[
  {
    "path": ".gitattributes",
    "content": "# Auto detect text files and perform LF normalization\n* text=auto\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2022 trichl\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "<img src=\"https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/icon.png\" width=\"100\">\n\n# I Repository Introduction\nThis repository contains the entire production-ready design (hardware, software, user interface, 3D-printable housing, assembly instructions) of the open-source TickTag GPS logger.\n\n# II Hardware Production\n* See sub folder [TickTagHardware](TickTagHardware)\n* Schematics (.sch) and boards (.brd) are designed in Autodesk Eagle 9.5.2\n* PCBs were produced and assembled by [PCBWay](https://www.pcbway.com) (production-ready Gerber files and PCBWay settings in [TickTagHardware/GerberProductionFiles](TickTagHardware/GerberProductionFiles))\n* Production settings:\n   * **REV3**: 24.9 x 10.5 mm, 2 layers, 0.15 mm thickness (flex), 0.35 mm min hole size, immersion gold (ENIG) surface finish (1U\"), 0.06 mm min track spacing, 1 oz Cu finished copper, polyimide flex material\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev3.jpg?raw=true)\n\n   * **REV4**: 23.61 x 10.06 mm, 2 layers, 0.2 mm thickness, 0.25 mm min hole size, immersion gold (ENIG) surface finish (1U\"), tenting vias, 5/5 mil min track spacing, 1 oz Cu finished copper, FR-4 TG150 material\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev4top.png?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev4bottom.png?raw=true)\n\n   * **User interface board**: 66.4 x 17.8 mm, 2 layers, 1 mm thickness, 0.3 mm min hole size, immersion gold (ENIG) surface finish (1U\"), tenting vias, 6/6 mil min track spacing, 1 oz Cu finished copper, FR-4 TG130 material\n* Differences between REV3 and REV4:\n   * 0.2 mm PCB instead of 0.15 mm (more robust)\n   * PCB slots instead of pads for soldering LiPos directly to the PCB\n   * New load switch (SiP32431DNP3-T1GE4), as the old load switch has long lead times\n   * Reduced the footprint sizes of some of the capacitors and resistors from 0402 to 0201\n\n# III Programming and Assembly\n\n## IDE for Software Development (Windows)\n* Atmel Studio 7.0: https://www.microchip.com/en-us/tools-resources/develop/microchip-studio\n* Programming language: C / C++\n\n## Android App\n* Developed in Android Studio 3.5.1: https://developer.android.com/studio\n\n## Using an Arduino Nano for Flashing\n* Follow the instructions on https://github.com/ElTangas/jtag2updi\n* The 4.7k resistor is already integrated on the user interface board and does not need to be added\n* Alternatively software can be flashed with the official Atmel-ICE: https://www.microchip.com/en-us/development-tool/ATATMEL-ICE\n\n## Flashing the Firmware\nFlashing should be done before soldering a battery to the tag.\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/uibsettings3.png?raw=true)\n\n1. Check if the yellow jumper (E) connects \"1\" and \"2\" (\"ldo\")\n2. Gently click the tag on the user interface board (without battery attached to it) (A), mind the correct orientation of the tag\n3. Connect D6 of the Arduino Nano to the UPDI pin of the user interface board (or use an Atmel-ICE instead of an Arduino Nano)\n4. Connect the user interface board to a computer (red LED turns on) (G), connect the Arduino Nano to the same computer\n5. Slide the UPDI button on the user interface board (H) to ON\n6. Go to [TickTagProgramming/avrdude](TickTagProgramming/avrdude), open ScriptWriteFuses_ATTINY1626.bat (or ScriptWriteFuses_ATTINY1616.bat, if you use the 1616) with a text editor and enter the COM port of the Arduino Nano on your computer\n7. Execute ScriptWriteFuses_ATTINY1626.bat to write the configuration fuses of the ATTINY.\n( It may be possible that executing the script raises an error ie. missing dll file. In this case, try to download and install WinAVR [here](https://sourceforge.net/projects/winavr/) )\n8. Open Atmel Studio 7.0 and load the project [TickTagSoftwareBurst](TickTagSoftwareBurst) (you might need to setup the project first, and set the current device to ATtiny1626)\n9.  \n    1.  Configure the ATTINY programming via Arduino Nano under Tools -> External Tools\n    2.  To choose the command, select the three dots and find the location of the TickTagOpenSource repository. Then navigate to TickTagProgramming\\avrdude\\bin and select avrdude.exe\n    3.  For the Arguments: \"-P COM7 -c jtag2updi -p t1626 -U flash:w:$(ProjectDir)Debug\\\\$(TargetName).hex:i\", COM7 needs to be replaced with the COM port of the Arduino Nano:\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/atmelconfig.png?raw=true)\n\n10. Press F7 to compile the firmware\n11. Press Tools -> jtag2updi ATtiny1626 to flash the firmware\n\n## Tag Assembly\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev3soldered.jpg?raw=true)\n\n* If the firmware is successfully flashed onto the microcontroller you can solder a battery to the TickTag battery terminals (plus and minus is written on the tag)\n* No battery protection circuit is needed, the battery is protected by software\n* You can use a glass fiber pen to roughen the LiPo tabs, which makes soldering of the aluminium tabs more easy (e.g., with a Laeufer 69119 pen)\n* Keep the soldering work on the LiPo very short, otherwise the battery might be damaged due to high temperatures\n* Keep the area below the TickTag as flat as possible, otherwise you might not be able to click the tag on the user interface board anymore\n\n# IV Tag Manual\n\n## Charging the Battery\n**WARNING**: never connect the TickTag to the user interface board when the 3-pin jumper is set to \"ldo\", otherwise the LiPo will be damaged permanently. The battery can be recharged directly on the breakout board:\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/uib2.jpg?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/uibsettings1.png?raw=true)\n\n1. Check if the yellow jumper connects (E) \"3\" and \"2\" (\"lipo\")\n2. Gently click the tag on the user interface board (with battery attached to it) (A), mind the correct orientation of the tag\n3. Connect the USB connector to a computer or powerbank (red LED turns on) (G)\n4. Slide the charge button on the user interface board (F) to the left (ON)\n5. A green LED on the user interface board turns on and indicates that the battery is being charged\n6. In case the tag was previously activated, it first needs to be deactivated:\n   * Wait some minutes until battery is charged a bit\n   * Press the white button (D) for 5 seconds to restart the tag and enter menue\n   * Green LED on the tag will blink 5 times to indicate download mode and system restart\n7. Wait until the green LED on the user interface board turns off (battery charged)\n   * This can take hours (default charge current: 15 mA)\n   * For example: an empty 30 mAh lipo battery needs 2 hours to be fully charged\n   * For example an empty 120 mAh lipo battery needs 8 hours to be fully charged\n8. The tag can be activated again (see chapter \"Activation\")\n   * Warning: If the memory is full the tag can not be reactivated (data download necessary, see chapter \"Data Download, Configuration and Memory Reset\")\n\n## Activation\n* Prerequisites\n   * The tags need to be connected to a charged lithium polymer battery (plus and minus pads on the tag are soldered to the battery)\n   * If the battery voltage is too low, the tag won’t start (please charge the battery), see chapter \"Charge Battery\"\n   * If the data memory is full, the tag won't start (please download the data and reset the memory), see chapter \"Data Download, Configuration and Memory Reset\"\n   * Check the location of the green LED on the tag (it will give you visual feedback):\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev3led.jpg?raw=true)\n\n### Activation option 1: by a wire\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev3activation1.jpg?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/activationwire.png?raw=true)\n\n1. Gently touch with one end of a conducting wire the ground connection where the battery minus is soldered to\n2. Gently touch with the other end of the wire the hole marked with \"A\" (or \"ST\")\n3. Once the tag starts blinking green, remove the wire immediately (should not take longer than 2 seconds)\n4. The tag blinks 7 times to indicate that it’s activated, then waits for 700 ms and is blinking again to indicate battery status (1 time = battery low, 7 times = battery is full)\n5. The green LED is located on the back side of the tag, so it's best to hold the breakout board sideways to see the blinking LED under the tag\n6. If it doesn't blink at all: battery voltage might be low or the tag is already activated\n7. If the tag blinks 5 times it entered download mode (was already activated), please wait a minute and start again from the beginning\n8. The tag is activated and will start sampling GPS data after 10 seconds (default configuration, can be changed, see chapter \"Data Download, Configuration and Memory Reset\")\n\n### Activation option 2: on breakout board\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev3click.jpg?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/uibsettings1.png?raw=true)\n\n1. Locate the click connector on the tag (see picture above)\n2. Take a look at the breakout board, do not connect the USB power connector (G) to the computer or phone (no external power needed for activation)\n3. Gently click the tag on the user interface board (with battery attached to it) (A), mind the correct orientation of the tag\n      * Take care of the correct orientation of the tag as shown in the photo, otherwise a short circuit might permanently damage the tag\n4. Now press the white button (D) for two seconds until the tag starts to blink\n      * Do not press the button longer than some seconds\n      * The tag blinks 7 times to indicate that it’s activated, then waits for 700 ms and is blinking again to indicate battery status (1 time = battery low, 7 times = battery is full)\n      * The green LED is located on the back side of the tag, so it's best to hold the breakout board sideways to see the blinking LED under the tag\n      * If it doesn't blink at all: battery voltage might be low or the tag is already activated\n      * If the tag blinks 5 times it entered download mode (was already activated), please wait a minute and start again from the beginning\n5. The tag is activated and will start sampling GPS data after 10 seconds (default configuration, can be changed, see chapter \"Data Download, Configuration and Memory Reset\")\n\n## After the Activation (Data Sampling)\n* After the activation delay, the tag starts blinking green every second and tries to get the current time via GPS satellites. If it can’t obtain the time within 120 seconds, it will sleep for 15 minutes and will try again.\n   * **IMPORTANT**: If blinking configuration is set to false the tag will completely stop blinking at all after getting the current UTC time\n   * If you have configured the tag to only sample GPS at certain times:\n       * **IMPORTANT**: Before attaching the tag to the animal (e.g., the day before): go outside, activate the tag, wait until it starts blinking, wait until the green LED stays on for 2 seconds (tag got the time and went to sleep mode).\n* The tag samples GPS data (continuously or from time to time, depending on the configuration)\n* The module deactivates itself if the battery voltage is low (default configuration: 3.3V) or if the memory is full (maximum 13,100 fixes)\n\n## On-Animal Mounting\n* **IMPORTANT**: The small antenna of the TickTag is disturbed by any electrically conducting material nearby, so keep the antenna away from other tags, VHF/UHF tags, batteries, screws or similar materials (at least 5 cm).\n* **IMPORTANT**: The antenna can easily break if bent too strong. Try to protect the antenna with a 3D-printed housing (for example with ASA material).\n* **IMPORTANT**: The battery needs to be located behind the tag (see picture below), never under the tag, as it will disturb the antenna.\n* **IMPORTANT**: Mount the tag on the flat side (connector facing down, top side with antenna facing the sky). The photo shows the top side that should face the sky:\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/antenna.png?raw=true)\n\n* **IMPORTANT**: Do not glue anything on the connector that can't be removed, otherwise data cannot be downloaded (Bostik Blu Tack is a glue that can be easily removed afterwards):\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/rev3click.jpg?raw=true)\n\n## Data Download, Configuration and Memory Reset\n\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/uibsettings1.png?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/uibphone.jpg?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/termite.png?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/mobaxterm.png?raw=true)\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/app.png?raw=true)\n\n1. Choose a serial software\n   * **Option 1**: Download a serial program for your computer\n       * For example (Windows 10): Termite: https://www.compuphase.com/software_termite.htm (see screenshot above for configuration)\n       * For example (Windows 10): MobaXTerm: https://mobaxterm.mobatek.net/ (see screenshot above for configuration)\n       * The Arduino Serial Monitor also works fine\n   * **Option 2**: Use the TickTag Android app [TickTagAndroidApp](TickTagAndroidApp) and an USB OTG adapter to connect the breakout board with the phone\n2. The battery needs to be connected (soldered) to the tag\n3. Check if the yellow jumper connects (E) \"3\" and \"2\" (\"lipo\")\n4. Gently click the tag on the user interface board (with battery attached to it) (A), mind the correct orientation of the tag\n5. Connect the USB connector to a computer or Android phone (red LED turns on) (G)\n6. Slide the charge button on the user interface board (F) to the left (ON) to charge the battery while downloading data (not mandatory, but recommended)\n7. **For option 1**: Open the serial program on your computer with following settings:\n   * COM port: select the CP2104N COM port from the list\n   * Baud rate: 9600\n   * Default serial settings (8 data bits, 1 stop bit, no parity)\n8. Click on CONNECT in your serial program or the Android app\n9. Press the download button (D) for 5 seconds (not longer) until the green LED on the tag blinks for 5 times\n10. Data download is shown in your serial program (in CSV format)\n11. After the download the tag shows a little menu for configuration\n       * Data download might take some minutes (if memory is full)\n       * Data download can be interrupted by pressing the download button once (short), data will not be deleted\n12. In the command line of your serial program enter \"1\" and press return to reset the memory (when using the Android app: press the \"Reset memory\" button)\n13. The tag will confirm that the memory is now empty\n14. The tag will restart into the activation state after some time (waiting on tag activation, see chapter \"Activation\")\n\nExample data output of the serial program (or Android app):\n\n```\n---TICK-TAG---\n*START MEMORY*\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 68\nFixes: 10, Avg. TTF: 11 s, Avg. HDOP (x10): 16\ncount,timestamp,lat,lon\n1,1635235981,47.74340,8.99910\n2,1635236130,47.74346,8.99922\n3,1635236352,47.74340,8.99889\n4,1635236506,47.74327,8.99894\n5,1635236682,47.74336,8.99879\n6,1635238092,47.74340,8.99824\n7,1635238313,47.74304,8.99896\n8,1635238411,47.74329,8.99883\n9,1635238511,47.74332,8.99878\n10,1635238610,47.74325,8.99881\n*END MEMORY*\nV201, ID: 30-2509, 3533mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 90 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 0 s\n- Time: 8:00 - 14:00 UTC\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n```\n\n## Configuration Parameters\n* **Read memory**: printing all stored GPS fixes as CSV-compatible list (count, timestamp in UTC, latitude, longitude)\n* **Reset memory**: deleting all stored GPS fixes\n* **Min. voltage (3000 - 4250, in mV)**: recording is stopped when battery voltage (open-circuit, no load) drops below that threshold\n* **Frequency (1 - 16382, in s)**: GPS fix attempt frequency, between 1 and 5 s the TickTag keeps the GPS module constantly powered and puts the device in fitness low power mode\n* **Accuracy (1 - 250, HDOP x 10)**: HDOP value (times 10, 30 = 3.0) that tries to be achieved within 9 seconds after getting the first positional estimate\n* **Activation delay (10 - 16382, in s)**: delay after activation before the tag starts recording data\n* **Sampling times (0000 - 2359, time within day)**: daily recording time window\n* **Geo-fencing (true/false)**: if set to true the first GPS fix becomes the home location and only fixes outside a 300 m radius are stored (10 min hibernation afterwards)\n* **Blinking (true/false)**: if set to true the tag blinks every second when GPS is active\n\n## Default Configuration\n* After flashing the firmware the default configuration is set to:\n* **Min. voltage (3000 - 4250, in mV)**: 3000\n* **Frequency (1 - 16382, in s)**: 30\n* **Accuracy (1 - 250, HDOP x 10)**: 30\n* **Activation delay (10 - 16382, in s)**: 10\n* **Sampling times (0000 - 2359, time within day)**: always on\n* **Geo-fencing (true/false)**: false\n* **Blinking (true/false)**: false\n\n## State Machine\n![Image](https://github.com/trichl/TickTagOpenSource/blob/main/TickTagImages/statemachine.png?raw=true)\n\n# V Data Compression Algorithm\nGPS data is stored on the 128 kByte EEPROM with a lossless compression algorithm. GPS positions are stored with 5 decimal places (accuracy: 1.11 m).\n\n* **Latitute (A)**: stored in 25 Bit (unsigned): compressedLatitude = (latitude * 100000) + 9000000\n* **Longitude (B)**: stored in 26 Bit (unsigned): compressedLongitude = (longitude * 100000) + 18000000\n* **Timestamp (C)**: stored in 29 Bit  (unsigned): compressedTimestamp = timestamp - 1618428394\n* Storage pattern of Bits: **AAAAAAAA AAAAAAAA AAAAAAAA ABBBBBBB BBBBBBBB BBBBBBBB BBBCCCCC CCCCCCCC CCCCCCCC CCCCCCCC**\n* Total length: 10 Byte per GPS fix\n\n# VI 3D-printed Housings\n* Check [TickTag3DPrints](TickTag3DPrints) for .STL files (designed in Fusion 360)\n* Housings were printed with ASA filament on a Prusa Mini (0.4 mm nozzle)\n* PrusaSlider 2.2.0 settings: 0.45 mm extrusion width, 0.10 mm DETAIL settings\n\n# VII Data\n* Check [TickTagData](TickTagData) for data results\n"
  },
  {
    "path": "TickTagAndroidApp/.gitignore",
    "content": "*.iml\n.gradle\n/local.properties\n/.idea/caches\n/.idea/libraries\n/.idea/modules.xml\n/.idea/workspace.xml\n/.idea/navEditor.xml\n/.idea/assetWizardSettings.xml\n.DS_Store\n/build\n/captures\n.externalNativeBuild\n.cxx\n"
  },
  {
    "path": "TickTagAndroidApp/.idea/codeStyles/Project.xml",
    "content": "<component name=\"ProjectCodeStyleConfiguration\">\n  <code_scheme name=\"Project\" version=\"173\">\n    <codeStyleSettings language=\"XML\">\n      <indentOptions>\n        <option name=\"CONTINUATION_INDENT_SIZE\" value=\"4\" />\n      </indentOptions>\n      <arrangement>\n        <rules>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>xmlns:android</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>^$</XML_NAMESPACE>\n                </AND>\n              </match>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>xmlns:.*</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>^$</XML_NAMESPACE>\n                </AND>\n              </match>\n              <order>BY_NAME</order>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>.*:id</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>\n                </AND>\n              </match>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>.*:name</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>\n                </AND>\n              </match>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>name</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>^$</XML_NAMESPACE>\n                </AND>\n              </match>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>style</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>^$</XML_NAMESPACE>\n                </AND>\n              </match>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>.*</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>^$</XML_NAMESPACE>\n                </AND>\n              </match>\n              <order>BY_NAME</order>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>.*</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>\n                </AND>\n              </match>\n              <order>ANDROID_ATTRIBUTE_ORDER</order>\n            </rule>\n          </section>\n          <section>\n            <rule>\n              <match>\n                <AND>\n                  <NAME>.*</NAME>\n                  <XML_ATTRIBUTE />\n                  <XML_NAMESPACE>.*</XML_NAMESPACE>\n                </AND>\n              </match>\n              <order>BY_NAME</order>\n            </rule>\n          </section>\n        </rules>\n      </arrangement>\n    </codeStyleSettings>\n  </code_scheme>\n</component>"
  },
  {
    "path": "TickTagAndroidApp/.idea/gradle.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"GradleSettings\">\n    <option name=\"linkedExternalProjectsSettings\">\n      <GradleProjectSettings>\n        <compositeConfiguration>\n          <compositeBuild compositeDefinitionSource=\"SCRIPT\" />\n        </compositeConfiguration>\n        <option name=\"distributionType\" value=\"DEFAULT_WRAPPED\" />\n        <option name=\"externalProjectPath\" value=\"$PROJECT_DIR$\" />\n        <option name=\"resolveModulePerSourceSet\" value=\"false\" />\n        <option name=\"testRunner\" value=\"PLATFORM\" />\n      </GradleProjectSettings>\n    </option>\n  </component>\n</project>"
  },
  {
    "path": "TickTagAndroidApp/.idea/misc.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"ProjectRootManager\" version=\"2\" languageLevel=\"JDK_1_8\" project-jdk-name=\"1.8\" project-jdk-type=\"JavaSDK\">\n    <output url=\"file://$PROJECT_DIR$/build/classes\" />\n  </component>\n  <component name=\"ProjectType\">\n    <option name=\"id\" value=\"Android\" />\n  </component>\n</project>"
  },
  {
    "path": "TickTagAndroidApp/.idea/runConfigurations.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"RunConfigurationProducerService\">\n    <option name=\"ignoredProducers\">\n      <set>\n        <option value=\"org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer\" />\n        <option value=\"org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer\" />\n        <option value=\"org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer\" />\n      </set>\n    </option>\n  </component>\n</project>"
  },
  {
    "path": "TickTagAndroidApp/.idea/vcs.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"VcsDirectoryMappings\">\n    <mapping directory=\"$PROJECT_DIR$/..\" vcs=\"Git\" />\n  </component>\n</project>"
  },
  {
    "path": "TickTagAndroidApp/app/.gitignore",
    "content": "/build\n"
  },
  {
    "path": "TickTagAndroidApp/app/build.gradle",
    "content": "apply plugin: 'com.android.application'\n\nandroid {\n    compileSdkVersion 29\n    buildToolsVersion \"29.0.2\"\n    defaultConfig {\n        applicationId \"com.timm.ticktagandroidapp\"\n        minSdkVersion 25\n        targetSdkVersion 29\n        versionCode 1\n        versionName \"1.0\"\n        testInstrumentationRunner \"androidx.test.runner.AndroidJUnitRunner\"\n    }\n    buildTypes {\n        release {\n            minifyEnabled false\n            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'\n        }\n    }\n    compileOptions {\n        sourceCompatibility JavaVersion.VERSION_1_8\n        targetCompatibility JavaVersion.VERSION_1_8\n    }\n}\n\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n\ndependencies {\n    implementation fileTree(dir: 'libs', include: ['*.jar'])\n    implementation 'androidx.appcompat:appcompat:1.0.2'\n    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'\n    testImplementation 'junit:junit:4.12'\n    androidTestImplementation 'androidx.test.ext:junit:1.1.0'\n    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'\n\n    implementation 'org.nanohttpd:nanohttpd:2.3.1'\n    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'\n\n    implementation 'com.github.mik3y:usb-serial-for-android:3.4.2'\n}\n"
  },
  {
    "path": "TickTagAndroidApp/app/proguard-rules.pro",
    "content": "# Add project specific ProGuard rules here.\n# You can control the set of applied configuration files using the\n# proguardFiles setting in build.gradle.\n#\n# For more details, see\n#   http://developer.android.com/guide/developing/tools/proguard.html\n\n# If your project uses WebView with JS, uncomment the following\n# and specify the fully qualified class name to the JavaScript interface\n# class:\n#-keepclassmembers class fqcn.of.javascript.interface.for.webview {\n#   public *;\n#}\n\n# Uncomment this to preserve the line number information for\n# debugging stack traces.\n#-keepattributes SourceFile,LineNumberTable\n\n# If you keep the line number information, uncomment this to\n# hide the original source file name.\n#-renamesourcefileattribute SourceFile\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/androidTest/java/com/timm/ticktagandroidapp/ExampleInstrumentedTest.java",
    "content": "package com.timm.ticktagandroidapp;\n\nimport android.content.Context;\n\nimport androidx.test.platform.app.InstrumentationRegistry;\nimport androidx.test.ext.junit.runners.AndroidJUnit4;\n\nimport org.junit.Test;\nimport org.junit.runner.RunWith;\n\nimport static org.junit.Assert.*;\n\n/**\n * Instrumented test, which will execute on an Android device.\n *\n * @see <a href=\"http://d.android.com/tools/testing\">Testing documentation</a>\n */\n@RunWith(AndroidJUnit4.class)\npublic class ExampleInstrumentedTest {\n    @Test\n    public void useAppContext() {\n        // Context of the app under test.\n        Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();\n\n        assertEquals(\"com.timm.ticktagandroidapp\", appContext.getPackageName());\n    }\n}\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/AndroidManifest.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    package=\"com.timm.ticktagandroidapp\"\n    xmlns:tools=\"http://schemas.android.com/tools\">\n\n    <uses-feature android:name=\"android.hardware.usb.host\"/>\n    <uses-permission android:name=\"android.permission.INTERNET\"/>\n    <uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>\n    <uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>\n    <uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>\n    <uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>\n    <uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\" />\n    <uses-permission android:name=\"android.permission.ACCESS_BACKGROUND_LOCATION\" />\n    <uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />\n    <uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />\n    <uses-permission android:name=\"android.permission.FOREGROUND_SERVICE\" />\n    <uses-permission android:name=\"android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS\" />\n    <uses-permission android:name=\"android.permission.WAKE_LOCK\" />\n\n    <application\n        android:allowBackup=\"true\"\n        android:icon=\"@mipmap/ic_launcher\"\n        android:label=\"@string/app_name\"\n        android:supportsRtl=\"true\"\n        android:theme=\"@style/AppTheme\">\n        <activity android:name=\"com.timm.ticktagandroidapp.MainActivity\"\n            android:configChanges=\"orientation\"\n            android:screenOrientation=\"portrait\"\n            android:launchMode=\"singleInstance\">\n            <intent-filter>\n                <action android:name=\"android.intent.action.MAIN\" />\n                <category android:name=\"android.intent.category.LAUNCHER\" />\n            </intent-filter>\n            <intent-filter>\n                <action android:name=\"android.hardware.usb.action.USB_DEVICE_ATTACHED\" />\n            </intent-filter>\n            <meta-data\n                android:name=\"android.hardware.usb.action.USB_DEVICE_ATTACHED\"\n                android:resource=\"@xml/device_filter\" />\n        </activity>\n    </application>\n\n</manifest>"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/java/com/timm/ticktagandroidapp/LogDataStorage.java",
    "content": "package com.timm.ticktagandroidapp;\n\nimport android.content.Context;\n\nimport java.io.BufferedReader;\nimport java.io.File;\nimport java.io.FileInputStream;\nimport java.io.FileNotFoundException;\nimport java.io.FileOutputStream;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.nio.charset.Charset;\nimport java.text.SimpleDateFormat;\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.Locale;\n\npublic class LogDataStorage {\n\n    private static final String LOGFILENAME = \"tickTagLog.txt\";\n\n    public static String logText(Context context, String text) {\n        SimpleDateFormat sdf = new SimpleDateFormat(\"yyyyMMdd_HHmmss\", Locale.getDefault());\n        String currentDateandTime = sdf.format(new Date());\n        String fullFileName = StorageGeneral.getStorageDirectory(context) + \"/\" + currentDateandTime + \"_\" + LOGFILENAME;\n        File fileToLogTo = new File(fullFileName);\n\n        if(fileToLogTo.exists()) { return \"\"; }\n\n        try {\n            fileToLogTo.createNewFile();\n        } catch (IOException e) {\n            return \"\";\n        }\n        try {\n            FileOutputStream stream = new FileOutputStream(fullFileName, true);\n            stream.write(text.getBytes(Charset.forName(\"UTF-8\")));\n            stream.close();\n        } catch (IOException e1) {\n            return \"\";\n        }\n\n        return fullFileName;\n    }\n}\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/java/com/timm/ticktagandroidapp/MainActivity.java",
    "content": "package com.timm.ticktagandroidapp;\n\nimport androidx.appcompat.app.AppCompatActivity;\nimport androidx.appcompat.widget.AppCompatButton;\n\nimport android.Manifest;\nimport android.annotation.TargetApi;\nimport android.app.AlertDialog;\nimport android.app.PendingIntent;\nimport android.content.Context;\nimport android.content.DialogInterface;\nimport android.content.Intent;\nimport android.content.pm.PackageManager;\nimport android.content.res.ColorStateList;\nimport android.content.res.Configuration;\nimport android.graphics.Color;\nimport android.graphics.drawable.ColorDrawable;\nimport android.graphics.drawable.InsetDrawable;\nimport android.hardware.usb.UsbDeviceConnection;\nimport android.hardware.usb.UsbManager;\nimport android.net.Uri;\nimport android.os.Build;\nimport android.os.Bundle;\nimport android.os.Handler;\nimport android.text.InputType;\nimport android.view.View;\nimport android.view.WindowManager;\nimport android.widget.Button;\nimport android.widget.EditText;\nimport android.widget.LinearLayout;\nimport android.widget.RelativeLayout;\nimport android.widget.ScrollView;\nimport android.widget.TextView;\nimport android.widget.Toast;\n\nimport com.hoho.android.usbserial.driver.UsbSerialDriver;\nimport com.hoho.android.usbserial.driver.UsbSerialPort;\nimport com.hoho.android.usbserial.driver.UsbSerialProber;\nimport com.hoho.android.usbserial.util.SerialInputOutputManager;\n\nimport java.io.IOException;\nimport java.util.List;\n\npublic class MainActivity extends AppCompatActivity implements SerialInputOutputManager.Listener {\n    private String INTENT_ACTION_GRANT_USB = BuildConfig.APPLICATION_ID + \".GRANT_USB\";\n    SerialInputOutputManager usbIoManager;\n\n    Button bStartStop, bStoreOutput, bOpenDownloads, bClearOutput;\n    Button b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, bEnter, bReadMemory, bReset, bSetVoltage, bSetFrequency, bSetAccuracy, bSetDelay, bSetHour, bToggleGeofencing, bToggleBlinking, bSetBurstDuration, bExit;\n    TextView tOutput, tHeadline;\n    RelativeLayout rLoadingPanel;\n    LinearLayout lAlertPressButton, lAlertNotConnected, lButtons, lButtons2;\n    ScrollView scScroll;\n    UsbSerialPort usbPort = null;\n    Thread thread;\n\n    boolean tickTagConnected = false;\n\n    private void checkPermissions() {\n        if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {\n            if(this.checkSelfPermission(Manifest.permission.WRITE_SETTINGS) != PackageManager.PERMISSION_GRANTED) {\n                if(!this.shouldShowRequestPermissionRationale(Manifest.permission.WRITE_SETTINGS)) {\n                    final AlertDialog.Builder builder = new AlertDialog.Builder(this);\n                    builder.setTitle(\"This app needs background location access\");\n                    builder.setMessage(\"Please grant location access so this app can detect beacons in the background.\");\n                    builder.setPositiveButton(android.R.string.ok, null);\n                    builder.setOnDismissListener(new DialogInterface.OnDismissListener() {\n\n                        @TargetApi(23)\n                        @Override\n                        public void onDismiss(DialogInterface dialog) {\n                            requestPermissions(new String[]{Manifest.permission.WRITE_SETTINGS}, 0);\n                        }\n\n                    });\n                    builder.show();\n                }\n                else {\n                    final AlertDialog.Builder builder = new AlertDialog.Builder(this);\n                    builder.setTitle(\"Functionality limited\");\n                    builder.setMessage(\"Since background location access has not been granted, this app will not be able to discover beacons in the background.  Please go to Settings -> Applications -> Permissions and grant background location access to this app.\");\n                    builder.setPositiveButton(android.R.string.ok, null);\n                    builder.setOnDismissListener(new DialogInterface.OnDismissListener() {\n                        @Override\n                        public void onDismiss(DialogInterface dialog) {}\n                    });\n                    builder.show();\n                }\n            }\n        }\n    }\n\n    public void showMessage(String headline, String text) {\n        final AlertDialog.Builder builder = new AlertDialog.Builder(this);\n        builder.setTitle(headline);\n        builder.setMessage(text);\n        builder.setPositiveButton(android.R.string.ok, null);\n        builder.setOnDismissListener(new DialogInterface.OnDismissListener() {\n            @Override\n            public void onDismiss(DialogInterface dialog) {}\n        });\n        builder.show();\n    }\n\n    void setButtonConnected() {\n        bStartStop.setText(\"DISCONNECT\");\n        if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.LOLLIPOP && bStartStop instanceof AppCompatButton) {\n            // don't change color\n        } else {\n            bStartStop.setBackgroundTintList(ColorStateList.valueOf(Color.parseColor(\"#B9F6CA\")));\n        }\n        lAlertPressButton.setVisibility(View.VISIBLE);\n        lAlertNotConnected.setVisibility(View.GONE);\n        //lButtons.setVisibility(View.VISIBLE);\n        lButtons2.setVisibility((View.VISIBLE));\n    }\n\n    void setButtonDisconnected() {\n        bStartStop.setText(\"CONNECT\");\n        if(Build.VERSION.SDK_INT <= Build.VERSION_CODES.LOLLIPOP && bStartStop instanceof AppCompatButton) {\n            // don't change color\n        } else {\n            bStartStop.setBackgroundTintList(ColorStateList.valueOf(Color.parseColor(\"#FF80AB\")));\n        }\n        lAlertPressButton.setVisibility(View.GONE);\n        lAlertNotConnected.setVisibility(View.VISIBLE);\n        //lButtons.setVisibility(View.GONE);\n        lButtons2.setVisibility((View.GONE));\n    }\n\n    @Override\n    protected void onPause() {\n        //Toast.makeText(this, \"Gateway is still running in background!\", Toast.LENGTH_LONG).show();\n        super.onPause();\n    }\n\n    @Override\n    public void onBackPressed() {\n        super.onBackPressed();\n    }\n\n    @Override\n    protected void onResume() {\n        super.onResume();\n    }\n\n    public void updateHeadlineText() {\n        if(tHeadline != null)\n            tHeadline.setText(\"TickTag Android App\\nFree memory: \" + StorageGeneral.getAvailableInternalMemorySizeAsStringInMByte() + \" MByte\");\n    }\n\n    private void setAlertWindows() {\n        lAlertPressButton.setVisibility(View.GONE);\n        lAlertNotConnected.setVisibility(View.GONE);\n    }\n\n    @Override\n    public void onNewData(final byte[] data) {\n        //System.out.println(new String(data));\n        runOnUiThread(new Runnable() {\n            @Override\n            public void run() {\n                tOutput.append(new String(data));\n                lAlertPressButton.setVisibility(View.GONE);\n                scScroll.post(new Runnable() {\n                    public void run() {\n                        scScroll.fullScroll(ScrollView.FOCUS_DOWN);\n                    }\n                });\n            }\n        });\n    }\n\n    @Override\n    public void onRunError(Exception e) {\n        runOnUiThread(new Runnable() {\n            @Override\n            public void run() {\n                showMessage(\"Disconnected\", \"USB disconnected!\");\n                tickTagConnected = false;\n                setButtonDisconnected();\n            }\n        });\n    }\n\n    void checkIfUSBConnectable() {\n        setButtonDisconnected();\n\n        // Find all available drivers from attached devices.\n        UsbManager manager = (UsbManager) getSystemService(Context.USB_SERVICE);\n        List<UsbSerialDriver> availableDrivers = UsbSerialProber.getDefaultProber().findAllDrivers(manager);\n        if(availableDrivers.isEmpty()) {\n            showMessage(\"UIB not connected\", \"Could not detect a user interface board at the USB port of the phone! Please attach the TickTag to the user interface board and then connect it via USB OTG cable to your phone.\");\n            return;\n        }\n\n        // Open a connection to the first available driver.\n        UsbSerialDriver driver = availableDrivers.get(0);\n        UsbDeviceConnection connection = manager.openDevice(driver.getDevice());\n        if(connection == null) {\n            PendingIntent usbPermissionIntent = PendingIntent.getBroadcast(MainActivity.this, 0, new Intent(INTENT_ACTION_GRANT_USB), 0);\n            manager.requestPermission(driver.getDevice(), usbPermissionIntent);\n        }\n\n        usbPort = driver.getPorts().get(0); // Most devices have just one port (port 0)\n        try {\n            usbPort.open(connection);\n        } catch (IOException e) {\n            e.printStackTrace();\n            showMessage(\"Error\", \"Could not open the serial port!\");\n            return;\n        }\n        try {\n            usbPort.setParameters(9600, 8, UsbSerialPort.STOPBITS_1, UsbSerialPort.PARITY_NONE);\n        } catch (IOException e) {\n            e.printStackTrace();\n            showMessage(\"Error\", \"Could not set serial parameters!\");\n            return;\n        }\n\n        usbIoManager = new SerialInputOutputManager(usbPort, MainActivity.this);\n        usbIoManager.start();\n\n        setButtonConnected();\n        tickTagConnected = true;\n    }\n\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n        this.getSupportActionBar().hide();\n        setContentView(R.layout.activity_main);\n\n        bStartStop = findViewById(R.id.bstartstop);\n        bStoreOutput = findViewById(R.id.bstoreoutput);\n        bClearOutput = findViewById(R.id.bclearoutput);\n        bOpenDownloads = findViewById(R.id.bopendownloads);\n        tOutput = findViewById(R.id.toutput);\n        rLoadingPanel = findViewById(R.id.rloadingpanel);\n        tHeadline = findViewById(R.id.theadline);\n        scScroll = findViewById(R.id.scscroll);\n        lAlertPressButton = findViewById(R.id.lalertpressbutton);\n        lAlertNotConnected = findViewById(R.id.lalertnotconnected);\n        lButtons = findViewById(R.id.lbuttons);\n        lButtons2 = findViewById(R.id.lbuttons2);\n\n        b0 = findViewById(R.id.b0);\n        b1 = findViewById(R.id.b1);\n        b2 = findViewById(R.id.b2);\n        b3 = findViewById(R.id.b3);\n        b4 = findViewById(R.id.b4);\n        b5 = findViewById(R.id.b5);\n        b6 = findViewById(R.id.b6);\n        b7 = findViewById(R.id.b7);\n        b8 = findViewById(R.id.b8);\n        b9 = findViewById(R.id.b9);\n        bEnter = findViewById(R.id.benter);\n\n        bReadMemory = findViewById(R.id.bread);\n        bReset  = findViewById(R.id.breset);\n        bSetVoltage = findViewById(R.id.bsetvoltage);\n        bSetFrequency = findViewById(R.id.bsetfrequency);\n        bSetAccuracy = findViewById(R.id.bsetaccuracy);\n        bSetDelay = findViewById(R.id.bsetdelay);\n        bSetHour = findViewById(R.id.bsethour);\n        bToggleGeofencing = findViewById(R.id.btogglegeofencing);\n        bToggleBlinking = findViewById(R.id.btoggleblinking);\n        bSetBurstDuration = findViewById(R.id.bsetburstduration);\n        bExit = findViewById(R.id.bexit);\n\n        rLoadingPanel.setVisibility(View.GONE);\n\n        setAlertWindows();\n        updateHeadlineText();\n        checkIfUSBConnectable();\n\n        /*thread = new Thread() {\n            @Override\n            public void run() {\n                try {\n                    while(!thread.isInterrupted()) {\n                        Thread.sleep(1000);\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                scScroll.post(new Runnable() {\n                                    public void run() {\n                                        scScroll.fullScroll(ScrollView.FOCUS_DOWN);\n                                    }\n                                });\n                            }\n                        });\n                    }\n                } catch (InterruptedException e) {}\n            }\n        };\n        thread.start();*/\n\n        bStartStop.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                if(tickTagConnected) {\n                    if(usbPort != null) {\n                        try {\n                            usbPort.close(); // triggers onRunError\n\n                        } catch (IOException e) {\n                            e.printStackTrace();\n                            showMessage(\"Error\", \"Could not close USB port!\");\n                        }\n                    }\n                }\n                else {\n                    checkIfUSBConnectable();\n                }\n            }\n        });\n\n        bClearOutput.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                tOutput.setText(\"\");\n                //tOutput.append(\"Hallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\nHallo\\n\");\n                Toast.makeText(MainActivity.this, \"Output cleared!\", Toast.LENGTH_LONG).show();\n            }\n        });\n\n        bStoreOutput.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                if(tOutput.getText().toString().isEmpty()) {\n                    Toast.makeText(MainActivity.this, \"Output is empty, nothing to store!\", Toast.LENGTH_LONG).show();\n                }\n                else {\n                    String outputString = tOutput.getText().toString();\n                    outputString = outputString.replace(\"\\r\", \"\");\n                    String storedTo = LogDataStorage.logText(MainActivity.this, outputString);\n                    if (storedTo.length() > 0) {\n                        showMessage(\"Saved\", \"Output stored to: \" + storedTo);\n                    } else {\n                        showMessage(\"Error\", \"Could not store output!\");\n                    }\n                }\n            }\n        });\n\n        bOpenDownloads.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                Uri selectedUri = Uri.parse(MainActivity.this.getExternalFilesDir(null).getPath());\n                Intent intent = new Intent(Intent.ACTION_VIEW);\n                intent.setDataAndType(selectedUri, \"resource/folder\");\n                if(intent.resolveActivityInfo(getPackageManager(), 0) != null) {\n                    startActivity(intent);\n                }\n                else {\n                    Toast.makeText(MainActivity.this, \"No app found to view folders, please download a file manager\", Toast.LENGTH_LONG).show();\n                }\n            }\n        });\n\n\n        b0.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"0\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b1.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"1\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b2.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"2\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b3.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"3\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b4.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"4\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b5.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"5\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b6.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"6\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b7.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"7\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b8.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"8\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        b9.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"9\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        bEnter.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"\\n\\r\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                    }\n                });\n            }\n        });\n\n        bReadMemory.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                runOnUiThread(new Runnable() {\n                    @Override\n                    public void run() {\n                        if(tickTagConnected) {\n                            String input = \"0\\n\\r\";\n                            tOutput.append(input);\n                            try {\n                                usbPort.write(input.getBytes(), 100);\n                                Toast.makeText(MainActivity.this, \"Download might take a while! Press 'Store Output' afterwards to store downloaded data as text file.\", Toast.LENGTH_LONG).show();\n                            } catch (IOException e) {\n                                e.printStackTrace();\n                                Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        }\n                        else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                    }\n                });\n            }\n        });\n\n        bReset.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Do you really want to reset the memory of the TickTag? All GPS data will be deleted.\");\n                alert.setPositiveButton(\"Yes\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    String input = \"1\\n\\r\";\n                                    tOutput.append(input);\n                                    try {\n                                        usbPort.write(input.getBytes(), 100);\n                                    } catch (IOException e) {\n                                        e.printStackTrace();\n                                        Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                    }\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bSetVoltage.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Enter mV\");\n                final EditText input = new EditText(MainActivity.this);\n                input.setInputType(InputType.TYPE_CLASS_NUMBER);\n                input.setRawInputType(Configuration.KEYBOARD_12KEY);\n                input.setHint(\"3000 - 4250\");\n                alert.setView(input);\n                alert.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        final String sendText = input.getText().toString();\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    if(sendText.length() > 0) {\n                                        String input = \"2\\n\\r\";\n                                        tOutput.append(input);\n                                        try {\n                                            usbPort.write(input.getBytes(), 100);\n                                        } catch (IOException e) {\n                                            e.printStackTrace();\n                                            Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                            return;\n                                        }\n                                        final String input2 = sendText + \"\\n\\r\";\n                                        new Handler().postDelayed(new Runnable() {\n                                            @Override\n                                            public void run() {\n                                                tOutput.append(input2);\n                                                try {\n                                                    usbPort.write(input2.getBytes(), 100);\n                                                } catch (IOException e) {\n                                                    e.printStackTrace();\n                                                    Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                                }\n                                            }\n                                        }, 500);\n                                    }\n                                    else Toast.makeText(MainActivity.this, \"Invalid input!\", Toast.LENGTH_LONG).show();\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bSetFrequency.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Enter GPS frequency in seconds (1 - 5 = stay-on)\");\n                final EditText input = new EditText(MainActivity.this);\n                input.setInputType(InputType.TYPE_CLASS_NUMBER);\n                input.setRawInputType(Configuration.KEYBOARD_12KEY);\n                input.setHint(\"1 - 16382\");\n                alert.setView(input);\n                alert.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        final String sendText = input.getText().toString();\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    if(sendText.length() > 0) {\n                                        String input = \"3\\n\\r\";\n                                        tOutput.append(input);\n                                        try {\n                                            usbPort.write(input.getBytes(), 100);\n                                        } catch (IOException e) {\n                                            e.printStackTrace();\n                                            Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                            return;\n                                        }\n                                        final String input2 = sendText + \"\\n\\r\";\n                                        new Handler().postDelayed(new Runnable() {\n                                            @Override\n                                            public void run() {\n                                                tOutput.append(input2);\n                                                try {\n                                                    usbPort.write(input2.getBytes(), 100);\n                                                } catch (IOException e) {\n                                                    e.printStackTrace();\n                                                    Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                                }\n                                            }\n                                        }, 500);\n                                    }\n                                    else Toast.makeText(MainActivity.this, \"Invalid input!\", Toast.LENGTH_LONG).show();\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bSetAccuracy.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Enter accuracy (HDOP x 10, 30 = 3.0)\");\n                final EditText input = new EditText(MainActivity.this);\n                input.setInputType(InputType.TYPE_CLASS_NUMBER);\n                input.setRawInputType(Configuration.KEYBOARD_12KEY);\n                input.setHint(\"10 - 250\");\n                alert.setView(input);\n                alert.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        final String sendText = input.getText().toString();\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    if(sendText.length() > 0) {\n                                        String input = \"4\\n\\r\";\n                                        tOutput.append(input);\n                                        try {\n                                            usbPort.write(input.getBytes(), 100);\n                                        } catch (IOException e) {\n                                            e.printStackTrace();\n                                            Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                            return;\n                                        }\n                                        final String input2 = sendText + \"\\n\\r\";\n                                        new Handler().postDelayed(new Runnable() {\n                                            @Override\n                                            public void run() {\n                                                tOutput.append(input2);\n                                                try {\n                                                    usbPort.write(input2.getBytes(), 100);\n                                                } catch (IOException e) {\n                                                    e.printStackTrace();\n                                                    Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                                }\n                                            }\n                                        }, 500);\n                                    }\n                                    else Toast.makeText(MainActivity.this, \"Invalid input!\", Toast.LENGTH_LONG).show();\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bSetDelay.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Enter activation delay in seconds\");\n                final EditText input = new EditText(MainActivity.this);\n                input.setInputType(InputType.TYPE_CLASS_NUMBER);\n                input.setRawInputType(Configuration.KEYBOARD_12KEY);\n                input.setHint(\"10 - 16382\");\n                alert.setView(input);\n                alert.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        final String sendText = input.getText().toString();\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    if(sendText.length() > 0) {\n                                        String input = \"5\\n\\r\";\n                                        tOutput.append(input);\n                                        try {\n                                            usbPort.write(input.getBytes(), 100);\n                                        } catch (IOException e) {\n                                            e.printStackTrace();\n                                            Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                            return;\n                                        }\n                                        final String input2 = sendText + \"\\n\\r\";\n                                        new Handler().postDelayed(new Runnable() {\n                                            @Override\n                                            public void run() {\n                                                tOutput.append(input2);\n                                                try {\n                                                    usbPort.write(input2.getBytes(), 100);\n                                                } catch (IOException e) {\n                                                    e.printStackTrace();\n                                                    Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                                }\n                                            }\n                                        }, 500);\n                                    }\n                                    else Toast.makeText(MainActivity.this, \"Invalid input!\", Toast.LENGTH_LONG).show();\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bSetHour.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Set ON/OFF hour\");\n\n                final EditText inputOn = new EditText(MainActivity.this);\n                inputOn.setInputType(InputType.TYPE_CLASS_NUMBER);\n                inputOn.setRawInputType(Configuration.KEYBOARD_12KEY);\n                inputOn.setHint(\"UTC time to turn ON (format: HHMM)\");\n\n                final EditText inputOff = new EditText(MainActivity.this);\n                inputOff.setInputType(InputType.TYPE_CLASS_NUMBER);\n                inputOff.setRawInputType(Configuration.KEYBOARD_12KEY);\n                inputOff.setHint(\"UTC time to turn OFF (format: HHMM)\");\n\n                LinearLayout lay = new LinearLayout(MainActivity.this);\n                lay.setOrientation(LinearLayout.VERTICAL);\n                lay.addView(inputOn);\n                lay.addView(inputOff);\n\n                alert.setView(lay);\n                alert.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        final String onText = inputOn.getText().toString();\n                        final String offText = inputOff.getText().toString();\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                Toast.makeText(MainActivity.this, \"TEST: \" + onText, Toast.LENGTH_LONG).show();\n                                if(tickTagConnected) {\n                                    if((onText.length() > 0) && (offText.length() > 0)) {\n                                        final String input1 = \"6\\n\\r\";\n                                        final String input2 = onText + \"\\n\\r\";\n                                        final String input3 = offText + \"\\n\\r\";\n\n                                        // input 1\n                                        tOutput.append(input1);\n                                        try {\n                                            usbPort.write(input1.getBytes(), 100);\n                                        } catch (IOException e) {\n                                            e.printStackTrace();\n                                            Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                            return;\n                                        }\n\n                                        // input 2\n                                        new Handler().postDelayed(new Runnable() {\n                                            @Override\n                                            public void run() {\n                                                tOutput.append(input2);\n                                                try {\n                                                    usbPort.write(input2.getBytes(), 100);\n                                                } catch (IOException e) {\n                                                    e.printStackTrace();\n                                                    Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                                    return;\n                                                }\n                                                // input 3\n                                                new Handler().postDelayed(new Runnable() {\n                                                    @Override\n                                                    public void run() {\n                                                        tOutput.append(input3);\n                                                        try {\n                                                            usbPort.write(input3.getBytes(), 100);\n                                                        } catch (IOException e) {\n                                                            e.printStackTrace();\n                                                            Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                                            return;\n                                                        }\n                                                    }\n                                                }, 500);\n                                            }\n                                        }, 500);\n                                    }\n                                    else Toast.makeText(MainActivity.this, \"Invalid input!\", Toast.LENGTH_LONG).show();\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bToggleGeofencing.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Do you want to toggle geofencing mode ON/OFF?\");\n                alert.setPositiveButton(\"Yes\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    String input = \"7\\n\\r\";\n                                    tOutput.append(input);\n                                    try {\n                                        usbPort.write(input.getBytes(), 100);\n                                    } catch (IOException e) {\n                                        e.printStackTrace();\n                                        Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                    }\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bSetBurstDuration.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Enter burst duration in seconds\");\n                final EditText input = new EditText(MainActivity.this);\n                input.setInputType(InputType.TYPE_CLASS_NUMBER);\n                input.setRawInputType(Configuration.KEYBOARD_12KEY);\n                input.setHint(\"0 - 250\");\n                alert.setView(input);\n                alert.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        final String sendText = input.getText().toString();\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    if(sendText.length() > 0) {\n                                        String input = \"8\\n\\r\";\n                                        tOutput.append(input);\n                                        try {\n                                            usbPort.write(input.getBytes(), 100);\n                                        } catch (IOException e) {\n                                            e.printStackTrace();\n                                            Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                            return;\n                                        }\n                                        final String input2 = sendText + \"\\n\\r\";\n                                        new Handler().postDelayed(new Runnable() {\n                                            @Override\n                                            public void run() {\n                                                tOutput.append(input2);\n                                                try {\n                                                    usbPort.write(input2.getBytes(), 100);\n                                                } catch (IOException e) {\n                                                    e.printStackTrace();\n                                                    Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                                }\n                                            }\n                                        }, 500);\n                                    }\n                                    else Toast.makeText(MainActivity.this, \"Invalid input!\", Toast.LENGTH_LONG).show();\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bToggleBlinking.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Do you want to toggle blinking mode ON/OFF?\");\n                alert.setPositiveButton(\"Yes\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    String input = \"b\\n\\r\";\n                                    tOutput.append(input);\n                                    try {\n                                        usbPort.write(input.getBytes(), 100);\n                                    } catch (IOException e) {\n                                        e.printStackTrace();\n                                        Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                    }\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n\n        bExit.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this);\n                alert.setTitle(\"Do you want to exit the menu (TickTag goes to sleep until activation)?\");\n                alert.setPositiveButton(\"Yes\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) {\n                        runOnUiThread(new Runnable() {\n                            @Override\n                            public void run() {\n                                if(tickTagConnected) {\n                                    String input = \"9\\n\\r\";\n                                    tOutput.append(input);\n                                    try {\n                                        usbPort.write(input.getBytes(), 100);\n                                    } catch (IOException e) {\n                                        e.printStackTrace();\n                                        Toast.makeText(MainActivity.this, \"Failed to send command to TickTag!\", Toast.LENGTH_LONG).show();\n                                    }\n                                }\n                                else Toast.makeText(MainActivity.this, \"Not connected to TickTag!\", Toast.LENGTH_LONG).show();\n                            }\n                        });\n                    }\n                });\n                alert.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n                    public void onClick(DialogInterface dialog, int whichButton) { }\n                });\n                alert.show();\n            }\n        });\n    }\n}\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/java/com/timm/ticktagandroidapp/RawDataStorage.java",
    "content": "package com.timm.ticktagandroidapp;\n\nimport android.content.Context;\n\nimport java.io.File;\nimport java.io.FileOutputStream;\nimport java.io.IOException;\nimport java.text.SimpleDateFormat;\nimport java.util.Date;\nimport java.util.Locale;\n\nclass RawDataStorage {\n    private static final String FILENAME_BASE = \"ESP32Data.bin\";\n\n    private File fileToStoreTo;\n    private String fullFileName = \"\";\n    private String fileNameWithoutDirectory = \"\";\n    private int selectedItem;\n\n    public String getStoragePath() {\n        return fullFileName;\n    }\n\n    public String getFileNameWithoutDirectory() {\n        return fileNameWithoutDirectory;\n    }\n\n    public void testWrite() {\n        byte[] fileContent = new byte[20];\n        for(int i=0; i<20; i++) {\n            fileContent[i] = (byte) i;\n        }\n        writeToFile(fileContent);\n    }\n\n    public boolean writeToFile(byte[] data) {\n        if(fileToStoreTo == null) return false;\n        if(!fileToStoreTo.exists()) {\n            try {\n                fileToStoreTo.createNewFile();\n            } catch (IOException e) {\n                return false;\n            }\n        }\n        try {\n            FileOutputStream stream = new FileOutputStream(fullFileName, true);\n            stream.write(data);\n            stream.close();\n        } catch (IOException e1) {\n            return false;\n        }\n        return true;\n    }\n\n    public RawDataStorage(Context context) {\n        SimpleDateFormat sdf = new SimpleDateFormat(\"yyyyMMdd_HHmmss\", Locale.getDefault());\n        String currentDateandTime = sdf.format(new Date());\n        fullFileName = StorageGeneral.getStorageDirectory(context) + \"/\" + currentDateandTime + \"_\" + FILENAME_BASE;\n        fileNameWithoutDirectory = currentDateandTime + \"_\" + FILENAME_BASE;\n        fileToStoreTo = new File(fullFileName);\n    }\n}\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/java/com/timm/ticktagandroidapp/StorageGeneral.java",
    "content": "package com.timm.ticktagandroidapp;\n\nimport android.content.Context;\nimport android.os.Environment;\nimport android.os.StatFs;\n\nimport java.io.File;\n\npublic class StorageGeneral {\n\n    private static final long MINIMUM_MEMORY = (16L * 1024L * 1024L); // 16 MByte\n\n    public static long getMinimumMemory() {\n        return MINIMUM_MEMORY;\n    }\n\n    public static boolean enoughFreeMemoryToStoreShit() {\n        if(getAvailableInternalMemorySize() < MINIMUM_MEMORY) {\n            return false;\n        }\n        return true;\n    }\n\n    public static long getAvailableInternalMemorySize() {\n        File path = Environment.getDataDirectory();\n        StatFs stat = new StatFs(path.getPath());\n        long blockSize = stat.getBlockSizeLong();\n        long availableBlocks = stat.getAvailableBlocksLong();\n        return availableBlocks * blockSize;\n    }\n\n    public static String getAvailableInternalMemorySizeAsStringInMByte() {\n        long mByteFree = (getAvailableInternalMemorySize() / (1024 * 1024));\n        String mbyteWithPoint = String.format(\"%,d\", mByteFree);\n        return mbyteWithPoint;\n    }\n\n    public static String getStorageDirectory(Context context) {\n        return context.getExternalFilesDir(null).getPath().toString();\n    }\n\n}\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/drawable/ic_launcher_background.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<vector xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    android:width=\"108dp\"\n    android:height=\"108dp\"\n    android:viewportWidth=\"108\"\n    android:viewportHeight=\"108\">\n    <path\n        android:fillColor=\"#008577\"\n        android:pathData=\"M0,0h108v108h-108z\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M9,0L9,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M19,0L19,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M29,0L29,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M39,0L39,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M49,0L49,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M59,0L59,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M69,0L69,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M79,0L79,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M89,0L89,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M99,0L99,108\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,9L108,9\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,19L108,19\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,29L108,29\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,39L108,39\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,49L108,49\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,59L108,59\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,69L108,69\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,79L108,79\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,89L108,89\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M0,99L108,99\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M19,29L89,29\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M19,39L89,39\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M19,49L89,49\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M19,59L89,59\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M19,69L89,69\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M19,79L89,79\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M29,19L29,89\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M39,19L39,89\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M49,19L49,89\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M59,19L59,89\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M69,19L69,89\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n    <path\n        android:fillColor=\"#00000000\"\n        android:pathData=\"M79,19L79,89\"\n        android:strokeWidth=\"0.8\"\n        android:strokeColor=\"#33FFFFFF\" />\n</vector>\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/drawable-v24/chart_fade.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<shape xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <gradient\n        android:angle=\"90\"\n        android:startColor=\"#B9F6CA\"\n        android:endColor=\"#008577\" />\n</shape>"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/drawable-v24/ic_launcher_foreground.xml",
    "content": "<vector xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:aapt=\"http://schemas.android.com/aapt\"\n    android:width=\"108dp\"\n    android:height=\"108dp\"\n    android:viewportWidth=\"108\"\n    android:viewportHeight=\"108\">\n    <path\n        android:fillType=\"evenOdd\"\n        android:pathData=\"M32,64C32,64 38.39,52.99 44.13,50.95C51.37,48.37 70.14,49.57 70.14,49.57L108.26,87.69L108,109.01L75.97,107.97L32,64Z\"\n        android:strokeWidth=\"1\"\n        android:strokeColor=\"#00000000\">\n        <aapt:attr name=\"android:fillColor\">\n            <gradient\n                android:endX=\"78.5885\"\n                android:endY=\"90.9159\"\n                android:startX=\"48.7653\"\n                android:startY=\"61.0927\"\n                android:type=\"linear\">\n                <item\n                    android:color=\"#44000000\"\n                    android:offset=\"0.0\" />\n                <item\n                    android:color=\"#00000000\"\n                    android:offset=\"1.0\" />\n            </gradient>\n        </aapt:attr>\n    </path>\n    <path\n        android:fillColor=\"#FFFFFF\"\n        android:fillType=\"nonZero\"\n        android:pathData=\"M66.94,46.02L66.94,46.02C72.44,50.07 76,56.61 76,64L32,64C32,56.61 35.56,50.11 40.98,46.06L36.18,41.19C35.45,40.45 35.45,39.3 36.18,38.56C36.91,37.81 38.05,37.81 38.78,38.56L44.25,44.05C47.18,42.57 50.48,41.71 54,41.71C57.48,41.71 60.78,42.57 63.68,44.05L69.11,38.56C69.84,37.81 70.98,37.81 71.71,38.56C72.44,39.3 72.44,40.45 71.71,41.19L66.94,46.02ZM62.94,56.92C64.08,56.92 65,56.01 65,54.88C65,53.76 64.08,52.85 62.94,52.85C61.8,52.85 60.88,53.76 60.88,54.88C60.88,56.01 61.8,56.92 62.94,56.92ZM45.06,56.92C46.2,56.92 47.13,56.01 47.13,54.88C47.13,53.76 46.2,52.85 45.06,52.85C43.92,52.85 43,53.76 43,54.88C43,56.01 43.92,56.92 45.06,56.92Z\"\n        android:strokeWidth=\"1\"\n        android:strokeColor=\"#00000000\" />\n</vector>\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/layout/activity_decoder.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n    xmlns:tools=\"http://schemas.android.com/tools\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    tools:context=\".MainActivity\">\n\n    <LinearLayout\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:orientation=\"vertical\">\n        <!--\n        <LinearLayout\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"400dp\"\n            android:orientation=\"vertical\">\n\n            <com.github.mikephil.charting.charts.LineChart\n                android:id=\"@+id/chart\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"match_parent\"/>\n\n        </LinearLayout>\n        -->\n        <TextView\n            android:id=\"@+id/tselectedfile\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:layout_marginTop=\"7dp\"\n            android:layout_marginLeft=\"20dp\"\n            android:textStyle=\"bold\"\n            android:textSize=\"15dp\"\n            android:text=\"\"/>\n\n        <ScrollView\n            android:layout_width=\"fill_parent\"\n            android:layout_height=\"200dp\"\n            android:scrollbars=\"vertical\"\n            android:background=\"#ffffba\"\n            android:fillViewport=\"true\">\n\n            <TextView\n                android:id=\"@+id/tstatus\"\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:layout_marginTop=\"7dp\"\n                android:layout_marginLeft=\"20dp\"\n                android:textSize=\"15dp\"\n                android:text=\"\"/>\n\n        </ScrollView>\n\n    </LinearLayout>\n\n</FrameLayout>"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/layout/activity_detail.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n    xmlns:tools=\"http://schemas.android.com/tools\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    tools:context=\".MainActivity\">\n\n    <LinearLayout\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:orientation=\"vertical\">\n        <!--\n        <LinearLayout\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"400dp\"\n            android:orientation=\"vertical\">\n\n            <com.github.mikephil.charting.charts.LineChart\n                android:id=\"@+id/chart\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"match_parent\"/>\n\n        </LinearLayout>\n        -->\n        <TextView\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:layout_marginTop=\"7dp\"\n            android:layout_marginLeft=\"20dp\"\n            android:textStyle=\"bold\"\n            android:textSize=\"15dp\"\n            android:text=\"Status\"/>\n\n        <ScrollView\n            android:layout_width=\"fill_parent\"\n            android:layout_height=\"wrap_content\"\n            android:scrollbars=\"vertical\"\n            android:fillViewport=\"true\">\n\n            <TextView\n                android:id=\"@+id/tstatus\"\n                android:layout_width=\"fill_parent\"\n                android:layout_height=\"fill_parent\"\n                android:layout_marginTop=\"7dp\"\n                android:layout_marginLeft=\"20dp\"\n                android:textSize=\"13dp\"\n                android:scrollbars = \"vertical\"\n                android:text=\"\"/>\n\n        </ScrollView>\n\n    </LinearLayout>\n\n</FrameLayout>"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/layout/activity_main.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n    xmlns:tools=\"http://schemas.android.com/tools\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    tools:context=\".MainActivity\">\n\n    <LinearLayout\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:orientation=\"vertical\">\n\n        <LinearLayout\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:layout_weight = \"0\"\n            android:gravity=\"center\"\n            android:background=\"#ECEDED\"\n            android:orientation=\"horizontal\" >\n\n            <ImageView\n                android:layout_width=\"40dp\"\n                android:layout_height=\"40dp\"\n                android:layout_margin=\"10dp\"\n                android:layout_weight = \"0\"\n                android:src=\"@mipmap/ic_launcher\" />\n\n            <TextView\n                android:id=\"@+id/theadline\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"wrap_content\"\n                android:layout_weight = \"1\"\n                android:layout_margin=\"0dp\"\n                android:padding=\"10dp\"\n                android:textSize=\"15dp\"\n                android:text=\"\"/>\n\n            <Button\n                android:id=\"@+id/bstartstop\"\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:layout_weight = \"0\"\n                android:layout_margin=\"5dp\"\n                android:padding=\"20dp\"\n                android:backgroundTint=\"#FF80AB\"\n                android:text=\"\" />\n\n        </LinearLayout>\n\n        <LinearLayout\n            android:id=\"@+id/lalertnotconnected\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:layout_weight = \"0\"\n            android:gravity=\"left\"\n            android:orientation=\"horizontal\" >\n\n            <ImageView\n                android:layout_width=\"20dp\"\n                android:layout_height=\"20dp\"\n                android:layout_margin=\"10dp\"\n                android:src=\"@drawable/alert\" />\n\n            <TextView\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:layout_marginTop=\"7dp\"\n                android:layout_marginLeft=\"5dp\"\n                android:textSize=\"15dp\"\n                android:gravity=\"center_vertical\"\n                android:text=\"Not connected to user interface board!\"/>\n\n        </LinearLayout>\n\n        <LinearLayout\n            android:id=\"@+id/lalertpressbutton\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:layout_weight = \"0\"\n            android:gravity=\"left\"\n            android:orientation=\"horizontal\" >\n\n            <ImageView\n                android:layout_width=\"20dp\"\n                android:layout_height=\"20dp\"\n                android:layout_margin=\"10dp\"\n                android:src=\"@drawable/alert\" />\n\n            <TextView\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:layout_marginTop=\"7dp\"\n                android:layout_marginLeft=\"5dp\"\n                android:textSize=\"15dp\"\n                android:gravity=\"center_vertical\"\n                android:text=\"Please start the TickTag by pressing the button on the interface board until the TickTag blinks green. After that, please press the button again for 3 seconds to enter the menu.\"/>\n\n        </LinearLayout>\n\n        <RelativeLayout\n            android:id=\"@+id/rloadingpanel\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:layout_weight = \"0\"\n            android:gravity=\"center\" >\n\n            <ProgressBar\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:layout_marginTop=\"20dp\"\n                android:indeterminate=\"true\" />\n\n        </RelativeLayout>\n\n        <TextView\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:layout_weight = \"0\"\n            android:layout_marginTop=\"7dp\"\n            android:layout_marginLeft=\"20dp\"\n            android:textStyle=\"bold\"\n            android:textSize=\"15dp\"\n            android:text=\"TickTag Output\"/>\n\n        <LinearLayout\n            android:layout_width=\"fill_parent\"\n            android:layout_height=\"match_parent\"\n            android:layout_weight = \"1\"\n            android:orientation=\"vertical\">\n\n            <ScrollView\n                android:id=\"@+id/scscroll\"\n                android:layout_width=\"fill_parent\"\n                android:layout_height=\"wrap_content\"\n                android:scrollbars=\"vertical\"\n                android:fillViewport=\"true\">\n\n                <TextView\n                    android:id=\"@+id/toutput\"\n                    android:layout_width=\"fill_parent\"\n                    android:layout_height=\"fill_parent\"\n                    android:layout_marginTop=\"7dp\"\n                    android:layout_marginLeft=\"20dp\"\n                    android:textSize=\"12dp\"\n                    android:scrollbars = \"vertical\"\n                    android:textIsSelectable=\"true\"\n                    android:text=\"\"/>\n\n            </ScrollView>\n\n        </LinearLayout>\n\n        <LinearLayout\n            android:id=\"@+id/lbuttons2\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:layout_weight=\"0\"\n            android:background=\"#ECEDED\"\n            android:gravity=\"center\"\n            android:orientation=\"vertical\">\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/bread\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#bae1ff\"\n                    android:text=\"READ MEMORY AGAIN\" />\n\n                <Button\n                    android:id=\"@+id/breset\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#FF80AB\"\n                    android:text=\"RESET MEMORY\" />\n\n            </LinearLayout>\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/bsetvoltage\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"MIN VOLTAGE\" />\n\n                <Button\n                    android:id=\"@+id/bsetfrequency\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"FREQUENCY\" />\n\n                <Button\n                    android:id=\"@+id/bsetaccuracy\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"ACCURACY\" />\n\n            </LinearLayout>\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/bsetdelay\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"ACTIVATION DELAY\" />\n\n                <Button\n                    android:id=\"@+id/bsethour\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"TIMES\" />\n\n                <Button\n                    android:id=\"@+id/bsetburstduration\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"BURST DURATION\" />\n\n            </LinearLayout>\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n\n\n                <Button\n                    android:id=\"@+id/btogglegeofencing\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"GEOFENCING ON/OFF\" />\n\n                <Button\n                    android:id=\"@+id/btoggleblinking\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"BLINKING ON/OFF\" />\n\n                <Button\n                    android:id=\"@+id/bexit\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:textSize=\"11sp\"\n                    android:text=\"EXIT\" />\n\n            </LinearLayout>\n\n        </LinearLayout>\n\n        <LinearLayout\n            android:id=\"@+id/lbuttons\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:layout_weight=\"0\"\n            android:background=\"#ECEDED\"\n            android:gravity=\"center\"\n            android:visibility=\"gone\"\n            android:orientation=\"vertical\">\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/b1\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"1\" />\n\n                <Button\n                    android:id=\"@+id/b2\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"2\" />\n\n                <Button\n                    android:id=\"@+id/b3\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"3\" />\n\n            </LinearLayout>\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/b4\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"4\" />\n\n                <Button\n                    android:id=\"@+id/b5\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"5\" />\n\n                <Button\n                    android:id=\"@+id/b6\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"6\" />\n\n            </LinearLayout>\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/b7\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"7\" />\n\n                <Button\n                    android:id=\"@+id/b8\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"8\" />\n\n                <Button\n                    android:id=\"@+id/b9\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"9\" />\n\n            </LinearLayout>\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/b0\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#ffffba\"\n                    android:text=\"0\" />\n\n                <Button\n                    android:id=\"@+id/benter\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"2dp\"\n                    android:backgroundTint=\"#bae1ff\"\n                    android:text=\"ENTER\" />\n\n\n            </LinearLayout>\n\n        </LinearLayout>\n\n        <LinearLayout\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:gravity=\"center\"\n            android:background=\"#DCD2C8\"\n            android:layout_weight = \"0\"\n            android:orientation=\"vertical\">\n\n            <LinearLayout\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:gravity=\"center\"\n                android:orientation=\"horizontal\">\n\n                <Button\n                    android:id=\"@+id/bopendownloads\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"5dp\"\n                    android:backgroundTint=\"#B9F6CA\"\n                    android:text=\"SHOW DOWNLOADS\" />\n\n                <Button\n                    android:id=\"@+id/bstoreoutput\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"5dp\"\n                    android:backgroundTint=\"#bae1ff\"\n                    android:text=\"STORE OUTPUT\" />\n\n                <Button\n                    android:id=\"@+id/bclearoutput\"\n                    android:layout_width=\"wrap_content\"\n                    android:layout_height=\"wrap_content\"\n                    android:layout_margin=\"5dp\"\n                    android:backgroundTint=\"#FF80AB\"\n                    android:text=\"CLEAR\" />\n\n            </LinearLayout>\n\n        </LinearLayout>\n\n    </LinearLayout>\n\n</FrameLayout>\n\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n  <background android:drawable=\"@mipmap/ic_launcher_adaptive_back\"/>\n  <foreground android:drawable=\"@mipmap/ic_launcher_adaptive_fore\"/>\n</adaptive-icon>"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/values/colors.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <color name=\"colorPrimary\">#008577</color>\n    <color name=\"colorPrimaryDark\">#00574B</color>\n    <color name=\"colorAccent\">#D81B60</color>\n</resources>\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/values/strings.xml",
    "content": "<resources>\n    <string name=\"app_name\">TickTag Android App</string>\n</resources>\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/values/styles.xml",
    "content": "<resources>\n\n    <!-- Base application theme. -->\n    <style name=\"AppTheme\" parent=\"Theme.AppCompat.Light.DarkActionBar\">\n        <!-- Customize your theme here. -->\n        <item name=\"colorPrimary\">@color/colorPrimary</item>\n        <item name=\"colorPrimaryDark\">@color/colorPrimaryDark</item>\n        <item name=\"colorAccent\">@color/colorAccent</item>\n    </style>\n\n</resources>\n"
  },
  {
    "path": "TickTagAndroidApp/app/src/main/res/xml/device_filter.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <!-- 0x0403 / 0x60??: FTDI -->\n    <usb-device vendor-id=\"1027\" product-id=\"24577\" /> <!-- 0x6001: FT232R -->\n    <usb-device vendor-id=\"1027\" product-id=\"24592\" /> <!-- 0x6010: FT2232H -->\n    <usb-device vendor-id=\"1027\" product-id=\"24593\" /> <!-- 0x6011: FT4232H -->\n    <usb-device vendor-id=\"1027\" product-id=\"24596\" /> <!-- 0x6014: FT232H -->\n    <usb-device vendor-id=\"1027\" product-id=\"24597\" /> <!-- 0x6015: FT230X, FT231X, FT234XD -->\n\n    <!-- 0x10C4 / 0xEA??: Silabs CP210x -->\n    <usb-device vendor-id=\"4292\" product-id=\"60000\" /> <!-- 0xea60: CP2102 and other CP210x single port devices -->\n    <usb-device vendor-id=\"4292\" product-id=\"60016\" /> <!-- 0xea70: CP2105 -->\n    <usb-device vendor-id=\"4292\" product-id=\"60017\" /> <!-- 0xea71: CP2108 -->\n\n    <!-- 0x067B / 0x23?3: Prolific PL2303x -->\n    <usb-device vendor-id=\"1659\" product-id=\"8963\" /> <!-- 0x2303: PL2303HX, HXD, TA, ... -->\n    <usb-device vendor-id=\"1659\" product-id=\"9123\" /> <!-- 0x23a3: PL2303GC -->\n    <usb-device vendor-id=\"1659\" product-id=\"9139\" /> <!-- 0x23b3: PL2303GB -->\n    <usb-device vendor-id=\"1659\" product-id=\"9155\" /> <!-- 0x23c3: PL2303GT -->\n    <usb-device vendor-id=\"1659\" product-id=\"9171\" /> <!-- 0x23d3: PL2303GL -->\n    <usb-device vendor-id=\"1659\" product-id=\"9187\" /> <!-- 0x23e3: PL2303GE -->\n    <usb-device vendor-id=\"1659\" product-id=\"9203\" /> <!-- 0x23f3: PL2303GS -->\n\n    <!-- 0x1a86 / 0x?523: Qinheng CH34x -->\n    <usb-device vendor-id=\"6790\" product-id=\"21795\" /> <!-- 0x5523: CH341A -->\n    <usb-device vendor-id=\"6790\" product-id=\"29987\" /> <!-- 0x7523: CH340 -->\n\n    <!-- CDC driver -->\n    <usb-device vendor-id=\"9025\" />                   <!-- 0x2341 / ......: Arduino -->\n    <usb-device vendor-id=\"5824\" product-id=\"1155\" /> <!-- 0x16C0 / 0x0483: Teensyduino  -->\n    <usb-device vendor-id=\"1003\" product-id=\"8260\" /> <!-- 0x03EB / 0x2044: Atmel Lufa -->\n    <usb-device vendor-id=\"7855\" product-id=\"4\"    /> <!-- 0x1eaf / 0x0004: Leaflabs Maple -->\n    <usb-device vendor-id=\"3368\" product-id=\"516\"  /> <!-- 0x0d28 / 0x0204: ARM mbed -->\n    <usb-device vendor-id=\"1155\" product-id=\"22336\" /><!-- 0x0483 / 0x5740: ST CDC -->\n</resources>"
  },
  {
    "path": "TickTagAndroidApp/app/src/test/java/com/timm/ticktagandroidapp/ExampleUnitTest.java",
    "content": "package com.timm.ticktagandroidapp;\n\nimport org.junit.Test;\n\nimport static org.junit.Assert.*;\n\n/**\n * Example local unit test, which will execute on the development machine (host).\n *\n * @see <a href=\"http://d.android.com/tools/testing\">Testing documentation</a>\n */\npublic class ExampleUnitTest {\n    @Test\n    public void addition_isCorrect() {\n        assertEquals(4, 2 + 2);\n    }\n}"
  },
  {
    "path": "TickTagAndroidApp/build.gradle",
    "content": "// Top-level build file where you can add configuration options common to all sub-projects/modules.\n\nbuildscript {\n    repositories {\n        google()\n        jcenter()\n        \n    }\n    dependencies {\n        classpath 'com.android.tools.build:gradle:3.5.1'\n        \n        // NOTE: Do not place your application dependencies here; they belong\n        // in the individual module build.gradle files\n    }\n}\n\nallprojects {\n    repositories {\n        google()\n        jcenter()\n    }\n}\n\ntask clean(type: Delete) {\n    delete rootProject.buildDir\n}\n"
  },
  {
    "path": "TickTagAndroidApp/gradle/wrapper/gradle-wrapper.properties",
    "content": "#Sat Oct 31 08:59:58 CET 2020\ndistributionBase=GRADLE_USER_HOME\ndistributionPath=wrapper/dists\nzipStoreBase=GRADLE_USER_HOME\nzipStorePath=wrapper/dists\ndistributionUrl=https\\://services.gradle.org/distributions/gradle-5.4.1-all.zip\n"
  },
  {
    "path": "TickTagAndroidApp/gradle.properties",
    "content": "# Project-wide Gradle settings.\n# IDE (e.g. Android Studio) users:\n# Gradle settings configured through the IDE *will override*\n# any settings specified in this file.\n# For more details on how to configure your build environment visit\n# http://www.gradle.org/docs/current/userguide/build_environment.html\n# Specifies the JVM arguments used for the daemon process.\n# The setting is particularly useful for tweaking memory settings.\norg.gradle.jvmargs=-Xmx1536m\n# When configured, Gradle will run in incubating parallel mode.\n# This option should only be used with decoupled projects. More details, visit\n# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects\n# org.gradle.parallel=true\n# AndroidX package structure to make it clearer which packages are bundled with the\n# Android operating system, and which are packaged with your app's APK\n# https://developer.android.com/topic/libraries/support-library/androidx-rn\nandroid.useAndroidX=true\n# Automatically convert third-party libraries to use AndroidX\nandroid.enableJetifier=true\n\n"
  },
  {
    "path": "TickTagAndroidApp/gradlew",
    "content": "#!/usr/bin/env sh\n\n##############################################################################\n##\n##  Gradle start up script for UN*X\n##\n##############################################################################\n\n# Attempt to set APP_HOME\n# Resolve links: $0 may be a link\nPRG=\"$0\"\n# Need this for relative symlinks.\nwhile [ -h \"$PRG\" ] ; do\n    ls=`ls -ld \"$PRG\"`\n    link=`expr \"$ls\" : '.*-> \\(.*\\)$'`\n    if expr \"$link\" : '/.*' > /dev/null; then\n        PRG=\"$link\"\n    else\n        PRG=`dirname \"$PRG\"`\"/$link\"\n    fi\ndone\nSAVED=\"`pwd`\"\ncd \"`dirname \\\"$PRG\\\"`/\" >/dev/null\nAPP_HOME=\"`pwd -P`\"\ncd \"$SAVED\" >/dev/null\n\nAPP_NAME=\"Gradle\"\nAPP_BASE_NAME=`basename \"$0\"`\n\n# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.\nDEFAULT_JVM_OPTS=\"\"\n\n# Use the maximum available, or set MAX_FD != -1 to use that value.\nMAX_FD=\"maximum\"\n\nwarn () {\n    echo \"$*\"\n}\n\ndie () {\n    echo\n    echo \"$*\"\n    echo\n    exit 1\n}\n\n# OS specific support (must be 'true' or 'false').\ncygwin=false\nmsys=false\ndarwin=false\nnonstop=false\ncase \"`uname`\" in\n  CYGWIN* )\n    cygwin=true\n    ;;\n  Darwin* )\n    darwin=true\n    ;;\n  MINGW* )\n    msys=true\n    ;;\n  NONSTOP* )\n    nonstop=true\n    ;;\nesac\n\nCLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar\n\n# Determine the Java command to use to start the JVM.\nif [ -n \"$JAVA_HOME\" ] ; then\n    if [ -x \"$JAVA_HOME/jre/sh/java\" ] ; then\n        # IBM's JDK on AIX uses strange locations for the executables\n        JAVACMD=\"$JAVA_HOME/jre/sh/java\"\n    else\n        JAVACMD=\"$JAVA_HOME/bin/java\"\n    fi\n    if [ ! -x \"$JAVACMD\" ] ; then\n        die \"ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME\n\nPlease set the JAVA_HOME variable in your environment to match the\nlocation of your Java installation.\"\n    fi\nelse\n    JAVACMD=\"java\"\n    which java >/dev/null 2>&1 || die \"ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.\n\nPlease set the JAVA_HOME variable in your environment to match the\nlocation of your Java installation.\"\nfi\n\n# Increase the maximum file descriptors if we can.\nif [ \"$cygwin\" = \"false\" -a \"$darwin\" = \"false\" -a \"$nonstop\" = \"false\" ] ; then\n    MAX_FD_LIMIT=`ulimit -H -n`\n    if [ $? -eq 0 ] ; then\n        if [ \"$MAX_FD\" = \"maximum\" -o \"$MAX_FD\" = \"max\" ] ; then\n            MAX_FD=\"$MAX_FD_LIMIT\"\n        fi\n        ulimit -n $MAX_FD\n        if [ $? -ne 0 ] ; then\n            warn \"Could not set maximum file descriptor limit: $MAX_FD\"\n        fi\n    else\n        warn \"Could not query maximum file descriptor limit: $MAX_FD_LIMIT\"\n    fi\nfi\n\n# For Darwin, add options to specify how the application appears in the dock\nif $darwin; then\n    GRADLE_OPTS=\"$GRADLE_OPTS \\\"-Xdock:name=$APP_NAME\\\" \\\"-Xdock:icon=$APP_HOME/media/gradle.icns\\\"\"\nfi\n\n# For Cygwin, switch paths to Windows format before running java\nif $cygwin ; then\n    APP_HOME=`cygpath --path --mixed \"$APP_HOME\"`\n    CLASSPATH=`cygpath --path --mixed \"$CLASSPATH\"`\n    JAVACMD=`cygpath --unix \"$JAVACMD\"`\n\n    # We build the pattern for arguments to be converted via cygpath\n    ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`\n    SEP=\"\"\n    for dir in $ROOTDIRSRAW ; do\n        ROOTDIRS=\"$ROOTDIRS$SEP$dir\"\n        SEP=\"|\"\n    done\n    OURCYGPATTERN=\"(^($ROOTDIRS))\"\n    # Add a user-defined pattern to the cygpath arguments\n    if [ \"$GRADLE_CYGPATTERN\" != \"\" ] ; then\n        OURCYGPATTERN=\"$OURCYGPATTERN|($GRADLE_CYGPATTERN)\"\n    fi\n    # Now convert the arguments - kludge to limit ourselves to /bin/sh\n    i=0\n    for arg in \"$@\" ; do\n        CHECK=`echo \"$arg\"|egrep -c \"$OURCYGPATTERN\" -`\n        CHECK2=`echo \"$arg\"|egrep -c \"^-\"`                                 ### Determine if an option\n\n        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition\n            eval `echo args$i`=`cygpath --path --ignore --mixed \"$arg\"`\n        else\n            eval `echo args$i`=\"\\\"$arg\\\"\"\n        fi\n        i=$((i+1))\n    done\n    case $i in\n        (0) set -- ;;\n        (1) set -- \"$args0\" ;;\n        (2) set -- \"$args0\" \"$args1\" ;;\n        (3) set -- \"$args0\" \"$args1\" \"$args2\" ;;\n        (4) set -- \"$args0\" \"$args1\" \"$args2\" \"$args3\" ;;\n        (5) set -- \"$args0\" \"$args1\" \"$args2\" \"$args3\" \"$args4\" ;;\n        (6) set -- \"$args0\" \"$args1\" \"$args2\" \"$args3\" \"$args4\" \"$args5\" ;;\n        (7) set -- \"$args0\" \"$args1\" \"$args2\" \"$args3\" \"$args4\" \"$args5\" \"$args6\" ;;\n        (8) set -- \"$args0\" \"$args1\" \"$args2\" \"$args3\" \"$args4\" \"$args5\" \"$args6\" \"$args7\" ;;\n        (9) set -- \"$args0\" \"$args1\" \"$args2\" \"$args3\" \"$args4\" \"$args5\" \"$args6\" \"$args7\" \"$args8\" ;;\n    esac\nfi\n\n# Escape application args\nsave () {\n    for i do printf %s\\\\n \"$i\" | sed \"s/'/'\\\\\\\\''/g;1s/^/'/;\\$s/\\$/' \\\\\\\\/\" ; done\n    echo \" \"\n}\nAPP_ARGS=$(save \"$@\")\n\n# Collect all arguments for the java command, following the shell quoting and substitution rules\neval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS \"\\\"-Dorg.gradle.appname=$APP_BASE_NAME\\\"\" -classpath \"\\\"$CLASSPATH\\\"\" org.gradle.wrapper.GradleWrapperMain \"$APP_ARGS\"\n\n# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong\nif [ \"$(uname)\" = \"Darwin\" ] && [ \"$HOME\" = \"$PWD\" ]; then\n  cd \"$(dirname \"$0\")\"\nfi\n\nexec \"$JAVACMD\" \"$@\"\n"
  },
  {
    "path": "TickTagAndroidApp/gradlew.bat",
    "content": "@if \"%DEBUG%\" == \"\" @echo off\n@rem ##########################################################################\n@rem\n@rem  Gradle startup script for Windows\n@rem\n@rem ##########################################################################\n\n@rem Set local scope for the variables with windows NT shell\nif \"%OS%\"==\"Windows_NT\" setlocal\n\nset DIRNAME=%~dp0\nif \"%DIRNAME%\" == \"\" set DIRNAME=.\nset APP_BASE_NAME=%~n0\nset APP_HOME=%DIRNAME%\n\n@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.\nset DEFAULT_JVM_OPTS=\n\n@rem Find java.exe\nif defined JAVA_HOME goto findJavaFromJavaHome\n\nset JAVA_EXE=java.exe\n%JAVA_EXE% -version >NUL 2>&1\nif \"%ERRORLEVEL%\" == \"0\" goto init\n\necho.\necho ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.\necho.\necho Please set the JAVA_HOME variable in your environment to match the\necho location of your Java installation.\n\ngoto fail\n\n:findJavaFromJavaHome\nset JAVA_HOME=%JAVA_HOME:\"=%\nset JAVA_EXE=%JAVA_HOME%/bin/java.exe\n\nif exist \"%JAVA_EXE%\" goto init\n\necho.\necho ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%\necho.\necho Please set the JAVA_HOME variable in your environment to match the\necho location of your Java installation.\n\ngoto fail\n\n:init\n@rem Get command-line arguments, handling Windows variants\n\nif not \"%OS%\" == \"Windows_NT\" goto win9xME_args\n\n:win9xME_args\n@rem Slurp the command line arguments.\nset CMD_LINE_ARGS=\nset _SKIP=2\n\n:win9xME_args_slurp\nif \"x%~1\" == \"x\" goto execute\n\nset CMD_LINE_ARGS=%*\n\n:execute\n@rem Setup the command line\n\nset CLASSPATH=%APP_HOME%\\gradle\\wrapper\\gradle-wrapper.jar\n\n@rem Execute Gradle\n\"%JAVA_EXE%\" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% \"-Dorg.gradle.appname=%APP_BASE_NAME%\" -classpath \"%CLASSPATH%\" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%\n\n:end\n@rem End local scope for the variables with windows NT shell\nif \"%ERRORLEVEL%\"==\"0\" goto mainEnd\n\n:fail\nrem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of\nrem the _cmd.exe /c_ return code!\nif  not \"\" == \"%GRADLE_EXIT_CONSOLE%\" exit 1\nexit /b 1\n\n:mainEnd\nif \"%OS%\"==\"Windows_NT\" endlocal\n\n:omega\n"
  },
  {
    "path": "TickTagAndroidApp/settings.gradle",
    "content": "include ':app'\nrootProject.name='TickTagAndroidApp'\n"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220221_1s_Interval_10527_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1645434445,47.74306,8.99900\n2,1645434446,47.74304,8.99900\n3,1645434447,47.74303,8.99899\n4,1645434448,47.74302,8.99899\n5,1645434449,47.74302,8.99899\n6,1645434450,47.74301,8.99899\n7,1645434451,47.74301,8.99899\n8,1645434452,47.74301,8.99898\n9,1645434453,47.74301,8.99898\n10,1645434454,47.74301,8.99898\n11,1645434455,47.74301,8.99898\n12,1645434456,47.74301,8.99898\n13,1645434457,47.74301,8.99898\n14,1645434458,47.74301,8.99898\n15,1645434459,47.74301,8.99898\n16,1645434460,47.74301,8.99898\n17,1645434461,47.74301,8.99899\n18,1645434462,47.74301,8.99899\n19,1645434463,47.74301,8.99899\n20,1645434464,47.74301,8.99899\n21,1645434465,47.74301,8.99899\n22,1645434466,47.74301,8.99899\n23,1645434467,47.74301,8.99899\n24,1645434468,47.74301,8.99899\n25,1645434469,47.74301,8.99899\n26,1645434470,47.74301,8.99899\n27,1645434471,47.74301,8.99899\n28,1645434472,47.74301,8.99899\n29,1645434473,47.74301,8.99899\n30,1645434474,47.74301,8.99899\n31,1645434475,47.74301,8.99899\n32,1645434476,47.74301,8.99899\n33,1645434477,47.74301,8.99899\n34,1645434478,47.74301,8.99899\n35,1645434479,47.74301,8.99899\n36,1645434480,47.74301,8.99899\n37,1645434481,47.74301,8.99899\n38,1645434482,47.74301,8.99899\n39,1645434483,47.74301,8.99899\n40,1645434484,47.74301,8.99899\n41,1645434485,47.74301,8.99899\n42,1645434486,47.74301,8.99899\n43,1645434487,47.74301,8.99899\n44,1645434488,47.74301,8.99899\n45,1645434489,47.74301,8.99899\n46,1645434490,47.74301,8.99899\n47,1645434491,47.74301,8.99899\n48,1645434492,47.74301,8.99899\n49,1645434493,47.74301,8.99899\n50,1645434494,47.74301,8.99899\n51,1645434495,47.74301,8.99899\n52,1645434496,47.74301,8.99899\n53,1645434497,47.74301,8.99899\n54,1645434498,47.74301,8.99899\n55,1645434499,47.74301,8.99899\n56,1645434500,47.74301,8.99899\n57,1645434501,47.74301,8.99899\n58,1645434502,47.74301,8.99899\n59,1645434503,47.74301,8.99899\n60,1645434504,47.74301,8.99899\n61,1645434505,47.74301,8.99899\n62,1645434506,47.74301,8.99899\n63,1645434507,47.74301,8.99899\n64,1645434508,47.74301,8.99899\n65,1645434509,47.74301,8.99899\n66,1645434510,47.74301,8.99899\n67,1645434511,47.74301,8.99899\n68,1645434512,47.74301,8.99899\n69,1645434513,47.74301,8.99899\n70,1645434514,47.74301,8.99899\n71,1645434515,47.74301,8.99899\n72,1645434516,47.74301,8.99899\n73,1645434517,47.74301,8.99899\n74,1645434518,47.74301,8.99899\n75,1645434519,47.74301,8.99899\n76,1645434520,47.74301,8.99899\n77,1645434521,47.74301,8.99899\n78,1645434522,47.74301,8.99899\n79,1645434523,47.74301,8.99899\n80,1645434524,47.74301,8.99899\n81,1645434525,47.74301,8.99899\n82,1645434526,47.74301,8.99899\n83,1645434527,47.74301,8.99899\n84,1645434528,47.74301,8.99899\n85,1645434529,47.74301,8.99899\n86,1645434530,47.74301,8.99899\n87,1645434531,47.74301,8.99899\n88,1645434532,47.74301,8.99899\n89,1645434533,47.74301,8.99899\n90,1645434534,47.74301,8.99899\n91,1645434535,47.74301,8.99899\n92,1645434536,47.74301,8.99899\n93,1645434537,47.74301,8.99899\n94,1645434538,47.74301,8.99899\n95,1645434539,47.74301,8.99899\n96,1645434540,47.74301,8.99899\n97,1645434541,47.74301,8.99899\n98,1645434542,47.74301,8.99899\n99,1645434543,47.74301,8.99899\n100,1645434544,47.74301,8.99899\n101,1645434545,47.74301,8.99899\n102,1645434546,47.74301,8.99899\n103,1645434547,47.74301,8.99899\n104,1645434548,47.74301,8.99899\n105,1645434549,47.74301,8.99899\n106,1645434550,47.74301,8.99899\n107,1645434551,47.74301,8.99899\n108,1645434552,47.74301,8.99899\n109,1645434553,47.74301,8.99899\n110,1645434554,47.74301,8.99899\n111,1645434555,47.74301,8.99899\n112,1645434556,47.74301,8.99899\n113,1645434557,47.74301,8.99899\n114,1645434558,47.74301,8.99899\n115,1645434559,47.74301,8.99899\n116,1645434560,47.74301,8.99899\n117,1645434561,47.74301,8.99899\n118,1645434562,47.74301,8.99899\n119,1645434563,47.74301,8.99899\n120,1645434564,47.74301,8.99899\n121,1645434565,47.74301,8.99899\n122,1645434566,47.74301,8.99899\n123,1645434567,47.74301,8.99899\n124,1645434568,47.74301,8.99899\n125,1645434569,47.74301,8.99899\n126,1645434570,47.74301,8.99899\n127,1645434571,47.74301,8.99899\n128,1645434572,47.74301,8.99899\n129,1645434573,47.74301,8.99899\n130,1645434574,47.74301,8.99899\n131,1645434575,47.74301,8.99899\n132,1645434576,47.74301,8.99899\n133,1645434577,47.74301,8.99899\n134,1645434578,47.74301,8.99899\n135,1645434579,47.74301,8.99899\n136,1645434580,47.74301,8.99899\n137,1645434581,47.74301,8.99899\n138,1645434582,47.74301,8.99899\n139,1645434583,47.74301,8.99899\n140,1645434584,47.74301,8.99899\n141,1645434585,47.74301,8.99899\n142,1645434586,47.74301,8.99899\n143,1645434587,47.74301,8.99899\n144,1645434588,47.74301,8.99899\n145,1645434589,47.74301,8.99899\n146,1645434590,47.74301,8.99899\n147,1645434591,47.74301,8.99899\n148,1645434592,47.74301,8.99899\n149,1645434593,47.74301,8.99899\n150,1645434594,47.74301,8.99899\n151,1645434595,47.74301,8.99899\n152,1645434596,47.74301,8.99899\n153,1645434597,47.74301,8.99899\n154,1645434598,47.74301,8.99899\n155,1645434599,47.74301,8.99899\n156,1645434600,47.74301,8.99899\n157,1645434601,47.74301,8.99899\n158,1645434602,47.74301,8.99899\n159,1645434603,47.74301,8.99899\n160,1645434604,47.74301,8.99899\n161,1645434605,47.74301,8.99899\n162,1645434606,47.74301,8.99899\n163,1645434607,47.74301,8.99899\n164,1645434608,47.74301,8.99899\n165,1645434609,47.74301,8.99899\n166,1645434610,47.74301,8.99899\n167,1645434611,47.74301,8.99899\n168,1645434612,47.74301,8.99899\n169,1645434613,47.74301,8.99899\n170,1645434614,47.74301,8.99899\n171,1645434615,47.74301,8.99899\n172,1645434616,47.74301,8.99899\n173,1645434617,47.74301,8.99899\n174,1645434618,47.74301,8.99899\n175,1645434619,47.74301,8.99899\n176,1645434620,47.74301,8.99899\n177,1645434621,47.74301,8.99899\n178,1645434622,47.74301,8.99899\n179,1645434623,47.74301,8.99899\n180,1645434624,47.74301,8.99899\n181,1645434625,47.74301,8.99899\n182,1645434626,47.74301,8.99899\n183,1645434627,47.74301,8.99899\n184,1645434628,47.74301,8.99899\n185,1645434629,47.74301,8.99899\n186,1645434630,47.74301,8.99899\n187,1645434631,47.74301,8.99899\n188,1645434632,47.74301,8.99899\n189,1645434633,47.74301,8.99899\n190,1645434634,47.74301,8.99899\n191,1645434635,47.74301,8.99899\n192,1645434636,47.74301,8.99899\n193,1645434637,47.74301,8.99899\n194,1645434638,47.74301,8.99899\n195,1645434639,47.74301,8.99899\n196,1645434640,47.74301,8.99899\n197,1645434641,47.74301,8.99899\n198,1645434642,47.74301,8.99899\n199,1645434643,47.74301,8.99899\n200,1645434644,47.74301,8.99899\n201,1645434645,47.74302,8.99899\n202,1645434646,47.74302,8.99899\n203,1645434647,47.74302,8.99899\n204,1645434648,47.74302,8.99899\n205,1645434649,47.74302,8.99899\n206,1645434650,47.74302,8.99899\n207,1645434651,47.74302,8.99899\n208,1645434652,47.74302,8.99899\n209,1645434653,47.74302,8.99900\n210,1645434654,47.74303,8.99900\n211,1645434655,47.74303,8.99900\n212,1645434656,47.74303,8.99900\n213,1645434657,47.74303,8.99900\n214,1645434658,47.74303,8.99900\n215,1645434659,47.74303,8.99900\n216,1645434660,47.74304,8.99900\n217,1645434661,47.74304,8.99900\n218,1645434662,47.74304,8.99900\n219,1645434663,47.74303,8.99900\n220,1645434664,47.74303,8.99900\n221,1645434665,47.74303,8.99900\n222,1645434666,47.74303,8.99900\n223,1645434667,47.74303,8.99900\n224,1645434668,47.74303,8.99899\n225,1645434669,47.74303,8.99899\n226,1645434670,47.74303,8.99899\n227,1645434671,47.74303,8.99899\n228,1645434672,47.74303,8.99899\n229,1645434673,47.74303,8.99899\n230,1645434674,47.74303,8.99899\n231,1645434675,47.74303,8.99899\n232,1645434676,47.74303,8.99899\n233,1645434677,47.74303,8.99899\n234,1645434678,47.74303,8.99899\n235,1645434679,47.74303,8.99899\n236,1645434680,47.74303,8.99899\n237,1645434681,47.74303,8.99899\n238,1645434682,47.74303,8.99899\n239,1645434683,47.74303,8.99899\n240,1645434684,47.74303,8.99899\n241,1645434685,47.74303,8.99899\n242,1645434686,47.74303,8.99899\n243,1645434687,47.74303,8.99899\n244,1645434688,47.74303,8.99899\n245,1645434689,47.74303,8.99899\n246,1645434690,47.74303,8.99899\n247,1645434691,47.74303,8.99899\n248,1645434692,47.74303,8.99899\n249,1645434693,47.74303,8.99899\n250,1645434694,47.74303,8.99899\n251,1645434695,47.74303,8.99899\n252,1645434696,47.74303,8.99899\n253,1645434697,47.74303,8.99899\n254,1645434698,47.74303,8.99899\n255,1645434699,47.74303,8.99899\n256,1645434700,47.74303,8.99899\n257,1645434701,47.74303,8.99899\n258,1645434702,47.74303,8.99899\n259,1645434703,47.74303,8.99899\n260,1645434704,47.74303,8.99899\n261,1645434705,47.74303,8.99899\n262,1645434706,47.74303,8.99899\n263,1645434707,47.74303,8.99899\n264,1645434708,47.74303,8.99899\n265,1645434709,47.74303,8.99899\n266,1645434710,47.74303,8.99899\n267,1645434711,47.74303,8.99899\n268,1645434712,47.74303,8.99899\n269,1645434713,47.74303,8.99899\n270,1645434714,47.74303,8.99899\n271,1645434715,47.74303,8.99899\n272,1645434716,47.74303,8.99899\n273,1645434717,47.74303,8.99899\n274,1645434718,47.74303,8.99899\n275,1645434719,47.74303,8.99899\n276,1645434720,47.74303,8.99899\n277,1645434721,47.74303,8.99899\n278,1645434722,47.74303,8.99899\n279,1645434723,47.74303,8.99899\n280,1645434724,47.74303,8.99899\n281,1645434725,47.74303,8.99899\n282,1645434726,47.74303,8.99899\n283,1645434727,47.74303,8.99899\n284,1645434728,47.74303,8.99899\n285,1645434729,47.74303,8.99899\n286,1645434730,47.74303,8.99899\n287,1645434731,47.74303,8.99899\n288,1645434732,47.74303,8.99899\n289,1645434733,47.74303,8.99899\n290,1645434734,47.74303,8.99899\n291,1645434735,47.74303,8.99899\n292,1645434736,47.74303,8.99899\n293,1645434737,47.74303,8.99899\n294,1645434738,47.74303,8.99899\n295,1645434739,47.74304,8.99899\n296,1645434740,47.74304,8.99899\n297,1645434741,47.74304,8.99899\n298,1645434742,47.74304,8.99899\n299,1645434743,47.74304,8.99899\n300,1645434744,47.74304,8.99899\n301,1645434745,47.74304,8.99899\n302,1645434746,47.74304,8.99899\n303,1645434747,47.74304,8.99899\n304,1645434748,47.74304,8.99899\n305,1645434749,47.74304,8.99899\n306,1645434750,47.74304,8.99899\n307,1645434751,47.74304,8.99899\n308,1645434752,47.74304,8.99899\n309,1645434753,47.74304,8.99899\n310,1645434754,47.74304,8.99899\n311,1645434755,47.74304,8.99899\n312,1645434756,47.74304,8.99899\n313,1645434757,47.74304,8.99899\n314,1645434758,47.74304,8.99899\n315,1645434759,47.74304,8.99899\n316,1645434760,47.74304,8.99899\n317,1645434761,47.74304,8.99899\n318,1645434762,47.74304,8.99899\n319,1645434763,47.74303,8.99899\n320,1645434764,47.74303,8.99899\n321,1645434765,47.74303,8.99899\n322,1645434766,47.74303,8.99899\n323,1645434767,47.74303,8.99899\n324,1645434768,47.74303,8.99899\n325,1645434769,47.74303,8.99899\n326,1645434770,47.74303,8.99899\n327,1645434771,47.74303,8.99899\n328,1645434772,47.74303,8.99899\n329,1645434773,47.74303,8.99899\n330,1645434774,47.74303,8.99899\n331,1645434775,47.74303,8.99899\n332,1645434776,47.74303,8.99899\n333,1645434777,47.74303,8.99899\n334,1645434778,47.74303,8.99899\n335,1645434779,47.74303,8.99899\n336,1645434780,47.74303,8.99899\n337,1645434781,47.74303,8.99899\n338,1645434782,47.74303,8.99899\n339,1645434783,47.74303,8.99899\n340,1645434784,47.74303,8.99899\n341,1645434785,47.74303,8.99899\n342,1645434786,47.74303,8.99899\n343,1645434787,47.74303,8.99899\n344,1645434788,47.74303,8.99899\n345,1645434789,47.74303,8.99899\n346,1645434790,47.74303,8.99899\n347,1645434791,47.74303,8.99899\n348,1645434792,47.74303,8.99899\n349,1645434793,47.74303,8.99899\n350,1645434794,47.74303,8.99899\n351,1645434795,47.74303,8.99899\n352,1645434796,47.74303,8.99899\n353,1645434797,47.74303,8.99899\n354,1645434798,47.74303,8.99899\n355,1645434799,47.74303,8.99899\n356,1645434800,47.74303,8.99899\n357,1645434801,47.74303,8.99899\n358,1645434802,47.74303,8.99899\n359,1645434803,47.74303,8.99899\n360,1645434804,47.74303,8.99899\n361,1645434805,47.74303,8.99899\n362,1645434806,47.74303,8.99899\n363,1645434807,47.74303,8.99899\n364,1645434808,47.74303,8.99899\n365,1645434809,47.74303,8.99899\n366,1645434810,47.74303,8.99899\n367,1645434811,47.74303,8.99899\n368,1645434812,47.74303,8.99899\n369,1645434813,47.74303,8.99899\n370,1645434814,47.74303,8.99899\n371,1645434815,47.74303,8.99899\n372,1645434816,47.74303,8.99899\n373,1645434817,47.74303,8.99899\n374,1645434818,47.74303,8.99899\n375,1645434819,47.74303,8.99899\n376,1645434820,47.74303,8.99899\n377,1645434821,47.74303,8.99899\n378,1645434822,47.74303,8.99899\n379,1645434823,47.74303,8.99899\n380,1645434824,47.74303,8.99899\n381,1645434825,47.74303,8.99899\n382,1645434826,47.74303,8.99899\n383,1645434827,47.74303,8.99899\n384,1645434828,47.74303,8.99899\n385,1645434829,47.74303,8.99899\n386,1645434830,47.74303,8.99899\n387,1645434831,47.74303,8.99899\n388,1645434832,47.74303,8.99899\n389,1645434833,47.74303,8.99899\n390,1645434834,47.74303,8.99899\n391,1645434835,47.74303,8.99899\n392,1645434836,47.74303,8.99899\n393,1645434837,47.74303,8.99899\n394,1645434838,47.74303,8.99899\n395,1645434839,47.74303,8.99899\n396,1645434840,47.74303,8.99899\n397,1645434841,47.74303,8.99899\n398,1645434842,47.74303,8.99899\n399,1645434843,47.74303,8.99899\n400,1645434844,47.74303,8.99899\n401,1645434845,47.74303,8.99899\n402,1645434846,47.74303,8.99899\n403,1645434847,47.74303,8.99899\n404,1645434848,47.74303,8.99899\n405,1645434849,47.74303,8.99899\n406,1645434850,47.74303,8.99899\n407,1645434851,47.74303,8.99899\n408,1645434852,47.74303,8.99899\n409,1645434853,47.74303,8.99899\n410,1645434854,47.74303,8.99899\n411,1645434855,47.74303,8.99899\n412,1645434856,47.74303,8.99899\n413,1645434857,47.74303,8.99899\n414,1645434858,47.74303,8.99899\n415,1645434859,47.74303,8.99899\n416,1645434860,47.74303,8.99899\n417,1645434861,47.74303,8.99899\n418,1645434862,47.74303,8.99899\n419,1645434863,47.74303,8.99899\n420,1645434864,47.74303,8.99899\n421,1645434865,47.74303,8.99899\n422,1645434866,47.74303,8.99899\n423,1645434867,47.74303,8.99899\n424,1645434868,47.74303,8.99899\n425,1645434869,47.74303,8.99899\n426,1645434870,47.74303,8.99899\n427,1645434871,47.74303,8.99899\n428,1645434872,47.74303,8.99899\n429,1645434873,47.74303,8.99899\n430,1645434874,47.74303,8.99899\n431,1645434875,47.74303,8.99899\n432,1645434876,47.74303,8.99899\n433,1645434877,47.74303,8.99899\n434,1645434878,47.74303,8.99899\n435,1645434879,47.74303,8.99899\n436,1645434880,47.74303,8.99899\n437,1645434881,47.74303,8.99899\n438,1645434882,47.74303,8.99899\n439,1645434883,47.74303,8.99899\n440,1645434884,47.74303,8.99899\n441,1645434885,47.74303,8.99899\n442,1645434886,47.74303,8.99899\n443,1645434887,47.74303,8.99899\n444,1645434888,47.74303,8.99899\n445,1645434889,47.74303,8.99899\n446,1645434890,47.74303,8.99899\n447,1645434891,47.74303,8.99899\n448,1645434892,47.74303,8.99899\n449,1645434893,47.74303,8.99899\n450,1645434894,47.74303,8.99899\n451,1645434895,47.74303,8.99899\n452,1645434896,47.74303,8.99899\n453,1645434897,47.74303,8.99899\n454,1645434898,47.74303,8.99899\n455,1645434899,47.74303,8.99899\n456,1645434900,47.74303,8.99899\n457,1645434901,47.74303,8.99899\n458,1645434902,47.74303,8.99899\n459,1645434903,47.74303,8.99899\n460,1645434904,47.74303,8.99899\n461,1645434905,47.74303,8.99899\n462,1645434906,47.74303,8.99899\n463,1645434907,47.74303,8.99899\n464,1645434908,47.74303,8.99899\n465,1645434909,47.74303,8.99899\n466,1645434910,47.74303,8.99899\n467,1645434911,47.74303,8.99899\n468,1645434912,47.74303,8.99899\n469,1645434913,47.74303,8.99899\n470,1645434914,47.74303,8.99899\n471,1645434915,47.74303,8.99899\n472,1645434916,47.74303,8.99899\n473,1645434917,47.74303,8.99899\n474,1645434918,47.74303,8.99899\n475,1645434919,47.74303,8.99899\n476,1645434920,47.74303,8.99899\n477,1645434921,47.74303,8.99899\n478,1645434922,47.74303,8.99899\n479,1645434923,47.74303,8.99899\n480,1645434924,47.74303,8.99899\n481,1645434925,47.74303,8.99899\n482,1645434926,47.74303,8.99899\n483,1645434927,47.74303,8.99899\n484,1645434928,47.74303,8.99899\n485,1645434929,47.74303,8.99899\n486,1645434930,47.74303,8.99899\n487,1645434931,47.74303,8.99899\n488,1645434932,47.74303,8.99899\n489,1645434933,47.74303,8.99899\n490,1645434934,47.74303,8.99899\n491,1645434935,47.74303,8.99899\n492,1645434936,47.74303,8.99899\n493,1645434937,47.74303,8.99899\n494,1645434938,47.74303,8.99899\n495,1645434939,47.74303,8.99899\n496,1645434940,47.74303,8.99899\n497,1645434941,47.74303,8.99899\n498,1645434942,47.74303,8.99899\n499,1645434943,47.74303,8.99899\n500,1645434944,47.74303,8.99899\n501,1645434945,47.74303,8.99899\n502,1645434946,47.74303,8.99899\n503,1645434947,47.74303,8.99899\n504,1645434948,47.74303,8.99899\n505,1645434949,47.74303,8.99899\n506,1645434950,47.74303,8.99899\n507,1645434951,47.74303,8.99899\n508,1645434952,47.74303,8.99899\n509,1645434953,47.74303,8.99899\n510,1645434954,47.74303,8.99899\n511,1645434955,47.74303,8.99899\n512,1645434956,47.74303,8.99899\n513,1645434957,47.74303,8.99899\n514,1645434958,47.74303,8.99899\n515,1645434959,47.74303,8.99899\n516,1645434960,47.74303,8.99899\n517,1645434961,47.74303,8.99899\n518,1645434962,47.74303,8.99899\n519,1645434963,47.74303,8.99899\n520,1645434964,47.74303,8.99899\n521,1645434965,47.74303,8.99899\n522,1645434966,47.74303,8.99899\n523,1645434967,47.74303,8.99899\n524,1645434968,47.74303,8.99900\n525,1645434969,47.74303,8.99900\n526,1645434970,47.74303,8.99900\n527,1645434971,47.74303,8.99900\n528,1645434972,47.74303,8.99900\n529,1645434973,47.74303,8.99900\n530,1645434974,47.74303,8.99900\n531,1645434975,47.74303,8.99899\n532,1645434976,47.74303,8.99899\n533,1645434977,47.74303,8.99899\n534,1645434978,47.74303,8.99899\n535,1645434979,47.74303,8.99899\n536,1645434980,47.74303,8.99899\n537,1645434981,47.74303,8.99899\n538,1645434982,47.74303,8.99899\n539,1645434983,47.74303,8.99899\n540,1645434984,47.74303,8.99899\n541,1645434985,47.74303,8.99899\n542,1645434986,47.74303,8.99899\n543,1645434987,47.74303,8.99899\n544,1645434988,47.74303,8.99899\n545,1645434989,47.74303,8.99899\n546,1645434990,47.74303,8.99899\n547,1645434991,47.74303,8.99899\n548,1645434992,47.74303,8.99899\n549,1645434993,47.74303,8.99899\n550,1645434994,47.74303,8.99899\n551,1645434995,47.74303,8.99899\n552,1645434996,47.74303,8.99899\n553,1645434997,47.74303,8.99899\n554,1645434998,47.74303,8.99899\n555,1645434999,47.74303,8.99899\n556,1645435000,47.74303,8.99899\n557,1645435001,47.74303,8.99899\n558,1645435002,47.74303,8.99899\n559,1645435003,47.74303,8.99899\n560,1645435004,47.74303,8.99899\n561,1645435005,47.74303,8.99899\n562,1645435006,47.74303,8.99899\n563,1645435007,47.74303,8.99899\n564,1645435008,47.74303,8.99899\n565,1645435009,47.74303,8.99899\n566,1645435010,47.74303,8.99899\n567,1645435011,47.74303,8.99899\n568,1645435012,47.74303,8.99899\n569,1645435013,47.74303,8.99899\n570,1645435014,47.74303,8.99899\n571,1645435015,47.74303,8.99899\n572,1645435016,47.74303,8.99899\n573,1645435017,47.74303,8.99899\n574,1645435018,47.74303,8.99899\n575,1645435019,47.74303,8.99899\n576,1645435020,47.74303,8.99899\n577,1645435021,47.74303,8.99899\n578,1645435022,47.74303,8.99899\n579,1645435023,47.74303,8.99899\n580,1645435024,47.74303,8.99899\n581,1645435025,47.74303,8.99899\n582,1645435026,47.74303,8.99899\n583,1645435027,47.74303,8.99899\n584,1645435028,47.74303,8.99899\n585,1645435029,47.74303,8.99899\n586,1645435030,47.74303,8.99899\n587,1645435031,47.74303,8.99899\n588,1645435032,47.74303,8.99899\n589,1645435033,47.74303,8.99899\n590,1645435034,47.74303,8.99899\n591,1645435035,47.74303,8.99899\n592,1645435036,47.74303,8.99899\n593,1645435037,47.74303,8.99899\n594,1645435038,47.74303,8.99899\n595,1645435039,47.74303,8.99899\n596,1645435040,47.74303,8.99899\n597,1645435041,47.74303,8.99899\n598,1645435042,47.74303,8.99899\n599,1645435043,47.74303,8.99899\n600,1645435044,47.74303,8.99899\n601,1645435045,47.74303,8.99899\n602,1645435046,47.74303,8.99899\n603,1645435047,47.74303,8.99899\n604,1645435048,47.74303,8.99899\n605,1645435049,47.74303,8.99899\n606,1645435050,47.74303,8.99899\n607,1645435051,47.74303,8.99899\n608,1645435052,47.74303,8.99899\n609,1645435053,47.74303,8.99899\n610,1645435054,47.74303,8.99899\n611,1645435055,47.74303,8.99899\n612,1645435056,47.74303,8.99899\n613,1645435057,47.74303,8.99899\n614,1645435058,47.74303,8.99899\n615,1645435059,47.74303,8.99899\n616,1645435060,47.74303,8.99899\n617,1645435061,47.74303,8.99899\n618,1645435062,47.74303,8.99899\n619,1645435063,47.74303,8.99899\n620,1645435064,47.74303,8.99899\n621,1645435065,47.74303,8.99899\n622,1645435066,47.74303,8.99899\n623,1645435067,47.74303,8.99899\n624,1645435068,47.74303,8.99899\n625,1645435069,47.74303,8.99899\n626,1645435070,47.74303,8.99899\n627,1645435071,47.74303,8.99899\n628,1645435072,47.74303,8.99899\n629,1645435073,47.74303,8.99899\n630,1645435074,47.74303,8.99899\n631,1645435075,47.74303,8.99899\n632,1645435076,47.74303,8.99899\n633,1645435077,47.74303,8.99899\n634,1645435078,47.74303,8.99899\n635,1645435079,47.74303,8.99899\n636,1645435080,47.74303,8.99899\n637,1645435081,47.74303,8.99899\n638,1645435082,47.74303,8.99899\n639,1645435083,47.74303,8.99899\n640,1645435084,47.74303,8.99899\n641,1645435085,47.74303,8.99899\n642,1645435086,47.74303,8.99899\n643,1645435087,47.74303,8.99899\n644,1645435088,47.74303,8.99899\n645,1645435089,47.74303,8.99899\n646,1645435090,47.74303,8.99899\n647,1645435091,47.74303,8.99899\n648,1645435092,47.74303,8.99899\n649,1645435093,47.74303,8.99899\n650,1645435094,47.74303,8.99899\n651,1645435095,47.74303,8.99899\n652,1645435096,47.74303,8.99899\n653,1645435097,47.74303,8.99899\n654,1645435098,47.74303,8.99899\n655,1645435099,47.74303,8.99899\n656,1645435100,47.74303,8.99899\n657,1645435101,47.74303,8.99899\n658,1645435102,47.74303,8.99899\n659,1645435103,47.74303,8.99899\n660,1645435104,47.74303,8.99899\n661,1645435105,47.74303,8.99899\n662,1645435106,47.74303,8.99899\n663,1645435107,47.74303,8.99899\n664,1645435108,47.74303,8.99899\n665,1645435109,47.74303,8.99899\n666,1645435110,47.74303,8.99899\n667,1645435111,47.74303,8.99899\n668,1645435112,47.74303,8.99899\n669,1645435113,47.74303,8.99899\n670,1645435114,47.74303,8.99899\n671,1645435115,47.74303,8.99899\n672,1645435116,47.74303,8.99899\n673,1645435117,47.74303,8.99899\n674,1645435118,47.74303,8.99899\n675,1645435119,47.74303,8.99899\n676,1645435120,47.74303,8.99899\n677,1645435121,47.74303,8.99899\n678,1645435122,47.74303,8.99899\n679,1645435123,47.74303,8.99899\n680,1645435124,47.74303,8.99899\n681,1645435125,47.74303,8.99899\n682,1645435126,47.74303,8.99899\n683,1645435127,47.74303,8.99899\n684,1645435128,47.74303,8.99899\n685,1645435129,47.74303,8.99899\n686,1645435130,47.74303,8.99899\n687,1645435131,47.74303,8.99899\n688,1645435132,47.74303,8.99899\n689,1645435133,47.74303,8.99899\n690,1645435134,47.74303,8.99899\n691,1645435135,47.74303,8.99899\n692,1645435136,47.74303,8.99899\n693,1645435137,47.74303,8.99899\n694,1645435138,47.74303,8.99899\n695,1645435139,47.74303,8.99899\n696,1645435140,47.74303,8.99899\n697,1645435141,47.74303,8.99899\n698,1645435142,47.74303,8.99899\n699,1645435143,47.74303,8.99899\n700,1645435144,47.74303,8.99899\n701,1645435145,47.74303,8.99899\n702,1645435146,47.74303,8.99899\n703,1645435147,47.74303,8.99899\n704,1645435148,47.74303,8.99899\n705,1645435149,47.74303,8.99899\n706,1645435150,47.74303,8.99899\n707,1645435151,47.74303,8.99899\n708,1645435152,47.74303,8.99899\n709,1645435153,47.74303,8.99899\n710,1645435154,47.74303,8.99899\n711,1645435155,47.74303,8.99899\n712,1645435156,47.74303,8.99899\n713,1645435157,47.74303,8.99899\n714,1645435158,47.74303,8.99899\n715,1645435159,47.74303,8.99899\n716,1645435160,47.74303,8.99899\n717,1645435161,47.74303,8.99899\n718,1645435162,47.74303,8.99899\n719,1645435163,47.74303,8.99899\n720,1645435164,47.74303,8.99899\n721,1645435165,47.74303,8.99899\n722,1645435166,47.74303,8.99899\n723,1645435167,47.74303,8.99899\n724,1645435168,47.74303,8.99899\n725,1645435169,47.74303,8.99899\n726,1645435170,47.74303,8.99899\n727,1645435171,47.74303,8.99899\n728,1645435172,47.74303,8.99899\n729,1645435173,47.74303,8.99899\n730,1645435174,47.74303,8.99899\n731,1645435175,47.74303,8.99899\n732,1645435176,47.74303,8.99899\n733,1645435177,47.74303,8.99899\n734,1645435178,47.74303,8.99899\n735,1645435179,47.74303,8.99899\n736,1645435180,47.74303,8.99899\n737,1645435181,47.74303,8.99899\n738,1645435182,47.74303,8.99899\n739,1645435183,47.74303,8.99899\n740,1645435184,47.74303,8.99899\n741,1645435185,47.74303,8.99899\n742,1645435186,47.74303,8.99899\n743,1645435187,47.74303,8.99899\n744,1645435188,47.74303,8.99899\n745,1645435189,47.74303,8.99899\n746,1645435190,47.74303,8.99899\n747,1645435191,47.74303,8.99899\n748,1645435192,47.74303,8.99899\n749,1645435193,47.74303,8.99899\n750,1645435194,47.74303,8.99899\n751,1645435195,47.74303,8.99899\n752,1645435196,47.74303,8.99899\n753,1645435197,47.74303,8.99899\n754,1645435198,47.74303,8.99899\n755,1645435199,47.74303,8.99899\n756,1645435200,47.74303,8.99899\n757,1645435201,47.74303,8.99899\n758,1645435202,47.74303,8.99899\n759,1645435203,47.74303,8.99899\n760,1645435204,47.74303,8.99899\n761,1645435205,47.74303,8.99899\n762,1645435206,47.74303,8.99899\n763,1645435207,47.74303,8.99899\n764,1645435208,47.74303,8.99899\n765,1645435209,47.74303,8.99899\n766,1645435210,47.74303,8.99899\n767,1645435211,47.74303,8.99899\n768,1645435212,47.74303,8.99899\n769,1645435213,47.74303,8.99899\n770,1645435214,47.74303,8.99899\n771,1645435215,47.74303,8.99899\n772,1645435216,47.74303,8.99899\n773,1645435217,47.74303,8.99899\n774,1645435218,47.74303,8.99899\n775,1645435219,47.74303,8.99899\n776,1645435220,47.74303,8.99899\n777,1645435221,47.74303,8.99899\n778,1645435222,47.74303,8.99899\n779,1645435223,47.74303,8.99899\n780,1645435224,47.74303,8.99899\n781,1645435225,47.74303,8.99899\n782,1645435226,47.74303,8.99899\n783,1645435227,47.74303,8.99899\n784,1645435228,47.74303,8.99899\n785,1645435229,47.74303,8.99899\n786,1645435230,47.74303,8.99899\n787,1645435231,47.74303,8.99899\n788,1645435232,47.74303,8.99899\n789,1645435233,47.74303,8.99899\n790,1645435234,47.74303,8.99899\n791,1645435235,47.74303,8.99899\n792,1645435236,47.74303,8.99899\n793,1645435237,47.74303,8.99899\n794,1645435238,47.74303,8.99899\n795,1645435239,47.74303,8.99899\n796,1645435240,47.74303,8.99899\n797,1645435241,47.74303,8.99899\n798,1645435242,47.74303,8.99899\n799,1645435243,47.74303,8.99899\n800,1645435244,47.74303,8.99899\n801,1645435245,47.74303,8.99899\n802,1645435246,47.74303,8.99899\n803,1645435247,47.74303,8.99899\n804,1645435248,47.74303,8.99899\n805,1645435249,47.74303,8.99899\n806,1645435250,47.74303,8.99899\n807,1645435251,47.74303,8.99899\n808,1645435252,47.74303,8.99899\n809,1645435253,47.74303,8.99899\n810,1645435254,47.74303,8.99899\n811,1645435255,47.74303,8.99899\n812,1645435256,47.74303,8.99899\n813,1645435257,47.74303,8.99899\n814,1645435258,47.74303,8.99899\n815,1645435259,47.74303,8.99899\n816,1645435260,47.74303,8.99899\n817,1645435261,47.74303,8.99899\n818,1645435262,47.74303,8.99899\n819,1645435263,47.74303,8.99899\n820,1645435264,47.74303,8.99899\n821,1645435265,47.74303,8.99899\n822,1645435266,47.74303,8.99899\n823,1645435267,47.74303,8.99899\n824,1645435268,47.74303,8.99899\n825,1645435269,47.74303,8.99899\n826,1645435270,47.74303,8.99899\n827,1645435271,47.74303,8.99899\n828,1645435272,47.74303,8.99899\n829,1645435273,47.74303,8.99899\n830,1645435274,47.74303,8.99899\n831,1645435275,47.74303,8.99899\n832,1645435276,47.74303,8.99899\n833,1645435277,47.74303,8.99899\n834,1645435278,47.74303,8.99899\n835,1645435279,47.74303,8.99899\n836,1645435280,47.74303,8.99899\n837,1645435281,47.74303,8.99899\n838,1645435282,47.74303,8.99899\n839,1645435283,47.74303,8.99899\n840,1645435284,47.74303,8.99899\n841,1645435285,47.74303,8.99899\n842,1645435286,47.74303,8.99899\n843,1645435287,47.74303,8.99899\n844,1645435288,47.74303,8.99899\n845,1645435289,47.74303,8.99899\n846,1645435290,47.74303,8.99899\n847,1645435291,47.74303,8.99899\n848,1645435292,47.74303,8.99899\n849,1645435293,47.74303,8.99899\n850,1645435294,47.74303,8.99899\n851,1645435295,47.74303,8.99899\n852,1645435296,47.74303,8.99899\n853,1645435297,47.74303,8.99899\n854,1645435298,47.74303,8.99899\n855,1645435299,47.74303,8.99899\n856,1645435300,47.74303,8.99899\n857,1645435301,47.74303,8.99899\n858,1645435302,47.74303,8.99899\n859,1645435303,47.74303,8.99899\n860,1645435304,47.74303,8.99899\n861,1645435305,47.74303,8.99899\n862,1645435306,47.74303,8.99899\n863,1645435307,47.74303,8.99899\n864,1645435308,47.74303,8.99899\n865,1645435309,47.74303,8.99899\n866,1645435310,47.74303,8.99899\n867,1645435311,47.74303,8.99899\n868,1645435312,47.74303,8.99899\n869,1645435313,47.74303,8.99899\n870,1645435314,47.74303,8.99899\n871,1645435315,47.74303,8.99899\n872,1645435316,47.74303,8.99899\n873,1645435317,47.74303,8.99899\n874,1645435318,47.74303,8.99899\n875,1645435319,47.74303,8.99899\n876,1645435320,47.74303,8.99899\n877,1645435321,47.74303,8.99899\n878,1645435322,47.74303,8.99899\n879,1645435323,47.74303,8.99899\n880,1645435324,47.74303,8.99899\n881,1645435325,47.74303,8.99899\n882,1645435326,47.74303,8.99899\n883,1645435327,47.74303,8.99899\n884,1645435328,47.74303,8.99899\n885,1645435329,47.74303,8.99899\n886,1645435330,47.74302,8.99899\n887,1645435331,47.74302,8.99899\n888,1645435332,47.74302,8.99899\n889,1645435333,47.74302,8.99899\n890,1645435334,47.74302,8.99899\n891,1645435335,47.74302,8.99899\n892,1645435336,47.74302,8.99899\n893,1645435337,47.74302,8.99899\n894,1645435338,47.74302,8.99899\n895,1645435339,47.74302,8.99899\n896,1645435340,47.74302,8.99899\n897,1645435341,47.74302,8.99899\n898,1645435342,47.74302,8.99899\n899,1645435343,47.74302,8.99899\n900,1645435344,47.74302,8.99899\n901,1645435345,47.74302,8.99899\n902,1645435346,47.74302,8.99899\n903,1645435347,47.74302,8.99899\n904,1645435348,47.74302,8.99899\n905,1645435349,47.74302,8.99899\n906,1645435350,47.74302,8.99899\n907,1645435351,47.74302,8.99899\n908,1645435352,47.74301,8.99899\n909,1645435353,47.74301,8.99899\n910,1645435354,47.74301,8.99899\n911,1645435355,47.74302,8.99899\n912,1645435356,47.74302,8.99899\n913,1645435357,47.74302,8.99899\n914,1645435358,47.74302,8.99899\n915,1645435359,47.74302,8.99899\n916,1645435360,47.74302,8.99899\n917,1645435361,47.74302,8.99899\n918,1645435362,47.74302,8.99899\n919,1645435363,47.74302,8.99899\n920,1645435364,47.74302,8.99899\n921,1645435365,47.74302,8.99899\n922,1645435366,47.74302,8.99899\n923,1645435367,47.74302,8.99899\n924,1645435368,47.74302,8.99899\n925,1645435369,47.74302,8.99899\n926,1645435370,47.74302,8.99899\n927,1645435371,47.74302,8.99899\n928,1645435372,47.74302,8.99899\n929,1645435373,47.74302,8.99899\n930,1645435374,47.74302,8.99899\n931,1645435375,47.74302,8.99899\n932,1645435376,47.74302,8.99899\n933,1645435377,47.74302,8.99899\n934,1645435378,47.74302,8.99899\n935,1645435379,47.74302,8.99899\n936,1645435380,47.74302,8.99899\n937,1645435381,47.74302,8.99899\n938,1645435382,47.74302,8.99899\n939,1645435383,47.74302,8.99899\n940,1645435384,47.74302,8.99899\n941,1645435385,47.74302,8.99899\n942,1645435386,47.74302,8.99899\n943,1645435387,47.74302,8.99899\n944,1645435388,47.74302,8.99899\n945,1645435389,47.74302,8.99899\n946,1645435390,47.74302,8.99899\n947,1645435391,47.74302,8.99899\n948,1645435392,47.74302,8.99899\n949,1645435393,47.74302,8.99899\n950,1645435394,47.74302,8.99899\n951,1645435395,47.74302,8.99899\n952,1645435396,47.74302,8.99899\n953,1645435397,47.74302,8.99899\n954,1645435398,47.74302,8.99899\n955,1645435399,47.74302,8.99899\n956,1645435400,47.74302,8.99899\n957,1645435401,47.74302,8.99899\n958,1645435402,47.74302,8.99899\n959,1645435403,47.74302,8.99899\n960,1645435404,47.74302,8.99899\n961,1645435405,47.74302,8.99899\n962,1645435406,47.74302,8.99899\n963,1645435407,47.74302,8.99899\n964,1645435408,47.74302,8.99899\n965,1645435409,47.74302,8.99899\n966,1645435410,47.74302,8.99899\n967,1645435411,47.74302,8.99899\n968,1645435412,47.74302,8.99899\n969,1645435413,47.74302,8.99899\n970,1645435414,47.74302,8.99899\n971,1645435415,47.74302,8.99899\n972,1645435416,47.74302,8.99899\n973,1645435417,47.74302,8.99899\n974,1645435418,47.74302,8.99899\n975,1645435419,47.74302,8.99899\n976,1645435420,47.74302,8.99899\n977,1645435421,47.74302,8.99899\n978,1645435422,47.74302,8.99899\n979,1645435423,47.74302,8.99899\n980,1645435424,47.74302,8.99899\n981,1645435425,47.74302,8.99899\n982,1645435426,47.74302,8.99899\n983,1645435427,47.74302,8.99899\n984,1645435428,47.74302,8.99899\n985,1645435429,47.74302,8.99899\n986,1645435430,47.74302,8.99899\n987,1645435431,47.74302,8.99899\n988,1645435432,47.74302,8.99899\n989,1645435433,47.74302,8.99899\n990,1645435434,47.74302,8.99899\n991,1645435435,47.74302,8.99899\n992,1645435436,47.74302,8.99899\n993,1645435437,47.74302,8.99899\n994,1645435438,47.74302,8.99899\n995,1645435439,47.74302,8.99899\n996,1645435440,47.74302,8.99899\n997,1645435441,47.74302,8.99899\n998,1645435442,47.74302,8.99899\n999,1645435443,47.74302,8.99899\n1000,1645435444,47.74302,8.99899\n1001,1645435445,47.74302,8.99899\n1002,1645435446,47.74302,8.99899\n1003,1645435447,47.74302,8.99899\n1004,1645435448,47.74302,8.99899\n1005,1645435449,47.74302,8.99899\n1006,1645435450,47.74302,8.99899\n1007,1645435451,47.74302,8.99899\n1008,1645435452,47.74302,8.99899\n1009,1645435453,47.74302,8.99899\n1010,1645435454,47.74302,8.99899\n1011,1645435455,47.74302,8.99899\n1012,1645435456,47.74302,8.99899\n1013,1645435457,47.74302,8.99899\n1014,1645435458,47.74302,8.99899\n1015,1645435459,47.74302,8.99899\n1016,1645435460,47.74302,8.99899\n1017,1645435461,47.74302,8.99899\n1018,1645435462,47.74302,8.99899\n1019,1645435463,47.74302,8.99899\n1020,1645435464,47.74302,8.99899\n1021,1645435465,47.74302,8.99899\n1022,1645435466,47.74302,8.99899\n1023,1645435467,47.74302,8.99899\n1024,1645435468,47.74302,8.99899\n1025,1645435469,47.74302,8.99899\n1026,1645435470,47.74302,8.99899\n1027,1645435471,47.74302,8.99899\n1028,1645435472,47.74302,8.99899\n1029,1645435473,47.74302,8.99899\n1030,1645435474,47.74302,8.99899\n1031,1645435475,47.74302,8.99899\n1032,1645435476,47.74302,8.99899\n1033,1645435477,47.74302,8.99899\n1034,1645435478,47.74302,8.99899\n1035,1645435479,47.74302,8.99899\n1036,1645435480,47.74302,8.99899\n1037,1645435481,47.74302,8.99899\n1038,1645435482,47.74302,8.99899\n1039,1645435483,47.74302,8.99899\n1040,1645435484,47.74302,8.99899\n1041,1645435485,47.74302,8.99899\n1042,1645435486,47.74302,8.99899\n1043,1645435487,47.74302,8.99899\n1044,1645435488,47.74302,8.99899\n1045,1645435489,47.74302,8.99899\n1046,1645435490,47.74302,8.99899\n1047,1645435491,47.74302,8.99899\n1048,1645435492,47.74302,8.99899\n1049,1645435493,47.74302,8.99900\n1050,1645435494,47.74302,8.99900\n1051,1645435495,47.74302,8.99900\n1052,1645435496,47.74302,8.99900\n1053,1645435497,47.74302,8.99900\n1054,1645435498,47.74302,8.99900\n1055,1645435499,47.74302,8.99900\n1056,1645435500,47.74302,8.99900\n1057,1645435501,47.74302,8.99900\n1058,1645435502,47.74302,8.99900\n1059,1645435503,47.74302,8.99900\n1060,1645435504,47.74302,8.99900\n1061,1645435505,47.74302,8.99900\n1062,1645435506,47.74302,8.99900\n1063,1645435507,47.74302,8.99900\n1064,1645435508,47.74302,8.99900\n1065,1645435509,47.74302,8.99900\n1066,1645435510,47.74302,8.99900\n1067,1645435511,47.74302,8.99900\n1068,1645435512,47.74302,8.99900\n1069,1645435513,47.74302,8.99900\n1070,1645435514,47.74302,8.99900\n1071,1645435515,47.74302,8.99900\n1072,1645435516,47.74302,8.99900\n1073,1645435517,47.74302,8.99900\n1074,1645435518,47.74302,8.99900\n1075,1645435519,47.74302,8.99900\n1076,1645435520,47.74302,8.99900\n1077,1645435521,47.74302,8.99900\n1078,1645435522,47.74302,8.99900\n1079,1645435523,47.74302,8.99900\n1080,1645435524,47.74302,8.99900\n1081,1645435525,47.74302,8.99900\n1082,1645435526,47.74302,8.99900\n1083,1645435527,47.74302,8.99900\n1084,1645435528,47.74302,8.99900\n1085,1645435529,47.74302,8.99900\n1086,1645435530,47.74302,8.99900\n1087,1645435531,47.74302,8.99900\n1088,1645435532,47.74302,8.99900\n1089,1645435533,47.74302,8.99900\n1090,1645435534,47.74302,8.99900\n1091,1645435535,47.74302,8.99900\n1092,1645435536,47.74302,8.99900\n1093,1645435537,47.74302,8.99900\n1094,1645435538,47.74302,8.99900\n1095,1645435539,47.74302,8.99900\n1096,1645435540,47.74302,8.99900\n1097,1645435541,47.74302,8.99900\n1098,1645435542,47.74302,8.99900\n1099,1645435543,47.74302,8.99900\n1100,1645435544,47.74302,8.99900\n1101,1645435545,47.74302,8.99900\n1102,1645435546,47.74302,8.99900\n1103,1645435547,47.74302,8.99900\n1104,1645435548,47.74302,8.99900\n1105,1645435549,47.74302,8.99900\n1106,1645435550,47.74302,8.99900\n1107,1645435551,47.74302,8.99900\n1108,1645435552,47.74302,8.99900\n1109,1645435553,47.74302,8.99900\n1110,1645435554,47.74302,8.99900\n1111,1645435555,47.74302,8.99900\n1112,1645435556,47.74302,8.99900\n1113,1645435557,47.74302,8.99900\n1114,1645435558,47.74302,8.99900\n1115,1645435559,47.74302,8.99900\n1116,1645435560,47.74302,8.99900\n1117,1645435561,47.74302,8.99900\n1118,1645435562,47.74302,8.99900\n1119,1645435563,47.74302,8.99900\n1120,1645435564,47.74302,8.99900\n1121,1645435565,47.74302,8.99900\n1122,1645435566,47.74302,8.99900\n1123,1645435567,47.74302,8.99900\n1124,1645435568,47.74302,8.99900\n1125,1645435569,47.74302,8.99900\n1126,1645435570,47.74302,8.99900\n1127,1645435571,47.74302,8.99900\n1128,1645435572,47.74302,8.99900\n1129,1645435573,47.74302,8.99900\n1130,1645435574,47.74302,8.99900\n1131,1645435575,47.74302,8.99900\n1132,1645435576,47.74302,8.99900\n1133,1645435577,47.74302,8.99900\n1134,1645435578,47.74302,8.99900\n1135,1645435579,47.74302,8.99900\n1136,1645435580,47.74302,8.99900\n1137,1645435581,47.74302,8.99900\n1138,1645435582,47.74302,8.99900\n1139,1645435583,47.74302,8.99900\n1140,1645435584,47.74302,8.99900\n1141,1645435585,47.74302,8.99900\n1142,1645435586,47.74302,8.99900\n1143,1645435587,47.74302,8.99900\n1144,1645435588,47.74302,8.99900\n1145,1645435589,47.74302,8.99900\n1146,1645435590,47.74302,8.99900\n1147,1645435591,47.74302,8.99900\n1148,1645435592,47.74302,8.99900\n1149,1645435593,47.74302,8.99900\n1150,1645435594,47.74302,8.99900\n1151,1645435595,47.74302,8.99900\n1152,1645435596,47.74302,8.99900\n1153,1645435597,47.74302,8.99900\n1154,1645435598,47.74302,8.99900\n1155,1645435599,47.74302,8.99900\n1156,1645435600,47.74302,8.99900\n1157,1645435601,47.74302,8.99900\n1158,1645435602,47.74302,8.99900\n1159,1645435603,47.74302,8.99900\n1160,1645435604,47.74302,8.99900\n1161,1645435605,47.74302,8.99900\n1162,1645435606,47.74302,8.99901\n1163,1645435607,47.74302,8.99901\n1164,1645435608,47.74302,8.99901\n1165,1645435609,47.74302,8.99901\n1166,1645435610,47.74302,8.99901\n1167,1645435611,47.74302,8.99901\n1168,1645435612,47.74302,8.99901\n1169,1645435613,47.74302,8.99901\n1170,1645435614,47.74302,8.99901\n1171,1645435615,47.74302,8.99901\n1172,1645435616,47.74302,8.99901\n1173,1645435617,47.74302,8.99901\n1174,1645435618,47.74302,8.99901\n1175,1645435619,47.74302,8.99901\n1176,1645435620,47.74302,8.99901\n1177,1645435621,47.74302,8.99901\n1178,1645435622,47.74302,8.99901\n1179,1645435623,47.74302,8.99901\n1180,1645435624,47.74302,8.99901\n1181,1645435625,47.74302,8.99901\n1182,1645435626,47.74302,8.99901\n1183,1645435627,47.74302,8.99901\n1184,1645435628,47.74302,8.99901\n1185,1645435629,47.74302,8.99901\n1186,1645435630,47.74302,8.99901\n1187,1645435631,47.74302,8.99901\n1188,1645435632,47.74302,8.99901\n1189,1645435633,47.74302,8.99901\n1190,1645435634,47.74302,8.99901\n1191,1645435635,47.74302,8.99901\n1192,1645435636,47.74302,8.99901\n1193,1645435637,47.74302,8.99901\n1194,1645435638,47.74302,8.99901\n1195,1645435639,47.74302,8.99901\n1196,1645435640,47.74302,8.99901\n1197,1645435641,47.74302,8.99901\n1198,1645435642,47.74302,8.99901\n1199,1645435643,47.74302,8.99901\n1200,1645435644,47.74302,8.99901\n1201,1645435645,47.74302,8.99901\n1202,1645435646,47.74303,8.99901\n1203,1645435647,47.74303,8.99902\n1204,1645435648,47.74304,8.99902\n1205,1645435649,47.74304,8.99902\n1206,1645435650,47.74304,8.99902\n1207,1645435651,47.74304,8.99902\n1208,1645435652,47.74304,8.99902\n1209,1645435653,47.74304,8.99902\n1210,1645435654,47.74304,8.99902\n1211,1645435655,47.74304,8.99902\n1212,1645435656,47.74304,8.99902\n1213,1645435657,47.74304,8.99902\n1214,1645435658,47.74304,8.99902\n1215,1645435659,47.74304,8.99902\n1216,1645435660,47.74304,8.99902\n1217,1645435661,47.74304,8.99902\n1218,1645435662,47.74304,8.99902\n1219,1645435663,47.74304,8.99902\n1220,1645435664,47.74304,8.99902\n1221,1645435665,47.74304,8.99902\n1222,1645435666,47.74304,8.99902\n1223,1645435667,47.74304,8.99902\n1224,1645435668,47.74304,8.99902\n1225,1645435669,47.74304,8.99902\n1226,1645435670,47.74304,8.99902\n1227,1645435671,47.74304,8.99902\n1228,1645435672,47.74304,8.99902\n1229,1645435673,47.74304,8.99902\n1230,1645435674,47.74304,8.99902\n1231,1645435675,47.74304,8.99902\n1232,1645435676,47.74304,8.99902\n1233,1645435677,47.74304,8.99902\n1234,1645435678,47.74304,8.99902\n1235,1645435679,47.74304,8.99902\n1236,1645435680,47.74304,8.99902\n1237,1645435681,47.74304,8.99902\n1238,1645435682,47.74304,8.99902\n1239,1645435683,47.74304,8.99902\n1240,1645435684,47.74304,8.99902\n1241,1645435685,47.74304,8.99902\n1242,1645435686,47.74304,8.99902\n1243,1645435687,47.74304,8.99902\n1244,1645435688,47.74304,8.99902\n1245,1645435689,47.74304,8.99902\n1246,1645435690,47.74304,8.99902\n1247,1645435691,47.74304,8.99902\n1248,1645435692,47.74304,8.99902\n1249,1645435693,47.74304,8.99902\n1250,1645435694,47.74304,8.99902\n1251,1645435695,47.74304,8.99902\n1252,1645435696,47.74304,8.99902\n1253,1645435697,47.74304,8.99902\n1254,1645435698,47.74304,8.99902\n1255,1645435699,47.74304,8.99902\n1256,1645435700,47.74304,8.99902\n1257,1645435701,47.74304,8.99902\n1258,1645435702,47.74304,8.99902\n1259,1645435703,47.74303,8.99901\n1260,1645435704,47.74303,8.99901\n1261,1645435705,47.74303,8.99901\n1262,1645435706,47.74303,8.99900\n1263,1645435707,47.74303,8.99900\n1264,1645435708,47.74303,8.99900\n1265,1645435709,47.74303,8.99900\n1266,1645435710,47.74303,8.99900\n1267,1645435711,47.74303,8.99900\n1268,1645435712,47.74303,8.99900\n1269,1645435713,47.74303,8.99900\n1270,1645435714,47.74303,8.99900\n1271,1645435715,47.74303,8.99900\n1272,1645435716,47.74303,8.99900\n1273,1645435717,47.74303,8.99900\n1274,1645435718,47.74303,8.99900\n1275,1645435719,47.74303,8.99900\n1276,1645435720,47.74303,8.99900\n1277,1645435721,47.74303,8.99900\n1278,1645435722,47.74303,8.99900\n1279,1645435723,47.74303,8.99900\n1280,1645435724,47.74303,8.99900\n1281,1645435725,47.74303,8.99900\n1282,1645435726,47.74303,8.99900\n1283,1645435727,47.74303,8.99900\n1284,1645435728,47.74303,8.99900\n1285,1645435729,47.74303,8.99900\n1286,1645435730,47.74303,8.99900\n1287,1645435731,47.74303,8.99900\n1288,1645435732,47.74303,8.99900\n1289,1645435733,47.74303,8.99900\n1290,1645435734,47.74303,8.99900\n1291,1645435735,47.74303,8.99900\n1292,1645435736,47.74303,8.99900\n1293,1645435737,47.74303,8.99900\n1294,1645435738,47.74303,8.99900\n1295,1645435739,47.74303,8.99900\n1296,1645435740,47.74303,8.99900\n1297,1645435741,47.74303,8.99900\n1298,1645435742,47.74303,8.99900\n1299,1645435743,47.74303,8.99900\n1300,1645435744,47.74303,8.99900\n1301,1645435745,47.74303,8.99900\n1302,1645435746,47.74303,8.99900\n1303,1645435747,47.74303,8.99900\n1304,1645435748,47.74303,8.99900\n1305,1645435749,47.74303,8.99900\n1306,1645435750,47.74303,8.99900\n1307,1645435751,47.74303,8.99900\n1308,1645435752,47.74303,8.99900\n1309,1645435753,47.74303,8.99900\n1310,1645435754,47.74303,8.99900\n1311,1645435755,47.74303,8.99900\n1312,1645435756,47.74303,8.99900\n1313,1645435757,47.74303,8.99900\n1314,1645435758,47.74303,8.99900\n1315,1645435759,47.74303,8.99900\n1316,1645435760,47.74303,8.99900\n1317,1645435761,47.74303,8.99900\n1318,1645435762,47.74303,8.99900\n1319,1645435763,47.74303,8.99900\n1320,1645435764,47.74303,8.99900\n1321,1645435765,47.74303,8.99900\n1322,1645435766,47.74303,8.99900\n1323,1645435767,47.74303,8.99900\n1324,1645435768,47.74303,8.99900\n1325,1645435769,47.74303,8.99900\n1326,1645435770,47.74303,8.99900\n1327,1645435771,47.74303,8.99900\n1328,1645435772,47.74303,8.99900\n1329,1645435773,47.74303,8.99900\n1330,1645435774,47.74303,8.99900\n1331,1645435775,47.74303,8.99900\n1332,1645435776,47.74303,8.99900\n1333,1645435777,47.74303,8.99900\n1334,1645435778,47.74303,8.99900\n1335,1645435779,47.74303,8.99900\n1336,1645435780,47.74303,8.99900\n1337,1645435781,47.74303,8.99900\n1338,1645435782,47.74303,8.99900\n1339,1645435783,47.74303,8.99900\n1340,1645435784,47.74303,8.99900\n1341,1645435785,47.74303,8.99900\n1342,1645435786,47.74303,8.99900\n1343,1645435787,47.74303,8.99900\n1344,1645435788,47.74303,8.99900\n1345,1645435789,47.74303,8.99900\n1346,1645435790,47.74303,8.99900\n1347,1645435791,47.74303,8.99900\n1348,1645435792,47.74303,8.99900\n1349,1645435793,47.74303,8.99900\n1350,1645435794,47.74303,8.99900\n1351,1645435795,47.74303,8.99900\n1352,1645435796,47.74303,8.99900\n1353,1645435797,47.74303,8.99900\n1354,1645435798,47.74303,8.99900\n1355,1645435799,47.74303,8.99900\n1356,1645435800,47.74303,8.99900\n1357,1645435801,47.74303,8.99900\n1358,1645435802,47.74303,8.99900\n1359,1645435803,47.74303,8.99900\n1360,1645435804,47.74303,8.99900\n1361,1645435805,47.74303,8.99900\n1362,1645435806,47.74303,8.99901\n1363,1645435807,47.74303,8.99901\n1364,1645435808,47.74303,8.99901\n1365,1645435809,47.74303,8.99901\n1366,1645435810,47.74303,8.99901\n1367,1645435811,47.74303,8.99901\n1368,1645435812,47.74303,8.99901\n1369,1645435813,47.74303,8.99901\n1370,1645435814,47.74303,8.99901\n1371,1645435815,47.74303,8.99901\n1372,1645435816,47.74303,8.99901\n1373,1645435817,47.74303,8.99901\n1374,1645435818,47.74303,8.99901\n1375,1645435819,47.74303,8.99901\n1376,1645435820,47.74303,8.99901\n1377,1645435821,47.74303,8.99901\n1378,1645435822,47.74303,8.99901\n1379,1645435823,47.74303,8.99901\n1380,1645435824,47.74303,8.99901\n1381,1645435825,47.74303,8.99901\n1382,1645435826,47.74303,8.99901\n1383,1645435827,47.74303,8.99901\n1384,1645435828,47.74303,8.99901\n1385,1645435829,47.74303,8.99901\n1386,1645435830,47.74303,8.99901\n1387,1645435831,47.74303,8.99901\n1388,1645435832,47.74303,8.99901\n1389,1645435833,47.74303,8.99901\n1390,1645435834,47.74303,8.99901\n1391,1645435835,47.74303,8.99901\n1392,1645435836,47.74303,8.99901\n1393,1645435837,47.74303,8.99901\n1394,1645435838,47.74303,8.99901\n1395,1645435839,47.74303,8.99901\n1396,1645435840,47.74303,8.99901\n1397,1645435841,47.74303,8.99901\n1398,1645435842,47.74303,8.99901\n1399,1645435843,47.74303,8.99901\n1400,1645435844,47.74303,8.99901\n1401,1645435845,47.74303,8.99901\n1402,1645435846,47.74303,8.99901\n1403,1645435847,47.74303,8.99901\n1404,1645435848,47.74303,8.99901\n1405,1645435849,47.74303,8.99901\n1406,1645435850,47.74303,8.99901\n1407,1645435851,47.74303,8.99901\n1408,1645435852,47.74303,8.99901\n1409,1645435853,47.74303,8.99901\n1410,1645435854,47.74303,8.99901\n1411,1645435855,47.74303,8.99901\n1412,1645435856,47.74303,8.99901\n1413,1645435857,47.74303,8.99901\n1414,1645435858,47.74303,8.99901\n1415,1645435859,47.74303,8.99901\n1416,1645435860,47.74303,8.99901\n1417,1645435861,47.74303,8.99901\n1418,1645435862,47.74303,8.99901\n1419,1645435863,47.74303,8.99901\n1420,1645435864,47.74303,8.99901\n1421,1645435865,47.74303,8.99901\n1422,1645435866,47.74304,8.99901\n1423,1645435867,47.74304,8.99902\n1424,1645435868,47.74304,8.99901\n1425,1645435869,47.74304,8.99901\n1426,1645435870,47.74304,8.99901\n1427,1645435871,47.74304,8.99901\n1428,1645435872,47.74304,8.99901\n1429,1645435873,47.74304,8.99901\n1430,1645435874,47.74304,8.99901\n1431,1645435875,47.74304,8.99901\n1432,1645435876,47.74304,8.99901\n1433,1645435877,47.74304,8.99901\n1434,1645435878,47.74304,8.99901\n1435,1645435879,47.74304,8.99901\n1436,1645435880,47.74304,8.99901\n1437,1645435881,47.74304,8.99901\n1438,1645435882,47.74304,8.99901\n1439,1645435883,47.74304,8.99901\n1440,1645435884,47.74304,8.99901\n1441,1645435885,47.74304,8.99901\n1442,1645435886,47.74304,8.99901\n1443,1645435887,47.74304,8.99901\n1444,1645435888,47.74304,8.99901\n1445,1645435889,47.74304,8.99901\n1446,1645435890,47.74304,8.99901\n1447,1645435891,47.74304,8.99901\n1448,1645435892,47.74304,8.99901\n1449,1645435893,47.74304,8.99901\n1450,1645435894,47.74304,8.99901\n1451,1645435895,47.74304,8.99901\n1452,1645435896,47.74304,8.99901\n1453,1645435897,47.74304,8.99901\n1454,1645435898,47.74304,8.99901\n1455,1645435899,47.74304,8.99901\n1456,1645435900,47.74304,8.99901\n1457,1645435901,47.74304,8.99901\n1458,1645435902,47.74304,8.99901\n1459,1645435903,47.74304,8.99901\n1460,1645435904,47.74304,8.99901\n1461,1645435905,47.74304,8.99901\n1462,1645435906,47.74304,8.99901\n1463,1645435907,47.74304,8.99901\n1464,1645435908,47.74304,8.99901\n1465,1645435909,47.74304,8.99901\n1466,1645435910,47.74304,8.99901\n1467,1645435911,47.74304,8.99901\n1468,1645435912,47.74304,8.99901\n1469,1645435913,47.74304,8.99901\n1470,1645435914,47.74304,8.99901\n1471,1645435915,47.74304,8.99901\n1472,1645435916,47.74304,8.99901\n1473,1645435917,47.74304,8.99901\n1474,1645435918,47.74304,8.99901\n1475,1645435919,47.74304,8.99901\n1476,1645435920,47.74304,8.99901\n1477,1645435921,47.74304,8.99901\n1478,1645435922,47.74304,8.99901\n1479,1645435923,47.74304,8.99901\n1480,1645435924,47.74304,8.99901\n1481,1645435925,47.74304,8.99901\n1482,1645435926,47.74304,8.99901\n1483,1645435927,47.74304,8.99901\n1484,1645435928,47.74304,8.99901\n1485,1645435929,47.74304,8.99901\n1486,1645435930,47.74304,8.99901\n1487,1645435931,47.74304,8.99901\n1488,1645435932,47.74304,8.99901\n1489,1645435933,47.74304,8.99901\n1490,1645435934,47.74304,8.99901\n1491,1645435935,47.74304,8.99901\n1492,1645435936,47.74304,8.99901\n1493,1645435937,47.74304,8.99901\n1494,1645435938,47.74304,8.99901\n1495,1645435939,47.74304,8.99901\n1496,1645435940,47.74303,8.99901\n1497,1645435941,47.74303,8.99902\n1498,1645435942,47.74303,8.99902\n1499,1645435943,47.74303,8.99902\n1500,1645435944,47.74303,8.99902\n1501,1645435945,47.74303,8.99902\n1502,1645435946,47.74303,8.99902\n1503,1645435947,47.74303,8.99902\n1504,1645435948,47.74303,8.99902\n1505,1645435949,47.74303,8.99902\n1506,1645435950,47.74303,8.99902\n1507,1645435951,47.74303,8.99902\n1508,1645435952,47.74303,8.99902\n1509,1645435953,47.74303,8.99902\n1510,1645435954,47.74303,8.99902\n1511,1645435955,47.74303,8.99902\n1512,1645435956,47.74303,8.99902\n1513,1645435957,47.74303,8.99902\n1514,1645435958,47.74303,8.99902\n1515,1645435959,47.74303,8.99902\n1516,1645435960,47.74303,8.99902\n1517,1645435961,47.74303,8.99902\n1518,1645435962,47.74303,8.99902\n1519,1645435963,47.74303,8.99902\n1520,1645435964,47.74303,8.99902\n1521,1645435965,47.74303,8.99902\n1522,1645435966,47.74303,8.99902\n1523,1645435967,47.74303,8.99902\n1524,1645435968,47.74303,8.99902\n1525,1645435969,47.74303,8.99902\n1526,1645435970,47.74303,8.99902\n1527,1645435971,47.74303,8.99902\n1528,1645435972,47.74303,8.99902\n1529,1645435973,47.74303,8.99902\n1530,1645435974,47.74303,8.99902\n1531,1645435975,47.74303,8.99902\n1532,1645435976,47.74303,8.99902\n1533,1645435977,47.74303,8.99902\n1534,1645435978,47.74303,8.99902\n1535,1645435979,47.74303,8.99902\n1536,1645435980,47.74303,8.99902\n1537,1645435981,47.74303,8.99902\n1538,1645435982,47.74303,8.99902\n1539,1645435983,47.74303,8.99902\n1540,1645435984,47.74303,8.99902\n1541,1645435985,47.74303,8.99902\n1542,1645435986,47.74303,8.99902\n1543,1645435987,47.74303,8.99902\n1544,1645435988,47.74303,8.99902\n1545,1645435989,47.74303,8.99902\n1546,1645435990,47.74303,8.99902\n1547,1645435991,47.74303,8.99902\n1548,1645435992,47.74303,8.99902\n1549,1645435993,47.74303,8.99902\n1550,1645435994,47.74303,8.99902\n1551,1645435995,47.74303,8.99902\n1552,1645435996,47.74303,8.99902\n1553,1645435997,47.74303,8.99902\n1554,1645435998,47.74303,8.99902\n1555,1645435999,47.74303,8.99902\n1556,1645436000,47.74303,8.99902\n1557,1645436001,47.74303,8.99902\n1558,1645436002,47.74303,8.99902\n1559,1645436003,47.74303,8.99902\n1560,1645436004,47.74303,8.99902\n1561,1645436005,47.74303,8.99902\n1562,1645436006,47.74303,8.99902\n1563,1645436007,47.74303,8.99902\n1564,1645436008,47.74303,8.99902\n1565,1645436009,47.74303,8.99902\n1566,1645436010,47.74303,8.99902\n1567,1645436011,47.74303,8.99902\n1568,1645436012,47.74303,8.99902\n1569,1645436013,47.74303,8.99902\n1570,1645436014,47.74303,8.99902\n1571,1645436015,47.74303,8.99902\n1572,1645436016,47.74303,8.99902\n1573,1645436017,47.74303,8.99902\n1574,1645436018,47.74303,8.99902\n1575,1645436019,47.74303,8.99902\n1576,1645436020,47.74303,8.99902\n1577,1645436021,47.74303,8.99902\n1578,1645436022,47.74303,8.99902\n1579,1645436023,47.74303,8.99902\n1580,1645436024,47.74303,8.99902\n1581,1645436025,47.74303,8.99902\n1582,1645436026,47.74303,8.99902\n1583,1645436027,47.74303,8.99902\n1584,1645436028,47.74303,8.99902\n1585,1645436029,47.74303,8.99902\n1586,1645436030,47.74303,8.99902\n1587,1645436031,47.74303,8.99902\n1588,1645436032,47.74303,8.99902\n1589,1645436033,47.74303,8.99902\n1590,1645436034,47.74303,8.99902\n1591,1645436035,47.74303,8.99902\n1592,1645436036,47.74303,8.99902\n1593,1645436037,47.74303,8.99902\n1594,1645436038,47.74303,8.99902\n1595,1645436039,47.74303,8.99902\n1596,1645436040,47.74303,8.99902\n1597,1645436041,47.74303,8.99902\n1598,1645436042,47.74303,8.99902\n1599,1645436043,47.74303,8.99902\n1600,1645436044,47.74303,8.99902\n1601,1645436045,47.74303,8.99902\n1602,1645436046,47.74303,8.99902\n1603,1645436047,47.74303,8.99902\n1604,1645436048,47.74303,8.99902\n1605,1645436049,47.74303,8.99902\n1606,1645436050,47.74303,8.99902\n1607,1645436051,47.74303,8.99902\n1608,1645436052,47.74303,8.99902\n1609,1645436053,47.74303,8.99902\n1610,1645436054,47.74303,8.99902\n1611,1645436055,47.74303,8.99902\n1612,1645436056,47.74303,8.99902\n1613,1645436057,47.74303,8.99902\n1614,1645436058,47.74304,8.99902\n1615,1645436059,47.74304,8.99902\n1616,1645436060,47.74304,8.99902\n1617,1645436061,47.74304,8.99902\n1618,1645436062,47.74304,8.99902\n1619,1645436063,47.74304,8.99902\n1620,1645436064,47.74304,8.99902\n1621,1645436065,47.74304,8.99902\n1622,1645436066,47.74304,8.99902\n1623,1645436067,47.74304,8.99902\n1624,1645436068,47.74304,8.99902\n1625,1645436069,47.74304,8.99902\n1626,1645436070,47.74304,8.99902\n1627,1645436071,47.74304,8.99902\n1628,1645436072,47.74304,8.99902\n1629,1645436073,47.74304,8.99902\n1630,1645436074,47.74304,8.99902\n1631,1645436075,47.74304,8.99902\n1632,1645436076,47.74304,8.99902\n1633,1645436077,47.74304,8.99902\n1634,1645436078,47.74304,8.99902\n1635,1645436079,47.74304,8.99902\n1636,1645436080,47.74304,8.99902\n1637,1645436081,47.74304,8.99902\n1638,1645436082,47.74304,8.99902\n1639,1645436083,47.74304,8.99902\n1640,1645436084,47.74304,8.99902\n1641,1645436085,47.74304,8.99902\n1642,1645436086,47.74304,8.99902\n1643,1645436087,47.74304,8.99902\n1644,1645436088,47.74304,8.99902\n1645,1645436089,47.74304,8.99902\n1646,1645436090,47.74304,8.99902\n1647,1645436091,47.74304,8.99902\n1648,1645436092,47.74304,8.99902\n1649,1645436093,47.74304,8.99902\n1650,1645436094,47.74304,8.99902\n1651,1645436095,47.74304,8.99902\n1652,1645436096,47.74304,8.99902\n1653,1645436097,47.74304,8.99902\n1654,1645436098,47.74304,8.99902\n1655,1645436099,47.74304,8.99902\n1656,1645436100,47.74304,8.99902\n1657,1645436101,47.74304,8.99902\n1658,1645436102,47.74304,8.99902\n1659,1645436103,47.74304,8.99902\n1660,1645436104,47.74304,8.99902\n1661,1645436105,47.74304,8.99902\n1662,1645436106,47.74304,8.99902\n1663,1645436107,47.74304,8.99902\n1664,1645436108,47.74304,8.99902\n1665,1645436109,47.74304,8.99902\n1666,1645436110,47.74304,8.99902\n1667,1645436111,47.74304,8.99902\n1668,1645436112,47.74304,8.99902\n1669,1645436113,47.74304,8.99902\n1670,1645436114,47.74304,8.99902\n1671,1645436115,47.74304,8.99902\n1672,1645436116,47.74304,8.99902\n1673,1645436117,47.74305,8.99902\n1674,1645436118,47.74305,8.99902\n1675,1645436119,47.74305,8.99902\n1676,1645436120,47.74305,8.99902\n1677,1645436121,47.74305,8.99902\n1678,1645436122,47.74305,8.99902\n1679,1645436123,47.74305,8.99902\n1680,1645436124,47.74305,8.99902\n1681,1645436125,47.74305,8.99902\n1682,1645436126,47.74305,8.99902\n1683,1645436127,47.74305,8.99902\n1684,1645436128,47.74305,8.99902\n1685,1645436129,47.74305,8.99902\n1686,1645436130,47.74305,8.99902\n1687,1645436131,47.74305,8.99902\n1688,1645436132,47.74305,8.99902\n1689,1645436133,47.74305,8.99902\n1690,1645436134,47.74305,8.99903\n1691,1645436135,47.74305,8.99903\n1692,1645436136,47.74305,8.99903\n1693,1645436137,47.74306,8.99903\n1694,1645436138,47.74306,8.99903\n1695,1645436139,47.74306,8.99903\n1696,1645436140,47.74306,8.99903\n1697,1645436141,47.74306,8.99903\n1698,1645436142,47.74306,8.99903\n1699,1645436143,47.74306,8.99903\n1700,1645436144,47.74306,8.99903\n1701,1645436145,47.74306,8.99903\n1702,1645436146,47.74306,8.99904\n1703,1645436147,47.74306,8.99904\n1704,1645436148,47.74306,8.99904\n1705,1645436149,47.74306,8.99904\n1706,1645436150,47.74306,8.99904\n1707,1645436151,47.74306,8.99904\n1708,1645436152,47.74306,8.99904\n1709,1645436153,47.74306,8.99904\n1710,1645436154,47.74306,8.99904\n1711,1645436155,47.74306,8.99904\n1712,1645436156,47.74306,8.99904\n1713,1645436157,47.74306,8.99904\n1714,1645436158,47.74306,8.99904\n1715,1645436159,47.74306,8.99904\n1716,1645436160,47.74306,8.99904\n1717,1645436161,47.74306,8.99904\n1718,1645436162,47.74306,8.99904\n1719,1645436163,47.74306,8.99904\n1720,1645436164,47.74306,8.99904\n1721,1645436165,47.74306,8.99904\n1722,1645436166,47.74306,8.99904\n1723,1645436167,47.74306,8.99904\n1724,1645436168,47.74306,8.99904\n1725,1645436169,47.74306,8.99904\n1726,1645436170,47.74306,8.99904\n1727,1645436171,47.74306,8.99904\n1728,1645436172,47.74306,8.99904\n1729,1645436173,47.74306,8.99904\n1730,1645436174,47.74306,8.99904\n1731,1645436175,47.74306,8.99904\n1732,1645436176,47.74306,8.99904\n1733,1645436177,47.74306,8.99904\n1734,1645436178,47.74306,8.99904\n1735,1645436179,47.74306,8.99904\n1736,1645436180,47.74306,8.99904\n1737,1645436181,47.74306,8.99904\n1738,1645436182,47.74306,8.99904\n1739,1645436183,47.74306,8.99904\n1740,1645436184,47.74306,8.99904\n1741,1645436185,47.74306,8.99904\n1742,1645436186,47.74306,8.99904\n1743,1645436187,47.74306,8.99904\n1744,1645436188,47.74306,8.99904\n1745,1645436189,47.74306,8.99904\n1746,1645436190,47.74306,8.99904\n1747,1645436191,47.74306,8.99904\n1748,1645436192,47.74306,8.99904\n1749,1645436193,47.74306,8.99904\n1750,1645436194,47.74306,8.99904\n1751,1645436195,47.74306,8.99904\n1752,1645436196,47.74306,8.99904\n1753,1645436197,47.74306,8.99904\n1754,1645436198,47.74306,8.99904\n1755,1645436199,47.74306,8.99904\n1756,1645436200,47.74306,8.99904\n1757,1645436201,47.74306,8.99904\n1758,1645436202,47.74306,8.99904\n1759,1645436203,47.74306,8.99904\n1760,1645436204,47.74306,8.99904\n1761,1645436205,47.74306,8.99904\n1762,1645436206,47.74306,8.99904\n1763,1645436207,47.74306,8.99904\n1764,1645436208,47.74306,8.99904\n1765,1645436209,47.74306,8.99904\n1766,1645436210,47.74306,8.99904\n1767,1645436211,47.74306,8.99904\n1768,1645436212,47.74306,8.99904\n1769,1645436213,47.74306,8.99904\n1770,1645436214,47.74306,8.99904\n1771,1645436215,47.74306,8.99904\n1772,1645436216,47.74306,8.99904\n1773,1645436217,47.74306,8.99904\n1774,1645436218,47.74306,8.99904\n1775,1645436219,47.74306,8.99904\n1776,1645436220,47.74306,8.99904\n1777,1645436221,47.74306,8.99904\n1778,1645436222,47.74306,8.99904\n1779,1645436223,47.74306,8.99904\n1780,1645436224,47.74306,8.99904\n1781,1645436225,47.74306,8.99904\n1782,1645436226,47.74306,8.99904\n1783,1645436227,47.74306,8.99904\n1784,1645436228,47.74306,8.99904\n1785,1645436229,47.74306,8.99904\n1786,1645436230,47.74306,8.99904\n1787,1645436231,47.74306,8.99904\n1788,1645436232,47.74306,8.99904\n1789,1645436233,47.74306,8.99904\n1790,1645436234,47.74306,8.99904\n1791,1645436235,47.74306,8.99904\n1792,1645436236,47.74306,8.99904\n1793,1645436237,47.74306,8.99904\n1794,1645436238,47.74306,8.99904\n1795,1645436239,47.74306,8.99904\n1796,1645436240,47.74306,8.99904\n1797,1645436241,47.74306,8.99904\n1798,1645436242,47.74306,8.99904\n1799,1645436243,47.74306,8.99904\n1800,1645436244,47.74306,8.99904\n1801,1645436245,47.74306,8.99904\n1802,1645436246,47.74306,8.99904\n1803,1645436247,47.74306,8.99904\n1804,1645436248,47.74305,8.99904\n1805,1645436249,47.74305,8.99904\n1806,1645436250,47.74305,8.99904\n1807,1645436251,47.74305,8.99904\n1808,1645436252,47.74305,8.99904\n1809,1645436253,47.74305,8.99904\n1810,1645436254,47.74305,8.99904\n1811,1645436255,47.74305,8.99904\n1812,1645436256,47.74305,8.99904\n1813,1645436257,47.74305,8.99904\n1814,1645436258,47.74305,8.99904\n1815,1645436259,47.74305,8.99904\n1816,1645436260,47.74305,8.99904\n1817,1645436261,47.74305,8.99904\n1818,1645436262,47.74305,8.99904\n1819,1645436263,47.74305,8.99904\n1820,1645436264,47.74305,8.99904\n1821,1645436265,47.74305,8.99904\n1822,1645436266,47.74305,8.99904\n1823,1645436267,47.74305,8.99904\n1824,1645436268,47.74305,8.99904\n1825,1645436269,47.74305,8.99904\n1826,1645436270,47.74305,8.99903\n1827,1645436271,47.74305,8.99903\n1828,1645436272,47.74305,8.99903\n1829,1645436273,47.74305,8.99903\n1830,1645436274,47.74305,8.99903\n1831,1645436275,47.74305,8.99903\n1832,1645436276,47.74305,8.99903\n1833,1645436277,47.74305,8.99903\n1834,1645436278,47.74305,8.99903\n1835,1645436279,47.74305,8.99903\n1836,1645436280,47.74305,8.99903\n1837,1645436281,47.74305,8.99903\n1838,1645436282,47.74305,8.99903\n1839,1645436283,47.74305,8.99903\n1840,1645436284,47.74305,8.99903\n1841,1645436285,47.74305,8.99903\n1842,1645436286,47.74305,8.99903\n1843,1645436287,47.74305,8.99902\n1844,1645436288,47.74305,8.99902\n1845,1645436289,47.74305,8.99902\n1846,1645436290,47.74305,8.99902\n1847,1645436291,47.74305,8.99902\n1848,1645436292,47.74305,8.99902\n1849,1645436293,47.74305,8.99902\n1850,1645436294,47.74305,8.99902\n1851,1645436295,47.74305,8.99902\n1852,1645436296,47.74305,8.99902\n1853,1645436297,47.74305,8.99902\n1854,1645436298,47.74305,8.99902\n1855,1645436299,47.74305,8.99902\n1856,1645436300,47.74305,8.99902\n1857,1645436301,47.74305,8.99902\n1858,1645436302,47.74305,8.99902\n1859,1645436303,47.74305,8.99902\n1860,1645436304,47.74305,8.99902\n1861,1645436305,47.74305,8.99902\n1862,1645436306,47.74305,8.99902\n1863,1645436307,47.74305,8.99902\n1864,1645436308,47.74305,8.99902\n1865,1645436309,47.74305,8.99902\n1866,1645436310,47.74306,8.99903\n1867,1645436311,47.74306,8.99903\n1868,1645436312,47.74306,8.99903\n1869,1645436313,47.74306,8.99903\n1870,1645436314,47.74306,8.99903\n1871,1645436315,47.74306,8.99903\n1872,1645436316,47.74306,8.99903\n1873,1645436317,47.74306,8.99903\n1874,1645436318,47.74306,8.99903\n1875,1645436319,47.74306,8.99903\n1876,1645436320,47.74306,8.99903\n1877,1645436321,47.74306,8.99903\n1878,1645436322,47.74306,8.99903\n1879,1645436323,47.74306,8.99903\n1880,1645436324,47.74306,8.99903\n1881,1645436325,47.74306,8.99903\n1882,1645436326,47.74306,8.99903\n1883,1645436327,47.74306,8.99903\n1884,1645436328,47.74306,8.99903\n1885,1645436329,47.74306,8.99903\n1886,1645436330,47.74306,8.99903\n1887,1645436331,47.74306,8.99903\n1888,1645436332,47.74306,8.99903\n1889,1645436333,47.74306,8.99903\n1890,1645436334,47.74306,8.99903\n1891,1645436335,47.74306,8.99903\n1892,1645436336,47.74306,8.99903\n1893,1645436337,47.74306,8.99903\n1894,1645436338,47.74306,8.99903\n1895,1645436339,47.74306,8.99903\n1896,1645436340,47.74306,8.99903\n1897,1645436341,47.74306,8.99903\n1898,1645436342,47.74306,8.99903\n1899,1645436343,47.74306,8.99903\n1900,1645436344,47.74306,8.99903\n1901,1645436345,47.74306,8.99903\n1902,1645436346,47.74306,8.99903\n1903,1645436347,47.74306,8.99903\n1904,1645436348,47.74306,8.99903\n1905,1645436349,47.74306,8.99903\n1906,1645436350,47.74306,8.99903\n1907,1645436351,47.74306,8.99903\n1908,1645436352,47.74306,8.99903\n1909,1645436353,47.74306,8.99903\n1910,1645436354,47.74306,8.99903\n1911,1645436355,47.74306,8.99903\n1912,1645436356,47.74306,8.99903\n1913,1645436357,47.74306,8.99903\n1914,1645436358,47.74306,8.99903\n1915,1645436359,47.74306,8.99903\n1916,1645436360,47.74306,8.99903\n1917,1645436361,47.74306,8.99903\n1918,1645436362,47.74306,8.99903\n1919,1645436363,47.74306,8.99903\n1920,1645436364,47.74306,8.99903\n1921,1645436365,47.74306,8.99903\n1922,1645436366,47.74306,8.99903\n1923,1645436367,47.74306,8.99903\n1924,1645436368,47.74306,8.99903\n1925,1645436369,47.74306,8.99903\n1926,1645436370,47.74306,8.99903\n1927,1645436371,47.74306,8.99903\n1928,1645436372,47.74306,8.99903\n1929,1645436373,47.74306,8.99903\n1930,1645436374,47.74306,8.99903\n1931,1645436375,47.74306,8.99903\n1932,1645436376,47.74306,8.99903\n1933,1645436377,47.74306,8.99903\n1934,1645436378,47.74306,8.99903\n1935,1645436379,47.74306,8.99903\n1936,1645436380,47.74306,8.99903\n1937,1645436381,47.74306,8.99903\n1938,1645436382,47.74306,8.99903\n1939,1645436383,47.74306,8.99903\n1940,1645436384,47.74306,8.99903\n1941,1645436385,47.74306,8.99903\n1942,1645436386,47.74306,8.99903\n1943,1645436387,47.74306,8.99903\n1944,1645436388,47.74306,8.99903\n1945,1645436389,47.74306,8.99903\n1946,1645436390,47.74306,8.99903\n1947,1645436391,47.74306,8.99903\n1948,1645436392,47.74306,8.99903\n1949,1645436393,47.74306,8.99903\n1950,1645436394,47.74306,8.99903\n1951,1645436395,47.74306,8.99903\n1952,1645436396,47.74306,8.99903\n1953,1645436397,47.74306,8.99903\n1954,1645436398,47.74306,8.99903\n1955,1645436399,47.74306,8.99903\n1956,1645436400,47.74306,8.99903\n1957,1645436401,47.74306,8.99903\n1958,1645436402,47.74306,8.99903\n1959,1645436403,47.74306,8.99903\n1960,1645436404,47.74306,8.99903\n1961,1645436405,47.74306,8.99903\n1962,1645436406,47.74306,8.99903\n1963,1645436407,47.74306,8.99903\n1964,1645436408,47.74306,8.99903\n1965,1645436409,47.74306,8.99903\n1966,1645436410,47.74306,8.99903\n1967,1645436411,47.74306,8.99903\n1968,1645436412,47.74306,8.99903\n1969,1645436413,47.74306,8.99903\n1970,1645436414,47.74306,8.99903\n1971,1645436415,47.74306,8.99903\n1972,1645436416,47.74306,8.99903\n1973,1645436417,47.74306,8.99903\n1974,1645436418,47.74306,8.99903\n1975,1645436419,47.74306,8.99903\n1976,1645436420,47.74306,8.99903\n1977,1645436421,47.74306,8.99903\n1978,1645436422,47.74306,8.99903\n1979,1645436423,47.74306,8.99903\n1980,1645436424,47.74306,8.99903\n1981,1645436425,47.74306,8.99903\n1982,1645436426,47.74306,8.99903\n1983,1645436427,47.74306,8.99903\n1984,1645436428,47.74306,8.99903\n1985,1645436429,47.74306,8.99903\n1986,1645436430,47.74306,8.99903\n1987,1645436431,47.74306,8.99903\n1988,1645436432,47.74306,8.99903\n1989,1645436433,47.74306,8.99903\n1990,1645436434,47.74306,8.99903\n1991,1645436435,47.74306,8.99903\n1992,1645436436,47.74306,8.99903\n1993,1645436437,47.74305,8.99903\n1994,1645436438,47.74305,8.99903\n1995,1645436439,47.74305,8.99903\n1996,1645436440,47.74305,8.99903\n1997,1645436441,47.74305,8.99903\n1998,1645436442,47.74305,8.99903\n1999,1645436443,47.74305,8.99903\n2000,1645436444,47.74305,8.99902\n2001,1645436445,47.74305,8.99902\n2002,1645436446,47.74305,8.99902\n2003,1645436447,47.74305,8.99902\n2004,1645436448,47.74305,8.99902\n2005,1645436449,47.74305,8.99902\n2006,1645436450,47.74305,8.99902\n2007,1645436451,47.74305,8.99902\n2008,1645436452,47.74305,8.99902\n2009,1645436453,47.74305,8.99902\n2010,1645436454,47.74305,8.99902\n2011,1645436455,47.74305,8.99902\n2012,1645436456,47.74305,8.99902\n2013,1645436457,47.74305,8.99902\n2014,1645436458,47.74305,8.99902\n2015,1645436459,47.74305,8.99902\n2016,1645436460,47.74305,8.99902\n2017,1645436461,47.74305,8.99902\n2018,1645436462,47.74305,8.99902\n2019,1645436463,47.74305,8.99902\n2020,1645436464,47.74305,8.99902\n2021,1645436465,47.74305,8.99902\n2022,1645436466,47.74305,8.99902\n2023,1645436467,47.74305,8.99902\n2024,1645436468,47.74305,8.99902\n2025,1645436469,47.74305,8.99902\n2026,1645436470,47.74305,8.99902\n2027,1645436471,47.74305,8.99902\n2028,1645436472,47.74305,8.99902\n2029,1645436473,47.74305,8.99902\n2030,1645436474,47.74305,8.99902\n2031,1645436475,47.74305,8.99902\n2032,1645436476,47.74305,8.99902\n2033,1645436477,47.74305,8.99902\n2034,1645436478,47.74305,8.99902\n2035,1645436479,47.74305,8.99902\n2036,1645436480,47.74305,8.99902\n2037,1645436481,47.74305,8.99902\n2038,1645436482,47.74305,8.99902\n2039,1645436483,47.74305,8.99902\n2040,1645436484,47.74305,8.99902\n2041,1645436485,47.74305,8.99902\n2042,1645436486,47.74305,8.99902\n2043,1645436487,47.74305,8.99902\n2044,1645436488,47.74305,8.99902\n2045,1645436489,47.74305,8.99902\n2046,1645436490,47.74305,8.99902\n2047,1645436491,47.74305,8.99902\n2048,1645436492,47.74305,8.99902\n2049,1645436493,47.74305,8.99902\n2050,1645436494,47.74305,8.99902\n2051,1645436495,47.74305,8.99902\n2052,1645436496,47.74305,8.99902\n2053,1645436497,47.74305,8.99902\n2054,1645436498,47.74305,8.99902\n2055,1645436499,47.74305,8.99902\n2056,1645436500,47.74305,8.99902\n2057,1645436501,47.74305,8.99902\n2058,1645436502,47.74305,8.99902\n2059,1645436503,47.74305,8.99902\n2060,1645436504,47.74305,8.99902\n2061,1645436505,47.74305,8.99902\n2062,1645436506,47.74305,8.99902\n2063,1645436507,47.74305,8.99902\n2064,1645436508,47.74305,8.99902\n2065,1645436509,47.74305,8.99902\n2066,1645436510,47.74305,8.99902\n2067,1645436511,47.74305,8.99902\n2068,1645436512,47.74305,8.99902\n2069,1645436513,47.74305,8.99902\n2070,1645436514,47.74305,8.99902\n2071,1645436515,47.74305,8.99902\n2072,1645436516,47.74305,8.99902\n2073,1645436517,47.74305,8.99902\n2074,1645436518,47.74305,8.99902\n2075,1645436519,47.74305,8.99902\n2076,1645436520,47.74305,8.99902\n2077,1645436521,47.74305,8.99902\n2078,1645436522,47.74305,8.99902\n2079,1645436523,47.74305,8.99902\n2080,1645436524,47.74305,8.99902\n2081,1645436525,47.74305,8.99902\n2082,1645436526,47.74305,8.99902\n2083,1645436527,47.74305,8.99902\n2084,1645436528,47.74305,8.99902\n2085,1645436529,47.74305,8.99902\n2086,1645436530,47.74305,8.99902\n2087,1645436531,47.74305,8.99902\n2088,1645436532,47.74305,8.99902\n2089,1645436533,47.74305,8.99902\n2090,1645436534,47.74305,8.99902\n2091,1645436535,47.74305,8.99902\n2092,1645436536,47.74305,8.99902\n2093,1645436537,47.74305,8.99902\n2094,1645436538,47.74305,8.99902\n2095,1645436539,47.74305,8.99902\n2096,1645436540,47.74305,8.99902\n2097,1645436541,47.74305,8.99902\n2098,1645436542,47.74305,8.99902\n2099,1645436543,47.74305,8.99902\n2100,1645436544,47.74305,8.99902\n2101,1645436545,47.74305,8.99902\n2102,1645436546,47.74305,8.99902\n2103,1645436547,47.74305,8.99902\n2104,1645436548,47.74305,8.99902\n2105,1645436549,47.74305,8.99902\n2106,1645436550,47.74305,8.99902\n2107,1645436551,47.74305,8.99902\n2108,1645436552,47.74305,8.99902\n2109,1645436553,47.74305,8.99902\n2110,1645436554,47.74305,8.99902\n2111,1645436555,47.74305,8.99902\n2112,1645436556,47.74305,8.99902\n2113,1645436557,47.74305,8.99902\n2114,1645436558,47.74305,8.99902\n2115,1645436559,47.74305,8.99902\n2116,1645436560,47.74305,8.99902\n2117,1645436561,47.74305,8.99902\n2118,1645436562,47.74305,8.99902\n2119,1645436563,47.74305,8.99902\n2120,1645436564,47.74305,8.99902\n2121,1645436565,47.74305,8.99902\n2122,1645436566,47.74305,8.99902\n2123,1645436567,47.74305,8.99902\n2124,1645436568,47.74305,8.99902\n2125,1645436569,47.74305,8.99902\n2126,1645436570,47.74305,8.99902\n2127,1645436571,47.74305,8.99902\n2128,1645436572,47.74305,8.99902\n2129,1645436573,47.74305,8.99902\n2130,1645436574,47.74305,8.99902\n2131,1645436575,47.74305,8.99902\n2132,1645436576,47.74305,8.99902\n2133,1645436577,47.74305,8.99902\n2134,1645436578,47.74305,8.99902\n2135,1645436579,47.74305,8.99902\n2136,1645436580,47.74305,8.99902\n2137,1645436581,47.74305,8.99902\n2138,1645436582,47.74305,8.99902\n2139,1645436583,47.74305,8.99902\n2140,1645436584,47.74305,8.99902\n2141,1645436585,47.74305,8.99902\n2142,1645436586,47.74305,8.99902\n2143,1645436587,47.74305,8.99902\n2144,1645436588,47.74305,8.99902\n2145,1645436589,47.74305,8.99902\n2146,1645436590,47.74305,8.99902\n2147,1645436591,47.74305,8.99902\n2148,1645436592,47.74305,8.99902\n2149,1645436593,47.74305,8.99902\n2150,1645436594,47.74305,8.99902\n2151,1645436595,47.74305,8.99902\n2152,1645436596,47.74305,8.99902\n2153,1645436597,47.74305,8.99902\n2154,1645436598,47.74305,8.99902\n2155,1645436599,47.74305,8.99902\n2156,1645436600,47.74305,8.99902\n2157,1645436601,47.74305,8.99902\n2158,1645436602,47.74305,8.99902\n2159,1645436603,47.74305,8.99902\n2160,1645436604,47.74305,8.99902\n2161,1645436605,47.74305,8.99902\n2162,1645436606,47.74305,8.99902\n2163,1645436607,47.74305,8.99902\n2164,1645436608,47.74305,8.99902\n2165,1645436609,47.74305,8.99902\n2166,1645436610,47.74305,8.99902\n2167,1645436611,47.74305,8.99902\n2168,1645436612,47.74305,8.99902\n2169,1645436613,47.74305,8.99902\n2170,1645436614,47.74305,8.99902\n2171,1645436615,47.74305,8.99902\n2172,1645436616,47.74305,8.99902\n2173,1645436617,47.74305,8.99902\n2174,1645436618,47.74305,8.99902\n2175,1645436619,47.74305,8.99902\n2176,1645436620,47.74305,8.99902\n2177,1645436621,47.74305,8.99902\n2178,1645436622,47.74305,8.99902\n2179,1645436623,47.74305,8.99902\n2180,1645436624,47.74305,8.99902\n2181,1645436625,47.74305,8.99902\n2182,1645436626,47.74305,8.99902\n2183,1645436627,47.74305,8.99902\n2184,1645436628,47.74305,8.99902\n2185,1645436629,47.74305,8.99902\n2186,1645436630,47.74305,8.99902\n2187,1645436631,47.74305,8.99902\n2188,1645436632,47.74305,8.99902\n2189,1645436633,47.74305,8.99902\n2190,1645436634,47.74305,8.99902\n2191,1645436635,47.74305,8.99902\n2192,1645436636,47.74305,8.99902\n2193,1645436637,47.74305,8.99902\n2194,1645436638,47.74305,8.99902\n2195,1645436639,47.74305,8.99902\n2196,1645436640,47.74305,8.99902\n2197,1645436641,47.74305,8.99902\n2198,1645436642,47.74305,8.99902\n2199,1645436643,47.74305,8.99902\n2200,1645436644,47.74305,8.99902\n2201,1645436645,47.74305,8.99902\n2202,1645436646,47.74305,8.99902\n2203,1645436647,47.74305,8.99902\n2204,1645436648,47.74305,8.99902\n2205,1645436649,47.74305,8.99902\n2206,1645436650,47.74305,8.99902\n2207,1645436651,47.74305,8.99902\n2208,1645436652,47.74305,8.99902\n2209,1645436653,47.74305,8.99902\n2210,1645436654,47.74305,8.99902\n2211,1645436655,47.74305,8.99902\n2212,1645436656,47.74305,8.99902\n2213,1645436657,47.74305,8.99902\n2214,1645436658,47.74305,8.99902\n2215,1645436659,47.74305,8.99902\n2216,1645436660,47.74305,8.99902\n2217,1645436661,47.74305,8.99902\n2218,1645436662,47.74305,8.99902\n2219,1645436663,47.74305,8.99902\n2220,1645436664,47.74305,8.99902\n2221,1645436665,47.74305,8.99902\n2222,1645436666,47.74305,8.99902\n2223,1645436667,47.74305,8.99902\n2224,1645436668,47.74305,8.99902\n2225,1645436669,47.74305,8.99902\n2226,1645436670,47.74305,8.99902\n2227,1645436671,47.74305,8.99902\n2228,1645436672,47.74305,8.99902\n2229,1645436673,47.74305,8.99902\n2230,1645436674,47.74305,8.99902\n2231,1645436675,47.74305,8.99902\n2232,1645436676,47.74305,8.99902\n2233,1645436677,47.74305,8.99902\n2234,1645436678,47.74305,8.99902\n2235,1645436679,47.74305,8.99902\n2236,1645436680,47.74305,8.99902\n2237,1645436681,47.74305,8.99902\n2238,1645436682,47.74305,8.99902\n2239,1645436683,47.74305,8.99901\n2240,1645436684,47.74305,8.99901\n2241,1645436685,47.74305,8.99901\n2242,1645436686,47.74305,8.99901\n2243,1645436687,47.74305,8.99901\n2244,1645436688,47.74305,8.99901\n2245,1645436689,47.74305,8.99901\n2246,1645436690,47.74305,8.99901\n2247,1645436691,47.74305,8.99901\n2248,1645436692,47.74305,8.99901\n2249,1645436693,47.74305,8.99901\n2250,1645436694,47.74305,8.99901\n2251,1645436695,47.74305,8.99901\n2252,1645436696,47.74305,8.99901\n2253,1645436697,47.74305,8.99901\n2254,1645436698,47.74305,8.99901\n2255,1645436699,47.74305,8.99901\n2256,1645436700,47.74305,8.99901\n2257,1645436701,47.74305,8.99901\n2258,1645436702,47.74305,8.99901\n2259,1645436703,47.74305,8.99901\n2260,1645436704,47.74305,8.99901\n2261,1645436705,47.74305,8.99901\n2262,1645436706,47.74305,8.99901\n2263,1645436707,47.74305,8.99901\n2264,1645436708,47.74305,8.99901\n2265,1645436709,47.74305,8.99901\n2266,1645436710,47.74305,8.99901\n2267,1645436711,47.74305,8.99901\n2268,1645436712,47.74305,8.99901\n2269,1645436713,47.74305,8.99901\n2270,1645436714,47.74305,8.99901\n2271,1645436715,47.74305,8.99901\n2272,1645436716,47.74305,8.99901\n2273,1645436717,47.74305,8.99901\n2274,1645436718,47.74305,8.99901\n2275,1645436719,47.74305,8.99901\n2276,1645436720,47.74305,8.99901\n2277,1645436721,47.74305,8.99901\n2278,1645436722,47.74305,8.99901\n2279,1645436723,47.74305,8.99901\n2280,1645436724,47.74305,8.99901\n2281,1645436725,47.74305,8.99901\n2282,1645436726,47.74305,8.99901\n2283,1645436727,47.74305,8.99901\n2284,1645436728,47.74305,8.99901\n2285,1645436729,47.74305,8.99901\n2286,1645436730,47.74305,8.99901\n2287,1645436731,47.74305,8.99901\n2288,1645436732,47.74305,8.99901\n2289,1645436733,47.74305,8.99901\n2290,1645436734,47.74305,8.99901\n2291,1645436735,47.74305,8.99901\n2292,1645436736,47.74305,8.99901\n2293,1645436737,47.74305,8.99901\n2294,1645436738,47.74305,8.99901\n2295,1645436739,47.74305,8.99901\n2296,1645436740,47.74305,8.99901\n2297,1645436741,47.74305,8.99901\n2298,1645436742,47.74305,8.99901\n2299,1645436743,47.74305,8.99901\n2300,1645436744,47.74305,8.99901\n2301,1645436745,47.74305,8.99901\n2302,1645436746,47.74305,8.99901\n2303,1645436747,47.74305,8.99901\n2304,1645436748,47.74305,8.99901\n2305,1645436749,47.74305,8.99901\n2306,1645436750,47.74305,8.99901\n2307,1645436751,47.74305,8.99901\n2308,1645436752,47.74305,8.99901\n2309,1645436753,47.74305,8.99901\n2310,1645436754,47.74305,8.99901\n2311,1645436755,47.74305,8.99901\n2312,1645436756,47.74305,8.99901\n2313,1645436757,47.74305,8.99901\n2314,1645436758,47.74305,8.99901\n2315,1645436759,47.74305,8.99901\n2316,1645436760,47.74305,8.99901\n2317,1645436761,47.74305,8.99901\n2318,1645436762,47.74305,8.99901\n2319,1645436763,47.74305,8.99901\n2320,1645436764,47.74305,8.99901\n2321,1645436765,47.74305,8.99901\n2322,1645436766,47.74305,8.99901\n2323,1645436767,47.74305,8.99901\n2324,1645436768,47.74305,8.99901\n2325,1645436769,47.74305,8.99901\n2326,1645436770,47.74305,8.99901\n2327,1645436771,47.74305,8.99901\n2328,1645436772,47.74305,8.99901\n2329,1645436773,47.74305,8.99901\n2330,1645436774,47.74305,8.99901\n2331,1645436775,47.74305,8.99901\n2332,1645436776,47.74305,8.99901\n2333,1645436777,47.74305,8.99901\n2334,1645436778,47.74305,8.99901\n2335,1645436779,47.74305,8.99901\n2336,1645436780,47.74305,8.99901\n2337,1645436781,47.74305,8.99901\n2338,1645436782,47.74305,8.99901\n2339,1645436783,47.74305,8.99901\n2340,1645436784,47.74305,8.99901\n2341,1645436785,47.74305,8.99901\n2342,1645436786,47.74305,8.99901\n2343,1645436787,47.74305,8.99901\n2344,1645436788,47.74305,8.99901\n2345,1645436789,47.74305,8.99901\n2346,1645436790,47.74305,8.99901\n2347,1645436791,47.74305,8.99901\n2348,1645436792,47.74305,8.99901\n2349,1645436793,47.74305,8.99901\n2350,1645436794,47.74305,8.99901\n2351,1645436795,47.74305,8.99901\n2352,1645436796,47.74305,8.99901\n2353,1645436797,47.74305,8.99901\n2354,1645436798,47.74305,8.99901\n2355,1645436799,47.74305,8.99901\n2356,1645436800,47.74305,8.99901\n2357,1645436801,47.74305,8.99901\n2358,1645436802,47.74305,8.99901\n2359,1645436803,47.74305,8.99901\n2360,1645436804,47.74305,8.99901\n2361,1645436805,47.74305,8.99901\n2362,1645436806,47.74305,8.99901\n2363,1645436807,47.74305,8.99901\n2364,1645436808,47.74305,8.99901\n2365,1645436809,47.74305,8.99901\n2366,1645436810,47.74305,8.99902\n2367,1645436811,47.74305,8.99902\n2368,1645436812,47.74305,8.99902\n2369,1645436813,47.74305,8.99902\n2370,1645436814,47.74305,8.99902\n2371,1645436815,47.74305,8.99902\n2372,1645436816,47.74305,8.99902\n2373,1645436817,47.74305,8.99901\n2374,1645436818,47.74305,8.99901\n2375,1645436819,47.74305,8.99901\n2376,1645436820,47.74305,8.99901\n2377,1645436821,47.74305,8.99901\n2378,1645436822,47.74305,8.99901\n2379,1645436823,47.74305,8.99901\n2380,1645436824,47.74305,8.99901\n2381,1645436825,47.74305,8.99901\n2382,1645436826,47.74305,8.99902\n2383,1645436827,47.74305,8.99901\n2384,1645436828,47.74305,8.99901\n2385,1645436829,47.74305,8.99901\n2386,1645436830,47.74305,8.99901\n2387,1645436831,47.74305,8.99901\n2388,1645436832,47.74305,8.99901\n2389,1645436833,47.74305,8.99901\n2390,1645436834,47.74305,8.99901\n2391,1645436835,47.74305,8.99902\n2392,1645436836,47.74305,8.99902\n2393,1645436837,47.74305,8.99902\n2394,1645436838,47.74305,8.99902\n2395,1645436839,47.74305,8.99902\n2396,1645436840,47.74305,8.99902\n2397,1645436841,47.74305,8.99902\n2398,1645436842,47.74305,8.99902\n2399,1645436843,47.74305,8.99902\n2400,1645436844,47.74305,8.99902\n2401,1645436845,47.74305,8.99902\n2402,1645436846,47.74305,8.99902\n2403,1645436847,47.74305,8.99902\n2404,1645436848,47.74305,8.99903\n2405,1645436849,47.74305,8.99903\n2406,1645436850,47.74305,8.99903\n2407,1645436851,47.74305,8.99903\n2408,1645436852,47.74305,8.99903\n2409,1645436853,47.74305,8.99903\n2410,1645436854,47.74305,8.99903\n2411,1645436855,47.74305,8.99903\n2412,1645436856,47.74305,8.99903\n2413,1645436857,47.74305,8.99903\n2414,1645436858,47.74305,8.99903\n2415,1645436859,47.74305,8.99903\n2416,1645436860,47.74305,8.99903\n2417,1645436861,47.74305,8.99903\n2418,1645436862,47.74305,8.99903\n2419,1645436863,47.74305,8.99903\n2420,1645436864,47.74305,8.99903\n2421,1645436865,47.74305,8.99903\n2422,1645436866,47.74305,8.99903\n2423,1645436867,47.74305,8.99903\n2424,1645436868,47.74305,8.99903\n2425,1645436869,47.74305,8.99903\n2426,1645436870,47.74305,8.99903\n2427,1645436871,47.74305,8.99903\n2428,1645436872,47.74305,8.99903\n2429,1645436873,47.74305,8.99903\n2430,1645436874,47.74305,8.99903\n2431,1645436875,47.74305,8.99903\n2432,1645436876,47.74305,8.99903\n2433,1645436877,47.74305,8.99903\n2434,1645436878,47.74305,8.99903\n2435,1645436879,47.74305,8.99903\n2436,1645436880,47.74305,8.99903\n2437,1645436881,47.74305,8.99903\n2438,1645436882,47.74305,8.99903\n2439,1645436883,47.74305,8.99903\n2440,1645436884,47.74305,8.99903\n2441,1645436885,47.74305,8.99903\n2442,1645436886,47.74305,8.99903\n2443,1645436887,47.74305,8.99903\n2444,1645436888,47.74305,8.99903\n2445,1645436889,47.74305,8.99903\n2446,1645436890,47.74305,8.99903\n2447,1645436891,47.74305,8.99903\n2448,1645436892,47.74305,8.99903\n2449,1645436893,47.74305,8.99903\n2450,1645436894,47.74305,8.99903\n2451,1645436895,47.74304,8.99903\n2452,1645436896,47.74305,8.99903\n2453,1645436897,47.74305,8.99903\n2454,1645436898,47.74304,8.99903\n2455,1645436899,47.74304,8.99902\n2456,1645436900,47.74304,8.99902\n2457,1645436901,47.74304,8.99902\n2458,1645436902,47.74304,8.99902\n2459,1645436903,47.74304,8.99902\n2460,1645436904,47.74304,8.99902\n2461,1645436905,47.74304,8.99902\n2462,1645436906,47.74304,8.99902\n2463,1645436907,47.74304,8.99902\n2464,1645436908,47.74304,8.99902\n2465,1645436909,47.74304,8.99902\n2466,1645436910,47.74304,8.99902\n2467,1645436911,47.74304,8.99902\n2468,1645436912,47.74304,8.99902\n2469,1645436913,47.74304,8.99902\n2470,1645436914,47.74304,8.99902\n2471,1645436915,47.74304,8.99902\n2472,1645436916,47.74304,8.99902\n2473,1645436917,47.74304,8.99902\n2474,1645436918,47.74304,8.99902\n2475,1645436919,47.74304,8.99902\n2476,1645436920,47.74304,8.99902\n2477,1645436921,47.74304,8.99902\n2478,1645436922,47.74304,8.99902\n2479,1645436923,47.74304,8.99902\n2480,1645436924,47.74304,8.99902\n2481,1645436925,47.74304,8.99902\n2482,1645436926,47.74304,8.99902\n2483,1645436927,47.74304,8.99902\n2484,1645436928,47.74304,8.99902\n2485,1645436929,47.74304,8.99902\n2486,1645436930,47.74304,8.99902\n2487,1645436931,47.74304,8.99902\n2488,1645436932,47.74304,8.99902\n2489,1645436933,47.74304,8.99902\n2490,1645436934,47.74304,8.99902\n2491,1645436935,47.74304,8.99902\n2492,1645436936,47.74304,8.99902\n2493,1645436937,47.74304,8.99902\n2494,1645436938,47.74304,8.99902\n2495,1645436939,47.74304,8.99902\n2496,1645436940,47.74304,8.99902\n2497,1645436941,47.74304,8.99902\n2498,1645436942,47.74304,8.99902\n2499,1645436943,47.74304,8.99902\n2500,1645436944,47.74304,8.99902\n2501,1645436945,47.74304,8.99902\n2502,1645436946,47.74304,8.99902\n2503,1645436947,47.74304,8.99902\n2504,1645436948,47.74304,8.99902\n2505,1645436949,47.74304,8.99902\n2506,1645436950,47.74304,8.99902\n2507,1645436951,47.74304,8.99902\n2508,1645436952,47.74304,8.99902\n2509,1645436953,47.74304,8.99902\n2510,1645436954,47.74304,8.99902\n2511,1645436955,47.74304,8.99902\n2512,1645436956,47.74304,8.99902\n2513,1645436957,47.74304,8.99902\n2514,1645436958,47.74304,8.99902\n2515,1645436959,47.74304,8.99902\n2516,1645436960,47.74304,8.99902\n2517,1645436961,47.74304,8.99902\n2518,1645436962,47.74304,8.99902\n2519,1645436963,47.74304,8.99902\n2520,1645436964,47.74304,8.99902\n2521,1645436965,47.74304,8.99902\n2522,1645436966,47.74304,8.99902\n2523,1645436967,47.74304,8.99902\n2524,1645436968,47.74304,8.99902\n2525,1645436969,47.74304,8.99902\n2526,1645436970,47.74304,8.99902\n2527,1645436971,47.74304,8.99902\n2528,1645436972,47.74304,8.99902\n2529,1645436973,47.74304,8.99902\n2530,1645436974,47.74304,8.99902\n2531,1645436975,47.74304,8.99902\n2532,1645436976,47.74304,8.99902\n2533,1645436977,47.74304,8.99902\n2534,1645436978,47.74304,8.99902\n2535,1645436979,47.74304,8.99902\n2536,1645436980,47.74304,8.99902\n2537,1645436981,47.74304,8.99902\n2538,1645436982,47.74304,8.99902\n2539,1645436983,47.74304,8.99902\n2540,1645436984,47.74304,8.99902\n2541,1645436985,47.74304,8.99902\n2542,1645436986,47.74304,8.99902\n2543,1645436987,47.74304,8.99902\n2544,1645436988,47.74304,8.99902\n2545,1645436989,47.74304,8.99902\n2546,1645436990,47.74304,8.99902\n2547,1645436991,47.74304,8.99902\n2548,1645436992,47.74304,8.99902\n2549,1645436993,47.74304,8.99902\n2550,1645436994,47.74304,8.99902\n2551,1645436995,47.74304,8.99902\n2552,1645436996,47.74304,8.99902\n2553,1645436997,47.74304,8.99902\n2554,1645436998,47.74304,8.99902\n2555,1645436999,47.74304,8.99902\n2556,1645437000,47.74304,8.99902\n2557,1645437001,47.74304,8.99902\n2558,1645437002,47.74304,8.99902\n2559,1645437003,47.74304,8.99902\n2560,1645437004,47.74304,8.99902\n2561,1645437005,47.74304,8.99902\n2562,1645437006,47.74304,8.99902\n2563,1645437007,47.74304,8.99902\n2564,1645437008,47.74304,8.99902\n2565,1645437009,47.74304,8.99902\n2566,1645437010,47.74304,8.99902\n2567,1645437011,47.74304,8.99902\n2568,1645437012,47.74304,8.99902\n2569,1645437013,47.74304,8.99902\n2570,1645437014,47.74304,8.99902\n2571,1645437015,47.74304,8.99902\n2572,1645437016,47.74304,8.99902\n2573,1645437017,47.74304,8.99902\n2574,1645437018,47.74304,8.99902\n2575,1645437019,47.74304,8.99902\n2576,1645437020,47.74304,8.99902\n2577,1645437021,47.74304,8.99902\n2578,1645437022,47.74304,8.99902\n2579,1645437023,47.74304,8.99902\n2580,1645437024,47.74304,8.99902\n2581,1645437025,47.74304,8.99902\n2582,1645437026,47.74304,8.99902\n2583,1645437027,47.74304,8.99902\n2584,1645437028,47.74304,8.99902\n2585,1645437029,47.74304,8.99902\n2586,1645437030,47.74304,8.99902\n2587,1645437031,47.74304,8.99902\n2588,1645437032,47.74304,8.99902\n2589,1645437033,47.74304,8.99902\n2590,1645437034,47.74304,8.99902\n2591,1645437035,47.74304,8.99902\n2592,1645437036,47.74304,8.99902\n2593,1645437037,47.74304,8.99902\n2594,1645437038,47.74304,8.99902\n2595,1645437039,47.74304,8.99902\n2596,1645437040,47.74304,8.99902\n2597,1645437041,47.74304,8.99902\n2598,1645437042,47.74304,8.99902\n2599,1645437043,47.74304,8.99902\n2600,1645437044,47.74304,8.99902\n2601,1645437045,47.74304,8.99902\n2602,1645437046,47.74304,8.99902\n2603,1645437047,47.74304,8.99902\n2604,1645437048,47.74304,8.99902\n2605,1645437049,47.74304,8.99902\n2606,1645437050,47.74304,8.99902\n2607,1645437051,47.74304,8.99902\n2608,1645437052,47.74304,8.99902\n2609,1645437053,47.74304,8.99902\n2610,1645437054,47.74304,8.99902\n2611,1645437055,47.74304,8.99902\n2612,1645437056,47.74304,8.99902\n2613,1645437057,47.74304,8.99902\n2614,1645437058,47.74304,8.99902\n2615,1645437059,47.74304,8.99902\n2616,1645437060,47.74304,8.99902\n2617,1645437061,47.74304,8.99902\n2618,1645437062,47.74304,8.99902\n2619,1645437063,47.74304,8.99902\n2620,1645437064,47.74304,8.99902\n2621,1645437065,47.74304,8.99902\n2622,1645437066,47.74304,8.99902\n2623,1645437067,47.74304,8.99902\n2624,1645437068,47.74304,8.99902\n2625,1645437069,47.74304,8.99902\n2626,1645437070,47.74304,8.99902\n2627,1645437071,47.74304,8.99902\n2628,1645437072,47.74304,8.99902\n2629,1645437073,47.74304,8.99902\n2630,1645437074,47.74304,8.99902\n2631,1645437075,47.74304,8.99902\n2632,1645437076,47.74304,8.99902\n2633,1645437077,47.74304,8.99902\n2634,1645437078,47.74304,8.99902\n2635,1645437079,47.74304,8.99902\n2636,1645437080,47.74304,8.99902\n2637,1645437081,47.74304,8.99902\n2638,1645437082,47.74304,8.99902\n2639,1645437083,47.74304,8.99902\n2640,1645437084,47.74304,8.99902\n2641,1645437085,47.74304,8.99902\n2642,1645437086,47.74304,8.99902\n2643,1645437087,47.74304,8.99902\n2644,1645437088,47.74304,8.99902\n2645,1645437089,47.74304,8.99902\n2646,1645437090,47.74304,8.99902\n2647,1645437091,47.74304,8.99902\n2648,1645437092,47.74304,8.99902\n2649,1645437093,47.74304,8.99902\n2650,1645437094,47.74304,8.99902\n2651,1645437095,47.74304,8.99902\n2652,1645437096,47.74304,8.99902\n2653,1645437097,47.74304,8.99902\n2654,1645437098,47.74304,8.99902\n2655,1645437099,47.74304,8.99902\n2656,1645437100,47.74304,8.99902\n2657,1645437101,47.74304,8.99902\n2658,1645437102,47.74304,8.99902\n2659,1645437103,47.74304,8.99902\n2660,1645437104,47.74304,8.99902\n2661,1645437105,47.74304,8.99902\n2662,1645437106,47.74304,8.99902\n2663,1645437107,47.74304,8.99902\n2664,1645437108,47.74304,8.99902\n2665,1645437109,47.74304,8.99902\n2666,1645437110,47.74304,8.99902\n2667,1645437111,47.74304,8.99902\n2668,1645437112,47.74304,8.99902\n2669,1645437113,47.74304,8.99902\n2670,1645437114,47.74304,8.99902\n2671,1645437115,47.74304,8.99902\n2672,1645437116,47.74304,8.99902\n2673,1645437117,47.74304,8.99902\n2674,1645437118,47.74304,8.99902\n2675,1645437119,47.74304,8.99902\n2676,1645437120,47.74304,8.99902\n2677,1645437121,47.74304,8.99902\n2678,1645437122,47.74304,8.99902\n2679,1645437123,47.74304,8.99902\n2680,1645437124,47.74304,8.99902\n2681,1645437125,47.74304,8.99902\n2682,1645437126,47.74304,8.99902\n2683,1645437127,47.74304,8.99902\n2684,1645437128,47.74304,8.99902\n2685,1645437129,47.74304,8.99902\n2686,1645437130,47.74304,8.99902\n2687,1645437131,47.74304,8.99902\n2688,1645437132,47.74304,8.99902\n2689,1645437133,47.74304,8.99902\n2690,1645437134,47.74304,8.99902\n2691,1645437135,47.74304,8.99902\n2692,1645437136,47.74304,8.99902\n2693,1645437137,47.74304,8.99902\n2694,1645437138,47.74304,8.99902\n2695,1645437139,47.74304,8.99902\n2696,1645437140,47.74304,8.99902\n2697,1645437141,47.74304,8.99902\n2698,1645437142,47.74304,8.99902\n2699,1645437143,47.74304,8.99902\n2700,1645437144,47.74304,8.99902\n2701,1645437145,47.74304,8.99902\n2702,1645437146,47.74304,8.99902\n2703,1645437147,47.74304,8.99902\n2704,1645437148,47.74304,8.99902\n2705,1645437149,47.74304,8.99902\n2706,1645437150,47.74304,8.99902\n2707,1645437151,47.74304,8.99902\n2708,1645437152,47.74304,8.99902\n2709,1645437153,47.74304,8.99902\n2710,1645437154,47.74304,8.99902\n2711,1645437155,47.74304,8.99902\n2712,1645437156,47.74304,8.99902\n2713,1645437157,47.74304,8.99902\n2714,1645437158,47.74304,8.99902\n2715,1645437159,47.74304,8.99902\n2716,1645437160,47.74304,8.99902\n2717,1645437161,47.74304,8.99902\n2718,1645437162,47.74304,8.99902\n2719,1645437163,47.74304,8.99902\n2720,1645437164,47.74304,8.99902\n2721,1645437165,47.74304,8.99902\n2722,1645437166,47.74304,8.99902\n2723,1645437167,47.74304,8.99902\n2724,1645437168,47.74304,8.99902\n2725,1645437169,47.74304,8.99902\n2726,1645437170,47.74304,8.99902\n2727,1645437171,47.74304,8.99902\n2728,1645437172,47.74304,8.99902\n2729,1645437173,47.74304,8.99902\n2730,1645437174,47.74304,8.99902\n2731,1645437175,47.74304,8.99902\n2732,1645437176,47.74304,8.99902\n2733,1645437177,47.74304,8.99902\n2734,1645437178,47.74304,8.99902\n2735,1645437179,47.74304,8.99902\n2736,1645437180,47.74304,8.99902\n2737,1645437181,47.74304,8.99902\n2738,1645437182,47.74304,8.99902\n2739,1645437183,47.74304,8.99902\n2740,1645437184,47.74304,8.99902\n2741,1645437185,47.74304,8.99902\n2742,1645437186,47.74304,8.99902\n2743,1645437187,47.74304,8.99902\n2744,1645437188,47.74304,8.99902\n2745,1645437189,47.74304,8.99902\n2746,1645437190,47.74304,8.99902\n2747,1645437191,47.74304,8.99902\n2748,1645437192,47.74304,8.99902\n2749,1645437193,47.74304,8.99902\n2750,1645437194,47.74304,8.99902\n2751,1645437195,47.74304,8.99902\n2752,1645437196,47.74304,8.99902\n2753,1645437197,47.74304,8.99902\n2754,1645437198,47.74304,8.99902\n2755,1645437199,47.74304,8.99902\n2756,1645437200,47.74304,8.99902\n2757,1645437201,47.74304,8.99902\n2758,1645437202,47.74304,8.99902\n2759,1645437203,47.74304,8.99902\n2760,1645437204,47.74304,8.99902\n2761,1645437205,47.74304,8.99902\n2762,1645437206,47.74304,8.99902\n2763,1645437207,47.74304,8.99902\n2764,1645437208,47.74304,8.99902\n2765,1645437209,47.74304,8.99902\n2766,1645437210,47.74304,8.99902\n2767,1645437211,47.74304,8.99902\n2768,1645437212,47.74304,8.99902\n2769,1645437213,47.74304,8.99902\n2770,1645437214,47.74304,8.99902\n2771,1645437215,47.74304,8.99902\n2772,1645437216,47.74304,8.99902\n2773,1645437217,47.74304,8.99902\n2774,1645437218,47.74304,8.99902\n2775,1645437219,47.74304,8.99902\n2776,1645437220,47.74304,8.99902\n2777,1645437221,47.74304,8.99902\n2778,1645437222,47.74304,8.99902\n2779,1645437223,47.74304,8.99902\n2780,1645437224,47.74304,8.99902\n2781,1645437225,47.74304,8.99902\n2782,1645437226,47.74304,8.99902\n2783,1645437227,47.74304,8.99902\n2784,1645437228,47.74304,8.99902\n2785,1645437229,47.74304,8.99902\n2786,1645437230,47.74304,8.99902\n2787,1645437231,47.74304,8.99902\n2788,1645437232,47.74304,8.99902\n2789,1645437233,47.74304,8.99902\n2790,1645437234,47.74304,8.99902\n2791,1645437235,47.74304,8.99902\n2792,1645437236,47.74304,8.99902\n2793,1645437237,47.74304,8.99902\n2794,1645437238,47.74304,8.99902\n2795,1645437239,47.74304,8.99902\n2796,1645437240,47.74304,8.99902\n2797,1645437241,47.74304,8.99902\n2798,1645437242,47.74304,8.99902\n2799,1645437243,47.74304,8.99902\n2800,1645437244,47.74304,8.99902\n2801,1645437245,47.74304,8.99902\n2802,1645437246,47.74304,8.99902\n2803,1645437247,47.74304,8.99902\n2804,1645437248,47.74304,8.99902\n2805,1645437249,47.74304,8.99902\n2806,1645437250,47.74304,8.99902\n2807,1645437251,47.74304,8.99902\n2808,1645437252,47.74304,8.99902\n2809,1645437253,47.74304,8.99902\n2810,1645437254,47.74304,8.99902\n2811,1645437255,47.74304,8.99902\n2812,1645437256,47.74304,8.99902\n2813,1645437257,47.74304,8.99902\n2814,1645437258,47.74304,8.99902\n2815,1645437259,47.74304,8.99902\n2816,1645437260,47.74304,8.99902\n2817,1645437261,47.74304,8.99902\n2818,1645437262,47.74304,8.99902\n2819,1645437263,47.74304,8.99902\n2820,1645437264,47.74304,8.99902\n2821,1645437265,47.74304,8.99902\n2822,1645437266,47.74304,8.99902\n2823,1645437267,47.74304,8.99902\n2824,1645437268,47.74304,8.99902\n2825,1645437269,47.74304,8.99902\n2826,1645437270,47.74304,8.99902\n2827,1645437271,47.74304,8.99902\n2828,1645437272,47.74304,8.99902\n2829,1645437273,47.74304,8.99902\n2830,1645437274,47.74304,8.99902\n2831,1645437275,47.74304,8.99902\n2832,1645437276,47.74304,8.99902\n2833,1645437277,47.74304,8.99902\n2834,1645437278,47.74304,8.99902\n2835,1645437279,47.74304,8.99902\n2836,1645437280,47.74304,8.99902\n2837,1645437281,47.74304,8.99902\n2838,1645437282,47.74304,8.99902\n2839,1645437283,47.74304,8.99902\n2840,1645437284,47.74304,8.99902\n2841,1645437285,47.74304,8.99902\n2842,1645437286,47.74304,8.99902\n2843,1645437287,47.74304,8.99902\n2844,1645437288,47.74304,8.99902\n2845,1645437289,47.74304,8.99902\n2846,1645437290,47.74304,8.99902\n2847,1645437291,47.74304,8.99902\n2848,1645437292,47.74304,8.99902\n2849,1645437293,47.74304,8.99902\n2850,1645437294,47.74304,8.99902\n2851,1645437295,47.74304,8.99902\n2852,1645437296,47.74304,8.99902\n2853,1645437297,47.74304,8.99902\n2854,1645437298,47.74304,8.99902\n2855,1645437299,47.74304,8.99902\n2856,1645437300,47.74304,8.99902\n2857,1645437301,47.74304,8.99902\n2858,1645437302,47.74304,8.99902\n2859,1645437303,47.74304,8.99902\n2860,1645437304,47.74304,8.99902\n2861,1645437305,47.74304,8.99902\n2862,1645437306,47.74304,8.99902\n2863,1645437307,47.74304,8.99902\n2864,1645437308,47.74304,8.99902\n2865,1645437309,47.74304,8.99902\n2866,1645437310,47.74304,8.99902\n2867,1645437311,47.74304,8.99902\n2868,1645437312,47.74304,8.99901\n2869,1645437313,47.74304,8.99901\n2870,1645437314,47.74304,8.99901\n2871,1645437315,47.74304,8.99901\n2872,1645437316,47.74304,8.99901\n2873,1645437317,47.74304,8.99901\n2874,1645437318,47.74304,8.99901\n2875,1645437319,47.74304,8.99901\n2876,1645437320,47.74304,8.99901\n2877,1645437321,47.74304,8.99901\n2878,1645437322,47.74304,8.99901\n2879,1645437323,47.74304,8.99901\n2880,1645437324,47.74304,8.99901\n2881,1645437325,47.74304,8.99901\n2882,1645437326,47.74304,8.99901\n2883,1645437327,47.74304,8.99901\n2884,1645437328,47.74304,8.99901\n2885,1645437329,47.74304,8.99901\n2886,1645437330,47.74304,8.99901\n2887,1645437331,47.74304,8.99901\n2888,1645437332,47.74304,8.99901\n2889,1645437333,47.74304,8.99901\n2890,1645437334,47.74304,8.99901\n2891,1645437335,47.74304,8.99901\n2892,1645437336,47.74304,8.99901\n2893,1645437337,47.74304,8.99901\n2894,1645437338,47.74304,8.99901\n2895,1645437339,47.74304,8.99901\n2896,1645437340,47.74304,8.99901\n2897,1645437341,47.74304,8.99901\n2898,1645437342,47.74304,8.99901\n2899,1645437343,47.74304,8.99901\n2900,1645437344,47.74304,8.99901\n2901,1645437345,47.74304,8.99901\n2902,1645437346,47.74304,8.99901\n2903,1645437347,47.74304,8.99901\n2904,1645437348,47.74304,8.99901\n2905,1645437349,47.74304,8.99901\n2906,1645437350,47.74304,8.99901\n2907,1645437351,47.74304,8.99901\n2908,1645437352,47.74304,8.99901\n2909,1645437353,47.74304,8.99901\n2910,1645437354,47.74304,8.99901\n2911,1645437355,47.74304,8.99901\n2912,1645437356,47.74304,8.99901\n2913,1645437357,47.74304,8.99901\n2914,1645437358,47.74304,8.99901\n2915,1645437359,47.74304,8.99901\n2916,1645437360,47.74304,8.99901\n2917,1645437361,47.74304,8.99901\n2918,1645437362,47.74304,8.99901\n2919,1645437363,47.74304,8.99901\n2920,1645437364,47.74304,8.99901\n2921,1645437365,47.74304,8.99901\n2922,1645437366,47.74304,8.99901\n2923,1645437367,47.74304,8.99901\n2924,1645437368,47.74304,8.99901\n2925,1645437369,47.74304,8.99901\n2926,1645437370,47.74304,8.99901\n2927,1645437371,47.74304,8.99901\n2928,1645437372,47.74304,8.99901\n2929,1645437373,47.74304,8.99901\n2930,1645437374,47.74304,8.99901\n2931,1645437375,47.74304,8.99901\n2932,1645437376,47.74304,8.99901\n2933,1645437377,47.74304,8.99901\n2934,1645437378,47.74304,8.99901\n2935,1645437379,47.74304,8.99901\n2936,1645437380,47.74304,8.99901\n2937,1645437381,47.74304,8.99901\n2938,1645437382,47.74304,8.99901\n2939,1645437383,47.74304,8.99901\n2940,1645437384,47.74304,8.99901\n2941,1645437385,47.74304,8.99901\n2942,1645437386,47.74304,8.99901\n2943,1645437387,47.74304,8.99901\n2944,1645437388,47.74304,8.99901\n2945,1645437389,47.74304,8.99901\n2946,1645437390,47.74304,8.99901\n2947,1645437391,47.74304,8.99901\n2948,1645437392,47.74304,8.99901\n2949,1645437393,47.74304,8.99901\n2950,1645437394,47.74304,8.99901\n2951,1645437395,47.74304,8.99901\n2952,1645437396,47.74304,8.99901\n2953,1645437397,47.74304,8.99901\n2954,1645437398,47.74304,8.99901\n2955,1645437399,47.74304,8.99901\n2956,1645437400,47.74304,8.99901\n2957,1645437401,47.74304,8.99901\n2958,1645437402,47.74304,8.99901\n2959,1645437403,47.74304,8.99901\n2960,1645437404,47.74304,8.99901\n2961,1645437405,47.74304,8.99901\n2962,1645437406,47.74304,8.99901\n2963,1645437407,47.74304,8.99901\n2964,1645437408,47.74304,8.99901\n2965,1645437409,47.74304,8.99901\n2966,1645437410,47.74304,8.99901\n2967,1645437411,47.74304,8.99901\n2968,1645437412,47.74304,8.99901\n2969,1645437413,47.74304,8.99901\n2970,1645437414,47.74304,8.99901\n2971,1645437415,47.74303,8.99901\n2972,1645437416,47.74303,8.99901\n2973,1645437417,47.74303,8.99901\n2974,1645437418,47.74303,8.99901\n2975,1645437419,47.74303,8.99901\n2976,1645437420,47.74303,8.99901\n2977,1645437421,47.74303,8.99901\n2978,1645437422,47.74303,8.99901\n2979,1645437423,47.74303,8.99901\n2980,1645437424,47.74303,8.99901\n2981,1645437425,47.74303,8.99901\n2982,1645437426,47.74303,8.99901\n2983,1645437427,47.74303,8.99901\n2984,1645437428,47.74303,8.99901\n2985,1645437429,47.74303,8.99901\n2986,1645437430,47.74303,8.99901\n2987,1645437431,47.74303,8.99901\n2988,1645437432,47.74303,8.99901\n2989,1645437433,47.74303,8.99901\n2990,1645437434,47.74303,8.99901\n2991,1645437435,47.74303,8.99901\n2992,1645437436,47.74303,8.99901\n2993,1645437437,47.74303,8.99901\n2994,1645437438,47.74303,8.99901\n2995,1645437439,47.74303,8.99901\n2996,1645437440,47.74303,8.99901\n2997,1645437441,47.74303,8.99901\n2998,1645437442,47.74303,8.99901\n2999,1645437443,47.74303,8.99901\n3000,1645437444,47.74303,8.99901\n3001,1645437445,47.74303,8.99901\n3002,1645437446,47.74303,8.99901\n3003,1645437447,47.74303,8.99901\n3004,1645437448,47.74303,8.99901\n3005,1645437449,47.74303,8.99901\n3006,1645437450,47.74303,8.99901\n3007,1645437451,47.74303,8.99901\n3008,1645437452,47.74303,8.99901\n3009,1645437453,47.74303,8.99901\n3010,1645437454,47.74303,8.99901\n3011,1645437455,47.74303,8.99901\n3012,1645437456,47.74303,8.99901\n3013,1645437457,47.74303,8.99901\n3014,1645437458,47.74303,8.99901\n3015,1645437459,47.74303,8.99901\n3016,1645437460,47.74303,8.99901\n3017,1645437461,47.74303,8.99901\n3018,1645437462,47.74303,8.99901\n3019,1645437463,47.74303,8.99901\n3020,1645437464,47.74303,8.99901\n3021,1645437465,47.74303,8.99901\n3022,1645437466,47.74303,8.99901\n3023,1645437467,47.74303,8.99901\n3024,1645437468,47.74303,8.99901\n3025,1645437469,47.74303,8.99901\n3026,1645437470,47.74303,8.99901\n3027,1645437471,47.74303,8.99901\n3028,1645437472,47.74303,8.99901\n3029,1645437473,47.74303,8.99901\n3030,1645437474,47.74303,8.99901\n3031,1645437475,47.74303,8.99901\n3032,1645437476,47.74303,8.99901\n3033,1645437477,47.74303,8.99901\n3034,1645437478,47.74303,8.99901\n3035,1645437479,47.74303,8.99901\n3036,1645437480,47.74303,8.99901\n3037,1645437481,47.74303,8.99901\n3038,1645437482,47.74303,8.99901\n3039,1645437483,47.74303,8.99901\n3040,1645437484,47.74303,8.99901\n3041,1645437485,47.74303,8.99901\n3042,1645437486,47.74303,8.99901\n3043,1645437487,47.74303,8.99901\n3044,1645437488,47.74303,8.99901\n3045,1645437489,47.74303,8.99901\n3046,1645437490,47.74303,8.99901\n3047,1645437491,47.74303,8.99901\n3048,1645437492,47.74303,8.99901\n3049,1645437493,47.74303,8.99901\n3050,1645437494,47.74303,8.99901\n3051,1645437495,47.74303,8.99901\n3052,1645437496,47.74303,8.99901\n3053,1645437497,47.74303,8.99901\n3054,1645437498,47.74303,8.99901\n3055,1645437499,47.74303,8.99901\n3056,1645437500,47.74303,8.99901\n3057,1645437501,47.74303,8.99901\n3058,1645437502,47.74303,8.99901\n3059,1645437503,47.74303,8.99901\n3060,1645437504,47.74303,8.99901\n3061,1645437505,47.74303,8.99901\n3062,1645437506,47.74303,8.99901\n3063,1645437507,47.74303,8.99901\n3064,1645437508,47.74303,8.99901\n3065,1645437509,47.74303,8.99901\n3066,1645437510,47.74303,8.99901\n3067,1645437511,47.74303,8.99901\n3068,1645437512,47.74303,8.99901\n3069,1645437513,47.74303,8.99901\n3070,1645437514,47.74303,8.99901\n3071,1645437515,47.74303,8.99901\n3072,1645437516,47.74303,8.99901\n3073,1645437517,47.74303,8.99901\n3074,1645437518,47.74303,8.99901\n3075,1645437519,47.74303,8.99901\n3076,1645437520,47.74303,8.99901\n3077,1645437521,47.74303,8.99901\n3078,1645437522,47.74303,8.99901\n3079,1645437523,47.74303,8.99901\n3080,1645437524,47.74303,8.99901\n3081,1645437525,47.74303,8.99901\n3082,1645437526,47.74303,8.99901\n3083,1645437527,47.74303,8.99901\n3084,1645437528,47.74303,8.99901\n3085,1645437529,47.74303,8.99901\n3086,1645437530,47.74303,8.99901\n3087,1645437531,47.74303,8.99901\n3088,1645437532,47.74303,8.99901\n3089,1645437533,47.74303,8.99901\n3090,1645437534,47.74303,8.99901\n3091,1645437535,47.74303,8.99901\n3092,1645437536,47.74303,8.99901\n3093,1645437537,47.74303,8.99901\n3094,1645437538,47.74303,8.99901\n3095,1645437539,47.74303,8.99901\n3096,1645437540,47.74303,8.99901\n3097,1645437541,47.74303,8.99901\n3098,1645437542,47.74303,8.99901\n3099,1645437543,47.74303,8.99901\n3100,1645437544,47.74303,8.99901\n3101,1645437545,47.74303,8.99901\n3102,1645437546,47.74303,8.99901\n3103,1645437547,47.74303,8.99901\n3104,1645437548,47.74303,8.99901\n3105,1645437549,47.74303,8.99901\n3106,1645437550,47.74303,8.99901\n3107,1645437551,47.74303,8.99901\n3108,1645437552,47.74303,8.99901\n3109,1645437553,47.74303,8.99901\n3110,1645437554,47.74303,8.99901\n3111,1645437555,47.74303,8.99901\n3112,1645437556,47.74303,8.99901\n3113,1645437557,47.74303,8.99901\n3114,1645437558,47.74303,8.99901\n3115,1645437559,47.74303,8.99901\n3116,1645437560,47.74303,8.99901\n3117,1645437561,47.74303,8.99901\n3118,1645437562,47.74303,8.99901\n3119,1645437563,47.74303,8.99901\n3120,1645437564,47.74303,8.99901\n3121,1645437565,47.74303,8.99901\n3122,1645437566,47.74303,8.99901\n3123,1645437567,47.74303,8.99901\n3124,1645437568,47.74303,8.99901\n3125,1645437569,47.74303,8.99901\n3126,1645437570,47.74303,8.99901\n3127,1645437571,47.74303,8.99901\n3128,1645437572,47.74303,8.99901\n3129,1645437573,47.74303,8.99901\n3130,1645437574,47.74303,8.99901\n3131,1645437575,47.74303,8.99901\n3132,1645437576,47.74303,8.99901\n3133,1645437577,47.74303,8.99901\n3134,1645437578,47.74303,8.99901\n3135,1645437579,47.74303,8.99901\n3136,1645437580,47.74303,8.99901\n3137,1645437581,47.74303,8.99901\n3138,1645437582,47.74303,8.99901\n3139,1645437583,47.74303,8.99901\n3140,1645437584,47.74303,8.99901\n3141,1645437585,47.74303,8.99901\n3142,1645437586,47.74303,8.99901\n3143,1645437587,47.74303,8.99901\n3144,1645437588,47.74303,8.99901\n3145,1645437589,47.74303,8.99901\n3146,1645437590,47.74303,8.99901\n3147,1645437591,47.74303,8.99901\n3148,1645437592,47.74303,8.99901\n3149,1645437593,47.74303,8.99901\n3150,1645437594,47.74303,8.99901\n3151,1645437595,47.74303,8.99901\n3152,1645437596,47.74303,8.99901\n3153,1645437597,47.74303,8.99901\n3154,1645437598,47.74303,8.99901\n3155,1645437599,47.74303,8.99901\n3156,1645437600,47.74303,8.99901\n3157,1645437601,47.74303,8.99901\n3158,1645437602,47.74303,8.99901\n3159,1645437603,47.74303,8.99901\n3160,1645437604,47.74303,8.99901\n3161,1645437605,47.74303,8.99901\n3162,1645437606,47.74303,8.99901\n3163,1645437607,47.74303,8.99901\n3164,1645437608,47.74303,8.99901\n3165,1645437609,47.74303,8.99901\n3166,1645437610,47.74303,8.99901\n3167,1645437611,47.74303,8.99901\n3168,1645437612,47.74303,8.99901\n3169,1645437613,47.74303,8.99901\n3170,1645437614,47.74303,8.99901\n3171,1645437615,47.74303,8.99901\n3172,1645437616,47.74303,8.99901\n3173,1645437617,47.74303,8.99901\n3174,1645437618,47.74303,8.99901\n3175,1645437619,47.74303,8.99901\n3176,1645437620,47.74303,8.99901\n3177,1645437621,47.74303,8.99901\n3178,1645437622,47.74303,8.99901\n3179,1645437623,47.74303,8.99901\n3180,1645437624,47.74303,8.99901\n3181,1645437625,47.74303,8.99901\n3182,1645437626,47.74303,8.99901\n3183,1645437627,47.74303,8.99901\n3184,1645437628,47.74303,8.99901\n3185,1645437629,47.74303,8.99901\n3186,1645437630,47.74303,8.99901\n3187,1645437631,47.74303,8.99901\n3188,1645437632,47.74303,8.99901\n3189,1645437633,47.74303,8.99901\n3190,1645437634,47.74303,8.99901\n3191,1645437635,47.74303,8.99901\n3192,1645437636,47.74303,8.99901\n3193,1645437637,47.74303,8.99901\n3194,1645437638,47.74303,8.99901\n3195,1645437639,47.74303,8.99901\n3196,1645437640,47.74303,8.99901\n3197,1645437641,47.74303,8.99901\n3198,1645437642,47.74303,8.99901\n3199,1645437643,47.74303,8.99901\n3200,1645437644,47.74303,8.99901\n3201,1645437645,47.74303,8.99901\n3202,1645437646,47.74303,8.99901\n3203,1645437647,47.74303,8.99901\n3204,1645437648,47.74303,8.99901\n3205,1645437649,47.74303,8.99901\n3206,1645437650,47.74303,8.99901\n3207,1645437651,47.74303,8.99901\n3208,1645437652,47.74303,8.99901\n3209,1645437653,47.74303,8.99901\n3210,1645437654,47.74303,8.99901\n3211,1645437655,47.74303,8.99901\n3212,1645437656,47.74303,8.99901\n3213,1645437657,47.74303,8.99901\n3214,1645437658,47.74303,8.99901\n3215,1645437659,47.74303,8.99901\n3216,1645437660,47.74303,8.99901\n3217,1645437661,47.74303,8.99901\n3218,1645437662,47.74303,8.99901\n3219,1645437663,47.74303,8.99901\n3220,1645437664,47.74303,8.99901\n3221,1645437665,47.74303,8.99901\n3222,1645437666,47.74303,8.99901\n3223,1645437667,47.74303,8.99901\n3224,1645437668,47.74303,8.99901\n3225,1645437669,47.74303,8.99901\n3226,1645437670,47.74303,8.99901\n3227,1645437671,47.74303,8.99901\n3228,1645437672,47.74303,8.99901\n3229,1645437673,47.74303,8.99901\n3230,1645437674,47.74303,8.99901\n3231,1645437675,47.74303,8.99901\n3232,1645437676,47.74303,8.99901\n3233,1645437677,47.74303,8.99901\n3234,1645437678,47.74303,8.99901\n3235,1645437679,47.74303,8.99901\n3236,1645437680,47.74303,8.99901\n3237,1645437681,47.74303,8.99901\n3238,1645437682,47.74303,8.99901\n3239,1645437683,47.74303,8.99901\n3240,1645437684,47.74303,8.99901\n3241,1645437685,47.74303,8.99901\n3242,1645437686,47.74303,8.99901\n3243,1645437687,47.74303,8.99901\n3244,1645437688,47.74303,8.99901\n3245,1645437689,47.74303,8.99901\n3246,1645437690,47.74303,8.99901\n3247,1645437691,47.74303,8.99901\n3248,1645437692,47.74303,8.99901\n3249,1645437693,47.74303,8.99901\n3250,1645437694,47.74303,8.99901\n3251,1645437695,47.74303,8.99901\n3252,1645437696,47.74303,8.99901\n3253,1645437697,47.74303,8.99901\n3254,1645437698,47.74303,8.99901\n3255,1645437699,47.74303,8.99901\n3256,1645437700,47.74303,8.99901\n3257,1645437701,47.74303,8.99901\n3258,1645437702,47.74303,8.99901\n3259,1645437703,47.74303,8.99901\n3260,1645437704,47.74303,8.99901\n3261,1645437705,47.74303,8.99901\n3262,1645437706,47.74303,8.99901\n3263,1645437707,47.74303,8.99901\n3264,1645437708,47.74303,8.99901\n3265,1645437709,47.74303,8.99901\n3266,1645437710,47.74303,8.99901\n3267,1645437711,47.74303,8.99901\n3268,1645437712,47.74303,8.99901\n3269,1645437713,47.74303,8.99901\n3270,1645437714,47.74303,8.99901\n3271,1645437715,47.74303,8.99901\n3272,1645437716,47.74303,8.99901\n3273,1645437717,47.74303,8.99901\n3274,1645437718,47.74303,8.99901\n3275,1645437719,47.74303,8.99901\n3276,1645437720,47.74303,8.99901\n3277,1645437721,47.74303,8.99901\n3278,1645437722,47.74303,8.99901\n3279,1645437723,47.74303,8.99901\n3280,1645437724,47.74303,8.99901\n3281,1645437725,47.74303,8.99901\n3282,1645437726,47.74303,8.99901\n3283,1645437727,47.74303,8.99901\n3284,1645437728,47.74303,8.99901\n3285,1645437729,47.74303,8.99901\n3286,1645437730,47.74303,8.99901\n3287,1645437731,47.74303,8.99901\n3288,1645437732,47.74303,8.99901\n3289,1645437733,47.74303,8.99901\n3290,1645437734,47.74303,8.99901\n3291,1645437735,47.74303,8.99901\n3292,1645437736,47.74303,8.99901\n3293,1645437737,47.74303,8.99901\n3294,1645437738,47.74303,8.99901\n3295,1645437739,47.74303,8.99901\n3296,1645437740,47.74303,8.99901\n3297,1645437741,47.74303,8.99901\n3298,1645437742,47.74303,8.99901\n3299,1645437743,47.74303,8.99901\n3300,1645437744,47.74303,8.99901\n3301,1645437745,47.74303,8.99901\n3302,1645437746,47.74303,8.99901\n3303,1645437747,47.74303,8.99901\n3304,1645437748,47.74303,8.99901\n3305,1645437749,47.74303,8.99901\n3306,1645437750,47.74303,8.99901\n3307,1645437751,47.74303,8.99901\n3308,1645437752,47.74303,8.99901\n3309,1645437753,47.74303,8.99901\n3310,1645437754,47.74303,8.99901\n3311,1645437755,47.74303,8.99901\n3312,1645437756,47.74303,8.99901\n3313,1645437757,47.74303,8.99901\n3314,1645437758,47.74303,8.99901\n3315,1645437759,47.74303,8.99901\n3316,1645437760,47.74303,8.99901\n3317,1645437761,47.74303,8.99901\n3318,1645437762,47.74303,8.99901\n3319,1645437763,47.74303,8.99901\n3320,1645437764,47.74303,8.99901\n3321,1645437765,47.74303,8.99901\n3322,1645437766,47.74303,8.99901\n3323,1645437767,47.74303,8.99901\n3324,1645437768,47.74303,8.99901\n3325,1645437769,47.74303,8.99901\n3326,1645437770,47.74303,8.99901\n3327,1645437771,47.74303,8.99901\n3328,1645437772,47.74303,8.99901\n3329,1645437773,47.74303,8.99901\n3330,1645437774,47.74303,8.99901\n3331,1645437775,47.74303,8.99901\n3332,1645437776,47.74303,8.99901\n3333,1645437777,47.74303,8.99901\n3334,1645437778,47.74303,8.99901\n3335,1645437779,47.74303,8.99901\n3336,1645437780,47.74303,8.99901\n3337,1645437781,47.74303,8.99901\n3338,1645437782,47.74303,8.99901\n3339,1645437783,47.74303,8.99901\n3340,1645437784,47.74303,8.99901\n3341,1645437785,47.74303,8.99901\n3342,1645437786,47.74303,8.99901\n3343,1645437787,47.74303,8.99901\n3344,1645437788,47.74303,8.99901\n3345,1645437789,47.74303,8.99901\n3346,1645437790,47.74303,8.99901\n3347,1645437791,47.74303,8.99901\n3348,1645437792,47.74303,8.99901\n3349,1645437793,47.74303,8.99901\n3350,1645437794,47.74303,8.99901\n3351,1645437795,47.74303,8.99901\n3352,1645437796,47.74303,8.99901\n3353,1645437797,47.74303,8.99901\n3354,1645437798,47.74303,8.99901\n3355,1645437799,47.74303,8.99901\n3356,1645437800,47.74303,8.99901\n3357,1645437801,47.74303,8.99901\n3358,1645437802,47.74303,8.99901\n3359,1645437803,47.74303,8.99901\n3360,1645437804,47.74303,8.99901\n3361,1645437805,47.74303,8.99901\n3362,1645437806,47.74303,8.99901\n3363,1645437807,47.74303,8.99901\n3364,1645437808,47.74303,8.99901\n3365,1645437809,47.74303,8.99901\n3366,1645437810,47.74303,8.99901\n3367,1645437811,47.74303,8.99901\n3368,1645437812,47.74303,8.99901\n3369,1645437813,47.74303,8.99901\n3370,1645437814,47.74303,8.99901\n3371,1645437815,47.74303,8.99901\n3372,1645437816,47.74303,8.99901\n3373,1645437817,47.74303,8.99901\n3374,1645437818,47.74303,8.99901\n3375,1645437819,47.74303,8.99901\n3376,1645437820,47.74303,8.99901\n3377,1645437821,47.74303,8.99901\n3378,1645437822,47.74303,8.99901\n3379,1645437823,47.74303,8.99901\n3380,1645437824,47.74303,8.99901\n3381,1645437825,47.74303,8.99901\n3382,1645437826,47.74303,8.99901\n3383,1645437827,47.74303,8.99901\n3384,1645437828,47.74303,8.99901\n3385,1645437829,47.74303,8.99901\n3386,1645437830,47.74303,8.99901\n3387,1645437831,47.74303,8.99901\n3388,1645437832,47.74303,8.99901\n3389,1645437833,47.74303,8.99901\n3390,1645437834,47.74303,8.99901\n3391,1645437835,47.74303,8.99901\n3392,1645437836,47.74303,8.99901\n3393,1645437837,47.74303,8.99901\n3394,1645437838,47.74303,8.99901\n3395,1645437839,47.74303,8.99901\n3396,1645437840,47.74303,8.99901\n3397,1645437841,47.74303,8.99901\n3398,1645437842,47.74303,8.99901\n3399,1645437843,47.74303,8.99901\n3400,1645437844,47.74303,8.99901\n3401,1645437845,47.74303,8.99901\n3402,1645437846,47.74303,8.99901\n3403,1645437847,47.74303,8.99901\n3404,1645437848,47.74303,8.99901\n3405,1645437849,47.74303,8.99901\n3406,1645437850,47.74303,8.99901\n3407,1645437851,47.74303,8.99901\n3408,1645437852,47.74303,8.99901\n3409,1645437853,47.74303,8.99901\n3410,1645437854,47.74303,8.99901\n3411,1645437855,47.74303,8.99901\n3412,1645437856,47.74303,8.99901\n3413,1645437857,47.74303,8.99901\n3414,1645437858,47.74303,8.99901\n3415,1645437859,47.74303,8.99901\n3416,1645437860,47.74303,8.99901\n3417,1645437861,47.74303,8.99901\n3418,1645437862,47.74303,8.99901\n3419,1645437863,47.74303,8.99901\n3420,1645437864,47.74303,8.99901\n3421,1645437865,47.74303,8.99901\n3422,1645437866,47.74303,8.99901\n3423,1645437867,47.74303,8.99901\n3424,1645437868,47.74303,8.99901\n3425,1645437869,47.74303,8.99901\n3426,1645437870,47.74303,8.99901\n3427,1645437871,47.74303,8.99901\n3428,1645437872,47.74303,8.99901\n3429,1645437873,47.74303,8.99901\n3430,1645437874,47.74303,8.99901\n3431,1645437875,47.74303,8.99901\n3432,1645437876,47.74303,8.99901\n3433,1645437877,47.74303,8.99901\n3434,1645437878,47.74303,8.99901\n3435,1645437879,47.74303,8.99901\n3436,1645437880,47.74303,8.99901\n3437,1645437881,47.74303,8.99901\n3438,1645437882,47.74303,8.99901\n3439,1645437883,47.74303,8.99901\n3440,1645437884,47.74303,8.99901\n3441,1645437885,47.74303,8.99901\n3442,1645437886,47.74303,8.99901\n3443,1645437887,47.74303,8.99901\n3444,1645437888,47.74303,8.99901\n3445,1645437889,47.74303,8.99901\n3446,1645437890,47.74303,8.99901\n3447,1645437891,47.74303,8.99901\n3448,1645437892,47.74303,8.99901\n3449,1645437893,47.74303,8.99901\n3450,1645437894,47.74303,8.99901\n3451,1645437895,47.74303,8.99901\n3452,1645437896,47.74303,8.99901\n3453,1645437897,47.74303,8.99901\n3454,1645437898,47.74303,8.99901\n3455,1645437899,47.74303,8.99901\n3456,1645437900,47.74303,8.99901\n3457,1645437901,47.74303,8.99901\n3458,1645437902,47.74303,8.99901\n3459,1645437903,47.74303,8.99901\n3460,1645437904,47.74303,8.99901\n3461,1645437905,47.74303,8.99901\n3462,1645437906,47.74303,8.99901\n3463,1645437907,47.74303,8.99901\n3464,1645437908,47.74303,8.99901\n3465,1645437909,47.74303,8.99901\n3466,1645437910,47.74303,8.99901\n3467,1645437911,47.74303,8.99901\n3468,1645437912,47.74303,8.99901\n3469,1645437913,47.74303,8.99901\n3470,1645437914,47.74303,8.99901\n3471,1645437915,47.74303,8.99901\n3472,1645437916,47.74303,8.99901\n3473,1645437917,47.74303,8.99901\n3474,1645437918,47.74303,8.99901\n3475,1645437919,47.74303,8.99901\n3476,1645437920,47.74303,8.99901\n3477,1645437921,47.74303,8.99901\n3478,1645437922,47.74303,8.99901\n3479,1645437923,47.74303,8.99901\n3480,1645437924,47.74303,8.99901\n3481,1645437925,47.74303,8.99901\n3482,1645437926,47.74303,8.99901\n3483,1645437927,47.74303,8.99901\n3484,1645437928,47.74303,8.99901\n3485,1645437929,47.74303,8.99901\n3486,1645437930,47.74303,8.99901\n3487,1645437931,47.74303,8.99901\n3488,1645437932,47.74303,8.99901\n3489,1645437933,47.74303,8.99901\n3490,1645437934,47.74303,8.99901\n3491,1645437935,47.74303,8.99901\n3492,1645437936,47.74303,8.99901\n3493,1645437937,47.74303,8.99901\n3494,1645437938,47.74303,8.99901\n3495,1645437939,47.74303,8.99901\n3496,1645437940,47.74303,8.99901\n3497,1645437941,47.74303,8.99901\n3498,1645437942,47.74303,8.99901\n3499,1645437943,47.74303,8.99901\n3500,1645437944,47.74303,8.99901\n3501,1645437945,47.74303,8.99901\n3502,1645437946,47.74303,8.99901\n3503,1645437947,47.74303,8.99901\n3504,1645437948,47.74303,8.99901\n3505,1645437949,47.74303,8.99901\n3506,1645437950,47.74303,8.99901\n3507,1645437951,47.74303,8.99901\n3508,1645437952,47.74303,8.99901\n3509,1645437953,47.74303,8.99901\n3510,1645437954,47.74303,8.99901\n3511,1645437955,47.74303,8.99901\n3512,1645437956,47.74303,8.99901\n3513,1645437957,47.74303,8.99901\n3514,1645437958,47.74303,8.99901\n3515,1645437959,47.74303,8.99901\n3516,1645437960,47.74303,8.99901\n3517,1645437961,47.74303,8.99901\n3518,1645437962,47.74303,8.99901\n3519,1645437963,47.74303,8.99901\n3520,1645437964,47.74303,8.99901\n3521,1645437965,47.74303,8.99901\n3522,1645437966,47.74303,8.99901\n3523,1645437967,47.74303,8.99901\n3524,1645437968,47.74303,8.99901\n3525,1645437969,47.74303,8.99901\n3526,1645437970,47.74303,8.99901\n3527,1645437971,47.74303,8.99901\n3528,1645437972,47.74303,8.99901\n3529,1645437973,47.74303,8.99901\n3530,1645437974,47.74303,8.99901\n3531,1645437975,47.74303,8.99901\n3532,1645437976,47.74303,8.99901\n3533,1645437977,47.74303,8.99901\n3534,1645437978,47.74303,8.99901\n3535,1645437979,47.74303,8.99901\n3536,1645437980,47.74303,8.99901\n3537,1645437981,47.74303,8.99901\n3538,1645437982,47.74303,8.99901\n3539,1645437983,47.74303,8.99901\n3540,1645437984,47.74303,8.99901\n3541,1645437985,47.74303,8.99901\n3542,1645437986,47.74303,8.99901\n3543,1645437987,47.74303,8.99901\n3544,1645437988,47.74303,8.99901\n3545,1645437989,47.74303,8.99901\n3546,1645437990,47.74303,8.99901\n3547,1645437991,47.74303,8.99901\n3548,1645437992,47.74303,8.99901\n3549,1645437993,47.74303,8.99901\n3550,1645437994,47.74303,8.99901\n3551,1645437995,47.74303,8.99901\n3552,1645437996,47.74303,8.99901\n3553,1645437997,47.74303,8.99901\n3554,1645437998,47.74303,8.99901\n3555,1645437999,47.74303,8.99901\n3556,1645438000,47.74303,8.99901\n3557,1645438001,47.74303,8.99901\n3558,1645438002,47.74303,8.99901\n3559,1645438003,47.74303,8.99901\n3560,1645438004,47.74303,8.99901\n3561,1645438005,47.74303,8.99901\n3562,1645438006,47.74303,8.99901\n3563,1645438007,47.74303,8.99901\n3564,1645438008,47.74303,8.99901\n3565,1645438009,47.74303,8.99901\n3566,1645438010,47.74303,8.99901\n3567,1645438011,47.74303,8.99901\n3568,1645438012,47.74303,8.99901\n3569,1645438013,47.74303,8.99901\n3570,1645438014,47.74303,8.99901\n3571,1645438015,47.74303,8.99901\n3572,1645438016,47.74303,8.99901\n3573,1645438017,47.74303,8.99901\n3574,1645438018,47.74303,8.99901\n3575,1645438019,47.74303,8.99901\n3576,1645438020,47.74303,8.99901\n3577,1645438021,47.74303,8.99901\n3578,1645438022,47.74303,8.99901\n3579,1645438023,47.74303,8.99901\n3580,1645438024,47.74303,8.99901\n3581,1645438025,47.74303,8.99901\n3582,1645438026,47.74303,8.99901\n3583,1645438027,47.74303,8.99901\n3584,1645438028,47.74303,8.99901\n3585,1645438029,47.74303,8.99901\n3586,1645438030,47.74303,8.99901\n3587,1645438031,47.74303,8.99901\n3588,1645438032,47.74303,8.99901\n3589,1645438033,47.74303,8.99901\n3590,1645438034,47.74303,8.99901\n3591,1645438035,47.74303,8.99901\n3592,1645438036,47.74303,8.99901\n3593,1645438037,47.74303,8.99901\n3594,1645438038,47.74303,8.99901\n3595,1645438039,47.74303,8.99901\n3596,1645438040,47.74303,8.99901\n3597,1645438041,47.74303,8.99901\n3598,1645438042,47.74303,8.99901\n3599,1645438043,47.74303,8.99901\n3600,1645438044,47.74303,8.99901\n3601,1645438045,47.74303,8.99901\n3602,1645438046,47.74303,8.99901\n3603,1645438047,47.74303,8.99901\n3604,1645438048,47.74303,8.99901\n3605,1645438049,47.74303,8.99901\n3606,1645438050,47.74303,8.99901\n3607,1645438051,47.74303,8.99901\n3608,1645438052,47.74303,8.99901\n3609,1645438053,47.74303,8.99901\n3610,1645438054,47.74303,8.99901\n3611,1645438055,47.74303,8.99901\n3612,1645438056,47.74303,8.99901\n3613,1645438057,47.74303,8.99901\n3614,1645438058,47.74303,8.99901\n3615,1645438059,47.74303,8.99901\n3616,1645438060,47.74303,8.99901\n3617,1645438061,47.74303,8.99901\n3618,1645438062,47.74303,8.99901\n3619,1645438063,47.74303,8.99901\n3620,1645438064,47.74303,8.99901\n3621,1645438065,47.74303,8.99901\n3622,1645438066,47.74303,8.99901\n3623,1645438067,47.74303,8.99901\n3624,1645438068,47.74303,8.99901\n3625,1645438069,47.74303,8.99901\n3626,1645438070,47.74303,8.99901\n3627,1645438071,47.74303,8.99901\n3628,1645438072,47.74303,8.99901\n3629,1645438073,47.74303,8.99901\n3630,1645438074,47.74303,8.99901\n3631,1645438075,47.74303,8.99901\n3632,1645438076,47.74303,8.99901\n3633,1645438077,47.74303,8.99901\n3634,1645438078,47.74303,8.99901\n3635,1645438079,47.74303,8.99901\n3636,1645438080,47.74303,8.99901\n3637,1645438081,47.74303,8.99901\n3638,1645438082,47.74303,8.99901\n3639,1645438083,47.74303,8.99901\n3640,1645438084,47.74303,8.99901\n3641,1645438085,47.74303,8.99901\n3642,1645438086,47.74303,8.99901\n3643,1645438087,47.74303,8.99901\n3644,1645438088,47.74303,8.99901\n3645,1645438089,47.74303,8.99901\n3646,1645438090,47.74303,8.99901\n3647,1645438091,47.74303,8.99901\n3648,1645438092,47.74303,8.99901\n3649,1645438093,47.74303,8.99901\n3650,1645438094,47.74303,8.99901\n3651,1645438095,47.74303,8.99901\n3652,1645438096,47.74303,8.99901\n3653,1645438097,47.74303,8.99901\n3654,1645438098,47.74303,8.99901\n3655,1645438099,47.74303,8.99901\n3656,1645438100,47.74303,8.99901\n3657,1645438101,47.74303,8.99901\n3658,1645438102,47.74303,8.99901\n3659,1645438103,47.74303,8.99901\n3660,1645438104,47.74303,8.99901\n3661,1645438105,47.74303,8.99901\n3662,1645438106,47.74303,8.99901\n3663,1645438107,47.74303,8.99901\n3664,1645438108,47.74303,8.99901\n3665,1645438109,47.74303,8.99901\n3666,1645438110,47.74303,8.99901\n3667,1645438111,47.74303,8.99901\n3668,1645438112,47.74303,8.99901\n3669,1645438113,47.74303,8.99901\n3670,1645438114,47.74303,8.99901\n3671,1645438115,47.74303,8.99901\n3672,1645438116,47.74303,8.99901\n3673,1645438117,47.74303,8.99901\n3674,1645438118,47.74303,8.99901\n3675,1645438119,47.74303,8.99901\n3676,1645438120,47.74303,8.99901\n3677,1645438121,47.74303,8.99901\n3678,1645438122,47.74303,8.99901\n3679,1645438123,47.74303,8.99901\n3680,1645438124,47.74303,8.99901\n3681,1645438125,47.74303,8.99901\n3682,1645438126,47.74303,8.99901\n3683,1645438127,47.74303,8.99901\n3684,1645438128,47.74303,8.99901\n3685,1645438129,47.74303,8.99901\n3686,1645438130,47.74303,8.99901\n3687,1645438131,47.74303,8.99901\n3688,1645438132,47.74303,8.99901\n3689,1645438133,47.74303,8.99901\n3690,1645438134,47.74303,8.99901\n3691,1645438135,47.74303,8.99901\n3692,1645438136,47.74303,8.99901\n3693,1645438137,47.74303,8.99901\n3694,1645438138,47.74303,8.99901\n3695,1645438139,47.74303,8.99901\n3696,1645438140,47.74303,8.99901\n3697,1645438141,47.74303,8.99901\n3698,1645438142,47.74303,8.99901\n3699,1645438143,47.74303,8.99901\n3700,1645438144,47.74303,8.99901\n3701,1645438145,47.74303,8.99901\n3702,1645438146,47.74303,8.99901\n3703,1645438147,47.74303,8.99901\n3704,1645438148,47.74303,8.99901\n3705,1645438149,47.74303,8.99901\n3706,1645438150,47.74303,8.99901\n3707,1645438151,47.74303,8.99901\n3708,1645438152,47.74303,8.99901\n3709,1645438153,47.74303,8.99901\n3710,1645438154,47.74303,8.99901\n3711,1645438155,47.74303,8.99901\n3712,1645438156,47.74303,8.99901\n3713,1645438157,47.74303,8.99901\n3714,1645438158,47.74303,8.99901\n3715,1645438159,47.74303,8.99901\n3716,1645438160,47.74303,8.99901\n3717,1645438161,47.74303,8.99901\n3718,1645438162,47.74303,8.99901\n3719,1645438163,47.74303,8.99901\n3720,1645438164,47.74303,8.99901\n3721,1645438165,47.74303,8.99901\n3722,1645438166,47.74303,8.99901\n3723,1645438167,47.74303,8.99901\n3724,1645438168,47.74303,8.99901\n3725,1645438169,47.74303,8.99901\n3726,1645438170,47.74303,8.99901\n3727,1645438171,47.74303,8.99901\n3728,1645438172,47.74303,8.99901\n3729,1645438173,47.74303,8.99901\n3730,1645438174,47.74303,8.99901\n3731,1645438175,47.74303,8.99901\n3732,1645438176,47.74303,8.99901\n3733,1645438177,47.74303,8.99901\n3734,1645438178,47.74303,8.99901\n3735,1645438179,47.74303,8.99901\n3736,1645438180,47.74303,8.99901\n3737,1645438181,47.74303,8.99901\n3738,1645438182,47.74303,8.99901\n3739,1645438183,47.74303,8.99901\n3740,1645438184,47.74303,8.99901\n3741,1645438185,47.74303,8.99901\n3742,1645438186,47.74303,8.99901\n3743,1645438187,47.74303,8.99901\n3744,1645438188,47.74303,8.99901\n3745,1645438189,47.74303,8.99901\n3746,1645438190,47.74303,8.99901\n3747,1645438191,47.74303,8.99901\n3748,1645438192,47.74303,8.99901\n3749,1645438193,47.74303,8.99901\n3750,1645438194,47.74303,8.99901\n3751,1645438195,47.74303,8.99901\n3752,1645438196,47.74303,8.99901\n3753,1645438197,47.74303,8.99901\n3754,1645438198,47.74303,8.99901\n3755,1645438199,47.74303,8.99901\n3756,1645438200,47.74303,8.99901\n3757,1645438201,47.74303,8.99901\n3758,1645438202,47.74303,8.99901\n3759,1645438203,47.74303,8.99901\n3760,1645438204,47.74303,8.99901\n3761,1645438205,47.74303,8.99901\n3762,1645438206,47.74303,8.99901\n3763,1645438207,47.74303,8.99901\n3764,1645438208,47.74303,8.99901\n3765,1645438209,47.74303,8.99901\n3766,1645438210,47.74303,8.99901\n3767,1645438211,47.74303,8.99901\n3768,1645438212,47.74303,8.99901\n3769,1645438213,47.74303,8.99901\n3770,1645438214,47.74303,8.99901\n3771,1645438215,47.74303,8.99901\n3772,1645438216,47.74303,8.99901\n3773,1645438217,47.74303,8.99901\n3774,1645438218,47.74303,8.99901\n3775,1645438219,47.74303,8.99901\n3776,1645438220,47.74303,8.99901\n3777,1645438221,47.74303,8.99901\n3778,1645438222,47.74303,8.99901\n3779,1645438223,47.74303,8.99901\n3780,1645438224,47.74303,8.99901\n3781,1645438225,47.74303,8.99901\n3782,1645438226,47.74303,8.99901\n3783,1645438227,47.74303,8.99901\n3784,1645438228,47.74303,8.99901\n3785,1645438229,47.74303,8.99901\n3786,1645438230,47.74303,8.99901\n3787,1645438231,47.74303,8.99901\n3788,1645438232,47.74303,8.99901\n3789,1645438233,47.74303,8.99901\n3790,1645438234,47.74303,8.99901\n3791,1645438235,47.74303,8.99901\n3792,1645438236,47.74303,8.99901\n3793,1645438237,47.74303,8.99901\n3794,1645438238,47.74303,8.99901\n3795,1645438239,47.74303,8.99901\n3796,1645438240,47.74303,8.99901\n3797,1645438241,47.74303,8.99901\n3798,1645438242,47.74303,8.99901\n3799,1645438243,47.74303,8.99901\n3800,1645438244,47.74303,8.99901\n3801,1645438245,47.74303,8.99901\n3802,1645438246,47.74303,8.99901\n3803,1645438247,47.74303,8.99901\n3804,1645438248,47.74303,8.99901\n3805,1645438249,47.74303,8.99901\n3806,1645438250,47.74303,8.99901\n3807,1645438251,47.74303,8.99901\n3808,1645438252,47.74303,8.99901\n3809,1645438253,47.74303,8.99901\n3810,1645438254,47.74303,8.99901\n3811,1645438255,47.74303,8.99901\n3812,1645438256,47.74303,8.99901\n3813,1645438257,47.74303,8.99901\n3814,1645438258,47.74303,8.99901\n3815,1645438259,47.74303,8.99901\n3816,1645438260,47.74303,8.99901\n3817,1645438261,47.74303,8.99901\n3818,1645438262,47.74303,8.99901\n3819,1645438263,47.74303,8.99901\n3820,1645438264,47.74303,8.99901\n3821,1645438265,47.74303,8.99901\n3822,1645438266,47.74303,8.99901\n3823,1645438267,47.74303,8.99901\n3824,1645438268,47.74303,8.99901\n3825,1645438269,47.74303,8.99901\n3826,1645438270,47.74303,8.99901\n3827,1645438271,47.74303,8.99901\n3828,1645438272,47.74303,8.99901\n3829,1645438273,47.74303,8.99901\n3830,1645438274,47.74303,8.99901\n3831,1645438275,47.74303,8.99901\n3832,1645438276,47.74303,8.99901\n3833,1645438277,47.74303,8.99901\n3834,1645438278,47.74303,8.99901\n3835,1645438279,47.74303,8.99901\n3836,1645438280,47.74303,8.99901\n3837,1645438281,47.74303,8.99901\n3838,1645438282,47.74303,8.99901\n3839,1645438283,47.74303,8.99901\n3840,1645438284,47.74303,8.99901\n3841,1645438285,47.74303,8.99901\n3842,1645438286,47.74303,8.99901\n3843,1645438287,47.74303,8.99901\n3844,1645438288,47.74303,8.99901\n3845,1645438289,47.74303,8.99901\n3846,1645438290,47.74303,8.99901\n3847,1645438291,47.74303,8.99901\n3848,1645438292,47.74303,8.99901\n3849,1645438293,47.74303,8.99901\n3850,1645438294,47.74303,8.99901\n3851,1645438295,47.74303,8.99901\n3852,1645438296,47.74303,8.99901\n3853,1645438297,47.74303,8.99901\n3854,1645438298,47.74303,8.99901\n3855,1645438299,47.74303,8.99901\n3856,1645438300,47.74303,8.99901\n3857,1645438301,47.74303,8.99901\n3858,1645438302,47.74303,8.99901\n3859,1645438303,47.74303,8.99901\n3860,1645438304,47.74303,8.99901\n3861,1645438305,47.74303,8.99901\n3862,1645438306,47.74303,8.99901\n3863,1645438307,47.74303,8.99901\n3864,1645438308,47.74303,8.99901\n3865,1645438309,47.74303,8.99901\n3866,1645438310,47.74303,8.99901\n3867,1645438311,47.74303,8.99901\n3868,1645438312,47.74303,8.99901\n3869,1645438313,47.74303,8.99901\n3870,1645438314,47.74303,8.99901\n3871,1645438315,47.74303,8.99901\n3872,1645438316,47.74303,8.99901\n3873,1645438317,47.74303,8.99901\n3874,1645438318,47.74303,8.99901\n3875,1645438319,47.74303,8.99901\n3876,1645438320,47.74303,8.99901\n3877,1645438321,47.74303,8.99901\n3878,1645438322,47.74303,8.99901\n3879,1645438323,47.74303,8.99901\n3880,1645438324,47.74303,8.99901\n3881,1645438325,47.74303,8.99901\n3882,1645438326,47.74303,8.99901\n3883,1645438327,47.74303,8.99901\n3884,1645438328,47.74303,8.99901\n3885,1645438329,47.74303,8.99901\n3886,1645438330,47.74303,8.99901\n3887,1645438331,47.74303,8.99901\n3888,1645438332,47.74303,8.99901\n3889,1645438333,47.74303,8.99901\n3890,1645438334,47.74303,8.99901\n3891,1645438335,47.74303,8.99901\n3892,1645438336,47.74303,8.99901\n3893,1645438337,47.74303,8.99901\n3894,1645438338,47.74303,8.99901\n3895,1645438339,47.74303,8.99901\n3896,1645438340,47.74303,8.99901\n3897,1645438341,47.74303,8.99901\n3898,1645438342,47.74303,8.99901\n3899,1645438343,47.74303,8.99901\n3900,1645438344,47.74303,8.99901\n3901,1645438345,47.74303,8.99901\n3902,1645438346,47.74303,8.99901\n3903,1645438347,47.74303,8.99901\n3904,1645438348,47.74303,8.99901\n3905,1645438349,47.74303,8.99901\n3906,1645438350,47.74303,8.99901\n3907,1645438351,47.74303,8.99901\n3908,1645438352,47.74303,8.99901\n3909,1645438353,47.74303,8.99901\n3910,1645438354,47.74303,8.99901\n3911,1645438355,47.74303,8.99901\n3912,1645438356,47.74303,8.99901\n3913,1645438357,47.74303,8.99901\n3914,1645438358,47.74303,8.99901\n3915,1645438359,47.74303,8.99901\n3916,1645438360,47.74303,8.99901\n3917,1645438361,47.74303,8.99901\n3918,1645438362,47.74303,8.99901\n3919,1645438363,47.74303,8.99901\n3920,1645438364,47.74303,8.99901\n3921,1645438365,47.74303,8.99901\n3922,1645438366,47.74303,8.99901\n3923,1645438367,47.74303,8.99901\n3924,1645438368,47.74303,8.99901\n3925,1645438369,47.74303,8.99901\n3926,1645438370,47.74303,8.99901\n3927,1645438371,47.74303,8.99901\n3928,1645438372,47.74303,8.99901\n3929,1645438373,47.74303,8.99901\n3930,1645438374,47.74303,8.99901\n3931,1645438375,47.74303,8.99901\n3932,1645438376,47.74303,8.99901\n3933,1645438377,47.74303,8.99901\n3934,1645438378,47.74303,8.99901\n3935,1645438379,47.74303,8.99901\n3936,1645438380,47.74303,8.99901\n3937,1645438381,47.74303,8.99901\n3938,1645438382,47.74303,8.99901\n3939,1645438383,47.74303,8.99901\n3940,1645438384,47.74303,8.99901\n3941,1645438385,47.74303,8.99901\n3942,1645438386,47.74303,8.99901\n3943,1645438387,47.74303,8.99901\n3944,1645438388,47.74303,8.99901\n3945,1645438389,47.74303,8.99901\n3946,1645438390,47.74303,8.99901\n3947,1645438391,47.74303,8.99901\n3948,1645438392,47.74303,8.99901\n3949,1645438393,47.74303,8.99901\n3950,1645438394,47.74303,8.99901\n3951,1645438395,47.74303,8.99901\n3952,1645438396,47.74303,8.99901\n3953,1645438397,47.74303,8.99901\n3954,1645438398,47.74303,8.99901\n3955,1645438399,47.74303,8.99901\n3956,1645438400,47.74303,8.99901\n3957,1645438401,47.74303,8.99901\n3958,1645438402,47.74303,8.99901\n3959,1645438403,47.74303,8.99901\n3960,1645438404,47.74303,8.99901\n3961,1645438405,47.74303,8.99901\n3962,1645438406,47.74303,8.99901\n3963,1645438407,47.74303,8.99901\n3964,1645438408,47.74303,8.99901\n3965,1645438409,47.74303,8.99901\n3966,1645438410,47.74303,8.99901\n3967,1645438411,47.74303,8.99901\n3968,1645438412,47.74303,8.99901\n3969,1645438413,47.74303,8.99901\n3970,1645438414,47.74303,8.99901\n3971,1645438415,47.74303,8.99901\n3972,1645438416,47.74303,8.99901\n3973,1645438417,47.74303,8.99901\n3974,1645438418,47.74303,8.99901\n3975,1645438419,47.74303,8.99901\n3976,1645438420,47.74303,8.99901\n3977,1645438421,47.74303,8.99901\n3978,1645438422,47.74303,8.99901\n3979,1645438423,47.74303,8.99901\n3980,1645438424,47.74303,8.99901\n3981,1645438425,47.74303,8.99901\n3982,1645438426,47.74303,8.99901\n3983,1645438427,47.74303,8.99901\n3984,1645438428,47.74303,8.99901\n3985,1645438429,47.74303,8.99901\n3986,1645438430,47.74303,8.99901\n3987,1645438431,47.74303,8.99901\n3988,1645438432,47.74303,8.99901\n3989,1645438433,47.74303,8.99901\n3990,1645438434,47.74303,8.99901\n3991,1645438435,47.74303,8.99901\n3992,1645438436,47.74303,8.99901\n3993,1645438437,47.74303,8.99901\n3994,1645438438,47.74303,8.99901\n3995,1645438439,47.74303,8.99901\n3996,1645438440,47.74303,8.99901\n3997,1645438441,47.74303,8.99901\n3998,1645438442,47.74303,8.99901\n3999,1645438443,47.74303,8.99901\n4000,1645438444,47.74303,8.99901\n4001,1645438445,47.74303,8.99901\n4002,1645438446,47.74303,8.99901\n4003,1645438447,47.74303,8.99901\n4004,1645438448,47.74303,8.99901\n4005,1645438449,47.74303,8.99901\n4006,1645438450,47.74303,8.99901\n4007,1645438451,47.74303,8.99901\n4008,1645438452,47.74303,8.99901\n4009,1645438453,47.74303,8.99901\n4010,1645438454,47.74303,8.99901\n4011,1645438455,47.74303,8.99901\n4012,1645438456,47.74303,8.99901\n4013,1645438457,47.74303,8.99901\n4014,1645438458,47.74303,8.99901\n4015,1645438459,47.74303,8.99901\n4016,1645438460,47.74303,8.99901\n4017,1645438461,47.74303,8.99901\n4018,1645438462,47.74303,8.99901\n4019,1645438463,47.74303,8.99901\n4020,1645438464,47.74303,8.99901\n4021,1645438465,47.74303,8.99901\n4022,1645438466,47.74303,8.99901\n4023,1645438467,47.74303,8.99901\n4024,1645438468,47.74303,8.99901\n4025,1645438469,47.74303,8.99901\n4026,1645438470,47.74303,8.99901\n4027,1645438471,47.74303,8.99901\n4028,1645438472,47.74303,8.99901\n4029,1645438473,47.74303,8.99901\n4030,1645438474,47.74303,8.99901\n4031,1645438475,47.74303,8.99901\n4032,1645438476,47.74303,8.99901\n4033,1645438477,47.74303,8.99901\n4034,1645438478,47.74303,8.99901\n4035,1645438479,47.74303,8.99901\n4036,1645438480,47.74303,8.99901\n4037,1645438481,47.74303,8.99901\n4038,1645438482,47.74303,8.99901\n4039,1645438483,47.74303,8.99901\n4040,1645438484,47.74303,8.99901\n4041,1645438485,47.74303,8.99901\n4042,1645438486,47.74303,8.99901\n4043,1645438487,47.74303,8.99901\n4044,1645438488,47.74303,8.99901\n4045,1645438489,47.74303,8.99901\n4046,1645438490,47.74303,8.99901\n4047,1645438491,47.74303,8.99901\n4048,1645438492,47.74303,8.99901\n4049,1645438493,47.74303,8.99901\n4050,1645438494,47.74303,8.99901\n4051,1645438495,47.74303,8.99901\n4052,1645438496,47.74303,8.99901\n4053,1645438497,47.74303,8.99901\n4054,1645438498,47.74303,8.99901\n4055,1645438499,47.74303,8.99901\n4056,1645438500,47.74303,8.99901\n4057,1645438501,47.74303,8.99901\n4058,1645438502,47.74303,8.99901\n4059,1645438503,47.74303,8.99901\n4060,1645438504,47.74303,8.99901\n4061,1645438505,47.74303,8.99901\n4062,1645438506,47.74303,8.99901\n4063,1645438507,47.74303,8.99901\n4064,1645438508,47.74303,8.99901\n4065,1645438509,47.74303,8.99901\n4066,1645438510,47.74303,8.99901\n4067,1645438511,47.74303,8.99901\n4068,1645438512,47.74303,8.99901\n4069,1645438513,47.74303,8.99901\n4070,1645438514,47.74303,8.99901\n4071,1645438515,47.74303,8.99901\n4072,1645438516,47.74303,8.99901\n4073,1645438517,47.74303,8.99901\n4074,1645438518,47.74303,8.99901\n4075,1645438519,47.74303,8.99901\n4076,1645438520,47.74302,8.99901\n4077,1645438521,47.74302,8.99901\n4078,1645438522,47.74302,8.99901\n4079,1645438523,47.74302,8.99901\n4080,1645438524,47.74302,8.99901\n4081,1645438525,47.74302,8.99901\n4082,1645438526,47.74302,8.99901\n4083,1645438527,47.74302,8.99901\n4084,1645438528,47.74302,8.99901\n4085,1645438529,47.74302,8.99901\n4086,1645438530,47.74302,8.99901\n4087,1645438531,47.74302,8.99901\n4088,1645438532,47.74302,8.99901\n4089,1645438533,47.74302,8.99901\n4090,1645438534,47.74302,8.99901\n4091,1645438535,47.74302,8.99901\n4092,1645438536,47.74302,8.99901\n4093,1645438537,47.74302,8.99901\n4094,1645438538,47.74302,8.99901\n4095,1645438539,47.74302,8.99901\n4096,1645438540,47.74302,8.99901\n4097,1645438541,47.74302,8.99901\n4098,1645438542,47.74302,8.99901\n4099,1645438543,47.74302,8.99901\n4100,1645438544,47.74302,8.99901\n4101,1645438545,47.74302,8.99901\n4102,1645438546,47.74302,8.99901\n4103,1645438547,47.74302,8.99901\n4104,1645438548,47.74302,8.99901\n4105,1645438549,47.74302,8.99901\n4106,1645438550,47.74302,8.99901\n4107,1645438551,47.74302,8.99901\n4108,1645438552,47.74302,8.99901\n4109,1645438553,47.74302,8.99901\n4110,1645438554,47.74302,8.99901\n4111,1645438555,47.74302,8.99901\n4112,1645438556,47.74302,8.99901\n4113,1645438557,47.74302,8.99901\n4114,1645438558,47.74302,8.99901\n4115,1645438559,47.74302,8.99901\n4116,1645438560,47.74302,8.99901\n4117,1645438561,47.74302,8.99901\n4118,1645438562,47.74302,8.99901\n4119,1645438563,47.74302,8.99901\n4120,1645438564,47.74302,8.99901\n4121,1645438565,47.74302,8.99901\n4122,1645438566,47.74302,8.99901\n4123,1645438567,47.74302,8.99901\n4124,1645438568,47.74302,8.99901\n4125,1645438569,47.74303,8.99901\n4126,1645438570,47.74303,8.99901\n4127,1645438571,47.74303,8.99901\n4128,1645438572,47.74303,8.99901\n4129,1645438573,47.74303,8.99901\n4130,1645438574,47.74303,8.99901\n4131,1645438575,47.74303,8.99901\n4132,1645438576,47.74303,8.99901\n4133,1645438577,47.74303,8.99901\n4134,1645438578,47.74303,8.99901\n4135,1645438579,47.74303,8.99901\n4136,1645438580,47.74303,8.99901\n4137,1645438581,47.74303,8.99901\n4138,1645438582,47.74303,8.99901\n4139,1645438583,47.74303,8.99901\n4140,1645438584,47.74303,8.99901\n4141,1645438585,47.74303,8.99901\n4142,1645438586,47.74303,8.99901\n4143,1645438587,47.74303,8.99901\n4144,1645438588,47.74303,8.99901\n4145,1645438589,47.74303,8.99901\n4146,1645438590,47.74303,8.99901\n4147,1645438591,47.74303,8.99901\n4148,1645438592,47.74303,8.99901\n4149,1645438593,47.74303,8.99901\n4150,1645438594,47.74303,8.99901\n4151,1645438595,47.74303,8.99901\n4152,1645438596,47.74303,8.99901\n4153,1645438597,47.74303,8.99901\n4154,1645438598,47.74303,8.99901\n4155,1645438599,47.74303,8.99901\n4156,1645438600,47.74303,8.99901\n4157,1645438601,47.74303,8.99901\n4158,1645438602,47.74303,8.99901\n4159,1645438603,47.74303,8.99901\n4160,1645438604,47.74303,8.99901\n4161,1645438605,47.74303,8.99901\n4162,1645438606,47.74303,8.99901\n4163,1645438607,47.74303,8.99901\n4164,1645438608,47.74303,8.99901\n4165,1645438609,47.74303,8.99901\n4166,1645438610,47.74303,8.99901\n4167,1645438611,47.74303,8.99901\n4168,1645438612,47.74303,8.99901\n4169,1645438613,47.74303,8.99901\n4170,1645438614,47.74303,8.99901\n4171,1645438615,47.74303,8.99901\n4172,1645438616,47.74303,8.99901\n4173,1645438617,47.74303,8.99901\n4174,1645438618,47.74303,8.99901\n4175,1645438619,47.74303,8.99901\n4176,1645438620,47.74303,8.99901\n4177,1645438621,47.74303,8.99901\n4178,1645438622,47.74303,8.99901\n4179,1645438623,47.74303,8.99901\n4180,1645438624,47.74303,8.99901\n4181,1645438625,47.74303,8.99901\n4182,1645438626,47.74303,8.99901\n4183,1645438627,47.74303,8.99901\n4184,1645438628,47.74303,8.99901\n4185,1645438629,47.74303,8.99901\n4186,1645438630,47.74303,8.99901\n4187,1645438631,47.74303,8.99901\n4188,1645438632,47.74303,8.99901\n4189,1645438633,47.74303,8.99901\n4190,1645438634,47.74303,8.99901\n4191,1645438635,47.74302,8.99901\n4192,1645438636,47.74302,8.99901\n4193,1645438637,47.74302,8.99901\n4194,1645438638,47.74302,8.99901\n4195,1645438639,47.74302,8.99901\n4196,1645438640,47.74302,8.99901\n4197,1645438641,47.74302,8.99901\n4198,1645438642,47.74302,8.99901\n4199,1645438643,47.74302,8.99900\n4200,1645438644,47.74302,8.99900\n4201,1645438645,47.74302,8.99900\n4202,1645438646,47.74302,8.99900\n4203,1645438647,47.74302,8.99900\n4204,1645438648,47.74302,8.99900\n4205,1645438649,47.74302,8.99900\n4206,1645438650,47.74302,8.99900\n4207,1645438651,47.74302,8.99900\n4208,1645438652,47.74302,8.99900\n4209,1645438653,47.74302,8.99900\n4210,1645438654,47.74302,8.99900\n4211,1645438655,47.74302,8.99900\n4212,1645438656,47.74302,8.99900\n4213,1645438657,47.74302,8.99900\n4214,1645438658,47.74302,8.99900\n4215,1645438659,47.74302,8.99900\n4216,1645438660,47.74302,8.99900\n4217,1645438661,47.74302,8.99900\n4218,1645438662,47.74302,8.99900\n4219,1645438663,47.74302,8.99900\n4220,1645438664,47.74302,8.99900\n4221,1645438665,47.74302,8.99900\n4222,1645438666,47.74302,8.99900\n4223,1645438667,47.74302,8.99900\n4224,1645438668,47.74302,8.99900\n4225,1645438669,47.74302,8.99900\n4226,1645438670,47.74302,8.99900\n4227,1645438671,47.74302,8.99900\n4228,1645438672,47.74302,8.99900\n4229,1645438673,47.74302,8.99900\n4230,1645438674,47.74302,8.99900\n4231,1645438675,47.74302,8.99900\n4232,1645438676,47.74302,8.99900\n4233,1645438677,47.74302,8.99900\n4234,1645438678,47.74302,8.99900\n4235,1645438679,47.74302,8.99900\n4236,1645438680,47.74302,8.99900\n4237,1645438681,47.74302,8.99900\n4238,1645438682,47.74302,8.99900\n4239,1645438683,47.74302,8.99900\n4240,1645438684,47.74302,8.99900\n4241,1645438685,47.74302,8.99900\n4242,1645438686,47.74302,8.99900\n4243,1645438687,47.74302,8.99900\n4244,1645438688,47.74302,8.99900\n4245,1645438689,47.74302,8.99900\n4246,1645438690,47.74302,8.99900\n4247,1645438691,47.74302,8.99900\n4248,1645438692,47.74302,8.99900\n4249,1645438693,47.74302,8.99900\n4250,1645438694,47.74302,8.99900\n4251,1645438695,47.74302,8.99900\n4252,1645438696,47.74302,8.99900\n4253,1645438697,47.74302,8.99900\n4254,1645438698,47.74302,8.99900\n4255,1645438699,47.74302,8.99900\n4256,1645438700,47.74302,8.99900\n4257,1645438701,47.74302,8.99900\n4258,1645438702,47.74302,8.99900\n4259,1645438703,47.74302,8.99900\n4260,1645438704,47.74302,8.99900\n4261,1645438705,47.74302,8.99900\n4262,1645438706,47.74302,8.99900\n4263,1645438707,47.74302,8.99900\n4264,1645438708,47.74302,8.99900\n4265,1645438709,47.74302,8.99900\n4266,1645438710,47.74302,8.99900\n4267,1645438711,47.74302,8.99900\n4268,1645438712,47.74302,8.99900\n4269,1645438713,47.74302,8.99900\n4270,1645438714,47.74302,8.99900\n4271,1645438715,47.74302,8.99900\n4272,1645438716,47.74302,8.99900\n4273,1645438717,47.74302,8.99900\n4274,1645438718,47.74302,8.99900\n4275,1645438719,47.74302,8.99900\n4276,1645438720,47.74302,8.99900\n4277,1645438721,47.74302,8.99900\n4278,1645438722,47.74302,8.99900\n4279,1645438723,47.74302,8.99900\n4280,1645438724,47.74302,8.99900\n4281,1645438725,47.74302,8.99900\n4282,1645438726,47.74302,8.99900\n4283,1645438727,47.74302,8.99900\n4284,1645438728,47.74302,8.99900\n4285,1645438729,47.74302,8.99900\n4286,1645438730,47.74302,8.99900\n4287,1645438731,47.74302,8.99900\n4288,1645438732,47.74302,8.99900\n4289,1645438733,47.74302,8.99900\n4290,1645438734,47.74302,8.99900\n4291,1645438735,47.74302,8.99900\n4292,1645438736,47.74302,8.99900\n4293,1645438737,47.74302,8.99900\n4294,1645438738,47.74302,8.99900\n4295,1645438739,47.74302,8.99900\n4296,1645438740,47.74302,8.99900\n4297,1645438741,47.74302,8.99900\n4298,1645438742,47.74302,8.99900\n4299,1645438743,47.74302,8.99900\n4300,1645438744,47.74302,8.99900\n4301,1645438745,47.74302,8.99900\n4302,1645438746,47.74302,8.99900\n4303,1645438747,47.74302,8.99900\n4304,1645438748,47.74302,8.99900\n4305,1645438749,47.74302,8.99900\n4306,1645438750,47.74302,8.99900\n4307,1645438751,47.74302,8.99900\n4308,1645438752,47.74302,8.99900\n4309,1645438753,47.74302,8.99900\n4310,1645438754,47.74302,8.99900\n4311,1645438755,47.74302,8.99900\n4312,1645438756,47.74302,8.99900\n4313,1645438757,47.74302,8.99900\n4314,1645438758,47.74302,8.99900\n4315,1645438759,47.74302,8.99900\n4316,1645438760,47.74302,8.99900\n4317,1645438761,47.74302,8.99900\n4318,1645438762,47.74302,8.99900\n4319,1645438763,47.74302,8.99900\n4320,1645438764,47.74302,8.99900\n4321,1645438765,47.74302,8.99900\n4322,1645438766,47.74302,8.99900\n4323,1645438767,47.74302,8.99900\n4324,1645438768,47.74302,8.99900\n4325,1645438769,47.74302,8.99900\n4326,1645438770,47.74302,8.99900\n4327,1645438771,47.74302,8.99900\n4328,1645438772,47.74302,8.99900\n4329,1645438773,47.74302,8.99900\n4330,1645438774,47.74302,8.99900\n4331,1645438775,47.74302,8.99900\n4332,1645438776,47.74302,8.99900\n4333,1645438777,47.74302,8.99900\n4334,1645438778,47.74302,8.99900\n4335,1645438779,47.74302,8.99900\n4336,1645438780,47.74302,8.99900\n4337,1645438781,47.74302,8.99900\n4338,1645438782,47.74302,8.99900\n4339,1645438783,47.74302,8.99900\n4340,1645438784,47.74302,8.99900\n4341,1645438785,47.74302,8.99899\n4342,1645438786,47.74302,8.99899\n4343,1645438787,47.74302,8.99899\n4344,1645438788,47.74302,8.99899\n4345,1645438789,47.74302,8.99899\n4346,1645438790,47.74302,8.99899\n4347,1645438791,47.74302,8.99899\n4348,1645438792,47.74302,8.99899\n4349,1645438793,47.74302,8.99899\n4350,1645438794,47.74302,8.99899\n4351,1645438795,47.74302,8.99899\n4352,1645438796,47.74302,8.99899\n4353,1645438797,47.74302,8.99899\n4354,1645438798,47.74302,8.99899\n4355,1645438799,47.74302,8.99899\n4356,1645438800,47.74302,8.99899\n4357,1645438801,47.74302,8.99899\n4358,1645438802,47.74302,8.99899\n4359,1645438803,47.74302,8.99899\n4360,1645438804,47.74302,8.99899\n4361,1645438805,47.74302,8.99899\n4362,1645438806,47.74302,8.99899\n4363,1645438807,47.74302,8.99899\n4364,1645438808,47.74302,8.99899\n4365,1645438809,47.74302,8.99899\n4366,1645438810,47.74302,8.99899\n4367,1645438811,47.74302,8.99899\n4368,1645438812,47.74302,8.99899\n4369,1645438813,47.74302,8.99899\n4370,1645438814,47.74302,8.99899\n4371,1645438815,47.74302,8.99899\n4372,1645438816,47.74302,8.99899\n4373,1645438817,47.74302,8.99899\n4374,1645438818,47.74302,8.99899\n4375,1645438819,47.74302,8.99899\n4376,1645438820,47.74302,8.99899\n4377,1645438821,47.74302,8.99899\n4378,1645438822,47.74302,8.99899\n4379,1645438823,47.74302,8.99899\n4380,1645438824,47.74302,8.99899\n4381,1645438825,47.74302,8.99899\n4382,1645438826,47.74302,8.99899\n4383,1645438827,47.74302,8.99899\n4384,1645438828,47.74302,8.99899\n4385,1645438829,47.74302,8.99899\n4386,1645438830,47.74302,8.99899\n4387,1645438831,47.74302,8.99899\n4388,1645438832,47.74302,8.99899\n4389,1645438833,47.74302,8.99899\n4390,1645438834,47.74302,8.99899\n4391,1645438835,47.74302,8.99899\n4392,1645438836,47.74302,8.99899\n4393,1645438837,47.74302,8.99899\n4394,1645438838,47.74302,8.99899\n4395,1645438839,47.74302,8.99899\n4396,1645438840,47.74302,8.99899\n4397,1645438841,47.74302,8.99899\n4398,1645438842,47.74302,8.99899\n4399,1645438843,47.74302,8.99899\n4400,1645438844,47.74302,8.99899\n4401,1645438845,47.74302,8.99899\n4402,1645438846,47.74302,8.99899\n4403,1645438847,47.74302,8.99899\n4404,1645438848,47.74302,8.99899\n4405,1645438849,47.74302,8.99899\n4406,1645438850,47.74302,8.99899\n4407,1645438851,47.74302,8.99899\n4408,1645438852,47.74302,8.99899\n4409,1645438853,47.74302,8.99899\n4410,1645438854,47.74302,8.99899\n4411,1645438855,47.74302,8.99899\n4412,1645438856,47.74302,8.99899\n4413,1645438857,47.74302,8.99899\n4414,1645438858,47.74302,8.99899\n4415,1645438859,47.74302,8.99899\n4416,1645438860,47.74302,8.99899\n4417,1645438861,47.74302,8.99899\n4418,1645438862,47.74302,8.99899\n4419,1645438863,47.74302,8.99899\n4420,1645438864,47.74302,8.99899\n4421,1645438865,47.74302,8.99899\n4422,1645438866,47.74302,8.99899\n4423,1645438867,47.74302,8.99899\n4424,1645438868,47.74302,8.99899\n4425,1645438869,47.74302,8.99899\n4426,1645438870,47.74302,8.99899\n4427,1645438871,47.74302,8.99899\n4428,1645438872,47.74302,8.99899\n4429,1645438873,47.74302,8.99899\n4430,1645438874,47.74302,8.99899\n4431,1645438875,47.74302,8.99899\n4432,1645438876,47.74302,8.99899\n4433,1645438877,47.74302,8.99899\n4434,1645438878,47.74302,8.99899\n4435,1645438879,47.74302,8.99899\n4436,1645438880,47.74302,8.99899\n4437,1645438881,47.74302,8.99899\n4438,1645438882,47.74302,8.99899\n4439,1645438883,47.74302,8.99899\n4440,1645438884,47.74302,8.99899\n4441,1645438885,47.74302,8.99899\n4442,1645438886,47.74302,8.99899\n4443,1645438887,47.74302,8.99899\n4444,1645438888,47.74302,8.99899\n4445,1645438889,47.74302,8.99899\n4446,1645438890,47.74302,8.99899\n4447,1645438891,47.74302,8.99899\n4448,1645438892,47.74302,8.99899\n4449,1645438893,47.74302,8.99899\n4450,1645438894,47.74302,8.99899\n4451,1645438895,47.74302,8.99899\n4452,1645438896,47.74302,8.99899\n4453,1645438897,47.74302,8.99899\n4454,1645438898,47.74302,8.99899\n4455,1645438899,47.74302,8.99899\n4456,1645438900,47.74302,8.99899\n4457,1645438901,47.74302,8.99899\n4458,1645438902,47.74302,8.99899\n4459,1645438903,47.74302,8.99899\n4460,1645438904,47.74302,8.99899\n4461,1645438905,47.74302,8.99899\n4462,1645438906,47.74302,8.99899\n4463,1645438907,47.74302,8.99899\n4464,1645438908,47.74302,8.99899\n4465,1645438909,47.74302,8.99899\n4466,1645438910,47.74302,8.99899\n4467,1645438911,47.74302,8.99899\n4468,1645438912,47.74302,8.99899\n4469,1645438913,47.74302,8.99899\n4470,1645438914,47.74302,8.99899\n4471,1645438915,47.74302,8.99899\n4472,1645438916,47.74302,8.99899\n4473,1645438917,47.74302,8.99899\n4474,1645438918,47.74302,8.99899\n4475,1645438919,47.74302,8.99899\n4476,1645438920,47.74302,8.99899\n4477,1645438921,47.74302,8.99899\n4478,1645438922,47.74302,8.99899\n4479,1645438923,47.74302,8.99899\n4480,1645438924,47.74302,8.99899\n4481,1645438925,47.74302,8.99899\n4482,1645438926,47.74302,8.99899\n4483,1645438927,47.74302,8.99899\n4484,1645438928,47.74302,8.99899\n4485,1645438929,47.74302,8.99899\n4486,1645438930,47.74302,8.99899\n4487,1645438931,47.74302,8.99899\n4488,1645438932,47.74302,8.99899\n4489,1645438933,47.74302,8.99899\n4490,1645438934,47.74302,8.99899\n4491,1645438935,47.74302,8.99899\n4492,1645438936,47.74302,8.99899\n4493,1645438937,47.74302,8.99899\n4494,1645438938,47.74302,8.99899\n4495,1645438939,47.74302,8.99899\n4496,1645438940,47.74302,8.99899\n4497,1645438941,47.74302,8.99899\n4498,1645438942,47.74302,8.99899\n4499,1645438943,47.74302,8.99899\n4500,1645438944,47.74302,8.99899\n4501,1645438945,47.74302,8.99899\n4502,1645438946,47.74302,8.99899\n4503,1645438947,47.74302,8.99899\n4504,1645438948,47.74302,8.99899\n4505,1645438949,47.74302,8.99899\n4506,1645438950,47.74302,8.99899\n4507,1645438951,47.74302,8.99899\n4508,1645438952,47.74302,8.99899\n4509,1645438953,47.74302,8.99899\n4510,1645438954,47.74302,8.99899\n4511,1645438955,47.74302,8.99899\n4512,1645438956,47.74302,8.99899\n4513,1645438957,47.74302,8.99899\n4514,1645438958,47.74302,8.99899\n4515,1645438959,47.74302,8.99899\n4516,1645438960,47.74302,8.99899\n4517,1645438961,47.74302,8.99899\n4518,1645438962,47.74302,8.99899\n4519,1645438963,47.74302,8.99899\n4520,1645438964,47.74302,8.99899\n4521,1645438965,47.74302,8.99899\n4522,1645438966,47.74302,8.99899\n4523,1645438967,47.74302,8.99899\n4524,1645438968,47.74302,8.99899\n4525,1645438969,47.74302,8.99899\n4526,1645438970,47.74302,8.99899\n4527,1645438971,47.74302,8.99899\n4528,1645438972,47.74302,8.99899\n4529,1645438973,47.74302,8.99899\n4530,1645438974,47.74302,8.99899\n4531,1645438975,47.74302,8.99899\n4532,1645438976,47.74302,8.99899\n4533,1645438977,47.74302,8.99899\n4534,1645438978,47.74302,8.99899\n4535,1645438979,47.74302,8.99899\n4536,1645438980,47.74302,8.99899\n4537,1645438981,47.74302,8.99899\n4538,1645438982,47.74302,8.99899\n4539,1645438983,47.74302,8.99899\n4540,1645438984,47.74302,8.99899\n4541,1645438985,47.74302,8.99899\n4542,1645438986,47.74302,8.99899\n4543,1645438987,47.74302,8.99899\n4544,1645438988,47.74303,8.99899\n4545,1645438989,47.74303,8.99899\n4546,1645438990,47.74303,8.99899\n4547,1645438991,47.74303,8.99899\n4548,1645438992,47.74303,8.99899\n4549,1645438993,47.74303,8.99899\n4550,1645438994,47.74303,8.99899\n4551,1645438995,47.74303,8.99899\n4552,1645438996,47.74303,8.99899\n4553,1645438997,47.74303,8.99899\n4554,1645438998,47.74303,8.99899\n4555,1645438999,47.74303,8.99899\n4556,1645439000,47.74303,8.99899\n4557,1645439001,47.74303,8.99899\n4558,1645439002,47.74303,8.99899\n4559,1645439003,47.74303,8.99899\n4560,1645439004,47.74303,8.99899\n4561,1645439005,47.74303,8.99899\n4562,1645439006,47.74303,8.99899\n4563,1645439007,47.74303,8.99899\n4564,1645439008,47.74303,8.99899\n4565,1645439009,47.74303,8.99899\n4566,1645439010,47.74303,8.99899\n4567,1645439011,47.74303,8.99899\n4568,1645439012,47.74303,8.99899\n4569,1645439013,47.74303,8.99899\n4570,1645439014,47.74303,8.99899\n4571,1645439015,47.74303,8.99899\n4572,1645439016,47.74303,8.99899\n4573,1645439017,47.74303,8.99899\n4574,1645439018,47.74303,8.99899\n4575,1645439019,47.74303,8.99899\n4576,1645439020,47.74303,8.99899\n4577,1645439021,47.74303,8.99899\n4578,1645439022,47.74303,8.99899\n4579,1645439023,47.74303,8.99899\n4580,1645439024,47.74303,8.99899\n4581,1645439025,47.74303,8.99899\n4582,1645439026,47.74303,8.99899\n4583,1645439027,47.74303,8.99899\n4584,1645439028,47.74303,8.99899\n4585,1645439029,47.74303,8.99899\n4586,1645439030,47.74303,8.99899\n4587,1645439031,47.74303,8.99899\n4588,1645439032,47.74303,8.99899\n4589,1645439033,47.74303,8.99899\n4590,1645439034,47.74303,8.99899\n4591,1645439035,47.74303,8.99899\n4592,1645439036,47.74303,8.99899\n4593,1645439037,47.74303,8.99899\n4594,1645439038,47.74303,8.99899\n4595,1645439039,47.74303,8.99899\n4596,1645439040,47.74303,8.99899\n4597,1645439041,47.74303,8.99899\n4598,1645439042,47.74303,8.99899\n4599,1645439043,47.74303,8.99899\n4600,1645439044,47.74303,8.99899\n4601,1645439045,47.74303,8.99899\n4602,1645439046,47.74303,8.99899\n4603,1645439047,47.74303,8.99899\n4604,1645439048,47.74303,8.99899\n4605,1645439049,47.74303,8.99899\n4606,1645439050,47.74303,8.99899\n4607,1645439051,47.74303,8.99899\n4608,1645439052,47.74303,8.99899\n4609,1645439053,47.74303,8.99899\n4610,1645439054,47.74303,8.99899\n4611,1645439055,47.74303,8.99899\n4612,1645439056,47.74303,8.99899\n4613,1645439057,47.74303,8.99899\n4614,1645439058,47.74303,8.99899\n4615,1645439059,47.74303,8.99899\n4616,1645439060,47.74303,8.99899\n4617,1645439061,47.74303,8.99899\n4618,1645439062,47.74303,8.99899\n4619,1645439063,47.74303,8.99899\n4620,1645439064,47.74303,8.99899\n4621,1645439065,47.74303,8.99899\n4622,1645439066,47.74303,8.99899\n4623,1645439067,47.74303,8.99899\n4624,1645439068,47.74303,8.99899\n4625,1645439069,47.74303,8.99899\n4626,1645439070,47.74303,8.99899\n4627,1645439071,47.74303,8.99899\n4628,1645439072,47.74303,8.99899\n4629,1645439073,47.74303,8.99899\n4630,1645439074,47.74303,8.99899\n4631,1645439075,47.74303,8.99899\n4632,1645439076,47.74303,8.99899\n4633,1645439077,47.74303,8.99899\n4634,1645439078,47.74302,8.99899\n4635,1645439079,47.74302,8.99899\n4636,1645439080,47.74302,8.99900\n4637,1645439081,47.74302,8.99900\n4638,1645439082,47.74302,8.99900\n4639,1645439083,47.74302,8.99900\n4640,1645439084,47.74302,8.99900\n4641,1645439085,47.74302,8.99900\n4642,1645439086,47.74302,8.99900\n4643,1645439087,47.74302,8.99900\n4644,1645439088,47.74302,8.99900\n4645,1645439089,47.74302,8.99900\n4646,1645439090,47.74302,8.99900\n4647,1645439091,47.74302,8.99900\n4648,1645439092,47.74302,8.99900\n4649,1645439093,47.74302,8.99900\n4650,1645439094,47.74302,8.99900\n4651,1645439095,47.74302,8.99900\n4652,1645439096,47.74302,8.99900\n4653,1645439097,47.74302,8.99900\n4654,1645439098,47.74302,8.99900\n4655,1645439099,47.74302,8.99900\n4656,1645439100,47.74302,8.99900\n4657,1645439101,47.74302,8.99900\n4658,1645439102,47.74302,8.99900\n4659,1645439103,47.74302,8.99900\n4660,1645439104,47.74302,8.99900\n4661,1645439105,47.74302,8.99900\n4662,1645439106,47.74302,8.99900\n4663,1645439107,47.74302,8.99900\n4664,1645439108,47.74302,8.99900\n4665,1645439109,47.74302,8.99900\n4666,1645439110,47.74302,8.99900\n4667,1645439111,47.74302,8.99900\n4668,1645439112,47.74302,8.99900\n4669,1645439113,47.74302,8.99900\n4670,1645439114,47.74302,8.99900\n4671,1645439115,47.74302,8.99900\n4672,1645439116,47.74302,8.99900\n4673,1645439117,47.74302,8.99900\n4674,1645439118,47.74302,8.99900\n4675,1645439119,47.74302,8.99900\n4676,1645439120,47.74302,8.99900\n4677,1645439121,47.74302,8.99900\n4678,1645439122,47.74302,8.99900\n4679,1645439123,47.74302,8.99900\n4680,1645439124,47.74302,8.99900\n4681,1645439125,47.74302,8.99900\n4682,1645439126,47.74302,8.99900\n4683,1645439127,47.74302,8.99900\n4684,1645439128,47.74302,8.99900\n4685,1645439129,47.74302,8.99900\n4686,1645439130,47.74302,8.99900\n4687,1645439131,47.74302,8.99900\n4688,1645439132,47.74302,8.99900\n4689,1645439133,47.74302,8.99900\n4690,1645439134,47.74302,8.99900\n4691,1645439135,47.74302,8.99900\n4692,1645439136,47.74302,8.99900\n4693,1645439137,47.74302,8.99900\n4694,1645439138,47.74302,8.99900\n4695,1645439139,47.74302,8.99900\n4696,1645439140,47.74302,8.99900\n4697,1645439141,47.74302,8.99900\n4698,1645439142,47.74302,8.99900\n4699,1645439143,47.74302,8.99900\n4700,1645439144,47.74302,8.99900\n4701,1645439145,47.74302,8.99900\n4702,1645439146,47.74302,8.99900\n4703,1645439147,47.74302,8.99900\n4704,1645439148,47.74302,8.99900\n4705,1645439149,47.74302,8.99900\n4706,1645439150,47.74302,8.99900\n4707,1645439151,47.74302,8.99900\n4708,1645439152,47.74302,8.99900\n4709,1645439153,47.74302,8.99900\n4710,1645439154,47.74302,8.99900\n4711,1645439155,47.74302,8.99900\n4712,1645439156,47.74302,8.99900\n4713,1645439157,47.74302,8.99900\n4714,1645439158,47.74302,8.99900\n4715,1645439159,47.74302,8.99900\n4716,1645439160,47.74302,8.99900\n4717,1645439161,47.74302,8.99900\n4718,1645439162,47.74302,8.99900\n4719,1645439163,47.74302,8.99900\n4720,1645439164,47.74302,8.99900\n4721,1645439165,47.74302,8.99900\n4722,1645439166,47.74302,8.99900\n4723,1645439167,47.74302,8.99900\n4724,1645439168,47.74302,8.99900\n4725,1645439169,47.74302,8.99900\n4726,1645439170,47.74302,8.99900\n4727,1645439171,47.74302,8.99900\n4728,1645439172,47.74302,8.99901\n4729,1645439173,47.74302,8.99901\n4730,1645439174,47.74302,8.99901\n4731,1645439175,47.74302,8.99901\n4732,1645439176,47.74302,8.99901\n4733,1645439177,47.74302,8.99901\n4734,1645439178,47.74302,8.99901\n4735,1645439179,47.74302,8.99901\n4736,1645439180,47.74302,8.99901\n4737,1645439181,47.74302,8.99901\n4738,1645439182,47.74302,8.99901\n4739,1645439183,47.74302,8.99901\n4740,1645439184,47.74302,8.99901\n4741,1645439185,47.74302,8.99901\n4742,1645439186,47.74302,8.99901\n4743,1645439187,47.74302,8.99901\n4744,1645439188,47.74302,8.99901\n4745,1645439189,47.74302,8.99901\n4746,1645439190,47.74302,8.99901\n4747,1645439191,47.74302,8.99901\n4748,1645439192,47.74302,8.99901\n4749,1645439193,47.74302,8.99901\n4750,1645439194,47.74302,8.99901\n4751,1645439195,47.74302,8.99900\n4752,1645439196,47.74302,8.99900\n4753,1645439197,47.74302,8.99900\n4754,1645439198,47.74302,8.99900\n4755,1645439199,47.74302,8.99900\n4756,1645439200,47.74302,8.99900\n4757,1645439201,47.74302,8.99900\n4758,1645439202,47.74302,8.99900\n4759,1645439203,47.74302,8.99900\n4760,1645439204,47.74302,8.99900\n4761,1645439205,47.74302,8.99900\n4762,1645439206,47.74302,8.99900\n4763,1645439207,47.74302,8.99900\n4764,1645439208,47.74302,8.99900\n4765,1645439209,47.74302,8.99900\n4766,1645439210,47.74302,8.99900\n4767,1645439211,47.74302,8.99900\n4768,1645439212,47.74302,8.99900\n4769,1645439213,47.74302,8.99900\n4770,1645439214,47.74302,8.99900\n4771,1645439215,47.74302,8.99900\n4772,1645439216,47.74302,8.99900\n4773,1645439217,47.74302,8.99900\n4774,1645439218,47.74302,8.99900\n4775,1645439219,47.74302,8.99900\n4776,1645439220,47.74302,8.99900\n4777,1645439221,47.74302,8.99900\n4778,1645439222,47.74302,8.99900\n4779,1645439223,47.74302,8.99900\n4780,1645439224,47.74302,8.99900\n4781,1645439225,47.74302,8.99900\n4782,1645439226,47.74302,8.99900\n4783,1645439227,47.74302,8.99900\n4784,1645439228,47.74302,8.99900\n4785,1645439229,47.74302,8.99900\n4786,1645439230,47.74302,8.99900\n4787,1645439231,47.74302,8.99900\n4788,1645439232,47.74302,8.99900\n4789,1645439233,47.74302,8.99900\n4790,1645439234,47.74302,8.99900\n4791,1645439235,47.74302,8.99900\n4792,1645439236,47.74302,8.99900\n4793,1645439237,47.74302,8.99900\n4794,1645439238,47.74302,8.99900\n4795,1645439239,47.74302,8.99900\n4796,1645439240,47.74302,8.99900\n4797,1645439241,47.74302,8.99900\n4798,1645439242,47.74302,8.99900\n4799,1645439243,47.74302,8.99900\n4800,1645439244,47.74302,8.99900\n4801,1645439245,47.74302,8.99900\n4802,1645439246,47.74302,8.99900\n4803,1645439247,47.74302,8.99900\n4804,1645439248,47.74302,8.99900\n4805,1645439249,47.74302,8.99900\n4806,1645439250,47.74302,8.99900\n4807,1645439251,47.74302,8.99900\n4808,1645439252,47.74302,8.99900\n4809,1645439253,47.74302,8.99900\n4810,1645439254,47.74302,8.99900\n4811,1645439255,47.74302,8.99900\n4812,1645439256,47.74302,8.99900\n4813,1645439257,47.74302,8.99900\n4814,1645439258,47.74302,8.99900\n4815,1645439259,47.74302,8.99900\n4816,1645439260,47.74302,8.99900\n4817,1645439261,47.74302,8.99900\n4818,1645439262,47.74302,8.99900\n4819,1645439263,47.74302,8.99900\n4820,1645439264,47.74302,8.99900\n4821,1645439265,47.74302,8.99900\n4822,1645439266,47.74302,8.99900\n4823,1645439267,47.74302,8.99900\n4824,1645439268,47.74302,8.99900\n4825,1645439269,47.74302,8.99900\n4826,1645439270,47.74302,8.99900\n4827,1645439271,47.74302,8.99900\n4828,1645439272,47.74302,8.99900\n4829,1645439273,47.74302,8.99900\n4830,1645439274,47.74302,8.99900\n4831,1645439275,47.74302,8.99900\n4832,1645439276,47.74302,8.99900\n4833,1645439277,47.74302,8.99900\n4834,1645439278,47.74302,8.99900\n4835,1645439279,47.74302,8.99900\n4836,1645439280,47.74302,8.99900\n4837,1645439281,47.74302,8.99900\n4838,1645439282,47.74302,8.99900\n4839,1645439283,47.74302,8.99900\n4840,1645439284,47.74302,8.99900\n4841,1645439285,47.74302,8.99900\n4842,1645439286,47.74302,8.99900\n4843,1645439287,47.74302,8.99900\n4844,1645439288,47.74302,8.99900\n4845,1645439289,47.74302,8.99900\n4846,1645439290,47.74302,8.99900\n4847,1645439291,47.74302,8.99900\n4848,1645439292,47.74302,8.99900\n4849,1645439293,47.74302,8.99900\n4850,1645439294,47.74302,8.99900\n4851,1645439295,47.74302,8.99900\n4852,1645439296,47.74302,8.99900\n4853,1645439297,47.74302,8.99900\n4854,1645439298,47.74302,8.99900\n4855,1645439299,47.74302,8.99900\n4856,1645439300,47.74302,8.99900\n4857,1645439301,47.74302,8.99900\n4858,1645439302,47.74302,8.99900\n4859,1645439303,47.74302,8.99900\n4860,1645439304,47.74302,8.99900\n4861,1645439305,47.74302,8.99900\n4862,1645439306,47.74302,8.99900\n4863,1645439307,47.74302,8.99900\n4864,1645439308,47.74302,8.99900\n4865,1645439309,47.74302,8.99900\n4866,1645439310,47.74302,8.99900\n4867,1645439311,47.74302,8.99900\n4868,1645439312,47.74302,8.99900\n4869,1645439313,47.74302,8.99900\n4870,1645439314,47.74302,8.99900\n4871,1645439315,47.74302,8.99900\n4872,1645439316,47.74302,8.99900\n4873,1645439317,47.74302,8.99900\n4874,1645439318,47.74302,8.99900\n4875,1645439319,47.74302,8.99900\n4876,1645439320,47.74302,8.99900\n4877,1645439321,47.74302,8.99900\n4878,1645439322,47.74302,8.99900\n4879,1645439323,47.74302,8.99900\n4880,1645439324,47.74302,8.99900\n4881,1645439325,47.74302,8.99900\n4882,1645439326,47.74302,8.99900\n4883,1645439327,47.74302,8.99900\n4884,1645439328,47.74302,8.99900\n4885,1645439329,47.74302,8.99900\n4886,1645439330,47.74302,8.99900\n4887,1645439331,47.74302,8.99900\n4888,1645439332,47.74302,8.99900\n4889,1645439333,47.74302,8.99900\n4890,1645439334,47.74302,8.99900\n4891,1645439335,47.74302,8.99900\n4892,1645439336,47.74302,8.99900\n4893,1645439337,47.74302,8.99900\n4894,1645439338,47.74302,8.99900\n4895,1645439339,47.74302,8.99900\n4896,1645439340,47.74302,8.99900\n4897,1645439341,47.74302,8.99900\n4898,1645439342,47.74302,8.99900\n4899,1645439343,47.74302,8.99900\n4900,1645439344,47.74302,8.99900\n4901,1645439345,47.74302,8.99900\n4902,1645439346,47.74302,8.99900\n4903,1645439347,47.74302,8.99900\n4904,1645439348,47.74302,8.99900\n4905,1645439349,47.74302,8.99900\n4906,1645439350,47.74302,8.99900\n4907,1645439351,47.74302,8.99900\n4908,1645439352,47.74302,8.99900\n4909,1645439353,47.74302,8.99900\n4910,1645439354,47.74302,8.99900\n4911,1645439355,47.74302,8.99900\n4912,1645439356,47.74302,8.99900\n4913,1645439357,47.74302,8.99900\n4914,1645439358,47.74302,8.99900\n4915,1645439359,47.74302,8.99900\n4916,1645439360,47.74302,8.99900\n4917,1645439361,47.74302,8.99900\n4918,1645439362,47.74302,8.99900\n4919,1645439363,47.74302,8.99900\n4920,1645439364,47.74302,8.99900\n4921,1645439365,47.74302,8.99900\n4922,1645439366,47.74302,8.99900\n4923,1645439367,47.74302,8.99900\n4924,1645439368,47.74302,8.99900\n4925,1645439369,47.74302,8.99900\n4926,1645439370,47.74302,8.99900\n4927,1645439371,47.74302,8.99900\n4928,1645439372,47.74302,8.99900\n4929,1645439373,47.74302,8.99900\n4930,1645439374,47.74302,8.99900\n4931,1645439375,47.74302,8.99900\n4932,1645439376,47.74302,8.99900\n4933,1645439377,47.74302,8.99900\n4934,1645439378,47.74302,8.99900\n4935,1645439379,47.74302,8.99900\n4936,1645439380,47.74302,8.99900\n4937,1645439381,47.74302,8.99900\n4938,1645439382,47.74302,8.99900\n4939,1645439383,47.74302,8.99900\n4940,1645439384,47.74302,8.99900\n4941,1645439385,47.74302,8.99900\n4942,1645439386,47.74302,8.99900\n4943,1645439387,47.74302,8.99900\n4944,1645439388,47.74302,8.99900\n4945,1645439389,47.74302,8.99900\n4946,1645439390,47.74302,8.99900\n4947,1645439391,47.74302,8.99900\n4948,1645439392,47.74302,8.99900\n4949,1645439393,47.74302,8.99900\n4950,1645439394,47.74302,8.99900\n4951,1645439395,47.74302,8.99900\n4952,1645439396,47.74302,8.99900\n4953,1645439397,47.74302,8.99900\n4954,1645439398,47.74302,8.99900\n4955,1645439399,47.74302,8.99900\n4956,1645439400,47.74302,8.99900\n4957,1645439401,47.74302,8.99900\n4958,1645439402,47.74302,8.99900\n4959,1645439403,47.74302,8.99900\n4960,1645439404,47.74302,8.99900\n4961,1645439405,47.74302,8.99900\n4962,1645439406,47.74302,8.99900\n4963,1645439407,47.74302,8.99900\n4964,1645439408,47.74302,8.99900\n4965,1645439409,47.74302,8.99900\n4966,1645439410,47.74302,8.99900\n4967,1645439411,47.74302,8.99900\n4968,1645439412,47.74302,8.99900\n4969,1645439413,47.74302,8.99900\n4970,1645439414,47.74302,8.99900\n4971,1645439415,47.74302,8.99900\n4972,1645439416,47.74302,8.99900\n4973,1645439417,47.74302,8.99900\n4974,1645439418,47.74302,8.99900\n4975,1645439419,47.74302,8.99900\n4976,1645439420,47.74302,8.99900\n4977,1645439421,47.74302,8.99900\n4978,1645439422,47.74302,8.99900\n4979,1645439423,47.74302,8.99900\n4980,1645439424,47.74302,8.99900\n4981,1645439425,47.74302,8.99900\n4982,1645439426,47.74302,8.99900\n4983,1645439427,47.74302,8.99900\n4984,1645439428,47.74302,8.99900\n4985,1645439429,47.74302,8.99900\n4986,1645439430,47.74302,8.99900\n4987,1645439431,47.74302,8.99900\n4988,1645439432,47.74302,8.99900\n4989,1645439433,47.74302,8.99900\n4990,1645439434,47.74302,8.99900\n4991,1645439435,47.74302,8.99900\n4992,1645439436,47.74302,8.99900\n4993,1645439437,47.74302,8.99900\n4994,1645439438,47.74302,8.99900\n4995,1645439439,47.74302,8.99900\n4996,1645439440,47.74302,8.99900\n4997,1645439441,47.74302,8.99900\n4998,1645439442,47.74302,8.99900\n4999,1645439443,47.74302,8.99900\n5000,1645439444,47.74302,8.99900\n5001,1645439445,47.74302,8.99900\n5002,1645439446,47.74302,8.99900\n5003,1645439447,47.74302,8.99900\n5004,1645439448,47.74302,8.99900\n5005,1645439449,47.74302,8.99900\n5006,1645439450,47.74302,8.99900\n5007,1645439451,47.74302,8.99900\n5008,1645439452,47.74302,8.99900\n5009,1645439453,47.74302,8.99900\n5010,1645439454,47.74302,8.99900\n5011,1645439455,47.74302,8.99900\n5012,1645439456,47.74302,8.99900\n5013,1645439457,47.74302,8.99900\n5014,1645439458,47.74302,8.99900\n5015,1645439459,47.74302,8.99900\n5016,1645439460,47.74302,8.99900\n5017,1645439461,47.74302,8.99900\n5018,1645439462,47.74302,8.99900\n5019,1645439463,47.74302,8.99900\n5020,1645439464,47.74302,8.99900\n5021,1645439465,47.74302,8.99900\n5022,1645439466,47.74302,8.99900\n5023,1645439467,47.74302,8.99900\n5024,1645439468,47.74302,8.99900\n5025,1645439469,47.74302,8.99900\n5026,1645439470,47.74302,8.99900\n5027,1645439471,47.74302,8.99900\n5028,1645439472,47.74302,8.99900\n5029,1645439473,47.74302,8.99900\n5030,1645439474,47.74302,8.99900\n5031,1645439475,47.74302,8.99900\n5032,1645439476,47.74302,8.99900\n5033,1645439477,47.74302,8.99900\n5034,1645439478,47.74302,8.99900\n5035,1645439479,47.74302,8.99900\n5036,1645439480,47.74302,8.99900\n5037,1645439481,47.74302,8.99900\n5038,1645439482,47.74302,8.99900\n5039,1645439483,47.74302,8.99900\n5040,1645439484,47.74302,8.99900\n5041,1645439485,47.74302,8.99900\n5042,1645439486,47.74302,8.99900\n5043,1645439487,47.74302,8.99900\n5044,1645439488,47.74302,8.99900\n5045,1645439489,47.74302,8.99900\n5046,1645439490,47.74302,8.99900\n5047,1645439491,47.74302,8.99900\n5048,1645439492,47.74302,8.99900\n5049,1645439493,47.74302,8.99900\n5050,1645439494,47.74302,8.99900\n5051,1645439495,47.74302,8.99900\n5052,1645439496,47.74302,8.99900\n5053,1645439497,47.74302,8.99900\n5054,1645439498,47.74302,8.99900\n5055,1645439499,47.74302,8.99900\n5056,1645439500,47.74302,8.99900\n5057,1645439501,47.74302,8.99900\n5058,1645439502,47.74302,8.99900\n5059,1645439503,47.74302,8.99900\n5060,1645439504,47.74302,8.99900\n5061,1645439505,47.74302,8.99900\n5062,1645439506,47.74302,8.99900\n5063,1645439507,47.74302,8.99900\n5064,1645439508,47.74302,8.99900\n5065,1645439509,47.74302,8.99900\n5066,1645439510,47.74302,8.99900\n5067,1645439511,47.74302,8.99900\n5068,1645439512,47.74302,8.99900\n5069,1645439513,47.74302,8.99900\n5070,1645439514,47.74302,8.99900\n5071,1645439515,47.74302,8.99900\n5072,1645439516,47.74302,8.99900\n5073,1645439517,47.74302,8.99900\n5074,1645439518,47.74302,8.99900\n5075,1645439519,47.74302,8.99900\n5076,1645439520,47.74302,8.99900\n5077,1645439521,47.74302,8.99900\n5078,1645439522,47.74302,8.99900\n5079,1645439523,47.74302,8.99900\n5080,1645439524,47.74302,8.99900\n5081,1645439525,47.74302,8.99900\n5082,1645439526,47.74302,8.99900\n5083,1645439527,47.74302,8.99900\n5084,1645439528,47.74302,8.99900\n5085,1645439529,47.74302,8.99900\n5086,1645439530,47.74302,8.99900\n5087,1645439531,47.74302,8.99900\n5088,1645439532,47.74302,8.99900\n5089,1645439533,47.74302,8.99900\n5090,1645439534,47.74302,8.99900\n5091,1645439535,47.74302,8.99900\n5092,1645439536,47.74302,8.99900\n5093,1645439537,47.74302,8.99900\n5094,1645439538,47.74302,8.99900\n5095,1645439539,47.74302,8.99900\n5096,1645439540,47.74302,8.99900\n5097,1645439541,47.74302,8.99900\n5098,1645439542,47.74302,8.99900\n5099,1645439543,47.74302,8.99900\n5100,1645439544,47.74302,8.99900\n5101,1645439545,47.74302,8.99900\n5102,1645439546,47.74302,8.99900\n5103,1645439547,47.74302,8.99900\n5104,1645439548,47.74302,8.99900\n5105,1645439549,47.74302,8.99900\n5106,1645439550,47.74302,8.99900\n5107,1645439551,47.74302,8.99900\n5108,1645439552,47.74302,8.99900\n5109,1645439553,47.74302,8.99900\n5110,1645439554,47.74302,8.99900\n5111,1645439555,47.74302,8.99900\n5112,1645439556,47.74302,8.99900\n5113,1645439557,47.74302,8.99900\n5114,1645439558,47.74302,8.99900\n5115,1645439559,47.74302,8.99900\n5116,1645439560,47.74302,8.99900\n5117,1645439561,47.74302,8.99900\n5118,1645439562,47.74302,8.99900\n5119,1645439563,47.74302,8.99900\n5120,1645439564,47.74302,8.99900\n5121,1645439565,47.74302,8.99900\n5122,1645439566,47.74302,8.99900\n5123,1645439567,47.74302,8.99900\n5124,1645439568,47.74302,8.99900\n5125,1645439569,47.74302,8.99900\n5126,1645439570,47.74302,8.99900\n5127,1645439571,47.74302,8.99900\n5128,1645439572,47.74302,8.99900\n5129,1645439573,47.74302,8.99900\n5130,1645439574,47.74302,8.99900\n5131,1645439575,47.74302,8.99900\n5132,1645439576,47.74302,8.99900\n5133,1645439577,47.74302,8.99900\n5134,1645439578,47.74302,8.99900\n5135,1645439579,47.74302,8.99900\n5136,1645439580,47.74302,8.99900\n5137,1645439581,47.74302,8.99900\n5138,1645439582,47.74302,8.99900\n5139,1645439583,47.74302,8.99900\n5140,1645439584,47.74302,8.99900\n5141,1645439585,47.74302,8.99900\n5142,1645439586,47.74302,8.99900\n5143,1645439587,47.74302,8.99900\n5144,1645439588,47.74302,8.99900\n5145,1645439589,47.74302,8.99900\n5146,1645439590,47.74302,8.99900\n5147,1645439591,47.74302,8.99900\n5148,1645439592,47.74302,8.99900\n5149,1645439593,47.74302,8.99900\n5150,1645439594,47.74302,8.99900\n5151,1645439595,47.74302,8.99900\n5152,1645439596,47.74302,8.99900\n5153,1645439597,47.74302,8.99900\n5154,1645439598,47.74302,8.99900\n5155,1645439599,47.74302,8.99900\n5156,1645439600,47.74302,8.99900\n5157,1645439601,47.74302,8.99900\n5158,1645439602,47.74302,8.99900\n5159,1645439603,47.74302,8.99900\n5160,1645439604,47.74302,8.99900\n5161,1645439605,47.74302,8.99900\n5162,1645439606,47.74302,8.99900\n5163,1645439607,47.74302,8.99900\n5164,1645439608,47.74302,8.99900\n5165,1645439609,47.74302,8.99900\n5166,1645439610,47.74302,8.99900\n5167,1645439611,47.74302,8.99900\n5168,1645439612,47.74302,8.99900\n5169,1645439613,47.74302,8.99900\n5170,1645439614,47.74302,8.99900\n5171,1645439615,47.74302,8.99900\n5172,1645439616,47.74302,8.99900\n5173,1645439617,47.74302,8.99900\n5174,1645439618,47.74302,8.99900\n5175,1645439619,47.74302,8.99900\n5176,1645439620,47.74302,8.99900\n5177,1645439621,47.74302,8.99900\n5178,1645439622,47.74302,8.99900\n5179,1645439623,47.74302,8.99900\n5180,1645439624,47.74302,8.99900\n5181,1645439625,47.74302,8.99900\n5182,1645439626,47.74302,8.99900\n5183,1645439627,47.74302,8.99900\n5184,1645439628,47.74302,8.99900\n5185,1645439629,47.74302,8.99900\n5186,1645439630,47.74302,8.99900\n5187,1645439631,47.74302,8.99900\n5188,1645439632,47.74302,8.99900\n5189,1645439633,47.74302,8.99900\n5190,1645439634,47.74302,8.99900\n5191,1645439635,47.74302,8.99900\n5192,1645439636,47.74302,8.99900\n5193,1645439637,47.74302,8.99900\n5194,1645439638,47.74302,8.99900\n5195,1645439639,47.74302,8.99900\n5196,1645439640,47.74302,8.99900\n5197,1645439641,47.74302,8.99900\n5198,1645439642,47.74302,8.99900\n5199,1645439643,47.74302,8.99900\n5200,1645439644,47.74302,8.99900\n5201,1645439645,47.74302,8.99900\n5202,1645439646,47.74302,8.99900\n5203,1645439647,47.74302,8.99900\n5204,1645439648,47.74302,8.99900\n5205,1645439649,47.74302,8.99900\n5206,1645439650,47.74302,8.99900\n5207,1645439651,47.74302,8.99900\n5208,1645439652,47.74302,8.99900\n5209,1645439653,47.74302,8.99900\n5210,1645439654,47.74302,8.99900\n5211,1645439655,47.74302,8.99900\n5212,1645439656,47.74302,8.99900\n5213,1645439657,47.74302,8.99900\n5214,1645439658,47.74302,8.99900\n5215,1645439659,47.74302,8.99900\n5216,1645439660,47.74302,8.99900\n5217,1645439661,47.74302,8.99900\n5218,1645439662,47.74302,8.99900\n5219,1645439663,47.74302,8.99900\n5220,1645439664,47.74302,8.99900\n5221,1645439665,47.74302,8.99900\n5222,1645439666,47.74302,8.99900\n5223,1645439667,47.74302,8.99900\n5224,1645439668,47.74302,8.99900\n5225,1645439669,47.74302,8.99900\n5226,1645439670,47.74302,8.99900\n5227,1645439671,47.74302,8.99900\n5228,1645439672,47.74302,8.99900\n5229,1645439673,47.74302,8.99900\n5230,1645439674,47.74302,8.99900\n5231,1645439675,47.74302,8.99900\n5232,1645439676,47.74302,8.99900\n5233,1645439677,47.74302,8.99900\n5234,1645439678,47.74302,8.99900\n5235,1645439679,47.74302,8.99900\n5236,1645439680,47.74302,8.99900\n5237,1645439681,47.74302,8.99900\n5238,1645439682,47.74302,8.99900\n5239,1645439683,47.74302,8.99900\n5240,1645439684,47.74302,8.99900\n5241,1645439685,47.74302,8.99900\n5242,1645439686,47.74302,8.99900\n5243,1645439687,47.74302,8.99900\n5244,1645439688,47.74302,8.99900\n5245,1645439689,47.74302,8.99900\n5246,1645439690,47.74302,8.99900\n5247,1645439691,47.74302,8.99900\n5248,1645439692,47.74302,8.99900\n5249,1645439693,47.74302,8.99900\n5250,1645439694,47.74302,8.99900\n5251,1645439695,47.74302,8.99900\n5252,1645439696,47.74302,8.99900\n5253,1645439697,47.74302,8.99900\n5254,1645439698,47.74302,8.99900\n5255,1645439699,47.74302,8.99900\n5256,1645439700,47.74302,8.99900\n5257,1645439701,47.74302,8.99900\n5258,1645439702,47.74302,8.99900\n5259,1645439703,47.74302,8.99900\n5260,1645439704,47.74302,8.99900\n5261,1645439705,47.74302,8.99900\n5262,1645439706,47.74302,8.99900\n5263,1645439707,47.74302,8.99900\n5264,1645439708,47.74302,8.99900\n5265,1645439709,47.74302,8.99900\n5266,1645439710,47.74302,8.99900\n5267,1645439711,47.74302,8.99900\n5268,1645439712,47.74302,8.99900\n5269,1645439713,47.74302,8.99900\n5270,1645439714,47.74302,8.99900\n5271,1645439715,47.74302,8.99900\n5272,1645439716,47.74302,8.99900\n5273,1645439717,47.74302,8.99900\n5274,1645439718,47.74302,8.99900\n5275,1645439719,47.74302,8.99900\n5276,1645439720,47.74302,8.99900\n5277,1645439721,47.74302,8.99900\n5278,1645439722,47.74302,8.99900\n5279,1645439723,47.74302,8.99900\n5280,1645439724,47.74302,8.99900\n5281,1645439725,47.74302,8.99900\n5282,1645439726,47.74302,8.99900\n5283,1645439727,47.74302,8.99900\n5284,1645439728,47.74302,8.99900\n5285,1645439729,47.74302,8.99900\n5286,1645439730,47.74302,8.99900\n5287,1645439731,47.74302,8.99900\n5288,1645439732,47.74302,8.99900\n5289,1645439733,47.74302,8.99900\n5290,1645439734,47.74302,8.99900\n5291,1645439735,47.74302,8.99900\n5292,1645439736,47.74302,8.99900\n5293,1645439737,47.74302,8.99900\n5294,1645439738,47.74302,8.99900\n5295,1645439739,47.74302,8.99900\n5296,1645439740,47.74302,8.99900\n5297,1645439741,47.74302,8.99900\n5298,1645439742,47.74302,8.99900\n5299,1645439743,47.74302,8.99900\n5300,1645439744,47.74302,8.99900\n5301,1645439745,47.74302,8.99900\n5302,1645439746,47.74302,8.99900\n5303,1645439747,47.74302,8.99900\n5304,1645439748,47.74302,8.99900\n5305,1645439749,47.74302,8.99900\n5306,1645439750,47.74302,8.99900\n5307,1645439751,47.74302,8.99900\n5308,1645439752,47.74302,8.99900\n5309,1645439753,47.74302,8.99900\n5310,1645439754,47.74302,8.99900\n5311,1645439755,47.74302,8.99900\n5312,1645439756,47.74302,8.99900\n5313,1645439757,47.74302,8.99900\n5314,1645439758,47.74302,8.99900\n5315,1645439759,47.74302,8.99900\n5316,1645439760,47.74302,8.99900\n5317,1645439761,47.74302,8.99900\n5318,1645439762,47.74302,8.99900\n5319,1645439763,47.74302,8.99900\n5320,1645439764,47.74302,8.99900\n5321,1645439765,47.74302,8.99900\n5322,1645439766,47.74302,8.99900\n5323,1645439767,47.74302,8.99900\n5324,1645439768,47.74302,8.99900\n5325,1645439769,47.74302,8.99900\n5326,1645439770,47.74302,8.99900\n5327,1645439771,47.74302,8.99900\n5328,1645439772,47.74302,8.99900\n5329,1645439773,47.74302,8.99900\n5330,1645439774,47.74302,8.99900\n5331,1645439775,47.74302,8.99900\n5332,1645439776,47.74302,8.99900\n5333,1645439777,47.74302,8.99900\n5334,1645439778,47.74302,8.99900\n5335,1645439779,47.74302,8.99900\n5336,1645439780,47.74302,8.99900\n5337,1645439781,47.74302,8.99900\n5338,1645439782,47.74302,8.99900\n5339,1645439783,47.74302,8.99900\n5340,1645439784,47.74302,8.99900\n5341,1645439785,47.74302,8.99900\n5342,1645439786,47.74302,8.99900\n5343,1645439787,47.74302,8.99900\n5344,1645439788,47.74302,8.99900\n5345,1645439789,47.74302,8.99900\n5346,1645439790,47.74302,8.99900\n5347,1645439791,47.74302,8.99900\n5348,1645439792,47.74302,8.99900\n5349,1645439793,47.74302,8.99900\n5350,1645439794,47.74302,8.99900\n5351,1645439795,47.74302,8.99900\n5352,1645439796,47.74302,8.99900\n5353,1645439797,47.74302,8.99900\n5354,1645439798,47.74302,8.99900\n5355,1645439799,47.74302,8.99900\n5356,1645439800,47.74302,8.99900\n5357,1645439801,47.74302,8.99900\n5358,1645439802,47.74302,8.99900\n5359,1645439803,47.74302,8.99900\n5360,1645439804,47.74302,8.99900\n5361,1645439805,47.74302,8.99900\n5362,1645439806,47.74302,8.99900\n5363,1645439807,47.74302,8.99900\n5364,1645439808,47.74302,8.99900\n5365,1645439809,47.74302,8.99900\n5366,1645439810,47.74302,8.99900\n5367,1645439811,47.74302,8.99900\n5368,1645439812,47.74302,8.99900\n5369,1645439813,47.74302,8.99900\n5370,1645439814,47.74302,8.99900\n5371,1645439815,47.74302,8.99900\n5372,1645439816,47.74302,8.99900\n5373,1645439817,47.74302,8.99900\n5374,1645439818,47.74302,8.99900\n5375,1645439819,47.74302,8.99900\n5376,1645439820,47.74302,8.99900\n5377,1645439821,47.74302,8.99900\n5378,1645439822,47.74302,8.99900\n5379,1645439823,47.74302,8.99900\n5380,1645439824,47.74302,8.99900\n5381,1645439825,47.74302,8.99900\n5382,1645439826,47.74302,8.99900\n5383,1645439827,47.74302,8.99900\n5384,1645439828,47.74302,8.99900\n5385,1645439829,47.74302,8.99900\n5386,1645439830,47.74302,8.99900\n5387,1645439831,47.74302,8.99900\n5388,1645439832,47.74302,8.99900\n5389,1645439833,47.74302,8.99900\n5390,1645439834,47.74302,8.99900\n5391,1645439835,47.74302,8.99900\n5392,1645439836,47.74302,8.99900\n5393,1645439837,47.74302,8.99900\n5394,1645439838,47.74302,8.99900\n5395,1645439839,47.74302,8.99900\n5396,1645439840,47.74302,8.99900\n5397,1645439841,47.74302,8.99900\n5398,1645439842,47.74302,8.99900\n5399,1645439843,47.74302,8.99900\n5400,1645439844,47.74302,8.99900\n5401,1645439845,47.74302,8.99900\n5402,1645439846,47.74302,8.99900\n5403,1645439847,47.74302,8.99900\n5404,1645439848,47.74302,8.99900\n5405,1645439849,47.74302,8.99900\n5406,1645439850,47.74302,8.99900\n5407,1645439851,47.74302,8.99900\n5408,1645439852,47.74302,8.99900\n5409,1645439853,47.74302,8.99900\n5410,1645439854,47.74302,8.99900\n5411,1645439855,47.74302,8.99900\n5412,1645439856,47.74302,8.99900\n5413,1645439857,47.74302,8.99900\n5414,1645439858,47.74302,8.99900\n5415,1645439859,47.74302,8.99900\n5416,1645439860,47.74302,8.99900\n5417,1645439861,47.74302,8.99900\n5418,1645439862,47.74302,8.99900\n5419,1645439863,47.74302,8.99900\n5420,1645439864,47.74302,8.99900\n5421,1645439865,47.74302,8.99900\n5422,1645439866,47.74302,8.99900\n5423,1645439867,47.74302,8.99900\n5424,1645439868,47.74302,8.99900\n5425,1645439869,47.74302,8.99900\n5426,1645439870,47.74302,8.99900\n5427,1645439871,47.74302,8.99900\n5428,1645439872,47.74302,8.99900\n5429,1645439873,47.74302,8.99900\n5430,1645439874,47.74302,8.99900\n5431,1645439875,47.74302,8.99900\n5432,1645439876,47.74302,8.99900\n5433,1645439877,47.74302,8.99900\n5434,1645439878,47.74302,8.99900\n5435,1645439879,47.74302,8.99900\n5436,1645439880,47.74302,8.99900\n5437,1645439881,47.74302,8.99900\n5438,1645439882,47.74302,8.99900\n5439,1645439883,47.74302,8.99900\n5440,1645439884,47.74302,8.99900\n5441,1645439885,47.74302,8.99900\n5442,1645439886,47.74302,8.99900\n5443,1645439887,47.74302,8.99900\n5444,1645439888,47.74302,8.99900\n5445,1645439889,47.74302,8.99900\n5446,1645439890,47.74302,8.99900\n5447,1645439891,47.74302,8.99900\n5448,1645439892,47.74302,8.99900\n5449,1645439893,47.74302,8.99900\n5450,1645439894,47.74302,8.99900\n5451,1645439895,47.74302,8.99900\n5452,1645439896,47.74302,8.99900\n5453,1645439897,47.74302,8.99900\n5454,1645439898,47.74302,8.99900\n5455,1645439899,47.74302,8.99900\n5456,1645439900,47.74302,8.99900\n5457,1645439901,47.74302,8.99900\n5458,1645439902,47.74302,8.99900\n5459,1645439903,47.74302,8.99900\n5460,1645439904,47.74302,8.99900\n5461,1645439905,47.74302,8.99900\n5462,1645439906,47.74302,8.99900\n5463,1645439907,47.74302,8.99900\n5464,1645439908,47.74302,8.99900\n5465,1645439909,47.74302,8.99900\n5466,1645439910,47.74302,8.99900\n5467,1645439911,47.74302,8.99900\n5468,1645439912,47.74302,8.99900\n5469,1645439913,47.74302,8.99900\n5470,1645439914,47.74302,8.99900\n5471,1645439915,47.74302,8.99900\n5472,1645439916,47.74302,8.99900\n5473,1645439917,47.74302,8.99900\n5474,1645439918,47.74302,8.99900\n5475,1645439919,47.74302,8.99900\n5476,1645439920,47.74302,8.99900\n5477,1645439921,47.74302,8.99900\n5478,1645439922,47.74302,8.99900\n5479,1645439923,47.74302,8.99900\n5480,1645439924,47.74302,8.99900\n5481,1645439925,47.74302,8.99900\n5482,1645439926,47.74302,8.99900\n5483,1645439927,47.74302,8.99900\n5484,1645439928,47.74302,8.99900\n5485,1645439929,47.74302,8.99900\n5486,1645439930,47.74302,8.99900\n5487,1645439931,47.74302,8.99900\n5488,1645439932,47.74302,8.99900\n5489,1645439933,47.74302,8.99900\n5490,1645439934,47.74302,8.99900\n5491,1645439935,47.74302,8.99900\n5492,1645439936,47.74302,8.99900\n5493,1645439937,47.74302,8.99900\n5494,1645439938,47.74302,8.99900\n5495,1645439939,47.74302,8.99900\n5496,1645439940,47.74302,8.99900\n5497,1645439941,47.74302,8.99900\n5498,1645439942,47.74302,8.99900\n5499,1645439943,47.74302,8.99900\n5500,1645439944,47.74302,8.99900\n5501,1645439945,47.74302,8.99900\n5502,1645439946,47.74302,8.99900\n5503,1645439947,47.74302,8.99900\n5504,1645439948,47.74302,8.99900\n5505,1645439949,47.74302,8.99900\n5506,1645439950,47.74302,8.99900\n5507,1645439951,47.74302,8.99900\n5508,1645439952,47.74302,8.99900\n5509,1645439953,47.74302,8.99900\n5510,1645439954,47.74302,8.99900\n5511,1645439955,47.74302,8.99900\n5512,1645439956,47.74302,8.99900\n5513,1645439957,47.74302,8.99900\n5514,1645439958,47.74302,8.99900\n5515,1645439959,47.74302,8.99900\n5516,1645439960,47.74302,8.99900\n5517,1645439961,47.74302,8.99900\n5518,1645439962,47.74302,8.99900\n5519,1645439963,47.74302,8.99900\n5520,1645439964,47.74302,8.99900\n5521,1645439965,47.74302,8.99900\n5522,1645439966,47.74302,8.99900\n5523,1645439967,47.74302,8.99900\n5524,1645439968,47.74302,8.99900\n5525,1645439969,47.74302,8.99900\n5526,1645439970,47.74302,8.99900\n5527,1645439971,47.74302,8.99900\n5528,1645439972,47.74302,8.99900\n5529,1645439973,47.74302,8.99900\n5530,1645439974,47.74302,8.99900\n5531,1645439975,47.74302,8.99900\n5532,1645439976,47.74302,8.99900\n5533,1645439977,47.74302,8.99900\n5534,1645439978,47.74302,8.99900\n5535,1645439979,47.74302,8.99900\n5536,1645439980,47.74302,8.99900\n5537,1645439981,47.74302,8.99900\n5538,1645439982,47.74302,8.99900\n5539,1645439983,47.74302,8.99900\n5540,1645439984,47.74302,8.99900\n5541,1645439985,47.74302,8.99900\n5542,1645439986,47.74302,8.99900\n5543,1645439987,47.74302,8.99900\n5544,1645439988,47.74302,8.99900\n5545,1645439989,47.74302,8.99900\n5546,1645439990,47.74302,8.99900\n5547,1645439991,47.74302,8.99900\n5548,1645439992,47.74302,8.99900\n5549,1645439993,47.74302,8.99900\n5550,1645439994,47.74302,8.99900\n5551,1645439995,47.74302,8.99900\n5552,1645439996,47.74302,8.99900\n5553,1645439997,47.74302,8.99900\n5554,1645439998,47.74302,8.99900\n5555,1645439999,47.74302,8.99900\n5556,1645440000,47.74302,8.99900\n5557,1645440001,47.74302,8.99900\n5558,1645440002,47.74302,8.99900\n5559,1645440003,47.74302,8.99900\n5560,1645440004,47.74302,8.99900\n5561,1645440005,47.74302,8.99900\n5562,1645440006,47.74302,8.99900\n5563,1645440007,47.74302,8.99900\n5564,1645440008,47.74302,8.99900\n5565,1645440009,47.74302,8.99900\n5566,1645440010,47.74302,8.99900\n5567,1645440011,47.74302,8.99900\n5568,1645440012,47.74302,8.99900\n5569,1645440013,47.74302,8.99900\n5570,1645440014,47.74302,8.99900\n5571,1645440015,47.74302,8.99900\n5572,1645440016,47.74302,8.99900\n5573,1645440017,47.74302,8.99900\n5574,1645440018,47.74302,8.99900\n5575,1645440019,47.74302,8.99900\n5576,1645440020,47.74302,8.99900\n5577,1645440021,47.74302,8.99900\n5578,1645440022,47.74302,8.99900\n5579,1645440023,47.74302,8.99900\n5580,1645440024,47.74302,8.99900\n5581,1645440025,47.74302,8.99900\n5582,1645440026,47.74302,8.99900\n5583,1645440027,47.74302,8.99900\n5584,1645440028,47.74302,8.99900\n5585,1645440029,47.74302,8.99900\n5586,1645440030,47.74302,8.99900\n5587,1645440031,47.74302,8.99900\n5588,1645440032,47.74302,8.99900\n5589,1645440033,47.74302,8.99900\n5590,1645440034,47.74302,8.99900\n5591,1645440035,47.74302,8.99900\n5592,1645440036,47.74302,8.99900\n5593,1645440037,47.74302,8.99900\n5594,1645440038,47.74302,8.99900\n5595,1645440039,47.74302,8.99900\n5596,1645440040,47.74302,8.99900\n5597,1645440041,47.74302,8.99900\n5598,1645440042,47.74302,8.99900\n5599,1645440043,47.74302,8.99900\n5600,1645440044,47.74302,8.99900\n5601,1645440045,47.74302,8.99900\n5602,1645440046,47.74302,8.99900\n5603,1645440047,47.74302,8.99900\n5604,1645440048,47.74302,8.99900\n5605,1645440049,47.74302,8.99900\n5606,1645440050,47.74302,8.99900\n5607,1645440051,47.74302,8.99900\n5608,1645440052,47.74302,8.99900\n5609,1645440053,47.74302,8.99900\n5610,1645440054,47.74302,8.99900\n5611,1645440055,47.74302,8.99900\n5612,1645440056,47.74302,8.99900\n5613,1645440057,47.74302,8.99900\n5614,1645440058,47.74302,8.99900\n5615,1645440059,47.74302,8.99900\n5616,1645440060,47.74302,8.99900\n5617,1645440061,47.74302,8.99900\n5618,1645440062,47.74302,8.99900\n5619,1645440063,47.74302,8.99900\n5620,1645440064,47.74302,8.99899\n5621,1645440065,47.74302,8.99899\n5622,1645440066,47.74302,8.99899\n5623,1645440067,47.74302,8.99899\n5624,1645440068,47.74302,8.99899\n5625,1645440069,47.74302,8.99899\n5626,1645440070,47.74302,8.99899\n5627,1645440071,47.74302,8.99899\n5628,1645440072,47.74302,8.99899\n5629,1645440073,47.74302,8.99899\n5630,1645440074,47.74302,8.99899\n5631,1645440075,47.74302,8.99899\n5632,1645440076,47.74302,8.99899\n5633,1645440077,47.74302,8.99899\n5634,1645440078,47.74302,8.99899\n5635,1645440079,47.74302,8.99899\n5636,1645440080,47.74302,8.99899\n5637,1645440081,47.74302,8.99899\n5638,1645440082,47.74302,8.99899\n5639,1645440083,47.74302,8.99899\n5640,1645440084,47.74302,8.99899\n5641,1645440085,47.74302,8.99899\n5642,1645440086,47.74302,8.99899\n5643,1645440087,47.74302,8.99899\n5644,1645440088,47.74302,8.99899\n5645,1645440089,47.74302,8.99899\n5646,1645440090,47.74302,8.99899\n5647,1645440091,47.74302,8.99899\n5648,1645440092,47.74302,8.99899\n5649,1645440093,47.74302,8.99899\n5650,1645440094,47.74302,8.99899\n5651,1645440095,47.74302,8.99899\n5652,1645440096,47.74302,8.99899\n5653,1645440097,47.74302,8.99899\n5654,1645440098,47.74302,8.99899\n5655,1645440099,47.74302,8.99900\n5656,1645440100,47.74302,8.99900\n5657,1645440101,47.74302,8.99900\n5658,1645440102,47.74302,8.99900\n5659,1645440103,47.74302,8.99900\n5660,1645440104,47.74302,8.99900\n5661,1645440105,47.74302,8.99900\n5662,1645440106,47.74302,8.99900\n5663,1645440107,47.74302,8.99899\n5664,1645440108,47.74302,8.99899\n5665,1645440109,47.74302,8.99899\n5666,1645440110,47.74302,8.99899\n5667,1645440111,47.74302,8.99899\n5668,1645440112,47.74302,8.99899\n5669,1645440113,47.74302,8.99899\n5670,1645440114,47.74302,8.99899\n5671,1645440115,47.74302,8.99899\n5672,1645440116,47.74302,8.99899\n5673,1645440117,47.74302,8.99899\n5674,1645440118,47.74302,8.99899\n5675,1645440119,47.74302,8.99899\n5676,1645440120,47.74302,8.99899\n5677,1645440121,47.74302,8.99899\n5678,1645440122,47.74302,8.99899\n5679,1645440123,47.74302,8.99899\n5680,1645440124,47.74302,8.99899\n5681,1645440125,47.74302,8.99899\n5682,1645440126,47.74302,8.99899\n5683,1645440127,47.74302,8.99899\n5684,1645440128,47.74302,8.99899\n5685,1645440129,47.74302,8.99899\n5686,1645440130,47.74302,8.99899\n5687,1645440131,47.74302,8.99899\n5688,1645440132,47.74302,8.99899\n5689,1645440133,47.74302,8.99899\n5690,1645440134,47.74302,8.99899\n5691,1645440135,47.74302,8.99899\n5692,1645440136,47.74302,8.99899\n5693,1645440137,47.74302,8.99900\n5694,1645440138,47.74302,8.99900\n5695,1645440139,47.74302,8.99899\n5696,1645440140,47.74302,8.99899\n5697,1645440141,47.74302,8.99900\n5698,1645440142,47.74302,8.99899\n5699,1645440143,47.74302,8.99900\n5700,1645440144,47.74302,8.99900\n5701,1645440145,47.74302,8.99900\n5702,1645440146,47.74302,8.99900\n5703,1645440147,47.74302,8.99900\n5704,1645440148,47.74302,8.99900\n5705,1645440149,47.74302,8.99900\n5706,1645440150,47.74302,8.99900\n5707,1645440151,47.74302,8.99900\n5708,1645440152,47.74302,8.99900\n5709,1645440153,47.74302,8.99900\n5710,1645440154,47.74302,8.99900\n5711,1645440155,47.74302,8.99900\n5712,1645440156,47.74302,8.99900\n5713,1645440157,47.74302,8.99900\n5714,1645440158,47.74302,8.99900\n5715,1645440159,47.74302,8.99900\n5716,1645440160,47.74302,8.99900\n5717,1645440161,47.74302,8.99900\n5718,1645440162,47.74302,8.99900\n5719,1645440163,47.74302,8.99900\n5720,1645440164,47.74302,8.99900\n5721,1645440165,47.74302,8.99900\n5722,1645440166,47.74302,8.99900\n5723,1645440167,47.74302,8.99900\n5724,1645440168,47.74302,8.99900\n5725,1645440169,47.74302,8.99900\n5726,1645440170,47.74302,8.99900\n5727,1645440171,47.74302,8.99900\n5728,1645440172,47.74302,8.99900\n5729,1645440173,47.74302,8.99900\n5730,1645440174,47.74302,8.99900\n5731,1645440175,47.74302,8.99900\n5732,1645440176,47.74302,8.99900\n5733,1645440177,47.74302,8.99900\n5734,1645440178,47.74302,8.99900\n5735,1645440179,47.74302,8.99900\n5736,1645440180,47.74302,8.99900\n5737,1645440181,47.74302,8.99900\n5738,1645440182,47.74302,8.99900\n5739,1645440183,47.74302,8.99900\n5740,1645440184,47.74302,8.99900\n5741,1645440185,47.74302,8.99900\n5742,1645440186,47.74302,8.99900\n5743,1645440187,47.74302,8.99900\n5744,1645440188,47.74302,8.99900\n5745,1645440189,47.74302,8.99900\n5746,1645440190,47.74302,8.99900\n5747,1645440191,47.74302,8.99900\n5748,1645440192,47.74302,8.99900\n5749,1645440193,47.74302,8.99900\n5750,1645440194,47.74302,8.99900\n5751,1645440195,47.74302,8.99900\n5752,1645440196,47.74302,8.99900\n5753,1645440197,47.74302,8.99900\n5754,1645440198,47.74302,8.99900\n5755,1645440199,47.74302,8.99900\n5756,1645440200,47.74302,8.99900\n5757,1645440201,47.74302,8.99900\n5758,1645440202,47.74302,8.99900\n5759,1645440203,47.74302,8.99900\n5760,1645440204,47.74302,8.99900\n5761,1645440205,47.74302,8.99900\n5762,1645440206,47.74302,8.99900\n5763,1645440207,47.74302,8.99900\n5764,1645440208,47.74302,8.99900\n5765,1645440209,47.74302,8.99900\n5766,1645440210,47.74302,8.99900\n5767,1645440211,47.74302,8.99900\n5768,1645440212,47.74302,8.99900\n5769,1645440213,47.74302,8.99900\n5770,1645440214,47.74302,8.99900\n5771,1645440215,47.74302,8.99900\n5772,1645440216,47.74302,8.99900\n5773,1645440217,47.74302,8.99900\n5774,1645440218,47.74302,8.99900\n5775,1645440219,47.74302,8.99900\n5776,1645440220,47.74302,8.99900\n5777,1645440221,47.74302,8.99900\n5778,1645440222,47.74302,8.99900\n5779,1645440223,47.74302,8.99900\n5780,1645440224,47.74302,8.99900\n5781,1645440225,47.74302,8.99900\n5782,1645440226,47.74302,8.99900\n5783,1645440227,47.74302,8.99900\n5784,1645440228,47.74302,8.99900\n5785,1645440229,47.74302,8.99900\n5786,1645440230,47.74302,8.99900\n5787,1645440231,47.74302,8.99900\n5788,1645440232,47.74302,8.99900\n5789,1645440233,47.74302,8.99900\n5790,1645440234,47.74302,8.99900\n5791,1645440235,47.74302,8.99900\n5792,1645440236,47.74302,8.99900\n5793,1645440237,47.74302,8.99900\n5794,1645440238,47.74302,8.99900\n5795,1645440239,47.74302,8.99900\n5796,1645440240,47.74302,8.99900\n5797,1645440241,47.74302,8.99900\n5798,1645440242,47.74302,8.99900\n5799,1645440243,47.74302,8.99900\n5800,1645440244,47.74302,8.99900\n5801,1645440245,47.74302,8.99900\n5802,1645440246,47.74302,8.99900\n5803,1645440247,47.74302,8.99900\n5804,1645440248,47.74302,8.99900\n5805,1645440249,47.74302,8.99900\n5806,1645440250,47.74302,8.99900\n5807,1645440251,47.74302,8.99900\n5808,1645440252,47.74302,8.99900\n5809,1645440253,47.74302,8.99900\n5810,1645440254,47.74302,8.99900\n5811,1645440255,47.74302,8.99900\n5812,1645440256,47.74302,8.99900\n5813,1645440257,47.74302,8.99900\n5814,1645440258,47.74302,8.99900\n5815,1645440259,47.74302,8.99900\n5816,1645440260,47.74302,8.99900\n5817,1645440261,47.74302,8.99900\n5818,1645440262,47.74302,8.99900\n5819,1645440263,47.74302,8.99900\n5820,1645440264,47.74302,8.99900\n5821,1645440265,47.74302,8.99900\n5822,1645440266,47.74302,8.99900\n5823,1645440267,47.74302,8.99900\n5824,1645440268,47.74302,8.99900\n5825,1645440269,47.74302,8.99900\n5826,1645440270,47.74302,8.99900\n5827,1645440271,47.74302,8.99900\n5828,1645440272,47.74302,8.99900\n5829,1645440273,47.74302,8.99900\n5830,1645440274,47.74302,8.99900\n5831,1645440275,47.74302,8.99900\n5832,1645440276,47.74302,8.99900\n5833,1645440277,47.74302,8.99900\n5834,1645440278,47.74302,8.99900\n5835,1645440279,47.74302,8.99900\n5836,1645440280,47.74302,8.99900\n5837,1645440281,47.74302,8.99900\n5838,1645440282,47.74302,8.99900\n5839,1645440283,47.74302,8.99900\n5840,1645440284,47.74302,8.99900\n5841,1645440285,47.74302,8.99900\n5842,1645440286,47.74302,8.99900\n5843,1645440287,47.74302,8.99900\n5844,1645440288,47.74302,8.99900\n5845,1645440289,47.74302,8.99900\n5846,1645440290,47.74302,8.99900\n5847,1645440291,47.74302,8.99900\n5848,1645440292,47.74302,8.99900\n5849,1645440293,47.74302,8.99900\n5850,1645440294,47.74302,8.99900\n5851,1645440295,47.74302,8.99900\n5852,1645440296,47.74302,8.99900\n5853,1645440297,47.74302,8.99900\n5854,1645440298,47.74302,8.99900\n5855,1645440299,47.74302,8.99900\n5856,1645440300,47.74302,8.99900\n5857,1645440301,47.74302,8.99900\n5858,1645440302,47.74302,8.99900\n5859,1645440303,47.74302,8.99900\n5860,1645440304,47.74302,8.99900\n5861,1645440305,47.74302,8.99900\n5862,1645440306,47.74302,8.99900\n5863,1645440307,47.74302,8.99900\n5864,1645440308,47.74302,8.99900\n5865,1645440309,47.74302,8.99900\n5866,1645440310,47.74302,8.99900\n5867,1645440311,47.74302,8.99900\n5868,1645440312,47.74302,8.99900\n5869,1645440313,47.74302,8.99900\n5870,1645440314,47.74302,8.99900\n5871,1645440315,47.74302,8.99900\n5872,1645440316,47.74302,8.99900\n5873,1645440317,47.74302,8.99900\n5874,1645440318,47.74302,8.99900\n5875,1645440319,47.74302,8.99900\n5876,1645440320,47.74302,8.99900\n5877,1645440321,47.74302,8.99900\n5878,1645440322,47.74302,8.99900\n5879,1645440323,47.74302,8.99900\n5880,1645440324,47.74302,8.99900\n5881,1645440325,47.74302,8.99900\n5882,1645440326,47.74302,8.99900\n5883,1645440327,47.74302,8.99900\n5884,1645440328,47.74302,8.99900\n5885,1645440329,47.74302,8.99900\n5886,1645440330,47.74302,8.99900\n5887,1645440331,47.74302,8.99900\n5888,1645440332,47.74302,8.99900\n5889,1645440333,47.74302,8.99900\n5890,1645440334,47.74302,8.99900\n5891,1645440335,47.74302,8.99900\n5892,1645440336,47.74302,8.99900\n5893,1645440337,47.74302,8.99900\n5894,1645440338,47.74302,8.99900\n5895,1645440339,47.74302,8.99900\n5896,1645440340,47.74302,8.99900\n5897,1645440341,47.74302,8.99900\n5898,1645440342,47.74302,8.99900\n5899,1645440343,47.74302,8.99900\n5900,1645440344,47.74302,8.99900\n5901,1645440345,47.74302,8.99900\n5902,1645440346,47.74302,8.99900\n5903,1645440347,47.74302,8.99900\n5904,1645440348,47.74302,8.99900\n5905,1645440349,47.74302,8.99900\n5906,1645440350,47.74302,8.99900\n5907,1645440351,47.74302,8.99900\n5908,1645440352,47.74302,8.99900\n5909,1645440353,47.74302,8.99900\n5910,1645440354,47.74302,8.99900\n5911,1645440355,47.74302,8.99900\n5912,1645440356,47.74302,8.99900\n5913,1645440357,47.74302,8.99900\n5914,1645440358,47.74302,8.99900\n5915,1645440359,47.74302,8.99900\n5916,1645440360,47.74302,8.99900\n5917,1645440361,47.74302,8.99900\n5918,1645440362,47.74302,8.99900\n5919,1645440363,47.74302,8.99900\n5920,1645440364,47.74302,8.99900\n5921,1645440365,47.74302,8.99900\n5922,1645440366,47.74302,8.99900\n5923,1645440367,47.74302,8.99900\n5924,1645440368,47.74302,8.99900\n5925,1645440369,47.74302,8.99900\n5926,1645440370,47.74302,8.99900\n5927,1645440371,47.74302,8.99900\n5928,1645440372,47.74302,8.99900\n5929,1645440373,47.74302,8.99900\n5930,1645440374,47.74302,8.99900\n5931,1645440375,47.74302,8.99900\n5932,1645440376,47.74302,8.99900\n5933,1645440377,47.74302,8.99900\n5934,1645440378,47.74302,8.99900\n5935,1645440379,47.74302,8.99900\n5936,1645440380,47.74302,8.99900\n5937,1645440381,47.74302,8.99900\n5938,1645440382,47.74302,8.99900\n5939,1645440383,47.74302,8.99900\n5940,1645440384,47.74302,8.99900\n5941,1645440385,47.74302,8.99900\n5942,1645440386,47.74302,8.99900\n5943,1645440387,47.74302,8.99900\n5944,1645440388,47.74302,8.99900\n5945,1645440389,47.74302,8.99900\n5946,1645440390,47.74302,8.99900\n5947,1645440391,47.74302,8.99900\n5948,1645440392,47.74302,8.99900\n5949,1645440393,47.74302,8.99900\n5950,1645440394,47.74302,8.99900\n5951,1645440395,47.74302,8.99900\n5952,1645440396,47.74302,8.99900\n5953,1645440397,47.74302,8.99900\n5954,1645440398,47.74302,8.99900\n5955,1645440399,47.74302,8.99900\n5956,1645440400,47.74302,8.99900\n5957,1645440401,47.74302,8.99900\n5958,1645440402,47.74302,8.99900\n5959,1645440403,47.74302,8.99900\n5960,1645440404,47.74302,8.99900\n5961,1645440405,47.74302,8.99900\n5962,1645440406,47.74302,8.99900\n5963,1645440407,47.74302,8.99900\n5964,1645440408,47.74302,8.99900\n5965,1645440409,47.74302,8.99900\n5966,1645440410,47.74302,8.99900\n5967,1645440411,47.74302,8.99900\n5968,1645440412,47.74302,8.99900\n5969,1645440413,47.74302,8.99900\n5970,1645440414,47.74302,8.99900\n5971,1645440415,47.74302,8.99900\n5972,1645440416,47.74302,8.99900\n5973,1645440417,47.74302,8.99900\n5974,1645440418,47.74302,8.99900\n5975,1645440419,47.74302,8.99900\n5976,1645440420,47.74302,8.99900\n5977,1645440421,47.74302,8.99900\n5978,1645440422,47.74302,8.99900\n5979,1645440423,47.74302,8.99900\n5980,1645440424,47.74302,8.99900\n5981,1645440425,47.74302,8.99900\n5982,1645440426,47.74302,8.99900\n5983,1645440427,47.74302,8.99900\n5984,1645440428,47.74302,8.99900\n5985,1645440429,47.74302,8.99900\n5986,1645440430,47.74302,8.99900\n5987,1645440431,47.74302,8.99900\n5988,1645440432,47.74302,8.99900\n5989,1645440433,47.74302,8.99900\n5990,1645440434,47.74302,8.99900\n5991,1645440435,47.74302,8.99900\n5992,1645440436,47.74302,8.99900\n5993,1645440437,47.74302,8.99900\n5994,1645440438,47.74302,8.99900\n5995,1645440439,47.74302,8.99900\n5996,1645440440,47.74302,8.99900\n5997,1645440441,47.74302,8.99900\n5998,1645440442,47.74302,8.99900\n5999,1645440443,47.74302,8.99900\n6000,1645440444,47.74302,8.99900\n6001,1645440445,47.74302,8.99900\n6002,1645440446,47.74302,8.99900\n6003,1645440447,47.74302,8.99900\n6004,1645440448,47.74302,8.99900\n6005,1645440449,47.74302,8.99900\n6006,1645440450,47.74302,8.99900\n6007,1645440451,47.74302,8.99900\n6008,1645440452,47.74302,8.99900\n6009,1645440453,47.74302,8.99900\n6010,1645440454,47.74302,8.99900\n6011,1645440455,47.74302,8.99900\n6012,1645440456,47.74302,8.99900\n6013,1645440457,47.74302,8.99900\n6014,1645440458,47.74302,8.99900\n6015,1645440459,47.74302,8.99900\n6016,1645440460,47.74302,8.99900\n6017,1645440461,47.74302,8.99900\n6018,1645440462,47.74302,8.99900\n6019,1645440463,47.74302,8.99900\n6020,1645440464,47.74302,8.99900\n6021,1645440465,47.74302,8.99900\n6022,1645440466,47.74302,8.99900\n6023,1645440467,47.74302,8.99900\n6024,1645440468,47.74302,8.99900\n6025,1645440469,47.74302,8.99900\n6026,1645440470,47.74302,8.99900\n6027,1645440471,47.74302,8.99900\n6028,1645440472,47.74302,8.99900\n6029,1645440473,47.74302,8.99900\n6030,1645440474,47.74302,8.99900\n6031,1645440475,47.74302,8.99900\n6032,1645440476,47.74302,8.99900\n6033,1645440477,47.74302,8.99900\n6034,1645440478,47.74302,8.99900\n6035,1645440479,47.74302,8.99900\n6036,1645440480,47.74302,8.99900\n6037,1645440481,47.74302,8.99900\n6038,1645440482,47.74302,8.99900\n6039,1645440483,47.74302,8.99900\n6040,1645440484,47.74302,8.99900\n6041,1645440485,47.74302,8.99900\n6042,1645440486,47.74302,8.99900\n6043,1645440487,47.74302,8.99900\n6044,1645440488,47.74302,8.99900\n6045,1645440489,47.74302,8.99900\n6046,1645440490,47.74302,8.99900\n6047,1645440491,47.74302,8.99900\n6048,1645440492,47.74302,8.99900\n6049,1645440493,47.74302,8.99900\n6050,1645440494,47.74302,8.99900\n6051,1645440495,47.74302,8.99900\n6052,1645440496,47.74302,8.99900\n6053,1645440497,47.74302,8.99900\n6054,1645440498,47.74302,8.99900\n6055,1645440499,47.74302,8.99900\n6056,1645440500,47.74302,8.99900\n6057,1645440501,47.74302,8.99900\n6058,1645440502,47.74302,8.99900\n6059,1645440503,47.74302,8.99900\n6060,1645440504,47.74302,8.99900\n6061,1645440505,47.74302,8.99900\n6062,1645440506,47.74302,8.99900\n6063,1645440507,47.74302,8.99900\n6064,1645440508,47.74302,8.99900\n6065,1645440509,47.74302,8.99900\n6066,1645440510,47.74302,8.99900\n6067,1645440511,47.74302,8.99900\n6068,1645440512,47.74302,8.99900\n6069,1645440513,47.74302,8.99900\n6070,1645440514,47.74302,8.99900\n6071,1645440515,47.74302,8.99900\n6072,1645440516,47.74302,8.99900\n6073,1645440517,47.74302,8.99900\n6074,1645440518,47.74302,8.99900\n6075,1645440519,47.74301,8.99900\n6076,1645440520,47.74301,8.99900\n6077,1645440521,47.74301,8.99900\n6078,1645440522,47.74301,8.99900\n6079,1645440523,47.74301,8.99900\n6080,1645440524,47.74301,8.99900\n6081,1645440525,47.74301,8.99900\n6082,1645440526,47.74301,8.99900\n6083,1645440527,47.74301,8.99900\n6084,1645440528,47.74301,8.99900\n6085,1645440529,47.74301,8.99900\n6086,1645440530,47.74301,8.99900\n6087,1645440531,47.74301,8.99900\n6088,1645440532,47.74301,8.99900\n6089,1645440533,47.74301,8.99900\n6090,1645440534,47.74301,8.99900\n6091,1645440535,47.74301,8.99900\n6092,1645440536,47.74301,8.99900\n6093,1645440537,47.74301,8.99900\n6094,1645440538,47.74301,8.99900\n6095,1645440539,47.74301,8.99900\n6096,1645440540,47.74301,8.99900\n6097,1645440541,47.74301,8.99900\n6098,1645440542,47.74301,8.99900\n6099,1645440543,47.74301,8.99900\n6100,1645440544,47.74301,8.99900\n6101,1645440545,47.74301,8.99900\n6102,1645440546,47.74301,8.99900\n6103,1645440547,47.74301,8.99900\n6104,1645440548,47.74301,8.99900\n6105,1645440549,47.74301,8.99900\n6106,1645440550,47.74301,8.99900\n6107,1645440551,47.74301,8.99900\n6108,1645440552,47.74301,8.99900\n6109,1645440553,47.74301,8.99900\n6110,1645440554,47.74301,8.99900\n6111,1645440555,47.74301,8.99900\n6112,1645440556,47.74301,8.99900\n6113,1645440557,47.74301,8.99900\n6114,1645440558,47.74301,8.99900\n6115,1645440559,47.74301,8.99900\n6116,1645440560,47.74301,8.99900\n6117,1645440561,47.74301,8.99900\n6118,1645440562,47.74301,8.99900\n6119,1645440563,47.74301,8.99900\n6120,1645440564,47.74301,8.99900\n6121,1645440565,47.74301,8.99900\n6122,1645440566,47.74301,8.99900\n6123,1645440567,47.74301,8.99900\n6124,1645440568,47.74301,8.99900\n6125,1645440569,47.74301,8.99900\n6126,1645440570,47.74301,8.99900\n6127,1645440571,47.74301,8.99900\n6128,1645440572,47.74301,8.99900\n6129,1645440573,47.74301,8.99900\n6130,1645440574,47.74301,8.99900\n6131,1645440575,47.74301,8.99900\n6132,1645440576,47.74301,8.99900\n6133,1645440577,47.74301,8.99900\n6134,1645440578,47.74301,8.99900\n6135,1645440579,47.74301,8.99900\n6136,1645440580,47.74301,8.99900\n6137,1645440581,47.74301,8.99900\n6138,1645440582,47.74301,8.99900\n6139,1645440583,47.74301,8.99900\n6140,1645440584,47.74301,8.99900\n6141,1645440585,47.74301,8.99900\n6142,1645440586,47.74301,8.99900\n6143,1645440587,47.74301,8.99900\n6144,1645440588,47.74301,8.99900\n6145,1645440589,47.74301,8.99900\n6146,1645440590,47.74301,8.99900\n6147,1645440591,47.74301,8.99900\n6148,1645440592,47.74301,8.99900\n6149,1645440593,47.74301,8.99900\n6150,1645440594,47.74301,8.99900\n6151,1645440595,47.74301,8.99900\n6152,1645440596,47.74301,8.99900\n6153,1645440597,47.74301,8.99900\n6154,1645440598,47.74301,8.99900\n6155,1645440599,47.74301,8.99900\n6156,1645440600,47.74301,8.99900\n6157,1645440601,47.74301,8.99900\n6158,1645440602,47.74301,8.99900\n6159,1645440603,47.74301,8.99900\n6160,1645440604,47.74301,8.99900\n6161,1645440605,47.74301,8.99900\n6162,1645440606,47.74301,8.99900\n6163,1645440607,47.74301,8.99900\n6164,1645440608,47.74301,8.99900\n6165,1645440609,47.74301,8.99900\n6166,1645440610,47.74301,8.99900\n6167,1645440611,47.74301,8.99900\n6168,1645440612,47.74301,8.99900\n6169,1645440613,47.74301,8.99900\n6170,1645440614,47.74301,8.99900\n6171,1645440615,47.74301,8.99900\n6172,1645440616,47.74301,8.99900\n6173,1645440617,47.74301,8.99900\n6174,1645440618,47.74301,8.99900\n6175,1645440619,47.74301,8.99900\n6176,1645440620,47.74301,8.99900\n6177,1645440621,47.74301,8.99900\n6178,1645440622,47.74301,8.99900\n6179,1645440623,47.74301,8.99900\n6180,1645440624,47.74301,8.99900\n6181,1645440625,47.74301,8.99900\n6182,1645440626,47.74301,8.99900\n6183,1645440627,47.74301,8.99900\n6184,1645440628,47.74301,8.99900\n6185,1645440629,47.74301,8.99900\n6186,1645440630,47.74301,8.99900\n6187,1645440631,47.74301,8.99900\n6188,1645440632,47.74301,8.99900\n6189,1645440633,47.74301,8.99900\n6190,1645440634,47.74301,8.99900\n6191,1645440635,47.74301,8.99900\n6192,1645440636,47.74301,8.99900\n6193,1645440637,47.74301,8.99900\n6194,1645440638,47.74301,8.99900\n6195,1645440639,47.74301,8.99900\n6196,1645440640,47.74301,8.99900\n6197,1645440641,47.74301,8.99900\n6198,1645440642,47.74301,8.99900\n6199,1645440643,47.74301,8.99900\n6200,1645440644,47.74301,8.99900\n6201,1645440645,47.74301,8.99900\n6202,1645440646,47.74301,8.99900\n6203,1645440647,47.74301,8.99900\n6204,1645440648,47.74301,8.99900\n6205,1645440649,47.74301,8.99900\n6206,1645440650,47.74301,8.99900\n6207,1645440651,47.74301,8.99900\n6208,1645440652,47.74301,8.99900\n6209,1645440653,47.74301,8.99900\n6210,1645440654,47.74301,8.99900\n6211,1645440655,47.74301,8.99900\n6212,1645440656,47.74301,8.99900\n6213,1645440657,47.74301,8.99900\n6214,1645440658,47.74301,8.99900\n6215,1645440659,47.74301,8.99900\n6216,1645440660,47.74301,8.99900\n6217,1645440661,47.74301,8.99900\n6218,1645440662,47.74301,8.99900\n6219,1645440663,47.74301,8.99900\n6220,1645440664,47.74301,8.99900\n6221,1645440665,47.74301,8.99900\n6222,1645440666,47.74301,8.99900\n6223,1645440667,47.74301,8.99900\n6224,1645440668,47.74301,8.99900\n6225,1645440669,47.74301,8.99900\n6226,1645440670,47.74301,8.99900\n6227,1645440671,47.74301,8.99900\n6228,1645440672,47.74301,8.99900\n6229,1645440673,47.74301,8.99900\n6230,1645440674,47.74301,8.99900\n6231,1645440675,47.74301,8.99900\n6232,1645440676,47.74301,8.99900\n6233,1645440677,47.74301,8.99900\n6234,1645440678,47.74301,8.99900\n6235,1645440679,47.74301,8.99900\n6236,1645440680,47.74301,8.99900\n6237,1645440681,47.74301,8.99900\n6238,1645440682,47.74301,8.99900\n6239,1645440683,47.74301,8.99900\n6240,1645440684,47.74301,8.99900\n6241,1645440685,47.74301,8.99900\n6242,1645440686,47.74301,8.99900\n6243,1645440687,47.74301,8.99900\n6244,1645440688,47.74301,8.99900\n6245,1645440689,47.74301,8.99900\n6246,1645440690,47.74301,8.99900\n6247,1645440691,47.74301,8.99900\n6248,1645440692,47.74301,8.99900\n6249,1645440693,47.74301,8.99900\n6250,1645440694,47.74301,8.99900\n6251,1645440695,47.74301,8.99900\n6252,1645440696,47.74301,8.99900\n6253,1645440697,47.74301,8.99900\n6254,1645440698,47.74301,8.99900\n6255,1645440699,47.74301,8.99900\n6256,1645440700,47.74301,8.99900\n6257,1645440701,47.74301,8.99900\n6258,1645440702,47.74301,8.99900\n6259,1645440703,47.74301,8.99900\n6260,1645440704,47.74301,8.99900\n6261,1645440705,47.74301,8.99900\n6262,1645440706,47.74301,8.99900\n6263,1645440707,47.74301,8.99900\n6264,1645440708,47.74301,8.99900\n6265,1645440709,47.74301,8.99900\n6266,1645440710,47.74301,8.99900\n6267,1645440711,47.74301,8.99900\n6268,1645440712,47.74301,8.99900\n6269,1645440713,47.74301,8.99900\n6270,1645440714,47.74301,8.99900\n6271,1645440715,47.74301,8.99900\n6272,1645440716,47.74301,8.99900\n6273,1645440717,47.74301,8.99900\n6274,1645440718,47.74301,8.99900\n6275,1645440719,47.74301,8.99900\n6276,1645440720,47.74301,8.99900\n6277,1645440721,47.74301,8.99900\n6278,1645440722,47.74301,8.99900\n6279,1645440723,47.74301,8.99900\n6280,1645440724,47.74301,8.99900\n6281,1645440725,47.74301,8.99900\n6282,1645440726,47.74301,8.99900\n6283,1645440727,47.74301,8.99900\n6284,1645440728,47.74301,8.99900\n6285,1645440729,47.74301,8.99900\n6286,1645440730,47.74301,8.99900\n6287,1645440731,47.74301,8.99900\n6288,1645440732,47.74301,8.99900\n6289,1645440733,47.74301,8.99900\n6290,1645440734,47.74301,8.99900\n6291,1645440735,47.74301,8.99900\n6292,1645440736,47.74301,8.99900\n6293,1645440737,47.74301,8.99900\n6294,1645440738,47.74301,8.99900\n6295,1645440739,47.74301,8.99900\n6296,1645440740,47.74301,8.99900\n6297,1645440741,47.74301,8.99900\n6298,1645440742,47.74301,8.99900\n6299,1645440743,47.74301,8.99900\n6300,1645440744,47.74301,8.99900\n6301,1645440745,47.74301,8.99900\n6302,1645440746,47.74301,8.99900\n6303,1645440747,47.74301,8.99900\n6304,1645440748,47.74301,8.99900\n6305,1645440749,47.74301,8.99900\n6306,1645440750,47.74301,8.99900\n6307,1645440751,47.74301,8.99900\n6308,1645440752,47.74301,8.99900\n6309,1645440753,47.74301,8.99900\n6310,1645440754,47.74301,8.99900\n6311,1645440755,47.74301,8.99900\n6312,1645440756,47.74301,8.99900\n6313,1645440757,47.74301,8.99900\n6314,1645440758,47.74301,8.99900\n6315,1645440759,47.74301,8.99900\n6316,1645440760,47.74301,8.99900\n6317,1645440761,47.74301,8.99900\n6318,1645440762,47.74301,8.99900\n6319,1645440763,47.74301,8.99900\n6320,1645440764,47.74301,8.99900\n6321,1645440765,47.74301,8.99900\n6322,1645440766,47.74301,8.99900\n6323,1645440767,47.74301,8.99900\n6324,1645440768,47.74301,8.99900\n6325,1645440769,47.74301,8.99900\n6326,1645440770,47.74301,8.99900\n6327,1645440771,47.74301,8.99900\n6328,1645440772,47.74301,8.99900\n6329,1645440773,47.74301,8.99900\n6330,1645440774,47.74301,8.99900\n6331,1645440775,47.74301,8.99900\n6332,1645440776,47.74301,8.99900\n6333,1645440777,47.74301,8.99900\n6334,1645440778,47.74301,8.99900\n6335,1645440779,47.74301,8.99900\n6336,1645440780,47.74301,8.99900\n6337,1645440781,47.74301,8.99900\n6338,1645440782,47.74301,8.99900\n6339,1645440783,47.74301,8.99900\n6340,1645440784,47.74301,8.99900\n6341,1645440785,47.74301,8.99900\n6342,1645440786,47.74301,8.99900\n6343,1645440787,47.74301,8.99900\n6344,1645440788,47.74301,8.99900\n6345,1645440789,47.74301,8.99900\n6346,1645440790,47.74301,8.99900\n6347,1645440791,47.74301,8.99900\n6348,1645440792,47.74301,8.99900\n6349,1645440793,47.74301,8.99900\n6350,1645440794,47.74301,8.99900\n6351,1645440795,47.74301,8.99900\n6352,1645440796,47.74301,8.99900\n6353,1645440797,47.74301,8.99900\n6354,1645440798,47.74301,8.99901\n6355,1645440799,47.74301,8.99901\n6356,1645440800,47.74301,8.99901\n6357,1645440801,47.74301,8.99901\n6358,1645440802,47.74301,8.99901\n6359,1645440803,47.74301,8.99901\n6360,1645440804,47.74301,8.99901\n6361,1645440805,47.74301,8.99901\n6362,1645440806,47.74301,8.99901\n6363,1645440807,47.74301,8.99901\n6364,1645440808,47.74301,8.99901\n6365,1645440809,47.74301,8.99901\n6366,1645440810,47.74301,8.99901\n6367,1645440811,47.74301,8.99901\n6368,1645440812,47.74301,8.99901\n6369,1645440813,47.74301,8.99901\n6370,1645440814,47.74301,8.99901\n6371,1645440815,47.74301,8.99901\n6372,1645440816,47.74301,8.99901\n6373,1645440817,47.74301,8.99901\n6374,1645440818,47.74301,8.99901\n6375,1645440819,47.74301,8.99901\n6376,1645440820,47.74301,8.99901\n6377,1645440821,47.74301,8.99901\n6378,1645440822,47.74301,8.99901\n6379,1645440823,47.74301,8.99901\n6380,1645440824,47.74301,8.99901\n6381,1645440825,47.74301,8.99901\n6382,1645440826,47.74301,8.99901\n6383,1645440827,47.74301,8.99901\n6384,1645440828,47.74301,8.99901\n6385,1645440829,47.74301,8.99901\n6386,1645440830,47.74301,8.99901\n6387,1645440831,47.74301,8.99901\n6388,1645440832,47.74301,8.99901\n6389,1645440833,47.74301,8.99901\n6390,1645440834,47.74301,8.99901\n6391,1645440835,47.74301,8.99901\n6392,1645440836,47.74301,8.99901\n6393,1645440837,47.74301,8.99901\n6394,1645440838,47.74301,8.99901\n6395,1645440839,47.74301,8.99901\n6396,1645440840,47.74301,8.99901\n6397,1645440841,47.74301,8.99901\n6398,1645440842,47.74301,8.99901\n6399,1645440843,47.74301,8.99901\n6400,1645440844,47.74301,8.99901\n6401,1645440845,47.74301,8.99901\n6402,1645440846,47.74301,8.99901\n6403,1645440847,47.74301,8.99901\n6404,1645440848,47.74301,8.99901\n6405,1645440849,47.74301,8.99901\n6406,1645440850,47.74301,8.99901\n6407,1645440851,47.74301,8.99901\n6408,1645440852,47.74301,8.99901\n6409,1645440853,47.74301,8.99901\n6410,1645440854,47.74301,8.99901\n6411,1645440855,47.74301,8.99901\n6412,1645440856,47.74301,8.99901\n6413,1645440857,47.74301,8.99901\n6414,1645440858,47.74301,8.99901\n6415,1645440859,47.74301,8.99901\n6416,1645440860,47.74301,8.99901\n6417,1645440861,47.74301,8.99901\n6418,1645440862,47.74301,8.99901\n6419,1645440863,47.74301,8.99901\n6420,1645440864,47.74301,8.99901\n6421,1645440865,47.74301,8.99901\n6422,1645440866,47.74301,8.99901\n6423,1645440867,47.74301,8.99901\n6424,1645440868,47.74301,8.99901\n6425,1645440869,47.74301,8.99901\n6426,1645440870,47.74301,8.99901\n6427,1645440871,47.74301,8.99901\n6428,1645440872,47.74301,8.99901\n6429,1645440873,47.74301,8.99901\n6430,1645440874,47.74301,8.99901\n6431,1645440875,47.74301,8.99901\n6432,1645440876,47.74301,8.99901\n6433,1645440877,47.74301,8.99901\n6434,1645440878,47.74301,8.99901\n6435,1645440879,47.74301,8.99901\n6436,1645440880,47.74301,8.99901\n6437,1645440881,47.74301,8.99901\n6438,1645440882,47.74301,8.99901\n6439,1645440883,47.74301,8.99901\n6440,1645440884,47.74301,8.99901\n6441,1645440885,47.74301,8.99901\n6442,1645440886,47.74301,8.99901\n6443,1645440887,47.74301,8.99901\n6444,1645440888,47.74301,8.99901\n6445,1645440889,47.74301,8.99901\n6446,1645440890,47.74301,8.99901\n6447,1645440891,47.74301,8.99901\n6448,1645440892,47.74301,8.99901\n6449,1645440893,47.74301,8.99901\n6450,1645440894,47.74301,8.99901\n6451,1645440895,47.74301,8.99901\n6452,1645440896,47.74301,8.99901\n6453,1645440897,47.74301,8.99901\n6454,1645440898,47.74301,8.99901\n6455,1645440899,47.74301,8.99901\n6456,1645440900,47.74301,8.99901\n6457,1645440901,47.74301,8.99901\n6458,1645440902,47.74301,8.99901\n6459,1645440903,47.74301,8.99901\n6460,1645440904,47.74301,8.99901\n6461,1645440905,47.74301,8.99901\n6462,1645440906,47.74301,8.99901\n6463,1645440907,47.74301,8.99900\n6464,1645440908,47.74301,8.99900\n6465,1645440909,47.74301,8.99900\n6466,1645440910,47.74301,8.99900\n6467,1645440911,47.74301,8.99900\n6468,1645440912,47.74301,8.99900\n6469,1645440913,47.74301,8.99900\n6470,1645440914,47.74301,8.99900\n6471,1645440915,47.74301,8.99900\n6472,1645440916,47.74301,8.99900\n6473,1645440917,47.74301,8.99900\n6474,1645440918,47.74301,8.99900\n6475,1645440919,47.74301,8.99900\n6476,1645440920,47.74301,8.99900\n6477,1645440921,47.74301,8.99900\n6478,1645440922,47.74301,8.99900\n6479,1645440923,47.74301,8.99900\n6480,1645440924,47.74301,8.99900\n6481,1645440925,47.74301,8.99900\n6482,1645440926,47.74301,8.99900\n6483,1645440927,47.74301,8.99900\n6484,1645440928,47.74301,8.99900\n6485,1645440929,47.74301,8.99900\n6486,1645440930,47.74301,8.99900\n6487,1645440931,47.74301,8.99900\n6488,1645440932,47.74301,8.99900\n6489,1645440933,47.74301,8.99900\n6490,1645440934,47.74301,8.99900\n6491,1645440935,47.74301,8.99900\n6492,1645440936,47.74301,8.99900\n6493,1645440937,47.74301,8.99900\n6494,1645440938,47.74301,8.99900\n6495,1645440939,47.74301,8.99900\n6496,1645440940,47.74301,8.99900\n6497,1645440941,47.74301,8.99900\n6498,1645440942,47.74301,8.99900\n6499,1645440943,47.74301,8.99900\n6500,1645440944,47.74301,8.99900\n6501,1645440945,47.74301,8.99900\n6502,1645440946,47.74301,8.99900\n6503,1645440947,47.74301,8.99900\n6504,1645440948,47.74301,8.99900\n6505,1645440949,47.74301,8.99900\n6506,1645440950,47.74301,8.99900\n6507,1645440951,47.74301,8.99900\n6508,1645440952,47.74301,8.99900\n6509,1645440953,47.74301,8.99900\n6510,1645440954,47.74301,8.99900\n6511,1645440955,47.74301,8.99900\n6512,1645440956,47.74301,8.99900\n6513,1645440957,47.74301,8.99900\n6514,1645440958,47.74301,8.99900\n6515,1645440959,47.74301,8.99900\n6516,1645440960,47.74301,8.99900\n6517,1645440961,47.74301,8.99900\n6518,1645440962,47.74301,8.99900\n6519,1645440963,47.74301,8.99900\n6520,1645440964,47.74301,8.99900\n6521,1645440965,47.74301,8.99900\n6522,1645440966,47.74301,8.99900\n6523,1645440967,47.74301,8.99900\n6524,1645440968,47.74301,8.99900\n6525,1645440969,47.74301,8.99900\n6526,1645440970,47.74301,8.99900\n6527,1645440971,47.74301,8.99900\n6528,1645440972,47.74301,8.99900\n6529,1645440973,47.74301,8.99900\n6530,1645440974,47.74301,8.99900\n6531,1645440975,47.74301,8.99900\n6532,1645440976,47.74301,8.99900\n6533,1645440977,47.74301,8.99900\n6534,1645440978,47.74301,8.99900\n6535,1645440979,47.74301,8.99900\n6536,1645440980,47.74301,8.99900\n6537,1645440981,47.74301,8.99900\n6538,1645440982,47.74301,8.99900\n6539,1645440983,47.74301,8.99900\n6540,1645440984,47.74301,8.99900\n6541,1645440985,47.74301,8.99900\n6542,1645440986,47.74301,8.99900\n6543,1645440987,47.74301,8.99900\n6544,1645440988,47.74301,8.99900\n6545,1645440989,47.74301,8.99900\n6546,1645440990,47.74301,8.99900\n6547,1645440991,47.74301,8.99900\n6548,1645440992,47.74301,8.99900\n6549,1645440993,47.74301,8.99900\n6550,1645440994,47.74301,8.99900\n6551,1645440995,47.74301,8.99900\n6552,1645440996,47.74301,8.99900\n6553,1645440997,47.74301,8.99900\n6554,1645440998,47.74301,8.99900\n6555,1645440999,47.74301,8.99900\n6556,1645441000,47.74301,8.99900\n6557,1645441001,47.74301,8.99900\n6558,1645441002,47.74301,8.99900\n6559,1645441003,47.74301,8.99900\n6560,1645441004,47.74301,8.99900\n6561,1645441005,47.74301,8.99900\n6562,1645441006,47.74301,8.99900\n6563,1645441007,47.74301,8.99900\n6564,1645441008,47.74301,8.99900\n6565,1645441009,47.74301,8.99900\n6566,1645441010,47.74301,8.99900\n6567,1645441011,47.74301,8.99900\n6568,1645441012,47.74301,8.99900\n6569,1645441013,47.74301,8.99900\n6570,1645441014,47.74301,8.99900\n6571,1645441015,47.74301,8.99900\n6572,1645441016,47.74301,8.99900\n6573,1645441017,47.74301,8.99900\n6574,1645441018,47.74301,8.99900\n6575,1645441019,47.74301,8.99900\n6576,1645441020,47.74301,8.99900\n6577,1645441021,47.74301,8.99900\n6578,1645441022,47.74301,8.99900\n6579,1645441023,47.74301,8.99900\n6580,1645441024,47.74301,8.99900\n6581,1645441025,47.74301,8.99900\n6582,1645441026,47.74301,8.99900\n6583,1645441027,47.74301,8.99900\n6584,1645441028,47.74301,8.99900\n6585,1645441029,47.74301,8.99900\n6586,1645441030,47.74301,8.99900\n6587,1645441031,47.74301,8.99900\n6588,1645441032,47.74301,8.99900\n6589,1645441033,47.74301,8.99900\n6590,1645441034,47.74301,8.99900\n6591,1645441035,47.74301,8.99900\n6592,1645441036,47.74301,8.99900\n6593,1645441037,47.74301,8.99900\n6594,1645441038,47.74301,8.99900\n6595,1645441039,47.74301,8.99900\n6596,1645441040,47.74301,8.99900\n6597,1645441041,47.74301,8.99900\n6598,1645441042,47.74301,8.99900\n6599,1645441043,47.74301,8.99900\n6600,1645441044,47.74301,8.99900\n6601,1645441045,47.74301,8.99900\n6602,1645441046,47.74301,8.99900\n6603,1645441047,47.74301,8.99900\n6604,1645441048,47.74301,8.99900\n6605,1645441049,47.74301,8.99900\n6606,1645441050,47.74301,8.99900\n6607,1645441051,47.74301,8.99900\n6608,1645441052,47.74301,8.99900\n6609,1645441053,47.74301,8.99900\n6610,1645441054,47.74301,8.99900\n6611,1645441055,47.74301,8.99900\n6612,1645441056,47.74301,8.99900\n6613,1645441057,47.74301,8.99900\n6614,1645441058,47.74301,8.99900\n6615,1645441059,47.74301,8.99900\n6616,1645441060,47.74301,8.99900\n6617,1645441061,47.74301,8.99900\n6618,1645441062,47.74301,8.99900\n6619,1645441063,47.74301,8.99900\n6620,1645441064,47.74301,8.99900\n6621,1645441065,47.74301,8.99900\n6622,1645441066,47.74301,8.99900\n6623,1645441067,47.74301,8.99900\n6624,1645441068,47.74301,8.99900\n6625,1645441069,47.74301,8.99900\n6626,1645441070,47.74301,8.99900\n6627,1645441071,47.74301,8.99900\n6628,1645441072,47.74301,8.99900\n6629,1645441073,47.74301,8.99900\n6630,1645441074,47.74301,8.99900\n6631,1645441075,47.74301,8.99900\n6632,1645441076,47.74301,8.99900\n6633,1645441077,47.74301,8.99900\n6634,1645441078,47.74301,8.99900\n6635,1645441079,47.74301,8.99900\n6636,1645441080,47.74301,8.99900\n6637,1645441081,47.74301,8.99900\n6638,1645441082,47.74301,8.99900\n6639,1645441083,47.74301,8.99900\n6640,1645441084,47.74301,8.99900\n6641,1645441085,47.74301,8.99900\n6642,1645441086,47.74301,8.99900\n6643,1645441087,47.74301,8.99900\n6644,1645441088,47.74301,8.99900\n6645,1645441089,47.74301,8.99900\n6646,1645441090,47.74301,8.99900\n6647,1645441091,47.74301,8.99900\n6648,1645441092,47.74301,8.99900\n6649,1645441093,47.74301,8.99900\n6650,1645441094,47.74301,8.99900\n6651,1645441095,47.74301,8.99900\n6652,1645441096,47.74301,8.99900\n6653,1645441097,47.74301,8.99900\n6654,1645441098,47.74301,8.99900\n6655,1645441099,47.74301,8.99900\n6656,1645441100,47.74301,8.99900\n6657,1645441101,47.74301,8.99900\n6658,1645441102,47.74301,8.99900\n6659,1645441103,47.74301,8.99900\n6660,1645441104,47.74301,8.99900\n6661,1645441105,47.74301,8.99900\n6662,1645441106,47.74301,8.99900\n6663,1645441107,47.74301,8.99900\n6664,1645441108,47.74301,8.99900\n6665,1645441109,47.74301,8.99900\n6666,1645441110,47.74301,8.99900\n6667,1645441111,47.74301,8.99900\n6668,1645441112,47.74301,8.99900\n6669,1645441113,47.74301,8.99900\n6670,1645441114,47.74301,8.99900\n6671,1645441115,47.74301,8.99900\n6672,1645441116,47.74301,8.99900\n6673,1645441117,47.74301,8.99900\n6674,1645441118,47.74301,8.99900\n6675,1645441119,47.74301,8.99900\n6676,1645441120,47.74301,8.99900\n6677,1645441121,47.74301,8.99900\n6678,1645441122,47.74301,8.99900\n6679,1645441123,47.74301,8.99900\n6680,1645441124,47.74301,8.99900\n6681,1645441125,47.74301,8.99900\n6682,1645441126,47.74301,8.99900\n6683,1645441127,47.74301,8.99900\n6684,1645441128,47.74301,8.99900\n6685,1645441129,47.74301,8.99900\n6686,1645441130,47.74301,8.99900\n6687,1645441131,47.74301,8.99900\n6688,1645441132,47.74301,8.99900\n6689,1645441133,47.74301,8.99900\n6690,1645441134,47.74301,8.99900\n6691,1645441135,47.74301,8.99900\n6692,1645441136,47.74301,8.99900\n6693,1645441137,47.74301,8.99900\n6694,1645441138,47.74301,8.99900\n6695,1645441139,47.74301,8.99900\n6696,1645441140,47.74301,8.99900\n6697,1645441141,47.74301,8.99900\n6698,1645441142,47.74301,8.99900\n6699,1645441143,47.74301,8.99900\n6700,1645441144,47.74301,8.99900\n6701,1645441145,47.74301,8.99900\n6702,1645441146,47.74301,8.99900\n6703,1645441147,47.74301,8.99900\n6704,1645441148,47.74301,8.99900\n6705,1645441149,47.74301,8.99900\n6706,1645441150,47.74301,8.99900\n6707,1645441151,47.74301,8.99900\n6708,1645441152,47.74301,8.99900\n6709,1645441153,47.74301,8.99900\n6710,1645441154,47.74301,8.99900\n6711,1645441155,47.74301,8.99900\n6712,1645441156,47.74301,8.99900\n6713,1645441157,47.74301,8.99900\n6714,1645441158,47.74301,8.99900\n6715,1645441159,47.74301,8.99900\n6716,1645441160,47.74301,8.99900\n6717,1645441161,47.74301,8.99900\n6718,1645441162,47.74301,8.99900\n6719,1645441163,47.74301,8.99900\n6720,1645441164,47.74301,8.99900\n6721,1645441165,47.74301,8.99900\n6722,1645441166,47.74301,8.99900\n6723,1645441167,47.74301,8.99900\n6724,1645441168,47.74301,8.99900\n6725,1645441169,47.74301,8.99900\n6726,1645441170,47.74301,8.99900\n6727,1645441171,47.74301,8.99900\n6728,1645441172,47.74301,8.99900\n6729,1645441173,47.74301,8.99900\n6730,1645441174,47.74301,8.99900\n6731,1645441175,47.74301,8.99900\n6732,1645441176,47.74301,8.99900\n6733,1645441177,47.74301,8.99900\n6734,1645441178,47.74301,8.99900\n6735,1645441179,47.74301,8.99900\n6736,1645441180,47.74301,8.99900\n6737,1645441181,47.74301,8.99900\n6738,1645441182,47.74301,8.99900\n6739,1645441183,47.74301,8.99900\n6740,1645441184,47.74301,8.99900\n6741,1645441185,47.74301,8.99900\n6742,1645441186,47.74301,8.99900\n6743,1645441187,47.74301,8.99900\n6744,1645441188,47.74301,8.99900\n6745,1645441189,47.74301,8.99900\n6746,1645441190,47.74301,8.99900\n6747,1645441191,47.74301,8.99900\n6748,1645441192,47.74301,8.99900\n6749,1645441193,47.74301,8.99900\n6750,1645441194,47.74301,8.99900\n6751,1645441195,47.74301,8.99900\n6752,1645441196,47.74301,8.99900\n6753,1645441197,47.74301,8.99900\n6754,1645441198,47.74301,8.99900\n6755,1645441199,47.74301,8.99900\n6756,1645441200,47.74301,8.99900\n6757,1645441201,47.74301,8.99900\n6758,1645441202,47.74301,8.99900\n6759,1645441203,47.74301,8.99900\n6760,1645441204,47.74301,8.99900\n6761,1645441205,47.74301,8.99900\n6762,1645441206,47.74301,8.99900\n6763,1645441207,47.74301,8.99900\n6764,1645441208,47.74301,8.99900\n6765,1645441209,47.74301,8.99900\n6766,1645441210,47.74301,8.99900\n6767,1645441211,47.74301,8.99900\n6768,1645441212,47.74301,8.99900\n6769,1645441213,47.74301,8.99900\n6770,1645441214,47.74301,8.99900\n6771,1645441215,47.74301,8.99900\n6772,1645441216,47.74301,8.99900\n6773,1645441217,47.74301,8.99900\n6774,1645441218,47.74301,8.99900\n6775,1645441219,47.74301,8.99900\n6776,1645441220,47.74301,8.99900\n6777,1645441221,47.74301,8.99900\n6778,1645441222,47.74301,8.99900\n6779,1645441223,47.74301,8.99900\n6780,1645441224,47.74301,8.99900\n6781,1645441225,47.74301,8.99900\n6782,1645441226,47.74301,8.99900\n6783,1645441227,47.74301,8.99900\n6784,1645441228,47.74301,8.99900\n6785,1645441229,47.74301,8.99900\n6786,1645441230,47.74301,8.99900\n6787,1645441231,47.74301,8.99900\n6788,1645441232,47.74301,8.99900\n6789,1645441233,47.74301,8.99900\n6790,1645441234,47.74301,8.99900\n6791,1645441235,47.74301,8.99900\n6792,1645441236,47.74301,8.99900\n6793,1645441237,47.74301,8.99900\n6794,1645441238,47.74301,8.99900\n6795,1645441239,47.74301,8.99900\n6796,1645441240,47.74301,8.99900\n6797,1645441241,47.74301,8.99900\n6798,1645441242,47.74301,8.99900\n6799,1645441243,47.74301,8.99900\n6800,1645441244,47.74301,8.99900\n6801,1645441245,47.74301,8.99900\n6802,1645441246,47.74301,8.99900\n6803,1645441247,47.74301,8.99900\n6804,1645441248,47.74301,8.99900\n6805,1645441249,47.74301,8.99900\n6806,1645441250,47.74301,8.99900\n6807,1645441251,47.74301,8.99900\n6808,1645441252,47.74301,8.99900\n6809,1645441253,47.74301,8.99900\n6810,1645441254,47.74301,8.99900\n6811,1645441255,47.74301,8.99900\n6812,1645441256,47.74301,8.99900\n6813,1645441257,47.74301,8.99900\n6814,1645441258,47.74301,8.99900\n6815,1645441259,47.74301,8.99900\n6816,1645441260,47.74301,8.99900\n6817,1645441261,47.74301,8.99900\n6818,1645441262,47.74301,8.99900\n6819,1645441263,47.74301,8.99900\n6820,1645441264,47.74301,8.99900\n6821,1645441265,47.74301,8.99900\n6822,1645441266,47.74301,8.99900\n6823,1645441267,47.74301,8.99900\n6824,1645441268,47.74301,8.99900\n6825,1645441269,47.74301,8.99900\n6826,1645441270,47.74301,8.99900\n6827,1645441271,47.74301,8.99900\n6828,1645441272,47.74301,8.99900\n6829,1645441273,47.74301,8.99900\n6830,1645441274,47.74301,8.99900\n6831,1645441275,47.74301,8.99900\n6832,1645441276,47.74301,8.99900\n6833,1645441277,47.74301,8.99900\n6834,1645441278,47.74301,8.99900\n6835,1645441279,47.74301,8.99900\n6836,1645441280,47.74301,8.99900\n6837,1645441281,47.74301,8.99900\n6838,1645441282,47.74301,8.99900\n6839,1645441283,47.74301,8.99900\n6840,1645441284,47.74301,8.99900\n6841,1645441285,47.74301,8.99900\n6842,1645441286,47.74301,8.99900\n6843,1645441287,47.74301,8.99900\n6844,1645441288,47.74301,8.99900\n6845,1645441289,47.74301,8.99900\n6846,1645441290,47.74301,8.99900\n6847,1645441291,47.74301,8.99900\n6848,1645441292,47.74301,8.99900\n6849,1645441293,47.74301,8.99900\n6850,1645441294,47.74301,8.99900\n6851,1645441295,47.74301,8.99900\n6852,1645441296,47.74301,8.99900\n6853,1645441297,47.74301,8.99900\n6854,1645441298,47.74301,8.99900\n6855,1645441299,47.74301,8.99900\n6856,1645441300,47.74301,8.99900\n6857,1645441301,47.74301,8.99900\n6858,1645441302,47.74301,8.99900\n6859,1645441303,47.74301,8.99900\n6860,1645441304,47.74301,8.99900\n6861,1645441305,47.74301,8.99900\n6862,1645441306,47.74301,8.99900\n6863,1645441307,47.74301,8.99900\n6864,1645441308,47.74301,8.99900\n6865,1645441309,47.74301,8.99900\n6866,1645441310,47.74301,8.99900\n6867,1645441311,47.74301,8.99900\n6868,1645441312,47.74301,8.99900\n6869,1645441313,47.74301,8.99900\n6870,1645441314,47.74301,8.99900\n6871,1645441315,47.74301,8.99900\n6872,1645441316,47.74301,8.99900\n6873,1645441317,47.74301,8.99900\n6874,1645441318,47.74301,8.99900\n6875,1645441319,47.74301,8.99900\n6876,1645441320,47.74301,8.99900\n6877,1645441321,47.74301,8.99900\n6878,1645441322,47.74301,8.99900\n6879,1645441323,47.74301,8.99900\n6880,1645441324,47.74301,8.99900\n6881,1645441325,47.74301,8.99900\n6882,1645441326,47.74301,8.99900\n6883,1645441327,47.74301,8.99900\n6884,1645441328,47.74301,8.99900\n6885,1645441329,47.74301,8.99900\n6886,1645441330,47.74301,8.99900\n6887,1645441331,47.74301,8.99900\n6888,1645441332,47.74301,8.99900\n6889,1645441333,47.74301,8.99900\n6890,1645441334,47.74301,8.99900\n6891,1645441335,47.74301,8.99900\n6892,1645441336,47.74302,8.99900\n6893,1645441337,47.74302,8.99900\n6894,1645441338,47.74302,8.99900\n6895,1645441339,47.74302,8.99900\n6896,1645441340,47.74302,8.99900\n6897,1645441341,47.74302,8.99900\n6898,1645441342,47.74302,8.99900\n6899,1645441343,47.74302,8.99900\n6900,1645441344,47.74302,8.99900\n6901,1645441345,47.74302,8.99900\n6902,1645441346,47.74302,8.99900\n6903,1645441347,47.74302,8.99900\n6904,1645441348,47.74302,8.99900\n6905,1645441349,47.74302,8.99900\n6906,1645441350,47.74302,8.99900\n6907,1645441351,47.74302,8.99900\n6908,1645441352,47.74302,8.99900\n6909,1645441353,47.74302,8.99900\n6910,1645441354,47.74302,8.99900\n6911,1645441355,47.74302,8.99900\n6912,1645441356,47.74302,8.99900\n6913,1645441357,47.74302,8.99900\n6914,1645441358,47.74302,8.99900\n6915,1645441359,47.74302,8.99900\n6916,1645441360,47.74302,8.99900\n6917,1645441361,47.74302,8.99900\n6918,1645441362,47.74302,8.99900\n6919,1645441363,47.74302,8.99900\n6920,1645441364,47.74302,8.99900\n6921,1645441365,47.74302,8.99900\n6922,1645441366,47.74302,8.99900\n6923,1645441367,47.74302,8.99900\n6924,1645441368,47.74302,8.99900\n6925,1645441369,47.74302,8.99900\n6926,1645441370,47.74302,8.99900\n6927,1645441371,47.74302,8.99900\n6928,1645441372,47.74302,8.99900\n6929,1645441373,47.74302,8.99900\n6930,1645441374,47.74302,8.99900\n6931,1645441375,47.74302,8.99900\n6932,1645441376,47.74302,8.99900\n6933,1645441377,47.74302,8.99900\n6934,1645441378,47.74302,8.99900\n6935,1645441379,47.74302,8.99900\n6936,1645441380,47.74302,8.99900\n6937,1645441381,47.74302,8.99900\n6938,1645441382,47.74302,8.99900\n6939,1645441383,47.74302,8.99900\n6940,1645441384,47.74302,8.99900\n6941,1645441385,47.74302,8.99900\n6942,1645441386,47.74302,8.99900\n6943,1645441387,47.74302,8.99900\n6944,1645441388,47.74302,8.99900\n6945,1645441389,47.74302,8.99900\n6946,1645441390,47.74302,8.99900\n6947,1645441391,47.74302,8.99900\n6948,1645441392,47.74302,8.99900\n6949,1645441393,47.74302,8.99900\n6950,1645441394,47.74302,8.99900\n6951,1645441395,47.74302,8.99900\n6952,1645441396,47.74302,8.99900\n6953,1645441397,47.74302,8.99900\n6954,1645441398,47.74302,8.99900\n6955,1645441399,47.74302,8.99900\n6956,1645441400,47.74302,8.99900\n6957,1645441401,47.74302,8.99900\n6958,1645441402,47.74302,8.99900\n6959,1645441403,47.74302,8.99900\n6960,1645441404,47.74302,8.99900\n6961,1645441405,47.74302,8.99900\n6962,1645441406,47.74302,8.99900\n6963,1645441407,47.74302,8.99900\n6964,1645441408,47.74302,8.99900\n6965,1645441409,47.74302,8.99900\n6966,1645441410,47.74302,8.99900\n6967,1645441411,47.74302,8.99900\n6968,1645441412,47.74302,8.99900\n6969,1645441413,47.74302,8.99900\n6970,1645441414,47.74302,8.99900\n6971,1645441415,47.74302,8.99900\n6972,1645441416,47.74302,8.99900\n6973,1645441417,47.74302,8.99900\n6974,1645441418,47.74302,8.99900\n6975,1645441419,47.74302,8.99900\n6976,1645441420,47.74302,8.99900\n6977,1645441421,47.74302,8.99900\n6978,1645441422,47.74302,8.99900\n6979,1645441423,47.74302,8.99900\n6980,1645441424,47.74302,8.99900\n6981,1645441425,47.74302,8.99900\n6982,1645441426,47.74302,8.99900\n6983,1645441427,47.74302,8.99900\n6984,1645441428,47.74302,8.99900\n6985,1645441429,47.74302,8.99900\n6986,1645441430,47.74302,8.99900\n6987,1645441431,47.74302,8.99900\n6988,1645441432,47.74302,8.99900\n6989,1645441433,47.74302,8.99900\n6990,1645441434,47.74302,8.99900\n6991,1645441435,47.74302,8.99900\n6992,1645441436,47.74302,8.99900\n6993,1645441437,47.74302,8.99900\n6994,1645441438,47.74302,8.99900\n6995,1645441439,47.74302,8.99900\n6996,1645441440,47.74302,8.99900\n6997,1645441441,47.74302,8.99900\n6998,1645441442,47.74302,8.99900\n6999,1645441443,47.74302,8.99900\n7000,1645441444,47.74302,8.99900\n7001,1645441445,47.74302,8.99900\n7002,1645441446,47.74302,8.99900\n7003,1645441447,47.74302,8.99900\n7004,1645441448,47.74302,8.99900\n7005,1645441449,47.74302,8.99900\n7006,1645441450,47.74302,8.99900\n7007,1645441451,47.74302,8.99900\n7008,1645441452,47.74302,8.99900\n7009,1645441453,47.74302,8.99900\n7010,1645441454,47.74302,8.99900\n7011,1645441455,47.74302,8.99900\n7012,1645441456,47.74302,8.99900\n7013,1645441457,47.74302,8.99900\n7014,1645441458,47.74302,8.99900\n7015,1645441459,47.74302,8.99900\n7016,1645441460,47.74302,8.99900\n7017,1645441461,47.74302,8.99900\n7018,1645441462,47.74302,8.99900\n7019,1645441463,47.74302,8.99900\n7020,1645441464,47.74302,8.99900\n7021,1645441465,47.74302,8.99900\n7022,1645441466,47.74302,8.99900\n7023,1645441467,47.74302,8.99900\n7024,1645441468,47.74302,8.99900\n7025,1645441469,47.74302,8.99900\n7026,1645441470,47.74302,8.99900\n7027,1645441471,47.74302,8.99900\n7028,1645441472,47.74302,8.99900\n7029,1645441473,47.74302,8.99900\n7030,1645441474,47.74302,8.99900\n7031,1645441475,47.74302,8.99900\n7032,1645441476,47.74302,8.99900\n7033,1645441477,47.74302,8.99900\n7034,1645441478,47.74302,8.99900\n7035,1645441479,47.74302,8.99900\n7036,1645441480,47.74302,8.99900\n7037,1645441481,47.74302,8.99900\n7038,1645441482,47.74302,8.99900\n7039,1645441483,47.74302,8.99900\n7040,1645441484,47.74302,8.99900\n7041,1645441485,47.74302,8.99900\n7042,1645441486,47.74302,8.99900\n7043,1645441487,47.74302,8.99900\n7044,1645441488,47.74302,8.99900\n7045,1645441489,47.74302,8.99900\n7046,1645441490,47.74302,8.99900\n7047,1645441491,47.74302,8.99900\n7048,1645441492,47.74302,8.99900\n7049,1645441493,47.74302,8.99900\n7050,1645441494,47.74302,8.99900\n7051,1645441495,47.74302,8.99900\n7052,1645441496,47.74302,8.99900\n7053,1645441497,47.74302,8.99900\n7054,1645441498,47.74302,8.99900\n7055,1645441499,47.74302,8.99900\n7056,1645441500,47.74302,8.99900\n7057,1645441501,47.74302,8.99900\n7058,1645441502,47.74302,8.99900\n7059,1645441503,47.74302,8.99900\n7060,1645441504,47.74302,8.99900\n7061,1645441505,47.74302,8.99900\n7062,1645441506,47.74302,8.99900\n7063,1645441507,47.74302,8.99900\n7064,1645441508,47.74302,8.99900\n7065,1645441509,47.74302,8.99900\n7066,1645441510,47.74302,8.99900\n7067,1645441511,47.74302,8.99900\n7068,1645441512,47.74302,8.99900\n7069,1645441513,47.74302,8.99899\n7070,1645441514,47.74302,8.99899\n7071,1645441515,47.74302,8.99899\n7072,1645441516,47.74302,8.99899\n7073,1645441517,47.74302,8.99899\n7074,1645441518,47.74302,8.99899\n7075,1645441519,47.74302,8.99899\n7076,1645441520,47.74302,8.99899\n7077,1645441521,47.74302,8.99899\n7078,1645441522,47.74302,8.99899\n7079,1645441523,47.74302,8.99899\n7080,1645441524,47.74302,8.99899\n7081,1645441525,47.74302,8.99899\n7082,1645441526,47.74302,8.99899\n7083,1645441527,47.74302,8.99899\n7084,1645441528,47.74302,8.99899\n7085,1645441529,47.74302,8.99899\n7086,1645441530,47.74302,8.99899\n7087,1645441531,47.74302,8.99899\n7088,1645441532,47.74302,8.99899\n7089,1645441533,47.74302,8.99899\n7090,1645441534,47.74302,8.99899\n7091,1645441535,47.74302,8.99899\n7092,1645441536,47.74302,8.99899\n7093,1645441537,47.74302,8.99899\n7094,1645441538,47.74302,8.99899\n7095,1645441539,47.74302,8.99899\n7096,1645441540,47.74302,8.99899\n7097,1645441541,47.74302,8.99899\n7098,1645441542,47.74302,8.99899\n7099,1645441543,47.74302,8.99899\n7100,1645441544,47.74302,8.99899\n7101,1645441545,47.74302,8.99899\n7102,1645441546,47.74302,8.99899\n7103,1645441547,47.74302,8.99899\n7104,1645441548,47.74302,8.99899\n7105,1645441549,47.74302,8.99899\n7106,1645441550,47.74302,8.99899\n7107,1645441551,47.74302,8.99899\n7108,1645441552,47.74302,8.99899\n7109,1645441553,47.74302,8.99899\n7110,1645441554,47.74302,8.99899\n7111,1645441555,47.74302,8.99899\n7112,1645441556,47.74302,8.99899\n7113,1645441557,47.74302,8.99899\n7114,1645441558,47.74302,8.99899\n7115,1645441559,47.74302,8.99899\n7116,1645441560,47.74302,8.99899\n7117,1645441561,47.74302,8.99899\n7118,1645441562,47.74302,8.99899\n7119,1645441563,47.74302,8.99899\n7120,1645441564,47.74302,8.99899\n7121,1645441565,47.74302,8.99899\n7122,1645441566,47.74302,8.99899\n7123,1645441567,47.74302,8.99899\n7124,1645441568,47.74302,8.99899\n7125,1645441569,47.74302,8.99899\n7126,1645441570,47.74302,8.99899\n7127,1645441571,47.74302,8.99899\n7128,1645441572,47.74302,8.99899\n7129,1645441573,47.74302,8.99899\n7130,1645441574,47.74302,8.99899\n7131,1645441575,47.74302,8.99899\n7132,1645441576,47.74302,8.99899\n7133,1645441577,47.74302,8.99899\n7134,1645441578,47.74302,8.99899\n7135,1645441579,47.74302,8.99899\n7136,1645441580,47.74302,8.99899\n7137,1645441581,47.74302,8.99899\n7138,1645441582,47.74302,8.99899\n7139,1645441583,47.74302,8.99899\n7140,1645441584,47.74302,8.99899\n7141,1645441585,47.74302,8.99899\n7142,1645441586,47.74302,8.99899\n7143,1645441587,47.74302,8.99899\n7144,1645441588,47.74302,8.99899\n7145,1645441589,47.74302,8.99899\n7146,1645441590,47.74302,8.99899\n7147,1645441591,47.74302,8.99899\n7148,1645441592,47.74302,8.99899\n7149,1645441593,47.74302,8.99899\n7150,1645441594,47.74302,8.99899\n7151,1645441595,47.74302,8.99899\n7152,1645441596,47.74302,8.99899\n7153,1645441597,47.74302,8.99899\n7154,1645441598,47.74302,8.99899\n7155,1645441599,47.74302,8.99899\n7156,1645441600,47.74302,8.99899\n7157,1645441601,47.74302,8.99899\n7158,1645441602,47.74302,8.99899\n7159,1645441603,47.74302,8.99899\n7160,1645441604,47.74302,8.99899\n7161,1645441605,47.74302,8.99899\n7162,1645441606,47.74302,8.99899\n7163,1645441607,47.74302,8.99899\n7164,1645441608,47.74302,8.99899\n7165,1645441609,47.74302,8.99899\n7166,1645441610,47.74302,8.99899\n7167,1645441611,47.74302,8.99899\n7168,1645441612,47.74302,8.99899\n7169,1645441613,47.74302,8.99899\n7170,1645441614,47.74302,8.99899\n7171,1645441615,47.74302,8.99899\n7172,1645441616,47.74302,8.99899\n7173,1645441617,47.74302,8.99899\n7174,1645441618,47.74302,8.99899\n7175,1645441619,47.74302,8.99899\n7176,1645441620,47.74302,8.99899\n7177,1645441621,47.74302,8.99899\n7178,1645441622,47.74302,8.99899\n7179,1645441623,47.74302,8.99899\n7180,1645441624,47.74302,8.99899\n7181,1645441625,47.74302,8.99899\n7182,1645441626,47.74302,8.99899\n7183,1645441627,47.74302,8.99899\n7184,1645441628,47.74302,8.99899\n7185,1645441629,47.74302,8.99899\n7186,1645441630,47.74302,8.99899\n7187,1645441631,47.74302,8.99899\n7188,1645441632,47.74302,8.99899\n7189,1645441633,47.74302,8.99899\n7190,1645441634,47.74302,8.99899\n7191,1645441635,47.74302,8.99899\n7192,1645441636,47.74302,8.99899\n7193,1645441637,47.74302,8.99899\n7194,1645441638,47.74302,8.99899\n7195,1645441639,47.74302,8.99899\n7196,1645441640,47.74302,8.99899\n7197,1645441641,47.74302,8.99899\n7198,1645441642,47.74302,8.99899\n7199,1645441643,47.74302,8.99899\n7200,1645441644,47.74302,8.99899\n7201,1645441645,47.74302,8.99899\n7202,1645441646,47.74302,8.99899\n7203,1645441647,47.74302,8.99899\n7204,1645441648,47.74302,8.99899\n7205,1645441649,47.74302,8.99899\n7206,1645441650,47.74302,8.99899\n7207,1645441651,47.74302,8.99899\n7208,1645441652,47.74302,8.99899\n7209,1645441653,47.74302,8.99899\n7210,1645441654,47.74302,8.99899\n7211,1645441655,47.74302,8.99899\n7212,1645441656,47.74302,8.99899\n7213,1645441657,47.74302,8.99899\n7214,1645441658,47.74302,8.99899\n7215,1645441659,47.74302,8.99899\n7216,1645441660,47.74302,8.99899\n7217,1645441661,47.74302,8.99899\n7218,1645441662,47.74302,8.99899\n7219,1645441663,47.74302,8.99899\n7220,1645441664,47.74302,8.99899\n7221,1645441665,47.74302,8.99899\n7222,1645441666,47.74302,8.99899\n7223,1645441667,47.74302,8.99899\n7224,1645441668,47.74302,8.99899\n7225,1645441669,47.74302,8.99899\n7226,1645441670,47.74302,8.99899\n7227,1645441671,47.74302,8.99899\n7228,1645441672,47.74302,8.99899\n7229,1645441673,47.74302,8.99899\n7230,1645441674,47.74302,8.99899\n7231,1645441675,47.74302,8.99899\n7232,1645441676,47.74302,8.99899\n7233,1645441677,47.74302,8.99899\n7234,1645441678,47.74302,8.99899\n7235,1645441679,47.74302,8.99899\n7236,1645441680,47.74302,8.99899\n7237,1645441681,47.74302,8.99899\n7238,1645441682,47.74302,8.99899\n7239,1645441683,47.74302,8.99899\n7240,1645441684,47.74302,8.99899\n7241,1645441685,47.74302,8.99899\n7242,1645441686,47.74302,8.99899\n7243,1645441687,47.74302,8.99899\n7244,1645441688,47.74302,8.99899\n7245,1645441689,47.74302,8.99899\n7246,1645441690,47.74302,8.99899\n7247,1645441691,47.74302,8.99899\n7248,1645441692,47.74302,8.99899\n7249,1645441693,47.74302,8.99899\n7250,1645441694,47.74302,8.99899\n7251,1645441695,47.74302,8.99899\n7252,1645441696,47.74302,8.99899\n7253,1645441697,47.74302,8.99899\n7254,1645441698,47.74302,8.99899\n7255,1645441699,47.74303,8.99899\n7256,1645441700,47.74303,8.99899\n7257,1645441701,47.74303,8.99899\n7258,1645441702,47.74303,8.99899\n7259,1645441703,47.74303,8.99899\n7260,1645441704,47.74303,8.99899\n7261,1645441705,47.74303,8.99899\n7262,1645441706,47.74303,8.99899\n7263,1645441707,47.74303,8.99899\n7264,1645441708,47.74303,8.99899\n7265,1645441709,47.74303,8.99899\n7266,1645441710,47.74303,8.99899\n7267,1645441711,47.74303,8.99899\n7268,1645441712,47.74303,8.99899\n7269,1645441713,47.74303,8.99899\n7270,1645441714,47.74303,8.99899\n7271,1645441715,47.74303,8.99899\n7272,1645441716,47.74303,8.99899\n7273,1645441717,47.74303,8.99899\n7274,1645441718,47.74303,8.99899\n7275,1645441719,47.74303,8.99899\n7276,1645441720,47.74303,8.99899\n7277,1645441721,47.74303,8.99899\n7278,1645441722,47.74303,8.99899\n7279,1645441723,47.74303,8.99899\n7280,1645441724,47.74303,8.99899\n7281,1645441725,47.74303,8.99899\n7282,1645441726,47.74303,8.99899\n7283,1645441727,47.74303,8.99899\n7284,1645441728,47.74303,8.99899\n7285,1645441729,47.74303,8.99899\n7286,1645441730,47.74303,8.99899\n7287,1645441731,47.74303,8.99899\n7288,1645441732,47.74303,8.99899\n7289,1645441733,47.74303,8.99899\n7290,1645441734,47.74303,8.99899\n7291,1645441735,47.74303,8.99899\n7292,1645441736,47.74303,8.99899\n7293,1645441737,47.74303,8.99899\n7294,1645441738,47.74303,8.99899\n7295,1645441739,47.74303,8.99899\n7296,1645441740,47.74303,8.99899\n7297,1645441741,47.74303,8.99899\n7298,1645441742,47.74303,8.99899\n7299,1645441743,47.74303,8.99899\n7300,1645441744,47.74303,8.99899\n7301,1645441745,47.74303,8.99899\n7302,1645441746,47.74303,8.99899\n7303,1645441747,47.74303,8.99899\n7304,1645441748,47.74303,8.99899\n7305,1645441749,47.74303,8.99899\n7306,1645441750,47.74303,8.99899\n7307,1645441751,47.74303,8.99899\n7308,1645441752,47.74303,8.99899\n7309,1645441753,47.74303,8.99899\n7310,1645441754,47.74303,8.99899\n7311,1645441755,47.74303,8.99899\n7312,1645441756,47.74303,8.99899\n7313,1645441757,47.74303,8.99899\n7314,1645441758,47.74303,8.99899\n7315,1645441759,47.74303,8.99899\n7316,1645441760,47.74303,8.99899\n7317,1645441761,47.74303,8.99899\n7318,1645441762,47.74303,8.99899\n7319,1645441763,47.74303,8.99899\n7320,1645441764,47.74303,8.99899\n7321,1645441765,47.74304,8.99899\n7322,1645441766,47.74304,8.99899\n7323,1645441767,47.74304,8.99899\n7324,1645441768,47.74304,8.99899\n7325,1645441769,47.74304,8.99899\n7326,1645441770,47.74304,8.99899\n7327,1645441771,47.74304,8.99899\n7328,1645441772,47.74304,8.99899\n7329,1645441773,47.74304,8.99899\n7330,1645441774,47.74304,8.99899\n7331,1645441775,47.74304,8.99899\n7332,1645441776,47.74304,8.99899\n7333,1645441777,47.74304,8.99899\n7334,1645441778,47.74304,8.99899\n7335,1645441779,47.74304,8.99899\n7336,1645441780,47.74304,8.99899\n7337,1645441781,47.74304,8.99899\n7338,1645441782,47.74305,8.99899\n7339,1645441783,47.74305,8.99899\n7340,1645441784,47.74305,8.99899\n7341,1645441785,47.74305,8.99899\n7342,1645441786,47.74305,8.99898\n7343,1645441787,47.74305,8.99898\n7344,1645441788,47.74305,8.99898\n7345,1645441789,47.74305,8.99898\n7346,1645441790,47.74305,8.99898\n7347,1645441791,47.74305,8.99898\n7348,1645441792,47.74305,8.99899\n7349,1645441793,47.74305,8.99899\n7350,1645441794,47.74305,8.99899\n7351,1645441795,47.74305,8.99899\n7352,1645441796,47.74305,8.99899\n7353,1645441797,47.74305,8.99899\n7354,1645441798,47.74305,8.99899\n7355,1645441799,47.74305,8.99899\n7356,1645441800,47.74305,8.99899\n7357,1645441801,47.74305,8.99899\n7358,1645441802,47.74305,8.99899\n7359,1645441803,47.74305,8.99899\n7360,1645441804,47.74305,8.99899\n7361,1645441805,47.74305,8.99899\n7362,1645441806,47.74305,8.99899\n7363,1645441807,47.74305,8.99899\n7364,1645441808,47.74305,8.99899\n7365,1645441809,47.74305,8.99899\n7366,1645441810,47.74305,8.99899\n7367,1645441811,47.74305,8.99899\n7368,1645441812,47.74305,8.99899\n7369,1645441813,47.74305,8.99899\n7370,1645441814,47.74305,8.99899\n7371,1645441815,47.74305,8.99899\n7372,1645441816,47.74305,8.99899\n7373,1645441817,47.74305,8.99899\n7374,1645441818,47.74305,8.99899\n7375,1645441819,47.74305,8.99899\n7376,1645441820,47.74305,8.99899\n7377,1645441821,47.74305,8.99899\n7378,1645441822,47.74305,8.99899\n7379,1645441823,47.74305,8.99899\n7380,1645441824,47.74305,8.99899\n7381,1645441825,47.74305,8.99899\n7382,1645441826,47.74305,8.99899\n7383,1645441827,47.74305,8.99899\n7384,1645441828,47.74305,8.99899\n7385,1645441829,47.74305,8.99899\n7386,1645441830,47.74305,8.99899\n7387,1645441831,47.74305,8.99899\n7388,1645441832,47.74305,8.99899\n7389,1645441833,47.74305,8.99899\n7390,1645441834,47.74305,8.99899\n7391,1645441835,47.74305,8.99899\n7392,1645441836,47.74305,8.99899\n7393,1645441837,47.74305,8.99899\n7394,1645441838,47.74305,8.99899\n7395,1645441839,47.74305,8.99899\n7396,1645441840,47.74305,8.99899\n7397,1645441841,47.74305,8.99899\n7398,1645441842,47.74305,8.99899\n7399,1645441843,47.74305,8.99899\n7400,1645441844,47.74305,8.99899\n7401,1645441845,47.74305,8.99899\n7402,1645441846,47.74305,8.99899\n7403,1645441847,47.74305,8.99899\n7404,1645441848,47.74305,8.99899\n7405,1645441849,47.74305,8.99899\n7406,1645441850,47.74305,8.99899\n7407,1645441851,47.74305,8.99899\n7408,1645441852,47.74305,8.99899\n7409,1645441853,47.74305,8.99899\n7410,1645441854,47.74305,8.99899\n7411,1645441855,47.74305,8.99899\n7412,1645441856,47.74305,8.99899\n7413,1645441857,47.74305,8.99899\n7414,1645441858,47.74305,8.99899\n7415,1645441859,47.74305,8.99899\n7416,1645441860,47.74305,8.99899\n7417,1645441861,47.74305,8.99898\n7418,1645441862,47.74305,8.99898\n7419,1645441863,47.74305,8.99898\n7420,1645441864,47.74305,8.99898\n7421,1645441865,47.74305,8.99898\n7422,1645441866,47.74305,8.99898\n7423,1645441867,47.74305,8.99898\n7424,1645441868,47.74305,8.99898\n7425,1645441869,47.74305,8.99898\n7426,1645441870,47.74305,8.99898\n7427,1645441871,47.74305,8.99898\n7428,1645441872,47.74305,8.99898\n7429,1645441873,47.74305,8.99898\n7430,1645441874,47.74305,8.99898\n7431,1645441875,47.74305,8.99898\n7432,1645441876,47.74305,8.99898\n7433,1645441877,47.74305,8.99898\n7434,1645441878,47.74305,8.99898\n7435,1645441879,47.74305,8.99898\n7436,1645441880,47.74305,8.99898\n7437,1645441881,47.74305,8.99898\n7438,1645441882,47.74305,8.99898\n7439,1645441883,47.74305,8.99898\n7440,1645441884,47.74305,8.99898\n7441,1645441885,47.74305,8.99898\n7442,1645441886,47.74305,8.99898\n7443,1645441887,47.74305,8.99898\n7444,1645441888,47.74305,8.99898\n7445,1645441889,47.74305,8.99898\n7446,1645441890,47.74305,8.99898\n7447,1645441891,47.74305,8.99898\n7448,1645441892,47.74305,8.99898\n7449,1645441893,47.74305,8.99898\n7450,1645441894,47.74305,8.99898\n7451,1645441895,47.74305,8.99898\n7452,1645441896,47.74305,8.99898\n7453,1645441897,47.74305,8.99898\n7454,1645441898,47.74305,8.99898\n7455,1645441899,47.74305,8.99898\n7456,1645441900,47.74305,8.99898\n7457,1645441901,47.74305,8.99898\n7458,1645441902,47.74305,8.99898\n7459,1645441903,47.74305,8.99898\n7460,1645441904,47.74305,8.99898\n7461,1645441905,47.74305,8.99898\n7462,1645441906,47.74305,8.99898\n7463,1645441907,47.74305,8.99898\n7464,1645441908,47.74305,8.99898\n7465,1645441909,47.74305,8.99898\n7466,1645441910,47.74305,8.99898\n7467,1645441911,47.74305,8.99898\n7468,1645441912,47.74305,8.99898\n7469,1645441913,47.74305,8.99898\n7470,1645441914,47.74305,8.99898\n7471,1645441915,47.74305,8.99898\n7472,1645441916,47.74305,8.99898\n7473,1645441917,47.74305,8.99898\n7474,1645441918,47.74305,8.99898\n7475,1645441919,47.74305,8.99898\n7476,1645441920,47.74305,8.99898\n7477,1645441921,47.74305,8.99898\n7478,1645441922,47.74305,8.99898\n7479,1645441923,47.74305,8.99898\n7480,1645441924,47.74305,8.99898\n7481,1645441925,47.74305,8.99898\n7482,1645441926,47.74305,8.99898\n7483,1645441927,47.74305,8.99898\n7484,1645441928,47.74305,8.99898\n7485,1645441929,47.74305,8.99898\n7486,1645441930,47.74305,8.99898\n7487,1645441931,47.74305,8.99898\n7488,1645441932,47.74305,8.99898\n7489,1645441933,47.74305,8.99898\n7490,1645441934,47.74305,8.99898\n7491,1645441935,47.74305,8.99898\n7492,1645441936,47.74305,8.99898\n7493,1645441937,47.74305,8.99898\n7494,1645441938,47.74305,8.99898\n7495,1645441939,47.74305,8.99898\n7496,1645441940,47.74305,8.99898\n7497,1645441941,47.74305,8.99898\n7498,1645441942,47.74305,8.99898\n7499,1645441943,47.74305,8.99898\n7500,1645441944,47.74305,8.99898\n7501,1645441945,47.74305,8.99898\n7502,1645441946,47.74305,8.99898\n7503,1645441947,47.74305,8.99898\n7504,1645441948,47.74305,8.99898\n7505,1645441949,47.74305,8.99898\n7506,1645441950,47.74305,8.99898\n7507,1645441951,47.74305,8.99898\n7508,1645441952,47.74305,8.99898\n7509,1645441953,47.74305,8.99898\n7510,1645441954,47.74305,8.99898\n7511,1645441955,47.74305,8.99898\n7512,1645441956,47.74305,8.99898\n7513,1645441957,47.74305,8.99898\n7514,1645441958,47.74305,8.99898\n7515,1645441959,47.74305,8.99898\n7516,1645441960,47.74305,8.99898\n7517,1645441961,47.74305,8.99898\n7518,1645441962,47.74305,8.99898\n7519,1645441963,47.74305,8.99898\n7520,1645441964,47.74305,8.99898\n7521,1645441965,47.74305,8.99898\n7522,1645441966,47.74305,8.99898\n7523,1645441967,47.74305,8.99898\n7524,1645441968,47.74305,8.99898\n7525,1645441969,47.74305,8.99898\n7526,1645441970,47.74305,8.99898\n7527,1645441971,47.74305,8.99898\n7528,1645441972,47.74305,8.99898\n7529,1645441973,47.74305,8.99898\n7530,1645441974,47.74305,8.99898\n7531,1645441975,47.74305,8.99898\n7532,1645441976,47.74305,8.99898\n7533,1645441977,47.74305,8.99898\n7534,1645441978,47.74305,8.99898\n7535,1645441979,47.74305,8.99898\n7536,1645441980,47.74305,8.99898\n7537,1645441981,47.74305,8.99898\n7538,1645441982,47.74305,8.99898\n7539,1645441983,47.74305,8.99898\n7540,1645441984,47.74305,8.99898\n7541,1645441985,47.74305,8.99898\n7542,1645441986,47.74305,8.99898\n7543,1645441987,47.74305,8.99898\n7544,1645441988,47.74305,8.99898\n7545,1645441989,47.74305,8.99898\n7546,1645441990,47.74305,8.99898\n7547,1645441991,47.74305,8.99898\n7548,1645441992,47.74305,8.99898\n7549,1645441993,47.74305,8.99898\n7550,1645441994,47.74305,8.99898\n7551,1645441995,47.74305,8.99898\n7552,1645441996,47.74305,8.99898\n7553,1645441997,47.74305,8.99898\n7554,1645441998,47.74305,8.99898\n7555,1645441999,47.74305,8.99898\n7556,1645442000,47.74305,8.99898\n7557,1645442001,47.74305,8.99898\n7558,1645442002,47.74305,8.99898\n7559,1645442003,47.74305,8.99898\n7560,1645442004,47.74305,8.99898\n7561,1645442005,47.74305,8.99898\n7562,1645442006,47.74305,8.99898\n7563,1645442007,47.74305,8.99898\n7564,1645442008,47.74305,8.99898\n7565,1645442009,47.74305,8.99898\n7566,1645442010,47.74305,8.99898\n7567,1645442011,47.74305,8.99898\n7568,1645442012,47.74305,8.99898\n7569,1645442013,47.74305,8.99898\n7570,1645442014,47.74305,8.99898\n7571,1645442015,47.74305,8.99898\n7572,1645442016,47.74305,8.99898\n7573,1645442017,47.74305,8.99898\n7574,1645442018,47.74305,8.99898\n7575,1645442019,47.74305,8.99898\n7576,1645442020,47.74305,8.99898\n7577,1645442021,47.74305,8.99898\n7578,1645442022,47.74305,8.99898\n7579,1645442023,47.74305,8.99898\n7580,1645442024,47.74305,8.99898\n7581,1645442025,47.74305,8.99898\n7582,1645442026,47.74305,8.99898\n7583,1645442027,47.74305,8.99898\n7584,1645442028,47.74305,8.99898\n7585,1645442029,47.74305,8.99898\n7586,1645442030,47.74305,8.99898\n7587,1645442031,47.74305,8.99898\n7588,1645442032,47.74305,8.99898\n7589,1645442033,47.74305,8.99898\n7590,1645442034,47.74305,8.99898\n7591,1645442035,47.74305,8.99898\n7592,1645442036,47.74305,8.99898\n7593,1645442037,47.74305,8.99898\n7594,1645442038,47.74305,8.99898\n7595,1645442039,47.74305,8.99898\n7596,1645442040,47.74305,8.99898\n7597,1645442041,47.74305,8.99898\n7598,1645442042,47.74305,8.99898\n7599,1645442043,47.74305,8.99898\n7600,1645442044,47.74305,8.99898\n7601,1645442045,47.74305,8.99898\n7602,1645442046,47.74305,8.99898\n7603,1645442047,47.74305,8.99898\n7604,1645442048,47.74305,8.99898\n7605,1645442049,47.74305,8.99897\n7606,1645442050,47.74305,8.99897\n7607,1645442051,47.74305,8.99898\n7608,1645442052,47.74305,8.99898\n7609,1645442053,47.74305,8.99898\n7610,1645442054,47.74305,8.99898\n7611,1645442055,47.74305,8.99898\n7612,1645442056,47.74305,8.99898\n7613,1645442057,47.74305,8.99898\n7614,1645442058,47.74305,8.99898\n7615,1645442059,47.74305,8.99898\n7616,1645442060,47.74305,8.99898\n7617,1645442061,47.74305,8.99898\n7618,1645442062,47.74305,8.99898\n7619,1645442063,47.74305,8.99898\n7620,1645442064,47.74305,8.99898\n7621,1645442065,47.74305,8.99898\n7622,1645442066,47.74305,8.99898\n7623,1645442067,47.74305,8.99898\n7624,1645442068,47.74305,8.99898\n7625,1645442069,47.74305,8.99898\n7626,1645442070,47.74305,8.99898\n7627,1645442071,47.74305,8.99898\n7628,1645442072,47.74305,8.99898\n7629,1645442073,47.74305,8.99898\n7630,1645442074,47.74305,8.99898\n7631,1645442075,47.74305,8.99898\n7632,1645442076,47.74305,8.99898\n7633,1645442077,47.74305,8.99898\n7634,1645442078,47.74305,8.99898\n7635,1645442079,47.74305,8.99898\n7636,1645442080,47.74305,8.99898\n7637,1645442081,47.74305,8.99898\n7638,1645442082,47.74305,8.99898\n7639,1645442083,47.74305,8.99898\n7640,1645442084,47.74305,8.99898\n7641,1645442085,47.74305,8.99898\n7642,1645442086,47.74305,8.99898\n7643,1645442087,47.74305,8.99898\n7644,1645442088,47.74305,8.99898\n7645,1645442089,47.74305,8.99898\n7646,1645442090,47.74305,8.99898\n7647,1645442091,47.74305,8.99898\n7648,1645442092,47.74305,8.99898\n7649,1645442093,47.74305,8.99898\n7650,1645442094,47.74305,8.99898\n7651,1645442095,47.74305,8.99898\n7652,1645442096,47.74305,8.99898\n7653,1645442097,47.74305,8.99898\n7654,1645442098,47.74305,8.99898\n7655,1645442099,47.74305,8.99898\n7656,1645442100,47.74305,8.99898\n7657,1645442101,47.74305,8.99898\n7658,1645442102,47.74305,8.99898\n7659,1645442103,47.74305,8.99898\n7660,1645442104,47.74305,8.99898\n7661,1645442105,47.74305,8.99898\n7662,1645442106,47.74305,8.99898\n7663,1645442107,47.74305,8.99898\n7664,1645442108,47.74305,8.99898\n7665,1645442109,47.74305,8.99898\n7666,1645442110,47.74305,8.99898\n7667,1645442111,47.74305,8.99898\n7668,1645442112,47.74305,8.99898\n7669,1645442113,47.74305,8.99898\n7670,1645442114,47.74305,8.99898\n7671,1645442115,47.74305,8.99898\n7672,1645442116,47.74305,8.99898\n7673,1645442117,47.74305,8.99898\n7674,1645442118,47.74305,8.99898\n7675,1645442119,47.74305,8.99898\n7676,1645442120,47.74305,8.99898\n7677,1645442121,47.74305,8.99898\n7678,1645442122,47.74305,8.99898\n7679,1645442123,47.74305,8.99898\n7680,1645442124,47.74305,8.99898\n7681,1645442125,47.74305,8.99898\n7682,1645442126,47.74305,8.99898\n7683,1645442127,47.74305,8.99898\n7684,1645442128,47.74305,8.99898\n7685,1645442129,47.74305,8.99898\n7686,1645442130,47.74305,8.99898\n7687,1645442131,47.74305,8.99898\n7688,1645442132,47.74305,8.99898\n7689,1645442133,47.74305,8.99898\n7690,1645442134,47.74305,8.99898\n7691,1645442135,47.74305,8.99898\n7692,1645442136,47.74305,8.99898\n7693,1645442137,47.74305,8.99898\n7694,1645442138,47.74305,8.99898\n7695,1645442139,47.74305,8.99898\n7696,1645442140,47.74305,8.99898\n7697,1645442141,47.74305,8.99898\n7698,1645442142,47.74305,8.99898\n7699,1645442143,47.74305,8.99898\n7700,1645442144,47.74305,8.99898\n7701,1645442145,47.74305,8.99898\n7702,1645442146,47.74305,8.99898\n7703,1645442147,47.74305,8.99898\n7704,1645442148,47.74305,8.99898\n7705,1645442149,47.74305,8.99898\n7706,1645442150,47.74305,8.99898\n7707,1645442151,47.74305,8.99898\n7708,1645442152,47.74305,8.99898\n7709,1645442153,47.74305,8.99898\n7710,1645442154,47.74305,8.99898\n7711,1645442155,47.74305,8.99898\n7712,1645442156,47.74305,8.99898\n7713,1645442157,47.74305,8.99898\n7714,1645442158,47.74305,8.99898\n7715,1645442159,47.74305,8.99898\n7716,1645442160,47.74305,8.99898\n7717,1645442161,47.74305,8.99898\n7718,1645442162,47.74305,8.99898\n7719,1645442163,47.74305,8.99898\n7720,1645442164,47.74305,8.99898\n7721,1645442165,47.74305,8.99898\n7722,1645442166,47.74305,8.99898\n7723,1645442167,47.74305,8.99898\n7724,1645442168,47.74305,8.99898\n7725,1645442169,47.74305,8.99898\n7726,1645442170,47.74305,8.99898\n7727,1645442171,47.74305,8.99898\n7728,1645442172,47.74305,8.99898\n7729,1645442173,47.74305,8.99898\n7730,1645442174,47.74305,8.99898\n7731,1645442175,47.74305,8.99898\n7732,1645442176,47.74305,8.99898\n7733,1645442177,47.74305,8.99898\n7734,1645442178,47.74305,8.99898\n7735,1645442179,47.74305,8.99898\n7736,1645442180,47.74305,8.99898\n7737,1645442181,47.74305,8.99898\n7738,1645442182,47.74305,8.99898\n7739,1645442183,47.74305,8.99898\n7740,1645442184,47.74305,8.99898\n7741,1645442185,47.74305,8.99898\n7742,1645442186,47.74305,8.99898\n7743,1645442187,47.74305,8.99898\n7744,1645442188,47.74305,8.99898\n7745,1645442189,47.74305,8.99898\n7746,1645442190,47.74305,8.99898\n7747,1645442191,47.74305,8.99898\n7748,1645442192,47.74305,8.99898\n7749,1645442193,47.74305,8.99898\n7750,1645442194,47.74305,8.99898\n7751,1645442195,47.74305,8.99898\n7752,1645442196,47.74305,8.99898\n7753,1645442197,47.74305,8.99898\n7754,1645442198,47.74305,8.99898\n7755,1645442199,47.74305,8.99898\n7756,1645442200,47.74305,8.99898\n7757,1645442201,47.74305,8.99898\n7758,1645442202,47.74305,8.99898\n7759,1645442203,47.74305,8.99898\n7760,1645442204,47.74305,8.99897\n7761,1645442205,47.74305,8.99897\n7762,1645442206,47.74305,8.99897\n7763,1645442207,47.74305,8.99897\n7764,1645442208,47.74305,8.99897\n7765,1645442209,47.74305,8.99897\n7766,1645442210,47.74305,8.99897\n7767,1645442211,47.74305,8.99897\n7768,1645442212,47.74305,8.99897\n7769,1645442213,47.74305,8.99897\n7770,1645442214,47.74305,8.99897\n7771,1645442215,47.74305,8.99897\n7772,1645442216,47.74305,8.99897\n7773,1645442217,47.74305,8.99897\n7774,1645442218,47.74305,8.99897\n7775,1645442219,47.74305,8.99897\n7776,1645442220,47.74305,8.99897\n7777,1645442221,47.74305,8.99897\n7778,1645442222,47.74305,8.99897\n7779,1645442223,47.74305,8.99897\n7780,1645442224,47.74305,8.99897\n7781,1645442225,47.74305,8.99897\n7782,1645442226,47.74305,8.99897\n7783,1645442227,47.74305,8.99897\n7784,1645442228,47.74305,8.99897\n7785,1645442229,47.74305,8.99897\n7786,1645442230,47.74305,8.99897\n7787,1645442231,47.74305,8.99897\n7788,1645442232,47.74305,8.99897\n7789,1645442233,47.74305,8.99897\n7790,1645442234,47.74305,8.99897\n7791,1645442235,47.74305,8.99897\n7792,1645442236,47.74305,8.99897\n7793,1645442237,47.74305,8.99897\n7794,1645442238,47.74305,8.99897\n7795,1645442239,47.74305,8.99897\n7796,1645442240,47.74305,8.99897\n7797,1645442241,47.74305,8.99897\n7798,1645442242,47.74305,8.99897\n7799,1645442243,47.74305,8.99897\n7800,1645442244,47.74305,8.99897\n7801,1645442245,47.74305,8.99897\n7802,1645442246,47.74305,8.99897\n7803,1645442247,47.74305,8.99897\n7804,1645442248,47.74305,8.99897\n7805,1645442249,47.74305,8.99897\n7806,1645442250,47.74305,8.99897\n7807,1645442251,47.74305,8.99897\n7808,1645442252,47.74305,8.99897\n7809,1645442253,47.74305,8.99897\n7810,1645442254,47.74305,8.99897\n7811,1645442255,47.74305,8.99897\n7812,1645442256,47.74305,8.99897\n7813,1645442257,47.74305,8.99897\n7814,1645442258,47.74305,8.99897\n7815,1645442259,47.74305,8.99897\n7816,1645442260,47.74305,8.99897\n7817,1645442261,47.74305,8.99897\n7818,1645442262,47.74305,8.99897\n7819,1645442263,47.74305,8.99897\n7820,1645442264,47.74305,8.99897\n7821,1645442265,47.74305,8.99897\n7822,1645442266,47.74305,8.99897\n7823,1645442267,47.74305,8.99897\n7824,1645442268,47.74305,8.99897\n7825,1645442269,47.74305,8.99897\n7826,1645442270,47.74305,8.99897\n7827,1645442271,47.74305,8.99897\n7828,1645442272,47.74305,8.99897\n7829,1645442273,47.74305,8.99897\n7830,1645442274,47.74305,8.99897\n7831,1645442275,47.74305,8.99897\n7832,1645442276,47.74305,8.99897\n7833,1645442277,47.74305,8.99897\n7834,1645442278,47.74305,8.99897\n7835,1645442279,47.74305,8.99897\n7836,1645442280,47.74305,8.99897\n7837,1645442281,47.74305,8.99897\n7838,1645442282,47.74305,8.99897\n7839,1645442283,47.74305,8.99897\n7840,1645442284,47.74305,8.99897\n7841,1645442285,47.74305,8.99897\n7842,1645442286,47.74305,8.99897\n7843,1645442287,47.74305,8.99897\n7844,1645442288,47.74305,8.99897\n7845,1645442289,47.74305,8.99897\n7846,1645442290,47.74305,8.99897\n7847,1645442291,47.74305,8.99897\n7848,1645442292,47.74305,8.99897\n7849,1645442293,47.74305,8.99897\n7850,1645442294,47.74305,8.99897\n7851,1645442295,47.74305,8.99897\n7852,1645442296,47.74305,8.99897\n7853,1645442297,47.74305,8.99897\n7854,1645442298,47.74305,8.99897\n7855,1645442299,47.74305,8.99897\n7856,1645442300,47.74305,8.99897\n7857,1645442301,47.74305,8.99897\n7858,1645442302,47.74305,8.99897\n7859,1645442303,47.74305,8.99897\n7860,1645442304,47.74305,8.99897\n7861,1645442305,47.74305,8.99897\n7862,1645442306,47.74305,8.99897\n7863,1645442307,47.74305,8.99897\n7864,1645442308,47.74305,8.99897\n7865,1645442309,47.74305,8.99897\n7866,1645442310,47.74305,8.99897\n7867,1645442311,47.74305,8.99897\n7868,1645442312,47.74305,8.99897\n7869,1645442313,47.74305,8.99897\n7870,1645442314,47.74305,8.99897\n7871,1645442315,47.74305,8.99897\n7872,1645442316,47.74305,8.99897\n7873,1645442317,47.74305,8.99897\n7874,1645442318,47.74305,8.99897\n7875,1645442319,47.74305,8.99897\n7876,1645442320,47.74305,8.99897\n7877,1645442321,47.74305,8.99897\n7878,1645442322,47.74305,8.99897\n7879,1645442323,47.74305,8.99897\n7880,1645442324,47.74305,8.99897\n7881,1645442325,47.74305,8.99897\n7882,1645442326,47.74305,8.99897\n7883,1645442327,47.74305,8.99897\n7884,1645442328,47.74305,8.99897\n7885,1645442329,47.74305,8.99897\n7886,1645442330,47.74305,8.99897\n7887,1645442331,47.74305,8.99897\n7888,1645442332,47.74305,8.99897\n7889,1645442333,47.74305,8.99897\n7890,1645442334,47.74305,8.99897\n7891,1645442335,47.74305,8.99897\n7892,1645442336,47.74305,8.99897\n7893,1645442337,47.74305,8.99897\n7894,1645442338,47.74305,8.99897\n7895,1645442339,47.74305,8.99897\n7896,1645442340,47.74305,8.99897\n7897,1645442341,47.74305,8.99897\n7898,1645442342,47.74305,8.99897\n7899,1645442343,47.74305,8.99897\n7900,1645442344,47.74305,8.99897\n7901,1645442345,47.74305,8.99897\n7902,1645442346,47.74305,8.99897\n7903,1645442347,47.74305,8.99897\n7904,1645442348,47.74305,8.99897\n7905,1645442349,47.74305,8.99897\n7906,1645442350,47.74305,8.99897\n7907,1645442351,47.74305,8.99897\n7908,1645442352,47.74305,8.99897\n7909,1645442353,47.74305,8.99897\n7910,1645442354,47.74305,8.99897\n7911,1645442355,47.74305,8.99897\n7912,1645442356,47.74305,8.99897\n7913,1645442357,47.74305,8.99897\n7914,1645442358,47.74305,8.99897\n7915,1645442359,47.74305,8.99897\n7916,1645442360,47.74305,8.99897\n7917,1645442361,47.74305,8.99897\n7918,1645442362,47.74305,8.99897\n7919,1645442363,47.74305,8.99897\n7920,1645442364,47.74305,8.99897\n7921,1645442365,47.74305,8.99897\n7922,1645442366,47.74305,8.99897\n7923,1645442367,47.74305,8.99897\n7924,1645442368,47.74305,8.99897\n7925,1645442369,47.74305,8.99897\n7926,1645442370,47.74305,8.99897\n7927,1645442371,47.74305,8.99897\n7928,1645442372,47.74305,8.99897\n7929,1645442373,47.74305,8.99897\n7930,1645442374,47.74305,8.99897\n7931,1645442375,47.74305,8.99897\n7932,1645442376,47.74305,8.99897\n7933,1645442377,47.74305,8.99897\n7934,1645442378,47.74305,8.99897\n7935,1645442379,47.74305,8.99897\n7936,1645442380,47.74305,8.99897\n7937,1645442381,47.74305,8.99897\n7938,1645442382,47.74305,8.99897\n7939,1645442383,47.74305,8.99897\n7940,1645442384,47.74305,8.99897\n7941,1645442385,47.74305,8.99897\n7942,1645442386,47.74305,8.99897\n7943,1645442387,47.74305,8.99897\n7944,1645442388,47.74305,8.99897\n7945,1645442389,47.74305,8.99897\n7946,1645442390,47.74305,8.99897\n7947,1645442391,47.74305,8.99897\n7948,1645442392,47.74305,8.99897\n7949,1645442393,47.74305,8.99897\n7950,1645442394,47.74305,8.99897\n7951,1645442395,47.74305,8.99897\n7952,1645442396,47.74305,8.99897\n7953,1645442397,47.74305,8.99897\n7954,1645442398,47.74305,8.99897\n7955,1645442399,47.74305,8.99897\n7956,1645442400,47.74305,8.99897\n7957,1645442401,47.74305,8.99897\n7958,1645442402,47.74305,8.99897\n7959,1645442403,47.74305,8.99897\n7960,1645442404,47.74305,8.99897\n7961,1645442405,47.74305,8.99897\n7962,1645442406,47.74305,8.99896\n7963,1645442407,47.74305,8.99896\n7964,1645442408,47.74305,8.99896\n7965,1645442409,47.74305,8.99896\n7966,1645442410,47.74305,8.99895\n7967,1645442411,47.74305,8.99895\n7968,1645442412,47.74305,8.99895\n7969,1645442413,47.74305,8.99895\n7970,1645442414,47.74305,8.99895\n7971,1645442415,47.74305,8.99895\n7972,1645442416,47.74305,8.99895\n7973,1645442417,47.74305,8.99895\n7974,1645442418,47.74305,8.99895\n7975,1645442419,47.74305,8.99895\n7976,1645442420,47.74305,8.99895\n7977,1645442421,47.74305,8.99895\n7978,1645442422,47.74305,8.99895\n7979,1645442423,47.74305,8.99895\n7980,1645442424,47.74305,8.99895\n7981,1645442425,47.74305,8.99895\n7982,1645442426,47.74305,8.99895\n7983,1645442427,47.74305,8.99895\n7984,1645442428,47.74305,8.99895\n7985,1645442429,47.74305,8.99895\n7986,1645442430,47.74305,8.99895\n7987,1645442431,47.74305,8.99895\n7988,1645442432,47.74305,8.99895\n7989,1645442433,47.74305,8.99895\n7990,1645442434,47.74305,8.99895\n7991,1645442435,47.74305,8.99895\n7992,1645442436,47.74305,8.99895\n7993,1645442437,47.74305,8.99895\n7994,1645442438,47.74305,8.99895\n7995,1645442439,47.74305,8.99895\n7996,1645442440,47.74305,8.99895\n7997,1645442441,47.74305,8.99895\n7998,1645442442,47.74305,8.99895\n7999,1645442443,47.74305,8.99895\n8000,1645442444,47.74305,8.99895\n8001,1645442445,47.74305,8.99895\n8002,1645442446,47.74305,8.99895\n8003,1645442447,47.74305,8.99895\n8004,1645442448,47.74305,8.99895\n8005,1645442449,47.74305,8.99895\n8006,1645442450,47.74305,8.99895\n8007,1645442451,47.74305,8.99895\n8008,1645442452,47.74305,8.99895\n8009,1645442453,47.74305,8.99895\n8010,1645442454,47.74305,8.99895\n8011,1645442455,47.74305,8.99895\n8012,1645442456,47.74305,8.99895\n8013,1645442457,47.74305,8.99895\n8014,1645442458,47.74305,8.99895\n8015,1645442459,47.74305,8.99895\n8016,1645442460,47.74305,8.99895\n8017,1645442461,47.74305,8.99895\n8018,1645442462,47.74305,8.99895\n8019,1645442463,47.74305,8.99895\n8020,1645442464,47.74305,8.99895\n8021,1645442465,47.74305,8.99895\n8022,1645442466,47.74305,8.99895\n8023,1645442467,47.74305,8.99895\n8024,1645442468,47.74305,8.99895\n8025,1645442469,47.74305,8.99895\n8026,1645442470,47.74305,8.99895\n8027,1645442471,47.74305,8.99895\n8028,1645442472,47.74305,8.99895\n8029,1645442473,47.74305,8.99895\n8030,1645442474,47.74305,8.99895\n8031,1645442475,47.74305,8.99895\n8032,1645442476,47.74305,8.99895\n8033,1645442477,47.74305,8.99895\n8034,1645442478,47.74305,8.99895\n8035,1645442479,47.74305,8.99895\n8036,1645442480,47.74305,8.99895\n8037,1645442481,47.74305,8.99895\n8038,1645442482,47.74305,8.99895\n8039,1645442483,47.74305,8.99895\n8040,1645442484,47.74305,8.99895\n8041,1645442485,47.74305,8.99895\n8042,1645442486,47.74305,8.99895\n8043,1645442487,47.74305,8.99895\n8044,1645442488,47.74305,8.99895\n8045,1645442489,47.74305,8.99895\n8046,1645442490,47.74305,8.99895\n8047,1645442491,47.74305,8.99895\n8048,1645442492,47.74305,8.99895\n8049,1645442493,47.74305,8.99895\n8050,1645442494,47.74305,8.99895\n8051,1645442495,47.74305,8.99895\n8052,1645442496,47.74305,8.99895\n8053,1645442497,47.74305,8.99895\n8054,1645442498,47.74305,8.99895\n8055,1645442499,47.74305,8.99895\n8056,1645442500,47.74305,8.99895\n8057,1645442501,47.74305,8.99895\n8058,1645442502,47.74305,8.99895\n8059,1645442503,47.74305,8.99895\n8060,1645442504,47.74305,8.99895\n8061,1645442505,47.74305,8.99895\n8062,1645442506,47.74305,8.99895\n8063,1645442507,47.74305,8.99895\n8064,1645442508,47.74305,8.99895\n8065,1645442509,47.74305,8.99895\n8066,1645442510,47.74305,8.99895\n8067,1645442511,47.74305,8.99895\n8068,1645442512,47.74305,8.99895\n8069,1645442513,47.74305,8.99895\n8070,1645442514,47.74305,8.99895\n8071,1645442515,47.74305,8.99895\n8072,1645442516,47.74305,8.99895\n8073,1645442517,47.74305,8.99895\n8074,1645442518,47.74305,8.99895\n8075,1645442519,47.74305,8.99895\n8076,1645442520,47.74305,8.99895\n8077,1645442521,47.74305,8.99895\n8078,1645442522,47.74305,8.99895\n8079,1645442523,47.74305,8.99895\n8080,1645442524,47.74305,8.99895\n8081,1645442525,47.74305,8.99895\n8082,1645442526,47.74305,8.99895\n8083,1645442527,47.74305,8.99895\n8084,1645442528,47.74305,8.99895\n8085,1645442529,47.74305,8.99895\n8086,1645442530,47.74305,8.99895\n8087,1645442531,47.74305,8.99895\n8088,1645442532,47.74305,8.99895\n8089,1645442533,47.74305,8.99895\n8090,1645442534,47.74305,8.99895\n8091,1645442535,47.74305,8.99895\n8092,1645442536,47.74305,8.99895\n8093,1645442537,47.74305,8.99895\n8094,1645442538,47.74305,8.99895\n8095,1645442539,47.74305,8.99895\n8096,1645442540,47.74305,8.99895\n8097,1645442541,47.74305,8.99895\n8098,1645442542,47.74305,8.99895\n8099,1645442543,47.74305,8.99895\n8100,1645442544,47.74305,8.99895\n8101,1645442545,47.74305,8.99895\n8102,1645442546,47.74305,8.99895\n8103,1645442547,47.74305,8.99895\n8104,1645442548,47.74305,8.99895\n8105,1645442549,47.74305,8.99895\n8106,1645442550,47.74305,8.99895\n8107,1645442551,47.74305,8.99895\n8108,1645442552,47.74305,8.99895\n8109,1645442553,47.74305,8.99895\n8110,1645442554,47.74305,8.99895\n8111,1645442555,47.74305,8.99895\n8112,1645442556,47.74305,8.99895\n8113,1645442557,47.74305,8.99895\n8114,1645442558,47.74305,8.99895\n8115,1645442559,47.74305,8.99895\n8116,1645442560,47.74305,8.99895\n8117,1645442561,47.74305,8.99895\n8118,1645442562,47.74305,8.99895\n8119,1645442563,47.74305,8.99895\n8120,1645442564,47.74305,8.99895\n8121,1645442565,47.74305,8.99895\n8122,1645442566,47.74305,8.99895\n8123,1645442567,47.74305,8.99895\n8124,1645442568,47.74305,8.99895\n8125,1645442569,47.74305,8.99895\n8126,1645442570,47.74305,8.99895\n8127,1645442571,47.74305,8.99895\n8128,1645442572,47.74305,8.99895\n8129,1645442573,47.74305,8.99895\n8130,1645442574,47.74305,8.99895\n8131,1645442575,47.74305,8.99895\n8132,1645442576,47.74305,8.99895\n8133,1645442577,47.74305,8.99895\n8134,1645442578,47.74305,8.99895\n8135,1645442579,47.74305,8.99895\n8136,1645442580,47.74305,8.99895\n8137,1645442581,47.74305,8.99895\n8138,1645442582,47.74305,8.99895\n8139,1645442583,47.74305,8.99895\n8140,1645442584,47.74305,8.99895\n8141,1645442585,47.74305,8.99895\n8142,1645442586,47.74305,8.99895\n8143,1645442587,47.74305,8.99895\n8144,1645442588,47.74305,8.99895\n8145,1645442589,47.74306,8.99896\n8146,1645442590,47.74306,8.99896\n8147,1645442591,47.74306,8.99896\n8148,1645442592,47.74306,8.99896\n8149,1645442593,47.74306,8.99896\n8150,1645442594,47.74306,8.99896\n8151,1645442595,47.74306,8.99896\n8152,1645442596,47.74306,8.99896\n8153,1645442597,47.74306,8.99896\n8154,1645442598,47.74306,8.99896\n8155,1645442599,47.74306,8.99896\n8156,1645442600,47.74306,8.99896\n8157,1645442601,47.74306,8.99896\n8158,1645442602,47.74306,8.99896\n8159,1645442603,47.74306,8.99896\n8160,1645442604,47.74306,8.99896\n8161,1645442605,47.74306,8.99896\n8162,1645442606,47.74306,8.99896\n8163,1645442607,47.74306,8.99896\n8164,1645442608,47.74306,8.99896\n8165,1645442609,47.74306,8.99896\n8166,1645442610,47.74306,8.99896\n8167,1645442611,47.74306,8.99896\n8168,1645442612,47.74306,8.99896\n8169,1645442613,47.74306,8.99896\n8170,1645442614,47.74306,8.99896\n8171,1645442615,47.74306,8.99896\n8172,1645442616,47.74306,8.99896\n8173,1645442617,47.74306,8.99896\n8174,1645442618,47.74306,8.99896\n8175,1645442619,47.74306,8.99896\n8176,1645442620,47.74306,8.99896\n8177,1645442621,47.74306,8.99896\n8178,1645442622,47.74306,8.99896\n8179,1645442623,47.74306,8.99896\n8180,1645442624,47.74306,8.99896\n8181,1645442625,47.74306,8.99896\n8182,1645442626,47.74306,8.99896\n8183,1645442627,47.74306,8.99896\n8184,1645442628,47.74306,8.99896\n8185,1645442629,47.74306,8.99896\n8186,1645442630,47.74306,8.99896\n8187,1645442631,47.74306,8.99896\n8188,1645442632,47.74306,8.99896\n8189,1645442633,47.74306,8.99896\n8190,1645442634,47.74306,8.99896\n8191,1645442635,47.74306,8.99896\n8192,1645442636,47.74306,8.99896\n8193,1645442637,47.74306,8.99896\n8194,1645442638,47.74306,8.99896\n8195,1645442639,47.74306,8.99896\n8196,1645442640,47.74306,8.99896\n8197,1645442641,47.74306,8.99896\n8198,1645442642,47.74306,8.99896\n8199,1645442643,47.74306,8.99896\n8200,1645442644,47.74306,8.99896\n8201,1645442645,47.74306,8.99896\n8202,1645442646,47.74306,8.99896\n8203,1645442647,47.74306,8.99896\n8204,1645442648,47.74306,8.99896\n8205,1645442649,47.74306,8.99896\n8206,1645442650,47.74306,8.99896\n8207,1645442651,47.74306,8.99896\n8208,1645442652,47.74306,8.99896\n8209,1645442653,47.74306,8.99896\n8210,1645442654,47.74306,8.99896\n8211,1645442655,47.74306,8.99896\n8212,1645442656,47.74306,8.99896\n8213,1645442657,47.74306,8.99896\n8214,1645442658,47.74306,8.99896\n8215,1645442659,47.74306,8.99896\n8216,1645442660,47.74306,8.99896\n8217,1645442661,47.74306,8.99896\n8218,1645442662,47.74306,8.99896\n8219,1645442663,47.74306,8.99896\n8220,1645442664,47.74306,8.99896\n8221,1645442665,47.74306,8.99896\n8222,1645442666,47.74306,8.99896\n8223,1645442667,47.74306,8.99896\n8224,1645442668,47.74306,8.99896\n8225,1645442669,47.74306,8.99896\n8226,1645442670,47.74306,8.99896\n8227,1645442671,47.74306,8.99896\n8228,1645442672,47.74306,8.99896\n8229,1645442673,47.74306,8.99896\n8230,1645442674,47.74306,8.99897\n8231,1645442675,47.74306,8.99897\n8232,1645442676,47.74306,8.99897\n8233,1645442677,47.74306,8.99897\n8234,1645442678,47.74306,8.99897\n8235,1645442679,47.74306,8.99897\n8236,1645442680,47.74306,8.99897\n8237,1645442681,47.74306,8.99897\n8238,1645442682,47.74306,8.99897\n8239,1645442683,47.74306,8.99897\n8240,1645442684,47.74306,8.99897\n8241,1645442685,47.74305,8.99898\n8242,1645442686,47.74305,8.99898\n8243,1645442687,47.74305,8.99898\n8244,1645442688,47.74305,8.99898\n8245,1645442689,47.74305,8.99898\n8246,1645442690,47.74305,8.99898\n8247,1645442691,47.74305,8.99898\n8248,1645442692,47.74305,8.99898\n8249,1645442693,47.74305,8.99898\n8250,1645442694,47.74305,8.99898\n8251,1645442695,47.74305,8.99898\n8252,1645442696,47.74305,8.99898\n8253,1645442697,47.74305,8.99898\n8254,1645442698,47.74305,8.99898\n8255,1645442699,47.74305,8.99898\n8256,1645442700,47.74305,8.99898\n8257,1645442701,47.74305,8.99898\n8258,1645442702,47.74305,8.99898\n8259,1645442703,47.74305,8.99898\n8260,1645442704,47.74305,8.99898\n8261,1645442705,47.74305,8.99898\n8262,1645442706,47.74305,8.99898\n8263,1645442707,47.74305,8.99898\n8264,1645442708,47.74305,8.99898\n8265,1645442709,47.74305,8.99898\n8266,1645442710,47.74305,8.99898\n8267,1645442711,47.74305,8.99898\n8268,1645442712,47.74305,8.99898\n8269,1645442713,47.74305,8.99898\n8270,1645442714,47.74305,8.99898\n8271,1645442715,47.74305,8.99899\n8272,1645442716,47.74305,8.99899\n8273,1645442717,47.74305,8.99899\n8274,1645442718,47.74305,8.99899\n8275,1645442719,47.74304,8.99899\n8276,1645442720,47.74304,8.99899\n8277,1645442721,47.74304,8.99899\n8278,1645442722,47.74304,8.99899\n8279,1645442723,47.74304,8.99899\n8280,1645442724,47.74304,8.99899\n8281,1645442725,47.74304,8.99899\n8282,1645442726,47.74304,8.99899\n8283,1645442727,47.74304,8.99899\n8284,1645442728,47.74304,8.99899\n8285,1645442729,47.74304,8.99899\n8286,1645442730,47.74304,8.99899\n8287,1645442731,47.74304,8.99899\n8288,1645442732,47.74304,8.99899\n8289,1645442733,47.74304,8.99899\n8290,1645442734,47.74304,8.99899\n8291,1645442735,47.74304,8.99899\n8292,1645442736,47.74304,8.99899\n8293,1645442737,47.74304,8.99899\n8294,1645442738,47.74304,8.99899\n8295,1645442739,47.74304,8.99899\n8296,1645442740,47.74304,8.99899\n8297,1645442741,47.74304,8.99899\n8298,1645442742,47.74304,8.99899\n8299,1645442743,47.74304,8.99899\n8300,1645442744,47.74304,8.99899\n8301,1645442745,47.74303,8.99900\n8302,1645442746,47.74303,8.99900\n8303,1645442747,47.74303,8.99900\n8304,1645442748,47.74303,8.99900\n8305,1645442749,47.74303,8.99900\n8306,1645442750,47.74303,8.99900\n8307,1645442751,47.74303,8.99900\n8308,1645442752,47.74303,8.99900\n8309,1645442753,47.74303,8.99900\n8310,1645442754,47.74303,8.99900\n8311,1645442755,47.74303,8.99900\n8312,1645442756,47.74303,8.99900\n8313,1645442757,47.74303,8.99900\n8314,1645442758,47.74303,8.99900\n8315,1645442759,47.74303,8.99900\n8316,1645442760,47.74303,8.99900\n8317,1645442761,47.74303,8.99900\n8318,1645442762,47.74303,8.99900\n8319,1645442763,47.74303,8.99900\n8320,1645442764,47.74303,8.99900\n8321,1645442765,47.74303,8.99900\n8322,1645442766,47.74303,8.99900\n8323,1645442767,47.74303,8.99900\n8324,1645442768,47.74303,8.99900\n8325,1645442769,47.74303,8.99900\n8326,1645442770,47.74303,8.99900\n8327,1645442771,47.74303,8.99900\n8328,1645442772,47.74303,8.99900\n8329,1645442773,47.74303,8.99900\n8330,1645442774,47.74303,8.99900\n8331,1645442775,47.74303,8.99900\n8332,1645442776,47.74303,8.99900\n8333,1645442777,47.74303,8.99900\n8334,1645442778,47.74303,8.99900\n8335,1645442779,47.74303,8.99900\n8336,1645442780,47.74303,8.99900\n8337,1645442781,47.74303,8.99900\n8338,1645442782,47.74303,8.99900\n8339,1645442783,47.74303,8.99900\n8340,1645442784,47.74303,8.99900\n8341,1645442785,47.74303,8.99900\n8342,1645442786,47.74303,8.99900\n8343,1645442787,47.74303,8.99900\n8344,1645442788,47.74303,8.99900\n8345,1645442789,47.74303,8.99900\n8346,1645442790,47.74303,8.99900\n8347,1645442791,47.74303,8.99900\n8348,1645442792,47.74303,8.99900\n8349,1645442793,47.74303,8.99900\n8350,1645442794,47.74303,8.99900\n8351,1645442795,47.74303,8.99900\n8352,1645442796,47.74303,8.99900\n8353,1645442797,47.74303,8.99901\n8354,1645442798,47.74303,8.99901\n8355,1645442799,47.74303,8.99901\n8356,1645442800,47.74303,8.99901\n8357,1645442801,47.74303,8.99901\n8358,1645442802,47.74303,8.99901\n8359,1645442803,47.74303,8.99901\n8360,1645442804,47.74303,8.99901\n8361,1645442805,47.74303,8.99901\n8362,1645442806,47.74303,8.99901\n8363,1645442807,47.74303,8.99901\n8364,1645442808,47.74303,8.99901\n8365,1645442809,47.74303,8.99901\n8366,1645442810,47.74303,8.99901\n8367,1645442811,47.74303,8.99901\n8368,1645442812,47.74303,8.99901\n8369,1645442813,47.74303,8.99901\n8370,1645442814,47.74303,8.99901\n8371,1645442815,47.74303,8.99901\n8372,1645442816,47.74303,8.99901\n8373,1645442817,47.74303,8.99901\n8374,1645442818,47.74303,8.99901\n8375,1645442819,47.74303,8.99901\n8376,1645442820,47.74303,8.99901\n8377,1645442821,47.74303,8.99901\n8378,1645442822,47.74303,8.99901\n8379,1645442823,47.74303,8.99901\n8380,1645442824,47.74303,8.99901\n8381,1645442825,47.74303,8.99901\n8382,1645442826,47.74303,8.99901\n8383,1645442827,47.74303,8.99901\n8384,1645442828,47.74303,8.99901\n8385,1645442829,47.74303,8.99901\n8386,1645442830,47.74303,8.99901\n8387,1645442831,47.74303,8.99901\n8388,1645442832,47.74303,8.99901\n8389,1645442833,47.74303,8.99901\n8390,1645442834,47.74303,8.99901\n8391,1645442835,47.74303,8.99901\n8392,1645442836,47.74303,8.99901\n8393,1645442837,47.74303,8.99901\n8394,1645442838,47.74303,8.99901\n8395,1645442839,47.74303,8.99901\n8396,1645442840,47.74303,8.99901\n8397,1645442841,47.74303,8.99901\n8398,1645442842,47.74303,8.99901\n8399,1645442843,47.74303,8.99901\n8400,1645442844,47.74303,8.99901\n8401,1645442845,47.74303,8.99901\n8402,1645442846,47.74303,8.99901\n8403,1645442847,47.74303,8.99901\n8404,1645442848,47.74303,8.99901\n8405,1645442849,47.74303,8.99901\n8406,1645442850,47.74303,8.99901\n8407,1645442851,47.74303,8.99901\n8408,1645442852,47.74303,8.99901\n8409,1645442853,47.74303,8.99901\n8410,1645442854,47.74303,8.99901\n8411,1645442855,47.74303,8.99901\n8412,1645442856,47.74303,8.99901\n8413,1645442857,47.74303,8.99901\n8414,1645442858,47.74303,8.99901\n8415,1645442859,47.74303,8.99901\n8416,1645442860,47.74303,8.99901\n8417,1645442861,47.74303,8.99901\n8418,1645442862,47.74303,8.99901\n8419,1645442863,47.74303,8.99901\n8420,1645442864,47.74303,8.99901\n8421,1645442865,47.74303,8.99901\n8422,1645442866,47.74303,8.99901\n8423,1645442867,47.74303,8.99901\n8424,1645442868,47.74303,8.99901\n8425,1645442869,47.74303,8.99901\n8426,1645442870,47.74303,8.99901\n8427,1645442871,47.74303,8.99901\n8428,1645442872,47.74303,8.99901\n8429,1645442873,47.74303,8.99901\n8430,1645442874,47.74303,8.99901\n8431,1645442875,47.74303,8.99901\n8432,1645442876,47.74303,8.99901\n8433,1645442877,47.74303,8.99901\n8434,1645442878,47.74303,8.99901\n8435,1645442879,47.74303,8.99901\n8436,1645442880,47.74303,8.99901\n8437,1645442881,47.74303,8.99901\n8438,1645442882,47.74303,8.99901\n8439,1645442883,47.74303,8.99901\n8440,1645442884,47.74303,8.99901\n8441,1645442885,47.74303,8.99901\n8442,1645442886,47.74303,8.99902\n8443,1645442887,47.74303,8.99902\n8444,1645442888,47.74303,8.99902\n8445,1645442889,47.74303,8.99902\n8446,1645442890,47.74303,8.99902\n8447,1645442891,47.74303,8.99902\n8448,1645442892,47.74303,8.99902\n8449,1645442893,47.74303,8.99902\n8450,1645442894,47.74303,8.99902\n8451,1645442895,47.74303,8.99902\n8452,1645442896,47.74303,8.99902\n8453,1645442897,47.74303,8.99902\n8454,1645442898,47.74303,8.99902\n8455,1645442899,47.74303,8.99902\n8456,1645442900,47.74303,8.99902\n8457,1645442901,47.74303,8.99902\n8458,1645442902,47.74303,8.99902\n8459,1645442903,47.74303,8.99902\n8460,1645442904,47.74303,8.99902\n8461,1645442905,47.74303,8.99902\n8462,1645442906,47.74303,8.99902\n8463,1645442907,47.74303,8.99902\n8464,1645442908,47.74303,8.99902\n8465,1645442909,47.74303,8.99902\n8466,1645442910,47.74303,8.99902\n8467,1645442911,47.74303,8.99902\n8468,1645442912,47.74303,8.99902\n8469,1645442913,47.74303,8.99902\n8470,1645442914,47.74303,8.99902\n8471,1645442915,47.74303,8.99902\n8472,1645442916,47.74303,8.99902\n8473,1645442917,47.74303,8.99902\n8474,1645442918,47.74303,8.99902\n8475,1645442919,47.74303,8.99902\n8476,1645442920,47.74303,8.99902\n8477,1645442921,47.74303,8.99902\n8478,1645442922,47.74303,8.99902\n8479,1645442923,47.74302,8.99902\n8480,1645442924,47.74302,8.99902\n8481,1645442925,47.74302,8.99902\n8482,1645442926,47.74302,8.99902\n8483,1645442927,47.74302,8.99902\n8484,1645442928,47.74302,8.99902\n8485,1645442929,47.74302,8.99902\n8486,1645442930,47.74302,8.99902\n8487,1645442931,47.74302,8.99902\n8488,1645442932,47.74302,8.99902\n8489,1645442933,47.74302,8.99902\n8490,1645442934,47.74302,8.99902\n8491,1645442935,47.74302,8.99902\n8492,1645442936,47.74302,8.99902\n8493,1645442937,47.74302,8.99902\n8494,1645442938,47.74302,8.99902\n8495,1645442939,47.74302,8.99902\n8496,1645442940,47.74302,8.99902\n8497,1645442941,47.74302,8.99902\n8498,1645442942,47.74302,8.99902\n8499,1645442943,47.74302,8.99902\n8500,1645442944,47.74302,8.99902\n8501,1645442945,47.74302,8.99902\n8502,1645442946,47.74302,8.99902\n8503,1645442947,47.74302,8.99902\n8504,1645442948,47.74302,8.99902\n8505,1645442949,47.74302,8.99902\n8506,1645442950,47.74302,8.99902\n8507,1645442951,47.74303,8.99902\n8508,1645442952,47.74303,8.99902\n8509,1645442953,47.74303,8.99902\n8510,1645442954,47.74302,8.99902\n8511,1645442955,47.74302,8.99902\n8512,1645442956,47.74302,8.99902\n8513,1645442957,47.74302,8.99902\n8514,1645442958,47.74302,8.99902\n8515,1645442959,47.74302,8.99902\n8516,1645442960,47.74302,8.99902\n8517,1645442961,47.74302,8.99902\n8518,1645442962,47.74302,8.99902\n8519,1645442963,47.74302,8.99902\n8520,1645442964,47.74302,8.99902\n8521,1645442965,47.74302,8.99902\n8522,1645442966,47.74302,8.99902\n8523,1645442967,47.74302,8.99902\n8524,1645442968,47.74302,8.99902\n8525,1645442969,47.74302,8.99902\n8526,1645442970,47.74302,8.99902\n8527,1645442971,47.74302,8.99902\n8528,1645442972,47.74302,8.99902\n8529,1645442973,47.74302,8.99902\n8530,1645442974,47.74302,8.99902\n8531,1645442975,47.74302,8.99902\n8532,1645442976,47.74302,8.99902\n8533,1645442977,47.74302,8.99902\n8534,1645442978,47.74302,8.99902\n8535,1645442979,47.74302,8.99902\n8536,1645442980,47.74302,8.99902\n8537,1645442981,47.74302,8.99902\n8538,1645442982,47.74302,8.99902\n8539,1645442983,47.74302,8.99902\n8540,1645442984,47.74302,8.99902\n8541,1645442985,47.74302,8.99902\n8542,1645442986,47.74302,8.99902\n8543,1645442987,47.74302,8.99902\n8544,1645442988,47.74302,8.99902\n8545,1645442989,47.74302,8.99902\n8546,1645442990,47.74302,8.99902\n8547,1645442991,47.74302,8.99902\n8548,1645442992,47.74302,8.99902\n8549,1645442993,47.74302,8.99902\n8550,1645442994,47.74302,8.99902\n8551,1645442995,47.74302,8.99902\n8552,1645442996,47.74302,8.99902\n8553,1645442997,47.74302,8.99902\n8554,1645442998,47.74302,8.99902\n8555,1645442999,47.74302,8.99902\n8556,1645443000,47.74302,8.99902\n8557,1645443001,47.74302,8.99902\n8558,1645443002,47.74302,8.99902\n8559,1645443003,47.74302,8.99902\n8560,1645443004,47.74302,8.99902\n8561,1645443005,47.74302,8.99902\n8562,1645443006,47.74302,8.99902\n8563,1645443007,47.74302,8.99902\n8564,1645443008,47.74302,8.99902\n8565,1645443009,47.74302,8.99902\n8566,1645443010,47.74302,8.99902\n8567,1645443011,47.74302,8.99902\n8568,1645443012,47.74302,8.99902\n8569,1645443013,47.74302,8.99902\n8570,1645443014,47.74302,8.99902\n8571,1645443015,47.74302,8.99902\n8572,1645443016,47.74302,8.99902\n8573,1645443017,47.74302,8.99902\n8574,1645443018,47.74302,8.99902\n8575,1645443019,47.74302,8.99902\n8576,1645443020,47.74302,8.99902\n8577,1645443021,47.74302,8.99902\n8578,1645443022,47.74302,8.99902\n8579,1645443023,47.74302,8.99902\n8580,1645443024,47.74302,8.99902\n8581,1645443025,47.74302,8.99902\n8582,1645443026,47.74303,8.99902\n8583,1645443027,47.74303,8.99902\n8584,1645443028,47.74303,8.99902\n8585,1645443029,47.74303,8.99902\n8586,1645443030,47.74303,8.99902\n8587,1645443031,47.74303,8.99902\n8588,1645443032,47.74303,8.99902\n8589,1645443033,47.74303,8.99902\n8590,1645443034,47.74303,8.99902\n8591,1645443035,47.74303,8.99902\n8592,1645443036,47.74303,8.99902\n8593,1645443037,47.74303,8.99902\n8594,1645443038,47.74303,8.99902\n8595,1645443039,47.74303,8.99902\n8596,1645443040,47.74303,8.99902\n8597,1645443041,47.74303,8.99902\n8598,1645443042,47.74303,8.99902\n8599,1645443043,47.74303,8.99902\n8600,1645443044,47.74303,8.99902\n8601,1645443045,47.74303,8.99902\n8602,1645443046,47.74303,8.99902\n8603,1645443047,47.74303,8.99902\n8604,1645443048,47.74303,8.99902\n8605,1645443049,47.74303,8.99902\n8606,1645443050,47.74303,8.99902\n8607,1645443051,47.74303,8.99902\n8608,1645443052,47.74303,8.99902\n8609,1645443053,47.74303,8.99902\n8610,1645443054,47.74303,8.99902\n8611,1645443055,47.74303,8.99902\n8612,1645443056,47.74303,8.99902\n8613,1645443057,47.74303,8.99902\n8614,1645443058,47.74303,8.99902\n8615,1645443059,47.74303,8.99902\n8616,1645443060,47.74303,8.99902\n8617,1645443061,47.74303,8.99902\n8618,1645443062,47.74303,8.99902\n8619,1645443063,47.74303,8.99902\n8620,1645443064,47.74303,8.99902\n8621,1645443065,47.74303,8.99902\n8622,1645443066,47.74303,8.99902\n8623,1645443067,47.74303,8.99902\n8624,1645443068,47.74303,8.99902\n8625,1645443069,47.74303,8.99902\n8626,1645443070,47.74303,8.99902\n8627,1645443071,47.74303,8.99902\n8628,1645443072,47.74303,8.99902\n8629,1645443073,47.74303,8.99902\n8630,1645443074,47.74303,8.99902\n8631,1645443075,47.74303,8.99902\n8632,1645443076,47.74303,8.99902\n8633,1645443077,47.74303,8.99902\n8634,1645443078,47.74303,8.99902\n8635,1645443079,47.74303,8.99902\n8636,1645443080,47.74303,8.99902\n8637,1645443081,47.74303,8.99902\n8638,1645443082,47.74303,8.99902\n8639,1645443083,47.74303,8.99902\n8640,1645443084,47.74303,8.99902\n8641,1645443085,47.74303,8.99902\n8642,1645443086,47.74303,8.99902\n8643,1645443087,47.74303,8.99902\n8644,1645443088,47.74303,8.99902\n8645,1645443089,47.74303,8.99902\n8646,1645443090,47.74303,8.99902\n8647,1645443091,47.74303,8.99902\n8648,1645443092,47.74303,8.99902\n8649,1645443093,47.74303,8.99902\n8650,1645443094,47.74303,8.99902\n8651,1645443095,47.74303,8.99902\n8652,1645443096,47.74303,8.99902\n8653,1645443097,47.74303,8.99902\n8654,1645443098,47.74303,8.99902\n8655,1645443099,47.74303,8.99902\n8656,1645443100,47.74303,8.99902\n8657,1645443101,47.74303,8.99902\n8658,1645443102,47.74303,8.99902\n8659,1645443103,47.74303,8.99902\n8660,1645443104,47.74303,8.99901\n8661,1645443105,47.74303,8.99901\n8662,1645443106,47.74303,8.99901\n8663,1645443107,47.74303,8.99901\n8664,1645443108,47.74303,8.99901\n8665,1645443109,47.74303,8.99901\n8666,1645443110,47.74303,8.99901\n8667,1645443111,47.74303,8.99901\n8668,1645443112,47.74303,8.99901\n8669,1645443113,47.74303,8.99901\n8670,1645443114,47.74303,8.99901\n8671,1645443115,47.74303,8.99901\n8672,1645443116,47.74303,8.99901\n8673,1645443117,47.74303,8.99901\n8674,1645443118,47.74303,8.99901\n8675,1645443119,47.74303,8.99901\n8676,1645443120,47.74303,8.99901\n8677,1645443121,47.74303,8.99901\n8678,1645443122,47.74303,8.99901\n8679,1645443123,47.74303,8.99901\n8680,1645443124,47.74303,8.99901\n8681,1645443125,47.74303,8.99901\n8682,1645443126,47.74303,8.99901\n8683,1645443127,47.74303,8.99901\n8684,1645443128,47.74303,8.99901\n8685,1645443129,47.74303,8.99901\n8686,1645443130,47.74303,8.99901\n8687,1645443131,47.74303,8.99901\n8688,1645443132,47.74303,8.99901\n8689,1645443133,47.74303,8.99901\n8690,1645443134,47.74303,8.99901\n8691,1645443135,47.74303,8.99901\n8692,1645443136,47.74303,8.99901\n8693,1645443137,47.74303,8.99901\n8694,1645443138,47.74303,8.99901\n8695,1645443139,47.74303,8.99901\n8696,1645443140,47.74303,8.99901\n8697,1645443141,47.74303,8.99901\n8698,1645443142,47.74303,8.99901\n8699,1645443143,47.74303,8.99901\n8700,1645443144,47.74303,8.99901\n8701,1645443145,47.74303,8.99901\n8702,1645443146,47.74303,8.99901\n8703,1645443147,47.74303,8.99901\n8704,1645443148,47.74303,8.99901\n8705,1645443149,47.74303,8.99901\n8706,1645443150,47.74303,8.99901\n8707,1645443151,47.74303,8.99901\n8708,1645443152,47.74303,8.99901\n8709,1645443153,47.74303,8.99901\n8710,1645443154,47.74303,8.99901\n8711,1645443155,47.74303,8.99901\n8712,1645443156,47.74303,8.99901\n8713,1645443157,47.74303,8.99901\n8714,1645443158,47.74303,8.99901\n8715,1645443159,47.74303,8.99901\n8716,1645443160,47.74303,8.99901\n8717,1645443161,47.74303,8.99901\n8718,1645443162,47.74303,8.99901\n8719,1645443163,47.74303,8.99901\n8720,1645443164,47.74303,8.99901\n8721,1645443165,47.74303,8.99901\n8722,1645443166,47.74303,8.99901\n8723,1645443167,47.74303,8.99901\n8724,1645443168,47.74303,8.99901\n8725,1645443169,47.74303,8.99901\n8726,1645443170,47.74303,8.99901\n8727,1645443171,47.74303,8.99901\n8728,1645443172,47.74303,8.99901\n8729,1645443173,47.74303,8.99901\n8730,1645443174,47.74303,8.99901\n8731,1645443175,47.74303,8.99901\n8732,1645443176,47.74303,8.99901\n8733,1645443177,47.74303,8.99901\n8734,1645443178,47.74303,8.99901\n8735,1645443179,47.74303,8.99901\n8736,1645443180,47.74303,8.99901\n8737,1645443181,47.74303,8.99901\n8738,1645443182,47.74303,8.99901\n8739,1645443183,47.74303,8.99901\n8740,1645443184,47.74303,8.99901\n8741,1645443185,47.74303,8.99901\n8742,1645443186,47.74303,8.99901\n8743,1645443187,47.74303,8.99901\n8744,1645443188,47.74303,8.99901\n8745,1645443189,47.74303,8.99901\n8746,1645443190,47.74303,8.99901\n8747,1645443191,47.74303,8.99901\n8748,1645443192,47.74303,8.99901\n8749,1645443193,47.74303,8.99901\n8750,1645443194,47.74303,8.99901\n8751,1645443195,47.74303,8.99901\n8752,1645443196,47.74303,8.99901\n8753,1645443197,47.74303,8.99901\n8754,1645443198,47.74303,8.99901\n8755,1645443199,47.74303,8.99901\n8756,1645443200,47.74303,8.99901\n8757,1645443201,47.74303,8.99901\n8758,1645443202,47.74303,8.99901\n8759,1645443203,47.74303,8.99901\n8760,1645443204,47.74303,8.99901\n8761,1645443205,47.74303,8.99901\n8762,1645443206,47.74303,8.99901\n8763,1645443207,47.74303,8.99901\n8764,1645443208,47.74303,8.99901\n8765,1645443209,47.74303,8.99901\n8766,1645443210,47.74303,8.99901\n8767,1645443211,47.74303,8.99901\n8768,1645443212,47.74303,8.99901\n8769,1645443213,47.74303,8.99901\n8770,1645443214,47.74303,8.99901\n8771,1645443215,47.74303,8.99901\n8772,1645443216,47.74303,8.99901\n8773,1645443217,47.74303,8.99901\n8774,1645443218,47.74303,8.99901\n8775,1645443219,47.74303,8.99901\n8776,1645443220,47.74303,8.99901\n8777,1645443221,47.74303,8.99901\n8778,1645443222,47.74303,8.99901\n8779,1645443223,47.74303,8.99901\n8780,1645443224,47.74303,8.99901\n8781,1645443225,47.74303,8.99901\n8782,1645443226,47.74303,8.99901\n8783,1645443227,47.74303,8.99901\n8784,1645443228,47.74303,8.99901\n8785,1645443229,47.74303,8.99901\n8786,1645443230,47.74303,8.99901\n8787,1645443231,47.74303,8.99901\n8788,1645443232,47.74303,8.99901\n8789,1645443233,47.74303,8.99901\n8790,1645443234,47.74303,8.99901\n8791,1645443235,47.74303,8.99901\n8792,1645443236,47.74303,8.99901\n8793,1645443237,47.74303,8.99901\n8794,1645443238,47.74303,8.99901\n8795,1645443239,47.74303,8.99901\n8796,1645443240,47.74303,8.99901\n8797,1645443241,47.74303,8.99901\n8798,1645443242,47.74303,8.99901\n8799,1645443243,47.74303,8.99901\n8800,1645443244,47.74303,8.99901\n8801,1645443245,47.74303,8.99901\n8802,1645443246,47.74303,8.99901\n8803,1645443247,47.74303,8.99901\n8804,1645443248,47.74303,8.99901\n8805,1645443249,47.74303,8.99901\n8806,1645443250,47.74303,8.99901\n8807,1645443251,47.74303,8.99901\n8808,1645443252,47.74303,8.99901\n8809,1645443253,47.74303,8.99901\n8810,1645443254,47.74303,8.99901\n8811,1645443255,47.74303,8.99901\n8812,1645443256,47.74303,8.99901\n8813,1645443257,47.74303,8.99901\n8814,1645443258,47.74303,8.99901\n8815,1645443259,47.74303,8.99901\n8816,1645443260,47.74303,8.99901\n8817,1645443261,47.74303,8.99901\n8818,1645443262,47.74303,8.99901\n8819,1645443263,47.74303,8.99901\n8820,1645443264,47.74303,8.99901\n8821,1645443265,47.74303,8.99901\n8822,1645443266,47.74303,8.99901\n8823,1645443267,47.74303,8.99901\n8824,1645443268,47.74303,8.99901\n8825,1645443269,47.74303,8.99901\n8826,1645443270,47.74303,8.99901\n8827,1645443271,47.74303,8.99901\n8828,1645443272,47.74303,8.99901\n8829,1645443273,47.74303,8.99901\n8830,1645443274,47.74303,8.99901\n8831,1645443275,47.74303,8.99901\n8832,1645443276,47.74303,8.99901\n8833,1645443277,47.74303,8.99901\n8834,1645443278,47.74303,8.99901\n8835,1645443279,47.74303,8.99901\n8836,1645443280,47.74303,8.99901\n8837,1645443281,47.74303,8.99901\n8838,1645443282,47.74303,8.99901\n8839,1645443283,47.74303,8.99901\n8840,1645443284,47.74303,8.99901\n8841,1645443285,47.74303,8.99901\n8842,1645443286,47.74303,8.99901\n8843,1645443287,47.74303,8.99901\n8844,1645443288,47.74303,8.99901\n8845,1645443289,47.74303,8.99901\n8846,1645443290,47.74303,8.99901\n8847,1645443291,47.74303,8.99901\n8848,1645443292,47.74303,8.99901\n8849,1645443293,47.74303,8.99901\n8850,1645443294,47.74303,8.99901\n8851,1645443295,47.74303,8.99901\n8852,1645443296,47.74303,8.99901\n8853,1645443297,47.74303,8.99901\n8854,1645443298,47.74303,8.99901\n8855,1645443299,47.74303,8.99901\n8856,1645443300,47.74303,8.99901\n8857,1645443301,47.74303,8.99900\n8858,1645443302,47.74303,8.99900\n8859,1645443303,47.74303,8.99900\n8860,1645443304,47.74303,8.99900\n8861,1645443305,47.74303,8.99900\n8862,1645443306,47.74303,8.99900\n8863,1645443307,47.74303,8.99900\n8864,1645443308,47.74303,8.99900\n8865,1645443309,47.74303,8.99900\n8866,1645443310,47.74303,8.99900\n8867,1645443311,47.74303,8.99900\n8868,1645443312,47.74303,8.99900\n8869,1645443313,47.74303,8.99900\n8870,1645443314,47.74303,8.99900\n8871,1645443315,47.74303,8.99900\n8872,1645443316,47.74303,8.99900\n8873,1645443317,47.74303,8.99900\n8874,1645443318,47.74303,8.99900\n8875,1645443319,47.74303,8.99900\n8876,1645443320,47.74303,8.99900\n8877,1645443321,47.74303,8.99900\n8878,1645443322,47.74303,8.99900\n8879,1645443323,47.74303,8.99900\n8880,1645443324,47.74303,8.99900\n8881,1645443325,47.74303,8.99900\n8882,1645443326,47.74303,8.99900\n8883,1645443327,47.74303,8.99900\n8884,1645443328,47.74303,8.99900\n8885,1645443329,47.74303,8.99900\n8886,1645443330,47.74303,8.99900\n8887,1645443331,47.74303,8.99900\n8888,1645443332,47.74303,8.99900\n8889,1645443333,47.74303,8.99900\n8890,1645443334,47.74303,8.99900\n8891,1645443335,47.74303,8.99900\n8892,1645443336,47.74303,8.99900\n8893,1645443337,47.74303,8.99900\n8894,1645443338,47.74303,8.99900\n8895,1645443339,47.74303,8.99900\n8896,1645443340,47.74303,8.99900\n8897,1645443341,47.74303,8.99900\n8898,1645443342,47.74303,8.99900\n8899,1645443343,47.74303,8.99900\n8900,1645443344,47.74303,8.99900\n8901,1645443345,47.74303,8.99900\n8902,1645443346,47.74303,8.99900\n8903,1645443347,47.74303,8.99900\n8904,1645443348,47.74303,8.99900\n8905,1645443349,47.74303,8.99900\n8906,1645443350,47.74303,8.99900\n8907,1645443351,47.74303,8.99900\n8908,1645443352,47.74303,8.99900\n8909,1645443353,47.74303,8.99900\n8910,1645443354,47.74303,8.99900\n8911,1645443355,47.74303,8.99900\n8912,1645443356,47.74303,8.99900\n8913,1645443357,47.74303,8.99900\n8914,1645443358,47.74303,8.99900\n8915,1645443359,47.74303,8.99900\n8916,1645443360,47.74303,8.99900\n8917,1645443361,47.74303,8.99900\n8918,1645443362,47.74303,8.99900\n8919,1645443363,47.74303,8.99900\n8920,1645443364,47.74303,8.99900\n8921,1645443365,47.74303,8.99900\n8922,1645443366,47.74303,8.99900\n8923,1645443367,47.74303,8.99900\n8924,1645443368,47.74303,8.99900\n8925,1645443369,47.74303,8.99900\n8926,1645443370,47.74303,8.99900\n8927,1645443371,47.74303,8.99900\n8928,1645443372,47.74303,8.99900\n8929,1645443373,47.74303,8.99900\n8930,1645443374,47.74303,8.99900\n8931,1645443375,47.74303,8.99900\n8932,1645443376,47.74303,8.99900\n8933,1645443377,47.74303,8.99900\n8934,1645443378,47.74303,8.99900\n8935,1645443379,47.74303,8.99900\n8936,1645443380,47.74303,8.99900\n8937,1645443381,47.74303,8.99900\n8938,1645443382,47.74303,8.99900\n8939,1645443383,47.74303,8.99900\n8940,1645443384,47.74303,8.99900\n8941,1645443385,47.74303,8.99900\n8942,1645443386,47.74303,8.99900\n8943,1645443387,47.74303,8.99900\n8944,1645443388,47.74303,8.99900\n8945,1645443389,47.74303,8.99900\n8946,1645443390,47.74303,8.99900\n8947,1645443391,47.74303,8.99900\n8948,1645443392,47.74303,8.99900\n8949,1645443393,47.74303,8.99900\n8950,1645443394,47.74303,8.99900\n8951,1645443395,47.74303,8.99900\n8952,1645443396,47.74303,8.99900\n8953,1645443397,47.74303,8.99900\n8954,1645443398,47.74303,8.99900\n8955,1645443399,47.74303,8.99900\n8956,1645443400,47.74303,8.99900\n8957,1645443401,47.74303,8.99900\n8958,1645443402,47.74303,8.99900\n8959,1645443403,47.74303,8.99900\n8960,1645443404,47.74303,8.99900\n8961,1645443405,47.74303,8.99900\n8962,1645443406,47.74303,8.99900\n8963,1645443407,47.74303,8.99900\n8964,1645443408,47.74303,8.99900\n8965,1645443409,47.74303,8.99900\n8966,1645443410,47.74303,8.99900\n8967,1645443411,47.74303,8.99900\n8968,1645443412,47.74303,8.99900\n8969,1645443413,47.74303,8.99900\n8970,1645443414,47.74303,8.99900\n8971,1645443415,47.74303,8.99900\n8972,1645443416,47.74303,8.99900\n8973,1645443417,47.74303,8.99900\n8974,1645443418,47.74303,8.99900\n8975,1645443419,47.74303,8.99900\n8976,1645443420,47.74303,8.99900\n8977,1645443421,47.74303,8.99900\n8978,1645443422,47.74303,8.99900\n8979,1645443423,47.74303,8.99900\n8980,1645443424,47.74303,8.99900\n8981,1645443425,47.74303,8.99900\n8982,1645443426,47.74303,8.99900\n8983,1645443427,47.74303,8.99900\n8984,1645443428,47.74303,8.99900\n8985,1645443429,47.74303,8.99900\n8986,1645443430,47.74303,8.99900\n8987,1645443431,47.74303,8.99900\n8988,1645443432,47.74303,8.99900\n8989,1645443433,47.74303,8.99900\n8990,1645443434,47.74303,8.99900\n8991,1645443435,47.74303,8.99900\n8992,1645443436,47.74303,8.99900\n8993,1645443437,47.74303,8.99900\n8994,1645443438,47.74303,8.99900\n8995,1645443439,47.74303,8.99900\n8996,1645443440,47.74303,8.99900\n8997,1645443441,47.74303,8.99900\n8998,1645443442,47.74303,8.99900\n8999,1645443443,47.74303,8.99900\n9000,1645443444,47.74303,8.99900\n9001,1645443445,47.74303,8.99900\n9002,1645443446,47.74303,8.99900\n9003,1645443447,47.74303,8.99900\n9004,1645443448,47.74303,8.99900\n9005,1645443449,47.74303,8.99900\n9006,1645443450,47.74303,8.99900\n9007,1645443451,47.74303,8.99900\n9008,1645443452,47.74303,8.99900\n9009,1645443453,47.74303,8.99900\n9010,1645443454,47.74303,8.99900\n9011,1645443455,47.74303,8.99900\n9012,1645443456,47.74303,8.99900\n9013,1645443457,47.74303,8.99900\n9014,1645443458,47.74303,8.99900\n9015,1645443459,47.74303,8.99900\n9016,1645443460,47.74303,8.99900\n9017,1645443461,47.74303,8.99900\n9018,1645443462,47.74303,8.99900\n9019,1645443463,47.74303,8.99900\n9020,1645443464,47.74303,8.99900\n9021,1645443465,47.74303,8.99900\n9022,1645443466,47.74303,8.99900\n9023,1645443467,47.74303,8.99900\n9024,1645443468,47.74303,8.99900\n9025,1645443469,47.74303,8.99900\n9026,1645443470,47.74303,8.99900\n9027,1645443471,47.74303,8.99900\n9028,1645443472,47.74303,8.99900\n9029,1645443473,47.74303,8.99900\n9030,1645443474,47.74303,8.99900\n9031,1645443475,47.74303,8.99900\n9032,1645443476,47.74303,8.99900\n9033,1645443477,47.74303,8.99900\n9034,1645443478,47.74303,8.99900\n9035,1645443479,47.74303,8.99900\n9036,1645443480,47.74303,8.99899\n9037,1645443481,47.74303,8.99899\n9038,1645443482,47.74303,8.99899\n9039,1645443483,47.74303,8.99899\n9040,1645443484,47.74303,8.99899\n9041,1645443485,47.74303,8.99899\n9042,1645443486,47.74303,8.99899\n9043,1645443487,47.74303,8.99899\n9044,1645443488,47.74303,8.99899\n9045,1645443489,47.74303,8.99899\n9046,1645443490,47.74303,8.99899\n9047,1645443491,47.74303,8.99899\n9048,1645443492,47.74303,8.99899\n9049,1645443493,47.74303,8.99899\n9050,1645443494,47.74303,8.99899\n9051,1645443495,47.74303,8.99899\n9052,1645443496,47.74303,8.99899\n9053,1645443497,47.74303,8.99899\n9054,1645443498,47.74303,8.99899\n9055,1645443499,47.74303,8.99899\n9056,1645443500,47.74303,8.99899\n9057,1645443501,47.74303,8.99899\n9058,1645443502,47.74303,8.99899\n9059,1645443503,47.74303,8.99899\n9060,1645443504,47.74303,8.99899\n9061,1645443505,47.74303,8.99899\n9062,1645443506,47.74303,8.99899\n9063,1645443507,47.74303,8.99899\n9064,1645443508,47.74303,8.99899\n9065,1645443509,47.74303,8.99899\n9066,1645443510,47.74303,8.99899\n9067,1645443511,47.74303,8.99899\n9068,1645443512,47.74303,8.99899\n9069,1645443513,47.74303,8.99899\n9070,1645443514,47.74303,8.99899\n9071,1645443515,47.74303,8.99899\n9072,1645443516,47.74303,8.99899\n9073,1645443517,47.74303,8.99899\n9074,1645443518,47.74303,8.99899\n9075,1645443519,47.74303,8.99899\n9076,1645443520,47.74303,8.99899\n9077,1645443521,47.74303,8.99899\n9078,1645443522,47.74303,8.99899\n9079,1645443523,47.74303,8.99899\n9080,1645443524,47.74303,8.99899\n9081,1645443525,47.74303,8.99899\n9082,1645443526,47.74303,8.99899\n9083,1645443527,47.74303,8.99899\n9084,1645443528,47.74303,8.99899\n9085,1645443529,47.74303,8.99899\n9086,1645443530,47.74303,8.99899\n9087,1645443531,47.74303,8.99899\n9088,1645443532,47.74303,8.99899\n9089,1645443533,47.74303,8.99899\n9090,1645443534,47.74303,8.99899\n9091,1645443535,47.74303,8.99899\n9092,1645443536,47.74303,8.99899\n9093,1645443537,47.74303,8.99899\n9094,1645443538,47.74303,8.99899\n9095,1645443539,47.74303,8.99899\n9096,1645443540,47.74303,8.99899\n9097,1645443541,47.74303,8.99899\n9098,1645443542,47.74303,8.99899\n9099,1645443543,47.74303,8.99899\n9100,1645443544,47.74303,8.99899\n9101,1645443545,47.74303,8.99899\n9102,1645443546,47.74303,8.99899\n9103,1645443547,47.74303,8.99899\n9104,1645443548,47.74303,8.99899\n9105,1645443549,47.74303,8.99899\n9106,1645443550,47.74303,8.99899\n9107,1645443551,47.74303,8.99899\n9108,1645443552,47.74303,8.99899\n9109,1645443553,47.74303,8.99899\n9110,1645443554,47.74303,8.99899\n9111,1645443555,47.74303,8.99899\n9112,1645443556,47.74303,8.99899\n9113,1645443557,47.74303,8.99899\n9114,1645443558,47.74303,8.99899\n9115,1645443559,47.74303,8.99899\n9116,1645443560,47.74303,8.99899\n9117,1645443561,47.74303,8.99899\n9118,1645443562,47.74303,8.99899\n9119,1645443563,47.74303,8.99899\n9120,1645443564,47.74303,8.99899\n9121,1645443565,47.74303,8.99899\n9122,1645443566,47.74303,8.99899\n9123,1645443567,47.74303,8.99899\n9124,1645443568,47.74303,8.99899\n9125,1645443569,47.74303,8.99899\n9126,1645443570,47.74303,8.99899\n9127,1645443571,47.74303,8.99899\n9128,1645443572,47.74303,8.99899\n9129,1645443573,47.74303,8.99899\n9130,1645443574,47.74303,8.99899\n9131,1645443575,47.74303,8.99899\n9132,1645443576,47.74303,8.99899\n9133,1645443577,47.74303,8.99899\n9134,1645443578,47.74303,8.99899\n9135,1645443579,47.74303,8.99899\n9136,1645443580,47.74303,8.99899\n9137,1645443581,47.74303,8.99899\n9138,1645443582,47.74304,8.99899\n9139,1645443583,47.74304,8.99899\n9140,1645443584,47.74304,8.99899\n9141,1645443585,47.74304,8.99898\n9142,1645443586,47.74304,8.99898\n9143,1645443587,47.74304,8.99898\n9144,1645443588,47.74304,8.99898\n9145,1645443589,47.74304,8.99898\n9146,1645443590,47.74304,8.99898\n9147,1645443591,47.74304,8.99898\n9148,1645443592,47.74304,8.99898\n9149,1645443593,47.74304,8.99898\n9150,1645443594,47.74304,8.99898\n9151,1645443595,47.74304,8.99898\n9152,1645443596,47.74304,8.99898\n9153,1645443597,47.74304,8.99898\n9154,1645443598,47.74304,8.99898\n9155,1645443599,47.74304,8.99898\n9156,1645443600,47.74304,8.99898\n9157,1645443601,47.74304,8.99898\n9158,1645443602,47.74304,8.99898\n9159,1645443603,47.74304,8.99898\n9160,1645443604,47.74304,8.99898\n9161,1645443605,47.74304,8.99898\n9162,1645443606,47.74304,8.99898\n9163,1645443607,47.74304,8.99898\n9164,1645443608,47.74304,8.99898\n9165,1645443609,47.74304,8.99898\n9166,1645443610,47.74304,8.99898\n9167,1645443611,47.74304,8.99898\n9168,1645443612,47.74304,8.99898\n9169,1645443613,47.74304,8.99898\n9170,1645443614,47.74304,8.99898\n9171,1645443615,47.74304,8.99898\n9172,1645443616,47.74304,8.99898\n9173,1645443617,47.74304,8.99898\n9174,1645443618,47.74304,8.99898\n9175,1645443619,47.74304,8.99898\n9176,1645443620,47.74304,8.99898\n9177,1645443621,47.74304,8.99898\n9178,1645443622,47.74304,8.99898\n9179,1645443623,47.74304,8.99898\n9180,1645443624,47.74304,8.99898\n9181,1645443625,47.74304,8.99898\n9182,1645443626,47.74304,8.99898\n9183,1645443627,47.74304,8.99898\n9184,1645443628,47.74304,8.99898\n9185,1645443629,47.74304,8.99898\n9186,1645443630,47.74304,8.99898\n9187,1645443631,47.74304,8.99898\n9188,1645443632,47.74304,8.99898\n9189,1645443633,47.74304,8.99898\n9190,1645443634,47.74304,8.99898\n9191,1645443635,47.74304,8.99898\n9192,1645443636,47.74304,8.99898\n9193,1645443637,47.74304,8.99898\n9194,1645443638,47.74304,8.99898\n9195,1645443639,47.74304,8.99898\n9196,1645443640,47.74304,8.99898\n9197,1645443641,47.74304,8.99898\n9198,1645443642,47.74304,8.99898\n9199,1645443643,47.74304,8.99898\n9200,1645443644,47.74304,8.99898\n9201,1645443645,47.74304,8.99898\n9202,1645443646,47.74304,8.99898\n9203,1645443647,47.74304,8.99898\n9204,1645443648,47.74304,8.99898\n9205,1645443649,47.74304,8.99898\n9206,1645443650,47.74304,8.99898\n9207,1645443651,47.74304,8.99898\n9208,1645443652,47.74304,8.99898\n9209,1645443653,47.74304,8.99898\n9210,1645443654,47.74304,8.99898\n9211,1645443655,47.74304,8.99898\n9212,1645443656,47.74304,8.99898\n9213,1645443657,47.74304,8.99898\n9214,1645443658,47.74304,8.99898\n9215,1645443659,47.74304,8.99898\n9216,1645443660,47.74304,8.99898\n9217,1645443661,47.74304,8.99898\n9218,1645443662,47.74304,8.99898\n9219,1645443663,47.74304,8.99898\n9220,1645443664,47.74304,8.99898\n9221,1645443665,47.74304,8.99898\n9222,1645443666,47.74304,8.99898\n9223,1645443667,47.74304,8.99898\n9224,1645443668,47.74304,8.99898\n9225,1645443669,47.74304,8.99898\n9226,1645443670,47.74304,8.99898\n9227,1645443671,47.74304,8.99898\n9228,1645443672,47.74304,8.99898\n9229,1645443673,47.74304,8.99898\n9230,1645443674,47.74304,8.99898\n9231,1645443675,47.74304,8.99898\n9232,1645443676,47.74304,8.99898\n9233,1645443677,47.74304,8.99898\n9234,1645443678,47.74304,8.99898\n9235,1645443679,47.74304,8.99898\n9236,1645443680,47.74304,8.99898\n9237,1645443681,47.74305,8.99898\n9238,1645443682,47.74306,8.99897\n9239,1645443683,47.74306,8.99897\n9240,1645443684,47.74306,8.99897\n9241,1645443685,47.74307,8.99897\n9242,1645443686,47.74307,8.99897\n9243,1645443687,47.74307,8.99897\n9244,1645443688,47.74307,8.99897\n9245,1645443689,47.74308,8.99897\n9246,1645443690,47.74307,8.99896\n9247,1645443691,47.74307,8.99896\n9248,1645443692,47.74307,8.99896\n9249,1645443693,47.74307,8.99896\n9250,1645443694,47.74307,8.99895\n9251,1645443695,47.74306,8.99895\n9252,1645443696,47.74306,8.99895\n9253,1645443697,47.74306,8.99895\n9254,1645443698,47.74306,8.99895\n9255,1645443699,47.74306,8.99895\n9256,1645443700,47.74306,8.99895\n9257,1645443701,47.74306,8.99895\n9258,1645443702,47.74306,8.99895\n9259,1645443703,47.74306,8.99895\n9260,1645443704,47.74306,8.99895\n9261,1645443705,47.74305,8.99895\n9262,1645443706,47.74305,8.99895\n9263,1645443707,47.74305,8.99895\n9264,1645443708,47.74305,8.99895\n9265,1645443709,47.74305,8.99895\n9266,1645443710,47.74305,8.99895\n9267,1645443711,47.74305,8.99895\n9268,1645443712,47.74305,8.99895\n9269,1645443713,47.74305,8.99896\n9270,1645443714,47.74305,8.99896\n9271,1645443715,47.74305,8.99896\n9272,1645443716,47.74305,8.99896\n9273,1645443717,47.74305,8.99896\n9274,1645443718,47.74305,8.99896\n9275,1645443719,47.74305,8.99896\n9276,1645443720,47.74305,8.99896\n9277,1645443721,47.74305,8.99896\n9278,1645443722,47.74305,8.99896\n9279,1645443723,47.74305,8.99897\n9280,1645443724,47.74305,8.99897\n9281,1645443725,47.74305,8.99897\n9282,1645443726,47.74305,8.99897\n9283,1645443727,47.74305,8.99897\n9284,1645443728,47.74304,8.99897\n9285,1645443729,47.74304,8.99897\n9286,1645443730,47.74304,8.99897\n9287,1645443731,47.74304,8.99898\n9288,1645443732,47.74304,8.99898\n9289,1645443733,47.74304,8.99898\n9290,1645443734,47.74304,8.99898\n9291,1645443735,47.74304,8.99898\n9292,1645443736,47.74304,8.99898\n9293,1645443737,47.74304,8.99898\n9294,1645443738,47.74304,8.99898\n9295,1645443739,47.74304,8.99898\n9296,1645443740,47.74304,8.99898\n9297,1645443741,47.74304,8.99898\n9298,1645443742,47.74304,8.99898\n9299,1645443743,47.74304,8.99898\n9300,1645443744,47.74304,8.99898\n9301,1645443745,47.74304,8.99898\n9302,1645443746,47.74304,8.99898\n9303,1645443747,47.74304,8.99898\n9304,1645443748,47.74304,8.99898\n9305,1645443749,47.74304,8.99898\n9306,1645443750,47.74304,8.99898\n9307,1645443751,47.74304,8.99898\n9308,1645443752,47.74304,8.99899\n9309,1645443753,47.74304,8.99899\n9310,1645443754,47.74304,8.99899\n9311,1645443755,47.74304,8.99899\n9312,1645443756,47.74304,8.99899\n9313,1645443757,47.74304,8.99899\n9314,1645443758,47.74304,8.99899\n9315,1645443759,47.74304,8.99899\n9316,1645443760,47.74304,8.99899\n9317,1645443761,47.74304,8.99899\n9318,1645443762,47.74304,8.99899\n9319,1645443763,47.74304,8.99899\n9320,1645443764,47.74304,8.99899\n9321,1645443765,47.74304,8.99899\n9322,1645443766,47.74304,8.99899\n9323,1645443767,47.74304,8.99899\n9324,1645443768,47.74304,8.99899\n9325,1645443769,47.74304,8.99899\n9326,1645443770,47.74304,8.99899\n9327,1645443771,47.74304,8.99899\n9328,1645443772,47.74304,8.99899\n9329,1645443773,47.74304,8.99899\n9330,1645443774,47.74304,8.99899\n9331,1645443775,47.74304,8.99899\n9332,1645443776,47.74304,8.99899\n9333,1645443777,47.74304,8.99899\n9334,1645443778,47.74304,8.99899\n9335,1645443779,47.74304,8.99899\n9336,1645443780,47.74304,8.99899\n9337,1645443781,47.74304,8.99899\n9338,1645443782,47.74304,8.99899\n9339,1645443783,47.74304,8.99899\n9340,1645443784,47.74304,8.99899\n9341,1645443785,47.74304,8.99899\n9342,1645443786,47.74304,8.99899\n9343,1645443787,47.74304,8.99899\n9344,1645443788,47.74304,8.99899\n9345,1645443789,47.74304,8.99899\n9346,1645443790,47.74304,8.99899\n9347,1645443791,47.74304,8.99899\n9348,1645443792,47.74304,8.99899\n9349,1645443793,47.74304,8.99899\n9350,1645443794,47.74304,8.99899\n9351,1645443795,47.74304,8.99899\n9352,1645443796,47.74304,8.99899\n9353,1645443797,47.74304,8.99899\n9354,1645443798,47.74304,8.99899\n9355,1645443799,47.74304,8.99899\n9356,1645443800,47.74304,8.99899\n9357,1645443801,47.74304,8.99899\n9358,1645443802,47.74304,8.99899\n9359,1645443803,47.74304,8.99899\n9360,1645443804,47.74304,8.99899\n9361,1645443805,47.74304,8.99899\n9362,1645443806,47.74304,8.99899\n9363,1645443807,47.74304,8.99899\n9364,1645443808,47.74304,8.99899\n9365,1645443809,47.74304,8.99899\n9366,1645443810,47.74304,8.99899\n9367,1645443811,47.74304,8.99899\n9368,1645443812,47.74304,8.99899\n9369,1645443813,47.74304,8.99899\n9370,1645443814,47.74304,8.99899\n9371,1645443815,47.74304,8.99899\n9372,1645443816,47.74304,8.99899\n9373,1645443817,47.74304,8.99899\n9374,1645443818,47.74304,8.99899\n9375,1645443819,47.74304,8.99899\n9376,1645443820,47.74304,8.99899\n9377,1645443821,47.74304,8.99899\n9378,1645443822,47.74304,8.99899\n9379,1645443823,47.74304,8.99899\n9380,1645443824,47.74304,8.99899\n9381,1645443825,47.74304,8.99899\n9382,1645443826,47.74304,8.99899\n9383,1645443827,47.74304,8.99899\n9384,1645443828,47.74304,8.99899\n9385,1645443829,47.74304,8.99899\n9386,1645443830,47.74304,8.99899\n9387,1645443831,47.74304,8.99899\n9388,1645443832,47.74304,8.99899\n9389,1645443833,47.74304,8.99899\n9390,1645443834,47.74304,8.99899\n9391,1645443835,47.74304,8.99899\n9392,1645443836,47.74304,8.99899\n9393,1645443837,47.74304,8.99899\n9394,1645443838,47.74304,8.99899\n9395,1645443839,47.74304,8.99899\n9396,1645443840,47.74304,8.99899\n9397,1645443841,47.74304,8.99899\n9398,1645443842,47.74304,8.99899\n9399,1645443843,47.74304,8.99899\n9400,1645443844,47.74304,8.99899\n9401,1645443845,47.74304,8.99899\n9402,1645443846,47.74304,8.99899\n9403,1645443847,47.74304,8.99899\n9404,1645443848,47.74304,8.99899\n9405,1645443849,47.74304,8.99899\n9406,1645443850,47.74304,8.99899\n9407,1645443851,47.74304,8.99899\n9408,1645443852,47.74304,8.99899\n9409,1645443853,47.74304,8.99899\n9410,1645443854,47.74304,8.99899\n9411,1645443855,47.74304,8.99899\n9412,1645443856,47.74304,8.99899\n9413,1645443857,47.74304,8.99899\n9414,1645443858,47.74304,8.99899\n9415,1645443859,47.74304,8.99899\n9416,1645443860,47.74304,8.99899\n9417,1645443861,47.74304,8.99899\n9418,1645443862,47.74304,8.99899\n9419,1645443863,47.74304,8.99899\n9420,1645443864,47.74304,8.99899\n9421,1645443865,47.74304,8.99899\n9422,1645443866,47.74304,8.99899\n9423,1645443867,47.74304,8.99899\n9424,1645443868,47.74304,8.99899\n9425,1645443869,47.74304,8.99899\n9426,1645443870,47.74304,8.99899\n9427,1645443871,47.74304,8.99899\n9428,1645443872,47.74304,8.99899\n9429,1645443873,47.74304,8.99899\n9430,1645443874,47.74304,8.99899\n9431,1645443875,47.74304,8.99899\n9432,1645443876,47.74304,8.99899\n9433,1645443877,47.74304,8.99899\n9434,1645443878,47.74304,8.99899\n9435,1645443879,47.74304,8.99899\n9436,1645443880,47.74304,8.99899\n9437,1645443881,47.74304,8.99899\n9438,1645443882,47.74304,8.99899\n9439,1645443883,47.74304,8.99899\n9440,1645443884,47.74304,8.99899\n9441,1645443885,47.74304,8.99899\n9442,1645443886,47.74304,8.99899\n9443,1645443887,47.74304,8.99899\n9444,1645443888,47.74304,8.99899\n9445,1645443889,47.74304,8.99899\n9446,1645443890,47.74304,8.99899\n9447,1645443891,47.74304,8.99899\n9448,1645443892,47.74304,8.99899\n9449,1645443893,47.74304,8.99899\n9450,1645443894,47.74304,8.99899\n9451,1645443895,47.74304,8.99899\n9452,1645443896,47.74304,8.99899\n9453,1645443897,47.74304,8.99899\n9454,1645443898,47.74304,8.99899\n9455,1645443899,47.74304,8.99899\n9456,1645443900,47.74304,8.99899\n9457,1645443901,47.74304,8.99899\n9458,1645443902,47.74304,8.99899\n9459,1645443903,47.74304,8.99899\n9460,1645443904,47.74304,8.99899\n9461,1645443905,47.74304,8.99899\n9462,1645443906,47.74304,8.99899\n9463,1645443907,47.74304,8.99899\n9464,1645443908,47.74304,8.99899\n9465,1645443909,47.74304,8.99899\n9466,1645443910,47.74304,8.99899\n9467,1645443911,47.74304,8.99899\n9468,1645443912,47.74304,8.99899\n9469,1645443913,47.74304,8.99899\n9470,1645443914,47.74304,8.99899\n9471,1645443915,47.74304,8.99899\n9472,1645443916,47.74304,8.99899\n9473,1645443917,47.74304,8.99899\n9474,1645443918,47.74304,8.99899\n9475,1645443919,47.74304,8.99899\n9476,1645443920,47.74304,8.99899\n9477,1645443921,47.74304,8.99899\n9478,1645443922,47.74304,8.99899\n9479,1645443923,47.74304,8.99899\n9480,1645443924,47.74304,8.99899\n9481,1645443925,47.74304,8.99899\n9482,1645443926,47.74304,8.99899\n9483,1645443927,47.74304,8.99899\n9484,1645443928,47.74304,8.99899\n9485,1645443929,47.74304,8.99899\n9486,1645443930,47.74304,8.99899\n9487,1645443931,47.74304,8.99899\n9488,1645443932,47.74304,8.99899\n9489,1645443933,47.74304,8.99899\n9490,1645443934,47.74304,8.99899\n9491,1645443935,47.74304,8.99899\n9492,1645443936,47.74304,8.99899\n9493,1645443937,47.74304,8.99899\n9494,1645443938,47.74304,8.99899\n9495,1645443939,47.74304,8.99899\n9496,1645443940,47.74304,8.99899\n9497,1645443941,47.74304,8.99899\n9498,1645443942,47.74304,8.99899\n9499,1645443943,47.74304,8.99899\n9500,1645443944,47.74304,8.99899\n9501,1645443945,47.74304,8.99899\n9502,1645443946,47.74304,8.99899\n9503,1645443947,47.74304,8.99898\n9504,1645443948,47.74304,8.99898\n9505,1645443949,47.74304,8.99898\n9506,1645443950,47.74304,8.99898\n9507,1645443951,47.74304,8.99898\n9508,1645443952,47.74304,8.99898\n9509,1645443953,47.74304,8.99898\n9510,1645443954,47.74304,8.99898\n9511,1645443955,47.74304,8.99898\n9512,1645443956,47.74304,8.99898\n9513,1645443957,47.74304,8.99898\n9514,1645443958,47.74304,8.99898\n9515,1645443959,47.74304,8.99898\n9516,1645443960,47.74304,8.99898\n9517,1645443961,47.74304,8.99898\n9518,1645443962,47.74304,8.99898\n9519,1645443963,47.74304,8.99898\n9520,1645443964,47.74304,8.99898\n9521,1645443965,47.74304,8.99898\n9522,1645443966,47.74304,8.99898\n9523,1645443967,47.74304,8.99898\n9524,1645443968,47.74304,8.99898\n9525,1645443969,47.74304,8.99898\n9526,1645443970,47.74304,8.99898\n9527,1645443971,47.74304,8.99898\n9528,1645443972,47.74304,8.99898\n9529,1645443973,47.74304,8.99898\n9530,1645443974,47.74304,8.99898\n9531,1645443975,47.74304,8.99898\n9532,1645443976,47.74304,8.99898\n9533,1645443977,47.74304,8.99898\n9534,1645443978,47.74304,8.99898\n9535,1645443979,47.74304,8.99898\n9536,1645443980,47.74304,8.99898\n9537,1645443981,47.74304,8.99898\n9538,1645443982,47.74304,8.99898\n9539,1645443983,47.74304,8.99898\n9540,1645443984,47.74304,8.99898\n9541,1645443985,47.74304,8.99898\n9542,1645443986,47.74304,8.99898\n9543,1645443987,47.74304,8.99898\n9544,1645443988,47.74304,8.99898\n9545,1645443989,47.74304,8.99898\n9546,1645443990,47.74304,8.99898\n9547,1645443991,47.74304,8.99898\n9548,1645443992,47.74304,8.99898\n9549,1645443993,47.74304,8.99898\n9550,1645443994,47.74304,8.99898\n9551,1645443995,47.74304,8.99898\n9552,1645443996,47.74304,8.99898\n9553,1645443997,47.74304,8.99898\n9554,1645443998,47.74304,8.99898\n9555,1645443999,47.74304,8.99898\n9556,1645444000,47.74304,8.99898\n9557,1645444001,47.74304,8.99898\n9558,1645444002,47.74304,8.99898\n9559,1645444003,47.74304,8.99898\n9560,1645444004,47.74304,8.99898\n9561,1645444005,47.74304,8.99898\n9562,1645444006,47.74304,8.99898\n9563,1645444007,47.74304,8.99898\n9564,1645444008,47.74304,8.99898\n9565,1645444009,47.74304,8.99898\n9566,1645444010,47.74304,8.99897\n9567,1645444011,47.74304,8.99896\n9568,1645444012,47.74304,8.99896\n9569,1645444013,47.74305,8.99896\n9570,1645444014,47.74305,8.99896\n9571,1645444015,47.74305,8.99896\n9572,1645444016,47.74305,8.99896\n9573,1645444017,47.74305,8.99896\n9574,1645444018,47.74305,8.99896\n9575,1645444019,47.74305,8.99896\n9576,1645444020,47.74305,8.99896\n9577,1645444021,47.74305,8.99896\n9578,1645444022,47.74305,8.99896\n9579,1645444023,47.74305,8.99896\n9580,1645444024,47.74305,8.99896\n9581,1645444025,47.74305,8.99896\n9582,1645444026,47.74305,8.99896\n9583,1645444027,47.74305,8.99896\n9584,1645444028,47.74305,8.99896\n9585,1645444029,47.74305,8.99896\n9586,1645444030,47.74305,8.99896\n9587,1645444031,47.74305,8.99896\n9588,1645444032,47.74305,8.99896\n9589,1645444033,47.74305,8.99896\n9590,1645444034,47.74305,8.99896\n9591,1645444035,47.74305,8.99896\n9592,1645444036,47.74305,8.99896\n9593,1645444037,47.74305,8.99896\n9594,1645444038,47.74305,8.99896\n9595,1645444039,47.74305,8.99896\n9596,1645444040,47.74305,8.99896\n9597,1645444041,47.74305,8.99896\n9598,1645444042,47.74305,8.99896\n9599,1645444043,47.74305,8.99896\n9600,1645444044,47.74305,8.99896\n9601,1645444109,47.74309,8.99892\n9602,1645444110,47.74309,8.99891\n9603,1645444111,47.74310,8.99890\n9604,1645444112,47.74310,8.99890\n9605,1645444113,47.74311,8.99889\n9606,1645444114,47.74312,8.99888\n9607,1645444115,47.74312,8.99888\n9608,1645444116,47.74312,8.99888\n9609,1645444117,47.74311,8.99898\n9610,1645444119,47.74312,8.99898\n9611,1645444120,47.74312,8.99897\n9612,1645444121,47.74312,8.99897\n9613,1645444122,47.74311,8.99897\n9614,1645444123,47.74311,8.99896\n9615,1645444124,47.74311,8.99896\n9616,1645444125,47.74311,8.99896\n9617,1645444126,47.74311,8.99896\n9618,1645444127,47.74311,8.99896\n9619,1645444128,47.74310,8.99896\n9620,1645444129,47.74310,8.99896\n9621,1645444130,47.74311,8.99896\n9622,1645444131,47.74310,8.99896\n9623,1645444132,47.74311,8.99896\n9624,1645444133,47.74311,8.99896\n9625,1645444134,47.74311,8.99896\n9626,1645444135,47.74311,8.99896\n9627,1645444136,47.74311,8.99896\n9628,1645444137,47.74311,8.99896\n9629,1645444138,47.74311,8.99896\n9630,1645444139,47.74310,8.99896\n9631,1645444140,47.74310,8.99896\n9632,1645444141,47.74310,8.99896\n9633,1645444142,47.74310,8.99896\n9634,1645444143,47.74310,8.99896\n9635,1645444144,47.74310,8.99896\n9636,1645444145,47.74310,8.99896\n9637,1645444146,47.74310,8.99896\n9638,1645444147,47.74310,8.99896\n9639,1645444148,47.74310,8.99896\n9640,1645444149,47.74310,8.99896\n9641,1645444150,47.74310,8.99896\n9642,1645444151,47.74310,8.99896\n9643,1645444152,47.74310,8.99895\n9644,1645444153,47.74310,8.99895\n9645,1645444154,47.74310,8.99895\n9646,1645444155,47.74310,8.99895\n9647,1645444156,47.74310,8.99895\n9648,1645444157,47.74310,8.99895\n9649,1645444158,47.74310,8.99895\n9650,1645444159,47.74310,8.99895\n9651,1645444160,47.74310,8.99895\n9652,1645444161,47.74310,8.99895\n9653,1645444162,47.74310,8.99895\n9654,1645444163,47.74310,8.99895\n9655,1645444164,47.74310,8.99895\n9656,1645444165,47.74310,8.99895\n9657,1645444166,47.74311,8.99895\n9658,1645444167,47.74311,8.99895\n9659,1645444168,47.74311,8.99895\n9660,1645444169,47.74311,8.99895\n9661,1645444170,47.74310,8.99895\n9662,1645444171,47.74310,8.99895\n9663,1645444172,47.74310,8.99895\n9664,1645444173,47.74310,8.99895\n9665,1645444174,47.74310,8.99895\n9666,1645444175,47.74310,8.99895\n9667,1645444176,47.74310,8.99895\n9668,1645444177,47.74310,8.99895\n9669,1645444178,47.74310,8.99895\n9670,1645444179,47.74310,8.99895\n9671,1645444180,47.74310,8.99895\n9672,1645444181,47.74310,8.99895\n9673,1645444182,47.74310,8.99895\n9674,1645444183,47.74310,8.99895\n9675,1645444184,47.74310,8.99894\n9676,1645444185,47.74310,8.99894\n9677,1645444186,47.74310,8.99894\n9678,1645444187,47.74310,8.99894\n9679,1645444188,47.74310,8.99894\n9680,1645444189,47.74310,8.99894\n9681,1645444190,47.74310,8.99894\n9682,1645444191,47.74310,8.99894\n9683,1645444192,47.74310,8.99894\n9684,1645444193,47.74310,8.99894\n9685,1645444257,47.74320,8.99904\n9686,1645444258,47.74320,8.99903\n9687,1645444259,47.74320,8.99901\n9688,1645444260,47.74320,8.99901\n9689,1645444261,47.74319,8.99899\n9690,1645444262,47.74318,8.99898\n9691,1645444263,47.74318,8.99898\n9692,1645444264,47.74317,8.99898\n9693,1645444265,47.74317,8.99897\n9694,1645444266,47.74316,8.99897\n9695,1645444267,47.74315,8.99898\n9696,1645444269,47.74314,8.99898\n9697,1645444270,47.74314,8.99898\n9698,1645444271,47.74314,8.99897\n9699,1645444272,47.74313,8.99897\n9700,1645444273,47.74312,8.99897\n9701,1645444274,47.74311,8.99897\n9702,1645444275,47.74311,8.99897\n9703,1645444276,47.74310,8.99897\n9704,1645444277,47.74309,8.99897\n9705,1645444278,47.74308,8.99897\n9706,1645444279,47.74308,8.99897\n9707,1645444280,47.74308,8.99897\n9708,1645444281,47.74308,8.99897\n9709,1645444282,47.74307,8.99897\n9710,1645444283,47.74307,8.99897\n9711,1645444284,47.74306,8.99896\n9712,1645444285,47.74306,8.99896\n9713,1645444286,47.74306,8.99896\n9714,1645444287,47.74305,8.99895\n9715,1645444288,47.74305,8.99896\n9716,1645444289,47.74304,8.99896\n9717,1645444290,47.74304,8.99896\n9718,1645444291,47.74304,8.99896\n9719,1645444292,47.74304,8.99896\n9720,1645444293,47.74304,8.99896\n9721,1645444294,47.74304,8.99896\n9722,1645444295,47.74304,8.99896\n9723,1645444296,47.74304,8.99896\n9724,1645444297,47.74304,8.99896\n9725,1645444298,47.74304,8.99896\n9726,1645444299,47.74304,8.99895\n9727,1645444300,47.74304,8.99895\n9728,1645444301,47.74304,8.99895\n9729,1645444302,47.74303,8.99895\n9730,1645444303,47.74303,8.99895\n9731,1645444304,47.74303,8.99895\n9732,1645444305,47.74303,8.99895\n9733,1645444306,47.74303,8.99895\n9734,1645444307,47.74303,8.99895\n9735,1645444308,47.74303,8.99895\n9736,1645444309,47.74303,8.99894\n9737,1645444310,47.74303,8.99894\n9738,1645444311,47.74303,8.99894\n9739,1645444312,47.74303,8.99894\n9740,1645444313,47.74303,8.99894\n9741,1645444314,47.74303,8.99894\n9742,1645444315,47.74303,8.99894\n9743,1645444316,47.74302,8.99894\n9744,1645444317,47.74302,8.99894\n9745,1645444318,47.74302,8.99894\n9746,1645444319,47.74302,8.99894\n9747,1645444320,47.74302,8.99894\n9748,1645444321,47.74302,8.99894\n9749,1645444322,47.74302,8.99894\n9750,1645444323,47.74302,8.99894\n9751,1645444324,47.74302,8.99894\n9752,1645444325,47.74302,8.99894\n9753,1645444326,47.74302,8.99894\n9754,1645444327,47.74302,8.99894\n9755,1645444328,47.74302,8.99894\n9756,1645444329,47.74302,8.99894\n9757,1645444330,47.74302,8.99894\n9758,1645444331,47.74302,8.99894\n9759,1645444332,47.74302,8.99894\n9760,1645444333,47.74302,8.99894\n9761,1645444334,47.74302,8.99894\n9762,1645444335,47.74302,8.99894\n9763,1645444336,47.74303,8.99894\n9764,1645444337,47.74303,8.99894\n9765,1645444338,47.74303,8.99895\n9766,1645444339,47.74303,8.99895\n9767,1645444340,47.74303,8.99895\n9768,1645444341,47.74303,8.99895\n9769,1645444342,47.74303,8.99895\n9770,1645444343,47.74303,8.99895\n9771,1645444344,47.74303,8.99895\n9772,1645444407,47.74305,8.99891\n9773,1645444408,47.74309,8.99887\n9774,1645444409,47.74309,8.99888\n9775,1645444410,47.74310,8.99889\n9776,1645444411,47.74311,8.99890\n9777,1645444412,47.74310,8.99891\n9778,1645444413,47.74310,8.99891\n9779,1645444414,47.74309,8.99892\n9780,1645444415,47.74310,8.99893\n9781,1645444416,47.74310,8.99893\n9782,1645444417,47.74311,8.99894\n9783,1645444419,47.74311,8.99894\n9784,1645444420,47.74312,8.99893\n9785,1645444421,47.74312,8.99894\n9786,1645444422,47.74312,8.99894\n9787,1645444423,47.74312,8.99894\n9788,1645444424,47.74312,8.99894\n9789,1645444425,47.74312,8.99894\n9790,1645444426,47.74312,8.99894\n9791,1645444427,47.74312,8.99894\n9792,1645444428,47.74312,8.99894\n9793,1645444429,47.74312,8.99894\n9794,1645444430,47.74312,8.99894\n9795,1645444431,47.74312,8.99894\n9796,1645444432,47.74312,8.99894\n9797,1645444433,47.74312,8.99894\n9798,1645444434,47.74313,8.99894\n9799,1645444435,47.74313,8.99894\n9800,1645444436,47.74313,8.99894\n9801,1645444437,47.74312,8.99894\n9802,1645444438,47.74312,8.99894\n9803,1645444439,47.74312,8.99894\n9804,1645444440,47.74312,8.99894\n9805,1645444441,47.74312,8.99894\n9806,1645444442,47.74312,8.99894\n9807,1645444443,47.74312,8.99894\n9808,1645444444,47.74313,8.99894\n9809,1645444445,47.74313,8.99894\n9810,1645444446,47.74313,8.99894\n9811,1645444447,47.74313,8.99894\n9812,1645444448,47.74313,8.99894\n9813,1645444449,47.74313,8.99894\n9814,1645444450,47.74313,8.99894\n9815,1645444451,47.74313,8.99894\n9816,1645444452,47.74313,8.99894\n9817,1645444453,47.74313,8.99894\n9818,1645444454,47.74314,8.99894\n9819,1645444455,47.74314,8.99894\n9820,1645444456,47.74314,8.99894\n9821,1645444457,47.74314,8.99895\n9822,1645444458,47.74314,8.99895\n9823,1645444459,47.74314,8.99895\n9824,1645444460,47.74314,8.99895\n9825,1645444461,47.74314,8.99895\n9826,1645444462,47.74314,8.99895\n9827,1645444463,47.74314,8.99895\n9828,1645444464,47.74314,8.99895\n9829,1645444465,47.74314,8.99895\n9830,1645444466,47.74314,8.99895\n9831,1645444467,47.74314,8.99896\n9832,1645444468,47.74314,8.99896\n9833,1645444469,47.74314,8.99896\n9834,1645444470,47.74314,8.99896\n9835,1645444471,47.74314,8.99896\n9836,1645444536,47.74313,8.99898\n9837,1645444537,47.74313,8.99898\n9838,1645444538,47.74315,8.99897\n9839,1645444539,47.74316,8.99897\n9840,1645444540,47.74315,8.99896\n9841,1645444541,47.74316,8.99895\n9842,1645444542,47.74315,8.99895\n9843,1645444543,47.74314,8.99904\n9844,1645444545,47.74314,8.99904\n9845,1645444546,47.74314,8.99903\n9846,1645444547,47.74313,8.99903\n9847,1645444548,47.74313,8.99903\n9848,1645444549,47.74313,8.99902\n9849,1645444550,47.74313,8.99901\n9850,1645444551,47.74313,8.99901\n9851,1645444552,47.74313,8.99900\n9852,1645444553,47.74312,8.99900\n9853,1645444554,47.74312,8.99899\n9854,1645444555,47.74312,8.99899\n9855,1645444556,47.74312,8.99899\n9856,1645444557,47.74312,8.99899\n9857,1645444558,47.74311,8.99899\n9858,1645444559,47.74311,8.99899\n9859,1645444560,47.74311,8.99899\n9860,1645444561,47.74311,8.99899\n9861,1645444562,47.74311,8.99899\n9862,1645444563,47.74311,8.99899\n9863,1645444564,47.74311,8.99899\n9864,1645444565,47.74310,8.99899\n9865,1645444566,47.74310,8.99898\n9866,1645444567,47.74310,8.99898\n9867,1645444568,47.74310,8.99898\n9868,1645444569,47.74310,8.99898\n9869,1645444570,47.74310,8.99898\n9870,1645444571,47.74309,8.99898\n9871,1645444572,47.74309,8.99898\n9872,1645444573,47.74309,8.99898\n9873,1645444574,47.74309,8.99898\n9874,1645444575,47.74309,8.99898\n9875,1645444576,47.74309,8.99898\n9876,1645444577,47.74309,8.99897\n9877,1645444578,47.74309,8.99897\n9878,1645444579,47.74309,8.99897\n9879,1645444580,47.74309,8.99897\n9880,1645444581,47.74309,8.99897\n9881,1645444582,47.74309,8.99897\n9882,1645444583,47.74310,8.99897\n9883,1645444584,47.74310,8.99897\n9884,1645444585,47.74310,8.99897\n9885,1645444586,47.74310,8.99897\n9886,1645444587,47.74310,8.99897\n9887,1645444588,47.74310,8.99897\n9888,1645444589,47.74310,8.99898\n9889,1645444590,47.74310,8.99898\n9890,1645444591,47.74310,8.99898\n9891,1645444592,47.74310,8.99897\n9892,1645444593,47.74310,8.99898\n9893,1645444594,47.74310,8.99898\n9894,1645444595,47.74310,8.99898\n9895,1645444596,47.74310,8.99898\n9896,1645444660,47.74328,8.99896\n9897,1645444661,47.74331,8.99897\n9898,1645444662,47.74323,8.99897\n9899,1645444663,47.74323,8.99898\n9900,1645444664,47.74322,8.99898\n9901,1645444665,47.74320,8.99898\n9902,1645444666,47.74319,8.99898\n9903,1645444667,47.74318,8.99898\n9904,1645444668,47.74317,8.99898\n9905,1645444669,47.74317,8.99906\n9906,1645444671,47.74316,8.99906\n9907,1645444672,47.74316,8.99907\n9908,1645444673,47.74316,8.99907\n9909,1645444674,47.74315,8.99906\n9910,1645444675,47.74315,8.99906\n9911,1645444676,47.74315,8.99906\n9912,1645444677,47.74315,8.99906\n9913,1645444678,47.74315,8.99906\n9914,1645444679,47.74315,8.99906\n9915,1645444680,47.74314,8.99906\n9916,1645444681,47.74314,8.99905\n9917,1645444682,47.74314,8.99905\n9918,1645444683,47.74314,8.99905\n9919,1645444684,47.74313,8.99905\n9920,1645444748,47.74297,8.99904\n9921,1645444749,47.74298,8.99903\n9922,1645444750,47.74299,8.99903\n9923,1645444751,47.74300,8.99903\n9924,1645444752,47.74302,8.99903\n9925,1645444753,47.74303,8.99903\n9926,1645444754,47.74303,8.99903\n9927,1645444755,47.74304,8.99903\n9928,1645444756,47.74304,8.99904\n9929,1645444757,47.74304,8.99903\n9930,1645444758,47.74304,8.99903\n9931,1645444759,47.74304,8.99903\n9932,1645444760,47.74305,8.99902\n9933,1645444762,47.74306,8.99901\n9934,1645444763,47.74306,8.99901\n9935,1645444764,47.74306,8.99901\n9936,1645444765,47.74306,8.99901\n9937,1645444766,47.74306,8.99901\n9938,1645444767,47.74306,8.99901\n9939,1645444768,47.74306,8.99901\n9940,1645444769,47.74306,8.99901\n9941,1645444770,47.74306,8.99901\n9942,1645444771,47.74306,8.99901\n9943,1645444772,47.74306,8.99901\n9944,1645444773,47.74306,8.99900\n9945,1645444774,47.74306,8.99900\n9946,1645444775,47.74306,8.99900\n9947,1645444776,47.74306,8.99899\n9948,1645444777,47.74305,8.99899\n9949,1645444778,47.74305,8.99899\n9950,1645444779,47.74305,8.99898\n9951,1645444780,47.74305,8.99898\n9952,1645444781,47.74305,8.99898\n9953,1645444782,47.74305,8.99898\n9954,1645444783,47.74305,8.99898\n9955,1645444784,47.74305,8.99898\n9956,1645444785,47.74305,8.99898\n9957,1645444786,47.74305,8.99898\n9958,1645444787,47.74305,8.99898\n9959,1645444788,47.74305,8.99898\n9960,1645444789,47.74305,8.99898\n9961,1645444790,47.74305,8.99898\n9962,1645444791,47.74305,8.99898\n9963,1645444792,47.74305,8.99898\n9964,1645444793,47.74305,8.99898\n9965,1645444794,47.74305,8.99898\n9966,1645444795,47.74305,8.99898\n9967,1645444796,47.74305,8.99898\n9968,1645444797,47.74305,8.99898\n9969,1645444798,47.74305,8.99898\n9970,1645444799,47.74305,8.99898\n9971,1645444800,47.74305,8.99898\n9972,1645444801,47.74305,8.99898\n9973,1645444802,47.74305,8.99898\n9974,1645444803,47.74305,8.99898\n9975,1645444804,47.74305,8.99898\n9976,1645444805,47.74305,8.99897\n9977,1645444806,47.74305,8.99897\n9978,1645444807,47.74305,8.99897\n9979,1645444808,47.74305,8.99897\n9980,1645444809,47.74305,8.99897\n9981,1645444810,47.74305,8.99897\n9982,1645444874,47.74301,8.99898\n9983,1645444875,47.74305,8.99898\n9984,1645444876,47.74306,8.99898\n9985,1645444877,47.74306,8.99899\n9986,1645444878,47.74308,8.99899\n9987,1645444879,47.74308,8.99900\n9988,1645444880,47.74307,8.99900\n9989,1645444881,47.74307,8.99899\n9990,1645444882,47.74307,8.99899\n9991,1645444883,47.74308,8.99898\n9992,1645444884,47.74308,8.99898\n9993,1645444885,47.74308,8.99898\n9994,1645444887,47.74308,8.99898\n9995,1645444888,47.74308,8.99898\n9996,1645444889,47.74308,8.99898\n9997,1645444890,47.74309,8.99898\n9998,1645444891,47.74309,8.99898\n9999,1645444892,47.74309,8.99898\n10000,1645444893,47.74310,8.99898\n10001,1645444894,47.74310,8.99898\n10002,1645444895,47.74310,8.99899\n10003,1645444896,47.74310,8.99898\n10004,1645444897,47.74310,8.99898\n10005,1645444898,47.74311,8.99898\n10006,1645444899,47.74311,8.99898\n10007,1645444900,47.74311,8.99898\n10008,1645444901,47.74311,8.99898\n10009,1645444902,47.74311,8.99898\n10010,1645444903,47.74312,8.99898\n10011,1645444904,47.74312,8.99898\n10012,1645444905,47.74312,8.99898\n10013,1645444906,47.74312,8.99898\n10014,1645444907,47.74312,8.99899\n10015,1645444908,47.74313,8.99899\n10016,1645444909,47.74313,8.99899\n10017,1645444974,47.74321,8.99893\n10018,1645444975,47.74323,8.99894\n10019,1645444976,47.74323,8.99894\n10020,1645444977,47.74324,8.99895\n10021,1645444978,47.74323,8.99896\n10022,1645444979,47.74323,8.99896\n10023,1645444980,47.74323,8.99896\n10024,1645444981,47.74318,8.99899\n10025,1645444983,47.74319,8.99899\n10026,1645444984,47.74319,8.99899\n10027,1645444985,47.74318,8.99899\n10028,1645444986,47.74318,8.99899\n10029,1645444987,47.74318,8.99898\n10030,1645444988,47.74318,8.99898\n10031,1645444989,47.74317,8.99898\n10032,1645444990,47.74317,8.99898\n10033,1645444991,47.74317,8.99898\n10034,1645444992,47.74317,8.99898\n10035,1645444993,47.74316,8.99898\n10036,1645444994,47.74316,8.99898\n10037,1645444995,47.74316,8.99898\n10038,1645444996,47.74316,8.99898\n10039,1645444997,47.74315,8.99898\n10040,1645444998,47.74315,8.99898\n10041,1645444999,47.74315,8.99898\n10042,1645445000,47.74315,8.99898\n10043,1645445001,47.74315,8.99898\n10044,1645445002,47.74315,8.99898\n10045,1645445003,47.74314,8.99898\n10046,1645445004,47.74315,8.99898\n10047,1645445005,47.74315,8.99899\n10048,1645445006,47.74315,8.99899\n10049,1645445007,47.74315,8.99899\n10050,1645445008,47.74315,8.99899\n10051,1645445009,47.74315,8.99899\n10052,1645445010,47.74315,8.99899\n10053,1645445011,47.74315,8.99899\n10054,1645445012,47.74315,8.99899\n10055,1645445013,47.74315,8.99899\n10056,1645445014,47.74315,8.99899\n10057,1645445015,47.74315,8.99899\n10058,1645445016,47.74315,8.99899\n10059,1645445017,47.74315,8.99899\n10060,1645445018,47.74315,8.99899\n10061,1645445019,47.74315,8.99899\n10062,1645445020,47.74316,8.99899\n10063,1645445021,47.74315,8.99899\n10064,1645445022,47.74315,8.99899\n10065,1645445086,47.74320,8.99888\n10066,1645445087,47.74317,8.99888\n10067,1645445088,47.74316,8.99887\n10068,1645445089,47.74317,8.99888\n10069,1645445090,47.74318,8.99888\n10070,1645445091,47.74318,8.99888\n10071,1645445092,47.74317,8.99888\n10072,1645445093,47.74315,8.99889\n10073,1645445094,47.74315,8.99889\n10074,1645445095,47.74312,8.99896\n10075,1645445097,47.74311,8.99896\n10076,1645445098,47.74312,8.99896\n10077,1645445099,47.74312,8.99895\n10078,1645445100,47.74312,8.99895\n10079,1645445101,47.74312,8.99896\n10080,1645445102,47.74312,8.99896\n10081,1645445103,47.74313,8.99896\n10082,1645445104,47.74313,8.99896\n10083,1645445105,47.74313,8.99896\n10084,1645445106,47.74313,8.99896\n10085,1645445107,47.74313,8.99897\n10086,1645445108,47.74312,8.99897\n10087,1645445109,47.74312,8.99897\n10088,1645445110,47.74312,8.99897\n10089,1645445111,47.74312,8.99897\n10090,1645445112,47.74312,8.99897\n10091,1645445113,47.74312,8.99897\n10092,1645445114,47.74312,8.99897\n10093,1645445115,47.74312,8.99897\n10094,1645445116,47.74311,8.99897\n10095,1645445117,47.74312,8.99897\n10096,1645445118,47.74312,8.99898\n10097,1645445182,47.74309,8.99893\n10098,1645445183,47.74308,8.99893\n10099,1645445184,47.74308,8.99894\n10100,1645445185,47.74307,8.99893\n10101,1645445186,47.74306,8.99894\n10102,1645445187,47.74306,8.99895\n10103,1645445188,47.74305,8.99895\n10104,1645445189,47.74306,8.99896\n10105,1645445190,47.74306,8.99896\n10106,1645445191,47.74305,8.99897\n10107,1645445193,47.74306,8.99896\n10108,1645445194,47.74306,8.99896\n10109,1645445195,47.74306,8.99896\n10110,1645445196,47.74306,8.99897\n10111,1645445197,47.74306,8.99897\n10112,1645445198,47.74306,8.99897\n10113,1645445199,47.74306,8.99898\n10114,1645445200,47.74306,8.99898\n10115,1645445201,47.74306,8.99898\n10116,1645445202,47.74306,8.99898\n10117,1645445203,47.74306,8.99898\n10118,1645445204,47.74306,8.99899\n10119,1645445205,47.74306,8.99899\n10120,1645445206,47.74306,8.99899\n10121,1645445207,47.74306,8.99899\n10122,1645445208,47.74307,8.99899\n10123,1645445209,47.74307,8.99900\n10124,1645445210,47.74307,8.99900\n10125,1645445211,47.74307,8.99900\n10126,1645445212,47.74307,8.99900\n10127,1645445213,47.74308,8.99900\n10128,1645445276,47.74320,8.99887\n10129,1645445277,47.74317,8.99891\n10130,1645445278,47.74315,8.99892\n10131,1645445279,47.74315,8.99893\n10132,1645445280,47.74314,8.99893\n10133,1645445281,47.74313,8.99894\n10134,1645445282,47.74313,8.99894\n10135,1645445283,47.74313,8.99894\n10136,1645445284,47.74313,8.99894\n10137,1645445285,47.74313,8.99894\n10138,1645445286,47.74313,8.99894\n10139,1645445287,47.74309,8.99897\n10140,1645445289,47.74309,8.99897\n10141,1645445290,47.74309,8.99897\n10142,1645445291,47.74309,8.99897\n10143,1645445292,47.74309,8.99897\n10144,1645445293,47.74309,8.99897\n10145,1645445294,47.74309,8.99897\n10146,1645445295,47.74309,8.99896\n10147,1645445296,47.74309,8.99896\n10148,1645445297,47.74309,8.99896\n10149,1645445298,47.74309,8.99896\n10150,1645445299,47.74309,8.99896\n10151,1645445300,47.74309,8.99896\n10152,1645445301,47.74309,8.99896\n10153,1645445302,47.74308,8.99896\n10154,1645445303,47.74308,8.99896\n10155,1645445304,47.74308,8.99896\n10156,1645445367,47.74296,8.99919\n10157,1645445368,47.74297,8.99903\n10158,1645445369,47.74297,8.99902\n10159,1645445370,47.74298,8.99902\n10160,1645445371,47.74298,8.99901\n10161,1645445372,47.74299,8.99899\n10162,1645445373,47.74299,8.99898\n10163,1645445374,47.74300,8.99898\n10164,1645445375,47.74300,8.99899\n10165,1645445376,47.74301,8.99899\n10166,1645445377,47.74303,8.99898\n10167,1645445379,47.74303,8.99899\n10168,1645445380,47.74303,8.99899\n10169,1645445381,47.74303,8.99900\n10170,1645445382,47.74303,8.99900\n10171,1645445383,47.74303,8.99900\n10172,1645445384,47.74303,8.99900\n10173,1645445385,47.74303,8.99900\n10174,1645445386,47.74303,8.99900\n10175,1645445387,47.74303,8.99900\n10176,1645445388,47.74303,8.99900\n10177,1645445389,47.74303,8.99901\n10178,1645445390,47.74303,8.99900\n10179,1645445391,47.74303,8.99900\n10180,1645445392,47.74303,8.99900\n10181,1645445393,47.74303,8.99900\n10182,1645445394,47.74303,8.99900\n10183,1645445457,47.74298,8.99898\n10184,1645445458,47.74307,8.99900\n10185,1645445459,47.74307,8.99901\n10186,1645445460,47.74307,8.99901\n10187,1645445461,47.74308,8.99901\n10188,1645445462,47.74309,8.99901\n10189,1645445463,47.74310,8.99901\n10190,1645445464,47.74310,8.99901\n10191,1645445465,47.74311,8.99901\n10192,1645445466,47.74311,8.99902\n10193,1645445467,47.74309,8.99902\n10194,1645445469,47.74309,8.99902\n10195,1645445470,47.74309,8.99902\n10196,1645445471,47.74308,8.99902\n10197,1645445472,47.74308,8.99902\n10198,1645445473,47.74308,8.99901\n10199,1645445474,47.74308,8.99901\n10200,1645445475,47.74308,8.99901\n10201,1645445476,47.74307,8.99901\n10202,1645445477,47.74307,8.99900\n10203,1645445478,47.74307,8.99900\n10204,1645445479,47.74307,8.99900\n10205,1645445480,47.74307,8.99899\n10206,1645445481,47.74307,8.99899\n10207,1645445482,47.74307,8.99899\n10208,1645445483,47.74308,8.99899\n10209,1645445484,47.74308,8.99899\n10210,1645445547,47.74318,8.99891\n10211,1645445548,47.74302,8.99904\n10212,1645445549,47.74305,8.99903\n10213,1645445550,47.74303,8.99903\n10214,1645445551,47.74304,8.99903\n10215,1645445552,47.74305,8.99902\n10216,1645445553,47.74306,8.99902\n10217,1645445554,47.74307,8.99902\n10218,1645445555,47.74307,8.99902\n10219,1645445556,47.74308,8.99902\n10220,1645445557,47.74308,8.99904\n10221,1645445559,47.74308,8.99904\n10222,1645445560,47.74308,8.99904\n10223,1645445561,47.74308,8.99903\n10224,1645445562,47.74308,8.99903\n10225,1645445563,47.74308,8.99902\n10226,1645445564,47.74308,8.99902\n10227,1645445565,47.74308,8.99902\n10228,1645445566,47.74308,8.99902\n10229,1645445567,47.74308,8.99902\n10230,1645445568,47.74308,8.99902\n10231,1645445569,47.74308,8.99901\n10232,1645445570,47.74308,8.99901\n10233,1645445571,47.74308,8.99901\n10234,1645445572,47.74308,8.99901\n10235,1645445573,47.74308,8.99901\n10236,1645445640,47.74311,8.99908\n10237,1645445641,47.74310,8.99910\n10238,1645445642,47.74310,8.99912\n10239,1645445643,47.74311,8.99912\n10240,1645445644,47.74311,8.99912\n10241,1645445645,47.74312,8.99911\n10242,1645445646,47.74312,8.99912\n10243,1645445647,47.74313,8.99912\n10244,1645445648,47.74315,8.99902\n10245,1645445650,47.74315,8.99903\n10246,1645445651,47.74316,8.99903\n10247,1645445652,47.74316,8.99903\n10248,1645445653,47.74315,8.99903\n10249,1645445654,47.74315,8.99903\n10250,1645445655,47.74316,8.99903\n10251,1645445656,47.74315,8.99903\n10252,1645445657,47.74315,8.99903\n10253,1645445658,47.74315,8.99903\n10254,1645445659,47.74315,8.99903\n10255,1645445660,47.74315,8.99903\n10256,1645445728,47.74312,8.99867\n10257,1645445729,47.74313,8.99869\n10258,1645445730,47.74313,8.99868\n10259,1645445731,47.74314,8.99871\n10260,1645445732,47.74311,8.99903\n10261,1645445734,47.74313,8.99904\n10262,1645445735,47.74313,8.99904\n10263,1645445736,47.74314,8.99904\n10264,1645445737,47.74315,8.99904\n10265,1645445738,47.74315,8.99904\n10266,1645445739,47.74315,8.99904\n10267,1645445740,47.74315,8.99904\n10268,1645445741,47.74315,8.99904\n10269,1645445742,47.74314,8.99904\n10270,1645445743,47.74314,8.99903\n10271,1645445744,47.74314,8.99903\n10272,1645445745,47.74314,8.99903\n10273,1645445746,47.74314,8.99903\n10274,1645445747,47.74314,8.99902\n10275,1645445813,47.74303,8.99927\n10276,1645445814,47.74303,8.99923\n10277,1645445815,47.74304,8.99918\n10278,1645445816,47.74306,8.99911\n10279,1645445817,47.74308,8.99905\n10280,1645445818,47.74309,8.99905\n10281,1645445819,47.74309,8.99901\n10282,1645445820,47.74309,8.99898\n10283,1645445821,47.74310,8.99897\n10284,1645445822,47.74309,8.99903\n10285,1645445824,47.74310,8.99903\n10286,1645445825,47.74310,8.99902\n10287,1645445826,47.74310,8.99903\n10288,1645445827,47.74311,8.99903\n10289,1645445828,47.74311,8.99903\n10290,1645445829,47.74312,8.99903\n10291,1645445830,47.74312,8.99903\n10292,1645445831,47.74312,8.99903\n10293,1645445832,47.74312,8.99903\n10294,1645445896,47.74334,8.99893\n10295,1645445897,47.74329,8.99894\n10296,1645445898,47.74328,8.99894\n10297,1645445899,47.74327,8.99894\n10298,1645445900,47.74326,8.99894\n10299,1645445901,47.74326,8.99893\n10300,1645445902,47.74326,8.99893\n10301,1645445903,47.74326,8.99893\n10302,1645445904,47.74325,8.99892\n10303,1645445905,47.74325,8.99892\n10304,1645445906,47.74318,8.99899\n10305,1645445908,47.74317,8.99898\n10306,1645445909,47.74318,8.99898\n10307,1645445910,47.74317,8.99898\n10308,1645445911,47.74317,8.99898\n10309,1645445912,47.74317,8.99898\n10310,1645445913,47.74317,8.99898\n10311,1645445914,47.74317,8.99898\n10312,1645445915,47.74316,8.99898\n10313,1645445916,47.74316,8.99898\n10314,1645445917,47.74316,8.99898\n10315,1645445981,47.74314,8.99903\n10316,1645445982,47.74313,8.99904\n10317,1645445983,47.74313,8.99905\n10318,1645445984,47.74314,8.99904\n10319,1645445985,47.74314,8.99902\n10320,1645445986,47.74315,8.99901\n10321,1645445987,47.74314,8.99900\n10322,1645445988,47.74314,8.99900\n10323,1645445989,47.74314,8.99900\n10324,1645445990,47.74310,8.99905\n10325,1645445992,47.74310,8.99905\n10326,1645445993,47.74310,8.99904\n10327,1645445994,47.74310,8.99904\n10328,1645445995,47.74310,8.99903\n10329,1645445996,47.74310,8.99903\n10330,1645445997,47.74309,8.99902\n10331,1645445998,47.74309,8.99902\n10332,1645445999,47.74309,8.99901\n10333,1645446000,47.74309,8.99901\n10334,1645446001,47.74308,8.99901\n10335,1645446065,47.74307,8.99901\n10336,1645446066,47.74306,8.99901\n10337,1645446067,47.74307,8.99901\n10338,1645446068,47.74305,8.99901\n10339,1645446069,47.74304,8.99901\n10340,1645446133,47.74303,8.99901\n10341,1645446134,47.74305,8.99902\n10342,1645446135,47.74305,8.99902\n10343,1645446136,47.74306,8.99903\n10344,1645446137,47.74306,8.99903\n10345,1645446138,47.74307,8.99904\n10346,1645446202,47.74307,8.99901\n10347,1645446203,47.74307,8.99901\n10348,1645446204,47.74307,8.99901\n10349,1645446205,47.74308,8.99902\n10350,1645446206,47.74308,8.99902\n10351,1645446207,47.74308,8.99903\n10352,1645446208,47.74308,8.99903\n10353,1645446209,47.74308,8.99903\n10354,1645446210,47.74308,8.99904\n10355,1645446211,47.74307,8.99901\n10356,1645446213,47.74307,8.99901\n10357,1645446214,47.74307,8.99901\n10358,1645446215,47.74307,8.99901\n10359,1645446216,47.74307,8.99902\n10360,1645446217,47.74307,8.99902\n10361,1645446218,47.74307,8.99902\n10362,1645446219,47.74307,8.99902\n10363,1645446220,47.74307,8.99902\n10364,1645446221,47.74307,8.99902\n10365,1645446222,47.74307,8.99902\n10366,1645446223,47.74307,8.99902\n10367,1645446224,47.74307,8.99902\n10368,1645446225,47.74307,8.99902\n10369,1645446226,47.74307,8.99903\n10370,1645446290,47.74309,8.99907\n10371,1645446291,47.74308,8.99906\n10372,1645446292,47.74309,8.99905\n10373,1645446293,47.74310,8.99906\n10374,1645446294,47.74310,8.99906\n10375,1645446295,47.74310,8.99906\n10376,1645446296,47.74310,8.99907\n10377,1645446297,47.74310,8.99906\n10378,1645446298,47.74311,8.99906\n10379,1645446362,47.74304,8.99909\n10380,1645446363,47.74307,8.99910\n10381,1645446364,47.74307,8.99910\n10382,1645446365,47.74308,8.99910\n10383,1645446366,47.74308,8.99910\n10384,1645446367,47.74308,8.99910\n10385,1645446368,47.74308,8.99910\n10386,1645446369,47.74308,8.99910\n10387,1645446370,47.74308,8.99910\n10388,1645446371,47.74308,8.99910\n10389,1645446372,47.74308,8.99910\n10390,1645446436,47.74308,8.99916\n10391,1645446437,47.74307,8.99915\n10392,1645446438,47.74308,8.99914\n10393,1645446439,47.74308,8.99915\n10394,1645446440,47.74310,8.99915\n10395,1645446441,47.74309,8.99915\n10396,1645446442,47.74309,8.99914\n10397,1645446443,47.74309,8.99914\n10398,1645446444,47.74309,8.99913\n10399,1645446445,47.74308,8.99908\n10400,1645446447,47.74308,8.99908\n10401,1645446511,47.74308,8.99906\n10402,1645446512,47.74309,8.99907\n10403,1645446513,47.74308,8.99906\n10404,1645446514,47.74308,8.99906\n10405,1645446515,47.74308,8.99906\n10406,1645446516,47.74307,8.99905\n10407,1645446517,47.74305,8.99901\n10408,1645446519,47.74305,8.99901\n10409,1645446520,47.74305,8.99901\n10410,1645446583,47.74298,8.99897\n10411,1645446584,47.74298,8.99897\n10412,1645446585,47.74298,8.99898\n10413,1645446586,47.74299,8.99899\n10414,1645446587,47.74301,8.99901\n10415,1645446588,47.74302,8.99901\n10416,1645446589,47.74303,8.99902\n10417,1645446590,47.74304,8.99901\n10418,1645446591,47.74304,8.99901\n10419,1645446592,47.74304,8.99901\n10420,1645446657,47.74304,8.99900\n10421,1645446658,47.74305,8.99902\n10422,1645446659,47.74306,8.99903\n10423,1645446660,47.74307,8.99905\n10424,1645446661,47.74308,8.99906\n10425,1645446662,47.74308,8.99906\n10426,1645446663,47.74309,8.99906\n10427,1645446664,47.74309,8.99907\n10428,1645446665,47.74308,8.99907\n10429,1645446666,47.74308,8.99907\n10430,1645446667,47.74309,8.99907\n10431,1645446730,47.74309,8.99892\n10432,1645446731,47.74311,8.99894\n10433,1645446732,47.74309,8.99895\n10434,1645446733,47.74308,8.99895\n10435,1645446734,47.74307,8.99895\n10436,1645446735,47.74306,8.99896\n10437,1645446736,47.74306,8.99896\n10438,1645446737,47.74305,8.99897\n10439,1645446738,47.74305,8.99898\n10440,1645446739,47.74304,8.99898\n10441,1645446741,47.74304,8.99899\n10442,1645446742,47.74304,8.99899\n10443,1645446805,47.74300,8.99901\n10444,1645446806,47.74302,8.99901\n10445,1645446807,47.74303,8.99901\n10446,1645446808,47.74304,8.99901\n10447,1645446809,47.74305,8.99901\n10448,1645446810,47.74306,8.99901\n10449,1645446811,47.74307,8.99901\n10450,1645446812,47.74307,8.99901\n10451,1645446876,47.74320,8.99896\n10452,1645446877,47.74321,8.99894\n10453,1645446878,47.74316,8.99898\n10454,1645446879,47.74313,8.99900\n10455,1645446880,47.74311,8.99902\n10456,1645446881,47.74312,8.99902\n10457,1645446882,47.74312,8.99901\n10458,1645446883,47.74312,8.99902\n10459,1645446884,47.74310,8.99905\n10460,1645446949,47.74316,8.99910\n10461,1645447016,47.74317,8.99903\n10462,1645447082,47.74316,8.99896\n10463,1645447083,47.74318,8.99895\n10464,1645447084,47.74317,8.99895\n10465,1645447085,47.74318,8.99895\n10466,1645447086,47.74318,8.99895\n10467,1645447087,47.74319,8.99895\n10468,1645447088,47.74313,8.99902\n10469,1645447090,47.74313,8.99902\n10470,1645447091,47.74314,8.99902\n10471,1645447155,47.74308,8.99902\n10472,1645447156,47.74309,8.99905\n10473,1645447157,47.74308,8.99904\n10474,1645447158,47.74309,8.99903\n10475,1645447159,47.74309,8.99902\n10476,1645447160,47.74310,8.99902\n10477,1645447161,47.74311,8.99902\n10478,1645447162,47.74311,8.99903\n10479,1645447227,47.74309,8.99909\n10480,1645447228,47.74312,8.99912\n10481,1645447229,47.74311,8.99911\n10482,1645447230,47.74311,8.99910\n10483,1645447231,47.74312,8.99911\n10484,1645447232,47.74313,8.99911\n10485,1645447233,47.74313,8.99911\n10486,1645447297,47.74316,8.99903\n10487,1645447298,47.74314,8.99904\n10488,1645447299,47.74313,8.99905\n10489,1645447300,47.74313,8.99904\n10490,1645447301,47.74312,8.99905\n10491,1645447302,47.74312,8.99906\n10492,1645447303,47.74313,8.99907\n10493,1645447304,47.74312,8.99907\n10494,1645447368,47.74327,8.99913\n10495,1645447369,47.74321,8.99909\n10496,1645447370,47.74316,8.99907\n10497,1645447371,47.74316,8.99908\n10498,1645447372,47.74315,8.99907\n10499,1645447373,47.74313,8.99905\n10500,1645447374,47.74312,8.99905\n10501,1645447439,47.74305,8.99903\n10502,1645447440,47.74306,8.99904\n10503,1645447507,47.74310,8.99906\n10504,1645447508,47.74310,8.99906\n10505,1645447509,47.74311,8.99906\n10506,1645447510,47.74310,8.99906\n10507,1645447511,47.74310,8.99906\n10508,1645447512,47.74310,8.99905\n10509,1645447580,47.74304,8.99898\n10510,1645447581,47.74305,8.99901\n10511,1645447582,47.74305,8.99902\n10512,1645447647,47.74315,8.99904\n10513,1645447648,47.74314,8.99905\n10514,1645447715,47.74309,8.99901\n10515,1645447716,47.74308,8.99901\n10516,1645447717,47.74308,8.99902\n10517,1645447785,47.74311,8.99905\n10518,1645447854,47.74312,8.99905\n10519,1645447920,47.74309,8.99904\n10520,1645447921,47.74308,8.99903\n10521,1645447922,47.74307,8.99903\n10522,1645447923,47.74307,8.99903\n10523,1645447924,47.74307,8.99903\n10524,1645447989,47.74315,8.99904\n10525,1645448054,47.74311,8.99905\n10526,1645448119,47.74312,8.99904\n10527,1645448120,47.74312,8.99904"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220221_1s_Interval_10527_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 68, TOs: 0/0, ErrorsOrGF: 0, TTFF: 74\nFixes: 10527, Avg. time to fix: 0 s, Avg. HDOP (x10): 9\n\ncount,timestamp,lat,lon\n1,1645434445,47.74306,8.99900\n2,1645434446,47.74304,8.99900\n3,1645434447,47.74303,8.99899\n4,1645434448,47.74302,8.99899\n5,1645434449,47.74302,8.99899\n6,1645434450,47.74301,8.99899\n7,1645434451,47.74301,8.99899\n8,1645434452,47.74301,8.99898\n9,1645434453,47.74301,8.99898\n10,1645434454,47.74301,8.99898\n11,1645434455,47.74301,8.99898\n12,1645434456,47.74301,8.99898\n13,1645434457,47.74301,8.99898\n14,1645434458,47.74301,8.99898\n15,1645434459,47.74301,8.99898\n16,1645434460,47.74301,8.99898\n17,1645434461,47.74301,8.99899\n18,1645434462,47.74301,8.99899\n19,1645434463,47.74301,8.99899\n20,1645434464,47.74301,8.99899\n21,1645434465,47.74301,8.99899\n22,1645434466,47.74301,8.99899\n23,1645434467,47.74301,8.99899\n24,1645434468,47.74301,8.99899\n25,1645434469,47.74301,8.99899\n26,1645434470,47.74301,8.99899\n27,1645434471,47.74301,8.99899\n28,1645434472,47.74301,8.99899\n29,1645434473,47.74301,8.99899\n30,1645434474,47.74301,8.99899\n31,1645434475,47.74301,8.99899\n32,1645434476,47.74301,8.99899\n33,1645434477,47.74301,8.99899\n34,1645434478,47.74301,8.99899\n35,1645434479,47.74301,8.99899\n36,1645434480,47.74301,8.99899\n37,1645434481,47.74301,8.99899\n38,1645434482,47.74301,8.99899\n39,1645434483,47.74301,8.99899\n40,1645434484,47.74301,8.99899\n41,1645434485,47.74301,8.99899\n42,1645434486,47.74301,8.99899\n43,1645434487,47.74301,8.99899\n44,1645434488,47.74301,8.99899\n45,1645434489,47.74301,8.99899\n46,1645434490,47.74301,8.99899\n47,1645434491,47.74301,8.99899\n48,1645434492,47.74301,8.99899\n49,1645434493,47.74301,8.99899\n50,1645434494,47.74301,8.99899\n51,1645434495,47.74301,8.99899\n52,1645434496,47.74301,8.99899\n53,1645434497,47.74301,8.99899\n54,1645434498,47.74301,8.99899\n55,1645434499,47.74301,8.99899\n56,1645434500,47.74301,8.99899\n57,1645434501,47.74301,8.99899\n58,1645434502,47.74301,8.99899\n59,1645434503,47.74301,8.99899\n60,1645434504,47.74301,8.99899\n61,1645434505,47.74301,8.99899\n62,1645434506,47.74301,8.99899\n63,1645434507,47.74301,8.99899\n64,1645434508,47.74301,8.99899\n65,1645434509,47.74301,8.99899\n66,1645434510,47.74301,8.99899\n67,1645434511,47.74301,8.99899\n68,1645434512,47.74301,8.99899\n69,1645434513,47.74301,8.99899\n70,1645434514,47.74301,8.99899\n71,1645434515,47.74301,8.99899\n72,1645434516,47.74301,8.99899\n73,1645434517,47.74301,8.99899\n74,1645434518,47.74301,8.99899\n75,1645434519,47.74301,8.99899\n76,1645434520,47.74301,8.99899\n77,1645434521,47.74301,8.99899\n78,1645434522,47.74301,8.99899\n79,1645434523,47.74301,8.99899\n80,1645434524,47.74301,8.99899\n81,1645434525,47.74301,8.99899\n82,1645434526,47.74301,8.99899\n83,1645434527,47.74301,8.99899\n84,1645434528,47.74301,8.99899\n85,1645434529,47.74301,8.99899\n86,1645434530,47.74301,8.99899\n87,1645434531,47.74301,8.99899\n88,1645434532,47.74301,8.99899\n89,1645434533,47.74301,8.99899\n90,1645434534,47.74301,8.99899\n91,1645434535,47.74301,8.99899\n92,1645434536,47.74301,8.99899\n93,1645434537,47.74301,8.99899\n94,1645434538,47.74301,8.99899\n95,1645434539,47.74301,8.99899\n96,1645434540,47.74301,8.99899\n97,1645434541,47.74301,8.99899\n98,1645434542,47.74301,8.99899\n99,1645434543,47.74301,8.99899\n100,1645434544,47.74301,8.99899\n101,1645434545,47.74301,8.99899\n102,1645434546,47.74301,8.99899\n103,1645434547,47.74301,8.99899\n104,1645434548,47.74301,8.99899\n105,1645434549,47.74301,8.99899\n106,1645434550,47.74301,8.99899\n107,1645434551,47.74301,8.99899\n108,1645434552,47.74301,8.99899\n109,1645434553,47.74301,8.99899\n110,1645434554,47.74301,8.99899\n111,1645434555,47.74301,8.99899\n112,1645434556,47.74301,8.99899\n113,1645434557,47.74301,8.99899\n114,1645434558,47.74301,8.99899\n115,1645434559,47.74301,8.99899\n116,1645434560,47.74301,8.99899\n117,1645434561,47.74301,8.99899\n118,1645434562,47.74301,8.99899\n119,1645434563,47.74301,8.99899\n120,1645434564,47.74301,8.99899\n121,1645434565,47.74301,8.99899\n122,1645434566,47.74301,8.99899\n123,1645434567,47.74301,8.99899\n124,1645434568,47.74301,8.99899\n125,1645434569,47.74301,8.99899\n126,1645434570,47.74301,8.99899\n127,1645434571,47.74301,8.99899\n128,1645434572,47.74301,8.99899\n129,1645434573,47.74301,8.99899\n130,1645434574,47.74301,8.99899\n131,1645434575,47.74301,8.99899\n132,1645434576,47.74301,8.99899\n133,1645434577,47.74301,8.99899\n134,1645434578,47.74301,8.99899\n135,1645434579,47.74301,8.99899\n136,1645434580,47.74301,8.99899\n137,1645434581,47.74301,8.99899\n138,1645434582,47.74301,8.99899\n139,1645434583,47.74301,8.99899\n140,1645434584,47.74301,8.99899\n141,1645434585,47.74301,8.99899\n142,1645434586,47.74301,8.99899\n143,1645434587,47.74301,8.99899\n144,1645434588,47.74301,8.99899\n145,1645434589,47.74301,8.99899\n146,1645434590,47.74301,8.99899\n147,1645434591,47.74301,8.99899\n148,1645434592,47.74301,8.99899\n149,1645434593,47.74301,8.99899\n150,1645434594,47.74301,8.99899\n151,1645434595,47.74301,8.99899\n152,1645434596,47.74301,8.99899\n153,1645434597,47.74301,8.99899\n154,1645434598,47.74301,8.99899\n155,1645434599,47.74301,8.99899\n156,1645434600,47.74301,8.99899\n157,1645434601,47.74301,8.99899\n158,1645434602,47.74301,8.99899\n159,1645434603,47.74301,8.99899\n160,1645434604,47.74301,8.99899\n161,1645434605,47.74301,8.99899\n162,1645434606,47.74301,8.99899\n163,1645434607,47.74301,8.99899\n164,1645434608,47.74301,8.99899\n165,1645434609,47.74301,8.99899\n166,1645434610,47.74301,8.99899\n167,1645434611,47.74301,8.99899\n168,1645434612,47.74301,8.99899\n169,1645434613,47.74301,8.99899\n170,1645434614,47.74301,8.99899\n171,1645434615,47.74301,8.99899\n172,1645434616,47.74301,8.99899\n173,1645434617,47.74301,8.99899\n174,1645434618,47.74301,8.99899\n175,1645434619,47.74301,8.99899\n176,1645434620,47.74301,8.99899\n177,1645434621,47.74301,8.99899\n178,1645434622,47.74301,8.99899\n179,1645434623,47.74301,8.99899\n180,1645434624,47.74301,8.99899\n181,1645434625,47.74301,8.99899\n182,1645434626,47.74301,8.99899\n183,1645434627,47.74301,8.99899\n184,1645434628,47.74301,8.99899\n185,1645434629,47.74301,8.99899\n186,1645434630,47.74301,8.99899\n187,1645434631,47.74301,8.99899\n188,1645434632,47.74301,8.99899\n189,1645434633,47.74301,8.99899\n190,1645434634,47.74301,8.99899\n191,1645434635,47.74301,8.99899\n192,1645434636,47.74301,8.99899\n193,1645434637,47.74301,8.99899\n194,1645434638,47.74301,8.99899\n195,1645434639,47.74301,8.99899\n196,1645434640,47.74301,8.99899\n197,1645434641,47.74301,8.99899\n198,1645434642,47.74301,8.99899\n199,1645434643,47.74301,8.99899\n200,1645434644,47.74301,8.99899\n201,1645434645,47.74302,8.99899\n202,1645434646,47.74302,8.99899\n203,1645434647,47.74302,8.99899\n204,1645434648,47.74302,8.99899\n205,1645434649,47.74302,8.99899\n206,1645434650,47.74302,8.99899\n207,1645434651,47.74302,8.99899\n208,1645434652,47.74302,8.99899\n209,1645434653,47.74302,8.99900\n210,1645434654,47.74303,8.99900\n211,1645434655,47.74303,8.99900\n212,1645434656,47.74303,8.99900\n213,1645434657,47.74303,8.99900\n214,1645434658,47.74303,8.99900\n215,1645434659,47.74303,8.99900\n216,1645434660,47.74304,8.99900\n217,1645434661,47.74304,8.99900\n218,1645434662,47.74304,8.99900\n219,1645434663,47.74303,8.99900\n220,1645434664,47.74303,8.99900\n221,1645434665,47.74303,8.99900\n222,1645434666,47.74303,8.99900\n223,1645434667,47.74303,8.99900\n224,1645434668,47.74303,8.99899\n225,1645434669,47.74303,8.99899\n226,1645434670,47.74303,8.99899\n227,1645434671,47.74303,8.99899\n228,1645434672,47.74303,8.99899\n229,1645434673,47.74303,8.99899\n230,1645434674,47.74303,8.99899\n231,1645434675,47.74303,8.99899\n232,1645434676,47.74303,8.99899\n233,1645434677,47.74303,8.99899\n234,1645434678,47.74303,8.99899\n235,1645434679,47.74303,8.99899\n236,1645434680,47.74303,8.99899\n237,1645434681,47.74303,8.99899\n238,1645434682,47.74303,8.99899\n239,1645434683,47.74303,8.99899\n240,1645434684,47.74303,8.99899\n241,1645434685,47.74303,8.99899\n242,1645434686,47.74303,8.99899\n243,1645434687,47.74303,8.99899\n244,1645434688,47.74303,8.99899\n245,1645434689,47.74303,8.99899\n246,1645434690,47.74303,8.99899\n247,1645434691,47.74303,8.99899\n248,1645434692,47.74303,8.99899\n249,1645434693,47.74303,8.99899\n250,1645434694,47.74303,8.99899\n251,1645434695,47.74303,8.99899\n252,1645434696,47.74303,8.99899\n253,1645434697,47.74303,8.99899\n254,1645434698,47.74303,8.99899\n255,1645434699,47.74303,8.99899\n256,1645434700,47.74303,8.99899\n257,1645434701,47.74303,8.99899\n258,1645434702,47.74303,8.99899\n259,1645434703,47.74303,8.99899\n260,1645434704,47.74303,8.99899\n261,1645434705,47.74303,8.99899\n262,1645434706,47.74303,8.99899\n263,1645434707,47.74303,8.99899\n264,1645434708,47.74303,8.99899\n265,1645434709,47.74303,8.99899\n266,1645434710,47.74303,8.99899\n267,1645434711,47.74303,8.99899\n268,1645434712,47.74303,8.99899\n269,1645434713,47.74303,8.99899\n270,1645434714,47.74303,8.99899\n271,1645434715,47.74303,8.99899\n272,1645434716,47.74303,8.99899\n273,1645434717,47.74303,8.99899\n274,1645434718,47.74303,8.99899\n275,1645434719,47.74303,8.99899\n276,1645434720,47.74303,8.99899\n277,1645434721,47.74303,8.99899\n278,1645434722,47.74303,8.99899\n279,1645434723,47.74303,8.99899\n280,1645434724,47.74303,8.99899\n281,1645434725,47.74303,8.99899\n282,1645434726,47.74303,8.99899\n283,1645434727,47.74303,8.99899\n284,1645434728,47.74303,8.99899\n285,1645434729,47.74303,8.99899\n286,1645434730,47.74303,8.99899\n287,1645434731,47.74303,8.99899\n288,1645434732,47.74303,8.99899\n289,1645434733,47.74303,8.99899\n290,1645434734,47.74303,8.99899\n291,1645434735,47.74303,8.99899\n292,1645434736,47.74303,8.99899\n293,1645434737,47.74303,8.99899\n294,1645434738,47.74303,8.99899\n295,1645434739,47.74304,8.99899\n296,1645434740,47.74304,8.99899\n297,1645434741,47.74304,8.99899\n298,1645434742,47.74304,8.99899\n299,1645434743,47.74304,8.99899\n300,1645434744,47.74304,8.99899\n301,1645434745,47.74304,8.99899\n302,1645434746,47.74304,8.99899\n303,1645434747,47.74304,8.99899\n304,1645434748,47.74304,8.99899\n305,1645434749,47.74304,8.99899\n306,1645434750,47.74304,8.99899\n307,1645434751,47.74304,8.99899\n308,1645434752,47.74304,8.99899\n309,1645434753,47.74304,8.99899\n310,1645434754,47.74304,8.99899\n311,1645434755,47.74304,8.99899\n312,1645434756,47.74304,8.99899\n313,1645434757,47.74304,8.99899\n314,1645434758,47.74304,8.99899\n315,1645434759,47.74304,8.99899\n316,1645434760,47.74304,8.99899\n317,1645434761,47.74304,8.99899\n318,1645434762,47.74304,8.99899\n319,1645434763,47.74303,8.99899\n320,1645434764,47.74303,8.99899\n321,1645434765,47.74303,8.99899\n322,1645434766,47.74303,8.99899\n323,1645434767,47.74303,8.99899\n324,1645434768,47.74303,8.99899\n325,1645434769,47.74303,8.99899\n326,1645434770,47.74303,8.99899\n327,1645434771,47.74303,8.99899\n328,1645434772,47.74303,8.99899\n329,1645434773,47.74303,8.99899\n330,1645434774,47.74303,8.99899\n331,1645434775,47.74303,8.99899\n332,1645434776,47.74303,8.99899\n333,1645434777,47.74303,8.99899\n334,1645434778,47.74303,8.99899\n335,1645434779,47.74303,8.99899\n336,1645434780,47.74303,8.99899\n337,1645434781,47.74303,8.99899\n338,1645434782,47.74303,8.99899\n339,1645434783,47.74303,8.99899\n340,1645434784,47.74303,8.99899\n341,1645434785,47.74303,8.99899\n342,1645434786,47.74303,8.99899\n343,1645434787,47.74303,8.99899\n344,1645434788,47.74303,8.99899\n345,1645434789,47.74303,8.99899\n346,1645434790,47.74303,8.99899\n347,1645434791,47.74303,8.99899\n348,1645434792,47.74303,8.99899\n349,1645434793,47.74303,8.99899\n350,1645434794,47.74303,8.99899\n351,1645434795,47.74303,8.99899\n352,1645434796,47.74303,8.99899\n353,1645434797,47.74303,8.99899\n354,1645434798,47.74303,8.99899\n355,1645434799,47.74303,8.99899\n356,1645434800,47.74303,8.99899\n357,1645434801,47.74303,8.99899\n358,1645434802,47.74303,8.99899\n359,1645434803,47.74303,8.99899\n360,1645434804,47.74303,8.99899\n361,1645434805,47.74303,8.99899\n362,1645434806,47.74303,8.99899\n363,1645434807,47.74303,8.99899\n364,1645434808,47.74303,8.99899\n365,1645434809,47.74303,8.99899\n366,1645434810,47.74303,8.99899\n367,1645434811,47.74303,8.99899\n368,1645434812,47.74303,8.99899\n369,1645434813,47.74303,8.99899\n370,1645434814,47.74303,8.99899\n371,1645434815,47.74303,8.99899\n372,1645434816,47.74303,8.99899\n373,1645434817,47.74303,8.99899\n374,1645434818,47.74303,8.99899\n375,1645434819,47.74303,8.99899\n376,1645434820,47.74303,8.99899\n377,1645434821,47.74303,8.99899\n378,1645434822,47.74303,8.99899\n379,1645434823,47.74303,8.99899\n380,1645434824,47.74303,8.99899\n381,1645434825,47.74303,8.99899\n382,1645434826,47.74303,8.99899\n383,1645434827,47.74303,8.99899\n384,1645434828,47.74303,8.99899\n385,1645434829,47.74303,8.99899\n386,1645434830,47.74303,8.99899\n387,1645434831,47.74303,8.99899\n388,1645434832,47.74303,8.99899\n389,1645434833,47.74303,8.99899\n390,1645434834,47.74303,8.99899\n391,1645434835,47.74303,8.99899\n392,1645434836,47.74303,8.99899\n393,1645434837,47.74303,8.99899\n394,1645434838,47.74303,8.99899\n395,1645434839,47.74303,8.99899\n396,1645434840,47.74303,8.99899\n397,1645434841,47.74303,8.99899\n398,1645434842,47.74303,8.99899\n399,1645434843,47.74303,8.99899\n400,1645434844,47.74303,8.99899\n401,1645434845,47.74303,8.99899\n402,1645434846,47.74303,8.99899\n403,1645434847,47.74303,8.99899\n404,1645434848,47.74303,8.99899\n405,1645434849,47.74303,8.99899\n406,1645434850,47.74303,8.99899\n407,1645434851,47.74303,8.99899\n408,1645434852,47.74303,8.99899\n409,1645434853,47.74303,8.99899\n410,1645434854,47.74303,8.99899\n411,1645434855,47.74303,8.99899\n412,1645434856,47.74303,8.99899\n413,1645434857,47.74303,8.99899\n414,1645434858,47.74303,8.99899\n415,1645434859,47.74303,8.99899\n416,1645434860,47.74303,8.99899\n417,1645434861,47.74303,8.99899\n418,1645434862,47.74303,8.99899\n419,1645434863,47.74303,8.99899\n420,1645434864,47.74303,8.99899\n421,1645434865,47.74303,8.99899\n422,1645434866,47.74303,8.99899\n423,1645434867,47.74303,8.99899\n424,1645434868,47.74303,8.99899\n425,1645434869,47.74303,8.99899\n426,1645434870,47.74303,8.99899\n427,1645434871,47.74303,8.99899\n428,1645434872,47.74303,8.99899\n429,1645434873,47.74303,8.99899\n430,1645434874,47.74303,8.99899\n431,1645434875,47.74303,8.99899\n432,1645434876,47.74303,8.99899\n433,1645434877,47.74303,8.99899\n434,1645434878,47.74303,8.99899\n435,1645434879,47.74303,8.99899\n436,1645434880,47.74303,8.99899\n437,1645434881,47.74303,8.99899\n438,1645434882,47.74303,8.99899\n439,1645434883,47.74303,8.99899\n440,1645434884,47.74303,8.99899\n441,1645434885,47.74303,8.99899\n442,1645434886,47.74303,8.99899\n443,1645434887,47.74303,8.99899\n444,1645434888,47.74303,8.99899\n445,1645434889,47.74303,8.99899\n446,1645434890,47.74303,8.99899\n447,1645434891,47.74303,8.99899\n448,1645434892,47.74303,8.99899\n449,1645434893,47.74303,8.99899\n450,1645434894,47.74303,8.99899\n451,1645434895,47.74303,8.99899\n452,1645434896,47.74303,8.99899\n453,1645434897,47.74303,8.99899\n454,1645434898,47.74303,8.99899\n455,1645434899,47.74303,8.99899\n456,1645434900,47.74303,8.99899\n457,1645434901,47.74303,8.99899\n458,1645434902,47.74303,8.99899\n459,1645434903,47.74303,8.99899\n460,1645434904,47.74303,8.99899\n461,1645434905,47.74303,8.99899\n462,1645434906,47.74303,8.99899\n463,1645434907,47.74303,8.99899\n464,1645434908,47.74303,8.99899\n465,1645434909,47.74303,8.99899\n466,1645434910,47.74303,8.99899\n467,1645434911,47.74303,8.99899\n468,1645434912,47.74303,8.99899\n469,1645434913,47.74303,8.99899\n470,1645434914,47.74303,8.99899\n471,1645434915,47.74303,8.99899\n472,1645434916,47.74303,8.99899\n473,1645434917,47.74303,8.99899\n474,1645434918,47.74303,8.99899\n475,1645434919,47.74303,8.99899\n476,1645434920,47.74303,8.99899\n477,1645434921,47.74303,8.99899\n478,1645434922,47.74303,8.99899\n479,1645434923,47.74303,8.99899\n480,1645434924,47.74303,8.99899\n481,1645434925,47.74303,8.99899\n482,1645434926,47.74303,8.99899\n483,1645434927,47.74303,8.99899\n484,1645434928,47.74303,8.99899\n485,1645434929,47.74303,8.99899\n486,1645434930,47.74303,8.99899\n487,1645434931,47.74303,8.99899\n488,1645434932,47.74303,8.99899\n489,1645434933,47.74303,8.99899\n490,1645434934,47.74303,8.99899\n491,1645434935,47.74303,8.99899\n492,1645434936,47.74303,8.99899\n493,1645434937,47.74303,8.99899\n494,1645434938,47.74303,8.99899\n495,1645434939,47.74303,8.99899\n496,1645434940,47.74303,8.99899\n497,1645434941,47.74303,8.99899\n498,1645434942,47.74303,8.99899\n499,1645434943,47.74303,8.99899\n500,1645434944,47.74303,8.99899\n501,1645434945,47.74303,8.99899\n502,1645434946,47.74303,8.99899\n503,1645434947,47.74303,8.99899\n504,1645434948,47.74303,8.99899\n505,1645434949,47.74303,8.99899\n506,1645434950,47.74303,8.99899\n507,1645434951,47.74303,8.99899\n508,1645434952,47.74303,8.99899\n509,1645434953,47.74303,8.99899\n510,1645434954,47.74303,8.99899\n511,1645434955,47.74303,8.99899\n512,1645434956,47.74303,8.99899\n513,1645434957,47.74303,8.99899\n514,1645434958,47.74303,8.99899\n515,1645434959,47.74303,8.99899\n516,1645434960,47.74303,8.99899\n517,1645434961,47.74303,8.99899\n518,1645434962,47.74303,8.99899\n519,1645434963,47.74303,8.99899\n520,1645434964,47.74303,8.99899\n521,1645434965,47.74303,8.99899\n522,1645434966,47.74303,8.99899\n523,1645434967,47.74303,8.99899\n524,1645434968,47.74303,8.99900\n525,1645434969,47.74303,8.99900\n526,1645434970,47.74303,8.99900\n527,1645434971,47.74303,8.99900\n528,1645434972,47.74303,8.99900\n529,1645434973,47.74303,8.99900\n530,1645434974,47.74303,8.99900\n531,1645434975,47.74303,8.99899\n532,1645434976,47.74303,8.99899\n533,1645434977,47.74303,8.99899\n534,1645434978,47.74303,8.99899\n535,1645434979,47.74303,8.99899\n536,1645434980,47.74303,8.99899\n537,1645434981,47.74303,8.99899\n538,1645434982,47.74303,8.99899\n539,1645434983,47.74303,8.99899\n540,1645434984,47.74303,8.99899\n541,1645434985,47.74303,8.99899\n542,1645434986,47.74303,8.99899\n543,1645434987,47.74303,8.99899\n544,1645434988,47.74303,8.99899\n545,1645434989,47.74303,8.99899\n546,1645434990,47.74303,8.99899\n547,1645434991,47.74303,8.99899\n548,1645434992,47.74303,8.99899\n549,1645434993,47.74303,8.99899\n550,1645434994,47.74303,8.99899\n551,1645434995,47.74303,8.99899\n552,1645434996,47.74303,8.99899\n553,1645434997,47.74303,8.99899\n554,1645434998,47.74303,8.99899\n555,1645434999,47.74303,8.99899\n556,1645435000,47.74303,8.99899\n557,1645435001,47.74303,8.99899\n558,1645435002,47.74303,8.99899\n559,1645435003,47.74303,8.99899\n560,1645435004,47.74303,8.99899\n561,1645435005,47.74303,8.99899\n562,1645435006,47.74303,8.99899\n563,1645435007,47.74303,8.99899\n564,1645435008,47.74303,8.99899\n565,1645435009,47.74303,8.99899\n566,1645435010,47.74303,8.99899\n567,1645435011,47.74303,8.99899\n568,1645435012,47.74303,8.99899\n569,1645435013,47.74303,8.99899\n570,1645435014,47.74303,8.99899\n571,1645435015,47.74303,8.99899\n572,1645435016,47.74303,8.99899\n573,1645435017,47.74303,8.99899\n574,1645435018,47.74303,8.99899\n575,1645435019,47.74303,8.99899\n576,1645435020,47.74303,8.99899\n577,1645435021,47.74303,8.99899\n578,1645435022,47.74303,8.99899\n579,1645435023,47.74303,8.99899\n580,1645435024,47.74303,8.99899\n581,1645435025,47.74303,8.99899\n582,1645435026,47.74303,8.99899\n583,1645435027,47.74303,8.99899\n584,1645435028,47.74303,8.99899\n585,1645435029,47.74303,8.99899\n586,1645435030,47.74303,8.99899\n587,1645435031,47.74303,8.99899\n588,1645435032,47.74303,8.99899\n589,1645435033,47.74303,8.99899\n590,1645435034,47.74303,8.99899\n591,1645435035,47.74303,8.99899\n592,1645435036,47.74303,8.99899\n593,1645435037,47.74303,8.99899\n594,1645435038,47.74303,8.99899\n595,1645435039,47.74303,8.99899\n596,1645435040,47.74303,8.99899\n597,1645435041,47.74303,8.99899\n598,1645435042,47.74303,8.99899\n599,1645435043,47.74303,8.99899\n600,1645435044,47.74303,8.99899\n601,1645435045,47.74303,8.99899\n602,1645435046,47.74303,8.99899\n603,1645435047,47.74303,8.99899\n604,1645435048,47.74303,8.99899\n605,1645435049,47.74303,8.99899\n606,1645435050,47.74303,8.99899\n607,1645435051,47.74303,8.99899\n608,1645435052,47.74303,8.99899\n609,1645435053,47.74303,8.99899\n610,1645435054,47.74303,8.99899\n611,1645435055,47.74303,8.99899\n612,1645435056,47.74303,8.99899\n613,1645435057,47.74303,8.99899\n614,1645435058,47.74303,8.99899\n615,1645435059,47.74303,8.99899\n616,1645435060,47.74303,8.99899\n617,1645435061,47.74303,8.99899\n618,1645435062,47.74303,8.99899\n619,1645435063,47.74303,8.99899\n620,1645435064,47.74303,8.99899\n621,1645435065,47.74303,8.99899\n622,1645435066,47.74303,8.99899\n623,1645435067,47.74303,8.99899\n624,1645435068,47.74303,8.99899\n625,1645435069,47.74303,8.99899\n626,1645435070,47.74303,8.99899\n627,1645435071,47.74303,8.99899\n628,1645435072,47.74303,8.99899\n629,1645435073,47.74303,8.99899\n630,1645435074,47.74303,8.99899\n631,1645435075,47.74303,8.99899\n632,1645435076,47.74303,8.99899\n633,1645435077,47.74303,8.99899\n634,1645435078,47.74303,8.99899\n635,1645435079,47.74303,8.99899\n636,1645435080,47.74303,8.99899\n637,1645435081,47.74303,8.99899\n638,1645435082,47.74303,8.99899\n639,1645435083,47.74303,8.99899\n640,1645435084,47.74303,8.99899\n641,1645435085,47.74303,8.99899\n642,1645435086,47.74303,8.99899\n643,1645435087,47.74303,8.99899\n644,1645435088,47.74303,8.99899\n645,1645435089,47.74303,8.99899\n646,1645435090,47.74303,8.99899\n647,1645435091,47.74303,8.99899\n648,1645435092,47.74303,8.99899\n649,1645435093,47.74303,8.99899\n650,1645435094,47.74303,8.99899\n651,1645435095,47.74303,8.99899\n652,1645435096,47.74303,8.99899\n653,1645435097,47.74303,8.99899\n654,1645435098,47.74303,8.99899\n655,1645435099,47.74303,8.99899\n656,1645435100,47.74303,8.99899\n657,1645435101,47.74303,8.99899\n658,1645435102,47.74303,8.99899\n659,1645435103,47.74303,8.99899\n660,1645435104,47.74303,8.99899\n661,1645435105,47.74303,8.99899\n662,1645435106,47.74303,8.99899\n663,1645435107,47.74303,8.99899\n664,1645435108,47.74303,8.99899\n665,1645435109,47.74303,8.99899\n666,1645435110,47.74303,8.99899\n667,1645435111,47.74303,8.99899\n668,1645435112,47.74303,8.99899\n669,1645435113,47.74303,8.99899\n670,1645435114,47.74303,8.99899\n671,1645435115,47.74303,8.99899\n672,1645435116,47.74303,8.99899\n673,1645435117,47.74303,8.99899\n674,1645435118,47.74303,8.99899\n675,1645435119,47.74303,8.99899\n676,1645435120,47.74303,8.99899\n677,1645435121,47.74303,8.99899\n678,1645435122,47.74303,8.99899\n679,1645435123,47.74303,8.99899\n680,1645435124,47.74303,8.99899\n681,1645435125,47.74303,8.99899\n682,1645435126,47.74303,8.99899\n683,1645435127,47.74303,8.99899\n684,1645435128,47.74303,8.99899\n685,1645435129,47.74303,8.99899\n686,1645435130,47.74303,8.99899\n687,1645435131,47.74303,8.99899\n688,1645435132,47.74303,8.99899\n689,1645435133,47.74303,8.99899\n690,1645435134,47.74303,8.99899\n691,1645435135,47.74303,8.99899\n692,1645435136,47.74303,8.99899\n693,1645435137,47.74303,8.99899\n694,1645435138,47.74303,8.99899\n695,1645435139,47.74303,8.99899\n696,1645435140,47.74303,8.99899\n697,1645435141,47.74303,8.99899\n698,1645435142,47.74303,8.99899\n699,1645435143,47.74303,8.99899\n700,1645435144,47.74303,8.99899\n701,1645435145,47.74303,8.99899\n702,1645435146,47.74303,8.99899\n703,1645435147,47.74303,8.99899\n704,1645435148,47.74303,8.99899\n705,1645435149,47.74303,8.99899\n706,1645435150,47.74303,8.99899\n707,1645435151,47.74303,8.99899\n708,1645435152,47.74303,8.99899\n709,1645435153,47.74303,8.99899\n710,1645435154,47.74303,8.99899\n711,1645435155,47.74303,8.99899\n712,1645435156,47.74303,8.99899\n713,1645435157,47.74303,8.99899\n714,1645435158,47.74303,8.99899\n715,1645435159,47.74303,8.99899\n716,1645435160,47.74303,8.99899\n717,1645435161,47.74303,8.99899\n718,1645435162,47.74303,8.99899\n719,1645435163,47.74303,8.99899\n720,1645435164,47.74303,8.99899\n721,1645435165,47.74303,8.99899\n722,1645435166,47.74303,8.99899\n723,1645435167,47.74303,8.99899\n724,1645435168,47.74303,8.99899\n725,1645435169,47.74303,8.99899\n726,1645435170,47.74303,8.99899\n727,1645435171,47.74303,8.99899\n728,1645435172,47.74303,8.99899\n729,1645435173,47.74303,8.99899\n730,1645435174,47.74303,8.99899\n731,1645435175,47.74303,8.99899\n732,1645435176,47.74303,8.99899\n733,1645435177,47.74303,8.99899\n734,1645435178,47.74303,8.99899\n735,1645435179,47.74303,8.99899\n736,1645435180,47.74303,8.99899\n737,1645435181,47.74303,8.99899\n738,1645435182,47.74303,8.99899\n739,1645435183,47.74303,8.99899\n740,1645435184,47.74303,8.99899\n741,1645435185,47.74303,8.99899\n742,1645435186,47.74303,8.99899\n743,1645435187,47.74303,8.99899\n744,1645435188,47.74303,8.99899\n745,1645435189,47.74303,8.99899\n746,1645435190,47.74303,8.99899\n747,1645435191,47.74303,8.99899\n748,1645435192,47.74303,8.99899\n749,1645435193,47.74303,8.99899\n750,1645435194,47.74303,8.99899\n751,1645435195,47.74303,8.99899\n752,1645435196,47.74303,8.99899\n753,1645435197,47.74303,8.99899\n754,1645435198,47.74303,8.99899\n755,1645435199,47.74303,8.99899\n756,1645435200,47.74303,8.99899\n757,1645435201,47.74303,8.99899\n758,1645435202,47.74303,8.99899\n759,1645435203,47.74303,8.99899\n760,1645435204,47.74303,8.99899\n761,1645435205,47.74303,8.99899\n762,1645435206,47.74303,8.99899\n763,1645435207,47.74303,8.99899\n764,1645435208,47.74303,8.99899\n765,1645435209,47.74303,8.99899\n766,1645435210,47.74303,8.99899\n767,1645435211,47.74303,8.99899\n768,1645435212,47.74303,8.99899\n769,1645435213,47.74303,8.99899\n770,1645435214,47.74303,8.99899\n771,1645435215,47.74303,8.99899\n772,1645435216,47.74303,8.99899\n773,1645435217,47.74303,8.99899\n774,1645435218,47.74303,8.99899\n775,1645435219,47.74303,8.99899\n776,1645435220,47.74303,8.99899\n777,1645435221,47.74303,8.99899\n778,1645435222,47.74303,8.99899\n779,1645435223,47.74303,8.99899\n780,1645435224,47.74303,8.99899\n781,1645435225,47.74303,8.99899\n782,1645435226,47.74303,8.99899\n783,1645435227,47.74303,8.99899\n784,1645435228,47.74303,8.99899\n785,1645435229,47.74303,8.99899\n786,1645435230,47.74303,8.99899\n787,1645435231,47.74303,8.99899\n788,1645435232,47.74303,8.99899\n789,1645435233,47.74303,8.99899\n790,1645435234,47.74303,8.99899\n791,1645435235,47.74303,8.99899\n792,1645435236,47.74303,8.99899\n793,1645435237,47.74303,8.99899\n794,1645435238,47.74303,8.99899\n795,1645435239,47.74303,8.99899\n796,1645435240,47.74303,8.99899\n797,1645435241,47.74303,8.99899\n798,1645435242,47.74303,8.99899\n799,1645435243,47.74303,8.99899\n800,1645435244,47.74303,8.99899\n801,1645435245,47.74303,8.99899\n802,1645435246,47.74303,8.99899\n803,1645435247,47.74303,8.99899\n804,1645435248,47.74303,8.99899\n805,1645435249,47.74303,8.99899\n806,1645435250,47.74303,8.99899\n807,1645435251,47.74303,8.99899\n808,1645435252,47.74303,8.99899\n809,1645435253,47.74303,8.99899\n810,1645435254,47.74303,8.99899\n811,1645435255,47.74303,8.99899\n812,1645435256,47.74303,8.99899\n813,1645435257,47.74303,8.99899\n814,1645435258,47.74303,8.99899\n815,1645435259,47.74303,8.99899\n816,1645435260,47.74303,8.99899\n817,1645435261,47.74303,8.99899\n818,1645435262,47.74303,8.99899\n819,1645435263,47.74303,8.99899\n820,1645435264,47.74303,8.99899\n821,1645435265,47.74303,8.99899\n822,1645435266,47.74303,8.99899\n823,1645435267,47.74303,8.99899\n824,1645435268,47.74303,8.99899\n825,1645435269,47.74303,8.99899\n826,1645435270,47.74303,8.99899\n827,1645435271,47.74303,8.99899\n828,1645435272,47.74303,8.99899\n829,1645435273,47.74303,8.99899\n830,1645435274,47.74303,8.99899\n831,1645435275,47.74303,8.99899\n832,1645435276,47.74303,8.99899\n833,1645435277,47.74303,8.99899\n834,1645435278,47.74303,8.99899\n835,1645435279,47.74303,8.99899\n836,1645435280,47.74303,8.99899\n837,1645435281,47.74303,8.99899\n838,1645435282,47.74303,8.99899\n839,1645435283,47.74303,8.99899\n840,1645435284,47.74303,8.99899\n841,1645435285,47.74303,8.99899\n842,1645435286,47.74303,8.99899\n843,1645435287,47.74303,8.99899\n844,1645435288,47.74303,8.99899\n845,1645435289,47.74303,8.99899\n846,1645435290,47.74303,8.99899\n847,1645435291,47.74303,8.99899\n848,1645435292,47.74303,8.99899\n849,1645435293,47.74303,8.99899\n850,1645435294,47.74303,8.99899\n851,1645435295,47.74303,8.99899\n852,1645435296,47.74303,8.99899\n853,1645435297,47.74303,8.99899\n854,1645435298,47.74303,8.99899\n855,1645435299,47.74303,8.99899\n856,1645435300,47.74303,8.99899\n857,1645435301,47.74303,8.99899\n858,1645435302,47.74303,8.99899\n859,1645435303,47.74303,8.99899\n860,1645435304,47.74303,8.99899\n861,1645435305,47.74303,8.99899\n862,1645435306,47.74303,8.99899\n863,1645435307,47.74303,8.99899\n864,1645435308,47.74303,8.99899\n865,1645435309,47.74303,8.99899\n866,1645435310,47.74303,8.99899\n867,1645435311,47.74303,8.99899\n868,1645435312,47.74303,8.99899\n869,1645435313,47.74303,8.99899\n870,1645435314,47.74303,8.99899\n871,1645435315,47.74303,8.99899\n872,1645435316,47.74303,8.99899\n873,1645435317,47.74303,8.99899\n874,1645435318,47.74303,8.99899\n875,1645435319,47.74303,8.99899\n876,1645435320,47.74303,8.99899\n877,1645435321,47.74303,8.99899\n878,1645435322,47.74303,8.99899\n879,1645435323,47.74303,8.99899\n880,1645435324,47.74303,8.99899\n881,1645435325,47.74303,8.99899\n882,1645435326,47.74303,8.99899\n883,1645435327,47.74303,8.99899\n884,1645435328,47.74303,8.99899\n885,1645435329,47.74303,8.99899\n886,1645435330,47.74302,8.99899\n887,1645435331,47.74302,8.99899\n888,1645435332,47.74302,8.99899\n889,1645435333,47.74302,8.99899\n890,1645435334,47.74302,8.99899\n891,1645435335,47.74302,8.99899\n892,1645435336,47.74302,8.99899\n893,1645435337,47.74302,8.99899\n894,1645435338,47.74302,8.99899\n895,1645435339,47.74302,8.99899\n896,1645435340,47.74302,8.99899\n897,1645435341,47.74302,8.99899\n898,1645435342,47.74302,8.99899\n899,1645435343,47.74302,8.99899\n900,1645435344,47.74302,8.99899\n901,1645435345,47.74302,8.99899\n902,1645435346,47.74302,8.99899\n903,1645435347,47.74302,8.99899\n904,1645435348,47.74302,8.99899\n905,1645435349,47.74302,8.99899\n906,1645435350,47.74302,8.99899\n907,1645435351,47.74302,8.99899\n908,1645435352,47.74301,8.99899\n909,1645435353,47.74301,8.99899\n910,1645435354,47.74301,8.99899\n911,1645435355,47.74302,8.99899\n912,1645435356,47.74302,8.99899\n913,1645435357,47.74302,8.99899\n914,1645435358,47.74302,8.99899\n915,1645435359,47.74302,8.99899\n916,1645435360,47.74302,8.99899\n917,1645435361,47.74302,8.99899\n918,1645435362,47.74302,8.99899\n919,1645435363,47.74302,8.99899\n920,1645435364,47.74302,8.99899\n921,1645435365,47.74302,8.99899\n922,1645435366,47.74302,8.99899\n923,1645435367,47.74302,8.99899\n924,1645435368,47.74302,8.99899\n925,1645435369,47.74302,8.99899\n926,1645435370,47.74302,8.99899\n927,1645435371,47.74302,8.99899\n928,1645435372,47.74302,8.99899\n929,1645435373,47.74302,8.99899\n930,1645435374,47.74302,8.99899\n931,1645435375,47.74302,8.99899\n932,1645435376,47.74302,8.99899\n933,1645435377,47.74302,8.99899\n934,1645435378,47.74302,8.99899\n935,1645435379,47.74302,8.99899\n936,1645435380,47.74302,8.99899\n937,1645435381,47.74302,8.99899\n938,1645435382,47.74302,8.99899\n939,1645435383,47.74302,8.99899\n940,1645435384,47.74302,8.99899\n941,1645435385,47.74302,8.99899\n942,1645435386,47.74302,8.99899\n943,1645435387,47.74302,8.99899\n944,1645435388,47.74302,8.99899\n945,1645435389,47.74302,8.99899\n946,1645435390,47.74302,8.99899\n947,1645435391,47.74302,8.99899\n948,1645435392,47.74302,8.99899\n949,1645435393,47.74302,8.99899\n950,1645435394,47.74302,8.99899\n951,1645435395,47.74302,8.99899\n952,1645435396,47.74302,8.99899\n953,1645435397,47.74302,8.99899\n954,1645435398,47.74302,8.99899\n955,1645435399,47.74302,8.99899\n956,1645435400,47.74302,8.99899\n957,1645435401,47.74302,8.99899\n958,1645435402,47.74302,8.99899\n959,1645435403,47.74302,8.99899\n960,1645435404,47.74302,8.99899\n961,1645435405,47.74302,8.99899\n962,1645435406,47.74302,8.99899\n963,1645435407,47.74302,8.99899\n964,1645435408,47.74302,8.99899\n965,1645435409,47.74302,8.99899\n966,1645435410,47.74302,8.99899\n967,1645435411,47.74302,8.99899\n968,1645435412,47.74302,8.99899\n969,1645435413,47.74302,8.99899\n970,1645435414,47.74302,8.99899\n971,1645435415,47.74302,8.99899\n972,1645435416,47.74302,8.99899\n973,1645435417,47.74302,8.99899\n974,1645435418,47.74302,8.99899\n975,1645435419,47.74302,8.99899\n976,1645435420,47.74302,8.99899\n977,1645435421,47.74302,8.99899\n978,1645435422,47.74302,8.99899\n979,1645435423,47.74302,8.99899\n980,1645435424,47.74302,8.99899\n981,1645435425,47.74302,8.99899\n982,1645435426,47.74302,8.99899\n983,1645435427,47.74302,8.99899\n984,1645435428,47.74302,8.99899\n985,1645435429,47.74302,8.99899\n986,1645435430,47.74302,8.99899\n987,1645435431,47.74302,8.99899\n988,1645435432,47.74302,8.99899\n989,1645435433,47.74302,8.99899\n990,1645435434,47.74302,8.99899\n991,1645435435,47.74302,8.99899\n992,1645435436,47.74302,8.99899\n993,1645435437,47.74302,8.99899\n994,1645435438,47.74302,8.99899\n995,1645435439,47.74302,8.99899\n996,1645435440,47.74302,8.99899\n997,1645435441,47.74302,8.99899\n998,1645435442,47.74302,8.99899\n999,1645435443,47.74302,8.99899\n1000,1645435444,47.74302,8.99899\n1001,1645435445,47.74302,8.99899\n1002,1645435446,47.74302,8.99899\n1003,1645435447,47.74302,8.99899\n1004,1645435448,47.74302,8.99899\n1005,1645435449,47.74302,8.99899\n1006,1645435450,47.74302,8.99899\n1007,1645435451,47.74302,8.99899\n1008,1645435452,47.74302,8.99899\n1009,1645435453,47.74302,8.99899\n1010,1645435454,47.74302,8.99899\n1011,1645435455,47.74302,8.99899\n1012,1645435456,47.74302,8.99899\n1013,1645435457,47.74302,8.99899\n1014,1645435458,47.74302,8.99899\n1015,1645435459,47.74302,8.99899\n1016,1645435460,47.74302,8.99899\n1017,1645435461,47.74302,8.99899\n1018,1645435462,47.74302,8.99899\n1019,1645435463,47.74302,8.99899\n1020,1645435464,47.74302,8.99899\n1021,1645435465,47.74302,8.99899\n1022,1645435466,47.74302,8.99899\n1023,1645435467,47.74302,8.99899\n1024,1645435468,47.74302,8.99899\n1025,1645435469,47.74302,8.99899\n1026,1645435470,47.74302,8.99899\n1027,1645435471,47.74302,8.99899\n1028,1645435472,47.74302,8.99899\n1029,1645435473,47.74302,8.99899\n1030,1645435474,47.74302,8.99899\n1031,1645435475,47.74302,8.99899\n1032,1645435476,47.74302,8.99899\n1033,1645435477,47.74302,8.99899\n1034,1645435478,47.74302,8.99899\n1035,1645435479,47.74302,8.99899\n1036,1645435480,47.74302,8.99899\n1037,1645435481,47.74302,8.99899\n1038,1645435482,47.74302,8.99899\n1039,1645435483,47.74302,8.99899\n1040,1645435484,47.74302,8.99899\n1041,1645435485,47.74302,8.99899\n1042,1645435486,47.74302,8.99899\n1043,1645435487,47.74302,8.99899\n1044,1645435488,47.74302,8.99899\n1045,1645435489,47.74302,8.99899\n1046,1645435490,47.74302,8.99899\n1047,1645435491,47.74302,8.99899\n1048,1645435492,47.74302,8.99899\n1049,1645435493,47.74302,8.99900\n1050,1645435494,47.74302,8.99900\n1051,1645435495,47.74302,8.99900\n1052,1645435496,47.74302,8.99900\n1053,1645435497,47.74302,8.99900\n1054,1645435498,47.74302,8.99900\n1055,1645435499,47.74302,8.99900\n1056,1645435500,47.74302,8.99900\n1057,1645435501,47.74302,8.99900\n1058,1645435502,47.74302,8.99900\n1059,1645435503,47.74302,8.99900\n1060,1645435504,47.74302,8.99900\n1061,1645435505,47.74302,8.99900\n1062,1645435506,47.74302,8.99900\n1063,1645435507,47.74302,8.99900\n1064,1645435508,47.74302,8.99900\n1065,1645435509,47.74302,8.99900\n1066,1645435510,47.74302,8.99900\n1067,1645435511,47.74302,8.99900\n1068,1645435512,47.74302,8.99900\n1069,1645435513,47.74302,8.99900\n1070,1645435514,47.74302,8.99900\n1071,1645435515,47.74302,8.99900\n1072,1645435516,47.74302,8.99900\n1073,1645435517,47.74302,8.99900\n1074,1645435518,47.74302,8.99900\n1075,1645435519,47.74302,8.99900\n1076,1645435520,47.74302,8.99900\n1077,1645435521,47.74302,8.99900\n1078,1645435522,47.74302,8.99900\n1079,1645435523,47.74302,8.99900\n1080,1645435524,47.74302,8.99900\n1081,1645435525,47.74302,8.99900\n1082,1645435526,47.74302,8.99900\n1083,1645435527,47.74302,8.99900\n1084,1645435528,47.74302,8.99900\n1085,1645435529,47.74302,8.99900\n1086,1645435530,47.74302,8.99900\n1087,1645435531,47.74302,8.99900\n1088,1645435532,47.74302,8.99900\n1089,1645435533,47.74302,8.99900\n1090,1645435534,47.74302,8.99900\n1091,1645435535,47.74302,8.99900\n1092,1645435536,47.74302,8.99900\n1093,1645435537,47.74302,8.99900\n1094,1645435538,47.74302,8.99900\n1095,1645435539,47.74302,8.99900\n1096,1645435540,47.74302,8.99900\n1097,1645435541,47.74302,8.99900\n1098,1645435542,47.74302,8.99900\n1099,1645435543,47.74302,8.99900\n1100,1645435544,47.74302,8.99900\n1101,1645435545,47.74302,8.99900\n1102,1645435546,47.74302,8.99900\n1103,1645435547,47.74302,8.99900\n1104,1645435548,47.74302,8.99900\n1105,1645435549,47.74302,8.99900\n1106,1645435550,47.74302,8.99900\n1107,1645435551,47.74302,8.99900\n1108,1645435552,47.74302,8.99900\n1109,1645435553,47.74302,8.99900\n1110,1645435554,47.74302,8.99900\n1111,1645435555,47.74302,8.99900\n1112,1645435556,47.74302,8.99900\n1113,1645435557,47.74302,8.99900\n1114,1645435558,47.74302,8.99900\n1115,1645435559,47.74302,8.99900\n1116,1645435560,47.74302,8.99900\n1117,1645435561,47.74302,8.99900\n1118,1645435562,47.74302,8.99900\n1119,1645435563,47.74302,8.99900\n1120,1645435564,47.74302,8.99900\n1121,1645435565,47.74302,8.99900\n1122,1645435566,47.74302,8.99900\n1123,1645435567,47.74302,8.99900\n1124,1645435568,47.74302,8.99900\n1125,1645435569,47.74302,8.99900\n1126,1645435570,47.74302,8.99900\n1127,1645435571,47.74302,8.99900\n1128,1645435572,47.74302,8.99900\n1129,1645435573,47.74302,8.99900\n1130,1645435574,47.74302,8.99900\n1131,1645435575,47.74302,8.99900\n1132,1645435576,47.74302,8.99900\n1133,1645435577,47.74302,8.99900\n1134,1645435578,47.74302,8.99900\n1135,1645435579,47.74302,8.99900\n1136,1645435580,47.74302,8.99900\n1137,1645435581,47.74302,8.99900\n1138,1645435582,47.74302,8.99900\n1139,1645435583,47.74302,8.99900\n1140,1645435584,47.74302,8.99900\n1141,1645435585,47.74302,8.99900\n1142,1645435586,47.74302,8.99900\n1143,1645435587,47.74302,8.99900\n1144,1645435588,47.74302,8.99900\n1145,1645435589,47.74302,8.99900\n1146,1645435590,47.74302,8.99900\n1147,1645435591,47.74302,8.99900\n1148,1645435592,47.74302,8.99900\n1149,1645435593,47.74302,8.99900\n1150,1645435594,47.74302,8.99900\n1151,1645435595,47.74302,8.99900\n1152,1645435596,47.74302,8.99900\n1153,1645435597,47.74302,8.99900\n1154,1645435598,47.74302,8.99900\n1155,1645435599,47.74302,8.99900\n1156,1645435600,47.74302,8.99900\n1157,1645435601,47.74302,8.99900\n1158,1645435602,47.74302,8.99900\n1159,1645435603,47.74302,8.99900\n1160,1645435604,47.74302,8.99900\n1161,1645435605,47.74302,8.99900\n1162,1645435606,47.74302,8.99901\n1163,1645435607,47.74302,8.99901\n1164,1645435608,47.74302,8.99901\n1165,1645435609,47.74302,8.99901\n1166,1645435610,47.74302,8.99901\n1167,1645435611,47.74302,8.99901\n1168,1645435612,47.74302,8.99901\n1169,1645435613,47.74302,8.99901\n1170,1645435614,47.74302,8.99901\n1171,1645435615,47.74302,8.99901\n1172,1645435616,47.74302,8.99901\n1173,1645435617,47.74302,8.99901\n1174,1645435618,47.74302,8.99901\n1175,1645435619,47.74302,8.99901\n1176,1645435620,47.74302,8.99901\n1177,1645435621,47.74302,8.99901\n1178,1645435622,47.74302,8.99901\n1179,1645435623,47.74302,8.99901\n1180,1645435624,47.74302,8.99901\n1181,1645435625,47.74302,8.99901\n1182,1645435626,47.74302,8.99901\n1183,1645435627,47.74302,8.99901\n1184,1645435628,47.74302,8.99901\n1185,1645435629,47.74302,8.99901\n1186,1645435630,47.74302,8.99901\n1187,1645435631,47.74302,8.99901\n1188,1645435632,47.74302,8.99901\n1189,1645435633,47.74302,8.99901\n1190,1645435634,47.74302,8.99901\n1191,1645435635,47.74302,8.99901\n1192,1645435636,47.74302,8.99901\n1193,1645435637,47.74302,8.99901\n1194,1645435638,47.74302,8.99901\n1195,1645435639,47.74302,8.99901\n1196,1645435640,47.74302,8.99901\n1197,1645435641,47.74302,8.99901\n1198,1645435642,47.74302,8.99901\n1199,1645435643,47.74302,8.99901\n1200,1645435644,47.74302,8.99901\n1201,1645435645,47.74302,8.99901\n1202,1645435646,47.74303,8.99901\n1203,1645435647,47.74303,8.99902\n1204,1645435648,47.74304,8.99902\n1205,1645435649,47.74304,8.99902\n1206,1645435650,47.74304,8.99902\n1207,1645435651,47.74304,8.99902\n1208,1645435652,47.74304,8.99902\n1209,1645435653,47.74304,8.99902\n1210,1645435654,47.74304,8.99902\n1211,1645435655,47.74304,8.99902\n1212,1645435656,47.74304,8.99902\n1213,1645435657,47.74304,8.99902\n1214,1645435658,47.74304,8.99902\n1215,1645435659,47.74304,8.99902\n1216,1645435660,47.74304,8.99902\n1217,1645435661,47.74304,8.99902\n1218,1645435662,47.74304,8.99902\n1219,1645435663,47.74304,8.99902\n1220,1645435664,47.74304,8.99902\n1221,1645435665,47.74304,8.99902\n1222,1645435666,47.74304,8.99902\n1223,1645435667,47.74304,8.99902\n1224,1645435668,47.74304,8.99902\n1225,1645435669,47.74304,8.99902\n1226,1645435670,47.74304,8.99902\n1227,1645435671,47.74304,8.99902\n1228,1645435672,47.74304,8.99902\n1229,1645435673,47.74304,8.99902\n1230,1645435674,47.74304,8.99902\n1231,1645435675,47.74304,8.99902\n1232,1645435676,47.74304,8.99902\n1233,1645435677,47.74304,8.99902\n1234,1645435678,47.74304,8.99902\n1235,1645435679,47.74304,8.99902\n1236,1645435680,47.74304,8.99902\n1237,1645435681,47.74304,8.99902\n1238,1645435682,47.74304,8.99902\n1239,1645435683,47.74304,8.99902\n1240,1645435684,47.74304,8.99902\n1241,1645435685,47.74304,8.99902\n1242,1645435686,47.74304,8.99902\n1243,1645435687,47.74304,8.99902\n1244,1645435688,47.74304,8.99902\n1245,1645435689,47.74304,8.99902\n1246,1645435690,47.74304,8.99902\n1247,1645435691,47.74304,8.99902\n1248,1645435692,47.74304,8.99902\n1249,1645435693,47.74304,8.99902\n1250,1645435694,47.74304,8.99902\n1251,1645435695,47.74304,8.99902\n1252,1645435696,47.74304,8.99902\n1253,1645435697,47.74304,8.99902\n1254,1645435698,47.74304,8.99902\n1255,1645435699,47.74304,8.99902\n1256,1645435700,47.74304,8.99902\n1257,1645435701,47.74304,8.99902\n1258,1645435702,47.74304,8.99902\n1259,1645435703,47.74303,8.99901\n1260,1645435704,47.74303,8.99901\n1261,1645435705,47.74303,8.99901\n1262,1645435706,47.74303,8.99900\n1263,1645435707,47.74303,8.99900\n1264,1645435708,47.74303,8.99900\n1265,1645435709,47.74303,8.99900\n1266,1645435710,47.74303,8.99900\n1267,1645435711,47.74303,8.99900\n1268,1645435712,47.74303,8.99900\n1269,1645435713,47.74303,8.99900\n1270,1645435714,47.74303,8.99900\n1271,1645435715,47.74303,8.99900\n1272,1645435716,47.74303,8.99900\n1273,1645435717,47.74303,8.99900\n1274,1645435718,47.74303,8.99900\n1275,1645435719,47.74303,8.99900\n1276,1645435720,47.74303,8.99900\n1277,1645435721,47.74303,8.99900\n1278,1645435722,47.74303,8.99900\n1279,1645435723,47.74303,8.99900\n1280,1645435724,47.74303,8.99900\n1281,1645435725,47.74303,8.99900\n1282,1645435726,47.74303,8.99900\n1283,1645435727,47.74303,8.99900\n1284,1645435728,47.74303,8.99900\n1285,1645435729,47.74303,8.99900\n1286,1645435730,47.74303,8.99900\n1287,1645435731,47.74303,8.99900\n1288,1645435732,47.74303,8.99900\n1289,1645435733,47.74303,8.99900\n1290,1645435734,47.74303,8.99900\n1291,1645435735,47.74303,8.99900\n1292,1645435736,47.74303,8.99900\n1293,1645435737,47.74303,8.99900\n1294,1645435738,47.74303,8.99900\n1295,1645435739,47.74303,8.99900\n1296,1645435740,47.74303,8.99900\n1297,1645435741,47.74303,8.99900\n1298,1645435742,47.74303,8.99900\n1299,1645435743,47.74303,8.99900\n1300,1645435744,47.74303,8.99900\n1301,1645435745,47.74303,8.99900\n1302,1645435746,47.74303,8.99900\n1303,1645435747,47.74303,8.99900\n1304,1645435748,47.74303,8.99900\n1305,1645435749,47.74303,8.99900\n1306,1645435750,47.74303,8.99900\n1307,1645435751,47.74303,8.99900\n1308,1645435752,47.74303,8.99900\n1309,1645435753,47.74303,8.99900\n1310,1645435754,47.74303,8.99900\n1311,1645435755,47.74303,8.99900\n1312,1645435756,47.74303,8.99900\n1313,1645435757,47.74303,8.99900\n1314,1645435758,47.74303,8.99900\n1315,1645435759,47.74303,8.99900\n1316,1645435760,47.74303,8.99900\n1317,1645435761,47.74303,8.99900\n1318,1645435762,47.74303,8.99900\n1319,1645435763,47.74303,8.99900\n1320,1645435764,47.74303,8.99900\n1321,1645435765,47.74303,8.99900\n1322,1645435766,47.74303,8.99900\n1323,1645435767,47.74303,8.99900\n1324,1645435768,47.74303,8.99900\n1325,1645435769,47.74303,8.99900\n1326,1645435770,47.74303,8.99900\n1327,1645435771,47.74303,8.99900\n1328,1645435772,47.74303,8.99900\n1329,1645435773,47.74303,8.99900\n1330,1645435774,47.74303,8.99900\n1331,1645435775,47.74303,8.99900\n1332,1645435776,47.74303,8.99900\n1333,1645435777,47.74303,8.99900\n1334,1645435778,47.74303,8.99900\n1335,1645435779,47.74303,8.99900\n1336,1645435780,47.74303,8.99900\n1337,1645435781,47.74303,8.99900\n1338,1645435782,47.74303,8.99900\n1339,1645435783,47.74303,8.99900\n1340,1645435784,47.74303,8.99900\n1341,1645435785,47.74303,8.99900\n1342,1645435786,47.74303,8.99900\n1343,1645435787,47.74303,8.99900\n1344,1645435788,47.74303,8.99900\n1345,1645435789,47.74303,8.99900\n1346,1645435790,47.74303,8.99900\n1347,1645435791,47.74303,8.99900\n1348,1645435792,47.74303,8.99900\n1349,1645435793,47.74303,8.99900\n1350,1645435794,47.74303,8.99900\n1351,1645435795,47.74303,8.99900\n1352,1645435796,47.74303,8.99900\n1353,1645435797,47.74303,8.99900\n1354,1645435798,47.74303,8.99900\n1355,1645435799,47.74303,8.99900\n1356,1645435800,47.74303,8.99900\n1357,1645435801,47.74303,8.99900\n1358,1645435802,47.74303,8.99900\n1359,1645435803,47.74303,8.99900\n1360,1645435804,47.74303,8.99900\n1361,1645435805,47.74303,8.99900\n1362,1645435806,47.74303,8.99901\n1363,1645435807,47.74303,8.99901\n1364,1645435808,47.74303,8.99901\n1365,1645435809,47.74303,8.99901\n1366,1645435810,47.74303,8.99901\n1367,1645435811,47.74303,8.99901\n1368,1645435812,47.74303,8.99901\n1369,1645435813,47.74303,8.99901\n1370,1645435814,47.74303,8.99901\n1371,1645435815,47.74303,8.99901\n1372,1645435816,47.74303,8.99901\n1373,1645435817,47.74303,8.99901\n1374,1645435818,47.74303,8.99901\n1375,1645435819,47.74303,8.99901\n1376,1645435820,47.74303,8.99901\n1377,1645435821,47.74303,8.99901\n1378,1645435822,47.74303,8.99901\n1379,1645435823,47.74303,8.99901\n1380,1645435824,47.74303,8.99901\n1381,1645435825,47.74303,8.99901\n1382,1645435826,47.74303,8.99901\n1383,1645435827,47.74303,8.99901\n1384,1645435828,47.74303,8.99901\n1385,1645435829,47.74303,8.99901\n1386,1645435830,47.74303,8.99901\n1387,1645435831,47.74303,8.99901\n1388,1645435832,47.74303,8.99901\n1389,1645435833,47.74303,8.99901\n1390,1645435834,47.74303,8.99901\n1391,1645435835,47.74303,8.99901\n1392,1645435836,47.74303,8.99901\n1393,1645435837,47.74303,8.99901\n1394,1645435838,47.74303,8.99901\n1395,1645435839,47.74303,8.99901\n1396,1645435840,47.74303,8.99901\n1397,1645435841,47.74303,8.99901\n1398,1645435842,47.74303,8.99901\n1399,1645435843,47.74303,8.99901\n1400,1645435844,47.74303,8.99901\n1401,1645435845,47.74303,8.99901\n1402,1645435846,47.74303,8.99901\n1403,1645435847,47.74303,8.99901\n1404,1645435848,47.74303,8.99901\n1405,1645435849,47.74303,8.99901\n1406,1645435850,47.74303,8.99901\n1407,1645435851,47.74303,8.99901\n1408,1645435852,47.74303,8.99901\n1409,1645435853,47.74303,8.99901\n1410,1645435854,47.74303,8.99901\n1411,1645435855,47.74303,8.99901\n1412,1645435856,47.74303,8.99901\n1413,1645435857,47.74303,8.99901\n1414,1645435858,47.74303,8.99901\n1415,1645435859,47.74303,8.99901\n1416,1645435860,47.74303,8.99901\n1417,1645435861,47.74303,8.99901\n1418,1645435862,47.74303,8.99901\n1419,1645435863,47.74303,8.99901\n1420,1645435864,47.74303,8.99901\n1421,1645435865,47.74303,8.99901\n1422,1645435866,47.74304,8.99901\n1423,1645435867,47.74304,8.99902\n1424,1645435868,47.74304,8.99901\n1425,1645435869,47.74304,8.99901\n1426,1645435870,47.74304,8.99901\n1427,1645435871,47.74304,8.99901\n1428,1645435872,47.74304,8.99901\n1429,1645435873,47.74304,8.99901\n1430,1645435874,47.74304,8.99901\n1431,1645435875,47.74304,8.99901\n1432,1645435876,47.74304,8.99901\n1433,1645435877,47.74304,8.99901\n1434,1645435878,47.74304,8.99901\n1435,1645435879,47.74304,8.99901\n1436,1645435880,47.74304,8.99901\n1437,1645435881,47.74304,8.99901\n1438,1645435882,47.74304,8.99901\n1439,1645435883,47.74304,8.99901\n1440,1645435884,47.74304,8.99901\n1441,1645435885,47.74304,8.99901\n1442,1645435886,47.74304,8.99901\n1443,1645435887,47.74304,8.99901\n1444,1645435888,47.74304,8.99901\n1445,1645435889,47.74304,8.99901\n1446,1645435890,47.74304,8.99901\n1447,1645435891,47.74304,8.99901\n1448,1645435892,47.74304,8.99901\n1449,1645435893,47.74304,8.99901\n1450,1645435894,47.74304,8.99901\n1451,1645435895,47.74304,8.99901\n1452,1645435896,47.74304,8.99901\n1453,1645435897,47.74304,8.99901\n1454,1645435898,47.74304,8.99901\n1455,1645435899,47.74304,8.99901\n1456,1645435900,47.74304,8.99901\n1457,1645435901,47.74304,8.99901\n1458,1645435902,47.74304,8.99901\n1459,1645435903,47.74304,8.99901\n1460,1645435904,47.74304,8.99901\n1461,1645435905,47.74304,8.99901\n1462,1645435906,47.74304,8.99901\n1463,1645435907,47.74304,8.99901\n1464,1645435908,47.74304,8.99901\n1465,1645435909,47.74304,8.99901\n1466,1645435910,47.74304,8.99901\n1467,1645435911,47.74304,8.99901\n1468,1645435912,47.74304,8.99901\n1469,1645435913,47.74304,8.99901\n1470,1645435914,47.74304,8.99901\n1471,1645435915,47.74304,8.99901\n1472,1645435916,47.74304,8.99901\n1473,1645435917,47.74304,8.99901\n1474,1645435918,47.74304,8.99901\n1475,1645435919,47.74304,8.99901\n1476,1645435920,47.74304,8.99901\n1477,1645435921,47.74304,8.99901\n1478,1645435922,47.74304,8.99901\n1479,1645435923,47.74304,8.99901\n1480,1645435924,47.74304,8.99901\n1481,1645435925,47.74304,8.99901\n1482,1645435926,47.74304,8.99901\n1483,1645435927,47.74304,8.99901\n1484,1645435928,47.74304,8.99901\n1485,1645435929,47.74304,8.99901\n1486,1645435930,47.74304,8.99901\n1487,1645435931,47.74304,8.99901\n1488,1645435932,47.74304,8.99901\n1489,1645435933,47.74304,8.99901\n1490,1645435934,47.74304,8.99901\n1491,1645435935,47.74304,8.99901\n1492,1645435936,47.74304,8.99901\n1493,1645435937,47.74304,8.99901\n1494,1645435938,47.74304,8.99901\n1495,1645435939,47.74304,8.99901\n1496,1645435940,47.74303,8.99901\n1497,1645435941,47.74303,8.99902\n1498,1645435942,47.74303,8.99902\n1499,1645435943,47.74303,8.99902\n1500,1645435944,47.74303,8.99902\n1501,1645435945,47.74303,8.99902\n1502,1645435946,47.74303,8.99902\n1503,1645435947,47.74303,8.99902\n1504,1645435948,47.74303,8.99902\n1505,1645435949,47.74303,8.99902\n1506,1645435950,47.74303,8.99902\n1507,1645435951,47.74303,8.99902\n1508,1645435952,47.74303,8.99902\n1509,1645435953,47.74303,8.99902\n1510,1645435954,47.74303,8.99902\n1511,1645435955,47.74303,8.99902\n1512,1645435956,47.74303,8.99902\n1513,1645435957,47.74303,8.99902\n1514,1645435958,47.74303,8.99902\n1515,1645435959,47.74303,8.99902\n1516,1645435960,47.74303,8.99902\n1517,1645435961,47.74303,8.99902\n1518,1645435962,47.74303,8.99902\n1519,1645435963,47.74303,8.99902\n1520,1645435964,47.74303,8.99902\n1521,1645435965,47.74303,8.99902\n1522,1645435966,47.74303,8.99902\n1523,1645435967,47.74303,8.99902\n1524,1645435968,47.74303,8.99902\n1525,1645435969,47.74303,8.99902\n1526,1645435970,47.74303,8.99902\n1527,1645435971,47.74303,8.99902\n1528,1645435972,47.74303,8.99902\n1529,1645435973,47.74303,8.99902\n1530,1645435974,47.74303,8.99902\n1531,1645435975,47.74303,8.99902\n1532,1645435976,47.74303,8.99902\n1533,1645435977,47.74303,8.99902\n1534,1645435978,47.74303,8.99902\n1535,1645435979,47.74303,8.99902\n1536,1645435980,47.74303,8.99902\n1537,1645435981,47.74303,8.99902\n1538,1645435982,47.74303,8.99902\n1539,1645435983,47.74303,8.99902\n1540,1645435984,47.74303,8.99902\n1541,1645435985,47.74303,8.99902\n1542,1645435986,47.74303,8.99902\n1543,1645435987,47.74303,8.99902\n1544,1645435988,47.74303,8.99902\n1545,1645435989,47.74303,8.99902\n1546,1645435990,47.74303,8.99902\n1547,1645435991,47.74303,8.99902\n1548,1645435992,47.74303,8.99902\n1549,1645435993,47.74303,8.99902\n1550,1645435994,47.74303,8.99902\n1551,1645435995,47.74303,8.99902\n1552,1645435996,47.74303,8.99902\n1553,1645435997,47.74303,8.99902\n1554,1645435998,47.74303,8.99902\n1555,1645435999,47.74303,8.99902\n1556,1645436000,47.74303,8.99902\n1557,1645436001,47.74303,8.99902\n1558,1645436002,47.74303,8.99902\n1559,1645436003,47.74303,8.99902\n1560,1645436004,47.74303,8.99902\n1561,1645436005,47.74303,8.99902\n1562,1645436006,47.74303,8.99902\n1563,1645436007,47.74303,8.99902\n1564,1645436008,47.74303,8.99902\n1565,1645436009,47.74303,8.99902\n1566,1645436010,47.74303,8.99902\n1567,1645436011,47.74303,8.99902\n1568,1645436012,47.74303,8.99902\n1569,1645436013,47.74303,8.99902\n1570,1645436014,47.74303,8.99902\n1571,1645436015,47.74303,8.99902\n1572,1645436016,47.74303,8.99902\n1573,1645436017,47.74303,8.99902\n1574,1645436018,47.74303,8.99902\n1575,1645436019,47.74303,8.99902\n1576,1645436020,47.74303,8.99902\n1577,1645436021,47.74303,8.99902\n1578,1645436022,47.74303,8.99902\n1579,1645436023,47.74303,8.99902\n1580,1645436024,47.74303,8.99902\n1581,1645436025,47.74303,8.99902\n1582,1645436026,47.74303,8.99902\n1583,1645436027,47.74303,8.99902\n1584,1645436028,47.74303,8.99902\n1585,1645436029,47.74303,8.99902\n1586,1645436030,47.74303,8.99902\n1587,1645436031,47.74303,8.99902\n1588,1645436032,47.74303,8.99902\n1589,1645436033,47.74303,8.99902\n1590,1645436034,47.74303,8.99902\n1591,1645436035,47.74303,8.99902\n1592,1645436036,47.74303,8.99902\n1593,1645436037,47.74303,8.99902\n1594,1645436038,47.74303,8.99902\n1595,1645436039,47.74303,8.99902\n1596,1645436040,47.74303,8.99902\n1597,1645436041,47.74303,8.99902\n1598,1645436042,47.74303,8.99902\n1599,1645436043,47.74303,8.99902\n1600,1645436044,47.74303,8.99902\n1601,1645436045,47.74303,8.99902\n1602,1645436046,47.74303,8.99902\n1603,1645436047,47.74303,8.99902\n1604,1645436048,47.74303,8.99902\n1605,1645436049,47.74303,8.99902\n1606,1645436050,47.74303,8.99902\n1607,1645436051,47.74303,8.99902\n1608,1645436052,47.74303,8.99902\n1609,1645436053,47.74303,8.99902\n1610,1645436054,47.74303,8.99902\n1611,1645436055,47.74303,8.99902\n1612,1645436056,47.74303,8.99902\n1613,1645436057,47.74303,8.99902\n1614,1645436058,47.74304,8.99902\n1615,1645436059,47.74304,8.99902\n1616,1645436060,47.74304,8.99902\n1617,1645436061,47.74304,8.99902\n1618,1645436062,47.74304,8.99902\n1619,1645436063,47.74304,8.99902\n1620,1645436064,47.74304,8.99902\n1621,1645436065,47.74304,8.99902\n1622,1645436066,47.74304,8.99902\n1623,1645436067,47.74304,8.99902\n1624,1645436068,47.74304,8.99902\n1625,1645436069,47.74304,8.99902\n1626,1645436070,47.74304,8.99902\n1627,1645436071,47.74304,8.99902\n1628,1645436072,47.74304,8.99902\n1629,1645436073,47.74304,8.99902\n1630,1645436074,47.74304,8.99902\n1631,1645436075,47.74304,8.99902\n1632,1645436076,47.74304,8.99902\n1633,1645436077,47.74304,8.99902\n1634,1645436078,47.74304,8.99902\n1635,1645436079,47.74304,8.99902\n1636,1645436080,47.74304,8.99902\n1637,1645436081,47.74304,8.99902\n1638,1645436082,47.74304,8.99902\n1639,1645436083,47.74304,8.99902\n1640,1645436084,47.74304,8.99902\n1641,1645436085,47.74304,8.99902\n1642,1645436086,47.74304,8.99902\n1643,1645436087,47.74304,8.99902\n1644,1645436088,47.74304,8.99902\n1645,1645436089,47.74304,8.99902\n1646,1645436090,47.74304,8.99902\n1647,1645436091,47.74304,8.99902\n1648,1645436092,47.74304,8.99902\n1649,1645436093,47.74304,8.99902\n1650,1645436094,47.74304,8.99902\n1651,1645436095,47.74304,8.99902\n1652,1645436096,47.74304,8.99902\n1653,1645436097,47.74304,8.99902\n1654,1645436098,47.74304,8.99902\n1655,1645436099,47.74304,8.99902\n1656,1645436100,47.74304,8.99902\n1657,1645436101,47.74304,8.99902\n1658,1645436102,47.74304,8.99902\n1659,1645436103,47.74304,8.99902\n1660,1645436104,47.74304,8.99902\n1661,1645436105,47.74304,8.99902\n1662,1645436106,47.74304,8.99902\n1663,1645436107,47.74304,8.99902\n1664,1645436108,47.74304,8.99902\n1665,1645436109,47.74304,8.99902\n1666,1645436110,47.74304,8.99902\n1667,1645436111,47.74304,8.99902\n1668,1645436112,47.74304,8.99902\n1669,1645436113,47.74304,8.99902\n1670,1645436114,47.74304,8.99902\n1671,1645436115,47.74304,8.99902\n1672,1645436116,47.74304,8.99902\n1673,1645436117,47.74305,8.99902\n1674,1645436118,47.74305,8.99902\n1675,1645436119,47.74305,8.99902\n1676,1645436120,47.74305,8.99902\n1677,1645436121,47.74305,8.99902\n1678,1645436122,47.74305,8.99902\n1679,1645436123,47.74305,8.99902\n1680,1645436124,47.74305,8.99902\n1681,1645436125,47.74305,8.99902\n1682,1645436126,47.74305,8.99902\n1683,1645436127,47.74305,8.99902\n1684,1645436128,47.74305,8.99902\n1685,1645436129,47.74305,8.99902\n1686,1645436130,47.74305,8.99902\n1687,1645436131,47.74305,8.99902\n1688,1645436132,47.74305,8.99902\n1689,1645436133,47.74305,8.99902\n1690,1645436134,47.74305,8.99903\n1691,1645436135,47.74305,8.99903\n1692,1645436136,47.74305,8.99903\n1693,1645436137,47.74306,8.99903\n1694,1645436138,47.74306,8.99903\n1695,1645436139,47.74306,8.99903\n1696,1645436140,47.74306,8.99903\n1697,1645436141,47.74306,8.99903\n1698,1645436142,47.74306,8.99903\n1699,1645436143,47.74306,8.99903\n1700,1645436144,47.74306,8.99903\n1701,1645436145,47.74306,8.99903\n1702,1645436146,47.74306,8.99904\n1703,1645436147,47.74306,8.99904\n1704,1645436148,47.74306,8.99904\n1705,1645436149,47.74306,8.99904\n1706,1645436150,47.74306,8.99904\n1707,1645436151,47.74306,8.99904\n1708,1645436152,47.74306,8.99904\n1709,1645436153,47.74306,8.99904\n1710,1645436154,47.74306,8.99904\n1711,1645436155,47.74306,8.99904\n1712,1645436156,47.74306,8.99904\n1713,1645436157,47.74306,8.99904\n1714,1645436158,47.74306,8.99904\n1715,1645436159,47.74306,8.99904\n1716,1645436160,47.74306,8.99904\n1717,1645436161,47.74306,8.99904\n1718,1645436162,47.74306,8.99904\n1719,1645436163,47.74306,8.99904\n1720,1645436164,47.74306,8.99904\n1721,1645436165,47.74306,8.99904\n1722,1645436166,47.74306,8.99904\n1723,1645436167,47.74306,8.99904\n1724,1645436168,47.74306,8.99904\n1725,1645436169,47.74306,8.99904\n1726,1645436170,47.74306,8.99904\n1727,1645436171,47.74306,8.99904\n1728,1645436172,47.74306,8.99904\n1729,1645436173,47.74306,8.99904\n1730,1645436174,47.74306,8.99904\n1731,1645436175,47.74306,8.99904\n1732,1645436176,47.74306,8.99904\n1733,1645436177,47.74306,8.99904\n1734,1645436178,47.74306,8.99904\n1735,1645436179,47.74306,8.99904\n1736,1645436180,47.74306,8.99904\n1737,1645436181,47.74306,8.99904\n1738,1645436182,47.74306,8.99904\n1739,1645436183,47.74306,8.99904\n1740,1645436184,47.74306,8.99904\n1741,1645436185,47.74306,8.99904\n1742,1645436186,47.74306,8.99904\n1743,1645436187,47.74306,8.99904\n1744,1645436188,47.74306,8.99904\n1745,1645436189,47.74306,8.99904\n1746,1645436190,47.74306,8.99904\n1747,1645436191,47.74306,8.99904\n1748,1645436192,47.74306,8.99904\n1749,1645436193,47.74306,8.99904\n1750,1645436194,47.74306,8.99904\n1751,1645436195,47.74306,8.99904\n1752,1645436196,47.74306,8.99904\n1753,1645436197,47.74306,8.99904\n1754,1645436198,47.74306,8.99904\n1755,1645436199,47.74306,8.99904\n1756,1645436200,47.74306,8.99904\n1757,1645436201,47.74306,8.99904\n1758,1645436202,47.74306,8.99904\n1759,1645436203,47.74306,8.99904\n1760,1645436204,47.74306,8.99904\n1761,1645436205,47.74306,8.99904\n1762,1645436206,47.74306,8.99904\n1763,1645436207,47.74306,8.99904\n1764,1645436208,47.74306,8.99904\n1765,1645436209,47.74306,8.99904\n1766,1645436210,47.74306,8.99904\n1767,1645436211,47.74306,8.99904\n1768,1645436212,47.74306,8.99904\n1769,1645436213,47.74306,8.99904\n1770,1645436214,47.74306,8.99904\n1771,1645436215,47.74306,8.99904\n1772,1645436216,47.74306,8.99904\n1773,1645436217,47.74306,8.99904\n1774,1645436218,47.74306,8.99904\n1775,1645436219,47.74306,8.99904\n1776,1645436220,47.74306,8.99904\n1777,1645436221,47.74306,8.99904\n1778,1645436222,47.74306,8.99904\n1779,1645436223,47.74306,8.99904\n1780,1645436224,47.74306,8.99904\n1781,1645436225,47.74306,8.99904\n1782,1645436226,47.74306,8.99904\n1783,1645436227,47.74306,8.99904\n1784,1645436228,47.74306,8.99904\n1785,1645436229,47.74306,8.99904\n1786,1645436230,47.74306,8.99904\n1787,1645436231,47.74306,8.99904\n1788,1645436232,47.74306,8.99904\n1789,1645436233,47.74306,8.99904\n1790,1645436234,47.74306,8.99904\n1791,1645436235,47.74306,8.99904\n1792,1645436236,47.74306,8.99904\n1793,1645436237,47.74306,8.99904\n1794,1645436238,47.74306,8.99904\n1795,1645436239,47.74306,8.99904\n1796,1645436240,47.74306,8.99904\n1797,1645436241,47.74306,8.99904\n1798,1645436242,47.74306,8.99904\n1799,1645436243,47.74306,8.99904\n1800,1645436244,47.74306,8.99904\n1801,1645436245,47.74306,8.99904\n1802,1645436246,47.74306,8.99904\n1803,1645436247,47.74306,8.99904\n1804,1645436248,47.74305,8.99904\n1805,1645436249,47.74305,8.99904\n1806,1645436250,47.74305,8.99904\n1807,1645436251,47.74305,8.99904\n1808,1645436252,47.74305,8.99904\n1809,1645436253,47.74305,8.99904\n1810,1645436254,47.74305,8.99904\n1811,1645436255,47.74305,8.99904\n1812,1645436256,47.74305,8.99904\n1813,1645436257,47.74305,8.99904\n1814,1645436258,47.74305,8.99904\n1815,1645436259,47.74305,8.99904\n1816,1645436260,47.74305,8.99904\n1817,1645436261,47.74305,8.99904\n1818,1645436262,47.74305,8.99904\n1819,1645436263,47.74305,8.99904\n1820,1645436264,47.74305,8.99904\n1821,1645436265,47.74305,8.99904\n1822,1645436266,47.74305,8.99904\n1823,1645436267,47.74305,8.99904\n1824,1645436268,47.74305,8.99904\n1825,1645436269,47.74305,8.99904\n1826,1645436270,47.74305,8.99903\n1827,1645436271,47.74305,8.99903\n1828,1645436272,47.74305,8.99903\n1829,1645436273,47.74305,8.99903\n1830,1645436274,47.74305,8.99903\n1831,1645436275,47.74305,8.99903\n1832,1645436276,47.74305,8.99903\n1833,1645436277,47.74305,8.99903\n1834,1645436278,47.74305,8.99903\n1835,1645436279,47.74305,8.99903\n1836,1645436280,47.74305,8.99903\n1837,1645436281,47.74305,8.99903\n1838,1645436282,47.74305,8.99903\n1839,1645436283,47.74305,8.99903\n1840,1645436284,47.74305,8.99903\n1841,1645436285,47.74305,8.99903\n1842,1645436286,47.74305,8.99903\n1843,1645436287,47.74305,8.99902\n1844,1645436288,47.74305,8.99902\n1845,1645436289,47.74305,8.99902\n1846,1645436290,47.74305,8.99902\n1847,1645436291,47.74305,8.99902\n1848,1645436292,47.74305,8.99902\n1849,1645436293,47.74305,8.99902\n1850,1645436294,47.74305,8.99902\n1851,1645436295,47.74305,8.99902\n1852,1645436296,47.74305,8.99902\n1853,1645436297,47.74305,8.99902\n1854,1645436298,47.74305,8.99902\n1855,1645436299,47.74305,8.99902\n1856,1645436300,47.74305,8.99902\n1857,1645436301,47.74305,8.99902\n1858,1645436302,47.74305,8.99902\n1859,1645436303,47.74305,8.99902\n1860,1645436304,47.74305,8.99902\n1861,1645436305,47.74305,8.99902\n1862,1645436306,47.74305,8.99902\n1863,1645436307,47.74305,8.99902\n1864,1645436308,47.74305,8.99902\n1865,1645436309,47.74305,8.99902\n1866,1645436310,47.74306,8.99903\n1867,1645436311,47.74306,8.99903\n1868,1645436312,47.74306,8.99903\n1869,1645436313,47.74306,8.99903\n1870,1645436314,47.74306,8.99903\n1871,1645436315,47.74306,8.99903\n1872,1645436316,47.74306,8.99903\n1873,1645436317,47.74306,8.99903\n1874,1645436318,47.74306,8.99903\n1875,1645436319,47.74306,8.99903\n1876,1645436320,47.74306,8.99903\n1877,1645436321,47.74306,8.99903\n1878,1645436322,47.74306,8.99903\n1879,1645436323,47.74306,8.99903\n1880,1645436324,47.74306,8.99903\n1881,1645436325,47.74306,8.99903\n1882,1645436326,47.74306,8.99903\n1883,1645436327,47.74306,8.99903\n1884,1645436328,47.74306,8.99903\n1885,1645436329,47.74306,8.99903\n1886,1645436330,47.74306,8.99903\n1887,1645436331,47.74306,8.99903\n1888,1645436332,47.74306,8.99903\n1889,1645436333,47.74306,8.99903\n1890,1645436334,47.74306,8.99903\n1891,1645436335,47.74306,8.99903\n1892,1645436336,47.74306,8.99903\n1893,1645436337,47.74306,8.99903\n1894,1645436338,47.74306,8.99903\n1895,1645436339,47.74306,8.99903\n1896,1645436340,47.74306,8.99903\n1897,1645436341,47.74306,8.99903\n1898,1645436342,47.74306,8.99903\n1899,1645436343,47.74306,8.99903\n1900,1645436344,47.74306,8.99903\n1901,1645436345,47.74306,8.99903\n1902,1645436346,47.74306,8.99903\n1903,1645436347,47.74306,8.99903\n1904,1645436348,47.74306,8.99903\n1905,1645436349,47.74306,8.99903\n1906,1645436350,47.74306,8.99903\n1907,1645436351,47.74306,8.99903\n1908,1645436352,47.74306,8.99903\n1909,1645436353,47.74306,8.99903\n1910,1645436354,47.74306,8.99903\n1911,1645436355,47.74306,8.99903\n1912,1645436356,47.74306,8.99903\n1913,1645436357,47.74306,8.99903\n1914,1645436358,47.74306,8.99903\n1915,1645436359,47.74306,8.99903\n1916,1645436360,47.74306,8.99903\n1917,1645436361,47.74306,8.99903\n1918,1645436362,47.74306,8.99903\n1919,1645436363,47.74306,8.99903\n1920,1645436364,47.74306,8.99903\n1921,1645436365,47.74306,8.99903\n1922,1645436366,47.74306,8.99903\n1923,1645436367,47.74306,8.99903\n1924,1645436368,47.74306,8.99903\n1925,1645436369,47.74306,8.99903\n1926,1645436370,47.74306,8.99903\n1927,1645436371,47.74306,8.99903\n1928,1645436372,47.74306,8.99903\n1929,1645436373,47.74306,8.99903\n1930,1645436374,47.74306,8.99903\n1931,1645436375,47.74306,8.99903\n1932,1645436376,47.74306,8.99903\n1933,1645436377,47.74306,8.99903\n1934,1645436378,47.74306,8.99903\n1935,1645436379,47.74306,8.99903\n1936,1645436380,47.74306,8.99903\n1937,1645436381,47.74306,8.99903\n1938,1645436382,47.74306,8.99903\n1939,1645436383,47.74306,8.99903\n1940,1645436384,47.74306,8.99903\n1941,1645436385,47.74306,8.99903\n1942,1645436386,47.74306,8.99903\n1943,1645436387,47.74306,8.99903\n1944,1645436388,47.74306,8.99903\n1945,1645436389,47.74306,8.99903\n1946,1645436390,47.74306,8.99903\n1947,1645436391,47.74306,8.99903\n1948,1645436392,47.74306,8.99903\n1949,1645436393,47.74306,8.99903\n1950,1645436394,47.74306,8.99903\n1951,1645436395,47.74306,8.99903\n1952,1645436396,47.74306,8.99903\n1953,1645436397,47.74306,8.99903\n1954,1645436398,47.74306,8.99903\n1955,1645436399,47.74306,8.99903\n1956,1645436400,47.74306,8.99903\n1957,1645436401,47.74306,8.99903\n1958,1645436402,47.74306,8.99903\n1959,1645436403,47.74306,8.99903\n1960,1645436404,47.74306,8.99903\n1961,1645436405,47.74306,8.99903\n1962,1645436406,47.74306,8.99903\n1963,1645436407,47.74306,8.99903\n1964,1645436408,47.74306,8.99903\n1965,1645436409,47.74306,8.99903\n1966,1645436410,47.74306,8.99903\n1967,1645436411,47.74306,8.99903\n1968,1645436412,47.74306,8.99903\n1969,1645436413,47.74306,8.99903\n1970,1645436414,47.74306,8.99903\n1971,1645436415,47.74306,8.99903\n1972,1645436416,47.74306,8.99903\n1973,1645436417,47.74306,8.99903\n1974,1645436418,47.74306,8.99903\n1975,1645436419,47.74306,8.99903\n1976,1645436420,47.74306,8.99903\n1977,1645436421,47.74306,8.99903\n1978,1645436422,47.74306,8.99903\n1979,1645436423,47.74306,8.99903\n1980,1645436424,47.74306,8.99903\n1981,1645436425,47.74306,8.99903\n1982,1645436426,47.74306,8.99903\n1983,1645436427,47.74306,8.99903\n1984,1645436428,47.74306,8.99903\n1985,1645436429,47.74306,8.99903\n1986,1645436430,47.74306,8.99903\n1987,1645436431,47.74306,8.99903\n1988,1645436432,47.74306,8.99903\n1989,1645436433,47.74306,8.99903\n1990,1645436434,47.74306,8.99903\n1991,1645436435,47.74306,8.99903\n1992,1645436436,47.74306,8.99903\n1993,1645436437,47.74305,8.99903\n1994,1645436438,47.74305,8.99903\n1995,1645436439,47.74305,8.99903\n1996,1645436440,47.74305,8.99903\n1997,1645436441,47.74305,8.99903\n1998,1645436442,47.74305,8.99903\n1999,1645436443,47.74305,8.99903\n2000,1645436444,47.74305,8.99902\n2001,1645436445,47.74305,8.99902\n2002,1645436446,47.74305,8.99902\n2003,1645436447,47.74305,8.99902\n2004,1645436448,47.74305,8.99902\n2005,1645436449,47.74305,8.99902\n2006,1645436450,47.74305,8.99902\n2007,1645436451,47.74305,8.99902\n2008,1645436452,47.74305,8.99902\n2009,1645436453,47.74305,8.99902\n2010,1645436454,47.74305,8.99902\n2011,1645436455,47.74305,8.99902\n2012,1645436456,47.74305,8.99902\n2013,1645436457,47.74305,8.99902\n2014,1645436458,47.74305,8.99902\n2015,1645436459,47.74305,8.99902\n2016,1645436460,47.74305,8.99902\n2017,1645436461,47.74305,8.99902\n2018,1645436462,47.74305,8.99902\n2019,1645436463,47.74305,8.99902\n2020,1645436464,47.74305,8.99902\n2021,1645436465,47.74305,8.99902\n2022,1645436466,47.74305,8.99902\n2023,1645436467,47.74305,8.99902\n2024,1645436468,47.74305,8.99902\n2025,1645436469,47.74305,8.99902\n2026,1645436470,47.74305,8.99902\n2027,1645436471,47.74305,8.99902\n2028,1645436472,47.74305,8.99902\n2029,1645436473,47.74305,8.99902\n2030,1645436474,47.74305,8.99902\n2031,1645436475,47.74305,8.99902\n2032,1645436476,47.74305,8.99902\n2033,1645436477,47.74305,8.99902\n2034,1645436478,47.74305,8.99902\n2035,1645436479,47.74305,8.99902\n2036,1645436480,47.74305,8.99902\n2037,1645436481,47.74305,8.99902\n2038,1645436482,47.74305,8.99902\n2039,1645436483,47.74305,8.99902\n2040,1645436484,47.74305,8.99902\n2041,1645436485,47.74305,8.99902\n2042,1645436486,47.74305,8.99902\n2043,1645436487,47.74305,8.99902\n2044,1645436488,47.74305,8.99902\n2045,1645436489,47.74305,8.99902\n2046,1645436490,47.74305,8.99902\n2047,1645436491,47.74305,8.99902\n2048,1645436492,47.74305,8.99902\n2049,1645436493,47.74305,8.99902\n2050,1645436494,47.74305,8.99902\n2051,1645436495,47.74305,8.99902\n2052,1645436496,47.74305,8.99902\n2053,1645436497,47.74305,8.99902\n2054,1645436498,47.74305,8.99902\n2055,1645436499,47.74305,8.99902\n2056,1645436500,47.74305,8.99902\n2057,1645436501,47.74305,8.99902\n2058,1645436502,47.74305,8.99902\n2059,1645436503,47.74305,8.99902\n2060,1645436504,47.74305,8.99902\n2061,1645436505,47.74305,8.99902\n2062,1645436506,47.74305,8.99902\n2063,1645436507,47.74305,8.99902\n2064,1645436508,47.74305,8.99902\n2065,1645436509,47.74305,8.99902\n2066,1645436510,47.74305,8.99902\n2067,1645436511,47.74305,8.99902\n2068,1645436512,47.74305,8.99902\n2069,1645436513,47.74305,8.99902\n2070,1645436514,47.74305,8.99902\n2071,1645436515,47.74305,8.99902\n2072,1645436516,47.74305,8.99902\n2073,1645436517,47.74305,8.99902\n2074,1645436518,47.74305,8.99902\n2075,1645436519,47.74305,8.99902\n2076,1645436520,47.74305,8.99902\n2077,1645436521,47.74305,8.99902\n2078,1645436522,47.74305,8.99902\n2079,1645436523,47.74305,8.99902\n2080,1645436524,47.74305,8.99902\n2081,1645436525,47.74305,8.99902\n2082,1645436526,47.74305,8.99902\n2083,1645436527,47.74305,8.99902\n2084,1645436528,47.74305,8.99902\n2085,1645436529,47.74305,8.99902\n2086,1645436530,47.74305,8.99902\n2087,1645436531,47.74305,8.99902\n2088,1645436532,47.74305,8.99902\n2089,1645436533,47.74305,8.99902\n2090,1645436534,47.74305,8.99902\n2091,1645436535,47.74305,8.99902\n2092,1645436536,47.74305,8.99902\n2093,1645436537,47.74305,8.99902\n2094,1645436538,47.74305,8.99902\n2095,1645436539,47.74305,8.99902\n2096,1645436540,47.74305,8.99902\n2097,1645436541,47.74305,8.99902\n2098,1645436542,47.74305,8.99902\n2099,1645436543,47.74305,8.99902\n2100,1645436544,47.74305,8.99902\n2101,1645436545,47.74305,8.99902\n2102,1645436546,47.74305,8.99902\n2103,1645436547,47.74305,8.99902\n2104,1645436548,47.74305,8.99902\n2105,1645436549,47.74305,8.99902\n2106,1645436550,47.74305,8.99902\n2107,1645436551,47.74305,8.99902\n2108,1645436552,47.74305,8.99902\n2109,1645436553,47.74305,8.99902\n2110,1645436554,47.74305,8.99902\n2111,1645436555,47.74305,8.99902\n2112,1645436556,47.74305,8.99902\n2113,1645436557,47.74305,8.99902\n2114,1645436558,47.74305,8.99902\n2115,1645436559,47.74305,8.99902\n2116,1645436560,47.74305,8.99902\n2117,1645436561,47.74305,8.99902\n2118,1645436562,47.74305,8.99902\n2119,1645436563,47.74305,8.99902\n2120,1645436564,47.74305,8.99902\n2121,1645436565,47.74305,8.99902\n2122,1645436566,47.74305,8.99902\n2123,1645436567,47.74305,8.99902\n2124,1645436568,47.74305,8.99902\n2125,1645436569,47.74305,8.99902\n2126,1645436570,47.74305,8.99902\n2127,1645436571,47.74305,8.99902\n2128,1645436572,47.74305,8.99902\n2129,1645436573,47.74305,8.99902\n2130,1645436574,47.74305,8.99902\n2131,1645436575,47.74305,8.99902\n2132,1645436576,47.74305,8.99902\n2133,1645436577,47.74305,8.99902\n2134,1645436578,47.74305,8.99902\n2135,1645436579,47.74305,8.99902\n2136,1645436580,47.74305,8.99902\n2137,1645436581,47.74305,8.99902\n2138,1645436582,47.74305,8.99902\n2139,1645436583,47.74305,8.99902\n2140,1645436584,47.74305,8.99902\n2141,1645436585,47.74305,8.99902\n2142,1645436586,47.74305,8.99902\n2143,1645436587,47.74305,8.99902\n2144,1645436588,47.74305,8.99902\n2145,1645436589,47.74305,8.99902\n2146,1645436590,47.74305,8.99902\n2147,1645436591,47.74305,8.99902\n2148,1645436592,47.74305,8.99902\n2149,1645436593,47.74305,8.99902\n2150,1645436594,47.74305,8.99902\n2151,1645436595,47.74305,8.99902\n2152,1645436596,47.74305,8.99902\n2153,1645436597,47.74305,8.99902\n2154,1645436598,47.74305,8.99902\n2155,1645436599,47.74305,8.99902\n2156,1645436600,47.74305,8.99902\n2157,1645436601,47.74305,8.99902\n2158,1645436602,47.74305,8.99902\n2159,1645436603,47.74305,8.99902\n2160,1645436604,47.74305,8.99902\n2161,1645436605,47.74305,8.99902\n2162,1645436606,47.74305,8.99902\n2163,1645436607,47.74305,8.99902\n2164,1645436608,47.74305,8.99902\n2165,1645436609,47.74305,8.99902\n2166,1645436610,47.74305,8.99902\n2167,1645436611,47.74305,8.99902\n2168,1645436612,47.74305,8.99902\n2169,1645436613,47.74305,8.99902\n2170,1645436614,47.74305,8.99902\n2171,1645436615,47.74305,8.99902\n2172,1645436616,47.74305,8.99902\n2173,1645436617,47.74305,8.99902\n2174,1645436618,47.74305,8.99902\n2175,1645436619,47.74305,8.99902\n2176,1645436620,47.74305,8.99902\n2177,1645436621,47.74305,8.99902\n2178,1645436622,47.74305,8.99902\n2179,1645436623,47.74305,8.99902\n2180,1645436624,47.74305,8.99902\n2181,1645436625,47.74305,8.99902\n2182,1645436626,47.74305,8.99902\n2183,1645436627,47.74305,8.99902\n2184,1645436628,47.74305,8.99902\n2185,1645436629,47.74305,8.99902\n2186,1645436630,47.74305,8.99902\n2187,1645436631,47.74305,8.99902\n2188,1645436632,47.74305,8.99902\n2189,1645436633,47.74305,8.99902\n2190,1645436634,47.74305,8.99902\n2191,1645436635,47.74305,8.99902\n2192,1645436636,47.74305,8.99902\n2193,1645436637,47.74305,8.99902\n2194,1645436638,47.74305,8.99902\n2195,1645436639,47.74305,8.99902\n2196,1645436640,47.74305,8.99902\n2197,1645436641,47.74305,8.99902\n2198,1645436642,47.74305,8.99902\n2199,1645436643,47.74305,8.99902\n2200,1645436644,47.74305,8.99902\n2201,1645436645,47.74305,8.99902\n2202,1645436646,47.74305,8.99902\n2203,1645436647,47.74305,8.99902\n2204,1645436648,47.74305,8.99902\n2205,1645436649,47.74305,8.99902\n2206,1645436650,47.74305,8.99902\n2207,1645436651,47.74305,8.99902\n2208,1645436652,47.74305,8.99902\n2209,1645436653,47.74305,8.99902\n2210,1645436654,47.74305,8.99902\n2211,1645436655,47.74305,8.99902\n2212,1645436656,47.74305,8.99902\n2213,1645436657,47.74305,8.99902\n2214,1645436658,47.74305,8.99902\n2215,1645436659,47.74305,8.99902\n2216,1645436660,47.74305,8.99902\n2217,1645436661,47.74305,8.99902\n2218,1645436662,47.74305,8.99902\n2219,1645436663,47.74305,8.99902\n2220,1645436664,47.74305,8.99902\n2221,1645436665,47.74305,8.99902\n2222,1645436666,47.74305,8.99902\n2223,1645436667,47.74305,8.99902\n2224,1645436668,47.74305,8.99902\n2225,1645436669,47.74305,8.99902\n2226,1645436670,47.74305,8.99902\n2227,1645436671,47.74305,8.99902\n2228,1645436672,47.74305,8.99902\n2229,1645436673,47.74305,8.99902\n2230,1645436674,47.74305,8.99902\n2231,1645436675,47.74305,8.99902\n2232,1645436676,47.74305,8.99902\n2233,1645436677,47.74305,8.99902\n2234,1645436678,47.74305,8.99902\n2235,1645436679,47.74305,8.99902\n2236,1645436680,47.74305,8.99902\n2237,1645436681,47.74305,8.99902\n2238,1645436682,47.74305,8.99902\n2239,1645436683,47.74305,8.99901\n2240,1645436684,47.74305,8.99901\n2241,1645436685,47.74305,8.99901\n2242,1645436686,47.74305,8.99901\n2243,1645436687,47.74305,8.99901\n2244,1645436688,47.74305,8.99901\n2245,1645436689,47.74305,8.99901\n2246,1645436690,47.74305,8.99901\n2247,1645436691,47.74305,8.99901\n2248,1645436692,47.74305,8.99901\n2249,1645436693,47.74305,8.99901\n2250,1645436694,47.74305,8.99901\n2251,1645436695,47.74305,8.99901\n2252,1645436696,47.74305,8.99901\n2253,1645436697,47.74305,8.99901\n2254,1645436698,47.74305,8.99901\n2255,1645436699,47.74305,8.99901\n2256,1645436700,47.74305,8.99901\n2257,1645436701,47.74305,8.99901\n2258,1645436702,47.74305,8.99901\n2259,1645436703,47.74305,8.99901\n2260,1645436704,47.74305,8.99901\n2261,1645436705,47.74305,8.99901\n2262,1645436706,47.74305,8.99901\n2263,1645436707,47.74305,8.99901\n2264,1645436708,47.74305,8.99901\n2265,1645436709,47.74305,8.99901\n2266,1645436710,47.74305,8.99901\n2267,1645436711,47.74305,8.99901\n2268,1645436712,47.74305,8.99901\n2269,1645436713,47.74305,8.99901\n2270,1645436714,47.74305,8.99901\n2271,1645436715,47.74305,8.99901\n2272,1645436716,47.74305,8.99901\n2273,1645436717,47.74305,8.99901\n2274,1645436718,47.74305,8.99901\n2275,1645436719,47.74305,8.99901\n2276,1645436720,47.74305,8.99901\n2277,1645436721,47.74305,8.99901\n2278,1645436722,47.74305,8.99901\n2279,1645436723,47.74305,8.99901\n2280,1645436724,47.74305,8.99901\n2281,1645436725,47.74305,8.99901\n2282,1645436726,47.74305,8.99901\n2283,1645436727,47.74305,8.99901\n2284,1645436728,47.74305,8.99901\n2285,1645436729,47.74305,8.99901\n2286,1645436730,47.74305,8.99901\n2287,1645436731,47.74305,8.99901\n2288,1645436732,47.74305,8.99901\n2289,1645436733,47.74305,8.99901\n2290,1645436734,47.74305,8.99901\n2291,1645436735,47.74305,8.99901\n2292,1645436736,47.74305,8.99901\n2293,1645436737,47.74305,8.99901\n2294,1645436738,47.74305,8.99901\n2295,1645436739,47.74305,8.99901\n2296,1645436740,47.74305,8.99901\n2297,1645436741,47.74305,8.99901\n2298,1645436742,47.74305,8.99901\n2299,1645436743,47.74305,8.99901\n2300,1645436744,47.74305,8.99901\n2301,1645436745,47.74305,8.99901\n2302,1645436746,47.74305,8.99901\n2303,1645436747,47.74305,8.99901\n2304,1645436748,47.74305,8.99901\n2305,1645436749,47.74305,8.99901\n2306,1645436750,47.74305,8.99901\n2307,1645436751,47.74305,8.99901\n2308,1645436752,47.74305,8.99901\n2309,1645436753,47.74305,8.99901\n2310,1645436754,47.74305,8.99901\n2311,1645436755,47.74305,8.99901\n2312,1645436756,47.74305,8.99901\n2313,1645436757,47.74305,8.99901\n2314,1645436758,47.74305,8.99901\n2315,1645436759,47.74305,8.99901\n2316,1645436760,47.74305,8.99901\n2317,1645436761,47.74305,8.99901\n2318,1645436762,47.74305,8.99901\n2319,1645436763,47.74305,8.99901\n2320,1645436764,47.74305,8.99901\n2321,1645436765,47.74305,8.99901\n2322,1645436766,47.74305,8.99901\n2323,1645436767,47.74305,8.99901\n2324,1645436768,47.74305,8.99901\n2325,1645436769,47.74305,8.99901\n2326,1645436770,47.74305,8.99901\n2327,1645436771,47.74305,8.99901\n2328,1645436772,47.74305,8.99901\n2329,1645436773,47.74305,8.99901\n2330,1645436774,47.74305,8.99901\n2331,1645436775,47.74305,8.99901\n2332,1645436776,47.74305,8.99901\n2333,1645436777,47.74305,8.99901\n2334,1645436778,47.74305,8.99901\n2335,1645436779,47.74305,8.99901\n2336,1645436780,47.74305,8.99901\n2337,1645436781,47.74305,8.99901\n2338,1645436782,47.74305,8.99901\n2339,1645436783,47.74305,8.99901\n2340,1645436784,47.74305,8.99901\n2341,1645436785,47.74305,8.99901\n2342,1645436786,47.74305,8.99901\n2343,1645436787,47.74305,8.99901\n2344,1645436788,47.74305,8.99901\n2345,1645436789,47.74305,8.99901\n2346,1645436790,47.74305,8.99901\n2347,1645436791,47.74305,8.99901\n2348,1645436792,47.74305,8.99901\n2349,1645436793,47.74305,8.99901\n2350,1645436794,47.74305,8.99901\n2351,1645436795,47.74305,8.99901\n2352,1645436796,47.74305,8.99901\n2353,1645436797,47.74305,8.99901\n2354,1645436798,47.74305,8.99901\n2355,1645436799,47.74305,8.99901\n2356,1645436800,47.74305,8.99901\n2357,1645436801,47.74305,8.99901\n2358,1645436802,47.74305,8.99901\n2359,1645436803,47.74305,8.99901\n2360,1645436804,47.74305,8.99901\n2361,1645436805,47.74305,8.99901\n2362,1645436806,47.74305,8.99901\n2363,1645436807,47.74305,8.99901\n2364,1645436808,47.74305,8.99901\n2365,1645436809,47.74305,8.99901\n2366,1645436810,47.74305,8.99902\n2367,1645436811,47.74305,8.99902\n2368,1645436812,47.74305,8.99902\n2369,1645436813,47.74305,8.99902\n2370,1645436814,47.74305,8.99902\n2371,1645436815,47.74305,8.99902\n2372,1645436816,47.74305,8.99902\n2373,1645436817,47.74305,8.99901\n2374,1645436818,47.74305,8.99901\n2375,1645436819,47.74305,8.99901\n2376,1645436820,47.74305,8.99901\n2377,1645436821,47.74305,8.99901\n2378,1645436822,47.74305,8.99901\n2379,1645436823,47.74305,8.99901\n2380,1645436824,47.74305,8.99901\n2381,1645436825,47.74305,8.99901\n2382,1645436826,47.74305,8.99902\n2383,1645436827,47.74305,8.99901\n2384,1645436828,47.74305,8.99901\n2385,1645436829,47.74305,8.99901\n2386,1645436830,47.74305,8.99901\n2387,1645436831,47.74305,8.99901\n2388,1645436832,47.74305,8.99901\n2389,1645436833,47.74305,8.99901\n2390,1645436834,47.74305,8.99901\n2391,1645436835,47.74305,8.99902\n2392,1645436836,47.74305,8.99902\n2393,1645436837,47.74305,8.99902\n2394,1645436838,47.74305,8.99902\n2395,1645436839,47.74305,8.99902\n2396,1645436840,47.74305,8.99902\n2397,1645436841,47.74305,8.99902\n2398,1645436842,47.74305,8.99902\n2399,1645436843,47.74305,8.99902\n2400,1645436844,47.74305,8.99902\n2401,1645436845,47.74305,8.99902\n2402,1645436846,47.74305,8.99902\n2403,1645436847,47.74305,8.99902\n2404,1645436848,47.74305,8.99903\n2405,1645436849,47.74305,8.99903\n2406,1645436850,47.74305,8.99903\n2407,1645436851,47.74305,8.99903\n2408,1645436852,47.74305,8.99903\n2409,1645436853,47.74305,8.99903\n2410,1645436854,47.74305,8.99903\n2411,1645436855,47.74305,8.99903\n2412,1645436856,47.74305,8.99903\n2413,1645436857,47.74305,8.99903\n2414,1645436858,47.74305,8.99903\n2415,1645436859,47.74305,8.99903\n2416,1645436860,47.74305,8.99903\n2417,1645436861,47.74305,8.99903\n2418,1645436862,47.74305,8.99903\n2419,1645436863,47.74305,8.99903\n2420,1645436864,47.74305,8.99903\n2421,1645436865,47.74305,8.99903\n2422,1645436866,47.74305,8.99903\n2423,1645436867,47.74305,8.99903\n2424,1645436868,47.74305,8.99903\n2425,1645436869,47.74305,8.99903\n2426,1645436870,47.74305,8.99903\n2427,1645436871,47.74305,8.99903\n2428,1645436872,47.74305,8.99903\n2429,1645436873,47.74305,8.99903\n2430,1645436874,47.74305,8.99903\n2431,1645436875,47.74305,8.99903\n2432,1645436876,47.74305,8.99903\n2433,1645436877,47.74305,8.99903\n2434,1645436878,47.74305,8.99903\n2435,1645436879,47.74305,8.99903\n2436,1645436880,47.74305,8.99903\n2437,1645436881,47.74305,8.99903\n2438,1645436882,47.74305,8.99903\n2439,1645436883,47.74305,8.99903\n2440,1645436884,47.74305,8.99903\n2441,1645436885,47.74305,8.99903\n2442,1645436886,47.74305,8.99903\n2443,1645436887,47.74305,8.99903\n2444,1645436888,47.74305,8.99903\n2445,1645436889,47.74305,8.99903\n2446,1645436890,47.74305,8.99903\n2447,1645436891,47.74305,8.99903\n2448,1645436892,47.74305,8.99903\n2449,1645436893,47.74305,8.99903\n2450,1645436894,47.74305,8.99903\n2451,1645436895,47.74304,8.99903\n2452,1645436896,47.74305,8.99903\n2453,1645436897,47.74305,8.99903\n2454,1645436898,47.74304,8.99903\n2455,1645436899,47.74304,8.99902\n2456,1645436900,47.74304,8.99902\n2457,1645436901,47.74304,8.99902\n2458,1645436902,47.74304,8.99902\n2459,1645436903,47.74304,8.99902\n2460,1645436904,47.74304,8.99902\n2461,1645436905,47.74304,8.99902\n2462,1645436906,47.74304,8.99902\n2463,1645436907,47.74304,8.99902\n2464,1645436908,47.74304,8.99902\n2465,1645436909,47.74304,8.99902\n2466,1645436910,47.74304,8.99902\n2467,1645436911,47.74304,8.99902\n2468,1645436912,47.74304,8.99902\n2469,1645436913,47.74304,8.99902\n2470,1645436914,47.74304,8.99902\n2471,1645436915,47.74304,8.99902\n2472,1645436916,47.74304,8.99902\n2473,1645436917,47.74304,8.99902\n2474,1645436918,47.74304,8.99902\n2475,1645436919,47.74304,8.99902\n2476,1645436920,47.74304,8.99902\n2477,1645436921,47.74304,8.99902\n2478,1645436922,47.74304,8.99902\n2479,1645436923,47.74304,8.99902\n2480,1645436924,47.74304,8.99902\n2481,1645436925,47.74304,8.99902\n2482,1645436926,47.74304,8.99902\n2483,1645436927,47.74304,8.99902\n2484,1645436928,47.74304,8.99902\n2485,1645436929,47.74304,8.99902\n2486,1645436930,47.74304,8.99902\n2487,1645436931,47.74304,8.99902\n2488,1645436932,47.74304,8.99902\n2489,1645436933,47.74304,8.99902\n2490,1645436934,47.74304,8.99902\n2491,1645436935,47.74304,8.99902\n2492,1645436936,47.74304,8.99902\n2493,1645436937,47.74304,8.99902\n2494,1645436938,47.74304,8.99902\n2495,1645436939,47.74304,8.99902\n2496,1645436940,47.74304,8.99902\n2497,1645436941,47.74304,8.99902\n2498,1645436942,47.74304,8.99902\n2499,1645436943,47.74304,8.99902\n2500,1645436944,47.74304,8.99902\n2501,1645436945,47.74304,8.99902\n2502,1645436946,47.74304,8.99902\n2503,1645436947,47.74304,8.99902\n2504,1645436948,47.74304,8.99902\n2505,1645436949,47.74304,8.99902\n2506,1645436950,47.74304,8.99902\n2507,1645436951,47.74304,8.99902\n2508,1645436952,47.74304,8.99902\n2509,1645436953,47.74304,8.99902\n2510,1645436954,47.74304,8.99902\n2511,1645436955,47.74304,8.99902\n2512,1645436956,47.74304,8.99902\n2513,1645436957,47.74304,8.99902\n2514,1645436958,47.74304,8.99902\n2515,1645436959,47.74304,8.99902\n2516,1645436960,47.74304,8.99902\n2517,1645436961,47.74304,8.99902\n2518,1645436962,47.74304,8.99902\n2519,1645436963,47.74304,8.99902\n2520,1645436964,47.74304,8.99902\n2521,1645436965,47.74304,8.99902\n2522,1645436966,47.74304,8.99902\n2523,1645436967,47.74304,8.99902\n2524,1645436968,47.74304,8.99902\n2525,1645436969,47.74304,8.99902\n2526,1645436970,47.74304,8.99902\n2527,1645436971,47.74304,8.99902\n2528,1645436972,47.74304,8.99902\n2529,1645436973,47.74304,8.99902\n2530,1645436974,47.74304,8.99902\n2531,1645436975,47.74304,8.99902\n2532,1645436976,47.74304,8.99902\n2533,1645436977,47.74304,8.99902\n2534,1645436978,47.74304,8.99902\n2535,1645436979,47.74304,8.99902\n2536,1645436980,47.74304,8.99902\n2537,1645436981,47.74304,8.99902\n2538,1645436982,47.74304,8.99902\n2539,1645436983,47.74304,8.99902\n2540,1645436984,47.74304,8.99902\n2541,1645436985,47.74304,8.99902\n2542,1645436986,47.74304,8.99902\n2543,1645436987,47.74304,8.99902\n2544,1645436988,47.74304,8.99902\n2545,1645436989,47.74304,8.99902\n2546,1645436990,47.74304,8.99902\n2547,1645436991,47.74304,8.99902\n2548,1645436992,47.74304,8.99902\n2549,1645436993,47.74304,8.99902\n2550,1645436994,47.74304,8.99902\n2551,1645436995,47.74304,8.99902\n2552,1645436996,47.74304,8.99902\n2553,1645436997,47.74304,8.99902\n2554,1645436998,47.74304,8.99902\n2555,1645436999,47.74304,8.99902\n2556,1645437000,47.74304,8.99902\n2557,1645437001,47.74304,8.99902\n2558,1645437002,47.74304,8.99902\n2559,1645437003,47.74304,8.99902\n2560,1645437004,47.74304,8.99902\n2561,1645437005,47.74304,8.99902\n2562,1645437006,47.74304,8.99902\n2563,1645437007,47.74304,8.99902\n2564,1645437008,47.74304,8.99902\n2565,1645437009,47.74304,8.99902\n2566,1645437010,47.74304,8.99902\n2567,1645437011,47.74304,8.99902\n2568,1645437012,47.74304,8.99902\n2569,1645437013,47.74304,8.99902\n2570,1645437014,47.74304,8.99902\n2571,1645437015,47.74304,8.99902\n2572,1645437016,47.74304,8.99902\n2573,1645437017,47.74304,8.99902\n2574,1645437018,47.74304,8.99902\n2575,1645437019,47.74304,8.99902\n2576,1645437020,47.74304,8.99902\n2577,1645437021,47.74304,8.99902\n2578,1645437022,47.74304,8.99902\n2579,1645437023,47.74304,8.99902\n2580,1645437024,47.74304,8.99902\n2581,1645437025,47.74304,8.99902\n2582,1645437026,47.74304,8.99902\n2583,1645437027,47.74304,8.99902\n2584,1645437028,47.74304,8.99902\n2585,1645437029,47.74304,8.99902\n2586,1645437030,47.74304,8.99902\n2587,1645437031,47.74304,8.99902\n2588,1645437032,47.74304,8.99902\n2589,1645437033,47.74304,8.99902\n2590,1645437034,47.74304,8.99902\n2591,1645437035,47.74304,8.99902\n2592,1645437036,47.74304,8.99902\n2593,1645437037,47.74304,8.99902\n2594,1645437038,47.74304,8.99902\n2595,1645437039,47.74304,8.99902\n2596,1645437040,47.74304,8.99902\n2597,1645437041,47.74304,8.99902\n2598,1645437042,47.74304,8.99902\n2599,1645437043,47.74304,8.99902\n2600,1645437044,47.74304,8.99902\n2601,1645437045,47.74304,8.99902\n2602,1645437046,47.74304,8.99902\n2603,1645437047,47.74304,8.99902\n2604,1645437048,47.74304,8.99902\n2605,1645437049,47.74304,8.99902\n2606,1645437050,47.74304,8.99902\n2607,1645437051,47.74304,8.99902\n2608,1645437052,47.74304,8.99902\n2609,1645437053,47.74304,8.99902\n2610,1645437054,47.74304,8.99902\n2611,1645437055,47.74304,8.99902\n2612,1645437056,47.74304,8.99902\n2613,1645437057,47.74304,8.99902\n2614,1645437058,47.74304,8.99902\n2615,1645437059,47.74304,8.99902\n2616,1645437060,47.74304,8.99902\n2617,1645437061,47.74304,8.99902\n2618,1645437062,47.74304,8.99902\n2619,1645437063,47.74304,8.99902\n2620,1645437064,47.74304,8.99902\n2621,1645437065,47.74304,8.99902\n2622,1645437066,47.74304,8.99902\n2623,1645437067,47.74304,8.99902\n2624,1645437068,47.74304,8.99902\n2625,1645437069,47.74304,8.99902\n2626,1645437070,47.74304,8.99902\n2627,1645437071,47.74304,8.99902\n2628,1645437072,47.74304,8.99902\n2629,1645437073,47.74304,8.99902\n2630,1645437074,47.74304,8.99902\n2631,1645437075,47.74304,8.99902\n2632,1645437076,47.74304,8.99902\n2633,1645437077,47.74304,8.99902\n2634,1645437078,47.74304,8.99902\n2635,1645437079,47.74304,8.99902\n2636,1645437080,47.74304,8.99902\n2637,1645437081,47.74304,8.99902\n2638,1645437082,47.74304,8.99902\n2639,1645437083,47.74304,8.99902\n2640,1645437084,47.74304,8.99902\n2641,1645437085,47.74304,8.99902\n2642,1645437086,47.74304,8.99902\n2643,1645437087,47.74304,8.99902\n2644,1645437088,47.74304,8.99902\n2645,1645437089,47.74304,8.99902\n2646,1645437090,47.74304,8.99902\n2647,1645437091,47.74304,8.99902\n2648,1645437092,47.74304,8.99902\n2649,1645437093,47.74304,8.99902\n2650,1645437094,47.74304,8.99902\n2651,1645437095,47.74304,8.99902\n2652,1645437096,47.74304,8.99902\n2653,1645437097,47.74304,8.99902\n2654,1645437098,47.74304,8.99902\n2655,1645437099,47.74304,8.99902\n2656,1645437100,47.74304,8.99902\n2657,1645437101,47.74304,8.99902\n2658,1645437102,47.74304,8.99902\n2659,1645437103,47.74304,8.99902\n2660,1645437104,47.74304,8.99902\n2661,1645437105,47.74304,8.99902\n2662,1645437106,47.74304,8.99902\n2663,1645437107,47.74304,8.99902\n2664,1645437108,47.74304,8.99902\n2665,1645437109,47.74304,8.99902\n2666,1645437110,47.74304,8.99902\n2667,1645437111,47.74304,8.99902\n2668,1645437112,47.74304,8.99902\n2669,1645437113,47.74304,8.99902\n2670,1645437114,47.74304,8.99902\n2671,1645437115,47.74304,8.99902\n2672,1645437116,47.74304,8.99902\n2673,1645437117,47.74304,8.99902\n2674,1645437118,47.74304,8.99902\n2675,1645437119,47.74304,8.99902\n2676,1645437120,47.74304,8.99902\n2677,1645437121,47.74304,8.99902\n2678,1645437122,47.74304,8.99902\n2679,1645437123,47.74304,8.99902\n2680,1645437124,47.74304,8.99902\n2681,1645437125,47.74304,8.99902\n2682,1645437126,47.74304,8.99902\n2683,1645437127,47.74304,8.99902\n2684,1645437128,47.74304,8.99902\n2685,1645437129,47.74304,8.99902\n2686,1645437130,47.74304,8.99902\n2687,1645437131,47.74304,8.99902\n2688,1645437132,47.74304,8.99902\n2689,1645437133,47.74304,8.99902\n2690,1645437134,47.74304,8.99902\n2691,1645437135,47.74304,8.99902\n2692,1645437136,47.74304,8.99902\n2693,1645437137,47.74304,8.99902\n2694,1645437138,47.74304,8.99902\n2695,1645437139,47.74304,8.99902\n2696,1645437140,47.74304,8.99902\n2697,1645437141,47.74304,8.99902\n2698,1645437142,47.74304,8.99902\n2699,1645437143,47.74304,8.99902\n2700,1645437144,47.74304,8.99902\n2701,1645437145,47.74304,8.99902\n2702,1645437146,47.74304,8.99902\n2703,1645437147,47.74304,8.99902\n2704,1645437148,47.74304,8.99902\n2705,1645437149,47.74304,8.99902\n2706,1645437150,47.74304,8.99902\n2707,1645437151,47.74304,8.99902\n2708,1645437152,47.74304,8.99902\n2709,1645437153,47.74304,8.99902\n2710,1645437154,47.74304,8.99902\n2711,1645437155,47.74304,8.99902\n2712,1645437156,47.74304,8.99902\n2713,1645437157,47.74304,8.99902\n2714,1645437158,47.74304,8.99902\n2715,1645437159,47.74304,8.99902\n2716,1645437160,47.74304,8.99902\n2717,1645437161,47.74304,8.99902\n2718,1645437162,47.74304,8.99902\n2719,1645437163,47.74304,8.99902\n2720,1645437164,47.74304,8.99902\n2721,1645437165,47.74304,8.99902\n2722,1645437166,47.74304,8.99902\n2723,1645437167,47.74304,8.99902\n2724,1645437168,47.74304,8.99902\n2725,1645437169,47.74304,8.99902\n2726,1645437170,47.74304,8.99902\n2727,1645437171,47.74304,8.99902\n2728,1645437172,47.74304,8.99902\n2729,1645437173,47.74304,8.99902\n2730,1645437174,47.74304,8.99902\n2731,1645437175,47.74304,8.99902\n2732,1645437176,47.74304,8.99902\n2733,1645437177,47.74304,8.99902\n2734,1645437178,47.74304,8.99902\n2735,1645437179,47.74304,8.99902\n2736,1645437180,47.74304,8.99902\n2737,1645437181,47.74304,8.99902\n2738,1645437182,47.74304,8.99902\n2739,1645437183,47.74304,8.99902\n2740,1645437184,47.74304,8.99902\n2741,1645437185,47.74304,8.99902\n2742,1645437186,47.74304,8.99902\n2743,1645437187,47.74304,8.99902\n2744,1645437188,47.74304,8.99902\n2745,1645437189,47.74304,8.99902\n2746,1645437190,47.74304,8.99902\n2747,1645437191,47.74304,8.99902\n2748,1645437192,47.74304,8.99902\n2749,1645437193,47.74304,8.99902\n2750,1645437194,47.74304,8.99902\n2751,1645437195,47.74304,8.99902\n2752,1645437196,47.74304,8.99902\n2753,1645437197,47.74304,8.99902\n2754,1645437198,47.74304,8.99902\n2755,1645437199,47.74304,8.99902\n2756,1645437200,47.74304,8.99902\n2757,1645437201,47.74304,8.99902\n2758,1645437202,47.74304,8.99902\n2759,1645437203,47.74304,8.99902\n2760,1645437204,47.74304,8.99902\n2761,1645437205,47.74304,8.99902\n2762,1645437206,47.74304,8.99902\n2763,1645437207,47.74304,8.99902\n2764,1645437208,47.74304,8.99902\n2765,1645437209,47.74304,8.99902\n2766,1645437210,47.74304,8.99902\n2767,1645437211,47.74304,8.99902\n2768,1645437212,47.74304,8.99902\n2769,1645437213,47.74304,8.99902\n2770,1645437214,47.74304,8.99902\n2771,1645437215,47.74304,8.99902\n2772,1645437216,47.74304,8.99902\n2773,1645437217,47.74304,8.99902\n2774,1645437218,47.74304,8.99902\n2775,1645437219,47.74304,8.99902\n2776,1645437220,47.74304,8.99902\n2777,1645437221,47.74304,8.99902\n2778,1645437222,47.74304,8.99902\n2779,1645437223,47.74304,8.99902\n2780,1645437224,47.74304,8.99902\n2781,1645437225,47.74304,8.99902\n2782,1645437226,47.74304,8.99902\n2783,1645437227,47.74304,8.99902\n2784,1645437228,47.74304,8.99902\n2785,1645437229,47.74304,8.99902\n2786,1645437230,47.74304,8.99902\n2787,1645437231,47.74304,8.99902\n2788,1645437232,47.74304,8.99902\n2789,1645437233,47.74304,8.99902\n2790,1645437234,47.74304,8.99902\n2791,1645437235,47.74304,8.99902\n2792,1645437236,47.74304,8.99902\n2793,1645437237,47.74304,8.99902\n2794,1645437238,47.74304,8.99902\n2795,1645437239,47.74304,8.99902\n2796,1645437240,47.74304,8.99902\n2797,1645437241,47.74304,8.99902\n2798,1645437242,47.74304,8.99902\n2799,1645437243,47.74304,8.99902\n2800,1645437244,47.74304,8.99902\n2801,1645437245,47.74304,8.99902\n2802,1645437246,47.74304,8.99902\n2803,1645437247,47.74304,8.99902\n2804,1645437248,47.74304,8.99902\n2805,1645437249,47.74304,8.99902\n2806,1645437250,47.74304,8.99902\n2807,1645437251,47.74304,8.99902\n2808,1645437252,47.74304,8.99902\n2809,1645437253,47.74304,8.99902\n2810,1645437254,47.74304,8.99902\n2811,1645437255,47.74304,8.99902\n2812,1645437256,47.74304,8.99902\n2813,1645437257,47.74304,8.99902\n2814,1645437258,47.74304,8.99902\n2815,1645437259,47.74304,8.99902\n2816,1645437260,47.74304,8.99902\n2817,1645437261,47.74304,8.99902\n2818,1645437262,47.74304,8.99902\n2819,1645437263,47.74304,8.99902\n2820,1645437264,47.74304,8.99902\n2821,1645437265,47.74304,8.99902\n2822,1645437266,47.74304,8.99902\n2823,1645437267,47.74304,8.99902\n2824,1645437268,47.74304,8.99902\n2825,1645437269,47.74304,8.99902\n2826,1645437270,47.74304,8.99902\n2827,1645437271,47.74304,8.99902\n2828,1645437272,47.74304,8.99902\n2829,1645437273,47.74304,8.99902\n2830,1645437274,47.74304,8.99902\n2831,1645437275,47.74304,8.99902\n2832,1645437276,47.74304,8.99902\n2833,1645437277,47.74304,8.99902\n2834,1645437278,47.74304,8.99902\n2835,1645437279,47.74304,8.99902\n2836,1645437280,47.74304,8.99902\n2837,1645437281,47.74304,8.99902\n2838,1645437282,47.74304,8.99902\n2839,1645437283,47.74304,8.99902\n2840,1645437284,47.74304,8.99902\n2841,1645437285,47.74304,8.99902\n2842,1645437286,47.74304,8.99902\n2843,1645437287,47.74304,8.99902\n2844,1645437288,47.74304,8.99902\n2845,1645437289,47.74304,8.99902\n2846,1645437290,47.74304,8.99902\n2847,1645437291,47.74304,8.99902\n2848,1645437292,47.74304,8.99902\n2849,1645437293,47.74304,8.99902\n2850,1645437294,47.74304,8.99902\n2851,1645437295,47.74304,8.99902\n2852,1645437296,47.74304,8.99902\n2853,1645437297,47.74304,8.99902\n2854,1645437298,47.74304,8.99902\n2855,1645437299,47.74304,8.99902\n2856,1645437300,47.74304,8.99902\n2857,1645437301,47.74304,8.99902\n2858,1645437302,47.74304,8.99902\n2859,1645437303,47.74304,8.99902\n2860,1645437304,47.74304,8.99902\n2861,1645437305,47.74304,8.99902\n2862,1645437306,47.74304,8.99902\n2863,1645437307,47.74304,8.99902\n2864,1645437308,47.74304,8.99902\n2865,1645437309,47.74304,8.99902\n2866,1645437310,47.74304,8.99902\n2867,1645437311,47.74304,8.99902\n2868,1645437312,47.74304,8.99901\n2869,1645437313,47.74304,8.99901\n2870,1645437314,47.74304,8.99901\n2871,1645437315,47.74304,8.99901\n2872,1645437316,47.74304,8.99901\n2873,1645437317,47.74304,8.99901\n2874,1645437318,47.74304,8.99901\n2875,1645437319,47.74304,8.99901\n2876,1645437320,47.74304,8.99901\n2877,1645437321,47.74304,8.99901\n2878,1645437322,47.74304,8.99901\n2879,1645437323,47.74304,8.99901\n2880,1645437324,47.74304,8.99901\n2881,1645437325,47.74304,8.99901\n2882,1645437326,47.74304,8.99901\n2883,1645437327,47.74304,8.99901\n2884,1645437328,47.74304,8.99901\n2885,1645437329,47.74304,8.99901\n2886,1645437330,47.74304,8.99901\n2887,1645437331,47.74304,8.99901\n2888,1645437332,47.74304,8.99901\n2889,1645437333,47.74304,8.99901\n2890,1645437334,47.74304,8.99901\n2891,1645437335,47.74304,8.99901\n2892,1645437336,47.74304,8.99901\n2893,1645437337,47.74304,8.99901\n2894,1645437338,47.74304,8.99901\n2895,1645437339,47.74304,8.99901\n2896,1645437340,47.74304,8.99901\n2897,1645437341,47.74304,8.99901\n2898,1645437342,47.74304,8.99901\n2899,1645437343,47.74304,8.99901\n2900,1645437344,47.74304,8.99901\n2901,1645437345,47.74304,8.99901\n2902,1645437346,47.74304,8.99901\n2903,1645437347,47.74304,8.99901\n2904,1645437348,47.74304,8.99901\n2905,1645437349,47.74304,8.99901\n2906,1645437350,47.74304,8.99901\n2907,1645437351,47.74304,8.99901\n2908,1645437352,47.74304,8.99901\n2909,1645437353,47.74304,8.99901\n2910,1645437354,47.74304,8.99901\n2911,1645437355,47.74304,8.99901\n2912,1645437356,47.74304,8.99901\n2913,1645437357,47.74304,8.99901\n2914,1645437358,47.74304,8.99901\n2915,1645437359,47.74304,8.99901\n2916,1645437360,47.74304,8.99901\n2917,1645437361,47.74304,8.99901\n2918,1645437362,47.74304,8.99901\n2919,1645437363,47.74304,8.99901\n2920,1645437364,47.74304,8.99901\n2921,1645437365,47.74304,8.99901\n2922,1645437366,47.74304,8.99901\n2923,1645437367,47.74304,8.99901\n2924,1645437368,47.74304,8.99901\n2925,1645437369,47.74304,8.99901\n2926,1645437370,47.74304,8.99901\n2927,1645437371,47.74304,8.99901\n2928,1645437372,47.74304,8.99901\n2929,1645437373,47.74304,8.99901\n2930,1645437374,47.74304,8.99901\n2931,1645437375,47.74304,8.99901\n2932,1645437376,47.74304,8.99901\n2933,1645437377,47.74304,8.99901\n2934,1645437378,47.74304,8.99901\n2935,1645437379,47.74304,8.99901\n2936,1645437380,47.74304,8.99901\n2937,1645437381,47.74304,8.99901\n2938,1645437382,47.74304,8.99901\n2939,1645437383,47.74304,8.99901\n2940,1645437384,47.74304,8.99901\n2941,1645437385,47.74304,8.99901\n2942,1645437386,47.74304,8.99901\n2943,1645437387,47.74304,8.99901\n2944,1645437388,47.74304,8.99901\n2945,1645437389,47.74304,8.99901\n2946,1645437390,47.74304,8.99901\n2947,1645437391,47.74304,8.99901\n2948,1645437392,47.74304,8.99901\n2949,1645437393,47.74304,8.99901\n2950,1645437394,47.74304,8.99901\n2951,1645437395,47.74304,8.99901\n2952,1645437396,47.74304,8.99901\n2953,1645437397,47.74304,8.99901\n2954,1645437398,47.74304,8.99901\n2955,1645437399,47.74304,8.99901\n2956,1645437400,47.74304,8.99901\n2957,1645437401,47.74304,8.99901\n2958,1645437402,47.74304,8.99901\n2959,1645437403,47.74304,8.99901\n2960,1645437404,47.74304,8.99901\n2961,1645437405,47.74304,8.99901\n2962,1645437406,47.74304,8.99901\n2963,1645437407,47.74304,8.99901\n2964,1645437408,47.74304,8.99901\n2965,1645437409,47.74304,8.99901\n2966,1645437410,47.74304,8.99901\n2967,1645437411,47.74304,8.99901\n2968,1645437412,47.74304,8.99901\n2969,1645437413,47.74304,8.99901\n2970,1645437414,47.74304,8.99901\n2971,1645437415,47.74303,8.99901\n2972,1645437416,47.74303,8.99901\n2973,1645437417,47.74303,8.99901\n2974,1645437418,47.74303,8.99901\n2975,1645437419,47.74303,8.99901\n2976,1645437420,47.74303,8.99901\n2977,1645437421,47.74303,8.99901\n2978,1645437422,47.74303,8.99901\n2979,1645437423,47.74303,8.99901\n2980,1645437424,47.74303,8.99901\n2981,1645437425,47.74303,8.99901\n2982,1645437426,47.74303,8.99901\n2983,1645437427,47.74303,8.99901\n2984,1645437428,47.74303,8.99901\n2985,1645437429,47.74303,8.99901\n2986,1645437430,47.74303,8.99901\n2987,1645437431,47.74303,8.99901\n2988,1645437432,47.74303,8.99901\n2989,1645437433,47.74303,8.99901\n2990,1645437434,47.74303,8.99901\n2991,1645437435,47.74303,8.99901\n2992,1645437436,47.74303,8.99901\n2993,1645437437,47.74303,8.99901\n2994,1645437438,47.74303,8.99901\n2995,1645437439,47.74303,8.99901\n2996,1645437440,47.74303,8.99901\n2997,1645437441,47.74303,8.99901\n2998,1645437442,47.74303,8.99901\n2999,1645437443,47.74303,8.99901\n3000,1645437444,47.74303,8.99901\n3001,1645437445,47.74303,8.99901\n3002,1645437446,47.74303,8.99901\n3003,1645437447,47.74303,8.99901\n3004,1645437448,47.74303,8.99901\n3005,1645437449,47.74303,8.99901\n3006,1645437450,47.74303,8.99901\n3007,1645437451,47.74303,8.99901\n3008,1645437452,47.74303,8.99901\n3009,1645437453,47.74303,8.99901\n3010,1645437454,47.74303,8.99901\n3011,1645437455,47.74303,8.99901\n3012,1645437456,47.74303,8.99901\n3013,1645437457,47.74303,8.99901\n3014,1645437458,47.74303,8.99901\n3015,1645437459,47.74303,8.99901\n3016,1645437460,47.74303,8.99901\n3017,1645437461,47.74303,8.99901\n3018,1645437462,47.74303,8.99901\n3019,1645437463,47.74303,8.99901\n3020,1645437464,47.74303,8.99901\n3021,1645437465,47.74303,8.99901\n3022,1645437466,47.74303,8.99901\n3023,1645437467,47.74303,8.99901\n3024,1645437468,47.74303,8.99901\n3025,1645437469,47.74303,8.99901\n3026,1645437470,47.74303,8.99901\n3027,1645437471,47.74303,8.99901\n3028,1645437472,47.74303,8.99901\n3029,1645437473,47.74303,8.99901\n3030,1645437474,47.74303,8.99901\n3031,1645437475,47.74303,8.99901\n3032,1645437476,47.74303,8.99901\n3033,1645437477,47.74303,8.99901\n3034,1645437478,47.74303,8.99901\n3035,1645437479,47.74303,8.99901\n3036,1645437480,47.74303,8.99901\n3037,1645437481,47.74303,8.99901\n3038,1645437482,47.74303,8.99901\n3039,1645437483,47.74303,8.99901\n3040,1645437484,47.74303,8.99901\n3041,1645437485,47.74303,8.99901\n3042,1645437486,47.74303,8.99901\n3043,1645437487,47.74303,8.99901\n3044,1645437488,47.74303,8.99901\n3045,1645437489,47.74303,8.99901\n3046,1645437490,47.74303,8.99901\n3047,1645437491,47.74303,8.99901\n3048,1645437492,47.74303,8.99901\n3049,1645437493,47.74303,8.99901\n3050,1645437494,47.74303,8.99901\n3051,1645437495,47.74303,8.99901\n3052,1645437496,47.74303,8.99901\n3053,1645437497,47.74303,8.99901\n3054,1645437498,47.74303,8.99901\n3055,1645437499,47.74303,8.99901\n3056,1645437500,47.74303,8.99901\n3057,1645437501,47.74303,8.99901\n3058,1645437502,47.74303,8.99901\n3059,1645437503,47.74303,8.99901\n3060,1645437504,47.74303,8.99901\n3061,1645437505,47.74303,8.99901\n3062,1645437506,47.74303,8.99901\n3063,1645437507,47.74303,8.99901\n3064,1645437508,47.74303,8.99901\n3065,1645437509,47.74303,8.99901\n3066,1645437510,47.74303,8.99901\n3067,1645437511,47.74303,8.99901\n3068,1645437512,47.74303,8.99901\n3069,1645437513,47.74303,8.99901\n3070,1645437514,47.74303,8.99901\n3071,1645437515,47.74303,8.99901\n3072,1645437516,47.74303,8.99901\n3073,1645437517,47.74303,8.99901\n3074,1645437518,47.74303,8.99901\n3075,1645437519,47.74303,8.99901\n3076,1645437520,47.74303,8.99901\n3077,1645437521,47.74303,8.99901\n3078,1645437522,47.74303,8.99901\n3079,1645437523,47.74303,8.99901\n3080,1645437524,47.74303,8.99901\n3081,1645437525,47.74303,8.99901\n3082,1645437526,47.74303,8.99901\n3083,1645437527,47.74303,8.99901\n3084,1645437528,47.74303,8.99901\n3085,1645437529,47.74303,8.99901\n3086,1645437530,47.74303,8.99901\n3087,1645437531,47.74303,8.99901\n3088,1645437532,47.74303,8.99901\n3089,1645437533,47.74303,8.99901\n3090,1645437534,47.74303,8.99901\n3091,1645437535,47.74303,8.99901\n3092,1645437536,47.74303,8.99901\n3093,1645437537,47.74303,8.99901\n3094,1645437538,47.74303,8.99901\n3095,1645437539,47.74303,8.99901\n3096,1645437540,47.74303,8.99901\n3097,1645437541,47.74303,8.99901\n3098,1645437542,47.74303,8.99901\n3099,1645437543,47.74303,8.99901\n3100,1645437544,47.74303,8.99901\n3101,1645437545,47.74303,8.99901\n3102,1645437546,47.74303,8.99901\n3103,1645437547,47.74303,8.99901\n3104,1645437548,47.74303,8.99901\n3105,1645437549,47.74303,8.99901\n3106,1645437550,47.74303,8.99901\n3107,1645437551,47.74303,8.99901\n3108,1645437552,47.74303,8.99901\n3109,1645437553,47.74303,8.99901\n3110,1645437554,47.74303,8.99901\n3111,1645437555,47.74303,8.99901\n3112,1645437556,47.74303,8.99901\n3113,1645437557,47.74303,8.99901\n3114,1645437558,47.74303,8.99901\n3115,1645437559,47.74303,8.99901\n3116,1645437560,47.74303,8.99901\n3117,1645437561,47.74303,8.99901\n3118,1645437562,47.74303,8.99901\n3119,1645437563,47.74303,8.99901\n3120,1645437564,47.74303,8.99901\n3121,1645437565,47.74303,8.99901\n3122,1645437566,47.74303,8.99901\n3123,1645437567,47.74303,8.99901\n3124,1645437568,47.74303,8.99901\n3125,1645437569,47.74303,8.99901\n3126,1645437570,47.74303,8.99901\n3127,1645437571,47.74303,8.99901\n3128,1645437572,47.74303,8.99901\n3129,1645437573,47.74303,8.99901\n3130,1645437574,47.74303,8.99901\n3131,1645437575,47.74303,8.99901\n3132,1645437576,47.74303,8.99901\n3133,1645437577,47.74303,8.99901\n3134,1645437578,47.74303,8.99901\n3135,1645437579,47.74303,8.99901\n3136,1645437580,47.74303,8.99901\n3137,1645437581,47.74303,8.99901\n3138,1645437582,47.74303,8.99901\n3139,1645437583,47.74303,8.99901\n3140,1645437584,47.74303,8.99901\n3141,1645437585,47.74303,8.99901\n3142,1645437586,47.74303,8.99901\n3143,1645437587,47.74303,8.99901\n3144,1645437588,47.74303,8.99901\n3145,1645437589,47.74303,8.99901\n3146,1645437590,47.74303,8.99901\n3147,1645437591,47.74303,8.99901\n3148,1645437592,47.74303,8.99901\n3149,1645437593,47.74303,8.99901\n3150,1645437594,47.74303,8.99901\n3151,1645437595,47.74303,8.99901\n3152,1645437596,47.74303,8.99901\n3153,1645437597,47.74303,8.99901\n3154,1645437598,47.74303,8.99901\n3155,1645437599,47.74303,8.99901\n3156,1645437600,47.74303,8.99901\n3157,1645437601,47.74303,8.99901\n3158,1645437602,47.74303,8.99901\n3159,1645437603,47.74303,8.99901\n3160,1645437604,47.74303,8.99901\n3161,1645437605,47.74303,8.99901\n3162,1645437606,47.74303,8.99901\n3163,1645437607,47.74303,8.99901\n3164,1645437608,47.74303,8.99901\n3165,1645437609,47.74303,8.99901\n3166,1645437610,47.74303,8.99901\n3167,1645437611,47.74303,8.99901\n3168,1645437612,47.74303,8.99901\n3169,1645437613,47.74303,8.99901\n3170,1645437614,47.74303,8.99901\n3171,1645437615,47.74303,8.99901\n3172,1645437616,47.74303,8.99901\n3173,1645437617,47.74303,8.99901\n3174,1645437618,47.74303,8.99901\n3175,1645437619,47.74303,8.99901\n3176,1645437620,47.74303,8.99901\n3177,1645437621,47.74303,8.99901\n3178,1645437622,47.74303,8.99901\n3179,1645437623,47.74303,8.99901\n3180,1645437624,47.74303,8.99901\n3181,1645437625,47.74303,8.99901\n3182,1645437626,47.74303,8.99901\n3183,1645437627,47.74303,8.99901\n3184,1645437628,47.74303,8.99901\n3185,1645437629,47.74303,8.99901\n3186,1645437630,47.74303,8.99901\n3187,1645437631,47.74303,8.99901\n3188,1645437632,47.74303,8.99901\n3189,1645437633,47.74303,8.99901\n3190,1645437634,47.74303,8.99901\n3191,1645437635,47.74303,8.99901\n3192,1645437636,47.74303,8.99901\n3193,1645437637,47.74303,8.99901\n3194,1645437638,47.74303,8.99901\n3195,1645437639,47.74303,8.99901\n3196,1645437640,47.74303,8.99901\n3197,1645437641,47.74303,8.99901\n3198,1645437642,47.74303,8.99901\n3199,1645437643,47.74303,8.99901\n3200,1645437644,47.74303,8.99901\n3201,1645437645,47.74303,8.99901\n3202,1645437646,47.74303,8.99901\n3203,1645437647,47.74303,8.99901\n3204,1645437648,47.74303,8.99901\n3205,1645437649,47.74303,8.99901\n3206,1645437650,47.74303,8.99901\n3207,1645437651,47.74303,8.99901\n3208,1645437652,47.74303,8.99901\n3209,1645437653,47.74303,8.99901\n3210,1645437654,47.74303,8.99901\n3211,1645437655,47.74303,8.99901\n3212,1645437656,47.74303,8.99901\n3213,1645437657,47.74303,8.99901\n3214,1645437658,47.74303,8.99901\n3215,1645437659,47.74303,8.99901\n3216,1645437660,47.74303,8.99901\n3217,1645437661,47.74303,8.99901\n3218,1645437662,47.74303,8.99901\n3219,1645437663,47.74303,8.99901\n3220,1645437664,47.74303,8.99901\n3221,1645437665,47.74303,8.99901\n3222,1645437666,47.74303,8.99901\n3223,1645437667,47.74303,8.99901\n3224,1645437668,47.74303,8.99901\n3225,1645437669,47.74303,8.99901\n3226,1645437670,47.74303,8.99901\n3227,1645437671,47.74303,8.99901\n3228,1645437672,47.74303,8.99901\n3229,1645437673,47.74303,8.99901\n3230,1645437674,47.74303,8.99901\n3231,1645437675,47.74303,8.99901\n3232,1645437676,47.74303,8.99901\n3233,1645437677,47.74303,8.99901\n3234,1645437678,47.74303,8.99901\n3235,1645437679,47.74303,8.99901\n3236,1645437680,47.74303,8.99901\n3237,1645437681,47.74303,8.99901\n3238,1645437682,47.74303,8.99901\n3239,1645437683,47.74303,8.99901\n3240,1645437684,47.74303,8.99901\n3241,1645437685,47.74303,8.99901\n3242,1645437686,47.74303,8.99901\n3243,1645437687,47.74303,8.99901\n3244,1645437688,47.74303,8.99901\n3245,1645437689,47.74303,8.99901\n3246,1645437690,47.74303,8.99901\n3247,1645437691,47.74303,8.99901\n3248,1645437692,47.74303,8.99901\n3249,1645437693,47.74303,8.99901\n3250,1645437694,47.74303,8.99901\n3251,1645437695,47.74303,8.99901\n3252,1645437696,47.74303,8.99901\n3253,1645437697,47.74303,8.99901\n3254,1645437698,47.74303,8.99901\n3255,1645437699,47.74303,8.99901\n3256,1645437700,47.74303,8.99901\n3257,1645437701,47.74303,8.99901\n3258,1645437702,47.74303,8.99901\n3259,1645437703,47.74303,8.99901\n3260,1645437704,47.74303,8.99901\n3261,1645437705,47.74303,8.99901\n3262,1645437706,47.74303,8.99901\n3263,1645437707,47.74303,8.99901\n3264,1645437708,47.74303,8.99901\n3265,1645437709,47.74303,8.99901\n3266,1645437710,47.74303,8.99901\n3267,1645437711,47.74303,8.99901\n3268,1645437712,47.74303,8.99901\n3269,1645437713,47.74303,8.99901\n3270,1645437714,47.74303,8.99901\n3271,1645437715,47.74303,8.99901\n3272,1645437716,47.74303,8.99901\n3273,1645437717,47.74303,8.99901\n3274,1645437718,47.74303,8.99901\n3275,1645437719,47.74303,8.99901\n3276,1645437720,47.74303,8.99901\n3277,1645437721,47.74303,8.99901\n3278,1645437722,47.74303,8.99901\n3279,1645437723,47.74303,8.99901\n3280,1645437724,47.74303,8.99901\n3281,1645437725,47.74303,8.99901\n3282,1645437726,47.74303,8.99901\n3283,1645437727,47.74303,8.99901\n3284,1645437728,47.74303,8.99901\n3285,1645437729,47.74303,8.99901\n3286,1645437730,47.74303,8.99901\n3287,1645437731,47.74303,8.99901\n3288,1645437732,47.74303,8.99901\n3289,1645437733,47.74303,8.99901\n3290,1645437734,47.74303,8.99901\n3291,1645437735,47.74303,8.99901\n3292,1645437736,47.74303,8.99901\n3293,1645437737,47.74303,8.99901\n3294,1645437738,47.74303,8.99901\n3295,1645437739,47.74303,8.99901\n3296,1645437740,47.74303,8.99901\n3297,1645437741,47.74303,8.99901\n3298,1645437742,47.74303,8.99901\n3299,1645437743,47.74303,8.99901\n3300,1645437744,47.74303,8.99901\n3301,1645437745,47.74303,8.99901\n3302,1645437746,47.74303,8.99901\n3303,1645437747,47.74303,8.99901\n3304,1645437748,47.74303,8.99901\n3305,1645437749,47.74303,8.99901\n3306,1645437750,47.74303,8.99901\n3307,1645437751,47.74303,8.99901\n3308,1645437752,47.74303,8.99901\n3309,1645437753,47.74303,8.99901\n3310,1645437754,47.74303,8.99901\n3311,1645437755,47.74303,8.99901\n3312,1645437756,47.74303,8.99901\n3313,1645437757,47.74303,8.99901\n3314,1645437758,47.74303,8.99901\n3315,1645437759,47.74303,8.99901\n3316,1645437760,47.74303,8.99901\n3317,1645437761,47.74303,8.99901\n3318,1645437762,47.74303,8.99901\n3319,1645437763,47.74303,8.99901\n3320,1645437764,47.74303,8.99901\n3321,1645437765,47.74303,8.99901\n3322,1645437766,47.74303,8.99901\n3323,1645437767,47.74303,8.99901\n3324,1645437768,47.74303,8.99901\n3325,1645437769,47.74303,8.99901\n3326,1645437770,47.74303,8.99901\n3327,1645437771,47.74303,8.99901\n3328,1645437772,47.74303,8.99901\n3329,1645437773,47.74303,8.99901\n3330,1645437774,47.74303,8.99901\n3331,1645437775,47.74303,8.99901\n3332,1645437776,47.74303,8.99901\n3333,1645437777,47.74303,8.99901\n3334,1645437778,47.74303,8.99901\n3335,1645437779,47.74303,8.99901\n3336,1645437780,47.74303,8.99901\n3337,1645437781,47.74303,8.99901\n3338,1645437782,47.74303,8.99901\n3339,1645437783,47.74303,8.99901\n3340,1645437784,47.74303,8.99901\n3341,1645437785,47.74303,8.99901\n3342,1645437786,47.74303,8.99901\n3343,1645437787,47.74303,8.99901\n3344,1645437788,47.74303,8.99901\n3345,1645437789,47.74303,8.99901\n3346,1645437790,47.74303,8.99901\n3347,1645437791,47.74303,8.99901\n3348,1645437792,47.74303,8.99901\n3349,1645437793,47.74303,8.99901\n3350,1645437794,47.74303,8.99901\n3351,1645437795,47.74303,8.99901\n3352,1645437796,47.74303,8.99901\n3353,1645437797,47.74303,8.99901\n3354,1645437798,47.74303,8.99901\n3355,1645437799,47.74303,8.99901\n3356,1645437800,47.74303,8.99901\n3357,1645437801,47.74303,8.99901\n3358,1645437802,47.74303,8.99901\n3359,1645437803,47.74303,8.99901\n3360,1645437804,47.74303,8.99901\n3361,1645437805,47.74303,8.99901\n3362,1645437806,47.74303,8.99901\n3363,1645437807,47.74303,8.99901\n3364,1645437808,47.74303,8.99901\n3365,1645437809,47.74303,8.99901\n3366,1645437810,47.74303,8.99901\n3367,1645437811,47.74303,8.99901\n3368,1645437812,47.74303,8.99901\n3369,1645437813,47.74303,8.99901\n3370,1645437814,47.74303,8.99901\n3371,1645437815,47.74303,8.99901\n3372,1645437816,47.74303,8.99901\n3373,1645437817,47.74303,8.99901\n3374,1645437818,47.74303,8.99901\n3375,1645437819,47.74303,8.99901\n3376,1645437820,47.74303,8.99901\n3377,1645437821,47.74303,8.99901\n3378,1645437822,47.74303,8.99901\n3379,1645437823,47.74303,8.99901\n3380,1645437824,47.74303,8.99901\n3381,1645437825,47.74303,8.99901\n3382,1645437826,47.74303,8.99901\n3383,1645437827,47.74303,8.99901\n3384,1645437828,47.74303,8.99901\n3385,1645437829,47.74303,8.99901\n3386,1645437830,47.74303,8.99901\n3387,1645437831,47.74303,8.99901\n3388,1645437832,47.74303,8.99901\n3389,1645437833,47.74303,8.99901\n3390,1645437834,47.74303,8.99901\n3391,1645437835,47.74303,8.99901\n3392,1645437836,47.74303,8.99901\n3393,1645437837,47.74303,8.99901\n3394,1645437838,47.74303,8.99901\n3395,1645437839,47.74303,8.99901\n3396,1645437840,47.74303,8.99901\n3397,1645437841,47.74303,8.99901\n3398,1645437842,47.74303,8.99901\n3399,1645437843,47.74303,8.99901\n3400,1645437844,47.74303,8.99901\n3401,1645437845,47.74303,8.99901\n3402,1645437846,47.74303,8.99901\n3403,1645437847,47.74303,8.99901\n3404,1645437848,47.74303,8.99901\n3405,1645437849,47.74303,8.99901\n3406,1645437850,47.74303,8.99901\n3407,1645437851,47.74303,8.99901\n3408,1645437852,47.74303,8.99901\n3409,1645437853,47.74303,8.99901\n3410,1645437854,47.74303,8.99901\n3411,1645437855,47.74303,8.99901\n3412,1645437856,47.74303,8.99901\n3413,1645437857,47.74303,8.99901\n3414,1645437858,47.74303,8.99901\n3415,1645437859,47.74303,8.99901\n3416,1645437860,47.74303,8.99901\n3417,1645437861,47.74303,8.99901\n3418,1645437862,47.74303,8.99901\n3419,1645437863,47.74303,8.99901\n3420,1645437864,47.74303,8.99901\n3421,1645437865,47.74303,8.99901\n3422,1645437866,47.74303,8.99901\n3423,1645437867,47.74303,8.99901\n3424,1645437868,47.74303,8.99901\n3425,1645437869,47.74303,8.99901\n3426,1645437870,47.74303,8.99901\n3427,1645437871,47.74303,8.99901\n3428,1645437872,47.74303,8.99901\n3429,1645437873,47.74303,8.99901\n3430,1645437874,47.74303,8.99901\n3431,1645437875,47.74303,8.99901\n3432,1645437876,47.74303,8.99901\n3433,1645437877,47.74303,8.99901\n3434,1645437878,47.74303,8.99901\n3435,1645437879,47.74303,8.99901\n3436,1645437880,47.74303,8.99901\n3437,1645437881,47.74303,8.99901\n3438,1645437882,47.74303,8.99901\n3439,1645437883,47.74303,8.99901\n3440,1645437884,47.74303,8.99901\n3441,1645437885,47.74303,8.99901\n3442,1645437886,47.74303,8.99901\n3443,1645437887,47.74303,8.99901\n3444,1645437888,47.74303,8.99901\n3445,1645437889,47.74303,8.99901\n3446,1645437890,47.74303,8.99901\n3447,1645437891,47.74303,8.99901\n3448,1645437892,47.74303,8.99901\n3449,1645437893,47.74303,8.99901\n3450,1645437894,47.74303,8.99901\n3451,1645437895,47.74303,8.99901\n3452,1645437896,47.74303,8.99901\n3453,1645437897,47.74303,8.99901\n3454,1645437898,47.74303,8.99901\n3455,1645437899,47.74303,8.99901\n3456,1645437900,47.74303,8.99901\n3457,1645437901,47.74303,8.99901\n3458,1645437902,47.74303,8.99901\n3459,1645437903,47.74303,8.99901\n3460,1645437904,47.74303,8.99901\n3461,1645437905,47.74303,8.99901\n3462,1645437906,47.74303,8.99901\n3463,1645437907,47.74303,8.99901\n3464,1645437908,47.74303,8.99901\n3465,1645437909,47.74303,8.99901\n3466,1645437910,47.74303,8.99901\n3467,1645437911,47.74303,8.99901\n3468,1645437912,47.74303,8.99901\n3469,1645437913,47.74303,8.99901\n3470,1645437914,47.74303,8.99901\n3471,1645437915,47.74303,8.99901\n3472,1645437916,47.74303,8.99901\n3473,1645437917,47.74303,8.99901\n3474,1645437918,47.74303,8.99901\n3475,1645437919,47.74303,8.99901\n3476,1645437920,47.74303,8.99901\n3477,1645437921,47.74303,8.99901\n3478,1645437922,47.74303,8.99901\n3479,1645437923,47.74303,8.99901\n3480,1645437924,47.74303,8.99901\n3481,1645437925,47.74303,8.99901\n3482,1645437926,47.74303,8.99901\n3483,1645437927,47.74303,8.99901\n3484,1645437928,47.74303,8.99901\n3485,1645437929,47.74303,8.99901\n3486,1645437930,47.74303,8.99901\n3487,1645437931,47.74303,8.99901\n3488,1645437932,47.74303,8.99901\n3489,1645437933,47.74303,8.99901\n3490,1645437934,47.74303,8.99901\n3491,1645437935,47.74303,8.99901\n3492,1645437936,47.74303,8.99901\n3493,1645437937,47.74303,8.99901\n3494,1645437938,47.74303,8.99901\n3495,1645437939,47.74303,8.99901\n3496,1645437940,47.74303,8.99901\n3497,1645437941,47.74303,8.99901\n3498,1645437942,47.74303,8.99901\n3499,1645437943,47.74303,8.99901\n3500,1645437944,47.74303,8.99901\n3501,1645437945,47.74303,8.99901\n3502,1645437946,47.74303,8.99901\n3503,1645437947,47.74303,8.99901\n3504,1645437948,47.74303,8.99901\n3505,1645437949,47.74303,8.99901\n3506,1645437950,47.74303,8.99901\n3507,1645437951,47.74303,8.99901\n3508,1645437952,47.74303,8.99901\n3509,1645437953,47.74303,8.99901\n3510,1645437954,47.74303,8.99901\n3511,1645437955,47.74303,8.99901\n3512,1645437956,47.74303,8.99901\n3513,1645437957,47.74303,8.99901\n3514,1645437958,47.74303,8.99901\n3515,1645437959,47.74303,8.99901\n3516,1645437960,47.74303,8.99901\n3517,1645437961,47.74303,8.99901\n3518,1645437962,47.74303,8.99901\n3519,1645437963,47.74303,8.99901\n3520,1645437964,47.74303,8.99901\n3521,1645437965,47.74303,8.99901\n3522,1645437966,47.74303,8.99901\n3523,1645437967,47.74303,8.99901\n3524,1645437968,47.74303,8.99901\n3525,1645437969,47.74303,8.99901\n3526,1645437970,47.74303,8.99901\n3527,1645437971,47.74303,8.99901\n3528,1645437972,47.74303,8.99901\n3529,1645437973,47.74303,8.99901\n3530,1645437974,47.74303,8.99901\n3531,1645437975,47.74303,8.99901\n3532,1645437976,47.74303,8.99901\n3533,1645437977,47.74303,8.99901\n3534,1645437978,47.74303,8.99901\n3535,1645437979,47.74303,8.99901\n3536,1645437980,47.74303,8.99901\n3537,1645437981,47.74303,8.99901\n3538,1645437982,47.74303,8.99901\n3539,1645437983,47.74303,8.99901\n3540,1645437984,47.74303,8.99901\n3541,1645437985,47.74303,8.99901\n3542,1645437986,47.74303,8.99901\n3543,1645437987,47.74303,8.99901\n3544,1645437988,47.74303,8.99901\n3545,1645437989,47.74303,8.99901\n3546,1645437990,47.74303,8.99901\n3547,1645437991,47.74303,8.99901\n3548,1645437992,47.74303,8.99901\n3549,1645437993,47.74303,8.99901\n3550,1645437994,47.74303,8.99901\n3551,1645437995,47.74303,8.99901\n3552,1645437996,47.74303,8.99901\n3553,1645437997,47.74303,8.99901\n3554,1645437998,47.74303,8.99901\n3555,1645437999,47.74303,8.99901\n3556,1645438000,47.74303,8.99901\n3557,1645438001,47.74303,8.99901\n3558,1645438002,47.74303,8.99901\n3559,1645438003,47.74303,8.99901\n3560,1645438004,47.74303,8.99901\n3561,1645438005,47.74303,8.99901\n3562,1645438006,47.74303,8.99901\n3563,1645438007,47.74303,8.99901\n3564,1645438008,47.74303,8.99901\n3565,1645438009,47.74303,8.99901\n3566,1645438010,47.74303,8.99901\n3567,1645438011,47.74303,8.99901\n3568,1645438012,47.74303,8.99901\n3569,1645438013,47.74303,8.99901\n3570,1645438014,47.74303,8.99901\n3571,1645438015,47.74303,8.99901\n3572,1645438016,47.74303,8.99901\n3573,1645438017,47.74303,8.99901\n3574,1645438018,47.74303,8.99901\n3575,1645438019,47.74303,8.99901\n3576,1645438020,47.74303,8.99901\n3577,1645438021,47.74303,8.99901\n3578,1645438022,47.74303,8.99901\n3579,1645438023,47.74303,8.99901\n3580,1645438024,47.74303,8.99901\n3581,1645438025,47.74303,8.99901\n3582,1645438026,47.74303,8.99901\n3583,1645438027,47.74303,8.99901\n3584,1645438028,47.74303,8.99901\n3585,1645438029,47.74303,8.99901\n3586,1645438030,47.74303,8.99901\n3587,1645438031,47.74303,8.99901\n3588,1645438032,47.74303,8.99901\n3589,1645438033,47.74303,8.99901\n3590,1645438034,47.74303,8.99901\n3591,1645438035,47.74303,8.99901\n3592,1645438036,47.74303,8.99901\n3593,1645438037,47.74303,8.99901\n3594,1645438038,47.74303,8.99901\n3595,1645438039,47.74303,8.99901\n3596,1645438040,47.74303,8.99901\n3597,1645438041,47.74303,8.99901\n3598,1645438042,47.74303,8.99901\n3599,1645438043,47.74303,8.99901\n3600,1645438044,47.74303,8.99901\n3601,1645438045,47.74303,8.99901\n3602,1645438046,47.74303,8.99901\n3603,1645438047,47.74303,8.99901\n3604,1645438048,47.74303,8.99901\n3605,1645438049,47.74303,8.99901\n3606,1645438050,47.74303,8.99901\n3607,1645438051,47.74303,8.99901\n3608,1645438052,47.74303,8.99901\n3609,1645438053,47.74303,8.99901\n3610,1645438054,47.74303,8.99901\n3611,1645438055,47.74303,8.99901\n3612,1645438056,47.74303,8.99901\n3613,1645438057,47.74303,8.99901\n3614,1645438058,47.74303,8.99901\n3615,1645438059,47.74303,8.99901\n3616,1645438060,47.74303,8.99901\n3617,1645438061,47.74303,8.99901\n3618,1645438062,47.74303,8.99901\n3619,1645438063,47.74303,8.99901\n3620,1645438064,47.74303,8.99901\n3621,1645438065,47.74303,8.99901\n3622,1645438066,47.74303,8.99901\n3623,1645438067,47.74303,8.99901\n3624,1645438068,47.74303,8.99901\n3625,1645438069,47.74303,8.99901\n3626,1645438070,47.74303,8.99901\n3627,1645438071,47.74303,8.99901\n3628,1645438072,47.74303,8.99901\n3629,1645438073,47.74303,8.99901\n3630,1645438074,47.74303,8.99901\n3631,1645438075,47.74303,8.99901\n3632,1645438076,47.74303,8.99901\n3633,1645438077,47.74303,8.99901\n3634,1645438078,47.74303,8.99901\n3635,1645438079,47.74303,8.99901\n3636,1645438080,47.74303,8.99901\n3637,1645438081,47.74303,8.99901\n3638,1645438082,47.74303,8.99901\n3639,1645438083,47.74303,8.99901\n3640,1645438084,47.74303,8.99901\n3641,1645438085,47.74303,8.99901\n3642,1645438086,47.74303,8.99901\n3643,1645438087,47.74303,8.99901\n3644,1645438088,47.74303,8.99901\n3645,1645438089,47.74303,8.99901\n3646,1645438090,47.74303,8.99901\n3647,1645438091,47.74303,8.99901\n3648,1645438092,47.74303,8.99901\n3649,1645438093,47.74303,8.99901\n3650,1645438094,47.74303,8.99901\n3651,1645438095,47.74303,8.99901\n3652,1645438096,47.74303,8.99901\n3653,1645438097,47.74303,8.99901\n3654,1645438098,47.74303,8.99901\n3655,1645438099,47.74303,8.99901\n3656,1645438100,47.74303,8.99901\n3657,1645438101,47.74303,8.99901\n3658,1645438102,47.74303,8.99901\n3659,1645438103,47.74303,8.99901\n3660,1645438104,47.74303,8.99901\n3661,1645438105,47.74303,8.99901\n3662,1645438106,47.74303,8.99901\n3663,1645438107,47.74303,8.99901\n3664,1645438108,47.74303,8.99901\n3665,1645438109,47.74303,8.99901\n3666,1645438110,47.74303,8.99901\n3667,1645438111,47.74303,8.99901\n3668,1645438112,47.74303,8.99901\n3669,1645438113,47.74303,8.99901\n3670,1645438114,47.74303,8.99901\n3671,1645438115,47.74303,8.99901\n3672,1645438116,47.74303,8.99901\n3673,1645438117,47.74303,8.99901\n3674,1645438118,47.74303,8.99901\n3675,1645438119,47.74303,8.99901\n3676,1645438120,47.74303,8.99901\n3677,1645438121,47.74303,8.99901\n3678,1645438122,47.74303,8.99901\n3679,1645438123,47.74303,8.99901\n3680,1645438124,47.74303,8.99901\n3681,1645438125,47.74303,8.99901\n3682,1645438126,47.74303,8.99901\n3683,1645438127,47.74303,8.99901\n3684,1645438128,47.74303,8.99901\n3685,1645438129,47.74303,8.99901\n3686,1645438130,47.74303,8.99901\n3687,1645438131,47.74303,8.99901\n3688,1645438132,47.74303,8.99901\n3689,1645438133,47.74303,8.99901\n3690,1645438134,47.74303,8.99901\n3691,1645438135,47.74303,8.99901\n3692,1645438136,47.74303,8.99901\n3693,1645438137,47.74303,8.99901\n3694,1645438138,47.74303,8.99901\n3695,1645438139,47.74303,8.99901\n3696,1645438140,47.74303,8.99901\n3697,1645438141,47.74303,8.99901\n3698,1645438142,47.74303,8.99901\n3699,1645438143,47.74303,8.99901\n3700,1645438144,47.74303,8.99901\n3701,1645438145,47.74303,8.99901\n3702,1645438146,47.74303,8.99901\n3703,1645438147,47.74303,8.99901\n3704,1645438148,47.74303,8.99901\n3705,1645438149,47.74303,8.99901\n3706,1645438150,47.74303,8.99901\n3707,1645438151,47.74303,8.99901\n3708,1645438152,47.74303,8.99901\n3709,1645438153,47.74303,8.99901\n3710,1645438154,47.74303,8.99901\n3711,1645438155,47.74303,8.99901\n3712,1645438156,47.74303,8.99901\n3713,1645438157,47.74303,8.99901\n3714,1645438158,47.74303,8.99901\n3715,1645438159,47.74303,8.99901\n3716,1645438160,47.74303,8.99901\n3717,1645438161,47.74303,8.99901\n3718,1645438162,47.74303,8.99901\n3719,1645438163,47.74303,8.99901\n3720,1645438164,47.74303,8.99901\n3721,1645438165,47.74303,8.99901\n3722,1645438166,47.74303,8.99901\n3723,1645438167,47.74303,8.99901\n3724,1645438168,47.74303,8.99901\n3725,1645438169,47.74303,8.99901\n3726,1645438170,47.74303,8.99901\n3727,1645438171,47.74303,8.99901\n3728,1645438172,47.74303,8.99901\n3729,1645438173,47.74303,8.99901\n3730,1645438174,47.74303,8.99901\n3731,1645438175,47.74303,8.99901\n3732,1645438176,47.74303,8.99901\n3733,1645438177,47.74303,8.99901\n3734,1645438178,47.74303,8.99901\n3735,1645438179,47.74303,8.99901\n3736,1645438180,47.74303,8.99901\n3737,1645438181,47.74303,8.99901\n3738,1645438182,47.74303,8.99901\n3739,1645438183,47.74303,8.99901\n3740,1645438184,47.74303,8.99901\n3741,1645438185,47.74303,8.99901\n3742,1645438186,47.74303,8.99901\n3743,1645438187,47.74303,8.99901\n3744,1645438188,47.74303,8.99901\n3745,1645438189,47.74303,8.99901\n3746,1645438190,47.74303,8.99901\n3747,1645438191,47.74303,8.99901\n3748,1645438192,47.74303,8.99901\n3749,1645438193,47.74303,8.99901\n3750,1645438194,47.74303,8.99901\n3751,1645438195,47.74303,8.99901\n3752,1645438196,47.74303,8.99901\n3753,1645438197,47.74303,8.99901\n3754,1645438198,47.74303,8.99901\n3755,1645438199,47.74303,8.99901\n3756,1645438200,47.74303,8.99901\n3757,1645438201,47.74303,8.99901\n3758,1645438202,47.74303,8.99901\n3759,1645438203,47.74303,8.99901\n3760,1645438204,47.74303,8.99901\n3761,1645438205,47.74303,8.99901\n3762,1645438206,47.74303,8.99901\n3763,1645438207,47.74303,8.99901\n3764,1645438208,47.74303,8.99901\n3765,1645438209,47.74303,8.99901\n3766,1645438210,47.74303,8.99901\n3767,1645438211,47.74303,8.99901\n3768,1645438212,47.74303,8.99901\n3769,1645438213,47.74303,8.99901\n3770,1645438214,47.74303,8.99901\n3771,1645438215,47.74303,8.99901\n3772,1645438216,47.74303,8.99901\n3773,1645438217,47.74303,8.99901\n3774,1645438218,47.74303,8.99901\n3775,1645438219,47.74303,8.99901\n3776,1645438220,47.74303,8.99901\n3777,1645438221,47.74303,8.99901\n3778,1645438222,47.74303,8.99901\n3779,1645438223,47.74303,8.99901\n3780,1645438224,47.74303,8.99901\n3781,1645438225,47.74303,8.99901\n3782,1645438226,47.74303,8.99901\n3783,1645438227,47.74303,8.99901\n3784,1645438228,47.74303,8.99901\n3785,1645438229,47.74303,8.99901\n3786,1645438230,47.74303,8.99901\n3787,1645438231,47.74303,8.99901\n3788,1645438232,47.74303,8.99901\n3789,1645438233,47.74303,8.99901\n3790,1645438234,47.74303,8.99901\n3791,1645438235,47.74303,8.99901\n3792,1645438236,47.74303,8.99901\n3793,1645438237,47.74303,8.99901\n3794,1645438238,47.74303,8.99901\n3795,1645438239,47.74303,8.99901\n3796,1645438240,47.74303,8.99901\n3797,1645438241,47.74303,8.99901\n3798,1645438242,47.74303,8.99901\n3799,1645438243,47.74303,8.99901\n3800,1645438244,47.74303,8.99901\n3801,1645438245,47.74303,8.99901\n3802,1645438246,47.74303,8.99901\n3803,1645438247,47.74303,8.99901\n3804,1645438248,47.74303,8.99901\n3805,1645438249,47.74303,8.99901\n3806,1645438250,47.74303,8.99901\n3807,1645438251,47.74303,8.99901\n3808,1645438252,47.74303,8.99901\n3809,1645438253,47.74303,8.99901\n3810,1645438254,47.74303,8.99901\n3811,1645438255,47.74303,8.99901\n3812,1645438256,47.74303,8.99901\n3813,1645438257,47.74303,8.99901\n3814,1645438258,47.74303,8.99901\n3815,1645438259,47.74303,8.99901\n3816,1645438260,47.74303,8.99901\n3817,1645438261,47.74303,8.99901\n3818,1645438262,47.74303,8.99901\n3819,1645438263,47.74303,8.99901\n3820,1645438264,47.74303,8.99901\n3821,1645438265,47.74303,8.99901\n3822,1645438266,47.74303,8.99901\n3823,1645438267,47.74303,8.99901\n3824,1645438268,47.74303,8.99901\n3825,1645438269,47.74303,8.99901\n3826,1645438270,47.74303,8.99901\n3827,1645438271,47.74303,8.99901\n3828,1645438272,47.74303,8.99901\n3829,1645438273,47.74303,8.99901\n3830,1645438274,47.74303,8.99901\n3831,1645438275,47.74303,8.99901\n3832,1645438276,47.74303,8.99901\n3833,1645438277,47.74303,8.99901\n3834,1645438278,47.74303,8.99901\n3835,1645438279,47.74303,8.99901\n3836,1645438280,47.74303,8.99901\n3837,1645438281,47.74303,8.99901\n3838,1645438282,47.74303,8.99901\n3839,1645438283,47.74303,8.99901\n3840,1645438284,47.74303,8.99901\n3841,1645438285,47.74303,8.99901\n3842,1645438286,47.74303,8.99901\n3843,1645438287,47.74303,8.99901\n3844,1645438288,47.74303,8.99901\n3845,1645438289,47.74303,8.99901\n3846,1645438290,47.74303,8.99901\n3847,1645438291,47.74303,8.99901\n3848,1645438292,47.74303,8.99901\n3849,1645438293,47.74303,8.99901\n3850,1645438294,47.74303,8.99901\n3851,1645438295,47.74303,8.99901\n3852,1645438296,47.74303,8.99901\n3853,1645438297,47.74303,8.99901\n3854,1645438298,47.74303,8.99901\n3855,1645438299,47.74303,8.99901\n3856,1645438300,47.74303,8.99901\n3857,1645438301,47.74303,8.99901\n3858,1645438302,47.74303,8.99901\n3859,1645438303,47.74303,8.99901\n3860,1645438304,47.74303,8.99901\n3861,1645438305,47.74303,8.99901\n3862,1645438306,47.74303,8.99901\n3863,1645438307,47.74303,8.99901\n3864,1645438308,47.74303,8.99901\n3865,1645438309,47.74303,8.99901\n3866,1645438310,47.74303,8.99901\n3867,1645438311,47.74303,8.99901\n3868,1645438312,47.74303,8.99901\n3869,1645438313,47.74303,8.99901\n3870,1645438314,47.74303,8.99901\n3871,1645438315,47.74303,8.99901\n3872,1645438316,47.74303,8.99901\n3873,1645438317,47.74303,8.99901\n3874,1645438318,47.74303,8.99901\n3875,1645438319,47.74303,8.99901\n3876,1645438320,47.74303,8.99901\n3877,1645438321,47.74303,8.99901\n3878,1645438322,47.74303,8.99901\n3879,1645438323,47.74303,8.99901\n3880,1645438324,47.74303,8.99901\n3881,1645438325,47.74303,8.99901\n3882,1645438326,47.74303,8.99901\n3883,1645438327,47.74303,8.99901\n3884,1645438328,47.74303,8.99901\n3885,1645438329,47.74303,8.99901\n3886,1645438330,47.74303,8.99901\n3887,1645438331,47.74303,8.99901\n3888,1645438332,47.74303,8.99901\n3889,1645438333,47.74303,8.99901\n3890,1645438334,47.74303,8.99901\n3891,1645438335,47.74303,8.99901\n3892,1645438336,47.74303,8.99901\n3893,1645438337,47.74303,8.99901\n3894,1645438338,47.74303,8.99901\n3895,1645438339,47.74303,8.99901\n3896,1645438340,47.74303,8.99901\n3897,1645438341,47.74303,8.99901\n3898,1645438342,47.74303,8.99901\n3899,1645438343,47.74303,8.99901\n3900,1645438344,47.74303,8.99901\n3901,1645438345,47.74303,8.99901\n3902,1645438346,47.74303,8.99901\n3903,1645438347,47.74303,8.99901\n3904,1645438348,47.74303,8.99901\n3905,1645438349,47.74303,8.99901\n3906,1645438350,47.74303,8.99901\n3907,1645438351,47.74303,8.99901\n3908,1645438352,47.74303,8.99901\n3909,1645438353,47.74303,8.99901\n3910,1645438354,47.74303,8.99901\n3911,1645438355,47.74303,8.99901\n3912,1645438356,47.74303,8.99901\n3913,1645438357,47.74303,8.99901\n3914,1645438358,47.74303,8.99901\n3915,1645438359,47.74303,8.99901\n3916,1645438360,47.74303,8.99901\n3917,1645438361,47.74303,8.99901\n3918,1645438362,47.74303,8.99901\n3919,1645438363,47.74303,8.99901\n3920,1645438364,47.74303,8.99901\n3921,1645438365,47.74303,8.99901\n3922,1645438366,47.74303,8.99901\n3923,1645438367,47.74303,8.99901\n3924,1645438368,47.74303,8.99901\n3925,1645438369,47.74303,8.99901\n3926,1645438370,47.74303,8.99901\n3927,1645438371,47.74303,8.99901\n3928,1645438372,47.74303,8.99901\n3929,1645438373,47.74303,8.99901\n3930,1645438374,47.74303,8.99901\n3931,1645438375,47.74303,8.99901\n3932,1645438376,47.74303,8.99901\n3933,1645438377,47.74303,8.99901\n3934,1645438378,47.74303,8.99901\n3935,1645438379,47.74303,8.99901\n3936,1645438380,47.74303,8.99901\n3937,1645438381,47.74303,8.99901\n3938,1645438382,47.74303,8.99901\n3939,1645438383,47.74303,8.99901\n3940,1645438384,47.74303,8.99901\n3941,1645438385,47.74303,8.99901\n3942,1645438386,47.74303,8.99901\n3943,1645438387,47.74303,8.99901\n3944,1645438388,47.74303,8.99901\n3945,1645438389,47.74303,8.99901\n3946,1645438390,47.74303,8.99901\n3947,1645438391,47.74303,8.99901\n3948,1645438392,47.74303,8.99901\n3949,1645438393,47.74303,8.99901\n3950,1645438394,47.74303,8.99901\n3951,1645438395,47.74303,8.99901\n3952,1645438396,47.74303,8.99901\n3953,1645438397,47.74303,8.99901\n3954,1645438398,47.74303,8.99901\n3955,1645438399,47.74303,8.99901\n3956,1645438400,47.74303,8.99901\n3957,1645438401,47.74303,8.99901\n3958,1645438402,47.74303,8.99901\n3959,1645438403,47.74303,8.99901\n3960,1645438404,47.74303,8.99901\n3961,1645438405,47.74303,8.99901\n3962,1645438406,47.74303,8.99901\n3963,1645438407,47.74303,8.99901\n3964,1645438408,47.74303,8.99901\n3965,1645438409,47.74303,8.99901\n3966,1645438410,47.74303,8.99901\n3967,1645438411,47.74303,8.99901\n3968,1645438412,47.74303,8.99901\n3969,1645438413,47.74303,8.99901\n3970,1645438414,47.74303,8.99901\n3971,1645438415,47.74303,8.99901\n3972,1645438416,47.74303,8.99901\n3973,1645438417,47.74303,8.99901\n3974,1645438418,47.74303,8.99901\n3975,1645438419,47.74303,8.99901\n3976,1645438420,47.74303,8.99901\n3977,1645438421,47.74303,8.99901\n3978,1645438422,47.74303,8.99901\n3979,1645438423,47.74303,8.99901\n3980,1645438424,47.74303,8.99901\n3981,1645438425,47.74303,8.99901\n3982,1645438426,47.74303,8.99901\n3983,1645438427,47.74303,8.99901\n3984,1645438428,47.74303,8.99901\n3985,1645438429,47.74303,8.99901\n3986,1645438430,47.74303,8.99901\n3987,1645438431,47.74303,8.99901\n3988,1645438432,47.74303,8.99901\n3989,1645438433,47.74303,8.99901\n3990,1645438434,47.74303,8.99901\n3991,1645438435,47.74303,8.99901\n3992,1645438436,47.74303,8.99901\n3993,1645438437,47.74303,8.99901\n3994,1645438438,47.74303,8.99901\n3995,1645438439,47.74303,8.99901\n3996,1645438440,47.74303,8.99901\n3997,1645438441,47.74303,8.99901\n3998,1645438442,47.74303,8.99901\n3999,1645438443,47.74303,8.99901\n4000,1645438444,47.74303,8.99901\n4001,1645438445,47.74303,8.99901\n4002,1645438446,47.74303,8.99901\n4003,1645438447,47.74303,8.99901\n4004,1645438448,47.74303,8.99901\n4005,1645438449,47.74303,8.99901\n4006,1645438450,47.74303,8.99901\n4007,1645438451,47.74303,8.99901\n4008,1645438452,47.74303,8.99901\n4009,1645438453,47.74303,8.99901\n4010,1645438454,47.74303,8.99901\n4011,1645438455,47.74303,8.99901\n4012,1645438456,47.74303,8.99901\n4013,1645438457,47.74303,8.99901\n4014,1645438458,47.74303,8.99901\n4015,1645438459,47.74303,8.99901\n4016,1645438460,47.74303,8.99901\n4017,1645438461,47.74303,8.99901\n4018,1645438462,47.74303,8.99901\n4019,1645438463,47.74303,8.99901\n4020,1645438464,47.74303,8.99901\n4021,1645438465,47.74303,8.99901\n4022,1645438466,47.74303,8.99901\n4023,1645438467,47.74303,8.99901\n4024,1645438468,47.74303,8.99901\n4025,1645438469,47.74303,8.99901\n4026,1645438470,47.74303,8.99901\n4027,1645438471,47.74303,8.99901\n4028,1645438472,47.74303,8.99901\n4029,1645438473,47.74303,8.99901\n4030,1645438474,47.74303,8.99901\n4031,1645438475,47.74303,8.99901\n4032,1645438476,47.74303,8.99901\n4033,1645438477,47.74303,8.99901\n4034,1645438478,47.74303,8.99901\n4035,1645438479,47.74303,8.99901\n4036,1645438480,47.74303,8.99901\n4037,1645438481,47.74303,8.99901\n4038,1645438482,47.74303,8.99901\n4039,1645438483,47.74303,8.99901\n4040,1645438484,47.74303,8.99901\n4041,1645438485,47.74303,8.99901\n4042,1645438486,47.74303,8.99901\n4043,1645438487,47.74303,8.99901\n4044,1645438488,47.74303,8.99901\n4045,1645438489,47.74303,8.99901\n4046,1645438490,47.74303,8.99901\n4047,1645438491,47.74303,8.99901\n4048,1645438492,47.74303,8.99901\n4049,1645438493,47.74303,8.99901\n4050,1645438494,47.74303,8.99901\n4051,1645438495,47.74303,8.99901\n4052,1645438496,47.74303,8.99901\n4053,1645438497,47.74303,8.99901\n4054,1645438498,47.74303,8.99901\n4055,1645438499,47.74303,8.99901\n4056,1645438500,47.74303,8.99901\n4057,1645438501,47.74303,8.99901\n4058,1645438502,47.74303,8.99901\n4059,1645438503,47.74303,8.99901\n4060,1645438504,47.74303,8.99901\n4061,1645438505,47.74303,8.99901\n4062,1645438506,47.74303,8.99901\n4063,1645438507,47.74303,8.99901\n4064,1645438508,47.74303,8.99901\n4065,1645438509,47.74303,8.99901\n4066,1645438510,47.74303,8.99901\n4067,1645438511,47.74303,8.99901\n4068,1645438512,47.74303,8.99901\n4069,1645438513,47.74303,8.99901\n4070,1645438514,47.74303,8.99901\n4071,1645438515,47.74303,8.99901\n4072,1645438516,47.74303,8.99901\n4073,1645438517,47.74303,8.99901\n4074,1645438518,47.74303,8.99901\n4075,1645438519,47.74303,8.99901\n4076,1645438520,47.74302,8.99901\n4077,1645438521,47.74302,8.99901\n4078,1645438522,47.74302,8.99901\n4079,1645438523,47.74302,8.99901\n4080,1645438524,47.74302,8.99901\n4081,1645438525,47.74302,8.99901\n4082,1645438526,47.74302,8.99901\n4083,1645438527,47.74302,8.99901\n4084,1645438528,47.74302,8.99901\n4085,1645438529,47.74302,8.99901\n4086,1645438530,47.74302,8.99901\n4087,1645438531,47.74302,8.99901\n4088,1645438532,47.74302,8.99901\n4089,1645438533,47.74302,8.99901\n4090,1645438534,47.74302,8.99901\n4091,1645438535,47.74302,8.99901\n4092,1645438536,47.74302,8.99901\n4093,1645438537,47.74302,8.99901\n4094,1645438538,47.74302,8.99901\n4095,1645438539,47.74302,8.99901\n4096,1645438540,47.74302,8.99901\n4097,1645438541,47.74302,8.99901\n4098,1645438542,47.74302,8.99901\n4099,1645438543,47.74302,8.99901\n4100,1645438544,47.74302,8.99901\n4101,1645438545,47.74302,8.99901\n4102,1645438546,47.74302,8.99901\n4103,1645438547,47.74302,8.99901\n4104,1645438548,47.74302,8.99901\n4105,1645438549,47.74302,8.99901\n4106,1645438550,47.74302,8.99901\n4107,1645438551,47.74302,8.99901\n4108,1645438552,47.74302,8.99901\n4109,1645438553,47.74302,8.99901\n4110,1645438554,47.74302,8.99901\n4111,1645438555,47.74302,8.99901\n4112,1645438556,47.74302,8.99901\n4113,1645438557,47.74302,8.99901\n4114,1645438558,47.74302,8.99901\n4115,1645438559,47.74302,8.99901\n4116,1645438560,47.74302,8.99901\n4117,1645438561,47.74302,8.99901\n4118,1645438562,47.74302,8.99901\n4119,1645438563,47.74302,8.99901\n4120,1645438564,47.74302,8.99901\n4121,1645438565,47.74302,8.99901\n4122,1645438566,47.74302,8.99901\n4123,1645438567,47.74302,8.99901\n4124,1645438568,47.74302,8.99901\n4125,1645438569,47.74303,8.99901\n4126,1645438570,47.74303,8.99901\n4127,1645438571,47.74303,8.99901\n4128,1645438572,47.74303,8.99901\n4129,1645438573,47.74303,8.99901\n4130,1645438574,47.74303,8.99901\n4131,1645438575,47.74303,8.99901\n4132,1645438576,47.74303,8.99901\n4133,1645438577,47.74303,8.99901\n4134,1645438578,47.74303,8.99901\n4135,1645438579,47.74303,8.99901\n4136,1645438580,47.74303,8.99901\n4137,1645438581,47.74303,8.99901\n4138,1645438582,47.74303,8.99901\n4139,1645438583,47.74303,8.99901\n4140,1645438584,47.74303,8.99901\n4141,1645438585,47.74303,8.99901\n4142,1645438586,47.74303,8.99901\n4143,1645438587,47.74303,8.99901\n4144,1645438588,47.74303,8.99901\n4145,1645438589,47.74303,8.99901\n4146,1645438590,47.74303,8.99901\n4147,1645438591,47.74303,8.99901\n4148,1645438592,47.74303,8.99901\n4149,1645438593,47.74303,8.99901\n4150,1645438594,47.74303,8.99901\n4151,1645438595,47.74303,8.99901\n4152,1645438596,47.74303,8.99901\n4153,1645438597,47.74303,8.99901\n4154,1645438598,47.74303,8.99901\n4155,1645438599,47.74303,8.99901\n4156,1645438600,47.74303,8.99901\n4157,1645438601,47.74303,8.99901\n4158,1645438602,47.74303,8.99901\n4159,1645438603,47.74303,8.99901\n4160,1645438604,47.74303,8.99901\n4161,1645438605,47.74303,8.99901\n4162,1645438606,47.74303,8.99901\n4163,1645438607,47.74303,8.99901\n4164,1645438608,47.74303,8.99901\n4165,1645438609,47.74303,8.99901\n4166,1645438610,47.74303,8.99901\n4167,1645438611,47.74303,8.99901\n4168,1645438612,47.74303,8.99901\n4169,1645438613,47.74303,8.99901\n4170,1645438614,47.74303,8.99901\n4171,1645438615,47.74303,8.99901\n4172,1645438616,47.74303,8.99901\n4173,1645438617,47.74303,8.99901\n4174,1645438618,47.74303,8.99901\n4175,1645438619,47.74303,8.99901\n4176,1645438620,47.74303,8.99901\n4177,1645438621,47.74303,8.99901\n4178,1645438622,47.74303,8.99901\n4179,1645438623,47.74303,8.99901\n4180,1645438624,47.74303,8.99901\n4181,1645438625,47.74303,8.99901\n4182,1645438626,47.74303,8.99901\n4183,1645438627,47.74303,8.99901\n4184,1645438628,47.74303,8.99901\n4185,1645438629,47.74303,8.99901\n4186,1645438630,47.74303,8.99901\n4187,1645438631,47.74303,8.99901\n4188,1645438632,47.74303,8.99901\n4189,1645438633,47.74303,8.99901\n4190,1645438634,47.74303,8.99901\n4191,1645438635,47.74302,8.99901\n4192,1645438636,47.74302,8.99901\n4193,1645438637,47.74302,8.99901\n4194,1645438638,47.74302,8.99901\n4195,1645438639,47.74302,8.99901\n4196,1645438640,47.74302,8.99901\n4197,1645438641,47.74302,8.99901\n4198,1645438642,47.74302,8.99901\n4199,1645438643,47.74302,8.99900\n4200,1645438644,47.74302,8.99900\n4201,1645438645,47.74302,8.99900\n4202,1645438646,47.74302,8.99900\n4203,1645438647,47.74302,8.99900\n4204,1645438648,47.74302,8.99900\n4205,1645438649,47.74302,8.99900\n4206,1645438650,47.74302,8.99900\n4207,1645438651,47.74302,8.99900\n4208,1645438652,47.74302,8.99900\n4209,1645438653,47.74302,8.99900\n4210,1645438654,47.74302,8.99900\n4211,1645438655,47.74302,8.99900\n4212,1645438656,47.74302,8.99900\n4213,1645438657,47.74302,8.99900\n4214,1645438658,47.74302,8.99900\n4215,1645438659,47.74302,8.99900\n4216,1645438660,47.74302,8.99900\n4217,1645438661,47.74302,8.99900\n4218,1645438662,47.74302,8.99900\n4219,1645438663,47.74302,8.99900\n4220,1645438664,47.74302,8.99900\n4221,1645438665,47.74302,8.99900\n4222,1645438666,47.74302,8.99900\n4223,1645438667,47.74302,8.99900\n4224,1645438668,47.74302,8.99900\n4225,1645438669,47.74302,8.99900\n4226,1645438670,47.74302,8.99900\n4227,1645438671,47.74302,8.99900\n4228,1645438672,47.74302,8.99900\n4229,1645438673,47.74302,8.99900\n4230,1645438674,47.74302,8.99900\n4231,1645438675,47.74302,8.99900\n4232,1645438676,47.74302,8.99900\n4233,1645438677,47.74302,8.99900\n4234,1645438678,47.74302,8.99900\n4235,1645438679,47.74302,8.99900\n4236,1645438680,47.74302,8.99900\n4237,1645438681,47.74302,8.99900\n4238,1645438682,47.74302,8.99900\n4239,1645438683,47.74302,8.99900\n4240,1645438684,47.74302,8.99900\n4241,1645438685,47.74302,8.99900\n4242,1645438686,47.74302,8.99900\n4243,1645438687,47.74302,8.99900\n4244,1645438688,47.74302,8.99900\n4245,1645438689,47.74302,8.99900\n4246,1645438690,47.74302,8.99900\n4247,1645438691,47.74302,8.99900\n4248,1645438692,47.74302,8.99900\n4249,1645438693,47.74302,8.99900\n4250,1645438694,47.74302,8.99900\n4251,1645438695,47.74302,8.99900\n4252,1645438696,47.74302,8.99900\n4253,1645438697,47.74302,8.99900\n4254,1645438698,47.74302,8.99900\n4255,1645438699,47.74302,8.99900\n4256,1645438700,47.74302,8.99900\n4257,1645438701,47.74302,8.99900\n4258,1645438702,47.74302,8.99900\n4259,1645438703,47.74302,8.99900\n4260,1645438704,47.74302,8.99900\n4261,1645438705,47.74302,8.99900\n4262,1645438706,47.74302,8.99900\n4263,1645438707,47.74302,8.99900\n4264,1645438708,47.74302,8.99900\n4265,1645438709,47.74302,8.99900\n4266,1645438710,47.74302,8.99900\n4267,1645438711,47.74302,8.99900\n4268,1645438712,47.74302,8.99900\n4269,1645438713,47.74302,8.99900\n4270,1645438714,47.74302,8.99900\n4271,1645438715,47.74302,8.99900\n4272,1645438716,47.74302,8.99900\n4273,1645438717,47.74302,8.99900\n4274,1645438718,47.74302,8.99900\n4275,1645438719,47.74302,8.99900\n4276,1645438720,47.74302,8.99900\n4277,1645438721,47.74302,8.99900\n4278,1645438722,47.74302,8.99900\n4279,1645438723,47.74302,8.99900\n4280,1645438724,47.74302,8.99900\n4281,1645438725,47.74302,8.99900\n4282,1645438726,47.74302,8.99900\n4283,1645438727,47.74302,8.99900\n4284,1645438728,47.74302,8.99900\n4285,1645438729,47.74302,8.99900\n4286,1645438730,47.74302,8.99900\n4287,1645438731,47.74302,8.99900\n4288,1645438732,47.74302,8.99900\n4289,1645438733,47.74302,8.99900\n4290,1645438734,47.74302,8.99900\n4291,1645438735,47.74302,8.99900\n4292,1645438736,47.74302,8.99900\n4293,1645438737,47.74302,8.99900\n4294,1645438738,47.74302,8.99900\n4295,1645438739,47.74302,8.99900\n4296,1645438740,47.74302,8.99900\n4297,1645438741,47.74302,8.99900\n4298,1645438742,47.74302,8.99900\n4299,1645438743,47.74302,8.99900\n4300,1645438744,47.74302,8.99900\n4301,1645438745,47.74302,8.99900\n4302,1645438746,47.74302,8.99900\n4303,1645438747,47.74302,8.99900\n4304,1645438748,47.74302,8.99900\n4305,1645438749,47.74302,8.99900\n4306,1645438750,47.74302,8.99900\n4307,1645438751,47.74302,8.99900\n4308,1645438752,47.74302,8.99900\n4309,1645438753,47.74302,8.99900\n4310,1645438754,47.74302,8.99900\n4311,1645438755,47.74302,8.99900\n4312,1645438756,47.74302,8.99900\n4313,1645438757,47.74302,8.99900\n4314,1645438758,47.74302,8.99900\n4315,1645438759,47.74302,8.99900\n4316,1645438760,47.74302,8.99900\n4317,1645438761,47.74302,8.99900\n4318,1645438762,47.74302,8.99900\n4319,1645438763,47.74302,8.99900\n4320,1645438764,47.74302,8.99900\n4321,1645438765,47.74302,8.99900\n4322,1645438766,47.74302,8.99900\n4323,1645438767,47.74302,8.99900\n4324,1645438768,47.74302,8.99900\n4325,1645438769,47.74302,8.99900\n4326,1645438770,47.74302,8.99900\n4327,1645438771,47.74302,8.99900\n4328,1645438772,47.74302,8.99900\n4329,1645438773,47.74302,8.99900\n4330,1645438774,47.74302,8.99900\n4331,1645438775,47.74302,8.99900\n4332,1645438776,47.74302,8.99900\n4333,1645438777,47.74302,8.99900\n4334,1645438778,47.74302,8.99900\n4335,1645438779,47.74302,8.99900\n4336,1645438780,47.74302,8.99900\n4337,1645438781,47.74302,8.99900\n4338,1645438782,47.74302,8.99900\n4339,1645438783,47.74302,8.99900\n4340,1645438784,47.74302,8.99900\n4341,1645438785,47.74302,8.99899\n4342,1645438786,47.74302,8.99899\n4343,1645438787,47.74302,8.99899\n4344,1645438788,47.74302,8.99899\n4345,1645438789,47.74302,8.99899\n4346,1645438790,47.74302,8.99899\n4347,1645438791,47.74302,8.99899\n4348,1645438792,47.74302,8.99899\n4349,1645438793,47.74302,8.99899\n4350,1645438794,47.74302,8.99899\n4351,1645438795,47.74302,8.99899\n4352,1645438796,47.74302,8.99899\n4353,1645438797,47.74302,8.99899\n4354,1645438798,47.74302,8.99899\n4355,1645438799,47.74302,8.99899\n4356,1645438800,47.74302,8.99899\n4357,1645438801,47.74302,8.99899\n4358,1645438802,47.74302,8.99899\n4359,1645438803,47.74302,8.99899\n4360,1645438804,47.74302,8.99899\n4361,1645438805,47.74302,8.99899\n4362,1645438806,47.74302,8.99899\n4363,1645438807,47.74302,8.99899\n4364,1645438808,47.74302,8.99899\n4365,1645438809,47.74302,8.99899\n4366,1645438810,47.74302,8.99899\n4367,1645438811,47.74302,8.99899\n4368,1645438812,47.74302,8.99899\n4369,1645438813,47.74302,8.99899\n4370,1645438814,47.74302,8.99899\n4371,1645438815,47.74302,8.99899\n4372,1645438816,47.74302,8.99899\n4373,1645438817,47.74302,8.99899\n4374,1645438818,47.74302,8.99899\n4375,1645438819,47.74302,8.99899\n4376,1645438820,47.74302,8.99899\n4377,1645438821,47.74302,8.99899\n4378,1645438822,47.74302,8.99899\n4379,1645438823,47.74302,8.99899\n4380,1645438824,47.74302,8.99899\n4381,1645438825,47.74302,8.99899\n4382,1645438826,47.74302,8.99899\n4383,1645438827,47.74302,8.99899\n4384,1645438828,47.74302,8.99899\n4385,1645438829,47.74302,8.99899\n4386,1645438830,47.74302,8.99899\n4387,1645438831,47.74302,8.99899\n4388,1645438832,47.74302,8.99899\n4389,1645438833,47.74302,8.99899\n4390,1645438834,47.74302,8.99899\n4391,1645438835,47.74302,8.99899\n4392,1645438836,47.74302,8.99899\n4393,1645438837,47.74302,8.99899\n4394,1645438838,47.74302,8.99899\n4395,1645438839,47.74302,8.99899\n4396,1645438840,47.74302,8.99899\n4397,1645438841,47.74302,8.99899\n4398,1645438842,47.74302,8.99899\n4399,1645438843,47.74302,8.99899\n4400,1645438844,47.74302,8.99899\n4401,1645438845,47.74302,8.99899\n4402,1645438846,47.74302,8.99899\n4403,1645438847,47.74302,8.99899\n4404,1645438848,47.74302,8.99899\n4405,1645438849,47.74302,8.99899\n4406,1645438850,47.74302,8.99899\n4407,1645438851,47.74302,8.99899\n4408,1645438852,47.74302,8.99899\n4409,1645438853,47.74302,8.99899\n4410,1645438854,47.74302,8.99899\n4411,1645438855,47.74302,8.99899\n4412,1645438856,47.74302,8.99899\n4413,1645438857,47.74302,8.99899\n4414,1645438858,47.74302,8.99899\n4415,1645438859,47.74302,8.99899\n4416,1645438860,47.74302,8.99899\n4417,1645438861,47.74302,8.99899\n4418,1645438862,47.74302,8.99899\n4419,1645438863,47.74302,8.99899\n4420,1645438864,47.74302,8.99899\n4421,1645438865,47.74302,8.99899\n4422,1645438866,47.74302,8.99899\n4423,1645438867,47.74302,8.99899\n4424,1645438868,47.74302,8.99899\n4425,1645438869,47.74302,8.99899\n4426,1645438870,47.74302,8.99899\n4427,1645438871,47.74302,8.99899\n4428,1645438872,47.74302,8.99899\n4429,1645438873,47.74302,8.99899\n4430,1645438874,47.74302,8.99899\n4431,1645438875,47.74302,8.99899\n4432,1645438876,47.74302,8.99899\n4433,1645438877,47.74302,8.99899\n4434,1645438878,47.74302,8.99899\n4435,1645438879,47.74302,8.99899\n4436,1645438880,47.74302,8.99899\n4437,1645438881,47.74302,8.99899\n4438,1645438882,47.74302,8.99899\n4439,1645438883,47.74302,8.99899\n4440,1645438884,47.74302,8.99899\n4441,1645438885,47.74302,8.99899\n4442,1645438886,47.74302,8.99899\n4443,1645438887,47.74302,8.99899\n4444,1645438888,47.74302,8.99899\n4445,1645438889,47.74302,8.99899\n4446,1645438890,47.74302,8.99899\n4447,1645438891,47.74302,8.99899\n4448,1645438892,47.74302,8.99899\n4449,1645438893,47.74302,8.99899\n4450,1645438894,47.74302,8.99899\n4451,1645438895,47.74302,8.99899\n4452,1645438896,47.74302,8.99899\n4453,1645438897,47.74302,8.99899\n4454,1645438898,47.74302,8.99899\n4455,1645438899,47.74302,8.99899\n4456,1645438900,47.74302,8.99899\n4457,1645438901,47.74302,8.99899\n4458,1645438902,47.74302,8.99899\n4459,1645438903,47.74302,8.99899\n4460,1645438904,47.74302,8.99899\n4461,1645438905,47.74302,8.99899\n4462,1645438906,47.74302,8.99899\n4463,1645438907,47.74302,8.99899\n4464,1645438908,47.74302,8.99899\n4465,1645438909,47.74302,8.99899\n4466,1645438910,47.74302,8.99899\n4467,1645438911,47.74302,8.99899\n4468,1645438912,47.74302,8.99899\n4469,1645438913,47.74302,8.99899\n4470,1645438914,47.74302,8.99899\n4471,1645438915,47.74302,8.99899\n4472,1645438916,47.74302,8.99899\n4473,1645438917,47.74302,8.99899\n4474,1645438918,47.74302,8.99899\n4475,1645438919,47.74302,8.99899\n4476,1645438920,47.74302,8.99899\n4477,1645438921,47.74302,8.99899\n4478,1645438922,47.74302,8.99899\n4479,1645438923,47.74302,8.99899\n4480,1645438924,47.74302,8.99899\n4481,1645438925,47.74302,8.99899\n4482,1645438926,47.74302,8.99899\n4483,1645438927,47.74302,8.99899\n4484,1645438928,47.74302,8.99899\n4485,1645438929,47.74302,8.99899\n4486,1645438930,47.74302,8.99899\n4487,1645438931,47.74302,8.99899\n4488,1645438932,47.74302,8.99899\n4489,1645438933,47.74302,8.99899\n4490,1645438934,47.74302,8.99899\n4491,1645438935,47.74302,8.99899\n4492,1645438936,47.74302,8.99899\n4493,1645438937,47.74302,8.99899\n4494,1645438938,47.74302,8.99899\n4495,1645438939,47.74302,8.99899\n4496,1645438940,47.74302,8.99899\n4497,1645438941,47.74302,8.99899\n4498,1645438942,47.74302,8.99899\n4499,1645438943,47.74302,8.99899\n4500,1645438944,47.74302,8.99899\n4501,1645438945,47.74302,8.99899\n4502,1645438946,47.74302,8.99899\n4503,1645438947,47.74302,8.99899\n4504,1645438948,47.74302,8.99899\n4505,1645438949,47.74302,8.99899\n4506,1645438950,47.74302,8.99899\n4507,1645438951,47.74302,8.99899\n4508,1645438952,47.74302,8.99899\n4509,1645438953,47.74302,8.99899\n4510,1645438954,47.74302,8.99899\n4511,1645438955,47.74302,8.99899\n4512,1645438956,47.74302,8.99899\n4513,1645438957,47.74302,8.99899\n4514,1645438958,47.74302,8.99899\n4515,1645438959,47.74302,8.99899\n4516,1645438960,47.74302,8.99899\n4517,1645438961,47.74302,8.99899\n4518,1645438962,47.74302,8.99899\n4519,1645438963,47.74302,8.99899\n4520,1645438964,47.74302,8.99899\n4521,1645438965,47.74302,8.99899\n4522,1645438966,47.74302,8.99899\n4523,1645438967,47.74302,8.99899\n4524,1645438968,47.74302,8.99899\n4525,1645438969,47.74302,8.99899\n4526,1645438970,47.74302,8.99899\n4527,1645438971,47.74302,8.99899\n4528,1645438972,47.74302,8.99899\n4529,1645438973,47.74302,8.99899\n4530,1645438974,47.74302,8.99899\n4531,1645438975,47.74302,8.99899\n4532,1645438976,47.74302,8.99899\n4533,1645438977,47.74302,8.99899\n4534,1645438978,47.74302,8.99899\n4535,1645438979,47.74302,8.99899\n4536,1645438980,47.74302,8.99899\n4537,1645438981,47.74302,8.99899\n4538,1645438982,47.74302,8.99899\n4539,1645438983,47.74302,8.99899\n4540,1645438984,47.74302,8.99899\n4541,1645438985,47.74302,8.99899\n4542,1645438986,47.74302,8.99899\n4543,1645438987,47.74302,8.99899\n4544,1645438988,47.74303,8.99899\n4545,1645438989,47.74303,8.99899\n4546,1645438990,47.74303,8.99899\n4547,1645438991,47.74303,8.99899\n4548,1645438992,47.74303,8.99899\n4549,1645438993,47.74303,8.99899\n4550,1645438994,47.74303,8.99899\n4551,1645438995,47.74303,8.99899\n4552,1645438996,47.74303,8.99899\n4553,1645438997,47.74303,8.99899\n4554,1645438998,47.74303,8.99899\n4555,1645438999,47.74303,8.99899\n4556,1645439000,47.74303,8.99899\n4557,1645439001,47.74303,8.99899\n4558,1645439002,47.74303,8.99899\n4559,1645439003,47.74303,8.99899\n4560,1645439004,47.74303,8.99899\n4561,1645439005,47.74303,8.99899\n4562,1645439006,47.74303,8.99899\n4563,1645439007,47.74303,8.99899\n4564,1645439008,47.74303,8.99899\n4565,1645439009,47.74303,8.99899\n4566,1645439010,47.74303,8.99899\n4567,1645439011,47.74303,8.99899\n4568,1645439012,47.74303,8.99899\n4569,1645439013,47.74303,8.99899\n4570,1645439014,47.74303,8.99899\n4571,1645439015,47.74303,8.99899\n4572,1645439016,47.74303,8.99899\n4573,1645439017,47.74303,8.99899\n4574,1645439018,47.74303,8.99899\n4575,1645439019,47.74303,8.99899\n4576,1645439020,47.74303,8.99899\n4577,1645439021,47.74303,8.99899\n4578,1645439022,47.74303,8.99899\n4579,1645439023,47.74303,8.99899\n4580,1645439024,47.74303,8.99899\n4581,1645439025,47.74303,8.99899\n4582,1645439026,47.74303,8.99899\n4583,1645439027,47.74303,8.99899\n4584,1645439028,47.74303,8.99899\n4585,1645439029,47.74303,8.99899\n4586,1645439030,47.74303,8.99899\n4587,1645439031,47.74303,8.99899\n4588,1645439032,47.74303,8.99899\n4589,1645439033,47.74303,8.99899\n4590,1645439034,47.74303,8.99899\n4591,1645439035,47.74303,8.99899\n4592,1645439036,47.74303,8.99899\n4593,1645439037,47.74303,8.99899\n4594,1645439038,47.74303,8.99899\n4595,1645439039,47.74303,8.99899\n4596,1645439040,47.74303,8.99899\n4597,1645439041,47.74303,8.99899\n4598,1645439042,47.74303,8.99899\n4599,1645439043,47.74303,8.99899\n4600,1645439044,47.74303,8.99899\n4601,1645439045,47.74303,8.99899\n4602,1645439046,47.74303,8.99899\n4603,1645439047,47.74303,8.99899\n4604,1645439048,47.74303,8.99899\n4605,1645439049,47.74303,8.99899\n4606,1645439050,47.74303,8.99899\n4607,1645439051,47.74303,8.99899\n4608,1645439052,47.74303,8.99899\n4609,1645439053,47.74303,8.99899\n4610,1645439054,47.74303,8.99899\n4611,1645439055,47.74303,8.99899\n4612,1645439056,47.74303,8.99899\n4613,1645439057,47.74303,8.99899\n4614,1645439058,47.74303,8.99899\n4615,1645439059,47.74303,8.99899\n4616,1645439060,47.74303,8.99899\n4617,1645439061,47.74303,8.99899\n4618,1645439062,47.74303,8.99899\n4619,1645439063,47.74303,8.99899\n4620,1645439064,47.74303,8.99899\n4621,1645439065,47.74303,8.99899\n4622,1645439066,47.74303,8.99899\n4623,1645439067,47.74303,8.99899\n4624,1645439068,47.74303,8.99899\n4625,1645439069,47.74303,8.99899\n4626,1645439070,47.74303,8.99899\n4627,1645439071,47.74303,8.99899\n4628,1645439072,47.74303,8.99899\n4629,1645439073,47.74303,8.99899\n4630,1645439074,47.74303,8.99899\n4631,1645439075,47.74303,8.99899\n4632,1645439076,47.74303,8.99899\n4633,1645439077,47.74303,8.99899\n4634,1645439078,47.74302,8.99899\n4635,1645439079,47.74302,8.99899\n4636,1645439080,47.74302,8.99900\n4637,1645439081,47.74302,8.99900\n4638,1645439082,47.74302,8.99900\n4639,1645439083,47.74302,8.99900\n4640,1645439084,47.74302,8.99900\n4641,1645439085,47.74302,8.99900\n4642,1645439086,47.74302,8.99900\n4643,1645439087,47.74302,8.99900\n4644,1645439088,47.74302,8.99900\n4645,1645439089,47.74302,8.99900\n4646,1645439090,47.74302,8.99900\n4647,1645439091,47.74302,8.99900\n4648,1645439092,47.74302,8.99900\n4649,1645439093,47.74302,8.99900\n4650,1645439094,47.74302,8.99900\n4651,1645439095,47.74302,8.99900\n4652,1645439096,47.74302,8.99900\n4653,1645439097,47.74302,8.99900\n4654,1645439098,47.74302,8.99900\n4655,1645439099,47.74302,8.99900\n4656,1645439100,47.74302,8.99900\n4657,1645439101,47.74302,8.99900\n4658,1645439102,47.74302,8.99900\n4659,1645439103,47.74302,8.99900\n4660,1645439104,47.74302,8.99900\n4661,1645439105,47.74302,8.99900\n4662,1645439106,47.74302,8.99900\n4663,1645439107,47.74302,8.99900\n4664,1645439108,47.74302,8.99900\n4665,1645439109,47.74302,8.99900\n4666,1645439110,47.74302,8.99900\n4667,1645439111,47.74302,8.99900\n4668,1645439112,47.74302,8.99900\n4669,1645439113,47.74302,8.99900\n4670,1645439114,47.74302,8.99900\n4671,1645439115,47.74302,8.99900\n4672,1645439116,47.74302,8.99900\n4673,1645439117,47.74302,8.99900\n4674,1645439118,47.74302,8.99900\n4675,1645439119,47.74302,8.99900\n4676,1645439120,47.74302,8.99900\n4677,1645439121,47.74302,8.99900\n4678,1645439122,47.74302,8.99900\n4679,1645439123,47.74302,8.99900\n4680,1645439124,47.74302,8.99900\n4681,1645439125,47.74302,8.99900\n4682,1645439126,47.74302,8.99900\n4683,1645439127,47.74302,8.99900\n4684,1645439128,47.74302,8.99900\n4685,1645439129,47.74302,8.99900\n4686,1645439130,47.74302,8.99900\n4687,1645439131,47.74302,8.99900\n4688,1645439132,47.74302,8.99900\n4689,1645439133,47.74302,8.99900\n4690,1645439134,47.74302,8.99900\n4691,1645439135,47.74302,8.99900\n4692,1645439136,47.74302,8.99900\n4693,1645439137,47.74302,8.99900\n4694,1645439138,47.74302,8.99900\n4695,1645439139,47.74302,8.99900\n4696,1645439140,47.74302,8.99900\n4697,1645439141,47.74302,8.99900\n4698,1645439142,47.74302,8.99900\n4699,1645439143,47.74302,8.99900\n4700,1645439144,47.74302,8.99900\n4701,1645439145,47.74302,8.99900\n4702,1645439146,47.74302,8.99900\n4703,1645439147,47.74302,8.99900\n4704,1645439148,47.74302,8.99900\n4705,1645439149,47.74302,8.99900\n4706,1645439150,47.74302,8.99900\n4707,1645439151,47.74302,8.99900\n4708,1645439152,47.74302,8.99900\n4709,1645439153,47.74302,8.99900\n4710,1645439154,47.74302,8.99900\n4711,1645439155,47.74302,8.99900\n4712,1645439156,47.74302,8.99900\n4713,1645439157,47.74302,8.99900\n4714,1645439158,47.74302,8.99900\n4715,1645439159,47.74302,8.99900\n4716,1645439160,47.74302,8.99900\n4717,1645439161,47.74302,8.99900\n4718,1645439162,47.74302,8.99900\n4719,1645439163,47.74302,8.99900\n4720,1645439164,47.74302,8.99900\n4721,1645439165,47.74302,8.99900\n4722,1645439166,47.74302,8.99900\n4723,1645439167,47.74302,8.99900\n4724,1645439168,47.74302,8.99900\n4725,1645439169,47.74302,8.99900\n4726,1645439170,47.74302,8.99900\n4727,1645439171,47.74302,8.99900\n4728,1645439172,47.74302,8.99901\n4729,1645439173,47.74302,8.99901\n4730,1645439174,47.74302,8.99901\n4731,1645439175,47.74302,8.99901\n4732,1645439176,47.74302,8.99901\n4733,1645439177,47.74302,8.99901\n4734,1645439178,47.74302,8.99901\n4735,1645439179,47.74302,8.99901\n4736,1645439180,47.74302,8.99901\n4737,1645439181,47.74302,8.99901\n4738,1645439182,47.74302,8.99901\n4739,1645439183,47.74302,8.99901\n4740,1645439184,47.74302,8.99901\n4741,1645439185,47.74302,8.99901\n4742,1645439186,47.74302,8.99901\n4743,1645439187,47.74302,8.99901\n4744,1645439188,47.74302,8.99901\n4745,1645439189,47.74302,8.99901\n4746,1645439190,47.74302,8.99901\n4747,1645439191,47.74302,8.99901\n4748,1645439192,47.74302,8.99901\n4749,1645439193,47.74302,8.99901\n4750,1645439194,47.74302,8.99901\n4751,1645439195,47.74302,8.99900\n4752,1645439196,47.74302,8.99900\n4753,1645439197,47.74302,8.99900\n4754,1645439198,47.74302,8.99900\n4755,1645439199,47.74302,8.99900\n4756,1645439200,47.74302,8.99900\n4757,1645439201,47.74302,8.99900\n4758,1645439202,47.74302,8.99900\n4759,1645439203,47.74302,8.99900\n4760,1645439204,47.74302,8.99900\n4761,1645439205,47.74302,8.99900\n4762,1645439206,47.74302,8.99900\n4763,1645439207,47.74302,8.99900\n4764,1645439208,47.74302,8.99900\n4765,1645439209,47.74302,8.99900\n4766,1645439210,47.74302,8.99900\n4767,1645439211,47.74302,8.99900\n4768,1645439212,47.74302,8.99900\n4769,1645439213,47.74302,8.99900\n4770,1645439214,47.74302,8.99900\n4771,1645439215,47.74302,8.99900\n4772,1645439216,47.74302,8.99900\n4773,1645439217,47.74302,8.99900\n4774,1645439218,47.74302,8.99900\n4775,1645439219,47.74302,8.99900\n4776,1645439220,47.74302,8.99900\n4777,1645439221,47.74302,8.99900\n4778,1645439222,47.74302,8.99900\n4779,1645439223,47.74302,8.99900\n4780,1645439224,47.74302,8.99900\n4781,1645439225,47.74302,8.99900\n4782,1645439226,47.74302,8.99900\n4783,1645439227,47.74302,8.99900\n4784,1645439228,47.74302,8.99900\n4785,1645439229,47.74302,8.99900\n4786,1645439230,47.74302,8.99900\n4787,1645439231,47.74302,8.99900\n4788,1645439232,47.74302,8.99900\n4789,1645439233,47.74302,8.99900\n4790,1645439234,47.74302,8.99900\n4791,1645439235,47.74302,8.99900\n4792,1645439236,47.74302,8.99900\n4793,1645439237,47.74302,8.99900\n4794,1645439238,47.74302,8.99900\n4795,1645439239,47.74302,8.99900\n4796,1645439240,47.74302,8.99900\n4797,1645439241,47.74302,8.99900\n4798,1645439242,47.74302,8.99900\n4799,1645439243,47.74302,8.99900\n4800,1645439244,47.74302,8.99900\n4801,1645439245,47.74302,8.99900\n4802,1645439246,47.74302,8.99900\n4803,1645439247,47.74302,8.99900\n4804,1645439248,47.74302,8.99900\n4805,1645439249,47.74302,8.99900\n4806,1645439250,47.74302,8.99900\n4807,1645439251,47.74302,8.99900\n4808,1645439252,47.74302,8.99900\n4809,1645439253,47.74302,8.99900\n4810,1645439254,47.74302,8.99900\n4811,1645439255,47.74302,8.99900\n4812,1645439256,47.74302,8.99900\n4813,1645439257,47.74302,8.99900\n4814,1645439258,47.74302,8.99900\n4815,1645439259,47.74302,8.99900\n4816,1645439260,47.74302,8.99900\n4817,1645439261,47.74302,8.99900\n4818,1645439262,47.74302,8.99900\n4819,1645439263,47.74302,8.99900\n4820,1645439264,47.74302,8.99900\n4821,1645439265,47.74302,8.99900\n4822,1645439266,47.74302,8.99900\n4823,1645439267,47.74302,8.99900\n4824,1645439268,47.74302,8.99900\n4825,1645439269,47.74302,8.99900\n4826,1645439270,47.74302,8.99900\n4827,1645439271,47.74302,8.99900\n4828,1645439272,47.74302,8.99900\n4829,1645439273,47.74302,8.99900\n4830,1645439274,47.74302,8.99900\n4831,1645439275,47.74302,8.99900\n4832,1645439276,47.74302,8.99900\n4833,1645439277,47.74302,8.99900\n4834,1645439278,47.74302,8.99900\n4835,1645439279,47.74302,8.99900\n4836,1645439280,47.74302,8.99900\n4837,1645439281,47.74302,8.99900\n4838,1645439282,47.74302,8.99900\n4839,1645439283,47.74302,8.99900\n4840,1645439284,47.74302,8.99900\n4841,1645439285,47.74302,8.99900\n4842,1645439286,47.74302,8.99900\n4843,1645439287,47.74302,8.99900\n4844,1645439288,47.74302,8.99900\n4845,1645439289,47.74302,8.99900\n4846,1645439290,47.74302,8.99900\n4847,1645439291,47.74302,8.99900\n4848,1645439292,47.74302,8.99900\n4849,1645439293,47.74302,8.99900\n4850,1645439294,47.74302,8.99900\n4851,1645439295,47.74302,8.99900\n4852,1645439296,47.74302,8.99900\n4853,1645439297,47.74302,8.99900\n4854,1645439298,47.74302,8.99900\n4855,1645439299,47.74302,8.99900\n4856,1645439300,47.74302,8.99900\n4857,1645439301,47.74302,8.99900\n4858,1645439302,47.74302,8.99900\n4859,1645439303,47.74302,8.99900\n4860,1645439304,47.74302,8.99900\n4861,1645439305,47.74302,8.99900\n4862,1645439306,47.74302,8.99900\n4863,1645439307,47.74302,8.99900\n4864,1645439308,47.74302,8.99900\n4865,1645439309,47.74302,8.99900\n4866,1645439310,47.74302,8.99900\n4867,1645439311,47.74302,8.99900\n4868,1645439312,47.74302,8.99900\n4869,1645439313,47.74302,8.99900\n4870,1645439314,47.74302,8.99900\n4871,1645439315,47.74302,8.99900\n4872,1645439316,47.74302,8.99900\n4873,1645439317,47.74302,8.99900\n4874,1645439318,47.74302,8.99900\n4875,1645439319,47.74302,8.99900\n4876,1645439320,47.74302,8.99900\n4877,1645439321,47.74302,8.99900\n4878,1645439322,47.74302,8.99900\n4879,1645439323,47.74302,8.99900\n4880,1645439324,47.74302,8.99900\n4881,1645439325,47.74302,8.99900\n4882,1645439326,47.74302,8.99900\n4883,1645439327,47.74302,8.99900\n4884,1645439328,47.74302,8.99900\n4885,1645439329,47.74302,8.99900\n4886,1645439330,47.74302,8.99900\n4887,1645439331,47.74302,8.99900\n4888,1645439332,47.74302,8.99900\n4889,1645439333,47.74302,8.99900\n4890,1645439334,47.74302,8.99900\n4891,1645439335,47.74302,8.99900\n4892,1645439336,47.74302,8.99900\n4893,1645439337,47.74302,8.99900\n4894,1645439338,47.74302,8.99900\n4895,1645439339,47.74302,8.99900\n4896,1645439340,47.74302,8.99900\n4897,1645439341,47.74302,8.99900\n4898,1645439342,47.74302,8.99900\n4899,1645439343,47.74302,8.99900\n4900,1645439344,47.74302,8.99900\n4901,1645439345,47.74302,8.99900\n4902,1645439346,47.74302,8.99900\n4903,1645439347,47.74302,8.99900\n4904,1645439348,47.74302,8.99900\n4905,1645439349,47.74302,8.99900\n4906,1645439350,47.74302,8.99900\n4907,1645439351,47.74302,8.99900\n4908,1645439352,47.74302,8.99900\n4909,1645439353,47.74302,8.99900\n4910,1645439354,47.74302,8.99900\n4911,1645439355,47.74302,8.99900\n4912,1645439356,47.74302,8.99900\n4913,1645439357,47.74302,8.99900\n4914,1645439358,47.74302,8.99900\n4915,1645439359,47.74302,8.99900\n4916,1645439360,47.74302,8.99900\n4917,1645439361,47.74302,8.99900\n4918,1645439362,47.74302,8.99900\n4919,1645439363,47.74302,8.99900\n4920,1645439364,47.74302,8.99900\n4921,1645439365,47.74302,8.99900\n4922,1645439366,47.74302,8.99900\n4923,1645439367,47.74302,8.99900\n4924,1645439368,47.74302,8.99900\n4925,1645439369,47.74302,8.99900\n4926,1645439370,47.74302,8.99900\n4927,1645439371,47.74302,8.99900\n4928,1645439372,47.74302,8.99900\n4929,1645439373,47.74302,8.99900\n4930,1645439374,47.74302,8.99900\n4931,1645439375,47.74302,8.99900\n4932,1645439376,47.74302,8.99900\n4933,1645439377,47.74302,8.99900\n4934,1645439378,47.74302,8.99900\n4935,1645439379,47.74302,8.99900\n4936,1645439380,47.74302,8.99900\n4937,1645439381,47.74302,8.99900\n4938,1645439382,47.74302,8.99900\n4939,1645439383,47.74302,8.99900\n4940,1645439384,47.74302,8.99900\n4941,1645439385,47.74302,8.99900\n4942,1645439386,47.74302,8.99900\n4943,1645439387,47.74302,8.99900\n4944,1645439388,47.74302,8.99900\n4945,1645439389,47.74302,8.99900\n4946,1645439390,47.74302,8.99900\n4947,1645439391,47.74302,8.99900\n4948,1645439392,47.74302,8.99900\n4949,1645439393,47.74302,8.99900\n4950,1645439394,47.74302,8.99900\n4951,1645439395,47.74302,8.99900\n4952,1645439396,47.74302,8.99900\n4953,1645439397,47.74302,8.99900\n4954,1645439398,47.74302,8.99900\n4955,1645439399,47.74302,8.99900\n4956,1645439400,47.74302,8.99900\n4957,1645439401,47.74302,8.99900\n4958,1645439402,47.74302,8.99900\n4959,1645439403,47.74302,8.99900\n4960,1645439404,47.74302,8.99900\n4961,1645439405,47.74302,8.99900\n4962,1645439406,47.74302,8.99900\n4963,1645439407,47.74302,8.99900\n4964,1645439408,47.74302,8.99900\n4965,1645439409,47.74302,8.99900\n4966,1645439410,47.74302,8.99900\n4967,1645439411,47.74302,8.99900\n4968,1645439412,47.74302,8.99900\n4969,1645439413,47.74302,8.99900\n4970,1645439414,47.74302,8.99900\n4971,1645439415,47.74302,8.99900\n4972,1645439416,47.74302,8.99900\n4973,1645439417,47.74302,8.99900\n4974,1645439418,47.74302,8.99900\n4975,1645439419,47.74302,8.99900\n4976,1645439420,47.74302,8.99900\n4977,1645439421,47.74302,8.99900\n4978,1645439422,47.74302,8.99900\n4979,1645439423,47.74302,8.99900\n4980,1645439424,47.74302,8.99900\n4981,1645439425,47.74302,8.99900\n4982,1645439426,47.74302,8.99900\n4983,1645439427,47.74302,8.99900\n4984,1645439428,47.74302,8.99900\n4985,1645439429,47.74302,8.99900\n4986,1645439430,47.74302,8.99900\n4987,1645439431,47.74302,8.99900\n4988,1645439432,47.74302,8.99900\n4989,1645439433,47.74302,8.99900\n4990,1645439434,47.74302,8.99900\n4991,1645439435,47.74302,8.99900\n4992,1645439436,47.74302,8.99900\n4993,1645439437,47.74302,8.99900\n4994,1645439438,47.74302,8.99900\n4995,1645439439,47.74302,8.99900\n4996,1645439440,47.74302,8.99900\n4997,1645439441,47.74302,8.99900\n4998,1645439442,47.74302,8.99900\n4999,1645439443,47.74302,8.99900\n5000,1645439444,47.74302,8.99900\n5001,1645439445,47.74302,8.99900\n5002,1645439446,47.74302,8.99900\n5003,1645439447,47.74302,8.99900\n5004,1645439448,47.74302,8.99900\n5005,1645439449,47.74302,8.99900\n5006,1645439450,47.74302,8.99900\n5007,1645439451,47.74302,8.99900\n5008,1645439452,47.74302,8.99900\n5009,1645439453,47.74302,8.99900\n5010,1645439454,47.74302,8.99900\n5011,1645439455,47.74302,8.99900\n5012,1645439456,47.74302,8.99900\n5013,1645439457,47.74302,8.99900\n5014,1645439458,47.74302,8.99900\n5015,1645439459,47.74302,8.99900\n5016,1645439460,47.74302,8.99900\n5017,1645439461,47.74302,8.99900\n5018,1645439462,47.74302,8.99900\n5019,1645439463,47.74302,8.99900\n5020,1645439464,47.74302,8.99900\n5021,1645439465,47.74302,8.99900\n5022,1645439466,47.74302,8.99900\n5023,1645439467,47.74302,8.99900\n5024,1645439468,47.74302,8.99900\n5025,1645439469,47.74302,8.99900\n5026,1645439470,47.74302,8.99900\n5027,1645439471,47.74302,8.99900\n5028,1645439472,47.74302,8.99900\n5029,1645439473,47.74302,8.99900\n5030,1645439474,47.74302,8.99900\n5031,1645439475,47.74302,8.99900\n5032,1645439476,47.74302,8.99900\n5033,1645439477,47.74302,8.99900\n5034,1645439478,47.74302,8.99900\n5035,1645439479,47.74302,8.99900\n5036,1645439480,47.74302,8.99900\n5037,1645439481,47.74302,8.99900\n5038,1645439482,47.74302,8.99900\n5039,1645439483,47.74302,8.99900\n5040,1645439484,47.74302,8.99900\n5041,1645439485,47.74302,8.99900\n5042,1645439486,47.74302,8.99900\n5043,1645439487,47.74302,8.99900\n5044,1645439488,47.74302,8.99900\n5045,1645439489,47.74302,8.99900\n5046,1645439490,47.74302,8.99900\n5047,1645439491,47.74302,8.99900\n5048,1645439492,47.74302,8.99900\n5049,1645439493,47.74302,8.99900\n5050,1645439494,47.74302,8.99900\n5051,1645439495,47.74302,8.99900\n5052,1645439496,47.74302,8.99900\n5053,1645439497,47.74302,8.99900\n5054,1645439498,47.74302,8.99900\n5055,1645439499,47.74302,8.99900\n5056,1645439500,47.74302,8.99900\n5057,1645439501,47.74302,8.99900\n5058,1645439502,47.74302,8.99900\n5059,1645439503,47.74302,8.99900\n5060,1645439504,47.74302,8.99900\n5061,1645439505,47.74302,8.99900\n5062,1645439506,47.74302,8.99900\n5063,1645439507,47.74302,8.99900\n5064,1645439508,47.74302,8.99900\n5065,1645439509,47.74302,8.99900\n5066,1645439510,47.74302,8.99900\n5067,1645439511,47.74302,8.99900\n5068,1645439512,47.74302,8.99900\n5069,1645439513,47.74302,8.99900\n5070,1645439514,47.74302,8.99900\n5071,1645439515,47.74302,8.99900\n5072,1645439516,47.74302,8.99900\n5073,1645439517,47.74302,8.99900\n5074,1645439518,47.74302,8.99900\n5075,1645439519,47.74302,8.99900\n5076,1645439520,47.74302,8.99900\n5077,1645439521,47.74302,8.99900\n5078,1645439522,47.74302,8.99900\n5079,1645439523,47.74302,8.99900\n5080,1645439524,47.74302,8.99900\n5081,1645439525,47.74302,8.99900\n5082,1645439526,47.74302,8.99900\n5083,1645439527,47.74302,8.99900\n5084,1645439528,47.74302,8.99900\n5085,1645439529,47.74302,8.99900\n5086,1645439530,47.74302,8.99900\n5087,1645439531,47.74302,8.99900\n5088,1645439532,47.74302,8.99900\n5089,1645439533,47.74302,8.99900\n5090,1645439534,47.74302,8.99900\n5091,1645439535,47.74302,8.99900\n5092,1645439536,47.74302,8.99900\n5093,1645439537,47.74302,8.99900\n5094,1645439538,47.74302,8.99900\n5095,1645439539,47.74302,8.99900\n5096,1645439540,47.74302,8.99900\n5097,1645439541,47.74302,8.99900\n5098,1645439542,47.74302,8.99900\n5099,1645439543,47.74302,8.99900\n5100,1645439544,47.74302,8.99900\n5101,1645439545,47.74302,8.99900\n5102,1645439546,47.74302,8.99900\n5103,1645439547,47.74302,8.99900\n5104,1645439548,47.74302,8.99900\n5105,1645439549,47.74302,8.99900\n5106,1645439550,47.74302,8.99900\n5107,1645439551,47.74302,8.99900\n5108,1645439552,47.74302,8.99900\n5109,1645439553,47.74302,8.99900\n5110,1645439554,47.74302,8.99900\n5111,1645439555,47.74302,8.99900\n5112,1645439556,47.74302,8.99900\n5113,1645439557,47.74302,8.99900\n5114,1645439558,47.74302,8.99900\n5115,1645439559,47.74302,8.99900\n5116,1645439560,47.74302,8.99900\n5117,1645439561,47.74302,8.99900\n5118,1645439562,47.74302,8.99900\n5119,1645439563,47.74302,8.99900\n5120,1645439564,47.74302,8.99900\n5121,1645439565,47.74302,8.99900\n5122,1645439566,47.74302,8.99900\n5123,1645439567,47.74302,8.99900\n5124,1645439568,47.74302,8.99900\n5125,1645439569,47.74302,8.99900\n5126,1645439570,47.74302,8.99900\n5127,1645439571,47.74302,8.99900\n5128,1645439572,47.74302,8.99900\n5129,1645439573,47.74302,8.99900\n5130,1645439574,47.74302,8.99900\n5131,1645439575,47.74302,8.99900\n5132,1645439576,47.74302,8.99900\n5133,1645439577,47.74302,8.99900\n5134,1645439578,47.74302,8.99900\n5135,1645439579,47.74302,8.99900\n5136,1645439580,47.74302,8.99900\n5137,1645439581,47.74302,8.99900\n5138,1645439582,47.74302,8.99900\n5139,1645439583,47.74302,8.99900\n5140,1645439584,47.74302,8.99900\n5141,1645439585,47.74302,8.99900\n5142,1645439586,47.74302,8.99900\n5143,1645439587,47.74302,8.99900\n5144,1645439588,47.74302,8.99900\n5145,1645439589,47.74302,8.99900\n5146,1645439590,47.74302,8.99900\n5147,1645439591,47.74302,8.99900\n5148,1645439592,47.74302,8.99900\n5149,1645439593,47.74302,8.99900\n5150,1645439594,47.74302,8.99900\n5151,1645439595,47.74302,8.99900\n5152,1645439596,47.74302,8.99900\n5153,1645439597,47.74302,8.99900\n5154,1645439598,47.74302,8.99900\n5155,1645439599,47.74302,8.99900\n5156,1645439600,47.74302,8.99900\n5157,1645439601,47.74302,8.99900\n5158,1645439602,47.74302,8.99900\n5159,1645439603,47.74302,8.99900\n5160,1645439604,47.74302,8.99900\n5161,1645439605,47.74302,8.99900\n5162,1645439606,47.74302,8.99900\n5163,1645439607,47.74302,8.99900\n5164,1645439608,47.74302,8.99900\n5165,1645439609,47.74302,8.99900\n5166,1645439610,47.74302,8.99900\n5167,1645439611,47.74302,8.99900\n5168,1645439612,47.74302,8.99900\n5169,1645439613,47.74302,8.99900\n5170,1645439614,47.74302,8.99900\n5171,1645439615,47.74302,8.99900\n5172,1645439616,47.74302,8.99900\n5173,1645439617,47.74302,8.99900\n5174,1645439618,47.74302,8.99900\n5175,1645439619,47.74302,8.99900\n5176,1645439620,47.74302,8.99900\n5177,1645439621,47.74302,8.99900\n5178,1645439622,47.74302,8.99900\n5179,1645439623,47.74302,8.99900\n5180,1645439624,47.74302,8.99900\n5181,1645439625,47.74302,8.99900\n5182,1645439626,47.74302,8.99900\n5183,1645439627,47.74302,8.99900\n5184,1645439628,47.74302,8.99900\n5185,1645439629,47.74302,8.99900\n5186,1645439630,47.74302,8.99900\n5187,1645439631,47.74302,8.99900\n5188,1645439632,47.74302,8.99900\n5189,1645439633,47.74302,8.99900\n5190,1645439634,47.74302,8.99900\n5191,1645439635,47.74302,8.99900\n5192,1645439636,47.74302,8.99900\n5193,1645439637,47.74302,8.99900\n5194,1645439638,47.74302,8.99900\n5195,1645439639,47.74302,8.99900\n5196,1645439640,47.74302,8.99900\n5197,1645439641,47.74302,8.99900\n5198,1645439642,47.74302,8.99900\n5199,1645439643,47.74302,8.99900\n5200,1645439644,47.74302,8.99900\n5201,1645439645,47.74302,8.99900\n5202,1645439646,47.74302,8.99900\n5203,1645439647,47.74302,8.99900\n5204,1645439648,47.74302,8.99900\n5205,1645439649,47.74302,8.99900\n5206,1645439650,47.74302,8.99900\n5207,1645439651,47.74302,8.99900\n5208,1645439652,47.74302,8.99900\n5209,1645439653,47.74302,8.99900\n5210,1645439654,47.74302,8.99900\n5211,1645439655,47.74302,8.99900\n5212,1645439656,47.74302,8.99900\n5213,1645439657,47.74302,8.99900\n5214,1645439658,47.74302,8.99900\n5215,1645439659,47.74302,8.99900\n5216,1645439660,47.74302,8.99900\n5217,1645439661,47.74302,8.99900\n5218,1645439662,47.74302,8.99900\n5219,1645439663,47.74302,8.99900\n5220,1645439664,47.74302,8.99900\n5221,1645439665,47.74302,8.99900\n5222,1645439666,47.74302,8.99900\n5223,1645439667,47.74302,8.99900\n5224,1645439668,47.74302,8.99900\n5225,1645439669,47.74302,8.99900\n5226,1645439670,47.74302,8.99900\n5227,1645439671,47.74302,8.99900\n5228,1645439672,47.74302,8.99900\n5229,1645439673,47.74302,8.99900\n5230,1645439674,47.74302,8.99900\n5231,1645439675,47.74302,8.99900\n5232,1645439676,47.74302,8.99900\n5233,1645439677,47.74302,8.99900\n5234,1645439678,47.74302,8.99900\n5235,1645439679,47.74302,8.99900\n5236,1645439680,47.74302,8.99900\n5237,1645439681,47.74302,8.99900\n5238,1645439682,47.74302,8.99900\n5239,1645439683,47.74302,8.99900\n5240,1645439684,47.74302,8.99900\n5241,1645439685,47.74302,8.99900\n5242,1645439686,47.74302,8.99900\n5243,1645439687,47.74302,8.99900\n5244,1645439688,47.74302,8.99900\n5245,1645439689,47.74302,8.99900\n5246,1645439690,47.74302,8.99900\n5247,1645439691,47.74302,8.99900\n5248,1645439692,47.74302,8.99900\n5249,1645439693,47.74302,8.99900\n5250,1645439694,47.74302,8.99900\n5251,1645439695,47.74302,8.99900\n5252,1645439696,47.74302,8.99900\n5253,1645439697,47.74302,8.99900\n5254,1645439698,47.74302,8.99900\n5255,1645439699,47.74302,8.99900\n5256,1645439700,47.74302,8.99900\n5257,1645439701,47.74302,8.99900\n5258,1645439702,47.74302,8.99900\n5259,1645439703,47.74302,8.99900\n5260,1645439704,47.74302,8.99900\n5261,1645439705,47.74302,8.99900\n5262,1645439706,47.74302,8.99900\n5263,1645439707,47.74302,8.99900\n5264,1645439708,47.74302,8.99900\n5265,1645439709,47.74302,8.99900\n5266,1645439710,47.74302,8.99900\n5267,1645439711,47.74302,8.99900\n5268,1645439712,47.74302,8.99900\n5269,1645439713,47.74302,8.99900\n5270,1645439714,47.74302,8.99900\n5271,1645439715,47.74302,8.99900\n5272,1645439716,47.74302,8.99900\n5273,1645439717,47.74302,8.99900\n5274,1645439718,47.74302,8.99900\n5275,1645439719,47.74302,8.99900\n5276,1645439720,47.74302,8.99900\n5277,1645439721,47.74302,8.99900\n5278,1645439722,47.74302,8.99900\n5279,1645439723,47.74302,8.99900\n5280,1645439724,47.74302,8.99900\n5281,1645439725,47.74302,8.99900\n5282,1645439726,47.74302,8.99900\n5283,1645439727,47.74302,8.99900\n5284,1645439728,47.74302,8.99900\n5285,1645439729,47.74302,8.99900\n5286,1645439730,47.74302,8.99900\n5287,1645439731,47.74302,8.99900\n5288,1645439732,47.74302,8.99900\n5289,1645439733,47.74302,8.99900\n5290,1645439734,47.74302,8.99900\n5291,1645439735,47.74302,8.99900\n5292,1645439736,47.74302,8.99900\n5293,1645439737,47.74302,8.99900\n5294,1645439738,47.74302,8.99900\n5295,1645439739,47.74302,8.99900\n5296,1645439740,47.74302,8.99900\n5297,1645439741,47.74302,8.99900\n5298,1645439742,47.74302,8.99900\n5299,1645439743,47.74302,8.99900\n5300,1645439744,47.74302,8.99900\n5301,1645439745,47.74302,8.99900\n5302,1645439746,47.74302,8.99900\n5303,1645439747,47.74302,8.99900\n5304,1645439748,47.74302,8.99900\n5305,1645439749,47.74302,8.99900\n5306,1645439750,47.74302,8.99900\n5307,1645439751,47.74302,8.99900\n5308,1645439752,47.74302,8.99900\n5309,1645439753,47.74302,8.99900\n5310,1645439754,47.74302,8.99900\n5311,1645439755,47.74302,8.99900\n5312,1645439756,47.74302,8.99900\n5313,1645439757,47.74302,8.99900\n5314,1645439758,47.74302,8.99900\n5315,1645439759,47.74302,8.99900\n5316,1645439760,47.74302,8.99900\n5317,1645439761,47.74302,8.99900\n5318,1645439762,47.74302,8.99900\n5319,1645439763,47.74302,8.99900\n5320,1645439764,47.74302,8.99900\n5321,1645439765,47.74302,8.99900\n5322,1645439766,47.74302,8.99900\n5323,1645439767,47.74302,8.99900\n5324,1645439768,47.74302,8.99900\n5325,1645439769,47.74302,8.99900\n5326,1645439770,47.74302,8.99900\n5327,1645439771,47.74302,8.99900\n5328,1645439772,47.74302,8.99900\n5329,1645439773,47.74302,8.99900\n5330,1645439774,47.74302,8.99900\n5331,1645439775,47.74302,8.99900\n5332,1645439776,47.74302,8.99900\n5333,1645439777,47.74302,8.99900\n5334,1645439778,47.74302,8.99900\n5335,1645439779,47.74302,8.99900\n5336,1645439780,47.74302,8.99900\n5337,1645439781,47.74302,8.99900\n5338,1645439782,47.74302,8.99900\n5339,1645439783,47.74302,8.99900\n5340,1645439784,47.74302,8.99900\n5341,1645439785,47.74302,8.99900\n5342,1645439786,47.74302,8.99900\n5343,1645439787,47.74302,8.99900\n5344,1645439788,47.74302,8.99900\n5345,1645439789,47.74302,8.99900\n5346,1645439790,47.74302,8.99900\n5347,1645439791,47.74302,8.99900\n5348,1645439792,47.74302,8.99900\n5349,1645439793,47.74302,8.99900\n5350,1645439794,47.74302,8.99900\n5351,1645439795,47.74302,8.99900\n5352,1645439796,47.74302,8.99900\n5353,1645439797,47.74302,8.99900\n5354,1645439798,47.74302,8.99900\n5355,1645439799,47.74302,8.99900\n5356,1645439800,47.74302,8.99900\n5357,1645439801,47.74302,8.99900\n5358,1645439802,47.74302,8.99900\n5359,1645439803,47.74302,8.99900\n5360,1645439804,47.74302,8.99900\n5361,1645439805,47.74302,8.99900\n5362,1645439806,47.74302,8.99900\n5363,1645439807,47.74302,8.99900\n5364,1645439808,47.74302,8.99900\n5365,1645439809,47.74302,8.99900\n5366,1645439810,47.74302,8.99900\n5367,1645439811,47.74302,8.99900\n5368,1645439812,47.74302,8.99900\n5369,1645439813,47.74302,8.99900\n5370,1645439814,47.74302,8.99900\n5371,1645439815,47.74302,8.99900\n5372,1645439816,47.74302,8.99900\n5373,1645439817,47.74302,8.99900\n5374,1645439818,47.74302,8.99900\n5375,1645439819,47.74302,8.99900\n5376,1645439820,47.74302,8.99900\n5377,1645439821,47.74302,8.99900\n5378,1645439822,47.74302,8.99900\n5379,1645439823,47.74302,8.99900\n5380,1645439824,47.74302,8.99900\n5381,1645439825,47.74302,8.99900\n5382,1645439826,47.74302,8.99900\n5383,1645439827,47.74302,8.99900\n5384,1645439828,47.74302,8.99900\n5385,1645439829,47.74302,8.99900\n5386,1645439830,47.74302,8.99900\n5387,1645439831,47.74302,8.99900\n5388,1645439832,47.74302,8.99900\n5389,1645439833,47.74302,8.99900\n5390,1645439834,47.74302,8.99900\n5391,1645439835,47.74302,8.99900\n5392,1645439836,47.74302,8.99900\n5393,1645439837,47.74302,8.99900\n5394,1645439838,47.74302,8.99900\n5395,1645439839,47.74302,8.99900\n5396,1645439840,47.74302,8.99900\n5397,1645439841,47.74302,8.99900\n5398,1645439842,47.74302,8.99900\n5399,1645439843,47.74302,8.99900\n5400,1645439844,47.74302,8.99900\n5401,1645439845,47.74302,8.99900\n5402,1645439846,47.74302,8.99900\n5403,1645439847,47.74302,8.99900\n5404,1645439848,47.74302,8.99900\n5405,1645439849,47.74302,8.99900\n5406,1645439850,47.74302,8.99900\n5407,1645439851,47.74302,8.99900\n5408,1645439852,47.74302,8.99900\n5409,1645439853,47.74302,8.99900\n5410,1645439854,47.74302,8.99900\n5411,1645439855,47.74302,8.99900\n5412,1645439856,47.74302,8.99900\n5413,1645439857,47.74302,8.99900\n5414,1645439858,47.74302,8.99900\n5415,1645439859,47.74302,8.99900\n5416,1645439860,47.74302,8.99900\n5417,1645439861,47.74302,8.99900\n5418,1645439862,47.74302,8.99900\n5419,1645439863,47.74302,8.99900\n5420,1645439864,47.74302,8.99900\n5421,1645439865,47.74302,8.99900\n5422,1645439866,47.74302,8.99900\n5423,1645439867,47.74302,8.99900\n5424,1645439868,47.74302,8.99900\n5425,1645439869,47.74302,8.99900\n5426,1645439870,47.74302,8.99900\n5427,1645439871,47.74302,8.99900\n5428,1645439872,47.74302,8.99900\n5429,1645439873,47.74302,8.99900\n5430,1645439874,47.74302,8.99900\n5431,1645439875,47.74302,8.99900\n5432,1645439876,47.74302,8.99900\n5433,1645439877,47.74302,8.99900\n5434,1645439878,47.74302,8.99900\n5435,1645439879,47.74302,8.99900\n5436,1645439880,47.74302,8.99900\n5437,1645439881,47.74302,8.99900\n5438,1645439882,47.74302,8.99900\n5439,1645439883,47.74302,8.99900\n5440,1645439884,47.74302,8.99900\n5441,1645439885,47.74302,8.99900\n5442,1645439886,47.74302,8.99900\n5443,1645439887,47.74302,8.99900\n5444,1645439888,47.74302,8.99900\n5445,1645439889,47.74302,8.99900\n5446,1645439890,47.74302,8.99900\n5447,1645439891,47.74302,8.99900\n5448,1645439892,47.74302,8.99900\n5449,1645439893,47.74302,8.99900\n5450,1645439894,47.74302,8.99900\n5451,1645439895,47.74302,8.99900\n5452,1645439896,47.74302,8.99900\n5453,1645439897,47.74302,8.99900\n5454,1645439898,47.74302,8.99900\n5455,1645439899,47.74302,8.99900\n5456,1645439900,47.74302,8.99900\n5457,1645439901,47.74302,8.99900\n5458,1645439902,47.74302,8.99900\n5459,1645439903,47.74302,8.99900\n5460,1645439904,47.74302,8.99900\n5461,1645439905,47.74302,8.99900\n5462,1645439906,47.74302,8.99900\n5463,1645439907,47.74302,8.99900\n5464,1645439908,47.74302,8.99900\n5465,1645439909,47.74302,8.99900\n5466,1645439910,47.74302,8.99900\n5467,1645439911,47.74302,8.99900\n5468,1645439912,47.74302,8.99900\n5469,1645439913,47.74302,8.99900\n5470,1645439914,47.74302,8.99900\n5471,1645439915,47.74302,8.99900\n5472,1645439916,47.74302,8.99900\n5473,1645439917,47.74302,8.99900\n5474,1645439918,47.74302,8.99900\n5475,1645439919,47.74302,8.99900\n5476,1645439920,47.74302,8.99900\n5477,1645439921,47.74302,8.99900\n5478,1645439922,47.74302,8.99900\n5479,1645439923,47.74302,8.99900\n5480,1645439924,47.74302,8.99900\n5481,1645439925,47.74302,8.99900\n5482,1645439926,47.74302,8.99900\n5483,1645439927,47.74302,8.99900\n5484,1645439928,47.74302,8.99900\n5485,1645439929,47.74302,8.99900\n5486,1645439930,47.74302,8.99900\n5487,1645439931,47.74302,8.99900\n5488,1645439932,47.74302,8.99900\n5489,1645439933,47.74302,8.99900\n5490,1645439934,47.74302,8.99900\n5491,1645439935,47.74302,8.99900\n5492,1645439936,47.74302,8.99900\n5493,1645439937,47.74302,8.99900\n5494,1645439938,47.74302,8.99900\n5495,1645439939,47.74302,8.99900\n5496,1645439940,47.74302,8.99900\n5497,1645439941,47.74302,8.99900\n5498,1645439942,47.74302,8.99900\n5499,1645439943,47.74302,8.99900\n5500,1645439944,47.74302,8.99900\n5501,1645439945,47.74302,8.99900\n5502,1645439946,47.74302,8.99900\n5503,1645439947,47.74302,8.99900\n5504,1645439948,47.74302,8.99900\n5505,1645439949,47.74302,8.99900\n5506,1645439950,47.74302,8.99900\n5507,1645439951,47.74302,8.99900\n5508,1645439952,47.74302,8.99900\n5509,1645439953,47.74302,8.99900\n5510,1645439954,47.74302,8.99900\n5511,1645439955,47.74302,8.99900\n5512,1645439956,47.74302,8.99900\n5513,1645439957,47.74302,8.99900\n5514,1645439958,47.74302,8.99900\n5515,1645439959,47.74302,8.99900\n5516,1645439960,47.74302,8.99900\n5517,1645439961,47.74302,8.99900\n5518,1645439962,47.74302,8.99900\n5519,1645439963,47.74302,8.99900\n5520,1645439964,47.74302,8.99900\n5521,1645439965,47.74302,8.99900\n5522,1645439966,47.74302,8.99900\n5523,1645439967,47.74302,8.99900\n5524,1645439968,47.74302,8.99900\n5525,1645439969,47.74302,8.99900\n5526,1645439970,47.74302,8.99900\n5527,1645439971,47.74302,8.99900\n5528,1645439972,47.74302,8.99900\n5529,1645439973,47.74302,8.99900\n5530,1645439974,47.74302,8.99900\n5531,1645439975,47.74302,8.99900\n5532,1645439976,47.74302,8.99900\n5533,1645439977,47.74302,8.99900\n5534,1645439978,47.74302,8.99900\n5535,1645439979,47.74302,8.99900\n5536,1645439980,47.74302,8.99900\n5537,1645439981,47.74302,8.99900\n5538,1645439982,47.74302,8.99900\n5539,1645439983,47.74302,8.99900\n5540,1645439984,47.74302,8.99900\n5541,1645439985,47.74302,8.99900\n5542,1645439986,47.74302,8.99900\n5543,1645439987,47.74302,8.99900\n5544,1645439988,47.74302,8.99900\n5545,1645439989,47.74302,8.99900\n5546,1645439990,47.74302,8.99900\n5547,1645439991,47.74302,8.99900\n5548,1645439992,47.74302,8.99900\n5549,1645439993,47.74302,8.99900\n5550,1645439994,47.74302,8.99900\n5551,1645439995,47.74302,8.99900\n5552,1645439996,47.74302,8.99900\n5553,1645439997,47.74302,8.99900\n5554,1645439998,47.74302,8.99900\n5555,1645439999,47.74302,8.99900\n5556,1645440000,47.74302,8.99900\n5557,1645440001,47.74302,8.99900\n5558,1645440002,47.74302,8.99900\n5559,1645440003,47.74302,8.99900\n5560,1645440004,47.74302,8.99900\n5561,1645440005,47.74302,8.99900\n5562,1645440006,47.74302,8.99900\n5563,1645440007,47.74302,8.99900\n5564,1645440008,47.74302,8.99900\n5565,1645440009,47.74302,8.99900\n5566,1645440010,47.74302,8.99900\n5567,1645440011,47.74302,8.99900\n5568,1645440012,47.74302,8.99900\n5569,1645440013,47.74302,8.99900\n5570,1645440014,47.74302,8.99900\n5571,1645440015,47.74302,8.99900\n5572,1645440016,47.74302,8.99900\n5573,1645440017,47.74302,8.99900\n5574,1645440018,47.74302,8.99900\n5575,1645440019,47.74302,8.99900\n5576,1645440020,47.74302,8.99900\n5577,1645440021,47.74302,8.99900\n5578,1645440022,47.74302,8.99900\n5579,1645440023,47.74302,8.99900\n5580,1645440024,47.74302,8.99900\n5581,1645440025,47.74302,8.99900\n5582,1645440026,47.74302,8.99900\n5583,1645440027,47.74302,8.99900\n5584,1645440028,47.74302,8.99900\n5585,1645440029,47.74302,8.99900\n5586,1645440030,47.74302,8.99900\n5587,1645440031,47.74302,8.99900\n5588,1645440032,47.74302,8.99900\n5589,1645440033,47.74302,8.99900\n5590,1645440034,47.74302,8.99900\n5591,1645440035,47.74302,8.99900\n5592,1645440036,47.74302,8.99900\n5593,1645440037,47.74302,8.99900\n5594,1645440038,47.74302,8.99900\n5595,1645440039,47.74302,8.99900\n5596,1645440040,47.74302,8.99900\n5597,1645440041,47.74302,8.99900\n5598,1645440042,47.74302,8.99900\n5599,1645440043,47.74302,8.99900\n5600,1645440044,47.74302,8.99900\n5601,1645440045,47.74302,8.99900\n5602,1645440046,47.74302,8.99900\n5603,1645440047,47.74302,8.99900\n5604,1645440048,47.74302,8.99900\n5605,1645440049,47.74302,8.99900\n5606,1645440050,47.74302,8.99900\n5607,1645440051,47.74302,8.99900\n5608,1645440052,47.74302,8.99900\n5609,1645440053,47.74302,8.99900\n5610,1645440054,47.74302,8.99900\n5611,1645440055,47.74302,8.99900\n5612,1645440056,47.74302,8.99900\n5613,1645440057,47.74302,8.99900\n5614,1645440058,47.74302,8.99900\n5615,1645440059,47.74302,8.99900\n5616,1645440060,47.74302,8.99900\n5617,1645440061,47.74302,8.99900\n5618,1645440062,47.74302,8.99900\n5619,1645440063,47.74302,8.99900\n5620,1645440064,47.74302,8.99899\n5621,1645440065,47.74302,8.99899\n5622,1645440066,47.74302,8.99899\n5623,1645440067,47.74302,8.99899\n5624,1645440068,47.74302,8.99899\n5625,1645440069,47.74302,8.99899\n5626,1645440070,47.74302,8.99899\n5627,1645440071,47.74302,8.99899\n5628,1645440072,47.74302,8.99899\n5629,1645440073,47.74302,8.99899\n5630,1645440074,47.74302,8.99899\n5631,1645440075,47.74302,8.99899\n5632,1645440076,47.74302,8.99899\n5633,1645440077,47.74302,8.99899\n5634,1645440078,47.74302,8.99899\n5635,1645440079,47.74302,8.99899\n5636,1645440080,47.74302,8.99899\n5637,1645440081,47.74302,8.99899\n5638,1645440082,47.74302,8.99899\n5639,1645440083,47.74302,8.99899\n5640,1645440084,47.74302,8.99899\n5641,1645440085,47.74302,8.99899\n5642,1645440086,47.74302,8.99899\n5643,1645440087,47.74302,8.99899\n5644,1645440088,47.74302,8.99899\n5645,1645440089,47.74302,8.99899\n5646,1645440090,47.74302,8.99899\n5647,1645440091,47.74302,8.99899\n5648,1645440092,47.74302,8.99899\n5649,1645440093,47.74302,8.99899\n5650,1645440094,47.74302,8.99899\n5651,1645440095,47.74302,8.99899\n5652,1645440096,47.74302,8.99899\n5653,1645440097,47.74302,8.99899\n5654,1645440098,47.74302,8.99899\n5655,1645440099,47.74302,8.99900\n5656,1645440100,47.74302,8.99900\n5657,1645440101,47.74302,8.99900\n5658,1645440102,47.74302,8.99900\n5659,1645440103,47.74302,8.99900\n5660,1645440104,47.74302,8.99900\n5661,1645440105,47.74302,8.99900\n5662,1645440106,47.74302,8.99900\n5663,1645440107,47.74302,8.99899\n5664,1645440108,47.74302,8.99899\n5665,1645440109,47.74302,8.99899\n5666,1645440110,47.74302,8.99899\n5667,1645440111,47.74302,8.99899\n5668,1645440112,47.74302,8.99899\n5669,1645440113,47.74302,8.99899\n5670,1645440114,47.74302,8.99899\n5671,1645440115,47.74302,8.99899\n5672,1645440116,47.74302,8.99899\n5673,1645440117,47.74302,8.99899\n5674,1645440118,47.74302,8.99899\n5675,1645440119,47.74302,8.99899\n5676,1645440120,47.74302,8.99899\n5677,1645440121,47.74302,8.99899\n5678,1645440122,47.74302,8.99899\n5679,1645440123,47.74302,8.99899\n5680,1645440124,47.74302,8.99899\n5681,1645440125,47.74302,8.99899\n5682,1645440126,47.74302,8.99899\n5683,1645440127,47.74302,8.99899\n5684,1645440128,47.74302,8.99899\n5685,1645440129,47.74302,8.99899\n5686,1645440130,47.74302,8.99899\n5687,1645440131,47.74302,8.99899\n5688,1645440132,47.74302,8.99899\n5689,1645440133,47.74302,8.99899\n5690,1645440134,47.74302,8.99899\n5691,1645440135,47.74302,8.99899\n5692,1645440136,47.74302,8.99899\n5693,1645440137,47.74302,8.99900\n5694,1645440138,47.74302,8.99900\n5695,1645440139,47.74302,8.99899\n5696,1645440140,47.74302,8.99899\n5697,1645440141,47.74302,8.99900\n5698,1645440142,47.74302,8.99899\n5699,1645440143,47.74302,8.99900\n5700,1645440144,47.74302,8.99900\n5701,1645440145,47.74302,8.99900\n5702,1645440146,47.74302,8.99900\n5703,1645440147,47.74302,8.99900\n5704,1645440148,47.74302,8.99900\n5705,1645440149,47.74302,8.99900\n5706,1645440150,47.74302,8.99900\n5707,1645440151,47.74302,8.99900\n5708,1645440152,47.74302,8.99900\n5709,1645440153,47.74302,8.99900\n5710,1645440154,47.74302,8.99900\n5711,1645440155,47.74302,8.99900\n5712,1645440156,47.74302,8.99900\n5713,1645440157,47.74302,8.99900\n5714,1645440158,47.74302,8.99900\n5715,1645440159,47.74302,8.99900\n5716,1645440160,47.74302,8.99900\n5717,1645440161,47.74302,8.99900\n5718,1645440162,47.74302,8.99900\n5719,1645440163,47.74302,8.99900\n5720,1645440164,47.74302,8.99900\n5721,1645440165,47.74302,8.99900\n5722,1645440166,47.74302,8.99900\n5723,1645440167,47.74302,8.99900\n5724,1645440168,47.74302,8.99900\n5725,1645440169,47.74302,8.99900\n5726,1645440170,47.74302,8.99900\n5727,1645440171,47.74302,8.99900\n5728,1645440172,47.74302,8.99900\n5729,1645440173,47.74302,8.99900\n5730,1645440174,47.74302,8.99900\n5731,1645440175,47.74302,8.99900\n5732,1645440176,47.74302,8.99900\n5733,1645440177,47.74302,8.99900\n5734,1645440178,47.74302,8.99900\n5735,1645440179,47.74302,8.99900\n5736,1645440180,47.74302,8.99900\n5737,1645440181,47.74302,8.99900\n5738,1645440182,47.74302,8.99900\n5739,1645440183,47.74302,8.99900\n5740,1645440184,47.74302,8.99900\n5741,1645440185,47.74302,8.99900\n5742,1645440186,47.74302,8.99900\n5743,1645440187,47.74302,8.99900\n5744,1645440188,47.74302,8.99900\n5745,1645440189,47.74302,8.99900\n5746,1645440190,47.74302,8.99900\n5747,1645440191,47.74302,8.99900\n5748,1645440192,47.74302,8.99900\n5749,1645440193,47.74302,8.99900\n5750,1645440194,47.74302,8.99900\n5751,1645440195,47.74302,8.99900\n5752,1645440196,47.74302,8.99900\n5753,1645440197,47.74302,8.99900\n5754,1645440198,47.74302,8.99900\n5755,1645440199,47.74302,8.99900\n5756,1645440200,47.74302,8.99900\n5757,1645440201,47.74302,8.99900\n5758,1645440202,47.74302,8.99900\n5759,1645440203,47.74302,8.99900\n5760,1645440204,47.74302,8.99900\n5761,1645440205,47.74302,8.99900\n5762,1645440206,47.74302,8.99900\n5763,1645440207,47.74302,8.99900\n5764,1645440208,47.74302,8.99900\n5765,1645440209,47.74302,8.99900\n5766,1645440210,47.74302,8.99900\n5767,1645440211,47.74302,8.99900\n5768,1645440212,47.74302,8.99900\n5769,1645440213,47.74302,8.99900\n5770,1645440214,47.74302,8.99900\n5771,1645440215,47.74302,8.99900\n5772,1645440216,47.74302,8.99900\n5773,1645440217,47.74302,8.99900\n5774,1645440218,47.74302,8.99900\n5775,1645440219,47.74302,8.99900\n5776,1645440220,47.74302,8.99900\n5777,1645440221,47.74302,8.99900\n5778,1645440222,47.74302,8.99900\n5779,1645440223,47.74302,8.99900\n5780,1645440224,47.74302,8.99900\n5781,1645440225,47.74302,8.99900\n5782,1645440226,47.74302,8.99900\n5783,1645440227,47.74302,8.99900\n5784,1645440228,47.74302,8.99900\n5785,1645440229,47.74302,8.99900\n5786,1645440230,47.74302,8.99900\n5787,1645440231,47.74302,8.99900\n5788,1645440232,47.74302,8.99900\n5789,1645440233,47.74302,8.99900\n5790,1645440234,47.74302,8.99900\n5791,1645440235,47.74302,8.99900\n5792,1645440236,47.74302,8.99900\n5793,1645440237,47.74302,8.99900\n5794,1645440238,47.74302,8.99900\n5795,1645440239,47.74302,8.99900\n5796,1645440240,47.74302,8.99900\n5797,1645440241,47.74302,8.99900\n5798,1645440242,47.74302,8.99900\n5799,1645440243,47.74302,8.99900\n5800,1645440244,47.74302,8.99900\n5801,1645440245,47.74302,8.99900\n5802,1645440246,47.74302,8.99900\n5803,1645440247,47.74302,8.99900\n5804,1645440248,47.74302,8.99900\n5805,1645440249,47.74302,8.99900\n5806,1645440250,47.74302,8.99900\n5807,1645440251,47.74302,8.99900\n5808,1645440252,47.74302,8.99900\n5809,1645440253,47.74302,8.99900\n5810,1645440254,47.74302,8.99900\n5811,1645440255,47.74302,8.99900\n5812,1645440256,47.74302,8.99900\n5813,1645440257,47.74302,8.99900\n5814,1645440258,47.74302,8.99900\n5815,1645440259,47.74302,8.99900\n5816,1645440260,47.74302,8.99900\n5817,1645440261,47.74302,8.99900\n5818,1645440262,47.74302,8.99900\n5819,1645440263,47.74302,8.99900\n5820,1645440264,47.74302,8.99900\n5821,1645440265,47.74302,8.99900\n5822,1645440266,47.74302,8.99900\n5823,1645440267,47.74302,8.99900\n5824,1645440268,47.74302,8.99900\n5825,1645440269,47.74302,8.99900\n5826,1645440270,47.74302,8.99900\n5827,1645440271,47.74302,8.99900\n5828,1645440272,47.74302,8.99900\n5829,1645440273,47.74302,8.99900\n5830,1645440274,47.74302,8.99900\n5831,1645440275,47.74302,8.99900\n5832,1645440276,47.74302,8.99900\n5833,1645440277,47.74302,8.99900\n5834,1645440278,47.74302,8.99900\n5835,1645440279,47.74302,8.99900\n5836,1645440280,47.74302,8.99900\n5837,1645440281,47.74302,8.99900\n5838,1645440282,47.74302,8.99900\n5839,1645440283,47.74302,8.99900\n5840,1645440284,47.74302,8.99900\n5841,1645440285,47.74302,8.99900\n5842,1645440286,47.74302,8.99900\n5843,1645440287,47.74302,8.99900\n5844,1645440288,47.74302,8.99900\n5845,1645440289,47.74302,8.99900\n5846,1645440290,47.74302,8.99900\n5847,1645440291,47.74302,8.99900\n5848,1645440292,47.74302,8.99900\n5849,1645440293,47.74302,8.99900\n5850,1645440294,47.74302,8.99900\n5851,1645440295,47.74302,8.99900\n5852,1645440296,47.74302,8.99900\n5853,1645440297,47.74302,8.99900\n5854,1645440298,47.74302,8.99900\n5855,1645440299,47.74302,8.99900\n5856,1645440300,47.74302,8.99900\n5857,1645440301,47.74302,8.99900\n5858,1645440302,47.74302,8.99900\n5859,1645440303,47.74302,8.99900\n5860,1645440304,47.74302,8.99900\n5861,1645440305,47.74302,8.99900\n5862,1645440306,47.74302,8.99900\n5863,1645440307,47.74302,8.99900\n5864,1645440308,47.74302,8.99900\n5865,1645440309,47.74302,8.99900\n5866,1645440310,47.74302,8.99900\n5867,1645440311,47.74302,8.99900\n5868,1645440312,47.74302,8.99900\n5869,1645440313,47.74302,8.99900\n5870,1645440314,47.74302,8.99900\n5871,1645440315,47.74302,8.99900\n5872,1645440316,47.74302,8.99900\n5873,1645440317,47.74302,8.99900\n5874,1645440318,47.74302,8.99900\n5875,1645440319,47.74302,8.99900\n5876,1645440320,47.74302,8.99900\n5877,1645440321,47.74302,8.99900\n5878,1645440322,47.74302,8.99900\n5879,1645440323,47.74302,8.99900\n5880,1645440324,47.74302,8.99900\n5881,1645440325,47.74302,8.99900\n5882,1645440326,47.74302,8.99900\n5883,1645440327,47.74302,8.99900\n5884,1645440328,47.74302,8.99900\n5885,1645440329,47.74302,8.99900\n5886,1645440330,47.74302,8.99900\n5887,1645440331,47.74302,8.99900\n5888,1645440332,47.74302,8.99900\n5889,1645440333,47.74302,8.99900\n5890,1645440334,47.74302,8.99900\n5891,1645440335,47.74302,8.99900\n5892,1645440336,47.74302,8.99900\n5893,1645440337,47.74302,8.99900\n5894,1645440338,47.74302,8.99900\n5895,1645440339,47.74302,8.99900\n5896,1645440340,47.74302,8.99900\n5897,1645440341,47.74302,8.99900\n5898,1645440342,47.74302,8.99900\n5899,1645440343,47.74302,8.99900\n5900,1645440344,47.74302,8.99900\n5901,1645440345,47.74302,8.99900\n5902,1645440346,47.74302,8.99900\n5903,1645440347,47.74302,8.99900\n5904,1645440348,47.74302,8.99900\n5905,1645440349,47.74302,8.99900\n5906,1645440350,47.74302,8.99900\n5907,1645440351,47.74302,8.99900\n5908,1645440352,47.74302,8.99900\n5909,1645440353,47.74302,8.99900\n5910,1645440354,47.74302,8.99900\n5911,1645440355,47.74302,8.99900\n5912,1645440356,47.74302,8.99900\n5913,1645440357,47.74302,8.99900\n5914,1645440358,47.74302,8.99900\n5915,1645440359,47.74302,8.99900\n5916,1645440360,47.74302,8.99900\n5917,1645440361,47.74302,8.99900\n5918,1645440362,47.74302,8.99900\n5919,1645440363,47.74302,8.99900\n5920,1645440364,47.74302,8.99900\n5921,1645440365,47.74302,8.99900\n5922,1645440366,47.74302,8.99900\n5923,1645440367,47.74302,8.99900\n5924,1645440368,47.74302,8.99900\n5925,1645440369,47.74302,8.99900\n5926,1645440370,47.74302,8.99900\n5927,1645440371,47.74302,8.99900\n5928,1645440372,47.74302,8.99900\n5929,1645440373,47.74302,8.99900\n5930,1645440374,47.74302,8.99900\n5931,1645440375,47.74302,8.99900\n5932,1645440376,47.74302,8.99900\n5933,1645440377,47.74302,8.99900\n5934,1645440378,47.74302,8.99900\n5935,1645440379,47.74302,8.99900\n5936,1645440380,47.74302,8.99900\n5937,1645440381,47.74302,8.99900\n5938,1645440382,47.74302,8.99900\n5939,1645440383,47.74302,8.99900\n5940,1645440384,47.74302,8.99900\n5941,1645440385,47.74302,8.99900\n5942,1645440386,47.74302,8.99900\n5943,1645440387,47.74302,8.99900\n5944,1645440388,47.74302,8.99900\n5945,1645440389,47.74302,8.99900\n5946,1645440390,47.74302,8.99900\n5947,1645440391,47.74302,8.99900\n5948,1645440392,47.74302,8.99900\n5949,1645440393,47.74302,8.99900\n5950,1645440394,47.74302,8.99900\n5951,1645440395,47.74302,8.99900\n5952,1645440396,47.74302,8.99900\n5953,1645440397,47.74302,8.99900\n5954,1645440398,47.74302,8.99900\n5955,1645440399,47.74302,8.99900\n5956,1645440400,47.74302,8.99900\n5957,1645440401,47.74302,8.99900\n5958,1645440402,47.74302,8.99900\n5959,1645440403,47.74302,8.99900\n5960,1645440404,47.74302,8.99900\n5961,1645440405,47.74302,8.99900\n5962,1645440406,47.74302,8.99900\n5963,1645440407,47.74302,8.99900\n5964,1645440408,47.74302,8.99900\n5965,1645440409,47.74302,8.99900\n5966,1645440410,47.74302,8.99900\n5967,1645440411,47.74302,8.99900\n5968,1645440412,47.74302,8.99900\n5969,1645440413,47.74302,8.99900\n5970,1645440414,47.74302,8.99900\n5971,1645440415,47.74302,8.99900\n5972,1645440416,47.74302,8.99900\n5973,1645440417,47.74302,8.99900\n5974,1645440418,47.74302,8.99900\n5975,1645440419,47.74302,8.99900\n5976,1645440420,47.74302,8.99900\n5977,1645440421,47.74302,8.99900\n5978,1645440422,47.74302,8.99900\n5979,1645440423,47.74302,8.99900\n5980,1645440424,47.74302,8.99900\n5981,1645440425,47.74302,8.99900\n5982,1645440426,47.74302,8.99900\n5983,1645440427,47.74302,8.99900\n5984,1645440428,47.74302,8.99900\n5985,1645440429,47.74302,8.99900\n5986,1645440430,47.74302,8.99900\n5987,1645440431,47.74302,8.99900\n5988,1645440432,47.74302,8.99900\n5989,1645440433,47.74302,8.99900\n5990,1645440434,47.74302,8.99900\n5991,1645440435,47.74302,8.99900\n5992,1645440436,47.74302,8.99900\n5993,1645440437,47.74302,8.99900\n5994,1645440438,47.74302,8.99900\n5995,1645440439,47.74302,8.99900\n5996,1645440440,47.74302,8.99900\n5997,1645440441,47.74302,8.99900\n5998,1645440442,47.74302,8.99900\n5999,1645440443,47.74302,8.99900\n6000,1645440444,47.74302,8.99900\n6001,1645440445,47.74302,8.99900\n6002,1645440446,47.74302,8.99900\n6003,1645440447,47.74302,8.99900\n6004,1645440448,47.74302,8.99900\n6005,1645440449,47.74302,8.99900\n6006,1645440450,47.74302,8.99900\n6007,1645440451,47.74302,8.99900\n6008,1645440452,47.74302,8.99900\n6009,1645440453,47.74302,8.99900\n6010,1645440454,47.74302,8.99900\n6011,1645440455,47.74302,8.99900\n6012,1645440456,47.74302,8.99900\n6013,1645440457,47.74302,8.99900\n6014,1645440458,47.74302,8.99900\n6015,1645440459,47.74302,8.99900\n6016,1645440460,47.74302,8.99900\n6017,1645440461,47.74302,8.99900\n6018,1645440462,47.74302,8.99900\n6019,1645440463,47.74302,8.99900\n6020,1645440464,47.74302,8.99900\n6021,1645440465,47.74302,8.99900\n6022,1645440466,47.74302,8.99900\n6023,1645440467,47.74302,8.99900\n6024,1645440468,47.74302,8.99900\n6025,1645440469,47.74302,8.99900\n6026,1645440470,47.74302,8.99900\n6027,1645440471,47.74302,8.99900\n6028,1645440472,47.74302,8.99900\n6029,1645440473,47.74302,8.99900\n6030,1645440474,47.74302,8.99900\n6031,1645440475,47.74302,8.99900\n6032,1645440476,47.74302,8.99900\n6033,1645440477,47.74302,8.99900\n6034,1645440478,47.74302,8.99900\n6035,1645440479,47.74302,8.99900\n6036,1645440480,47.74302,8.99900\n6037,1645440481,47.74302,8.99900\n6038,1645440482,47.74302,8.99900\n6039,1645440483,47.74302,8.99900\n6040,1645440484,47.74302,8.99900\n6041,1645440485,47.74302,8.99900\n6042,1645440486,47.74302,8.99900\n6043,1645440487,47.74302,8.99900\n6044,1645440488,47.74302,8.99900\n6045,1645440489,47.74302,8.99900\n6046,1645440490,47.74302,8.99900\n6047,1645440491,47.74302,8.99900\n6048,1645440492,47.74302,8.99900\n6049,1645440493,47.74302,8.99900\n6050,1645440494,47.74302,8.99900\n6051,1645440495,47.74302,8.99900\n6052,1645440496,47.74302,8.99900\n6053,1645440497,47.74302,8.99900\n6054,1645440498,47.74302,8.99900\n6055,1645440499,47.74302,8.99900\n6056,1645440500,47.74302,8.99900\n6057,1645440501,47.74302,8.99900\n6058,1645440502,47.74302,8.99900\n6059,1645440503,47.74302,8.99900\n6060,1645440504,47.74302,8.99900\n6061,1645440505,47.74302,8.99900\n6062,1645440506,47.74302,8.99900\n6063,1645440507,47.74302,8.99900\n6064,1645440508,47.74302,8.99900\n6065,1645440509,47.74302,8.99900\n6066,1645440510,47.74302,8.99900\n6067,1645440511,47.74302,8.99900\n6068,1645440512,47.74302,8.99900\n6069,1645440513,47.74302,8.99900\n6070,1645440514,47.74302,8.99900\n6071,1645440515,47.74302,8.99900\n6072,1645440516,47.74302,8.99900\n6073,1645440517,47.74302,8.99900\n6074,1645440518,47.74302,8.99900\n6075,1645440519,47.74301,8.99900\n6076,1645440520,47.74301,8.99900\n6077,1645440521,47.74301,8.99900\n6078,1645440522,47.74301,8.99900\n6079,1645440523,47.74301,8.99900\n6080,1645440524,47.74301,8.99900\n6081,1645440525,47.74301,8.99900\n6082,1645440526,47.74301,8.99900\n6083,1645440527,47.74301,8.99900\n6084,1645440528,47.74301,8.99900\n6085,1645440529,47.74301,8.99900\n6086,1645440530,47.74301,8.99900\n6087,1645440531,47.74301,8.99900\n6088,1645440532,47.74301,8.99900\n6089,1645440533,47.74301,8.99900\n6090,1645440534,47.74301,8.99900\n6091,1645440535,47.74301,8.99900\n6092,1645440536,47.74301,8.99900\n6093,1645440537,47.74301,8.99900\n6094,1645440538,47.74301,8.99900\n6095,1645440539,47.74301,8.99900\n6096,1645440540,47.74301,8.99900\n6097,1645440541,47.74301,8.99900\n6098,1645440542,47.74301,8.99900\n6099,1645440543,47.74301,8.99900\n6100,1645440544,47.74301,8.99900\n6101,1645440545,47.74301,8.99900\n6102,1645440546,47.74301,8.99900\n6103,1645440547,47.74301,8.99900\n6104,1645440548,47.74301,8.99900\n6105,1645440549,47.74301,8.99900\n6106,1645440550,47.74301,8.99900\n6107,1645440551,47.74301,8.99900\n6108,1645440552,47.74301,8.99900\n6109,1645440553,47.74301,8.99900\n6110,1645440554,47.74301,8.99900\n6111,1645440555,47.74301,8.99900\n6112,1645440556,47.74301,8.99900\n6113,1645440557,47.74301,8.99900\n6114,1645440558,47.74301,8.99900\n6115,1645440559,47.74301,8.99900\n6116,1645440560,47.74301,8.99900\n6117,1645440561,47.74301,8.99900\n6118,1645440562,47.74301,8.99900\n6119,1645440563,47.74301,8.99900\n6120,1645440564,47.74301,8.99900\n6121,1645440565,47.74301,8.99900\n6122,1645440566,47.74301,8.99900\n6123,1645440567,47.74301,8.99900\n6124,1645440568,47.74301,8.99900\n6125,1645440569,47.74301,8.99900\n6126,1645440570,47.74301,8.99900\n6127,1645440571,47.74301,8.99900\n6128,1645440572,47.74301,8.99900\n6129,1645440573,47.74301,8.99900\n6130,1645440574,47.74301,8.99900\n6131,1645440575,47.74301,8.99900\n6132,1645440576,47.74301,8.99900\n6133,1645440577,47.74301,8.99900\n6134,1645440578,47.74301,8.99900\n6135,1645440579,47.74301,8.99900\n6136,1645440580,47.74301,8.99900\n6137,1645440581,47.74301,8.99900\n6138,1645440582,47.74301,8.99900\n6139,1645440583,47.74301,8.99900\n6140,1645440584,47.74301,8.99900\n6141,1645440585,47.74301,8.99900\n6142,1645440586,47.74301,8.99900\n6143,1645440587,47.74301,8.99900\n6144,1645440588,47.74301,8.99900\n6145,1645440589,47.74301,8.99900\n6146,1645440590,47.74301,8.99900\n6147,1645440591,47.74301,8.99900\n6148,1645440592,47.74301,8.99900\n6149,1645440593,47.74301,8.99900\n6150,1645440594,47.74301,8.99900\n6151,1645440595,47.74301,8.99900\n6152,1645440596,47.74301,8.99900\n6153,1645440597,47.74301,8.99900\n6154,1645440598,47.74301,8.99900\n6155,1645440599,47.74301,8.99900\n6156,1645440600,47.74301,8.99900\n6157,1645440601,47.74301,8.99900\n6158,1645440602,47.74301,8.99900\n6159,1645440603,47.74301,8.99900\n6160,1645440604,47.74301,8.99900\n6161,1645440605,47.74301,8.99900\n6162,1645440606,47.74301,8.99900\n6163,1645440607,47.74301,8.99900\n6164,1645440608,47.74301,8.99900\n6165,1645440609,47.74301,8.99900\n6166,1645440610,47.74301,8.99900\n6167,1645440611,47.74301,8.99900\n6168,1645440612,47.74301,8.99900\n6169,1645440613,47.74301,8.99900\n6170,1645440614,47.74301,8.99900\n6171,1645440615,47.74301,8.99900\n6172,1645440616,47.74301,8.99900\n6173,1645440617,47.74301,8.99900\n6174,1645440618,47.74301,8.99900\n6175,1645440619,47.74301,8.99900\n6176,1645440620,47.74301,8.99900\n6177,1645440621,47.74301,8.99900\n6178,1645440622,47.74301,8.99900\n6179,1645440623,47.74301,8.99900\n6180,1645440624,47.74301,8.99900\n6181,1645440625,47.74301,8.99900\n6182,1645440626,47.74301,8.99900\n6183,1645440627,47.74301,8.99900\n6184,1645440628,47.74301,8.99900\n6185,1645440629,47.74301,8.99900\n6186,1645440630,47.74301,8.99900\n6187,1645440631,47.74301,8.99900\n6188,1645440632,47.74301,8.99900\n6189,1645440633,47.74301,8.99900\n6190,1645440634,47.74301,8.99900\n6191,1645440635,47.74301,8.99900\n6192,1645440636,47.74301,8.99900\n6193,1645440637,47.74301,8.99900\n6194,1645440638,47.74301,8.99900\n6195,1645440639,47.74301,8.99900\n6196,1645440640,47.74301,8.99900\n6197,1645440641,47.74301,8.99900\n6198,1645440642,47.74301,8.99900\n6199,1645440643,47.74301,8.99900\n6200,1645440644,47.74301,8.99900\n6201,1645440645,47.74301,8.99900\n6202,1645440646,47.74301,8.99900\n6203,1645440647,47.74301,8.99900\n6204,1645440648,47.74301,8.99900\n6205,1645440649,47.74301,8.99900\n6206,1645440650,47.74301,8.99900\n6207,1645440651,47.74301,8.99900\n6208,1645440652,47.74301,8.99900\n6209,1645440653,47.74301,8.99900\n6210,1645440654,47.74301,8.99900\n6211,1645440655,47.74301,8.99900\n6212,1645440656,47.74301,8.99900\n6213,1645440657,47.74301,8.99900\n6214,1645440658,47.74301,8.99900\n6215,1645440659,47.74301,8.99900\n6216,1645440660,47.74301,8.99900\n6217,1645440661,47.74301,8.99900\n6218,1645440662,47.74301,8.99900\n6219,1645440663,47.74301,8.99900\n6220,1645440664,47.74301,8.99900\n6221,1645440665,47.74301,8.99900\n6222,1645440666,47.74301,8.99900\n6223,1645440667,47.74301,8.99900\n6224,1645440668,47.74301,8.99900\n6225,1645440669,47.74301,8.99900\n6226,1645440670,47.74301,8.99900\n6227,1645440671,47.74301,8.99900\n6228,1645440672,47.74301,8.99900\n6229,1645440673,47.74301,8.99900\n6230,1645440674,47.74301,8.99900\n6231,1645440675,47.74301,8.99900\n6232,1645440676,47.74301,8.99900\n6233,1645440677,47.74301,8.99900\n6234,1645440678,47.74301,8.99900\n6235,1645440679,47.74301,8.99900\n6236,1645440680,47.74301,8.99900\n6237,1645440681,47.74301,8.99900\n6238,1645440682,47.74301,8.99900\n6239,1645440683,47.74301,8.99900\n6240,1645440684,47.74301,8.99900\n6241,1645440685,47.74301,8.99900\n6242,1645440686,47.74301,8.99900\n6243,1645440687,47.74301,8.99900\n6244,1645440688,47.74301,8.99900\n6245,1645440689,47.74301,8.99900\n6246,1645440690,47.74301,8.99900\n6247,1645440691,47.74301,8.99900\n6248,1645440692,47.74301,8.99900\n6249,1645440693,47.74301,8.99900\n6250,1645440694,47.74301,8.99900\n6251,1645440695,47.74301,8.99900\n6252,1645440696,47.74301,8.99900\n6253,1645440697,47.74301,8.99900\n6254,1645440698,47.74301,8.99900\n6255,1645440699,47.74301,8.99900\n6256,1645440700,47.74301,8.99900\n6257,1645440701,47.74301,8.99900\n6258,1645440702,47.74301,8.99900\n6259,1645440703,47.74301,8.99900\n6260,1645440704,47.74301,8.99900\n6261,1645440705,47.74301,8.99900\n6262,1645440706,47.74301,8.99900\n6263,1645440707,47.74301,8.99900\n6264,1645440708,47.74301,8.99900\n6265,1645440709,47.74301,8.99900\n6266,1645440710,47.74301,8.99900\n6267,1645440711,47.74301,8.99900\n6268,1645440712,47.74301,8.99900\n6269,1645440713,47.74301,8.99900\n6270,1645440714,47.74301,8.99900\n6271,1645440715,47.74301,8.99900\n6272,1645440716,47.74301,8.99900\n6273,1645440717,47.74301,8.99900\n6274,1645440718,47.74301,8.99900\n6275,1645440719,47.74301,8.99900\n6276,1645440720,47.74301,8.99900\n6277,1645440721,47.74301,8.99900\n6278,1645440722,47.74301,8.99900\n6279,1645440723,47.74301,8.99900\n6280,1645440724,47.74301,8.99900\n6281,1645440725,47.74301,8.99900\n6282,1645440726,47.74301,8.99900\n6283,1645440727,47.74301,8.99900\n6284,1645440728,47.74301,8.99900\n6285,1645440729,47.74301,8.99900\n6286,1645440730,47.74301,8.99900\n6287,1645440731,47.74301,8.99900\n6288,1645440732,47.74301,8.99900\n6289,1645440733,47.74301,8.99900\n6290,1645440734,47.74301,8.99900\n6291,1645440735,47.74301,8.99900\n6292,1645440736,47.74301,8.99900\n6293,1645440737,47.74301,8.99900\n6294,1645440738,47.74301,8.99900\n6295,1645440739,47.74301,8.99900\n6296,1645440740,47.74301,8.99900\n6297,1645440741,47.74301,8.99900\n6298,1645440742,47.74301,8.99900\n6299,1645440743,47.74301,8.99900\n6300,1645440744,47.74301,8.99900\n6301,1645440745,47.74301,8.99900\n6302,1645440746,47.74301,8.99900\n6303,1645440747,47.74301,8.99900\n6304,1645440748,47.74301,8.99900\n6305,1645440749,47.74301,8.99900\n6306,1645440750,47.74301,8.99900\n6307,1645440751,47.74301,8.99900\n6308,1645440752,47.74301,8.99900\n6309,1645440753,47.74301,8.99900\n6310,1645440754,47.74301,8.99900\n6311,1645440755,47.74301,8.99900\n6312,1645440756,47.74301,8.99900\n6313,1645440757,47.74301,8.99900\n6314,1645440758,47.74301,8.99900\n6315,1645440759,47.74301,8.99900\n6316,1645440760,47.74301,8.99900\n6317,1645440761,47.74301,8.99900\n6318,1645440762,47.74301,8.99900\n6319,1645440763,47.74301,8.99900\n6320,1645440764,47.74301,8.99900\n6321,1645440765,47.74301,8.99900\n6322,1645440766,47.74301,8.99900\n6323,1645440767,47.74301,8.99900\n6324,1645440768,47.74301,8.99900\n6325,1645440769,47.74301,8.99900\n6326,1645440770,47.74301,8.99900\n6327,1645440771,47.74301,8.99900\n6328,1645440772,47.74301,8.99900\n6329,1645440773,47.74301,8.99900\n6330,1645440774,47.74301,8.99900\n6331,1645440775,47.74301,8.99900\n6332,1645440776,47.74301,8.99900\n6333,1645440777,47.74301,8.99900\n6334,1645440778,47.74301,8.99900\n6335,1645440779,47.74301,8.99900\n6336,1645440780,47.74301,8.99900\n6337,1645440781,47.74301,8.99900\n6338,1645440782,47.74301,8.99900\n6339,1645440783,47.74301,8.99900\n6340,1645440784,47.74301,8.99900\n6341,1645440785,47.74301,8.99900\n6342,1645440786,47.74301,8.99900\n6343,1645440787,47.74301,8.99900\n6344,1645440788,47.74301,8.99900\n6345,1645440789,47.74301,8.99900\n6346,1645440790,47.74301,8.99900\n6347,1645440791,47.74301,8.99900\n6348,1645440792,47.74301,8.99900\n6349,1645440793,47.74301,8.99900\n6350,1645440794,47.74301,8.99900\n6351,1645440795,47.74301,8.99900\n6352,1645440796,47.74301,8.99900\n6353,1645440797,47.74301,8.99900\n6354,1645440798,47.74301,8.99901\n6355,1645440799,47.74301,8.99901\n6356,1645440800,47.74301,8.99901\n6357,1645440801,47.74301,8.99901\n6358,1645440802,47.74301,8.99901\n6359,1645440803,47.74301,8.99901\n6360,1645440804,47.74301,8.99901\n6361,1645440805,47.74301,8.99901\n6362,1645440806,47.74301,8.99901\n6363,1645440807,47.74301,8.99901\n6364,1645440808,47.74301,8.99901\n6365,1645440809,47.74301,8.99901\n6366,1645440810,47.74301,8.99901\n6367,1645440811,47.74301,8.99901\n6368,1645440812,47.74301,8.99901\n6369,1645440813,47.74301,8.99901\n6370,1645440814,47.74301,8.99901\n6371,1645440815,47.74301,8.99901\n6372,1645440816,47.74301,8.99901\n6373,1645440817,47.74301,8.99901\n6374,1645440818,47.74301,8.99901\n6375,1645440819,47.74301,8.99901\n6376,1645440820,47.74301,8.99901\n6377,1645440821,47.74301,8.99901\n6378,1645440822,47.74301,8.99901\n6379,1645440823,47.74301,8.99901\n6380,1645440824,47.74301,8.99901\n6381,1645440825,47.74301,8.99901\n6382,1645440826,47.74301,8.99901\n6383,1645440827,47.74301,8.99901\n6384,1645440828,47.74301,8.99901\n6385,1645440829,47.74301,8.99901\n6386,1645440830,47.74301,8.99901\n6387,1645440831,47.74301,8.99901\n6388,1645440832,47.74301,8.99901\n6389,1645440833,47.74301,8.99901\n6390,1645440834,47.74301,8.99901\n6391,1645440835,47.74301,8.99901\n6392,1645440836,47.74301,8.99901\n6393,1645440837,47.74301,8.99901\n6394,1645440838,47.74301,8.99901\n6395,1645440839,47.74301,8.99901\n6396,1645440840,47.74301,8.99901\n6397,1645440841,47.74301,8.99901\n6398,1645440842,47.74301,8.99901\n6399,1645440843,47.74301,8.99901\n6400,1645440844,47.74301,8.99901\n6401,1645440845,47.74301,8.99901\n6402,1645440846,47.74301,8.99901\n6403,1645440847,47.74301,8.99901\n6404,1645440848,47.74301,8.99901\n6405,1645440849,47.74301,8.99901\n6406,1645440850,47.74301,8.99901\n6407,1645440851,47.74301,8.99901\n6408,1645440852,47.74301,8.99901\n6409,1645440853,47.74301,8.99901\n6410,1645440854,47.74301,8.99901\n6411,1645440855,47.74301,8.99901\n6412,1645440856,47.74301,8.99901\n6413,1645440857,47.74301,8.99901\n6414,1645440858,47.74301,8.99901\n6415,1645440859,47.74301,8.99901\n6416,1645440860,47.74301,8.99901\n6417,1645440861,47.74301,8.99901\n6418,1645440862,47.74301,8.99901\n6419,1645440863,47.74301,8.99901\n6420,1645440864,47.74301,8.99901\n6421,1645440865,47.74301,8.99901\n6422,1645440866,47.74301,8.99901\n6423,1645440867,47.74301,8.99901\n6424,1645440868,47.74301,8.99901\n6425,1645440869,47.74301,8.99901\n6426,1645440870,47.74301,8.99901\n6427,1645440871,47.74301,8.99901\n6428,1645440872,47.74301,8.99901\n6429,1645440873,47.74301,8.99901\n6430,1645440874,47.74301,8.99901\n6431,1645440875,47.74301,8.99901\n6432,1645440876,47.74301,8.99901\n6433,1645440877,47.74301,8.99901\n6434,1645440878,47.74301,8.99901\n6435,1645440879,47.74301,8.99901\n6436,1645440880,47.74301,8.99901\n6437,1645440881,47.74301,8.99901\n6438,1645440882,47.74301,8.99901\n6439,1645440883,47.74301,8.99901\n6440,1645440884,47.74301,8.99901\n6441,1645440885,47.74301,8.99901\n6442,1645440886,47.74301,8.99901\n6443,1645440887,47.74301,8.99901\n6444,1645440888,47.74301,8.99901\n6445,1645440889,47.74301,8.99901\n6446,1645440890,47.74301,8.99901\n6447,1645440891,47.74301,8.99901\n6448,1645440892,47.74301,8.99901\n6449,1645440893,47.74301,8.99901\n6450,1645440894,47.74301,8.99901\n6451,1645440895,47.74301,8.99901\n6452,1645440896,47.74301,8.99901\n6453,1645440897,47.74301,8.99901\n6454,1645440898,47.74301,8.99901\n6455,1645440899,47.74301,8.99901\n6456,1645440900,47.74301,8.99901\n6457,1645440901,47.74301,8.99901\n6458,1645440902,47.74301,8.99901\n6459,1645440903,47.74301,8.99901\n6460,1645440904,47.74301,8.99901\n6461,1645440905,47.74301,8.99901\n6462,1645440906,47.74301,8.99901\n6463,1645440907,47.74301,8.99900\n6464,1645440908,47.74301,8.99900\n6465,1645440909,47.74301,8.99900\n6466,1645440910,47.74301,8.99900\n6467,1645440911,47.74301,8.99900\n6468,1645440912,47.74301,8.99900\n6469,1645440913,47.74301,8.99900\n6470,1645440914,47.74301,8.99900\n6471,1645440915,47.74301,8.99900\n6472,1645440916,47.74301,8.99900\n6473,1645440917,47.74301,8.99900\n6474,1645440918,47.74301,8.99900\n6475,1645440919,47.74301,8.99900\n6476,1645440920,47.74301,8.99900\n6477,1645440921,47.74301,8.99900\n6478,1645440922,47.74301,8.99900\n6479,1645440923,47.74301,8.99900\n6480,1645440924,47.74301,8.99900\n6481,1645440925,47.74301,8.99900\n6482,1645440926,47.74301,8.99900\n6483,1645440927,47.74301,8.99900\n6484,1645440928,47.74301,8.99900\n6485,1645440929,47.74301,8.99900\n6486,1645440930,47.74301,8.99900\n6487,1645440931,47.74301,8.99900\n6488,1645440932,47.74301,8.99900\n6489,1645440933,47.74301,8.99900\n6490,1645440934,47.74301,8.99900\n6491,1645440935,47.74301,8.99900\n6492,1645440936,47.74301,8.99900\n6493,1645440937,47.74301,8.99900\n6494,1645440938,47.74301,8.99900\n6495,1645440939,47.74301,8.99900\n6496,1645440940,47.74301,8.99900\n6497,1645440941,47.74301,8.99900\n6498,1645440942,47.74301,8.99900\n6499,1645440943,47.74301,8.99900\n6500,1645440944,47.74301,8.99900\n6501,1645440945,47.74301,8.99900\n6502,1645440946,47.74301,8.99900\n6503,1645440947,47.74301,8.99900\n6504,1645440948,47.74301,8.99900\n6505,1645440949,47.74301,8.99900\n6506,1645440950,47.74301,8.99900\n6507,1645440951,47.74301,8.99900\n6508,1645440952,47.74301,8.99900\n6509,1645440953,47.74301,8.99900\n6510,1645440954,47.74301,8.99900\n6511,1645440955,47.74301,8.99900\n6512,1645440956,47.74301,8.99900\n6513,1645440957,47.74301,8.99900\n6514,1645440958,47.74301,8.99900\n6515,1645440959,47.74301,8.99900\n6516,1645440960,47.74301,8.99900\n6517,1645440961,47.74301,8.99900\n6518,1645440962,47.74301,8.99900\n6519,1645440963,47.74301,8.99900\n6520,1645440964,47.74301,8.99900\n6521,1645440965,47.74301,8.99900\n6522,1645440966,47.74301,8.99900\n6523,1645440967,47.74301,8.99900\n6524,1645440968,47.74301,8.99900\n6525,1645440969,47.74301,8.99900\n6526,1645440970,47.74301,8.99900\n6527,1645440971,47.74301,8.99900\n6528,1645440972,47.74301,8.99900\n6529,1645440973,47.74301,8.99900\n6530,1645440974,47.74301,8.99900\n6531,1645440975,47.74301,8.99900\n6532,1645440976,47.74301,8.99900\n6533,1645440977,47.74301,8.99900\n6534,1645440978,47.74301,8.99900\n6535,1645440979,47.74301,8.99900\n6536,1645440980,47.74301,8.99900\n6537,1645440981,47.74301,8.99900\n6538,1645440982,47.74301,8.99900\n6539,1645440983,47.74301,8.99900\n6540,1645440984,47.74301,8.99900\n6541,1645440985,47.74301,8.99900\n6542,1645440986,47.74301,8.99900\n6543,1645440987,47.74301,8.99900\n6544,1645440988,47.74301,8.99900\n6545,1645440989,47.74301,8.99900\n6546,1645440990,47.74301,8.99900\n6547,1645440991,47.74301,8.99900\n6548,1645440992,47.74301,8.99900\n6549,1645440993,47.74301,8.99900\n6550,1645440994,47.74301,8.99900\n6551,1645440995,47.74301,8.99900\n6552,1645440996,47.74301,8.99900\n6553,1645440997,47.74301,8.99900\n6554,1645440998,47.74301,8.99900\n6555,1645440999,47.74301,8.99900\n6556,1645441000,47.74301,8.99900\n6557,1645441001,47.74301,8.99900\n6558,1645441002,47.74301,8.99900\n6559,1645441003,47.74301,8.99900\n6560,1645441004,47.74301,8.99900\n6561,1645441005,47.74301,8.99900\n6562,1645441006,47.74301,8.99900\n6563,1645441007,47.74301,8.99900\n6564,1645441008,47.74301,8.99900\n6565,1645441009,47.74301,8.99900\n6566,1645441010,47.74301,8.99900\n6567,1645441011,47.74301,8.99900\n6568,1645441012,47.74301,8.99900\n6569,1645441013,47.74301,8.99900\n6570,1645441014,47.74301,8.99900\n6571,1645441015,47.74301,8.99900\n6572,1645441016,47.74301,8.99900\n6573,1645441017,47.74301,8.99900\n6574,1645441018,47.74301,8.99900\n6575,1645441019,47.74301,8.99900\n6576,1645441020,47.74301,8.99900\n6577,1645441021,47.74301,8.99900\n6578,1645441022,47.74301,8.99900\n6579,1645441023,47.74301,8.99900\n6580,1645441024,47.74301,8.99900\n6581,1645441025,47.74301,8.99900\n6582,1645441026,47.74301,8.99900\n6583,1645441027,47.74301,8.99900\n6584,1645441028,47.74301,8.99900\n6585,1645441029,47.74301,8.99900\n6586,1645441030,47.74301,8.99900\n6587,1645441031,47.74301,8.99900\n6588,1645441032,47.74301,8.99900\n6589,1645441033,47.74301,8.99900\n6590,1645441034,47.74301,8.99900\n6591,1645441035,47.74301,8.99900\n6592,1645441036,47.74301,8.99900\n6593,1645441037,47.74301,8.99900\n6594,1645441038,47.74301,8.99900\n6595,1645441039,47.74301,8.99900\n6596,1645441040,47.74301,8.99900\n6597,1645441041,47.74301,8.99900\n6598,1645441042,47.74301,8.99900\n6599,1645441043,47.74301,8.99900\n6600,1645441044,47.74301,8.99900\n6601,1645441045,47.74301,8.99900\n6602,1645441046,47.74301,8.99900\n6603,1645441047,47.74301,8.99900\n6604,1645441048,47.74301,8.99900\n6605,1645441049,47.74301,8.99900\n6606,1645441050,47.74301,8.99900\n6607,1645441051,47.74301,8.99900\n6608,1645441052,47.74301,8.99900\n6609,1645441053,47.74301,8.99900\n6610,1645441054,47.74301,8.99900\n6611,1645441055,47.74301,8.99900\n6612,1645441056,47.74301,8.99900\n6613,1645441057,47.74301,8.99900\n6614,1645441058,47.74301,8.99900\n6615,1645441059,47.74301,8.99900\n6616,1645441060,47.74301,8.99900\n6617,1645441061,47.74301,8.99900\n6618,1645441062,47.74301,8.99900\n6619,1645441063,47.74301,8.99900\n6620,1645441064,47.74301,8.99900\n6621,1645441065,47.74301,8.99900\n6622,1645441066,47.74301,8.99900\n6623,1645441067,47.74301,8.99900\n6624,1645441068,47.74301,8.99900\n6625,1645441069,47.74301,8.99900\n6626,1645441070,47.74301,8.99900\n6627,1645441071,47.74301,8.99900\n6628,1645441072,47.74301,8.99900\n6629,1645441073,47.74301,8.99900\n6630,1645441074,47.74301,8.99900\n6631,1645441075,47.74301,8.99900\n6632,1645441076,47.74301,8.99900\n6633,1645441077,47.74301,8.99900\n6634,1645441078,47.74301,8.99900\n6635,1645441079,47.74301,8.99900\n6636,1645441080,47.74301,8.99900\n6637,1645441081,47.74301,8.99900\n6638,1645441082,47.74301,8.99900\n6639,1645441083,47.74301,8.99900\n6640,1645441084,47.74301,8.99900\n6641,1645441085,47.74301,8.99900\n6642,1645441086,47.74301,8.99900\n6643,1645441087,47.74301,8.99900\n6644,1645441088,47.74301,8.99900\n6645,1645441089,47.74301,8.99900\n6646,1645441090,47.74301,8.99900\n6647,1645441091,47.74301,8.99900\n6648,1645441092,47.74301,8.99900\n6649,1645441093,47.74301,8.99900\n6650,1645441094,47.74301,8.99900\n6651,1645441095,47.74301,8.99900\n6652,1645441096,47.74301,8.99900\n6653,1645441097,47.74301,8.99900\n6654,1645441098,47.74301,8.99900\n6655,1645441099,47.74301,8.99900\n6656,1645441100,47.74301,8.99900\n6657,1645441101,47.74301,8.99900\n6658,1645441102,47.74301,8.99900\n6659,1645441103,47.74301,8.99900\n6660,1645441104,47.74301,8.99900\n6661,1645441105,47.74301,8.99900\n6662,1645441106,47.74301,8.99900\n6663,1645441107,47.74301,8.99900\n6664,1645441108,47.74301,8.99900\n6665,1645441109,47.74301,8.99900\n6666,1645441110,47.74301,8.99900\n6667,1645441111,47.74301,8.99900\n6668,1645441112,47.74301,8.99900\n6669,1645441113,47.74301,8.99900\n6670,1645441114,47.74301,8.99900\n6671,1645441115,47.74301,8.99900\n6672,1645441116,47.74301,8.99900\n6673,1645441117,47.74301,8.99900\n6674,1645441118,47.74301,8.99900\n6675,1645441119,47.74301,8.99900\n6676,1645441120,47.74301,8.99900\n6677,1645441121,47.74301,8.99900\n6678,1645441122,47.74301,8.99900\n6679,1645441123,47.74301,8.99900\n6680,1645441124,47.74301,8.99900\n6681,1645441125,47.74301,8.99900\n6682,1645441126,47.74301,8.99900\n6683,1645441127,47.74301,8.99900\n6684,1645441128,47.74301,8.99900\n6685,1645441129,47.74301,8.99900\n6686,1645441130,47.74301,8.99900\n6687,1645441131,47.74301,8.99900\n6688,1645441132,47.74301,8.99900\n6689,1645441133,47.74301,8.99900\n6690,1645441134,47.74301,8.99900\n6691,1645441135,47.74301,8.99900\n6692,1645441136,47.74301,8.99900\n6693,1645441137,47.74301,8.99900\n6694,1645441138,47.74301,8.99900\n6695,1645441139,47.74301,8.99900\n6696,1645441140,47.74301,8.99900\n6697,1645441141,47.74301,8.99900\n6698,1645441142,47.74301,8.99900\n6699,1645441143,47.74301,8.99900\n6700,1645441144,47.74301,8.99900\n6701,1645441145,47.74301,8.99900\n6702,1645441146,47.74301,8.99900\n6703,1645441147,47.74301,8.99900\n6704,1645441148,47.74301,8.99900\n6705,1645441149,47.74301,8.99900\n6706,1645441150,47.74301,8.99900\n6707,1645441151,47.74301,8.99900\n6708,1645441152,47.74301,8.99900\n6709,1645441153,47.74301,8.99900\n6710,1645441154,47.74301,8.99900\n6711,1645441155,47.74301,8.99900\n6712,1645441156,47.74301,8.99900\n6713,1645441157,47.74301,8.99900\n6714,1645441158,47.74301,8.99900\n6715,1645441159,47.74301,8.99900\n6716,1645441160,47.74301,8.99900\n6717,1645441161,47.74301,8.99900\n6718,1645441162,47.74301,8.99900\n6719,1645441163,47.74301,8.99900\n6720,1645441164,47.74301,8.99900\n6721,1645441165,47.74301,8.99900\n6722,1645441166,47.74301,8.99900\n6723,1645441167,47.74301,8.99900\n6724,1645441168,47.74301,8.99900\n6725,1645441169,47.74301,8.99900\n6726,1645441170,47.74301,8.99900\n6727,1645441171,47.74301,8.99900\n6728,1645441172,47.74301,8.99900\n6729,1645441173,47.74301,8.99900\n6730,1645441174,47.74301,8.99900\n6731,1645441175,47.74301,8.99900\n6732,1645441176,47.74301,8.99900\n6733,1645441177,47.74301,8.99900\n6734,1645441178,47.74301,8.99900\n6735,1645441179,47.74301,8.99900\n6736,1645441180,47.74301,8.99900\n6737,1645441181,47.74301,8.99900\n6738,1645441182,47.74301,8.99900\n6739,1645441183,47.74301,8.99900\n6740,1645441184,47.74301,8.99900\n6741,1645441185,47.74301,8.99900\n6742,1645441186,47.74301,8.99900\n6743,1645441187,47.74301,8.99900\n6744,1645441188,47.74301,8.99900\n6745,1645441189,47.74301,8.99900\n6746,1645441190,47.74301,8.99900\n6747,1645441191,47.74301,8.99900\n6748,1645441192,47.74301,8.99900\n6749,1645441193,47.74301,8.99900\n6750,1645441194,47.74301,8.99900\n6751,1645441195,47.74301,8.99900\n6752,1645441196,47.74301,8.99900\n6753,1645441197,47.74301,8.99900\n6754,1645441198,47.74301,8.99900\n6755,1645441199,47.74301,8.99900\n6756,1645441200,47.74301,8.99900\n6757,1645441201,47.74301,8.99900\n6758,1645441202,47.74301,8.99900\n6759,1645441203,47.74301,8.99900\n6760,1645441204,47.74301,8.99900\n6761,1645441205,47.74301,8.99900\n6762,1645441206,47.74301,8.99900\n6763,1645441207,47.74301,8.99900\n6764,1645441208,47.74301,8.99900\n6765,1645441209,47.74301,8.99900\n6766,1645441210,47.74301,8.99900\n6767,1645441211,47.74301,8.99900\n6768,1645441212,47.74301,8.99900\n6769,1645441213,47.74301,8.99900\n6770,1645441214,47.74301,8.99900\n6771,1645441215,47.74301,8.99900\n6772,1645441216,47.74301,8.99900\n6773,1645441217,47.74301,8.99900\n6774,1645441218,47.74301,8.99900\n6775,1645441219,47.74301,8.99900\n6776,1645441220,47.74301,8.99900\n6777,1645441221,47.74301,8.99900\n6778,1645441222,47.74301,8.99900\n6779,1645441223,47.74301,8.99900\n6780,1645441224,47.74301,8.99900\n6781,1645441225,47.74301,8.99900\n6782,1645441226,47.74301,8.99900\n6783,1645441227,47.74301,8.99900\n6784,1645441228,47.74301,8.99900\n6785,1645441229,47.74301,8.99900\n6786,1645441230,47.74301,8.99900\n6787,1645441231,47.74301,8.99900\n6788,1645441232,47.74301,8.99900\n6789,1645441233,47.74301,8.99900\n6790,1645441234,47.74301,8.99900\n6791,1645441235,47.74301,8.99900\n6792,1645441236,47.74301,8.99900\n6793,1645441237,47.74301,8.99900\n6794,1645441238,47.74301,8.99900\n6795,1645441239,47.74301,8.99900\n6796,1645441240,47.74301,8.99900\n6797,1645441241,47.74301,8.99900\n6798,1645441242,47.74301,8.99900\n6799,1645441243,47.74301,8.99900\n6800,1645441244,47.74301,8.99900\n6801,1645441245,47.74301,8.99900\n6802,1645441246,47.74301,8.99900\n6803,1645441247,47.74301,8.99900\n6804,1645441248,47.74301,8.99900\n6805,1645441249,47.74301,8.99900\n6806,1645441250,47.74301,8.99900\n6807,1645441251,47.74301,8.99900\n6808,1645441252,47.74301,8.99900\n6809,1645441253,47.74301,8.99900\n6810,1645441254,47.74301,8.99900\n6811,1645441255,47.74301,8.99900\n6812,1645441256,47.74301,8.99900\n6813,1645441257,47.74301,8.99900\n6814,1645441258,47.74301,8.99900\n6815,1645441259,47.74301,8.99900\n6816,1645441260,47.74301,8.99900\n6817,1645441261,47.74301,8.99900\n6818,1645441262,47.74301,8.99900\n6819,1645441263,47.74301,8.99900\n6820,1645441264,47.74301,8.99900\n6821,1645441265,47.74301,8.99900\n6822,1645441266,47.74301,8.99900\n6823,1645441267,47.74301,8.99900\n6824,1645441268,47.74301,8.99900\n6825,1645441269,47.74301,8.99900\n6826,1645441270,47.74301,8.99900\n6827,1645441271,47.74301,8.99900\n6828,1645441272,47.74301,8.99900\n6829,1645441273,47.74301,8.99900\n6830,1645441274,47.74301,8.99900\n6831,1645441275,47.74301,8.99900\n6832,1645441276,47.74301,8.99900\n6833,1645441277,47.74301,8.99900\n6834,1645441278,47.74301,8.99900\n6835,1645441279,47.74301,8.99900\n6836,1645441280,47.74301,8.99900\n6837,1645441281,47.74301,8.99900\n6838,1645441282,47.74301,8.99900\n6839,1645441283,47.74301,8.99900\n6840,1645441284,47.74301,8.99900\n6841,1645441285,47.74301,8.99900\n6842,1645441286,47.74301,8.99900\n6843,1645441287,47.74301,8.99900\n6844,1645441288,47.74301,8.99900\n6845,1645441289,47.74301,8.99900\n6846,1645441290,47.74301,8.99900\n6847,1645441291,47.74301,8.99900\n6848,1645441292,47.74301,8.99900\n6849,1645441293,47.74301,8.99900\n6850,1645441294,47.74301,8.99900\n6851,1645441295,47.74301,8.99900\n6852,1645441296,47.74301,8.99900\n6853,1645441297,47.74301,8.99900\n6854,1645441298,47.74301,8.99900\n6855,1645441299,47.74301,8.99900\n6856,1645441300,47.74301,8.99900\n6857,1645441301,47.74301,8.99900\n6858,1645441302,47.74301,8.99900\n6859,1645441303,47.74301,8.99900\n6860,1645441304,47.74301,8.99900\n6861,1645441305,47.74301,8.99900\n6862,1645441306,47.74301,8.99900\n6863,1645441307,47.74301,8.99900\n6864,1645441308,47.74301,8.99900\n6865,1645441309,47.74301,8.99900\n6866,1645441310,47.74301,8.99900\n6867,1645441311,47.74301,8.99900\n6868,1645441312,47.74301,8.99900\n6869,1645441313,47.74301,8.99900\n6870,1645441314,47.74301,8.99900\n6871,1645441315,47.74301,8.99900\n6872,1645441316,47.74301,8.99900\n6873,1645441317,47.74301,8.99900\n6874,1645441318,47.74301,8.99900\n6875,1645441319,47.74301,8.99900\n6876,1645441320,47.74301,8.99900\n6877,1645441321,47.74301,8.99900\n6878,1645441322,47.74301,8.99900\n6879,1645441323,47.74301,8.99900\n6880,1645441324,47.74301,8.99900\n6881,1645441325,47.74301,8.99900\n6882,1645441326,47.74301,8.99900\n6883,1645441327,47.74301,8.99900\n6884,1645441328,47.74301,8.99900\n6885,1645441329,47.74301,8.99900\n6886,1645441330,47.74301,8.99900\n6887,1645441331,47.74301,8.99900\n6888,1645441332,47.74301,8.99900\n6889,1645441333,47.74301,8.99900\n6890,1645441334,47.74301,8.99900\n6891,1645441335,47.74301,8.99900\n6892,1645441336,47.74302,8.99900\n6893,1645441337,47.74302,8.99900\n6894,1645441338,47.74302,8.99900\n6895,1645441339,47.74302,8.99900\n6896,1645441340,47.74302,8.99900\n6897,1645441341,47.74302,8.99900\n6898,1645441342,47.74302,8.99900\n6899,1645441343,47.74302,8.99900\n6900,1645441344,47.74302,8.99900\n6901,1645441345,47.74302,8.99900\n6902,1645441346,47.74302,8.99900\n6903,1645441347,47.74302,8.99900\n6904,1645441348,47.74302,8.99900\n6905,1645441349,47.74302,8.99900\n6906,1645441350,47.74302,8.99900\n6907,1645441351,47.74302,8.99900\n6908,1645441352,47.74302,8.99900\n6909,1645441353,47.74302,8.99900\n6910,1645441354,47.74302,8.99900\n6911,1645441355,47.74302,8.99900\n6912,1645441356,47.74302,8.99900\n6913,1645441357,47.74302,8.99900\n6914,1645441358,47.74302,8.99900\n6915,1645441359,47.74302,8.99900\n6916,1645441360,47.74302,8.99900\n6917,1645441361,47.74302,8.99900\n6918,1645441362,47.74302,8.99900\n6919,1645441363,47.74302,8.99900\n6920,1645441364,47.74302,8.99900\n6921,1645441365,47.74302,8.99900\n6922,1645441366,47.74302,8.99900\n6923,1645441367,47.74302,8.99900\n6924,1645441368,47.74302,8.99900\n6925,1645441369,47.74302,8.99900\n6926,1645441370,47.74302,8.99900\n6927,1645441371,47.74302,8.99900\n6928,1645441372,47.74302,8.99900\n6929,1645441373,47.74302,8.99900\n6930,1645441374,47.74302,8.99900\n6931,1645441375,47.74302,8.99900\n6932,1645441376,47.74302,8.99900\n6933,1645441377,47.74302,8.99900\n6934,1645441378,47.74302,8.99900\n6935,1645441379,47.74302,8.99900\n6936,1645441380,47.74302,8.99900\n6937,1645441381,47.74302,8.99900\n6938,1645441382,47.74302,8.99900\n6939,1645441383,47.74302,8.99900\n6940,1645441384,47.74302,8.99900\n6941,1645441385,47.74302,8.99900\n6942,1645441386,47.74302,8.99900\n6943,1645441387,47.74302,8.99900\n6944,1645441388,47.74302,8.99900\n6945,1645441389,47.74302,8.99900\n6946,1645441390,47.74302,8.99900\n6947,1645441391,47.74302,8.99900\n6948,1645441392,47.74302,8.99900\n6949,1645441393,47.74302,8.99900\n6950,1645441394,47.74302,8.99900\n6951,1645441395,47.74302,8.99900\n6952,1645441396,47.74302,8.99900\n6953,1645441397,47.74302,8.99900\n6954,1645441398,47.74302,8.99900\n6955,1645441399,47.74302,8.99900\n6956,1645441400,47.74302,8.99900\n6957,1645441401,47.74302,8.99900\n6958,1645441402,47.74302,8.99900\n6959,1645441403,47.74302,8.99900\n6960,1645441404,47.74302,8.99900\n6961,1645441405,47.74302,8.99900\n6962,1645441406,47.74302,8.99900\n6963,1645441407,47.74302,8.99900\n6964,1645441408,47.74302,8.99900\n6965,1645441409,47.74302,8.99900\n6966,1645441410,47.74302,8.99900\n6967,1645441411,47.74302,8.99900\n6968,1645441412,47.74302,8.99900\n6969,1645441413,47.74302,8.99900\n6970,1645441414,47.74302,8.99900\n6971,1645441415,47.74302,8.99900\n6972,1645441416,47.74302,8.99900\n6973,1645441417,47.74302,8.99900\n6974,1645441418,47.74302,8.99900\n6975,1645441419,47.74302,8.99900\n6976,1645441420,47.74302,8.99900\n6977,1645441421,47.74302,8.99900\n6978,1645441422,47.74302,8.99900\n6979,1645441423,47.74302,8.99900\n6980,1645441424,47.74302,8.99900\n6981,1645441425,47.74302,8.99900\n6982,1645441426,47.74302,8.99900\n6983,1645441427,47.74302,8.99900\n6984,1645441428,47.74302,8.99900\n6985,1645441429,47.74302,8.99900\n6986,1645441430,47.74302,8.99900\n6987,1645441431,47.74302,8.99900\n6988,1645441432,47.74302,8.99900\n6989,1645441433,47.74302,8.99900\n6990,1645441434,47.74302,8.99900\n6991,1645441435,47.74302,8.99900\n6992,1645441436,47.74302,8.99900\n6993,1645441437,47.74302,8.99900\n6994,1645441438,47.74302,8.99900\n6995,1645441439,47.74302,8.99900\n6996,1645441440,47.74302,8.99900\n6997,1645441441,47.74302,8.99900\n6998,1645441442,47.74302,8.99900\n6999,1645441443,47.74302,8.99900\n7000,1645441444,47.74302,8.99900\n7001,1645441445,47.74302,8.99900\n7002,1645441446,47.74302,8.99900\n7003,1645441447,47.74302,8.99900\n7004,1645441448,47.74302,8.99900\n7005,1645441449,47.74302,8.99900\n7006,1645441450,47.74302,8.99900\n7007,1645441451,47.74302,8.99900\n7008,1645441452,47.74302,8.99900\n7009,1645441453,47.74302,8.99900\n7010,1645441454,47.74302,8.99900\n7011,1645441455,47.74302,8.99900\n7012,1645441456,47.74302,8.99900\n7013,1645441457,47.74302,8.99900\n7014,1645441458,47.74302,8.99900\n7015,1645441459,47.74302,8.99900\n7016,1645441460,47.74302,8.99900\n7017,1645441461,47.74302,8.99900\n7018,1645441462,47.74302,8.99900\n7019,1645441463,47.74302,8.99900\n7020,1645441464,47.74302,8.99900\n7021,1645441465,47.74302,8.99900\n7022,1645441466,47.74302,8.99900\n7023,1645441467,47.74302,8.99900\n7024,1645441468,47.74302,8.99900\n7025,1645441469,47.74302,8.99900\n7026,1645441470,47.74302,8.99900\n7027,1645441471,47.74302,8.99900\n7028,1645441472,47.74302,8.99900\n7029,1645441473,47.74302,8.99900\n7030,1645441474,47.74302,8.99900\n7031,1645441475,47.74302,8.99900\n7032,1645441476,47.74302,8.99900\n7033,1645441477,47.74302,8.99900\n7034,1645441478,47.74302,8.99900\n7035,1645441479,47.74302,8.99900\n7036,1645441480,47.74302,8.99900\n7037,1645441481,47.74302,8.99900\n7038,1645441482,47.74302,8.99900\n7039,1645441483,47.74302,8.99900\n7040,1645441484,47.74302,8.99900\n7041,1645441485,47.74302,8.99900\n7042,1645441486,47.74302,8.99900\n7043,1645441487,47.74302,8.99900\n7044,1645441488,47.74302,8.99900\n7045,1645441489,47.74302,8.99900\n7046,1645441490,47.74302,8.99900\n7047,1645441491,47.74302,8.99900\n7048,1645441492,47.74302,8.99900\n7049,1645441493,47.74302,8.99900\n7050,1645441494,47.74302,8.99900\n7051,1645441495,47.74302,8.99900\n7052,1645441496,47.74302,8.99900\n7053,1645441497,47.74302,8.99900\n7054,1645441498,47.74302,8.99900\n7055,1645441499,47.74302,8.99900\n7056,1645441500,47.74302,8.99900\n7057,1645441501,47.74302,8.99900\n7058,1645441502,47.74302,8.99900\n7059,1645441503,47.74302,8.99900\n7060,1645441504,47.74302,8.99900\n7061,1645441505,47.74302,8.99900\n7062,1645441506,47.74302,8.99900\n7063,1645441507,47.74302,8.99900\n7064,1645441508,47.74302,8.99900\n7065,1645441509,47.74302,8.99900\n7066,1645441510,47.74302,8.99900\n7067,1645441511,47.74302,8.99900\n7068,1645441512,47.74302,8.99900\n7069,1645441513,47.74302,8.99899\n7070,1645441514,47.74302,8.99899\n7071,1645441515,47.74302,8.99899\n7072,1645441516,47.74302,8.99899\n7073,1645441517,47.74302,8.99899\n7074,1645441518,47.74302,8.99899\n7075,1645441519,47.74302,8.99899\n7076,1645441520,47.74302,8.99899\n7077,1645441521,47.74302,8.99899\n7078,1645441522,47.74302,8.99899\n7079,1645441523,47.74302,8.99899\n7080,1645441524,47.74302,8.99899\n7081,1645441525,47.74302,8.99899\n7082,1645441526,47.74302,8.99899\n7083,1645441527,47.74302,8.99899\n7084,1645441528,47.74302,8.99899\n7085,1645441529,47.74302,8.99899\n7086,1645441530,47.74302,8.99899\n7087,1645441531,47.74302,8.99899\n7088,1645441532,47.74302,8.99899\n7089,1645441533,47.74302,8.99899\n7090,1645441534,47.74302,8.99899\n7091,1645441535,47.74302,8.99899\n7092,1645441536,47.74302,8.99899\n7093,1645441537,47.74302,8.99899\n7094,1645441538,47.74302,8.99899\n7095,1645441539,47.74302,8.99899\n7096,1645441540,47.74302,8.99899\n7097,1645441541,47.74302,8.99899\n7098,1645441542,47.74302,8.99899\n7099,1645441543,47.74302,8.99899\n7100,1645441544,47.74302,8.99899\n7101,1645441545,47.74302,8.99899\n7102,1645441546,47.74302,8.99899\n7103,1645441547,47.74302,8.99899\n7104,1645441548,47.74302,8.99899\n7105,1645441549,47.74302,8.99899\n7106,1645441550,47.74302,8.99899\n7107,1645441551,47.74302,8.99899\n7108,1645441552,47.74302,8.99899\n7109,1645441553,47.74302,8.99899\n7110,1645441554,47.74302,8.99899\n7111,1645441555,47.74302,8.99899\n7112,1645441556,47.74302,8.99899\n7113,1645441557,47.74302,8.99899\n7114,1645441558,47.74302,8.99899\n7115,1645441559,47.74302,8.99899\n7116,1645441560,47.74302,8.99899\n7117,1645441561,47.74302,8.99899\n7118,1645441562,47.74302,8.99899\n7119,1645441563,47.74302,8.99899\n7120,1645441564,47.74302,8.99899\n7121,1645441565,47.74302,8.99899\n7122,1645441566,47.74302,8.99899\n7123,1645441567,47.74302,8.99899\n7124,1645441568,47.74302,8.99899\n7125,1645441569,47.74302,8.99899\n7126,1645441570,47.74302,8.99899\n7127,1645441571,47.74302,8.99899\n7128,1645441572,47.74302,8.99899\n7129,1645441573,47.74302,8.99899\n7130,1645441574,47.74302,8.99899\n7131,1645441575,47.74302,8.99899\n7132,1645441576,47.74302,8.99899\n7133,1645441577,47.74302,8.99899\n7134,1645441578,47.74302,8.99899\n7135,1645441579,47.74302,8.99899\n7136,1645441580,47.74302,8.99899\n7137,1645441581,47.74302,8.99899\n7138,1645441582,47.74302,8.99899\n7139,1645441583,47.74302,8.99899\n7140,1645441584,47.74302,8.99899\n7141,1645441585,47.74302,8.99899\n7142,1645441586,47.74302,8.99899\n7143,1645441587,47.74302,8.99899\n7144,1645441588,47.74302,8.99899\n7145,1645441589,47.74302,8.99899\n7146,1645441590,47.74302,8.99899\n7147,1645441591,47.74302,8.99899\n7148,1645441592,47.74302,8.99899\n7149,1645441593,47.74302,8.99899\n7150,1645441594,47.74302,8.99899\n7151,1645441595,47.74302,8.99899\n7152,1645441596,47.74302,8.99899\n7153,1645441597,47.74302,8.99899\n7154,1645441598,47.74302,8.99899\n7155,1645441599,47.74302,8.99899\n7156,1645441600,47.74302,8.99899\n7157,1645441601,47.74302,8.99899\n7158,1645441602,47.74302,8.99899\n7159,1645441603,47.74302,8.99899\n7160,1645441604,47.74302,8.99899\n7161,1645441605,47.74302,8.99899\n7162,1645441606,47.74302,8.99899\n7163,1645441607,47.74302,8.99899\n7164,1645441608,47.74302,8.99899\n7165,1645441609,47.74302,8.99899\n7166,1645441610,47.74302,8.99899\n7167,1645441611,47.74302,8.99899\n7168,1645441612,47.74302,8.99899\n7169,1645441613,47.74302,8.99899\n7170,1645441614,47.74302,8.99899\n7171,1645441615,47.74302,8.99899\n7172,1645441616,47.74302,8.99899\n7173,1645441617,47.74302,8.99899\n7174,1645441618,47.74302,8.99899\n7175,1645441619,47.74302,8.99899\n7176,1645441620,47.74302,8.99899\n7177,1645441621,47.74302,8.99899\n7178,1645441622,47.74302,8.99899\n7179,1645441623,47.74302,8.99899\n7180,1645441624,47.74302,8.99899\n7181,1645441625,47.74302,8.99899\n7182,1645441626,47.74302,8.99899\n7183,1645441627,47.74302,8.99899\n7184,1645441628,47.74302,8.99899\n7185,1645441629,47.74302,8.99899\n7186,1645441630,47.74302,8.99899\n7187,1645441631,47.74302,8.99899\n7188,1645441632,47.74302,8.99899\n7189,1645441633,47.74302,8.99899\n7190,1645441634,47.74302,8.99899\n7191,1645441635,47.74302,8.99899\n7192,1645441636,47.74302,8.99899\n7193,1645441637,47.74302,8.99899\n7194,1645441638,47.74302,8.99899\n7195,1645441639,47.74302,8.99899\n7196,1645441640,47.74302,8.99899\n7197,1645441641,47.74302,8.99899\n7198,1645441642,47.74302,8.99899\n7199,1645441643,47.74302,8.99899\n7200,1645441644,47.74302,8.99899\n7201,1645441645,47.74302,8.99899\n7202,1645441646,47.74302,8.99899\n7203,1645441647,47.74302,8.99899\n7204,1645441648,47.74302,8.99899\n7205,1645441649,47.74302,8.99899\n7206,1645441650,47.74302,8.99899\n7207,1645441651,47.74302,8.99899\n7208,1645441652,47.74302,8.99899\n7209,1645441653,47.74302,8.99899\n7210,1645441654,47.74302,8.99899\n7211,1645441655,47.74302,8.99899\n7212,1645441656,47.74302,8.99899\n7213,1645441657,47.74302,8.99899\n7214,1645441658,47.74302,8.99899\n7215,1645441659,47.74302,8.99899\n7216,1645441660,47.74302,8.99899\n7217,1645441661,47.74302,8.99899\n7218,1645441662,47.74302,8.99899\n7219,1645441663,47.74302,8.99899\n7220,1645441664,47.74302,8.99899\n7221,1645441665,47.74302,8.99899\n7222,1645441666,47.74302,8.99899\n7223,1645441667,47.74302,8.99899\n7224,1645441668,47.74302,8.99899\n7225,1645441669,47.74302,8.99899\n7226,1645441670,47.74302,8.99899\n7227,1645441671,47.74302,8.99899\n7228,1645441672,47.74302,8.99899\n7229,1645441673,47.74302,8.99899\n7230,1645441674,47.74302,8.99899\n7231,1645441675,47.74302,8.99899\n7232,1645441676,47.74302,8.99899\n7233,1645441677,47.74302,8.99899\n7234,1645441678,47.74302,8.99899\n7235,1645441679,47.74302,8.99899\n7236,1645441680,47.74302,8.99899\n7237,1645441681,47.74302,8.99899\n7238,1645441682,47.74302,8.99899\n7239,1645441683,47.74302,8.99899\n7240,1645441684,47.74302,8.99899\n7241,1645441685,47.74302,8.99899\n7242,1645441686,47.74302,8.99899\n7243,1645441687,47.74302,8.99899\n7244,1645441688,47.74302,8.99899\n7245,1645441689,47.74302,8.99899\n7246,1645441690,47.74302,8.99899\n7247,1645441691,47.74302,8.99899\n7248,1645441692,47.74302,8.99899\n7249,1645441693,47.74302,8.99899\n7250,1645441694,47.74302,8.99899\n7251,1645441695,47.74302,8.99899\n7252,1645441696,47.74302,8.99899\n7253,1645441697,47.74302,8.99899\n7254,1645441698,47.74302,8.99899\n7255,1645441699,47.74303,8.99899\n7256,1645441700,47.74303,8.99899\n7257,1645441701,47.74303,8.99899\n7258,1645441702,47.74303,8.99899\n7259,1645441703,47.74303,8.99899\n7260,1645441704,47.74303,8.99899\n7261,1645441705,47.74303,8.99899\n7262,1645441706,47.74303,8.99899\n7263,1645441707,47.74303,8.99899\n7264,1645441708,47.74303,8.99899\n7265,1645441709,47.74303,8.99899\n7266,1645441710,47.74303,8.99899\n7267,1645441711,47.74303,8.99899\n7268,1645441712,47.74303,8.99899\n7269,1645441713,47.74303,8.99899\n7270,1645441714,47.74303,8.99899\n7271,1645441715,47.74303,8.99899\n7272,1645441716,47.74303,8.99899\n7273,1645441717,47.74303,8.99899\n7274,1645441718,47.74303,8.99899\n7275,1645441719,47.74303,8.99899\n7276,1645441720,47.74303,8.99899\n7277,1645441721,47.74303,8.99899\n7278,1645441722,47.74303,8.99899\n7279,1645441723,47.74303,8.99899\n7280,1645441724,47.74303,8.99899\n7281,1645441725,47.74303,8.99899\n7282,1645441726,47.74303,8.99899\n7283,1645441727,47.74303,8.99899\n7284,1645441728,47.74303,8.99899\n7285,1645441729,47.74303,8.99899\n7286,1645441730,47.74303,8.99899\n7287,1645441731,47.74303,8.99899\n7288,1645441732,47.74303,8.99899\n7289,1645441733,47.74303,8.99899\n7290,1645441734,47.74303,8.99899\n7291,1645441735,47.74303,8.99899\n7292,1645441736,47.74303,8.99899\n7293,1645441737,47.74303,8.99899\n7294,1645441738,47.74303,8.99899\n7295,1645441739,47.74303,8.99899\n7296,1645441740,47.74303,8.99899\n7297,1645441741,47.74303,8.99899\n7298,1645441742,47.74303,8.99899\n7299,1645441743,47.74303,8.99899\n7300,1645441744,47.74303,8.99899\n7301,1645441745,47.74303,8.99899\n7302,1645441746,47.74303,8.99899\n7303,1645441747,47.74303,8.99899\n7304,1645441748,47.74303,8.99899\n7305,1645441749,47.74303,8.99899\n7306,1645441750,47.74303,8.99899\n7307,1645441751,47.74303,8.99899\n7308,1645441752,47.74303,8.99899\n7309,1645441753,47.74303,8.99899\n7310,1645441754,47.74303,8.99899\n7311,1645441755,47.74303,8.99899\n7312,1645441756,47.74303,8.99899\n7313,1645441757,47.74303,8.99899\n7314,1645441758,47.74303,8.99899\n7315,1645441759,47.74303,8.99899\n7316,1645441760,47.74303,8.99899\n7317,1645441761,47.74303,8.99899\n7318,1645441762,47.74303,8.99899\n7319,1645441763,47.74303,8.99899\n7320,1645441764,47.74303,8.99899\n7321,1645441765,47.74304,8.99899\n7322,1645441766,47.74304,8.99899\n7323,1645441767,47.74304,8.99899\n7324,1645441768,47.74304,8.99899\n7325,1645441769,47.74304,8.99899\n7326,1645441770,47.74304,8.99899\n7327,1645441771,47.74304,8.99899\n7328,1645441772,47.74304,8.99899\n7329,1645441773,47.74304,8.99899\n7330,1645441774,47.74304,8.99899\n7331,1645441775,47.74304,8.99899\n7332,1645441776,47.74304,8.99899\n7333,1645441777,47.74304,8.99899\n7334,1645441778,47.74304,8.99899\n7335,1645441779,47.74304,8.99899\n7336,1645441780,47.74304,8.99899\n7337,1645441781,47.74304,8.99899\n7338,1645441782,47.74305,8.99899\n7339,1645441783,47.74305,8.99899\n7340,1645441784,47.74305,8.99899\n7341,1645441785,47.74305,8.99899\n7342,1645441786,47.74305,8.99898\n7343,1645441787,47.74305,8.99898\n7344,1645441788,47.74305,8.99898\n7345,1645441789,47.74305,8.99898\n7346,1645441790,47.74305,8.99898\n7347,1645441791,47.74305,8.99898\n7348,1645441792,47.74305,8.99899\n7349,1645441793,47.74305,8.99899\n7350,1645441794,47.74305,8.99899\n7351,1645441795,47.74305,8.99899\n7352,1645441796,47.74305,8.99899\n7353,1645441797,47.74305,8.99899\n7354,1645441798,47.74305,8.99899\n7355,1645441799,47.74305,8.99899\n7356,1645441800,47.74305,8.99899\n7357,1645441801,47.74305,8.99899\n7358,1645441802,47.74305,8.99899\n7359,1645441803,47.74305,8.99899\n7360,1645441804,47.74305,8.99899\n7361,1645441805,47.74305,8.99899\n7362,1645441806,47.74305,8.99899\n7363,1645441807,47.74305,8.99899\n7364,1645441808,47.74305,8.99899\n7365,1645441809,47.74305,8.99899\n7366,1645441810,47.74305,8.99899\n7367,1645441811,47.74305,8.99899\n7368,1645441812,47.74305,8.99899\n7369,1645441813,47.74305,8.99899\n7370,1645441814,47.74305,8.99899\n7371,1645441815,47.74305,8.99899\n7372,1645441816,47.74305,8.99899\n7373,1645441817,47.74305,8.99899\n7374,1645441818,47.74305,8.99899\n7375,1645441819,47.74305,8.99899\n7376,1645441820,47.74305,8.99899\n7377,1645441821,47.74305,8.99899\n7378,1645441822,47.74305,8.99899\n7379,1645441823,47.74305,8.99899\n7380,1645441824,47.74305,8.99899\n7381,1645441825,47.74305,8.99899\n7382,1645441826,47.74305,8.99899\n7383,1645441827,47.74305,8.99899\n7384,1645441828,47.74305,8.99899\n7385,1645441829,47.74305,8.99899\n7386,1645441830,47.74305,8.99899\n7387,1645441831,47.74305,8.99899\n7388,1645441832,47.74305,8.99899\n7389,1645441833,47.74305,8.99899\n7390,1645441834,47.74305,8.99899\n7391,1645441835,47.74305,8.99899\n7392,1645441836,47.74305,8.99899\n7393,1645441837,47.74305,8.99899\n7394,1645441838,47.74305,8.99899\n7395,1645441839,47.74305,8.99899\n7396,1645441840,47.74305,8.99899\n7397,1645441841,47.74305,8.99899\n7398,1645441842,47.74305,8.99899\n7399,1645441843,47.74305,8.99899\n7400,1645441844,47.74305,8.99899\n7401,1645441845,47.74305,8.99899\n7402,1645441846,47.74305,8.99899\n7403,1645441847,47.74305,8.99899\n7404,1645441848,47.74305,8.99899\n7405,1645441849,47.74305,8.99899\n7406,1645441850,47.74305,8.99899\n7407,1645441851,47.74305,8.99899\n7408,1645441852,47.74305,8.99899\n7409,1645441853,47.74305,8.99899\n7410,1645441854,47.74305,8.99899\n7411,1645441855,47.74305,8.99899\n7412,1645441856,47.74305,8.99899\n7413,1645441857,47.74305,8.99899\n7414,1645441858,47.74305,8.99899\n7415,1645441859,47.74305,8.99899\n7416,1645441860,47.74305,8.99899\n7417,1645441861,47.74305,8.99898\n7418,1645441862,47.74305,8.99898\n7419,1645441863,47.74305,8.99898\n7420,1645441864,47.74305,8.99898\n7421,1645441865,47.74305,8.99898\n7422,1645441866,47.74305,8.99898\n7423,1645441867,47.74305,8.99898\n7424,1645441868,47.74305,8.99898\n7425,1645441869,47.74305,8.99898\n7426,1645441870,47.74305,8.99898\n7427,1645441871,47.74305,8.99898\n7428,1645441872,47.74305,8.99898\n7429,1645441873,47.74305,8.99898\n7430,1645441874,47.74305,8.99898\n7431,1645441875,47.74305,8.99898\n7432,1645441876,47.74305,8.99898\n7433,1645441877,47.74305,8.99898\n7434,1645441878,47.74305,8.99898\n7435,1645441879,47.74305,8.99898\n7436,1645441880,47.74305,8.99898\n7437,1645441881,47.74305,8.99898\n7438,1645441882,47.74305,8.99898\n7439,1645441883,47.74305,8.99898\n7440,1645441884,47.74305,8.99898\n7441,1645441885,47.74305,8.99898\n7442,1645441886,47.74305,8.99898\n7443,1645441887,47.74305,8.99898\n7444,1645441888,47.74305,8.99898\n7445,1645441889,47.74305,8.99898\n7446,1645441890,47.74305,8.99898\n7447,1645441891,47.74305,8.99898\n7448,1645441892,47.74305,8.99898\n7449,1645441893,47.74305,8.99898\n7450,1645441894,47.74305,8.99898\n7451,1645441895,47.74305,8.99898\n7452,1645441896,47.74305,8.99898\n7453,1645441897,47.74305,8.99898\n7454,1645441898,47.74305,8.99898\n7455,1645441899,47.74305,8.99898\n7456,1645441900,47.74305,8.99898\n7457,1645441901,47.74305,8.99898\n7458,1645441902,47.74305,8.99898\n7459,1645441903,47.74305,8.99898\n7460,1645441904,47.74305,8.99898\n7461,1645441905,47.74305,8.99898\n7462,1645441906,47.74305,8.99898\n7463,1645441907,47.74305,8.99898\n7464,1645441908,47.74305,8.99898\n7465,1645441909,47.74305,8.99898\n7466,1645441910,47.74305,8.99898\n7467,1645441911,47.74305,8.99898\n7468,1645441912,47.74305,8.99898\n7469,1645441913,47.74305,8.99898\n7470,1645441914,47.74305,8.99898\n7471,1645441915,47.74305,8.99898\n7472,1645441916,47.74305,8.99898\n7473,1645441917,47.74305,8.99898\n7474,1645441918,47.74305,8.99898\n7475,1645441919,47.74305,8.99898\n7476,1645441920,47.74305,8.99898\n7477,1645441921,47.74305,8.99898\n7478,1645441922,47.74305,8.99898\n7479,1645441923,47.74305,8.99898\n7480,1645441924,47.74305,8.99898\n7481,1645441925,47.74305,8.99898\n7482,1645441926,47.74305,8.99898\n7483,1645441927,47.74305,8.99898\n7484,1645441928,47.74305,8.99898\n7485,1645441929,47.74305,8.99898\n7486,1645441930,47.74305,8.99898\n7487,1645441931,47.74305,8.99898\n7488,1645441932,47.74305,8.99898\n7489,1645441933,47.74305,8.99898\n7490,1645441934,47.74305,8.99898\n7491,1645441935,47.74305,8.99898\n7492,1645441936,47.74305,8.99898\n7493,1645441937,47.74305,8.99898\n7494,1645441938,47.74305,8.99898\n7495,1645441939,47.74305,8.99898\n7496,1645441940,47.74305,8.99898\n7497,1645441941,47.74305,8.99898\n7498,1645441942,47.74305,8.99898\n7499,1645441943,47.74305,8.99898\n7500,1645441944,47.74305,8.99898\n7501,1645441945,47.74305,8.99898\n7502,1645441946,47.74305,8.99898\n7503,1645441947,47.74305,8.99898\n7504,1645441948,47.74305,8.99898\n7505,1645441949,47.74305,8.99898\n7506,1645441950,47.74305,8.99898\n7507,1645441951,47.74305,8.99898\n7508,1645441952,47.74305,8.99898\n7509,1645441953,47.74305,8.99898\n7510,1645441954,47.74305,8.99898\n7511,1645441955,47.74305,8.99898\n7512,1645441956,47.74305,8.99898\n7513,1645441957,47.74305,8.99898\n7514,1645441958,47.74305,8.99898\n7515,1645441959,47.74305,8.99898\n7516,1645441960,47.74305,8.99898\n7517,1645441961,47.74305,8.99898\n7518,1645441962,47.74305,8.99898\n7519,1645441963,47.74305,8.99898\n7520,1645441964,47.74305,8.99898\n7521,1645441965,47.74305,8.99898\n7522,1645441966,47.74305,8.99898\n7523,1645441967,47.74305,8.99898\n7524,1645441968,47.74305,8.99898\n7525,1645441969,47.74305,8.99898\n7526,1645441970,47.74305,8.99898\n7527,1645441971,47.74305,8.99898\n7528,1645441972,47.74305,8.99898\n7529,1645441973,47.74305,8.99898\n7530,1645441974,47.74305,8.99898\n7531,1645441975,47.74305,8.99898\n7532,1645441976,47.74305,8.99898\n7533,1645441977,47.74305,8.99898\n7534,1645441978,47.74305,8.99898\n7535,1645441979,47.74305,8.99898\n7536,1645441980,47.74305,8.99898\n7537,1645441981,47.74305,8.99898\n7538,1645441982,47.74305,8.99898\n7539,1645441983,47.74305,8.99898\n7540,1645441984,47.74305,8.99898\n7541,1645441985,47.74305,8.99898\n7542,1645441986,47.74305,8.99898\n7543,1645441987,47.74305,8.99898\n7544,1645441988,47.74305,8.99898\n7545,1645441989,47.74305,8.99898\n7546,1645441990,47.74305,8.99898\n7547,1645441991,47.74305,8.99898\n7548,1645441992,47.74305,8.99898\n7549,1645441993,47.74305,8.99898\n7550,1645441994,47.74305,8.99898\n7551,1645441995,47.74305,8.99898\n7552,1645441996,47.74305,8.99898\n7553,1645441997,47.74305,8.99898\n7554,1645441998,47.74305,8.99898\n7555,1645441999,47.74305,8.99898\n7556,1645442000,47.74305,8.99898\n7557,1645442001,47.74305,8.99898\n7558,1645442002,47.74305,8.99898\n7559,1645442003,47.74305,8.99898\n7560,1645442004,47.74305,8.99898\n7561,1645442005,47.74305,8.99898\n7562,1645442006,47.74305,8.99898\n7563,1645442007,47.74305,8.99898\n7564,1645442008,47.74305,8.99898\n7565,1645442009,47.74305,8.99898\n7566,1645442010,47.74305,8.99898\n7567,1645442011,47.74305,8.99898\n7568,1645442012,47.74305,8.99898\n7569,1645442013,47.74305,8.99898\n7570,1645442014,47.74305,8.99898\n7571,1645442015,47.74305,8.99898\n7572,1645442016,47.74305,8.99898\n7573,1645442017,47.74305,8.99898\n7574,1645442018,47.74305,8.99898\n7575,1645442019,47.74305,8.99898\n7576,1645442020,47.74305,8.99898\n7577,1645442021,47.74305,8.99898\n7578,1645442022,47.74305,8.99898\n7579,1645442023,47.74305,8.99898\n7580,1645442024,47.74305,8.99898\n7581,1645442025,47.74305,8.99898\n7582,1645442026,47.74305,8.99898\n7583,1645442027,47.74305,8.99898\n7584,1645442028,47.74305,8.99898\n7585,1645442029,47.74305,8.99898\n7586,1645442030,47.74305,8.99898\n7587,1645442031,47.74305,8.99898\n7588,1645442032,47.74305,8.99898\n7589,1645442033,47.74305,8.99898\n7590,1645442034,47.74305,8.99898\n7591,1645442035,47.74305,8.99898\n7592,1645442036,47.74305,8.99898\n7593,1645442037,47.74305,8.99898\n7594,1645442038,47.74305,8.99898\n7595,1645442039,47.74305,8.99898\n7596,1645442040,47.74305,8.99898\n7597,1645442041,47.74305,8.99898\n7598,1645442042,47.74305,8.99898\n7599,1645442043,47.74305,8.99898\n7600,1645442044,47.74305,8.99898\n7601,1645442045,47.74305,8.99898\n7602,1645442046,47.74305,8.99898\n7603,1645442047,47.74305,8.99898\n7604,1645442048,47.74305,8.99898\n7605,1645442049,47.74305,8.99897\n7606,1645442050,47.74305,8.99897\n7607,1645442051,47.74305,8.99898\n7608,1645442052,47.74305,8.99898\n7609,1645442053,47.74305,8.99898\n7610,1645442054,47.74305,8.99898\n7611,1645442055,47.74305,8.99898\n7612,1645442056,47.74305,8.99898\n7613,1645442057,47.74305,8.99898\n7614,1645442058,47.74305,8.99898\n7615,1645442059,47.74305,8.99898\n7616,1645442060,47.74305,8.99898\n7617,1645442061,47.74305,8.99898\n7618,1645442062,47.74305,8.99898\n7619,1645442063,47.74305,8.99898\n7620,1645442064,47.74305,8.99898\n7621,1645442065,47.74305,8.99898\n7622,1645442066,47.74305,8.99898\n7623,1645442067,47.74305,8.99898\n7624,1645442068,47.74305,8.99898\n7625,1645442069,47.74305,8.99898\n7626,1645442070,47.74305,8.99898\n7627,1645442071,47.74305,8.99898\n7628,1645442072,47.74305,8.99898\n7629,1645442073,47.74305,8.99898\n7630,1645442074,47.74305,8.99898\n7631,1645442075,47.74305,8.99898\n7632,1645442076,47.74305,8.99898\n7633,1645442077,47.74305,8.99898\n7634,1645442078,47.74305,8.99898\n7635,1645442079,47.74305,8.99898\n7636,1645442080,47.74305,8.99898\n7637,1645442081,47.74305,8.99898\n7638,1645442082,47.74305,8.99898\n7639,1645442083,47.74305,8.99898\n7640,1645442084,47.74305,8.99898\n7641,1645442085,47.74305,8.99898\n7642,1645442086,47.74305,8.99898\n7643,1645442087,47.74305,8.99898\n7644,1645442088,47.74305,8.99898\n7645,1645442089,47.74305,8.99898\n7646,1645442090,47.74305,8.99898\n7647,1645442091,47.74305,8.99898\n7648,1645442092,47.74305,8.99898\n7649,1645442093,47.74305,8.99898\n7650,1645442094,47.74305,8.99898\n7651,1645442095,47.74305,8.99898\n7652,1645442096,47.74305,8.99898\n7653,1645442097,47.74305,8.99898\n7654,1645442098,47.74305,8.99898\n7655,1645442099,47.74305,8.99898\n7656,1645442100,47.74305,8.99898\n7657,1645442101,47.74305,8.99898\n7658,1645442102,47.74305,8.99898\n7659,1645442103,47.74305,8.99898\n7660,1645442104,47.74305,8.99898\n7661,1645442105,47.74305,8.99898\n7662,1645442106,47.74305,8.99898\n7663,1645442107,47.74305,8.99898\n7664,1645442108,47.74305,8.99898\n7665,1645442109,47.74305,8.99898\n7666,1645442110,47.74305,8.99898\n7667,1645442111,47.74305,8.99898\n7668,1645442112,47.74305,8.99898\n7669,1645442113,47.74305,8.99898\n7670,1645442114,47.74305,8.99898\n7671,1645442115,47.74305,8.99898\n7672,1645442116,47.74305,8.99898\n7673,1645442117,47.74305,8.99898\n7674,1645442118,47.74305,8.99898\n7675,1645442119,47.74305,8.99898\n7676,1645442120,47.74305,8.99898\n7677,1645442121,47.74305,8.99898\n7678,1645442122,47.74305,8.99898\n7679,1645442123,47.74305,8.99898\n7680,1645442124,47.74305,8.99898\n7681,1645442125,47.74305,8.99898\n7682,1645442126,47.74305,8.99898\n7683,1645442127,47.74305,8.99898\n7684,1645442128,47.74305,8.99898\n7685,1645442129,47.74305,8.99898\n7686,1645442130,47.74305,8.99898\n7687,1645442131,47.74305,8.99898\n7688,1645442132,47.74305,8.99898\n7689,1645442133,47.74305,8.99898\n7690,1645442134,47.74305,8.99898\n7691,1645442135,47.74305,8.99898\n7692,1645442136,47.74305,8.99898\n7693,1645442137,47.74305,8.99898\n7694,1645442138,47.74305,8.99898\n7695,1645442139,47.74305,8.99898\n7696,1645442140,47.74305,8.99898\n7697,1645442141,47.74305,8.99898\n7698,1645442142,47.74305,8.99898\n7699,1645442143,47.74305,8.99898\n7700,1645442144,47.74305,8.99898\n7701,1645442145,47.74305,8.99898\n7702,1645442146,47.74305,8.99898\n7703,1645442147,47.74305,8.99898\n7704,1645442148,47.74305,8.99898\n7705,1645442149,47.74305,8.99898\n7706,1645442150,47.74305,8.99898\n7707,1645442151,47.74305,8.99898\n7708,1645442152,47.74305,8.99898\n7709,1645442153,47.74305,8.99898\n7710,1645442154,47.74305,8.99898\n7711,1645442155,47.74305,8.99898\n7712,1645442156,47.74305,8.99898\n7713,1645442157,47.74305,8.99898\n7714,1645442158,47.74305,8.99898\n7715,1645442159,47.74305,8.99898\n7716,1645442160,47.74305,8.99898\n7717,1645442161,47.74305,8.99898\n7718,1645442162,47.74305,8.99898\n7719,1645442163,47.74305,8.99898\n7720,1645442164,47.74305,8.99898\n7721,1645442165,47.74305,8.99898\n7722,1645442166,47.74305,8.99898\n7723,1645442167,47.74305,8.99898\n7724,1645442168,47.74305,8.99898\n7725,1645442169,47.74305,8.99898\n7726,1645442170,47.74305,8.99898\n7727,1645442171,47.74305,8.99898\n7728,1645442172,47.74305,8.99898\n7729,1645442173,47.74305,8.99898\n7730,1645442174,47.74305,8.99898\n7731,1645442175,47.74305,8.99898\n7732,1645442176,47.74305,8.99898\n7733,1645442177,47.74305,8.99898\n7734,1645442178,47.74305,8.99898\n7735,1645442179,47.74305,8.99898\n7736,1645442180,47.74305,8.99898\n7737,1645442181,47.74305,8.99898\n7738,1645442182,47.74305,8.99898\n7739,1645442183,47.74305,8.99898\n7740,1645442184,47.74305,8.99898\n7741,1645442185,47.74305,8.99898\n7742,1645442186,47.74305,8.99898\n7743,1645442187,47.74305,8.99898\n7744,1645442188,47.74305,8.99898\n7745,1645442189,47.74305,8.99898\n7746,1645442190,47.74305,8.99898\n7747,1645442191,47.74305,8.99898\n7748,1645442192,47.74305,8.99898\n7749,1645442193,47.74305,8.99898\n7750,1645442194,47.74305,8.99898\n7751,1645442195,47.74305,8.99898\n7752,1645442196,47.74305,8.99898\n7753,1645442197,47.74305,8.99898\n7754,1645442198,47.74305,8.99898\n7755,1645442199,47.74305,8.99898\n7756,1645442200,47.74305,8.99898\n7757,1645442201,47.74305,8.99898\n7758,1645442202,47.74305,8.99898\n7759,1645442203,47.74305,8.99898\n7760,1645442204,47.74305,8.99897\n7761,1645442205,47.74305,8.99897\n7762,1645442206,47.74305,8.99897\n7763,1645442207,47.74305,8.99897\n7764,1645442208,47.74305,8.99897\n7765,1645442209,47.74305,8.99897\n7766,1645442210,47.74305,8.99897\n7767,1645442211,47.74305,8.99897\n7768,1645442212,47.74305,8.99897\n7769,1645442213,47.74305,8.99897\n7770,1645442214,47.74305,8.99897\n7771,1645442215,47.74305,8.99897\n7772,1645442216,47.74305,8.99897\n7773,1645442217,47.74305,8.99897\n7774,1645442218,47.74305,8.99897\n7775,1645442219,47.74305,8.99897\n7776,1645442220,47.74305,8.99897\n7777,1645442221,47.74305,8.99897\n7778,1645442222,47.74305,8.99897\n7779,1645442223,47.74305,8.99897\n7780,1645442224,47.74305,8.99897\n7781,1645442225,47.74305,8.99897\n7782,1645442226,47.74305,8.99897\n7783,1645442227,47.74305,8.99897\n7784,1645442228,47.74305,8.99897\n7785,1645442229,47.74305,8.99897\n7786,1645442230,47.74305,8.99897\n7787,1645442231,47.74305,8.99897\n7788,1645442232,47.74305,8.99897\n7789,1645442233,47.74305,8.99897\n7790,1645442234,47.74305,8.99897\n7791,1645442235,47.74305,8.99897\n7792,1645442236,47.74305,8.99897\n7793,1645442237,47.74305,8.99897\n7794,1645442238,47.74305,8.99897\n7795,1645442239,47.74305,8.99897\n7796,1645442240,47.74305,8.99897\n7797,1645442241,47.74305,8.99897\n7798,1645442242,47.74305,8.99897\n7799,1645442243,47.74305,8.99897\n7800,1645442244,47.74305,8.99897\n7801,1645442245,47.74305,8.99897\n7802,1645442246,47.74305,8.99897\n7803,1645442247,47.74305,8.99897\n7804,1645442248,47.74305,8.99897\n7805,1645442249,47.74305,8.99897\n7806,1645442250,47.74305,8.99897\n7807,1645442251,47.74305,8.99897\n7808,1645442252,47.74305,8.99897\n7809,1645442253,47.74305,8.99897\n7810,1645442254,47.74305,8.99897\n7811,1645442255,47.74305,8.99897\n7812,1645442256,47.74305,8.99897\n7813,1645442257,47.74305,8.99897\n7814,1645442258,47.74305,8.99897\n7815,1645442259,47.74305,8.99897\n7816,1645442260,47.74305,8.99897\n7817,1645442261,47.74305,8.99897\n7818,1645442262,47.74305,8.99897\n7819,1645442263,47.74305,8.99897\n7820,1645442264,47.74305,8.99897\n7821,1645442265,47.74305,8.99897\n7822,1645442266,47.74305,8.99897\n7823,1645442267,47.74305,8.99897\n7824,1645442268,47.74305,8.99897\n7825,1645442269,47.74305,8.99897\n7826,1645442270,47.74305,8.99897\n7827,1645442271,47.74305,8.99897\n7828,1645442272,47.74305,8.99897\n7829,1645442273,47.74305,8.99897\n7830,1645442274,47.74305,8.99897\n7831,1645442275,47.74305,8.99897\n7832,1645442276,47.74305,8.99897\n7833,1645442277,47.74305,8.99897\n7834,1645442278,47.74305,8.99897\n7835,1645442279,47.74305,8.99897\n7836,1645442280,47.74305,8.99897\n7837,1645442281,47.74305,8.99897\n7838,1645442282,47.74305,8.99897\n7839,1645442283,47.74305,8.99897\n7840,1645442284,47.74305,8.99897\n7841,1645442285,47.74305,8.99897\n7842,1645442286,47.74305,8.99897\n7843,1645442287,47.74305,8.99897\n7844,1645442288,47.74305,8.99897\n7845,1645442289,47.74305,8.99897\n7846,1645442290,47.74305,8.99897\n7847,1645442291,47.74305,8.99897\n7848,1645442292,47.74305,8.99897\n7849,1645442293,47.74305,8.99897\n7850,1645442294,47.74305,8.99897\n7851,1645442295,47.74305,8.99897\n7852,1645442296,47.74305,8.99897\n7853,1645442297,47.74305,8.99897\n7854,1645442298,47.74305,8.99897\n7855,1645442299,47.74305,8.99897\n7856,1645442300,47.74305,8.99897\n7857,1645442301,47.74305,8.99897\n7858,1645442302,47.74305,8.99897\n7859,1645442303,47.74305,8.99897\n7860,1645442304,47.74305,8.99897\n7861,1645442305,47.74305,8.99897\n7862,1645442306,47.74305,8.99897\n7863,1645442307,47.74305,8.99897\n7864,1645442308,47.74305,8.99897\n7865,1645442309,47.74305,8.99897\n7866,1645442310,47.74305,8.99897\n7867,1645442311,47.74305,8.99897\n7868,1645442312,47.74305,8.99897\n7869,1645442313,47.74305,8.99897\n7870,1645442314,47.74305,8.99897\n7871,1645442315,47.74305,8.99897\n7872,1645442316,47.74305,8.99897\n7873,1645442317,47.74305,8.99897\n7874,1645442318,47.74305,8.99897\n7875,1645442319,47.74305,8.99897\n7876,1645442320,47.74305,8.99897\n7877,1645442321,47.74305,8.99897\n7878,1645442322,47.74305,8.99897\n7879,1645442323,47.74305,8.99897\n7880,1645442324,47.74305,8.99897\n7881,1645442325,47.74305,8.99897\n7882,1645442326,47.74305,8.99897\n7883,1645442327,47.74305,8.99897\n7884,1645442328,47.74305,8.99897\n7885,1645442329,47.74305,8.99897\n7886,1645442330,47.74305,8.99897\n7887,1645442331,47.74305,8.99897\n7888,1645442332,47.74305,8.99897\n7889,1645442333,47.74305,8.99897\n7890,1645442334,47.74305,8.99897\n7891,1645442335,47.74305,8.99897\n7892,1645442336,47.74305,8.99897\n7893,1645442337,47.74305,8.99897\n7894,1645442338,47.74305,8.99897\n7895,1645442339,47.74305,8.99897\n7896,1645442340,47.74305,8.99897\n7897,1645442341,47.74305,8.99897\n7898,1645442342,47.74305,8.99897\n7899,1645442343,47.74305,8.99897\n7900,1645442344,47.74305,8.99897\n7901,1645442345,47.74305,8.99897\n7902,1645442346,47.74305,8.99897\n7903,1645442347,47.74305,8.99897\n7904,1645442348,47.74305,8.99897\n7905,1645442349,47.74305,8.99897\n7906,1645442350,47.74305,8.99897\n7907,1645442351,47.74305,8.99897\n7908,1645442352,47.74305,8.99897\n7909,1645442353,47.74305,8.99897\n7910,1645442354,47.74305,8.99897\n7911,1645442355,47.74305,8.99897\n7912,1645442356,47.74305,8.99897\n7913,1645442357,47.74305,8.99897\n7914,1645442358,47.74305,8.99897\n7915,1645442359,47.74305,8.99897\n7916,1645442360,47.74305,8.99897\n7917,1645442361,47.74305,8.99897\n7918,1645442362,47.74305,8.99897\n7919,1645442363,47.74305,8.99897\n7920,1645442364,47.74305,8.99897\n7921,1645442365,47.74305,8.99897\n7922,1645442366,47.74305,8.99897\n7923,1645442367,47.74305,8.99897\n7924,1645442368,47.74305,8.99897\n7925,1645442369,47.74305,8.99897\n7926,1645442370,47.74305,8.99897\n7927,1645442371,47.74305,8.99897\n7928,1645442372,47.74305,8.99897\n7929,1645442373,47.74305,8.99897\n7930,1645442374,47.74305,8.99897\n7931,1645442375,47.74305,8.99897\n7932,1645442376,47.74305,8.99897\n7933,1645442377,47.74305,8.99897\n7934,1645442378,47.74305,8.99897\n7935,1645442379,47.74305,8.99897\n7936,1645442380,47.74305,8.99897\n7937,1645442381,47.74305,8.99897\n7938,1645442382,47.74305,8.99897\n7939,1645442383,47.74305,8.99897\n7940,1645442384,47.74305,8.99897\n7941,1645442385,47.74305,8.99897\n7942,1645442386,47.74305,8.99897\n7943,1645442387,47.74305,8.99897\n7944,1645442388,47.74305,8.99897\n7945,1645442389,47.74305,8.99897\n7946,1645442390,47.74305,8.99897\n7947,1645442391,47.74305,8.99897\n7948,1645442392,47.74305,8.99897\n7949,1645442393,47.74305,8.99897\n7950,1645442394,47.74305,8.99897\n7951,1645442395,47.74305,8.99897\n7952,1645442396,47.74305,8.99897\n7953,1645442397,47.74305,8.99897\n7954,1645442398,47.74305,8.99897\n7955,1645442399,47.74305,8.99897\n7956,1645442400,47.74305,8.99897\n7957,1645442401,47.74305,8.99897\n7958,1645442402,47.74305,8.99897\n7959,1645442403,47.74305,8.99897\n7960,1645442404,47.74305,8.99897\n7961,1645442405,47.74305,8.99897\n7962,1645442406,47.74305,8.99896\n7963,1645442407,47.74305,8.99896\n7964,1645442408,47.74305,8.99896\n7965,1645442409,47.74305,8.99896\n7966,1645442410,47.74305,8.99895\n7967,1645442411,47.74305,8.99895\n7968,1645442412,47.74305,8.99895\n7969,1645442413,47.74305,8.99895\n7970,1645442414,47.74305,8.99895\n7971,1645442415,47.74305,8.99895\n7972,1645442416,47.74305,8.99895\n7973,1645442417,47.74305,8.99895\n7974,1645442418,47.74305,8.99895\n7975,1645442419,47.74305,8.99895\n7976,1645442420,47.74305,8.99895\n7977,1645442421,47.74305,8.99895\n7978,1645442422,47.74305,8.99895\n7979,1645442423,47.74305,8.99895\n7980,1645442424,47.74305,8.99895\n7981,1645442425,47.74305,8.99895\n7982,1645442426,47.74305,8.99895\n7983,1645442427,47.74305,8.99895\n7984,1645442428,47.74305,8.99895\n7985,1645442429,47.74305,8.99895\n7986,1645442430,47.74305,8.99895\n7987,1645442431,47.74305,8.99895\n7988,1645442432,47.74305,8.99895\n7989,1645442433,47.74305,8.99895\n7990,1645442434,47.74305,8.99895\n7991,1645442435,47.74305,8.99895\n7992,1645442436,47.74305,8.99895\n7993,1645442437,47.74305,8.99895\n7994,1645442438,47.74305,8.99895\n7995,1645442439,47.74305,8.99895\n7996,1645442440,47.74305,8.99895\n7997,1645442441,47.74305,8.99895\n7998,1645442442,47.74305,8.99895\n7999,1645442443,47.74305,8.99895\n8000,1645442444,47.74305,8.99895\n8001,1645442445,47.74305,8.99895\n8002,1645442446,47.74305,8.99895\n8003,1645442447,47.74305,8.99895\n8004,1645442448,47.74305,8.99895\n8005,1645442449,47.74305,8.99895\n8006,1645442450,47.74305,8.99895\n8007,1645442451,47.74305,8.99895\n8008,1645442452,47.74305,8.99895\n8009,1645442453,47.74305,8.99895\n8010,1645442454,47.74305,8.99895\n8011,1645442455,47.74305,8.99895\n8012,1645442456,47.74305,8.99895\n8013,1645442457,47.74305,8.99895\n8014,1645442458,47.74305,8.99895\n8015,1645442459,47.74305,8.99895\n8016,1645442460,47.74305,8.99895\n8017,1645442461,47.74305,8.99895\n8018,1645442462,47.74305,8.99895\n8019,1645442463,47.74305,8.99895\n8020,1645442464,47.74305,8.99895\n8021,1645442465,47.74305,8.99895\n8022,1645442466,47.74305,8.99895\n8023,1645442467,47.74305,8.99895\n8024,1645442468,47.74305,8.99895\n8025,1645442469,47.74305,8.99895\n8026,1645442470,47.74305,8.99895\n8027,1645442471,47.74305,8.99895\n8028,1645442472,47.74305,8.99895\n8029,1645442473,47.74305,8.99895\n8030,1645442474,47.74305,8.99895\n8031,1645442475,47.74305,8.99895\n8032,1645442476,47.74305,8.99895\n8033,1645442477,47.74305,8.99895\n8034,1645442478,47.74305,8.99895\n8035,1645442479,47.74305,8.99895\n8036,1645442480,47.74305,8.99895\n8037,1645442481,47.74305,8.99895\n8038,1645442482,47.74305,8.99895\n8039,1645442483,47.74305,8.99895\n8040,1645442484,47.74305,8.99895\n8041,1645442485,47.74305,8.99895\n8042,1645442486,47.74305,8.99895\n8043,1645442487,47.74305,8.99895\n8044,1645442488,47.74305,8.99895\n8045,1645442489,47.74305,8.99895\n8046,1645442490,47.74305,8.99895\n8047,1645442491,47.74305,8.99895\n8048,1645442492,47.74305,8.99895\n8049,1645442493,47.74305,8.99895\n8050,1645442494,47.74305,8.99895\n8051,1645442495,47.74305,8.99895\n8052,1645442496,47.74305,8.99895\n8053,1645442497,47.74305,8.99895\n8054,1645442498,47.74305,8.99895\n8055,1645442499,47.74305,8.99895\n8056,1645442500,47.74305,8.99895\n8057,1645442501,47.74305,8.99895\n8058,1645442502,47.74305,8.99895\n8059,1645442503,47.74305,8.99895\n8060,1645442504,47.74305,8.99895\n8061,1645442505,47.74305,8.99895\n8062,1645442506,47.74305,8.99895\n8063,1645442507,47.74305,8.99895\n8064,1645442508,47.74305,8.99895\n8065,1645442509,47.74305,8.99895\n8066,1645442510,47.74305,8.99895\n8067,1645442511,47.74305,8.99895\n8068,1645442512,47.74305,8.99895\n8069,1645442513,47.74305,8.99895\n8070,1645442514,47.74305,8.99895\n8071,1645442515,47.74305,8.99895\n8072,1645442516,47.74305,8.99895\n8073,1645442517,47.74305,8.99895\n8074,1645442518,47.74305,8.99895\n8075,1645442519,47.74305,8.99895\n8076,1645442520,47.74305,8.99895\n8077,1645442521,47.74305,8.99895\n8078,1645442522,47.74305,8.99895\n8079,1645442523,47.74305,8.99895\n8080,1645442524,47.74305,8.99895\n8081,1645442525,47.74305,8.99895\n8082,1645442526,47.74305,8.99895\n8083,1645442527,47.74305,8.99895\n8084,1645442528,47.74305,8.99895\n8085,1645442529,47.74305,8.99895\n8086,1645442530,47.74305,8.99895\n8087,1645442531,47.74305,8.99895\n8088,1645442532,47.74305,8.99895\n8089,1645442533,47.74305,8.99895\n8090,1645442534,47.74305,8.99895\n8091,1645442535,47.74305,8.99895\n8092,1645442536,47.74305,8.99895\n8093,1645442537,47.74305,8.99895\n8094,1645442538,47.74305,8.99895\n8095,1645442539,47.74305,8.99895\n8096,1645442540,47.74305,8.99895\n8097,1645442541,47.74305,8.99895\n8098,1645442542,47.74305,8.99895\n8099,1645442543,47.74305,8.99895\n8100,1645442544,47.74305,8.99895\n8101,1645442545,47.74305,8.99895\n8102,1645442546,47.74305,8.99895\n8103,1645442547,47.74305,8.99895\n8104,1645442548,47.74305,8.99895\n8105,1645442549,47.74305,8.99895\n8106,1645442550,47.74305,8.99895\n8107,1645442551,47.74305,8.99895\n8108,1645442552,47.74305,8.99895\n8109,1645442553,47.74305,8.99895\n8110,1645442554,47.74305,8.99895\n8111,1645442555,47.74305,8.99895\n8112,1645442556,47.74305,8.99895\n8113,1645442557,47.74305,8.99895\n8114,1645442558,47.74305,8.99895\n8115,1645442559,47.74305,8.99895\n8116,1645442560,47.74305,8.99895\n8117,1645442561,47.74305,8.99895\n8118,1645442562,47.74305,8.99895\n8119,1645442563,47.74305,8.99895\n8120,1645442564,47.74305,8.99895\n8121,1645442565,47.74305,8.99895\n8122,1645442566,47.74305,8.99895\n8123,1645442567,47.74305,8.99895\n8124,1645442568,47.74305,8.99895\n8125,1645442569,47.74305,8.99895\n8126,1645442570,47.74305,8.99895\n8127,1645442571,47.74305,8.99895\n8128,1645442572,47.74305,8.99895\n8129,1645442573,47.74305,8.99895\n8130,1645442574,47.74305,8.99895\n8131,1645442575,47.74305,8.99895\n8132,1645442576,47.74305,8.99895\n8133,1645442577,47.74305,8.99895\n8134,1645442578,47.74305,8.99895\n8135,1645442579,47.74305,8.99895\n8136,1645442580,47.74305,8.99895\n8137,1645442581,47.74305,8.99895\n8138,1645442582,47.74305,8.99895\n8139,1645442583,47.74305,8.99895\n8140,1645442584,47.74305,8.99895\n8141,1645442585,47.74305,8.99895\n8142,1645442586,47.74305,8.99895\n8143,1645442587,47.74305,8.99895\n8144,1645442588,47.74305,8.99895\n8145,1645442589,47.74306,8.99896\n8146,1645442590,47.74306,8.99896\n8147,1645442591,47.74306,8.99896\n8148,1645442592,47.74306,8.99896\n8149,1645442593,47.74306,8.99896\n8150,1645442594,47.74306,8.99896\n8151,1645442595,47.74306,8.99896\n8152,1645442596,47.74306,8.99896\n8153,1645442597,47.74306,8.99896\n8154,1645442598,47.74306,8.99896\n8155,1645442599,47.74306,8.99896\n8156,1645442600,47.74306,8.99896\n8157,1645442601,47.74306,8.99896\n8158,1645442602,47.74306,8.99896\n8159,1645442603,47.74306,8.99896\n8160,1645442604,47.74306,8.99896\n8161,1645442605,47.74306,8.99896\n8162,1645442606,47.74306,8.99896\n8163,1645442607,47.74306,8.99896\n8164,1645442608,47.74306,8.99896\n8165,1645442609,47.74306,8.99896\n8166,1645442610,47.74306,8.99896\n8167,1645442611,47.74306,8.99896\n8168,1645442612,47.74306,8.99896\n8169,1645442613,47.74306,8.99896\n8170,1645442614,47.74306,8.99896\n8171,1645442615,47.74306,8.99896\n8172,1645442616,47.74306,8.99896\n8173,1645442617,47.74306,8.99896\n8174,1645442618,47.74306,8.99896\n8175,1645442619,47.74306,8.99896\n8176,1645442620,47.74306,8.99896\n8177,1645442621,47.74306,8.99896\n8178,1645442622,47.74306,8.99896\n8179,1645442623,47.74306,8.99896\n8180,1645442624,47.74306,8.99896\n8181,1645442625,47.74306,8.99896\n8182,1645442626,47.74306,8.99896\n8183,1645442627,47.74306,8.99896\n8184,1645442628,47.74306,8.99896\n8185,1645442629,47.74306,8.99896\n8186,1645442630,47.74306,8.99896\n8187,1645442631,47.74306,8.99896\n8188,1645442632,47.74306,8.99896\n8189,1645442633,47.74306,8.99896\n8190,1645442634,47.74306,8.99896\n8191,1645442635,47.74306,8.99896\n8192,1645442636,47.74306,8.99896\n8193,1645442637,47.74306,8.99896\n8194,1645442638,47.74306,8.99896\n8195,1645442639,47.74306,8.99896\n8196,1645442640,47.74306,8.99896\n8197,1645442641,47.74306,8.99896\n8198,1645442642,47.74306,8.99896\n8199,1645442643,47.74306,8.99896\n8200,1645442644,47.74306,8.99896\n8201,1645442645,47.74306,8.99896\n8202,1645442646,47.74306,8.99896\n8203,1645442647,47.74306,8.99896\n8204,1645442648,47.74306,8.99896\n8205,1645442649,47.74306,8.99896\n8206,1645442650,47.74306,8.99896\n8207,1645442651,47.74306,8.99896\n8208,1645442652,47.74306,8.99896\n8209,1645442653,47.74306,8.99896\n8210,1645442654,47.74306,8.99896\n8211,1645442655,47.74306,8.99896\n8212,1645442656,47.74306,8.99896\n8213,1645442657,47.74306,8.99896\n8214,1645442658,47.74306,8.99896\n8215,1645442659,47.74306,8.99896\n8216,1645442660,47.74306,8.99896\n8217,1645442661,47.74306,8.99896\n8218,1645442662,47.74306,8.99896\n8219,1645442663,47.74306,8.99896\n8220,1645442664,47.74306,8.99896\n8221,1645442665,47.74306,8.99896\n8222,1645442666,47.74306,8.99896\n8223,1645442667,47.74306,8.99896\n8224,1645442668,47.74306,8.99896\n8225,1645442669,47.74306,8.99896\n8226,1645442670,47.74306,8.99896\n8227,1645442671,47.74306,8.99896\n8228,1645442672,47.74306,8.99896\n8229,1645442673,47.74306,8.99896\n8230,1645442674,47.74306,8.99897\n8231,1645442675,47.74306,8.99897\n8232,1645442676,47.74306,8.99897\n8233,1645442677,47.74306,8.99897\n8234,1645442678,47.74306,8.99897\n8235,1645442679,47.74306,8.99897\n8236,1645442680,47.74306,8.99897\n8237,1645442681,47.74306,8.99897\n8238,1645442682,47.74306,8.99897\n8239,1645442683,47.74306,8.99897\n8240,1645442684,47.74306,8.99897\n8241,1645442685,47.74305,8.99898\n8242,1645442686,47.74305,8.99898\n8243,1645442687,47.74305,8.99898\n8244,1645442688,47.74305,8.99898\n8245,1645442689,47.74305,8.99898\n8246,1645442690,47.74305,8.99898\n8247,1645442691,47.74305,8.99898\n8248,1645442692,47.74305,8.99898\n8249,1645442693,47.74305,8.99898\n8250,1645442694,47.74305,8.99898\n8251,1645442695,47.74305,8.99898\n8252,1645442696,47.74305,8.99898\n8253,1645442697,47.74305,8.99898\n8254,1645442698,47.74305,8.99898\n8255,1645442699,47.74305,8.99898\n8256,1645442700,47.74305,8.99898\n8257,1645442701,47.74305,8.99898\n8258,1645442702,47.74305,8.99898\n8259,1645442703,47.74305,8.99898\n8260,1645442704,47.74305,8.99898\n8261,1645442705,47.74305,8.99898\n8262,1645442706,47.74305,8.99898\n8263,1645442707,47.74305,8.99898\n8264,1645442708,47.74305,8.99898\n8265,1645442709,47.74305,8.99898\n8266,1645442710,47.74305,8.99898\n8267,1645442711,47.74305,8.99898\n8268,1645442712,47.74305,8.99898\n8269,1645442713,47.74305,8.99898\n8270,1645442714,47.74305,8.99898\n8271,1645442715,47.74305,8.99899\n8272,1645442716,47.74305,8.99899\n8273,1645442717,47.74305,8.99899\n8274,1645442718,47.74305,8.99899\n8275,1645442719,47.74304,8.99899\n8276,1645442720,47.74304,8.99899\n8277,1645442721,47.74304,8.99899\n8278,1645442722,47.74304,8.99899\n8279,1645442723,47.74304,8.99899\n8280,1645442724,47.74304,8.99899\n8281,1645442725,47.74304,8.99899\n8282,1645442726,47.74304,8.99899\n8283,1645442727,47.74304,8.99899\n8284,1645442728,47.74304,8.99899\n8285,1645442729,47.74304,8.99899\n8286,1645442730,47.74304,8.99899\n8287,1645442731,47.74304,8.99899\n8288,1645442732,47.74304,8.99899\n8289,1645442733,47.74304,8.99899\n8290,1645442734,47.74304,8.99899\n8291,1645442735,47.74304,8.99899\n8292,1645442736,47.74304,8.99899\n8293,1645442737,47.74304,8.99899\n8294,1645442738,47.74304,8.99899\n8295,1645442739,47.74304,8.99899\n8296,1645442740,47.74304,8.99899\n8297,1645442741,47.74304,8.99899\n8298,1645442742,47.74304,8.99899\n8299,1645442743,47.74304,8.99899\n8300,1645442744,47.74304,8.99899\n8301,1645442745,47.74303,8.99900\n8302,1645442746,47.74303,8.99900\n8303,1645442747,47.74303,8.99900\n8304,1645442748,47.74303,8.99900\n8305,1645442749,47.74303,8.99900\n8306,1645442750,47.74303,8.99900\n8307,1645442751,47.74303,8.99900\n8308,1645442752,47.74303,8.99900\n8309,1645442753,47.74303,8.99900\n8310,1645442754,47.74303,8.99900\n8311,1645442755,47.74303,8.99900\n8312,1645442756,47.74303,8.99900\n8313,1645442757,47.74303,8.99900\n8314,1645442758,47.74303,8.99900\n8315,1645442759,47.74303,8.99900\n8316,1645442760,47.74303,8.99900\n8317,1645442761,47.74303,8.99900\n8318,1645442762,47.74303,8.99900\n8319,1645442763,47.74303,8.99900\n8320,1645442764,47.74303,8.99900\n8321,1645442765,47.74303,8.99900\n8322,1645442766,47.74303,8.99900\n8323,1645442767,47.74303,8.99900\n8324,1645442768,47.74303,8.99900\n8325,1645442769,47.74303,8.99900\n8326,1645442770,47.74303,8.99900\n8327,1645442771,47.74303,8.99900\n8328,1645442772,47.74303,8.99900\n8329,1645442773,47.74303,8.99900\n8330,1645442774,47.74303,8.99900\n8331,1645442775,47.74303,8.99900\n8332,1645442776,47.74303,8.99900\n8333,1645442777,47.74303,8.99900\n8334,1645442778,47.74303,8.99900\n8335,1645442779,47.74303,8.99900\n8336,1645442780,47.74303,8.99900\n8337,1645442781,47.74303,8.99900\n8338,1645442782,47.74303,8.99900\n8339,1645442783,47.74303,8.99900\n8340,1645442784,47.74303,8.99900\n8341,1645442785,47.74303,8.99900\n8342,1645442786,47.74303,8.99900\n8343,1645442787,47.74303,8.99900\n8344,1645442788,47.74303,8.99900\n8345,1645442789,47.74303,8.99900\n8346,1645442790,47.74303,8.99900\n8347,1645442791,47.74303,8.99900\n8348,1645442792,47.74303,8.99900\n8349,1645442793,47.74303,8.99900\n8350,1645442794,47.74303,8.99900\n8351,1645442795,47.74303,8.99900\n8352,1645442796,47.74303,8.99900\n8353,1645442797,47.74303,8.99901\n8354,1645442798,47.74303,8.99901\n8355,1645442799,47.74303,8.99901\n8356,1645442800,47.74303,8.99901\n8357,1645442801,47.74303,8.99901\n8358,1645442802,47.74303,8.99901\n8359,1645442803,47.74303,8.99901\n8360,1645442804,47.74303,8.99901\n8361,1645442805,47.74303,8.99901\n8362,1645442806,47.74303,8.99901\n8363,1645442807,47.74303,8.99901\n8364,1645442808,47.74303,8.99901\n8365,1645442809,47.74303,8.99901\n8366,1645442810,47.74303,8.99901\n8367,1645442811,47.74303,8.99901\n8368,1645442812,47.74303,8.99901\n8369,1645442813,47.74303,8.99901\n8370,1645442814,47.74303,8.99901\n8371,1645442815,47.74303,8.99901\n8372,1645442816,47.74303,8.99901\n8373,1645442817,47.74303,8.99901\n8374,1645442818,47.74303,8.99901\n8375,1645442819,47.74303,8.99901\n8376,1645442820,47.74303,8.99901\n8377,1645442821,47.74303,8.99901\n8378,1645442822,47.74303,8.99901\n8379,1645442823,47.74303,8.99901\n8380,1645442824,47.74303,8.99901\n8381,1645442825,47.74303,8.99901\n8382,1645442826,47.74303,8.99901\n8383,1645442827,47.74303,8.99901\n8384,1645442828,47.74303,8.99901\n8385,1645442829,47.74303,8.99901\n8386,1645442830,47.74303,8.99901\n8387,1645442831,47.74303,8.99901\n8388,1645442832,47.74303,8.99901\n8389,1645442833,47.74303,8.99901\n8390,1645442834,47.74303,8.99901\n8391,1645442835,47.74303,8.99901\n8392,1645442836,47.74303,8.99901\n8393,1645442837,47.74303,8.99901\n8394,1645442838,47.74303,8.99901\n8395,1645442839,47.74303,8.99901\n8396,1645442840,47.74303,8.99901\n8397,1645442841,47.74303,8.99901\n8398,1645442842,47.74303,8.99901\n8399,1645442843,47.74303,8.99901\n8400,1645442844,47.74303,8.99901\n8401,1645442845,47.74303,8.99901\n8402,1645442846,47.74303,8.99901\n8403,1645442847,47.74303,8.99901\n8404,1645442848,47.74303,8.99901\n8405,1645442849,47.74303,8.99901\n8406,1645442850,47.74303,8.99901\n8407,1645442851,47.74303,8.99901\n8408,1645442852,47.74303,8.99901\n8409,1645442853,47.74303,8.99901\n8410,1645442854,47.74303,8.99901\n8411,1645442855,47.74303,8.99901\n8412,1645442856,47.74303,8.99901\n8413,1645442857,47.74303,8.99901\n8414,1645442858,47.74303,8.99901\n8415,1645442859,47.74303,8.99901\n8416,1645442860,47.74303,8.99901\n8417,1645442861,47.74303,8.99901\n8418,1645442862,47.74303,8.99901\n8419,1645442863,47.74303,8.99901\n8420,1645442864,47.74303,8.99901\n8421,1645442865,47.74303,8.99901\n8422,1645442866,47.74303,8.99901\n8423,1645442867,47.74303,8.99901\n8424,1645442868,47.74303,8.99901\n8425,1645442869,47.74303,8.99901\n8426,1645442870,47.74303,8.99901\n8427,1645442871,47.74303,8.99901\n8428,1645442872,47.74303,8.99901\n8429,1645442873,47.74303,8.99901\n8430,1645442874,47.74303,8.99901\n8431,1645442875,47.74303,8.99901\n8432,1645442876,47.74303,8.99901\n8433,1645442877,47.74303,8.99901\n8434,1645442878,47.74303,8.99901\n8435,1645442879,47.74303,8.99901\n8436,1645442880,47.74303,8.99901\n8437,1645442881,47.74303,8.99901\n8438,1645442882,47.74303,8.99901\n8439,1645442883,47.74303,8.99901\n8440,1645442884,47.74303,8.99901\n8441,1645442885,47.74303,8.99901\n8442,1645442886,47.74303,8.99902\n8443,1645442887,47.74303,8.99902\n8444,1645442888,47.74303,8.99902\n8445,1645442889,47.74303,8.99902\n8446,1645442890,47.74303,8.99902\n8447,1645442891,47.74303,8.99902\n8448,1645442892,47.74303,8.99902\n8449,1645442893,47.74303,8.99902\n8450,1645442894,47.74303,8.99902\n8451,1645442895,47.74303,8.99902\n8452,1645442896,47.74303,8.99902\n8453,1645442897,47.74303,8.99902\n8454,1645442898,47.74303,8.99902\n8455,1645442899,47.74303,8.99902\n8456,1645442900,47.74303,8.99902\n8457,1645442901,47.74303,8.99902\n8458,1645442902,47.74303,8.99902\n8459,1645442903,47.74303,8.99902\n8460,1645442904,47.74303,8.99902\n8461,1645442905,47.74303,8.99902\n8462,1645442906,47.74303,8.99902\n8463,1645442907,47.74303,8.99902\n8464,1645442908,47.74303,8.99902\n8465,1645442909,47.74303,8.99902\n8466,1645442910,47.74303,8.99902\n8467,1645442911,47.74303,8.99902\n8468,1645442912,47.74303,8.99902\n8469,1645442913,47.74303,8.99902\n8470,1645442914,47.74303,8.99902\n8471,1645442915,47.74303,8.99902\n8472,1645442916,47.74303,8.99902\n8473,1645442917,47.74303,8.99902\n8474,1645442918,47.74303,8.99902\n8475,1645442919,47.74303,8.99902\n8476,1645442920,47.74303,8.99902\n8477,1645442921,47.74303,8.99902\n8478,1645442922,47.74303,8.99902\n8479,1645442923,47.74302,8.99902\n8480,1645442924,47.74302,8.99902\n8481,1645442925,47.74302,8.99902\n8482,1645442926,47.74302,8.99902\n8483,1645442927,47.74302,8.99902\n8484,1645442928,47.74302,8.99902\n8485,1645442929,47.74302,8.99902\n8486,1645442930,47.74302,8.99902\n8487,1645442931,47.74302,8.99902\n8488,1645442932,47.74302,8.99902\n8489,1645442933,47.74302,8.99902\n8490,1645442934,47.74302,8.99902\n8491,1645442935,47.74302,8.99902\n8492,1645442936,47.74302,8.99902\n8493,1645442937,47.74302,8.99902\n8494,1645442938,47.74302,8.99902\n8495,1645442939,47.74302,8.99902\n8496,1645442940,47.74302,8.99902\n8497,1645442941,47.74302,8.99902\n8498,1645442942,47.74302,8.99902\n8499,1645442943,47.74302,8.99902\n8500,1645442944,47.74302,8.99902\n8501,1645442945,47.74302,8.99902\n8502,1645442946,47.74302,8.99902\n8503,1645442947,47.74302,8.99902\n8504,1645442948,47.74302,8.99902\n8505,1645442949,47.74302,8.99902\n8506,1645442950,47.74302,8.99902\n8507,1645442951,47.74303,8.99902\n8508,1645442952,47.74303,8.99902\n8509,1645442953,47.74303,8.99902\n8510,1645442954,47.74302,8.99902\n8511,1645442955,47.74302,8.99902\n8512,1645442956,47.74302,8.99902\n8513,1645442957,47.74302,8.99902\n8514,1645442958,47.74302,8.99902\n8515,1645442959,47.74302,8.99902\n8516,1645442960,47.74302,8.99902\n8517,1645442961,47.74302,8.99902\n8518,1645442962,47.74302,8.99902\n8519,1645442963,47.74302,8.99902\n8520,1645442964,47.74302,8.99902\n8521,1645442965,47.74302,8.99902\n8522,1645442966,47.74302,8.99902\n8523,1645442967,47.74302,8.99902\n8524,1645442968,47.74302,8.99902\n8525,1645442969,47.74302,8.99902\n8526,1645442970,47.74302,8.99902\n8527,1645442971,47.74302,8.99902\n8528,1645442972,47.74302,8.99902\n8529,1645442973,47.74302,8.99902\n8530,1645442974,47.74302,8.99902\n8531,1645442975,47.74302,8.99902\n8532,1645442976,47.74302,8.99902\n8533,1645442977,47.74302,8.99902\n8534,1645442978,47.74302,8.99902\n8535,1645442979,47.74302,8.99902\n8536,1645442980,47.74302,8.99902\n8537,1645442981,47.74302,8.99902\n8538,1645442982,47.74302,8.99902\n8539,1645442983,47.74302,8.99902\n8540,1645442984,47.74302,8.99902\n8541,1645442985,47.74302,8.99902\n8542,1645442986,47.74302,8.99902\n8543,1645442987,47.74302,8.99902\n8544,1645442988,47.74302,8.99902\n8545,1645442989,47.74302,8.99902\n8546,1645442990,47.74302,8.99902\n8547,1645442991,47.74302,8.99902\n8548,1645442992,47.74302,8.99902\n8549,1645442993,47.74302,8.99902\n8550,1645442994,47.74302,8.99902\n8551,1645442995,47.74302,8.99902\n8552,1645442996,47.74302,8.99902\n8553,1645442997,47.74302,8.99902\n8554,1645442998,47.74302,8.99902\n8555,1645442999,47.74302,8.99902\n8556,1645443000,47.74302,8.99902\n8557,1645443001,47.74302,8.99902\n8558,1645443002,47.74302,8.99902\n8559,1645443003,47.74302,8.99902\n8560,1645443004,47.74302,8.99902\n8561,1645443005,47.74302,8.99902\n8562,1645443006,47.74302,8.99902\n8563,1645443007,47.74302,8.99902\n8564,1645443008,47.74302,8.99902\n8565,1645443009,47.74302,8.99902\n8566,1645443010,47.74302,8.99902\n8567,1645443011,47.74302,8.99902\n8568,1645443012,47.74302,8.99902\n8569,1645443013,47.74302,8.99902\n8570,1645443014,47.74302,8.99902\n8571,1645443015,47.74302,8.99902\n8572,1645443016,47.74302,8.99902\n8573,1645443017,47.74302,8.99902\n8574,1645443018,47.74302,8.99902\n8575,1645443019,47.74302,8.99902\n8576,1645443020,47.74302,8.99902\n8577,1645443021,47.74302,8.99902\n8578,1645443022,47.74302,8.99902\n8579,1645443023,47.74302,8.99902\n8580,1645443024,47.74302,8.99902\n8581,1645443025,47.74302,8.99902\n8582,1645443026,47.74303,8.99902\n8583,1645443027,47.74303,8.99902\n8584,1645443028,47.74303,8.99902\n8585,1645443029,47.74303,8.99902\n8586,1645443030,47.74303,8.99902\n8587,1645443031,47.74303,8.99902\n8588,1645443032,47.74303,8.99902\n8589,1645443033,47.74303,8.99902\n8590,1645443034,47.74303,8.99902\n8591,1645443035,47.74303,8.99902\n8592,1645443036,47.74303,8.99902\n8593,1645443037,47.74303,8.99902\n8594,1645443038,47.74303,8.99902\n8595,1645443039,47.74303,8.99902\n8596,1645443040,47.74303,8.99902\n8597,1645443041,47.74303,8.99902\n8598,1645443042,47.74303,8.99902\n8599,1645443043,47.74303,8.99902\n8600,1645443044,47.74303,8.99902\n8601,1645443045,47.74303,8.99902\n8602,1645443046,47.74303,8.99902\n8603,1645443047,47.74303,8.99902\n8604,1645443048,47.74303,8.99902\n8605,1645443049,47.74303,8.99902\n8606,1645443050,47.74303,8.99902\n8607,1645443051,47.74303,8.99902\n8608,1645443052,47.74303,8.99902\n8609,1645443053,47.74303,8.99902\n8610,1645443054,47.74303,8.99902\n8611,1645443055,47.74303,8.99902\n8612,1645443056,47.74303,8.99902\n8613,1645443057,47.74303,8.99902\n8614,1645443058,47.74303,8.99902\n8615,1645443059,47.74303,8.99902\n8616,1645443060,47.74303,8.99902\n8617,1645443061,47.74303,8.99902\n8618,1645443062,47.74303,8.99902\n8619,1645443063,47.74303,8.99902\n8620,1645443064,47.74303,8.99902\n8621,1645443065,47.74303,8.99902\n8622,1645443066,47.74303,8.99902\n8623,1645443067,47.74303,8.99902\n8624,1645443068,47.74303,8.99902\n8625,1645443069,47.74303,8.99902\n8626,1645443070,47.74303,8.99902\n8627,1645443071,47.74303,8.99902\n8628,1645443072,47.74303,8.99902\n8629,1645443073,47.74303,8.99902\n8630,1645443074,47.74303,8.99902\n8631,1645443075,47.74303,8.99902\n8632,1645443076,47.74303,8.99902\n8633,1645443077,47.74303,8.99902\n8634,1645443078,47.74303,8.99902\n8635,1645443079,47.74303,8.99902\n8636,1645443080,47.74303,8.99902\n8637,1645443081,47.74303,8.99902\n8638,1645443082,47.74303,8.99902\n8639,1645443083,47.74303,8.99902\n8640,1645443084,47.74303,8.99902\n8641,1645443085,47.74303,8.99902\n8642,1645443086,47.74303,8.99902\n8643,1645443087,47.74303,8.99902\n8644,1645443088,47.74303,8.99902\n8645,1645443089,47.74303,8.99902\n8646,1645443090,47.74303,8.99902\n8647,1645443091,47.74303,8.99902\n8648,1645443092,47.74303,8.99902\n8649,1645443093,47.74303,8.99902\n8650,1645443094,47.74303,8.99902\n8651,1645443095,47.74303,8.99902\n8652,1645443096,47.74303,8.99902\n8653,1645443097,47.74303,8.99902\n8654,1645443098,47.74303,8.99902\n8655,1645443099,47.74303,8.99902\n8656,1645443100,47.74303,8.99902\n8657,1645443101,47.74303,8.99902\n8658,1645443102,47.74303,8.99902\n8659,1645443103,47.74303,8.99902\n8660,1645443104,47.74303,8.99901\n8661,1645443105,47.74303,8.99901\n8662,1645443106,47.74303,8.99901\n8663,1645443107,47.74303,8.99901\n8664,1645443108,47.74303,8.99901\n8665,1645443109,47.74303,8.99901\n8666,1645443110,47.74303,8.99901\n8667,1645443111,47.74303,8.99901\n8668,1645443112,47.74303,8.99901\n8669,1645443113,47.74303,8.99901\n8670,1645443114,47.74303,8.99901\n8671,1645443115,47.74303,8.99901\n8672,1645443116,47.74303,8.99901\n8673,1645443117,47.74303,8.99901\n8674,1645443118,47.74303,8.99901\n8675,1645443119,47.74303,8.99901\n8676,1645443120,47.74303,8.99901\n8677,1645443121,47.74303,8.99901\n8678,1645443122,47.74303,8.99901\n8679,1645443123,47.74303,8.99901\n8680,1645443124,47.74303,8.99901\n8681,1645443125,47.74303,8.99901\n8682,1645443126,47.74303,8.99901\n8683,1645443127,47.74303,8.99901\n8684,1645443128,47.74303,8.99901\n8685,1645443129,47.74303,8.99901\n8686,1645443130,47.74303,8.99901\n8687,1645443131,47.74303,8.99901\n8688,1645443132,47.74303,8.99901\n8689,1645443133,47.74303,8.99901\n8690,1645443134,47.74303,8.99901\n8691,1645443135,47.74303,8.99901\n8692,1645443136,47.74303,8.99901\n8693,1645443137,47.74303,8.99901\n8694,1645443138,47.74303,8.99901\n8695,1645443139,47.74303,8.99901\n8696,1645443140,47.74303,8.99901\n8697,1645443141,47.74303,8.99901\n8698,1645443142,47.74303,8.99901\n8699,1645443143,47.74303,8.99901\n8700,1645443144,47.74303,8.99901\n8701,1645443145,47.74303,8.99901\n8702,1645443146,47.74303,8.99901\n8703,1645443147,47.74303,8.99901\n8704,1645443148,47.74303,8.99901\n8705,1645443149,47.74303,8.99901\n8706,1645443150,47.74303,8.99901\n8707,1645443151,47.74303,8.99901\n8708,1645443152,47.74303,8.99901\n8709,1645443153,47.74303,8.99901\n8710,1645443154,47.74303,8.99901\n8711,1645443155,47.74303,8.99901\n8712,1645443156,47.74303,8.99901\n8713,1645443157,47.74303,8.99901\n8714,1645443158,47.74303,8.99901\n8715,1645443159,47.74303,8.99901\n8716,1645443160,47.74303,8.99901\n8717,1645443161,47.74303,8.99901\n8718,1645443162,47.74303,8.99901\n8719,1645443163,47.74303,8.99901\n8720,1645443164,47.74303,8.99901\n8721,1645443165,47.74303,8.99901\n8722,1645443166,47.74303,8.99901\n8723,1645443167,47.74303,8.99901\n8724,1645443168,47.74303,8.99901\n8725,1645443169,47.74303,8.99901\n8726,1645443170,47.74303,8.99901\n8727,1645443171,47.74303,8.99901\n8728,1645443172,47.74303,8.99901\n8729,1645443173,47.74303,8.99901\n8730,1645443174,47.74303,8.99901\n8731,1645443175,47.74303,8.99901\n8732,1645443176,47.74303,8.99901\n8733,1645443177,47.74303,8.99901\n8734,1645443178,47.74303,8.99901\n8735,1645443179,47.74303,8.99901\n8736,1645443180,47.74303,8.99901\n8737,1645443181,47.74303,8.99901\n8738,1645443182,47.74303,8.99901\n8739,1645443183,47.74303,8.99901\n8740,1645443184,47.74303,8.99901\n8741,1645443185,47.74303,8.99901\n8742,1645443186,47.74303,8.99901\n8743,1645443187,47.74303,8.99901\n8744,1645443188,47.74303,8.99901\n8745,1645443189,47.74303,8.99901\n8746,1645443190,47.74303,8.99901\n8747,1645443191,47.74303,8.99901\n8748,1645443192,47.74303,8.99901\n8749,1645443193,47.74303,8.99901\n8750,1645443194,47.74303,8.99901\n8751,1645443195,47.74303,8.99901\n8752,1645443196,47.74303,8.99901\n8753,1645443197,47.74303,8.99901\n8754,1645443198,47.74303,8.99901\n8755,1645443199,47.74303,8.99901\n8756,1645443200,47.74303,8.99901\n8757,1645443201,47.74303,8.99901\n8758,1645443202,47.74303,8.99901\n8759,1645443203,47.74303,8.99901\n8760,1645443204,47.74303,8.99901\n8761,1645443205,47.74303,8.99901\n8762,1645443206,47.74303,8.99901\n8763,1645443207,47.74303,8.99901\n8764,1645443208,47.74303,8.99901\n8765,1645443209,47.74303,8.99901\n8766,1645443210,47.74303,8.99901\n8767,1645443211,47.74303,8.99901\n8768,1645443212,47.74303,8.99901\n8769,1645443213,47.74303,8.99901\n8770,1645443214,47.74303,8.99901\n8771,1645443215,47.74303,8.99901\n8772,1645443216,47.74303,8.99901\n8773,1645443217,47.74303,8.99901\n8774,1645443218,47.74303,8.99901\n8775,1645443219,47.74303,8.99901\n8776,1645443220,47.74303,8.99901\n8777,1645443221,47.74303,8.99901\n8778,1645443222,47.74303,8.99901\n8779,1645443223,47.74303,8.99901\n8780,1645443224,47.74303,8.99901\n8781,1645443225,47.74303,8.99901\n8782,1645443226,47.74303,8.99901\n8783,1645443227,47.74303,8.99901\n8784,1645443228,47.74303,8.99901\n8785,1645443229,47.74303,8.99901\n8786,1645443230,47.74303,8.99901\n8787,1645443231,47.74303,8.99901\n8788,1645443232,47.74303,8.99901\n8789,1645443233,47.74303,8.99901\n8790,1645443234,47.74303,8.99901\n8791,1645443235,47.74303,8.99901\n8792,1645443236,47.74303,8.99901\n8793,1645443237,47.74303,8.99901\n8794,1645443238,47.74303,8.99901\n8795,1645443239,47.74303,8.99901\n8796,1645443240,47.74303,8.99901\n8797,1645443241,47.74303,8.99901\n8798,1645443242,47.74303,8.99901\n8799,1645443243,47.74303,8.99901\n8800,1645443244,47.74303,8.99901\n8801,1645443245,47.74303,8.99901\n8802,1645443246,47.74303,8.99901\n8803,1645443247,47.74303,8.99901\n8804,1645443248,47.74303,8.99901\n8805,1645443249,47.74303,8.99901\n8806,1645443250,47.74303,8.99901\n8807,1645443251,47.74303,8.99901\n8808,1645443252,47.74303,8.99901\n8809,1645443253,47.74303,8.99901\n8810,1645443254,47.74303,8.99901\n8811,1645443255,47.74303,8.99901\n8812,1645443256,47.74303,8.99901\n8813,1645443257,47.74303,8.99901\n8814,1645443258,47.74303,8.99901\n8815,1645443259,47.74303,8.99901\n8816,1645443260,47.74303,8.99901\n8817,1645443261,47.74303,8.99901\n8818,1645443262,47.74303,8.99901\n8819,1645443263,47.74303,8.99901\n8820,1645443264,47.74303,8.99901\n8821,1645443265,47.74303,8.99901\n8822,1645443266,47.74303,8.99901\n8823,1645443267,47.74303,8.99901\n8824,1645443268,47.74303,8.99901\n8825,1645443269,47.74303,8.99901\n8826,1645443270,47.74303,8.99901\n8827,1645443271,47.74303,8.99901\n8828,1645443272,47.74303,8.99901\n8829,1645443273,47.74303,8.99901\n8830,1645443274,47.74303,8.99901\n8831,1645443275,47.74303,8.99901\n8832,1645443276,47.74303,8.99901\n8833,1645443277,47.74303,8.99901\n8834,1645443278,47.74303,8.99901\n8835,1645443279,47.74303,8.99901\n8836,1645443280,47.74303,8.99901\n8837,1645443281,47.74303,8.99901\n8838,1645443282,47.74303,8.99901\n8839,1645443283,47.74303,8.99901\n8840,1645443284,47.74303,8.99901\n8841,1645443285,47.74303,8.99901\n8842,1645443286,47.74303,8.99901\n8843,1645443287,47.74303,8.99901\n8844,1645443288,47.74303,8.99901\n8845,1645443289,47.74303,8.99901\n8846,1645443290,47.74303,8.99901\n8847,1645443291,47.74303,8.99901\n8848,1645443292,47.74303,8.99901\n8849,1645443293,47.74303,8.99901\n8850,1645443294,47.74303,8.99901\n8851,1645443295,47.74303,8.99901\n8852,1645443296,47.74303,8.99901\n8853,1645443297,47.74303,8.99901\n8854,1645443298,47.74303,8.99901\n8855,1645443299,47.74303,8.99901\n8856,1645443300,47.74303,8.99901\n8857,1645443301,47.74303,8.99900\n8858,1645443302,47.74303,8.99900\n8859,1645443303,47.74303,8.99900\n8860,1645443304,47.74303,8.99900\n8861,1645443305,47.74303,8.99900\n8862,1645443306,47.74303,8.99900\n8863,1645443307,47.74303,8.99900\n8864,1645443308,47.74303,8.99900\n8865,1645443309,47.74303,8.99900\n8866,1645443310,47.74303,8.99900\n8867,1645443311,47.74303,8.99900\n8868,1645443312,47.74303,8.99900\n8869,1645443313,47.74303,8.99900\n8870,1645443314,47.74303,8.99900\n8871,1645443315,47.74303,8.99900\n8872,1645443316,47.74303,8.99900\n8873,1645443317,47.74303,8.99900\n8874,1645443318,47.74303,8.99900\n8875,1645443319,47.74303,8.99900\n8876,1645443320,47.74303,8.99900\n8877,1645443321,47.74303,8.99900\n8878,1645443322,47.74303,8.99900\n8879,1645443323,47.74303,8.99900\n8880,1645443324,47.74303,8.99900\n8881,1645443325,47.74303,8.99900\n8882,1645443326,47.74303,8.99900\n8883,1645443327,47.74303,8.99900\n8884,1645443328,47.74303,8.99900\n8885,1645443329,47.74303,8.99900\n8886,1645443330,47.74303,8.99900\n8887,1645443331,47.74303,8.99900\n8888,1645443332,47.74303,8.99900\n8889,1645443333,47.74303,8.99900\n8890,1645443334,47.74303,8.99900\n8891,1645443335,47.74303,8.99900\n8892,1645443336,47.74303,8.99900\n8893,1645443337,47.74303,8.99900\n8894,1645443338,47.74303,8.99900\n8895,1645443339,47.74303,8.99900\n8896,1645443340,47.74303,8.99900\n8897,1645443341,47.74303,8.99900\n8898,1645443342,47.74303,8.99900\n8899,1645443343,47.74303,8.99900\n8900,1645443344,47.74303,8.99900\n8901,1645443345,47.74303,8.99900\n8902,1645443346,47.74303,8.99900\n8903,1645443347,47.74303,8.99900\n8904,1645443348,47.74303,8.99900\n8905,1645443349,47.74303,8.99900\n8906,1645443350,47.74303,8.99900\n8907,1645443351,47.74303,8.99900\n8908,1645443352,47.74303,8.99900\n8909,1645443353,47.74303,8.99900\n8910,1645443354,47.74303,8.99900\n8911,1645443355,47.74303,8.99900\n8912,1645443356,47.74303,8.99900\n8913,1645443357,47.74303,8.99900\n8914,1645443358,47.74303,8.99900\n8915,1645443359,47.74303,8.99900\n8916,1645443360,47.74303,8.99900\n8917,1645443361,47.74303,8.99900\n8918,1645443362,47.74303,8.99900\n8919,1645443363,47.74303,8.99900\n8920,1645443364,47.74303,8.99900\n8921,1645443365,47.74303,8.99900\n8922,1645443366,47.74303,8.99900\n8923,1645443367,47.74303,8.99900\n8924,1645443368,47.74303,8.99900\n8925,1645443369,47.74303,8.99900\n8926,1645443370,47.74303,8.99900\n8927,1645443371,47.74303,8.99900\n8928,1645443372,47.74303,8.99900\n8929,1645443373,47.74303,8.99900\n8930,1645443374,47.74303,8.99900\n8931,1645443375,47.74303,8.99900\n8932,1645443376,47.74303,8.99900\n8933,1645443377,47.74303,8.99900\n8934,1645443378,47.74303,8.99900\n8935,1645443379,47.74303,8.99900\n8936,1645443380,47.74303,8.99900\n8937,1645443381,47.74303,8.99900\n8938,1645443382,47.74303,8.99900\n8939,1645443383,47.74303,8.99900\n8940,1645443384,47.74303,8.99900\n8941,1645443385,47.74303,8.99900\n8942,1645443386,47.74303,8.99900\n8943,1645443387,47.74303,8.99900\n8944,1645443388,47.74303,8.99900\n8945,1645443389,47.74303,8.99900\n8946,1645443390,47.74303,8.99900\n8947,1645443391,47.74303,8.99900\n8948,1645443392,47.74303,8.99900\n8949,1645443393,47.74303,8.99900\n8950,1645443394,47.74303,8.99900\n8951,1645443395,47.74303,8.99900\n8952,1645443396,47.74303,8.99900\n8953,1645443397,47.74303,8.99900\n8954,1645443398,47.74303,8.99900\n8955,1645443399,47.74303,8.99900\n8956,1645443400,47.74303,8.99900\n8957,1645443401,47.74303,8.99900\n8958,1645443402,47.74303,8.99900\n8959,1645443403,47.74303,8.99900\n8960,1645443404,47.74303,8.99900\n8961,1645443405,47.74303,8.99900\n8962,1645443406,47.74303,8.99900\n8963,1645443407,47.74303,8.99900\n8964,1645443408,47.74303,8.99900\n8965,1645443409,47.74303,8.99900\n8966,1645443410,47.74303,8.99900\n8967,1645443411,47.74303,8.99900\n8968,1645443412,47.74303,8.99900\n8969,1645443413,47.74303,8.99900\n8970,1645443414,47.74303,8.99900\n8971,1645443415,47.74303,8.99900\n8972,1645443416,47.74303,8.99900\n8973,1645443417,47.74303,8.99900\n8974,1645443418,47.74303,8.99900\n8975,1645443419,47.74303,8.99900\n8976,1645443420,47.74303,8.99900\n8977,1645443421,47.74303,8.99900\n8978,1645443422,47.74303,8.99900\n8979,1645443423,47.74303,8.99900\n8980,1645443424,47.74303,8.99900\n8981,1645443425,47.74303,8.99900\n8982,1645443426,47.74303,8.99900\n8983,1645443427,47.74303,8.99900\n8984,1645443428,47.74303,8.99900\n8985,1645443429,47.74303,8.99900\n8986,1645443430,47.74303,8.99900\n8987,1645443431,47.74303,8.99900\n8988,1645443432,47.74303,8.99900\n8989,1645443433,47.74303,8.99900\n8990,1645443434,47.74303,8.99900\n8991,1645443435,47.74303,8.99900\n8992,1645443436,47.74303,8.99900\n8993,1645443437,47.74303,8.99900\n8994,1645443438,47.74303,8.99900\n8995,1645443439,47.74303,8.99900\n8996,1645443440,47.74303,8.99900\n8997,1645443441,47.74303,8.99900\n8998,1645443442,47.74303,8.99900\n8999,1645443443,47.74303,8.99900\n9000,1645443444,47.74303,8.99900\n9001,1645443445,47.74303,8.99900\n9002,1645443446,47.74303,8.99900\n9003,1645443447,47.74303,8.99900\n9004,1645443448,47.74303,8.99900\n9005,1645443449,47.74303,8.99900\n9006,1645443450,47.74303,8.99900\n9007,1645443451,47.74303,8.99900\n9008,1645443452,47.74303,8.99900\n9009,1645443453,47.74303,8.99900\n9010,1645443454,47.74303,8.99900\n9011,1645443455,47.74303,8.99900\n9012,1645443456,47.74303,8.99900\n9013,1645443457,47.74303,8.99900\n9014,1645443458,47.74303,8.99900\n9015,1645443459,47.74303,8.99900\n9016,1645443460,47.74303,8.99900\n9017,1645443461,47.74303,8.99900\n9018,1645443462,47.74303,8.99900\n9019,1645443463,47.74303,8.99900\n9020,1645443464,47.74303,8.99900\n9021,1645443465,47.74303,8.99900\n9022,1645443466,47.74303,8.99900\n9023,1645443467,47.74303,8.99900\n9024,1645443468,47.74303,8.99900\n9025,1645443469,47.74303,8.99900\n9026,1645443470,47.74303,8.99900\n9027,1645443471,47.74303,8.99900\n9028,1645443472,47.74303,8.99900\n9029,1645443473,47.74303,8.99900\n9030,1645443474,47.74303,8.99900\n9031,1645443475,47.74303,8.99900\n9032,1645443476,47.74303,8.99900\n9033,1645443477,47.74303,8.99900\n9034,1645443478,47.74303,8.99900\n9035,1645443479,47.74303,8.99900\n9036,1645443480,47.74303,8.99899\n9037,1645443481,47.74303,8.99899\n9038,1645443482,47.74303,8.99899\n9039,1645443483,47.74303,8.99899\n9040,1645443484,47.74303,8.99899\n9041,1645443485,47.74303,8.99899\n9042,1645443486,47.74303,8.99899\n9043,1645443487,47.74303,8.99899\n9044,1645443488,47.74303,8.99899\n9045,1645443489,47.74303,8.99899\n9046,1645443490,47.74303,8.99899\n9047,1645443491,47.74303,8.99899\n9048,1645443492,47.74303,8.99899\n9049,1645443493,47.74303,8.99899\n9050,1645443494,47.74303,8.99899\n9051,1645443495,47.74303,8.99899\n9052,1645443496,47.74303,8.99899\n9053,1645443497,47.74303,8.99899\n9054,1645443498,47.74303,8.99899\n9055,1645443499,47.74303,8.99899\n9056,1645443500,47.74303,8.99899\n9057,1645443501,47.74303,8.99899\n9058,1645443502,47.74303,8.99899\n9059,1645443503,47.74303,8.99899\n9060,1645443504,47.74303,8.99899\n9061,1645443505,47.74303,8.99899\n9062,1645443506,47.74303,8.99899\n9063,1645443507,47.74303,8.99899\n9064,1645443508,47.74303,8.99899\n9065,1645443509,47.74303,8.99899\n9066,1645443510,47.74303,8.99899\n9067,1645443511,47.74303,8.99899\n9068,1645443512,47.74303,8.99899\n9069,1645443513,47.74303,8.99899\n9070,1645443514,47.74303,8.99899\n9071,1645443515,47.74303,8.99899\n9072,1645443516,47.74303,8.99899\n9073,1645443517,47.74303,8.99899\n9074,1645443518,47.74303,8.99899\n9075,1645443519,47.74303,8.99899\n9076,1645443520,47.74303,8.99899\n9077,1645443521,47.74303,8.99899\n9078,1645443522,47.74303,8.99899\n9079,1645443523,47.74303,8.99899\n9080,1645443524,47.74303,8.99899\n9081,1645443525,47.74303,8.99899\n9082,1645443526,47.74303,8.99899\n9083,1645443527,47.74303,8.99899\n9084,1645443528,47.74303,8.99899\n9085,1645443529,47.74303,8.99899\n9086,1645443530,47.74303,8.99899\n9087,1645443531,47.74303,8.99899\n9088,1645443532,47.74303,8.99899\n9089,1645443533,47.74303,8.99899\n9090,1645443534,47.74303,8.99899\n9091,1645443535,47.74303,8.99899\n9092,1645443536,47.74303,8.99899\n9093,1645443537,47.74303,8.99899\n9094,1645443538,47.74303,8.99899\n9095,1645443539,47.74303,8.99899\n9096,1645443540,47.74303,8.99899\n9097,1645443541,47.74303,8.99899\n9098,1645443542,47.74303,8.99899\n9099,1645443543,47.74303,8.99899\n9100,1645443544,47.74303,8.99899\n9101,1645443545,47.74303,8.99899\n9102,1645443546,47.74303,8.99899\n9103,1645443547,47.74303,8.99899\n9104,1645443548,47.74303,8.99899\n9105,1645443549,47.74303,8.99899\n9106,1645443550,47.74303,8.99899\n9107,1645443551,47.74303,8.99899\n9108,1645443552,47.74303,8.99899\n9109,1645443553,47.74303,8.99899\n9110,1645443554,47.74303,8.99899\n9111,1645443555,47.74303,8.99899\n9112,1645443556,47.74303,8.99899\n9113,1645443557,47.74303,8.99899\n9114,1645443558,47.74303,8.99899\n9115,1645443559,47.74303,8.99899\n9116,1645443560,47.74303,8.99899\n9117,1645443561,47.74303,8.99899\n9118,1645443562,47.74303,8.99899\n9119,1645443563,47.74303,8.99899\n9120,1645443564,47.74303,8.99899\n9121,1645443565,47.74303,8.99899\n9122,1645443566,47.74303,8.99899\n9123,1645443567,47.74303,8.99899\n9124,1645443568,47.74303,8.99899\n9125,1645443569,47.74303,8.99899\n9126,1645443570,47.74303,8.99899\n9127,1645443571,47.74303,8.99899\n9128,1645443572,47.74303,8.99899\n9129,1645443573,47.74303,8.99899\n9130,1645443574,47.74303,8.99899\n9131,1645443575,47.74303,8.99899\n9132,1645443576,47.74303,8.99899\n9133,1645443577,47.74303,8.99899\n9134,1645443578,47.74303,8.99899\n9135,1645443579,47.74303,8.99899\n9136,1645443580,47.74303,8.99899\n9137,1645443581,47.74303,8.99899\n9138,1645443582,47.74304,8.99899\n9139,1645443583,47.74304,8.99899\n9140,1645443584,47.74304,8.99899\n9141,1645443585,47.74304,8.99898\n9142,1645443586,47.74304,8.99898\n9143,1645443587,47.74304,8.99898\n9144,1645443588,47.74304,8.99898\n9145,1645443589,47.74304,8.99898\n9146,1645443590,47.74304,8.99898\n9147,1645443591,47.74304,8.99898\n9148,1645443592,47.74304,8.99898\n9149,1645443593,47.74304,8.99898\n9150,1645443594,47.74304,8.99898\n9151,1645443595,47.74304,8.99898\n9152,1645443596,47.74304,8.99898\n9153,1645443597,47.74304,8.99898\n9154,1645443598,47.74304,8.99898\n9155,1645443599,47.74304,8.99898\n9156,1645443600,47.74304,8.99898\n9157,1645443601,47.74304,8.99898\n9158,1645443602,47.74304,8.99898\n9159,1645443603,47.74304,8.99898\n9160,1645443604,47.74304,8.99898\n9161,1645443605,47.74304,8.99898\n9162,1645443606,47.74304,8.99898\n9163,1645443607,47.74304,8.99898\n9164,1645443608,47.74304,8.99898\n9165,1645443609,47.74304,8.99898\n9166,1645443610,47.74304,8.99898\n9167,1645443611,47.74304,8.99898\n9168,1645443612,47.74304,8.99898\n9169,1645443613,47.74304,8.99898\n9170,1645443614,47.74304,8.99898\n9171,1645443615,47.74304,8.99898\n9172,1645443616,47.74304,8.99898\n9173,1645443617,47.74304,8.99898\n9174,1645443618,47.74304,8.99898\n9175,1645443619,47.74304,8.99898\n9176,1645443620,47.74304,8.99898\n9177,1645443621,47.74304,8.99898\n9178,1645443622,47.74304,8.99898\n9179,1645443623,47.74304,8.99898\n9180,1645443624,47.74304,8.99898\n9181,1645443625,47.74304,8.99898\n9182,1645443626,47.74304,8.99898\n9183,1645443627,47.74304,8.99898\n9184,1645443628,47.74304,8.99898\n9185,1645443629,47.74304,8.99898\n9186,1645443630,47.74304,8.99898\n9187,1645443631,47.74304,8.99898\n9188,1645443632,47.74304,8.99898\n9189,1645443633,47.74304,8.99898\n9190,1645443634,47.74304,8.99898\n9191,1645443635,47.74304,8.99898\n9192,1645443636,47.74304,8.99898\n9193,1645443637,47.74304,8.99898\n9194,1645443638,47.74304,8.99898\n9195,1645443639,47.74304,8.99898\n9196,1645443640,47.74304,8.99898\n9197,1645443641,47.74304,8.99898\n9198,1645443642,47.74304,8.99898\n9199,1645443643,47.74304,8.99898\n9200,1645443644,47.74304,8.99898\n9201,1645443645,47.74304,8.99898\n9202,1645443646,47.74304,8.99898\n9203,1645443647,47.74304,8.99898\n9204,1645443648,47.74304,8.99898\n9205,1645443649,47.74304,8.99898\n9206,1645443650,47.74304,8.99898\n9207,1645443651,47.74304,8.99898\n9208,1645443652,47.74304,8.99898\n9209,1645443653,47.74304,8.99898\n9210,1645443654,47.74304,8.99898\n9211,1645443655,47.74304,8.99898\n9212,1645443656,47.74304,8.99898\n9213,1645443657,47.74304,8.99898\n9214,1645443658,47.74304,8.99898\n9215,1645443659,47.74304,8.99898\n9216,1645443660,47.74304,8.99898\n9217,1645443661,47.74304,8.99898\n9218,1645443662,47.74304,8.99898\n9219,1645443663,47.74304,8.99898\n9220,1645443664,47.74304,8.99898\n9221,1645443665,47.74304,8.99898\n9222,1645443666,47.74304,8.99898\n9223,1645443667,47.74304,8.99898\n9224,1645443668,47.74304,8.99898\n9225,1645443669,47.74304,8.99898\n9226,1645443670,47.74304,8.99898\n9227,1645443671,47.74304,8.99898\n9228,1645443672,47.74304,8.99898\n9229,1645443673,47.74304,8.99898\n9230,1645443674,47.74304,8.99898\n9231,1645443675,47.74304,8.99898\n9232,1645443676,47.74304,8.99898\n9233,1645443677,47.74304,8.99898\n9234,1645443678,47.74304,8.99898\n9235,1645443679,47.74304,8.99898\n9236,1645443680,47.74304,8.99898\n9237,1645443681,47.74305,8.99898\n9238,1645443682,47.74306,8.99897\n9239,1645443683,47.74306,8.99897\n9240,1645443684,47.74306,8.99897\n9241,1645443685,47.74307,8.99897\n9242,1645443686,47.74307,8.99897\n9243,1645443687,47.74307,8.99897\n9244,1645443688,47.74307,8.99897\n9245,1645443689,47.74308,8.99897\n9246,1645443690,47.74307,8.99896\n9247,1645443691,47.74307,8.99896\n9248,1645443692,47.74307,8.99896\n9249,1645443693,47.74307,8.99896\n9250,1645443694,47.74307,8.99895\n9251,1645443695,47.74306,8.99895\n9252,1645443696,47.74306,8.99895\n9253,1645443697,47.74306,8.99895\n9254,1645443698,47.74306,8.99895\n9255,1645443699,47.74306,8.99895\n9256,1645443700,47.74306,8.99895\n9257,1645443701,47.74306,8.99895\n9258,1645443702,47.74306,8.99895\n9259,1645443703,47.74306,8.99895\n9260,1645443704,47.74306,8.99895\n9261,1645443705,47.74305,8.99895\n9262,1645443706,47.74305,8.99895\n9263,1645443707,47.74305,8.99895\n9264,1645443708,47.74305,8.99895\n9265,1645443709,47.74305,8.99895\n9266,1645443710,47.74305,8.99895\n9267,1645443711,47.74305,8.99895\n9268,1645443712,47.74305,8.99895\n9269,1645443713,47.74305,8.99896\n9270,1645443714,47.74305,8.99896\n9271,1645443715,47.74305,8.99896\n9272,1645443716,47.74305,8.99896\n9273,1645443717,47.74305,8.99896\n9274,1645443718,47.74305,8.99896\n9275,1645443719,47.74305,8.99896\n9276,1645443720,47.74305,8.99896\n9277,1645443721,47.74305,8.99896\n9278,1645443722,47.74305,8.99896\n9279,1645443723,47.74305,8.99897\n9280,1645443724,47.74305,8.99897\n9281,1645443725,47.74305,8.99897\n9282,1645443726,47.74305,8.99897\n9283,1645443727,47.74305,8.99897\n9284,1645443728,47.74304,8.99897\n9285,1645443729,47.74304,8.99897\n9286,1645443730,47.74304,8.99897\n9287,1645443731,47.74304,8.99898\n9288,1645443732,47.74304,8.99898\n9289,1645443733,47.74304,8.99898\n9290,1645443734,47.74304,8.99898\n9291,1645443735,47.74304,8.99898\n9292,1645443736,47.74304,8.99898\n9293,1645443737,47.74304,8.99898\n9294,1645443738,47.74304,8.99898\n9295,1645443739,47.74304,8.99898\n9296,1645443740,47.74304,8.99898\n9297,1645443741,47.74304,8.99898\n9298,1645443742,47.74304,8.99898\n9299,1645443743,47.74304,8.99898\n9300,1645443744,47.74304,8.99898\n9301,1645443745,47.74304,8.99898\n9302,1645443746,47.74304,8.99898\n9303,1645443747,47.74304,8.99898\n9304,1645443748,47.74304,8.99898\n9305,1645443749,47.74304,8.99898\n9306,1645443750,47.74304,8.99898\n9307,1645443751,47.74304,8.99898\n9308,1645443752,47.74304,8.99899\n9309,1645443753,47.74304,8.99899\n9310,1645443754,47.74304,8.99899\n9311,1645443755,47.74304,8.99899\n9312,1645443756,47.74304,8.99899\n9313,1645443757,47.74304,8.99899\n9314,1645443758,47.74304,8.99899\n9315,1645443759,47.74304,8.99899\n9316,1645443760,47.74304,8.99899\n9317,1645443761,47.74304,8.99899\n9318,1645443762,47.74304,8.99899\n9319,1645443763,47.74304,8.99899\n9320,1645443764,47.74304,8.99899\n9321,1645443765,47.74304,8.99899\n9322,1645443766,47.74304,8.99899\n9323,1645443767,47.74304,8.99899\n9324,1645443768,47.74304,8.99899\n9325,1645443769,47.74304,8.99899\n9326,1645443770,47.74304,8.99899\n9327,1645443771,47.74304,8.99899\n9328,1645443772,47.74304,8.99899\n9329,1645443773,47.74304,8.99899\n9330,1645443774,47.74304,8.99899\n9331,1645443775,47.74304,8.99899\n9332,1645443776,47.74304,8.99899\n9333,1645443777,47.74304,8.99899\n9334,1645443778,47.74304,8.99899\n9335,1645443779,47.74304,8.99899\n9336,1645443780,47.74304,8.99899\n9337,1645443781,47.74304,8.99899\n9338,1645443782,47.74304,8.99899\n9339,1645443783,47.74304,8.99899\n9340,1645443784,47.74304,8.99899\n9341,1645443785,47.74304,8.99899\n9342,1645443786,47.74304,8.99899\n9343,1645443787,47.74304,8.99899\n9344,1645443788,47.74304,8.99899\n9345,1645443789,47.74304,8.99899\n9346,1645443790,47.74304,8.99899\n9347,1645443791,47.74304,8.99899\n9348,1645443792,47.74304,8.99899\n9349,1645443793,47.74304,8.99899\n9350,1645443794,47.74304,8.99899\n9351,1645443795,47.74304,8.99899\n9352,1645443796,47.74304,8.99899\n9353,1645443797,47.74304,8.99899\n9354,1645443798,47.74304,8.99899\n9355,1645443799,47.74304,8.99899\n9356,1645443800,47.74304,8.99899\n9357,1645443801,47.74304,8.99899\n9358,1645443802,47.74304,8.99899\n9359,1645443803,47.74304,8.99899\n9360,1645443804,47.74304,8.99899\n9361,1645443805,47.74304,8.99899\n9362,1645443806,47.74304,8.99899\n9363,1645443807,47.74304,8.99899\n9364,1645443808,47.74304,8.99899\n9365,1645443809,47.74304,8.99899\n9366,1645443810,47.74304,8.99899\n9367,1645443811,47.74304,8.99899\n9368,1645443812,47.74304,8.99899\n9369,1645443813,47.74304,8.99899\n9370,1645443814,47.74304,8.99899\n9371,1645443815,47.74304,8.99899\n9372,1645443816,47.74304,8.99899\n9373,1645443817,47.74304,8.99899\n9374,1645443818,47.74304,8.99899\n9375,1645443819,47.74304,8.99899\n9376,1645443820,47.74304,8.99899\n9377,1645443821,47.74304,8.99899\n9378,1645443822,47.74304,8.99899\n9379,1645443823,47.74304,8.99899\n9380,1645443824,47.74304,8.99899\n9381,1645443825,47.74304,8.99899\n9382,1645443826,47.74304,8.99899\n9383,1645443827,47.74304,8.99899\n9384,1645443828,47.74304,8.99899\n9385,1645443829,47.74304,8.99899\n9386,1645443830,47.74304,8.99899\n9387,1645443831,47.74304,8.99899\n9388,1645443832,47.74304,8.99899\n9389,1645443833,47.74304,8.99899\n9390,1645443834,47.74304,8.99899\n9391,1645443835,47.74304,8.99899\n9392,1645443836,47.74304,8.99899\n9393,1645443837,47.74304,8.99899\n9394,1645443838,47.74304,8.99899\n9395,1645443839,47.74304,8.99899\n9396,1645443840,47.74304,8.99899\n9397,1645443841,47.74304,8.99899\n9398,1645443842,47.74304,8.99899\n9399,1645443843,47.74304,8.99899\n9400,1645443844,47.74304,8.99899\n9401,1645443845,47.74304,8.99899\n9402,1645443846,47.74304,8.99899\n9403,1645443847,47.74304,8.99899\n9404,1645443848,47.74304,8.99899\n9405,1645443849,47.74304,8.99899\n9406,1645443850,47.74304,8.99899\n9407,1645443851,47.74304,8.99899\n9408,1645443852,47.74304,8.99899\n9409,1645443853,47.74304,8.99899\n9410,1645443854,47.74304,8.99899\n9411,1645443855,47.74304,8.99899\n9412,1645443856,47.74304,8.99899\n9413,1645443857,47.74304,8.99899\n9414,1645443858,47.74304,8.99899\n9415,1645443859,47.74304,8.99899\n9416,1645443860,47.74304,8.99899\n9417,1645443861,47.74304,8.99899\n9418,1645443862,47.74304,8.99899\n9419,1645443863,47.74304,8.99899\n9420,1645443864,47.74304,8.99899\n9421,1645443865,47.74304,8.99899\n9422,1645443866,47.74304,8.99899\n9423,1645443867,47.74304,8.99899\n9424,1645443868,47.74304,8.99899\n9425,1645443869,47.74304,8.99899\n9426,1645443870,47.74304,8.99899\n9427,1645443871,47.74304,8.99899\n9428,1645443872,47.74304,8.99899\n9429,1645443873,47.74304,8.99899\n9430,1645443874,47.74304,8.99899\n9431,1645443875,47.74304,8.99899\n9432,1645443876,47.74304,8.99899\n9433,1645443877,47.74304,8.99899\n9434,1645443878,47.74304,8.99899\n9435,1645443879,47.74304,8.99899\n9436,1645443880,47.74304,8.99899\n9437,1645443881,47.74304,8.99899\n9438,1645443882,47.74304,8.99899\n9439,1645443883,47.74304,8.99899\n9440,1645443884,47.74304,8.99899\n9441,1645443885,47.74304,8.99899\n9442,1645443886,47.74304,8.99899\n9443,1645443887,47.74304,8.99899\n9444,1645443888,47.74304,8.99899\n9445,1645443889,47.74304,8.99899\n9446,1645443890,47.74304,8.99899\n9447,1645443891,47.74304,8.99899\n9448,1645443892,47.74304,8.99899\n9449,1645443893,47.74304,8.99899\n9450,1645443894,47.74304,8.99899\n9451,1645443895,47.74304,8.99899\n9452,1645443896,47.74304,8.99899\n9453,1645443897,47.74304,8.99899\n9454,1645443898,47.74304,8.99899\n9455,1645443899,47.74304,8.99899\n9456,1645443900,47.74304,8.99899\n9457,1645443901,47.74304,8.99899\n9458,1645443902,47.74304,8.99899\n9459,1645443903,47.74304,8.99899\n9460,1645443904,47.74304,8.99899\n9461,1645443905,47.74304,8.99899\n9462,1645443906,47.74304,8.99899\n9463,1645443907,47.74304,8.99899\n9464,1645443908,47.74304,8.99899\n9465,1645443909,47.74304,8.99899\n9466,1645443910,47.74304,8.99899\n9467,1645443911,47.74304,8.99899\n9468,1645443912,47.74304,8.99899\n9469,1645443913,47.74304,8.99899\n9470,1645443914,47.74304,8.99899\n9471,1645443915,47.74304,8.99899\n9472,1645443916,47.74304,8.99899\n9473,1645443917,47.74304,8.99899\n9474,1645443918,47.74304,8.99899\n9475,1645443919,47.74304,8.99899\n9476,1645443920,47.74304,8.99899\n9477,1645443921,47.74304,8.99899\n9478,1645443922,47.74304,8.99899\n9479,1645443923,47.74304,8.99899\n9480,1645443924,47.74304,8.99899\n9481,1645443925,47.74304,8.99899\n9482,1645443926,47.74304,8.99899\n9483,1645443927,47.74304,8.99899\n9484,1645443928,47.74304,8.99899\n9485,1645443929,47.74304,8.99899\n9486,1645443930,47.74304,8.99899\n9487,1645443931,47.74304,8.99899\n9488,1645443932,47.74304,8.99899\n9489,1645443933,47.74304,8.99899\n9490,1645443934,47.74304,8.99899\n9491,1645443935,47.74304,8.99899\n9492,1645443936,47.74304,8.99899\n9493,1645443937,47.74304,8.99899\n9494,1645443938,47.74304,8.99899\n9495,1645443939,47.74304,8.99899\n9496,1645443940,47.74304,8.99899\n9497,1645443941,47.74304,8.99899\n9498,1645443942,47.74304,8.99899\n9499,1645443943,47.74304,8.99899\n9500,1645443944,47.74304,8.99899\n9501,1645443945,47.74304,8.99899\n9502,1645443946,47.74304,8.99899\n9503,1645443947,47.74304,8.99898\n9504,1645443948,47.74304,8.99898\n9505,1645443949,47.74304,8.99898\n9506,1645443950,47.74304,8.99898\n9507,1645443951,47.74304,8.99898\n9508,1645443952,47.74304,8.99898\n9509,1645443953,47.74304,8.99898\n9510,1645443954,47.74304,8.99898\n9511,1645443955,47.74304,8.99898\n9512,1645443956,47.74304,8.99898\n9513,1645443957,47.74304,8.99898\n9514,1645443958,47.74304,8.99898\n9515,1645443959,47.74304,8.99898\n9516,1645443960,47.74304,8.99898\n9517,1645443961,47.74304,8.99898\n9518,1645443962,47.74304,8.99898\n9519,1645443963,47.74304,8.99898\n9520,1645443964,47.74304,8.99898\n9521,1645443965,47.74304,8.99898\n9522,1645443966,47.74304,8.99898\n9523,1645443967,47.74304,8.99898\n9524,1645443968,47.74304,8.99898\n9525,1645443969,47.74304,8.99898\n9526,1645443970,47.74304,8.99898\n9527,1645443971,47.74304,8.99898\n9528,1645443972,47.74304,8.99898\n9529,1645443973,47.74304,8.99898\n9530,1645443974,47.74304,8.99898\n9531,1645443975,47.74304,8.99898\n9532,1645443976,47.74304,8.99898\n9533,1645443977,47.74304,8.99898\n9534,1645443978,47.74304,8.99898\n9535,1645443979,47.74304,8.99898\n9536,1645443980,47.74304,8.99898\n9537,1645443981,47.74304,8.99898\n9538,1645443982,47.74304,8.99898\n9539,1645443983,47.74304,8.99898\n9540,1645443984,47.74304,8.99898\n9541,1645443985,47.74304,8.99898\n9542,1645443986,47.74304,8.99898\n9543,1645443987,47.74304,8.99898\n9544,1645443988,47.74304,8.99898\n9545,1645443989,47.74304,8.99898\n9546,1645443990,47.74304,8.99898\n9547,1645443991,47.74304,8.99898\n9548,1645443992,47.74304,8.99898\n9549,1645443993,47.74304,8.99898\n9550,1645443994,47.74304,8.99898\n9551,1645443995,47.74304,8.99898\n9552,1645443996,47.74304,8.99898\n9553,1645443997,47.74304,8.99898\n9554,1645443998,47.74304,8.99898\n9555,1645443999,47.74304,8.99898\n9556,1645444000,47.74304,8.99898\n9557,1645444001,47.74304,8.99898\n9558,1645444002,47.74304,8.99898\n9559,1645444003,47.74304,8.99898\n9560,1645444004,47.74304,8.99898\n9561,1645444005,47.74304,8.99898\n9562,1645444006,47.74304,8.99898\n9563,1645444007,47.74304,8.99898\n9564,1645444008,47.74304,8.99898\n9565,1645444009,47.74304,8.99898\n9566,1645444010,47.74304,8.99897\n9567,1645444011,47.74304,8.99896\n9568,1645444012,47.74304,8.99896\n9569,1645444013,47.74305,8.99896\n9570,1645444014,47.74305,8.99896\n9571,1645444015,47.74305,8.99896\n9572,1645444016,47.74305,8.99896\n9573,1645444017,47.74305,8.99896\n9574,1645444018,47.74305,8.99896\n9575,1645444019,47.74305,8.99896\n9576,1645444020,47.74305,8.99896\n9577,1645444021,47.74305,8.99896\n9578,1645444022,47.74305,8.99896\n9579,1645444023,47.74305,8.99896\n9580,1645444024,47.74305,8.99896\n9581,1645444025,47.74305,8.99896\n9582,1645444026,47.74305,8.99896\n9583,1645444027,47.74305,8.99896\n9584,1645444028,47.74305,8.99896\n9585,1645444029,47.74305,8.99896\n9586,1645444030,47.74305,8.99896\n9587,1645444031,47.74305,8.99896\n9588,1645444032,47.74305,8.99896\n9589,1645444033,47.74305,8.99896\n9590,1645444034,47.74305,8.99896\n9591,1645444035,47.74305,8.99896\n9592,1645444036,47.74305,8.99896\n9593,1645444037,47.74305,8.99896\n9594,1645444038,47.74305,8.99896\n9595,1645444039,47.74305,8.99896\n9596,1645444040,47.74305,8.99896\n9597,1645444041,47.74305,8.99896\n9598,1645444042,47.74305,8.99896\n9599,1645444043,47.74305,8.99896\n9600,1645444044,47.74305,8.99896\n9601,1645444109,47.74309,8.99892\n9602,1645444110,47.74309,8.99891\n9603,1645444111,47.74310,8.99890\n9604,1645444112,47.74310,8.99890\n9605,1645444113,47.74311,8.99889\n9606,1645444114,47.74312,8.99888\n9607,1645444115,47.74312,8.99888\n9608,1645444116,47.74312,8.99888\n9609,1645444117,47.74311,8.99898\n9610,1645444119,47.74312,8.99898\n9611,1645444120,47.74312,8.99897\n9612,1645444121,47.74312,8.99897\n9613,1645444122,47.74311,8.99897\n9614,1645444123,47.74311,8.99896\n9615,1645444124,47.74311,8.99896\n9616,1645444125,47.74311,8.99896\n9617,1645444126,47.74311,8.99896\n9618,1645444127,47.74311,8.99896\n9619,1645444128,47.74310,8.99896\n9620,1645444129,47.74310,8.99896\n9621,1645444130,47.74311,8.99896\n9622,1645444131,47.74310,8.99896\n9623,1645444132,47.74311,8.99896\n9624,1645444133,47.74311,8.99896\n9625,1645444134,47.74311,8.99896\n9626,1645444135,47.74311,8.99896\n9627,1645444136,47.74311,8.99896\n9628,1645444137,47.74311,8.99896\n9629,1645444138,47.74311,8.99896\n9630,1645444139,47.74310,8.99896\n9631,1645444140,47.74310,8.99896\n9632,1645444141,47.74310,8.99896\n9633,1645444142,47.74310,8.99896\n9634,1645444143,47.74310,8.99896\n9635,1645444144,47.74310,8.99896\n9636,1645444145,47.74310,8.99896\n9637,1645444146,47.74310,8.99896\n9638,1645444147,47.74310,8.99896\n9639,1645444148,47.74310,8.99896\n9640,1645444149,47.74310,8.99896\n9641,1645444150,47.74310,8.99896\n9642,1645444151,47.74310,8.99896\n9643,1645444152,47.74310,8.99895\n9644,1645444153,47.74310,8.99895\n9645,1645444154,47.74310,8.99895\n9646,1645444155,47.74310,8.99895\n9647,1645444156,47.74310,8.99895\n9648,1645444157,47.74310,8.99895\n9649,1645444158,47.74310,8.99895\n9650,1645444159,47.74310,8.99895\n9651,1645444160,47.74310,8.99895\n9652,1645444161,47.74310,8.99895\n9653,1645444162,47.74310,8.99895\n9654,1645444163,47.74310,8.99895\n9655,1645444164,47.74310,8.99895\n9656,1645444165,47.74310,8.99895\n9657,1645444166,47.74311,8.99895\n9658,1645444167,47.74311,8.99895\n9659,1645444168,47.74311,8.99895\n9660,1645444169,47.74311,8.99895\n9661,1645444170,47.74310,8.99895\n9662,1645444171,47.74310,8.99895\n9663,1645444172,47.74310,8.99895\n9664,1645444173,47.74310,8.99895\n9665,1645444174,47.74310,8.99895\n9666,1645444175,47.74310,8.99895\n9667,1645444176,47.74310,8.99895\n9668,1645444177,47.74310,8.99895\n9669,1645444178,47.74310,8.99895\n9670,1645444179,47.74310,8.99895\n9671,1645444180,47.74310,8.99895\n9672,1645444181,47.74310,8.99895\n9673,1645444182,47.74310,8.99895\n9674,1645444183,47.74310,8.99895\n9675,1645444184,47.74310,8.99894\n9676,1645444185,47.74310,8.99894\n9677,1645444186,47.74310,8.99894\n9678,1645444187,47.74310,8.99894\n9679,1645444188,47.74310,8.99894\n9680,1645444189,47.74310,8.99894\n9681,1645444190,47.74310,8.99894\n9682,1645444191,47.74310,8.99894\n9683,1645444192,47.74310,8.99894\n9684,1645444193,47.74310,8.99894\n9685,1645444257,47.74320,8.99904\n9686,1645444258,47.74320,8.99903\n9687,1645444259,47.74320,8.99901\n9688,1645444260,47.74320,8.99901\n9689,1645444261,47.74319,8.99899\n9690,1645444262,47.74318,8.99898\n9691,1645444263,47.74318,8.99898\n9692,1645444264,47.74317,8.99898\n9693,1645444265,47.74317,8.99897\n9694,1645444266,47.74316,8.99897\n9695,1645444267,47.74315,8.99898\n9696,1645444269,47.74314,8.99898\n9697,1645444270,47.74314,8.99898\n9698,1645444271,47.74314,8.99897\n9699,1645444272,47.74313,8.99897\n9700,1645444273,47.74312,8.99897\n9701,1645444274,47.74311,8.99897\n9702,1645444275,47.74311,8.99897\n9703,1645444276,47.74310,8.99897\n9704,1645444277,47.74309,8.99897\n9705,1645444278,47.74308,8.99897\n9706,1645444279,47.74308,8.99897\n9707,1645444280,47.74308,8.99897\n9708,1645444281,47.74308,8.99897\n9709,1645444282,47.74307,8.99897\n9710,1645444283,47.74307,8.99897\n9711,1645444284,47.74306,8.99896\n9712,1645444285,47.74306,8.99896\n9713,1645444286,47.74306,8.99896\n9714,1645444287,47.74305,8.99895\n9715,1645444288,47.74305,8.99896\n9716,1645444289,47.74304,8.99896\n9717,1645444290,47.74304,8.99896\n9718,1645444291,47.74304,8.99896\n9719,1645444292,47.74304,8.99896\n9720,1645444293,47.74304,8.99896\n9721,1645444294,47.74304,8.99896\n9722,1645444295,47.74304,8.99896\n9723,1645444296,47.74304,8.99896\n9724,1645444297,47.74304,8.99896\n9725,1645444298,47.74304,8.99896\n9726,1645444299,47.74304,8.99895\n9727,1645444300,47.74304,8.99895\n9728,1645444301,47.74304,8.99895\n9729,1645444302,47.74303,8.99895\n9730,1645444303,47.74303,8.99895\n9731,1645444304,47.74303,8.99895\n9732,1645444305,47.74303,8.99895\n9733,1645444306,47.74303,8.99895\n9734,1645444307,47.74303,8.99895\n9735,1645444308,47.74303,8.99895\n9736,1645444309,47.74303,8.99894\n9737,1645444310,47.74303,8.99894\n9738,1645444311,47.74303,8.99894\n9739,1645444312,47.74303,8.99894\n9740,1645444313,47.74303,8.99894\n9741,1645444314,47.74303,8.99894\n9742,1645444315,47.74303,8.99894\n9743,1645444316,47.74302,8.99894\n9744,1645444317,47.74302,8.99894\n9745,1645444318,47.74302,8.99894\n9746,1645444319,47.74302,8.99894\n9747,1645444320,47.74302,8.99894\n9748,1645444321,47.74302,8.99894\n9749,1645444322,47.74302,8.99894\n9750,1645444323,47.74302,8.99894\n9751,1645444324,47.74302,8.99894\n9752,1645444325,47.74302,8.99894\n9753,1645444326,47.74302,8.99894\n9754,1645444327,47.74302,8.99894\n9755,1645444328,47.74302,8.99894\n9756,1645444329,47.74302,8.99894\n9757,1645444330,47.74302,8.99894\n9758,1645444331,47.74302,8.99894\n9759,1645444332,47.74302,8.99894\n9760,1645444333,47.74302,8.99894\n9761,1645444334,47.74302,8.99894\n9762,1645444335,47.74302,8.99894\n9763,1645444336,47.74303,8.99894\n9764,1645444337,47.74303,8.99894\n9765,1645444338,47.74303,8.99895\n9766,1645444339,47.74303,8.99895\n9767,1645444340,47.74303,8.99895\n9768,1645444341,47.74303,8.99895\n9769,1645444342,47.74303,8.99895\n9770,1645444343,47.74303,8.99895\n9771,1645444344,47.74303,8.99895\n9772,1645444407,47.74305,8.99891\n9773,1645444408,47.74309,8.99887\n9774,1645444409,47.74309,8.99888\n9775,1645444410,47.74310,8.99889\n9776,1645444411,47.74311,8.99890\n9777,1645444412,47.74310,8.99891\n9778,1645444413,47.74310,8.99891\n9779,1645444414,47.74309,8.99892\n9780,1645444415,47.74310,8.99893\n9781,1645444416,47.74310,8.99893\n9782,1645444417,47.74311,8.99894\n9783,1645444419,47.74311,8.99894\n9784,1645444420,47.74312,8.99893\n9785,1645444421,47.74312,8.99894\n9786,1645444422,47.74312,8.99894\n9787,1645444423,47.74312,8.99894\n9788,1645444424,47.74312,8.99894\n9789,1645444425,47.74312,8.99894\n9790,1645444426,47.74312,8.99894\n9791,1645444427,47.74312,8.99894\n9792,1645444428,47.74312,8.99894\n9793,1645444429,47.74312,8.99894\n9794,1645444430,47.74312,8.99894\n9795,1645444431,47.74312,8.99894\n9796,1645444432,47.74312,8.99894\n9797,1645444433,47.74312,8.99894\n9798,1645444434,47.74313,8.99894\n9799,1645444435,47.74313,8.99894\n9800,1645444436,47.74313,8.99894\n9801,1645444437,47.74312,8.99894\n9802,1645444438,47.74312,8.99894\n9803,1645444439,47.74312,8.99894\n9804,1645444440,47.74312,8.99894\n9805,1645444441,47.74312,8.99894\n9806,1645444442,47.74312,8.99894\n9807,1645444443,47.74312,8.99894\n9808,1645444444,47.74313,8.99894\n9809,1645444445,47.74313,8.99894\n9810,1645444446,47.74313,8.99894\n9811,1645444447,47.74313,8.99894\n9812,1645444448,47.74313,8.99894\n9813,1645444449,47.74313,8.99894\n9814,1645444450,47.74313,8.99894\n9815,1645444451,47.74313,8.99894\n9816,1645444452,47.74313,8.99894\n9817,1645444453,47.74313,8.99894\n9818,1645444454,47.74314,8.99894\n9819,1645444455,47.74314,8.99894\n9820,1645444456,47.74314,8.99894\n9821,1645444457,47.74314,8.99895\n9822,1645444458,47.74314,8.99895\n9823,1645444459,47.74314,8.99895\n9824,1645444460,47.74314,8.99895\n9825,1645444461,47.74314,8.99895\n9826,1645444462,47.74314,8.99895\n9827,1645444463,47.74314,8.99895\n9828,1645444464,47.74314,8.99895\n9829,1645444465,47.74314,8.99895\n9830,1645444466,47.74314,8.99895\n9831,1645444467,47.74314,8.99896\n9832,1645444468,47.74314,8.99896\n9833,1645444469,47.74314,8.99896\n9834,1645444470,47.74314,8.99896\n9835,1645444471,47.74314,8.99896\n9836,1645444536,47.74313,8.99898\n9837,1645444537,47.74313,8.99898\n9838,1645444538,47.74315,8.99897\n9839,1645444539,47.74316,8.99897\n9840,1645444540,47.74315,8.99896\n9841,1645444541,47.74316,8.99895\n9842,1645444542,47.74315,8.99895\n9843,1645444543,47.74314,8.99904\n9844,1645444545,47.74314,8.99904\n9845,1645444546,47.74314,8.99903\n9846,1645444547,47.74313,8.99903\n9847,1645444548,47.74313,8.99903\n9848,1645444549,47.74313,8.99902\n9849,1645444550,47.74313,8.99901\n9850,1645444551,47.74313,8.99901\n9851,1645444552,47.74313,8.99900\n9852,1645444553,47.74312,8.99900\n9853,1645444554,47.74312,8.99899\n9854,1645444555,47.74312,8.99899\n9855,1645444556,47.74312,8.99899\n9856,1645444557,47.74312,8.99899\n9857,1645444558,47.74311,8.99899\n9858,1645444559,47.74311,8.99899\n9859,1645444560,47.74311,8.99899\n9860,1645444561,47.74311,8.99899\n9861,1645444562,47.74311,8.99899\n9862,1645444563,47.74311,8.99899\n9863,1645444564,47.74311,8.99899\n9864,1645444565,47.74310,8.99899\n9865,1645444566,47.74310,8.99898\n9866,1645444567,47.74310,8.99898\n9867,1645444568,47.74310,8.99898\n9868,1645444569,47.74310,8.99898\n9869,1645444570,47.74310,8.99898\n9870,1645444571,47.74309,8.99898\n9871,1645444572,47.74309,8.99898\n9872,1645444573,47.74309,8.99898\n9873,1645444574,47.74309,8.99898\n9874,1645444575,47.74309,8.99898\n9875,1645444576,47.74309,8.99898\n9876,1645444577,47.74309,8.99897\n9877,1645444578,47.74309,8.99897\n9878,1645444579,47.74309,8.99897\n9879,1645444580,47.74309,8.99897\n9880,1645444581,47.74309,8.99897\n9881,1645444582,47.74309,8.99897\n9882,1645444583,47.74310,8.99897\n9883,1645444584,47.74310,8.99897\n9884,1645444585,47.74310,8.99897\n9885,1645444586,47.74310,8.99897\n9886,1645444587,47.74310,8.99897\n9887,1645444588,47.74310,8.99897\n9888,1645444589,47.74310,8.99898\n9889,1645444590,47.74310,8.99898\n9890,1645444591,47.74310,8.99898\n9891,1645444592,47.74310,8.99897\n9892,1645444593,47.74310,8.99898\n9893,1645444594,47.74310,8.99898\n9894,1645444595,47.74310,8.99898\n9895,1645444596,47.74310,8.99898\n9896,1645444660,47.74328,8.99896\n9897,1645444661,47.74331,8.99897\n9898,1645444662,47.74323,8.99897\n9899,1645444663,47.74323,8.99898\n9900,1645444664,47.74322,8.99898\n9901,1645444665,47.74320,8.99898\n9902,1645444666,47.74319,8.99898\n9903,1645444667,47.74318,8.99898\n9904,1645444668,47.74317,8.99898\n9905,1645444669,47.74317,8.99906\n9906,1645444671,47.74316,8.99906\n9907,1645444672,47.74316,8.99907\n9908,1645444673,47.74316,8.99907\n9909,1645444674,47.74315,8.99906\n9910,1645444675,47.74315,8.99906\n9911,1645444676,47.74315,8.99906\n9912,1645444677,47.74315,8.99906\n9913,1645444678,47.74315,8.99906\n9914,1645444679,47.74315,8.99906\n9915,1645444680,47.74314,8.99906\n9916,1645444681,47.74314,8.99905\n9917,1645444682,47.74314,8.99905\n9918,1645444683,47.74314,8.99905\n9919,1645444684,47.74313,8.99905\n9920,1645444748,47.74297,8.99904\n9921,1645444749,47.74298,8.99903\n9922,1645444750,47.74299,8.99903\n9923,1645444751,47.74300,8.99903\n9924,1645444752,47.74302,8.99903\n9925,1645444753,47.74303,8.99903\n9926,1645444754,47.74303,8.99903\n9927,1645444755,47.74304,8.99903\n9928,1645444756,47.74304,8.99904\n9929,1645444757,47.74304,8.99903\n9930,1645444758,47.74304,8.99903\n9931,1645444759,47.74304,8.99903\n9932,1645444760,47.74305,8.99902\n9933,1645444762,47.74306,8.99901\n9934,1645444763,47.74306,8.99901\n9935,1645444764,47.74306,8.99901\n9936,1645444765,47.74306,8.99901\n9937,1645444766,47.74306,8.99901\n9938,1645444767,47.74306,8.99901\n9939,1645444768,47.74306,8.99901\n9940,1645444769,47.74306,8.99901\n9941,1645444770,47.74306,8.99901\n9942,1645444771,47.74306,8.99901\n9943,1645444772,47.74306,8.99901\n9944,1645444773,47.74306,8.99900\n9945,1645444774,47.74306,8.99900\n9946,1645444775,47.74306,8.99900\n9947,1645444776,47.74306,8.99899\n9948,1645444777,47.74305,8.99899\n9949,1645444778,47.74305,8.99899\n9950,1645444779,47.74305,8.99898\n9951,1645444780,47.74305,8.99898\n9952,1645444781,47.74305,8.99898\n9953,1645444782,47.74305,8.99898\n9954,1645444783,47.74305,8.99898\n9955,1645444784,47.74305,8.99898\n9956,1645444785,47.74305,8.99898\n9957,1645444786,47.74305,8.99898\n9958,1645444787,47.74305,8.99898\n9959,1645444788,47.74305,8.99898\n9960,1645444789,47.74305,8.99898\n9961,1645444790,47.74305,8.99898\n9962,1645444791,47.74305,8.99898\n9963,1645444792,47.74305,8.99898\n9964,1645444793,47.74305,8.99898\n9965,1645444794,47.74305,8.99898\n9966,1645444795,47.74305,8.99898\n9967,1645444796,47.74305,8.99898\n9968,1645444797,47.74305,8.99898\n9969,1645444798,47.74305,8.99898\n9970,1645444799,47.74305,8.99898\n9971,1645444800,47.74305,8.99898\n9972,1645444801,47.74305,8.99898\n9973,1645444802,47.74305,8.99898\n9974,1645444803,47.74305,8.99898\n9975,1645444804,47.74305,8.99898\n9976,1645444805,47.74305,8.99897\n9977,1645444806,47.74305,8.99897\n9978,1645444807,47.74305,8.99897\n9979,1645444808,47.74305,8.99897\n9980,1645444809,47.74305,8.99897\n9981,1645444810,47.74305,8.99897\n9982,1645444874,47.74301,8.99898\n9983,1645444875,47.74305,8.99898\n9984,1645444876,47.74306,8.99898\n9985,1645444877,47.74306,8.99899\n9986,1645444878,47.74308,8.99899\n9987,1645444879,47.74308,8.99900\n9988,1645444880,47.74307,8.99900\n9989,1645444881,47.74307,8.99899\n9990,1645444882,47.74307,8.99899\n9991,1645444883,47.74308,8.99898\n9992,1645444884,47.74308,8.99898\n9993,1645444885,47.74308,8.99898\n9994,1645444887,47.74308,8.99898\n9995,1645444888,47.74308,8.99898\n9996,1645444889,47.74308,8.99898\n9997,1645444890,47.74309,8.99898\n9998,1645444891,47.74309,8.99898\n9999,1645444892,47.74309,8.99898\n10000,1645444893,47.74310,8.99898\n10001,1645444894,47.74310,8.99898\n10002,1645444895,47.74310,8.99899\n10003,1645444896,47.74310,8.99898\n10004,1645444897,47.74310,8.99898\n10005,1645444898,47.74311,8.99898\n10006,1645444899,47.74311,8.99898\n10007,1645444900,47.74311,8.99898\n10008,1645444901,47.74311,8.99898\n10009,1645444902,47.74311,8.99898\n10010,1645444903,47.74312,8.99898\n10011,1645444904,47.74312,8.99898\n10012,1645444905,47.74312,8.99898\n10013,1645444906,47.74312,8.99898\n10014,1645444907,47.74312,8.99899\n10015,1645444908,47.74313,8.99899\n10016,1645444909,47.74313,8.99899\n10017,1645444974,47.74321,8.99893\n10018,1645444975,47.74323,8.99894\n10019,1645444976,47.74323,8.99894\n10020,1645444977,47.74324,8.99895\n10021,1645444978,47.74323,8.99896\n10022,1645444979,47.74323,8.99896\n10023,1645444980,47.74323,8.99896\n10024,1645444981,47.74318,8.99899\n10025,1645444983,47.74319,8.99899\n10026,1645444984,47.74319,8.99899\n10027,1645444985,47.74318,8.99899\n10028,1645444986,47.74318,8.99899\n10029,1645444987,47.74318,8.99898\n10030,1645444988,47.74318,8.99898\n10031,1645444989,47.74317,8.99898\n10032,1645444990,47.74317,8.99898\n10033,1645444991,47.74317,8.99898\n10034,1645444992,47.74317,8.99898\n10035,1645444993,47.74316,8.99898\n10036,1645444994,47.74316,8.99898\n10037,1645444995,47.74316,8.99898\n10038,1645444996,47.74316,8.99898\n10039,1645444997,47.74315,8.99898\n10040,1645444998,47.74315,8.99898\n10041,1645444999,47.74315,8.99898\n10042,1645445000,47.74315,8.99898\n10043,1645445001,47.74315,8.99898\n10044,1645445002,47.74315,8.99898\n10045,1645445003,47.74314,8.99898\n10046,1645445004,47.74315,8.99898\n10047,1645445005,47.74315,8.99899\n10048,1645445006,47.74315,8.99899\n10049,1645445007,47.74315,8.99899\n10050,1645445008,47.74315,8.99899\n10051,1645445009,47.74315,8.99899\n10052,1645445010,47.74315,8.99899\n10053,1645445011,47.74315,8.99899\n10054,1645445012,47.74315,8.99899\n10055,1645445013,47.74315,8.99899\n10056,1645445014,47.74315,8.99899\n10057,1645445015,47.74315,8.99899\n10058,1645445016,47.74315,8.99899\n10059,1645445017,47.74315,8.99899\n10060,1645445018,47.74315,8.99899\n10061,1645445019,47.74315,8.99899\n10062,1645445020,47.74316,8.99899\n10063,1645445021,47.74315,8.99899\n10064,1645445022,47.74315,8.99899\n10065,1645445086,47.74320,8.99888\n10066,1645445087,47.74317,8.99888\n10067,1645445088,47.74316,8.99887\n10068,1645445089,47.74317,8.99888\n10069,1645445090,47.74318,8.99888\n10070,1645445091,47.74318,8.99888\n10071,1645445092,47.74317,8.99888\n10072,1645445093,47.74315,8.99889\n10073,1645445094,47.74315,8.99889\n10074,1645445095,47.74312,8.99896\n10075,1645445097,47.74311,8.99896\n10076,1645445098,47.74312,8.99896\n10077,1645445099,47.74312,8.99895\n10078,1645445100,47.74312,8.99895\n10079,1645445101,47.74312,8.99896\n10080,1645445102,47.74312,8.99896\n10081,1645445103,47.74313,8.99896\n10082,1645445104,47.74313,8.99896\n10083,1645445105,47.74313,8.99896\n10084,1645445106,47.74313,8.99896\n10085,1645445107,47.74313,8.99897\n10086,1645445108,47.74312,8.99897\n10087,1645445109,47.74312,8.99897\n10088,1645445110,47.74312,8.99897\n10089,1645445111,47.74312,8.99897\n10090,1645445112,47.74312,8.99897\n10091,1645445113,47.74312,8.99897\n10092,1645445114,47.74312,8.99897\n10093,1645445115,47.74312,8.99897\n10094,1645445116,47.74311,8.99897\n10095,1645445117,47.74312,8.99897\n10096,1645445118,47.74312,8.99898\n10097,1645445182,47.74309,8.99893\n10098,1645445183,47.74308,8.99893\n10099,1645445184,47.74308,8.99894\n10100,1645445185,47.74307,8.99893\n10101,1645445186,47.74306,8.99894\n10102,1645445187,47.74306,8.99895\n10103,1645445188,47.74305,8.99895\n10104,1645445189,47.74306,8.99896\n10105,1645445190,47.74306,8.99896\n10106,1645445191,47.74305,8.99897\n10107,1645445193,47.74306,8.99896\n10108,1645445194,47.74306,8.99896\n10109,1645445195,47.74306,8.99896\n10110,1645445196,47.74306,8.99897\n10111,1645445197,47.74306,8.99897\n10112,1645445198,47.74306,8.99897\n10113,1645445199,47.74306,8.99898\n10114,1645445200,47.74306,8.99898\n10115,1645445201,47.74306,8.99898\n10116,1645445202,47.74306,8.99898\n10117,1645445203,47.74306,8.99898\n10118,1645445204,47.74306,8.99899\n10119,1645445205,47.74306,8.99899\n10120,1645445206,47.74306,8.99899\n10121,1645445207,47.74306,8.99899\n10122,1645445208,47.74307,8.99899\n10123,1645445209,47.74307,8.99900\n10124,1645445210,47.74307,8.99900\n10125,1645445211,47.74307,8.99900\n10126,1645445212,47.74307,8.99900\n10127,1645445213,47.74308,8.99900\n10128,1645445276,47.74320,8.99887\n10129,1645445277,47.74317,8.99891\n10130,1645445278,47.74315,8.99892\n10131,1645445279,47.74315,8.99893\n10132,1645445280,47.74314,8.99893\n10133,1645445281,47.74313,8.99894\n10134,1645445282,47.74313,8.99894\n10135,1645445283,47.74313,8.99894\n10136,1645445284,47.74313,8.99894\n10137,1645445285,47.74313,8.99894\n10138,1645445286,47.74313,8.99894\n10139,1645445287,47.74309,8.99897\n10140,1645445289,47.74309,8.99897\n10141,1645445290,47.74309,8.99897\n10142,1645445291,47.74309,8.99897\n10143,1645445292,47.74309,8.99897\n10144,1645445293,47.74309,8.99897\n10145,1645445294,47.74309,8.99897\n10146,1645445295,47.74309,8.99896\n10147,1645445296,47.74309,8.99896\n10148,1645445297,47.74309,8.99896\n10149,1645445298,47.74309,8.99896\n10150,1645445299,47.74309,8.99896\n10151,1645445300,47.74309,8.99896\n10152,1645445301,47.74309,8.99896\n10153,1645445302,47.74308,8.99896\n10154,1645445303,47.74308,8.99896\n10155,1645445304,47.74308,8.99896\n10156,1645445367,47.74296,8.99919\n10157,1645445368,47.74297,8.99903\n10158,1645445369,47.74297,8.99902\n10159,1645445370,47.74298,8.99902\n10160,1645445371,47.74298,8.99901\n10161,1645445372,47.74299,8.99899\n10162,1645445373,47.74299,8.99898\n10163,1645445374,47.74300,8.99898\n10164,1645445375,47.74300,8.99899\n10165,1645445376,47.74301,8.99899\n10166,1645445377,47.74303,8.99898\n10167,1645445379,47.74303,8.99899\n10168,1645445380,47.74303,8.99899\n10169,1645445381,47.74303,8.99900\n10170,1645445382,47.74303,8.99900\n10171,1645445383,47.74303,8.99900\n10172,1645445384,47.74303,8.99900\n10173,1645445385,47.74303,8.99900\n10174,1645445386,47.74303,8.99900\n10175,1645445387,47.74303,8.99900\n10176,1645445388,47.74303,8.99900\n10177,1645445389,47.74303,8.99901\n10178,1645445390,47.74303,8.99900\n10179,1645445391,47.74303,8.99900\n10180,1645445392,47.74303,8.99900\n10181,1645445393,47.74303,8.99900\n10182,1645445394,47.74303,8.99900\n10183,1645445457,47.74298,8.99898\n10184,1645445458,47.74307,8.99900\n10185,1645445459,47.74307,8.99901\n10186,1645445460,47.74307,8.99901\n10187,1645445461,47.74308,8.99901\n10188,1645445462,47.74309,8.99901\n10189,1645445463,47.74310,8.99901\n10190,1645445464,47.74310,8.99901\n10191,1645445465,47.74311,8.99901\n10192,1645445466,47.74311,8.99902\n10193,1645445467,47.74309,8.99902\n10194,1645445469,47.74309,8.99902\n10195,1645445470,47.74309,8.99902\n10196,1645445471,47.74308,8.99902\n10197,1645445472,47.74308,8.99902\n10198,1645445473,47.74308,8.99901\n10199,1645445474,47.74308,8.99901\n10200,1645445475,47.74308,8.99901\n10201,1645445476,47.74307,8.99901\n10202,1645445477,47.74307,8.99900\n10203,1645445478,47.74307,8.99900\n10204,1645445479,47.74307,8.99900\n10205,1645445480,47.74307,8.99899\n10206,1645445481,47.74307,8.99899\n10207,1645445482,47.74307,8.99899\n10208,1645445483,47.74308,8.99899\n10209,1645445484,47.74308,8.99899\n10210,1645445547,47.74318,8.99891\n10211,1645445548,47.74302,8.99904\n10212,1645445549,47.74305,8.99903\n10213,1645445550,47.74303,8.99903\n10214,1645445551,47.74304,8.99903\n10215,1645445552,47.74305,8.99902\n10216,1645445553,47.74306,8.99902\n10217,1645445554,47.74307,8.99902\n10218,1645445555,47.74307,8.99902\n10219,1645445556,47.74308,8.99902\n10220,1645445557,47.74308,8.99904\n10221,1645445559,47.74308,8.99904\n10222,1645445560,47.74308,8.99904\n10223,1645445561,47.74308,8.99903\n10224,1645445562,47.74308,8.99903\n10225,1645445563,47.74308,8.99902\n10226,1645445564,47.74308,8.99902\n10227,1645445565,47.74308,8.99902\n10228,1645445566,47.74308,8.99902\n10229,1645445567,47.74308,8.99902\n10230,1645445568,47.74308,8.99902\n10231,1645445569,47.74308,8.99901\n10232,1645445570,47.74308,8.99901\n10233,1645445571,47.74308,8.99901\n10234,1645445572,47.74308,8.99901\n10235,1645445573,47.74308,8.99901\n10236,1645445640,47.74311,8.99908\n10237,1645445641,47.74310,8.99910\n10238,1645445642,47.74310,8.99912\n10239,1645445643,47.74311,8.99912\n10240,1645445644,47.74311,8.99912\n10241,1645445645,47.74312,8.99911\n10242,1645445646,47.74312,8.99912\n10243,1645445647,47.74313,8.99912\n10244,1645445648,47.74315,8.99902\n10245,1645445650,47.74315,8.99903\n10246,1645445651,47.74316,8.99903\n10247,1645445652,47.74316,8.99903\n10248,1645445653,47.74315,8.99903\n10249,1645445654,47.74315,8.99903\n10250,1645445655,47.74316,8.99903\n10251,1645445656,47.74315,8.99903\n10252,1645445657,47.74315,8.99903\n10253,1645445658,47.74315,8.99903\n10254,1645445659,47.74315,8.99903\n10255,1645445660,47.74315,8.99903\n10256,1645445728,47.74312,8.99867\n10257,1645445729,47.74313,8.99869\n10258,1645445730,47.74313,8.99868\n10259,1645445731,47.74314,8.99871\n10260,1645445732,47.74311,8.99903\n10261,1645445734,47.74313,8.99904\n10262,1645445735,47.74313,8.99904\n10263,1645445736,47.74314,8.99904\n10264,1645445737,47.74315,8.99904\n10265,1645445738,47.74315,8.99904\n10266,1645445739,47.74315,8.99904\n10267,1645445740,47.74315,8.99904\n10268,1645445741,47.74315,8.99904\n10269,1645445742,47.74314,8.99904\n10270,1645445743,47.74314,8.99903\n10271,1645445744,47.74314,8.99903\n10272,1645445745,47.74314,8.99903\n10273,1645445746,47.74314,8.99903\n10274,1645445747,47.74314,8.99902\n10275,1645445813,47.74303,8.99927\n10276,1645445814,47.74303,8.99923\n10277,1645445815,47.74304,8.99918\n10278,1645445816,47.74306,8.99911\n10279,1645445817,47.74308,8.99905\n10280,1645445818,47.74309,8.99905\n10281,1645445819,47.74309,8.99901\n10282,1645445820,47.74309,8.99898\n10283,1645445821,47.74310,8.99897\n10284,1645445822,47.74309,8.99903\n10285,1645445824,47.74310,8.99903\n10286,1645445825,47.74310,8.99902\n10287,1645445826,47.74310,8.99903\n10288,1645445827,47.74311,8.99903\n10289,1645445828,47.74311,8.99903\n10290,1645445829,47.74312,8.99903\n10291,1645445830,47.74312,8.99903\n10292,1645445831,47.74312,8.99903\n10293,1645445832,47.74312,8.99903\n10294,1645445896,47.74334,8.99893\n10295,1645445897,47.74329,8.99894\n10296,1645445898,47.74328,8.99894\n10297,1645445899,47.74327,8.99894\n10298,1645445900,47.74326,8.99894\n10299,1645445901,47.74326,8.99893\n10300,1645445902,47.74326,8.99893\n10301,1645445903,47.74326,8.99893\n10302,1645445904,47.74325,8.99892\n10303,1645445905,47.74325,8.99892\n10304,1645445906,47.74318,8.99899\n10305,1645445908,47.74317,8.99898\n10306,1645445909,47.74318,8.99898\n10307,1645445910,47.74317,8.99898\n10308,1645445911,47.74317,8.99898\n10309,1645445912,47.74317,8.99898\n10310,1645445913,47.74317,8.99898\n10311,1645445914,47.74317,8.99898\n10312,1645445915,47.74316,8.99898\n10313,1645445916,47.74316,8.99898\n10314,1645445917,47.74316,8.99898\n10315,1645445981,47.74314,8.99903\n10316,1645445982,47.74313,8.99904\n10317,1645445983,47.74313,8.99905\n10318,1645445984,47.74314,8.99904\n10319,1645445985,47.74314,8.99902\n10320,1645445986,47.74315,8.99901\n10321,1645445987,47.74314,8.99900\n10322,1645445988,47.74314,8.99900\n10323,1645445989,47.74314,8.99900\n10324,1645445990,47.74310,8.99905\n10325,1645445992,47.74310,8.99905\n10326,1645445993,47.74310,8.99904\n10327,1645445994,47.74310,8.99904\n10328,1645445995,47.74310,8.99903\n10329,1645445996,47.74310,8.99903\n10330,1645445997,47.74309,8.99902\n10331,1645445998,47.74309,8.99902\n10332,1645445999,47.74309,8.99901\n10333,1645446000,47.74309,8.99901\n10334,1645446001,47.74308,8.99901\n10335,1645446065,47.74307,8.99901\n10336,1645446066,47.74306,8.99901\n10337,1645446067,47.74307,8.99901\n10338,1645446068,47.74305,8.99901\n10339,1645446069,47.74304,8.99901\n10340,1645446133,47.74303,8.99901\n10341,1645446134,47.74305,8.99902\n10342,1645446135,47.74305,8.99902\n10343,1645446136,47.74306,8.99903\n10344,1645446137,47.74306,8.99903\n10345,1645446138,47.74307,8.99904\n10346,1645446202,47.74307,8.99901\n10347,1645446203,47.74307,8.99901\n10348,1645446204,47.74307,8.99901\n10349,1645446205,47.74308,8.99902\n10350,1645446206,47.74308,8.99902\n10351,1645446207,47.74308,8.99903\n10352,1645446208,47.74308,8.99903\n10353,1645446209,47.74308,8.99903\n10354,1645446210,47.74308,8.99904\n10355,1645446211,47.74307,8.99901\n10356,1645446213,47.74307,8.99901\n10357,1645446214,47.74307,8.99901\n10358,1645446215,47.74307,8.99901\n10359,1645446216,47.74307,8.99902\n10360,1645446217,47.74307,8.99902\n10361,1645446218,47.74307,8.99902\n10362,1645446219,47.74307,8.99902\n10363,1645446220,47.74307,8.99902\n10364,1645446221,47.74307,8.99902\n10365,1645446222,47.74307,8.99902\n10366,1645446223,47.74307,8.99902\n10367,1645446224,47.74307,8.99902\n10368,1645446225,47.74307,8.99902\n10369,1645446226,47.74307,8.99903\n10370,1645446290,47.74309,8.99907\n10371,1645446291,47.74308,8.99906\n10372,1645446292,47.74309,8.99905\n10373,1645446293,47.74310,8.99906\n10374,1645446294,47.74310,8.99906\n10375,1645446295,47.74310,8.99906\n10376,1645446296,47.74310,8.99907\n10377,1645446297,47.74310,8.99906\n10378,1645446298,47.74311,8.99906\n10379,1645446362,47.74304,8.99909\n10380,1645446363,47.74307,8.99910\n10381,1645446364,47.74307,8.99910\n10382,1645446365,47.74308,8.99910\n10383,1645446366,47.74308,8.99910\n10384,1645446367,47.74308,8.99910\n10385,1645446368,47.74308,8.99910\n10386,1645446369,47.74308,8.99910\n10387,1645446370,47.74308,8.99910\n10388,1645446371,47.74308,8.99910\n10389,1645446372,47.74308,8.99910\n10390,1645446436,47.74308,8.99916\n10391,1645446437,47.74307,8.99915\n10392,1645446438,47.74308,8.99914\n10393,1645446439,47.74308,8.99915\n10394,1645446440,47.74310,8.99915\n10395,1645446441,47.74309,8.99915\n10396,1645446442,47.74309,8.99914\n10397,1645446443,47.74309,8.99914\n10398,1645446444,47.74309,8.99913\n10399,1645446445,47.74308,8.99908\n10400,1645446447,47.74308,8.99908\n10401,1645446511,47.74308,8.99906\n10402,1645446512,47.74309,8.99907\n10403,1645446513,47.74308,8.99906\n10404,1645446514,47.74308,8.99906\n10405,1645446515,47.74308,8.99906\n10406,1645446516,47.74307,8.99905\n10407,1645446517,47.74305,8.99901\n10408,1645446519,47.74305,8.99901\n10409,1645446520,47.74305,8.99901\n10410,1645446583,47.74298,8.99897\n10411,1645446584,47.74298,8.99897\n10412,1645446585,47.74298,8.99898\n10413,1645446586,47.74299,8.99899\n10414,1645446587,47.74301,8.99901\n10415,1645446588,47.74302,8.99901\n10416,1645446589,47.74303,8.99902\n10417,1645446590,47.74304,8.99901\n10418,1645446591,47.74304,8.99901\n10419,1645446592,47.74304,8.99901\n10420,1645446657,47.74304,8.99900\n10421,1645446658,47.74305,8.99902\n10422,1645446659,47.74306,8.99903\n10423,1645446660,47.74307,8.99905\n10424,1645446661,47.74308,8.99906\n10425,1645446662,47.74308,8.99906\n10426,1645446663,47.74309,8.99906\n10427,1645446664,47.74309,8.99907\n10428,1645446665,47.74308,8.99907\n10429,1645446666,47.74308,8.99907\n10430,1645446667,47.74309,8.99907\n10431,1645446730,47.74309,8.99892\n10432,1645446731,47.74311,8.99894\n10433,1645446732,47.74309,8.99895\n10434,1645446733,47.74308,8.99895\n10435,1645446734,47.74307,8.99895\n10436,1645446735,47.74306,8.99896\n10437,1645446736,47.74306,8.99896\n10438,1645446737,47.74305,8.99897\n10439,1645446738,47.74305,8.99898\n10440,1645446739,47.74304,8.99898\n10441,1645446741,47.74304,8.99899\n10442,1645446742,47.74304,8.99899\n10443,1645446805,47.74300,8.99901\n10444,1645446806,47.74302,8.99901\n10445,1645446807,47.74303,8.99901\n10446,1645446808,47.74304,8.99901\n10447,1645446809,47.74305,8.99901\n10448,1645446810,47.74306,8.99901\n10449,1645446811,47.74307,8.99901\n10450,1645446812,47.74307,8.99901\n10451,1645446876,47.74320,8.99896\n10452,1645446877,47.74321,8.99894\n10453,1645446878,47.74316,8.99898\n10454,1645446879,47.74313,8.99900\n10455,1645446880,47.74311,8.99902\n10456,1645446881,47.74312,8.99902\n10457,1645446882,47.74312,8.99901\n10458,1645446883,47.74312,8.99902\n10459,1645446884,47.74310,8.99905\n10460,1645446949,47.74316,8.99910\n10461,1645447016,47.74317,8.99903\n10462,1645447082,47.74316,8.99896\n10463,1645447083,47.74318,8.99895\n10464,1645447084,47.74317,8.99895\n10465,1645447085,47.74318,8.99895\n10466,1645447086,47.74318,8.99895\n10467,1645447087,47.74319,8.99895\n10468,1645447088,47.74313,8.99902\n10469,1645447090,47.74313,8.99902\n10470,1645447091,47.74314,8.99902\n10471,1645447155,47.74308,8.99902\n10472,1645447156,47.74309,8.99905\n10473,1645447157,47.74308,8.99904\n10474,1645447158,47.74309,8.99903\n10475,1645447159,47.74309,8.99902\n10476,1645447160,47.74310,8.99902\n10477,1645447161,47.74311,8.99902\n10478,1645447162,47.74311,8.99903\n10479,1645447227,47.74309,8.99909\n10480,1645447228,47.74312,8.99912\n10481,1645447229,47.74311,8.99911\n10482,1645447230,47.74311,8.99910\n10483,1645447231,47.74312,8.99911\n10484,1645447232,47.74313,8.99911\n10485,1645447233,47.74313,8.99911\n10486,1645447297,47.74316,8.99903\n10487,1645447298,47.74314,8.99904\n10488,1645447299,47.74313,8.99905\n10489,1645447300,47.74313,8.99904\n10490,1645447301,47.74312,8.99905\n10491,1645447302,47.74312,8.99906\n10492,1645447303,47.74313,8.99907\n10493,1645447304,47.74312,8.99907\n10494,1645447368,47.74327,8.99913\n10495,1645447369,47.74321,8.99909\n10496,1645447370,47.74316,8.99907\n10497,1645447371,47.74316,8.99908\n10498,1645447372,47.74315,8.99907\n10499,1645447373,47.74313,8.99905\n10500,1645447374,47.74312,8.99905\n10501,1645447439,47.74305,8.99903\n10502,1645447440,47.74306,8.99904\n10503,1645447507,47.74310,8.99906\n10504,1645447508,47.74310,8.99906\n10505,1645447509,47.74311,8.99906\n10506,1645447510,47.74310,8.99906\n10507,1645447511,47.74310,8.99906\n10508,1645447512,47.74310,8.99905\n10509,1645447580,47.74304,8.99898\n10510,1645447581,47.74305,8.99901\n10511,1645447582,47.74305,8.99902\n10512,1645447647,47.74315,8.99904\n10513,1645447648,47.74314,8.99905\n10514,1645447715,47.74309,8.99901\n10515,1645447716,47.74308,8.99901\n10516,1645447717,47.74308,8.99902\n10517,1645447785,47.74311,8.99905\n10518,1645447854,47.74312,8.99905\n10519,1645447920,47.74309,8.99904\n10520,1645447921,47.74308,8.99903\n10521,1645447922,47.74307,8.99903\n10522,1645447923,47.74307,8.99903\n10523,1645447924,47.74307,8.99903\n10524,1645447989,47.74315,8.99904\n10525,1645448054,47.74311,8.99905\n10526,1645448119,47.74312,8.99904\n10527,1645448120,47.74312,8.99904\n***END MEMORY***\nV108, ID: 30-5526, 3415mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220222_1s_Interval_10842_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1645517089,47.74302,8.99891\n2,1645517091,47.74306,8.99892\n3,1645517092,47.74307,8.99892\n4,1645517093,47.74307,8.99893\n5,1645517094,47.74307,8.99893\n6,1645517095,47.74307,8.99893\n7,1645517096,47.74308,8.99893\n8,1645517097,47.74308,8.99894\n9,1645517098,47.74307,8.99894\n10,1645517099,47.74307,8.99895\n11,1645517100,47.74307,8.99895\n12,1645517101,47.74307,8.99895\n13,1645517102,47.74307,8.99896\n14,1645517103,47.74307,8.99896\n15,1645517104,47.74307,8.99896\n16,1645517105,47.74307,8.99896\n17,1645517106,47.74307,8.99896\n18,1645517107,47.74307,8.99896\n19,1645517108,47.74307,8.99896\n20,1645517109,47.74307,8.99896\n21,1645517110,47.74307,8.99896\n22,1645517111,47.74307,8.99896\n23,1645517112,47.74307,8.99897\n24,1645517113,47.74307,8.99897\n25,1645517114,47.74306,8.99896\n26,1645517115,47.74306,8.99897\n27,1645517116,47.74306,8.99897\n28,1645517117,47.74306,8.99897\n29,1645517118,47.74307,8.99897\n30,1645517119,47.74307,8.99897\n31,1645517120,47.74307,8.99897\n32,1645517121,47.74307,8.99897\n33,1645517122,47.74307,8.99897\n34,1645517123,47.74307,8.99897\n35,1645517124,47.74307,8.99897\n36,1645517125,47.74307,8.99897\n37,1645517126,47.74307,8.99897\n38,1645517127,47.74307,8.99897\n39,1645517128,47.74308,8.99897\n40,1645517129,47.74308,8.99897\n41,1645517130,47.74308,8.99897\n42,1645517131,47.74308,8.99897\n43,1645517132,47.74308,8.99897\n44,1645517133,47.74308,8.99897\n45,1645517134,47.74308,8.99898\n46,1645517135,47.74308,8.99898\n47,1645517136,47.74308,8.99898\n48,1645517137,47.74308,8.99898\n49,1645517138,47.74308,8.99898\n50,1645517139,47.74308,8.99898\n51,1645517140,47.74308,8.99898\n52,1645517141,47.74308,8.99898\n53,1645517142,47.74308,8.99898\n54,1645517143,47.74308,8.99898\n55,1645517144,47.74308,8.99898\n56,1645517145,47.74308,8.99898\n57,1645517146,47.74308,8.99898\n58,1645517147,47.74308,8.99898\n59,1645517148,47.74308,8.99898\n60,1645517149,47.74308,8.99898\n61,1645517150,47.74309,8.99898\n62,1645517151,47.74309,8.99898\n63,1645517152,47.74309,8.99898\n64,1645517153,47.74308,8.99898\n65,1645517154,47.74309,8.99898\n66,1645517155,47.74309,8.99898\n67,1645517156,47.74309,8.99898\n68,1645517157,47.74308,8.99898\n69,1645517158,47.74308,8.99898\n70,1645517159,47.74308,8.99898\n71,1645517160,47.74308,8.99898\n72,1645517161,47.74308,8.99898\n73,1645517162,47.74308,8.99898\n74,1645517163,47.74308,8.99898\n75,1645517164,47.74308,8.99898\n76,1645517165,47.74308,8.99898\n77,1645517166,47.74308,8.99899\n78,1645517167,47.74308,8.99899\n79,1645517168,47.74308,8.99899\n80,1645517169,47.74308,8.99899\n81,1645517170,47.74308,8.99899\n82,1645517171,47.74308,8.99899\n83,1645517172,47.74308,8.99899\n84,1645517173,47.74308,8.99899\n85,1645517174,47.74308,8.99899\n86,1645517175,47.74309,8.99899\n87,1645517176,47.74309,8.99899\n88,1645517177,47.74309,8.99899\n89,1645517178,47.74309,8.99899\n90,1645517179,47.74309,8.99899\n91,1645517180,47.74309,8.99899\n92,1645517181,47.74309,8.99899\n93,1645517182,47.74309,8.99899\n94,1645517183,47.74309,8.99899\n95,1645517184,47.74309,8.99899\n96,1645517185,47.74309,8.99899\n97,1645517186,47.74309,8.99899\n98,1645517187,47.74309,8.99899\n99,1645517188,47.74309,8.99899\n100,1645517189,47.74309,8.99899\n101,1645517190,47.74309,8.99899\n102,1645517191,47.74309,8.99899\n103,1645517192,47.74309,8.99899\n104,1645517193,47.74309,8.99899\n105,1645517194,47.74309,8.99899\n106,1645517195,47.74309,8.99899\n107,1645517196,47.74309,8.99899\n108,1645517197,47.74309,8.99899\n109,1645517198,47.74309,8.99899\n110,1645517199,47.74309,8.99899\n111,1645517200,47.74309,8.99899\n112,1645517201,47.74309,8.99898\n113,1645517202,47.74309,8.99898\n114,1645517203,47.74309,8.99898\n115,1645517204,47.74309,8.99898\n116,1645517205,47.74309,8.99898\n117,1645517206,47.74309,8.99898\n118,1645517207,47.74309,8.99898\n119,1645517208,47.74309,8.99898\n120,1645517209,47.74309,8.99898\n121,1645517210,47.74309,8.99898\n122,1645517211,47.74309,8.99898\n123,1645517212,47.74309,8.99898\n124,1645517213,47.74309,8.99898\n125,1645517214,47.74309,8.99898\n126,1645517215,47.74309,8.99898\n127,1645517216,47.74309,8.99898\n128,1645517217,47.74309,8.99898\n129,1645517218,47.74309,8.99898\n130,1645517219,47.74309,8.99898\n131,1645517220,47.74309,8.99898\n132,1645517221,47.74308,8.99898\n133,1645517222,47.74308,8.99898\n134,1645517223,47.74309,8.99898\n135,1645517224,47.74309,8.99898\n136,1645517225,47.74308,8.99899\n137,1645517226,47.74308,8.99899\n138,1645517227,47.74308,8.99899\n139,1645517228,47.74308,8.99899\n140,1645517229,47.74308,8.99898\n141,1645517230,47.74308,8.99898\n142,1645517231,47.74308,8.99898\n143,1645517232,47.74308,8.99898\n144,1645517233,47.74308,8.99898\n145,1645517234,47.74308,8.99898\n146,1645517235,47.74308,8.99899\n147,1645517236,47.74308,8.99898\n148,1645517237,47.74308,8.99898\n149,1645517238,47.74308,8.99899\n150,1645517239,47.74308,8.99899\n151,1645517240,47.74308,8.99899\n152,1645517241,47.74308,8.99898\n153,1645517242,47.74308,8.99898\n154,1645517243,47.74308,8.99898\n155,1645517244,47.74308,8.99898\n156,1645517245,47.74308,8.99898\n157,1645517246,47.74308,8.99898\n158,1645517247,47.74308,8.99898\n159,1645517248,47.74308,8.99898\n160,1645517249,47.74308,8.99898\n161,1645517250,47.74308,8.99898\n162,1645517251,47.74308,8.99898\n163,1645517252,47.74308,8.99898\n164,1645517253,47.74308,8.99898\n165,1645517254,47.74308,8.99898\n166,1645517255,47.74308,8.99898\n167,1645517256,47.74308,8.99898\n168,1645517257,47.74308,8.99898\n169,1645517258,47.74308,8.99898\n170,1645517259,47.74308,8.99898\n171,1645517260,47.74308,8.99898\n172,1645517261,47.74308,8.99898\n173,1645517262,47.74308,8.99898\n174,1645517263,47.74308,8.99898\n175,1645517264,47.74308,8.99898\n176,1645517265,47.74308,8.99898\n177,1645517266,47.74308,8.99898\n178,1645517267,47.74308,8.99898\n179,1645517268,47.74308,8.99898\n180,1645517269,47.74308,8.99898\n181,1645517270,47.74308,8.99898\n182,1645517271,47.74308,8.99898\n183,1645517272,47.74308,8.99898\n184,1645517273,47.74308,8.99898\n185,1645517274,47.74308,8.99898\n186,1645517275,47.74308,8.99898\n187,1645517276,47.74308,8.99898\n188,1645517277,47.74308,8.99898\n189,1645517278,47.74308,8.99898\n190,1645517279,47.74308,8.99898\n191,1645517280,47.74308,8.99898\n192,1645517281,47.74308,8.99897\n193,1645517282,47.74308,8.99897\n194,1645517283,47.74308,8.99897\n195,1645517284,47.74308,8.99897\n196,1645517285,47.74308,8.99897\n197,1645517286,47.74308,8.99897\n198,1645517287,47.74308,8.99897\n199,1645517288,47.74308,8.99897\n200,1645517289,47.74307,8.99897\n201,1645517290,47.74307,8.99897\n202,1645517291,47.74307,8.99897\n203,1645517292,47.74307,8.99897\n204,1645517293,47.74307,8.99897\n205,1645517294,47.74307,8.99897\n206,1645517295,47.74307,8.99897\n207,1645517296,47.74307,8.99897\n208,1645517297,47.74307,8.99897\n209,1645517298,47.74307,8.99897\n210,1645517299,47.74307,8.99897\n211,1645517300,47.74307,8.99897\n212,1645517301,47.74307,8.99897\n213,1645517302,47.74306,8.99897\n214,1645517303,47.74306,8.99897\n215,1645517304,47.74306,8.99898\n216,1645517305,47.74306,8.99898\n217,1645517306,47.74306,8.99898\n218,1645517307,47.74306,8.99898\n219,1645517308,47.74306,8.99898\n220,1645517309,47.74306,8.99898\n221,1645517310,47.74306,8.99898\n222,1645517311,47.74306,8.99898\n223,1645517312,47.74306,8.99898\n224,1645517313,47.74306,8.99897\n225,1645517314,47.74306,8.99897\n226,1645517315,47.74306,8.99897\n227,1645517316,47.74306,8.99897\n228,1645517317,47.74306,8.99897\n229,1645517318,47.74306,8.99897\n230,1645517319,47.74306,8.99897\n231,1645517320,47.74305,8.99897\n232,1645517321,47.74305,8.99897\n233,1645517322,47.74305,8.99897\n234,1645517323,47.74305,8.99897\n235,1645517324,47.74305,8.99897\n236,1645517325,47.74305,8.99897\n237,1645517326,47.74305,8.99897\n238,1645517327,47.74305,8.99897\n239,1645517328,47.74305,8.99897\n240,1645517329,47.74305,8.99897\n241,1645517330,47.74304,8.99897\n242,1645517331,47.74304,8.99897\n243,1645517332,47.74304,8.99897\n244,1645517333,47.74304,8.99897\n245,1645517334,47.74304,8.99897\n246,1645517335,47.74304,8.99897\n247,1645517336,47.74304,8.99897\n248,1645517337,47.74304,8.99897\n249,1645517338,47.74304,8.99897\n250,1645517339,47.74304,8.99897\n251,1645517340,47.74304,8.99897\n252,1645517341,47.74304,8.99897\n253,1645517342,47.74304,8.99897\n254,1645517343,47.74304,8.99897\n255,1645517344,47.74304,8.99897\n256,1645517345,47.74304,8.99897\n257,1645517346,47.74305,8.99897\n258,1645517347,47.74305,8.99897\n259,1645517348,47.74305,8.99897\n260,1645517349,47.74305,8.99897\n261,1645517350,47.74305,8.99897\n262,1645517351,47.74305,8.99897\n263,1645517352,47.74305,8.99897\n264,1645517353,47.74305,8.99897\n265,1645517354,47.74305,8.99897\n266,1645517355,47.74305,8.99897\n267,1645517356,47.74305,8.99897\n268,1645517357,47.74305,8.99897\n269,1645517358,47.74305,8.99897\n270,1645517359,47.74305,8.99897\n271,1645517360,47.74304,8.99897\n272,1645517361,47.74304,8.99897\n273,1645517362,47.74304,8.99897\n274,1645517363,47.74304,8.99897\n275,1645517364,47.74305,8.99897\n276,1645517365,47.74305,8.99897\n277,1645517366,47.74305,8.99897\n278,1645517367,47.74305,8.99897\n279,1645517368,47.74305,8.99897\n280,1645517369,47.74305,8.99897\n281,1645517370,47.74305,8.99897\n282,1645517371,47.74305,8.99897\n283,1645517372,47.74305,8.99897\n284,1645517373,47.74305,8.99897\n285,1645517374,47.74305,8.99897\n286,1645517375,47.74305,8.99897\n287,1645517376,47.74305,8.99897\n288,1645517377,47.74306,8.99897\n289,1645517378,47.74306,8.99897\n290,1645517379,47.74306,8.99897\n291,1645517380,47.74306,8.99898\n292,1645517381,47.74306,8.99898\n293,1645517382,47.74306,8.99898\n294,1645517383,47.74306,8.99898\n295,1645517384,47.74306,8.99898\n296,1645517385,47.74306,8.99898\n297,1645517386,47.74306,8.99898\n298,1645517387,47.74306,8.99898\n299,1645517388,47.74306,8.99898\n300,1645517389,47.74306,8.99898\n301,1645517390,47.74306,8.99898\n302,1645517391,47.74306,8.99898\n303,1645517392,47.74306,8.99898\n304,1645517393,47.74306,8.99898\n305,1645517394,47.74306,8.99898\n306,1645517395,47.74307,8.99898\n307,1645517396,47.74307,8.99898\n308,1645517397,47.74307,8.99898\n309,1645517398,47.74307,8.99898\n310,1645517399,47.74307,8.99898\n311,1645517400,47.74307,8.99898\n312,1645517401,47.74307,8.99898\n313,1645517402,47.74307,8.99898\n314,1645517403,47.74307,8.99898\n315,1645517404,47.74307,8.99898\n316,1645517405,47.74307,8.99898\n317,1645517406,47.74307,8.99898\n318,1645517407,47.74307,8.99898\n319,1645517408,47.74307,8.99898\n320,1645517409,47.74307,8.99899\n321,1645517410,47.74307,8.99899\n322,1645517411,47.74307,8.99899\n323,1645517412,47.74307,8.99899\n324,1645517413,47.74307,8.99899\n325,1645517414,47.74307,8.99899\n326,1645517415,47.74307,8.99899\n327,1645517416,47.74307,8.99899\n328,1645517417,47.74306,8.99899\n329,1645517418,47.74306,8.99899\n330,1645517419,47.74306,8.99898\n331,1645517420,47.74307,8.99898\n332,1645517421,47.74307,8.99898\n333,1645517422,47.74307,8.99898\n334,1645517423,47.74307,8.99898\n335,1645517424,47.74307,8.99898\n336,1645517425,47.74307,8.99898\n337,1645517426,47.74307,8.99897\n338,1645517427,47.74307,8.99897\n339,1645517428,47.74307,8.99898\n340,1645517429,47.74308,8.99897\n341,1645517430,47.74308,8.99897\n342,1645517431,47.74307,8.99897\n343,1645517432,47.74307,8.99897\n344,1645517433,47.74307,8.99897\n345,1645517434,47.74307,8.99897\n346,1645517435,47.74307,8.99897\n347,1645517436,47.74307,8.99897\n348,1645517437,47.74307,8.99897\n349,1645517438,47.74306,8.99897\n350,1645517439,47.74306,8.99897\n351,1645517440,47.74306,8.99897\n352,1645517441,47.74306,8.99896\n353,1645517442,47.74306,8.99896\n354,1645517443,47.74306,8.99896\n355,1645517444,47.74306,8.99896\n356,1645517445,47.74305,8.99896\n357,1645517446,47.74305,8.99896\n358,1645517447,47.74306,8.99896\n359,1645517448,47.74306,8.99896\n360,1645517449,47.74306,8.99896\n361,1645517450,47.74305,8.99895\n362,1645517451,47.74306,8.99895\n363,1645517452,47.74305,8.99895\n364,1645517453,47.74305,8.99895\n365,1645517454,47.74305,8.99895\n366,1645517455,47.74305,8.99895\n367,1645517456,47.74305,8.99895\n368,1645517457,47.74305,8.99895\n369,1645517458,47.74305,8.99895\n370,1645517459,47.74305,8.99895\n371,1645517460,47.74305,8.99895\n372,1645517461,47.74306,8.99895\n373,1645517462,47.74306,8.99895\n374,1645517463,47.74306,8.99895\n375,1645517464,47.74306,8.99895\n376,1645517465,47.74306,8.99895\n377,1645517466,47.74306,8.99895\n378,1645517467,47.74306,8.99895\n379,1645517468,47.74306,8.99895\n380,1645517469,47.74305,8.99896\n381,1645517470,47.74305,8.99895\n382,1645517471,47.74305,8.99895\n383,1645517472,47.74305,8.99895\n384,1645517473,47.74305,8.99895\n385,1645517474,47.74305,8.99895\n386,1645517475,47.74305,8.99895\n387,1645517476,47.74305,8.99895\n388,1645517477,47.74305,8.99895\n389,1645517478,47.74304,8.99895\n390,1645517479,47.74304,8.99896\n391,1645517480,47.74304,8.99896\n392,1645517481,47.74304,8.99896\n393,1645517482,47.74304,8.99896\n394,1645517483,47.74304,8.99896\n395,1645517484,47.74304,8.99896\n396,1645517485,47.74304,8.99896\n397,1645517486,47.74304,8.99896\n398,1645517487,47.74304,8.99896\n399,1645517488,47.74304,8.99896\n400,1645517489,47.74304,8.99896\n401,1645517490,47.74304,8.99896\n402,1645517491,47.74304,8.99897\n403,1645517492,47.74304,8.99897\n404,1645517493,47.74304,8.99897\n405,1645517494,47.74304,8.99897\n406,1645517495,47.74304,8.99897\n407,1645517496,47.74304,8.99897\n408,1645517497,47.74304,8.99897\n409,1645517498,47.74304,8.99897\n410,1645517499,47.74303,8.99897\n411,1645517500,47.74303,8.99897\n412,1645517501,47.74303,8.99897\n413,1645517502,47.74303,8.99897\n414,1645517503,47.74303,8.99897\n415,1645517504,47.74303,8.99897\n416,1645517505,47.74303,8.99897\n417,1645517506,47.74303,8.99897\n418,1645517507,47.74303,8.99897\n419,1645517508,47.74303,8.99897\n420,1645517509,47.74304,8.99897\n421,1645517510,47.74304,8.99897\n422,1645517511,47.74304,8.99897\n423,1645517512,47.74304,8.99897\n424,1645517513,47.74304,8.99897\n425,1645517514,47.74304,8.99897\n426,1645517515,47.74304,8.99897\n427,1645517516,47.74304,8.99897\n428,1645517517,47.74304,8.99897\n429,1645517518,47.74304,8.99897\n430,1645517519,47.74304,8.99897\n431,1645517520,47.74304,8.99897\n432,1645517521,47.74304,8.99897\n433,1645517522,47.74304,8.99897\n434,1645517523,47.74304,8.99897\n435,1645517524,47.74304,8.99897\n436,1645517525,47.74304,8.99897\n437,1645517526,47.74304,8.99897\n438,1645517527,47.74304,8.99897\n439,1645517528,47.74304,8.99897\n440,1645517529,47.74304,8.99896\n441,1645517530,47.74304,8.99897\n442,1645517531,47.74304,8.99896\n443,1645517532,47.74304,8.99896\n444,1645517533,47.74304,8.99896\n445,1645517534,47.74304,8.99896\n446,1645517535,47.74304,8.99896\n447,1645517536,47.74304,8.99896\n448,1645517537,47.74304,8.99896\n449,1645517538,47.74304,8.99896\n450,1645517539,47.74304,8.99896\n451,1645517540,47.74304,8.99896\n452,1645517541,47.74304,8.99896\n453,1645517542,47.74304,8.99895\n454,1645517543,47.74304,8.99896\n455,1645517544,47.74304,8.99896\n456,1645517545,47.74304,8.99896\n457,1645517546,47.74304,8.99896\n458,1645517547,47.74305,8.99896\n459,1645517548,47.74305,8.99895\n460,1645517549,47.74305,8.99895\n461,1645517550,47.74305,8.99896\n462,1645517551,47.74305,8.99896\n463,1645517552,47.74305,8.99895\n464,1645517553,47.74305,8.99896\n465,1645517554,47.74305,8.99895\n466,1645517555,47.74305,8.99895\n467,1645517556,47.74305,8.99895\n468,1645517557,47.74305,8.99895\n469,1645517558,47.74305,8.99895\n470,1645517559,47.74305,8.99895\n471,1645517560,47.74305,8.99895\n472,1645517561,47.74305,8.99895\n473,1645517562,47.74305,8.99895\n474,1645517563,47.74305,8.99895\n475,1645517564,47.74305,8.99895\n476,1645517565,47.74305,8.99895\n477,1645517566,47.74305,8.99895\n478,1645517567,47.74305,8.99895\n479,1645517568,47.74305,8.99895\n480,1645517569,47.74305,8.99895\n481,1645517570,47.74304,8.99896\n482,1645517571,47.74304,8.99896\n483,1645517572,47.74304,8.99896\n484,1645517573,47.74304,8.99896\n485,1645517574,47.74304,8.99896\n486,1645517575,47.74304,8.99896\n487,1645517576,47.74304,8.99896\n488,1645517577,47.74304,8.99896\n489,1645517578,47.74304,8.99897\n490,1645517579,47.74304,8.99897\n491,1645517580,47.74304,8.99897\n492,1645517581,47.74304,8.99897\n493,1645517582,47.74304,8.99897\n494,1645517583,47.74304,8.99897\n495,1645517584,47.74304,8.99897\n496,1645517585,47.74304,8.99897\n497,1645517586,47.74304,8.99897\n498,1645517587,47.74304,8.99897\n499,1645517588,47.74304,8.99897\n500,1645517589,47.74304,8.99897\n501,1645517590,47.74304,8.99897\n502,1645517591,47.74304,8.99897\n503,1645517592,47.74304,8.99897\n504,1645517593,47.74304,8.99897\n505,1645517594,47.74304,8.99897\n506,1645517595,47.74304,8.99897\n507,1645517596,47.74304,8.99897\n508,1645517597,47.74304,8.99897\n509,1645517598,47.74304,8.99897\n510,1645517599,47.74304,8.99897\n511,1645517600,47.74304,8.99897\n512,1645517601,47.74304,8.99897\n513,1645517602,47.74304,8.99897\n514,1645517603,47.74304,8.99897\n515,1645517604,47.74305,8.99897\n516,1645517605,47.74305,8.99897\n517,1645517606,47.74305,8.99897\n518,1645517607,47.74305,8.99897\n519,1645517608,47.74305,8.99896\n520,1645517609,47.74305,8.99896\n521,1645517610,47.74305,8.99896\n522,1645517611,47.74305,8.99896\n523,1645517612,47.74305,8.99897\n524,1645517613,47.74305,8.99897\n525,1645517614,47.74305,8.99897\n526,1645517615,47.74305,8.99897\n527,1645517616,47.74305,8.99897\n528,1645517617,47.74305,8.99897\n529,1645517618,47.74305,8.99897\n530,1645517619,47.74305,8.99897\n531,1645517620,47.74305,8.99897\n532,1645517621,47.74305,8.99897\n533,1645517622,47.74306,8.99897\n534,1645517623,47.74306,8.99897\n535,1645517624,47.74306,8.99897\n536,1645517625,47.74306,8.99897\n537,1645517626,47.74306,8.99897\n538,1645517627,47.74306,8.99897\n539,1645517628,47.74306,8.99897\n540,1645517629,47.74306,8.99897\n541,1645517630,47.74306,8.99897\n542,1645517631,47.74306,8.99897\n543,1645517632,47.74306,8.99897\n544,1645517633,47.74306,8.99897\n545,1645517634,47.74306,8.99897\n546,1645517635,47.74306,8.99897\n547,1645517636,47.74306,8.99897\n548,1645517637,47.74306,8.99897\n549,1645517638,47.74306,8.99897\n550,1645517639,47.74306,8.99897\n551,1645517640,47.74306,8.99897\n552,1645517641,47.74306,8.99897\n553,1645517642,47.74306,8.99897\n554,1645517643,47.74306,8.99897\n555,1645517644,47.74306,8.99896\n556,1645517645,47.74306,8.99896\n557,1645517646,47.74306,8.99896\n558,1645517647,47.74306,8.99896\n559,1645517648,47.74306,8.99896\n560,1645517649,47.74306,8.99896\n561,1645517650,47.74306,8.99896\n562,1645517651,47.74306,8.99896\n563,1645517652,47.74306,8.99897\n564,1645517653,47.74306,8.99897\n565,1645517654,47.74306,8.99897\n566,1645517655,47.74306,8.99897\n567,1645517656,47.74306,8.99897\n568,1645517657,47.74306,8.99897\n569,1645517658,47.74306,8.99897\n570,1645517659,47.74306,8.99897\n571,1645517660,47.74306,8.99897\n572,1645517661,47.74306,8.99896\n573,1645517662,47.74306,8.99896\n574,1645517663,47.74306,8.99896\n575,1645517664,47.74306,8.99897\n576,1645517665,47.74306,8.99897\n577,1645517666,47.74306,8.99896\n578,1645517667,47.74306,8.99896\n579,1645517668,47.74306,8.99896\n580,1645517669,47.74306,8.99896\n581,1645517670,47.74306,8.99896\n582,1645517671,47.74306,8.99896\n583,1645517672,47.74306,8.99896\n584,1645517673,47.74306,8.99896\n585,1645517674,47.74306,8.99896\n586,1645517675,47.74306,8.99896\n587,1645517676,47.74306,8.99896\n588,1645517677,47.74306,8.99896\n589,1645517678,47.74306,8.99896\n590,1645517679,47.74306,8.99896\n591,1645517680,47.74306,8.99896\n592,1645517681,47.74306,8.99896\n593,1645517682,47.74306,8.99896\n594,1645517683,47.74306,8.99896\n595,1645517684,47.74306,8.99896\n596,1645517685,47.74306,8.99896\n597,1645517686,47.74306,8.99896\n598,1645517687,47.74306,8.99896\n599,1645517688,47.74306,8.99896\n600,1645517689,47.74306,8.99896\n601,1645517690,47.74306,8.99896\n602,1645517691,47.74306,8.99895\n603,1645517692,47.74306,8.99895\n604,1645517693,47.74306,8.99895\n605,1645517694,47.74306,8.99895\n606,1645517695,47.74306,8.99895\n607,1645517696,47.74306,8.99895\n608,1645517697,47.74306,8.99895\n609,1645517698,47.74307,8.99895\n610,1645517699,47.74307,8.99895\n611,1645517700,47.74307,8.99895\n612,1645517701,47.74307,8.99895\n613,1645517702,47.74307,8.99895\n614,1645517703,47.74307,8.99895\n615,1645517704,47.74307,8.99895\n616,1645517705,47.74307,8.99895\n617,1645517706,47.74307,8.99895\n618,1645517707,47.74307,8.99895\n619,1645517708,47.74307,8.99895\n620,1645517709,47.74307,8.99895\n621,1645517710,47.74307,8.99895\n622,1645517711,47.74307,8.99894\n623,1645517712,47.74307,8.99894\n624,1645517713,47.74307,8.99894\n625,1645517714,47.74307,8.99894\n626,1645517715,47.74307,8.99894\n627,1645517716,47.74307,8.99894\n628,1645517717,47.74306,8.99894\n629,1645517718,47.74306,8.99894\n630,1645517719,47.74306,8.99894\n631,1645517720,47.74306,8.99894\n632,1645517721,47.74306,8.99894\n633,1645517722,47.74306,8.99894\n634,1645517723,47.74306,8.99893\n635,1645517724,47.74306,8.99893\n636,1645517725,47.74306,8.99893\n637,1645517726,47.74306,8.99893\n638,1645517727,47.74306,8.99893\n639,1645517728,47.74306,8.99893\n640,1645517729,47.74306,8.99893\n641,1645517730,47.74306,8.99894\n642,1645517731,47.74306,8.99894\n643,1645517732,47.74306,8.99894\n644,1645517733,47.74306,8.99894\n645,1645517734,47.74306,8.99894\n646,1645517735,47.74306,8.99894\n647,1645517736,47.74306,8.99894\n648,1645517737,47.74306,8.99894\n649,1645517738,47.74306,8.99894\n650,1645517739,47.74306,8.99894\n651,1645517740,47.74306,8.99894\n652,1645517741,47.74306,8.99894\n653,1645517742,47.74306,8.99894\n654,1645517743,47.74306,8.99894\n655,1645517744,47.74306,8.99894\n656,1645517745,47.74306,8.99894\n657,1645517746,47.74306,8.99894\n658,1645517747,47.74306,8.99894\n659,1645517748,47.74306,8.99894\n660,1645517749,47.74306,8.99894\n661,1645517750,47.74306,8.99894\n662,1645517751,47.74306,8.99894\n663,1645517752,47.74306,8.99894\n664,1645517753,47.74306,8.99894\n665,1645517754,47.74306,8.99894\n666,1645517755,47.74306,8.99894\n667,1645517756,47.74306,8.99894\n668,1645517757,47.74306,8.99893\n669,1645517758,47.74306,8.99893\n670,1645517759,47.74306,8.99894\n671,1645517760,47.74306,8.99894\n672,1645517761,47.74306,8.99894\n673,1645517762,47.74306,8.99894\n674,1645517763,47.74306,8.99894\n675,1645517764,47.74307,8.99894\n676,1645517765,47.74307,8.99894\n677,1645517766,47.74307,8.99894\n678,1645517767,47.74307,8.99894\n679,1645517768,47.74307,8.99894\n680,1645517769,47.74307,8.99894\n681,1645517770,47.74307,8.99894\n682,1645517771,47.74307,8.99894\n683,1645517772,47.74307,8.99894\n684,1645517773,47.74307,8.99894\n685,1645517774,47.74307,8.99894\n686,1645517775,47.74307,8.99894\n687,1645517776,47.74307,8.99894\n688,1645517777,47.74307,8.99894\n689,1645517778,47.74307,8.99894\n690,1645517779,47.74307,8.99894\n691,1645517780,47.74307,8.99894\n692,1645517781,47.74307,8.99894\n693,1645517782,47.74307,8.99894\n694,1645517783,47.74307,8.99894\n695,1645517784,47.74307,8.99894\n696,1645517785,47.74307,8.99894\n697,1645517786,47.74307,8.99894\n698,1645517787,47.74307,8.99894\n699,1645517788,47.74307,8.99894\n700,1645517789,47.74307,8.99894\n701,1645517790,47.74307,8.99894\n702,1645517791,47.74308,8.99894\n703,1645517792,47.74308,8.99894\n704,1645517793,47.74308,8.99894\n705,1645517794,47.74308,8.99894\n706,1645517795,47.74308,8.99894\n707,1645517796,47.74308,8.99894\n708,1645517797,47.74308,8.99894\n709,1645517798,47.74308,8.99894\n710,1645517799,47.74308,8.99894\n711,1645517800,47.74308,8.99894\n712,1645517801,47.74308,8.99894\n713,1645517802,47.74308,8.99894\n714,1645517803,47.74308,8.99894\n715,1645517804,47.74308,8.99894\n716,1645517805,47.74308,8.99894\n717,1645517806,47.74308,8.99894\n718,1645517807,47.74308,8.99894\n719,1645517808,47.74308,8.99894\n720,1645517809,47.74308,8.99894\n721,1645517810,47.74308,8.99894\n722,1645517811,47.74309,8.99894\n723,1645517812,47.74309,8.99894\n724,1645517813,47.74309,8.99894\n725,1645517814,47.74309,8.99894\n726,1645517815,47.74309,8.99894\n727,1645517816,47.74309,8.99894\n728,1645517817,47.74309,8.99894\n729,1645517818,47.74309,8.99894\n730,1645517819,47.74309,8.99894\n731,1645517820,47.74309,8.99894\n732,1645517821,47.74309,8.99894\n733,1645517822,47.74309,8.99893\n734,1645517823,47.74309,8.99893\n735,1645517824,47.74309,8.99893\n736,1645517825,47.74309,8.99893\n737,1645517826,47.74309,8.99893\n738,1645517827,47.74309,8.99893\n739,1645517828,47.74308,8.99893\n740,1645517829,47.74308,8.99893\n741,1645517830,47.74308,8.99893\n742,1645517831,47.74308,8.99893\n743,1645517832,47.74308,8.99893\n744,1645517833,47.74308,8.99892\n745,1645517834,47.74308,8.99892\n746,1645517835,47.74308,8.99892\n747,1645517836,47.74308,8.99892\n748,1645517837,47.74308,8.99892\n749,1645517838,47.74308,8.99892\n750,1645517839,47.74308,8.99892\n751,1645517840,47.74308,8.99892\n752,1645517841,47.74308,8.99892\n753,1645517842,47.74308,8.99892\n754,1645517843,47.74308,8.99892\n755,1645517844,47.74308,8.99892\n756,1645517845,47.74308,8.99892\n757,1645517846,47.74308,8.99892\n758,1645517847,47.74308,8.99892\n759,1645517848,47.74308,8.99892\n760,1645517849,47.74308,8.99892\n761,1645517850,47.74308,8.99892\n762,1645517851,47.74308,8.99892\n763,1645517852,47.74308,8.99892\n764,1645517853,47.74308,8.99892\n765,1645517854,47.74308,8.99892\n766,1645517855,47.74308,8.99892\n767,1645517856,47.74308,8.99892\n768,1645517857,47.74308,8.99892\n769,1645517858,47.74308,8.99892\n770,1645517859,47.74308,8.99892\n771,1645517860,47.74308,8.99892\n772,1645517861,47.74308,8.99892\n773,1645517862,47.74308,8.99892\n774,1645517863,47.74308,8.99892\n775,1645517864,47.74308,8.99892\n776,1645517865,47.74308,8.99892\n777,1645517866,47.74308,8.99892\n778,1645517867,47.74308,8.99892\n779,1645517868,47.74308,8.99892\n780,1645517869,47.74308,8.99891\n781,1645517870,47.74308,8.99891\n782,1645517871,47.74308,8.99891\n783,1645517872,47.74308,8.99891\n784,1645517873,47.74308,8.99891\n785,1645517874,47.74308,8.99891\n786,1645517875,47.74308,8.99891\n787,1645517876,47.74308,8.99891\n788,1645517877,47.74308,8.99891\n789,1645517878,47.74308,8.99891\n790,1645517879,47.74308,8.99891\n791,1645517880,47.74308,8.99891\n792,1645517881,47.74308,8.99891\n793,1645517882,47.74308,8.99890\n794,1645517883,47.74308,8.99890\n795,1645517884,47.74308,8.99890\n796,1645517885,47.74308,8.99890\n797,1645517886,47.74308,8.99890\n798,1645517887,47.74307,8.99890\n799,1645517888,47.74307,8.99890\n800,1645517889,47.74307,8.99890\n801,1645517890,47.74307,8.99890\n802,1645517891,47.74307,8.99890\n803,1645517892,47.74306,8.99890\n804,1645517893,47.74306,8.99890\n805,1645517894,47.74306,8.99890\n806,1645517895,47.74306,8.99890\n807,1645517896,47.74306,8.99890\n808,1645517897,47.74306,8.99890\n809,1645517898,47.74305,8.99890\n810,1645517899,47.74305,8.99890\n811,1645517900,47.74305,8.99890\n812,1645517901,47.74305,8.99890\n813,1645517902,47.74305,8.99890\n814,1645517903,47.74305,8.99890\n815,1645517904,47.74305,8.99890\n816,1645517905,47.74305,8.99890\n817,1645517906,47.74304,8.99890\n818,1645517907,47.74304,8.99890\n819,1645517908,47.74304,8.99890\n820,1645517909,47.74304,8.99890\n821,1645517910,47.74304,8.99890\n822,1645517911,47.74304,8.99890\n823,1645517912,47.74304,8.99890\n824,1645517913,47.74304,8.99890\n825,1645517914,47.74304,8.99890\n826,1645517915,47.74304,8.99890\n827,1645517916,47.74304,8.99890\n828,1645517917,47.74304,8.99890\n829,1645517918,47.74303,8.99890\n830,1645517919,47.74303,8.99890\n831,1645517920,47.74303,8.99890\n832,1645517921,47.74303,8.99890\n833,1645517922,47.74304,8.99890\n834,1645517923,47.74304,8.99890\n835,1645517924,47.74304,8.99890\n836,1645517925,47.74304,8.99890\n837,1645517926,47.74304,8.99890\n838,1645517927,47.74304,8.99890\n839,1645517928,47.74304,8.99890\n840,1645517929,47.74304,8.99890\n841,1645517930,47.74304,8.99890\n842,1645517931,47.74304,8.99890\n843,1645517932,47.74304,8.99890\n844,1645517933,47.74304,8.99890\n845,1645517934,47.74304,8.99891\n846,1645517935,47.74304,8.99891\n847,1645517936,47.74304,8.99891\n848,1645517937,47.74305,8.99891\n849,1645517938,47.74305,8.99891\n850,1645517939,47.74305,8.99891\n851,1645517940,47.74305,8.99891\n852,1645517941,47.74305,8.99891\n853,1645517942,47.74305,8.99891\n854,1645517943,47.74305,8.99891\n855,1645517944,47.74305,8.99891\n856,1645517945,47.74305,8.99891\n857,1645517946,47.74305,8.99891\n858,1645517947,47.74306,8.99891\n859,1645517948,47.74306,8.99891\n860,1645517949,47.74306,8.99891\n861,1645517950,47.74306,8.99891\n862,1645517951,47.74306,8.99891\n863,1645517952,47.74306,8.99891\n864,1645517953,47.74307,8.99891\n865,1645517954,47.74307,8.99891\n866,1645517955,47.74307,8.99891\n867,1645517956,47.74307,8.99891\n868,1645517957,47.74307,8.99891\n869,1645517958,47.74307,8.99891\n870,1645517959,47.74307,8.99891\n871,1645517960,47.74307,8.99891\n872,1645517961,47.74307,8.99891\n873,1645517962,47.74307,8.99891\n874,1645517963,47.74306,8.99891\n875,1645517964,47.74306,8.99891\n876,1645517965,47.74306,8.99892\n877,1645517966,47.74306,8.99892\n878,1645517967,47.74306,8.99892\n879,1645517968,47.74306,8.99892\n880,1645517969,47.74306,8.99892\n881,1645517970,47.74306,8.99892\n882,1645517971,47.74306,8.99892\n883,1645517972,47.74306,8.99893\n884,1645517973,47.74306,8.99893\n885,1645517974,47.74306,8.99893\n886,1645517975,47.74306,8.99893\n887,1645517976,47.74306,8.99893\n888,1645517977,47.74306,8.99894\n889,1645517978,47.74306,8.99894\n890,1645517979,47.74306,8.99894\n891,1645517980,47.74307,8.99894\n892,1645517981,47.74307,8.99894\n893,1645517982,47.74307,8.99894\n894,1645517983,47.74307,8.99894\n895,1645517984,47.74307,8.99894\n896,1645517985,47.74307,8.99894\n897,1645517986,47.74306,8.99894\n898,1645517987,47.74306,8.99893\n899,1645517988,47.74306,8.99893\n900,1645517989,47.74306,8.99893\n901,1645517990,47.74306,8.99893\n902,1645517991,47.74306,8.99893\n903,1645517992,47.74306,8.99893\n904,1645517993,47.74306,8.99893\n905,1645517994,47.74306,8.99893\n906,1645517995,47.74306,8.99893\n907,1645517996,47.74306,8.99893\n908,1645517997,47.74306,8.99893\n909,1645517998,47.74306,8.99893\n910,1645517999,47.74305,8.99893\n911,1645518000,47.74305,8.99893\n912,1645518001,47.74306,8.99893\n913,1645518002,47.74306,8.99893\n914,1645518003,47.74306,8.99893\n915,1645518004,47.74306,8.99893\n916,1645518005,47.74306,8.99893\n917,1645518006,47.74306,8.99893\n918,1645518007,47.74306,8.99893\n919,1645518008,47.74306,8.99893\n920,1645518009,47.74306,8.99893\n921,1645518010,47.74305,8.99893\n922,1645518011,47.74305,8.99893\n923,1645518012,47.74305,8.99893\n924,1645518013,47.74305,8.99893\n925,1645518014,47.74305,8.99893\n926,1645518015,47.74305,8.99893\n927,1645518016,47.74305,8.99893\n928,1645518017,47.74305,8.99893\n929,1645518018,47.74305,8.99893\n930,1645518019,47.74305,8.99893\n931,1645518020,47.74306,8.99893\n932,1645518021,47.74305,8.99893\n933,1645518022,47.74305,8.99893\n934,1645518023,47.74305,8.99893\n935,1645518024,47.74305,8.99893\n936,1645518025,47.74305,8.99893\n937,1645518026,47.74305,8.99893\n938,1645518027,47.74305,8.99893\n939,1645518028,47.74305,8.99893\n940,1645518029,47.74305,8.99893\n941,1645518030,47.74305,8.99893\n942,1645518031,47.74305,8.99893\n943,1645518032,47.74305,8.99893\n944,1645518033,47.74305,8.99893\n945,1645518034,47.74305,8.99893\n946,1645518035,47.74305,8.99893\n947,1645518036,47.74306,8.99893\n948,1645518037,47.74306,8.99893\n949,1645518038,47.74306,8.99893\n950,1645518039,47.74306,8.99893\n951,1645518040,47.74306,8.99893\n952,1645518041,47.74306,8.99893\n953,1645518042,47.74306,8.99893\n954,1645518043,47.74306,8.99893\n955,1645518044,47.74306,8.99893\n956,1645518045,47.74306,8.99893\n957,1645518046,47.74306,8.99893\n958,1645518047,47.74306,8.99893\n959,1645518048,47.74306,8.99892\n960,1645518049,47.74306,8.99892\n961,1645518050,47.74306,8.99893\n962,1645518051,47.74306,8.99893\n963,1645518052,47.74306,8.99893\n964,1645518053,47.74306,8.99893\n965,1645518054,47.74306,8.99893\n966,1645518055,47.74306,8.99893\n967,1645518056,47.74306,8.99893\n968,1645518057,47.74306,8.99893\n969,1645518058,47.74306,8.99893\n970,1645518059,47.74306,8.99893\n971,1645518060,47.74306,8.99893\n972,1645518061,47.74307,8.99893\n973,1645518062,47.74307,8.99893\n974,1645518063,47.74307,8.99893\n975,1645518064,47.74307,8.99893\n976,1645518065,47.74307,8.99893\n977,1645518066,47.74307,8.99893\n978,1645518067,47.74307,8.99893\n979,1645518068,47.74307,8.99892\n980,1645518069,47.74307,8.99892\n981,1645518070,47.74307,8.99893\n982,1645518071,47.74307,8.99893\n983,1645518072,47.74307,8.99893\n984,1645518073,47.74307,8.99893\n985,1645518074,47.74308,8.99893\n986,1645518075,47.74308,8.99893\n987,1645518076,47.74308,8.99893\n988,1645518077,47.74308,8.99893\n989,1645518078,47.74308,8.99893\n990,1645518079,47.74308,8.99893\n991,1645518080,47.74308,8.99893\n992,1645518081,47.74308,8.99893\n993,1645518082,47.74308,8.99892\n994,1645518083,47.74308,8.99892\n995,1645518084,47.74308,8.99892\n996,1645518085,47.74308,8.99892\n997,1645518086,47.74308,8.99892\n998,1645518087,47.74308,8.99892\n999,1645518088,47.74308,8.99892\n1000,1645518089,47.74308,8.99892\n1001,1645518090,47.74308,8.99892\n1002,1645518091,47.74308,8.99892\n1003,1645518092,47.74308,8.99892\n1004,1645518093,47.74307,8.99892\n1005,1645518094,47.74308,8.99892\n1006,1645518095,47.74308,8.99892\n1007,1645518096,47.74308,8.99892\n1008,1645518097,47.74308,8.99892\n1009,1645518098,47.74308,8.99892\n1010,1645518099,47.74308,8.99892\n1011,1645518100,47.74308,8.99892\n1012,1645518101,47.74308,8.99891\n1013,1645518102,47.74308,8.99891\n1014,1645518103,47.74308,8.99891\n1015,1645518104,47.74308,8.99891\n1016,1645518105,47.74308,8.99891\n1017,1645518106,47.74308,8.99891\n1018,1645518107,47.74308,8.99891\n1019,1645518108,47.74308,8.99891\n1020,1645518109,47.74308,8.99891\n1021,1645518110,47.74308,8.99891\n1022,1645518111,47.74308,8.99891\n1023,1645518112,47.74308,8.99891\n1024,1645518113,47.74308,8.99891\n1025,1645518114,47.74308,8.99891\n1026,1645518115,47.74308,8.99891\n1027,1645518116,47.74308,8.99891\n1028,1645518117,47.74308,8.99891\n1029,1645518118,47.74308,8.99891\n1030,1645518119,47.74308,8.99891\n1031,1645518120,47.74308,8.99891\n1032,1645518121,47.74308,8.99891\n1033,1645518122,47.74308,8.99891\n1034,1645518123,47.74308,8.99891\n1035,1645518124,47.74308,8.99891\n1036,1645518125,47.74308,8.99891\n1037,1645518126,47.74308,8.99891\n1038,1645518127,47.74308,8.99891\n1039,1645518128,47.74308,8.99892\n1040,1645518129,47.74308,8.99892\n1041,1645518130,47.74309,8.99892\n1042,1645518131,47.74309,8.99892\n1043,1645518132,47.74309,8.99892\n1044,1645518133,47.74309,8.99892\n1045,1645518134,47.74309,8.99892\n1046,1645518135,47.74309,8.99892\n1047,1645518136,47.74310,8.99892\n1048,1645518137,47.74310,8.99892\n1049,1645518138,47.74310,8.99892\n1050,1645518139,47.74310,8.99892\n1051,1645518140,47.74310,8.99892\n1052,1645518141,47.74310,8.99891\n1053,1645518142,47.74311,8.99891\n1054,1645518143,47.74311,8.99891\n1055,1645518144,47.74311,8.99892\n1056,1645518145,47.74311,8.99892\n1057,1645518146,47.74311,8.99892\n1058,1645518147,47.74311,8.99892\n1059,1645518148,47.74311,8.99892\n1060,1645518149,47.74311,8.99892\n1061,1645518150,47.74311,8.99892\n1062,1645518151,47.74311,8.99892\n1063,1645518152,47.74311,8.99892\n1064,1645518153,47.74311,8.99892\n1065,1645518154,47.74311,8.99892\n1066,1645518155,47.74311,8.99892\n1067,1645518156,47.74311,8.99892\n1068,1645518157,47.74311,8.99892\n1069,1645518158,47.74310,8.99892\n1070,1645518159,47.74310,8.99892\n1071,1645518160,47.74309,8.99891\n1072,1645518161,47.74308,8.99892\n1073,1645518162,47.74306,8.99892\n1074,1645518163,47.74305,8.99892\n1075,1645518164,47.74304,8.99891\n1076,1645518165,47.74303,8.99891\n1077,1645518166,47.74302,8.99891\n1078,1645518167,47.74302,8.99891\n1079,1645518168,47.74301,8.99892\n1080,1645518169,47.74301,8.99892\n1081,1645518170,47.74300,8.99892\n1082,1645518171,47.74300,8.99892\n1083,1645518172,47.74300,8.99892\n1084,1645518173,47.74299,8.99892\n1085,1645518174,47.74299,8.99892\n1086,1645518175,47.74299,8.99892\n1087,1645518176,47.74298,8.99892\n1088,1645518177,47.74298,8.99892\n1089,1645518178,47.74298,8.99892\n1090,1645518179,47.74298,8.99891\n1091,1645518180,47.74298,8.99891\n1092,1645518181,47.74298,8.99891\n1093,1645518182,47.74298,8.99891\n1094,1645518183,47.74298,8.99891\n1095,1645518184,47.74298,8.99891\n1096,1645518185,47.74298,8.99891\n1097,1645518186,47.74298,8.99890\n1098,1645518187,47.74298,8.99890\n1099,1645518188,47.74298,8.99890\n1100,1645518189,47.74298,8.99890\n1101,1645518190,47.74298,8.99890\n1102,1645518191,47.74298,8.99890\n1103,1645518192,47.74298,8.99890\n1104,1645518193,47.74298,8.99890\n1105,1645518194,47.74298,8.99890\n1106,1645518195,47.74298,8.99890\n1107,1645518196,47.74298,8.99889\n1108,1645518197,47.74299,8.99889\n1109,1645518198,47.74299,8.99889\n1110,1645518199,47.74299,8.99889\n1111,1645518200,47.74299,8.99889\n1112,1645518201,47.74299,8.99889\n1113,1645518202,47.74299,8.99889\n1114,1645518203,47.74300,8.99889\n1115,1645518204,47.74300,8.99889\n1116,1645518205,47.74300,8.99889\n1117,1645518206,47.74300,8.99889\n1118,1645518207,47.74300,8.99889\n1119,1645518208,47.74300,8.99889\n1120,1645518209,47.74300,8.99889\n1121,1645518210,47.74300,8.99889\n1122,1645518211,47.74300,8.99889\n1123,1645518212,47.74300,8.99889\n1124,1645518213,47.74301,8.99890\n1125,1645518214,47.74301,8.99890\n1126,1645518215,47.74301,8.99890\n1127,1645518216,47.74300,8.99890\n1128,1645518217,47.74301,8.99890\n1129,1645518218,47.74300,8.99890\n1130,1645518219,47.74301,8.99889\n1131,1645518220,47.74300,8.99889\n1132,1645518221,47.74300,8.99889\n1133,1645518222,47.74300,8.99889\n1134,1645518223,47.74300,8.99890\n1135,1645518224,47.74300,8.99890\n1136,1645518225,47.74299,8.99890\n1137,1645518226,47.74299,8.99890\n1138,1645518227,47.74299,8.99890\n1139,1645518228,47.74299,8.99891\n1140,1645518229,47.74299,8.99891\n1141,1645518230,47.74299,8.99891\n1142,1645518231,47.74299,8.99891\n1143,1645518232,47.74299,8.99891\n1144,1645518233,47.74299,8.99891\n1145,1645518234,47.74298,8.99891\n1146,1645518235,47.74299,8.99891\n1147,1645518236,47.74299,8.99891\n1148,1645518237,47.74299,8.99891\n1149,1645518238,47.74298,8.99891\n1150,1645518239,47.74298,8.99892\n1151,1645518240,47.74298,8.99892\n1152,1645518241,47.74299,8.99892\n1153,1645518242,47.74299,8.99892\n1154,1645518243,47.74299,8.99892\n1155,1645518244,47.74299,8.99892\n1156,1645518245,47.74299,8.99892\n1157,1645518246,47.74299,8.99892\n1158,1645518247,47.74299,8.99892\n1159,1645518248,47.74299,8.99892\n1160,1645518249,47.74299,8.99892\n1161,1645518250,47.74299,8.99893\n1162,1645518251,47.74299,8.99893\n1163,1645518252,47.74300,8.99894\n1164,1645518253,47.74300,8.99894\n1165,1645518254,47.74300,8.99894\n1166,1645518255,47.74300,8.99894\n1167,1645518256,47.74300,8.99894\n1168,1645518257,47.74300,8.99894\n1169,1645518258,47.74300,8.99894\n1170,1645518259,47.74300,8.99894\n1171,1645518260,47.74300,8.99894\n1172,1645518261,47.74300,8.99894\n1173,1645518262,47.74300,8.99894\n1174,1645518263,47.74301,8.99894\n1175,1645518264,47.74301,8.99894\n1176,1645518265,47.74301,8.99895\n1177,1645518266,47.74301,8.99895\n1178,1645518267,47.74301,8.99895\n1179,1645518268,47.74301,8.99895\n1180,1645518269,47.74301,8.99895\n1181,1645518270,47.74302,8.99895\n1182,1645518271,47.74302,8.99895\n1183,1645518272,47.74302,8.99895\n1184,1645518273,47.74302,8.99895\n1185,1645518274,47.74302,8.99895\n1186,1645518275,47.74302,8.99895\n1187,1645518276,47.74302,8.99895\n1188,1645518277,47.74302,8.99895\n1189,1645518278,47.74302,8.99895\n1190,1645518279,47.74302,8.99895\n1191,1645518280,47.74303,8.99894\n1192,1645518281,47.74303,8.99894\n1193,1645518282,47.74304,8.99894\n1194,1645518283,47.74304,8.99894\n1195,1645518284,47.74304,8.99894\n1196,1645518285,47.74304,8.99894\n1197,1645518286,47.74305,8.99894\n1198,1645518287,47.74305,8.99894\n1199,1645518288,47.74305,8.99894\n1200,1645518289,47.74305,8.99894\n1201,1645518290,47.74305,8.99893\n1202,1645518291,47.74305,8.99893\n1203,1645518292,47.74305,8.99893\n1204,1645518293,47.74305,8.99893\n1205,1645518294,47.74305,8.99893\n1206,1645518295,47.74305,8.99893\n1207,1645518296,47.74305,8.99893\n1208,1645518297,47.74305,8.99893\n1209,1645518298,47.74305,8.99893\n1210,1645518299,47.74305,8.99892\n1211,1645518300,47.74305,8.99892\n1212,1645518301,47.74306,8.99892\n1213,1645518302,47.74306,8.99892\n1214,1645518303,47.74306,8.99892\n1215,1645518304,47.74306,8.99892\n1216,1645518305,47.74306,8.99892\n1217,1645518306,47.74306,8.99892\n1218,1645518307,47.74306,8.99892\n1219,1645518308,47.74306,8.99892\n1220,1645518309,47.74306,8.99892\n1221,1645518310,47.74306,8.99892\n1222,1645518311,47.74306,8.99892\n1223,1645518312,47.74306,8.99892\n1224,1645518313,47.74306,8.99892\n1225,1645518314,47.74306,8.99892\n1226,1645518315,47.74306,8.99892\n1227,1645518316,47.74306,8.99892\n1228,1645518317,47.74307,8.99892\n1229,1645518318,47.74307,8.99892\n1230,1645518319,47.74307,8.99892\n1231,1645518320,47.74307,8.99892\n1232,1645518321,47.74307,8.99893\n1233,1645518322,47.74307,8.99893\n1234,1645518323,47.74307,8.99893\n1235,1645518324,47.74307,8.99893\n1236,1645518325,47.74307,8.99893\n1237,1645518326,47.74307,8.99893\n1238,1645518327,47.74307,8.99893\n1239,1645518328,47.74307,8.99893\n1240,1645518329,47.74307,8.99893\n1241,1645518330,47.74307,8.99893\n1242,1645518331,47.74307,8.99893\n1243,1645518332,47.74307,8.99893\n1244,1645518333,47.74307,8.99892\n1245,1645518334,47.74307,8.99892\n1246,1645518335,47.74307,8.99892\n1247,1645518336,47.74307,8.99892\n1248,1645518337,47.74307,8.99892\n1249,1645518338,47.74307,8.99892\n1250,1645518339,47.74307,8.99892\n1251,1645518340,47.74307,8.99892\n1252,1645518341,47.74307,8.99892\n1253,1645518342,47.74307,8.99892\n1254,1645518343,47.74307,8.99892\n1255,1645518344,47.74307,8.99892\n1256,1645518345,47.74307,8.99892\n1257,1645518346,47.74307,8.99892\n1258,1645518347,47.74307,8.99892\n1259,1645518348,47.74307,8.99892\n1260,1645518349,47.74307,8.99892\n1261,1645518350,47.74307,8.99892\n1262,1645518351,47.74307,8.99892\n1263,1645518352,47.74307,8.99892\n1264,1645518353,47.74307,8.99892\n1265,1645518354,47.74307,8.99892\n1266,1645518355,47.74307,8.99892\n1267,1645518356,47.74307,8.99892\n1268,1645518357,47.74307,8.99892\n1269,1645518358,47.74307,8.99892\n1270,1645518359,47.74308,8.99892\n1271,1645518360,47.74308,8.99892\n1272,1645518361,47.74308,8.99892\n1273,1645518362,47.74308,8.99892\n1274,1645518363,47.74308,8.99892\n1275,1645518364,47.74308,8.99892\n1276,1645518365,47.74308,8.99892\n1277,1645518366,47.74308,8.99892\n1278,1645518367,47.74308,8.99892\n1279,1645518368,47.74309,8.99892\n1280,1645518369,47.74309,8.99892\n1281,1645518370,47.74309,8.99892\n1282,1645518371,47.74309,8.99892\n1283,1645518372,47.74309,8.99892\n1284,1645518373,47.74309,8.99892\n1285,1645518374,47.74309,8.99892\n1286,1645518375,47.74309,8.99892\n1287,1645518376,47.74309,8.99892\n1288,1645518377,47.74309,8.99892\n1289,1645518378,47.74309,8.99892\n1290,1645518379,47.74309,8.99892\n1291,1645518380,47.74309,8.99892\n1292,1645518381,47.74309,8.99892\n1293,1645518382,47.74309,8.99892\n1294,1645518383,47.74308,8.99892\n1295,1645518384,47.74308,8.99892\n1296,1645518385,47.74308,8.99892\n1297,1645518386,47.74308,8.99893\n1298,1645518387,47.74308,8.99893\n1299,1645518388,47.74308,8.99893\n1300,1645518389,47.74308,8.99893\n1301,1645518390,47.74308,8.99893\n1302,1645518391,47.74309,8.99893\n1303,1645518392,47.74309,8.99893\n1304,1645518393,47.74309,8.99893\n1305,1645518394,47.74309,8.99893\n1306,1645518395,47.74309,8.99893\n1307,1645518396,47.74309,8.99893\n1308,1645518397,47.74309,8.99893\n1309,1645518398,47.74309,8.99893\n1310,1645518399,47.74309,8.99893\n1311,1645518400,47.74309,8.99893\n1312,1645518401,47.74309,8.99893\n1313,1645518402,47.74309,8.99893\n1314,1645518403,47.74309,8.99893\n1315,1645518404,47.74309,8.99893\n1316,1645518405,47.74309,8.99893\n1317,1645518406,47.74309,8.99893\n1318,1645518407,47.74308,8.99894\n1319,1645518408,47.74308,8.99894\n1320,1645518409,47.74308,8.99894\n1321,1645518410,47.74308,8.99894\n1322,1645518411,47.74308,8.99894\n1323,1645518412,47.74308,8.99894\n1324,1645518413,47.74308,8.99894\n1325,1645518414,47.74308,8.99894\n1326,1645518415,47.74308,8.99894\n1327,1645518416,47.74308,8.99895\n1328,1645518417,47.74308,8.99895\n1329,1645518418,47.74308,8.99895\n1330,1645518419,47.74308,8.99895\n1331,1645518420,47.74308,8.99895\n1332,1645518421,47.74308,8.99895\n1333,1645518422,47.74308,8.99895\n1334,1645518423,47.74308,8.99895\n1335,1645518424,47.74308,8.99895\n1336,1645518425,47.74308,8.99895\n1337,1645518426,47.74308,8.99895\n1338,1645518427,47.74308,8.99895\n1339,1645518428,47.74308,8.99895\n1340,1645518429,47.74308,8.99895\n1341,1645518430,47.74308,8.99895\n1342,1645518431,47.74308,8.99895\n1343,1645518432,47.74308,8.99895\n1344,1645518433,47.74309,8.99895\n1345,1645518434,47.74309,8.99894\n1346,1645518435,47.74309,8.99894\n1347,1645518436,47.74309,8.99894\n1348,1645518437,47.74309,8.99894\n1349,1645518438,47.74309,8.99894\n1350,1645518439,47.74309,8.99894\n1351,1645518440,47.74309,8.99893\n1352,1645518441,47.74309,8.99893\n1353,1645518442,47.74309,8.99893\n1354,1645518443,47.74309,8.99893\n1355,1645518444,47.74309,8.99893\n1356,1645518445,47.74309,8.99893\n1357,1645518446,47.74309,8.99893\n1358,1645518447,47.74309,8.99893\n1359,1645518448,47.74310,8.99893\n1360,1645518449,47.74310,8.99893\n1361,1645518450,47.74310,8.99893\n1362,1645518451,47.74310,8.99892\n1363,1645518452,47.74310,8.99892\n1364,1645518453,47.74310,8.99892\n1365,1645518454,47.74310,8.99892\n1366,1645518455,47.74310,8.99892\n1367,1645518456,47.74310,8.99892\n1368,1645518457,47.74310,8.99891\n1369,1645518458,47.74310,8.99891\n1370,1645518459,47.74310,8.99891\n1371,1645518460,47.74310,8.99891\n1372,1645518461,47.74310,8.99890\n1373,1645518462,47.74311,8.99890\n1374,1645518463,47.74311,8.99890\n1375,1645518464,47.74311,8.99890\n1376,1645518465,47.74311,8.99890\n1377,1645518466,47.74311,8.99890\n1378,1645518467,47.74311,8.99890\n1379,1645518468,47.74311,8.99890\n1380,1645518469,47.74311,8.99890\n1381,1645518470,47.74311,8.99889\n1382,1645518471,47.74311,8.99890\n1383,1645518472,47.74311,8.99890\n1384,1645518473,47.74311,8.99889\n1385,1645518474,47.74311,8.99889\n1386,1645518475,47.74311,8.99889\n1387,1645518476,47.74311,8.99889\n1388,1645518477,47.74311,8.99889\n1389,1645518478,47.74311,8.99889\n1390,1645518479,47.74311,8.99889\n1391,1645518480,47.74311,8.99889\n1392,1645518481,47.74311,8.99889\n1393,1645518482,47.74311,8.99889\n1394,1645518483,47.74311,8.99889\n1395,1645518484,47.74311,8.99889\n1396,1645518485,47.74311,8.99889\n1397,1645518486,47.74311,8.99889\n1398,1645518487,47.74310,8.99889\n1399,1645518488,47.74310,8.99889\n1400,1645518489,47.74310,8.99889\n1401,1645518490,47.74310,8.99889\n1402,1645518491,47.74310,8.99889\n1403,1645518492,47.74310,8.99889\n1404,1645518493,47.74310,8.99889\n1405,1645518494,47.74310,8.99888\n1406,1645518495,47.74310,8.99888\n1407,1645518496,47.74309,8.99888\n1408,1645518497,47.74309,8.99888\n1409,1645518498,47.74309,8.99888\n1410,1645518499,47.74309,8.99888\n1411,1645518501,47.74309,8.99888\n1412,1645518502,47.74309,8.99888\n1413,1645518503,47.74309,8.99888\n1414,1645518504,47.74309,8.99888\n1415,1645518505,47.74309,8.99888\n1416,1645518506,47.74309,8.99888\n1417,1645518507,47.74309,8.99888\n1418,1645518508,47.74309,8.99888\n1419,1645518509,47.74309,8.99887\n1420,1645518510,47.74309,8.99887\n1421,1645518511,47.74309,8.99887\n1422,1645518512,47.74309,8.99887\n1423,1645518513,47.74309,8.99887\n1424,1645518514,47.74309,8.99887\n1425,1645518515,47.74309,8.99887\n1426,1645518516,47.74309,8.99887\n1427,1645518517,47.74309,8.99887\n1428,1645518518,47.74309,8.99887\n1429,1645518519,47.74309,8.99887\n1430,1645518520,47.74309,8.99887\n1431,1645518521,47.74309,8.99887\n1432,1645518522,47.74309,8.99887\n1433,1645518523,47.74309,8.99887\n1434,1645518524,47.74309,8.99887\n1435,1645518525,47.74308,8.99887\n1436,1645518526,47.74308,8.99887\n1437,1645518527,47.74308,8.99888\n1438,1645518528,47.74308,8.99888\n1439,1645518529,47.74308,8.99889\n1440,1645518530,47.74307,8.99889\n1441,1645518531,47.74307,8.99889\n1442,1645518532,47.74307,8.99889\n1443,1645518533,47.74306,8.99889\n1444,1645518534,47.74306,8.99889\n1445,1645518535,47.74306,8.99889\n1446,1645518536,47.74306,8.99889\n1447,1645518537,47.74306,8.99889\n1448,1645518538,47.74306,8.99889\n1449,1645518539,47.74306,8.99889\n1450,1645518540,47.74306,8.99889\n1451,1645518541,47.74306,8.99890\n1452,1645518542,47.74306,8.99890\n1453,1645518543,47.74306,8.99890\n1454,1645518544,47.74306,8.99889\n1455,1645518545,47.74305,8.99889\n1456,1645518546,47.74305,8.99889\n1457,1645518547,47.74305,8.99889\n1458,1645518548,47.74305,8.99889\n1459,1645518549,47.74305,8.99889\n1460,1645518550,47.74305,8.99889\n1461,1645518551,47.74305,8.99889\n1462,1645518552,47.74305,8.99889\n1463,1645518553,47.74305,8.99889\n1464,1645518554,47.74304,8.99889\n1465,1645518555,47.74304,8.99889\n1466,1645518556,47.74304,8.99889\n1467,1645518557,47.74304,8.99889\n1468,1645518558,47.74304,8.99889\n1469,1645518559,47.74303,8.99890\n1470,1645518560,47.74303,8.99890\n1471,1645518561,47.74303,8.99890\n1472,1645518562,47.74302,8.99890\n1473,1645518563,47.74302,8.99890\n1474,1645518564,47.74302,8.99890\n1475,1645518565,47.74302,8.99890\n1476,1645518566,47.74302,8.99890\n1477,1645518567,47.74302,8.99890\n1478,1645518568,47.74302,8.99890\n1479,1645518569,47.74302,8.99890\n1480,1645518570,47.74302,8.99890\n1481,1645518571,47.74302,8.99890\n1482,1645518572,47.74301,8.99890\n1483,1645518573,47.74301,8.99890\n1484,1645518574,47.74301,8.99890\n1485,1645518575,47.74301,8.99890\n1486,1645518576,47.74301,8.99890\n1487,1645518577,47.74301,8.99891\n1488,1645518578,47.74301,8.99891\n1489,1645518579,47.74301,8.99891\n1490,1645518580,47.74301,8.99891\n1491,1645518581,47.74301,8.99891\n1492,1645518582,47.74300,8.99891\n1493,1645518583,47.74300,8.99891\n1494,1645518584,47.74300,8.99891\n1495,1645518585,47.74300,8.99891\n1496,1645518586,47.74300,8.99891\n1497,1645518587,47.74299,8.99891\n1498,1645518588,47.74299,8.99891\n1499,1645518589,47.74299,8.99891\n1500,1645518590,47.74299,8.99891\n1501,1645518591,47.74299,8.99891\n1502,1645518592,47.74298,8.99891\n1503,1645518593,47.74298,8.99892\n1504,1645518594,47.74298,8.99892\n1505,1645518595,47.74298,8.99892\n1506,1645518596,47.74298,8.99892\n1507,1645518597,47.74298,8.99892\n1508,1645518598,47.74297,8.99892\n1509,1645518599,47.74297,8.99892\n1510,1645518600,47.74297,8.99892\n1511,1645518601,47.74297,8.99892\n1512,1645518602,47.74297,8.99892\n1513,1645518603,47.74297,8.99892\n1514,1645518604,47.74297,8.99892\n1515,1645518605,47.74297,8.99892\n1516,1645518606,47.74297,8.99892\n1517,1645518607,47.74297,8.99892\n1518,1645518608,47.74297,8.99892\n1519,1645518609,47.74297,8.99892\n1520,1645518610,47.74297,8.99892\n1521,1645518611,47.74297,8.99892\n1522,1645518612,47.74297,8.99892\n1523,1645518613,47.74298,8.99892\n1524,1645518614,47.74298,8.99892\n1525,1645518615,47.74298,8.99892\n1526,1645518616,47.74298,8.99892\n1527,1645518617,47.74298,8.99892\n1528,1645518618,47.74298,8.99892\n1529,1645518619,47.74298,8.99893\n1530,1645518620,47.74298,8.99893\n1531,1645518621,47.74298,8.99893\n1532,1645518622,47.74298,8.99893\n1533,1645518623,47.74298,8.99893\n1534,1645518624,47.74298,8.99893\n1535,1645518625,47.74298,8.99893\n1536,1645518626,47.74298,8.99893\n1537,1645518627,47.74298,8.99892\n1538,1645518628,47.74298,8.99892\n1539,1645518629,47.74298,8.99892\n1540,1645518630,47.74298,8.99892\n1541,1645518631,47.74298,8.99892\n1542,1645518632,47.74298,8.99892\n1543,1645518633,47.74298,8.99892\n1544,1645518634,47.74298,8.99892\n1545,1645518635,47.74298,8.99892\n1546,1645518636,47.74298,8.99892\n1547,1645518637,47.74298,8.99892\n1548,1645518638,47.74298,8.99891\n1549,1645518639,47.74298,8.99891\n1550,1645518640,47.74298,8.99891\n1551,1645518641,47.74299,8.99891\n1552,1645518642,47.74299,8.99891\n1553,1645518643,47.74299,8.99891\n1554,1645518644,47.74299,8.99891\n1555,1645518645,47.74299,8.99891\n1556,1645518646,47.74299,8.99891\n1557,1645518647,47.74299,8.99891\n1558,1645518648,47.74299,8.99891\n1559,1645518649,47.74300,8.99891\n1560,1645518650,47.74300,8.99891\n1561,1645518651,47.74300,8.99891\n1562,1645518652,47.74300,8.99891\n1563,1645518653,47.74300,8.99891\n1564,1645518654,47.74300,8.99891\n1565,1645518655,47.74300,8.99891\n1566,1645518656,47.74300,8.99891\n1567,1645518657,47.74300,8.99891\n1568,1645518658,47.74300,8.99891\n1569,1645518659,47.74300,8.99891\n1570,1645518660,47.74300,8.99891\n1571,1645518661,47.74300,8.99891\n1572,1645518662,47.74301,8.99891\n1573,1645518663,47.74301,8.99891\n1574,1645518664,47.74301,8.99891\n1575,1645518665,47.74301,8.99891\n1576,1645518666,47.74301,8.99891\n1577,1645518667,47.74301,8.99891\n1578,1645518668,47.74301,8.99891\n1579,1645518669,47.74301,8.99891\n1580,1645518670,47.74302,8.99891\n1581,1645518671,47.74302,8.99892\n1582,1645518672,47.74302,8.99892\n1583,1645518673,47.74302,8.99893\n1584,1645518674,47.74302,8.99893\n1585,1645518675,47.74303,8.99893\n1586,1645518676,47.74303,8.99893\n1587,1645518677,47.74303,8.99893\n1588,1645518678,47.74303,8.99893\n1589,1645518679,47.74303,8.99893\n1590,1645518680,47.74303,8.99893\n1591,1645518681,47.74304,8.99893\n1592,1645518682,47.74304,8.99893\n1593,1645518683,47.74304,8.99893\n1594,1645518684,47.74304,8.99893\n1595,1645518685,47.74304,8.99893\n1596,1645518686,47.74304,8.99893\n1597,1645518687,47.74304,8.99893\n1598,1645518688,47.74304,8.99893\n1599,1645518689,47.74304,8.99893\n1600,1645518690,47.74304,8.99893\n1601,1645518691,47.74304,8.99893\n1602,1645518692,47.74305,8.99893\n1603,1645518693,47.74305,8.99893\n1604,1645518694,47.74305,8.99893\n1605,1645518695,47.74305,8.99894\n1606,1645518696,47.74305,8.99894\n1607,1645518697,47.74305,8.99894\n1608,1645518698,47.74305,8.99894\n1609,1645518699,47.74305,8.99894\n1610,1645518700,47.74305,8.99894\n1611,1645518701,47.74305,8.99894\n1612,1645518702,47.74305,8.99894\n1613,1645518703,47.74305,8.99895\n1614,1645518704,47.74305,8.99895\n1615,1645518705,47.74305,8.99895\n1616,1645518706,47.74305,8.99895\n1617,1645518707,47.74305,8.99894\n1618,1645518708,47.74305,8.99894\n1619,1645518709,47.74306,8.99894\n1620,1645518710,47.74306,8.99894\n1621,1645518711,47.74306,8.99894\n1622,1645518712,47.74306,8.99894\n1623,1645518713,47.74306,8.99894\n1624,1645518714,47.74306,8.99895\n1625,1645518715,47.74306,8.99895\n1626,1645518716,47.74306,8.99895\n1627,1645518717,47.74306,8.99895\n1628,1645518718,47.74306,8.99894\n1629,1645518719,47.74307,8.99894\n1630,1645518720,47.74307,8.99894\n1631,1645518721,47.74307,8.99894\n1632,1645518722,47.74307,8.99894\n1633,1645518723,47.74307,8.99894\n1634,1645518724,47.74307,8.99894\n1635,1645518725,47.74307,8.99894\n1636,1645518726,47.74307,8.99894\n1637,1645518727,47.74308,8.99894\n1638,1645518728,47.74308,8.99894\n1639,1645518729,47.74308,8.99894\n1640,1645518730,47.74308,8.99893\n1641,1645518731,47.74309,8.99893\n1642,1645518732,47.74309,8.99894\n1643,1645518733,47.74309,8.99894\n1644,1645518734,47.74310,8.99894\n1645,1645518735,47.74310,8.99895\n1646,1645518736,47.74310,8.99895\n1647,1645518737,47.74310,8.99895\n1648,1645518738,47.74310,8.99895\n1649,1645518739,47.74310,8.99895\n1650,1645518740,47.74310,8.99895\n1651,1645518741,47.74310,8.99895\n1652,1645518742,47.74311,8.99895\n1653,1645518743,47.74311,8.99895\n1654,1645518744,47.74311,8.99895\n1655,1645518745,47.74311,8.99896\n1656,1645518746,47.74311,8.99896\n1657,1645518747,47.74311,8.99896\n1658,1645518748,47.74311,8.99896\n1659,1645518749,47.74312,8.99896\n1660,1645518750,47.74312,8.99896\n1661,1645518751,47.74312,8.99896\n1662,1645518752,47.74312,8.99896\n1663,1645518753,47.74312,8.99896\n1664,1645518754,47.74312,8.99896\n1665,1645518755,47.74312,8.99896\n1666,1645518756,47.74312,8.99896\n1667,1645518757,47.74312,8.99896\n1668,1645518758,47.74312,8.99896\n1669,1645518759,47.74313,8.99896\n1670,1645518760,47.74313,8.99896\n1671,1645518761,47.74313,8.99896\n1672,1645518762,47.74313,8.99896\n1673,1645518763,47.74313,8.99896\n1674,1645518764,47.74313,8.99896\n1675,1645518765,47.74313,8.99896\n1676,1645518766,47.74313,8.99896\n1677,1645518767,47.74313,8.99896\n1678,1645518768,47.74313,8.99895\n1679,1645518769,47.74313,8.99895\n1680,1645518770,47.74313,8.99895\n1681,1645518771,47.74313,8.99895\n1682,1645518772,47.74313,8.99895\n1683,1645518773,47.74313,8.99895\n1684,1645518774,47.74313,8.99895\n1685,1645518775,47.74313,8.99895\n1686,1645518776,47.74313,8.99895\n1687,1645518777,47.74313,8.99895\n1688,1645518778,47.74314,8.99895\n1689,1645518779,47.74314,8.99895\n1690,1645518780,47.74314,8.99895\n1691,1645518781,47.74314,8.99895\n1692,1645518782,47.74314,8.99895\n1693,1645518783,47.74314,8.99895\n1694,1645518784,47.74314,8.99895\n1695,1645518785,47.74314,8.99895\n1696,1645518786,47.74314,8.99895\n1697,1645518787,47.74314,8.99895\n1698,1645518788,47.74314,8.99895\n1699,1645518789,47.74314,8.99895\n1700,1645518790,47.74314,8.99895\n1701,1645518791,47.74314,8.99895\n1702,1645518792,47.74314,8.99895\n1703,1645518793,47.74314,8.99895\n1704,1645518794,47.74314,8.99895\n1705,1645518795,47.74314,8.99894\n1706,1645518796,47.74314,8.99894\n1707,1645518797,47.74314,8.99895\n1708,1645518798,47.74314,8.99895\n1709,1645518799,47.74314,8.99895\n1710,1645518800,47.74314,8.99895\n1711,1645518801,47.74314,8.99895\n1712,1645518802,47.74314,8.99895\n1713,1645518803,47.74314,8.99895\n1714,1645518804,47.74314,8.99895\n1715,1645518805,47.74314,8.99895\n1716,1645518806,47.74314,8.99895\n1717,1645518807,47.74314,8.99896\n1718,1645518808,47.74315,8.99896\n1719,1645518809,47.74315,8.99896\n1720,1645518810,47.74315,8.99896\n1721,1645518811,47.74315,8.99896\n1722,1645518812,47.74315,8.99896\n1723,1645518813,47.74315,8.99896\n1724,1645518814,47.74315,8.99896\n1725,1645518815,47.74315,8.99896\n1726,1645518816,47.74315,8.99896\n1727,1645518817,47.74315,8.99896\n1728,1645518818,47.74315,8.99896\n1729,1645518819,47.74315,8.99896\n1730,1645518820,47.74315,8.99896\n1731,1645518821,47.74315,8.99896\n1732,1645518822,47.74315,8.99896\n1733,1645518823,47.74315,8.99896\n1734,1645518824,47.74316,8.99897\n1735,1645518825,47.74316,8.99897\n1736,1645518826,47.74316,8.99897\n1737,1645518827,47.74316,8.99897\n1738,1645518828,47.74316,8.99897\n1739,1645518829,47.74316,8.99896\n1740,1645518830,47.74316,8.99896\n1741,1645518831,47.74316,8.99896\n1742,1645518832,47.74316,8.99896\n1743,1645518833,47.74316,8.99896\n1744,1645518834,47.74316,8.99896\n1745,1645518835,47.74316,8.99896\n1746,1645518836,47.74316,8.99896\n1747,1645518837,47.74316,8.99896\n1748,1645518838,47.74316,8.99896\n1749,1645518839,47.74316,8.99896\n1750,1645518840,47.74317,8.99896\n1751,1645518841,47.74317,8.99896\n1752,1645518842,47.74317,8.99896\n1753,1645518843,47.74317,8.99896\n1754,1645518844,47.74317,8.99896\n1755,1645518845,47.74317,8.99896\n1756,1645518846,47.74317,8.99896\n1757,1645518847,47.74316,8.99896\n1758,1645518848,47.74316,8.99896\n1759,1645518849,47.74315,8.99896\n1760,1645518850,47.74315,8.99896\n1761,1645518851,47.74315,8.99896\n1762,1645518852,47.74315,8.99896\n1763,1645518853,47.74314,8.99896\n1764,1645518854,47.74314,8.99896\n1765,1645518855,47.74314,8.99897\n1766,1645518856,47.74314,8.99897\n1767,1645518857,47.74314,8.99897\n1768,1645518858,47.74312,8.99896\n1769,1645518859,47.74312,8.99896\n1770,1645518860,47.74312,8.99896\n1771,1645518861,47.74312,8.99896\n1772,1645518862,47.74312,8.99896\n1773,1645518863,47.74312,8.99896\n1774,1645518864,47.74312,8.99896\n1775,1645518865,47.74312,8.99895\n1776,1645518866,47.74312,8.99895\n1777,1645518867,47.74312,8.99895\n1778,1645518868,47.74312,8.99895\n1779,1645518869,47.74312,8.99895\n1780,1645518870,47.74312,8.99895\n1781,1645518871,47.74312,8.99895\n1782,1645518872,47.74311,8.99895\n1783,1645518873,47.74311,8.99895\n1784,1645518874,47.74311,8.99895\n1785,1645518875,47.74310,8.99895\n1786,1645518876,47.74310,8.99894\n1787,1645518877,47.74310,8.99895\n1788,1645518878,47.74310,8.99895\n1789,1645518879,47.74309,8.99895\n1790,1645518880,47.74309,8.99895\n1791,1645518881,47.74309,8.99895\n1792,1645518882,47.74309,8.99895\n1793,1645518883,47.74309,8.99895\n1794,1645518884,47.74309,8.99895\n1795,1645518885,47.74309,8.99895\n1796,1645518886,47.74309,8.99895\n1797,1645518887,47.74310,8.99894\n1798,1645518888,47.74310,8.99894\n1799,1645518889,47.74310,8.99894\n1800,1645518890,47.74310,8.99894\n1801,1645518891,47.74310,8.99894\n1802,1645518892,47.74310,8.99894\n1803,1645518893,47.74310,8.99894\n1804,1645518894,47.74310,8.99894\n1805,1645518895,47.74310,8.99894\n1806,1645518896,47.74310,8.99895\n1807,1645518897,47.74310,8.99895\n1808,1645518898,47.74310,8.99895\n1809,1645518899,47.74311,8.99895\n1810,1645518900,47.74311,8.99895\n1811,1645518901,47.74311,8.99895\n1812,1645518902,47.74311,8.99895\n1813,1645518903,47.74311,8.99895\n1814,1645518904,47.74310,8.99895\n1815,1645518905,47.74310,8.99895\n1816,1645518906,47.74310,8.99895\n1817,1645518907,47.74310,8.99895\n1818,1645518908,47.74310,8.99895\n1819,1645518909,47.74310,8.99895\n1820,1645518910,47.74310,8.99895\n1821,1645518911,47.74310,8.99895\n1822,1645518912,47.74310,8.99895\n1823,1645518913,47.74310,8.99895\n1824,1645518914,47.74310,8.99895\n1825,1645518915,47.74310,8.99894\n1826,1645518916,47.74310,8.99894\n1827,1645518917,47.74310,8.99894\n1828,1645518918,47.74310,8.99894\n1829,1645518919,47.74310,8.99894\n1830,1645518920,47.74310,8.99894\n1831,1645518921,47.74310,8.99894\n1832,1645518922,47.74310,8.99894\n1833,1645518923,47.74310,8.99894\n1834,1645518924,47.74310,8.99894\n1835,1645518925,47.74310,8.99894\n1836,1645518926,47.74310,8.99894\n1837,1645518927,47.74309,8.99894\n1838,1645518928,47.74309,8.99894\n1839,1645518929,47.74309,8.99894\n1840,1645518930,47.74308,8.99895\n1841,1645518931,47.74308,8.99895\n1842,1645518932,47.74308,8.99895\n1843,1645518933,47.74308,8.99895\n1844,1645518934,47.74308,8.99895\n1845,1645518935,47.74308,8.99895\n1846,1645518936,47.74308,8.99895\n1847,1645518937,47.74308,8.99895\n1848,1645518938,47.74308,8.99895\n1849,1645518939,47.74308,8.99895\n1850,1645518940,47.74308,8.99895\n1851,1645518941,47.74308,8.99895\n1852,1645518942,47.74308,8.99895\n1853,1645518943,47.74308,8.99895\n1854,1645518944,47.74308,8.99895\n1855,1645518945,47.74308,8.99895\n1856,1645518946,47.74308,8.99895\n1857,1645518947,47.74308,8.99895\n1858,1645518948,47.74308,8.99895\n1859,1645518949,47.74308,8.99896\n1860,1645518950,47.74308,8.99896\n1861,1645518951,47.74307,8.99896\n1862,1645518952,47.74307,8.99895\n1863,1645518953,47.74307,8.99895\n1864,1645518954,47.74307,8.99895\n1865,1645518955,47.74307,8.99895\n1866,1645518956,47.74308,8.99895\n1867,1645518957,47.74308,8.99895\n1868,1645518958,47.74307,8.99895\n1869,1645518959,47.74307,8.99895\n1870,1645518960,47.74307,8.99895\n1871,1645518961,47.74307,8.99895\n1872,1645518962,47.74307,8.99895\n1873,1645518963,47.74307,8.99895\n1874,1645518964,47.74307,8.99895\n1875,1645518965,47.74307,8.99895\n1876,1645518966,47.74307,8.99895\n1877,1645518967,47.74307,8.99895\n1878,1645518968,47.74307,8.99895\n1879,1645518969,47.74307,8.99895\n1880,1645518970,47.74307,8.99895\n1881,1645518971,47.74307,8.99895\n1882,1645518972,47.74307,8.99895\n1883,1645518973,47.74307,8.99895\n1884,1645518974,47.74307,8.99895\n1885,1645518975,47.74307,8.99895\n1886,1645518976,47.74307,8.99894\n1887,1645518977,47.74307,8.99894\n1888,1645518978,47.74307,8.99894\n1889,1645518979,47.74307,8.99894\n1890,1645518980,47.74307,8.99894\n1891,1645518981,47.74307,8.99894\n1892,1645518982,47.74307,8.99894\n1893,1645518983,47.74307,8.99894\n1894,1645518984,47.74307,8.99894\n1895,1645518985,47.74308,8.99894\n1896,1645518986,47.74308,8.99894\n1897,1645518987,47.74308,8.99894\n1898,1645518988,47.74308,8.99894\n1899,1645518989,47.74308,8.99894\n1900,1645518990,47.74308,8.99894\n1901,1645518991,47.74308,8.99894\n1902,1645518992,47.74308,8.99894\n1903,1645518993,47.74308,8.99895\n1904,1645518994,47.74308,8.99895\n1905,1645518995,47.74308,8.99895\n1906,1645518996,47.74308,8.99895\n1907,1645518997,47.74308,8.99895\n1908,1645518998,47.74308,8.99895\n1909,1645518999,47.74308,8.99895\n1910,1645519000,47.74308,8.99895\n1911,1645519001,47.74308,8.99895\n1912,1645519002,47.74309,8.99895\n1913,1645519003,47.74309,8.99895\n1914,1645519004,47.74309,8.99895\n1915,1645519005,47.74309,8.99895\n1916,1645519006,47.74309,8.99895\n1917,1645519007,47.74309,8.99895\n1918,1645519008,47.74309,8.99896\n1919,1645519009,47.74309,8.99896\n1920,1645519010,47.74309,8.99896\n1921,1645519011,47.74309,8.99896\n1922,1645519012,47.74309,8.99896\n1923,1645519013,47.74309,8.99896\n1924,1645519014,47.74309,8.99896\n1925,1645519015,47.74309,8.99896\n1926,1645519016,47.74309,8.99897\n1927,1645519017,47.74309,8.99897\n1928,1645519018,47.74309,8.99898\n1929,1645519019,47.74309,8.99898\n1930,1645519020,47.74309,8.99898\n1931,1645519021,47.74309,8.99898\n1932,1645519022,47.74309,8.99898\n1933,1645519023,47.74309,8.99898\n1934,1645519024,47.74310,8.99898\n1935,1645519025,47.74309,8.99898\n1936,1645519026,47.74310,8.99899\n1937,1645519027,47.74309,8.99899\n1938,1645519028,47.74309,8.99899\n1939,1645519029,47.74309,8.99899\n1940,1645519030,47.74309,8.99899\n1941,1645519031,47.74309,8.99899\n1942,1645519032,47.74309,8.99899\n1943,1645519033,47.74309,8.99899\n1944,1645519034,47.74309,8.99899\n1945,1645519035,47.74309,8.99899\n1946,1645519036,47.74309,8.99899\n1947,1645519037,47.74309,8.99899\n1948,1645519038,47.74309,8.99899\n1949,1645519039,47.74309,8.99899\n1950,1645519040,47.74309,8.99899\n1951,1645519041,47.74309,8.99899\n1952,1645519042,47.74309,8.99899\n1953,1645519043,47.74309,8.99899\n1954,1645519044,47.74310,8.99899\n1955,1645519045,47.74310,8.99899\n1956,1645519046,47.74310,8.99899\n1957,1645519047,47.74310,8.99899\n1958,1645519048,47.74310,8.99899\n1959,1645519049,47.74310,8.99899\n1960,1645519050,47.74310,8.99899\n1961,1645519051,47.74310,8.99899\n1962,1645519052,47.74310,8.99899\n1963,1645519053,47.74310,8.99899\n1964,1645519054,47.74310,8.99899\n1965,1645519055,47.74310,8.99899\n1966,1645519056,47.74310,8.99899\n1967,1645519057,47.74310,8.99899\n1968,1645519058,47.74310,8.99899\n1969,1645519059,47.74310,8.99899\n1970,1645519060,47.74310,8.99899\n1971,1645519061,47.74310,8.99899\n1972,1645519062,47.74310,8.99899\n1973,1645519063,47.74310,8.99898\n1974,1645519064,47.74310,8.99898\n1975,1645519065,47.74310,8.99898\n1976,1645519066,47.74310,8.99898\n1977,1645519067,47.74310,8.99898\n1978,1645519068,47.74310,8.99898\n1979,1645519069,47.74310,8.99898\n1980,1645519070,47.74310,8.99898\n1981,1645519071,47.74310,8.99898\n1982,1645519072,47.74310,8.99898\n1983,1645519073,47.74310,8.99898\n1984,1645519074,47.74311,8.99898\n1985,1645519075,47.74311,8.99898\n1986,1645519076,47.74311,8.99898\n1987,1645519077,47.74311,8.99898\n1988,1645519078,47.74311,8.99898\n1989,1645519079,47.74311,8.99898\n1990,1645519080,47.74311,8.99898\n1991,1645519081,47.74311,8.99898\n1992,1645519082,47.74311,8.99898\n1993,1645519083,47.74311,8.99898\n1994,1645519084,47.74311,8.99898\n1995,1645519085,47.74311,8.99898\n1996,1645519086,47.74311,8.99898\n1997,1645519087,47.74311,8.99898\n1998,1645519088,47.74311,8.99898\n1999,1645519089,47.74311,8.99897\n2000,1645519090,47.74312,8.99897\n2001,1645519091,47.74312,8.99897\n2002,1645519092,47.74312,8.99897\n2003,1645519093,47.74312,8.99897\n2004,1645519094,47.74312,8.99897\n2005,1645519095,47.74312,8.99897\n2006,1645519096,47.74312,8.99897\n2007,1645519097,47.74312,8.99897\n2008,1645519098,47.74312,8.99897\n2009,1645519099,47.74312,8.99897\n2010,1645519100,47.74312,8.99897\n2011,1645519101,47.74312,8.99897\n2012,1645519102,47.74312,8.99897\n2013,1645519103,47.74312,8.99897\n2014,1645519104,47.74312,8.99897\n2015,1645519105,47.74312,8.99897\n2016,1645519106,47.74312,8.99897\n2017,1645519107,47.74312,8.99897\n2018,1645519108,47.74312,8.99897\n2019,1645519109,47.74312,8.99897\n2020,1645519110,47.74312,8.99897\n2021,1645519111,47.74312,8.99897\n2022,1645519112,47.74312,8.99897\n2023,1645519113,47.74312,8.99897\n2024,1645519114,47.74312,8.99897\n2025,1645519115,47.74312,8.99897\n2026,1645519116,47.74312,8.99897\n2027,1645519117,47.74312,8.99897\n2028,1645519118,47.74312,8.99897\n2029,1645519119,47.74312,8.99897\n2030,1645519120,47.74312,8.99897\n2031,1645519121,47.74312,8.99897\n2032,1645519122,47.74312,8.99897\n2033,1645519123,47.74312,8.99897\n2034,1645519124,47.74312,8.99898\n2035,1645519125,47.74312,8.99898\n2036,1645519126,47.74312,8.99898\n2037,1645519127,47.74312,8.99898\n2038,1645519128,47.74312,8.99898\n2039,1645519129,47.74312,8.99898\n2040,1645519130,47.74312,8.99898\n2041,1645519131,47.74312,8.99898\n2042,1645519132,47.74312,8.99899\n2043,1645519133,47.74311,8.99899\n2044,1645519134,47.74311,8.99899\n2045,1645519135,47.74311,8.99899\n2046,1645519136,47.74311,8.99899\n2047,1645519137,47.74311,8.99899\n2048,1645519138,47.74311,8.99899\n2049,1645519139,47.74310,8.99899\n2050,1645519140,47.74310,8.99899\n2051,1645519141,47.74310,8.99899\n2052,1645519142,47.74310,8.99899\n2053,1645519143,47.74310,8.99899\n2054,1645519144,47.74310,8.99899\n2055,1645519145,47.74311,8.99899\n2056,1645519146,47.74311,8.99899\n2057,1645519147,47.74311,8.99899\n2058,1645519148,47.74311,8.99898\n2059,1645519149,47.74311,8.99898\n2060,1645519150,47.74311,8.99898\n2061,1645519151,47.74311,8.99899\n2062,1645519152,47.74310,8.99899\n2063,1645519153,47.74310,8.99898\n2064,1645519154,47.74310,8.99898\n2065,1645519155,47.74310,8.99898\n2066,1645519156,47.74310,8.99898\n2067,1645519157,47.74310,8.99898\n2068,1645519158,47.74310,8.99898\n2069,1645519159,47.74310,8.99898\n2070,1645519160,47.74310,8.99898\n2071,1645519161,47.74310,8.99898\n2072,1645519162,47.74310,8.99898\n2073,1645519163,47.74310,8.99898\n2074,1645519164,47.74310,8.99898\n2075,1645519165,47.74310,8.99898\n2076,1645519166,47.74310,8.99898\n2077,1645519167,47.74310,8.99898\n2078,1645519168,47.74310,8.99898\n2079,1645519169,47.74310,8.99898\n2080,1645519170,47.74310,8.99898\n2081,1645519171,47.74310,8.99898\n2082,1645519172,47.74309,8.99898\n2083,1645519173,47.74309,8.99898\n2084,1645519174,47.74309,8.99898\n2085,1645519175,47.74309,8.99898\n2086,1645519176,47.74309,8.99898\n2087,1645519177,47.74309,8.99898\n2088,1645519178,47.74309,8.99898\n2089,1645519179,47.74309,8.99898\n2090,1645519180,47.74309,8.99898\n2091,1645519181,47.74309,8.99898\n2092,1645519182,47.74309,8.99897\n2093,1645519183,47.74309,8.99897\n2094,1645519184,47.74309,8.99897\n2095,1645519185,47.74308,8.99897\n2096,1645519186,47.74308,8.99897\n2097,1645519187,47.74308,8.99897\n2098,1645519188,47.74308,8.99897\n2099,1645519189,47.74308,8.99897\n2100,1645519190,47.74308,8.99897\n2101,1645519191,47.74308,8.99897\n2102,1645519192,47.74308,8.99897\n2103,1645519193,47.74308,8.99897\n2104,1645519194,47.74308,8.99897\n2105,1645519195,47.74309,8.99897\n2106,1645519196,47.74309,8.99897\n2107,1645519197,47.74309,8.99897\n2108,1645519198,47.74309,8.99897\n2109,1645519199,47.74309,8.99896\n2110,1645519200,47.74309,8.99896\n2111,1645519201,47.74309,8.99896\n2112,1645519202,47.74309,8.99896\n2113,1645519203,47.74309,8.99896\n2114,1645519204,47.74309,8.99896\n2115,1645519205,47.74309,8.99896\n2116,1645519206,47.74309,8.99896\n2117,1645519207,47.74309,8.99896\n2118,1645519208,47.74309,8.99896\n2119,1645519209,47.74309,8.99896\n2120,1645519210,47.74309,8.99896\n2121,1645519211,47.74309,8.99896\n2122,1645519212,47.74309,8.99896\n2123,1645519213,47.74309,8.99895\n2124,1645519214,47.74309,8.99895\n2125,1645519215,47.74309,8.99895\n2126,1645519216,47.74309,8.99895\n2127,1645519217,47.74309,8.99895\n2128,1645519218,47.74309,8.99895\n2129,1645519219,47.74309,8.99895\n2130,1645519220,47.74309,8.99895\n2131,1645519221,47.74309,8.99895\n2132,1645519222,47.74309,8.99895\n2133,1645519223,47.74309,8.99896\n2134,1645519224,47.74309,8.99896\n2135,1645519225,47.74309,8.99896\n2136,1645519226,47.74309,8.99896\n2137,1645519227,47.74309,8.99896\n2138,1645519228,47.74309,8.99896\n2139,1645519229,47.74309,8.99896\n2140,1645519230,47.74309,8.99896\n2141,1645519231,47.74309,8.99896\n2142,1645519232,47.74309,8.99896\n2143,1645519233,47.74309,8.99896\n2144,1645519234,47.74309,8.99896\n2145,1645519235,47.74309,8.99896\n2146,1645519236,47.74309,8.99896\n2147,1645519237,47.74309,8.99896\n2148,1645519238,47.74309,8.99896\n2149,1645519239,47.74309,8.99896\n2150,1645519240,47.74309,8.99896\n2151,1645519241,47.74309,8.99896\n2152,1645519242,47.74310,8.99896\n2153,1645519243,47.74310,8.99896\n2154,1645519244,47.74310,8.99896\n2155,1645519245,47.74310,8.99896\n2156,1645519246,47.74310,8.99896\n2157,1645519247,47.74310,8.99896\n2158,1645519248,47.74310,8.99896\n2159,1645519249,47.74310,8.99896\n2160,1645519250,47.74310,8.99897\n2161,1645519251,47.74310,8.99896\n2162,1645519252,47.74310,8.99896\n2163,1645519253,47.74310,8.99896\n2164,1645519254,47.74310,8.99896\n2165,1645519255,47.74310,8.99895\n2166,1645519256,47.74310,8.99895\n2167,1645519257,47.74310,8.99895\n2168,1645519258,47.74310,8.99895\n2169,1645519259,47.74310,8.99895\n2170,1645519260,47.74310,8.99895\n2171,1645519261,47.74310,8.99895\n2172,1645519262,47.74310,8.99895\n2173,1645519263,47.74310,8.99895\n2174,1645519264,47.74310,8.99895\n2175,1645519265,47.74310,8.99895\n2176,1645519266,47.74310,8.99895\n2177,1645519267,47.74309,8.99895\n2178,1645519268,47.74309,8.99895\n2179,1645519269,47.74309,8.99895\n2180,1645519270,47.74309,8.99895\n2181,1645519271,47.74309,8.99895\n2182,1645519272,47.74310,8.99895\n2183,1645519273,47.74310,8.99895\n2184,1645519274,47.74310,8.99895\n2185,1645519275,47.74310,8.99895\n2186,1645519276,47.74310,8.99895\n2187,1645519277,47.74310,8.99895\n2188,1645519278,47.74310,8.99895\n2189,1645519279,47.74310,8.99895\n2190,1645519280,47.74310,8.99895\n2191,1645519281,47.74310,8.99895\n2192,1645519282,47.74310,8.99895\n2193,1645519283,47.74310,8.99895\n2194,1645519284,47.74310,8.99895\n2195,1645519285,47.74310,8.99895\n2196,1645519286,47.74310,8.99895\n2197,1645519287,47.74310,8.99895\n2198,1645519288,47.74310,8.99895\n2199,1645519289,47.74310,8.99895\n2200,1645519290,47.74310,8.99895\n2201,1645519291,47.74311,8.99895\n2202,1645519292,47.74311,8.99895\n2203,1645519293,47.74311,8.99895\n2204,1645519294,47.74311,8.99895\n2205,1645519295,47.74310,8.99895\n2206,1645519296,47.74310,8.99895\n2207,1645519297,47.74310,8.99895\n2208,1645519298,47.74310,8.99894\n2209,1645519299,47.74310,8.99894\n2210,1645519300,47.74310,8.99894\n2211,1645519301,47.74310,8.99894\n2212,1645519302,47.74311,8.99894\n2213,1645519303,47.74311,8.99894\n2214,1645519304,47.74311,8.99894\n2215,1645519305,47.74311,8.99894\n2216,1645519306,47.74311,8.99894\n2217,1645519307,47.74311,8.99894\n2218,1645519308,47.74311,8.99894\n2219,1645519309,47.74311,8.99894\n2220,1645519310,47.74311,8.99894\n2221,1645519311,47.74311,8.99894\n2222,1645519312,47.74311,8.99894\n2223,1645519313,47.74311,8.99894\n2224,1645519314,47.74311,8.99894\n2225,1645519315,47.74311,8.99894\n2226,1645519316,47.74311,8.99894\n2227,1645519317,47.74311,8.99894\n2228,1645519318,47.74311,8.99894\n2229,1645519319,47.74311,8.99894\n2230,1645519320,47.74311,8.99894\n2231,1645519321,47.74311,8.99894\n2232,1645519322,47.74311,8.99894\n2233,1645519323,47.74311,8.99894\n2234,1645519324,47.74311,8.99894\n2235,1645519325,47.74311,8.99894\n2236,1645519326,47.74311,8.99894\n2237,1645519327,47.74311,8.99894\n2238,1645519328,47.74312,8.99893\n2239,1645519329,47.74312,8.99893\n2240,1645519330,47.74312,8.99893\n2241,1645519331,47.74312,8.99893\n2242,1645519332,47.74312,8.99893\n2243,1645519333,47.74312,8.99893\n2244,1645519334,47.74312,8.99893\n2245,1645519335,47.74312,8.99893\n2246,1645519336,47.74312,8.99893\n2247,1645519337,47.74312,8.99893\n2248,1645519338,47.74312,8.99893\n2249,1645519339,47.74312,8.99893\n2250,1645519340,47.74312,8.99893\n2251,1645519341,47.74312,8.99893\n2252,1645519342,47.74312,8.99893\n2253,1645519343,47.74313,8.99893\n2254,1645519344,47.74313,8.99893\n2255,1645519345,47.74313,8.99893\n2256,1645519346,47.74313,8.99893\n2257,1645519347,47.74313,8.99893\n2258,1645519348,47.74313,8.99893\n2259,1645519349,47.74313,8.99893\n2260,1645519350,47.74313,8.99893\n2261,1645519351,47.74313,8.99892\n2262,1645519352,47.74313,8.99892\n2263,1645519353,47.74313,8.99892\n2264,1645519354,47.74313,8.99892\n2265,1645519355,47.74313,8.99892\n2266,1645519356,47.74313,8.99892\n2267,1645519357,47.74313,8.99892\n2268,1645519358,47.74313,8.99892\n2269,1645519359,47.74313,8.99892\n2270,1645519360,47.74313,8.99892\n2271,1645519361,47.74313,8.99892\n2272,1645519362,47.74313,8.99892\n2273,1645519363,47.74313,8.99892\n2274,1645519364,47.74313,8.99892\n2275,1645519365,47.74313,8.99892\n2276,1645519366,47.74313,8.99892\n2277,1645519367,47.74313,8.99892\n2278,1645519368,47.74313,8.99892\n2279,1645519369,47.74313,8.99892\n2280,1645519370,47.74313,8.99892\n2281,1645519371,47.74313,8.99892\n2282,1645519372,47.74313,8.99892\n2283,1645519373,47.74313,8.99892\n2284,1645519374,47.74313,8.99892\n2285,1645519375,47.74313,8.99892\n2286,1645519376,47.74313,8.99892\n2287,1645519377,47.74313,8.99892\n2288,1645519378,47.74313,8.99892\n2289,1645519379,47.74313,8.99892\n2290,1645519380,47.74313,8.99892\n2291,1645519381,47.74313,8.99892\n2292,1645519382,47.74314,8.99891\n2293,1645519383,47.74314,8.99891\n2294,1645519384,47.74314,8.99891\n2295,1645519385,47.74314,8.99891\n2296,1645519386,47.74314,8.99891\n2297,1645519387,47.74314,8.99891\n2298,1645519388,47.74314,8.99891\n2299,1645519389,47.74314,8.99891\n2300,1645519390,47.74314,8.99891\n2301,1645519391,47.74314,8.99891\n2302,1645519392,47.74314,8.99891\n2303,1645519393,47.74313,8.99891\n2304,1645519394,47.74313,8.99891\n2305,1645519395,47.74313,8.99891\n2306,1645519396,47.74313,8.99890\n2307,1645519397,47.74313,8.99890\n2308,1645519398,47.74313,8.99890\n2309,1645519399,47.74313,8.99890\n2310,1645519400,47.74313,8.99890\n2311,1645519401,47.74313,8.99890\n2312,1645519402,47.74312,8.99890\n2313,1645519403,47.74312,8.99890\n2314,1645519404,47.74312,8.99890\n2315,1645519405,47.74312,8.99890\n2316,1645519406,47.74312,8.99890\n2317,1645519407,47.74312,8.99890\n2318,1645519408,47.74312,8.99890\n2319,1645519409,47.74312,8.99890\n2320,1645519410,47.74312,8.99890\n2321,1645519411,47.74312,8.99890\n2322,1645519412,47.74312,8.99890\n2323,1645519413,47.74312,8.99890\n2324,1645519414,47.74311,8.99890\n2325,1645519415,47.74311,8.99890\n2326,1645519416,47.74311,8.99890\n2327,1645519417,47.74311,8.99890\n2328,1645519418,47.74311,8.99890\n2329,1645519419,47.74311,8.99890\n2330,1645519420,47.74311,8.99890\n2331,1645519421,47.74311,8.99890\n2332,1645519422,47.74311,8.99890\n2333,1645519423,47.74311,8.99890\n2334,1645519424,47.74311,8.99890\n2335,1645519425,47.74311,8.99890\n2336,1645519426,47.74311,8.99890\n2337,1645519427,47.74311,8.99890\n2338,1645519428,47.74311,8.99890\n2339,1645519429,47.74311,8.99890\n2340,1645519430,47.74311,8.99890\n2341,1645519431,47.74311,8.99890\n2342,1645519432,47.74311,8.99890\n2343,1645519433,47.74311,8.99890\n2344,1645519434,47.74311,8.99890\n2345,1645519435,47.74311,8.99890\n2346,1645519436,47.74311,8.99890\n2347,1645519437,47.74311,8.99890\n2348,1645519438,47.74311,8.99890\n2349,1645519439,47.74311,8.99890\n2350,1645519440,47.74311,8.99890\n2351,1645519441,47.74311,8.99890\n2352,1645519442,47.74311,8.99890\n2353,1645519443,47.74311,8.99890\n2354,1645519444,47.74311,8.99890\n2355,1645519445,47.74311,8.99890\n2356,1645519446,47.74311,8.99890\n2357,1645519447,47.74311,8.99890\n2358,1645519448,47.74311,8.99890\n2359,1645519449,47.74311,8.99890\n2360,1645519450,47.74311,8.99890\n2361,1645519451,47.74311,8.99890\n2362,1645519452,47.74311,8.99890\n2363,1645519453,47.74311,8.99890\n2364,1645519454,47.74311,8.99890\n2365,1645519455,47.74311,8.99890\n2366,1645519456,47.74311,8.99890\n2367,1645519457,47.74311,8.99890\n2368,1645519458,47.74311,8.99890\n2369,1645519459,47.74311,8.99890\n2370,1645519460,47.74311,8.99890\n2371,1645519461,47.74311,8.99890\n2372,1645519462,47.74311,8.99890\n2373,1645519463,47.74311,8.99890\n2374,1645519464,47.74311,8.99890\n2375,1645519465,47.74311,8.99890\n2376,1645519466,47.74311,8.99890\n2377,1645519467,47.74311,8.99890\n2378,1645519468,47.74311,8.99890\n2379,1645519469,47.74311,8.99890\n2380,1645519470,47.74311,8.99890\n2381,1645519471,47.74310,8.99889\n2382,1645519472,47.74310,8.99889\n2383,1645519473,47.74310,8.99889\n2384,1645519474,47.74310,8.99889\n2385,1645519475,47.74310,8.99889\n2386,1645519476,47.74310,8.99889\n2387,1645519477,47.74310,8.99889\n2388,1645519478,47.74310,8.99889\n2389,1645519479,47.74310,8.99889\n2390,1645519480,47.74310,8.99889\n2391,1645519481,47.74310,8.99889\n2392,1645519482,47.74310,8.99889\n2393,1645519483,47.74310,8.99889\n2394,1645519484,47.74310,8.99889\n2395,1645519485,47.74310,8.99889\n2396,1645519486,47.74310,8.99889\n2397,1645519487,47.74310,8.99889\n2398,1645519488,47.74310,8.99889\n2399,1645519489,47.74310,8.99889\n2400,1645519490,47.74310,8.99889\n2401,1645519491,47.74310,8.99889\n2402,1645519492,47.74310,8.99889\n2403,1645519493,47.74310,8.99889\n2404,1645519494,47.74310,8.99889\n2405,1645519495,47.74310,8.99889\n2406,1645519496,47.74310,8.99889\n2407,1645519497,47.74310,8.99889\n2408,1645519498,47.74310,8.99888\n2409,1645519499,47.74310,8.99888\n2410,1645519500,47.74310,8.99888\n2411,1645519501,47.74310,8.99888\n2412,1645519502,47.74310,8.99888\n2413,1645519503,47.74310,8.99888\n2414,1645519504,47.74311,8.99889\n2415,1645519505,47.74311,8.99889\n2416,1645519506,47.74311,8.99889\n2417,1645519507,47.74311,8.99889\n2418,1645519508,47.74311,8.99889\n2419,1645519509,47.74311,8.99889\n2420,1645519510,47.74311,8.99889\n2421,1645519511,47.74311,8.99889\n2422,1645519512,47.74311,8.99889\n2423,1645519513,47.74311,8.99889\n2424,1645519514,47.74311,8.99889\n2425,1645519515,47.74311,8.99889\n2426,1645519516,47.74310,8.99889\n2427,1645519517,47.74310,8.99889\n2428,1645519518,47.74310,8.99889\n2429,1645519519,47.74310,8.99889\n2430,1645519520,47.74310,8.99889\n2431,1645519521,47.74310,8.99888\n2432,1645519522,47.74310,8.99888\n2433,1645519523,47.74310,8.99888\n2434,1645519524,47.74310,8.99888\n2435,1645519525,47.74310,8.99888\n2436,1645519526,47.74310,8.99888\n2437,1645519527,47.74310,8.99888\n2438,1645519528,47.74310,8.99888\n2439,1645519529,47.74310,8.99888\n2440,1645519530,47.74310,8.99888\n2441,1645519531,47.74310,8.99888\n2442,1645519532,47.74310,8.99888\n2443,1645519533,47.74310,8.99888\n2444,1645519534,47.74310,8.99888\n2445,1645519535,47.74310,8.99888\n2446,1645519536,47.74310,8.99888\n2447,1645519537,47.74310,8.99889\n2448,1645519538,47.74310,8.99889\n2449,1645519539,47.74310,8.99889\n2450,1645519540,47.74310,8.99889\n2451,1645519541,47.74310,8.99889\n2452,1645519542,47.74310,8.99889\n2453,1645519543,47.74310,8.99889\n2454,1645519544,47.74310,8.99889\n2455,1645519545,47.74310,8.99889\n2456,1645519546,47.74310,8.99889\n2457,1645519547,47.74310,8.99889\n2458,1645519548,47.74310,8.99889\n2459,1645519549,47.74310,8.99889\n2460,1645519550,47.74310,8.99889\n2461,1645519551,47.74310,8.99889\n2462,1645519552,47.74310,8.99889\n2463,1645519553,47.74310,8.99890\n2464,1645519554,47.74310,8.99890\n2465,1645519555,47.74310,8.99890\n2466,1645519556,47.74310,8.99890\n2467,1645519557,47.74310,8.99890\n2468,1645519558,47.74310,8.99890\n2469,1645519559,47.74310,8.99890\n2470,1645519560,47.74309,8.99890\n2471,1645519561,47.74309,8.99890\n2472,1645519562,47.74309,8.99890\n2473,1645519563,47.74310,8.99890\n2474,1645519564,47.74310,8.99890\n2475,1645519565,47.74310,8.99890\n2476,1645519566,47.74310,8.99890\n2477,1645519567,47.74310,8.99890\n2478,1645519568,47.74310,8.99890\n2479,1645519569,47.74310,8.99890\n2480,1645519570,47.74310,8.99890\n2481,1645519571,47.74310,8.99890\n2482,1645519572,47.74310,8.99890\n2483,1645519573,47.74310,8.99890\n2484,1645519574,47.74310,8.99890\n2485,1645519575,47.74310,8.99890\n2486,1645519576,47.74310,8.99890\n2487,1645519577,47.74310,8.99890\n2488,1645519578,47.74310,8.99890\n2489,1645519579,47.74310,8.99890\n2490,1645519580,47.74310,8.99891\n2491,1645519581,47.74310,8.99890\n2492,1645519582,47.74310,8.99890\n2493,1645519583,47.74310,8.99890\n2494,1645519584,47.74310,8.99890\n2495,1645519585,47.74310,8.99890\n2496,1645519586,47.74310,8.99890\n2497,1645519587,47.74311,8.99890\n2498,1645519588,47.74311,8.99890\n2499,1645519589,47.74310,8.99890\n2500,1645519590,47.74310,8.99890\n2501,1645519591,47.74310,8.99890\n2502,1645519592,47.74310,8.99890\n2503,1645519593,47.74310,8.99889\n2504,1645519594,47.74310,8.99889\n2505,1645519595,47.74310,8.99889\n2506,1645519596,47.74310,8.99889\n2507,1645519597,47.74310,8.99889\n2508,1645519598,47.74310,8.99889\n2509,1645519599,47.74310,8.99889\n2510,1645519600,47.74310,8.99889\n2511,1645519601,47.74310,8.99889\n2512,1645519602,47.74310,8.99889\n2513,1645519603,47.74310,8.99889\n2514,1645519604,47.74310,8.99889\n2515,1645519605,47.74310,8.99889\n2516,1645519606,47.74310,8.99889\n2517,1645519607,47.74310,8.99889\n2518,1645519608,47.74310,8.99889\n2519,1645519609,47.74310,8.99889\n2520,1645519610,47.74310,8.99889\n2521,1645519611,47.74310,8.99889\n2522,1645519612,47.74310,8.99889\n2523,1645519613,47.74310,8.99889\n2524,1645519614,47.74310,8.99889\n2525,1645519615,47.74310,8.99889\n2526,1645519616,47.74310,8.99889\n2527,1645519617,47.74310,8.99889\n2528,1645519618,47.74310,8.99889\n2529,1645519619,47.74310,8.99889\n2530,1645519620,47.74310,8.99889\n2531,1645519621,47.74310,8.99889\n2532,1645519622,47.74310,8.99889\n2533,1645519623,47.74310,8.99889\n2534,1645519624,47.74310,8.99889\n2535,1645519625,47.74310,8.99889\n2536,1645519626,47.74310,8.99889\n2537,1645519627,47.74310,8.99888\n2538,1645519628,47.74310,8.99888\n2539,1645519629,47.74310,8.99888\n2540,1645519630,47.74310,8.99888\n2541,1645519631,47.74310,8.99888\n2542,1645519632,47.74310,8.99888\n2543,1645519633,47.74310,8.99888\n2544,1645519634,47.74310,8.99888\n2545,1645519635,47.74310,8.99888\n2546,1645519636,47.74310,8.99888\n2547,1645519637,47.74310,8.99888\n2548,1645519638,47.74310,8.99888\n2549,1645519639,47.74310,8.99888\n2550,1645519640,47.74310,8.99888\n2551,1645519641,47.74310,8.99888\n2552,1645519642,47.74310,8.99888\n2553,1645519643,47.74309,8.99888\n2554,1645519644,47.74310,8.99887\n2555,1645519645,47.74310,8.99887\n2556,1645519646,47.74310,8.99887\n2557,1645519647,47.74310,8.99887\n2558,1645519648,47.74310,8.99887\n2559,1645519649,47.74310,8.99887\n2560,1645519650,47.74310,8.99887\n2561,1645519651,47.74310,8.99887\n2562,1645519652,47.74310,8.99887\n2563,1645519653,47.74310,8.99887\n2564,1645519654,47.74310,8.99887\n2565,1645519655,47.74310,8.99887\n2566,1645519656,47.74310,8.99887\n2567,1645519657,47.74310,8.99887\n2568,1645519658,47.74310,8.99887\n2569,1645519659,47.74310,8.99887\n2570,1645519660,47.74310,8.99886\n2571,1645519661,47.74310,8.99886\n2572,1645519662,47.74310,8.99886\n2573,1645519663,47.74310,8.99886\n2574,1645519664,47.74310,8.99886\n2575,1645519665,47.74310,8.99886\n2576,1645519666,47.74310,8.99887\n2577,1645519667,47.74309,8.99887\n2578,1645519668,47.74309,8.99887\n2579,1645519669,47.74309,8.99887\n2580,1645519670,47.74308,8.99887\n2581,1645519671,47.74308,8.99887\n2582,1645519672,47.74308,8.99887\n2583,1645519673,47.74308,8.99887\n2584,1645519674,47.74308,8.99887\n2585,1645519675,47.74308,8.99887\n2586,1645519676,47.74308,8.99887\n2587,1645519677,47.74308,8.99887\n2588,1645519678,47.74308,8.99887\n2589,1645519679,47.74308,8.99887\n2590,1645519680,47.74308,8.99887\n2591,1645519681,47.74308,8.99887\n2592,1645519682,47.74308,8.99887\n2593,1645519683,47.74308,8.99887\n2594,1645519684,47.74308,8.99887\n2595,1645519685,47.74308,8.99887\n2596,1645519686,47.74308,8.99887\n2597,1645519687,47.74308,8.99887\n2598,1645519688,47.74308,8.99887\n2599,1645519689,47.74308,8.99887\n2600,1645519690,47.74308,8.99887\n2601,1645519691,47.74309,8.99887\n2602,1645519692,47.74309,8.99887\n2603,1645519693,47.74309,8.99887\n2604,1645519694,47.74309,8.99887\n2605,1645519695,47.74309,8.99887\n2606,1645519696,47.74309,8.99887\n2607,1645519697,47.74309,8.99887\n2608,1645519698,47.74309,8.99887\n2609,1645519699,47.74309,8.99887\n2610,1645519700,47.74309,8.99887\n2611,1645519701,47.74309,8.99887\n2612,1645519702,47.74309,8.99887\n2613,1645519703,47.74309,8.99887\n2614,1645519704,47.74309,8.99887\n2615,1645519705,47.74309,8.99887\n2616,1645519706,47.74309,8.99887\n2617,1645519707,47.74309,8.99886\n2618,1645519708,47.74308,8.99886\n2619,1645519709,47.74308,8.99886\n2620,1645519710,47.74308,8.99887\n2621,1645519711,47.74308,8.99887\n2622,1645519712,47.74308,8.99887\n2623,1645519713,47.74308,8.99887\n2624,1645519714,47.74307,8.99887\n2625,1645519715,47.74307,8.99888\n2626,1645519716,47.74307,8.99888\n2627,1645519717,47.74307,8.99888\n2628,1645519718,47.74307,8.99888\n2629,1645519719,47.74307,8.99888\n2630,1645519720,47.74307,8.99888\n2631,1645519721,47.74306,8.99888\n2632,1645519722,47.74306,8.99888\n2633,1645519723,47.74306,8.99888\n2634,1645519724,47.74306,8.99888\n2635,1645519725,47.74306,8.99888\n2636,1645519726,47.74306,8.99888\n2637,1645519727,47.74306,8.99888\n2638,1645519728,47.74306,8.99888\n2639,1645519729,47.74306,8.99888\n2640,1645519730,47.74306,8.99888\n2641,1645519731,47.74306,8.99888\n2642,1645519732,47.74306,8.99888\n2643,1645519733,47.74306,8.99888\n2644,1645519734,47.74306,8.99888\n2645,1645519735,47.74305,8.99888\n2646,1645519736,47.74305,8.99888\n2647,1645519737,47.74305,8.99888\n2648,1645519738,47.74305,8.99888\n2649,1645519739,47.74305,8.99887\n2650,1645519740,47.74305,8.99887\n2651,1645519741,47.74305,8.99887\n2652,1645519742,47.74305,8.99887\n2653,1645519743,47.74304,8.99887\n2654,1645519744,47.74304,8.99887\n2655,1645519745,47.74304,8.99887\n2656,1645519746,47.74304,8.99887\n2657,1645519747,47.74304,8.99887\n2658,1645519748,47.74304,8.99887\n2659,1645519749,47.74304,8.99887\n2660,1645519750,47.74303,8.99887\n2661,1645519751,47.74303,8.99887\n2662,1645519752,47.74303,8.99887\n2663,1645519753,47.74303,8.99887\n2664,1645519754,47.74303,8.99887\n2665,1645519755,47.74302,8.99887\n2666,1645519756,47.74302,8.99887\n2667,1645519757,47.74302,8.99887\n2668,1645519758,47.74302,8.99887\n2669,1645519759,47.74302,8.99887\n2670,1645519760,47.74302,8.99887\n2671,1645519761,47.74302,8.99887\n2672,1645519762,47.74302,8.99887\n2673,1645519763,47.74301,8.99887\n2674,1645519764,47.74301,8.99887\n2675,1645519765,47.74301,8.99887\n2676,1645519766,47.74301,8.99887\n2677,1645519767,47.74301,8.99887\n2678,1645519768,47.74301,8.99887\n2679,1645519769,47.74301,8.99887\n2680,1645519770,47.74301,8.99887\n2681,1645519771,47.74300,8.99887\n2682,1645519772,47.74300,8.99887\n2683,1645519773,47.74300,8.99887\n2684,1645519774,47.74300,8.99887\n2685,1645519775,47.74300,8.99887\n2686,1645519776,47.74300,8.99887\n2687,1645519777,47.74300,8.99887\n2688,1645519778,47.74300,8.99887\n2689,1645519779,47.74300,8.99887\n2690,1645519780,47.74300,8.99887\n2691,1645519781,47.74300,8.99887\n2692,1645519782,47.74299,8.99887\n2693,1645519783,47.74299,8.99887\n2694,1645519784,47.74299,8.99887\n2695,1645519785,47.74299,8.99887\n2696,1645519786,47.74299,8.99887\n2697,1645519787,47.74298,8.99887\n2698,1645519788,47.74298,8.99887\n2699,1645519789,47.74298,8.99887\n2700,1645519790,47.74298,8.99887\n2701,1645519791,47.74298,8.99888\n2702,1645519792,47.74298,8.99888\n2703,1645519793,47.74298,8.99888\n2704,1645519794,47.74298,8.99888\n2705,1645519795,47.74298,8.99888\n2706,1645519796,47.74298,8.99888\n2707,1645519797,47.74297,8.99888\n2708,1645519798,47.74297,8.99888\n2709,1645519799,47.74297,8.99888\n2710,1645519800,47.74297,8.99888\n2711,1645519801,47.74297,8.99888\n2712,1645519802,47.74298,8.99889\n2713,1645519803,47.74298,8.99889\n2714,1645519804,47.74298,8.99889\n2715,1645519805,47.74298,8.99889\n2716,1645519806,47.74298,8.99889\n2717,1645519807,47.74298,8.99889\n2718,1645519808,47.74298,8.99889\n2719,1645519809,47.74298,8.99889\n2720,1645519810,47.74298,8.99889\n2721,1645519811,47.74298,8.99889\n2722,1645519812,47.74298,8.99889\n2723,1645519813,47.74298,8.99889\n2724,1645519814,47.74298,8.99889\n2725,1645519815,47.74298,8.99889\n2726,1645519816,47.74298,8.99889\n2727,1645519817,47.74298,8.99889\n2728,1645519818,47.74298,8.99890\n2729,1645519819,47.74298,8.99890\n2730,1645519820,47.74299,8.99890\n2731,1645519821,47.74300,8.99890\n2732,1645519822,47.74300,8.99890\n2733,1645519823,47.74300,8.99890\n2734,1645519824,47.74300,8.99890\n2735,1645519825,47.74300,8.99890\n2736,1645519826,47.74300,8.99890\n2737,1645519827,47.74300,8.99890\n2738,1645519828,47.74301,8.99889\n2739,1645519829,47.74301,8.99889\n2740,1645519830,47.74301,8.99889\n2741,1645519831,47.74301,8.99889\n2742,1645519832,47.74301,8.99889\n2743,1645519833,47.74301,8.99889\n2744,1645519834,47.74302,8.99889\n2745,1645519835,47.74302,8.99889\n2746,1645519836,47.74302,8.99889\n2747,1645519837,47.74302,8.99889\n2748,1645519838,47.74302,8.99889\n2749,1645519839,47.74302,8.99889\n2750,1645519840,47.74302,8.99889\n2751,1645519841,47.74302,8.99889\n2752,1645519842,47.74303,8.99889\n2753,1645519843,47.74303,8.99889\n2754,1645519844,47.74303,8.99890\n2755,1645519845,47.74303,8.99890\n2756,1645519846,47.74304,8.99890\n2757,1645519847,47.74304,8.99890\n2758,1645519848,47.74304,8.99890\n2759,1645519849,47.74304,8.99890\n2760,1645519850,47.74304,8.99890\n2761,1645519851,47.74304,8.99890\n2762,1645519852,47.74304,8.99890\n2763,1645519853,47.74305,8.99890\n2764,1645519854,47.74305,8.99889\n2765,1645519855,47.74305,8.99889\n2766,1645519856,47.74305,8.99889\n2767,1645519857,47.74305,8.99889\n2768,1645519858,47.74306,8.99889\n2769,1645519859,47.74306,8.99889\n2770,1645519860,47.74306,8.99889\n2771,1645519861,47.74306,8.99888\n2772,1645519862,47.74306,8.99888\n2773,1645519863,47.74306,8.99888\n2774,1645519864,47.74307,8.99888\n2775,1645519865,47.74307,8.99888\n2776,1645519866,47.74307,8.99888\n2777,1645519867,47.74307,8.99888\n2778,1645519868,47.74307,8.99888\n2779,1645519869,47.74307,8.99888\n2780,1645519870,47.74307,8.99888\n2781,1645519871,47.74307,8.99888\n2782,1645519872,47.74307,8.99888\n2783,1645519873,47.74307,8.99888\n2784,1645519874,47.74307,8.99888\n2785,1645519875,47.74307,8.99888\n2786,1645519876,47.74307,8.99888\n2787,1645519877,47.74307,8.99888\n2788,1645519878,47.74307,8.99888\n2789,1645519879,47.74307,8.99888\n2790,1645519880,47.74307,8.99888\n2791,1645519881,47.74308,8.99888\n2792,1645519882,47.74308,8.99888\n2793,1645519883,47.74308,8.99888\n2794,1645519884,47.74308,8.99888\n2795,1645519885,47.74308,8.99888\n2796,1645519886,47.74308,8.99888\n2797,1645519887,47.74308,8.99888\n2798,1645519888,47.74308,8.99888\n2799,1645519889,47.74308,8.99888\n2800,1645519890,47.74308,8.99888\n2801,1645519891,47.74308,8.99888\n2802,1645519892,47.74308,8.99888\n2803,1645519893,47.74308,8.99888\n2804,1645519894,47.74308,8.99888\n2805,1645519895,47.74308,8.99888\n2806,1645519896,47.74308,8.99888\n2807,1645519897,47.74308,8.99888\n2808,1645519898,47.74308,8.99888\n2809,1645519899,47.74309,8.99888\n2810,1645519900,47.74309,8.99888\n2811,1645519901,47.74309,8.99888\n2812,1645519902,47.74309,8.99888\n2813,1645519903,47.74309,8.99888\n2814,1645519904,47.74309,8.99888\n2815,1645519905,47.74309,8.99888\n2816,1645519906,47.74309,8.99888\n2817,1645519907,47.74309,8.99888\n2818,1645519908,47.74310,8.99888\n2819,1645519909,47.74310,8.99888\n2820,1645519910,47.74310,8.99888\n2821,1645519911,47.74310,8.99888\n2822,1645519912,47.74310,8.99888\n2823,1645519913,47.74310,8.99888\n2824,1645519914,47.74310,8.99888\n2825,1645519915,47.74310,8.99888\n2826,1645519916,47.74310,8.99888\n2827,1645519917,47.74310,8.99888\n2828,1645519918,47.74310,8.99888\n2829,1645519919,47.74310,8.99888\n2830,1645519920,47.74311,8.99888\n2831,1645519921,47.74311,8.99888\n2832,1645519922,47.74311,8.99888\n2833,1645519923,47.74311,8.99888\n2834,1645519924,47.74311,8.99888\n2835,1645519925,47.74311,8.99888\n2836,1645519926,47.74311,8.99888\n2837,1645519927,47.74311,8.99888\n2838,1645519928,47.74311,8.99888\n2839,1645519929,47.74311,8.99888\n2840,1645519930,47.74311,8.99888\n2841,1645519931,47.74311,8.99888\n2842,1645519932,47.74311,8.99888\n2843,1645519933,47.74311,8.99888\n2844,1645519934,47.74312,8.99888\n2845,1645519935,47.74312,8.99888\n2846,1645519936,47.74312,8.99888\n2847,1645519937,47.74312,8.99888\n2848,1645519938,47.74312,8.99888\n2849,1645519939,47.74312,8.99888\n2850,1645519940,47.74312,8.99888\n2851,1645519941,47.74312,8.99888\n2852,1645519942,47.74312,8.99888\n2853,1645519943,47.74312,8.99888\n2854,1645519944,47.74312,8.99888\n2855,1645519945,47.74312,8.99888\n2856,1645519946,47.74312,8.99888\n2857,1645519947,47.74312,8.99888\n2858,1645519948,47.74312,8.99888\n2859,1645519949,47.74312,8.99888\n2860,1645519950,47.74312,8.99888\n2861,1645519951,47.74312,8.99888\n2862,1645519952,47.74312,8.99888\n2863,1645519953,47.74312,8.99888\n2864,1645519954,47.74312,8.99888\n2865,1645519955,47.74312,8.99888\n2866,1645519956,47.74312,8.99888\n2867,1645519957,47.74312,8.99888\n2868,1645519958,47.74312,8.99888\n2869,1645519959,47.74312,8.99888\n2870,1645519960,47.74312,8.99888\n2871,1645519961,47.74312,8.99888\n2872,1645519962,47.74312,8.99888\n2873,1645519963,47.74311,8.99888\n2874,1645519964,47.74311,8.99889\n2875,1645519965,47.74311,8.99889\n2876,1645519966,47.74311,8.99888\n2877,1645519967,47.74311,8.99888\n2878,1645519968,47.74311,8.99888\n2879,1645519969,47.74311,8.99888\n2880,1645519970,47.74311,8.99888\n2881,1645519971,47.74311,8.99888\n2882,1645519972,47.74311,8.99888\n2883,1645519973,47.74311,8.99888\n2884,1645519974,47.74311,8.99888\n2885,1645519975,47.74311,8.99888\n2886,1645519976,47.74311,8.99888\n2887,1645519977,47.74312,8.99888\n2888,1645519978,47.74312,8.99888\n2889,1645519979,47.74311,8.99888\n2890,1645519980,47.74311,8.99888\n2891,1645519981,47.74311,8.99888\n2892,1645519982,47.74312,8.99888\n2893,1645519983,47.74312,8.99888\n2894,1645519984,47.74311,8.99888\n2895,1645519985,47.74311,8.99888\n2896,1645519986,47.74311,8.99888\n2897,1645519987,47.74312,8.99888\n2898,1645519988,47.74312,8.99888\n2899,1645519989,47.74312,8.99888\n2900,1645519990,47.74312,8.99888\n2901,1645519991,47.74312,8.99888\n2902,1645519992,47.74312,8.99888\n2903,1645519993,47.74312,8.99888\n2904,1645519994,47.74312,8.99888\n2905,1645519995,47.74312,8.99888\n2906,1645519996,47.74312,8.99888\n2907,1645519997,47.74312,8.99888\n2908,1645519998,47.74312,8.99888\n2909,1645519999,47.74312,8.99888\n2910,1645520000,47.74312,8.99888\n2911,1645520001,47.74312,8.99888\n2912,1645520002,47.74312,8.99888\n2913,1645520003,47.74312,8.99888\n2914,1645520004,47.74312,8.99888\n2915,1645520005,47.74311,8.99889\n2916,1645520006,47.74311,8.99889\n2917,1645520007,47.74311,8.99889\n2918,1645520008,47.74311,8.99889\n2919,1645520009,47.74311,8.99890\n2920,1645520010,47.74311,8.99890\n2921,1645520011,47.74311,8.99890\n2922,1645520012,47.74311,8.99890\n2923,1645520013,47.74311,8.99889\n2924,1645520014,47.74311,8.99889\n2925,1645520015,47.74311,8.99889\n2926,1645520016,47.74311,8.99889\n2927,1645520017,47.74312,8.99889\n2928,1645520018,47.74312,8.99889\n2929,1645520019,47.74312,8.99889\n2930,1645520020,47.74312,8.99889\n2931,1645520021,47.74312,8.99889\n2932,1645520022,47.74312,8.99889\n2933,1645520023,47.74312,8.99889\n2934,1645520024,47.74312,8.99889\n2935,1645520025,47.74312,8.99889\n2936,1645520026,47.74312,8.99889\n2937,1645520027,47.74312,8.99889\n2938,1645520028,47.74312,8.99889\n2939,1645520029,47.74312,8.99889\n2940,1645520030,47.74312,8.99889\n2941,1645520031,47.74312,8.99889\n2942,1645520032,47.74312,8.99889\n2943,1645520033,47.74312,8.99889\n2944,1645520034,47.74312,8.99889\n2945,1645520035,47.74312,8.99889\n2946,1645520036,47.74313,8.99889\n2947,1645520037,47.74313,8.99889\n2948,1645520038,47.74313,8.99888\n2949,1645520039,47.74313,8.99888\n2950,1645520040,47.74313,8.99888\n2951,1645520041,47.74313,8.99888\n2952,1645520042,47.74313,8.99888\n2953,1645520043,47.74313,8.99889\n2954,1645520044,47.74312,8.99889\n2955,1645520045,47.74312,8.99889\n2956,1645520046,47.74312,8.99889\n2957,1645520047,47.74312,8.99889\n2958,1645520048,47.74313,8.99889\n2959,1645520049,47.74313,8.99889\n2960,1645520050,47.74313,8.99889\n2961,1645520051,47.74313,8.99889\n2962,1645520052,47.74313,8.99889\n2963,1645520053,47.74313,8.99889\n2964,1645520054,47.74313,8.99889\n2965,1645520055,47.74313,8.99889\n2966,1645520056,47.74313,8.99889\n2967,1645520057,47.74313,8.99889\n2968,1645520058,47.74313,8.99889\n2969,1645520059,47.74313,8.99889\n2970,1645520060,47.74313,8.99889\n2971,1645520061,47.74313,8.99889\n2972,1645520062,47.74313,8.99889\n2973,1645520063,47.74313,8.99889\n2974,1645520064,47.74312,8.99889\n2975,1645520065,47.74312,8.99889\n2976,1645520066,47.74312,8.99889\n2977,1645520067,47.74312,8.99889\n2978,1645520068,47.74312,8.99890\n2979,1645520069,47.74312,8.99890\n2980,1645520070,47.74312,8.99890\n2981,1645520071,47.74312,8.99890\n2982,1645520072,47.74312,8.99890\n2983,1645520073,47.74312,8.99890\n2984,1645520074,47.74312,8.99890\n2985,1645520075,47.74311,8.99890\n2986,1645520076,47.74311,8.99890\n2987,1645520077,47.74311,8.99890\n2988,1645520078,47.74311,8.99890\n2989,1645520079,47.74311,8.99890\n2990,1645520080,47.74311,8.99890\n2991,1645520081,47.74311,8.99890\n2992,1645520082,47.74311,8.99890\n2993,1645520083,47.74310,8.99890\n2994,1645520084,47.74310,8.99890\n2995,1645520085,47.74310,8.99890\n2996,1645520086,47.74310,8.99890\n2997,1645520087,47.74310,8.99890\n2998,1645520088,47.74310,8.99890\n2999,1645520089,47.74310,8.99890\n3000,1645520090,47.74310,8.99890\n3001,1645520091,47.74310,8.99890\n3002,1645520092,47.74310,8.99890\n3003,1645520093,47.74310,8.99890\n3004,1645520094,47.74310,8.99890\n3005,1645520095,47.74310,8.99890\n3006,1645520096,47.74310,8.99890\n3007,1645520097,47.74310,8.99890\n3008,1645520098,47.74310,8.99890\n3009,1645520099,47.74310,8.99890\n3010,1645520100,47.74310,8.99890\n3011,1645520101,47.74310,8.99890\n3012,1645520102,47.74310,8.99890\n3013,1645520103,47.74310,8.99890\n3014,1645520104,47.74310,8.99890\n3015,1645520105,47.74310,8.99890\n3016,1645520106,47.74310,8.99890\n3017,1645520107,47.74310,8.99890\n3018,1645520108,47.74310,8.99890\n3019,1645520109,47.74310,8.99890\n3020,1645520110,47.74309,8.99890\n3021,1645520111,47.74309,8.99890\n3022,1645520112,47.74308,8.99890\n3023,1645520113,47.74308,8.99891\n3024,1645520114,47.74308,8.99891\n3025,1645520115,47.74308,8.99891\n3026,1645520116,47.74307,8.99891\n3027,1645520117,47.74307,8.99891\n3028,1645520118,47.74307,8.99891\n3029,1645520119,47.74307,8.99891\n3030,1645520120,47.74307,8.99891\n3031,1645520121,47.74307,8.99891\n3032,1645520122,47.74307,8.99891\n3033,1645520123,47.74307,8.99891\n3034,1645520124,47.74307,8.99891\n3035,1645520125,47.74307,8.99891\n3036,1645520126,47.74307,8.99891\n3037,1645520127,47.74307,8.99891\n3038,1645520128,47.74307,8.99891\n3039,1645520129,47.74306,8.99890\n3040,1645520130,47.74306,8.99890\n3041,1645520131,47.74306,8.99890\n3042,1645520132,47.74306,8.99890\n3043,1645520133,47.74306,8.99890\n3044,1645520134,47.74306,8.99890\n3045,1645520135,47.74306,8.99890\n3046,1645520136,47.74306,8.99890\n3047,1645520137,47.74306,8.99890\n3048,1645520138,47.74306,8.99890\n3049,1645520139,47.74306,8.99890\n3050,1645520140,47.74306,8.99890\n3051,1645520141,47.74306,8.99890\n3052,1645520142,47.74306,8.99890\n3053,1645520143,47.74306,8.99890\n3054,1645520144,47.74306,8.99890\n3055,1645520145,47.74306,8.99890\n3056,1645520146,47.74306,8.99890\n3057,1645520147,47.74306,8.99890\n3058,1645520148,47.74306,8.99890\n3059,1645520149,47.74306,8.99890\n3060,1645520150,47.74306,8.99890\n3061,1645520151,47.74306,8.99890\n3062,1645520152,47.74306,8.99890\n3063,1645520153,47.74306,8.99891\n3064,1645520154,47.74306,8.99891\n3065,1645520155,47.74306,8.99890\n3066,1645520156,47.74306,8.99891\n3067,1645520157,47.74306,8.99891\n3068,1645520158,47.74306,8.99891\n3069,1645520159,47.74306,8.99890\n3070,1645520160,47.74306,8.99891\n3071,1645520161,47.74306,8.99890\n3072,1645520162,47.74306,8.99890\n3073,1645520163,47.74306,8.99891\n3074,1645520164,47.74306,8.99891\n3075,1645520165,47.74306,8.99891\n3076,1645520166,47.74306,8.99891\n3077,1645520167,47.74306,8.99891\n3078,1645520168,47.74306,8.99891\n3079,1645520169,47.74305,8.99891\n3080,1645520170,47.74305,8.99891\n3081,1645520171,47.74305,8.99891\n3082,1645520172,47.74305,8.99891\n3083,1645520173,47.74305,8.99891\n3084,1645520174,47.74305,8.99891\n3085,1645520175,47.74305,8.99891\n3086,1645520176,47.74305,8.99891\n3087,1645520177,47.74304,8.99891\n3088,1645520178,47.74304,8.99891\n3089,1645520179,47.74304,8.99891\n3090,1645520180,47.74304,8.99891\n3091,1645520181,47.74304,8.99892\n3092,1645520182,47.74304,8.99892\n3093,1645520183,47.74304,8.99892\n3094,1645520184,47.74304,8.99892\n3095,1645520185,47.74304,8.99892\n3096,1645520186,47.74304,8.99892\n3097,1645520187,47.74304,8.99892\n3098,1645520188,47.74304,8.99892\n3099,1645520189,47.74304,8.99892\n3100,1645520190,47.74304,8.99892\n3101,1645520191,47.74304,8.99892\n3102,1645520192,47.74303,8.99892\n3103,1645520193,47.74303,8.99892\n3104,1645520194,47.74303,8.99892\n3105,1645520195,47.74303,8.99892\n3106,1645520196,47.74303,8.99892\n3107,1645520197,47.74303,8.99892\n3108,1645520198,47.74302,8.99892\n3109,1645520199,47.74302,8.99892\n3110,1645520200,47.74302,8.99893\n3111,1645520201,47.74302,8.99893\n3112,1645520202,47.74302,8.99893\n3113,1645520203,47.74302,8.99893\n3114,1645520204,47.74302,8.99893\n3115,1645520205,47.74302,8.99893\n3116,1645520206,47.74302,8.99893\n3117,1645520207,47.74302,8.99893\n3118,1645520208,47.74302,8.99893\n3119,1645520209,47.74302,8.99893\n3120,1645520210,47.74302,8.99893\n3121,1645520211,47.74302,8.99893\n3122,1645520212,47.74301,8.99893\n3123,1645520213,47.74301,8.99894\n3124,1645520214,47.74301,8.99894\n3125,1645520215,47.74301,8.99894\n3126,1645520216,47.74301,8.99894\n3127,1645520217,47.74301,8.99894\n3128,1645520218,47.74301,8.99894\n3129,1645520219,47.74301,8.99894\n3130,1645520220,47.74301,8.99894\n3131,1645520221,47.74301,8.99894\n3132,1645520222,47.74301,8.99894\n3133,1645520223,47.74301,8.99894\n3134,1645520224,47.74301,8.99894\n3135,1645520225,47.74301,8.99894\n3136,1645520226,47.74301,8.99894\n3137,1645520227,47.74301,8.99894\n3138,1645520228,47.74301,8.99894\n3139,1645520229,47.74301,8.99894\n3140,1645520230,47.74301,8.99894\n3141,1645520231,47.74301,8.99894\n3142,1645520232,47.74301,8.99894\n3143,1645520233,47.74301,8.99894\n3144,1645520234,47.74301,8.99894\n3145,1645520235,47.74301,8.99894\n3146,1645520236,47.74301,8.99894\n3147,1645520237,47.74301,8.99894\n3148,1645520238,47.74301,8.99894\n3149,1645520239,47.74301,8.99894\n3150,1645520240,47.74301,8.99894\n3151,1645520241,47.74301,8.99894\n3152,1645520242,47.74301,8.99894\n3153,1645520243,47.74301,8.99894\n3154,1645520244,47.74301,8.99894\n3155,1645520245,47.74301,8.99894\n3156,1645520246,47.74301,8.99894\n3157,1645520247,47.74301,8.99894\n3158,1645520248,47.74302,8.99894\n3159,1645520249,47.74302,8.99894\n3160,1645520250,47.74302,8.99894\n3161,1645520251,47.74302,8.99894\n3162,1645520252,47.74302,8.99894\n3163,1645520253,47.74302,8.99894\n3164,1645520254,47.74302,8.99894\n3165,1645520255,47.74302,8.99894\n3166,1645520256,47.74302,8.99894\n3167,1645520257,47.74302,8.99894\n3168,1645520258,47.74302,8.99894\n3169,1645520259,47.74302,8.99894\n3170,1645520260,47.74302,8.99894\n3171,1645520261,47.74302,8.99894\n3172,1645520262,47.74302,8.99894\n3173,1645520263,47.74303,8.99894\n3174,1645520264,47.74303,8.99894\n3175,1645520265,47.74303,8.99894\n3176,1645520266,47.74303,8.99894\n3177,1645520267,47.74303,8.99894\n3178,1645520268,47.74303,8.99894\n3179,1645520269,47.74303,8.99894\n3180,1645520270,47.74303,8.99894\n3181,1645520271,47.74303,8.99894\n3182,1645520272,47.74303,8.99894\n3183,1645520273,47.74303,8.99894\n3184,1645520274,47.74303,8.99894\n3185,1645520275,47.74303,8.99894\n3186,1645520276,47.74303,8.99894\n3187,1645520277,47.74303,8.99895\n3188,1645520278,47.74303,8.99895\n3189,1645520279,47.74304,8.99894\n3190,1645520280,47.74304,8.99894\n3191,1645520281,47.74304,8.99894\n3192,1645520282,47.74304,8.99894\n3193,1645520283,47.74304,8.99895\n3194,1645520284,47.74304,8.99895\n3195,1645520285,47.74304,8.99895\n3196,1645520286,47.74304,8.99895\n3197,1645520287,47.74304,8.99895\n3198,1645520288,47.74304,8.99895\n3199,1645520289,47.74304,8.99895\n3200,1645520290,47.74304,8.99895\n3201,1645520291,47.74304,8.99895\n3202,1645520292,47.74304,8.99895\n3203,1645520293,47.74304,8.99895\n3204,1645520294,47.74304,8.99895\n3205,1645520295,47.74304,8.99895\n3206,1645520296,47.74304,8.99895\n3207,1645520297,47.74304,8.99895\n3208,1645520298,47.74304,8.99895\n3209,1645520299,47.74304,8.99895\n3210,1645520300,47.74304,8.99895\n3211,1645520301,47.74304,8.99895\n3212,1645520302,47.74304,8.99895\n3213,1645520303,47.74304,8.99895\n3214,1645520304,47.74304,8.99895\n3215,1645520305,47.74304,8.99895\n3216,1645520306,47.74304,8.99895\n3217,1645520307,47.74304,8.99895\n3218,1645520308,47.74304,8.99895\n3219,1645520309,47.74304,8.99895\n3220,1645520310,47.74305,8.99895\n3221,1645520311,47.74305,8.99895\n3222,1645520312,47.74305,8.99894\n3223,1645520313,47.74305,8.99894\n3224,1645520314,47.74305,8.99894\n3225,1645520315,47.74305,8.99894\n3226,1645520316,47.74305,8.99894\n3227,1645520317,47.74305,8.99895\n3228,1645520318,47.74305,8.99895\n3229,1645520319,47.74305,8.99895\n3230,1645520320,47.74305,8.99895\n3231,1645520321,47.74305,8.99894\n3232,1645520322,47.74305,8.99894\n3233,1645520323,47.74305,8.99894\n3234,1645520324,47.74305,8.99894\n3235,1645520325,47.74305,8.99894\n3236,1645520326,47.74305,8.99894\n3237,1645520327,47.74305,8.99894\n3238,1645520328,47.74305,8.99894\n3239,1645520329,47.74305,8.99894\n3240,1645520330,47.74305,8.99894\n3241,1645520331,47.74305,8.99894\n3242,1645520332,47.74305,8.99894\n3243,1645520333,47.74305,8.99894\n3244,1645520334,47.74305,8.99894\n3245,1645520335,47.74305,8.99894\n3246,1645520336,47.74305,8.99894\n3247,1645520337,47.74305,8.99894\n3248,1645520338,47.74305,8.99894\n3249,1645520339,47.74305,8.99894\n3250,1645520340,47.74305,8.99894\n3251,1645520341,47.74305,8.99894\n3252,1645520342,47.74305,8.99894\n3253,1645520343,47.74305,8.99894\n3254,1645520344,47.74305,8.99894\n3255,1645520345,47.74305,8.99894\n3256,1645520346,47.74305,8.99894\n3257,1645520347,47.74305,8.99894\n3258,1645520348,47.74305,8.99894\n3259,1645520349,47.74305,8.99894\n3260,1645520350,47.74305,8.99894\n3261,1645520351,47.74305,8.99894\n3262,1645520352,47.74305,8.99894\n3263,1645520353,47.74305,8.99894\n3264,1645520354,47.74305,8.99894\n3265,1645520355,47.74305,8.99894\n3266,1645520356,47.74305,8.99894\n3267,1645520357,47.74305,8.99894\n3268,1645520358,47.74305,8.99894\n3269,1645520359,47.74305,8.99894\n3270,1645520360,47.74305,8.99894\n3271,1645520361,47.74305,8.99894\n3272,1645520362,47.74305,8.99894\n3273,1645520363,47.74305,8.99894\n3274,1645520364,47.74305,8.99894\n3275,1645520365,47.74305,8.99894\n3276,1645520366,47.74305,8.99894\n3277,1645520367,47.74305,8.99894\n3278,1645520368,47.74305,8.99894\n3279,1645520369,47.74305,8.99894\n3280,1645520370,47.74305,8.99894\n3281,1645520371,47.74305,8.99894\n3282,1645520372,47.74305,8.99894\n3283,1645520373,47.74305,8.99893\n3284,1645520374,47.74305,8.99893\n3285,1645520375,47.74305,8.99893\n3286,1645520376,47.74305,8.99893\n3287,1645520377,47.74305,8.99893\n3288,1645520378,47.74305,8.99893\n3289,1645520379,47.74305,8.99893\n3290,1645520380,47.74305,8.99893\n3291,1645520381,47.74305,8.99893\n3292,1645520382,47.74305,8.99893\n3293,1645520383,47.74305,8.99893\n3294,1645520384,47.74305,8.99893\n3295,1645520385,47.74305,8.99893\n3296,1645520386,47.74305,8.99893\n3297,1645520387,47.74305,8.99893\n3298,1645520388,47.74305,8.99893\n3299,1645520389,47.74305,8.99893\n3300,1645520390,47.74305,8.99893\n3301,1645520391,47.74305,8.99893\n3302,1645520392,47.74305,8.99893\n3303,1645520393,47.74305,8.99893\n3304,1645520394,47.74305,8.99893\n3305,1645520395,47.74305,8.99893\n3306,1645520396,47.74305,8.99892\n3307,1645520397,47.74305,8.99892\n3308,1645520398,47.74305,8.99892\n3309,1645520399,47.74305,8.99892\n3310,1645520400,47.74305,8.99892\n3311,1645520401,47.74305,8.99892\n3312,1645520402,47.74305,8.99892\n3313,1645520403,47.74305,8.99892\n3314,1645520404,47.74305,8.99892\n3315,1645520405,47.74305,8.99892\n3316,1645520406,47.74306,8.99892\n3317,1645520407,47.74306,8.99892\n3318,1645520408,47.74306,8.99892\n3319,1645520409,47.74306,8.99892\n3320,1645520410,47.74306,8.99892\n3321,1645520411,47.74306,8.99892\n3322,1645520412,47.74306,8.99892\n3323,1645520413,47.74306,8.99892\n3324,1645520414,47.74306,8.99892\n3325,1645520415,47.74306,8.99892\n3326,1645520416,47.74306,8.99892\n3327,1645520417,47.74306,8.99892\n3328,1645520418,47.74306,8.99892\n3329,1645520419,47.74306,8.99892\n3330,1645520420,47.74306,8.99892\n3331,1645520421,47.74306,8.99892\n3332,1645520422,47.74306,8.99892\n3333,1645520423,47.74306,8.99891\n3334,1645520424,47.74306,8.99891\n3335,1645520425,47.74306,8.99891\n3336,1645520426,47.74306,8.99891\n3337,1645520427,47.74306,8.99891\n3338,1645520428,47.74306,8.99891\n3339,1645520429,47.74306,8.99891\n3340,1645520430,47.74306,8.99891\n3341,1645520431,47.74306,8.99891\n3342,1645520433,47.74306,8.99891\n3343,1645520434,47.74306,8.99891\n3344,1645520435,47.74306,8.99891\n3345,1645520436,47.74306,8.99891\n3346,1645520437,47.74306,8.99891\n3347,1645520438,47.74306,8.99891\n3348,1645520439,47.74306,8.99891\n3349,1645520440,47.74306,8.99891\n3350,1645520441,47.74306,8.99891\n3351,1645520442,47.74306,8.99891\n3352,1645520443,47.74306,8.99891\n3353,1645520444,47.74306,8.99891\n3354,1645520445,47.74306,8.99891\n3355,1645520446,47.74306,8.99891\n3356,1645520447,47.74306,8.99891\n3357,1645520448,47.74306,8.99891\n3358,1645520449,47.74307,8.99891\n3359,1645520450,47.74307,8.99891\n3360,1645520451,47.74307,8.99891\n3361,1645520452,47.74306,8.99891\n3362,1645520453,47.74306,8.99891\n3363,1645520454,47.74306,8.99891\n3364,1645520455,47.74306,8.99891\n3365,1645520456,47.74306,8.99891\n3366,1645520457,47.74306,8.99891\n3367,1645520458,47.74306,8.99891\n3368,1645520459,47.74306,8.99891\n3369,1645520460,47.74306,8.99891\n3370,1645520461,47.74306,8.99891\n3371,1645520462,47.74305,8.99891\n3372,1645520463,47.74305,8.99891\n3373,1645520464,47.74305,8.99891\n3374,1645520465,47.74305,8.99891\n3375,1645520466,47.74305,8.99891\n3376,1645520467,47.74305,8.99891\n3377,1645520468,47.74306,8.99891\n3378,1645520469,47.74306,8.99891\n3379,1645520470,47.74306,8.99891\n3380,1645520471,47.74306,8.99891\n3381,1645520472,47.74306,8.99891\n3382,1645520473,47.74306,8.99890\n3383,1645520474,47.74306,8.99890\n3384,1645520475,47.74306,8.99890\n3385,1645520476,47.74306,8.99890\n3386,1645520477,47.74306,8.99890\n3387,1645520478,47.74306,8.99890\n3388,1645520479,47.74306,8.99890\n3389,1645520480,47.74306,8.99890\n3390,1645520481,47.74306,8.99890\n3391,1645520482,47.74306,8.99890\n3392,1645520483,47.74306,8.99890\n3393,1645520484,47.74306,8.99890\n3394,1645520485,47.74306,8.99890\n3395,1645520486,47.74306,8.99890\n3396,1645520487,47.74306,8.99890\n3397,1645520488,47.74306,8.99890\n3398,1645520489,47.74306,8.99890\n3399,1645520490,47.74306,8.99890\n3400,1645520491,47.74306,8.99890\n3401,1645520492,47.74306,8.99890\n3402,1645520493,47.74306,8.99890\n3403,1645520494,47.74306,8.99890\n3404,1645520495,47.74306,8.99890\n3405,1645520496,47.74306,8.99890\n3406,1645520497,47.74306,8.99890\n3407,1645520498,47.74306,8.99889\n3408,1645520499,47.74306,8.99889\n3409,1645520500,47.74306,8.99889\n3410,1645520501,47.74306,8.99889\n3411,1645520502,47.74306,8.99889\n3412,1645520503,47.74306,8.99889\n3413,1645520504,47.74306,8.99889\n3414,1645520505,47.74306,8.99889\n3415,1645520506,47.74306,8.99889\n3416,1645520507,47.74306,8.99889\n3417,1645520508,47.74306,8.99889\n3418,1645520509,47.74306,8.99889\n3419,1645520510,47.74306,8.99889\n3420,1645520511,47.74305,8.99889\n3421,1645520512,47.74305,8.99889\n3422,1645520513,47.74305,8.99889\n3423,1645520514,47.74305,8.99889\n3424,1645520515,47.74304,8.99889\n3425,1645520516,47.74304,8.99889\n3426,1645520517,47.74304,8.99889\n3427,1645520518,47.74304,8.99889\n3428,1645520519,47.74304,8.99889\n3429,1645520520,47.74304,8.99889\n3430,1645520521,47.74303,8.99889\n3431,1645520522,47.74303,8.99889\n3432,1645520523,47.74303,8.99889\n3433,1645520524,47.74303,8.99889\n3434,1645520525,47.74303,8.99889\n3435,1645520526,47.74303,8.99889\n3436,1645520527,47.74303,8.99889\n3437,1645520528,47.74303,8.99889\n3438,1645520529,47.74303,8.99889\n3439,1645520530,47.74303,8.99889\n3440,1645520531,47.74303,8.99889\n3441,1645520532,47.74303,8.99889\n3442,1645520533,47.74302,8.99889\n3443,1645520534,47.74302,8.99888\n3444,1645520535,47.74302,8.99888\n3445,1645520536,47.74302,8.99888\n3446,1645520537,47.74302,8.99888\n3447,1645520538,47.74302,8.99888\n3448,1645520539,47.74302,8.99888\n3449,1645520540,47.74302,8.99888\n3450,1645520541,47.74302,8.99888\n3451,1645520542,47.74302,8.99888\n3452,1645520543,47.74302,8.99889\n3453,1645520544,47.74302,8.99889\n3454,1645520545,47.74302,8.99888\n3455,1645520546,47.74302,8.99888\n3456,1645520547,47.74302,8.99888\n3457,1645520548,47.74302,8.99888\n3458,1645520549,47.74302,8.99888\n3459,1645520550,47.74302,8.99888\n3460,1645520551,47.74302,8.99888\n3461,1645520552,47.74302,8.99888\n3462,1645520553,47.74302,8.99888\n3463,1645520554,47.74302,8.99888\n3464,1645520555,47.74302,8.99888\n3465,1645520556,47.74302,8.99888\n3466,1645520557,47.74303,8.99888\n3467,1645520558,47.74303,8.99888\n3468,1645520559,47.74303,8.99888\n3469,1645520560,47.74303,8.99888\n3470,1645520561,47.74303,8.99888\n3471,1645520562,47.74303,8.99888\n3472,1645520563,47.74303,8.99888\n3473,1645520564,47.74303,8.99888\n3474,1645520565,47.74303,8.99888\n3475,1645520566,47.74303,8.99888\n3476,1645520567,47.74303,8.99888\n3477,1645520568,47.74303,8.99888\n3478,1645520569,47.74303,8.99888\n3479,1645520570,47.74303,8.99888\n3480,1645520571,47.74303,8.99888\n3481,1645520572,47.74303,8.99888\n3482,1645520573,47.74303,8.99889\n3483,1645520574,47.74303,8.99889\n3484,1645520575,47.74303,8.99889\n3485,1645520576,47.74303,8.99889\n3486,1645520577,47.74303,8.99889\n3487,1645520578,47.74303,8.99889\n3488,1645520579,47.74303,8.99889\n3489,1645520580,47.74303,8.99889\n3490,1645520581,47.74303,8.99889\n3491,1645520582,47.74302,8.99889\n3492,1645520583,47.74302,8.99889\n3493,1645520584,47.74302,8.99889\n3494,1645520585,47.74302,8.99889\n3495,1645520586,47.74303,8.99889\n3496,1645520587,47.74303,8.99889\n3497,1645520588,47.74303,8.99889\n3498,1645520589,47.74303,8.99889\n3499,1645520590,47.74303,8.99889\n3500,1645520591,47.74303,8.99889\n3501,1645520592,47.74303,8.99889\n3502,1645520593,47.74303,8.99889\n3503,1645520594,47.74303,8.99889\n3504,1645520595,47.74303,8.99889\n3505,1645520596,47.74303,8.99889\n3506,1645520597,47.74303,8.99889\n3507,1645520598,47.74303,8.99889\n3508,1645520599,47.74303,8.99889\n3509,1645520600,47.74303,8.99889\n3510,1645520601,47.74303,8.99889\n3511,1645520602,47.74303,8.99889\n3512,1645520603,47.74303,8.99889\n3513,1645520604,47.74303,8.99889\n3514,1645520605,47.74303,8.99889\n3515,1645520606,47.74303,8.99889\n3516,1645520607,47.74303,8.99889\n3517,1645520608,47.74303,8.99889\n3518,1645520609,47.74303,8.99889\n3519,1645520610,47.74303,8.99889\n3520,1645520611,47.74303,8.99889\n3521,1645520612,47.74303,8.99889\n3522,1645520613,47.74303,8.99889\n3523,1645520614,47.74303,8.99889\n3524,1645520615,47.74303,8.99889\n3525,1645520616,47.74303,8.99890\n3526,1645520617,47.74304,8.99890\n3527,1645520618,47.74304,8.99890\n3528,1645520619,47.74304,8.99890\n3529,1645520620,47.74304,8.99890\n3530,1645520621,47.74304,8.99890\n3531,1645520622,47.74304,8.99890\n3532,1645520623,47.74304,8.99889\n3533,1645520624,47.74304,8.99890\n3534,1645520625,47.74304,8.99890\n3535,1645520626,47.74304,8.99890\n3536,1645520627,47.74304,8.99890\n3537,1645520628,47.74304,8.99890\n3538,1645520629,47.74304,8.99890\n3539,1645520630,47.74304,8.99890\n3540,1645520631,47.74304,8.99890\n3541,1645520632,47.74304,8.99890\n3542,1645520633,47.74304,8.99890\n3543,1645520634,47.74304,8.99890\n3544,1645520635,47.74304,8.99891\n3545,1645520636,47.74304,8.99891\n3546,1645520637,47.74305,8.99891\n3547,1645520638,47.74305,8.99891\n3548,1645520639,47.74305,8.99891\n3549,1645520640,47.74305,8.99891\n3550,1645520641,47.74305,8.99891\n3551,1645520642,47.74305,8.99891\n3552,1645520643,47.74305,8.99891\n3553,1645520644,47.74305,8.99891\n3554,1645520645,47.74305,8.99891\n3555,1645520646,47.74305,8.99891\n3556,1645520647,47.74305,8.99891\n3557,1645520648,47.74305,8.99891\n3558,1645520649,47.74305,8.99891\n3559,1645520650,47.74305,8.99891\n3560,1645520651,47.74305,8.99891\n3561,1645520652,47.74305,8.99891\n3562,1645520653,47.74305,8.99891\n3563,1645520654,47.74305,8.99891\n3564,1645520655,47.74305,8.99891\n3565,1645520656,47.74305,8.99891\n3566,1645520657,47.74305,8.99891\n3567,1645520658,47.74305,8.99891\n3568,1645520659,47.74305,8.99891\n3569,1645520660,47.74305,8.99891\n3570,1645520661,47.74305,8.99891\n3571,1645520662,47.74305,8.99891\n3572,1645520663,47.74305,8.99891\n3573,1645520664,47.74305,8.99891\n3574,1645520665,47.74305,8.99891\n3575,1645520666,47.74305,8.99891\n3576,1645520667,47.74305,8.99891\n3577,1645520668,47.74305,8.99891\n3578,1645520669,47.74305,8.99891\n3579,1645520670,47.74305,8.99891\n3580,1645520671,47.74305,8.99891\n3581,1645520672,47.74305,8.99891\n3582,1645520673,47.74305,8.99891\n3583,1645520674,47.74305,8.99891\n3584,1645520675,47.74305,8.99891\n3585,1645520676,47.74305,8.99890\n3586,1645520677,47.74305,8.99890\n3587,1645520678,47.74304,8.99890\n3588,1645520679,47.74304,8.99890\n3589,1645520680,47.74304,8.99890\n3590,1645520681,47.74304,8.99890\n3591,1645520682,47.74304,8.99890\n3592,1645520683,47.74304,8.99890\n3593,1645520684,47.74304,8.99890\n3594,1645520685,47.74304,8.99890\n3595,1645520686,47.74304,8.99890\n3596,1645520687,47.74304,8.99890\n3597,1645520688,47.74304,8.99890\n3598,1645520689,47.74304,8.99890\n3599,1645520690,47.74304,8.99890\n3600,1645520691,47.74304,8.99890\n3601,1645520692,47.74304,8.99890\n3602,1645520693,47.74304,8.99890\n3603,1645520694,47.74304,8.99890\n3604,1645520695,47.74304,8.99890\n3605,1645520696,47.74304,8.99890\n3606,1645520697,47.74304,8.99890\n3607,1645520698,47.74303,8.99890\n3608,1645520699,47.74303,8.99890\n3609,1645520700,47.74303,8.99890\n3610,1645520701,47.74303,8.99889\n3611,1645520702,47.74303,8.99889\n3612,1645520703,47.74303,8.99889\n3613,1645520704,47.74303,8.99889\n3614,1645520705,47.74303,8.99889\n3615,1645520706,47.74303,8.99889\n3616,1645520707,47.74303,8.99889\n3617,1645520708,47.74303,8.99889\n3618,1645520709,47.74303,8.99889\n3619,1645520710,47.74303,8.99889\n3620,1645520711,47.74304,8.99889\n3621,1645520712,47.74304,8.99889\n3622,1645520713,47.74304,8.99889\n3623,1645520714,47.74304,8.99889\n3624,1645520715,47.74304,8.99889\n3625,1645520716,47.74304,8.99889\n3626,1645520717,47.74304,8.99889\n3627,1645520718,47.74304,8.99889\n3628,1645520719,47.74305,8.99889\n3629,1645520720,47.74305,8.99889\n3630,1645520721,47.74305,8.99889\n3631,1645520722,47.74305,8.99889\n3632,1645520723,47.74305,8.99889\n3633,1645520724,47.74305,8.99889\n3634,1645520725,47.74305,8.99890\n3635,1645520726,47.74305,8.99890\n3636,1645520727,47.74305,8.99890\n3637,1645520728,47.74305,8.99890\n3638,1645520729,47.74305,8.99890\n3639,1645520730,47.74305,8.99890\n3640,1645520731,47.74305,8.99890\n3641,1645520732,47.74305,8.99890\n3642,1645520733,47.74305,8.99890\n3643,1645520734,47.74305,8.99890\n3644,1645520735,47.74305,8.99890\n3645,1645520736,47.74305,8.99890\n3646,1645520737,47.74305,8.99890\n3647,1645520738,47.74305,8.99889\n3648,1645520739,47.74305,8.99889\n3649,1645520740,47.74306,8.99889\n3650,1645520741,47.74306,8.99889\n3651,1645520742,47.74306,8.99889\n3652,1645520743,47.74306,8.99889\n3653,1645520744,47.74306,8.99889\n3654,1645520745,47.74306,8.99889\n3655,1645520746,47.74306,8.99889\n3656,1645520747,47.74306,8.99889\n3657,1645520748,47.74306,8.99889\n3658,1645520749,47.74306,8.99889\n3659,1645520750,47.74306,8.99889\n3660,1645520751,47.74306,8.99889\n3661,1645520752,47.74306,8.99889\n3662,1645520753,47.74306,8.99889\n3663,1645520754,47.74306,8.99889\n3664,1645520755,47.74306,8.99889\n3665,1645520756,47.74306,8.99889\n3666,1645520757,47.74306,8.99889\n3667,1645520758,47.74306,8.99889\n3668,1645520759,47.74306,8.99889\n3669,1645520760,47.74306,8.99889\n3670,1645520761,47.74306,8.99889\n3671,1645520762,47.74306,8.99889\n3672,1645520763,47.74306,8.99889\n3673,1645520764,47.74307,8.99889\n3674,1645520765,47.74306,8.99889\n3675,1645520766,47.74306,8.99889\n3676,1645520767,47.74306,8.99889\n3677,1645520768,47.74306,8.99889\n3678,1645520769,47.74306,8.99889\n3679,1645520770,47.74306,8.99889\n3680,1645520771,47.74305,8.99890\n3681,1645520772,47.74305,8.99890\n3682,1645520773,47.74304,8.99890\n3683,1645520774,47.74304,8.99890\n3684,1645520775,47.74304,8.99890\n3685,1645520776,47.74304,8.99890\n3686,1645520777,47.74304,8.99891\n3687,1645520778,47.74304,8.99891\n3688,1645520779,47.74304,8.99891\n3689,1645520780,47.74304,8.99891\n3690,1645520781,47.74304,8.99891\n3691,1645520782,47.74304,8.99891\n3692,1645520783,47.74304,8.99890\n3693,1645520784,47.74304,8.99890\n3694,1645520785,47.74304,8.99890\n3695,1645520786,47.74304,8.99890\n3696,1645520787,47.74304,8.99890\n3697,1645520788,47.74304,8.99890\n3698,1645520789,47.74304,8.99890\n3699,1645520790,47.74304,8.99891\n3700,1645520791,47.74304,8.99891\n3701,1645520792,47.74304,8.99890\n3702,1645520793,47.74304,8.99890\n3703,1645520794,47.74304,8.99890\n3704,1645520795,47.74304,8.99890\n3705,1645520796,47.74304,8.99890\n3706,1645520797,47.74304,8.99890\n3707,1645520798,47.74304,8.99890\n3708,1645520799,47.74304,8.99890\n3709,1645520800,47.74304,8.99890\n3710,1645520801,47.74304,8.99890\n3711,1645520802,47.74304,8.99890\n3712,1645520803,47.74305,8.99890\n3713,1645520804,47.74305,8.99890\n3714,1645520805,47.74305,8.99890\n3715,1645520806,47.74305,8.99890\n3716,1645520807,47.74305,8.99891\n3717,1645520808,47.74305,8.99891\n3718,1645520809,47.74304,8.99890\n3719,1645520810,47.74304,8.99890\n3720,1645520811,47.74304,8.99890\n3721,1645520812,47.74304,8.99890\n3722,1645520813,47.74304,8.99891\n3723,1645520814,47.74304,8.99891\n3724,1645520815,47.74305,8.99891\n3725,1645520816,47.74305,8.99891\n3726,1645520817,47.74305,8.99891\n3727,1645520818,47.74304,8.99891\n3728,1645520819,47.74304,8.99891\n3729,1645520820,47.74305,8.99891\n3730,1645520821,47.74305,8.99891\n3731,1645520822,47.74305,8.99891\n3732,1645520823,47.74305,8.99891\n3733,1645520824,47.74305,8.99891\n3734,1645520825,47.74304,8.99891\n3735,1645520826,47.74304,8.99891\n3736,1645520827,47.74304,8.99891\n3737,1645520828,47.74304,8.99891\n3738,1645520829,47.74304,8.99891\n3739,1645520830,47.74304,8.99891\n3740,1645520831,47.74304,8.99891\n3741,1645520832,47.74304,8.99891\n3742,1645520833,47.74304,8.99891\n3743,1645520834,47.74304,8.99891\n3744,1645520835,47.74304,8.99891\n3745,1645520836,47.74304,8.99891\n3746,1645520837,47.74304,8.99891\n3747,1645520838,47.74304,8.99891\n3748,1645520839,47.74304,8.99891\n3749,1645520840,47.74304,8.99891\n3750,1645520841,47.74304,8.99891\n3751,1645520842,47.74304,8.99891\n3752,1645520843,47.74304,8.99891\n3753,1645520844,47.74304,8.99891\n3754,1645520845,47.74304,8.99891\n3755,1645520846,47.74304,8.99891\n3756,1645520847,47.74304,8.99891\n3757,1645520848,47.74304,8.99891\n3758,1645520849,47.74304,8.99891\n3759,1645520850,47.74304,8.99891\n3760,1645520851,47.74304,8.99891\n3761,1645520852,47.74304,8.99891\n3762,1645520853,47.74304,8.99891\n3763,1645520854,47.74304,8.99891\n3764,1645520855,47.74304,8.99891\n3765,1645520856,47.74304,8.99891\n3766,1645520857,47.74304,8.99891\n3767,1645520858,47.74304,8.99891\n3768,1645520859,47.74303,8.99891\n3769,1645520860,47.74303,8.99891\n3770,1645520861,47.74303,8.99891\n3771,1645520862,47.74303,8.99891\n3772,1645520863,47.74303,8.99891\n3773,1645520864,47.74303,8.99891\n3774,1645520865,47.74303,8.99891\n3775,1645520866,47.74303,8.99891\n3776,1645520867,47.74303,8.99891\n3777,1645520868,47.74303,8.99890\n3778,1645520869,47.74303,8.99890\n3779,1645520870,47.74303,8.99890\n3780,1645520871,47.74303,8.99891\n3781,1645520872,47.74303,8.99891\n3782,1645520873,47.74302,8.99891\n3783,1645520874,47.74302,8.99891\n3784,1645520875,47.74302,8.99891\n3785,1645520876,47.74302,8.99891\n3786,1645520877,47.74302,8.99891\n3787,1645520878,47.74303,8.99891\n3788,1645520879,47.74303,8.99891\n3789,1645520880,47.74303,8.99891\n3790,1645520881,47.74303,8.99891\n3791,1645520882,47.74303,8.99891\n3792,1645520883,47.74303,8.99891\n3793,1645520884,47.74304,8.99892\n3794,1645520885,47.74304,8.99892\n3795,1645520886,47.74303,8.99892\n3796,1645520887,47.74303,8.99892\n3797,1645520888,47.74302,8.99892\n3798,1645520889,47.74302,8.99893\n3799,1645520890,47.74302,8.99893\n3800,1645520891,47.74302,8.99894\n3801,1645520892,47.74302,8.99895\n3802,1645520893,47.74302,8.99895\n3803,1645520894,47.74303,8.99895\n3804,1645520895,47.74303,8.99895\n3805,1645520896,47.74303,8.99895\n3806,1645520897,47.74303,8.99896\n3807,1645520898,47.74303,8.99895\n3808,1645520899,47.74302,8.99896\n3809,1645520900,47.74302,8.99896\n3810,1645520901,47.74302,8.99896\n3811,1645520902,47.74302,8.99896\n3812,1645520903,47.74302,8.99896\n3813,1645520904,47.74302,8.99896\n3814,1645520905,47.74302,8.99897\n3815,1645520906,47.74302,8.99896\n3816,1645520907,47.74302,8.99896\n3817,1645520908,47.74302,8.99896\n3818,1645520909,47.74302,8.99896\n3819,1645520910,47.74302,8.99896\n3820,1645520911,47.74302,8.99896\n3821,1645520912,47.74302,8.99896\n3822,1645520913,47.74302,8.99897\n3823,1645520914,47.74302,8.99897\n3824,1645520915,47.74302,8.99897\n3825,1645520916,47.74302,8.99897\n3826,1645520917,47.74302,8.99897\n3827,1645520918,47.74302,8.99897\n3828,1645520919,47.74302,8.99897\n3829,1645520920,47.74302,8.99897\n3830,1645520921,47.74302,8.99897\n3831,1645520922,47.74302,8.99897\n3832,1645520923,47.74302,8.99897\n3833,1645520924,47.74301,8.99897\n3834,1645520925,47.74301,8.99897\n3835,1645520926,47.74301,8.99897\n3836,1645520927,47.74301,8.99897\n3837,1645520928,47.74301,8.99897\n3838,1645520929,47.74301,8.99897\n3839,1645520930,47.74301,8.99897\n3840,1645520931,47.74300,8.99898\n3841,1645520932,47.74300,8.99898\n3842,1645520933,47.74300,8.99898\n3843,1645520934,47.74300,8.99898\n3844,1645520935,47.74300,8.99898\n3845,1645520936,47.74300,8.99898\n3846,1645520937,47.74300,8.99898\n3847,1645520938,47.74300,8.99898\n3848,1645520939,47.74301,8.99898\n3849,1645520940,47.74301,8.99898\n3850,1645520941,47.74301,8.99898\n3851,1645520942,47.74301,8.99899\n3852,1645520943,47.74301,8.99899\n3853,1645520944,47.74301,8.99899\n3854,1645520945,47.74301,8.99899\n3855,1645520946,47.74302,8.99900\n3856,1645520947,47.74302,8.99900\n3857,1645520948,47.74302,8.99900\n3858,1645520949,47.74302,8.99900\n3859,1645520950,47.74302,8.99900\n3860,1645520951,47.74302,8.99901\n3861,1645520952,47.74302,8.99901\n3862,1645520953,47.74302,8.99901\n3863,1645520954,47.74301,8.99901\n3864,1645520955,47.74302,8.99901\n3865,1645520956,47.74301,8.99901\n3866,1645520957,47.74301,8.99901\n3867,1645520958,47.74301,8.99901\n3868,1645520959,47.74301,8.99901\n3869,1645520960,47.74301,8.99901\n3870,1645520961,47.74301,8.99901\n3871,1645520962,47.74301,8.99901\n3872,1645520963,47.74301,8.99902\n3873,1645520964,47.74301,8.99902\n3874,1645520965,47.74301,8.99902\n3875,1645520966,47.74301,8.99902\n3876,1645520967,47.74301,8.99902\n3877,1645520968,47.74301,8.99902\n3878,1645520969,47.74301,8.99902\n3879,1645520970,47.74301,8.99902\n3880,1645520971,47.74301,8.99902\n3881,1645520972,47.74301,8.99902\n3882,1645520973,47.74301,8.99902\n3883,1645520974,47.74301,8.99902\n3884,1645520975,47.74300,8.99902\n3885,1645520976,47.74300,8.99902\n3886,1645520977,47.74300,8.99902\n3887,1645520978,47.74300,8.99902\n3888,1645520979,47.74301,8.99902\n3889,1645520980,47.74301,8.99902\n3890,1645520981,47.74301,8.99903\n3891,1645520982,47.74301,8.99903\n3892,1645520983,47.74301,8.99903\n3893,1645520984,47.74301,8.99903\n3894,1645520985,47.74301,8.99903\n3895,1645520986,47.74301,8.99903\n3896,1645520987,47.74301,8.99903\n3897,1645520988,47.74301,8.99903\n3898,1645520989,47.74301,8.99903\n3899,1645520990,47.74301,8.99903\n3900,1645520991,47.74301,8.99903\n3901,1645520992,47.74301,8.99903\n3902,1645520993,47.74301,8.99903\n3903,1645520994,47.74301,8.99903\n3904,1645520995,47.74301,8.99903\n3905,1645520996,47.74301,8.99903\n3906,1645520997,47.74301,8.99903\n3907,1645520998,47.74301,8.99903\n3908,1645520999,47.74301,8.99903\n3909,1645521000,47.74301,8.99903\n3910,1645521001,47.74301,8.99903\n3911,1645521002,47.74301,8.99903\n3912,1645521003,47.74301,8.99903\n3913,1645521004,47.74301,8.99903\n3914,1645521005,47.74301,8.99903\n3915,1645521006,47.74301,8.99903\n3916,1645521007,47.74301,8.99903\n3917,1645521008,47.74301,8.99903\n3918,1645521009,47.74301,8.99903\n3919,1645521010,47.74301,8.99903\n3920,1645521011,47.74301,8.99903\n3921,1645521012,47.74302,8.99903\n3922,1645521013,47.74302,8.99903\n3923,1645521014,47.74302,8.99903\n3924,1645521015,47.74301,8.99903\n3925,1645521016,47.74301,8.99903\n3926,1645521017,47.74301,8.99903\n3927,1645521018,47.74301,8.99903\n3928,1645521019,47.74301,8.99903\n3929,1645521020,47.74301,8.99903\n3930,1645521021,47.74301,8.99903\n3931,1645521022,47.74301,8.99903\n3932,1645521023,47.74301,8.99903\n3933,1645521024,47.74301,8.99903\n3934,1645521025,47.74301,8.99903\n3935,1645521026,47.74301,8.99903\n3936,1645521027,47.74301,8.99903\n3937,1645521028,47.74301,8.99903\n3938,1645521029,47.74301,8.99903\n3939,1645521030,47.74301,8.99903\n3940,1645521031,47.74301,8.99903\n3941,1645521032,47.74301,8.99903\n3942,1645521033,47.74301,8.99903\n3943,1645521034,47.74301,8.99903\n3944,1645521035,47.74301,8.99903\n3945,1645521036,47.74301,8.99903\n3946,1645521037,47.74301,8.99903\n3947,1645521038,47.74301,8.99903\n3948,1645521039,47.74301,8.99903\n3949,1645521040,47.74301,8.99902\n3950,1645521041,47.74301,8.99902\n3951,1645521042,47.74301,8.99902\n3952,1645521043,47.74301,8.99902\n3953,1645521044,47.74301,8.99902\n3954,1645521045,47.74301,8.99902\n3955,1645521046,47.74301,8.99902\n3956,1645521047,47.74301,8.99902\n3957,1645521048,47.74301,8.99902\n3958,1645521049,47.74302,8.99902\n3959,1645521050,47.74302,8.99902\n3960,1645521051,47.74302,8.99902\n3961,1645521052,47.74302,8.99902\n3962,1645521053,47.74302,8.99902\n3963,1645521054,47.74302,8.99902\n3964,1645521055,47.74302,8.99902\n3965,1645521056,47.74302,8.99902\n3966,1645521057,47.74302,8.99902\n3967,1645521058,47.74302,8.99902\n3968,1645521059,47.74302,8.99902\n3969,1645521060,47.74302,8.99902\n3970,1645521061,47.74302,8.99902\n3971,1645521062,47.74302,8.99902\n3972,1645521063,47.74302,8.99902\n3973,1645521064,47.74302,8.99902\n3974,1645521065,47.74302,8.99901\n3975,1645521066,47.74302,8.99901\n3976,1645521067,47.74302,8.99901\n3977,1645521068,47.74302,8.99901\n3978,1645521069,47.74302,8.99901\n3979,1645521070,47.74302,8.99901\n3980,1645521071,47.74302,8.99901\n3981,1645521072,47.74302,8.99900\n3982,1645521073,47.74301,8.99900\n3983,1645521074,47.74301,8.99900\n3984,1645521075,47.74301,8.99900\n3985,1645521076,47.74301,8.99900\n3986,1645521077,47.74301,8.99900\n3987,1645521078,47.74301,8.99900\n3988,1645521079,47.74301,8.99900\n3989,1645521080,47.74302,8.99901\n3990,1645521081,47.74302,8.99901\n3991,1645521082,47.74302,8.99901\n3992,1645521083,47.74302,8.99901\n3993,1645521084,47.74302,8.99901\n3994,1645521085,47.74302,8.99901\n3995,1645521086,47.74302,8.99901\n3996,1645521087,47.74302,8.99900\n3997,1645521088,47.74302,8.99900\n3998,1645521089,47.74302,8.99900\n3999,1645521090,47.74302,8.99900\n4000,1645521091,47.74302,8.99900\n4001,1645521092,47.74302,8.99900\n4002,1645521093,47.74302,8.99900\n4003,1645521094,47.74302,8.99900\n4004,1645521095,47.74302,8.99900\n4005,1645521096,47.74302,8.99900\n4006,1645521097,47.74303,8.99900\n4007,1645521098,47.74303,8.99900\n4008,1645521099,47.74303,8.99900\n4009,1645521100,47.74302,8.99900\n4010,1645521101,47.74302,8.99900\n4011,1645521102,47.74302,8.99900\n4012,1645521103,47.74303,8.99900\n4013,1645521104,47.74303,8.99900\n4014,1645521105,47.74303,8.99900\n4015,1645521106,47.74303,8.99900\n4016,1645521107,47.74303,8.99900\n4017,1645521108,47.74303,8.99900\n4018,1645521109,47.74303,8.99900\n4019,1645521110,47.74303,8.99900\n4020,1645521111,47.74303,8.99900\n4021,1645521112,47.74303,8.99900\n4022,1645521113,47.74303,8.99900\n4023,1645521114,47.74303,8.99900\n4024,1645521115,47.74303,8.99900\n4025,1645521116,47.74303,8.99900\n4026,1645521117,47.74303,8.99900\n4027,1645521118,47.74303,8.99900\n4028,1645521119,47.74303,8.99900\n4029,1645521120,47.74303,8.99900\n4030,1645521121,47.74303,8.99899\n4031,1645521122,47.74303,8.99899\n4032,1645521123,47.74303,8.99899\n4033,1645521124,47.74303,8.99899\n4034,1645521125,47.74303,8.99899\n4035,1645521126,47.74303,8.99899\n4036,1645521127,47.74303,8.99899\n4037,1645521128,47.74303,8.99899\n4038,1645521129,47.74303,8.99899\n4039,1645521130,47.74303,8.99899\n4040,1645521131,47.74304,8.99899\n4041,1645521132,47.74304,8.99899\n4042,1645521133,47.74304,8.99899\n4043,1645521134,47.74304,8.99899\n4044,1645521135,47.74304,8.99899\n4045,1645521136,47.74304,8.99899\n4046,1645521137,47.74304,8.99899\n4047,1645521138,47.74304,8.99899\n4048,1645521139,47.74304,8.99899\n4049,1645521140,47.74304,8.99899\n4050,1645521141,47.74304,8.99898\n4051,1645521142,47.74304,8.99898\n4052,1645521143,47.74304,8.99898\n4053,1645521144,47.74305,8.99898\n4054,1645521145,47.74304,8.99898\n4055,1645521146,47.74304,8.99898\n4056,1645521147,47.74305,8.99898\n4057,1645521148,47.74305,8.99898\n4058,1645521149,47.74305,8.99898\n4059,1645521150,47.74304,8.99898\n4060,1645521151,47.74304,8.99898\n4061,1645521152,47.74304,8.99898\n4062,1645521153,47.74304,8.99898\n4063,1645521154,47.74305,8.99898\n4064,1645521155,47.74305,8.99898\n4065,1645521156,47.74305,8.99898\n4066,1645521157,47.74305,8.99898\n4067,1645521158,47.74304,8.99898\n4068,1645521159,47.74304,8.99899\n4069,1645521160,47.74304,8.99899\n4070,1645521161,47.74304,8.99899\n4071,1645521162,47.74304,8.99899\n4072,1645521163,47.74304,8.99899\n4073,1645521164,47.74304,8.99899\n4074,1645521165,47.74304,8.99899\n4075,1645521166,47.74304,8.99899\n4076,1645521167,47.74304,8.99899\n4077,1645521168,47.74304,8.99898\n4078,1645521169,47.74303,8.99899\n4079,1645521170,47.74303,8.99899\n4080,1645521171,47.74303,8.99899\n4081,1645521172,47.74303,8.99899\n4082,1645521173,47.74303,8.99899\n4083,1645521174,47.74303,8.99898\n4084,1645521175,47.74303,8.99898\n4085,1645521176,47.74303,8.99898\n4086,1645521177,47.74303,8.99898\n4087,1645521178,47.74303,8.99898\n4088,1645521179,47.74303,8.99898\n4089,1645521180,47.74303,8.99898\n4090,1645521181,47.74303,8.99898\n4091,1645521182,47.74303,8.99898\n4092,1645521183,47.74303,8.99898\n4093,1645521184,47.74303,8.99898\n4094,1645521185,47.74303,8.99898\n4095,1645521186,47.74303,8.99898\n4096,1645521187,47.74303,8.99898\n4097,1645521188,47.74303,8.99898\n4098,1645521189,47.74303,8.99898\n4099,1645521190,47.74303,8.99898\n4100,1645521191,47.74303,8.99898\n4101,1645521192,47.74303,8.99898\n4102,1645521193,47.74303,8.99898\n4103,1645521194,47.74303,8.99898\n4104,1645521195,47.74303,8.99898\n4105,1645521196,47.74303,8.99898\n4106,1645521197,47.74303,8.99898\n4107,1645521198,47.74303,8.99898\n4108,1645521199,47.74303,8.99898\n4109,1645521200,47.74303,8.99898\n4110,1645521201,47.74303,8.99898\n4111,1645521202,47.74303,8.99898\n4112,1645521203,47.74303,8.99897\n4113,1645521204,47.74303,8.99897\n4114,1645521205,47.74303,8.99897\n4115,1645521206,47.74303,8.99897\n4116,1645521207,47.74303,8.99897\n4117,1645521208,47.74303,8.99897\n4118,1645521209,47.74303,8.99897\n4119,1645521210,47.74303,8.99898\n4120,1645521211,47.74303,8.99898\n4121,1645521212,47.74303,8.99898\n4122,1645521213,47.74303,8.99898\n4123,1645521214,47.74303,8.99898\n4124,1645521215,47.74303,8.99898\n4125,1645521216,47.74303,8.99898\n4126,1645521217,47.74304,8.99898\n4127,1645521218,47.74304,8.99898\n4128,1645521219,47.74304,8.99898\n4129,1645521220,47.74304,8.99898\n4130,1645521221,47.74304,8.99898\n4131,1645521222,47.74304,8.99898\n4132,1645521223,47.74304,8.99898\n4133,1645521224,47.74304,8.99898\n4134,1645521225,47.74304,8.99898\n4135,1645521226,47.74304,8.99898\n4136,1645521227,47.74304,8.99898\n4137,1645521228,47.74304,8.99898\n4138,1645521229,47.74304,8.99898\n4139,1645521230,47.74304,8.99898\n4140,1645521231,47.74304,8.99898\n4141,1645521232,47.74304,8.99898\n4142,1645521233,47.74304,8.99898\n4143,1645521234,47.74304,8.99898\n4144,1645521235,47.74304,8.99898\n4145,1645521236,47.74304,8.99898\n4146,1645521237,47.74304,8.99898\n4147,1645521238,47.74304,8.99898\n4148,1645521239,47.74304,8.99898\n4149,1645521240,47.74304,8.99898\n4150,1645521241,47.74304,8.99898\n4151,1645521242,47.74304,8.99898\n4152,1645521243,47.74304,8.99898\n4153,1645521244,47.74304,8.99898\n4154,1645521245,47.74304,8.99898\n4155,1645521246,47.74304,8.99898\n4156,1645521247,47.74304,8.99898\n4157,1645521248,47.74304,8.99898\n4158,1645521249,47.74304,8.99898\n4159,1645521250,47.74304,8.99898\n4160,1645521251,47.74304,8.99898\n4161,1645521252,47.74304,8.99898\n4162,1645521253,47.74304,8.99898\n4163,1645521254,47.74304,8.99898\n4164,1645521255,47.74304,8.99898\n4165,1645521256,47.74304,8.99898\n4166,1645521257,47.74304,8.99898\n4167,1645521258,47.74304,8.99898\n4168,1645521259,47.74304,8.99898\n4169,1645521260,47.74304,8.99898\n4170,1645521261,47.74303,8.99898\n4171,1645521262,47.74303,8.99898\n4172,1645521263,47.74303,8.99899\n4173,1645521264,47.74303,8.99899\n4174,1645521265,47.74303,8.99899\n4175,1645521266,47.74303,8.99899\n4176,1645521267,47.74303,8.99899\n4177,1645521268,47.74302,8.99899\n4178,1645521269,47.74302,8.99899\n4179,1645521270,47.74302,8.99899\n4180,1645521271,47.74302,8.99899\n4181,1645521272,47.74302,8.99899\n4182,1645521273,47.74302,8.99900\n4183,1645521274,47.74302,8.99900\n4184,1645521275,47.74302,8.99900\n4185,1645521276,47.74302,8.99900\n4186,1645521277,47.74302,8.99900\n4187,1645521278,47.74302,8.99900\n4188,1645521279,47.74302,8.99900\n4189,1645521280,47.74302,8.99900\n4190,1645521281,47.74302,8.99900\n4191,1645521282,47.74302,8.99900\n4192,1645521283,47.74302,8.99900\n4193,1645521284,47.74302,8.99900\n4194,1645521285,47.74302,8.99900\n4195,1645521286,47.74302,8.99900\n4196,1645521287,47.74302,8.99900\n4197,1645521288,47.74302,8.99900\n4198,1645521289,47.74302,8.99900\n4199,1645521290,47.74302,8.99900\n4200,1645521291,47.74302,8.99900\n4201,1645521292,47.74302,8.99900\n4202,1645521293,47.74302,8.99900\n4203,1645521294,47.74302,8.99900\n4204,1645521295,47.74302,8.99900\n4205,1645521296,47.74302,8.99900\n4206,1645521297,47.74302,8.99900\n4207,1645521298,47.74302,8.99900\n4208,1645521299,47.74302,8.99899\n4209,1645521300,47.74302,8.99899\n4210,1645521301,47.74302,8.99899\n4211,1645521302,47.74302,8.99899\n4212,1645521303,47.74302,8.99900\n4213,1645521304,47.74302,8.99900\n4214,1645521305,47.74302,8.99900\n4215,1645521306,47.74302,8.99900\n4216,1645521307,47.74302,8.99900\n4217,1645521308,47.74302,8.99900\n4218,1645521309,47.74302,8.99900\n4219,1645521310,47.74302,8.99900\n4220,1645521311,47.74302,8.99900\n4221,1645521312,47.74302,8.99900\n4222,1645521313,47.74302,8.99900\n4223,1645521314,47.74302,8.99900\n4224,1645521315,47.74302,8.99900\n4225,1645521316,47.74301,8.99900\n4226,1645521317,47.74301,8.99900\n4227,1645521318,47.74301,8.99900\n4228,1645521319,47.74301,8.99900\n4229,1645521320,47.74301,8.99900\n4230,1645521321,47.74301,8.99900\n4231,1645521322,47.74301,8.99900\n4232,1645521323,47.74301,8.99900\n4233,1645521324,47.74301,8.99900\n4234,1645521325,47.74301,8.99901\n4235,1645521326,47.74301,8.99901\n4236,1645521327,47.74301,8.99901\n4237,1645521328,47.74301,8.99901\n4238,1645521329,47.74301,8.99901\n4239,1645521330,47.74301,8.99901\n4240,1645521331,47.74301,8.99901\n4241,1645521332,47.74301,8.99901\n4242,1645521333,47.74301,8.99901\n4243,1645521334,47.74301,8.99901\n4244,1645521335,47.74301,8.99901\n4245,1645521336,47.74301,8.99901\n4246,1645521337,47.74301,8.99901\n4247,1645521338,47.74301,8.99901\n4248,1645521339,47.74301,8.99901\n4249,1645521340,47.74301,8.99901\n4250,1645521341,47.74301,8.99900\n4251,1645521342,47.74301,8.99900\n4252,1645521343,47.74301,8.99900\n4253,1645521344,47.74301,8.99900\n4254,1645521345,47.74301,8.99901\n4255,1645521346,47.74301,8.99901\n4256,1645521347,47.74301,8.99901\n4257,1645521348,47.74301,8.99901\n4258,1645521349,47.74301,8.99901\n4259,1645521350,47.74301,8.99901\n4260,1645521351,47.74301,8.99901\n4261,1645521352,47.74301,8.99901\n4262,1645521353,47.74301,8.99901\n4263,1645521354,47.74301,8.99901\n4264,1645521355,47.74301,8.99901\n4265,1645521356,47.74301,8.99901\n4266,1645521357,47.74301,8.99901\n4267,1645521358,47.74301,8.99901\n4268,1645521359,47.74301,8.99901\n4269,1645521360,47.74301,8.99901\n4270,1645521361,47.74301,8.99902\n4271,1645521362,47.74301,8.99902\n4272,1645521363,47.74301,8.99901\n4273,1645521364,47.74301,8.99901\n4274,1645521365,47.74301,8.99901\n4275,1645521366,47.74301,8.99901\n4276,1645521367,47.74300,8.99901\n4277,1645521368,47.74300,8.99901\n4278,1645521369,47.74300,8.99902\n4279,1645521370,47.74300,8.99902\n4280,1645521371,47.74300,8.99902\n4281,1645521372,47.74300,8.99902\n4282,1645521373,47.74300,8.99902\n4283,1645521374,47.74300,8.99902\n4284,1645521375,47.74300,8.99902\n4285,1645521376,47.74300,8.99902\n4286,1645521377,47.74300,8.99901\n4287,1645521378,47.74300,8.99901\n4288,1645521379,47.74300,8.99900\n4289,1645521380,47.74300,8.99900\n4290,1645521381,47.74300,8.99900\n4291,1645521382,47.74300,8.99900\n4292,1645521383,47.74300,8.99900\n4293,1645521384,47.74300,8.99900\n4294,1645521385,47.74300,8.99900\n4295,1645521386,47.74300,8.99900\n4296,1645521387,47.74300,8.99900\n4297,1645521388,47.74300,8.99901\n4298,1645521389,47.74300,8.99901\n4299,1645521390,47.74300,8.99901\n4300,1645521391,47.74300,8.99901\n4301,1645521392,47.74300,8.99901\n4302,1645521393,47.74300,8.99901\n4303,1645521394,47.74300,8.99901\n4304,1645521395,47.74300,8.99901\n4305,1645521396,47.74300,8.99900\n4306,1645521397,47.74300,8.99900\n4307,1645521398,47.74300,8.99900\n4308,1645521399,47.74300,8.99900\n4309,1645521400,47.74300,8.99900\n4310,1645521401,47.74300,8.99900\n4311,1645521402,47.74300,8.99901\n4312,1645521403,47.74300,8.99901\n4313,1645521404,47.74300,8.99901\n4314,1645521405,47.74300,8.99901\n4315,1645521406,47.74300,8.99901\n4316,1645521407,47.74300,8.99901\n4317,1645521408,47.74300,8.99901\n4318,1645521409,47.74300,8.99901\n4319,1645521410,47.74300,8.99901\n4320,1645521411,47.74300,8.99901\n4321,1645521412,47.74300,8.99901\n4322,1645521413,47.74301,8.99901\n4323,1645521414,47.74301,8.99902\n4324,1645521415,47.74301,8.99902\n4325,1645521416,47.74301,8.99902\n4326,1645521417,47.74301,8.99902\n4327,1645521418,47.74301,8.99902\n4328,1645521419,47.74301,8.99902\n4329,1645521420,47.74301,8.99902\n4330,1645521421,47.74301,8.99902\n4331,1645521422,47.74301,8.99902\n4332,1645521423,47.74301,8.99902\n4333,1645521424,47.74301,8.99902\n4334,1645521425,47.74301,8.99902\n4335,1645521426,47.74301,8.99902\n4336,1645521427,47.74301,8.99902\n4337,1645521428,47.74301,8.99902\n4338,1645521429,47.74301,8.99902\n4339,1645521430,47.74301,8.99902\n4340,1645521431,47.74301,8.99902\n4341,1645521432,47.74301,8.99902\n4342,1645521433,47.74301,8.99902\n4343,1645521434,47.74301,8.99902\n4344,1645521435,47.74301,8.99902\n4345,1645521436,47.74301,8.99902\n4346,1645521437,47.74301,8.99902\n4347,1645521438,47.74301,8.99902\n4348,1645521439,47.74301,8.99902\n4349,1645521440,47.74301,8.99902\n4350,1645521441,47.74301,8.99902\n4351,1645521442,47.74301,8.99902\n4352,1645521443,47.74301,8.99902\n4353,1645521444,47.74301,8.99903\n4354,1645521445,47.74301,8.99903\n4355,1645521446,47.74301,8.99903\n4356,1645521447,47.74301,8.99903\n4357,1645521448,47.74301,8.99903\n4358,1645521449,47.74301,8.99903\n4359,1645521450,47.74301,8.99903\n4360,1645521451,47.74301,8.99903\n4361,1645521452,47.74301,8.99903\n4362,1645521453,47.74300,8.99903\n4363,1645521454,47.74300,8.99903\n4364,1645521455,47.74300,8.99903\n4365,1645521456,47.74300,8.99903\n4366,1645521457,47.74300,8.99903\n4367,1645521458,47.74300,8.99903\n4368,1645521459,47.74300,8.99903\n4369,1645521460,47.74299,8.99902\n4370,1645521461,47.74299,8.99902\n4371,1645521462,47.74299,8.99902\n4372,1645521463,47.74299,8.99902\n4373,1645521464,47.74299,8.99902\n4374,1645521465,47.74299,8.99902\n4375,1645521466,47.74299,8.99902\n4376,1645521467,47.74299,8.99902\n4377,1645521468,47.74299,8.99902\n4378,1645521469,47.74299,8.99902\n4379,1645521470,47.74299,8.99902\n4380,1645521471,47.74299,8.99902\n4381,1645521472,47.74299,8.99902\n4382,1645521473,47.74298,8.99902\n4383,1645521474,47.74298,8.99902\n4384,1645521475,47.74298,8.99902\n4385,1645521476,47.74298,8.99902\n4386,1645521477,47.74298,8.99902\n4387,1645521478,47.74298,8.99902\n4388,1645521479,47.74298,8.99902\n4389,1645521480,47.74298,8.99902\n4390,1645521481,47.74298,8.99902\n4391,1645521482,47.74298,8.99902\n4392,1645521483,47.74298,8.99902\n4393,1645521484,47.74298,8.99902\n4394,1645521485,47.74298,8.99902\n4395,1645521486,47.74298,8.99903\n4396,1645521487,47.74298,8.99903\n4397,1645521488,47.74298,8.99903\n4398,1645521489,47.74298,8.99903\n4399,1645521490,47.74297,8.99903\n4400,1645521491,47.74297,8.99903\n4401,1645521492,47.74297,8.99903\n4402,1645521493,47.74297,8.99903\n4403,1645521494,47.74297,8.99903\n4404,1645521495,47.74297,8.99903\n4405,1645521496,47.74297,8.99902\n4406,1645521497,47.74297,8.99902\n4407,1645521498,47.74297,8.99902\n4408,1645521499,47.74297,8.99902\n4409,1645521500,47.74297,8.99902\n4410,1645521501,47.74297,8.99903\n4411,1645521502,47.74297,8.99903\n4412,1645521503,47.74297,8.99902\n4413,1645521504,47.74297,8.99902\n4414,1645521505,47.74297,8.99902\n4415,1645521506,47.74297,8.99902\n4416,1645521507,47.74297,8.99902\n4417,1645521508,47.74297,8.99902\n4418,1645521509,47.74297,8.99902\n4419,1645521510,47.74297,8.99902\n4420,1645521511,47.74297,8.99902\n4421,1645521512,47.74297,8.99903\n4422,1645521513,47.74297,8.99903\n4423,1645521514,47.74297,8.99903\n4424,1645521515,47.74297,8.99903\n4425,1645521516,47.74297,8.99903\n4426,1645521517,47.74297,8.99903\n4427,1645521518,47.74297,8.99903\n4428,1645521519,47.74297,8.99903\n4429,1645521520,47.74297,8.99903\n4430,1645521521,47.74297,8.99903\n4431,1645521522,47.74296,8.99903\n4432,1645521523,47.74296,8.99903\n4433,1645521524,47.74296,8.99903\n4434,1645521525,47.74296,8.99903\n4435,1645521526,47.74296,8.99903\n4436,1645521527,47.74296,8.99903\n4437,1645521528,47.74296,8.99903\n4438,1645521529,47.74296,8.99903\n4439,1645521530,47.74296,8.99903\n4440,1645521531,47.74296,8.99903\n4441,1645521532,47.74296,8.99903\n4442,1645521533,47.74296,8.99903\n4443,1645521534,47.74296,8.99903\n4444,1645521535,47.74296,8.99903\n4445,1645521536,47.74296,8.99903\n4446,1645521537,47.74297,8.99903\n4447,1645521538,47.74297,8.99903\n4448,1645521539,47.74297,8.99903\n4449,1645521540,47.74297,8.99903\n4450,1645521541,47.74297,8.99903\n4451,1645521542,47.74297,8.99903\n4452,1645521543,47.74297,8.99903\n4453,1645521544,47.74297,8.99903\n4454,1645521545,47.74297,8.99903\n4455,1645521546,47.74297,8.99903\n4456,1645521547,47.74297,8.99903\n4457,1645521548,47.74297,8.99903\n4458,1645521549,47.74297,8.99903\n4459,1645521550,47.74298,8.99903\n4460,1645521551,47.74298,8.99903\n4461,1645521552,47.74298,8.99903\n4462,1645521553,47.74298,8.99903\n4463,1645521554,47.74298,8.99903\n4464,1645521555,47.74298,8.99902\n4465,1645521556,47.74298,8.99902\n4466,1645521557,47.74298,8.99902\n4467,1645521558,47.74298,8.99902\n4468,1645521559,47.74298,8.99902\n4469,1645521560,47.74299,8.99902\n4470,1645521561,47.74299,8.99902\n4471,1645521562,47.74299,8.99902\n4472,1645521563,47.74299,8.99902\n4473,1645521564,47.74299,8.99902\n4474,1645521565,47.74299,8.99902\n4475,1645521566,47.74299,8.99902\n4476,1645521567,47.74299,8.99902\n4477,1645521568,47.74299,8.99902\n4478,1645521569,47.74299,8.99902\n4479,1645521570,47.74299,8.99902\n4480,1645521571,47.74299,8.99902\n4481,1645521572,47.74299,8.99902\n4482,1645521573,47.74300,8.99902\n4483,1645521574,47.74300,8.99902\n4484,1645521575,47.74300,8.99902\n4485,1645521576,47.74300,8.99902\n4486,1645521577,47.74300,8.99902\n4487,1645521578,47.74300,8.99902\n4488,1645521579,47.74300,8.99902\n4489,1645521580,47.74300,8.99902\n4490,1645521581,47.74300,8.99902\n4491,1645521582,47.74300,8.99903\n4492,1645521583,47.74300,8.99903\n4493,1645521584,47.74300,8.99903\n4494,1645521585,47.74300,8.99902\n4495,1645521586,47.74300,8.99902\n4496,1645521587,47.74300,8.99903\n4497,1645521588,47.74300,8.99903\n4498,1645521589,47.74301,8.99902\n4499,1645521590,47.74301,8.99902\n4500,1645521591,47.74301,8.99902\n4501,1645521592,47.74301,8.99903\n4502,1645521593,47.74301,8.99903\n4503,1645521594,47.74301,8.99903\n4504,1645521595,47.74301,8.99903\n4505,1645521596,47.74301,8.99903\n4506,1645521597,47.74301,8.99903\n4507,1645521598,47.74302,8.99903\n4508,1645521599,47.74302,8.99903\n4509,1645521600,47.74302,8.99903\n4510,1645521601,47.74302,8.99903\n4511,1645521602,47.74302,8.99903\n4512,1645521603,47.74302,8.99903\n4513,1645521604,47.74302,8.99903\n4514,1645521605,47.74302,8.99903\n4515,1645521606,47.74302,8.99903\n4516,1645521607,47.74302,8.99903\n4517,1645521608,47.74302,8.99903\n4518,1645521609,47.74302,8.99903\n4519,1645521610,47.74302,8.99903\n4520,1645521611,47.74302,8.99903\n4521,1645521612,47.74302,8.99903\n4522,1645521613,47.74302,8.99903\n4523,1645521614,47.74302,8.99903\n4524,1645521615,47.74302,8.99903\n4525,1645521616,47.74302,8.99903\n4526,1645521617,47.74302,8.99903\n4527,1645521618,47.74303,8.99903\n4528,1645521619,47.74303,8.99903\n4529,1645521620,47.74303,8.99903\n4530,1645521621,47.74303,8.99903\n4531,1645521622,47.74303,8.99903\n4532,1645521623,47.74303,8.99903\n4533,1645521624,47.74303,8.99903\n4534,1645521625,47.74303,8.99903\n4535,1645521626,47.74303,8.99903\n4536,1645521627,47.74303,8.99903\n4537,1645521628,47.74303,8.99903\n4538,1645521629,47.74303,8.99903\n4539,1645521630,47.74303,8.99903\n4540,1645521631,47.74303,8.99903\n4541,1645521632,47.74303,8.99903\n4542,1645521633,47.74303,8.99903\n4543,1645521634,47.74303,8.99903\n4544,1645521635,47.74303,8.99903\n4545,1645521636,47.74303,8.99903\n4546,1645521637,47.74303,8.99903\n4547,1645521638,47.74303,8.99903\n4548,1645521639,47.74303,8.99903\n4549,1645521640,47.74303,8.99903\n4550,1645521641,47.74303,8.99903\n4551,1645521642,47.74304,8.99903\n4552,1645521643,47.74303,8.99903\n4553,1645521644,47.74304,8.99903\n4554,1645521645,47.74304,8.99903\n4555,1645521646,47.74304,8.99903\n4556,1645521647,47.74304,8.99903\n4557,1645521648,47.74304,8.99903\n4558,1645521649,47.74304,8.99903\n4559,1645521650,47.74304,8.99903\n4560,1645521651,47.74304,8.99903\n4561,1645521652,47.74304,8.99903\n4562,1645521653,47.74304,8.99903\n4563,1645521654,47.74304,8.99903\n4564,1645521655,47.74304,8.99903\n4565,1645521656,47.74304,8.99903\n4566,1645521657,47.74304,8.99903\n4567,1645521658,47.74304,8.99903\n4568,1645521659,47.74304,8.99903\n4569,1645521660,47.74304,8.99903\n4570,1645521661,47.74305,8.99903\n4571,1645521662,47.74305,8.99904\n4572,1645521663,47.74305,8.99904\n4573,1645521664,47.74305,8.99904\n4574,1645521665,47.74305,8.99903\n4575,1645521666,47.74305,8.99903\n4576,1645521667,47.74305,8.99903\n4577,1645521668,47.74305,8.99903\n4578,1645521669,47.74305,8.99903\n4579,1645521670,47.74305,8.99903\n4580,1645521671,47.74305,8.99903\n4581,1645521672,47.74305,8.99903\n4582,1645521673,47.74305,8.99903\n4583,1645521674,47.74305,8.99903\n4584,1645521675,47.74305,8.99903\n4585,1645521676,47.74305,8.99903\n4586,1645521677,47.74305,8.99903\n4587,1645521678,47.74305,8.99903\n4588,1645521679,47.74304,8.99903\n4589,1645521680,47.74304,8.99903\n4590,1645521681,47.74304,8.99903\n4591,1645521682,47.74304,8.99903\n4592,1645521683,47.74304,8.99903\n4593,1645521684,47.74304,8.99903\n4594,1645521685,47.74304,8.99903\n4595,1645521686,47.74304,8.99903\n4596,1645521687,47.74304,8.99903\n4597,1645521688,47.74304,8.99903\n4598,1645521689,47.74304,8.99903\n4599,1645521690,47.74304,8.99903\n4600,1645521691,47.74304,8.99903\n4601,1645521692,47.74304,8.99903\n4602,1645521693,47.74304,8.99903\n4603,1645521694,47.74304,8.99903\n4604,1645521695,47.74304,8.99903\n4605,1645521696,47.74304,8.99903\n4606,1645521697,47.74304,8.99903\n4607,1645521698,47.74304,8.99903\n4608,1645521699,47.74304,8.99903\n4609,1645521700,47.74304,8.99903\n4610,1645521701,47.74304,8.99903\n4611,1645521702,47.74305,8.99903\n4612,1645521703,47.74305,8.99903\n4613,1645521704,47.74305,8.99903\n4614,1645521705,47.74305,8.99903\n4615,1645521706,47.74305,8.99903\n4616,1645521707,47.74305,8.99903\n4617,1645521708,47.74305,8.99903\n4618,1645521709,47.74305,8.99903\n4619,1645521710,47.74305,8.99903\n4620,1645521711,47.74306,8.99903\n4621,1645521712,47.74306,8.99903\n4622,1645521713,47.74306,8.99903\n4623,1645521714,47.74306,8.99903\n4624,1645521715,47.74306,8.99904\n4625,1645521716,47.74307,8.99904\n4626,1645521717,47.74307,8.99904\n4627,1645521718,47.74307,8.99904\n4628,1645521719,47.74307,8.99904\n4629,1645521720,47.74308,8.99904\n4630,1645521721,47.74308,8.99904\n4631,1645521722,47.74308,8.99904\n4632,1645521723,47.74308,8.99904\n4633,1645521724,47.74308,8.99904\n4634,1645521725,47.74308,8.99904\n4635,1645521726,47.74308,8.99905\n4636,1645521727,47.74308,8.99905\n4637,1645521728,47.74308,8.99905\n4638,1645521729,47.74308,8.99905\n4639,1645521730,47.74308,8.99905\n4640,1645521731,47.74309,8.99905\n4641,1645521732,47.74309,8.99905\n4642,1645521733,47.74309,8.99905\n4643,1645521734,47.74309,8.99905\n4644,1645521735,47.74309,8.99905\n4645,1645521736,47.74309,8.99906\n4646,1645521737,47.74309,8.99906\n4647,1645521738,47.74309,8.99906\n4648,1645521739,47.74310,8.99906\n4649,1645521740,47.74310,8.99906\n4650,1645521741,47.74310,8.99906\n4651,1645521742,47.74311,8.99906\n4652,1645521743,47.74311,8.99906\n4653,1645521744,47.74311,8.99906\n4654,1645521745,47.74311,8.99906\n4655,1645521746,47.74312,8.99906\n4656,1645521747,47.74312,8.99906\n4657,1645521748,47.74312,8.99906\n4658,1645521749,47.74312,8.99906\n4659,1645521750,47.74312,8.99906\n4660,1645521751,47.74312,8.99906\n4661,1645521752,47.74312,8.99906\n4662,1645521753,47.74312,8.99906\n4663,1645521754,47.74313,8.99906\n4664,1645521755,47.74313,8.99906\n4665,1645521756,47.74313,8.99906\n4666,1645521757,47.74313,8.99906\n4667,1645521758,47.74313,8.99906\n4668,1645521759,47.74313,8.99907\n4669,1645521760,47.74313,8.99907\n4670,1645521761,47.74313,8.99907\n4671,1645521762,47.74313,8.99907\n4672,1645521763,47.74313,8.99907\n4673,1645521764,47.74313,8.99907\n4674,1645521765,47.74313,8.99907\n4675,1645521766,47.74313,8.99907\n4676,1645521767,47.74313,8.99907\n4677,1645521768,47.74313,8.99907\n4678,1645521769,47.74313,8.99907\n4679,1645521770,47.74313,8.99907\n4680,1645521771,47.74313,8.99907\n4681,1645521772,47.74313,8.99907\n4682,1645521773,47.74313,8.99907\n4683,1645521774,47.74312,8.99907\n4684,1645521775,47.74312,8.99907\n4685,1645521776,47.74312,8.99907\n4686,1645521777,47.74312,8.99907\n4687,1645521778,47.74312,8.99907\n4688,1645521779,47.74312,8.99907\n4689,1645521780,47.74312,8.99907\n4690,1645521781,47.74311,8.99907\n4691,1645521782,47.74311,8.99907\n4692,1645521783,47.74311,8.99907\n4693,1645521784,47.74311,8.99907\n4694,1645521785,47.74311,8.99906\n4695,1645521786,47.74311,8.99906\n4696,1645521787,47.74311,8.99906\n4697,1645521788,47.74311,8.99906\n4698,1645521789,47.74311,8.99906\n4699,1645521790,47.74310,8.99906\n4700,1645521791,47.74310,8.99906\n4701,1645521792,47.74310,8.99906\n4702,1645521793,47.74310,8.99906\n4703,1645521794,47.74310,8.99906\n4704,1645521795,47.74310,8.99906\n4705,1645521796,47.74310,8.99906\n4706,1645521797,47.74310,8.99906\n4707,1645521798,47.74310,8.99906\n4708,1645521799,47.74310,8.99906\n4709,1645521800,47.74310,8.99906\n4710,1645521801,47.74310,8.99906\n4711,1645521802,47.74310,8.99906\n4712,1645521803,47.74310,8.99906\n4713,1645521804,47.74310,8.99906\n4714,1645521805,47.74310,8.99906\n4715,1645521806,47.74310,8.99906\n4716,1645521807,47.74310,8.99906\n4717,1645521808,47.74310,8.99906\n4718,1645521809,47.74310,8.99905\n4719,1645521810,47.74309,8.99905\n4720,1645521811,47.74309,8.99905\n4721,1645521812,47.74309,8.99905\n4722,1645521813,47.74309,8.99905\n4723,1645521814,47.74309,8.99905\n4724,1645521815,47.74309,8.99905\n4725,1645521816,47.74309,8.99905\n4726,1645521817,47.74309,8.99905\n4727,1645521818,47.74309,8.99905\n4728,1645521819,47.74309,8.99905\n4729,1645521820,47.74309,8.99905\n4730,1645521821,47.74309,8.99905\n4731,1645521822,47.74309,8.99905\n4732,1645521823,47.74309,8.99905\n4733,1645521824,47.74309,8.99905\n4734,1645521825,47.74308,8.99905\n4735,1645521826,47.74308,8.99905\n4736,1645521827,47.74308,8.99905\n4737,1645521828,47.74308,8.99905\n4738,1645521829,47.74308,8.99905\n4739,1645521830,47.74308,8.99905\n4740,1645521831,47.74308,8.99905\n4741,1645521832,47.74308,8.99906\n4742,1645521833,47.74308,8.99906\n4743,1645521834,47.74308,8.99906\n4744,1645521835,47.74308,8.99906\n4745,1645521836,47.74308,8.99906\n4746,1645521837,47.74308,8.99906\n4747,1645521838,47.74307,8.99906\n4748,1645521839,47.74307,8.99906\n4749,1645521840,47.74307,8.99906\n4750,1645521841,47.74307,8.99906\n4751,1645521842,47.74307,8.99906\n4752,1645521843,47.74307,8.99906\n4753,1645521844,47.74307,8.99906\n4754,1645521845,47.74307,8.99906\n4755,1645521846,47.74307,8.99906\n4756,1645521847,47.74307,8.99906\n4757,1645521848,47.74307,8.99906\n4758,1645521849,47.74306,8.99906\n4759,1645521850,47.74306,8.99906\n4760,1645521851,47.74306,8.99906\n4761,1645521852,47.74306,8.99906\n4762,1645521853,47.74306,8.99906\n4763,1645521854,47.74306,8.99906\n4764,1645521855,47.74306,8.99906\n4765,1645521856,47.74306,8.99906\n4766,1645521857,47.74306,8.99906\n4767,1645521858,47.74306,8.99906\n4768,1645521859,47.74306,8.99905\n4769,1645521860,47.74306,8.99905\n4770,1645521861,47.74306,8.99905\n4771,1645521862,47.74306,8.99905\n4772,1645521863,47.74306,8.99905\n4773,1645521864,47.74306,8.99905\n4774,1645521865,47.74306,8.99905\n4775,1645521866,47.74306,8.99905\n4776,1645521867,47.74306,8.99905\n4777,1645521868,47.74306,8.99905\n4778,1645521869,47.74306,8.99905\n4779,1645521870,47.74306,8.99905\n4780,1645521871,47.74306,8.99905\n4781,1645521872,47.74306,8.99904\n4782,1645521873,47.74306,8.99904\n4783,1645521874,47.74306,8.99904\n4784,1645521875,47.74306,8.99904\n4785,1645521876,47.74306,8.99904\n4786,1645521877,47.74306,8.99905\n4787,1645521878,47.74306,8.99905\n4788,1645521879,47.74306,8.99905\n4789,1645521880,47.74306,8.99905\n4790,1645521881,47.74306,8.99905\n4791,1645521882,47.74306,8.99905\n4792,1645521883,47.74306,8.99905\n4793,1645521884,47.74305,8.99905\n4794,1645521885,47.74305,8.99905\n4795,1645521886,47.74305,8.99905\n4796,1645521887,47.74306,8.99905\n4797,1645521888,47.74306,8.99905\n4798,1645521889,47.74306,8.99905\n4799,1645521890,47.74306,8.99905\n4800,1645521891,47.74306,8.99905\n4801,1645521892,47.74306,8.99905\n4802,1645521893,47.74306,8.99905\n4803,1645521894,47.74306,8.99905\n4804,1645521895,47.74306,8.99905\n4805,1645521896,47.74306,8.99905\n4806,1645521897,47.74306,8.99905\n4807,1645521898,47.74306,8.99905\n4808,1645521899,47.74306,8.99905\n4809,1645521900,47.74306,8.99905\n4810,1645521901,47.74306,8.99905\n4811,1645521902,47.74306,8.99905\n4812,1645521903,47.74306,8.99905\n4813,1645521904,47.74306,8.99905\n4814,1645521905,47.74306,8.99905\n4815,1645521906,47.74306,8.99905\n4816,1645521907,47.74306,8.99905\n4817,1645521908,47.74306,8.99905\n4818,1645521909,47.74306,8.99905\n4819,1645521910,47.74306,8.99905\n4820,1645521911,47.74306,8.99905\n4821,1645521912,47.74306,8.99905\n4822,1645521913,47.74307,8.99906\n4823,1645521914,47.74307,8.99906\n4824,1645521915,47.74307,8.99906\n4825,1645521916,47.74307,8.99906\n4826,1645521917,47.74307,8.99906\n4827,1645521918,47.74307,8.99906\n4828,1645521919,47.74307,8.99906\n4829,1645521920,47.74307,8.99906\n4830,1645521921,47.74307,8.99906\n4831,1645521922,47.74307,8.99906\n4832,1645521923,47.74307,8.99906\n4833,1645521924,47.74307,8.99906\n4834,1645521925,47.74307,8.99906\n4835,1645521926,47.74307,8.99906\n4836,1645521927,47.74308,8.99906\n4837,1645521928,47.74308,8.99906\n4838,1645521929,47.74308,8.99906\n4839,1645521930,47.74308,8.99906\n4840,1645521931,47.74308,8.99906\n4841,1645521932,47.74308,8.99906\n4842,1645521933,47.74308,8.99906\n4843,1645521934,47.74308,8.99906\n4844,1645521935,47.74308,8.99906\n4845,1645521936,47.74309,8.99906\n4846,1645521937,47.74309,8.99906\n4847,1645521938,47.74309,8.99906\n4848,1645521939,47.74309,8.99906\n4849,1645521940,47.74309,8.99906\n4850,1645521941,47.74309,8.99906\n4851,1645521942,47.74309,8.99906\n4852,1645521943,47.74309,8.99906\n4853,1645521944,47.74309,8.99906\n4854,1645521945,47.74309,8.99906\n4855,1645521946,47.74309,8.99906\n4856,1645521947,47.74309,8.99906\n4857,1645521948,47.74309,8.99906\n4858,1645521949,47.74309,8.99906\n4859,1645521950,47.74309,8.99906\n4860,1645521951,47.74309,8.99906\n4861,1645521952,47.74309,8.99906\n4862,1645521953,47.74309,8.99906\n4863,1645521954,47.74309,8.99906\n4864,1645521955,47.74309,8.99906\n4865,1645521956,47.74309,8.99906\n4866,1645521957,47.74309,8.99906\n4867,1645521958,47.74310,8.99905\n4868,1645521959,47.74310,8.99905\n4869,1645521960,47.74310,8.99905\n4870,1645521961,47.74310,8.99905\n4871,1645521962,47.74310,8.99905\n4872,1645521963,47.74310,8.99905\n4873,1645521964,47.74310,8.99905\n4874,1645521965,47.74310,8.99906\n4875,1645521966,47.74310,8.99906\n4876,1645521967,47.74310,8.99906\n4877,1645521968,47.74310,8.99906\n4878,1645521969,47.74310,8.99906\n4879,1645521970,47.74310,8.99906\n4880,1645521971,47.74310,8.99906\n4881,1645521972,47.74310,8.99906\n4882,1645521973,47.74310,8.99906\n4883,1645521974,47.74310,8.99906\n4884,1645521975,47.74310,8.99906\n4885,1645521976,47.74310,8.99906\n4886,1645521977,47.74310,8.99906\n4887,1645521978,47.74310,8.99906\n4888,1645521979,47.74310,8.99906\n4889,1645521980,47.74310,8.99906\n4890,1645521981,47.74310,8.99906\n4891,1645521982,47.74310,8.99906\n4892,1645521983,47.74310,8.99906\n4893,1645521984,47.74310,8.99906\n4894,1645521985,47.74309,8.99906\n4895,1645521986,47.74309,8.99906\n4896,1645521987,47.74309,8.99906\n4897,1645521988,47.74309,8.99906\n4898,1645521989,47.74309,8.99906\n4899,1645521990,47.74309,8.99906\n4900,1645521991,47.74309,8.99906\n4901,1645521992,47.74308,8.99906\n4902,1645521993,47.74308,8.99906\n4903,1645521994,47.74308,8.99906\n4904,1645521995,47.74309,8.99906\n4905,1645521996,47.74309,8.99906\n4906,1645521997,47.74309,8.99906\n4907,1645521998,47.74309,8.99906\n4908,1645521999,47.74309,8.99906\n4909,1645522000,47.74309,8.99906\n4910,1645522001,47.74309,8.99906\n4911,1645522002,47.74309,8.99906\n4912,1645522003,47.74309,8.99906\n4913,1645522004,47.74309,8.99906\n4914,1645522005,47.74309,8.99905\n4915,1645522006,47.74309,8.99905\n4916,1645522007,47.74309,8.99905\n4917,1645522008,47.74309,8.99905\n4918,1645522009,47.74309,8.99905\n4919,1645522010,47.74309,8.99905\n4920,1645522011,47.74309,8.99905\n4921,1645522012,47.74309,8.99905\n4922,1645522013,47.74309,8.99905\n4923,1645522014,47.74309,8.99905\n4924,1645522015,47.74309,8.99905\n4925,1645522016,47.74309,8.99905\n4926,1645522017,47.74309,8.99906\n4927,1645522018,47.74309,8.99906\n4928,1645522019,47.74309,8.99906\n4929,1645522020,47.74309,8.99906\n4930,1645522021,47.74309,8.99906\n4931,1645522022,47.74309,8.99906\n4932,1645522023,47.74309,8.99906\n4933,1645522024,47.74309,8.99906\n4934,1645522025,47.74308,8.99906\n4935,1645522026,47.74308,8.99906\n4936,1645522027,47.74308,8.99905\n4937,1645522028,47.74308,8.99905\n4938,1645522029,47.74308,8.99905\n4939,1645522030,47.74308,8.99905\n4940,1645522031,47.74308,8.99905\n4941,1645522032,47.74308,8.99905\n4942,1645522033,47.74308,8.99905\n4943,1645522034,47.74308,8.99905\n4944,1645522035,47.74308,8.99905\n4945,1645522036,47.74308,8.99905\n4946,1645522037,47.74307,8.99905\n4947,1645522038,47.74307,8.99905\n4948,1645522039,47.74307,8.99905\n4949,1645522040,47.74307,8.99905\n4950,1645522041,47.74307,8.99905\n4951,1645522042,47.74307,8.99905\n4952,1645522043,47.74307,8.99904\n4953,1645522044,47.74306,8.99903\n4954,1645522045,47.74306,8.99903\n4955,1645522046,47.74306,8.99902\n4956,1645522047,47.74306,8.99902\n4957,1645522048,47.74306,8.99902\n4958,1645522049,47.74306,8.99902\n4959,1645522050,47.74305,8.99902\n4960,1645522051,47.74305,8.99901\n4961,1645522052,47.74305,8.99901\n4962,1645522053,47.74305,8.99901\n4963,1645522054,47.74305,8.99901\n4964,1645522055,47.74305,8.99901\n4965,1645522056,47.74305,8.99901\n4966,1645522057,47.74305,8.99901\n4967,1645522058,47.74305,8.99901\n4968,1645522059,47.74305,8.99901\n4969,1645522060,47.74305,8.99901\n4970,1645522061,47.74305,8.99901\n4971,1645522062,47.74304,8.99901\n4972,1645522063,47.74304,8.99901\n4973,1645522064,47.74304,8.99901\n4974,1645522065,47.74304,8.99901\n4975,1645522066,47.74304,8.99901\n4976,1645522067,47.74304,8.99901\n4977,1645522068,47.74304,8.99901\n4978,1645522069,47.74304,8.99901\n4979,1645522070,47.74304,8.99901\n4980,1645522071,47.74303,8.99901\n4981,1645522072,47.74303,8.99901\n4982,1645522073,47.74303,8.99901\n4983,1645522074,47.74303,8.99901\n4984,1645522075,47.74303,8.99900\n4985,1645522076,47.74303,8.99900\n4986,1645522077,47.74303,8.99900\n4987,1645522078,47.74303,8.99900\n4988,1645522079,47.74302,8.99900\n4989,1645522080,47.74302,8.99900\n4990,1645522081,47.74302,8.99900\n4991,1645522082,47.74302,8.99900\n4992,1645522083,47.74302,8.99900\n4993,1645522084,47.74303,8.99900\n4994,1645522085,47.74303,8.99900\n4995,1645522086,47.74303,8.99900\n4996,1645522087,47.74302,8.99900\n4997,1645522088,47.74302,8.99900\n4998,1645522089,47.74302,8.99900\n4999,1645522090,47.74303,8.99900\n5000,1645522091,47.74302,8.99900\n5001,1645522092,47.74302,8.99900\n5002,1645522093,47.74302,8.99900\n5003,1645522094,47.74302,8.99900\n5004,1645522095,47.74302,8.99899\n5005,1645522096,47.74302,8.99899\n5006,1645522097,47.74301,8.99899\n5007,1645522098,47.74301,8.99899\n5008,1645522099,47.74301,8.99899\n5009,1645522100,47.74301,8.99899\n5010,1645522101,47.74301,8.99899\n5011,1645522102,47.74301,8.99899\n5012,1645522103,47.74301,8.99899\n5013,1645522104,47.74301,8.99898\n5014,1645522105,47.74301,8.99898\n5015,1645522106,47.74301,8.99898\n5016,1645522107,47.74301,8.99898\n5017,1645522108,47.74301,8.99898\n5018,1645522109,47.74301,8.99898\n5019,1645522110,47.74301,8.99898\n5020,1645522111,47.74301,8.99898\n5021,1645522112,47.74301,8.99898\n5022,1645522113,47.74301,8.99898\n5023,1645522114,47.74301,8.99898\n5024,1645522115,47.74301,8.99898\n5025,1645522116,47.74301,8.99898\n5026,1645522117,47.74301,8.99898\n5027,1645522118,47.74301,8.99899\n5028,1645522119,47.74301,8.99899\n5029,1645522120,47.74301,8.99899\n5030,1645522121,47.74301,8.99899\n5031,1645522122,47.74301,8.99899\n5032,1645522123,47.74301,8.99899\n5033,1645522124,47.74301,8.99899\n5034,1645522125,47.74301,8.99899\n5035,1645522126,47.74301,8.99899\n5036,1645522127,47.74301,8.99899\n5037,1645522128,47.74302,8.99899\n5038,1645522129,47.74302,8.99899\n5039,1645522130,47.74302,8.99899\n5040,1645522131,47.74302,8.99899\n5041,1645522132,47.74302,8.99900\n5042,1645522133,47.74302,8.99900\n5043,1645522134,47.74302,8.99900\n5044,1645522135,47.74302,8.99900\n5045,1645522136,47.74302,8.99900\n5046,1645522137,47.74302,8.99900\n5047,1645522138,47.74302,8.99900\n5048,1645522139,47.74302,8.99900\n5049,1645522140,47.74302,8.99900\n5050,1645522141,47.74302,8.99900\n5051,1645522142,47.74302,8.99900\n5052,1645522143,47.74302,8.99900\n5053,1645522144,47.74302,8.99900\n5054,1645522145,47.74302,8.99900\n5055,1645522146,47.74302,8.99900\n5056,1645522147,47.74302,8.99900\n5057,1645522148,47.74302,8.99900\n5058,1645522149,47.74302,8.99900\n5059,1645522150,47.74302,8.99900\n5060,1645522151,47.74302,8.99900\n5061,1645522152,47.74302,8.99900\n5062,1645522153,47.74302,8.99900\n5063,1645522154,47.74302,8.99900\n5064,1645522155,47.74302,8.99900\n5065,1645522156,47.74302,8.99900\n5066,1645522157,47.74302,8.99900\n5067,1645522158,47.74302,8.99900\n5068,1645522159,47.74302,8.99900\n5069,1645522160,47.74302,8.99900\n5070,1645522161,47.74302,8.99900\n5071,1645522162,47.74302,8.99900\n5072,1645522163,47.74302,8.99900\n5073,1645522164,47.74302,8.99900\n5074,1645522165,47.74302,8.99900\n5075,1645522166,47.74302,8.99900\n5076,1645522167,47.74302,8.99900\n5077,1645522168,47.74301,8.99900\n5078,1645522169,47.74301,8.99900\n5079,1645522170,47.74301,8.99900\n5080,1645522171,47.74301,8.99900\n5081,1645522172,47.74301,8.99900\n5082,1645522173,47.74301,8.99900\n5083,1645522174,47.74301,8.99900\n5084,1645522175,47.74301,8.99900\n5085,1645522176,47.74301,8.99900\n5086,1645522177,47.74301,8.99900\n5087,1645522178,47.74301,8.99900\n5088,1645522179,47.74301,8.99900\n5089,1645522180,47.74301,8.99900\n5090,1645522181,47.74301,8.99900\n5091,1645522182,47.74301,8.99900\n5092,1645522183,47.74301,8.99901\n5093,1645522184,47.74301,8.99901\n5094,1645522185,47.74301,8.99901\n5095,1645522186,47.74301,8.99900\n5096,1645522187,47.74301,8.99900\n5097,1645522188,47.74301,8.99900\n5098,1645522189,47.74301,8.99900\n5099,1645522190,47.74301,8.99900\n5100,1645522191,47.74301,8.99900\n5101,1645522192,47.74301,8.99900\n5102,1645522193,47.74301,8.99900\n5103,1645522194,47.74301,8.99900\n5104,1645522195,47.74301,8.99900\n5105,1645522196,47.74301,8.99900\n5106,1645522197,47.74301,8.99900\n5107,1645522198,47.74301,8.99900\n5108,1645522199,47.74302,8.99900\n5109,1645522200,47.74302,8.99900\n5110,1645522201,47.74302,8.99900\n5111,1645522202,47.74302,8.99901\n5112,1645522203,47.74302,8.99900\n5113,1645522204,47.74302,8.99900\n5114,1645522205,47.74302,8.99900\n5115,1645522206,47.74302,8.99900\n5116,1645522207,47.74302,8.99900\n5117,1645522208,47.74302,8.99901\n5118,1645522209,47.74303,8.99901\n5119,1645522210,47.74303,8.99901\n5120,1645522211,47.74303,8.99901\n5121,1645522212,47.74303,8.99901\n5122,1645522213,47.74303,8.99902\n5123,1645522214,47.74303,8.99902\n5124,1645522215,47.74303,8.99902\n5125,1645522216,47.74303,8.99902\n5126,1645522217,47.74304,8.99902\n5127,1645522218,47.74304,8.99902\n5128,1645522219,47.74304,8.99902\n5129,1645522220,47.74304,8.99902\n5130,1645522221,47.74304,8.99903\n5131,1645522222,47.74304,8.99903\n5132,1645522223,47.74304,8.99903\n5133,1645522224,47.74304,8.99903\n5134,1645522225,47.74304,8.99903\n5135,1645522226,47.74304,8.99903\n5136,1645522227,47.74304,8.99903\n5137,1645522228,47.74304,8.99903\n5138,1645522229,47.74304,8.99903\n5139,1645522230,47.74304,8.99903\n5140,1645522231,47.74304,8.99903\n5141,1645522232,47.74304,8.99903\n5142,1645522233,47.74304,8.99903\n5143,1645522234,47.74304,8.99903\n5144,1645522235,47.74304,8.99903\n5145,1645522236,47.74304,8.99903\n5146,1645522237,47.74304,8.99903\n5147,1645522238,47.74304,8.99903\n5148,1645522239,47.74304,8.99903\n5149,1645522240,47.74304,8.99903\n5150,1645522241,47.74304,8.99903\n5151,1645522242,47.74304,8.99903\n5152,1645522243,47.74304,8.99903\n5153,1645522244,47.74304,8.99903\n5154,1645522245,47.74304,8.99903\n5155,1645522246,47.74304,8.99903\n5156,1645522247,47.74304,8.99903\n5157,1645522248,47.74304,8.99903\n5158,1645522249,47.74304,8.99903\n5159,1645522250,47.74304,8.99903\n5160,1645522251,47.74304,8.99903\n5161,1645522252,47.74304,8.99903\n5162,1645522253,47.74304,8.99903\n5163,1645522254,47.74304,8.99903\n5164,1645522255,47.74304,8.99903\n5165,1645522256,47.74304,8.99903\n5166,1645522257,47.74305,8.99903\n5167,1645522258,47.74305,8.99903\n5168,1645522259,47.74305,8.99903\n5169,1645522260,47.74305,8.99903\n5170,1645522261,47.74305,8.99903\n5171,1645522262,47.74305,8.99903\n5172,1645522263,47.74305,8.99903\n5173,1645522264,47.74305,8.99903\n5174,1645522265,47.74305,8.99903\n5175,1645522266,47.74305,8.99903\n5176,1645522267,47.74305,8.99903\n5177,1645522268,47.74305,8.99903\n5178,1645522269,47.74305,8.99903\n5179,1645522270,47.74305,8.99903\n5180,1645522271,47.74305,8.99903\n5181,1645522272,47.74305,8.99903\n5182,1645522273,47.74305,8.99903\n5183,1645522274,47.74305,8.99903\n5184,1645522275,47.74305,8.99903\n5185,1645522276,47.74305,8.99903\n5186,1645522277,47.74305,8.99903\n5187,1645522278,47.74305,8.99903\n5188,1645522279,47.74305,8.99903\n5189,1645522280,47.74305,8.99903\n5190,1645522281,47.74305,8.99903\n5191,1645522282,47.74305,8.99903\n5192,1645522283,47.74305,8.99903\n5193,1645522284,47.74305,8.99903\n5194,1645522285,47.74305,8.99903\n5195,1645522286,47.74305,8.99903\n5196,1645522287,47.74305,8.99903\n5197,1645522288,47.74305,8.99903\n5198,1645522289,47.74305,8.99903\n5199,1645522290,47.74305,8.99903\n5200,1645522291,47.74305,8.99903\n5201,1645522292,47.74305,8.99903\n5202,1645522293,47.74305,8.99903\n5203,1645522294,47.74305,8.99903\n5204,1645522295,47.74305,8.99903\n5205,1645522296,47.74305,8.99903\n5206,1645522297,47.74305,8.99903\n5207,1645522298,47.74305,8.99903\n5208,1645522299,47.74305,8.99903\n5209,1645522300,47.74305,8.99903\n5210,1645522301,47.74305,8.99903\n5211,1645522302,47.74305,8.99903\n5212,1645522303,47.74305,8.99903\n5213,1645522304,47.74305,8.99903\n5214,1645522305,47.74305,8.99903\n5215,1645522306,47.74305,8.99903\n5216,1645522307,47.74305,8.99903\n5217,1645522308,47.74305,8.99903\n5218,1645522309,47.74305,8.99904\n5219,1645522310,47.74305,8.99904\n5220,1645522311,47.74305,8.99904\n5221,1645522312,47.74305,8.99904\n5222,1645522313,47.74305,8.99904\n5223,1645522314,47.74305,8.99904\n5224,1645522315,47.74305,8.99904\n5225,1645522316,47.74305,8.99904\n5226,1645522317,47.74305,8.99904\n5227,1645522318,47.74305,8.99904\n5228,1645522319,47.74305,8.99904\n5229,1645522320,47.74305,8.99904\n5230,1645522321,47.74305,8.99904\n5231,1645522322,47.74305,8.99904\n5232,1645522323,47.74305,8.99904\n5233,1645522324,47.74305,8.99904\n5234,1645522325,47.74305,8.99904\n5235,1645522326,47.74305,8.99904\n5236,1645522327,47.74305,8.99904\n5237,1645522328,47.74305,8.99904\n5238,1645522329,47.74305,8.99904\n5239,1645522330,47.74305,8.99904\n5240,1645522331,47.74305,8.99904\n5241,1645522332,47.74305,8.99904\n5242,1645522333,47.74305,8.99904\n5243,1645522334,47.74305,8.99904\n5244,1645522335,47.74305,8.99904\n5245,1645522336,47.74305,8.99904\n5246,1645522337,47.74305,8.99904\n5247,1645522338,47.74305,8.99904\n5248,1645522339,47.74305,8.99904\n5249,1645522340,47.74305,8.99904\n5250,1645522341,47.74305,8.99904\n5251,1645522342,47.74305,8.99904\n5252,1645522343,47.74305,8.99904\n5253,1645522344,47.74305,8.99904\n5254,1645522345,47.74305,8.99904\n5255,1645522346,47.74305,8.99904\n5256,1645522347,47.74305,8.99904\n5257,1645522348,47.74305,8.99904\n5258,1645522349,47.74305,8.99904\n5259,1645522350,47.74305,8.99904\n5260,1645522351,47.74305,8.99904\n5261,1645522352,47.74305,8.99904\n5262,1645522353,47.74305,8.99904\n5263,1645522354,47.74305,8.99904\n5264,1645522355,47.74305,8.99904\n5265,1645522356,47.74305,8.99904\n5266,1645522357,47.74305,8.99904\n5267,1645522358,47.74305,8.99904\n5268,1645522359,47.74305,8.99904\n5269,1645522360,47.74305,8.99904\n5270,1645522361,47.74305,8.99904\n5271,1645522362,47.74305,8.99904\n5272,1645522363,47.74305,8.99904\n5273,1645522364,47.74305,8.99904\n5274,1645522365,47.74305,8.99904\n5275,1645522366,47.74305,8.99904\n5276,1645522367,47.74305,8.99904\n5277,1645522368,47.74305,8.99904\n5278,1645522369,47.74305,8.99904\n5279,1645522370,47.74305,8.99904\n5280,1645522371,47.74305,8.99904\n5281,1645522372,47.74305,8.99904\n5282,1645522373,47.74305,8.99904\n5283,1645522374,47.74305,8.99904\n5284,1645522375,47.74305,8.99904\n5285,1645522376,47.74305,8.99904\n5286,1645522377,47.74305,8.99904\n5287,1645522378,47.74305,8.99904\n5288,1645522379,47.74305,8.99904\n5289,1645522380,47.74305,8.99904\n5290,1645522381,47.74305,8.99904\n5291,1645522382,47.74305,8.99904\n5292,1645522383,47.74305,8.99904\n5293,1645522384,47.74305,8.99904\n5294,1645522385,47.74305,8.99904\n5295,1645522386,47.74305,8.99904\n5296,1645522387,47.74305,8.99904\n5297,1645522388,47.74305,8.99904\n5298,1645522389,47.74305,8.99904\n5299,1645522390,47.74305,8.99904\n5300,1645522391,47.74305,8.99904\n5301,1645522392,47.74305,8.99904\n5302,1645522393,47.74305,8.99904\n5303,1645522394,47.74305,8.99904\n5304,1645522395,47.74305,8.99904\n5305,1645522396,47.74305,8.99904\n5306,1645522397,47.74305,8.99903\n5307,1645522398,47.74305,8.99903\n5308,1645522399,47.74305,8.99903\n5309,1645522400,47.74305,8.99903\n5310,1645522401,47.74305,8.99903\n5311,1645522402,47.74305,8.99903\n5312,1645522403,47.74305,8.99903\n5313,1645522404,47.74305,8.99903\n5314,1645522405,47.74305,8.99903\n5315,1645522406,47.74305,8.99903\n5316,1645522407,47.74305,8.99903\n5317,1645522408,47.74305,8.99903\n5318,1645522409,47.74305,8.99903\n5319,1645522410,47.74305,8.99903\n5320,1645522411,47.74305,8.99903\n5321,1645522412,47.74305,8.99903\n5322,1645522413,47.74305,8.99903\n5323,1645522414,47.74305,8.99903\n5324,1645522415,47.74305,8.99903\n5325,1645522416,47.74305,8.99903\n5326,1645522417,47.74305,8.99903\n5327,1645522418,47.74305,8.99903\n5328,1645522419,47.74305,8.99903\n5329,1645522420,47.74305,8.99903\n5330,1645522421,47.74305,8.99903\n5331,1645522422,47.74305,8.99903\n5332,1645522423,47.74305,8.99903\n5333,1645522424,47.74305,8.99903\n5334,1645522425,47.74305,8.99903\n5335,1645522426,47.74305,8.99903\n5336,1645522427,47.74305,8.99903\n5337,1645522428,47.74305,8.99903\n5338,1645522429,47.74305,8.99903\n5339,1645522430,47.74305,8.99903\n5340,1645522431,47.74305,8.99903\n5341,1645522432,47.74305,8.99903\n5342,1645522433,47.74305,8.99903\n5343,1645522434,47.74305,8.99903\n5344,1645522435,47.74305,8.99903\n5345,1645522436,47.74305,8.99903\n5346,1645522437,47.74305,8.99903\n5347,1645522438,47.74305,8.99903\n5348,1645522439,47.74305,8.99903\n5349,1645522440,47.74305,8.99903\n5350,1645522441,47.74305,8.99903\n5351,1645522442,47.74305,8.99903\n5352,1645522443,47.74305,8.99904\n5353,1645522444,47.74305,8.99904\n5354,1645522445,47.74305,8.99904\n5355,1645522446,47.74305,8.99904\n5356,1645522447,47.74305,8.99904\n5357,1645522448,47.74305,8.99904\n5358,1645522449,47.74305,8.99904\n5359,1645522450,47.74305,8.99904\n5360,1645522451,47.74305,8.99904\n5361,1645522452,47.74305,8.99904\n5362,1645522453,47.74305,8.99904\n5363,1645522454,47.74305,8.99904\n5364,1645522455,47.74305,8.99904\n5365,1645522456,47.74305,8.99904\n5366,1645522457,47.74305,8.99904\n5367,1645522458,47.74305,8.99904\n5368,1645522459,47.74305,8.99904\n5369,1645522460,47.74305,8.99904\n5370,1645522461,47.74305,8.99904\n5371,1645522462,47.74305,8.99904\n5372,1645522463,47.74305,8.99904\n5373,1645522464,47.74305,8.99904\n5374,1645522465,47.74305,8.99904\n5375,1645522466,47.74305,8.99904\n5376,1645522467,47.74305,8.99904\n5377,1645522468,47.74305,8.99904\n5378,1645522469,47.74305,8.99904\n5379,1645522470,47.74305,8.99904\n5380,1645522471,47.74306,8.99904\n5381,1645522472,47.74306,8.99904\n5382,1645522473,47.74306,8.99904\n5383,1645522474,47.74306,8.99904\n5384,1645522475,47.74306,8.99904\n5385,1645522476,47.74306,8.99904\n5386,1645522477,47.74306,8.99904\n5387,1645522478,47.74306,8.99904\n5388,1645522479,47.74306,8.99904\n5389,1645522480,47.74306,8.99904\n5390,1645522481,47.74306,8.99904\n5391,1645522482,47.74306,8.99904\n5392,1645522483,47.74306,8.99904\n5393,1645522484,47.74306,8.99904\n5394,1645522485,47.74306,8.99904\n5395,1645522486,47.74306,8.99904\n5396,1645522487,47.74306,8.99904\n5397,1645522488,47.74306,8.99904\n5398,1645522489,47.74306,8.99904\n5399,1645522490,47.74306,8.99904\n5400,1645522491,47.74306,8.99904\n5401,1645522492,47.74306,8.99904\n5402,1645522493,47.74306,8.99904\n5403,1645522494,47.74306,8.99904\n5404,1645522495,47.74306,8.99904\n5405,1645522496,47.74306,8.99904\n5406,1645522497,47.74306,8.99904\n5407,1645522498,47.74306,8.99904\n5408,1645522499,47.74306,8.99904\n5409,1645522500,47.74306,8.99904\n5410,1645522501,47.74306,8.99904\n5411,1645522502,47.74306,8.99904\n5412,1645522503,47.74306,8.99904\n5413,1645522504,47.74306,8.99904\n5414,1645522505,47.74306,8.99904\n5415,1645522506,47.74306,8.99904\n5416,1645522507,47.74306,8.99904\n5417,1645522508,47.74306,8.99904\n5418,1645522509,47.74306,8.99904\n5419,1645522510,47.74306,8.99904\n5420,1645522511,47.74306,8.99904\n5421,1645522512,47.74306,8.99904\n5422,1645522513,47.74306,8.99904\n5423,1645522514,47.74306,8.99904\n5424,1645522515,47.74306,8.99904\n5425,1645522516,47.74306,8.99904\n5426,1645522517,47.74306,8.99904\n5427,1645522518,47.74306,8.99904\n5428,1645522519,47.74306,8.99904\n5429,1645522520,47.74306,8.99904\n5430,1645522521,47.74306,8.99904\n5431,1645522522,47.74306,8.99904\n5432,1645522523,47.74306,8.99904\n5433,1645522524,47.74306,8.99904\n5434,1645522525,47.74306,8.99904\n5435,1645522526,47.74306,8.99904\n5436,1645522527,47.74306,8.99904\n5437,1645522528,47.74306,8.99904\n5438,1645522529,47.74306,8.99904\n5439,1645522530,47.74306,8.99904\n5440,1645522531,47.74306,8.99904\n5441,1645522532,47.74306,8.99904\n5442,1645522533,47.74306,8.99904\n5443,1645522534,47.74306,8.99904\n5444,1645522535,47.74306,8.99904\n5445,1645522536,47.74306,8.99904\n5446,1645522537,47.74306,8.99904\n5447,1645522538,47.74306,8.99904\n5448,1645522539,47.74306,8.99904\n5449,1645522540,47.74306,8.99904\n5450,1645522541,47.74306,8.99904\n5451,1645522542,47.74306,8.99904\n5452,1645522543,47.74306,8.99904\n5453,1645522544,47.74306,8.99904\n5454,1645522545,47.74306,8.99904\n5455,1645522546,47.74306,8.99904\n5456,1645522547,47.74306,8.99904\n5457,1645522548,47.74306,8.99904\n5458,1645522549,47.74306,8.99904\n5459,1645522550,47.74306,8.99904\n5460,1645522551,47.74306,8.99904\n5461,1645522552,47.74306,8.99904\n5462,1645522553,47.74306,8.99904\n5463,1645522554,47.74306,8.99904\n5464,1645522555,47.74306,8.99904\n5465,1645522556,47.74306,8.99904\n5466,1645522557,47.74306,8.99904\n5467,1645522558,47.74306,8.99904\n5468,1645522559,47.74306,8.99904\n5469,1645522560,47.74306,8.99904\n5470,1645522561,47.74306,8.99904\n5471,1645522562,47.74306,8.99904\n5472,1645522563,47.74306,8.99904\n5473,1645522564,47.74306,8.99904\n5474,1645522565,47.74306,8.99904\n5475,1645522566,47.74306,8.99904\n5476,1645522567,47.74306,8.99904\n5477,1645522568,47.74306,8.99904\n5478,1645522569,47.74306,8.99904\n5479,1645522570,47.74306,8.99904\n5480,1645522571,47.74306,8.99904\n5481,1645522572,47.74306,8.99904\n5482,1645522573,47.74306,8.99904\n5483,1645522574,47.74306,8.99904\n5484,1645522575,47.74306,8.99904\n5485,1645522576,47.74306,8.99904\n5486,1645522577,47.74306,8.99904\n5487,1645522578,47.74306,8.99904\n5488,1645522579,47.74306,8.99904\n5489,1645522580,47.74306,8.99904\n5490,1645522581,47.74306,8.99904\n5491,1645522582,47.74306,8.99904\n5492,1645522583,47.74306,8.99904\n5493,1645522584,47.74306,8.99904\n5494,1645522585,47.74306,8.99904\n5495,1645522586,47.74306,8.99904\n5496,1645522587,47.74306,8.99904\n5497,1645522588,47.74306,8.99904\n5498,1645522589,47.74306,8.99904\n5499,1645522590,47.74306,8.99904\n5500,1645522591,47.74306,8.99904\n5501,1645522592,47.74306,8.99904\n5502,1645522593,47.74306,8.99904\n5503,1645522594,47.74306,8.99904\n5504,1645522595,47.74306,8.99904\n5505,1645522596,47.74306,8.99904\n5506,1645522597,47.74306,8.99904\n5507,1645522598,47.74306,8.99904\n5508,1645522599,47.74306,8.99904\n5509,1645522600,47.74306,8.99904\n5510,1645522601,47.74306,8.99904\n5511,1645522602,47.74306,8.99904\n5512,1645522603,47.74306,8.99904\n5513,1645522604,47.74306,8.99904\n5514,1645522605,47.74306,8.99904\n5515,1645522606,47.74306,8.99904\n5516,1645522607,47.74306,8.99904\n5517,1645522608,47.74306,8.99904\n5518,1645522609,47.74306,8.99904\n5519,1645522610,47.74306,8.99904\n5520,1645522611,47.74306,8.99904\n5521,1645522612,47.74306,8.99904\n5522,1645522613,47.74306,8.99904\n5523,1645522614,47.74306,8.99904\n5524,1645522615,47.74306,8.99904\n5525,1645522616,47.74306,8.99904\n5526,1645522617,47.74306,8.99904\n5527,1645522618,47.74306,8.99904\n5528,1645522619,47.74306,8.99904\n5529,1645522620,47.74306,8.99904\n5530,1645522621,47.74306,8.99904\n5531,1645522622,47.74306,8.99904\n5532,1645522623,47.74306,8.99904\n5533,1645522624,47.74306,8.99904\n5534,1645522625,47.74306,8.99904\n5535,1645522626,47.74306,8.99904\n5536,1645522627,47.74306,8.99904\n5537,1645522628,47.74306,8.99904\n5538,1645522629,47.74306,8.99904\n5539,1645522630,47.74306,8.99904\n5540,1645522631,47.74306,8.99904\n5541,1645522632,47.74306,8.99904\n5542,1645522633,47.74306,8.99904\n5543,1645522634,47.74306,8.99904\n5544,1645522635,47.74306,8.99904\n5545,1645522636,47.74306,8.99904\n5546,1645522637,47.74306,8.99904\n5547,1645522638,47.74306,8.99904\n5548,1645522639,47.74306,8.99904\n5549,1645522640,47.74306,8.99904\n5550,1645522641,47.74306,8.99904\n5551,1645522642,47.74306,8.99904\n5552,1645522643,47.74306,8.99904\n5553,1645522644,47.74306,8.99904\n5554,1645522645,47.74306,8.99904\n5555,1645522646,47.74306,8.99904\n5556,1645522647,47.74306,8.99904\n5557,1645522648,47.74306,8.99904\n5558,1645522649,47.74306,8.99904\n5559,1645522650,47.74306,8.99904\n5560,1645522651,47.74306,8.99904\n5561,1645522652,47.74306,8.99904\n5562,1645522653,47.74306,8.99904\n5563,1645522654,47.74306,8.99904\n5564,1645522655,47.74306,8.99904\n5565,1645522656,47.74306,8.99904\n5566,1645522657,47.74306,8.99904\n5567,1645522658,47.74306,8.99904\n5568,1645522659,47.74306,8.99904\n5569,1645522660,47.74306,8.99904\n5570,1645522661,47.74306,8.99904\n5571,1645522662,47.74306,8.99904\n5572,1645522663,47.74306,8.99904\n5573,1645522664,47.74306,8.99904\n5574,1645522665,47.74306,8.99904\n5575,1645522666,47.74306,8.99904\n5576,1645522667,47.74306,8.99904\n5577,1645522668,47.74306,8.99904\n5578,1645522669,47.74306,8.99904\n5579,1645522670,47.74306,8.99904\n5580,1645522671,47.74306,8.99904\n5581,1645522672,47.74306,8.99904\n5582,1645522673,47.74306,8.99904\n5583,1645522674,47.74306,8.99904\n5584,1645522675,47.74306,8.99904\n5585,1645522676,47.74306,8.99904\n5586,1645522677,47.74306,8.99904\n5587,1645522678,47.74306,8.99904\n5588,1645522679,47.74306,8.99904\n5589,1645522680,47.74306,8.99904\n5590,1645522681,47.74306,8.99904\n5591,1645522682,47.74306,8.99904\n5592,1645522683,47.74306,8.99904\n5593,1645522684,47.74306,8.99904\n5594,1645522685,47.74306,8.99904\n5595,1645522686,47.74306,8.99904\n5596,1645522687,47.74306,8.99904\n5597,1645522688,47.74306,8.99904\n5598,1645522689,47.74306,8.99904\n5599,1645522690,47.74306,8.99904\n5600,1645522691,47.74306,8.99904\n5601,1645522692,47.74306,8.99904\n5602,1645522693,47.74306,8.99904\n5603,1645522694,47.74306,8.99904\n5604,1645522695,47.74306,8.99904\n5605,1645522696,47.74306,8.99904\n5606,1645522697,47.74306,8.99904\n5607,1645522698,47.74306,8.99904\n5608,1645522699,47.74306,8.99904\n5609,1645522700,47.74306,8.99904\n5610,1645522701,47.74306,8.99904\n5611,1645522702,47.74306,8.99904\n5612,1645522703,47.74306,8.99904\n5613,1645522704,47.74306,8.99904\n5614,1645522705,47.74306,8.99904\n5615,1645522706,47.74306,8.99904\n5616,1645522707,47.74306,8.99904\n5617,1645522708,47.74306,8.99904\n5618,1645522709,47.74306,8.99904\n5619,1645522710,47.74306,8.99904\n5620,1645522711,47.74306,8.99904\n5621,1645522712,47.74306,8.99904\n5622,1645522713,47.74306,8.99904\n5623,1645522714,47.74306,8.99904\n5624,1645522715,47.74306,8.99904\n5625,1645522716,47.74306,8.99904\n5626,1645522717,47.74306,8.99904\n5627,1645522718,47.74306,8.99904\n5628,1645522719,47.74306,8.99904\n5629,1645522720,47.74306,8.99904\n5630,1645522721,47.74306,8.99904\n5631,1645522722,47.74306,8.99904\n5632,1645522723,47.74306,8.99904\n5633,1645522724,47.74306,8.99904\n5634,1645522725,47.74306,8.99904\n5635,1645522726,47.74306,8.99904\n5636,1645522727,47.74306,8.99904\n5637,1645522728,47.74306,8.99904\n5638,1645522729,47.74306,8.99904\n5639,1645522730,47.74306,8.99904\n5640,1645522731,47.74306,8.99904\n5641,1645522732,47.74306,8.99904\n5642,1645522733,47.74306,8.99904\n5643,1645522734,47.74306,8.99904\n5644,1645522735,47.74306,8.99904\n5645,1645522736,47.74306,8.99904\n5646,1645522737,47.74306,8.99904\n5647,1645522738,47.74306,8.99904\n5648,1645522739,47.74306,8.99904\n5649,1645522740,47.74306,8.99904\n5650,1645522741,47.74306,8.99904\n5651,1645522742,47.74306,8.99904\n5652,1645522743,47.74306,8.99904\n5653,1645522744,47.74306,8.99904\n5654,1645522745,47.74306,8.99904\n5655,1645522746,47.74306,8.99904\n5656,1645522747,47.74306,8.99904\n5657,1645522748,47.74306,8.99904\n5658,1645522749,47.74306,8.99904\n5659,1645522750,47.74306,8.99904\n5660,1645522751,47.74306,8.99904\n5661,1645522752,47.74306,8.99904\n5662,1645522753,47.74306,8.99904\n5663,1645522754,47.74306,8.99904\n5664,1645522755,47.74306,8.99904\n5665,1645522756,47.74306,8.99904\n5666,1645522757,47.74306,8.99904\n5667,1645522758,47.74306,8.99904\n5668,1645522759,47.74306,8.99904\n5669,1645522760,47.74306,8.99904\n5670,1645522761,47.74306,8.99904\n5671,1645522762,47.74306,8.99904\n5672,1645522763,47.74306,8.99904\n5673,1645522764,47.74306,8.99904\n5674,1645522765,47.74306,8.99904\n5675,1645522766,47.74306,8.99904\n5676,1645522767,47.74306,8.99904\n5677,1645522768,47.74306,8.99904\n5678,1645522769,47.74306,8.99904\n5679,1645522770,47.74306,8.99904\n5680,1645522771,47.74306,8.99904\n5681,1645522772,47.74306,8.99904\n5682,1645522773,47.74306,8.99904\n5683,1645522774,47.74306,8.99904\n5684,1645522775,47.74306,8.99904\n5685,1645522776,47.74306,8.99904\n5686,1645522777,47.74306,8.99904\n5687,1645522778,47.74306,8.99904\n5688,1645522779,47.74306,8.99904\n5689,1645522780,47.74306,8.99904\n5690,1645522781,47.74306,8.99904\n5691,1645522782,47.74306,8.99904\n5692,1645522783,47.74306,8.99904\n5693,1645522784,47.74306,8.99904\n5694,1645522785,47.74306,8.99904\n5695,1645522786,47.74306,8.99904\n5696,1645522787,47.74306,8.99904\n5697,1645522788,47.74306,8.99904\n5698,1645522789,47.74306,8.99904\n5699,1645522790,47.74306,8.99904\n5700,1645522791,47.74306,8.99904\n5701,1645522792,47.74306,8.99904\n5702,1645522793,47.74306,8.99904\n5703,1645522794,47.74306,8.99904\n5704,1645522795,47.74306,8.99904\n5705,1645522796,47.74306,8.99904\n5706,1645522797,47.74306,8.99904\n5707,1645522798,47.74306,8.99904\n5708,1645522799,47.74306,8.99904\n5709,1645522800,47.74306,8.99904\n5710,1645522801,47.74306,8.99904\n5711,1645522802,47.74306,8.99904\n5712,1645522803,47.74306,8.99904\n5713,1645522804,47.74306,8.99904\n5714,1645522805,47.74306,8.99904\n5715,1645522806,47.74306,8.99904\n5716,1645522807,47.74306,8.99904\n5717,1645522808,47.74306,8.99904\n5718,1645522809,47.74306,8.99904\n5719,1645522810,47.74306,8.99904\n5720,1645522811,47.74306,8.99904\n5721,1645522812,47.74306,8.99904\n5722,1645522813,47.74306,8.99904\n5723,1645522814,47.74306,8.99904\n5724,1645522815,47.74306,8.99904\n5725,1645522816,47.74306,8.99904\n5726,1645522817,47.74306,8.99904\n5727,1645522818,47.74306,8.99904\n5728,1645522819,47.74306,8.99904\n5729,1645522820,47.74306,8.99903\n5730,1645522821,47.74306,8.99903\n5731,1645522822,47.74306,8.99903\n5732,1645522823,47.74306,8.99903\n5733,1645522824,47.74306,8.99903\n5734,1645522825,47.74306,8.99903\n5735,1645522826,47.74306,8.99903\n5736,1645522827,47.74306,8.99903\n5737,1645522828,47.74306,8.99903\n5738,1645522829,47.74306,8.99903\n5739,1645522830,47.74306,8.99903\n5740,1645522831,47.74306,8.99903\n5741,1645522832,47.74306,8.99903\n5742,1645522833,47.74306,8.99903\n5743,1645522834,47.74306,8.99903\n5744,1645522835,47.74306,8.99903\n5745,1645522836,47.74306,8.99903\n5746,1645522837,47.74306,8.99903\n5747,1645522838,47.74306,8.99903\n5748,1645522839,47.74306,8.99903\n5749,1645522840,47.74306,8.99903\n5750,1645522841,47.74306,8.99903\n5751,1645522842,47.74306,8.99903\n5752,1645522843,47.74306,8.99903\n5753,1645522844,47.74306,8.99903\n5754,1645522845,47.74306,8.99903\n5755,1645522846,47.74306,8.99903\n5756,1645522847,47.74306,8.99903\n5757,1645522848,47.74306,8.99903\n5758,1645522849,47.74306,8.99903\n5759,1645522850,47.74306,8.99903\n5760,1645522851,47.74306,8.99903\n5761,1645522852,47.74306,8.99903\n5762,1645522853,47.74306,8.99903\n5763,1645522854,47.74306,8.99903\n5764,1645522855,47.74306,8.99903\n5765,1645522856,47.74306,8.99903\n5766,1645522857,47.74306,8.99903\n5767,1645522858,47.74306,8.99903\n5768,1645522859,47.74306,8.99903\n5769,1645522860,47.74306,8.99903\n5770,1645522861,47.74306,8.99903\n5771,1645522862,47.74306,8.99903\n5772,1645522863,47.74306,8.99903\n5773,1645522864,47.74306,8.99903\n5774,1645522865,47.74306,8.99903\n5775,1645522866,47.74306,8.99903\n5776,1645522867,47.74306,8.99903\n5777,1645522868,47.74306,8.99903\n5778,1645522869,47.74306,8.99903\n5779,1645522870,47.74306,8.99903\n5780,1645522871,47.74306,8.99903\n5781,1645522872,47.74306,8.99903\n5782,1645522873,47.74306,8.99903\n5783,1645522874,47.74306,8.99903\n5784,1645522875,47.74306,8.99903\n5785,1645522876,47.74306,8.99903\n5786,1645522877,47.74306,8.99903\n5787,1645522878,47.74306,8.99903\n5788,1645522879,47.74306,8.99903\n5789,1645522880,47.74306,8.99903\n5790,1645522881,47.74306,8.99903\n5791,1645522882,47.74306,8.99903\n5792,1645522883,47.74306,8.99903\n5793,1645522884,47.74306,8.99903\n5794,1645522885,47.74306,8.99903\n5795,1645522886,47.74306,8.99903\n5796,1645522887,47.74306,8.99903\n5797,1645522888,47.74306,8.99903\n5798,1645522889,47.74306,8.99903\n5799,1645522890,47.74306,8.99903\n5800,1645522891,47.74306,8.99903\n5801,1645522892,47.74306,8.99903\n5802,1645522893,47.74306,8.99903\n5803,1645522894,47.74306,8.99903\n5804,1645522895,47.74306,8.99903\n5805,1645522896,47.74306,8.99903\n5806,1645522897,47.74306,8.99903\n5807,1645522898,47.74306,8.99903\n5808,1645522899,47.74306,8.99903\n5809,1645522900,47.74306,8.99903\n5810,1645522901,47.74306,8.99903\n5811,1645522902,47.74306,8.99903\n5812,1645522903,47.74306,8.99904\n5813,1645522904,47.74306,8.99904\n5814,1645522905,47.74306,8.99904\n5815,1645522906,47.74306,8.99904\n5816,1645522907,47.74307,8.99904\n5817,1645522908,47.74307,8.99904\n5818,1645522909,47.74307,8.99904\n5819,1645522910,47.74307,8.99904\n5820,1645522911,47.74307,8.99905\n5821,1645522912,47.74307,8.99905\n5822,1645522913,47.74307,8.99905\n5823,1645522914,47.74307,8.99905\n5824,1645522915,47.74307,8.99905\n5825,1645522916,47.74307,8.99905\n5826,1645522917,47.74307,8.99905\n5827,1645522918,47.74307,8.99905\n5828,1645522919,47.74307,8.99905\n5829,1645522920,47.74307,8.99905\n5830,1645522921,47.74307,8.99905\n5831,1645522922,47.74307,8.99905\n5832,1645522923,47.74307,8.99905\n5833,1645522924,47.74307,8.99905\n5834,1645522925,47.74307,8.99905\n5835,1645522926,47.74307,8.99905\n5836,1645522927,47.74307,8.99905\n5837,1645522928,47.74307,8.99905\n5838,1645522929,47.74307,8.99905\n5839,1645522930,47.74307,8.99905\n5840,1645522931,47.74307,8.99905\n5841,1645522932,47.74307,8.99905\n5842,1645522933,47.74307,8.99905\n5843,1645522934,47.74307,8.99905\n5844,1645522935,47.74307,8.99905\n5845,1645522936,47.74307,8.99905\n5846,1645522937,47.74307,8.99905\n5847,1645522938,47.74307,8.99905\n5848,1645522939,47.74307,8.99905\n5849,1645522940,47.74307,8.99905\n5850,1645522941,47.74307,8.99905\n5851,1645522942,47.74307,8.99905\n5852,1645522943,47.74307,8.99905\n5853,1645522944,47.74307,8.99905\n5854,1645522945,47.74307,8.99905\n5855,1645522946,47.74307,8.99905\n5856,1645522947,47.74307,8.99905\n5857,1645522948,47.74307,8.99905\n5858,1645522949,47.74307,8.99905\n5859,1645522950,47.74307,8.99905\n5860,1645522951,47.74307,8.99905\n5861,1645522952,47.74307,8.99905\n5862,1645522953,47.74307,8.99905\n5863,1645522954,47.74307,8.99905\n5864,1645522955,47.74307,8.99905\n5865,1645522956,47.74307,8.99905\n5866,1645522957,47.74307,8.99905\n5867,1645522958,47.74307,8.99905\n5868,1645522959,47.74307,8.99905\n5869,1645522960,47.74307,8.99905\n5870,1645522961,47.74307,8.99905\n5871,1645522962,47.74307,8.99905\n5872,1645522963,47.74307,8.99905\n5873,1645522964,47.74307,8.99905\n5874,1645522965,47.74307,8.99905\n5875,1645522966,47.74307,8.99905\n5876,1645522967,47.74307,8.99905\n5877,1645522968,47.74307,8.99905\n5878,1645522969,47.74307,8.99905\n5879,1645522970,47.74307,8.99905\n5880,1645522971,47.74307,8.99905\n5881,1645522972,47.74307,8.99905\n5882,1645522973,47.74307,8.99905\n5883,1645522974,47.74307,8.99905\n5884,1645522975,47.74307,8.99905\n5885,1645522976,47.74307,8.99905\n5886,1645522977,47.74307,8.99905\n5887,1645522978,47.74307,8.99905\n5888,1645522979,47.74307,8.99905\n5889,1645522980,47.74307,8.99905\n5890,1645522981,47.74307,8.99905\n5891,1645522982,47.74308,8.99905\n5892,1645522983,47.74308,8.99905\n5893,1645522984,47.74308,8.99905\n5894,1645522985,47.74308,8.99906\n5895,1645522986,47.74308,8.99906\n5896,1645522987,47.74308,8.99906\n5897,1645522988,47.74308,8.99906\n5898,1645522989,47.74308,8.99906\n5899,1645522990,47.74308,8.99906\n5900,1645522991,47.74308,8.99906\n5901,1645522992,47.74308,8.99906\n5902,1645522993,47.74308,8.99906\n5903,1645522994,47.74308,8.99906\n5904,1645522995,47.74308,8.99906\n5905,1645522996,47.74308,8.99906\n5906,1645522997,47.74308,8.99906\n5907,1645522998,47.74308,8.99906\n5908,1645522999,47.74308,8.99906\n5909,1645523000,47.74308,8.99906\n5910,1645523001,47.74308,8.99906\n5911,1645523002,47.74308,8.99906\n5912,1645523003,47.74308,8.99906\n5913,1645523004,47.74308,8.99906\n5914,1645523005,47.74308,8.99906\n5915,1645523006,47.74308,8.99906\n5916,1645523007,47.74308,8.99906\n5917,1645523008,47.74308,8.99906\n5918,1645523009,47.74308,8.99906\n5919,1645523010,47.74308,8.99906\n5920,1645523011,47.74308,8.99906\n5921,1645523012,47.74308,8.99906\n5922,1645523013,47.74308,8.99906\n5923,1645523014,47.74308,8.99906\n5924,1645523015,47.74308,8.99906\n5925,1645523016,47.74308,8.99906\n5926,1645523017,47.74308,8.99906\n5927,1645523018,47.74308,8.99906\n5928,1645523019,47.74308,8.99906\n5929,1645523020,47.74308,8.99906\n5930,1645523021,47.74308,8.99906\n5931,1645523022,47.74308,8.99906\n5932,1645523023,47.74308,8.99906\n5933,1645523024,47.74308,8.99906\n5934,1645523025,47.74308,8.99906\n5935,1645523026,47.74308,8.99906\n5936,1645523027,47.74308,8.99906\n5937,1645523028,47.74308,8.99906\n5938,1645523029,47.74308,8.99906\n5939,1645523030,47.74308,8.99906\n5940,1645523031,47.74308,8.99906\n5941,1645523032,47.74308,8.99906\n5942,1645523033,47.74308,8.99906\n5943,1645523034,47.74308,8.99906\n5944,1645523035,47.74308,8.99906\n5945,1645523036,47.74308,8.99906\n5946,1645523037,47.74308,8.99906\n5947,1645523038,47.74308,8.99906\n5948,1645523039,47.74308,8.99906\n5949,1645523040,47.74308,8.99906\n5950,1645523041,47.74308,8.99906\n5951,1645523042,47.74308,8.99906\n5952,1645523043,47.74308,8.99906\n5953,1645523044,47.74308,8.99906\n5954,1645523045,47.74308,8.99906\n5955,1645523046,47.74308,8.99906\n5956,1645523047,47.74308,8.99906\n5957,1645523048,47.74308,8.99906\n5958,1645523049,47.74308,8.99906\n5959,1645523050,47.74308,8.99906\n5960,1645523051,47.74308,8.99906\n5961,1645523052,47.74308,8.99906\n5962,1645523053,47.74308,8.99906\n5963,1645523054,47.74308,8.99906\n5964,1645523055,47.74308,8.99906\n5965,1645523056,47.74308,8.99906\n5966,1645523057,47.74308,8.99906\n5967,1645523058,47.74308,8.99906\n5968,1645523059,47.74308,8.99906\n5969,1645523060,47.74308,8.99906\n5970,1645523061,47.74308,8.99906\n5971,1645523062,47.74308,8.99906\n5972,1645523063,47.74308,8.99906\n5973,1645523064,47.74308,8.99906\n5974,1645523065,47.74308,8.99906\n5975,1645523066,47.74308,8.99906\n5976,1645523067,47.74308,8.99906\n5977,1645523068,47.74308,8.99906\n5978,1645523069,47.74307,8.99905\n5979,1645523070,47.74307,8.99904\n5980,1645523071,47.74306,8.99904\n5981,1645523072,47.74306,8.99904\n5982,1645523073,47.74306,8.99904\n5983,1645523074,47.74306,8.99904\n5984,1645523075,47.74306,8.99904\n5985,1645523076,47.74306,8.99904\n5986,1645523077,47.74306,8.99904\n5987,1645523078,47.74306,8.99904\n5988,1645523079,47.74306,8.99904\n5989,1645523080,47.74306,8.99904\n5990,1645523081,47.74306,8.99904\n5991,1645523082,47.74306,8.99904\n5992,1645523083,47.74306,8.99904\n5993,1645523084,47.74306,8.99904\n5994,1645523085,47.74306,8.99904\n5995,1645523086,47.74306,8.99903\n5996,1645523087,47.74306,8.99904\n5997,1645523088,47.74306,8.99903\n5998,1645523089,47.74306,8.99903\n5999,1645523090,47.74306,8.99903\n6000,1645523091,47.74306,8.99903\n6001,1645523092,47.74306,8.99903\n6002,1645523093,47.74306,8.99903\n6003,1645523094,47.74306,8.99903\n6004,1645523095,47.74306,8.99903\n6005,1645523096,47.74306,8.99903\n6006,1645523097,47.74306,8.99903\n6007,1645523098,47.74306,8.99903\n6008,1645523099,47.74306,8.99903\n6009,1645523100,47.74306,8.99903\n6010,1645523101,47.74306,8.99903\n6011,1645523102,47.74306,8.99903\n6012,1645523103,47.74306,8.99903\n6013,1645523104,47.74306,8.99903\n6014,1645523105,47.74306,8.99903\n6015,1645523106,47.74306,8.99903\n6016,1645523107,47.74306,8.99903\n6017,1645523108,47.74306,8.99903\n6018,1645523109,47.74306,8.99903\n6019,1645523110,47.74306,8.99903\n6020,1645523111,47.74306,8.99903\n6021,1645523112,47.74306,8.99903\n6022,1645523113,47.74306,8.99903\n6023,1645523114,47.74306,8.99903\n6024,1645523115,47.74306,8.99903\n6025,1645523116,47.74306,8.99903\n6026,1645523117,47.74306,8.99903\n6027,1645523118,47.74306,8.99903\n6028,1645523119,47.74306,8.99903\n6029,1645523120,47.74306,8.99903\n6030,1645523121,47.74306,8.99903\n6031,1645523122,47.74306,8.99903\n6032,1645523123,47.74306,8.99903\n6033,1645523124,47.74306,8.99903\n6034,1645523125,47.74306,8.99903\n6035,1645523126,47.74306,8.99903\n6036,1645523127,47.74306,8.99903\n6037,1645523128,47.74306,8.99903\n6038,1645523129,47.74306,8.99903\n6039,1645523130,47.74306,8.99903\n6040,1645523131,47.74306,8.99903\n6041,1645523132,47.74306,8.99903\n6042,1645523133,47.74306,8.99903\n6043,1645523134,47.74306,8.99903\n6044,1645523135,47.74306,8.99903\n6045,1645523136,47.74306,8.99903\n6046,1645523137,47.74306,8.99903\n6047,1645523138,47.74306,8.99903\n6048,1645523139,47.74306,8.99903\n6049,1645523140,47.74306,8.99903\n6050,1645523141,47.74306,8.99903\n6051,1645523142,47.74306,8.99903\n6052,1645523143,47.74306,8.99903\n6053,1645523144,47.74306,8.99903\n6054,1645523145,47.74306,8.99903\n6055,1645523146,47.74306,8.99903\n6056,1645523147,47.74306,8.99903\n6057,1645523148,47.74306,8.99903\n6058,1645523149,47.74306,8.99903\n6059,1645523150,47.74306,8.99903\n6060,1645523151,47.74306,8.99903\n6061,1645523152,47.74306,8.99903\n6062,1645523153,47.74306,8.99903\n6063,1645523154,47.74306,8.99903\n6064,1645523155,47.74306,8.99903\n6065,1645523156,47.74306,8.99903\n6066,1645523157,47.74306,8.99903\n6067,1645523158,47.74306,8.99903\n6068,1645523159,47.74306,8.99903\n6069,1645523160,47.74306,8.99903\n6070,1645523161,47.74306,8.99903\n6071,1645523162,47.74306,8.99903\n6072,1645523163,47.74306,8.99903\n6073,1645523164,47.74306,8.99903\n6074,1645523165,47.74306,8.99903\n6075,1645523166,47.74306,8.99903\n6076,1645523167,47.74306,8.99903\n6077,1645523168,47.74306,8.99903\n6078,1645523169,47.74306,8.99903\n6079,1645523170,47.74306,8.99903\n6080,1645523171,47.74306,8.99903\n6081,1645523172,47.74306,8.99903\n6082,1645523173,47.74306,8.99903\n6083,1645523174,47.74306,8.99903\n6084,1645523175,47.74306,8.99903\n6085,1645523176,47.74306,8.99903\n6086,1645523177,47.74306,8.99903\n6087,1645523178,47.74306,8.99903\n6088,1645523179,47.74306,8.99903\n6089,1645523180,47.74306,8.99903\n6090,1645523181,47.74306,8.99903\n6091,1645523182,47.74306,8.99903\n6092,1645523183,47.74306,8.99903\n6093,1645523184,47.74306,8.99903\n6094,1645523185,47.74306,8.99903\n6095,1645523186,47.74306,8.99903\n6096,1645523187,47.74306,8.99903\n6097,1645523188,47.74306,8.99903\n6098,1645523189,47.74306,8.99903\n6099,1645523190,47.74306,8.99903\n6100,1645523191,47.74306,8.99903\n6101,1645523192,47.74306,8.99903\n6102,1645523193,47.74306,8.99903\n6103,1645523194,47.74306,8.99903\n6104,1645523195,47.74306,8.99903\n6105,1645523196,47.74306,8.99903\n6106,1645523197,47.74306,8.99903\n6107,1645523198,47.74306,8.99903\n6108,1645523199,47.74306,8.99903\n6109,1645523200,47.74306,8.99903\n6110,1645523201,47.74306,8.99903\n6111,1645523202,47.74306,8.99903\n6112,1645523203,47.74306,8.99903\n6113,1645523204,47.74306,8.99903\n6114,1645523205,47.74306,8.99903\n6115,1645523206,47.74306,8.99903\n6116,1645523207,47.74306,8.99903\n6117,1645523208,47.74306,8.99903\n6118,1645523209,47.74306,8.99903\n6119,1645523210,47.74306,8.99903\n6120,1645523211,47.74306,8.99903\n6121,1645523212,47.74306,8.99903\n6122,1645523213,47.74306,8.99903\n6123,1645523214,47.74306,8.99903\n6124,1645523215,47.74306,8.99903\n6125,1645523216,47.74306,8.99903\n6126,1645523217,47.74306,8.99903\n6127,1645523218,47.74306,8.99903\n6128,1645523219,47.74306,8.99903\n6129,1645523220,47.74306,8.99903\n6130,1645523221,47.74306,8.99903\n6131,1645523222,47.74306,8.99903\n6132,1645523223,47.74306,8.99903\n6133,1645523224,47.74306,8.99903\n6134,1645523225,47.74306,8.99903\n6135,1645523226,47.74306,8.99903\n6136,1645523227,47.74306,8.99903\n6137,1645523228,47.74306,8.99903\n6138,1645523229,47.74306,8.99903\n6139,1645523230,47.74306,8.99903\n6140,1645523231,47.74306,8.99903\n6141,1645523232,47.74306,8.99903\n6142,1645523233,47.74306,8.99903\n6143,1645523234,47.74306,8.99903\n6144,1645523235,47.74306,8.99903\n6145,1645523236,47.74306,8.99903\n6146,1645523237,47.74306,8.99903\n6147,1645523238,47.74306,8.99903\n6148,1645523239,47.74306,8.99903\n6149,1645523240,47.74306,8.99903\n6150,1645523241,47.74306,8.99903\n6151,1645523242,47.74306,8.99903\n6152,1645523243,47.74306,8.99903\n6153,1645523244,47.74306,8.99903\n6154,1645523245,47.74306,8.99903\n6155,1645523246,47.74306,8.99903\n6156,1645523247,47.74306,8.99903\n6157,1645523248,47.74306,8.99903\n6158,1645523249,47.74306,8.99903\n6159,1645523250,47.74306,8.99903\n6160,1645523251,47.74306,8.99903\n6161,1645523252,47.74306,8.99903\n6162,1645523253,47.74306,8.99903\n6163,1645523254,47.74306,8.99903\n6164,1645523255,47.74306,8.99903\n6165,1645523256,47.74306,8.99903\n6166,1645523257,47.74306,8.99903\n6167,1645523258,47.74306,8.99903\n6168,1645523259,47.74306,8.99903\n6169,1645523260,47.74306,8.99903\n6170,1645523261,47.74306,8.99903\n6171,1645523262,47.74306,8.99903\n6172,1645523263,47.74306,8.99903\n6173,1645523264,47.74306,8.99903\n6174,1645523265,47.74306,8.99903\n6175,1645523266,47.74306,8.99903\n6176,1645523267,47.74306,8.99903\n6177,1645523268,47.74306,8.99903\n6178,1645523269,47.74306,8.99903\n6179,1645523270,47.74306,8.99903\n6180,1645523271,47.74306,8.99903\n6181,1645523272,47.74306,8.99903\n6182,1645523273,47.74306,8.99903\n6183,1645523274,47.74306,8.99903\n6184,1645523275,47.74306,8.99903\n6185,1645523276,47.74306,8.99903\n6186,1645523277,47.74306,8.99903\n6187,1645523278,47.74306,8.99903\n6188,1645523279,47.74306,8.99903\n6189,1645523280,47.74306,8.99903\n6190,1645523281,47.74306,8.99903\n6191,1645523282,47.74306,8.99903\n6192,1645523283,47.74306,8.99903\n6193,1645523284,47.74306,8.99903\n6194,1645523285,47.74306,8.99903\n6195,1645523286,47.74306,8.99903\n6196,1645523287,47.74306,8.99903\n6197,1645523288,47.74306,8.99903\n6198,1645523289,47.74306,8.99903\n6199,1645523290,47.74306,8.99903\n6200,1645523291,47.74306,8.99903\n6201,1645523292,47.74306,8.99903\n6202,1645523293,47.74306,8.99903\n6203,1645523294,47.74306,8.99903\n6204,1645523295,47.74306,8.99903\n6205,1645523296,47.74306,8.99903\n6206,1645523297,47.74306,8.99903\n6207,1645523298,47.74306,8.99903\n6208,1645523299,47.74306,8.99903\n6209,1645523300,47.74306,8.99903\n6210,1645523301,47.74306,8.99903\n6211,1645523302,47.74306,8.99903\n6212,1645523303,47.74306,8.99903\n6213,1645523304,47.74306,8.99903\n6214,1645523305,47.74306,8.99903\n6215,1645523306,47.74306,8.99903\n6216,1645523307,47.74306,8.99903\n6217,1645523308,47.74306,8.99903\n6218,1645523309,47.74306,8.99903\n6219,1645523310,47.74306,8.99903\n6220,1645523311,47.74306,8.99903\n6221,1645523312,47.74306,8.99903\n6222,1645523313,47.74306,8.99903\n6223,1645523314,47.74306,8.99903\n6224,1645523315,47.74306,8.99903\n6225,1645523316,47.74306,8.99903\n6226,1645523317,47.74306,8.99903\n6227,1645523318,47.74306,8.99903\n6228,1645523319,47.74306,8.99903\n6229,1645523320,47.74306,8.99903\n6230,1645523321,47.74306,8.99903\n6231,1645523322,47.74306,8.99903\n6232,1645523323,47.74306,8.99903\n6233,1645523324,47.74306,8.99903\n6234,1645523325,47.74306,8.99903\n6235,1645523326,47.74306,8.99903\n6236,1645523327,47.74306,8.99903\n6237,1645523328,47.74306,8.99903\n6238,1645523329,47.74306,8.99903\n6239,1645523330,47.74306,8.99903\n6240,1645523331,47.74306,8.99903\n6241,1645523332,47.74306,8.99903\n6242,1645523333,47.74306,8.99903\n6243,1645523334,47.74306,8.99903\n6244,1645523335,47.74306,8.99903\n6245,1645523336,47.74306,8.99903\n6246,1645523337,47.74306,8.99903\n6247,1645523338,47.74306,8.99903\n6248,1645523339,47.74306,8.99903\n6249,1645523340,47.74306,8.99903\n6250,1645523341,47.74306,8.99903\n6251,1645523342,47.74306,8.99903\n6252,1645523343,47.74306,8.99903\n6253,1645523344,47.74306,8.99903\n6254,1645523345,47.74306,8.99903\n6255,1645523346,47.74306,8.99903\n6256,1645523347,47.74306,8.99903\n6257,1645523348,47.74306,8.99903\n6258,1645523349,47.74306,8.99903\n6259,1645523350,47.74306,8.99903\n6260,1645523351,47.74306,8.99903\n6261,1645523352,47.74306,8.99903\n6262,1645523353,47.74306,8.99903\n6263,1645523354,47.74306,8.99903\n6264,1645523355,47.74306,8.99903\n6265,1645523356,47.74306,8.99903\n6266,1645523357,47.74306,8.99903\n6267,1645523358,47.74306,8.99903\n6268,1645523359,47.74306,8.99903\n6269,1645523360,47.74306,8.99903\n6270,1645523361,47.74306,8.99903\n6271,1645523362,47.74306,8.99903\n6272,1645523363,47.74306,8.99903\n6273,1645523364,47.74306,8.99903\n6274,1645523365,47.74306,8.99903\n6275,1645523366,47.74306,8.99903\n6276,1645523367,47.74306,8.99903\n6277,1645523368,47.74306,8.99903\n6278,1645523369,47.74306,8.99903\n6279,1645523370,47.74306,8.99903\n6280,1645523371,47.74306,8.99903\n6281,1645523372,47.74306,8.99903\n6282,1645523373,47.74306,8.99903\n6283,1645523374,47.74306,8.99903\n6284,1645523375,47.74306,8.99903\n6285,1645523376,47.74306,8.99903\n6286,1645523377,47.74306,8.99903\n6287,1645523378,47.74306,8.99903\n6288,1645523379,47.74306,8.99903\n6289,1645523380,47.74306,8.99903\n6290,1645523381,47.74306,8.99903\n6291,1645523382,47.74306,8.99903\n6292,1645523383,47.74306,8.99903\n6293,1645523384,47.74306,8.99903\n6294,1645523385,47.74306,8.99903\n6295,1645523386,47.74306,8.99903\n6296,1645523387,47.74306,8.99903\n6297,1645523388,47.74306,8.99903\n6298,1645523389,47.74306,8.99903\n6299,1645523390,47.74306,8.99903\n6300,1645523391,47.74306,8.99903\n6301,1645523392,47.74306,8.99903\n6302,1645523393,47.74306,8.99903\n6303,1645523394,47.74306,8.99903\n6304,1645523395,47.74306,8.99903\n6305,1645523396,47.74306,8.99903\n6306,1645523397,47.74306,8.99903\n6307,1645523398,47.74306,8.99903\n6308,1645523399,47.74306,8.99903\n6309,1645523400,47.74306,8.99903\n6310,1645523401,47.74306,8.99903\n6311,1645523402,47.74306,8.99903\n6312,1645523403,47.74306,8.99903\n6313,1645523404,47.74306,8.99903\n6314,1645523405,47.74306,8.99903\n6315,1645523406,47.74306,8.99903\n6316,1645523407,47.74306,8.99903\n6317,1645523408,47.74306,8.99903\n6318,1645523409,47.74306,8.99903\n6319,1645523410,47.74306,8.99903\n6320,1645523411,47.74306,8.99903\n6321,1645523412,47.74306,8.99903\n6322,1645523413,47.74306,8.99903\n6323,1645523414,47.74306,8.99903\n6324,1645523415,47.74306,8.99903\n6325,1645523416,47.74306,8.99903\n6326,1645523417,47.74306,8.99903\n6327,1645523418,47.74306,8.99903\n6328,1645523419,47.74306,8.99903\n6329,1645523420,47.74306,8.99903\n6330,1645523421,47.74306,8.99903\n6331,1645523422,47.74306,8.99903\n6332,1645523423,47.74306,8.99903\n6333,1645523424,47.74306,8.99903\n6334,1645523425,47.74306,8.99903\n6335,1645523426,47.74306,8.99903\n6336,1645523427,47.74306,8.99903\n6337,1645523428,47.74306,8.99903\n6338,1645523429,47.74306,8.99903\n6339,1645523430,47.74306,8.99903\n6340,1645523431,47.74306,8.99903\n6341,1645523432,47.74306,8.99903\n6342,1645523433,47.74306,8.99903\n6343,1645523434,47.74306,8.99903\n6344,1645523435,47.74306,8.99903\n6345,1645523436,47.74306,8.99903\n6346,1645523437,47.74306,8.99903\n6347,1645523438,47.74306,8.99903\n6348,1645523439,47.74306,8.99903\n6349,1645523440,47.74306,8.99903\n6350,1645523441,47.74306,8.99903\n6351,1645523442,47.74306,8.99903\n6352,1645523443,47.74306,8.99903\n6353,1645523444,47.74306,8.99903\n6354,1645523445,47.74306,8.99903\n6355,1645523446,47.74306,8.99903\n6356,1645523447,47.74306,8.99903\n6357,1645523448,47.74306,8.99903\n6358,1645523449,47.74306,8.99903\n6359,1645523450,47.74306,8.99903\n6360,1645523451,47.74306,8.99903\n6361,1645523452,47.74306,8.99903\n6362,1645523453,47.74306,8.99903\n6363,1645523454,47.74306,8.99903\n6364,1645523455,47.74306,8.99903\n6365,1645523456,47.74306,8.99903\n6366,1645523457,47.74306,8.99903\n6367,1645523458,47.74306,8.99903\n6368,1645523459,47.74306,8.99903\n6369,1645523460,47.74306,8.99903\n6370,1645523461,47.74306,8.99903\n6371,1645523462,47.74306,8.99903\n6372,1645523463,47.74306,8.99903\n6373,1645523464,47.74306,8.99903\n6374,1645523465,47.74306,8.99903\n6375,1645523466,47.74306,8.99903\n6376,1645523467,47.74306,8.99903\n6377,1645523468,47.74306,8.99903\n6378,1645523469,47.74306,8.99903\n6379,1645523470,47.74306,8.99903\n6380,1645523471,47.74306,8.99903\n6381,1645523472,47.74306,8.99903\n6382,1645523473,47.74306,8.99903\n6383,1645523474,47.74306,8.99903\n6384,1645523475,47.74306,8.99903\n6385,1645523476,47.74306,8.99903\n6386,1645523477,47.74306,8.99903\n6387,1645523478,47.74306,8.99903\n6388,1645523479,47.74306,8.99903\n6389,1645523480,47.74306,8.99903\n6390,1645523481,47.74306,8.99903\n6391,1645523482,47.74306,8.99903\n6392,1645523483,47.74306,8.99903\n6393,1645523484,47.74306,8.99903\n6394,1645523485,47.74306,8.99903\n6395,1645523486,47.74306,8.99903\n6396,1645523487,47.74306,8.99903\n6397,1645523488,47.74306,8.99903\n6398,1645523489,47.74306,8.99903\n6399,1645523490,47.74306,8.99903\n6400,1645523491,47.74306,8.99903\n6401,1645523492,47.74306,8.99903\n6402,1645523493,47.74306,8.99903\n6403,1645523494,47.74306,8.99903\n6404,1645523495,47.74306,8.99903\n6405,1645523496,47.74306,8.99903\n6406,1645523497,47.74306,8.99903\n6407,1645523498,47.74306,8.99903\n6408,1645523499,47.74306,8.99903\n6409,1645523500,47.74306,8.99903\n6410,1645523501,47.74306,8.99903\n6411,1645523502,47.74306,8.99903\n6412,1645523503,47.74306,8.99903\n6413,1645523504,47.74306,8.99903\n6414,1645523505,47.74306,8.99903\n6415,1645523506,47.74306,8.99903\n6416,1645523507,47.74306,8.99903\n6417,1645523508,47.74306,8.99903\n6418,1645523509,47.74306,8.99903\n6419,1645523510,47.74306,8.99903\n6420,1645523511,47.74306,8.99903\n6421,1645523512,47.74306,8.99903\n6422,1645523513,47.74306,8.99903\n6423,1645523514,47.74306,8.99903\n6424,1645523515,47.74306,8.99903\n6425,1645523516,47.74306,8.99903\n6426,1645523517,47.74306,8.99903\n6427,1645523518,47.74306,8.99903\n6428,1645523519,47.74306,8.99903\n6429,1645523520,47.74306,8.99903\n6430,1645523521,47.74306,8.99903\n6431,1645523522,47.74306,8.99903\n6432,1645523523,47.74306,8.99903\n6433,1645523524,47.74306,8.99903\n6434,1645523525,47.74306,8.99903\n6435,1645523526,47.74306,8.99903\n6436,1645523527,47.74306,8.99903\n6437,1645523528,47.74306,8.99903\n6438,1645523529,47.74306,8.99903\n6439,1645523530,47.74306,8.99903\n6440,1645523531,47.74306,8.99903\n6441,1645523532,47.74306,8.99903\n6442,1645523533,47.74306,8.99903\n6443,1645523534,47.74306,8.99903\n6444,1645523535,47.74306,8.99903\n6445,1645523536,47.74306,8.99903\n6446,1645523537,47.74306,8.99903\n6447,1645523538,47.74306,8.99903\n6448,1645523539,47.74306,8.99903\n6449,1645523540,47.74306,8.99903\n6450,1645523541,47.74306,8.99903\n6451,1645523542,47.74306,8.99903\n6452,1645523543,47.74306,8.99903\n6453,1645523544,47.74306,8.99903\n6454,1645523545,47.74306,8.99903\n6455,1645523546,47.74306,8.99903\n6456,1645523547,47.74306,8.99903\n6457,1645523548,47.74306,8.99903\n6458,1645523549,47.74306,8.99903\n6459,1645523550,47.74306,8.99903\n6460,1645523551,47.74306,8.99903\n6461,1645523552,47.74306,8.99903\n6462,1645523553,47.74306,8.99903\n6463,1645523554,47.74306,8.99903\n6464,1645523555,47.74306,8.99903\n6465,1645523556,47.74306,8.99903\n6466,1645523557,47.74306,8.99903\n6467,1645523558,47.74306,8.99903\n6468,1645523559,47.74306,8.99903\n6469,1645523560,47.74306,8.99903\n6470,1645523561,47.74306,8.99903\n6471,1645523562,47.74306,8.99903\n6472,1645523563,47.74306,8.99903\n6473,1645523564,47.74306,8.99903\n6474,1645523565,47.74306,8.99903\n6475,1645523566,47.74306,8.99903\n6476,1645523567,47.74306,8.99903\n6477,1645523568,47.74306,8.99903\n6478,1645523569,47.74306,8.99903\n6479,1645523570,47.74306,8.99903\n6480,1645523571,47.74306,8.99903\n6481,1645523572,47.74306,8.99903\n6482,1645523573,47.74306,8.99903\n6483,1645523574,47.74306,8.99903\n6484,1645523575,47.74306,8.99903\n6485,1645523576,47.74306,8.99903\n6486,1645523577,47.74306,8.99903\n6487,1645523578,47.74306,8.99903\n6488,1645523579,47.74306,8.99903\n6489,1645523580,47.74306,8.99903\n6490,1645523581,47.74306,8.99903\n6491,1645523582,47.74306,8.99903\n6492,1645523583,47.74306,8.99903\n6493,1645523584,47.74306,8.99903\n6494,1645523585,47.74306,8.99903\n6495,1645523586,47.74306,8.99903\n6496,1645523587,47.74306,8.99903\n6497,1645523588,47.74306,8.99903\n6498,1645523589,47.74306,8.99903\n6499,1645523590,47.74306,8.99903\n6500,1645523591,47.74306,8.99903\n6501,1645523592,47.74306,8.99902\n6502,1645523593,47.74306,8.99902\n6503,1645523594,47.74306,8.99902\n6504,1645523595,47.74306,8.99902\n6505,1645523596,47.74306,8.99902\n6506,1645523597,47.74306,8.99902\n6507,1645523598,47.74306,8.99902\n6508,1645523599,47.74306,8.99902\n6509,1645523600,47.74306,8.99902\n6510,1645523601,47.74306,8.99902\n6511,1645523602,47.74306,8.99902\n6512,1645523603,47.74306,8.99902\n6513,1645523604,47.74306,8.99902\n6514,1645523605,47.74306,8.99902\n6515,1645523606,47.74306,8.99902\n6516,1645523607,47.74306,8.99902\n6517,1645523608,47.74306,8.99902\n6518,1645523609,47.74306,8.99902\n6519,1645523610,47.74306,8.99902\n6520,1645523611,47.74306,8.99902\n6521,1645523612,47.74306,8.99902\n6522,1645523613,47.74306,8.99902\n6523,1645523614,47.74306,8.99902\n6524,1645523615,47.74306,8.99902\n6525,1645523616,47.74306,8.99902\n6526,1645523617,47.74306,8.99902\n6527,1645523618,47.74306,8.99902\n6528,1645523619,47.74306,8.99902\n6529,1645523620,47.74306,8.99902\n6530,1645523621,47.74306,8.99902\n6531,1645523622,47.74306,8.99902\n6532,1645523623,47.74306,8.99902\n6533,1645523624,47.74306,8.99902\n6534,1645523625,47.74306,8.99902\n6535,1645523626,47.74306,8.99902\n6536,1645523627,47.74306,8.99902\n6537,1645523628,47.74306,8.99902\n6538,1645523629,47.74306,8.99902\n6539,1645523630,47.74306,8.99902\n6540,1645523631,47.74306,8.99902\n6541,1645523632,47.74306,8.99902\n6542,1645523633,47.74306,8.99902\n6543,1645523634,47.74306,8.99902\n6544,1645523635,47.74306,8.99902\n6545,1645523636,47.74306,8.99902\n6546,1645523637,47.74306,8.99902\n6547,1645523638,47.74306,8.99902\n6548,1645523639,47.74306,8.99902\n6549,1645523640,47.74306,8.99902\n6550,1645523641,47.74306,8.99902\n6551,1645523642,47.74306,8.99902\n6552,1645523643,47.74306,8.99902\n6553,1645523644,47.74306,8.99902\n6554,1645523645,47.74306,8.99902\n6555,1645523646,47.74306,8.99902\n6556,1645523647,47.74306,8.99902\n6557,1645523648,47.74306,8.99902\n6558,1645523649,47.74306,8.99902\n6559,1645523650,47.74306,8.99902\n6560,1645523651,47.74306,8.99902\n6561,1645523652,47.74306,8.99902\n6562,1645523653,47.74306,8.99902\n6563,1645523654,47.74305,8.99902\n6564,1645523655,47.74305,8.99902\n6565,1645523656,47.74305,8.99902\n6566,1645523657,47.74305,8.99902\n6567,1645523658,47.74305,8.99902\n6568,1645523659,47.74305,8.99902\n6569,1645523660,47.74305,8.99902\n6570,1645523661,47.74305,8.99902\n6571,1645523662,47.74305,8.99902\n6572,1645523663,47.74305,8.99902\n6573,1645523664,47.74305,8.99902\n6574,1645523665,47.74305,8.99902\n6575,1645523666,47.74305,8.99902\n6576,1645523667,47.74305,8.99902\n6577,1645523668,47.74305,8.99902\n6578,1645523669,47.74305,8.99902\n6579,1645523670,47.74305,8.99902\n6580,1645523671,47.74305,8.99902\n6581,1645523672,47.74305,8.99902\n6582,1645523673,47.74305,8.99902\n6583,1645523674,47.74305,8.99902\n6584,1645523675,47.74305,8.99902\n6585,1645523676,47.74305,8.99902\n6586,1645523677,47.74305,8.99902\n6587,1645523678,47.74305,8.99902\n6588,1645523679,47.74305,8.99902\n6589,1645523680,47.74305,8.99902\n6590,1645523681,47.74305,8.99902\n6591,1645523682,47.74305,8.99901\n6592,1645523683,47.74305,8.99901\n6593,1645523684,47.74305,8.99901\n6594,1645523685,47.74305,8.99901\n6595,1645523686,47.74305,8.99901\n6596,1645523687,47.74305,8.99901\n6597,1645523688,47.74305,8.99901\n6598,1645523689,47.74305,8.99901\n6599,1645523690,47.74305,8.99901\n6600,1645523691,47.74305,8.99901\n6601,1645523692,47.74305,8.99901\n6602,1645523693,47.74305,8.99901\n6603,1645523694,47.74305,8.99901\n6604,1645523695,47.74305,8.99901\n6605,1645523696,47.74305,8.99901\n6606,1645523697,47.74305,8.99901\n6607,1645523698,47.74305,8.99901\n6608,1645523699,47.74305,8.99901\n6609,1645523700,47.74305,8.99901\n6610,1645523701,47.74305,8.99901\n6611,1645523702,47.74305,8.99901\n6612,1645523703,47.74305,8.99901\n6613,1645523704,47.74305,8.99901\n6614,1645523705,47.74305,8.99901\n6615,1645523706,47.74305,8.99901\n6616,1645523707,47.74305,8.99901\n6617,1645523708,47.74305,8.99901\n6618,1645523709,47.74305,8.99901\n6619,1645523710,47.74305,8.99901\n6620,1645523711,47.74305,8.99901\n6621,1645523712,47.74305,8.99901\n6622,1645523713,47.74305,8.99901\n6623,1645523714,47.74305,8.99901\n6624,1645523715,47.74305,8.99901\n6625,1645523716,47.74305,8.99901\n6626,1645523717,47.74305,8.99901\n6627,1645523718,47.74305,8.99901\n6628,1645523719,47.74305,8.99901\n6629,1645523720,47.74305,8.99901\n6630,1645523721,47.74305,8.99901\n6631,1645523722,47.74305,8.99901\n6632,1645523723,47.74305,8.99901\n6633,1645523724,47.74305,8.99901\n6634,1645523725,47.74305,8.99901\n6635,1645523726,47.74305,8.99901\n6636,1645523727,47.74305,8.99901\n6637,1645523728,47.74305,8.99901\n6638,1645523729,47.74305,8.99901\n6639,1645523730,47.74305,8.99901\n6640,1645523731,47.74305,8.99901\n6641,1645523732,47.74305,8.99901\n6642,1645523733,47.74305,8.99901\n6643,1645523734,47.74305,8.99901\n6644,1645523735,47.74305,8.99901\n6645,1645523736,47.74305,8.99901\n6646,1645523737,47.74305,8.99901\n6647,1645523738,47.74305,8.99901\n6648,1645523739,47.74305,8.99901\n6649,1645523740,47.74305,8.99901\n6650,1645523741,47.74305,8.99901\n6651,1645523742,47.74305,8.99901\n6652,1645523743,47.74305,8.99901\n6653,1645523744,47.74305,8.99901\n6654,1645523745,47.74305,8.99901\n6655,1645523746,47.74305,8.99901\n6656,1645523747,47.74305,8.99901\n6657,1645523748,47.74305,8.99901\n6658,1645523749,47.74305,8.99901\n6659,1645523750,47.74305,8.99901\n6660,1645523751,47.74305,8.99901\n6661,1645523752,47.74305,8.99901\n6662,1645523753,47.74305,8.99901\n6663,1645523754,47.74305,8.99901\n6664,1645523755,47.74305,8.99901\n6665,1645523756,47.74305,8.99901\n6666,1645523757,47.74305,8.99901\n6667,1645523758,47.74305,8.99901\n6668,1645523759,47.74305,8.99901\n6669,1645523760,47.74305,8.99901\n6670,1645523761,47.74305,8.99901\n6671,1645523762,47.74305,8.99901\n6672,1645523763,47.74305,8.99901\n6673,1645523764,47.74305,8.99901\n6674,1645523765,47.74305,8.99901\n6675,1645523766,47.74305,8.99901\n6676,1645523767,47.74305,8.99901\n6677,1645523768,47.74305,8.99901\n6678,1645523769,47.74305,8.99901\n6679,1645523770,47.74305,8.99901\n6680,1645523771,47.74305,8.99901\n6681,1645523772,47.74305,8.99901\n6682,1645523773,47.74305,8.99901\n6683,1645523774,47.74305,8.99901\n6684,1645523775,47.74305,8.99901\n6685,1645523776,47.74305,8.99901\n6686,1645523777,47.74305,8.99901\n6687,1645523778,47.74305,8.99901\n6688,1645523779,47.74305,8.99901\n6689,1645523780,47.74305,8.99901\n6690,1645523781,47.74305,8.99901\n6691,1645523782,47.74305,8.99901\n6692,1645523783,47.74305,8.99901\n6693,1645523784,47.74305,8.99901\n6694,1645523785,47.74305,8.99901\n6695,1645523786,47.74305,8.99901\n6696,1645523787,47.74305,8.99901\n6697,1645523788,47.74305,8.99901\n6698,1645523789,47.74305,8.99901\n6699,1645523790,47.74305,8.99901\n6700,1645523791,47.74305,8.99901\n6701,1645523792,47.74305,8.99901\n6702,1645523793,47.74305,8.99901\n6703,1645523794,47.74305,8.99901\n6704,1645523795,47.74305,8.99901\n6705,1645523796,47.74305,8.99901\n6706,1645523797,47.74305,8.99901\n6707,1645523798,47.74305,8.99901\n6708,1645523799,47.74305,8.99901\n6709,1645523800,47.74305,8.99901\n6710,1645523801,47.74305,8.99901\n6711,1645523802,47.74305,8.99901\n6712,1645523803,47.74305,8.99901\n6713,1645523804,47.74305,8.99901\n6714,1645523805,47.74305,8.99901\n6715,1645523806,47.74305,8.99901\n6716,1645523807,47.74305,8.99901\n6717,1645523808,47.74305,8.99901\n6718,1645523809,47.74305,8.99901\n6719,1645523810,47.74305,8.99901\n6720,1645523811,47.74305,8.99901\n6721,1645523812,47.74305,8.99901\n6722,1645523813,47.74305,8.99901\n6723,1645523814,47.74305,8.99901\n6724,1645523815,47.74305,8.99901\n6725,1645523816,47.74305,8.99901\n6726,1645523817,47.74305,8.99901\n6727,1645523818,47.74305,8.99901\n6728,1645523819,47.74305,8.99901\n6729,1645523820,47.74305,8.99901\n6730,1645523821,47.74305,8.99901\n6731,1645523822,47.74305,8.99901\n6732,1645523823,47.74305,8.99901\n6733,1645523824,47.74305,8.99901\n6734,1645523825,47.74305,8.99901\n6735,1645523826,47.74305,8.99901\n6736,1645523827,47.74305,8.99901\n6737,1645523828,47.74305,8.99901\n6738,1645523829,47.74305,8.99901\n6739,1645523830,47.74305,8.99901\n6740,1645523831,47.74305,8.99901\n6741,1645523832,47.74305,8.99901\n6742,1645523833,47.74305,8.99901\n6743,1645523834,47.74305,8.99901\n6744,1645523835,47.74305,8.99901\n6745,1645523836,47.74305,8.99901\n6746,1645523837,47.74305,8.99901\n6747,1645523838,47.74305,8.99901\n6748,1645523839,47.74305,8.99901\n6749,1645523840,47.74305,8.99901\n6750,1645523841,47.74305,8.99901\n6751,1645523842,47.74305,8.99901\n6752,1645523843,47.74305,8.99901\n6753,1645523844,47.74305,8.99901\n6754,1645523845,47.74305,8.99901\n6755,1645523846,47.74305,8.99901\n6756,1645523847,47.74305,8.99901\n6757,1645523848,47.74305,8.99901\n6758,1645523849,47.74305,8.99901\n6759,1645523850,47.74305,8.99901\n6760,1645523851,47.74305,8.99901\n6761,1645523852,47.74305,8.99901\n6762,1645523853,47.74305,8.99901\n6763,1645523854,47.74305,8.99901\n6764,1645523855,47.74305,8.99901\n6765,1645523856,47.74305,8.99901\n6766,1645523857,47.74305,8.99901\n6767,1645523858,47.74305,8.99901\n6768,1645523859,47.74305,8.99901\n6769,1645523860,47.74305,8.99901\n6770,1645523861,47.74305,8.99901\n6771,1645523862,47.74305,8.99901\n6772,1645523863,47.74305,8.99901\n6773,1645523864,47.74305,8.99901\n6774,1645523865,47.74305,8.99901\n6775,1645523866,47.74305,8.99901\n6776,1645523867,47.74305,8.99901\n6777,1645523868,47.74305,8.99901\n6778,1645523869,47.74305,8.99901\n6779,1645523870,47.74305,8.99901\n6780,1645523871,47.74305,8.99901\n6781,1645523872,47.74305,8.99901\n6782,1645523873,47.74305,8.99901\n6783,1645523874,47.74305,8.99901\n6784,1645523875,47.74305,8.99901\n6785,1645523876,47.74305,8.99901\n6786,1645523877,47.74305,8.99901\n6787,1645523878,47.74305,8.99901\n6788,1645523879,47.74305,8.99901\n6789,1645523880,47.74305,8.99901\n6790,1645523881,47.74305,8.99901\n6791,1645523882,47.74305,8.99901\n6792,1645523883,47.74305,8.99901\n6793,1645523884,47.74305,8.99901\n6794,1645523885,47.74305,8.99901\n6795,1645523886,47.74305,8.99901\n6796,1645523887,47.74305,8.99901\n6797,1645523888,47.74305,8.99901\n6798,1645523889,47.74305,8.99901\n6799,1645523890,47.74305,8.99901\n6800,1645523891,47.74305,8.99901\n6801,1645523892,47.74305,8.99901\n6802,1645523893,47.74305,8.99901\n6803,1645523894,47.74305,8.99901\n6804,1645523895,47.74305,8.99901\n6805,1645523896,47.74305,8.99901\n6806,1645523897,47.74305,8.99901\n6807,1645523898,47.74305,8.99901\n6808,1645523899,47.74305,8.99901\n6809,1645523900,47.74305,8.99901\n6810,1645523901,47.74305,8.99901\n6811,1645523902,47.74305,8.99901\n6812,1645523903,47.74305,8.99901\n6813,1645523904,47.74305,8.99901\n6814,1645523905,47.74305,8.99901\n6815,1645523906,47.74305,8.99901\n6816,1645523907,47.74305,8.99901\n6817,1645523908,47.74305,8.99901\n6818,1645523909,47.74305,8.99901\n6819,1645523910,47.74305,8.99901\n6820,1645523911,47.74305,8.99901\n6821,1645523912,47.74305,8.99901\n6822,1645523913,47.74305,8.99901\n6823,1645523914,47.74305,8.99901\n6824,1645523915,47.74305,8.99901\n6825,1645523916,47.74305,8.99901\n6826,1645523917,47.74305,8.99901\n6827,1645523918,47.74305,8.99901\n6828,1645523919,47.74305,8.99901\n6829,1645523920,47.74305,8.99901\n6830,1645523921,47.74305,8.99901\n6831,1645523922,47.74305,8.99901\n6832,1645523923,47.74305,8.99901\n6833,1645523924,47.74305,8.99901\n6834,1645523925,47.74305,8.99901\n6835,1645523926,47.74305,8.99901\n6836,1645523927,47.74305,8.99901\n6837,1645523928,47.74305,8.99901\n6838,1645523929,47.74305,8.99901\n6839,1645523930,47.74305,8.99901\n6840,1645523931,47.74305,8.99901\n6841,1645523932,47.74305,8.99901\n6842,1645523933,47.74305,8.99901\n6843,1645523934,47.74305,8.99901\n6844,1645523935,47.74305,8.99901\n6845,1645523936,47.74305,8.99901\n6846,1645523937,47.74305,8.99901\n6847,1645523938,47.74305,8.99901\n6848,1645523939,47.74305,8.99901\n6849,1645523940,47.74305,8.99901\n6850,1645523941,47.74305,8.99901\n6851,1645523942,47.74305,8.99901\n6852,1645523943,47.74305,8.99901\n6853,1645523944,47.74305,8.99901\n6854,1645523945,47.74305,8.99901\n6855,1645523946,47.74305,8.99901\n6856,1645523947,47.74305,8.99901\n6857,1645523948,47.74305,8.99901\n6858,1645523949,47.74305,8.99901\n6859,1645523950,47.74305,8.99901\n6860,1645523951,47.74305,8.99901\n6861,1645523952,47.74305,8.99901\n6862,1645523953,47.74305,8.99901\n6863,1645523954,47.74305,8.99901\n6864,1645523955,47.74305,8.99901\n6865,1645523956,47.74305,8.99901\n6866,1645523957,47.74305,8.99901\n6867,1645523958,47.74305,8.99901\n6868,1645523959,47.74305,8.99901\n6869,1645523960,47.74305,8.99901\n6870,1645523961,47.74305,8.99901\n6871,1645523962,47.74305,8.99901\n6872,1645523963,47.74305,8.99901\n6873,1645523964,47.74305,8.99901\n6874,1645523965,47.74305,8.99901\n6875,1645523966,47.74305,8.99901\n6876,1645523967,47.74305,8.99901\n6877,1645523968,47.74305,8.99901\n6878,1645523969,47.74305,8.99901\n6879,1645523970,47.74305,8.99901\n6880,1645523971,47.74305,8.99901\n6881,1645523972,47.74305,8.99901\n6882,1645523973,47.74305,8.99901\n6883,1645523974,47.74305,8.99901\n6884,1645523975,47.74305,8.99901\n6885,1645523976,47.74305,8.99901\n6886,1645523977,47.74305,8.99901\n6887,1645523978,47.74305,8.99901\n6888,1645523979,47.74305,8.99901\n6889,1645523980,47.74305,8.99901\n6890,1645523981,47.74305,8.99901\n6891,1645523982,47.74305,8.99901\n6892,1645523983,47.74305,8.99901\n6893,1645523984,47.74305,8.99901\n6894,1645523985,47.74305,8.99901\n6895,1645523986,47.74305,8.99901\n6896,1645523987,47.74305,8.99901\n6897,1645523988,47.74305,8.99901\n6898,1645523989,47.74305,8.99901\n6899,1645523990,47.74305,8.99901\n6900,1645523991,47.74305,8.99901\n6901,1645523992,47.74305,8.99901\n6902,1645523993,47.74305,8.99901\n6903,1645523994,47.74305,8.99901\n6904,1645523995,47.74305,8.99901\n6905,1645523996,47.74305,8.99901\n6906,1645523997,47.74305,8.99901\n6907,1645523998,47.74305,8.99901\n6908,1645523999,47.74305,8.99901\n6909,1645524000,47.74305,8.99901\n6910,1645524001,47.74305,8.99901\n6911,1645524002,47.74305,8.99901\n6912,1645524003,47.74305,8.99901\n6913,1645524004,47.74305,8.99901\n6914,1645524005,47.74305,8.99901\n6915,1645524006,47.74305,8.99901\n6916,1645524007,47.74305,8.99901\n6917,1645524008,47.74305,8.99901\n6918,1645524009,47.74305,8.99901\n6919,1645524010,47.74305,8.99901\n6920,1645524011,47.74305,8.99901\n6921,1645524012,47.74305,8.99901\n6922,1645524013,47.74305,8.99901\n6923,1645524014,47.74305,8.99901\n6924,1645524015,47.74305,8.99901\n6925,1645524016,47.74305,8.99901\n6926,1645524017,47.74305,8.99901\n6927,1645524018,47.74305,8.99901\n6928,1645524019,47.74305,8.99901\n6929,1645524020,47.74305,8.99901\n6930,1645524021,47.74305,8.99901\n6931,1645524022,47.74305,8.99901\n6932,1645524023,47.74305,8.99901\n6933,1645524024,47.74305,8.99901\n6934,1645524025,47.74305,8.99901\n6935,1645524026,47.74305,8.99901\n6936,1645524027,47.74305,8.99901\n6937,1645524028,47.74305,8.99901\n6938,1645524029,47.74305,8.99901\n6939,1645524030,47.74305,8.99901\n6940,1645524031,47.74305,8.99901\n6941,1645524032,47.74305,8.99901\n6942,1645524033,47.74305,8.99901\n6943,1645524034,47.74305,8.99901\n6944,1645524035,47.74305,8.99901\n6945,1645524036,47.74305,8.99901\n6946,1645524037,47.74305,8.99901\n6947,1645524038,47.74305,8.99901\n6948,1645524039,47.74305,8.99901\n6949,1645524040,47.74305,8.99901\n6950,1645524041,47.74305,8.99901\n6951,1645524042,47.74305,8.99901\n6952,1645524043,47.74305,8.99901\n6953,1645524044,47.74305,8.99901\n6954,1645524045,47.74305,8.99901\n6955,1645524046,47.74305,8.99901\n6956,1645524047,47.74305,8.99901\n6957,1645524048,47.74305,8.99901\n6958,1645524049,47.74305,8.99901\n6959,1645524050,47.74305,8.99901\n6960,1645524051,47.74305,8.99901\n6961,1645524052,47.74305,8.99901\n6962,1645524053,47.74305,8.99901\n6963,1645524054,47.74305,8.99901\n6964,1645524055,47.74305,8.99901\n6965,1645524056,47.74305,8.99901\n6966,1645524057,47.74305,8.99901\n6967,1645524058,47.74305,8.99901\n6968,1645524059,47.74305,8.99901\n6969,1645524060,47.74305,8.99901\n6970,1645524061,47.74305,8.99901\n6971,1645524062,47.74305,8.99901\n6972,1645524063,47.74305,8.99901\n6973,1645524064,47.74305,8.99901\n6974,1645524065,47.74305,8.99901\n6975,1645524066,47.74305,8.99901\n6976,1645524067,47.74305,8.99901\n6977,1645524068,47.74305,8.99901\n6978,1645524069,47.74305,8.99901\n6979,1645524070,47.74305,8.99901\n6980,1645524071,47.74305,8.99901\n6981,1645524072,47.74305,8.99901\n6982,1645524073,47.74305,8.99901\n6983,1645524074,47.74305,8.99901\n6984,1645524075,47.74305,8.99901\n6985,1645524076,47.74305,8.99901\n6986,1645524077,47.74305,8.99901\n6987,1645524078,47.74305,8.99901\n6988,1645524079,47.74305,8.99901\n6989,1645524080,47.74305,8.99901\n6990,1645524081,47.74305,8.99901\n6991,1645524082,47.74305,8.99901\n6992,1645524083,47.74305,8.99901\n6993,1645524084,47.74305,8.99901\n6994,1645524085,47.74305,8.99901\n6995,1645524086,47.74305,8.99901\n6996,1645524087,47.74305,8.99901\n6997,1645524088,47.74305,8.99901\n6998,1645524089,47.74305,8.99901\n6999,1645524090,47.74305,8.99901\n7000,1645524091,47.74305,8.99901\n7001,1645524092,47.74305,8.99901\n7002,1645524093,47.74305,8.99901\n7003,1645524094,47.74305,8.99901\n7004,1645524095,47.74305,8.99901\n7005,1645524096,47.74305,8.99901\n7006,1645524097,47.74305,8.99901\n7007,1645524098,47.74305,8.99901\n7008,1645524099,47.74305,8.99901\n7009,1645524100,47.74305,8.99901\n7010,1645524101,47.74305,8.99901\n7011,1645524102,47.74305,8.99901\n7012,1645524103,47.74305,8.99901\n7013,1645524104,47.74305,8.99901\n7014,1645524105,47.74305,8.99901\n7015,1645524106,47.74305,8.99901\n7016,1645524107,47.74305,8.99901\n7017,1645524108,47.74305,8.99901\n7018,1645524109,47.74305,8.99901\n7019,1645524110,47.74305,8.99901\n7020,1645524111,47.74305,8.99901\n7021,1645524112,47.74305,8.99901\n7022,1645524113,47.74305,8.99901\n7023,1645524114,47.74305,8.99901\n7024,1645524115,47.74305,8.99901\n7025,1645524116,47.74305,8.99901\n7026,1645524117,47.74305,8.99901\n7027,1645524118,47.74305,8.99901\n7028,1645524119,47.74305,8.99901\n7029,1645524120,47.74305,8.99901\n7030,1645524121,47.74305,8.99901\n7031,1645524122,47.74305,8.99901\n7032,1645524123,47.74305,8.99901\n7033,1645524124,47.74305,8.99901\n7034,1645524125,47.74305,8.99901\n7035,1645524126,47.74305,8.99901\n7036,1645524127,47.74305,8.99901\n7037,1645524128,47.74305,8.99901\n7038,1645524129,47.74305,8.99901\n7039,1645524130,47.74305,8.99901\n7040,1645524131,47.74305,8.99901\n7041,1645524132,47.74305,8.99901\n7042,1645524133,47.74305,8.99901\n7043,1645524134,47.74305,8.99901\n7044,1645524135,47.74305,8.99901\n7045,1645524136,47.74305,8.99901\n7046,1645524137,47.74305,8.99901\n7047,1645524138,47.74305,8.99901\n7048,1645524139,47.74305,8.99901\n7049,1645524140,47.74305,8.99901\n7050,1645524141,47.74305,8.99901\n7051,1645524142,47.74305,8.99901\n7052,1645524143,47.74305,8.99901\n7053,1645524144,47.74305,8.99901\n7054,1645524145,47.74305,8.99901\n7055,1645524146,47.74305,8.99901\n7056,1645524147,47.74305,8.99901\n7057,1645524148,47.74305,8.99901\n7058,1645524149,47.74305,8.99901\n7059,1645524150,47.74305,8.99901\n7060,1645524151,47.74305,8.99901\n7061,1645524152,47.74305,8.99901\n7062,1645524153,47.74305,8.99901\n7063,1645524154,47.74305,8.99901\n7064,1645524155,47.74305,8.99901\n7065,1645524156,47.74305,8.99901\n7066,1645524157,47.74305,8.99901\n7067,1645524158,47.74305,8.99901\n7068,1645524159,47.74305,8.99901\n7069,1645524160,47.74305,8.99901\n7070,1645524161,47.74305,8.99901\n7071,1645524162,47.74305,8.99901\n7072,1645524163,47.74305,8.99901\n7073,1645524164,47.74305,8.99901\n7074,1645524165,47.74305,8.99901\n7075,1645524166,47.74305,8.99901\n7076,1645524167,47.74305,8.99901\n7077,1645524168,47.74305,8.99901\n7078,1645524169,47.74305,8.99901\n7079,1645524170,47.74305,8.99901\n7080,1645524171,47.74305,8.99901\n7081,1645524172,47.74305,8.99901\n7082,1645524173,47.74305,8.99901\n7083,1645524174,47.74305,8.99901\n7084,1645524175,47.74305,8.99901\n7085,1645524176,47.74305,8.99901\n7086,1645524177,47.74305,8.99901\n7087,1645524178,47.74305,8.99901\n7088,1645524179,47.74305,8.99901\n7089,1645524180,47.74305,8.99901\n7090,1645524181,47.74305,8.99901\n7091,1645524182,47.74305,8.99901\n7092,1645524183,47.74305,8.99901\n7093,1645524184,47.74305,8.99901\n7094,1645524185,47.74305,8.99901\n7095,1645524186,47.74305,8.99901\n7096,1645524187,47.74305,8.99901\n7097,1645524188,47.74305,8.99901\n7098,1645524189,47.74305,8.99901\n7099,1645524190,47.74305,8.99901\n7100,1645524191,47.74305,8.99901\n7101,1645524192,47.74305,8.99901\n7102,1645524193,47.74305,8.99901\n7103,1645524194,47.74305,8.99901\n7104,1645524195,47.74305,8.99901\n7105,1645524196,47.74305,8.99901\n7106,1645524197,47.74305,8.99901\n7107,1645524198,47.74305,8.99901\n7108,1645524199,47.74305,8.99901\n7109,1645524200,47.74305,8.99901\n7110,1645524201,47.74305,8.99901\n7111,1645524202,47.74305,8.99901\n7112,1645524203,47.74305,8.99901\n7113,1645524204,47.74305,8.99901\n7114,1645524205,47.74305,8.99901\n7115,1645524206,47.74305,8.99901\n7116,1645524207,47.74305,8.99901\n7117,1645524208,47.74305,8.99901\n7118,1645524209,47.74305,8.99901\n7119,1645524210,47.74305,8.99901\n7120,1645524211,47.74305,8.99901\n7121,1645524212,47.74305,8.99901\n7122,1645524213,47.74305,8.99901\n7123,1645524214,47.74305,8.99901\n7124,1645524215,47.74305,8.99901\n7125,1645524216,47.74305,8.99901\n7126,1645524217,47.74305,8.99901\n7127,1645524218,47.74305,8.99901\n7128,1645524219,47.74305,8.99901\n7129,1645524220,47.74305,8.99901\n7130,1645524221,47.74305,8.99901\n7131,1645524222,47.74305,8.99901\n7132,1645524223,47.74305,8.99901\n7133,1645524224,47.74305,8.99901\n7134,1645524225,47.74305,8.99901\n7135,1645524226,47.74305,8.99901\n7136,1645524227,47.74305,8.99901\n7137,1645524228,47.74305,8.99901\n7138,1645524229,47.74305,8.99901\n7139,1645524230,47.74305,8.99901\n7140,1645524231,47.74305,8.99901\n7141,1645524232,47.74305,8.99901\n7142,1645524233,47.74305,8.99901\n7143,1645524234,47.74305,8.99901\n7144,1645524235,47.74305,8.99901\n7145,1645524236,47.74305,8.99901\n7146,1645524237,47.74305,8.99901\n7147,1645524238,47.74305,8.99901\n7148,1645524239,47.74305,8.99901\n7149,1645524240,47.74305,8.99901\n7150,1645524241,47.74305,8.99901\n7151,1645524242,47.74305,8.99901\n7152,1645524243,47.74305,8.99901\n7153,1645524244,47.74305,8.99901\n7154,1645524245,47.74305,8.99901\n7155,1645524246,47.74305,8.99901\n7156,1645524247,47.74305,8.99901\n7157,1645524248,47.74305,8.99901\n7158,1645524249,47.74305,8.99901\n7159,1645524250,47.74305,8.99901\n7160,1645524251,47.74305,8.99901\n7161,1645524252,47.74305,8.99901\n7162,1645524253,47.74305,8.99901\n7163,1645524254,47.74305,8.99901\n7164,1645524255,47.74305,8.99901\n7165,1645524256,47.74305,8.99901\n7166,1645524257,47.74305,8.99901\n7167,1645524258,47.74305,8.99901\n7168,1645524259,47.74305,8.99901\n7169,1645524260,47.74305,8.99901\n7170,1645524261,47.74305,8.99901\n7171,1645524262,47.74305,8.99901\n7172,1645524263,47.74305,8.99901\n7173,1645524264,47.74305,8.99901\n7174,1645524265,47.74305,8.99901\n7175,1645524266,47.74305,8.99901\n7176,1645524267,47.74305,8.99901\n7177,1645524268,47.74305,8.99901\n7178,1645524269,47.74305,8.99901\n7179,1645524270,47.74305,8.99901\n7180,1645524271,47.74305,8.99901\n7181,1645524272,47.74305,8.99901\n7182,1645524273,47.74305,8.99901\n7183,1645524274,47.74305,8.99901\n7184,1645524275,47.74305,8.99901\n7185,1645524276,47.74305,8.99901\n7186,1645524277,47.74305,8.99901\n7187,1645524278,47.74305,8.99901\n7188,1645524279,47.74305,8.99901\n7189,1645524280,47.74305,8.99901\n7190,1645524281,47.74305,8.99901\n7191,1645524282,47.74305,8.99901\n7192,1645524283,47.74305,8.99901\n7193,1645524284,47.74305,8.99901\n7194,1645524285,47.74305,8.99901\n7195,1645524286,47.74305,8.99901\n7196,1645524287,47.74305,8.99901\n7197,1645524288,47.74305,8.99901\n7198,1645524289,47.74305,8.99901\n7199,1645524290,47.74305,8.99901\n7200,1645524291,47.74305,8.99901\n7201,1645524292,47.74305,8.99901\n7202,1645524293,47.74305,8.99901\n7203,1645524294,47.74305,8.99901\n7204,1645524295,47.74305,8.99901\n7205,1645524296,47.74305,8.99901\n7206,1645524297,47.74305,8.99901\n7207,1645524298,47.74305,8.99901\n7208,1645524299,47.74305,8.99901\n7209,1645524300,47.74305,8.99901\n7210,1645524301,47.74305,8.99901\n7211,1645524302,47.74305,8.99901\n7212,1645524303,47.74305,8.99901\n7213,1645524304,47.74305,8.99901\n7214,1645524305,47.74305,8.99901\n7215,1645524306,47.74305,8.99901\n7216,1645524307,47.74305,8.99901\n7217,1645524308,47.74305,8.99901\n7218,1645524309,47.74305,8.99901\n7219,1645524310,47.74305,8.99901\n7220,1645524311,47.74305,8.99901\n7221,1645524312,47.74305,8.99901\n7222,1645524313,47.74305,8.99901\n7223,1645524314,47.74305,8.99901\n7224,1645524315,47.74305,8.99901\n7225,1645524316,47.74305,8.99901\n7226,1645524317,47.74305,8.99901\n7227,1645524318,47.74305,8.99901\n7228,1645524319,47.74305,8.99901\n7229,1645524320,47.74305,8.99901\n7230,1645524321,47.74305,8.99901\n7231,1645524322,47.74305,8.99901\n7232,1645524323,47.74305,8.99901\n7233,1645524324,47.74305,8.99901\n7234,1645524325,47.74305,8.99901\n7235,1645524326,47.74305,8.99901\n7236,1645524327,47.74305,8.99901\n7237,1645524328,47.74305,8.99901\n7238,1645524329,47.74305,8.99901\n7239,1645524330,47.74305,8.99901\n7240,1645524331,47.74305,8.99901\n7241,1645524332,47.74305,8.99901\n7242,1645524333,47.74305,8.99901\n7243,1645524334,47.74305,8.99901\n7244,1645524335,47.74305,8.99901\n7245,1645524336,47.74305,8.99901\n7246,1645524337,47.74305,8.99901\n7247,1645524338,47.74305,8.99901\n7248,1645524339,47.74305,8.99901\n7249,1645524340,47.74305,8.99901\n7250,1645524341,47.74305,8.99901\n7251,1645524342,47.74305,8.99901\n7252,1645524343,47.74305,8.99901\n7253,1645524344,47.74305,8.99901\n7254,1645524345,47.74305,8.99901\n7255,1645524346,47.74305,8.99901\n7256,1645524347,47.74305,8.99901\n7257,1645524348,47.74305,8.99901\n7258,1645524349,47.74305,8.99901\n7259,1645524350,47.74305,8.99901\n7260,1645524351,47.74305,8.99901\n7261,1645524352,47.74305,8.99901\n7262,1645524353,47.74305,8.99901\n7263,1645524354,47.74305,8.99901\n7264,1645524355,47.74305,8.99901\n7265,1645524356,47.74305,8.99901\n7266,1645524357,47.74305,8.99901\n7267,1645524358,47.74305,8.99901\n7268,1645524359,47.74305,8.99901\n7269,1645524360,47.74305,8.99901\n7270,1645524361,47.74305,8.99901\n7271,1645524362,47.74305,8.99901\n7272,1645524363,47.74305,8.99901\n7273,1645524364,47.74305,8.99901\n7274,1645524365,47.74305,8.99901\n7275,1645524366,47.74305,8.99901\n7276,1645524367,47.74305,8.99901\n7277,1645524368,47.74305,8.99901\n7278,1645524369,47.74305,8.99901\n7279,1645524370,47.74305,8.99901\n7280,1645524371,47.74305,8.99901\n7281,1645524372,47.74305,8.99901\n7282,1645524373,47.74305,8.99901\n7283,1645524374,47.74305,8.99901\n7284,1645524375,47.74305,8.99901\n7285,1645524376,47.74305,8.99901\n7286,1645524377,47.74305,8.99901\n7287,1645524378,47.74305,8.99901\n7288,1645524379,47.74305,8.99901\n7289,1645524380,47.74305,8.99901\n7290,1645524381,47.74305,8.99901\n7291,1645524382,47.74305,8.99901\n7292,1645524383,47.74305,8.99901\n7293,1645524384,47.74305,8.99901\n7294,1645524385,47.74305,8.99901\n7295,1645524386,47.74305,8.99901\n7296,1645524387,47.74305,8.99901\n7297,1645524388,47.74305,8.99901\n7298,1645524389,47.74305,8.99901\n7299,1645524390,47.74305,8.99901\n7300,1645524391,47.74305,8.99901\n7301,1645524392,47.74305,8.99901\n7302,1645524393,47.74305,8.99901\n7303,1645524394,47.74305,8.99901\n7304,1645524395,47.74305,8.99901\n7305,1645524396,47.74305,8.99901\n7306,1645524397,47.74305,8.99901\n7307,1645524398,47.74305,8.99901\n7308,1645524399,47.74305,8.99901\n7309,1645524400,47.74305,8.99901\n7310,1645524401,47.74305,8.99901\n7311,1645524402,47.74305,8.99901\n7312,1645524403,47.74305,8.99901\n7313,1645524404,47.74305,8.99901\n7314,1645524405,47.74305,8.99901\n7315,1645524406,47.74305,8.99901\n7316,1645524407,47.74305,8.99901\n7317,1645524408,47.74305,8.99901\n7318,1645524409,47.74305,8.99901\n7319,1645524410,47.74305,8.99901\n7320,1645524411,47.74305,8.99901\n7321,1645524412,47.74305,8.99901\n7322,1645524413,47.74305,8.99901\n7323,1645524414,47.74305,8.99901\n7324,1645524415,47.74305,8.99901\n7325,1645524416,47.74305,8.99901\n7326,1645524417,47.74305,8.99901\n7327,1645524418,47.74305,8.99901\n7328,1645524419,47.74305,8.99901\n7329,1645524420,47.74305,8.99901\n7330,1645524421,47.74305,8.99901\n7331,1645524422,47.74305,8.99901\n7332,1645524423,47.74305,8.99901\n7333,1645524424,47.74305,8.99901\n7334,1645524425,47.74305,8.99901\n7335,1645524426,47.74305,8.99901\n7336,1645524427,47.74305,8.99901\n7337,1645524428,47.74305,8.99901\n7338,1645524429,47.74305,8.99901\n7339,1645524430,47.74305,8.99901\n7340,1645524431,47.74305,8.99901\n7341,1645524432,47.74305,8.99901\n7342,1645524433,47.74305,8.99901\n7343,1645524434,47.74305,8.99901\n7344,1645524435,47.74305,8.99901\n7345,1645524436,47.74305,8.99901\n7346,1645524437,47.74305,8.99901\n7347,1645524438,47.74305,8.99901\n7348,1645524439,47.74305,8.99901\n7349,1645524440,47.74305,8.99901\n7350,1645524441,47.74305,8.99901\n7351,1645524442,47.74305,8.99901\n7352,1645524443,47.74305,8.99901\n7353,1645524444,47.74305,8.99901\n7354,1645524445,47.74305,8.99901\n7355,1645524446,47.74305,8.99901\n7356,1645524447,47.74305,8.99901\n7357,1645524448,47.74305,8.99901\n7358,1645524449,47.74305,8.99901\n7359,1645524450,47.74305,8.99901\n7360,1645524451,47.74305,8.99901\n7361,1645524452,47.74305,8.99901\n7362,1645524453,47.74305,8.99901\n7363,1645524454,47.74305,8.99901\n7364,1645524455,47.74305,8.99901\n7365,1645524456,47.74305,8.99901\n7366,1645524457,47.74305,8.99901\n7367,1645524458,47.74305,8.99901\n7368,1645524459,47.74305,8.99901\n7369,1645524460,47.74305,8.99901\n7370,1645524461,47.74305,8.99901\n7371,1645524462,47.74305,8.99901\n7372,1645524463,47.74305,8.99901\n7373,1645524464,47.74305,8.99901\n7374,1645524465,47.74305,8.99901\n7375,1645524466,47.74305,8.99901\n7376,1645524467,47.74305,8.99901\n7377,1645524468,47.74305,8.99901\n7378,1645524469,47.74305,8.99901\n7379,1645524470,47.74305,8.99901\n7380,1645524471,47.74305,8.99901\n7381,1645524472,47.74305,8.99901\n7382,1645524473,47.74305,8.99901\n7383,1645524474,47.74305,8.99901\n7384,1645524475,47.74305,8.99901\n7385,1645524476,47.74305,8.99901\n7386,1645524477,47.74305,8.99901\n7387,1645524478,47.74305,8.99901\n7388,1645524479,47.74305,8.99901\n7389,1645524480,47.74305,8.99901\n7390,1645524481,47.74305,8.99901\n7391,1645524482,47.74305,8.99901\n7392,1645524483,47.74305,8.99901\n7393,1645524484,47.74305,8.99901\n7394,1645524485,47.74305,8.99901\n7395,1645524486,47.74305,8.99901\n7396,1645524487,47.74305,8.99901\n7397,1645524488,47.74305,8.99901\n7398,1645524489,47.74305,8.99901\n7399,1645524490,47.74305,8.99901\n7400,1645524491,47.74305,8.99901\n7401,1645524492,47.74305,8.99901\n7402,1645524493,47.74305,8.99901\n7403,1645524494,47.74305,8.99901\n7404,1645524495,47.74305,8.99901\n7405,1645524496,47.74305,8.99901\n7406,1645524497,47.74305,8.99901\n7407,1645524498,47.74305,8.99901\n7408,1645524499,47.74305,8.99901\n7409,1645524500,47.74305,8.99901\n7410,1645524501,47.74305,8.99901\n7411,1645524502,47.74305,8.99901\n7412,1645524503,47.74305,8.99901\n7413,1645524504,47.74305,8.99901\n7414,1645524505,47.74305,8.99901\n7415,1645524506,47.74305,8.99901\n7416,1645524507,47.74305,8.99901\n7417,1645524508,47.74305,8.99901\n7418,1645524509,47.74305,8.99901\n7419,1645524510,47.74305,8.99901\n7420,1645524511,47.74305,8.99901\n7421,1645524512,47.74305,8.99901\n7422,1645524513,47.74305,8.99901\n7423,1645524514,47.74305,8.99901\n7424,1645524515,47.74305,8.99901\n7425,1645524516,47.74305,8.99901\n7426,1645524517,47.74305,8.99901\n7427,1645524518,47.74305,8.99901\n7428,1645524519,47.74305,8.99901\n7429,1645524520,47.74305,8.99901\n7430,1645524521,47.74305,8.99901\n7431,1645524522,47.74305,8.99901\n7432,1645524523,47.74305,8.99901\n7433,1645524524,47.74305,8.99901\n7434,1645524525,47.74305,8.99901\n7435,1645524526,47.74305,8.99901\n7436,1645524527,47.74305,8.99901\n7437,1645524528,47.74305,8.99901\n7438,1645524529,47.74305,8.99901\n7439,1645524530,47.74305,8.99901\n7440,1645524531,47.74305,8.99901\n7441,1645524532,47.74305,8.99901\n7442,1645524533,47.74305,8.99901\n7443,1645524534,47.74305,8.99901\n7444,1645524535,47.74305,8.99901\n7445,1645524536,47.74305,8.99901\n7446,1645524537,47.74305,8.99901\n7447,1645524538,47.74305,8.99901\n7448,1645524539,47.74305,8.99901\n7449,1645524540,47.74305,8.99901\n7450,1645524541,47.74305,8.99901\n7451,1645524542,47.74305,8.99901\n7452,1645524543,47.74305,8.99901\n7453,1645524544,47.74305,8.99901\n7454,1645524545,47.74305,8.99901\n7455,1645524546,47.74305,8.99901\n7456,1645524547,47.74305,8.99901\n7457,1645524548,47.74305,8.99901\n7458,1645524549,47.74304,8.99901\n7459,1645524550,47.74304,8.99901\n7460,1645524551,47.74304,8.99900\n7461,1645524552,47.74304,8.99900\n7462,1645524553,47.74304,8.99900\n7463,1645524554,47.74304,8.99900\n7464,1645524555,47.74304,8.99900\n7465,1645524556,47.74304,8.99900\n7466,1645524557,47.74304,8.99900\n7467,1645524558,47.74304,8.99900\n7468,1645524559,47.74304,8.99900\n7469,1645524560,47.74304,8.99900\n7470,1645524561,47.74304,8.99900\n7471,1645524562,47.74304,8.99900\n7472,1645524563,47.74304,8.99900\n7473,1645524564,47.74304,8.99900\n7474,1645524565,47.74304,8.99900\n7475,1645524566,47.74304,8.99900\n7476,1645524567,47.74304,8.99900\n7477,1645524568,47.74304,8.99900\n7478,1645524569,47.74304,8.99900\n7479,1645524570,47.74304,8.99900\n7480,1645524571,47.74304,8.99900\n7481,1645524572,47.74304,8.99900\n7482,1645524573,47.74304,8.99900\n7483,1645524574,47.74304,8.99900\n7484,1645524575,47.74304,8.99900\n7485,1645524576,47.74304,8.99900\n7486,1645524577,47.74304,8.99900\n7487,1645524578,47.74304,8.99900\n7488,1645524579,47.74304,8.99900\n7489,1645524580,47.74304,8.99900\n7490,1645524581,47.74304,8.99900\n7491,1645524582,47.74304,8.99900\n7492,1645524583,47.74304,8.99900\n7493,1645524584,47.74304,8.99900\n7494,1645524585,47.74304,8.99900\n7495,1645524586,47.74304,8.99900\n7496,1645524587,47.74304,8.99900\n7497,1645524588,47.74304,8.99900\n7498,1645524589,47.74304,8.99900\n7499,1645524590,47.74304,8.99900\n7500,1645524591,47.74304,8.99900\n7501,1645524592,47.74304,8.99900\n7502,1645524593,47.74304,8.99900\n7503,1645524594,47.74304,8.99900\n7504,1645524595,47.74304,8.99900\n7505,1645524596,47.74304,8.99900\n7506,1645524597,47.74304,8.99900\n7507,1645524598,47.74304,8.99900\n7508,1645524599,47.74304,8.99900\n7509,1645524600,47.74304,8.99900\n7510,1645524601,47.74304,8.99900\n7511,1645524602,47.74304,8.99900\n7512,1645524603,47.74304,8.99900\n7513,1645524604,47.74304,8.99900\n7514,1645524605,47.74304,8.99900\n7515,1645524606,47.74304,8.99900\n7516,1645524607,47.74304,8.99900\n7517,1645524608,47.74304,8.99900\n7518,1645524609,47.74304,8.99900\n7519,1645524610,47.74304,8.99900\n7520,1645524611,47.74304,8.99900\n7521,1645524612,47.74304,8.99900\n7522,1645524613,47.74304,8.99900\n7523,1645524614,47.74304,8.99900\n7524,1645524615,47.74304,8.99900\n7525,1645524616,47.74304,8.99900\n7526,1645524617,47.74304,8.99900\n7527,1645524618,47.74304,8.99900\n7528,1645524619,47.74304,8.99900\n7529,1645524620,47.74304,8.99900\n7530,1645524621,47.74304,8.99900\n7531,1645524622,47.74304,8.99900\n7532,1645524623,47.74304,8.99900\n7533,1645524624,47.74304,8.99900\n7534,1645524625,47.74304,8.99900\n7535,1645524626,47.74304,8.99900\n7536,1645524627,47.74304,8.99900\n7537,1645524628,47.74304,8.99900\n7538,1645524629,47.74304,8.99900\n7539,1645524630,47.74304,8.99900\n7540,1645524631,47.74304,8.99900\n7541,1645524632,47.74304,8.99900\n7542,1645524633,47.74304,8.99900\n7543,1645524634,47.74304,8.99900\n7544,1645524635,47.74304,8.99900\n7545,1645524636,47.74304,8.99900\n7546,1645524637,47.74304,8.99900\n7547,1645524638,47.74304,8.99900\n7548,1645524639,47.74304,8.99900\n7549,1645524640,47.74304,8.99900\n7550,1645524641,47.74304,8.99900\n7551,1645524642,47.74304,8.99900\n7552,1645524643,47.74304,8.99900\n7553,1645524644,47.74304,8.99900\n7554,1645524645,47.74304,8.99900\n7555,1645524646,47.74304,8.99900\n7556,1645524647,47.74304,8.99900\n7557,1645524648,47.74304,8.99900\n7558,1645524649,47.74304,8.99900\n7559,1645524650,47.74304,8.99900\n7560,1645524651,47.74304,8.99900\n7561,1645524652,47.74304,8.99900\n7562,1645524653,47.74304,8.99900\n7563,1645524654,47.74304,8.99900\n7564,1645524655,47.74304,8.99900\n7565,1645524656,47.74304,8.99900\n7566,1645524657,47.74304,8.99900\n7567,1645524658,47.74304,8.99900\n7568,1645524659,47.74304,8.99900\n7569,1645524660,47.74304,8.99900\n7570,1645524661,47.74304,8.99900\n7571,1645524662,47.74304,8.99900\n7572,1645524663,47.74304,8.99900\n7573,1645524664,47.74304,8.99900\n7574,1645524665,47.74304,8.99900\n7575,1645524666,47.74304,8.99900\n7576,1645524667,47.74304,8.99900\n7577,1645524668,47.74304,8.99900\n7578,1645524669,47.74304,8.99900\n7579,1645524670,47.74304,8.99900\n7580,1645524671,47.74304,8.99900\n7581,1645524672,47.74304,8.99900\n7582,1645524673,47.74304,8.99900\n7583,1645524674,47.74304,8.99900\n7584,1645524675,47.74304,8.99900\n7585,1645524676,47.74304,8.99900\n7586,1645524677,47.74304,8.99900\n7587,1645524678,47.74304,8.99900\n7588,1645524679,47.74304,8.99900\n7589,1645524680,47.74304,8.99900\n7590,1645524681,47.74304,8.99900\n7591,1645524682,47.74304,8.99900\n7592,1645524683,47.74304,8.99900\n7593,1645524684,47.74304,8.99900\n7594,1645524685,47.74304,8.99900\n7595,1645524686,47.74304,8.99900\n7596,1645524687,47.74304,8.99900\n7597,1645524688,47.74304,8.99900\n7598,1645524689,47.74304,8.99900\n7599,1645524690,47.74304,8.99900\n7600,1645524691,47.74304,8.99900\n7601,1645524692,47.74304,8.99900\n7602,1645524693,47.74304,8.99900\n7603,1645524694,47.74304,8.99900\n7604,1645524695,47.74304,8.99900\n7605,1645524696,47.74304,8.99900\n7606,1645524697,47.74304,8.99900\n7607,1645524698,47.74304,8.99900\n7608,1645524699,47.74304,8.99900\n7609,1645524700,47.74304,8.99900\n7610,1645524701,47.74304,8.99900\n7611,1645524702,47.74304,8.99900\n7612,1645524703,47.74304,8.99900\n7613,1645524704,47.74304,8.99900\n7614,1645524705,47.74304,8.99900\n7615,1645524706,47.74304,8.99900\n7616,1645524707,47.74304,8.99900\n7617,1645524708,47.74304,8.99900\n7618,1645524709,47.74304,8.99900\n7619,1645524710,47.74304,8.99900\n7620,1645524711,47.74304,8.99900\n7621,1645524712,47.74304,8.99900\n7622,1645524713,47.74304,8.99900\n7623,1645524714,47.74304,8.99900\n7624,1645524715,47.74304,8.99900\n7625,1645524716,47.74304,8.99900\n7626,1645524717,47.74304,8.99900\n7627,1645524718,47.74304,8.99900\n7628,1645524719,47.74304,8.99900\n7629,1645524720,47.74304,8.99900\n7630,1645524721,47.74304,8.99900\n7631,1645524722,47.74304,8.99900\n7632,1645524723,47.74304,8.99900\n7633,1645524724,47.74304,8.99900\n7634,1645524725,47.74304,8.99900\n7635,1645524726,47.74304,8.99900\n7636,1645524727,47.74304,8.99900\n7637,1645524728,47.74304,8.99900\n7638,1645524729,47.74304,8.99900\n7639,1645524730,47.74304,8.99900\n7640,1645524731,47.74304,8.99900\n7641,1645524732,47.74304,8.99900\n7642,1645524733,47.74304,8.99900\n7643,1645524734,47.74304,8.99900\n7644,1645524735,47.74304,8.99900\n7645,1645524736,47.74304,8.99900\n7646,1645524737,47.74304,8.99900\n7647,1645524738,47.74304,8.99900\n7648,1645524739,47.74304,8.99900\n7649,1645524740,47.74304,8.99900\n7650,1645524741,47.74304,8.99900\n7651,1645524742,47.74304,8.99900\n7652,1645524743,47.74304,8.99900\n7653,1645524744,47.74304,8.99900\n7654,1645524745,47.74304,8.99900\n7655,1645524746,47.74304,8.99900\n7656,1645524747,47.74304,8.99900\n7657,1645524748,47.74304,8.99900\n7658,1645524749,47.74304,8.99900\n7659,1645524750,47.74304,8.99900\n7660,1645524751,47.74304,8.99900\n7661,1645524752,47.74304,8.99900\n7662,1645524753,47.74304,8.99900\n7663,1645524754,47.74304,8.99900\n7664,1645524755,47.74304,8.99900\n7665,1645524756,47.74304,8.99900\n7666,1645524757,47.74304,8.99900\n7667,1645524758,47.74304,8.99900\n7668,1645524759,47.74304,8.99900\n7669,1645524760,47.74304,8.99900\n7670,1645524761,47.74304,8.99900\n7671,1645524762,47.74304,8.99900\n7672,1645524763,47.74304,8.99900\n7673,1645524764,47.74304,8.99900\n7674,1645524765,47.74304,8.99900\n7675,1645524766,47.74304,8.99900\n7676,1645524767,47.74304,8.99900\n7677,1645524768,47.74304,8.99900\n7678,1645524769,47.74304,8.99900\n7679,1645524770,47.74304,8.99900\n7680,1645524771,47.74304,8.99900\n7681,1645524772,47.74304,8.99900\n7682,1645524773,47.74304,8.99900\n7683,1645524774,47.74304,8.99900\n7684,1645524775,47.74304,8.99900\n7685,1645524776,47.74304,8.99900\n7686,1645524777,47.74304,8.99900\n7687,1645524778,47.74304,8.99900\n7688,1645524779,47.74304,8.99900\n7689,1645524780,47.74304,8.99900\n7690,1645524781,47.74304,8.99900\n7691,1645524782,47.74304,8.99900\n7692,1645524783,47.74304,8.99900\n7693,1645524784,47.74304,8.99900\n7694,1645524785,47.74304,8.99900\n7695,1645524786,47.74304,8.99900\n7696,1645524787,47.74304,8.99900\n7697,1645524788,47.74304,8.99900\n7698,1645524789,47.74304,8.99900\n7699,1645524790,47.74304,8.99900\n7700,1645524791,47.74304,8.99900\n7701,1645524792,47.74304,8.99900\n7702,1645524793,47.74304,8.99900\n7703,1645524794,47.74304,8.99900\n7704,1645524795,47.74304,8.99900\n7705,1645524796,47.74304,8.99900\n7706,1645524797,47.74304,8.99900\n7707,1645524798,47.74304,8.99900\n7708,1645524799,47.74304,8.99900\n7709,1645524800,47.74304,8.99900\n7710,1645524801,47.74304,8.99900\n7711,1645524802,47.74304,8.99900\n7712,1645524803,47.74304,8.99900\n7713,1645524804,47.74304,8.99900\n7714,1645524805,47.74304,8.99900\n7715,1645524806,47.74304,8.99900\n7716,1645524807,47.74304,8.99900\n7717,1645524808,47.74304,8.99900\n7718,1645524809,47.74304,8.99900\n7719,1645524810,47.74304,8.99900\n7720,1645524811,47.74304,8.99900\n7721,1645524812,47.74304,8.99900\n7722,1645524813,47.74304,8.99900\n7723,1645524814,47.74304,8.99900\n7724,1645524815,47.74304,8.99900\n7725,1645524816,47.74304,8.99900\n7726,1645524817,47.74304,8.99900\n7727,1645524818,47.74304,8.99900\n7728,1645524819,47.74304,8.99900\n7729,1645524820,47.74304,8.99900\n7730,1645524821,47.74304,8.99900\n7731,1645524822,47.74304,8.99900\n7732,1645524823,47.74304,8.99900\n7733,1645524824,47.74304,8.99900\n7734,1645524825,47.74304,8.99900\n7735,1645524826,47.74304,8.99900\n7736,1645524827,47.74304,8.99900\n7737,1645524828,47.74304,8.99900\n7738,1645524829,47.74304,8.99900\n7739,1645524830,47.74304,8.99900\n7740,1645524831,47.74304,8.99900\n7741,1645524832,47.74304,8.99900\n7742,1645524833,47.74304,8.99900\n7743,1645524834,47.74304,8.99900\n7744,1645524835,47.74304,8.99900\n7745,1645524836,47.74304,8.99900\n7746,1645524837,47.74304,8.99900\n7747,1645524838,47.74304,8.99900\n7748,1645524839,47.74304,8.99900\n7749,1645524840,47.74304,8.99900\n7750,1645524841,47.74304,8.99900\n7751,1645524842,47.74304,8.99900\n7752,1645524843,47.74304,8.99900\n7753,1645524844,47.74304,8.99900\n7754,1645524845,47.74304,8.99900\n7755,1645524846,47.74304,8.99900\n7756,1645524847,47.74304,8.99900\n7757,1645524848,47.74304,8.99900\n7758,1645524849,47.74304,8.99900\n7759,1645524850,47.74304,8.99900\n7760,1645524851,47.74304,8.99900\n7761,1645524852,47.74304,8.99900\n7762,1645524853,47.74304,8.99900\n7763,1645524854,47.74304,8.99900\n7764,1645524855,47.74304,8.99900\n7765,1645524856,47.74304,8.99900\n7766,1645524857,47.74304,8.99900\n7767,1645524858,47.74304,8.99900\n7768,1645524859,47.74304,8.99900\n7769,1645524860,47.74304,8.99900\n7770,1645524861,47.74304,8.99900\n7771,1645524862,47.74304,8.99900\n7772,1645524863,47.74304,8.99900\n7773,1645524864,47.74304,8.99900\n7774,1645524865,47.74304,8.99900\n7775,1645524866,47.74304,8.99900\n7776,1645524867,47.74304,8.99900\n7777,1645524868,47.74304,8.99900\n7778,1645524869,47.74304,8.99900\n7779,1645524870,47.74304,8.99900\n7780,1645524871,47.74304,8.99900\n7781,1645524872,47.74304,8.99900\n7782,1645524873,47.74304,8.99900\n7783,1645524874,47.74304,8.99900\n7784,1645524875,47.74304,8.99900\n7785,1645524876,47.74304,8.99900\n7786,1645524877,47.74304,8.99900\n7787,1645524878,47.74304,8.99900\n7788,1645524879,47.74304,8.99900\n7789,1645524880,47.74304,8.99900\n7790,1645524881,47.74304,8.99900\n7791,1645524882,47.74304,8.99900\n7792,1645524883,47.74304,8.99900\n7793,1645524884,47.74304,8.99900\n7794,1645524885,47.74304,8.99900\n7795,1645524886,47.74304,8.99900\n7796,1645524887,47.74304,8.99900\n7797,1645524888,47.74304,8.99900\n7798,1645524889,47.74304,8.99900\n7799,1645524890,47.74304,8.99900\n7800,1645524891,47.74304,8.99900\n7801,1645524892,47.74304,8.99900\n7802,1645524893,47.74304,8.99900\n7803,1645524894,47.74304,8.99900\n7804,1645524895,47.74304,8.99900\n7805,1645524896,47.74304,8.99900\n7806,1645524897,47.74304,8.99900\n7807,1645524898,47.74304,8.99900\n7808,1645524899,47.74304,8.99900\n7809,1645524900,47.74304,8.99900\n7810,1645524901,47.74304,8.99900\n7811,1645524902,47.74304,8.99900\n7812,1645524903,47.74304,8.99900\n7813,1645524904,47.74304,8.99900\n7814,1645524905,47.74304,8.99900\n7815,1645524906,47.74304,8.99900\n7816,1645524907,47.74304,8.99900\n7817,1645524908,47.74304,8.99900\n7818,1645524909,47.74304,8.99900\n7819,1645524910,47.74304,8.99900\n7820,1645524911,47.74304,8.99900\n7821,1645524912,47.74304,8.99900\n7822,1645524913,47.74304,8.99900\n7823,1645524914,47.74304,8.99900\n7824,1645524915,47.74304,8.99900\n7825,1645524916,47.74304,8.99900\n7826,1645524917,47.74304,8.99900\n7827,1645524918,47.74304,8.99900\n7828,1645524919,47.74304,8.99900\n7829,1645524920,47.74304,8.99900\n7830,1645524921,47.74304,8.99900\n7831,1645524922,47.74304,8.99900\n7832,1645524923,47.74304,8.99900\n7833,1645524924,47.74304,8.99900\n7834,1645524925,47.74304,8.99900\n7835,1645524926,47.74304,8.99900\n7836,1645524927,47.74304,8.99900\n7837,1645524928,47.74304,8.99900\n7838,1645524929,47.74304,8.99900\n7839,1645524930,47.74304,8.99900\n7840,1645524931,47.74304,8.99900\n7841,1645524932,47.74304,8.99900\n7842,1645524933,47.74304,8.99900\n7843,1645524934,47.74304,8.99900\n7844,1645524935,47.74304,8.99900\n7845,1645524936,47.74304,8.99900\n7846,1645524937,47.74304,8.99900\n7847,1645524938,47.74304,8.99900\n7848,1645524939,47.74304,8.99900\n7849,1645524940,47.74304,8.99900\n7850,1645524941,47.74304,8.99900\n7851,1645524942,47.74304,8.99900\n7852,1645524943,47.74304,8.99900\n7853,1645524944,47.74304,8.99900\n7854,1645524945,47.74304,8.99900\n7855,1645524946,47.74304,8.99900\n7856,1645524947,47.74304,8.99900\n7857,1645524948,47.74304,8.99900\n7858,1645524949,47.74304,8.99900\n7859,1645524950,47.74304,8.99900\n7860,1645524951,47.74304,8.99900\n7861,1645524952,47.74304,8.99900\n7862,1645524953,47.74304,8.99900\n7863,1645524954,47.74304,8.99900\n7864,1645524955,47.74304,8.99900\n7865,1645524956,47.74304,8.99900\n7866,1645524957,47.74304,8.99900\n7867,1645524958,47.74304,8.99900\n7868,1645524959,47.74304,8.99900\n7869,1645524960,47.74304,8.99900\n7870,1645524961,47.74304,8.99900\n7871,1645524962,47.74304,8.99900\n7872,1645524963,47.74304,8.99900\n7873,1645524964,47.74304,8.99900\n7874,1645524965,47.74304,8.99900\n7875,1645524966,47.74304,8.99900\n7876,1645524967,47.74304,8.99900\n7877,1645524968,47.74304,8.99900\n7878,1645524969,47.74304,8.99900\n7879,1645524970,47.74304,8.99900\n7880,1645524971,47.74304,8.99900\n7881,1645524972,47.74304,8.99900\n7882,1645524973,47.74304,8.99900\n7883,1645524974,47.74304,8.99900\n7884,1645524975,47.74304,8.99900\n7885,1645524976,47.74304,8.99900\n7886,1645524977,47.74304,8.99900\n7887,1645524978,47.74304,8.99900\n7888,1645524979,47.74304,8.99900\n7889,1645524980,47.74304,8.99900\n7890,1645524981,47.74304,8.99900\n7891,1645524982,47.74304,8.99900\n7892,1645524983,47.74304,8.99900\n7893,1645524984,47.74304,8.99900\n7894,1645524985,47.74304,8.99900\n7895,1645524986,47.74304,8.99900\n7896,1645524987,47.74304,8.99900\n7897,1645524988,47.74304,8.99900\n7898,1645524989,47.74304,8.99900\n7899,1645524990,47.74304,8.99900\n7900,1645524991,47.74304,8.99900\n7901,1645524992,47.74304,8.99900\n7902,1645524993,47.74304,8.99900\n7903,1645524994,47.74304,8.99900\n7904,1645524995,47.74304,8.99900\n7905,1645524996,47.74304,8.99900\n7906,1645524997,47.74304,8.99900\n7907,1645524998,47.74304,8.99900\n7908,1645524999,47.74304,8.99900\n7909,1645525000,47.74304,8.99900\n7910,1645525001,47.74304,8.99900\n7911,1645525002,47.74304,8.99900\n7912,1645525003,47.74304,8.99900\n7913,1645525004,47.74304,8.99900\n7914,1645525005,47.74304,8.99900\n7915,1645525006,47.74304,8.99900\n7916,1645525007,47.74304,8.99900\n7917,1645525008,47.74304,8.99900\n7918,1645525009,47.74304,8.99900\n7919,1645525010,47.74304,8.99900\n7920,1645525011,47.74304,8.99900\n7921,1645525012,47.74304,8.99900\n7922,1645525013,47.74304,8.99900\n7923,1645525014,47.74304,8.99900\n7924,1645525015,47.74304,8.99900\n7925,1645525016,47.74304,8.99900\n7926,1645525017,47.74304,8.99900\n7927,1645525018,47.74304,8.99900\n7928,1645525019,47.74304,8.99900\n7929,1645525020,47.74304,8.99900\n7930,1645525021,47.74304,8.99900\n7931,1645525022,47.74304,8.99900\n7932,1645525023,47.74304,8.99900\n7933,1645525024,47.74304,8.99900\n7934,1645525025,47.74304,8.99900\n7935,1645525026,47.74304,8.99900\n7936,1645525027,47.74304,8.99900\n7937,1645525028,47.74304,8.99900\n7938,1645525029,47.74304,8.99900\n7939,1645525030,47.74304,8.99900\n7940,1645525031,47.74304,8.99900\n7941,1645525032,47.74304,8.99900\n7942,1645525033,47.74304,8.99900\n7943,1645525034,47.74304,8.99900\n7944,1645525035,47.74304,8.99900\n7945,1645525036,47.74304,8.99900\n7946,1645525037,47.74304,8.99900\n7947,1645525038,47.74304,8.99900\n7948,1645525039,47.74304,8.99900\n7949,1645525040,47.74304,8.99900\n7950,1645525041,47.74304,8.99900\n7951,1645525042,47.74304,8.99900\n7952,1645525043,47.74304,8.99900\n7953,1645525044,47.74304,8.99900\n7954,1645525045,47.74304,8.99900\n7955,1645525046,47.74304,8.99900\n7956,1645525047,47.74304,8.99900\n7957,1645525048,47.74304,8.99900\n7958,1645525049,47.74304,8.99900\n7959,1645525050,47.74304,8.99900\n7960,1645525051,47.74304,8.99900\n7961,1645525052,47.74304,8.99900\n7962,1645525053,47.74304,8.99900\n7963,1645525054,47.74304,8.99900\n7964,1645525055,47.74304,8.99900\n7965,1645525056,47.74304,8.99900\n7966,1645525057,47.74304,8.99900\n7967,1645525058,47.74304,8.99900\n7968,1645525059,47.74304,8.99900\n7969,1645525060,47.74304,8.99900\n7970,1645525061,47.74304,8.99900\n7971,1645525062,47.74304,8.99900\n7972,1645525063,47.74304,8.99900\n7973,1645525064,47.74304,8.99900\n7974,1645525065,47.74304,8.99900\n7975,1645525066,47.74304,8.99900\n7976,1645525067,47.74304,8.99900\n7977,1645525068,47.74304,8.99900\n7978,1645525069,47.74304,8.99900\n7979,1645525070,47.74304,8.99900\n7980,1645525071,47.74304,8.99900\n7981,1645525072,47.74304,8.99900\n7982,1645525073,47.74304,8.99900\n7983,1645525074,47.74304,8.99900\n7984,1645525075,47.74304,8.99900\n7985,1645525076,47.74304,8.99900\n7986,1645525077,47.74304,8.99900\n7987,1645525078,47.74304,8.99900\n7988,1645525079,47.74304,8.99900\n7989,1645525080,47.74304,8.99900\n7990,1645525081,47.74304,8.99900\n7991,1645525082,47.74304,8.99900\n7992,1645525083,47.74304,8.99900\n7993,1645525084,47.74304,8.99900\n7994,1645525085,47.74304,8.99900\n7995,1645525086,47.74304,8.99900\n7996,1645525087,47.74304,8.99900\n7997,1645525088,47.74304,8.99900\n7998,1645525089,47.74304,8.99900\n7999,1645525090,47.74304,8.99900\n8000,1645525091,47.74304,8.99900\n8001,1645525092,47.74304,8.99900\n8002,1645525093,47.74304,8.99900\n8003,1645525094,47.74304,8.99900\n8004,1645525095,47.74304,8.99900\n8005,1645525096,47.74304,8.99900\n8006,1645525097,47.74304,8.99900\n8007,1645525098,47.74304,8.99900\n8008,1645525099,47.74304,8.99900\n8009,1645525100,47.74304,8.99900\n8010,1645525101,47.74304,8.99900\n8011,1645525102,47.74304,8.99900\n8012,1645525103,47.74304,8.99900\n8013,1645525104,47.74304,8.99900\n8014,1645525105,47.74304,8.99900\n8015,1645525106,47.74304,8.99900\n8016,1645525107,47.74304,8.99900\n8017,1645525108,47.74304,8.99900\n8018,1645525109,47.74304,8.99900\n8019,1645525110,47.74304,8.99900\n8020,1645525111,47.74304,8.99900\n8021,1645525112,47.74304,8.99900\n8022,1645525113,47.74304,8.99900\n8023,1645525114,47.74304,8.99900\n8024,1645525115,47.74304,8.99900\n8025,1645525116,47.74304,8.99900\n8026,1645525117,47.74304,8.99900\n8027,1645525118,47.74304,8.99900\n8028,1645525119,47.74304,8.99900\n8029,1645525120,47.74304,8.99900\n8030,1645525121,47.74304,8.99900\n8031,1645525122,47.74304,8.99900\n8032,1645525123,47.74304,8.99900\n8033,1645525124,47.74304,8.99900\n8034,1645525125,47.74304,8.99900\n8035,1645525126,47.74304,8.99900\n8036,1645525127,47.74304,8.99900\n8037,1645525128,47.74304,8.99900\n8038,1645525129,47.74304,8.99900\n8039,1645525130,47.74304,8.99900\n8040,1645525131,47.74304,8.99900\n8041,1645525132,47.74304,8.99900\n8042,1645525133,47.74304,8.99900\n8043,1645525134,47.74304,8.99900\n8044,1645525135,47.74304,8.99900\n8045,1645525136,47.74304,8.99900\n8046,1645525137,47.74304,8.99900\n8047,1645525138,47.74304,8.99900\n8048,1645525139,47.74304,8.99900\n8049,1645525140,47.74304,8.99900\n8050,1645525141,47.74304,8.99900\n8051,1645525142,47.74304,8.99900\n8052,1645525143,47.74304,8.99900\n8053,1645525144,47.74304,8.99900\n8054,1645525145,47.74304,8.99900\n8055,1645525146,47.74304,8.99900\n8056,1645525147,47.74304,8.99900\n8057,1645525148,47.74304,8.99900\n8058,1645525149,47.74304,8.99900\n8059,1645525150,47.74304,8.99900\n8060,1645525151,47.74304,8.99900\n8061,1645525152,47.74304,8.99900\n8062,1645525153,47.74304,8.99900\n8063,1645525154,47.74304,8.99900\n8064,1645525155,47.74304,8.99900\n8065,1645525156,47.74304,8.99900\n8066,1645525157,47.74304,8.99900\n8067,1645525158,47.74304,8.99900\n8068,1645525159,47.74304,8.99900\n8069,1645525160,47.74304,8.99900\n8070,1645525161,47.74304,8.99900\n8071,1645525162,47.74304,8.99900\n8072,1645525163,47.74304,8.99900\n8073,1645525164,47.74304,8.99900\n8074,1645525165,47.74304,8.99900\n8075,1645525166,47.74304,8.99900\n8076,1645525167,47.74304,8.99900\n8077,1645525168,47.74304,8.99900\n8078,1645525169,47.74304,8.99900\n8079,1645525170,47.74304,8.99900\n8080,1645525171,47.74304,8.99900\n8081,1645525172,47.74304,8.99900\n8082,1645525173,47.74304,8.99900\n8083,1645525174,47.74304,8.99900\n8084,1645525175,47.74304,8.99900\n8085,1645525176,47.74304,8.99900\n8086,1645525177,47.74304,8.99900\n8087,1645525178,47.74304,8.99900\n8088,1645525179,47.74304,8.99900\n8089,1645525180,47.74304,8.99900\n8090,1645525181,47.74304,8.99900\n8091,1645525182,47.74304,8.99900\n8092,1645525183,47.74304,8.99900\n8093,1645525184,47.74304,8.99900\n8094,1645525185,47.74304,8.99900\n8095,1645525186,47.74305,8.99900\n8096,1645525187,47.74304,8.99900\n8097,1645525188,47.74304,8.99900\n8098,1645525189,47.74305,8.99899\n8099,1645525190,47.74305,8.99899\n8100,1645525191,47.74305,8.99899\n8101,1645525192,47.74305,8.99899\n8102,1645525193,47.74305,8.99899\n8103,1645525194,47.74305,8.99899\n8104,1645525195,47.74305,8.99899\n8105,1645525196,47.74305,8.99899\n8106,1645525197,47.74305,8.99899\n8107,1645525198,47.74305,8.99899\n8108,1645525199,47.74305,8.99899\n8109,1645525200,47.74305,8.99899\n8110,1645525201,47.74305,8.99899\n8111,1645525202,47.74305,8.99899\n8112,1645525203,47.74305,8.99899\n8113,1645525204,47.74305,8.99899\n8114,1645525205,47.74305,8.99899\n8115,1645525206,47.74305,8.99899\n8116,1645525207,47.74305,8.99899\n8117,1645525208,47.74305,8.99899\n8118,1645525209,47.74305,8.99899\n8119,1645525210,47.74305,8.99899\n8120,1645525211,47.74305,8.99899\n8121,1645525212,47.74305,8.99899\n8122,1645525213,47.74305,8.99899\n8123,1645525214,47.74305,8.99899\n8124,1645525215,47.74305,8.99899\n8125,1645525216,47.74305,8.99899\n8126,1645525217,47.74305,8.99899\n8127,1645525218,47.74305,8.99899\n8128,1645525219,47.74305,8.99899\n8129,1645525220,47.74305,8.99899\n8130,1645525221,47.74305,8.99899\n8131,1645525222,47.74305,8.99899\n8132,1645525223,47.74305,8.99899\n8133,1645525224,47.74305,8.99899\n8134,1645525225,47.74305,8.99899\n8135,1645525226,47.74305,8.99899\n8136,1645525227,47.74305,8.99899\n8137,1645525228,47.74305,8.99899\n8138,1645525229,47.74305,8.99899\n8139,1645525230,47.74305,8.99899\n8140,1645525231,47.74305,8.99899\n8141,1645525232,47.74305,8.99899\n8142,1645525233,47.74305,8.99899\n8143,1645525234,47.74305,8.99899\n8144,1645525235,47.74305,8.99899\n8145,1645525236,47.74305,8.99899\n8146,1645525237,47.74305,8.99899\n8147,1645525238,47.74305,8.99899\n8148,1645525239,47.74305,8.99899\n8149,1645525240,47.74305,8.99899\n8150,1645525241,47.74305,8.99899\n8151,1645525242,47.74305,8.99899\n8152,1645525243,47.74304,8.99899\n8153,1645525244,47.74304,8.99899\n8154,1645525245,47.74304,8.99899\n8155,1645525246,47.74304,8.99899\n8156,1645525247,47.74304,8.99899\n8157,1645525248,47.74304,8.99899\n8158,1645525249,47.74304,8.99899\n8159,1645525250,47.74304,8.99899\n8160,1645525251,47.74304,8.99899\n8161,1645525252,47.74304,8.99899\n8162,1645525253,47.74304,8.99899\n8163,1645525254,47.74304,8.99899\n8164,1645525255,47.74304,8.99899\n8165,1645525256,47.74304,8.99899\n8166,1645525257,47.74304,8.99899\n8167,1645525258,47.74304,8.99899\n8168,1645525259,47.74304,8.99899\n8169,1645525260,47.74304,8.99899\n8170,1645525261,47.74304,8.99899\n8171,1645525262,47.74304,8.99899\n8172,1645525263,47.74304,8.99899\n8173,1645525264,47.74304,8.99899\n8174,1645525265,47.74304,8.99899\n8175,1645525266,47.74304,8.99899\n8176,1645525267,47.74304,8.99899\n8177,1645525268,47.74304,8.99899\n8178,1645525269,47.74304,8.99899\n8179,1645525270,47.74304,8.99899\n8180,1645525271,47.74304,8.99899\n8181,1645525272,47.74304,8.99899\n8182,1645525273,47.74304,8.99899\n8183,1645525274,47.74304,8.99899\n8184,1645525275,47.74304,8.99899\n8185,1645525276,47.74304,8.99899\n8186,1645525277,47.74304,8.99899\n8187,1645525278,47.74304,8.99899\n8188,1645525279,47.74304,8.99899\n8189,1645525280,47.74304,8.99899\n8190,1645525281,47.74304,8.99899\n8191,1645525282,47.74304,8.99899\n8192,1645525283,47.74304,8.99899\n8193,1645525284,47.74304,8.99899\n8194,1645525285,47.74304,8.99899\n8195,1645525286,47.74304,8.99899\n8196,1645525287,47.74304,8.99899\n8197,1645525288,47.74304,8.99899\n8198,1645525289,47.74304,8.99900\n8199,1645525290,47.74304,8.99900\n8200,1645525291,47.74304,8.99900\n8201,1645525292,47.74304,8.99900\n8202,1645525293,47.74304,8.99900\n8203,1645525294,47.74304,8.99900\n8204,1645525295,47.74304,8.99900\n8205,1645525296,47.74304,8.99900\n8206,1645525297,47.74304,8.99900\n8207,1645525298,47.74304,8.99900\n8208,1645525299,47.74304,8.99900\n8209,1645525300,47.74304,8.99900\n8210,1645525301,47.74304,8.99900\n8211,1645525302,47.74304,8.99900\n8212,1645525303,47.74304,8.99900\n8213,1645525304,47.74304,8.99900\n8214,1645525305,47.74304,8.99900\n8215,1645525306,47.74304,8.99900\n8216,1645525307,47.74304,8.99900\n8217,1645525308,47.74304,8.99900\n8218,1645525309,47.74304,8.99900\n8219,1645525310,47.74304,8.99900\n8220,1645525311,47.74304,8.99900\n8221,1645525312,47.74304,8.99900\n8222,1645525313,47.74304,8.99900\n8223,1645525314,47.74304,8.99900\n8224,1645525315,47.74304,8.99900\n8225,1645525316,47.74304,8.99900\n8226,1645525317,47.74304,8.99900\n8227,1645525318,47.74304,8.99900\n8228,1645525319,47.74304,8.99900\n8229,1645525320,47.74304,8.99900\n8230,1645525321,47.74304,8.99900\n8231,1645525322,47.74304,8.99900\n8232,1645525323,47.74304,8.99900\n8233,1645525324,47.74304,8.99900\n8234,1645525325,47.74304,8.99900\n8235,1645525326,47.74304,8.99900\n8236,1645525327,47.74304,8.99900\n8237,1645525328,47.74304,8.99900\n8238,1645525329,47.74304,8.99900\n8239,1645525330,47.74304,8.99900\n8240,1645525331,47.74304,8.99900\n8241,1645525332,47.74304,8.99900\n8242,1645525333,47.74304,8.99900\n8243,1645525334,47.74304,8.99900\n8244,1645525335,47.74304,8.99900\n8245,1645525336,47.74304,8.99900\n8246,1645525337,47.74304,8.99900\n8247,1645525338,47.74304,8.99900\n8248,1645525339,47.74304,8.99900\n8249,1645525340,47.74304,8.99900\n8250,1645525341,47.74304,8.99900\n8251,1645525342,47.74304,8.99900\n8252,1645525343,47.74304,8.99900\n8253,1645525344,47.74304,8.99900\n8254,1645525345,47.74304,8.99900\n8255,1645525346,47.74304,8.99900\n8256,1645525347,47.74304,8.99900\n8257,1645525348,47.74304,8.99900\n8258,1645525349,47.74304,8.99900\n8259,1645525350,47.74304,8.99900\n8260,1645525351,47.74304,8.99900\n8261,1645525352,47.74304,8.99900\n8262,1645525353,47.74304,8.99900\n8263,1645525354,47.74304,8.99900\n8264,1645525355,47.74304,8.99900\n8265,1645525356,47.74304,8.99900\n8266,1645525357,47.74304,8.99900\n8267,1645525358,47.74304,8.99900\n8268,1645525359,47.74304,8.99900\n8269,1645525360,47.74304,8.99900\n8270,1645525361,47.74304,8.99900\n8271,1645525362,47.74304,8.99900\n8272,1645525363,47.74304,8.99900\n8273,1645525364,47.74304,8.99900\n8274,1645525365,47.74304,8.99900\n8275,1645525366,47.74304,8.99900\n8276,1645525367,47.74304,8.99900\n8277,1645525368,47.74304,8.99900\n8278,1645525369,47.74304,8.99900\n8279,1645525370,47.74304,8.99900\n8280,1645525371,47.74304,8.99900\n8281,1645525372,47.74304,8.99900\n8282,1645525373,47.74304,8.99900\n8283,1645525374,47.74304,8.99900\n8284,1645525375,47.74304,8.99900\n8285,1645525376,47.74304,8.99900\n8286,1645525377,47.74304,8.99900\n8287,1645525378,47.74304,8.99900\n8288,1645525379,47.74304,8.99900\n8289,1645525380,47.74304,8.99900\n8290,1645525381,47.74304,8.99900\n8291,1645525382,47.74304,8.99900\n8292,1645525383,47.74304,8.99900\n8293,1645525384,47.74304,8.99900\n8294,1645525385,47.74304,8.99900\n8295,1645525386,47.74304,8.99900\n8296,1645525387,47.74304,8.99900\n8297,1645525388,47.74304,8.99900\n8298,1645525389,47.74304,8.99900\n8299,1645525390,47.74304,8.99900\n8300,1645525391,47.74304,8.99900\n8301,1645525392,47.74304,8.99900\n8302,1645525393,47.74304,8.99900\n8303,1645525394,47.74304,8.99900\n8304,1645525395,47.74304,8.99900\n8305,1645525396,47.74304,8.99900\n8306,1645525397,47.74304,8.99900\n8307,1645525398,47.74304,8.99900\n8308,1645525399,47.74304,8.99900\n8309,1645525400,47.74304,8.99900\n8310,1645525401,47.74304,8.99900\n8311,1645525402,47.74304,8.99900\n8312,1645525403,47.74304,8.99900\n8313,1645525404,47.74304,8.99900\n8314,1645525405,47.74304,8.99900\n8315,1645525406,47.74304,8.99900\n8316,1645525407,47.74304,8.99900\n8317,1645525408,47.74304,8.99900\n8318,1645525409,47.74304,8.99900\n8319,1645525410,47.74304,8.99900\n8320,1645525411,47.74304,8.99900\n8321,1645525412,47.74304,8.99900\n8322,1645525413,47.74304,8.99900\n8323,1645525414,47.74304,8.99900\n8324,1645525415,47.74304,8.99900\n8325,1645525416,47.74304,8.99900\n8326,1645525417,47.74304,8.99900\n8327,1645525418,47.74304,8.99900\n8328,1645525419,47.74304,8.99900\n8329,1645525420,47.74304,8.99900\n8330,1645525421,47.74304,8.99900\n8331,1645525422,47.74304,8.99900\n8332,1645525423,47.74304,8.99900\n8333,1645525424,47.74304,8.99900\n8334,1645525425,47.74304,8.99900\n8335,1645525426,47.74304,8.99900\n8336,1645525427,47.74304,8.99900\n8337,1645525428,47.74304,8.99900\n8338,1645525429,47.74304,8.99900\n8339,1645525430,47.74303,8.99900\n8340,1645525431,47.74304,8.99900\n8341,1645525432,47.74304,8.99900\n8342,1645525433,47.74304,8.99900\n8343,1645525434,47.74303,8.99900\n8344,1645525435,47.74303,8.99900\n8345,1645525436,47.74303,8.99900\n8346,1645525437,47.74303,8.99900\n8347,1645525438,47.74303,8.99900\n8348,1645525439,47.74303,8.99900\n8349,1645525440,47.74303,8.99900\n8350,1645525441,47.74303,8.99900\n8351,1645525442,47.74302,8.99899\n8352,1645525443,47.74302,8.99899\n8353,1645525444,47.74302,8.99899\n8354,1645525445,47.74302,8.99900\n8355,1645525446,47.74302,8.99900\n8356,1645525447,47.74301,8.99900\n8357,1645525448,47.74301,8.99900\n8358,1645525449,47.74301,8.99900\n8359,1645525450,47.74301,8.99900\n8360,1645525451,47.74301,8.99900\n8361,1645525452,47.74301,8.99900\n8362,1645525453,47.74301,8.99900\n8363,1645525454,47.74301,8.99900\n8364,1645525455,47.74301,8.99900\n8365,1645525456,47.74301,8.99900\n8366,1645525457,47.74301,8.99900\n8367,1645525458,47.74301,8.99900\n8368,1645525459,47.74301,8.99900\n8369,1645525460,47.74301,8.99900\n8370,1645525461,47.74302,8.99900\n8371,1645525462,47.74302,8.99900\n8372,1645525463,47.74302,8.99900\n8373,1645525464,47.74302,8.99900\n8374,1645525465,47.74302,8.99900\n8375,1645525466,47.74302,8.99900\n8376,1645525467,47.74302,8.99900\n8377,1645525468,47.74302,8.99900\n8378,1645525469,47.74302,8.99900\n8379,1645525470,47.74302,8.99900\n8380,1645525471,47.74302,8.99900\n8381,1645525472,47.74301,8.99900\n8382,1645525473,47.74301,8.99900\n8383,1645525474,47.74301,8.99900\n8384,1645525475,47.74301,8.99900\n8385,1645525476,47.74301,8.99900\n8386,1645525477,47.74301,8.99900\n8387,1645525478,47.74301,8.99900\n8388,1645525479,47.74301,8.99900\n8389,1645525480,47.74301,8.99900\n8390,1645525481,47.74301,8.99900\n8391,1645525482,47.74301,8.99900\n8392,1645525483,47.74301,8.99900\n8393,1645525484,47.74301,8.99900\n8394,1645525485,47.74301,8.99900\n8395,1645525486,47.74301,8.99900\n8396,1645525487,47.74301,8.99900\n8397,1645525488,47.74301,8.99900\n8398,1645525489,47.74301,8.99900\n8399,1645525490,47.74301,8.99900\n8400,1645525491,47.74301,8.99900\n8401,1645525492,47.74301,8.99900\n8402,1645525493,47.74301,8.99900\n8403,1645525494,47.74301,8.99900\n8404,1645525495,47.74301,8.99900\n8405,1645525496,47.74301,8.99900\n8406,1645525497,47.74301,8.99900\n8407,1645525498,47.74301,8.99900\n8408,1645525499,47.74301,8.99900\n8409,1645525500,47.74301,8.99900\n8410,1645525501,47.74301,8.99900\n8411,1645525502,47.74301,8.99900\n8412,1645525503,47.74301,8.99900\n8413,1645525504,47.74301,8.99900\n8414,1645525505,47.74301,8.99900\n8415,1645525506,47.74301,8.99900\n8416,1645525507,47.74301,8.99900\n8417,1645525508,47.74301,8.99900\n8418,1645525509,47.74301,8.99900\n8419,1645525510,47.74301,8.99900\n8420,1645525511,47.74301,8.99900\n8421,1645525512,47.74301,8.99900\n8422,1645525513,47.74301,8.99900\n8423,1645525514,47.74301,8.99900\n8424,1645525515,47.74301,8.99900\n8425,1645525516,47.74301,8.99900\n8426,1645525517,47.74301,8.99900\n8427,1645525518,47.74301,8.99900\n8428,1645525519,47.74301,8.99900\n8429,1645525520,47.74301,8.99900\n8430,1645525521,47.74301,8.99900\n8431,1645525522,47.74301,8.99900\n8432,1645525523,47.74301,8.99900\n8433,1645525524,47.74301,8.99900\n8434,1645525525,47.74301,8.99900\n8435,1645525526,47.74301,8.99900\n8436,1645525527,47.74301,8.99900\n8437,1645525528,47.74301,8.99900\n8438,1645525529,47.74301,8.99900\n8439,1645525530,47.74301,8.99900\n8440,1645525531,47.74301,8.99900\n8441,1645525532,47.74301,8.99900\n8442,1645525533,47.74301,8.99900\n8443,1645525534,47.74301,8.99900\n8444,1645525535,47.74301,8.99900\n8445,1645525536,47.74301,8.99900\n8446,1645525537,47.74301,8.99900\n8447,1645525538,47.74301,8.99900\n8448,1645525539,47.74301,8.99900\n8449,1645525540,47.74301,8.99900\n8450,1645525541,47.74301,8.99900\n8451,1645525542,47.74301,8.99900\n8452,1645525543,47.74301,8.99900\n8453,1645525544,47.74301,8.99900\n8454,1645525545,47.74301,8.99900\n8455,1645525546,47.74301,8.99900\n8456,1645525547,47.74301,8.99900\n8457,1645525548,47.74301,8.99900\n8458,1645525549,47.74301,8.99900\n8459,1645525550,47.74301,8.99900\n8460,1645525551,47.74301,8.99900\n8461,1645525552,47.74301,8.99900\n8462,1645525553,47.74301,8.99900\n8463,1645525554,47.74301,8.99900\n8464,1645525555,47.74301,8.99900\n8465,1645525556,47.74301,8.99900\n8466,1645525557,47.74301,8.99900\n8467,1645525558,47.74301,8.99900\n8468,1645525559,47.74301,8.99900\n8469,1645525560,47.74301,8.99900\n8470,1645525561,47.74301,8.99900\n8471,1645525562,47.74301,8.99900\n8472,1645525563,47.74301,8.99900\n8473,1645525564,47.74301,8.99900\n8474,1645525565,47.74301,8.99900\n8475,1645525566,47.74301,8.99900\n8476,1645525567,47.74301,8.99900\n8477,1645525568,47.74301,8.99900\n8478,1645525569,47.74301,8.99900\n8479,1645525570,47.74301,8.99900\n8480,1645525571,47.74301,8.99900\n8481,1645525572,47.74301,8.99900\n8482,1645525573,47.74301,8.99900\n8483,1645525574,47.74301,8.99900\n8484,1645525575,47.74301,8.99900\n8485,1645525576,47.74301,8.99900\n8486,1645525577,47.74301,8.99900\n8487,1645525578,47.74301,8.99900\n8488,1645525579,47.74301,8.99900\n8489,1645525580,47.74301,8.99900\n8490,1645525581,47.74301,8.99900\n8491,1645525582,47.74301,8.99900\n8492,1645525583,47.74301,8.99900\n8493,1645525584,47.74301,8.99900\n8494,1645525585,47.74301,8.99900\n8495,1645525586,47.74301,8.99900\n8496,1645525587,47.74301,8.99900\n8497,1645525588,47.74301,8.99900\n8498,1645525589,47.74301,8.99900\n8499,1645525590,47.74301,8.99900\n8500,1645525591,47.74301,8.99900\n8501,1645525592,47.74301,8.99900\n8502,1645525593,47.74301,8.99900\n8503,1645525594,47.74301,8.99900\n8504,1645525595,47.74301,8.99900\n8505,1645525596,47.74301,8.99900\n8506,1645525597,47.74301,8.99900\n8507,1645525598,47.74301,8.99900\n8508,1645525599,47.74301,8.99900\n8509,1645525600,47.74301,8.99900\n8510,1645525601,47.74301,8.99900\n8511,1645525602,47.74301,8.99900\n8512,1645525603,47.74301,8.99900\n8513,1645525604,47.74301,8.99900\n8514,1645525605,47.74301,8.99900\n8515,1645525606,47.74301,8.99900\n8516,1645525607,47.74301,8.99900\n8517,1645525608,47.74301,8.99900\n8518,1645525609,47.74301,8.99900\n8519,1645525610,47.74301,8.99900\n8520,1645525611,47.74301,8.99900\n8521,1645525612,47.74301,8.99900\n8522,1645525613,47.74301,8.99900\n8523,1645525614,47.74301,8.99900\n8524,1645525615,47.74301,8.99900\n8525,1645525616,47.74301,8.99900\n8526,1645525617,47.74301,8.99900\n8527,1645525618,47.74301,8.99900\n8528,1645525619,47.74301,8.99900\n8529,1645525620,47.74301,8.99900\n8530,1645525621,47.74301,8.99900\n8531,1645525622,47.74301,8.99900\n8532,1645525623,47.74301,8.99900\n8533,1645525624,47.74301,8.99900\n8534,1645525625,47.74301,8.99900\n8535,1645525626,47.74301,8.99900\n8536,1645525627,47.74301,8.99900\n8537,1645525628,47.74301,8.99900\n8538,1645525629,47.74301,8.99900\n8539,1645525630,47.74301,8.99900\n8540,1645525631,47.74301,8.99900\n8541,1645525632,47.74301,8.99900\n8542,1645525633,47.74301,8.99900\n8543,1645525634,47.74301,8.99900\n8544,1645525635,47.74301,8.99900\n8545,1645525636,47.74301,8.99900\n8546,1645525637,47.74301,8.99900\n8547,1645525638,47.74301,8.99900\n8548,1645525639,47.74301,8.99900\n8549,1645525640,47.74301,8.99900\n8550,1645525641,47.74301,8.99900\n8551,1645525642,47.74301,8.99900\n8552,1645525643,47.74301,8.99900\n8553,1645525644,47.74301,8.99900\n8554,1645525645,47.74301,8.99900\n8555,1645525646,47.74301,8.99900\n8556,1645525647,47.74301,8.99900\n8557,1645525648,47.74301,8.99900\n8558,1645525649,47.74301,8.99900\n8559,1645525650,47.74301,8.99900\n8560,1645525651,47.74301,8.99901\n8561,1645525652,47.74302,8.99901\n8562,1645525653,47.74302,8.99901\n8563,1645525654,47.74302,8.99901\n8564,1645525655,47.74302,8.99901\n8565,1645525656,47.74302,8.99901\n8566,1645525657,47.74302,8.99901\n8567,1645525658,47.74303,8.99901\n8568,1645525659,47.74303,8.99900\n8569,1645525660,47.74303,8.99901\n8570,1645525661,47.74303,8.99901\n8571,1645525662,47.74303,8.99901\n8572,1645525663,47.74304,8.99901\n8573,1645525664,47.74304,8.99900\n8574,1645525665,47.74304,8.99900\n8575,1645525666,47.74304,8.99900\n8576,1645525667,47.74304,8.99900\n8577,1645525668,47.74304,8.99900\n8578,1645525669,47.74304,8.99900\n8579,1645525670,47.74304,8.99900\n8580,1645525671,47.74304,8.99900\n8581,1645525672,47.74304,8.99900\n8582,1645525673,47.74304,8.99900\n8583,1645525674,47.74304,8.99900\n8584,1645525675,47.74304,8.99900\n8585,1645525676,47.74304,8.99900\n8586,1645525677,47.74304,8.99900\n8587,1645525678,47.74304,8.99900\n8588,1645525679,47.74304,8.99900\n8589,1645525680,47.74304,8.99900\n8590,1645525681,47.74304,8.99900\n8591,1645525682,47.74304,8.99900\n8592,1645525683,47.74303,8.99900\n8593,1645525684,47.74303,8.99900\n8594,1645525685,47.74304,8.99900\n8595,1645525686,47.74304,8.99900\n8596,1645525687,47.74304,8.99900\n8597,1645525688,47.74304,8.99900\n8598,1645525689,47.74304,8.99900\n8599,1645525690,47.74304,8.99900\n8600,1645525691,47.74304,8.99900\n8601,1645525692,47.74304,8.99900\n8602,1645525693,47.74304,8.99900\n8603,1645525694,47.74304,8.99900\n8604,1645525695,47.74304,8.99900\n8605,1645525696,47.74304,8.99900\n8606,1645525697,47.74304,8.99900\n8607,1645525698,47.74304,8.99900\n8608,1645525699,47.74304,8.99900\n8609,1645525700,47.74304,8.99900\n8610,1645525701,47.74304,8.99900\n8611,1645525702,47.74304,8.99900\n8612,1645525703,47.74304,8.99900\n8613,1645525704,47.74304,8.99900\n8614,1645525705,47.74304,8.99900\n8615,1645525706,47.74304,8.99900\n8616,1645525707,47.74304,8.99900\n8617,1645525708,47.74304,8.99900\n8618,1645525709,47.74303,8.99900\n8619,1645525710,47.74303,8.99900\n8620,1645525711,47.74303,8.99900\n8621,1645525712,47.74303,8.99900\n8622,1645525713,47.74303,8.99900\n8623,1645525714,47.74303,8.99900\n8624,1645525715,47.74303,8.99900\n8625,1645525716,47.74303,8.99900\n8626,1645525717,47.74303,8.99900\n8627,1645525718,47.74303,8.99900\n8628,1645525719,47.74303,8.99900\n8629,1645525720,47.74303,8.99900\n8630,1645525721,47.74303,8.99900\n8631,1645525722,47.74303,8.99900\n8632,1645525723,47.74303,8.99900\n8633,1645525724,47.74303,8.99900\n8634,1645525725,47.74303,8.99900\n8635,1645525726,47.74303,8.99900\n8636,1645525727,47.74303,8.99900\n8637,1645525728,47.74303,8.99900\n8638,1645525729,47.74303,8.99900\n8639,1645525730,47.74303,8.99900\n8640,1645525731,47.74303,8.99900\n8641,1645525732,47.74303,8.99900\n8642,1645525733,47.74303,8.99900\n8643,1645525734,47.74303,8.99900\n8644,1645525735,47.74303,8.99900\n8645,1645525736,47.74303,8.99900\n8646,1645525737,47.74303,8.99900\n8647,1645525738,47.74303,8.99900\n8648,1645525739,47.74303,8.99900\n8649,1645525740,47.74303,8.99900\n8650,1645525741,47.74303,8.99900\n8651,1645525742,47.74303,8.99900\n8652,1645525743,47.74303,8.99900\n8653,1645525744,47.74303,8.99900\n8654,1645525745,47.74303,8.99900\n8655,1645525746,47.74303,8.99900\n8656,1645525747,47.74303,8.99900\n8657,1645525748,47.74303,8.99900\n8658,1645525749,47.74303,8.99900\n8659,1645525750,47.74303,8.99900\n8660,1645525751,47.74303,8.99900\n8661,1645525752,47.74303,8.99900\n8662,1645525753,47.74303,8.99900\n8663,1645525754,47.74303,8.99900\n8664,1645525755,47.74303,8.99900\n8665,1645525756,47.74303,8.99900\n8666,1645525757,47.74303,8.99900\n8667,1645525758,47.74303,8.99900\n8668,1645525759,47.74303,8.99900\n8669,1645525760,47.74303,8.99900\n8670,1645525761,47.74303,8.99900\n8671,1645525762,47.74303,8.99900\n8672,1645525763,47.74303,8.99900\n8673,1645525764,47.74303,8.99900\n8674,1645525765,47.74303,8.99900\n8675,1645525766,47.74303,8.99900\n8676,1645525767,47.74303,8.99900\n8677,1645525768,47.74303,8.99900\n8678,1645525769,47.74303,8.99900\n8679,1645525770,47.74303,8.99900\n8680,1645525771,47.74303,8.99900\n8681,1645525772,47.74303,8.99900\n8682,1645525773,47.74303,8.99900\n8683,1645525774,47.74303,8.99900\n8684,1645525775,47.74303,8.99900\n8685,1645525776,47.74303,8.99900\n8686,1645525777,47.74303,8.99900\n8687,1645525778,47.74303,8.99900\n8688,1645525779,47.74303,8.99900\n8689,1645525780,47.74303,8.99900\n8690,1645525781,47.74303,8.99900\n8691,1645525782,47.74303,8.99900\n8692,1645525783,47.74303,8.99900\n8693,1645525784,47.74303,8.99900\n8694,1645525785,47.74303,8.99900\n8695,1645525786,47.74303,8.99900\n8696,1645525787,47.74303,8.99900\n8697,1645525788,47.74303,8.99900\n8698,1645525789,47.74303,8.99900\n8699,1645525790,47.74303,8.99900\n8700,1645525791,47.74303,8.99900\n8701,1645525792,47.74303,8.99900\n8702,1645525793,47.74303,8.99900\n8703,1645525794,47.74304,8.99900\n8704,1645525795,47.74304,8.99899\n8705,1645525796,47.74304,8.99900\n8706,1645525797,47.74304,8.99899\n8707,1645525798,47.74304,8.99899\n8708,1645525799,47.74304,8.99899\n8709,1645525800,47.74304,8.99899\n8710,1645525801,47.74304,8.99899\n8711,1645525802,47.74304,8.99899\n8712,1645525803,47.74304,8.99899\n8713,1645525804,47.74304,8.99899\n8714,1645525805,47.74304,8.99899\n8715,1645525806,47.74304,8.99899\n8716,1645525807,47.74304,8.99899\n8717,1645525808,47.74304,8.99899\n8718,1645525809,47.74304,8.99899\n8719,1645525810,47.74304,8.99899\n8720,1645525811,47.74304,8.99898\n8721,1645525812,47.74304,8.99898\n8722,1645525813,47.74304,8.99898\n8723,1645525814,47.74304,8.99898\n8724,1645525815,47.74304,8.99898\n8725,1645525816,47.74304,8.99898\n8726,1645525817,47.74304,8.99898\n8727,1645525818,47.74304,8.99898\n8728,1645525819,47.74304,8.99898\n8729,1645525820,47.74304,8.99898\n8730,1645525821,47.74304,8.99898\n8731,1645525822,47.74304,8.99898\n8732,1645525823,47.74304,8.99898\n8733,1645525824,47.74304,8.99898\n8734,1645525825,47.74304,8.99898\n8735,1645525826,47.74304,8.99898\n8736,1645525827,47.74304,8.99898\n8737,1645525828,47.74304,8.99898\n8738,1645525829,47.74304,8.99898\n8739,1645525830,47.74304,8.99898\n8740,1645525831,47.74304,8.99898\n8741,1645525832,47.74304,8.99898\n8742,1645525833,47.74304,8.99898\n8743,1645525834,47.74304,8.99898\n8744,1645525835,47.74304,8.99898\n8745,1645525836,47.74304,8.99898\n8746,1645525837,47.74304,8.99898\n8747,1645525838,47.74304,8.99898\n8748,1645525839,47.74304,8.99898\n8749,1645525840,47.74304,8.99898\n8750,1645525841,47.74304,8.99898\n8751,1645525842,47.74304,8.99898\n8752,1645525843,47.74304,8.99898\n8753,1645525844,47.74304,8.99898\n8754,1645525845,47.74304,8.99898\n8755,1645525846,47.74304,8.99898\n8756,1645525847,47.74304,8.99898\n8757,1645525848,47.74304,8.99898\n8758,1645525849,47.74304,8.99898\n8759,1645525850,47.74304,8.99898\n8760,1645525851,47.74304,8.99898\n8761,1645525852,47.74304,8.99898\n8762,1645525853,47.74304,8.99898\n8763,1645525854,47.74304,8.99898\n8764,1645525855,47.74304,8.99898\n8765,1645525856,47.74304,8.99898\n8766,1645525857,47.74304,8.99898\n8767,1645525858,47.74304,8.99898\n8768,1645525859,47.74304,8.99898\n8769,1645525860,47.74304,8.99898\n8770,1645525861,47.74304,8.99898\n8771,1645525862,47.74304,8.99898\n8772,1645525863,47.74304,8.99898\n8773,1645525864,47.74304,8.99898\n8774,1645525865,47.74304,8.99898\n8775,1645525866,47.74304,8.99898\n8776,1645525867,47.74304,8.99898\n8777,1645525868,47.74304,8.99898\n8778,1645525869,47.74304,8.99898\n8779,1645525870,47.74304,8.99898\n8780,1645525871,47.74304,8.99898\n8781,1645525872,47.74304,8.99898\n8782,1645525873,47.74304,8.99898\n8783,1645525874,47.74304,8.99898\n8784,1645525875,47.74304,8.99898\n8785,1645525876,47.74304,8.99898\n8786,1645525877,47.74304,8.99898\n8787,1645525878,47.74304,8.99898\n8788,1645525879,47.74304,8.99898\n8789,1645525880,47.74304,8.99898\n8790,1645525881,47.74304,8.99898\n8791,1645525882,47.74304,8.99898\n8792,1645525883,47.74304,8.99898\n8793,1645525884,47.74304,8.99898\n8794,1645525885,47.74304,8.99898\n8795,1645525886,47.74304,8.99898\n8796,1645525887,47.74304,8.99898\n8797,1645525888,47.74304,8.99898\n8798,1645525889,47.74304,8.99898\n8799,1645525890,47.74304,8.99898\n8800,1645525891,47.74304,8.99898\n8801,1645525892,47.74304,8.99898\n8802,1645525893,47.74304,8.99899\n8803,1645525894,47.74304,8.99899\n8804,1645525895,47.74304,8.99899\n8805,1645525896,47.74304,8.99899\n8806,1645525897,47.74304,8.99899\n8807,1645525898,47.74304,8.99899\n8808,1645525899,47.74304,8.99899\n8809,1645525900,47.74304,8.99899\n8810,1645525901,47.74304,8.99899\n8811,1645525902,47.74304,8.99899\n8812,1645525903,47.74304,8.99899\n8813,1645525904,47.74304,8.99899\n8814,1645525905,47.74304,8.99899\n8815,1645525906,47.74304,8.99899\n8816,1645525907,47.74304,8.99899\n8817,1645525908,47.74304,8.99899\n8818,1645525909,47.74304,8.99899\n8819,1645525910,47.74304,8.99899\n8820,1645525911,47.74304,8.99899\n8821,1645525912,47.74304,8.99899\n8822,1645525913,47.74304,8.99899\n8823,1645525914,47.74304,8.99899\n8824,1645525915,47.74304,8.99899\n8825,1645525916,47.74304,8.99899\n8826,1645525917,47.74304,8.99899\n8827,1645525918,47.74304,8.99899\n8828,1645525919,47.74304,8.99899\n8829,1645525920,47.74304,8.99899\n8830,1645525921,47.74304,8.99899\n8831,1645525922,47.74304,8.99899\n8832,1645525923,47.74304,8.99899\n8833,1645525924,47.74304,8.99899\n8834,1645525925,47.74304,8.99899\n8835,1645525926,47.74304,8.99899\n8836,1645525927,47.74304,8.99899\n8837,1645525928,47.74304,8.99899\n8838,1645525929,47.74304,8.99899\n8839,1645525930,47.74304,8.99899\n8840,1645525931,47.74304,8.99899\n8841,1645525932,47.74304,8.99899\n8842,1645525933,47.74304,8.99899\n8843,1645525934,47.74304,8.99899\n8844,1645525935,47.74304,8.99899\n8845,1645525936,47.74304,8.99899\n8846,1645525937,47.74304,8.99899\n8847,1645525938,47.74304,8.99899\n8848,1645525939,47.74304,8.99899\n8849,1645525940,47.74304,8.99899\n8850,1645525941,47.74304,8.99899\n8851,1645525942,47.74304,8.99899\n8852,1645525943,47.74304,8.99899\n8853,1645525944,47.74304,8.99899\n8854,1645525945,47.74304,8.99899\n8855,1645525946,47.74304,8.99899\n8856,1645525947,47.74304,8.99899\n8857,1645525948,47.74304,8.99899\n8858,1645525949,47.74304,8.99899\n8859,1645525950,47.74304,8.99899\n8860,1645525951,47.74304,8.99899\n8861,1645525952,47.74304,8.99899\n8862,1645525953,47.74304,8.99899\n8863,1645525954,47.74304,8.99899\n8864,1645525955,47.74304,8.99899\n8865,1645525956,47.74304,8.99899\n8866,1645525957,47.74304,8.99899\n8867,1645525958,47.74304,8.99899\n8868,1645525959,47.74304,8.99899\n8869,1645525960,47.74304,8.99899\n8870,1645525961,47.74304,8.99899\n8871,1645525962,47.74304,8.99899\n8872,1645525963,47.74304,8.99899\n8873,1645525964,47.74304,8.99899\n8874,1645525965,47.74304,8.99899\n8875,1645525966,47.74304,8.99899\n8876,1645525967,47.74304,8.99899\n8877,1645525968,47.74304,8.99899\n8878,1645525969,47.74304,8.99899\n8879,1645525970,47.74304,8.99899\n8880,1645525971,47.74304,8.99899\n8881,1645525972,47.74304,8.99899\n8882,1645525973,47.74304,8.99899\n8883,1645525974,47.74304,8.99899\n8884,1645525975,47.74304,8.99899\n8885,1645525976,47.74304,8.99899\n8886,1645525977,47.74304,8.99899\n8887,1645525978,47.74304,8.99899\n8888,1645525979,47.74304,8.99899\n8889,1645525980,47.74304,8.99899\n8890,1645525981,47.74304,8.99899\n8891,1645525982,47.74304,8.99899\n8892,1645525983,47.74304,8.99899\n8893,1645525984,47.74304,8.99899\n8894,1645525985,47.74304,8.99899\n8895,1645525986,47.74304,8.99899\n8896,1645525987,47.74304,8.99899\n8897,1645525988,47.74304,8.99899\n8898,1645525989,47.74304,8.99899\n8899,1645525990,47.74304,8.99899\n8900,1645525991,47.74304,8.99899\n8901,1645525992,47.74304,8.99899\n8902,1645525993,47.74304,8.99899\n8903,1645525994,47.74304,8.99899\n8904,1645525995,47.74304,8.99899\n8905,1645525996,47.74304,8.99899\n8906,1645525997,47.74304,8.99899\n8907,1645525998,47.74304,8.99899\n8908,1645525999,47.74304,8.99899\n8909,1645526000,47.74304,8.99899\n8910,1645526001,47.74304,8.99899\n8911,1645526002,47.74304,8.99899\n8912,1645526003,47.74304,8.99899\n8913,1645526004,47.74304,8.99899\n8914,1645526005,47.74304,8.99899\n8915,1645526006,47.74304,8.99899\n8916,1645526007,47.74304,8.99899\n8917,1645526008,47.74304,8.99899\n8918,1645526009,47.74304,8.99899\n8919,1645526010,47.74304,8.99899\n8920,1645526011,47.74304,8.99899\n8921,1645526012,47.74304,8.99899\n8922,1645526013,47.74304,8.99899\n8923,1645526014,47.74304,8.99899\n8924,1645526015,47.74304,8.99899\n8925,1645526016,47.74304,8.99899\n8926,1645526017,47.74304,8.99899\n8927,1645526018,47.74304,8.99899\n8928,1645526019,47.74304,8.99899\n8929,1645526020,47.74304,8.99899\n8930,1645526021,47.74304,8.99899\n8931,1645526022,47.74304,8.99899\n8932,1645526023,47.74304,8.99899\n8933,1645526024,47.74304,8.99899\n8934,1645526025,47.74304,8.99899\n8935,1645526026,47.74304,8.99899\n8936,1645526027,47.74304,8.99899\n8937,1645526028,47.74304,8.99899\n8938,1645526029,47.74304,8.99899\n8939,1645526030,47.74304,8.99899\n8940,1645526031,47.74304,8.99899\n8941,1645526032,47.74304,8.99899\n8942,1645526033,47.74304,8.99899\n8943,1645526034,47.74304,8.99899\n8944,1645526035,47.74304,8.99899\n8945,1645526036,47.74304,8.99899\n8946,1645526037,47.74304,8.99899\n8947,1645526038,47.74304,8.99899\n8948,1645526039,47.74304,8.99899\n8949,1645526040,47.74304,8.99899\n8950,1645526041,47.74304,8.99899\n8951,1645526042,47.74304,8.99899\n8952,1645526043,47.74304,8.99899\n8953,1645526044,47.74304,8.99899\n8954,1645526045,47.74304,8.99899\n8955,1645526046,47.74304,8.99899\n8956,1645526047,47.74304,8.99899\n8957,1645526048,47.74304,8.99899\n8958,1645526049,47.74304,8.99899\n8959,1645526050,47.74304,8.99899\n8960,1645526051,47.74304,8.99899\n8961,1645526052,47.74304,8.99899\n8962,1645526053,47.74304,8.99899\n8963,1645526054,47.74304,8.99899\n8964,1645526055,47.74304,8.99899\n8965,1645526056,47.74304,8.99899\n8966,1645526057,47.74304,8.99899\n8967,1645526058,47.74304,8.99899\n8968,1645526059,47.74304,8.99899\n8969,1645526060,47.74304,8.99899\n8970,1645526061,47.74304,8.99899\n8971,1645526062,47.74304,8.99899\n8972,1645526063,47.74304,8.99899\n8973,1645526064,47.74304,8.99899\n8974,1645526065,47.74304,8.99899\n8975,1645526066,47.74304,8.99899\n8976,1645526067,47.74304,8.99899\n8977,1645526068,47.74304,8.99899\n8978,1645526069,47.74304,8.99899\n8979,1645526070,47.74304,8.99899\n8980,1645526071,47.74304,8.99899\n8981,1645526072,47.74304,8.99899\n8982,1645526073,47.74304,8.99899\n8983,1645526074,47.74304,8.99899\n8984,1645526075,47.74304,8.99899\n8985,1645526076,47.74304,8.99899\n8986,1645526077,47.74304,8.99899\n8987,1645526078,47.74304,8.99899\n8988,1645526079,47.74304,8.99899\n8989,1645526080,47.74304,8.99899\n8990,1645526081,47.74304,8.99899\n8991,1645526082,47.74304,8.99899\n8992,1645526083,47.74304,8.99899\n8993,1645526084,47.74304,8.99899\n8994,1645526085,47.74304,8.99899\n8995,1645526086,47.74304,8.99899\n8996,1645526087,47.74304,8.99899\n8997,1645526088,47.74304,8.99899\n8998,1645526089,47.74304,8.99899\n8999,1645526090,47.74304,8.99899\n9000,1645526091,47.74304,8.99899\n9001,1645526092,47.74304,8.99899\n9002,1645526093,47.74304,8.99899\n9003,1645526094,47.74304,8.99899\n9004,1645526095,47.74304,8.99899\n9005,1645526096,47.74304,8.99899\n9006,1645526097,47.74304,8.99899\n9007,1645526098,47.74304,8.99899\n9008,1645526099,47.74304,8.99899\n9009,1645526100,47.74304,8.99899\n9010,1645526101,47.74304,8.99899\n9011,1645526102,47.74304,8.99899\n9012,1645526103,47.74304,8.99899\n9013,1645526104,47.74304,8.99899\n9014,1645526105,47.74304,8.99899\n9015,1645526106,47.74304,8.99899\n9016,1645526107,47.74304,8.99899\n9017,1645526108,47.74304,8.99899\n9018,1645526109,47.74304,8.99899\n9019,1645526110,47.74304,8.99899\n9020,1645526111,47.74304,8.99899\n9021,1645526112,47.74304,8.99899\n9022,1645526113,47.74304,8.99899\n9023,1645526114,47.74304,8.99899\n9024,1645526115,47.74304,8.99899\n9025,1645526116,47.74304,8.99899\n9026,1645526117,47.74304,8.99899\n9027,1645526118,47.74304,8.99899\n9028,1645526119,47.74304,8.99899\n9029,1645526120,47.74304,8.99899\n9030,1645526121,47.74304,8.99899\n9031,1645526122,47.74304,8.99899\n9032,1645526123,47.74304,8.99899\n9033,1645526124,47.74304,8.99899\n9034,1645526125,47.74304,8.99899\n9035,1645526126,47.74304,8.99899\n9036,1645526127,47.74304,8.99899\n9037,1645526128,47.74304,8.99899\n9038,1645526129,47.74304,8.99899\n9039,1645526130,47.74304,8.99899\n9040,1645526131,47.74304,8.99899\n9041,1645526132,47.74304,8.99899\n9042,1645526133,47.74304,8.99899\n9043,1645526134,47.74304,8.99899\n9044,1645526135,47.74304,8.99899\n9045,1645526136,47.74304,8.99899\n9046,1645526137,47.74304,8.99899\n9047,1645526138,47.74304,8.99899\n9048,1645526139,47.74304,8.99899\n9049,1645526140,47.74304,8.99899\n9050,1645526141,47.74304,8.99899\n9051,1645526142,47.74304,8.99899\n9052,1645526143,47.74304,8.99899\n9053,1645526144,47.74304,8.99899\n9054,1645526145,47.74304,8.99899\n9055,1645526146,47.74304,8.99899\n9056,1645526147,47.74304,8.99899\n9057,1645526148,47.74304,8.99899\n9058,1645526149,47.74304,8.99899\n9059,1645526150,47.74304,8.99899\n9060,1645526151,47.74304,8.99899\n9061,1645526152,47.74304,8.99899\n9062,1645526153,47.74304,8.99899\n9063,1645526154,47.74304,8.99899\n9064,1645526155,47.74304,8.99899\n9065,1645526156,47.74304,8.99899\n9066,1645526157,47.74304,8.99899\n9067,1645526158,47.74304,8.99899\n9068,1645526159,47.74304,8.99899\n9069,1645526160,47.74304,8.99899\n9070,1645526161,47.74304,8.99899\n9071,1645526162,47.74304,8.99899\n9072,1645526163,47.74304,8.99899\n9073,1645526164,47.74304,8.99899\n9074,1645526165,47.74304,8.99899\n9075,1645526166,47.74304,8.99899\n9076,1645526167,47.74304,8.99899\n9077,1645526168,47.74304,8.99899\n9078,1645526169,47.74304,8.99899\n9079,1645526170,47.74304,8.99899\n9080,1645526171,47.74304,8.99899\n9081,1645526172,47.74304,8.99899\n9082,1645526173,47.74304,8.99899\n9083,1645526174,47.74304,8.99899\n9084,1645526175,47.74304,8.99899\n9085,1645526176,47.74304,8.99899\n9086,1645526177,47.74304,8.99899\n9087,1645526178,47.74304,8.99899\n9088,1645526179,47.74304,8.99899\n9089,1645526180,47.74304,8.99899\n9090,1645526181,47.74304,8.99899\n9091,1645526182,47.74304,8.99899\n9092,1645526183,47.74304,8.99899\n9093,1645526184,47.74304,8.99899\n9094,1645526185,47.74304,8.99899\n9095,1645526186,47.74304,8.99899\n9096,1645526187,47.74304,8.99899\n9097,1645526188,47.74304,8.99899\n9098,1645526189,47.74304,8.99899\n9099,1645526190,47.74304,8.99899\n9100,1645526191,47.74304,8.99899\n9101,1645526192,47.74304,8.99899\n9102,1645526193,47.74304,8.99899\n9103,1645526194,47.74304,8.99899\n9104,1645526195,47.74304,8.99899\n9105,1645526196,47.74304,8.99899\n9106,1645526197,47.74304,8.99899\n9107,1645526198,47.74304,8.99899\n9108,1645526199,47.74304,8.99899\n9109,1645526200,47.74304,8.99899\n9110,1645526201,47.74304,8.99899\n9111,1645526202,47.74304,8.99899\n9112,1645526203,47.74304,8.99899\n9113,1645526204,47.74304,8.99899\n9114,1645526205,47.74304,8.99899\n9115,1645526206,47.74304,8.99899\n9116,1645526207,47.74304,8.99899\n9117,1645526208,47.74304,8.99899\n9118,1645526209,47.74304,8.99899\n9119,1645526210,47.74304,8.99899\n9120,1645526211,47.74304,8.99899\n9121,1645526212,47.74304,8.99899\n9122,1645526213,47.74304,8.99899\n9123,1645526214,47.74304,8.99899\n9124,1645526215,47.74304,8.99899\n9125,1645526216,47.74304,8.99899\n9126,1645526217,47.74304,8.99899\n9127,1645526218,47.74304,8.99899\n9128,1645526219,47.74304,8.99899\n9129,1645526220,47.74304,8.99899\n9130,1645526221,47.74304,8.99899\n9131,1645526222,47.74304,8.99899\n9132,1645526223,47.74304,8.99899\n9133,1645526224,47.74304,8.99899\n9134,1645526225,47.74304,8.99899\n9135,1645526226,47.74304,8.99899\n9136,1645526227,47.74304,8.99899\n9137,1645526228,47.74304,8.99899\n9138,1645526229,47.74304,8.99899\n9139,1645526230,47.74304,8.99899\n9140,1645526231,47.74304,8.99899\n9141,1645526232,47.74304,8.99899\n9142,1645526233,47.74304,8.99899\n9143,1645526234,47.74304,8.99899\n9144,1645526235,47.74304,8.99899\n9145,1645526236,47.74304,8.99899\n9146,1645526237,47.74304,8.99899\n9147,1645526238,47.74304,8.99899\n9148,1645526239,47.74304,8.99899\n9149,1645526240,47.74304,8.99899\n9150,1645526241,47.74304,8.99899\n9151,1645526242,47.74304,8.99899\n9152,1645526243,47.74304,8.99899\n9153,1645526244,47.74304,8.99899\n9154,1645526245,47.74304,8.99899\n9155,1645526246,47.74304,8.99899\n9156,1645526247,47.74304,8.99899\n9157,1645526248,47.74304,8.99899\n9158,1645526249,47.74304,8.99899\n9159,1645526250,47.74304,8.99899\n9160,1645526251,47.74304,8.99899\n9161,1645526252,47.74304,8.99899\n9162,1645526253,47.74304,8.99899\n9163,1645526254,47.74304,8.99899\n9164,1645526255,47.74304,8.99899\n9165,1645526256,47.74304,8.99899\n9166,1645526257,47.74304,8.99899\n9167,1645526258,47.74304,8.99899\n9168,1645526259,47.74304,8.99899\n9169,1645526260,47.74304,8.99899\n9170,1645526261,47.74304,8.99899\n9171,1645526262,47.74304,8.99899\n9172,1645526263,47.74304,8.99899\n9173,1645526264,47.74304,8.99899\n9174,1645526265,47.74304,8.99899\n9175,1645526266,47.74304,8.99899\n9176,1645526267,47.74304,8.99899\n9177,1645526268,47.74304,8.99899\n9178,1645526269,47.74304,8.99899\n9179,1645526270,47.74304,8.99899\n9180,1645526271,47.74304,8.99899\n9181,1645526272,47.74304,8.99899\n9182,1645526273,47.74304,8.99899\n9183,1645526274,47.74304,8.99899\n9184,1645526275,47.74304,8.99899\n9185,1645526276,47.74304,8.99899\n9186,1645526277,47.74304,8.99899\n9187,1645526278,47.74304,8.99899\n9188,1645526279,47.74304,8.99899\n9189,1645526280,47.74304,8.99899\n9190,1645526281,47.74304,8.99899\n9191,1645526282,47.74304,8.99899\n9192,1645526283,47.74304,8.99899\n9193,1645526284,47.74304,8.99899\n9194,1645526285,47.74304,8.99899\n9195,1645526286,47.74304,8.99899\n9196,1645526287,47.74304,8.99899\n9197,1645526288,47.74304,8.99899\n9198,1645526289,47.74304,8.99899\n9199,1645526290,47.74304,8.99899\n9200,1645526291,47.74304,8.99899\n9201,1645526292,47.74304,8.99899\n9202,1645526293,47.74304,8.99899\n9203,1645526294,47.74304,8.99899\n9204,1645526295,47.74304,8.99899\n9205,1645526296,47.74304,8.99899\n9206,1645526297,47.74304,8.99899\n9207,1645526298,47.74304,8.99899\n9208,1645526299,47.74304,8.99899\n9209,1645526300,47.74304,8.99899\n9210,1645526301,47.74304,8.99899\n9211,1645526302,47.74304,8.99899\n9212,1645526303,47.74304,8.99899\n9213,1645526304,47.74304,8.99899\n9214,1645526305,47.74304,8.99899\n9215,1645526306,47.74304,8.99899\n9216,1645526307,47.74304,8.99899\n9217,1645526308,47.74304,8.99899\n9218,1645526309,47.74304,8.99899\n9219,1645526310,47.74304,8.99899\n9220,1645526311,47.74304,8.99899\n9221,1645526312,47.74304,8.99899\n9222,1645526313,47.74304,8.99899\n9223,1645526314,47.74304,8.99899\n9224,1645526315,47.74304,8.99899\n9225,1645526316,47.74304,8.99899\n9226,1645526317,47.74304,8.99899\n9227,1645526318,47.74304,8.99899\n9228,1645526319,47.74304,8.99899\n9229,1645526320,47.74304,8.99899\n9230,1645526321,47.74304,8.99899\n9231,1645526322,47.74304,8.99899\n9232,1645526323,47.74304,8.99899\n9233,1645526324,47.74304,8.99899\n9234,1645526325,47.74304,8.99899\n9235,1645526326,47.74304,8.99899\n9236,1645526327,47.74304,8.99899\n9237,1645526328,47.74304,8.99899\n9238,1645526329,47.74304,8.99899\n9239,1645526330,47.74304,8.99899\n9240,1645526331,47.74304,8.99899\n9241,1645526332,47.74304,8.99899\n9242,1645526333,47.74304,8.99899\n9243,1645526334,47.74304,8.99899\n9244,1645526335,47.74304,8.99899\n9245,1645526336,47.74304,8.99899\n9246,1645526337,47.74304,8.99899\n9247,1645526338,47.74304,8.99899\n9248,1645526339,47.74304,8.99899\n9249,1645526340,47.74304,8.99899\n9250,1645526341,47.74304,8.99899\n9251,1645526342,47.74304,8.99899\n9252,1645526343,47.74304,8.99899\n9253,1645526344,47.74304,8.99899\n9254,1645526345,47.74304,8.99899\n9255,1645526346,47.74304,8.99899\n9256,1645526347,47.74304,8.99899\n9257,1645526348,47.74304,8.99899\n9258,1645526349,47.74304,8.99899\n9259,1645526350,47.74304,8.99899\n9260,1645526351,47.74304,8.99899\n9261,1645526352,47.74304,8.99899\n9262,1645526353,47.74304,8.99899\n9263,1645526354,47.74304,8.99899\n9264,1645526355,47.74304,8.99899\n9265,1645526356,47.74304,8.99899\n9266,1645526357,47.74304,8.99899\n9267,1645526358,47.74304,8.99899\n9268,1645526359,47.74304,8.99899\n9269,1645526360,47.74304,8.99899\n9270,1645526361,47.74304,8.99900\n9271,1645526362,47.74305,8.99900\n9272,1645526363,47.74305,8.99900\n9273,1645526364,47.74305,8.99900\n9274,1645526365,47.74305,8.99900\n9275,1645526366,47.74305,8.99900\n9276,1645526367,47.74305,8.99900\n9277,1645526368,47.74305,8.99900\n9278,1645526369,47.74305,8.99900\n9279,1645526370,47.74305,8.99900\n9280,1645526371,47.74305,8.99900\n9281,1645526372,47.74305,8.99900\n9282,1645526373,47.74305,8.99900\n9283,1645526374,47.74305,8.99900\n9284,1645526375,47.74305,8.99900\n9285,1645526376,47.74305,8.99900\n9286,1645526377,47.74305,8.99900\n9287,1645526378,47.74305,8.99900\n9288,1645526379,47.74305,8.99900\n9289,1645526380,47.74305,8.99900\n9290,1645526381,47.74305,8.99900\n9291,1645526382,47.74305,8.99900\n9292,1645526383,47.74305,8.99900\n9293,1645526384,47.74305,8.99900\n9294,1645526385,47.74305,8.99900\n9295,1645526386,47.74305,8.99900\n9296,1645526387,47.74305,8.99900\n9297,1645526388,47.74305,8.99900\n9298,1645526389,47.74305,8.99900\n9299,1645526390,47.74305,8.99900\n9300,1645526391,47.74305,8.99900\n9301,1645526392,47.74305,8.99900\n9302,1645526393,47.74305,8.99900\n9303,1645526394,47.74305,8.99900\n9304,1645526395,47.74305,8.99900\n9305,1645526396,47.74305,8.99900\n9306,1645526397,47.74305,8.99900\n9307,1645526398,47.74305,8.99900\n9308,1645526399,47.74305,8.99900\n9309,1645526400,47.74305,8.99900\n9310,1645526401,47.74305,8.99900\n9311,1645526402,47.74305,8.99900\n9312,1645526403,47.74305,8.99900\n9313,1645526404,47.74305,8.99900\n9314,1645526405,47.74305,8.99900\n9315,1645526406,47.74305,8.99900\n9316,1645526407,47.74305,8.99900\n9317,1645526408,47.74305,8.99900\n9318,1645526409,47.74305,8.99900\n9319,1645526410,47.74305,8.99900\n9320,1645526411,47.74305,8.99900\n9321,1645526412,47.74305,8.99900\n9322,1645526413,47.74305,8.99900\n9323,1645526414,47.74305,8.99900\n9324,1645526415,47.74305,8.99900\n9325,1645526416,47.74305,8.99900\n9326,1645526417,47.74305,8.99901\n9327,1645526418,47.74306,8.99901\n9328,1645526419,47.74305,8.99902\n9329,1645526420,47.74306,8.99902\n9330,1645526421,47.74306,8.99902\n9331,1645526422,47.74306,8.99902\n9332,1645526423,47.74306,8.99902\n9333,1645526424,47.74306,8.99902\n9334,1645526425,47.74306,8.99902\n9335,1645526426,47.74306,8.99902\n9336,1645526427,47.74306,8.99902\n9337,1645526428,47.74306,8.99902\n9338,1645526429,47.74306,8.99902\n9339,1645526430,47.74306,8.99902\n9340,1645526431,47.74306,8.99902\n9341,1645526432,47.74306,8.99902\n9342,1645526433,47.74306,8.99902\n9343,1645526434,47.74306,8.99902\n9344,1645526435,47.74306,8.99902\n9345,1645526436,47.74306,8.99902\n9346,1645526437,47.74306,8.99902\n9347,1645526438,47.74306,8.99902\n9348,1645526439,47.74306,8.99902\n9349,1645526440,47.74306,8.99902\n9350,1645526441,47.74306,8.99902\n9351,1645526442,47.74306,8.99902\n9352,1645526443,47.74306,8.99902\n9353,1645526444,47.74306,8.99902\n9354,1645526445,47.74306,8.99902\n9355,1645526446,47.74306,8.99903\n9356,1645526447,47.74306,8.99903\n9357,1645526448,47.74306,8.99903\n9358,1645526449,47.74306,8.99903\n9359,1645526450,47.74306,8.99902\n9360,1645526451,47.74306,8.99903\n9361,1645526452,47.74306,8.99903\n9362,1645526453,47.74306,8.99903\n9363,1645526454,47.74306,8.99903\n9364,1645526455,47.74306,8.99903\n9365,1645526456,47.74306,8.99903\n9366,1645526457,47.74306,8.99903\n9367,1645526458,47.74306,8.99903\n9368,1645526459,47.74306,8.99903\n9369,1645526460,47.74306,8.99903\n9370,1645526461,47.74306,8.99903\n9371,1645526462,47.74306,8.99903\n9372,1645526463,47.74306,8.99903\n9373,1645526464,47.74306,8.99903\n9374,1645526465,47.74306,8.99903\n9375,1645526466,47.74306,8.99903\n9376,1645526467,47.74306,8.99903\n9377,1645526468,47.74306,8.99903\n9378,1645526469,47.74306,8.99903\n9379,1645526470,47.74306,8.99903\n9380,1645526471,47.74306,8.99903\n9381,1645526472,47.74306,8.99903\n9382,1645526473,47.74306,8.99903\n9383,1645526474,47.74306,8.99903\n9384,1645526475,47.74306,8.99903\n9385,1645526476,47.74306,8.99903\n9386,1645526477,47.74306,8.99903\n9387,1645526478,47.74306,8.99903\n9388,1645526479,47.74306,8.99903\n9389,1645526480,47.74306,8.99903\n9390,1645526481,47.74306,8.99903\n9391,1645526482,47.74306,8.99903\n9392,1645526483,47.74306,8.99903\n9393,1645526484,47.74306,8.99903\n9394,1645526485,47.74306,8.99903\n9395,1645526486,47.74306,8.99903\n9396,1645526487,47.74306,8.99903\n9397,1645526488,47.74306,8.99903\n9398,1645526489,47.74306,8.99903\n9399,1645526490,47.74306,8.99902\n9400,1645526491,47.74306,8.99902\n9401,1645526492,47.74306,8.99902\n9402,1645526493,47.74306,8.99902\n9403,1645526494,47.74306,8.99902\n9404,1645526495,47.74306,8.99902\n9405,1645526496,47.74306,8.99902\n9406,1645526497,47.74306,8.99902\n9407,1645526498,47.74306,8.99902\n9408,1645526499,47.74306,8.99902\n9409,1645526500,47.74306,8.99902\n9410,1645526501,47.74306,8.99902\n9411,1645526502,47.74306,8.99902\n9412,1645526503,47.74306,8.99902\n9413,1645526504,47.74306,8.99902\n9414,1645526505,47.74306,8.99902\n9415,1645526506,47.74306,8.99902\n9416,1645526507,47.74306,8.99902\n9417,1645526508,47.74306,8.99902\n9418,1645526509,47.74306,8.99902\n9419,1645526510,47.74306,8.99902\n9420,1645526511,47.74306,8.99902\n9421,1645526512,47.74306,8.99902\n9422,1645526513,47.74306,8.99903\n9423,1645526514,47.74306,8.99903\n9424,1645526515,47.74306,8.99903\n9425,1645526516,47.74306,8.99903\n9426,1645526517,47.74306,8.99903\n9427,1645526518,47.74306,8.99903\n9428,1645526519,47.74306,8.99903\n9429,1645526520,47.74306,8.99903\n9430,1645526521,47.74306,8.99903\n9431,1645526522,47.74306,8.99903\n9432,1645526523,47.74306,8.99903\n9433,1645526524,47.74306,8.99903\n9434,1645526525,47.74306,8.99903\n9435,1645526526,47.74306,8.99903\n9436,1645526527,47.74306,8.99903\n9437,1645526528,47.74306,8.99903\n9438,1645526529,47.74306,8.99903\n9439,1645526530,47.74306,8.99903\n9440,1645526531,47.74306,8.99903\n9441,1645526532,47.74306,8.99903\n9442,1645526533,47.74306,8.99903\n9443,1645526534,47.74306,8.99903\n9444,1645526535,47.74306,8.99903\n9445,1645526536,47.74306,8.99903\n9446,1645526537,47.74306,8.99903\n9447,1645526538,47.74306,8.99903\n9448,1645526539,47.74306,8.99903\n9449,1645526540,47.74306,8.99903\n9450,1645526541,47.74306,8.99903\n9451,1645526542,47.74306,8.99903\n9452,1645526543,47.74306,8.99903\n9453,1645526544,47.74306,8.99903\n9454,1645526545,47.74306,8.99903\n9455,1645526546,47.74306,8.99903\n9456,1645526547,47.74306,8.99903\n9457,1645526548,47.74306,8.99903\n9458,1645526549,47.74306,8.99903\n9459,1645526550,47.74306,8.99903\n9460,1645526551,47.74306,8.99903\n9461,1645526552,47.74306,8.99903\n9462,1645526553,47.74306,8.99903\n9463,1645526554,47.74306,8.99903\n9464,1645526555,47.74306,8.99903\n9465,1645526556,47.74306,8.99903\n9466,1645526557,47.74306,8.99903\n9467,1645526558,47.74306,8.99903\n9468,1645526559,47.74306,8.99903\n9469,1645526560,47.74306,8.99903\n9470,1645526561,47.74306,8.99903\n9471,1645526562,47.74306,8.99903\n9472,1645526563,47.74306,8.99903\n9473,1645526564,47.74306,8.99903\n9474,1645526565,47.74306,8.99903\n9475,1645526566,47.74306,8.99903\n9476,1645526567,47.74306,8.99903\n9477,1645526568,47.74306,8.99903\n9478,1645526569,47.74306,8.99903\n9479,1645526570,47.74306,8.99903\n9480,1645526571,47.74306,8.99903\n9481,1645526572,47.74306,8.99903\n9482,1645526573,47.74306,8.99903\n9483,1645526574,47.74306,8.99903\n9484,1645526575,47.74306,8.99903\n9485,1645526576,47.74306,8.99903\n9486,1645526577,47.74306,8.99903\n9487,1645526578,47.74306,8.99903\n9488,1645526579,47.74306,8.99903\n9489,1645526580,47.74306,8.99903\n9490,1645526581,47.74306,8.99903\n9491,1645526582,47.74306,8.99903\n9492,1645526583,47.74306,8.99903\n9493,1645526584,47.74306,8.99903\n9494,1645526585,47.74306,8.99903\n9495,1645526586,47.74306,8.99903\n9496,1645526587,47.74306,8.99903\n9497,1645526588,47.74306,8.99903\n9498,1645526589,47.74306,8.99903\n9499,1645526590,47.74306,8.99903\n9500,1645526591,47.74306,8.99903\n9501,1645526592,47.74306,8.99903\n9502,1645526593,47.74306,8.99903\n9503,1645526594,47.74306,8.99903\n9504,1645526595,47.74306,8.99903\n9505,1645526596,47.74306,8.99903\n9506,1645526597,47.74306,8.99903\n9507,1645526598,47.74306,8.99903\n9508,1645526599,47.74306,8.99903\n9509,1645526600,47.74306,8.99903\n9510,1645526601,47.74306,8.99903\n9511,1645526602,47.74306,8.99903\n9512,1645526603,47.74306,8.99903\n9513,1645526604,47.74306,8.99903\n9514,1645526605,47.74306,8.99903\n9515,1645526606,47.74306,8.99903\n9516,1645526607,47.74306,8.99903\n9517,1645526608,47.74306,8.99903\n9518,1645526609,47.74306,8.99903\n9519,1645526610,47.74306,8.99903\n9520,1645526611,47.74306,8.99903\n9521,1645526612,47.74306,8.99903\n9522,1645526613,47.74306,8.99903\n9523,1645526614,47.74306,8.99903\n9524,1645526615,47.74306,8.99903\n9525,1645526616,47.74306,8.99903\n9526,1645526617,47.74306,8.99903\n9527,1645526618,47.74306,8.99903\n9528,1645526619,47.74306,8.99903\n9529,1645526620,47.74306,8.99903\n9530,1645526621,47.74306,8.99903\n9531,1645526622,47.74306,8.99903\n9532,1645526623,47.74306,8.99903\n9533,1645526624,47.74306,8.99903\n9534,1645526625,47.74306,8.99903\n9535,1645526626,47.74306,8.99903\n9536,1645526627,47.74306,8.99903\n9537,1645526628,47.74306,8.99903\n9538,1645526629,47.74306,8.99903\n9539,1645526630,47.74306,8.99903\n9540,1645526631,47.74306,8.99903\n9541,1645526632,47.74306,8.99903\n9542,1645526633,47.74306,8.99903\n9543,1645526634,47.74306,8.99903\n9544,1645526635,47.74306,8.99903\n9545,1645526636,47.74306,8.99903\n9546,1645526637,47.74306,8.99903\n9547,1645526638,47.74306,8.99903\n9548,1645526639,47.74306,8.99903\n9549,1645526640,47.74306,8.99903\n9550,1645526641,47.74306,8.99903\n9551,1645526642,47.74306,8.99903\n9552,1645526643,47.74306,8.99903\n9553,1645526644,47.74306,8.99903\n9554,1645526645,47.74306,8.99903\n9555,1645526646,47.74306,8.99903\n9556,1645526647,47.74306,8.99903\n9557,1645526648,47.74306,8.99903\n9558,1645526649,47.74306,8.99903\n9559,1645526650,47.74306,8.99903\n9560,1645526651,47.74306,8.99903\n9561,1645526652,47.74306,8.99903\n9562,1645526653,47.74306,8.99903\n9563,1645526654,47.74306,8.99903\n9564,1645526655,47.74306,8.99903\n9565,1645526656,47.74306,8.99903\n9566,1645526657,47.74306,8.99903\n9567,1645526658,47.74306,8.99903\n9568,1645526659,47.74306,8.99903\n9569,1645526660,47.74306,8.99903\n9570,1645526661,47.74306,8.99903\n9571,1645526662,47.74306,8.99903\n9572,1645526663,47.74306,8.99903\n9573,1645526664,47.74306,8.99903\n9574,1645526665,47.74306,8.99903\n9575,1645526666,47.74306,8.99903\n9576,1645526667,47.74306,8.99903\n9577,1645526668,47.74306,8.99903\n9578,1645526669,47.74306,8.99903\n9579,1645526670,47.74306,8.99903\n9580,1645526671,47.74306,8.99903\n9581,1645526672,47.74306,8.99903\n9582,1645526673,47.74306,8.99903\n9583,1645526674,47.74306,8.99903\n9584,1645526675,47.74306,8.99903\n9585,1645526676,47.74306,8.99903\n9586,1645526677,47.74306,8.99903\n9587,1645526678,47.74306,8.99903\n9588,1645526679,47.74306,8.99903\n9589,1645526680,47.74306,8.99903\n9590,1645526681,47.74306,8.99903\n9591,1645526682,47.74306,8.99903\n9592,1645526683,47.74306,8.99903\n9593,1645526684,47.74306,8.99903\n9594,1645526685,47.74306,8.99903\n9595,1645526686,47.74306,8.99903\n9596,1645526687,47.74306,8.99903\n9597,1645526688,47.74306,8.99903\n9598,1645526689,47.74306,8.99903\n9599,1645526690,47.74306,8.99903\n9600,1645526691,47.74306,8.99903\n9601,1645526692,47.74306,8.99903\n9602,1645526693,47.74306,8.99903\n9603,1645526694,47.74306,8.99903\n9604,1645526695,47.74306,8.99903\n9605,1645526696,47.74306,8.99903\n9606,1645526697,47.74306,8.99903\n9607,1645526698,47.74305,8.99903\n9608,1645526699,47.74305,8.99903\n9609,1645526700,47.74305,8.99903\n9610,1645526701,47.74305,8.99903\n9611,1645526702,47.74305,8.99903\n9612,1645526703,47.74305,8.99903\n9613,1645526704,47.74305,8.99903\n9614,1645526705,47.74305,8.99903\n9615,1645526706,47.74305,8.99903\n9616,1645526707,47.74305,8.99903\n9617,1645526708,47.74305,8.99903\n9618,1645526709,47.74305,8.99903\n9619,1645526710,47.74305,8.99903\n9620,1645526711,47.74305,8.99903\n9621,1645526712,47.74305,8.99903\n9622,1645526713,47.74305,8.99903\n9623,1645526714,47.74305,8.99903\n9624,1645526715,47.74305,8.99903\n9625,1645526716,47.74305,8.99903\n9626,1645526717,47.74305,8.99903\n9627,1645526718,47.74305,8.99903\n9628,1645526719,47.74305,8.99903\n9629,1645526720,47.74305,8.99903\n9630,1645526721,47.74305,8.99903\n9631,1645526722,47.74305,8.99903\n9632,1645526723,47.74305,8.99903\n9633,1645526724,47.74305,8.99903\n9634,1645526725,47.74305,8.99903\n9635,1645526726,47.74305,8.99903\n9636,1645526727,47.74305,8.99903\n9637,1645526728,47.74305,8.99903\n9638,1645526729,47.74305,8.99903\n9639,1645526730,47.74305,8.99903\n9640,1645526731,47.74305,8.99903\n9641,1645526732,47.74305,8.99903\n9642,1645526733,47.74305,8.99903\n9643,1645526734,47.74305,8.99903\n9644,1645526735,47.74305,8.99903\n9645,1645526736,47.74305,8.99903\n9646,1645526737,47.74305,8.99903\n9647,1645526738,47.74305,8.99903\n9648,1645526739,47.74305,8.99903\n9649,1645526740,47.74305,8.99903\n9650,1645526741,47.74305,8.99903\n9651,1645526742,47.74305,8.99903\n9652,1645526743,47.74305,8.99903\n9653,1645526744,47.74305,8.99903\n9654,1645526745,47.74305,8.99903\n9655,1645526746,47.74305,8.99903\n9656,1645526747,47.74305,8.99903\n9657,1645526748,47.74305,8.99903\n9658,1645526749,47.74305,8.99903\n9659,1645526750,47.74305,8.99903\n9660,1645526751,47.74305,8.99903\n9661,1645526752,47.74305,8.99903\n9662,1645526753,47.74305,8.99903\n9663,1645526754,47.74305,8.99903\n9664,1645526755,47.74305,8.99903\n9665,1645526756,47.74305,8.99903\n9666,1645526757,47.74305,8.99903\n9667,1645526758,47.74305,8.99903\n9668,1645526759,47.74305,8.99903\n9669,1645526760,47.74305,8.99903\n9670,1645526761,47.74305,8.99903\n9671,1645526762,47.74305,8.99903\n9672,1645526763,47.74305,8.99903\n9673,1645526764,47.74305,8.99903\n9674,1645526765,47.74305,8.99903\n9675,1645526766,47.74305,8.99903\n9676,1645526767,47.74305,8.99903\n9677,1645526768,47.74305,8.99903\n9678,1645526769,47.74305,8.99903\n9679,1645526770,47.74305,8.99903\n9680,1645526771,47.74305,8.99903\n9681,1645526772,47.74305,8.99903\n9682,1645526773,47.74305,8.99903\n9683,1645526774,47.74305,8.99903\n9684,1645526775,47.74305,8.99903\n9685,1645526776,47.74305,8.99903\n9686,1645526777,47.74305,8.99903\n9687,1645526778,47.74305,8.99903\n9688,1645526779,47.74305,8.99903\n9689,1645526781,47.74305,8.99903\n9690,1645526782,47.74305,8.99903\n9691,1645526783,47.74305,8.99903\n9692,1645526784,47.74305,8.99903\n9693,1645526785,47.74305,8.99903\n9694,1645526786,47.74305,8.99903\n9695,1645526787,47.74305,8.99903\n9696,1645526788,47.74305,8.99903\n9697,1645526789,47.74305,8.99903\n9698,1645526790,47.74305,8.99903\n9699,1645526791,47.74305,8.99903\n9700,1645526792,47.74305,8.99903\n9701,1645526793,47.74305,8.99903\n9702,1645526794,47.74305,8.99903\n9703,1645526795,47.74305,8.99903\n9704,1645526796,47.74305,8.99903\n9705,1645526797,47.74305,8.99903\n9706,1645526798,47.74305,8.99903\n9707,1645526799,47.74305,8.99903\n9708,1645526800,47.74305,8.99903\n9709,1645526801,47.74305,8.99903\n9710,1645526802,47.74305,8.99903\n9711,1645526803,47.74305,8.99903\n9712,1645526804,47.74305,8.99903\n9713,1645526805,47.74305,8.99903\n9714,1645526806,47.74305,8.99903\n9715,1645526807,47.74305,8.99903\n9716,1645526808,47.74305,8.99903\n9717,1645526809,47.74305,8.99903\n9718,1645526810,47.74305,8.99903\n9719,1645526811,47.74305,8.99903\n9720,1645526812,47.74305,8.99903\n9721,1645526813,47.74305,8.99903\n9722,1645526814,47.74305,8.99903\n9723,1645526815,47.74305,8.99903\n9724,1645526816,47.74305,8.99903\n9725,1645526817,47.74305,8.99903\n9726,1645526818,47.74305,8.99903\n9727,1645526819,47.74305,8.99903\n9728,1645526820,47.74305,8.99903\n9729,1645526821,47.74305,8.99903\n9730,1645526822,47.74305,8.99903\n9731,1645526823,47.74305,8.99903\n9732,1645526824,47.74305,8.99903\n9733,1645526825,47.74305,8.99903\n9734,1645526826,47.74305,8.99903\n9735,1645526827,47.74305,8.99903\n9736,1645526828,47.74304,8.99903\n9737,1645526829,47.74304,8.99903\n9738,1645526830,47.74304,8.99903\n9739,1645526831,47.74304,8.99903\n9740,1645526832,47.74304,8.99903\n9741,1645526833,47.74304,8.99903\n9742,1645526834,47.74304,8.99903\n9743,1645526835,47.74304,8.99903\n9744,1645526836,47.74304,8.99902\n9745,1645526837,47.74304,8.99902\n9746,1645526838,47.74304,8.99902\n9747,1645526839,47.74304,8.99902\n9748,1645526840,47.74304,8.99902\n9749,1645526841,47.74304,8.99902\n9750,1645526842,47.74304,8.99902\n9751,1645526843,47.74304,8.99902\n9752,1645526844,47.74304,8.99902\n9753,1645526845,47.74304,8.99902\n9754,1645526846,47.74304,8.99902\n9755,1645526847,47.74304,8.99902\n9756,1645526848,47.74304,8.99902\n9757,1645526849,47.74304,8.99902\n9758,1645526850,47.74304,8.99902\n9759,1645526851,47.74304,8.99902\n9760,1645526852,47.74304,8.99902\n9761,1645526853,47.74304,8.99902\n9762,1645526854,47.74304,8.99902\n9763,1645526855,47.74304,8.99902\n9764,1645526856,47.74304,8.99902\n9765,1645526857,47.74304,8.99902\n9766,1645526858,47.74304,8.99902\n9767,1645526859,47.74304,8.99902\n9768,1645526860,47.74304,8.99902\n9769,1645526861,47.74304,8.99902\n9770,1645526862,47.74304,8.99902\n9771,1645526863,47.74304,8.99902\n9772,1645526864,47.74304,8.99902\n9773,1645526865,47.74304,8.99902\n9774,1645526866,47.74304,8.99902\n9775,1645526867,47.74304,8.99902\n9776,1645526868,47.74304,8.99902\n9777,1645526869,47.74304,8.99902\n9778,1645526870,47.74304,8.99902\n9779,1645526871,47.74304,8.99902\n9780,1645526872,47.74304,8.99902\n9781,1645526873,47.74304,8.99902\n9782,1645526874,47.74304,8.99902\n9783,1645526875,47.74304,8.99902\n9784,1645526876,47.74304,8.99902\n9785,1645526877,47.74304,8.99902\n9786,1645526878,47.74304,8.99902\n9787,1645526879,47.74304,8.99902\n9788,1645526880,47.74304,8.99902\n9789,1645526881,47.74304,8.99902\n9790,1645526882,47.74304,8.99902\n9791,1645526883,47.74304,8.99902\n9792,1645526884,47.74304,8.99902\n9793,1645526885,47.74304,8.99902\n9794,1645526886,47.74304,8.99902\n9795,1645526887,47.74304,8.99902\n9796,1645526888,47.74304,8.99902\n9797,1645526889,47.74304,8.99902\n9798,1645526890,47.74304,8.99902\n9799,1645526891,47.74304,8.99902\n9800,1645526892,47.74304,8.99902\n9801,1645526893,47.74304,8.99902\n9802,1645526894,47.74304,8.99902\n9803,1645526895,47.74304,8.99902\n9804,1645526896,47.74304,8.99902\n9805,1645526897,47.74304,8.99902\n9806,1645526898,47.74304,8.99902\n9807,1645526899,47.74304,8.99902\n9808,1645526900,47.74304,8.99902\n9809,1645526901,47.74304,8.99902\n9810,1645526902,47.74304,8.99902\n9811,1645526903,47.74304,8.99902\n9812,1645526904,47.74304,8.99902\n9813,1645526905,47.74304,8.99902\n9814,1645526906,47.74304,8.99902\n9815,1645526907,47.74304,8.99902\n9816,1645526908,47.74304,8.99902\n9817,1645526909,47.74304,8.99902\n9818,1645526910,47.74304,8.99902\n9819,1645526911,47.74304,8.99902\n9820,1645526912,47.74304,8.99902\n9821,1645526913,47.74304,8.99902\n9822,1645526914,47.74304,8.99902\n9823,1645526915,47.74304,8.99902\n9824,1645526916,47.74304,8.99902\n9825,1645526917,47.74304,8.99902\n9826,1645526918,47.74304,8.99902\n9827,1645526919,47.74304,8.99902\n9828,1645526920,47.74304,8.99902\n9829,1645526921,47.74304,8.99902\n9830,1645526922,47.74304,8.99902\n9831,1645526923,47.74304,8.99902\n9832,1645526924,47.74304,8.99902\n9833,1645526925,47.74305,8.99901\n9834,1645526926,47.74306,8.99901\n9835,1645526927,47.74306,8.99900\n9836,1645526928,47.74306,8.99899\n9837,1645526929,47.74306,8.99899\n9838,1645526930,47.74306,8.99899\n9839,1645526931,47.74307,8.99898\n9840,1645526932,47.74307,8.99898\n9841,1645526933,47.74307,8.99897\n9842,1645526934,47.74308,8.99897\n9843,1645526935,47.74308,8.99897\n9844,1645526936,47.74308,8.99897\n9845,1645526937,47.74308,8.99897\n9846,1645526938,47.74308,8.99897\n9847,1645526939,47.74308,8.99897\n9848,1645526940,47.74308,8.99897\n9849,1645526941,47.74308,8.99897\n9850,1645526942,47.74308,8.99897\n9851,1645526943,47.74308,8.99897\n9852,1645526944,47.74308,8.99897\n9853,1645526945,47.74308,8.99897\n9854,1645526946,47.74308,8.99897\n9855,1645526947,47.74308,8.99897\n9856,1645526948,47.74308,8.99897\n9857,1645526949,47.74308,8.99897\n9858,1645526950,47.74308,8.99897\n9859,1645526951,47.74308,8.99897\n9860,1645526952,47.74308,8.99897\n9861,1645526953,47.74308,8.99897\n9862,1645526954,47.74308,8.99897\n9863,1645526955,47.74308,8.99897\n9864,1645526956,47.74308,8.99897\n9865,1645526957,47.74308,8.99897\n9866,1645526958,47.74308,8.99897\n9867,1645526959,47.74308,8.99897\n9868,1645526960,47.74308,8.99897\n9869,1645526961,47.74308,8.99897\n9870,1645526962,47.74308,8.99897\n9871,1645526963,47.74308,8.99897\n9872,1645526964,47.74308,8.99897\n9873,1645526965,47.74308,8.99897\n9874,1645526966,47.74308,8.99897\n9875,1645526967,47.74308,8.99897\n9876,1645526968,47.74308,8.99897\n9877,1645526969,47.74308,8.99897\n9878,1645526970,47.74308,8.99897\n9879,1645526971,47.74308,8.99897\n9880,1645526972,47.74308,8.99897\n9881,1645526973,47.74308,8.99897\n9882,1645526974,47.74308,8.99897\n9883,1645526975,47.74308,8.99897\n9884,1645526976,47.74308,8.99897\n9885,1645526977,47.74308,8.99897\n9886,1645526978,47.74308,8.99897\n9887,1645526979,47.74308,8.99897\n9888,1645526980,47.74308,8.99897\n9889,1645526981,47.74308,8.99897\n9890,1645526982,47.74308,8.99897\n9891,1645526983,47.74308,8.99897\n9892,1645526984,47.74308,8.99897\n9893,1645526985,47.74308,8.99897\n9894,1645526986,47.74308,8.99897\n9895,1645526987,47.74308,8.99897\n9896,1645526988,47.74308,8.99897\n9897,1645526989,47.74308,8.99897\n9898,1645526990,47.74308,8.99897\n9899,1645526991,47.74308,8.99897\n9900,1645526992,47.74308,8.99897\n9901,1645526993,47.74308,8.99897\n9902,1645526994,47.74308,8.99897\n9903,1645526995,47.74308,8.99897\n9904,1645526996,47.74308,8.99897\n9905,1645526997,47.74308,8.99897\n9906,1645526998,47.74308,8.99897\n9907,1645526999,47.74307,8.99897\n9908,1645527000,47.74307,8.99897\n9909,1645527001,47.74307,8.99897\n9910,1645527002,47.74307,8.99897\n9911,1645527003,47.74307,8.99897\n9912,1645527004,47.74307,8.99897\n9913,1645527005,47.74307,8.99897\n9914,1645527006,47.74307,8.99897\n9915,1645527007,47.74307,8.99897\n9916,1645527008,47.74307,8.99897\n9917,1645527009,47.74307,8.99897\n9918,1645527010,47.74307,8.99897\n9919,1645527011,47.74307,8.99897\n9920,1645527012,47.74307,8.99897\n9921,1645527013,47.74307,8.99897\n9922,1645527014,47.74307,8.99897\n9923,1645527015,47.74307,8.99897\n9924,1645527016,47.74307,8.99897\n9925,1645527017,47.74307,8.99897\n9926,1645527018,47.74307,8.99897\n9927,1645527019,47.74307,8.99897\n9928,1645527020,47.74307,8.99897\n9929,1645527021,47.74307,8.99897\n9930,1645527022,47.74307,8.99897\n9931,1645527023,47.74307,8.99897\n9932,1645527024,47.74307,8.99897\n9933,1645527025,47.74307,8.99897\n9934,1645527026,47.74307,8.99897\n9935,1645527027,47.74307,8.99897\n9936,1645527028,47.74307,8.99897\n9937,1645527029,47.74307,8.99897\n9938,1645527030,47.74307,8.99897\n9939,1645527031,47.74307,8.99897\n9940,1645527032,47.74307,8.99897\n9941,1645527033,47.74307,8.99897\n9942,1645527034,47.74307,8.99897\n9943,1645527035,47.74307,8.99897\n9944,1645527036,47.74307,8.99897\n9945,1645527037,47.74307,8.99897\n9946,1645527038,47.74307,8.99897\n9947,1645527039,47.74307,8.99897\n9948,1645527040,47.74307,8.99897\n9949,1645527041,47.74307,8.99897\n9950,1645527042,47.74307,8.99897\n9951,1645527043,47.74307,8.99897\n9952,1645527044,47.74307,8.99897\n9953,1645527045,47.74307,8.99897\n9954,1645527046,47.74307,8.99897\n9955,1645527047,47.74307,8.99897\n9956,1645527048,47.74307,8.99897\n9957,1645527049,47.74307,8.99897\n9958,1645527050,47.74307,8.99897\n9959,1645527051,47.74307,8.99897\n9960,1645527052,47.74307,8.99897\n9961,1645527053,47.74307,8.99897\n9962,1645527054,47.74307,8.99897\n9963,1645527055,47.74307,8.99897\n9964,1645527056,47.74307,8.99897\n9965,1645527057,47.74307,8.99897\n9966,1645527058,47.74307,8.99897\n9967,1645527059,47.74307,8.99897\n9968,1645527060,47.74307,8.99897\n9969,1645527061,47.74307,8.99897\n9970,1645527062,47.74307,8.99897\n9971,1645527063,47.74307,8.99897\n9972,1645527064,47.74307,8.99897\n9973,1645527065,47.74307,8.99897\n9974,1645527066,47.74307,8.99897\n9975,1645527067,47.74307,8.99897\n9976,1645527068,47.74307,8.99897\n9977,1645527069,47.74307,8.99897\n9978,1645527070,47.74307,8.99897\n9979,1645527071,47.74307,8.99897\n9980,1645527072,47.74307,8.99897\n9981,1645527073,47.74307,8.99897\n9982,1645527074,47.74307,8.99897\n9983,1645527075,47.74307,8.99897\n9984,1645527076,47.74307,8.99897\n9985,1645527077,47.74307,8.99897\n9986,1645527078,47.74307,8.99897\n9987,1645527079,47.74307,8.99897\n9988,1645527080,47.74307,8.99897\n9989,1645527081,47.74307,8.99897\n9990,1645527082,47.74307,8.99897\n9991,1645527083,47.74307,8.99897\n9992,1645527084,47.74307,8.99897\n9993,1645527085,47.74307,8.99897\n9994,1645527086,47.74307,8.99897\n9995,1645527087,47.74307,8.99897\n9996,1645527088,47.74307,8.99897\n9997,1645527089,47.74307,8.99897\n9998,1645527090,47.74307,8.99897\n9999,1645527091,47.74307,8.99897\n10000,1645527092,47.74307,8.99897\n10001,1645527093,47.74307,8.99897\n10002,1645527094,47.74307,8.99897\n10003,1645527095,47.74307,8.99897\n10004,1645527096,47.74307,8.99897\n10005,1645527097,47.74307,8.99897\n10006,1645527098,47.74307,8.99897\n10007,1645527099,47.74307,8.99897\n10008,1645527100,47.74307,8.99897\n10009,1645527101,47.74307,8.99897\n10010,1645527102,47.74307,8.99897\n10011,1645527103,47.74307,8.99897\n10012,1645527104,47.74307,8.99897\n10013,1645527105,47.74307,8.99897\n10014,1645527106,47.74307,8.99897\n10015,1645527107,47.74307,8.99897\n10016,1645527108,47.74307,8.99897\n10017,1645527109,47.74307,8.99897\n10018,1645527110,47.74307,8.99897\n10019,1645527111,47.74307,8.99897\n10020,1645527112,47.74307,8.99897\n10021,1645527113,47.74307,8.99897\n10022,1645527114,47.74307,8.99897\n10023,1645527115,47.74307,8.99897\n10024,1645527116,47.74307,8.99897\n10025,1645527117,47.74307,8.99897\n10026,1645527118,47.74307,8.99897\n10027,1645527119,47.74307,8.99897\n10028,1645527120,47.74307,8.99897\n10029,1645527121,47.74307,8.99897\n10030,1645527122,47.74307,8.99897\n10031,1645527123,47.74307,8.99897\n10032,1645527124,47.74307,8.99897\n10033,1645527125,47.74307,8.99897\n10034,1645527126,47.74307,8.99898\n10035,1645527127,47.74307,8.99898\n10036,1645527128,47.74307,8.99898\n10037,1645527129,47.74307,8.99898\n10038,1645527130,47.74307,8.99898\n10039,1645527131,47.74307,8.99898\n10040,1645527132,47.74307,8.99898\n10041,1645527133,47.74307,8.99898\n10042,1645527134,47.74307,8.99898\n10043,1645527135,47.74307,8.99898\n10044,1645527136,47.74307,8.99898\n10045,1645527137,47.74307,8.99898\n10046,1645527138,47.74307,8.99898\n10047,1645527139,47.74307,8.99898\n10048,1645527140,47.74307,8.99898\n10049,1645527141,47.74307,8.99898\n10050,1645527142,47.74307,8.99898\n10051,1645527143,47.74307,8.99898\n10052,1645527144,47.74307,8.99898\n10053,1645527145,47.74307,8.99898\n10054,1645527146,47.74307,8.99898\n10055,1645527147,47.74307,8.99898\n10056,1645527148,47.74307,8.99898\n10057,1645527149,47.74307,8.99898\n10058,1645527150,47.74307,8.99898\n10059,1645527151,47.74307,8.99898\n10060,1645527152,47.74307,8.99898\n10061,1645527153,47.74307,8.99898\n10062,1645527154,47.74307,8.99898\n10063,1645527155,47.74307,8.99898\n10064,1645527156,47.74307,8.99898\n10065,1645527157,47.74307,8.99898\n10066,1645527158,47.74307,8.99898\n10067,1645527159,47.74307,8.99898\n10068,1645527160,47.74307,8.99898\n10069,1645527161,47.74307,8.99898\n10070,1645527162,47.74307,8.99898\n10071,1645527163,47.74307,8.99898\n10072,1645527164,47.74307,8.99898\n10073,1645527165,47.74307,8.99898\n10074,1645527166,47.74307,8.99898\n10075,1645527167,47.74307,8.99898\n10076,1645527168,47.74307,8.99898\n10077,1645527169,47.74307,8.99898\n10078,1645527170,47.74307,8.99898\n10079,1645527171,47.74307,8.99898\n10080,1645527172,47.74307,8.99898\n10081,1645527173,47.74307,8.99898\n10082,1645527174,47.74307,8.99898\n10083,1645527175,47.74307,8.99898\n10084,1645527176,47.74307,8.99898\n10085,1645527177,47.74307,8.99898\n10086,1645527178,47.74307,8.99898\n10087,1645527179,47.74307,8.99898\n10088,1645527180,47.74307,8.99898\n10089,1645527181,47.74307,8.99898\n10090,1645527182,47.74307,8.99898\n10091,1645527183,47.74307,8.99898\n10092,1645527184,47.74307,8.99898\n10093,1645527185,47.74307,8.99898\n10094,1645527186,47.74307,8.99898\n10095,1645527187,47.74307,8.99898\n10096,1645527188,47.74307,8.99898\n10097,1645527189,47.74307,8.99898\n10098,1645527190,47.74307,8.99898\n10099,1645527191,47.74307,8.99898\n10100,1645527192,47.74307,8.99898\n10101,1645527193,47.74307,8.99898\n10102,1645527194,47.74307,8.99898\n10103,1645527195,47.74307,8.99898\n10104,1645527196,47.74307,8.99898\n10105,1645527197,47.74307,8.99898\n10106,1645527198,47.74307,8.99898\n10107,1645527199,47.74307,8.99898\n10108,1645527200,47.74307,8.99898\n10109,1645527201,47.74307,8.99898\n10110,1645527202,47.74307,8.99898\n10111,1645527203,47.74307,8.99898\n10112,1645527204,47.74307,8.99898\n10113,1645527205,47.74307,8.99898\n10114,1645527206,47.74307,8.99898\n10115,1645527207,47.74307,8.99898\n10116,1645527208,47.74306,8.99898\n10117,1645527209,47.74306,8.99898\n10118,1645527210,47.74306,8.99898\n10119,1645527211,47.74306,8.99899\n10120,1645527212,47.74306,8.99899\n10121,1645527213,47.74305,8.99899\n10122,1645527214,47.74305,8.99899\n10123,1645527215,47.74305,8.99899\n10124,1645527216,47.74305,8.99899\n10125,1645527217,47.74305,8.99899\n10126,1645527218,47.74305,8.99899\n10127,1645527219,47.74305,8.99899\n10128,1645527220,47.74305,8.99899\n10129,1645527221,47.74305,8.99899\n10130,1645527222,47.74305,8.99899\n10131,1645527223,47.74305,8.99899\n10132,1645527224,47.74305,8.99899\n10133,1645527225,47.74305,8.99899\n10134,1645527226,47.74305,8.99899\n10135,1645527227,47.74305,8.99899\n10136,1645527228,47.74305,8.99899\n10137,1645527229,47.74305,8.99899\n10138,1645527230,47.74305,8.99899\n10139,1645527231,47.74305,8.99899\n10140,1645527232,47.74305,8.99899\n10141,1645527233,47.74305,8.99899\n10142,1645527234,47.74305,8.99899\n10143,1645527235,47.74305,8.99899\n10144,1645527236,47.74305,8.99899\n10145,1645527237,47.74305,8.99899\n10146,1645527238,47.74305,8.99899\n10147,1645527239,47.74305,8.99899\n10148,1645527240,47.74305,8.99899\n10149,1645527241,47.74305,8.99899\n10150,1645527242,47.74305,8.99899\n10151,1645527243,47.74305,8.99899\n10152,1645527244,47.74305,8.99899\n10153,1645527245,47.74305,8.99899\n10154,1645527246,47.74305,8.99899\n10155,1645527247,47.74305,8.99899\n10156,1645527248,47.74305,8.99899\n10157,1645527249,47.74305,8.99899\n10158,1645527250,47.74305,8.99899\n10159,1645527251,47.74305,8.99899\n10160,1645527252,47.74305,8.99899\n10161,1645527253,47.74305,8.99899\n10162,1645527254,47.74305,8.99899\n10163,1645527255,47.74305,8.99899\n10164,1645527256,47.74305,8.99899\n10165,1645527257,47.74305,8.99899\n10166,1645527258,47.74305,8.99899\n10167,1645527259,47.74305,8.99899\n10168,1645527260,47.74305,8.99899\n10169,1645527261,47.74305,8.99899\n10170,1645527262,47.74305,8.99899\n10171,1645527263,47.74305,8.99899\n10172,1645527264,47.74305,8.99899\n10173,1645527265,47.74305,8.99899\n10174,1645527266,47.74305,8.99899\n10175,1645527267,47.74305,8.99899\n10176,1645527268,47.74305,8.99899\n10177,1645527269,47.74305,8.99899\n10178,1645527270,47.74305,8.99899\n10179,1645527271,47.74305,8.99899\n10180,1645527272,47.74305,8.99899\n10181,1645527273,47.74305,8.99899\n10182,1645527274,47.74305,8.99899\n10183,1645527275,47.74305,8.99899\n10184,1645527276,47.74305,8.99899\n10185,1645527277,47.74305,8.99899\n10186,1645527278,47.74305,8.99899\n10187,1645527279,47.74305,8.99899\n10188,1645527280,47.74305,8.99899\n10189,1645527281,47.74305,8.99899\n10190,1645527282,47.74305,8.99899\n10191,1645527283,47.74305,8.99899\n10192,1645527284,47.74305,8.99899\n10193,1645527285,47.74305,8.99899\n10194,1645527286,47.74305,8.99899\n10195,1645527287,47.74305,8.99899\n10196,1645527288,47.74305,8.99899\n10197,1645527289,47.74305,8.99899\n10198,1645527290,47.74305,8.99899\n10199,1645527291,47.74305,8.99899\n10200,1645527292,47.74305,8.99899\n10201,1645527293,47.74305,8.99899\n10202,1645527294,47.74305,8.99899\n10203,1645527295,47.74305,8.99899\n10204,1645527296,47.74305,8.99899\n10205,1645527297,47.74305,8.99899\n10206,1645527298,47.74305,8.99899\n10207,1645527299,47.74305,8.99899\n10208,1645527300,47.74305,8.99899\n10209,1645527301,47.74305,8.99899\n10210,1645527302,47.74305,8.99899\n10211,1645527303,47.74305,8.99899\n10212,1645527304,47.74305,8.99899\n10213,1645527305,47.74305,8.99899\n10214,1645527306,47.74305,8.99899\n10215,1645527307,47.74305,8.99899\n10216,1645527308,47.74305,8.99899\n10217,1645527309,47.74305,8.99899\n10218,1645527310,47.74305,8.99899\n10219,1645527311,47.74305,8.99899\n10220,1645527312,47.74305,8.99899\n10221,1645527375,47.74296,8.99900\n10222,1645527376,47.74299,8.99896\n10223,1645527377,47.74300,8.99895\n10224,1645527378,47.74300,8.99895\n10225,1645527379,47.74300,8.99895\n10226,1645527380,47.74301,8.99895\n10227,1645527381,47.74302,8.99895\n10228,1645527382,47.74302,8.99894\n10229,1645527383,47.74302,8.99894\n10230,1645527384,47.74303,8.99894\n10231,1645527385,47.74302,8.99895\n10232,1645527387,47.74302,8.99895\n10233,1645527388,47.74303,8.99895\n10234,1645527389,47.74302,8.99895\n10235,1645527390,47.74302,8.99895\n10236,1645527391,47.74302,8.99895\n10237,1645527392,47.74302,8.99895\n10238,1645527393,47.74302,8.99896\n10239,1645527394,47.74302,8.99896\n10240,1645527395,47.74303,8.99896\n10241,1645527396,47.74303,8.99896\n10242,1645527397,47.74303,8.99896\n10243,1645527398,47.74303,8.99896\n10244,1645527399,47.74303,8.99896\n10245,1645527400,47.74303,8.99896\n10246,1645527401,47.74303,8.99896\n10247,1645527402,47.74303,8.99896\n10248,1645527403,47.74303,8.99896\n10249,1645527404,47.74303,8.99896\n10250,1645527405,47.74303,8.99896\n10251,1645527406,47.74303,8.99896\n10252,1645527407,47.74303,8.99896\n10253,1645527408,47.74303,8.99895\n10254,1645527409,47.74303,8.99895\n10255,1645527410,47.74303,8.99895\n10256,1645527411,47.74304,8.99895\n10257,1645527412,47.74304,8.99895\n10258,1645527413,47.74304,8.99895\n10259,1645527414,47.74304,8.99895\n10260,1645527415,47.74304,8.99895\n10261,1645527416,47.74304,8.99895\n10262,1645527417,47.74304,8.99895\n10263,1645527418,47.74304,8.99895\n10264,1645527419,47.74304,8.99895\n10265,1645527420,47.74304,8.99895\n10266,1645527421,47.74304,8.99895\n10267,1645527422,47.74304,8.99895\n10268,1645527423,47.74305,8.99895\n10269,1645527424,47.74305,8.99895\n10270,1645527425,47.74304,8.99895\n10271,1645527426,47.74304,8.99895\n10272,1645527427,47.74305,8.99894\n10273,1645527428,47.74305,8.99894\n10274,1645527429,47.74305,8.99894\n10275,1645527430,47.74305,8.99894\n10276,1645527431,47.74305,8.99894\n10277,1645527432,47.74305,8.99894\n10278,1645527433,47.74305,8.99894\n10279,1645527434,47.74305,8.99894\n10280,1645527435,47.74305,8.99894\n10281,1645527436,47.74305,8.99894\n10282,1645527437,47.74305,8.99894\n10283,1645527438,47.74305,8.99894\n10284,1645527439,47.74305,8.99894\n10285,1645527440,47.74305,8.99894\n10286,1645527441,47.74305,8.99894\n10287,1645527442,47.74305,8.99894\n10288,1645527443,47.74305,8.99894\n10289,1645527444,47.74305,8.99894\n10290,1645527445,47.74305,8.99894\n10291,1645527446,47.74305,8.99894\n10292,1645527447,47.74305,8.99894\n10293,1645527448,47.74305,8.99894\n10294,1645527449,47.74305,8.99894\n10295,1645527450,47.74305,8.99894\n10296,1645527451,47.74305,8.99894\n10297,1645527514,47.74322,8.99861\n10298,1645527515,47.74310,8.99884\n10299,1645527516,47.74308,8.99887\n10300,1645527517,47.74305,8.99890\n10301,1645527518,47.74301,8.99895\n10302,1645527519,47.74300,8.99896\n10303,1645527520,47.74300,8.99897\n10304,1645527521,47.74300,8.99898\n10305,1645527522,47.74300,8.99898\n10306,1645527523,47.74305,8.99894\n10307,1645527525,47.74305,8.99894\n10308,1645527526,47.74305,8.99894\n10309,1645527527,47.74305,8.99894\n10310,1645527528,47.74305,8.99894\n10311,1645527529,47.74305,8.99895\n10312,1645527530,47.74305,8.99894\n10313,1645527531,47.74305,8.99894\n10314,1645527532,47.74305,8.99894\n10315,1645527533,47.74305,8.99894\n10316,1645527534,47.74305,8.99894\n10317,1645527535,47.74305,8.99894\n10318,1645527536,47.74305,8.99893\n10319,1645527537,47.74305,8.99893\n10320,1645527538,47.74305,8.99893\n10321,1645527539,47.74305,8.99893\n10322,1645527540,47.74306,8.99892\n10323,1645527541,47.74306,8.99892\n10324,1645527542,47.74305,8.99892\n10325,1645527543,47.74306,8.99892\n10326,1645527544,47.74306,8.99891\n10327,1645527545,47.74306,8.99891\n10328,1645527546,47.74306,8.99891\n10329,1645527547,47.74306,8.99891\n10330,1645527548,47.74306,8.99891\n10331,1645527549,47.74306,8.99891\n10332,1645527550,47.74306,8.99891\n10333,1645527551,47.74306,8.99891\n10334,1645527552,47.74306,8.99891\n10335,1645527553,47.74306,8.99891\n10336,1645527554,47.74306,8.99891\n10337,1645527555,47.74306,8.99891\n10338,1645527556,47.74306,8.99891\n10339,1645527557,47.74306,8.99891\n10340,1645527558,47.74306,8.99891\n10341,1645527559,47.74306,8.99891\n10342,1645527560,47.74306,8.99891\n10343,1645527561,47.74306,8.99891\n10344,1645527562,47.74306,8.99891\n10345,1645527563,47.74306,8.99891\n10346,1645527564,47.74306,8.99891\n10347,1645527627,47.74285,8.99911\n10348,1645527628,47.74293,8.99903\n10349,1645527629,47.74295,8.99903\n10350,1645527630,47.74296,8.99904\n10351,1645527631,47.74296,8.99904\n10352,1645527632,47.74296,8.99905\n10353,1645527633,47.74297,8.99906\n10354,1645527634,47.74298,8.99907\n10355,1645527635,47.74299,8.99906\n10356,1645527636,47.74300,8.99906\n10357,1645527637,47.74305,8.99902\n10358,1645527639,47.74306,8.99902\n10359,1645527640,47.74307,8.99902\n10360,1645527641,47.74307,8.99902\n10361,1645527642,47.74307,8.99902\n10362,1645527643,47.74308,8.99901\n10363,1645527644,47.74308,8.99901\n10364,1645527645,47.74308,8.99901\n10365,1645527646,47.74309,8.99901\n10366,1645527647,47.74308,8.99901\n10367,1645527648,47.74308,8.99901\n10368,1645527649,47.74308,8.99902\n10369,1645527650,47.74308,8.99902\n10370,1645527651,47.74308,8.99902\n10371,1645527652,47.74308,8.99902\n10372,1645527653,47.74308,8.99902\n10373,1645527654,47.74308,8.99901\n10374,1645527655,47.74308,8.99901\n10375,1645527656,47.74308,8.99901\n10376,1645527657,47.74308,8.99901\n10377,1645527658,47.74308,8.99901\n10378,1645527659,47.74308,8.99901\n10379,1645527660,47.74308,8.99900\n10380,1645527661,47.74308,8.99900\n10381,1645527662,47.74308,8.99900\n10382,1645527663,47.74308,8.99900\n10383,1645527664,47.74308,8.99900\n10384,1645527665,47.74308,8.99900\n10385,1645527666,47.74308,8.99900\n10386,1645527667,47.74308,8.99900\n10387,1645527668,47.74308,8.99901\n10388,1645527669,47.74308,8.99901\n10389,1645527670,47.74308,8.99900\n10390,1645527671,47.74308,8.99900\n10391,1645527672,47.74308,8.99900\n10392,1645527673,47.74308,8.99900\n10393,1645527674,47.74308,8.99900\n10394,1645527675,47.74308,8.99900\n10395,1645527676,47.74308,8.99900\n10396,1645527677,47.74308,8.99900\n10397,1645527678,47.74308,8.99900\n10398,1645527679,47.74308,8.99900\n10399,1645527743,47.74294,8.99893\n10400,1645527744,47.74295,8.99896\n10401,1645527745,47.74297,8.99897\n10402,1645527746,47.74298,8.99897\n10403,1645527747,47.74299,8.99897\n10404,1645527748,47.74301,8.99896\n10405,1645527749,47.74301,8.99896\n10406,1645527750,47.74302,8.99895\n10407,1645527751,47.74305,8.99892\n10408,1645527753,47.74305,8.99893\n10409,1645527754,47.74305,8.99894\n10410,1645527755,47.74305,8.99894\n10411,1645527756,47.74305,8.99895\n10412,1645527757,47.74305,8.99896\n10413,1645527758,47.74305,8.99896\n10414,1645527759,47.74305,8.99897\n10415,1645527760,47.74305,8.99897\n10416,1645527761,47.74305,8.99897\n10417,1645527762,47.74305,8.99898\n10418,1645527763,47.74305,8.99898\n10419,1645527764,47.74305,8.99898\n10420,1645527765,47.74305,8.99898\n10421,1645527766,47.74305,8.99898\n10422,1645527767,47.74305,8.99899\n10423,1645527768,47.74305,8.99899\n10424,1645527769,47.74305,8.99899\n10425,1645527770,47.74305,8.99899\n10426,1645527771,47.74304,8.99900\n10427,1645527772,47.74304,8.99900\n10428,1645527773,47.74304,8.99901\n10429,1645527774,47.74304,8.99901\n10430,1645527775,47.74305,8.99902\n10431,1645527839,47.74291,8.99906\n10432,1645527840,47.74299,8.99903\n10433,1645527841,47.74299,8.99903\n10434,1645527842,47.74299,8.99903\n10435,1645527843,47.74299,8.99903\n10436,1645527844,47.74297,8.99905\n10437,1645527845,47.74296,8.99906\n10438,1645527846,47.74296,8.99906\n10439,1645527847,47.74296,8.99905\n10440,1645527848,47.74298,8.99902\n10441,1645527850,47.74298,8.99902\n10442,1645527851,47.74298,8.99902\n10443,1645527852,47.74297,8.99903\n10444,1645527853,47.74298,8.99903\n10445,1645527854,47.74298,8.99903\n10446,1645527855,47.74299,8.99903\n10447,1645527856,47.74299,8.99903\n10448,1645527857,47.74299,8.99903\n10449,1645527858,47.74299,8.99903\n10450,1645527859,47.74299,8.99903\n10451,1645527860,47.74299,8.99903\n10452,1645527861,47.74299,8.99902\n10453,1645527862,47.74299,8.99902\n10454,1645527863,47.74299,8.99902\n10455,1645527864,47.74299,8.99901\n10456,1645527865,47.74299,8.99901\n10457,1645527866,47.74299,8.99901\n10458,1645527867,47.74299,8.99901\n10459,1645527868,47.74299,8.99901\n10460,1645527869,47.74300,8.99901\n10461,1645527870,47.74300,8.99901\n10462,1645527871,47.74300,8.99901\n10463,1645527872,47.74300,8.99901\n10464,1645527873,47.74301,8.99900\n10465,1645527874,47.74301,8.99900\n10466,1645527875,47.74301,8.99900\n10467,1645527876,47.74301,8.99900\n10468,1645527877,47.74301,8.99900\n10469,1645527878,47.74302,8.99900\n10470,1645527879,47.74302,8.99900\n10471,1645527880,47.74302,8.99900\n10472,1645527881,47.74302,8.99900\n10473,1645527882,47.74302,8.99900\n10474,1645527883,47.74302,8.99900\n10475,1645527946,47.74294,8.99899\n10476,1645527947,47.74298,8.99900\n10477,1645527948,47.74300,8.99906\n10478,1645527949,47.74301,8.99906\n10479,1645527950,47.74302,8.99905\n10480,1645527951,47.74302,8.99904\n10481,1645527952,47.74302,8.99905\n10482,1645527953,47.74302,8.99905\n10483,1645527954,47.74302,8.99905\n10484,1645527955,47.74302,8.99905\n10485,1645527956,47.74305,8.99902\n10486,1645527958,47.74305,8.99902\n10487,1645527959,47.74305,8.99901\n10488,1645527960,47.74305,8.99901\n10489,1645527961,47.74304,8.99900\n10490,1645527962,47.74304,8.99900\n10491,1645527963,47.74304,8.99900\n10492,1645527964,47.74304,8.99900\n10493,1645527965,47.74304,8.99900\n10494,1645527966,47.74304,8.99900\n10495,1645527967,47.74304,8.99900\n10496,1645527968,47.74304,8.99899\n10497,1645527969,47.74304,8.99899\n10498,1645527970,47.74303,8.99899\n10499,1645527971,47.74303,8.99899\n10500,1645527972,47.74303,8.99899\n10501,1645527973,47.74303,8.99900\n10502,1645527974,47.74303,8.99900\n10503,1645527975,47.74303,8.99900\n10504,1645527976,47.74303,8.99900\n10505,1645527977,47.74303,8.99900\n10506,1645527978,47.74303,8.99900\n10507,1645527979,47.74303,8.99900\n10508,1645528045,47.74305,8.99894\n10509,1645528046,47.74302,8.99899\n10510,1645528047,47.74302,8.99899\n10511,1645528048,47.74301,8.99899\n10512,1645528049,47.74301,8.99900\n10513,1645528050,47.74301,8.99900\n10514,1645528051,47.74306,8.99895\n10515,1645528053,47.74306,8.99895\n10516,1645528054,47.74306,8.99895\n10517,1645528055,47.74307,8.99894\n10518,1645528056,47.74307,8.99894\n10519,1645528057,47.74307,8.99894\n10520,1645528058,47.74307,8.99894\n10521,1645528059,47.74307,8.99894\n10522,1645528060,47.74307,8.99894\n10523,1645528061,47.74307,8.99894\n10524,1645528062,47.74308,8.99894\n10525,1645528063,47.74308,8.99894\n10526,1645528064,47.74308,8.99895\n10527,1645528065,47.74308,8.99895\n10528,1645528066,47.74308,8.99895\n10529,1645528067,47.74307,8.99895\n10530,1645528068,47.74307,8.99895\n10531,1645528069,47.74307,8.99895\n10532,1645528070,47.74307,8.99895\n10533,1645528071,47.74307,8.99895\n10534,1645528072,47.74307,8.99895\n10535,1645528073,47.74307,8.99895\n10536,1645528074,47.74307,8.99895\n10537,1645528075,47.74307,8.99895\n10538,1645528140,47.74308,8.99902\n10539,1645528141,47.74308,8.99902\n10540,1645528142,47.74307,8.99901\n10541,1645528143,47.74307,8.99902\n10542,1645528144,47.74308,8.99901\n10543,1645528145,47.74308,8.99900\n10544,1645528146,47.74308,8.99900\n10545,1645528147,47.74306,8.99902\n10546,1645528149,47.74306,8.99901\n10547,1645528150,47.74305,8.99901\n10548,1645528151,47.74305,8.99901\n10549,1645528152,47.74305,8.99901\n10550,1645528153,47.74305,8.99901\n10551,1645528154,47.74305,8.99901\n10552,1645528155,47.74305,8.99901\n10553,1645528156,47.74305,8.99901\n10554,1645528157,47.74305,8.99900\n10555,1645528158,47.74305,8.99900\n10556,1645528159,47.74305,8.99899\n10557,1645528160,47.74305,8.99899\n10558,1645528161,47.74305,8.99899\n10559,1645528162,47.74305,8.99899\n10560,1645528163,47.74305,8.99898\n10561,1645528164,47.74306,8.99898\n10562,1645528165,47.74306,8.99898\n10563,1645528166,47.74306,8.99897\n10564,1645528167,47.74306,8.99897\n10565,1645528234,47.74272,8.99944\n10566,1645528235,47.74277,8.99935\n10567,1645528236,47.74289,8.99917\n10568,1645528237,47.74302,8.99897\n10569,1645528239,47.74303,8.99896\n10570,1645528240,47.74303,8.99895\n10571,1645528241,47.74304,8.99895\n10572,1645528242,47.74304,8.99894\n10573,1645528243,47.74304,8.99895\n10574,1645528244,47.74304,8.99894\n10575,1645528245,47.74305,8.99894\n10576,1645528246,47.74305,8.99894\n10577,1645528247,47.74305,8.99895\n10578,1645528248,47.74305,8.99895\n10579,1645528249,47.74304,8.99895\n10580,1645528250,47.74304,8.99895\n10581,1645528251,47.74304,8.99896\n10582,1645528252,47.74304,8.99896\n10583,1645528253,47.74304,8.99896\n10584,1645528254,47.74304,8.99896\n10585,1645528255,47.74303,8.99896\n10586,1645528323,47.74291,8.99911\n10587,1645528324,47.74293,8.99909\n10588,1645528325,47.74291,8.99911\n10589,1645528326,47.74291,8.99910\n10590,1645528327,47.74301,8.99896\n10591,1645528329,47.74301,8.99897\n10592,1645528330,47.74301,8.99898\n10593,1645528331,47.74300,8.99898\n10594,1645528332,47.74300,8.99898\n10595,1645528333,47.74300,8.99899\n10596,1645528334,47.74300,8.99899\n10597,1645528335,47.74300,8.99899\n10598,1645528336,47.74300,8.99899\n10599,1645528337,47.74300,8.99900\n10600,1645528338,47.74300,8.99900\n10601,1645528339,47.74299,8.99900\n10602,1645528340,47.74300,8.99900\n10603,1645528341,47.74300,8.99900\n10604,1645528342,47.74300,8.99900\n10605,1645528343,47.74300,8.99900\n10606,1645528344,47.74300,8.99900\n10607,1645528345,47.74300,8.99900\n10608,1645528346,47.74300,8.99899\n10609,1645528347,47.74301,8.99899\n10610,1645528410,47.74284,8.99934\n10611,1645528411,47.74305,8.99907\n10612,1645528412,47.74304,8.99907\n10613,1645528413,47.74305,8.99905\n10614,1645528414,47.74303,8.99905\n10615,1645528415,47.74302,8.99905\n10616,1645528416,47.74302,8.99905\n10617,1645528417,47.74303,8.99902\n10618,1645528419,47.74303,8.99903\n10619,1645528420,47.74303,8.99902\n10620,1645528421,47.74304,8.99901\n10621,1645528422,47.74304,8.99902\n10622,1645528423,47.74304,8.99902\n10623,1645528424,47.74304,8.99902\n10624,1645528425,47.74304,8.99902\n10625,1645528426,47.74304,8.99902\n10626,1645528427,47.74304,8.99902\n10627,1645528428,47.74303,8.99903\n10628,1645528491,47.74316,8.99874\n10629,1645528492,47.74314,8.99879\n10630,1645528493,47.74302,8.99896\n10631,1645528496,47.74303,8.99895\n10632,1645528497,47.74299,8.99901\n10633,1645528498,47.74299,8.99901\n10634,1645528499,47.74297,8.99904\n10635,1645528500,47.74295,8.99907\n10636,1645528501,47.74299,8.99900\n10637,1645528503,47.74300,8.99900\n10638,1645528504,47.74300,8.99901\n10639,1645528505,47.74299,8.99901\n10640,1645528506,47.74299,8.99901\n10641,1645528507,47.74299,8.99901\n10642,1645528508,47.74299,8.99902\n10643,1645528509,47.74299,8.99902\n10644,1645528510,47.74299,8.99902\n10645,1645528511,47.74300,8.99902\n10646,1645528512,47.74300,8.99902\n10647,1645528575,47.74305,8.99889\n10648,1645528576,47.74304,8.99892\n10649,1645528577,47.74299,8.99899\n10650,1645528578,47.74300,8.99899\n10651,1645528579,47.74299,8.99900\n10652,1645528580,47.74298,8.99902\n10653,1645528581,47.74298,8.99901\n10654,1645528582,47.74298,8.99902\n10655,1645528583,47.74298,8.99902\n10656,1645528584,47.74297,8.99902\n10657,1645528585,47.74298,8.99902\n10658,1645528586,47.74304,8.99893\n10659,1645528588,47.74304,8.99893\n10660,1645528589,47.74303,8.99894\n10661,1645528590,47.74303,8.99894\n10662,1645528591,47.74303,8.99895\n10663,1645528592,47.74302,8.99896\n10664,1645528593,47.74302,8.99897\n10665,1645528594,47.74302,8.99897\n10666,1645528595,47.74302,8.99897\n10667,1645528596,47.74302,8.99898\n10668,1645528663,47.74292,8.99915\n10669,1645528664,47.74292,8.99913\n10670,1645528665,47.74292,8.99913\n10671,1645528666,47.74293,8.99912\n10672,1645528667,47.74293,8.99912\n10673,1645528668,47.74293,8.99912\n10674,1645528669,47.74292,8.99910\n10675,1645528670,47.74303,8.99892\n10676,1645528672,47.74302,8.99893\n10677,1645528673,47.74302,8.99894\n10678,1645528674,47.74302,8.99895\n10679,1645528675,47.74302,8.99895\n10680,1645528676,47.74302,8.99895\n10681,1645528677,47.74302,8.99895\n10682,1645528678,47.74302,8.99896\n10683,1645528679,47.74302,8.99896\n10684,1645528680,47.74302,8.99896\n10685,1645528743,47.74295,8.99891\n10686,1645528744,47.74296,8.99897\n10687,1645528745,47.74297,8.99898\n10688,1645528746,47.74298,8.99898\n10689,1645528747,47.74298,8.99899\n10690,1645528748,47.74299,8.99900\n10691,1645528749,47.74299,8.99900\n10692,1645528750,47.74300,8.99900\n10693,1645528751,47.74300,8.99900\n10694,1645528752,47.74301,8.99900\n10695,1645528753,47.74301,8.99900\n10696,1645528754,47.74301,8.99901\n10697,1645528756,47.74301,8.99901\n10698,1645528757,47.74301,8.99901\n10699,1645528758,47.74301,8.99902\n10700,1645528759,47.74301,8.99902\n10701,1645528760,47.74301,8.99902\n10702,1645528761,47.74301,8.99902\n10703,1645528762,47.74301,8.99902\n10704,1645528763,47.74301,8.99902\n10705,1645528764,47.74301,8.99902\n10706,1645528832,47.74296,8.99909\n10707,1645528833,47.74294,8.99912\n10708,1645528834,47.74294,8.99912\n10709,1645528835,47.74292,8.99915\n10710,1645528836,47.74293,8.99913\n10711,1645528837,47.74293,8.99912\n10712,1645528838,47.74302,8.99898\n10713,1645528840,47.74302,8.99898\n10714,1645528841,47.74302,8.99899\n10715,1645528842,47.74302,8.99900\n10716,1645528843,47.74301,8.99900\n10717,1645528844,47.74302,8.99900\n10718,1645528845,47.74302,8.99899\n10719,1645528846,47.74302,8.99899\n10720,1645528847,47.74302,8.99899\n10721,1645528848,47.74302,8.99899\n10722,1645528849,47.74302,8.99899\n10723,1645528913,47.74296,8.99909\n10724,1645528914,47.74297,8.99909\n10725,1645528915,47.74298,8.99908\n10726,1645528916,47.74299,8.99908\n10727,1645528917,47.74299,8.99908\n10728,1645528918,47.74299,8.99908\n10729,1645528919,47.74299,8.99907\n10730,1645528920,47.74299,8.99907\n10731,1645528921,47.74300,8.99907\n10732,1645528922,47.74305,8.99900\n10733,1645528924,47.74305,8.99900\n10734,1645528925,47.74305,8.99899\n10735,1645528926,47.74306,8.99899\n10736,1645528927,47.74306,8.99899\n10737,1645528928,47.74305,8.99900\n10738,1645528929,47.74305,8.99900\n10739,1645528930,47.74305,8.99901\n10740,1645528931,47.74305,8.99901\n10741,1645528932,47.74305,8.99901\n10742,1645528933,47.74305,8.99901\n10743,1645528934,47.74305,8.99902\n10744,1645528935,47.74305,8.99902\n10745,1645528936,47.74305,8.99902\n10746,1645528937,47.74305,8.99902\n10747,1645528938,47.74305,8.99902\n10748,1645529001,47.74306,8.99909\n10749,1645529002,47.74304,8.99909\n10750,1645529003,47.74304,8.99908\n10751,1645529004,47.74305,8.99906\n10752,1645529005,47.74304,8.99906\n10753,1645529006,47.74304,8.99905\n10754,1645529007,47.74304,8.99904\n10755,1645529008,47.74304,8.99904\n10756,1645529009,47.74304,8.99903\n10757,1645529010,47.74305,8.99903\n10758,1645529011,47.74305,8.99903\n10759,1645529012,47.74307,8.99901\n10760,1645529014,47.74307,8.99901\n10761,1645529015,47.74306,8.99901\n10762,1645529016,47.74306,8.99901\n10763,1645529017,47.74306,8.99901\n10764,1645529018,47.74305,8.99902\n10765,1645529019,47.74305,8.99902\n10766,1645529082,47.74300,8.99899\n10767,1645529083,47.74290,8.99902\n10768,1645529084,47.74292,8.99901\n10769,1645529085,47.74293,8.99902\n10770,1645529086,47.74294,8.99901\n10771,1645529087,47.74294,8.99901\n10772,1645529088,47.74295,8.99901\n10773,1645529089,47.74296,8.99900\n10774,1645529090,47.74295,8.99903\n10775,1645529092,47.74296,8.99902\n10776,1645529093,47.74296,8.99902\n10777,1645529094,47.74297,8.99902\n10778,1645529095,47.74297,8.99902\n10779,1645529096,47.74297,8.99902\n10780,1645529097,47.74297,8.99902\n10781,1645529098,47.74297,8.99902\n10782,1645529099,47.74297,8.99902\n10783,1645529100,47.74298,8.99902\n10784,1645529165,47.74301,8.99895\n10785,1645529166,47.74301,8.99894\n10786,1645529167,47.74301,8.99895\n10787,1645529168,47.74301,8.99895\n10788,1645529169,47.74301,8.99895\n10789,1645529170,47.74300,8.99896\n10790,1645529171,47.74301,8.99895\n10791,1645529172,47.74302,8.99894\n10792,1645529173,47.74301,8.99895\n10793,1645529174,47.74302,8.99894\n10794,1645529176,47.74302,8.99894\n10795,1645529177,47.74302,8.99894\n10796,1645529178,47.74302,8.99895\n10797,1645529179,47.74301,8.99896\n10798,1645529242,47.74314,8.99888\n10799,1645529243,47.74299,8.99907\n10800,1645529244,47.74295,8.99908\n10801,1645529245,47.74295,8.99908\n10802,1645529246,47.74296,8.99907\n10803,1645529247,47.74297,8.99906\n10804,1645529248,47.74298,8.99905\n10805,1645529249,47.74298,8.99904\n10806,1645529250,47.74299,8.99903\n10807,1645529251,47.74299,8.99903\n10808,1645529252,47.74301,8.99899\n10809,1645529254,47.74301,8.99899\n10810,1645529255,47.74301,8.99900\n10811,1645529256,47.74301,8.99900\n10812,1645529257,47.74301,8.99900\n10813,1645529258,47.74301,8.99900\n10814,1645529321,47.74323,8.99890\n10815,1645529322,47.74323,8.99890\n10816,1645529323,47.74323,8.99891\n10817,1645529324,47.74320,8.99894\n10818,1645529325,47.74309,8.99897\n10819,1645529326,47.74307,8.99898\n10820,1645529327,47.74305,8.99898\n10821,1645529328,47.74303,8.99898\n10822,1645529329,47.74303,8.99898\n10823,1645529330,47.74303,8.99895\n10824,1645529332,47.74303,8.99895\n10825,1645529333,47.74302,8.99895\n10826,1645529334,47.74302,8.99896\n10827,1645529335,47.74302,8.99896\n10828,1645529336,47.74301,8.99897\n10829,1645529400,47.74309,8.99896\n10830,1645529401,47.74301,8.99900\n10831,1645529402,47.74300,8.99901\n10832,1645529403,47.74302,8.99901\n10833,1645529404,47.74303,8.99900\n10834,1645529405,47.74302,8.99900\n10835,1645529406,47.74303,8.99899\n10836,1645529407,47.74303,8.99899\n10837,1645529408,47.74302,8.99907\n10838,1645529410,47.74301,8.99907\n10839,1645529411,47.74301,8.99906\n10840,1645529412,47.74301,8.99906\n10841,1645529413,47.74301,8.99905\n10842,1645529414,47.74301,8.99905"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220222_1s_Interval_10842_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 32, TOs: 0/0, ErrorsOrGF: 0, TTFF: 84\nFixes: 10842, Avg. time to fix: 0 s, Avg. HDOP (x10): 9\n\ncount,timestamp,lat,lon\n1,1645517089,47.74302,8.99891\n2,1645517091,47.74306,8.99892\n3,1645517092,47.74307,8.99892\n4,1645517093,47.74307,8.99893\n5,1645517094,47.74307,8.99893\n6,1645517095,47.74307,8.99893\n7,1645517096,47.74308,8.99893\n8,1645517097,47.74308,8.99894\n9,1645517098,47.74307,8.99894\n10,1645517099,47.74307,8.99895\n11,1645517100,47.74307,8.99895\n12,1645517101,47.74307,8.99895\n13,1645517102,47.74307,8.99896\n14,1645517103,47.74307,8.99896\n15,1645517104,47.74307,8.99896\n16,1645517105,47.74307,8.99896\n17,1645517106,47.74307,8.99896\n18,1645517107,47.74307,8.99896\n19,1645517108,47.74307,8.99896\n20,1645517109,47.74307,8.99896\n21,1645517110,47.74307,8.99896\n22,1645517111,47.74307,8.99896\n23,1645517112,47.74307,8.99897\n24,1645517113,47.74307,8.99897\n25,1645517114,47.74306,8.99896\n26,1645517115,47.74306,8.99897\n27,1645517116,47.74306,8.99897\n28,1645517117,47.74306,8.99897\n29,1645517118,47.74307,8.99897\n30,1645517119,47.74307,8.99897\n31,1645517120,47.74307,8.99897\n32,1645517121,47.74307,8.99897\n33,1645517122,47.74307,8.99897\n34,1645517123,47.74307,8.99897\n35,1645517124,47.74307,8.99897\n36,1645517125,47.74307,8.99897\n37,1645517126,47.74307,8.99897\n38,1645517127,47.74307,8.99897\n39,1645517128,47.74308,8.99897\n40,1645517129,47.74308,8.99897\n41,1645517130,47.74308,8.99897\n42,1645517131,47.74308,8.99897\n43,1645517132,47.74308,8.99897\n44,1645517133,47.74308,8.99897\n45,1645517134,47.74308,8.99898\n46,1645517135,47.74308,8.99898\n47,1645517136,47.74308,8.99898\n48,1645517137,47.74308,8.99898\n49,1645517138,47.74308,8.99898\n50,1645517139,47.74308,8.99898\n51,1645517140,47.74308,8.99898\n52,1645517141,47.74308,8.99898\n53,1645517142,47.74308,8.99898\n54,1645517143,47.74308,8.99898\n55,1645517144,47.74308,8.99898\n56,1645517145,47.74308,8.99898\n57,1645517146,47.74308,8.99898\n58,1645517147,47.74308,8.99898\n59,1645517148,47.74308,8.99898\n60,1645517149,47.74308,8.99898\n61,1645517150,47.74309,8.99898\n62,1645517151,47.74309,8.99898\n63,1645517152,47.74309,8.99898\n64,1645517153,47.74308,8.99898\n65,1645517154,47.74309,8.99898\n66,1645517155,47.74309,8.99898\n67,1645517156,47.74309,8.99898\n68,1645517157,47.74308,8.99898\n69,1645517158,47.74308,8.99898\n70,1645517159,47.74308,8.99898\n71,1645517160,47.74308,8.99898\n72,1645517161,47.74308,8.99898\n73,1645517162,47.74308,8.99898\n74,1645517163,47.74308,8.99898\n75,1645517164,47.74308,8.99898\n76,1645517165,47.74308,8.99898\n77,1645517166,47.74308,8.99899\n78,1645517167,47.74308,8.99899\n79,1645517168,47.74308,8.99899\n80,1645517169,47.74308,8.99899\n81,1645517170,47.74308,8.99899\n82,1645517171,47.74308,8.99899\n83,1645517172,47.74308,8.99899\n84,1645517173,47.74308,8.99899\n85,1645517174,47.74308,8.99899\n86,1645517175,47.74309,8.99899\n87,1645517176,47.74309,8.99899\n88,1645517177,47.74309,8.99899\n89,1645517178,47.74309,8.99899\n90,1645517179,47.74309,8.99899\n91,1645517180,47.74309,8.99899\n92,1645517181,47.74309,8.99899\n93,1645517182,47.74309,8.99899\n94,1645517183,47.74309,8.99899\n95,1645517184,47.74309,8.99899\n96,1645517185,47.74309,8.99899\n97,1645517186,47.74309,8.99899\n98,1645517187,47.74309,8.99899\n99,1645517188,47.74309,8.99899\n100,1645517189,47.74309,8.99899\n101,1645517190,47.74309,8.99899\n102,1645517191,47.74309,8.99899\n103,1645517192,47.74309,8.99899\n104,1645517193,47.74309,8.99899\n105,1645517194,47.74309,8.99899\n106,1645517195,47.74309,8.99899\n107,1645517196,47.74309,8.99899\n108,1645517197,47.74309,8.99899\n109,1645517198,47.74309,8.99899\n110,1645517199,47.74309,8.99899\n111,1645517200,47.74309,8.99899\n112,1645517201,47.74309,8.99898\n113,1645517202,47.74309,8.99898\n114,1645517203,47.74309,8.99898\n115,1645517204,47.74309,8.99898\n116,1645517205,47.74309,8.99898\n117,1645517206,47.74309,8.99898\n118,1645517207,47.74309,8.99898\n119,1645517208,47.74309,8.99898\n120,1645517209,47.74309,8.99898\n121,1645517210,47.74309,8.99898\n122,1645517211,47.74309,8.99898\n123,1645517212,47.74309,8.99898\n124,1645517213,47.74309,8.99898\n125,1645517214,47.74309,8.99898\n126,1645517215,47.74309,8.99898\n127,1645517216,47.74309,8.99898\n128,1645517217,47.74309,8.99898\n129,1645517218,47.74309,8.99898\n130,1645517219,47.74309,8.99898\n131,1645517220,47.74309,8.99898\n132,1645517221,47.74308,8.99898\n133,1645517222,47.74308,8.99898\n134,1645517223,47.74309,8.99898\n135,1645517224,47.74309,8.99898\n136,1645517225,47.74308,8.99899\n137,1645517226,47.74308,8.99899\n138,1645517227,47.74308,8.99899\n139,1645517228,47.74308,8.99899\n140,1645517229,47.74308,8.99898\n141,1645517230,47.74308,8.99898\n142,1645517231,47.74308,8.99898\n143,1645517232,47.74308,8.99898\n144,1645517233,47.74308,8.99898\n145,1645517234,47.74308,8.99898\n146,1645517235,47.74308,8.99899\n147,1645517236,47.74308,8.99898\n148,1645517237,47.74308,8.99898\n149,1645517238,47.74308,8.99899\n150,1645517239,47.74308,8.99899\n151,1645517240,47.74308,8.99899\n152,1645517241,47.74308,8.99898\n153,1645517242,47.74308,8.99898\n154,1645517243,47.74308,8.99898\n155,1645517244,47.74308,8.99898\n156,1645517245,47.74308,8.99898\n157,1645517246,47.74308,8.99898\n158,1645517247,47.74308,8.99898\n159,1645517248,47.74308,8.99898\n160,1645517249,47.74308,8.99898\n161,1645517250,47.74308,8.99898\n162,1645517251,47.74308,8.99898\n163,1645517252,47.74308,8.99898\n164,1645517253,47.74308,8.99898\n165,1645517254,47.74308,8.99898\n166,1645517255,47.74308,8.99898\n167,1645517256,47.74308,8.99898\n168,1645517257,47.74308,8.99898\n169,1645517258,47.74308,8.99898\n170,1645517259,47.74308,8.99898\n171,1645517260,47.74308,8.99898\n172,1645517261,47.74308,8.99898\n173,1645517262,47.74308,8.99898\n174,1645517263,47.74308,8.99898\n175,1645517264,47.74308,8.99898\n176,1645517265,47.74308,8.99898\n177,1645517266,47.74308,8.99898\n178,1645517267,47.74308,8.99898\n179,1645517268,47.74308,8.99898\n180,1645517269,47.74308,8.99898\n181,1645517270,47.74308,8.99898\n182,1645517271,47.74308,8.99898\n183,1645517272,47.74308,8.99898\n184,1645517273,47.74308,8.99898\n185,1645517274,47.74308,8.99898\n186,1645517275,47.74308,8.99898\n187,1645517276,47.74308,8.99898\n188,1645517277,47.74308,8.99898\n189,1645517278,47.74308,8.99898\n190,1645517279,47.74308,8.99898\n191,1645517280,47.74308,8.99898\n192,1645517281,47.74308,8.99897\n193,1645517282,47.74308,8.99897\n194,1645517283,47.74308,8.99897\n195,1645517284,47.74308,8.99897\n196,1645517285,47.74308,8.99897\n197,1645517286,47.74308,8.99897\n198,1645517287,47.74308,8.99897\n199,1645517288,47.74308,8.99897\n200,1645517289,47.74307,8.99897\n201,1645517290,47.74307,8.99897\n202,1645517291,47.74307,8.99897\n203,1645517292,47.74307,8.99897\n204,1645517293,47.74307,8.99897\n205,1645517294,47.74307,8.99897\n206,1645517295,47.74307,8.99897\n207,1645517296,47.74307,8.99897\n208,1645517297,47.74307,8.99897\n209,1645517298,47.74307,8.99897\n210,1645517299,47.74307,8.99897\n211,1645517300,47.74307,8.99897\n212,1645517301,47.74307,8.99897\n213,1645517302,47.74306,8.99897\n214,1645517303,47.74306,8.99897\n215,1645517304,47.74306,8.99898\n216,1645517305,47.74306,8.99898\n217,1645517306,47.74306,8.99898\n218,1645517307,47.74306,8.99898\n219,1645517308,47.74306,8.99898\n220,1645517309,47.74306,8.99898\n221,1645517310,47.74306,8.99898\n222,1645517311,47.74306,8.99898\n223,1645517312,47.74306,8.99898\n224,1645517313,47.74306,8.99897\n225,1645517314,47.74306,8.99897\n226,1645517315,47.74306,8.99897\n227,1645517316,47.74306,8.99897\n228,1645517317,47.74306,8.99897\n229,1645517318,47.74306,8.99897\n230,1645517319,47.74306,8.99897\n231,1645517320,47.74305,8.99897\n232,1645517321,47.74305,8.99897\n233,1645517322,47.74305,8.99897\n234,1645517323,47.74305,8.99897\n235,1645517324,47.74305,8.99897\n236,1645517325,47.74305,8.99897\n237,1645517326,47.74305,8.99897\n238,1645517327,47.74305,8.99897\n239,1645517328,47.74305,8.99897\n240,1645517329,47.74305,8.99897\n241,1645517330,47.74304,8.99897\n242,1645517331,47.74304,8.99897\n243,1645517332,47.74304,8.99897\n244,1645517333,47.74304,8.99897\n245,1645517334,47.74304,8.99897\n246,1645517335,47.74304,8.99897\n247,1645517336,47.74304,8.99897\n248,1645517337,47.74304,8.99897\n249,1645517338,47.74304,8.99897\n250,1645517339,47.74304,8.99897\n251,1645517340,47.74304,8.99897\n252,1645517341,47.74304,8.99897\n253,1645517342,47.74304,8.99897\n254,1645517343,47.74304,8.99897\n255,1645517344,47.74304,8.99897\n256,1645517345,47.74304,8.99897\n257,1645517346,47.74305,8.99897\n258,1645517347,47.74305,8.99897\n259,1645517348,47.74305,8.99897\n260,1645517349,47.74305,8.99897\n261,1645517350,47.74305,8.99897\n262,1645517351,47.74305,8.99897\n263,1645517352,47.74305,8.99897\n264,1645517353,47.74305,8.99897\n265,1645517354,47.74305,8.99897\n266,1645517355,47.74305,8.99897\n267,1645517356,47.74305,8.99897\n268,1645517357,47.74305,8.99897\n269,1645517358,47.74305,8.99897\n270,1645517359,47.74305,8.99897\n271,1645517360,47.74304,8.99897\n272,1645517361,47.74304,8.99897\n273,1645517362,47.74304,8.99897\n274,1645517363,47.74304,8.99897\n275,1645517364,47.74305,8.99897\n276,1645517365,47.74305,8.99897\n277,1645517366,47.74305,8.99897\n278,1645517367,47.74305,8.99897\n279,1645517368,47.74305,8.99897\n280,1645517369,47.74305,8.99897\n281,1645517370,47.74305,8.99897\n282,1645517371,47.74305,8.99897\n283,1645517372,47.74305,8.99897\n284,1645517373,47.74305,8.99897\n285,1645517374,47.74305,8.99897\n286,1645517375,47.74305,8.99897\n287,1645517376,47.74305,8.99897\n288,1645517377,47.74306,8.99897\n289,1645517378,47.74306,8.99897\n290,1645517379,47.74306,8.99897\n291,1645517380,47.74306,8.99898\n292,1645517381,47.74306,8.99898\n293,1645517382,47.74306,8.99898\n294,1645517383,47.74306,8.99898\n295,1645517384,47.74306,8.99898\n296,1645517385,47.74306,8.99898\n297,1645517386,47.74306,8.99898\n298,1645517387,47.74306,8.99898\n299,1645517388,47.74306,8.99898\n300,1645517389,47.74306,8.99898\n301,1645517390,47.74306,8.99898\n302,1645517391,47.74306,8.99898\n303,1645517392,47.74306,8.99898\n304,1645517393,47.74306,8.99898\n305,1645517394,47.74306,8.99898\n306,1645517395,47.74307,8.99898\n307,1645517396,47.74307,8.99898\n308,1645517397,47.74307,8.99898\n309,1645517398,47.74307,8.99898\n310,1645517399,47.74307,8.99898\n311,1645517400,47.74307,8.99898\n312,1645517401,47.74307,8.99898\n313,1645517402,47.74307,8.99898\n314,1645517403,47.74307,8.99898\n315,1645517404,47.74307,8.99898\n316,1645517405,47.74307,8.99898\n317,1645517406,47.74307,8.99898\n318,1645517407,47.74307,8.99898\n319,1645517408,47.74307,8.99898\n320,1645517409,47.74307,8.99899\n321,1645517410,47.74307,8.99899\n322,1645517411,47.74307,8.99899\n323,1645517412,47.74307,8.99899\n324,1645517413,47.74307,8.99899\n325,1645517414,47.74307,8.99899\n326,1645517415,47.74307,8.99899\n327,1645517416,47.74307,8.99899\n328,1645517417,47.74306,8.99899\n329,1645517418,47.74306,8.99899\n330,1645517419,47.74306,8.99898\n331,1645517420,47.74307,8.99898\n332,1645517421,47.74307,8.99898\n333,1645517422,47.74307,8.99898\n334,1645517423,47.74307,8.99898\n335,1645517424,47.74307,8.99898\n336,1645517425,47.74307,8.99898\n337,1645517426,47.74307,8.99897\n338,1645517427,47.74307,8.99897\n339,1645517428,47.74307,8.99898\n340,1645517429,47.74308,8.99897\n341,1645517430,47.74308,8.99897\n342,1645517431,47.74307,8.99897\n343,1645517432,47.74307,8.99897\n344,1645517433,47.74307,8.99897\n345,1645517434,47.74307,8.99897\n346,1645517435,47.74307,8.99897\n347,1645517436,47.74307,8.99897\n348,1645517437,47.74307,8.99897\n349,1645517438,47.74306,8.99897\n350,1645517439,47.74306,8.99897\n351,1645517440,47.74306,8.99897\n352,1645517441,47.74306,8.99896\n353,1645517442,47.74306,8.99896\n354,1645517443,47.74306,8.99896\n355,1645517444,47.74306,8.99896\n356,1645517445,47.74305,8.99896\n357,1645517446,47.74305,8.99896\n358,1645517447,47.74306,8.99896\n359,1645517448,47.74306,8.99896\n360,1645517449,47.74306,8.99896\n361,1645517450,47.74305,8.99895\n362,1645517451,47.74306,8.99895\n363,1645517452,47.74305,8.99895\n364,1645517453,47.74305,8.99895\n365,1645517454,47.74305,8.99895\n366,1645517455,47.74305,8.99895\n367,1645517456,47.74305,8.99895\n368,1645517457,47.74305,8.99895\n369,1645517458,47.74305,8.99895\n370,1645517459,47.74305,8.99895\n371,1645517460,47.74305,8.99895\n372,1645517461,47.74306,8.99895\n373,1645517462,47.74306,8.99895\n374,1645517463,47.74306,8.99895\n375,1645517464,47.74306,8.99895\n376,1645517465,47.74306,8.99895\n377,1645517466,47.74306,8.99895\n378,1645517467,47.74306,8.99895\n379,1645517468,47.74306,8.99895\n380,1645517469,47.74305,8.99896\n381,1645517470,47.74305,8.99895\n382,1645517471,47.74305,8.99895\n383,1645517472,47.74305,8.99895\n384,1645517473,47.74305,8.99895\n385,1645517474,47.74305,8.99895\n386,1645517475,47.74305,8.99895\n387,1645517476,47.74305,8.99895\n388,1645517477,47.74305,8.99895\n389,1645517478,47.74304,8.99895\n390,1645517479,47.74304,8.99896\n391,1645517480,47.74304,8.99896\n392,1645517481,47.74304,8.99896\n393,1645517482,47.74304,8.99896\n394,1645517483,47.74304,8.99896\n395,1645517484,47.74304,8.99896\n396,1645517485,47.74304,8.99896\n397,1645517486,47.74304,8.99896\n398,1645517487,47.74304,8.99896\n399,1645517488,47.74304,8.99896\n400,1645517489,47.74304,8.99896\n401,1645517490,47.74304,8.99896\n402,1645517491,47.74304,8.99897\n403,1645517492,47.74304,8.99897\n404,1645517493,47.74304,8.99897\n405,1645517494,47.74304,8.99897\n406,1645517495,47.74304,8.99897\n407,1645517496,47.74304,8.99897\n408,1645517497,47.74304,8.99897\n409,1645517498,47.74304,8.99897\n410,1645517499,47.74303,8.99897\n411,1645517500,47.74303,8.99897\n412,1645517501,47.74303,8.99897\n413,1645517502,47.74303,8.99897\n414,1645517503,47.74303,8.99897\n415,1645517504,47.74303,8.99897\n416,1645517505,47.74303,8.99897\n417,1645517506,47.74303,8.99897\n418,1645517507,47.74303,8.99897\n419,1645517508,47.74303,8.99897\n420,1645517509,47.74304,8.99897\n421,1645517510,47.74304,8.99897\n422,1645517511,47.74304,8.99897\n423,1645517512,47.74304,8.99897\n424,1645517513,47.74304,8.99897\n425,1645517514,47.74304,8.99897\n426,1645517515,47.74304,8.99897\n427,1645517516,47.74304,8.99897\n428,1645517517,47.74304,8.99897\n429,1645517518,47.74304,8.99897\n430,1645517519,47.74304,8.99897\n431,1645517520,47.74304,8.99897\n432,1645517521,47.74304,8.99897\n433,1645517522,47.74304,8.99897\n434,1645517523,47.74304,8.99897\n435,1645517524,47.74304,8.99897\n436,1645517525,47.74304,8.99897\n437,1645517526,47.74304,8.99897\n438,1645517527,47.74304,8.99897\n439,1645517528,47.74304,8.99897\n440,1645517529,47.74304,8.99896\n441,1645517530,47.74304,8.99897\n442,1645517531,47.74304,8.99896\n443,1645517532,47.74304,8.99896\n444,1645517533,47.74304,8.99896\n445,1645517534,47.74304,8.99896\n446,1645517535,47.74304,8.99896\n447,1645517536,47.74304,8.99896\n448,1645517537,47.74304,8.99896\n449,1645517538,47.74304,8.99896\n450,1645517539,47.74304,8.99896\n451,1645517540,47.74304,8.99896\n452,1645517541,47.74304,8.99896\n453,1645517542,47.74304,8.99895\n454,1645517543,47.74304,8.99896\n455,1645517544,47.74304,8.99896\n456,1645517545,47.74304,8.99896\n457,1645517546,47.74304,8.99896\n458,1645517547,47.74305,8.99896\n459,1645517548,47.74305,8.99895\n460,1645517549,47.74305,8.99895\n461,1645517550,47.74305,8.99896\n462,1645517551,47.74305,8.99896\n463,1645517552,47.74305,8.99895\n464,1645517553,47.74305,8.99896\n465,1645517554,47.74305,8.99895\n466,1645517555,47.74305,8.99895\n467,1645517556,47.74305,8.99895\n468,1645517557,47.74305,8.99895\n469,1645517558,47.74305,8.99895\n470,1645517559,47.74305,8.99895\n471,1645517560,47.74305,8.99895\n472,1645517561,47.74305,8.99895\n473,1645517562,47.74305,8.99895\n474,1645517563,47.74305,8.99895\n475,1645517564,47.74305,8.99895\n476,1645517565,47.74305,8.99895\n477,1645517566,47.74305,8.99895\n478,1645517567,47.74305,8.99895\n479,1645517568,47.74305,8.99895\n480,1645517569,47.74305,8.99895\n481,1645517570,47.74304,8.99896\n482,1645517571,47.74304,8.99896\n483,1645517572,47.74304,8.99896\n484,1645517573,47.74304,8.99896\n485,1645517574,47.74304,8.99896\n486,1645517575,47.74304,8.99896\n487,1645517576,47.74304,8.99896\n488,1645517577,47.74304,8.99896\n489,1645517578,47.74304,8.99897\n490,1645517579,47.74304,8.99897\n491,1645517580,47.74304,8.99897\n492,1645517581,47.74304,8.99897\n493,1645517582,47.74304,8.99897\n494,1645517583,47.74304,8.99897\n495,1645517584,47.74304,8.99897\n496,1645517585,47.74304,8.99897\n497,1645517586,47.74304,8.99897\n498,1645517587,47.74304,8.99897\n499,1645517588,47.74304,8.99897\n500,1645517589,47.74304,8.99897\n501,1645517590,47.74304,8.99897\n502,1645517591,47.74304,8.99897\n503,1645517592,47.74304,8.99897\n504,1645517593,47.74304,8.99897\n505,1645517594,47.74304,8.99897\n506,1645517595,47.74304,8.99897\n507,1645517596,47.74304,8.99897\n508,1645517597,47.74304,8.99897\n509,1645517598,47.74304,8.99897\n510,1645517599,47.74304,8.99897\n511,1645517600,47.74304,8.99897\n512,1645517601,47.74304,8.99897\n513,1645517602,47.74304,8.99897\n514,1645517603,47.74304,8.99897\n515,1645517604,47.74305,8.99897\n516,1645517605,47.74305,8.99897\n517,1645517606,47.74305,8.99897\n518,1645517607,47.74305,8.99897\n519,1645517608,47.74305,8.99896\n520,1645517609,47.74305,8.99896\n521,1645517610,47.74305,8.99896\n522,1645517611,47.74305,8.99896\n523,1645517612,47.74305,8.99897\n524,1645517613,47.74305,8.99897\n525,1645517614,47.74305,8.99897\n526,1645517615,47.74305,8.99897\n527,1645517616,47.74305,8.99897\n528,1645517617,47.74305,8.99897\n529,1645517618,47.74305,8.99897\n530,1645517619,47.74305,8.99897\n531,1645517620,47.74305,8.99897\n532,1645517621,47.74305,8.99897\n533,1645517622,47.74306,8.99897\n534,1645517623,47.74306,8.99897\n535,1645517624,47.74306,8.99897\n536,1645517625,47.74306,8.99897\n537,1645517626,47.74306,8.99897\n538,1645517627,47.74306,8.99897\n539,1645517628,47.74306,8.99897\n540,1645517629,47.74306,8.99897\n541,1645517630,47.74306,8.99897\n542,1645517631,47.74306,8.99897\n543,1645517632,47.74306,8.99897\n544,1645517633,47.74306,8.99897\n545,1645517634,47.74306,8.99897\n546,1645517635,47.74306,8.99897\n547,1645517636,47.74306,8.99897\n548,1645517637,47.74306,8.99897\n549,1645517638,47.74306,8.99897\n550,1645517639,47.74306,8.99897\n551,1645517640,47.74306,8.99897\n552,1645517641,47.74306,8.99897\n553,1645517642,47.74306,8.99897\n554,1645517643,47.74306,8.99897\n555,1645517644,47.74306,8.99896\n556,1645517645,47.74306,8.99896\n557,1645517646,47.74306,8.99896\n558,1645517647,47.74306,8.99896\n559,1645517648,47.74306,8.99896\n560,1645517649,47.74306,8.99896\n561,1645517650,47.74306,8.99896\n562,1645517651,47.74306,8.99896\n563,1645517652,47.74306,8.99897\n564,1645517653,47.74306,8.99897\n565,1645517654,47.74306,8.99897\n566,1645517655,47.74306,8.99897\n567,1645517656,47.74306,8.99897\n568,1645517657,47.74306,8.99897\n569,1645517658,47.74306,8.99897\n570,1645517659,47.74306,8.99897\n571,1645517660,47.74306,8.99897\n572,1645517661,47.74306,8.99896\n573,1645517662,47.74306,8.99896\n574,1645517663,47.74306,8.99896\n575,1645517664,47.74306,8.99897\n576,1645517665,47.74306,8.99897\n577,1645517666,47.74306,8.99896\n578,1645517667,47.74306,8.99896\n579,1645517668,47.74306,8.99896\n580,1645517669,47.74306,8.99896\n581,1645517670,47.74306,8.99896\n582,1645517671,47.74306,8.99896\n583,1645517672,47.74306,8.99896\n584,1645517673,47.74306,8.99896\n585,1645517674,47.74306,8.99896\n586,1645517675,47.74306,8.99896\n587,1645517676,47.74306,8.99896\n588,1645517677,47.74306,8.99896\n589,1645517678,47.74306,8.99896\n590,1645517679,47.74306,8.99896\n591,1645517680,47.74306,8.99896\n592,1645517681,47.74306,8.99896\n593,1645517682,47.74306,8.99896\n594,1645517683,47.74306,8.99896\n595,1645517684,47.74306,8.99896\n596,1645517685,47.74306,8.99896\n597,1645517686,47.74306,8.99896\n598,1645517687,47.74306,8.99896\n599,1645517688,47.74306,8.99896\n600,1645517689,47.74306,8.99896\n601,1645517690,47.74306,8.99896\n602,1645517691,47.74306,8.99895\n603,1645517692,47.74306,8.99895\n604,1645517693,47.74306,8.99895\n605,1645517694,47.74306,8.99895\n606,1645517695,47.74306,8.99895\n607,1645517696,47.74306,8.99895\n608,1645517697,47.74306,8.99895\n609,1645517698,47.74307,8.99895\n610,1645517699,47.74307,8.99895\n611,1645517700,47.74307,8.99895\n612,1645517701,47.74307,8.99895\n613,1645517702,47.74307,8.99895\n614,1645517703,47.74307,8.99895\n615,1645517704,47.74307,8.99895\n616,1645517705,47.74307,8.99895\n617,1645517706,47.74307,8.99895\n618,1645517707,47.74307,8.99895\n619,1645517708,47.74307,8.99895\n620,1645517709,47.74307,8.99895\n621,1645517710,47.74307,8.99895\n622,1645517711,47.74307,8.99894\n623,1645517712,47.74307,8.99894\n624,1645517713,47.74307,8.99894\n625,1645517714,47.74307,8.99894\n626,1645517715,47.74307,8.99894\n627,1645517716,47.74307,8.99894\n628,1645517717,47.74306,8.99894\n629,1645517718,47.74306,8.99894\n630,1645517719,47.74306,8.99894\n631,1645517720,47.74306,8.99894\n632,1645517721,47.74306,8.99894\n633,1645517722,47.74306,8.99894\n634,1645517723,47.74306,8.99893\n635,1645517724,47.74306,8.99893\n636,1645517725,47.74306,8.99893\n637,1645517726,47.74306,8.99893\n638,1645517727,47.74306,8.99893\n639,1645517728,47.74306,8.99893\n640,1645517729,47.74306,8.99893\n641,1645517730,47.74306,8.99894\n642,1645517731,47.74306,8.99894\n643,1645517732,47.74306,8.99894\n644,1645517733,47.74306,8.99894\n645,1645517734,47.74306,8.99894\n646,1645517735,47.74306,8.99894\n647,1645517736,47.74306,8.99894\n648,1645517737,47.74306,8.99894\n649,1645517738,47.74306,8.99894\n650,1645517739,47.74306,8.99894\n651,1645517740,47.74306,8.99894\n652,1645517741,47.74306,8.99894\n653,1645517742,47.74306,8.99894\n654,1645517743,47.74306,8.99894\n655,1645517744,47.74306,8.99894\n656,1645517745,47.74306,8.99894\n657,1645517746,47.74306,8.99894\n658,1645517747,47.74306,8.99894\n659,1645517748,47.74306,8.99894\n660,1645517749,47.74306,8.99894\n661,1645517750,47.74306,8.99894\n662,1645517751,47.74306,8.99894\n663,1645517752,47.74306,8.99894\n664,1645517753,47.74306,8.99894\n665,1645517754,47.74306,8.99894\n666,1645517755,47.74306,8.99894\n667,1645517756,47.74306,8.99894\n668,1645517757,47.74306,8.99893\n669,1645517758,47.74306,8.99893\n670,1645517759,47.74306,8.99894\n671,1645517760,47.74306,8.99894\n672,1645517761,47.74306,8.99894\n673,1645517762,47.74306,8.99894\n674,1645517763,47.74306,8.99894\n675,1645517764,47.74307,8.99894\n676,1645517765,47.74307,8.99894\n677,1645517766,47.74307,8.99894\n678,1645517767,47.74307,8.99894\n679,1645517768,47.74307,8.99894\n680,1645517769,47.74307,8.99894\n681,1645517770,47.74307,8.99894\n682,1645517771,47.74307,8.99894\n683,1645517772,47.74307,8.99894\n684,1645517773,47.74307,8.99894\n685,1645517774,47.74307,8.99894\n686,1645517775,47.74307,8.99894\n687,1645517776,47.74307,8.99894\n688,1645517777,47.74307,8.99894\n689,1645517778,47.74307,8.99894\n690,1645517779,47.74307,8.99894\n691,1645517780,47.74307,8.99894\n692,1645517781,47.74307,8.99894\n693,1645517782,47.74307,8.99894\n694,1645517783,47.74307,8.99894\n695,1645517784,47.74307,8.99894\n696,1645517785,47.74307,8.99894\n697,1645517786,47.74307,8.99894\n698,1645517787,47.74307,8.99894\n699,1645517788,47.74307,8.99894\n700,1645517789,47.74307,8.99894\n701,1645517790,47.74307,8.99894\n702,1645517791,47.74308,8.99894\n703,1645517792,47.74308,8.99894\n704,1645517793,47.74308,8.99894\n705,1645517794,47.74308,8.99894\n706,1645517795,47.74308,8.99894\n707,1645517796,47.74308,8.99894\n708,1645517797,47.74308,8.99894\n709,1645517798,47.74308,8.99894\n710,1645517799,47.74308,8.99894\n711,1645517800,47.74308,8.99894\n712,1645517801,47.74308,8.99894\n713,1645517802,47.74308,8.99894\n714,1645517803,47.74308,8.99894\n715,1645517804,47.74308,8.99894\n716,1645517805,47.74308,8.99894\n717,1645517806,47.74308,8.99894\n718,1645517807,47.74308,8.99894\n719,1645517808,47.74308,8.99894\n720,1645517809,47.74308,8.99894\n721,1645517810,47.74308,8.99894\n722,1645517811,47.74309,8.99894\n723,1645517812,47.74309,8.99894\n724,1645517813,47.74309,8.99894\n725,1645517814,47.74309,8.99894\n726,1645517815,47.74309,8.99894\n727,1645517816,47.74309,8.99894\n728,1645517817,47.74309,8.99894\n729,1645517818,47.74309,8.99894\n730,1645517819,47.74309,8.99894\n731,1645517820,47.74309,8.99894\n732,1645517821,47.74309,8.99894\n733,1645517822,47.74309,8.99893\n734,1645517823,47.74309,8.99893\n735,1645517824,47.74309,8.99893\n736,1645517825,47.74309,8.99893\n737,1645517826,47.74309,8.99893\n738,1645517827,47.74309,8.99893\n739,1645517828,47.74308,8.99893\n740,1645517829,47.74308,8.99893\n741,1645517830,47.74308,8.99893\n742,1645517831,47.74308,8.99893\n743,1645517832,47.74308,8.99893\n744,1645517833,47.74308,8.99892\n745,1645517834,47.74308,8.99892\n746,1645517835,47.74308,8.99892\n747,1645517836,47.74308,8.99892\n748,1645517837,47.74308,8.99892\n749,1645517838,47.74308,8.99892\n750,1645517839,47.74308,8.99892\n751,1645517840,47.74308,8.99892\n752,1645517841,47.74308,8.99892\n753,1645517842,47.74308,8.99892\n754,1645517843,47.74308,8.99892\n755,1645517844,47.74308,8.99892\n756,1645517845,47.74308,8.99892\n757,1645517846,47.74308,8.99892\n758,1645517847,47.74308,8.99892\n759,1645517848,47.74308,8.99892\n760,1645517849,47.74308,8.99892\n761,1645517850,47.74308,8.99892\n762,1645517851,47.74308,8.99892\n763,1645517852,47.74308,8.99892\n764,1645517853,47.74308,8.99892\n765,1645517854,47.74308,8.99892\n766,1645517855,47.74308,8.99892\n767,1645517856,47.74308,8.99892\n768,1645517857,47.74308,8.99892\n769,1645517858,47.74308,8.99892\n770,1645517859,47.74308,8.99892\n771,1645517860,47.74308,8.99892\n772,1645517861,47.74308,8.99892\n773,1645517862,47.74308,8.99892\n774,1645517863,47.74308,8.99892\n775,1645517864,47.74308,8.99892\n776,1645517865,47.74308,8.99892\n777,1645517866,47.74308,8.99892\n778,1645517867,47.74308,8.99892\n779,1645517868,47.74308,8.99892\n780,1645517869,47.74308,8.99891\n781,1645517870,47.74308,8.99891\n782,1645517871,47.74308,8.99891\n783,1645517872,47.74308,8.99891\n784,1645517873,47.74308,8.99891\n785,1645517874,47.74308,8.99891\n786,1645517875,47.74308,8.99891\n787,1645517876,47.74308,8.99891\n788,1645517877,47.74308,8.99891\n789,1645517878,47.74308,8.99891\n790,1645517879,47.74308,8.99891\n791,1645517880,47.74308,8.99891\n792,1645517881,47.74308,8.99891\n793,1645517882,47.74308,8.99890\n794,1645517883,47.74308,8.99890\n795,1645517884,47.74308,8.99890\n796,1645517885,47.74308,8.99890\n797,1645517886,47.74308,8.99890\n798,1645517887,47.74307,8.99890\n799,1645517888,47.74307,8.99890\n800,1645517889,47.74307,8.99890\n801,1645517890,47.74307,8.99890\n802,1645517891,47.74307,8.99890\n803,1645517892,47.74306,8.99890\n804,1645517893,47.74306,8.99890\n805,1645517894,47.74306,8.99890\n806,1645517895,47.74306,8.99890\n807,1645517896,47.74306,8.99890\n808,1645517897,47.74306,8.99890\n809,1645517898,47.74305,8.99890\n810,1645517899,47.74305,8.99890\n811,1645517900,47.74305,8.99890\n812,1645517901,47.74305,8.99890\n813,1645517902,47.74305,8.99890\n814,1645517903,47.74305,8.99890\n815,1645517904,47.74305,8.99890\n816,1645517905,47.74305,8.99890\n817,1645517906,47.74304,8.99890\n818,1645517907,47.74304,8.99890\n819,1645517908,47.74304,8.99890\n820,1645517909,47.74304,8.99890\n821,1645517910,47.74304,8.99890\n822,1645517911,47.74304,8.99890\n823,1645517912,47.74304,8.99890\n824,1645517913,47.74304,8.99890\n825,1645517914,47.74304,8.99890\n826,1645517915,47.74304,8.99890\n827,1645517916,47.74304,8.99890\n828,1645517917,47.74304,8.99890\n829,1645517918,47.74303,8.99890\n830,1645517919,47.74303,8.99890\n831,1645517920,47.74303,8.99890\n832,1645517921,47.74303,8.99890\n833,1645517922,47.74304,8.99890\n834,1645517923,47.74304,8.99890\n835,1645517924,47.74304,8.99890\n836,1645517925,47.74304,8.99890\n837,1645517926,47.74304,8.99890\n838,1645517927,47.74304,8.99890\n839,1645517928,47.74304,8.99890\n840,1645517929,47.74304,8.99890\n841,1645517930,47.74304,8.99890\n842,1645517931,47.74304,8.99890\n843,1645517932,47.74304,8.99890\n844,1645517933,47.74304,8.99890\n845,1645517934,47.74304,8.99891\n846,1645517935,47.74304,8.99891\n847,1645517936,47.74304,8.99891\n848,1645517937,47.74305,8.99891\n849,1645517938,47.74305,8.99891\n850,1645517939,47.74305,8.99891\n851,1645517940,47.74305,8.99891\n852,1645517941,47.74305,8.99891\n853,1645517942,47.74305,8.99891\n854,1645517943,47.74305,8.99891\n855,1645517944,47.74305,8.99891\n856,1645517945,47.74305,8.99891\n857,1645517946,47.74305,8.99891\n858,1645517947,47.74306,8.99891\n859,1645517948,47.74306,8.99891\n860,1645517949,47.74306,8.99891\n861,1645517950,47.74306,8.99891\n862,1645517951,47.74306,8.99891\n863,1645517952,47.74306,8.99891\n864,1645517953,47.74307,8.99891\n865,1645517954,47.74307,8.99891\n866,1645517955,47.74307,8.99891\n867,1645517956,47.74307,8.99891\n868,1645517957,47.74307,8.99891\n869,1645517958,47.74307,8.99891\n870,1645517959,47.74307,8.99891\n871,1645517960,47.74307,8.99891\n872,1645517961,47.74307,8.99891\n873,1645517962,47.74307,8.99891\n874,1645517963,47.74306,8.99891\n875,1645517964,47.74306,8.99891\n876,1645517965,47.74306,8.99892\n877,1645517966,47.74306,8.99892\n878,1645517967,47.74306,8.99892\n879,1645517968,47.74306,8.99892\n880,1645517969,47.74306,8.99892\n881,1645517970,47.74306,8.99892\n882,1645517971,47.74306,8.99892\n883,1645517972,47.74306,8.99893\n884,1645517973,47.74306,8.99893\n885,1645517974,47.74306,8.99893\n886,1645517975,47.74306,8.99893\n887,1645517976,47.74306,8.99893\n888,1645517977,47.74306,8.99894\n889,1645517978,47.74306,8.99894\n890,1645517979,47.74306,8.99894\n891,1645517980,47.74307,8.99894\n892,1645517981,47.74307,8.99894\n893,1645517982,47.74307,8.99894\n894,1645517983,47.74307,8.99894\n895,1645517984,47.74307,8.99894\n896,1645517985,47.74307,8.99894\n897,1645517986,47.74306,8.99894\n898,1645517987,47.74306,8.99893\n899,1645517988,47.74306,8.99893\n900,1645517989,47.74306,8.99893\n901,1645517990,47.74306,8.99893\n902,1645517991,47.74306,8.99893\n903,1645517992,47.74306,8.99893\n904,1645517993,47.74306,8.99893\n905,1645517994,47.74306,8.99893\n906,1645517995,47.74306,8.99893\n907,1645517996,47.74306,8.99893\n908,1645517997,47.74306,8.99893\n909,1645517998,47.74306,8.99893\n910,1645517999,47.74305,8.99893\n911,1645518000,47.74305,8.99893\n912,1645518001,47.74306,8.99893\n913,1645518002,47.74306,8.99893\n914,1645518003,47.74306,8.99893\n915,1645518004,47.74306,8.99893\n916,1645518005,47.74306,8.99893\n917,1645518006,47.74306,8.99893\n918,1645518007,47.74306,8.99893\n919,1645518008,47.74306,8.99893\n920,1645518009,47.74306,8.99893\n921,1645518010,47.74305,8.99893\n922,1645518011,47.74305,8.99893\n923,1645518012,47.74305,8.99893\n924,1645518013,47.74305,8.99893\n925,1645518014,47.74305,8.99893\n926,1645518015,47.74305,8.99893\n927,1645518016,47.74305,8.99893\n928,1645518017,47.74305,8.99893\n929,1645518018,47.74305,8.99893\n930,1645518019,47.74305,8.99893\n931,1645518020,47.74306,8.99893\n932,1645518021,47.74305,8.99893\n933,1645518022,47.74305,8.99893\n934,1645518023,47.74305,8.99893\n935,1645518024,47.74305,8.99893\n936,1645518025,47.74305,8.99893\n937,1645518026,47.74305,8.99893\n938,1645518027,47.74305,8.99893\n939,1645518028,47.74305,8.99893\n940,1645518029,47.74305,8.99893\n941,1645518030,47.74305,8.99893\n942,1645518031,47.74305,8.99893\n943,1645518032,47.74305,8.99893\n944,1645518033,47.74305,8.99893\n945,1645518034,47.74305,8.99893\n946,1645518035,47.74305,8.99893\n947,1645518036,47.74306,8.99893\n948,1645518037,47.74306,8.99893\n949,1645518038,47.74306,8.99893\n950,1645518039,47.74306,8.99893\n951,1645518040,47.74306,8.99893\n952,1645518041,47.74306,8.99893\n953,1645518042,47.74306,8.99893\n954,1645518043,47.74306,8.99893\n955,1645518044,47.74306,8.99893\n956,1645518045,47.74306,8.99893\n957,1645518046,47.74306,8.99893\n958,1645518047,47.74306,8.99893\n959,1645518048,47.74306,8.99892\n960,1645518049,47.74306,8.99892\n961,1645518050,47.74306,8.99893\n962,1645518051,47.74306,8.99893\n963,1645518052,47.74306,8.99893\n964,1645518053,47.74306,8.99893\n965,1645518054,47.74306,8.99893\n966,1645518055,47.74306,8.99893\n967,1645518056,47.74306,8.99893\n968,1645518057,47.74306,8.99893\n969,1645518058,47.74306,8.99893\n970,1645518059,47.74306,8.99893\n971,1645518060,47.74306,8.99893\n972,1645518061,47.74307,8.99893\n973,1645518062,47.74307,8.99893\n974,1645518063,47.74307,8.99893\n975,1645518064,47.74307,8.99893\n976,1645518065,47.74307,8.99893\n977,1645518066,47.74307,8.99893\n978,1645518067,47.74307,8.99893\n979,1645518068,47.74307,8.99892\n980,1645518069,47.74307,8.99892\n981,1645518070,47.74307,8.99893\n982,1645518071,47.74307,8.99893\n983,1645518072,47.74307,8.99893\n984,1645518073,47.74307,8.99893\n985,1645518074,47.74308,8.99893\n986,1645518075,47.74308,8.99893\n987,1645518076,47.74308,8.99893\n988,1645518077,47.74308,8.99893\n989,1645518078,47.74308,8.99893\n990,1645518079,47.74308,8.99893\n991,1645518080,47.74308,8.99893\n992,1645518081,47.74308,8.99893\n993,1645518082,47.74308,8.99892\n994,1645518083,47.74308,8.99892\n995,1645518084,47.74308,8.99892\n996,1645518085,47.74308,8.99892\n997,1645518086,47.74308,8.99892\n998,1645518087,47.74308,8.99892\n999,1645518088,47.74308,8.99892\n1000,1645518089,47.74308,8.99892\n1001,1645518090,47.74308,8.99892\n1002,1645518091,47.74308,8.99892\n1003,1645518092,47.74308,8.99892\n1004,1645518093,47.74307,8.99892\n1005,1645518094,47.74308,8.99892\n1006,1645518095,47.74308,8.99892\n1007,1645518096,47.74308,8.99892\n1008,1645518097,47.74308,8.99892\n1009,1645518098,47.74308,8.99892\n1010,1645518099,47.74308,8.99892\n1011,1645518100,47.74308,8.99892\n1012,1645518101,47.74308,8.99891\n1013,1645518102,47.74308,8.99891\n1014,1645518103,47.74308,8.99891\n1015,1645518104,47.74308,8.99891\n1016,1645518105,47.74308,8.99891\n1017,1645518106,47.74308,8.99891\n1018,1645518107,47.74308,8.99891\n1019,1645518108,47.74308,8.99891\n1020,1645518109,47.74308,8.99891\n1021,1645518110,47.74308,8.99891\n1022,1645518111,47.74308,8.99891\n1023,1645518112,47.74308,8.99891\n1024,1645518113,47.74308,8.99891\n1025,1645518114,47.74308,8.99891\n1026,1645518115,47.74308,8.99891\n1027,1645518116,47.74308,8.99891\n1028,1645518117,47.74308,8.99891\n1029,1645518118,47.74308,8.99891\n1030,1645518119,47.74308,8.99891\n1031,1645518120,47.74308,8.99891\n1032,1645518121,47.74308,8.99891\n1033,1645518122,47.74308,8.99891\n1034,1645518123,47.74308,8.99891\n1035,1645518124,47.74308,8.99891\n1036,1645518125,47.74308,8.99891\n1037,1645518126,47.74308,8.99891\n1038,1645518127,47.74308,8.99891\n1039,1645518128,47.74308,8.99892\n1040,1645518129,47.74308,8.99892\n1041,1645518130,47.74309,8.99892\n1042,1645518131,47.74309,8.99892\n1043,1645518132,47.74309,8.99892\n1044,1645518133,47.74309,8.99892\n1045,1645518134,47.74309,8.99892\n1046,1645518135,47.74309,8.99892\n1047,1645518136,47.74310,8.99892\n1048,1645518137,47.74310,8.99892\n1049,1645518138,47.74310,8.99892\n1050,1645518139,47.74310,8.99892\n1051,1645518140,47.74310,8.99892\n1052,1645518141,47.74310,8.99891\n1053,1645518142,47.74311,8.99891\n1054,1645518143,47.74311,8.99891\n1055,1645518144,47.74311,8.99892\n1056,1645518145,47.74311,8.99892\n1057,1645518146,47.74311,8.99892\n1058,1645518147,47.74311,8.99892\n1059,1645518148,47.74311,8.99892\n1060,1645518149,47.74311,8.99892\n1061,1645518150,47.74311,8.99892\n1062,1645518151,47.74311,8.99892\n1063,1645518152,47.74311,8.99892\n1064,1645518153,47.74311,8.99892\n1065,1645518154,47.74311,8.99892\n1066,1645518155,47.74311,8.99892\n1067,1645518156,47.74311,8.99892\n1068,1645518157,47.74311,8.99892\n1069,1645518158,47.74310,8.99892\n1070,1645518159,47.74310,8.99892\n1071,1645518160,47.74309,8.99891\n1072,1645518161,47.74308,8.99892\n1073,1645518162,47.74306,8.99892\n1074,1645518163,47.74305,8.99892\n1075,1645518164,47.74304,8.99891\n1076,1645518165,47.74303,8.99891\n1077,1645518166,47.74302,8.99891\n1078,1645518167,47.74302,8.99891\n1079,1645518168,47.74301,8.99892\n1080,1645518169,47.74301,8.99892\n1081,1645518170,47.74300,8.99892\n1082,1645518171,47.74300,8.99892\n1083,1645518172,47.74300,8.99892\n1084,1645518173,47.74299,8.99892\n1085,1645518174,47.74299,8.99892\n1086,1645518175,47.74299,8.99892\n1087,1645518176,47.74298,8.99892\n1088,1645518177,47.74298,8.99892\n1089,1645518178,47.74298,8.99892\n1090,1645518179,47.74298,8.99891\n1091,1645518180,47.74298,8.99891\n1092,1645518181,47.74298,8.99891\n1093,1645518182,47.74298,8.99891\n1094,1645518183,47.74298,8.99891\n1095,1645518184,47.74298,8.99891\n1096,1645518185,47.74298,8.99891\n1097,1645518186,47.74298,8.99890\n1098,1645518187,47.74298,8.99890\n1099,1645518188,47.74298,8.99890\n1100,1645518189,47.74298,8.99890\n1101,1645518190,47.74298,8.99890\n1102,1645518191,47.74298,8.99890\n1103,1645518192,47.74298,8.99890\n1104,1645518193,47.74298,8.99890\n1105,1645518194,47.74298,8.99890\n1106,1645518195,47.74298,8.99890\n1107,1645518196,47.74298,8.99889\n1108,1645518197,47.74299,8.99889\n1109,1645518198,47.74299,8.99889\n1110,1645518199,47.74299,8.99889\n1111,1645518200,47.74299,8.99889\n1112,1645518201,47.74299,8.99889\n1113,1645518202,47.74299,8.99889\n1114,1645518203,47.74300,8.99889\n1115,1645518204,47.74300,8.99889\n1116,1645518205,47.74300,8.99889\n1117,1645518206,47.74300,8.99889\n1118,1645518207,47.74300,8.99889\n1119,1645518208,47.74300,8.99889\n1120,1645518209,47.74300,8.99889\n1121,1645518210,47.74300,8.99889\n1122,1645518211,47.74300,8.99889\n1123,1645518212,47.74300,8.99889\n1124,1645518213,47.74301,8.99890\n1125,1645518214,47.74301,8.99890\n1126,1645518215,47.74301,8.99890\n1127,1645518216,47.74300,8.99890\n1128,1645518217,47.74301,8.99890\n1129,1645518218,47.74300,8.99890\n1130,1645518219,47.74301,8.99889\n1131,1645518220,47.74300,8.99889\n1132,1645518221,47.74300,8.99889\n1133,1645518222,47.74300,8.99889\n1134,1645518223,47.74300,8.99890\n1135,1645518224,47.74300,8.99890\n1136,1645518225,47.74299,8.99890\n1137,1645518226,47.74299,8.99890\n1138,1645518227,47.74299,8.99890\n1139,1645518228,47.74299,8.99891\n1140,1645518229,47.74299,8.99891\n1141,1645518230,47.74299,8.99891\n1142,1645518231,47.74299,8.99891\n1143,1645518232,47.74299,8.99891\n1144,1645518233,47.74299,8.99891\n1145,1645518234,47.74298,8.99891\n1146,1645518235,47.74299,8.99891\n1147,1645518236,47.74299,8.99891\n1148,1645518237,47.74299,8.99891\n1149,1645518238,47.74298,8.99891\n1150,1645518239,47.74298,8.99892\n1151,1645518240,47.74298,8.99892\n1152,1645518241,47.74299,8.99892\n1153,1645518242,47.74299,8.99892\n1154,1645518243,47.74299,8.99892\n1155,1645518244,47.74299,8.99892\n1156,1645518245,47.74299,8.99892\n1157,1645518246,47.74299,8.99892\n1158,1645518247,47.74299,8.99892\n1159,1645518248,47.74299,8.99892\n1160,1645518249,47.74299,8.99892\n1161,1645518250,47.74299,8.99893\n1162,1645518251,47.74299,8.99893\n1163,1645518252,47.74300,8.99894\n1164,1645518253,47.74300,8.99894\n1165,1645518254,47.74300,8.99894\n1166,1645518255,47.74300,8.99894\n1167,1645518256,47.74300,8.99894\n1168,1645518257,47.74300,8.99894\n1169,1645518258,47.74300,8.99894\n1170,1645518259,47.74300,8.99894\n1171,1645518260,47.74300,8.99894\n1172,1645518261,47.74300,8.99894\n1173,1645518262,47.74300,8.99894\n1174,1645518263,47.74301,8.99894\n1175,1645518264,47.74301,8.99894\n1176,1645518265,47.74301,8.99895\n1177,1645518266,47.74301,8.99895\n1178,1645518267,47.74301,8.99895\n1179,1645518268,47.74301,8.99895\n1180,1645518269,47.74301,8.99895\n1181,1645518270,47.74302,8.99895\n1182,1645518271,47.74302,8.99895\n1183,1645518272,47.74302,8.99895\n1184,1645518273,47.74302,8.99895\n1185,1645518274,47.74302,8.99895\n1186,1645518275,47.74302,8.99895\n1187,1645518276,47.74302,8.99895\n1188,1645518277,47.74302,8.99895\n1189,1645518278,47.74302,8.99895\n1190,1645518279,47.74302,8.99895\n1191,1645518280,47.74303,8.99894\n1192,1645518281,47.74303,8.99894\n1193,1645518282,47.74304,8.99894\n1194,1645518283,47.74304,8.99894\n1195,1645518284,47.74304,8.99894\n1196,1645518285,47.74304,8.99894\n1197,1645518286,47.74305,8.99894\n1198,1645518287,47.74305,8.99894\n1199,1645518288,47.74305,8.99894\n1200,1645518289,47.74305,8.99894\n1201,1645518290,47.74305,8.99893\n1202,1645518291,47.74305,8.99893\n1203,1645518292,47.74305,8.99893\n1204,1645518293,47.74305,8.99893\n1205,1645518294,47.74305,8.99893\n1206,1645518295,47.74305,8.99893\n1207,1645518296,47.74305,8.99893\n1208,1645518297,47.74305,8.99893\n1209,1645518298,47.74305,8.99893\n1210,1645518299,47.74305,8.99892\n1211,1645518300,47.74305,8.99892\n1212,1645518301,47.74306,8.99892\n1213,1645518302,47.74306,8.99892\n1214,1645518303,47.74306,8.99892\n1215,1645518304,47.74306,8.99892\n1216,1645518305,47.74306,8.99892\n1217,1645518306,47.74306,8.99892\n1218,1645518307,47.74306,8.99892\n1219,1645518308,47.74306,8.99892\n1220,1645518309,47.74306,8.99892\n1221,1645518310,47.74306,8.99892\n1222,1645518311,47.74306,8.99892\n1223,1645518312,47.74306,8.99892\n1224,1645518313,47.74306,8.99892\n1225,1645518314,47.74306,8.99892\n1226,1645518315,47.74306,8.99892\n1227,1645518316,47.74306,8.99892\n1228,1645518317,47.74307,8.99892\n1229,1645518318,47.74307,8.99892\n1230,1645518319,47.74307,8.99892\n1231,1645518320,47.74307,8.99892\n1232,1645518321,47.74307,8.99893\n1233,1645518322,47.74307,8.99893\n1234,1645518323,47.74307,8.99893\n1235,1645518324,47.74307,8.99893\n1236,1645518325,47.74307,8.99893\n1237,1645518326,47.74307,8.99893\n1238,1645518327,47.74307,8.99893\n1239,1645518328,47.74307,8.99893\n1240,1645518329,47.74307,8.99893\n1241,1645518330,47.74307,8.99893\n1242,1645518331,47.74307,8.99893\n1243,1645518332,47.74307,8.99893\n1244,1645518333,47.74307,8.99892\n1245,1645518334,47.74307,8.99892\n1246,1645518335,47.74307,8.99892\n1247,1645518336,47.74307,8.99892\n1248,1645518337,47.74307,8.99892\n1249,1645518338,47.74307,8.99892\n1250,1645518339,47.74307,8.99892\n1251,1645518340,47.74307,8.99892\n1252,1645518341,47.74307,8.99892\n1253,1645518342,47.74307,8.99892\n1254,1645518343,47.74307,8.99892\n1255,1645518344,47.74307,8.99892\n1256,1645518345,47.74307,8.99892\n1257,1645518346,47.74307,8.99892\n1258,1645518347,47.74307,8.99892\n1259,1645518348,47.74307,8.99892\n1260,1645518349,47.74307,8.99892\n1261,1645518350,47.74307,8.99892\n1262,1645518351,47.74307,8.99892\n1263,1645518352,47.74307,8.99892\n1264,1645518353,47.74307,8.99892\n1265,1645518354,47.74307,8.99892\n1266,1645518355,47.74307,8.99892\n1267,1645518356,47.74307,8.99892\n1268,1645518357,47.74307,8.99892\n1269,1645518358,47.74307,8.99892\n1270,1645518359,47.74308,8.99892\n1271,1645518360,47.74308,8.99892\n1272,1645518361,47.74308,8.99892\n1273,1645518362,47.74308,8.99892\n1274,1645518363,47.74308,8.99892\n1275,1645518364,47.74308,8.99892\n1276,1645518365,47.74308,8.99892\n1277,1645518366,47.74308,8.99892\n1278,1645518367,47.74308,8.99892\n1279,1645518368,47.74309,8.99892\n1280,1645518369,47.74309,8.99892\n1281,1645518370,47.74309,8.99892\n1282,1645518371,47.74309,8.99892\n1283,1645518372,47.74309,8.99892\n1284,1645518373,47.74309,8.99892\n1285,1645518374,47.74309,8.99892\n1286,1645518375,47.74309,8.99892\n1287,1645518376,47.74309,8.99892\n1288,1645518377,47.74309,8.99892\n1289,1645518378,47.74309,8.99892\n1290,1645518379,47.74309,8.99892\n1291,1645518380,47.74309,8.99892\n1292,1645518381,47.74309,8.99892\n1293,1645518382,47.74309,8.99892\n1294,1645518383,47.74308,8.99892\n1295,1645518384,47.74308,8.99892\n1296,1645518385,47.74308,8.99892\n1297,1645518386,47.74308,8.99893\n1298,1645518387,47.74308,8.99893\n1299,1645518388,47.74308,8.99893\n1300,1645518389,47.74308,8.99893\n1301,1645518390,47.74308,8.99893\n1302,1645518391,47.74309,8.99893\n1303,1645518392,47.74309,8.99893\n1304,1645518393,47.74309,8.99893\n1305,1645518394,47.74309,8.99893\n1306,1645518395,47.74309,8.99893\n1307,1645518396,47.74309,8.99893\n1308,1645518397,47.74309,8.99893\n1309,1645518398,47.74309,8.99893\n1310,1645518399,47.74309,8.99893\n1311,1645518400,47.74309,8.99893\n1312,1645518401,47.74309,8.99893\n1313,1645518402,47.74309,8.99893\n1314,1645518403,47.74309,8.99893\n1315,1645518404,47.74309,8.99893\n1316,1645518405,47.74309,8.99893\n1317,1645518406,47.74309,8.99893\n1318,1645518407,47.74308,8.99894\n1319,1645518408,47.74308,8.99894\n1320,1645518409,47.74308,8.99894\n1321,1645518410,47.74308,8.99894\n1322,1645518411,47.74308,8.99894\n1323,1645518412,47.74308,8.99894\n1324,1645518413,47.74308,8.99894\n1325,1645518414,47.74308,8.99894\n1326,1645518415,47.74308,8.99894\n1327,1645518416,47.74308,8.99895\n1328,1645518417,47.74308,8.99895\n1329,1645518418,47.74308,8.99895\n1330,1645518419,47.74308,8.99895\n1331,1645518420,47.74308,8.99895\n1332,1645518421,47.74308,8.99895\n1333,1645518422,47.74308,8.99895\n1334,1645518423,47.74308,8.99895\n1335,1645518424,47.74308,8.99895\n1336,1645518425,47.74308,8.99895\n1337,1645518426,47.74308,8.99895\n1338,1645518427,47.74308,8.99895\n1339,1645518428,47.74308,8.99895\n1340,1645518429,47.74308,8.99895\n1341,1645518430,47.74308,8.99895\n1342,1645518431,47.74308,8.99895\n1343,1645518432,47.74308,8.99895\n1344,1645518433,47.74309,8.99895\n1345,1645518434,47.74309,8.99894\n1346,1645518435,47.74309,8.99894\n1347,1645518436,47.74309,8.99894\n1348,1645518437,47.74309,8.99894\n1349,1645518438,47.74309,8.99894\n1350,1645518439,47.74309,8.99894\n1351,1645518440,47.74309,8.99893\n1352,1645518441,47.74309,8.99893\n1353,1645518442,47.74309,8.99893\n1354,1645518443,47.74309,8.99893\n1355,1645518444,47.74309,8.99893\n1356,1645518445,47.74309,8.99893\n1357,1645518446,47.74309,8.99893\n1358,1645518447,47.74309,8.99893\n1359,1645518448,47.74310,8.99893\n1360,1645518449,47.74310,8.99893\n1361,1645518450,47.74310,8.99893\n1362,1645518451,47.74310,8.99892\n1363,1645518452,47.74310,8.99892\n1364,1645518453,47.74310,8.99892\n1365,1645518454,47.74310,8.99892\n1366,1645518455,47.74310,8.99892\n1367,1645518456,47.74310,8.99892\n1368,1645518457,47.74310,8.99891\n1369,1645518458,47.74310,8.99891\n1370,1645518459,47.74310,8.99891\n1371,1645518460,47.74310,8.99891\n1372,1645518461,47.74310,8.99890\n1373,1645518462,47.74311,8.99890\n1374,1645518463,47.74311,8.99890\n1375,1645518464,47.74311,8.99890\n1376,1645518465,47.74311,8.99890\n1377,1645518466,47.74311,8.99890\n1378,1645518467,47.74311,8.99890\n1379,1645518468,47.74311,8.99890\n1380,1645518469,47.74311,8.99890\n1381,1645518470,47.74311,8.99889\n1382,1645518471,47.74311,8.99890\n1383,1645518472,47.74311,8.99890\n1384,1645518473,47.74311,8.99889\n1385,1645518474,47.74311,8.99889\n1386,1645518475,47.74311,8.99889\n1387,1645518476,47.74311,8.99889\n1388,1645518477,47.74311,8.99889\n1389,1645518478,47.74311,8.99889\n1390,1645518479,47.74311,8.99889\n1391,1645518480,47.74311,8.99889\n1392,1645518481,47.74311,8.99889\n1393,1645518482,47.74311,8.99889\n1394,1645518483,47.74311,8.99889\n1395,1645518484,47.74311,8.99889\n1396,1645518485,47.74311,8.99889\n1397,1645518486,47.74311,8.99889\n1398,1645518487,47.74310,8.99889\n1399,1645518488,47.74310,8.99889\n1400,1645518489,47.74310,8.99889\n1401,1645518490,47.74310,8.99889\n1402,1645518491,47.74310,8.99889\n1403,1645518492,47.74310,8.99889\n1404,1645518493,47.74310,8.99889\n1405,1645518494,47.74310,8.99888\n1406,1645518495,47.74310,8.99888\n1407,1645518496,47.74309,8.99888\n1408,1645518497,47.74309,8.99888\n1409,1645518498,47.74309,8.99888\n1410,1645518499,47.74309,8.99888\n1411,1645518501,47.74309,8.99888\n1412,1645518502,47.74309,8.99888\n1413,1645518503,47.74309,8.99888\n1414,1645518504,47.74309,8.99888\n1415,1645518505,47.74309,8.99888\n1416,1645518506,47.74309,8.99888\n1417,1645518507,47.74309,8.99888\n1418,1645518508,47.74309,8.99888\n1419,1645518509,47.74309,8.99887\n1420,1645518510,47.74309,8.99887\n1421,1645518511,47.74309,8.99887\n1422,1645518512,47.74309,8.99887\n1423,1645518513,47.74309,8.99887\n1424,1645518514,47.74309,8.99887\n1425,1645518515,47.74309,8.99887\n1426,1645518516,47.74309,8.99887\n1427,1645518517,47.74309,8.99887\n1428,1645518518,47.74309,8.99887\n1429,1645518519,47.74309,8.99887\n1430,1645518520,47.74309,8.99887\n1431,1645518521,47.74309,8.99887\n1432,1645518522,47.74309,8.99887\n1433,1645518523,47.74309,8.99887\n1434,1645518524,47.74309,8.99887\n1435,1645518525,47.74308,8.99887\n1436,1645518526,47.74308,8.99887\n1437,1645518527,47.74308,8.99888\n1438,1645518528,47.74308,8.99888\n1439,1645518529,47.74308,8.99889\n1440,1645518530,47.74307,8.99889\n1441,1645518531,47.74307,8.99889\n1442,1645518532,47.74307,8.99889\n1443,1645518533,47.74306,8.99889\n1444,1645518534,47.74306,8.99889\n1445,1645518535,47.74306,8.99889\n1446,1645518536,47.74306,8.99889\n1447,1645518537,47.74306,8.99889\n1448,1645518538,47.74306,8.99889\n1449,1645518539,47.74306,8.99889\n1450,1645518540,47.74306,8.99889\n1451,1645518541,47.74306,8.99890\n1452,1645518542,47.74306,8.99890\n1453,1645518543,47.74306,8.99890\n1454,1645518544,47.74306,8.99889\n1455,1645518545,47.74305,8.99889\n1456,1645518546,47.74305,8.99889\n1457,1645518547,47.74305,8.99889\n1458,1645518548,47.74305,8.99889\n1459,1645518549,47.74305,8.99889\n1460,1645518550,47.74305,8.99889\n1461,1645518551,47.74305,8.99889\n1462,1645518552,47.74305,8.99889\n1463,1645518553,47.74305,8.99889\n1464,1645518554,47.74304,8.99889\n1465,1645518555,47.74304,8.99889\n1466,1645518556,47.74304,8.99889\n1467,1645518557,47.74304,8.99889\n1468,1645518558,47.74304,8.99889\n1469,1645518559,47.74303,8.99890\n1470,1645518560,47.74303,8.99890\n1471,1645518561,47.74303,8.99890\n1472,1645518562,47.74302,8.99890\n1473,1645518563,47.74302,8.99890\n1474,1645518564,47.74302,8.99890\n1475,1645518565,47.74302,8.99890\n1476,1645518566,47.74302,8.99890\n1477,1645518567,47.74302,8.99890\n1478,1645518568,47.74302,8.99890\n1479,1645518569,47.74302,8.99890\n1480,1645518570,47.74302,8.99890\n1481,1645518571,47.74302,8.99890\n1482,1645518572,47.74301,8.99890\n1483,1645518573,47.74301,8.99890\n1484,1645518574,47.74301,8.99890\n1485,1645518575,47.74301,8.99890\n1486,1645518576,47.74301,8.99890\n1487,1645518577,47.74301,8.99891\n1488,1645518578,47.74301,8.99891\n1489,1645518579,47.74301,8.99891\n1490,1645518580,47.74301,8.99891\n1491,1645518581,47.74301,8.99891\n1492,1645518582,47.74300,8.99891\n1493,1645518583,47.74300,8.99891\n1494,1645518584,47.74300,8.99891\n1495,1645518585,47.74300,8.99891\n1496,1645518586,47.74300,8.99891\n1497,1645518587,47.74299,8.99891\n1498,1645518588,47.74299,8.99891\n1499,1645518589,47.74299,8.99891\n1500,1645518590,47.74299,8.99891\n1501,1645518591,47.74299,8.99891\n1502,1645518592,47.74298,8.99891\n1503,1645518593,47.74298,8.99892\n1504,1645518594,47.74298,8.99892\n1505,1645518595,47.74298,8.99892\n1506,1645518596,47.74298,8.99892\n1507,1645518597,47.74298,8.99892\n1508,1645518598,47.74297,8.99892\n1509,1645518599,47.74297,8.99892\n1510,1645518600,47.74297,8.99892\n1511,1645518601,47.74297,8.99892\n1512,1645518602,47.74297,8.99892\n1513,1645518603,47.74297,8.99892\n1514,1645518604,47.74297,8.99892\n1515,1645518605,47.74297,8.99892\n1516,1645518606,47.74297,8.99892\n1517,1645518607,47.74297,8.99892\n1518,1645518608,47.74297,8.99892\n1519,1645518609,47.74297,8.99892\n1520,1645518610,47.74297,8.99892\n1521,1645518611,47.74297,8.99892\n1522,1645518612,47.74297,8.99892\n1523,1645518613,47.74298,8.99892\n1524,1645518614,47.74298,8.99892\n1525,1645518615,47.74298,8.99892\n1526,1645518616,47.74298,8.99892\n1527,1645518617,47.74298,8.99892\n1528,1645518618,47.74298,8.99892\n1529,1645518619,47.74298,8.99893\n1530,1645518620,47.74298,8.99893\n1531,1645518621,47.74298,8.99893\n1532,1645518622,47.74298,8.99893\n1533,1645518623,47.74298,8.99893\n1534,1645518624,47.74298,8.99893\n1535,1645518625,47.74298,8.99893\n1536,1645518626,47.74298,8.99893\n1537,1645518627,47.74298,8.99892\n1538,1645518628,47.74298,8.99892\n1539,1645518629,47.74298,8.99892\n1540,1645518630,47.74298,8.99892\n1541,1645518631,47.74298,8.99892\n1542,1645518632,47.74298,8.99892\n1543,1645518633,47.74298,8.99892\n1544,1645518634,47.74298,8.99892\n1545,1645518635,47.74298,8.99892\n1546,1645518636,47.74298,8.99892\n1547,1645518637,47.74298,8.99892\n1548,1645518638,47.74298,8.99891\n1549,1645518639,47.74298,8.99891\n1550,1645518640,47.74298,8.99891\n1551,1645518641,47.74299,8.99891\n1552,1645518642,47.74299,8.99891\n1553,1645518643,47.74299,8.99891\n1554,1645518644,47.74299,8.99891\n1555,1645518645,47.74299,8.99891\n1556,1645518646,47.74299,8.99891\n1557,1645518647,47.74299,8.99891\n1558,1645518648,47.74299,8.99891\n1559,1645518649,47.74300,8.99891\n1560,1645518650,47.74300,8.99891\n1561,1645518651,47.74300,8.99891\n1562,1645518652,47.74300,8.99891\n1563,1645518653,47.74300,8.99891\n1564,1645518654,47.74300,8.99891\n1565,1645518655,47.74300,8.99891\n1566,1645518656,47.74300,8.99891\n1567,1645518657,47.74300,8.99891\n1568,1645518658,47.74300,8.99891\n1569,1645518659,47.74300,8.99891\n1570,1645518660,47.74300,8.99891\n1571,1645518661,47.74300,8.99891\n1572,1645518662,47.74301,8.99891\n1573,1645518663,47.74301,8.99891\n1574,1645518664,47.74301,8.99891\n1575,1645518665,47.74301,8.99891\n1576,1645518666,47.74301,8.99891\n1577,1645518667,47.74301,8.99891\n1578,1645518668,47.74301,8.99891\n1579,1645518669,47.74301,8.99891\n1580,1645518670,47.74302,8.99891\n1581,1645518671,47.74302,8.99892\n1582,1645518672,47.74302,8.99892\n1583,1645518673,47.74302,8.99893\n1584,1645518674,47.74302,8.99893\n1585,1645518675,47.74303,8.99893\n1586,1645518676,47.74303,8.99893\n1587,1645518677,47.74303,8.99893\n1588,1645518678,47.74303,8.99893\n1589,1645518679,47.74303,8.99893\n1590,1645518680,47.74303,8.99893\n1591,1645518681,47.74304,8.99893\n1592,1645518682,47.74304,8.99893\n1593,1645518683,47.74304,8.99893\n1594,1645518684,47.74304,8.99893\n1595,1645518685,47.74304,8.99893\n1596,1645518686,47.74304,8.99893\n1597,1645518687,47.74304,8.99893\n1598,1645518688,47.74304,8.99893\n1599,1645518689,47.74304,8.99893\n1600,1645518690,47.74304,8.99893\n1601,1645518691,47.74304,8.99893\n1602,1645518692,47.74305,8.99893\n1603,1645518693,47.74305,8.99893\n1604,1645518694,47.74305,8.99893\n1605,1645518695,47.74305,8.99894\n1606,1645518696,47.74305,8.99894\n1607,1645518697,47.74305,8.99894\n1608,1645518698,47.74305,8.99894\n1609,1645518699,47.74305,8.99894\n1610,1645518700,47.74305,8.99894\n1611,1645518701,47.74305,8.99894\n1612,1645518702,47.74305,8.99894\n1613,1645518703,47.74305,8.99895\n1614,1645518704,47.74305,8.99895\n1615,1645518705,47.74305,8.99895\n1616,1645518706,47.74305,8.99895\n1617,1645518707,47.74305,8.99894\n1618,1645518708,47.74305,8.99894\n1619,1645518709,47.74306,8.99894\n1620,1645518710,47.74306,8.99894\n1621,1645518711,47.74306,8.99894\n1622,1645518712,47.74306,8.99894\n1623,1645518713,47.74306,8.99894\n1624,1645518714,47.74306,8.99895\n1625,1645518715,47.74306,8.99895\n1626,1645518716,47.74306,8.99895\n1627,1645518717,47.74306,8.99895\n1628,1645518718,47.74306,8.99894\n1629,1645518719,47.74307,8.99894\n1630,1645518720,47.74307,8.99894\n1631,1645518721,47.74307,8.99894\n1632,1645518722,47.74307,8.99894\n1633,1645518723,47.74307,8.99894\n1634,1645518724,47.74307,8.99894\n1635,1645518725,47.74307,8.99894\n1636,1645518726,47.74307,8.99894\n1637,1645518727,47.74308,8.99894\n1638,1645518728,47.74308,8.99894\n1639,1645518729,47.74308,8.99894\n1640,1645518730,47.74308,8.99893\n1641,1645518731,47.74309,8.99893\n1642,1645518732,47.74309,8.99894\n1643,1645518733,47.74309,8.99894\n1644,1645518734,47.74310,8.99894\n1645,1645518735,47.74310,8.99895\n1646,1645518736,47.74310,8.99895\n1647,1645518737,47.74310,8.99895\n1648,1645518738,47.74310,8.99895\n1649,1645518739,47.74310,8.99895\n1650,1645518740,47.74310,8.99895\n1651,1645518741,47.74310,8.99895\n1652,1645518742,47.74311,8.99895\n1653,1645518743,47.74311,8.99895\n1654,1645518744,47.74311,8.99895\n1655,1645518745,47.74311,8.99896\n1656,1645518746,47.74311,8.99896\n1657,1645518747,47.74311,8.99896\n1658,1645518748,47.74311,8.99896\n1659,1645518749,47.74312,8.99896\n1660,1645518750,47.74312,8.99896\n1661,1645518751,47.74312,8.99896\n1662,1645518752,47.74312,8.99896\n1663,1645518753,47.74312,8.99896\n1664,1645518754,47.74312,8.99896\n1665,1645518755,47.74312,8.99896\n1666,1645518756,47.74312,8.99896\n1667,1645518757,47.74312,8.99896\n1668,1645518758,47.74312,8.99896\n1669,1645518759,47.74313,8.99896\n1670,1645518760,47.74313,8.99896\n1671,1645518761,47.74313,8.99896\n1672,1645518762,47.74313,8.99896\n1673,1645518763,47.74313,8.99896\n1674,1645518764,47.74313,8.99896\n1675,1645518765,47.74313,8.99896\n1676,1645518766,47.74313,8.99896\n1677,1645518767,47.74313,8.99896\n1678,1645518768,47.74313,8.99895\n1679,1645518769,47.74313,8.99895\n1680,1645518770,47.74313,8.99895\n1681,1645518771,47.74313,8.99895\n1682,1645518772,47.74313,8.99895\n1683,1645518773,47.74313,8.99895\n1684,1645518774,47.74313,8.99895\n1685,1645518775,47.74313,8.99895\n1686,1645518776,47.74313,8.99895\n1687,1645518777,47.74313,8.99895\n1688,1645518778,47.74314,8.99895\n1689,1645518779,47.74314,8.99895\n1690,1645518780,47.74314,8.99895\n1691,1645518781,47.74314,8.99895\n1692,1645518782,47.74314,8.99895\n1693,1645518783,47.74314,8.99895\n1694,1645518784,47.74314,8.99895\n1695,1645518785,47.74314,8.99895\n1696,1645518786,47.74314,8.99895\n1697,1645518787,47.74314,8.99895\n1698,1645518788,47.74314,8.99895\n1699,1645518789,47.74314,8.99895\n1700,1645518790,47.74314,8.99895\n1701,1645518791,47.74314,8.99895\n1702,1645518792,47.74314,8.99895\n1703,1645518793,47.74314,8.99895\n1704,1645518794,47.74314,8.99895\n1705,1645518795,47.74314,8.99894\n1706,1645518796,47.74314,8.99894\n1707,1645518797,47.74314,8.99895\n1708,1645518798,47.74314,8.99895\n1709,1645518799,47.74314,8.99895\n1710,1645518800,47.74314,8.99895\n1711,1645518801,47.74314,8.99895\n1712,1645518802,47.74314,8.99895\n1713,1645518803,47.74314,8.99895\n1714,1645518804,47.74314,8.99895\n1715,1645518805,47.74314,8.99895\n1716,1645518806,47.74314,8.99895\n1717,1645518807,47.74314,8.99896\n1718,1645518808,47.74315,8.99896\n1719,1645518809,47.74315,8.99896\n1720,1645518810,47.74315,8.99896\n1721,1645518811,47.74315,8.99896\n1722,1645518812,47.74315,8.99896\n1723,1645518813,47.74315,8.99896\n1724,1645518814,47.74315,8.99896\n1725,1645518815,47.74315,8.99896\n1726,1645518816,47.74315,8.99896\n1727,1645518817,47.74315,8.99896\n1728,1645518818,47.74315,8.99896\n1729,1645518819,47.74315,8.99896\n1730,1645518820,47.74315,8.99896\n1731,1645518821,47.74315,8.99896\n1732,1645518822,47.74315,8.99896\n1733,1645518823,47.74315,8.99896\n1734,1645518824,47.74316,8.99897\n1735,1645518825,47.74316,8.99897\n1736,1645518826,47.74316,8.99897\n1737,1645518827,47.74316,8.99897\n1738,1645518828,47.74316,8.99897\n1739,1645518829,47.74316,8.99896\n1740,1645518830,47.74316,8.99896\n1741,1645518831,47.74316,8.99896\n1742,1645518832,47.74316,8.99896\n1743,1645518833,47.74316,8.99896\n1744,1645518834,47.74316,8.99896\n1745,1645518835,47.74316,8.99896\n1746,1645518836,47.74316,8.99896\n1747,1645518837,47.74316,8.99896\n1748,1645518838,47.74316,8.99896\n1749,1645518839,47.74316,8.99896\n1750,1645518840,47.74317,8.99896\n1751,1645518841,47.74317,8.99896\n1752,1645518842,47.74317,8.99896\n1753,1645518843,47.74317,8.99896\n1754,1645518844,47.74317,8.99896\n1755,1645518845,47.74317,8.99896\n1756,1645518846,47.74317,8.99896\n1757,1645518847,47.74316,8.99896\n1758,1645518848,47.74316,8.99896\n1759,1645518849,47.74315,8.99896\n1760,1645518850,47.74315,8.99896\n1761,1645518851,47.74315,8.99896\n1762,1645518852,47.74315,8.99896\n1763,1645518853,47.74314,8.99896\n1764,1645518854,47.74314,8.99896\n1765,1645518855,47.74314,8.99897\n1766,1645518856,47.74314,8.99897\n1767,1645518857,47.74314,8.99897\n1768,1645518858,47.74312,8.99896\n1769,1645518859,47.74312,8.99896\n1770,1645518860,47.74312,8.99896\n1771,1645518861,47.74312,8.99896\n1772,1645518862,47.74312,8.99896\n1773,1645518863,47.74312,8.99896\n1774,1645518864,47.74312,8.99896\n1775,1645518865,47.74312,8.99895\n1776,1645518866,47.74312,8.99895\n1777,1645518867,47.74312,8.99895\n1778,1645518868,47.74312,8.99895\n1779,1645518869,47.74312,8.99895\n1780,1645518870,47.74312,8.99895\n1781,1645518871,47.74312,8.99895\n1782,1645518872,47.74311,8.99895\n1783,1645518873,47.74311,8.99895\n1784,1645518874,47.74311,8.99895\n1785,1645518875,47.74310,8.99895\n1786,1645518876,47.74310,8.99894\n1787,1645518877,47.74310,8.99895\n1788,1645518878,47.74310,8.99895\n1789,1645518879,47.74309,8.99895\n1790,1645518880,47.74309,8.99895\n1791,1645518881,47.74309,8.99895\n1792,1645518882,47.74309,8.99895\n1793,1645518883,47.74309,8.99895\n1794,1645518884,47.74309,8.99895\n1795,1645518885,47.74309,8.99895\n1796,1645518886,47.74309,8.99895\n1797,1645518887,47.74310,8.99894\n1798,1645518888,47.74310,8.99894\n1799,1645518889,47.74310,8.99894\n1800,1645518890,47.74310,8.99894\n1801,1645518891,47.74310,8.99894\n1802,1645518892,47.74310,8.99894\n1803,1645518893,47.74310,8.99894\n1804,1645518894,47.74310,8.99894\n1805,1645518895,47.74310,8.99894\n1806,1645518896,47.74310,8.99895\n1807,1645518897,47.74310,8.99895\n1808,1645518898,47.74310,8.99895\n1809,1645518899,47.74311,8.99895\n1810,1645518900,47.74311,8.99895\n1811,1645518901,47.74311,8.99895\n1812,1645518902,47.74311,8.99895\n1813,1645518903,47.74311,8.99895\n1814,1645518904,47.74310,8.99895\n1815,1645518905,47.74310,8.99895\n1816,1645518906,47.74310,8.99895\n1817,1645518907,47.74310,8.99895\n1818,1645518908,47.74310,8.99895\n1819,1645518909,47.74310,8.99895\n1820,1645518910,47.74310,8.99895\n1821,1645518911,47.74310,8.99895\n1822,1645518912,47.74310,8.99895\n1823,1645518913,47.74310,8.99895\n1824,1645518914,47.74310,8.99895\n1825,1645518915,47.74310,8.99894\n1826,1645518916,47.74310,8.99894\n1827,1645518917,47.74310,8.99894\n1828,1645518918,47.74310,8.99894\n1829,1645518919,47.74310,8.99894\n1830,1645518920,47.74310,8.99894\n1831,1645518921,47.74310,8.99894\n1832,1645518922,47.74310,8.99894\n1833,1645518923,47.74310,8.99894\n1834,1645518924,47.74310,8.99894\n1835,1645518925,47.74310,8.99894\n1836,1645518926,47.74310,8.99894\n1837,1645518927,47.74309,8.99894\n1838,1645518928,47.74309,8.99894\n1839,1645518929,47.74309,8.99894\n1840,1645518930,47.74308,8.99895\n1841,1645518931,47.74308,8.99895\n1842,1645518932,47.74308,8.99895\n1843,1645518933,47.74308,8.99895\n1844,1645518934,47.74308,8.99895\n1845,1645518935,47.74308,8.99895\n1846,1645518936,47.74308,8.99895\n1847,1645518937,47.74308,8.99895\n1848,1645518938,47.74308,8.99895\n1849,1645518939,47.74308,8.99895\n1850,1645518940,47.74308,8.99895\n1851,1645518941,47.74308,8.99895\n1852,1645518942,47.74308,8.99895\n1853,1645518943,47.74308,8.99895\n1854,1645518944,47.74308,8.99895\n1855,1645518945,47.74308,8.99895\n1856,1645518946,47.74308,8.99895\n1857,1645518947,47.74308,8.99895\n1858,1645518948,47.74308,8.99895\n1859,1645518949,47.74308,8.99896\n1860,1645518950,47.74308,8.99896\n1861,1645518951,47.74307,8.99896\n1862,1645518952,47.74307,8.99895\n1863,1645518953,47.74307,8.99895\n1864,1645518954,47.74307,8.99895\n1865,1645518955,47.74307,8.99895\n1866,1645518956,47.74308,8.99895\n1867,1645518957,47.74308,8.99895\n1868,1645518958,47.74307,8.99895\n1869,1645518959,47.74307,8.99895\n1870,1645518960,47.74307,8.99895\n1871,1645518961,47.74307,8.99895\n1872,1645518962,47.74307,8.99895\n1873,1645518963,47.74307,8.99895\n1874,1645518964,47.74307,8.99895\n1875,1645518965,47.74307,8.99895\n1876,1645518966,47.74307,8.99895\n1877,1645518967,47.74307,8.99895\n1878,1645518968,47.74307,8.99895\n1879,1645518969,47.74307,8.99895\n1880,1645518970,47.74307,8.99895\n1881,1645518971,47.74307,8.99895\n1882,1645518972,47.74307,8.99895\n1883,1645518973,47.74307,8.99895\n1884,1645518974,47.74307,8.99895\n1885,1645518975,47.74307,8.99895\n1886,1645518976,47.74307,8.99894\n1887,1645518977,47.74307,8.99894\n1888,1645518978,47.74307,8.99894\n1889,1645518979,47.74307,8.99894\n1890,1645518980,47.74307,8.99894\n1891,1645518981,47.74307,8.99894\n1892,1645518982,47.74307,8.99894\n1893,1645518983,47.74307,8.99894\n1894,1645518984,47.74307,8.99894\n1895,1645518985,47.74308,8.99894\n1896,1645518986,47.74308,8.99894\n1897,1645518987,47.74308,8.99894\n1898,1645518988,47.74308,8.99894\n1899,1645518989,47.74308,8.99894\n1900,1645518990,47.74308,8.99894\n1901,1645518991,47.74308,8.99894\n1902,1645518992,47.74308,8.99894\n1903,1645518993,47.74308,8.99895\n1904,1645518994,47.74308,8.99895\n1905,1645518995,47.74308,8.99895\n1906,1645518996,47.74308,8.99895\n1907,1645518997,47.74308,8.99895\n1908,1645518998,47.74308,8.99895\n1909,1645518999,47.74308,8.99895\n1910,1645519000,47.74308,8.99895\n1911,1645519001,47.74308,8.99895\n1912,1645519002,47.74309,8.99895\n1913,1645519003,47.74309,8.99895\n1914,1645519004,47.74309,8.99895\n1915,1645519005,47.74309,8.99895\n1916,1645519006,47.74309,8.99895\n1917,1645519007,47.74309,8.99895\n1918,1645519008,47.74309,8.99896\n1919,1645519009,47.74309,8.99896\n1920,1645519010,47.74309,8.99896\n1921,1645519011,47.74309,8.99896\n1922,1645519012,47.74309,8.99896\n1923,1645519013,47.74309,8.99896\n1924,1645519014,47.74309,8.99896\n1925,1645519015,47.74309,8.99896\n1926,1645519016,47.74309,8.99897\n1927,1645519017,47.74309,8.99897\n1928,1645519018,47.74309,8.99898\n1929,1645519019,47.74309,8.99898\n1930,1645519020,47.74309,8.99898\n1931,1645519021,47.74309,8.99898\n1932,1645519022,47.74309,8.99898\n1933,1645519023,47.74309,8.99898\n1934,1645519024,47.74310,8.99898\n1935,1645519025,47.74309,8.99898\n1936,1645519026,47.74310,8.99899\n1937,1645519027,47.74309,8.99899\n1938,1645519028,47.74309,8.99899\n1939,1645519029,47.74309,8.99899\n1940,1645519030,47.74309,8.99899\n1941,1645519031,47.74309,8.99899\n1942,1645519032,47.74309,8.99899\n1943,1645519033,47.74309,8.99899\n1944,1645519034,47.74309,8.99899\n1945,1645519035,47.74309,8.99899\n1946,1645519036,47.74309,8.99899\n1947,1645519037,47.74309,8.99899\n1948,1645519038,47.74309,8.99899\n1949,1645519039,47.74309,8.99899\n1950,1645519040,47.74309,8.99899\n1951,1645519041,47.74309,8.99899\n1952,1645519042,47.74309,8.99899\n1953,1645519043,47.74309,8.99899\n1954,1645519044,47.74310,8.99899\n1955,1645519045,47.74310,8.99899\n1956,1645519046,47.74310,8.99899\n1957,1645519047,47.74310,8.99899\n1958,1645519048,47.74310,8.99899\n1959,1645519049,47.74310,8.99899\n1960,1645519050,47.74310,8.99899\n1961,1645519051,47.74310,8.99899\n1962,1645519052,47.74310,8.99899\n1963,1645519053,47.74310,8.99899\n1964,1645519054,47.74310,8.99899\n1965,1645519055,47.74310,8.99899\n1966,1645519056,47.74310,8.99899\n1967,1645519057,47.74310,8.99899\n1968,1645519058,47.74310,8.99899\n1969,1645519059,47.74310,8.99899\n1970,1645519060,47.74310,8.99899\n1971,1645519061,47.74310,8.99899\n1972,1645519062,47.74310,8.99899\n1973,1645519063,47.74310,8.99898\n1974,1645519064,47.74310,8.99898\n1975,1645519065,47.74310,8.99898\n1976,1645519066,47.74310,8.99898\n1977,1645519067,47.74310,8.99898\n1978,1645519068,47.74310,8.99898\n1979,1645519069,47.74310,8.99898\n1980,1645519070,47.74310,8.99898\n1981,1645519071,47.74310,8.99898\n1982,1645519072,47.74310,8.99898\n1983,1645519073,47.74310,8.99898\n1984,1645519074,47.74311,8.99898\n1985,1645519075,47.74311,8.99898\n1986,1645519076,47.74311,8.99898\n1987,1645519077,47.74311,8.99898\n1988,1645519078,47.74311,8.99898\n1989,1645519079,47.74311,8.99898\n1990,1645519080,47.74311,8.99898\n1991,1645519081,47.74311,8.99898\n1992,1645519082,47.74311,8.99898\n1993,1645519083,47.74311,8.99898\n1994,1645519084,47.74311,8.99898\n1995,1645519085,47.74311,8.99898\n1996,1645519086,47.74311,8.99898\n1997,1645519087,47.74311,8.99898\n1998,1645519088,47.74311,8.99898\n1999,1645519089,47.74311,8.99897\n2000,1645519090,47.74312,8.99897\n2001,1645519091,47.74312,8.99897\n2002,1645519092,47.74312,8.99897\n2003,1645519093,47.74312,8.99897\n2004,1645519094,47.74312,8.99897\n2005,1645519095,47.74312,8.99897\n2006,1645519096,47.74312,8.99897\n2007,1645519097,47.74312,8.99897\n2008,1645519098,47.74312,8.99897\n2009,1645519099,47.74312,8.99897\n2010,1645519100,47.74312,8.99897\n2011,1645519101,47.74312,8.99897\n2012,1645519102,47.74312,8.99897\n2013,1645519103,47.74312,8.99897\n2014,1645519104,47.74312,8.99897\n2015,1645519105,47.74312,8.99897\n2016,1645519106,47.74312,8.99897\n2017,1645519107,47.74312,8.99897\n2018,1645519108,47.74312,8.99897\n2019,1645519109,47.74312,8.99897\n2020,1645519110,47.74312,8.99897\n2021,1645519111,47.74312,8.99897\n2022,1645519112,47.74312,8.99897\n2023,1645519113,47.74312,8.99897\n2024,1645519114,47.74312,8.99897\n2025,1645519115,47.74312,8.99897\n2026,1645519116,47.74312,8.99897\n2027,1645519117,47.74312,8.99897\n2028,1645519118,47.74312,8.99897\n2029,1645519119,47.74312,8.99897\n2030,1645519120,47.74312,8.99897\n2031,1645519121,47.74312,8.99897\n2032,1645519122,47.74312,8.99897\n2033,1645519123,47.74312,8.99897\n2034,1645519124,47.74312,8.99898\n2035,1645519125,47.74312,8.99898\n2036,1645519126,47.74312,8.99898\n2037,1645519127,47.74312,8.99898\n2038,1645519128,47.74312,8.99898\n2039,1645519129,47.74312,8.99898\n2040,1645519130,47.74312,8.99898\n2041,1645519131,47.74312,8.99898\n2042,1645519132,47.74312,8.99899\n2043,1645519133,47.74311,8.99899\n2044,1645519134,47.74311,8.99899\n2045,1645519135,47.74311,8.99899\n2046,1645519136,47.74311,8.99899\n2047,1645519137,47.74311,8.99899\n2048,1645519138,47.74311,8.99899\n2049,1645519139,47.74310,8.99899\n2050,1645519140,47.74310,8.99899\n2051,1645519141,47.74310,8.99899\n2052,1645519142,47.74310,8.99899\n2053,1645519143,47.74310,8.99899\n2054,1645519144,47.74310,8.99899\n2055,1645519145,47.74311,8.99899\n2056,1645519146,47.74311,8.99899\n2057,1645519147,47.74311,8.99899\n2058,1645519148,47.74311,8.99898\n2059,1645519149,47.74311,8.99898\n2060,1645519150,47.74311,8.99898\n2061,1645519151,47.74311,8.99899\n2062,1645519152,47.74310,8.99899\n2063,1645519153,47.74310,8.99898\n2064,1645519154,47.74310,8.99898\n2065,1645519155,47.74310,8.99898\n2066,1645519156,47.74310,8.99898\n2067,1645519157,47.74310,8.99898\n2068,1645519158,47.74310,8.99898\n2069,1645519159,47.74310,8.99898\n2070,1645519160,47.74310,8.99898\n2071,1645519161,47.74310,8.99898\n2072,1645519162,47.74310,8.99898\n2073,1645519163,47.74310,8.99898\n2074,1645519164,47.74310,8.99898\n2075,1645519165,47.74310,8.99898\n2076,1645519166,47.74310,8.99898\n2077,1645519167,47.74310,8.99898\n2078,1645519168,47.74310,8.99898\n2079,1645519169,47.74310,8.99898\n2080,1645519170,47.74310,8.99898\n2081,1645519171,47.74310,8.99898\n2082,1645519172,47.74309,8.99898\n2083,1645519173,47.74309,8.99898\n2084,1645519174,47.74309,8.99898\n2085,1645519175,47.74309,8.99898\n2086,1645519176,47.74309,8.99898\n2087,1645519177,47.74309,8.99898\n2088,1645519178,47.74309,8.99898\n2089,1645519179,47.74309,8.99898\n2090,1645519180,47.74309,8.99898\n2091,1645519181,47.74309,8.99898\n2092,1645519182,47.74309,8.99897\n2093,1645519183,47.74309,8.99897\n2094,1645519184,47.74309,8.99897\n2095,1645519185,47.74308,8.99897\n2096,1645519186,47.74308,8.99897\n2097,1645519187,47.74308,8.99897\n2098,1645519188,47.74308,8.99897\n2099,1645519189,47.74308,8.99897\n2100,1645519190,47.74308,8.99897\n2101,1645519191,47.74308,8.99897\n2102,1645519192,47.74308,8.99897\n2103,1645519193,47.74308,8.99897\n2104,1645519194,47.74308,8.99897\n2105,1645519195,47.74309,8.99897\n2106,1645519196,47.74309,8.99897\n2107,1645519197,47.74309,8.99897\n2108,1645519198,47.74309,8.99897\n2109,1645519199,47.74309,8.99896\n2110,1645519200,47.74309,8.99896\n2111,1645519201,47.74309,8.99896\n2112,1645519202,47.74309,8.99896\n2113,1645519203,47.74309,8.99896\n2114,1645519204,47.74309,8.99896\n2115,1645519205,47.74309,8.99896\n2116,1645519206,47.74309,8.99896\n2117,1645519207,47.74309,8.99896\n2118,1645519208,47.74309,8.99896\n2119,1645519209,47.74309,8.99896\n2120,1645519210,47.74309,8.99896\n2121,1645519211,47.74309,8.99896\n2122,1645519212,47.74309,8.99896\n2123,1645519213,47.74309,8.99895\n2124,1645519214,47.74309,8.99895\n2125,1645519215,47.74309,8.99895\n2126,1645519216,47.74309,8.99895\n2127,1645519217,47.74309,8.99895\n2128,1645519218,47.74309,8.99895\n2129,1645519219,47.74309,8.99895\n2130,1645519220,47.74309,8.99895\n2131,1645519221,47.74309,8.99895\n2132,1645519222,47.74309,8.99895\n2133,1645519223,47.74309,8.99896\n2134,1645519224,47.74309,8.99896\n2135,1645519225,47.74309,8.99896\n2136,1645519226,47.74309,8.99896\n2137,1645519227,47.74309,8.99896\n2138,1645519228,47.74309,8.99896\n2139,1645519229,47.74309,8.99896\n2140,1645519230,47.74309,8.99896\n2141,1645519231,47.74309,8.99896\n2142,1645519232,47.74309,8.99896\n2143,1645519233,47.74309,8.99896\n2144,1645519234,47.74309,8.99896\n2145,1645519235,47.74309,8.99896\n2146,1645519236,47.74309,8.99896\n2147,1645519237,47.74309,8.99896\n2148,1645519238,47.74309,8.99896\n2149,1645519239,47.74309,8.99896\n2150,1645519240,47.74309,8.99896\n2151,1645519241,47.74309,8.99896\n2152,1645519242,47.74310,8.99896\n2153,1645519243,47.74310,8.99896\n2154,1645519244,47.74310,8.99896\n2155,1645519245,47.74310,8.99896\n2156,1645519246,47.74310,8.99896\n2157,1645519247,47.74310,8.99896\n2158,1645519248,47.74310,8.99896\n2159,1645519249,47.74310,8.99896\n2160,1645519250,47.74310,8.99897\n2161,1645519251,47.74310,8.99896\n2162,1645519252,47.74310,8.99896\n2163,1645519253,47.74310,8.99896\n2164,1645519254,47.74310,8.99896\n2165,1645519255,47.74310,8.99895\n2166,1645519256,47.74310,8.99895\n2167,1645519257,47.74310,8.99895\n2168,1645519258,47.74310,8.99895\n2169,1645519259,47.74310,8.99895\n2170,1645519260,47.74310,8.99895\n2171,1645519261,47.74310,8.99895\n2172,1645519262,47.74310,8.99895\n2173,1645519263,47.74310,8.99895\n2174,1645519264,47.74310,8.99895\n2175,1645519265,47.74310,8.99895\n2176,1645519266,47.74310,8.99895\n2177,1645519267,47.74309,8.99895\n2178,1645519268,47.74309,8.99895\n2179,1645519269,47.74309,8.99895\n2180,1645519270,47.74309,8.99895\n2181,1645519271,47.74309,8.99895\n2182,1645519272,47.74310,8.99895\n2183,1645519273,47.74310,8.99895\n2184,1645519274,47.74310,8.99895\n2185,1645519275,47.74310,8.99895\n2186,1645519276,47.74310,8.99895\n2187,1645519277,47.74310,8.99895\n2188,1645519278,47.74310,8.99895\n2189,1645519279,47.74310,8.99895\n2190,1645519280,47.74310,8.99895\n2191,1645519281,47.74310,8.99895\n2192,1645519282,47.74310,8.99895\n2193,1645519283,47.74310,8.99895\n2194,1645519284,47.74310,8.99895\n2195,1645519285,47.74310,8.99895\n2196,1645519286,47.74310,8.99895\n2197,1645519287,47.74310,8.99895\n2198,1645519288,47.74310,8.99895\n2199,1645519289,47.74310,8.99895\n2200,1645519290,47.74310,8.99895\n2201,1645519291,47.74311,8.99895\n2202,1645519292,47.74311,8.99895\n2203,1645519293,47.74311,8.99895\n2204,1645519294,47.74311,8.99895\n2205,1645519295,47.74310,8.99895\n2206,1645519296,47.74310,8.99895\n2207,1645519297,47.74310,8.99895\n2208,1645519298,47.74310,8.99894\n2209,1645519299,47.74310,8.99894\n2210,1645519300,47.74310,8.99894\n2211,1645519301,47.74310,8.99894\n2212,1645519302,47.74311,8.99894\n2213,1645519303,47.74311,8.99894\n2214,1645519304,47.74311,8.99894\n2215,1645519305,47.74311,8.99894\n2216,1645519306,47.74311,8.99894\n2217,1645519307,47.74311,8.99894\n2218,1645519308,47.74311,8.99894\n2219,1645519309,47.74311,8.99894\n2220,1645519310,47.74311,8.99894\n2221,1645519311,47.74311,8.99894\n2222,1645519312,47.74311,8.99894\n2223,1645519313,47.74311,8.99894\n2224,1645519314,47.74311,8.99894\n2225,1645519315,47.74311,8.99894\n2226,1645519316,47.74311,8.99894\n2227,1645519317,47.74311,8.99894\n2228,1645519318,47.74311,8.99894\n2229,1645519319,47.74311,8.99894\n2230,1645519320,47.74311,8.99894\n2231,1645519321,47.74311,8.99894\n2232,1645519322,47.74311,8.99894\n2233,1645519323,47.74311,8.99894\n2234,1645519324,47.74311,8.99894\n2235,1645519325,47.74311,8.99894\n2236,1645519326,47.74311,8.99894\n2237,1645519327,47.74311,8.99894\n2238,1645519328,47.74312,8.99893\n2239,1645519329,47.74312,8.99893\n2240,1645519330,47.74312,8.99893\n2241,1645519331,47.74312,8.99893\n2242,1645519332,47.74312,8.99893\n2243,1645519333,47.74312,8.99893\n2244,1645519334,47.74312,8.99893\n2245,1645519335,47.74312,8.99893\n2246,1645519336,47.74312,8.99893\n2247,1645519337,47.74312,8.99893\n2248,1645519338,47.74312,8.99893\n2249,1645519339,47.74312,8.99893\n2250,1645519340,47.74312,8.99893\n2251,1645519341,47.74312,8.99893\n2252,1645519342,47.74312,8.99893\n2253,1645519343,47.74313,8.99893\n2254,1645519344,47.74313,8.99893\n2255,1645519345,47.74313,8.99893\n2256,1645519346,47.74313,8.99893\n2257,1645519347,47.74313,8.99893\n2258,1645519348,47.74313,8.99893\n2259,1645519349,47.74313,8.99893\n2260,1645519350,47.74313,8.99893\n2261,1645519351,47.74313,8.99892\n2262,1645519352,47.74313,8.99892\n2263,1645519353,47.74313,8.99892\n2264,1645519354,47.74313,8.99892\n2265,1645519355,47.74313,8.99892\n2266,1645519356,47.74313,8.99892\n2267,1645519357,47.74313,8.99892\n2268,1645519358,47.74313,8.99892\n2269,1645519359,47.74313,8.99892\n2270,1645519360,47.74313,8.99892\n2271,1645519361,47.74313,8.99892\n2272,1645519362,47.74313,8.99892\n2273,1645519363,47.74313,8.99892\n2274,1645519364,47.74313,8.99892\n2275,1645519365,47.74313,8.99892\n2276,1645519366,47.74313,8.99892\n2277,1645519367,47.74313,8.99892\n2278,1645519368,47.74313,8.99892\n2279,1645519369,47.74313,8.99892\n2280,1645519370,47.74313,8.99892\n2281,1645519371,47.74313,8.99892\n2282,1645519372,47.74313,8.99892\n2283,1645519373,47.74313,8.99892\n2284,1645519374,47.74313,8.99892\n2285,1645519375,47.74313,8.99892\n2286,1645519376,47.74313,8.99892\n2287,1645519377,47.74313,8.99892\n2288,1645519378,47.74313,8.99892\n2289,1645519379,47.74313,8.99892\n2290,1645519380,47.74313,8.99892\n2291,1645519381,47.74313,8.99892\n2292,1645519382,47.74314,8.99891\n2293,1645519383,47.74314,8.99891\n2294,1645519384,47.74314,8.99891\n2295,1645519385,47.74314,8.99891\n2296,1645519386,47.74314,8.99891\n2297,1645519387,47.74314,8.99891\n2298,1645519388,47.74314,8.99891\n2299,1645519389,47.74314,8.99891\n2300,1645519390,47.74314,8.99891\n2301,1645519391,47.74314,8.99891\n2302,1645519392,47.74314,8.99891\n2303,1645519393,47.74313,8.99891\n2304,1645519394,47.74313,8.99891\n2305,1645519395,47.74313,8.99891\n2306,1645519396,47.74313,8.99890\n2307,1645519397,47.74313,8.99890\n2308,1645519398,47.74313,8.99890\n2309,1645519399,47.74313,8.99890\n2310,1645519400,47.74313,8.99890\n2311,1645519401,47.74313,8.99890\n2312,1645519402,47.74312,8.99890\n2313,1645519403,47.74312,8.99890\n2314,1645519404,47.74312,8.99890\n2315,1645519405,47.74312,8.99890\n2316,1645519406,47.74312,8.99890\n2317,1645519407,47.74312,8.99890\n2318,1645519408,47.74312,8.99890\n2319,1645519409,47.74312,8.99890\n2320,1645519410,47.74312,8.99890\n2321,1645519411,47.74312,8.99890\n2322,1645519412,47.74312,8.99890\n2323,1645519413,47.74312,8.99890\n2324,1645519414,47.74311,8.99890\n2325,1645519415,47.74311,8.99890\n2326,1645519416,47.74311,8.99890\n2327,1645519417,47.74311,8.99890\n2328,1645519418,47.74311,8.99890\n2329,1645519419,47.74311,8.99890\n2330,1645519420,47.74311,8.99890\n2331,1645519421,47.74311,8.99890\n2332,1645519422,47.74311,8.99890\n2333,1645519423,47.74311,8.99890\n2334,1645519424,47.74311,8.99890\n2335,1645519425,47.74311,8.99890\n2336,1645519426,47.74311,8.99890\n2337,1645519427,47.74311,8.99890\n2338,1645519428,47.74311,8.99890\n2339,1645519429,47.74311,8.99890\n2340,1645519430,47.74311,8.99890\n2341,1645519431,47.74311,8.99890\n2342,1645519432,47.74311,8.99890\n2343,1645519433,47.74311,8.99890\n2344,1645519434,47.74311,8.99890\n2345,1645519435,47.74311,8.99890\n2346,1645519436,47.74311,8.99890\n2347,1645519437,47.74311,8.99890\n2348,1645519438,47.74311,8.99890\n2349,1645519439,47.74311,8.99890\n2350,1645519440,47.74311,8.99890\n2351,1645519441,47.74311,8.99890\n2352,1645519442,47.74311,8.99890\n2353,1645519443,47.74311,8.99890\n2354,1645519444,47.74311,8.99890\n2355,1645519445,47.74311,8.99890\n2356,1645519446,47.74311,8.99890\n2357,1645519447,47.74311,8.99890\n2358,1645519448,47.74311,8.99890\n2359,1645519449,47.74311,8.99890\n2360,1645519450,47.74311,8.99890\n2361,1645519451,47.74311,8.99890\n2362,1645519452,47.74311,8.99890\n2363,1645519453,47.74311,8.99890\n2364,1645519454,47.74311,8.99890\n2365,1645519455,47.74311,8.99890\n2366,1645519456,47.74311,8.99890\n2367,1645519457,47.74311,8.99890\n2368,1645519458,47.74311,8.99890\n2369,1645519459,47.74311,8.99890\n2370,1645519460,47.74311,8.99890\n2371,1645519461,47.74311,8.99890\n2372,1645519462,47.74311,8.99890\n2373,1645519463,47.74311,8.99890\n2374,1645519464,47.74311,8.99890\n2375,1645519465,47.74311,8.99890\n2376,1645519466,47.74311,8.99890\n2377,1645519467,47.74311,8.99890\n2378,1645519468,47.74311,8.99890\n2379,1645519469,47.74311,8.99890\n2380,1645519470,47.74311,8.99890\n2381,1645519471,47.74310,8.99889\n2382,1645519472,47.74310,8.99889\n2383,1645519473,47.74310,8.99889\n2384,1645519474,47.74310,8.99889\n2385,1645519475,47.74310,8.99889\n2386,1645519476,47.74310,8.99889\n2387,1645519477,47.74310,8.99889\n2388,1645519478,47.74310,8.99889\n2389,1645519479,47.74310,8.99889\n2390,1645519480,47.74310,8.99889\n2391,1645519481,47.74310,8.99889\n2392,1645519482,47.74310,8.99889\n2393,1645519483,47.74310,8.99889\n2394,1645519484,47.74310,8.99889\n2395,1645519485,47.74310,8.99889\n2396,1645519486,47.74310,8.99889\n2397,1645519487,47.74310,8.99889\n2398,1645519488,47.74310,8.99889\n2399,1645519489,47.74310,8.99889\n2400,1645519490,47.74310,8.99889\n2401,1645519491,47.74310,8.99889\n2402,1645519492,47.74310,8.99889\n2403,1645519493,47.74310,8.99889\n2404,1645519494,47.74310,8.99889\n2405,1645519495,47.74310,8.99889\n2406,1645519496,47.74310,8.99889\n2407,1645519497,47.74310,8.99889\n2408,1645519498,47.74310,8.99888\n2409,1645519499,47.74310,8.99888\n2410,1645519500,47.74310,8.99888\n2411,1645519501,47.74310,8.99888\n2412,1645519502,47.74310,8.99888\n2413,1645519503,47.74310,8.99888\n2414,1645519504,47.74311,8.99889\n2415,1645519505,47.74311,8.99889\n2416,1645519506,47.74311,8.99889\n2417,1645519507,47.74311,8.99889\n2418,1645519508,47.74311,8.99889\n2419,1645519509,47.74311,8.99889\n2420,1645519510,47.74311,8.99889\n2421,1645519511,47.74311,8.99889\n2422,1645519512,47.74311,8.99889\n2423,1645519513,47.74311,8.99889\n2424,1645519514,47.74311,8.99889\n2425,1645519515,47.74311,8.99889\n2426,1645519516,47.74310,8.99889\n2427,1645519517,47.74310,8.99889\n2428,1645519518,47.74310,8.99889\n2429,1645519519,47.74310,8.99889\n2430,1645519520,47.74310,8.99889\n2431,1645519521,47.74310,8.99888\n2432,1645519522,47.74310,8.99888\n2433,1645519523,47.74310,8.99888\n2434,1645519524,47.74310,8.99888\n2435,1645519525,47.74310,8.99888\n2436,1645519526,47.74310,8.99888\n2437,1645519527,47.74310,8.99888\n2438,1645519528,47.74310,8.99888\n2439,1645519529,47.74310,8.99888\n2440,1645519530,47.74310,8.99888\n2441,1645519531,47.74310,8.99888\n2442,1645519532,47.74310,8.99888\n2443,1645519533,47.74310,8.99888\n2444,1645519534,47.74310,8.99888\n2445,1645519535,47.74310,8.99888\n2446,1645519536,47.74310,8.99888\n2447,1645519537,47.74310,8.99889\n2448,1645519538,47.74310,8.99889\n2449,1645519539,47.74310,8.99889\n2450,1645519540,47.74310,8.99889\n2451,1645519541,47.74310,8.99889\n2452,1645519542,47.74310,8.99889\n2453,1645519543,47.74310,8.99889\n2454,1645519544,47.74310,8.99889\n2455,1645519545,47.74310,8.99889\n2456,1645519546,47.74310,8.99889\n2457,1645519547,47.74310,8.99889\n2458,1645519548,47.74310,8.99889\n2459,1645519549,47.74310,8.99889\n2460,1645519550,47.74310,8.99889\n2461,1645519551,47.74310,8.99889\n2462,1645519552,47.74310,8.99889\n2463,1645519553,47.74310,8.99890\n2464,1645519554,47.74310,8.99890\n2465,1645519555,47.74310,8.99890\n2466,1645519556,47.74310,8.99890\n2467,1645519557,47.74310,8.99890\n2468,1645519558,47.74310,8.99890\n2469,1645519559,47.74310,8.99890\n2470,1645519560,47.74309,8.99890\n2471,1645519561,47.74309,8.99890\n2472,1645519562,47.74309,8.99890\n2473,1645519563,47.74310,8.99890\n2474,1645519564,47.74310,8.99890\n2475,1645519565,47.74310,8.99890\n2476,1645519566,47.74310,8.99890\n2477,1645519567,47.74310,8.99890\n2478,1645519568,47.74310,8.99890\n2479,1645519569,47.74310,8.99890\n2480,1645519570,47.74310,8.99890\n2481,1645519571,47.74310,8.99890\n2482,1645519572,47.74310,8.99890\n2483,1645519573,47.74310,8.99890\n2484,1645519574,47.74310,8.99890\n2485,1645519575,47.74310,8.99890\n2486,1645519576,47.74310,8.99890\n2487,1645519577,47.74310,8.99890\n2488,1645519578,47.74310,8.99890\n2489,1645519579,47.74310,8.99890\n2490,1645519580,47.74310,8.99891\n2491,1645519581,47.74310,8.99890\n2492,1645519582,47.74310,8.99890\n2493,1645519583,47.74310,8.99890\n2494,1645519584,47.74310,8.99890\n2495,1645519585,47.74310,8.99890\n2496,1645519586,47.74310,8.99890\n2497,1645519587,47.74311,8.99890\n2498,1645519588,47.74311,8.99890\n2499,1645519589,47.74310,8.99890\n2500,1645519590,47.74310,8.99890\n2501,1645519591,47.74310,8.99890\n2502,1645519592,47.74310,8.99890\n2503,1645519593,47.74310,8.99889\n2504,1645519594,47.74310,8.99889\n2505,1645519595,47.74310,8.99889\n2506,1645519596,47.74310,8.99889\n2507,1645519597,47.74310,8.99889\n2508,1645519598,47.74310,8.99889\n2509,1645519599,47.74310,8.99889\n2510,1645519600,47.74310,8.99889\n2511,1645519601,47.74310,8.99889\n2512,1645519602,47.74310,8.99889\n2513,1645519603,47.74310,8.99889\n2514,1645519604,47.74310,8.99889\n2515,1645519605,47.74310,8.99889\n2516,1645519606,47.74310,8.99889\n2517,1645519607,47.74310,8.99889\n2518,1645519608,47.74310,8.99889\n2519,1645519609,47.74310,8.99889\n2520,1645519610,47.74310,8.99889\n2521,1645519611,47.74310,8.99889\n2522,1645519612,47.74310,8.99889\n2523,1645519613,47.74310,8.99889\n2524,1645519614,47.74310,8.99889\n2525,1645519615,47.74310,8.99889\n2526,1645519616,47.74310,8.99889\n2527,1645519617,47.74310,8.99889\n2528,1645519618,47.74310,8.99889\n2529,1645519619,47.74310,8.99889\n2530,1645519620,47.74310,8.99889\n2531,1645519621,47.74310,8.99889\n2532,1645519622,47.74310,8.99889\n2533,1645519623,47.74310,8.99889\n2534,1645519624,47.74310,8.99889\n2535,1645519625,47.74310,8.99889\n2536,1645519626,47.74310,8.99889\n2537,1645519627,47.74310,8.99888\n2538,1645519628,47.74310,8.99888\n2539,1645519629,47.74310,8.99888\n2540,1645519630,47.74310,8.99888\n2541,1645519631,47.74310,8.99888\n2542,1645519632,47.74310,8.99888\n2543,1645519633,47.74310,8.99888\n2544,1645519634,47.74310,8.99888\n2545,1645519635,47.74310,8.99888\n2546,1645519636,47.74310,8.99888\n2547,1645519637,47.74310,8.99888\n2548,1645519638,47.74310,8.99888\n2549,1645519639,47.74310,8.99888\n2550,1645519640,47.74310,8.99888\n2551,1645519641,47.74310,8.99888\n2552,1645519642,47.74310,8.99888\n2553,1645519643,47.74309,8.99888\n2554,1645519644,47.74310,8.99887\n2555,1645519645,47.74310,8.99887\n2556,1645519646,47.74310,8.99887\n2557,1645519647,47.74310,8.99887\n2558,1645519648,47.74310,8.99887\n2559,1645519649,47.74310,8.99887\n2560,1645519650,47.74310,8.99887\n2561,1645519651,47.74310,8.99887\n2562,1645519652,47.74310,8.99887\n2563,1645519653,47.74310,8.99887\n2564,1645519654,47.74310,8.99887\n2565,1645519655,47.74310,8.99887\n2566,1645519656,47.74310,8.99887\n2567,1645519657,47.74310,8.99887\n2568,1645519658,47.74310,8.99887\n2569,1645519659,47.74310,8.99887\n2570,1645519660,47.74310,8.99886\n2571,1645519661,47.74310,8.99886\n2572,1645519662,47.74310,8.99886\n2573,1645519663,47.74310,8.99886\n2574,1645519664,47.74310,8.99886\n2575,1645519665,47.74310,8.99886\n2576,1645519666,47.74310,8.99887\n2577,1645519667,47.74309,8.99887\n2578,1645519668,47.74309,8.99887\n2579,1645519669,47.74309,8.99887\n2580,1645519670,47.74308,8.99887\n2581,1645519671,47.74308,8.99887\n2582,1645519672,47.74308,8.99887\n2583,1645519673,47.74308,8.99887\n2584,1645519674,47.74308,8.99887\n2585,1645519675,47.74308,8.99887\n2586,1645519676,47.74308,8.99887\n2587,1645519677,47.74308,8.99887\n2588,1645519678,47.74308,8.99887\n2589,1645519679,47.74308,8.99887\n2590,1645519680,47.74308,8.99887\n2591,1645519681,47.74308,8.99887\n2592,1645519682,47.74308,8.99887\n2593,1645519683,47.74308,8.99887\n2594,1645519684,47.74308,8.99887\n2595,1645519685,47.74308,8.99887\n2596,1645519686,47.74308,8.99887\n2597,1645519687,47.74308,8.99887\n2598,1645519688,47.74308,8.99887\n2599,1645519689,47.74308,8.99887\n2600,1645519690,47.74308,8.99887\n2601,1645519691,47.74309,8.99887\n2602,1645519692,47.74309,8.99887\n2603,1645519693,47.74309,8.99887\n2604,1645519694,47.74309,8.99887\n2605,1645519695,47.74309,8.99887\n2606,1645519696,47.74309,8.99887\n2607,1645519697,47.74309,8.99887\n2608,1645519698,47.74309,8.99887\n2609,1645519699,47.74309,8.99887\n2610,1645519700,47.74309,8.99887\n2611,1645519701,47.74309,8.99887\n2612,1645519702,47.74309,8.99887\n2613,1645519703,47.74309,8.99887\n2614,1645519704,47.74309,8.99887\n2615,1645519705,47.74309,8.99887\n2616,1645519706,47.74309,8.99887\n2617,1645519707,47.74309,8.99886\n2618,1645519708,47.74308,8.99886\n2619,1645519709,47.74308,8.99886\n2620,1645519710,47.74308,8.99887\n2621,1645519711,47.74308,8.99887\n2622,1645519712,47.74308,8.99887\n2623,1645519713,47.74308,8.99887\n2624,1645519714,47.74307,8.99887\n2625,1645519715,47.74307,8.99888\n2626,1645519716,47.74307,8.99888\n2627,1645519717,47.74307,8.99888\n2628,1645519718,47.74307,8.99888\n2629,1645519719,47.74307,8.99888\n2630,1645519720,47.74307,8.99888\n2631,1645519721,47.74306,8.99888\n2632,1645519722,47.74306,8.99888\n2633,1645519723,47.74306,8.99888\n2634,1645519724,47.74306,8.99888\n2635,1645519725,47.74306,8.99888\n2636,1645519726,47.74306,8.99888\n2637,1645519727,47.74306,8.99888\n2638,1645519728,47.74306,8.99888\n2639,1645519729,47.74306,8.99888\n2640,1645519730,47.74306,8.99888\n2641,1645519731,47.74306,8.99888\n2642,1645519732,47.74306,8.99888\n2643,1645519733,47.74306,8.99888\n2644,1645519734,47.74306,8.99888\n2645,1645519735,47.74305,8.99888\n2646,1645519736,47.74305,8.99888\n2647,1645519737,47.74305,8.99888\n2648,1645519738,47.74305,8.99888\n2649,1645519739,47.74305,8.99887\n2650,1645519740,47.74305,8.99887\n2651,1645519741,47.74305,8.99887\n2652,1645519742,47.74305,8.99887\n2653,1645519743,47.74304,8.99887\n2654,1645519744,47.74304,8.99887\n2655,1645519745,47.74304,8.99887\n2656,1645519746,47.74304,8.99887\n2657,1645519747,47.74304,8.99887\n2658,1645519748,47.74304,8.99887\n2659,1645519749,47.74304,8.99887\n2660,1645519750,47.74303,8.99887\n2661,1645519751,47.74303,8.99887\n2662,1645519752,47.74303,8.99887\n2663,1645519753,47.74303,8.99887\n2664,1645519754,47.74303,8.99887\n2665,1645519755,47.74302,8.99887\n2666,1645519756,47.74302,8.99887\n2667,1645519757,47.74302,8.99887\n2668,1645519758,47.74302,8.99887\n2669,1645519759,47.74302,8.99887\n2670,1645519760,47.74302,8.99887\n2671,1645519761,47.74302,8.99887\n2672,1645519762,47.74302,8.99887\n2673,1645519763,47.74301,8.99887\n2674,1645519764,47.74301,8.99887\n2675,1645519765,47.74301,8.99887\n2676,1645519766,47.74301,8.99887\n2677,1645519767,47.74301,8.99887\n2678,1645519768,47.74301,8.99887\n2679,1645519769,47.74301,8.99887\n2680,1645519770,47.74301,8.99887\n2681,1645519771,47.74300,8.99887\n2682,1645519772,47.74300,8.99887\n2683,1645519773,47.74300,8.99887\n2684,1645519774,47.74300,8.99887\n2685,1645519775,47.74300,8.99887\n2686,1645519776,47.74300,8.99887\n2687,1645519777,47.74300,8.99887\n2688,1645519778,47.74300,8.99887\n2689,1645519779,47.74300,8.99887\n2690,1645519780,47.74300,8.99887\n2691,1645519781,47.74300,8.99887\n2692,1645519782,47.74299,8.99887\n2693,1645519783,47.74299,8.99887\n2694,1645519784,47.74299,8.99887\n2695,1645519785,47.74299,8.99887\n2696,1645519786,47.74299,8.99887\n2697,1645519787,47.74298,8.99887\n2698,1645519788,47.74298,8.99887\n2699,1645519789,47.74298,8.99887\n2700,1645519790,47.74298,8.99887\n2701,1645519791,47.74298,8.99888\n2702,1645519792,47.74298,8.99888\n2703,1645519793,47.74298,8.99888\n2704,1645519794,47.74298,8.99888\n2705,1645519795,47.74298,8.99888\n2706,1645519796,47.74298,8.99888\n2707,1645519797,47.74297,8.99888\n2708,1645519798,47.74297,8.99888\n2709,1645519799,47.74297,8.99888\n2710,1645519800,47.74297,8.99888\n2711,1645519801,47.74297,8.99888\n2712,1645519802,47.74298,8.99889\n2713,1645519803,47.74298,8.99889\n2714,1645519804,47.74298,8.99889\n2715,1645519805,47.74298,8.99889\n2716,1645519806,47.74298,8.99889\n2717,1645519807,47.74298,8.99889\n2718,1645519808,47.74298,8.99889\n2719,1645519809,47.74298,8.99889\n2720,1645519810,47.74298,8.99889\n2721,1645519811,47.74298,8.99889\n2722,1645519812,47.74298,8.99889\n2723,1645519813,47.74298,8.99889\n2724,1645519814,47.74298,8.99889\n2725,1645519815,47.74298,8.99889\n2726,1645519816,47.74298,8.99889\n2727,1645519817,47.74298,8.99889\n2728,1645519818,47.74298,8.99890\n2729,1645519819,47.74298,8.99890\n2730,1645519820,47.74299,8.99890\n2731,1645519821,47.74300,8.99890\n2732,1645519822,47.74300,8.99890\n2733,1645519823,47.74300,8.99890\n2734,1645519824,47.74300,8.99890\n2735,1645519825,47.74300,8.99890\n2736,1645519826,47.74300,8.99890\n2737,1645519827,47.74300,8.99890\n2738,1645519828,47.74301,8.99889\n2739,1645519829,47.74301,8.99889\n2740,1645519830,47.74301,8.99889\n2741,1645519831,47.74301,8.99889\n2742,1645519832,47.74301,8.99889\n2743,1645519833,47.74301,8.99889\n2744,1645519834,47.74302,8.99889\n2745,1645519835,47.74302,8.99889\n2746,1645519836,47.74302,8.99889\n2747,1645519837,47.74302,8.99889\n2748,1645519838,47.74302,8.99889\n2749,1645519839,47.74302,8.99889\n2750,1645519840,47.74302,8.99889\n2751,1645519841,47.74302,8.99889\n2752,1645519842,47.74303,8.99889\n2753,1645519843,47.74303,8.99889\n2754,1645519844,47.74303,8.99890\n2755,1645519845,47.74303,8.99890\n2756,1645519846,47.74304,8.99890\n2757,1645519847,47.74304,8.99890\n2758,1645519848,47.74304,8.99890\n2759,1645519849,47.74304,8.99890\n2760,1645519850,47.74304,8.99890\n2761,1645519851,47.74304,8.99890\n2762,1645519852,47.74304,8.99890\n2763,1645519853,47.74305,8.99890\n2764,1645519854,47.74305,8.99889\n2765,1645519855,47.74305,8.99889\n2766,1645519856,47.74305,8.99889\n2767,1645519857,47.74305,8.99889\n2768,1645519858,47.74306,8.99889\n2769,1645519859,47.74306,8.99889\n2770,1645519860,47.74306,8.99889\n2771,1645519861,47.74306,8.99888\n2772,1645519862,47.74306,8.99888\n2773,1645519863,47.74306,8.99888\n2774,1645519864,47.74307,8.99888\n2775,1645519865,47.74307,8.99888\n2776,1645519866,47.74307,8.99888\n2777,1645519867,47.74307,8.99888\n2778,1645519868,47.74307,8.99888\n2779,1645519869,47.74307,8.99888\n2780,1645519870,47.74307,8.99888\n2781,1645519871,47.74307,8.99888\n2782,1645519872,47.74307,8.99888\n2783,1645519873,47.74307,8.99888\n2784,1645519874,47.74307,8.99888\n2785,1645519875,47.74307,8.99888\n2786,1645519876,47.74307,8.99888\n2787,1645519877,47.74307,8.99888\n2788,1645519878,47.74307,8.99888\n2789,1645519879,47.74307,8.99888\n2790,1645519880,47.74307,8.99888\n2791,1645519881,47.74308,8.99888\n2792,1645519882,47.74308,8.99888\n2793,1645519883,47.74308,8.99888\n2794,1645519884,47.74308,8.99888\n2795,1645519885,47.74308,8.99888\n2796,1645519886,47.74308,8.99888\n2797,1645519887,47.74308,8.99888\n2798,1645519888,47.74308,8.99888\n2799,1645519889,47.74308,8.99888\n2800,1645519890,47.74308,8.99888\n2801,1645519891,47.74308,8.99888\n2802,1645519892,47.74308,8.99888\n2803,1645519893,47.74308,8.99888\n2804,1645519894,47.74308,8.99888\n2805,1645519895,47.74308,8.99888\n2806,1645519896,47.74308,8.99888\n2807,1645519897,47.74308,8.99888\n2808,1645519898,47.74308,8.99888\n2809,1645519899,47.74309,8.99888\n2810,1645519900,47.74309,8.99888\n2811,1645519901,47.74309,8.99888\n2812,1645519902,47.74309,8.99888\n2813,1645519903,47.74309,8.99888\n2814,1645519904,47.74309,8.99888\n2815,1645519905,47.74309,8.99888\n2816,1645519906,47.74309,8.99888\n2817,1645519907,47.74309,8.99888\n2818,1645519908,47.74310,8.99888\n2819,1645519909,47.74310,8.99888\n2820,1645519910,47.74310,8.99888\n2821,1645519911,47.74310,8.99888\n2822,1645519912,47.74310,8.99888\n2823,1645519913,47.74310,8.99888\n2824,1645519914,47.74310,8.99888\n2825,1645519915,47.74310,8.99888\n2826,1645519916,47.74310,8.99888\n2827,1645519917,47.74310,8.99888\n2828,1645519918,47.74310,8.99888\n2829,1645519919,47.74310,8.99888\n2830,1645519920,47.74311,8.99888\n2831,1645519921,47.74311,8.99888\n2832,1645519922,47.74311,8.99888\n2833,1645519923,47.74311,8.99888\n2834,1645519924,47.74311,8.99888\n2835,1645519925,47.74311,8.99888\n2836,1645519926,47.74311,8.99888\n2837,1645519927,47.74311,8.99888\n2838,1645519928,47.74311,8.99888\n2839,1645519929,47.74311,8.99888\n2840,1645519930,47.74311,8.99888\n2841,1645519931,47.74311,8.99888\n2842,1645519932,47.74311,8.99888\n2843,1645519933,47.74311,8.99888\n2844,1645519934,47.74312,8.99888\n2845,1645519935,47.74312,8.99888\n2846,1645519936,47.74312,8.99888\n2847,1645519937,47.74312,8.99888\n2848,1645519938,47.74312,8.99888\n2849,1645519939,47.74312,8.99888\n2850,1645519940,47.74312,8.99888\n2851,1645519941,47.74312,8.99888\n2852,1645519942,47.74312,8.99888\n2853,1645519943,47.74312,8.99888\n2854,1645519944,47.74312,8.99888\n2855,1645519945,47.74312,8.99888\n2856,1645519946,47.74312,8.99888\n2857,1645519947,47.74312,8.99888\n2858,1645519948,47.74312,8.99888\n2859,1645519949,47.74312,8.99888\n2860,1645519950,47.74312,8.99888\n2861,1645519951,47.74312,8.99888\n2862,1645519952,47.74312,8.99888\n2863,1645519953,47.74312,8.99888\n2864,1645519954,47.74312,8.99888\n2865,1645519955,47.74312,8.99888\n2866,1645519956,47.74312,8.99888\n2867,1645519957,47.74312,8.99888\n2868,1645519958,47.74312,8.99888\n2869,1645519959,47.74312,8.99888\n2870,1645519960,47.74312,8.99888\n2871,1645519961,47.74312,8.99888\n2872,1645519962,47.74312,8.99888\n2873,1645519963,47.74311,8.99888\n2874,1645519964,47.74311,8.99889\n2875,1645519965,47.74311,8.99889\n2876,1645519966,47.74311,8.99888\n2877,1645519967,47.74311,8.99888\n2878,1645519968,47.74311,8.99888\n2879,1645519969,47.74311,8.99888\n2880,1645519970,47.74311,8.99888\n2881,1645519971,47.74311,8.99888\n2882,1645519972,47.74311,8.99888\n2883,1645519973,47.74311,8.99888\n2884,1645519974,47.74311,8.99888\n2885,1645519975,47.74311,8.99888\n2886,1645519976,47.74311,8.99888\n2887,1645519977,47.74312,8.99888\n2888,1645519978,47.74312,8.99888\n2889,1645519979,47.74311,8.99888\n2890,1645519980,47.74311,8.99888\n2891,1645519981,47.74311,8.99888\n2892,1645519982,47.74312,8.99888\n2893,1645519983,47.74312,8.99888\n2894,1645519984,47.74311,8.99888\n2895,1645519985,47.74311,8.99888\n2896,1645519986,47.74311,8.99888\n2897,1645519987,47.74312,8.99888\n2898,1645519988,47.74312,8.99888\n2899,1645519989,47.74312,8.99888\n2900,1645519990,47.74312,8.99888\n2901,1645519991,47.74312,8.99888\n2902,1645519992,47.74312,8.99888\n2903,1645519993,47.74312,8.99888\n2904,1645519994,47.74312,8.99888\n2905,1645519995,47.74312,8.99888\n2906,1645519996,47.74312,8.99888\n2907,1645519997,47.74312,8.99888\n2908,1645519998,47.74312,8.99888\n2909,1645519999,47.74312,8.99888\n2910,1645520000,47.74312,8.99888\n2911,1645520001,47.74312,8.99888\n2912,1645520002,47.74312,8.99888\n2913,1645520003,47.74312,8.99888\n2914,1645520004,47.74312,8.99888\n2915,1645520005,47.74311,8.99889\n2916,1645520006,47.74311,8.99889\n2917,1645520007,47.74311,8.99889\n2918,1645520008,47.74311,8.99889\n2919,1645520009,47.74311,8.99890\n2920,1645520010,47.74311,8.99890\n2921,1645520011,47.74311,8.99890\n2922,1645520012,47.74311,8.99890\n2923,1645520013,47.74311,8.99889\n2924,1645520014,47.74311,8.99889\n2925,1645520015,47.74311,8.99889\n2926,1645520016,47.74311,8.99889\n2927,1645520017,47.74312,8.99889\n2928,1645520018,47.74312,8.99889\n2929,1645520019,47.74312,8.99889\n2930,1645520020,47.74312,8.99889\n2931,1645520021,47.74312,8.99889\n2932,1645520022,47.74312,8.99889\n2933,1645520023,47.74312,8.99889\n2934,1645520024,47.74312,8.99889\n2935,1645520025,47.74312,8.99889\n2936,1645520026,47.74312,8.99889\n2937,1645520027,47.74312,8.99889\n2938,1645520028,47.74312,8.99889\n2939,1645520029,47.74312,8.99889\n2940,1645520030,47.74312,8.99889\n2941,1645520031,47.74312,8.99889\n2942,1645520032,47.74312,8.99889\n2943,1645520033,47.74312,8.99889\n2944,1645520034,47.74312,8.99889\n2945,1645520035,47.74312,8.99889\n2946,1645520036,47.74313,8.99889\n2947,1645520037,47.74313,8.99889\n2948,1645520038,47.74313,8.99888\n2949,1645520039,47.74313,8.99888\n2950,1645520040,47.74313,8.99888\n2951,1645520041,47.74313,8.99888\n2952,1645520042,47.74313,8.99888\n2953,1645520043,47.74313,8.99889\n2954,1645520044,47.74312,8.99889\n2955,1645520045,47.74312,8.99889\n2956,1645520046,47.74312,8.99889\n2957,1645520047,47.74312,8.99889\n2958,1645520048,47.74313,8.99889\n2959,1645520049,47.74313,8.99889\n2960,1645520050,47.74313,8.99889\n2961,1645520051,47.74313,8.99889\n2962,1645520052,47.74313,8.99889\n2963,1645520053,47.74313,8.99889\n2964,1645520054,47.74313,8.99889\n2965,1645520055,47.74313,8.99889\n2966,1645520056,47.74313,8.99889\n2967,1645520057,47.74313,8.99889\n2968,1645520058,47.74313,8.99889\n2969,1645520059,47.74313,8.99889\n2970,1645520060,47.74313,8.99889\n2971,1645520061,47.74313,8.99889\n2972,1645520062,47.74313,8.99889\n2973,1645520063,47.74313,8.99889\n2974,1645520064,47.74312,8.99889\n2975,1645520065,47.74312,8.99889\n2976,1645520066,47.74312,8.99889\n2977,1645520067,47.74312,8.99889\n2978,1645520068,47.74312,8.99890\n2979,1645520069,47.74312,8.99890\n2980,1645520070,47.74312,8.99890\n2981,1645520071,47.74312,8.99890\n2982,1645520072,47.74312,8.99890\n2983,1645520073,47.74312,8.99890\n2984,1645520074,47.74312,8.99890\n2985,1645520075,47.74311,8.99890\n2986,1645520076,47.74311,8.99890\n2987,1645520077,47.74311,8.99890\n2988,1645520078,47.74311,8.99890\n2989,1645520079,47.74311,8.99890\n2990,1645520080,47.74311,8.99890\n2991,1645520081,47.74311,8.99890\n2992,1645520082,47.74311,8.99890\n2993,1645520083,47.74310,8.99890\n2994,1645520084,47.74310,8.99890\n2995,1645520085,47.74310,8.99890\n2996,1645520086,47.74310,8.99890\n2997,1645520087,47.74310,8.99890\n2998,1645520088,47.74310,8.99890\n2999,1645520089,47.74310,8.99890\n3000,1645520090,47.74310,8.99890\n3001,1645520091,47.74310,8.99890\n3002,1645520092,47.74310,8.99890\n3003,1645520093,47.74310,8.99890\n3004,1645520094,47.74310,8.99890\n3005,1645520095,47.74310,8.99890\n3006,1645520096,47.74310,8.99890\n3007,1645520097,47.74310,8.99890\n3008,1645520098,47.74310,8.99890\n3009,1645520099,47.74310,8.99890\n3010,1645520100,47.74310,8.99890\n3011,1645520101,47.74310,8.99890\n3012,1645520102,47.74310,8.99890\n3013,1645520103,47.74310,8.99890\n3014,1645520104,47.74310,8.99890\n3015,1645520105,47.74310,8.99890\n3016,1645520106,47.74310,8.99890\n3017,1645520107,47.74310,8.99890\n3018,1645520108,47.74310,8.99890\n3019,1645520109,47.74310,8.99890\n3020,1645520110,47.74309,8.99890\n3021,1645520111,47.74309,8.99890\n3022,1645520112,47.74308,8.99890\n3023,1645520113,47.74308,8.99891\n3024,1645520114,47.74308,8.99891\n3025,1645520115,47.74308,8.99891\n3026,1645520116,47.74307,8.99891\n3027,1645520117,47.74307,8.99891\n3028,1645520118,47.74307,8.99891\n3029,1645520119,47.74307,8.99891\n3030,1645520120,47.74307,8.99891\n3031,1645520121,47.74307,8.99891\n3032,1645520122,47.74307,8.99891\n3033,1645520123,47.74307,8.99891\n3034,1645520124,47.74307,8.99891\n3035,1645520125,47.74307,8.99891\n3036,1645520126,47.74307,8.99891\n3037,1645520127,47.74307,8.99891\n3038,1645520128,47.74307,8.99891\n3039,1645520129,47.74306,8.99890\n3040,1645520130,47.74306,8.99890\n3041,1645520131,47.74306,8.99890\n3042,1645520132,47.74306,8.99890\n3043,1645520133,47.74306,8.99890\n3044,1645520134,47.74306,8.99890\n3045,1645520135,47.74306,8.99890\n3046,1645520136,47.74306,8.99890\n3047,1645520137,47.74306,8.99890\n3048,1645520138,47.74306,8.99890\n3049,1645520139,47.74306,8.99890\n3050,1645520140,47.74306,8.99890\n3051,1645520141,47.74306,8.99890\n3052,1645520142,47.74306,8.99890\n3053,1645520143,47.74306,8.99890\n3054,1645520144,47.74306,8.99890\n3055,1645520145,47.74306,8.99890\n3056,1645520146,47.74306,8.99890\n3057,1645520147,47.74306,8.99890\n3058,1645520148,47.74306,8.99890\n3059,1645520149,47.74306,8.99890\n3060,1645520150,47.74306,8.99890\n3061,1645520151,47.74306,8.99890\n3062,1645520152,47.74306,8.99890\n3063,1645520153,47.74306,8.99891\n3064,1645520154,47.74306,8.99891\n3065,1645520155,47.74306,8.99890\n3066,1645520156,47.74306,8.99891\n3067,1645520157,47.74306,8.99891\n3068,1645520158,47.74306,8.99891\n3069,1645520159,47.74306,8.99890\n3070,1645520160,47.74306,8.99891\n3071,1645520161,47.74306,8.99890\n3072,1645520162,47.74306,8.99890\n3073,1645520163,47.74306,8.99891\n3074,1645520164,47.74306,8.99891\n3075,1645520165,47.74306,8.99891\n3076,1645520166,47.74306,8.99891\n3077,1645520167,47.74306,8.99891\n3078,1645520168,47.74306,8.99891\n3079,1645520169,47.74305,8.99891\n3080,1645520170,47.74305,8.99891\n3081,1645520171,47.74305,8.99891\n3082,1645520172,47.74305,8.99891\n3083,1645520173,47.74305,8.99891\n3084,1645520174,47.74305,8.99891\n3085,1645520175,47.74305,8.99891\n3086,1645520176,47.74305,8.99891\n3087,1645520177,47.74304,8.99891\n3088,1645520178,47.74304,8.99891\n3089,1645520179,47.74304,8.99891\n3090,1645520180,47.74304,8.99891\n3091,1645520181,47.74304,8.99892\n3092,1645520182,47.74304,8.99892\n3093,1645520183,47.74304,8.99892\n3094,1645520184,47.74304,8.99892\n3095,1645520185,47.74304,8.99892\n3096,1645520186,47.74304,8.99892\n3097,1645520187,47.74304,8.99892\n3098,1645520188,47.74304,8.99892\n3099,1645520189,47.74304,8.99892\n3100,1645520190,47.74304,8.99892\n3101,1645520191,47.74304,8.99892\n3102,1645520192,47.74303,8.99892\n3103,1645520193,47.74303,8.99892\n3104,1645520194,47.74303,8.99892\n3105,1645520195,47.74303,8.99892\n3106,1645520196,47.74303,8.99892\n3107,1645520197,47.74303,8.99892\n3108,1645520198,47.74302,8.99892\n3109,1645520199,47.74302,8.99892\n3110,1645520200,47.74302,8.99893\n3111,1645520201,47.74302,8.99893\n3112,1645520202,47.74302,8.99893\n3113,1645520203,47.74302,8.99893\n3114,1645520204,47.74302,8.99893\n3115,1645520205,47.74302,8.99893\n3116,1645520206,47.74302,8.99893\n3117,1645520207,47.74302,8.99893\n3118,1645520208,47.74302,8.99893\n3119,1645520209,47.74302,8.99893\n3120,1645520210,47.74302,8.99893\n3121,1645520211,47.74302,8.99893\n3122,1645520212,47.74301,8.99893\n3123,1645520213,47.74301,8.99894\n3124,1645520214,47.74301,8.99894\n3125,1645520215,47.74301,8.99894\n3126,1645520216,47.74301,8.99894\n3127,1645520217,47.74301,8.99894\n3128,1645520218,47.74301,8.99894\n3129,1645520219,47.74301,8.99894\n3130,1645520220,47.74301,8.99894\n3131,1645520221,47.74301,8.99894\n3132,1645520222,47.74301,8.99894\n3133,1645520223,47.74301,8.99894\n3134,1645520224,47.74301,8.99894\n3135,1645520225,47.74301,8.99894\n3136,1645520226,47.74301,8.99894\n3137,1645520227,47.74301,8.99894\n3138,1645520228,47.74301,8.99894\n3139,1645520229,47.74301,8.99894\n3140,1645520230,47.74301,8.99894\n3141,1645520231,47.74301,8.99894\n3142,1645520232,47.74301,8.99894\n3143,1645520233,47.74301,8.99894\n3144,1645520234,47.74301,8.99894\n3145,1645520235,47.74301,8.99894\n3146,1645520236,47.74301,8.99894\n3147,1645520237,47.74301,8.99894\n3148,1645520238,47.74301,8.99894\n3149,1645520239,47.74301,8.99894\n3150,1645520240,47.74301,8.99894\n3151,1645520241,47.74301,8.99894\n3152,1645520242,47.74301,8.99894\n3153,1645520243,47.74301,8.99894\n3154,1645520244,47.74301,8.99894\n3155,1645520245,47.74301,8.99894\n3156,1645520246,47.74301,8.99894\n3157,1645520247,47.74301,8.99894\n3158,1645520248,47.74302,8.99894\n3159,1645520249,47.74302,8.99894\n3160,1645520250,47.74302,8.99894\n3161,1645520251,47.74302,8.99894\n3162,1645520252,47.74302,8.99894\n3163,1645520253,47.74302,8.99894\n3164,1645520254,47.74302,8.99894\n3165,1645520255,47.74302,8.99894\n3166,1645520256,47.74302,8.99894\n3167,1645520257,47.74302,8.99894\n3168,1645520258,47.74302,8.99894\n3169,1645520259,47.74302,8.99894\n3170,1645520260,47.74302,8.99894\n3171,1645520261,47.74302,8.99894\n3172,1645520262,47.74302,8.99894\n3173,1645520263,47.74303,8.99894\n3174,1645520264,47.74303,8.99894\n3175,1645520265,47.74303,8.99894\n3176,1645520266,47.74303,8.99894\n3177,1645520267,47.74303,8.99894\n3178,1645520268,47.74303,8.99894\n3179,1645520269,47.74303,8.99894\n3180,1645520270,47.74303,8.99894\n3181,1645520271,47.74303,8.99894\n3182,1645520272,47.74303,8.99894\n3183,1645520273,47.74303,8.99894\n3184,1645520274,47.74303,8.99894\n3185,1645520275,47.74303,8.99894\n3186,1645520276,47.74303,8.99894\n3187,1645520277,47.74303,8.99895\n3188,1645520278,47.74303,8.99895\n3189,1645520279,47.74304,8.99894\n3190,1645520280,47.74304,8.99894\n3191,1645520281,47.74304,8.99894\n3192,1645520282,47.74304,8.99894\n3193,1645520283,47.74304,8.99895\n3194,1645520284,47.74304,8.99895\n3195,1645520285,47.74304,8.99895\n3196,1645520286,47.74304,8.99895\n3197,1645520287,47.74304,8.99895\n3198,1645520288,47.74304,8.99895\n3199,1645520289,47.74304,8.99895\n3200,1645520290,47.74304,8.99895\n3201,1645520291,47.74304,8.99895\n3202,1645520292,47.74304,8.99895\n3203,1645520293,47.74304,8.99895\n3204,1645520294,47.74304,8.99895\n3205,1645520295,47.74304,8.99895\n3206,1645520296,47.74304,8.99895\n3207,1645520297,47.74304,8.99895\n3208,1645520298,47.74304,8.99895\n3209,1645520299,47.74304,8.99895\n3210,1645520300,47.74304,8.99895\n3211,1645520301,47.74304,8.99895\n3212,1645520302,47.74304,8.99895\n3213,1645520303,47.74304,8.99895\n3214,1645520304,47.74304,8.99895\n3215,1645520305,47.74304,8.99895\n3216,1645520306,47.74304,8.99895\n3217,1645520307,47.74304,8.99895\n3218,1645520308,47.74304,8.99895\n3219,1645520309,47.74304,8.99895\n3220,1645520310,47.74305,8.99895\n3221,1645520311,47.74305,8.99895\n3222,1645520312,47.74305,8.99894\n3223,1645520313,47.74305,8.99894\n3224,1645520314,47.74305,8.99894\n3225,1645520315,47.74305,8.99894\n3226,1645520316,47.74305,8.99894\n3227,1645520317,47.74305,8.99895\n3228,1645520318,47.74305,8.99895\n3229,1645520319,47.74305,8.99895\n3230,1645520320,47.74305,8.99895\n3231,1645520321,47.74305,8.99894\n3232,1645520322,47.74305,8.99894\n3233,1645520323,47.74305,8.99894\n3234,1645520324,47.74305,8.99894\n3235,1645520325,47.74305,8.99894\n3236,1645520326,47.74305,8.99894\n3237,1645520327,47.74305,8.99894\n3238,1645520328,47.74305,8.99894\n3239,1645520329,47.74305,8.99894\n3240,1645520330,47.74305,8.99894\n3241,1645520331,47.74305,8.99894\n3242,1645520332,47.74305,8.99894\n3243,1645520333,47.74305,8.99894\n3244,1645520334,47.74305,8.99894\n3245,1645520335,47.74305,8.99894\n3246,1645520336,47.74305,8.99894\n3247,1645520337,47.74305,8.99894\n3248,1645520338,47.74305,8.99894\n3249,1645520339,47.74305,8.99894\n3250,1645520340,47.74305,8.99894\n3251,1645520341,47.74305,8.99894\n3252,1645520342,47.74305,8.99894\n3253,1645520343,47.74305,8.99894\n3254,1645520344,47.74305,8.99894\n3255,1645520345,47.74305,8.99894\n3256,1645520346,47.74305,8.99894\n3257,1645520347,47.74305,8.99894\n3258,1645520348,47.74305,8.99894\n3259,1645520349,47.74305,8.99894\n3260,1645520350,47.74305,8.99894\n3261,1645520351,47.74305,8.99894\n3262,1645520352,47.74305,8.99894\n3263,1645520353,47.74305,8.99894\n3264,1645520354,47.74305,8.99894\n3265,1645520355,47.74305,8.99894\n3266,1645520356,47.74305,8.99894\n3267,1645520357,47.74305,8.99894\n3268,1645520358,47.74305,8.99894\n3269,1645520359,47.74305,8.99894\n3270,1645520360,47.74305,8.99894\n3271,1645520361,47.74305,8.99894\n3272,1645520362,47.74305,8.99894\n3273,1645520363,47.74305,8.99894\n3274,1645520364,47.74305,8.99894\n3275,1645520365,47.74305,8.99894\n3276,1645520366,47.74305,8.99894\n3277,1645520367,47.74305,8.99894\n3278,1645520368,47.74305,8.99894\n3279,1645520369,47.74305,8.99894\n3280,1645520370,47.74305,8.99894\n3281,1645520371,47.74305,8.99894\n3282,1645520372,47.74305,8.99894\n3283,1645520373,47.74305,8.99893\n3284,1645520374,47.74305,8.99893\n3285,1645520375,47.74305,8.99893\n3286,1645520376,47.74305,8.99893\n3287,1645520377,47.74305,8.99893\n3288,1645520378,47.74305,8.99893\n3289,1645520379,47.74305,8.99893\n3290,1645520380,47.74305,8.99893\n3291,1645520381,47.74305,8.99893\n3292,1645520382,47.74305,8.99893\n3293,1645520383,47.74305,8.99893\n3294,1645520384,47.74305,8.99893\n3295,1645520385,47.74305,8.99893\n3296,1645520386,47.74305,8.99893\n3297,1645520387,47.74305,8.99893\n3298,1645520388,47.74305,8.99893\n3299,1645520389,47.74305,8.99893\n3300,1645520390,47.74305,8.99893\n3301,1645520391,47.74305,8.99893\n3302,1645520392,47.74305,8.99893\n3303,1645520393,47.74305,8.99893\n3304,1645520394,47.74305,8.99893\n3305,1645520395,47.74305,8.99893\n3306,1645520396,47.74305,8.99892\n3307,1645520397,47.74305,8.99892\n3308,1645520398,47.74305,8.99892\n3309,1645520399,47.74305,8.99892\n3310,1645520400,47.74305,8.99892\n3311,1645520401,47.74305,8.99892\n3312,1645520402,47.74305,8.99892\n3313,1645520403,47.74305,8.99892\n3314,1645520404,47.74305,8.99892\n3315,1645520405,47.74305,8.99892\n3316,1645520406,47.74306,8.99892\n3317,1645520407,47.74306,8.99892\n3318,1645520408,47.74306,8.99892\n3319,1645520409,47.74306,8.99892\n3320,1645520410,47.74306,8.99892\n3321,1645520411,47.74306,8.99892\n3322,1645520412,47.74306,8.99892\n3323,1645520413,47.74306,8.99892\n3324,1645520414,47.74306,8.99892\n3325,1645520415,47.74306,8.99892\n3326,1645520416,47.74306,8.99892\n3327,1645520417,47.74306,8.99892\n3328,1645520418,47.74306,8.99892\n3329,1645520419,47.74306,8.99892\n3330,1645520420,47.74306,8.99892\n3331,1645520421,47.74306,8.99892\n3332,1645520422,47.74306,8.99892\n3333,1645520423,47.74306,8.99891\n3334,1645520424,47.74306,8.99891\n3335,1645520425,47.74306,8.99891\n3336,1645520426,47.74306,8.99891\n3337,1645520427,47.74306,8.99891\n3338,1645520428,47.74306,8.99891\n3339,1645520429,47.74306,8.99891\n3340,1645520430,47.74306,8.99891\n3341,1645520431,47.74306,8.99891\n3342,1645520433,47.74306,8.99891\n3343,1645520434,47.74306,8.99891\n3344,1645520435,47.74306,8.99891\n3345,1645520436,47.74306,8.99891\n3346,1645520437,47.74306,8.99891\n3347,1645520438,47.74306,8.99891\n3348,1645520439,47.74306,8.99891\n3349,1645520440,47.74306,8.99891\n3350,1645520441,47.74306,8.99891\n3351,1645520442,47.74306,8.99891\n3352,1645520443,47.74306,8.99891\n3353,1645520444,47.74306,8.99891\n3354,1645520445,47.74306,8.99891\n3355,1645520446,47.74306,8.99891\n3356,1645520447,47.74306,8.99891\n3357,1645520448,47.74306,8.99891\n3358,1645520449,47.74307,8.99891\n3359,1645520450,47.74307,8.99891\n3360,1645520451,47.74307,8.99891\n3361,1645520452,47.74306,8.99891\n3362,1645520453,47.74306,8.99891\n3363,1645520454,47.74306,8.99891\n3364,1645520455,47.74306,8.99891\n3365,1645520456,47.74306,8.99891\n3366,1645520457,47.74306,8.99891\n3367,1645520458,47.74306,8.99891\n3368,1645520459,47.74306,8.99891\n3369,1645520460,47.74306,8.99891\n3370,1645520461,47.74306,8.99891\n3371,1645520462,47.74305,8.99891\n3372,1645520463,47.74305,8.99891\n3373,1645520464,47.74305,8.99891\n3374,1645520465,47.74305,8.99891\n3375,1645520466,47.74305,8.99891\n3376,1645520467,47.74305,8.99891\n3377,1645520468,47.74306,8.99891\n3378,1645520469,47.74306,8.99891\n3379,1645520470,47.74306,8.99891\n3380,1645520471,47.74306,8.99891\n3381,1645520472,47.74306,8.99891\n3382,1645520473,47.74306,8.99890\n3383,1645520474,47.74306,8.99890\n3384,1645520475,47.74306,8.99890\n3385,1645520476,47.74306,8.99890\n3386,1645520477,47.74306,8.99890\n3387,1645520478,47.74306,8.99890\n3388,1645520479,47.74306,8.99890\n3389,1645520480,47.74306,8.99890\n3390,1645520481,47.74306,8.99890\n3391,1645520482,47.74306,8.99890\n3392,1645520483,47.74306,8.99890\n3393,1645520484,47.74306,8.99890\n3394,1645520485,47.74306,8.99890\n3395,1645520486,47.74306,8.99890\n3396,1645520487,47.74306,8.99890\n3397,1645520488,47.74306,8.99890\n3398,1645520489,47.74306,8.99890\n3399,1645520490,47.74306,8.99890\n3400,1645520491,47.74306,8.99890\n3401,1645520492,47.74306,8.99890\n3402,1645520493,47.74306,8.99890\n3403,1645520494,47.74306,8.99890\n3404,1645520495,47.74306,8.99890\n3405,1645520496,47.74306,8.99890\n3406,1645520497,47.74306,8.99890\n3407,1645520498,47.74306,8.99889\n3408,1645520499,47.74306,8.99889\n3409,1645520500,47.74306,8.99889\n3410,1645520501,47.74306,8.99889\n3411,1645520502,47.74306,8.99889\n3412,1645520503,47.74306,8.99889\n3413,1645520504,47.74306,8.99889\n3414,1645520505,47.74306,8.99889\n3415,1645520506,47.74306,8.99889\n3416,1645520507,47.74306,8.99889\n3417,1645520508,47.74306,8.99889\n3418,1645520509,47.74306,8.99889\n3419,1645520510,47.74306,8.99889\n3420,1645520511,47.74305,8.99889\n3421,1645520512,47.74305,8.99889\n3422,1645520513,47.74305,8.99889\n3423,1645520514,47.74305,8.99889\n3424,1645520515,47.74304,8.99889\n3425,1645520516,47.74304,8.99889\n3426,1645520517,47.74304,8.99889\n3427,1645520518,47.74304,8.99889\n3428,1645520519,47.74304,8.99889\n3429,1645520520,47.74304,8.99889\n3430,1645520521,47.74303,8.99889\n3431,1645520522,47.74303,8.99889\n3432,1645520523,47.74303,8.99889\n3433,1645520524,47.74303,8.99889\n3434,1645520525,47.74303,8.99889\n3435,1645520526,47.74303,8.99889\n3436,1645520527,47.74303,8.99889\n3437,1645520528,47.74303,8.99889\n3438,1645520529,47.74303,8.99889\n3439,1645520530,47.74303,8.99889\n3440,1645520531,47.74303,8.99889\n3441,1645520532,47.74303,8.99889\n3442,1645520533,47.74302,8.99889\n3443,1645520534,47.74302,8.99888\n3444,1645520535,47.74302,8.99888\n3445,1645520536,47.74302,8.99888\n3446,1645520537,47.74302,8.99888\n3447,1645520538,47.74302,8.99888\n3448,1645520539,47.74302,8.99888\n3449,1645520540,47.74302,8.99888\n3450,1645520541,47.74302,8.99888\n3451,1645520542,47.74302,8.99888\n3452,1645520543,47.74302,8.99889\n3453,1645520544,47.74302,8.99889\n3454,1645520545,47.74302,8.99888\n3455,1645520546,47.74302,8.99888\n3456,1645520547,47.74302,8.99888\n3457,1645520548,47.74302,8.99888\n3458,1645520549,47.74302,8.99888\n3459,1645520550,47.74302,8.99888\n3460,1645520551,47.74302,8.99888\n3461,1645520552,47.74302,8.99888\n3462,1645520553,47.74302,8.99888\n3463,1645520554,47.74302,8.99888\n3464,1645520555,47.74302,8.99888\n3465,1645520556,47.74302,8.99888\n3466,1645520557,47.74303,8.99888\n3467,1645520558,47.74303,8.99888\n3468,1645520559,47.74303,8.99888\n3469,1645520560,47.74303,8.99888\n3470,1645520561,47.74303,8.99888\n3471,1645520562,47.74303,8.99888\n3472,1645520563,47.74303,8.99888\n3473,1645520564,47.74303,8.99888\n3474,1645520565,47.74303,8.99888\n3475,1645520566,47.74303,8.99888\n3476,1645520567,47.74303,8.99888\n3477,1645520568,47.74303,8.99888\n3478,1645520569,47.74303,8.99888\n3479,1645520570,47.74303,8.99888\n3480,1645520571,47.74303,8.99888\n3481,1645520572,47.74303,8.99888\n3482,1645520573,47.74303,8.99889\n3483,1645520574,47.74303,8.99889\n3484,1645520575,47.74303,8.99889\n3485,1645520576,47.74303,8.99889\n3486,1645520577,47.74303,8.99889\n3487,1645520578,47.74303,8.99889\n3488,1645520579,47.74303,8.99889\n3489,1645520580,47.74303,8.99889\n3490,1645520581,47.74303,8.99889\n3491,1645520582,47.74302,8.99889\n3492,1645520583,47.74302,8.99889\n3493,1645520584,47.74302,8.99889\n3494,1645520585,47.74302,8.99889\n3495,1645520586,47.74303,8.99889\n3496,1645520587,47.74303,8.99889\n3497,1645520588,47.74303,8.99889\n3498,1645520589,47.74303,8.99889\n3499,1645520590,47.74303,8.99889\n3500,1645520591,47.74303,8.99889\n3501,1645520592,47.74303,8.99889\n3502,1645520593,47.74303,8.99889\n3503,1645520594,47.74303,8.99889\n3504,1645520595,47.74303,8.99889\n3505,1645520596,47.74303,8.99889\n3506,1645520597,47.74303,8.99889\n3507,1645520598,47.74303,8.99889\n3508,1645520599,47.74303,8.99889\n3509,1645520600,47.74303,8.99889\n3510,1645520601,47.74303,8.99889\n3511,1645520602,47.74303,8.99889\n3512,1645520603,47.74303,8.99889\n3513,1645520604,47.74303,8.99889\n3514,1645520605,47.74303,8.99889\n3515,1645520606,47.74303,8.99889\n3516,1645520607,47.74303,8.99889\n3517,1645520608,47.74303,8.99889\n3518,1645520609,47.74303,8.99889\n3519,1645520610,47.74303,8.99889\n3520,1645520611,47.74303,8.99889\n3521,1645520612,47.74303,8.99889\n3522,1645520613,47.74303,8.99889\n3523,1645520614,47.74303,8.99889\n3524,1645520615,47.74303,8.99889\n3525,1645520616,47.74303,8.99890\n3526,1645520617,47.74304,8.99890\n3527,1645520618,47.74304,8.99890\n3528,1645520619,47.74304,8.99890\n3529,1645520620,47.74304,8.99890\n3530,1645520621,47.74304,8.99890\n3531,1645520622,47.74304,8.99890\n3532,1645520623,47.74304,8.99889\n3533,1645520624,47.74304,8.99890\n3534,1645520625,47.74304,8.99890\n3535,1645520626,47.74304,8.99890\n3536,1645520627,47.74304,8.99890\n3537,1645520628,47.74304,8.99890\n3538,1645520629,47.74304,8.99890\n3539,1645520630,47.74304,8.99890\n3540,1645520631,47.74304,8.99890\n3541,1645520632,47.74304,8.99890\n3542,1645520633,47.74304,8.99890\n3543,1645520634,47.74304,8.99890\n3544,1645520635,47.74304,8.99891\n3545,1645520636,47.74304,8.99891\n3546,1645520637,47.74305,8.99891\n3547,1645520638,47.74305,8.99891\n3548,1645520639,47.74305,8.99891\n3549,1645520640,47.74305,8.99891\n3550,1645520641,47.74305,8.99891\n3551,1645520642,47.74305,8.99891\n3552,1645520643,47.74305,8.99891\n3553,1645520644,47.74305,8.99891\n3554,1645520645,47.74305,8.99891\n3555,1645520646,47.74305,8.99891\n3556,1645520647,47.74305,8.99891\n3557,1645520648,47.74305,8.99891\n3558,1645520649,47.74305,8.99891\n3559,1645520650,47.74305,8.99891\n3560,1645520651,47.74305,8.99891\n3561,1645520652,47.74305,8.99891\n3562,1645520653,47.74305,8.99891\n3563,1645520654,47.74305,8.99891\n3564,1645520655,47.74305,8.99891\n3565,1645520656,47.74305,8.99891\n3566,1645520657,47.74305,8.99891\n3567,1645520658,47.74305,8.99891\n3568,1645520659,47.74305,8.99891\n3569,1645520660,47.74305,8.99891\n3570,1645520661,47.74305,8.99891\n3571,1645520662,47.74305,8.99891\n3572,1645520663,47.74305,8.99891\n3573,1645520664,47.74305,8.99891\n3574,1645520665,47.74305,8.99891\n3575,1645520666,47.74305,8.99891\n3576,1645520667,47.74305,8.99891\n3577,1645520668,47.74305,8.99891\n3578,1645520669,47.74305,8.99891\n3579,1645520670,47.74305,8.99891\n3580,1645520671,47.74305,8.99891\n3581,1645520672,47.74305,8.99891\n3582,1645520673,47.74305,8.99891\n3583,1645520674,47.74305,8.99891\n3584,1645520675,47.74305,8.99891\n3585,1645520676,47.74305,8.99890\n3586,1645520677,47.74305,8.99890\n3587,1645520678,47.74304,8.99890\n3588,1645520679,47.74304,8.99890\n3589,1645520680,47.74304,8.99890\n3590,1645520681,47.74304,8.99890\n3591,1645520682,47.74304,8.99890\n3592,1645520683,47.74304,8.99890\n3593,1645520684,47.74304,8.99890\n3594,1645520685,47.74304,8.99890\n3595,1645520686,47.74304,8.99890\n3596,1645520687,47.74304,8.99890\n3597,1645520688,47.74304,8.99890\n3598,1645520689,47.74304,8.99890\n3599,1645520690,47.74304,8.99890\n3600,1645520691,47.74304,8.99890\n3601,1645520692,47.74304,8.99890\n3602,1645520693,47.74304,8.99890\n3603,1645520694,47.74304,8.99890\n3604,1645520695,47.74304,8.99890\n3605,1645520696,47.74304,8.99890\n3606,1645520697,47.74304,8.99890\n3607,1645520698,47.74303,8.99890\n3608,1645520699,47.74303,8.99890\n3609,1645520700,47.74303,8.99890\n3610,1645520701,47.74303,8.99889\n3611,1645520702,47.74303,8.99889\n3612,1645520703,47.74303,8.99889\n3613,1645520704,47.74303,8.99889\n3614,1645520705,47.74303,8.99889\n3615,1645520706,47.74303,8.99889\n3616,1645520707,47.74303,8.99889\n3617,1645520708,47.74303,8.99889\n3618,1645520709,47.74303,8.99889\n3619,1645520710,47.74303,8.99889\n3620,1645520711,47.74304,8.99889\n3621,1645520712,47.74304,8.99889\n3622,1645520713,47.74304,8.99889\n3623,1645520714,47.74304,8.99889\n3624,1645520715,47.74304,8.99889\n3625,1645520716,47.74304,8.99889\n3626,1645520717,47.74304,8.99889\n3627,1645520718,47.74304,8.99889\n3628,1645520719,47.74305,8.99889\n3629,1645520720,47.74305,8.99889\n3630,1645520721,47.74305,8.99889\n3631,1645520722,47.74305,8.99889\n3632,1645520723,47.74305,8.99889\n3633,1645520724,47.74305,8.99889\n3634,1645520725,47.74305,8.99890\n3635,1645520726,47.74305,8.99890\n3636,1645520727,47.74305,8.99890\n3637,1645520728,47.74305,8.99890\n3638,1645520729,47.74305,8.99890\n3639,1645520730,47.74305,8.99890\n3640,1645520731,47.74305,8.99890\n3641,1645520732,47.74305,8.99890\n3642,1645520733,47.74305,8.99890\n3643,1645520734,47.74305,8.99890\n3644,1645520735,47.74305,8.99890\n3645,1645520736,47.74305,8.99890\n3646,1645520737,47.74305,8.99890\n3647,1645520738,47.74305,8.99889\n3648,1645520739,47.74305,8.99889\n3649,1645520740,47.74306,8.99889\n3650,1645520741,47.74306,8.99889\n3651,1645520742,47.74306,8.99889\n3652,1645520743,47.74306,8.99889\n3653,1645520744,47.74306,8.99889\n3654,1645520745,47.74306,8.99889\n3655,1645520746,47.74306,8.99889\n3656,1645520747,47.74306,8.99889\n3657,1645520748,47.74306,8.99889\n3658,1645520749,47.74306,8.99889\n3659,1645520750,47.74306,8.99889\n3660,1645520751,47.74306,8.99889\n3661,1645520752,47.74306,8.99889\n3662,1645520753,47.74306,8.99889\n3663,1645520754,47.74306,8.99889\n3664,1645520755,47.74306,8.99889\n3665,1645520756,47.74306,8.99889\n3666,1645520757,47.74306,8.99889\n3667,1645520758,47.74306,8.99889\n3668,1645520759,47.74306,8.99889\n3669,1645520760,47.74306,8.99889\n3670,1645520761,47.74306,8.99889\n3671,1645520762,47.74306,8.99889\n3672,1645520763,47.74306,8.99889\n3673,1645520764,47.74307,8.99889\n3674,1645520765,47.74306,8.99889\n3675,1645520766,47.74306,8.99889\n3676,1645520767,47.74306,8.99889\n3677,1645520768,47.74306,8.99889\n3678,1645520769,47.74306,8.99889\n3679,1645520770,47.74306,8.99889\n3680,1645520771,47.74305,8.99890\n3681,1645520772,47.74305,8.99890\n3682,1645520773,47.74304,8.99890\n3683,1645520774,47.74304,8.99890\n3684,1645520775,47.74304,8.99890\n3685,1645520776,47.74304,8.99890\n3686,1645520777,47.74304,8.99891\n3687,1645520778,47.74304,8.99891\n3688,1645520779,47.74304,8.99891\n3689,1645520780,47.74304,8.99891\n3690,1645520781,47.74304,8.99891\n3691,1645520782,47.74304,8.99891\n3692,1645520783,47.74304,8.99890\n3693,1645520784,47.74304,8.99890\n3694,1645520785,47.74304,8.99890\n3695,1645520786,47.74304,8.99890\n3696,1645520787,47.74304,8.99890\n3697,1645520788,47.74304,8.99890\n3698,1645520789,47.74304,8.99890\n3699,1645520790,47.74304,8.99891\n3700,1645520791,47.74304,8.99891\n3701,1645520792,47.74304,8.99890\n3702,1645520793,47.74304,8.99890\n3703,1645520794,47.74304,8.99890\n3704,1645520795,47.74304,8.99890\n3705,1645520796,47.74304,8.99890\n3706,1645520797,47.74304,8.99890\n3707,1645520798,47.74304,8.99890\n3708,1645520799,47.74304,8.99890\n3709,1645520800,47.74304,8.99890\n3710,1645520801,47.74304,8.99890\n3711,1645520802,47.74304,8.99890\n3712,1645520803,47.74305,8.99890\n3713,1645520804,47.74305,8.99890\n3714,1645520805,47.74305,8.99890\n3715,1645520806,47.74305,8.99890\n3716,1645520807,47.74305,8.99891\n3717,1645520808,47.74305,8.99891\n3718,1645520809,47.74304,8.99890\n3719,1645520810,47.74304,8.99890\n3720,1645520811,47.74304,8.99890\n3721,1645520812,47.74304,8.99890\n3722,1645520813,47.74304,8.99891\n3723,1645520814,47.74304,8.99891\n3724,1645520815,47.74305,8.99891\n3725,1645520816,47.74305,8.99891\n3726,1645520817,47.74305,8.99891\n3727,1645520818,47.74304,8.99891\n3728,1645520819,47.74304,8.99891\n3729,1645520820,47.74305,8.99891\n3730,1645520821,47.74305,8.99891\n3731,1645520822,47.74305,8.99891\n3732,1645520823,47.74305,8.99891\n3733,1645520824,47.74305,8.99891\n3734,1645520825,47.74304,8.99891\n3735,1645520826,47.74304,8.99891\n3736,1645520827,47.74304,8.99891\n3737,1645520828,47.74304,8.99891\n3738,1645520829,47.74304,8.99891\n3739,1645520830,47.74304,8.99891\n3740,1645520831,47.74304,8.99891\n3741,1645520832,47.74304,8.99891\n3742,1645520833,47.74304,8.99891\n3743,1645520834,47.74304,8.99891\n3744,1645520835,47.74304,8.99891\n3745,1645520836,47.74304,8.99891\n3746,1645520837,47.74304,8.99891\n3747,1645520838,47.74304,8.99891\n3748,1645520839,47.74304,8.99891\n3749,1645520840,47.74304,8.99891\n3750,1645520841,47.74304,8.99891\n3751,1645520842,47.74304,8.99891\n3752,1645520843,47.74304,8.99891\n3753,1645520844,47.74304,8.99891\n3754,1645520845,47.74304,8.99891\n3755,1645520846,47.74304,8.99891\n3756,1645520847,47.74304,8.99891\n3757,1645520848,47.74304,8.99891\n3758,1645520849,47.74304,8.99891\n3759,1645520850,47.74304,8.99891\n3760,1645520851,47.74304,8.99891\n3761,1645520852,47.74304,8.99891\n3762,1645520853,47.74304,8.99891\n3763,1645520854,47.74304,8.99891\n3764,1645520855,47.74304,8.99891\n3765,1645520856,47.74304,8.99891\n3766,1645520857,47.74304,8.99891\n3767,1645520858,47.74304,8.99891\n3768,1645520859,47.74303,8.99891\n3769,1645520860,47.74303,8.99891\n3770,1645520861,47.74303,8.99891\n3771,1645520862,47.74303,8.99891\n3772,1645520863,47.74303,8.99891\n3773,1645520864,47.74303,8.99891\n3774,1645520865,47.74303,8.99891\n3775,1645520866,47.74303,8.99891\n3776,1645520867,47.74303,8.99891\n3777,1645520868,47.74303,8.99890\n3778,1645520869,47.74303,8.99890\n3779,1645520870,47.74303,8.99890\n3780,1645520871,47.74303,8.99891\n3781,1645520872,47.74303,8.99891\n3782,1645520873,47.74302,8.99891\n3783,1645520874,47.74302,8.99891\n3784,1645520875,47.74302,8.99891\n3785,1645520876,47.74302,8.99891\n3786,1645520877,47.74302,8.99891\n3787,1645520878,47.74303,8.99891\n3788,1645520879,47.74303,8.99891\n3789,1645520880,47.74303,8.99891\n3790,1645520881,47.74303,8.99891\n3791,1645520882,47.74303,8.99891\n3792,1645520883,47.74303,8.99891\n3793,1645520884,47.74304,8.99892\n3794,1645520885,47.74304,8.99892\n3795,1645520886,47.74303,8.99892\n3796,1645520887,47.74303,8.99892\n3797,1645520888,47.74302,8.99892\n3798,1645520889,47.74302,8.99893\n3799,1645520890,47.74302,8.99893\n3800,1645520891,47.74302,8.99894\n3801,1645520892,47.74302,8.99895\n3802,1645520893,47.74302,8.99895\n3803,1645520894,47.74303,8.99895\n3804,1645520895,47.74303,8.99895\n3805,1645520896,47.74303,8.99895\n3806,1645520897,47.74303,8.99896\n3807,1645520898,47.74303,8.99895\n3808,1645520899,47.74302,8.99896\n3809,1645520900,47.74302,8.99896\n3810,1645520901,47.74302,8.99896\n3811,1645520902,47.74302,8.99896\n3812,1645520903,47.74302,8.99896\n3813,1645520904,47.74302,8.99896\n3814,1645520905,47.74302,8.99897\n3815,1645520906,47.74302,8.99896\n3816,1645520907,47.74302,8.99896\n3817,1645520908,47.74302,8.99896\n3818,1645520909,47.74302,8.99896\n3819,1645520910,47.74302,8.99896\n3820,1645520911,47.74302,8.99896\n3821,1645520912,47.74302,8.99896\n3822,1645520913,47.74302,8.99897\n3823,1645520914,47.74302,8.99897\n3824,1645520915,47.74302,8.99897\n3825,1645520916,47.74302,8.99897\n3826,1645520917,47.74302,8.99897\n3827,1645520918,47.74302,8.99897\n3828,1645520919,47.74302,8.99897\n3829,1645520920,47.74302,8.99897\n3830,1645520921,47.74302,8.99897\n3831,1645520922,47.74302,8.99897\n3832,1645520923,47.74302,8.99897\n3833,1645520924,47.74301,8.99897\n3834,1645520925,47.74301,8.99897\n3835,1645520926,47.74301,8.99897\n3836,1645520927,47.74301,8.99897\n3837,1645520928,47.74301,8.99897\n3838,1645520929,47.74301,8.99897\n3839,1645520930,47.74301,8.99897\n3840,1645520931,47.74300,8.99898\n3841,1645520932,47.74300,8.99898\n3842,1645520933,47.74300,8.99898\n3843,1645520934,47.74300,8.99898\n3844,1645520935,47.74300,8.99898\n3845,1645520936,47.74300,8.99898\n3846,1645520937,47.74300,8.99898\n3847,1645520938,47.74300,8.99898\n3848,1645520939,47.74301,8.99898\n3849,1645520940,47.74301,8.99898\n3850,1645520941,47.74301,8.99898\n3851,1645520942,47.74301,8.99899\n3852,1645520943,47.74301,8.99899\n3853,1645520944,47.74301,8.99899\n3854,1645520945,47.74301,8.99899\n3855,1645520946,47.74302,8.99900\n3856,1645520947,47.74302,8.99900\n3857,1645520948,47.74302,8.99900\n3858,1645520949,47.74302,8.99900\n3859,1645520950,47.74302,8.99900\n3860,1645520951,47.74302,8.99901\n3861,1645520952,47.74302,8.99901\n3862,1645520953,47.74302,8.99901\n3863,1645520954,47.74301,8.99901\n3864,1645520955,47.74302,8.99901\n3865,1645520956,47.74301,8.99901\n3866,1645520957,47.74301,8.99901\n3867,1645520958,47.74301,8.99901\n3868,1645520959,47.74301,8.99901\n3869,1645520960,47.74301,8.99901\n3870,1645520961,47.74301,8.99901\n3871,1645520962,47.74301,8.99901\n3872,1645520963,47.74301,8.99902\n3873,1645520964,47.74301,8.99902\n3874,1645520965,47.74301,8.99902\n3875,1645520966,47.74301,8.99902\n3876,1645520967,47.74301,8.99902\n3877,1645520968,47.74301,8.99902\n3878,1645520969,47.74301,8.99902\n3879,1645520970,47.74301,8.99902\n3880,1645520971,47.74301,8.99902\n3881,1645520972,47.74301,8.99902\n3882,1645520973,47.74301,8.99902\n3883,1645520974,47.74301,8.99902\n3884,1645520975,47.74300,8.99902\n3885,1645520976,47.74300,8.99902\n3886,1645520977,47.74300,8.99902\n3887,1645520978,47.74300,8.99902\n3888,1645520979,47.74301,8.99902\n3889,1645520980,47.74301,8.99902\n3890,1645520981,47.74301,8.99903\n3891,1645520982,47.74301,8.99903\n3892,1645520983,47.74301,8.99903\n3893,1645520984,47.74301,8.99903\n3894,1645520985,47.74301,8.99903\n3895,1645520986,47.74301,8.99903\n3896,1645520987,47.74301,8.99903\n3897,1645520988,47.74301,8.99903\n3898,1645520989,47.74301,8.99903\n3899,1645520990,47.74301,8.99903\n3900,1645520991,47.74301,8.99903\n3901,1645520992,47.74301,8.99903\n3902,1645520993,47.74301,8.99903\n3903,1645520994,47.74301,8.99903\n3904,1645520995,47.74301,8.99903\n3905,1645520996,47.74301,8.99903\n3906,1645520997,47.74301,8.99903\n3907,1645520998,47.74301,8.99903\n3908,1645520999,47.74301,8.99903\n3909,1645521000,47.74301,8.99903\n3910,1645521001,47.74301,8.99903\n3911,1645521002,47.74301,8.99903\n3912,1645521003,47.74301,8.99903\n3913,1645521004,47.74301,8.99903\n3914,1645521005,47.74301,8.99903\n3915,1645521006,47.74301,8.99903\n3916,1645521007,47.74301,8.99903\n3917,1645521008,47.74301,8.99903\n3918,1645521009,47.74301,8.99903\n3919,1645521010,47.74301,8.99903\n3920,1645521011,47.74301,8.99903\n3921,1645521012,47.74302,8.99903\n3922,1645521013,47.74302,8.99903\n3923,1645521014,47.74302,8.99903\n3924,1645521015,47.74301,8.99903\n3925,1645521016,47.74301,8.99903\n3926,1645521017,47.74301,8.99903\n3927,1645521018,47.74301,8.99903\n3928,1645521019,47.74301,8.99903\n3929,1645521020,47.74301,8.99903\n3930,1645521021,47.74301,8.99903\n3931,1645521022,47.74301,8.99903\n3932,1645521023,47.74301,8.99903\n3933,1645521024,47.74301,8.99903\n3934,1645521025,47.74301,8.99903\n3935,1645521026,47.74301,8.99903\n3936,1645521027,47.74301,8.99903\n3937,1645521028,47.74301,8.99903\n3938,1645521029,47.74301,8.99903\n3939,1645521030,47.74301,8.99903\n3940,1645521031,47.74301,8.99903\n3941,1645521032,47.74301,8.99903\n3942,1645521033,47.74301,8.99903\n3943,1645521034,47.74301,8.99903\n3944,1645521035,47.74301,8.99903\n3945,1645521036,47.74301,8.99903\n3946,1645521037,47.74301,8.99903\n3947,1645521038,47.74301,8.99903\n3948,1645521039,47.74301,8.99903\n3949,1645521040,47.74301,8.99902\n3950,1645521041,47.74301,8.99902\n3951,1645521042,47.74301,8.99902\n3952,1645521043,47.74301,8.99902\n3953,1645521044,47.74301,8.99902\n3954,1645521045,47.74301,8.99902\n3955,1645521046,47.74301,8.99902\n3956,1645521047,47.74301,8.99902\n3957,1645521048,47.74301,8.99902\n3958,1645521049,47.74302,8.99902\n3959,1645521050,47.74302,8.99902\n3960,1645521051,47.74302,8.99902\n3961,1645521052,47.74302,8.99902\n3962,1645521053,47.74302,8.99902\n3963,1645521054,47.74302,8.99902\n3964,1645521055,47.74302,8.99902\n3965,1645521056,47.74302,8.99902\n3966,1645521057,47.74302,8.99902\n3967,1645521058,47.74302,8.99902\n3968,1645521059,47.74302,8.99902\n3969,1645521060,47.74302,8.99902\n3970,1645521061,47.74302,8.99902\n3971,1645521062,47.74302,8.99902\n3972,1645521063,47.74302,8.99902\n3973,1645521064,47.74302,8.99902\n3974,1645521065,47.74302,8.99901\n3975,1645521066,47.74302,8.99901\n3976,1645521067,47.74302,8.99901\n3977,1645521068,47.74302,8.99901\n3978,1645521069,47.74302,8.99901\n3979,1645521070,47.74302,8.99901\n3980,1645521071,47.74302,8.99901\n3981,1645521072,47.74302,8.99900\n3982,1645521073,47.74301,8.99900\n3983,1645521074,47.74301,8.99900\n3984,1645521075,47.74301,8.99900\n3985,1645521076,47.74301,8.99900\n3986,1645521077,47.74301,8.99900\n3987,1645521078,47.74301,8.99900\n3988,1645521079,47.74301,8.99900\n3989,1645521080,47.74302,8.99901\n3990,1645521081,47.74302,8.99901\n3991,1645521082,47.74302,8.99901\n3992,1645521083,47.74302,8.99901\n3993,1645521084,47.74302,8.99901\n3994,1645521085,47.74302,8.99901\n3995,1645521086,47.74302,8.99901\n3996,1645521087,47.74302,8.99900\n3997,1645521088,47.74302,8.99900\n3998,1645521089,47.74302,8.99900\n3999,1645521090,47.74302,8.99900\n4000,1645521091,47.74302,8.99900\n4001,1645521092,47.74302,8.99900\n4002,1645521093,47.74302,8.99900\n4003,1645521094,47.74302,8.99900\n4004,1645521095,47.74302,8.99900\n4005,1645521096,47.74302,8.99900\n4006,1645521097,47.74303,8.99900\n4007,1645521098,47.74303,8.99900\n4008,1645521099,47.74303,8.99900\n4009,1645521100,47.74302,8.99900\n4010,1645521101,47.74302,8.99900\n4011,1645521102,47.74302,8.99900\n4012,1645521103,47.74303,8.99900\n4013,1645521104,47.74303,8.99900\n4014,1645521105,47.74303,8.99900\n4015,1645521106,47.74303,8.99900\n4016,1645521107,47.74303,8.99900\n4017,1645521108,47.74303,8.99900\n4018,1645521109,47.74303,8.99900\n4019,1645521110,47.74303,8.99900\n4020,1645521111,47.74303,8.99900\n4021,1645521112,47.74303,8.99900\n4022,1645521113,47.74303,8.99900\n4023,1645521114,47.74303,8.99900\n4024,1645521115,47.74303,8.99900\n4025,1645521116,47.74303,8.99900\n4026,1645521117,47.74303,8.99900\n4027,1645521118,47.74303,8.99900\n4028,1645521119,47.74303,8.99900\n4029,1645521120,47.74303,8.99900\n4030,1645521121,47.74303,8.99899\n4031,1645521122,47.74303,8.99899\n4032,1645521123,47.74303,8.99899\n4033,1645521124,47.74303,8.99899\n4034,1645521125,47.74303,8.99899\n4035,1645521126,47.74303,8.99899\n4036,1645521127,47.74303,8.99899\n4037,1645521128,47.74303,8.99899\n4038,1645521129,47.74303,8.99899\n4039,1645521130,47.74303,8.99899\n4040,1645521131,47.74304,8.99899\n4041,1645521132,47.74304,8.99899\n4042,1645521133,47.74304,8.99899\n4043,1645521134,47.74304,8.99899\n4044,1645521135,47.74304,8.99899\n4045,1645521136,47.74304,8.99899\n4046,1645521137,47.74304,8.99899\n4047,1645521138,47.74304,8.99899\n4048,1645521139,47.74304,8.99899\n4049,1645521140,47.74304,8.99899\n4050,1645521141,47.74304,8.99898\n4051,1645521142,47.74304,8.99898\n4052,1645521143,47.74304,8.99898\n4053,1645521144,47.74305,8.99898\n4054,1645521145,47.74304,8.99898\n4055,1645521146,47.74304,8.99898\n4056,1645521147,47.74305,8.99898\n4057,1645521148,47.74305,8.99898\n4058,1645521149,47.74305,8.99898\n4059,1645521150,47.74304,8.99898\n4060,1645521151,47.74304,8.99898\n4061,1645521152,47.74304,8.99898\n4062,1645521153,47.74304,8.99898\n4063,1645521154,47.74305,8.99898\n4064,1645521155,47.74305,8.99898\n4065,1645521156,47.74305,8.99898\n4066,1645521157,47.74305,8.99898\n4067,1645521158,47.74304,8.99898\n4068,1645521159,47.74304,8.99899\n4069,1645521160,47.74304,8.99899\n4070,1645521161,47.74304,8.99899\n4071,1645521162,47.74304,8.99899\n4072,1645521163,47.74304,8.99899\n4073,1645521164,47.74304,8.99899\n4074,1645521165,47.74304,8.99899\n4075,1645521166,47.74304,8.99899\n4076,1645521167,47.74304,8.99899\n4077,1645521168,47.74304,8.99898\n4078,1645521169,47.74303,8.99899\n4079,1645521170,47.74303,8.99899\n4080,1645521171,47.74303,8.99899\n4081,1645521172,47.74303,8.99899\n4082,1645521173,47.74303,8.99899\n4083,1645521174,47.74303,8.99898\n4084,1645521175,47.74303,8.99898\n4085,1645521176,47.74303,8.99898\n4086,1645521177,47.74303,8.99898\n4087,1645521178,47.74303,8.99898\n4088,1645521179,47.74303,8.99898\n4089,1645521180,47.74303,8.99898\n4090,1645521181,47.74303,8.99898\n4091,1645521182,47.74303,8.99898\n4092,1645521183,47.74303,8.99898\n4093,1645521184,47.74303,8.99898\n4094,1645521185,47.74303,8.99898\n4095,1645521186,47.74303,8.99898\n4096,1645521187,47.74303,8.99898\n4097,1645521188,47.74303,8.99898\n4098,1645521189,47.74303,8.99898\n4099,1645521190,47.74303,8.99898\n4100,1645521191,47.74303,8.99898\n4101,1645521192,47.74303,8.99898\n4102,1645521193,47.74303,8.99898\n4103,1645521194,47.74303,8.99898\n4104,1645521195,47.74303,8.99898\n4105,1645521196,47.74303,8.99898\n4106,1645521197,47.74303,8.99898\n4107,1645521198,47.74303,8.99898\n4108,1645521199,47.74303,8.99898\n4109,1645521200,47.74303,8.99898\n4110,1645521201,47.74303,8.99898\n4111,1645521202,47.74303,8.99898\n4112,1645521203,47.74303,8.99897\n4113,1645521204,47.74303,8.99897\n4114,1645521205,47.74303,8.99897\n4115,1645521206,47.74303,8.99897\n4116,1645521207,47.74303,8.99897\n4117,1645521208,47.74303,8.99897\n4118,1645521209,47.74303,8.99897\n4119,1645521210,47.74303,8.99898\n4120,1645521211,47.74303,8.99898\n4121,1645521212,47.74303,8.99898\n4122,1645521213,47.74303,8.99898\n4123,1645521214,47.74303,8.99898\n4124,1645521215,47.74303,8.99898\n4125,1645521216,47.74303,8.99898\n4126,1645521217,47.74304,8.99898\n4127,1645521218,47.74304,8.99898\n4128,1645521219,47.74304,8.99898\n4129,1645521220,47.74304,8.99898\n4130,1645521221,47.74304,8.99898\n4131,1645521222,47.74304,8.99898\n4132,1645521223,47.74304,8.99898\n4133,1645521224,47.74304,8.99898\n4134,1645521225,47.74304,8.99898\n4135,1645521226,47.74304,8.99898\n4136,1645521227,47.74304,8.99898\n4137,1645521228,47.74304,8.99898\n4138,1645521229,47.74304,8.99898\n4139,1645521230,47.74304,8.99898\n4140,1645521231,47.74304,8.99898\n4141,1645521232,47.74304,8.99898\n4142,1645521233,47.74304,8.99898\n4143,1645521234,47.74304,8.99898\n4144,1645521235,47.74304,8.99898\n4145,1645521236,47.74304,8.99898\n4146,1645521237,47.74304,8.99898\n4147,1645521238,47.74304,8.99898\n4148,1645521239,47.74304,8.99898\n4149,1645521240,47.74304,8.99898\n4150,1645521241,47.74304,8.99898\n4151,1645521242,47.74304,8.99898\n4152,1645521243,47.74304,8.99898\n4153,1645521244,47.74304,8.99898\n4154,1645521245,47.74304,8.99898\n4155,1645521246,47.74304,8.99898\n4156,1645521247,47.74304,8.99898\n4157,1645521248,47.74304,8.99898\n4158,1645521249,47.74304,8.99898\n4159,1645521250,47.74304,8.99898\n4160,1645521251,47.74304,8.99898\n4161,1645521252,47.74304,8.99898\n4162,1645521253,47.74304,8.99898\n4163,1645521254,47.74304,8.99898\n4164,1645521255,47.74304,8.99898\n4165,1645521256,47.74304,8.99898\n4166,1645521257,47.74304,8.99898\n4167,1645521258,47.74304,8.99898\n4168,1645521259,47.74304,8.99898\n4169,1645521260,47.74304,8.99898\n4170,1645521261,47.74303,8.99898\n4171,1645521262,47.74303,8.99898\n4172,1645521263,47.74303,8.99899\n4173,1645521264,47.74303,8.99899\n4174,1645521265,47.74303,8.99899\n4175,1645521266,47.74303,8.99899\n4176,1645521267,47.74303,8.99899\n4177,1645521268,47.74302,8.99899\n4178,1645521269,47.74302,8.99899\n4179,1645521270,47.74302,8.99899\n4180,1645521271,47.74302,8.99899\n4181,1645521272,47.74302,8.99899\n4182,1645521273,47.74302,8.99900\n4183,1645521274,47.74302,8.99900\n4184,1645521275,47.74302,8.99900\n4185,1645521276,47.74302,8.99900\n4186,1645521277,47.74302,8.99900\n4187,1645521278,47.74302,8.99900\n4188,1645521279,47.74302,8.99900\n4189,1645521280,47.74302,8.99900\n4190,1645521281,47.74302,8.99900\n4191,1645521282,47.74302,8.99900\n4192,1645521283,47.74302,8.99900\n4193,1645521284,47.74302,8.99900\n4194,1645521285,47.74302,8.99900\n4195,1645521286,47.74302,8.99900\n4196,1645521287,47.74302,8.99900\n4197,1645521288,47.74302,8.99900\n4198,1645521289,47.74302,8.99900\n4199,1645521290,47.74302,8.99900\n4200,1645521291,47.74302,8.99900\n4201,1645521292,47.74302,8.99900\n4202,1645521293,47.74302,8.99900\n4203,1645521294,47.74302,8.99900\n4204,1645521295,47.74302,8.99900\n4205,1645521296,47.74302,8.99900\n4206,1645521297,47.74302,8.99900\n4207,1645521298,47.74302,8.99900\n4208,1645521299,47.74302,8.99899\n4209,1645521300,47.74302,8.99899\n4210,1645521301,47.74302,8.99899\n4211,1645521302,47.74302,8.99899\n4212,1645521303,47.74302,8.99900\n4213,1645521304,47.74302,8.99900\n4214,1645521305,47.74302,8.99900\n4215,1645521306,47.74302,8.99900\n4216,1645521307,47.74302,8.99900\n4217,1645521308,47.74302,8.99900\n4218,1645521309,47.74302,8.99900\n4219,1645521310,47.74302,8.99900\n4220,1645521311,47.74302,8.99900\n4221,1645521312,47.74302,8.99900\n4222,1645521313,47.74302,8.99900\n4223,1645521314,47.74302,8.99900\n4224,1645521315,47.74302,8.99900\n4225,1645521316,47.74301,8.99900\n4226,1645521317,47.74301,8.99900\n4227,1645521318,47.74301,8.99900\n4228,1645521319,47.74301,8.99900\n4229,1645521320,47.74301,8.99900\n4230,1645521321,47.74301,8.99900\n4231,1645521322,47.74301,8.99900\n4232,1645521323,47.74301,8.99900\n4233,1645521324,47.74301,8.99900\n4234,1645521325,47.74301,8.99901\n4235,1645521326,47.74301,8.99901\n4236,1645521327,47.74301,8.99901\n4237,1645521328,47.74301,8.99901\n4238,1645521329,47.74301,8.99901\n4239,1645521330,47.74301,8.99901\n4240,1645521331,47.74301,8.99901\n4241,1645521332,47.74301,8.99901\n4242,1645521333,47.74301,8.99901\n4243,1645521334,47.74301,8.99901\n4244,1645521335,47.74301,8.99901\n4245,1645521336,47.74301,8.99901\n4246,1645521337,47.74301,8.99901\n4247,1645521338,47.74301,8.99901\n4248,1645521339,47.74301,8.99901\n4249,1645521340,47.74301,8.99901\n4250,1645521341,47.74301,8.99900\n4251,1645521342,47.74301,8.99900\n4252,1645521343,47.74301,8.99900\n4253,1645521344,47.74301,8.99900\n4254,1645521345,47.74301,8.99901\n4255,1645521346,47.74301,8.99901\n4256,1645521347,47.74301,8.99901\n4257,1645521348,47.74301,8.99901\n4258,1645521349,47.74301,8.99901\n4259,1645521350,47.74301,8.99901\n4260,1645521351,47.74301,8.99901\n4261,1645521352,47.74301,8.99901\n4262,1645521353,47.74301,8.99901\n4263,1645521354,47.74301,8.99901\n4264,1645521355,47.74301,8.99901\n4265,1645521356,47.74301,8.99901\n4266,1645521357,47.74301,8.99901\n4267,1645521358,47.74301,8.99901\n4268,1645521359,47.74301,8.99901\n4269,1645521360,47.74301,8.99901\n4270,1645521361,47.74301,8.99902\n4271,1645521362,47.74301,8.99902\n4272,1645521363,47.74301,8.99901\n4273,1645521364,47.74301,8.99901\n4274,1645521365,47.74301,8.99901\n4275,1645521366,47.74301,8.99901\n4276,1645521367,47.74300,8.99901\n4277,1645521368,47.74300,8.99901\n4278,1645521369,47.74300,8.99902\n4279,1645521370,47.74300,8.99902\n4280,1645521371,47.74300,8.99902\n4281,1645521372,47.74300,8.99902\n4282,1645521373,47.74300,8.99902\n4283,1645521374,47.74300,8.99902\n4284,1645521375,47.74300,8.99902\n4285,1645521376,47.74300,8.99902\n4286,1645521377,47.74300,8.99901\n4287,1645521378,47.74300,8.99901\n4288,1645521379,47.74300,8.99900\n4289,1645521380,47.74300,8.99900\n4290,1645521381,47.74300,8.99900\n4291,1645521382,47.74300,8.99900\n4292,1645521383,47.74300,8.99900\n4293,1645521384,47.74300,8.99900\n4294,1645521385,47.74300,8.99900\n4295,1645521386,47.74300,8.99900\n4296,1645521387,47.74300,8.99900\n4297,1645521388,47.74300,8.99901\n4298,1645521389,47.74300,8.99901\n4299,1645521390,47.74300,8.99901\n4300,1645521391,47.74300,8.99901\n4301,1645521392,47.74300,8.99901\n4302,1645521393,47.74300,8.99901\n4303,1645521394,47.74300,8.99901\n4304,1645521395,47.74300,8.99901\n4305,1645521396,47.74300,8.99900\n4306,1645521397,47.74300,8.99900\n4307,1645521398,47.74300,8.99900\n4308,1645521399,47.74300,8.99900\n4309,1645521400,47.74300,8.99900\n4310,1645521401,47.74300,8.99900\n4311,1645521402,47.74300,8.99901\n4312,1645521403,47.74300,8.99901\n4313,1645521404,47.74300,8.99901\n4314,1645521405,47.74300,8.99901\n4315,1645521406,47.74300,8.99901\n4316,1645521407,47.74300,8.99901\n4317,1645521408,47.74300,8.99901\n4318,1645521409,47.74300,8.99901\n4319,1645521410,47.74300,8.99901\n4320,1645521411,47.74300,8.99901\n4321,1645521412,47.74300,8.99901\n4322,1645521413,47.74301,8.99901\n4323,1645521414,47.74301,8.99902\n4324,1645521415,47.74301,8.99902\n4325,1645521416,47.74301,8.99902\n4326,1645521417,47.74301,8.99902\n4327,1645521418,47.74301,8.99902\n4328,1645521419,47.74301,8.99902\n4329,1645521420,47.74301,8.99902\n4330,1645521421,47.74301,8.99902\n4331,1645521422,47.74301,8.99902\n4332,1645521423,47.74301,8.99902\n4333,1645521424,47.74301,8.99902\n4334,1645521425,47.74301,8.99902\n4335,1645521426,47.74301,8.99902\n4336,1645521427,47.74301,8.99902\n4337,1645521428,47.74301,8.99902\n4338,1645521429,47.74301,8.99902\n4339,1645521430,47.74301,8.99902\n4340,1645521431,47.74301,8.99902\n4341,1645521432,47.74301,8.99902\n4342,1645521433,47.74301,8.99902\n4343,1645521434,47.74301,8.99902\n4344,1645521435,47.74301,8.99902\n4345,1645521436,47.74301,8.99902\n4346,1645521437,47.74301,8.99902\n4347,1645521438,47.74301,8.99902\n4348,1645521439,47.74301,8.99902\n4349,1645521440,47.74301,8.99902\n4350,1645521441,47.74301,8.99902\n4351,1645521442,47.74301,8.99902\n4352,1645521443,47.74301,8.99902\n4353,1645521444,47.74301,8.99903\n4354,1645521445,47.74301,8.99903\n4355,1645521446,47.74301,8.99903\n4356,1645521447,47.74301,8.99903\n4357,1645521448,47.74301,8.99903\n4358,1645521449,47.74301,8.99903\n4359,1645521450,47.74301,8.99903\n4360,1645521451,47.74301,8.99903\n4361,1645521452,47.74301,8.99903\n4362,1645521453,47.74300,8.99903\n4363,1645521454,47.74300,8.99903\n4364,1645521455,47.74300,8.99903\n4365,1645521456,47.74300,8.99903\n4366,1645521457,47.74300,8.99903\n4367,1645521458,47.74300,8.99903\n4368,1645521459,47.74300,8.99903\n4369,1645521460,47.74299,8.99902\n4370,1645521461,47.74299,8.99902\n4371,1645521462,47.74299,8.99902\n4372,1645521463,47.74299,8.99902\n4373,1645521464,47.74299,8.99902\n4374,1645521465,47.74299,8.99902\n4375,1645521466,47.74299,8.99902\n4376,1645521467,47.74299,8.99902\n4377,1645521468,47.74299,8.99902\n4378,1645521469,47.74299,8.99902\n4379,1645521470,47.74299,8.99902\n4380,1645521471,47.74299,8.99902\n4381,1645521472,47.74299,8.99902\n4382,1645521473,47.74298,8.99902\n4383,1645521474,47.74298,8.99902\n4384,1645521475,47.74298,8.99902\n4385,1645521476,47.74298,8.99902\n4386,1645521477,47.74298,8.99902\n4387,1645521478,47.74298,8.99902\n4388,1645521479,47.74298,8.99902\n4389,1645521480,47.74298,8.99902\n4390,1645521481,47.74298,8.99902\n4391,1645521482,47.74298,8.99902\n4392,1645521483,47.74298,8.99902\n4393,1645521484,47.74298,8.99902\n4394,1645521485,47.74298,8.99902\n4395,1645521486,47.74298,8.99903\n4396,1645521487,47.74298,8.99903\n4397,1645521488,47.74298,8.99903\n4398,1645521489,47.74298,8.99903\n4399,1645521490,47.74297,8.99903\n4400,1645521491,47.74297,8.99903\n4401,1645521492,47.74297,8.99903\n4402,1645521493,47.74297,8.99903\n4403,1645521494,47.74297,8.99903\n4404,1645521495,47.74297,8.99903\n4405,1645521496,47.74297,8.99902\n4406,1645521497,47.74297,8.99902\n4407,1645521498,47.74297,8.99902\n4408,1645521499,47.74297,8.99902\n4409,1645521500,47.74297,8.99902\n4410,1645521501,47.74297,8.99903\n4411,1645521502,47.74297,8.99903\n4412,1645521503,47.74297,8.99902\n4413,1645521504,47.74297,8.99902\n4414,1645521505,47.74297,8.99902\n4415,1645521506,47.74297,8.99902\n4416,1645521507,47.74297,8.99902\n4417,1645521508,47.74297,8.99902\n4418,1645521509,47.74297,8.99902\n4419,1645521510,47.74297,8.99902\n4420,1645521511,47.74297,8.99902\n4421,1645521512,47.74297,8.99903\n4422,1645521513,47.74297,8.99903\n4423,1645521514,47.74297,8.99903\n4424,1645521515,47.74297,8.99903\n4425,1645521516,47.74297,8.99903\n4426,1645521517,47.74297,8.99903\n4427,1645521518,47.74297,8.99903\n4428,1645521519,47.74297,8.99903\n4429,1645521520,47.74297,8.99903\n4430,1645521521,47.74297,8.99903\n4431,1645521522,47.74296,8.99903\n4432,1645521523,47.74296,8.99903\n4433,1645521524,47.74296,8.99903\n4434,1645521525,47.74296,8.99903\n4435,1645521526,47.74296,8.99903\n4436,1645521527,47.74296,8.99903\n4437,1645521528,47.74296,8.99903\n4438,1645521529,47.74296,8.99903\n4439,1645521530,47.74296,8.99903\n4440,1645521531,47.74296,8.99903\n4441,1645521532,47.74296,8.99903\n4442,1645521533,47.74296,8.99903\n4443,1645521534,47.74296,8.99903\n4444,1645521535,47.74296,8.99903\n4445,1645521536,47.74296,8.99903\n4446,1645521537,47.74297,8.99903\n4447,1645521538,47.74297,8.99903\n4448,1645521539,47.74297,8.99903\n4449,1645521540,47.74297,8.99903\n4450,1645521541,47.74297,8.99903\n4451,1645521542,47.74297,8.99903\n4452,1645521543,47.74297,8.99903\n4453,1645521544,47.74297,8.99903\n4454,1645521545,47.74297,8.99903\n4455,1645521546,47.74297,8.99903\n4456,1645521547,47.74297,8.99903\n4457,1645521548,47.74297,8.99903\n4458,1645521549,47.74297,8.99903\n4459,1645521550,47.74298,8.99903\n4460,1645521551,47.74298,8.99903\n4461,1645521552,47.74298,8.99903\n4462,1645521553,47.74298,8.99903\n4463,1645521554,47.74298,8.99903\n4464,1645521555,47.74298,8.99902\n4465,1645521556,47.74298,8.99902\n4466,1645521557,47.74298,8.99902\n4467,1645521558,47.74298,8.99902\n4468,1645521559,47.74298,8.99902\n4469,1645521560,47.74299,8.99902\n4470,1645521561,47.74299,8.99902\n4471,1645521562,47.74299,8.99902\n4472,1645521563,47.74299,8.99902\n4473,1645521564,47.74299,8.99902\n4474,1645521565,47.74299,8.99902\n4475,1645521566,47.74299,8.99902\n4476,1645521567,47.74299,8.99902\n4477,1645521568,47.74299,8.99902\n4478,1645521569,47.74299,8.99902\n4479,1645521570,47.74299,8.99902\n4480,1645521571,47.74299,8.99902\n4481,1645521572,47.74299,8.99902\n4482,1645521573,47.74300,8.99902\n4483,1645521574,47.74300,8.99902\n4484,1645521575,47.74300,8.99902\n4485,1645521576,47.74300,8.99902\n4486,1645521577,47.74300,8.99902\n4487,1645521578,47.74300,8.99902\n4488,1645521579,47.74300,8.99902\n4489,1645521580,47.74300,8.99902\n4490,1645521581,47.74300,8.99902\n4491,1645521582,47.74300,8.99903\n4492,1645521583,47.74300,8.99903\n4493,1645521584,47.74300,8.99903\n4494,1645521585,47.74300,8.99902\n4495,1645521586,47.74300,8.99902\n4496,1645521587,47.74300,8.99903\n4497,1645521588,47.74300,8.99903\n4498,1645521589,47.74301,8.99902\n4499,1645521590,47.74301,8.99902\n4500,1645521591,47.74301,8.99902\n4501,1645521592,47.74301,8.99903\n4502,1645521593,47.74301,8.99903\n4503,1645521594,47.74301,8.99903\n4504,1645521595,47.74301,8.99903\n4505,1645521596,47.74301,8.99903\n4506,1645521597,47.74301,8.99903\n4507,1645521598,47.74302,8.99903\n4508,1645521599,47.74302,8.99903\n4509,1645521600,47.74302,8.99903\n4510,1645521601,47.74302,8.99903\n4511,1645521602,47.74302,8.99903\n4512,1645521603,47.74302,8.99903\n4513,1645521604,47.74302,8.99903\n4514,1645521605,47.74302,8.99903\n4515,1645521606,47.74302,8.99903\n4516,1645521607,47.74302,8.99903\n4517,1645521608,47.74302,8.99903\n4518,1645521609,47.74302,8.99903\n4519,1645521610,47.74302,8.99903\n4520,1645521611,47.74302,8.99903\n4521,1645521612,47.74302,8.99903\n4522,1645521613,47.74302,8.99903\n4523,1645521614,47.74302,8.99903\n4524,1645521615,47.74302,8.99903\n4525,1645521616,47.74302,8.99903\n4526,1645521617,47.74302,8.99903\n4527,1645521618,47.74303,8.99903\n4528,1645521619,47.74303,8.99903\n4529,1645521620,47.74303,8.99903\n4530,1645521621,47.74303,8.99903\n4531,1645521622,47.74303,8.99903\n4532,1645521623,47.74303,8.99903\n4533,1645521624,47.74303,8.99903\n4534,1645521625,47.74303,8.99903\n4535,1645521626,47.74303,8.99903\n4536,1645521627,47.74303,8.99903\n4537,1645521628,47.74303,8.99903\n4538,1645521629,47.74303,8.99903\n4539,1645521630,47.74303,8.99903\n4540,1645521631,47.74303,8.99903\n4541,1645521632,47.74303,8.99903\n4542,1645521633,47.74303,8.99903\n4543,1645521634,47.74303,8.99903\n4544,1645521635,47.74303,8.99903\n4545,1645521636,47.74303,8.99903\n4546,1645521637,47.74303,8.99903\n4547,1645521638,47.74303,8.99903\n4548,1645521639,47.74303,8.99903\n4549,1645521640,47.74303,8.99903\n4550,1645521641,47.74303,8.99903\n4551,1645521642,47.74304,8.99903\n4552,1645521643,47.74303,8.99903\n4553,1645521644,47.74304,8.99903\n4554,1645521645,47.74304,8.99903\n4555,1645521646,47.74304,8.99903\n4556,1645521647,47.74304,8.99903\n4557,1645521648,47.74304,8.99903\n4558,1645521649,47.74304,8.99903\n4559,1645521650,47.74304,8.99903\n4560,1645521651,47.74304,8.99903\n4561,1645521652,47.74304,8.99903\n4562,1645521653,47.74304,8.99903\n4563,1645521654,47.74304,8.99903\n4564,1645521655,47.74304,8.99903\n4565,1645521656,47.74304,8.99903\n4566,1645521657,47.74304,8.99903\n4567,1645521658,47.74304,8.99903\n4568,1645521659,47.74304,8.99903\n4569,1645521660,47.74304,8.99903\n4570,1645521661,47.74305,8.99903\n4571,1645521662,47.74305,8.99904\n4572,1645521663,47.74305,8.99904\n4573,1645521664,47.74305,8.99904\n4574,1645521665,47.74305,8.99903\n4575,1645521666,47.74305,8.99903\n4576,1645521667,47.74305,8.99903\n4577,1645521668,47.74305,8.99903\n4578,1645521669,47.74305,8.99903\n4579,1645521670,47.74305,8.99903\n4580,1645521671,47.74305,8.99903\n4581,1645521672,47.74305,8.99903\n4582,1645521673,47.74305,8.99903\n4583,1645521674,47.74305,8.99903\n4584,1645521675,47.74305,8.99903\n4585,1645521676,47.74305,8.99903\n4586,1645521677,47.74305,8.99903\n4587,1645521678,47.74305,8.99903\n4588,1645521679,47.74304,8.99903\n4589,1645521680,47.74304,8.99903\n4590,1645521681,47.74304,8.99903\n4591,1645521682,47.74304,8.99903\n4592,1645521683,47.74304,8.99903\n4593,1645521684,47.74304,8.99903\n4594,1645521685,47.74304,8.99903\n4595,1645521686,47.74304,8.99903\n4596,1645521687,47.74304,8.99903\n4597,1645521688,47.74304,8.99903\n4598,1645521689,47.74304,8.99903\n4599,1645521690,47.74304,8.99903\n4600,1645521691,47.74304,8.99903\n4601,1645521692,47.74304,8.99903\n4602,1645521693,47.74304,8.99903\n4603,1645521694,47.74304,8.99903\n4604,1645521695,47.74304,8.99903\n4605,1645521696,47.74304,8.99903\n4606,1645521697,47.74304,8.99903\n4607,1645521698,47.74304,8.99903\n4608,1645521699,47.74304,8.99903\n4609,1645521700,47.74304,8.99903\n4610,1645521701,47.74304,8.99903\n4611,1645521702,47.74305,8.99903\n4612,1645521703,47.74305,8.99903\n4613,1645521704,47.74305,8.99903\n4614,1645521705,47.74305,8.99903\n4615,1645521706,47.74305,8.99903\n4616,1645521707,47.74305,8.99903\n4617,1645521708,47.74305,8.99903\n4618,1645521709,47.74305,8.99903\n4619,1645521710,47.74305,8.99903\n4620,1645521711,47.74306,8.99903\n4621,1645521712,47.74306,8.99903\n4622,1645521713,47.74306,8.99903\n4623,1645521714,47.74306,8.99903\n4624,1645521715,47.74306,8.99904\n4625,1645521716,47.74307,8.99904\n4626,1645521717,47.74307,8.99904\n4627,1645521718,47.74307,8.99904\n4628,1645521719,47.74307,8.99904\n4629,1645521720,47.74308,8.99904\n4630,1645521721,47.74308,8.99904\n4631,1645521722,47.74308,8.99904\n4632,1645521723,47.74308,8.99904\n4633,1645521724,47.74308,8.99904\n4634,1645521725,47.74308,8.99904\n4635,1645521726,47.74308,8.99905\n4636,1645521727,47.74308,8.99905\n4637,1645521728,47.74308,8.99905\n4638,1645521729,47.74308,8.99905\n4639,1645521730,47.74308,8.99905\n4640,1645521731,47.74309,8.99905\n4641,1645521732,47.74309,8.99905\n4642,1645521733,47.74309,8.99905\n4643,1645521734,47.74309,8.99905\n4644,1645521735,47.74309,8.99905\n4645,1645521736,47.74309,8.99906\n4646,1645521737,47.74309,8.99906\n4647,1645521738,47.74309,8.99906\n4648,1645521739,47.74310,8.99906\n4649,1645521740,47.74310,8.99906\n4650,1645521741,47.74310,8.99906\n4651,1645521742,47.74311,8.99906\n4652,1645521743,47.74311,8.99906\n4653,1645521744,47.74311,8.99906\n4654,1645521745,47.74311,8.99906\n4655,1645521746,47.74312,8.99906\n4656,1645521747,47.74312,8.99906\n4657,1645521748,47.74312,8.99906\n4658,1645521749,47.74312,8.99906\n4659,1645521750,47.74312,8.99906\n4660,1645521751,47.74312,8.99906\n4661,1645521752,47.74312,8.99906\n4662,1645521753,47.74312,8.99906\n4663,1645521754,47.74313,8.99906\n4664,1645521755,47.74313,8.99906\n4665,1645521756,47.74313,8.99906\n4666,1645521757,47.74313,8.99906\n4667,1645521758,47.74313,8.99906\n4668,1645521759,47.74313,8.99907\n4669,1645521760,47.74313,8.99907\n4670,1645521761,47.74313,8.99907\n4671,1645521762,47.74313,8.99907\n4672,1645521763,47.74313,8.99907\n4673,1645521764,47.74313,8.99907\n4674,1645521765,47.74313,8.99907\n4675,1645521766,47.74313,8.99907\n4676,1645521767,47.74313,8.99907\n4677,1645521768,47.74313,8.99907\n4678,1645521769,47.74313,8.99907\n4679,1645521770,47.74313,8.99907\n4680,1645521771,47.74313,8.99907\n4681,1645521772,47.74313,8.99907\n4682,1645521773,47.74313,8.99907\n4683,1645521774,47.74312,8.99907\n4684,1645521775,47.74312,8.99907\n4685,1645521776,47.74312,8.99907\n4686,1645521777,47.74312,8.99907\n4687,1645521778,47.74312,8.99907\n4688,1645521779,47.74312,8.99907\n4689,1645521780,47.74312,8.99907\n4690,1645521781,47.74311,8.99907\n4691,1645521782,47.74311,8.99907\n4692,1645521783,47.74311,8.99907\n4693,1645521784,47.74311,8.99907\n4694,1645521785,47.74311,8.99906\n4695,1645521786,47.74311,8.99906\n4696,1645521787,47.74311,8.99906\n4697,1645521788,47.74311,8.99906\n4698,1645521789,47.74311,8.99906\n4699,1645521790,47.74310,8.99906\n4700,1645521791,47.74310,8.99906\n4701,1645521792,47.74310,8.99906\n4702,1645521793,47.74310,8.99906\n4703,1645521794,47.74310,8.99906\n4704,1645521795,47.74310,8.99906\n4705,1645521796,47.74310,8.99906\n4706,1645521797,47.74310,8.99906\n4707,1645521798,47.74310,8.99906\n4708,1645521799,47.74310,8.99906\n4709,1645521800,47.74310,8.99906\n4710,1645521801,47.74310,8.99906\n4711,1645521802,47.74310,8.99906\n4712,1645521803,47.74310,8.99906\n4713,1645521804,47.74310,8.99906\n4714,1645521805,47.74310,8.99906\n4715,1645521806,47.74310,8.99906\n4716,1645521807,47.74310,8.99906\n4717,1645521808,47.74310,8.99906\n4718,1645521809,47.74310,8.99905\n4719,1645521810,47.74309,8.99905\n4720,1645521811,47.74309,8.99905\n4721,1645521812,47.74309,8.99905\n4722,1645521813,47.74309,8.99905\n4723,1645521814,47.74309,8.99905\n4724,1645521815,47.74309,8.99905\n4725,1645521816,47.74309,8.99905\n4726,1645521817,47.74309,8.99905\n4727,1645521818,47.74309,8.99905\n4728,1645521819,47.74309,8.99905\n4729,1645521820,47.74309,8.99905\n4730,1645521821,47.74309,8.99905\n4731,1645521822,47.74309,8.99905\n4732,1645521823,47.74309,8.99905\n4733,1645521824,47.74309,8.99905\n4734,1645521825,47.74308,8.99905\n4735,1645521826,47.74308,8.99905\n4736,1645521827,47.74308,8.99905\n4737,1645521828,47.74308,8.99905\n4738,1645521829,47.74308,8.99905\n4739,1645521830,47.74308,8.99905\n4740,1645521831,47.74308,8.99905\n4741,1645521832,47.74308,8.99906\n4742,1645521833,47.74308,8.99906\n4743,1645521834,47.74308,8.99906\n4744,1645521835,47.74308,8.99906\n4745,1645521836,47.74308,8.99906\n4746,1645521837,47.74308,8.99906\n4747,1645521838,47.74307,8.99906\n4748,1645521839,47.74307,8.99906\n4749,1645521840,47.74307,8.99906\n4750,1645521841,47.74307,8.99906\n4751,1645521842,47.74307,8.99906\n4752,1645521843,47.74307,8.99906\n4753,1645521844,47.74307,8.99906\n4754,1645521845,47.74307,8.99906\n4755,1645521846,47.74307,8.99906\n4756,1645521847,47.74307,8.99906\n4757,1645521848,47.74307,8.99906\n4758,1645521849,47.74306,8.99906\n4759,1645521850,47.74306,8.99906\n4760,1645521851,47.74306,8.99906\n4761,1645521852,47.74306,8.99906\n4762,1645521853,47.74306,8.99906\n4763,1645521854,47.74306,8.99906\n4764,1645521855,47.74306,8.99906\n4765,1645521856,47.74306,8.99906\n4766,1645521857,47.74306,8.99906\n4767,1645521858,47.74306,8.99906\n4768,1645521859,47.74306,8.99905\n4769,1645521860,47.74306,8.99905\n4770,1645521861,47.74306,8.99905\n4771,1645521862,47.74306,8.99905\n4772,1645521863,47.74306,8.99905\n4773,1645521864,47.74306,8.99905\n4774,1645521865,47.74306,8.99905\n4775,1645521866,47.74306,8.99905\n4776,1645521867,47.74306,8.99905\n4777,1645521868,47.74306,8.99905\n4778,1645521869,47.74306,8.99905\n4779,1645521870,47.74306,8.99905\n4780,1645521871,47.74306,8.99905\n4781,1645521872,47.74306,8.99904\n4782,1645521873,47.74306,8.99904\n4783,1645521874,47.74306,8.99904\n4784,1645521875,47.74306,8.99904\n4785,1645521876,47.74306,8.99904\n4786,1645521877,47.74306,8.99905\n4787,1645521878,47.74306,8.99905\n4788,1645521879,47.74306,8.99905\n4789,1645521880,47.74306,8.99905\n4790,1645521881,47.74306,8.99905\n4791,1645521882,47.74306,8.99905\n4792,1645521883,47.74306,8.99905\n4793,1645521884,47.74305,8.99905\n4794,1645521885,47.74305,8.99905\n4795,1645521886,47.74305,8.99905\n4796,1645521887,47.74306,8.99905\n4797,1645521888,47.74306,8.99905\n4798,1645521889,47.74306,8.99905\n4799,1645521890,47.74306,8.99905\n4800,1645521891,47.74306,8.99905\n4801,1645521892,47.74306,8.99905\n4802,1645521893,47.74306,8.99905\n4803,1645521894,47.74306,8.99905\n4804,1645521895,47.74306,8.99905\n4805,1645521896,47.74306,8.99905\n4806,1645521897,47.74306,8.99905\n4807,1645521898,47.74306,8.99905\n4808,1645521899,47.74306,8.99905\n4809,1645521900,47.74306,8.99905\n4810,1645521901,47.74306,8.99905\n4811,1645521902,47.74306,8.99905\n4812,1645521903,47.74306,8.99905\n4813,1645521904,47.74306,8.99905\n4814,1645521905,47.74306,8.99905\n4815,1645521906,47.74306,8.99905\n4816,1645521907,47.74306,8.99905\n4817,1645521908,47.74306,8.99905\n4818,1645521909,47.74306,8.99905\n4819,1645521910,47.74306,8.99905\n4820,1645521911,47.74306,8.99905\n4821,1645521912,47.74306,8.99905\n4822,1645521913,47.74307,8.99906\n4823,1645521914,47.74307,8.99906\n4824,1645521915,47.74307,8.99906\n4825,1645521916,47.74307,8.99906\n4826,1645521917,47.74307,8.99906\n4827,1645521918,47.74307,8.99906\n4828,1645521919,47.74307,8.99906\n4829,1645521920,47.74307,8.99906\n4830,1645521921,47.74307,8.99906\n4831,1645521922,47.74307,8.99906\n4832,1645521923,47.74307,8.99906\n4833,1645521924,47.74307,8.99906\n4834,1645521925,47.74307,8.99906\n4835,1645521926,47.74307,8.99906\n4836,1645521927,47.74308,8.99906\n4837,1645521928,47.74308,8.99906\n4838,1645521929,47.74308,8.99906\n4839,1645521930,47.74308,8.99906\n4840,1645521931,47.74308,8.99906\n4841,1645521932,47.74308,8.99906\n4842,1645521933,47.74308,8.99906\n4843,1645521934,47.74308,8.99906\n4844,1645521935,47.74308,8.99906\n4845,1645521936,47.74309,8.99906\n4846,1645521937,47.74309,8.99906\n4847,1645521938,47.74309,8.99906\n4848,1645521939,47.74309,8.99906\n4849,1645521940,47.74309,8.99906\n4850,1645521941,47.74309,8.99906\n4851,1645521942,47.74309,8.99906\n4852,1645521943,47.74309,8.99906\n4853,1645521944,47.74309,8.99906\n4854,1645521945,47.74309,8.99906\n4855,1645521946,47.74309,8.99906\n4856,1645521947,47.74309,8.99906\n4857,1645521948,47.74309,8.99906\n4858,1645521949,47.74309,8.99906\n4859,1645521950,47.74309,8.99906\n4860,1645521951,47.74309,8.99906\n4861,1645521952,47.74309,8.99906\n4862,1645521953,47.74309,8.99906\n4863,1645521954,47.74309,8.99906\n4864,1645521955,47.74309,8.99906\n4865,1645521956,47.74309,8.99906\n4866,1645521957,47.74309,8.99906\n4867,1645521958,47.74310,8.99905\n4868,1645521959,47.74310,8.99905\n4869,1645521960,47.74310,8.99905\n4870,1645521961,47.74310,8.99905\n4871,1645521962,47.74310,8.99905\n4872,1645521963,47.74310,8.99905\n4873,1645521964,47.74310,8.99905\n4874,1645521965,47.74310,8.99906\n4875,1645521966,47.74310,8.99906\n4876,1645521967,47.74310,8.99906\n4877,1645521968,47.74310,8.99906\n4878,1645521969,47.74310,8.99906\n4879,1645521970,47.74310,8.99906\n4880,1645521971,47.74310,8.99906\n4881,1645521972,47.74310,8.99906\n4882,1645521973,47.74310,8.99906\n4883,1645521974,47.74310,8.99906\n4884,1645521975,47.74310,8.99906\n4885,1645521976,47.74310,8.99906\n4886,1645521977,47.74310,8.99906\n4887,1645521978,47.74310,8.99906\n4888,1645521979,47.74310,8.99906\n4889,1645521980,47.74310,8.99906\n4890,1645521981,47.74310,8.99906\n4891,1645521982,47.74310,8.99906\n4892,1645521983,47.74310,8.99906\n4893,1645521984,47.74310,8.99906\n4894,1645521985,47.74309,8.99906\n4895,1645521986,47.74309,8.99906\n4896,1645521987,47.74309,8.99906\n4897,1645521988,47.74309,8.99906\n4898,1645521989,47.74309,8.99906\n4899,1645521990,47.74309,8.99906\n4900,1645521991,47.74309,8.99906\n4901,1645521992,47.74308,8.99906\n4902,1645521993,47.74308,8.99906\n4903,1645521994,47.74308,8.99906\n4904,1645521995,47.74309,8.99906\n4905,1645521996,47.74309,8.99906\n4906,1645521997,47.74309,8.99906\n4907,1645521998,47.74309,8.99906\n4908,1645521999,47.74309,8.99906\n4909,1645522000,47.74309,8.99906\n4910,1645522001,47.74309,8.99906\n4911,1645522002,47.74309,8.99906\n4912,1645522003,47.74309,8.99906\n4913,1645522004,47.74309,8.99906\n4914,1645522005,47.74309,8.99905\n4915,1645522006,47.74309,8.99905\n4916,1645522007,47.74309,8.99905\n4917,1645522008,47.74309,8.99905\n4918,1645522009,47.74309,8.99905\n4919,1645522010,47.74309,8.99905\n4920,1645522011,47.74309,8.99905\n4921,1645522012,47.74309,8.99905\n4922,1645522013,47.74309,8.99905\n4923,1645522014,47.74309,8.99905\n4924,1645522015,47.74309,8.99905\n4925,1645522016,47.74309,8.99905\n4926,1645522017,47.74309,8.99906\n4927,1645522018,47.74309,8.99906\n4928,1645522019,47.74309,8.99906\n4929,1645522020,47.74309,8.99906\n4930,1645522021,47.74309,8.99906\n4931,1645522022,47.74309,8.99906\n4932,1645522023,47.74309,8.99906\n4933,1645522024,47.74309,8.99906\n4934,1645522025,47.74308,8.99906\n4935,1645522026,47.74308,8.99906\n4936,1645522027,47.74308,8.99905\n4937,1645522028,47.74308,8.99905\n4938,1645522029,47.74308,8.99905\n4939,1645522030,47.74308,8.99905\n4940,1645522031,47.74308,8.99905\n4941,1645522032,47.74308,8.99905\n4942,1645522033,47.74308,8.99905\n4943,1645522034,47.74308,8.99905\n4944,1645522035,47.74308,8.99905\n4945,1645522036,47.74308,8.99905\n4946,1645522037,47.74307,8.99905\n4947,1645522038,47.74307,8.99905\n4948,1645522039,47.74307,8.99905\n4949,1645522040,47.74307,8.99905\n4950,1645522041,47.74307,8.99905\n4951,1645522042,47.74307,8.99905\n4952,1645522043,47.74307,8.99904\n4953,1645522044,47.74306,8.99903\n4954,1645522045,47.74306,8.99903\n4955,1645522046,47.74306,8.99902\n4956,1645522047,47.74306,8.99902\n4957,1645522048,47.74306,8.99902\n4958,1645522049,47.74306,8.99902\n4959,1645522050,47.74305,8.99902\n4960,1645522051,47.74305,8.99901\n4961,1645522052,47.74305,8.99901\n4962,1645522053,47.74305,8.99901\n4963,1645522054,47.74305,8.99901\n4964,1645522055,47.74305,8.99901\n4965,1645522056,47.74305,8.99901\n4966,1645522057,47.74305,8.99901\n4967,1645522058,47.74305,8.99901\n4968,1645522059,47.74305,8.99901\n4969,1645522060,47.74305,8.99901\n4970,1645522061,47.74305,8.99901\n4971,1645522062,47.74304,8.99901\n4972,1645522063,47.74304,8.99901\n4973,1645522064,47.74304,8.99901\n4974,1645522065,47.74304,8.99901\n4975,1645522066,47.74304,8.99901\n4976,1645522067,47.74304,8.99901\n4977,1645522068,47.74304,8.99901\n4978,1645522069,47.74304,8.99901\n4979,1645522070,47.74304,8.99901\n4980,1645522071,47.74303,8.99901\n4981,1645522072,47.74303,8.99901\n4982,1645522073,47.74303,8.99901\n4983,1645522074,47.74303,8.99901\n4984,1645522075,47.74303,8.99900\n4985,1645522076,47.74303,8.99900\n4986,1645522077,47.74303,8.99900\n4987,1645522078,47.74303,8.99900\n4988,1645522079,47.74302,8.99900\n4989,1645522080,47.74302,8.99900\n4990,1645522081,47.74302,8.99900\n4991,1645522082,47.74302,8.99900\n4992,1645522083,47.74302,8.99900\n4993,1645522084,47.74303,8.99900\n4994,1645522085,47.74303,8.99900\n4995,1645522086,47.74303,8.99900\n4996,1645522087,47.74302,8.99900\n4997,1645522088,47.74302,8.99900\n4998,1645522089,47.74302,8.99900\n4999,1645522090,47.74303,8.99900\n5000,1645522091,47.74302,8.99900\n5001,1645522092,47.74302,8.99900\n5002,1645522093,47.74302,8.99900\n5003,1645522094,47.74302,8.99900\n5004,1645522095,47.74302,8.99899\n5005,1645522096,47.74302,8.99899\n5006,1645522097,47.74301,8.99899\n5007,1645522098,47.74301,8.99899\n5008,1645522099,47.74301,8.99899\n5009,1645522100,47.74301,8.99899\n5010,1645522101,47.74301,8.99899\n5011,1645522102,47.74301,8.99899\n5012,1645522103,47.74301,8.99899\n5013,1645522104,47.74301,8.99898\n5014,1645522105,47.74301,8.99898\n5015,1645522106,47.74301,8.99898\n5016,1645522107,47.74301,8.99898\n5017,1645522108,47.74301,8.99898\n5018,1645522109,47.74301,8.99898\n5019,1645522110,47.74301,8.99898\n5020,1645522111,47.74301,8.99898\n5021,1645522112,47.74301,8.99898\n5022,1645522113,47.74301,8.99898\n5023,1645522114,47.74301,8.99898\n5024,1645522115,47.74301,8.99898\n5025,1645522116,47.74301,8.99898\n5026,1645522117,47.74301,8.99898\n5027,1645522118,47.74301,8.99899\n5028,1645522119,47.74301,8.99899\n5029,1645522120,47.74301,8.99899\n5030,1645522121,47.74301,8.99899\n5031,1645522122,47.74301,8.99899\n5032,1645522123,47.74301,8.99899\n5033,1645522124,47.74301,8.99899\n5034,1645522125,47.74301,8.99899\n5035,1645522126,47.74301,8.99899\n5036,1645522127,47.74301,8.99899\n5037,1645522128,47.74302,8.99899\n5038,1645522129,47.74302,8.99899\n5039,1645522130,47.74302,8.99899\n5040,1645522131,47.74302,8.99899\n5041,1645522132,47.74302,8.99900\n5042,1645522133,47.74302,8.99900\n5043,1645522134,47.74302,8.99900\n5044,1645522135,47.74302,8.99900\n5045,1645522136,47.74302,8.99900\n5046,1645522137,47.74302,8.99900\n5047,1645522138,47.74302,8.99900\n5048,1645522139,47.74302,8.99900\n5049,1645522140,47.74302,8.99900\n5050,1645522141,47.74302,8.99900\n5051,1645522142,47.74302,8.99900\n5052,1645522143,47.74302,8.99900\n5053,1645522144,47.74302,8.99900\n5054,1645522145,47.74302,8.99900\n5055,1645522146,47.74302,8.99900\n5056,1645522147,47.74302,8.99900\n5057,1645522148,47.74302,8.99900\n5058,1645522149,47.74302,8.99900\n5059,1645522150,47.74302,8.99900\n5060,1645522151,47.74302,8.99900\n5061,1645522152,47.74302,8.99900\n5062,1645522153,47.74302,8.99900\n5063,1645522154,47.74302,8.99900\n5064,1645522155,47.74302,8.99900\n5065,1645522156,47.74302,8.99900\n5066,1645522157,47.74302,8.99900\n5067,1645522158,47.74302,8.99900\n5068,1645522159,47.74302,8.99900\n5069,1645522160,47.74302,8.99900\n5070,1645522161,47.74302,8.99900\n5071,1645522162,47.74302,8.99900\n5072,1645522163,47.74302,8.99900\n5073,1645522164,47.74302,8.99900\n5074,1645522165,47.74302,8.99900\n5075,1645522166,47.74302,8.99900\n5076,1645522167,47.74302,8.99900\n5077,1645522168,47.74301,8.99900\n5078,1645522169,47.74301,8.99900\n5079,1645522170,47.74301,8.99900\n5080,1645522171,47.74301,8.99900\n5081,1645522172,47.74301,8.99900\n5082,1645522173,47.74301,8.99900\n5083,1645522174,47.74301,8.99900\n5084,1645522175,47.74301,8.99900\n5085,1645522176,47.74301,8.99900\n5086,1645522177,47.74301,8.99900\n5087,1645522178,47.74301,8.99900\n5088,1645522179,47.74301,8.99900\n5089,1645522180,47.74301,8.99900\n5090,1645522181,47.74301,8.99900\n5091,1645522182,47.74301,8.99900\n5092,1645522183,47.74301,8.99901\n5093,1645522184,47.74301,8.99901\n5094,1645522185,47.74301,8.99901\n5095,1645522186,47.74301,8.99900\n5096,1645522187,47.74301,8.99900\n5097,1645522188,47.74301,8.99900\n5098,1645522189,47.74301,8.99900\n5099,1645522190,47.74301,8.99900\n5100,1645522191,47.74301,8.99900\n5101,1645522192,47.74301,8.99900\n5102,1645522193,47.74301,8.99900\n5103,1645522194,47.74301,8.99900\n5104,1645522195,47.74301,8.99900\n5105,1645522196,47.74301,8.99900\n5106,1645522197,47.74301,8.99900\n5107,1645522198,47.74301,8.99900\n5108,1645522199,47.74302,8.99900\n5109,1645522200,47.74302,8.99900\n5110,1645522201,47.74302,8.99900\n5111,1645522202,47.74302,8.99901\n5112,1645522203,47.74302,8.99900\n5113,1645522204,47.74302,8.99900\n5114,1645522205,47.74302,8.99900\n5115,1645522206,47.74302,8.99900\n5116,1645522207,47.74302,8.99900\n5117,1645522208,47.74302,8.99901\n5118,1645522209,47.74303,8.99901\n5119,1645522210,47.74303,8.99901\n5120,1645522211,47.74303,8.99901\n5121,1645522212,47.74303,8.99901\n5122,1645522213,47.74303,8.99902\n5123,1645522214,47.74303,8.99902\n5124,1645522215,47.74303,8.99902\n5125,1645522216,47.74303,8.99902\n5126,1645522217,47.74304,8.99902\n5127,1645522218,47.74304,8.99902\n5128,1645522219,47.74304,8.99902\n5129,1645522220,47.74304,8.99902\n5130,1645522221,47.74304,8.99903\n5131,1645522222,47.74304,8.99903\n5132,1645522223,47.74304,8.99903\n5133,1645522224,47.74304,8.99903\n5134,1645522225,47.74304,8.99903\n5135,1645522226,47.74304,8.99903\n5136,1645522227,47.74304,8.99903\n5137,1645522228,47.74304,8.99903\n5138,1645522229,47.74304,8.99903\n5139,1645522230,47.74304,8.99903\n5140,1645522231,47.74304,8.99903\n5141,1645522232,47.74304,8.99903\n5142,1645522233,47.74304,8.99903\n5143,1645522234,47.74304,8.99903\n5144,1645522235,47.74304,8.99903\n5145,1645522236,47.74304,8.99903\n5146,1645522237,47.74304,8.99903\n5147,1645522238,47.74304,8.99903\n5148,1645522239,47.74304,8.99903\n5149,1645522240,47.74304,8.99903\n5150,1645522241,47.74304,8.99903\n5151,1645522242,47.74304,8.99903\n5152,1645522243,47.74304,8.99903\n5153,1645522244,47.74304,8.99903\n5154,1645522245,47.74304,8.99903\n5155,1645522246,47.74304,8.99903\n5156,1645522247,47.74304,8.99903\n5157,1645522248,47.74304,8.99903\n5158,1645522249,47.74304,8.99903\n5159,1645522250,47.74304,8.99903\n5160,1645522251,47.74304,8.99903\n5161,1645522252,47.74304,8.99903\n5162,1645522253,47.74304,8.99903\n5163,1645522254,47.74304,8.99903\n5164,1645522255,47.74304,8.99903\n5165,1645522256,47.74304,8.99903\n5166,1645522257,47.74305,8.99903\n5167,1645522258,47.74305,8.99903\n5168,1645522259,47.74305,8.99903\n5169,1645522260,47.74305,8.99903\n5170,1645522261,47.74305,8.99903\n5171,1645522262,47.74305,8.99903\n5172,1645522263,47.74305,8.99903\n5173,1645522264,47.74305,8.99903\n5174,1645522265,47.74305,8.99903\n5175,1645522266,47.74305,8.99903\n5176,1645522267,47.74305,8.99903\n5177,1645522268,47.74305,8.99903\n5178,1645522269,47.74305,8.99903\n5179,1645522270,47.74305,8.99903\n5180,1645522271,47.74305,8.99903\n5181,1645522272,47.74305,8.99903\n5182,1645522273,47.74305,8.99903\n5183,1645522274,47.74305,8.99903\n5184,1645522275,47.74305,8.99903\n5185,1645522276,47.74305,8.99903\n5186,1645522277,47.74305,8.99903\n5187,1645522278,47.74305,8.99903\n5188,1645522279,47.74305,8.99903\n5189,1645522280,47.74305,8.99903\n5190,1645522281,47.74305,8.99903\n5191,1645522282,47.74305,8.99903\n5192,1645522283,47.74305,8.99903\n5193,1645522284,47.74305,8.99903\n5194,1645522285,47.74305,8.99903\n5195,1645522286,47.74305,8.99903\n5196,1645522287,47.74305,8.99903\n5197,1645522288,47.74305,8.99903\n5198,1645522289,47.74305,8.99903\n5199,1645522290,47.74305,8.99903\n5200,1645522291,47.74305,8.99903\n5201,1645522292,47.74305,8.99903\n5202,1645522293,47.74305,8.99903\n5203,1645522294,47.74305,8.99903\n5204,1645522295,47.74305,8.99903\n5205,1645522296,47.74305,8.99903\n5206,1645522297,47.74305,8.99903\n5207,1645522298,47.74305,8.99903\n5208,1645522299,47.74305,8.99903\n5209,1645522300,47.74305,8.99903\n5210,1645522301,47.74305,8.99903\n5211,1645522302,47.74305,8.99903\n5212,1645522303,47.74305,8.99903\n5213,1645522304,47.74305,8.99903\n5214,1645522305,47.74305,8.99903\n5215,1645522306,47.74305,8.99903\n5216,1645522307,47.74305,8.99903\n5217,1645522308,47.74305,8.99903\n5218,1645522309,47.74305,8.99904\n5219,1645522310,47.74305,8.99904\n5220,1645522311,47.74305,8.99904\n5221,1645522312,47.74305,8.99904\n5222,1645522313,47.74305,8.99904\n5223,1645522314,47.74305,8.99904\n5224,1645522315,47.74305,8.99904\n5225,1645522316,47.74305,8.99904\n5226,1645522317,47.74305,8.99904\n5227,1645522318,47.74305,8.99904\n5228,1645522319,47.74305,8.99904\n5229,1645522320,47.74305,8.99904\n5230,1645522321,47.74305,8.99904\n5231,1645522322,47.74305,8.99904\n5232,1645522323,47.74305,8.99904\n5233,1645522324,47.74305,8.99904\n5234,1645522325,47.74305,8.99904\n5235,1645522326,47.74305,8.99904\n5236,1645522327,47.74305,8.99904\n5237,1645522328,47.74305,8.99904\n5238,1645522329,47.74305,8.99904\n5239,1645522330,47.74305,8.99904\n5240,1645522331,47.74305,8.99904\n5241,1645522332,47.74305,8.99904\n5242,1645522333,47.74305,8.99904\n5243,1645522334,47.74305,8.99904\n5244,1645522335,47.74305,8.99904\n5245,1645522336,47.74305,8.99904\n5246,1645522337,47.74305,8.99904\n5247,1645522338,47.74305,8.99904\n5248,1645522339,47.74305,8.99904\n5249,1645522340,47.74305,8.99904\n5250,1645522341,47.74305,8.99904\n5251,1645522342,47.74305,8.99904\n5252,1645522343,47.74305,8.99904\n5253,1645522344,47.74305,8.99904\n5254,1645522345,47.74305,8.99904\n5255,1645522346,47.74305,8.99904\n5256,1645522347,47.74305,8.99904\n5257,1645522348,47.74305,8.99904\n5258,1645522349,47.74305,8.99904\n5259,1645522350,47.74305,8.99904\n5260,1645522351,47.74305,8.99904\n5261,1645522352,47.74305,8.99904\n5262,1645522353,47.74305,8.99904\n5263,1645522354,47.74305,8.99904\n5264,1645522355,47.74305,8.99904\n5265,1645522356,47.74305,8.99904\n5266,1645522357,47.74305,8.99904\n5267,1645522358,47.74305,8.99904\n5268,1645522359,47.74305,8.99904\n5269,1645522360,47.74305,8.99904\n5270,1645522361,47.74305,8.99904\n5271,1645522362,47.74305,8.99904\n5272,1645522363,47.74305,8.99904\n5273,1645522364,47.74305,8.99904\n5274,1645522365,47.74305,8.99904\n5275,1645522366,47.74305,8.99904\n5276,1645522367,47.74305,8.99904\n5277,1645522368,47.74305,8.99904\n5278,1645522369,47.74305,8.99904\n5279,1645522370,47.74305,8.99904\n5280,1645522371,47.74305,8.99904\n5281,1645522372,47.74305,8.99904\n5282,1645522373,47.74305,8.99904\n5283,1645522374,47.74305,8.99904\n5284,1645522375,47.74305,8.99904\n5285,1645522376,47.74305,8.99904\n5286,1645522377,47.74305,8.99904\n5287,1645522378,47.74305,8.99904\n5288,1645522379,47.74305,8.99904\n5289,1645522380,47.74305,8.99904\n5290,1645522381,47.74305,8.99904\n5291,1645522382,47.74305,8.99904\n5292,1645522383,47.74305,8.99904\n5293,1645522384,47.74305,8.99904\n5294,1645522385,47.74305,8.99904\n5295,1645522386,47.74305,8.99904\n5296,1645522387,47.74305,8.99904\n5297,1645522388,47.74305,8.99904\n5298,1645522389,47.74305,8.99904\n5299,1645522390,47.74305,8.99904\n5300,1645522391,47.74305,8.99904\n5301,1645522392,47.74305,8.99904\n5302,1645522393,47.74305,8.99904\n5303,1645522394,47.74305,8.99904\n5304,1645522395,47.74305,8.99904\n5305,1645522396,47.74305,8.99904\n5306,1645522397,47.74305,8.99903\n5307,1645522398,47.74305,8.99903\n5308,1645522399,47.74305,8.99903\n5309,1645522400,47.74305,8.99903\n5310,1645522401,47.74305,8.99903\n5311,1645522402,47.74305,8.99903\n5312,1645522403,47.74305,8.99903\n5313,1645522404,47.74305,8.99903\n5314,1645522405,47.74305,8.99903\n5315,1645522406,47.74305,8.99903\n5316,1645522407,47.74305,8.99903\n5317,1645522408,47.74305,8.99903\n5318,1645522409,47.74305,8.99903\n5319,1645522410,47.74305,8.99903\n5320,1645522411,47.74305,8.99903\n5321,1645522412,47.74305,8.99903\n5322,1645522413,47.74305,8.99903\n5323,1645522414,47.74305,8.99903\n5324,1645522415,47.74305,8.99903\n5325,1645522416,47.74305,8.99903\n5326,1645522417,47.74305,8.99903\n5327,1645522418,47.74305,8.99903\n5328,1645522419,47.74305,8.99903\n5329,1645522420,47.74305,8.99903\n5330,1645522421,47.74305,8.99903\n5331,1645522422,47.74305,8.99903\n5332,1645522423,47.74305,8.99903\n5333,1645522424,47.74305,8.99903\n5334,1645522425,47.74305,8.99903\n5335,1645522426,47.74305,8.99903\n5336,1645522427,47.74305,8.99903\n5337,1645522428,47.74305,8.99903\n5338,1645522429,47.74305,8.99903\n5339,1645522430,47.74305,8.99903\n5340,1645522431,47.74305,8.99903\n5341,1645522432,47.74305,8.99903\n5342,1645522433,47.74305,8.99903\n5343,1645522434,47.74305,8.99903\n5344,1645522435,47.74305,8.99903\n5345,1645522436,47.74305,8.99903\n5346,1645522437,47.74305,8.99903\n5347,1645522438,47.74305,8.99903\n5348,1645522439,47.74305,8.99903\n5349,1645522440,47.74305,8.99903\n5350,1645522441,47.74305,8.99903\n5351,1645522442,47.74305,8.99903\n5352,1645522443,47.74305,8.99904\n5353,1645522444,47.74305,8.99904\n5354,1645522445,47.74305,8.99904\n5355,1645522446,47.74305,8.99904\n5356,1645522447,47.74305,8.99904\n5357,1645522448,47.74305,8.99904\n5358,1645522449,47.74305,8.99904\n5359,1645522450,47.74305,8.99904\n5360,1645522451,47.74305,8.99904\n5361,1645522452,47.74305,8.99904\n5362,1645522453,47.74305,8.99904\n5363,1645522454,47.74305,8.99904\n5364,1645522455,47.74305,8.99904\n5365,1645522456,47.74305,8.99904\n5366,1645522457,47.74305,8.99904\n5367,1645522458,47.74305,8.99904\n5368,1645522459,47.74305,8.99904\n5369,1645522460,47.74305,8.99904\n5370,1645522461,47.74305,8.99904\n5371,1645522462,47.74305,8.99904\n5372,1645522463,47.74305,8.99904\n5373,1645522464,47.74305,8.99904\n5374,1645522465,47.74305,8.99904\n5375,1645522466,47.74305,8.99904\n5376,1645522467,47.74305,8.99904\n5377,1645522468,47.74305,8.99904\n5378,1645522469,47.74305,8.99904\n5379,1645522470,47.74305,8.99904\n5380,1645522471,47.74306,8.99904\n5381,1645522472,47.74306,8.99904\n5382,1645522473,47.74306,8.99904\n5383,1645522474,47.74306,8.99904\n5384,1645522475,47.74306,8.99904\n5385,1645522476,47.74306,8.99904\n5386,1645522477,47.74306,8.99904\n5387,1645522478,47.74306,8.99904\n5388,1645522479,47.74306,8.99904\n5389,1645522480,47.74306,8.99904\n5390,1645522481,47.74306,8.99904\n5391,1645522482,47.74306,8.99904\n5392,1645522483,47.74306,8.99904\n5393,1645522484,47.74306,8.99904\n5394,1645522485,47.74306,8.99904\n5395,1645522486,47.74306,8.99904\n5396,1645522487,47.74306,8.99904\n5397,1645522488,47.74306,8.99904\n5398,1645522489,47.74306,8.99904\n5399,1645522490,47.74306,8.99904\n5400,1645522491,47.74306,8.99904\n5401,1645522492,47.74306,8.99904\n5402,1645522493,47.74306,8.99904\n5403,1645522494,47.74306,8.99904\n5404,1645522495,47.74306,8.99904\n5405,1645522496,47.74306,8.99904\n5406,1645522497,47.74306,8.99904\n5407,1645522498,47.74306,8.99904\n5408,1645522499,47.74306,8.99904\n5409,1645522500,47.74306,8.99904\n5410,1645522501,47.74306,8.99904\n5411,1645522502,47.74306,8.99904\n5412,1645522503,47.74306,8.99904\n5413,1645522504,47.74306,8.99904\n5414,1645522505,47.74306,8.99904\n5415,1645522506,47.74306,8.99904\n5416,1645522507,47.74306,8.99904\n5417,1645522508,47.74306,8.99904\n5418,1645522509,47.74306,8.99904\n5419,1645522510,47.74306,8.99904\n5420,1645522511,47.74306,8.99904\n5421,1645522512,47.74306,8.99904\n5422,1645522513,47.74306,8.99904\n5423,1645522514,47.74306,8.99904\n5424,1645522515,47.74306,8.99904\n5425,1645522516,47.74306,8.99904\n5426,1645522517,47.74306,8.99904\n5427,1645522518,47.74306,8.99904\n5428,1645522519,47.74306,8.99904\n5429,1645522520,47.74306,8.99904\n5430,1645522521,47.74306,8.99904\n5431,1645522522,47.74306,8.99904\n5432,1645522523,47.74306,8.99904\n5433,1645522524,47.74306,8.99904\n5434,1645522525,47.74306,8.99904\n5435,1645522526,47.74306,8.99904\n5436,1645522527,47.74306,8.99904\n5437,1645522528,47.74306,8.99904\n5438,1645522529,47.74306,8.99904\n5439,1645522530,47.74306,8.99904\n5440,1645522531,47.74306,8.99904\n5441,1645522532,47.74306,8.99904\n5442,1645522533,47.74306,8.99904\n5443,1645522534,47.74306,8.99904\n5444,1645522535,47.74306,8.99904\n5445,1645522536,47.74306,8.99904\n5446,1645522537,47.74306,8.99904\n5447,1645522538,47.74306,8.99904\n5448,1645522539,47.74306,8.99904\n5449,1645522540,47.74306,8.99904\n5450,1645522541,47.74306,8.99904\n5451,1645522542,47.74306,8.99904\n5452,1645522543,47.74306,8.99904\n5453,1645522544,47.74306,8.99904\n5454,1645522545,47.74306,8.99904\n5455,1645522546,47.74306,8.99904\n5456,1645522547,47.74306,8.99904\n5457,1645522548,47.74306,8.99904\n5458,1645522549,47.74306,8.99904\n5459,1645522550,47.74306,8.99904\n5460,1645522551,47.74306,8.99904\n5461,1645522552,47.74306,8.99904\n5462,1645522553,47.74306,8.99904\n5463,1645522554,47.74306,8.99904\n5464,1645522555,47.74306,8.99904\n5465,1645522556,47.74306,8.99904\n5466,1645522557,47.74306,8.99904\n5467,1645522558,47.74306,8.99904\n5468,1645522559,47.74306,8.99904\n5469,1645522560,47.74306,8.99904\n5470,1645522561,47.74306,8.99904\n5471,1645522562,47.74306,8.99904\n5472,1645522563,47.74306,8.99904\n5473,1645522564,47.74306,8.99904\n5474,1645522565,47.74306,8.99904\n5475,1645522566,47.74306,8.99904\n5476,1645522567,47.74306,8.99904\n5477,1645522568,47.74306,8.99904\n5478,1645522569,47.74306,8.99904\n5479,1645522570,47.74306,8.99904\n5480,1645522571,47.74306,8.99904\n5481,1645522572,47.74306,8.99904\n5482,1645522573,47.74306,8.99904\n5483,1645522574,47.74306,8.99904\n5484,1645522575,47.74306,8.99904\n5485,1645522576,47.74306,8.99904\n5486,1645522577,47.74306,8.99904\n5487,1645522578,47.74306,8.99904\n5488,1645522579,47.74306,8.99904\n5489,1645522580,47.74306,8.99904\n5490,1645522581,47.74306,8.99904\n5491,1645522582,47.74306,8.99904\n5492,1645522583,47.74306,8.99904\n5493,1645522584,47.74306,8.99904\n5494,1645522585,47.74306,8.99904\n5495,1645522586,47.74306,8.99904\n5496,1645522587,47.74306,8.99904\n5497,1645522588,47.74306,8.99904\n5498,1645522589,47.74306,8.99904\n5499,1645522590,47.74306,8.99904\n5500,1645522591,47.74306,8.99904\n5501,1645522592,47.74306,8.99904\n5502,1645522593,47.74306,8.99904\n5503,1645522594,47.74306,8.99904\n5504,1645522595,47.74306,8.99904\n5505,1645522596,47.74306,8.99904\n5506,1645522597,47.74306,8.99904\n5507,1645522598,47.74306,8.99904\n5508,1645522599,47.74306,8.99904\n5509,1645522600,47.74306,8.99904\n5510,1645522601,47.74306,8.99904\n5511,1645522602,47.74306,8.99904\n5512,1645522603,47.74306,8.99904\n5513,1645522604,47.74306,8.99904\n5514,1645522605,47.74306,8.99904\n5515,1645522606,47.74306,8.99904\n5516,1645522607,47.74306,8.99904\n5517,1645522608,47.74306,8.99904\n5518,1645522609,47.74306,8.99904\n5519,1645522610,47.74306,8.99904\n5520,1645522611,47.74306,8.99904\n5521,1645522612,47.74306,8.99904\n5522,1645522613,47.74306,8.99904\n5523,1645522614,47.74306,8.99904\n5524,1645522615,47.74306,8.99904\n5525,1645522616,47.74306,8.99904\n5526,1645522617,47.74306,8.99904\n5527,1645522618,47.74306,8.99904\n5528,1645522619,47.74306,8.99904\n5529,1645522620,47.74306,8.99904\n5530,1645522621,47.74306,8.99904\n5531,1645522622,47.74306,8.99904\n5532,1645522623,47.74306,8.99904\n5533,1645522624,47.74306,8.99904\n5534,1645522625,47.74306,8.99904\n5535,1645522626,47.74306,8.99904\n5536,1645522627,47.74306,8.99904\n5537,1645522628,47.74306,8.99904\n5538,1645522629,47.74306,8.99904\n5539,1645522630,47.74306,8.99904\n5540,1645522631,47.74306,8.99904\n5541,1645522632,47.74306,8.99904\n5542,1645522633,47.74306,8.99904\n5543,1645522634,47.74306,8.99904\n5544,1645522635,47.74306,8.99904\n5545,1645522636,47.74306,8.99904\n5546,1645522637,47.74306,8.99904\n5547,1645522638,47.74306,8.99904\n5548,1645522639,47.74306,8.99904\n5549,1645522640,47.74306,8.99904\n5550,1645522641,47.74306,8.99904\n5551,1645522642,47.74306,8.99904\n5552,1645522643,47.74306,8.99904\n5553,1645522644,47.74306,8.99904\n5554,1645522645,47.74306,8.99904\n5555,1645522646,47.74306,8.99904\n5556,1645522647,47.74306,8.99904\n5557,1645522648,47.74306,8.99904\n5558,1645522649,47.74306,8.99904\n5559,1645522650,47.74306,8.99904\n5560,1645522651,47.74306,8.99904\n5561,1645522652,47.74306,8.99904\n5562,1645522653,47.74306,8.99904\n5563,1645522654,47.74306,8.99904\n5564,1645522655,47.74306,8.99904\n5565,1645522656,47.74306,8.99904\n5566,1645522657,47.74306,8.99904\n5567,1645522658,47.74306,8.99904\n5568,1645522659,47.74306,8.99904\n5569,1645522660,47.74306,8.99904\n5570,1645522661,47.74306,8.99904\n5571,1645522662,47.74306,8.99904\n5572,1645522663,47.74306,8.99904\n5573,1645522664,47.74306,8.99904\n5574,1645522665,47.74306,8.99904\n5575,1645522666,47.74306,8.99904\n5576,1645522667,47.74306,8.99904\n5577,1645522668,47.74306,8.99904\n5578,1645522669,47.74306,8.99904\n5579,1645522670,47.74306,8.99904\n5580,1645522671,47.74306,8.99904\n5581,1645522672,47.74306,8.99904\n5582,1645522673,47.74306,8.99904\n5583,1645522674,47.74306,8.99904\n5584,1645522675,47.74306,8.99904\n5585,1645522676,47.74306,8.99904\n5586,1645522677,47.74306,8.99904\n5587,1645522678,47.74306,8.99904\n5588,1645522679,47.74306,8.99904\n5589,1645522680,47.74306,8.99904\n5590,1645522681,47.74306,8.99904\n5591,1645522682,47.74306,8.99904\n5592,1645522683,47.74306,8.99904\n5593,1645522684,47.74306,8.99904\n5594,1645522685,47.74306,8.99904\n5595,1645522686,47.74306,8.99904\n5596,1645522687,47.74306,8.99904\n5597,1645522688,47.74306,8.99904\n5598,1645522689,47.74306,8.99904\n5599,1645522690,47.74306,8.99904\n5600,1645522691,47.74306,8.99904\n5601,1645522692,47.74306,8.99904\n5602,1645522693,47.74306,8.99904\n5603,1645522694,47.74306,8.99904\n5604,1645522695,47.74306,8.99904\n5605,1645522696,47.74306,8.99904\n5606,1645522697,47.74306,8.99904\n5607,1645522698,47.74306,8.99904\n5608,1645522699,47.74306,8.99904\n5609,1645522700,47.74306,8.99904\n5610,1645522701,47.74306,8.99904\n5611,1645522702,47.74306,8.99904\n5612,1645522703,47.74306,8.99904\n5613,1645522704,47.74306,8.99904\n5614,1645522705,47.74306,8.99904\n5615,1645522706,47.74306,8.99904\n5616,1645522707,47.74306,8.99904\n5617,1645522708,47.74306,8.99904\n5618,1645522709,47.74306,8.99904\n5619,1645522710,47.74306,8.99904\n5620,1645522711,47.74306,8.99904\n5621,1645522712,47.74306,8.99904\n5622,1645522713,47.74306,8.99904\n5623,1645522714,47.74306,8.99904\n5624,1645522715,47.74306,8.99904\n5625,1645522716,47.74306,8.99904\n5626,1645522717,47.74306,8.99904\n5627,1645522718,47.74306,8.99904\n5628,1645522719,47.74306,8.99904\n5629,1645522720,47.74306,8.99904\n5630,1645522721,47.74306,8.99904\n5631,1645522722,47.74306,8.99904\n5632,1645522723,47.74306,8.99904\n5633,1645522724,47.74306,8.99904\n5634,1645522725,47.74306,8.99904\n5635,1645522726,47.74306,8.99904\n5636,1645522727,47.74306,8.99904\n5637,1645522728,47.74306,8.99904\n5638,1645522729,47.74306,8.99904\n5639,1645522730,47.74306,8.99904\n5640,1645522731,47.74306,8.99904\n5641,1645522732,47.74306,8.99904\n5642,1645522733,47.74306,8.99904\n5643,1645522734,47.74306,8.99904\n5644,1645522735,47.74306,8.99904\n5645,1645522736,47.74306,8.99904\n5646,1645522737,47.74306,8.99904\n5647,1645522738,47.74306,8.99904\n5648,1645522739,47.74306,8.99904\n5649,1645522740,47.74306,8.99904\n5650,1645522741,47.74306,8.99904\n5651,1645522742,47.74306,8.99904\n5652,1645522743,47.74306,8.99904\n5653,1645522744,47.74306,8.99904\n5654,1645522745,47.74306,8.99904\n5655,1645522746,47.74306,8.99904\n5656,1645522747,47.74306,8.99904\n5657,1645522748,47.74306,8.99904\n5658,1645522749,47.74306,8.99904\n5659,1645522750,47.74306,8.99904\n5660,1645522751,47.74306,8.99904\n5661,1645522752,47.74306,8.99904\n5662,1645522753,47.74306,8.99904\n5663,1645522754,47.74306,8.99904\n5664,1645522755,47.74306,8.99904\n5665,1645522756,47.74306,8.99904\n5666,1645522757,47.74306,8.99904\n5667,1645522758,47.74306,8.99904\n5668,1645522759,47.74306,8.99904\n5669,1645522760,47.74306,8.99904\n5670,1645522761,47.74306,8.99904\n5671,1645522762,47.74306,8.99904\n5672,1645522763,47.74306,8.99904\n5673,1645522764,47.74306,8.99904\n5674,1645522765,47.74306,8.99904\n5675,1645522766,47.74306,8.99904\n5676,1645522767,47.74306,8.99904\n5677,1645522768,47.74306,8.99904\n5678,1645522769,47.74306,8.99904\n5679,1645522770,47.74306,8.99904\n5680,1645522771,47.74306,8.99904\n5681,1645522772,47.74306,8.99904\n5682,1645522773,47.74306,8.99904\n5683,1645522774,47.74306,8.99904\n5684,1645522775,47.74306,8.99904\n5685,1645522776,47.74306,8.99904\n5686,1645522777,47.74306,8.99904\n5687,1645522778,47.74306,8.99904\n5688,1645522779,47.74306,8.99904\n5689,1645522780,47.74306,8.99904\n5690,1645522781,47.74306,8.99904\n5691,1645522782,47.74306,8.99904\n5692,1645522783,47.74306,8.99904\n5693,1645522784,47.74306,8.99904\n5694,1645522785,47.74306,8.99904\n5695,1645522786,47.74306,8.99904\n5696,1645522787,47.74306,8.99904\n5697,1645522788,47.74306,8.99904\n5698,1645522789,47.74306,8.99904\n5699,1645522790,47.74306,8.99904\n5700,1645522791,47.74306,8.99904\n5701,1645522792,47.74306,8.99904\n5702,1645522793,47.74306,8.99904\n5703,1645522794,47.74306,8.99904\n5704,1645522795,47.74306,8.99904\n5705,1645522796,47.74306,8.99904\n5706,1645522797,47.74306,8.99904\n5707,1645522798,47.74306,8.99904\n5708,1645522799,47.74306,8.99904\n5709,1645522800,47.74306,8.99904\n5710,1645522801,47.74306,8.99904\n5711,1645522802,47.74306,8.99904\n5712,1645522803,47.74306,8.99904\n5713,1645522804,47.74306,8.99904\n5714,1645522805,47.74306,8.99904\n5715,1645522806,47.74306,8.99904\n5716,1645522807,47.74306,8.99904\n5717,1645522808,47.74306,8.99904\n5718,1645522809,47.74306,8.99904\n5719,1645522810,47.74306,8.99904\n5720,1645522811,47.74306,8.99904\n5721,1645522812,47.74306,8.99904\n5722,1645522813,47.74306,8.99904\n5723,1645522814,47.74306,8.99904\n5724,1645522815,47.74306,8.99904\n5725,1645522816,47.74306,8.99904\n5726,1645522817,47.74306,8.99904\n5727,1645522818,47.74306,8.99904\n5728,1645522819,47.74306,8.99904\n5729,1645522820,47.74306,8.99903\n5730,1645522821,47.74306,8.99903\n5731,1645522822,47.74306,8.99903\n5732,1645522823,47.74306,8.99903\n5733,1645522824,47.74306,8.99903\n5734,1645522825,47.74306,8.99903\n5735,1645522826,47.74306,8.99903\n5736,1645522827,47.74306,8.99903\n5737,1645522828,47.74306,8.99903\n5738,1645522829,47.74306,8.99903\n5739,1645522830,47.74306,8.99903\n5740,1645522831,47.74306,8.99903\n5741,1645522832,47.74306,8.99903\n5742,1645522833,47.74306,8.99903\n5743,1645522834,47.74306,8.99903\n5744,1645522835,47.74306,8.99903\n5745,1645522836,47.74306,8.99903\n5746,1645522837,47.74306,8.99903\n5747,1645522838,47.74306,8.99903\n5748,1645522839,47.74306,8.99903\n5749,1645522840,47.74306,8.99903\n5750,1645522841,47.74306,8.99903\n5751,1645522842,47.74306,8.99903\n5752,1645522843,47.74306,8.99903\n5753,1645522844,47.74306,8.99903\n5754,1645522845,47.74306,8.99903\n5755,1645522846,47.74306,8.99903\n5756,1645522847,47.74306,8.99903\n5757,1645522848,47.74306,8.99903\n5758,1645522849,47.74306,8.99903\n5759,1645522850,47.74306,8.99903\n5760,1645522851,47.74306,8.99903\n5761,1645522852,47.74306,8.99903\n5762,1645522853,47.74306,8.99903\n5763,1645522854,47.74306,8.99903\n5764,1645522855,47.74306,8.99903\n5765,1645522856,47.74306,8.99903\n5766,1645522857,47.74306,8.99903\n5767,1645522858,47.74306,8.99903\n5768,1645522859,47.74306,8.99903\n5769,1645522860,47.74306,8.99903\n5770,1645522861,47.74306,8.99903\n5771,1645522862,47.74306,8.99903\n5772,1645522863,47.74306,8.99903\n5773,1645522864,47.74306,8.99903\n5774,1645522865,47.74306,8.99903\n5775,1645522866,47.74306,8.99903\n5776,1645522867,47.74306,8.99903\n5777,1645522868,47.74306,8.99903\n5778,1645522869,47.74306,8.99903\n5779,1645522870,47.74306,8.99903\n5780,1645522871,47.74306,8.99903\n5781,1645522872,47.74306,8.99903\n5782,1645522873,47.74306,8.99903\n5783,1645522874,47.74306,8.99903\n5784,1645522875,47.74306,8.99903\n5785,1645522876,47.74306,8.99903\n5786,1645522877,47.74306,8.99903\n5787,1645522878,47.74306,8.99903\n5788,1645522879,47.74306,8.99903\n5789,1645522880,47.74306,8.99903\n5790,1645522881,47.74306,8.99903\n5791,1645522882,47.74306,8.99903\n5792,1645522883,47.74306,8.99903\n5793,1645522884,47.74306,8.99903\n5794,1645522885,47.74306,8.99903\n5795,1645522886,47.74306,8.99903\n5796,1645522887,47.74306,8.99903\n5797,1645522888,47.74306,8.99903\n5798,1645522889,47.74306,8.99903\n5799,1645522890,47.74306,8.99903\n5800,1645522891,47.74306,8.99903\n5801,1645522892,47.74306,8.99903\n5802,1645522893,47.74306,8.99903\n5803,1645522894,47.74306,8.99903\n5804,1645522895,47.74306,8.99903\n5805,1645522896,47.74306,8.99903\n5806,1645522897,47.74306,8.99903\n5807,1645522898,47.74306,8.99903\n5808,1645522899,47.74306,8.99903\n5809,1645522900,47.74306,8.99903\n5810,1645522901,47.74306,8.99903\n5811,1645522902,47.74306,8.99903\n5812,1645522903,47.74306,8.99904\n5813,1645522904,47.74306,8.99904\n5814,1645522905,47.74306,8.99904\n5815,1645522906,47.74306,8.99904\n5816,1645522907,47.74307,8.99904\n5817,1645522908,47.74307,8.99904\n5818,1645522909,47.74307,8.99904\n5819,1645522910,47.74307,8.99904\n5820,1645522911,47.74307,8.99905\n5821,1645522912,47.74307,8.99905\n5822,1645522913,47.74307,8.99905\n5823,1645522914,47.74307,8.99905\n5824,1645522915,47.74307,8.99905\n5825,1645522916,47.74307,8.99905\n5826,1645522917,47.74307,8.99905\n5827,1645522918,47.74307,8.99905\n5828,1645522919,47.74307,8.99905\n5829,1645522920,47.74307,8.99905\n5830,1645522921,47.74307,8.99905\n5831,1645522922,47.74307,8.99905\n5832,1645522923,47.74307,8.99905\n5833,1645522924,47.74307,8.99905\n5834,1645522925,47.74307,8.99905\n5835,1645522926,47.74307,8.99905\n5836,1645522927,47.74307,8.99905\n5837,1645522928,47.74307,8.99905\n5838,1645522929,47.74307,8.99905\n5839,1645522930,47.74307,8.99905\n5840,1645522931,47.74307,8.99905\n5841,1645522932,47.74307,8.99905\n5842,1645522933,47.74307,8.99905\n5843,1645522934,47.74307,8.99905\n5844,1645522935,47.74307,8.99905\n5845,1645522936,47.74307,8.99905\n5846,1645522937,47.74307,8.99905\n5847,1645522938,47.74307,8.99905\n5848,1645522939,47.74307,8.99905\n5849,1645522940,47.74307,8.99905\n5850,1645522941,47.74307,8.99905\n5851,1645522942,47.74307,8.99905\n5852,1645522943,47.74307,8.99905\n5853,1645522944,47.74307,8.99905\n5854,1645522945,47.74307,8.99905\n5855,1645522946,47.74307,8.99905\n5856,1645522947,47.74307,8.99905\n5857,1645522948,47.74307,8.99905\n5858,1645522949,47.74307,8.99905\n5859,1645522950,47.74307,8.99905\n5860,1645522951,47.74307,8.99905\n5861,1645522952,47.74307,8.99905\n5862,1645522953,47.74307,8.99905\n5863,1645522954,47.74307,8.99905\n5864,1645522955,47.74307,8.99905\n5865,1645522956,47.74307,8.99905\n5866,1645522957,47.74307,8.99905\n5867,1645522958,47.74307,8.99905\n5868,1645522959,47.74307,8.99905\n5869,1645522960,47.74307,8.99905\n5870,1645522961,47.74307,8.99905\n5871,1645522962,47.74307,8.99905\n5872,1645522963,47.74307,8.99905\n5873,1645522964,47.74307,8.99905\n5874,1645522965,47.74307,8.99905\n5875,1645522966,47.74307,8.99905\n5876,1645522967,47.74307,8.99905\n5877,1645522968,47.74307,8.99905\n5878,1645522969,47.74307,8.99905\n5879,1645522970,47.74307,8.99905\n5880,1645522971,47.74307,8.99905\n5881,1645522972,47.74307,8.99905\n5882,1645522973,47.74307,8.99905\n5883,1645522974,47.74307,8.99905\n5884,1645522975,47.74307,8.99905\n5885,1645522976,47.74307,8.99905\n5886,1645522977,47.74307,8.99905\n5887,1645522978,47.74307,8.99905\n5888,1645522979,47.74307,8.99905\n5889,1645522980,47.74307,8.99905\n5890,1645522981,47.74307,8.99905\n5891,1645522982,47.74308,8.99905\n5892,1645522983,47.74308,8.99905\n5893,1645522984,47.74308,8.99905\n5894,1645522985,47.74308,8.99906\n5895,1645522986,47.74308,8.99906\n5896,1645522987,47.74308,8.99906\n5897,1645522988,47.74308,8.99906\n5898,1645522989,47.74308,8.99906\n5899,1645522990,47.74308,8.99906\n5900,1645522991,47.74308,8.99906\n5901,1645522992,47.74308,8.99906\n5902,1645522993,47.74308,8.99906\n5903,1645522994,47.74308,8.99906\n5904,1645522995,47.74308,8.99906\n5905,1645522996,47.74308,8.99906\n5906,1645522997,47.74308,8.99906\n5907,1645522998,47.74308,8.99906\n5908,1645522999,47.74308,8.99906\n5909,1645523000,47.74308,8.99906\n5910,1645523001,47.74308,8.99906\n5911,1645523002,47.74308,8.99906\n5912,1645523003,47.74308,8.99906\n5913,1645523004,47.74308,8.99906\n5914,1645523005,47.74308,8.99906\n5915,1645523006,47.74308,8.99906\n5916,1645523007,47.74308,8.99906\n5917,1645523008,47.74308,8.99906\n5918,1645523009,47.74308,8.99906\n5919,1645523010,47.74308,8.99906\n5920,1645523011,47.74308,8.99906\n5921,1645523012,47.74308,8.99906\n5922,1645523013,47.74308,8.99906\n5923,1645523014,47.74308,8.99906\n5924,1645523015,47.74308,8.99906\n5925,1645523016,47.74308,8.99906\n5926,1645523017,47.74308,8.99906\n5927,1645523018,47.74308,8.99906\n5928,1645523019,47.74308,8.99906\n5929,1645523020,47.74308,8.99906\n5930,1645523021,47.74308,8.99906\n5931,1645523022,47.74308,8.99906\n5932,1645523023,47.74308,8.99906\n5933,1645523024,47.74308,8.99906\n5934,1645523025,47.74308,8.99906\n5935,1645523026,47.74308,8.99906\n5936,1645523027,47.74308,8.99906\n5937,1645523028,47.74308,8.99906\n5938,1645523029,47.74308,8.99906\n5939,1645523030,47.74308,8.99906\n5940,1645523031,47.74308,8.99906\n5941,1645523032,47.74308,8.99906\n5942,1645523033,47.74308,8.99906\n5943,1645523034,47.74308,8.99906\n5944,1645523035,47.74308,8.99906\n5945,1645523036,47.74308,8.99906\n5946,1645523037,47.74308,8.99906\n5947,1645523038,47.74308,8.99906\n5948,1645523039,47.74308,8.99906\n5949,1645523040,47.74308,8.99906\n5950,1645523041,47.74308,8.99906\n5951,1645523042,47.74308,8.99906\n5952,1645523043,47.74308,8.99906\n5953,1645523044,47.74308,8.99906\n5954,1645523045,47.74308,8.99906\n5955,1645523046,47.74308,8.99906\n5956,1645523047,47.74308,8.99906\n5957,1645523048,47.74308,8.99906\n5958,1645523049,47.74308,8.99906\n5959,1645523050,47.74308,8.99906\n5960,1645523051,47.74308,8.99906\n5961,1645523052,47.74308,8.99906\n5962,1645523053,47.74308,8.99906\n5963,1645523054,47.74308,8.99906\n5964,1645523055,47.74308,8.99906\n5965,1645523056,47.74308,8.99906\n5966,1645523057,47.74308,8.99906\n5967,1645523058,47.74308,8.99906\n5968,1645523059,47.74308,8.99906\n5969,1645523060,47.74308,8.99906\n5970,1645523061,47.74308,8.99906\n5971,1645523062,47.74308,8.99906\n5972,1645523063,47.74308,8.99906\n5973,1645523064,47.74308,8.99906\n5974,1645523065,47.74308,8.99906\n5975,1645523066,47.74308,8.99906\n5976,1645523067,47.74308,8.99906\n5977,1645523068,47.74308,8.99906\n5978,1645523069,47.74307,8.99905\n5979,1645523070,47.74307,8.99904\n5980,1645523071,47.74306,8.99904\n5981,1645523072,47.74306,8.99904\n5982,1645523073,47.74306,8.99904\n5983,1645523074,47.74306,8.99904\n5984,1645523075,47.74306,8.99904\n5985,1645523076,47.74306,8.99904\n5986,1645523077,47.74306,8.99904\n5987,1645523078,47.74306,8.99904\n5988,1645523079,47.74306,8.99904\n5989,1645523080,47.74306,8.99904\n5990,1645523081,47.74306,8.99904\n5991,1645523082,47.74306,8.99904\n5992,1645523083,47.74306,8.99904\n5993,1645523084,47.74306,8.99904\n5994,1645523085,47.74306,8.99904\n5995,1645523086,47.74306,8.99903\n5996,1645523087,47.74306,8.99904\n5997,1645523088,47.74306,8.99903\n5998,1645523089,47.74306,8.99903\n5999,1645523090,47.74306,8.99903\n6000,1645523091,47.74306,8.99903\n6001,1645523092,47.74306,8.99903\n6002,1645523093,47.74306,8.99903\n6003,1645523094,47.74306,8.99903\n6004,1645523095,47.74306,8.99903\n6005,1645523096,47.74306,8.99903\n6006,1645523097,47.74306,8.99903\n6007,1645523098,47.74306,8.99903\n6008,1645523099,47.74306,8.99903\n6009,1645523100,47.74306,8.99903\n6010,1645523101,47.74306,8.99903\n6011,1645523102,47.74306,8.99903\n6012,1645523103,47.74306,8.99903\n6013,1645523104,47.74306,8.99903\n6014,1645523105,47.74306,8.99903\n6015,1645523106,47.74306,8.99903\n6016,1645523107,47.74306,8.99903\n6017,1645523108,47.74306,8.99903\n6018,1645523109,47.74306,8.99903\n6019,1645523110,47.74306,8.99903\n6020,1645523111,47.74306,8.99903\n6021,1645523112,47.74306,8.99903\n6022,1645523113,47.74306,8.99903\n6023,1645523114,47.74306,8.99903\n6024,1645523115,47.74306,8.99903\n6025,1645523116,47.74306,8.99903\n6026,1645523117,47.74306,8.99903\n6027,1645523118,47.74306,8.99903\n6028,1645523119,47.74306,8.99903\n6029,1645523120,47.74306,8.99903\n6030,1645523121,47.74306,8.99903\n6031,1645523122,47.74306,8.99903\n6032,1645523123,47.74306,8.99903\n6033,1645523124,47.74306,8.99903\n6034,1645523125,47.74306,8.99903\n6035,1645523126,47.74306,8.99903\n6036,1645523127,47.74306,8.99903\n6037,1645523128,47.74306,8.99903\n6038,1645523129,47.74306,8.99903\n6039,1645523130,47.74306,8.99903\n6040,1645523131,47.74306,8.99903\n6041,1645523132,47.74306,8.99903\n6042,1645523133,47.74306,8.99903\n6043,1645523134,47.74306,8.99903\n6044,1645523135,47.74306,8.99903\n6045,1645523136,47.74306,8.99903\n6046,1645523137,47.74306,8.99903\n6047,1645523138,47.74306,8.99903\n6048,1645523139,47.74306,8.99903\n6049,1645523140,47.74306,8.99903\n6050,1645523141,47.74306,8.99903\n6051,1645523142,47.74306,8.99903\n6052,1645523143,47.74306,8.99903\n6053,1645523144,47.74306,8.99903\n6054,1645523145,47.74306,8.99903\n6055,1645523146,47.74306,8.99903\n6056,1645523147,47.74306,8.99903\n6057,1645523148,47.74306,8.99903\n6058,1645523149,47.74306,8.99903\n6059,1645523150,47.74306,8.99903\n6060,1645523151,47.74306,8.99903\n6061,1645523152,47.74306,8.99903\n6062,1645523153,47.74306,8.99903\n6063,1645523154,47.74306,8.99903\n6064,1645523155,47.74306,8.99903\n6065,1645523156,47.74306,8.99903\n6066,1645523157,47.74306,8.99903\n6067,1645523158,47.74306,8.99903\n6068,1645523159,47.74306,8.99903\n6069,1645523160,47.74306,8.99903\n6070,1645523161,47.74306,8.99903\n6071,1645523162,47.74306,8.99903\n6072,1645523163,47.74306,8.99903\n6073,1645523164,47.74306,8.99903\n6074,1645523165,47.74306,8.99903\n6075,1645523166,47.74306,8.99903\n6076,1645523167,47.74306,8.99903\n6077,1645523168,47.74306,8.99903\n6078,1645523169,47.74306,8.99903\n6079,1645523170,47.74306,8.99903\n6080,1645523171,47.74306,8.99903\n6081,1645523172,47.74306,8.99903\n6082,1645523173,47.74306,8.99903\n6083,1645523174,47.74306,8.99903\n6084,1645523175,47.74306,8.99903\n6085,1645523176,47.74306,8.99903\n6086,1645523177,47.74306,8.99903\n6087,1645523178,47.74306,8.99903\n6088,1645523179,47.74306,8.99903\n6089,1645523180,47.74306,8.99903\n6090,1645523181,47.74306,8.99903\n6091,1645523182,47.74306,8.99903\n6092,1645523183,47.74306,8.99903\n6093,1645523184,47.74306,8.99903\n6094,1645523185,47.74306,8.99903\n6095,1645523186,47.74306,8.99903\n6096,1645523187,47.74306,8.99903\n6097,1645523188,47.74306,8.99903\n6098,1645523189,47.74306,8.99903\n6099,1645523190,47.74306,8.99903\n6100,1645523191,47.74306,8.99903\n6101,1645523192,47.74306,8.99903\n6102,1645523193,47.74306,8.99903\n6103,1645523194,47.74306,8.99903\n6104,1645523195,47.74306,8.99903\n6105,1645523196,47.74306,8.99903\n6106,1645523197,47.74306,8.99903\n6107,1645523198,47.74306,8.99903\n6108,1645523199,47.74306,8.99903\n6109,1645523200,47.74306,8.99903\n6110,1645523201,47.74306,8.99903\n6111,1645523202,47.74306,8.99903\n6112,1645523203,47.74306,8.99903\n6113,1645523204,47.74306,8.99903\n6114,1645523205,47.74306,8.99903\n6115,1645523206,47.74306,8.99903\n6116,1645523207,47.74306,8.99903\n6117,1645523208,47.74306,8.99903\n6118,1645523209,47.74306,8.99903\n6119,1645523210,47.74306,8.99903\n6120,1645523211,47.74306,8.99903\n6121,1645523212,47.74306,8.99903\n6122,1645523213,47.74306,8.99903\n6123,1645523214,47.74306,8.99903\n6124,1645523215,47.74306,8.99903\n6125,1645523216,47.74306,8.99903\n6126,1645523217,47.74306,8.99903\n6127,1645523218,47.74306,8.99903\n6128,1645523219,47.74306,8.99903\n6129,1645523220,47.74306,8.99903\n6130,1645523221,47.74306,8.99903\n6131,1645523222,47.74306,8.99903\n6132,1645523223,47.74306,8.99903\n6133,1645523224,47.74306,8.99903\n6134,1645523225,47.74306,8.99903\n6135,1645523226,47.74306,8.99903\n6136,1645523227,47.74306,8.99903\n6137,1645523228,47.74306,8.99903\n6138,1645523229,47.74306,8.99903\n6139,1645523230,47.74306,8.99903\n6140,1645523231,47.74306,8.99903\n6141,1645523232,47.74306,8.99903\n6142,1645523233,47.74306,8.99903\n6143,1645523234,47.74306,8.99903\n6144,1645523235,47.74306,8.99903\n6145,1645523236,47.74306,8.99903\n6146,1645523237,47.74306,8.99903\n6147,1645523238,47.74306,8.99903\n6148,1645523239,47.74306,8.99903\n6149,1645523240,47.74306,8.99903\n6150,1645523241,47.74306,8.99903\n6151,1645523242,47.74306,8.99903\n6152,1645523243,47.74306,8.99903\n6153,1645523244,47.74306,8.99903\n6154,1645523245,47.74306,8.99903\n6155,1645523246,47.74306,8.99903\n6156,1645523247,47.74306,8.99903\n6157,1645523248,47.74306,8.99903\n6158,1645523249,47.74306,8.99903\n6159,1645523250,47.74306,8.99903\n6160,1645523251,47.74306,8.99903\n6161,1645523252,47.74306,8.99903\n6162,1645523253,47.74306,8.99903\n6163,1645523254,47.74306,8.99903\n6164,1645523255,47.74306,8.99903\n6165,1645523256,47.74306,8.99903\n6166,1645523257,47.74306,8.99903\n6167,1645523258,47.74306,8.99903\n6168,1645523259,47.74306,8.99903\n6169,1645523260,47.74306,8.99903\n6170,1645523261,47.74306,8.99903\n6171,1645523262,47.74306,8.99903\n6172,1645523263,47.74306,8.99903\n6173,1645523264,47.74306,8.99903\n6174,1645523265,47.74306,8.99903\n6175,1645523266,47.74306,8.99903\n6176,1645523267,47.74306,8.99903\n6177,1645523268,47.74306,8.99903\n6178,1645523269,47.74306,8.99903\n6179,1645523270,47.74306,8.99903\n6180,1645523271,47.74306,8.99903\n6181,1645523272,47.74306,8.99903\n6182,1645523273,47.74306,8.99903\n6183,1645523274,47.74306,8.99903\n6184,1645523275,47.74306,8.99903\n6185,1645523276,47.74306,8.99903\n6186,1645523277,47.74306,8.99903\n6187,1645523278,47.74306,8.99903\n6188,1645523279,47.74306,8.99903\n6189,1645523280,47.74306,8.99903\n6190,1645523281,47.74306,8.99903\n6191,1645523282,47.74306,8.99903\n6192,1645523283,47.74306,8.99903\n6193,1645523284,47.74306,8.99903\n6194,1645523285,47.74306,8.99903\n6195,1645523286,47.74306,8.99903\n6196,1645523287,47.74306,8.99903\n6197,1645523288,47.74306,8.99903\n6198,1645523289,47.74306,8.99903\n6199,1645523290,47.74306,8.99903\n6200,1645523291,47.74306,8.99903\n6201,1645523292,47.74306,8.99903\n6202,1645523293,47.74306,8.99903\n6203,1645523294,47.74306,8.99903\n6204,1645523295,47.74306,8.99903\n6205,1645523296,47.74306,8.99903\n6206,1645523297,47.74306,8.99903\n6207,1645523298,47.74306,8.99903\n6208,1645523299,47.74306,8.99903\n6209,1645523300,47.74306,8.99903\n6210,1645523301,47.74306,8.99903\n6211,1645523302,47.74306,8.99903\n6212,1645523303,47.74306,8.99903\n6213,1645523304,47.74306,8.99903\n6214,1645523305,47.74306,8.99903\n6215,1645523306,47.74306,8.99903\n6216,1645523307,47.74306,8.99903\n6217,1645523308,47.74306,8.99903\n6218,1645523309,47.74306,8.99903\n6219,1645523310,47.74306,8.99903\n6220,1645523311,47.74306,8.99903\n6221,1645523312,47.74306,8.99903\n6222,1645523313,47.74306,8.99903\n6223,1645523314,47.74306,8.99903\n6224,1645523315,47.74306,8.99903\n6225,1645523316,47.74306,8.99903\n6226,1645523317,47.74306,8.99903\n6227,1645523318,47.74306,8.99903\n6228,1645523319,47.74306,8.99903\n6229,1645523320,47.74306,8.99903\n6230,1645523321,47.74306,8.99903\n6231,1645523322,47.74306,8.99903\n6232,1645523323,47.74306,8.99903\n6233,1645523324,47.74306,8.99903\n6234,1645523325,47.74306,8.99903\n6235,1645523326,47.74306,8.99903\n6236,1645523327,47.74306,8.99903\n6237,1645523328,47.74306,8.99903\n6238,1645523329,47.74306,8.99903\n6239,1645523330,47.74306,8.99903\n6240,1645523331,47.74306,8.99903\n6241,1645523332,47.74306,8.99903\n6242,1645523333,47.74306,8.99903\n6243,1645523334,47.74306,8.99903\n6244,1645523335,47.74306,8.99903\n6245,1645523336,47.74306,8.99903\n6246,1645523337,47.74306,8.99903\n6247,1645523338,47.74306,8.99903\n6248,1645523339,47.74306,8.99903\n6249,1645523340,47.74306,8.99903\n6250,1645523341,47.74306,8.99903\n6251,1645523342,47.74306,8.99903\n6252,1645523343,47.74306,8.99903\n6253,1645523344,47.74306,8.99903\n6254,1645523345,47.74306,8.99903\n6255,1645523346,47.74306,8.99903\n6256,1645523347,47.74306,8.99903\n6257,1645523348,47.74306,8.99903\n6258,1645523349,47.74306,8.99903\n6259,1645523350,47.74306,8.99903\n6260,1645523351,47.74306,8.99903\n6261,1645523352,47.74306,8.99903\n6262,1645523353,47.74306,8.99903\n6263,1645523354,47.74306,8.99903\n6264,1645523355,47.74306,8.99903\n6265,1645523356,47.74306,8.99903\n6266,1645523357,47.74306,8.99903\n6267,1645523358,47.74306,8.99903\n6268,1645523359,47.74306,8.99903\n6269,1645523360,47.74306,8.99903\n6270,1645523361,47.74306,8.99903\n6271,1645523362,47.74306,8.99903\n6272,1645523363,47.74306,8.99903\n6273,1645523364,47.74306,8.99903\n6274,1645523365,47.74306,8.99903\n6275,1645523366,47.74306,8.99903\n6276,1645523367,47.74306,8.99903\n6277,1645523368,47.74306,8.99903\n6278,1645523369,47.74306,8.99903\n6279,1645523370,47.74306,8.99903\n6280,1645523371,47.74306,8.99903\n6281,1645523372,47.74306,8.99903\n6282,1645523373,47.74306,8.99903\n6283,1645523374,47.74306,8.99903\n6284,1645523375,47.74306,8.99903\n6285,1645523376,47.74306,8.99903\n6286,1645523377,47.74306,8.99903\n6287,1645523378,47.74306,8.99903\n6288,1645523379,47.74306,8.99903\n6289,1645523380,47.74306,8.99903\n6290,1645523381,47.74306,8.99903\n6291,1645523382,47.74306,8.99903\n6292,1645523383,47.74306,8.99903\n6293,1645523384,47.74306,8.99903\n6294,1645523385,47.74306,8.99903\n6295,1645523386,47.74306,8.99903\n6296,1645523387,47.74306,8.99903\n6297,1645523388,47.74306,8.99903\n6298,1645523389,47.74306,8.99903\n6299,1645523390,47.74306,8.99903\n6300,1645523391,47.74306,8.99903\n6301,1645523392,47.74306,8.99903\n6302,1645523393,47.74306,8.99903\n6303,1645523394,47.74306,8.99903\n6304,1645523395,47.74306,8.99903\n6305,1645523396,47.74306,8.99903\n6306,1645523397,47.74306,8.99903\n6307,1645523398,47.74306,8.99903\n6308,1645523399,47.74306,8.99903\n6309,1645523400,47.74306,8.99903\n6310,1645523401,47.74306,8.99903\n6311,1645523402,47.74306,8.99903\n6312,1645523403,47.74306,8.99903\n6313,1645523404,47.74306,8.99903\n6314,1645523405,47.74306,8.99903\n6315,1645523406,47.74306,8.99903\n6316,1645523407,47.74306,8.99903\n6317,1645523408,47.74306,8.99903\n6318,1645523409,47.74306,8.99903\n6319,1645523410,47.74306,8.99903\n6320,1645523411,47.74306,8.99903\n6321,1645523412,47.74306,8.99903\n6322,1645523413,47.74306,8.99903\n6323,1645523414,47.74306,8.99903\n6324,1645523415,47.74306,8.99903\n6325,1645523416,47.74306,8.99903\n6326,1645523417,47.74306,8.99903\n6327,1645523418,47.74306,8.99903\n6328,1645523419,47.74306,8.99903\n6329,1645523420,47.74306,8.99903\n6330,1645523421,47.74306,8.99903\n6331,1645523422,47.74306,8.99903\n6332,1645523423,47.74306,8.99903\n6333,1645523424,47.74306,8.99903\n6334,1645523425,47.74306,8.99903\n6335,1645523426,47.74306,8.99903\n6336,1645523427,47.74306,8.99903\n6337,1645523428,47.74306,8.99903\n6338,1645523429,47.74306,8.99903\n6339,1645523430,47.74306,8.99903\n6340,1645523431,47.74306,8.99903\n6341,1645523432,47.74306,8.99903\n6342,1645523433,47.74306,8.99903\n6343,1645523434,47.74306,8.99903\n6344,1645523435,47.74306,8.99903\n6345,1645523436,47.74306,8.99903\n6346,1645523437,47.74306,8.99903\n6347,1645523438,47.74306,8.99903\n6348,1645523439,47.74306,8.99903\n6349,1645523440,47.74306,8.99903\n6350,1645523441,47.74306,8.99903\n6351,1645523442,47.74306,8.99903\n6352,1645523443,47.74306,8.99903\n6353,1645523444,47.74306,8.99903\n6354,1645523445,47.74306,8.99903\n6355,1645523446,47.74306,8.99903\n6356,1645523447,47.74306,8.99903\n6357,1645523448,47.74306,8.99903\n6358,1645523449,47.74306,8.99903\n6359,1645523450,47.74306,8.99903\n6360,1645523451,47.74306,8.99903\n6361,1645523452,47.74306,8.99903\n6362,1645523453,47.74306,8.99903\n6363,1645523454,47.74306,8.99903\n6364,1645523455,47.74306,8.99903\n6365,1645523456,47.74306,8.99903\n6366,1645523457,47.74306,8.99903\n6367,1645523458,47.74306,8.99903\n6368,1645523459,47.74306,8.99903\n6369,1645523460,47.74306,8.99903\n6370,1645523461,47.74306,8.99903\n6371,1645523462,47.74306,8.99903\n6372,1645523463,47.74306,8.99903\n6373,1645523464,47.74306,8.99903\n6374,1645523465,47.74306,8.99903\n6375,1645523466,47.74306,8.99903\n6376,1645523467,47.74306,8.99903\n6377,1645523468,47.74306,8.99903\n6378,1645523469,47.74306,8.99903\n6379,1645523470,47.74306,8.99903\n6380,1645523471,47.74306,8.99903\n6381,1645523472,47.74306,8.99903\n6382,1645523473,47.74306,8.99903\n6383,1645523474,47.74306,8.99903\n6384,1645523475,47.74306,8.99903\n6385,1645523476,47.74306,8.99903\n6386,1645523477,47.74306,8.99903\n6387,1645523478,47.74306,8.99903\n6388,1645523479,47.74306,8.99903\n6389,1645523480,47.74306,8.99903\n6390,1645523481,47.74306,8.99903\n6391,1645523482,47.74306,8.99903\n6392,1645523483,47.74306,8.99903\n6393,1645523484,47.74306,8.99903\n6394,1645523485,47.74306,8.99903\n6395,1645523486,47.74306,8.99903\n6396,1645523487,47.74306,8.99903\n6397,1645523488,47.74306,8.99903\n6398,1645523489,47.74306,8.99903\n6399,1645523490,47.74306,8.99903\n6400,1645523491,47.74306,8.99903\n6401,1645523492,47.74306,8.99903\n6402,1645523493,47.74306,8.99903\n6403,1645523494,47.74306,8.99903\n6404,1645523495,47.74306,8.99903\n6405,1645523496,47.74306,8.99903\n6406,1645523497,47.74306,8.99903\n6407,1645523498,47.74306,8.99903\n6408,1645523499,47.74306,8.99903\n6409,1645523500,47.74306,8.99903\n6410,1645523501,47.74306,8.99903\n6411,1645523502,47.74306,8.99903\n6412,1645523503,47.74306,8.99903\n6413,1645523504,47.74306,8.99903\n6414,1645523505,47.74306,8.99903\n6415,1645523506,47.74306,8.99903\n6416,1645523507,47.74306,8.99903\n6417,1645523508,47.74306,8.99903\n6418,1645523509,47.74306,8.99903\n6419,1645523510,47.74306,8.99903\n6420,1645523511,47.74306,8.99903\n6421,1645523512,47.74306,8.99903\n6422,1645523513,47.74306,8.99903\n6423,1645523514,47.74306,8.99903\n6424,1645523515,47.74306,8.99903\n6425,1645523516,47.74306,8.99903\n6426,1645523517,47.74306,8.99903\n6427,1645523518,47.74306,8.99903\n6428,1645523519,47.74306,8.99903\n6429,1645523520,47.74306,8.99903\n6430,1645523521,47.74306,8.99903\n6431,1645523522,47.74306,8.99903\n6432,1645523523,47.74306,8.99903\n6433,1645523524,47.74306,8.99903\n6434,1645523525,47.74306,8.99903\n6435,1645523526,47.74306,8.99903\n6436,1645523527,47.74306,8.99903\n6437,1645523528,47.74306,8.99903\n6438,1645523529,47.74306,8.99903\n6439,1645523530,47.74306,8.99903\n6440,1645523531,47.74306,8.99903\n6441,1645523532,47.74306,8.99903\n6442,1645523533,47.74306,8.99903\n6443,1645523534,47.74306,8.99903\n6444,1645523535,47.74306,8.99903\n6445,1645523536,47.74306,8.99903\n6446,1645523537,47.74306,8.99903\n6447,1645523538,47.74306,8.99903\n6448,1645523539,47.74306,8.99903\n6449,1645523540,47.74306,8.99903\n6450,1645523541,47.74306,8.99903\n6451,1645523542,47.74306,8.99903\n6452,1645523543,47.74306,8.99903\n6453,1645523544,47.74306,8.99903\n6454,1645523545,47.74306,8.99903\n6455,1645523546,47.74306,8.99903\n6456,1645523547,47.74306,8.99903\n6457,1645523548,47.74306,8.99903\n6458,1645523549,47.74306,8.99903\n6459,1645523550,47.74306,8.99903\n6460,1645523551,47.74306,8.99903\n6461,1645523552,47.74306,8.99903\n6462,1645523553,47.74306,8.99903\n6463,1645523554,47.74306,8.99903\n6464,1645523555,47.74306,8.99903\n6465,1645523556,47.74306,8.99903\n6466,1645523557,47.74306,8.99903\n6467,1645523558,47.74306,8.99903\n6468,1645523559,47.74306,8.99903\n6469,1645523560,47.74306,8.99903\n6470,1645523561,47.74306,8.99903\n6471,1645523562,47.74306,8.99903\n6472,1645523563,47.74306,8.99903\n6473,1645523564,47.74306,8.99903\n6474,1645523565,47.74306,8.99903\n6475,1645523566,47.74306,8.99903\n6476,1645523567,47.74306,8.99903\n6477,1645523568,47.74306,8.99903\n6478,1645523569,47.74306,8.99903\n6479,1645523570,47.74306,8.99903\n6480,1645523571,47.74306,8.99903\n6481,1645523572,47.74306,8.99903\n6482,1645523573,47.74306,8.99903\n6483,1645523574,47.74306,8.99903\n6484,1645523575,47.74306,8.99903\n6485,1645523576,47.74306,8.99903\n6486,1645523577,47.74306,8.99903\n6487,1645523578,47.74306,8.99903\n6488,1645523579,47.74306,8.99903\n6489,1645523580,47.74306,8.99903\n6490,1645523581,47.74306,8.99903\n6491,1645523582,47.74306,8.99903\n6492,1645523583,47.74306,8.99903\n6493,1645523584,47.74306,8.99903\n6494,1645523585,47.74306,8.99903\n6495,1645523586,47.74306,8.99903\n6496,1645523587,47.74306,8.99903\n6497,1645523588,47.74306,8.99903\n6498,1645523589,47.74306,8.99903\n6499,1645523590,47.74306,8.99903\n6500,1645523591,47.74306,8.99903\n6501,1645523592,47.74306,8.99902\n6502,1645523593,47.74306,8.99902\n6503,1645523594,47.74306,8.99902\n6504,1645523595,47.74306,8.99902\n6505,1645523596,47.74306,8.99902\n6506,1645523597,47.74306,8.99902\n6507,1645523598,47.74306,8.99902\n6508,1645523599,47.74306,8.99902\n6509,1645523600,47.74306,8.99902\n6510,1645523601,47.74306,8.99902\n6511,1645523602,47.74306,8.99902\n6512,1645523603,47.74306,8.99902\n6513,1645523604,47.74306,8.99902\n6514,1645523605,47.74306,8.99902\n6515,1645523606,47.74306,8.99902\n6516,1645523607,47.74306,8.99902\n6517,1645523608,47.74306,8.99902\n6518,1645523609,47.74306,8.99902\n6519,1645523610,47.74306,8.99902\n6520,1645523611,47.74306,8.99902\n6521,1645523612,47.74306,8.99902\n6522,1645523613,47.74306,8.99902\n6523,1645523614,47.74306,8.99902\n6524,1645523615,47.74306,8.99902\n6525,1645523616,47.74306,8.99902\n6526,1645523617,47.74306,8.99902\n6527,1645523618,47.74306,8.99902\n6528,1645523619,47.74306,8.99902\n6529,1645523620,47.74306,8.99902\n6530,1645523621,47.74306,8.99902\n6531,1645523622,47.74306,8.99902\n6532,1645523623,47.74306,8.99902\n6533,1645523624,47.74306,8.99902\n6534,1645523625,47.74306,8.99902\n6535,1645523626,47.74306,8.99902\n6536,1645523627,47.74306,8.99902\n6537,1645523628,47.74306,8.99902\n6538,1645523629,47.74306,8.99902\n6539,1645523630,47.74306,8.99902\n6540,1645523631,47.74306,8.99902\n6541,1645523632,47.74306,8.99902\n6542,1645523633,47.74306,8.99902\n6543,1645523634,47.74306,8.99902\n6544,1645523635,47.74306,8.99902\n6545,1645523636,47.74306,8.99902\n6546,1645523637,47.74306,8.99902\n6547,1645523638,47.74306,8.99902\n6548,1645523639,47.74306,8.99902\n6549,1645523640,47.74306,8.99902\n6550,1645523641,47.74306,8.99902\n6551,1645523642,47.74306,8.99902\n6552,1645523643,47.74306,8.99902\n6553,1645523644,47.74306,8.99902\n6554,1645523645,47.74306,8.99902\n6555,1645523646,47.74306,8.99902\n6556,1645523647,47.74306,8.99902\n6557,1645523648,47.74306,8.99902\n6558,1645523649,47.74306,8.99902\n6559,1645523650,47.74306,8.99902\n6560,1645523651,47.74306,8.99902\n6561,1645523652,47.74306,8.99902\n6562,1645523653,47.74306,8.99902\n6563,1645523654,47.74305,8.99902\n6564,1645523655,47.74305,8.99902\n6565,1645523656,47.74305,8.99902\n6566,1645523657,47.74305,8.99902\n6567,1645523658,47.74305,8.99902\n6568,1645523659,47.74305,8.99902\n6569,1645523660,47.74305,8.99902\n6570,1645523661,47.74305,8.99902\n6571,1645523662,47.74305,8.99902\n6572,1645523663,47.74305,8.99902\n6573,1645523664,47.74305,8.99902\n6574,1645523665,47.74305,8.99902\n6575,1645523666,47.74305,8.99902\n6576,1645523667,47.74305,8.99902\n6577,1645523668,47.74305,8.99902\n6578,1645523669,47.74305,8.99902\n6579,1645523670,47.74305,8.99902\n6580,1645523671,47.74305,8.99902\n6581,1645523672,47.74305,8.99902\n6582,1645523673,47.74305,8.99902\n6583,1645523674,47.74305,8.99902\n6584,1645523675,47.74305,8.99902\n6585,1645523676,47.74305,8.99902\n6586,1645523677,47.74305,8.99902\n6587,1645523678,47.74305,8.99902\n6588,1645523679,47.74305,8.99902\n6589,1645523680,47.74305,8.99902\n6590,1645523681,47.74305,8.99902\n6591,1645523682,47.74305,8.99901\n6592,1645523683,47.74305,8.99901\n6593,1645523684,47.74305,8.99901\n6594,1645523685,47.74305,8.99901\n6595,1645523686,47.74305,8.99901\n6596,1645523687,47.74305,8.99901\n6597,1645523688,47.74305,8.99901\n6598,1645523689,47.74305,8.99901\n6599,1645523690,47.74305,8.99901\n6600,1645523691,47.74305,8.99901\n6601,1645523692,47.74305,8.99901\n6602,1645523693,47.74305,8.99901\n6603,1645523694,47.74305,8.99901\n6604,1645523695,47.74305,8.99901\n6605,1645523696,47.74305,8.99901\n6606,1645523697,47.74305,8.99901\n6607,1645523698,47.74305,8.99901\n6608,1645523699,47.74305,8.99901\n6609,1645523700,47.74305,8.99901\n6610,1645523701,47.74305,8.99901\n6611,1645523702,47.74305,8.99901\n6612,1645523703,47.74305,8.99901\n6613,1645523704,47.74305,8.99901\n6614,1645523705,47.74305,8.99901\n6615,1645523706,47.74305,8.99901\n6616,1645523707,47.74305,8.99901\n6617,1645523708,47.74305,8.99901\n6618,1645523709,47.74305,8.99901\n6619,1645523710,47.74305,8.99901\n6620,1645523711,47.74305,8.99901\n6621,1645523712,47.74305,8.99901\n6622,1645523713,47.74305,8.99901\n6623,1645523714,47.74305,8.99901\n6624,1645523715,47.74305,8.99901\n6625,1645523716,47.74305,8.99901\n6626,1645523717,47.74305,8.99901\n6627,1645523718,47.74305,8.99901\n6628,1645523719,47.74305,8.99901\n6629,1645523720,47.74305,8.99901\n6630,1645523721,47.74305,8.99901\n6631,1645523722,47.74305,8.99901\n6632,1645523723,47.74305,8.99901\n6633,1645523724,47.74305,8.99901\n6634,1645523725,47.74305,8.99901\n6635,1645523726,47.74305,8.99901\n6636,1645523727,47.74305,8.99901\n6637,1645523728,47.74305,8.99901\n6638,1645523729,47.74305,8.99901\n6639,1645523730,47.74305,8.99901\n6640,1645523731,47.74305,8.99901\n6641,1645523732,47.74305,8.99901\n6642,1645523733,47.74305,8.99901\n6643,1645523734,47.74305,8.99901\n6644,1645523735,47.74305,8.99901\n6645,1645523736,47.74305,8.99901\n6646,1645523737,47.74305,8.99901\n6647,1645523738,47.74305,8.99901\n6648,1645523739,47.74305,8.99901\n6649,1645523740,47.74305,8.99901\n6650,1645523741,47.74305,8.99901\n6651,1645523742,47.74305,8.99901\n6652,1645523743,47.74305,8.99901\n6653,1645523744,47.74305,8.99901\n6654,1645523745,47.74305,8.99901\n6655,1645523746,47.74305,8.99901\n6656,1645523747,47.74305,8.99901\n6657,1645523748,47.74305,8.99901\n6658,1645523749,47.74305,8.99901\n6659,1645523750,47.74305,8.99901\n6660,1645523751,47.74305,8.99901\n6661,1645523752,47.74305,8.99901\n6662,1645523753,47.74305,8.99901\n6663,1645523754,47.74305,8.99901\n6664,1645523755,47.74305,8.99901\n6665,1645523756,47.74305,8.99901\n6666,1645523757,47.74305,8.99901\n6667,1645523758,47.74305,8.99901\n6668,1645523759,47.74305,8.99901\n6669,1645523760,47.74305,8.99901\n6670,1645523761,47.74305,8.99901\n6671,1645523762,47.74305,8.99901\n6672,1645523763,47.74305,8.99901\n6673,1645523764,47.74305,8.99901\n6674,1645523765,47.74305,8.99901\n6675,1645523766,47.74305,8.99901\n6676,1645523767,47.74305,8.99901\n6677,1645523768,47.74305,8.99901\n6678,1645523769,47.74305,8.99901\n6679,1645523770,47.74305,8.99901\n6680,1645523771,47.74305,8.99901\n6681,1645523772,47.74305,8.99901\n6682,1645523773,47.74305,8.99901\n6683,1645523774,47.74305,8.99901\n6684,1645523775,47.74305,8.99901\n6685,1645523776,47.74305,8.99901\n6686,1645523777,47.74305,8.99901\n6687,1645523778,47.74305,8.99901\n6688,1645523779,47.74305,8.99901\n6689,1645523780,47.74305,8.99901\n6690,1645523781,47.74305,8.99901\n6691,1645523782,47.74305,8.99901\n6692,1645523783,47.74305,8.99901\n6693,1645523784,47.74305,8.99901\n6694,1645523785,47.74305,8.99901\n6695,1645523786,47.74305,8.99901\n6696,1645523787,47.74305,8.99901\n6697,1645523788,47.74305,8.99901\n6698,1645523789,47.74305,8.99901\n6699,1645523790,47.74305,8.99901\n6700,1645523791,47.74305,8.99901\n6701,1645523792,47.74305,8.99901\n6702,1645523793,47.74305,8.99901\n6703,1645523794,47.74305,8.99901\n6704,1645523795,47.74305,8.99901\n6705,1645523796,47.74305,8.99901\n6706,1645523797,47.74305,8.99901\n6707,1645523798,47.74305,8.99901\n6708,1645523799,47.74305,8.99901\n6709,1645523800,47.74305,8.99901\n6710,1645523801,47.74305,8.99901\n6711,1645523802,47.74305,8.99901\n6712,1645523803,47.74305,8.99901\n6713,1645523804,47.74305,8.99901\n6714,1645523805,47.74305,8.99901\n6715,1645523806,47.74305,8.99901\n6716,1645523807,47.74305,8.99901\n6717,1645523808,47.74305,8.99901\n6718,1645523809,47.74305,8.99901\n6719,1645523810,47.74305,8.99901\n6720,1645523811,47.74305,8.99901\n6721,1645523812,47.74305,8.99901\n6722,1645523813,47.74305,8.99901\n6723,1645523814,47.74305,8.99901\n6724,1645523815,47.74305,8.99901\n6725,1645523816,47.74305,8.99901\n6726,1645523817,47.74305,8.99901\n6727,1645523818,47.74305,8.99901\n6728,1645523819,47.74305,8.99901\n6729,1645523820,47.74305,8.99901\n6730,1645523821,47.74305,8.99901\n6731,1645523822,47.74305,8.99901\n6732,1645523823,47.74305,8.99901\n6733,1645523824,47.74305,8.99901\n6734,1645523825,47.74305,8.99901\n6735,1645523826,47.74305,8.99901\n6736,1645523827,47.74305,8.99901\n6737,1645523828,47.74305,8.99901\n6738,1645523829,47.74305,8.99901\n6739,1645523830,47.74305,8.99901\n6740,1645523831,47.74305,8.99901\n6741,1645523832,47.74305,8.99901\n6742,1645523833,47.74305,8.99901\n6743,1645523834,47.74305,8.99901\n6744,1645523835,47.74305,8.99901\n6745,1645523836,47.74305,8.99901\n6746,1645523837,47.74305,8.99901\n6747,1645523838,47.74305,8.99901\n6748,1645523839,47.74305,8.99901\n6749,1645523840,47.74305,8.99901\n6750,1645523841,47.74305,8.99901\n6751,1645523842,47.74305,8.99901\n6752,1645523843,47.74305,8.99901\n6753,1645523844,47.74305,8.99901\n6754,1645523845,47.74305,8.99901\n6755,1645523846,47.74305,8.99901\n6756,1645523847,47.74305,8.99901\n6757,1645523848,47.74305,8.99901\n6758,1645523849,47.74305,8.99901\n6759,1645523850,47.74305,8.99901\n6760,1645523851,47.74305,8.99901\n6761,1645523852,47.74305,8.99901\n6762,1645523853,47.74305,8.99901\n6763,1645523854,47.74305,8.99901\n6764,1645523855,47.74305,8.99901\n6765,1645523856,47.74305,8.99901\n6766,1645523857,47.74305,8.99901\n6767,1645523858,47.74305,8.99901\n6768,1645523859,47.74305,8.99901\n6769,1645523860,47.74305,8.99901\n6770,1645523861,47.74305,8.99901\n6771,1645523862,47.74305,8.99901\n6772,1645523863,47.74305,8.99901\n6773,1645523864,47.74305,8.99901\n6774,1645523865,47.74305,8.99901\n6775,1645523866,47.74305,8.99901\n6776,1645523867,47.74305,8.99901\n6777,1645523868,47.74305,8.99901\n6778,1645523869,47.74305,8.99901\n6779,1645523870,47.74305,8.99901\n6780,1645523871,47.74305,8.99901\n6781,1645523872,47.74305,8.99901\n6782,1645523873,47.74305,8.99901\n6783,1645523874,47.74305,8.99901\n6784,1645523875,47.74305,8.99901\n6785,1645523876,47.74305,8.99901\n6786,1645523877,47.74305,8.99901\n6787,1645523878,47.74305,8.99901\n6788,1645523879,47.74305,8.99901\n6789,1645523880,47.74305,8.99901\n6790,1645523881,47.74305,8.99901\n6791,1645523882,47.74305,8.99901\n6792,1645523883,47.74305,8.99901\n6793,1645523884,47.74305,8.99901\n6794,1645523885,47.74305,8.99901\n6795,1645523886,47.74305,8.99901\n6796,1645523887,47.74305,8.99901\n6797,1645523888,47.74305,8.99901\n6798,1645523889,47.74305,8.99901\n6799,1645523890,47.74305,8.99901\n6800,1645523891,47.74305,8.99901\n6801,1645523892,47.74305,8.99901\n6802,1645523893,47.74305,8.99901\n6803,1645523894,47.74305,8.99901\n6804,1645523895,47.74305,8.99901\n6805,1645523896,47.74305,8.99901\n6806,1645523897,47.74305,8.99901\n6807,1645523898,47.74305,8.99901\n6808,1645523899,47.74305,8.99901\n6809,1645523900,47.74305,8.99901\n6810,1645523901,47.74305,8.99901\n6811,1645523902,47.74305,8.99901\n6812,1645523903,47.74305,8.99901\n6813,1645523904,47.74305,8.99901\n6814,1645523905,47.74305,8.99901\n6815,1645523906,47.74305,8.99901\n6816,1645523907,47.74305,8.99901\n6817,1645523908,47.74305,8.99901\n6818,1645523909,47.74305,8.99901\n6819,1645523910,47.74305,8.99901\n6820,1645523911,47.74305,8.99901\n6821,1645523912,47.74305,8.99901\n6822,1645523913,47.74305,8.99901\n6823,1645523914,47.74305,8.99901\n6824,1645523915,47.74305,8.99901\n6825,1645523916,47.74305,8.99901\n6826,1645523917,47.74305,8.99901\n6827,1645523918,47.74305,8.99901\n6828,1645523919,47.74305,8.99901\n6829,1645523920,47.74305,8.99901\n6830,1645523921,47.74305,8.99901\n6831,1645523922,47.74305,8.99901\n6832,1645523923,47.74305,8.99901\n6833,1645523924,47.74305,8.99901\n6834,1645523925,47.74305,8.99901\n6835,1645523926,47.74305,8.99901\n6836,1645523927,47.74305,8.99901\n6837,1645523928,47.74305,8.99901\n6838,1645523929,47.74305,8.99901\n6839,1645523930,47.74305,8.99901\n6840,1645523931,47.74305,8.99901\n6841,1645523932,47.74305,8.99901\n6842,1645523933,47.74305,8.99901\n6843,1645523934,47.74305,8.99901\n6844,1645523935,47.74305,8.99901\n6845,1645523936,47.74305,8.99901\n6846,1645523937,47.74305,8.99901\n6847,1645523938,47.74305,8.99901\n6848,1645523939,47.74305,8.99901\n6849,1645523940,47.74305,8.99901\n6850,1645523941,47.74305,8.99901\n6851,1645523942,47.74305,8.99901\n6852,1645523943,47.74305,8.99901\n6853,1645523944,47.74305,8.99901\n6854,1645523945,47.74305,8.99901\n6855,1645523946,47.74305,8.99901\n6856,1645523947,47.74305,8.99901\n6857,1645523948,47.74305,8.99901\n6858,1645523949,47.74305,8.99901\n6859,1645523950,47.74305,8.99901\n6860,1645523951,47.74305,8.99901\n6861,1645523952,47.74305,8.99901\n6862,1645523953,47.74305,8.99901\n6863,1645523954,47.74305,8.99901\n6864,1645523955,47.74305,8.99901\n6865,1645523956,47.74305,8.99901\n6866,1645523957,47.74305,8.99901\n6867,1645523958,47.74305,8.99901\n6868,1645523959,47.74305,8.99901\n6869,1645523960,47.74305,8.99901\n6870,1645523961,47.74305,8.99901\n6871,1645523962,47.74305,8.99901\n6872,1645523963,47.74305,8.99901\n6873,1645523964,47.74305,8.99901\n6874,1645523965,47.74305,8.99901\n6875,1645523966,47.74305,8.99901\n6876,1645523967,47.74305,8.99901\n6877,1645523968,47.74305,8.99901\n6878,1645523969,47.74305,8.99901\n6879,1645523970,47.74305,8.99901\n6880,1645523971,47.74305,8.99901\n6881,1645523972,47.74305,8.99901\n6882,1645523973,47.74305,8.99901\n6883,1645523974,47.74305,8.99901\n6884,1645523975,47.74305,8.99901\n6885,1645523976,47.74305,8.99901\n6886,1645523977,47.74305,8.99901\n6887,1645523978,47.74305,8.99901\n6888,1645523979,47.74305,8.99901\n6889,1645523980,47.74305,8.99901\n6890,1645523981,47.74305,8.99901\n6891,1645523982,47.74305,8.99901\n6892,1645523983,47.74305,8.99901\n6893,1645523984,47.74305,8.99901\n6894,1645523985,47.74305,8.99901\n6895,1645523986,47.74305,8.99901\n6896,1645523987,47.74305,8.99901\n6897,1645523988,47.74305,8.99901\n6898,1645523989,47.74305,8.99901\n6899,1645523990,47.74305,8.99901\n6900,1645523991,47.74305,8.99901\n6901,1645523992,47.74305,8.99901\n6902,1645523993,47.74305,8.99901\n6903,1645523994,47.74305,8.99901\n6904,1645523995,47.74305,8.99901\n6905,1645523996,47.74305,8.99901\n6906,1645523997,47.74305,8.99901\n6907,1645523998,47.74305,8.99901\n6908,1645523999,47.74305,8.99901\n6909,1645524000,47.74305,8.99901\n6910,1645524001,47.74305,8.99901\n6911,1645524002,47.74305,8.99901\n6912,1645524003,47.74305,8.99901\n6913,1645524004,47.74305,8.99901\n6914,1645524005,47.74305,8.99901\n6915,1645524006,47.74305,8.99901\n6916,1645524007,47.74305,8.99901\n6917,1645524008,47.74305,8.99901\n6918,1645524009,47.74305,8.99901\n6919,1645524010,47.74305,8.99901\n6920,1645524011,47.74305,8.99901\n6921,1645524012,47.74305,8.99901\n6922,1645524013,47.74305,8.99901\n6923,1645524014,47.74305,8.99901\n6924,1645524015,47.74305,8.99901\n6925,1645524016,47.74305,8.99901\n6926,1645524017,47.74305,8.99901\n6927,1645524018,47.74305,8.99901\n6928,1645524019,47.74305,8.99901\n6929,1645524020,47.74305,8.99901\n6930,1645524021,47.74305,8.99901\n6931,1645524022,47.74305,8.99901\n6932,1645524023,47.74305,8.99901\n6933,1645524024,47.74305,8.99901\n6934,1645524025,47.74305,8.99901\n6935,1645524026,47.74305,8.99901\n6936,1645524027,47.74305,8.99901\n6937,1645524028,47.74305,8.99901\n6938,1645524029,47.74305,8.99901\n6939,1645524030,47.74305,8.99901\n6940,1645524031,47.74305,8.99901\n6941,1645524032,47.74305,8.99901\n6942,1645524033,47.74305,8.99901\n6943,1645524034,47.74305,8.99901\n6944,1645524035,47.74305,8.99901\n6945,1645524036,47.74305,8.99901\n6946,1645524037,47.74305,8.99901\n6947,1645524038,47.74305,8.99901\n6948,1645524039,47.74305,8.99901\n6949,1645524040,47.74305,8.99901\n6950,1645524041,47.74305,8.99901\n6951,1645524042,47.74305,8.99901\n6952,1645524043,47.74305,8.99901\n6953,1645524044,47.74305,8.99901\n6954,1645524045,47.74305,8.99901\n6955,1645524046,47.74305,8.99901\n6956,1645524047,47.74305,8.99901\n6957,1645524048,47.74305,8.99901\n6958,1645524049,47.74305,8.99901\n6959,1645524050,47.74305,8.99901\n6960,1645524051,47.74305,8.99901\n6961,1645524052,47.74305,8.99901\n6962,1645524053,47.74305,8.99901\n6963,1645524054,47.74305,8.99901\n6964,1645524055,47.74305,8.99901\n6965,1645524056,47.74305,8.99901\n6966,1645524057,47.74305,8.99901\n6967,1645524058,47.74305,8.99901\n6968,1645524059,47.74305,8.99901\n6969,1645524060,47.74305,8.99901\n6970,1645524061,47.74305,8.99901\n6971,1645524062,47.74305,8.99901\n6972,1645524063,47.74305,8.99901\n6973,1645524064,47.74305,8.99901\n6974,1645524065,47.74305,8.99901\n6975,1645524066,47.74305,8.99901\n6976,1645524067,47.74305,8.99901\n6977,1645524068,47.74305,8.99901\n6978,1645524069,47.74305,8.99901\n6979,1645524070,47.74305,8.99901\n6980,1645524071,47.74305,8.99901\n6981,1645524072,47.74305,8.99901\n6982,1645524073,47.74305,8.99901\n6983,1645524074,47.74305,8.99901\n6984,1645524075,47.74305,8.99901\n6985,1645524076,47.74305,8.99901\n6986,1645524077,47.74305,8.99901\n6987,1645524078,47.74305,8.99901\n6988,1645524079,47.74305,8.99901\n6989,1645524080,47.74305,8.99901\n6990,1645524081,47.74305,8.99901\n6991,1645524082,47.74305,8.99901\n6992,1645524083,47.74305,8.99901\n6993,1645524084,47.74305,8.99901\n6994,1645524085,47.74305,8.99901\n6995,1645524086,47.74305,8.99901\n6996,1645524087,47.74305,8.99901\n6997,1645524088,47.74305,8.99901\n6998,1645524089,47.74305,8.99901\n6999,1645524090,47.74305,8.99901\n7000,1645524091,47.74305,8.99901\n7001,1645524092,47.74305,8.99901\n7002,1645524093,47.74305,8.99901\n7003,1645524094,47.74305,8.99901\n7004,1645524095,47.74305,8.99901\n7005,1645524096,47.74305,8.99901\n7006,1645524097,47.74305,8.99901\n7007,1645524098,47.74305,8.99901\n7008,1645524099,47.74305,8.99901\n7009,1645524100,47.74305,8.99901\n7010,1645524101,47.74305,8.99901\n7011,1645524102,47.74305,8.99901\n7012,1645524103,47.74305,8.99901\n7013,1645524104,47.74305,8.99901\n7014,1645524105,47.74305,8.99901\n7015,1645524106,47.74305,8.99901\n7016,1645524107,47.74305,8.99901\n7017,1645524108,47.74305,8.99901\n7018,1645524109,47.74305,8.99901\n7019,1645524110,47.74305,8.99901\n7020,1645524111,47.74305,8.99901\n7021,1645524112,47.74305,8.99901\n7022,1645524113,47.74305,8.99901\n7023,1645524114,47.74305,8.99901\n7024,1645524115,47.74305,8.99901\n7025,1645524116,47.74305,8.99901\n7026,1645524117,47.74305,8.99901\n7027,1645524118,47.74305,8.99901\n7028,1645524119,47.74305,8.99901\n7029,1645524120,47.74305,8.99901\n7030,1645524121,47.74305,8.99901\n7031,1645524122,47.74305,8.99901\n7032,1645524123,47.74305,8.99901\n7033,1645524124,47.74305,8.99901\n7034,1645524125,47.74305,8.99901\n7035,1645524126,47.74305,8.99901\n7036,1645524127,47.74305,8.99901\n7037,1645524128,47.74305,8.99901\n7038,1645524129,47.74305,8.99901\n7039,1645524130,47.74305,8.99901\n7040,1645524131,47.74305,8.99901\n7041,1645524132,47.74305,8.99901\n7042,1645524133,47.74305,8.99901\n7043,1645524134,47.74305,8.99901\n7044,1645524135,47.74305,8.99901\n7045,1645524136,47.74305,8.99901\n7046,1645524137,47.74305,8.99901\n7047,1645524138,47.74305,8.99901\n7048,1645524139,47.74305,8.99901\n7049,1645524140,47.74305,8.99901\n7050,1645524141,47.74305,8.99901\n7051,1645524142,47.74305,8.99901\n7052,1645524143,47.74305,8.99901\n7053,1645524144,47.74305,8.99901\n7054,1645524145,47.74305,8.99901\n7055,1645524146,47.74305,8.99901\n7056,1645524147,47.74305,8.99901\n7057,1645524148,47.74305,8.99901\n7058,1645524149,47.74305,8.99901\n7059,1645524150,47.74305,8.99901\n7060,1645524151,47.74305,8.99901\n7061,1645524152,47.74305,8.99901\n7062,1645524153,47.74305,8.99901\n7063,1645524154,47.74305,8.99901\n7064,1645524155,47.74305,8.99901\n7065,1645524156,47.74305,8.99901\n7066,1645524157,47.74305,8.99901\n7067,1645524158,47.74305,8.99901\n7068,1645524159,47.74305,8.99901\n7069,1645524160,47.74305,8.99901\n7070,1645524161,47.74305,8.99901\n7071,1645524162,47.74305,8.99901\n7072,1645524163,47.74305,8.99901\n7073,1645524164,47.74305,8.99901\n7074,1645524165,47.74305,8.99901\n7075,1645524166,47.74305,8.99901\n7076,1645524167,47.74305,8.99901\n7077,1645524168,47.74305,8.99901\n7078,1645524169,47.74305,8.99901\n7079,1645524170,47.74305,8.99901\n7080,1645524171,47.74305,8.99901\n7081,1645524172,47.74305,8.99901\n7082,1645524173,47.74305,8.99901\n7083,1645524174,47.74305,8.99901\n7084,1645524175,47.74305,8.99901\n7085,1645524176,47.74305,8.99901\n7086,1645524177,47.74305,8.99901\n7087,1645524178,47.74305,8.99901\n7088,1645524179,47.74305,8.99901\n7089,1645524180,47.74305,8.99901\n7090,1645524181,47.74305,8.99901\n7091,1645524182,47.74305,8.99901\n7092,1645524183,47.74305,8.99901\n7093,1645524184,47.74305,8.99901\n7094,1645524185,47.74305,8.99901\n7095,1645524186,47.74305,8.99901\n7096,1645524187,47.74305,8.99901\n7097,1645524188,47.74305,8.99901\n7098,1645524189,47.74305,8.99901\n7099,1645524190,47.74305,8.99901\n7100,1645524191,47.74305,8.99901\n7101,1645524192,47.74305,8.99901\n7102,1645524193,47.74305,8.99901\n7103,1645524194,47.74305,8.99901\n7104,1645524195,47.74305,8.99901\n7105,1645524196,47.74305,8.99901\n7106,1645524197,47.74305,8.99901\n7107,1645524198,47.74305,8.99901\n7108,1645524199,47.74305,8.99901\n7109,1645524200,47.74305,8.99901\n7110,1645524201,47.74305,8.99901\n7111,1645524202,47.74305,8.99901\n7112,1645524203,47.74305,8.99901\n7113,1645524204,47.74305,8.99901\n7114,1645524205,47.74305,8.99901\n7115,1645524206,47.74305,8.99901\n7116,1645524207,47.74305,8.99901\n7117,1645524208,47.74305,8.99901\n7118,1645524209,47.74305,8.99901\n7119,1645524210,47.74305,8.99901\n7120,1645524211,47.74305,8.99901\n7121,1645524212,47.74305,8.99901\n7122,1645524213,47.74305,8.99901\n7123,1645524214,47.74305,8.99901\n7124,1645524215,47.74305,8.99901\n7125,1645524216,47.74305,8.99901\n7126,1645524217,47.74305,8.99901\n7127,1645524218,47.74305,8.99901\n7128,1645524219,47.74305,8.99901\n7129,1645524220,47.74305,8.99901\n7130,1645524221,47.74305,8.99901\n7131,1645524222,47.74305,8.99901\n7132,1645524223,47.74305,8.99901\n7133,1645524224,47.74305,8.99901\n7134,1645524225,47.74305,8.99901\n7135,1645524226,47.74305,8.99901\n7136,1645524227,47.74305,8.99901\n7137,1645524228,47.74305,8.99901\n7138,1645524229,47.74305,8.99901\n7139,1645524230,47.74305,8.99901\n7140,1645524231,47.74305,8.99901\n7141,1645524232,47.74305,8.99901\n7142,1645524233,47.74305,8.99901\n7143,1645524234,47.74305,8.99901\n7144,1645524235,47.74305,8.99901\n7145,1645524236,47.74305,8.99901\n7146,1645524237,47.74305,8.99901\n7147,1645524238,47.74305,8.99901\n7148,1645524239,47.74305,8.99901\n7149,1645524240,47.74305,8.99901\n7150,1645524241,47.74305,8.99901\n7151,1645524242,47.74305,8.99901\n7152,1645524243,47.74305,8.99901\n7153,1645524244,47.74305,8.99901\n7154,1645524245,47.74305,8.99901\n7155,1645524246,47.74305,8.99901\n7156,1645524247,47.74305,8.99901\n7157,1645524248,47.74305,8.99901\n7158,1645524249,47.74305,8.99901\n7159,1645524250,47.74305,8.99901\n7160,1645524251,47.74305,8.99901\n7161,1645524252,47.74305,8.99901\n7162,1645524253,47.74305,8.99901\n7163,1645524254,47.74305,8.99901\n7164,1645524255,47.74305,8.99901\n7165,1645524256,47.74305,8.99901\n7166,1645524257,47.74305,8.99901\n7167,1645524258,47.74305,8.99901\n7168,1645524259,47.74305,8.99901\n7169,1645524260,47.74305,8.99901\n7170,1645524261,47.74305,8.99901\n7171,1645524262,47.74305,8.99901\n7172,1645524263,47.74305,8.99901\n7173,1645524264,47.74305,8.99901\n7174,1645524265,47.74305,8.99901\n7175,1645524266,47.74305,8.99901\n7176,1645524267,47.74305,8.99901\n7177,1645524268,47.74305,8.99901\n7178,1645524269,47.74305,8.99901\n7179,1645524270,47.74305,8.99901\n7180,1645524271,47.74305,8.99901\n7181,1645524272,47.74305,8.99901\n7182,1645524273,47.74305,8.99901\n7183,1645524274,47.74305,8.99901\n7184,1645524275,47.74305,8.99901\n7185,1645524276,47.74305,8.99901\n7186,1645524277,47.74305,8.99901\n7187,1645524278,47.74305,8.99901\n7188,1645524279,47.74305,8.99901\n7189,1645524280,47.74305,8.99901\n7190,1645524281,47.74305,8.99901\n7191,1645524282,47.74305,8.99901\n7192,1645524283,47.74305,8.99901\n7193,1645524284,47.74305,8.99901\n7194,1645524285,47.74305,8.99901\n7195,1645524286,47.74305,8.99901\n7196,1645524287,47.74305,8.99901\n7197,1645524288,47.74305,8.99901\n7198,1645524289,47.74305,8.99901\n7199,1645524290,47.74305,8.99901\n7200,1645524291,47.74305,8.99901\n7201,1645524292,47.74305,8.99901\n7202,1645524293,47.74305,8.99901\n7203,1645524294,47.74305,8.99901\n7204,1645524295,47.74305,8.99901\n7205,1645524296,47.74305,8.99901\n7206,1645524297,47.74305,8.99901\n7207,1645524298,47.74305,8.99901\n7208,1645524299,47.74305,8.99901\n7209,1645524300,47.74305,8.99901\n7210,1645524301,47.74305,8.99901\n7211,1645524302,47.74305,8.99901\n7212,1645524303,47.74305,8.99901\n7213,1645524304,47.74305,8.99901\n7214,1645524305,47.74305,8.99901\n7215,1645524306,47.74305,8.99901\n7216,1645524307,47.74305,8.99901\n7217,1645524308,47.74305,8.99901\n7218,1645524309,47.74305,8.99901\n7219,1645524310,47.74305,8.99901\n7220,1645524311,47.74305,8.99901\n7221,1645524312,47.74305,8.99901\n7222,1645524313,47.74305,8.99901\n7223,1645524314,47.74305,8.99901\n7224,1645524315,47.74305,8.99901\n7225,1645524316,47.74305,8.99901\n7226,1645524317,47.74305,8.99901\n7227,1645524318,47.74305,8.99901\n7228,1645524319,47.74305,8.99901\n7229,1645524320,47.74305,8.99901\n7230,1645524321,47.74305,8.99901\n7231,1645524322,47.74305,8.99901\n7232,1645524323,47.74305,8.99901\n7233,1645524324,47.74305,8.99901\n7234,1645524325,47.74305,8.99901\n7235,1645524326,47.74305,8.99901\n7236,1645524327,47.74305,8.99901\n7237,1645524328,47.74305,8.99901\n7238,1645524329,47.74305,8.99901\n7239,1645524330,47.74305,8.99901\n7240,1645524331,47.74305,8.99901\n7241,1645524332,47.74305,8.99901\n7242,1645524333,47.74305,8.99901\n7243,1645524334,47.74305,8.99901\n7244,1645524335,47.74305,8.99901\n7245,1645524336,47.74305,8.99901\n7246,1645524337,47.74305,8.99901\n7247,1645524338,47.74305,8.99901\n7248,1645524339,47.74305,8.99901\n7249,1645524340,47.74305,8.99901\n7250,1645524341,47.74305,8.99901\n7251,1645524342,47.74305,8.99901\n7252,1645524343,47.74305,8.99901\n7253,1645524344,47.74305,8.99901\n7254,1645524345,47.74305,8.99901\n7255,1645524346,47.74305,8.99901\n7256,1645524347,47.74305,8.99901\n7257,1645524348,47.74305,8.99901\n7258,1645524349,47.74305,8.99901\n7259,1645524350,47.74305,8.99901\n7260,1645524351,47.74305,8.99901\n7261,1645524352,47.74305,8.99901\n7262,1645524353,47.74305,8.99901\n7263,1645524354,47.74305,8.99901\n7264,1645524355,47.74305,8.99901\n7265,1645524356,47.74305,8.99901\n7266,1645524357,47.74305,8.99901\n7267,1645524358,47.74305,8.99901\n7268,1645524359,47.74305,8.99901\n7269,1645524360,47.74305,8.99901\n7270,1645524361,47.74305,8.99901\n7271,1645524362,47.74305,8.99901\n7272,1645524363,47.74305,8.99901\n7273,1645524364,47.74305,8.99901\n7274,1645524365,47.74305,8.99901\n7275,1645524366,47.74305,8.99901\n7276,1645524367,47.74305,8.99901\n7277,1645524368,47.74305,8.99901\n7278,1645524369,47.74305,8.99901\n7279,1645524370,47.74305,8.99901\n7280,1645524371,47.74305,8.99901\n7281,1645524372,47.74305,8.99901\n7282,1645524373,47.74305,8.99901\n7283,1645524374,47.74305,8.99901\n7284,1645524375,47.74305,8.99901\n7285,1645524376,47.74305,8.99901\n7286,1645524377,47.74305,8.99901\n7287,1645524378,47.74305,8.99901\n7288,1645524379,47.74305,8.99901\n7289,1645524380,47.74305,8.99901\n7290,1645524381,47.74305,8.99901\n7291,1645524382,47.74305,8.99901\n7292,1645524383,47.74305,8.99901\n7293,1645524384,47.74305,8.99901\n7294,1645524385,47.74305,8.99901\n7295,1645524386,47.74305,8.99901\n7296,1645524387,47.74305,8.99901\n7297,1645524388,47.74305,8.99901\n7298,1645524389,47.74305,8.99901\n7299,1645524390,47.74305,8.99901\n7300,1645524391,47.74305,8.99901\n7301,1645524392,47.74305,8.99901\n7302,1645524393,47.74305,8.99901\n7303,1645524394,47.74305,8.99901\n7304,1645524395,47.74305,8.99901\n7305,1645524396,47.74305,8.99901\n7306,1645524397,47.74305,8.99901\n7307,1645524398,47.74305,8.99901\n7308,1645524399,47.74305,8.99901\n7309,1645524400,47.74305,8.99901\n7310,1645524401,47.74305,8.99901\n7311,1645524402,47.74305,8.99901\n7312,1645524403,47.74305,8.99901\n7313,1645524404,47.74305,8.99901\n7314,1645524405,47.74305,8.99901\n7315,1645524406,47.74305,8.99901\n7316,1645524407,47.74305,8.99901\n7317,1645524408,47.74305,8.99901\n7318,1645524409,47.74305,8.99901\n7319,1645524410,47.74305,8.99901\n7320,1645524411,47.74305,8.99901\n7321,1645524412,47.74305,8.99901\n7322,1645524413,47.74305,8.99901\n7323,1645524414,47.74305,8.99901\n7324,1645524415,47.74305,8.99901\n7325,1645524416,47.74305,8.99901\n7326,1645524417,47.74305,8.99901\n7327,1645524418,47.74305,8.99901\n7328,1645524419,47.74305,8.99901\n7329,1645524420,47.74305,8.99901\n7330,1645524421,47.74305,8.99901\n7331,1645524422,47.74305,8.99901\n7332,1645524423,47.74305,8.99901\n7333,1645524424,47.74305,8.99901\n7334,1645524425,47.74305,8.99901\n7335,1645524426,47.74305,8.99901\n7336,1645524427,47.74305,8.99901\n7337,1645524428,47.74305,8.99901\n7338,1645524429,47.74305,8.99901\n7339,1645524430,47.74305,8.99901\n7340,1645524431,47.74305,8.99901\n7341,1645524432,47.74305,8.99901\n7342,1645524433,47.74305,8.99901\n7343,1645524434,47.74305,8.99901\n7344,1645524435,47.74305,8.99901\n7345,1645524436,47.74305,8.99901\n7346,1645524437,47.74305,8.99901\n7347,1645524438,47.74305,8.99901\n7348,1645524439,47.74305,8.99901\n7349,1645524440,47.74305,8.99901\n7350,1645524441,47.74305,8.99901\n7351,1645524442,47.74305,8.99901\n7352,1645524443,47.74305,8.99901\n7353,1645524444,47.74305,8.99901\n7354,1645524445,47.74305,8.99901\n7355,1645524446,47.74305,8.99901\n7356,1645524447,47.74305,8.99901\n7357,1645524448,47.74305,8.99901\n7358,1645524449,47.74305,8.99901\n7359,1645524450,47.74305,8.99901\n7360,1645524451,47.74305,8.99901\n7361,1645524452,47.74305,8.99901\n7362,1645524453,47.74305,8.99901\n7363,1645524454,47.74305,8.99901\n7364,1645524455,47.74305,8.99901\n7365,1645524456,47.74305,8.99901\n7366,1645524457,47.74305,8.99901\n7367,1645524458,47.74305,8.99901\n7368,1645524459,47.74305,8.99901\n7369,1645524460,47.74305,8.99901\n7370,1645524461,47.74305,8.99901\n7371,1645524462,47.74305,8.99901\n7372,1645524463,47.74305,8.99901\n7373,1645524464,47.74305,8.99901\n7374,1645524465,47.74305,8.99901\n7375,1645524466,47.74305,8.99901\n7376,1645524467,47.74305,8.99901\n7377,1645524468,47.74305,8.99901\n7378,1645524469,47.74305,8.99901\n7379,1645524470,47.74305,8.99901\n7380,1645524471,47.74305,8.99901\n7381,1645524472,47.74305,8.99901\n7382,1645524473,47.74305,8.99901\n7383,1645524474,47.74305,8.99901\n7384,1645524475,47.74305,8.99901\n7385,1645524476,47.74305,8.99901\n7386,1645524477,47.74305,8.99901\n7387,1645524478,47.74305,8.99901\n7388,1645524479,47.74305,8.99901\n7389,1645524480,47.74305,8.99901\n7390,1645524481,47.74305,8.99901\n7391,1645524482,47.74305,8.99901\n7392,1645524483,47.74305,8.99901\n7393,1645524484,47.74305,8.99901\n7394,1645524485,47.74305,8.99901\n7395,1645524486,47.74305,8.99901\n7396,1645524487,47.74305,8.99901\n7397,1645524488,47.74305,8.99901\n7398,1645524489,47.74305,8.99901\n7399,1645524490,47.74305,8.99901\n7400,1645524491,47.74305,8.99901\n7401,1645524492,47.74305,8.99901\n7402,1645524493,47.74305,8.99901\n7403,1645524494,47.74305,8.99901\n7404,1645524495,47.74305,8.99901\n7405,1645524496,47.74305,8.99901\n7406,1645524497,47.74305,8.99901\n7407,1645524498,47.74305,8.99901\n7408,1645524499,47.74305,8.99901\n7409,1645524500,47.74305,8.99901\n7410,1645524501,47.74305,8.99901\n7411,1645524502,47.74305,8.99901\n7412,1645524503,47.74305,8.99901\n7413,1645524504,47.74305,8.99901\n7414,1645524505,47.74305,8.99901\n7415,1645524506,47.74305,8.99901\n7416,1645524507,47.74305,8.99901\n7417,1645524508,47.74305,8.99901\n7418,1645524509,47.74305,8.99901\n7419,1645524510,47.74305,8.99901\n7420,1645524511,47.74305,8.99901\n7421,1645524512,47.74305,8.99901\n7422,1645524513,47.74305,8.99901\n7423,1645524514,47.74305,8.99901\n7424,1645524515,47.74305,8.99901\n7425,1645524516,47.74305,8.99901\n7426,1645524517,47.74305,8.99901\n7427,1645524518,47.74305,8.99901\n7428,1645524519,47.74305,8.99901\n7429,1645524520,47.74305,8.99901\n7430,1645524521,47.74305,8.99901\n7431,1645524522,47.74305,8.99901\n7432,1645524523,47.74305,8.99901\n7433,1645524524,47.74305,8.99901\n7434,1645524525,47.74305,8.99901\n7435,1645524526,47.74305,8.99901\n7436,1645524527,47.74305,8.99901\n7437,1645524528,47.74305,8.99901\n7438,1645524529,47.74305,8.99901\n7439,1645524530,47.74305,8.99901\n7440,1645524531,47.74305,8.99901\n7441,1645524532,47.74305,8.99901\n7442,1645524533,47.74305,8.99901\n7443,1645524534,47.74305,8.99901\n7444,1645524535,47.74305,8.99901\n7445,1645524536,47.74305,8.99901\n7446,1645524537,47.74305,8.99901\n7447,1645524538,47.74305,8.99901\n7448,1645524539,47.74305,8.99901\n7449,1645524540,47.74305,8.99901\n7450,1645524541,47.74305,8.99901\n7451,1645524542,47.74305,8.99901\n7452,1645524543,47.74305,8.99901\n7453,1645524544,47.74305,8.99901\n7454,1645524545,47.74305,8.99901\n7455,1645524546,47.74305,8.99901\n7456,1645524547,47.74305,8.99901\n7457,1645524548,47.74305,8.99901\n7458,1645524549,47.74304,8.99901\n7459,1645524550,47.74304,8.99901\n7460,1645524551,47.74304,8.99900\n7461,1645524552,47.74304,8.99900\n7462,1645524553,47.74304,8.99900\n7463,1645524554,47.74304,8.99900\n7464,1645524555,47.74304,8.99900\n7465,1645524556,47.74304,8.99900\n7466,1645524557,47.74304,8.99900\n7467,1645524558,47.74304,8.99900\n7468,1645524559,47.74304,8.99900\n7469,1645524560,47.74304,8.99900\n7470,1645524561,47.74304,8.99900\n7471,1645524562,47.74304,8.99900\n7472,1645524563,47.74304,8.99900\n7473,1645524564,47.74304,8.99900\n7474,1645524565,47.74304,8.99900\n7475,1645524566,47.74304,8.99900\n7476,1645524567,47.74304,8.99900\n7477,1645524568,47.74304,8.99900\n7478,1645524569,47.74304,8.99900\n7479,1645524570,47.74304,8.99900\n7480,1645524571,47.74304,8.99900\n7481,1645524572,47.74304,8.99900\n7482,1645524573,47.74304,8.99900\n7483,1645524574,47.74304,8.99900\n7484,1645524575,47.74304,8.99900\n7485,1645524576,47.74304,8.99900\n7486,1645524577,47.74304,8.99900\n7487,1645524578,47.74304,8.99900\n7488,1645524579,47.74304,8.99900\n7489,1645524580,47.74304,8.99900\n7490,1645524581,47.74304,8.99900\n7491,1645524582,47.74304,8.99900\n7492,1645524583,47.74304,8.99900\n7493,1645524584,47.74304,8.99900\n7494,1645524585,47.74304,8.99900\n7495,1645524586,47.74304,8.99900\n7496,1645524587,47.74304,8.99900\n7497,1645524588,47.74304,8.99900\n7498,1645524589,47.74304,8.99900\n7499,1645524590,47.74304,8.99900\n7500,1645524591,47.74304,8.99900\n7501,1645524592,47.74304,8.99900\n7502,1645524593,47.74304,8.99900\n7503,1645524594,47.74304,8.99900\n7504,1645524595,47.74304,8.99900\n7505,1645524596,47.74304,8.99900\n7506,1645524597,47.74304,8.99900\n7507,1645524598,47.74304,8.99900\n7508,1645524599,47.74304,8.99900\n7509,1645524600,47.74304,8.99900\n7510,1645524601,47.74304,8.99900\n7511,1645524602,47.74304,8.99900\n7512,1645524603,47.74304,8.99900\n7513,1645524604,47.74304,8.99900\n7514,1645524605,47.74304,8.99900\n7515,1645524606,47.74304,8.99900\n7516,1645524607,47.74304,8.99900\n7517,1645524608,47.74304,8.99900\n7518,1645524609,47.74304,8.99900\n7519,1645524610,47.74304,8.99900\n7520,1645524611,47.74304,8.99900\n7521,1645524612,47.74304,8.99900\n7522,1645524613,47.74304,8.99900\n7523,1645524614,47.74304,8.99900\n7524,1645524615,47.74304,8.99900\n7525,1645524616,47.74304,8.99900\n7526,1645524617,47.74304,8.99900\n7527,1645524618,47.74304,8.99900\n7528,1645524619,47.74304,8.99900\n7529,1645524620,47.74304,8.99900\n7530,1645524621,47.74304,8.99900\n7531,1645524622,47.74304,8.99900\n7532,1645524623,47.74304,8.99900\n7533,1645524624,47.74304,8.99900\n7534,1645524625,47.74304,8.99900\n7535,1645524626,47.74304,8.99900\n7536,1645524627,47.74304,8.99900\n7537,1645524628,47.74304,8.99900\n7538,1645524629,47.74304,8.99900\n7539,1645524630,47.74304,8.99900\n7540,1645524631,47.74304,8.99900\n7541,1645524632,47.74304,8.99900\n7542,1645524633,47.74304,8.99900\n7543,1645524634,47.74304,8.99900\n7544,1645524635,47.74304,8.99900\n7545,1645524636,47.74304,8.99900\n7546,1645524637,47.74304,8.99900\n7547,1645524638,47.74304,8.99900\n7548,1645524639,47.74304,8.99900\n7549,1645524640,47.74304,8.99900\n7550,1645524641,47.74304,8.99900\n7551,1645524642,47.74304,8.99900\n7552,1645524643,47.74304,8.99900\n7553,1645524644,47.74304,8.99900\n7554,1645524645,47.74304,8.99900\n7555,1645524646,47.74304,8.99900\n7556,1645524647,47.74304,8.99900\n7557,1645524648,47.74304,8.99900\n7558,1645524649,47.74304,8.99900\n7559,1645524650,47.74304,8.99900\n7560,1645524651,47.74304,8.99900\n7561,1645524652,47.74304,8.99900\n7562,1645524653,47.74304,8.99900\n7563,1645524654,47.74304,8.99900\n7564,1645524655,47.74304,8.99900\n7565,1645524656,47.74304,8.99900\n7566,1645524657,47.74304,8.99900\n7567,1645524658,47.74304,8.99900\n7568,1645524659,47.74304,8.99900\n7569,1645524660,47.74304,8.99900\n7570,1645524661,47.74304,8.99900\n7571,1645524662,47.74304,8.99900\n7572,1645524663,47.74304,8.99900\n7573,1645524664,47.74304,8.99900\n7574,1645524665,47.74304,8.99900\n7575,1645524666,47.74304,8.99900\n7576,1645524667,47.74304,8.99900\n7577,1645524668,47.74304,8.99900\n7578,1645524669,47.74304,8.99900\n7579,1645524670,47.74304,8.99900\n7580,1645524671,47.74304,8.99900\n7581,1645524672,47.74304,8.99900\n7582,1645524673,47.74304,8.99900\n7583,1645524674,47.74304,8.99900\n7584,1645524675,47.74304,8.99900\n7585,1645524676,47.74304,8.99900\n7586,1645524677,47.74304,8.99900\n7587,1645524678,47.74304,8.99900\n7588,1645524679,47.74304,8.99900\n7589,1645524680,47.74304,8.99900\n7590,1645524681,47.74304,8.99900\n7591,1645524682,47.74304,8.99900\n7592,1645524683,47.74304,8.99900\n7593,1645524684,47.74304,8.99900\n7594,1645524685,47.74304,8.99900\n7595,1645524686,47.74304,8.99900\n7596,1645524687,47.74304,8.99900\n7597,1645524688,47.74304,8.99900\n7598,1645524689,47.74304,8.99900\n7599,1645524690,47.74304,8.99900\n7600,1645524691,47.74304,8.99900\n7601,1645524692,47.74304,8.99900\n7602,1645524693,47.74304,8.99900\n7603,1645524694,47.74304,8.99900\n7604,1645524695,47.74304,8.99900\n7605,1645524696,47.74304,8.99900\n7606,1645524697,47.74304,8.99900\n7607,1645524698,47.74304,8.99900\n7608,1645524699,47.74304,8.99900\n7609,1645524700,47.74304,8.99900\n7610,1645524701,47.74304,8.99900\n7611,1645524702,47.74304,8.99900\n7612,1645524703,47.74304,8.99900\n7613,1645524704,47.74304,8.99900\n7614,1645524705,47.74304,8.99900\n7615,1645524706,47.74304,8.99900\n7616,1645524707,47.74304,8.99900\n7617,1645524708,47.74304,8.99900\n7618,1645524709,47.74304,8.99900\n7619,1645524710,47.74304,8.99900\n7620,1645524711,47.74304,8.99900\n7621,1645524712,47.74304,8.99900\n7622,1645524713,47.74304,8.99900\n7623,1645524714,47.74304,8.99900\n7624,1645524715,47.74304,8.99900\n7625,1645524716,47.74304,8.99900\n7626,1645524717,47.74304,8.99900\n7627,1645524718,47.74304,8.99900\n7628,1645524719,47.74304,8.99900\n7629,1645524720,47.74304,8.99900\n7630,1645524721,47.74304,8.99900\n7631,1645524722,47.74304,8.99900\n7632,1645524723,47.74304,8.99900\n7633,1645524724,47.74304,8.99900\n7634,1645524725,47.74304,8.99900\n7635,1645524726,47.74304,8.99900\n7636,1645524727,47.74304,8.99900\n7637,1645524728,47.74304,8.99900\n7638,1645524729,47.74304,8.99900\n7639,1645524730,47.74304,8.99900\n7640,1645524731,47.74304,8.99900\n7641,1645524732,47.74304,8.99900\n7642,1645524733,47.74304,8.99900\n7643,1645524734,47.74304,8.99900\n7644,1645524735,47.74304,8.99900\n7645,1645524736,47.74304,8.99900\n7646,1645524737,47.74304,8.99900\n7647,1645524738,47.74304,8.99900\n7648,1645524739,47.74304,8.99900\n7649,1645524740,47.74304,8.99900\n7650,1645524741,47.74304,8.99900\n7651,1645524742,47.74304,8.99900\n7652,1645524743,47.74304,8.99900\n7653,1645524744,47.74304,8.99900\n7654,1645524745,47.74304,8.99900\n7655,1645524746,47.74304,8.99900\n7656,1645524747,47.74304,8.99900\n7657,1645524748,47.74304,8.99900\n7658,1645524749,47.74304,8.99900\n7659,1645524750,47.74304,8.99900\n7660,1645524751,47.74304,8.99900\n7661,1645524752,47.74304,8.99900\n7662,1645524753,47.74304,8.99900\n7663,1645524754,47.74304,8.99900\n7664,1645524755,47.74304,8.99900\n7665,1645524756,47.74304,8.99900\n7666,1645524757,47.74304,8.99900\n7667,1645524758,47.74304,8.99900\n7668,1645524759,47.74304,8.99900\n7669,1645524760,47.74304,8.99900\n7670,1645524761,47.74304,8.99900\n7671,1645524762,47.74304,8.99900\n7672,1645524763,47.74304,8.99900\n7673,1645524764,47.74304,8.99900\n7674,1645524765,47.74304,8.99900\n7675,1645524766,47.74304,8.99900\n7676,1645524767,47.74304,8.99900\n7677,1645524768,47.74304,8.99900\n7678,1645524769,47.74304,8.99900\n7679,1645524770,47.74304,8.99900\n7680,1645524771,47.74304,8.99900\n7681,1645524772,47.74304,8.99900\n7682,1645524773,47.74304,8.99900\n7683,1645524774,47.74304,8.99900\n7684,1645524775,47.74304,8.99900\n7685,1645524776,47.74304,8.99900\n7686,1645524777,47.74304,8.99900\n7687,1645524778,47.74304,8.99900\n7688,1645524779,47.74304,8.99900\n7689,1645524780,47.74304,8.99900\n7690,1645524781,47.74304,8.99900\n7691,1645524782,47.74304,8.99900\n7692,1645524783,47.74304,8.99900\n7693,1645524784,47.74304,8.99900\n7694,1645524785,47.74304,8.99900\n7695,1645524786,47.74304,8.99900\n7696,1645524787,47.74304,8.99900\n7697,1645524788,47.74304,8.99900\n7698,1645524789,47.74304,8.99900\n7699,1645524790,47.74304,8.99900\n7700,1645524791,47.74304,8.99900\n7701,1645524792,47.74304,8.99900\n7702,1645524793,47.74304,8.99900\n7703,1645524794,47.74304,8.99900\n7704,1645524795,47.74304,8.99900\n7705,1645524796,47.74304,8.99900\n7706,1645524797,47.74304,8.99900\n7707,1645524798,47.74304,8.99900\n7708,1645524799,47.74304,8.99900\n7709,1645524800,47.74304,8.99900\n7710,1645524801,47.74304,8.99900\n7711,1645524802,47.74304,8.99900\n7712,1645524803,47.74304,8.99900\n7713,1645524804,47.74304,8.99900\n7714,1645524805,47.74304,8.99900\n7715,1645524806,47.74304,8.99900\n7716,1645524807,47.74304,8.99900\n7717,1645524808,47.74304,8.99900\n7718,1645524809,47.74304,8.99900\n7719,1645524810,47.74304,8.99900\n7720,1645524811,47.74304,8.99900\n7721,1645524812,47.74304,8.99900\n7722,1645524813,47.74304,8.99900\n7723,1645524814,47.74304,8.99900\n7724,1645524815,47.74304,8.99900\n7725,1645524816,47.74304,8.99900\n7726,1645524817,47.74304,8.99900\n7727,1645524818,47.74304,8.99900\n7728,1645524819,47.74304,8.99900\n7729,1645524820,47.74304,8.99900\n7730,1645524821,47.74304,8.99900\n7731,1645524822,47.74304,8.99900\n7732,1645524823,47.74304,8.99900\n7733,1645524824,47.74304,8.99900\n7734,1645524825,47.74304,8.99900\n7735,1645524826,47.74304,8.99900\n7736,1645524827,47.74304,8.99900\n7737,1645524828,47.74304,8.99900\n7738,1645524829,47.74304,8.99900\n7739,1645524830,47.74304,8.99900\n7740,1645524831,47.74304,8.99900\n7741,1645524832,47.74304,8.99900\n7742,1645524833,47.74304,8.99900\n7743,1645524834,47.74304,8.99900\n7744,1645524835,47.74304,8.99900\n7745,1645524836,47.74304,8.99900\n7746,1645524837,47.74304,8.99900\n7747,1645524838,47.74304,8.99900\n7748,1645524839,47.74304,8.99900\n7749,1645524840,47.74304,8.99900\n7750,1645524841,47.74304,8.99900\n7751,1645524842,47.74304,8.99900\n7752,1645524843,47.74304,8.99900\n7753,1645524844,47.74304,8.99900\n7754,1645524845,47.74304,8.99900\n7755,1645524846,47.74304,8.99900\n7756,1645524847,47.74304,8.99900\n7757,1645524848,47.74304,8.99900\n7758,1645524849,47.74304,8.99900\n7759,1645524850,47.74304,8.99900\n7760,1645524851,47.74304,8.99900\n7761,1645524852,47.74304,8.99900\n7762,1645524853,47.74304,8.99900\n7763,1645524854,47.74304,8.99900\n7764,1645524855,47.74304,8.99900\n7765,1645524856,47.74304,8.99900\n7766,1645524857,47.74304,8.99900\n7767,1645524858,47.74304,8.99900\n7768,1645524859,47.74304,8.99900\n7769,1645524860,47.74304,8.99900\n7770,1645524861,47.74304,8.99900\n7771,1645524862,47.74304,8.99900\n7772,1645524863,47.74304,8.99900\n7773,1645524864,47.74304,8.99900\n7774,1645524865,47.74304,8.99900\n7775,1645524866,47.74304,8.99900\n7776,1645524867,47.74304,8.99900\n7777,1645524868,47.74304,8.99900\n7778,1645524869,47.74304,8.99900\n7779,1645524870,47.74304,8.99900\n7780,1645524871,47.74304,8.99900\n7781,1645524872,47.74304,8.99900\n7782,1645524873,47.74304,8.99900\n7783,1645524874,47.74304,8.99900\n7784,1645524875,47.74304,8.99900\n7785,1645524876,47.74304,8.99900\n7786,1645524877,47.74304,8.99900\n7787,1645524878,47.74304,8.99900\n7788,1645524879,47.74304,8.99900\n7789,1645524880,47.74304,8.99900\n7790,1645524881,47.74304,8.99900\n7791,1645524882,47.74304,8.99900\n7792,1645524883,47.74304,8.99900\n7793,1645524884,47.74304,8.99900\n7794,1645524885,47.74304,8.99900\n7795,1645524886,47.74304,8.99900\n7796,1645524887,47.74304,8.99900\n7797,1645524888,47.74304,8.99900\n7798,1645524889,47.74304,8.99900\n7799,1645524890,47.74304,8.99900\n7800,1645524891,47.74304,8.99900\n7801,1645524892,47.74304,8.99900\n7802,1645524893,47.74304,8.99900\n7803,1645524894,47.74304,8.99900\n7804,1645524895,47.74304,8.99900\n7805,1645524896,47.74304,8.99900\n7806,1645524897,47.74304,8.99900\n7807,1645524898,47.74304,8.99900\n7808,1645524899,47.74304,8.99900\n7809,1645524900,47.74304,8.99900\n7810,1645524901,47.74304,8.99900\n7811,1645524902,47.74304,8.99900\n7812,1645524903,47.74304,8.99900\n7813,1645524904,47.74304,8.99900\n7814,1645524905,47.74304,8.99900\n7815,1645524906,47.74304,8.99900\n7816,1645524907,47.74304,8.99900\n7817,1645524908,47.74304,8.99900\n7818,1645524909,47.74304,8.99900\n7819,1645524910,47.74304,8.99900\n7820,1645524911,47.74304,8.99900\n7821,1645524912,47.74304,8.99900\n7822,1645524913,47.74304,8.99900\n7823,1645524914,47.74304,8.99900\n7824,1645524915,47.74304,8.99900\n7825,1645524916,47.74304,8.99900\n7826,1645524917,47.74304,8.99900\n7827,1645524918,47.74304,8.99900\n7828,1645524919,47.74304,8.99900\n7829,1645524920,47.74304,8.99900\n7830,1645524921,47.74304,8.99900\n7831,1645524922,47.74304,8.99900\n7832,1645524923,47.74304,8.99900\n7833,1645524924,47.74304,8.99900\n7834,1645524925,47.74304,8.99900\n7835,1645524926,47.74304,8.99900\n7836,1645524927,47.74304,8.99900\n7837,1645524928,47.74304,8.99900\n7838,1645524929,47.74304,8.99900\n7839,1645524930,47.74304,8.99900\n7840,1645524931,47.74304,8.99900\n7841,1645524932,47.74304,8.99900\n7842,1645524933,47.74304,8.99900\n7843,1645524934,47.74304,8.99900\n7844,1645524935,47.74304,8.99900\n7845,1645524936,47.74304,8.99900\n7846,1645524937,47.74304,8.99900\n7847,1645524938,47.74304,8.99900\n7848,1645524939,47.74304,8.99900\n7849,1645524940,47.74304,8.99900\n7850,1645524941,47.74304,8.99900\n7851,1645524942,47.74304,8.99900\n7852,1645524943,47.74304,8.99900\n7853,1645524944,47.74304,8.99900\n7854,1645524945,47.74304,8.99900\n7855,1645524946,47.74304,8.99900\n7856,1645524947,47.74304,8.99900\n7857,1645524948,47.74304,8.99900\n7858,1645524949,47.74304,8.99900\n7859,1645524950,47.74304,8.99900\n7860,1645524951,47.74304,8.99900\n7861,1645524952,47.74304,8.99900\n7862,1645524953,47.74304,8.99900\n7863,1645524954,47.74304,8.99900\n7864,1645524955,47.74304,8.99900\n7865,1645524956,47.74304,8.99900\n7866,1645524957,47.74304,8.99900\n7867,1645524958,47.74304,8.99900\n7868,1645524959,47.74304,8.99900\n7869,1645524960,47.74304,8.99900\n7870,1645524961,47.74304,8.99900\n7871,1645524962,47.74304,8.99900\n7872,1645524963,47.74304,8.99900\n7873,1645524964,47.74304,8.99900\n7874,1645524965,47.74304,8.99900\n7875,1645524966,47.74304,8.99900\n7876,1645524967,47.74304,8.99900\n7877,1645524968,47.74304,8.99900\n7878,1645524969,47.74304,8.99900\n7879,1645524970,47.74304,8.99900\n7880,1645524971,47.74304,8.99900\n7881,1645524972,47.74304,8.99900\n7882,1645524973,47.74304,8.99900\n7883,1645524974,47.74304,8.99900\n7884,1645524975,47.74304,8.99900\n7885,1645524976,47.74304,8.99900\n7886,1645524977,47.74304,8.99900\n7887,1645524978,47.74304,8.99900\n7888,1645524979,47.74304,8.99900\n7889,1645524980,47.74304,8.99900\n7890,1645524981,47.74304,8.99900\n7891,1645524982,47.74304,8.99900\n7892,1645524983,47.74304,8.99900\n7893,1645524984,47.74304,8.99900\n7894,1645524985,47.74304,8.99900\n7895,1645524986,47.74304,8.99900\n7896,1645524987,47.74304,8.99900\n7897,1645524988,47.74304,8.99900\n7898,1645524989,47.74304,8.99900\n7899,1645524990,47.74304,8.99900\n7900,1645524991,47.74304,8.99900\n7901,1645524992,47.74304,8.99900\n7902,1645524993,47.74304,8.99900\n7903,1645524994,47.74304,8.99900\n7904,1645524995,47.74304,8.99900\n7905,1645524996,47.74304,8.99900\n7906,1645524997,47.74304,8.99900\n7907,1645524998,47.74304,8.99900\n7908,1645524999,47.74304,8.99900\n7909,1645525000,47.74304,8.99900\n7910,1645525001,47.74304,8.99900\n7911,1645525002,47.74304,8.99900\n7912,1645525003,47.74304,8.99900\n7913,1645525004,47.74304,8.99900\n7914,1645525005,47.74304,8.99900\n7915,1645525006,47.74304,8.99900\n7916,1645525007,47.74304,8.99900\n7917,1645525008,47.74304,8.99900\n7918,1645525009,47.74304,8.99900\n7919,1645525010,47.74304,8.99900\n7920,1645525011,47.74304,8.99900\n7921,1645525012,47.74304,8.99900\n7922,1645525013,47.74304,8.99900\n7923,1645525014,47.74304,8.99900\n7924,1645525015,47.74304,8.99900\n7925,1645525016,47.74304,8.99900\n7926,1645525017,47.74304,8.99900\n7927,1645525018,47.74304,8.99900\n7928,1645525019,47.74304,8.99900\n7929,1645525020,47.74304,8.99900\n7930,1645525021,47.74304,8.99900\n7931,1645525022,47.74304,8.99900\n7932,1645525023,47.74304,8.99900\n7933,1645525024,47.74304,8.99900\n7934,1645525025,47.74304,8.99900\n7935,1645525026,47.74304,8.99900\n7936,1645525027,47.74304,8.99900\n7937,1645525028,47.74304,8.99900\n7938,1645525029,47.74304,8.99900\n7939,1645525030,47.74304,8.99900\n7940,1645525031,47.74304,8.99900\n7941,1645525032,47.74304,8.99900\n7942,1645525033,47.74304,8.99900\n7943,1645525034,47.74304,8.99900\n7944,1645525035,47.74304,8.99900\n7945,1645525036,47.74304,8.99900\n7946,1645525037,47.74304,8.99900\n7947,1645525038,47.74304,8.99900\n7948,1645525039,47.74304,8.99900\n7949,1645525040,47.74304,8.99900\n7950,1645525041,47.74304,8.99900\n7951,1645525042,47.74304,8.99900\n7952,1645525043,47.74304,8.99900\n7953,1645525044,47.74304,8.99900\n7954,1645525045,47.74304,8.99900\n7955,1645525046,47.74304,8.99900\n7956,1645525047,47.74304,8.99900\n7957,1645525048,47.74304,8.99900\n7958,1645525049,47.74304,8.99900\n7959,1645525050,47.74304,8.99900\n7960,1645525051,47.74304,8.99900\n7961,1645525052,47.74304,8.99900\n7962,1645525053,47.74304,8.99900\n7963,1645525054,47.74304,8.99900\n7964,1645525055,47.74304,8.99900\n7965,1645525056,47.74304,8.99900\n7966,1645525057,47.74304,8.99900\n7967,1645525058,47.74304,8.99900\n7968,1645525059,47.74304,8.99900\n7969,1645525060,47.74304,8.99900\n7970,1645525061,47.74304,8.99900\n7971,1645525062,47.74304,8.99900\n7972,1645525063,47.74304,8.99900\n7973,1645525064,47.74304,8.99900\n7974,1645525065,47.74304,8.99900\n7975,1645525066,47.74304,8.99900\n7976,1645525067,47.74304,8.99900\n7977,1645525068,47.74304,8.99900\n7978,1645525069,47.74304,8.99900\n7979,1645525070,47.74304,8.99900\n7980,1645525071,47.74304,8.99900\n7981,1645525072,47.74304,8.99900\n7982,1645525073,47.74304,8.99900\n7983,1645525074,47.74304,8.99900\n7984,1645525075,47.74304,8.99900\n7985,1645525076,47.74304,8.99900\n7986,1645525077,47.74304,8.99900\n7987,1645525078,47.74304,8.99900\n7988,1645525079,47.74304,8.99900\n7989,1645525080,47.74304,8.99900\n7990,1645525081,47.74304,8.99900\n7991,1645525082,47.74304,8.99900\n7992,1645525083,47.74304,8.99900\n7993,1645525084,47.74304,8.99900\n7994,1645525085,47.74304,8.99900\n7995,1645525086,47.74304,8.99900\n7996,1645525087,47.74304,8.99900\n7997,1645525088,47.74304,8.99900\n7998,1645525089,47.74304,8.99900\n7999,1645525090,47.74304,8.99900\n8000,1645525091,47.74304,8.99900\n8001,1645525092,47.74304,8.99900\n8002,1645525093,47.74304,8.99900\n8003,1645525094,47.74304,8.99900\n8004,1645525095,47.74304,8.99900\n8005,1645525096,47.74304,8.99900\n8006,1645525097,47.74304,8.99900\n8007,1645525098,47.74304,8.99900\n8008,1645525099,47.74304,8.99900\n8009,1645525100,47.74304,8.99900\n8010,1645525101,47.74304,8.99900\n8011,1645525102,47.74304,8.99900\n8012,1645525103,47.74304,8.99900\n8013,1645525104,47.74304,8.99900\n8014,1645525105,47.74304,8.99900\n8015,1645525106,47.74304,8.99900\n8016,1645525107,47.74304,8.99900\n8017,1645525108,47.74304,8.99900\n8018,1645525109,47.74304,8.99900\n8019,1645525110,47.74304,8.99900\n8020,1645525111,47.74304,8.99900\n8021,1645525112,47.74304,8.99900\n8022,1645525113,47.74304,8.99900\n8023,1645525114,47.74304,8.99900\n8024,1645525115,47.74304,8.99900\n8025,1645525116,47.74304,8.99900\n8026,1645525117,47.74304,8.99900\n8027,1645525118,47.74304,8.99900\n8028,1645525119,47.74304,8.99900\n8029,1645525120,47.74304,8.99900\n8030,1645525121,47.74304,8.99900\n8031,1645525122,47.74304,8.99900\n8032,1645525123,47.74304,8.99900\n8033,1645525124,47.74304,8.99900\n8034,1645525125,47.74304,8.99900\n8035,1645525126,47.74304,8.99900\n8036,1645525127,47.74304,8.99900\n8037,1645525128,47.74304,8.99900\n8038,1645525129,47.74304,8.99900\n8039,1645525130,47.74304,8.99900\n8040,1645525131,47.74304,8.99900\n8041,1645525132,47.74304,8.99900\n8042,1645525133,47.74304,8.99900\n8043,1645525134,47.74304,8.99900\n8044,1645525135,47.74304,8.99900\n8045,1645525136,47.74304,8.99900\n8046,1645525137,47.74304,8.99900\n8047,1645525138,47.74304,8.99900\n8048,1645525139,47.74304,8.99900\n8049,1645525140,47.74304,8.99900\n8050,1645525141,47.74304,8.99900\n8051,1645525142,47.74304,8.99900\n8052,1645525143,47.74304,8.99900\n8053,1645525144,47.74304,8.99900\n8054,1645525145,47.74304,8.99900\n8055,1645525146,47.74304,8.99900\n8056,1645525147,47.74304,8.99900\n8057,1645525148,47.74304,8.99900\n8058,1645525149,47.74304,8.99900\n8059,1645525150,47.74304,8.99900\n8060,1645525151,47.74304,8.99900\n8061,1645525152,47.74304,8.99900\n8062,1645525153,47.74304,8.99900\n8063,1645525154,47.74304,8.99900\n8064,1645525155,47.74304,8.99900\n8065,1645525156,47.74304,8.99900\n8066,1645525157,47.74304,8.99900\n8067,1645525158,47.74304,8.99900\n8068,1645525159,47.74304,8.99900\n8069,1645525160,47.74304,8.99900\n8070,1645525161,47.74304,8.99900\n8071,1645525162,47.74304,8.99900\n8072,1645525163,47.74304,8.99900\n8073,1645525164,47.74304,8.99900\n8074,1645525165,47.74304,8.99900\n8075,1645525166,47.74304,8.99900\n8076,1645525167,47.74304,8.99900\n8077,1645525168,47.74304,8.99900\n8078,1645525169,47.74304,8.99900\n8079,1645525170,47.74304,8.99900\n8080,1645525171,47.74304,8.99900\n8081,1645525172,47.74304,8.99900\n8082,1645525173,47.74304,8.99900\n8083,1645525174,47.74304,8.99900\n8084,1645525175,47.74304,8.99900\n8085,1645525176,47.74304,8.99900\n8086,1645525177,47.74304,8.99900\n8087,1645525178,47.74304,8.99900\n8088,1645525179,47.74304,8.99900\n8089,1645525180,47.74304,8.99900\n8090,1645525181,47.74304,8.99900\n8091,1645525182,47.74304,8.99900\n8092,1645525183,47.74304,8.99900\n8093,1645525184,47.74304,8.99900\n8094,1645525185,47.74304,8.99900\n8095,1645525186,47.74305,8.99900\n8096,1645525187,47.74304,8.99900\n8097,1645525188,47.74304,8.99900\n8098,1645525189,47.74305,8.99899\n8099,1645525190,47.74305,8.99899\n8100,1645525191,47.74305,8.99899\n8101,1645525192,47.74305,8.99899\n8102,1645525193,47.74305,8.99899\n8103,1645525194,47.74305,8.99899\n8104,1645525195,47.74305,8.99899\n8105,1645525196,47.74305,8.99899\n8106,1645525197,47.74305,8.99899\n8107,1645525198,47.74305,8.99899\n8108,1645525199,47.74305,8.99899\n8109,1645525200,47.74305,8.99899\n8110,1645525201,47.74305,8.99899\n8111,1645525202,47.74305,8.99899\n8112,1645525203,47.74305,8.99899\n8113,1645525204,47.74305,8.99899\n8114,1645525205,47.74305,8.99899\n8115,1645525206,47.74305,8.99899\n8116,1645525207,47.74305,8.99899\n8117,1645525208,47.74305,8.99899\n8118,1645525209,47.74305,8.99899\n8119,1645525210,47.74305,8.99899\n8120,1645525211,47.74305,8.99899\n8121,1645525212,47.74305,8.99899\n8122,1645525213,47.74305,8.99899\n8123,1645525214,47.74305,8.99899\n8124,1645525215,47.74305,8.99899\n8125,1645525216,47.74305,8.99899\n8126,1645525217,47.74305,8.99899\n8127,1645525218,47.74305,8.99899\n8128,1645525219,47.74305,8.99899\n8129,1645525220,47.74305,8.99899\n8130,1645525221,47.74305,8.99899\n8131,1645525222,47.74305,8.99899\n8132,1645525223,47.74305,8.99899\n8133,1645525224,47.74305,8.99899\n8134,1645525225,47.74305,8.99899\n8135,1645525226,47.74305,8.99899\n8136,1645525227,47.74305,8.99899\n8137,1645525228,47.74305,8.99899\n8138,1645525229,47.74305,8.99899\n8139,1645525230,47.74305,8.99899\n8140,1645525231,47.74305,8.99899\n8141,1645525232,47.74305,8.99899\n8142,1645525233,47.74305,8.99899\n8143,1645525234,47.74305,8.99899\n8144,1645525235,47.74305,8.99899\n8145,1645525236,47.74305,8.99899\n8146,1645525237,47.74305,8.99899\n8147,1645525238,47.74305,8.99899\n8148,1645525239,47.74305,8.99899\n8149,1645525240,47.74305,8.99899\n8150,1645525241,47.74305,8.99899\n8151,1645525242,47.74305,8.99899\n8152,1645525243,47.74304,8.99899\n8153,1645525244,47.74304,8.99899\n8154,1645525245,47.74304,8.99899\n8155,1645525246,47.74304,8.99899\n8156,1645525247,47.74304,8.99899\n8157,1645525248,47.74304,8.99899\n8158,1645525249,47.74304,8.99899\n8159,1645525250,47.74304,8.99899\n8160,1645525251,47.74304,8.99899\n8161,1645525252,47.74304,8.99899\n8162,1645525253,47.74304,8.99899\n8163,1645525254,47.74304,8.99899\n8164,1645525255,47.74304,8.99899\n8165,1645525256,47.74304,8.99899\n8166,1645525257,47.74304,8.99899\n8167,1645525258,47.74304,8.99899\n8168,1645525259,47.74304,8.99899\n8169,1645525260,47.74304,8.99899\n8170,1645525261,47.74304,8.99899\n8171,1645525262,47.74304,8.99899\n8172,1645525263,47.74304,8.99899\n8173,1645525264,47.74304,8.99899\n8174,1645525265,47.74304,8.99899\n8175,1645525266,47.74304,8.99899\n8176,1645525267,47.74304,8.99899\n8177,1645525268,47.74304,8.99899\n8178,1645525269,47.74304,8.99899\n8179,1645525270,47.74304,8.99899\n8180,1645525271,47.74304,8.99899\n8181,1645525272,47.74304,8.99899\n8182,1645525273,47.74304,8.99899\n8183,1645525274,47.74304,8.99899\n8184,1645525275,47.74304,8.99899\n8185,1645525276,47.74304,8.99899\n8186,1645525277,47.74304,8.99899\n8187,1645525278,47.74304,8.99899\n8188,1645525279,47.74304,8.99899\n8189,1645525280,47.74304,8.99899\n8190,1645525281,47.74304,8.99899\n8191,1645525282,47.74304,8.99899\n8192,1645525283,47.74304,8.99899\n8193,1645525284,47.74304,8.99899\n8194,1645525285,47.74304,8.99899\n8195,1645525286,47.74304,8.99899\n8196,1645525287,47.74304,8.99899\n8197,1645525288,47.74304,8.99899\n8198,1645525289,47.74304,8.99900\n8199,1645525290,47.74304,8.99900\n8200,1645525291,47.74304,8.99900\n8201,1645525292,47.74304,8.99900\n8202,1645525293,47.74304,8.99900\n8203,1645525294,47.74304,8.99900\n8204,1645525295,47.74304,8.99900\n8205,1645525296,47.74304,8.99900\n8206,1645525297,47.74304,8.99900\n8207,1645525298,47.74304,8.99900\n8208,1645525299,47.74304,8.99900\n8209,1645525300,47.74304,8.99900\n8210,1645525301,47.74304,8.99900\n8211,1645525302,47.74304,8.99900\n8212,1645525303,47.74304,8.99900\n8213,1645525304,47.74304,8.99900\n8214,1645525305,47.74304,8.99900\n8215,1645525306,47.74304,8.99900\n8216,1645525307,47.74304,8.99900\n8217,1645525308,47.74304,8.99900\n8218,1645525309,47.74304,8.99900\n8219,1645525310,47.74304,8.99900\n8220,1645525311,47.74304,8.99900\n8221,1645525312,47.74304,8.99900\n8222,1645525313,47.74304,8.99900\n8223,1645525314,47.74304,8.99900\n8224,1645525315,47.74304,8.99900\n8225,1645525316,47.74304,8.99900\n8226,1645525317,47.74304,8.99900\n8227,1645525318,47.74304,8.99900\n8228,1645525319,47.74304,8.99900\n8229,1645525320,47.74304,8.99900\n8230,1645525321,47.74304,8.99900\n8231,1645525322,47.74304,8.99900\n8232,1645525323,47.74304,8.99900\n8233,1645525324,47.74304,8.99900\n8234,1645525325,47.74304,8.99900\n8235,1645525326,47.74304,8.99900\n8236,1645525327,47.74304,8.99900\n8237,1645525328,47.74304,8.99900\n8238,1645525329,47.74304,8.99900\n8239,1645525330,47.74304,8.99900\n8240,1645525331,47.74304,8.99900\n8241,1645525332,47.74304,8.99900\n8242,1645525333,47.74304,8.99900\n8243,1645525334,47.74304,8.99900\n8244,1645525335,47.74304,8.99900\n8245,1645525336,47.74304,8.99900\n8246,1645525337,47.74304,8.99900\n8247,1645525338,47.74304,8.99900\n8248,1645525339,47.74304,8.99900\n8249,1645525340,47.74304,8.99900\n8250,1645525341,47.74304,8.99900\n8251,1645525342,47.74304,8.99900\n8252,1645525343,47.74304,8.99900\n8253,1645525344,47.74304,8.99900\n8254,1645525345,47.74304,8.99900\n8255,1645525346,47.74304,8.99900\n8256,1645525347,47.74304,8.99900\n8257,1645525348,47.74304,8.99900\n8258,1645525349,47.74304,8.99900\n8259,1645525350,47.74304,8.99900\n8260,1645525351,47.74304,8.99900\n8261,1645525352,47.74304,8.99900\n8262,1645525353,47.74304,8.99900\n8263,1645525354,47.74304,8.99900\n8264,1645525355,47.74304,8.99900\n8265,1645525356,47.74304,8.99900\n8266,1645525357,47.74304,8.99900\n8267,1645525358,47.74304,8.99900\n8268,1645525359,47.74304,8.99900\n8269,1645525360,47.74304,8.99900\n8270,1645525361,47.74304,8.99900\n8271,1645525362,47.74304,8.99900\n8272,1645525363,47.74304,8.99900\n8273,1645525364,47.74304,8.99900\n8274,1645525365,47.74304,8.99900\n8275,1645525366,47.74304,8.99900\n8276,1645525367,47.74304,8.99900\n8277,1645525368,47.74304,8.99900\n8278,1645525369,47.74304,8.99900\n8279,1645525370,47.74304,8.99900\n8280,1645525371,47.74304,8.99900\n8281,1645525372,47.74304,8.99900\n8282,1645525373,47.74304,8.99900\n8283,1645525374,47.74304,8.99900\n8284,1645525375,47.74304,8.99900\n8285,1645525376,47.74304,8.99900\n8286,1645525377,47.74304,8.99900\n8287,1645525378,47.74304,8.99900\n8288,1645525379,47.74304,8.99900\n8289,1645525380,47.74304,8.99900\n8290,1645525381,47.74304,8.99900\n8291,1645525382,47.74304,8.99900\n8292,1645525383,47.74304,8.99900\n8293,1645525384,47.74304,8.99900\n8294,1645525385,47.74304,8.99900\n8295,1645525386,47.74304,8.99900\n8296,1645525387,47.74304,8.99900\n8297,1645525388,47.74304,8.99900\n8298,1645525389,47.74304,8.99900\n8299,1645525390,47.74304,8.99900\n8300,1645525391,47.74304,8.99900\n8301,1645525392,47.74304,8.99900\n8302,1645525393,47.74304,8.99900\n8303,1645525394,47.74304,8.99900\n8304,1645525395,47.74304,8.99900\n8305,1645525396,47.74304,8.99900\n8306,1645525397,47.74304,8.99900\n8307,1645525398,47.74304,8.99900\n8308,1645525399,47.74304,8.99900\n8309,1645525400,47.74304,8.99900\n8310,1645525401,47.74304,8.99900\n8311,1645525402,47.74304,8.99900\n8312,1645525403,47.74304,8.99900\n8313,1645525404,47.74304,8.99900\n8314,1645525405,47.74304,8.99900\n8315,1645525406,47.74304,8.99900\n8316,1645525407,47.74304,8.99900\n8317,1645525408,47.74304,8.99900\n8318,1645525409,47.74304,8.99900\n8319,1645525410,47.74304,8.99900\n8320,1645525411,47.74304,8.99900\n8321,1645525412,47.74304,8.99900\n8322,1645525413,47.74304,8.99900\n8323,1645525414,47.74304,8.99900\n8324,1645525415,47.74304,8.99900\n8325,1645525416,47.74304,8.99900\n8326,1645525417,47.74304,8.99900\n8327,1645525418,47.74304,8.99900\n8328,1645525419,47.74304,8.99900\n8329,1645525420,47.74304,8.99900\n8330,1645525421,47.74304,8.99900\n8331,1645525422,47.74304,8.99900\n8332,1645525423,47.74304,8.99900\n8333,1645525424,47.74304,8.99900\n8334,1645525425,47.74304,8.99900\n8335,1645525426,47.74304,8.99900\n8336,1645525427,47.74304,8.99900\n8337,1645525428,47.74304,8.99900\n8338,1645525429,47.74304,8.99900\n8339,1645525430,47.74303,8.99900\n8340,1645525431,47.74304,8.99900\n8341,1645525432,47.74304,8.99900\n8342,1645525433,47.74304,8.99900\n8343,1645525434,47.74303,8.99900\n8344,1645525435,47.74303,8.99900\n8345,1645525436,47.74303,8.99900\n8346,1645525437,47.74303,8.99900\n8347,1645525438,47.74303,8.99900\n8348,1645525439,47.74303,8.99900\n8349,1645525440,47.74303,8.99900\n8350,1645525441,47.74303,8.99900\n8351,1645525442,47.74302,8.99899\n8352,1645525443,47.74302,8.99899\n8353,1645525444,47.74302,8.99899\n8354,1645525445,47.74302,8.99900\n8355,1645525446,47.74302,8.99900\n8356,1645525447,47.74301,8.99900\n8357,1645525448,47.74301,8.99900\n8358,1645525449,47.74301,8.99900\n8359,1645525450,47.74301,8.99900\n8360,1645525451,47.74301,8.99900\n8361,1645525452,47.74301,8.99900\n8362,1645525453,47.74301,8.99900\n8363,1645525454,47.74301,8.99900\n8364,1645525455,47.74301,8.99900\n8365,1645525456,47.74301,8.99900\n8366,1645525457,47.74301,8.99900\n8367,1645525458,47.74301,8.99900\n8368,1645525459,47.74301,8.99900\n8369,1645525460,47.74301,8.99900\n8370,1645525461,47.74302,8.99900\n8371,1645525462,47.74302,8.99900\n8372,1645525463,47.74302,8.99900\n8373,1645525464,47.74302,8.99900\n8374,1645525465,47.74302,8.99900\n8375,1645525466,47.74302,8.99900\n8376,1645525467,47.74302,8.99900\n8377,1645525468,47.74302,8.99900\n8378,1645525469,47.74302,8.99900\n8379,1645525470,47.74302,8.99900\n8380,1645525471,47.74302,8.99900\n8381,1645525472,47.74301,8.99900\n8382,1645525473,47.74301,8.99900\n8383,1645525474,47.74301,8.99900\n8384,1645525475,47.74301,8.99900\n8385,1645525476,47.74301,8.99900\n8386,1645525477,47.74301,8.99900\n8387,1645525478,47.74301,8.99900\n8388,1645525479,47.74301,8.99900\n8389,1645525480,47.74301,8.99900\n8390,1645525481,47.74301,8.99900\n8391,1645525482,47.74301,8.99900\n8392,1645525483,47.74301,8.99900\n8393,1645525484,47.74301,8.99900\n8394,1645525485,47.74301,8.99900\n8395,1645525486,47.74301,8.99900\n8396,1645525487,47.74301,8.99900\n8397,1645525488,47.74301,8.99900\n8398,1645525489,47.74301,8.99900\n8399,1645525490,47.74301,8.99900\n8400,1645525491,47.74301,8.99900\n8401,1645525492,47.74301,8.99900\n8402,1645525493,47.74301,8.99900\n8403,1645525494,47.74301,8.99900\n8404,1645525495,47.74301,8.99900\n8405,1645525496,47.74301,8.99900\n8406,1645525497,47.74301,8.99900\n8407,1645525498,47.74301,8.99900\n8408,1645525499,47.74301,8.99900\n8409,1645525500,47.74301,8.99900\n8410,1645525501,47.74301,8.99900\n8411,1645525502,47.74301,8.99900\n8412,1645525503,47.74301,8.99900\n8413,1645525504,47.74301,8.99900\n8414,1645525505,47.74301,8.99900\n8415,1645525506,47.74301,8.99900\n8416,1645525507,47.74301,8.99900\n8417,1645525508,47.74301,8.99900\n8418,1645525509,47.74301,8.99900\n8419,1645525510,47.74301,8.99900\n8420,1645525511,47.74301,8.99900\n8421,1645525512,47.74301,8.99900\n8422,1645525513,47.74301,8.99900\n8423,1645525514,47.74301,8.99900\n8424,1645525515,47.74301,8.99900\n8425,1645525516,47.74301,8.99900\n8426,1645525517,47.74301,8.99900\n8427,1645525518,47.74301,8.99900\n8428,1645525519,47.74301,8.99900\n8429,1645525520,47.74301,8.99900\n8430,1645525521,47.74301,8.99900\n8431,1645525522,47.74301,8.99900\n8432,1645525523,47.74301,8.99900\n8433,1645525524,47.74301,8.99900\n8434,1645525525,47.74301,8.99900\n8435,1645525526,47.74301,8.99900\n8436,1645525527,47.74301,8.99900\n8437,1645525528,47.74301,8.99900\n8438,1645525529,47.74301,8.99900\n8439,1645525530,47.74301,8.99900\n8440,1645525531,47.74301,8.99900\n8441,1645525532,47.74301,8.99900\n8442,1645525533,47.74301,8.99900\n8443,1645525534,47.74301,8.99900\n8444,1645525535,47.74301,8.99900\n8445,1645525536,47.74301,8.99900\n8446,1645525537,47.74301,8.99900\n8447,1645525538,47.74301,8.99900\n8448,1645525539,47.74301,8.99900\n8449,1645525540,47.74301,8.99900\n8450,1645525541,47.74301,8.99900\n8451,1645525542,47.74301,8.99900\n8452,1645525543,47.74301,8.99900\n8453,1645525544,47.74301,8.99900\n8454,1645525545,47.74301,8.99900\n8455,1645525546,47.74301,8.99900\n8456,1645525547,47.74301,8.99900\n8457,1645525548,47.74301,8.99900\n8458,1645525549,47.74301,8.99900\n8459,1645525550,47.74301,8.99900\n8460,1645525551,47.74301,8.99900\n8461,1645525552,47.74301,8.99900\n8462,1645525553,47.74301,8.99900\n8463,1645525554,47.74301,8.99900\n8464,1645525555,47.74301,8.99900\n8465,1645525556,47.74301,8.99900\n8466,1645525557,47.74301,8.99900\n8467,1645525558,47.74301,8.99900\n8468,1645525559,47.74301,8.99900\n8469,1645525560,47.74301,8.99900\n8470,1645525561,47.74301,8.99900\n8471,1645525562,47.74301,8.99900\n8472,1645525563,47.74301,8.99900\n8473,1645525564,47.74301,8.99900\n8474,1645525565,47.74301,8.99900\n8475,1645525566,47.74301,8.99900\n8476,1645525567,47.74301,8.99900\n8477,1645525568,47.74301,8.99900\n8478,1645525569,47.74301,8.99900\n8479,1645525570,47.74301,8.99900\n8480,1645525571,47.74301,8.99900\n8481,1645525572,47.74301,8.99900\n8482,1645525573,47.74301,8.99900\n8483,1645525574,47.74301,8.99900\n8484,1645525575,47.74301,8.99900\n8485,1645525576,47.74301,8.99900\n8486,1645525577,47.74301,8.99900\n8487,1645525578,47.74301,8.99900\n8488,1645525579,47.74301,8.99900\n8489,1645525580,47.74301,8.99900\n8490,1645525581,47.74301,8.99900\n8491,1645525582,47.74301,8.99900\n8492,1645525583,47.74301,8.99900\n8493,1645525584,47.74301,8.99900\n8494,1645525585,47.74301,8.99900\n8495,1645525586,47.74301,8.99900\n8496,1645525587,47.74301,8.99900\n8497,1645525588,47.74301,8.99900\n8498,1645525589,47.74301,8.99900\n8499,1645525590,47.74301,8.99900\n8500,1645525591,47.74301,8.99900\n8501,1645525592,47.74301,8.99900\n8502,1645525593,47.74301,8.99900\n8503,1645525594,47.74301,8.99900\n8504,1645525595,47.74301,8.99900\n8505,1645525596,47.74301,8.99900\n8506,1645525597,47.74301,8.99900\n8507,1645525598,47.74301,8.99900\n8508,1645525599,47.74301,8.99900\n8509,1645525600,47.74301,8.99900\n8510,1645525601,47.74301,8.99900\n8511,1645525602,47.74301,8.99900\n8512,1645525603,47.74301,8.99900\n8513,1645525604,47.74301,8.99900\n8514,1645525605,47.74301,8.99900\n8515,1645525606,47.74301,8.99900\n8516,1645525607,47.74301,8.99900\n8517,1645525608,47.74301,8.99900\n8518,1645525609,47.74301,8.99900\n8519,1645525610,47.74301,8.99900\n8520,1645525611,47.74301,8.99900\n8521,1645525612,47.74301,8.99900\n8522,1645525613,47.74301,8.99900\n8523,1645525614,47.74301,8.99900\n8524,1645525615,47.74301,8.99900\n8525,1645525616,47.74301,8.99900\n8526,1645525617,47.74301,8.99900\n8527,1645525618,47.74301,8.99900\n8528,1645525619,47.74301,8.99900\n8529,1645525620,47.74301,8.99900\n8530,1645525621,47.74301,8.99900\n8531,1645525622,47.74301,8.99900\n8532,1645525623,47.74301,8.99900\n8533,1645525624,47.74301,8.99900\n8534,1645525625,47.74301,8.99900\n8535,1645525626,47.74301,8.99900\n8536,1645525627,47.74301,8.99900\n8537,1645525628,47.74301,8.99900\n8538,1645525629,47.74301,8.99900\n8539,1645525630,47.74301,8.99900\n8540,1645525631,47.74301,8.99900\n8541,1645525632,47.74301,8.99900\n8542,1645525633,47.74301,8.99900\n8543,1645525634,47.74301,8.99900\n8544,1645525635,47.74301,8.99900\n8545,1645525636,47.74301,8.99900\n8546,1645525637,47.74301,8.99900\n8547,1645525638,47.74301,8.99900\n8548,1645525639,47.74301,8.99900\n8549,1645525640,47.74301,8.99900\n8550,1645525641,47.74301,8.99900\n8551,1645525642,47.74301,8.99900\n8552,1645525643,47.74301,8.99900\n8553,1645525644,47.74301,8.99900\n8554,1645525645,47.74301,8.99900\n8555,1645525646,47.74301,8.99900\n8556,1645525647,47.74301,8.99900\n8557,1645525648,47.74301,8.99900\n8558,1645525649,47.74301,8.99900\n8559,1645525650,47.74301,8.99900\n8560,1645525651,47.74301,8.99901\n8561,1645525652,47.74302,8.99901\n8562,1645525653,47.74302,8.99901\n8563,1645525654,47.74302,8.99901\n8564,1645525655,47.74302,8.99901\n8565,1645525656,47.74302,8.99901\n8566,1645525657,47.74302,8.99901\n8567,1645525658,47.74303,8.99901\n8568,1645525659,47.74303,8.99900\n8569,1645525660,47.74303,8.99901\n8570,1645525661,47.74303,8.99901\n8571,1645525662,47.74303,8.99901\n8572,1645525663,47.74304,8.99901\n8573,1645525664,47.74304,8.99900\n8574,1645525665,47.74304,8.99900\n8575,1645525666,47.74304,8.99900\n8576,1645525667,47.74304,8.99900\n8577,1645525668,47.74304,8.99900\n8578,1645525669,47.74304,8.99900\n8579,1645525670,47.74304,8.99900\n8580,1645525671,47.74304,8.99900\n8581,1645525672,47.74304,8.99900\n8582,1645525673,47.74304,8.99900\n8583,1645525674,47.74304,8.99900\n8584,1645525675,47.74304,8.99900\n8585,1645525676,47.74304,8.99900\n8586,1645525677,47.74304,8.99900\n8587,1645525678,47.74304,8.99900\n8588,1645525679,47.74304,8.99900\n8589,1645525680,47.74304,8.99900\n8590,1645525681,47.74304,8.99900\n8591,1645525682,47.74304,8.99900\n8592,1645525683,47.74303,8.99900\n8593,1645525684,47.74303,8.99900\n8594,1645525685,47.74304,8.99900\n8595,1645525686,47.74304,8.99900\n8596,1645525687,47.74304,8.99900\n8597,1645525688,47.74304,8.99900\n8598,1645525689,47.74304,8.99900\n8599,1645525690,47.74304,8.99900\n8600,1645525691,47.74304,8.99900\n8601,1645525692,47.74304,8.99900\n8602,1645525693,47.74304,8.99900\n8603,1645525694,47.74304,8.99900\n8604,1645525695,47.74304,8.99900\n8605,1645525696,47.74304,8.99900\n8606,1645525697,47.74304,8.99900\n8607,1645525698,47.74304,8.99900\n8608,1645525699,47.74304,8.99900\n8609,1645525700,47.74304,8.99900\n8610,1645525701,47.74304,8.99900\n8611,1645525702,47.74304,8.99900\n8612,1645525703,47.74304,8.99900\n8613,1645525704,47.74304,8.99900\n8614,1645525705,47.74304,8.99900\n8615,1645525706,47.74304,8.99900\n8616,1645525707,47.74304,8.99900\n8617,1645525708,47.74304,8.99900\n8618,1645525709,47.74303,8.99900\n8619,1645525710,47.74303,8.99900\n8620,1645525711,47.74303,8.99900\n8621,1645525712,47.74303,8.99900\n8622,1645525713,47.74303,8.99900\n8623,1645525714,47.74303,8.99900\n8624,1645525715,47.74303,8.99900\n8625,1645525716,47.74303,8.99900\n8626,1645525717,47.74303,8.99900\n8627,1645525718,47.74303,8.99900\n8628,1645525719,47.74303,8.99900\n8629,1645525720,47.74303,8.99900\n8630,1645525721,47.74303,8.99900\n8631,1645525722,47.74303,8.99900\n8632,1645525723,47.74303,8.99900\n8633,1645525724,47.74303,8.99900\n8634,1645525725,47.74303,8.99900\n8635,1645525726,47.74303,8.99900\n8636,1645525727,47.74303,8.99900\n8637,1645525728,47.74303,8.99900\n8638,1645525729,47.74303,8.99900\n8639,1645525730,47.74303,8.99900\n8640,1645525731,47.74303,8.99900\n8641,1645525732,47.74303,8.99900\n8642,1645525733,47.74303,8.99900\n8643,1645525734,47.74303,8.99900\n8644,1645525735,47.74303,8.99900\n8645,1645525736,47.74303,8.99900\n8646,1645525737,47.74303,8.99900\n8647,1645525738,47.74303,8.99900\n8648,1645525739,47.74303,8.99900\n8649,1645525740,47.74303,8.99900\n8650,1645525741,47.74303,8.99900\n8651,1645525742,47.74303,8.99900\n8652,1645525743,47.74303,8.99900\n8653,1645525744,47.74303,8.99900\n8654,1645525745,47.74303,8.99900\n8655,1645525746,47.74303,8.99900\n8656,1645525747,47.74303,8.99900\n8657,1645525748,47.74303,8.99900\n8658,1645525749,47.74303,8.99900\n8659,1645525750,47.74303,8.99900\n8660,1645525751,47.74303,8.99900\n8661,1645525752,47.74303,8.99900\n8662,1645525753,47.74303,8.99900\n8663,1645525754,47.74303,8.99900\n8664,1645525755,47.74303,8.99900\n8665,1645525756,47.74303,8.99900\n8666,1645525757,47.74303,8.99900\n8667,1645525758,47.74303,8.99900\n8668,1645525759,47.74303,8.99900\n8669,1645525760,47.74303,8.99900\n8670,1645525761,47.74303,8.99900\n8671,1645525762,47.74303,8.99900\n8672,1645525763,47.74303,8.99900\n8673,1645525764,47.74303,8.99900\n8674,1645525765,47.74303,8.99900\n8675,1645525766,47.74303,8.99900\n8676,1645525767,47.74303,8.99900\n8677,1645525768,47.74303,8.99900\n8678,1645525769,47.74303,8.99900\n8679,1645525770,47.74303,8.99900\n8680,1645525771,47.74303,8.99900\n8681,1645525772,47.74303,8.99900\n8682,1645525773,47.74303,8.99900\n8683,1645525774,47.74303,8.99900\n8684,1645525775,47.74303,8.99900\n8685,1645525776,47.74303,8.99900\n8686,1645525777,47.74303,8.99900\n8687,1645525778,47.74303,8.99900\n8688,1645525779,47.74303,8.99900\n8689,1645525780,47.74303,8.99900\n8690,1645525781,47.74303,8.99900\n8691,1645525782,47.74303,8.99900\n8692,1645525783,47.74303,8.99900\n8693,1645525784,47.74303,8.99900\n8694,1645525785,47.74303,8.99900\n8695,1645525786,47.74303,8.99900\n8696,1645525787,47.74303,8.99900\n8697,1645525788,47.74303,8.99900\n8698,1645525789,47.74303,8.99900\n8699,1645525790,47.74303,8.99900\n8700,1645525791,47.74303,8.99900\n8701,1645525792,47.74303,8.99900\n8702,1645525793,47.74303,8.99900\n8703,1645525794,47.74304,8.99900\n8704,1645525795,47.74304,8.99899\n8705,1645525796,47.74304,8.99900\n8706,1645525797,47.74304,8.99899\n8707,1645525798,47.74304,8.99899\n8708,1645525799,47.74304,8.99899\n8709,1645525800,47.74304,8.99899\n8710,1645525801,47.74304,8.99899\n8711,1645525802,47.74304,8.99899\n8712,1645525803,47.74304,8.99899\n8713,1645525804,47.74304,8.99899\n8714,1645525805,47.74304,8.99899\n8715,1645525806,47.74304,8.99899\n8716,1645525807,47.74304,8.99899\n8717,1645525808,47.74304,8.99899\n8718,1645525809,47.74304,8.99899\n8719,1645525810,47.74304,8.99899\n8720,1645525811,47.74304,8.99898\n8721,1645525812,47.74304,8.99898\n8722,1645525813,47.74304,8.99898\n8723,1645525814,47.74304,8.99898\n8724,1645525815,47.74304,8.99898\n8725,1645525816,47.74304,8.99898\n8726,1645525817,47.74304,8.99898\n8727,1645525818,47.74304,8.99898\n8728,1645525819,47.74304,8.99898\n8729,1645525820,47.74304,8.99898\n8730,1645525821,47.74304,8.99898\n8731,1645525822,47.74304,8.99898\n8732,1645525823,47.74304,8.99898\n8733,1645525824,47.74304,8.99898\n8734,1645525825,47.74304,8.99898\n8735,1645525826,47.74304,8.99898\n8736,1645525827,47.74304,8.99898\n8737,1645525828,47.74304,8.99898\n8738,1645525829,47.74304,8.99898\n8739,1645525830,47.74304,8.99898\n8740,1645525831,47.74304,8.99898\n8741,1645525832,47.74304,8.99898\n8742,1645525833,47.74304,8.99898\n8743,1645525834,47.74304,8.99898\n8744,1645525835,47.74304,8.99898\n8745,1645525836,47.74304,8.99898\n8746,1645525837,47.74304,8.99898\n8747,1645525838,47.74304,8.99898\n8748,1645525839,47.74304,8.99898\n8749,1645525840,47.74304,8.99898\n8750,1645525841,47.74304,8.99898\n8751,1645525842,47.74304,8.99898\n8752,1645525843,47.74304,8.99898\n8753,1645525844,47.74304,8.99898\n8754,1645525845,47.74304,8.99898\n8755,1645525846,47.74304,8.99898\n8756,1645525847,47.74304,8.99898\n8757,1645525848,47.74304,8.99898\n8758,1645525849,47.74304,8.99898\n8759,1645525850,47.74304,8.99898\n8760,1645525851,47.74304,8.99898\n8761,1645525852,47.74304,8.99898\n8762,1645525853,47.74304,8.99898\n8763,1645525854,47.74304,8.99898\n8764,1645525855,47.74304,8.99898\n8765,1645525856,47.74304,8.99898\n8766,1645525857,47.74304,8.99898\n8767,1645525858,47.74304,8.99898\n8768,1645525859,47.74304,8.99898\n8769,1645525860,47.74304,8.99898\n8770,1645525861,47.74304,8.99898\n8771,1645525862,47.74304,8.99898\n8772,1645525863,47.74304,8.99898\n8773,1645525864,47.74304,8.99898\n8774,1645525865,47.74304,8.99898\n8775,1645525866,47.74304,8.99898\n8776,1645525867,47.74304,8.99898\n8777,1645525868,47.74304,8.99898\n8778,1645525869,47.74304,8.99898\n8779,1645525870,47.74304,8.99898\n8780,1645525871,47.74304,8.99898\n8781,1645525872,47.74304,8.99898\n8782,1645525873,47.74304,8.99898\n8783,1645525874,47.74304,8.99898\n8784,1645525875,47.74304,8.99898\n8785,1645525876,47.74304,8.99898\n8786,1645525877,47.74304,8.99898\n8787,1645525878,47.74304,8.99898\n8788,1645525879,47.74304,8.99898\n8789,1645525880,47.74304,8.99898\n8790,1645525881,47.74304,8.99898\n8791,1645525882,47.74304,8.99898\n8792,1645525883,47.74304,8.99898\n8793,1645525884,47.74304,8.99898\n8794,1645525885,47.74304,8.99898\n8795,1645525886,47.74304,8.99898\n8796,1645525887,47.74304,8.99898\n8797,1645525888,47.74304,8.99898\n8798,1645525889,47.74304,8.99898\n8799,1645525890,47.74304,8.99898\n8800,1645525891,47.74304,8.99898\n8801,1645525892,47.74304,8.99898\n8802,1645525893,47.74304,8.99899\n8803,1645525894,47.74304,8.99899\n8804,1645525895,47.74304,8.99899\n8805,1645525896,47.74304,8.99899\n8806,1645525897,47.74304,8.99899\n8807,1645525898,47.74304,8.99899\n8808,1645525899,47.74304,8.99899\n8809,1645525900,47.74304,8.99899\n8810,1645525901,47.74304,8.99899\n8811,1645525902,47.74304,8.99899\n8812,1645525903,47.74304,8.99899\n8813,1645525904,47.74304,8.99899\n8814,1645525905,47.74304,8.99899\n8815,1645525906,47.74304,8.99899\n8816,1645525907,47.74304,8.99899\n8817,1645525908,47.74304,8.99899\n8818,1645525909,47.74304,8.99899\n8819,1645525910,47.74304,8.99899\n8820,1645525911,47.74304,8.99899\n8821,1645525912,47.74304,8.99899\n8822,1645525913,47.74304,8.99899\n8823,1645525914,47.74304,8.99899\n8824,1645525915,47.74304,8.99899\n8825,1645525916,47.74304,8.99899\n8826,1645525917,47.74304,8.99899\n8827,1645525918,47.74304,8.99899\n8828,1645525919,47.74304,8.99899\n8829,1645525920,47.74304,8.99899\n8830,1645525921,47.74304,8.99899\n8831,1645525922,47.74304,8.99899\n8832,1645525923,47.74304,8.99899\n8833,1645525924,47.74304,8.99899\n8834,1645525925,47.74304,8.99899\n8835,1645525926,47.74304,8.99899\n8836,1645525927,47.74304,8.99899\n8837,1645525928,47.74304,8.99899\n8838,1645525929,47.74304,8.99899\n8839,1645525930,47.74304,8.99899\n8840,1645525931,47.74304,8.99899\n8841,1645525932,47.74304,8.99899\n8842,1645525933,47.74304,8.99899\n8843,1645525934,47.74304,8.99899\n8844,1645525935,47.74304,8.99899\n8845,1645525936,47.74304,8.99899\n8846,1645525937,47.74304,8.99899\n8847,1645525938,47.74304,8.99899\n8848,1645525939,47.74304,8.99899\n8849,1645525940,47.74304,8.99899\n8850,1645525941,47.74304,8.99899\n8851,1645525942,47.74304,8.99899\n8852,1645525943,47.74304,8.99899\n8853,1645525944,47.74304,8.99899\n8854,1645525945,47.74304,8.99899\n8855,1645525946,47.74304,8.99899\n8856,1645525947,47.74304,8.99899\n8857,1645525948,47.74304,8.99899\n8858,1645525949,47.74304,8.99899\n8859,1645525950,47.74304,8.99899\n8860,1645525951,47.74304,8.99899\n8861,1645525952,47.74304,8.99899\n8862,1645525953,47.74304,8.99899\n8863,1645525954,47.74304,8.99899\n8864,1645525955,47.74304,8.99899\n8865,1645525956,47.74304,8.99899\n8866,1645525957,47.74304,8.99899\n8867,1645525958,47.74304,8.99899\n8868,1645525959,47.74304,8.99899\n8869,1645525960,47.74304,8.99899\n8870,1645525961,47.74304,8.99899\n8871,1645525962,47.74304,8.99899\n8872,1645525963,47.74304,8.99899\n8873,1645525964,47.74304,8.99899\n8874,1645525965,47.74304,8.99899\n8875,1645525966,47.74304,8.99899\n8876,1645525967,47.74304,8.99899\n8877,1645525968,47.74304,8.99899\n8878,1645525969,47.74304,8.99899\n8879,1645525970,47.74304,8.99899\n8880,1645525971,47.74304,8.99899\n8881,1645525972,47.74304,8.99899\n8882,1645525973,47.74304,8.99899\n8883,1645525974,47.74304,8.99899\n8884,1645525975,47.74304,8.99899\n8885,1645525976,47.74304,8.99899\n8886,1645525977,47.74304,8.99899\n8887,1645525978,47.74304,8.99899\n8888,1645525979,47.74304,8.99899\n8889,1645525980,47.74304,8.99899\n8890,1645525981,47.74304,8.99899\n8891,1645525982,47.74304,8.99899\n8892,1645525983,47.74304,8.99899\n8893,1645525984,47.74304,8.99899\n8894,1645525985,47.74304,8.99899\n8895,1645525986,47.74304,8.99899\n8896,1645525987,47.74304,8.99899\n8897,1645525988,47.74304,8.99899\n8898,1645525989,47.74304,8.99899\n8899,1645525990,47.74304,8.99899\n8900,1645525991,47.74304,8.99899\n8901,1645525992,47.74304,8.99899\n8902,1645525993,47.74304,8.99899\n8903,1645525994,47.74304,8.99899\n8904,1645525995,47.74304,8.99899\n8905,1645525996,47.74304,8.99899\n8906,1645525997,47.74304,8.99899\n8907,1645525998,47.74304,8.99899\n8908,1645525999,47.74304,8.99899\n8909,1645526000,47.74304,8.99899\n8910,1645526001,47.74304,8.99899\n8911,1645526002,47.74304,8.99899\n8912,1645526003,47.74304,8.99899\n8913,1645526004,47.74304,8.99899\n8914,1645526005,47.74304,8.99899\n8915,1645526006,47.74304,8.99899\n8916,1645526007,47.74304,8.99899\n8917,1645526008,47.74304,8.99899\n8918,1645526009,47.74304,8.99899\n8919,1645526010,47.74304,8.99899\n8920,1645526011,47.74304,8.99899\n8921,1645526012,47.74304,8.99899\n8922,1645526013,47.74304,8.99899\n8923,1645526014,47.74304,8.99899\n8924,1645526015,47.74304,8.99899\n8925,1645526016,47.74304,8.99899\n8926,1645526017,47.74304,8.99899\n8927,1645526018,47.74304,8.99899\n8928,1645526019,47.74304,8.99899\n8929,1645526020,47.74304,8.99899\n8930,1645526021,47.74304,8.99899\n8931,1645526022,47.74304,8.99899\n8932,1645526023,47.74304,8.99899\n8933,1645526024,47.74304,8.99899\n8934,1645526025,47.74304,8.99899\n8935,1645526026,47.74304,8.99899\n8936,1645526027,47.74304,8.99899\n8937,1645526028,47.74304,8.99899\n8938,1645526029,47.74304,8.99899\n8939,1645526030,47.74304,8.99899\n8940,1645526031,47.74304,8.99899\n8941,1645526032,47.74304,8.99899\n8942,1645526033,47.74304,8.99899\n8943,1645526034,47.74304,8.99899\n8944,1645526035,47.74304,8.99899\n8945,1645526036,47.74304,8.99899\n8946,1645526037,47.74304,8.99899\n8947,1645526038,47.74304,8.99899\n8948,1645526039,47.74304,8.99899\n8949,1645526040,47.74304,8.99899\n8950,1645526041,47.74304,8.99899\n8951,1645526042,47.74304,8.99899\n8952,1645526043,47.74304,8.99899\n8953,1645526044,47.74304,8.99899\n8954,1645526045,47.74304,8.99899\n8955,1645526046,47.74304,8.99899\n8956,1645526047,47.74304,8.99899\n8957,1645526048,47.74304,8.99899\n8958,1645526049,47.74304,8.99899\n8959,1645526050,47.74304,8.99899\n8960,1645526051,47.74304,8.99899\n8961,1645526052,47.74304,8.99899\n8962,1645526053,47.74304,8.99899\n8963,1645526054,47.74304,8.99899\n8964,1645526055,47.74304,8.99899\n8965,1645526056,47.74304,8.99899\n8966,1645526057,47.74304,8.99899\n8967,1645526058,47.74304,8.99899\n8968,1645526059,47.74304,8.99899\n8969,1645526060,47.74304,8.99899\n8970,1645526061,47.74304,8.99899\n8971,1645526062,47.74304,8.99899\n8972,1645526063,47.74304,8.99899\n8973,1645526064,47.74304,8.99899\n8974,1645526065,47.74304,8.99899\n8975,1645526066,47.74304,8.99899\n8976,1645526067,47.74304,8.99899\n8977,1645526068,47.74304,8.99899\n8978,1645526069,47.74304,8.99899\n8979,1645526070,47.74304,8.99899\n8980,1645526071,47.74304,8.99899\n8981,1645526072,47.74304,8.99899\n8982,1645526073,47.74304,8.99899\n8983,1645526074,47.74304,8.99899\n8984,1645526075,47.74304,8.99899\n8985,1645526076,47.74304,8.99899\n8986,1645526077,47.74304,8.99899\n8987,1645526078,47.74304,8.99899\n8988,1645526079,47.74304,8.99899\n8989,1645526080,47.74304,8.99899\n8990,1645526081,47.74304,8.99899\n8991,1645526082,47.74304,8.99899\n8992,1645526083,47.74304,8.99899\n8993,1645526084,47.74304,8.99899\n8994,1645526085,47.74304,8.99899\n8995,1645526086,47.74304,8.99899\n8996,1645526087,47.74304,8.99899\n8997,1645526088,47.74304,8.99899\n8998,1645526089,47.74304,8.99899\n8999,1645526090,47.74304,8.99899\n9000,1645526091,47.74304,8.99899\n9001,1645526092,47.74304,8.99899\n9002,1645526093,47.74304,8.99899\n9003,1645526094,47.74304,8.99899\n9004,1645526095,47.74304,8.99899\n9005,1645526096,47.74304,8.99899\n9006,1645526097,47.74304,8.99899\n9007,1645526098,47.74304,8.99899\n9008,1645526099,47.74304,8.99899\n9009,1645526100,47.74304,8.99899\n9010,1645526101,47.74304,8.99899\n9011,1645526102,47.74304,8.99899\n9012,1645526103,47.74304,8.99899\n9013,1645526104,47.74304,8.99899\n9014,1645526105,47.74304,8.99899\n9015,1645526106,47.74304,8.99899\n9016,1645526107,47.74304,8.99899\n9017,1645526108,47.74304,8.99899\n9018,1645526109,47.74304,8.99899\n9019,1645526110,47.74304,8.99899\n9020,1645526111,47.74304,8.99899\n9021,1645526112,47.74304,8.99899\n9022,1645526113,47.74304,8.99899\n9023,1645526114,47.74304,8.99899\n9024,1645526115,47.74304,8.99899\n9025,1645526116,47.74304,8.99899\n9026,1645526117,47.74304,8.99899\n9027,1645526118,47.74304,8.99899\n9028,1645526119,47.74304,8.99899\n9029,1645526120,47.74304,8.99899\n9030,1645526121,47.74304,8.99899\n9031,1645526122,47.74304,8.99899\n9032,1645526123,47.74304,8.99899\n9033,1645526124,47.74304,8.99899\n9034,1645526125,47.74304,8.99899\n9035,1645526126,47.74304,8.99899\n9036,1645526127,47.74304,8.99899\n9037,1645526128,47.74304,8.99899\n9038,1645526129,47.74304,8.99899\n9039,1645526130,47.74304,8.99899\n9040,1645526131,47.74304,8.99899\n9041,1645526132,47.74304,8.99899\n9042,1645526133,47.74304,8.99899\n9043,1645526134,47.74304,8.99899\n9044,1645526135,47.74304,8.99899\n9045,1645526136,47.74304,8.99899\n9046,1645526137,47.74304,8.99899\n9047,1645526138,47.74304,8.99899\n9048,1645526139,47.74304,8.99899\n9049,1645526140,47.74304,8.99899\n9050,1645526141,47.74304,8.99899\n9051,1645526142,47.74304,8.99899\n9052,1645526143,47.74304,8.99899\n9053,1645526144,47.74304,8.99899\n9054,1645526145,47.74304,8.99899\n9055,1645526146,47.74304,8.99899\n9056,1645526147,47.74304,8.99899\n9057,1645526148,47.74304,8.99899\n9058,1645526149,47.74304,8.99899\n9059,1645526150,47.74304,8.99899\n9060,1645526151,47.74304,8.99899\n9061,1645526152,47.74304,8.99899\n9062,1645526153,47.74304,8.99899\n9063,1645526154,47.74304,8.99899\n9064,1645526155,47.74304,8.99899\n9065,1645526156,47.74304,8.99899\n9066,1645526157,47.74304,8.99899\n9067,1645526158,47.74304,8.99899\n9068,1645526159,47.74304,8.99899\n9069,1645526160,47.74304,8.99899\n9070,1645526161,47.74304,8.99899\n9071,1645526162,47.74304,8.99899\n9072,1645526163,47.74304,8.99899\n9073,1645526164,47.74304,8.99899\n9074,1645526165,47.74304,8.99899\n9075,1645526166,47.74304,8.99899\n9076,1645526167,47.74304,8.99899\n9077,1645526168,47.74304,8.99899\n9078,1645526169,47.74304,8.99899\n9079,1645526170,47.74304,8.99899\n9080,1645526171,47.74304,8.99899\n9081,1645526172,47.74304,8.99899\n9082,1645526173,47.74304,8.99899\n9083,1645526174,47.74304,8.99899\n9084,1645526175,47.74304,8.99899\n9085,1645526176,47.74304,8.99899\n9086,1645526177,47.74304,8.99899\n9087,1645526178,47.74304,8.99899\n9088,1645526179,47.74304,8.99899\n9089,1645526180,47.74304,8.99899\n9090,1645526181,47.74304,8.99899\n9091,1645526182,47.74304,8.99899\n9092,1645526183,47.74304,8.99899\n9093,1645526184,47.74304,8.99899\n9094,1645526185,47.74304,8.99899\n9095,1645526186,47.74304,8.99899\n9096,1645526187,47.74304,8.99899\n9097,1645526188,47.74304,8.99899\n9098,1645526189,47.74304,8.99899\n9099,1645526190,47.74304,8.99899\n9100,1645526191,47.74304,8.99899\n9101,1645526192,47.74304,8.99899\n9102,1645526193,47.74304,8.99899\n9103,1645526194,47.74304,8.99899\n9104,1645526195,47.74304,8.99899\n9105,1645526196,47.74304,8.99899\n9106,1645526197,47.74304,8.99899\n9107,1645526198,47.74304,8.99899\n9108,1645526199,47.74304,8.99899\n9109,1645526200,47.74304,8.99899\n9110,1645526201,47.74304,8.99899\n9111,1645526202,47.74304,8.99899\n9112,1645526203,47.74304,8.99899\n9113,1645526204,47.74304,8.99899\n9114,1645526205,47.74304,8.99899\n9115,1645526206,47.74304,8.99899\n9116,1645526207,47.74304,8.99899\n9117,1645526208,47.74304,8.99899\n9118,1645526209,47.74304,8.99899\n9119,1645526210,47.74304,8.99899\n9120,1645526211,47.74304,8.99899\n9121,1645526212,47.74304,8.99899\n9122,1645526213,47.74304,8.99899\n9123,1645526214,47.74304,8.99899\n9124,1645526215,47.74304,8.99899\n9125,1645526216,47.74304,8.99899\n9126,1645526217,47.74304,8.99899\n9127,1645526218,47.74304,8.99899\n9128,1645526219,47.74304,8.99899\n9129,1645526220,47.74304,8.99899\n9130,1645526221,47.74304,8.99899\n9131,1645526222,47.74304,8.99899\n9132,1645526223,47.74304,8.99899\n9133,1645526224,47.74304,8.99899\n9134,1645526225,47.74304,8.99899\n9135,1645526226,47.74304,8.99899\n9136,1645526227,47.74304,8.99899\n9137,1645526228,47.74304,8.99899\n9138,1645526229,47.74304,8.99899\n9139,1645526230,47.74304,8.99899\n9140,1645526231,47.74304,8.99899\n9141,1645526232,47.74304,8.99899\n9142,1645526233,47.74304,8.99899\n9143,1645526234,47.74304,8.99899\n9144,1645526235,47.74304,8.99899\n9145,1645526236,47.74304,8.99899\n9146,1645526237,47.74304,8.99899\n9147,1645526238,47.74304,8.99899\n9148,1645526239,47.74304,8.99899\n9149,1645526240,47.74304,8.99899\n9150,1645526241,47.74304,8.99899\n9151,1645526242,47.74304,8.99899\n9152,1645526243,47.74304,8.99899\n9153,1645526244,47.74304,8.99899\n9154,1645526245,47.74304,8.99899\n9155,1645526246,47.74304,8.99899\n9156,1645526247,47.74304,8.99899\n9157,1645526248,47.74304,8.99899\n9158,1645526249,47.74304,8.99899\n9159,1645526250,47.74304,8.99899\n9160,1645526251,47.74304,8.99899\n9161,1645526252,47.74304,8.99899\n9162,1645526253,47.74304,8.99899\n9163,1645526254,47.74304,8.99899\n9164,1645526255,47.74304,8.99899\n9165,1645526256,47.74304,8.99899\n9166,1645526257,47.74304,8.99899\n9167,1645526258,47.74304,8.99899\n9168,1645526259,47.74304,8.99899\n9169,1645526260,47.74304,8.99899\n9170,1645526261,47.74304,8.99899\n9171,1645526262,47.74304,8.99899\n9172,1645526263,47.74304,8.99899\n9173,1645526264,47.74304,8.99899\n9174,1645526265,47.74304,8.99899\n9175,1645526266,47.74304,8.99899\n9176,1645526267,47.74304,8.99899\n9177,1645526268,47.74304,8.99899\n9178,1645526269,47.74304,8.99899\n9179,1645526270,47.74304,8.99899\n9180,1645526271,47.74304,8.99899\n9181,1645526272,47.74304,8.99899\n9182,1645526273,47.74304,8.99899\n9183,1645526274,47.74304,8.99899\n9184,1645526275,47.74304,8.99899\n9185,1645526276,47.74304,8.99899\n9186,1645526277,47.74304,8.99899\n9187,1645526278,47.74304,8.99899\n9188,1645526279,47.74304,8.99899\n9189,1645526280,47.74304,8.99899\n9190,1645526281,47.74304,8.99899\n9191,1645526282,47.74304,8.99899\n9192,1645526283,47.74304,8.99899\n9193,1645526284,47.74304,8.99899\n9194,1645526285,47.74304,8.99899\n9195,1645526286,47.74304,8.99899\n9196,1645526287,47.74304,8.99899\n9197,1645526288,47.74304,8.99899\n9198,1645526289,47.74304,8.99899\n9199,1645526290,47.74304,8.99899\n9200,1645526291,47.74304,8.99899\n9201,1645526292,47.74304,8.99899\n9202,1645526293,47.74304,8.99899\n9203,1645526294,47.74304,8.99899\n9204,1645526295,47.74304,8.99899\n9205,1645526296,47.74304,8.99899\n9206,1645526297,47.74304,8.99899\n9207,1645526298,47.74304,8.99899\n9208,1645526299,47.74304,8.99899\n9209,1645526300,47.74304,8.99899\n9210,1645526301,47.74304,8.99899\n9211,1645526302,47.74304,8.99899\n9212,1645526303,47.74304,8.99899\n9213,1645526304,47.74304,8.99899\n9214,1645526305,47.74304,8.99899\n9215,1645526306,47.74304,8.99899\n9216,1645526307,47.74304,8.99899\n9217,1645526308,47.74304,8.99899\n9218,1645526309,47.74304,8.99899\n9219,1645526310,47.74304,8.99899\n9220,1645526311,47.74304,8.99899\n9221,1645526312,47.74304,8.99899\n9222,1645526313,47.74304,8.99899\n9223,1645526314,47.74304,8.99899\n9224,1645526315,47.74304,8.99899\n9225,1645526316,47.74304,8.99899\n9226,1645526317,47.74304,8.99899\n9227,1645526318,47.74304,8.99899\n9228,1645526319,47.74304,8.99899\n9229,1645526320,47.74304,8.99899\n9230,1645526321,47.74304,8.99899\n9231,1645526322,47.74304,8.99899\n9232,1645526323,47.74304,8.99899\n9233,1645526324,47.74304,8.99899\n9234,1645526325,47.74304,8.99899\n9235,1645526326,47.74304,8.99899\n9236,1645526327,47.74304,8.99899\n9237,1645526328,47.74304,8.99899\n9238,1645526329,47.74304,8.99899\n9239,1645526330,47.74304,8.99899\n9240,1645526331,47.74304,8.99899\n9241,1645526332,47.74304,8.99899\n9242,1645526333,47.74304,8.99899\n9243,1645526334,47.74304,8.99899\n9244,1645526335,47.74304,8.99899\n9245,1645526336,47.74304,8.99899\n9246,1645526337,47.74304,8.99899\n9247,1645526338,47.74304,8.99899\n9248,1645526339,47.74304,8.99899\n9249,1645526340,47.74304,8.99899\n9250,1645526341,47.74304,8.99899\n9251,1645526342,47.74304,8.99899\n9252,1645526343,47.74304,8.99899\n9253,1645526344,47.74304,8.99899\n9254,1645526345,47.74304,8.99899\n9255,1645526346,47.74304,8.99899\n9256,1645526347,47.74304,8.99899\n9257,1645526348,47.74304,8.99899\n9258,1645526349,47.74304,8.99899\n9259,1645526350,47.74304,8.99899\n9260,1645526351,47.74304,8.99899\n9261,1645526352,47.74304,8.99899\n9262,1645526353,47.74304,8.99899\n9263,1645526354,47.74304,8.99899\n9264,1645526355,47.74304,8.99899\n9265,1645526356,47.74304,8.99899\n9266,1645526357,47.74304,8.99899\n9267,1645526358,47.74304,8.99899\n9268,1645526359,47.74304,8.99899\n9269,1645526360,47.74304,8.99899\n9270,1645526361,47.74304,8.99900\n9271,1645526362,47.74305,8.99900\n9272,1645526363,47.74305,8.99900\n9273,1645526364,47.74305,8.99900\n9274,1645526365,47.74305,8.99900\n9275,1645526366,47.74305,8.99900\n9276,1645526367,47.74305,8.99900\n9277,1645526368,47.74305,8.99900\n9278,1645526369,47.74305,8.99900\n9279,1645526370,47.74305,8.99900\n9280,1645526371,47.74305,8.99900\n9281,1645526372,47.74305,8.99900\n9282,1645526373,47.74305,8.99900\n9283,1645526374,47.74305,8.99900\n9284,1645526375,47.74305,8.99900\n9285,1645526376,47.74305,8.99900\n9286,1645526377,47.74305,8.99900\n9287,1645526378,47.74305,8.99900\n9288,1645526379,47.74305,8.99900\n9289,1645526380,47.74305,8.99900\n9290,1645526381,47.74305,8.99900\n9291,1645526382,47.74305,8.99900\n9292,1645526383,47.74305,8.99900\n9293,1645526384,47.74305,8.99900\n9294,1645526385,47.74305,8.99900\n9295,1645526386,47.74305,8.99900\n9296,1645526387,47.74305,8.99900\n9297,1645526388,47.74305,8.99900\n9298,1645526389,47.74305,8.99900\n9299,1645526390,47.74305,8.99900\n9300,1645526391,47.74305,8.99900\n9301,1645526392,47.74305,8.99900\n9302,1645526393,47.74305,8.99900\n9303,1645526394,47.74305,8.99900\n9304,1645526395,47.74305,8.99900\n9305,1645526396,47.74305,8.99900\n9306,1645526397,47.74305,8.99900\n9307,1645526398,47.74305,8.99900\n9308,1645526399,47.74305,8.99900\n9309,1645526400,47.74305,8.99900\n9310,1645526401,47.74305,8.99900\n9311,1645526402,47.74305,8.99900\n9312,1645526403,47.74305,8.99900\n9313,1645526404,47.74305,8.99900\n9314,1645526405,47.74305,8.99900\n9315,1645526406,47.74305,8.99900\n9316,1645526407,47.74305,8.99900\n9317,1645526408,47.74305,8.99900\n9318,1645526409,47.74305,8.99900\n9319,1645526410,47.74305,8.99900\n9320,1645526411,47.74305,8.99900\n9321,1645526412,47.74305,8.99900\n9322,1645526413,47.74305,8.99900\n9323,1645526414,47.74305,8.99900\n9324,1645526415,47.74305,8.99900\n9325,1645526416,47.74305,8.99900\n9326,1645526417,47.74305,8.99901\n9327,1645526418,47.74306,8.99901\n9328,1645526419,47.74305,8.99902\n9329,1645526420,47.74306,8.99902\n9330,1645526421,47.74306,8.99902\n9331,1645526422,47.74306,8.99902\n9332,1645526423,47.74306,8.99902\n9333,1645526424,47.74306,8.99902\n9334,1645526425,47.74306,8.99902\n9335,1645526426,47.74306,8.99902\n9336,1645526427,47.74306,8.99902\n9337,1645526428,47.74306,8.99902\n9338,1645526429,47.74306,8.99902\n9339,1645526430,47.74306,8.99902\n9340,1645526431,47.74306,8.99902\n9341,1645526432,47.74306,8.99902\n9342,1645526433,47.74306,8.99902\n9343,1645526434,47.74306,8.99902\n9344,1645526435,47.74306,8.99902\n9345,1645526436,47.74306,8.99902\n9346,1645526437,47.74306,8.99902\n9347,1645526438,47.74306,8.99902\n9348,1645526439,47.74306,8.99902\n9349,1645526440,47.74306,8.99902\n9350,1645526441,47.74306,8.99902\n9351,1645526442,47.74306,8.99902\n9352,1645526443,47.74306,8.99902\n9353,1645526444,47.74306,8.99902\n9354,1645526445,47.74306,8.99902\n9355,1645526446,47.74306,8.99903\n9356,1645526447,47.74306,8.99903\n9357,1645526448,47.74306,8.99903\n9358,1645526449,47.74306,8.99903\n9359,1645526450,47.74306,8.99902\n9360,1645526451,47.74306,8.99903\n9361,1645526452,47.74306,8.99903\n9362,1645526453,47.74306,8.99903\n9363,1645526454,47.74306,8.99903\n9364,1645526455,47.74306,8.99903\n9365,1645526456,47.74306,8.99903\n9366,1645526457,47.74306,8.99903\n9367,1645526458,47.74306,8.99903\n9368,1645526459,47.74306,8.99903\n9369,1645526460,47.74306,8.99903\n9370,1645526461,47.74306,8.99903\n9371,1645526462,47.74306,8.99903\n9372,1645526463,47.74306,8.99903\n9373,1645526464,47.74306,8.99903\n9374,1645526465,47.74306,8.99903\n9375,1645526466,47.74306,8.99903\n9376,1645526467,47.74306,8.99903\n9377,1645526468,47.74306,8.99903\n9378,1645526469,47.74306,8.99903\n9379,1645526470,47.74306,8.99903\n9380,1645526471,47.74306,8.99903\n9381,1645526472,47.74306,8.99903\n9382,1645526473,47.74306,8.99903\n9383,1645526474,47.74306,8.99903\n9384,1645526475,47.74306,8.99903\n9385,1645526476,47.74306,8.99903\n9386,1645526477,47.74306,8.99903\n9387,1645526478,47.74306,8.99903\n9388,1645526479,47.74306,8.99903\n9389,1645526480,47.74306,8.99903\n9390,1645526481,47.74306,8.99903\n9391,1645526482,47.74306,8.99903\n9392,1645526483,47.74306,8.99903\n9393,1645526484,47.74306,8.99903\n9394,1645526485,47.74306,8.99903\n9395,1645526486,47.74306,8.99903\n9396,1645526487,47.74306,8.99903\n9397,1645526488,47.74306,8.99903\n9398,1645526489,47.74306,8.99903\n9399,1645526490,47.74306,8.99902\n9400,1645526491,47.74306,8.99902\n9401,1645526492,47.74306,8.99902\n9402,1645526493,47.74306,8.99902\n9403,1645526494,47.74306,8.99902\n9404,1645526495,47.74306,8.99902\n9405,1645526496,47.74306,8.99902\n9406,1645526497,47.74306,8.99902\n9407,1645526498,47.74306,8.99902\n9408,1645526499,47.74306,8.99902\n9409,1645526500,47.74306,8.99902\n9410,1645526501,47.74306,8.99902\n9411,1645526502,47.74306,8.99902\n9412,1645526503,47.74306,8.99902\n9413,1645526504,47.74306,8.99902\n9414,1645526505,47.74306,8.99902\n9415,1645526506,47.74306,8.99902\n9416,1645526507,47.74306,8.99902\n9417,1645526508,47.74306,8.99902\n9418,1645526509,47.74306,8.99902\n9419,1645526510,47.74306,8.99902\n9420,1645526511,47.74306,8.99902\n9421,1645526512,47.74306,8.99902\n9422,1645526513,47.74306,8.99903\n9423,1645526514,47.74306,8.99903\n9424,1645526515,47.74306,8.99903\n9425,1645526516,47.74306,8.99903\n9426,1645526517,47.74306,8.99903\n9427,1645526518,47.74306,8.99903\n9428,1645526519,47.74306,8.99903\n9429,1645526520,47.74306,8.99903\n9430,1645526521,47.74306,8.99903\n9431,1645526522,47.74306,8.99903\n9432,1645526523,47.74306,8.99903\n9433,1645526524,47.74306,8.99903\n9434,1645526525,47.74306,8.99903\n9435,1645526526,47.74306,8.99903\n9436,1645526527,47.74306,8.99903\n9437,1645526528,47.74306,8.99903\n9438,1645526529,47.74306,8.99903\n9439,1645526530,47.74306,8.99903\n9440,1645526531,47.74306,8.99903\n9441,1645526532,47.74306,8.99903\n9442,1645526533,47.74306,8.99903\n9443,1645526534,47.74306,8.99903\n9444,1645526535,47.74306,8.99903\n9445,1645526536,47.74306,8.99903\n9446,1645526537,47.74306,8.99903\n9447,1645526538,47.74306,8.99903\n9448,1645526539,47.74306,8.99903\n9449,1645526540,47.74306,8.99903\n9450,1645526541,47.74306,8.99903\n9451,1645526542,47.74306,8.99903\n9452,1645526543,47.74306,8.99903\n9453,1645526544,47.74306,8.99903\n9454,1645526545,47.74306,8.99903\n9455,1645526546,47.74306,8.99903\n9456,1645526547,47.74306,8.99903\n9457,1645526548,47.74306,8.99903\n9458,1645526549,47.74306,8.99903\n9459,1645526550,47.74306,8.99903\n9460,1645526551,47.74306,8.99903\n9461,1645526552,47.74306,8.99903\n9462,1645526553,47.74306,8.99903\n9463,1645526554,47.74306,8.99903\n9464,1645526555,47.74306,8.99903\n9465,1645526556,47.74306,8.99903\n9466,1645526557,47.74306,8.99903\n9467,1645526558,47.74306,8.99903\n9468,1645526559,47.74306,8.99903\n9469,1645526560,47.74306,8.99903\n9470,1645526561,47.74306,8.99903\n9471,1645526562,47.74306,8.99903\n9472,1645526563,47.74306,8.99903\n9473,1645526564,47.74306,8.99903\n9474,1645526565,47.74306,8.99903\n9475,1645526566,47.74306,8.99903\n9476,1645526567,47.74306,8.99903\n9477,1645526568,47.74306,8.99903\n9478,1645526569,47.74306,8.99903\n9479,1645526570,47.74306,8.99903\n9480,1645526571,47.74306,8.99903\n9481,1645526572,47.74306,8.99903\n9482,1645526573,47.74306,8.99903\n9483,1645526574,47.74306,8.99903\n9484,1645526575,47.74306,8.99903\n9485,1645526576,47.74306,8.99903\n9486,1645526577,47.74306,8.99903\n9487,1645526578,47.74306,8.99903\n9488,1645526579,47.74306,8.99903\n9489,1645526580,47.74306,8.99903\n9490,1645526581,47.74306,8.99903\n9491,1645526582,47.74306,8.99903\n9492,1645526583,47.74306,8.99903\n9493,1645526584,47.74306,8.99903\n9494,1645526585,47.74306,8.99903\n9495,1645526586,47.74306,8.99903\n9496,1645526587,47.74306,8.99903\n9497,1645526588,47.74306,8.99903\n9498,1645526589,47.74306,8.99903\n9499,1645526590,47.74306,8.99903\n9500,1645526591,47.74306,8.99903\n9501,1645526592,47.74306,8.99903\n9502,1645526593,47.74306,8.99903\n9503,1645526594,47.74306,8.99903\n9504,1645526595,47.74306,8.99903\n9505,1645526596,47.74306,8.99903\n9506,1645526597,47.74306,8.99903\n9507,1645526598,47.74306,8.99903\n9508,1645526599,47.74306,8.99903\n9509,1645526600,47.74306,8.99903\n9510,1645526601,47.74306,8.99903\n9511,1645526602,47.74306,8.99903\n9512,1645526603,47.74306,8.99903\n9513,1645526604,47.74306,8.99903\n9514,1645526605,47.74306,8.99903\n9515,1645526606,47.74306,8.99903\n9516,1645526607,47.74306,8.99903\n9517,1645526608,47.74306,8.99903\n9518,1645526609,47.74306,8.99903\n9519,1645526610,47.74306,8.99903\n9520,1645526611,47.74306,8.99903\n9521,1645526612,47.74306,8.99903\n9522,1645526613,47.74306,8.99903\n9523,1645526614,47.74306,8.99903\n9524,1645526615,47.74306,8.99903\n9525,1645526616,47.74306,8.99903\n9526,1645526617,47.74306,8.99903\n9527,1645526618,47.74306,8.99903\n9528,1645526619,47.74306,8.99903\n9529,1645526620,47.74306,8.99903\n9530,1645526621,47.74306,8.99903\n9531,1645526622,47.74306,8.99903\n9532,1645526623,47.74306,8.99903\n9533,1645526624,47.74306,8.99903\n9534,1645526625,47.74306,8.99903\n9535,1645526626,47.74306,8.99903\n9536,1645526627,47.74306,8.99903\n9537,1645526628,47.74306,8.99903\n9538,1645526629,47.74306,8.99903\n9539,1645526630,47.74306,8.99903\n9540,1645526631,47.74306,8.99903\n9541,1645526632,47.74306,8.99903\n9542,1645526633,47.74306,8.99903\n9543,1645526634,47.74306,8.99903\n9544,1645526635,47.74306,8.99903\n9545,1645526636,47.74306,8.99903\n9546,1645526637,47.74306,8.99903\n9547,1645526638,47.74306,8.99903\n9548,1645526639,47.74306,8.99903\n9549,1645526640,47.74306,8.99903\n9550,1645526641,47.74306,8.99903\n9551,1645526642,47.74306,8.99903\n9552,1645526643,47.74306,8.99903\n9553,1645526644,47.74306,8.99903\n9554,1645526645,47.74306,8.99903\n9555,1645526646,47.74306,8.99903\n9556,1645526647,47.74306,8.99903\n9557,1645526648,47.74306,8.99903\n9558,1645526649,47.74306,8.99903\n9559,1645526650,47.74306,8.99903\n9560,1645526651,47.74306,8.99903\n9561,1645526652,47.74306,8.99903\n9562,1645526653,47.74306,8.99903\n9563,1645526654,47.74306,8.99903\n9564,1645526655,47.74306,8.99903\n9565,1645526656,47.74306,8.99903\n9566,1645526657,47.74306,8.99903\n9567,1645526658,47.74306,8.99903\n9568,1645526659,47.74306,8.99903\n9569,1645526660,47.74306,8.99903\n9570,1645526661,47.74306,8.99903\n9571,1645526662,47.74306,8.99903\n9572,1645526663,47.74306,8.99903\n9573,1645526664,47.74306,8.99903\n9574,1645526665,47.74306,8.99903\n9575,1645526666,47.74306,8.99903\n9576,1645526667,47.74306,8.99903\n9577,1645526668,47.74306,8.99903\n9578,1645526669,47.74306,8.99903\n9579,1645526670,47.74306,8.99903\n9580,1645526671,47.74306,8.99903\n9581,1645526672,47.74306,8.99903\n9582,1645526673,47.74306,8.99903\n9583,1645526674,47.74306,8.99903\n9584,1645526675,47.74306,8.99903\n9585,1645526676,47.74306,8.99903\n9586,1645526677,47.74306,8.99903\n9587,1645526678,47.74306,8.99903\n9588,1645526679,47.74306,8.99903\n9589,1645526680,47.74306,8.99903\n9590,1645526681,47.74306,8.99903\n9591,1645526682,47.74306,8.99903\n9592,1645526683,47.74306,8.99903\n9593,1645526684,47.74306,8.99903\n9594,1645526685,47.74306,8.99903\n9595,1645526686,47.74306,8.99903\n9596,1645526687,47.74306,8.99903\n9597,1645526688,47.74306,8.99903\n9598,1645526689,47.74306,8.99903\n9599,1645526690,47.74306,8.99903\n9600,1645526691,47.74306,8.99903\n9601,1645526692,47.74306,8.99903\n9602,1645526693,47.74306,8.99903\n9603,1645526694,47.74306,8.99903\n9604,1645526695,47.74306,8.99903\n9605,1645526696,47.74306,8.99903\n9606,1645526697,47.74306,8.99903\n9607,1645526698,47.74305,8.99903\n9608,1645526699,47.74305,8.99903\n9609,1645526700,47.74305,8.99903\n9610,1645526701,47.74305,8.99903\n9611,1645526702,47.74305,8.99903\n9612,1645526703,47.74305,8.99903\n9613,1645526704,47.74305,8.99903\n9614,1645526705,47.74305,8.99903\n9615,1645526706,47.74305,8.99903\n9616,1645526707,47.74305,8.99903\n9617,1645526708,47.74305,8.99903\n9618,1645526709,47.74305,8.99903\n9619,1645526710,47.74305,8.99903\n9620,1645526711,47.74305,8.99903\n9621,1645526712,47.74305,8.99903\n9622,1645526713,47.74305,8.99903\n9623,1645526714,47.74305,8.99903\n9624,1645526715,47.74305,8.99903\n9625,1645526716,47.74305,8.99903\n9626,1645526717,47.74305,8.99903\n9627,1645526718,47.74305,8.99903\n9628,1645526719,47.74305,8.99903\n9629,1645526720,47.74305,8.99903\n9630,1645526721,47.74305,8.99903\n9631,1645526722,47.74305,8.99903\n9632,1645526723,47.74305,8.99903\n9633,1645526724,47.74305,8.99903\n9634,1645526725,47.74305,8.99903\n9635,1645526726,47.74305,8.99903\n9636,1645526727,47.74305,8.99903\n9637,1645526728,47.74305,8.99903\n9638,1645526729,47.74305,8.99903\n9639,1645526730,47.74305,8.99903\n9640,1645526731,47.74305,8.99903\n9641,1645526732,47.74305,8.99903\n9642,1645526733,47.74305,8.99903\n9643,1645526734,47.74305,8.99903\n9644,1645526735,47.74305,8.99903\n9645,1645526736,47.74305,8.99903\n9646,1645526737,47.74305,8.99903\n9647,1645526738,47.74305,8.99903\n9648,1645526739,47.74305,8.99903\n9649,1645526740,47.74305,8.99903\n9650,1645526741,47.74305,8.99903\n9651,1645526742,47.74305,8.99903\n9652,1645526743,47.74305,8.99903\n9653,1645526744,47.74305,8.99903\n9654,1645526745,47.74305,8.99903\n9655,1645526746,47.74305,8.99903\n9656,1645526747,47.74305,8.99903\n9657,1645526748,47.74305,8.99903\n9658,1645526749,47.74305,8.99903\n9659,1645526750,47.74305,8.99903\n9660,1645526751,47.74305,8.99903\n9661,1645526752,47.74305,8.99903\n9662,1645526753,47.74305,8.99903\n9663,1645526754,47.74305,8.99903\n9664,1645526755,47.74305,8.99903\n9665,1645526756,47.74305,8.99903\n9666,1645526757,47.74305,8.99903\n9667,1645526758,47.74305,8.99903\n9668,1645526759,47.74305,8.99903\n9669,1645526760,47.74305,8.99903\n9670,1645526761,47.74305,8.99903\n9671,1645526762,47.74305,8.99903\n9672,1645526763,47.74305,8.99903\n9673,1645526764,47.74305,8.99903\n9674,1645526765,47.74305,8.99903\n9675,1645526766,47.74305,8.99903\n9676,1645526767,47.74305,8.99903\n9677,1645526768,47.74305,8.99903\n9678,1645526769,47.74305,8.99903\n9679,1645526770,47.74305,8.99903\n9680,1645526771,47.74305,8.99903\n9681,1645526772,47.74305,8.99903\n9682,1645526773,47.74305,8.99903\n9683,1645526774,47.74305,8.99903\n9684,1645526775,47.74305,8.99903\n9685,1645526776,47.74305,8.99903\n9686,1645526777,47.74305,8.99903\n9687,1645526778,47.74305,8.99903\n9688,1645526779,47.74305,8.99903\n9689,1645526781,47.74305,8.99903\n9690,1645526782,47.74305,8.99903\n9691,1645526783,47.74305,8.99903\n9692,1645526784,47.74305,8.99903\n9693,1645526785,47.74305,8.99903\n9694,1645526786,47.74305,8.99903\n9695,1645526787,47.74305,8.99903\n9696,1645526788,47.74305,8.99903\n9697,1645526789,47.74305,8.99903\n9698,1645526790,47.74305,8.99903\n9699,1645526791,47.74305,8.99903\n9700,1645526792,47.74305,8.99903\n9701,1645526793,47.74305,8.99903\n9702,1645526794,47.74305,8.99903\n9703,1645526795,47.74305,8.99903\n9704,1645526796,47.74305,8.99903\n9705,1645526797,47.74305,8.99903\n9706,1645526798,47.74305,8.99903\n9707,1645526799,47.74305,8.99903\n9708,1645526800,47.74305,8.99903\n9709,1645526801,47.74305,8.99903\n9710,1645526802,47.74305,8.99903\n9711,1645526803,47.74305,8.99903\n9712,1645526804,47.74305,8.99903\n9713,1645526805,47.74305,8.99903\n9714,1645526806,47.74305,8.99903\n9715,1645526807,47.74305,8.99903\n9716,1645526808,47.74305,8.99903\n9717,1645526809,47.74305,8.99903\n9718,1645526810,47.74305,8.99903\n9719,1645526811,47.74305,8.99903\n9720,1645526812,47.74305,8.99903\n9721,1645526813,47.74305,8.99903\n9722,1645526814,47.74305,8.99903\n9723,1645526815,47.74305,8.99903\n9724,1645526816,47.74305,8.99903\n9725,1645526817,47.74305,8.99903\n9726,1645526818,47.74305,8.99903\n9727,1645526819,47.74305,8.99903\n9728,1645526820,47.74305,8.99903\n9729,1645526821,47.74305,8.99903\n9730,1645526822,47.74305,8.99903\n9731,1645526823,47.74305,8.99903\n9732,1645526824,47.74305,8.99903\n9733,1645526825,47.74305,8.99903\n9734,1645526826,47.74305,8.99903\n9735,1645526827,47.74305,8.99903\n9736,1645526828,47.74304,8.99903\n9737,1645526829,47.74304,8.99903\n9738,1645526830,47.74304,8.99903\n9739,1645526831,47.74304,8.99903\n9740,1645526832,47.74304,8.99903\n9741,1645526833,47.74304,8.99903\n9742,1645526834,47.74304,8.99903\n9743,1645526835,47.74304,8.99903\n9744,1645526836,47.74304,8.99902\n9745,1645526837,47.74304,8.99902\n9746,1645526838,47.74304,8.99902\n9747,1645526839,47.74304,8.99902\n9748,1645526840,47.74304,8.99902\n9749,1645526841,47.74304,8.99902\n9750,1645526842,47.74304,8.99902\n9751,1645526843,47.74304,8.99902\n9752,1645526844,47.74304,8.99902\n9753,1645526845,47.74304,8.99902\n9754,1645526846,47.74304,8.99902\n9755,1645526847,47.74304,8.99902\n9756,1645526848,47.74304,8.99902\n9757,1645526849,47.74304,8.99902\n9758,1645526850,47.74304,8.99902\n9759,1645526851,47.74304,8.99902\n9760,1645526852,47.74304,8.99902\n9761,1645526853,47.74304,8.99902\n9762,1645526854,47.74304,8.99902\n9763,1645526855,47.74304,8.99902\n9764,1645526856,47.74304,8.99902\n9765,1645526857,47.74304,8.99902\n9766,1645526858,47.74304,8.99902\n9767,1645526859,47.74304,8.99902\n9768,1645526860,47.74304,8.99902\n9769,1645526861,47.74304,8.99902\n9770,1645526862,47.74304,8.99902\n9771,1645526863,47.74304,8.99902\n9772,1645526864,47.74304,8.99902\n9773,1645526865,47.74304,8.99902\n9774,1645526866,47.74304,8.99902\n9775,1645526867,47.74304,8.99902\n9776,1645526868,47.74304,8.99902\n9777,1645526869,47.74304,8.99902\n9778,1645526870,47.74304,8.99902\n9779,1645526871,47.74304,8.99902\n9780,1645526872,47.74304,8.99902\n9781,1645526873,47.74304,8.99902\n9782,1645526874,47.74304,8.99902\n9783,1645526875,47.74304,8.99902\n9784,1645526876,47.74304,8.99902\n9785,1645526877,47.74304,8.99902\n9786,1645526878,47.74304,8.99902\n9787,1645526879,47.74304,8.99902\n9788,1645526880,47.74304,8.99902\n9789,1645526881,47.74304,8.99902\n9790,1645526882,47.74304,8.99902\n9791,1645526883,47.74304,8.99902\n9792,1645526884,47.74304,8.99902\n9793,1645526885,47.74304,8.99902\n9794,1645526886,47.74304,8.99902\n9795,1645526887,47.74304,8.99902\n9796,1645526888,47.74304,8.99902\n9797,1645526889,47.74304,8.99902\n9798,1645526890,47.74304,8.99902\n9799,1645526891,47.74304,8.99902\n9800,1645526892,47.74304,8.99902\n9801,1645526893,47.74304,8.99902\n9802,1645526894,47.74304,8.99902\n9803,1645526895,47.74304,8.99902\n9804,1645526896,47.74304,8.99902\n9805,1645526897,47.74304,8.99902\n9806,1645526898,47.74304,8.99902\n9807,1645526899,47.74304,8.99902\n9808,1645526900,47.74304,8.99902\n9809,1645526901,47.74304,8.99902\n9810,1645526902,47.74304,8.99902\n9811,1645526903,47.74304,8.99902\n9812,1645526904,47.74304,8.99902\n9813,1645526905,47.74304,8.99902\n9814,1645526906,47.74304,8.99902\n9815,1645526907,47.74304,8.99902\n9816,1645526908,47.74304,8.99902\n9817,1645526909,47.74304,8.99902\n9818,1645526910,47.74304,8.99902\n9819,1645526911,47.74304,8.99902\n9820,1645526912,47.74304,8.99902\n9821,1645526913,47.74304,8.99902\n9822,1645526914,47.74304,8.99902\n9823,1645526915,47.74304,8.99902\n9824,1645526916,47.74304,8.99902\n9825,1645526917,47.74304,8.99902\n9826,1645526918,47.74304,8.99902\n9827,1645526919,47.74304,8.99902\n9828,1645526920,47.74304,8.99902\n9829,1645526921,47.74304,8.99902\n9830,1645526922,47.74304,8.99902\n9831,1645526923,47.74304,8.99902\n9832,1645526924,47.74304,8.99902\n9833,1645526925,47.74305,8.99901\n9834,1645526926,47.74306,8.99901\n9835,1645526927,47.74306,8.99900\n9836,1645526928,47.74306,8.99899\n9837,1645526929,47.74306,8.99899\n9838,1645526930,47.74306,8.99899\n9839,1645526931,47.74307,8.99898\n9840,1645526932,47.74307,8.99898\n9841,1645526933,47.74307,8.99897\n9842,1645526934,47.74308,8.99897\n9843,1645526935,47.74308,8.99897\n9844,1645526936,47.74308,8.99897\n9845,1645526937,47.74308,8.99897\n9846,1645526938,47.74308,8.99897\n9847,1645526939,47.74308,8.99897\n9848,1645526940,47.74308,8.99897\n9849,1645526941,47.74308,8.99897\n9850,1645526942,47.74308,8.99897\n9851,1645526943,47.74308,8.99897\n9852,1645526944,47.74308,8.99897\n9853,1645526945,47.74308,8.99897\n9854,1645526946,47.74308,8.99897\n9855,1645526947,47.74308,8.99897\n9856,1645526948,47.74308,8.99897\n9857,1645526949,47.74308,8.99897\n9858,1645526950,47.74308,8.99897\n9859,1645526951,47.74308,8.99897\n9860,1645526952,47.74308,8.99897\n9861,1645526953,47.74308,8.99897\n9862,1645526954,47.74308,8.99897\n9863,1645526955,47.74308,8.99897\n9864,1645526956,47.74308,8.99897\n9865,1645526957,47.74308,8.99897\n9866,1645526958,47.74308,8.99897\n9867,1645526959,47.74308,8.99897\n9868,1645526960,47.74308,8.99897\n9869,1645526961,47.74308,8.99897\n9870,1645526962,47.74308,8.99897\n9871,1645526963,47.74308,8.99897\n9872,1645526964,47.74308,8.99897\n9873,1645526965,47.74308,8.99897\n9874,1645526966,47.74308,8.99897\n9875,1645526967,47.74308,8.99897\n9876,1645526968,47.74308,8.99897\n9877,1645526969,47.74308,8.99897\n9878,1645526970,47.74308,8.99897\n9879,1645526971,47.74308,8.99897\n9880,1645526972,47.74308,8.99897\n9881,1645526973,47.74308,8.99897\n9882,1645526974,47.74308,8.99897\n9883,1645526975,47.74308,8.99897\n9884,1645526976,47.74308,8.99897\n9885,1645526977,47.74308,8.99897\n9886,1645526978,47.74308,8.99897\n9887,1645526979,47.74308,8.99897\n9888,1645526980,47.74308,8.99897\n9889,1645526981,47.74308,8.99897\n9890,1645526982,47.74308,8.99897\n9891,1645526983,47.74308,8.99897\n9892,1645526984,47.74308,8.99897\n9893,1645526985,47.74308,8.99897\n9894,1645526986,47.74308,8.99897\n9895,1645526987,47.74308,8.99897\n9896,1645526988,47.74308,8.99897\n9897,1645526989,47.74308,8.99897\n9898,1645526990,47.74308,8.99897\n9899,1645526991,47.74308,8.99897\n9900,1645526992,47.74308,8.99897\n9901,1645526993,47.74308,8.99897\n9902,1645526994,47.74308,8.99897\n9903,1645526995,47.74308,8.99897\n9904,1645526996,47.74308,8.99897\n9905,1645526997,47.74308,8.99897\n9906,1645526998,47.74308,8.99897\n9907,1645526999,47.74307,8.99897\n9908,1645527000,47.74307,8.99897\n9909,1645527001,47.74307,8.99897\n9910,1645527002,47.74307,8.99897\n9911,1645527003,47.74307,8.99897\n9912,1645527004,47.74307,8.99897\n9913,1645527005,47.74307,8.99897\n9914,1645527006,47.74307,8.99897\n9915,1645527007,47.74307,8.99897\n9916,1645527008,47.74307,8.99897\n9917,1645527009,47.74307,8.99897\n9918,1645527010,47.74307,8.99897\n9919,1645527011,47.74307,8.99897\n9920,1645527012,47.74307,8.99897\n9921,1645527013,47.74307,8.99897\n9922,1645527014,47.74307,8.99897\n9923,1645527015,47.74307,8.99897\n9924,1645527016,47.74307,8.99897\n9925,1645527017,47.74307,8.99897\n9926,1645527018,47.74307,8.99897\n9927,1645527019,47.74307,8.99897\n9928,1645527020,47.74307,8.99897\n9929,1645527021,47.74307,8.99897\n9930,1645527022,47.74307,8.99897\n9931,1645527023,47.74307,8.99897\n9932,1645527024,47.74307,8.99897\n9933,1645527025,47.74307,8.99897\n9934,1645527026,47.74307,8.99897\n9935,1645527027,47.74307,8.99897\n9936,1645527028,47.74307,8.99897\n9937,1645527029,47.74307,8.99897\n9938,1645527030,47.74307,8.99897\n9939,1645527031,47.74307,8.99897\n9940,1645527032,47.74307,8.99897\n9941,1645527033,47.74307,8.99897\n9942,1645527034,47.74307,8.99897\n9943,1645527035,47.74307,8.99897\n9944,1645527036,47.74307,8.99897\n9945,1645527037,47.74307,8.99897\n9946,1645527038,47.74307,8.99897\n9947,1645527039,47.74307,8.99897\n9948,1645527040,47.74307,8.99897\n9949,1645527041,47.74307,8.99897\n9950,1645527042,47.74307,8.99897\n9951,1645527043,47.74307,8.99897\n9952,1645527044,47.74307,8.99897\n9953,1645527045,47.74307,8.99897\n9954,1645527046,47.74307,8.99897\n9955,1645527047,47.74307,8.99897\n9956,1645527048,47.74307,8.99897\n9957,1645527049,47.74307,8.99897\n9958,1645527050,47.74307,8.99897\n9959,1645527051,47.74307,8.99897\n9960,1645527052,47.74307,8.99897\n9961,1645527053,47.74307,8.99897\n9962,1645527054,47.74307,8.99897\n9963,1645527055,47.74307,8.99897\n9964,1645527056,47.74307,8.99897\n9965,1645527057,47.74307,8.99897\n9966,1645527058,47.74307,8.99897\n9967,1645527059,47.74307,8.99897\n9968,1645527060,47.74307,8.99897\n9969,1645527061,47.74307,8.99897\n9970,1645527062,47.74307,8.99897\n9971,1645527063,47.74307,8.99897\n9972,1645527064,47.74307,8.99897\n9973,1645527065,47.74307,8.99897\n9974,1645527066,47.74307,8.99897\n9975,1645527067,47.74307,8.99897\n9976,1645527068,47.74307,8.99897\n9977,1645527069,47.74307,8.99897\n9978,1645527070,47.74307,8.99897\n9979,1645527071,47.74307,8.99897\n9980,1645527072,47.74307,8.99897\n9981,1645527073,47.74307,8.99897\n9982,1645527074,47.74307,8.99897\n9983,1645527075,47.74307,8.99897\n9984,1645527076,47.74307,8.99897\n9985,1645527077,47.74307,8.99897\n9986,1645527078,47.74307,8.99897\n9987,1645527079,47.74307,8.99897\n9988,1645527080,47.74307,8.99897\n9989,1645527081,47.74307,8.99897\n9990,1645527082,47.74307,8.99897\n9991,1645527083,47.74307,8.99897\n9992,1645527084,47.74307,8.99897\n9993,1645527085,47.74307,8.99897\n9994,1645527086,47.74307,8.99897\n9995,1645527087,47.74307,8.99897\n9996,1645527088,47.74307,8.99897\n9997,1645527089,47.74307,8.99897\n9998,1645527090,47.74307,8.99897\n9999,1645527091,47.74307,8.99897\n10000,1645527092,47.74307,8.99897\n10001,1645527093,47.74307,8.99897\n10002,1645527094,47.74307,8.99897\n10003,1645527095,47.74307,8.99897\n10004,1645527096,47.74307,8.99897\n10005,1645527097,47.74307,8.99897\n10006,1645527098,47.74307,8.99897\n10007,1645527099,47.74307,8.99897\n10008,1645527100,47.74307,8.99897\n10009,1645527101,47.74307,8.99897\n10010,1645527102,47.74307,8.99897\n10011,1645527103,47.74307,8.99897\n10012,1645527104,47.74307,8.99897\n10013,1645527105,47.74307,8.99897\n10014,1645527106,47.74307,8.99897\n10015,1645527107,47.74307,8.99897\n10016,1645527108,47.74307,8.99897\n10017,1645527109,47.74307,8.99897\n10018,1645527110,47.74307,8.99897\n10019,1645527111,47.74307,8.99897\n10020,1645527112,47.74307,8.99897\n10021,1645527113,47.74307,8.99897\n10022,1645527114,47.74307,8.99897\n10023,1645527115,47.74307,8.99897\n10024,1645527116,47.74307,8.99897\n10025,1645527117,47.74307,8.99897\n10026,1645527118,47.74307,8.99897\n10027,1645527119,47.74307,8.99897\n10028,1645527120,47.74307,8.99897\n10029,1645527121,47.74307,8.99897\n10030,1645527122,47.74307,8.99897\n10031,1645527123,47.74307,8.99897\n10032,1645527124,47.74307,8.99897\n10033,1645527125,47.74307,8.99897\n10034,1645527126,47.74307,8.99898\n10035,1645527127,47.74307,8.99898\n10036,1645527128,47.74307,8.99898\n10037,1645527129,47.74307,8.99898\n10038,1645527130,47.74307,8.99898\n10039,1645527131,47.74307,8.99898\n10040,1645527132,47.74307,8.99898\n10041,1645527133,47.74307,8.99898\n10042,1645527134,47.74307,8.99898\n10043,1645527135,47.74307,8.99898\n10044,1645527136,47.74307,8.99898\n10045,1645527137,47.74307,8.99898\n10046,1645527138,47.74307,8.99898\n10047,1645527139,47.74307,8.99898\n10048,1645527140,47.74307,8.99898\n10049,1645527141,47.74307,8.99898\n10050,1645527142,47.74307,8.99898\n10051,1645527143,47.74307,8.99898\n10052,1645527144,47.74307,8.99898\n10053,1645527145,47.74307,8.99898\n10054,1645527146,47.74307,8.99898\n10055,1645527147,47.74307,8.99898\n10056,1645527148,47.74307,8.99898\n10057,1645527149,47.74307,8.99898\n10058,1645527150,47.74307,8.99898\n10059,1645527151,47.74307,8.99898\n10060,1645527152,47.74307,8.99898\n10061,1645527153,47.74307,8.99898\n10062,1645527154,47.74307,8.99898\n10063,1645527155,47.74307,8.99898\n10064,1645527156,47.74307,8.99898\n10065,1645527157,47.74307,8.99898\n10066,1645527158,47.74307,8.99898\n10067,1645527159,47.74307,8.99898\n10068,1645527160,47.74307,8.99898\n10069,1645527161,47.74307,8.99898\n10070,1645527162,47.74307,8.99898\n10071,1645527163,47.74307,8.99898\n10072,1645527164,47.74307,8.99898\n10073,1645527165,47.74307,8.99898\n10074,1645527166,47.74307,8.99898\n10075,1645527167,47.74307,8.99898\n10076,1645527168,47.74307,8.99898\n10077,1645527169,47.74307,8.99898\n10078,1645527170,47.74307,8.99898\n10079,1645527171,47.74307,8.99898\n10080,1645527172,47.74307,8.99898\n10081,1645527173,47.74307,8.99898\n10082,1645527174,47.74307,8.99898\n10083,1645527175,47.74307,8.99898\n10084,1645527176,47.74307,8.99898\n10085,1645527177,47.74307,8.99898\n10086,1645527178,47.74307,8.99898\n10087,1645527179,47.74307,8.99898\n10088,1645527180,47.74307,8.99898\n10089,1645527181,47.74307,8.99898\n10090,1645527182,47.74307,8.99898\n10091,1645527183,47.74307,8.99898\n10092,1645527184,47.74307,8.99898\n10093,1645527185,47.74307,8.99898\n10094,1645527186,47.74307,8.99898\n10095,1645527187,47.74307,8.99898\n10096,1645527188,47.74307,8.99898\n10097,1645527189,47.74307,8.99898\n10098,1645527190,47.74307,8.99898\n10099,1645527191,47.74307,8.99898\n10100,1645527192,47.74307,8.99898\n10101,1645527193,47.74307,8.99898\n10102,1645527194,47.74307,8.99898\n10103,1645527195,47.74307,8.99898\n10104,1645527196,47.74307,8.99898\n10105,1645527197,47.74307,8.99898\n10106,1645527198,47.74307,8.99898\n10107,1645527199,47.74307,8.99898\n10108,1645527200,47.74307,8.99898\n10109,1645527201,47.74307,8.99898\n10110,1645527202,47.74307,8.99898\n10111,1645527203,47.74307,8.99898\n10112,1645527204,47.74307,8.99898\n10113,1645527205,47.74307,8.99898\n10114,1645527206,47.74307,8.99898\n10115,1645527207,47.74307,8.99898\n10116,1645527208,47.74306,8.99898\n10117,1645527209,47.74306,8.99898\n10118,1645527210,47.74306,8.99898\n10119,1645527211,47.74306,8.99899\n10120,1645527212,47.74306,8.99899\n10121,1645527213,47.74305,8.99899\n10122,1645527214,47.74305,8.99899\n10123,1645527215,47.74305,8.99899\n10124,1645527216,47.74305,8.99899\n10125,1645527217,47.74305,8.99899\n10126,1645527218,47.74305,8.99899\n10127,1645527219,47.74305,8.99899\n10128,1645527220,47.74305,8.99899\n10129,1645527221,47.74305,8.99899\n10130,1645527222,47.74305,8.99899\n10131,1645527223,47.74305,8.99899\n10132,1645527224,47.74305,8.99899\n10133,1645527225,47.74305,8.99899\n10134,1645527226,47.74305,8.99899\n10135,1645527227,47.74305,8.99899\n10136,1645527228,47.74305,8.99899\n10137,1645527229,47.74305,8.99899\n10138,1645527230,47.74305,8.99899\n10139,1645527231,47.74305,8.99899\n10140,1645527232,47.74305,8.99899\n10141,1645527233,47.74305,8.99899\n10142,1645527234,47.74305,8.99899\n10143,1645527235,47.74305,8.99899\n10144,1645527236,47.74305,8.99899\n10145,1645527237,47.74305,8.99899\n10146,1645527238,47.74305,8.99899\n10147,1645527239,47.74305,8.99899\n10148,1645527240,47.74305,8.99899\n10149,1645527241,47.74305,8.99899\n10150,1645527242,47.74305,8.99899\n10151,1645527243,47.74305,8.99899\n10152,1645527244,47.74305,8.99899\n10153,1645527245,47.74305,8.99899\n10154,1645527246,47.74305,8.99899\n10155,1645527247,47.74305,8.99899\n10156,1645527248,47.74305,8.99899\n10157,1645527249,47.74305,8.99899\n10158,1645527250,47.74305,8.99899\n10159,1645527251,47.74305,8.99899\n10160,1645527252,47.74305,8.99899\n10161,1645527253,47.74305,8.99899\n10162,1645527254,47.74305,8.99899\n10163,1645527255,47.74305,8.99899\n10164,1645527256,47.74305,8.99899\n10165,1645527257,47.74305,8.99899\n10166,1645527258,47.74305,8.99899\n10167,1645527259,47.74305,8.99899\n10168,1645527260,47.74305,8.99899\n10169,1645527261,47.74305,8.99899\n10170,1645527262,47.74305,8.99899\n10171,1645527263,47.74305,8.99899\n10172,1645527264,47.74305,8.99899\n10173,1645527265,47.74305,8.99899\n10174,1645527266,47.74305,8.99899\n10175,1645527267,47.74305,8.99899\n10176,1645527268,47.74305,8.99899\n10177,1645527269,47.74305,8.99899\n10178,1645527270,47.74305,8.99899\n10179,1645527271,47.74305,8.99899\n10180,1645527272,47.74305,8.99899\n10181,1645527273,47.74305,8.99899\n10182,1645527274,47.74305,8.99899\n10183,1645527275,47.74305,8.99899\n10184,1645527276,47.74305,8.99899\n10185,1645527277,47.74305,8.99899\n10186,1645527278,47.74305,8.99899\n10187,1645527279,47.74305,8.99899\n10188,1645527280,47.74305,8.99899\n10189,1645527281,47.74305,8.99899\n10190,1645527282,47.74305,8.99899\n10191,1645527283,47.74305,8.99899\n10192,1645527284,47.74305,8.99899\n10193,1645527285,47.74305,8.99899\n10194,1645527286,47.74305,8.99899\n10195,1645527287,47.74305,8.99899\n10196,1645527288,47.74305,8.99899\n10197,1645527289,47.74305,8.99899\n10198,1645527290,47.74305,8.99899\n10199,1645527291,47.74305,8.99899\n10200,1645527292,47.74305,8.99899\n10201,1645527293,47.74305,8.99899\n10202,1645527294,47.74305,8.99899\n10203,1645527295,47.74305,8.99899\n10204,1645527296,47.74305,8.99899\n10205,1645527297,47.74305,8.99899\n10206,1645527298,47.74305,8.99899\n10207,1645527299,47.74305,8.99899\n10208,1645527300,47.74305,8.99899\n10209,1645527301,47.74305,8.99899\n10210,1645527302,47.74305,8.99899\n10211,1645527303,47.74305,8.99899\n10212,1645527304,47.74305,8.99899\n10213,1645527305,47.74305,8.99899\n10214,1645527306,47.74305,8.99899\n10215,1645527307,47.74305,8.99899\n10216,1645527308,47.74305,8.99899\n10217,1645527309,47.74305,8.99899\n10218,1645527310,47.74305,8.99899\n10219,1645527311,47.74305,8.99899\n10220,1645527312,47.74305,8.99899\n10221,1645527375,47.74296,8.99900\n10222,1645527376,47.74299,8.99896\n10223,1645527377,47.74300,8.99895\n10224,1645527378,47.74300,8.99895\n10225,1645527379,47.74300,8.99895\n10226,1645527380,47.74301,8.99895\n10227,1645527381,47.74302,8.99895\n10228,1645527382,47.74302,8.99894\n10229,1645527383,47.74302,8.99894\n10230,1645527384,47.74303,8.99894\n10231,1645527385,47.74302,8.99895\n10232,1645527387,47.74302,8.99895\n10233,1645527388,47.74303,8.99895\n10234,1645527389,47.74302,8.99895\n10235,1645527390,47.74302,8.99895\n10236,1645527391,47.74302,8.99895\n10237,1645527392,47.74302,8.99895\n10238,1645527393,47.74302,8.99896\n10239,1645527394,47.74302,8.99896\n10240,1645527395,47.74303,8.99896\n10241,1645527396,47.74303,8.99896\n10242,1645527397,47.74303,8.99896\n10243,1645527398,47.74303,8.99896\n10244,1645527399,47.74303,8.99896\n10245,1645527400,47.74303,8.99896\n10246,1645527401,47.74303,8.99896\n10247,1645527402,47.74303,8.99896\n10248,1645527403,47.74303,8.99896\n10249,1645527404,47.74303,8.99896\n10250,1645527405,47.74303,8.99896\n10251,1645527406,47.74303,8.99896\n10252,1645527407,47.74303,8.99896\n10253,1645527408,47.74303,8.99895\n10254,1645527409,47.74303,8.99895\n10255,1645527410,47.74303,8.99895\n10256,1645527411,47.74304,8.99895\n10257,1645527412,47.74304,8.99895\n10258,1645527413,47.74304,8.99895\n10259,1645527414,47.74304,8.99895\n10260,1645527415,47.74304,8.99895\n10261,1645527416,47.74304,8.99895\n10262,1645527417,47.74304,8.99895\n10263,1645527418,47.74304,8.99895\n10264,1645527419,47.74304,8.99895\n10265,1645527420,47.74304,8.99895\n10266,1645527421,47.74304,8.99895\n10267,1645527422,47.74304,8.99895\n10268,1645527423,47.74305,8.99895\n10269,1645527424,47.74305,8.99895\n10270,1645527425,47.74304,8.99895\n10271,1645527426,47.74304,8.99895\n10272,1645527427,47.74305,8.99894\n10273,1645527428,47.74305,8.99894\n10274,1645527429,47.74305,8.99894\n10275,1645527430,47.74305,8.99894\n10276,1645527431,47.74305,8.99894\n10277,1645527432,47.74305,8.99894\n10278,1645527433,47.74305,8.99894\n10279,1645527434,47.74305,8.99894\n10280,1645527435,47.74305,8.99894\n10281,1645527436,47.74305,8.99894\n10282,1645527437,47.74305,8.99894\n10283,1645527438,47.74305,8.99894\n10284,1645527439,47.74305,8.99894\n10285,1645527440,47.74305,8.99894\n10286,1645527441,47.74305,8.99894\n10287,1645527442,47.74305,8.99894\n10288,1645527443,47.74305,8.99894\n10289,1645527444,47.74305,8.99894\n10290,1645527445,47.74305,8.99894\n10291,1645527446,47.74305,8.99894\n10292,1645527447,47.74305,8.99894\n10293,1645527448,47.74305,8.99894\n10294,1645527449,47.74305,8.99894\n10295,1645527450,47.74305,8.99894\n10296,1645527451,47.74305,8.99894\n10297,1645527514,47.74322,8.99861\n10298,1645527515,47.74310,8.99884\n10299,1645527516,47.74308,8.99887\n10300,1645527517,47.74305,8.99890\n10301,1645527518,47.74301,8.99895\n10302,1645527519,47.74300,8.99896\n10303,1645527520,47.74300,8.99897\n10304,1645527521,47.74300,8.99898\n10305,1645527522,47.74300,8.99898\n10306,1645527523,47.74305,8.99894\n10307,1645527525,47.74305,8.99894\n10308,1645527526,47.74305,8.99894\n10309,1645527527,47.74305,8.99894\n10310,1645527528,47.74305,8.99894\n10311,1645527529,47.74305,8.99895\n10312,1645527530,47.74305,8.99894\n10313,1645527531,47.74305,8.99894\n10314,1645527532,47.74305,8.99894\n10315,1645527533,47.74305,8.99894\n10316,1645527534,47.74305,8.99894\n10317,1645527535,47.74305,8.99894\n10318,1645527536,47.74305,8.99893\n10319,1645527537,47.74305,8.99893\n10320,1645527538,47.74305,8.99893\n10321,1645527539,47.74305,8.99893\n10322,1645527540,47.74306,8.99892\n10323,1645527541,47.74306,8.99892\n10324,1645527542,47.74305,8.99892\n10325,1645527543,47.74306,8.99892\n10326,1645527544,47.74306,8.99891\n10327,1645527545,47.74306,8.99891\n10328,1645527546,47.74306,8.99891\n10329,1645527547,47.74306,8.99891\n10330,1645527548,47.74306,8.99891\n10331,1645527549,47.74306,8.99891\n10332,1645527550,47.74306,8.99891\n10333,1645527551,47.74306,8.99891\n10334,1645527552,47.74306,8.99891\n10335,1645527553,47.74306,8.99891\n10336,1645527554,47.74306,8.99891\n10337,1645527555,47.74306,8.99891\n10338,1645527556,47.74306,8.99891\n10339,1645527557,47.74306,8.99891\n10340,1645527558,47.74306,8.99891\n10341,1645527559,47.74306,8.99891\n10342,1645527560,47.74306,8.99891\n10343,1645527561,47.74306,8.99891\n10344,1645527562,47.74306,8.99891\n10345,1645527563,47.74306,8.99891\n10346,1645527564,47.74306,8.99891\n10347,1645527627,47.74285,8.99911\n10348,1645527628,47.74293,8.99903\n10349,1645527629,47.74295,8.99903\n10350,1645527630,47.74296,8.99904\n10351,1645527631,47.74296,8.99904\n10352,1645527632,47.74296,8.99905\n10353,1645527633,47.74297,8.99906\n10354,1645527634,47.74298,8.99907\n10355,1645527635,47.74299,8.99906\n10356,1645527636,47.74300,8.99906\n10357,1645527637,47.74305,8.99902\n10358,1645527639,47.74306,8.99902\n10359,1645527640,47.74307,8.99902\n10360,1645527641,47.74307,8.99902\n10361,1645527642,47.74307,8.99902\n10362,1645527643,47.74308,8.99901\n10363,1645527644,47.74308,8.99901\n10364,1645527645,47.74308,8.99901\n10365,1645527646,47.74309,8.99901\n10366,1645527647,47.74308,8.99901\n10367,1645527648,47.74308,8.99901\n10368,1645527649,47.74308,8.99902\n10369,1645527650,47.74308,8.99902\n10370,1645527651,47.74308,8.99902\n10371,1645527652,47.74308,8.99902\n10372,1645527653,47.74308,8.99902\n10373,1645527654,47.74308,8.99901\n10374,1645527655,47.74308,8.99901\n10375,1645527656,47.74308,8.99901\n10376,1645527657,47.74308,8.99901\n10377,1645527658,47.74308,8.99901\n10378,1645527659,47.74308,8.99901\n10379,1645527660,47.74308,8.99900\n10380,1645527661,47.74308,8.99900\n10381,1645527662,47.74308,8.99900\n10382,1645527663,47.74308,8.99900\n10383,1645527664,47.74308,8.99900\n10384,1645527665,47.74308,8.99900\n10385,1645527666,47.74308,8.99900\n10386,1645527667,47.74308,8.99900\n10387,1645527668,47.74308,8.99901\n10388,1645527669,47.74308,8.99901\n10389,1645527670,47.74308,8.99900\n10390,1645527671,47.74308,8.99900\n10391,1645527672,47.74308,8.99900\n10392,1645527673,47.74308,8.99900\n10393,1645527674,47.74308,8.99900\n10394,1645527675,47.74308,8.99900\n10395,1645527676,47.74308,8.99900\n10396,1645527677,47.74308,8.99900\n10397,1645527678,47.74308,8.99900\n10398,1645527679,47.74308,8.99900\n10399,1645527743,47.74294,8.99893\n10400,1645527744,47.74295,8.99896\n10401,1645527745,47.74297,8.99897\n10402,1645527746,47.74298,8.99897\n10403,1645527747,47.74299,8.99897\n10404,1645527748,47.74301,8.99896\n10405,1645527749,47.74301,8.99896\n10406,1645527750,47.74302,8.99895\n10407,1645527751,47.74305,8.99892\n10408,1645527753,47.74305,8.99893\n10409,1645527754,47.74305,8.99894\n10410,1645527755,47.74305,8.99894\n10411,1645527756,47.74305,8.99895\n10412,1645527757,47.74305,8.99896\n10413,1645527758,47.74305,8.99896\n10414,1645527759,47.74305,8.99897\n10415,1645527760,47.74305,8.99897\n10416,1645527761,47.74305,8.99897\n10417,1645527762,47.74305,8.99898\n10418,1645527763,47.74305,8.99898\n10419,1645527764,47.74305,8.99898\n10420,1645527765,47.74305,8.99898\n10421,1645527766,47.74305,8.99898\n10422,1645527767,47.74305,8.99899\n10423,1645527768,47.74305,8.99899\n10424,1645527769,47.74305,8.99899\n10425,1645527770,47.74305,8.99899\n10426,1645527771,47.74304,8.99900\n10427,1645527772,47.74304,8.99900\n10428,1645527773,47.74304,8.99901\n10429,1645527774,47.74304,8.99901\n10430,1645527775,47.74305,8.99902\n10431,1645527839,47.74291,8.99906\n10432,1645527840,47.74299,8.99903\n10433,1645527841,47.74299,8.99903\n10434,1645527842,47.74299,8.99903\n10435,1645527843,47.74299,8.99903\n10436,1645527844,47.74297,8.99905\n10437,1645527845,47.74296,8.99906\n10438,1645527846,47.74296,8.99906\n10439,1645527847,47.74296,8.99905\n10440,1645527848,47.74298,8.99902\n10441,1645527850,47.74298,8.99902\n10442,1645527851,47.74298,8.99902\n10443,1645527852,47.74297,8.99903\n10444,1645527853,47.74298,8.99903\n10445,1645527854,47.74298,8.99903\n10446,1645527855,47.74299,8.99903\n10447,1645527856,47.74299,8.99903\n10448,1645527857,47.74299,8.99903\n10449,1645527858,47.74299,8.99903\n10450,1645527859,47.74299,8.99903\n10451,1645527860,47.74299,8.99903\n10452,1645527861,47.74299,8.99902\n10453,1645527862,47.74299,8.99902\n10454,1645527863,47.74299,8.99902\n10455,1645527864,47.74299,8.99901\n10456,1645527865,47.74299,8.99901\n10457,1645527866,47.74299,8.99901\n10458,1645527867,47.74299,8.99901\n10459,1645527868,47.74299,8.99901\n10460,1645527869,47.74300,8.99901\n10461,1645527870,47.74300,8.99901\n10462,1645527871,47.74300,8.99901\n10463,1645527872,47.74300,8.99901\n10464,1645527873,47.74301,8.99900\n10465,1645527874,47.74301,8.99900\n10466,1645527875,47.74301,8.99900\n10467,1645527876,47.74301,8.99900\n10468,1645527877,47.74301,8.99900\n10469,1645527878,47.74302,8.99900\n10470,1645527879,47.74302,8.99900\n10471,1645527880,47.74302,8.99900\n10472,1645527881,47.74302,8.99900\n10473,1645527882,47.74302,8.99900\n10474,1645527883,47.74302,8.99900\n10475,1645527946,47.74294,8.99899\n10476,1645527947,47.74298,8.99900\n10477,1645527948,47.74300,8.99906\n10478,1645527949,47.74301,8.99906\n10479,1645527950,47.74302,8.99905\n10480,1645527951,47.74302,8.99904\n10481,1645527952,47.74302,8.99905\n10482,1645527953,47.74302,8.99905\n10483,1645527954,47.74302,8.99905\n10484,1645527955,47.74302,8.99905\n10485,1645527956,47.74305,8.99902\n10486,1645527958,47.74305,8.99902\n10487,1645527959,47.74305,8.99901\n10488,1645527960,47.74305,8.99901\n10489,1645527961,47.74304,8.99900\n10490,1645527962,47.74304,8.99900\n10491,1645527963,47.74304,8.99900\n10492,1645527964,47.74304,8.99900\n10493,1645527965,47.74304,8.99900\n10494,1645527966,47.74304,8.99900\n10495,1645527967,47.74304,8.99900\n10496,1645527968,47.74304,8.99899\n10497,1645527969,47.74304,8.99899\n10498,1645527970,47.74303,8.99899\n10499,1645527971,47.74303,8.99899\n10500,1645527972,47.74303,8.99899\n10501,1645527973,47.74303,8.99900\n10502,1645527974,47.74303,8.99900\n10503,1645527975,47.74303,8.99900\n10504,1645527976,47.74303,8.99900\n10505,1645527977,47.74303,8.99900\n10506,1645527978,47.74303,8.99900\n10507,1645527979,47.74303,8.99900\n10508,1645528045,47.74305,8.99894\n10509,1645528046,47.74302,8.99899\n10510,1645528047,47.74302,8.99899\n10511,1645528048,47.74301,8.99899\n10512,1645528049,47.74301,8.99900\n10513,1645528050,47.74301,8.99900\n10514,1645528051,47.74306,8.99895\n10515,1645528053,47.74306,8.99895\n10516,1645528054,47.74306,8.99895\n10517,1645528055,47.74307,8.99894\n10518,1645528056,47.74307,8.99894\n10519,1645528057,47.74307,8.99894\n10520,1645528058,47.74307,8.99894\n10521,1645528059,47.74307,8.99894\n10522,1645528060,47.74307,8.99894\n10523,1645528061,47.74307,8.99894\n10524,1645528062,47.74308,8.99894\n10525,1645528063,47.74308,8.99894\n10526,1645528064,47.74308,8.99895\n10527,1645528065,47.74308,8.99895\n10528,1645528066,47.74308,8.99895\n10529,1645528067,47.74307,8.99895\n10530,1645528068,47.74307,8.99895\n10531,1645528069,47.74307,8.99895\n10532,1645528070,47.74307,8.99895\n10533,1645528071,47.74307,8.99895\n10534,1645528072,47.74307,8.99895\n10535,1645528073,47.74307,8.99895\n10536,1645528074,47.74307,8.99895\n10537,1645528075,47.74307,8.99895\n10538,1645528140,47.74308,8.99902\n10539,1645528141,47.74308,8.99902\n10540,1645528142,47.74307,8.99901\n10541,1645528143,47.74307,8.99902\n10542,1645528144,47.74308,8.99901\n10543,1645528145,47.74308,8.99900\n10544,1645528146,47.74308,8.99900\n10545,1645528147,47.74306,8.99902\n10546,1645528149,47.74306,8.99901\n10547,1645528150,47.74305,8.99901\n10548,1645528151,47.74305,8.99901\n10549,1645528152,47.74305,8.99901\n10550,1645528153,47.74305,8.99901\n10551,1645528154,47.74305,8.99901\n10552,1645528155,47.74305,8.99901\n10553,1645528156,47.74305,8.99901\n10554,1645528157,47.74305,8.99900\n10555,1645528158,47.74305,8.99900\n10556,1645528159,47.74305,8.99899\n10557,1645528160,47.74305,8.99899\n10558,1645528161,47.74305,8.99899\n10559,1645528162,47.74305,8.99899\n10560,1645528163,47.74305,8.99898\n10561,1645528164,47.74306,8.99898\n10562,1645528165,47.74306,8.99898\n10563,1645528166,47.74306,8.99897\n10564,1645528167,47.74306,8.99897\n10565,1645528234,47.74272,8.99944\n10566,1645528235,47.74277,8.99935\n10567,1645528236,47.74289,8.99917\n10568,1645528237,47.74302,8.99897\n10569,1645528239,47.74303,8.99896\n10570,1645528240,47.74303,8.99895\n10571,1645528241,47.74304,8.99895\n10572,1645528242,47.74304,8.99894\n10573,1645528243,47.74304,8.99895\n10574,1645528244,47.74304,8.99894\n10575,1645528245,47.74305,8.99894\n10576,1645528246,47.74305,8.99894\n10577,1645528247,47.74305,8.99895\n10578,1645528248,47.74305,8.99895\n10579,1645528249,47.74304,8.99895\n10580,1645528250,47.74304,8.99895\n10581,1645528251,47.74304,8.99896\n10582,1645528252,47.74304,8.99896\n10583,1645528253,47.74304,8.99896\n10584,1645528254,47.74304,8.99896\n10585,1645528255,47.74303,8.99896\n10586,1645528323,47.74291,8.99911\n10587,1645528324,47.74293,8.99909\n10588,1645528325,47.74291,8.99911\n10589,1645528326,47.74291,8.99910\n10590,1645528327,47.74301,8.99896\n10591,1645528329,47.74301,8.99897\n10592,1645528330,47.74301,8.99898\n10593,1645528331,47.74300,8.99898\n10594,1645528332,47.74300,8.99898\n10595,1645528333,47.74300,8.99899\n10596,1645528334,47.74300,8.99899\n10597,1645528335,47.74300,8.99899\n10598,1645528336,47.74300,8.99899\n10599,1645528337,47.74300,8.99900\n10600,1645528338,47.74300,8.99900\n10601,1645528339,47.74299,8.99900\n10602,1645528340,47.74300,8.99900\n10603,1645528341,47.74300,8.99900\n10604,1645528342,47.74300,8.99900\n10605,1645528343,47.74300,8.99900\n10606,1645528344,47.74300,8.99900\n10607,1645528345,47.74300,8.99900\n10608,1645528346,47.74300,8.99899\n10609,1645528347,47.74301,8.99899\n10610,1645528410,47.74284,8.99934\n10611,1645528411,47.74305,8.99907\n10612,1645528412,47.74304,8.99907\n10613,1645528413,47.74305,8.99905\n10614,1645528414,47.74303,8.99905\n10615,1645528415,47.74302,8.99905\n10616,1645528416,47.74302,8.99905\n10617,1645528417,47.74303,8.99902\n10618,1645528419,47.74303,8.99903\n10619,1645528420,47.74303,8.99902\n10620,1645528421,47.74304,8.99901\n10621,1645528422,47.74304,8.99902\n10622,1645528423,47.74304,8.99902\n10623,1645528424,47.74304,8.99902\n10624,1645528425,47.74304,8.99902\n10625,1645528426,47.74304,8.99902\n10626,1645528427,47.74304,8.99902\n10627,1645528428,47.74303,8.99903\n10628,1645528491,47.74316,8.99874\n10629,1645528492,47.74314,8.99879\n10630,1645528493,47.74302,8.99896\n10631,1645528496,47.74303,8.99895\n10632,1645528497,47.74299,8.99901\n10633,1645528498,47.74299,8.99901\n10634,1645528499,47.74297,8.99904\n10635,1645528500,47.74295,8.99907\n10636,1645528501,47.74299,8.99900\n10637,1645528503,47.74300,8.99900\n10638,1645528504,47.74300,8.99901\n10639,1645528505,47.74299,8.99901\n10640,1645528506,47.74299,8.99901\n10641,1645528507,47.74299,8.99901\n10642,1645528508,47.74299,8.99902\n10643,1645528509,47.74299,8.99902\n10644,1645528510,47.74299,8.99902\n10645,1645528511,47.74300,8.99902\n10646,1645528512,47.74300,8.99902\n10647,1645528575,47.74305,8.99889\n10648,1645528576,47.74304,8.99892\n10649,1645528577,47.74299,8.99899\n10650,1645528578,47.74300,8.99899\n10651,1645528579,47.74299,8.99900\n10652,1645528580,47.74298,8.99902\n10653,1645528581,47.74298,8.99901\n10654,1645528582,47.74298,8.99902\n10655,1645528583,47.74298,8.99902\n10656,1645528584,47.74297,8.99902\n10657,1645528585,47.74298,8.99902\n10658,1645528586,47.74304,8.99893\n10659,1645528588,47.74304,8.99893\n10660,1645528589,47.74303,8.99894\n10661,1645528590,47.74303,8.99894\n10662,1645528591,47.74303,8.99895\n10663,1645528592,47.74302,8.99896\n10664,1645528593,47.74302,8.99897\n10665,1645528594,47.74302,8.99897\n10666,1645528595,47.74302,8.99897\n10667,1645528596,47.74302,8.99898\n10668,1645528663,47.74292,8.99915\n10669,1645528664,47.74292,8.99913\n10670,1645528665,47.74292,8.99913\n10671,1645528666,47.74293,8.99912\n10672,1645528667,47.74293,8.99912\n10673,1645528668,47.74293,8.99912\n10674,1645528669,47.74292,8.99910\n10675,1645528670,47.74303,8.99892\n10676,1645528672,47.74302,8.99893\n10677,1645528673,47.74302,8.99894\n10678,1645528674,47.74302,8.99895\n10679,1645528675,47.74302,8.99895\n10680,1645528676,47.74302,8.99895\n10681,1645528677,47.74302,8.99895\n10682,1645528678,47.74302,8.99896\n10683,1645528679,47.74302,8.99896\n10684,1645528680,47.74302,8.99896\n10685,1645528743,47.74295,8.99891\n10686,1645528744,47.74296,8.99897\n10687,1645528745,47.74297,8.99898\n10688,1645528746,47.74298,8.99898\n10689,1645528747,47.74298,8.99899\n10690,1645528748,47.74299,8.99900\n10691,1645528749,47.74299,8.99900\n10692,1645528750,47.74300,8.99900\n10693,1645528751,47.74300,8.99900\n10694,1645528752,47.74301,8.99900\n10695,1645528753,47.74301,8.99900\n10696,1645528754,47.74301,8.99901\n10697,1645528756,47.74301,8.99901\n10698,1645528757,47.74301,8.99901\n10699,1645528758,47.74301,8.99902\n10700,1645528759,47.74301,8.99902\n10701,1645528760,47.74301,8.99902\n10702,1645528761,47.74301,8.99902\n10703,1645528762,47.74301,8.99902\n10704,1645528763,47.74301,8.99902\n10705,1645528764,47.74301,8.99902\n10706,1645528832,47.74296,8.99909\n10707,1645528833,47.74294,8.99912\n10708,1645528834,47.74294,8.99912\n10709,1645528835,47.74292,8.99915\n10710,1645528836,47.74293,8.99913\n10711,1645528837,47.74293,8.99912\n10712,1645528838,47.74302,8.99898\n10713,1645528840,47.74302,8.99898\n10714,1645528841,47.74302,8.99899\n10715,1645528842,47.74302,8.99900\n10716,1645528843,47.74301,8.99900\n10717,1645528844,47.74302,8.99900\n10718,1645528845,47.74302,8.99899\n10719,1645528846,47.74302,8.99899\n10720,1645528847,47.74302,8.99899\n10721,1645528848,47.74302,8.99899\n10722,1645528849,47.74302,8.99899\n10723,1645528913,47.74296,8.99909\n10724,1645528914,47.74297,8.99909\n10725,1645528915,47.74298,8.99908\n10726,1645528916,47.74299,8.99908\n10727,1645528917,47.74299,8.99908\n10728,1645528918,47.74299,8.99908\n10729,1645528919,47.74299,8.99907\n10730,1645528920,47.74299,8.99907\n10731,1645528921,47.74300,8.99907\n10732,1645528922,47.74305,8.99900\n10733,1645528924,47.74305,8.99900\n10734,1645528925,47.74305,8.99899\n10735,1645528926,47.74306,8.99899\n10736,1645528927,47.74306,8.99899\n10737,1645528928,47.74305,8.99900\n10738,1645528929,47.74305,8.99900\n10739,1645528930,47.74305,8.99901\n10740,1645528931,47.74305,8.99901\n10741,1645528932,47.74305,8.99901\n10742,1645528933,47.74305,8.99901\n10743,1645528934,47.74305,8.99902\n10744,1645528935,47.74305,8.99902\n10745,1645528936,47.74305,8.99902\n10746,1645528937,47.74305,8.99902\n10747,1645528938,47.74305,8.99902\n10748,1645529001,47.74306,8.99909\n10749,1645529002,47.74304,8.99909\n10750,1645529003,47.74304,8.99908\n10751,1645529004,47.74305,8.99906\n10752,1645529005,47.74304,8.99906\n10753,1645529006,47.74304,8.99905\n10754,1645529007,47.74304,8.99904\n10755,1645529008,47.74304,8.99904\n10756,1645529009,47.74304,8.99903\n10757,1645529010,47.74305,8.99903\n10758,1645529011,47.74305,8.99903\n10759,1645529012,47.74307,8.99901\n10760,1645529014,47.74307,8.99901\n10761,1645529015,47.74306,8.99901\n10762,1645529016,47.74306,8.99901\n10763,1645529017,47.74306,8.99901\n10764,1645529018,47.74305,8.99902\n10765,1645529019,47.74305,8.99902\n10766,1645529082,47.74300,8.99899\n10767,1645529083,47.74290,8.99902\n10768,1645529084,47.74292,8.99901\n10769,1645529085,47.74293,8.99902\n10770,1645529086,47.74294,8.99901\n10771,1645529087,47.74294,8.99901\n10772,1645529088,47.74295,8.99901\n10773,1645529089,47.74296,8.99900\n10774,1645529090,47.74295,8.99903\n10775,1645529092,47.74296,8.99902\n10776,1645529093,47.74296,8.99902\n10777,1645529094,47.74297,8.99902\n10778,1645529095,47.74297,8.99902\n10779,1645529096,47.74297,8.99902\n10780,1645529097,47.74297,8.99902\n10781,1645529098,47.74297,8.99902\n10782,1645529099,47.74297,8.99902\n10783,1645529100,47.74298,8.99902\n10784,1645529165,47.74301,8.99895\n10785,1645529166,47.74301,8.99894\n10786,1645529167,47.74301,8.99895\n10787,1645529168,47.74301,8.99895\n10788,1645529169,47.74301,8.99895\n10789,1645529170,47.74300,8.99896\n10790,1645529171,47.74301,8.99895\n10791,1645529172,47.74302,8.99894\n10792,1645529173,47.74301,8.99895\n10793,1645529174,47.74302,8.99894\n10794,1645529176,47.74302,8.99894\n10795,1645529177,47.74302,8.99894\n10796,1645529178,47.74302,8.99895\n10797,1645529179,47.74301,8.99896\n10798,1645529242,47.74314,8.99888\n10799,1645529243,47.74299,8.99907\n10800,1645529244,47.74295,8.99908\n10801,1645529245,47.74295,8.99908\n10802,1645529246,47.74296,8.99907\n10803,1645529247,47.74297,8.99906\n10804,1645529248,47.74298,8.99905\n10805,1645529249,47.74298,8.99904\n10806,1645529250,47.74299,8.99903\n10807,1645529251,47.74299,8.99903\n10808,1645529252,47.74301,8.99899\n10809,1645529254,47.74301,8.99899\n10810,1645529255,47.74301,8.99900\n10811,1645529256,47.74301,8.99900\n10812,1645529257,47.74301,8.99900\n10813,1645529258,47.74301,8.99900\n10814,1645529321,47.74323,8.99890\n10815,1645529322,47.74323,8.99890\n10816,1645529323,47.74323,8.99891\n10817,1645529324,47.74320,8.99894\n10818,1645529325,47.74309,8.99897\n10819,1645529326,47.74307,8.99898\n10820,1645529327,47.74305,8.99898\n10821,1645529328,47.74303,8.99898\n10822,1645529329,47.74303,8.99898\n10823,1645529330,47.74303,8.99895\n10824,1645529332,47.74303,8.99895\n10825,1645529333,47.74302,8.99895\n10826,1645529334,47.74302,8.99896\n10827,1645529335,47.74302,8.99896\n10828,1645529336,47.74301,8.99897\n10829,1645529400,47.74309,8.99896\n10830,1645529401,47.74301,8.99900\n10831,1645529402,47.74300,8.99901\n10832,1645529403,47.74302,8.99901\n10833,1645529404,47.74303,8.99900\n10834,1645529405,47.74302,8.99900\n10835,1645529406,47.74303,8.99899\n10836,1645529407,47.74303,8.99899\n10837,1645529408,47.74302,8.99907\n10838,1645529410,47.74301,8.99907\n10839,1645529411,47.74301,8.99906\n10840,1645529412,47.74301,8.99906\n10841,1645529413,47.74301,8.99905\n10842,1645529414,47.74301,8.99905\n***END MEMORY***\nV108, ID: 30-5526, 3449mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220302_1s_Interval_9323_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646223891,47.74311,8.99903\n2,1646223893,47.74309,8.99901\n3,1646223894,47.74310,8.99902\n4,1646223895,47.74310,8.99902\n5,1646223896,47.74310,8.99902\n6,1646223897,47.74310,8.99901\n7,1646223898,47.74310,8.99901\n8,1646223899,47.74310,8.99901\n9,1646223900,47.74309,8.99900\n10,1646223901,47.74308,8.99900\n11,1646223902,47.74308,8.99899\n12,1646223903,47.74308,8.99899\n13,1646223904,47.74307,8.99899\n14,1646223905,47.74307,8.99899\n15,1646223906,47.74307,8.99899\n16,1646223907,47.74307,8.99899\n17,1646223908,47.74307,8.99899\n18,1646223909,47.74307,8.99900\n19,1646223910,47.74307,8.99900\n20,1646223911,47.74307,8.99900\n21,1646223912,47.74307,8.99900\n22,1646223913,47.74306,8.99900\n23,1646223914,47.74306,8.99900\n24,1646223915,47.74306,8.99900\n25,1646223916,47.74306,8.99900\n26,1646223917,47.74306,8.99900\n27,1646223918,47.74306,8.99900\n28,1646223919,47.74306,8.99900\n29,1646223920,47.74306,8.99900\n30,1646223921,47.74306,8.99900\n31,1646223922,47.74306,8.99900\n32,1646223923,47.74306,8.99900\n33,1646223924,47.74306,8.99901\n34,1646223925,47.74306,8.99901\n35,1646223926,47.74306,8.99901\n36,1646223927,47.74306,8.99901\n37,1646223928,47.74306,8.99901\n38,1646223929,47.74306,8.99901\n39,1646223930,47.74306,8.99901\n40,1646223931,47.74306,8.99901\n41,1646223932,47.74306,8.99901\n42,1646223933,47.74306,8.99901\n43,1646223934,47.74306,8.99901\n44,1646223935,47.74306,8.99901\n45,1646223936,47.74306,8.99901\n46,1646223937,47.74306,8.99901\n47,1646223938,47.74306,8.99901\n48,1646223939,47.74306,8.99901\n49,1646223940,47.74306,8.99901\n50,1646223941,47.74306,8.99901\n51,1646223942,47.74306,8.99901\n52,1646223943,47.74306,8.99901\n53,1646223944,47.74306,8.99901\n54,1646223945,47.74306,8.99901\n55,1646223946,47.74306,8.99901\n56,1646223947,47.74306,8.99901\n57,1646223948,47.74306,8.99901\n58,1646223949,47.74306,8.99901\n59,1646223950,47.74306,8.99901\n60,1646223951,47.74306,8.99901\n61,1646223952,47.74306,8.99901\n62,1646223953,47.74306,8.99901\n63,1646223954,47.74306,8.99901\n64,1646223955,47.74306,8.99901\n65,1646223956,47.74306,8.99901\n66,1646223957,47.74306,8.99901\n67,1646223958,47.74306,8.99901\n68,1646223959,47.74306,8.99901\n69,1646223960,47.74306,8.99901\n70,1646223961,47.74306,8.99901\n71,1646223962,47.74306,8.99901\n72,1646223963,47.74306,8.99901\n73,1646223964,47.74306,8.99901\n74,1646223965,47.74306,8.99901\n75,1646223966,47.74306,8.99901\n76,1646223967,47.74306,8.99901\n77,1646223968,47.74306,8.99901\n78,1646223969,47.74306,8.99901\n79,1646223970,47.74306,8.99901\n80,1646223971,47.74306,8.99901\n81,1646223972,47.74306,8.99901\n82,1646223973,47.74306,8.99901\n83,1646223974,47.74306,8.99901\n84,1646223975,47.74306,8.99901\n85,1646223976,47.74306,8.99901\n86,1646223977,47.74306,8.99901\n87,1646223978,47.74306,8.99901\n88,1646223979,47.74306,8.99901\n89,1646223980,47.74306,8.99901\n90,1646223981,47.74306,8.99901\n91,1646223982,47.74306,8.99901\n92,1646223983,47.74306,8.99901\n93,1646223984,47.74306,8.99901\n94,1646223985,47.74306,8.99901\n95,1646223986,47.74306,8.99901\n96,1646223987,47.74306,8.99901\n97,1646223988,47.74306,8.99901\n98,1646223989,47.74306,8.99901\n99,1646223990,47.74306,8.99901\n100,1646223991,47.74306,8.99901\n101,1646223992,47.74306,8.99901\n102,1646223993,47.74306,8.99901\n103,1646223994,47.74306,8.99901\n104,1646223995,47.74306,8.99901\n105,1646223996,47.74306,8.99901\n106,1646223997,47.74306,8.99901\n107,1646223998,47.74306,8.99901\n108,1646223999,47.74306,8.99901\n109,1646224000,47.74306,8.99901\n110,1646224001,47.74306,8.99901\n111,1646224002,47.74306,8.99901\n112,1646224003,47.74306,8.99901\n113,1646224004,47.74306,8.99901\n114,1646224005,47.74306,8.99901\n115,1646224006,47.74306,8.99901\n116,1646224007,47.74306,8.99901\n117,1646224008,47.74306,8.99901\n118,1646224009,47.74306,8.99901\n119,1646224010,47.74306,8.99901\n120,1646224011,47.74306,8.99901\n121,1646224012,47.74306,8.99901\n122,1646224013,47.74306,8.99901\n123,1646224014,47.74306,8.99901\n124,1646224015,47.74306,8.99901\n125,1646224016,47.74306,8.99901\n126,1646224017,47.74306,8.99901\n127,1646224018,47.74306,8.99901\n128,1646224019,47.74306,8.99901\n129,1646224020,47.74306,8.99901\n130,1646224021,47.74306,8.99901\n131,1646224022,47.74306,8.99901\n132,1646224023,47.74306,8.99901\n133,1646224024,47.74306,8.99901\n134,1646224025,47.74306,8.99901\n135,1646224026,47.74306,8.99901\n136,1646224027,47.74306,8.99901\n137,1646224028,47.74306,8.99901\n138,1646224029,47.74306,8.99901\n139,1646224030,47.74306,8.99901\n140,1646224031,47.74306,8.99901\n141,1646224032,47.74306,8.99901\n142,1646224033,47.74306,8.99901\n143,1646224034,47.74306,8.99901\n144,1646224035,47.74306,8.99901\n145,1646224036,47.74306,8.99901\n146,1646224037,47.74306,8.99901\n147,1646224038,47.74306,8.99901\n148,1646224039,47.74306,8.99901\n149,1646224040,47.74306,8.99901\n150,1646224041,47.74306,8.99901\n151,1646224042,47.74306,8.99901\n152,1646224043,47.74306,8.99901\n153,1646224044,47.74306,8.99901\n154,1646224045,47.74306,8.99901\n155,1646224046,47.74306,8.99901\n156,1646224047,47.74306,8.99901\n157,1646224048,47.74306,8.99901\n158,1646224049,47.74306,8.99901\n159,1646224050,47.74306,8.99901\n160,1646224051,47.74306,8.99901\n161,1646224052,47.74306,8.99901\n162,1646224053,47.74306,8.99901\n163,1646224054,47.74306,8.99901\n164,1646224055,47.74306,8.99901\n165,1646224056,47.74306,8.99901\n166,1646224057,47.74306,8.99901\n167,1646224058,47.74306,8.99901\n168,1646224059,47.74306,8.99901\n169,1646224060,47.74306,8.99901\n170,1646224061,47.74306,8.99901\n171,1646224062,47.74306,8.99901\n172,1646224063,47.74306,8.99901\n173,1646224064,47.74306,8.99901\n174,1646224065,47.74306,8.99900\n175,1646224066,47.74306,8.99900\n176,1646224067,47.74306,8.99900\n177,1646224068,47.74306,8.99900\n178,1646224069,47.74306,8.99900\n179,1646224070,47.74306,8.99900\n180,1646224071,47.74306,8.99900\n181,1646224072,47.74306,8.99900\n182,1646224073,47.74306,8.99900\n183,1646224074,47.74306,8.99900\n184,1646224075,47.74306,8.99900\n185,1646224076,47.74306,8.99900\n186,1646224077,47.74306,8.99900\n187,1646224078,47.74306,8.99899\n188,1646224079,47.74306,8.99899\n189,1646224080,47.74306,8.99899\n190,1646224081,47.74306,8.99899\n191,1646224082,47.74306,8.99899\n192,1646224083,47.74306,8.99899\n193,1646224084,47.74306,8.99899\n194,1646224085,47.74306,8.99898\n195,1646224086,47.74306,8.99898\n196,1646224087,47.74306,8.99898\n197,1646224088,47.74306,8.99898\n198,1646224089,47.74306,8.99898\n199,1646224090,47.74306,8.99898\n200,1646224091,47.74306,8.99898\n201,1646224092,47.74306,8.99898\n202,1646224093,47.74306,8.99898\n203,1646224094,47.74306,8.99898\n204,1646224095,47.74306,8.99898\n205,1646224096,47.74306,8.99898\n206,1646224097,47.74306,8.99898\n207,1646224098,47.74306,8.99898\n208,1646224099,47.74306,8.99898\n209,1646224100,47.74306,8.99898\n210,1646224101,47.74306,8.99898\n211,1646224102,47.74306,8.99898\n212,1646224103,47.74306,8.99898\n213,1646224104,47.74306,8.99898\n214,1646224105,47.74306,8.99898\n215,1646224106,47.74306,8.99898\n216,1646224107,47.74306,8.99898\n217,1646224108,47.74306,8.99898\n218,1646224109,47.74306,8.99898\n219,1646224110,47.74306,8.99898\n220,1646224111,47.74306,8.99898\n221,1646224112,47.74306,8.99898\n222,1646224113,47.74306,8.99898\n223,1646224114,47.74306,8.99898\n224,1646224115,47.74306,8.99898\n225,1646224116,47.74306,8.99898\n226,1646224117,47.74306,8.99898\n227,1646224118,47.74306,8.99898\n228,1646224119,47.74306,8.99898\n229,1646224120,47.74306,8.99898\n230,1646224121,47.74306,8.99898\n231,1646224122,47.74306,8.99898\n232,1646224123,47.74306,8.99898\n233,1646224124,47.74306,8.99898\n234,1646224125,47.74306,8.99898\n235,1646224126,47.74306,8.99898\n236,1646224127,47.74306,8.99898\n237,1646224128,47.74306,8.99898\n238,1646224129,47.74306,8.99898\n239,1646224130,47.74306,8.99898\n240,1646224131,47.74306,8.99898\n241,1646224132,47.74306,8.99898\n242,1646224133,47.74306,8.99898\n243,1646224134,47.74306,8.99898\n244,1646224135,47.74306,8.99898\n245,1646224136,47.74306,8.99898\n246,1646224137,47.74306,8.99898\n247,1646224138,47.74306,8.99898\n248,1646224139,47.74306,8.99898\n249,1646224140,47.74306,8.99898\n250,1646224141,47.74306,8.99898\n251,1646224142,47.74306,8.99898\n252,1646224143,47.74306,8.99898\n253,1646224144,47.74306,8.99898\n254,1646224145,47.74306,8.99898\n255,1646224146,47.74306,8.99898\n256,1646224147,47.74306,8.99898\n257,1646224148,47.74306,8.99898\n258,1646224149,47.74306,8.99898\n259,1646224150,47.74306,8.99898\n260,1646224151,47.74306,8.99898\n261,1646224152,47.74306,8.99898\n262,1646224153,47.74306,8.99898\n263,1646224154,47.74306,8.99898\n264,1646224155,47.74306,8.99898\n265,1646224156,47.74306,8.99898\n266,1646224157,47.74306,8.99898\n267,1646224158,47.74306,8.99898\n268,1646224159,47.74306,8.99898\n269,1646224160,47.74306,8.99898\n270,1646224161,47.74306,8.99898\n271,1646224162,47.74306,8.99898\n272,1646224163,47.74306,8.99898\n273,1646224164,47.74306,8.99898\n274,1646224165,47.74306,8.99898\n275,1646224166,47.74306,8.99898\n276,1646224167,47.74306,8.99898\n277,1646224168,47.74306,8.99898\n278,1646224169,47.74306,8.99898\n279,1646224170,47.74306,8.99898\n280,1646224171,47.74306,8.99898\n281,1646224172,47.74306,8.99898\n282,1646224173,47.74306,8.99898\n283,1646224174,47.74306,8.99898\n284,1646224175,47.74306,8.99898\n285,1646224176,47.74306,8.99898\n286,1646224177,47.74306,8.99898\n287,1646224178,47.74306,8.99898\n288,1646224179,47.74306,8.99898\n289,1646224180,47.74306,8.99898\n290,1646224181,47.74306,8.99898\n291,1646224182,47.74306,8.99898\n292,1646224183,47.74306,8.99898\n293,1646224184,47.74306,8.99898\n294,1646224185,47.74306,8.99898\n295,1646224186,47.74306,8.99898\n296,1646224187,47.74306,8.99898\n297,1646224188,47.74306,8.99898\n298,1646224189,47.74306,8.99898\n299,1646224190,47.74306,8.99898\n300,1646224191,47.74306,8.99898\n301,1646224192,47.74306,8.99898\n302,1646224193,47.74306,8.99898\n303,1646224194,47.74306,8.99898\n304,1646224195,47.74306,8.99898\n305,1646224196,47.74306,8.99898\n306,1646224197,47.74306,8.99898\n307,1646224198,47.74306,8.99898\n308,1646224199,47.74306,8.99898\n309,1646224200,47.74306,8.99898\n310,1646224201,47.74306,8.99898\n311,1646224202,47.74306,8.99898\n312,1646224203,47.74306,8.99898\n313,1646224204,47.74306,8.99898\n314,1646224205,47.74306,8.99898\n315,1646224206,47.74306,8.99898\n316,1646224207,47.74306,8.99898\n317,1646224208,47.74306,8.99898\n318,1646224209,47.74306,8.99898\n319,1646224210,47.74306,8.99898\n320,1646224211,47.74306,8.99898\n321,1646224212,47.74306,8.99898\n322,1646224213,47.74306,8.99898\n323,1646224214,47.74306,8.99898\n324,1646224215,47.74306,8.99898\n325,1646224216,47.74306,8.99898\n326,1646224217,47.74306,8.99898\n327,1646224218,47.74306,8.99898\n328,1646224219,47.74306,8.99898\n329,1646224220,47.74306,8.99898\n330,1646224221,47.74306,8.99898\n331,1646224222,47.74306,8.99898\n332,1646224223,47.74306,8.99898\n333,1646224224,47.74306,8.99898\n334,1646224225,47.74306,8.99898\n335,1646224226,47.74306,8.99898\n336,1646224227,47.74306,8.99898\n337,1646224228,47.74306,8.99898\n338,1646224229,47.74306,8.99898\n339,1646224230,47.74306,8.99898\n340,1646224231,47.74306,8.99898\n341,1646224232,47.74306,8.99898\n342,1646224233,47.74306,8.99898\n343,1646224234,47.74306,8.99898\n344,1646224235,47.74306,8.99898\n345,1646224236,47.74306,8.99898\n346,1646224237,47.74306,8.99898\n347,1646224238,47.74306,8.99898\n348,1646224239,47.74306,8.99898\n349,1646224240,47.74306,8.99898\n350,1646224241,47.74306,8.99898\n351,1646224242,47.74306,8.99898\n352,1646224243,47.74306,8.99898\n353,1646224244,47.74306,8.99898\n354,1646224245,47.74306,8.99898\n355,1646224246,47.74306,8.99898\n356,1646224247,47.74306,8.99898\n357,1646224248,47.74306,8.99898\n358,1646224249,47.74306,8.99898\n359,1646224250,47.74306,8.99898\n360,1646224251,47.74306,8.99898\n361,1646224252,47.74306,8.99898\n362,1646224253,47.74306,8.99898\n363,1646224254,47.74306,8.99898\n364,1646224255,47.74306,8.99898\n365,1646224256,47.74306,8.99898\n366,1646224257,47.74306,8.99898\n367,1646224258,47.74306,8.99898\n368,1646224259,47.74306,8.99898\n369,1646224260,47.74306,8.99898\n370,1646224261,47.74306,8.99898\n371,1646224262,47.74306,8.99898\n372,1646224263,47.74306,8.99898\n373,1646224264,47.74306,8.99898\n374,1646224265,47.74306,8.99898\n375,1646224266,47.74306,8.99898\n376,1646224267,47.74306,8.99898\n377,1646224268,47.74306,8.99898\n378,1646224267,47.74306,8.99898\n379,1646224268,47.74306,8.99898\n380,1646224269,47.74306,8.99898\n381,1646224270,47.74306,8.99898\n382,1646224271,47.74306,8.99898\n383,1646224272,47.74306,8.99898\n384,1646224273,47.74306,8.99898\n385,1646224274,47.74306,8.99898\n386,1646224275,47.74306,8.99898\n387,1646224276,47.74306,8.99898\n388,1646224277,47.74306,8.99898\n389,1646224278,47.74306,8.99898\n390,1646224279,47.74305,8.99898\n391,1646224280,47.74305,8.99898\n392,1646224281,47.74305,8.99898\n393,1646224282,47.74305,8.99898\n394,1646224283,47.74305,8.99898\n395,1646224284,47.74305,8.99898\n396,1646224285,47.74305,8.99898\n397,1646224286,47.74305,8.99898\n398,1646224287,47.74305,8.99898\n399,1646224288,47.74305,8.99898\n400,1646224289,47.74305,8.99898\n401,1646224290,47.74305,8.99898\n402,1646224291,47.74305,8.99898\n403,1646224292,47.74305,8.99898\n404,1646224293,47.74305,8.99898\n405,1646224294,47.74305,8.99898\n406,1646224295,47.74305,8.99898\n407,1646224296,47.74305,8.99898\n408,1646224297,47.74305,8.99898\n409,1646224298,47.74305,8.99898\n410,1646224299,47.74305,8.99898\n411,1646224300,47.74305,8.99898\n412,1646224301,47.74305,8.99898\n413,1646224302,47.74305,8.99898\n414,1646224303,47.74305,8.99898\n415,1646224304,47.74305,8.99898\n416,1646224305,47.74305,8.99898\n417,1646224306,47.74305,8.99898\n418,1646224307,47.74305,8.99898\n419,1646224308,47.74305,8.99898\n420,1646224309,47.74305,8.99898\n421,1646224310,47.74305,8.99898\n422,1646224311,47.74305,8.99898\n423,1646224312,47.74305,8.99898\n424,1646224313,47.74305,8.99898\n425,1646224314,47.74305,8.99898\n426,1646224315,47.74305,8.99898\n427,1646224316,47.74305,8.99898\n428,1646224317,47.74305,8.99898\n429,1646224318,47.74305,8.99898\n430,1646224319,47.74305,8.99898\n431,1646224320,47.74305,8.99898\n432,1646224321,47.74305,8.99898\n433,1646224322,47.74305,8.99898\n434,1646224323,47.74305,8.99898\n435,1646224324,47.74305,8.99898\n436,1646224325,47.74305,8.99898\n437,1646224326,47.74305,8.99898\n438,1646224327,47.74305,8.99898\n439,1646224328,47.74305,8.99898\n440,1646224329,47.74305,8.99898\n441,1646224330,47.74305,8.99898\n442,1646224331,47.74305,8.99898\n443,1646224332,47.74305,8.99898\n444,1646224333,47.74305,8.99898\n445,1646224334,47.74305,8.99898\n446,1646224335,47.74305,8.99898\n447,1646224336,47.74305,8.99898\n448,1646224337,47.74305,8.99898\n449,1646224338,47.74305,8.99898\n450,1646224339,47.74305,8.99898\n451,1646224340,47.74305,8.99898\n452,1646224341,47.74305,8.99898\n453,1646224342,47.74305,8.99898\n454,1646224343,47.74305,8.99898\n455,1646224344,47.74305,8.99898\n456,1646224345,47.74305,8.99898\n457,1646224346,47.74305,8.99898\n458,1646224347,47.74305,8.99898\n459,1646224348,47.74305,8.99898\n460,1646224349,47.74305,8.99898\n461,1646224350,47.74305,8.99898\n462,1646224351,47.74305,8.99898\n463,1646224352,47.74305,8.99898\n464,1646224353,47.74305,8.99898\n465,1646224354,47.74305,8.99898\n466,1646224355,47.74305,8.99898\n467,1646224356,47.74305,8.99898\n468,1646224357,47.74305,8.99898\n469,1646224358,47.74305,8.99898\n470,1646224359,47.74305,8.99898\n471,1646224360,47.74305,8.99898\n472,1646224361,47.74305,8.99898\n473,1646224362,47.74305,8.99898\n474,1646224363,47.74305,8.99898\n475,1646224364,47.74305,8.99898\n476,1646224365,47.74305,8.99898\n477,1646224366,47.74305,8.99898\n478,1646224367,47.74305,8.99898\n479,1646224368,47.74305,8.99898\n480,1646224369,47.74305,8.99898\n481,1646224370,47.74305,8.99898\n482,1646224371,47.74305,8.99898\n483,1646224372,47.74305,8.99898\n484,1646224373,47.74305,8.99898\n485,1646224374,47.74305,8.99898\n486,1646224375,47.74305,8.99898\n487,1646224376,47.74305,8.99898\n488,1646224377,47.74305,8.99898\n489,1646224378,47.74305,8.99898\n490,1646224379,47.74305,8.99898\n491,1646224380,47.74305,8.99898\n492,1646224381,47.74305,8.99898\n493,1646224382,47.74305,8.99898\n494,1646224383,47.74305,8.99898\n495,1646224384,47.74305,8.99898\n496,1646224385,47.74305,8.99898\n497,1646224386,47.74305,8.99898\n498,1646224387,47.74305,8.99898\n499,1646224388,47.74305,8.99898\n500,1646224389,47.74305,8.99898\n501,1646224390,47.74305,8.99898\n502,1646224391,47.74305,8.99898\n503,1646224392,47.74305,8.99898\n504,1646224393,47.74305,8.99898\n505,1646224394,47.74305,8.99898\n506,1646224395,47.74305,8.99898\n507,1646224396,47.74305,8.99898\n508,1646224397,47.74305,8.99898\n509,1646224398,47.74305,8.99898\n510,1646224399,47.74305,8.99898\n511,1646224400,47.74305,8.99898\n512,1646224401,47.74305,8.99898\n513,1646224402,47.74305,8.99898\n514,1646224403,47.74305,8.99898\n515,1646224404,47.74305,8.99898\n516,1646224405,47.74305,8.99898\n517,1646224406,47.74305,8.99898\n518,1646224407,47.74305,8.99898\n519,1646224408,47.74305,8.99898\n520,1646224409,47.74305,8.99898\n521,1646224410,47.74305,8.99898\n522,1646224411,47.74305,8.99898\n523,1646224412,47.74305,8.99898\n524,1646224413,47.74305,8.99898\n525,1646224414,47.74305,8.99898\n526,1646224415,47.74305,8.99898\n527,1646224416,47.74305,8.99898\n528,1646224417,47.74305,8.99898\n529,1646224418,47.74305,8.99898\n530,1646224419,47.74305,8.99898\n531,1646224420,47.74305,8.99898\n532,1646224421,47.74305,8.99898\n533,1646224422,47.74305,8.99898\n534,1646224423,47.74305,8.99898\n535,1646224424,47.74305,8.99898\n536,1646224425,47.74305,8.99898\n537,1646224426,47.74305,8.99898\n538,1646224427,47.74305,8.99898\n539,1646224428,47.74305,8.99898\n540,1646224429,47.74305,8.99898\n541,1646224430,47.74305,8.99898\n542,1646224431,47.74305,8.99898\n543,1646224432,47.74305,8.99898\n544,1646224433,47.74305,8.99898\n545,1646224434,47.74305,8.99898\n546,1646224435,47.74305,8.99898\n547,1646224436,47.74305,8.99898\n548,1646224437,47.74305,8.99898\n549,1646224438,47.74305,8.99898\n550,1646224439,47.74305,8.99899\n551,1646224440,47.74305,8.99899\n552,1646224441,47.74305,8.99899\n553,1646224442,47.74305,8.99899\n554,1646224443,47.74305,8.99899\n555,1646224444,47.74305,8.99899\n556,1646224445,47.74305,8.99899\n557,1646224446,47.74305,8.99899\n558,1646224447,47.74305,8.99899\n559,1646224448,47.74305,8.99899\n560,1646224449,47.74305,8.99899\n561,1646224450,47.74305,8.99899\n562,1646224451,47.74305,8.99899\n563,1646224452,47.74305,8.99899\n564,1646224453,47.74305,8.99899\n565,1646224454,47.74305,8.99899\n566,1646224455,47.74305,8.99899\n567,1646224456,47.74305,8.99899\n568,1646224457,47.74305,8.99899\n569,1646224458,47.74306,8.99899\n570,1646224459,47.74306,8.99899\n571,1646224460,47.74306,8.99899\n572,1646224461,47.74306,8.99899\n573,1646224462,47.74306,8.99899\n574,1646224463,47.74306,8.99899\n575,1646224464,47.74306,8.99899\n576,1646224465,47.74306,8.99899\n577,1646224466,47.74306,8.99899\n578,1646224467,47.74306,8.99899\n579,1646224468,47.74306,8.99899\n580,1646224469,47.74306,8.99899\n581,1646224470,47.74306,8.99899\n582,1646224471,47.74306,8.99899\n583,1646224472,47.74306,8.99899\n584,1646224473,47.74306,8.99899\n585,1646224474,47.74306,8.99899\n586,1646224475,47.74306,8.99899\n587,1646224476,47.74306,8.99899\n588,1646224477,47.74306,8.99899\n589,1646224478,47.74305,8.99899\n590,1646224479,47.74305,8.99899\n591,1646224480,47.74305,8.99899\n592,1646224481,47.74305,8.99899\n593,1646224482,47.74305,8.99899\n594,1646224483,47.74305,8.99899\n595,1646224484,47.74305,8.99899\n596,1646224485,47.74305,8.99899\n597,1646224486,47.74305,8.99899\n598,1646224487,47.74305,8.99899\n599,1646224488,47.74305,8.99899\n600,1646224489,47.74305,8.99899\n601,1646224490,47.74305,8.99899\n602,1646224491,47.74305,8.99899\n603,1646224492,47.74305,8.99899\n604,1646224493,47.74305,8.99899\n605,1646224494,47.74305,8.99899\n606,1646224495,47.74305,8.99899\n607,1646224496,47.74305,8.99899\n608,1646224497,47.74305,8.99899\n609,1646224498,47.74305,8.99899\n610,1646224499,47.74305,8.99899\n611,1646224500,47.74305,8.99899\n612,1646224501,47.74305,8.99899\n613,1646224502,47.74305,8.99899\n614,1646224503,47.74305,8.99899\n615,1646224504,47.74305,8.99899\n616,1646224505,47.74305,8.99899\n617,1646224506,47.74305,8.99899\n618,1646224507,47.74305,8.99899\n619,1646224508,47.74305,8.99899\n620,1646224509,47.74305,8.99899\n621,1646224510,47.74305,8.99899\n622,1646224511,47.74305,8.99899\n623,1646224512,47.74305,8.99899\n624,1646224513,47.74305,8.99899\n625,1646224514,47.74305,8.99899\n626,1646224515,47.74305,8.99899\n627,1646224516,47.74305,8.99899\n628,1646224517,47.74305,8.99899\n629,1646224518,47.74305,8.99899\n630,1646224519,47.74305,8.99899\n631,1646224520,47.74305,8.99899\n632,1646224521,47.74305,8.99899\n633,1646224522,47.74305,8.99899\n634,1646224523,47.74305,8.99899\n635,1646224524,47.74305,8.99899\n636,1646224525,47.74305,8.99899\n637,1646224526,47.74305,8.99899\n638,1646224527,47.74305,8.99899\n639,1646224528,47.74305,8.99899\n640,1646224529,47.74305,8.99899\n641,1646224530,47.74305,8.99899\n642,1646224531,47.74305,8.99899\n643,1646224532,47.74305,8.99899\n644,1646224533,47.74305,8.99899\n645,1646224534,47.74305,8.99899\n646,1646224535,47.74305,8.99899\n647,1646224536,47.74305,8.99899\n648,1646224537,47.74305,8.99899\n649,1646224538,47.74305,8.99899\n650,1646224539,47.74305,8.99899\n651,1646224540,47.74305,8.99899\n652,1646224541,47.74305,8.99899\n653,1646224542,47.74305,8.99899\n654,1646224543,47.74305,8.99899\n655,1646224544,47.74305,8.99899\n656,1646224545,47.74305,8.99899\n657,1646224546,47.74305,8.99899\n658,1646224547,47.74305,8.99899\n659,1646224548,47.74305,8.99899\n660,1646224549,47.74305,8.99899\n661,1646224550,47.74305,8.99899\n662,1646224551,47.74305,8.99899\n663,1646224552,47.74305,8.99899\n664,1646224553,47.74305,8.99899\n665,1646224554,47.74305,8.99899\n666,1646224555,47.74305,8.99899\n667,1646224556,47.74305,8.99899\n668,1646224557,47.74305,8.99899\n669,1646224558,47.74305,8.99899\n670,1646224559,47.74305,8.99899\n671,1646224560,47.74305,8.99899\n672,1646224561,47.74305,8.99899\n673,1646224562,47.74305,8.99899\n674,1646224563,47.74305,8.99899\n675,1646224564,47.74305,8.99899\n676,1646224565,47.74305,8.99899\n677,1646224566,47.74305,8.99899\n678,1646224567,47.74305,8.99899\n679,1646224568,47.74305,8.99899\n680,1646224569,47.74305,8.99899\n681,1646224570,47.74305,8.99899\n682,1646224571,47.74305,8.99899\n683,1646224572,47.74305,8.99899\n684,1646224573,47.74305,8.99899\n685,1646224574,47.74305,8.99899\n686,1646224575,47.74305,8.99899\n687,1646224576,47.74305,8.99899\n688,1646224577,47.74305,8.99899\n689,1646224578,47.74305,8.99899\n690,1646224579,47.74305,8.99899\n691,1646224580,47.74305,8.99899\n692,1646224581,47.74305,8.99899\n693,1646224582,47.74305,8.99899\n694,1646224583,47.74305,8.99899\n695,1646224584,47.74305,8.99899\n696,1646224585,47.74305,8.99899\n697,1646224586,47.74305,8.99899\n698,1646224587,47.74305,8.99899\n699,1646224588,47.74305,8.99899\n700,1646224589,47.74305,8.99899\n701,1646224590,47.74305,8.99899\n702,1646224591,47.74305,8.99899\n703,1646224592,47.74305,8.99899\n704,1646224593,47.74305,8.99899\n705,1646224594,47.74305,8.99899\n706,1646224595,47.74305,8.99899\n707,1646224596,47.74305,8.99899\n708,1646224597,47.74305,8.99899\n709,1646224598,47.74305,8.99899\n710,1646224599,47.74305,8.99899\n711,1646224600,47.74305,8.99899\n712,1646224601,47.74305,8.99899\n713,1646224602,47.74305,8.99899\n714,1646224603,47.74305,8.99899\n715,1646224604,47.74305,8.99899\n716,1646224605,47.74305,8.99899\n717,1646224606,47.74305,8.99899\n718,1646224607,47.74305,8.99899\n719,1646224608,47.74305,8.99899\n720,1646224609,47.74305,8.99899\n721,1646224610,47.74305,8.99899\n722,1646224611,47.74305,8.99899\n723,1646224612,47.74305,8.99899\n724,1646224613,47.74305,8.99899\n725,1646224614,47.74305,8.99899\n726,1646224615,47.74305,8.99899\n727,1646224616,47.74305,8.99899\n728,1646224617,47.74305,8.99899\n729,1646224618,47.74305,8.99899\n730,1646224619,47.74305,8.99899\n731,1646224620,47.74305,8.99899\n732,1646224621,47.74306,8.99899\n733,1646224622,47.74306,8.99899\n734,1646224623,47.74306,8.99899\n735,1646224624,47.74305,8.99899\n736,1646224625,47.74305,8.99899\n737,1646224626,47.74305,8.99900\n738,1646224627,47.74305,8.99900\n739,1646224628,47.74305,8.99900\n740,1646224629,47.74305,8.99900\n741,1646224630,47.74305,8.99900\n742,1646224631,47.74305,8.99900\n743,1646224632,47.74305,8.99900\n744,1646224633,47.74305,8.99900\n745,1646224634,47.74305,8.99900\n746,1646224635,47.74305,8.99900\n747,1646224636,47.74305,8.99900\n748,1646224637,47.74305,8.99900\n749,1646224638,47.74305,8.99900\n750,1646224639,47.74305,8.99900\n751,1646224640,47.74305,8.99900\n752,1646224641,47.74305,8.99900\n753,1646224642,47.74305,8.99900\n754,1646224643,47.74305,8.99900\n755,1646224644,47.74305,8.99900\n756,1646224645,47.74305,8.99900\n757,1646224646,47.74305,8.99900\n758,1646224647,47.74305,8.99900\n759,1646224648,47.74305,8.99900\n760,1646224649,47.74305,8.99900\n761,1646224650,47.74305,8.99900\n762,1646224651,47.74305,8.99900\n763,1646224652,47.74305,8.99900\n764,1646224653,47.74305,8.99900\n765,1646224654,47.74305,8.99900\n766,1646224655,47.74305,8.99900\n767,1646224656,47.74305,8.99900\n768,1646224657,47.74305,8.99900\n769,1646224658,47.74305,8.99900\n770,1646224659,47.74305,8.99900\n771,1646224660,47.74305,8.99900\n772,1646224661,47.74305,8.99900\n773,1646224662,47.74305,8.99900\n774,1646224663,47.74305,8.99900\n775,1646224664,47.74305,8.99900\n776,1646224665,47.74305,8.99900\n777,1646224666,47.74305,8.99900\n778,1646224667,47.74305,8.99900\n779,1646224668,47.74305,8.99900\n780,1646224669,47.74305,8.99900\n781,1646224670,47.74305,8.99900\n782,1646224671,47.74305,8.99900\n783,1646224672,47.74305,8.99900\n784,1646224673,47.74305,8.99900\n785,1646224674,47.74305,8.99900\n786,1646224675,47.74305,8.99900\n787,1646224676,47.74305,8.99900\n788,1646224677,47.74305,8.99900\n789,1646224678,47.74305,8.99900\n790,1646224679,47.74305,8.99900\n791,1646224680,47.74305,8.99900\n792,1646224681,47.74305,8.99900\n793,1646224682,47.74305,8.99900\n794,1646224683,47.74305,8.99900\n795,1646224684,47.74305,8.99900\n796,1646224685,47.74305,8.99900\n797,1646224686,47.74305,8.99900\n798,1646224687,47.74305,8.99900\n799,1646224688,47.74305,8.99900\n800,1646224689,47.74305,8.99900\n801,1646224690,47.74305,8.99900\n802,1646224691,47.74305,8.99900\n803,1646224692,47.74305,8.99900\n804,1646224693,47.74305,8.99900\n805,1646224694,47.74305,8.99900\n806,1646224695,47.74305,8.99900\n807,1646224696,47.74305,8.99900\n808,1646224697,47.74305,8.99900\n809,1646224698,47.74305,8.99900\n810,1646224699,47.74305,8.99900\n811,1646224700,47.74305,8.99900\n812,1646224701,47.74305,8.99900\n813,1646224702,47.74305,8.99900\n814,1646224703,47.74305,8.99900\n815,1646224704,47.74305,8.99900\n816,1646224705,47.74305,8.99900\n817,1646224706,47.74305,8.99900\n818,1646224707,47.74305,8.99900\n819,1646224708,47.74305,8.99900\n820,1646224709,47.74305,8.99900\n821,1646224710,47.74305,8.99900\n822,1646224711,47.74306,8.99900\n823,1646224712,47.74306,8.99900\n824,1646224713,47.74306,8.99900\n825,1646224714,47.74306,8.99900\n826,1646224715,47.74306,8.99900\n827,1646224716,47.74306,8.99900\n828,1646224717,47.74306,8.99900\n829,1646224718,47.74306,8.99900\n830,1646224719,47.74306,8.99900\n831,1646224720,47.74306,8.99900\n832,1646224721,47.74306,8.99900\n833,1646224722,47.74306,8.99900\n834,1646224723,47.74306,8.99900\n835,1646224724,47.74306,8.99900\n836,1646224725,47.74306,8.99900\n837,1646224726,47.74306,8.99900\n838,1646224727,47.74306,8.99900\n839,1646224728,47.74306,8.99900\n840,1646224729,47.74306,8.99900\n841,1646224730,47.74306,8.99900\n842,1646224731,47.74306,8.99900\n843,1646224732,47.74306,8.99900\n844,1646224733,47.74306,8.99900\n845,1646224734,47.74306,8.99900\n846,1646224735,47.74306,8.99900\n847,1646224736,47.74306,8.99900\n848,1646224737,47.74306,8.99900\n849,1646224738,47.74306,8.99900\n850,1646224739,47.74306,8.99900\n851,1646224740,47.74306,8.99900\n852,1646224741,47.74306,8.99900\n853,1646224742,47.74306,8.99900\n854,1646224743,47.74306,8.99900\n855,1646224744,47.74306,8.99900\n856,1646224745,47.74306,8.99900\n857,1646224746,47.74306,8.99900\n858,1646224747,47.74306,8.99900\n859,1646224748,47.74306,8.99900\n860,1646224749,47.74306,8.99900\n861,1646224750,47.74306,8.99900\n862,1646224751,47.74306,8.99900\n863,1646224752,47.74306,8.99900\n864,1646224753,47.74306,8.99900\n865,1646224754,47.74306,8.99900\n866,1646224755,47.74306,8.99900\n867,1646224756,47.74306,8.99900\n868,1646224757,47.74306,8.99900\n869,1646224758,47.74306,8.99900\n870,1646224759,47.74306,8.99900\n871,1646224760,47.74306,8.99900\n872,1646224761,47.74306,8.99900\n873,1646224762,47.74306,8.99900\n874,1646224763,47.74306,8.99900\n875,1646224764,47.74306,8.99900\n876,1646224765,47.74306,8.99900\n877,1646224766,47.74306,8.99900\n878,1646224767,47.74306,8.99900\n879,1646224768,47.74306,8.99900\n880,1646224769,47.74306,8.99900\n881,1646224770,47.74306,8.99900\n882,1646224771,47.74306,8.99900\n883,1646224772,47.74306,8.99900\n884,1646224773,47.74306,8.99900\n885,1646224774,47.74306,8.99900\n886,1646224775,47.74306,8.99900\n887,1646224776,47.74306,8.99900\n888,1646224777,47.74306,8.99900\n889,1646224778,47.74306,8.99900\n890,1646224779,47.74306,8.99900\n891,1646224780,47.74306,8.99900\n892,1646224781,47.74306,8.99900\n893,1646224782,47.74306,8.99900\n894,1646224783,47.74306,8.99900\n895,1646224784,47.74306,8.99900\n896,1646224785,47.74306,8.99900\n897,1646224786,47.74306,8.99900\n898,1646224787,47.74306,8.99900\n899,1646224788,47.74306,8.99900\n900,1646224789,47.74306,8.99900\n901,1646224790,47.74306,8.99900\n902,1646224791,47.74306,8.99900\n903,1646224792,47.74306,8.99900\n904,1646224793,47.74306,8.99900\n905,1646224794,47.74306,8.99900\n906,1646224795,47.74306,8.99900\n907,1646224796,47.74306,8.99900\n908,1646224797,47.74306,8.99900\n909,1646224798,47.74306,8.99900\n910,1646224799,47.74306,8.99900\n911,1646224800,47.74306,8.99900\n912,1646224801,47.74306,8.99900\n913,1646224802,47.74306,8.99900\n914,1646224803,47.74306,8.99900\n915,1646224804,47.74306,8.99900\n916,1646224805,47.74306,8.99900\n917,1646224806,47.74306,8.99900\n918,1646224807,47.74306,8.99900\n919,1646224808,47.74306,8.99900\n920,1646224809,47.74306,8.99900\n921,1646224810,47.74306,8.99900\n922,1646224811,47.74306,8.99900\n923,1646224812,47.74306,8.99900\n924,1646224813,47.74306,8.99900\n925,1646224814,47.74306,8.99900\n926,1646224815,47.74306,8.99900\n927,1646224816,47.74306,8.99900\n928,1646224817,47.74306,8.99900\n929,1646224818,47.74306,8.99900\n930,1646224819,47.74306,8.99900\n931,1646224820,47.74306,8.99900\n932,1646224821,47.74306,8.99900\n933,1646224822,47.74306,8.99900\n934,1646224823,47.74306,8.99900\n935,1646224824,47.74306,8.99900\n936,1646224825,47.74306,8.99900\n937,1646224826,47.74306,8.99900\n938,1646224827,47.74306,8.99900\n939,1646224828,47.74306,8.99900\n940,1646224829,47.74306,8.99900\n941,1646224830,47.74306,8.99900\n942,1646224831,47.74306,8.99900\n943,1646224832,47.74306,8.99900\n944,1646224833,47.74306,8.99900\n945,1646224834,47.74306,8.99900\n946,1646224835,47.74306,8.99900\n947,1646224836,47.74306,8.99900\n948,1646224837,47.74306,8.99900\n949,1646224838,47.74306,8.99900\n950,1646224839,47.74306,8.99900\n951,1646224840,47.74306,8.99900\n952,1646224841,47.74306,8.99900\n953,1646224842,47.74306,8.99900\n954,1646224843,47.74306,8.99900\n955,1646224844,47.74306,8.99900\n956,1646224845,47.74306,8.99900\n957,1646224846,47.74306,8.99900\n958,1646224847,47.74306,8.99900\n959,1646224848,47.74306,8.99900\n960,1646224849,47.74306,8.99900\n961,1646224850,47.74306,8.99900\n962,1646224851,47.74306,8.99900\n963,1646224852,47.74306,8.99900\n964,1646224853,47.74306,8.99900\n965,1646224854,47.74306,8.99900\n966,1646224855,47.74306,8.99900\n967,1646224856,47.74306,8.99900\n968,1646224857,47.74306,8.99900\n969,1646224858,47.74306,8.99900\n970,1646224859,47.74306,8.99900\n971,1646224860,47.74306,8.99900\n972,1646224861,47.74306,8.99900\n973,1646224862,47.74306,8.99900\n974,1646224863,47.74306,8.99900\n975,1646224864,47.74306,8.99900\n976,1646224865,47.74306,8.99900\n977,1646224866,47.74306,8.99900\n978,1646224867,47.74306,8.99900\n979,1646224868,47.74306,8.99900\n980,1646224869,47.74306,8.99900\n981,1646224870,47.74306,8.99900\n982,1646224871,47.74306,8.99900\n983,1646224872,47.74306,8.99900\n984,1646224873,47.74306,8.99900\n985,1646224874,47.74306,8.99900\n986,1646224875,47.74306,8.99900\n987,1646224876,47.74306,8.99900\n988,1646224877,47.74306,8.99900\n989,1646224878,47.74306,8.99900\n990,1646224879,47.74306,8.99900\n991,1646224880,47.74306,8.99900\n992,1646224881,47.74306,8.99900\n993,1646224882,47.74306,8.99900\n994,1646224883,47.74306,8.99900\n995,1646224884,47.74306,8.99900\n996,1646224885,47.74306,8.99900\n997,1646224886,47.74306,8.99900\n998,1646224887,47.74306,8.99900\n999,1646224888,47.74306,8.99900\n1000,1646224889,47.74306,8.99900\n1001,1646224890,47.74306,8.99900\n1002,1646224891,47.74306,8.99900\n1003,1646224892,47.74306,8.99900\n1004,1646224893,47.74306,8.99900\n1005,1646224894,47.74306,8.99900\n1006,1646224895,47.74306,8.99900\n1007,1646224896,47.74306,8.99900\n1008,1646224897,47.74306,8.99900\n1009,1646224898,47.74306,8.99900\n1010,1646224899,47.74306,8.99900\n1011,1646224900,47.74306,8.99900\n1012,1646224901,47.74306,8.99900\n1013,1646224902,47.74306,8.99900\n1014,1646224903,47.74306,8.99900\n1015,1646224904,47.74306,8.99900\n1016,1646224905,47.74306,8.99900\n1017,1646224906,47.74306,8.99900\n1018,1646224907,47.74306,8.99900\n1019,1646224908,47.74306,8.99900\n1020,1646224909,47.74306,8.99900\n1021,1646224910,47.74306,8.99900\n1022,1646224911,47.74306,8.99900\n1023,1646224912,47.74306,8.99900\n1024,1646224913,47.74306,8.99900\n1025,1646224914,47.74306,8.99900\n1026,1646224915,47.74306,8.99900\n1027,1646224916,47.74306,8.99900\n1028,1646224917,47.74306,8.99900\n1029,1646224918,47.74306,8.99900\n1030,1646224919,47.74306,8.99900\n1031,1646224920,47.74306,8.99900\n1032,1646224921,47.74306,8.99900\n1033,1646224922,47.74306,8.99900\n1034,1646224923,47.74306,8.99900\n1035,1646224924,47.74306,8.99900\n1036,1646224925,47.74306,8.99900\n1037,1646224926,47.74306,8.99900\n1038,1646224927,47.74306,8.99900\n1039,1646224928,47.74306,8.99900\n1040,1646224929,47.74306,8.99900\n1041,1646224930,47.74306,8.99900\n1042,1646224931,47.74306,8.99900\n1043,1646224932,47.74306,8.99900\n1044,1646224933,47.74306,8.99900\n1045,1646224934,47.74306,8.99900\n1046,1646224935,47.74306,8.99900\n1047,1646224936,47.74306,8.99900\n1048,1646224937,47.74306,8.99900\n1049,1646224938,47.74306,8.99900\n1050,1646224939,47.74306,8.99900\n1051,1646224940,47.74306,8.99900\n1052,1646224941,47.74306,8.99900\n1053,1646224942,47.74306,8.99900\n1054,1646224943,47.74306,8.99900\n1055,1646224944,47.74306,8.99900\n1056,1646224945,47.74306,8.99900\n1057,1646224946,47.74306,8.99900\n1058,1646224947,47.74306,8.99900\n1059,1646224948,47.74306,8.99900\n1060,1646224949,47.74306,8.99900\n1061,1646224950,47.74306,8.99900\n1062,1646224951,47.74306,8.99900\n1063,1646224952,47.74306,8.99900\n1064,1646224953,47.74306,8.99900\n1065,1646224954,47.74306,8.99900\n1066,1646224955,47.74306,8.99900\n1067,1646224956,47.74306,8.99900\n1068,1646224957,47.74306,8.99900\n1069,1646224958,47.74306,8.99900\n1070,1646224959,47.74306,8.99900\n1071,1646224960,47.74306,8.99900\n1072,1646224961,47.74306,8.99900\n1073,1646224962,47.74306,8.99900\n1074,1646224963,47.74306,8.99900\n1075,1646224964,47.74306,8.99900\n1076,1646224965,47.74306,8.99900\n1077,1646224966,47.74306,8.99900\n1078,1646224967,47.74306,8.99900\n1079,1646224968,47.74306,8.99900\n1080,1646224969,47.74306,8.99900\n1081,1646224970,47.74306,8.99900\n1082,1646224971,47.74306,8.99900\n1083,1646224972,47.74306,8.99900\n1084,1646224973,47.74306,8.99900\n1085,1646224974,47.74306,8.99900\n1086,1646224975,47.74306,8.99900\n1087,1646224976,47.74306,8.99900\n1088,1646224977,47.74306,8.99900\n1089,1646224978,47.74306,8.99900\n1090,1646224979,47.74306,8.99900\n1091,1646224980,47.74306,8.99900\n1092,1646224981,47.74306,8.99900\n1093,1646224982,47.74306,8.99900\n1094,1646224983,47.74306,8.99900\n1095,1646224984,47.74306,8.99900\n1096,1646224985,47.74306,8.99900\n1097,1646224986,47.74306,8.99900\n1098,1646224987,47.74306,8.99900\n1099,1646224988,47.74306,8.99900\n1100,1646224989,47.74306,8.99900\n1101,1646224990,47.74306,8.99900\n1102,1646224991,47.74306,8.99900\n1103,1646224992,47.74306,8.99900\n1104,1646224993,47.74306,8.99900\n1105,1646224994,47.74306,8.99900\n1106,1646224995,47.74306,8.99900\n1107,1646224996,47.74306,8.99900\n1108,1646224997,47.74306,8.99900\n1109,1646224998,47.74306,8.99900\n1110,1646224999,47.74306,8.99900\n1111,1646225000,47.74306,8.99900\n1112,1646225001,47.74306,8.99900\n1113,1646225002,47.74306,8.99900\n1114,1646225003,47.74306,8.99900\n1115,1646225004,47.74306,8.99900\n1116,1646225005,47.74306,8.99900\n1117,1646225006,47.74306,8.99900\n1118,1646225007,47.74306,8.99900\n1119,1646225008,47.74306,8.99900\n1120,1646225009,47.74306,8.99900\n1121,1646225010,47.74306,8.99900\n1122,1646225011,47.74306,8.99900\n1123,1646225012,47.74306,8.99900\n1124,1646225013,47.74306,8.99900\n1125,1646225014,47.74306,8.99900\n1126,1646225015,47.74306,8.99900\n1127,1646225016,47.74306,8.99900\n1128,1646225017,47.74306,8.99900\n1129,1646225018,47.74306,8.99900\n1130,1646225019,47.74306,8.99900\n1131,1646225020,47.74306,8.99900\n1132,1646225021,47.74306,8.99900\n1133,1646225022,47.74306,8.99900\n1134,1646225023,47.74306,8.99900\n1135,1646225024,47.74306,8.99900\n1136,1646225025,47.74306,8.99900\n1137,1646225026,47.74306,8.99900\n1138,1646225027,47.74306,8.99900\n1139,1646225028,47.74306,8.99900\n1140,1646225029,47.74306,8.99900\n1141,1646225030,47.74306,8.99900\n1142,1646225031,47.74306,8.99900\n1143,1646225032,47.74306,8.99900\n1144,1646225033,47.74306,8.99900\n1145,1646225034,47.74306,8.99900\n1146,1646225035,47.74306,8.99900\n1147,1646225036,47.74306,8.99900\n1148,1646225037,47.74306,8.99900\n1149,1646225038,47.74306,8.99900\n1150,1646225039,47.74306,8.99900\n1151,1646225040,47.74306,8.99900\n1152,1646225041,47.74306,8.99900\n1153,1646225042,47.74306,8.99900\n1154,1646225043,47.74306,8.99900\n1155,1646225044,47.74306,8.99900\n1156,1646225045,47.74306,8.99900\n1157,1646225046,47.74306,8.99900\n1158,1646225047,47.74306,8.99900\n1159,1646225048,47.74306,8.99900\n1160,1646225049,47.74306,8.99900\n1161,1646225050,47.74306,8.99900\n1162,1646225051,47.74306,8.99900\n1163,1646225052,47.74306,8.99900\n1164,1646225053,47.74306,8.99900\n1165,1646225054,47.74306,8.99900\n1166,1646225055,47.74306,8.99900\n1167,1646225056,47.74306,8.99900\n1168,1646225057,47.74306,8.99900\n1169,1646225058,47.74306,8.99900\n1170,1646225059,47.74306,8.99900\n1171,1646225060,47.74306,8.99900\n1172,1646225061,47.74306,8.99900\n1173,1646225062,47.74306,8.99900\n1174,1646225063,47.74306,8.99900\n1175,1646225064,47.74306,8.99900\n1176,1646225065,47.74306,8.99900\n1177,1646225066,47.74306,8.99900\n1178,1646225067,47.74306,8.99900\n1179,1646225068,47.74306,8.99900\n1180,1646225069,47.74306,8.99900\n1181,1646225070,47.74306,8.99900\n1182,1646225071,47.74306,8.99900\n1183,1646225072,47.74306,8.99900\n1184,1646225073,47.74306,8.99900\n1185,1646225074,47.74306,8.99900\n1186,1646225075,47.74306,8.99900\n1187,1646225076,47.74306,8.99900\n1188,1646225077,47.74306,8.99900\n1189,1646225078,47.74306,8.99900\n1190,1646225079,47.74306,8.99900\n1191,1646225080,47.74306,8.99900\n1192,1646225081,47.74306,8.99900\n1193,1646225082,47.74306,8.99900\n1194,1646225083,47.74306,8.99900\n1195,1646225084,47.74306,8.99900\n1196,1646225085,47.74306,8.99900\n1197,1646225086,47.74306,8.99900\n1198,1646225087,47.74306,8.99900\n1199,1646225088,47.74306,8.99900\n1200,1646225089,47.74306,8.99900\n1201,1646225090,47.74306,8.99900\n1202,1646225091,47.74306,8.99900\n1203,1646225092,47.74306,8.99900\n1204,1646225093,47.74306,8.99900\n1205,1646225094,47.74306,8.99900\n1206,1646225095,47.74306,8.99900\n1207,1646225096,47.74306,8.99900\n1208,1646225097,47.74306,8.99900\n1209,1646225098,47.74306,8.99900\n1210,1646225099,47.74306,8.99900\n1211,1646225100,47.74306,8.99900\n1212,1646225101,47.74306,8.99900\n1213,1646225102,47.74306,8.99900\n1214,1646225103,47.74306,8.99900\n1215,1646225104,47.74306,8.99900\n1216,1646225105,47.74306,8.99900\n1217,1646225106,47.74306,8.99900\n1218,1646225107,47.74306,8.99900\n1219,1646225108,47.74306,8.99900\n1220,1646225109,47.74306,8.99900\n1221,1646225110,47.74306,8.99900\n1222,1646225111,47.74306,8.99900\n1223,1646225112,47.74306,8.99900\n1224,1646225113,47.74306,8.99900\n1225,1646225114,47.74306,8.99900\n1226,1646225115,47.74306,8.99900\n1227,1646225116,47.74306,8.99900\n1228,1646225117,47.74306,8.99900\n1229,1646225118,47.74306,8.99900\n1230,1646225119,47.74306,8.99900\n1231,1646225120,47.74306,8.99900\n1232,1646225121,47.74306,8.99900\n1233,1646225122,47.74306,8.99900\n1234,1646225123,47.74306,8.99900\n1235,1646225124,47.74306,8.99900\n1236,1646225125,47.74306,8.99900\n1237,1646225126,47.74306,8.99900\n1238,1646225127,47.74306,8.99900\n1239,1646225128,47.74306,8.99900\n1240,1646225129,47.74306,8.99900\n1241,1646225130,47.74306,8.99900\n1242,1646225131,47.74306,8.99900\n1243,1646225132,47.74306,8.99900\n1244,1646225133,47.74306,8.99900\n1245,1646225134,47.74306,8.99900\n1246,1646225135,47.74306,8.99900\n1247,1646225136,47.74306,8.99900\n1248,1646225137,47.74306,8.99900\n1249,1646225138,47.74306,8.99900\n1250,1646225139,47.74306,8.99900\n1251,1646225140,47.74306,8.99900\n1252,1646225141,47.74306,8.99900\n1253,1646225142,47.74306,8.99900\n1254,1646225143,47.74306,8.99900\n1255,1646225144,47.74306,8.99900\n1256,1646225145,47.74306,8.99900\n1257,1646225146,47.74306,8.99900\n1258,1646225147,47.74306,8.99900\n1259,1646225148,47.74306,8.99900\n1260,1646225149,47.74306,8.99900\n1261,1646225150,47.74306,8.99900\n1262,1646225151,47.74306,8.99900\n1263,1646225152,47.74306,8.99900\n1264,1646225153,47.74306,8.99900\n1265,1646225154,47.74306,8.99900\n1266,1646225155,47.74306,8.99900\n1267,1646225156,47.74306,8.99900\n1268,1646225157,47.74306,8.99900\n1269,1646225158,47.74306,8.99900\n1270,1646225159,47.74306,8.99900\n1271,1646225160,47.74306,8.99900\n1272,1646225161,47.74306,8.99900\n1273,1646225162,47.74306,8.99900\n1274,1646225163,47.74306,8.99900\n1275,1646225164,47.74306,8.99900\n1276,1646225165,47.74306,8.99900\n1277,1646225166,47.74306,8.99900\n1278,1646225167,47.74306,8.99900\n1279,1646225168,47.74306,8.99900\n1280,1646225169,47.74306,8.99900\n1281,1646225170,47.74306,8.99900\n1282,1646225171,47.74306,8.99900\n1283,1646225172,47.74306,8.99900\n1284,1646225173,47.74306,8.99900\n1285,1646225174,47.74306,8.99900\n1286,1646225175,47.74306,8.99900\n1287,1646225176,47.74306,8.99900\n1288,1646225177,47.74306,8.99900\n1289,1646225178,47.74306,8.99900\n1290,1646225179,47.74306,8.99900\n1291,1646225180,47.74306,8.99900\n1292,1646225181,47.74306,8.99900\n1293,1646225182,47.74306,8.99900\n1294,1646225183,47.74306,8.99900\n1295,1646225184,47.74306,8.99900\n1296,1646225185,47.74306,8.99900\n1297,1646225186,47.74306,8.99900\n1298,1646225187,47.74306,8.99900\n1299,1646225188,47.74306,8.99900\n1300,1646225189,47.74306,8.99900\n1301,1646225190,47.74306,8.99900\n1302,1646225191,47.74306,8.99900\n1303,1646225192,47.74306,8.99900\n1304,1646225193,47.74306,8.99900\n1305,1646225194,47.74306,8.99900\n1306,1646225195,47.74306,8.99900\n1307,1646225196,47.74306,8.99900\n1308,1646225197,47.74306,8.99900\n1309,1646225198,47.74306,8.99900\n1310,1646225199,47.74306,8.99900\n1311,1646225200,47.74306,8.99900\n1312,1646225201,47.74306,8.99900\n1313,1646225202,47.74306,8.99900\n1314,1646225203,47.74306,8.99900\n1315,1646225204,47.74306,8.99900\n1316,1646225205,47.74306,8.99900\n1317,1646225206,47.74306,8.99900\n1318,1646225207,47.74306,8.99900\n1319,1646225208,47.74306,8.99900\n1320,1646225209,47.74306,8.99900\n1321,1646225210,47.74306,8.99900\n1322,1646225211,47.74306,8.99900\n1323,1646225212,47.74306,8.99900\n1324,1646225213,47.74306,8.99900\n1325,1646225214,47.74306,8.99900\n1326,1646225215,47.74306,8.99900\n1327,1646225216,47.74306,8.99900\n1328,1646225217,47.74306,8.99900\n1329,1646225218,47.74306,8.99900\n1330,1646225219,47.74306,8.99900\n1331,1646225220,47.74306,8.99900\n1332,1646225221,47.74306,8.99900\n1333,1646225222,47.74306,8.99900\n1334,1646225223,47.74306,8.99900\n1335,1646225224,47.74306,8.99900\n1336,1646225225,47.74306,8.99900\n1337,1646225226,47.74306,8.99900\n1338,1646225227,47.74306,8.99900\n1339,1646225228,47.74306,8.99900\n1340,1646225229,47.74306,8.99900\n1341,1646225230,47.74306,8.99900\n1342,1646225231,47.74306,8.99900\n1343,1646225232,47.74306,8.99900\n1344,1646225233,47.74306,8.99900\n1345,1646225234,47.74306,8.99900\n1346,1646225235,47.74306,8.99900\n1347,1646225236,47.74306,8.99900\n1348,1646225237,47.74306,8.99900\n1349,1646225238,47.74306,8.99900\n1350,1646225239,47.74306,8.99900\n1351,1646225240,47.74306,8.99900\n1352,1646225241,47.74306,8.99900\n1353,1646225242,47.74306,8.99900\n1354,1646225243,47.74306,8.99900\n1355,1646225244,47.74306,8.99900\n1356,1646225245,47.74306,8.99900\n1357,1646225246,47.74306,8.99900\n1358,1646225247,47.74306,8.99900\n1359,1646225248,47.74306,8.99900\n1360,1646225249,47.74306,8.99900\n1361,1646225250,47.74306,8.99900\n1362,1646225251,47.74306,8.99900\n1363,1646225252,47.74306,8.99900\n1364,1646225253,47.74306,8.99900\n1365,1646225254,47.74306,8.99900\n1366,1646225255,47.74306,8.99900\n1367,1646225256,47.74306,8.99900\n1368,1646225257,47.74306,8.99900\n1369,1646225258,47.74306,8.99900\n1370,1646225259,47.74306,8.99900\n1371,1646225260,47.74306,8.99900\n1372,1646225261,47.74306,8.99900\n1373,1646225262,47.74306,8.99900\n1374,1646225263,47.74306,8.99900\n1375,1646225264,47.74306,8.99900\n1376,1646225265,47.74306,8.99900\n1377,1646225266,47.74306,8.99900\n1378,1646225267,47.74306,8.99900\n1379,1646225268,47.74306,8.99900\n1380,1646225269,47.74306,8.99900\n1381,1646225270,47.74306,8.99900\n1382,1646225271,47.74306,8.99900\n1383,1646225272,47.74306,8.99900\n1384,1646225273,47.74306,8.99900\n1385,1646225274,47.74306,8.99900\n1386,1646225275,47.74306,8.99900\n1387,1646225276,47.74306,8.99900\n1388,1646225277,47.74306,8.99900\n1389,1646225278,47.74306,8.99900\n1390,1646225279,47.74306,8.99900\n1391,1646225280,47.74306,8.99900\n1392,1646225281,47.74306,8.99900\n1393,1646225282,47.74306,8.99900\n1394,1646225283,47.74306,8.99900\n1395,1646225284,47.74306,8.99900\n1396,1646225285,47.74306,8.99900\n1397,1646225286,47.74306,8.99900\n1398,1646225287,47.74306,8.99900\n1399,1646225288,47.74306,8.99900\n1400,1646225289,47.74306,8.99900\n1401,1646225290,47.74306,8.99900\n1402,1646225291,47.74306,8.99900\n1403,1646225292,47.74306,8.99900\n1404,1646225293,47.74306,8.99900\n1405,1646225294,47.74306,8.99900\n1406,1646225295,47.74306,8.99900\n1407,1646225296,47.74306,8.99900\n1408,1646225297,47.74306,8.99900\n1409,1646225298,47.74306,8.99900\n1410,1646225299,47.74306,8.99900\n1411,1646225300,47.74306,8.99900\n1412,1646225301,47.74306,8.99900\n1413,1646225302,47.74306,8.99900\n1414,1646225303,47.74306,8.99900\n1415,1646225304,47.74306,8.99900\n1416,1646225305,47.74306,8.99900\n1417,1646225306,47.74306,8.99900\n1418,1646225307,47.74306,8.99900\n1419,1646225308,47.74306,8.99900\n1420,1646225309,47.74306,8.99900\n1421,1646225310,47.74306,8.99900\n1422,1646225311,47.74306,8.99900\n1423,1646225312,47.74306,8.99900\n1424,1646225313,47.74306,8.99900\n1425,1646225314,47.74306,8.99900\n1426,1646225315,47.74306,8.99900\n1427,1646225316,47.74306,8.99900\n1428,1646225317,47.74306,8.99900\n1429,1646225318,47.74306,8.99900\n1430,1646225319,47.74306,8.99900\n1431,1646225320,47.74306,8.99900\n1432,1646225321,47.74306,8.99900\n1433,1646225322,47.74306,8.99900\n1434,1646225323,47.74306,8.99900\n1435,1646225324,47.74306,8.99900\n1436,1646225325,47.74306,8.99900\n1437,1646225326,47.74306,8.99900\n1438,1646225327,47.74306,8.99900\n1439,1646225328,47.74306,8.99900\n1440,1646225329,47.74306,8.99900\n1441,1646225330,47.74306,8.99900\n1442,1646225331,47.74306,8.99900\n1443,1646225332,47.74306,8.99900\n1444,1646225333,47.74306,8.99900\n1445,1646225334,47.74306,8.99900\n1446,1646225335,47.74306,8.99900\n1447,1646225336,47.74306,8.99900\n1448,1646225337,47.74306,8.99900\n1449,1646225338,47.74306,8.99900\n1450,1646225339,47.74306,8.99900\n1451,1646225340,47.74306,8.99900\n1452,1646225341,47.74306,8.99900\n1453,1646225342,47.74306,8.99900\n1454,1646225343,47.74306,8.99900\n1455,1646225344,47.74306,8.99900\n1456,1646225345,47.74306,8.99900\n1457,1646225346,47.74306,8.99900\n1458,1646225347,47.74306,8.99900\n1459,1646225348,47.74306,8.99900\n1460,1646225349,47.74306,8.99900\n1461,1646225350,47.74306,8.99900\n1462,1646225351,47.74306,8.99900\n1463,1646225352,47.74306,8.99900\n1464,1646225353,47.74306,8.99900\n1465,1646225354,47.74306,8.99900\n1466,1646225355,47.74306,8.99900\n1467,1646225356,47.74306,8.99900\n1468,1646225357,47.74306,8.99900\n1469,1646225358,47.74306,8.99900\n1470,1646225359,47.74306,8.99900\n1471,1646225360,47.74306,8.99900\n1472,1646225361,47.74306,8.99900\n1473,1646225362,47.74306,8.99900\n1474,1646225363,47.74306,8.99900\n1475,1646225364,47.74306,8.99900\n1476,1646225365,47.74306,8.99900\n1477,1646225366,47.74306,8.99900\n1478,1646225367,47.74306,8.99900\n1479,1646225368,47.74306,8.99900\n1480,1646225369,47.74306,8.99900\n1481,1646225370,47.74306,8.99900\n1482,1646225371,47.74306,8.99900\n1483,1646225372,47.74306,8.99900\n1484,1646225373,47.74306,8.99900\n1485,1646225374,47.74306,8.99900\n1486,1646225375,47.74306,8.99900\n1487,1646225376,47.74306,8.99900\n1488,1646225377,47.74306,8.99900\n1489,1646225378,47.74306,8.99900\n1490,1646225379,47.74306,8.99900\n1491,1646225380,47.74306,8.99900\n1492,1646225381,47.74306,8.99900\n1493,1646225382,47.74306,8.99900\n1494,1646225383,47.74306,8.99900\n1495,1646225384,47.74306,8.99900\n1496,1646225385,47.74306,8.99900\n1497,1646225386,47.74306,8.99900\n1498,1646225387,47.74306,8.99900\n1499,1646225388,47.74306,8.99900\n1500,1646225389,47.74306,8.99900\n1501,1646225390,47.74306,8.99900\n1502,1646225391,47.74306,8.99900\n1503,1646225392,47.74306,8.99900\n1504,1646225393,47.74306,8.99900\n1505,1646225394,47.74306,8.99900\n1506,1646225395,47.74306,8.99900\n1507,1646225396,47.74306,8.99900\n1508,1646225397,47.74306,8.99900\n1509,1646225398,47.74306,8.99900\n1510,1646225399,47.74306,8.99900\n1511,1646225400,47.74306,8.99900\n1512,1646225401,47.74306,8.99900\n1513,1646225402,47.74306,8.99900\n1514,1646225403,47.74306,8.99900\n1515,1646225404,47.74306,8.99900\n1516,1646225405,47.74306,8.99900\n1517,1646225406,47.74306,8.99900\n1518,1646225407,47.74306,8.99900\n1519,1646225408,47.74306,8.99900\n1520,1646225409,47.74306,8.99900\n1521,1646225410,47.74306,8.99900\n1522,1646225411,47.74306,8.99900\n1523,1646225412,47.74306,8.99900\n1524,1646225413,47.74306,8.99900\n1525,1646225414,47.74306,8.99900\n1526,1646225415,47.74306,8.99900\n1527,1646225416,47.74306,8.99900\n1528,1646225417,47.74306,8.99900\n1529,1646225418,47.74306,8.99900\n1530,1646225419,47.74306,8.99900\n1531,1646225420,47.74306,8.99900\n1532,1646225421,47.74306,8.99900\n1533,1646225422,47.74306,8.99900\n1534,1646225423,47.74306,8.99900\n1535,1646225424,47.74306,8.99900\n1536,1646225425,47.74306,8.99900\n1537,1646225426,47.74306,8.99900\n1538,1646225427,47.74306,8.99900\n1539,1646225428,47.74306,8.99900\n1540,1646225429,47.74306,8.99900\n1541,1646225430,47.74306,8.99900\n1542,1646225431,47.74306,8.99900\n1543,1646225432,47.74306,8.99900\n1544,1646225433,47.74306,8.99900\n1545,1646225434,47.74306,8.99900\n1546,1646225435,47.74306,8.99900\n1547,1646225436,47.74306,8.99900\n1548,1646225437,47.74306,8.99900\n1549,1646225438,47.74306,8.99900\n1550,1646225439,47.74306,8.99900\n1551,1646225440,47.74306,8.99900\n1552,1646225441,47.74306,8.99900\n1553,1646225442,47.74306,8.99900\n1554,1646225443,47.74306,8.99900\n1555,1646225444,47.74306,8.99900\n1556,1646225445,47.74306,8.99900\n1557,1646225446,47.74306,8.99900\n1558,1646225447,47.74306,8.99900\n1559,1646225448,47.74306,8.99900\n1560,1646225449,47.74306,8.99900\n1561,1646225450,47.74306,8.99900\n1562,1646225451,47.74306,8.99900\n1563,1646225452,47.74306,8.99900\n1564,1646225453,47.74306,8.99900\n1565,1646225454,47.74306,8.99900\n1566,1646225455,47.74306,8.99900\n1567,1646225456,47.74306,8.99900\n1568,1646225457,47.74306,8.99900\n1569,1646225458,47.74306,8.99900\n1570,1646225459,47.74306,8.99900\n1571,1646225460,47.74306,8.99900\n1572,1646225461,47.74306,8.99900\n1573,1646225462,47.74306,8.99900\n1574,1646225463,47.74306,8.99900\n1575,1646225464,47.74306,8.99900\n1576,1646225465,47.74306,8.99900\n1577,1646225466,47.74306,8.99900\n1578,1646225467,47.74306,8.99900\n1579,1646225468,47.74306,8.99900\n1580,1646225469,47.74306,8.99900\n1581,1646225470,47.74306,8.99900\n1582,1646225471,47.74306,8.99900\n1583,1646225472,47.74306,8.99900\n1584,1646225473,47.74306,8.99900\n1585,1646225474,47.74306,8.99900\n1586,1646225475,47.74306,8.99900\n1587,1646225476,47.74306,8.99900\n1588,1646225477,47.74306,8.99900\n1589,1646225478,47.74306,8.99900\n1590,1646225479,47.74306,8.99900\n1591,1646225480,47.74306,8.99900\n1592,1646225481,47.74306,8.99900\n1593,1646225482,47.74306,8.99900\n1594,1646225483,47.74306,8.99900\n1595,1646225484,47.74306,8.99900\n1596,1646225485,47.74306,8.99900\n1597,1646225486,47.74306,8.99900\n1598,1646225487,47.74306,8.99900\n1599,1646225488,47.74306,8.99900\n1600,1646225489,47.74306,8.99900\n1601,1646225490,47.74306,8.99900\n1602,1646225491,47.74306,8.99900\n1603,1646225492,47.74306,8.99900\n1604,1646225493,47.74306,8.99900\n1605,1646225494,47.74306,8.99900\n1606,1646225495,47.74306,8.99900\n1607,1646225496,47.74306,8.99900\n1608,1646225497,47.74306,8.99900\n1609,1646225498,47.74306,8.99900\n1610,1646225499,47.74306,8.99900\n1611,1646225500,47.74306,8.99900\n1612,1646225501,47.74306,8.99900\n1613,1646225502,47.74306,8.99900\n1614,1646225503,47.74306,8.99900\n1615,1646225504,47.74306,8.99900\n1616,1646225505,47.74306,8.99900\n1617,1646225506,47.74306,8.99900\n1618,1646225507,47.74306,8.99900\n1619,1646225508,47.74306,8.99900\n1620,1646225509,47.74306,8.99900\n1621,1646225510,47.74306,8.99900\n1622,1646225511,47.74306,8.99900\n1623,1646225512,47.74306,8.99900\n1624,1646225513,47.74306,8.99900\n1625,1646225514,47.74306,8.99900\n1626,1646225515,47.74306,8.99900\n1627,1646225516,47.74306,8.99900\n1628,1646225517,47.74306,8.99900\n1629,1646225518,47.74306,8.99900\n1630,1646225519,47.74306,8.99900\n1631,1646225520,47.74306,8.99900\n1632,1646225521,47.74306,8.99900\n1633,1646225522,47.74306,8.99900\n1634,1646225523,47.74306,8.99900\n1635,1646225524,47.74306,8.99900\n1636,1646225525,47.74306,8.99900\n1637,1646225526,47.74306,8.99900\n1638,1646225527,47.74306,8.99900\n1639,1646225528,47.74306,8.99900\n1640,1646225529,47.74306,8.99900\n1641,1646225530,47.74306,8.99900\n1642,1646225531,47.74306,8.99900\n1643,1646225532,47.74306,8.99900\n1644,1646225533,47.74306,8.99900\n1645,1646225534,47.74306,8.99900\n1646,1646225535,47.74306,8.99900\n1647,1646225536,47.74306,8.99900\n1648,1646225537,47.74306,8.99900\n1649,1646225538,47.74306,8.99900\n1650,1646225539,47.74306,8.99900\n1651,1646225540,47.74306,8.99900\n1652,1646225541,47.74306,8.99900\n1653,1646225542,47.74306,8.99900\n1654,1646225543,47.74306,8.99900\n1655,1646225544,47.74306,8.99900\n1656,1646225545,47.74306,8.99900\n1657,1646225546,47.74306,8.99900\n1658,1646225547,47.74306,8.99900\n1659,1646225548,47.74306,8.99900\n1660,1646225549,47.74306,8.99900\n1661,1646225550,47.74306,8.99900\n1662,1646225551,47.74306,8.99900\n1663,1646225552,47.74306,8.99900\n1664,1646225553,47.74306,8.99900\n1665,1646225554,47.74306,8.99900\n1666,1646225555,47.74306,8.99900\n1667,1646225556,47.74306,8.99900\n1668,1646225557,47.74306,8.99900\n1669,1646225558,47.74306,8.99900\n1670,1646225559,47.74306,8.99900\n1671,1646225560,47.74306,8.99900\n1672,1646225561,47.74306,8.99900\n1673,1646225562,47.74306,8.99900\n1674,1646225563,47.74306,8.99900\n1675,1646225564,47.74306,8.99900\n1676,1646225565,47.74306,8.99900\n1677,1646225566,47.74306,8.99900\n1678,1646225567,47.74306,8.99900\n1679,1646225568,47.74306,8.99900\n1680,1646225569,47.74306,8.99900\n1681,1646225570,47.74306,8.99900\n1682,1646225571,47.74306,8.99900\n1683,1646225572,47.74306,8.99900\n1684,1646225573,47.74306,8.99900\n1685,1646225574,47.74306,8.99900\n1686,1646225575,47.74306,8.99900\n1687,1646225576,47.74306,8.99900\n1688,1646225577,47.74306,8.99900\n1689,1646225578,47.74306,8.99900\n1690,1646225579,47.74306,8.99900\n1691,1646225580,47.74306,8.99900\n1692,1646225581,47.74306,8.99900\n1693,1646225582,47.74306,8.99900\n1694,1646225583,47.74306,8.99900\n1695,1646225584,47.74306,8.99900\n1696,1646225585,47.74306,8.99900\n1697,1646225586,47.74306,8.99900\n1698,1646225587,47.74306,8.99900\n1699,1646225588,47.74306,8.99900\n1700,1646225589,47.74306,8.99900\n1701,1646225590,47.74306,8.99900\n1702,1646225591,47.74306,8.99900\n1703,1646225592,47.74306,8.99900\n1704,1646225593,47.74306,8.99900\n1705,1646225594,47.74306,8.99900\n1706,1646225595,47.74306,8.99900\n1707,1646225596,47.74306,8.99900\n1708,1646225597,47.74306,8.99900\n1709,1646225598,47.74306,8.99900\n1710,1646225599,47.74306,8.99900\n1711,1646225600,47.74306,8.99900\n1712,1646225601,47.74306,8.99900\n1713,1646225602,47.74306,8.99900\n1714,1646225603,47.74306,8.99900\n1715,1646225604,47.74306,8.99900\n1716,1646225605,47.74306,8.99900\n1717,1646225606,47.74306,8.99900\n1718,1646225607,47.74306,8.99900\n1719,1646225608,47.74306,8.99900\n1720,1646225609,47.74306,8.99900\n1721,1646225610,47.74306,8.99900\n1722,1646225611,47.74306,8.99900\n1723,1646225612,47.74306,8.99900\n1724,1646225613,47.74306,8.99900\n1725,1646225614,47.74306,8.99900\n1726,1646225615,47.74306,8.99900\n1727,1646225616,47.74306,8.99900\n1728,1646225617,47.74306,8.99900\n1729,1646225618,47.74306,8.99900\n1730,1646225619,47.74306,8.99900\n1731,1646225620,47.74306,8.99900\n1732,1646225621,47.74306,8.99900\n1733,1646225622,47.74306,8.99900\n1734,1646225623,47.74306,8.99900\n1735,1646225624,47.74306,8.99900\n1736,1646225625,47.74306,8.99900\n1737,1646225626,47.74306,8.99900\n1738,1646225627,47.74306,8.99900\n1739,1646225628,47.74306,8.99900\n1740,1646225629,47.74306,8.99900\n1741,1646225630,47.74306,8.99900\n1742,1646225631,47.74306,8.99900\n1743,1646225632,47.74306,8.99900\n1744,1646225633,47.74306,8.99900\n1745,1646225634,47.74306,8.99900\n1746,1646225635,47.74306,8.99900\n1747,1646225636,47.74306,8.99900\n1748,1646225637,47.74306,8.99900\n1749,1646225638,47.74306,8.99900\n1750,1646225639,47.74306,8.99900\n1751,1646225640,47.74306,8.99900\n1752,1646225641,47.74306,8.99900\n1753,1646225642,47.74306,8.99900\n1754,1646225643,47.74306,8.99900\n1755,1646225644,47.74306,8.99900\n1756,1646225645,47.74306,8.99900\n1757,1646225646,47.74306,8.99900\n1758,1646225647,47.74306,8.99900\n1759,1646225648,47.74306,8.99900\n1760,1646225649,47.74306,8.99900\n1761,1646225650,47.74306,8.99900\n1762,1646225651,47.74306,8.99900\n1763,1646225652,47.74306,8.99900\n1764,1646225653,47.74306,8.99900\n1765,1646225654,47.74306,8.99900\n1766,1646225655,47.74306,8.99900\n1767,1646225656,47.74306,8.99900\n1768,1646225657,47.74306,8.99900\n1769,1646225658,47.74306,8.99900\n1770,1646225659,47.74306,8.99900\n1771,1646225660,47.74306,8.99900\n1772,1646225661,47.74306,8.99900\n1773,1646225662,47.74306,8.99900\n1774,1646225663,47.74306,8.99900\n1775,1646225664,47.74306,8.99900\n1776,1646225665,47.74306,8.99900\n1777,1646225666,47.74306,8.99900\n1778,1646225667,47.74306,8.99900\n1779,1646225668,47.74306,8.99900\n1780,1646225669,47.74306,8.99900\n1781,1646225670,47.74306,8.99900\n1782,1646225671,47.74306,8.99900\n1783,1646225672,47.74306,8.99900\n1784,1646225673,47.74306,8.99900\n1785,1646225674,47.74306,8.99900\n1786,1646225675,47.74306,8.99900\n1787,1646225676,47.74306,8.99900\n1788,1646225677,47.74306,8.99900\n1789,1646225678,47.74306,8.99900\n1790,1646225679,47.74306,8.99900\n1791,1646225680,47.74306,8.99900\n1792,1646225681,47.74306,8.99900\n1793,1646225682,47.74306,8.99900\n1794,1646225683,47.74306,8.99900\n1795,1646225684,47.74306,8.99900\n1796,1646225685,47.74306,8.99900\n1797,1646225686,47.74306,8.99900\n1798,1646225687,47.74306,8.99900\n1799,1646225688,47.74306,8.99900\n1800,1646225689,47.74306,8.99900\n1801,1646225690,47.74306,8.99900\n1802,1646225691,47.74306,8.99900\n1803,1646225692,47.74306,8.99900\n1804,1646225693,47.74306,8.99900\n1805,1646225694,47.74306,8.99900\n1806,1646225695,47.74306,8.99900\n1807,1646225696,47.74306,8.99900\n1808,1646225697,47.74306,8.99900\n1809,1646225698,47.74306,8.99900\n1810,1646225699,47.74306,8.99900\n1811,1646225700,47.74306,8.99900\n1812,1646225701,47.74306,8.99900\n1813,1646225702,47.74306,8.99900\n1814,1646225703,47.74306,8.99900\n1815,1646225704,47.74306,8.99900\n1816,1646225705,47.74306,8.99900\n1817,1646225706,47.74306,8.99900\n1818,1646225707,47.74306,8.99900\n1819,1646225708,47.74306,8.99900\n1820,1646225709,47.74306,8.99900\n1821,1646225710,47.74306,8.99900\n1822,1646225711,47.74306,8.99900\n1823,1646225712,47.74306,8.99900\n1824,1646225713,47.74306,8.99900\n1825,1646225714,47.74306,8.99900\n1826,1646225715,47.74306,8.99900\n1827,1646225716,47.74306,8.99900\n1828,1646225717,47.74306,8.99900\n1829,1646225718,47.74306,8.99900\n1830,1646225719,47.74306,8.99900\n1831,1646225720,47.74306,8.99900\n1832,1646225721,47.74306,8.99900\n1833,1646225722,47.74306,8.99900\n1834,1646225723,47.74306,8.99900\n1835,1646225724,47.74306,8.99900\n1836,1646225725,47.74306,8.99900\n1837,1646225726,47.74306,8.99900\n1838,1646225727,47.74306,8.99900\n1839,1646225728,47.74306,8.99900\n1840,1646225729,47.74306,8.99900\n1841,1646225730,47.74306,8.99900\n1842,1646225731,47.74306,8.99900\n1843,1646225732,47.74306,8.99900\n1844,1646225733,47.74306,8.99900\n1845,1646225734,47.74306,8.99900\n1846,1646225735,47.74306,8.99900\n1847,1646225736,47.74306,8.99900\n1848,1646225737,47.74306,8.99900\n1849,1646225738,47.74306,8.99900\n1850,1646225739,47.74306,8.99900\n1851,1646225740,47.74306,8.99900\n1852,1646225741,47.74306,8.99900\n1853,1646225742,47.74306,8.99900\n1854,1646225743,47.74306,8.99900\n1855,1646225744,47.74306,8.99900\n1856,1646225745,47.74306,8.99900\n1857,1646225746,47.74306,8.99900\n1858,1646225747,47.74306,8.99900\n1859,1646225748,47.74306,8.99900\n1860,1646225749,47.74306,8.99900\n1861,1646225750,47.74306,8.99900\n1862,1646225751,47.74306,8.99900\n1863,1646225752,47.74306,8.99900\n1864,1646225753,47.74306,8.99900\n1865,1646225754,47.74306,8.99900\n1866,1646225755,47.74306,8.99900\n1867,1646225756,47.74306,8.99900\n1868,1646225757,47.74306,8.99900\n1869,1646225758,47.74306,8.99900\n1870,1646225759,47.74306,8.99900\n1871,1646225760,47.74306,8.99900\n1872,1646225761,47.74306,8.99900\n1873,1646225762,47.74306,8.99900\n1874,1646225763,47.74306,8.99900\n1875,1646225764,47.74306,8.99900\n1876,1646225765,47.74306,8.99900\n1877,1646225766,47.74306,8.99900\n1878,1646225767,47.74306,8.99900\n1879,1646225768,47.74306,8.99900\n1880,1646225769,47.74306,8.99900\n1881,1646225770,47.74306,8.99900\n1882,1646225771,47.74306,8.99900\n1883,1646225772,47.74306,8.99900\n1884,1646225773,47.74306,8.99900\n1885,1646225774,47.74306,8.99900\n1886,1646225775,47.74306,8.99900\n1887,1646225776,47.74306,8.99900\n1888,1646225777,47.74306,8.99900\n1889,1646225778,47.74306,8.99900\n1890,1646225779,47.74306,8.99900\n1891,1646225780,47.74306,8.99900\n1892,1646225781,47.74306,8.99900\n1893,1646225782,47.74306,8.99900\n1894,1646225783,47.74306,8.99900\n1895,1646225784,47.74306,8.99900\n1896,1646225785,47.74306,8.99900\n1897,1646225786,47.74306,8.99900\n1898,1646225787,47.74306,8.99900\n1899,1646225788,47.74306,8.99900\n1900,1646225789,47.74306,8.99900\n1901,1646225790,47.74306,8.99900\n1902,1646225791,47.74306,8.99900\n1903,1646225792,47.74306,8.99900\n1904,1646225793,47.74306,8.99900\n1905,1646225794,47.74306,8.99900\n1906,1646225795,47.74306,8.99900\n1907,1646225796,47.74306,8.99900\n1908,1646225797,47.74306,8.99900\n1909,1646225798,47.74306,8.99900\n1910,1646225799,47.74306,8.99900\n1911,1646225800,47.74306,8.99900\n1912,1646225801,47.74306,8.99900\n1913,1646225802,47.74306,8.99900\n1914,1646225803,47.74306,8.99900\n1915,1646225804,47.74306,8.99900\n1916,1646225805,47.74306,8.99900\n1917,1646225806,47.74306,8.99900\n1918,1646225807,47.74306,8.99900\n1919,1646225808,47.74306,8.99900\n1920,1646225809,47.74306,8.99900\n1921,1646225810,47.74306,8.99900\n1922,1646225811,47.74306,8.99900\n1923,1646225812,47.74306,8.99900\n1924,1646225813,47.74306,8.99900\n1925,1646225814,47.74306,8.99900\n1926,1646225815,47.74306,8.99900\n1927,1646225816,47.74306,8.99900\n1928,1646225817,47.74306,8.99900\n1929,1646225818,47.74306,8.99900\n1930,1646225819,47.74306,8.99900\n1931,1646225820,47.74306,8.99900\n1932,1646225821,47.74306,8.99900\n1933,1646225822,47.74306,8.99900\n1934,1646225823,47.74306,8.99900\n1935,1646225824,47.74306,8.99900\n1936,1646225825,47.74306,8.99900\n1937,1646225826,47.74306,8.99900\n1938,1646225827,47.74306,8.99900\n1939,1646225828,47.74306,8.99900\n1940,1646225829,47.74306,8.99900\n1941,1646225830,47.74306,8.99900\n1942,1646225831,47.74306,8.99900\n1943,1646225832,47.74306,8.99900\n1944,1646225833,47.74306,8.99900\n1945,1646225834,47.74306,8.99900\n1946,1646225835,47.74306,8.99900\n1947,1646225836,47.74306,8.99900\n1948,1646225837,47.74306,8.99900\n1949,1646225838,47.74306,8.99900\n1950,1646225839,47.74306,8.99900\n1951,1646225840,47.74306,8.99900\n1952,1646225841,47.74306,8.99900\n1953,1646225842,47.74306,8.99900\n1954,1646225843,47.74306,8.99900\n1955,1646225844,47.74306,8.99900\n1956,1646225845,47.74306,8.99900\n1957,1646225846,47.74306,8.99900\n1958,1646225847,47.74306,8.99900\n1959,1646225848,47.74306,8.99900\n1960,1646225849,47.74306,8.99900\n1961,1646225850,47.74306,8.99900\n1962,1646225851,47.74306,8.99900\n1963,1646225852,47.74306,8.99900\n1964,1646225853,47.74306,8.99900\n1965,1646225854,47.74306,8.99900\n1966,1646225855,47.74306,8.99900\n1967,1646225856,47.74306,8.99900\n1968,1646225857,47.74306,8.99900\n1969,1646225858,47.74306,8.99900\n1970,1646225859,47.74306,8.99900\n1971,1646225860,47.74306,8.99900\n1972,1646225861,47.74306,8.99900\n1973,1646225862,47.74306,8.99900\n1974,1646225863,47.74306,8.99900\n1975,1646225864,47.74306,8.99900\n1976,1646225865,47.74306,8.99900\n1977,1646225866,47.74306,8.99900\n1978,1646225867,47.74306,8.99900\n1979,1646225868,47.74306,8.99900\n1980,1646225869,47.74306,8.99900\n1981,1646225870,47.74306,8.99900\n1982,1646225871,47.74306,8.99900\n1983,1646225872,47.74306,8.99900\n1984,1646225873,47.74306,8.99900\n1985,1646225874,47.74306,8.99900\n1986,1646225875,47.74306,8.99900\n1987,1646225876,47.74306,8.99900\n1988,1646225877,47.74306,8.99900\n1989,1646225878,47.74306,8.99900\n1990,1646225879,47.74306,8.99900\n1991,1646225880,47.74306,8.99900\n1992,1646225881,47.74306,8.99900\n1993,1646225882,47.74306,8.99900\n1994,1646225883,47.74306,8.99900\n1995,1646225884,47.74306,8.99900\n1996,1646225885,47.74306,8.99900\n1997,1646225886,47.74306,8.99900\n1998,1646225887,47.74306,8.99900\n1999,1646225888,47.74306,8.99900\n2000,1646225889,47.74306,8.99900\n2001,1646225890,47.74306,8.99900\n2002,1646225891,47.74306,8.99900\n2003,1646225892,47.74306,8.99900\n2004,1646225893,47.74306,8.99900\n2005,1646225894,47.74306,8.99900\n2006,1646225895,47.74306,8.99900\n2007,1646225896,47.74306,8.99900\n2008,1646225897,47.74306,8.99900\n2009,1646225898,47.74306,8.99900\n2010,1646225899,47.74306,8.99900\n2011,1646225900,47.74306,8.99900\n2012,1646225901,47.74306,8.99900\n2013,1646225902,47.74306,8.99900\n2014,1646225903,47.74306,8.99900\n2015,1646225904,47.74306,8.99900\n2016,1646225905,47.74306,8.99900\n2017,1646225906,47.74306,8.99900\n2018,1646225907,47.74306,8.99900\n2019,1646225908,47.74306,8.99900\n2020,1646225909,47.74306,8.99900\n2021,1646225910,47.74306,8.99900\n2022,1646225911,47.74306,8.99900\n2023,1646225912,47.74306,8.99900\n2024,1646225913,47.74306,8.99900\n2025,1646225914,47.74306,8.99900\n2026,1646225915,47.74306,8.99900\n2027,1646225916,47.74306,8.99900\n2028,1646225917,47.74306,8.99900\n2029,1646225918,47.74306,8.99899\n2030,1646225919,47.74306,8.99899\n2031,1646225920,47.74306,8.99899\n2032,1646225921,47.74306,8.99899\n2033,1646225922,47.74306,8.99899\n2034,1646225923,47.74306,8.99899\n2035,1646225924,47.74306,8.99899\n2036,1646225925,47.74306,8.99899\n2037,1646225926,47.74306,8.99899\n2038,1646225927,47.74306,8.99899\n2039,1646225928,47.74306,8.99899\n2040,1646225929,47.74306,8.99899\n2041,1646225930,47.74306,8.99899\n2042,1646225931,47.74306,8.99899\n2043,1646225932,47.74306,8.99899\n2044,1646225933,47.74306,8.99899\n2045,1646225934,47.74306,8.99899\n2046,1646225935,47.74306,8.99899\n2047,1646225936,47.74306,8.99899\n2048,1646225937,47.74306,8.99899\n2049,1646225938,47.74306,8.99899\n2050,1646225939,47.74306,8.99899\n2051,1646225940,47.74306,8.99899\n2052,1646225941,47.74306,8.99899\n2053,1646225942,47.74306,8.99899\n2054,1646225943,47.74306,8.99899\n2055,1646225944,47.74306,8.99899\n2056,1646225945,47.74306,8.99899\n2057,1646225946,47.74306,8.99899\n2058,1646225947,47.74306,8.99899\n2059,1646225948,47.74306,8.99899\n2060,1646225949,47.74306,8.99899\n2061,1646225950,47.74306,8.99899\n2062,1646225951,47.74306,8.99899\n2063,1646225952,47.74306,8.99899\n2064,1646225953,47.74306,8.99899\n2065,1646225954,47.74306,8.99899\n2066,1646225955,47.74306,8.99899\n2067,1646225956,47.74306,8.99899\n2068,1646225957,47.74306,8.99899\n2069,1646225958,47.74306,8.99899\n2070,1646225959,47.74306,8.99899\n2071,1646225960,47.74306,8.99899\n2072,1646225961,47.74306,8.99899\n2073,1646225962,47.74306,8.99899\n2074,1646225963,47.74306,8.99899\n2075,1646225964,47.74306,8.99899\n2076,1646225965,47.74306,8.99899\n2077,1646225966,47.74306,8.99899\n2078,1646225967,47.74306,8.99899\n2079,1646225968,47.74306,8.99899\n2080,1646225969,47.74306,8.99899\n2081,1646225970,47.74306,8.99899\n2082,1646225971,47.74306,8.99899\n2083,1646225972,47.74306,8.99899\n2084,1646225973,47.74306,8.99899\n2085,1646225974,47.74306,8.99899\n2086,1646225975,47.74306,8.99899\n2087,1646225976,47.74306,8.99899\n2088,1646225977,47.74306,8.99899\n2089,1646225978,47.74306,8.99899\n2090,1646225979,47.74306,8.99899\n2091,1646225980,47.74306,8.99899\n2092,1646225981,47.74306,8.99899\n2093,1646225982,47.74306,8.99899\n2094,1646225983,47.74306,8.99899\n2095,1646225984,47.74306,8.99899\n2096,1646225985,47.74306,8.99899\n2097,1646225986,47.74306,8.99899\n2098,1646225987,47.74306,8.99899\n2099,1646225988,47.74306,8.99899\n2100,1646225989,47.74306,8.99899\n2101,1646225990,47.74306,8.99899\n2102,1646225991,47.74306,8.99899\n2103,1646225992,47.74306,8.99899\n2104,1646225993,47.74306,8.99899\n2105,1646225994,47.74306,8.99899\n2106,1646225995,47.74306,8.99899\n2107,1646225996,47.74306,8.99899\n2108,1646225997,47.74306,8.99899\n2109,1646225998,47.74306,8.99899\n2110,1646225999,47.74306,8.99899\n2111,1646226000,47.74306,8.99899\n2112,1646226001,47.74306,8.99899\n2113,1646226002,47.74306,8.99899\n2114,1646226003,47.74306,8.99899\n2115,1646226004,47.74306,8.99899\n2116,1646226005,47.74306,8.99899\n2117,1646226006,47.74306,8.99899\n2118,1646226007,47.74306,8.99899\n2119,1646226008,47.74306,8.99899\n2120,1646226009,47.74306,8.99899\n2121,1646226010,47.74306,8.99899\n2122,1646226011,47.74306,8.99899\n2123,1646226012,47.74306,8.99899\n2124,1646226013,47.74306,8.99899\n2125,1646226014,47.74306,8.99899\n2126,1646226015,47.74306,8.99899\n2127,1646226016,47.74306,8.99899\n2128,1646226017,47.74306,8.99899\n2129,1646226018,47.74306,8.99899\n2130,1646226019,47.74306,8.99899\n2131,1646226020,47.74306,8.99899\n2132,1646226021,47.74306,8.99899\n2133,1646226022,47.74306,8.99899\n2134,1646226023,47.74306,8.99899\n2135,1646226024,47.74306,8.99899\n2136,1646226025,47.74306,8.99899\n2137,1646226026,47.74306,8.99899\n2138,1646226027,47.74306,8.99899\n2139,1646226028,47.74306,8.99899\n2140,1646226029,47.74306,8.99899\n2141,1646226030,47.74306,8.99899\n2142,1646226031,47.74306,8.99899\n2143,1646226032,47.74306,8.99899\n2144,1646226033,47.74306,8.99899\n2145,1646226034,47.74306,8.99899\n2146,1646226035,47.74306,8.99899\n2147,1646226036,47.74306,8.99899\n2148,1646226037,47.74306,8.99899\n2149,1646226038,47.74306,8.99899\n2150,1646226039,47.74305,8.99899\n2151,1646226040,47.74305,8.99899\n2152,1646226041,47.74305,8.99899\n2153,1646226042,47.74305,8.99899\n2154,1646226043,47.74305,8.99899\n2155,1646226044,47.74305,8.99899\n2156,1646226045,47.74305,8.99899\n2157,1646226046,47.74305,8.99899\n2158,1646226047,47.74305,8.99899\n2159,1646226048,47.74305,8.99899\n2160,1646226049,47.74305,8.99899\n2161,1646226050,47.74305,8.99899\n2162,1646226051,47.74305,8.99899\n2163,1646226052,47.74305,8.99899\n2164,1646226053,47.74305,8.99899\n2165,1646226054,47.74305,8.99899\n2166,1646226055,47.74305,8.99899\n2167,1646226056,47.74305,8.99899\n2168,1646226057,47.74305,8.99899\n2169,1646226058,47.74305,8.99899\n2170,1646226059,47.74305,8.99899\n2171,1646226060,47.74305,8.99899\n2172,1646226061,47.74305,8.99899\n2173,1646226062,47.74305,8.99899\n2174,1646226063,47.74305,8.99899\n2175,1646226064,47.74305,8.99899\n2176,1646226065,47.74305,8.99899\n2177,1646226066,47.74305,8.99899\n2178,1646226067,47.74305,8.99899\n2179,1646226068,47.74305,8.99899\n2180,1646226069,47.74305,8.99899\n2181,1646226070,47.74305,8.99899\n2182,1646226071,47.74305,8.99899\n2183,1646226072,47.74305,8.99899\n2184,1646226073,47.74305,8.99899\n2185,1646226074,47.74305,8.99899\n2186,1646226075,47.74305,8.99899\n2187,1646226076,47.74305,8.99899\n2188,1646226077,47.74305,8.99899\n2189,1646226078,47.74305,8.99899\n2190,1646226079,47.74305,8.99899\n2191,1646226080,47.74305,8.99899\n2192,1646226081,47.74305,8.99899\n2193,1646226082,47.74305,8.99899\n2194,1646226083,47.74305,8.99899\n2195,1646226084,47.74305,8.99899\n2196,1646226085,47.74305,8.99899\n2197,1646226086,47.74305,8.99899\n2198,1646226087,47.74305,8.99899\n2199,1646226088,47.74305,8.99899\n2200,1646226089,47.74305,8.99899\n2201,1646226090,47.74305,8.99899\n2202,1646226091,47.74305,8.99899\n2203,1646226092,47.74305,8.99899\n2204,1646226093,47.74305,8.99899\n2205,1646226094,47.74305,8.99899\n2206,1646226095,47.74306,8.99899\n2207,1646226096,47.74306,8.99899\n2208,1646226097,47.74306,8.99899\n2209,1646226098,47.74306,8.99899\n2210,1646226099,47.74306,8.99899\n2211,1646226100,47.74306,8.99899\n2212,1646226101,47.74306,8.99899\n2213,1646226102,47.74306,8.99899\n2214,1646226103,47.74306,8.99899\n2215,1646226104,47.74306,8.99899\n2216,1646226105,47.74306,8.99898\n2217,1646226106,47.74306,8.99898\n2218,1646226107,47.74306,8.99898\n2219,1646226108,47.74306,8.99898\n2220,1646226109,47.74306,8.99898\n2221,1646226110,47.74306,8.99898\n2222,1646226111,47.74305,8.99898\n2223,1646226112,47.74305,8.99898\n2224,1646226113,47.74305,8.99898\n2225,1646226114,47.74305,8.99898\n2226,1646226115,47.74305,8.99898\n2227,1646226116,47.74305,8.99898\n2228,1646226117,47.74305,8.99898\n2229,1646226118,47.74305,8.99898\n2230,1646226119,47.74305,8.99897\n2231,1646226120,47.74305,8.99897\n2232,1646226121,47.74305,8.99897\n2233,1646226122,47.74305,8.99897\n2234,1646226123,47.74305,8.99897\n2235,1646226124,47.74305,8.99897\n2236,1646226125,47.74305,8.99897\n2237,1646226126,47.74305,8.99897\n2238,1646226127,47.74305,8.99897\n2239,1646226128,47.74305,8.99897\n2240,1646226129,47.74305,8.99897\n2241,1646226130,47.74305,8.99897\n2242,1646226131,47.74305,8.99897\n2243,1646226132,47.74305,8.99897\n2244,1646226133,47.74305,8.99897\n2245,1646226134,47.74305,8.99897\n2246,1646226135,47.74305,8.99897\n2247,1646226136,47.74305,8.99896\n2248,1646226137,47.74305,8.99896\n2249,1646226138,47.74305,8.99896\n2250,1646226139,47.74305,8.99896\n2251,1646226140,47.74305,8.99896\n2252,1646226141,47.74305,8.99896\n2253,1646226142,47.74305,8.99896\n2254,1646226143,47.74305,8.99896\n2255,1646226144,47.74305,8.99896\n2256,1646226145,47.74305,8.99896\n2257,1646226146,47.74305,8.99896\n2258,1646226147,47.74305,8.99896\n2259,1646226148,47.74305,8.99896\n2260,1646226149,47.74305,8.99896\n2261,1646226150,47.74305,8.99896\n2262,1646226151,47.74305,8.99896\n2263,1646226152,47.74305,8.99896\n2264,1646226153,47.74305,8.99896\n2265,1646226154,47.74305,8.99896\n2266,1646226155,47.74305,8.99896\n2267,1646226156,47.74305,8.99896\n2268,1646226157,47.74305,8.99896\n2269,1646226158,47.74305,8.99896\n2270,1646226159,47.74305,8.99896\n2271,1646226160,47.74305,8.99896\n2272,1646226161,47.74305,8.99896\n2273,1646226162,47.74305,8.99896\n2274,1646226163,47.74305,8.99896\n2275,1646226164,47.74305,8.99896\n2276,1646226165,47.74305,8.99896\n2277,1646226166,47.74305,8.99896\n2278,1646226167,47.74305,8.99896\n2279,1646226168,47.74305,8.99896\n2280,1646226169,47.74305,8.99896\n2281,1646226170,47.74305,8.99896\n2282,1646226171,47.74305,8.99896\n2283,1646226172,47.74305,8.99896\n2284,1646226173,47.74305,8.99896\n2285,1646226174,47.74305,8.99896\n2286,1646226175,47.74305,8.99896\n2287,1646226176,47.74305,8.99896\n2288,1646226177,47.74305,8.99896\n2289,1646226178,47.74305,8.99896\n2290,1646226179,47.74305,8.99896\n2291,1646226180,47.74305,8.99896\n2292,1646226181,47.74305,8.99896\n2293,1646226182,47.74305,8.99896\n2294,1646226183,47.74305,8.99896\n2295,1646226184,47.74305,8.99896\n2296,1646226185,47.74305,8.99896\n2297,1646226186,47.74305,8.99896\n2298,1646226187,47.74305,8.99895\n2299,1646226188,47.74305,8.99895\n2300,1646226189,47.74305,8.99895\n2301,1646226190,47.74305,8.99895\n2302,1646226191,47.74305,8.99895\n2303,1646226192,47.74305,8.99895\n2304,1646226193,47.74305,8.99895\n2305,1646226194,47.74305,8.99895\n2306,1646226195,47.74305,8.99895\n2307,1646226196,47.74305,8.99895\n2308,1646226197,47.74305,8.99895\n2309,1646226198,47.74305,8.99895\n2310,1646226199,47.74305,8.99895\n2311,1646226200,47.74305,8.99895\n2312,1646226201,47.74305,8.99895\n2313,1646226202,47.74305,8.99895\n2314,1646226203,47.74305,8.99895\n2315,1646226204,47.74305,8.99895\n2316,1646226205,47.74305,8.99895\n2317,1646226206,47.74305,8.99895\n2318,1646226207,47.74305,8.99895\n2319,1646226208,47.74305,8.99895\n2320,1646226209,47.74305,8.99895\n2321,1646226210,47.74305,8.99895\n2322,1646226211,47.74305,8.99895\n2323,1646226212,47.74305,8.99895\n2324,1646226213,47.74305,8.99895\n2325,1646226214,47.74305,8.99895\n2326,1646226215,47.74305,8.99895\n2327,1646226216,47.74305,8.99895\n2328,1646226217,47.74305,8.99895\n2329,1646226218,47.74305,8.99895\n2330,1646226219,47.74305,8.99895\n2331,1646226220,47.74305,8.99895\n2332,1646226221,47.74305,8.99895\n2333,1646226222,47.74305,8.99895\n2334,1646226223,47.74305,8.99895\n2335,1646226224,47.74305,8.99895\n2336,1646226225,47.74305,8.99895\n2337,1646226226,47.74305,8.99895\n2338,1646226227,47.74305,8.99895\n2339,1646226228,47.74305,8.99895\n2340,1646226229,47.74305,8.99895\n2341,1646226230,47.74305,8.99895\n2342,1646226231,47.74305,8.99895\n2343,1646226232,47.74305,8.99895\n2344,1646226233,47.74305,8.99895\n2345,1646226234,47.74305,8.99895\n2346,1646226235,47.74305,8.99895\n2347,1646226236,47.74305,8.99895\n2348,1646226237,47.74305,8.99895\n2349,1646226238,47.74305,8.99895\n2350,1646226239,47.74305,8.99895\n2351,1646226240,47.74305,8.99895\n2352,1646226241,47.74305,8.99895\n2353,1646226242,47.74305,8.99895\n2354,1646226243,47.74305,8.99895\n2355,1646226244,47.74305,8.99895\n2356,1646226245,47.74305,8.99895\n2357,1646226246,47.74305,8.99895\n2358,1646226247,47.74305,8.99895\n2359,1646226248,47.74305,8.99895\n2360,1646226249,47.74305,8.99895\n2361,1646226250,47.74305,8.99895\n2362,1646226251,47.74305,8.99895\n2363,1646226252,47.74305,8.99895\n2364,1646226253,47.74305,8.99895\n2365,1646226254,47.74305,8.99895\n2366,1646226255,47.74305,8.99895\n2367,1646226256,47.74305,8.99895\n2368,1646226257,47.74305,8.99895\n2369,1646226258,47.74305,8.99895\n2370,1646226259,47.74305,8.99895\n2371,1646226260,47.74305,8.99895\n2372,1646226261,47.74305,8.99895\n2373,1646226262,47.74305,8.99895\n2374,1646226263,47.74305,8.99895\n2375,1646226264,47.74305,8.99895\n2376,1646226265,47.74305,8.99895\n2377,1646226266,47.74305,8.99895\n2378,1646226267,47.74305,8.99895\n2379,1646226268,47.74305,8.99895\n2380,1646226269,47.74305,8.99895\n2381,1646226270,47.74305,8.99895\n2382,1646226271,47.74305,8.99895\n2383,1646226272,47.74305,8.99895\n2384,1646226273,47.74305,8.99895\n2385,1646226274,47.74305,8.99895\n2386,1646226275,47.74305,8.99895\n2387,1646226276,47.74305,8.99895\n2388,1646226277,47.74305,8.99895\n2389,1646226278,47.74305,8.99895\n2390,1646226279,47.74305,8.99895\n2391,1646226280,47.74305,8.99895\n2392,1646226281,47.74305,8.99895\n2393,1646226282,47.74305,8.99895\n2394,1646226283,47.74305,8.99895\n2395,1646226284,47.74305,8.99895\n2396,1646226285,47.74305,8.99895\n2397,1646226286,47.74305,8.99895\n2398,1646226287,47.74305,8.99895\n2399,1646226288,47.74305,8.99895\n2400,1646226289,47.74305,8.99895\n2401,1646226290,47.74305,8.99895\n2402,1646226291,47.74305,8.99895\n2403,1646226292,47.74305,8.99895\n2404,1646226293,47.74305,8.99895\n2405,1646226294,47.74305,8.99895\n2406,1646226295,47.74305,8.99895\n2407,1646226296,47.74305,8.99895\n2408,1646226297,47.74305,8.99895\n2409,1646226298,47.74305,8.99895\n2410,1646226299,47.74305,8.99895\n2411,1646226300,47.74305,8.99895\n2412,1646226301,47.74305,8.99895\n2413,1646226302,47.74305,8.99895\n2414,1646226303,47.74305,8.99895\n2415,1646226304,47.74305,8.99895\n2416,1646226305,47.74305,8.99895\n2417,1646226306,47.74305,8.99895\n2418,1646226307,47.74305,8.99895\n2419,1646226308,47.74305,8.99895\n2420,1646226309,47.74305,8.99895\n2421,1646226310,47.74305,8.99895\n2422,1646226311,47.74305,8.99895\n2423,1646226312,47.74305,8.99895\n2424,1646226313,47.74305,8.99895\n2425,1646226314,47.74305,8.99895\n2426,1646226315,47.74305,8.99895\n2427,1646226316,47.74305,8.99895\n2428,1646226317,47.74305,8.99895\n2429,1646226318,47.74305,8.99895\n2430,1646226319,47.74305,8.99895\n2431,1646226320,47.74305,8.99895\n2432,1646226321,47.74305,8.99896\n2433,1646226322,47.74305,8.99896\n2434,1646226323,47.74305,8.99896\n2435,1646226324,47.74305,8.99896\n2436,1646226325,47.74305,8.99896\n2437,1646226326,47.74305,8.99896\n2438,1646226327,47.74305,8.99896\n2439,1646226328,47.74305,8.99896\n2440,1646226329,47.74305,8.99896\n2441,1646226330,47.74305,8.99896\n2442,1646226331,47.74305,8.99896\n2443,1646226332,47.74305,8.99896\n2444,1646226333,47.74305,8.99896\n2445,1646226334,47.74305,8.99896\n2446,1646226335,47.74305,8.99896\n2447,1646226336,47.74305,8.99896\n2448,1646226337,47.74305,8.99896\n2449,1646226338,47.74305,8.99896\n2450,1646226339,47.74305,8.99896\n2451,1646226340,47.74305,8.99896\n2452,1646226341,47.74305,8.99896\n2453,1646226342,47.74305,8.99896\n2454,1646226343,47.74305,8.99896\n2455,1646226344,47.74305,8.99896\n2456,1646226345,47.74305,8.99896\n2457,1646226346,47.74305,8.99896\n2458,1646226347,47.74305,8.99896\n2459,1646226348,47.74305,8.99896\n2460,1646226349,47.74305,8.99896\n2461,1646226350,47.74305,8.99896\n2462,1646226351,47.74305,8.99896\n2463,1646226352,47.74305,8.99896\n2464,1646226353,47.74305,8.99896\n2465,1646226354,47.74305,8.99896\n2466,1646226355,47.74305,8.99896\n2467,1646226356,47.74305,8.99896\n2468,1646226357,47.74305,8.99896\n2469,1646226358,47.74305,8.99896\n2470,1646226359,47.74305,8.99896\n2471,1646226360,47.74305,8.99896\n2472,1646226361,47.74305,8.99896\n2473,1646226362,47.74305,8.99896\n2474,1646226363,47.74305,8.99896\n2475,1646226364,47.74305,8.99896\n2476,1646226365,47.74305,8.99896\n2477,1646226366,47.74305,8.99896\n2478,1646226367,47.74305,8.99896\n2479,1646226368,47.74305,8.99896\n2480,1646226369,47.74305,8.99896\n2481,1646226370,47.74305,8.99896\n2482,1646226371,47.74305,8.99896\n2483,1646226372,47.74305,8.99896\n2484,1646226373,47.74305,8.99896\n2485,1646226374,47.74305,8.99896\n2486,1646226375,47.74305,8.99896\n2487,1646226376,47.74305,8.99896\n2488,1646226377,47.74305,8.99896\n2489,1646226378,47.74305,8.99896\n2490,1646226379,47.74305,8.99896\n2491,1646226380,47.74305,8.99896\n2492,1646226381,47.74305,8.99896\n2493,1646226382,47.74305,8.99896\n2494,1646226383,47.74305,8.99896\n2495,1646226384,47.74305,8.99896\n2496,1646226385,47.74305,8.99896\n2497,1646226386,47.74305,8.99896\n2498,1646226387,47.74305,8.99896\n2499,1646226388,47.74305,8.99896\n2500,1646226389,47.74305,8.99896\n2501,1646226390,47.74305,8.99896\n2502,1646226391,47.74305,8.99896\n2503,1646226392,47.74305,8.99896\n2504,1646226393,47.74305,8.99896\n2505,1646226394,47.74305,8.99896\n2506,1646226395,47.74305,8.99896\n2507,1646226396,47.74305,8.99896\n2508,1646226397,47.74305,8.99896\n2509,1646226398,47.74305,8.99896\n2510,1646226399,47.74305,8.99896\n2511,1646226400,47.74305,8.99896\n2512,1646226401,47.74305,8.99896\n2513,1646226402,47.74305,8.99896\n2514,1646226403,47.74305,8.99896\n2515,1646226404,47.74305,8.99896\n2516,1646226405,47.74305,8.99896\n2517,1646226406,47.74305,8.99896\n2518,1646226407,47.74305,8.99896\n2519,1646226408,47.74305,8.99896\n2520,1646226409,47.74305,8.99896\n2521,1646226410,47.74305,8.99896\n2522,1646226411,47.74305,8.99896\n2523,1646226412,47.74305,8.99896\n2524,1646226413,47.74305,8.99896\n2525,1646226414,47.74305,8.99896\n2526,1646226415,47.74305,8.99896\n2527,1646226416,47.74305,8.99896\n2528,1646226417,47.74305,8.99896\n2529,1646226418,47.74305,8.99896\n2530,1646226419,47.74305,8.99896\n2531,1646226420,47.74305,8.99896\n2532,1646226421,47.74305,8.99896\n2533,1646226422,47.74305,8.99896\n2534,1646226423,47.74305,8.99896\n2535,1646226424,47.74305,8.99896\n2536,1646226425,47.74305,8.99896\n2537,1646226426,47.74305,8.99896\n2538,1646226427,47.74305,8.99896\n2539,1646226428,47.74305,8.99896\n2540,1646226429,47.74305,8.99896\n2541,1646226430,47.74305,8.99896\n2542,1646226431,47.74305,8.99896\n2543,1646226432,47.74305,8.99896\n2544,1646226433,47.74305,8.99896\n2545,1646226434,47.74305,8.99896\n2546,1646226435,47.74305,8.99896\n2547,1646226436,47.74305,8.99896\n2548,1646226437,47.74305,8.99896\n2549,1646226438,47.74305,8.99896\n2550,1646226439,47.74305,8.99896\n2551,1646226440,47.74305,8.99896\n2552,1646226441,47.74305,8.99896\n2553,1646226442,47.74305,8.99896\n2554,1646226443,47.74305,8.99896\n2555,1646226444,47.74305,8.99896\n2556,1646226445,47.74305,8.99896\n2557,1646226446,47.74305,8.99896\n2558,1646226447,47.74305,8.99896\n2559,1646226448,47.74305,8.99896\n2560,1646226449,47.74305,8.99896\n2561,1646226450,47.74305,8.99896\n2562,1646226451,47.74305,8.99896\n2563,1646226452,47.74305,8.99896\n2564,1646226453,47.74305,8.99896\n2565,1646226454,47.74305,8.99896\n2566,1646226455,47.74305,8.99896\n2567,1646226456,47.74305,8.99896\n2568,1646226457,47.74305,8.99896\n2569,1646226458,47.74305,8.99896\n2570,1646226459,47.74305,8.99896\n2571,1646226460,47.74305,8.99896\n2572,1646226461,47.74305,8.99896\n2573,1646226462,47.74305,8.99896\n2574,1646226463,47.74305,8.99896\n2575,1646226464,47.74305,8.99896\n2576,1646226465,47.74305,8.99896\n2577,1646226466,47.74305,8.99896\n2578,1646226467,47.74305,8.99896\n2579,1646226468,47.74305,8.99896\n2580,1646226469,47.74305,8.99896\n2581,1646226470,47.74305,8.99896\n2582,1646226471,47.74305,8.99896\n2583,1646226472,47.74305,8.99896\n2584,1646226473,47.74305,8.99896\n2585,1646226474,47.74305,8.99896\n2586,1646226475,47.74305,8.99896\n2587,1646226476,47.74305,8.99896\n2588,1646226477,47.74305,8.99896\n2589,1646226478,47.74305,8.99896\n2590,1646226479,47.74305,8.99896\n2591,1646226480,47.74305,8.99896\n2592,1646226481,47.74305,8.99896\n2593,1646226482,47.74305,8.99896\n2594,1646226483,47.74305,8.99896\n2595,1646226484,47.74305,8.99896\n2596,1646226485,47.74305,8.99896\n2597,1646226486,47.74305,8.99896\n2598,1646226487,47.74305,8.99896\n2599,1646226488,47.74305,8.99896\n2600,1646226489,47.74305,8.99896\n2601,1646226490,47.74305,8.99896\n2602,1646226491,47.74305,8.99896\n2603,1646226492,47.74305,8.99896\n2604,1646226493,47.74305,8.99896\n2605,1646226494,47.74305,8.99896\n2606,1646226495,47.74305,8.99896\n2607,1646226496,47.74305,8.99896\n2608,1646226497,47.74305,8.99896\n2609,1646226498,47.74305,8.99896\n2610,1646226499,47.74305,8.99896\n2611,1646226500,47.74305,8.99896\n2612,1646226501,47.74305,8.99896\n2613,1646226502,47.74305,8.99896\n2614,1646226503,47.74305,8.99896\n2615,1646226504,47.74305,8.99896\n2616,1646226505,47.74305,8.99896\n2617,1646226506,47.74305,8.99896\n2618,1646226507,47.74305,8.99896\n2619,1646226508,47.74305,8.99896\n2620,1646226509,47.74305,8.99896\n2621,1646226510,47.74305,8.99896\n2622,1646226511,47.74305,8.99896\n2623,1646226512,47.74305,8.99896\n2624,1646226513,47.74305,8.99896\n2625,1646226514,47.74305,8.99896\n2626,1646226515,47.74305,8.99896\n2627,1646226516,47.74305,8.99896\n2628,1646226517,47.74305,8.99896\n2629,1646226518,47.74305,8.99896\n2630,1646226519,47.74305,8.99896\n2631,1646226520,47.74305,8.99896\n2632,1646226521,47.74305,8.99896\n2633,1646226522,47.74305,8.99896\n2634,1646226523,47.74305,8.99896\n2635,1646226524,47.74305,8.99896\n2636,1646226525,47.74305,8.99896\n2637,1646226526,47.74305,8.99896\n2638,1646226527,47.74305,8.99896\n2639,1646226528,47.74305,8.99896\n2640,1646226529,47.74305,8.99896\n2641,1646226530,47.74305,8.99896\n2642,1646226531,47.74305,8.99896\n2643,1646226532,47.74305,8.99896\n2644,1646226533,47.74305,8.99896\n2645,1646226534,47.74305,8.99896\n2646,1646226535,47.74305,8.99896\n2647,1646226536,47.74305,8.99896\n2648,1646226537,47.74305,8.99896\n2649,1646226538,47.74305,8.99896\n2650,1646226539,47.74305,8.99896\n2651,1646226540,47.74305,8.99896\n2652,1646226541,47.74305,8.99896\n2653,1646226542,47.74305,8.99896\n2654,1646226543,47.74305,8.99896\n2655,1646226544,47.74305,8.99896\n2656,1646226545,47.74305,8.99896\n2657,1646226546,47.74305,8.99896\n2658,1646226547,47.74305,8.99896\n2659,1646226548,47.74305,8.99896\n2660,1646226549,47.74305,8.99896\n2661,1646226550,47.74305,8.99896\n2662,1646226551,47.74305,8.99896\n2663,1646226552,47.74305,8.99896\n2664,1646226553,47.74305,8.99896\n2665,1646226554,47.74305,8.99896\n2666,1646226555,47.74305,8.99896\n2667,1646226556,47.74305,8.99896\n2668,1646226557,47.74305,8.99896\n2669,1646226558,47.74305,8.99896\n2670,1646226559,47.74305,8.99896\n2671,1646226560,47.74305,8.99896\n2672,1646226561,47.74305,8.99896\n2673,1646226562,47.74305,8.99896\n2674,1646226563,47.74305,8.99896\n2675,1646226564,47.74305,8.99896\n2676,1646226565,47.74305,8.99896\n2677,1646226566,47.74305,8.99896\n2678,1646226567,47.74305,8.99896\n2679,1646226568,47.74305,8.99896\n2680,1646226569,47.74305,8.99896\n2681,1646226570,47.74305,8.99896\n2682,1646226571,47.74305,8.99896\n2683,1646226572,47.74305,8.99896\n2684,1646226573,47.74305,8.99896\n2685,1646226574,47.74305,8.99896\n2686,1646226575,47.74305,8.99896\n2687,1646226576,47.74305,8.99896\n2688,1646226577,47.74305,8.99896\n2689,1646226578,47.74305,8.99896\n2690,1646226579,47.74305,8.99896\n2691,1646226580,47.74305,8.99896\n2692,1646226581,47.74305,8.99896\n2693,1646226582,47.74305,8.99896\n2694,1646226583,47.74305,8.99897\n2695,1646226584,47.74305,8.99897\n2696,1646226585,47.74305,8.99897\n2697,1646226586,47.74305,8.99897\n2698,1646226587,47.74305,8.99897\n2699,1646226588,47.74305,8.99897\n2700,1646226589,47.74305,8.99897\n2701,1646226590,47.74305,8.99897\n2702,1646226591,47.74305,8.99897\n2703,1646226592,47.74305,8.99897\n2704,1646226593,47.74305,8.99897\n2705,1646226594,47.74305,8.99897\n2706,1646226595,47.74305,8.99897\n2707,1646226596,47.74305,8.99897\n2708,1646226597,47.74305,8.99897\n2709,1646226598,47.74305,8.99897\n2710,1646226599,47.74305,8.99897\n2711,1646226600,47.74305,8.99897\n2712,1646226601,47.74305,8.99897\n2713,1646226602,47.74305,8.99897\n2714,1646226603,47.74305,8.99897\n2715,1646226604,47.74305,8.99897\n2716,1646226605,47.74305,8.99897\n2717,1646226606,47.74305,8.99897\n2718,1646226607,47.74305,8.99897\n2719,1646226608,47.74305,8.99897\n2720,1646226609,47.74305,8.99897\n2721,1646226610,47.74305,8.99897\n2722,1646226611,47.74305,8.99897\n2723,1646226612,47.74305,8.99897\n2724,1646226613,47.74305,8.99897\n2725,1646226614,47.74305,8.99897\n2726,1646226615,47.74305,8.99897\n2727,1646226616,47.74305,8.99897\n2728,1646226617,47.74305,8.99897\n2729,1646226618,47.74305,8.99897\n2730,1646226619,47.74305,8.99897\n2731,1646226620,47.74305,8.99897\n2732,1646226621,47.74305,8.99897\n2733,1646226622,47.74305,8.99897\n2734,1646226623,47.74305,8.99897\n2735,1646226624,47.74305,8.99897\n2736,1646226625,47.74305,8.99897\n2737,1646226626,47.74305,8.99897\n2738,1646226627,47.74305,8.99897\n2739,1646226628,47.74305,8.99897\n2740,1646226629,47.74305,8.99897\n2741,1646226630,47.74305,8.99897\n2742,1646226631,47.74305,8.99897\n2743,1646226632,47.74305,8.99897\n2744,1646226633,47.74305,8.99897\n2745,1646226634,47.74304,8.99897\n2746,1646226635,47.74304,8.99897\n2747,1646226636,47.74304,8.99897\n2748,1646226637,47.74304,8.99897\n2749,1646226638,47.74304,8.99897\n2750,1646226639,47.74304,8.99898\n2751,1646226640,47.74304,8.99898\n2752,1646226641,47.74304,8.99898\n2753,1646226642,47.74304,8.99898\n2754,1646226643,47.74304,8.99898\n2755,1646226644,47.74304,8.99898\n2756,1646226645,47.74304,8.99898\n2757,1646226646,47.74304,8.99898\n2758,1646226647,47.74304,8.99898\n2759,1646226648,47.74304,8.99898\n2760,1646226649,47.74304,8.99898\n2761,1646226650,47.74304,8.99898\n2762,1646226651,47.74304,8.99898\n2763,1646226652,47.74304,8.99898\n2764,1646226653,47.74304,8.99898\n2765,1646226654,47.74304,8.99898\n2766,1646226655,47.74304,8.99898\n2767,1646226656,47.74304,8.99898\n2768,1646226657,47.74304,8.99898\n2769,1646226658,47.74304,8.99898\n2770,1646226659,47.74304,8.99898\n2771,1646226660,47.74304,8.99898\n2772,1646226661,47.74304,8.99898\n2773,1646226662,47.74304,8.99898\n2774,1646226663,47.74304,8.99898\n2775,1646226664,47.74304,8.99898\n2776,1646226665,47.74304,8.99898\n2777,1646226666,47.74304,8.99898\n2778,1646226667,47.74304,8.99898\n2779,1646226668,47.74304,8.99898\n2780,1646226669,47.74304,8.99898\n2781,1646226670,47.74304,8.99898\n2782,1646226671,47.74304,8.99898\n2783,1646226672,47.74304,8.99898\n2784,1646226673,47.74304,8.99898\n2785,1646226674,47.74304,8.99898\n2786,1646226675,47.74304,8.99898\n2787,1646226676,47.74304,8.99898\n2788,1646226677,47.74304,8.99898\n2789,1646226678,47.74304,8.99898\n2790,1646226679,47.74304,8.99898\n2791,1646226680,47.74304,8.99898\n2792,1646226681,47.74304,8.99898\n2793,1646226682,47.74304,8.99898\n2794,1646226683,47.74304,8.99898\n2795,1646226684,47.74304,8.99898\n2796,1646226685,47.74304,8.99898\n2797,1646226686,47.74304,8.99898\n2798,1646226687,47.74304,8.99898\n2799,1646226688,47.74304,8.99898\n2800,1646226689,47.74304,8.99898\n2801,1646226690,47.74304,8.99898\n2802,1646226691,47.74304,8.99898\n2803,1646226692,47.74304,8.99898\n2804,1646226693,47.74303,8.99898\n2805,1646226694,47.74303,8.99898\n2806,1646226695,47.74303,8.99898\n2807,1646226696,47.74303,8.99898\n2808,1646226697,47.74303,8.99898\n2809,1646226698,47.74303,8.99898\n2810,1646226699,47.74303,8.99898\n2811,1646226700,47.74303,8.99898\n2812,1646226701,47.74303,8.99898\n2813,1646226702,47.74303,8.99898\n2814,1646226703,47.74303,8.99898\n2815,1646226704,47.74303,8.99898\n2816,1646226705,47.74303,8.99898\n2817,1646226706,47.74303,8.99898\n2818,1646226707,47.74303,8.99898\n2819,1646226708,47.74303,8.99898\n2820,1646226709,47.74303,8.99898\n2821,1646226710,47.74303,8.99898\n2822,1646226711,47.74303,8.99898\n2823,1646226712,47.74303,8.99898\n2824,1646226713,47.74303,8.99898\n2825,1646226714,47.74303,8.99898\n2826,1646226715,47.74303,8.99898\n2827,1646226716,47.74303,8.99898\n2828,1646226717,47.74303,8.99898\n2829,1646226718,47.74304,8.99898\n2830,1646226719,47.74304,8.99898\n2831,1646226720,47.74304,8.99898\n2832,1646226721,47.74304,8.99897\n2833,1646226722,47.74304,8.99897\n2834,1646226723,47.74304,8.99897\n2835,1646226724,47.74304,8.99897\n2836,1646226725,47.74304,8.99897\n2837,1646226726,47.74304,8.99897\n2838,1646226727,47.74304,8.99897\n2839,1646226728,47.74304,8.99897\n2840,1646226729,47.74304,8.99897\n2841,1646226730,47.74304,8.99897\n2842,1646226731,47.74304,8.99897\n2843,1646226732,47.74304,8.99897\n2844,1646226733,47.74304,8.99897\n2845,1646226734,47.74304,8.99897\n2846,1646226735,47.74304,8.99897\n2847,1646226736,47.74304,8.99897\n2848,1646226737,47.74304,8.99897\n2849,1646226738,47.74304,8.99897\n2850,1646226739,47.74304,8.99897\n2851,1646226740,47.74304,8.99897\n2852,1646226741,47.74304,8.99897\n2853,1646226742,47.74304,8.99897\n2854,1646226743,47.74304,8.99897\n2855,1646226744,47.74304,8.99897\n2856,1646226745,47.74304,8.99897\n2857,1646226746,47.74304,8.99897\n2858,1646226747,47.74304,8.99897\n2859,1646226748,47.74304,8.99897\n2860,1646226749,47.74304,8.99897\n2861,1646226750,47.74304,8.99897\n2862,1646226751,47.74304,8.99897\n2863,1646226752,47.74304,8.99897\n2864,1646226753,47.74304,8.99897\n2865,1646226754,47.74304,8.99897\n2866,1646226755,47.74304,8.99897\n2867,1646226756,47.74304,8.99897\n2868,1646226757,47.74304,8.99897\n2869,1646226758,47.74304,8.99897\n2870,1646226759,47.74304,8.99897\n2871,1646226760,47.74304,8.99897\n2872,1646226761,47.74304,8.99897\n2873,1646226762,47.74304,8.99897\n2874,1646226763,47.74304,8.99897\n2875,1646226764,47.74304,8.99897\n2876,1646226765,47.74304,8.99897\n2877,1646226766,47.74304,8.99897\n2878,1646226767,47.74304,8.99897\n2879,1646226768,47.74304,8.99897\n2880,1646226769,47.74304,8.99897\n2881,1646226770,47.74304,8.99897\n2882,1646226771,47.74304,8.99897\n2883,1646226772,47.74304,8.99897\n2884,1646226773,47.74304,8.99897\n2885,1646226774,47.74304,8.99897\n2886,1646226775,47.74304,8.99897\n2887,1646226776,47.74304,8.99897\n2888,1646226777,47.74304,8.99897\n2889,1646226778,47.74304,8.99897\n2890,1646226779,47.74304,8.99897\n2891,1646226780,47.74304,8.99897\n2892,1646226781,47.74304,8.99897\n2893,1646226782,47.74304,8.99897\n2894,1646226783,47.74304,8.99897\n2895,1646226784,47.74304,8.99897\n2896,1646226785,47.74304,8.99897\n2897,1646226786,47.74304,8.99897\n2898,1646226787,47.74304,8.99897\n2899,1646226788,47.74304,8.99897\n2900,1646226789,47.74304,8.99897\n2901,1646226790,47.74304,8.99897\n2902,1646226791,47.74304,8.99897\n2903,1646226792,47.74304,8.99897\n2904,1646226793,47.74304,8.99897\n2905,1646226794,47.74304,8.99898\n2906,1646226795,47.74304,8.99898\n2907,1646226796,47.74304,8.99898\n2908,1646226797,47.74304,8.99898\n2909,1646226798,47.74304,8.99898\n2910,1646226799,47.74304,8.99898\n2911,1646226800,47.74304,8.99898\n2912,1646226801,47.74304,8.99898\n2913,1646226802,47.74304,8.99898\n2914,1646226803,47.74304,8.99898\n2915,1646226804,47.74304,8.99898\n2916,1646226805,47.74304,8.99898\n2917,1646226806,47.74304,8.99898\n2918,1646226807,47.74304,8.99898\n2919,1646226808,47.74304,8.99898\n2920,1646226809,47.74304,8.99898\n2921,1646226810,47.74304,8.99898\n2922,1646226811,47.74304,8.99898\n2923,1646226812,47.74304,8.99898\n2924,1646226813,47.74304,8.99898\n2925,1646226814,47.74304,8.99898\n2926,1646226815,47.74304,8.99898\n2927,1646226816,47.74304,8.99898\n2928,1646226817,47.74304,8.99898\n2929,1646226818,47.74304,8.99898\n2930,1646226819,47.74304,8.99898\n2931,1646226820,47.74304,8.99898\n2932,1646226821,47.74304,8.99898\n2933,1646226822,47.74304,8.99898\n2934,1646226823,47.74304,8.99898\n2935,1646226824,47.74304,8.99898\n2936,1646226825,47.74304,8.99898\n2937,1646226826,47.74304,8.99898\n2938,1646226827,47.74304,8.99898\n2939,1646226828,47.74304,8.99898\n2940,1646226829,47.74304,8.99898\n2941,1646226830,47.74304,8.99898\n2942,1646226831,47.74304,8.99898\n2943,1646226832,47.74304,8.99898\n2944,1646226833,47.74304,8.99898\n2945,1646226834,47.74304,8.99898\n2946,1646226835,47.74304,8.99898\n2947,1646226836,47.74304,8.99898\n2948,1646226837,47.74304,8.99898\n2949,1646226838,47.74304,8.99898\n2950,1646226839,47.74304,8.99898\n2951,1646226840,47.74304,8.99898\n2952,1646226841,47.74304,8.99898\n2953,1646226842,47.74304,8.99898\n2954,1646226843,47.74304,8.99898\n2955,1646226844,47.74304,8.99898\n2956,1646226845,47.74304,8.99898\n2957,1646226846,47.74304,8.99898\n2958,1646226847,47.74304,8.99898\n2959,1646226848,47.74304,8.99898\n2960,1646226849,47.74304,8.99898\n2961,1646226850,47.74304,8.99898\n2962,1646226851,47.74304,8.99898\n2963,1646226852,47.74304,8.99898\n2964,1646226853,47.74304,8.99898\n2965,1646226854,47.74304,8.99898\n2966,1646226855,47.74304,8.99898\n2967,1646226856,47.74304,8.99898\n2968,1646226857,47.74304,8.99898\n2969,1646226858,47.74304,8.99898\n2970,1646226859,47.74304,8.99898\n2971,1646226860,47.74304,8.99898\n2972,1646226861,47.74304,8.99898\n2973,1646226862,47.74304,8.99898\n2974,1646226863,47.74304,8.99898\n2975,1646226864,47.74304,8.99898\n2976,1646226865,47.74304,8.99898\n2977,1646226866,47.74304,8.99898\n2978,1646226867,47.74304,8.99898\n2979,1646226868,47.74304,8.99898\n2980,1646226869,47.74304,8.99898\n2981,1646226870,47.74304,8.99898\n2982,1646226871,47.74304,8.99898\n2983,1646226872,47.74304,8.99898\n2984,1646226873,47.74304,8.99898\n2985,1646226874,47.74304,8.99898\n2986,1646226875,47.74304,8.99898\n2987,1646226876,47.74304,8.99898\n2988,1646226877,47.74304,8.99898\n2989,1646226878,47.74304,8.99898\n2990,1646226879,47.74304,8.99898\n2991,1646226880,47.74304,8.99898\n2992,1646226881,47.74304,8.99898\n2993,1646226882,47.74304,8.99898\n2994,1646226883,47.74304,8.99898\n2995,1646226884,47.74304,8.99898\n2996,1646226885,47.74304,8.99898\n2997,1646226886,47.74304,8.99898\n2998,1646226887,47.74304,8.99898\n2999,1646226888,47.74304,8.99898\n3000,1646226889,47.74304,8.99898\n3001,1646226890,47.74304,8.99898\n3002,1646226891,47.74304,8.99898\n3003,1646226892,47.74304,8.99898\n3004,1646226893,47.74304,8.99898\n3005,1646226894,47.74304,8.99898\n3006,1646226895,47.74304,8.99898\n3007,1646226896,47.74304,8.99898\n3008,1646226897,47.74304,8.99898\n3009,1646226898,47.74304,8.99898\n3010,1646226899,47.74304,8.99898\n3011,1646226900,47.74304,8.99898\n3012,1646226901,47.74304,8.99898\n3013,1646226902,47.74304,8.99897\n3014,1646226903,47.74304,8.99897\n3015,1646226904,47.74304,8.99897\n3016,1646226905,47.74304,8.99897\n3017,1646226906,47.74304,8.99897\n3018,1646226907,47.74304,8.99897\n3019,1646226908,47.74304,8.99897\n3020,1646226909,47.74304,8.99897\n3021,1646226910,47.74304,8.99897\n3022,1646226911,47.74304,8.99897\n3023,1646226912,47.74304,8.99897\n3024,1646226913,47.74304,8.99897\n3025,1646226914,47.74304,8.99897\n3026,1646226915,47.74304,8.99897\n3027,1646226916,47.74304,8.99897\n3028,1646226917,47.74304,8.99897\n3029,1646226918,47.74304,8.99897\n3030,1646226919,47.74304,8.99897\n3031,1646226920,47.74304,8.99897\n3032,1646226921,47.74304,8.99897\n3033,1646226922,47.74304,8.99897\n3034,1646226923,47.74304,8.99897\n3035,1646226924,47.74304,8.99897\n3036,1646226925,47.74304,8.99897\n3037,1646226926,47.74304,8.99897\n3038,1646226927,47.74304,8.99897\n3039,1646226928,47.74304,8.99897\n3040,1646226929,47.74304,8.99897\n3041,1646226930,47.74304,8.99897\n3042,1646226931,47.74304,8.99897\n3043,1646226932,47.74304,8.99897\n3044,1646226933,47.74304,8.99897\n3045,1646226934,47.74304,8.99897\n3046,1646226935,47.74304,8.99897\n3047,1646226936,47.74304,8.99897\n3048,1646226937,47.74304,8.99897\n3049,1646226938,47.74304,8.99897\n3050,1646226939,47.74304,8.99897\n3051,1646226940,47.74304,8.99897\n3052,1646226941,47.74304,8.99897\n3053,1646226942,47.74304,8.99897\n3054,1646226943,47.74304,8.99897\n3055,1646226944,47.74304,8.99897\n3056,1646226945,47.74304,8.99897\n3057,1646226946,47.74304,8.99897\n3058,1646226947,47.74304,8.99897\n3059,1646226948,47.74304,8.99897\n3060,1646226949,47.74304,8.99897\n3061,1646226950,47.74304,8.99897\n3062,1646226951,47.74304,8.99897\n3063,1646226952,47.74304,8.99897\n3064,1646226953,47.74304,8.99897\n3065,1646226954,47.74304,8.99897\n3066,1646226955,47.74304,8.99897\n3067,1646226956,47.74304,8.99897\n3068,1646226957,47.74304,8.99897\n3069,1646226958,47.74304,8.99897\n3070,1646226959,47.74304,8.99897\n3071,1646226960,47.74304,8.99897\n3072,1646226961,47.74304,8.99897\n3073,1646226962,47.74304,8.99897\n3074,1646226963,47.74304,8.99897\n3075,1646226964,47.74304,8.99897\n3076,1646226965,47.74304,8.99897\n3077,1646226966,47.74304,8.99897\n3078,1646226967,47.74304,8.99897\n3079,1646226968,47.74304,8.99897\n3080,1646226969,47.74304,8.99897\n3081,1646226970,47.74304,8.99897\n3082,1646226971,47.74304,8.99897\n3083,1646226972,47.74304,8.99897\n3084,1646226973,47.74304,8.99897\n3085,1646226974,47.74304,8.99897\n3086,1646226975,47.74304,8.99897\n3087,1646226976,47.74304,8.99897\n3088,1646226977,47.74304,8.99897\n3089,1646226978,47.74304,8.99897\n3090,1646226979,47.74304,8.99897\n3091,1646226980,47.74304,8.99896\n3092,1646226981,47.74304,8.99896\n3093,1646226982,47.74305,8.99896\n3094,1646226983,47.74305,8.99896\n3095,1646226984,47.74305,8.99896\n3096,1646226985,47.74305,8.99896\n3097,1646226986,47.74305,8.99896\n3098,1646226987,47.74305,8.99896\n3099,1646226988,47.74305,8.99896\n3100,1646226989,47.74305,8.99896\n3101,1646226990,47.74305,8.99896\n3102,1646226991,47.74305,8.99896\n3103,1646226992,47.74305,8.99896\n3104,1646226993,47.74305,8.99896\n3105,1646226994,47.74305,8.99896\n3106,1646226995,47.74305,8.99896\n3107,1646226996,47.74305,8.99896\n3108,1646226997,47.74305,8.99896\n3109,1646226998,47.74305,8.99896\n3110,1646226999,47.74305,8.99896\n3111,1646227000,47.74305,8.99896\n3112,1646227001,47.74305,8.99896\n3113,1646227002,47.74305,8.99896\n3114,1646227003,47.74305,8.99896\n3115,1646227004,47.74305,8.99896\n3116,1646227005,47.74305,8.99896\n3117,1646227006,47.74305,8.99896\n3118,1646227007,47.74305,8.99896\n3119,1646227008,47.74305,8.99896\n3120,1646227009,47.74305,8.99896\n3121,1646227010,47.74305,8.99896\n3122,1646227011,47.74305,8.99896\n3123,1646227012,47.74305,8.99896\n3124,1646227013,47.74305,8.99896\n3125,1646227014,47.74305,8.99896\n3126,1646227015,47.74305,8.99896\n3127,1646227016,47.74305,8.99896\n3128,1646227017,47.74305,8.99896\n3129,1646227018,47.74305,8.99896\n3130,1646227019,47.74305,8.99896\n3131,1646227020,47.74305,8.99896\n3132,1646227021,47.74305,8.99896\n3133,1646227022,47.74305,8.99896\n3134,1646227023,47.74305,8.99896\n3135,1646227024,47.74305,8.99896\n3136,1646227025,47.74305,8.99896\n3137,1646227026,47.74305,8.99896\n3138,1646227027,47.74305,8.99896\n3139,1646227028,47.74305,8.99896\n3140,1646227029,47.74305,8.99896\n3141,1646227030,47.74305,8.99896\n3142,1646227031,47.74305,8.99896\n3143,1646227032,47.74305,8.99896\n3144,1646227033,47.74305,8.99896\n3145,1646227034,47.74305,8.99896\n3146,1646227035,47.74305,8.99896\n3147,1646227036,47.74305,8.99896\n3148,1646227037,47.74305,8.99896\n3149,1646227038,47.74305,8.99896\n3150,1646227039,47.74305,8.99896\n3151,1646227040,47.74305,8.99896\n3152,1646227041,47.74305,8.99896\n3153,1646227042,47.74305,8.99896\n3154,1646227043,47.74305,8.99896\n3155,1646227044,47.74305,8.99896\n3156,1646227045,47.74305,8.99896\n3157,1646227046,47.74305,8.99896\n3158,1646227047,47.74305,8.99896\n3159,1646227048,47.74305,8.99896\n3160,1646227049,47.74305,8.99896\n3161,1646227050,47.74305,8.99896\n3162,1646227051,47.74305,8.99896\n3163,1646227052,47.74305,8.99896\n3164,1646227053,47.74305,8.99896\n3165,1646227054,47.74305,8.99896\n3166,1646227055,47.74305,8.99896\n3167,1646227056,47.74305,8.99896\n3168,1646227057,47.74305,8.99896\n3169,1646227058,47.74304,8.99896\n3170,1646227059,47.74304,8.99896\n3171,1646227060,47.74304,8.99896\n3172,1646227061,47.74304,8.99896\n3173,1646227062,47.74304,8.99896\n3174,1646227063,47.74304,8.99896\n3175,1646227064,47.74304,8.99896\n3176,1646227065,47.74304,8.99896\n3177,1646227066,47.74304,8.99896\n3178,1646227067,47.74304,8.99896\n3179,1646227068,47.74304,8.99896\n3180,1646227069,47.74304,8.99896\n3181,1646227070,47.74304,8.99896\n3182,1646227071,47.74304,8.99896\n3183,1646227072,47.74304,8.99896\n3184,1646227073,47.74304,8.99896\n3185,1646227074,47.74304,8.99896\n3186,1646227075,47.74304,8.99896\n3187,1646227076,47.74304,8.99896\n3188,1646227077,47.74304,8.99896\n3189,1646227078,47.74304,8.99896\n3190,1646227079,47.74304,8.99896\n3191,1646227080,47.74304,8.99896\n3192,1646227081,47.74304,8.99896\n3193,1646227082,47.74304,8.99896\n3194,1646227083,47.74304,8.99896\n3195,1646227084,47.74304,8.99896\n3196,1646227085,47.74304,8.99896\n3197,1646227086,47.74304,8.99896\n3198,1646227087,47.74304,8.99896\n3199,1646227088,47.74304,8.99896\n3200,1646227089,47.74304,8.99896\n3201,1646227090,47.74304,8.99896\n3202,1646227091,47.74304,8.99896\n3203,1646227092,47.74304,8.99896\n3204,1646227093,47.74304,8.99896\n3205,1646227094,47.74304,8.99896\n3206,1646227095,47.74304,8.99896\n3207,1646227096,47.74304,8.99896\n3208,1646227097,47.74304,8.99896\n3209,1646227098,47.74304,8.99896\n3210,1646227099,47.74304,8.99896\n3211,1646227100,47.74304,8.99896\n3212,1646227101,47.74304,8.99896\n3213,1646227102,47.74304,8.99896\n3214,1646227103,47.74304,8.99896\n3215,1646227104,47.74304,8.99896\n3216,1646227105,47.74304,8.99896\n3217,1646227106,47.74304,8.99896\n3218,1646227107,47.74304,8.99896\n3219,1646227108,47.74304,8.99896\n3220,1646227109,47.74304,8.99896\n3221,1646227110,47.74304,8.99896\n3222,1646227111,47.74304,8.99896\n3223,1646227112,47.74304,8.99896\n3224,1646227113,47.74304,8.99896\n3225,1646227114,47.74304,8.99896\n3226,1646227115,47.74304,8.99896\n3227,1646227116,47.74304,8.99896\n3228,1646227117,47.74304,8.99896\n3229,1646227118,47.74304,8.99896\n3230,1646227119,47.74304,8.99896\n3231,1646227120,47.74304,8.99896\n3232,1646227121,47.74304,8.99896\n3233,1646227122,47.74304,8.99896\n3234,1646227123,47.74304,8.99896\n3235,1646227124,47.74304,8.99896\n3236,1646227125,47.74304,8.99896\n3237,1646227126,47.74304,8.99896\n3238,1646227127,47.74304,8.99896\n3239,1646227128,47.74304,8.99896\n3240,1646227129,47.74304,8.99896\n3241,1646227130,47.74304,8.99896\n3242,1646227131,47.74304,8.99896\n3243,1646227132,47.74304,8.99896\n3244,1646227133,47.74304,8.99896\n3245,1646227134,47.74304,8.99896\n3246,1646227135,47.74304,8.99896\n3247,1646227136,47.74304,8.99896\n3248,1646227137,47.74304,8.99896\n3249,1646227138,47.74304,8.99896\n3250,1646227139,47.74304,8.99896\n3251,1646227140,47.74304,8.99896\n3252,1646227141,47.74304,8.99896\n3253,1646227142,47.74304,8.99896\n3254,1646227143,47.74304,8.99895\n3255,1646227144,47.74304,8.99895\n3256,1646227145,47.74304,8.99895\n3257,1646227146,47.74304,8.99895\n3258,1646227147,47.74304,8.99896\n3259,1646227148,47.74304,8.99896\n3260,1646227149,47.74304,8.99896\n3261,1646227150,47.74304,8.99896\n3262,1646227151,47.74304,8.99896\n3263,1646227152,47.74304,8.99896\n3264,1646227153,47.74304,8.99896\n3265,1646227154,47.74304,8.99896\n3266,1646227155,47.74304,8.99896\n3267,1646227156,47.74304,8.99896\n3268,1646227157,47.74304,8.99896\n3269,1646227158,47.74304,8.99896\n3270,1646227159,47.74304,8.99896\n3271,1646227160,47.74304,8.99896\n3272,1646227161,47.74304,8.99896\n3273,1646227162,47.74304,8.99896\n3274,1646227163,47.74304,8.99896\n3275,1646227164,47.74304,8.99896\n3276,1646227165,47.74304,8.99896\n3277,1646227166,47.74304,8.99896\n3278,1646227167,47.74304,8.99896\n3279,1646227168,47.74304,8.99896\n3280,1646227169,47.74304,8.99896\n3281,1646227170,47.74304,8.99896\n3282,1646227171,47.74304,8.99896\n3283,1646227172,47.74304,8.99896\n3284,1646227173,47.74304,8.99896\n3285,1646227174,47.74304,8.99896\n3286,1646227175,47.74304,8.99896\n3287,1646227176,47.74304,8.99896\n3288,1646227177,47.74304,8.99896\n3289,1646227178,47.74304,8.99896\n3290,1646227179,47.74304,8.99896\n3291,1646227180,47.74304,8.99896\n3292,1646227181,47.74304,8.99896\n3293,1646227182,47.74304,8.99896\n3294,1646227183,47.74304,8.99896\n3295,1646227184,47.74304,8.99896\n3296,1646227185,47.74304,8.99896\n3297,1646227186,47.74304,8.99896\n3298,1646227187,47.74304,8.99896\n3299,1646227188,47.74304,8.99896\n3300,1646227189,47.74304,8.99896\n3301,1646227190,47.74304,8.99896\n3302,1646227191,47.74304,8.99896\n3303,1646227192,47.74304,8.99896\n3304,1646227193,47.74304,8.99896\n3305,1646227194,47.74304,8.99896\n3306,1646227195,47.74304,8.99896\n3307,1646227196,47.74304,8.99896\n3308,1646227197,47.74304,8.99896\n3309,1646227198,47.74304,8.99896\n3310,1646227199,47.74304,8.99896\n3311,1646227200,47.74304,8.99896\n3312,1646227201,47.74304,8.99896\n3313,1646227202,47.74304,8.99896\n3314,1646227203,47.74304,8.99896\n3315,1646227204,47.74304,8.99896\n3316,1646227205,47.74304,8.99896\n3317,1646227206,47.74304,8.99896\n3318,1646227207,47.74304,8.99895\n3319,1646227208,47.74304,8.99895\n3320,1646227209,47.74304,8.99895\n3321,1646227210,47.74305,8.99895\n3322,1646227211,47.74305,8.99895\n3323,1646227212,47.74305,8.99895\n3324,1646227213,47.74305,8.99895\n3325,1646227214,47.74305,8.99895\n3326,1646227215,47.74305,8.99895\n3327,1646227216,47.74305,8.99895\n3328,1646227217,47.74305,8.99895\n3329,1646227218,47.74305,8.99895\n3330,1646227219,47.74305,8.99895\n3331,1646227220,47.74305,8.99895\n3332,1646227221,47.74305,8.99895\n3333,1646227222,47.74305,8.99896\n3334,1646227223,47.74306,8.99896\n3335,1646227224,47.74306,8.99896\n3336,1646227225,47.74306,8.99896\n3337,1646227226,47.74306,8.99896\n3338,1646227227,47.74306,8.99896\n3339,1646227228,47.74306,8.99896\n3340,1646227229,47.74306,8.99896\n3341,1646227230,47.74306,8.99896\n3342,1646227231,47.74306,8.99896\n3343,1646227232,47.74306,8.99896\n3344,1646227233,47.74306,8.99896\n3345,1646227234,47.74306,8.99896\n3346,1646227235,47.74306,8.99896\n3347,1646227236,47.74306,8.99896\n3348,1646227237,47.74306,8.99896\n3349,1646227238,47.74306,8.99896\n3350,1646227239,47.74306,8.99896\n3351,1646227240,47.74306,8.99896\n3352,1646227241,47.74306,8.99896\n3353,1646227242,47.74306,8.99896\n3354,1646227243,47.74306,8.99896\n3355,1646227244,47.74306,8.99896\n3356,1646227245,47.74306,8.99896\n3357,1646227246,47.74306,8.99896\n3358,1646227247,47.74306,8.99896\n3359,1646227248,47.74306,8.99896\n3360,1646227249,47.74306,8.99896\n3361,1646227250,47.74306,8.99896\n3362,1646227251,47.74306,8.99896\n3363,1646227252,47.74306,8.99896\n3364,1646227253,47.74306,8.99896\n3365,1646227254,47.74306,8.99896\n3366,1646227255,47.74306,8.99896\n3367,1646227256,47.74306,8.99896\n3368,1646227257,47.74306,8.99896\n3369,1646227258,47.74306,8.99896\n3370,1646227259,47.74306,8.99896\n3371,1646227260,47.74306,8.99896\n3372,1646227261,47.74306,8.99896\n3373,1646227262,47.74306,8.99896\n3374,1646227263,47.74306,8.99896\n3375,1646227264,47.74306,8.99896\n3376,1646227265,47.74306,8.99896\n3377,1646227266,47.74306,8.99896\n3378,1646227267,47.74306,8.99896\n3379,1646227268,47.74306,8.99896\n3380,1646227269,47.74306,8.99896\n3381,1646227270,47.74306,8.99896\n3382,1646227271,47.74306,8.99896\n3383,1646227272,47.74306,8.99896\n3384,1646227273,47.74306,8.99896\n3385,1646227274,47.74306,8.99896\n3386,1646227275,47.74306,8.99896\n3387,1646227276,47.74306,8.99896\n3388,1646227277,47.74306,8.99896\n3389,1646227278,47.74306,8.99896\n3390,1646227279,47.74306,8.99896\n3391,1646227280,47.74306,8.99896\n3392,1646227281,47.74306,8.99896\n3393,1646227282,47.74306,8.99896\n3394,1646227283,47.74306,8.99896\n3395,1646227284,47.74306,8.99896\n3396,1646227285,47.74306,8.99896\n3397,1646227286,47.74306,8.99896\n3398,1646227287,47.74306,8.99896\n3399,1646227288,47.74306,8.99896\n3400,1646227289,47.74306,8.99896\n3401,1646227290,47.74306,8.99896\n3402,1646227291,47.74306,8.99896\n3403,1646227292,47.74306,8.99896\n3404,1646227293,47.74306,8.99896\n3405,1646227294,47.74306,8.99896\n3406,1646227295,47.74306,8.99896\n3407,1646227296,47.74306,8.99896\n3408,1646227297,47.74306,8.99896\n3409,1646227298,47.74306,8.99896\n3410,1646227299,47.74306,8.99896\n3411,1646227300,47.74306,8.99896\n3412,1646227301,47.74306,8.99896\n3413,1646227302,47.74306,8.99896\n3414,1646227303,47.74306,8.99896\n3415,1646227304,47.74306,8.99896\n3416,1646227305,47.74306,8.99896\n3417,1646227306,47.74306,8.99896\n3418,1646227307,47.74306,8.99896\n3419,1646227308,47.74306,8.99896\n3420,1646227309,47.74306,8.99896\n3421,1646227310,47.74306,8.99896\n3422,1646227311,47.74306,8.99896\n3423,1646227312,47.74306,8.99896\n3424,1646227313,47.74306,8.99896\n3425,1646227314,47.74306,8.99896\n3426,1646227315,47.74306,8.99896\n3427,1646227316,47.74306,8.99896\n3428,1646227317,47.74306,8.99896\n3429,1646227318,47.74306,8.99896\n3430,1646227319,47.74306,8.99896\n3431,1646227320,47.74306,8.99896\n3432,1646227321,47.74306,8.99896\n3433,1646227322,47.74306,8.99896\n3434,1646227323,47.74306,8.99896\n3435,1646227324,47.74306,8.99896\n3436,1646227325,47.74306,8.99896\n3437,1646227326,47.74306,8.99896\n3438,1646227327,47.74306,8.99896\n3439,1646227328,47.74306,8.99896\n3440,1646227329,47.74306,8.99896\n3441,1646227330,47.74306,8.99896\n3442,1646227331,47.74306,8.99896\n3443,1646227332,47.74306,8.99896\n3444,1646227333,47.74306,8.99896\n3445,1646227334,47.74306,8.99896\n3446,1646227335,47.74306,8.99896\n3447,1646227336,47.74306,8.99896\n3448,1646227337,47.74306,8.99896\n3449,1646227338,47.74306,8.99896\n3450,1646227339,47.74306,8.99896\n3451,1646227340,47.74306,8.99896\n3452,1646227341,47.74306,8.99896\n3453,1646227342,47.74306,8.99896\n3454,1646227343,47.74306,8.99896\n3455,1646227344,47.74306,8.99896\n3456,1646227345,47.74306,8.99896\n3457,1646227346,47.74306,8.99896\n3458,1646227347,47.74306,8.99896\n3459,1646227348,47.74306,8.99896\n3460,1646227349,47.74306,8.99896\n3461,1646227350,47.74306,8.99896\n3462,1646227351,47.74306,8.99896\n3463,1646227352,47.74306,8.99896\n3464,1646227353,47.74306,8.99896\n3465,1646227354,47.74306,8.99896\n3466,1646227355,47.74306,8.99896\n3467,1646227356,47.74306,8.99896\n3468,1646227357,47.74306,8.99896\n3469,1646227358,47.74306,8.99896\n3470,1646227359,47.74306,8.99896\n3471,1646227360,47.74306,8.99896\n3472,1646227361,47.74306,8.99896\n3473,1646227362,47.74306,8.99896\n3474,1646227363,47.74306,8.99896\n3475,1646227364,47.74306,8.99896\n3476,1646227365,47.74306,8.99896\n3477,1646227366,47.74306,8.99896\n3478,1646227367,47.74306,8.99896\n3479,1646227368,47.74306,8.99896\n3480,1646227369,47.74306,8.99896\n3481,1646227370,47.74306,8.99896\n3482,1646227371,47.74306,8.99896\n3483,1646227372,47.74306,8.99896\n3484,1646227373,47.74306,8.99896\n3485,1646227374,47.74306,8.99896\n3486,1646227375,47.74306,8.99896\n3487,1646227376,47.74306,8.99896\n3488,1646227377,47.74306,8.99896\n3489,1646227378,47.74306,8.99896\n3490,1646227379,47.74306,8.99896\n3491,1646227380,47.74306,8.99896\n3492,1646227381,47.74306,8.99896\n3493,1646227382,47.74306,8.99896\n3494,1646227383,47.74306,8.99896\n3495,1646227384,47.74306,8.99896\n3496,1646227385,47.74306,8.99896\n3497,1646227386,47.74306,8.99896\n3498,1646227387,47.74306,8.99896\n3499,1646227388,47.74306,8.99896\n3500,1646227389,47.74306,8.99896\n3501,1646227390,47.74306,8.99896\n3502,1646227391,47.74306,8.99896\n3503,1646227392,47.74306,8.99896\n3504,1646227393,47.74306,8.99896\n3505,1646227394,47.74306,8.99896\n3506,1646227395,47.74306,8.99896\n3507,1646227396,47.74306,8.99896\n3508,1646227397,47.74306,8.99896\n3509,1646227398,47.74306,8.99896\n3510,1646227399,47.74306,8.99896\n3511,1646227400,47.74306,8.99896\n3512,1646227401,47.74306,8.99896\n3513,1646227402,47.74306,8.99896\n3514,1646227403,47.74306,8.99896\n3515,1646227404,47.74306,8.99896\n3516,1646227405,47.74306,8.99896\n3517,1646227406,47.74306,8.99896\n3518,1646227407,47.74306,8.99896\n3519,1646227408,47.74306,8.99896\n3520,1646227409,47.74306,8.99896\n3521,1646227410,47.74306,8.99896\n3522,1646227411,47.74306,8.99896\n3523,1646227412,47.74306,8.99896\n3524,1646227413,47.74306,8.99896\n3525,1646227414,47.74306,8.99896\n3526,1646227415,47.74306,8.99896\n3527,1646227416,47.74306,8.99896\n3528,1646227417,47.74306,8.99896\n3529,1646227418,47.74306,8.99896\n3530,1646227419,47.74306,8.99896\n3531,1646227420,47.74306,8.99896\n3532,1646227421,47.74306,8.99896\n3533,1646227422,47.74306,8.99896\n3534,1646227423,47.74306,8.99897\n3535,1646227424,47.74306,8.99897\n3536,1646227425,47.74306,8.99897\n3537,1646227426,47.74306,8.99897\n3538,1646227427,47.74306,8.99897\n3539,1646227428,47.74306,8.99897\n3540,1646227429,47.74306,8.99897\n3541,1646227430,47.74306,8.99897\n3542,1646227431,47.74306,8.99897\n3543,1646227432,47.74306,8.99897\n3544,1646227433,47.74306,8.99897\n3545,1646227434,47.74306,8.99897\n3546,1646227435,47.74306,8.99897\n3547,1646227436,47.74306,8.99897\n3548,1646227437,47.74306,8.99897\n3549,1646227438,47.74306,8.99897\n3550,1646227439,47.74306,8.99897\n3551,1646227440,47.74306,8.99897\n3552,1646227441,47.74306,8.99897\n3553,1646227442,47.74306,8.99897\n3554,1646227443,47.74306,8.99897\n3555,1646227444,47.74306,8.99897\n3556,1646227445,47.74306,8.99897\n3557,1646227446,47.74306,8.99897\n3558,1646227447,47.74306,8.99897\n3559,1646227448,47.74306,8.99897\n3560,1646227449,47.74306,8.99897\n3561,1646227450,47.74306,8.99897\n3562,1646227451,47.74306,8.99897\n3563,1646227452,47.74306,8.99897\n3564,1646227453,47.74306,8.99897\n3565,1646227454,47.74306,8.99897\n3566,1646227455,47.74306,8.99897\n3567,1646227456,47.74306,8.99897\n3568,1646227457,47.74306,8.99897\n3569,1646227458,47.74306,8.99897\n3570,1646227459,47.74306,8.99897\n3571,1646227460,47.74306,8.99897\n3572,1646227461,47.74306,8.99897\n3573,1646227462,47.74306,8.99897\n3574,1646227463,47.74306,8.99897\n3575,1646227464,47.74306,8.99897\n3576,1646227465,47.74306,8.99897\n3577,1646227466,47.74306,8.99897\n3578,1646227467,47.74306,8.99897\n3579,1646227468,47.74306,8.99897\n3580,1646227469,47.74306,8.99897\n3581,1646227470,47.74306,8.99897\n3582,1646227471,47.74306,8.99897\n3583,1646227472,47.74306,8.99897\n3584,1646227473,47.74306,8.99897\n3585,1646227474,47.74306,8.99897\n3586,1646227475,47.74306,8.99897\n3587,1646227476,47.74306,8.99897\n3588,1646227477,47.74306,8.99897\n3589,1646227478,47.74306,8.99897\n3590,1646227479,47.74306,8.99897\n3591,1646227480,47.74306,8.99897\n3592,1646227481,47.74306,8.99897\n3593,1646227482,47.74306,8.99897\n3594,1646227483,47.74306,8.99897\n3595,1646227484,47.74306,8.99897\n3596,1646227485,47.74306,8.99897\n3597,1646227486,47.74306,8.99897\n3598,1646227487,47.74306,8.99897\n3599,1646227488,47.74306,8.99897\n3600,1646227489,47.74306,8.99897\n3601,1646227490,47.74306,8.99897\n3602,1646227491,47.74306,8.99897\n3603,1646227492,47.74306,8.99897\n3604,1646227493,47.74306,8.99897\n3605,1646227494,47.74306,8.99897\n3606,1646227495,47.74306,8.99897\n3607,1646227496,47.74306,8.99897\n3608,1646227497,47.74306,8.99897\n3609,1646227498,47.74306,8.99897\n3610,1646227499,47.74306,8.99897\n3611,1646227500,47.74306,8.99897\n3612,1646227501,47.74306,8.99897\n3613,1646227502,47.74306,8.99897\n3614,1646227503,47.74306,8.99897\n3615,1646227504,47.74306,8.99897\n3616,1646227505,47.74306,8.99897\n3617,1646227506,47.74306,8.99897\n3618,1646227507,47.74306,8.99897\n3619,1646227508,47.74306,8.99897\n3620,1646227509,47.74306,8.99897\n3621,1646227510,47.74306,8.99897\n3622,1646227511,47.74306,8.99897\n3623,1646227512,47.74306,8.99897\n3624,1646227513,47.74306,8.99897\n3625,1646227514,47.74306,8.99897\n3626,1646227515,47.74306,8.99897\n3627,1646227516,47.74306,8.99897\n3628,1646227517,47.74306,8.99897\n3629,1646227518,47.74306,8.99897\n3630,1646227519,47.74306,8.99897\n3631,1646227520,47.74306,8.99897\n3632,1646227521,47.74306,8.99897\n3633,1646227522,47.74306,8.99897\n3634,1646227523,47.74306,8.99897\n3635,1646227524,47.74306,8.99897\n3636,1646227525,47.74306,8.99897\n3637,1646227526,47.74306,8.99897\n3638,1646227527,47.74306,8.99897\n3639,1646227528,47.74306,8.99897\n3640,1646227529,47.74306,8.99897\n3641,1646227530,47.74306,8.99897\n3642,1646227531,47.74306,8.99897\n3643,1646227532,47.74306,8.99897\n3644,1646227533,47.74306,8.99897\n3645,1646227534,47.74306,8.99897\n3646,1646227535,47.74306,8.99897\n3647,1646227536,47.74306,8.99897\n3648,1646227537,47.74306,8.99897\n3649,1646227538,47.74306,8.99897\n3650,1646227539,47.74306,8.99897\n3651,1646227540,47.74306,8.99897\n3652,1646227541,47.74306,8.99897\n3653,1646227542,47.74306,8.99897\n3654,1646227543,47.74306,8.99897\n3655,1646227544,47.74306,8.99897\n3656,1646227545,47.74306,8.99897\n3657,1646227546,47.74306,8.99897\n3658,1646227547,47.74306,8.99897\n3659,1646227548,47.74306,8.99897\n3660,1646227549,47.74306,8.99897\n3661,1646227550,47.74306,8.99897\n3662,1646227551,47.74306,8.99897\n3663,1646227552,47.74306,8.99897\n3664,1646227553,47.74306,8.99897\n3665,1646227554,47.74306,8.99897\n3666,1646227555,47.74306,8.99897\n3667,1646227556,47.74306,8.99897\n3668,1646227557,47.74306,8.99897\n3669,1646227558,47.74306,8.99897\n3670,1646227559,47.74306,8.99897\n3671,1646227560,47.74306,8.99897\n3672,1646227561,47.74306,8.99897\n3673,1646227562,47.74306,8.99897\n3674,1646227563,47.74306,8.99897\n3675,1646227564,47.74306,8.99897\n3676,1646227565,47.74306,8.99897\n3677,1646227566,47.74306,8.99897\n3678,1646227567,47.74306,8.99897\n3679,1646227568,47.74306,8.99897\n3680,1646227569,47.74306,8.99897\n3681,1646227570,47.74306,8.99897\n3682,1646227571,47.74306,8.99897\n3683,1646227572,47.74306,8.99897\n3684,1646227573,47.74306,8.99897\n3685,1646227574,47.74306,8.99897\n3686,1646227575,47.74306,8.99897\n3687,1646227576,47.74306,8.99897\n3688,1646227577,47.74306,8.99897\n3689,1646227578,47.74306,8.99897\n3690,1646227579,47.74306,8.99897\n3691,1646227580,47.74306,8.99897\n3692,1646227581,47.74306,8.99897\n3693,1646227582,47.74306,8.99897\n3694,1646227583,47.74306,8.99897\n3695,1646227584,47.74306,8.99897\n3696,1646227585,47.74306,8.99897\n3697,1646227586,47.74306,8.99897\n3698,1646227587,47.74306,8.99897\n3699,1646227588,47.74306,8.99897\n3700,1646227589,47.74306,8.99897\n3701,1646227590,47.74306,8.99897\n3702,1646227591,47.74306,8.99897\n3703,1646227592,47.74306,8.99897\n3704,1646227593,47.74306,8.99897\n3705,1646227594,47.74306,8.99897\n3706,1646227595,47.74306,8.99897\n3707,1646227596,47.74306,8.99897\n3708,1646227597,47.74306,8.99897\n3709,1646227598,47.74306,8.99897\n3710,1646227599,47.74306,8.99897\n3711,1646227600,47.74306,8.99897\n3712,1646227601,47.74306,8.99897\n3713,1646227602,47.74306,8.99897\n3714,1646227603,47.74306,8.99897\n3715,1646227604,47.74306,8.99897\n3716,1646227605,47.74306,8.99897\n3717,1646227606,47.74306,8.99897\n3718,1646227607,47.74306,8.99897\n3719,1646227608,47.74306,8.99897\n3720,1646227609,47.74306,8.99897\n3721,1646227610,47.74306,8.99897\n3722,1646227611,47.74306,8.99897\n3723,1646227612,47.74306,8.99897\n3724,1646227613,47.74306,8.99897\n3725,1646227614,47.74306,8.99897\n3726,1646227615,47.74306,8.99897\n3727,1646227616,47.74306,8.99897\n3728,1646227617,47.74306,8.99897\n3729,1646227618,47.74306,8.99897\n3730,1646227619,47.74306,8.99897\n3731,1646227620,47.74306,8.99897\n3732,1646227621,47.74306,8.99897\n3733,1646227622,47.74306,8.99897\n3734,1646227623,47.74306,8.99897\n3735,1646227624,47.74306,8.99897\n3736,1646227625,47.74306,8.99896\n3737,1646227626,47.74306,8.99896\n3738,1646227627,47.74306,8.99896\n3739,1646227628,47.74306,8.99896\n3740,1646227629,47.74306,8.99896\n3741,1646227630,47.74306,8.99896\n3742,1646227631,47.74306,8.99896\n3743,1646227632,47.74306,8.99896\n3744,1646227633,47.74306,8.99896\n3745,1646227634,47.74306,8.99896\n3746,1646227635,47.74306,8.99896\n3747,1646227636,47.74306,8.99896\n3748,1646227637,47.74306,8.99896\n3749,1646227638,47.74306,8.99896\n3750,1646227639,47.74306,8.99896\n3751,1646227640,47.74306,8.99896\n3752,1646227641,47.74306,8.99896\n3753,1646227642,47.74306,8.99896\n3754,1646227643,47.74306,8.99896\n3755,1646227644,47.74306,8.99896\n3756,1646227645,47.74306,8.99896\n3757,1646227646,47.74306,8.99896\n3758,1646227647,47.74306,8.99896\n3759,1646227648,47.74306,8.99896\n3760,1646227649,47.74306,8.99896\n3761,1646227650,47.74306,8.99896\n3762,1646227651,47.74306,8.99896\n3763,1646227652,47.74306,8.99896\n3764,1646227653,47.74306,8.99896\n3765,1646227654,47.74306,8.99896\n3766,1646227655,47.74306,8.99896\n3767,1646227656,47.74306,8.99896\n3768,1646227657,47.74306,8.99896\n3769,1646227658,47.74306,8.99896\n3770,1646227659,47.74306,8.99896\n3771,1646227660,47.74306,8.99896\n3772,1646227661,47.74306,8.99896\n3773,1646227662,47.74306,8.99896\n3774,1646227663,47.74306,8.99896\n3775,1646227664,47.74306,8.99896\n3776,1646227665,47.74306,8.99896\n3777,1646227666,47.74306,8.99896\n3778,1646227667,47.74306,8.99896\n3779,1646227668,47.74306,8.99896\n3780,1646227669,47.74306,8.99896\n3781,1646227670,47.74306,8.99896\n3782,1646227671,47.74306,8.99896\n3783,1646227672,47.74306,8.99896\n3784,1646227673,47.74306,8.99896\n3785,1646227674,47.74306,8.99896\n3786,1646227675,47.74306,8.99896\n3787,1646227676,47.74306,8.99896\n3788,1646227677,47.74306,8.99896\n3789,1646227678,47.74306,8.99896\n3790,1646227679,47.74306,8.99896\n3791,1646227680,47.74306,8.99896\n3792,1646227681,47.74306,8.99896\n3793,1646227682,47.74306,8.99896\n3794,1646227683,47.74306,8.99896\n3795,1646227684,47.74306,8.99896\n3796,1646227685,47.74306,8.99896\n3797,1646227686,47.74306,8.99896\n3798,1646227687,47.74306,8.99896\n3799,1646227688,47.74306,8.99896\n3800,1646227689,47.74306,8.99896\n3801,1646227690,47.74306,8.99896\n3802,1646227691,47.74306,8.99896\n3803,1646227692,47.74306,8.99896\n3804,1646227693,47.74306,8.99896\n3805,1646227694,47.74306,8.99896\n3806,1646227695,47.74306,8.99896\n3807,1646227696,47.74306,8.99896\n3808,1646227697,47.74306,8.99896\n3809,1646227698,47.74306,8.99896\n3810,1646227699,47.74306,8.99896\n3811,1646227700,47.74306,8.99896\n3812,1646227701,47.74306,8.99896\n3813,1646227702,47.74306,8.99896\n3814,1646227703,47.74306,8.99896\n3815,1646227704,47.74306,8.99896\n3816,1646227705,47.74306,8.99896\n3817,1646227706,47.74306,8.99896\n3818,1646227707,47.74306,8.99896\n3819,1646227708,47.74306,8.99896\n3820,1646227709,47.74306,8.99896\n3821,1646227710,47.74306,8.99896\n3822,1646227711,47.74306,8.99896\n3823,1646227712,47.74306,8.99896\n3824,1646227713,47.74306,8.99896\n3825,1646227714,47.74306,8.99896\n3826,1646227715,47.74306,8.99896\n3827,1646227716,47.74306,8.99896\n3828,1646227717,47.74306,8.99896\n3829,1646227718,47.74306,8.99896\n3830,1646227719,47.74306,8.99896\n3831,1646227720,47.74306,8.99896\n3832,1646227721,47.74306,8.99896\n3833,1646227722,47.74306,8.99896\n3834,1646227723,47.74306,8.99896\n3835,1646227724,47.74306,8.99896\n3836,1646227725,47.74306,8.99896\n3837,1646227726,47.74306,8.99896\n3838,1646227727,47.74306,8.99896\n3839,1646227728,47.74306,8.99896\n3840,1646227729,47.74306,8.99896\n3841,1646227730,47.74306,8.99896\n3842,1646227731,47.74306,8.99896\n3843,1646227732,47.74306,8.99896\n3844,1646227733,47.74306,8.99896\n3845,1646227734,47.74306,8.99896\n3846,1646227735,47.74306,8.99896\n3847,1646227736,47.74306,8.99896\n3848,1646227737,47.74306,8.99896\n3849,1646227738,47.74306,8.99896\n3850,1646227739,47.74306,8.99896\n3851,1646227740,47.74306,8.99896\n3852,1646227741,47.74306,8.99896\n3853,1646227742,47.74306,8.99896\n3854,1646227743,47.74306,8.99896\n3855,1646227744,47.74306,8.99896\n3856,1646227745,47.74306,8.99896\n3857,1646227746,47.74306,8.99896\n3858,1646227747,47.74306,8.99896\n3859,1646227748,47.74306,8.99896\n3860,1646227749,47.74306,8.99896\n3861,1646227750,47.74306,8.99896\n3862,1646227751,47.74306,8.99896\n3863,1646227752,47.74306,8.99896\n3864,1646227753,47.74306,8.99896\n3865,1646227754,47.74306,8.99896\n3866,1646227755,47.74306,8.99897\n3867,1646227756,47.74306,8.99897\n3868,1646227757,47.74306,8.99897\n3869,1646227758,47.74306,8.99897\n3870,1646227759,47.74306,8.99897\n3871,1646227760,47.74306,8.99897\n3872,1646227761,47.74306,8.99897\n3873,1646227762,47.74306,8.99897\n3874,1646227763,47.74306,8.99897\n3875,1646227764,47.74306,8.99897\n3876,1646227765,47.74306,8.99897\n3877,1646227766,47.74306,8.99897\n3878,1646227767,47.74306,8.99897\n3879,1646227768,47.74306,8.99897\n3880,1646227769,47.74306,8.99897\n3881,1646227770,47.74306,8.99897\n3882,1646227771,47.74306,8.99897\n3883,1646227772,47.74306,8.99897\n3884,1646227773,47.74306,8.99897\n3885,1646227774,47.74306,8.99897\n3886,1646227775,47.74306,8.99897\n3887,1646227776,47.74306,8.99897\n3888,1646227777,47.74306,8.99897\n3889,1646227778,47.74306,8.99897\n3890,1646227779,47.74306,8.99897\n3891,1646227780,47.74306,8.99897\n3892,1646227781,47.74306,8.99897\n3893,1646227782,47.74306,8.99897\n3894,1646227783,47.74306,8.99897\n3895,1646227784,47.74306,8.99897\n3896,1646227785,47.74306,8.99897\n3897,1646227786,47.74306,8.99897\n3898,1646227787,47.74306,8.99897\n3899,1646227788,47.74306,8.99897\n3900,1646227789,47.74306,8.99897\n3901,1646227790,47.74306,8.99897\n3902,1646227791,47.74306,8.99897\n3903,1646227792,47.74306,8.99897\n3904,1646227793,47.74306,8.99897\n3905,1646227794,47.74306,8.99897\n3906,1646227795,47.74306,8.99897\n3907,1646227796,47.74306,8.99897\n3908,1646227797,47.74306,8.99897\n3909,1646227798,47.74306,8.99897\n3910,1646227799,47.74306,8.99897\n3911,1646227800,47.74306,8.99896\n3912,1646227801,47.74306,8.99896\n3913,1646227802,47.74306,8.99896\n3914,1646227803,47.74306,8.99896\n3915,1646227804,47.74306,8.99896\n3916,1646227805,47.74306,8.99896\n3917,1646227806,47.74306,8.99896\n3918,1646227807,47.74306,8.99896\n3919,1646227808,47.74306,8.99896\n3920,1646227809,47.74306,8.99896\n3921,1646227810,47.74306,8.99896\n3922,1646227811,47.74306,8.99896\n3923,1646227812,47.74306,8.99896\n3924,1646227813,47.74306,8.99896\n3925,1646227814,47.74306,8.99896\n3926,1646227815,47.74306,8.99896\n3927,1646227816,47.74306,8.99896\n3928,1646227817,47.74306,8.99896\n3929,1646227818,47.74306,8.99896\n3930,1646227819,47.74306,8.99896\n3931,1646227820,47.74306,8.99896\n3932,1646227821,47.74306,8.99896\n3933,1646227822,47.74306,8.99896\n3934,1646227823,47.74306,8.99896\n3935,1646227824,47.74306,8.99896\n3936,1646227825,47.74306,8.99896\n3937,1646227826,47.74306,8.99896\n3938,1646227827,47.74306,8.99896\n3939,1646227828,47.74306,8.99896\n3940,1646227829,47.74306,8.99896\n3941,1646227830,47.74306,8.99896\n3942,1646227831,47.74306,8.99896\n3943,1646227832,47.74306,8.99896\n3944,1646227833,47.74306,8.99896\n3945,1646227834,47.74306,8.99896\n3946,1646227835,47.74306,8.99896\n3947,1646227836,47.74306,8.99896\n3948,1646227837,47.74306,8.99896\n3949,1646227838,47.74306,8.99896\n3950,1646227839,47.74306,8.99896\n3951,1646227840,47.74306,8.99896\n3952,1646227841,47.74306,8.99896\n3953,1646227842,47.74306,8.99896\n3954,1646227843,47.74306,8.99896\n3955,1646227844,47.74306,8.99896\n3956,1646227845,47.74306,8.99896\n3957,1646227846,47.74306,8.99897\n3958,1646227847,47.74306,8.99897\n3959,1646227848,47.74306,8.99897\n3960,1646227849,47.74306,8.99897\n3961,1646227850,47.74306,8.99897\n3962,1646227851,47.74306,8.99897\n3963,1646227852,47.74306,8.99897\n3964,1646227853,47.74306,8.99897\n3965,1646227854,47.74306,8.99897\n3966,1646227855,47.74306,8.99897\n3967,1646227856,47.74306,8.99897\n3968,1646227857,47.74306,8.99897\n3969,1646227858,47.74306,8.99897\n3970,1646227859,47.74306,8.99897\n3971,1646227860,47.74306,8.99897\n3972,1646227861,47.74306,8.99897\n3973,1646227862,47.74306,8.99897\n3974,1646227863,47.74306,8.99897\n3975,1646227864,47.74306,8.99897\n3976,1646227865,47.74306,8.99897\n3977,1646227866,47.74306,8.99897\n3978,1646227867,47.74306,8.99897\n3979,1646227868,47.74306,8.99897\n3980,1646227869,47.74306,8.99897\n3981,1646227870,47.74306,8.99897\n3982,1646227871,47.74306,8.99897\n3983,1646227872,47.74306,8.99897\n3984,1646227873,47.74306,8.99897\n3985,1646227874,47.74306,8.99897\n3986,1646227875,47.74306,8.99897\n3987,1646227876,47.74306,8.99897\n3988,1646227877,47.74306,8.99897\n3989,1646227878,47.74306,8.99897\n3990,1646227879,47.74306,8.99897\n3991,1646227880,47.74306,8.99897\n3992,1646227881,47.74306,8.99897\n3993,1646227882,47.74306,8.99897\n3994,1646227883,47.74306,8.99897\n3995,1646227884,47.74306,8.99897\n3996,1646227885,47.74306,8.99897\n3997,1646227886,47.74306,8.99897\n3998,1646227887,47.74306,8.99897\n3999,1646227888,47.74306,8.99897\n4000,1646227889,47.74306,8.99897\n4001,1646227890,47.74306,8.99897\n4002,1646227891,47.74306,8.99897\n4003,1646227892,47.74306,8.99897\n4004,1646227893,47.74306,8.99897\n4005,1646227894,47.74306,8.99897\n4006,1646227895,47.74306,8.99897\n4007,1646227896,47.74306,8.99897\n4008,1646227897,47.74306,8.99897\n4009,1646227898,47.74306,8.99897\n4010,1646227899,47.74306,8.99897\n4011,1646227900,47.74306,8.99897\n4012,1646227901,47.74306,8.99897\n4013,1646227902,47.74306,8.99897\n4014,1646227903,47.74306,8.99897\n4015,1646227904,47.74306,8.99897\n4016,1646227905,47.74306,8.99897\n4017,1646227906,47.74306,8.99897\n4018,1646227907,47.74306,8.99897\n4019,1646227908,47.74306,8.99897\n4020,1646227909,47.74306,8.99897\n4021,1646227910,47.74306,8.99897\n4022,1646227911,47.74306,8.99897\n4023,1646227912,47.74306,8.99897\n4024,1646227913,47.74306,8.99897\n4025,1646227914,47.74306,8.99897\n4026,1646227915,47.74306,8.99897\n4027,1646227916,47.74306,8.99897\n4028,1646227917,47.74306,8.99897\n4029,1646227918,47.74306,8.99897\n4030,1646227919,47.74306,8.99897\n4031,1646227920,47.74306,8.99897\n4032,1646227921,47.74306,8.99897\n4033,1646227922,47.74306,8.99897\n4034,1646227923,47.74306,8.99897\n4035,1646227924,47.74306,8.99897\n4036,1646227925,47.74306,8.99897\n4037,1646227926,47.74306,8.99897\n4038,1646227927,47.74306,8.99897\n4039,1646227928,47.74306,8.99897\n4040,1646227929,47.74306,8.99897\n4041,1646227930,47.74306,8.99897\n4042,1646227931,47.74306,8.99897\n4043,1646227932,47.74306,8.99897\n4044,1646227933,47.74306,8.99897\n4045,1646227934,47.74306,8.99897\n4046,1646227935,47.74306,8.99897\n4047,1646227936,47.74306,8.99897\n4048,1646227937,47.74306,8.99897\n4049,1646227938,47.74306,8.99897\n4050,1646227939,47.74306,8.99897\n4051,1646227940,47.74306,8.99897\n4052,1646227941,47.74306,8.99897\n4053,1646227942,47.74306,8.99897\n4054,1646227943,47.74306,8.99897\n4055,1646227944,47.74306,8.99897\n4056,1646227945,47.74306,8.99897\n4057,1646227946,47.74306,8.99897\n4058,1646227947,47.74306,8.99897\n4059,1646227948,47.74306,8.99897\n4060,1646227949,47.74306,8.99897\n4061,1646227950,47.74306,8.99897\n4062,1646227951,47.74306,8.99897\n4063,1646227952,47.74306,8.99897\n4064,1646227953,47.74306,8.99897\n4065,1646227954,47.74306,8.99897\n4066,1646227955,47.74306,8.99897\n4067,1646227956,47.74306,8.99897\n4068,1646227957,47.74306,8.99897\n4069,1646227958,47.74306,8.99897\n4070,1646227959,47.74306,8.99897\n4071,1646227960,47.74306,8.99897\n4072,1646227961,47.74306,8.99897\n4073,1646227962,47.74306,8.99897\n4074,1646227963,47.74306,8.99897\n4075,1646227964,47.74306,8.99897\n4076,1646227965,47.74306,8.99897\n4077,1646227966,47.74306,8.99897\n4078,1646227967,47.74306,8.99897\n4079,1646227968,47.74306,8.99897\n4080,1646227969,47.74306,8.99897\n4081,1646227970,47.74306,8.99897\n4082,1646227971,47.74306,8.99897\n4083,1646227972,47.74306,8.99897\n4084,1646227973,47.74306,8.99897\n4085,1646227974,47.74306,8.99897\n4086,1646227975,47.74306,8.99897\n4087,1646227976,47.74306,8.99897\n4088,1646227977,47.74306,8.99897\n4089,1646227978,47.74306,8.99897\n4090,1646227979,47.74306,8.99897\n4091,1646227980,47.74306,8.99897\n4092,1646227981,47.74306,8.99897\n4093,1646227982,47.74306,8.99897\n4094,1646227983,47.74306,8.99897\n4095,1646227984,47.74306,8.99897\n4096,1646227985,47.74306,8.99897\n4097,1646227986,47.74306,8.99897\n4098,1646227987,47.74306,8.99897\n4099,1646227988,47.74306,8.99897\n4100,1646227989,47.74306,8.99897\n4101,1646227990,47.74306,8.99897\n4102,1646227991,47.74306,8.99897\n4103,1646227992,47.74306,8.99897\n4104,1646227993,47.74306,8.99897\n4105,1646227994,47.74306,8.99897\n4106,1646227995,47.74306,8.99897\n4107,1646227996,47.74306,8.99897\n4108,1646227997,47.74306,8.99897\n4109,1646227998,47.74306,8.99897\n4110,1646227999,47.74306,8.99897\n4111,1646228000,47.74306,8.99897\n4112,1646228001,47.74306,8.99897\n4113,1646228002,47.74306,8.99897\n4114,1646228003,47.74306,8.99897\n4115,1646228004,47.74306,8.99897\n4116,1646228005,47.74306,8.99897\n4117,1646228006,47.74306,8.99897\n4118,1646228007,47.74306,8.99897\n4119,1646228008,47.74306,8.99897\n4120,1646228009,47.74306,8.99897\n4121,1646228010,47.74306,8.99897\n4122,1646228011,47.74306,8.99897\n4123,1646228012,47.74306,8.99897\n4124,1646228013,47.74306,8.99897\n4125,1646228014,47.74306,8.99897\n4126,1646228015,47.74306,8.99897\n4127,1646228016,47.74306,8.99897\n4128,1646228017,47.74306,8.99897\n4129,1646228018,47.74306,8.99897\n4130,1646228019,47.74306,8.99897\n4131,1646228020,47.74306,8.99897\n4132,1646228021,47.74306,8.99897\n4133,1646228022,47.74306,8.99897\n4134,1646228023,47.74306,8.99897\n4135,1646228024,47.74306,8.99897\n4136,1646228025,47.74306,8.99897\n4137,1646228026,47.74306,8.99897\n4138,1646228027,47.74306,8.99897\n4139,1646228028,47.74306,8.99897\n4140,1646228029,47.74306,8.99897\n4141,1646228030,47.74306,8.99897\n4142,1646228031,47.74306,8.99897\n4143,1646228032,47.74306,8.99897\n4144,1646228033,47.74306,8.99897\n4145,1646228034,47.74306,8.99897\n4146,1646228035,47.74306,8.99897\n4147,1646228036,47.74306,8.99897\n4148,1646228037,47.74306,8.99897\n4149,1646228038,47.74306,8.99897\n4150,1646228039,47.74306,8.99897\n4151,1646228040,47.74306,8.99897\n4152,1646228041,47.74306,8.99897\n4153,1646228042,47.74306,8.99897\n4154,1646228043,47.74306,8.99897\n4155,1646228044,47.74306,8.99897\n4156,1646228045,47.74306,8.99897\n4157,1646228046,47.74306,8.99897\n4158,1646228047,47.74306,8.99897\n4159,1646228048,47.74306,8.99897\n4160,1646228049,47.74306,8.99897\n4161,1646228050,47.74306,8.99897\n4162,1646228051,47.74306,8.99897\n4163,1646228052,47.74306,8.99897\n4164,1646228053,47.74306,8.99897\n4165,1646228054,47.74306,8.99897\n4166,1646228055,47.74306,8.99897\n4167,1646228056,47.74306,8.99897\n4168,1646228057,47.74306,8.99897\n4169,1646228058,47.74306,8.99897\n4170,1646228059,47.74306,8.99897\n4171,1646228060,47.74306,8.99897\n4172,1646228061,47.74306,8.99897\n4173,1646228062,47.74306,8.99897\n4174,1646228063,47.74306,8.99897\n4175,1646228064,47.74306,8.99897\n4176,1646228065,47.74306,8.99897\n4177,1646228066,47.74306,8.99897\n4178,1646228067,47.74306,8.99897\n4179,1646228068,47.74306,8.99897\n4180,1646228069,47.74306,8.99897\n4181,1646228070,47.74306,8.99897\n4182,1646228071,47.74306,8.99897\n4183,1646228072,47.74306,8.99897\n4184,1646228073,47.74306,8.99897\n4185,1646228074,47.74306,8.99897\n4186,1646228075,47.74306,8.99897\n4187,1646228076,47.74306,8.99897\n4188,1646228077,47.74306,8.99897\n4189,1646228078,47.74306,8.99897\n4190,1646228079,47.74306,8.99897\n4191,1646228080,47.74306,8.99897\n4192,1646228081,47.74306,8.99897\n4193,1646228082,47.74306,8.99897\n4194,1646228083,47.74306,8.99897\n4195,1646228084,47.74306,8.99897\n4196,1646228085,47.74306,8.99897\n4197,1646228086,47.74306,8.99897\n4198,1646228087,47.74306,8.99897\n4199,1646228088,47.74306,8.99897\n4200,1646228089,47.74306,8.99897\n4201,1646228090,47.74306,8.99897\n4202,1646228091,47.74306,8.99897\n4203,1646228092,47.74306,8.99897\n4204,1646228093,47.74306,8.99897\n4205,1646228094,47.74306,8.99897\n4206,1646228095,47.74306,8.99897\n4207,1646228096,47.74306,8.99897\n4208,1646228097,47.74306,8.99897\n4209,1646228098,47.74306,8.99897\n4210,1646228099,47.74306,8.99897\n4211,1646228100,47.74306,8.99897\n4212,1646228101,47.74306,8.99897\n4213,1646228102,47.74306,8.99897\n4214,1646228103,47.74306,8.99897\n4215,1646228104,47.74306,8.99897\n4216,1646228105,47.74306,8.99897\n4217,1646228106,47.74306,8.99897\n4218,1646228107,47.74306,8.99897\n4219,1646228108,47.74306,8.99897\n4220,1646228109,47.74306,8.99897\n4221,1646228110,47.74306,8.99897\n4222,1646228111,47.74306,8.99897\n4223,1646228112,47.74306,8.99897\n4224,1646228113,47.74306,8.99897\n4225,1646228114,47.74306,8.99897\n4226,1646228115,47.74306,8.99897\n4227,1646228116,47.74306,8.99897\n4228,1646228117,47.74306,8.99897\n4229,1646228118,47.74306,8.99897\n4230,1646228119,47.74306,8.99897\n4231,1646228120,47.74306,8.99897\n4232,1646228121,47.74306,8.99897\n4233,1646228122,47.74306,8.99897\n4234,1646228123,47.74306,8.99897\n4235,1646228124,47.74306,8.99897\n4236,1646228125,47.74306,8.99897\n4237,1646228126,47.74306,8.99897\n4238,1646228127,47.74306,8.99897\n4239,1646228128,47.74306,8.99897\n4240,1646228129,47.74306,8.99897\n4241,1646228130,47.74306,8.99897\n4242,1646228131,47.74306,8.99897\n4243,1646228132,47.74306,8.99897\n4244,1646228133,47.74306,8.99897\n4245,1646228134,47.74306,8.99897\n4246,1646228135,47.74306,8.99897\n4247,1646228136,47.74306,8.99897\n4248,1646228137,47.74306,8.99897\n4249,1646228138,47.74306,8.99897\n4250,1646228139,47.74306,8.99897\n4251,1646228140,47.74306,8.99897\n4252,1646228141,47.74306,8.99897\n4253,1646228142,47.74306,8.99897\n4254,1646228143,47.74306,8.99897\n4255,1646228144,47.74306,8.99897\n4256,1646228145,47.74306,8.99897\n4257,1646228146,47.74306,8.99897\n4258,1646228147,47.74306,8.99897\n4259,1646228148,47.74306,8.99897\n4260,1646228149,47.74306,8.99897\n4261,1646228150,47.74306,8.99897\n4262,1646228151,47.74306,8.99897\n4263,1646228152,47.74306,8.99897\n4264,1646228153,47.74306,8.99897\n4265,1646228154,47.74306,8.99897\n4266,1646228155,47.74306,8.99897\n4267,1646228156,47.74306,8.99897\n4268,1646228157,47.74306,8.99897\n4269,1646228158,47.74306,8.99897\n4270,1646228159,47.74306,8.99897\n4271,1646228160,47.74306,8.99897\n4272,1646228161,47.74306,8.99897\n4273,1646228162,47.74306,8.99897\n4274,1646228163,47.74306,8.99897\n4275,1646228164,47.74306,8.99897\n4276,1646228165,47.74306,8.99897\n4277,1646228166,47.74306,8.99897\n4278,1646228167,47.74306,8.99897\n4279,1646228168,47.74306,8.99897\n4280,1646228169,47.74306,8.99897\n4281,1646228170,47.74306,8.99897\n4282,1646228171,47.74306,8.99897\n4283,1646228172,47.74306,8.99897\n4284,1646228173,47.74306,8.99897\n4285,1646228174,47.74306,8.99897\n4286,1646228175,47.74306,8.99897\n4287,1646228176,47.74306,8.99897\n4288,1646228177,47.74306,8.99897\n4289,1646228178,47.74306,8.99897\n4290,1646228179,47.74306,8.99897\n4291,1646228180,47.74306,8.99897\n4292,1646228181,47.74306,8.99897\n4293,1646228182,47.74306,8.99897\n4294,1646228183,47.74306,8.99897\n4295,1646228184,47.74306,8.99897\n4296,1646228185,47.74306,8.99897\n4297,1646228186,47.74306,8.99897\n4298,1646228187,47.74306,8.99897\n4299,1646228188,47.74306,8.99897\n4300,1646228189,47.74306,8.99897\n4301,1646228190,47.74306,8.99897\n4302,1646228191,47.74306,8.99897\n4303,1646228192,47.74306,8.99897\n4304,1646228193,47.74306,8.99897\n4305,1646228194,47.74306,8.99897\n4306,1646228195,47.74306,8.99897\n4307,1646228196,47.74306,8.99897\n4308,1646228197,47.74306,8.99897\n4309,1646228198,47.74306,8.99897\n4310,1646228199,47.74306,8.99897\n4311,1646228200,47.74306,8.99897\n4312,1646228201,47.74306,8.99897\n4313,1646228202,47.74306,8.99897\n4314,1646228203,47.74306,8.99897\n4315,1646228204,47.74306,8.99897\n4316,1646228205,47.74306,8.99897\n4317,1646228206,47.74306,8.99897\n4318,1646228207,47.74306,8.99897\n4319,1646228208,47.74306,8.99897\n4320,1646228209,47.74306,8.99897\n4321,1646228210,47.74306,8.99897\n4322,1646228211,47.74306,8.99897\n4323,1646228212,47.74306,8.99897\n4324,1646228213,47.74306,8.99897\n4325,1646228214,47.74306,8.99897\n4326,1646228215,47.74306,8.99897\n4327,1646228216,47.74306,8.99897\n4328,1646228217,47.74306,8.99897\n4329,1646228218,47.74306,8.99897\n4330,1646228219,47.74306,8.99897\n4331,1646228220,47.74306,8.99897\n4332,1646228221,47.74306,8.99897\n4333,1646228222,47.74306,8.99897\n4334,1646228223,47.74306,8.99897\n4335,1646228224,47.74306,8.99897\n4336,1646228225,47.74306,8.99897\n4337,1646228226,47.74306,8.99897\n4338,1646228227,47.74306,8.99897\n4339,1646228228,47.74306,8.99897\n4340,1646228229,47.74306,8.99897\n4341,1646228230,47.74306,8.99897\n4342,1646228231,47.74306,8.99897\n4343,1646228232,47.74306,8.99897\n4344,1646228233,47.74306,8.99897\n4345,1646228234,47.74306,8.99897\n4346,1646228235,47.74306,8.99897\n4347,1646228236,47.74306,8.99897\n4348,1646228237,47.74306,8.99897\n4349,1646228238,47.74306,8.99897\n4350,1646228239,47.74306,8.99897\n4351,1646228240,47.74306,8.99897\n4352,1646228241,47.74306,8.99897\n4353,1646228242,47.74306,8.99897\n4354,1646228243,47.74306,8.99897\n4355,1646228244,47.74306,8.99897\n4356,1646228245,47.74306,8.99897\n4357,1646228246,47.74306,8.99897\n4358,1646228247,47.74306,8.99897\n4359,1646228248,47.74306,8.99897\n4360,1646228249,47.74306,8.99897\n4361,1646228250,47.74306,8.99897\n4362,1646228251,47.74306,8.99897\n4363,1646228252,47.74306,8.99897\n4364,1646228253,47.74306,8.99897\n4365,1646228254,47.74306,8.99897\n4366,1646228255,47.74306,8.99897\n4367,1646228256,47.74306,8.99897\n4368,1646228257,47.74306,8.99897\n4369,1646228258,47.74306,8.99897\n4370,1646228259,47.74306,8.99897\n4371,1646228260,47.74306,8.99897\n4372,1646228261,47.74306,8.99897\n4373,1646228262,47.74306,8.99897\n4374,1646228263,47.74306,8.99897\n4375,1646228264,47.74306,8.99897\n4376,1646228265,47.74306,8.99897\n4377,1646228266,47.74306,8.99897\n4378,1646228267,47.74306,8.99897\n4379,1646228268,47.74306,8.99897\n4380,1646228269,47.74306,8.99897\n4381,1646228270,47.74306,8.99897\n4382,1646228271,47.74306,8.99897\n4383,1646228272,47.74306,8.99897\n4384,1646228273,47.74306,8.99897\n4385,1646228274,47.74306,8.99897\n4386,1646228275,47.74306,8.99897\n4387,1646228276,47.74306,8.99897\n4388,1646228277,47.74306,8.99897\n4389,1646228278,47.74306,8.99897\n4390,1646228279,47.74306,8.99897\n4391,1646228280,47.74306,8.99897\n4392,1646228281,47.74306,8.99897\n4393,1646228282,47.74306,8.99897\n4394,1646228283,47.74306,8.99897\n4395,1646228284,47.74306,8.99897\n4396,1646228285,47.74306,8.99897\n4397,1646228286,47.74306,8.99897\n4398,1646228287,47.74306,8.99897\n4399,1646228288,47.74306,8.99897\n4400,1646228289,47.74306,8.99897\n4401,1646228290,47.74306,8.99897\n4402,1646228291,47.74306,8.99897\n4403,1646228292,47.74306,8.99897\n4404,1646228293,47.74306,8.99897\n4405,1646228294,47.74306,8.99897\n4406,1646228295,47.74306,8.99897\n4407,1646228296,47.74306,8.99897\n4408,1646228297,47.74306,8.99897\n4409,1646228298,47.74306,8.99897\n4410,1646228299,47.74306,8.99897\n4411,1646228300,47.74306,8.99897\n4412,1646228301,47.74306,8.99897\n4413,1646228302,47.74306,8.99897\n4414,1646228303,47.74306,8.99897\n4415,1646228304,47.74306,8.99897\n4416,1646228305,47.74306,8.99897\n4417,1646228306,47.74306,8.99897\n4418,1646228307,47.74306,8.99897\n4419,1646228308,47.74306,8.99897\n4420,1646228309,47.74306,8.99897\n4421,1646228310,47.74306,8.99897\n4422,1646228311,47.74306,8.99897\n4423,1646228312,47.74306,8.99897\n4424,1646228313,47.74306,8.99897\n4425,1646228314,47.74306,8.99897\n4426,1646228315,47.74306,8.99897\n4427,1646228316,47.74306,8.99897\n4428,1646228317,47.74306,8.99897\n4429,1646228318,47.74306,8.99897\n4430,1646228319,47.74306,8.99897\n4431,1646228320,47.74306,8.99897\n4432,1646228321,47.74306,8.99897\n4433,1646228322,47.74306,8.99897\n4434,1646228323,47.74306,8.99897\n4435,1646228324,47.74306,8.99897\n4436,1646228325,47.74306,8.99897\n4437,1646228326,47.74306,8.99898\n4438,1646228327,47.74306,8.99898\n4439,1646228328,47.74306,8.99898\n4440,1646228329,47.74306,8.99898\n4441,1646228330,47.74306,8.99898\n4442,1646228331,47.74306,8.99898\n4443,1646228332,47.74306,8.99898\n4444,1646228333,47.74306,8.99898\n4445,1646228334,47.74306,8.99898\n4446,1646228335,47.74306,8.99898\n4447,1646228336,47.74306,8.99898\n4448,1646228337,47.74306,8.99898\n4449,1646228338,47.74306,8.99898\n4450,1646228339,47.74306,8.99898\n4451,1646228340,47.74306,8.99898\n4452,1646228341,47.74306,8.99898\n4453,1646228342,47.74306,8.99898\n4454,1646228343,47.74306,8.99898\n4455,1646228344,47.74306,8.99898\n4456,1646228345,47.74306,8.99898\n4457,1646228346,47.74306,8.99898\n4458,1646228347,47.74306,8.99898\n4459,1646228348,47.74306,8.99898\n4460,1646228349,47.74306,8.99898\n4461,1646228350,47.74306,8.99898\n4462,1646228351,47.74306,8.99898\n4463,1646228352,47.74306,8.99898\n4464,1646228353,47.74306,8.99898\n4465,1646228354,47.74306,8.99898\n4466,1646228355,47.74306,8.99898\n4467,1646228356,47.74306,8.99898\n4468,1646228357,47.74306,8.99898\n4469,1646228358,47.74306,8.99898\n4470,1646228359,47.74306,8.99898\n4471,1646228360,47.74306,8.99898\n4472,1646228361,47.74306,8.99898\n4473,1646228362,47.74306,8.99898\n4474,1646228363,47.74306,8.99898\n4475,1646228364,47.74306,8.99898\n4476,1646228365,47.74306,8.99898\n4477,1646228366,47.74306,8.99898\n4478,1646228367,47.74306,8.99898\n4479,1646228368,47.74306,8.99898\n4480,1646228369,47.74306,8.99898\n4481,1646228370,47.74306,8.99898\n4482,1646228371,47.74306,8.99898\n4483,1646228372,47.74306,8.99898\n4484,1646228373,47.74306,8.99898\n4485,1646228374,47.74306,8.99898\n4486,1646228375,47.74306,8.99898\n4487,1646228376,47.74306,8.99898\n4488,1646228377,47.74306,8.99898\n4489,1646228378,47.74305,8.99898\n4490,1646228379,47.74305,8.99898\n4491,1646228380,47.74305,8.99898\n4492,1646228381,47.74305,8.99898\n4493,1646228382,47.74305,8.99898\n4494,1646228383,47.74305,8.99898\n4495,1646228384,47.74305,8.99898\n4496,1646228385,47.74305,8.99898\n4497,1646228386,47.74305,8.99898\n4498,1646228387,47.74305,8.99898\n4499,1646228388,47.74305,8.99898\n4500,1646228389,47.74305,8.99898\n4501,1646228390,47.74305,8.99898\n4502,1646228391,47.74305,8.99898\n4503,1646228392,47.74305,8.99898\n4504,1646228393,47.74305,8.99898\n4505,1646228394,47.74305,8.99898\n4506,1646228395,47.74305,8.99898\n4507,1646228396,47.74305,8.99898\n4508,1646228397,47.74305,8.99898\n4509,1646228398,47.74305,8.99898\n4510,1646228399,47.74305,8.99898\n4511,1646228400,47.74305,8.99898\n4512,1646228401,47.74305,8.99898\n4513,1646228402,47.74305,8.99898\n4514,1646228403,47.74305,8.99898\n4515,1646228404,47.74305,8.99898\n4516,1646228405,47.74306,8.99898\n4517,1646228406,47.74306,8.99898\n4518,1646228407,47.74306,8.99898\n4519,1646228408,47.74306,8.99898\n4520,1646228409,47.74306,8.99898\n4521,1646228410,47.74306,8.99898\n4522,1646228411,47.74306,8.99898\n4523,1646228412,47.74306,8.99898\n4524,1646228413,47.74306,8.99898\n4525,1646228414,47.74306,8.99898\n4526,1646228415,47.74306,8.99898\n4527,1646228416,47.74306,8.99898\n4528,1646228417,47.74306,8.99898\n4529,1646228418,47.74306,8.99898\n4530,1646228419,47.74306,8.99898\n4531,1646228420,47.74306,8.99898\n4532,1646228421,47.74306,8.99898\n4533,1646228422,47.74306,8.99898\n4534,1646228423,47.74306,8.99898\n4535,1646228424,47.74306,8.99898\n4536,1646228425,47.74306,8.99898\n4537,1646228426,47.74306,8.99898\n4538,1646228427,47.74306,8.99898\n4539,1646228428,47.74306,8.99898\n4540,1646228429,47.74306,8.99898\n4541,1646228430,47.74306,8.99898\n4542,1646228431,47.74306,8.99898\n4543,1646228432,47.74306,8.99898\n4544,1646228433,47.74306,8.99898\n4545,1646228434,47.74306,8.99898\n4546,1646228435,47.74306,8.99898\n4547,1646228436,47.74306,8.99898\n4548,1646228437,47.74306,8.99898\n4549,1646228438,47.74306,8.99898\n4550,1646228439,47.74306,8.99898\n4551,1646228440,47.74306,8.99898\n4552,1646228441,47.74306,8.99898\n4553,1646228442,47.74306,8.99898\n4554,1646228443,47.74306,8.99898\n4555,1646228444,47.74306,8.99898\n4556,1646228445,47.74306,8.99898\n4557,1646228446,47.74306,8.99898\n4558,1646228447,47.74306,8.99898\n4559,1646228448,47.74306,8.99898\n4560,1646228449,47.74306,8.99898\n4561,1646228450,47.74306,8.99898\n4562,1646228451,47.74306,8.99898\n4563,1646228452,47.74306,8.99898\n4564,1646228453,47.74306,8.99898\n4565,1646228454,47.74306,8.99898\n4566,1646228455,47.74306,8.99898\n4567,1646228456,47.74306,8.99898\n4568,1646228457,47.74306,8.99898\n4569,1646228458,47.74306,8.99898\n4570,1646228459,47.74306,8.99898\n4571,1646228460,47.74306,8.99898\n4572,1646228461,47.74306,8.99898\n4573,1646228462,47.74306,8.99898\n4574,1646228463,47.74306,8.99898\n4575,1646228464,47.74306,8.99898\n4576,1646228465,47.74306,8.99898\n4577,1646228466,47.74306,8.99898\n4578,1646228467,47.74306,8.99898\n4579,1646228468,47.74306,8.99898\n4580,1646228469,47.74306,8.99898\n4581,1646228470,47.74306,8.99898\n4582,1646228471,47.74306,8.99898\n4583,1646228472,47.74306,8.99898\n4584,1646228473,47.74306,8.99898\n4585,1646228474,47.74306,8.99897\n4586,1646228475,47.74306,8.99897\n4587,1646228476,47.74306,8.99897\n4588,1646228477,47.74306,8.99897\n4589,1646228478,47.74306,8.99897\n4590,1646228479,47.74306,8.99897\n4591,1646228480,47.74306,8.99897\n4592,1646228481,47.74306,8.99897\n4593,1646228482,47.74306,8.99897\n4594,1646228483,47.74306,8.99897\n4595,1646228484,47.74306,8.99897\n4596,1646228485,47.74306,8.99897\n4597,1646228486,47.74306,8.99897\n4598,1646228487,47.74306,8.99897\n4599,1646228488,47.74306,8.99897\n4600,1646228489,47.74306,8.99897\n4601,1646228490,47.74306,8.99897\n4602,1646228491,47.74306,8.99897\n4603,1646228492,47.74306,8.99897\n4604,1646228493,47.74306,8.99897\n4605,1646228494,47.74306,8.99897\n4606,1646228495,47.74306,8.99897\n4607,1646228496,47.74306,8.99897\n4608,1646228497,47.74306,8.99897\n4609,1646228498,47.74306,8.99897\n4610,1646228499,47.74306,8.99897\n4611,1646228500,47.74306,8.99897\n4612,1646228501,47.74306,8.99897\n4613,1646228502,47.74306,8.99897\n4614,1646228503,47.74306,8.99897\n4615,1646228504,47.74306,8.99897\n4616,1646228505,47.74306,8.99897\n4617,1646228506,47.74306,8.99897\n4618,1646228507,47.74306,8.99897\n4619,1646228508,47.74306,8.99897\n4620,1646228509,47.74306,8.99897\n4621,1646228510,47.74306,8.99897\n4622,1646228511,47.74306,8.99897\n4623,1646228512,47.74306,8.99897\n4624,1646228513,47.74306,8.99897\n4625,1646228514,47.74306,8.99897\n4626,1646228515,47.74306,8.99897\n4627,1646228516,47.74306,8.99897\n4628,1646228517,47.74306,8.99897\n4629,1646228518,47.74306,8.99897\n4630,1646228519,47.74306,8.99897\n4631,1646228520,47.74306,8.99897\n4632,1646228521,47.74306,8.99897\n4633,1646228522,47.74306,8.99897\n4634,1646228523,47.74306,8.99897\n4635,1646228524,47.74306,8.99897\n4636,1646228525,47.74306,8.99897\n4637,1646228526,47.74306,8.99897\n4638,1646228527,47.74306,8.99897\n4639,1646228528,47.74306,8.99897\n4640,1646228529,47.74306,8.99897\n4641,1646228530,47.74306,8.99897\n4642,1646228531,47.74306,8.99897\n4643,1646228532,47.74306,8.99897\n4644,1646228533,47.74306,8.99897\n4645,1646228534,47.74306,8.99897\n4646,1646228535,47.74306,8.99897\n4647,1646228536,47.74306,8.99897\n4648,1646228537,47.74306,8.99897\n4649,1646228538,47.74306,8.99897\n4650,1646228539,47.74306,8.99897\n4651,1646228540,47.74306,8.99897\n4652,1646228541,47.74306,8.99897\n4653,1646228542,47.74306,8.99897\n4654,1646228543,47.74306,8.99897\n4655,1646228544,47.74306,8.99897\n4656,1646228545,47.74306,8.99897\n4657,1646228546,47.74306,8.99897\n4658,1646228547,47.74306,8.99897\n4659,1646228548,47.74306,8.99897\n4660,1646228549,47.74306,8.99897\n4661,1646228550,47.74306,8.99897\n4662,1646228551,47.74306,8.99897\n4663,1646228552,47.74306,8.99897\n4664,1646228553,47.74306,8.99897\n4665,1646228554,47.74306,8.99897\n4666,1646228555,47.74306,8.99897\n4667,1646228556,47.74306,8.99897\n4668,1646228557,47.74306,8.99897\n4669,1646228558,47.74306,8.99897\n4670,1646228559,47.74306,8.99897\n4671,1646228560,47.74306,8.99897\n4672,1646228561,47.74306,8.99897\n4673,1646228562,47.74306,8.99897\n4674,1646228563,47.74306,8.99897\n4675,1646228564,47.74306,8.99897\n4676,1646228565,47.74306,8.99897\n4677,1646228566,47.74306,8.99897\n4678,1646228567,47.74306,8.99897\n4679,1646228568,47.74306,8.99897\n4680,1646228569,47.74306,8.99897\n4681,1646228570,47.74306,8.99897\n4682,1646228571,47.74306,8.99897\n4683,1646228572,47.74306,8.99897\n4684,1646228573,47.74306,8.99897\n4685,1646228574,47.74306,8.99897\n4686,1646228575,47.74306,8.99897\n4687,1646228576,47.74306,8.99897\n4688,1646228577,47.74306,8.99897\n4689,1646228578,47.74306,8.99897\n4690,1646228579,47.74306,8.99897\n4691,1646228580,47.74306,8.99897\n4692,1646228581,47.74306,8.99897\n4693,1646228582,47.74306,8.99897\n4694,1646228583,47.74306,8.99897\n4695,1646228584,47.74306,8.99897\n4696,1646228585,47.74306,8.99897\n4697,1646228586,47.74306,8.99897\n4698,1646228587,47.74306,8.99897\n4699,1646228588,47.74306,8.99897\n4700,1646228589,47.74306,8.99897\n4701,1646228590,47.74306,8.99897\n4702,1646228591,47.74306,8.99897\n4703,1646228592,47.74306,8.99897\n4704,1646228593,47.74306,8.99897\n4705,1646228594,47.74306,8.99897\n4706,1646228595,47.74306,8.99897\n4707,1646228596,47.74306,8.99897\n4708,1646228597,47.74306,8.99897\n4709,1646228598,47.74306,8.99897\n4710,1646228599,47.74306,8.99897\n4711,1646228600,47.74306,8.99897\n4712,1646228601,47.74306,8.99897\n4713,1646228602,47.74306,8.99897\n4714,1646228603,47.74306,8.99897\n4715,1646228604,47.74306,8.99897\n4716,1646228605,47.74306,8.99897\n4717,1646228606,47.74306,8.99897\n4718,1646228607,47.74306,8.99897\n4719,1646228608,47.74306,8.99897\n4720,1646228609,47.74306,8.99897\n4721,1646228610,47.74306,8.99897\n4722,1646228611,47.74306,8.99897\n4723,1646228612,47.74306,8.99897\n4724,1646228613,47.74306,8.99897\n4725,1646228614,47.74306,8.99897\n4726,1646228615,47.74306,8.99897\n4727,1646228616,47.74306,8.99897\n4728,1646228617,47.74306,8.99897\n4729,1646228618,47.74306,8.99897\n4730,1646228619,47.74306,8.99897\n4731,1646228620,47.74306,8.99897\n4732,1646228621,47.74306,8.99897\n4733,1646228622,47.74306,8.99897\n4734,1646228623,47.74306,8.99897\n4735,1646228624,47.74306,8.99897\n4736,1646228625,47.74306,8.99897\n4737,1646228626,47.74306,8.99897\n4738,1646228627,47.74306,8.99897\n4739,1646228628,47.74306,8.99897\n4740,1646228629,47.74306,8.99897\n4741,1646228630,47.74306,8.99897\n4742,1646228631,47.74306,8.99897\n4743,1646228632,47.74306,8.99897\n4744,1646228633,47.74306,8.99897\n4745,1646228634,47.74306,8.99897\n4746,1646228635,47.74306,8.99897\n4747,1646228636,47.74306,8.99897\n4748,1646228637,47.74306,8.99897\n4749,1646228638,47.74306,8.99897\n4750,1646228639,47.74306,8.99897\n4751,1646228640,47.74306,8.99897\n4752,1646228641,47.74306,8.99897\n4753,1646228642,47.74306,8.99897\n4754,1646228643,47.74306,8.99897\n4755,1646228644,47.74306,8.99897\n4756,1646228645,47.74306,8.99897\n4757,1646228646,47.74306,8.99897\n4758,1646228647,47.74306,8.99897\n4759,1646228648,47.74306,8.99897\n4760,1646228649,47.74306,8.99897\n4761,1646228650,47.74306,8.99897\n4762,1646228651,47.74306,8.99897\n4763,1646228652,47.74306,8.99897\n4764,1646228653,47.74306,8.99897\n4765,1646228654,47.74306,8.99897\n4766,1646228655,47.74306,8.99897\n4767,1646228656,47.74306,8.99897\n4768,1646228657,47.74306,8.99897\n4769,1646228658,47.74306,8.99897\n4770,1646228659,47.74306,8.99897\n4771,1646228660,47.74306,8.99897\n4772,1646228661,47.74306,8.99897\n4773,1646228662,47.74306,8.99897\n4774,1646228663,47.74306,8.99897\n4775,1646228664,47.74306,8.99897\n4776,1646228665,47.74306,8.99897\n4777,1646228666,47.74306,8.99897\n4778,1646228667,47.74306,8.99897\n4779,1646228668,47.74306,8.99897\n4780,1646228669,47.74306,8.99897\n4781,1646228670,47.74306,8.99897\n4782,1646228671,47.74306,8.99897\n4783,1646228672,47.74306,8.99897\n4784,1646228673,47.74306,8.99897\n4785,1646228674,47.74306,8.99897\n4786,1646228675,47.74306,8.99897\n4787,1646228676,47.74306,8.99897\n4788,1646228677,47.74306,8.99897\n4789,1646228678,47.74306,8.99897\n4790,1646228679,47.74306,8.99897\n4791,1646228680,47.74306,8.99897\n4792,1646228681,47.74306,8.99897\n4793,1646228682,47.74306,8.99897\n4794,1646228683,47.74306,8.99897\n4795,1646228684,47.74306,8.99897\n4796,1646228685,47.74306,8.99897\n4797,1646228686,47.74306,8.99897\n4798,1646228687,47.74306,8.99897\n4799,1646228688,47.74306,8.99897\n4800,1646228689,47.74306,8.99897\n4801,1646228690,47.74306,8.99897\n4802,1646228691,47.74306,8.99897\n4803,1646228692,47.74306,8.99897\n4804,1646228693,47.74306,8.99897\n4805,1646228694,47.74306,8.99897\n4806,1646228695,47.74306,8.99897\n4807,1646228696,47.74306,8.99897\n4808,1646228697,47.74306,8.99897\n4809,1646228698,47.74306,8.99897\n4810,1646228699,47.74306,8.99897\n4811,1646228700,47.74306,8.99897\n4812,1646228701,47.74306,8.99897\n4813,1646228702,47.74306,8.99897\n4814,1646228703,47.74306,8.99897\n4815,1646228704,47.74306,8.99897\n4816,1646228705,47.74306,8.99897\n4817,1646228706,47.74306,8.99897\n4818,1646228707,47.74306,8.99897\n4819,1646228708,47.74306,8.99897\n4820,1646228709,47.74306,8.99897\n4821,1646228710,47.74306,8.99897\n4822,1646228711,47.74306,8.99897\n4823,1646228712,47.74306,8.99897\n4824,1646228713,47.74306,8.99897\n4825,1646228714,47.74306,8.99897\n4826,1646228715,47.74306,8.99897\n4827,1646228716,47.74306,8.99897\n4828,1646228717,47.74306,8.99897\n4829,1646228718,47.74306,8.99897\n4830,1646228719,47.74306,8.99897\n4831,1646228720,47.74306,8.99897\n4832,1646228721,47.74306,8.99897\n4833,1646228722,47.74306,8.99897\n4834,1646228723,47.74306,8.99897\n4835,1646228724,47.74306,8.99897\n4836,1646228725,47.74306,8.99897\n4837,1646228726,47.74306,8.99897\n4838,1646228727,47.74306,8.99897\n4839,1646228728,47.74306,8.99897\n4840,1646228729,47.74306,8.99897\n4841,1646228730,47.74306,8.99897\n4842,1646228731,47.74306,8.99897\n4843,1646228732,47.74306,8.99897\n4844,1646228733,47.74306,8.99897\n4845,1646228734,47.74306,8.99897\n4846,1646228735,47.74306,8.99897\n4847,1646228736,47.74306,8.99897\n4848,1646228737,47.74306,8.99897\n4849,1646228738,47.74306,8.99897\n4850,1646228739,47.74306,8.99897\n4851,1646228740,47.74306,8.99897\n4852,1646228741,47.74306,8.99897\n4853,1646228742,47.74306,8.99897\n4854,1646228743,47.74306,8.99897\n4855,1646228744,47.74306,8.99897\n4856,1646228745,47.74306,8.99897\n4857,1646228746,47.74306,8.99897\n4858,1646228747,47.74306,8.99897\n4859,1646228748,47.74306,8.99897\n4860,1646228749,47.74306,8.99897\n4861,1646228750,47.74306,8.99897\n4862,1646228751,47.74306,8.99897\n4863,1646228752,47.74306,8.99897\n4864,1646228753,47.74306,8.99897\n4865,1646228754,47.74306,8.99897\n4866,1646228755,47.74306,8.99897\n4867,1646228756,47.74306,8.99897\n4868,1646228757,47.74306,8.99897\n4869,1646228758,47.74306,8.99897\n4870,1646228759,47.74306,8.99897\n4871,1646228760,47.74306,8.99897\n4872,1646228761,47.74306,8.99897\n4873,1646228762,47.74306,8.99897\n4874,1646228763,47.74306,8.99897\n4875,1646228764,47.74306,8.99897\n4876,1646228765,47.74306,8.99897\n4877,1646228766,47.74306,8.99897\n4878,1646228767,47.74306,8.99897\n4879,1646228768,47.74306,8.99897\n4880,1646228769,47.74306,8.99897\n4881,1646228770,47.74306,8.99897\n4882,1646228771,47.74306,8.99897\n4883,1646228772,47.74306,8.99897\n4884,1646228773,47.74306,8.99897\n4885,1646228774,47.74306,8.99897\n4886,1646228775,47.74306,8.99897\n4887,1646228776,47.74306,8.99897\n4888,1646228777,47.74306,8.99897\n4889,1646228778,47.74306,8.99897\n4890,1646228779,47.74306,8.99897\n4891,1646228780,47.74306,8.99897\n4892,1646228781,47.74306,8.99897\n4893,1646228782,47.74306,8.99897\n4894,1646228783,47.74306,8.99897\n4895,1646228784,47.74306,8.99897\n4896,1646228785,47.74306,8.99897\n4897,1646228786,47.74306,8.99897\n4898,1646228787,47.74306,8.99897\n4899,1646228788,47.74306,8.99897\n4900,1646228789,47.74306,8.99897\n4901,1646228790,47.74306,8.99897\n4902,1646228791,47.74306,8.99897\n4903,1646228792,47.74306,8.99897\n4904,1646228793,47.74306,8.99897\n4905,1646228794,47.74306,8.99897\n4906,1646228795,47.74306,8.99897\n4907,1646228796,47.74306,8.99897\n4908,1646228797,47.74306,8.99897\n4909,1646228798,47.74306,8.99897\n4910,1646228799,47.74306,8.99897\n4911,1646228800,47.74306,8.99897\n4912,1646228801,47.74306,8.99897\n4913,1646228802,47.74306,8.99897\n4914,1646228803,47.74306,8.99897\n4915,1646228804,47.74306,8.99897\n4916,1646228805,47.74306,8.99897\n4917,1646228806,47.74306,8.99897\n4918,1646228807,47.74306,8.99897\n4919,1646228808,47.74306,8.99897\n4920,1646228809,47.74306,8.99897\n4921,1646228810,47.74306,8.99897\n4922,1646228811,47.74306,8.99897\n4923,1646228812,47.74306,8.99897\n4924,1646228813,47.74306,8.99897\n4925,1646228814,47.74306,8.99897\n4926,1646228815,47.74306,8.99897\n4927,1646228816,47.74306,8.99897\n4928,1646228817,47.74306,8.99897\n4929,1646228818,47.74306,8.99897\n4930,1646228819,47.74306,8.99897\n4931,1646228820,47.74306,8.99897\n4932,1646228821,47.74306,8.99897\n4933,1646228822,47.74306,8.99897\n4934,1646228823,47.74306,8.99897\n4935,1646228824,47.74306,8.99897\n4936,1646228825,47.74306,8.99897\n4937,1646228826,47.74306,8.99897\n4938,1646228827,47.74306,8.99897\n4939,1646228828,47.74306,8.99897\n4940,1646228829,47.74306,8.99897\n4941,1646228830,47.74306,8.99897\n4942,1646228831,47.74306,8.99897\n4943,1646228832,47.74306,8.99897\n4944,1646228833,47.74306,8.99897\n4945,1646228834,47.74306,8.99897\n4946,1646228835,47.74306,8.99897\n4947,1646228836,47.74306,8.99897\n4948,1646228837,47.74306,8.99897\n4949,1646228838,47.74306,8.99897\n4950,1646228839,47.74306,8.99897\n4951,1646228840,47.74306,8.99897\n4952,1646228841,47.74306,8.99897\n4953,1646228842,47.74306,8.99898\n4954,1646228843,47.74306,8.99898\n4955,1646228844,47.74306,8.99898\n4956,1646228845,47.74306,8.99898\n4957,1646228846,47.74306,8.99898\n4958,1646228847,47.74306,8.99898\n4959,1646228848,47.74306,8.99898\n4960,1646228849,47.74306,8.99898\n4961,1646228850,47.74306,8.99898\n4962,1646228851,47.74306,8.99898\n4963,1646228852,47.74306,8.99898\n4964,1646228853,47.74306,8.99898\n4965,1646228854,47.74306,8.99898\n4966,1646228855,47.74306,8.99898\n4967,1646228856,47.74306,8.99898\n4968,1646228857,47.74306,8.99898\n4969,1646228858,47.74306,8.99898\n4970,1646228859,47.74306,8.99898\n4971,1646228860,47.74306,8.99898\n4972,1646228861,47.74306,8.99898\n4973,1646228862,47.74306,8.99898\n4974,1646228863,47.74306,8.99898\n4975,1646228864,47.74306,8.99898\n4976,1646228865,47.74306,8.99898\n4977,1646228866,47.74306,8.99898\n4978,1646228867,47.74306,8.99898\n4979,1646228868,47.74306,8.99898\n4980,1646228869,47.74306,8.99898\n4981,1646228870,47.74306,8.99898\n4982,1646228871,47.74306,8.99898\n4983,1646228872,47.74306,8.99898\n4984,1646228873,47.74306,8.99898\n4985,1646228874,47.74306,8.99898\n4986,1646228875,47.74306,8.99898\n4987,1646228876,47.74306,8.99898\n4988,1646228877,47.74306,8.99898\n4989,1646228878,47.74306,8.99898\n4990,1646228879,47.74306,8.99898\n4991,1646228880,47.74306,8.99898\n4992,1646228881,47.74306,8.99898\n4993,1646228882,47.74306,8.99898\n4994,1646228883,47.74306,8.99898\n4995,1646228884,47.74306,8.99898\n4996,1646228885,47.74306,8.99898\n4997,1646228886,47.74306,8.99898\n4998,1646228887,47.74306,8.99898\n4999,1646228888,47.74306,8.99898\n5000,1646228889,47.74306,8.99898\n5001,1646228890,47.74306,8.99898\n5002,1646228891,47.74306,8.99898\n5003,1646228892,47.74306,8.99898\n5004,1646228893,47.74306,8.99898\n5005,1646228894,47.74306,8.99898\n5006,1646228895,47.74306,8.99898\n5007,1646228896,47.74306,8.99898\n5008,1646228897,47.74306,8.99898\n5009,1646228898,47.74306,8.99898\n5010,1646228899,47.74306,8.99898\n5011,1646228900,47.74306,8.99898\n5012,1646228901,47.74306,8.99898\n5013,1646228902,47.74306,8.99898\n5014,1646228903,47.74306,8.99898\n5015,1646228904,47.74306,8.99898\n5016,1646228905,47.74306,8.99898\n5017,1646228906,47.74306,8.99898\n5018,1646228907,47.74306,8.99898\n5019,1646228908,47.74306,8.99898\n5020,1646228909,47.74306,8.99898\n5021,1646228910,47.74306,8.99898\n5022,1646228911,47.74306,8.99898\n5023,1646228912,47.74306,8.99898\n5024,1646228913,47.74306,8.99898\n5025,1646228914,47.74306,8.99898\n5026,1646228915,47.74306,8.99898\n5027,1646228916,47.74306,8.99898\n5028,1646228917,47.74306,8.99898\n5029,1646228918,47.74306,8.99898\n5030,1646228919,47.74306,8.99898\n5031,1646228920,47.74306,8.99898\n5032,1646228921,47.74306,8.99898\n5033,1646228922,47.74306,8.99898\n5034,1646228923,47.74306,8.99898\n5035,1646228924,47.74306,8.99898\n5036,1646228925,47.74306,8.99898\n5037,1646228926,47.74306,8.99898\n5038,1646228927,47.74306,8.99898\n5039,1646228928,47.74306,8.99898\n5040,1646228929,47.74306,8.99898\n5041,1646228930,47.74306,8.99898\n5042,1646228931,47.74306,8.99898\n5043,1646228932,47.74306,8.99898\n5044,1646228933,47.74306,8.99898\n5045,1646228934,47.74306,8.99898\n5046,1646228935,47.74306,8.99898\n5047,1646228936,47.74306,8.99898\n5048,1646228937,47.74306,8.99898\n5049,1646228938,47.74306,8.99898\n5050,1646228939,47.74306,8.99898\n5051,1646228940,47.74306,8.99898\n5052,1646228941,47.74306,8.99898\n5053,1646228942,47.74306,8.99898\n5054,1646228943,47.74306,8.99898\n5055,1646228944,47.74306,8.99898\n5056,1646228945,47.74306,8.99898\n5057,1646228946,47.74306,8.99898\n5058,1646228947,47.74306,8.99898\n5059,1646228948,47.74306,8.99898\n5060,1646228949,47.74306,8.99898\n5061,1646228950,47.74306,8.99898\n5062,1646228951,47.74306,8.99898\n5063,1646228952,47.74306,8.99898\n5064,1646228953,47.74306,8.99898\n5065,1646228954,47.74306,8.99898\n5066,1646228955,47.74306,8.99898\n5067,1646228956,47.74306,8.99898\n5068,1646228957,47.74306,8.99898\n5069,1646228958,47.74306,8.99898\n5070,1646228959,47.74306,8.99898\n5071,1646228960,47.74306,8.99898\n5072,1646228961,47.74306,8.99898\n5073,1646228962,47.74306,8.99898\n5074,1646228963,47.74306,8.99898\n5075,1646228964,47.74306,8.99898\n5076,1646228965,47.74306,8.99898\n5077,1646228966,47.74306,8.99898\n5078,1646228967,47.74306,8.99898\n5079,1646228968,47.74306,8.99898\n5080,1646228969,47.74306,8.99898\n5081,1646228970,47.74306,8.99898\n5082,1646228971,47.74306,8.99898\n5083,1646228972,47.74306,8.99898\n5084,1646228973,47.74306,8.99898\n5085,1646228974,47.74306,8.99898\n5086,1646228975,47.74306,8.99898\n5087,1646228976,47.74306,8.99898\n5088,1646228977,47.74306,8.99898\n5089,1646228978,47.74306,8.99898\n5090,1646228979,47.74306,8.99898\n5091,1646228980,47.74306,8.99898\n5092,1646228981,47.74306,8.99898\n5093,1646228982,47.74306,8.99898\n5094,1646228983,47.74306,8.99898\n5095,1646228984,47.74306,8.99898\n5096,1646228985,47.74306,8.99898\n5097,1646228986,47.74306,8.99898\n5098,1646228987,47.74306,8.99898\n5099,1646228988,47.74306,8.99898\n5100,1646228989,47.74306,8.99898\n5101,1646228990,47.74306,8.99898\n5102,1646228991,47.74306,8.99898\n5103,1646228992,47.74306,8.99898\n5104,1646228993,47.74306,8.99898\n5105,1646228994,47.74306,8.99898\n5106,1646228995,47.74306,8.99898\n5107,1646228996,47.74306,8.99898\n5108,1646228997,47.74306,8.99898\n5109,1646228998,47.74306,8.99898\n5110,1646228999,47.74306,8.99898\n5111,1646229000,47.74306,8.99898\n5112,1646229001,47.74306,8.99898\n5113,1646229002,47.74306,8.99898\n5114,1646229003,47.74306,8.99898\n5115,1646229004,47.74306,8.99898\n5116,1646229005,47.74306,8.99898\n5117,1646229006,47.74306,8.99898\n5118,1646229007,47.74306,8.99898\n5119,1646229008,47.74306,8.99898\n5120,1646229009,47.74306,8.99898\n5121,1646229010,47.74306,8.99898\n5122,1646229011,47.74306,8.99898\n5123,1646229012,47.74306,8.99898\n5124,1646229013,47.74306,8.99898\n5125,1646229014,47.74306,8.99898\n5126,1646229015,47.74306,8.99898\n5127,1646229016,47.74306,8.99898\n5128,1646229017,47.74306,8.99898\n5129,1646229018,47.74306,8.99898\n5130,1646229019,47.74306,8.99898\n5131,1646229020,47.74306,8.99898\n5132,1646229021,47.74306,8.99898\n5133,1646229022,47.74306,8.99898\n5134,1646229023,47.74306,8.99898\n5135,1646229024,47.74306,8.99898\n5136,1646229025,47.74306,8.99898\n5137,1646229026,47.74306,8.99898\n5138,1646229027,47.74306,8.99898\n5139,1646229028,47.74306,8.99898\n5140,1646229029,47.74306,8.99898\n5141,1646229030,47.74306,8.99898\n5142,1646229031,47.74306,8.99898\n5143,1646229032,47.74306,8.99898\n5144,1646229033,47.74306,8.99898\n5145,1646229034,47.74306,8.99898\n5146,1646229035,47.74306,8.99898\n5147,1646229036,47.74306,8.99898\n5148,1646229037,47.74306,8.99898\n5149,1646229038,47.74306,8.99898\n5150,1646229039,47.74306,8.99898\n5151,1646229040,47.74306,8.99898\n5152,1646229041,47.74306,8.99898\n5153,1646229042,47.74306,8.99898\n5154,1646229043,47.74306,8.99898\n5155,1646229044,47.74306,8.99898\n5156,1646229045,47.74306,8.99898\n5157,1646229046,47.74306,8.99898\n5158,1646229047,47.74306,8.99898\n5159,1646229048,47.74306,8.99898\n5160,1646229049,47.74306,8.99898\n5161,1646229050,47.74306,8.99898\n5162,1646229051,47.74306,8.99898\n5163,1646229052,47.74306,8.99898\n5164,1646229053,47.74306,8.99898\n5165,1646229054,47.74306,8.99898\n5166,1646229055,47.74306,8.99898\n5167,1646229056,47.74306,8.99898\n5168,1646229057,47.74306,8.99898\n5169,1646229058,47.74306,8.99898\n5170,1646229059,47.74306,8.99898\n5171,1646229060,47.74306,8.99898\n5172,1646229061,47.74306,8.99898\n5173,1646229062,47.74306,8.99898\n5174,1646229063,47.74306,8.99898\n5175,1646229064,47.74306,8.99898\n5176,1646229065,47.74306,8.99898\n5177,1646229066,47.74306,8.99898\n5178,1646229067,47.74306,8.99898\n5179,1646229068,47.74306,8.99898\n5180,1646229069,47.74306,8.99898\n5181,1646229070,47.74306,8.99898\n5182,1646229071,47.74306,8.99898\n5183,1646229072,47.74306,8.99898\n5184,1646229073,47.74306,8.99898\n5185,1646229074,47.74306,8.99898\n5186,1646229075,47.74306,8.99898\n5187,1646229076,47.74306,8.99898\n5188,1646229077,47.74306,8.99898\n5189,1646229078,47.74306,8.99898\n5190,1646229079,47.74306,8.99898\n5191,1646229080,47.74306,8.99898\n5192,1646229081,47.74306,8.99898\n5193,1646229082,47.74306,8.99898\n5194,1646229083,47.74306,8.99898\n5195,1646229084,47.74306,8.99898\n5196,1646229085,47.74306,8.99898\n5197,1646229086,47.74306,8.99898\n5198,1646229087,47.74306,8.99898\n5199,1646229088,47.74306,8.99898\n5200,1646229089,47.74306,8.99898\n5201,1646229090,47.74306,8.99898\n5202,1646229091,47.74306,8.99898\n5203,1646229092,47.74306,8.99898\n5204,1646229093,47.74306,8.99898\n5205,1646229094,47.74306,8.99898\n5206,1646229095,47.74306,8.99898\n5207,1646229096,47.74306,8.99898\n5208,1646229097,47.74306,8.99898\n5209,1646229098,47.74306,8.99898\n5210,1646229099,47.74306,8.99898\n5211,1646229100,47.74306,8.99898\n5212,1646229101,47.74306,8.99898\n5213,1646229102,47.74306,8.99898\n5214,1646229103,47.74306,8.99898\n5215,1646229104,47.74306,8.99898\n5216,1646229105,47.74306,8.99898\n5217,1646229106,47.74306,8.99898\n5218,1646229107,47.74306,8.99898\n5219,1646229108,47.74306,8.99898\n5220,1646229109,47.74306,8.99898\n5221,1646229110,47.74306,8.99898\n5222,1646229111,47.74306,8.99898\n5223,1646229112,47.74306,8.99898\n5224,1646229113,47.74306,8.99898\n5225,1646229114,47.74306,8.99898\n5226,1646229115,47.74306,8.99898\n5227,1646229116,47.74306,8.99898\n5228,1646229117,47.74306,8.99898\n5229,1646229118,47.74306,8.99898\n5230,1646229119,47.74306,8.99898\n5231,1646229120,47.74306,8.99898\n5232,1646229121,47.74306,8.99898\n5233,1646229122,47.74306,8.99898\n5234,1646229123,47.74306,8.99898\n5235,1646229124,47.74306,8.99898\n5236,1646229125,47.74306,8.99898\n5237,1646229126,47.74306,8.99898\n5238,1646229127,47.74306,8.99898\n5239,1646229128,47.74306,8.99898\n5240,1646229129,47.74306,8.99898\n5241,1646229130,47.74306,8.99898\n5242,1646229131,47.74306,8.99898\n5243,1646229132,47.74306,8.99898\n5244,1646229133,47.74306,8.99898\n5245,1646229134,47.74306,8.99898\n5246,1646229135,47.74306,8.99898\n5247,1646229136,47.74306,8.99898\n5248,1646229137,47.74306,8.99898\n5249,1646229138,47.74306,8.99898\n5250,1646229139,47.74306,8.99898\n5251,1646229140,47.74306,8.99898\n5252,1646229141,47.74306,8.99898\n5253,1646229142,47.74306,8.99898\n5254,1646229143,47.74306,8.99898\n5255,1646229144,47.74306,8.99898\n5256,1646229145,47.74306,8.99898\n5257,1646229146,47.74306,8.99898\n5258,1646229147,47.74306,8.99898\n5259,1646229148,47.74306,8.99898\n5260,1646229149,47.74306,8.99898\n5261,1646229150,47.74306,8.99898\n5262,1646229151,47.74306,8.99898\n5263,1646229152,47.74306,8.99898\n5264,1646229153,47.74306,8.99898\n5265,1646229154,47.74306,8.99898\n5266,1646229155,47.74306,8.99898\n5267,1646229156,47.74306,8.99898\n5268,1646229157,47.74306,8.99898\n5269,1646229158,47.74306,8.99898\n5270,1646229159,47.74306,8.99898\n5271,1646229160,47.74306,8.99898\n5272,1646229161,47.74306,8.99898\n5273,1646229162,47.74306,8.99898\n5274,1646229163,47.74306,8.99898\n5275,1646229164,47.74306,8.99898\n5276,1646229165,47.74306,8.99898\n5277,1646229166,47.74306,8.99898\n5278,1646229167,47.74306,8.99898\n5279,1646229168,47.74306,8.99898\n5280,1646229169,47.74306,8.99898\n5281,1646229170,47.74306,8.99898\n5282,1646229171,47.74306,8.99898\n5283,1646229172,47.74306,8.99898\n5284,1646229173,47.74306,8.99898\n5285,1646229174,47.74306,8.99898\n5286,1646229175,47.74306,8.99898\n5287,1646229176,47.74306,8.99898\n5288,1646229177,47.74306,8.99898\n5289,1646229178,47.74306,8.99898\n5290,1646229179,47.74306,8.99898\n5291,1646229180,47.74306,8.99898\n5292,1646229181,47.74306,8.99898\n5293,1646229182,47.74306,8.99898\n5294,1646229183,47.74306,8.99898\n5295,1646229184,47.74306,8.99898\n5296,1646229185,47.74306,8.99898\n5297,1646229186,47.74306,8.99898\n5298,1646229187,47.74306,8.99898\n5299,1646229188,47.74306,8.99898\n5300,1646229189,47.74306,8.99898\n5301,1646229190,47.74306,8.99898\n5302,1646229191,47.74306,8.99898\n5303,1646229192,47.74306,8.99898\n5304,1646229193,47.74306,8.99898\n5305,1646229194,47.74306,8.99898\n5306,1646229195,47.74306,8.99898\n5307,1646229196,47.74306,8.99898\n5308,1646229197,47.74306,8.99898\n5309,1646229198,47.74306,8.99898\n5310,1646229199,47.74306,8.99898\n5311,1646229200,47.74306,8.99898\n5312,1646229201,47.74306,8.99898\n5313,1646229202,47.74306,8.99898\n5314,1646229203,47.74306,8.99898\n5315,1646229204,47.74306,8.99898\n5316,1646229205,47.74306,8.99898\n5317,1646229206,47.74306,8.99898\n5318,1646229207,47.74306,8.99898\n5319,1646229208,47.74306,8.99898\n5320,1646229209,47.74306,8.99898\n5321,1646229210,47.74306,8.99898\n5322,1646229211,47.74306,8.99898\n5323,1646229212,47.74306,8.99898\n5324,1646229213,47.74306,8.99898\n5325,1646229214,47.74306,8.99898\n5326,1646229215,47.74306,8.99898\n5327,1646229216,47.74306,8.99898\n5328,1646229217,47.74306,8.99898\n5329,1646229218,47.74306,8.99898\n5330,1646229219,47.74306,8.99898\n5331,1646229220,47.74306,8.99898\n5332,1646229221,47.74306,8.99898\n5333,1646229222,47.74306,8.99898\n5334,1646229223,47.74306,8.99898\n5335,1646229224,47.74306,8.99898\n5336,1646229225,47.74306,8.99898\n5337,1646229226,47.74306,8.99898\n5338,1646229227,47.74306,8.99898\n5339,1646229228,47.74306,8.99898\n5340,1646229229,47.74306,8.99898\n5341,1646229230,47.74306,8.99898\n5342,1646229231,47.74306,8.99898\n5343,1646229232,47.74306,8.99898\n5344,1646229233,47.74306,8.99898\n5345,1646229234,47.74306,8.99898\n5346,1646229235,47.74306,8.99898\n5347,1646229236,47.74306,8.99898\n5348,1646229237,47.74306,8.99898\n5349,1646229238,47.74306,8.99898\n5350,1646229239,47.74306,8.99898\n5351,1646229240,47.74306,8.99898\n5352,1646229241,47.74306,8.99898\n5353,1646229242,47.74306,8.99898\n5354,1646229243,47.74306,8.99898\n5355,1646229244,47.74306,8.99898\n5356,1646229245,47.74306,8.99898\n5357,1646229246,47.74306,8.99898\n5358,1646229247,47.74306,8.99898\n5359,1646229248,47.74306,8.99898\n5360,1646229249,47.74306,8.99898\n5361,1646229250,47.74306,8.99898\n5362,1646229251,47.74306,8.99898\n5363,1646229252,47.74306,8.99898\n5364,1646229253,47.74306,8.99898\n5365,1646229254,47.74306,8.99898\n5366,1646229255,47.74306,8.99898\n5367,1646229256,47.74306,8.99898\n5368,1646229257,47.74306,8.99898\n5369,1646229258,47.74306,8.99898\n5370,1646229259,47.74306,8.99898\n5371,1646229260,47.74306,8.99898\n5372,1646229261,47.74306,8.99898\n5373,1646229262,47.74306,8.99898\n5374,1646229263,47.74306,8.99898\n5375,1646229264,47.74306,8.99898\n5376,1646229265,47.74306,8.99898\n5377,1646229266,47.74306,8.99898\n5378,1646229267,47.74306,8.99898\n5379,1646229268,47.74306,8.99898\n5380,1646229269,47.74306,8.99898\n5381,1646229270,47.74306,8.99898\n5382,1646229271,47.74306,8.99898\n5383,1646229272,47.74306,8.99898\n5384,1646229273,47.74306,8.99898\n5385,1646229274,47.74306,8.99898\n5386,1646229275,47.74306,8.99898\n5387,1646229276,47.74306,8.99898\n5388,1646229277,47.74306,8.99898\n5389,1646229278,47.74306,8.99898\n5390,1646229279,47.74306,8.99898\n5391,1646229280,47.74306,8.99898\n5392,1646229281,47.74306,8.99898\n5393,1646229282,47.74306,8.99898\n5394,1646229283,47.74306,8.99898\n5395,1646229284,47.74306,8.99898\n5396,1646229285,47.74306,8.99898\n5397,1646229286,47.74306,8.99898\n5398,1646229287,47.74306,8.99898\n5399,1646229288,47.74306,8.99898\n5400,1646229289,47.74306,8.99898\n5401,1646229290,47.74306,8.99898\n5402,1646229291,47.74306,8.99898\n5403,1646229292,47.74306,8.99898\n5404,1646229293,47.74306,8.99898\n5405,1646229294,47.74306,8.99898\n5406,1646229295,47.74306,8.99898\n5407,1646229296,47.74306,8.99898\n5408,1646229297,47.74306,8.99898\n5409,1646229298,47.74306,8.99898\n5410,1646229299,47.74306,8.99898\n5411,1646229300,47.74306,8.99898\n5412,1646229301,47.74306,8.99898\n5413,1646229302,47.74306,8.99898\n5414,1646229303,47.74306,8.99898\n5415,1646229304,47.74306,8.99898\n5416,1646229305,47.74306,8.99898\n5417,1646229306,47.74306,8.99898\n5418,1646229307,47.74306,8.99898\n5419,1646229308,47.74306,8.99898\n5420,1646229309,47.74306,8.99898\n5421,1646229310,47.74306,8.99898\n5422,1646229311,47.74306,8.99898\n5423,1646229312,47.74306,8.99898\n5424,1646229313,47.74306,8.99898\n5425,1646229314,47.74306,8.99898\n5426,1646229315,47.74306,8.99898\n5427,1646229316,47.74306,8.99898\n5428,1646229317,47.74306,8.99898\n5429,1646229318,47.74306,8.99898\n5430,1646229319,47.74306,8.99898\n5431,1646229320,47.74306,8.99898\n5432,1646229321,47.74306,8.99898\n5433,1646229322,47.74306,8.99898\n5434,1646229323,47.74306,8.99898\n5435,1646229324,47.74306,8.99898\n5436,1646229325,47.74306,8.99898\n5437,1646229326,47.74306,8.99898\n5438,1646229327,47.74306,8.99898\n5439,1646229328,47.74306,8.99898\n5440,1646229329,47.74306,8.99898\n5441,1646229330,47.74306,8.99898\n5442,1646229331,47.74306,8.99898\n5443,1646229332,47.74306,8.99898\n5444,1646229333,47.74306,8.99898\n5445,1646229334,47.74306,8.99898\n5446,1646229335,47.74306,8.99898\n5447,1646229336,47.74306,8.99898\n5448,1646229337,47.74306,8.99898\n5449,1646229338,47.74306,8.99898\n5450,1646229339,47.74306,8.99898\n5451,1646229340,47.74306,8.99898\n5452,1646229341,47.74306,8.99898\n5453,1646229342,47.74306,8.99898\n5454,1646229343,47.74306,8.99898\n5455,1646229344,47.74306,8.99898\n5456,1646229345,47.74306,8.99898\n5457,1646229346,47.74306,8.99898\n5458,1646229347,47.74306,8.99898\n5459,1646229348,47.74306,8.99898\n5460,1646229349,47.74306,8.99898\n5461,1646229350,47.74306,8.99898\n5462,1646229351,47.74306,8.99898\n5463,1646229352,47.74306,8.99898\n5464,1646229353,47.74306,8.99898\n5465,1646229354,47.74306,8.99898\n5466,1646229355,47.74306,8.99898\n5467,1646229356,47.74306,8.99898\n5468,1646229357,47.74306,8.99898\n5469,1646229358,47.74306,8.99898\n5470,1646229359,47.74306,8.99898\n5471,1646229360,47.74306,8.99898\n5472,1646229361,47.74306,8.99898\n5473,1646229362,47.74306,8.99898\n5474,1646229363,47.74306,8.99898\n5475,1646229364,47.74306,8.99898\n5476,1646229365,47.74306,8.99898\n5477,1646229366,47.74306,8.99898\n5478,1646229367,47.74306,8.99898\n5479,1646229368,47.74306,8.99898\n5480,1646229369,47.74306,8.99898\n5481,1646229370,47.74306,8.99898\n5482,1646229371,47.74306,8.99898\n5483,1646229372,47.74306,8.99898\n5484,1646229373,47.74306,8.99898\n5485,1646229374,47.74306,8.99898\n5486,1646229375,47.74306,8.99898\n5487,1646229376,47.74306,8.99898\n5488,1646229377,47.74306,8.99898\n5489,1646229378,47.74306,8.99898\n5490,1646229379,47.74306,8.99898\n5491,1646229380,47.74306,8.99898\n5492,1646229381,47.74306,8.99898\n5493,1646229382,47.74306,8.99898\n5494,1646229383,47.74306,8.99898\n5495,1646229384,47.74306,8.99898\n5496,1646229385,47.74306,8.99898\n5497,1646229386,47.74306,8.99898\n5498,1646229387,47.74306,8.99898\n5499,1646229388,47.74306,8.99898\n5500,1646229389,47.74306,8.99898\n5501,1646229390,47.74306,8.99898\n5502,1646229391,47.74306,8.99898\n5503,1646229392,47.74306,8.99898\n5504,1646229393,47.74306,8.99898\n5505,1646229394,47.74306,8.99898\n5506,1646229395,47.74306,8.99898\n5507,1646229396,47.74306,8.99898\n5508,1646229397,47.74306,8.99898\n5509,1646229398,47.74306,8.99898\n5510,1646229399,47.74306,8.99898\n5511,1646229400,47.74306,8.99898\n5512,1646229401,47.74306,8.99898\n5513,1646229402,47.74306,8.99898\n5514,1646229403,47.74306,8.99898\n5515,1646229404,47.74306,8.99898\n5516,1646229405,47.74306,8.99898\n5517,1646229406,47.74306,8.99898\n5518,1646229407,47.74306,8.99898\n5519,1646229408,47.74306,8.99898\n5520,1646229409,47.74306,8.99898\n5521,1646229410,47.74306,8.99898\n5522,1646229411,47.74306,8.99898\n5523,1646229412,47.74306,8.99898\n5524,1646229413,47.74306,8.99898\n5525,1646229414,47.74306,8.99898\n5526,1646229415,47.74306,8.99898\n5527,1646229416,47.74306,8.99898\n5528,1646229417,47.74306,8.99898\n5529,1646229418,47.74306,8.99898\n5530,1646229419,47.74306,8.99898\n5531,1646229420,47.74306,8.99898\n5532,1646229421,47.74306,8.99898\n5533,1646229422,47.74306,8.99898\n5534,1646229423,47.74306,8.99898\n5535,1646229424,47.74306,8.99898\n5536,1646229425,47.74306,8.99898\n5537,1646229426,47.74306,8.99898\n5538,1646229427,47.74306,8.99898\n5539,1646229428,47.74306,8.99898\n5540,1646229429,47.74306,8.99898\n5541,1646229430,47.74306,8.99898\n5542,1646229431,47.74306,8.99898\n5543,1646229432,47.74306,8.99898\n5544,1646229433,47.74306,8.99898\n5545,1646229434,47.74306,8.99898\n5546,1646229435,47.74306,8.99898\n5547,1646229436,47.74306,8.99898\n5548,1646229437,47.74306,8.99898\n5549,1646229438,47.74306,8.99898\n5550,1646229439,47.74306,8.99898\n5551,1646229440,47.74306,8.99898\n5552,1646229441,47.74306,8.99898\n5553,1646229442,47.74306,8.99898\n5554,1646229443,47.74306,8.99898\n5555,1646229444,47.74306,8.99898\n5556,1646229445,47.74306,8.99898\n5557,1646229446,47.74306,8.99898\n5558,1646229447,47.74306,8.99898\n5559,1646229448,47.74306,8.99898\n5560,1646229449,47.74306,8.99898\n5561,1646229450,47.74306,8.99898\n5562,1646229451,47.74306,8.99898\n5563,1646229452,47.74306,8.99898\n5564,1646229453,47.74306,8.99898\n5565,1646229454,47.74306,8.99898\n5566,1646229455,47.74306,8.99898\n5567,1646229456,47.74306,8.99898\n5568,1646229457,47.74306,8.99898\n5569,1646229458,47.74306,8.99898\n5570,1646229459,47.74306,8.99898\n5571,1646229460,47.74306,8.99898\n5572,1646229461,47.74306,8.99898\n5573,1646229462,47.74306,8.99898\n5574,1646229463,47.74306,8.99898\n5575,1646229464,47.74306,8.99898\n5576,1646229465,47.74306,8.99898\n5577,1646229466,47.74306,8.99898\n5578,1646229467,47.74306,8.99898\n5579,1646229468,47.74306,8.99898\n5580,1646229469,47.74306,8.99898\n5581,1646229470,47.74306,8.99898\n5582,1646229471,47.74306,8.99898\n5583,1646229472,47.74306,8.99898\n5584,1646229473,47.74306,8.99898\n5585,1646229474,47.74306,8.99898\n5586,1646229475,47.74306,8.99898\n5587,1646229476,47.74306,8.99898\n5588,1646229477,47.74306,8.99898\n5589,1646229478,47.74306,8.99898\n5590,1646229479,47.74306,8.99898\n5591,1646229480,47.74306,8.99898\n5592,1646229481,47.74306,8.99898\n5593,1646229482,47.74306,8.99898\n5594,1646229483,47.74306,8.99898\n5595,1646229484,47.74306,8.99898\n5596,1646229485,47.74306,8.99898\n5597,1646229486,47.74306,8.99898\n5598,1646229487,47.74306,8.99898\n5599,1646229488,47.74306,8.99898\n5600,1646229489,47.74306,8.99898\n5601,1646229490,47.74306,8.99898\n5602,1646229491,47.74306,8.99898\n5603,1646229492,47.74306,8.99898\n5604,1646229493,47.74306,8.99898\n5605,1646229494,47.74306,8.99898\n5606,1646229495,47.74306,8.99898\n5607,1646229496,47.74306,8.99898\n5608,1646229497,47.74306,8.99898\n5609,1646229498,47.74306,8.99898\n5610,1646229499,47.74306,8.99898\n5611,1646229500,47.74306,8.99898\n5612,1646229501,47.74306,8.99898\n5613,1646229502,47.74306,8.99898\n5614,1646229503,47.74306,8.99898\n5615,1646229504,47.74306,8.99898\n5616,1646229505,47.74306,8.99898\n5617,1646229506,47.74306,8.99898\n5618,1646229507,47.74306,8.99898\n5619,1646229508,47.74306,8.99898\n5620,1646229509,47.74306,8.99898\n5621,1646229510,47.74306,8.99898\n5622,1646229511,47.74306,8.99898\n5623,1646229512,47.74306,8.99898\n5624,1646229513,47.74306,8.99898\n5625,1646229514,47.74306,8.99898\n5626,1646229515,47.74306,8.99898\n5627,1646229516,47.74306,8.99898\n5628,1646229517,47.74306,8.99898\n5629,1646229518,47.74306,8.99898\n5630,1646229519,47.74306,8.99898\n5631,1646229520,47.74306,8.99898\n5632,1646229521,47.74306,8.99898\n5633,1646229522,47.74306,8.99898\n5634,1646229523,47.74306,8.99898\n5635,1646229524,47.74306,8.99898\n5636,1646229525,47.74306,8.99898\n5637,1646229526,47.74306,8.99898\n5638,1646229527,47.74306,8.99898\n5639,1646229528,47.74306,8.99898\n5640,1646229529,47.74306,8.99898\n5641,1646229530,47.74306,8.99898\n5642,1646229531,47.74306,8.99898\n5643,1646229532,47.74306,8.99898\n5644,1646229533,47.74306,8.99898\n5645,1646229534,47.74306,8.99898\n5646,1646229535,47.74306,8.99898\n5647,1646229536,47.74306,8.99898\n5648,1646229537,47.74306,8.99898\n5649,1646229538,47.74306,8.99898\n5650,1646229539,47.74306,8.99898\n5651,1646229540,47.74306,8.99898\n5652,1646229541,47.74306,8.99898\n5653,1646229542,47.74306,8.99898\n5654,1646229543,47.74306,8.99898\n5655,1646229544,47.74306,8.99898\n5656,1646229545,47.74306,8.99898\n5657,1646229546,47.74306,8.99898\n5658,1646229547,47.74306,8.99898\n5659,1646229548,47.74306,8.99898\n5660,1646229549,47.74306,8.99898\n5661,1646229550,47.74306,8.99898\n5662,1646229551,47.74306,8.99898\n5663,1646229552,47.74306,8.99898\n5664,1646229553,47.74306,8.99898\n5665,1646229554,47.74306,8.99898\n5666,1646229555,47.74306,8.99898\n5667,1646229556,47.74306,8.99898\n5668,1646229557,47.74306,8.99898\n5669,1646229558,47.74306,8.99898\n5670,1646229559,47.74306,8.99898\n5671,1646229560,47.74306,8.99898\n5672,1646229561,47.74306,8.99898\n5673,1646229562,47.74306,8.99898\n5674,1646229563,47.74306,8.99898\n5675,1646229564,47.74306,8.99898\n5676,1646229565,47.74306,8.99898\n5677,1646229566,47.74306,8.99898\n5678,1646229567,47.74306,8.99898\n5679,1646229568,47.74306,8.99898\n5680,1646229569,47.74306,8.99898\n5681,1646229570,47.74306,8.99898\n5682,1646229571,47.74306,8.99898\n5683,1646229572,47.74306,8.99898\n5684,1646229573,47.74306,8.99898\n5685,1646229574,47.74306,8.99898\n5686,1646229575,47.74306,8.99898\n5687,1646229576,47.74306,8.99898\n5688,1646229577,47.74306,8.99898\n5689,1646229578,47.74306,8.99898\n5690,1646229579,47.74306,8.99898\n5691,1646229580,47.74306,8.99898\n5692,1646229581,47.74306,8.99898\n5693,1646229582,47.74306,8.99898\n5694,1646229583,47.74306,8.99898\n5695,1646229584,47.74306,8.99898\n5696,1646229585,47.74306,8.99898\n5697,1646229586,47.74306,8.99898\n5698,1646229587,47.74306,8.99898\n5699,1646229588,47.74306,8.99898\n5700,1646229589,47.74306,8.99898\n5701,1646229590,47.74306,8.99898\n5702,1646229591,47.74306,8.99898\n5703,1646229592,47.74306,8.99898\n5704,1646229593,47.74306,8.99898\n5705,1646229594,47.74306,8.99898\n5706,1646229595,47.74306,8.99898\n5707,1646229596,47.74306,8.99898\n5708,1646229597,47.74306,8.99898\n5709,1646229598,47.74306,8.99898\n5710,1646229599,47.74306,8.99898\n5711,1646229600,47.74306,8.99898\n5712,1646229601,47.74306,8.99898\n5713,1646229602,47.74306,8.99898\n5714,1646229603,47.74306,8.99898\n5715,1646229604,47.74306,8.99898\n5716,1646229605,47.74306,8.99898\n5717,1646229606,47.74306,8.99898\n5718,1646229607,47.74306,8.99898\n5719,1646229608,47.74306,8.99898\n5720,1646229609,47.74306,8.99898\n5721,1646229610,47.74306,8.99898\n5722,1646229611,47.74306,8.99898\n5723,1646229612,47.74306,8.99898\n5724,1646229613,47.74306,8.99898\n5725,1646229614,47.74306,8.99898\n5726,1646229615,47.74306,8.99898\n5727,1646229616,47.74306,8.99898\n5728,1646229617,47.74306,8.99898\n5729,1646229618,47.74306,8.99898\n5730,1646229619,47.74306,8.99898\n5731,1646229620,47.74306,8.99898\n5732,1646229621,47.74306,8.99898\n5733,1646229622,47.74306,8.99898\n5734,1646229623,47.74306,8.99898\n5735,1646229624,47.74306,8.99898\n5736,1646229625,47.74306,8.99898\n5737,1646229626,47.74306,8.99898\n5738,1646229627,47.74306,8.99898\n5739,1646229628,47.74306,8.99898\n5740,1646229629,47.74306,8.99898\n5741,1646229630,47.74306,8.99898\n5742,1646229631,47.74306,8.99898\n5743,1646229632,47.74306,8.99898\n5744,1646229633,47.74306,8.99898\n5745,1646229634,47.74306,8.99898\n5746,1646229635,47.74306,8.99898\n5747,1646229636,47.74306,8.99898\n5748,1646229637,47.74306,8.99898\n5749,1646229638,47.74306,8.99898\n5750,1646229639,47.74306,8.99898\n5751,1646229640,47.74306,8.99898\n5752,1646229641,47.74306,8.99898\n5753,1646229642,47.74306,8.99898\n5754,1646229643,47.74306,8.99898\n5755,1646229644,47.74306,8.99898\n5756,1646229645,47.74306,8.99898\n5757,1646229646,47.74306,8.99898\n5758,1646229647,47.74306,8.99898\n5759,1646229648,47.74306,8.99898\n5760,1646229649,47.74306,8.99898\n5761,1646229650,47.74306,8.99898\n5762,1646229651,47.74306,8.99898\n5763,1646229652,47.74306,8.99898\n5764,1646229653,47.74306,8.99898\n5765,1646229654,47.74306,8.99898\n5766,1646229655,47.74306,8.99898\n5767,1646229656,47.74306,8.99898\n5768,1646229657,47.74306,8.99898\n5769,1646229658,47.74306,8.99898\n5770,1646229659,47.74306,8.99898\n5771,1646229660,47.74306,8.99898\n5772,1646229661,47.74306,8.99898\n5773,1646229662,47.74306,8.99898\n5774,1646229663,47.74306,8.99898\n5775,1646229664,47.74306,8.99898\n5776,1646229665,47.74306,8.99898\n5777,1646229666,47.74306,8.99898\n5778,1646229667,47.74306,8.99898\n5779,1646229668,47.74306,8.99898\n5780,1646229669,47.74306,8.99898\n5781,1646229670,47.74306,8.99898\n5782,1646229671,47.74306,8.99898\n5783,1646229672,47.74306,8.99898\n5784,1646229673,47.74306,8.99898\n5785,1646229674,47.74306,8.99898\n5786,1646229675,47.74306,8.99898\n5787,1646229676,47.74306,8.99898\n5788,1646229677,47.74306,8.99898\n5789,1646229678,47.74306,8.99898\n5790,1646229679,47.74306,8.99898\n5791,1646229680,47.74306,8.99898\n5792,1646229681,47.74306,8.99898\n5793,1646229682,47.74306,8.99898\n5794,1646229683,47.74306,8.99898\n5795,1646229684,47.74306,8.99898\n5796,1646229685,47.74306,8.99898\n5797,1646229686,47.74306,8.99898\n5798,1646229687,47.74306,8.99898\n5799,1646229688,47.74306,8.99898\n5800,1646229689,47.74306,8.99898\n5801,1646229690,47.74306,8.99898\n5802,1646229691,47.74306,8.99898\n5803,1646229692,47.74306,8.99898\n5804,1646229693,47.74306,8.99898\n5805,1646229694,47.74306,8.99898\n5806,1646229695,47.74306,8.99898\n5807,1646229696,47.74306,8.99898\n5808,1646229697,47.74306,8.99898\n5809,1646229698,47.74306,8.99898\n5810,1646229699,47.74306,8.99898\n5811,1646229700,47.74306,8.99898\n5812,1646229701,47.74306,8.99898\n5813,1646229702,47.74306,8.99898\n5814,1646229703,47.74306,8.99898\n5815,1646229704,47.74306,8.99898\n5816,1646229705,47.74306,8.99898\n5817,1646229706,47.74306,8.99898\n5818,1646229707,47.74306,8.99898\n5819,1646229708,47.74306,8.99898\n5820,1646229709,47.74306,8.99898\n5821,1646229710,47.74306,8.99898\n5822,1646229711,47.74306,8.99898\n5823,1646229712,47.74306,8.99898\n5824,1646229713,47.74306,8.99898\n5825,1646229714,47.74306,8.99898\n5826,1646229715,47.74306,8.99898\n5827,1646229716,47.74306,8.99898\n5828,1646229717,47.74306,8.99898\n5829,1646229718,47.74306,8.99898\n5830,1646229719,47.74306,8.99898\n5831,1646229720,47.74306,8.99898\n5832,1646229721,47.74306,8.99898\n5833,1646229722,47.74306,8.99898\n5834,1646229723,47.74306,8.99898\n5835,1646229724,47.74306,8.99898\n5836,1646229725,47.74306,8.99898\n5837,1646229726,47.74306,8.99898\n5838,1646229727,47.74306,8.99898\n5839,1646229728,47.74306,8.99898\n5840,1646229729,47.74306,8.99898\n5841,1646229730,47.74306,8.99898\n5842,1646229731,47.74306,8.99898\n5843,1646229732,47.74306,8.99898\n5844,1646229733,47.74306,8.99898\n5845,1646229734,47.74306,8.99898\n5846,1646229735,47.74306,8.99898\n5847,1646229736,47.74306,8.99898\n5848,1646229737,47.74306,8.99898\n5849,1646229738,47.74306,8.99898\n5850,1646229739,47.74306,8.99898\n5851,1646229740,47.74306,8.99898\n5852,1646229741,47.74306,8.99898\n5853,1646229742,47.74306,8.99898\n5854,1646229743,47.74306,8.99898\n5855,1646229744,47.74306,8.99898\n5856,1646229745,47.74306,8.99898\n5857,1646229746,47.74306,8.99898\n5858,1646229747,47.74306,8.99898\n5859,1646229748,47.74306,8.99898\n5860,1646229749,47.74306,8.99898\n5861,1646229750,47.74306,8.99898\n5862,1646229751,47.74306,8.99898\n5863,1646229752,47.74306,8.99898\n5864,1646229753,47.74306,8.99898\n5865,1646229754,47.74306,8.99898\n5866,1646229755,47.74306,8.99898\n5867,1646229756,47.74306,8.99898\n5868,1646229757,47.74306,8.99898\n5869,1646229758,47.74306,8.99898\n5870,1646229759,47.74306,8.99898\n5871,1646229760,47.74306,8.99898\n5872,1646229761,47.74306,8.99898\n5873,1646229762,47.74306,8.99898\n5874,1646229763,47.74306,8.99898\n5875,1646229764,47.74306,8.99898\n5876,1646229765,47.74306,8.99898\n5877,1646229766,47.74306,8.99898\n5878,1646229767,47.74306,8.99898\n5879,1646229768,47.74306,8.99898\n5880,1646229769,47.74306,8.99898\n5881,1646229770,47.74306,8.99898\n5882,1646229771,47.74306,8.99898\n5883,1646229772,47.74306,8.99898\n5884,1646229773,47.74306,8.99898\n5885,1646229774,47.74306,8.99898\n5886,1646229775,47.74306,8.99898\n5887,1646229776,47.74306,8.99898\n5888,1646229777,47.74306,8.99898\n5889,1646229778,47.74306,8.99898\n5890,1646229779,47.74306,8.99898\n5891,1646229780,47.74306,8.99898\n5892,1646229781,47.74306,8.99898\n5893,1646229782,47.74306,8.99897\n5894,1646229783,47.74306,8.99897\n5895,1646229784,47.74306,8.99897\n5896,1646229785,47.74306,8.99897\n5897,1646229786,47.74306,8.99897\n5898,1646229787,47.74306,8.99897\n5899,1646229788,47.74306,8.99897\n5900,1646229789,47.74306,8.99897\n5901,1646229790,47.74306,8.99897\n5902,1646229791,47.74306,8.99897\n5903,1646229792,47.74306,8.99897\n5904,1646229793,47.74306,8.99897\n5905,1646229794,47.74306,8.99897\n5906,1646229795,47.74306,8.99897\n5907,1646229796,47.74306,8.99897\n5908,1646229797,47.74306,8.99897\n5909,1646229798,47.74306,8.99897\n5910,1646229799,47.74306,8.99897\n5911,1646229800,47.74306,8.99897\n5912,1646229801,47.74306,8.99897\n5913,1646229802,47.74306,8.99897\n5914,1646229803,47.74306,8.99897\n5915,1646229804,47.74306,8.99897\n5916,1646229805,47.74306,8.99897\n5917,1646229806,47.74306,8.99897\n5918,1646229807,47.74306,8.99897\n5919,1646229808,47.74306,8.99897\n5920,1646229809,47.74306,8.99897\n5921,1646229810,47.74306,8.99897\n5922,1646229811,47.74306,8.99897\n5923,1646229812,47.74306,8.99897\n5924,1646229813,47.74306,8.99897\n5925,1646229814,47.74306,8.99897\n5926,1646229815,47.74306,8.99897\n5927,1646229816,47.74306,8.99897\n5928,1646229817,47.74306,8.99897\n5929,1646229818,47.74306,8.99897\n5930,1646229819,47.74306,8.99897\n5931,1646229820,47.74306,8.99897\n5932,1646229821,47.74306,8.99897\n5933,1646229822,47.74306,8.99897\n5934,1646229823,47.74306,8.99897\n5935,1646229824,47.74306,8.99897\n5936,1646229825,47.74306,8.99897\n5937,1646229826,47.74306,8.99897\n5938,1646229827,47.74306,8.99897\n5939,1646229828,47.74306,8.99897\n5940,1646229829,47.74306,8.99897\n5941,1646229830,47.74306,8.99897\n5942,1646229831,47.74306,8.99897\n5943,1646229832,47.74306,8.99897\n5944,1646229833,47.74306,8.99897\n5945,1646229834,47.74306,8.99897\n5946,1646229835,47.74306,8.99897\n5947,1646229836,47.74306,8.99897\n5948,1646229837,47.74306,8.99897\n5949,1646229838,47.74306,8.99897\n5950,1646229839,47.74306,8.99897\n5951,1646229840,47.74306,8.99897\n5952,1646229841,47.74306,8.99897\n5953,1646229842,47.74306,8.99897\n5954,1646229843,47.74306,8.99897\n5955,1646229844,47.74306,8.99897\n5956,1646229845,47.74306,8.99897\n5957,1646229846,47.74306,8.99897\n5958,1646229847,47.74306,8.99897\n5959,1646229848,47.74306,8.99897\n5960,1646229849,47.74306,8.99897\n5961,1646229850,47.74306,8.99897\n5962,1646229851,47.74306,8.99897\n5963,1646229852,47.74306,8.99897\n5964,1646229853,47.74306,8.99897\n5965,1646229854,47.74306,8.99897\n5966,1646229855,47.74306,8.99897\n5967,1646229856,47.74306,8.99897\n5968,1646229857,47.74306,8.99897\n5969,1646229858,47.74306,8.99897\n5970,1646229859,47.74306,8.99897\n5971,1646229860,47.74306,8.99897\n5972,1646229861,47.74306,8.99897\n5973,1646229862,47.74306,8.99897\n5974,1646229863,47.74306,8.99897\n5975,1646229864,47.74306,8.99897\n5976,1646229865,47.74306,8.99897\n5977,1646229866,47.74306,8.99897\n5978,1646229867,47.74306,8.99897\n5979,1646229868,47.74306,8.99897\n5980,1646229869,47.74306,8.99897\n5981,1646229870,47.74306,8.99897\n5982,1646229871,47.74306,8.99897\n5983,1646229872,47.74306,8.99897\n5984,1646229873,47.74306,8.99897\n5985,1646229874,47.74306,8.99897\n5986,1646229875,47.74306,8.99897\n5987,1646229876,47.74306,8.99897\n5988,1646229877,47.74306,8.99897\n5989,1646229878,47.74306,8.99897\n5990,1646229879,47.74306,8.99897\n5991,1646229880,47.74306,8.99897\n5992,1646229881,47.74306,8.99897\n5993,1646229882,47.74306,8.99897\n5994,1646229883,47.74306,8.99897\n5995,1646229884,47.74306,8.99897\n5996,1646229885,47.74306,8.99897\n5997,1646229886,47.74306,8.99897\n5998,1646229887,47.74306,8.99897\n5999,1646229888,47.74306,8.99897\n6000,1646229889,47.74306,8.99897\n6001,1646229890,47.74306,8.99897\n6002,1646229891,47.74306,8.99897\n6003,1646229892,47.74306,8.99897\n6004,1646229893,47.74306,8.99897\n6005,1646229894,47.74306,8.99897\n6006,1646229895,47.74306,8.99897\n6007,1646229896,47.74306,8.99897\n6008,1646229897,47.74306,8.99897\n6009,1646229898,47.74306,8.99897\n6010,1646229899,47.74306,8.99897\n6011,1646229900,47.74306,8.99897\n6012,1646229901,47.74306,8.99897\n6013,1646229902,47.74306,8.99897\n6014,1646229903,47.74306,8.99897\n6015,1646229904,47.74306,8.99897\n6016,1646229905,47.74306,8.99897\n6017,1646229906,47.74306,8.99897\n6018,1646229907,47.74306,8.99897\n6019,1646229908,47.74306,8.99897\n6020,1646229909,47.74306,8.99897\n6021,1646229910,47.74306,8.99897\n6022,1646229911,47.74306,8.99897\n6023,1646229912,47.74306,8.99897\n6024,1646229913,47.74306,8.99897\n6025,1646229914,47.74306,8.99897\n6026,1646229915,47.74306,8.99897\n6027,1646229916,47.74306,8.99897\n6028,1646229917,47.74306,8.99897\n6029,1646229918,47.74306,8.99897\n6030,1646229919,47.74306,8.99897\n6031,1646229920,47.74306,8.99897\n6032,1646229921,47.74306,8.99897\n6033,1646229922,47.74306,8.99897\n6034,1646229923,47.74306,8.99897\n6035,1646229924,47.74306,8.99897\n6036,1646229925,47.74306,8.99897\n6037,1646229926,47.74306,8.99897\n6038,1646229927,47.74305,8.99897\n6039,1646229928,47.74305,8.99897\n6040,1646229929,47.74305,8.99897\n6041,1646229930,47.74305,8.99897\n6042,1646229931,47.74305,8.99897\n6043,1646229932,47.74305,8.99897\n6044,1646229933,47.74305,8.99897\n6045,1646229934,47.74305,8.99897\n6046,1646229935,47.74305,8.99897\n6047,1646229936,47.74305,8.99897\n6048,1646229937,47.74305,8.99897\n6049,1646229938,47.74305,8.99897\n6050,1646229939,47.74305,8.99897\n6051,1646229940,47.74305,8.99897\n6052,1646229941,47.74305,8.99897\n6053,1646229942,47.74305,8.99897\n6054,1646229943,47.74305,8.99897\n6055,1646229944,47.74305,8.99897\n6056,1646229945,47.74305,8.99897\n6057,1646229946,47.74305,8.99897\n6058,1646229947,47.74305,8.99897\n6059,1646229948,47.74305,8.99897\n6060,1646229949,47.74305,8.99897\n6061,1646229950,47.74305,8.99897\n6062,1646229951,47.74305,8.99897\n6063,1646229952,47.74305,8.99897\n6064,1646229953,47.74305,8.99897\n6065,1646229954,47.74305,8.99897\n6066,1646229955,47.74305,8.99897\n6067,1646229956,47.74305,8.99897\n6068,1646229957,47.74305,8.99897\n6069,1646229958,47.74305,8.99897\n6070,1646229959,47.74305,8.99897\n6071,1646229960,47.74305,8.99897\n6072,1646229961,47.74305,8.99897\n6073,1646229962,47.74305,8.99897\n6074,1646229963,47.74305,8.99897\n6075,1646229964,47.74305,8.99897\n6076,1646229965,47.74305,8.99897\n6077,1646229966,47.74305,8.99897\n6078,1646229967,47.74305,8.99897\n6079,1646229968,47.74305,8.99897\n6080,1646229969,47.74305,8.99897\n6081,1646229970,47.74305,8.99897\n6082,1646229971,47.74305,8.99897\n6083,1646229972,47.74305,8.99897\n6084,1646229973,47.74305,8.99897\n6085,1646229974,47.74305,8.99897\n6086,1646229975,47.74305,8.99897\n6087,1646229976,47.74305,8.99897\n6088,1646229977,47.74305,8.99897\n6089,1646229978,47.74305,8.99897\n6090,1646229979,47.74305,8.99897\n6091,1646229980,47.74305,8.99897\n6092,1646229981,47.74305,8.99897\n6093,1646229982,47.74305,8.99897\n6094,1646229983,47.74305,8.99897\n6095,1646229984,47.74305,8.99897\n6096,1646229985,47.74305,8.99897\n6097,1646229986,47.74305,8.99897\n6098,1646229987,47.74305,8.99897\n6099,1646229988,47.74305,8.99897\n6100,1646229989,47.74305,8.99897\n6101,1646229990,47.74305,8.99897\n6102,1646229991,47.74305,8.99897\n6103,1646229992,47.74305,8.99897\n6104,1646229993,47.74305,8.99897\n6105,1646229994,47.74305,8.99897\n6106,1646229995,47.74305,8.99897\n6107,1646229996,47.74305,8.99897\n6108,1646229997,47.74305,8.99897\n6109,1646229998,47.74305,8.99897\n6110,1646229999,47.74305,8.99897\n6111,1646230000,47.74305,8.99897\n6112,1646230001,47.74305,8.99897\n6113,1646230002,47.74305,8.99897\n6114,1646230003,47.74305,8.99897\n6115,1646230004,47.74305,8.99897\n6116,1646230005,47.74305,8.99897\n6117,1646230006,47.74305,8.99897\n6118,1646230007,47.74305,8.99897\n6119,1646230008,47.74305,8.99897\n6120,1646230009,47.74305,8.99897\n6121,1646230010,47.74305,8.99897\n6122,1646230011,47.74305,8.99897\n6123,1646230012,47.74305,8.99897\n6124,1646230013,47.74305,8.99897\n6125,1646230014,47.74305,8.99897\n6126,1646230015,47.74305,8.99897\n6127,1646230016,47.74305,8.99897\n6128,1646230017,47.74305,8.99897\n6129,1646230018,47.74305,8.99897\n6130,1646230019,47.74305,8.99897\n6131,1646230020,47.74305,8.99897\n6132,1646230021,47.74305,8.99897\n6133,1646230022,47.74305,8.99897\n6134,1646230023,47.74305,8.99897\n6135,1646230024,47.74305,8.99897\n6136,1646230025,47.74305,8.99897\n6137,1646230026,47.74305,8.99897\n6138,1646230027,47.74305,8.99897\n6139,1646230028,47.74305,8.99897\n6140,1646230029,47.74305,8.99897\n6141,1646230030,47.74305,8.99897\n6142,1646230031,47.74305,8.99897\n6143,1646230032,47.74305,8.99897\n6144,1646230033,47.74305,8.99897\n6145,1646230034,47.74305,8.99897\n6146,1646230035,47.74305,8.99897\n6147,1646230036,47.74305,8.99897\n6148,1646230037,47.74305,8.99897\n6149,1646230038,47.74305,8.99897\n6150,1646230039,47.74305,8.99897\n6151,1646230040,47.74305,8.99897\n6152,1646230041,47.74305,8.99897\n6153,1646230042,47.74305,8.99897\n6154,1646230043,47.74305,8.99897\n6155,1646230044,47.74305,8.99897\n6156,1646230045,47.74305,8.99897\n6157,1646230046,47.74305,8.99897\n6158,1646230047,47.74305,8.99897\n6159,1646230048,47.74305,8.99897\n6160,1646230049,47.74305,8.99897\n6161,1646230050,47.74305,8.99897\n6162,1646230051,47.74305,8.99897\n6163,1646230052,47.74305,8.99897\n6164,1646230053,47.74305,8.99897\n6165,1646230054,47.74305,8.99897\n6166,1646230055,47.74305,8.99897\n6167,1646230056,47.74305,8.99897\n6168,1646230057,47.74305,8.99897\n6169,1646230058,47.74305,8.99897\n6170,1646230059,47.74305,8.99897\n6171,1646230060,47.74305,8.99897\n6172,1646230061,47.74305,8.99897\n6173,1646230062,47.74305,8.99897\n6174,1646230063,47.74305,8.99897\n6175,1646230064,47.74305,8.99897\n6176,1646230065,47.74305,8.99897\n6177,1646230066,47.74305,8.99897\n6178,1646230067,47.74305,8.99897\n6179,1646230068,47.74305,8.99897\n6180,1646230069,47.74305,8.99897\n6181,1646230070,47.74305,8.99897\n6182,1646230071,47.74305,8.99897\n6183,1646230072,47.74305,8.99897\n6184,1646230073,47.74305,8.99897\n6185,1646230074,47.74305,8.99897\n6186,1646230075,47.74305,8.99897\n6187,1646230076,47.74305,8.99897\n6188,1646230077,47.74305,8.99897\n6189,1646230078,47.74305,8.99897\n6190,1646230079,47.74305,8.99897\n6191,1646230080,47.74305,8.99897\n6192,1646230081,47.74305,8.99897\n6193,1646230082,47.74305,8.99897\n6194,1646230083,47.74305,8.99896\n6195,1646230084,47.74305,8.99896\n6196,1646230085,47.74305,8.99896\n6197,1646230086,47.74305,8.99896\n6198,1646230087,47.74304,8.99896\n6199,1646230088,47.74304,8.99896\n6200,1646230089,47.74304,8.99896\n6201,1646230090,47.74304,8.99896\n6202,1646230091,47.74304,8.99896\n6203,1646230092,47.74304,8.99896\n6204,1646230093,47.74304,8.99896\n6205,1646230094,47.74304,8.99896\n6206,1646230095,47.74304,8.99896\n6207,1646230096,47.74304,8.99896\n6208,1646230097,47.74304,8.99896\n6209,1646230098,47.74304,8.99896\n6210,1646230099,47.74304,8.99896\n6211,1646230100,47.74304,8.99896\n6212,1646230101,47.74304,8.99896\n6213,1646230102,47.74304,8.99896\n6214,1646230103,47.74304,8.99896\n6215,1646230104,47.74304,8.99896\n6216,1646230105,47.74304,8.99896\n6217,1646230106,47.74304,8.99896\n6218,1646230107,47.74304,8.99896\n6219,1646230108,47.74304,8.99896\n6220,1646230109,47.74304,8.99896\n6221,1646230110,47.74304,8.99896\n6222,1646230111,47.74304,8.99896\n6223,1646230112,47.74304,8.99896\n6224,1646230113,47.74304,8.99896\n6225,1646230114,47.74304,8.99896\n6226,1646230115,47.74304,8.99896\n6227,1646230116,47.74304,8.99896\n6228,1646230117,47.74304,8.99896\n6229,1646230118,47.74304,8.99896\n6230,1646230119,47.74304,8.99896\n6231,1646230120,47.74304,8.99896\n6232,1646230121,47.74304,8.99896\n6233,1646230122,47.74304,8.99896\n6234,1646230123,47.74304,8.99896\n6235,1646230124,47.74304,8.99896\n6236,1646230125,47.74304,8.99896\n6237,1646230126,47.74304,8.99896\n6238,1646230127,47.74304,8.99896\n6239,1646230128,47.74304,8.99896\n6240,1646230129,47.74304,8.99896\n6241,1646230130,47.74304,8.99896\n6242,1646230131,47.74304,8.99896\n6243,1646230132,47.74304,8.99896\n6244,1646230133,47.74304,8.99896\n6245,1646230134,47.74304,8.99896\n6246,1646230135,47.74304,8.99896\n6247,1646230136,47.74304,8.99896\n6248,1646230137,47.74304,8.99896\n6249,1646230138,47.74304,8.99896\n6250,1646230139,47.74304,8.99896\n6251,1646230140,47.74304,8.99896\n6252,1646230141,47.74304,8.99896\n6253,1646230142,47.74304,8.99896\n6254,1646230143,47.74304,8.99896\n6255,1646230144,47.74304,8.99896\n6256,1646230145,47.74304,8.99896\n6257,1646230146,47.74304,8.99896\n6258,1646230147,47.74304,8.99896\n6259,1646230148,47.74304,8.99896\n6260,1646230149,47.74304,8.99896\n6261,1646230150,47.74304,8.99896\n6262,1646230151,47.74304,8.99896\n6263,1646230152,47.74304,8.99896\n6264,1646230153,47.74304,8.99896\n6265,1646230154,47.74304,8.99896\n6266,1646230155,47.74304,8.99896\n6267,1646230156,47.74304,8.99896\n6268,1646230157,47.74304,8.99896\n6269,1646230158,47.74304,8.99896\n6270,1646230159,47.74304,8.99896\n6271,1646230160,47.74304,8.99896\n6272,1646230161,47.74304,8.99896\n6273,1646230162,47.74304,8.99896\n6274,1646230163,47.74304,8.99896\n6275,1646230164,47.74304,8.99896\n6276,1646230165,47.74304,8.99896\n6277,1646230166,47.74304,8.99896\n6278,1646230167,47.74304,8.99896\n6279,1646230168,47.74304,8.99896\n6280,1646230169,47.74304,8.99896\n6281,1646230170,47.74304,8.99896\n6282,1646230171,47.74304,8.99896\n6283,1646230172,47.74304,8.99896\n6284,1646230173,47.74304,8.99896\n6285,1646230174,47.74304,8.99896\n6286,1646230175,47.74304,8.99896\n6287,1646230176,47.74304,8.99896\n6288,1646230177,47.74304,8.99896\n6289,1646230178,47.74304,8.99896\n6290,1646230179,47.74304,8.99896\n6291,1646230180,47.74304,8.99896\n6292,1646230181,47.74304,8.99896\n6293,1646230182,47.74304,8.99896\n6294,1646230183,47.74304,8.99896\n6295,1646230184,47.74304,8.99896\n6296,1646230185,47.74304,8.99896\n6297,1646230186,47.74304,8.99896\n6298,1646230187,47.74304,8.99896\n6299,1646230188,47.74304,8.99896\n6300,1646230189,47.74304,8.99896\n6301,1646230190,47.74304,8.99896\n6302,1646230191,47.74304,8.99896\n6303,1646230192,47.74304,8.99896\n6304,1646230193,47.74304,8.99896\n6305,1646230194,47.74304,8.99896\n6306,1646230195,47.74304,8.99896\n6307,1646230196,47.74304,8.99896\n6308,1646230197,47.74304,8.99896\n6309,1646230198,47.74304,8.99896\n6310,1646230199,47.74304,8.99896\n6311,1646230200,47.74304,8.99896\n6312,1646230201,47.74304,8.99896\n6313,1646230202,47.74304,8.99896\n6314,1646230203,47.74304,8.99896\n6315,1646230204,47.74304,8.99896\n6316,1646230205,47.74304,8.99896\n6317,1646230206,47.74304,8.99896\n6318,1646230207,47.74304,8.99896\n6319,1646230208,47.74304,8.99896\n6320,1646230209,47.74304,8.99896\n6321,1646230210,47.74304,8.99896\n6322,1646230211,47.74304,8.99896\n6323,1646230212,47.74304,8.99896\n6324,1646230213,47.74304,8.99896\n6325,1646230214,47.74304,8.99896\n6326,1646230215,47.74304,8.99896\n6327,1646230216,47.74304,8.99896\n6328,1646230217,47.74304,8.99896\n6329,1646230218,47.74304,8.99896\n6330,1646230219,47.74304,8.99896\n6331,1646230220,47.74304,8.99896\n6332,1646230221,47.74304,8.99896\n6333,1646230222,47.74304,8.99896\n6334,1646230223,47.74304,8.99896\n6335,1646230224,47.74304,8.99896\n6336,1646230225,47.74304,8.99896\n6337,1646230226,47.74304,8.99896\n6338,1646230227,47.74304,8.99896\n6339,1646230228,47.74304,8.99896\n6340,1646230229,47.74304,8.99896\n6341,1646230230,47.74304,8.99896\n6342,1646230231,47.74304,8.99896\n6343,1646230232,47.74304,8.99896\n6344,1646230233,47.74304,8.99896\n6345,1646230234,47.74304,8.99896\n6346,1646230235,47.74304,8.99896\n6347,1646230236,47.74304,8.99896\n6348,1646230237,47.74304,8.99896\n6349,1646230238,47.74304,8.99896\n6350,1646230239,47.74304,8.99896\n6351,1646230240,47.74304,8.99896\n6352,1646230241,47.74304,8.99896\n6353,1646230242,47.74304,8.99896\n6354,1646230243,47.74304,8.99896\n6355,1646230244,47.74304,8.99896\n6356,1646230245,47.74304,8.99896\n6357,1646230246,47.74304,8.99896\n6358,1646230247,47.74304,8.99896\n6359,1646230248,47.74304,8.99896\n6360,1646230249,47.74304,8.99896\n6361,1646230250,47.74304,8.99896\n6362,1646230251,47.74304,8.99896\n6363,1646230252,47.74304,8.99896\n6364,1646230253,47.74304,8.99896\n6365,1646230254,47.74304,8.99896\n6366,1646230255,47.74304,8.99896\n6367,1646230256,47.74304,8.99896\n6368,1646230257,47.74304,8.99896\n6369,1646230258,47.74304,8.99896\n6370,1646230259,47.74304,8.99896\n6371,1646230260,47.74304,8.99896\n6372,1646230261,47.74304,8.99896\n6373,1646230262,47.74304,8.99896\n6374,1646230263,47.74304,8.99896\n6375,1646230264,47.74304,8.99896\n6376,1646230265,47.74304,8.99896\n6377,1646230266,47.74304,8.99896\n6378,1646230267,47.74304,8.99896\n6379,1646230268,47.74304,8.99896\n6380,1646230269,47.74304,8.99896\n6381,1646230270,47.74304,8.99896\n6382,1646230271,47.74304,8.99896\n6383,1646230272,47.74304,8.99896\n6384,1646230273,47.74304,8.99896\n6385,1646230274,47.74304,8.99896\n6386,1646230275,47.74304,8.99896\n6387,1646230276,47.74304,8.99896\n6388,1646230277,47.74304,8.99896\n6389,1646230278,47.74304,8.99896\n6390,1646230279,47.74304,8.99896\n6391,1646230280,47.74304,8.99896\n6392,1646230281,47.74304,8.99896\n6393,1646230282,47.74304,8.99896\n6394,1646230283,47.74304,8.99896\n6395,1646230284,47.74304,8.99896\n6396,1646230285,47.74304,8.99896\n6397,1646230286,47.74304,8.99896\n6398,1646230287,47.74304,8.99896\n6399,1646230288,47.74304,8.99896\n6400,1646230289,47.74304,8.99896\n6401,1646230290,47.74304,8.99896\n6402,1646230291,47.74304,8.99896\n6403,1646230292,47.74304,8.99896\n6404,1646230293,47.74304,8.99896\n6405,1646230294,47.74304,8.99896\n6406,1646230295,47.74304,8.99896\n6407,1646230296,47.74304,8.99896\n6408,1646230297,47.74304,8.99896\n6409,1646230298,47.74304,8.99896\n6410,1646230299,47.74304,8.99896\n6411,1646230300,47.74304,8.99896\n6412,1646230301,47.74304,8.99896\n6413,1646230302,47.74304,8.99896\n6414,1646230303,47.74304,8.99896\n6415,1646230304,47.74304,8.99896\n6416,1646230305,47.74304,8.99896\n6417,1646230306,47.74304,8.99896\n6418,1646230307,47.74304,8.99896\n6419,1646230308,47.74304,8.99896\n6420,1646230309,47.74304,8.99896\n6421,1646230310,47.74304,8.99896\n6422,1646230311,47.74304,8.99896\n6423,1646230312,47.74304,8.99896\n6424,1646230313,47.74304,8.99896\n6425,1646230314,47.74304,8.99896\n6426,1646230315,47.74304,8.99896\n6427,1646230316,47.74304,8.99896\n6428,1646230317,47.74304,8.99896\n6429,1646230318,47.74304,8.99896\n6430,1646230319,47.74304,8.99896\n6431,1646230320,47.74304,8.99896\n6432,1646230321,47.74304,8.99896\n6433,1646230322,47.74304,8.99896\n6434,1646230323,47.74304,8.99896\n6435,1646230324,47.74304,8.99896\n6436,1646230325,47.74304,8.99896\n6437,1646230326,47.74304,8.99896\n6438,1646230327,47.74304,8.99896\n6439,1646230328,47.74304,8.99896\n6440,1646230329,47.74304,8.99896\n6441,1646230330,47.74304,8.99896\n6442,1646230331,47.74304,8.99896\n6443,1646230332,47.74304,8.99896\n6444,1646230333,47.74304,8.99896\n6445,1646230334,47.74304,8.99896\n6446,1646230335,47.74304,8.99896\n6447,1646230336,47.74304,8.99896\n6448,1646230337,47.74304,8.99896\n6449,1646230338,47.74304,8.99896\n6450,1646230339,47.74304,8.99896\n6451,1646230340,47.74304,8.99896\n6452,1646230341,47.74304,8.99896\n6453,1646230342,47.74304,8.99896\n6454,1646230343,47.74304,8.99896\n6455,1646230344,47.74304,8.99896\n6456,1646230345,47.74304,8.99896\n6457,1646230346,47.74304,8.99896\n6458,1646230347,47.74304,8.99896\n6459,1646230348,47.74304,8.99896\n6460,1646230349,47.74304,8.99896\n6461,1646230350,47.74304,8.99896\n6462,1646230351,47.74304,8.99896\n6463,1646230352,47.74304,8.99896\n6464,1646230353,47.74304,8.99896\n6465,1646230354,47.74304,8.99896\n6466,1646230355,47.74304,8.99896\n6467,1646230356,47.74304,8.99896\n6468,1646230357,47.74304,8.99896\n6469,1646230358,47.74304,8.99896\n6470,1646230359,47.74304,8.99896\n6471,1646230360,47.74304,8.99896\n6472,1646230361,47.74304,8.99896\n6473,1646230362,47.74304,8.99896\n6474,1646230363,47.74304,8.99896\n6475,1646230364,47.74304,8.99896\n6476,1646230365,47.74304,8.99896\n6477,1646230366,47.74304,8.99896\n6478,1646230367,47.74304,8.99896\n6479,1646230368,47.74304,8.99896\n6480,1646230369,47.74304,8.99896\n6481,1646230370,47.74304,8.99896\n6482,1646230371,47.74304,8.99896\n6483,1646230372,47.74304,8.99896\n6484,1646230373,47.74304,8.99896\n6485,1646230374,47.74304,8.99896\n6486,1646230375,47.74304,8.99896\n6487,1646230376,47.74304,8.99896\n6488,1646230377,47.74304,8.99896\n6489,1646230378,47.74304,8.99896\n6490,1646230379,47.74304,8.99896\n6491,1646230380,47.74304,8.99896\n6492,1646230381,47.74304,8.99896\n6493,1646230382,47.74304,8.99896\n6494,1646230383,47.74304,8.99896\n6495,1646230384,47.74304,8.99896\n6496,1646230385,47.74304,8.99896\n6497,1646230386,47.74304,8.99896\n6498,1646230387,47.74304,8.99896\n6499,1646230388,47.74304,8.99896\n6500,1646230389,47.74304,8.99896\n6501,1646230390,47.74304,8.99896\n6502,1646230391,47.74304,8.99896\n6503,1646230392,47.74304,8.99896\n6504,1646230393,47.74304,8.99896\n6505,1646230394,47.74304,8.99896\n6506,1646230395,47.74304,8.99896\n6507,1646230396,47.74304,8.99896\n6508,1646230397,47.74304,8.99896\n6509,1646230398,47.74304,8.99896\n6510,1646230399,47.74304,8.99896\n6511,1646230400,47.74304,8.99896\n6512,1646230401,47.74304,8.99896\n6513,1646230402,47.74304,8.99896\n6514,1646230403,47.74304,8.99896\n6515,1646230404,47.74304,8.99896\n6516,1646230405,47.74304,8.99896\n6517,1646230406,47.74304,8.99896\n6518,1646230407,47.74304,8.99896\n6519,1646230408,47.74304,8.99896\n6520,1646230409,47.74304,8.99896\n6521,1646230410,47.74304,8.99896\n6522,1646230411,47.74304,8.99896\n6523,1646230412,47.74304,8.99896\n6524,1646230413,47.74304,8.99896\n6525,1646230414,47.74304,8.99896\n6526,1646230415,47.74304,8.99896\n6527,1646230416,47.74304,8.99896\n6528,1646230417,47.74304,8.99896\n6529,1646230418,47.74304,8.99896\n6530,1646230419,47.74304,8.99896\n6531,1646230420,47.74304,8.99896\n6532,1646230421,47.74304,8.99896\n6533,1646230422,47.74304,8.99896\n6534,1646230423,47.74304,8.99896\n6535,1646230424,47.74304,8.99896\n6536,1646230425,47.74304,8.99896\n6537,1646230426,47.74304,8.99896\n6538,1646230427,47.74304,8.99896\n6539,1646230428,47.74304,8.99896\n6540,1646230429,47.74304,8.99896\n6541,1646230430,47.74304,8.99896\n6542,1646230431,47.74304,8.99896\n6543,1646230432,47.74304,8.99896\n6544,1646230433,47.74304,8.99896\n6545,1646230434,47.74304,8.99896\n6546,1646230435,47.74304,8.99896\n6547,1646230436,47.74304,8.99896\n6548,1646230437,47.74304,8.99896\n6549,1646230438,47.74304,8.99896\n6550,1646230439,47.74304,8.99896\n6551,1646230440,47.74304,8.99896\n6552,1646230441,47.74304,8.99896\n6553,1646230442,47.74304,8.99896\n6554,1646230443,47.74304,8.99896\n6555,1646230444,47.74304,8.99896\n6556,1646230445,47.74304,8.99896\n6557,1646230446,47.74304,8.99896\n6558,1646230447,47.74304,8.99896\n6559,1646230448,47.74304,8.99896\n6560,1646230449,47.74304,8.99896\n6561,1646230450,47.74304,8.99896\n6562,1646230451,47.74304,8.99896\n6563,1646230452,47.74304,8.99896\n6564,1646230453,47.74304,8.99896\n6565,1646230454,47.74304,8.99896\n6566,1646230455,47.74304,8.99896\n6567,1646230456,47.74304,8.99896\n6568,1646230457,47.74304,8.99896\n6569,1646230458,47.74304,8.99896\n6570,1646230459,47.74304,8.99896\n6571,1646230460,47.74304,8.99896\n6572,1646230461,47.74304,8.99896\n6573,1646230462,47.74304,8.99896\n6574,1646230463,47.74304,8.99896\n6575,1646230464,47.74304,8.99896\n6576,1646230465,47.74304,8.99896\n6577,1646230466,47.74304,8.99896\n6578,1646230467,47.74304,8.99896\n6579,1646230468,47.74304,8.99896\n6580,1646230469,47.74304,8.99896\n6581,1646230470,47.74304,8.99896\n6582,1646230471,47.74304,8.99896\n6583,1646230472,47.74304,8.99896\n6584,1646230473,47.74304,8.99896\n6585,1646230474,47.74304,8.99896\n6586,1646230475,47.74304,8.99896\n6587,1646230476,47.74304,8.99896\n6588,1646230477,47.74304,8.99896\n6589,1646230478,47.74304,8.99896\n6590,1646230479,47.74304,8.99896\n6591,1646230480,47.74304,8.99896\n6592,1646230481,47.74304,8.99896\n6593,1646230482,47.74304,8.99896\n6594,1646230483,47.74304,8.99896\n6595,1646230484,47.74304,8.99896\n6596,1646230485,47.74304,8.99896\n6597,1646230486,47.74304,8.99896\n6598,1646230487,47.74304,8.99896\n6599,1646230488,47.74304,8.99896\n6600,1646230489,47.74304,8.99896\n6601,1646230490,47.74304,8.99896\n6602,1646230491,47.74304,8.99896\n6603,1646230492,47.74304,8.99896\n6604,1646230493,47.74304,8.99896\n6605,1646230494,47.74304,8.99896\n6606,1646230495,47.74304,8.99896\n6607,1646230496,47.74304,8.99896\n6608,1646230497,47.74304,8.99896\n6609,1646230498,47.74304,8.99896\n6610,1646230499,47.74304,8.99896\n6611,1646230500,47.74304,8.99896\n6612,1646230501,47.74304,8.99896\n6613,1646230502,47.74304,8.99896\n6614,1646230503,47.74304,8.99896\n6615,1646230504,47.74304,8.99896\n6616,1646230505,47.74304,8.99896\n6617,1646230506,47.74304,8.99896\n6618,1646230507,47.74304,8.99896\n6619,1646230508,47.74304,8.99896\n6620,1646230509,47.74304,8.99896\n6621,1646230510,47.74304,8.99896\n6622,1646230511,47.74304,8.99896\n6623,1646230512,47.74304,8.99896\n6624,1646230513,47.74304,8.99896\n6625,1646230514,47.74304,8.99896\n6626,1646230515,47.74304,8.99896\n6627,1646230516,47.74304,8.99896\n6628,1646230517,47.74304,8.99896\n6629,1646230518,47.74304,8.99896\n6630,1646230519,47.74304,8.99896\n6631,1646230520,47.74304,8.99896\n6632,1646230521,47.74304,8.99896\n6633,1646230522,47.74304,8.99896\n6634,1646230523,47.74304,8.99896\n6635,1646230524,47.74304,8.99896\n6636,1646230525,47.74304,8.99896\n6637,1646230526,47.74304,8.99896\n6638,1646230527,47.74304,8.99896\n6639,1646230528,47.74304,8.99896\n6640,1646230529,47.74304,8.99896\n6641,1646230530,47.74304,8.99896\n6642,1646230531,47.74304,8.99896\n6643,1646230532,47.74304,8.99896\n6644,1646230533,47.74304,8.99896\n6645,1646230534,47.74304,8.99896\n6646,1646230535,47.74304,8.99896\n6647,1646230536,47.74304,8.99896\n6648,1646230537,47.74304,8.99896\n6649,1646230538,47.74304,8.99896\n6650,1646230539,47.74304,8.99896\n6651,1646230540,47.74304,8.99896\n6652,1646230541,47.74304,8.99896\n6653,1646230542,47.74304,8.99896\n6654,1646230543,47.74304,8.99896\n6655,1646230544,47.74304,8.99896\n6656,1646230545,47.74304,8.99896\n6657,1646230546,47.74304,8.99896\n6658,1646230547,47.74304,8.99896\n6659,1646230548,47.74304,8.99896\n6660,1646230549,47.74304,8.99896\n6661,1646230550,47.74304,8.99896\n6662,1646230551,47.74304,8.99896\n6663,1646230552,47.74304,8.99896\n6664,1646230553,47.74304,8.99896\n6665,1646230554,47.74304,8.99896\n6666,1646230555,47.74304,8.99896\n6667,1646230556,47.74304,8.99896\n6668,1646230557,47.74304,8.99896\n6669,1646230558,47.74304,8.99896\n6670,1646230559,47.74304,8.99896\n6671,1646230560,47.74304,8.99896\n6672,1646230561,47.74304,8.99896\n6673,1646230562,47.74304,8.99896\n6674,1646230563,47.74304,8.99896\n6675,1646230564,47.74304,8.99896\n6676,1646230565,47.74304,8.99896\n6677,1646230566,47.74304,8.99896\n6678,1646230567,47.74304,8.99896\n6679,1646230568,47.74304,8.99896\n6680,1646230569,47.74304,8.99896\n6681,1646230570,47.74304,8.99896\n6682,1646230571,47.74304,8.99896\n6683,1646230572,47.74304,8.99896\n6684,1646230573,47.74304,8.99896\n6685,1646230574,47.74304,8.99896\n6686,1646230575,47.74304,8.99896\n6687,1646230576,47.74304,8.99896\n6688,1646230577,47.74304,8.99896\n6689,1646230578,47.74304,8.99896\n6690,1646230579,47.74304,8.99897\n6691,1646230580,47.74304,8.99897\n6692,1646230581,47.74304,8.99897\n6693,1646230582,47.74304,8.99897\n6694,1646230583,47.74304,8.99897\n6695,1646230584,47.74304,8.99897\n6696,1646230585,47.74304,8.99897\n6697,1646230586,47.74304,8.99897\n6698,1646230587,47.74304,8.99897\n6699,1646230588,47.74304,8.99897\n6700,1646230589,47.74304,8.99897\n6701,1646230590,47.74304,8.99897\n6702,1646230591,47.74304,8.99897\n6703,1646230592,47.74304,8.99897\n6704,1646230593,47.74304,8.99897\n6705,1646230594,47.74304,8.99897\n6706,1646230595,47.74304,8.99897\n6707,1646230596,47.74304,8.99897\n6708,1646230597,47.74304,8.99897\n6709,1646230598,47.74304,8.99897\n6710,1646230599,47.74304,8.99897\n6711,1646230600,47.74304,8.99897\n6712,1646230601,47.74304,8.99897\n6713,1646230602,47.74304,8.99897\n6714,1646230603,47.74304,8.99897\n6715,1646230604,47.74304,8.99897\n6716,1646230605,47.74304,8.99897\n6717,1646230606,47.74304,8.99897\n6718,1646230607,47.74304,8.99897\n6719,1646230608,47.74304,8.99897\n6720,1646230609,47.74304,8.99897\n6721,1646230610,47.74304,8.99897\n6722,1646230611,47.74304,8.99897\n6723,1646230612,47.74304,8.99897\n6724,1646230613,47.74304,8.99897\n6725,1646230614,47.74304,8.99897\n6726,1646230615,47.74304,8.99897\n6727,1646230616,47.74304,8.99897\n6728,1646230617,47.74304,8.99897\n6729,1646230618,47.74304,8.99897\n6730,1646230619,47.74304,8.99897\n6731,1646230620,47.74304,8.99897\n6732,1646230621,47.74304,8.99897\n6733,1646230622,47.74304,8.99897\n6734,1646230623,47.74304,8.99897\n6735,1646230624,47.74304,8.99897\n6736,1646230625,47.74304,8.99897\n6737,1646230626,47.74304,8.99897\n6738,1646230627,47.74304,8.99897\n6739,1646230628,47.74304,8.99897\n6740,1646230629,47.74304,8.99897\n6741,1646230630,47.74304,8.99897\n6742,1646230631,47.74304,8.99897\n6743,1646230632,47.74304,8.99897\n6744,1646230633,47.74304,8.99897\n6745,1646230634,47.74304,8.99897\n6746,1646230635,47.74304,8.99897\n6747,1646230636,47.74304,8.99897\n6748,1646230637,47.74304,8.99897\n6749,1646230638,47.74304,8.99897\n6750,1646230639,47.74304,8.99897\n6751,1646230640,47.74304,8.99897\n6752,1646230641,47.74304,8.99897\n6753,1646230642,47.74304,8.99897\n6754,1646230643,47.74304,8.99897\n6755,1646230644,47.74304,8.99897\n6756,1646230645,47.74304,8.99896\n6757,1646230646,47.74304,8.99896\n6758,1646230647,47.74304,8.99896\n6759,1646230648,47.74304,8.99896\n6760,1646230649,47.74304,8.99896\n6761,1646230650,47.74304,8.99896\n6762,1646230651,47.74304,8.99896\n6763,1646230652,47.74304,8.99896\n6764,1646230653,47.74304,8.99896\n6765,1646230654,47.74304,8.99896\n6766,1646230655,47.74304,8.99896\n6767,1646230656,47.74304,8.99896\n6768,1646230657,47.74304,8.99896\n6769,1646230658,47.74304,8.99896\n6770,1646230659,47.74304,8.99896\n6771,1646230660,47.74304,8.99896\n6772,1646230661,47.74304,8.99896\n6773,1646230662,47.74304,8.99896\n6774,1646230663,47.74304,8.99896\n6775,1646230664,47.74304,8.99896\n6776,1646230665,47.74304,8.99896\n6777,1646230666,47.74304,8.99896\n6778,1646230667,47.74304,8.99896\n6779,1646230668,47.74304,8.99896\n6780,1646230669,47.74304,8.99896\n6781,1646230670,47.74304,8.99896\n6782,1646230671,47.74304,8.99896\n6783,1646230672,47.74304,8.99896\n6784,1646230673,47.74304,8.99896\n6785,1646230674,47.74304,8.99896\n6786,1646230675,47.74304,8.99896\n6787,1646230676,47.74304,8.99896\n6788,1646230677,47.74304,8.99896\n6789,1646230678,47.74304,8.99896\n6790,1646230679,47.74304,8.99896\n6791,1646230680,47.74304,8.99896\n6792,1646230681,47.74304,8.99896\n6793,1646230682,47.74304,8.99896\n6794,1646230683,47.74304,8.99896\n6795,1646230684,47.74304,8.99896\n6796,1646230685,47.74304,8.99896\n6797,1646230686,47.74304,8.99896\n6798,1646230687,47.74304,8.99896\n6799,1646230688,47.74304,8.99896\n6800,1646230689,47.74304,8.99896\n6801,1646230690,47.74304,8.99896\n6802,1646230691,47.74304,8.99896\n6803,1646230692,47.74304,8.99896\n6804,1646230693,47.74304,8.99896\n6805,1646230694,47.74304,8.99896\n6806,1646230695,47.74304,8.99896\n6807,1646230696,47.74304,8.99897\n6808,1646230697,47.74304,8.99897\n6809,1646230698,47.74304,8.99897\n6810,1646230699,47.74304,8.99897\n6811,1646230700,47.74304,8.99897\n6812,1646230701,47.74304,8.99897\n6813,1646230702,47.74304,8.99897\n6814,1646230703,47.74304,8.99897\n6815,1646230704,47.74304,8.99897\n6816,1646230705,47.74304,8.99897\n6817,1646230706,47.74304,8.99897\n6818,1646230707,47.74304,8.99897\n6819,1646230708,47.74304,8.99897\n6820,1646230709,47.74304,8.99897\n6821,1646230710,47.74304,8.99897\n6822,1646230711,47.74304,8.99897\n6823,1646230712,47.74304,8.99897\n6824,1646230713,47.74304,8.99897\n6825,1646230714,47.74304,8.99897\n6826,1646230715,47.74304,8.99897\n6827,1646230716,47.74304,8.99897\n6828,1646230717,47.74304,8.99897\n6829,1646230718,47.74304,8.99897\n6830,1646230719,47.74304,8.99897\n6831,1646230720,47.74304,8.99897\n6832,1646230721,47.74304,8.99897\n6833,1646230722,47.74304,8.99897\n6834,1646230723,47.74304,8.99897\n6835,1646230724,47.74304,8.99897\n6836,1646230725,47.74304,8.99897\n6837,1646230726,47.74304,8.99897\n6838,1646230727,47.74304,8.99897\n6839,1646230728,47.74304,8.99897\n6840,1646230729,47.74304,8.99897\n6841,1646230730,47.74304,8.99897\n6842,1646230731,47.74304,8.99897\n6843,1646230732,47.74304,8.99897\n6844,1646230733,47.74304,8.99897\n6845,1646230734,47.74304,8.99897\n6846,1646230735,47.74304,8.99897\n6847,1646230736,47.74304,8.99897\n6848,1646230737,47.74304,8.99897\n6849,1646230738,47.74304,8.99897\n6850,1646230739,47.74304,8.99897\n6851,1646230740,47.74304,8.99897\n6852,1646230741,47.74304,8.99897\n6853,1646230742,47.74304,8.99897\n6854,1646230743,47.74304,8.99897\n6855,1646230744,47.74304,8.99897\n6856,1646230745,47.74304,8.99897\n6857,1646230746,47.74304,8.99897\n6858,1646230747,47.74304,8.99897\n6859,1646230748,47.74304,8.99897\n6860,1646230749,47.74304,8.99897\n6861,1646230750,47.74304,8.99897\n6862,1646230751,47.74304,8.99897\n6863,1646230752,47.74304,8.99897\n6864,1646230753,47.74304,8.99897\n6865,1646230754,47.74304,8.99897\n6866,1646230755,47.74304,8.99897\n6867,1646230756,47.74304,8.99897\n6868,1646230757,47.74304,8.99897\n6869,1646230758,47.74304,8.99897\n6870,1646230759,47.74304,8.99897\n6871,1646230760,47.74304,8.99897\n6872,1646230761,47.74304,8.99897\n6873,1646230762,47.74304,8.99897\n6874,1646230763,47.74304,8.99897\n6875,1646230764,47.74304,8.99897\n6876,1646230765,47.74304,8.99897\n6877,1646230766,47.74304,8.99897\n6878,1646230767,47.74304,8.99897\n6879,1646230768,47.74304,8.99897\n6880,1646230769,47.74304,8.99897\n6881,1646230770,47.74304,8.99897\n6882,1646230771,47.74304,8.99897\n6883,1646230772,47.74304,8.99897\n6884,1646230773,47.74304,8.99897\n6885,1646230774,47.74304,8.99897\n6886,1646230775,47.74304,8.99897\n6887,1646230776,47.74304,8.99897\n6888,1646230777,47.74304,8.99897\n6889,1646230778,47.74304,8.99897\n6890,1646230779,47.74304,8.99897\n6891,1646230780,47.74304,8.99897\n6892,1646230781,47.74304,8.99897\n6893,1646230782,47.74304,8.99897\n6894,1646230783,47.74304,8.99897\n6895,1646230784,47.74304,8.99897\n6896,1646230785,47.74304,8.99897\n6897,1646230786,47.74304,8.99897\n6898,1646230787,47.74304,8.99897\n6899,1646230788,47.74304,8.99897\n6900,1646230789,47.74304,8.99897\n6901,1646230790,47.74304,8.99897\n6902,1646230791,47.74304,8.99897\n6903,1646230792,47.74304,8.99897\n6904,1646230793,47.74304,8.99897\n6905,1646230794,47.74304,8.99897\n6906,1646230795,47.74304,8.99897\n6907,1646230796,47.74304,8.99897\n6908,1646230797,47.74304,8.99897\n6909,1646230798,47.74304,8.99897\n6910,1646230799,47.74304,8.99897\n6911,1646230800,47.74304,8.99897\n6912,1646230801,47.74304,8.99897\n6913,1646230802,47.74304,8.99897\n6914,1646230803,47.74304,8.99897\n6915,1646230804,47.74304,8.99897\n6916,1646230805,47.74304,8.99897\n6917,1646230806,47.74304,8.99897\n6918,1646230807,47.74304,8.99897\n6919,1646230808,47.74304,8.99897\n6920,1646230809,47.74304,8.99897\n6921,1646230810,47.74304,8.99897\n6922,1646230811,47.74304,8.99897\n6923,1646230812,47.74304,8.99897\n6924,1646230813,47.74304,8.99897\n6925,1646230814,47.74304,8.99897\n6926,1646230815,47.74304,8.99897\n6927,1646230816,47.74304,8.99897\n6928,1646230817,47.74304,8.99897\n6929,1646230818,47.74304,8.99897\n6930,1646230819,47.74304,8.99897\n6931,1646230820,47.74304,8.99897\n6932,1646230821,47.74304,8.99897\n6933,1646230822,47.74304,8.99897\n6934,1646230823,47.74304,8.99897\n6935,1646230824,47.74304,8.99897\n6936,1646230825,47.74304,8.99897\n6937,1646230826,47.74304,8.99897\n6938,1646230827,47.74304,8.99897\n6939,1646230828,47.74304,8.99897\n6940,1646230829,47.74304,8.99897\n6941,1646230830,47.74304,8.99897\n6942,1646230831,47.74304,8.99897\n6943,1646230832,47.74304,8.99897\n6944,1646230833,47.74304,8.99897\n6945,1646230834,47.74304,8.99897\n6946,1646230835,47.74304,8.99897\n6947,1646230836,47.74304,8.99897\n6948,1646230837,47.74304,8.99897\n6949,1646230838,47.74304,8.99897\n6950,1646230839,47.74304,8.99897\n6951,1646230840,47.74304,8.99897\n6952,1646230841,47.74304,8.99897\n6953,1646230842,47.74304,8.99897\n6954,1646230843,47.74304,8.99897\n6955,1646230844,47.74304,8.99897\n6956,1646230845,47.74304,8.99897\n6957,1646230846,47.74304,8.99897\n6958,1646230847,47.74304,8.99897\n6959,1646230848,47.74304,8.99897\n6960,1646230849,47.74304,8.99897\n6961,1646230850,47.74304,8.99897\n6962,1646230851,47.74304,8.99897\n6963,1646230852,47.74304,8.99897\n6964,1646230853,47.74304,8.99897\n6965,1646230854,47.74304,8.99897\n6966,1646230855,47.74304,8.99897\n6967,1646230856,47.74304,8.99897\n6968,1646230857,47.74304,8.99897\n6969,1646230858,47.74304,8.99897\n6970,1646230859,47.74304,8.99897\n6971,1646230860,47.74304,8.99897\n6972,1646230861,47.74304,8.99897\n6973,1646230862,47.74304,8.99897\n6974,1646230863,47.74304,8.99897\n6975,1646230864,47.74304,8.99897\n6976,1646230865,47.74304,8.99897\n6977,1646230866,47.74304,8.99897\n6978,1646230867,47.74304,8.99897\n6979,1646230868,47.74304,8.99897\n6980,1646230869,47.74304,8.99897\n6981,1646230870,47.74304,8.99897\n6982,1646230871,47.74304,8.99897\n6983,1646230872,47.74304,8.99897\n6984,1646230873,47.74304,8.99897\n6985,1646230874,47.74304,8.99897\n6986,1646230875,47.74304,8.99897\n6987,1646230876,47.74304,8.99897\n6988,1646230877,47.74304,8.99897\n6989,1646230878,47.74304,8.99897\n6990,1646230879,47.74304,8.99897\n6991,1646230880,47.74304,8.99897\n6992,1646230881,47.74304,8.99897\n6993,1646230882,47.74304,8.99897\n6994,1646230883,47.74304,8.99897\n6995,1646230884,47.74304,8.99897\n6996,1646230885,47.74304,8.99897\n6997,1646230886,47.74304,8.99897\n6998,1646230887,47.74304,8.99897\n6999,1646230888,47.74304,8.99897\n7000,1646230889,47.74304,8.99897\n7001,1646230890,47.74304,8.99897\n7002,1646230891,47.74304,8.99897\n7003,1646230892,47.74304,8.99897\n7004,1646230893,47.74304,8.99897\n7005,1646230894,47.74304,8.99897\n7006,1646230895,47.74304,8.99897\n7007,1646230896,47.74304,8.99896\n7008,1646230897,47.74304,8.99896\n7009,1646230898,47.74304,8.99896\n7010,1646230899,47.74304,8.99896\n7011,1646230900,47.74304,8.99896\n7012,1646230901,47.74304,8.99896\n7013,1646230902,47.74304,8.99896\n7014,1646230903,47.74304,8.99896\n7015,1646230904,47.74304,8.99896\n7016,1646230905,47.74304,8.99896\n7017,1646230906,47.74304,8.99896\n7018,1646230907,47.74304,8.99896\n7019,1646230908,47.74304,8.99896\n7020,1646230909,47.74304,8.99896\n7021,1646230910,47.74304,8.99896\n7022,1646230911,47.74304,8.99896\n7023,1646230912,47.74304,8.99896\n7024,1646230913,47.74304,8.99896\n7025,1646230914,47.74304,8.99896\n7026,1646230915,47.74304,8.99896\n7027,1646230916,47.74304,8.99896\n7028,1646230917,47.74304,8.99896\n7029,1646230918,47.74304,8.99896\n7030,1646230919,47.74304,8.99896\n7031,1646230920,47.74304,8.99896\n7032,1646230921,47.74304,8.99896\n7033,1646230922,47.74304,8.99896\n7034,1646230923,47.74304,8.99896\n7035,1646230924,47.74304,8.99896\n7036,1646230925,47.74304,8.99896\n7037,1646230926,47.74304,8.99896\n7038,1646230927,47.74304,8.99896\n7039,1646230928,47.74304,8.99896\n7040,1646230929,47.74304,8.99896\n7041,1646230930,47.74304,8.99896\n7042,1646230931,47.74304,8.99896\n7043,1646230932,47.74304,8.99896\n7044,1646230933,47.74304,8.99896\n7045,1646230934,47.74304,8.99896\n7046,1646230935,47.74304,8.99896\n7047,1646230936,47.74304,8.99896\n7048,1646230937,47.74304,8.99896\n7049,1646230938,47.74304,8.99896\n7050,1646230939,47.74304,8.99896\n7051,1646230940,47.74304,8.99896\n7052,1646230941,47.74304,8.99896\n7053,1646230942,47.74304,8.99896\n7054,1646230943,47.74304,8.99896\n7055,1646230944,47.74304,8.99896\n7056,1646230945,47.74304,8.99896\n7057,1646230946,47.74304,8.99896\n7058,1646230947,47.74304,8.99896\n7059,1646230948,47.74304,8.99896\n7060,1646230949,47.74304,8.99896\n7061,1646230950,47.74304,8.99896\n7062,1646230951,47.74304,8.99896\n7063,1646230952,47.74304,8.99896\n7064,1646230953,47.74304,8.99896\n7065,1646230954,47.74304,8.99896\n7066,1646230955,47.74304,8.99896\n7067,1646230956,47.74304,8.99896\n7068,1646230957,47.74304,8.99896\n7069,1646230958,47.74304,8.99896\n7070,1646230959,47.74304,8.99896\n7071,1646230960,47.74304,8.99896\n7072,1646230961,47.74304,8.99896\n7073,1646230962,47.74304,8.99896\n7074,1646230963,47.74304,8.99896\n7075,1646230964,47.74304,8.99896\n7076,1646230965,47.74304,8.99896\n7077,1646230966,47.74304,8.99896\n7078,1646230967,47.74304,8.99896\n7079,1646230968,47.74304,8.99896\n7080,1646230969,47.74304,8.99896\n7081,1646230970,47.74304,8.99896\n7082,1646230971,47.74304,8.99896\n7083,1646230972,47.74304,8.99896\n7084,1646230973,47.74304,8.99896\n7085,1646230974,47.74304,8.99896\n7086,1646230975,47.74304,8.99896\n7087,1646230976,47.74304,8.99896\n7088,1646230977,47.74304,8.99896\n7089,1646230978,47.74304,8.99896\n7090,1646230979,47.74304,8.99896\n7091,1646230980,47.74304,8.99896\n7092,1646230981,47.74304,8.99896\n7093,1646230982,47.74304,8.99896\n7094,1646230983,47.74304,8.99896\n7095,1646230984,47.74304,8.99896\n7096,1646230985,47.74304,8.99896\n7097,1646230986,47.74304,8.99896\n7098,1646230987,47.74304,8.99896\n7099,1646230988,47.74304,8.99896\n7100,1646230989,47.74304,8.99896\n7101,1646230990,47.74304,8.99896\n7102,1646230991,47.74304,8.99896\n7103,1646230992,47.74304,8.99896\n7104,1646230993,47.74304,8.99896\n7105,1646230994,47.74304,8.99896\n7106,1646230995,47.74304,8.99896\n7107,1646230996,47.74304,8.99896\n7108,1646230997,47.74304,8.99896\n7109,1646230998,47.74304,8.99896\n7110,1646230999,47.74304,8.99896\n7111,1646231000,47.74304,8.99896\n7112,1646231001,47.74304,8.99896\n7113,1646231002,47.74304,8.99896\n7114,1646231003,47.74304,8.99896\n7115,1646231004,47.74304,8.99896\n7116,1646231005,47.74304,8.99896\n7117,1646231006,47.74304,8.99896\n7118,1646231007,47.74304,8.99896\n7119,1646231008,47.74304,8.99896\n7120,1646231009,47.74304,8.99896\n7121,1646231010,47.74304,8.99896\n7122,1646231011,47.74304,8.99896\n7123,1646231012,47.74304,8.99896\n7124,1646231013,47.74304,8.99896\n7125,1646231014,47.74304,8.99896\n7126,1646231015,47.74304,8.99896\n7127,1646231016,47.74304,8.99896\n7128,1646231017,47.74304,8.99896\n7129,1646231018,47.74304,8.99896\n7130,1646231019,47.74304,8.99896\n7131,1646231020,47.74304,8.99896\n7132,1646231021,47.74304,8.99896\n7133,1646231022,47.74304,8.99896\n7134,1646231023,47.74304,8.99896\n7135,1646231024,47.74304,8.99896\n7136,1646231025,47.74304,8.99896\n7137,1646231026,47.74304,8.99896\n7138,1646231027,47.74304,8.99896\n7139,1646231028,47.74304,8.99896\n7140,1646231029,47.74304,8.99896\n7141,1646231030,47.74304,8.99896\n7142,1646231031,47.74304,8.99896\n7143,1646231032,47.74304,8.99896\n7144,1646231033,47.74304,8.99896\n7145,1646231034,47.74304,8.99896\n7146,1646231035,47.74304,8.99896\n7147,1646231036,47.74304,8.99896\n7148,1646231037,47.74304,8.99896\n7149,1646231038,47.74304,8.99896\n7150,1646231039,47.74304,8.99896\n7151,1646231040,47.74304,8.99896\n7152,1646231041,47.74304,8.99896\n7153,1646231042,47.74304,8.99896\n7154,1646231043,47.74304,8.99896\n7155,1646231044,47.74304,8.99896\n7156,1646231045,47.74304,8.99896\n7157,1646231046,47.74304,8.99896\n7158,1646231047,47.74304,8.99896\n7159,1646231048,47.74304,8.99896\n7160,1646231049,47.74304,8.99896\n7161,1646231050,47.74304,8.99896\n7162,1646231051,47.74304,8.99896\n7163,1646231052,47.74304,8.99896\n7164,1646231053,47.74304,8.99896\n7165,1646231054,47.74304,8.99896\n7166,1646231055,47.74304,8.99896\n7167,1646231056,47.74304,8.99896\n7168,1646231057,47.74304,8.99896\n7169,1646231058,47.74304,8.99896\n7170,1646231059,47.74304,8.99896\n7171,1646231060,47.74304,8.99896\n7172,1646231061,47.74304,8.99896\n7173,1646231062,47.74304,8.99896\n7174,1646231063,47.74304,8.99896\n7175,1646231064,47.74304,8.99896\n7176,1646231065,47.74304,8.99896\n7177,1646231066,47.74304,8.99896\n7178,1646231067,47.74304,8.99896\n7179,1646231068,47.74304,8.99896\n7180,1646231069,47.74304,8.99896\n7181,1646231070,47.74304,8.99896\n7182,1646231071,47.74304,8.99896\n7183,1646231072,47.74304,8.99896\n7184,1646231073,47.74304,8.99896\n7185,1646231074,47.74304,8.99896\n7186,1646231075,47.74304,8.99896\n7187,1646231076,47.74304,8.99896\n7188,1646231077,47.74304,8.99896\n7189,1646231078,47.74304,8.99896\n7190,1646231079,47.74304,8.99896\n7191,1646231080,47.74304,8.99896\n7192,1646231081,47.74304,8.99896\n7193,1646231082,47.74304,8.99896\n7194,1646231083,47.74304,8.99896\n7195,1646231084,47.74304,8.99896\n7196,1646231085,47.74304,8.99896\n7197,1646231086,47.74304,8.99896\n7198,1646231087,47.74304,8.99896\n7199,1646231088,47.74304,8.99896\n7200,1646231089,47.74304,8.99896\n7201,1646231090,47.74304,8.99896\n7202,1646231091,47.74304,8.99896\n7203,1646231092,47.74304,8.99896\n7204,1646231093,47.74304,8.99896\n7205,1646231094,47.74304,8.99896\n7206,1646231095,47.74304,8.99896\n7207,1646231096,47.74304,8.99896\n7208,1646231097,47.74304,8.99896\n7209,1646231098,47.74304,8.99896\n7210,1646231099,47.74304,8.99896\n7211,1646231100,47.74304,8.99896\n7212,1646231101,47.74304,8.99896\n7213,1646231102,47.74304,8.99896\n7214,1646231103,47.74304,8.99896\n7215,1646231104,47.74304,8.99896\n7216,1646231105,47.74304,8.99896\n7217,1646231106,47.74304,8.99896\n7218,1646231107,47.74304,8.99896\n7219,1646231108,47.74304,8.99896\n7220,1646231109,47.74304,8.99896\n7221,1646231110,47.74304,8.99896\n7222,1646231111,47.74304,8.99896\n7223,1646231112,47.74304,8.99896\n7224,1646231113,47.74304,8.99896\n7225,1646231114,47.74304,8.99896\n7226,1646231115,47.74304,8.99896\n7227,1646231116,47.74304,8.99896\n7228,1646231117,47.74304,8.99896\n7229,1646231118,47.74304,8.99896\n7230,1646231119,47.74304,8.99896\n7231,1646231120,47.74304,8.99896\n7232,1646231121,47.74304,8.99896\n7233,1646231122,47.74304,8.99896\n7234,1646231123,47.74304,8.99896\n7235,1646231124,47.74304,8.99896\n7236,1646231125,47.74304,8.99896\n7237,1646231126,47.74304,8.99896\n7238,1646231127,47.74304,8.99896\n7239,1646231128,47.74304,8.99896\n7240,1646231129,47.74304,8.99896\n7241,1646231130,47.74304,8.99896\n7242,1646231131,47.74304,8.99896\n7243,1646231132,47.74304,8.99896\n7244,1646231133,47.74304,8.99896\n7245,1646231134,47.74304,8.99896\n7246,1646231135,47.74304,8.99896\n7247,1646231136,47.74304,8.99896\n7248,1646231137,47.74304,8.99896\n7249,1646231138,47.74304,8.99896\n7250,1646231139,47.74304,8.99896\n7251,1646231140,47.74304,8.99896\n7252,1646231141,47.74304,8.99896\n7253,1646231142,47.74304,8.99896\n7254,1646231143,47.74304,8.99896\n7255,1646231144,47.74304,8.99896\n7256,1646231145,47.74304,8.99896\n7257,1646231146,47.74304,8.99896\n7258,1646231147,47.74304,8.99896\n7259,1646231148,47.74304,8.99896\n7260,1646231149,47.74304,8.99896\n7261,1646231150,47.74304,8.99896\n7262,1646231151,47.74304,8.99896\n7263,1646231152,47.74304,8.99896\n7264,1646231153,47.74304,8.99896\n7265,1646231154,47.74304,8.99896\n7266,1646231155,47.74304,8.99896\n7267,1646231156,47.74304,8.99896\n7268,1646231157,47.74304,8.99896\n7269,1646231158,47.74304,8.99896\n7270,1646231159,47.74304,8.99896\n7271,1646231160,47.74304,8.99896\n7272,1646231161,47.74304,8.99896\n7273,1646231162,47.74304,8.99896\n7274,1646231163,47.74304,8.99896\n7275,1646231164,47.74304,8.99896\n7276,1646231165,47.74304,8.99896\n7277,1646231166,47.74304,8.99896\n7278,1646231167,47.74304,8.99896\n7279,1646231168,47.74304,8.99896\n7280,1646231169,47.74304,8.99896\n7281,1646231170,47.74304,8.99896\n7282,1646231171,47.74304,8.99896\n7283,1646231172,47.74304,8.99896\n7284,1646231173,47.74304,8.99896\n7285,1646231174,47.74304,8.99896\n7286,1646231175,47.74304,8.99896\n7287,1646231176,47.74304,8.99896\n7288,1646231177,47.74304,8.99896\n7289,1646231178,47.74304,8.99896\n7290,1646231179,47.74304,8.99896\n7291,1646231180,47.74304,8.99896\n7292,1646231181,47.74304,8.99896\n7293,1646231182,47.74304,8.99896\n7294,1646231183,47.74304,8.99896\n7295,1646231184,47.74304,8.99896\n7296,1646231185,47.74304,8.99896\n7297,1646231186,47.74304,8.99896\n7298,1646231187,47.74304,8.99896\n7299,1646231188,47.74304,8.99896\n7300,1646231189,47.74304,8.99896\n7301,1646231190,47.74304,8.99896\n7302,1646231191,47.74304,8.99896\n7303,1646231192,47.74304,8.99896\n7304,1646231193,47.74304,8.99896\n7305,1646231194,47.74304,8.99896\n7306,1646231195,47.74304,8.99896\n7307,1646231196,47.74304,8.99896\n7308,1646231197,47.74304,8.99896\n7309,1646231198,47.74304,8.99896\n7310,1646231199,47.74304,8.99896\n7311,1646231200,47.74304,8.99896\n7312,1646231201,47.74304,8.99896\n7313,1646231202,47.74304,8.99896\n7314,1646231203,47.74304,8.99896\n7315,1646231204,47.74304,8.99896\n7316,1646231205,47.74304,8.99896\n7317,1646231206,47.74304,8.99896\n7318,1646231207,47.74304,8.99896\n7319,1646231208,47.74304,8.99896\n7320,1646231209,47.74304,8.99896\n7321,1646231210,47.74304,8.99896\n7322,1646231211,47.74304,8.99896\n7323,1646231212,47.74304,8.99896\n7324,1646231213,47.74303,8.99896\n7325,1646231214,47.74303,8.99896\n7326,1646231215,47.74303,8.99896\n7327,1646231216,47.74303,8.99896\n7328,1646231217,47.74303,8.99896\n7329,1646231218,47.74303,8.99896\n7330,1646231219,47.74303,8.99896\n7331,1646231220,47.74303,8.99896\n7332,1646231221,47.74303,8.99896\n7333,1646231222,47.74303,8.99896\n7334,1646231223,47.74303,8.99896\n7335,1646231224,47.74303,8.99896\n7336,1646231225,47.74303,8.99896\n7337,1646231226,47.74303,8.99896\n7338,1646231227,47.74303,8.99896\n7339,1646231228,47.74303,8.99896\n7340,1646231229,47.74303,8.99896\n7341,1646231230,47.74303,8.99896\n7342,1646231231,47.74303,8.99896\n7343,1646231232,47.74303,8.99896\n7344,1646231233,47.74303,8.99896\n7345,1646231234,47.74303,8.99896\n7346,1646231235,47.74303,8.99896\n7347,1646231236,47.74303,8.99896\n7348,1646231237,47.74303,8.99896\n7349,1646231238,47.74303,8.99896\n7350,1646231239,47.74303,8.99896\n7351,1646231240,47.74303,8.99896\n7352,1646231241,47.74303,8.99896\n7353,1646231242,47.74303,8.99896\n7354,1646231243,47.74303,8.99896\n7355,1646231244,47.74303,8.99896\n7356,1646231245,47.74303,8.99896\n7357,1646231246,47.74303,8.99896\n7358,1646231247,47.74303,8.99896\n7359,1646231248,47.74303,8.99896\n7360,1646231249,47.74303,8.99896\n7361,1646231250,47.74303,8.99896\n7362,1646231251,47.74303,8.99896\n7363,1646231252,47.74303,8.99896\n7364,1646231253,47.74303,8.99896\n7365,1646231254,47.74303,8.99896\n7366,1646231255,47.74303,8.99896\n7367,1646231256,47.74303,8.99896\n7368,1646231257,47.74303,8.99896\n7369,1646231258,47.74303,8.99896\n7370,1646231259,47.74303,8.99896\n7371,1646231260,47.74303,8.99896\n7372,1646231261,47.74303,8.99896\n7373,1646231262,47.74303,8.99896\n7374,1646231263,47.74303,8.99896\n7375,1646231264,47.74303,8.99896\n7376,1646231265,47.74303,8.99896\n7377,1646231266,47.74303,8.99896\n7378,1646231267,47.74303,8.99896\n7379,1646231268,47.74303,8.99896\n7380,1646231269,47.74303,8.99896\n7381,1646231270,47.74303,8.99896\n7382,1646231271,47.74303,8.99896\n7383,1646231272,47.74303,8.99896\n7384,1646231273,47.74303,8.99896\n7385,1646231274,47.74303,8.99896\n7386,1646231275,47.74303,8.99896\n7387,1646231276,47.74303,8.99896\n7388,1646231277,47.74303,8.99896\n7389,1646231278,47.74303,8.99896\n7390,1646231279,47.74303,8.99896\n7391,1646231280,47.74303,8.99896\n7392,1646231281,47.74303,8.99896\n7393,1646231282,47.74302,8.99896\n7394,1646231283,47.74302,8.99896\n7395,1646231284,47.74302,8.99896\n7396,1646231285,47.74302,8.99896\n7397,1646231286,47.74302,8.99896\n7398,1646231287,47.74302,8.99896\n7399,1646231288,47.74302,8.99896\n7400,1646231289,47.74302,8.99896\n7401,1646231290,47.74302,8.99896\n7402,1646231291,47.74302,8.99896\n7403,1646231292,47.74302,8.99896\n7404,1646231293,47.74302,8.99896\n7405,1646231294,47.74302,8.99896\n7406,1646231295,47.74302,8.99896\n7407,1646231296,47.74302,8.99896\n7408,1646231297,47.74302,8.99896\n7409,1646231298,47.74302,8.99896\n7410,1646231299,47.74302,8.99896\n7411,1646231300,47.74302,8.99896\n7412,1646231301,47.74302,8.99896\n7413,1646231302,47.74302,8.99896\n7414,1646231303,47.74302,8.99896\n7415,1646231304,47.74302,8.99896\n7416,1646231305,47.74302,8.99896\n7417,1646231306,47.74302,8.99896\n7418,1646231307,47.74302,8.99896\n7419,1646231308,47.74302,8.99896\n7420,1646231309,47.74302,8.99896\n7421,1646231310,47.74302,8.99896\n7422,1646231311,47.74302,8.99896\n7423,1646231312,47.74302,8.99896\n7424,1646231313,47.74302,8.99896\n7425,1646231314,47.74302,8.99896\n7426,1646231315,47.74302,8.99896\n7427,1646231316,47.74302,8.99896\n7428,1646231317,47.74302,8.99896\n7429,1646231318,47.74302,8.99896\n7430,1646231319,47.74302,8.99896\n7431,1646231320,47.74302,8.99896\n7432,1646231321,47.74302,8.99896\n7433,1646231322,47.74302,8.99896\n7434,1646231323,47.74302,8.99896\n7435,1646231324,47.74302,8.99896\n7436,1646231325,47.74302,8.99896\n7437,1646231326,47.74302,8.99896\n7438,1646231327,47.74302,8.99896\n7439,1646231328,47.74302,8.99896\n7440,1646231329,47.74302,8.99896\n7441,1646231330,47.74302,8.99896\n7442,1646231331,47.74302,8.99896\n7443,1646231332,47.74302,8.99896\n7444,1646231333,47.74302,8.99896\n7445,1646231334,47.74302,8.99896\n7446,1646231335,47.74302,8.99896\n7447,1646231336,47.74302,8.99896\n7448,1646231337,47.74302,8.99896\n7449,1646231338,47.74302,8.99896\n7450,1646231339,47.74302,8.99896\n7451,1646231340,47.74302,8.99896\n7452,1646231341,47.74302,8.99896\n7453,1646231342,47.74302,8.99896\n7454,1646231343,47.74302,8.99896\n7455,1646231344,47.74302,8.99896\n7456,1646231345,47.74302,8.99896\n7457,1646231346,47.74302,8.99896\n7458,1646231347,47.74302,8.99896\n7459,1646231348,47.74302,8.99896\n7460,1646231349,47.74302,8.99896\n7461,1646231350,47.74302,8.99896\n7462,1646231351,47.74302,8.99896\n7463,1646231352,47.74302,8.99896\n7464,1646231353,47.74302,8.99896\n7465,1646231354,47.74302,8.99896\n7466,1646231355,47.74302,8.99896\n7467,1646231356,47.74302,8.99896\n7468,1646231357,47.74302,8.99896\n7469,1646231358,47.74302,8.99896\n7470,1646231359,47.74302,8.99896\n7471,1646231360,47.74302,8.99896\n7472,1646231361,47.74302,8.99896\n7473,1646231362,47.74302,8.99896\n7474,1646231363,47.74302,8.99896\n7475,1646231364,47.74302,8.99896\n7476,1646231365,47.74302,8.99896\n7477,1646231366,47.74302,8.99896\n7478,1646231367,47.74302,8.99896\n7479,1646231368,47.74302,8.99896\n7480,1646231369,47.74302,8.99896\n7481,1646231370,47.74302,8.99896\n7482,1646231371,47.74302,8.99896\n7483,1646231372,47.74302,8.99896\n7484,1646231373,47.74302,8.99896\n7485,1646231374,47.74302,8.99896\n7486,1646231375,47.74303,8.99896\n7487,1646231376,47.74303,8.99896\n7488,1646231377,47.74303,8.99896\n7489,1646231378,47.74303,8.99896\n7490,1646231379,47.74303,8.99896\n7491,1646231380,47.74303,8.99896\n7492,1646231381,47.74303,8.99896\n7493,1646231382,47.74303,8.99896\n7494,1646231383,47.74303,8.99896\n7495,1646231384,47.74303,8.99896\n7496,1646231385,47.74303,8.99896\n7497,1646231386,47.74303,8.99896\n7498,1646231387,47.74303,8.99896\n7499,1646231388,47.74303,8.99896\n7500,1646231389,47.74303,8.99896\n7501,1646231390,47.74303,8.99896\n7502,1646231391,47.74303,8.99896\n7503,1646231392,47.74303,8.99896\n7504,1646231393,47.74303,8.99896\n7505,1646231394,47.74303,8.99896\n7506,1646231395,47.74303,8.99896\n7507,1646231396,47.74303,8.99897\n7508,1646231397,47.74303,8.99897\n7509,1646231398,47.74303,8.99897\n7510,1646231399,47.74303,8.99897\n7511,1646231400,47.74303,8.99897\n7512,1646231401,47.74303,8.99897\n7513,1646231402,47.74303,8.99897\n7514,1646231403,47.74303,8.99897\n7515,1646231404,47.74303,8.99897\n7516,1646231405,47.74303,8.99897\n7517,1646231406,47.74303,8.99897\n7518,1646231407,47.74303,8.99897\n7519,1646231408,47.74303,8.99897\n7520,1646231409,47.74303,8.99897\n7521,1646231410,47.74303,8.99897\n7522,1646231411,47.74303,8.99897\n7523,1646231412,47.74303,8.99897\n7524,1646231413,47.74303,8.99897\n7525,1646231414,47.74303,8.99897\n7526,1646231415,47.74303,8.99897\n7527,1646231416,47.74303,8.99897\n7528,1646231417,47.74303,8.99897\n7529,1646231418,47.74303,8.99897\n7530,1646231419,47.74303,8.99897\n7531,1646231420,47.74303,8.99897\n7532,1646231421,47.74303,8.99897\n7533,1646231422,47.74303,8.99897\n7534,1646231423,47.74303,8.99897\n7535,1646231424,47.74303,8.99897\n7536,1646231425,47.74303,8.99897\n7537,1646231426,47.74303,8.99897\n7538,1646231427,47.74303,8.99897\n7539,1646231428,47.74303,8.99897\n7540,1646231429,47.74303,8.99897\n7541,1646231430,47.74303,8.99897\n7542,1646231431,47.74303,8.99897\n7543,1646231432,47.74303,8.99897\n7544,1646231433,47.74303,8.99897\n7545,1646231434,47.74303,8.99897\n7546,1646231435,47.74303,8.99897\n7547,1646231436,47.74303,8.99897\n7548,1646231437,47.74303,8.99897\n7549,1646231438,47.74303,8.99897\n7550,1646231439,47.74303,8.99897\n7551,1646231440,47.74303,8.99897\n7552,1646231441,47.74303,8.99897\n7553,1646231442,47.74303,8.99897\n7554,1646231443,47.74303,8.99897\n7555,1646231444,47.74303,8.99897\n7556,1646231445,47.74303,8.99897\n7557,1646231446,47.74303,8.99897\n7558,1646231447,47.74303,8.99897\n7559,1646231448,47.74303,8.99897\n7560,1646231449,47.74303,8.99897\n7561,1646231450,47.74303,8.99897\n7562,1646231451,47.74303,8.99897\n7563,1646231452,47.74303,8.99897\n7564,1646231453,47.74303,8.99897\n7565,1646231454,47.74303,8.99897\n7566,1646231455,47.74303,8.99897\n7567,1646231456,47.74303,8.99897\n7568,1646231457,47.74303,8.99897\n7569,1646231458,47.74303,8.99897\n7570,1646231459,47.74303,8.99897\n7571,1646231460,47.74303,8.99897\n7572,1646231461,47.74303,8.99897\n7573,1646231462,47.74303,8.99897\n7574,1646231463,47.74303,8.99897\n7575,1646231464,47.74302,8.99897\n7576,1646231465,47.74302,8.99897\n7577,1646231466,47.74302,8.99897\n7578,1646231467,47.74302,8.99897\n7579,1646231468,47.74302,8.99897\n7580,1646231469,47.74302,8.99897\n7581,1646231470,47.74302,8.99897\n7582,1646231471,47.74302,8.99897\n7583,1646231472,47.74302,8.99897\n7584,1646231473,47.74302,8.99897\n7585,1646231474,47.74302,8.99897\n7586,1646231475,47.74302,8.99897\n7587,1646231476,47.74302,8.99897\n7588,1646231477,47.74302,8.99897\n7589,1646231478,47.74302,8.99897\n7590,1646231479,47.74301,8.99897\n7591,1646231480,47.74301,8.99897\n7592,1646231481,47.74301,8.99897\n7593,1646231482,47.74301,8.99897\n7594,1646231483,47.74301,8.99897\n7595,1646231484,47.74301,8.99897\n7596,1646231485,47.74301,8.99897\n7597,1646231486,47.74301,8.99897\n7598,1646231487,47.74300,8.99897\n7599,1646231488,47.74300,8.99897\n7600,1646231489,47.74300,8.99897\n7601,1646231490,47.74300,8.99896\n7602,1646231491,47.74300,8.99896\n7603,1646231492,47.74300,8.99896\n7604,1646231493,47.74300,8.99896\n7605,1646231494,47.74299,8.99896\n7606,1646231495,47.74299,8.99896\n7607,1646231496,47.74299,8.99896\n7608,1646231497,47.74299,8.99896\n7609,1646231498,47.74299,8.99896\n7610,1646231499,47.74299,8.99896\n7611,1646231500,47.74299,8.99896\n7612,1646231501,47.74299,8.99896\n7613,1646231502,47.74299,8.99896\n7614,1646231503,47.74299,8.99896\n7615,1646231504,47.74299,8.99896\n7616,1646231505,47.74299,8.99896\n7617,1646231506,47.74299,8.99895\n7618,1646231507,47.74299,8.99895\n7619,1646231508,47.74299,8.99895\n7620,1646231509,47.74299,8.99895\n7621,1646231510,47.74299,8.99895\n7622,1646231511,47.74299,8.99895\n7623,1646231512,47.74299,8.99895\n7624,1646231513,47.74299,8.99895\n7625,1646231514,47.74299,8.99895\n7626,1646231515,47.74299,8.99895\n7627,1646231516,47.74299,8.99895\n7628,1646231517,47.74299,8.99895\n7629,1646231518,47.74299,8.99895\n7630,1646231519,47.74299,8.99895\n7631,1646231520,47.74299,8.99895\n7632,1646231521,47.74299,8.99895\n7633,1646231522,47.74299,8.99895\n7634,1646231523,47.74299,8.99895\n7635,1646231524,47.74299,8.99895\n7636,1646231525,47.74299,8.99895\n7637,1646231526,47.74299,8.99895\n7638,1646231527,47.74299,8.99895\n7639,1646231528,47.74299,8.99895\n7640,1646231529,47.74299,8.99895\n7641,1646231530,47.74299,8.99895\n7642,1646231531,47.74299,8.99895\n7643,1646231532,47.74299,8.99895\n7644,1646231533,47.74299,8.99895\n7645,1646231534,47.74299,8.99895\n7646,1646231535,47.74299,8.99895\n7647,1646231536,47.74299,8.99895\n7648,1646231537,47.74299,8.99895\n7649,1646231538,47.74299,8.99895\n7650,1646231539,47.74299,8.99895\n7651,1646231540,47.74299,8.99895\n7652,1646231541,47.74299,8.99895\n7653,1646231542,47.74299,8.99895\n7654,1646231543,47.74299,8.99895\n7655,1646231544,47.74299,8.99895\n7656,1646231545,47.74299,8.99895\n7657,1646231546,47.74299,8.99895\n7658,1646231547,47.74299,8.99895\n7659,1646231548,47.74299,8.99895\n7660,1646231549,47.74299,8.99895\n7661,1646231550,47.74299,8.99895\n7662,1646231551,47.74299,8.99895\n7663,1646231552,47.74299,8.99895\n7664,1646231553,47.74299,8.99895\n7665,1646231554,47.74299,8.99895\n7666,1646231555,47.74299,8.99895\n7667,1646231556,47.74299,8.99895\n7668,1646231557,47.74299,8.99895\n7669,1646231558,47.74299,8.99895\n7670,1646231559,47.74299,8.99895\n7671,1646231560,47.74299,8.99895\n7672,1646231561,47.74299,8.99895\n7673,1646231562,47.74299,8.99895\n7674,1646231563,47.74299,8.99895\n7675,1646231564,47.74299,8.99895\n7676,1646231565,47.74299,8.99895\n7677,1646231566,47.74299,8.99895\n7678,1646231567,47.74299,8.99895\n7679,1646231568,47.74299,8.99895\n7680,1646231569,47.74299,8.99895\n7681,1646231570,47.74299,8.99895\n7682,1646231571,47.74299,8.99895\n7683,1646231572,47.74299,8.99895\n7684,1646231573,47.74299,8.99895\n7685,1646231574,47.74299,8.99895\n7686,1646231575,47.74299,8.99895\n7687,1646231576,47.74299,8.99895\n7688,1646231577,47.74299,8.99895\n7689,1646231578,47.74299,8.99895\n7690,1646231579,47.74299,8.99895\n7691,1646231580,47.74299,8.99895\n7692,1646231581,47.74299,8.99895\n7693,1646231582,47.74299,8.99895\n7694,1646231583,47.74299,8.99895\n7695,1646231584,47.74299,8.99895\n7696,1646231585,47.74299,8.99895\n7697,1646231586,47.74299,8.99895\n7698,1646231587,47.74299,8.99895\n7699,1646231588,47.74299,8.99895\n7700,1646231589,47.74299,8.99895\n7701,1646231590,47.74299,8.99895\n7702,1646231591,47.74299,8.99895\n7703,1646231592,47.74299,8.99895\n7704,1646231593,47.74299,8.99895\n7705,1646231594,47.74299,8.99895\n7706,1646231595,47.74299,8.99895\n7707,1646231596,47.74299,8.99895\n7708,1646231597,47.74299,8.99895\n7709,1646231598,47.74299,8.99895\n7710,1646231599,47.74299,8.99895\n7711,1646231600,47.74299,8.99895\n7712,1646231601,47.74299,8.99895\n7713,1646231602,47.74299,8.99895\n7714,1646231603,47.74299,8.99895\n7715,1646231604,47.74299,8.99895\n7716,1646231605,47.74299,8.99895\n7717,1646231606,47.74299,8.99895\n7718,1646231607,47.74299,8.99895\n7719,1646231608,47.74299,8.99895\n7720,1646231609,47.74299,8.99895\n7721,1646231610,47.74299,8.99895\n7722,1646231611,47.74299,8.99895\n7723,1646231612,47.74299,8.99895\n7724,1646231613,47.74299,8.99895\n7725,1646231614,47.74299,8.99895\n7726,1646231615,47.74299,8.99895\n7727,1646231616,47.74299,8.99895\n7728,1646231617,47.74299,8.99895\n7729,1646231618,47.74299,8.99895\n7730,1646231619,47.74299,8.99895\n7731,1646231620,47.74299,8.99895\n7732,1646231621,47.74299,8.99895\n7733,1646231622,47.74299,8.99895\n7734,1646231623,47.74299,8.99895\n7735,1646231624,47.74299,8.99895\n7736,1646231625,47.74299,8.99895\n7737,1646231626,47.74299,8.99895\n7738,1646231627,47.74299,8.99895\n7739,1646231628,47.74299,8.99895\n7740,1646231629,47.74299,8.99895\n7741,1646231630,47.74299,8.99895\n7742,1646231631,47.74299,8.99895\n7743,1646231632,47.74299,8.99895\n7744,1646231633,47.74299,8.99895\n7745,1646231634,47.74299,8.99895\n7746,1646231635,47.74299,8.99895\n7747,1646231636,47.74299,8.99895\n7748,1646231637,47.74299,8.99895\n7749,1646231638,47.74299,8.99895\n7750,1646231639,47.74299,8.99895\n7751,1646231640,47.74299,8.99895\n7752,1646231641,47.74299,8.99895\n7753,1646231642,47.74299,8.99895\n7754,1646231643,47.74299,8.99895\n7755,1646231644,47.74299,8.99895\n7756,1646231645,47.74299,8.99895\n7757,1646231646,47.74299,8.99895\n7758,1646231647,47.74299,8.99895\n7759,1646231648,47.74299,8.99895\n7760,1646231649,47.74299,8.99895\n7761,1646231650,47.74299,8.99895\n7762,1646231651,47.74299,8.99895\n7763,1646231652,47.74299,8.99895\n7764,1646231653,47.74299,8.99895\n7765,1646231654,47.74299,8.99895\n7766,1646231655,47.74299,8.99895\n7767,1646231656,47.74299,8.99895\n7768,1646231657,47.74299,8.99895\n7769,1646231658,47.74299,8.99895\n7770,1646231659,47.74299,8.99895\n7771,1646231660,47.74299,8.99895\n7772,1646231661,47.74299,8.99895\n7773,1646231662,47.74299,8.99895\n7774,1646231663,47.74299,8.99895\n7775,1646231664,47.74299,8.99895\n7776,1646231665,47.74299,8.99895\n7777,1646231666,47.74299,8.99895\n7778,1646231667,47.74299,8.99895\n7779,1646231668,47.74299,8.99895\n7780,1646231669,47.74299,8.99895\n7781,1646231670,47.74299,8.99895\n7782,1646231671,47.74299,8.99895\n7783,1646231672,47.74299,8.99895\n7784,1646231673,47.74299,8.99895\n7785,1646231674,47.74299,8.99895\n7786,1646231675,47.74299,8.99895\n7787,1646231676,47.74299,8.99895\n7788,1646231677,47.74299,8.99895\n7789,1646231678,47.74299,8.99895\n7790,1646231679,47.74299,8.99895\n7791,1646231680,47.74299,8.99895\n7792,1646231681,47.74299,8.99895\n7793,1646231682,47.74299,8.99895\n7794,1646231683,47.74299,8.99895\n7795,1646231684,47.74299,8.99895\n7796,1646231685,47.74299,8.99895\n7797,1646231686,47.74299,8.99895\n7798,1646231687,47.74299,8.99895\n7799,1646231688,47.74299,8.99895\n7800,1646231689,47.74299,8.99895\n7801,1646231690,47.74299,8.99895\n7802,1646231691,47.74299,8.99895\n7803,1646231692,47.74299,8.99895\n7804,1646231693,47.74299,8.99895\n7805,1646231694,47.74299,8.99895\n7806,1646231695,47.74299,8.99895\n7807,1646231696,47.74299,8.99895\n7808,1646231697,47.74299,8.99895\n7809,1646231698,47.74299,8.99895\n7810,1646231699,47.74299,8.99895\n7811,1646231700,47.74299,8.99895\n7812,1646231701,47.74299,8.99895\n7813,1646231702,47.74299,8.99895\n7814,1646231703,47.74299,8.99895\n7815,1646231704,47.74299,8.99895\n7816,1646231705,47.74299,8.99895\n7817,1646231706,47.74299,8.99895\n7818,1646231707,47.74299,8.99895\n7819,1646231708,47.74299,8.99895\n7820,1646231709,47.74299,8.99895\n7821,1646231710,47.74299,8.99895\n7822,1646231711,47.74299,8.99895\n7823,1646231712,47.74299,8.99895\n7824,1646231713,47.74299,8.99895\n7825,1646231714,47.74299,8.99895\n7826,1646231715,47.74299,8.99895\n7827,1646231716,47.74299,8.99895\n7828,1646231717,47.74299,8.99895\n7829,1646231718,47.74299,8.99895\n7830,1646231719,47.74299,8.99895\n7831,1646231720,47.74299,8.99895\n7832,1646231721,47.74299,8.99895\n7833,1646231722,47.74299,8.99895\n7834,1646231723,47.74299,8.99895\n7835,1646231724,47.74299,8.99895\n7836,1646231725,47.74299,8.99895\n7837,1646231726,47.74299,8.99895\n7838,1646231727,47.74299,8.99895\n7839,1646231728,47.74299,8.99895\n7840,1646231729,47.74299,8.99895\n7841,1646231730,47.74299,8.99895\n7842,1646231731,47.74299,8.99895\n7843,1646231732,47.74299,8.99895\n7844,1646231733,47.74299,8.99895\n7845,1646231734,47.74299,8.99895\n7846,1646231735,47.74299,8.99895\n7847,1646231736,47.74299,8.99895\n7848,1646231737,47.74299,8.99895\n7849,1646231738,47.74299,8.99895\n7850,1646231739,47.74299,8.99895\n7851,1646231740,47.74299,8.99895\n7852,1646231741,47.74299,8.99895\n7853,1646231742,47.74299,8.99895\n7854,1646231743,47.74299,8.99895\n7855,1646231744,47.74299,8.99895\n7856,1646231745,47.74299,8.99895\n7857,1646231746,47.74299,8.99895\n7858,1646231747,47.74299,8.99895\n7859,1646231748,47.74299,8.99895\n7860,1646231749,47.74299,8.99895\n7861,1646231750,47.74299,8.99895\n7862,1646231751,47.74299,8.99895\n7863,1646231752,47.74299,8.99895\n7864,1646231753,47.74299,8.99895\n7865,1646231754,47.74299,8.99895\n7866,1646231755,47.74299,8.99895\n7867,1646231756,47.74299,8.99895\n7868,1646231757,47.74299,8.99895\n7869,1646231758,47.74299,8.99895\n7870,1646231759,47.74299,8.99895\n7871,1646231760,47.74299,8.99895\n7872,1646231761,47.74299,8.99895\n7873,1646231762,47.74299,8.99895\n7874,1646231763,47.74299,8.99895\n7875,1646231764,47.74299,8.99895\n7876,1646231765,47.74299,8.99895\n7877,1646231766,47.74299,8.99895\n7878,1646231767,47.74299,8.99895\n7879,1646231768,47.74299,8.99895\n7880,1646231769,47.74299,8.99895\n7881,1646231770,47.74299,8.99895\n7882,1646231771,47.74299,8.99895\n7883,1646231772,47.74299,8.99895\n7884,1646231773,47.74299,8.99895\n7885,1646231774,47.74299,8.99895\n7886,1646231775,47.74299,8.99895\n7887,1646231776,47.74299,8.99895\n7888,1646231777,47.74299,8.99895\n7889,1646231778,47.74299,8.99895\n7890,1646231779,47.74299,8.99895\n7891,1646231780,47.74299,8.99895\n7892,1646231781,47.74299,8.99895\n7893,1646231782,47.74299,8.99895\n7894,1646231783,47.74299,8.99895\n7895,1646231784,47.74299,8.99895\n7896,1646231785,47.74299,8.99895\n7897,1646231786,47.74299,8.99895\n7898,1646231787,47.74299,8.99895\n7899,1646231788,47.74299,8.99895\n7900,1646231789,47.74299,8.99895\n7901,1646231790,47.74299,8.99895\n7902,1646231791,47.74299,8.99895\n7903,1646231792,47.74299,8.99895\n7904,1646231793,47.74299,8.99895\n7905,1646231794,47.74299,8.99895\n7906,1646231795,47.74299,8.99895\n7907,1646231796,47.74299,8.99895\n7908,1646231797,47.74299,8.99895\n7909,1646231798,47.74299,8.99895\n7910,1646231799,47.74299,8.99895\n7911,1646231800,47.74299,8.99895\n7912,1646231801,47.74299,8.99895\n7913,1646231802,47.74299,8.99895\n7914,1646231803,47.74299,8.99895\n7915,1646231804,47.74299,8.99895\n7916,1646231805,47.74299,8.99895\n7917,1646231806,47.74299,8.99895\n7918,1646231807,47.74299,8.99895\n7919,1646231808,47.74299,8.99895\n7920,1646231809,47.74299,8.99895\n7921,1646231810,47.74299,8.99895\n7922,1646231811,47.74299,8.99895\n7923,1646231812,47.74299,8.99895\n7924,1646231813,47.74299,8.99895\n7925,1646231814,47.74299,8.99895\n7926,1646231815,47.74299,8.99895\n7927,1646231816,47.74299,8.99895\n7928,1646231817,47.74299,8.99895\n7929,1646231818,47.74299,8.99895\n7930,1646231819,47.74299,8.99895\n7931,1646231820,47.74299,8.99895\n7932,1646231821,47.74299,8.99895\n7933,1646231822,47.74299,8.99895\n7934,1646231823,47.74299,8.99895\n7935,1646231824,47.74299,8.99895\n7936,1646231825,47.74299,8.99895\n7937,1646231826,47.74299,8.99895\n7938,1646231827,47.74299,8.99895\n7939,1646231828,47.74299,8.99895\n7940,1646231829,47.74299,8.99895\n7941,1646231830,47.74299,8.99895\n7942,1646231831,47.74299,8.99895\n7943,1646231832,47.74299,8.99895\n7944,1646231833,47.74299,8.99895\n7945,1646231834,47.74299,8.99895\n7946,1646231835,47.74299,8.99895\n7947,1646231836,47.74299,8.99895\n7948,1646231837,47.74299,8.99895\n7949,1646231838,47.74299,8.99895\n7950,1646231839,47.74299,8.99895\n7951,1646231840,47.74299,8.99895\n7952,1646231841,47.74299,8.99895\n7953,1646231842,47.74299,8.99895\n7954,1646231843,47.74299,8.99895\n7955,1646231844,47.74299,8.99895\n7956,1646231845,47.74299,8.99895\n7957,1646231846,47.74299,8.99895\n7958,1646231847,47.74299,8.99895\n7959,1646231848,47.74299,8.99895\n7960,1646231849,47.74299,8.99895\n7961,1646231850,47.74299,8.99895\n7962,1646231851,47.74299,8.99895\n7963,1646231852,47.74299,8.99895\n7964,1646231853,47.74299,8.99895\n7965,1646231854,47.74299,8.99895\n7966,1646231855,47.74299,8.99895\n7967,1646231856,47.74299,8.99895\n7968,1646231857,47.74299,8.99895\n7969,1646231858,47.74299,8.99895\n7970,1646231859,47.74299,8.99895\n7971,1646231860,47.74299,8.99895\n7972,1646231861,47.74299,8.99895\n7973,1646231862,47.74299,8.99895\n7974,1646231863,47.74299,8.99895\n7975,1646231864,47.74299,8.99895\n7976,1646231865,47.74299,8.99895\n7977,1646231866,47.74299,8.99895\n7978,1646231867,47.74299,8.99895\n7979,1646231868,47.74299,8.99895\n7980,1646231869,47.74299,8.99895\n7981,1646231870,47.74299,8.99895\n7982,1646231871,47.74299,8.99895\n7983,1646231872,47.74299,8.99895\n7984,1646231873,47.74299,8.99895\n7985,1646231874,47.74299,8.99895\n7986,1646231875,47.74299,8.99895\n7987,1646231876,47.74299,8.99895\n7988,1646231877,47.74299,8.99895\n7989,1646231878,47.74299,8.99895\n7990,1646231879,47.74299,8.99895\n7991,1646231880,47.74299,8.99895\n7992,1646231881,47.74300,8.99895\n7993,1646231882,47.74300,8.99895\n7994,1646231883,47.74300,8.99895\n7995,1646231884,47.74300,8.99895\n7996,1646231885,47.74300,8.99895\n7997,1646231886,47.74300,8.99895\n7998,1646231887,47.74300,8.99895\n7999,1646231888,47.74300,8.99895\n8000,1646231889,47.74300,8.99895\n8001,1646231890,47.74300,8.99895\n8002,1646231891,47.74300,8.99895\n8003,1646231892,47.74300,8.99895\n8004,1646231893,47.74300,8.99895\n8005,1646231894,47.74300,8.99895\n8006,1646231895,47.74300,8.99895\n8007,1646231896,47.74300,8.99895\n8008,1646231897,47.74300,8.99895\n8009,1646231898,47.74300,8.99895\n8010,1646231899,47.74300,8.99895\n8011,1646231900,47.74300,8.99895\n8012,1646231901,47.74300,8.99895\n8013,1646231902,47.74300,8.99895\n8014,1646231903,47.74300,8.99895\n8015,1646231904,47.74300,8.99895\n8016,1646231905,47.74300,8.99895\n8017,1646231906,47.74300,8.99896\n8018,1646231907,47.74300,8.99896\n8019,1646231908,47.74300,8.99896\n8020,1646231909,47.74300,8.99896\n8021,1646231910,47.74300,8.99896\n8022,1646231911,47.74300,8.99896\n8023,1646231912,47.74300,8.99896\n8024,1646231913,47.74300,8.99895\n8025,1646231914,47.74300,8.99896\n8026,1646231915,47.74300,8.99896\n8027,1646231916,47.74300,8.99896\n8028,1646231917,47.74300,8.99896\n8029,1646231918,47.74300,8.99896\n8030,1646231919,47.74300,8.99896\n8031,1646231920,47.74300,8.99896\n8032,1646231921,47.74300,8.99896\n8033,1646231922,47.74300,8.99896\n8034,1646231923,47.74300,8.99896\n8035,1646231924,47.74300,8.99896\n8036,1646231925,47.74300,8.99896\n8037,1646231926,47.74300,8.99896\n8038,1646231927,47.74300,8.99896\n8039,1646231928,47.74300,8.99896\n8040,1646231929,47.74300,8.99896\n8041,1646231930,47.74301,8.99896\n8042,1646231931,47.74301,8.99896\n8043,1646231932,47.74301,8.99896\n8044,1646231933,47.74301,8.99896\n8045,1646231934,47.74301,8.99896\n8046,1646231935,47.74301,8.99896\n8047,1646231936,47.74301,8.99896\n8048,1646231937,47.74301,8.99896\n8049,1646231938,47.74301,8.99896\n8050,1646231939,47.74301,8.99896\n8051,1646231940,47.74301,8.99896\n8052,1646231941,47.74301,8.99896\n8053,1646231942,47.74301,8.99896\n8054,1646231943,47.74301,8.99896\n8055,1646231944,47.74301,8.99896\n8056,1646231945,47.74301,8.99896\n8057,1646231946,47.74301,8.99896\n8058,1646231947,47.74301,8.99896\n8059,1646231948,47.74301,8.99896\n8060,1646231949,47.74301,8.99896\n8061,1646231950,47.74301,8.99896\n8062,1646231951,47.74301,8.99896\n8063,1646231952,47.74301,8.99896\n8064,1646231953,47.74301,8.99896\n8065,1646231954,47.74301,8.99896\n8066,1646231955,47.74301,8.99896\n8067,1646231956,47.74301,8.99896\n8068,1646231957,47.74301,8.99896\n8069,1646231958,47.74301,8.99896\n8070,1646231959,47.74301,8.99896\n8071,1646231960,47.74301,8.99896\n8072,1646231961,47.74301,8.99896\n8073,1646231962,47.74301,8.99896\n8074,1646231963,47.74301,8.99896\n8075,1646231964,47.74301,8.99896\n8076,1646231965,47.74301,8.99896\n8077,1646231966,47.74301,8.99896\n8078,1646231967,47.74301,8.99896\n8079,1646231968,47.74301,8.99896\n8080,1646231969,47.74301,8.99896\n8081,1646231970,47.74301,8.99896\n8082,1646231971,47.74301,8.99896\n8083,1646231972,47.74301,8.99896\n8084,1646231973,47.74301,8.99896\n8085,1646231974,47.74301,8.99896\n8086,1646231975,47.74301,8.99896\n8087,1646231976,47.74301,8.99896\n8088,1646231977,47.74301,8.99896\n8089,1646231978,47.74301,8.99896\n8090,1646231979,47.74301,8.99896\n8091,1646231980,47.74301,8.99896\n8092,1646231981,47.74301,8.99896\n8093,1646231982,47.74301,8.99896\n8094,1646231983,47.74301,8.99896\n8095,1646231984,47.74301,8.99896\n8096,1646231985,47.74301,8.99896\n8097,1646231986,47.74301,8.99896\n8098,1646231987,47.74301,8.99896\n8099,1646231988,47.74301,8.99896\n8100,1646231989,47.74301,8.99896\n8101,1646231990,47.74301,8.99896\n8102,1646231991,47.74301,8.99896\n8103,1646231992,47.74301,8.99896\n8104,1646231993,47.74301,8.99896\n8105,1646231994,47.74301,8.99896\n8106,1646231995,47.74301,8.99896\n8107,1646231996,47.74301,8.99896\n8108,1646231997,47.74301,8.99896\n8109,1646231998,47.74301,8.99896\n8110,1646231999,47.74301,8.99896\n8111,1646232000,47.74301,8.99896\n8112,1646232001,47.74301,8.99896\n8113,1646232002,47.74301,8.99896\n8114,1646232003,47.74301,8.99895\n8115,1646232004,47.74301,8.99895\n8116,1646232005,47.74301,8.99895\n8117,1646232006,47.74301,8.99895\n8118,1646232007,47.74301,8.99895\n8119,1646232008,47.74301,8.99895\n8120,1646232009,47.74301,8.99895\n8121,1646232010,47.74301,8.99895\n8122,1646232011,47.74301,8.99895\n8123,1646232012,47.74301,8.99895\n8124,1646232013,47.74301,8.99895\n8125,1646232014,47.74301,8.99895\n8126,1646232015,47.74301,8.99895\n8127,1646232016,47.74301,8.99895\n8128,1646232017,47.74301,8.99895\n8129,1646232018,47.74301,8.99895\n8130,1646232019,47.74301,8.99895\n8131,1646232020,47.74301,8.99895\n8132,1646232021,47.74301,8.99895\n8133,1646232022,47.74301,8.99895\n8134,1646232023,47.74301,8.99895\n8135,1646232024,47.74301,8.99895\n8136,1646232025,47.74301,8.99895\n8137,1646232026,47.74301,8.99895\n8138,1646232027,47.74301,8.99895\n8139,1646232028,47.74301,8.99895\n8140,1646232029,47.74301,8.99895\n8141,1646232030,47.74301,8.99895\n8142,1646232031,47.74301,8.99895\n8143,1646232032,47.74301,8.99895\n8144,1646232033,47.74301,8.99895\n8145,1646232034,47.74301,8.99895\n8146,1646232035,47.74301,8.99895\n8147,1646232036,47.74301,8.99895\n8148,1646232037,47.74301,8.99895\n8149,1646232038,47.74301,8.99895\n8150,1646232039,47.74301,8.99895\n8151,1646232040,47.74301,8.99895\n8152,1646232041,47.74301,8.99895\n8153,1646232042,47.74301,8.99895\n8154,1646232043,47.74301,8.99895\n8155,1646232044,47.74301,8.99895\n8156,1646232045,47.74301,8.99895\n8157,1646232046,47.74301,8.99895\n8158,1646232047,47.74301,8.99895\n8159,1646232048,47.74301,8.99895\n8160,1646232049,47.74301,8.99895\n8161,1646232050,47.74301,8.99895\n8162,1646232051,47.74301,8.99895\n8163,1646232052,47.74301,8.99895\n8164,1646232053,47.74301,8.99895\n8165,1646232054,47.74301,8.99895\n8166,1646232055,47.74301,8.99895\n8167,1646232056,47.74301,8.99895\n8168,1646232057,47.74301,8.99895\n8169,1646232058,47.74301,8.99895\n8170,1646232059,47.74301,8.99895\n8171,1646232060,47.74301,8.99895\n8172,1646232061,47.74301,8.99895\n8173,1646232062,47.74301,8.99895\n8174,1646232063,47.74301,8.99895\n8175,1646232064,47.74301,8.99895\n8176,1646232065,47.74301,8.99895\n8177,1646232066,47.74301,8.99895\n8178,1646232067,47.74301,8.99895\n8179,1646232068,47.74301,8.99895\n8180,1646232069,47.74301,8.99895\n8181,1646232070,47.74301,8.99895\n8182,1646232071,47.74301,8.99895\n8183,1646232072,47.74301,8.99895\n8184,1646232073,47.74301,8.99895\n8185,1646232074,47.74301,8.99895\n8186,1646232075,47.74301,8.99895\n8187,1646232076,47.74301,8.99895\n8188,1646232077,47.74301,8.99895\n8189,1646232078,47.74301,8.99895\n8190,1646232079,47.74301,8.99895\n8191,1646232080,47.74301,8.99895\n8192,1646232081,47.74301,8.99895\n8193,1646232082,47.74301,8.99895\n8194,1646232083,47.74301,8.99895\n8195,1646232084,47.74301,8.99895\n8196,1646232085,47.74301,8.99895\n8197,1646232086,47.74301,8.99895\n8198,1646232087,47.74301,8.99895\n8199,1646232088,47.74301,8.99895\n8200,1646232089,47.74301,8.99895\n8201,1646232090,47.74301,8.99895\n8202,1646232091,47.74301,8.99895\n8203,1646232092,47.74301,8.99895\n8204,1646232093,47.74301,8.99895\n8205,1646232094,47.74301,8.99895\n8206,1646232095,47.74301,8.99895\n8207,1646232096,47.74301,8.99895\n8208,1646232097,47.74301,8.99895\n8209,1646232098,47.74301,8.99895\n8210,1646232099,47.74301,8.99895\n8211,1646232100,47.74301,8.99895\n8212,1646232101,47.74301,8.99895\n8213,1646232102,47.74301,8.99895\n8214,1646232103,47.74301,8.99895\n8215,1646232104,47.74301,8.99895\n8216,1646232105,47.74301,8.99895\n8217,1646232106,47.74301,8.99895\n8218,1646232107,47.74301,8.99895\n8219,1646232108,47.74301,8.99895\n8220,1646232109,47.74301,8.99895\n8221,1646232110,47.74301,8.99895\n8222,1646232111,47.74301,8.99895\n8223,1646232112,47.74301,8.99895\n8224,1646232113,47.74301,8.99895\n8225,1646232114,47.74301,8.99895\n8226,1646232115,47.74301,8.99895\n8227,1646232116,47.74301,8.99895\n8228,1646232117,47.74301,8.99895\n8229,1646232118,47.74301,8.99895\n8230,1646232119,47.74301,8.99895\n8231,1646232120,47.74301,8.99895\n8232,1646232121,47.74301,8.99895\n8233,1646232122,47.74301,8.99895\n8234,1646232123,47.74301,8.99895\n8235,1646232124,47.74301,8.99895\n8236,1646232125,47.74301,8.99895\n8237,1646232126,47.74301,8.99895\n8238,1646232127,47.74301,8.99895\n8239,1646232128,47.74301,8.99895\n8240,1646232129,47.74301,8.99895\n8241,1646232130,47.74301,8.99895\n8242,1646232131,47.74301,8.99895\n8243,1646232132,47.74301,8.99895\n8244,1646232133,47.74301,8.99895\n8245,1646232134,47.74301,8.99895\n8246,1646232135,47.74301,8.99895\n8247,1646232136,47.74301,8.99895\n8248,1646232137,47.74301,8.99895\n8249,1646232138,47.74301,8.99895\n8250,1646232139,47.74301,8.99895\n8251,1646232140,47.74301,8.99895\n8252,1646232141,47.74301,8.99895\n8253,1646232142,47.74301,8.99895\n8254,1646232143,47.74301,8.99895\n8255,1646232144,47.74301,8.99895\n8256,1646232145,47.74301,8.99895\n8257,1646232146,47.74301,8.99895\n8258,1646232147,47.74301,8.99895\n8259,1646232148,47.74301,8.99895\n8260,1646232149,47.74301,8.99895\n8261,1646232150,47.74301,8.99895\n8262,1646232151,47.74301,8.99895\n8263,1646232152,47.74301,8.99895\n8264,1646232153,47.74301,8.99895\n8265,1646232154,47.74301,8.99895\n8266,1646232155,47.74301,8.99895\n8267,1646232156,47.74301,8.99895\n8268,1646232157,47.74301,8.99895\n8269,1646232158,47.74301,8.99895\n8270,1646232159,47.74301,8.99895\n8271,1646232160,47.74301,8.99895\n8272,1646232161,47.74301,8.99895\n8273,1646232162,47.74301,8.99895\n8274,1646232163,47.74301,8.99895\n8275,1646232164,47.74301,8.99895\n8276,1646232165,47.74301,8.99895\n8277,1646232166,47.74301,8.99895\n8278,1646232167,47.74301,8.99895\n8279,1646232168,47.74301,8.99895\n8280,1646232169,47.74301,8.99895\n8281,1646232170,47.74301,8.99895\n8282,1646232171,47.74301,8.99895\n8283,1646232172,47.74301,8.99895\n8284,1646232173,47.74301,8.99895\n8285,1646232174,47.74301,8.99895\n8286,1646232175,47.74301,8.99895\n8287,1646232176,47.74301,8.99895\n8288,1646232177,47.74301,8.99895\n8289,1646232178,47.74301,8.99895\n8290,1646232179,47.74301,8.99895\n8291,1646232180,47.74301,8.99895\n8292,1646232181,47.74301,8.99895\n8293,1646232182,47.74301,8.99895\n8294,1646232183,47.74301,8.99895\n8295,1646232184,47.74301,8.99895\n8296,1646232185,47.74301,8.99895\n8297,1646232186,47.74301,8.99895\n8298,1646232187,47.74301,8.99895\n8299,1646232188,47.74301,8.99895\n8300,1646232189,47.74301,8.99895\n8301,1646232190,47.74301,8.99895\n8302,1646232191,47.74301,8.99895\n8303,1646232192,47.74301,8.99895\n8304,1646232193,47.74301,8.99895\n8305,1646232194,47.74301,8.99895\n8306,1646232195,47.74301,8.99895\n8307,1646232196,47.74301,8.99895\n8308,1646232197,47.74301,8.99895\n8309,1646232198,47.74301,8.99895\n8310,1646232199,47.74301,8.99895\n8311,1646232200,47.74301,8.99895\n8312,1646232201,47.74301,8.99895\n8313,1646232202,47.74301,8.99895\n8314,1646232203,47.74301,8.99895\n8315,1646232204,47.74301,8.99895\n8316,1646232205,47.74301,8.99895\n8317,1646232206,47.74301,8.99895\n8318,1646232207,47.74301,8.99895\n8319,1646232208,47.74301,8.99895\n8320,1646232209,47.74301,8.99895\n8321,1646232210,47.74301,8.99895\n8322,1646232211,47.74301,8.99895\n8323,1646232212,47.74301,8.99895\n8324,1646232213,47.74301,8.99895\n8325,1646232214,47.74301,8.99895\n8326,1646232215,47.74301,8.99895\n8327,1646232216,47.74301,8.99895\n8328,1646232217,47.74301,8.99895\n8329,1646232218,47.74301,8.99895\n8330,1646232219,47.74301,8.99895\n8331,1646232220,47.74301,8.99895\n8332,1646232221,47.74301,8.99895\n8333,1646232222,47.74301,8.99895\n8334,1646232223,47.74301,8.99895\n8335,1646232224,47.74301,8.99895\n8336,1646232225,47.74301,8.99895\n8337,1646232226,47.74301,8.99895\n8338,1646232227,47.74301,8.99895\n8339,1646232228,47.74301,8.99895\n8340,1646232229,47.74301,8.99895\n8341,1646232230,47.74301,8.99895\n8342,1646232231,47.74301,8.99895\n8343,1646232232,47.74301,8.99895\n8344,1646232233,47.74301,8.99895\n8345,1646232234,47.74301,8.99895\n8346,1646232235,47.74301,8.99895\n8347,1646232236,47.74301,8.99895\n8348,1646232237,47.74301,8.99895\n8349,1646232238,47.74301,8.99895\n8350,1646232239,47.74301,8.99895\n8351,1646232240,47.74301,8.99895\n8352,1646232241,47.74301,8.99895\n8353,1646232242,47.74301,8.99895\n8354,1646232243,47.74301,8.99895\n8355,1646232244,47.74301,8.99895\n8356,1646232245,47.74301,8.99895\n8357,1646232246,47.74301,8.99895\n8358,1646232247,47.74301,8.99895\n8359,1646232248,47.74301,8.99895\n8360,1646232249,47.74301,8.99895\n8361,1646232250,47.74301,8.99895\n8362,1646232251,47.74301,8.99895\n8363,1646232252,47.74301,8.99895\n8364,1646232253,47.74301,8.99895\n8365,1646232254,47.74301,8.99895\n8366,1646232255,47.74301,8.99895\n8367,1646232256,47.74301,8.99895\n8368,1646232257,47.74301,8.99895\n8369,1646232258,47.74301,8.99895\n8370,1646232259,47.74301,8.99895\n8371,1646232260,47.74301,8.99895\n8372,1646232261,47.74301,8.99895\n8373,1646232262,47.74301,8.99895\n8374,1646232263,47.74301,8.99895\n8375,1646232264,47.74301,8.99895\n8376,1646232265,47.74301,8.99895\n8377,1646232266,47.74301,8.99895\n8378,1646232267,47.74301,8.99895\n8379,1646232268,47.74301,8.99895\n8380,1646232269,47.74301,8.99895\n8381,1646232270,47.74301,8.99895\n8382,1646232271,47.74301,8.99895\n8383,1646232272,47.74301,8.99895\n8384,1646232273,47.74301,8.99895\n8385,1646232274,47.74301,8.99895\n8386,1646232275,47.74301,8.99895\n8387,1646232276,47.74301,8.99895\n8388,1646232277,47.74301,8.99895\n8389,1646232278,47.74301,8.99895\n8390,1646232279,47.74301,8.99895\n8391,1646232280,47.74301,8.99895\n8392,1646232281,47.74301,8.99895\n8393,1646232282,47.74301,8.99895\n8394,1646232283,47.74301,8.99895\n8395,1646232284,47.74301,8.99895\n8396,1646232285,47.74301,8.99895\n8397,1646232286,47.74301,8.99895\n8398,1646232287,47.74301,8.99895\n8399,1646232288,47.74301,8.99895\n8400,1646232289,47.74301,8.99895\n8401,1646232290,47.74301,8.99895\n8402,1646232291,47.74301,8.99895\n8403,1646232292,47.74301,8.99895\n8404,1646232293,47.74301,8.99895\n8405,1646232294,47.74301,8.99895\n8406,1646232295,47.74301,8.99895\n8407,1646232296,47.74301,8.99895\n8408,1646232297,47.74301,8.99895\n8409,1646232298,47.74301,8.99895\n8410,1646232299,47.74301,8.99895\n8411,1646232300,47.74301,8.99895\n8412,1646232301,47.74301,8.99895\n8413,1646232302,47.74301,8.99895\n8414,1646232303,47.74301,8.99895\n8415,1646232304,47.74301,8.99895\n8416,1646232305,47.74301,8.99895\n8417,1646232306,47.74301,8.99895\n8418,1646232307,47.74301,8.99895\n8419,1646232308,47.74301,8.99895\n8420,1646232309,47.74301,8.99895\n8421,1646232310,47.74301,8.99895\n8422,1646232311,47.74301,8.99895\n8423,1646232312,47.74301,8.99895\n8424,1646232313,47.74301,8.99895\n8425,1646232314,47.74301,8.99895\n8426,1646232315,47.74301,8.99895\n8427,1646232316,47.74301,8.99895\n8428,1646232317,47.74301,8.99895\n8429,1646232318,47.74301,8.99895\n8430,1646232319,47.74301,8.99895\n8431,1646232320,47.74301,8.99895\n8432,1646232321,47.74301,8.99895\n8433,1646232322,47.74301,8.99895\n8434,1646232323,47.74301,8.99895\n8435,1646232324,47.74301,8.99895\n8436,1646232325,47.74301,8.99895\n8437,1646232326,47.74301,8.99895\n8438,1646232327,47.74301,8.99895\n8439,1646232328,47.74301,8.99895\n8440,1646232329,47.74301,8.99895\n8441,1646232330,47.74301,8.99895\n8442,1646232331,47.74301,8.99895\n8443,1646232332,47.74301,8.99895\n8444,1646232333,47.74301,8.99895\n8445,1646232334,47.74301,8.99895\n8446,1646232335,47.74301,8.99895\n8447,1646232336,47.74301,8.99895\n8448,1646232337,47.74301,8.99895\n8449,1646232338,47.74301,8.99895\n8450,1646232339,47.74301,8.99895\n8451,1646232340,47.74301,8.99895\n8452,1646232341,47.74301,8.99895\n8453,1646232342,47.74301,8.99895\n8454,1646232343,47.74301,8.99895\n8455,1646232344,47.74301,8.99895\n8456,1646232345,47.74301,8.99895\n8457,1646232346,47.74301,8.99895\n8458,1646232347,47.74301,8.99895\n8459,1646232348,47.74301,8.99895\n8460,1646232349,47.74301,8.99895\n8461,1646232350,47.74301,8.99895\n8462,1646232351,47.74301,8.99895\n8463,1646232352,47.74301,8.99895\n8464,1646232353,47.74301,8.99895\n8465,1646232354,47.74301,8.99895\n8466,1646232355,47.74301,8.99895\n8467,1646232356,47.74301,8.99895\n8468,1646232357,47.74301,8.99895\n8469,1646232358,47.74301,8.99895\n8470,1646232359,47.74301,8.99895\n8471,1646232360,47.74301,8.99895\n8472,1646232361,47.74301,8.99895\n8473,1646232362,47.74301,8.99895\n8474,1646232363,47.74301,8.99895\n8475,1646232364,47.74301,8.99895\n8476,1646232365,47.74301,8.99895\n8477,1646232366,47.74301,8.99895\n8478,1646232367,47.74301,8.99895\n8479,1646232368,47.74301,8.99895\n8480,1646232369,47.74301,8.99895\n8481,1646232370,47.74301,8.99895\n8482,1646232371,47.74301,8.99895\n8483,1646232372,47.74301,8.99895\n8484,1646232373,47.74301,8.99895\n8485,1646232374,47.74301,8.99895\n8486,1646232375,47.74301,8.99895\n8487,1646232376,47.74301,8.99895\n8488,1646232377,47.74301,8.99895\n8489,1646232378,47.74301,8.99895\n8490,1646232379,47.74301,8.99895\n8491,1646232380,47.74301,8.99895\n8492,1646232381,47.74301,8.99895\n8493,1646232382,47.74301,8.99895\n8494,1646232383,47.74301,8.99895\n8495,1646232384,47.74301,8.99895\n8496,1646232385,47.74301,8.99895\n8497,1646232386,47.74301,8.99895\n8498,1646232387,47.74301,8.99895\n8499,1646232388,47.74301,8.99895\n8500,1646232389,47.74301,8.99895\n8501,1646232390,47.74302,8.99895\n8502,1646232391,47.74302,8.99895\n8503,1646232392,47.74302,8.99895\n8504,1646232393,47.74302,8.99895\n8505,1646232394,47.74302,8.99895\n8506,1646232395,47.74302,8.99895\n8507,1646232396,47.74302,8.99895\n8508,1646232397,47.74302,8.99895\n8509,1646232398,47.74302,8.99895\n8510,1646232399,47.74302,8.99895\n8511,1646232400,47.74302,8.99895\n8512,1646232401,47.74302,8.99895\n8513,1646232402,47.74302,8.99895\n8514,1646232403,47.74302,8.99895\n8515,1646232404,47.74302,8.99895\n8516,1646232405,47.74302,8.99895\n8517,1646232406,47.74302,8.99895\n8518,1646232407,47.74302,8.99895\n8519,1646232408,47.74302,8.99895\n8520,1646232409,47.74302,8.99895\n8521,1646232410,47.74302,8.99895\n8522,1646232411,47.74302,8.99895\n8523,1646232412,47.74302,8.99895\n8524,1646232413,47.74302,8.99895\n8525,1646232414,47.74302,8.99895\n8526,1646232415,47.74302,8.99895\n8527,1646232416,47.74302,8.99895\n8528,1646232417,47.74302,8.99895\n8529,1646232418,47.74302,8.99895\n8530,1646232419,47.74302,8.99895\n8531,1646232420,47.74302,8.99895\n8532,1646232421,47.74302,8.99895\n8533,1646232422,47.74302,8.99895\n8534,1646232423,47.74302,8.99895\n8535,1646232424,47.74302,8.99895\n8536,1646232425,47.74302,8.99895\n8537,1646232426,47.74302,8.99895\n8538,1646232427,47.74302,8.99895\n8539,1646232428,47.74302,8.99895\n8540,1646232429,47.74302,8.99895\n8541,1646232430,47.74302,8.99895\n8542,1646232431,47.74302,8.99895\n8543,1646232432,47.74302,8.99895\n8544,1646232433,47.74302,8.99895\n8545,1646232434,47.74302,8.99895\n8546,1646232435,47.74302,8.99895\n8547,1646232436,47.74302,8.99895\n8548,1646232437,47.74302,8.99895\n8549,1646232438,47.74302,8.99895\n8550,1646232439,47.74302,8.99895\n8551,1646232440,47.74302,8.99895\n8552,1646232441,47.74302,8.99895\n8553,1646232442,47.74302,8.99895\n8554,1646232443,47.74302,8.99895\n8555,1646232444,47.74302,8.99895\n8556,1646232445,47.74302,8.99895\n8557,1646232446,47.74302,8.99895\n8558,1646232447,47.74302,8.99895\n8559,1646232448,47.74302,8.99895\n8560,1646232449,47.74302,8.99895\n8561,1646232450,47.74302,8.99895\n8562,1646232451,47.74302,8.99895\n8563,1646232452,47.74302,8.99895\n8564,1646232453,47.74302,8.99895\n8565,1646232454,47.74302,8.99895\n8566,1646232455,47.74302,8.99895\n8567,1646232456,47.74302,8.99895\n8568,1646232457,47.74302,8.99895\n8569,1646232458,47.74302,8.99895\n8570,1646232459,47.74302,8.99895\n8571,1646232460,47.74302,8.99895\n8572,1646232461,47.74302,8.99895\n8573,1646232462,47.74302,8.99895\n8574,1646232463,47.74302,8.99895\n8575,1646232464,47.74302,8.99895\n8576,1646232465,47.74302,8.99895\n8577,1646232466,47.74302,8.99895\n8578,1646232467,47.74302,8.99895\n8579,1646232468,47.74302,8.99895\n8580,1646232469,47.74302,8.99895\n8581,1646232470,47.74302,8.99895\n8582,1646232471,47.74302,8.99895\n8583,1646232472,47.74302,8.99895\n8584,1646232473,47.74302,8.99895\n8585,1646232474,47.74302,8.99895\n8586,1646232475,47.74302,8.99895\n8587,1646232476,47.74302,8.99895\n8588,1646232477,47.74302,8.99895\n8589,1646232478,47.74302,8.99895\n8590,1646232479,47.74302,8.99895\n8591,1646232480,47.74302,8.99895\n8592,1646232481,47.74302,8.99895\n8593,1646232482,47.74302,8.99895\n8594,1646232483,47.74302,8.99895\n8595,1646232484,47.74302,8.99895\n8596,1646232485,47.74302,8.99895\n8597,1646232486,47.74302,8.99895\n8598,1646232487,47.74303,8.99894\n8599,1646232488,47.74303,8.99894\n8600,1646232489,47.74303,8.99894\n8601,1646232490,47.74303,8.99894\n8602,1646232491,47.74303,8.99894\n8603,1646232492,47.74303,8.99894\n8604,1646232493,47.74303,8.99894\n8605,1646232494,47.74303,8.99894\n8606,1646232495,47.74303,8.99894\n8607,1646232496,47.74303,8.99894\n8608,1646232497,47.74303,8.99894\n8609,1646232498,47.74303,8.99894\n8610,1646232499,47.74303,8.99894\n8611,1646232500,47.74303,8.99894\n8612,1646232501,47.74303,8.99894\n8613,1646232502,47.74303,8.99894\n8614,1646232503,47.74303,8.99894\n8615,1646232504,47.74303,8.99894\n8616,1646232505,47.74303,8.99894\n8617,1646232506,47.74303,8.99894\n8618,1646232507,47.74303,8.99894\n8619,1646232508,47.74303,8.99894\n8620,1646232509,47.74303,8.99894\n8621,1646232510,47.74303,8.99894\n8622,1646232511,47.74303,8.99894\n8623,1646232512,47.74303,8.99894\n8624,1646232513,47.74303,8.99894\n8625,1646232514,47.74303,8.99894\n8626,1646232515,47.74303,8.99894\n8627,1646232516,47.74303,8.99894\n8628,1646232517,47.74303,8.99894\n8629,1646232518,47.74303,8.99894\n8630,1646232519,47.74303,8.99894\n8631,1646232520,47.74303,8.99894\n8632,1646232521,47.74303,8.99894\n8633,1646232522,47.74303,8.99894\n8634,1646232523,47.74303,8.99894\n8635,1646232524,47.74303,8.99894\n8636,1646232525,47.74303,8.99894\n8637,1646232526,47.74303,8.99894\n8638,1646232527,47.74303,8.99894\n8639,1646232528,47.74303,8.99894\n8640,1646232529,47.74303,8.99894\n8641,1646232530,47.74303,8.99894\n8642,1646232531,47.74303,8.99894\n8643,1646232532,47.74303,8.99894\n8644,1646232533,47.74303,8.99894\n8645,1646232534,47.74303,8.99894\n8646,1646232535,47.74303,8.99894\n8647,1646232536,47.74303,8.99894\n8648,1646232537,47.74303,8.99894\n8649,1646232538,47.74303,8.99894\n8650,1646232539,47.74303,8.99894\n8651,1646232540,47.74303,8.99894\n8652,1646232541,47.74303,8.99894\n8653,1646232542,47.74303,8.99894\n8654,1646232543,47.74303,8.99894\n8655,1646232544,47.74303,8.99894\n8656,1646232545,47.74303,8.99894\n8657,1646232546,47.74303,8.99894\n8658,1646232547,47.74303,8.99894\n8659,1646232548,47.74303,8.99894\n8660,1646232549,47.74303,8.99894\n8661,1646232550,47.74303,8.99894\n8662,1646232551,47.74303,8.99894\n8663,1646232552,47.74303,8.99894\n8664,1646232553,47.74303,8.99894\n8665,1646232554,47.74303,8.99894\n8666,1646232555,47.74303,8.99894\n8667,1646232556,47.74303,8.99894\n8668,1646232557,47.74304,8.99894\n8669,1646232558,47.74304,8.99894\n8670,1646232559,47.74304,8.99894\n8671,1646232561,47.74304,8.99894\n8672,1646232562,47.74304,8.99894\n8673,1646232563,47.74304,8.99894\n8674,1646232564,47.74304,8.99894\n8675,1646232565,47.74304,8.99894\n8676,1646232566,47.74304,8.99894\n8677,1646232567,47.74304,8.99894\n8678,1646232568,47.74304,8.99894\n8679,1646232569,47.74304,8.99894\n8680,1646232570,47.74304,8.99894\n8681,1646232571,47.74304,8.99894\n8682,1646232572,47.74304,8.99894\n8683,1646232573,47.74304,8.99894\n8684,1646232574,47.74304,8.99894\n8685,1646232575,47.74304,8.99894\n8686,1646232576,47.74304,8.99894\n8687,1646232577,47.74304,8.99894\n8688,1646232578,47.74304,8.99894\n8689,1646232579,47.74304,8.99894\n8690,1646232580,47.74304,8.99894\n8691,1646232581,47.74304,8.99894\n8692,1646232582,47.74304,8.99894\n8693,1646232583,47.74304,8.99894\n8694,1646232584,47.74304,8.99894\n8695,1646232585,47.74304,8.99894\n8696,1646232586,47.74304,8.99894\n8697,1646232587,47.74304,8.99894\n8698,1646232588,47.74304,8.99894\n8699,1646232589,47.74304,8.99894\n8700,1646232590,47.74304,8.99894\n8701,1646232591,47.74304,8.99894\n8702,1646232592,47.74304,8.99894\n8703,1646232593,47.74304,8.99894\n8704,1646232594,47.74304,8.99894\n8705,1646232595,47.74304,8.99894\n8706,1646232596,47.74304,8.99894\n8707,1646232597,47.74304,8.99894\n8708,1646232598,47.74304,8.99894\n8709,1646232599,47.74304,8.99894\n8710,1646232600,47.74304,8.99894\n8711,1646232601,47.74304,8.99894\n8712,1646232602,47.74304,8.99894\n8713,1646232603,47.74304,8.99894\n8714,1646232604,47.74304,8.99894\n8715,1646232605,47.74304,8.99894\n8716,1646232606,47.74304,8.99894\n8717,1646232607,47.74304,8.99894\n8718,1646232608,47.74304,8.99894\n8719,1646232609,47.74304,8.99894\n8720,1646232610,47.74304,8.99894\n8721,1646232611,47.74304,8.99894\n8722,1646232612,47.74304,8.99894\n8723,1646232613,47.74304,8.99894\n8724,1646232614,47.74304,8.99894\n8725,1646232615,47.74304,8.99894\n8726,1646232616,47.74304,8.99894\n8727,1646232617,47.74304,8.99894\n8728,1646232618,47.74304,8.99894\n8729,1646232619,47.74304,8.99894\n8730,1646232620,47.74304,8.99894\n8731,1646232621,47.74304,8.99894\n8732,1646232622,47.74304,8.99894\n8733,1646232623,47.74304,8.99894\n8734,1646232624,47.74304,8.99894\n8735,1646232625,47.74304,8.99894\n8736,1646232626,47.74304,8.99894\n8737,1646232627,47.74304,8.99894\n8738,1646232628,47.74304,8.99894\n8739,1646232629,47.74304,8.99894\n8740,1646232630,47.74304,8.99894\n8741,1646232631,47.74304,8.99894\n8742,1646232632,47.74304,8.99894\n8743,1646232633,47.74304,8.99894\n8744,1646232634,47.74304,8.99894\n8745,1646232635,47.74304,8.99894\n8746,1646232636,47.74304,8.99894\n8747,1646232637,47.74304,8.99894\n8748,1646232638,47.74304,8.99894\n8749,1646232639,47.74304,8.99894\n8750,1646232640,47.74304,8.99894\n8751,1646232641,47.74304,8.99894\n8752,1646232642,47.74304,8.99894\n8753,1646232643,47.74304,8.99894\n8754,1646232644,47.74304,8.99894\n8755,1646232645,47.74304,8.99894\n8756,1646232646,47.74304,8.99894\n8757,1646232647,47.74304,8.99894\n8758,1646232648,47.74304,8.99894\n8759,1646232649,47.74304,8.99894\n8760,1646232650,47.74304,8.99894\n8761,1646232651,47.74304,8.99894\n8762,1646232652,47.74304,8.99894\n8763,1646232653,47.74304,8.99894\n8764,1646232654,47.74304,8.99894\n8765,1646232655,47.74304,8.99894\n8766,1646232656,47.74304,8.99894\n8767,1646232657,47.74304,8.99894\n8768,1646232658,47.74304,8.99894\n8769,1646232659,47.74304,8.99894\n8770,1646232660,47.74304,8.99894\n8771,1646232661,47.74304,8.99894\n8772,1646232662,47.74304,8.99894\n8773,1646232663,47.74304,8.99894\n8774,1646232664,47.74304,8.99894\n8775,1646232665,47.74304,8.99894\n8776,1646232666,47.74304,8.99894\n8777,1646232667,47.74304,8.99894\n8778,1646232668,47.74304,8.99894\n8779,1646232669,47.74304,8.99894\n8780,1646232670,47.74304,8.99894\n8781,1646232671,47.74304,8.99894\n8782,1646232672,47.74304,8.99894\n8783,1646232673,47.74304,8.99894\n8784,1646232674,47.74304,8.99894\n8785,1646232675,47.74304,8.99894\n8786,1646232676,47.74304,8.99894\n8787,1646232677,47.74304,8.99894\n8788,1646232678,47.74304,8.99894\n8789,1646232679,47.74304,8.99894\n8790,1646232680,47.74304,8.99894\n8791,1646232681,47.74304,8.99894\n8792,1646232682,47.74304,8.99894\n8793,1646232683,47.74304,8.99894\n8794,1646232684,47.74304,8.99894\n8795,1646232685,47.74304,8.99894\n8796,1646232686,47.74304,8.99894\n8797,1646232687,47.74304,8.99894\n8798,1646232688,47.74304,8.99894\n8799,1646232689,47.74304,8.99894\n8800,1646232690,47.74304,8.99894\n8801,1646232691,47.74304,8.99894\n8802,1646232692,47.74304,8.99894\n8803,1646232693,47.74304,8.99894\n8804,1646232694,47.74304,8.99894\n8805,1646232695,47.74304,8.99894\n8806,1646232696,47.74304,8.99894\n8807,1646232697,47.74304,8.99894\n8808,1646232698,47.74304,8.99894\n8809,1646232699,47.74304,8.99894\n8810,1646232700,47.74304,8.99894\n8811,1646232701,47.74304,8.99894\n8812,1646232702,47.74304,8.99894\n8813,1646232703,47.74304,8.99894\n8814,1646232704,47.74304,8.99894\n8815,1646232705,47.74304,8.99894\n8816,1646232706,47.74304,8.99894\n8817,1646232707,47.74304,8.99894\n8818,1646232708,47.74304,8.99894\n8819,1646232709,47.74304,8.99894\n8820,1646232710,47.74304,8.99894\n8821,1646232711,47.74304,8.99894\n8822,1646232712,47.74304,8.99894\n8823,1646232713,47.74304,8.99894\n8824,1646232714,47.74304,8.99894\n8825,1646232715,47.74304,8.99894\n8826,1646232716,47.74304,8.99894\n8827,1646232717,47.74304,8.99894\n8828,1646232718,47.74304,8.99894\n8829,1646232719,47.74304,8.99894\n8830,1646232720,47.74304,8.99894\n8831,1646232721,47.74304,8.99894\n8832,1646232722,47.74304,8.99894\n8833,1646232723,47.74304,8.99894\n8834,1646232724,47.74304,8.99894\n8835,1646232725,47.74304,8.99894\n8836,1646232726,47.74304,8.99894\n8837,1646232727,47.74304,8.99894\n8838,1646232728,47.74304,8.99894\n8839,1646232729,47.74304,8.99894\n8840,1646232730,47.74304,8.99894\n8841,1646232731,47.74304,8.99894\n8842,1646232732,47.74304,8.99894\n8843,1646232733,47.74304,8.99894\n8844,1646232734,47.74304,8.99894\n8845,1646232735,47.74304,8.99894\n8846,1646232736,47.74304,8.99894\n8847,1646232737,47.74304,8.99894\n8848,1646232738,47.74304,8.99894\n8849,1646232739,47.74304,8.99894\n8850,1646232740,47.74304,8.99894\n8851,1646232741,47.74304,8.99894\n8852,1646232742,47.74304,8.99894\n8853,1646232743,47.74304,8.99894\n8854,1646232744,47.74304,8.99894\n8855,1646232745,47.74304,8.99894\n8856,1646232746,47.74304,8.99894\n8857,1646232747,47.74304,8.99894\n8858,1646232748,47.74304,8.99894\n8859,1646232749,47.74304,8.99894\n8860,1646232750,47.74304,8.99894\n8861,1646232751,47.74304,8.99894\n8862,1646232752,47.74304,8.99894\n8863,1646232753,47.74304,8.99894\n8864,1646232754,47.74304,8.99894\n8865,1646232755,47.74304,8.99894\n8866,1646232756,47.74304,8.99894\n8867,1646232757,47.74304,8.99894\n8868,1646232758,47.74304,8.99894\n8869,1646232759,47.74304,8.99894\n8870,1646232760,47.74304,8.99894\n8871,1646232761,47.74304,8.99894\n8872,1646232762,47.74304,8.99894\n8873,1646232763,47.74304,8.99894\n8874,1646232764,47.74304,8.99894\n8875,1646232765,47.74304,8.99894\n8876,1646232766,47.74304,8.99894\n8877,1646232767,47.74304,8.99894\n8878,1646232768,47.74304,8.99894\n8879,1646232769,47.74304,8.99894\n8880,1646232770,47.74304,8.99894\n8881,1646232771,47.74304,8.99894\n8882,1646232772,47.74304,8.99894\n8883,1646232773,47.74304,8.99894\n8884,1646232774,47.74304,8.99894\n8885,1646232775,47.74304,8.99894\n8886,1646232776,47.74304,8.99894\n8887,1646232777,47.74304,8.99894\n8888,1646232778,47.74304,8.99894\n8889,1646232779,47.74304,8.99894\n8890,1646232780,47.74304,8.99894\n8891,1646232781,47.74304,8.99894\n8892,1646232782,47.74304,8.99894\n8893,1646232783,47.74304,8.99894\n8894,1646232784,47.74304,8.99894\n8895,1646232785,47.74304,8.99894\n8896,1646232786,47.74304,8.99894\n8897,1646232787,47.74304,8.99894\n8898,1646232788,47.74304,8.99894\n8899,1646232789,47.74304,8.99894\n8900,1646232790,47.74304,8.99894\n8901,1646232791,47.74304,8.99894\n8902,1646232792,47.74304,8.99894\n8903,1646232793,47.74304,8.99894\n8904,1646232794,47.74304,8.99894\n8905,1646232795,47.74304,8.99894\n8906,1646232796,47.74304,8.99894\n8907,1646232797,47.74304,8.99894\n8908,1646232798,47.74304,8.99894\n8909,1646232799,47.74304,8.99894\n8910,1646232800,47.74304,8.99894\n8911,1646232801,47.74304,8.99894\n8912,1646232802,47.74304,8.99894\n8913,1646232803,47.74304,8.99894\n8914,1646232804,47.74304,8.99894\n8915,1646232805,47.74304,8.99894\n8916,1646232806,47.74304,8.99894\n8917,1646232807,47.74304,8.99894\n8918,1646232808,47.74304,8.99894\n8919,1646232809,47.74304,8.99894\n8920,1646232810,47.74304,8.99894\n8921,1646232811,47.74304,8.99894\n8922,1646232813,47.74304,8.99894\n8923,1646232814,47.74304,8.99894\n8924,1646232815,47.74304,8.99894\n8925,1646232816,47.74304,8.99894\n8926,1646232817,47.74304,8.99894\n8927,1646232818,47.74304,8.99894\n8928,1646232819,47.74304,8.99894\n8929,1646232820,47.74304,8.99894\n8930,1646232821,47.74304,8.99894\n8931,1646232822,47.74304,8.99894\n8932,1646232823,47.74304,8.99894\n8933,1646232824,47.74304,8.99894\n8934,1646232825,47.74304,8.99894\n8935,1646232826,47.74304,8.99894\n8936,1646232827,47.74304,8.99894\n8937,1646232828,47.74304,8.99894\n8938,1646232829,47.74304,8.99894\n8939,1646232830,47.74304,8.99894\n8940,1646232831,47.74304,8.99894\n8941,1646232832,47.74304,8.99894\n8942,1646232833,47.74304,8.99894\n8943,1646232896,47.74302,8.99898\n8944,1646232897,47.74300,8.99895\n8945,1646232898,47.74302,8.99895\n8946,1646232899,47.74302,8.99895\n8947,1646232900,47.74303,8.99895\n8948,1646232901,47.74303,8.99896\n8949,1646232902,47.74303,8.99896\n8950,1646232903,47.74303,8.99896\n8951,1646232904,47.74302,8.99896\n8952,1646232905,47.74302,8.99896\n8953,1646232906,47.74302,8.99896\n8954,1646232907,47.74303,8.99897\n8955,1646232909,47.74302,8.99897\n8956,1646232910,47.74302,8.99897\n8957,1646232911,47.74302,8.99896\n8958,1646232912,47.74302,8.99896\n8959,1646232913,47.74302,8.99896\n8960,1646232914,47.74301,8.99896\n8961,1646232915,47.74301,8.99896\n8962,1646232916,47.74301,8.99896\n8963,1646232917,47.74302,8.99895\n8964,1646232918,47.74302,8.99895\n8965,1646232919,47.74302,8.99895\n8966,1646232920,47.74302,8.99895\n8967,1646232921,47.74302,8.99895\n8968,1646232922,47.74302,8.99895\n8969,1646232923,47.74302,8.99895\n8970,1646232924,47.74302,8.99895\n8971,1646232925,47.74302,8.99895\n8972,1646232926,47.74302,8.99895\n8973,1646232927,47.74302,8.99895\n8974,1646232928,47.74302,8.99894\n8975,1646232929,47.74302,8.99894\n8976,1646232930,47.74303,8.99894\n8977,1646232931,47.74303,8.99894\n8978,1646232932,47.74303,8.99894\n8979,1646232933,47.74303,8.99894\n8980,1646232934,47.74302,8.99894\n8981,1646232935,47.74303,8.99894\n8982,1646232936,47.74303,8.99894\n8983,1646232937,47.74303,8.99894\n8984,1646232938,47.74303,8.99894\n8985,1646232939,47.74303,8.99894\n8986,1646232940,47.74303,8.99894\n8987,1646232941,47.74303,8.99894\n8988,1646232942,47.74303,8.99894\n8989,1646232943,47.74303,8.99894\n8990,1646232944,47.74303,8.99894\n8991,1646232945,47.74303,8.99894\n8992,1646232946,47.74303,8.99894\n8993,1646232947,47.74303,8.99894\n8994,1646232948,47.74303,8.99894\n8995,1646232949,47.74303,8.99894\n8996,1646232950,47.74303,8.99894\n8997,1646232951,47.74303,8.99894\n8998,1646232952,47.74303,8.99894\n8999,1646232953,47.74303,8.99894\n9000,1646232954,47.74303,8.99894\n9001,1646232955,47.74303,8.99894\n9002,1646232956,47.74303,8.99894\n9003,1646232957,47.74303,8.99894\n9004,1646232958,47.74303,8.99894\n9005,1646232959,47.74303,8.99894\n9006,1646232960,47.74303,8.99894\n9007,1646232961,47.74303,8.99894\n9008,1646232962,47.74303,8.99894\n9009,1646232963,47.74303,8.99894\n9010,1646232964,47.74303,8.99894\n9011,1646232965,47.74303,8.99894\n9012,1646232966,47.74303,8.99894\n9013,1646232967,47.74303,8.99894\n9014,1646232968,47.74303,8.99894\n9015,1646232969,47.74303,8.99894\n9016,1646232970,47.74303,8.99894\n9017,1646232971,47.74303,8.99894\n9018,1646232972,47.74303,8.99894\n9019,1646232973,47.74303,8.99894\n9020,1646232974,47.74303,8.99894\n9021,1646232975,47.74303,8.99894\n9022,1646232976,47.74303,8.99894\n9023,1646232977,47.74303,8.99894\n9024,1646232978,47.74303,8.99894\n9025,1646232979,47.74303,8.99894\n9026,1646232980,47.74303,8.99894\n9027,1646232981,47.74303,8.99894\n9028,1646232982,47.74303,8.99894\n9029,1646232983,47.74303,8.99894\n9030,1646232984,47.74303,8.99894\n9031,1646232985,47.74303,8.99894\n9032,1646232986,47.74303,8.99894\n9033,1646232987,47.74303,8.99894\n9034,1646232988,47.74303,8.99894\n9035,1646232989,47.74303,8.99894\n9036,1646232990,47.74303,8.99894\n9037,1646232991,47.74303,8.99894\n9038,1646232992,47.74303,8.99894\n9039,1646232993,47.74303,8.99894\n9040,1646232994,47.74303,8.99894\n9041,1646232995,47.74303,8.99894\n9042,1646232996,47.74303,8.99894\n9043,1646232997,47.74303,8.99894\n9044,1646232998,47.74303,8.99894\n9045,1646232999,47.74303,8.99894\n9046,1646233000,47.74303,8.99894\n9047,1646233001,47.74303,8.99894\n9048,1646233002,47.74303,8.99894\n9049,1646233003,47.74303,8.99894\n9050,1646233004,47.74303,8.99894\n9051,1646233005,47.74303,8.99894\n9052,1646233006,47.74303,8.99894\n9053,1646233007,47.74303,8.99894\n9054,1646233008,47.74303,8.99894\n9055,1646233009,47.74303,8.99894\n9056,1646233010,47.74303,8.99894\n9057,1646233011,47.74303,8.99894\n9058,1646233012,47.74303,8.99894\n9059,1646233013,47.74303,8.99894\n9060,1646233014,47.74303,8.99894\n9061,1646233015,47.74303,8.99894\n9062,1646233016,47.74303,8.99894\n9063,1646233017,47.74303,8.99894\n9064,1646233018,47.74303,8.99894\n9065,1646233019,47.74303,8.99894\n9066,1646233020,47.74303,8.99894\n9067,1646233021,47.74303,8.99894\n9068,1646233022,47.74303,8.99894\n9069,1646233023,47.74303,8.99894\n9070,1646233024,47.74303,8.99894\n9071,1646233025,47.74303,8.99894\n9072,1646233026,47.74303,8.99894\n9073,1646233027,47.74303,8.99894\n9074,1646233028,47.74303,8.99894\n9075,1646233029,47.74303,8.99894\n9076,1646233030,47.74303,8.99894\n9077,1646233031,47.74303,8.99894\n9078,1646233032,47.74303,8.99894\n9079,1646233033,47.74303,8.99894\n9080,1646233034,47.74303,8.99894\n9081,1646233035,47.74303,8.99894\n9082,1646233036,47.74303,8.99894\n9083,1646233037,47.74303,8.99894\n9084,1646233038,47.74303,8.99894\n9085,1646233039,47.74303,8.99894\n9086,1646233040,47.74303,8.99894\n9087,1646233041,47.74303,8.99894\n9088,1646233042,47.74303,8.99894\n9089,1646233043,47.74303,8.99894\n9090,1646233044,47.74303,8.99894\n9091,1646233045,47.74303,8.99894\n9092,1646233046,47.74303,8.99894\n9093,1646233047,47.74303,8.99894\n9094,1646233048,47.74303,8.99894\n9095,1646233049,47.74303,8.99894\n9096,1646233050,47.74303,8.99894\n9097,1646233051,47.74303,8.99894\n9098,1646233052,47.74303,8.99894\n9099,1646233053,47.74303,8.99894\n9100,1646233054,47.74303,8.99894\n9101,1646233055,47.74303,8.99894\n9102,1646233056,47.74303,8.99894\n9103,1646233057,47.74303,8.99894\n9104,1646233058,47.74303,8.99894\n9105,1646233059,47.74303,8.99894\n9106,1646233060,47.74303,8.99894\n9107,1646233061,47.74303,8.99894\n9108,1646233062,47.74303,8.99894\n9109,1646233063,47.74303,8.99894\n9110,1646233064,47.74303,8.99894\n9111,1646233065,47.74303,8.99894\n9112,1646233066,47.74303,8.99894\n9113,1646233067,47.74303,8.99894\n9114,1646233068,47.74303,8.99894\n9115,1646233069,47.74303,8.99894\n9116,1646233070,47.74303,8.99894\n9117,1646233071,47.74303,8.99894\n9118,1646233072,47.74303,8.99894\n9119,1646233073,47.74303,8.99894\n9120,1646233074,47.74303,8.99894\n9121,1646233075,47.74303,8.99894\n9122,1646233076,47.74303,8.99894\n9123,1646233077,47.74303,8.99894\n9124,1646233078,47.74303,8.99894\n9125,1646233079,47.74303,8.99894\n9126,1646233080,47.74303,8.99894\n9127,1646233081,47.74303,8.99894\n9128,1646233082,47.74303,8.99894\n9129,1646233083,47.74303,8.99894\n9130,1646233084,47.74303,8.99894\n9131,1646233085,47.74303,8.99894\n9132,1646233086,47.74303,8.99894\n9133,1646233087,47.74303,8.99894\n9134,1646233088,47.74303,8.99894\n9135,1646233089,47.74303,8.99894\n9136,1646233090,47.74303,8.99894\n9137,1646233091,47.74303,8.99894\n9138,1646233092,47.74303,8.99894\n9139,1646233093,47.74303,8.99894\n9140,1646233094,47.74303,8.99894\n9141,1646233095,47.74303,8.99894\n9142,1646233096,47.74303,8.99894\n9143,1646233097,47.74303,8.99894\n9144,1646233098,47.74303,8.99894\n9145,1646233099,47.74303,8.99894\n9146,1646233100,47.74303,8.99894\n9147,1646233101,47.74303,8.99894\n9148,1646233102,47.74303,8.99894\n9149,1646233103,47.74303,8.99894\n9150,1646233104,47.74303,8.99894\n9151,1646233105,47.74303,8.99894\n9152,1646233106,47.74303,8.99894\n9153,1646233107,47.74303,8.99894\n9154,1646233108,47.74303,8.99894\n9155,1646233109,47.74303,8.99894\n9156,1646233110,47.74303,8.99894\n9157,1646233111,47.74303,8.99894\n9158,1646233112,47.74303,8.99894\n9159,1646233113,47.74303,8.99894\n9160,1646233114,47.74303,8.99894\n9161,1646233115,47.74303,8.99894\n9162,1646233116,47.74303,8.99894\n9163,1646233117,47.74303,8.99894\n9164,1646233118,47.74303,8.99894\n9165,1646233119,47.74303,8.99894\n9166,1646233120,47.74303,8.99894\n9167,1646233121,47.74303,8.99894\n9168,1646233122,47.74303,8.99894\n9169,1646233185,47.74300,8.99883\n9170,1646233186,47.74298,8.99886\n9171,1646233187,47.74299,8.99889\n9172,1646233188,47.74299,8.99889\n9173,1646233189,47.74299,8.99890\n9174,1646233190,47.74300,8.99890\n9175,1646233191,47.74300,8.99891\n9176,1646233192,47.74301,8.99892\n9177,1646233193,47.74301,8.99893\n9178,1646233194,47.74301,8.99893\n9179,1646233195,47.74301,8.99891\n9180,1646233197,47.74301,8.99892\n9181,1646233198,47.74301,8.99892\n9182,1646233199,47.74302,8.99892\n9183,1646233200,47.74302,8.99892\n9184,1646233201,47.74302,8.99892\n9185,1646233202,47.74303,8.99892\n9186,1646233203,47.74303,8.99892\n9187,1646233204,47.74303,8.99892\n9188,1646233205,47.74303,8.99892\n9189,1646233206,47.74303,8.99892\n9190,1646233207,47.74303,8.99892\n9191,1646233208,47.74303,8.99892\n9192,1646233209,47.74303,8.99891\n9193,1646233210,47.74303,8.99891\n9194,1646233211,47.74303,8.99891\n9195,1646233212,47.74303,8.99891\n9196,1646233213,47.74303,8.99891\n9197,1646233214,47.74303,8.99891\n9198,1646233215,47.74303,8.99891\n9199,1646233216,47.74303,8.99891\n9200,1646233217,47.74303,8.99891\n9201,1646233218,47.74303,8.99891\n9202,1646233219,47.74303,8.99891\n9203,1646234779,47.74312,8.99932\n9204,1646234780,47.74304,8.99904\n9205,1646234781,47.74303,8.99903\n9206,1646234782,47.74303,8.99901\n9207,1646234783,47.74303,8.99901\n9208,1646234784,47.74303,8.99901\n9209,1646234785,47.74302,8.99901\n9210,1646234786,47.74302,8.99900\n9211,1646234787,47.74302,8.99900\n9212,1646234788,47.74302,8.99900\n9213,1646234789,47.74302,8.99900\n9214,1646234790,47.74302,8.99899\n9215,1646234791,47.74302,8.99898\n9216,1646234793,47.74301,8.99898\n9217,1646234794,47.74301,8.99898\n9218,1646234795,47.74301,8.99898\n9219,1646234796,47.74301,8.99898\n9220,1646234797,47.74301,8.99898\n9221,1646234798,47.74301,8.99898\n9222,1646234799,47.74301,8.99898\n9223,1646234800,47.74301,8.99898\n9224,1646234801,47.74301,8.99898\n9225,1646234802,47.74301,8.99898\n9226,1646234803,47.74301,8.99898\n9227,1646234804,47.74301,8.99898\n9228,1646234805,47.74301,8.99898\n9229,1646234868,47.74295,8.99898\n9230,1646234869,47.74296,8.99899\n9231,1646234870,47.74296,8.99899\n9232,1646234871,47.74296,8.99898\n9233,1646234872,47.74298,8.99898\n9234,1646234873,47.74299,8.99898\n9235,1646234874,47.74299,8.99898\n9236,1646234875,47.74301,8.99893\n9237,1646234877,47.74301,8.99893\n9238,1646234878,47.74301,8.99893\n9239,1646234879,47.74301,8.99894\n9240,1646234880,47.74301,8.99894\n9241,1646234881,47.74301,8.99894\n9242,1646234944,47.74307,8.99884\n9243,1646234945,47.74308,8.99889\n9244,1646234946,47.74307,8.99891\n9245,1646234947,47.74307,8.99893\n9246,1646234948,47.74307,8.99893\n9247,1646234949,47.74307,8.99894\n9248,1646234950,47.74306,8.99894\n9249,1646234951,47.74306,8.99895\n9250,1646234952,47.74307,8.99895\n9251,1646234953,47.74306,8.99898\n9252,1646234955,47.74306,8.99898\n9253,1646235018,47.74305,8.99894\n9254,1646235019,47.74304,8.99893\n9255,1646235020,47.74304,8.99893\n9256,1646235021,47.74304,8.99893\n9257,1646235022,47.74304,8.99893\n9258,1646235023,47.74303,8.99893\n9259,1646235024,47.74304,8.99893\n9260,1646235025,47.74304,8.99894\n9261,1646235027,47.74304,8.99894\n9262,1646235090,47.74299,8.99889\n9263,1646235091,47.74301,8.99891\n9264,1646235092,47.74302,8.99891\n9265,1646235093,47.74302,8.99891\n9266,1646235094,47.74302,8.99892\n9267,1646235095,47.74302,8.99892\n9268,1646235096,47.74302,8.99893\n9269,1646235097,47.74302,8.99894\n9270,1646235099,47.74302,8.99894\n9271,1646235162,47.74308,8.99906\n9272,1646235163,47.74304,8.99903\n9273,1646235164,47.74303,8.99900\n9274,1646235165,47.74303,8.99900\n9275,1646235166,47.74303,8.99899\n9276,1646235167,47.74303,8.99899\n9277,1646235168,47.74303,8.99899\n9278,1646235169,47.74304,8.99898\n9279,1646235233,47.74302,8.99904\n9280,1646235234,47.74307,8.99898\n9281,1646235235,47.74307,8.99898\n9282,1646235236,47.74307,8.99897\n9283,1646235237,47.74307,8.99897\n9284,1646235238,47.74307,8.99897\n9285,1646235239,47.74307,8.99897\n9286,1646235303,47.74306,8.99890\n9287,1646235304,47.74306,8.99891\n9288,1646235305,47.74306,8.99892\n9289,1646235306,47.74305,8.99892\n9290,1646235307,47.74304,8.99893\n9291,1646235372,47.74311,8.99901\n9292,1646235373,47.74311,8.99899\n9293,1646235374,47.74310,8.99899\n9294,1646235375,47.74309,8.99899\n9295,1646235376,47.74308,8.99898\n9296,1646235377,47.74307,8.99898\n9297,1646235443,47.74304,8.99893\n9298,1646235444,47.74304,8.99893\n9299,1646235445,47.74304,8.99893\n9300,1646235446,47.74304,8.99894\n9301,1646235447,47.74304,8.99894\n9302,1646235512,47.74299,8.99898\n9303,1646235513,47.74299,8.99898\n9304,1646235514,47.74300,8.99899\n9305,1646235515,47.74300,8.99899\n9306,1646235580,47.74305,8.99897\n9307,1646235581,47.74304,8.99893\n9308,1646235582,47.74304,8.99893\n9309,1646235583,47.74303,8.99892\n9310,1646235646,47.74298,8.99885\n9311,1646235647,47.74297,8.99890\n9312,1646235648,47.74299,8.99891\n9313,1646235649,47.74299,8.99891\n9314,1646235713,47.74284,8.99883\n9315,1646235714,47.74300,8.99895\n9316,1646235715,47.74302,8.99896\n9317,1646235716,47.74304,8.99896\n9318,1646235717,47.74304,8.99896\n9319,1646235781,47.74294,8.99886\n9320,1646235782,47.74303,8.99896\n9321,1646235783,47.74302,8.99896\n9322,1646235784,47.74302,8.99897\n9323,1646235785,47.74302,8.99896"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220302_1s_Interval_9323_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 46, TOs: 0/0, ErrorsOrGF: 1, TTFF: 65\nFixes: 9323, Avg. time to fix: 0 s, Avg. HDOP (x10): 9\n\ncount,timestamp,lat,lon\n1,1646223891,47.74311,8.99903\n2,1646223893,47.74309,8.99901\n3,1646223894,47.74310,8.99902\n4,1646223895,47.74310,8.99902\n5,1646223896,47.74310,8.99902\n6,1646223897,47.74310,8.99901\n7,1646223898,47.74310,8.99901\n8,1646223899,47.74310,8.99901\n9,1646223900,47.74309,8.99900\n10,1646223901,47.74308,8.99900\n11,1646223902,47.74308,8.99899\n12,1646223903,47.74308,8.99899\n13,1646223904,47.74307,8.99899\n14,1646223905,47.74307,8.99899\n15,1646223906,47.74307,8.99899\n16,1646223907,47.74307,8.99899\n17,1646223908,47.74307,8.99899\n18,1646223909,47.74307,8.99900\n19,1646223910,47.74307,8.99900\n20,1646223911,47.74307,8.99900\n21,1646223912,47.74307,8.99900\n22,1646223913,47.74306,8.99900\n23,1646223914,47.74306,8.99900\n24,1646223915,47.74306,8.99900\n25,1646223916,47.74306,8.99900\n26,1646223917,47.74306,8.99900\n27,1646223918,47.74306,8.99900\n28,1646223919,47.74306,8.99900\n29,1646223920,47.74306,8.99900\n30,1646223921,47.74306,8.99900\n31,1646223922,47.74306,8.99900\n32,1646223923,47.74306,8.99900\n33,1646223924,47.74306,8.99901\n34,1646223925,47.74306,8.99901\n35,1646223926,47.74306,8.99901\n36,1646223927,47.74306,8.99901\n37,1646223928,47.74306,8.99901\n38,1646223929,47.74306,8.99901\n39,1646223930,47.74306,8.99901\n40,1646223931,47.74306,8.99901\n41,1646223932,47.74306,8.99901\n42,1646223933,47.74306,8.99901\n43,1646223934,47.74306,8.99901\n44,1646223935,47.74306,8.99901\n45,1646223936,47.74306,8.99901\n46,1646223937,47.74306,8.99901\n47,1646223938,47.74306,8.99901\n48,1646223939,47.74306,8.99901\n49,1646223940,47.74306,8.99901\n50,1646223941,47.74306,8.99901\n51,1646223942,47.74306,8.99901\n52,1646223943,47.74306,8.99901\n53,1646223944,47.74306,8.99901\n54,1646223945,47.74306,8.99901\n55,1646223946,47.74306,8.99901\n56,1646223947,47.74306,8.99901\n57,1646223948,47.74306,8.99901\n58,1646223949,47.74306,8.99901\n59,1646223950,47.74306,8.99901\n60,1646223951,47.74306,8.99901\n61,1646223952,47.74306,8.99901\n62,1646223953,47.74306,8.99901\n63,1646223954,47.74306,8.99901\n64,1646223955,47.74306,8.99901\n65,1646223956,47.74306,8.99901\n66,1646223957,47.74306,8.99901\n67,1646223958,47.74306,8.99901\n68,1646223959,47.74306,8.99901\n69,1646223960,47.74306,8.99901\n70,1646223961,47.74306,8.99901\n71,1646223962,47.74306,8.99901\n72,1646223963,47.74306,8.99901\n73,1646223964,47.74306,8.99901\n74,1646223965,47.74306,8.99901\n75,1646223966,47.74306,8.99901\n76,1646223967,47.74306,8.99901\n77,1646223968,47.74306,8.99901\n78,1646223969,47.74306,8.99901\n79,1646223970,47.74306,8.99901\n80,1646223971,47.74306,8.99901\n81,1646223972,47.74306,8.99901\n82,1646223973,47.74306,8.99901\n83,1646223974,47.74306,8.99901\n84,1646223975,47.74306,8.99901\n85,1646223976,47.74306,8.99901\n86,1646223977,47.74306,8.99901\n87,1646223978,47.74306,8.99901\n88,1646223979,47.74306,8.99901\n89,1646223980,47.74306,8.99901\n90,1646223981,47.74306,8.99901\n91,1646223982,47.74306,8.99901\n92,1646223983,47.74306,8.99901\n93,1646223984,47.74306,8.99901\n94,1646223985,47.74306,8.99901\n95,1646223986,47.74306,8.99901\n96,1646223987,47.74306,8.99901\n97,1646223988,47.74306,8.99901\n98,1646223989,47.74306,8.99901\n99,1646223990,47.74306,8.99901\n100,1646223991,47.74306,8.99901\n101,1646223992,47.74306,8.99901\n102,1646223993,47.74306,8.99901\n103,1646223994,47.74306,8.99901\n104,1646223995,47.74306,8.99901\n105,1646223996,47.74306,8.99901\n106,1646223997,47.74306,8.99901\n107,1646223998,47.74306,8.99901\n108,1646223999,47.74306,8.99901\n109,1646224000,47.74306,8.99901\n110,1646224001,47.74306,8.99901\n111,1646224002,47.74306,8.99901\n112,1646224003,47.74306,8.99901\n113,1646224004,47.74306,8.99901\n114,1646224005,47.74306,8.99901\n115,1646224006,47.74306,8.99901\n116,1646224007,47.74306,8.99901\n117,1646224008,47.74306,8.99901\n118,1646224009,47.74306,8.99901\n119,1646224010,47.74306,8.99901\n120,1646224011,47.74306,8.99901\n121,1646224012,47.74306,8.99901\n122,1646224013,47.74306,8.99901\n123,1646224014,47.74306,8.99901\n124,1646224015,47.74306,8.99901\n125,1646224016,47.74306,8.99901\n126,1646224017,47.74306,8.99901\n127,1646224018,47.74306,8.99901\n128,1646224019,47.74306,8.99901\n129,1646224020,47.74306,8.99901\n130,1646224021,47.74306,8.99901\n131,1646224022,47.74306,8.99901\n132,1646224023,47.74306,8.99901\n133,1646224024,47.74306,8.99901\n134,1646224025,47.74306,8.99901\n135,1646224026,47.74306,8.99901\n136,1646224027,47.74306,8.99901\n137,1646224028,47.74306,8.99901\n138,1646224029,47.74306,8.99901\n139,1646224030,47.74306,8.99901\n140,1646224031,47.74306,8.99901\n141,1646224032,47.74306,8.99901\n142,1646224033,47.74306,8.99901\n143,1646224034,47.74306,8.99901\n144,1646224035,47.74306,8.99901\n145,1646224036,47.74306,8.99901\n146,1646224037,47.74306,8.99901\n147,1646224038,47.74306,8.99901\n148,1646224039,47.74306,8.99901\n149,1646224040,47.74306,8.99901\n150,1646224041,47.74306,8.99901\n151,1646224042,47.74306,8.99901\n152,1646224043,47.74306,8.99901\n153,1646224044,47.74306,8.99901\n154,1646224045,47.74306,8.99901\n155,1646224046,47.74306,8.99901\n156,1646224047,47.74306,8.99901\n157,1646224048,47.74306,8.99901\n158,1646224049,47.74306,8.99901\n159,1646224050,47.74306,8.99901\n160,1646224051,47.74306,8.99901\n161,1646224052,47.74306,8.99901\n162,1646224053,47.74306,8.99901\n163,1646224054,47.74306,8.99901\n164,1646224055,47.74306,8.99901\n165,1646224056,47.74306,8.99901\n166,1646224057,47.74306,8.99901\n167,1646224058,47.74306,8.99901\n168,1646224059,47.74306,8.99901\n169,1646224060,47.74306,8.99901\n170,1646224061,47.74306,8.99901\n171,1646224062,47.74306,8.99901\n172,1646224063,47.74306,8.99901\n173,1646224064,47.74306,8.99901\n174,1646224065,47.74306,8.99900\n175,1646224066,47.74306,8.99900\n176,1646224067,47.74306,8.99900\n177,1646224068,47.74306,8.99900\n178,1646224069,47.74306,8.99900\n179,1646224070,47.74306,8.99900\n180,1646224071,47.74306,8.99900\n181,1646224072,47.74306,8.99900\n182,1646224073,47.74306,8.99900\n183,1646224074,47.74306,8.99900\n184,1646224075,47.74306,8.99900\n185,1646224076,47.74306,8.99900\n186,1646224077,47.74306,8.99900\n187,1646224078,47.74306,8.99899\n188,1646224079,47.74306,8.99899\n189,1646224080,47.74306,8.99899\n190,1646224081,47.74306,8.99899\n191,1646224082,47.74306,8.99899\n192,1646224083,47.74306,8.99899\n193,1646224084,47.74306,8.99899\n194,1646224085,47.74306,8.99898\n195,1646224086,47.74306,8.99898\n196,1646224087,47.74306,8.99898\n197,1646224088,47.74306,8.99898\n198,1646224089,47.74306,8.99898\n199,1646224090,47.74306,8.99898\n200,1646224091,47.74306,8.99898\n201,1646224092,47.74306,8.99898\n202,1646224093,47.74306,8.99898\n203,1646224094,47.74306,8.99898\n204,1646224095,47.74306,8.99898\n205,1646224096,47.74306,8.99898\n206,1646224097,47.74306,8.99898\n207,1646224098,47.74306,8.99898\n208,1646224099,47.74306,8.99898\n209,1646224100,47.74306,8.99898\n210,1646224101,47.74306,8.99898\n211,1646224102,47.74306,8.99898\n212,1646224103,47.74306,8.99898\n213,1646224104,47.74306,8.99898\n214,1646224105,47.74306,8.99898\n215,1646224106,47.74306,8.99898\n216,1646224107,47.74306,8.99898\n217,1646224108,47.74306,8.99898\n218,1646224109,47.74306,8.99898\n219,1646224110,47.74306,8.99898\n220,1646224111,47.74306,8.99898\n221,1646224112,47.74306,8.99898\n222,1646224113,47.74306,8.99898\n223,1646224114,47.74306,8.99898\n224,1646224115,47.74306,8.99898\n225,1646224116,47.74306,8.99898\n226,1646224117,47.74306,8.99898\n227,1646224118,47.74306,8.99898\n228,1646224119,47.74306,8.99898\n229,1646224120,47.74306,8.99898\n230,1646224121,47.74306,8.99898\n231,1646224122,47.74306,8.99898\n232,1646224123,47.74306,8.99898\n233,1646224124,47.74306,8.99898\n234,1646224125,47.74306,8.99898\n235,1646224126,47.74306,8.99898\n236,1646224127,47.74306,8.99898\n237,1646224128,47.74306,8.99898\n238,1646224129,47.74306,8.99898\n239,1646224130,47.74306,8.99898\n240,1646224131,47.74306,8.99898\n241,1646224132,47.74306,8.99898\n242,1646224133,47.74306,8.99898\n243,1646224134,47.74306,8.99898\n244,1646224135,47.74306,8.99898\n245,1646224136,47.74306,8.99898\n246,1646224137,47.74306,8.99898\n247,1646224138,47.74306,8.99898\n248,1646224139,47.74306,8.99898\n249,1646224140,47.74306,8.99898\n250,1646224141,47.74306,8.99898\n251,1646224142,47.74306,8.99898\n252,1646224143,47.74306,8.99898\n253,1646224144,47.74306,8.99898\n254,1646224145,47.74306,8.99898\n255,1646224146,47.74306,8.99898\n256,1646224147,47.74306,8.99898\n257,1646224148,47.74306,8.99898\n258,1646224149,47.74306,8.99898\n259,1646224150,47.74306,8.99898\n260,1646224151,47.74306,8.99898\n261,1646224152,47.74306,8.99898\n262,1646224153,47.74306,8.99898\n263,1646224154,47.74306,8.99898\n264,1646224155,47.74306,8.99898\n265,1646224156,47.74306,8.99898\n266,1646224157,47.74306,8.99898\n267,1646224158,47.74306,8.99898\n268,1646224159,47.74306,8.99898\n269,1646224160,47.74306,8.99898\n270,1646224161,47.74306,8.99898\n271,1646224162,47.74306,8.99898\n272,1646224163,47.74306,8.99898\n273,1646224164,47.74306,8.99898\n274,1646224165,47.74306,8.99898\n275,1646224166,47.74306,8.99898\n276,1646224167,47.74306,8.99898\n277,1646224168,47.74306,8.99898\n278,1646224169,47.74306,8.99898\n279,1646224170,47.74306,8.99898\n280,1646224171,47.74306,8.99898\n281,1646224172,47.74306,8.99898\n282,1646224173,47.74306,8.99898\n283,1646224174,47.74306,8.99898\n284,1646224175,47.74306,8.99898\n285,1646224176,47.74306,8.99898\n286,1646224177,47.74306,8.99898\n287,1646224178,47.74306,8.99898\n288,1646224179,47.74306,8.99898\n289,1646224180,47.74306,8.99898\n290,1646224181,47.74306,8.99898\n291,1646224182,47.74306,8.99898\n292,1646224183,47.74306,8.99898\n293,1646224184,47.74306,8.99898\n294,1646224185,47.74306,8.99898\n295,1646224186,47.74306,8.99898\n296,1646224187,47.74306,8.99898\n297,1646224188,47.74306,8.99898\n298,1646224189,47.74306,8.99898\n299,1646224190,47.74306,8.99898\n300,1646224191,47.74306,8.99898\n301,1646224192,47.74306,8.99898\n302,1646224193,47.74306,8.99898\n303,1646224194,47.74306,8.99898\n304,1646224195,47.74306,8.99898\n305,1646224196,47.74306,8.99898\n306,1646224197,47.74306,8.99898\n307,1646224198,47.74306,8.99898\n308,1646224199,47.74306,8.99898\n309,1646224200,47.74306,8.99898\n310,1646224201,47.74306,8.99898\n311,1646224202,47.74306,8.99898\n312,1646224203,47.74306,8.99898\n313,1646224204,47.74306,8.99898\n314,1646224205,47.74306,8.99898\n315,1646224206,47.74306,8.99898\n316,1646224207,47.74306,8.99898\n317,1646224208,47.74306,8.99898\n318,1646224209,47.74306,8.99898\n319,1646224210,47.74306,8.99898\n320,1646224211,47.74306,8.99898\n321,1646224212,47.74306,8.99898\n322,1646224213,47.74306,8.99898\n323,1646224214,47.74306,8.99898\n324,1646224215,47.74306,8.99898\n325,1646224216,47.74306,8.99898\n326,1646224217,47.74306,8.99898\n327,1646224218,47.74306,8.99898\n328,1646224219,47.74306,8.99898\n329,1646224220,47.74306,8.99898\n330,1646224221,47.74306,8.99898\n331,1646224222,47.74306,8.99898\n332,1646224223,47.74306,8.99898\n333,1646224224,47.74306,8.99898\n334,1646224225,47.74306,8.99898\n335,1646224226,47.74306,8.99898\n336,1646224227,47.74306,8.99898\n337,1646224228,47.74306,8.99898\n338,1646224229,47.74306,8.99898\n339,1646224230,47.74306,8.99898\n340,1646224231,47.74306,8.99898\n341,1646224232,47.74306,8.99898\n342,1646224233,47.74306,8.99898\n343,1646224234,47.74306,8.99898\n344,1646224235,47.74306,8.99898\n345,1646224236,47.74306,8.99898\n346,1646224237,47.74306,8.99898\n347,1646224238,47.74306,8.99898\n348,1646224239,47.74306,8.99898\n349,1646224240,47.74306,8.99898\n350,1646224241,47.74306,8.99898\n351,1646224242,47.74306,8.99898\n352,1646224243,47.74306,8.99898\n353,1646224244,47.74306,8.99898\n354,1646224245,47.74306,8.99898\n355,1646224246,47.74306,8.99898\n356,1646224247,47.74306,8.99898\n357,1646224248,47.74306,8.99898\n358,1646224249,47.74306,8.99898\n359,1646224250,47.74306,8.99898\n360,1646224251,47.74306,8.99898\n361,1646224252,47.74306,8.99898\n362,1646224253,47.74306,8.99898\n363,1646224254,47.74306,8.99898\n364,1646224255,47.74306,8.99898\n365,1646224256,47.74306,8.99898\n366,1646224257,47.74306,8.99898\n367,1646224258,47.74306,8.99898\n368,1646224259,47.74306,8.99898\n369,1646224260,47.74306,8.99898\n370,1646224261,47.74306,8.99898\n371,1646224262,47.74306,8.99898\n372,1646224263,47.74306,8.99898\n373,1646224264,47.74306,8.99898\n374,1646224265,47.74306,8.99898\n375,1646224266,47.74306,8.99898\n376,1646224267,47.74306,8.99898\n377,1646224268,47.74306,8.99898\n378,1646224267,47.74306,8.99898\n379,1646224268,47.74306,8.99898\n380,1646224269,47.74306,8.99898\n381,1646224270,47.74306,8.99898\n382,1646224271,47.74306,8.99898\n383,1646224272,47.74306,8.99898\n384,1646224273,47.74306,8.99898\n385,1646224274,47.74306,8.99898\n386,1646224275,47.74306,8.99898\n387,1646224276,47.74306,8.99898\n388,1646224277,47.74306,8.99898\n389,1646224278,47.74306,8.99898\n390,1646224279,47.74305,8.99898\n391,1646224280,47.74305,8.99898\n392,1646224281,47.74305,8.99898\n393,1646224282,47.74305,8.99898\n394,1646224283,47.74305,8.99898\n395,1646224284,47.74305,8.99898\n396,1646224285,47.74305,8.99898\n397,1646224286,47.74305,8.99898\n398,1646224287,47.74305,8.99898\n399,1646224288,47.74305,8.99898\n400,1646224289,47.74305,8.99898\n401,1646224290,47.74305,8.99898\n402,1646224291,47.74305,8.99898\n403,1646224292,47.74305,8.99898\n404,1646224293,47.74305,8.99898\n405,1646224294,47.74305,8.99898\n406,1646224295,47.74305,8.99898\n407,1646224296,47.74305,8.99898\n408,1646224297,47.74305,8.99898\n409,1646224298,47.74305,8.99898\n410,1646224299,47.74305,8.99898\n411,1646224300,47.74305,8.99898\n412,1646224301,47.74305,8.99898\n413,1646224302,47.74305,8.99898\n414,1646224303,47.74305,8.99898\n415,1646224304,47.74305,8.99898\n416,1646224305,47.74305,8.99898\n417,1646224306,47.74305,8.99898\n418,1646224307,47.74305,8.99898\n419,1646224308,47.74305,8.99898\n420,1646224309,47.74305,8.99898\n421,1646224310,47.74305,8.99898\n422,1646224311,47.74305,8.99898\n423,1646224312,47.74305,8.99898\n424,1646224313,47.74305,8.99898\n425,1646224314,47.74305,8.99898\n426,1646224315,47.74305,8.99898\n427,1646224316,47.74305,8.99898\n428,1646224317,47.74305,8.99898\n429,1646224318,47.74305,8.99898\n430,1646224319,47.74305,8.99898\n431,1646224320,47.74305,8.99898\n432,1646224321,47.74305,8.99898\n433,1646224322,47.74305,8.99898\n434,1646224323,47.74305,8.99898\n435,1646224324,47.74305,8.99898\n436,1646224325,47.74305,8.99898\n437,1646224326,47.74305,8.99898\n438,1646224327,47.74305,8.99898\n439,1646224328,47.74305,8.99898\n440,1646224329,47.74305,8.99898\n441,1646224330,47.74305,8.99898\n442,1646224331,47.74305,8.99898\n443,1646224332,47.74305,8.99898\n444,1646224333,47.74305,8.99898\n445,1646224334,47.74305,8.99898\n446,1646224335,47.74305,8.99898\n447,1646224336,47.74305,8.99898\n448,1646224337,47.74305,8.99898\n449,1646224338,47.74305,8.99898\n450,1646224339,47.74305,8.99898\n451,1646224340,47.74305,8.99898\n452,1646224341,47.74305,8.99898\n453,1646224342,47.74305,8.99898\n454,1646224343,47.74305,8.99898\n455,1646224344,47.74305,8.99898\n456,1646224345,47.74305,8.99898\n457,1646224346,47.74305,8.99898\n458,1646224347,47.74305,8.99898\n459,1646224348,47.74305,8.99898\n460,1646224349,47.74305,8.99898\n461,1646224350,47.74305,8.99898\n462,1646224351,47.74305,8.99898\n463,1646224352,47.74305,8.99898\n464,1646224353,47.74305,8.99898\n465,1646224354,47.74305,8.99898\n466,1646224355,47.74305,8.99898\n467,1646224356,47.74305,8.99898\n468,1646224357,47.74305,8.99898\n469,1646224358,47.74305,8.99898\n470,1646224359,47.74305,8.99898\n471,1646224360,47.74305,8.99898\n472,1646224361,47.74305,8.99898\n473,1646224362,47.74305,8.99898\n474,1646224363,47.74305,8.99898\n475,1646224364,47.74305,8.99898\n476,1646224365,47.74305,8.99898\n477,1646224366,47.74305,8.99898\n478,1646224367,47.74305,8.99898\n479,1646224368,47.74305,8.99898\n480,1646224369,47.74305,8.99898\n481,1646224370,47.74305,8.99898\n482,1646224371,47.74305,8.99898\n483,1646224372,47.74305,8.99898\n484,1646224373,47.74305,8.99898\n485,1646224374,47.74305,8.99898\n486,1646224375,47.74305,8.99898\n487,1646224376,47.74305,8.99898\n488,1646224377,47.74305,8.99898\n489,1646224378,47.74305,8.99898\n490,1646224379,47.74305,8.99898\n491,1646224380,47.74305,8.99898\n492,1646224381,47.74305,8.99898\n493,1646224382,47.74305,8.99898\n494,1646224383,47.74305,8.99898\n495,1646224384,47.74305,8.99898\n496,1646224385,47.74305,8.99898\n497,1646224386,47.74305,8.99898\n498,1646224387,47.74305,8.99898\n499,1646224388,47.74305,8.99898\n500,1646224389,47.74305,8.99898\n501,1646224390,47.74305,8.99898\n502,1646224391,47.74305,8.99898\n503,1646224392,47.74305,8.99898\n504,1646224393,47.74305,8.99898\n505,1646224394,47.74305,8.99898\n506,1646224395,47.74305,8.99898\n507,1646224396,47.74305,8.99898\n508,1646224397,47.74305,8.99898\n509,1646224398,47.74305,8.99898\n510,1646224399,47.74305,8.99898\n511,1646224400,47.74305,8.99898\n512,1646224401,47.74305,8.99898\n513,1646224402,47.74305,8.99898\n514,1646224403,47.74305,8.99898\n515,1646224404,47.74305,8.99898\n516,1646224405,47.74305,8.99898\n517,1646224406,47.74305,8.99898\n518,1646224407,47.74305,8.99898\n519,1646224408,47.74305,8.99898\n520,1646224409,47.74305,8.99898\n521,1646224410,47.74305,8.99898\n522,1646224411,47.74305,8.99898\n523,1646224412,47.74305,8.99898\n524,1646224413,47.74305,8.99898\n525,1646224414,47.74305,8.99898\n526,1646224415,47.74305,8.99898\n527,1646224416,47.74305,8.99898\n528,1646224417,47.74305,8.99898\n529,1646224418,47.74305,8.99898\n530,1646224419,47.74305,8.99898\n531,1646224420,47.74305,8.99898\n532,1646224421,47.74305,8.99898\n533,1646224422,47.74305,8.99898\n534,1646224423,47.74305,8.99898\n535,1646224424,47.74305,8.99898\n536,1646224425,47.74305,8.99898\n537,1646224426,47.74305,8.99898\n538,1646224427,47.74305,8.99898\n539,1646224428,47.74305,8.99898\n540,1646224429,47.74305,8.99898\n541,1646224430,47.74305,8.99898\n542,1646224431,47.74305,8.99898\n543,1646224432,47.74305,8.99898\n544,1646224433,47.74305,8.99898\n545,1646224434,47.74305,8.99898\n546,1646224435,47.74305,8.99898\n547,1646224436,47.74305,8.99898\n548,1646224437,47.74305,8.99898\n549,1646224438,47.74305,8.99898\n550,1646224439,47.74305,8.99899\n551,1646224440,47.74305,8.99899\n552,1646224441,47.74305,8.99899\n553,1646224442,47.74305,8.99899\n554,1646224443,47.74305,8.99899\n555,1646224444,47.74305,8.99899\n556,1646224445,47.74305,8.99899\n557,1646224446,47.74305,8.99899\n558,1646224447,47.74305,8.99899\n559,1646224448,47.74305,8.99899\n560,1646224449,47.74305,8.99899\n561,1646224450,47.74305,8.99899\n562,1646224451,47.74305,8.99899\n563,1646224452,47.74305,8.99899\n564,1646224453,47.74305,8.99899\n565,1646224454,47.74305,8.99899\n566,1646224455,47.74305,8.99899\n567,1646224456,47.74305,8.99899\n568,1646224457,47.74305,8.99899\n569,1646224458,47.74306,8.99899\n570,1646224459,47.74306,8.99899\n571,1646224460,47.74306,8.99899\n572,1646224461,47.74306,8.99899\n573,1646224462,47.74306,8.99899\n574,1646224463,47.74306,8.99899\n575,1646224464,47.74306,8.99899\n576,1646224465,47.74306,8.99899\n577,1646224466,47.74306,8.99899\n578,1646224467,47.74306,8.99899\n579,1646224468,47.74306,8.99899\n580,1646224469,47.74306,8.99899\n581,1646224470,47.74306,8.99899\n582,1646224471,47.74306,8.99899\n583,1646224472,47.74306,8.99899\n584,1646224473,47.74306,8.99899\n585,1646224474,47.74306,8.99899\n586,1646224475,47.74306,8.99899\n587,1646224476,47.74306,8.99899\n588,1646224477,47.74306,8.99899\n589,1646224478,47.74305,8.99899\n590,1646224479,47.74305,8.99899\n591,1646224480,47.74305,8.99899\n592,1646224481,47.74305,8.99899\n593,1646224482,47.74305,8.99899\n594,1646224483,47.74305,8.99899\n595,1646224484,47.74305,8.99899\n596,1646224485,47.74305,8.99899\n597,1646224486,47.74305,8.99899\n598,1646224487,47.74305,8.99899\n599,1646224488,47.74305,8.99899\n600,1646224489,47.74305,8.99899\n601,1646224490,47.74305,8.99899\n602,1646224491,47.74305,8.99899\n603,1646224492,47.74305,8.99899\n604,1646224493,47.74305,8.99899\n605,1646224494,47.74305,8.99899\n606,1646224495,47.74305,8.99899\n607,1646224496,47.74305,8.99899\n608,1646224497,47.74305,8.99899\n609,1646224498,47.74305,8.99899\n610,1646224499,47.74305,8.99899\n611,1646224500,47.74305,8.99899\n612,1646224501,47.74305,8.99899\n613,1646224502,47.74305,8.99899\n614,1646224503,47.74305,8.99899\n615,1646224504,47.74305,8.99899\n616,1646224505,47.74305,8.99899\n617,1646224506,47.74305,8.99899\n618,1646224507,47.74305,8.99899\n619,1646224508,47.74305,8.99899\n620,1646224509,47.74305,8.99899\n621,1646224510,47.74305,8.99899\n622,1646224511,47.74305,8.99899\n623,1646224512,47.74305,8.99899\n624,1646224513,47.74305,8.99899\n625,1646224514,47.74305,8.99899\n626,1646224515,47.74305,8.99899\n627,1646224516,47.74305,8.99899\n628,1646224517,47.74305,8.99899\n629,1646224518,47.74305,8.99899\n630,1646224519,47.74305,8.99899\n631,1646224520,47.74305,8.99899\n632,1646224521,47.74305,8.99899\n633,1646224522,47.74305,8.99899\n634,1646224523,47.74305,8.99899\n635,1646224524,47.74305,8.99899\n636,1646224525,47.74305,8.99899\n637,1646224526,47.74305,8.99899\n638,1646224527,47.74305,8.99899\n639,1646224528,47.74305,8.99899\n640,1646224529,47.74305,8.99899\n641,1646224530,47.74305,8.99899\n642,1646224531,47.74305,8.99899\n643,1646224532,47.74305,8.99899\n644,1646224533,47.74305,8.99899\n645,1646224534,47.74305,8.99899\n646,1646224535,47.74305,8.99899\n647,1646224536,47.74305,8.99899\n648,1646224537,47.74305,8.99899\n649,1646224538,47.74305,8.99899\n650,1646224539,47.74305,8.99899\n651,1646224540,47.74305,8.99899\n652,1646224541,47.74305,8.99899\n653,1646224542,47.74305,8.99899\n654,1646224543,47.74305,8.99899\n655,1646224544,47.74305,8.99899\n656,1646224545,47.74305,8.99899\n657,1646224546,47.74305,8.99899\n658,1646224547,47.74305,8.99899\n659,1646224548,47.74305,8.99899\n660,1646224549,47.74305,8.99899\n661,1646224550,47.74305,8.99899\n662,1646224551,47.74305,8.99899\n663,1646224552,47.74305,8.99899\n664,1646224553,47.74305,8.99899\n665,1646224554,47.74305,8.99899\n666,1646224555,47.74305,8.99899\n667,1646224556,47.74305,8.99899\n668,1646224557,47.74305,8.99899\n669,1646224558,47.74305,8.99899\n670,1646224559,47.74305,8.99899\n671,1646224560,47.74305,8.99899\n672,1646224561,47.74305,8.99899\n673,1646224562,47.74305,8.99899\n674,1646224563,47.74305,8.99899\n675,1646224564,47.74305,8.99899\n676,1646224565,47.74305,8.99899\n677,1646224566,47.74305,8.99899\n678,1646224567,47.74305,8.99899\n679,1646224568,47.74305,8.99899\n680,1646224569,47.74305,8.99899\n681,1646224570,47.74305,8.99899\n682,1646224571,47.74305,8.99899\n683,1646224572,47.74305,8.99899\n684,1646224573,47.74305,8.99899\n685,1646224574,47.74305,8.99899\n686,1646224575,47.74305,8.99899\n687,1646224576,47.74305,8.99899\n688,1646224577,47.74305,8.99899\n689,1646224578,47.74305,8.99899\n690,1646224579,47.74305,8.99899\n691,1646224580,47.74305,8.99899\n692,1646224581,47.74305,8.99899\n693,1646224582,47.74305,8.99899\n694,1646224583,47.74305,8.99899\n695,1646224584,47.74305,8.99899\n696,1646224585,47.74305,8.99899\n697,1646224586,47.74305,8.99899\n698,1646224587,47.74305,8.99899\n699,1646224588,47.74305,8.99899\n700,1646224589,47.74305,8.99899\n701,1646224590,47.74305,8.99899\n702,1646224591,47.74305,8.99899\n703,1646224592,47.74305,8.99899\n704,1646224593,47.74305,8.99899\n705,1646224594,47.74305,8.99899\n706,1646224595,47.74305,8.99899\n707,1646224596,47.74305,8.99899\n708,1646224597,47.74305,8.99899\n709,1646224598,47.74305,8.99899\n710,1646224599,47.74305,8.99899\n711,1646224600,47.74305,8.99899\n712,1646224601,47.74305,8.99899\n713,1646224602,47.74305,8.99899\n714,1646224603,47.74305,8.99899\n715,1646224604,47.74305,8.99899\n716,1646224605,47.74305,8.99899\n717,1646224606,47.74305,8.99899\n718,1646224607,47.74305,8.99899\n719,1646224608,47.74305,8.99899\n720,1646224609,47.74305,8.99899\n721,1646224610,47.74305,8.99899\n722,1646224611,47.74305,8.99899\n723,1646224612,47.74305,8.99899\n724,1646224613,47.74305,8.99899\n725,1646224614,47.74305,8.99899\n726,1646224615,47.74305,8.99899\n727,1646224616,47.74305,8.99899\n728,1646224617,47.74305,8.99899\n729,1646224618,47.74305,8.99899\n730,1646224619,47.74305,8.99899\n731,1646224620,47.74305,8.99899\n732,1646224621,47.74306,8.99899\n733,1646224622,47.74306,8.99899\n734,1646224623,47.74306,8.99899\n735,1646224624,47.74305,8.99899\n736,1646224625,47.74305,8.99899\n737,1646224626,47.74305,8.99900\n738,1646224627,47.74305,8.99900\n739,1646224628,47.74305,8.99900\n740,1646224629,47.74305,8.99900\n741,1646224630,47.74305,8.99900\n742,1646224631,47.74305,8.99900\n743,1646224632,47.74305,8.99900\n744,1646224633,47.74305,8.99900\n745,1646224634,47.74305,8.99900\n746,1646224635,47.74305,8.99900\n747,1646224636,47.74305,8.99900\n748,1646224637,47.74305,8.99900\n749,1646224638,47.74305,8.99900\n750,1646224639,47.74305,8.99900\n751,1646224640,47.74305,8.99900\n752,1646224641,47.74305,8.99900\n753,1646224642,47.74305,8.99900\n754,1646224643,47.74305,8.99900\n755,1646224644,47.74305,8.99900\n756,1646224645,47.74305,8.99900\n757,1646224646,47.74305,8.99900\n758,1646224647,47.74305,8.99900\n759,1646224648,47.74305,8.99900\n760,1646224649,47.74305,8.99900\n761,1646224650,47.74305,8.99900\n762,1646224651,47.74305,8.99900\n763,1646224652,47.74305,8.99900\n764,1646224653,47.74305,8.99900\n765,1646224654,47.74305,8.99900\n766,1646224655,47.74305,8.99900\n767,1646224656,47.74305,8.99900\n768,1646224657,47.74305,8.99900\n769,1646224658,47.74305,8.99900\n770,1646224659,47.74305,8.99900\n771,1646224660,47.74305,8.99900\n772,1646224661,47.74305,8.99900\n773,1646224662,47.74305,8.99900\n774,1646224663,47.74305,8.99900\n775,1646224664,47.74305,8.99900\n776,1646224665,47.74305,8.99900\n777,1646224666,47.74305,8.99900\n778,1646224667,47.74305,8.99900\n779,1646224668,47.74305,8.99900\n780,1646224669,47.74305,8.99900\n781,1646224670,47.74305,8.99900\n782,1646224671,47.74305,8.99900\n783,1646224672,47.74305,8.99900\n784,1646224673,47.74305,8.99900\n785,1646224674,47.74305,8.99900\n786,1646224675,47.74305,8.99900\n787,1646224676,47.74305,8.99900\n788,1646224677,47.74305,8.99900\n789,1646224678,47.74305,8.99900\n790,1646224679,47.74305,8.99900\n791,1646224680,47.74305,8.99900\n792,1646224681,47.74305,8.99900\n793,1646224682,47.74305,8.99900\n794,1646224683,47.74305,8.99900\n795,1646224684,47.74305,8.99900\n796,1646224685,47.74305,8.99900\n797,1646224686,47.74305,8.99900\n798,1646224687,47.74305,8.99900\n799,1646224688,47.74305,8.99900\n800,1646224689,47.74305,8.99900\n801,1646224690,47.74305,8.99900\n802,1646224691,47.74305,8.99900\n803,1646224692,47.74305,8.99900\n804,1646224693,47.74305,8.99900\n805,1646224694,47.74305,8.99900\n806,1646224695,47.74305,8.99900\n807,1646224696,47.74305,8.99900\n808,1646224697,47.74305,8.99900\n809,1646224698,47.74305,8.99900\n810,1646224699,47.74305,8.99900\n811,1646224700,47.74305,8.99900\n812,1646224701,47.74305,8.99900\n813,1646224702,47.74305,8.99900\n814,1646224703,47.74305,8.99900\n815,1646224704,47.74305,8.99900\n816,1646224705,47.74305,8.99900\n817,1646224706,47.74305,8.99900\n818,1646224707,47.74305,8.99900\n819,1646224708,47.74305,8.99900\n820,1646224709,47.74305,8.99900\n821,1646224710,47.74305,8.99900\n822,1646224711,47.74306,8.99900\n823,1646224712,47.74306,8.99900\n824,1646224713,47.74306,8.99900\n825,1646224714,47.74306,8.99900\n826,1646224715,47.74306,8.99900\n827,1646224716,47.74306,8.99900\n828,1646224717,47.74306,8.99900\n829,1646224718,47.74306,8.99900\n830,1646224719,47.74306,8.99900\n831,1646224720,47.74306,8.99900\n832,1646224721,47.74306,8.99900\n833,1646224722,47.74306,8.99900\n834,1646224723,47.74306,8.99900\n835,1646224724,47.74306,8.99900\n836,1646224725,47.74306,8.99900\n837,1646224726,47.74306,8.99900\n838,1646224727,47.74306,8.99900\n839,1646224728,47.74306,8.99900\n840,1646224729,47.74306,8.99900\n841,1646224730,47.74306,8.99900\n842,1646224731,47.74306,8.99900\n843,1646224732,47.74306,8.99900\n844,1646224733,47.74306,8.99900\n845,1646224734,47.74306,8.99900\n846,1646224735,47.74306,8.99900\n847,1646224736,47.74306,8.99900\n848,1646224737,47.74306,8.99900\n849,1646224738,47.74306,8.99900\n850,1646224739,47.74306,8.99900\n851,1646224740,47.74306,8.99900\n852,1646224741,47.74306,8.99900\n853,1646224742,47.74306,8.99900\n854,1646224743,47.74306,8.99900\n855,1646224744,47.74306,8.99900\n856,1646224745,47.74306,8.99900\n857,1646224746,47.74306,8.99900\n858,1646224747,47.74306,8.99900\n859,1646224748,47.74306,8.99900\n860,1646224749,47.74306,8.99900\n861,1646224750,47.74306,8.99900\n862,1646224751,47.74306,8.99900\n863,1646224752,47.74306,8.99900\n864,1646224753,47.74306,8.99900\n865,1646224754,47.74306,8.99900\n866,1646224755,47.74306,8.99900\n867,1646224756,47.74306,8.99900\n868,1646224757,47.74306,8.99900\n869,1646224758,47.74306,8.99900\n870,1646224759,47.74306,8.99900\n871,1646224760,47.74306,8.99900\n872,1646224761,47.74306,8.99900\n873,1646224762,47.74306,8.99900\n874,1646224763,47.74306,8.99900\n875,1646224764,47.74306,8.99900\n876,1646224765,47.74306,8.99900\n877,1646224766,47.74306,8.99900\n878,1646224767,47.74306,8.99900\n879,1646224768,47.74306,8.99900\n880,1646224769,47.74306,8.99900\n881,1646224770,47.74306,8.99900\n882,1646224771,47.74306,8.99900\n883,1646224772,47.74306,8.99900\n884,1646224773,47.74306,8.99900\n885,1646224774,47.74306,8.99900\n886,1646224775,47.74306,8.99900\n887,1646224776,47.74306,8.99900\n888,1646224777,47.74306,8.99900\n889,1646224778,47.74306,8.99900\n890,1646224779,47.74306,8.99900\n891,1646224780,47.74306,8.99900\n892,1646224781,47.74306,8.99900\n893,1646224782,47.74306,8.99900\n894,1646224783,47.74306,8.99900\n895,1646224784,47.74306,8.99900\n896,1646224785,47.74306,8.99900\n897,1646224786,47.74306,8.99900\n898,1646224787,47.74306,8.99900\n899,1646224788,47.74306,8.99900\n900,1646224789,47.74306,8.99900\n901,1646224790,47.74306,8.99900\n902,1646224791,47.74306,8.99900\n903,1646224792,47.74306,8.99900\n904,1646224793,47.74306,8.99900\n905,1646224794,47.74306,8.99900\n906,1646224795,47.74306,8.99900\n907,1646224796,47.74306,8.99900\n908,1646224797,47.74306,8.99900\n909,1646224798,47.74306,8.99900\n910,1646224799,47.74306,8.99900\n911,1646224800,47.74306,8.99900\n912,1646224801,47.74306,8.99900\n913,1646224802,47.74306,8.99900\n914,1646224803,47.74306,8.99900\n915,1646224804,47.74306,8.99900\n916,1646224805,47.74306,8.99900\n917,1646224806,47.74306,8.99900\n918,1646224807,47.74306,8.99900\n919,1646224808,47.74306,8.99900\n920,1646224809,47.74306,8.99900\n921,1646224810,47.74306,8.99900\n922,1646224811,47.74306,8.99900\n923,1646224812,47.74306,8.99900\n924,1646224813,47.74306,8.99900\n925,1646224814,47.74306,8.99900\n926,1646224815,47.74306,8.99900\n927,1646224816,47.74306,8.99900\n928,1646224817,47.74306,8.99900\n929,1646224818,47.74306,8.99900\n930,1646224819,47.74306,8.99900\n931,1646224820,47.74306,8.99900\n932,1646224821,47.74306,8.99900\n933,1646224822,47.74306,8.99900\n934,1646224823,47.74306,8.99900\n935,1646224824,47.74306,8.99900\n936,1646224825,47.74306,8.99900\n937,1646224826,47.74306,8.99900\n938,1646224827,47.74306,8.99900\n939,1646224828,47.74306,8.99900\n940,1646224829,47.74306,8.99900\n941,1646224830,47.74306,8.99900\n942,1646224831,47.74306,8.99900\n943,1646224832,47.74306,8.99900\n944,1646224833,47.74306,8.99900\n945,1646224834,47.74306,8.99900\n946,1646224835,47.74306,8.99900\n947,1646224836,47.74306,8.99900\n948,1646224837,47.74306,8.99900\n949,1646224838,47.74306,8.99900\n950,1646224839,47.74306,8.99900\n951,1646224840,47.74306,8.99900\n952,1646224841,47.74306,8.99900\n953,1646224842,47.74306,8.99900\n954,1646224843,47.74306,8.99900\n955,1646224844,47.74306,8.99900\n956,1646224845,47.74306,8.99900\n957,1646224846,47.74306,8.99900\n958,1646224847,47.74306,8.99900\n959,1646224848,47.74306,8.99900\n960,1646224849,47.74306,8.99900\n961,1646224850,47.74306,8.99900\n962,1646224851,47.74306,8.99900\n963,1646224852,47.74306,8.99900\n964,1646224853,47.74306,8.99900\n965,1646224854,47.74306,8.99900\n966,1646224855,47.74306,8.99900\n967,1646224856,47.74306,8.99900\n968,1646224857,47.74306,8.99900\n969,1646224858,47.74306,8.99900\n970,1646224859,47.74306,8.99900\n971,1646224860,47.74306,8.99900\n972,1646224861,47.74306,8.99900\n973,1646224862,47.74306,8.99900\n974,1646224863,47.74306,8.99900\n975,1646224864,47.74306,8.99900\n976,1646224865,47.74306,8.99900\n977,1646224866,47.74306,8.99900\n978,1646224867,47.74306,8.99900\n979,1646224868,47.74306,8.99900\n980,1646224869,47.74306,8.99900\n981,1646224870,47.74306,8.99900\n982,1646224871,47.74306,8.99900\n983,1646224872,47.74306,8.99900\n984,1646224873,47.74306,8.99900\n985,1646224874,47.74306,8.99900\n986,1646224875,47.74306,8.99900\n987,1646224876,47.74306,8.99900\n988,1646224877,47.74306,8.99900\n989,1646224878,47.74306,8.99900\n990,1646224879,47.74306,8.99900\n991,1646224880,47.74306,8.99900\n992,1646224881,47.74306,8.99900\n993,1646224882,47.74306,8.99900\n994,1646224883,47.74306,8.99900\n995,1646224884,47.74306,8.99900\n996,1646224885,47.74306,8.99900\n997,1646224886,47.74306,8.99900\n998,1646224887,47.74306,8.99900\n999,1646224888,47.74306,8.99900\n1000,1646224889,47.74306,8.99900\n1001,1646224890,47.74306,8.99900\n1002,1646224891,47.74306,8.99900\n1003,1646224892,47.74306,8.99900\n1004,1646224893,47.74306,8.99900\n1005,1646224894,47.74306,8.99900\n1006,1646224895,47.74306,8.99900\n1007,1646224896,47.74306,8.99900\n1008,1646224897,47.74306,8.99900\n1009,1646224898,47.74306,8.99900\n1010,1646224899,47.74306,8.99900\n1011,1646224900,47.74306,8.99900\n1012,1646224901,47.74306,8.99900\n1013,1646224902,47.74306,8.99900\n1014,1646224903,47.74306,8.99900\n1015,1646224904,47.74306,8.99900\n1016,1646224905,47.74306,8.99900\n1017,1646224906,47.74306,8.99900\n1018,1646224907,47.74306,8.99900\n1019,1646224908,47.74306,8.99900\n1020,1646224909,47.74306,8.99900\n1021,1646224910,47.74306,8.99900\n1022,1646224911,47.74306,8.99900\n1023,1646224912,47.74306,8.99900\n1024,1646224913,47.74306,8.99900\n1025,1646224914,47.74306,8.99900\n1026,1646224915,47.74306,8.99900\n1027,1646224916,47.74306,8.99900\n1028,1646224917,47.74306,8.99900\n1029,1646224918,47.74306,8.99900\n1030,1646224919,47.74306,8.99900\n1031,1646224920,47.74306,8.99900\n1032,1646224921,47.74306,8.99900\n1033,1646224922,47.74306,8.99900\n1034,1646224923,47.74306,8.99900\n1035,1646224924,47.74306,8.99900\n1036,1646224925,47.74306,8.99900\n1037,1646224926,47.74306,8.99900\n1038,1646224927,47.74306,8.99900\n1039,1646224928,47.74306,8.99900\n1040,1646224929,47.74306,8.99900\n1041,1646224930,47.74306,8.99900\n1042,1646224931,47.74306,8.99900\n1043,1646224932,47.74306,8.99900\n1044,1646224933,47.74306,8.99900\n1045,1646224934,47.74306,8.99900\n1046,1646224935,47.74306,8.99900\n1047,1646224936,47.74306,8.99900\n1048,1646224937,47.74306,8.99900\n1049,1646224938,47.74306,8.99900\n1050,1646224939,47.74306,8.99900\n1051,1646224940,47.74306,8.99900\n1052,1646224941,47.74306,8.99900\n1053,1646224942,47.74306,8.99900\n1054,1646224943,47.74306,8.99900\n1055,1646224944,47.74306,8.99900\n1056,1646224945,47.74306,8.99900\n1057,1646224946,47.74306,8.99900\n1058,1646224947,47.74306,8.99900\n1059,1646224948,47.74306,8.99900\n1060,1646224949,47.74306,8.99900\n1061,1646224950,47.74306,8.99900\n1062,1646224951,47.74306,8.99900\n1063,1646224952,47.74306,8.99900\n1064,1646224953,47.74306,8.99900\n1065,1646224954,47.74306,8.99900\n1066,1646224955,47.74306,8.99900\n1067,1646224956,47.74306,8.99900\n1068,1646224957,47.74306,8.99900\n1069,1646224958,47.74306,8.99900\n1070,1646224959,47.74306,8.99900\n1071,1646224960,47.74306,8.99900\n1072,1646224961,47.74306,8.99900\n1073,1646224962,47.74306,8.99900\n1074,1646224963,47.74306,8.99900\n1075,1646224964,47.74306,8.99900\n1076,1646224965,47.74306,8.99900\n1077,1646224966,47.74306,8.99900\n1078,1646224967,47.74306,8.99900\n1079,1646224968,47.74306,8.99900\n1080,1646224969,47.74306,8.99900\n1081,1646224970,47.74306,8.99900\n1082,1646224971,47.74306,8.99900\n1083,1646224972,47.74306,8.99900\n1084,1646224973,47.74306,8.99900\n1085,1646224974,47.74306,8.99900\n1086,1646224975,47.74306,8.99900\n1087,1646224976,47.74306,8.99900\n1088,1646224977,47.74306,8.99900\n1089,1646224978,47.74306,8.99900\n1090,1646224979,47.74306,8.99900\n1091,1646224980,47.74306,8.99900\n1092,1646224981,47.74306,8.99900\n1093,1646224982,47.74306,8.99900\n1094,1646224983,47.74306,8.99900\n1095,1646224984,47.74306,8.99900\n1096,1646224985,47.74306,8.99900\n1097,1646224986,47.74306,8.99900\n1098,1646224987,47.74306,8.99900\n1099,1646224988,47.74306,8.99900\n1100,1646224989,47.74306,8.99900\n1101,1646224990,47.74306,8.99900\n1102,1646224991,47.74306,8.99900\n1103,1646224992,47.74306,8.99900\n1104,1646224993,47.74306,8.99900\n1105,1646224994,47.74306,8.99900\n1106,1646224995,47.74306,8.99900\n1107,1646224996,47.74306,8.99900\n1108,1646224997,47.74306,8.99900\n1109,1646224998,47.74306,8.99900\n1110,1646224999,47.74306,8.99900\n1111,1646225000,47.74306,8.99900\n1112,1646225001,47.74306,8.99900\n1113,1646225002,47.74306,8.99900\n1114,1646225003,47.74306,8.99900\n1115,1646225004,47.74306,8.99900\n1116,1646225005,47.74306,8.99900\n1117,1646225006,47.74306,8.99900\n1118,1646225007,47.74306,8.99900\n1119,1646225008,47.74306,8.99900\n1120,1646225009,47.74306,8.99900\n1121,1646225010,47.74306,8.99900\n1122,1646225011,47.74306,8.99900\n1123,1646225012,47.74306,8.99900\n1124,1646225013,47.74306,8.99900\n1125,1646225014,47.74306,8.99900\n1126,1646225015,47.74306,8.99900\n1127,1646225016,47.74306,8.99900\n1128,1646225017,47.74306,8.99900\n1129,1646225018,47.74306,8.99900\n1130,1646225019,47.74306,8.99900\n1131,1646225020,47.74306,8.99900\n1132,1646225021,47.74306,8.99900\n1133,1646225022,47.74306,8.99900\n1134,1646225023,47.74306,8.99900\n1135,1646225024,47.74306,8.99900\n1136,1646225025,47.74306,8.99900\n1137,1646225026,47.74306,8.99900\n1138,1646225027,47.74306,8.99900\n1139,1646225028,47.74306,8.99900\n1140,1646225029,47.74306,8.99900\n1141,1646225030,47.74306,8.99900\n1142,1646225031,47.74306,8.99900\n1143,1646225032,47.74306,8.99900\n1144,1646225033,47.74306,8.99900\n1145,1646225034,47.74306,8.99900\n1146,1646225035,47.74306,8.99900\n1147,1646225036,47.74306,8.99900\n1148,1646225037,47.74306,8.99900\n1149,1646225038,47.74306,8.99900\n1150,1646225039,47.74306,8.99900\n1151,1646225040,47.74306,8.99900\n1152,1646225041,47.74306,8.99900\n1153,1646225042,47.74306,8.99900\n1154,1646225043,47.74306,8.99900\n1155,1646225044,47.74306,8.99900\n1156,1646225045,47.74306,8.99900\n1157,1646225046,47.74306,8.99900\n1158,1646225047,47.74306,8.99900\n1159,1646225048,47.74306,8.99900\n1160,1646225049,47.74306,8.99900\n1161,1646225050,47.74306,8.99900\n1162,1646225051,47.74306,8.99900\n1163,1646225052,47.74306,8.99900\n1164,1646225053,47.74306,8.99900\n1165,1646225054,47.74306,8.99900\n1166,1646225055,47.74306,8.99900\n1167,1646225056,47.74306,8.99900\n1168,1646225057,47.74306,8.99900\n1169,1646225058,47.74306,8.99900\n1170,1646225059,47.74306,8.99900\n1171,1646225060,47.74306,8.99900\n1172,1646225061,47.74306,8.99900\n1173,1646225062,47.74306,8.99900\n1174,1646225063,47.74306,8.99900\n1175,1646225064,47.74306,8.99900\n1176,1646225065,47.74306,8.99900\n1177,1646225066,47.74306,8.99900\n1178,1646225067,47.74306,8.99900\n1179,1646225068,47.74306,8.99900\n1180,1646225069,47.74306,8.99900\n1181,1646225070,47.74306,8.99900\n1182,1646225071,47.74306,8.99900\n1183,1646225072,47.74306,8.99900\n1184,1646225073,47.74306,8.99900\n1185,1646225074,47.74306,8.99900\n1186,1646225075,47.74306,8.99900\n1187,1646225076,47.74306,8.99900\n1188,1646225077,47.74306,8.99900\n1189,1646225078,47.74306,8.99900\n1190,1646225079,47.74306,8.99900\n1191,1646225080,47.74306,8.99900\n1192,1646225081,47.74306,8.99900\n1193,1646225082,47.74306,8.99900\n1194,1646225083,47.74306,8.99900\n1195,1646225084,47.74306,8.99900\n1196,1646225085,47.74306,8.99900\n1197,1646225086,47.74306,8.99900\n1198,1646225087,47.74306,8.99900\n1199,1646225088,47.74306,8.99900\n1200,1646225089,47.74306,8.99900\n1201,1646225090,47.74306,8.99900\n1202,1646225091,47.74306,8.99900\n1203,1646225092,47.74306,8.99900\n1204,1646225093,47.74306,8.99900\n1205,1646225094,47.74306,8.99900\n1206,1646225095,47.74306,8.99900\n1207,1646225096,47.74306,8.99900\n1208,1646225097,47.74306,8.99900\n1209,1646225098,47.74306,8.99900\n1210,1646225099,47.74306,8.99900\n1211,1646225100,47.74306,8.99900\n1212,1646225101,47.74306,8.99900\n1213,1646225102,47.74306,8.99900\n1214,1646225103,47.74306,8.99900\n1215,1646225104,47.74306,8.99900\n1216,1646225105,47.74306,8.99900\n1217,1646225106,47.74306,8.99900\n1218,1646225107,47.74306,8.99900\n1219,1646225108,47.74306,8.99900\n1220,1646225109,47.74306,8.99900\n1221,1646225110,47.74306,8.99900\n1222,1646225111,47.74306,8.99900\n1223,1646225112,47.74306,8.99900\n1224,1646225113,47.74306,8.99900\n1225,1646225114,47.74306,8.99900\n1226,1646225115,47.74306,8.99900\n1227,1646225116,47.74306,8.99900\n1228,1646225117,47.74306,8.99900\n1229,1646225118,47.74306,8.99900\n1230,1646225119,47.74306,8.99900\n1231,1646225120,47.74306,8.99900\n1232,1646225121,47.74306,8.99900\n1233,1646225122,47.74306,8.99900\n1234,1646225123,47.74306,8.99900\n1235,1646225124,47.74306,8.99900\n1236,1646225125,47.74306,8.99900\n1237,1646225126,47.74306,8.99900\n1238,1646225127,47.74306,8.99900\n1239,1646225128,47.74306,8.99900\n1240,1646225129,47.74306,8.99900\n1241,1646225130,47.74306,8.99900\n1242,1646225131,47.74306,8.99900\n1243,1646225132,47.74306,8.99900\n1244,1646225133,47.74306,8.99900\n1245,1646225134,47.74306,8.99900\n1246,1646225135,47.74306,8.99900\n1247,1646225136,47.74306,8.99900\n1248,1646225137,47.74306,8.99900\n1249,1646225138,47.74306,8.99900\n1250,1646225139,47.74306,8.99900\n1251,1646225140,47.74306,8.99900\n1252,1646225141,47.74306,8.99900\n1253,1646225142,47.74306,8.99900\n1254,1646225143,47.74306,8.99900\n1255,1646225144,47.74306,8.99900\n1256,1646225145,47.74306,8.99900\n1257,1646225146,47.74306,8.99900\n1258,1646225147,47.74306,8.99900\n1259,1646225148,47.74306,8.99900\n1260,1646225149,47.74306,8.99900\n1261,1646225150,47.74306,8.99900\n1262,1646225151,47.74306,8.99900\n1263,1646225152,47.74306,8.99900\n1264,1646225153,47.74306,8.99900\n1265,1646225154,47.74306,8.99900\n1266,1646225155,47.74306,8.99900\n1267,1646225156,47.74306,8.99900\n1268,1646225157,47.74306,8.99900\n1269,1646225158,47.74306,8.99900\n1270,1646225159,47.74306,8.99900\n1271,1646225160,47.74306,8.99900\n1272,1646225161,47.74306,8.99900\n1273,1646225162,47.74306,8.99900\n1274,1646225163,47.74306,8.99900\n1275,1646225164,47.74306,8.99900\n1276,1646225165,47.74306,8.99900\n1277,1646225166,47.74306,8.99900\n1278,1646225167,47.74306,8.99900\n1279,1646225168,47.74306,8.99900\n1280,1646225169,47.74306,8.99900\n1281,1646225170,47.74306,8.99900\n1282,1646225171,47.74306,8.99900\n1283,1646225172,47.74306,8.99900\n1284,1646225173,47.74306,8.99900\n1285,1646225174,47.74306,8.99900\n1286,1646225175,47.74306,8.99900\n1287,1646225176,47.74306,8.99900\n1288,1646225177,47.74306,8.99900\n1289,1646225178,47.74306,8.99900\n1290,1646225179,47.74306,8.99900\n1291,1646225180,47.74306,8.99900\n1292,1646225181,47.74306,8.99900\n1293,1646225182,47.74306,8.99900\n1294,1646225183,47.74306,8.99900\n1295,1646225184,47.74306,8.99900\n1296,1646225185,47.74306,8.99900\n1297,1646225186,47.74306,8.99900\n1298,1646225187,47.74306,8.99900\n1299,1646225188,47.74306,8.99900\n1300,1646225189,47.74306,8.99900\n1301,1646225190,47.74306,8.99900\n1302,1646225191,47.74306,8.99900\n1303,1646225192,47.74306,8.99900\n1304,1646225193,47.74306,8.99900\n1305,1646225194,47.74306,8.99900\n1306,1646225195,47.74306,8.99900\n1307,1646225196,47.74306,8.99900\n1308,1646225197,47.74306,8.99900\n1309,1646225198,47.74306,8.99900\n1310,1646225199,47.74306,8.99900\n1311,1646225200,47.74306,8.99900\n1312,1646225201,47.74306,8.99900\n1313,1646225202,47.74306,8.99900\n1314,1646225203,47.74306,8.99900\n1315,1646225204,47.74306,8.99900\n1316,1646225205,47.74306,8.99900\n1317,1646225206,47.74306,8.99900\n1318,1646225207,47.74306,8.99900\n1319,1646225208,47.74306,8.99900\n1320,1646225209,47.74306,8.99900\n1321,1646225210,47.74306,8.99900\n1322,1646225211,47.74306,8.99900\n1323,1646225212,47.74306,8.99900\n1324,1646225213,47.74306,8.99900\n1325,1646225214,47.74306,8.99900\n1326,1646225215,47.74306,8.99900\n1327,1646225216,47.74306,8.99900\n1328,1646225217,47.74306,8.99900\n1329,1646225218,47.74306,8.99900\n1330,1646225219,47.74306,8.99900\n1331,1646225220,47.74306,8.99900\n1332,1646225221,47.74306,8.99900\n1333,1646225222,47.74306,8.99900\n1334,1646225223,47.74306,8.99900\n1335,1646225224,47.74306,8.99900\n1336,1646225225,47.74306,8.99900\n1337,1646225226,47.74306,8.99900\n1338,1646225227,47.74306,8.99900\n1339,1646225228,47.74306,8.99900\n1340,1646225229,47.74306,8.99900\n1341,1646225230,47.74306,8.99900\n1342,1646225231,47.74306,8.99900\n1343,1646225232,47.74306,8.99900\n1344,1646225233,47.74306,8.99900\n1345,1646225234,47.74306,8.99900\n1346,1646225235,47.74306,8.99900\n1347,1646225236,47.74306,8.99900\n1348,1646225237,47.74306,8.99900\n1349,1646225238,47.74306,8.99900\n1350,1646225239,47.74306,8.99900\n1351,1646225240,47.74306,8.99900\n1352,1646225241,47.74306,8.99900\n1353,1646225242,47.74306,8.99900\n1354,1646225243,47.74306,8.99900\n1355,1646225244,47.74306,8.99900\n1356,1646225245,47.74306,8.99900\n1357,1646225246,47.74306,8.99900\n1358,1646225247,47.74306,8.99900\n1359,1646225248,47.74306,8.99900\n1360,1646225249,47.74306,8.99900\n1361,1646225250,47.74306,8.99900\n1362,1646225251,47.74306,8.99900\n1363,1646225252,47.74306,8.99900\n1364,1646225253,47.74306,8.99900\n1365,1646225254,47.74306,8.99900\n1366,1646225255,47.74306,8.99900\n1367,1646225256,47.74306,8.99900\n1368,1646225257,47.74306,8.99900\n1369,1646225258,47.74306,8.99900\n1370,1646225259,47.74306,8.99900\n1371,1646225260,47.74306,8.99900\n1372,1646225261,47.74306,8.99900\n1373,1646225262,47.74306,8.99900\n1374,1646225263,47.74306,8.99900\n1375,1646225264,47.74306,8.99900\n1376,1646225265,47.74306,8.99900\n1377,1646225266,47.74306,8.99900\n1378,1646225267,47.74306,8.99900\n1379,1646225268,47.74306,8.99900\n1380,1646225269,47.74306,8.99900\n1381,1646225270,47.74306,8.99900\n1382,1646225271,47.74306,8.99900\n1383,1646225272,47.74306,8.99900\n1384,1646225273,47.74306,8.99900\n1385,1646225274,47.74306,8.99900\n1386,1646225275,47.74306,8.99900\n1387,1646225276,47.74306,8.99900\n1388,1646225277,47.74306,8.99900\n1389,1646225278,47.74306,8.99900\n1390,1646225279,47.74306,8.99900\n1391,1646225280,47.74306,8.99900\n1392,1646225281,47.74306,8.99900\n1393,1646225282,47.74306,8.99900\n1394,1646225283,47.74306,8.99900\n1395,1646225284,47.74306,8.99900\n1396,1646225285,47.74306,8.99900\n1397,1646225286,47.74306,8.99900\n1398,1646225287,47.74306,8.99900\n1399,1646225288,47.74306,8.99900\n1400,1646225289,47.74306,8.99900\n1401,1646225290,47.74306,8.99900\n1402,1646225291,47.74306,8.99900\n1403,1646225292,47.74306,8.99900\n1404,1646225293,47.74306,8.99900\n1405,1646225294,47.74306,8.99900\n1406,1646225295,47.74306,8.99900\n1407,1646225296,47.74306,8.99900\n1408,1646225297,47.74306,8.99900\n1409,1646225298,47.74306,8.99900\n1410,1646225299,47.74306,8.99900\n1411,1646225300,47.74306,8.99900\n1412,1646225301,47.74306,8.99900\n1413,1646225302,47.74306,8.99900\n1414,1646225303,47.74306,8.99900\n1415,1646225304,47.74306,8.99900\n1416,1646225305,47.74306,8.99900\n1417,1646225306,47.74306,8.99900\n1418,1646225307,47.74306,8.99900\n1419,1646225308,47.74306,8.99900\n1420,1646225309,47.74306,8.99900\n1421,1646225310,47.74306,8.99900\n1422,1646225311,47.74306,8.99900\n1423,1646225312,47.74306,8.99900\n1424,1646225313,47.74306,8.99900\n1425,1646225314,47.74306,8.99900\n1426,1646225315,47.74306,8.99900\n1427,1646225316,47.74306,8.99900\n1428,1646225317,47.74306,8.99900\n1429,1646225318,47.74306,8.99900\n1430,1646225319,47.74306,8.99900\n1431,1646225320,47.74306,8.99900\n1432,1646225321,47.74306,8.99900\n1433,1646225322,47.74306,8.99900\n1434,1646225323,47.74306,8.99900\n1435,1646225324,47.74306,8.99900\n1436,1646225325,47.74306,8.99900\n1437,1646225326,47.74306,8.99900\n1438,1646225327,47.74306,8.99900\n1439,1646225328,47.74306,8.99900\n1440,1646225329,47.74306,8.99900\n1441,1646225330,47.74306,8.99900\n1442,1646225331,47.74306,8.99900\n1443,1646225332,47.74306,8.99900\n1444,1646225333,47.74306,8.99900\n1445,1646225334,47.74306,8.99900\n1446,1646225335,47.74306,8.99900\n1447,1646225336,47.74306,8.99900\n1448,1646225337,47.74306,8.99900\n1449,1646225338,47.74306,8.99900\n1450,1646225339,47.74306,8.99900\n1451,1646225340,47.74306,8.99900\n1452,1646225341,47.74306,8.99900\n1453,1646225342,47.74306,8.99900\n1454,1646225343,47.74306,8.99900\n1455,1646225344,47.74306,8.99900\n1456,1646225345,47.74306,8.99900\n1457,1646225346,47.74306,8.99900\n1458,1646225347,47.74306,8.99900\n1459,1646225348,47.74306,8.99900\n1460,1646225349,47.74306,8.99900\n1461,1646225350,47.74306,8.99900\n1462,1646225351,47.74306,8.99900\n1463,1646225352,47.74306,8.99900\n1464,1646225353,47.74306,8.99900\n1465,1646225354,47.74306,8.99900\n1466,1646225355,47.74306,8.99900\n1467,1646225356,47.74306,8.99900\n1468,1646225357,47.74306,8.99900\n1469,1646225358,47.74306,8.99900\n1470,1646225359,47.74306,8.99900\n1471,1646225360,47.74306,8.99900\n1472,1646225361,47.74306,8.99900\n1473,1646225362,47.74306,8.99900\n1474,1646225363,47.74306,8.99900\n1475,1646225364,47.74306,8.99900\n1476,1646225365,47.74306,8.99900\n1477,1646225366,47.74306,8.99900\n1478,1646225367,47.74306,8.99900\n1479,1646225368,47.74306,8.99900\n1480,1646225369,47.74306,8.99900\n1481,1646225370,47.74306,8.99900\n1482,1646225371,47.74306,8.99900\n1483,1646225372,47.74306,8.99900\n1484,1646225373,47.74306,8.99900\n1485,1646225374,47.74306,8.99900\n1486,1646225375,47.74306,8.99900\n1487,1646225376,47.74306,8.99900\n1488,1646225377,47.74306,8.99900\n1489,1646225378,47.74306,8.99900\n1490,1646225379,47.74306,8.99900\n1491,1646225380,47.74306,8.99900\n1492,1646225381,47.74306,8.99900\n1493,1646225382,47.74306,8.99900\n1494,1646225383,47.74306,8.99900\n1495,1646225384,47.74306,8.99900\n1496,1646225385,47.74306,8.99900\n1497,1646225386,47.74306,8.99900\n1498,1646225387,47.74306,8.99900\n1499,1646225388,47.74306,8.99900\n1500,1646225389,47.74306,8.99900\n1501,1646225390,47.74306,8.99900\n1502,1646225391,47.74306,8.99900\n1503,1646225392,47.74306,8.99900\n1504,1646225393,47.74306,8.99900\n1505,1646225394,47.74306,8.99900\n1506,1646225395,47.74306,8.99900\n1507,1646225396,47.74306,8.99900\n1508,1646225397,47.74306,8.99900\n1509,1646225398,47.74306,8.99900\n1510,1646225399,47.74306,8.99900\n1511,1646225400,47.74306,8.99900\n1512,1646225401,47.74306,8.99900\n1513,1646225402,47.74306,8.99900\n1514,1646225403,47.74306,8.99900\n1515,1646225404,47.74306,8.99900\n1516,1646225405,47.74306,8.99900\n1517,1646225406,47.74306,8.99900\n1518,1646225407,47.74306,8.99900\n1519,1646225408,47.74306,8.99900\n1520,1646225409,47.74306,8.99900\n1521,1646225410,47.74306,8.99900\n1522,1646225411,47.74306,8.99900\n1523,1646225412,47.74306,8.99900\n1524,1646225413,47.74306,8.99900\n1525,1646225414,47.74306,8.99900\n1526,1646225415,47.74306,8.99900\n1527,1646225416,47.74306,8.99900\n1528,1646225417,47.74306,8.99900\n1529,1646225418,47.74306,8.99900\n1530,1646225419,47.74306,8.99900\n1531,1646225420,47.74306,8.99900\n1532,1646225421,47.74306,8.99900\n1533,1646225422,47.74306,8.99900\n1534,1646225423,47.74306,8.99900\n1535,1646225424,47.74306,8.99900\n1536,1646225425,47.74306,8.99900\n1537,1646225426,47.74306,8.99900\n1538,1646225427,47.74306,8.99900\n1539,1646225428,47.74306,8.99900\n1540,1646225429,47.74306,8.99900\n1541,1646225430,47.74306,8.99900\n1542,1646225431,47.74306,8.99900\n1543,1646225432,47.74306,8.99900\n1544,1646225433,47.74306,8.99900\n1545,1646225434,47.74306,8.99900\n1546,1646225435,47.74306,8.99900\n1547,1646225436,47.74306,8.99900\n1548,1646225437,47.74306,8.99900\n1549,1646225438,47.74306,8.99900\n1550,1646225439,47.74306,8.99900\n1551,1646225440,47.74306,8.99900\n1552,1646225441,47.74306,8.99900\n1553,1646225442,47.74306,8.99900\n1554,1646225443,47.74306,8.99900\n1555,1646225444,47.74306,8.99900\n1556,1646225445,47.74306,8.99900\n1557,1646225446,47.74306,8.99900\n1558,1646225447,47.74306,8.99900\n1559,1646225448,47.74306,8.99900\n1560,1646225449,47.74306,8.99900\n1561,1646225450,47.74306,8.99900\n1562,1646225451,47.74306,8.99900\n1563,1646225452,47.74306,8.99900\n1564,1646225453,47.74306,8.99900\n1565,1646225454,47.74306,8.99900\n1566,1646225455,47.74306,8.99900\n1567,1646225456,47.74306,8.99900\n1568,1646225457,47.74306,8.99900\n1569,1646225458,47.74306,8.99900\n1570,1646225459,47.74306,8.99900\n1571,1646225460,47.74306,8.99900\n1572,1646225461,47.74306,8.99900\n1573,1646225462,47.74306,8.99900\n1574,1646225463,47.74306,8.99900\n1575,1646225464,47.74306,8.99900\n1576,1646225465,47.74306,8.99900\n1577,1646225466,47.74306,8.99900\n1578,1646225467,47.74306,8.99900\n1579,1646225468,47.74306,8.99900\n1580,1646225469,47.74306,8.99900\n1581,1646225470,47.74306,8.99900\n1582,1646225471,47.74306,8.99900\n1583,1646225472,47.74306,8.99900\n1584,1646225473,47.74306,8.99900\n1585,1646225474,47.74306,8.99900\n1586,1646225475,47.74306,8.99900\n1587,1646225476,47.74306,8.99900\n1588,1646225477,47.74306,8.99900\n1589,1646225478,47.74306,8.99900\n1590,1646225479,47.74306,8.99900\n1591,1646225480,47.74306,8.99900\n1592,1646225481,47.74306,8.99900\n1593,1646225482,47.74306,8.99900\n1594,1646225483,47.74306,8.99900\n1595,1646225484,47.74306,8.99900\n1596,1646225485,47.74306,8.99900\n1597,1646225486,47.74306,8.99900\n1598,1646225487,47.74306,8.99900\n1599,1646225488,47.74306,8.99900\n1600,1646225489,47.74306,8.99900\n1601,1646225490,47.74306,8.99900\n1602,1646225491,47.74306,8.99900\n1603,1646225492,47.74306,8.99900\n1604,1646225493,47.74306,8.99900\n1605,1646225494,47.74306,8.99900\n1606,1646225495,47.74306,8.99900\n1607,1646225496,47.74306,8.99900\n1608,1646225497,47.74306,8.99900\n1609,1646225498,47.74306,8.99900\n1610,1646225499,47.74306,8.99900\n1611,1646225500,47.74306,8.99900\n1612,1646225501,47.74306,8.99900\n1613,1646225502,47.74306,8.99900\n1614,1646225503,47.74306,8.99900\n1615,1646225504,47.74306,8.99900\n1616,1646225505,47.74306,8.99900\n1617,1646225506,47.74306,8.99900\n1618,1646225507,47.74306,8.99900\n1619,1646225508,47.74306,8.99900\n1620,1646225509,47.74306,8.99900\n1621,1646225510,47.74306,8.99900\n1622,1646225511,47.74306,8.99900\n1623,1646225512,47.74306,8.99900\n1624,1646225513,47.74306,8.99900\n1625,1646225514,47.74306,8.99900\n1626,1646225515,47.74306,8.99900\n1627,1646225516,47.74306,8.99900\n1628,1646225517,47.74306,8.99900\n1629,1646225518,47.74306,8.99900\n1630,1646225519,47.74306,8.99900\n1631,1646225520,47.74306,8.99900\n1632,1646225521,47.74306,8.99900\n1633,1646225522,47.74306,8.99900\n1634,1646225523,47.74306,8.99900\n1635,1646225524,47.74306,8.99900\n1636,1646225525,47.74306,8.99900\n1637,1646225526,47.74306,8.99900\n1638,1646225527,47.74306,8.99900\n1639,1646225528,47.74306,8.99900\n1640,1646225529,47.74306,8.99900\n1641,1646225530,47.74306,8.99900\n1642,1646225531,47.74306,8.99900\n1643,1646225532,47.74306,8.99900\n1644,1646225533,47.74306,8.99900\n1645,1646225534,47.74306,8.99900\n1646,1646225535,47.74306,8.99900\n1647,1646225536,47.74306,8.99900\n1648,1646225537,47.74306,8.99900\n1649,1646225538,47.74306,8.99900\n1650,1646225539,47.74306,8.99900\n1651,1646225540,47.74306,8.99900\n1652,1646225541,47.74306,8.99900\n1653,1646225542,47.74306,8.99900\n1654,1646225543,47.74306,8.99900\n1655,1646225544,47.74306,8.99900\n1656,1646225545,47.74306,8.99900\n1657,1646225546,47.74306,8.99900\n1658,1646225547,47.74306,8.99900\n1659,1646225548,47.74306,8.99900\n1660,1646225549,47.74306,8.99900\n1661,1646225550,47.74306,8.99900\n1662,1646225551,47.74306,8.99900\n1663,1646225552,47.74306,8.99900\n1664,1646225553,47.74306,8.99900\n1665,1646225554,47.74306,8.99900\n1666,1646225555,47.74306,8.99900\n1667,1646225556,47.74306,8.99900\n1668,1646225557,47.74306,8.99900\n1669,1646225558,47.74306,8.99900\n1670,1646225559,47.74306,8.99900\n1671,1646225560,47.74306,8.99900\n1672,1646225561,47.74306,8.99900\n1673,1646225562,47.74306,8.99900\n1674,1646225563,47.74306,8.99900\n1675,1646225564,47.74306,8.99900\n1676,1646225565,47.74306,8.99900\n1677,1646225566,47.74306,8.99900\n1678,1646225567,47.74306,8.99900\n1679,1646225568,47.74306,8.99900\n1680,1646225569,47.74306,8.99900\n1681,1646225570,47.74306,8.99900\n1682,1646225571,47.74306,8.99900\n1683,1646225572,47.74306,8.99900\n1684,1646225573,47.74306,8.99900\n1685,1646225574,47.74306,8.99900\n1686,1646225575,47.74306,8.99900\n1687,1646225576,47.74306,8.99900\n1688,1646225577,47.74306,8.99900\n1689,1646225578,47.74306,8.99900\n1690,1646225579,47.74306,8.99900\n1691,1646225580,47.74306,8.99900\n1692,1646225581,47.74306,8.99900\n1693,1646225582,47.74306,8.99900\n1694,1646225583,47.74306,8.99900\n1695,1646225584,47.74306,8.99900\n1696,1646225585,47.74306,8.99900\n1697,1646225586,47.74306,8.99900\n1698,1646225587,47.74306,8.99900\n1699,1646225588,47.74306,8.99900\n1700,1646225589,47.74306,8.99900\n1701,1646225590,47.74306,8.99900\n1702,1646225591,47.74306,8.99900\n1703,1646225592,47.74306,8.99900\n1704,1646225593,47.74306,8.99900\n1705,1646225594,47.74306,8.99900\n1706,1646225595,47.74306,8.99900\n1707,1646225596,47.74306,8.99900\n1708,1646225597,47.74306,8.99900\n1709,1646225598,47.74306,8.99900\n1710,1646225599,47.74306,8.99900\n1711,1646225600,47.74306,8.99900\n1712,1646225601,47.74306,8.99900\n1713,1646225602,47.74306,8.99900\n1714,1646225603,47.74306,8.99900\n1715,1646225604,47.74306,8.99900\n1716,1646225605,47.74306,8.99900\n1717,1646225606,47.74306,8.99900\n1718,1646225607,47.74306,8.99900\n1719,1646225608,47.74306,8.99900\n1720,1646225609,47.74306,8.99900\n1721,1646225610,47.74306,8.99900\n1722,1646225611,47.74306,8.99900\n1723,1646225612,47.74306,8.99900\n1724,1646225613,47.74306,8.99900\n1725,1646225614,47.74306,8.99900\n1726,1646225615,47.74306,8.99900\n1727,1646225616,47.74306,8.99900\n1728,1646225617,47.74306,8.99900\n1729,1646225618,47.74306,8.99900\n1730,1646225619,47.74306,8.99900\n1731,1646225620,47.74306,8.99900\n1732,1646225621,47.74306,8.99900\n1733,1646225622,47.74306,8.99900\n1734,1646225623,47.74306,8.99900\n1735,1646225624,47.74306,8.99900\n1736,1646225625,47.74306,8.99900\n1737,1646225626,47.74306,8.99900\n1738,1646225627,47.74306,8.99900\n1739,1646225628,47.74306,8.99900\n1740,1646225629,47.74306,8.99900\n1741,1646225630,47.74306,8.99900\n1742,1646225631,47.74306,8.99900\n1743,1646225632,47.74306,8.99900\n1744,1646225633,47.74306,8.99900\n1745,1646225634,47.74306,8.99900\n1746,1646225635,47.74306,8.99900\n1747,1646225636,47.74306,8.99900\n1748,1646225637,47.74306,8.99900\n1749,1646225638,47.74306,8.99900\n1750,1646225639,47.74306,8.99900\n1751,1646225640,47.74306,8.99900\n1752,1646225641,47.74306,8.99900\n1753,1646225642,47.74306,8.99900\n1754,1646225643,47.74306,8.99900\n1755,1646225644,47.74306,8.99900\n1756,1646225645,47.74306,8.99900\n1757,1646225646,47.74306,8.99900\n1758,1646225647,47.74306,8.99900\n1759,1646225648,47.74306,8.99900\n1760,1646225649,47.74306,8.99900\n1761,1646225650,47.74306,8.99900\n1762,1646225651,47.74306,8.99900\n1763,1646225652,47.74306,8.99900\n1764,1646225653,47.74306,8.99900\n1765,1646225654,47.74306,8.99900\n1766,1646225655,47.74306,8.99900\n1767,1646225656,47.74306,8.99900\n1768,1646225657,47.74306,8.99900\n1769,1646225658,47.74306,8.99900\n1770,1646225659,47.74306,8.99900\n1771,1646225660,47.74306,8.99900\n1772,1646225661,47.74306,8.99900\n1773,1646225662,47.74306,8.99900\n1774,1646225663,47.74306,8.99900\n1775,1646225664,47.74306,8.99900\n1776,1646225665,47.74306,8.99900\n1777,1646225666,47.74306,8.99900\n1778,1646225667,47.74306,8.99900\n1779,1646225668,47.74306,8.99900\n1780,1646225669,47.74306,8.99900\n1781,1646225670,47.74306,8.99900\n1782,1646225671,47.74306,8.99900\n1783,1646225672,47.74306,8.99900\n1784,1646225673,47.74306,8.99900\n1785,1646225674,47.74306,8.99900\n1786,1646225675,47.74306,8.99900\n1787,1646225676,47.74306,8.99900\n1788,1646225677,47.74306,8.99900\n1789,1646225678,47.74306,8.99900\n1790,1646225679,47.74306,8.99900\n1791,1646225680,47.74306,8.99900\n1792,1646225681,47.74306,8.99900\n1793,1646225682,47.74306,8.99900\n1794,1646225683,47.74306,8.99900\n1795,1646225684,47.74306,8.99900\n1796,1646225685,47.74306,8.99900\n1797,1646225686,47.74306,8.99900\n1798,1646225687,47.74306,8.99900\n1799,1646225688,47.74306,8.99900\n1800,1646225689,47.74306,8.99900\n1801,1646225690,47.74306,8.99900\n1802,1646225691,47.74306,8.99900\n1803,1646225692,47.74306,8.99900\n1804,1646225693,47.74306,8.99900\n1805,1646225694,47.74306,8.99900\n1806,1646225695,47.74306,8.99900\n1807,1646225696,47.74306,8.99900\n1808,1646225697,47.74306,8.99900\n1809,1646225698,47.74306,8.99900\n1810,1646225699,47.74306,8.99900\n1811,1646225700,47.74306,8.99900\n1812,1646225701,47.74306,8.99900\n1813,1646225702,47.74306,8.99900\n1814,1646225703,47.74306,8.99900\n1815,1646225704,47.74306,8.99900\n1816,1646225705,47.74306,8.99900\n1817,1646225706,47.74306,8.99900\n1818,1646225707,47.74306,8.99900\n1819,1646225708,47.74306,8.99900\n1820,1646225709,47.74306,8.99900\n1821,1646225710,47.74306,8.99900\n1822,1646225711,47.74306,8.99900\n1823,1646225712,47.74306,8.99900\n1824,1646225713,47.74306,8.99900\n1825,1646225714,47.74306,8.99900\n1826,1646225715,47.74306,8.99900\n1827,1646225716,47.74306,8.99900\n1828,1646225717,47.74306,8.99900\n1829,1646225718,47.74306,8.99900\n1830,1646225719,47.74306,8.99900\n1831,1646225720,47.74306,8.99900\n1832,1646225721,47.74306,8.99900\n1833,1646225722,47.74306,8.99900\n1834,1646225723,47.74306,8.99900\n1835,1646225724,47.74306,8.99900\n1836,1646225725,47.74306,8.99900\n1837,1646225726,47.74306,8.99900\n1838,1646225727,47.74306,8.99900\n1839,1646225728,47.74306,8.99900\n1840,1646225729,47.74306,8.99900\n1841,1646225730,47.74306,8.99900\n1842,1646225731,47.74306,8.99900\n1843,1646225732,47.74306,8.99900\n1844,1646225733,47.74306,8.99900\n1845,1646225734,47.74306,8.99900\n1846,1646225735,47.74306,8.99900\n1847,1646225736,47.74306,8.99900\n1848,1646225737,47.74306,8.99900\n1849,1646225738,47.74306,8.99900\n1850,1646225739,47.74306,8.99900\n1851,1646225740,47.74306,8.99900\n1852,1646225741,47.74306,8.99900\n1853,1646225742,47.74306,8.99900\n1854,1646225743,47.74306,8.99900\n1855,1646225744,47.74306,8.99900\n1856,1646225745,47.74306,8.99900\n1857,1646225746,47.74306,8.99900\n1858,1646225747,47.74306,8.99900\n1859,1646225748,47.74306,8.99900\n1860,1646225749,47.74306,8.99900\n1861,1646225750,47.74306,8.99900\n1862,1646225751,47.74306,8.99900\n1863,1646225752,47.74306,8.99900\n1864,1646225753,47.74306,8.99900\n1865,1646225754,47.74306,8.99900\n1866,1646225755,47.74306,8.99900\n1867,1646225756,47.74306,8.99900\n1868,1646225757,47.74306,8.99900\n1869,1646225758,47.74306,8.99900\n1870,1646225759,47.74306,8.99900\n1871,1646225760,47.74306,8.99900\n1872,1646225761,47.74306,8.99900\n1873,1646225762,47.74306,8.99900\n1874,1646225763,47.74306,8.99900\n1875,1646225764,47.74306,8.99900\n1876,1646225765,47.74306,8.99900\n1877,1646225766,47.74306,8.99900\n1878,1646225767,47.74306,8.99900\n1879,1646225768,47.74306,8.99900\n1880,1646225769,47.74306,8.99900\n1881,1646225770,47.74306,8.99900\n1882,1646225771,47.74306,8.99900\n1883,1646225772,47.74306,8.99900\n1884,1646225773,47.74306,8.99900\n1885,1646225774,47.74306,8.99900\n1886,1646225775,47.74306,8.99900\n1887,1646225776,47.74306,8.99900\n1888,1646225777,47.74306,8.99900\n1889,1646225778,47.74306,8.99900\n1890,1646225779,47.74306,8.99900\n1891,1646225780,47.74306,8.99900\n1892,1646225781,47.74306,8.99900\n1893,1646225782,47.74306,8.99900\n1894,1646225783,47.74306,8.99900\n1895,1646225784,47.74306,8.99900\n1896,1646225785,47.74306,8.99900\n1897,1646225786,47.74306,8.99900\n1898,1646225787,47.74306,8.99900\n1899,1646225788,47.74306,8.99900\n1900,1646225789,47.74306,8.99900\n1901,1646225790,47.74306,8.99900\n1902,1646225791,47.74306,8.99900\n1903,1646225792,47.74306,8.99900\n1904,1646225793,47.74306,8.99900\n1905,1646225794,47.74306,8.99900\n1906,1646225795,47.74306,8.99900\n1907,1646225796,47.74306,8.99900\n1908,1646225797,47.74306,8.99900\n1909,1646225798,47.74306,8.99900\n1910,1646225799,47.74306,8.99900\n1911,1646225800,47.74306,8.99900\n1912,1646225801,47.74306,8.99900\n1913,1646225802,47.74306,8.99900\n1914,1646225803,47.74306,8.99900\n1915,1646225804,47.74306,8.99900\n1916,1646225805,47.74306,8.99900\n1917,1646225806,47.74306,8.99900\n1918,1646225807,47.74306,8.99900\n1919,1646225808,47.74306,8.99900\n1920,1646225809,47.74306,8.99900\n1921,1646225810,47.74306,8.99900\n1922,1646225811,47.74306,8.99900\n1923,1646225812,47.74306,8.99900\n1924,1646225813,47.74306,8.99900\n1925,1646225814,47.74306,8.99900\n1926,1646225815,47.74306,8.99900\n1927,1646225816,47.74306,8.99900\n1928,1646225817,47.74306,8.99900\n1929,1646225818,47.74306,8.99900\n1930,1646225819,47.74306,8.99900\n1931,1646225820,47.74306,8.99900\n1932,1646225821,47.74306,8.99900\n1933,1646225822,47.74306,8.99900\n1934,1646225823,47.74306,8.99900\n1935,1646225824,47.74306,8.99900\n1936,1646225825,47.74306,8.99900\n1937,1646225826,47.74306,8.99900\n1938,1646225827,47.74306,8.99900\n1939,1646225828,47.74306,8.99900\n1940,1646225829,47.74306,8.99900\n1941,1646225830,47.74306,8.99900\n1942,1646225831,47.74306,8.99900\n1943,1646225832,47.74306,8.99900\n1944,1646225833,47.74306,8.99900\n1945,1646225834,47.74306,8.99900\n1946,1646225835,47.74306,8.99900\n1947,1646225836,47.74306,8.99900\n1948,1646225837,47.74306,8.99900\n1949,1646225838,47.74306,8.99900\n1950,1646225839,47.74306,8.99900\n1951,1646225840,47.74306,8.99900\n1952,1646225841,47.74306,8.99900\n1953,1646225842,47.74306,8.99900\n1954,1646225843,47.74306,8.99900\n1955,1646225844,47.74306,8.99900\n1956,1646225845,47.74306,8.99900\n1957,1646225846,47.74306,8.99900\n1958,1646225847,47.74306,8.99900\n1959,1646225848,47.74306,8.99900\n1960,1646225849,47.74306,8.99900\n1961,1646225850,47.74306,8.99900\n1962,1646225851,47.74306,8.99900\n1963,1646225852,47.74306,8.99900\n1964,1646225853,47.74306,8.99900\n1965,1646225854,47.74306,8.99900\n1966,1646225855,47.74306,8.99900\n1967,1646225856,47.74306,8.99900\n1968,1646225857,47.74306,8.99900\n1969,1646225858,47.74306,8.99900\n1970,1646225859,47.74306,8.99900\n1971,1646225860,47.74306,8.99900\n1972,1646225861,47.74306,8.99900\n1973,1646225862,47.74306,8.99900\n1974,1646225863,47.74306,8.99900\n1975,1646225864,47.74306,8.99900\n1976,1646225865,47.74306,8.99900\n1977,1646225866,47.74306,8.99900\n1978,1646225867,47.74306,8.99900\n1979,1646225868,47.74306,8.99900\n1980,1646225869,47.74306,8.99900\n1981,1646225870,47.74306,8.99900\n1982,1646225871,47.74306,8.99900\n1983,1646225872,47.74306,8.99900\n1984,1646225873,47.74306,8.99900\n1985,1646225874,47.74306,8.99900\n1986,1646225875,47.74306,8.99900\n1987,1646225876,47.74306,8.99900\n1988,1646225877,47.74306,8.99900\n1989,1646225878,47.74306,8.99900\n1990,1646225879,47.74306,8.99900\n1991,1646225880,47.74306,8.99900\n1992,1646225881,47.74306,8.99900\n1993,1646225882,47.74306,8.99900\n1994,1646225883,47.74306,8.99900\n1995,1646225884,47.74306,8.99900\n1996,1646225885,47.74306,8.99900\n1997,1646225886,47.74306,8.99900\n1998,1646225887,47.74306,8.99900\n1999,1646225888,47.74306,8.99900\n2000,1646225889,47.74306,8.99900\n2001,1646225890,47.74306,8.99900\n2002,1646225891,47.74306,8.99900\n2003,1646225892,47.74306,8.99900\n2004,1646225893,47.74306,8.99900\n2005,1646225894,47.74306,8.99900\n2006,1646225895,47.74306,8.99900\n2007,1646225896,47.74306,8.99900\n2008,1646225897,47.74306,8.99900\n2009,1646225898,47.74306,8.99900\n2010,1646225899,47.74306,8.99900\n2011,1646225900,47.74306,8.99900\n2012,1646225901,47.74306,8.99900\n2013,1646225902,47.74306,8.99900\n2014,1646225903,47.74306,8.99900\n2015,1646225904,47.74306,8.99900\n2016,1646225905,47.74306,8.99900\n2017,1646225906,47.74306,8.99900\n2018,1646225907,47.74306,8.99900\n2019,1646225908,47.74306,8.99900\n2020,1646225909,47.74306,8.99900\n2021,1646225910,47.74306,8.99900\n2022,1646225911,47.74306,8.99900\n2023,1646225912,47.74306,8.99900\n2024,1646225913,47.74306,8.99900\n2025,1646225914,47.74306,8.99900\n2026,1646225915,47.74306,8.99900\n2027,1646225916,47.74306,8.99900\n2028,1646225917,47.74306,8.99900\n2029,1646225918,47.74306,8.99899\n2030,1646225919,47.74306,8.99899\n2031,1646225920,47.74306,8.99899\n2032,1646225921,47.74306,8.99899\n2033,1646225922,47.74306,8.99899\n2034,1646225923,47.74306,8.99899\n2035,1646225924,47.74306,8.99899\n2036,1646225925,47.74306,8.99899\n2037,1646225926,47.74306,8.99899\n2038,1646225927,47.74306,8.99899\n2039,1646225928,47.74306,8.99899\n2040,1646225929,47.74306,8.99899\n2041,1646225930,47.74306,8.99899\n2042,1646225931,47.74306,8.99899\n2043,1646225932,47.74306,8.99899\n2044,1646225933,47.74306,8.99899\n2045,1646225934,47.74306,8.99899\n2046,1646225935,47.74306,8.99899\n2047,1646225936,47.74306,8.99899\n2048,1646225937,47.74306,8.99899\n2049,1646225938,47.74306,8.99899\n2050,1646225939,47.74306,8.99899\n2051,1646225940,47.74306,8.99899\n2052,1646225941,47.74306,8.99899\n2053,1646225942,47.74306,8.99899\n2054,1646225943,47.74306,8.99899\n2055,1646225944,47.74306,8.99899\n2056,1646225945,47.74306,8.99899\n2057,1646225946,47.74306,8.99899\n2058,1646225947,47.74306,8.99899\n2059,1646225948,47.74306,8.99899\n2060,1646225949,47.74306,8.99899\n2061,1646225950,47.74306,8.99899\n2062,1646225951,47.74306,8.99899\n2063,1646225952,47.74306,8.99899\n2064,1646225953,47.74306,8.99899\n2065,1646225954,47.74306,8.99899\n2066,1646225955,47.74306,8.99899\n2067,1646225956,47.74306,8.99899\n2068,1646225957,47.74306,8.99899\n2069,1646225958,47.74306,8.99899\n2070,1646225959,47.74306,8.99899\n2071,1646225960,47.74306,8.99899\n2072,1646225961,47.74306,8.99899\n2073,1646225962,47.74306,8.99899\n2074,1646225963,47.74306,8.99899\n2075,1646225964,47.74306,8.99899\n2076,1646225965,47.74306,8.99899\n2077,1646225966,47.74306,8.99899\n2078,1646225967,47.74306,8.99899\n2079,1646225968,47.74306,8.99899\n2080,1646225969,47.74306,8.99899\n2081,1646225970,47.74306,8.99899\n2082,1646225971,47.74306,8.99899\n2083,1646225972,47.74306,8.99899\n2084,1646225973,47.74306,8.99899\n2085,1646225974,47.74306,8.99899\n2086,1646225975,47.74306,8.99899\n2087,1646225976,47.74306,8.99899\n2088,1646225977,47.74306,8.99899\n2089,1646225978,47.74306,8.99899\n2090,1646225979,47.74306,8.99899\n2091,1646225980,47.74306,8.99899\n2092,1646225981,47.74306,8.99899\n2093,1646225982,47.74306,8.99899\n2094,1646225983,47.74306,8.99899\n2095,1646225984,47.74306,8.99899\n2096,1646225985,47.74306,8.99899\n2097,1646225986,47.74306,8.99899\n2098,1646225987,47.74306,8.99899\n2099,1646225988,47.74306,8.99899\n2100,1646225989,47.74306,8.99899\n2101,1646225990,47.74306,8.99899\n2102,1646225991,47.74306,8.99899\n2103,1646225992,47.74306,8.99899\n2104,1646225993,47.74306,8.99899\n2105,1646225994,47.74306,8.99899\n2106,1646225995,47.74306,8.99899\n2107,1646225996,47.74306,8.99899\n2108,1646225997,47.74306,8.99899\n2109,1646225998,47.74306,8.99899\n2110,1646225999,47.74306,8.99899\n2111,1646226000,47.74306,8.99899\n2112,1646226001,47.74306,8.99899\n2113,1646226002,47.74306,8.99899\n2114,1646226003,47.74306,8.99899\n2115,1646226004,47.74306,8.99899\n2116,1646226005,47.74306,8.99899\n2117,1646226006,47.74306,8.99899\n2118,1646226007,47.74306,8.99899\n2119,1646226008,47.74306,8.99899\n2120,1646226009,47.74306,8.99899\n2121,1646226010,47.74306,8.99899\n2122,1646226011,47.74306,8.99899\n2123,1646226012,47.74306,8.99899\n2124,1646226013,47.74306,8.99899\n2125,1646226014,47.74306,8.99899\n2126,1646226015,47.74306,8.99899\n2127,1646226016,47.74306,8.99899\n2128,1646226017,47.74306,8.99899\n2129,1646226018,47.74306,8.99899\n2130,1646226019,47.74306,8.99899\n2131,1646226020,47.74306,8.99899\n2132,1646226021,47.74306,8.99899\n2133,1646226022,47.74306,8.99899\n2134,1646226023,47.74306,8.99899\n2135,1646226024,47.74306,8.99899\n2136,1646226025,47.74306,8.99899\n2137,1646226026,47.74306,8.99899\n2138,1646226027,47.74306,8.99899\n2139,1646226028,47.74306,8.99899\n2140,1646226029,47.74306,8.99899\n2141,1646226030,47.74306,8.99899\n2142,1646226031,47.74306,8.99899\n2143,1646226032,47.74306,8.99899\n2144,1646226033,47.74306,8.99899\n2145,1646226034,47.74306,8.99899\n2146,1646226035,47.74306,8.99899\n2147,1646226036,47.74306,8.99899\n2148,1646226037,47.74306,8.99899\n2149,1646226038,47.74306,8.99899\n2150,1646226039,47.74305,8.99899\n2151,1646226040,47.74305,8.99899\n2152,1646226041,47.74305,8.99899\n2153,1646226042,47.74305,8.99899\n2154,1646226043,47.74305,8.99899\n2155,1646226044,47.74305,8.99899\n2156,1646226045,47.74305,8.99899\n2157,1646226046,47.74305,8.99899\n2158,1646226047,47.74305,8.99899\n2159,1646226048,47.74305,8.99899\n2160,1646226049,47.74305,8.99899\n2161,1646226050,47.74305,8.99899\n2162,1646226051,47.74305,8.99899\n2163,1646226052,47.74305,8.99899\n2164,1646226053,47.74305,8.99899\n2165,1646226054,47.74305,8.99899\n2166,1646226055,47.74305,8.99899\n2167,1646226056,47.74305,8.99899\n2168,1646226057,47.74305,8.99899\n2169,1646226058,47.74305,8.99899\n2170,1646226059,47.74305,8.99899\n2171,1646226060,47.74305,8.99899\n2172,1646226061,47.74305,8.99899\n2173,1646226062,47.74305,8.99899\n2174,1646226063,47.74305,8.99899\n2175,1646226064,47.74305,8.99899\n2176,1646226065,47.74305,8.99899\n2177,1646226066,47.74305,8.99899\n2178,1646226067,47.74305,8.99899\n2179,1646226068,47.74305,8.99899\n2180,1646226069,47.74305,8.99899\n2181,1646226070,47.74305,8.99899\n2182,1646226071,47.74305,8.99899\n2183,1646226072,47.74305,8.99899\n2184,1646226073,47.74305,8.99899\n2185,1646226074,47.74305,8.99899\n2186,1646226075,47.74305,8.99899\n2187,1646226076,47.74305,8.99899\n2188,1646226077,47.74305,8.99899\n2189,1646226078,47.74305,8.99899\n2190,1646226079,47.74305,8.99899\n2191,1646226080,47.74305,8.99899\n2192,1646226081,47.74305,8.99899\n2193,1646226082,47.74305,8.99899\n2194,1646226083,47.74305,8.99899\n2195,1646226084,47.74305,8.99899\n2196,1646226085,47.74305,8.99899\n2197,1646226086,47.74305,8.99899\n2198,1646226087,47.74305,8.99899\n2199,1646226088,47.74305,8.99899\n2200,1646226089,47.74305,8.99899\n2201,1646226090,47.74305,8.99899\n2202,1646226091,47.74305,8.99899\n2203,1646226092,47.74305,8.99899\n2204,1646226093,47.74305,8.99899\n2205,1646226094,47.74305,8.99899\n2206,1646226095,47.74306,8.99899\n2207,1646226096,47.74306,8.99899\n2208,1646226097,47.74306,8.99899\n2209,1646226098,47.74306,8.99899\n2210,1646226099,47.74306,8.99899\n2211,1646226100,47.74306,8.99899\n2212,1646226101,47.74306,8.99899\n2213,1646226102,47.74306,8.99899\n2214,1646226103,47.74306,8.99899\n2215,1646226104,47.74306,8.99899\n2216,1646226105,47.74306,8.99898\n2217,1646226106,47.74306,8.99898\n2218,1646226107,47.74306,8.99898\n2219,1646226108,47.74306,8.99898\n2220,1646226109,47.74306,8.99898\n2221,1646226110,47.74306,8.99898\n2222,1646226111,47.74305,8.99898\n2223,1646226112,47.74305,8.99898\n2224,1646226113,47.74305,8.99898\n2225,1646226114,47.74305,8.99898\n2226,1646226115,47.74305,8.99898\n2227,1646226116,47.74305,8.99898\n2228,1646226117,47.74305,8.99898\n2229,1646226118,47.74305,8.99898\n2230,1646226119,47.74305,8.99897\n2231,1646226120,47.74305,8.99897\n2232,1646226121,47.74305,8.99897\n2233,1646226122,47.74305,8.99897\n2234,1646226123,47.74305,8.99897\n2235,1646226124,47.74305,8.99897\n2236,1646226125,47.74305,8.99897\n2237,1646226126,47.74305,8.99897\n2238,1646226127,47.74305,8.99897\n2239,1646226128,47.74305,8.99897\n2240,1646226129,47.74305,8.99897\n2241,1646226130,47.74305,8.99897\n2242,1646226131,47.74305,8.99897\n2243,1646226132,47.74305,8.99897\n2244,1646226133,47.74305,8.99897\n2245,1646226134,47.74305,8.99897\n2246,1646226135,47.74305,8.99897\n2247,1646226136,47.74305,8.99896\n2248,1646226137,47.74305,8.99896\n2249,1646226138,47.74305,8.99896\n2250,1646226139,47.74305,8.99896\n2251,1646226140,47.74305,8.99896\n2252,1646226141,47.74305,8.99896\n2253,1646226142,47.74305,8.99896\n2254,1646226143,47.74305,8.99896\n2255,1646226144,47.74305,8.99896\n2256,1646226145,47.74305,8.99896\n2257,1646226146,47.74305,8.99896\n2258,1646226147,47.74305,8.99896\n2259,1646226148,47.74305,8.99896\n2260,1646226149,47.74305,8.99896\n2261,1646226150,47.74305,8.99896\n2262,1646226151,47.74305,8.99896\n2263,1646226152,47.74305,8.99896\n2264,1646226153,47.74305,8.99896\n2265,1646226154,47.74305,8.99896\n2266,1646226155,47.74305,8.99896\n2267,1646226156,47.74305,8.99896\n2268,1646226157,47.74305,8.99896\n2269,1646226158,47.74305,8.99896\n2270,1646226159,47.74305,8.99896\n2271,1646226160,47.74305,8.99896\n2272,1646226161,47.74305,8.99896\n2273,1646226162,47.74305,8.99896\n2274,1646226163,47.74305,8.99896\n2275,1646226164,47.74305,8.99896\n2276,1646226165,47.74305,8.99896\n2277,1646226166,47.74305,8.99896\n2278,1646226167,47.74305,8.99896\n2279,1646226168,47.74305,8.99896\n2280,1646226169,47.74305,8.99896\n2281,1646226170,47.74305,8.99896\n2282,1646226171,47.74305,8.99896\n2283,1646226172,47.74305,8.99896\n2284,1646226173,47.74305,8.99896\n2285,1646226174,47.74305,8.99896\n2286,1646226175,47.74305,8.99896\n2287,1646226176,47.74305,8.99896\n2288,1646226177,47.74305,8.99896\n2289,1646226178,47.74305,8.99896\n2290,1646226179,47.74305,8.99896\n2291,1646226180,47.74305,8.99896\n2292,1646226181,47.74305,8.99896\n2293,1646226182,47.74305,8.99896\n2294,1646226183,47.74305,8.99896\n2295,1646226184,47.74305,8.99896\n2296,1646226185,47.74305,8.99896\n2297,1646226186,47.74305,8.99896\n2298,1646226187,47.74305,8.99895\n2299,1646226188,47.74305,8.99895\n2300,1646226189,47.74305,8.99895\n2301,1646226190,47.74305,8.99895\n2302,1646226191,47.74305,8.99895\n2303,1646226192,47.74305,8.99895\n2304,1646226193,47.74305,8.99895\n2305,1646226194,47.74305,8.99895\n2306,1646226195,47.74305,8.99895\n2307,1646226196,47.74305,8.99895\n2308,1646226197,47.74305,8.99895\n2309,1646226198,47.74305,8.99895\n2310,1646226199,47.74305,8.99895\n2311,1646226200,47.74305,8.99895\n2312,1646226201,47.74305,8.99895\n2313,1646226202,47.74305,8.99895\n2314,1646226203,47.74305,8.99895\n2315,1646226204,47.74305,8.99895\n2316,1646226205,47.74305,8.99895\n2317,1646226206,47.74305,8.99895\n2318,1646226207,47.74305,8.99895\n2319,1646226208,47.74305,8.99895\n2320,1646226209,47.74305,8.99895\n2321,1646226210,47.74305,8.99895\n2322,1646226211,47.74305,8.99895\n2323,1646226212,47.74305,8.99895\n2324,1646226213,47.74305,8.99895\n2325,1646226214,47.74305,8.99895\n2326,1646226215,47.74305,8.99895\n2327,1646226216,47.74305,8.99895\n2328,1646226217,47.74305,8.99895\n2329,1646226218,47.74305,8.99895\n2330,1646226219,47.74305,8.99895\n2331,1646226220,47.74305,8.99895\n2332,1646226221,47.74305,8.99895\n2333,1646226222,47.74305,8.99895\n2334,1646226223,47.74305,8.99895\n2335,1646226224,47.74305,8.99895\n2336,1646226225,47.74305,8.99895\n2337,1646226226,47.74305,8.99895\n2338,1646226227,47.74305,8.99895\n2339,1646226228,47.74305,8.99895\n2340,1646226229,47.74305,8.99895\n2341,1646226230,47.74305,8.99895\n2342,1646226231,47.74305,8.99895\n2343,1646226232,47.74305,8.99895\n2344,1646226233,47.74305,8.99895\n2345,1646226234,47.74305,8.99895\n2346,1646226235,47.74305,8.99895\n2347,1646226236,47.74305,8.99895\n2348,1646226237,47.74305,8.99895\n2349,1646226238,47.74305,8.99895\n2350,1646226239,47.74305,8.99895\n2351,1646226240,47.74305,8.99895\n2352,1646226241,47.74305,8.99895\n2353,1646226242,47.74305,8.99895\n2354,1646226243,47.74305,8.99895\n2355,1646226244,47.74305,8.99895\n2356,1646226245,47.74305,8.99895\n2357,1646226246,47.74305,8.99895\n2358,1646226247,47.74305,8.99895\n2359,1646226248,47.74305,8.99895\n2360,1646226249,47.74305,8.99895\n2361,1646226250,47.74305,8.99895\n2362,1646226251,47.74305,8.99895\n2363,1646226252,47.74305,8.99895\n2364,1646226253,47.74305,8.99895\n2365,1646226254,47.74305,8.99895\n2366,1646226255,47.74305,8.99895\n2367,1646226256,47.74305,8.99895\n2368,1646226257,47.74305,8.99895\n2369,1646226258,47.74305,8.99895\n2370,1646226259,47.74305,8.99895\n2371,1646226260,47.74305,8.99895\n2372,1646226261,47.74305,8.99895\n2373,1646226262,47.74305,8.99895\n2374,1646226263,47.74305,8.99895\n2375,1646226264,47.74305,8.99895\n2376,1646226265,47.74305,8.99895\n2377,1646226266,47.74305,8.99895\n2378,1646226267,47.74305,8.99895\n2379,1646226268,47.74305,8.99895\n2380,1646226269,47.74305,8.99895\n2381,1646226270,47.74305,8.99895\n2382,1646226271,47.74305,8.99895\n2383,1646226272,47.74305,8.99895\n2384,1646226273,47.74305,8.99895\n2385,1646226274,47.74305,8.99895\n2386,1646226275,47.74305,8.99895\n2387,1646226276,47.74305,8.99895\n2388,1646226277,47.74305,8.99895\n2389,1646226278,47.74305,8.99895\n2390,1646226279,47.74305,8.99895\n2391,1646226280,47.74305,8.99895\n2392,1646226281,47.74305,8.99895\n2393,1646226282,47.74305,8.99895\n2394,1646226283,47.74305,8.99895\n2395,1646226284,47.74305,8.99895\n2396,1646226285,47.74305,8.99895\n2397,1646226286,47.74305,8.99895\n2398,1646226287,47.74305,8.99895\n2399,1646226288,47.74305,8.99895\n2400,1646226289,47.74305,8.99895\n2401,1646226290,47.74305,8.99895\n2402,1646226291,47.74305,8.99895\n2403,1646226292,47.74305,8.99895\n2404,1646226293,47.74305,8.99895\n2405,1646226294,47.74305,8.99895\n2406,1646226295,47.74305,8.99895\n2407,1646226296,47.74305,8.99895\n2408,1646226297,47.74305,8.99895\n2409,1646226298,47.74305,8.99895\n2410,1646226299,47.74305,8.99895\n2411,1646226300,47.74305,8.99895\n2412,1646226301,47.74305,8.99895\n2413,1646226302,47.74305,8.99895\n2414,1646226303,47.74305,8.99895\n2415,1646226304,47.74305,8.99895\n2416,1646226305,47.74305,8.99895\n2417,1646226306,47.74305,8.99895\n2418,1646226307,47.74305,8.99895\n2419,1646226308,47.74305,8.99895\n2420,1646226309,47.74305,8.99895\n2421,1646226310,47.74305,8.99895\n2422,1646226311,47.74305,8.99895\n2423,1646226312,47.74305,8.99895\n2424,1646226313,47.74305,8.99895\n2425,1646226314,47.74305,8.99895\n2426,1646226315,47.74305,8.99895\n2427,1646226316,47.74305,8.99895\n2428,1646226317,47.74305,8.99895\n2429,1646226318,47.74305,8.99895\n2430,1646226319,47.74305,8.99895\n2431,1646226320,47.74305,8.99895\n2432,1646226321,47.74305,8.99896\n2433,1646226322,47.74305,8.99896\n2434,1646226323,47.74305,8.99896\n2435,1646226324,47.74305,8.99896\n2436,1646226325,47.74305,8.99896\n2437,1646226326,47.74305,8.99896\n2438,1646226327,47.74305,8.99896\n2439,1646226328,47.74305,8.99896\n2440,1646226329,47.74305,8.99896\n2441,1646226330,47.74305,8.99896\n2442,1646226331,47.74305,8.99896\n2443,1646226332,47.74305,8.99896\n2444,1646226333,47.74305,8.99896\n2445,1646226334,47.74305,8.99896\n2446,1646226335,47.74305,8.99896\n2447,1646226336,47.74305,8.99896\n2448,1646226337,47.74305,8.99896\n2449,1646226338,47.74305,8.99896\n2450,1646226339,47.74305,8.99896\n2451,1646226340,47.74305,8.99896\n2452,1646226341,47.74305,8.99896\n2453,1646226342,47.74305,8.99896\n2454,1646226343,47.74305,8.99896\n2455,1646226344,47.74305,8.99896\n2456,1646226345,47.74305,8.99896\n2457,1646226346,47.74305,8.99896\n2458,1646226347,47.74305,8.99896\n2459,1646226348,47.74305,8.99896\n2460,1646226349,47.74305,8.99896\n2461,1646226350,47.74305,8.99896\n2462,1646226351,47.74305,8.99896\n2463,1646226352,47.74305,8.99896\n2464,1646226353,47.74305,8.99896\n2465,1646226354,47.74305,8.99896\n2466,1646226355,47.74305,8.99896\n2467,1646226356,47.74305,8.99896\n2468,1646226357,47.74305,8.99896\n2469,1646226358,47.74305,8.99896\n2470,1646226359,47.74305,8.99896\n2471,1646226360,47.74305,8.99896\n2472,1646226361,47.74305,8.99896\n2473,1646226362,47.74305,8.99896\n2474,1646226363,47.74305,8.99896\n2475,1646226364,47.74305,8.99896\n2476,1646226365,47.74305,8.99896\n2477,1646226366,47.74305,8.99896\n2478,1646226367,47.74305,8.99896\n2479,1646226368,47.74305,8.99896\n2480,1646226369,47.74305,8.99896\n2481,1646226370,47.74305,8.99896\n2482,1646226371,47.74305,8.99896\n2483,1646226372,47.74305,8.99896\n2484,1646226373,47.74305,8.99896\n2485,1646226374,47.74305,8.99896\n2486,1646226375,47.74305,8.99896\n2487,1646226376,47.74305,8.99896\n2488,1646226377,47.74305,8.99896\n2489,1646226378,47.74305,8.99896\n2490,1646226379,47.74305,8.99896\n2491,1646226380,47.74305,8.99896\n2492,1646226381,47.74305,8.99896\n2493,1646226382,47.74305,8.99896\n2494,1646226383,47.74305,8.99896\n2495,1646226384,47.74305,8.99896\n2496,1646226385,47.74305,8.99896\n2497,1646226386,47.74305,8.99896\n2498,1646226387,47.74305,8.99896\n2499,1646226388,47.74305,8.99896\n2500,1646226389,47.74305,8.99896\n2501,1646226390,47.74305,8.99896\n2502,1646226391,47.74305,8.99896\n2503,1646226392,47.74305,8.99896\n2504,1646226393,47.74305,8.99896\n2505,1646226394,47.74305,8.99896\n2506,1646226395,47.74305,8.99896\n2507,1646226396,47.74305,8.99896\n2508,1646226397,47.74305,8.99896\n2509,1646226398,47.74305,8.99896\n2510,1646226399,47.74305,8.99896\n2511,1646226400,47.74305,8.99896\n2512,1646226401,47.74305,8.99896\n2513,1646226402,47.74305,8.99896\n2514,1646226403,47.74305,8.99896\n2515,1646226404,47.74305,8.99896\n2516,1646226405,47.74305,8.99896\n2517,1646226406,47.74305,8.99896\n2518,1646226407,47.74305,8.99896\n2519,1646226408,47.74305,8.99896\n2520,1646226409,47.74305,8.99896\n2521,1646226410,47.74305,8.99896\n2522,1646226411,47.74305,8.99896\n2523,1646226412,47.74305,8.99896\n2524,1646226413,47.74305,8.99896\n2525,1646226414,47.74305,8.99896\n2526,1646226415,47.74305,8.99896\n2527,1646226416,47.74305,8.99896\n2528,1646226417,47.74305,8.99896\n2529,1646226418,47.74305,8.99896\n2530,1646226419,47.74305,8.99896\n2531,1646226420,47.74305,8.99896\n2532,1646226421,47.74305,8.99896\n2533,1646226422,47.74305,8.99896\n2534,1646226423,47.74305,8.99896\n2535,1646226424,47.74305,8.99896\n2536,1646226425,47.74305,8.99896\n2537,1646226426,47.74305,8.99896\n2538,1646226427,47.74305,8.99896\n2539,1646226428,47.74305,8.99896\n2540,1646226429,47.74305,8.99896\n2541,1646226430,47.74305,8.99896\n2542,1646226431,47.74305,8.99896\n2543,1646226432,47.74305,8.99896\n2544,1646226433,47.74305,8.99896\n2545,1646226434,47.74305,8.99896\n2546,1646226435,47.74305,8.99896\n2547,1646226436,47.74305,8.99896\n2548,1646226437,47.74305,8.99896\n2549,1646226438,47.74305,8.99896\n2550,1646226439,47.74305,8.99896\n2551,1646226440,47.74305,8.99896\n2552,1646226441,47.74305,8.99896\n2553,1646226442,47.74305,8.99896\n2554,1646226443,47.74305,8.99896\n2555,1646226444,47.74305,8.99896\n2556,1646226445,47.74305,8.99896\n2557,1646226446,47.74305,8.99896\n2558,1646226447,47.74305,8.99896\n2559,1646226448,47.74305,8.99896\n2560,1646226449,47.74305,8.99896\n2561,1646226450,47.74305,8.99896\n2562,1646226451,47.74305,8.99896\n2563,1646226452,47.74305,8.99896\n2564,1646226453,47.74305,8.99896\n2565,1646226454,47.74305,8.99896\n2566,1646226455,47.74305,8.99896\n2567,1646226456,47.74305,8.99896\n2568,1646226457,47.74305,8.99896\n2569,1646226458,47.74305,8.99896\n2570,1646226459,47.74305,8.99896\n2571,1646226460,47.74305,8.99896\n2572,1646226461,47.74305,8.99896\n2573,1646226462,47.74305,8.99896\n2574,1646226463,47.74305,8.99896\n2575,1646226464,47.74305,8.99896\n2576,1646226465,47.74305,8.99896\n2577,1646226466,47.74305,8.99896\n2578,1646226467,47.74305,8.99896\n2579,1646226468,47.74305,8.99896\n2580,1646226469,47.74305,8.99896\n2581,1646226470,47.74305,8.99896\n2582,1646226471,47.74305,8.99896\n2583,1646226472,47.74305,8.99896\n2584,1646226473,47.74305,8.99896\n2585,1646226474,47.74305,8.99896\n2586,1646226475,47.74305,8.99896\n2587,1646226476,47.74305,8.99896\n2588,1646226477,47.74305,8.99896\n2589,1646226478,47.74305,8.99896\n2590,1646226479,47.74305,8.99896\n2591,1646226480,47.74305,8.99896\n2592,1646226481,47.74305,8.99896\n2593,1646226482,47.74305,8.99896\n2594,1646226483,47.74305,8.99896\n2595,1646226484,47.74305,8.99896\n2596,1646226485,47.74305,8.99896\n2597,1646226486,47.74305,8.99896\n2598,1646226487,47.74305,8.99896\n2599,1646226488,47.74305,8.99896\n2600,1646226489,47.74305,8.99896\n2601,1646226490,47.74305,8.99896\n2602,1646226491,47.74305,8.99896\n2603,1646226492,47.74305,8.99896\n2604,1646226493,47.74305,8.99896\n2605,1646226494,47.74305,8.99896\n2606,1646226495,47.74305,8.99896\n2607,1646226496,47.74305,8.99896\n2608,1646226497,47.74305,8.99896\n2609,1646226498,47.74305,8.99896\n2610,1646226499,47.74305,8.99896\n2611,1646226500,47.74305,8.99896\n2612,1646226501,47.74305,8.99896\n2613,1646226502,47.74305,8.99896\n2614,1646226503,47.74305,8.99896\n2615,1646226504,47.74305,8.99896\n2616,1646226505,47.74305,8.99896\n2617,1646226506,47.74305,8.99896\n2618,1646226507,47.74305,8.99896\n2619,1646226508,47.74305,8.99896\n2620,1646226509,47.74305,8.99896\n2621,1646226510,47.74305,8.99896\n2622,1646226511,47.74305,8.99896\n2623,1646226512,47.74305,8.99896\n2624,1646226513,47.74305,8.99896\n2625,1646226514,47.74305,8.99896\n2626,1646226515,47.74305,8.99896\n2627,1646226516,47.74305,8.99896\n2628,1646226517,47.74305,8.99896\n2629,1646226518,47.74305,8.99896\n2630,1646226519,47.74305,8.99896\n2631,1646226520,47.74305,8.99896\n2632,1646226521,47.74305,8.99896\n2633,1646226522,47.74305,8.99896\n2634,1646226523,47.74305,8.99896\n2635,1646226524,47.74305,8.99896\n2636,1646226525,47.74305,8.99896\n2637,1646226526,47.74305,8.99896\n2638,1646226527,47.74305,8.99896\n2639,1646226528,47.74305,8.99896\n2640,1646226529,47.74305,8.99896\n2641,1646226530,47.74305,8.99896\n2642,1646226531,47.74305,8.99896\n2643,1646226532,47.74305,8.99896\n2644,1646226533,47.74305,8.99896\n2645,1646226534,47.74305,8.99896\n2646,1646226535,47.74305,8.99896\n2647,1646226536,47.74305,8.99896\n2648,1646226537,47.74305,8.99896\n2649,1646226538,47.74305,8.99896\n2650,1646226539,47.74305,8.99896\n2651,1646226540,47.74305,8.99896\n2652,1646226541,47.74305,8.99896\n2653,1646226542,47.74305,8.99896\n2654,1646226543,47.74305,8.99896\n2655,1646226544,47.74305,8.99896\n2656,1646226545,47.74305,8.99896\n2657,1646226546,47.74305,8.99896\n2658,1646226547,47.74305,8.99896\n2659,1646226548,47.74305,8.99896\n2660,1646226549,47.74305,8.99896\n2661,1646226550,47.74305,8.99896\n2662,1646226551,47.74305,8.99896\n2663,1646226552,47.74305,8.99896\n2664,1646226553,47.74305,8.99896\n2665,1646226554,47.74305,8.99896\n2666,1646226555,47.74305,8.99896\n2667,1646226556,47.74305,8.99896\n2668,1646226557,47.74305,8.99896\n2669,1646226558,47.74305,8.99896\n2670,1646226559,47.74305,8.99896\n2671,1646226560,47.74305,8.99896\n2672,1646226561,47.74305,8.99896\n2673,1646226562,47.74305,8.99896\n2674,1646226563,47.74305,8.99896\n2675,1646226564,47.74305,8.99896\n2676,1646226565,47.74305,8.99896\n2677,1646226566,47.74305,8.99896\n2678,1646226567,47.74305,8.99896\n2679,1646226568,47.74305,8.99896\n2680,1646226569,47.74305,8.99896\n2681,1646226570,47.74305,8.99896\n2682,1646226571,47.74305,8.99896\n2683,1646226572,47.74305,8.99896\n2684,1646226573,47.74305,8.99896\n2685,1646226574,47.74305,8.99896\n2686,1646226575,47.74305,8.99896\n2687,1646226576,47.74305,8.99896\n2688,1646226577,47.74305,8.99896\n2689,1646226578,47.74305,8.99896\n2690,1646226579,47.74305,8.99896\n2691,1646226580,47.74305,8.99896\n2692,1646226581,47.74305,8.99896\n2693,1646226582,47.74305,8.99896\n2694,1646226583,47.74305,8.99897\n2695,1646226584,47.74305,8.99897\n2696,1646226585,47.74305,8.99897\n2697,1646226586,47.74305,8.99897\n2698,1646226587,47.74305,8.99897\n2699,1646226588,47.74305,8.99897\n2700,1646226589,47.74305,8.99897\n2701,1646226590,47.74305,8.99897\n2702,1646226591,47.74305,8.99897\n2703,1646226592,47.74305,8.99897\n2704,1646226593,47.74305,8.99897\n2705,1646226594,47.74305,8.99897\n2706,1646226595,47.74305,8.99897\n2707,1646226596,47.74305,8.99897\n2708,1646226597,47.74305,8.99897\n2709,1646226598,47.74305,8.99897\n2710,1646226599,47.74305,8.99897\n2711,1646226600,47.74305,8.99897\n2712,1646226601,47.74305,8.99897\n2713,1646226602,47.74305,8.99897\n2714,1646226603,47.74305,8.99897\n2715,1646226604,47.74305,8.99897\n2716,1646226605,47.74305,8.99897\n2717,1646226606,47.74305,8.99897\n2718,1646226607,47.74305,8.99897\n2719,1646226608,47.74305,8.99897\n2720,1646226609,47.74305,8.99897\n2721,1646226610,47.74305,8.99897\n2722,1646226611,47.74305,8.99897\n2723,1646226612,47.74305,8.99897\n2724,1646226613,47.74305,8.99897\n2725,1646226614,47.74305,8.99897\n2726,1646226615,47.74305,8.99897\n2727,1646226616,47.74305,8.99897\n2728,1646226617,47.74305,8.99897\n2729,1646226618,47.74305,8.99897\n2730,1646226619,47.74305,8.99897\n2731,1646226620,47.74305,8.99897\n2732,1646226621,47.74305,8.99897\n2733,1646226622,47.74305,8.99897\n2734,1646226623,47.74305,8.99897\n2735,1646226624,47.74305,8.99897\n2736,1646226625,47.74305,8.99897\n2737,1646226626,47.74305,8.99897\n2738,1646226627,47.74305,8.99897\n2739,1646226628,47.74305,8.99897\n2740,1646226629,47.74305,8.99897\n2741,1646226630,47.74305,8.99897\n2742,1646226631,47.74305,8.99897\n2743,1646226632,47.74305,8.99897\n2744,1646226633,47.74305,8.99897\n2745,1646226634,47.74304,8.99897\n2746,1646226635,47.74304,8.99897\n2747,1646226636,47.74304,8.99897\n2748,1646226637,47.74304,8.99897\n2749,1646226638,47.74304,8.99897\n2750,1646226639,47.74304,8.99898\n2751,1646226640,47.74304,8.99898\n2752,1646226641,47.74304,8.99898\n2753,1646226642,47.74304,8.99898\n2754,1646226643,47.74304,8.99898\n2755,1646226644,47.74304,8.99898\n2756,1646226645,47.74304,8.99898\n2757,1646226646,47.74304,8.99898\n2758,1646226647,47.74304,8.99898\n2759,1646226648,47.74304,8.99898\n2760,1646226649,47.74304,8.99898\n2761,1646226650,47.74304,8.99898\n2762,1646226651,47.74304,8.99898\n2763,1646226652,47.74304,8.99898\n2764,1646226653,47.74304,8.99898\n2765,1646226654,47.74304,8.99898\n2766,1646226655,47.74304,8.99898\n2767,1646226656,47.74304,8.99898\n2768,1646226657,47.74304,8.99898\n2769,1646226658,47.74304,8.99898\n2770,1646226659,47.74304,8.99898\n2771,1646226660,47.74304,8.99898\n2772,1646226661,47.74304,8.99898\n2773,1646226662,47.74304,8.99898\n2774,1646226663,47.74304,8.99898\n2775,1646226664,47.74304,8.99898\n2776,1646226665,47.74304,8.99898\n2777,1646226666,47.74304,8.99898\n2778,1646226667,47.74304,8.99898\n2779,1646226668,47.74304,8.99898\n2780,1646226669,47.74304,8.99898\n2781,1646226670,47.74304,8.99898\n2782,1646226671,47.74304,8.99898\n2783,1646226672,47.74304,8.99898\n2784,1646226673,47.74304,8.99898\n2785,1646226674,47.74304,8.99898\n2786,1646226675,47.74304,8.99898\n2787,1646226676,47.74304,8.99898\n2788,1646226677,47.74304,8.99898\n2789,1646226678,47.74304,8.99898\n2790,1646226679,47.74304,8.99898\n2791,1646226680,47.74304,8.99898\n2792,1646226681,47.74304,8.99898\n2793,1646226682,47.74304,8.99898\n2794,1646226683,47.74304,8.99898\n2795,1646226684,47.74304,8.99898\n2796,1646226685,47.74304,8.99898\n2797,1646226686,47.74304,8.99898\n2798,1646226687,47.74304,8.99898\n2799,1646226688,47.74304,8.99898\n2800,1646226689,47.74304,8.99898\n2801,1646226690,47.74304,8.99898\n2802,1646226691,47.74304,8.99898\n2803,1646226692,47.74304,8.99898\n2804,1646226693,47.74303,8.99898\n2805,1646226694,47.74303,8.99898\n2806,1646226695,47.74303,8.99898\n2807,1646226696,47.74303,8.99898\n2808,1646226697,47.74303,8.99898\n2809,1646226698,47.74303,8.99898\n2810,1646226699,47.74303,8.99898\n2811,1646226700,47.74303,8.99898\n2812,1646226701,47.74303,8.99898\n2813,1646226702,47.74303,8.99898\n2814,1646226703,47.74303,8.99898\n2815,1646226704,47.74303,8.99898\n2816,1646226705,47.74303,8.99898\n2817,1646226706,47.74303,8.99898\n2818,1646226707,47.74303,8.99898\n2819,1646226708,47.74303,8.99898\n2820,1646226709,47.74303,8.99898\n2821,1646226710,47.74303,8.99898\n2822,1646226711,47.74303,8.99898\n2823,1646226712,47.74303,8.99898\n2824,1646226713,47.74303,8.99898\n2825,1646226714,47.74303,8.99898\n2826,1646226715,47.74303,8.99898\n2827,1646226716,47.74303,8.99898\n2828,1646226717,47.74303,8.99898\n2829,1646226718,47.74304,8.99898\n2830,1646226719,47.74304,8.99898\n2831,1646226720,47.74304,8.99898\n2832,1646226721,47.74304,8.99897\n2833,1646226722,47.74304,8.99897\n2834,1646226723,47.74304,8.99897\n2835,1646226724,47.74304,8.99897\n2836,1646226725,47.74304,8.99897\n2837,1646226726,47.74304,8.99897\n2838,1646226727,47.74304,8.99897\n2839,1646226728,47.74304,8.99897\n2840,1646226729,47.74304,8.99897\n2841,1646226730,47.74304,8.99897\n2842,1646226731,47.74304,8.99897\n2843,1646226732,47.74304,8.99897\n2844,1646226733,47.74304,8.99897\n2845,1646226734,47.74304,8.99897\n2846,1646226735,47.74304,8.99897\n2847,1646226736,47.74304,8.99897\n2848,1646226737,47.74304,8.99897\n2849,1646226738,47.74304,8.99897\n2850,1646226739,47.74304,8.99897\n2851,1646226740,47.74304,8.99897\n2852,1646226741,47.74304,8.99897\n2853,1646226742,47.74304,8.99897\n2854,1646226743,47.74304,8.99897\n2855,1646226744,47.74304,8.99897\n2856,1646226745,47.74304,8.99897\n2857,1646226746,47.74304,8.99897\n2858,1646226747,47.74304,8.99897\n2859,1646226748,47.74304,8.99897\n2860,1646226749,47.74304,8.99897\n2861,1646226750,47.74304,8.99897\n2862,1646226751,47.74304,8.99897\n2863,1646226752,47.74304,8.99897\n2864,1646226753,47.74304,8.99897\n2865,1646226754,47.74304,8.99897\n2866,1646226755,47.74304,8.99897\n2867,1646226756,47.74304,8.99897\n2868,1646226757,47.74304,8.99897\n2869,1646226758,47.74304,8.99897\n2870,1646226759,47.74304,8.99897\n2871,1646226760,47.74304,8.99897\n2872,1646226761,47.74304,8.99897\n2873,1646226762,47.74304,8.99897\n2874,1646226763,47.74304,8.99897\n2875,1646226764,47.74304,8.99897\n2876,1646226765,47.74304,8.99897\n2877,1646226766,47.74304,8.99897\n2878,1646226767,47.74304,8.99897\n2879,1646226768,47.74304,8.99897\n2880,1646226769,47.74304,8.99897\n2881,1646226770,47.74304,8.99897\n2882,1646226771,47.74304,8.99897\n2883,1646226772,47.74304,8.99897\n2884,1646226773,47.74304,8.99897\n2885,1646226774,47.74304,8.99897\n2886,1646226775,47.74304,8.99897\n2887,1646226776,47.74304,8.99897\n2888,1646226777,47.74304,8.99897\n2889,1646226778,47.74304,8.99897\n2890,1646226779,47.74304,8.99897\n2891,1646226780,47.74304,8.99897\n2892,1646226781,47.74304,8.99897\n2893,1646226782,47.74304,8.99897\n2894,1646226783,47.74304,8.99897\n2895,1646226784,47.74304,8.99897\n2896,1646226785,47.74304,8.99897\n2897,1646226786,47.74304,8.99897\n2898,1646226787,47.74304,8.99897\n2899,1646226788,47.74304,8.99897\n2900,1646226789,47.74304,8.99897\n2901,1646226790,47.74304,8.99897\n2902,1646226791,47.74304,8.99897\n2903,1646226792,47.74304,8.99897\n2904,1646226793,47.74304,8.99897\n2905,1646226794,47.74304,8.99898\n2906,1646226795,47.74304,8.99898\n2907,1646226796,47.74304,8.99898\n2908,1646226797,47.74304,8.99898\n2909,1646226798,47.74304,8.99898\n2910,1646226799,47.74304,8.99898\n2911,1646226800,47.74304,8.99898\n2912,1646226801,47.74304,8.99898\n2913,1646226802,47.74304,8.99898\n2914,1646226803,47.74304,8.99898\n2915,1646226804,47.74304,8.99898\n2916,1646226805,47.74304,8.99898\n2917,1646226806,47.74304,8.99898\n2918,1646226807,47.74304,8.99898\n2919,1646226808,47.74304,8.99898\n2920,1646226809,47.74304,8.99898\n2921,1646226810,47.74304,8.99898\n2922,1646226811,47.74304,8.99898\n2923,1646226812,47.74304,8.99898\n2924,1646226813,47.74304,8.99898\n2925,1646226814,47.74304,8.99898\n2926,1646226815,47.74304,8.99898\n2927,1646226816,47.74304,8.99898\n2928,1646226817,47.74304,8.99898\n2929,1646226818,47.74304,8.99898\n2930,1646226819,47.74304,8.99898\n2931,1646226820,47.74304,8.99898\n2932,1646226821,47.74304,8.99898\n2933,1646226822,47.74304,8.99898\n2934,1646226823,47.74304,8.99898\n2935,1646226824,47.74304,8.99898\n2936,1646226825,47.74304,8.99898\n2937,1646226826,47.74304,8.99898\n2938,1646226827,47.74304,8.99898\n2939,1646226828,47.74304,8.99898\n2940,1646226829,47.74304,8.99898\n2941,1646226830,47.74304,8.99898\n2942,1646226831,47.74304,8.99898\n2943,1646226832,47.74304,8.99898\n2944,1646226833,47.74304,8.99898\n2945,1646226834,47.74304,8.99898\n2946,1646226835,47.74304,8.99898\n2947,1646226836,47.74304,8.99898\n2948,1646226837,47.74304,8.99898\n2949,1646226838,47.74304,8.99898\n2950,1646226839,47.74304,8.99898\n2951,1646226840,47.74304,8.99898\n2952,1646226841,47.74304,8.99898\n2953,1646226842,47.74304,8.99898\n2954,1646226843,47.74304,8.99898\n2955,1646226844,47.74304,8.99898\n2956,1646226845,47.74304,8.99898\n2957,1646226846,47.74304,8.99898\n2958,1646226847,47.74304,8.99898\n2959,1646226848,47.74304,8.99898\n2960,1646226849,47.74304,8.99898\n2961,1646226850,47.74304,8.99898\n2962,1646226851,47.74304,8.99898\n2963,1646226852,47.74304,8.99898\n2964,1646226853,47.74304,8.99898\n2965,1646226854,47.74304,8.99898\n2966,1646226855,47.74304,8.99898\n2967,1646226856,47.74304,8.99898\n2968,1646226857,47.74304,8.99898\n2969,1646226858,47.74304,8.99898\n2970,1646226859,47.74304,8.99898\n2971,1646226860,47.74304,8.99898\n2972,1646226861,47.74304,8.99898\n2973,1646226862,47.74304,8.99898\n2974,1646226863,47.74304,8.99898\n2975,1646226864,47.74304,8.99898\n2976,1646226865,47.74304,8.99898\n2977,1646226866,47.74304,8.99898\n2978,1646226867,47.74304,8.99898\n2979,1646226868,47.74304,8.99898\n2980,1646226869,47.74304,8.99898\n2981,1646226870,47.74304,8.99898\n2982,1646226871,47.74304,8.99898\n2983,1646226872,47.74304,8.99898\n2984,1646226873,47.74304,8.99898\n2985,1646226874,47.74304,8.99898\n2986,1646226875,47.74304,8.99898\n2987,1646226876,47.74304,8.99898\n2988,1646226877,47.74304,8.99898\n2989,1646226878,47.74304,8.99898\n2990,1646226879,47.74304,8.99898\n2991,1646226880,47.74304,8.99898\n2992,1646226881,47.74304,8.99898\n2993,1646226882,47.74304,8.99898\n2994,1646226883,47.74304,8.99898\n2995,1646226884,47.74304,8.99898\n2996,1646226885,47.74304,8.99898\n2997,1646226886,47.74304,8.99898\n2998,1646226887,47.74304,8.99898\n2999,1646226888,47.74304,8.99898\n3000,1646226889,47.74304,8.99898\n3001,1646226890,47.74304,8.99898\n3002,1646226891,47.74304,8.99898\n3003,1646226892,47.74304,8.99898\n3004,1646226893,47.74304,8.99898\n3005,1646226894,47.74304,8.99898\n3006,1646226895,47.74304,8.99898\n3007,1646226896,47.74304,8.99898\n3008,1646226897,47.74304,8.99898\n3009,1646226898,47.74304,8.99898\n3010,1646226899,47.74304,8.99898\n3011,1646226900,47.74304,8.99898\n3012,1646226901,47.74304,8.99898\n3013,1646226902,47.74304,8.99897\n3014,1646226903,47.74304,8.99897\n3015,1646226904,47.74304,8.99897\n3016,1646226905,47.74304,8.99897\n3017,1646226906,47.74304,8.99897\n3018,1646226907,47.74304,8.99897\n3019,1646226908,47.74304,8.99897\n3020,1646226909,47.74304,8.99897\n3021,1646226910,47.74304,8.99897\n3022,1646226911,47.74304,8.99897\n3023,1646226912,47.74304,8.99897\n3024,1646226913,47.74304,8.99897\n3025,1646226914,47.74304,8.99897\n3026,1646226915,47.74304,8.99897\n3027,1646226916,47.74304,8.99897\n3028,1646226917,47.74304,8.99897\n3029,1646226918,47.74304,8.99897\n3030,1646226919,47.74304,8.99897\n3031,1646226920,47.74304,8.99897\n3032,1646226921,47.74304,8.99897\n3033,1646226922,47.74304,8.99897\n3034,1646226923,47.74304,8.99897\n3035,1646226924,47.74304,8.99897\n3036,1646226925,47.74304,8.99897\n3037,1646226926,47.74304,8.99897\n3038,1646226927,47.74304,8.99897\n3039,1646226928,47.74304,8.99897\n3040,1646226929,47.74304,8.99897\n3041,1646226930,47.74304,8.99897\n3042,1646226931,47.74304,8.99897\n3043,1646226932,47.74304,8.99897\n3044,1646226933,47.74304,8.99897\n3045,1646226934,47.74304,8.99897\n3046,1646226935,47.74304,8.99897\n3047,1646226936,47.74304,8.99897\n3048,1646226937,47.74304,8.99897\n3049,1646226938,47.74304,8.99897\n3050,1646226939,47.74304,8.99897\n3051,1646226940,47.74304,8.99897\n3052,1646226941,47.74304,8.99897\n3053,1646226942,47.74304,8.99897\n3054,1646226943,47.74304,8.99897\n3055,1646226944,47.74304,8.99897\n3056,1646226945,47.74304,8.99897\n3057,1646226946,47.74304,8.99897\n3058,1646226947,47.74304,8.99897\n3059,1646226948,47.74304,8.99897\n3060,1646226949,47.74304,8.99897\n3061,1646226950,47.74304,8.99897\n3062,1646226951,47.74304,8.99897\n3063,1646226952,47.74304,8.99897\n3064,1646226953,47.74304,8.99897\n3065,1646226954,47.74304,8.99897\n3066,1646226955,47.74304,8.99897\n3067,1646226956,47.74304,8.99897\n3068,1646226957,47.74304,8.99897\n3069,1646226958,47.74304,8.99897\n3070,1646226959,47.74304,8.99897\n3071,1646226960,47.74304,8.99897\n3072,1646226961,47.74304,8.99897\n3073,1646226962,47.74304,8.99897\n3074,1646226963,47.74304,8.99897\n3075,1646226964,47.74304,8.99897\n3076,1646226965,47.74304,8.99897\n3077,1646226966,47.74304,8.99897\n3078,1646226967,47.74304,8.99897\n3079,1646226968,47.74304,8.99897\n3080,1646226969,47.74304,8.99897\n3081,1646226970,47.74304,8.99897\n3082,1646226971,47.74304,8.99897\n3083,1646226972,47.74304,8.99897\n3084,1646226973,47.74304,8.99897\n3085,1646226974,47.74304,8.99897\n3086,1646226975,47.74304,8.99897\n3087,1646226976,47.74304,8.99897\n3088,1646226977,47.74304,8.99897\n3089,1646226978,47.74304,8.99897\n3090,1646226979,47.74304,8.99897\n3091,1646226980,47.74304,8.99896\n3092,1646226981,47.74304,8.99896\n3093,1646226982,47.74305,8.99896\n3094,1646226983,47.74305,8.99896\n3095,1646226984,47.74305,8.99896\n3096,1646226985,47.74305,8.99896\n3097,1646226986,47.74305,8.99896\n3098,1646226987,47.74305,8.99896\n3099,1646226988,47.74305,8.99896\n3100,1646226989,47.74305,8.99896\n3101,1646226990,47.74305,8.99896\n3102,1646226991,47.74305,8.99896\n3103,1646226992,47.74305,8.99896\n3104,1646226993,47.74305,8.99896\n3105,1646226994,47.74305,8.99896\n3106,1646226995,47.74305,8.99896\n3107,1646226996,47.74305,8.99896\n3108,1646226997,47.74305,8.99896\n3109,1646226998,47.74305,8.99896\n3110,1646226999,47.74305,8.99896\n3111,1646227000,47.74305,8.99896\n3112,1646227001,47.74305,8.99896\n3113,1646227002,47.74305,8.99896\n3114,1646227003,47.74305,8.99896\n3115,1646227004,47.74305,8.99896\n3116,1646227005,47.74305,8.99896\n3117,1646227006,47.74305,8.99896\n3118,1646227007,47.74305,8.99896\n3119,1646227008,47.74305,8.99896\n3120,1646227009,47.74305,8.99896\n3121,1646227010,47.74305,8.99896\n3122,1646227011,47.74305,8.99896\n3123,1646227012,47.74305,8.99896\n3124,1646227013,47.74305,8.99896\n3125,1646227014,47.74305,8.99896\n3126,1646227015,47.74305,8.99896\n3127,1646227016,47.74305,8.99896\n3128,1646227017,47.74305,8.99896\n3129,1646227018,47.74305,8.99896\n3130,1646227019,47.74305,8.99896\n3131,1646227020,47.74305,8.99896\n3132,1646227021,47.74305,8.99896\n3133,1646227022,47.74305,8.99896\n3134,1646227023,47.74305,8.99896\n3135,1646227024,47.74305,8.99896\n3136,1646227025,47.74305,8.99896\n3137,1646227026,47.74305,8.99896\n3138,1646227027,47.74305,8.99896\n3139,1646227028,47.74305,8.99896\n3140,1646227029,47.74305,8.99896\n3141,1646227030,47.74305,8.99896\n3142,1646227031,47.74305,8.99896\n3143,1646227032,47.74305,8.99896\n3144,1646227033,47.74305,8.99896\n3145,1646227034,47.74305,8.99896\n3146,1646227035,47.74305,8.99896\n3147,1646227036,47.74305,8.99896\n3148,1646227037,47.74305,8.99896\n3149,1646227038,47.74305,8.99896\n3150,1646227039,47.74305,8.99896\n3151,1646227040,47.74305,8.99896\n3152,1646227041,47.74305,8.99896\n3153,1646227042,47.74305,8.99896\n3154,1646227043,47.74305,8.99896\n3155,1646227044,47.74305,8.99896\n3156,1646227045,47.74305,8.99896\n3157,1646227046,47.74305,8.99896\n3158,1646227047,47.74305,8.99896\n3159,1646227048,47.74305,8.99896\n3160,1646227049,47.74305,8.99896\n3161,1646227050,47.74305,8.99896\n3162,1646227051,47.74305,8.99896\n3163,1646227052,47.74305,8.99896\n3164,1646227053,47.74305,8.99896\n3165,1646227054,47.74305,8.99896\n3166,1646227055,47.74305,8.99896\n3167,1646227056,47.74305,8.99896\n3168,1646227057,47.74305,8.99896\n3169,1646227058,47.74304,8.99896\n3170,1646227059,47.74304,8.99896\n3171,1646227060,47.74304,8.99896\n3172,1646227061,47.74304,8.99896\n3173,1646227062,47.74304,8.99896\n3174,1646227063,47.74304,8.99896\n3175,1646227064,47.74304,8.99896\n3176,1646227065,47.74304,8.99896\n3177,1646227066,47.74304,8.99896\n3178,1646227067,47.74304,8.99896\n3179,1646227068,47.74304,8.99896\n3180,1646227069,47.74304,8.99896\n3181,1646227070,47.74304,8.99896\n3182,1646227071,47.74304,8.99896\n3183,1646227072,47.74304,8.99896\n3184,1646227073,47.74304,8.99896\n3185,1646227074,47.74304,8.99896\n3186,1646227075,47.74304,8.99896\n3187,1646227076,47.74304,8.99896\n3188,1646227077,47.74304,8.99896\n3189,1646227078,47.74304,8.99896\n3190,1646227079,47.74304,8.99896\n3191,1646227080,47.74304,8.99896\n3192,1646227081,47.74304,8.99896\n3193,1646227082,47.74304,8.99896\n3194,1646227083,47.74304,8.99896\n3195,1646227084,47.74304,8.99896\n3196,1646227085,47.74304,8.99896\n3197,1646227086,47.74304,8.99896\n3198,1646227087,47.74304,8.99896\n3199,1646227088,47.74304,8.99896\n3200,1646227089,47.74304,8.99896\n3201,1646227090,47.74304,8.99896\n3202,1646227091,47.74304,8.99896\n3203,1646227092,47.74304,8.99896\n3204,1646227093,47.74304,8.99896\n3205,1646227094,47.74304,8.99896\n3206,1646227095,47.74304,8.99896\n3207,1646227096,47.74304,8.99896\n3208,1646227097,47.74304,8.99896\n3209,1646227098,47.74304,8.99896\n3210,1646227099,47.74304,8.99896\n3211,1646227100,47.74304,8.99896\n3212,1646227101,47.74304,8.99896\n3213,1646227102,47.74304,8.99896\n3214,1646227103,47.74304,8.99896\n3215,1646227104,47.74304,8.99896\n3216,1646227105,47.74304,8.99896\n3217,1646227106,47.74304,8.99896\n3218,1646227107,47.74304,8.99896\n3219,1646227108,47.74304,8.99896\n3220,1646227109,47.74304,8.99896\n3221,1646227110,47.74304,8.99896\n3222,1646227111,47.74304,8.99896\n3223,1646227112,47.74304,8.99896\n3224,1646227113,47.74304,8.99896\n3225,1646227114,47.74304,8.99896\n3226,1646227115,47.74304,8.99896\n3227,1646227116,47.74304,8.99896\n3228,1646227117,47.74304,8.99896\n3229,1646227118,47.74304,8.99896\n3230,1646227119,47.74304,8.99896\n3231,1646227120,47.74304,8.99896\n3232,1646227121,47.74304,8.99896\n3233,1646227122,47.74304,8.99896\n3234,1646227123,47.74304,8.99896\n3235,1646227124,47.74304,8.99896\n3236,1646227125,47.74304,8.99896\n3237,1646227126,47.74304,8.99896\n3238,1646227127,47.74304,8.99896\n3239,1646227128,47.74304,8.99896\n3240,1646227129,47.74304,8.99896\n3241,1646227130,47.74304,8.99896\n3242,1646227131,47.74304,8.99896\n3243,1646227132,47.74304,8.99896\n3244,1646227133,47.74304,8.99896\n3245,1646227134,47.74304,8.99896\n3246,1646227135,47.74304,8.99896\n3247,1646227136,47.74304,8.99896\n3248,1646227137,47.74304,8.99896\n3249,1646227138,47.74304,8.99896\n3250,1646227139,47.74304,8.99896\n3251,1646227140,47.74304,8.99896\n3252,1646227141,47.74304,8.99896\n3253,1646227142,47.74304,8.99896\n3254,1646227143,47.74304,8.99895\n3255,1646227144,47.74304,8.99895\n3256,1646227145,47.74304,8.99895\n3257,1646227146,47.74304,8.99895\n3258,1646227147,47.74304,8.99896\n3259,1646227148,47.74304,8.99896\n3260,1646227149,47.74304,8.99896\n3261,1646227150,47.74304,8.99896\n3262,1646227151,47.74304,8.99896\n3263,1646227152,47.74304,8.99896\n3264,1646227153,47.74304,8.99896\n3265,1646227154,47.74304,8.99896\n3266,1646227155,47.74304,8.99896\n3267,1646227156,47.74304,8.99896\n3268,1646227157,47.74304,8.99896\n3269,1646227158,47.74304,8.99896\n3270,1646227159,47.74304,8.99896\n3271,1646227160,47.74304,8.99896\n3272,1646227161,47.74304,8.99896\n3273,1646227162,47.74304,8.99896\n3274,1646227163,47.74304,8.99896\n3275,1646227164,47.74304,8.99896\n3276,1646227165,47.74304,8.99896\n3277,1646227166,47.74304,8.99896\n3278,1646227167,47.74304,8.99896\n3279,1646227168,47.74304,8.99896\n3280,1646227169,47.74304,8.99896\n3281,1646227170,47.74304,8.99896\n3282,1646227171,47.74304,8.99896\n3283,1646227172,47.74304,8.99896\n3284,1646227173,47.74304,8.99896\n3285,1646227174,47.74304,8.99896\n3286,1646227175,47.74304,8.99896\n3287,1646227176,47.74304,8.99896\n3288,1646227177,47.74304,8.99896\n3289,1646227178,47.74304,8.99896\n3290,1646227179,47.74304,8.99896\n3291,1646227180,47.74304,8.99896\n3292,1646227181,47.74304,8.99896\n3293,1646227182,47.74304,8.99896\n3294,1646227183,47.74304,8.99896\n3295,1646227184,47.74304,8.99896\n3296,1646227185,47.74304,8.99896\n3297,1646227186,47.74304,8.99896\n3298,1646227187,47.74304,8.99896\n3299,1646227188,47.74304,8.99896\n3300,1646227189,47.74304,8.99896\n3301,1646227190,47.74304,8.99896\n3302,1646227191,47.74304,8.99896\n3303,1646227192,47.74304,8.99896\n3304,1646227193,47.74304,8.99896\n3305,1646227194,47.74304,8.99896\n3306,1646227195,47.74304,8.99896\n3307,1646227196,47.74304,8.99896\n3308,1646227197,47.74304,8.99896\n3309,1646227198,47.74304,8.99896\n3310,1646227199,47.74304,8.99896\n3311,1646227200,47.74304,8.99896\n3312,1646227201,47.74304,8.99896\n3313,1646227202,47.74304,8.99896\n3314,1646227203,47.74304,8.99896\n3315,1646227204,47.74304,8.99896\n3316,1646227205,47.74304,8.99896\n3317,1646227206,47.74304,8.99896\n3318,1646227207,47.74304,8.99895\n3319,1646227208,47.74304,8.99895\n3320,1646227209,47.74304,8.99895\n3321,1646227210,47.74305,8.99895\n3322,1646227211,47.74305,8.99895\n3323,1646227212,47.74305,8.99895\n3324,1646227213,47.74305,8.99895\n3325,1646227214,47.74305,8.99895\n3326,1646227215,47.74305,8.99895\n3327,1646227216,47.74305,8.99895\n3328,1646227217,47.74305,8.99895\n3329,1646227218,47.74305,8.99895\n3330,1646227219,47.74305,8.99895\n3331,1646227220,47.74305,8.99895\n3332,1646227221,47.74305,8.99895\n3333,1646227222,47.74305,8.99896\n3334,1646227223,47.74306,8.99896\n3335,1646227224,47.74306,8.99896\n3336,1646227225,47.74306,8.99896\n3337,1646227226,47.74306,8.99896\n3338,1646227227,47.74306,8.99896\n3339,1646227228,47.74306,8.99896\n3340,1646227229,47.74306,8.99896\n3341,1646227230,47.74306,8.99896\n3342,1646227231,47.74306,8.99896\n3343,1646227232,47.74306,8.99896\n3344,1646227233,47.74306,8.99896\n3345,1646227234,47.74306,8.99896\n3346,1646227235,47.74306,8.99896\n3347,1646227236,47.74306,8.99896\n3348,1646227237,47.74306,8.99896\n3349,1646227238,47.74306,8.99896\n3350,1646227239,47.74306,8.99896\n3351,1646227240,47.74306,8.99896\n3352,1646227241,47.74306,8.99896\n3353,1646227242,47.74306,8.99896\n3354,1646227243,47.74306,8.99896\n3355,1646227244,47.74306,8.99896\n3356,1646227245,47.74306,8.99896\n3357,1646227246,47.74306,8.99896\n3358,1646227247,47.74306,8.99896\n3359,1646227248,47.74306,8.99896\n3360,1646227249,47.74306,8.99896\n3361,1646227250,47.74306,8.99896\n3362,1646227251,47.74306,8.99896\n3363,1646227252,47.74306,8.99896\n3364,1646227253,47.74306,8.99896\n3365,1646227254,47.74306,8.99896\n3366,1646227255,47.74306,8.99896\n3367,1646227256,47.74306,8.99896\n3368,1646227257,47.74306,8.99896\n3369,1646227258,47.74306,8.99896\n3370,1646227259,47.74306,8.99896\n3371,1646227260,47.74306,8.99896\n3372,1646227261,47.74306,8.99896\n3373,1646227262,47.74306,8.99896\n3374,1646227263,47.74306,8.99896\n3375,1646227264,47.74306,8.99896\n3376,1646227265,47.74306,8.99896\n3377,1646227266,47.74306,8.99896\n3378,1646227267,47.74306,8.99896\n3379,1646227268,47.74306,8.99896\n3380,1646227269,47.74306,8.99896\n3381,1646227270,47.74306,8.99896\n3382,1646227271,47.74306,8.99896\n3383,1646227272,47.74306,8.99896\n3384,1646227273,47.74306,8.99896\n3385,1646227274,47.74306,8.99896\n3386,1646227275,47.74306,8.99896\n3387,1646227276,47.74306,8.99896\n3388,1646227277,47.74306,8.99896\n3389,1646227278,47.74306,8.99896\n3390,1646227279,47.74306,8.99896\n3391,1646227280,47.74306,8.99896\n3392,1646227281,47.74306,8.99896\n3393,1646227282,47.74306,8.99896\n3394,1646227283,47.74306,8.99896\n3395,1646227284,47.74306,8.99896\n3396,1646227285,47.74306,8.99896\n3397,1646227286,47.74306,8.99896\n3398,1646227287,47.74306,8.99896\n3399,1646227288,47.74306,8.99896\n3400,1646227289,47.74306,8.99896\n3401,1646227290,47.74306,8.99896\n3402,1646227291,47.74306,8.99896\n3403,1646227292,47.74306,8.99896\n3404,1646227293,47.74306,8.99896\n3405,1646227294,47.74306,8.99896\n3406,1646227295,47.74306,8.99896\n3407,1646227296,47.74306,8.99896\n3408,1646227297,47.74306,8.99896\n3409,1646227298,47.74306,8.99896\n3410,1646227299,47.74306,8.99896\n3411,1646227300,47.74306,8.99896\n3412,1646227301,47.74306,8.99896\n3413,1646227302,47.74306,8.99896\n3414,1646227303,47.74306,8.99896\n3415,1646227304,47.74306,8.99896\n3416,1646227305,47.74306,8.99896\n3417,1646227306,47.74306,8.99896\n3418,1646227307,47.74306,8.99896\n3419,1646227308,47.74306,8.99896\n3420,1646227309,47.74306,8.99896\n3421,1646227310,47.74306,8.99896\n3422,1646227311,47.74306,8.99896\n3423,1646227312,47.74306,8.99896\n3424,1646227313,47.74306,8.99896\n3425,1646227314,47.74306,8.99896\n3426,1646227315,47.74306,8.99896\n3427,1646227316,47.74306,8.99896\n3428,1646227317,47.74306,8.99896\n3429,1646227318,47.74306,8.99896\n3430,1646227319,47.74306,8.99896\n3431,1646227320,47.74306,8.99896\n3432,1646227321,47.74306,8.99896\n3433,1646227322,47.74306,8.99896\n3434,1646227323,47.74306,8.99896\n3435,1646227324,47.74306,8.99896\n3436,1646227325,47.74306,8.99896\n3437,1646227326,47.74306,8.99896\n3438,1646227327,47.74306,8.99896\n3439,1646227328,47.74306,8.99896\n3440,1646227329,47.74306,8.99896\n3441,1646227330,47.74306,8.99896\n3442,1646227331,47.74306,8.99896\n3443,1646227332,47.74306,8.99896\n3444,1646227333,47.74306,8.99896\n3445,1646227334,47.74306,8.99896\n3446,1646227335,47.74306,8.99896\n3447,1646227336,47.74306,8.99896\n3448,1646227337,47.74306,8.99896\n3449,1646227338,47.74306,8.99896\n3450,1646227339,47.74306,8.99896\n3451,1646227340,47.74306,8.99896\n3452,1646227341,47.74306,8.99896\n3453,1646227342,47.74306,8.99896\n3454,1646227343,47.74306,8.99896\n3455,1646227344,47.74306,8.99896\n3456,1646227345,47.74306,8.99896\n3457,1646227346,47.74306,8.99896\n3458,1646227347,47.74306,8.99896\n3459,1646227348,47.74306,8.99896\n3460,1646227349,47.74306,8.99896\n3461,1646227350,47.74306,8.99896\n3462,1646227351,47.74306,8.99896\n3463,1646227352,47.74306,8.99896\n3464,1646227353,47.74306,8.99896\n3465,1646227354,47.74306,8.99896\n3466,1646227355,47.74306,8.99896\n3467,1646227356,47.74306,8.99896\n3468,1646227357,47.74306,8.99896\n3469,1646227358,47.74306,8.99896\n3470,1646227359,47.74306,8.99896\n3471,1646227360,47.74306,8.99896\n3472,1646227361,47.74306,8.99896\n3473,1646227362,47.74306,8.99896\n3474,1646227363,47.74306,8.99896\n3475,1646227364,47.74306,8.99896\n3476,1646227365,47.74306,8.99896\n3477,1646227366,47.74306,8.99896\n3478,1646227367,47.74306,8.99896\n3479,1646227368,47.74306,8.99896\n3480,1646227369,47.74306,8.99896\n3481,1646227370,47.74306,8.99896\n3482,1646227371,47.74306,8.99896\n3483,1646227372,47.74306,8.99896\n3484,1646227373,47.74306,8.99896\n3485,1646227374,47.74306,8.99896\n3486,1646227375,47.74306,8.99896\n3487,1646227376,47.74306,8.99896\n3488,1646227377,47.74306,8.99896\n3489,1646227378,47.74306,8.99896\n3490,1646227379,47.74306,8.99896\n3491,1646227380,47.74306,8.99896\n3492,1646227381,47.74306,8.99896\n3493,1646227382,47.74306,8.99896\n3494,1646227383,47.74306,8.99896\n3495,1646227384,47.74306,8.99896\n3496,1646227385,47.74306,8.99896\n3497,1646227386,47.74306,8.99896\n3498,1646227387,47.74306,8.99896\n3499,1646227388,47.74306,8.99896\n3500,1646227389,47.74306,8.99896\n3501,1646227390,47.74306,8.99896\n3502,1646227391,47.74306,8.99896\n3503,1646227392,47.74306,8.99896\n3504,1646227393,47.74306,8.99896\n3505,1646227394,47.74306,8.99896\n3506,1646227395,47.74306,8.99896\n3507,1646227396,47.74306,8.99896\n3508,1646227397,47.74306,8.99896\n3509,1646227398,47.74306,8.99896\n3510,1646227399,47.74306,8.99896\n3511,1646227400,47.74306,8.99896\n3512,1646227401,47.74306,8.99896\n3513,1646227402,47.74306,8.99896\n3514,1646227403,47.74306,8.99896\n3515,1646227404,47.74306,8.99896\n3516,1646227405,47.74306,8.99896\n3517,1646227406,47.74306,8.99896\n3518,1646227407,47.74306,8.99896\n3519,1646227408,47.74306,8.99896\n3520,1646227409,47.74306,8.99896\n3521,1646227410,47.74306,8.99896\n3522,1646227411,47.74306,8.99896\n3523,1646227412,47.74306,8.99896\n3524,1646227413,47.74306,8.99896\n3525,1646227414,47.74306,8.99896\n3526,1646227415,47.74306,8.99896\n3527,1646227416,47.74306,8.99896\n3528,1646227417,47.74306,8.99896\n3529,1646227418,47.74306,8.99896\n3530,1646227419,47.74306,8.99896\n3531,1646227420,47.74306,8.99896\n3532,1646227421,47.74306,8.99896\n3533,1646227422,47.74306,8.99896\n3534,1646227423,47.74306,8.99897\n3535,1646227424,47.74306,8.99897\n3536,1646227425,47.74306,8.99897\n3537,1646227426,47.74306,8.99897\n3538,1646227427,47.74306,8.99897\n3539,1646227428,47.74306,8.99897\n3540,1646227429,47.74306,8.99897\n3541,1646227430,47.74306,8.99897\n3542,1646227431,47.74306,8.99897\n3543,1646227432,47.74306,8.99897\n3544,1646227433,47.74306,8.99897\n3545,1646227434,47.74306,8.99897\n3546,1646227435,47.74306,8.99897\n3547,1646227436,47.74306,8.99897\n3548,1646227437,47.74306,8.99897\n3549,1646227438,47.74306,8.99897\n3550,1646227439,47.74306,8.99897\n3551,1646227440,47.74306,8.99897\n3552,1646227441,47.74306,8.99897\n3553,1646227442,47.74306,8.99897\n3554,1646227443,47.74306,8.99897\n3555,1646227444,47.74306,8.99897\n3556,1646227445,47.74306,8.99897\n3557,1646227446,47.74306,8.99897\n3558,1646227447,47.74306,8.99897\n3559,1646227448,47.74306,8.99897\n3560,1646227449,47.74306,8.99897\n3561,1646227450,47.74306,8.99897\n3562,1646227451,47.74306,8.99897\n3563,1646227452,47.74306,8.99897\n3564,1646227453,47.74306,8.99897\n3565,1646227454,47.74306,8.99897\n3566,1646227455,47.74306,8.99897\n3567,1646227456,47.74306,8.99897\n3568,1646227457,47.74306,8.99897\n3569,1646227458,47.74306,8.99897\n3570,1646227459,47.74306,8.99897\n3571,1646227460,47.74306,8.99897\n3572,1646227461,47.74306,8.99897\n3573,1646227462,47.74306,8.99897\n3574,1646227463,47.74306,8.99897\n3575,1646227464,47.74306,8.99897\n3576,1646227465,47.74306,8.99897\n3577,1646227466,47.74306,8.99897\n3578,1646227467,47.74306,8.99897\n3579,1646227468,47.74306,8.99897\n3580,1646227469,47.74306,8.99897\n3581,1646227470,47.74306,8.99897\n3582,1646227471,47.74306,8.99897\n3583,1646227472,47.74306,8.99897\n3584,1646227473,47.74306,8.99897\n3585,1646227474,47.74306,8.99897\n3586,1646227475,47.74306,8.99897\n3587,1646227476,47.74306,8.99897\n3588,1646227477,47.74306,8.99897\n3589,1646227478,47.74306,8.99897\n3590,1646227479,47.74306,8.99897\n3591,1646227480,47.74306,8.99897\n3592,1646227481,47.74306,8.99897\n3593,1646227482,47.74306,8.99897\n3594,1646227483,47.74306,8.99897\n3595,1646227484,47.74306,8.99897\n3596,1646227485,47.74306,8.99897\n3597,1646227486,47.74306,8.99897\n3598,1646227487,47.74306,8.99897\n3599,1646227488,47.74306,8.99897\n3600,1646227489,47.74306,8.99897\n3601,1646227490,47.74306,8.99897\n3602,1646227491,47.74306,8.99897\n3603,1646227492,47.74306,8.99897\n3604,1646227493,47.74306,8.99897\n3605,1646227494,47.74306,8.99897\n3606,1646227495,47.74306,8.99897\n3607,1646227496,47.74306,8.99897\n3608,1646227497,47.74306,8.99897\n3609,1646227498,47.74306,8.99897\n3610,1646227499,47.74306,8.99897\n3611,1646227500,47.74306,8.99897\n3612,1646227501,47.74306,8.99897\n3613,1646227502,47.74306,8.99897\n3614,1646227503,47.74306,8.99897\n3615,1646227504,47.74306,8.99897\n3616,1646227505,47.74306,8.99897\n3617,1646227506,47.74306,8.99897\n3618,1646227507,47.74306,8.99897\n3619,1646227508,47.74306,8.99897\n3620,1646227509,47.74306,8.99897\n3621,1646227510,47.74306,8.99897\n3622,1646227511,47.74306,8.99897\n3623,1646227512,47.74306,8.99897\n3624,1646227513,47.74306,8.99897\n3625,1646227514,47.74306,8.99897\n3626,1646227515,47.74306,8.99897\n3627,1646227516,47.74306,8.99897\n3628,1646227517,47.74306,8.99897\n3629,1646227518,47.74306,8.99897\n3630,1646227519,47.74306,8.99897\n3631,1646227520,47.74306,8.99897\n3632,1646227521,47.74306,8.99897\n3633,1646227522,47.74306,8.99897\n3634,1646227523,47.74306,8.99897\n3635,1646227524,47.74306,8.99897\n3636,1646227525,47.74306,8.99897\n3637,1646227526,47.74306,8.99897\n3638,1646227527,47.74306,8.99897\n3639,1646227528,47.74306,8.99897\n3640,1646227529,47.74306,8.99897\n3641,1646227530,47.74306,8.99897\n3642,1646227531,47.74306,8.99897\n3643,1646227532,47.74306,8.99897\n3644,1646227533,47.74306,8.99897\n3645,1646227534,47.74306,8.99897\n3646,1646227535,47.74306,8.99897\n3647,1646227536,47.74306,8.99897\n3648,1646227537,47.74306,8.99897\n3649,1646227538,47.74306,8.99897\n3650,1646227539,47.74306,8.99897\n3651,1646227540,47.74306,8.99897\n3652,1646227541,47.74306,8.99897\n3653,1646227542,47.74306,8.99897\n3654,1646227543,47.74306,8.99897\n3655,1646227544,47.74306,8.99897\n3656,1646227545,47.74306,8.99897\n3657,1646227546,47.74306,8.99897\n3658,1646227547,47.74306,8.99897\n3659,1646227548,47.74306,8.99897\n3660,1646227549,47.74306,8.99897\n3661,1646227550,47.74306,8.99897\n3662,1646227551,47.74306,8.99897\n3663,1646227552,47.74306,8.99897\n3664,1646227553,47.74306,8.99897\n3665,1646227554,47.74306,8.99897\n3666,1646227555,47.74306,8.99897\n3667,1646227556,47.74306,8.99897\n3668,1646227557,47.74306,8.99897\n3669,1646227558,47.74306,8.99897\n3670,1646227559,47.74306,8.99897\n3671,1646227560,47.74306,8.99897\n3672,1646227561,47.74306,8.99897\n3673,1646227562,47.74306,8.99897\n3674,1646227563,47.74306,8.99897\n3675,1646227564,47.74306,8.99897\n3676,1646227565,47.74306,8.99897\n3677,1646227566,47.74306,8.99897\n3678,1646227567,47.74306,8.99897\n3679,1646227568,47.74306,8.99897\n3680,1646227569,47.74306,8.99897\n3681,1646227570,47.74306,8.99897\n3682,1646227571,47.74306,8.99897\n3683,1646227572,47.74306,8.99897\n3684,1646227573,47.74306,8.99897\n3685,1646227574,47.74306,8.99897\n3686,1646227575,47.74306,8.99897\n3687,1646227576,47.74306,8.99897\n3688,1646227577,47.74306,8.99897\n3689,1646227578,47.74306,8.99897\n3690,1646227579,47.74306,8.99897\n3691,1646227580,47.74306,8.99897\n3692,1646227581,47.74306,8.99897\n3693,1646227582,47.74306,8.99897\n3694,1646227583,47.74306,8.99897\n3695,1646227584,47.74306,8.99897\n3696,1646227585,47.74306,8.99897\n3697,1646227586,47.74306,8.99897\n3698,1646227587,47.74306,8.99897\n3699,1646227588,47.74306,8.99897\n3700,1646227589,47.74306,8.99897\n3701,1646227590,47.74306,8.99897\n3702,1646227591,47.74306,8.99897\n3703,1646227592,47.74306,8.99897\n3704,1646227593,47.74306,8.99897\n3705,1646227594,47.74306,8.99897\n3706,1646227595,47.74306,8.99897\n3707,1646227596,47.74306,8.99897\n3708,1646227597,47.74306,8.99897\n3709,1646227598,47.74306,8.99897\n3710,1646227599,47.74306,8.99897\n3711,1646227600,47.74306,8.99897\n3712,1646227601,47.74306,8.99897\n3713,1646227602,47.74306,8.99897\n3714,1646227603,47.74306,8.99897\n3715,1646227604,47.74306,8.99897\n3716,1646227605,47.74306,8.99897\n3717,1646227606,47.74306,8.99897\n3718,1646227607,47.74306,8.99897\n3719,1646227608,47.74306,8.99897\n3720,1646227609,47.74306,8.99897\n3721,1646227610,47.74306,8.99897\n3722,1646227611,47.74306,8.99897\n3723,1646227612,47.74306,8.99897\n3724,1646227613,47.74306,8.99897\n3725,1646227614,47.74306,8.99897\n3726,1646227615,47.74306,8.99897\n3727,1646227616,47.74306,8.99897\n3728,1646227617,47.74306,8.99897\n3729,1646227618,47.74306,8.99897\n3730,1646227619,47.74306,8.99897\n3731,1646227620,47.74306,8.99897\n3732,1646227621,47.74306,8.99897\n3733,1646227622,47.74306,8.99897\n3734,1646227623,47.74306,8.99897\n3735,1646227624,47.74306,8.99897\n3736,1646227625,47.74306,8.99896\n3737,1646227626,47.74306,8.99896\n3738,1646227627,47.74306,8.99896\n3739,1646227628,47.74306,8.99896\n3740,1646227629,47.74306,8.99896\n3741,1646227630,47.74306,8.99896\n3742,1646227631,47.74306,8.99896\n3743,1646227632,47.74306,8.99896\n3744,1646227633,47.74306,8.99896\n3745,1646227634,47.74306,8.99896\n3746,1646227635,47.74306,8.99896\n3747,1646227636,47.74306,8.99896\n3748,1646227637,47.74306,8.99896\n3749,1646227638,47.74306,8.99896\n3750,1646227639,47.74306,8.99896\n3751,1646227640,47.74306,8.99896\n3752,1646227641,47.74306,8.99896\n3753,1646227642,47.74306,8.99896\n3754,1646227643,47.74306,8.99896\n3755,1646227644,47.74306,8.99896\n3756,1646227645,47.74306,8.99896\n3757,1646227646,47.74306,8.99896\n3758,1646227647,47.74306,8.99896\n3759,1646227648,47.74306,8.99896\n3760,1646227649,47.74306,8.99896\n3761,1646227650,47.74306,8.99896\n3762,1646227651,47.74306,8.99896\n3763,1646227652,47.74306,8.99896\n3764,1646227653,47.74306,8.99896\n3765,1646227654,47.74306,8.99896\n3766,1646227655,47.74306,8.99896\n3767,1646227656,47.74306,8.99896\n3768,1646227657,47.74306,8.99896\n3769,1646227658,47.74306,8.99896\n3770,1646227659,47.74306,8.99896\n3771,1646227660,47.74306,8.99896\n3772,1646227661,47.74306,8.99896\n3773,1646227662,47.74306,8.99896\n3774,1646227663,47.74306,8.99896\n3775,1646227664,47.74306,8.99896\n3776,1646227665,47.74306,8.99896\n3777,1646227666,47.74306,8.99896\n3778,1646227667,47.74306,8.99896\n3779,1646227668,47.74306,8.99896\n3780,1646227669,47.74306,8.99896\n3781,1646227670,47.74306,8.99896\n3782,1646227671,47.74306,8.99896\n3783,1646227672,47.74306,8.99896\n3784,1646227673,47.74306,8.99896\n3785,1646227674,47.74306,8.99896\n3786,1646227675,47.74306,8.99896\n3787,1646227676,47.74306,8.99896\n3788,1646227677,47.74306,8.99896\n3789,1646227678,47.74306,8.99896\n3790,1646227679,47.74306,8.99896\n3791,1646227680,47.74306,8.99896\n3792,1646227681,47.74306,8.99896\n3793,1646227682,47.74306,8.99896\n3794,1646227683,47.74306,8.99896\n3795,1646227684,47.74306,8.99896\n3796,1646227685,47.74306,8.99896\n3797,1646227686,47.74306,8.99896\n3798,1646227687,47.74306,8.99896\n3799,1646227688,47.74306,8.99896\n3800,1646227689,47.74306,8.99896\n3801,1646227690,47.74306,8.99896\n3802,1646227691,47.74306,8.99896\n3803,1646227692,47.74306,8.99896\n3804,1646227693,47.74306,8.99896\n3805,1646227694,47.74306,8.99896\n3806,1646227695,47.74306,8.99896\n3807,1646227696,47.74306,8.99896\n3808,1646227697,47.74306,8.99896\n3809,1646227698,47.74306,8.99896\n3810,1646227699,47.74306,8.99896\n3811,1646227700,47.74306,8.99896\n3812,1646227701,47.74306,8.99896\n3813,1646227702,47.74306,8.99896\n3814,1646227703,47.74306,8.99896\n3815,1646227704,47.74306,8.99896\n3816,1646227705,47.74306,8.99896\n3817,1646227706,47.74306,8.99896\n3818,1646227707,47.74306,8.99896\n3819,1646227708,47.74306,8.99896\n3820,1646227709,47.74306,8.99896\n3821,1646227710,47.74306,8.99896\n3822,1646227711,47.74306,8.99896\n3823,1646227712,47.74306,8.99896\n3824,1646227713,47.74306,8.99896\n3825,1646227714,47.74306,8.99896\n3826,1646227715,47.74306,8.99896\n3827,1646227716,47.74306,8.99896\n3828,1646227717,47.74306,8.99896\n3829,1646227718,47.74306,8.99896\n3830,1646227719,47.74306,8.99896\n3831,1646227720,47.74306,8.99896\n3832,1646227721,47.74306,8.99896\n3833,1646227722,47.74306,8.99896\n3834,1646227723,47.74306,8.99896\n3835,1646227724,47.74306,8.99896\n3836,1646227725,47.74306,8.99896\n3837,1646227726,47.74306,8.99896\n3838,1646227727,47.74306,8.99896\n3839,1646227728,47.74306,8.99896\n3840,1646227729,47.74306,8.99896\n3841,1646227730,47.74306,8.99896\n3842,1646227731,47.74306,8.99896\n3843,1646227732,47.74306,8.99896\n3844,1646227733,47.74306,8.99896\n3845,1646227734,47.74306,8.99896\n3846,1646227735,47.74306,8.99896\n3847,1646227736,47.74306,8.99896\n3848,1646227737,47.74306,8.99896\n3849,1646227738,47.74306,8.99896\n3850,1646227739,47.74306,8.99896\n3851,1646227740,47.74306,8.99896\n3852,1646227741,47.74306,8.99896\n3853,1646227742,47.74306,8.99896\n3854,1646227743,47.74306,8.99896\n3855,1646227744,47.74306,8.99896\n3856,1646227745,47.74306,8.99896\n3857,1646227746,47.74306,8.99896\n3858,1646227747,47.74306,8.99896\n3859,1646227748,47.74306,8.99896\n3860,1646227749,47.74306,8.99896\n3861,1646227750,47.74306,8.99896\n3862,1646227751,47.74306,8.99896\n3863,1646227752,47.74306,8.99896\n3864,1646227753,47.74306,8.99896\n3865,1646227754,47.74306,8.99896\n3866,1646227755,47.74306,8.99897\n3867,1646227756,47.74306,8.99897\n3868,1646227757,47.74306,8.99897\n3869,1646227758,47.74306,8.99897\n3870,1646227759,47.74306,8.99897\n3871,1646227760,47.74306,8.99897\n3872,1646227761,47.74306,8.99897\n3873,1646227762,47.74306,8.99897\n3874,1646227763,47.74306,8.99897\n3875,1646227764,47.74306,8.99897\n3876,1646227765,47.74306,8.99897\n3877,1646227766,47.74306,8.99897\n3878,1646227767,47.74306,8.99897\n3879,1646227768,47.74306,8.99897\n3880,1646227769,47.74306,8.99897\n3881,1646227770,47.74306,8.99897\n3882,1646227771,47.74306,8.99897\n3883,1646227772,47.74306,8.99897\n3884,1646227773,47.74306,8.99897\n3885,1646227774,47.74306,8.99897\n3886,1646227775,47.74306,8.99897\n3887,1646227776,47.74306,8.99897\n3888,1646227777,47.74306,8.99897\n3889,1646227778,47.74306,8.99897\n3890,1646227779,47.74306,8.99897\n3891,1646227780,47.74306,8.99897\n3892,1646227781,47.74306,8.99897\n3893,1646227782,47.74306,8.99897\n3894,1646227783,47.74306,8.99897\n3895,1646227784,47.74306,8.99897\n3896,1646227785,47.74306,8.99897\n3897,1646227786,47.74306,8.99897\n3898,1646227787,47.74306,8.99897\n3899,1646227788,47.74306,8.99897\n3900,1646227789,47.74306,8.99897\n3901,1646227790,47.74306,8.99897\n3902,1646227791,47.74306,8.99897\n3903,1646227792,47.74306,8.99897\n3904,1646227793,47.74306,8.99897\n3905,1646227794,47.74306,8.99897\n3906,1646227795,47.74306,8.99897\n3907,1646227796,47.74306,8.99897\n3908,1646227797,47.74306,8.99897\n3909,1646227798,47.74306,8.99897\n3910,1646227799,47.74306,8.99897\n3911,1646227800,47.74306,8.99896\n3912,1646227801,47.74306,8.99896\n3913,1646227802,47.74306,8.99896\n3914,1646227803,47.74306,8.99896\n3915,1646227804,47.74306,8.99896\n3916,1646227805,47.74306,8.99896\n3917,1646227806,47.74306,8.99896\n3918,1646227807,47.74306,8.99896\n3919,1646227808,47.74306,8.99896\n3920,1646227809,47.74306,8.99896\n3921,1646227810,47.74306,8.99896\n3922,1646227811,47.74306,8.99896\n3923,1646227812,47.74306,8.99896\n3924,1646227813,47.74306,8.99896\n3925,1646227814,47.74306,8.99896\n3926,1646227815,47.74306,8.99896\n3927,1646227816,47.74306,8.99896\n3928,1646227817,47.74306,8.99896\n3929,1646227818,47.74306,8.99896\n3930,1646227819,47.74306,8.99896\n3931,1646227820,47.74306,8.99896\n3932,1646227821,47.74306,8.99896\n3933,1646227822,47.74306,8.99896\n3934,1646227823,47.74306,8.99896\n3935,1646227824,47.74306,8.99896\n3936,1646227825,47.74306,8.99896\n3937,1646227826,47.74306,8.99896\n3938,1646227827,47.74306,8.99896\n3939,1646227828,47.74306,8.99896\n3940,1646227829,47.74306,8.99896\n3941,1646227830,47.74306,8.99896\n3942,1646227831,47.74306,8.99896\n3943,1646227832,47.74306,8.99896\n3944,1646227833,47.74306,8.99896\n3945,1646227834,47.74306,8.99896\n3946,1646227835,47.74306,8.99896\n3947,1646227836,47.74306,8.99896\n3948,1646227837,47.74306,8.99896\n3949,1646227838,47.74306,8.99896\n3950,1646227839,47.74306,8.99896\n3951,1646227840,47.74306,8.99896\n3952,1646227841,47.74306,8.99896\n3953,1646227842,47.74306,8.99896\n3954,1646227843,47.74306,8.99896\n3955,1646227844,47.74306,8.99896\n3956,1646227845,47.74306,8.99896\n3957,1646227846,47.74306,8.99897\n3958,1646227847,47.74306,8.99897\n3959,1646227848,47.74306,8.99897\n3960,1646227849,47.74306,8.99897\n3961,1646227850,47.74306,8.99897\n3962,1646227851,47.74306,8.99897\n3963,1646227852,47.74306,8.99897\n3964,1646227853,47.74306,8.99897\n3965,1646227854,47.74306,8.99897\n3966,1646227855,47.74306,8.99897\n3967,1646227856,47.74306,8.99897\n3968,1646227857,47.74306,8.99897\n3969,1646227858,47.74306,8.99897\n3970,1646227859,47.74306,8.99897\n3971,1646227860,47.74306,8.99897\n3972,1646227861,47.74306,8.99897\n3973,1646227862,47.74306,8.99897\n3974,1646227863,47.74306,8.99897\n3975,1646227864,47.74306,8.99897\n3976,1646227865,47.74306,8.99897\n3977,1646227866,47.74306,8.99897\n3978,1646227867,47.74306,8.99897\n3979,1646227868,47.74306,8.99897\n3980,1646227869,47.74306,8.99897\n3981,1646227870,47.74306,8.99897\n3982,1646227871,47.74306,8.99897\n3983,1646227872,47.74306,8.99897\n3984,1646227873,47.74306,8.99897\n3985,1646227874,47.74306,8.99897\n3986,1646227875,47.74306,8.99897\n3987,1646227876,47.74306,8.99897\n3988,1646227877,47.74306,8.99897\n3989,1646227878,47.74306,8.99897\n3990,1646227879,47.74306,8.99897\n3991,1646227880,47.74306,8.99897\n3992,1646227881,47.74306,8.99897\n3993,1646227882,47.74306,8.99897\n3994,1646227883,47.74306,8.99897\n3995,1646227884,47.74306,8.99897\n3996,1646227885,47.74306,8.99897\n3997,1646227886,47.74306,8.99897\n3998,1646227887,47.74306,8.99897\n3999,1646227888,47.74306,8.99897\n4000,1646227889,47.74306,8.99897\n4001,1646227890,47.74306,8.99897\n4002,1646227891,47.74306,8.99897\n4003,1646227892,47.74306,8.99897\n4004,1646227893,47.74306,8.99897\n4005,1646227894,47.74306,8.99897\n4006,1646227895,47.74306,8.99897\n4007,1646227896,47.74306,8.99897\n4008,1646227897,47.74306,8.99897\n4009,1646227898,47.74306,8.99897\n4010,1646227899,47.74306,8.99897\n4011,1646227900,47.74306,8.99897\n4012,1646227901,47.74306,8.99897\n4013,1646227902,47.74306,8.99897\n4014,1646227903,47.74306,8.99897\n4015,1646227904,47.74306,8.99897\n4016,1646227905,47.74306,8.99897\n4017,1646227906,47.74306,8.99897\n4018,1646227907,47.74306,8.99897\n4019,1646227908,47.74306,8.99897\n4020,1646227909,47.74306,8.99897\n4021,1646227910,47.74306,8.99897\n4022,1646227911,47.74306,8.99897\n4023,1646227912,47.74306,8.99897\n4024,1646227913,47.74306,8.99897\n4025,1646227914,47.74306,8.99897\n4026,1646227915,47.74306,8.99897\n4027,1646227916,47.74306,8.99897\n4028,1646227917,47.74306,8.99897\n4029,1646227918,47.74306,8.99897\n4030,1646227919,47.74306,8.99897\n4031,1646227920,47.74306,8.99897\n4032,1646227921,47.74306,8.99897\n4033,1646227922,47.74306,8.99897\n4034,1646227923,47.74306,8.99897\n4035,1646227924,47.74306,8.99897\n4036,1646227925,47.74306,8.99897\n4037,1646227926,47.74306,8.99897\n4038,1646227927,47.74306,8.99897\n4039,1646227928,47.74306,8.99897\n4040,1646227929,47.74306,8.99897\n4041,1646227930,47.74306,8.99897\n4042,1646227931,47.74306,8.99897\n4043,1646227932,47.74306,8.99897\n4044,1646227933,47.74306,8.99897\n4045,1646227934,47.74306,8.99897\n4046,1646227935,47.74306,8.99897\n4047,1646227936,47.74306,8.99897\n4048,1646227937,47.74306,8.99897\n4049,1646227938,47.74306,8.99897\n4050,1646227939,47.74306,8.99897\n4051,1646227940,47.74306,8.99897\n4052,1646227941,47.74306,8.99897\n4053,1646227942,47.74306,8.99897\n4054,1646227943,47.74306,8.99897\n4055,1646227944,47.74306,8.99897\n4056,1646227945,47.74306,8.99897\n4057,1646227946,47.74306,8.99897\n4058,1646227947,47.74306,8.99897\n4059,1646227948,47.74306,8.99897\n4060,1646227949,47.74306,8.99897\n4061,1646227950,47.74306,8.99897\n4062,1646227951,47.74306,8.99897\n4063,1646227952,47.74306,8.99897\n4064,1646227953,47.74306,8.99897\n4065,1646227954,47.74306,8.99897\n4066,1646227955,47.74306,8.99897\n4067,1646227956,47.74306,8.99897\n4068,1646227957,47.74306,8.99897\n4069,1646227958,47.74306,8.99897\n4070,1646227959,47.74306,8.99897\n4071,1646227960,47.74306,8.99897\n4072,1646227961,47.74306,8.99897\n4073,1646227962,47.74306,8.99897\n4074,1646227963,47.74306,8.99897\n4075,1646227964,47.74306,8.99897\n4076,1646227965,47.74306,8.99897\n4077,1646227966,47.74306,8.99897\n4078,1646227967,47.74306,8.99897\n4079,1646227968,47.74306,8.99897\n4080,1646227969,47.74306,8.99897\n4081,1646227970,47.74306,8.99897\n4082,1646227971,47.74306,8.99897\n4083,1646227972,47.74306,8.99897\n4084,1646227973,47.74306,8.99897\n4085,1646227974,47.74306,8.99897\n4086,1646227975,47.74306,8.99897\n4087,1646227976,47.74306,8.99897\n4088,1646227977,47.74306,8.99897\n4089,1646227978,47.74306,8.99897\n4090,1646227979,47.74306,8.99897\n4091,1646227980,47.74306,8.99897\n4092,1646227981,47.74306,8.99897\n4093,1646227982,47.74306,8.99897\n4094,1646227983,47.74306,8.99897\n4095,1646227984,47.74306,8.99897\n4096,1646227985,47.74306,8.99897\n4097,1646227986,47.74306,8.99897\n4098,1646227987,47.74306,8.99897\n4099,1646227988,47.74306,8.99897\n4100,1646227989,47.74306,8.99897\n4101,1646227990,47.74306,8.99897\n4102,1646227991,47.74306,8.99897\n4103,1646227992,47.74306,8.99897\n4104,1646227993,47.74306,8.99897\n4105,1646227994,47.74306,8.99897\n4106,1646227995,47.74306,8.99897\n4107,1646227996,47.74306,8.99897\n4108,1646227997,47.74306,8.99897\n4109,1646227998,47.74306,8.99897\n4110,1646227999,47.74306,8.99897\n4111,1646228000,47.74306,8.99897\n4112,1646228001,47.74306,8.99897\n4113,1646228002,47.74306,8.99897\n4114,1646228003,47.74306,8.99897\n4115,1646228004,47.74306,8.99897\n4116,1646228005,47.74306,8.99897\n4117,1646228006,47.74306,8.99897\n4118,1646228007,47.74306,8.99897\n4119,1646228008,47.74306,8.99897\n4120,1646228009,47.74306,8.99897\n4121,1646228010,47.74306,8.99897\n4122,1646228011,47.74306,8.99897\n4123,1646228012,47.74306,8.99897\n4124,1646228013,47.74306,8.99897\n4125,1646228014,47.74306,8.99897\n4126,1646228015,47.74306,8.99897\n4127,1646228016,47.74306,8.99897\n4128,1646228017,47.74306,8.99897\n4129,1646228018,47.74306,8.99897\n4130,1646228019,47.74306,8.99897\n4131,1646228020,47.74306,8.99897\n4132,1646228021,47.74306,8.99897\n4133,1646228022,47.74306,8.99897\n4134,1646228023,47.74306,8.99897\n4135,1646228024,47.74306,8.99897\n4136,1646228025,47.74306,8.99897\n4137,1646228026,47.74306,8.99897\n4138,1646228027,47.74306,8.99897\n4139,1646228028,47.74306,8.99897\n4140,1646228029,47.74306,8.99897\n4141,1646228030,47.74306,8.99897\n4142,1646228031,47.74306,8.99897\n4143,1646228032,47.74306,8.99897\n4144,1646228033,47.74306,8.99897\n4145,1646228034,47.74306,8.99897\n4146,1646228035,47.74306,8.99897\n4147,1646228036,47.74306,8.99897\n4148,1646228037,47.74306,8.99897\n4149,1646228038,47.74306,8.99897\n4150,1646228039,47.74306,8.99897\n4151,1646228040,47.74306,8.99897\n4152,1646228041,47.74306,8.99897\n4153,1646228042,47.74306,8.99897\n4154,1646228043,47.74306,8.99897\n4155,1646228044,47.74306,8.99897\n4156,1646228045,47.74306,8.99897\n4157,1646228046,47.74306,8.99897\n4158,1646228047,47.74306,8.99897\n4159,1646228048,47.74306,8.99897\n4160,1646228049,47.74306,8.99897\n4161,1646228050,47.74306,8.99897\n4162,1646228051,47.74306,8.99897\n4163,1646228052,47.74306,8.99897\n4164,1646228053,47.74306,8.99897\n4165,1646228054,47.74306,8.99897\n4166,1646228055,47.74306,8.99897\n4167,1646228056,47.74306,8.99897\n4168,1646228057,47.74306,8.99897\n4169,1646228058,47.74306,8.99897\n4170,1646228059,47.74306,8.99897\n4171,1646228060,47.74306,8.99897\n4172,1646228061,47.74306,8.99897\n4173,1646228062,47.74306,8.99897\n4174,1646228063,47.74306,8.99897\n4175,1646228064,47.74306,8.99897\n4176,1646228065,47.74306,8.99897\n4177,1646228066,47.74306,8.99897\n4178,1646228067,47.74306,8.99897\n4179,1646228068,47.74306,8.99897\n4180,1646228069,47.74306,8.99897\n4181,1646228070,47.74306,8.99897\n4182,1646228071,47.74306,8.99897\n4183,1646228072,47.74306,8.99897\n4184,1646228073,47.74306,8.99897\n4185,1646228074,47.74306,8.99897\n4186,1646228075,47.74306,8.99897\n4187,1646228076,47.74306,8.99897\n4188,1646228077,47.74306,8.99897\n4189,1646228078,47.74306,8.99897\n4190,1646228079,47.74306,8.99897\n4191,1646228080,47.74306,8.99897\n4192,1646228081,47.74306,8.99897\n4193,1646228082,47.74306,8.99897\n4194,1646228083,47.74306,8.99897\n4195,1646228084,47.74306,8.99897\n4196,1646228085,47.74306,8.99897\n4197,1646228086,47.74306,8.99897\n4198,1646228087,47.74306,8.99897\n4199,1646228088,47.74306,8.99897\n4200,1646228089,47.74306,8.99897\n4201,1646228090,47.74306,8.99897\n4202,1646228091,47.74306,8.99897\n4203,1646228092,47.74306,8.99897\n4204,1646228093,47.74306,8.99897\n4205,1646228094,47.74306,8.99897\n4206,1646228095,47.74306,8.99897\n4207,1646228096,47.74306,8.99897\n4208,1646228097,47.74306,8.99897\n4209,1646228098,47.74306,8.99897\n4210,1646228099,47.74306,8.99897\n4211,1646228100,47.74306,8.99897\n4212,1646228101,47.74306,8.99897\n4213,1646228102,47.74306,8.99897\n4214,1646228103,47.74306,8.99897\n4215,1646228104,47.74306,8.99897\n4216,1646228105,47.74306,8.99897\n4217,1646228106,47.74306,8.99897\n4218,1646228107,47.74306,8.99897\n4219,1646228108,47.74306,8.99897\n4220,1646228109,47.74306,8.99897\n4221,1646228110,47.74306,8.99897\n4222,1646228111,47.74306,8.99897\n4223,1646228112,47.74306,8.99897\n4224,1646228113,47.74306,8.99897\n4225,1646228114,47.74306,8.99897\n4226,1646228115,47.74306,8.99897\n4227,1646228116,47.74306,8.99897\n4228,1646228117,47.74306,8.99897\n4229,1646228118,47.74306,8.99897\n4230,1646228119,47.74306,8.99897\n4231,1646228120,47.74306,8.99897\n4232,1646228121,47.74306,8.99897\n4233,1646228122,47.74306,8.99897\n4234,1646228123,47.74306,8.99897\n4235,1646228124,47.74306,8.99897\n4236,1646228125,47.74306,8.99897\n4237,1646228126,47.74306,8.99897\n4238,1646228127,47.74306,8.99897\n4239,1646228128,47.74306,8.99897\n4240,1646228129,47.74306,8.99897\n4241,1646228130,47.74306,8.99897\n4242,1646228131,47.74306,8.99897\n4243,1646228132,47.74306,8.99897\n4244,1646228133,47.74306,8.99897\n4245,1646228134,47.74306,8.99897\n4246,1646228135,47.74306,8.99897\n4247,1646228136,47.74306,8.99897\n4248,1646228137,47.74306,8.99897\n4249,1646228138,47.74306,8.99897\n4250,1646228139,47.74306,8.99897\n4251,1646228140,47.74306,8.99897\n4252,1646228141,47.74306,8.99897\n4253,1646228142,47.74306,8.99897\n4254,1646228143,47.74306,8.99897\n4255,1646228144,47.74306,8.99897\n4256,1646228145,47.74306,8.99897\n4257,1646228146,47.74306,8.99897\n4258,1646228147,47.74306,8.99897\n4259,1646228148,47.74306,8.99897\n4260,1646228149,47.74306,8.99897\n4261,1646228150,47.74306,8.99897\n4262,1646228151,47.74306,8.99897\n4263,1646228152,47.74306,8.99897\n4264,1646228153,47.74306,8.99897\n4265,1646228154,47.74306,8.99897\n4266,1646228155,47.74306,8.99897\n4267,1646228156,47.74306,8.99897\n4268,1646228157,47.74306,8.99897\n4269,1646228158,47.74306,8.99897\n4270,1646228159,47.74306,8.99897\n4271,1646228160,47.74306,8.99897\n4272,1646228161,47.74306,8.99897\n4273,1646228162,47.74306,8.99897\n4274,1646228163,47.74306,8.99897\n4275,1646228164,47.74306,8.99897\n4276,1646228165,47.74306,8.99897\n4277,1646228166,47.74306,8.99897\n4278,1646228167,47.74306,8.99897\n4279,1646228168,47.74306,8.99897\n4280,1646228169,47.74306,8.99897\n4281,1646228170,47.74306,8.99897\n4282,1646228171,47.74306,8.99897\n4283,1646228172,47.74306,8.99897\n4284,1646228173,47.74306,8.99897\n4285,1646228174,47.74306,8.99897\n4286,1646228175,47.74306,8.99897\n4287,1646228176,47.74306,8.99897\n4288,1646228177,47.74306,8.99897\n4289,1646228178,47.74306,8.99897\n4290,1646228179,47.74306,8.99897\n4291,1646228180,47.74306,8.99897\n4292,1646228181,47.74306,8.99897\n4293,1646228182,47.74306,8.99897\n4294,1646228183,47.74306,8.99897\n4295,1646228184,47.74306,8.99897\n4296,1646228185,47.74306,8.99897\n4297,1646228186,47.74306,8.99897\n4298,1646228187,47.74306,8.99897\n4299,1646228188,47.74306,8.99897\n4300,1646228189,47.74306,8.99897\n4301,1646228190,47.74306,8.99897\n4302,1646228191,47.74306,8.99897\n4303,1646228192,47.74306,8.99897\n4304,1646228193,47.74306,8.99897\n4305,1646228194,47.74306,8.99897\n4306,1646228195,47.74306,8.99897\n4307,1646228196,47.74306,8.99897\n4308,1646228197,47.74306,8.99897\n4309,1646228198,47.74306,8.99897\n4310,1646228199,47.74306,8.99897\n4311,1646228200,47.74306,8.99897\n4312,1646228201,47.74306,8.99897\n4313,1646228202,47.74306,8.99897\n4314,1646228203,47.74306,8.99897\n4315,1646228204,47.74306,8.99897\n4316,1646228205,47.74306,8.99897\n4317,1646228206,47.74306,8.99897\n4318,1646228207,47.74306,8.99897\n4319,1646228208,47.74306,8.99897\n4320,1646228209,47.74306,8.99897\n4321,1646228210,47.74306,8.99897\n4322,1646228211,47.74306,8.99897\n4323,1646228212,47.74306,8.99897\n4324,1646228213,47.74306,8.99897\n4325,1646228214,47.74306,8.99897\n4326,1646228215,47.74306,8.99897\n4327,1646228216,47.74306,8.99897\n4328,1646228217,47.74306,8.99897\n4329,1646228218,47.74306,8.99897\n4330,1646228219,47.74306,8.99897\n4331,1646228220,47.74306,8.99897\n4332,1646228221,47.74306,8.99897\n4333,1646228222,47.74306,8.99897\n4334,1646228223,47.74306,8.99897\n4335,1646228224,47.74306,8.99897\n4336,1646228225,47.74306,8.99897\n4337,1646228226,47.74306,8.99897\n4338,1646228227,47.74306,8.99897\n4339,1646228228,47.74306,8.99897\n4340,1646228229,47.74306,8.99897\n4341,1646228230,47.74306,8.99897\n4342,1646228231,47.74306,8.99897\n4343,1646228232,47.74306,8.99897\n4344,1646228233,47.74306,8.99897\n4345,1646228234,47.74306,8.99897\n4346,1646228235,47.74306,8.99897\n4347,1646228236,47.74306,8.99897\n4348,1646228237,47.74306,8.99897\n4349,1646228238,47.74306,8.99897\n4350,1646228239,47.74306,8.99897\n4351,1646228240,47.74306,8.99897\n4352,1646228241,47.74306,8.99897\n4353,1646228242,47.74306,8.99897\n4354,1646228243,47.74306,8.99897\n4355,1646228244,47.74306,8.99897\n4356,1646228245,47.74306,8.99897\n4357,1646228246,47.74306,8.99897\n4358,1646228247,47.74306,8.99897\n4359,1646228248,47.74306,8.99897\n4360,1646228249,47.74306,8.99897\n4361,1646228250,47.74306,8.99897\n4362,1646228251,47.74306,8.99897\n4363,1646228252,47.74306,8.99897\n4364,1646228253,47.74306,8.99897\n4365,1646228254,47.74306,8.99897\n4366,1646228255,47.74306,8.99897\n4367,1646228256,47.74306,8.99897\n4368,1646228257,47.74306,8.99897\n4369,1646228258,47.74306,8.99897\n4370,1646228259,47.74306,8.99897\n4371,1646228260,47.74306,8.99897\n4372,1646228261,47.74306,8.99897\n4373,1646228262,47.74306,8.99897\n4374,1646228263,47.74306,8.99897\n4375,1646228264,47.74306,8.99897\n4376,1646228265,47.74306,8.99897\n4377,1646228266,47.74306,8.99897\n4378,1646228267,47.74306,8.99897\n4379,1646228268,47.74306,8.99897\n4380,1646228269,47.74306,8.99897\n4381,1646228270,47.74306,8.99897\n4382,1646228271,47.74306,8.99897\n4383,1646228272,47.74306,8.99897\n4384,1646228273,47.74306,8.99897\n4385,1646228274,47.74306,8.99897\n4386,1646228275,47.74306,8.99897\n4387,1646228276,47.74306,8.99897\n4388,1646228277,47.74306,8.99897\n4389,1646228278,47.74306,8.99897\n4390,1646228279,47.74306,8.99897\n4391,1646228280,47.74306,8.99897\n4392,1646228281,47.74306,8.99897\n4393,1646228282,47.74306,8.99897\n4394,1646228283,47.74306,8.99897\n4395,1646228284,47.74306,8.99897\n4396,1646228285,47.74306,8.99897\n4397,1646228286,47.74306,8.99897\n4398,1646228287,47.74306,8.99897\n4399,1646228288,47.74306,8.99897\n4400,1646228289,47.74306,8.99897\n4401,1646228290,47.74306,8.99897\n4402,1646228291,47.74306,8.99897\n4403,1646228292,47.74306,8.99897\n4404,1646228293,47.74306,8.99897\n4405,1646228294,47.74306,8.99897\n4406,1646228295,47.74306,8.99897\n4407,1646228296,47.74306,8.99897\n4408,1646228297,47.74306,8.99897\n4409,1646228298,47.74306,8.99897\n4410,1646228299,47.74306,8.99897\n4411,1646228300,47.74306,8.99897\n4412,1646228301,47.74306,8.99897\n4413,1646228302,47.74306,8.99897\n4414,1646228303,47.74306,8.99897\n4415,1646228304,47.74306,8.99897\n4416,1646228305,47.74306,8.99897\n4417,1646228306,47.74306,8.99897\n4418,1646228307,47.74306,8.99897\n4419,1646228308,47.74306,8.99897\n4420,1646228309,47.74306,8.99897\n4421,1646228310,47.74306,8.99897\n4422,1646228311,47.74306,8.99897\n4423,1646228312,47.74306,8.99897\n4424,1646228313,47.74306,8.99897\n4425,1646228314,47.74306,8.99897\n4426,1646228315,47.74306,8.99897\n4427,1646228316,47.74306,8.99897\n4428,1646228317,47.74306,8.99897\n4429,1646228318,47.74306,8.99897\n4430,1646228319,47.74306,8.99897\n4431,1646228320,47.74306,8.99897\n4432,1646228321,47.74306,8.99897\n4433,1646228322,47.74306,8.99897\n4434,1646228323,47.74306,8.99897\n4435,1646228324,47.74306,8.99897\n4436,1646228325,47.74306,8.99897\n4437,1646228326,47.74306,8.99898\n4438,1646228327,47.74306,8.99898\n4439,1646228328,47.74306,8.99898\n4440,1646228329,47.74306,8.99898\n4441,1646228330,47.74306,8.99898\n4442,1646228331,47.74306,8.99898\n4443,1646228332,47.74306,8.99898\n4444,1646228333,47.74306,8.99898\n4445,1646228334,47.74306,8.99898\n4446,1646228335,47.74306,8.99898\n4447,1646228336,47.74306,8.99898\n4448,1646228337,47.74306,8.99898\n4449,1646228338,47.74306,8.99898\n4450,1646228339,47.74306,8.99898\n4451,1646228340,47.74306,8.99898\n4452,1646228341,47.74306,8.99898\n4453,1646228342,47.74306,8.99898\n4454,1646228343,47.74306,8.99898\n4455,1646228344,47.74306,8.99898\n4456,1646228345,47.74306,8.99898\n4457,1646228346,47.74306,8.99898\n4458,1646228347,47.74306,8.99898\n4459,1646228348,47.74306,8.99898\n4460,1646228349,47.74306,8.99898\n4461,1646228350,47.74306,8.99898\n4462,1646228351,47.74306,8.99898\n4463,1646228352,47.74306,8.99898\n4464,1646228353,47.74306,8.99898\n4465,1646228354,47.74306,8.99898\n4466,1646228355,47.74306,8.99898\n4467,1646228356,47.74306,8.99898\n4468,1646228357,47.74306,8.99898\n4469,1646228358,47.74306,8.99898\n4470,1646228359,47.74306,8.99898\n4471,1646228360,47.74306,8.99898\n4472,1646228361,47.74306,8.99898\n4473,1646228362,47.74306,8.99898\n4474,1646228363,47.74306,8.99898\n4475,1646228364,47.74306,8.99898\n4476,1646228365,47.74306,8.99898\n4477,1646228366,47.74306,8.99898\n4478,1646228367,47.74306,8.99898\n4479,1646228368,47.74306,8.99898\n4480,1646228369,47.74306,8.99898\n4481,1646228370,47.74306,8.99898\n4482,1646228371,47.74306,8.99898\n4483,1646228372,47.74306,8.99898\n4484,1646228373,47.74306,8.99898\n4485,1646228374,47.74306,8.99898\n4486,1646228375,47.74306,8.99898\n4487,1646228376,47.74306,8.99898\n4488,1646228377,47.74306,8.99898\n4489,1646228378,47.74305,8.99898\n4490,1646228379,47.74305,8.99898\n4491,1646228380,47.74305,8.99898\n4492,1646228381,47.74305,8.99898\n4493,1646228382,47.74305,8.99898\n4494,1646228383,47.74305,8.99898\n4495,1646228384,47.74305,8.99898\n4496,1646228385,47.74305,8.99898\n4497,1646228386,47.74305,8.99898\n4498,1646228387,47.74305,8.99898\n4499,1646228388,47.74305,8.99898\n4500,1646228389,47.74305,8.99898\n4501,1646228390,47.74305,8.99898\n4502,1646228391,47.74305,8.99898\n4503,1646228392,47.74305,8.99898\n4504,1646228393,47.74305,8.99898\n4505,1646228394,47.74305,8.99898\n4506,1646228395,47.74305,8.99898\n4507,1646228396,47.74305,8.99898\n4508,1646228397,47.74305,8.99898\n4509,1646228398,47.74305,8.99898\n4510,1646228399,47.74305,8.99898\n4511,1646228400,47.74305,8.99898\n4512,1646228401,47.74305,8.99898\n4513,1646228402,47.74305,8.99898\n4514,1646228403,47.74305,8.99898\n4515,1646228404,47.74305,8.99898\n4516,1646228405,47.74306,8.99898\n4517,1646228406,47.74306,8.99898\n4518,1646228407,47.74306,8.99898\n4519,1646228408,47.74306,8.99898\n4520,1646228409,47.74306,8.99898\n4521,1646228410,47.74306,8.99898\n4522,1646228411,47.74306,8.99898\n4523,1646228412,47.74306,8.99898\n4524,1646228413,47.74306,8.99898\n4525,1646228414,47.74306,8.99898\n4526,1646228415,47.74306,8.99898\n4527,1646228416,47.74306,8.99898\n4528,1646228417,47.74306,8.99898\n4529,1646228418,47.74306,8.99898\n4530,1646228419,47.74306,8.99898\n4531,1646228420,47.74306,8.99898\n4532,1646228421,47.74306,8.99898\n4533,1646228422,47.74306,8.99898\n4534,1646228423,47.74306,8.99898\n4535,1646228424,47.74306,8.99898\n4536,1646228425,47.74306,8.99898\n4537,1646228426,47.74306,8.99898\n4538,1646228427,47.74306,8.99898\n4539,1646228428,47.74306,8.99898\n4540,1646228429,47.74306,8.99898\n4541,1646228430,47.74306,8.99898\n4542,1646228431,47.74306,8.99898\n4543,1646228432,47.74306,8.99898\n4544,1646228433,47.74306,8.99898\n4545,1646228434,47.74306,8.99898\n4546,1646228435,47.74306,8.99898\n4547,1646228436,47.74306,8.99898\n4548,1646228437,47.74306,8.99898\n4549,1646228438,47.74306,8.99898\n4550,1646228439,47.74306,8.99898\n4551,1646228440,47.74306,8.99898\n4552,1646228441,47.74306,8.99898\n4553,1646228442,47.74306,8.99898\n4554,1646228443,47.74306,8.99898\n4555,1646228444,47.74306,8.99898\n4556,1646228445,47.74306,8.99898\n4557,1646228446,47.74306,8.99898\n4558,1646228447,47.74306,8.99898\n4559,1646228448,47.74306,8.99898\n4560,1646228449,47.74306,8.99898\n4561,1646228450,47.74306,8.99898\n4562,1646228451,47.74306,8.99898\n4563,1646228452,47.74306,8.99898\n4564,1646228453,47.74306,8.99898\n4565,1646228454,47.74306,8.99898\n4566,1646228455,47.74306,8.99898\n4567,1646228456,47.74306,8.99898\n4568,1646228457,47.74306,8.99898\n4569,1646228458,47.74306,8.99898\n4570,1646228459,47.74306,8.99898\n4571,1646228460,47.74306,8.99898\n4572,1646228461,47.74306,8.99898\n4573,1646228462,47.74306,8.99898\n4574,1646228463,47.74306,8.99898\n4575,1646228464,47.74306,8.99898\n4576,1646228465,47.74306,8.99898\n4577,1646228466,47.74306,8.99898\n4578,1646228467,47.74306,8.99898\n4579,1646228468,47.74306,8.99898\n4580,1646228469,47.74306,8.99898\n4581,1646228470,47.74306,8.99898\n4582,1646228471,47.74306,8.99898\n4583,1646228472,47.74306,8.99898\n4584,1646228473,47.74306,8.99898\n4585,1646228474,47.74306,8.99897\n4586,1646228475,47.74306,8.99897\n4587,1646228476,47.74306,8.99897\n4588,1646228477,47.74306,8.99897\n4589,1646228478,47.74306,8.99897\n4590,1646228479,47.74306,8.99897\n4591,1646228480,47.74306,8.99897\n4592,1646228481,47.74306,8.99897\n4593,1646228482,47.74306,8.99897\n4594,1646228483,47.74306,8.99897\n4595,1646228484,47.74306,8.99897\n4596,1646228485,47.74306,8.99897\n4597,1646228486,47.74306,8.99897\n4598,1646228487,47.74306,8.99897\n4599,1646228488,47.74306,8.99897\n4600,1646228489,47.74306,8.99897\n4601,1646228490,47.74306,8.99897\n4602,1646228491,47.74306,8.99897\n4603,1646228492,47.74306,8.99897\n4604,1646228493,47.74306,8.99897\n4605,1646228494,47.74306,8.99897\n4606,1646228495,47.74306,8.99897\n4607,1646228496,47.74306,8.99897\n4608,1646228497,47.74306,8.99897\n4609,1646228498,47.74306,8.99897\n4610,1646228499,47.74306,8.99897\n4611,1646228500,47.74306,8.99897\n4612,1646228501,47.74306,8.99897\n4613,1646228502,47.74306,8.99897\n4614,1646228503,47.74306,8.99897\n4615,1646228504,47.74306,8.99897\n4616,1646228505,47.74306,8.99897\n4617,1646228506,47.74306,8.99897\n4618,1646228507,47.74306,8.99897\n4619,1646228508,47.74306,8.99897\n4620,1646228509,47.74306,8.99897\n4621,1646228510,47.74306,8.99897\n4622,1646228511,47.74306,8.99897\n4623,1646228512,47.74306,8.99897\n4624,1646228513,47.74306,8.99897\n4625,1646228514,47.74306,8.99897\n4626,1646228515,47.74306,8.99897\n4627,1646228516,47.74306,8.99897\n4628,1646228517,47.74306,8.99897\n4629,1646228518,47.74306,8.99897\n4630,1646228519,47.74306,8.99897\n4631,1646228520,47.74306,8.99897\n4632,1646228521,47.74306,8.99897\n4633,1646228522,47.74306,8.99897\n4634,1646228523,47.74306,8.99897\n4635,1646228524,47.74306,8.99897\n4636,1646228525,47.74306,8.99897\n4637,1646228526,47.74306,8.99897\n4638,1646228527,47.74306,8.99897\n4639,1646228528,47.74306,8.99897\n4640,1646228529,47.74306,8.99897\n4641,1646228530,47.74306,8.99897\n4642,1646228531,47.74306,8.99897\n4643,1646228532,47.74306,8.99897\n4644,1646228533,47.74306,8.99897\n4645,1646228534,47.74306,8.99897\n4646,1646228535,47.74306,8.99897\n4647,1646228536,47.74306,8.99897\n4648,1646228537,47.74306,8.99897\n4649,1646228538,47.74306,8.99897\n4650,1646228539,47.74306,8.99897\n4651,1646228540,47.74306,8.99897\n4652,1646228541,47.74306,8.99897\n4653,1646228542,47.74306,8.99897\n4654,1646228543,47.74306,8.99897\n4655,1646228544,47.74306,8.99897\n4656,1646228545,47.74306,8.99897\n4657,1646228546,47.74306,8.99897\n4658,1646228547,47.74306,8.99897\n4659,1646228548,47.74306,8.99897\n4660,1646228549,47.74306,8.99897\n4661,1646228550,47.74306,8.99897\n4662,1646228551,47.74306,8.99897\n4663,1646228552,47.74306,8.99897\n4664,1646228553,47.74306,8.99897\n4665,1646228554,47.74306,8.99897\n4666,1646228555,47.74306,8.99897\n4667,1646228556,47.74306,8.99897\n4668,1646228557,47.74306,8.99897\n4669,1646228558,47.74306,8.99897\n4670,1646228559,47.74306,8.99897\n4671,1646228560,47.74306,8.99897\n4672,1646228561,47.74306,8.99897\n4673,1646228562,47.74306,8.99897\n4674,1646228563,47.74306,8.99897\n4675,1646228564,47.74306,8.99897\n4676,1646228565,47.74306,8.99897\n4677,1646228566,47.74306,8.99897\n4678,1646228567,47.74306,8.99897\n4679,1646228568,47.74306,8.99897\n4680,1646228569,47.74306,8.99897\n4681,1646228570,47.74306,8.99897\n4682,1646228571,47.74306,8.99897\n4683,1646228572,47.74306,8.99897\n4684,1646228573,47.74306,8.99897\n4685,1646228574,47.74306,8.99897\n4686,1646228575,47.74306,8.99897\n4687,1646228576,47.74306,8.99897\n4688,1646228577,47.74306,8.99897\n4689,1646228578,47.74306,8.99897\n4690,1646228579,47.74306,8.99897\n4691,1646228580,47.74306,8.99897\n4692,1646228581,47.74306,8.99897\n4693,1646228582,47.74306,8.99897\n4694,1646228583,47.74306,8.99897\n4695,1646228584,47.74306,8.99897\n4696,1646228585,47.74306,8.99897\n4697,1646228586,47.74306,8.99897\n4698,1646228587,47.74306,8.99897\n4699,1646228588,47.74306,8.99897\n4700,1646228589,47.74306,8.99897\n4701,1646228590,47.74306,8.99897\n4702,1646228591,47.74306,8.99897\n4703,1646228592,47.74306,8.99897\n4704,1646228593,47.74306,8.99897\n4705,1646228594,47.74306,8.99897\n4706,1646228595,47.74306,8.99897\n4707,1646228596,47.74306,8.99897\n4708,1646228597,47.74306,8.99897\n4709,1646228598,47.74306,8.99897\n4710,1646228599,47.74306,8.99897\n4711,1646228600,47.74306,8.99897\n4712,1646228601,47.74306,8.99897\n4713,1646228602,47.74306,8.99897\n4714,1646228603,47.74306,8.99897\n4715,1646228604,47.74306,8.99897\n4716,1646228605,47.74306,8.99897\n4717,1646228606,47.74306,8.99897\n4718,1646228607,47.74306,8.99897\n4719,1646228608,47.74306,8.99897\n4720,1646228609,47.74306,8.99897\n4721,1646228610,47.74306,8.99897\n4722,1646228611,47.74306,8.99897\n4723,1646228612,47.74306,8.99897\n4724,1646228613,47.74306,8.99897\n4725,1646228614,47.74306,8.99897\n4726,1646228615,47.74306,8.99897\n4727,1646228616,47.74306,8.99897\n4728,1646228617,47.74306,8.99897\n4729,1646228618,47.74306,8.99897\n4730,1646228619,47.74306,8.99897\n4731,1646228620,47.74306,8.99897\n4732,1646228621,47.74306,8.99897\n4733,1646228622,47.74306,8.99897\n4734,1646228623,47.74306,8.99897\n4735,1646228624,47.74306,8.99897\n4736,1646228625,47.74306,8.99897\n4737,1646228626,47.74306,8.99897\n4738,1646228627,47.74306,8.99897\n4739,1646228628,47.74306,8.99897\n4740,1646228629,47.74306,8.99897\n4741,1646228630,47.74306,8.99897\n4742,1646228631,47.74306,8.99897\n4743,1646228632,47.74306,8.99897\n4744,1646228633,47.74306,8.99897\n4745,1646228634,47.74306,8.99897\n4746,1646228635,47.74306,8.99897\n4747,1646228636,47.74306,8.99897\n4748,1646228637,47.74306,8.99897\n4749,1646228638,47.74306,8.99897\n4750,1646228639,47.74306,8.99897\n4751,1646228640,47.74306,8.99897\n4752,1646228641,47.74306,8.99897\n4753,1646228642,47.74306,8.99897\n4754,1646228643,47.74306,8.99897\n4755,1646228644,47.74306,8.99897\n4756,1646228645,47.74306,8.99897\n4757,1646228646,47.74306,8.99897\n4758,1646228647,47.74306,8.99897\n4759,1646228648,47.74306,8.99897\n4760,1646228649,47.74306,8.99897\n4761,1646228650,47.74306,8.99897\n4762,1646228651,47.74306,8.99897\n4763,1646228652,47.74306,8.99897\n4764,1646228653,47.74306,8.99897\n4765,1646228654,47.74306,8.99897\n4766,1646228655,47.74306,8.99897\n4767,1646228656,47.74306,8.99897\n4768,1646228657,47.74306,8.99897\n4769,1646228658,47.74306,8.99897\n4770,1646228659,47.74306,8.99897\n4771,1646228660,47.74306,8.99897\n4772,1646228661,47.74306,8.99897\n4773,1646228662,47.74306,8.99897\n4774,1646228663,47.74306,8.99897\n4775,1646228664,47.74306,8.99897\n4776,1646228665,47.74306,8.99897\n4777,1646228666,47.74306,8.99897\n4778,1646228667,47.74306,8.99897\n4779,1646228668,47.74306,8.99897\n4780,1646228669,47.74306,8.99897\n4781,1646228670,47.74306,8.99897\n4782,1646228671,47.74306,8.99897\n4783,1646228672,47.74306,8.99897\n4784,1646228673,47.74306,8.99897\n4785,1646228674,47.74306,8.99897\n4786,1646228675,47.74306,8.99897\n4787,1646228676,47.74306,8.99897\n4788,1646228677,47.74306,8.99897\n4789,1646228678,47.74306,8.99897\n4790,1646228679,47.74306,8.99897\n4791,1646228680,47.74306,8.99897\n4792,1646228681,47.74306,8.99897\n4793,1646228682,47.74306,8.99897\n4794,1646228683,47.74306,8.99897\n4795,1646228684,47.74306,8.99897\n4796,1646228685,47.74306,8.99897\n4797,1646228686,47.74306,8.99897\n4798,1646228687,47.74306,8.99897\n4799,1646228688,47.74306,8.99897\n4800,1646228689,47.74306,8.99897\n4801,1646228690,47.74306,8.99897\n4802,1646228691,47.74306,8.99897\n4803,1646228692,47.74306,8.99897\n4804,1646228693,47.74306,8.99897\n4805,1646228694,47.74306,8.99897\n4806,1646228695,47.74306,8.99897\n4807,1646228696,47.74306,8.99897\n4808,1646228697,47.74306,8.99897\n4809,1646228698,47.74306,8.99897\n4810,1646228699,47.74306,8.99897\n4811,1646228700,47.74306,8.99897\n4812,1646228701,47.74306,8.99897\n4813,1646228702,47.74306,8.99897\n4814,1646228703,47.74306,8.99897\n4815,1646228704,47.74306,8.99897\n4816,1646228705,47.74306,8.99897\n4817,1646228706,47.74306,8.99897\n4818,1646228707,47.74306,8.99897\n4819,1646228708,47.74306,8.99897\n4820,1646228709,47.74306,8.99897\n4821,1646228710,47.74306,8.99897\n4822,1646228711,47.74306,8.99897\n4823,1646228712,47.74306,8.99897\n4824,1646228713,47.74306,8.99897\n4825,1646228714,47.74306,8.99897\n4826,1646228715,47.74306,8.99897\n4827,1646228716,47.74306,8.99897\n4828,1646228717,47.74306,8.99897\n4829,1646228718,47.74306,8.99897\n4830,1646228719,47.74306,8.99897\n4831,1646228720,47.74306,8.99897\n4832,1646228721,47.74306,8.99897\n4833,1646228722,47.74306,8.99897\n4834,1646228723,47.74306,8.99897\n4835,1646228724,47.74306,8.99897\n4836,1646228725,47.74306,8.99897\n4837,1646228726,47.74306,8.99897\n4838,1646228727,47.74306,8.99897\n4839,1646228728,47.74306,8.99897\n4840,1646228729,47.74306,8.99897\n4841,1646228730,47.74306,8.99897\n4842,1646228731,47.74306,8.99897\n4843,1646228732,47.74306,8.99897\n4844,1646228733,47.74306,8.99897\n4845,1646228734,47.74306,8.99897\n4846,1646228735,47.74306,8.99897\n4847,1646228736,47.74306,8.99897\n4848,1646228737,47.74306,8.99897\n4849,1646228738,47.74306,8.99897\n4850,1646228739,47.74306,8.99897\n4851,1646228740,47.74306,8.99897\n4852,1646228741,47.74306,8.99897\n4853,1646228742,47.74306,8.99897\n4854,1646228743,47.74306,8.99897\n4855,1646228744,47.74306,8.99897\n4856,1646228745,47.74306,8.99897\n4857,1646228746,47.74306,8.99897\n4858,1646228747,47.74306,8.99897\n4859,1646228748,47.74306,8.99897\n4860,1646228749,47.74306,8.99897\n4861,1646228750,47.74306,8.99897\n4862,1646228751,47.74306,8.99897\n4863,1646228752,47.74306,8.99897\n4864,1646228753,47.74306,8.99897\n4865,1646228754,47.74306,8.99897\n4866,1646228755,47.74306,8.99897\n4867,1646228756,47.74306,8.99897\n4868,1646228757,47.74306,8.99897\n4869,1646228758,47.74306,8.99897\n4870,1646228759,47.74306,8.99897\n4871,1646228760,47.74306,8.99897\n4872,1646228761,47.74306,8.99897\n4873,1646228762,47.74306,8.99897\n4874,1646228763,47.74306,8.99897\n4875,1646228764,47.74306,8.99897\n4876,1646228765,47.74306,8.99897\n4877,1646228766,47.74306,8.99897\n4878,1646228767,47.74306,8.99897\n4879,1646228768,47.74306,8.99897\n4880,1646228769,47.74306,8.99897\n4881,1646228770,47.74306,8.99897\n4882,1646228771,47.74306,8.99897\n4883,1646228772,47.74306,8.99897\n4884,1646228773,47.74306,8.99897\n4885,1646228774,47.74306,8.99897\n4886,1646228775,47.74306,8.99897\n4887,1646228776,47.74306,8.99897\n4888,1646228777,47.74306,8.99897\n4889,1646228778,47.74306,8.99897\n4890,1646228779,47.74306,8.99897\n4891,1646228780,47.74306,8.99897\n4892,1646228781,47.74306,8.99897\n4893,1646228782,47.74306,8.99897\n4894,1646228783,47.74306,8.99897\n4895,1646228784,47.74306,8.99897\n4896,1646228785,47.74306,8.99897\n4897,1646228786,47.74306,8.99897\n4898,1646228787,47.74306,8.99897\n4899,1646228788,47.74306,8.99897\n4900,1646228789,47.74306,8.99897\n4901,1646228790,47.74306,8.99897\n4902,1646228791,47.74306,8.99897\n4903,1646228792,47.74306,8.99897\n4904,1646228793,47.74306,8.99897\n4905,1646228794,47.74306,8.99897\n4906,1646228795,47.74306,8.99897\n4907,1646228796,47.74306,8.99897\n4908,1646228797,47.74306,8.99897\n4909,1646228798,47.74306,8.99897\n4910,1646228799,47.74306,8.99897\n4911,1646228800,47.74306,8.99897\n4912,1646228801,47.74306,8.99897\n4913,1646228802,47.74306,8.99897\n4914,1646228803,47.74306,8.99897\n4915,1646228804,47.74306,8.99897\n4916,1646228805,47.74306,8.99897\n4917,1646228806,47.74306,8.99897\n4918,1646228807,47.74306,8.99897\n4919,1646228808,47.74306,8.99897\n4920,1646228809,47.74306,8.99897\n4921,1646228810,47.74306,8.99897\n4922,1646228811,47.74306,8.99897\n4923,1646228812,47.74306,8.99897\n4924,1646228813,47.74306,8.99897\n4925,1646228814,47.74306,8.99897\n4926,1646228815,47.74306,8.99897\n4927,1646228816,47.74306,8.99897\n4928,1646228817,47.74306,8.99897\n4929,1646228818,47.74306,8.99897\n4930,1646228819,47.74306,8.99897\n4931,1646228820,47.74306,8.99897\n4932,1646228821,47.74306,8.99897\n4933,1646228822,47.74306,8.99897\n4934,1646228823,47.74306,8.99897\n4935,1646228824,47.74306,8.99897\n4936,1646228825,47.74306,8.99897\n4937,1646228826,47.74306,8.99897\n4938,1646228827,47.74306,8.99897\n4939,1646228828,47.74306,8.99897\n4940,1646228829,47.74306,8.99897\n4941,1646228830,47.74306,8.99897\n4942,1646228831,47.74306,8.99897\n4943,1646228832,47.74306,8.99897\n4944,1646228833,47.74306,8.99897\n4945,1646228834,47.74306,8.99897\n4946,1646228835,47.74306,8.99897\n4947,1646228836,47.74306,8.99897\n4948,1646228837,47.74306,8.99897\n4949,1646228838,47.74306,8.99897\n4950,1646228839,47.74306,8.99897\n4951,1646228840,47.74306,8.99897\n4952,1646228841,47.74306,8.99897\n4953,1646228842,47.74306,8.99898\n4954,1646228843,47.74306,8.99898\n4955,1646228844,47.74306,8.99898\n4956,1646228845,47.74306,8.99898\n4957,1646228846,47.74306,8.99898\n4958,1646228847,47.74306,8.99898\n4959,1646228848,47.74306,8.99898\n4960,1646228849,47.74306,8.99898\n4961,1646228850,47.74306,8.99898\n4962,1646228851,47.74306,8.99898\n4963,1646228852,47.74306,8.99898\n4964,1646228853,47.74306,8.99898\n4965,1646228854,47.74306,8.99898\n4966,1646228855,47.74306,8.99898\n4967,1646228856,47.74306,8.99898\n4968,1646228857,47.74306,8.99898\n4969,1646228858,47.74306,8.99898\n4970,1646228859,47.74306,8.99898\n4971,1646228860,47.74306,8.99898\n4972,1646228861,47.74306,8.99898\n4973,1646228862,47.74306,8.99898\n4974,1646228863,47.74306,8.99898\n4975,1646228864,47.74306,8.99898\n4976,1646228865,47.74306,8.99898\n4977,1646228866,47.74306,8.99898\n4978,1646228867,47.74306,8.99898\n4979,1646228868,47.74306,8.99898\n4980,1646228869,47.74306,8.99898\n4981,1646228870,47.74306,8.99898\n4982,1646228871,47.74306,8.99898\n4983,1646228872,47.74306,8.99898\n4984,1646228873,47.74306,8.99898\n4985,1646228874,47.74306,8.99898\n4986,1646228875,47.74306,8.99898\n4987,1646228876,47.74306,8.99898\n4988,1646228877,47.74306,8.99898\n4989,1646228878,47.74306,8.99898\n4990,1646228879,47.74306,8.99898\n4991,1646228880,47.74306,8.99898\n4992,1646228881,47.74306,8.99898\n4993,1646228882,47.74306,8.99898\n4994,1646228883,47.74306,8.99898\n4995,1646228884,47.74306,8.99898\n4996,1646228885,47.74306,8.99898\n4997,1646228886,47.74306,8.99898\n4998,1646228887,47.74306,8.99898\n4999,1646228888,47.74306,8.99898\n5000,1646228889,47.74306,8.99898\n5001,1646228890,47.74306,8.99898\n5002,1646228891,47.74306,8.99898\n5003,1646228892,47.74306,8.99898\n5004,1646228893,47.74306,8.99898\n5005,1646228894,47.74306,8.99898\n5006,1646228895,47.74306,8.99898\n5007,1646228896,47.74306,8.99898\n5008,1646228897,47.74306,8.99898\n5009,1646228898,47.74306,8.99898\n5010,1646228899,47.74306,8.99898\n5011,1646228900,47.74306,8.99898\n5012,1646228901,47.74306,8.99898\n5013,1646228902,47.74306,8.99898\n5014,1646228903,47.74306,8.99898\n5015,1646228904,47.74306,8.99898\n5016,1646228905,47.74306,8.99898\n5017,1646228906,47.74306,8.99898\n5018,1646228907,47.74306,8.99898\n5019,1646228908,47.74306,8.99898\n5020,1646228909,47.74306,8.99898\n5021,1646228910,47.74306,8.99898\n5022,1646228911,47.74306,8.99898\n5023,1646228912,47.74306,8.99898\n5024,1646228913,47.74306,8.99898\n5025,1646228914,47.74306,8.99898\n5026,1646228915,47.74306,8.99898\n5027,1646228916,47.74306,8.99898\n5028,1646228917,47.74306,8.99898\n5029,1646228918,47.74306,8.99898\n5030,1646228919,47.74306,8.99898\n5031,1646228920,47.74306,8.99898\n5032,1646228921,47.74306,8.99898\n5033,1646228922,47.74306,8.99898\n5034,1646228923,47.74306,8.99898\n5035,1646228924,47.74306,8.99898\n5036,1646228925,47.74306,8.99898\n5037,1646228926,47.74306,8.99898\n5038,1646228927,47.74306,8.99898\n5039,1646228928,47.74306,8.99898\n5040,1646228929,47.74306,8.99898\n5041,1646228930,47.74306,8.99898\n5042,1646228931,47.74306,8.99898\n5043,1646228932,47.74306,8.99898\n5044,1646228933,47.74306,8.99898\n5045,1646228934,47.74306,8.99898\n5046,1646228935,47.74306,8.99898\n5047,1646228936,47.74306,8.99898\n5048,1646228937,47.74306,8.99898\n5049,1646228938,47.74306,8.99898\n5050,1646228939,47.74306,8.99898\n5051,1646228940,47.74306,8.99898\n5052,1646228941,47.74306,8.99898\n5053,1646228942,47.74306,8.99898\n5054,1646228943,47.74306,8.99898\n5055,1646228944,47.74306,8.99898\n5056,1646228945,47.74306,8.99898\n5057,1646228946,47.74306,8.99898\n5058,1646228947,47.74306,8.99898\n5059,1646228948,47.74306,8.99898\n5060,1646228949,47.74306,8.99898\n5061,1646228950,47.74306,8.99898\n5062,1646228951,47.74306,8.99898\n5063,1646228952,47.74306,8.99898\n5064,1646228953,47.74306,8.99898\n5065,1646228954,47.74306,8.99898\n5066,1646228955,47.74306,8.99898\n5067,1646228956,47.74306,8.99898\n5068,1646228957,47.74306,8.99898\n5069,1646228958,47.74306,8.99898\n5070,1646228959,47.74306,8.99898\n5071,1646228960,47.74306,8.99898\n5072,1646228961,47.74306,8.99898\n5073,1646228962,47.74306,8.99898\n5074,1646228963,47.74306,8.99898\n5075,1646228964,47.74306,8.99898\n5076,1646228965,47.74306,8.99898\n5077,1646228966,47.74306,8.99898\n5078,1646228967,47.74306,8.99898\n5079,1646228968,47.74306,8.99898\n5080,1646228969,47.74306,8.99898\n5081,1646228970,47.74306,8.99898\n5082,1646228971,47.74306,8.99898\n5083,1646228972,47.74306,8.99898\n5084,1646228973,47.74306,8.99898\n5085,1646228974,47.74306,8.99898\n5086,1646228975,47.74306,8.99898\n5087,1646228976,47.74306,8.99898\n5088,1646228977,47.74306,8.99898\n5089,1646228978,47.74306,8.99898\n5090,1646228979,47.74306,8.99898\n5091,1646228980,47.74306,8.99898\n5092,1646228981,47.74306,8.99898\n5093,1646228982,47.74306,8.99898\n5094,1646228983,47.74306,8.99898\n5095,1646228984,47.74306,8.99898\n5096,1646228985,47.74306,8.99898\n5097,1646228986,47.74306,8.99898\n5098,1646228987,47.74306,8.99898\n5099,1646228988,47.74306,8.99898\n5100,1646228989,47.74306,8.99898\n5101,1646228990,47.74306,8.99898\n5102,1646228991,47.74306,8.99898\n5103,1646228992,47.74306,8.99898\n5104,1646228993,47.74306,8.99898\n5105,1646228994,47.74306,8.99898\n5106,1646228995,47.74306,8.99898\n5107,1646228996,47.74306,8.99898\n5108,1646228997,47.74306,8.99898\n5109,1646228998,47.74306,8.99898\n5110,1646228999,47.74306,8.99898\n5111,1646229000,47.74306,8.99898\n5112,1646229001,47.74306,8.99898\n5113,1646229002,47.74306,8.99898\n5114,1646229003,47.74306,8.99898\n5115,1646229004,47.74306,8.99898\n5116,1646229005,47.74306,8.99898\n5117,1646229006,47.74306,8.99898\n5118,1646229007,47.74306,8.99898\n5119,1646229008,47.74306,8.99898\n5120,1646229009,47.74306,8.99898\n5121,1646229010,47.74306,8.99898\n5122,1646229011,47.74306,8.99898\n5123,1646229012,47.74306,8.99898\n5124,1646229013,47.74306,8.99898\n5125,1646229014,47.74306,8.99898\n5126,1646229015,47.74306,8.99898\n5127,1646229016,47.74306,8.99898\n5128,1646229017,47.74306,8.99898\n5129,1646229018,47.74306,8.99898\n5130,1646229019,47.74306,8.99898\n5131,1646229020,47.74306,8.99898\n5132,1646229021,47.74306,8.99898\n5133,1646229022,47.74306,8.99898\n5134,1646229023,47.74306,8.99898\n5135,1646229024,47.74306,8.99898\n5136,1646229025,47.74306,8.99898\n5137,1646229026,47.74306,8.99898\n5138,1646229027,47.74306,8.99898\n5139,1646229028,47.74306,8.99898\n5140,1646229029,47.74306,8.99898\n5141,1646229030,47.74306,8.99898\n5142,1646229031,47.74306,8.99898\n5143,1646229032,47.74306,8.99898\n5144,1646229033,47.74306,8.99898\n5145,1646229034,47.74306,8.99898\n5146,1646229035,47.74306,8.99898\n5147,1646229036,47.74306,8.99898\n5148,1646229037,47.74306,8.99898\n5149,1646229038,47.74306,8.99898\n5150,1646229039,47.74306,8.99898\n5151,1646229040,47.74306,8.99898\n5152,1646229041,47.74306,8.99898\n5153,1646229042,47.74306,8.99898\n5154,1646229043,47.74306,8.99898\n5155,1646229044,47.74306,8.99898\n5156,1646229045,47.74306,8.99898\n5157,1646229046,47.74306,8.99898\n5158,1646229047,47.74306,8.99898\n5159,1646229048,47.74306,8.99898\n5160,1646229049,47.74306,8.99898\n5161,1646229050,47.74306,8.99898\n5162,1646229051,47.74306,8.99898\n5163,1646229052,47.74306,8.99898\n5164,1646229053,47.74306,8.99898\n5165,1646229054,47.74306,8.99898\n5166,1646229055,47.74306,8.99898\n5167,1646229056,47.74306,8.99898\n5168,1646229057,47.74306,8.99898\n5169,1646229058,47.74306,8.99898\n5170,1646229059,47.74306,8.99898\n5171,1646229060,47.74306,8.99898\n5172,1646229061,47.74306,8.99898\n5173,1646229062,47.74306,8.99898\n5174,1646229063,47.74306,8.99898\n5175,1646229064,47.74306,8.99898\n5176,1646229065,47.74306,8.99898\n5177,1646229066,47.74306,8.99898\n5178,1646229067,47.74306,8.99898\n5179,1646229068,47.74306,8.99898\n5180,1646229069,47.74306,8.99898\n5181,1646229070,47.74306,8.99898\n5182,1646229071,47.74306,8.99898\n5183,1646229072,47.74306,8.99898\n5184,1646229073,47.74306,8.99898\n5185,1646229074,47.74306,8.99898\n5186,1646229075,47.74306,8.99898\n5187,1646229076,47.74306,8.99898\n5188,1646229077,47.74306,8.99898\n5189,1646229078,47.74306,8.99898\n5190,1646229079,47.74306,8.99898\n5191,1646229080,47.74306,8.99898\n5192,1646229081,47.74306,8.99898\n5193,1646229082,47.74306,8.99898\n5194,1646229083,47.74306,8.99898\n5195,1646229084,47.74306,8.99898\n5196,1646229085,47.74306,8.99898\n5197,1646229086,47.74306,8.99898\n5198,1646229087,47.74306,8.99898\n5199,1646229088,47.74306,8.99898\n5200,1646229089,47.74306,8.99898\n5201,1646229090,47.74306,8.99898\n5202,1646229091,47.74306,8.99898\n5203,1646229092,47.74306,8.99898\n5204,1646229093,47.74306,8.99898\n5205,1646229094,47.74306,8.99898\n5206,1646229095,47.74306,8.99898\n5207,1646229096,47.74306,8.99898\n5208,1646229097,47.74306,8.99898\n5209,1646229098,47.74306,8.99898\n5210,1646229099,47.74306,8.99898\n5211,1646229100,47.74306,8.99898\n5212,1646229101,47.74306,8.99898\n5213,1646229102,47.74306,8.99898\n5214,1646229103,47.74306,8.99898\n5215,1646229104,47.74306,8.99898\n5216,1646229105,47.74306,8.99898\n5217,1646229106,47.74306,8.99898\n5218,1646229107,47.74306,8.99898\n5219,1646229108,47.74306,8.99898\n5220,1646229109,47.74306,8.99898\n5221,1646229110,47.74306,8.99898\n5222,1646229111,47.74306,8.99898\n5223,1646229112,47.74306,8.99898\n5224,1646229113,47.74306,8.99898\n5225,1646229114,47.74306,8.99898\n5226,1646229115,47.74306,8.99898\n5227,1646229116,47.74306,8.99898\n5228,1646229117,47.74306,8.99898\n5229,1646229118,47.74306,8.99898\n5230,1646229119,47.74306,8.99898\n5231,1646229120,47.74306,8.99898\n5232,1646229121,47.74306,8.99898\n5233,1646229122,47.74306,8.99898\n5234,1646229123,47.74306,8.99898\n5235,1646229124,47.74306,8.99898\n5236,1646229125,47.74306,8.99898\n5237,1646229126,47.74306,8.99898\n5238,1646229127,47.74306,8.99898\n5239,1646229128,47.74306,8.99898\n5240,1646229129,47.74306,8.99898\n5241,1646229130,47.74306,8.99898\n5242,1646229131,47.74306,8.99898\n5243,1646229132,47.74306,8.99898\n5244,1646229133,47.74306,8.99898\n5245,1646229134,47.74306,8.99898\n5246,1646229135,47.74306,8.99898\n5247,1646229136,47.74306,8.99898\n5248,1646229137,47.74306,8.99898\n5249,1646229138,47.74306,8.99898\n5250,1646229139,47.74306,8.99898\n5251,1646229140,47.74306,8.99898\n5252,1646229141,47.74306,8.99898\n5253,1646229142,47.74306,8.99898\n5254,1646229143,47.74306,8.99898\n5255,1646229144,47.74306,8.99898\n5256,1646229145,47.74306,8.99898\n5257,1646229146,47.74306,8.99898\n5258,1646229147,47.74306,8.99898\n5259,1646229148,47.74306,8.99898\n5260,1646229149,47.74306,8.99898\n5261,1646229150,47.74306,8.99898\n5262,1646229151,47.74306,8.99898\n5263,1646229152,47.74306,8.99898\n5264,1646229153,47.74306,8.99898\n5265,1646229154,47.74306,8.99898\n5266,1646229155,47.74306,8.99898\n5267,1646229156,47.74306,8.99898\n5268,1646229157,47.74306,8.99898\n5269,1646229158,47.74306,8.99898\n5270,1646229159,47.74306,8.99898\n5271,1646229160,47.74306,8.99898\n5272,1646229161,47.74306,8.99898\n5273,1646229162,47.74306,8.99898\n5274,1646229163,47.74306,8.99898\n5275,1646229164,47.74306,8.99898\n5276,1646229165,47.74306,8.99898\n5277,1646229166,47.74306,8.99898\n5278,1646229167,47.74306,8.99898\n5279,1646229168,47.74306,8.99898\n5280,1646229169,47.74306,8.99898\n5281,1646229170,47.74306,8.99898\n5282,1646229171,47.74306,8.99898\n5283,1646229172,47.74306,8.99898\n5284,1646229173,47.74306,8.99898\n5285,1646229174,47.74306,8.99898\n5286,1646229175,47.74306,8.99898\n5287,1646229176,47.74306,8.99898\n5288,1646229177,47.74306,8.99898\n5289,1646229178,47.74306,8.99898\n5290,1646229179,47.74306,8.99898\n5291,1646229180,47.74306,8.99898\n5292,1646229181,47.74306,8.99898\n5293,1646229182,47.74306,8.99898\n5294,1646229183,47.74306,8.99898\n5295,1646229184,47.74306,8.99898\n5296,1646229185,47.74306,8.99898\n5297,1646229186,47.74306,8.99898\n5298,1646229187,47.74306,8.99898\n5299,1646229188,47.74306,8.99898\n5300,1646229189,47.74306,8.99898\n5301,1646229190,47.74306,8.99898\n5302,1646229191,47.74306,8.99898\n5303,1646229192,47.74306,8.99898\n5304,1646229193,47.74306,8.99898\n5305,1646229194,47.74306,8.99898\n5306,1646229195,47.74306,8.99898\n5307,1646229196,47.74306,8.99898\n5308,1646229197,47.74306,8.99898\n5309,1646229198,47.74306,8.99898\n5310,1646229199,47.74306,8.99898\n5311,1646229200,47.74306,8.99898\n5312,1646229201,47.74306,8.99898\n5313,1646229202,47.74306,8.99898\n5314,1646229203,47.74306,8.99898\n5315,1646229204,47.74306,8.99898\n5316,1646229205,47.74306,8.99898\n5317,1646229206,47.74306,8.99898\n5318,1646229207,47.74306,8.99898\n5319,1646229208,47.74306,8.99898\n5320,1646229209,47.74306,8.99898\n5321,1646229210,47.74306,8.99898\n5322,1646229211,47.74306,8.99898\n5323,1646229212,47.74306,8.99898\n5324,1646229213,47.74306,8.99898\n5325,1646229214,47.74306,8.99898\n5326,1646229215,47.74306,8.99898\n5327,1646229216,47.74306,8.99898\n5328,1646229217,47.74306,8.99898\n5329,1646229218,47.74306,8.99898\n5330,1646229219,47.74306,8.99898\n5331,1646229220,47.74306,8.99898\n5332,1646229221,47.74306,8.99898\n5333,1646229222,47.74306,8.99898\n5334,1646229223,47.74306,8.99898\n5335,1646229224,47.74306,8.99898\n5336,1646229225,47.74306,8.99898\n5337,1646229226,47.74306,8.99898\n5338,1646229227,47.74306,8.99898\n5339,1646229228,47.74306,8.99898\n5340,1646229229,47.74306,8.99898\n5341,1646229230,47.74306,8.99898\n5342,1646229231,47.74306,8.99898\n5343,1646229232,47.74306,8.99898\n5344,1646229233,47.74306,8.99898\n5345,1646229234,47.74306,8.99898\n5346,1646229235,47.74306,8.99898\n5347,1646229236,47.74306,8.99898\n5348,1646229237,47.74306,8.99898\n5349,1646229238,47.74306,8.99898\n5350,1646229239,47.74306,8.99898\n5351,1646229240,47.74306,8.99898\n5352,1646229241,47.74306,8.99898\n5353,1646229242,47.74306,8.99898\n5354,1646229243,47.74306,8.99898\n5355,1646229244,47.74306,8.99898\n5356,1646229245,47.74306,8.99898\n5357,1646229246,47.74306,8.99898\n5358,1646229247,47.74306,8.99898\n5359,1646229248,47.74306,8.99898\n5360,1646229249,47.74306,8.99898\n5361,1646229250,47.74306,8.99898\n5362,1646229251,47.74306,8.99898\n5363,1646229252,47.74306,8.99898\n5364,1646229253,47.74306,8.99898\n5365,1646229254,47.74306,8.99898\n5366,1646229255,47.74306,8.99898\n5367,1646229256,47.74306,8.99898\n5368,1646229257,47.74306,8.99898\n5369,1646229258,47.74306,8.99898\n5370,1646229259,47.74306,8.99898\n5371,1646229260,47.74306,8.99898\n5372,1646229261,47.74306,8.99898\n5373,1646229262,47.74306,8.99898\n5374,1646229263,47.74306,8.99898\n5375,1646229264,47.74306,8.99898\n5376,1646229265,47.74306,8.99898\n5377,1646229266,47.74306,8.99898\n5378,1646229267,47.74306,8.99898\n5379,1646229268,47.74306,8.99898\n5380,1646229269,47.74306,8.99898\n5381,1646229270,47.74306,8.99898\n5382,1646229271,47.74306,8.99898\n5383,1646229272,47.74306,8.99898\n5384,1646229273,47.74306,8.99898\n5385,1646229274,47.74306,8.99898\n5386,1646229275,47.74306,8.99898\n5387,1646229276,47.74306,8.99898\n5388,1646229277,47.74306,8.99898\n5389,1646229278,47.74306,8.99898\n5390,1646229279,47.74306,8.99898\n5391,1646229280,47.74306,8.99898\n5392,1646229281,47.74306,8.99898\n5393,1646229282,47.74306,8.99898\n5394,1646229283,47.74306,8.99898\n5395,1646229284,47.74306,8.99898\n5396,1646229285,47.74306,8.99898\n5397,1646229286,47.74306,8.99898\n5398,1646229287,47.74306,8.99898\n5399,1646229288,47.74306,8.99898\n5400,1646229289,47.74306,8.99898\n5401,1646229290,47.74306,8.99898\n5402,1646229291,47.74306,8.99898\n5403,1646229292,47.74306,8.99898\n5404,1646229293,47.74306,8.99898\n5405,1646229294,47.74306,8.99898\n5406,1646229295,47.74306,8.99898\n5407,1646229296,47.74306,8.99898\n5408,1646229297,47.74306,8.99898\n5409,1646229298,47.74306,8.99898\n5410,1646229299,47.74306,8.99898\n5411,1646229300,47.74306,8.99898\n5412,1646229301,47.74306,8.99898\n5413,1646229302,47.74306,8.99898\n5414,1646229303,47.74306,8.99898\n5415,1646229304,47.74306,8.99898\n5416,1646229305,47.74306,8.99898\n5417,1646229306,47.74306,8.99898\n5418,1646229307,47.74306,8.99898\n5419,1646229308,47.74306,8.99898\n5420,1646229309,47.74306,8.99898\n5421,1646229310,47.74306,8.99898\n5422,1646229311,47.74306,8.99898\n5423,1646229312,47.74306,8.99898\n5424,1646229313,47.74306,8.99898\n5425,1646229314,47.74306,8.99898\n5426,1646229315,47.74306,8.99898\n5427,1646229316,47.74306,8.99898\n5428,1646229317,47.74306,8.99898\n5429,1646229318,47.74306,8.99898\n5430,1646229319,47.74306,8.99898\n5431,1646229320,47.74306,8.99898\n5432,1646229321,47.74306,8.99898\n5433,1646229322,47.74306,8.99898\n5434,1646229323,47.74306,8.99898\n5435,1646229324,47.74306,8.99898\n5436,1646229325,47.74306,8.99898\n5437,1646229326,47.74306,8.99898\n5438,1646229327,47.74306,8.99898\n5439,1646229328,47.74306,8.99898\n5440,1646229329,47.74306,8.99898\n5441,1646229330,47.74306,8.99898\n5442,1646229331,47.74306,8.99898\n5443,1646229332,47.74306,8.99898\n5444,1646229333,47.74306,8.99898\n5445,1646229334,47.74306,8.99898\n5446,1646229335,47.74306,8.99898\n5447,1646229336,47.74306,8.99898\n5448,1646229337,47.74306,8.99898\n5449,1646229338,47.74306,8.99898\n5450,1646229339,47.74306,8.99898\n5451,1646229340,47.74306,8.99898\n5452,1646229341,47.74306,8.99898\n5453,1646229342,47.74306,8.99898\n5454,1646229343,47.74306,8.99898\n5455,1646229344,47.74306,8.99898\n5456,1646229345,47.74306,8.99898\n5457,1646229346,47.74306,8.99898\n5458,1646229347,47.74306,8.99898\n5459,1646229348,47.74306,8.99898\n5460,1646229349,47.74306,8.99898\n5461,1646229350,47.74306,8.99898\n5462,1646229351,47.74306,8.99898\n5463,1646229352,47.74306,8.99898\n5464,1646229353,47.74306,8.99898\n5465,1646229354,47.74306,8.99898\n5466,1646229355,47.74306,8.99898\n5467,1646229356,47.74306,8.99898\n5468,1646229357,47.74306,8.99898\n5469,1646229358,47.74306,8.99898\n5470,1646229359,47.74306,8.99898\n5471,1646229360,47.74306,8.99898\n5472,1646229361,47.74306,8.99898\n5473,1646229362,47.74306,8.99898\n5474,1646229363,47.74306,8.99898\n5475,1646229364,47.74306,8.99898\n5476,1646229365,47.74306,8.99898\n5477,1646229366,47.74306,8.99898\n5478,1646229367,47.74306,8.99898\n5479,1646229368,47.74306,8.99898\n5480,1646229369,47.74306,8.99898\n5481,1646229370,47.74306,8.99898\n5482,1646229371,47.74306,8.99898\n5483,1646229372,47.74306,8.99898\n5484,1646229373,47.74306,8.99898\n5485,1646229374,47.74306,8.99898\n5486,1646229375,47.74306,8.99898\n5487,1646229376,47.74306,8.99898\n5488,1646229377,47.74306,8.99898\n5489,1646229378,47.74306,8.99898\n5490,1646229379,47.74306,8.99898\n5491,1646229380,47.74306,8.99898\n5492,1646229381,47.74306,8.99898\n5493,1646229382,47.74306,8.99898\n5494,1646229383,47.74306,8.99898\n5495,1646229384,47.74306,8.99898\n5496,1646229385,47.74306,8.99898\n5497,1646229386,47.74306,8.99898\n5498,1646229387,47.74306,8.99898\n5499,1646229388,47.74306,8.99898\n5500,1646229389,47.74306,8.99898\n5501,1646229390,47.74306,8.99898\n5502,1646229391,47.74306,8.99898\n5503,1646229392,47.74306,8.99898\n5504,1646229393,47.74306,8.99898\n5505,1646229394,47.74306,8.99898\n5506,1646229395,47.74306,8.99898\n5507,1646229396,47.74306,8.99898\n5508,1646229397,47.74306,8.99898\n5509,1646229398,47.74306,8.99898\n5510,1646229399,47.74306,8.99898\n5511,1646229400,47.74306,8.99898\n5512,1646229401,47.74306,8.99898\n5513,1646229402,47.74306,8.99898\n5514,1646229403,47.74306,8.99898\n5515,1646229404,47.74306,8.99898\n5516,1646229405,47.74306,8.99898\n5517,1646229406,47.74306,8.99898\n5518,1646229407,47.74306,8.99898\n5519,1646229408,47.74306,8.99898\n5520,1646229409,47.74306,8.99898\n5521,1646229410,47.74306,8.99898\n5522,1646229411,47.74306,8.99898\n5523,1646229412,47.74306,8.99898\n5524,1646229413,47.74306,8.99898\n5525,1646229414,47.74306,8.99898\n5526,1646229415,47.74306,8.99898\n5527,1646229416,47.74306,8.99898\n5528,1646229417,47.74306,8.99898\n5529,1646229418,47.74306,8.99898\n5530,1646229419,47.74306,8.99898\n5531,1646229420,47.74306,8.99898\n5532,1646229421,47.74306,8.99898\n5533,1646229422,47.74306,8.99898\n5534,1646229423,47.74306,8.99898\n5535,1646229424,47.74306,8.99898\n5536,1646229425,47.74306,8.99898\n5537,1646229426,47.74306,8.99898\n5538,1646229427,47.74306,8.99898\n5539,1646229428,47.74306,8.99898\n5540,1646229429,47.74306,8.99898\n5541,1646229430,47.74306,8.99898\n5542,1646229431,47.74306,8.99898\n5543,1646229432,47.74306,8.99898\n5544,1646229433,47.74306,8.99898\n5545,1646229434,47.74306,8.99898\n5546,1646229435,47.74306,8.99898\n5547,1646229436,47.74306,8.99898\n5548,1646229437,47.74306,8.99898\n5549,1646229438,47.74306,8.99898\n5550,1646229439,47.74306,8.99898\n5551,1646229440,47.74306,8.99898\n5552,1646229441,47.74306,8.99898\n5553,1646229442,47.74306,8.99898\n5554,1646229443,47.74306,8.99898\n5555,1646229444,47.74306,8.99898\n5556,1646229445,47.74306,8.99898\n5557,1646229446,47.74306,8.99898\n5558,1646229447,47.74306,8.99898\n5559,1646229448,47.74306,8.99898\n5560,1646229449,47.74306,8.99898\n5561,1646229450,47.74306,8.99898\n5562,1646229451,47.74306,8.99898\n5563,1646229452,47.74306,8.99898\n5564,1646229453,47.74306,8.99898\n5565,1646229454,47.74306,8.99898\n5566,1646229455,47.74306,8.99898\n5567,1646229456,47.74306,8.99898\n5568,1646229457,47.74306,8.99898\n5569,1646229458,47.74306,8.99898\n5570,1646229459,47.74306,8.99898\n5571,1646229460,47.74306,8.99898\n5572,1646229461,47.74306,8.99898\n5573,1646229462,47.74306,8.99898\n5574,1646229463,47.74306,8.99898\n5575,1646229464,47.74306,8.99898\n5576,1646229465,47.74306,8.99898\n5577,1646229466,47.74306,8.99898\n5578,1646229467,47.74306,8.99898\n5579,1646229468,47.74306,8.99898\n5580,1646229469,47.74306,8.99898\n5581,1646229470,47.74306,8.99898\n5582,1646229471,47.74306,8.99898\n5583,1646229472,47.74306,8.99898\n5584,1646229473,47.74306,8.99898\n5585,1646229474,47.74306,8.99898\n5586,1646229475,47.74306,8.99898\n5587,1646229476,47.74306,8.99898\n5588,1646229477,47.74306,8.99898\n5589,1646229478,47.74306,8.99898\n5590,1646229479,47.74306,8.99898\n5591,1646229480,47.74306,8.99898\n5592,1646229481,47.74306,8.99898\n5593,1646229482,47.74306,8.99898\n5594,1646229483,47.74306,8.99898\n5595,1646229484,47.74306,8.99898\n5596,1646229485,47.74306,8.99898\n5597,1646229486,47.74306,8.99898\n5598,1646229487,47.74306,8.99898\n5599,1646229488,47.74306,8.99898\n5600,1646229489,47.74306,8.99898\n5601,1646229490,47.74306,8.99898\n5602,1646229491,47.74306,8.99898\n5603,1646229492,47.74306,8.99898\n5604,1646229493,47.74306,8.99898\n5605,1646229494,47.74306,8.99898\n5606,1646229495,47.74306,8.99898\n5607,1646229496,47.74306,8.99898\n5608,1646229497,47.74306,8.99898\n5609,1646229498,47.74306,8.99898\n5610,1646229499,47.74306,8.99898\n5611,1646229500,47.74306,8.99898\n5612,1646229501,47.74306,8.99898\n5613,1646229502,47.74306,8.99898\n5614,1646229503,47.74306,8.99898\n5615,1646229504,47.74306,8.99898\n5616,1646229505,47.74306,8.99898\n5617,1646229506,47.74306,8.99898\n5618,1646229507,47.74306,8.99898\n5619,1646229508,47.74306,8.99898\n5620,1646229509,47.74306,8.99898\n5621,1646229510,47.74306,8.99898\n5622,1646229511,47.74306,8.99898\n5623,1646229512,47.74306,8.99898\n5624,1646229513,47.74306,8.99898\n5625,1646229514,47.74306,8.99898\n5626,1646229515,47.74306,8.99898\n5627,1646229516,47.74306,8.99898\n5628,1646229517,47.74306,8.99898\n5629,1646229518,47.74306,8.99898\n5630,1646229519,47.74306,8.99898\n5631,1646229520,47.74306,8.99898\n5632,1646229521,47.74306,8.99898\n5633,1646229522,47.74306,8.99898\n5634,1646229523,47.74306,8.99898\n5635,1646229524,47.74306,8.99898\n5636,1646229525,47.74306,8.99898\n5637,1646229526,47.74306,8.99898\n5638,1646229527,47.74306,8.99898\n5639,1646229528,47.74306,8.99898\n5640,1646229529,47.74306,8.99898\n5641,1646229530,47.74306,8.99898\n5642,1646229531,47.74306,8.99898\n5643,1646229532,47.74306,8.99898\n5644,1646229533,47.74306,8.99898\n5645,1646229534,47.74306,8.99898\n5646,1646229535,47.74306,8.99898\n5647,1646229536,47.74306,8.99898\n5648,1646229537,47.74306,8.99898\n5649,1646229538,47.74306,8.99898\n5650,1646229539,47.74306,8.99898\n5651,1646229540,47.74306,8.99898\n5652,1646229541,47.74306,8.99898\n5653,1646229542,47.74306,8.99898\n5654,1646229543,47.74306,8.99898\n5655,1646229544,47.74306,8.99898\n5656,1646229545,47.74306,8.99898\n5657,1646229546,47.74306,8.99898\n5658,1646229547,47.74306,8.99898\n5659,1646229548,47.74306,8.99898\n5660,1646229549,47.74306,8.99898\n5661,1646229550,47.74306,8.99898\n5662,1646229551,47.74306,8.99898\n5663,1646229552,47.74306,8.99898\n5664,1646229553,47.74306,8.99898\n5665,1646229554,47.74306,8.99898\n5666,1646229555,47.74306,8.99898\n5667,1646229556,47.74306,8.99898\n5668,1646229557,47.74306,8.99898\n5669,1646229558,47.74306,8.99898\n5670,1646229559,47.74306,8.99898\n5671,1646229560,47.74306,8.99898\n5672,1646229561,47.74306,8.99898\n5673,1646229562,47.74306,8.99898\n5674,1646229563,47.74306,8.99898\n5675,1646229564,47.74306,8.99898\n5676,1646229565,47.74306,8.99898\n5677,1646229566,47.74306,8.99898\n5678,1646229567,47.74306,8.99898\n5679,1646229568,47.74306,8.99898\n5680,1646229569,47.74306,8.99898\n5681,1646229570,47.74306,8.99898\n5682,1646229571,47.74306,8.99898\n5683,1646229572,47.74306,8.99898\n5684,1646229573,47.74306,8.99898\n5685,1646229574,47.74306,8.99898\n5686,1646229575,47.74306,8.99898\n5687,1646229576,47.74306,8.99898\n5688,1646229577,47.74306,8.99898\n5689,1646229578,47.74306,8.99898\n5690,1646229579,47.74306,8.99898\n5691,1646229580,47.74306,8.99898\n5692,1646229581,47.74306,8.99898\n5693,1646229582,47.74306,8.99898\n5694,1646229583,47.74306,8.99898\n5695,1646229584,47.74306,8.99898\n5696,1646229585,47.74306,8.99898\n5697,1646229586,47.74306,8.99898\n5698,1646229587,47.74306,8.99898\n5699,1646229588,47.74306,8.99898\n5700,1646229589,47.74306,8.99898\n5701,1646229590,47.74306,8.99898\n5702,1646229591,47.74306,8.99898\n5703,1646229592,47.74306,8.99898\n5704,1646229593,47.74306,8.99898\n5705,1646229594,47.74306,8.99898\n5706,1646229595,47.74306,8.99898\n5707,1646229596,47.74306,8.99898\n5708,1646229597,47.74306,8.99898\n5709,1646229598,47.74306,8.99898\n5710,1646229599,47.74306,8.99898\n5711,1646229600,47.74306,8.99898\n5712,1646229601,47.74306,8.99898\n5713,1646229602,47.74306,8.99898\n5714,1646229603,47.74306,8.99898\n5715,1646229604,47.74306,8.99898\n5716,1646229605,47.74306,8.99898\n5717,1646229606,47.74306,8.99898\n5718,1646229607,47.74306,8.99898\n5719,1646229608,47.74306,8.99898\n5720,1646229609,47.74306,8.99898\n5721,1646229610,47.74306,8.99898\n5722,1646229611,47.74306,8.99898\n5723,1646229612,47.74306,8.99898\n5724,1646229613,47.74306,8.99898\n5725,1646229614,47.74306,8.99898\n5726,1646229615,47.74306,8.99898\n5727,1646229616,47.74306,8.99898\n5728,1646229617,47.74306,8.99898\n5729,1646229618,47.74306,8.99898\n5730,1646229619,47.74306,8.99898\n5731,1646229620,47.74306,8.99898\n5732,1646229621,47.74306,8.99898\n5733,1646229622,47.74306,8.99898\n5734,1646229623,47.74306,8.99898\n5735,1646229624,47.74306,8.99898\n5736,1646229625,47.74306,8.99898\n5737,1646229626,47.74306,8.99898\n5738,1646229627,47.74306,8.99898\n5739,1646229628,47.74306,8.99898\n5740,1646229629,47.74306,8.99898\n5741,1646229630,47.74306,8.99898\n5742,1646229631,47.74306,8.99898\n5743,1646229632,47.74306,8.99898\n5744,1646229633,47.74306,8.99898\n5745,1646229634,47.74306,8.99898\n5746,1646229635,47.74306,8.99898\n5747,1646229636,47.74306,8.99898\n5748,1646229637,47.74306,8.99898\n5749,1646229638,47.74306,8.99898\n5750,1646229639,47.74306,8.99898\n5751,1646229640,47.74306,8.99898\n5752,1646229641,47.74306,8.99898\n5753,1646229642,47.74306,8.99898\n5754,1646229643,47.74306,8.99898\n5755,1646229644,47.74306,8.99898\n5756,1646229645,47.74306,8.99898\n5757,1646229646,47.74306,8.99898\n5758,1646229647,47.74306,8.99898\n5759,1646229648,47.74306,8.99898\n5760,1646229649,47.74306,8.99898\n5761,1646229650,47.74306,8.99898\n5762,1646229651,47.74306,8.99898\n5763,1646229652,47.74306,8.99898\n5764,1646229653,47.74306,8.99898\n5765,1646229654,47.74306,8.99898\n5766,1646229655,47.74306,8.99898\n5767,1646229656,47.74306,8.99898\n5768,1646229657,47.74306,8.99898\n5769,1646229658,47.74306,8.99898\n5770,1646229659,47.74306,8.99898\n5771,1646229660,47.74306,8.99898\n5772,1646229661,47.74306,8.99898\n5773,1646229662,47.74306,8.99898\n5774,1646229663,47.74306,8.99898\n5775,1646229664,47.74306,8.99898\n5776,1646229665,47.74306,8.99898\n5777,1646229666,47.74306,8.99898\n5778,1646229667,47.74306,8.99898\n5779,1646229668,47.74306,8.99898\n5780,1646229669,47.74306,8.99898\n5781,1646229670,47.74306,8.99898\n5782,1646229671,47.74306,8.99898\n5783,1646229672,47.74306,8.99898\n5784,1646229673,47.74306,8.99898\n5785,1646229674,47.74306,8.99898\n5786,1646229675,47.74306,8.99898\n5787,1646229676,47.74306,8.99898\n5788,1646229677,47.74306,8.99898\n5789,1646229678,47.74306,8.99898\n5790,1646229679,47.74306,8.99898\n5791,1646229680,47.74306,8.99898\n5792,1646229681,47.74306,8.99898\n5793,1646229682,47.74306,8.99898\n5794,1646229683,47.74306,8.99898\n5795,1646229684,47.74306,8.99898\n5796,1646229685,47.74306,8.99898\n5797,1646229686,47.74306,8.99898\n5798,1646229687,47.74306,8.99898\n5799,1646229688,47.74306,8.99898\n5800,1646229689,47.74306,8.99898\n5801,1646229690,47.74306,8.99898\n5802,1646229691,47.74306,8.99898\n5803,1646229692,47.74306,8.99898\n5804,1646229693,47.74306,8.99898\n5805,1646229694,47.74306,8.99898\n5806,1646229695,47.74306,8.99898\n5807,1646229696,47.74306,8.99898\n5808,1646229697,47.74306,8.99898\n5809,1646229698,47.74306,8.99898\n5810,1646229699,47.74306,8.99898\n5811,1646229700,47.74306,8.99898\n5812,1646229701,47.74306,8.99898\n5813,1646229702,47.74306,8.99898\n5814,1646229703,47.74306,8.99898\n5815,1646229704,47.74306,8.99898\n5816,1646229705,47.74306,8.99898\n5817,1646229706,47.74306,8.99898\n5818,1646229707,47.74306,8.99898\n5819,1646229708,47.74306,8.99898\n5820,1646229709,47.74306,8.99898\n5821,1646229710,47.74306,8.99898\n5822,1646229711,47.74306,8.99898\n5823,1646229712,47.74306,8.99898\n5824,1646229713,47.74306,8.99898\n5825,1646229714,47.74306,8.99898\n5826,1646229715,47.74306,8.99898\n5827,1646229716,47.74306,8.99898\n5828,1646229717,47.74306,8.99898\n5829,1646229718,47.74306,8.99898\n5830,1646229719,47.74306,8.99898\n5831,1646229720,47.74306,8.99898\n5832,1646229721,47.74306,8.99898\n5833,1646229722,47.74306,8.99898\n5834,1646229723,47.74306,8.99898\n5835,1646229724,47.74306,8.99898\n5836,1646229725,47.74306,8.99898\n5837,1646229726,47.74306,8.99898\n5838,1646229727,47.74306,8.99898\n5839,1646229728,47.74306,8.99898\n5840,1646229729,47.74306,8.99898\n5841,1646229730,47.74306,8.99898\n5842,1646229731,47.74306,8.99898\n5843,1646229732,47.74306,8.99898\n5844,1646229733,47.74306,8.99898\n5845,1646229734,47.74306,8.99898\n5846,1646229735,47.74306,8.99898\n5847,1646229736,47.74306,8.99898\n5848,1646229737,47.74306,8.99898\n5849,1646229738,47.74306,8.99898\n5850,1646229739,47.74306,8.99898\n5851,1646229740,47.74306,8.99898\n5852,1646229741,47.74306,8.99898\n5853,1646229742,47.74306,8.99898\n5854,1646229743,47.74306,8.99898\n5855,1646229744,47.74306,8.99898\n5856,1646229745,47.74306,8.99898\n5857,1646229746,47.74306,8.99898\n5858,1646229747,47.74306,8.99898\n5859,1646229748,47.74306,8.99898\n5860,1646229749,47.74306,8.99898\n5861,1646229750,47.74306,8.99898\n5862,1646229751,47.74306,8.99898\n5863,1646229752,47.74306,8.99898\n5864,1646229753,47.74306,8.99898\n5865,1646229754,47.74306,8.99898\n5866,1646229755,47.74306,8.99898\n5867,1646229756,47.74306,8.99898\n5868,1646229757,47.74306,8.99898\n5869,1646229758,47.74306,8.99898\n5870,1646229759,47.74306,8.99898\n5871,1646229760,47.74306,8.99898\n5872,1646229761,47.74306,8.99898\n5873,1646229762,47.74306,8.99898\n5874,1646229763,47.74306,8.99898\n5875,1646229764,47.74306,8.99898\n5876,1646229765,47.74306,8.99898\n5877,1646229766,47.74306,8.99898\n5878,1646229767,47.74306,8.99898\n5879,1646229768,47.74306,8.99898\n5880,1646229769,47.74306,8.99898\n5881,1646229770,47.74306,8.99898\n5882,1646229771,47.74306,8.99898\n5883,1646229772,47.74306,8.99898\n5884,1646229773,47.74306,8.99898\n5885,1646229774,47.74306,8.99898\n5886,1646229775,47.74306,8.99898\n5887,1646229776,47.74306,8.99898\n5888,1646229777,47.74306,8.99898\n5889,1646229778,47.74306,8.99898\n5890,1646229779,47.74306,8.99898\n5891,1646229780,47.74306,8.99898\n5892,1646229781,47.74306,8.99898\n5893,1646229782,47.74306,8.99897\n5894,1646229783,47.74306,8.99897\n5895,1646229784,47.74306,8.99897\n5896,1646229785,47.74306,8.99897\n5897,1646229786,47.74306,8.99897\n5898,1646229787,47.74306,8.99897\n5899,1646229788,47.74306,8.99897\n5900,1646229789,47.74306,8.99897\n5901,1646229790,47.74306,8.99897\n5902,1646229791,47.74306,8.99897\n5903,1646229792,47.74306,8.99897\n5904,1646229793,47.74306,8.99897\n5905,1646229794,47.74306,8.99897\n5906,1646229795,47.74306,8.99897\n5907,1646229796,47.74306,8.99897\n5908,1646229797,47.74306,8.99897\n5909,1646229798,47.74306,8.99897\n5910,1646229799,47.74306,8.99897\n5911,1646229800,47.74306,8.99897\n5912,1646229801,47.74306,8.99897\n5913,1646229802,47.74306,8.99897\n5914,1646229803,47.74306,8.99897\n5915,1646229804,47.74306,8.99897\n5916,1646229805,47.74306,8.99897\n5917,1646229806,47.74306,8.99897\n5918,1646229807,47.74306,8.99897\n5919,1646229808,47.74306,8.99897\n5920,1646229809,47.74306,8.99897\n5921,1646229810,47.74306,8.99897\n5922,1646229811,47.74306,8.99897\n5923,1646229812,47.74306,8.99897\n5924,1646229813,47.74306,8.99897\n5925,1646229814,47.74306,8.99897\n5926,1646229815,47.74306,8.99897\n5927,1646229816,47.74306,8.99897\n5928,1646229817,47.74306,8.99897\n5929,1646229818,47.74306,8.99897\n5930,1646229819,47.74306,8.99897\n5931,1646229820,47.74306,8.99897\n5932,1646229821,47.74306,8.99897\n5933,1646229822,47.74306,8.99897\n5934,1646229823,47.74306,8.99897\n5935,1646229824,47.74306,8.99897\n5936,1646229825,47.74306,8.99897\n5937,1646229826,47.74306,8.99897\n5938,1646229827,47.74306,8.99897\n5939,1646229828,47.74306,8.99897\n5940,1646229829,47.74306,8.99897\n5941,1646229830,47.74306,8.99897\n5942,1646229831,47.74306,8.99897\n5943,1646229832,47.74306,8.99897\n5944,1646229833,47.74306,8.99897\n5945,1646229834,47.74306,8.99897\n5946,1646229835,47.74306,8.99897\n5947,1646229836,47.74306,8.99897\n5948,1646229837,47.74306,8.99897\n5949,1646229838,47.74306,8.99897\n5950,1646229839,47.74306,8.99897\n5951,1646229840,47.74306,8.99897\n5952,1646229841,47.74306,8.99897\n5953,1646229842,47.74306,8.99897\n5954,1646229843,47.74306,8.99897\n5955,1646229844,47.74306,8.99897\n5956,1646229845,47.74306,8.99897\n5957,1646229846,47.74306,8.99897\n5958,1646229847,47.74306,8.99897\n5959,1646229848,47.74306,8.99897\n5960,1646229849,47.74306,8.99897\n5961,1646229850,47.74306,8.99897\n5962,1646229851,47.74306,8.99897\n5963,1646229852,47.74306,8.99897\n5964,1646229853,47.74306,8.99897\n5965,1646229854,47.74306,8.99897\n5966,1646229855,47.74306,8.99897\n5967,1646229856,47.74306,8.99897\n5968,1646229857,47.74306,8.99897\n5969,1646229858,47.74306,8.99897\n5970,1646229859,47.74306,8.99897\n5971,1646229860,47.74306,8.99897\n5972,1646229861,47.74306,8.99897\n5973,1646229862,47.74306,8.99897\n5974,1646229863,47.74306,8.99897\n5975,1646229864,47.74306,8.99897\n5976,1646229865,47.74306,8.99897\n5977,1646229866,47.74306,8.99897\n5978,1646229867,47.74306,8.99897\n5979,1646229868,47.74306,8.99897\n5980,1646229869,47.74306,8.99897\n5981,1646229870,47.74306,8.99897\n5982,1646229871,47.74306,8.99897\n5983,1646229872,47.74306,8.99897\n5984,1646229873,47.74306,8.99897\n5985,1646229874,47.74306,8.99897\n5986,1646229875,47.74306,8.99897\n5987,1646229876,47.74306,8.99897\n5988,1646229877,47.74306,8.99897\n5989,1646229878,47.74306,8.99897\n5990,1646229879,47.74306,8.99897\n5991,1646229880,47.74306,8.99897\n5992,1646229881,47.74306,8.99897\n5993,1646229882,47.74306,8.99897\n5994,1646229883,47.74306,8.99897\n5995,1646229884,47.74306,8.99897\n5996,1646229885,47.74306,8.99897\n5997,1646229886,47.74306,8.99897\n5998,1646229887,47.74306,8.99897\n5999,1646229888,47.74306,8.99897\n6000,1646229889,47.74306,8.99897\n6001,1646229890,47.74306,8.99897\n6002,1646229891,47.74306,8.99897\n6003,1646229892,47.74306,8.99897\n6004,1646229893,47.74306,8.99897\n6005,1646229894,47.74306,8.99897\n6006,1646229895,47.74306,8.99897\n6007,1646229896,47.74306,8.99897\n6008,1646229897,47.74306,8.99897\n6009,1646229898,47.74306,8.99897\n6010,1646229899,47.74306,8.99897\n6011,1646229900,47.74306,8.99897\n6012,1646229901,47.74306,8.99897\n6013,1646229902,47.74306,8.99897\n6014,1646229903,47.74306,8.99897\n6015,1646229904,47.74306,8.99897\n6016,1646229905,47.74306,8.99897\n6017,1646229906,47.74306,8.99897\n6018,1646229907,47.74306,8.99897\n6019,1646229908,47.74306,8.99897\n6020,1646229909,47.74306,8.99897\n6021,1646229910,47.74306,8.99897\n6022,1646229911,47.74306,8.99897\n6023,1646229912,47.74306,8.99897\n6024,1646229913,47.74306,8.99897\n6025,1646229914,47.74306,8.99897\n6026,1646229915,47.74306,8.99897\n6027,1646229916,47.74306,8.99897\n6028,1646229917,47.74306,8.99897\n6029,1646229918,47.74306,8.99897\n6030,1646229919,47.74306,8.99897\n6031,1646229920,47.74306,8.99897\n6032,1646229921,47.74306,8.99897\n6033,1646229922,47.74306,8.99897\n6034,1646229923,47.74306,8.99897\n6035,1646229924,47.74306,8.99897\n6036,1646229925,47.74306,8.99897\n6037,1646229926,47.74306,8.99897\n6038,1646229927,47.74305,8.99897\n6039,1646229928,47.74305,8.99897\n6040,1646229929,47.74305,8.99897\n6041,1646229930,47.74305,8.99897\n6042,1646229931,47.74305,8.99897\n6043,1646229932,47.74305,8.99897\n6044,1646229933,47.74305,8.99897\n6045,1646229934,47.74305,8.99897\n6046,1646229935,47.74305,8.99897\n6047,1646229936,47.74305,8.99897\n6048,1646229937,47.74305,8.99897\n6049,1646229938,47.74305,8.99897\n6050,1646229939,47.74305,8.99897\n6051,1646229940,47.74305,8.99897\n6052,1646229941,47.74305,8.99897\n6053,1646229942,47.74305,8.99897\n6054,1646229943,47.74305,8.99897\n6055,1646229944,47.74305,8.99897\n6056,1646229945,47.74305,8.99897\n6057,1646229946,47.74305,8.99897\n6058,1646229947,47.74305,8.99897\n6059,1646229948,47.74305,8.99897\n6060,1646229949,47.74305,8.99897\n6061,1646229950,47.74305,8.99897\n6062,1646229951,47.74305,8.99897\n6063,1646229952,47.74305,8.99897\n6064,1646229953,47.74305,8.99897\n6065,1646229954,47.74305,8.99897\n6066,1646229955,47.74305,8.99897\n6067,1646229956,47.74305,8.99897\n6068,1646229957,47.74305,8.99897\n6069,1646229958,47.74305,8.99897\n6070,1646229959,47.74305,8.99897\n6071,1646229960,47.74305,8.99897\n6072,1646229961,47.74305,8.99897\n6073,1646229962,47.74305,8.99897\n6074,1646229963,47.74305,8.99897\n6075,1646229964,47.74305,8.99897\n6076,1646229965,47.74305,8.99897\n6077,1646229966,47.74305,8.99897\n6078,1646229967,47.74305,8.99897\n6079,1646229968,47.74305,8.99897\n6080,1646229969,47.74305,8.99897\n6081,1646229970,47.74305,8.99897\n6082,1646229971,47.74305,8.99897\n6083,1646229972,47.74305,8.99897\n6084,1646229973,47.74305,8.99897\n6085,1646229974,47.74305,8.99897\n6086,1646229975,47.74305,8.99897\n6087,1646229976,47.74305,8.99897\n6088,1646229977,47.74305,8.99897\n6089,1646229978,47.74305,8.99897\n6090,1646229979,47.74305,8.99897\n6091,1646229980,47.74305,8.99897\n6092,1646229981,47.74305,8.99897\n6093,1646229982,47.74305,8.99897\n6094,1646229983,47.74305,8.99897\n6095,1646229984,47.74305,8.99897\n6096,1646229985,47.74305,8.99897\n6097,1646229986,47.74305,8.99897\n6098,1646229987,47.74305,8.99897\n6099,1646229988,47.74305,8.99897\n6100,1646229989,47.74305,8.99897\n6101,1646229990,47.74305,8.99897\n6102,1646229991,47.74305,8.99897\n6103,1646229992,47.74305,8.99897\n6104,1646229993,47.74305,8.99897\n6105,1646229994,47.74305,8.99897\n6106,1646229995,47.74305,8.99897\n6107,1646229996,47.74305,8.99897\n6108,1646229997,47.74305,8.99897\n6109,1646229998,47.74305,8.99897\n6110,1646229999,47.74305,8.99897\n6111,1646230000,47.74305,8.99897\n6112,1646230001,47.74305,8.99897\n6113,1646230002,47.74305,8.99897\n6114,1646230003,47.74305,8.99897\n6115,1646230004,47.74305,8.99897\n6116,1646230005,47.74305,8.99897\n6117,1646230006,47.74305,8.99897\n6118,1646230007,47.74305,8.99897\n6119,1646230008,47.74305,8.99897\n6120,1646230009,47.74305,8.99897\n6121,1646230010,47.74305,8.99897\n6122,1646230011,47.74305,8.99897\n6123,1646230012,47.74305,8.99897\n6124,1646230013,47.74305,8.99897\n6125,1646230014,47.74305,8.99897\n6126,1646230015,47.74305,8.99897\n6127,1646230016,47.74305,8.99897\n6128,1646230017,47.74305,8.99897\n6129,1646230018,47.74305,8.99897\n6130,1646230019,47.74305,8.99897\n6131,1646230020,47.74305,8.99897\n6132,1646230021,47.74305,8.99897\n6133,1646230022,47.74305,8.99897\n6134,1646230023,47.74305,8.99897\n6135,1646230024,47.74305,8.99897\n6136,1646230025,47.74305,8.99897\n6137,1646230026,47.74305,8.99897\n6138,1646230027,47.74305,8.99897\n6139,1646230028,47.74305,8.99897\n6140,1646230029,47.74305,8.99897\n6141,1646230030,47.74305,8.99897\n6142,1646230031,47.74305,8.99897\n6143,1646230032,47.74305,8.99897\n6144,1646230033,47.74305,8.99897\n6145,1646230034,47.74305,8.99897\n6146,1646230035,47.74305,8.99897\n6147,1646230036,47.74305,8.99897\n6148,1646230037,47.74305,8.99897\n6149,1646230038,47.74305,8.99897\n6150,1646230039,47.74305,8.99897\n6151,1646230040,47.74305,8.99897\n6152,1646230041,47.74305,8.99897\n6153,1646230042,47.74305,8.99897\n6154,1646230043,47.74305,8.99897\n6155,1646230044,47.74305,8.99897\n6156,1646230045,47.74305,8.99897\n6157,1646230046,47.74305,8.99897\n6158,1646230047,47.74305,8.99897\n6159,1646230048,47.74305,8.99897\n6160,1646230049,47.74305,8.99897\n6161,1646230050,47.74305,8.99897\n6162,1646230051,47.74305,8.99897\n6163,1646230052,47.74305,8.99897\n6164,1646230053,47.74305,8.99897\n6165,1646230054,47.74305,8.99897\n6166,1646230055,47.74305,8.99897\n6167,1646230056,47.74305,8.99897\n6168,1646230057,47.74305,8.99897\n6169,1646230058,47.74305,8.99897\n6170,1646230059,47.74305,8.99897\n6171,1646230060,47.74305,8.99897\n6172,1646230061,47.74305,8.99897\n6173,1646230062,47.74305,8.99897\n6174,1646230063,47.74305,8.99897\n6175,1646230064,47.74305,8.99897\n6176,1646230065,47.74305,8.99897\n6177,1646230066,47.74305,8.99897\n6178,1646230067,47.74305,8.99897\n6179,1646230068,47.74305,8.99897\n6180,1646230069,47.74305,8.99897\n6181,1646230070,47.74305,8.99897\n6182,1646230071,47.74305,8.99897\n6183,1646230072,47.74305,8.99897\n6184,1646230073,47.74305,8.99897\n6185,1646230074,47.74305,8.99897\n6186,1646230075,47.74305,8.99897\n6187,1646230076,47.74305,8.99897\n6188,1646230077,47.74305,8.99897\n6189,1646230078,47.74305,8.99897\n6190,1646230079,47.74305,8.99897\n6191,1646230080,47.74305,8.99897\n6192,1646230081,47.74305,8.99897\n6193,1646230082,47.74305,8.99897\n6194,1646230083,47.74305,8.99896\n6195,1646230084,47.74305,8.99896\n6196,1646230085,47.74305,8.99896\n6197,1646230086,47.74305,8.99896\n6198,1646230087,47.74304,8.99896\n6199,1646230088,47.74304,8.99896\n6200,1646230089,47.74304,8.99896\n6201,1646230090,47.74304,8.99896\n6202,1646230091,47.74304,8.99896\n6203,1646230092,47.74304,8.99896\n6204,1646230093,47.74304,8.99896\n6205,1646230094,47.74304,8.99896\n6206,1646230095,47.74304,8.99896\n6207,1646230096,47.74304,8.99896\n6208,1646230097,47.74304,8.99896\n6209,1646230098,47.74304,8.99896\n6210,1646230099,47.74304,8.99896\n6211,1646230100,47.74304,8.99896\n6212,1646230101,47.74304,8.99896\n6213,1646230102,47.74304,8.99896\n6214,1646230103,47.74304,8.99896\n6215,1646230104,47.74304,8.99896\n6216,1646230105,47.74304,8.99896\n6217,1646230106,47.74304,8.99896\n6218,1646230107,47.74304,8.99896\n6219,1646230108,47.74304,8.99896\n6220,1646230109,47.74304,8.99896\n6221,1646230110,47.74304,8.99896\n6222,1646230111,47.74304,8.99896\n6223,1646230112,47.74304,8.99896\n6224,1646230113,47.74304,8.99896\n6225,1646230114,47.74304,8.99896\n6226,1646230115,47.74304,8.99896\n6227,1646230116,47.74304,8.99896\n6228,1646230117,47.74304,8.99896\n6229,1646230118,47.74304,8.99896\n6230,1646230119,47.74304,8.99896\n6231,1646230120,47.74304,8.99896\n6232,1646230121,47.74304,8.99896\n6233,1646230122,47.74304,8.99896\n6234,1646230123,47.74304,8.99896\n6235,1646230124,47.74304,8.99896\n6236,1646230125,47.74304,8.99896\n6237,1646230126,47.74304,8.99896\n6238,1646230127,47.74304,8.99896\n6239,1646230128,47.74304,8.99896\n6240,1646230129,47.74304,8.99896\n6241,1646230130,47.74304,8.99896\n6242,1646230131,47.74304,8.99896\n6243,1646230132,47.74304,8.99896\n6244,1646230133,47.74304,8.99896\n6245,1646230134,47.74304,8.99896\n6246,1646230135,47.74304,8.99896\n6247,1646230136,47.74304,8.99896\n6248,1646230137,47.74304,8.99896\n6249,1646230138,47.74304,8.99896\n6250,1646230139,47.74304,8.99896\n6251,1646230140,47.74304,8.99896\n6252,1646230141,47.74304,8.99896\n6253,1646230142,47.74304,8.99896\n6254,1646230143,47.74304,8.99896\n6255,1646230144,47.74304,8.99896\n6256,1646230145,47.74304,8.99896\n6257,1646230146,47.74304,8.99896\n6258,1646230147,47.74304,8.99896\n6259,1646230148,47.74304,8.99896\n6260,1646230149,47.74304,8.99896\n6261,1646230150,47.74304,8.99896\n6262,1646230151,47.74304,8.99896\n6263,1646230152,47.74304,8.99896\n6264,1646230153,47.74304,8.99896\n6265,1646230154,47.74304,8.99896\n6266,1646230155,47.74304,8.99896\n6267,1646230156,47.74304,8.99896\n6268,1646230157,47.74304,8.99896\n6269,1646230158,47.74304,8.99896\n6270,1646230159,47.74304,8.99896\n6271,1646230160,47.74304,8.99896\n6272,1646230161,47.74304,8.99896\n6273,1646230162,47.74304,8.99896\n6274,1646230163,47.74304,8.99896\n6275,1646230164,47.74304,8.99896\n6276,1646230165,47.74304,8.99896\n6277,1646230166,47.74304,8.99896\n6278,1646230167,47.74304,8.99896\n6279,1646230168,47.74304,8.99896\n6280,1646230169,47.74304,8.99896\n6281,1646230170,47.74304,8.99896\n6282,1646230171,47.74304,8.99896\n6283,1646230172,47.74304,8.99896\n6284,1646230173,47.74304,8.99896\n6285,1646230174,47.74304,8.99896\n6286,1646230175,47.74304,8.99896\n6287,1646230176,47.74304,8.99896\n6288,1646230177,47.74304,8.99896\n6289,1646230178,47.74304,8.99896\n6290,1646230179,47.74304,8.99896\n6291,1646230180,47.74304,8.99896\n6292,1646230181,47.74304,8.99896\n6293,1646230182,47.74304,8.99896\n6294,1646230183,47.74304,8.99896\n6295,1646230184,47.74304,8.99896\n6296,1646230185,47.74304,8.99896\n6297,1646230186,47.74304,8.99896\n6298,1646230187,47.74304,8.99896\n6299,1646230188,47.74304,8.99896\n6300,1646230189,47.74304,8.99896\n6301,1646230190,47.74304,8.99896\n6302,1646230191,47.74304,8.99896\n6303,1646230192,47.74304,8.99896\n6304,1646230193,47.74304,8.99896\n6305,1646230194,47.74304,8.99896\n6306,1646230195,47.74304,8.99896\n6307,1646230196,47.74304,8.99896\n6308,1646230197,47.74304,8.99896\n6309,1646230198,47.74304,8.99896\n6310,1646230199,47.74304,8.99896\n6311,1646230200,47.74304,8.99896\n6312,1646230201,47.74304,8.99896\n6313,1646230202,47.74304,8.99896\n6314,1646230203,47.74304,8.99896\n6315,1646230204,47.74304,8.99896\n6316,1646230205,47.74304,8.99896\n6317,1646230206,47.74304,8.99896\n6318,1646230207,47.74304,8.99896\n6319,1646230208,47.74304,8.99896\n6320,1646230209,47.74304,8.99896\n6321,1646230210,47.74304,8.99896\n6322,1646230211,47.74304,8.99896\n6323,1646230212,47.74304,8.99896\n6324,1646230213,47.74304,8.99896\n6325,1646230214,47.74304,8.99896\n6326,1646230215,47.74304,8.99896\n6327,1646230216,47.74304,8.99896\n6328,1646230217,47.74304,8.99896\n6329,1646230218,47.74304,8.99896\n6330,1646230219,47.74304,8.99896\n6331,1646230220,47.74304,8.99896\n6332,1646230221,47.74304,8.99896\n6333,1646230222,47.74304,8.99896\n6334,1646230223,47.74304,8.99896\n6335,1646230224,47.74304,8.99896\n6336,1646230225,47.74304,8.99896\n6337,1646230226,47.74304,8.99896\n6338,1646230227,47.74304,8.99896\n6339,1646230228,47.74304,8.99896\n6340,1646230229,47.74304,8.99896\n6341,1646230230,47.74304,8.99896\n6342,1646230231,47.74304,8.99896\n6343,1646230232,47.74304,8.99896\n6344,1646230233,47.74304,8.99896\n6345,1646230234,47.74304,8.99896\n6346,1646230235,47.74304,8.99896\n6347,1646230236,47.74304,8.99896\n6348,1646230237,47.74304,8.99896\n6349,1646230238,47.74304,8.99896\n6350,1646230239,47.74304,8.99896\n6351,1646230240,47.74304,8.99896\n6352,1646230241,47.74304,8.99896\n6353,1646230242,47.74304,8.99896\n6354,1646230243,47.74304,8.99896\n6355,1646230244,47.74304,8.99896\n6356,1646230245,47.74304,8.99896\n6357,1646230246,47.74304,8.99896\n6358,1646230247,47.74304,8.99896\n6359,1646230248,47.74304,8.99896\n6360,1646230249,47.74304,8.99896\n6361,1646230250,47.74304,8.99896\n6362,1646230251,47.74304,8.99896\n6363,1646230252,47.74304,8.99896\n6364,1646230253,47.74304,8.99896\n6365,1646230254,47.74304,8.99896\n6366,1646230255,47.74304,8.99896\n6367,1646230256,47.74304,8.99896\n6368,1646230257,47.74304,8.99896\n6369,1646230258,47.74304,8.99896\n6370,1646230259,47.74304,8.99896\n6371,1646230260,47.74304,8.99896\n6372,1646230261,47.74304,8.99896\n6373,1646230262,47.74304,8.99896\n6374,1646230263,47.74304,8.99896\n6375,1646230264,47.74304,8.99896\n6376,1646230265,47.74304,8.99896\n6377,1646230266,47.74304,8.99896\n6378,1646230267,47.74304,8.99896\n6379,1646230268,47.74304,8.99896\n6380,1646230269,47.74304,8.99896\n6381,1646230270,47.74304,8.99896\n6382,1646230271,47.74304,8.99896\n6383,1646230272,47.74304,8.99896\n6384,1646230273,47.74304,8.99896\n6385,1646230274,47.74304,8.99896\n6386,1646230275,47.74304,8.99896\n6387,1646230276,47.74304,8.99896\n6388,1646230277,47.74304,8.99896\n6389,1646230278,47.74304,8.99896\n6390,1646230279,47.74304,8.99896\n6391,1646230280,47.74304,8.99896\n6392,1646230281,47.74304,8.99896\n6393,1646230282,47.74304,8.99896\n6394,1646230283,47.74304,8.99896\n6395,1646230284,47.74304,8.99896\n6396,1646230285,47.74304,8.99896\n6397,1646230286,47.74304,8.99896\n6398,1646230287,47.74304,8.99896\n6399,1646230288,47.74304,8.99896\n6400,1646230289,47.74304,8.99896\n6401,1646230290,47.74304,8.99896\n6402,1646230291,47.74304,8.99896\n6403,1646230292,47.74304,8.99896\n6404,1646230293,47.74304,8.99896\n6405,1646230294,47.74304,8.99896\n6406,1646230295,47.74304,8.99896\n6407,1646230296,47.74304,8.99896\n6408,1646230297,47.74304,8.99896\n6409,1646230298,47.74304,8.99896\n6410,1646230299,47.74304,8.99896\n6411,1646230300,47.74304,8.99896\n6412,1646230301,47.74304,8.99896\n6413,1646230302,47.74304,8.99896\n6414,1646230303,47.74304,8.99896\n6415,1646230304,47.74304,8.99896\n6416,1646230305,47.74304,8.99896\n6417,1646230306,47.74304,8.99896\n6418,1646230307,47.74304,8.99896\n6419,1646230308,47.74304,8.99896\n6420,1646230309,47.74304,8.99896\n6421,1646230310,47.74304,8.99896\n6422,1646230311,47.74304,8.99896\n6423,1646230312,47.74304,8.99896\n6424,1646230313,47.74304,8.99896\n6425,1646230314,47.74304,8.99896\n6426,1646230315,47.74304,8.99896\n6427,1646230316,47.74304,8.99896\n6428,1646230317,47.74304,8.99896\n6429,1646230318,47.74304,8.99896\n6430,1646230319,47.74304,8.99896\n6431,1646230320,47.74304,8.99896\n6432,1646230321,47.74304,8.99896\n6433,1646230322,47.74304,8.99896\n6434,1646230323,47.74304,8.99896\n6435,1646230324,47.74304,8.99896\n6436,1646230325,47.74304,8.99896\n6437,1646230326,47.74304,8.99896\n6438,1646230327,47.74304,8.99896\n6439,1646230328,47.74304,8.99896\n6440,1646230329,47.74304,8.99896\n6441,1646230330,47.74304,8.99896\n6442,1646230331,47.74304,8.99896\n6443,1646230332,47.74304,8.99896\n6444,1646230333,47.74304,8.99896\n6445,1646230334,47.74304,8.99896\n6446,1646230335,47.74304,8.99896\n6447,1646230336,47.74304,8.99896\n6448,1646230337,47.74304,8.99896\n6449,1646230338,47.74304,8.99896\n6450,1646230339,47.74304,8.99896\n6451,1646230340,47.74304,8.99896\n6452,1646230341,47.74304,8.99896\n6453,1646230342,47.74304,8.99896\n6454,1646230343,47.74304,8.99896\n6455,1646230344,47.74304,8.99896\n6456,1646230345,47.74304,8.99896\n6457,1646230346,47.74304,8.99896\n6458,1646230347,47.74304,8.99896\n6459,1646230348,47.74304,8.99896\n6460,1646230349,47.74304,8.99896\n6461,1646230350,47.74304,8.99896\n6462,1646230351,47.74304,8.99896\n6463,1646230352,47.74304,8.99896\n6464,1646230353,47.74304,8.99896\n6465,1646230354,47.74304,8.99896\n6466,1646230355,47.74304,8.99896\n6467,1646230356,47.74304,8.99896\n6468,1646230357,47.74304,8.99896\n6469,1646230358,47.74304,8.99896\n6470,1646230359,47.74304,8.99896\n6471,1646230360,47.74304,8.99896\n6472,1646230361,47.74304,8.99896\n6473,1646230362,47.74304,8.99896\n6474,1646230363,47.74304,8.99896\n6475,1646230364,47.74304,8.99896\n6476,1646230365,47.74304,8.99896\n6477,1646230366,47.74304,8.99896\n6478,1646230367,47.74304,8.99896\n6479,1646230368,47.74304,8.99896\n6480,1646230369,47.74304,8.99896\n6481,1646230370,47.74304,8.99896\n6482,1646230371,47.74304,8.99896\n6483,1646230372,47.74304,8.99896\n6484,1646230373,47.74304,8.99896\n6485,1646230374,47.74304,8.99896\n6486,1646230375,47.74304,8.99896\n6487,1646230376,47.74304,8.99896\n6488,1646230377,47.74304,8.99896\n6489,1646230378,47.74304,8.99896\n6490,1646230379,47.74304,8.99896\n6491,1646230380,47.74304,8.99896\n6492,1646230381,47.74304,8.99896\n6493,1646230382,47.74304,8.99896\n6494,1646230383,47.74304,8.99896\n6495,1646230384,47.74304,8.99896\n6496,1646230385,47.74304,8.99896\n6497,1646230386,47.74304,8.99896\n6498,1646230387,47.74304,8.99896\n6499,1646230388,47.74304,8.99896\n6500,1646230389,47.74304,8.99896\n6501,1646230390,47.74304,8.99896\n6502,1646230391,47.74304,8.99896\n6503,1646230392,47.74304,8.99896\n6504,1646230393,47.74304,8.99896\n6505,1646230394,47.74304,8.99896\n6506,1646230395,47.74304,8.99896\n6507,1646230396,47.74304,8.99896\n6508,1646230397,47.74304,8.99896\n6509,1646230398,47.74304,8.99896\n6510,1646230399,47.74304,8.99896\n6511,1646230400,47.74304,8.99896\n6512,1646230401,47.74304,8.99896\n6513,1646230402,47.74304,8.99896\n6514,1646230403,47.74304,8.99896\n6515,1646230404,47.74304,8.99896\n6516,1646230405,47.74304,8.99896\n6517,1646230406,47.74304,8.99896\n6518,1646230407,47.74304,8.99896\n6519,1646230408,47.74304,8.99896\n6520,1646230409,47.74304,8.99896\n6521,1646230410,47.74304,8.99896\n6522,1646230411,47.74304,8.99896\n6523,1646230412,47.74304,8.99896\n6524,1646230413,47.74304,8.99896\n6525,1646230414,47.74304,8.99896\n6526,1646230415,47.74304,8.99896\n6527,1646230416,47.74304,8.99896\n6528,1646230417,47.74304,8.99896\n6529,1646230418,47.74304,8.99896\n6530,1646230419,47.74304,8.99896\n6531,1646230420,47.74304,8.99896\n6532,1646230421,47.74304,8.99896\n6533,1646230422,47.74304,8.99896\n6534,1646230423,47.74304,8.99896\n6535,1646230424,47.74304,8.99896\n6536,1646230425,47.74304,8.99896\n6537,1646230426,47.74304,8.99896\n6538,1646230427,47.74304,8.99896\n6539,1646230428,47.74304,8.99896\n6540,1646230429,47.74304,8.99896\n6541,1646230430,47.74304,8.99896\n6542,1646230431,47.74304,8.99896\n6543,1646230432,47.74304,8.99896\n6544,1646230433,47.74304,8.99896\n6545,1646230434,47.74304,8.99896\n6546,1646230435,47.74304,8.99896\n6547,1646230436,47.74304,8.99896\n6548,1646230437,47.74304,8.99896\n6549,1646230438,47.74304,8.99896\n6550,1646230439,47.74304,8.99896\n6551,1646230440,47.74304,8.99896\n6552,1646230441,47.74304,8.99896\n6553,1646230442,47.74304,8.99896\n6554,1646230443,47.74304,8.99896\n6555,1646230444,47.74304,8.99896\n6556,1646230445,47.74304,8.99896\n6557,1646230446,47.74304,8.99896\n6558,1646230447,47.74304,8.99896\n6559,1646230448,47.74304,8.99896\n6560,1646230449,47.74304,8.99896\n6561,1646230450,47.74304,8.99896\n6562,1646230451,47.74304,8.99896\n6563,1646230452,47.74304,8.99896\n6564,1646230453,47.74304,8.99896\n6565,1646230454,47.74304,8.99896\n6566,1646230455,47.74304,8.99896\n6567,1646230456,47.74304,8.99896\n6568,1646230457,47.74304,8.99896\n6569,1646230458,47.74304,8.99896\n6570,1646230459,47.74304,8.99896\n6571,1646230460,47.74304,8.99896\n6572,1646230461,47.74304,8.99896\n6573,1646230462,47.74304,8.99896\n6574,1646230463,47.74304,8.99896\n6575,1646230464,47.74304,8.99896\n6576,1646230465,47.74304,8.99896\n6577,1646230466,47.74304,8.99896\n6578,1646230467,47.74304,8.99896\n6579,1646230468,47.74304,8.99896\n6580,1646230469,47.74304,8.99896\n6581,1646230470,47.74304,8.99896\n6582,1646230471,47.74304,8.99896\n6583,1646230472,47.74304,8.99896\n6584,1646230473,47.74304,8.99896\n6585,1646230474,47.74304,8.99896\n6586,1646230475,47.74304,8.99896\n6587,1646230476,47.74304,8.99896\n6588,1646230477,47.74304,8.99896\n6589,1646230478,47.74304,8.99896\n6590,1646230479,47.74304,8.99896\n6591,1646230480,47.74304,8.99896\n6592,1646230481,47.74304,8.99896\n6593,1646230482,47.74304,8.99896\n6594,1646230483,47.74304,8.99896\n6595,1646230484,47.74304,8.99896\n6596,1646230485,47.74304,8.99896\n6597,1646230486,47.74304,8.99896\n6598,1646230487,47.74304,8.99896\n6599,1646230488,47.74304,8.99896\n6600,1646230489,47.74304,8.99896\n6601,1646230490,47.74304,8.99896\n6602,1646230491,47.74304,8.99896\n6603,1646230492,47.74304,8.99896\n6604,1646230493,47.74304,8.99896\n6605,1646230494,47.74304,8.99896\n6606,1646230495,47.74304,8.99896\n6607,1646230496,47.74304,8.99896\n6608,1646230497,47.74304,8.99896\n6609,1646230498,47.74304,8.99896\n6610,1646230499,47.74304,8.99896\n6611,1646230500,47.74304,8.99896\n6612,1646230501,47.74304,8.99896\n6613,1646230502,47.74304,8.99896\n6614,1646230503,47.74304,8.99896\n6615,1646230504,47.74304,8.99896\n6616,1646230505,47.74304,8.99896\n6617,1646230506,47.74304,8.99896\n6618,1646230507,47.74304,8.99896\n6619,1646230508,47.74304,8.99896\n6620,1646230509,47.74304,8.99896\n6621,1646230510,47.74304,8.99896\n6622,1646230511,47.74304,8.99896\n6623,1646230512,47.74304,8.99896\n6624,1646230513,47.74304,8.99896\n6625,1646230514,47.74304,8.99896\n6626,1646230515,47.74304,8.99896\n6627,1646230516,47.74304,8.99896\n6628,1646230517,47.74304,8.99896\n6629,1646230518,47.74304,8.99896\n6630,1646230519,47.74304,8.99896\n6631,1646230520,47.74304,8.99896\n6632,1646230521,47.74304,8.99896\n6633,1646230522,47.74304,8.99896\n6634,1646230523,47.74304,8.99896\n6635,1646230524,47.74304,8.99896\n6636,1646230525,47.74304,8.99896\n6637,1646230526,47.74304,8.99896\n6638,1646230527,47.74304,8.99896\n6639,1646230528,47.74304,8.99896\n6640,1646230529,47.74304,8.99896\n6641,1646230530,47.74304,8.99896\n6642,1646230531,47.74304,8.99896\n6643,1646230532,47.74304,8.99896\n6644,1646230533,47.74304,8.99896\n6645,1646230534,47.74304,8.99896\n6646,1646230535,47.74304,8.99896\n6647,1646230536,47.74304,8.99896\n6648,1646230537,47.74304,8.99896\n6649,1646230538,47.74304,8.99896\n6650,1646230539,47.74304,8.99896\n6651,1646230540,47.74304,8.99896\n6652,1646230541,47.74304,8.99896\n6653,1646230542,47.74304,8.99896\n6654,1646230543,47.74304,8.99896\n6655,1646230544,47.74304,8.99896\n6656,1646230545,47.74304,8.99896\n6657,1646230546,47.74304,8.99896\n6658,1646230547,47.74304,8.99896\n6659,1646230548,47.74304,8.99896\n6660,1646230549,47.74304,8.99896\n6661,1646230550,47.74304,8.99896\n6662,1646230551,47.74304,8.99896\n6663,1646230552,47.74304,8.99896\n6664,1646230553,47.74304,8.99896\n6665,1646230554,47.74304,8.99896\n6666,1646230555,47.74304,8.99896\n6667,1646230556,47.74304,8.99896\n6668,1646230557,47.74304,8.99896\n6669,1646230558,47.74304,8.99896\n6670,1646230559,47.74304,8.99896\n6671,1646230560,47.74304,8.99896\n6672,1646230561,47.74304,8.99896\n6673,1646230562,47.74304,8.99896\n6674,1646230563,47.74304,8.99896\n6675,1646230564,47.74304,8.99896\n6676,1646230565,47.74304,8.99896\n6677,1646230566,47.74304,8.99896\n6678,1646230567,47.74304,8.99896\n6679,1646230568,47.74304,8.99896\n6680,1646230569,47.74304,8.99896\n6681,1646230570,47.74304,8.99896\n6682,1646230571,47.74304,8.99896\n6683,1646230572,47.74304,8.99896\n6684,1646230573,47.74304,8.99896\n6685,1646230574,47.74304,8.99896\n6686,1646230575,47.74304,8.99896\n6687,1646230576,47.74304,8.99896\n6688,1646230577,47.74304,8.99896\n6689,1646230578,47.74304,8.99896\n6690,1646230579,47.74304,8.99897\n6691,1646230580,47.74304,8.99897\n6692,1646230581,47.74304,8.99897\n6693,1646230582,47.74304,8.99897\n6694,1646230583,47.74304,8.99897\n6695,1646230584,47.74304,8.99897\n6696,1646230585,47.74304,8.99897\n6697,1646230586,47.74304,8.99897\n6698,1646230587,47.74304,8.99897\n6699,1646230588,47.74304,8.99897\n6700,1646230589,47.74304,8.99897\n6701,1646230590,47.74304,8.99897\n6702,1646230591,47.74304,8.99897\n6703,1646230592,47.74304,8.99897\n6704,1646230593,47.74304,8.99897\n6705,1646230594,47.74304,8.99897\n6706,1646230595,47.74304,8.99897\n6707,1646230596,47.74304,8.99897\n6708,1646230597,47.74304,8.99897\n6709,1646230598,47.74304,8.99897\n6710,1646230599,47.74304,8.99897\n6711,1646230600,47.74304,8.99897\n6712,1646230601,47.74304,8.99897\n6713,1646230602,47.74304,8.99897\n6714,1646230603,47.74304,8.99897\n6715,1646230604,47.74304,8.99897\n6716,1646230605,47.74304,8.99897\n6717,1646230606,47.74304,8.99897\n6718,1646230607,47.74304,8.99897\n6719,1646230608,47.74304,8.99897\n6720,1646230609,47.74304,8.99897\n6721,1646230610,47.74304,8.99897\n6722,1646230611,47.74304,8.99897\n6723,1646230612,47.74304,8.99897\n6724,1646230613,47.74304,8.99897\n6725,1646230614,47.74304,8.99897\n6726,1646230615,47.74304,8.99897\n6727,1646230616,47.74304,8.99897\n6728,1646230617,47.74304,8.99897\n6729,1646230618,47.74304,8.99897\n6730,1646230619,47.74304,8.99897\n6731,1646230620,47.74304,8.99897\n6732,1646230621,47.74304,8.99897\n6733,1646230622,47.74304,8.99897\n6734,1646230623,47.74304,8.99897\n6735,1646230624,47.74304,8.99897\n6736,1646230625,47.74304,8.99897\n6737,1646230626,47.74304,8.99897\n6738,1646230627,47.74304,8.99897\n6739,1646230628,47.74304,8.99897\n6740,1646230629,47.74304,8.99897\n6741,1646230630,47.74304,8.99897\n6742,1646230631,47.74304,8.99897\n6743,1646230632,47.74304,8.99897\n6744,1646230633,47.74304,8.99897\n6745,1646230634,47.74304,8.99897\n6746,1646230635,47.74304,8.99897\n6747,1646230636,47.74304,8.99897\n6748,1646230637,47.74304,8.99897\n6749,1646230638,47.74304,8.99897\n6750,1646230639,47.74304,8.99897\n6751,1646230640,47.74304,8.99897\n6752,1646230641,47.74304,8.99897\n6753,1646230642,47.74304,8.99897\n6754,1646230643,47.74304,8.99897\n6755,1646230644,47.74304,8.99897\n6756,1646230645,47.74304,8.99896\n6757,1646230646,47.74304,8.99896\n6758,1646230647,47.74304,8.99896\n6759,1646230648,47.74304,8.99896\n6760,1646230649,47.74304,8.99896\n6761,1646230650,47.74304,8.99896\n6762,1646230651,47.74304,8.99896\n6763,1646230652,47.74304,8.99896\n6764,1646230653,47.74304,8.99896\n6765,1646230654,47.74304,8.99896\n6766,1646230655,47.74304,8.99896\n6767,1646230656,47.74304,8.99896\n6768,1646230657,47.74304,8.99896\n6769,1646230658,47.74304,8.99896\n6770,1646230659,47.74304,8.99896\n6771,1646230660,47.74304,8.99896\n6772,1646230661,47.74304,8.99896\n6773,1646230662,47.74304,8.99896\n6774,1646230663,47.74304,8.99896\n6775,1646230664,47.74304,8.99896\n6776,1646230665,47.74304,8.99896\n6777,1646230666,47.74304,8.99896\n6778,1646230667,47.74304,8.99896\n6779,1646230668,47.74304,8.99896\n6780,1646230669,47.74304,8.99896\n6781,1646230670,47.74304,8.99896\n6782,1646230671,47.74304,8.99896\n6783,1646230672,47.74304,8.99896\n6784,1646230673,47.74304,8.99896\n6785,1646230674,47.74304,8.99896\n6786,1646230675,47.74304,8.99896\n6787,1646230676,47.74304,8.99896\n6788,1646230677,47.74304,8.99896\n6789,1646230678,47.74304,8.99896\n6790,1646230679,47.74304,8.99896\n6791,1646230680,47.74304,8.99896\n6792,1646230681,47.74304,8.99896\n6793,1646230682,47.74304,8.99896\n6794,1646230683,47.74304,8.99896\n6795,1646230684,47.74304,8.99896\n6796,1646230685,47.74304,8.99896\n6797,1646230686,47.74304,8.99896\n6798,1646230687,47.74304,8.99896\n6799,1646230688,47.74304,8.99896\n6800,1646230689,47.74304,8.99896\n6801,1646230690,47.74304,8.99896\n6802,1646230691,47.74304,8.99896\n6803,1646230692,47.74304,8.99896\n6804,1646230693,47.74304,8.99896\n6805,1646230694,47.74304,8.99896\n6806,1646230695,47.74304,8.99896\n6807,1646230696,47.74304,8.99897\n6808,1646230697,47.74304,8.99897\n6809,1646230698,47.74304,8.99897\n6810,1646230699,47.74304,8.99897\n6811,1646230700,47.74304,8.99897\n6812,1646230701,47.74304,8.99897\n6813,1646230702,47.74304,8.99897\n6814,1646230703,47.74304,8.99897\n6815,1646230704,47.74304,8.99897\n6816,1646230705,47.74304,8.99897\n6817,1646230706,47.74304,8.99897\n6818,1646230707,47.74304,8.99897\n6819,1646230708,47.74304,8.99897\n6820,1646230709,47.74304,8.99897\n6821,1646230710,47.74304,8.99897\n6822,1646230711,47.74304,8.99897\n6823,1646230712,47.74304,8.99897\n6824,1646230713,47.74304,8.99897\n6825,1646230714,47.74304,8.99897\n6826,1646230715,47.74304,8.99897\n6827,1646230716,47.74304,8.99897\n6828,1646230717,47.74304,8.99897\n6829,1646230718,47.74304,8.99897\n6830,1646230719,47.74304,8.99897\n6831,1646230720,47.74304,8.99897\n6832,1646230721,47.74304,8.99897\n6833,1646230722,47.74304,8.99897\n6834,1646230723,47.74304,8.99897\n6835,1646230724,47.74304,8.99897\n6836,1646230725,47.74304,8.99897\n6837,1646230726,47.74304,8.99897\n6838,1646230727,47.74304,8.99897\n6839,1646230728,47.74304,8.99897\n6840,1646230729,47.74304,8.99897\n6841,1646230730,47.74304,8.99897\n6842,1646230731,47.74304,8.99897\n6843,1646230732,47.74304,8.99897\n6844,1646230733,47.74304,8.99897\n6845,1646230734,47.74304,8.99897\n6846,1646230735,47.74304,8.99897\n6847,1646230736,47.74304,8.99897\n6848,1646230737,47.74304,8.99897\n6849,1646230738,47.74304,8.99897\n6850,1646230739,47.74304,8.99897\n6851,1646230740,47.74304,8.99897\n6852,1646230741,47.74304,8.99897\n6853,1646230742,47.74304,8.99897\n6854,1646230743,47.74304,8.99897\n6855,1646230744,47.74304,8.99897\n6856,1646230745,47.74304,8.99897\n6857,1646230746,47.74304,8.99897\n6858,1646230747,47.74304,8.99897\n6859,1646230748,47.74304,8.99897\n6860,1646230749,47.74304,8.99897\n6861,1646230750,47.74304,8.99897\n6862,1646230751,47.74304,8.99897\n6863,1646230752,47.74304,8.99897\n6864,1646230753,47.74304,8.99897\n6865,1646230754,47.74304,8.99897\n6866,1646230755,47.74304,8.99897\n6867,1646230756,47.74304,8.99897\n6868,1646230757,47.74304,8.99897\n6869,1646230758,47.74304,8.99897\n6870,1646230759,47.74304,8.99897\n6871,1646230760,47.74304,8.99897\n6872,1646230761,47.74304,8.99897\n6873,1646230762,47.74304,8.99897\n6874,1646230763,47.74304,8.99897\n6875,1646230764,47.74304,8.99897\n6876,1646230765,47.74304,8.99897\n6877,1646230766,47.74304,8.99897\n6878,1646230767,47.74304,8.99897\n6879,1646230768,47.74304,8.99897\n6880,1646230769,47.74304,8.99897\n6881,1646230770,47.74304,8.99897\n6882,1646230771,47.74304,8.99897\n6883,1646230772,47.74304,8.99897\n6884,1646230773,47.74304,8.99897\n6885,1646230774,47.74304,8.99897\n6886,1646230775,47.74304,8.99897\n6887,1646230776,47.74304,8.99897\n6888,1646230777,47.74304,8.99897\n6889,1646230778,47.74304,8.99897\n6890,1646230779,47.74304,8.99897\n6891,1646230780,47.74304,8.99897\n6892,1646230781,47.74304,8.99897\n6893,1646230782,47.74304,8.99897\n6894,1646230783,47.74304,8.99897\n6895,1646230784,47.74304,8.99897\n6896,1646230785,47.74304,8.99897\n6897,1646230786,47.74304,8.99897\n6898,1646230787,47.74304,8.99897\n6899,1646230788,47.74304,8.99897\n6900,1646230789,47.74304,8.99897\n6901,1646230790,47.74304,8.99897\n6902,1646230791,47.74304,8.99897\n6903,1646230792,47.74304,8.99897\n6904,1646230793,47.74304,8.99897\n6905,1646230794,47.74304,8.99897\n6906,1646230795,47.74304,8.99897\n6907,1646230796,47.74304,8.99897\n6908,1646230797,47.74304,8.99897\n6909,1646230798,47.74304,8.99897\n6910,1646230799,47.74304,8.99897\n6911,1646230800,47.74304,8.99897\n6912,1646230801,47.74304,8.99897\n6913,1646230802,47.74304,8.99897\n6914,1646230803,47.74304,8.99897\n6915,1646230804,47.74304,8.99897\n6916,1646230805,47.74304,8.99897\n6917,1646230806,47.74304,8.99897\n6918,1646230807,47.74304,8.99897\n6919,1646230808,47.74304,8.99897\n6920,1646230809,47.74304,8.99897\n6921,1646230810,47.74304,8.99897\n6922,1646230811,47.74304,8.99897\n6923,1646230812,47.74304,8.99897\n6924,1646230813,47.74304,8.99897\n6925,1646230814,47.74304,8.99897\n6926,1646230815,47.74304,8.99897\n6927,1646230816,47.74304,8.99897\n6928,1646230817,47.74304,8.99897\n6929,1646230818,47.74304,8.99897\n6930,1646230819,47.74304,8.99897\n6931,1646230820,47.74304,8.99897\n6932,1646230821,47.74304,8.99897\n6933,1646230822,47.74304,8.99897\n6934,1646230823,47.74304,8.99897\n6935,1646230824,47.74304,8.99897\n6936,1646230825,47.74304,8.99897\n6937,1646230826,47.74304,8.99897\n6938,1646230827,47.74304,8.99897\n6939,1646230828,47.74304,8.99897\n6940,1646230829,47.74304,8.99897\n6941,1646230830,47.74304,8.99897\n6942,1646230831,47.74304,8.99897\n6943,1646230832,47.74304,8.99897\n6944,1646230833,47.74304,8.99897\n6945,1646230834,47.74304,8.99897\n6946,1646230835,47.74304,8.99897\n6947,1646230836,47.74304,8.99897\n6948,1646230837,47.74304,8.99897\n6949,1646230838,47.74304,8.99897\n6950,1646230839,47.74304,8.99897\n6951,1646230840,47.74304,8.99897\n6952,1646230841,47.74304,8.99897\n6953,1646230842,47.74304,8.99897\n6954,1646230843,47.74304,8.99897\n6955,1646230844,47.74304,8.99897\n6956,1646230845,47.74304,8.99897\n6957,1646230846,47.74304,8.99897\n6958,1646230847,47.74304,8.99897\n6959,1646230848,47.74304,8.99897\n6960,1646230849,47.74304,8.99897\n6961,1646230850,47.74304,8.99897\n6962,1646230851,47.74304,8.99897\n6963,1646230852,47.74304,8.99897\n6964,1646230853,47.74304,8.99897\n6965,1646230854,47.74304,8.99897\n6966,1646230855,47.74304,8.99897\n6967,1646230856,47.74304,8.99897\n6968,1646230857,47.74304,8.99897\n6969,1646230858,47.74304,8.99897\n6970,1646230859,47.74304,8.99897\n6971,1646230860,47.74304,8.99897\n6972,1646230861,47.74304,8.99897\n6973,1646230862,47.74304,8.99897\n6974,1646230863,47.74304,8.99897\n6975,1646230864,47.74304,8.99897\n6976,1646230865,47.74304,8.99897\n6977,1646230866,47.74304,8.99897\n6978,1646230867,47.74304,8.99897\n6979,1646230868,47.74304,8.99897\n6980,1646230869,47.74304,8.99897\n6981,1646230870,47.74304,8.99897\n6982,1646230871,47.74304,8.99897\n6983,1646230872,47.74304,8.99897\n6984,1646230873,47.74304,8.99897\n6985,1646230874,47.74304,8.99897\n6986,1646230875,47.74304,8.99897\n6987,1646230876,47.74304,8.99897\n6988,1646230877,47.74304,8.99897\n6989,1646230878,47.74304,8.99897\n6990,1646230879,47.74304,8.99897\n6991,1646230880,47.74304,8.99897\n6992,1646230881,47.74304,8.99897\n6993,1646230882,47.74304,8.99897\n6994,1646230883,47.74304,8.99897\n6995,1646230884,47.74304,8.99897\n6996,1646230885,47.74304,8.99897\n6997,1646230886,47.74304,8.99897\n6998,1646230887,47.74304,8.99897\n6999,1646230888,47.74304,8.99897\n7000,1646230889,47.74304,8.99897\n7001,1646230890,47.74304,8.99897\n7002,1646230891,47.74304,8.99897\n7003,1646230892,47.74304,8.99897\n7004,1646230893,47.74304,8.99897\n7005,1646230894,47.74304,8.99897\n7006,1646230895,47.74304,8.99897\n7007,1646230896,47.74304,8.99896\n7008,1646230897,47.74304,8.99896\n7009,1646230898,47.74304,8.99896\n7010,1646230899,47.74304,8.99896\n7011,1646230900,47.74304,8.99896\n7012,1646230901,47.74304,8.99896\n7013,1646230902,47.74304,8.99896\n7014,1646230903,47.74304,8.99896\n7015,1646230904,47.74304,8.99896\n7016,1646230905,47.74304,8.99896\n7017,1646230906,47.74304,8.99896\n7018,1646230907,47.74304,8.99896\n7019,1646230908,47.74304,8.99896\n7020,1646230909,47.74304,8.99896\n7021,1646230910,47.74304,8.99896\n7022,1646230911,47.74304,8.99896\n7023,1646230912,47.74304,8.99896\n7024,1646230913,47.74304,8.99896\n7025,1646230914,47.74304,8.99896\n7026,1646230915,47.74304,8.99896\n7027,1646230916,47.74304,8.99896\n7028,1646230917,47.74304,8.99896\n7029,1646230918,47.74304,8.99896\n7030,1646230919,47.74304,8.99896\n7031,1646230920,47.74304,8.99896\n7032,1646230921,47.74304,8.99896\n7033,1646230922,47.74304,8.99896\n7034,1646230923,47.74304,8.99896\n7035,1646230924,47.74304,8.99896\n7036,1646230925,47.74304,8.99896\n7037,1646230926,47.74304,8.99896\n7038,1646230927,47.74304,8.99896\n7039,1646230928,47.74304,8.99896\n7040,1646230929,47.74304,8.99896\n7041,1646230930,47.74304,8.99896\n7042,1646230931,47.74304,8.99896\n7043,1646230932,47.74304,8.99896\n7044,1646230933,47.74304,8.99896\n7045,1646230934,47.74304,8.99896\n7046,1646230935,47.74304,8.99896\n7047,1646230936,47.74304,8.99896\n7048,1646230937,47.74304,8.99896\n7049,1646230938,47.74304,8.99896\n7050,1646230939,47.74304,8.99896\n7051,1646230940,47.74304,8.99896\n7052,1646230941,47.74304,8.99896\n7053,1646230942,47.74304,8.99896\n7054,1646230943,47.74304,8.99896\n7055,1646230944,47.74304,8.99896\n7056,1646230945,47.74304,8.99896\n7057,1646230946,47.74304,8.99896\n7058,1646230947,47.74304,8.99896\n7059,1646230948,47.74304,8.99896\n7060,1646230949,47.74304,8.99896\n7061,1646230950,47.74304,8.99896\n7062,1646230951,47.74304,8.99896\n7063,1646230952,47.74304,8.99896\n7064,1646230953,47.74304,8.99896\n7065,1646230954,47.74304,8.99896\n7066,1646230955,47.74304,8.99896\n7067,1646230956,47.74304,8.99896\n7068,1646230957,47.74304,8.99896\n7069,1646230958,47.74304,8.99896\n7070,1646230959,47.74304,8.99896\n7071,1646230960,47.74304,8.99896\n7072,1646230961,47.74304,8.99896\n7073,1646230962,47.74304,8.99896\n7074,1646230963,47.74304,8.99896\n7075,1646230964,47.74304,8.99896\n7076,1646230965,47.74304,8.99896\n7077,1646230966,47.74304,8.99896\n7078,1646230967,47.74304,8.99896\n7079,1646230968,47.74304,8.99896\n7080,1646230969,47.74304,8.99896\n7081,1646230970,47.74304,8.99896\n7082,1646230971,47.74304,8.99896\n7083,1646230972,47.74304,8.99896\n7084,1646230973,47.74304,8.99896\n7085,1646230974,47.74304,8.99896\n7086,1646230975,47.74304,8.99896\n7087,1646230976,47.74304,8.99896\n7088,1646230977,47.74304,8.99896\n7089,1646230978,47.74304,8.99896\n7090,1646230979,47.74304,8.99896\n7091,1646230980,47.74304,8.99896\n7092,1646230981,47.74304,8.99896\n7093,1646230982,47.74304,8.99896\n7094,1646230983,47.74304,8.99896\n7095,1646230984,47.74304,8.99896\n7096,1646230985,47.74304,8.99896\n7097,1646230986,47.74304,8.99896\n7098,1646230987,47.74304,8.99896\n7099,1646230988,47.74304,8.99896\n7100,1646230989,47.74304,8.99896\n7101,1646230990,47.74304,8.99896\n7102,1646230991,47.74304,8.99896\n7103,1646230992,47.74304,8.99896\n7104,1646230993,47.74304,8.99896\n7105,1646230994,47.74304,8.99896\n7106,1646230995,47.74304,8.99896\n7107,1646230996,47.74304,8.99896\n7108,1646230997,47.74304,8.99896\n7109,1646230998,47.74304,8.99896\n7110,1646230999,47.74304,8.99896\n7111,1646231000,47.74304,8.99896\n7112,1646231001,47.74304,8.99896\n7113,1646231002,47.74304,8.99896\n7114,1646231003,47.74304,8.99896\n7115,1646231004,47.74304,8.99896\n7116,1646231005,47.74304,8.99896\n7117,1646231006,47.74304,8.99896\n7118,1646231007,47.74304,8.99896\n7119,1646231008,47.74304,8.99896\n7120,1646231009,47.74304,8.99896\n7121,1646231010,47.74304,8.99896\n7122,1646231011,47.74304,8.99896\n7123,1646231012,47.74304,8.99896\n7124,1646231013,47.74304,8.99896\n7125,1646231014,47.74304,8.99896\n7126,1646231015,47.74304,8.99896\n7127,1646231016,47.74304,8.99896\n7128,1646231017,47.74304,8.99896\n7129,1646231018,47.74304,8.99896\n7130,1646231019,47.74304,8.99896\n7131,1646231020,47.74304,8.99896\n7132,1646231021,47.74304,8.99896\n7133,1646231022,47.74304,8.99896\n7134,1646231023,47.74304,8.99896\n7135,1646231024,47.74304,8.99896\n7136,1646231025,47.74304,8.99896\n7137,1646231026,47.74304,8.99896\n7138,1646231027,47.74304,8.99896\n7139,1646231028,47.74304,8.99896\n7140,1646231029,47.74304,8.99896\n7141,1646231030,47.74304,8.99896\n7142,1646231031,47.74304,8.99896\n7143,1646231032,47.74304,8.99896\n7144,1646231033,47.74304,8.99896\n7145,1646231034,47.74304,8.99896\n7146,1646231035,47.74304,8.99896\n7147,1646231036,47.74304,8.99896\n7148,1646231037,47.74304,8.99896\n7149,1646231038,47.74304,8.99896\n7150,1646231039,47.74304,8.99896\n7151,1646231040,47.74304,8.99896\n7152,1646231041,47.74304,8.99896\n7153,1646231042,47.74304,8.99896\n7154,1646231043,47.74304,8.99896\n7155,1646231044,47.74304,8.99896\n7156,1646231045,47.74304,8.99896\n7157,1646231046,47.74304,8.99896\n7158,1646231047,47.74304,8.99896\n7159,1646231048,47.74304,8.99896\n7160,1646231049,47.74304,8.99896\n7161,1646231050,47.74304,8.99896\n7162,1646231051,47.74304,8.99896\n7163,1646231052,47.74304,8.99896\n7164,1646231053,47.74304,8.99896\n7165,1646231054,47.74304,8.99896\n7166,1646231055,47.74304,8.99896\n7167,1646231056,47.74304,8.99896\n7168,1646231057,47.74304,8.99896\n7169,1646231058,47.74304,8.99896\n7170,1646231059,47.74304,8.99896\n7171,1646231060,47.74304,8.99896\n7172,1646231061,47.74304,8.99896\n7173,1646231062,47.74304,8.99896\n7174,1646231063,47.74304,8.99896\n7175,1646231064,47.74304,8.99896\n7176,1646231065,47.74304,8.99896\n7177,1646231066,47.74304,8.99896\n7178,1646231067,47.74304,8.99896\n7179,1646231068,47.74304,8.99896\n7180,1646231069,47.74304,8.99896\n7181,1646231070,47.74304,8.99896\n7182,1646231071,47.74304,8.99896\n7183,1646231072,47.74304,8.99896\n7184,1646231073,47.74304,8.99896\n7185,1646231074,47.74304,8.99896\n7186,1646231075,47.74304,8.99896\n7187,1646231076,47.74304,8.99896\n7188,1646231077,47.74304,8.99896\n7189,1646231078,47.74304,8.99896\n7190,1646231079,47.74304,8.99896\n7191,1646231080,47.74304,8.99896\n7192,1646231081,47.74304,8.99896\n7193,1646231082,47.74304,8.99896\n7194,1646231083,47.74304,8.99896\n7195,1646231084,47.74304,8.99896\n7196,1646231085,47.74304,8.99896\n7197,1646231086,47.74304,8.99896\n7198,1646231087,47.74304,8.99896\n7199,1646231088,47.74304,8.99896\n7200,1646231089,47.74304,8.99896\n7201,1646231090,47.74304,8.99896\n7202,1646231091,47.74304,8.99896\n7203,1646231092,47.74304,8.99896\n7204,1646231093,47.74304,8.99896\n7205,1646231094,47.74304,8.99896\n7206,1646231095,47.74304,8.99896\n7207,1646231096,47.74304,8.99896\n7208,1646231097,47.74304,8.99896\n7209,1646231098,47.74304,8.99896\n7210,1646231099,47.74304,8.99896\n7211,1646231100,47.74304,8.99896\n7212,1646231101,47.74304,8.99896\n7213,1646231102,47.74304,8.99896\n7214,1646231103,47.74304,8.99896\n7215,1646231104,47.74304,8.99896\n7216,1646231105,47.74304,8.99896\n7217,1646231106,47.74304,8.99896\n7218,1646231107,47.74304,8.99896\n7219,1646231108,47.74304,8.99896\n7220,1646231109,47.74304,8.99896\n7221,1646231110,47.74304,8.99896\n7222,1646231111,47.74304,8.99896\n7223,1646231112,47.74304,8.99896\n7224,1646231113,47.74304,8.99896\n7225,1646231114,47.74304,8.99896\n7226,1646231115,47.74304,8.99896\n7227,1646231116,47.74304,8.99896\n7228,1646231117,47.74304,8.99896\n7229,1646231118,47.74304,8.99896\n7230,1646231119,47.74304,8.99896\n7231,1646231120,47.74304,8.99896\n7232,1646231121,47.74304,8.99896\n7233,1646231122,47.74304,8.99896\n7234,1646231123,47.74304,8.99896\n7235,1646231124,47.74304,8.99896\n7236,1646231125,47.74304,8.99896\n7237,1646231126,47.74304,8.99896\n7238,1646231127,47.74304,8.99896\n7239,1646231128,47.74304,8.99896\n7240,1646231129,47.74304,8.99896\n7241,1646231130,47.74304,8.99896\n7242,1646231131,47.74304,8.99896\n7243,1646231132,47.74304,8.99896\n7244,1646231133,47.74304,8.99896\n7245,1646231134,47.74304,8.99896\n7246,1646231135,47.74304,8.99896\n7247,1646231136,47.74304,8.99896\n7248,1646231137,47.74304,8.99896\n7249,1646231138,47.74304,8.99896\n7250,1646231139,47.74304,8.99896\n7251,1646231140,47.74304,8.99896\n7252,1646231141,47.74304,8.99896\n7253,1646231142,47.74304,8.99896\n7254,1646231143,47.74304,8.99896\n7255,1646231144,47.74304,8.99896\n7256,1646231145,47.74304,8.99896\n7257,1646231146,47.74304,8.99896\n7258,1646231147,47.74304,8.99896\n7259,1646231148,47.74304,8.99896\n7260,1646231149,47.74304,8.99896\n7261,1646231150,47.74304,8.99896\n7262,1646231151,47.74304,8.99896\n7263,1646231152,47.74304,8.99896\n7264,1646231153,47.74304,8.99896\n7265,1646231154,47.74304,8.99896\n7266,1646231155,47.74304,8.99896\n7267,1646231156,47.74304,8.99896\n7268,1646231157,47.74304,8.99896\n7269,1646231158,47.74304,8.99896\n7270,1646231159,47.74304,8.99896\n7271,1646231160,47.74304,8.99896\n7272,1646231161,47.74304,8.99896\n7273,1646231162,47.74304,8.99896\n7274,1646231163,47.74304,8.99896\n7275,1646231164,47.74304,8.99896\n7276,1646231165,47.74304,8.99896\n7277,1646231166,47.74304,8.99896\n7278,1646231167,47.74304,8.99896\n7279,1646231168,47.74304,8.99896\n7280,1646231169,47.74304,8.99896\n7281,1646231170,47.74304,8.99896\n7282,1646231171,47.74304,8.99896\n7283,1646231172,47.74304,8.99896\n7284,1646231173,47.74304,8.99896\n7285,1646231174,47.74304,8.99896\n7286,1646231175,47.74304,8.99896\n7287,1646231176,47.74304,8.99896\n7288,1646231177,47.74304,8.99896\n7289,1646231178,47.74304,8.99896\n7290,1646231179,47.74304,8.99896\n7291,1646231180,47.74304,8.99896\n7292,1646231181,47.74304,8.99896\n7293,1646231182,47.74304,8.99896\n7294,1646231183,47.74304,8.99896\n7295,1646231184,47.74304,8.99896\n7296,1646231185,47.74304,8.99896\n7297,1646231186,47.74304,8.99896\n7298,1646231187,47.74304,8.99896\n7299,1646231188,47.74304,8.99896\n7300,1646231189,47.74304,8.99896\n7301,1646231190,47.74304,8.99896\n7302,1646231191,47.74304,8.99896\n7303,1646231192,47.74304,8.99896\n7304,1646231193,47.74304,8.99896\n7305,1646231194,47.74304,8.99896\n7306,1646231195,47.74304,8.99896\n7307,1646231196,47.74304,8.99896\n7308,1646231197,47.74304,8.99896\n7309,1646231198,47.74304,8.99896\n7310,1646231199,47.74304,8.99896\n7311,1646231200,47.74304,8.99896\n7312,1646231201,47.74304,8.99896\n7313,1646231202,47.74304,8.99896\n7314,1646231203,47.74304,8.99896\n7315,1646231204,47.74304,8.99896\n7316,1646231205,47.74304,8.99896\n7317,1646231206,47.74304,8.99896\n7318,1646231207,47.74304,8.99896\n7319,1646231208,47.74304,8.99896\n7320,1646231209,47.74304,8.99896\n7321,1646231210,47.74304,8.99896\n7322,1646231211,47.74304,8.99896\n7323,1646231212,47.74304,8.99896\n7324,1646231213,47.74303,8.99896\n7325,1646231214,47.74303,8.99896\n7326,1646231215,47.74303,8.99896\n7327,1646231216,47.74303,8.99896\n7328,1646231217,47.74303,8.99896\n7329,1646231218,47.74303,8.99896\n7330,1646231219,47.74303,8.99896\n7331,1646231220,47.74303,8.99896\n7332,1646231221,47.74303,8.99896\n7333,1646231222,47.74303,8.99896\n7334,1646231223,47.74303,8.99896\n7335,1646231224,47.74303,8.99896\n7336,1646231225,47.74303,8.99896\n7337,1646231226,47.74303,8.99896\n7338,1646231227,47.74303,8.99896\n7339,1646231228,47.74303,8.99896\n7340,1646231229,47.74303,8.99896\n7341,1646231230,47.74303,8.99896\n7342,1646231231,47.74303,8.99896\n7343,1646231232,47.74303,8.99896\n7344,1646231233,47.74303,8.99896\n7345,1646231234,47.74303,8.99896\n7346,1646231235,47.74303,8.99896\n7347,1646231236,47.74303,8.99896\n7348,1646231237,47.74303,8.99896\n7349,1646231238,47.74303,8.99896\n7350,1646231239,47.74303,8.99896\n7351,1646231240,47.74303,8.99896\n7352,1646231241,47.74303,8.99896\n7353,1646231242,47.74303,8.99896\n7354,1646231243,47.74303,8.99896\n7355,1646231244,47.74303,8.99896\n7356,1646231245,47.74303,8.99896\n7357,1646231246,47.74303,8.99896\n7358,1646231247,47.74303,8.99896\n7359,1646231248,47.74303,8.99896\n7360,1646231249,47.74303,8.99896\n7361,1646231250,47.74303,8.99896\n7362,1646231251,47.74303,8.99896\n7363,1646231252,47.74303,8.99896\n7364,1646231253,47.74303,8.99896\n7365,1646231254,47.74303,8.99896\n7366,1646231255,47.74303,8.99896\n7367,1646231256,47.74303,8.99896\n7368,1646231257,47.74303,8.99896\n7369,1646231258,47.74303,8.99896\n7370,1646231259,47.74303,8.99896\n7371,1646231260,47.74303,8.99896\n7372,1646231261,47.74303,8.99896\n7373,1646231262,47.74303,8.99896\n7374,1646231263,47.74303,8.99896\n7375,1646231264,47.74303,8.99896\n7376,1646231265,47.74303,8.99896\n7377,1646231266,47.74303,8.99896\n7378,1646231267,47.74303,8.99896\n7379,1646231268,47.74303,8.99896\n7380,1646231269,47.74303,8.99896\n7381,1646231270,47.74303,8.99896\n7382,1646231271,47.74303,8.99896\n7383,1646231272,47.74303,8.99896\n7384,1646231273,47.74303,8.99896\n7385,1646231274,47.74303,8.99896\n7386,1646231275,47.74303,8.99896\n7387,1646231276,47.74303,8.99896\n7388,1646231277,47.74303,8.99896\n7389,1646231278,47.74303,8.99896\n7390,1646231279,47.74303,8.99896\n7391,1646231280,47.74303,8.99896\n7392,1646231281,47.74303,8.99896\n7393,1646231282,47.74302,8.99896\n7394,1646231283,47.74302,8.99896\n7395,1646231284,47.74302,8.99896\n7396,1646231285,47.74302,8.99896\n7397,1646231286,47.74302,8.99896\n7398,1646231287,47.74302,8.99896\n7399,1646231288,47.74302,8.99896\n7400,1646231289,47.74302,8.99896\n7401,1646231290,47.74302,8.99896\n7402,1646231291,47.74302,8.99896\n7403,1646231292,47.74302,8.99896\n7404,1646231293,47.74302,8.99896\n7405,1646231294,47.74302,8.99896\n7406,1646231295,47.74302,8.99896\n7407,1646231296,47.74302,8.99896\n7408,1646231297,47.74302,8.99896\n7409,1646231298,47.74302,8.99896\n7410,1646231299,47.74302,8.99896\n7411,1646231300,47.74302,8.99896\n7412,1646231301,47.74302,8.99896\n7413,1646231302,47.74302,8.99896\n7414,1646231303,47.74302,8.99896\n7415,1646231304,47.74302,8.99896\n7416,1646231305,47.74302,8.99896\n7417,1646231306,47.74302,8.99896\n7418,1646231307,47.74302,8.99896\n7419,1646231308,47.74302,8.99896\n7420,1646231309,47.74302,8.99896\n7421,1646231310,47.74302,8.99896\n7422,1646231311,47.74302,8.99896\n7423,1646231312,47.74302,8.99896\n7424,1646231313,47.74302,8.99896\n7425,1646231314,47.74302,8.99896\n7426,1646231315,47.74302,8.99896\n7427,1646231316,47.74302,8.99896\n7428,1646231317,47.74302,8.99896\n7429,1646231318,47.74302,8.99896\n7430,1646231319,47.74302,8.99896\n7431,1646231320,47.74302,8.99896\n7432,1646231321,47.74302,8.99896\n7433,1646231322,47.74302,8.99896\n7434,1646231323,47.74302,8.99896\n7435,1646231324,47.74302,8.99896\n7436,1646231325,47.74302,8.99896\n7437,1646231326,47.74302,8.99896\n7438,1646231327,47.74302,8.99896\n7439,1646231328,47.74302,8.99896\n7440,1646231329,47.74302,8.99896\n7441,1646231330,47.74302,8.99896\n7442,1646231331,47.74302,8.99896\n7443,1646231332,47.74302,8.99896\n7444,1646231333,47.74302,8.99896\n7445,1646231334,47.74302,8.99896\n7446,1646231335,47.74302,8.99896\n7447,1646231336,47.74302,8.99896\n7448,1646231337,47.74302,8.99896\n7449,1646231338,47.74302,8.99896\n7450,1646231339,47.74302,8.99896\n7451,1646231340,47.74302,8.99896\n7452,1646231341,47.74302,8.99896\n7453,1646231342,47.74302,8.99896\n7454,1646231343,47.74302,8.99896\n7455,1646231344,47.74302,8.99896\n7456,1646231345,47.74302,8.99896\n7457,1646231346,47.74302,8.99896\n7458,1646231347,47.74302,8.99896\n7459,1646231348,47.74302,8.99896\n7460,1646231349,47.74302,8.99896\n7461,1646231350,47.74302,8.99896\n7462,1646231351,47.74302,8.99896\n7463,1646231352,47.74302,8.99896\n7464,1646231353,47.74302,8.99896\n7465,1646231354,47.74302,8.99896\n7466,1646231355,47.74302,8.99896\n7467,1646231356,47.74302,8.99896\n7468,1646231357,47.74302,8.99896\n7469,1646231358,47.74302,8.99896\n7470,1646231359,47.74302,8.99896\n7471,1646231360,47.74302,8.99896\n7472,1646231361,47.74302,8.99896\n7473,1646231362,47.74302,8.99896\n7474,1646231363,47.74302,8.99896\n7475,1646231364,47.74302,8.99896\n7476,1646231365,47.74302,8.99896\n7477,1646231366,47.74302,8.99896\n7478,1646231367,47.74302,8.99896\n7479,1646231368,47.74302,8.99896\n7480,1646231369,47.74302,8.99896\n7481,1646231370,47.74302,8.99896\n7482,1646231371,47.74302,8.99896\n7483,1646231372,47.74302,8.99896\n7484,1646231373,47.74302,8.99896\n7485,1646231374,47.74302,8.99896\n7486,1646231375,47.74303,8.99896\n7487,1646231376,47.74303,8.99896\n7488,1646231377,47.74303,8.99896\n7489,1646231378,47.74303,8.99896\n7490,1646231379,47.74303,8.99896\n7491,1646231380,47.74303,8.99896\n7492,1646231381,47.74303,8.99896\n7493,1646231382,47.74303,8.99896\n7494,1646231383,47.74303,8.99896\n7495,1646231384,47.74303,8.99896\n7496,1646231385,47.74303,8.99896\n7497,1646231386,47.74303,8.99896\n7498,1646231387,47.74303,8.99896\n7499,1646231388,47.74303,8.99896\n7500,1646231389,47.74303,8.99896\n7501,1646231390,47.74303,8.99896\n7502,1646231391,47.74303,8.99896\n7503,1646231392,47.74303,8.99896\n7504,1646231393,47.74303,8.99896\n7505,1646231394,47.74303,8.99896\n7506,1646231395,47.74303,8.99896\n7507,1646231396,47.74303,8.99897\n7508,1646231397,47.74303,8.99897\n7509,1646231398,47.74303,8.99897\n7510,1646231399,47.74303,8.99897\n7511,1646231400,47.74303,8.99897\n7512,1646231401,47.74303,8.99897\n7513,1646231402,47.74303,8.99897\n7514,1646231403,47.74303,8.99897\n7515,1646231404,47.74303,8.99897\n7516,1646231405,47.74303,8.99897\n7517,1646231406,47.74303,8.99897\n7518,1646231407,47.74303,8.99897\n7519,1646231408,47.74303,8.99897\n7520,1646231409,47.74303,8.99897\n7521,1646231410,47.74303,8.99897\n7522,1646231411,47.74303,8.99897\n7523,1646231412,47.74303,8.99897\n7524,1646231413,47.74303,8.99897\n7525,1646231414,47.74303,8.99897\n7526,1646231415,47.74303,8.99897\n7527,1646231416,47.74303,8.99897\n7528,1646231417,47.74303,8.99897\n7529,1646231418,47.74303,8.99897\n7530,1646231419,47.74303,8.99897\n7531,1646231420,47.74303,8.99897\n7532,1646231421,47.74303,8.99897\n7533,1646231422,47.74303,8.99897\n7534,1646231423,47.74303,8.99897\n7535,1646231424,47.74303,8.99897\n7536,1646231425,47.74303,8.99897\n7537,1646231426,47.74303,8.99897\n7538,1646231427,47.74303,8.99897\n7539,1646231428,47.74303,8.99897\n7540,1646231429,47.74303,8.99897\n7541,1646231430,47.74303,8.99897\n7542,1646231431,47.74303,8.99897\n7543,1646231432,47.74303,8.99897\n7544,1646231433,47.74303,8.99897\n7545,1646231434,47.74303,8.99897\n7546,1646231435,47.74303,8.99897\n7547,1646231436,47.74303,8.99897\n7548,1646231437,47.74303,8.99897\n7549,1646231438,47.74303,8.99897\n7550,1646231439,47.74303,8.99897\n7551,1646231440,47.74303,8.99897\n7552,1646231441,47.74303,8.99897\n7553,1646231442,47.74303,8.99897\n7554,1646231443,47.74303,8.99897\n7555,1646231444,47.74303,8.99897\n7556,1646231445,47.74303,8.99897\n7557,1646231446,47.74303,8.99897\n7558,1646231447,47.74303,8.99897\n7559,1646231448,47.74303,8.99897\n7560,1646231449,47.74303,8.99897\n7561,1646231450,47.74303,8.99897\n7562,1646231451,47.74303,8.99897\n7563,1646231452,47.74303,8.99897\n7564,1646231453,47.74303,8.99897\n7565,1646231454,47.74303,8.99897\n7566,1646231455,47.74303,8.99897\n7567,1646231456,47.74303,8.99897\n7568,1646231457,47.74303,8.99897\n7569,1646231458,47.74303,8.99897\n7570,1646231459,47.74303,8.99897\n7571,1646231460,47.74303,8.99897\n7572,1646231461,47.74303,8.99897\n7573,1646231462,47.74303,8.99897\n7574,1646231463,47.74303,8.99897\n7575,1646231464,47.74302,8.99897\n7576,1646231465,47.74302,8.99897\n7577,1646231466,47.74302,8.99897\n7578,1646231467,47.74302,8.99897\n7579,1646231468,47.74302,8.99897\n7580,1646231469,47.74302,8.99897\n7581,1646231470,47.74302,8.99897\n7582,1646231471,47.74302,8.99897\n7583,1646231472,47.74302,8.99897\n7584,1646231473,47.74302,8.99897\n7585,1646231474,47.74302,8.99897\n7586,1646231475,47.74302,8.99897\n7587,1646231476,47.74302,8.99897\n7588,1646231477,47.74302,8.99897\n7589,1646231478,47.74302,8.99897\n7590,1646231479,47.74301,8.99897\n7591,1646231480,47.74301,8.99897\n7592,1646231481,47.74301,8.99897\n7593,1646231482,47.74301,8.99897\n7594,1646231483,47.74301,8.99897\n7595,1646231484,47.74301,8.99897\n7596,1646231485,47.74301,8.99897\n7597,1646231486,47.74301,8.99897\n7598,1646231487,47.74300,8.99897\n7599,1646231488,47.74300,8.99897\n7600,1646231489,47.74300,8.99897\n7601,1646231490,47.74300,8.99896\n7602,1646231491,47.74300,8.99896\n7603,1646231492,47.74300,8.99896\n7604,1646231493,47.74300,8.99896\n7605,1646231494,47.74299,8.99896\n7606,1646231495,47.74299,8.99896\n7607,1646231496,47.74299,8.99896\n7608,1646231497,47.74299,8.99896\n7609,1646231498,47.74299,8.99896\n7610,1646231499,47.74299,8.99896\n7611,1646231500,47.74299,8.99896\n7612,1646231501,47.74299,8.99896\n7613,1646231502,47.74299,8.99896\n7614,1646231503,47.74299,8.99896\n7615,1646231504,47.74299,8.99896\n7616,1646231505,47.74299,8.99896\n7617,1646231506,47.74299,8.99895\n7618,1646231507,47.74299,8.99895\n7619,1646231508,47.74299,8.99895\n7620,1646231509,47.74299,8.99895\n7621,1646231510,47.74299,8.99895\n7622,1646231511,47.74299,8.99895\n7623,1646231512,47.74299,8.99895\n7624,1646231513,47.74299,8.99895\n7625,1646231514,47.74299,8.99895\n7626,1646231515,47.74299,8.99895\n7627,1646231516,47.74299,8.99895\n7628,1646231517,47.74299,8.99895\n7629,1646231518,47.74299,8.99895\n7630,1646231519,47.74299,8.99895\n7631,1646231520,47.74299,8.99895\n7632,1646231521,47.74299,8.99895\n7633,1646231522,47.74299,8.99895\n7634,1646231523,47.74299,8.99895\n7635,1646231524,47.74299,8.99895\n7636,1646231525,47.74299,8.99895\n7637,1646231526,47.74299,8.99895\n7638,1646231527,47.74299,8.99895\n7639,1646231528,47.74299,8.99895\n7640,1646231529,47.74299,8.99895\n7641,1646231530,47.74299,8.99895\n7642,1646231531,47.74299,8.99895\n7643,1646231532,47.74299,8.99895\n7644,1646231533,47.74299,8.99895\n7645,1646231534,47.74299,8.99895\n7646,1646231535,47.74299,8.99895\n7647,1646231536,47.74299,8.99895\n7648,1646231537,47.74299,8.99895\n7649,1646231538,47.74299,8.99895\n7650,1646231539,47.74299,8.99895\n7651,1646231540,47.74299,8.99895\n7652,1646231541,47.74299,8.99895\n7653,1646231542,47.74299,8.99895\n7654,1646231543,47.74299,8.99895\n7655,1646231544,47.74299,8.99895\n7656,1646231545,47.74299,8.99895\n7657,1646231546,47.74299,8.99895\n7658,1646231547,47.74299,8.99895\n7659,1646231548,47.74299,8.99895\n7660,1646231549,47.74299,8.99895\n7661,1646231550,47.74299,8.99895\n7662,1646231551,47.74299,8.99895\n7663,1646231552,47.74299,8.99895\n7664,1646231553,47.74299,8.99895\n7665,1646231554,47.74299,8.99895\n7666,1646231555,47.74299,8.99895\n7667,1646231556,47.74299,8.99895\n7668,1646231557,47.74299,8.99895\n7669,1646231558,47.74299,8.99895\n7670,1646231559,47.74299,8.99895\n7671,1646231560,47.74299,8.99895\n7672,1646231561,47.74299,8.99895\n7673,1646231562,47.74299,8.99895\n7674,1646231563,47.74299,8.99895\n7675,1646231564,47.74299,8.99895\n7676,1646231565,47.74299,8.99895\n7677,1646231566,47.74299,8.99895\n7678,1646231567,47.74299,8.99895\n7679,1646231568,47.74299,8.99895\n7680,1646231569,47.74299,8.99895\n7681,1646231570,47.74299,8.99895\n7682,1646231571,47.74299,8.99895\n7683,1646231572,47.74299,8.99895\n7684,1646231573,47.74299,8.99895\n7685,1646231574,47.74299,8.99895\n7686,1646231575,47.74299,8.99895\n7687,1646231576,47.74299,8.99895\n7688,1646231577,47.74299,8.99895\n7689,1646231578,47.74299,8.99895\n7690,1646231579,47.74299,8.99895\n7691,1646231580,47.74299,8.99895\n7692,1646231581,47.74299,8.99895\n7693,1646231582,47.74299,8.99895\n7694,1646231583,47.74299,8.99895\n7695,1646231584,47.74299,8.99895\n7696,1646231585,47.74299,8.99895\n7697,1646231586,47.74299,8.99895\n7698,1646231587,47.74299,8.99895\n7699,1646231588,47.74299,8.99895\n7700,1646231589,47.74299,8.99895\n7701,1646231590,47.74299,8.99895\n7702,1646231591,47.74299,8.99895\n7703,1646231592,47.74299,8.99895\n7704,1646231593,47.74299,8.99895\n7705,1646231594,47.74299,8.99895\n7706,1646231595,47.74299,8.99895\n7707,1646231596,47.74299,8.99895\n7708,1646231597,47.74299,8.99895\n7709,1646231598,47.74299,8.99895\n7710,1646231599,47.74299,8.99895\n7711,1646231600,47.74299,8.99895\n7712,1646231601,47.74299,8.99895\n7713,1646231602,47.74299,8.99895\n7714,1646231603,47.74299,8.99895\n7715,1646231604,47.74299,8.99895\n7716,1646231605,47.74299,8.99895\n7717,1646231606,47.74299,8.99895\n7718,1646231607,47.74299,8.99895\n7719,1646231608,47.74299,8.99895\n7720,1646231609,47.74299,8.99895\n7721,1646231610,47.74299,8.99895\n7722,1646231611,47.74299,8.99895\n7723,1646231612,47.74299,8.99895\n7724,1646231613,47.74299,8.99895\n7725,1646231614,47.74299,8.99895\n7726,1646231615,47.74299,8.99895\n7727,1646231616,47.74299,8.99895\n7728,1646231617,47.74299,8.99895\n7729,1646231618,47.74299,8.99895\n7730,1646231619,47.74299,8.99895\n7731,1646231620,47.74299,8.99895\n7732,1646231621,47.74299,8.99895\n7733,1646231622,47.74299,8.99895\n7734,1646231623,47.74299,8.99895\n7735,1646231624,47.74299,8.99895\n7736,1646231625,47.74299,8.99895\n7737,1646231626,47.74299,8.99895\n7738,1646231627,47.74299,8.99895\n7739,1646231628,47.74299,8.99895\n7740,1646231629,47.74299,8.99895\n7741,1646231630,47.74299,8.99895\n7742,1646231631,47.74299,8.99895\n7743,1646231632,47.74299,8.99895\n7744,1646231633,47.74299,8.99895\n7745,1646231634,47.74299,8.99895\n7746,1646231635,47.74299,8.99895\n7747,1646231636,47.74299,8.99895\n7748,1646231637,47.74299,8.99895\n7749,1646231638,47.74299,8.99895\n7750,1646231639,47.74299,8.99895\n7751,1646231640,47.74299,8.99895\n7752,1646231641,47.74299,8.99895\n7753,1646231642,47.74299,8.99895\n7754,1646231643,47.74299,8.99895\n7755,1646231644,47.74299,8.99895\n7756,1646231645,47.74299,8.99895\n7757,1646231646,47.74299,8.99895\n7758,1646231647,47.74299,8.99895\n7759,1646231648,47.74299,8.99895\n7760,1646231649,47.74299,8.99895\n7761,1646231650,47.74299,8.99895\n7762,1646231651,47.74299,8.99895\n7763,1646231652,47.74299,8.99895\n7764,1646231653,47.74299,8.99895\n7765,1646231654,47.74299,8.99895\n7766,1646231655,47.74299,8.99895\n7767,1646231656,47.74299,8.99895\n7768,1646231657,47.74299,8.99895\n7769,1646231658,47.74299,8.99895\n7770,1646231659,47.74299,8.99895\n7771,1646231660,47.74299,8.99895\n7772,1646231661,47.74299,8.99895\n7773,1646231662,47.74299,8.99895\n7774,1646231663,47.74299,8.99895\n7775,1646231664,47.74299,8.99895\n7776,1646231665,47.74299,8.99895\n7777,1646231666,47.74299,8.99895\n7778,1646231667,47.74299,8.99895\n7779,1646231668,47.74299,8.99895\n7780,1646231669,47.74299,8.99895\n7781,1646231670,47.74299,8.99895\n7782,1646231671,47.74299,8.99895\n7783,1646231672,47.74299,8.99895\n7784,1646231673,47.74299,8.99895\n7785,1646231674,47.74299,8.99895\n7786,1646231675,47.74299,8.99895\n7787,1646231676,47.74299,8.99895\n7788,1646231677,47.74299,8.99895\n7789,1646231678,47.74299,8.99895\n7790,1646231679,47.74299,8.99895\n7791,1646231680,47.74299,8.99895\n7792,1646231681,47.74299,8.99895\n7793,1646231682,47.74299,8.99895\n7794,1646231683,47.74299,8.99895\n7795,1646231684,47.74299,8.99895\n7796,1646231685,47.74299,8.99895\n7797,1646231686,47.74299,8.99895\n7798,1646231687,47.74299,8.99895\n7799,1646231688,47.74299,8.99895\n7800,1646231689,47.74299,8.99895\n7801,1646231690,47.74299,8.99895\n7802,1646231691,47.74299,8.99895\n7803,1646231692,47.74299,8.99895\n7804,1646231693,47.74299,8.99895\n7805,1646231694,47.74299,8.99895\n7806,1646231695,47.74299,8.99895\n7807,1646231696,47.74299,8.99895\n7808,1646231697,47.74299,8.99895\n7809,1646231698,47.74299,8.99895\n7810,1646231699,47.74299,8.99895\n7811,1646231700,47.74299,8.99895\n7812,1646231701,47.74299,8.99895\n7813,1646231702,47.74299,8.99895\n7814,1646231703,47.74299,8.99895\n7815,1646231704,47.74299,8.99895\n7816,1646231705,47.74299,8.99895\n7817,1646231706,47.74299,8.99895\n7818,1646231707,47.74299,8.99895\n7819,1646231708,47.74299,8.99895\n7820,1646231709,47.74299,8.99895\n7821,1646231710,47.74299,8.99895\n7822,1646231711,47.74299,8.99895\n7823,1646231712,47.74299,8.99895\n7824,1646231713,47.74299,8.99895\n7825,1646231714,47.74299,8.99895\n7826,1646231715,47.74299,8.99895\n7827,1646231716,47.74299,8.99895\n7828,1646231717,47.74299,8.99895\n7829,1646231718,47.74299,8.99895\n7830,1646231719,47.74299,8.99895\n7831,1646231720,47.74299,8.99895\n7832,1646231721,47.74299,8.99895\n7833,1646231722,47.74299,8.99895\n7834,1646231723,47.74299,8.99895\n7835,1646231724,47.74299,8.99895\n7836,1646231725,47.74299,8.99895\n7837,1646231726,47.74299,8.99895\n7838,1646231727,47.74299,8.99895\n7839,1646231728,47.74299,8.99895\n7840,1646231729,47.74299,8.99895\n7841,1646231730,47.74299,8.99895\n7842,1646231731,47.74299,8.99895\n7843,1646231732,47.74299,8.99895\n7844,1646231733,47.74299,8.99895\n7845,1646231734,47.74299,8.99895\n7846,1646231735,47.74299,8.99895\n7847,1646231736,47.74299,8.99895\n7848,1646231737,47.74299,8.99895\n7849,1646231738,47.74299,8.99895\n7850,1646231739,47.74299,8.99895\n7851,1646231740,47.74299,8.99895\n7852,1646231741,47.74299,8.99895\n7853,1646231742,47.74299,8.99895\n7854,1646231743,47.74299,8.99895\n7855,1646231744,47.74299,8.99895\n7856,1646231745,47.74299,8.99895\n7857,1646231746,47.74299,8.99895\n7858,1646231747,47.74299,8.99895\n7859,1646231748,47.74299,8.99895\n7860,1646231749,47.74299,8.99895\n7861,1646231750,47.74299,8.99895\n7862,1646231751,47.74299,8.99895\n7863,1646231752,47.74299,8.99895\n7864,1646231753,47.74299,8.99895\n7865,1646231754,47.74299,8.99895\n7866,1646231755,47.74299,8.99895\n7867,1646231756,47.74299,8.99895\n7868,1646231757,47.74299,8.99895\n7869,1646231758,47.74299,8.99895\n7870,1646231759,47.74299,8.99895\n7871,1646231760,47.74299,8.99895\n7872,1646231761,47.74299,8.99895\n7873,1646231762,47.74299,8.99895\n7874,1646231763,47.74299,8.99895\n7875,1646231764,47.74299,8.99895\n7876,1646231765,47.74299,8.99895\n7877,1646231766,47.74299,8.99895\n7878,1646231767,47.74299,8.99895\n7879,1646231768,47.74299,8.99895\n7880,1646231769,47.74299,8.99895\n7881,1646231770,47.74299,8.99895\n7882,1646231771,47.74299,8.99895\n7883,1646231772,47.74299,8.99895\n7884,1646231773,47.74299,8.99895\n7885,1646231774,47.74299,8.99895\n7886,1646231775,47.74299,8.99895\n7887,1646231776,47.74299,8.99895\n7888,1646231777,47.74299,8.99895\n7889,1646231778,47.74299,8.99895\n7890,1646231779,47.74299,8.99895\n7891,1646231780,47.74299,8.99895\n7892,1646231781,47.74299,8.99895\n7893,1646231782,47.74299,8.99895\n7894,1646231783,47.74299,8.99895\n7895,1646231784,47.74299,8.99895\n7896,1646231785,47.74299,8.99895\n7897,1646231786,47.74299,8.99895\n7898,1646231787,47.74299,8.99895\n7899,1646231788,47.74299,8.99895\n7900,1646231789,47.74299,8.99895\n7901,1646231790,47.74299,8.99895\n7902,1646231791,47.74299,8.99895\n7903,1646231792,47.74299,8.99895\n7904,1646231793,47.74299,8.99895\n7905,1646231794,47.74299,8.99895\n7906,1646231795,47.74299,8.99895\n7907,1646231796,47.74299,8.99895\n7908,1646231797,47.74299,8.99895\n7909,1646231798,47.74299,8.99895\n7910,1646231799,47.74299,8.99895\n7911,1646231800,47.74299,8.99895\n7912,1646231801,47.74299,8.99895\n7913,1646231802,47.74299,8.99895\n7914,1646231803,47.74299,8.99895\n7915,1646231804,47.74299,8.99895\n7916,1646231805,47.74299,8.99895\n7917,1646231806,47.74299,8.99895\n7918,1646231807,47.74299,8.99895\n7919,1646231808,47.74299,8.99895\n7920,1646231809,47.74299,8.99895\n7921,1646231810,47.74299,8.99895\n7922,1646231811,47.74299,8.99895\n7923,1646231812,47.74299,8.99895\n7924,1646231813,47.74299,8.99895\n7925,1646231814,47.74299,8.99895\n7926,1646231815,47.74299,8.99895\n7927,1646231816,47.74299,8.99895\n7928,1646231817,47.74299,8.99895\n7929,1646231818,47.74299,8.99895\n7930,1646231819,47.74299,8.99895\n7931,1646231820,47.74299,8.99895\n7932,1646231821,47.74299,8.99895\n7933,1646231822,47.74299,8.99895\n7934,1646231823,47.74299,8.99895\n7935,1646231824,47.74299,8.99895\n7936,1646231825,47.74299,8.99895\n7937,1646231826,47.74299,8.99895\n7938,1646231827,47.74299,8.99895\n7939,1646231828,47.74299,8.99895\n7940,1646231829,47.74299,8.99895\n7941,1646231830,47.74299,8.99895\n7942,1646231831,47.74299,8.99895\n7943,1646231832,47.74299,8.99895\n7944,1646231833,47.74299,8.99895\n7945,1646231834,47.74299,8.99895\n7946,1646231835,47.74299,8.99895\n7947,1646231836,47.74299,8.99895\n7948,1646231837,47.74299,8.99895\n7949,1646231838,47.74299,8.99895\n7950,1646231839,47.74299,8.99895\n7951,1646231840,47.74299,8.99895\n7952,1646231841,47.74299,8.99895\n7953,1646231842,47.74299,8.99895\n7954,1646231843,47.74299,8.99895\n7955,1646231844,47.74299,8.99895\n7956,1646231845,47.74299,8.99895\n7957,1646231846,47.74299,8.99895\n7958,1646231847,47.74299,8.99895\n7959,1646231848,47.74299,8.99895\n7960,1646231849,47.74299,8.99895\n7961,1646231850,47.74299,8.99895\n7962,1646231851,47.74299,8.99895\n7963,1646231852,47.74299,8.99895\n7964,1646231853,47.74299,8.99895\n7965,1646231854,47.74299,8.99895\n7966,1646231855,47.74299,8.99895\n7967,1646231856,47.74299,8.99895\n7968,1646231857,47.74299,8.99895\n7969,1646231858,47.74299,8.99895\n7970,1646231859,47.74299,8.99895\n7971,1646231860,47.74299,8.99895\n7972,1646231861,47.74299,8.99895\n7973,1646231862,47.74299,8.99895\n7974,1646231863,47.74299,8.99895\n7975,1646231864,47.74299,8.99895\n7976,1646231865,47.74299,8.99895\n7977,1646231866,47.74299,8.99895\n7978,1646231867,47.74299,8.99895\n7979,1646231868,47.74299,8.99895\n7980,1646231869,47.74299,8.99895\n7981,1646231870,47.74299,8.99895\n7982,1646231871,47.74299,8.99895\n7983,1646231872,47.74299,8.99895\n7984,1646231873,47.74299,8.99895\n7985,1646231874,47.74299,8.99895\n7986,1646231875,47.74299,8.99895\n7987,1646231876,47.74299,8.99895\n7988,1646231877,47.74299,8.99895\n7989,1646231878,47.74299,8.99895\n7990,1646231879,47.74299,8.99895\n7991,1646231880,47.74299,8.99895\n7992,1646231881,47.74300,8.99895\n7993,1646231882,47.74300,8.99895\n7994,1646231883,47.74300,8.99895\n7995,1646231884,47.74300,8.99895\n7996,1646231885,47.74300,8.99895\n7997,1646231886,47.74300,8.99895\n7998,1646231887,47.74300,8.99895\n7999,1646231888,47.74300,8.99895\n8000,1646231889,47.74300,8.99895\n8001,1646231890,47.74300,8.99895\n8002,1646231891,47.74300,8.99895\n8003,1646231892,47.74300,8.99895\n8004,1646231893,47.74300,8.99895\n8005,1646231894,47.74300,8.99895\n8006,1646231895,47.74300,8.99895\n8007,1646231896,47.74300,8.99895\n8008,1646231897,47.74300,8.99895\n8009,1646231898,47.74300,8.99895\n8010,1646231899,47.74300,8.99895\n8011,1646231900,47.74300,8.99895\n8012,1646231901,47.74300,8.99895\n8013,1646231902,47.74300,8.99895\n8014,1646231903,47.74300,8.99895\n8015,1646231904,47.74300,8.99895\n8016,1646231905,47.74300,8.99895\n8017,1646231906,47.74300,8.99896\n8018,1646231907,47.74300,8.99896\n8019,1646231908,47.74300,8.99896\n8020,1646231909,47.74300,8.99896\n8021,1646231910,47.74300,8.99896\n8022,1646231911,47.74300,8.99896\n8023,1646231912,47.74300,8.99896\n8024,1646231913,47.74300,8.99895\n8025,1646231914,47.74300,8.99896\n8026,1646231915,47.74300,8.99896\n8027,1646231916,47.74300,8.99896\n8028,1646231917,47.74300,8.99896\n8029,1646231918,47.74300,8.99896\n8030,1646231919,47.74300,8.99896\n8031,1646231920,47.74300,8.99896\n8032,1646231921,47.74300,8.99896\n8033,1646231922,47.74300,8.99896\n8034,1646231923,47.74300,8.99896\n8035,1646231924,47.74300,8.99896\n8036,1646231925,47.74300,8.99896\n8037,1646231926,47.74300,8.99896\n8038,1646231927,47.74300,8.99896\n8039,1646231928,47.74300,8.99896\n8040,1646231929,47.74300,8.99896\n8041,1646231930,47.74301,8.99896\n8042,1646231931,47.74301,8.99896\n8043,1646231932,47.74301,8.99896\n8044,1646231933,47.74301,8.99896\n8045,1646231934,47.74301,8.99896\n8046,1646231935,47.74301,8.99896\n8047,1646231936,47.74301,8.99896\n8048,1646231937,47.74301,8.99896\n8049,1646231938,47.74301,8.99896\n8050,1646231939,47.74301,8.99896\n8051,1646231940,47.74301,8.99896\n8052,1646231941,47.74301,8.99896\n8053,1646231942,47.74301,8.99896\n8054,1646231943,47.74301,8.99896\n8055,1646231944,47.74301,8.99896\n8056,1646231945,47.74301,8.99896\n8057,1646231946,47.74301,8.99896\n8058,1646231947,47.74301,8.99896\n8059,1646231948,47.74301,8.99896\n8060,1646231949,47.74301,8.99896\n8061,1646231950,47.74301,8.99896\n8062,1646231951,47.74301,8.99896\n8063,1646231952,47.74301,8.99896\n8064,1646231953,47.74301,8.99896\n8065,1646231954,47.74301,8.99896\n8066,1646231955,47.74301,8.99896\n8067,1646231956,47.74301,8.99896\n8068,1646231957,47.74301,8.99896\n8069,1646231958,47.74301,8.99896\n8070,1646231959,47.74301,8.99896\n8071,1646231960,47.74301,8.99896\n8072,1646231961,47.74301,8.99896\n8073,1646231962,47.74301,8.99896\n8074,1646231963,47.74301,8.99896\n8075,1646231964,47.74301,8.99896\n8076,1646231965,47.74301,8.99896\n8077,1646231966,47.74301,8.99896\n8078,1646231967,47.74301,8.99896\n8079,1646231968,47.74301,8.99896\n8080,1646231969,47.74301,8.99896\n8081,1646231970,47.74301,8.99896\n8082,1646231971,47.74301,8.99896\n8083,1646231972,47.74301,8.99896\n8084,1646231973,47.74301,8.99896\n8085,1646231974,47.74301,8.99896\n8086,1646231975,47.74301,8.99896\n8087,1646231976,47.74301,8.99896\n8088,1646231977,47.74301,8.99896\n8089,1646231978,47.74301,8.99896\n8090,1646231979,47.74301,8.99896\n8091,1646231980,47.74301,8.99896\n8092,1646231981,47.74301,8.99896\n8093,1646231982,47.74301,8.99896\n8094,1646231983,47.74301,8.99896\n8095,1646231984,47.74301,8.99896\n8096,1646231985,47.74301,8.99896\n8097,1646231986,47.74301,8.99896\n8098,1646231987,47.74301,8.99896\n8099,1646231988,47.74301,8.99896\n8100,1646231989,47.74301,8.99896\n8101,1646231990,47.74301,8.99896\n8102,1646231991,47.74301,8.99896\n8103,1646231992,47.74301,8.99896\n8104,1646231993,47.74301,8.99896\n8105,1646231994,47.74301,8.99896\n8106,1646231995,47.74301,8.99896\n8107,1646231996,47.74301,8.99896\n8108,1646231997,47.74301,8.99896\n8109,1646231998,47.74301,8.99896\n8110,1646231999,47.74301,8.99896\n8111,1646232000,47.74301,8.99896\n8112,1646232001,47.74301,8.99896\n8113,1646232002,47.74301,8.99896\n8114,1646232003,47.74301,8.99895\n8115,1646232004,47.74301,8.99895\n8116,1646232005,47.74301,8.99895\n8117,1646232006,47.74301,8.99895\n8118,1646232007,47.74301,8.99895\n8119,1646232008,47.74301,8.99895\n8120,1646232009,47.74301,8.99895\n8121,1646232010,47.74301,8.99895\n8122,1646232011,47.74301,8.99895\n8123,1646232012,47.74301,8.99895\n8124,1646232013,47.74301,8.99895\n8125,1646232014,47.74301,8.99895\n8126,1646232015,47.74301,8.99895\n8127,1646232016,47.74301,8.99895\n8128,1646232017,47.74301,8.99895\n8129,1646232018,47.74301,8.99895\n8130,1646232019,47.74301,8.99895\n8131,1646232020,47.74301,8.99895\n8132,1646232021,47.74301,8.99895\n8133,1646232022,47.74301,8.99895\n8134,1646232023,47.74301,8.99895\n8135,1646232024,47.74301,8.99895\n8136,1646232025,47.74301,8.99895\n8137,1646232026,47.74301,8.99895\n8138,1646232027,47.74301,8.99895\n8139,1646232028,47.74301,8.99895\n8140,1646232029,47.74301,8.99895\n8141,1646232030,47.74301,8.99895\n8142,1646232031,47.74301,8.99895\n8143,1646232032,47.74301,8.99895\n8144,1646232033,47.74301,8.99895\n8145,1646232034,47.74301,8.99895\n8146,1646232035,47.74301,8.99895\n8147,1646232036,47.74301,8.99895\n8148,1646232037,47.74301,8.99895\n8149,1646232038,47.74301,8.99895\n8150,1646232039,47.74301,8.99895\n8151,1646232040,47.74301,8.99895\n8152,1646232041,47.74301,8.99895\n8153,1646232042,47.74301,8.99895\n8154,1646232043,47.74301,8.99895\n8155,1646232044,47.74301,8.99895\n8156,1646232045,47.74301,8.99895\n8157,1646232046,47.74301,8.99895\n8158,1646232047,47.74301,8.99895\n8159,1646232048,47.74301,8.99895\n8160,1646232049,47.74301,8.99895\n8161,1646232050,47.74301,8.99895\n8162,1646232051,47.74301,8.99895\n8163,1646232052,47.74301,8.99895\n8164,1646232053,47.74301,8.99895\n8165,1646232054,47.74301,8.99895\n8166,1646232055,47.74301,8.99895\n8167,1646232056,47.74301,8.99895\n8168,1646232057,47.74301,8.99895\n8169,1646232058,47.74301,8.99895\n8170,1646232059,47.74301,8.99895\n8171,1646232060,47.74301,8.99895\n8172,1646232061,47.74301,8.99895\n8173,1646232062,47.74301,8.99895\n8174,1646232063,47.74301,8.99895\n8175,1646232064,47.74301,8.99895\n8176,1646232065,47.74301,8.99895\n8177,1646232066,47.74301,8.99895\n8178,1646232067,47.74301,8.99895\n8179,1646232068,47.74301,8.99895\n8180,1646232069,47.74301,8.99895\n8181,1646232070,47.74301,8.99895\n8182,1646232071,47.74301,8.99895\n8183,1646232072,47.74301,8.99895\n8184,1646232073,47.74301,8.99895\n8185,1646232074,47.74301,8.99895\n8186,1646232075,47.74301,8.99895\n8187,1646232076,47.74301,8.99895\n8188,1646232077,47.74301,8.99895\n8189,1646232078,47.74301,8.99895\n8190,1646232079,47.74301,8.99895\n8191,1646232080,47.74301,8.99895\n8192,1646232081,47.74301,8.99895\n8193,1646232082,47.74301,8.99895\n8194,1646232083,47.74301,8.99895\n8195,1646232084,47.74301,8.99895\n8196,1646232085,47.74301,8.99895\n8197,1646232086,47.74301,8.99895\n8198,1646232087,47.74301,8.99895\n8199,1646232088,47.74301,8.99895\n8200,1646232089,47.74301,8.99895\n8201,1646232090,47.74301,8.99895\n8202,1646232091,47.74301,8.99895\n8203,1646232092,47.74301,8.99895\n8204,1646232093,47.74301,8.99895\n8205,1646232094,47.74301,8.99895\n8206,1646232095,47.74301,8.99895\n8207,1646232096,47.74301,8.99895\n8208,1646232097,47.74301,8.99895\n8209,1646232098,47.74301,8.99895\n8210,1646232099,47.74301,8.99895\n8211,1646232100,47.74301,8.99895\n8212,1646232101,47.74301,8.99895\n8213,1646232102,47.74301,8.99895\n8214,1646232103,47.74301,8.99895\n8215,1646232104,47.74301,8.99895\n8216,1646232105,47.74301,8.99895\n8217,1646232106,47.74301,8.99895\n8218,1646232107,47.74301,8.99895\n8219,1646232108,47.74301,8.99895\n8220,1646232109,47.74301,8.99895\n8221,1646232110,47.74301,8.99895\n8222,1646232111,47.74301,8.99895\n8223,1646232112,47.74301,8.99895\n8224,1646232113,47.74301,8.99895\n8225,1646232114,47.74301,8.99895\n8226,1646232115,47.74301,8.99895\n8227,1646232116,47.74301,8.99895\n8228,1646232117,47.74301,8.99895\n8229,1646232118,47.74301,8.99895\n8230,1646232119,47.74301,8.99895\n8231,1646232120,47.74301,8.99895\n8232,1646232121,47.74301,8.99895\n8233,1646232122,47.74301,8.99895\n8234,1646232123,47.74301,8.99895\n8235,1646232124,47.74301,8.99895\n8236,1646232125,47.74301,8.99895\n8237,1646232126,47.74301,8.99895\n8238,1646232127,47.74301,8.99895\n8239,1646232128,47.74301,8.99895\n8240,1646232129,47.74301,8.99895\n8241,1646232130,47.74301,8.99895\n8242,1646232131,47.74301,8.99895\n8243,1646232132,47.74301,8.99895\n8244,1646232133,47.74301,8.99895\n8245,1646232134,47.74301,8.99895\n8246,1646232135,47.74301,8.99895\n8247,1646232136,47.74301,8.99895\n8248,1646232137,47.74301,8.99895\n8249,1646232138,47.74301,8.99895\n8250,1646232139,47.74301,8.99895\n8251,1646232140,47.74301,8.99895\n8252,1646232141,47.74301,8.99895\n8253,1646232142,47.74301,8.99895\n8254,1646232143,47.74301,8.99895\n8255,1646232144,47.74301,8.99895\n8256,1646232145,47.74301,8.99895\n8257,1646232146,47.74301,8.99895\n8258,1646232147,47.74301,8.99895\n8259,1646232148,47.74301,8.99895\n8260,1646232149,47.74301,8.99895\n8261,1646232150,47.74301,8.99895\n8262,1646232151,47.74301,8.99895\n8263,1646232152,47.74301,8.99895\n8264,1646232153,47.74301,8.99895\n8265,1646232154,47.74301,8.99895\n8266,1646232155,47.74301,8.99895\n8267,1646232156,47.74301,8.99895\n8268,1646232157,47.74301,8.99895\n8269,1646232158,47.74301,8.99895\n8270,1646232159,47.74301,8.99895\n8271,1646232160,47.74301,8.99895\n8272,1646232161,47.74301,8.99895\n8273,1646232162,47.74301,8.99895\n8274,1646232163,47.74301,8.99895\n8275,1646232164,47.74301,8.99895\n8276,1646232165,47.74301,8.99895\n8277,1646232166,47.74301,8.99895\n8278,1646232167,47.74301,8.99895\n8279,1646232168,47.74301,8.99895\n8280,1646232169,47.74301,8.99895\n8281,1646232170,47.74301,8.99895\n8282,1646232171,47.74301,8.99895\n8283,1646232172,47.74301,8.99895\n8284,1646232173,47.74301,8.99895\n8285,1646232174,47.74301,8.99895\n8286,1646232175,47.74301,8.99895\n8287,1646232176,47.74301,8.99895\n8288,1646232177,47.74301,8.99895\n8289,1646232178,47.74301,8.99895\n8290,1646232179,47.74301,8.99895\n8291,1646232180,47.74301,8.99895\n8292,1646232181,47.74301,8.99895\n8293,1646232182,47.74301,8.99895\n8294,1646232183,47.74301,8.99895\n8295,1646232184,47.74301,8.99895\n8296,1646232185,47.74301,8.99895\n8297,1646232186,47.74301,8.99895\n8298,1646232187,47.74301,8.99895\n8299,1646232188,47.74301,8.99895\n8300,1646232189,47.74301,8.99895\n8301,1646232190,47.74301,8.99895\n8302,1646232191,47.74301,8.99895\n8303,1646232192,47.74301,8.99895\n8304,1646232193,47.74301,8.99895\n8305,1646232194,47.74301,8.99895\n8306,1646232195,47.74301,8.99895\n8307,1646232196,47.74301,8.99895\n8308,1646232197,47.74301,8.99895\n8309,1646232198,47.74301,8.99895\n8310,1646232199,47.74301,8.99895\n8311,1646232200,47.74301,8.99895\n8312,1646232201,47.74301,8.99895\n8313,1646232202,47.74301,8.99895\n8314,1646232203,47.74301,8.99895\n8315,1646232204,47.74301,8.99895\n8316,1646232205,47.74301,8.99895\n8317,1646232206,47.74301,8.99895\n8318,1646232207,47.74301,8.99895\n8319,1646232208,47.74301,8.99895\n8320,1646232209,47.74301,8.99895\n8321,1646232210,47.74301,8.99895\n8322,1646232211,47.74301,8.99895\n8323,1646232212,47.74301,8.99895\n8324,1646232213,47.74301,8.99895\n8325,1646232214,47.74301,8.99895\n8326,1646232215,47.74301,8.99895\n8327,1646232216,47.74301,8.99895\n8328,1646232217,47.74301,8.99895\n8329,1646232218,47.74301,8.99895\n8330,1646232219,47.74301,8.99895\n8331,1646232220,47.74301,8.99895\n8332,1646232221,47.74301,8.99895\n8333,1646232222,47.74301,8.99895\n8334,1646232223,47.74301,8.99895\n8335,1646232224,47.74301,8.99895\n8336,1646232225,47.74301,8.99895\n8337,1646232226,47.74301,8.99895\n8338,1646232227,47.74301,8.99895\n8339,1646232228,47.74301,8.99895\n8340,1646232229,47.74301,8.99895\n8341,1646232230,47.74301,8.99895\n8342,1646232231,47.74301,8.99895\n8343,1646232232,47.74301,8.99895\n8344,1646232233,47.74301,8.99895\n8345,1646232234,47.74301,8.99895\n8346,1646232235,47.74301,8.99895\n8347,1646232236,47.74301,8.99895\n8348,1646232237,47.74301,8.99895\n8349,1646232238,47.74301,8.99895\n8350,1646232239,47.74301,8.99895\n8351,1646232240,47.74301,8.99895\n8352,1646232241,47.74301,8.99895\n8353,1646232242,47.74301,8.99895\n8354,1646232243,47.74301,8.99895\n8355,1646232244,47.74301,8.99895\n8356,1646232245,47.74301,8.99895\n8357,1646232246,47.74301,8.99895\n8358,1646232247,47.74301,8.99895\n8359,1646232248,47.74301,8.99895\n8360,1646232249,47.74301,8.99895\n8361,1646232250,47.74301,8.99895\n8362,1646232251,47.74301,8.99895\n8363,1646232252,47.74301,8.99895\n8364,1646232253,47.74301,8.99895\n8365,1646232254,47.74301,8.99895\n8366,1646232255,47.74301,8.99895\n8367,1646232256,47.74301,8.99895\n8368,1646232257,47.74301,8.99895\n8369,1646232258,47.74301,8.99895\n8370,1646232259,47.74301,8.99895\n8371,1646232260,47.74301,8.99895\n8372,1646232261,47.74301,8.99895\n8373,1646232262,47.74301,8.99895\n8374,1646232263,47.74301,8.99895\n8375,1646232264,47.74301,8.99895\n8376,1646232265,47.74301,8.99895\n8377,1646232266,47.74301,8.99895\n8378,1646232267,47.74301,8.99895\n8379,1646232268,47.74301,8.99895\n8380,1646232269,47.74301,8.99895\n8381,1646232270,47.74301,8.99895\n8382,1646232271,47.74301,8.99895\n8383,1646232272,47.74301,8.99895\n8384,1646232273,47.74301,8.99895\n8385,1646232274,47.74301,8.99895\n8386,1646232275,47.74301,8.99895\n8387,1646232276,47.74301,8.99895\n8388,1646232277,47.74301,8.99895\n8389,1646232278,47.74301,8.99895\n8390,1646232279,47.74301,8.99895\n8391,1646232280,47.74301,8.99895\n8392,1646232281,47.74301,8.99895\n8393,1646232282,47.74301,8.99895\n8394,1646232283,47.74301,8.99895\n8395,1646232284,47.74301,8.99895\n8396,1646232285,47.74301,8.99895\n8397,1646232286,47.74301,8.99895\n8398,1646232287,47.74301,8.99895\n8399,1646232288,47.74301,8.99895\n8400,1646232289,47.74301,8.99895\n8401,1646232290,47.74301,8.99895\n8402,1646232291,47.74301,8.99895\n8403,1646232292,47.74301,8.99895\n8404,1646232293,47.74301,8.99895\n8405,1646232294,47.74301,8.99895\n8406,1646232295,47.74301,8.99895\n8407,1646232296,47.74301,8.99895\n8408,1646232297,47.74301,8.99895\n8409,1646232298,47.74301,8.99895\n8410,1646232299,47.74301,8.99895\n8411,1646232300,47.74301,8.99895\n8412,1646232301,47.74301,8.99895\n8413,1646232302,47.74301,8.99895\n8414,1646232303,47.74301,8.99895\n8415,1646232304,47.74301,8.99895\n8416,1646232305,47.74301,8.99895\n8417,1646232306,47.74301,8.99895\n8418,1646232307,47.74301,8.99895\n8419,1646232308,47.74301,8.99895\n8420,1646232309,47.74301,8.99895\n8421,1646232310,47.74301,8.99895\n8422,1646232311,47.74301,8.99895\n8423,1646232312,47.74301,8.99895\n8424,1646232313,47.74301,8.99895\n8425,1646232314,47.74301,8.99895\n8426,1646232315,47.74301,8.99895\n8427,1646232316,47.74301,8.99895\n8428,1646232317,47.74301,8.99895\n8429,1646232318,47.74301,8.99895\n8430,1646232319,47.74301,8.99895\n8431,1646232320,47.74301,8.99895\n8432,1646232321,47.74301,8.99895\n8433,1646232322,47.74301,8.99895\n8434,1646232323,47.74301,8.99895\n8435,1646232324,47.74301,8.99895\n8436,1646232325,47.74301,8.99895\n8437,1646232326,47.74301,8.99895\n8438,1646232327,47.74301,8.99895\n8439,1646232328,47.74301,8.99895\n8440,1646232329,47.74301,8.99895\n8441,1646232330,47.74301,8.99895\n8442,1646232331,47.74301,8.99895\n8443,1646232332,47.74301,8.99895\n8444,1646232333,47.74301,8.99895\n8445,1646232334,47.74301,8.99895\n8446,1646232335,47.74301,8.99895\n8447,1646232336,47.74301,8.99895\n8448,1646232337,47.74301,8.99895\n8449,1646232338,47.74301,8.99895\n8450,1646232339,47.74301,8.99895\n8451,1646232340,47.74301,8.99895\n8452,1646232341,47.74301,8.99895\n8453,1646232342,47.74301,8.99895\n8454,1646232343,47.74301,8.99895\n8455,1646232344,47.74301,8.99895\n8456,1646232345,47.74301,8.99895\n8457,1646232346,47.74301,8.99895\n8458,1646232347,47.74301,8.99895\n8459,1646232348,47.74301,8.99895\n8460,1646232349,47.74301,8.99895\n8461,1646232350,47.74301,8.99895\n8462,1646232351,47.74301,8.99895\n8463,1646232352,47.74301,8.99895\n8464,1646232353,47.74301,8.99895\n8465,1646232354,47.74301,8.99895\n8466,1646232355,47.74301,8.99895\n8467,1646232356,47.74301,8.99895\n8468,1646232357,47.74301,8.99895\n8469,1646232358,47.74301,8.99895\n8470,1646232359,47.74301,8.99895\n8471,1646232360,47.74301,8.99895\n8472,1646232361,47.74301,8.99895\n8473,1646232362,47.74301,8.99895\n8474,1646232363,47.74301,8.99895\n8475,1646232364,47.74301,8.99895\n8476,1646232365,47.74301,8.99895\n8477,1646232366,47.74301,8.99895\n8478,1646232367,47.74301,8.99895\n8479,1646232368,47.74301,8.99895\n8480,1646232369,47.74301,8.99895\n8481,1646232370,47.74301,8.99895\n8482,1646232371,47.74301,8.99895\n8483,1646232372,47.74301,8.99895\n8484,1646232373,47.74301,8.99895\n8485,1646232374,47.74301,8.99895\n8486,1646232375,47.74301,8.99895\n8487,1646232376,47.74301,8.99895\n8488,1646232377,47.74301,8.99895\n8489,1646232378,47.74301,8.99895\n8490,1646232379,47.74301,8.99895\n8491,1646232380,47.74301,8.99895\n8492,1646232381,47.74301,8.99895\n8493,1646232382,47.74301,8.99895\n8494,1646232383,47.74301,8.99895\n8495,1646232384,47.74301,8.99895\n8496,1646232385,47.74301,8.99895\n8497,1646232386,47.74301,8.99895\n8498,1646232387,47.74301,8.99895\n8499,1646232388,47.74301,8.99895\n8500,1646232389,47.74301,8.99895\n8501,1646232390,47.74302,8.99895\n8502,1646232391,47.74302,8.99895\n8503,1646232392,47.74302,8.99895\n8504,1646232393,47.74302,8.99895\n8505,1646232394,47.74302,8.99895\n8506,1646232395,47.74302,8.99895\n8507,1646232396,47.74302,8.99895\n8508,1646232397,47.74302,8.99895\n8509,1646232398,47.74302,8.99895\n8510,1646232399,47.74302,8.99895\n8511,1646232400,47.74302,8.99895\n8512,1646232401,47.74302,8.99895\n8513,1646232402,47.74302,8.99895\n8514,1646232403,47.74302,8.99895\n8515,1646232404,47.74302,8.99895\n8516,1646232405,47.74302,8.99895\n8517,1646232406,47.74302,8.99895\n8518,1646232407,47.74302,8.99895\n8519,1646232408,47.74302,8.99895\n8520,1646232409,47.74302,8.99895\n8521,1646232410,47.74302,8.99895\n8522,1646232411,47.74302,8.99895\n8523,1646232412,47.74302,8.99895\n8524,1646232413,47.74302,8.99895\n8525,1646232414,47.74302,8.99895\n8526,1646232415,47.74302,8.99895\n8527,1646232416,47.74302,8.99895\n8528,1646232417,47.74302,8.99895\n8529,1646232418,47.74302,8.99895\n8530,1646232419,47.74302,8.99895\n8531,1646232420,47.74302,8.99895\n8532,1646232421,47.74302,8.99895\n8533,1646232422,47.74302,8.99895\n8534,1646232423,47.74302,8.99895\n8535,1646232424,47.74302,8.99895\n8536,1646232425,47.74302,8.99895\n8537,1646232426,47.74302,8.99895\n8538,1646232427,47.74302,8.99895\n8539,1646232428,47.74302,8.99895\n8540,1646232429,47.74302,8.99895\n8541,1646232430,47.74302,8.99895\n8542,1646232431,47.74302,8.99895\n8543,1646232432,47.74302,8.99895\n8544,1646232433,47.74302,8.99895\n8545,1646232434,47.74302,8.99895\n8546,1646232435,47.74302,8.99895\n8547,1646232436,47.74302,8.99895\n8548,1646232437,47.74302,8.99895\n8549,1646232438,47.74302,8.99895\n8550,1646232439,47.74302,8.99895\n8551,1646232440,47.74302,8.99895\n8552,1646232441,47.74302,8.99895\n8553,1646232442,47.74302,8.99895\n8554,1646232443,47.74302,8.99895\n8555,1646232444,47.74302,8.99895\n8556,1646232445,47.74302,8.99895\n8557,1646232446,47.74302,8.99895\n8558,1646232447,47.74302,8.99895\n8559,1646232448,47.74302,8.99895\n8560,1646232449,47.74302,8.99895\n8561,1646232450,47.74302,8.99895\n8562,1646232451,47.74302,8.99895\n8563,1646232452,47.74302,8.99895\n8564,1646232453,47.74302,8.99895\n8565,1646232454,47.74302,8.99895\n8566,1646232455,47.74302,8.99895\n8567,1646232456,47.74302,8.99895\n8568,1646232457,47.74302,8.99895\n8569,1646232458,47.74302,8.99895\n8570,1646232459,47.74302,8.99895\n8571,1646232460,47.74302,8.99895\n8572,1646232461,47.74302,8.99895\n8573,1646232462,47.74302,8.99895\n8574,1646232463,47.74302,8.99895\n8575,1646232464,47.74302,8.99895\n8576,1646232465,47.74302,8.99895\n8577,1646232466,47.74302,8.99895\n8578,1646232467,47.74302,8.99895\n8579,1646232468,47.74302,8.99895\n8580,1646232469,47.74302,8.99895\n8581,1646232470,47.74302,8.99895\n8582,1646232471,47.74302,8.99895\n8583,1646232472,47.74302,8.99895\n8584,1646232473,47.74302,8.99895\n8585,1646232474,47.74302,8.99895\n8586,1646232475,47.74302,8.99895\n8587,1646232476,47.74302,8.99895\n8588,1646232477,47.74302,8.99895\n8589,1646232478,47.74302,8.99895\n8590,1646232479,47.74302,8.99895\n8591,1646232480,47.74302,8.99895\n8592,1646232481,47.74302,8.99895\n8593,1646232482,47.74302,8.99895\n8594,1646232483,47.74302,8.99895\n8595,1646232484,47.74302,8.99895\n8596,1646232485,47.74302,8.99895\n8597,1646232486,47.74302,8.99895\n8598,1646232487,47.74303,8.99894\n8599,1646232488,47.74303,8.99894\n8600,1646232489,47.74303,8.99894\n8601,1646232490,47.74303,8.99894\n8602,1646232491,47.74303,8.99894\n8603,1646232492,47.74303,8.99894\n8604,1646232493,47.74303,8.99894\n8605,1646232494,47.74303,8.99894\n8606,1646232495,47.74303,8.99894\n8607,1646232496,47.74303,8.99894\n8608,1646232497,47.74303,8.99894\n8609,1646232498,47.74303,8.99894\n8610,1646232499,47.74303,8.99894\n8611,1646232500,47.74303,8.99894\n8612,1646232501,47.74303,8.99894\n8613,1646232502,47.74303,8.99894\n8614,1646232503,47.74303,8.99894\n8615,1646232504,47.74303,8.99894\n8616,1646232505,47.74303,8.99894\n8617,1646232506,47.74303,8.99894\n8618,1646232507,47.74303,8.99894\n8619,1646232508,47.74303,8.99894\n8620,1646232509,47.74303,8.99894\n8621,1646232510,47.74303,8.99894\n8622,1646232511,47.74303,8.99894\n8623,1646232512,47.74303,8.99894\n8624,1646232513,47.74303,8.99894\n8625,1646232514,47.74303,8.99894\n8626,1646232515,47.74303,8.99894\n8627,1646232516,47.74303,8.99894\n8628,1646232517,47.74303,8.99894\n8629,1646232518,47.74303,8.99894\n8630,1646232519,47.74303,8.99894\n8631,1646232520,47.74303,8.99894\n8632,1646232521,47.74303,8.99894\n8633,1646232522,47.74303,8.99894\n8634,1646232523,47.74303,8.99894\n8635,1646232524,47.74303,8.99894\n8636,1646232525,47.74303,8.99894\n8637,1646232526,47.74303,8.99894\n8638,1646232527,47.74303,8.99894\n8639,1646232528,47.74303,8.99894\n8640,1646232529,47.74303,8.99894\n8641,1646232530,47.74303,8.99894\n8642,1646232531,47.74303,8.99894\n8643,1646232532,47.74303,8.99894\n8644,1646232533,47.74303,8.99894\n8645,1646232534,47.74303,8.99894\n8646,1646232535,47.74303,8.99894\n8647,1646232536,47.74303,8.99894\n8648,1646232537,47.74303,8.99894\n8649,1646232538,47.74303,8.99894\n8650,1646232539,47.74303,8.99894\n8651,1646232540,47.74303,8.99894\n8652,1646232541,47.74303,8.99894\n8653,1646232542,47.74303,8.99894\n8654,1646232543,47.74303,8.99894\n8655,1646232544,47.74303,8.99894\n8656,1646232545,47.74303,8.99894\n8657,1646232546,47.74303,8.99894\n8658,1646232547,47.74303,8.99894\n8659,1646232548,47.74303,8.99894\n8660,1646232549,47.74303,8.99894\n8661,1646232550,47.74303,8.99894\n8662,1646232551,47.74303,8.99894\n8663,1646232552,47.74303,8.99894\n8664,1646232553,47.74303,8.99894\n8665,1646232554,47.74303,8.99894\n8666,1646232555,47.74303,8.99894\n8667,1646232556,47.74303,8.99894\n8668,1646232557,47.74304,8.99894\n8669,1646232558,47.74304,8.99894\n8670,1646232559,47.74304,8.99894\n8671,1646232561,47.74304,8.99894\n8672,1646232562,47.74304,8.99894\n8673,1646232563,47.74304,8.99894\n8674,1646232564,47.74304,8.99894\n8675,1646232565,47.74304,8.99894\n8676,1646232566,47.74304,8.99894\n8677,1646232567,47.74304,8.99894\n8678,1646232568,47.74304,8.99894\n8679,1646232569,47.74304,8.99894\n8680,1646232570,47.74304,8.99894\n8681,1646232571,47.74304,8.99894\n8682,1646232572,47.74304,8.99894\n8683,1646232573,47.74304,8.99894\n8684,1646232574,47.74304,8.99894\n8685,1646232575,47.74304,8.99894\n8686,1646232576,47.74304,8.99894\n8687,1646232577,47.74304,8.99894\n8688,1646232578,47.74304,8.99894\n8689,1646232579,47.74304,8.99894\n8690,1646232580,47.74304,8.99894\n8691,1646232581,47.74304,8.99894\n8692,1646232582,47.74304,8.99894\n8693,1646232583,47.74304,8.99894\n8694,1646232584,47.74304,8.99894\n8695,1646232585,47.74304,8.99894\n8696,1646232586,47.74304,8.99894\n8697,1646232587,47.74304,8.99894\n8698,1646232588,47.74304,8.99894\n8699,1646232589,47.74304,8.99894\n8700,1646232590,47.74304,8.99894\n8701,1646232591,47.74304,8.99894\n8702,1646232592,47.74304,8.99894\n8703,1646232593,47.74304,8.99894\n8704,1646232594,47.74304,8.99894\n8705,1646232595,47.74304,8.99894\n8706,1646232596,47.74304,8.99894\n8707,1646232597,47.74304,8.99894\n8708,1646232598,47.74304,8.99894\n8709,1646232599,47.74304,8.99894\n8710,1646232600,47.74304,8.99894\n8711,1646232601,47.74304,8.99894\n8712,1646232602,47.74304,8.99894\n8713,1646232603,47.74304,8.99894\n8714,1646232604,47.74304,8.99894\n8715,1646232605,47.74304,8.99894\n8716,1646232606,47.74304,8.99894\n8717,1646232607,47.74304,8.99894\n8718,1646232608,47.74304,8.99894\n8719,1646232609,47.74304,8.99894\n8720,1646232610,47.74304,8.99894\n8721,1646232611,47.74304,8.99894\n8722,1646232612,47.74304,8.99894\n8723,1646232613,47.74304,8.99894\n8724,1646232614,47.74304,8.99894\n8725,1646232615,47.74304,8.99894\n8726,1646232616,47.74304,8.99894\n8727,1646232617,47.74304,8.99894\n8728,1646232618,47.74304,8.99894\n8729,1646232619,47.74304,8.99894\n8730,1646232620,47.74304,8.99894\n8731,1646232621,47.74304,8.99894\n8732,1646232622,47.74304,8.99894\n8733,1646232623,47.74304,8.99894\n8734,1646232624,47.74304,8.99894\n8735,1646232625,47.74304,8.99894\n8736,1646232626,47.74304,8.99894\n8737,1646232627,47.74304,8.99894\n8738,1646232628,47.74304,8.99894\n8739,1646232629,47.74304,8.99894\n8740,1646232630,47.74304,8.99894\n8741,1646232631,47.74304,8.99894\n8742,1646232632,47.74304,8.99894\n8743,1646232633,47.74304,8.99894\n8744,1646232634,47.74304,8.99894\n8745,1646232635,47.74304,8.99894\n8746,1646232636,47.74304,8.99894\n8747,1646232637,47.74304,8.99894\n8748,1646232638,47.74304,8.99894\n8749,1646232639,47.74304,8.99894\n8750,1646232640,47.74304,8.99894\n8751,1646232641,47.74304,8.99894\n8752,1646232642,47.74304,8.99894\n8753,1646232643,47.74304,8.99894\n8754,1646232644,47.74304,8.99894\n8755,1646232645,47.74304,8.99894\n8756,1646232646,47.74304,8.99894\n8757,1646232647,47.74304,8.99894\n8758,1646232648,47.74304,8.99894\n8759,1646232649,47.74304,8.99894\n8760,1646232650,47.74304,8.99894\n8761,1646232651,47.74304,8.99894\n8762,1646232652,47.74304,8.99894\n8763,1646232653,47.74304,8.99894\n8764,1646232654,47.74304,8.99894\n8765,1646232655,47.74304,8.99894\n8766,1646232656,47.74304,8.99894\n8767,1646232657,47.74304,8.99894\n8768,1646232658,47.74304,8.99894\n8769,1646232659,47.74304,8.99894\n8770,1646232660,47.74304,8.99894\n8771,1646232661,47.74304,8.99894\n8772,1646232662,47.74304,8.99894\n8773,1646232663,47.74304,8.99894\n8774,1646232664,47.74304,8.99894\n8775,1646232665,47.74304,8.99894\n8776,1646232666,47.74304,8.99894\n8777,1646232667,47.74304,8.99894\n8778,1646232668,47.74304,8.99894\n8779,1646232669,47.74304,8.99894\n8780,1646232670,47.74304,8.99894\n8781,1646232671,47.74304,8.99894\n8782,1646232672,47.74304,8.99894\n8783,1646232673,47.74304,8.99894\n8784,1646232674,47.74304,8.99894\n8785,1646232675,47.74304,8.99894\n8786,1646232676,47.74304,8.99894\n8787,1646232677,47.74304,8.99894\n8788,1646232678,47.74304,8.99894\n8789,1646232679,47.74304,8.99894\n8790,1646232680,47.74304,8.99894\n8791,1646232681,47.74304,8.99894\n8792,1646232682,47.74304,8.99894\n8793,1646232683,47.74304,8.99894\n8794,1646232684,47.74304,8.99894\n8795,1646232685,47.74304,8.99894\n8796,1646232686,47.74304,8.99894\n8797,1646232687,47.74304,8.99894\n8798,1646232688,47.74304,8.99894\n8799,1646232689,47.74304,8.99894\n8800,1646232690,47.74304,8.99894\n8801,1646232691,47.74304,8.99894\n8802,1646232692,47.74304,8.99894\n8803,1646232693,47.74304,8.99894\n8804,1646232694,47.74304,8.99894\n8805,1646232695,47.74304,8.99894\n8806,1646232696,47.74304,8.99894\n8807,1646232697,47.74304,8.99894\n8808,1646232698,47.74304,8.99894\n8809,1646232699,47.74304,8.99894\n8810,1646232700,47.74304,8.99894\n8811,1646232701,47.74304,8.99894\n8812,1646232702,47.74304,8.99894\n8813,1646232703,47.74304,8.99894\n8814,1646232704,47.74304,8.99894\n8815,1646232705,47.74304,8.99894\n8816,1646232706,47.74304,8.99894\n8817,1646232707,47.74304,8.99894\n8818,1646232708,47.74304,8.99894\n8819,1646232709,47.74304,8.99894\n8820,1646232710,47.74304,8.99894\n8821,1646232711,47.74304,8.99894\n8822,1646232712,47.74304,8.99894\n8823,1646232713,47.74304,8.99894\n8824,1646232714,47.74304,8.99894\n8825,1646232715,47.74304,8.99894\n8826,1646232716,47.74304,8.99894\n8827,1646232717,47.74304,8.99894\n8828,1646232718,47.74304,8.99894\n8829,1646232719,47.74304,8.99894\n8830,1646232720,47.74304,8.99894\n8831,1646232721,47.74304,8.99894\n8832,1646232722,47.74304,8.99894\n8833,1646232723,47.74304,8.99894\n8834,1646232724,47.74304,8.99894\n8835,1646232725,47.74304,8.99894\n8836,1646232726,47.74304,8.99894\n8837,1646232727,47.74304,8.99894\n8838,1646232728,47.74304,8.99894\n8839,1646232729,47.74304,8.99894\n8840,1646232730,47.74304,8.99894\n8841,1646232731,47.74304,8.99894\n8842,1646232732,47.74304,8.99894\n8843,1646232733,47.74304,8.99894\n8844,1646232734,47.74304,8.99894\n8845,1646232735,47.74304,8.99894\n8846,1646232736,47.74304,8.99894\n8847,1646232737,47.74304,8.99894\n8848,1646232738,47.74304,8.99894\n8849,1646232739,47.74304,8.99894\n8850,1646232740,47.74304,8.99894\n8851,1646232741,47.74304,8.99894\n8852,1646232742,47.74304,8.99894\n8853,1646232743,47.74304,8.99894\n8854,1646232744,47.74304,8.99894\n8855,1646232745,47.74304,8.99894\n8856,1646232746,47.74304,8.99894\n8857,1646232747,47.74304,8.99894\n8858,1646232748,47.74304,8.99894\n8859,1646232749,47.74304,8.99894\n8860,1646232750,47.74304,8.99894\n8861,1646232751,47.74304,8.99894\n8862,1646232752,47.74304,8.99894\n8863,1646232753,47.74304,8.99894\n8864,1646232754,47.74304,8.99894\n8865,1646232755,47.74304,8.99894\n8866,1646232756,47.74304,8.99894\n8867,1646232757,47.74304,8.99894\n8868,1646232758,47.74304,8.99894\n8869,1646232759,47.74304,8.99894\n8870,1646232760,47.74304,8.99894\n8871,1646232761,47.74304,8.99894\n8872,1646232762,47.74304,8.99894\n8873,1646232763,47.74304,8.99894\n8874,1646232764,47.74304,8.99894\n8875,1646232765,47.74304,8.99894\n8876,1646232766,47.74304,8.99894\n8877,1646232767,47.74304,8.99894\n8878,1646232768,47.74304,8.99894\n8879,1646232769,47.74304,8.99894\n8880,1646232770,47.74304,8.99894\n8881,1646232771,47.74304,8.99894\n8882,1646232772,47.74304,8.99894\n8883,1646232773,47.74304,8.99894\n8884,1646232774,47.74304,8.99894\n8885,1646232775,47.74304,8.99894\n8886,1646232776,47.74304,8.99894\n8887,1646232777,47.74304,8.99894\n8888,1646232778,47.74304,8.99894\n8889,1646232779,47.74304,8.99894\n8890,1646232780,47.74304,8.99894\n8891,1646232781,47.74304,8.99894\n8892,1646232782,47.74304,8.99894\n8893,1646232783,47.74304,8.99894\n8894,1646232784,47.74304,8.99894\n8895,1646232785,47.74304,8.99894\n8896,1646232786,47.74304,8.99894\n8897,1646232787,47.74304,8.99894\n8898,1646232788,47.74304,8.99894\n8899,1646232789,47.74304,8.99894\n8900,1646232790,47.74304,8.99894\n8901,1646232791,47.74304,8.99894\n8902,1646232792,47.74304,8.99894\n8903,1646232793,47.74304,8.99894\n8904,1646232794,47.74304,8.99894\n8905,1646232795,47.74304,8.99894\n8906,1646232796,47.74304,8.99894\n8907,1646232797,47.74304,8.99894\n8908,1646232798,47.74304,8.99894\n8909,1646232799,47.74304,8.99894\n8910,1646232800,47.74304,8.99894\n8911,1646232801,47.74304,8.99894\n8912,1646232802,47.74304,8.99894\n8913,1646232803,47.74304,8.99894\n8914,1646232804,47.74304,8.99894\n8915,1646232805,47.74304,8.99894\n8916,1646232806,47.74304,8.99894\n8917,1646232807,47.74304,8.99894\n8918,1646232808,47.74304,8.99894\n8919,1646232809,47.74304,8.99894\n8920,1646232810,47.74304,8.99894\n8921,1646232811,47.74304,8.99894\n8922,1646232813,47.74304,8.99894\n8923,1646232814,47.74304,8.99894\n8924,1646232815,47.74304,8.99894\n8925,1646232816,47.74304,8.99894\n8926,1646232817,47.74304,8.99894\n8927,1646232818,47.74304,8.99894\n8928,1646232819,47.74304,8.99894\n8929,1646232820,47.74304,8.99894\n8930,1646232821,47.74304,8.99894\n8931,1646232822,47.74304,8.99894\n8932,1646232823,47.74304,8.99894\n8933,1646232824,47.74304,8.99894\n8934,1646232825,47.74304,8.99894\n8935,1646232826,47.74304,8.99894\n8936,1646232827,47.74304,8.99894\n8937,1646232828,47.74304,8.99894\n8938,1646232829,47.74304,8.99894\n8939,1646232830,47.74304,8.99894\n8940,1646232831,47.74304,8.99894\n8941,1646232832,47.74304,8.99894\n8942,1646232833,47.74304,8.99894\n8943,1646232896,47.74302,8.99898\n8944,1646232897,47.74300,8.99895\n8945,1646232898,47.74302,8.99895\n8946,1646232899,47.74302,8.99895\n8947,1646232900,47.74303,8.99895\n8948,1646232901,47.74303,8.99896\n8949,1646232902,47.74303,8.99896\n8950,1646232903,47.74303,8.99896\n8951,1646232904,47.74302,8.99896\n8952,1646232905,47.74302,8.99896\n8953,1646232906,47.74302,8.99896\n8954,1646232907,47.74303,8.99897\n8955,1646232909,47.74302,8.99897\n8956,1646232910,47.74302,8.99897\n8957,1646232911,47.74302,8.99896\n8958,1646232912,47.74302,8.99896\n8959,1646232913,47.74302,8.99896\n8960,1646232914,47.74301,8.99896\n8961,1646232915,47.74301,8.99896\n8962,1646232916,47.74301,8.99896\n8963,1646232917,47.74302,8.99895\n8964,1646232918,47.74302,8.99895\n8965,1646232919,47.74302,8.99895\n8966,1646232920,47.74302,8.99895\n8967,1646232921,47.74302,8.99895\n8968,1646232922,47.74302,8.99895\n8969,1646232923,47.74302,8.99895\n8970,1646232924,47.74302,8.99895\n8971,1646232925,47.74302,8.99895\n8972,1646232926,47.74302,8.99895\n8973,1646232927,47.74302,8.99895\n8974,1646232928,47.74302,8.99894\n8975,1646232929,47.74302,8.99894\n8976,1646232930,47.74303,8.99894\n8977,1646232931,47.74303,8.99894\n8978,1646232932,47.74303,8.99894\n8979,1646232933,47.74303,8.99894\n8980,1646232934,47.74302,8.99894\n8981,1646232935,47.74303,8.99894\n8982,1646232936,47.74303,8.99894\n8983,1646232937,47.74303,8.99894\n8984,1646232938,47.74303,8.99894\n8985,1646232939,47.74303,8.99894\n8986,1646232940,47.74303,8.99894\n8987,1646232941,47.74303,8.99894\n8988,1646232942,47.74303,8.99894\n8989,1646232943,47.74303,8.99894\n8990,1646232944,47.74303,8.99894\n8991,1646232945,47.74303,8.99894\n8992,1646232946,47.74303,8.99894\n8993,1646232947,47.74303,8.99894\n8994,1646232948,47.74303,8.99894\n8995,1646232949,47.74303,8.99894\n8996,1646232950,47.74303,8.99894\n8997,1646232951,47.74303,8.99894\n8998,1646232952,47.74303,8.99894\n8999,1646232953,47.74303,8.99894\n9000,1646232954,47.74303,8.99894\n9001,1646232955,47.74303,8.99894\n9002,1646232956,47.74303,8.99894\n9003,1646232957,47.74303,8.99894\n9004,1646232958,47.74303,8.99894\n9005,1646232959,47.74303,8.99894\n9006,1646232960,47.74303,8.99894\n9007,1646232961,47.74303,8.99894\n9008,1646232962,47.74303,8.99894\n9009,1646232963,47.74303,8.99894\n9010,1646232964,47.74303,8.99894\n9011,1646232965,47.74303,8.99894\n9012,1646232966,47.74303,8.99894\n9013,1646232967,47.74303,8.99894\n9014,1646232968,47.74303,8.99894\n9015,1646232969,47.74303,8.99894\n9016,1646232970,47.74303,8.99894\n9017,1646232971,47.74303,8.99894\n9018,1646232972,47.74303,8.99894\n9019,1646232973,47.74303,8.99894\n9020,1646232974,47.74303,8.99894\n9021,1646232975,47.74303,8.99894\n9022,1646232976,47.74303,8.99894\n9023,1646232977,47.74303,8.99894\n9024,1646232978,47.74303,8.99894\n9025,1646232979,47.74303,8.99894\n9026,1646232980,47.74303,8.99894\n9027,1646232981,47.74303,8.99894\n9028,1646232982,47.74303,8.99894\n9029,1646232983,47.74303,8.99894\n9030,1646232984,47.74303,8.99894\n9031,1646232985,47.74303,8.99894\n9032,1646232986,47.74303,8.99894\n9033,1646232987,47.74303,8.99894\n9034,1646232988,47.74303,8.99894\n9035,1646232989,47.74303,8.99894\n9036,1646232990,47.74303,8.99894\n9037,1646232991,47.74303,8.99894\n9038,1646232992,47.74303,8.99894\n9039,1646232993,47.74303,8.99894\n9040,1646232994,47.74303,8.99894\n9041,1646232995,47.74303,8.99894\n9042,1646232996,47.74303,8.99894\n9043,1646232997,47.74303,8.99894\n9044,1646232998,47.74303,8.99894\n9045,1646232999,47.74303,8.99894\n9046,1646233000,47.74303,8.99894\n9047,1646233001,47.74303,8.99894\n9048,1646233002,47.74303,8.99894\n9049,1646233003,47.74303,8.99894\n9050,1646233004,47.74303,8.99894\n9051,1646233005,47.74303,8.99894\n9052,1646233006,47.74303,8.99894\n9053,1646233007,47.74303,8.99894\n9054,1646233008,47.74303,8.99894\n9055,1646233009,47.74303,8.99894\n9056,1646233010,47.74303,8.99894\n9057,1646233011,47.74303,8.99894\n9058,1646233012,47.74303,8.99894\n9059,1646233013,47.74303,8.99894\n9060,1646233014,47.74303,8.99894\n9061,1646233015,47.74303,8.99894\n9062,1646233016,47.74303,8.99894\n9063,1646233017,47.74303,8.99894\n9064,1646233018,47.74303,8.99894\n9065,1646233019,47.74303,8.99894\n9066,1646233020,47.74303,8.99894\n9067,1646233021,47.74303,8.99894\n9068,1646233022,47.74303,8.99894\n9069,1646233023,47.74303,8.99894\n9070,1646233024,47.74303,8.99894\n9071,1646233025,47.74303,8.99894\n9072,1646233026,47.74303,8.99894\n9073,1646233027,47.74303,8.99894\n9074,1646233028,47.74303,8.99894\n9075,1646233029,47.74303,8.99894\n9076,1646233030,47.74303,8.99894\n9077,1646233031,47.74303,8.99894\n9078,1646233032,47.74303,8.99894\n9079,1646233033,47.74303,8.99894\n9080,1646233034,47.74303,8.99894\n9081,1646233035,47.74303,8.99894\n9082,1646233036,47.74303,8.99894\n9083,1646233037,47.74303,8.99894\n9084,1646233038,47.74303,8.99894\n9085,1646233039,47.74303,8.99894\n9086,1646233040,47.74303,8.99894\n9087,1646233041,47.74303,8.99894\n9088,1646233042,47.74303,8.99894\n9089,1646233043,47.74303,8.99894\n9090,1646233044,47.74303,8.99894\n9091,1646233045,47.74303,8.99894\n9092,1646233046,47.74303,8.99894\n9093,1646233047,47.74303,8.99894\n9094,1646233048,47.74303,8.99894\n9095,1646233049,47.74303,8.99894\n9096,1646233050,47.74303,8.99894\n9097,1646233051,47.74303,8.99894\n9098,1646233052,47.74303,8.99894\n9099,1646233053,47.74303,8.99894\n9100,1646233054,47.74303,8.99894\n9101,1646233055,47.74303,8.99894\n9102,1646233056,47.74303,8.99894\n9103,1646233057,47.74303,8.99894\n9104,1646233058,47.74303,8.99894\n9105,1646233059,47.74303,8.99894\n9106,1646233060,47.74303,8.99894\n9107,1646233061,47.74303,8.99894\n9108,1646233062,47.74303,8.99894\n9109,1646233063,47.74303,8.99894\n9110,1646233064,47.74303,8.99894\n9111,1646233065,47.74303,8.99894\n9112,1646233066,47.74303,8.99894\n9113,1646233067,47.74303,8.99894\n9114,1646233068,47.74303,8.99894\n9115,1646233069,47.74303,8.99894\n9116,1646233070,47.74303,8.99894\n9117,1646233071,47.74303,8.99894\n9118,1646233072,47.74303,8.99894\n9119,1646233073,47.74303,8.99894\n9120,1646233074,47.74303,8.99894\n9121,1646233075,47.74303,8.99894\n9122,1646233076,47.74303,8.99894\n9123,1646233077,47.74303,8.99894\n9124,1646233078,47.74303,8.99894\n9125,1646233079,47.74303,8.99894\n9126,1646233080,47.74303,8.99894\n9127,1646233081,47.74303,8.99894\n9128,1646233082,47.74303,8.99894\n9129,1646233083,47.74303,8.99894\n9130,1646233084,47.74303,8.99894\n9131,1646233085,47.74303,8.99894\n9132,1646233086,47.74303,8.99894\n9133,1646233087,47.74303,8.99894\n9134,1646233088,47.74303,8.99894\n9135,1646233089,47.74303,8.99894\n9136,1646233090,47.74303,8.99894\n9137,1646233091,47.74303,8.99894\n9138,1646233092,47.74303,8.99894\n9139,1646233093,47.74303,8.99894\n9140,1646233094,47.74303,8.99894\n9141,1646233095,47.74303,8.99894\n9142,1646233096,47.74303,8.99894\n9143,1646233097,47.74303,8.99894\n9144,1646233098,47.74303,8.99894\n9145,1646233099,47.74303,8.99894\n9146,1646233100,47.74303,8.99894\n9147,1646233101,47.74303,8.99894\n9148,1646233102,47.74303,8.99894\n9149,1646233103,47.74303,8.99894\n9150,1646233104,47.74303,8.99894\n9151,1646233105,47.74303,8.99894\n9152,1646233106,47.74303,8.99894\n9153,1646233107,47.74303,8.99894\n9154,1646233108,47.74303,8.99894\n9155,1646233109,47.74303,8.99894\n9156,1646233110,47.74303,8.99894\n9157,1646233111,47.74303,8.99894\n9158,1646233112,47.74303,8.99894\n9159,1646233113,47.74303,8.99894\n9160,1646233114,47.74303,8.99894\n9161,1646233115,47.74303,8.99894\n9162,1646233116,47.74303,8.99894\n9163,1646233117,47.74303,8.99894\n9164,1646233118,47.74303,8.99894\n9165,1646233119,47.74303,8.99894\n9166,1646233120,47.74303,8.99894\n9167,1646233121,47.74303,8.99894\n9168,1646233122,47.74303,8.99894\n9169,1646233185,47.74300,8.99883\n9170,1646233186,47.74298,8.99886\n9171,1646233187,47.74299,8.99889\n9172,1646233188,47.74299,8.99889\n9173,1646233189,47.74299,8.99890\n9174,1646233190,47.74300,8.99890\n9175,1646233191,47.74300,8.99891\n9176,1646233192,47.74301,8.99892\n9177,1646233193,47.74301,8.99893\n9178,1646233194,47.74301,8.99893\n9179,1646233195,47.74301,8.99891\n9180,1646233197,47.74301,8.99892\n9181,1646233198,47.74301,8.99892\n9182,1646233199,47.74302,8.99892\n9183,1646233200,47.74302,8.99892\n9184,1646233201,47.74302,8.99892\n9185,1646233202,47.74303,8.99892\n9186,1646233203,47.74303,8.99892\n9187,1646233204,47.74303,8.99892\n9188,1646233205,47.74303,8.99892\n9189,1646233206,47.74303,8.99892\n9190,1646233207,47.74303,8.99892\n9191,1646233208,47.74303,8.99892\n9192,1646233209,47.74303,8.99891\n9193,1646233210,47.74303,8.99891\n9194,1646233211,47.74303,8.99891\n9195,1646233212,47.74303,8.99891\n9196,1646233213,47.74303,8.99891\n9197,1646233214,47.74303,8.99891\n9198,1646233215,47.74303,8.99891\n9199,1646233216,47.74303,8.99891\n9200,1646233217,47.74303,8.99891\n9201,1646233218,47.74303,8.99891\n9202,1646233219,47.74303,8.99891\n9203,1646234779,47.74312,8.99932\n9204,1646234780,47.74304,8.99904\n9205,1646234781,47.74303,8.99903\n9206,1646234782,47.74303,8.99901\n9207,1646234783,47.74303,8.99901\n9208,1646234784,47.74303,8.99901\n9209,1646234785,47.74302,8.99901\n9210,1646234786,47.74302,8.99900\n9211,1646234787,47.74302,8.99900\n9212,1646234788,47.74302,8.99900\n9213,1646234789,47.74302,8.99900\n9214,1646234790,47.74302,8.99899\n9215,1646234791,47.74302,8.99898\n9216,1646234793,47.74301,8.99898\n9217,1646234794,47.74301,8.99898\n9218,1646234795,47.74301,8.99898\n9219,1646234796,47.74301,8.99898\n9220,1646234797,47.74301,8.99898\n9221,1646234798,47.74301,8.99898\n9222,1646234799,47.74301,8.99898\n9223,1646234800,47.74301,8.99898\n9224,1646234801,47.74301,8.99898\n9225,1646234802,47.74301,8.99898\n9226,1646234803,47.74301,8.99898\n9227,1646234804,47.74301,8.99898\n9228,1646234805,47.74301,8.99898\n9229,1646234868,47.74295,8.99898\n9230,1646234869,47.74296,8.99899\n9231,1646234870,47.74296,8.99899\n9232,1646234871,47.74296,8.99898\n9233,1646234872,47.74298,8.99898\n9234,1646234873,47.74299,8.99898\n9235,1646234874,47.74299,8.99898\n9236,1646234875,47.74301,8.99893\n9237,1646234877,47.74301,8.99893\n9238,1646234878,47.74301,8.99893\n9239,1646234879,47.74301,8.99894\n9240,1646234880,47.74301,8.99894\n9241,1646234881,47.74301,8.99894\n9242,1646234944,47.74307,8.99884\n9243,1646234945,47.74308,8.99889\n9244,1646234946,47.74307,8.99891\n9245,1646234947,47.74307,8.99893\n9246,1646234948,47.74307,8.99893\n9247,1646234949,47.74307,8.99894\n9248,1646234950,47.74306,8.99894\n9249,1646234951,47.74306,8.99895\n9250,1646234952,47.74307,8.99895\n9251,1646234953,47.74306,8.99898\n9252,1646234955,47.74306,8.99898\n9253,1646235018,47.74305,8.99894\n9254,1646235019,47.74304,8.99893\n9255,1646235020,47.74304,8.99893\n9256,1646235021,47.74304,8.99893\n9257,1646235022,47.74304,8.99893\n9258,1646235023,47.74303,8.99893\n9259,1646235024,47.74304,8.99893\n9260,1646235025,47.74304,8.99894\n9261,1646235027,47.74304,8.99894\n9262,1646235090,47.74299,8.99889\n9263,1646235091,47.74301,8.99891\n9264,1646235092,47.74302,8.99891\n9265,1646235093,47.74302,8.99891\n9266,1646235094,47.74302,8.99892\n9267,1646235095,47.74302,8.99892\n9268,1646235096,47.74302,8.99893\n9269,1646235097,47.74302,8.99894\n9270,1646235099,47.74302,8.99894\n9271,1646235162,47.74308,8.99906\n9272,1646235163,47.74304,8.99903\n9273,1646235164,47.74303,8.99900\n9274,1646235165,47.74303,8.99900\n9275,1646235166,47.74303,8.99899\n9276,1646235167,47.74303,8.99899\n9277,1646235168,47.74303,8.99899\n9278,1646235169,47.74304,8.99898\n9279,1646235233,47.74302,8.99904\n9280,1646235234,47.74307,8.99898\n9281,1646235235,47.74307,8.99898\n9282,1646235236,47.74307,8.99897\n9283,1646235237,47.74307,8.99897\n9284,1646235238,47.74307,8.99897\n9285,1646235239,47.74307,8.99897\n9286,1646235303,47.74306,8.99890\n9287,1646235304,47.74306,8.99891\n9288,1646235305,47.74306,8.99892\n9289,1646235306,47.74305,8.99892\n9290,1646235307,47.74304,8.99893\n9291,1646235372,47.74311,8.99901\n9292,1646235373,47.74311,8.99899\n9293,1646235374,47.74310,8.99899\n9294,1646235375,47.74309,8.99899\n9295,1646235376,47.74308,8.99898\n9296,1646235377,47.74307,8.99898\n9297,1646235443,47.74304,8.99893\n9298,1646235444,47.74304,8.99893\n9299,1646235445,47.74304,8.99893\n9300,1646235446,47.74304,8.99894\n9301,1646235447,47.74304,8.99894\n9302,1646235512,47.74299,8.99898\n9303,1646235513,47.74299,8.99898\n9304,1646235514,47.74300,8.99899\n9305,1646235515,47.74300,8.99899\n9306,1646235580,47.74305,8.99897\n9307,1646235581,47.74304,8.99893\n9308,1646235582,47.74304,8.99893\n9309,1646235583,47.74303,8.99892\n9310,1646235646,47.74298,8.99885\n9311,1646235647,47.74297,8.99890\n9312,1646235648,47.74299,8.99891\n9313,1646235649,47.74299,8.99891\n9314,1646235713,47.74284,8.99883\n9315,1646235714,47.74300,8.99895\n9316,1646235715,47.74302,8.99896\n9317,1646235716,47.74304,8.99896\n9318,1646235717,47.74304,8.99896\n9319,1646235781,47.74294,8.99886\n9320,1646235782,47.74303,8.99896\n9321,1646235783,47.74302,8.99896\n9322,1646235784,47.74302,8.99897\n9323,1646235785,47.74302,8.99896\n***END MEMORY***\nV108, ID: 30-1830, 3437mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220309_1s_Interval_10069_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646805031,47.74305,8.99903\n2,1646805033,47.74305,8.99899\n3,1646805034,47.74305,8.99899\n4,1646805035,47.74305,8.99899\n5,1646805036,47.74305,8.99900\n6,1646805037,47.74305,8.99901\n7,1646805038,47.74305,8.99902\n8,1646805039,47.74306,8.99902\n9,1646805040,47.74306,8.99903\n10,1646805041,47.74305,8.99903\n11,1646805042,47.74304,8.99903\n12,1646805043,47.74304,8.99903\n13,1646805044,47.74304,8.99904\n14,1646805045,47.74304,8.99905\n15,1646805046,47.74304,8.99905\n16,1646805047,47.74303,8.99904\n17,1646805048,47.74302,8.99903\n18,1646805049,47.74302,8.99903\n19,1646805050,47.74302,8.99903\n20,1646805051,47.74302,8.99903\n21,1646805052,47.74301,8.99902\n22,1646805053,47.74301,8.99902\n23,1646805054,47.74301,8.99902\n24,1646805055,47.74301,8.99902\n25,1646805056,47.74301,8.99902\n26,1646805057,47.74301,8.99902\n27,1646805058,47.74301,8.99903\n28,1646805059,47.74301,8.99903\n29,1646805060,47.74301,8.99904\n30,1646805061,47.74301,8.99901\n31,1646805062,47.74301,8.99898\n32,1646805063,47.74301,8.99897\n33,1646805064,47.74301,8.99897\n34,1646805065,47.74301,8.99896\n35,1646805066,47.74301,8.99897\n36,1646805067,47.74300,8.99896\n37,1646805068,47.74300,8.99896\n38,1646805069,47.74301,8.99897\n39,1646805070,47.74300,8.99897\n40,1646805071,47.74300,8.99897\n41,1646805072,47.74300,8.99897\n42,1646805073,47.74300,8.99897\n43,1646805074,47.74300,8.99897\n44,1646805075,47.74301,8.99898\n45,1646805076,47.74301,8.99898\n46,1646805077,47.74301,8.99899\n47,1646805078,47.74301,8.99899\n48,1646805079,47.74301,8.99898\n49,1646805080,47.74301,8.99898\n50,1646805081,47.74301,8.99898\n51,1646805082,47.74301,8.99898\n52,1646805083,47.74301,8.99898\n53,1646805084,47.74301,8.99898\n54,1646805085,47.74301,8.99898\n55,1646805086,47.74301,8.99898\n56,1646805087,47.74301,8.99898\n57,1646805088,47.74301,8.99898\n58,1646805089,47.74301,8.99898\n59,1646805090,47.74301,8.99898\n60,1646805091,47.74301,8.99898\n61,1646805092,47.74301,8.99898\n62,1646805093,47.74301,8.99898\n63,1646805094,47.74301,8.99898\n64,1646805095,47.74301,8.99898\n65,1646805096,47.74301,8.99898\n66,1646805097,47.74301,8.99898\n67,1646805098,47.74301,8.99898\n68,1646805099,47.74301,8.99898\n69,1646805100,47.74301,8.99898\n70,1646805101,47.74301,8.99898\n71,1646805102,47.74301,8.99898\n72,1646805103,47.74301,8.99898\n73,1646805104,47.74301,8.99898\n74,1646805105,47.74301,8.99898\n75,1646805106,47.74301,8.99898\n76,1646805107,47.74301,8.99898\n77,1646805108,47.74301,8.99898\n78,1646805109,47.74301,8.99898\n79,1646805110,47.74301,8.99898\n80,1646805111,47.74301,8.99898\n81,1646805112,47.74301,8.99898\n82,1646805113,47.74301,8.99898\n83,1646805114,47.74301,8.99898\n84,1646805115,47.74301,8.99898\n85,1646805116,47.74301,8.99898\n86,1646805117,47.74301,8.99898\n87,1646805118,47.74301,8.99898\n88,1646805119,47.74301,8.99898\n89,1646805120,47.74301,8.99898\n90,1646805121,47.74301,8.99898\n91,1646805122,47.74301,8.99898\n92,1646805123,47.74301,8.99898\n93,1646805124,47.74301,8.99898\n94,1646805125,47.74301,8.99898\n95,1646805126,47.74301,8.99898\n96,1646805127,47.74301,8.99898\n97,1646805128,47.74301,8.99898\n98,1646805129,47.74301,8.99898\n99,1646805130,47.74301,8.99898\n100,1646805131,47.74301,8.99898\n101,1646805132,47.74301,8.99898\n102,1646805133,47.74301,8.99898\n103,1646805134,47.74301,8.99898\n104,1646805135,47.74301,8.99898\n105,1646805136,47.74301,8.99898\n106,1646805137,47.74301,8.99898\n107,1646805138,47.74301,8.99898\n108,1646805139,47.74301,8.99898\n109,1646805140,47.74301,8.99898\n110,1646805141,47.74301,8.99898\n111,1646805142,47.74301,8.99898\n112,1646805143,47.74301,8.99898\n113,1646805144,47.74301,8.99898\n114,1646805145,47.74301,8.99898\n115,1646805146,47.74301,8.99898\n116,1646805147,47.74301,8.99898\n117,1646805148,47.74301,8.99898\n118,1646805149,47.74301,8.99898\n119,1646805150,47.74301,8.99898\n120,1646805151,47.74301,8.99898\n121,1646805152,47.74301,8.99898\n122,1646805153,47.74301,8.99898\n123,1646805154,47.74301,8.99898\n124,1646805155,47.74301,8.99898\n125,1646805156,47.74301,8.99898\n126,1646805157,47.74301,8.99898\n127,1646805158,47.74301,8.99898\n128,1646805159,47.74301,8.99898\n129,1646805160,47.74301,8.99898\n130,1646805161,47.74301,8.99898\n131,1646805162,47.74301,8.99898\n132,1646805163,47.74301,8.99898\n133,1646805164,47.74301,8.99898\n134,1646805165,47.74301,8.99898\n135,1646805166,47.74301,8.99898\n136,1646805167,47.74301,8.99898\n137,1646805168,47.74301,8.99898\n138,1646805169,47.74301,8.99898\n139,1646805170,47.74301,8.99898\n140,1646805171,47.74301,8.99898\n141,1646805172,47.74301,8.99898\n142,1646805173,47.74301,8.99898\n143,1646805174,47.74301,8.99898\n144,1646805175,47.74301,8.99897\n145,1646805176,47.74301,8.99897\n146,1646805177,47.74301,8.99897\n147,1646805178,47.74301,8.99897\n148,1646805179,47.74301,8.99897\n149,1646805180,47.74301,8.99897\n150,1646805181,47.74301,8.99897\n151,1646805182,47.74301,8.99897\n152,1646805183,47.74301,8.99897\n153,1646805184,47.74301,8.99897\n154,1646805185,47.74301,8.99897\n155,1646805186,47.74301,8.99897\n156,1646805187,47.74301,8.99897\n157,1646805188,47.74301,8.99897\n158,1646805189,47.74301,8.99897\n159,1646805190,47.74301,8.99897\n160,1646805191,47.74301,8.99897\n161,1646805192,47.74301,8.99897\n162,1646805193,47.74301,8.99897\n163,1646805194,47.74301,8.99897\n164,1646805195,47.74301,8.99897\n165,1646805196,47.74301,8.99897\n166,1646805197,47.74301,8.99897\n167,1646805198,47.74301,8.99897\n168,1646805199,47.74301,8.99897\n169,1646805200,47.74301,8.99897\n170,1646805201,47.74301,8.99897\n171,1646805202,47.74301,8.99897\n172,1646805203,47.74301,8.99897\n173,1646805204,47.74301,8.99897\n174,1646805205,47.74301,8.99897\n175,1646805206,47.74301,8.99897\n176,1646805207,47.74301,8.99897\n177,1646805208,47.74301,8.99897\n178,1646805209,47.74301,8.99897\n179,1646805210,47.74301,8.99897\n180,1646805211,47.74301,8.99897\n181,1646805212,47.74301,8.99897\n182,1646805213,47.74301,8.99897\n183,1646805214,47.74301,8.99897\n184,1646805215,47.74301,8.99897\n185,1646805216,47.74301,8.99897\n186,1646805217,47.74301,8.99897\n187,1646805218,47.74301,8.99897\n188,1646805219,47.74301,8.99897\n189,1646805220,47.74301,8.99897\n190,1646805221,47.74301,8.99897\n191,1646805222,47.74301,8.99897\n192,1646805223,47.74301,8.99897\n193,1646805224,47.74301,8.99897\n194,1646805225,47.74301,8.99897\n195,1646805226,47.74301,8.99897\n196,1646805227,47.74301,8.99897\n197,1646805228,47.74301,8.99897\n198,1646805229,47.74301,8.99896\n199,1646805230,47.74301,8.99896\n200,1646805231,47.74301,8.99896\n201,1646805232,47.74301,8.99896\n202,1646805233,47.74301,8.99896\n203,1646805234,47.74301,8.99896\n204,1646805235,47.74301,8.99896\n205,1646805236,47.74301,8.99896\n206,1646805237,47.74301,8.99895\n207,1646805238,47.74301,8.99895\n208,1646805239,47.74301,8.99895\n209,1646805240,47.74302,8.99895\n210,1646805241,47.74302,8.99895\n211,1646805242,47.74302,8.99895\n212,1646805243,47.74302,8.99894\n213,1646805244,47.74302,8.99894\n214,1646805245,47.74302,8.99894\n215,1646805246,47.74302,8.99894\n216,1646805247,47.74302,8.99894\n217,1646805248,47.74302,8.99894\n218,1646805249,47.74302,8.99894\n219,1646805250,47.74302,8.99893\n220,1646805251,47.74302,8.99893\n221,1646805252,47.74303,8.99893\n222,1646805253,47.74303,8.99893\n223,1646805254,47.74303,8.99893\n224,1646805255,47.74303,8.99893\n225,1646805256,47.74303,8.99893\n226,1646805257,47.74304,8.99892\n227,1646805258,47.74304,8.99892\n228,1646805259,47.74304,8.99892\n229,1646805260,47.74303,8.99892\n230,1646805261,47.74303,8.99892\n231,1646805262,47.74303,8.99892\n232,1646805263,47.74303,8.99892\n233,1646805264,47.74303,8.99892\n234,1646805265,47.74303,8.99892\n235,1646805266,47.74304,8.99892\n236,1646805267,47.74304,8.99891\n237,1646805268,47.74304,8.99891\n238,1646805269,47.74304,8.99891\n239,1646805270,47.74304,8.99891\n240,1646805271,47.74304,8.99891\n241,1646805272,47.74304,8.99891\n242,1646805273,47.74304,8.99891\n243,1646805274,47.74304,8.99891\n244,1646805275,47.74304,8.99891\n245,1646805276,47.74304,8.99891\n246,1646805277,47.74304,8.99891\n247,1646805278,47.74304,8.99891\n248,1646805279,47.74304,8.99891\n249,1646805280,47.74305,8.99890\n250,1646805281,47.74305,8.99890\n251,1646805282,47.74305,8.99890\n252,1646805283,47.74305,8.99890\n253,1646805284,47.74305,8.99890\n254,1646805285,47.74305,8.99890\n255,1646805286,47.74305,8.99890\n256,1646805287,47.74305,8.99890\n257,1646805288,47.74305,8.99889\n258,1646805289,47.74305,8.99889\n259,1646805290,47.74306,8.99889\n260,1646805291,47.74306,8.99889\n261,1646805292,47.74306,8.99890\n262,1646805293,47.74306,8.99890\n263,1646805294,47.74306,8.99890\n264,1646805295,47.74307,8.99890\n265,1646805296,47.74307,8.99890\n266,1646805297,47.74307,8.99889\n267,1646805298,47.74307,8.99889\n268,1646805299,47.74307,8.99889\n269,1646805300,47.74307,8.99889\n270,1646805301,47.74307,8.99889\n271,1646805302,47.74307,8.99889\n272,1646805303,47.74307,8.99889\n273,1646805304,47.74307,8.99889\n274,1646805305,47.74307,8.99889\n275,1646805306,47.74308,8.99889\n276,1646805307,47.74308,8.99889\n277,1646805308,47.74308,8.99889\n278,1646805309,47.74308,8.99889\n279,1646805310,47.74308,8.99888\n280,1646805311,47.74308,8.99888\n281,1646805312,47.74308,8.99888\n282,1646805313,47.74308,8.99888\n283,1646805314,47.74308,8.99888\n284,1646805315,47.74308,8.99888\n285,1646805316,47.74308,8.99888\n286,1646805317,47.74307,8.99888\n287,1646805318,47.74307,8.99888\n288,1646805319,47.74307,8.99888\n289,1646805320,47.74307,8.99888\n290,1646805321,47.74307,8.99888\n291,1646805322,47.74307,8.99888\n292,1646805323,47.74307,8.99888\n293,1646805324,47.74307,8.99888\n294,1646805325,47.74307,8.99888\n295,1646805326,47.74307,8.99888\n296,1646805327,47.74307,8.99888\n297,1646805328,47.74307,8.99888\n298,1646805329,47.74307,8.99888\n299,1646805330,47.74307,8.99888\n300,1646805331,47.74307,8.99888\n301,1646805332,47.74307,8.99888\n302,1646805333,47.74307,8.99888\n303,1646805334,47.74307,8.99888\n304,1646805335,47.74307,8.99888\n305,1646805336,47.74307,8.99888\n306,1646805337,47.74307,8.99888\n307,1646805338,47.74307,8.99888\n308,1646805339,47.74307,8.99888\n309,1646805340,47.74307,8.99888\n310,1646805341,47.74307,8.99888\n311,1646805342,47.74306,8.99888\n312,1646805343,47.74306,8.99888\n313,1646805344,47.74306,8.99888\n314,1646805345,47.74306,8.99888\n315,1646805346,47.74306,8.99888\n316,1646805347,47.74306,8.99888\n317,1646805348,47.74306,8.99888\n318,1646805349,47.74306,8.99888\n319,1646805350,47.74306,8.99888\n320,1646805351,47.74306,8.99888\n321,1646805352,47.74306,8.99888\n322,1646805353,47.74306,8.99888\n323,1646805354,47.74306,8.99888\n324,1646805355,47.74306,8.99888\n325,1646805356,47.74306,8.99888\n326,1646805357,47.74306,8.99888\n327,1646805358,47.74306,8.99888\n328,1646805359,47.74306,8.99888\n329,1646805360,47.74306,8.99888\n330,1646805361,47.74306,8.99888\n331,1646805362,47.74306,8.99887\n332,1646805363,47.74306,8.99887\n333,1646805364,47.74306,8.99887\n334,1646805365,47.74306,8.99887\n335,1646805366,47.74306,8.99887\n336,1646805367,47.74306,8.99887\n337,1646805368,47.74306,8.99887\n338,1646805369,47.74306,8.99887\n339,1646805370,47.74306,8.99887\n340,1646805371,47.74306,8.99886\n341,1646805372,47.74306,8.99886\n342,1646805373,47.74306,8.99886\n343,1646805374,47.74306,8.99886\n344,1646805375,47.74306,8.99886\n345,1646805376,47.74306,8.99886\n346,1646805377,47.74306,8.99885\n347,1646805378,47.74306,8.99885\n348,1646805379,47.74307,8.99885\n349,1646805380,47.74307,8.99885\n350,1646805381,47.74307,8.99885\n351,1646805382,47.74307,8.99885\n352,1646805383,47.74307,8.99885\n353,1646805384,47.74307,8.99885\n354,1646805385,47.74307,8.99885\n355,1646805386,47.74307,8.99885\n356,1646805387,47.74307,8.99885\n357,1646805388,47.74307,8.99885\n358,1646805389,47.74307,8.99885\n359,1646805390,47.74307,8.99885\n360,1646805391,47.74307,8.99885\n361,1646805392,47.74307,8.99885\n362,1646805393,47.74307,8.99885\n363,1646805394,47.74307,8.99885\n364,1646805395,47.74307,8.99885\n365,1646805396,47.74307,8.99885\n366,1646805397,47.74307,8.99885\n367,1646805398,47.74307,8.99885\n368,1646805399,47.74307,8.99885\n369,1646805400,47.74307,8.99885\n370,1646805401,47.74307,8.99885\n371,1646805402,47.74307,8.99885\n372,1646805403,47.74307,8.99885\n373,1646805404,47.74307,8.99885\n374,1646805405,47.74307,8.99885\n375,1646805406,47.74307,8.99885\n376,1646805407,47.74307,8.99885\n377,1646805408,47.74307,8.99885\n378,1646805409,47.74307,8.99885\n379,1646805410,47.74307,8.99885\n380,1646805411,47.74307,8.99885\n381,1646805412,47.74307,8.99885\n382,1646805413,47.74307,8.99885\n383,1646805414,47.74307,8.99885\n384,1646805415,47.74307,8.99885\n385,1646805416,47.74307,8.99885\n386,1646805417,47.74307,8.99885\n387,1646805418,47.74307,8.99885\n388,1646805419,47.74307,8.99885\n389,1646805420,47.74307,8.99885\n390,1646805421,47.74307,8.99885\n391,1646805422,47.74307,8.99884\n392,1646805423,47.74307,8.99884\n393,1646805424,47.74307,8.99884\n394,1646805425,47.74307,8.99884\n395,1646805426,47.74307,8.99884\n396,1646805427,47.74307,8.99884\n397,1646805428,47.74307,8.99884\n398,1646805429,47.74307,8.99884\n399,1646805430,47.74307,8.99884\n400,1646805431,47.74307,8.99884\n401,1646805432,47.74307,8.99884\n402,1646805433,47.74307,8.99884\n403,1646805434,47.74307,8.99884\n404,1646805435,47.74307,8.99884\n405,1646805436,47.74308,8.99884\n406,1646805437,47.74308,8.99883\n407,1646805438,47.74308,8.99883\n408,1646805439,47.74308,8.99884\n409,1646805440,47.74308,8.99884\n410,1646805441,47.74308,8.99885\n411,1646805442,47.74308,8.99885\n412,1646805443,47.74308,8.99885\n413,1646805444,47.74308,8.99885\n414,1646805445,47.74308,8.99885\n415,1646805446,47.74308,8.99884\n416,1646805447,47.74309,8.99884\n417,1646805448,47.74309,8.99884\n418,1646805449,47.74309,8.99884\n419,1646805450,47.74309,8.99885\n420,1646805451,47.74309,8.99886\n421,1646805452,47.74309,8.99887\n422,1646805453,47.74309,8.99887\n423,1646805454,47.74309,8.99887\n424,1646805455,47.74309,8.99887\n425,1646805456,47.74309,8.99887\n426,1646805457,47.74309,8.99887\n427,1646805458,47.74309,8.99887\n428,1646805459,47.74309,8.99887\n429,1646805460,47.74310,8.99887\n430,1646805461,47.74310,8.99887\n431,1646805462,47.74310,8.99887\n432,1646805463,47.74310,8.99887\n433,1646805464,47.74310,8.99887\n434,1646805465,47.74310,8.99887\n435,1646805466,47.74310,8.99887\n436,1646805467,47.74310,8.99887\n437,1646805468,47.74310,8.99887\n438,1646805469,47.74310,8.99887\n439,1646805470,47.74310,8.99887\n440,1646805471,47.74310,8.99887\n441,1646805472,47.74311,8.99887\n442,1646805473,47.74311,8.99887\n443,1646805474,47.74311,8.99887\n444,1646805475,47.74311,8.99887\n445,1646805476,47.74311,8.99887\n446,1646805477,47.74311,8.99887\n447,1646805478,47.74311,8.99887\n448,1646805479,47.74311,8.99887\n449,1646805480,47.74311,8.99887\n450,1646805481,47.74311,8.99887\n451,1646805482,47.74311,8.99887\n452,1646805483,47.74311,8.99887\n453,1646805484,47.74312,8.99887\n454,1646805485,47.74312,8.99887\n455,1646805486,47.74312,8.99887\n456,1646805487,47.74312,8.99887\n457,1646805488,47.74312,8.99887\n458,1646805489,47.74312,8.99887\n459,1646805490,47.74312,8.99888\n460,1646805491,47.74312,8.99888\n461,1646805492,47.74312,8.99888\n462,1646805493,47.74312,8.99888\n463,1646805494,47.74312,8.99888\n464,1646805495,47.74312,8.99888\n465,1646805496,47.74312,8.99888\n466,1646805497,47.74312,8.99888\n467,1646805498,47.74312,8.99888\n468,1646805499,47.74312,8.99888\n469,1646805500,47.74312,8.99888\n470,1646805501,47.74312,8.99888\n471,1646805502,47.74312,8.99888\n472,1646805503,47.74312,8.99888\n473,1646805504,47.74312,8.99888\n474,1646805505,47.74312,8.99888\n475,1646805506,47.74312,8.99888\n476,1646805507,47.74312,8.99888\n477,1646805508,47.74312,8.99888\n478,1646805509,47.74312,8.99888\n479,1646805510,47.74312,8.99888\n480,1646805511,47.74312,8.99888\n481,1646805512,47.74312,8.99888\n482,1646805513,47.74312,8.99889\n483,1646805514,47.74312,8.99889\n484,1646805515,47.74312,8.99889\n485,1646805516,47.74312,8.99889\n486,1646805517,47.74312,8.99889\n487,1646805518,47.74312,8.99889\n488,1646805519,47.74312,8.99889\n489,1646805520,47.74312,8.99889\n490,1646805521,47.74312,8.99889\n491,1646805522,47.74312,8.99889\n492,1646805523,47.74312,8.99889\n493,1646805524,47.74312,8.99889\n494,1646805525,47.74312,8.99890\n495,1646805526,47.74312,8.99890\n496,1646805527,47.74312,8.99890\n497,1646805528,47.74312,8.99890\n498,1646805529,47.74312,8.99890\n499,1646805530,47.74312,8.99890\n500,1646805531,47.74312,8.99890\n501,1646805532,47.74312,8.99890\n502,1646805533,47.74312,8.99890\n503,1646805534,47.74312,8.99890\n504,1646805535,47.74312,8.99890\n505,1646805536,47.74312,8.99890\n506,1646805537,47.74312,8.99891\n507,1646805538,47.74312,8.99891\n508,1646805539,47.74312,8.99891\n509,1646805540,47.74312,8.99891\n510,1646805541,47.74312,8.99891\n511,1646805542,47.74312,8.99891\n512,1646805543,47.74312,8.99891\n513,1646805544,47.74312,8.99891\n514,1646805545,47.74312,8.99891\n515,1646805546,47.74312,8.99891\n516,1646805547,47.74312,8.99891\n517,1646805548,47.74312,8.99891\n518,1646805549,47.74312,8.99891\n519,1646805550,47.74312,8.99891\n520,1646805551,47.74312,8.99892\n521,1646805552,47.74312,8.99892\n522,1646805553,47.74312,8.99892\n523,1646805554,47.74312,8.99892\n524,1646805555,47.74312,8.99892\n525,1646805556,47.74312,8.99892\n526,1646805557,47.74312,8.99892\n527,1646805558,47.74312,8.99892\n528,1646805559,47.74312,8.99892\n529,1646805560,47.74312,8.99892\n530,1646805561,47.74312,8.99892\n531,1646805562,47.74312,8.99892\n532,1646805563,47.74312,8.99892\n533,1646805564,47.74312,8.99892\n534,1646805565,47.74312,8.99892\n535,1646805566,47.74312,8.99892\n536,1646805567,47.74311,8.99891\n537,1646805568,47.74311,8.99891\n538,1646805569,47.74311,8.99891\n539,1646805570,47.74311,8.99891\n540,1646805571,47.74311,8.99891\n541,1646805572,47.74311,8.99891\n542,1646805573,47.74311,8.99891\n543,1646805574,47.74311,8.99891\n544,1646805575,47.74311,8.99891\n545,1646805576,47.74311,8.99891\n546,1646805577,47.74311,8.99891\n547,1646805578,47.74311,8.99891\n548,1646805579,47.74311,8.99891\n549,1646805580,47.74311,8.99891\n550,1646805581,47.74311,8.99891\n551,1646805582,47.74311,8.99891\n552,1646805583,47.74311,8.99891\n553,1646805584,47.74311,8.99891\n554,1646805585,47.74311,8.99891\n555,1646805586,47.74311,8.99891\n556,1646805587,47.74310,8.99890\n557,1646805588,47.74310,8.99890\n558,1646805589,47.74310,8.99890\n559,1646805590,47.74310,8.99890\n560,1646805591,47.74310,8.99890\n561,1646805592,47.74310,8.99890\n562,1646805593,47.74310,8.99890\n563,1646805594,47.74310,8.99890\n564,1646805595,47.74310,8.99890\n565,1646805596,47.74310,8.99890\n566,1646805597,47.74310,8.99890\n567,1646805598,47.74310,8.99890\n568,1646805599,47.74310,8.99890\n569,1646805600,47.74310,8.99890\n570,1646805601,47.74310,8.99890\n571,1646805602,47.74310,8.99890\n572,1646805603,47.74310,8.99890\n573,1646805604,47.74310,8.99890\n574,1646805605,47.74310,8.99890\n575,1646805606,47.74310,8.99890\n576,1646805607,47.74310,8.99890\n577,1646805608,47.74309,8.99890\n578,1646805609,47.74309,8.99890\n579,1646805610,47.74309,8.99890\n580,1646805611,47.74309,8.99890\n581,1646805612,47.74309,8.99890\n582,1646805613,47.74309,8.99890\n583,1646805614,47.74309,8.99890\n584,1646805615,47.74309,8.99890\n585,1646805616,47.74309,8.99890\n586,1646805617,47.74309,8.99890\n587,1646805618,47.74309,8.99890\n588,1646805619,47.74309,8.99890\n589,1646805620,47.74309,8.99890\n590,1646805621,47.74309,8.99890\n591,1646805622,47.74309,8.99890\n592,1646805623,47.74309,8.99890\n593,1646805624,47.74309,8.99890\n594,1646805625,47.74309,8.99890\n595,1646805626,47.74309,8.99890\n596,1646805627,47.74309,8.99890\n597,1646805628,47.74309,8.99890\n598,1646805629,47.74309,8.99890\n599,1646805630,47.74309,8.99889\n600,1646805631,47.74309,8.99889\n601,1646805632,47.74309,8.99889\n602,1646805633,47.74309,8.99889\n603,1646805634,47.74308,8.99889\n604,1646805635,47.74308,8.99889\n605,1646805636,47.74308,8.99889\n606,1646805637,47.74308,8.99889\n607,1646805638,47.74308,8.99889\n608,1646805639,47.74308,8.99889\n609,1646805640,47.74308,8.99889\n610,1646805641,47.74308,8.99889\n611,1646805642,47.74308,8.99889\n612,1646805643,47.74308,8.99889\n613,1646805644,47.74308,8.99889\n614,1646805645,47.74308,8.99889\n615,1646805646,47.74308,8.99889\n616,1646805647,47.74308,8.99889\n617,1646805648,47.74308,8.99889\n618,1646805649,47.74308,8.99889\n619,1646805650,47.74308,8.99889\n620,1646805651,47.74308,8.99889\n621,1646805652,47.74308,8.99889\n622,1646805653,47.74308,8.99889\n623,1646805654,47.74308,8.99889\n624,1646805655,47.74308,8.99889\n625,1646805656,47.74307,8.99889\n626,1646805657,47.74307,8.99889\n627,1646805658,47.74307,8.99889\n628,1646805659,47.74307,8.99889\n629,1646805660,47.74307,8.99889\n630,1646805661,47.74306,8.99890\n631,1646805662,47.74306,8.99890\n632,1646805663,47.74306,8.99890\n633,1646805664,47.74306,8.99890\n634,1646805665,47.74306,8.99890\n635,1646805666,47.74306,8.99890\n636,1646805667,47.74306,8.99890\n637,1646805668,47.74306,8.99890\n638,1646805669,47.74306,8.99890\n639,1646805670,47.74306,8.99890\n640,1646805671,47.74306,8.99890\n641,1646805672,47.74306,8.99890\n642,1646805673,47.74306,8.99890\n643,1646805674,47.74306,8.99890\n644,1646805675,47.74306,8.99890\n645,1646805676,47.74306,8.99890\n646,1646805677,47.74306,8.99890\n647,1646805678,47.74306,8.99890\n648,1646805679,47.74306,8.99890\n649,1646805680,47.74306,8.99890\n650,1646805681,47.74306,8.99890\n651,1646805682,47.74306,8.99890\n652,1646805683,47.74306,8.99890\n653,1646805684,47.74306,8.99890\n654,1646805685,47.74306,8.99890\n655,1646805686,47.74306,8.99890\n656,1646805687,47.74306,8.99890\n657,1646805688,47.74306,8.99890\n658,1646805689,47.74306,8.99890\n659,1646805690,47.74306,8.99890\n660,1646805691,47.74306,8.99890\n661,1646805692,47.74306,8.99890\n662,1646805693,47.74306,8.99890\n663,1646805694,47.74306,8.99890\n664,1646805695,47.74306,8.99890\n665,1646805696,47.74306,8.99890\n666,1646805697,47.74306,8.99890\n667,1646805698,47.74306,8.99890\n668,1646805699,47.74306,8.99890\n669,1646805700,47.74306,8.99890\n670,1646805701,47.74306,8.99890\n671,1646805702,47.74306,8.99890\n672,1646805703,47.74306,8.99890\n673,1646805704,47.74306,8.99890\n674,1646805705,47.74306,8.99890\n675,1646805706,47.74306,8.99890\n676,1646805707,47.74306,8.99890\n677,1646805708,47.74306,8.99890\n678,1646805709,47.74306,8.99890\n679,1646805710,47.74306,8.99890\n680,1646805711,47.74306,8.99890\n681,1646805712,47.74306,8.99890\n682,1646805713,47.74306,8.99890\n683,1646805714,47.74306,8.99890\n684,1646805715,47.74306,8.99890\n685,1646805716,47.74306,8.99890\n686,1646805717,47.74306,8.99890\n687,1646805718,47.74306,8.99890\n688,1646805719,47.74306,8.99890\n689,1646805720,47.74306,8.99890\n690,1646805721,47.74306,8.99890\n691,1646805722,47.74306,8.99890\n692,1646805723,47.74306,8.99890\n693,1646805724,47.74306,8.99890\n694,1646805725,47.74306,8.99890\n695,1646805726,47.74306,8.99890\n696,1646805727,47.74306,8.99890\n697,1646805728,47.74306,8.99890\n698,1646805729,47.74306,8.99890\n699,1646805730,47.74306,8.99890\n700,1646805731,47.74306,8.99890\n701,1646805732,47.74306,8.99890\n702,1646805733,47.74306,8.99890\n703,1646805734,47.74306,8.99890\n704,1646805735,47.74306,8.99890\n705,1646805736,47.74306,8.99890\n706,1646805737,47.74306,8.99890\n707,1646805738,47.74306,8.99890\n708,1646805739,47.74306,8.99890\n709,1646805740,47.74306,8.99890\n710,1646805741,47.74306,8.99890\n711,1646805742,47.74306,8.99890\n712,1646805743,47.74306,8.99890\n713,1646805744,47.74306,8.99890\n714,1646805745,47.74306,8.99890\n715,1646805746,47.74306,8.99890\n716,1646805747,47.74306,8.99890\n717,1646805748,47.74306,8.99890\n718,1646805749,47.74306,8.99890\n719,1646805750,47.74306,8.99890\n720,1646805751,47.74306,8.99890\n721,1646805752,47.74306,8.99890\n722,1646805753,47.74306,8.99890\n723,1646805754,47.74306,8.99890\n724,1646805755,47.74306,8.99890\n725,1646805756,47.74306,8.99890\n726,1646805757,47.74306,8.99890\n727,1646805758,47.74306,8.99890\n728,1646805759,47.74306,8.99890\n729,1646805760,47.74306,8.99890\n730,1646805761,47.74306,8.99890\n731,1646805762,47.74306,8.99890\n732,1646805763,47.74306,8.99890\n733,1646805764,47.74306,8.99890\n734,1646805765,47.74306,8.99890\n735,1646805766,47.74306,8.99890\n736,1646805767,47.74306,8.99890\n737,1646805768,47.74306,8.99890\n738,1646805769,47.74306,8.99890\n739,1646805770,47.74306,8.99890\n740,1646805771,47.74306,8.99890\n741,1646805772,47.74305,8.99890\n742,1646805773,47.74305,8.99890\n743,1646805774,47.74305,8.99890\n744,1646805775,47.74305,8.99890\n745,1646805776,47.74305,8.99890\n746,1646805777,47.74305,8.99890\n747,1646805778,47.74305,8.99890\n748,1646805779,47.74305,8.99890\n749,1646805780,47.74305,8.99890\n750,1646805781,47.74305,8.99890\n751,1646805782,47.74305,8.99890\n752,1646805783,47.74305,8.99890\n753,1646805784,47.74305,8.99890\n754,1646805785,47.74305,8.99890\n755,1646805786,47.74305,8.99891\n756,1646805787,47.74304,8.99891\n757,1646805788,47.74304,8.99891\n758,1646805789,47.74304,8.99891\n759,1646805790,47.74304,8.99891\n760,1646805791,47.74304,8.99891\n761,1646805792,47.74304,8.99891\n762,1646805793,47.74304,8.99891\n763,1646805794,47.74304,8.99891\n764,1646805795,47.74304,8.99891\n765,1646805796,47.74304,8.99891\n766,1646805797,47.74304,8.99891\n767,1646805798,47.74304,8.99891\n768,1646805799,47.74304,8.99891\n769,1646805800,47.74304,8.99891\n770,1646805801,47.74304,8.99891\n771,1646805802,47.74304,8.99891\n772,1646805803,47.74304,8.99891\n773,1646805804,47.74304,8.99891\n774,1646805805,47.74304,8.99891\n775,1646805806,47.74304,8.99891\n776,1646805807,47.74304,8.99891\n777,1646805808,47.74304,8.99891\n778,1646805809,47.74304,8.99891\n779,1646805810,47.74304,8.99891\n780,1646805811,47.74304,8.99891\n781,1646805812,47.74304,8.99891\n782,1646805813,47.74304,8.99891\n783,1646805814,47.74304,8.99891\n784,1646805815,47.74304,8.99891\n785,1646805816,47.74304,8.99891\n786,1646805817,47.74304,8.99891\n787,1646805818,47.74304,8.99891\n788,1646805819,47.74304,8.99891\n789,1646805820,47.74304,8.99891\n790,1646805821,47.74304,8.99891\n791,1646805822,47.74304,8.99891\n792,1646805823,47.74304,8.99891\n793,1646805824,47.74304,8.99891\n794,1646805825,47.74304,8.99891\n795,1646805826,47.74304,8.99891\n796,1646805827,47.74304,8.99891\n797,1646805828,47.74304,8.99891\n798,1646805829,47.74304,8.99891\n799,1646805830,47.74304,8.99891\n800,1646805831,47.74304,8.99891\n801,1646805832,47.74304,8.99891\n802,1646805833,47.74304,8.99891\n803,1646805834,47.74304,8.99891\n804,1646805835,47.74304,8.99891\n805,1646805836,47.74304,8.99891\n806,1646805837,47.74304,8.99891\n807,1646805838,47.74304,8.99891\n808,1646805839,47.74304,8.99891\n809,1646805840,47.74304,8.99891\n810,1646805841,47.74304,8.99891\n811,1646805842,47.74304,8.99891\n812,1646805843,47.74304,8.99891\n813,1646805844,47.74304,8.99891\n814,1646805845,47.74304,8.99891\n815,1646805846,47.74304,8.99891\n816,1646805847,47.74304,8.99891\n817,1646805848,47.74304,8.99891\n818,1646805849,47.74304,8.99891\n819,1646805850,47.74304,8.99891\n820,1646805851,47.74304,8.99891\n821,1646805852,47.74304,8.99891\n822,1646805853,47.74304,8.99891\n823,1646805854,47.74304,8.99891\n824,1646805855,47.74304,8.99891\n825,1646805856,47.74304,8.99891\n826,1646805857,47.74304,8.99891\n827,1646805858,47.74304,8.99891\n828,1646805859,47.74304,8.99891\n829,1646805860,47.74304,8.99891\n830,1646805861,47.74304,8.99891\n831,1646805862,47.74304,8.99891\n832,1646805863,47.74304,8.99891\n833,1646805864,47.74304,8.99891\n834,1646805865,47.74304,8.99891\n835,1646805866,47.74304,8.99891\n836,1646805867,47.74304,8.99891\n837,1646805868,47.74304,8.99891\n838,1646805869,47.74304,8.99891\n839,1646805870,47.74304,8.99891\n840,1646805871,47.74304,8.99891\n841,1646805872,47.74304,8.99891\n842,1646805873,47.74304,8.99891\n843,1646805874,47.74304,8.99891\n844,1646805875,47.74304,8.99891\n845,1646805876,47.74304,8.99891\n846,1646805877,47.74304,8.99891\n847,1646805878,47.74304,8.99891\n848,1646805879,47.74304,8.99891\n849,1646805880,47.74304,8.99891\n850,1646805881,47.74304,8.99891\n851,1646805882,47.74304,8.99891\n852,1646805883,47.74304,8.99891\n853,1646805884,47.74304,8.99891\n854,1646805885,47.74304,8.99891\n855,1646805886,47.74304,8.99891\n856,1646805887,47.74304,8.99891\n857,1646805888,47.74304,8.99891\n858,1646805889,47.74304,8.99891\n859,1646805890,47.74304,8.99891\n860,1646805891,47.74304,8.99891\n861,1646805892,47.74304,8.99891\n862,1646805893,47.74304,8.99891\n863,1646805894,47.74304,8.99891\n864,1646805895,47.74304,8.99891\n865,1646805896,47.74304,8.99891\n866,1646805897,47.74304,8.99891\n867,1646805898,47.74304,8.99891\n868,1646805899,47.74304,8.99891\n869,1646805900,47.74304,8.99891\n870,1646805901,47.74304,8.99891\n871,1646805902,47.74304,8.99891\n872,1646805903,47.74304,8.99891\n873,1646805904,47.74304,8.99891\n874,1646805905,47.74304,8.99891\n875,1646805906,47.74304,8.99891\n876,1646805907,47.74304,8.99891\n877,1646805908,47.74304,8.99891\n878,1646805909,47.74304,8.99891\n879,1646805910,47.74304,8.99891\n880,1646805911,47.74304,8.99891\n881,1646805912,47.74304,8.99891\n882,1646805913,47.74304,8.99891\n883,1646805914,47.74304,8.99891\n884,1646805915,47.74304,8.99891\n885,1646805916,47.74304,8.99891\n886,1646805917,47.74304,8.99891\n887,1646805918,47.74304,8.99891\n888,1646805919,47.74304,8.99891\n889,1646805920,47.74304,8.99891\n890,1646805921,47.74304,8.99891\n891,1646805922,47.74304,8.99891\n892,1646805923,47.74304,8.99891\n893,1646805924,47.74304,8.99891\n894,1646805925,47.74304,8.99891\n895,1646805926,47.74304,8.99891\n896,1646805927,47.74304,8.99891\n897,1646805928,47.74304,8.99891\n898,1646805929,47.74304,8.99891\n899,1646805930,47.74304,8.99891\n900,1646805931,47.74304,8.99891\n901,1646805932,47.74304,8.99891\n902,1646805933,47.74304,8.99891\n903,1646805934,47.74304,8.99891\n904,1646805935,47.74304,8.99891\n905,1646805936,47.74304,8.99891\n906,1646805937,47.74304,8.99891\n907,1646805938,47.74304,8.99891\n908,1646805939,47.74304,8.99891\n909,1646805940,47.74304,8.99891\n910,1646805941,47.74304,8.99891\n911,1646805942,47.74304,8.99891\n912,1646805943,47.74304,8.99891\n913,1646805944,47.74304,8.99891\n914,1646805945,47.74304,8.99891\n915,1646805946,47.74304,8.99891\n916,1646805947,47.74304,8.99891\n917,1646805948,47.74304,8.99891\n918,1646805949,47.74304,8.99891\n919,1646805950,47.74304,8.99891\n920,1646805951,47.74304,8.99891\n921,1646805952,47.74304,8.99891\n922,1646805953,47.74304,8.99891\n923,1646805954,47.74304,8.99891\n924,1646805955,47.74304,8.99891\n925,1646805956,47.74304,8.99891\n926,1646805957,47.74304,8.99891\n927,1646805958,47.74304,8.99891\n928,1646805959,47.74304,8.99891\n929,1646805960,47.74304,8.99891\n930,1646805961,47.74304,8.99891\n931,1646805962,47.74304,8.99891\n932,1646805963,47.74304,8.99891\n933,1646805964,47.74304,8.99891\n934,1646805965,47.74304,8.99891\n935,1646805966,47.74304,8.99891\n936,1646805967,47.74304,8.99891\n937,1646805968,47.74304,8.99891\n938,1646805969,47.74304,8.99891\n939,1646805970,47.74304,8.99891\n940,1646805971,47.74304,8.99891\n941,1646805972,47.74304,8.99891\n942,1646805973,47.74304,8.99891\n943,1646805974,47.74304,8.99891\n944,1646805975,47.74304,8.99891\n945,1646805976,47.74304,8.99891\n946,1646805977,47.74304,8.99891\n947,1646805978,47.74304,8.99891\n948,1646805979,47.74304,8.99891\n949,1646805980,47.74304,8.99891\n950,1646805981,47.74304,8.99891\n951,1646805982,47.74304,8.99891\n952,1646805983,47.74304,8.99891\n953,1646805984,47.74304,8.99891\n954,1646805985,47.74304,8.99891\n955,1646805986,47.74304,8.99891\n956,1646805987,47.74304,8.99891\n957,1646805988,47.74304,8.99891\n958,1646805989,47.74304,8.99891\n959,1646805990,47.74304,8.99891\n960,1646805991,47.74304,8.99891\n961,1646805992,47.74304,8.99891\n962,1646805993,47.74304,8.99891\n963,1646805994,47.74304,8.99891\n964,1646805995,47.74304,8.99891\n965,1646805996,47.74304,8.99891\n966,1646805997,47.74304,8.99891\n967,1646805998,47.74304,8.99891\n968,1646805999,47.74304,8.99891\n969,1646806000,47.74304,8.99891\n970,1646806001,47.74304,8.99891\n971,1646806002,47.74304,8.99891\n972,1646806003,47.74304,8.99891\n973,1646806004,47.74304,8.99891\n974,1646806005,47.74304,8.99891\n975,1646806006,47.74304,8.99891\n976,1646806007,47.74304,8.99891\n977,1646806008,47.74304,8.99891\n978,1646806009,47.74304,8.99891\n979,1646806010,47.74304,8.99891\n980,1646806011,47.74304,8.99891\n981,1646806012,47.74304,8.99891\n982,1646806013,47.74304,8.99891\n983,1646806014,47.74304,8.99891\n984,1646806015,47.74304,8.99891\n985,1646806016,47.74304,8.99891\n986,1646806017,47.74304,8.99891\n987,1646806018,47.74304,8.99891\n988,1646806019,47.74304,8.99891\n989,1646806020,47.74304,8.99891\n990,1646806021,47.74304,8.99891\n991,1646806022,47.74304,8.99891\n992,1646806023,47.74304,8.99891\n993,1646806024,47.74304,8.99891\n994,1646806025,47.74304,8.99891\n995,1646806026,47.74304,8.99891\n996,1646806027,47.74304,8.99891\n997,1646806028,47.74304,8.99891\n998,1646806029,47.74304,8.99891\n999,1646806030,47.74304,8.99891\n1000,1646806031,47.74304,8.99891\n1001,1646806032,47.74304,8.99891\n1002,1646806033,47.74304,8.99891\n1003,1646806034,47.74304,8.99891\n1004,1646806035,47.74304,8.99891\n1005,1646806036,47.74304,8.99891\n1006,1646806037,47.74304,8.99891\n1007,1646806038,47.74304,8.99891\n1008,1646806039,47.74304,8.99891\n1009,1646806040,47.74304,8.99891\n1010,1646806041,47.74304,8.99891\n1011,1646806042,47.74304,8.99891\n1012,1646806043,47.74304,8.99891\n1013,1646806044,47.74304,8.99891\n1014,1646806045,47.74304,8.99891\n1015,1646806046,47.74304,8.99891\n1016,1646806047,47.74304,8.99891\n1017,1646806048,47.74304,8.99891\n1018,1646806049,47.74304,8.99891\n1019,1646806050,47.74304,8.99891\n1020,1646806051,47.74304,8.99891\n1021,1646806052,47.74304,8.99891\n1022,1646806053,47.74304,8.99891\n1023,1646806054,47.74304,8.99891\n1024,1646806055,47.74304,8.99891\n1025,1646806056,47.74304,8.99891\n1026,1646806057,47.74304,8.99891\n1027,1646806058,47.74304,8.99891\n1028,1646806059,47.74304,8.99891\n1029,1646806060,47.74304,8.99891\n1030,1646806061,47.74304,8.99891\n1031,1646806062,47.74304,8.99891\n1032,1646806063,47.74304,8.99891\n1033,1646806064,47.74304,8.99891\n1034,1646806065,47.74304,8.99891\n1035,1646806066,47.74304,8.99891\n1036,1646806067,47.74304,8.99891\n1037,1646806068,47.74304,8.99891\n1038,1646806069,47.74304,8.99891\n1039,1646806070,47.74304,8.99891\n1040,1646806071,47.74304,8.99891\n1041,1646806072,47.74304,8.99891\n1042,1646806073,47.74304,8.99891\n1043,1646806074,47.74304,8.99891\n1044,1646806075,47.74304,8.99891\n1045,1646806076,47.74304,8.99891\n1046,1646806077,47.74304,8.99891\n1047,1646806078,47.74304,8.99891\n1048,1646806079,47.74304,8.99891\n1049,1646806080,47.74304,8.99891\n1050,1646806081,47.74304,8.99891\n1051,1646806082,47.74304,8.99891\n1052,1646806083,47.74304,8.99891\n1053,1646806084,47.74304,8.99891\n1054,1646806085,47.74304,8.99891\n1055,1646806086,47.74304,8.99891\n1056,1646806087,47.74304,8.99891\n1057,1646806088,47.74304,8.99891\n1058,1646806089,47.74304,8.99891\n1059,1646806090,47.74304,8.99891\n1060,1646806091,47.74304,8.99891\n1061,1646806092,47.74304,8.99891\n1062,1646806093,47.74304,8.99891\n1063,1646806094,47.74304,8.99891\n1064,1646806095,47.74304,8.99891\n1065,1646806096,47.74304,8.99891\n1066,1646806097,47.74304,8.99891\n1067,1646806098,47.74304,8.99891\n1068,1646806099,47.74304,8.99891\n1069,1646806100,47.74304,8.99891\n1070,1646806101,47.74304,8.99891\n1071,1646806102,47.74304,8.99891\n1072,1646806103,47.74304,8.99891\n1073,1646806104,47.74304,8.99891\n1074,1646806105,47.74304,8.99891\n1075,1646806106,47.74304,8.99891\n1076,1646806107,47.74304,8.99891\n1077,1646806108,47.74304,8.99891\n1078,1646806109,47.74304,8.99891\n1079,1646806110,47.74304,8.99891\n1080,1646806111,47.74304,8.99891\n1081,1646806112,47.74304,8.99891\n1082,1646806113,47.74304,8.99891\n1083,1646806114,47.74304,8.99891\n1084,1646806115,47.74304,8.99891\n1085,1646806116,47.74304,8.99891\n1086,1646806117,47.74304,8.99891\n1087,1646806118,47.74304,8.99891\n1088,1646806119,47.74304,8.99891\n1089,1646806120,47.74304,8.99891\n1090,1646806121,47.74304,8.99891\n1091,1646806122,47.74304,8.99891\n1092,1646806123,47.74304,8.99891\n1093,1646806124,47.74304,8.99891\n1094,1646806125,47.74304,8.99891\n1095,1646806126,47.74304,8.99891\n1096,1646806127,47.74304,8.99891\n1097,1646806128,47.74304,8.99891\n1098,1646806129,47.74304,8.99891\n1099,1646806130,47.74304,8.99891\n1100,1646806131,47.74304,8.99891\n1101,1646806132,47.74304,8.99891\n1102,1646806133,47.74304,8.99891\n1103,1646806134,47.74304,8.99891\n1104,1646806135,47.74304,8.99891\n1105,1646806136,47.74304,8.99891\n1106,1646806137,47.74304,8.99891\n1107,1646806138,47.74304,8.99891\n1108,1646806139,47.74304,8.99891\n1109,1646806140,47.74304,8.99891\n1110,1646806141,47.74304,8.99891\n1111,1646806142,47.74304,8.99891\n1112,1646806143,47.74304,8.99891\n1113,1646806144,47.74304,8.99891\n1114,1646806145,47.74304,8.99891\n1115,1646806146,47.74304,8.99891\n1116,1646806147,47.74304,8.99891\n1117,1646806148,47.74304,8.99891\n1118,1646806149,47.74304,8.99891\n1119,1646806150,47.74304,8.99891\n1120,1646806151,47.74304,8.99891\n1121,1646806152,47.74304,8.99891\n1122,1646806153,47.74304,8.99891\n1123,1646806154,47.74304,8.99891\n1124,1646806155,47.74304,8.99891\n1125,1646806156,47.74304,8.99891\n1126,1646806157,47.74304,8.99891\n1127,1646806158,47.74304,8.99891\n1128,1646806159,47.74304,8.99891\n1129,1646806160,47.74304,8.99891\n1130,1646806161,47.74304,8.99891\n1131,1646806162,47.74304,8.99891\n1132,1646806163,47.74304,8.99891\n1133,1646806164,47.74304,8.99891\n1134,1646806165,47.74304,8.99891\n1135,1646806166,47.74304,8.99891\n1136,1646806167,47.74304,8.99891\n1137,1646806168,47.74304,8.99891\n1138,1646806169,47.74304,8.99891\n1139,1646806170,47.74304,8.99891\n1140,1646806171,47.74304,8.99891\n1141,1646806172,47.74304,8.99891\n1142,1646806173,47.74304,8.99891\n1143,1646806174,47.74304,8.99891\n1144,1646806175,47.74304,8.99891\n1145,1646806176,47.74304,8.99891\n1146,1646806177,47.74304,8.99891\n1147,1646806178,47.74304,8.99891\n1148,1646806179,47.74304,8.99891\n1149,1646806180,47.74304,8.99891\n1150,1646806181,47.74304,8.99891\n1151,1646806182,47.74304,8.99891\n1152,1646806183,47.74304,8.99891\n1153,1646806184,47.74304,8.99891\n1154,1646806185,47.74304,8.99891\n1155,1646806186,47.74304,8.99891\n1156,1646806187,47.74304,8.99891\n1157,1646806188,47.74304,8.99891\n1158,1646806189,47.74304,8.99891\n1159,1646806190,47.74304,8.99891\n1160,1646806191,47.74304,8.99891\n1161,1646806192,47.74304,8.99891\n1162,1646806193,47.74304,8.99891\n1163,1646806194,47.74304,8.99891\n1164,1646806195,47.74304,8.99891\n1165,1646806196,47.74304,8.99891\n1166,1646806197,47.74304,8.99891\n1167,1646806198,47.74304,8.99891\n1168,1646806199,47.74304,8.99891\n1169,1646806200,47.74304,8.99891\n1170,1646806201,47.74304,8.99891\n1171,1646806202,47.74304,8.99891\n1172,1646806203,47.74304,8.99891\n1173,1646806204,47.74304,8.99891\n1174,1646806205,47.74304,8.99891\n1175,1646806206,47.74304,8.99891\n1176,1646806207,47.74304,8.99891\n1177,1646806208,47.74304,8.99891\n1178,1646806209,47.74304,8.99891\n1179,1646806210,47.74304,8.99891\n1180,1646806211,47.74304,8.99891\n1181,1646806212,47.74304,8.99891\n1182,1646806213,47.74304,8.99891\n1183,1646806214,47.74304,8.99891\n1184,1646806215,47.74304,8.99891\n1185,1646806216,47.74304,8.99891\n1186,1646806217,47.74304,8.99891\n1187,1646806218,47.74304,8.99891\n1188,1646806219,47.74304,8.99891\n1189,1646806220,47.74304,8.99891\n1190,1646806221,47.74304,8.99891\n1191,1646806222,47.74304,8.99891\n1192,1646806223,47.74304,8.99891\n1193,1646806224,47.74304,8.99891\n1194,1646806225,47.74304,8.99891\n1195,1646806226,47.74304,8.99891\n1196,1646806227,47.74304,8.99891\n1197,1646806228,47.74304,8.99891\n1198,1646806229,47.74304,8.99891\n1199,1646806230,47.74304,8.99891\n1200,1646806231,47.74304,8.99891\n1201,1646806232,47.74304,8.99891\n1202,1646806233,47.74304,8.99891\n1203,1646806234,47.74304,8.99891\n1204,1646806235,47.74303,8.99891\n1205,1646806236,47.74303,8.99891\n1206,1646806237,47.74303,8.99891\n1207,1646806238,47.74303,8.99891\n1208,1646806239,47.74303,8.99891\n1209,1646806240,47.74303,8.99891\n1210,1646806241,47.74303,8.99891\n1211,1646806242,47.74303,8.99891\n1212,1646806243,47.74303,8.99891\n1213,1646806244,47.74303,8.99891\n1214,1646806245,47.74303,8.99891\n1215,1646806246,47.74303,8.99891\n1216,1646806247,47.74303,8.99891\n1217,1646806248,47.74303,8.99891\n1218,1646806249,47.74303,8.99891\n1219,1646806250,47.74303,8.99891\n1220,1646806251,47.74303,8.99891\n1221,1646806252,47.74303,8.99891\n1222,1646806253,47.74303,8.99891\n1223,1646806254,47.74303,8.99891\n1224,1646806255,47.74303,8.99891\n1225,1646806256,47.74303,8.99891\n1226,1646806257,47.74303,8.99891\n1227,1646806258,47.74303,8.99891\n1228,1646806259,47.74303,8.99891\n1229,1646806260,47.74303,8.99891\n1230,1646806261,47.74303,8.99891\n1231,1646806262,47.74303,8.99891\n1232,1646806263,47.74303,8.99891\n1233,1646806264,47.74303,8.99891\n1234,1646806265,47.74303,8.99891\n1235,1646806266,47.74303,8.99891\n1236,1646806267,47.74303,8.99891\n1237,1646806268,47.74303,8.99891\n1238,1646806269,47.74303,8.99891\n1239,1646806270,47.74303,8.99891\n1240,1646806271,47.74303,8.99891\n1241,1646806272,47.74303,8.99891\n1242,1646806273,47.74303,8.99891\n1243,1646806274,47.74303,8.99891\n1244,1646806275,47.74303,8.99891\n1245,1646806276,47.74303,8.99891\n1246,1646806277,47.74303,8.99891\n1247,1646806278,47.74303,8.99891\n1248,1646806279,47.74303,8.99891\n1249,1646806280,47.74303,8.99891\n1250,1646806281,47.74303,8.99891\n1251,1646806282,47.74303,8.99891\n1252,1646806283,47.74303,8.99891\n1253,1646806284,47.74303,8.99891\n1254,1646806285,47.74302,8.99891\n1255,1646806286,47.74302,8.99891\n1256,1646806287,47.74302,8.99891\n1257,1646806288,47.74302,8.99891\n1258,1646806289,47.74302,8.99891\n1259,1646806290,47.74302,8.99891\n1260,1646806291,47.74302,8.99891\n1261,1646806292,47.74302,8.99891\n1262,1646806293,47.74302,8.99891\n1263,1646806294,47.74302,8.99891\n1264,1646806295,47.74302,8.99891\n1265,1646806296,47.74301,8.99891\n1266,1646806297,47.74301,8.99891\n1267,1646806298,47.74301,8.99891\n1268,1646806299,47.74301,8.99891\n1269,1646806300,47.74301,8.99891\n1270,1646806301,47.74301,8.99891\n1271,1646806302,47.74301,8.99890\n1272,1646806303,47.74301,8.99890\n1273,1646806304,47.74301,8.99890\n1274,1646806305,47.74301,8.99890\n1275,1646806306,47.74301,8.99890\n1276,1646806307,47.74301,8.99890\n1277,1646806308,47.74300,8.99890\n1278,1646806309,47.74300,8.99890\n1279,1646806310,47.74300,8.99890\n1280,1646806311,47.74300,8.99890\n1281,1646806312,47.74300,8.99890\n1282,1646806313,47.74300,8.99890\n1283,1646806314,47.74300,8.99890\n1284,1646806315,47.74300,8.99890\n1285,1646806316,47.74300,8.99890\n1286,1646806317,47.74300,8.99890\n1287,1646806318,47.74300,8.99890\n1288,1646806319,47.74300,8.99890\n1289,1646806320,47.74300,8.99890\n1290,1646806321,47.74300,8.99890\n1291,1646806322,47.74299,8.99890\n1292,1646806323,47.74299,8.99890\n1293,1646806324,47.74299,8.99890\n1294,1646806325,47.74299,8.99890\n1295,1646806326,47.74299,8.99890\n1296,1646806327,47.74299,8.99890\n1297,1646806328,47.74299,8.99890\n1298,1646806329,47.74299,8.99890\n1299,1646806330,47.74299,8.99889\n1300,1646806331,47.74299,8.99889\n1301,1646806332,47.74299,8.99889\n1302,1646806333,47.74299,8.99889\n1303,1646806334,47.74299,8.99889\n1304,1646806335,47.74299,8.99889\n1305,1646806336,47.74299,8.99889\n1306,1646806337,47.74299,8.99889\n1307,1646806338,47.74299,8.99889\n1308,1646806339,47.74299,8.99889\n1309,1646806340,47.74299,8.99889\n1310,1646806341,47.74299,8.99889\n1311,1646806342,47.74299,8.99889\n1312,1646806343,47.74299,8.99889\n1313,1646806344,47.74299,8.99889\n1314,1646806345,47.74299,8.99889\n1315,1646806346,47.74299,8.99889\n1316,1646806347,47.74299,8.99889\n1317,1646806348,47.74299,8.99889\n1318,1646806349,47.74299,8.99889\n1319,1646806350,47.74299,8.99889\n1320,1646806351,47.74299,8.99889\n1321,1646806352,47.74299,8.99889\n1322,1646806353,47.74299,8.99889\n1323,1646806354,47.74299,8.99889\n1324,1646806355,47.74299,8.99889\n1325,1646806356,47.74299,8.99889\n1326,1646806357,47.74299,8.99889\n1327,1646806358,47.74299,8.99889\n1328,1646806359,47.74299,8.99889\n1329,1646806360,47.74299,8.99889\n1330,1646806361,47.74299,8.99889\n1331,1646806362,47.74299,8.99889\n1332,1646806363,47.74299,8.99889\n1333,1646806364,47.74299,8.99889\n1334,1646806365,47.74299,8.99889\n1335,1646806366,47.74299,8.99889\n1336,1646806367,47.74299,8.99889\n1337,1646806368,47.74299,8.99889\n1338,1646806369,47.74299,8.99889\n1339,1646806370,47.74299,8.99889\n1340,1646806371,47.74299,8.99889\n1341,1646806372,47.74299,8.99889\n1342,1646806373,47.74299,8.99889\n1343,1646806374,47.74299,8.99889\n1344,1646806375,47.74299,8.99889\n1345,1646806376,47.74299,8.99889\n1346,1646806377,47.74298,8.99889\n1347,1646806378,47.74298,8.99889\n1348,1646806379,47.74298,8.99889\n1349,1646806380,47.74298,8.99889\n1350,1646806381,47.74298,8.99889\n1351,1646806382,47.74298,8.99889\n1352,1646806383,47.74298,8.99889\n1353,1646806384,47.74298,8.99890\n1354,1646806385,47.74298,8.99890\n1355,1646806386,47.74298,8.99890\n1356,1646806387,47.74299,8.99890\n1357,1646806388,47.74299,8.99890\n1358,1646806389,47.74299,8.99890\n1359,1646806390,47.74299,8.99890\n1360,1646806391,47.74299,8.99890\n1361,1646806392,47.74299,8.99890\n1362,1646806393,47.74299,8.99890\n1363,1646806394,47.74299,8.99891\n1364,1646806395,47.74299,8.99891\n1365,1646806396,47.74299,8.99891\n1366,1646806397,47.74299,8.99891\n1367,1646806398,47.74299,8.99891\n1368,1646806399,47.74299,8.99891\n1369,1646806400,47.74299,8.99891\n1370,1646806401,47.74299,8.99891\n1371,1646806402,47.74299,8.99891\n1372,1646806403,47.74299,8.99891\n1373,1646806404,47.74300,8.99891\n1374,1646806405,47.74300,8.99892\n1375,1646806406,47.74300,8.99892\n1376,1646806407,47.74300,8.99892\n1377,1646806408,47.74300,8.99892\n1378,1646806409,47.74300,8.99892\n1379,1646806410,47.74300,8.99892\n1380,1646806411,47.74300,8.99892\n1381,1646806412,47.74300,8.99892\n1382,1646806413,47.74300,8.99892\n1383,1646806414,47.74300,8.99892\n1384,1646806415,47.74300,8.99892\n1385,1646806416,47.74300,8.99892\n1386,1646806417,47.74300,8.99892\n1387,1646806418,47.74300,8.99892\n1388,1646806419,47.74300,8.99892\n1389,1646806420,47.74300,8.99892\n1390,1646806421,47.74301,8.99892\n1391,1646806422,47.74301,8.99892\n1392,1646806423,47.74301,8.99892\n1393,1646806424,47.74301,8.99892\n1394,1646806425,47.74301,8.99892\n1395,1646806426,47.74301,8.99892\n1396,1646806427,47.74301,8.99892\n1397,1646806428,47.74301,8.99892\n1398,1646806429,47.74301,8.99892\n1399,1646806430,47.74301,8.99893\n1400,1646806431,47.74301,8.99893\n1401,1646806432,47.74302,8.99893\n1402,1646806433,47.74302,8.99893\n1403,1646806434,47.74302,8.99893\n1404,1646806435,47.74302,8.99893\n1405,1646806436,47.74302,8.99893\n1406,1646806437,47.74302,8.99893\n1407,1646806438,47.74302,8.99893\n1408,1646806439,47.74302,8.99893\n1409,1646806440,47.74302,8.99894\n1410,1646806441,47.74302,8.99894\n1411,1646806442,47.74302,8.99894\n1412,1646806443,47.74302,8.99894\n1413,1646806444,47.74302,8.99894\n1414,1646806445,47.74302,8.99894\n1415,1646806446,47.74302,8.99894\n1416,1646806447,47.74303,8.99894\n1417,1646806448,47.74303,8.99894\n1418,1646806449,47.74303,8.99894\n1419,1646806450,47.74303,8.99894\n1420,1646806451,47.74303,8.99894\n1421,1646806452,47.74303,8.99894\n1422,1646806453,47.74303,8.99894\n1423,1646806454,47.74303,8.99894\n1424,1646806455,47.74303,8.99894\n1425,1646806456,47.74303,8.99894\n1426,1646806457,47.74303,8.99894\n1427,1646806458,47.74303,8.99894\n1428,1646806459,47.74303,8.99894\n1429,1646806460,47.74303,8.99894\n1430,1646806461,47.74303,8.99894\n1431,1646806462,47.74303,8.99894\n1432,1646806463,47.74303,8.99894\n1433,1646806464,47.74303,8.99894\n1434,1646806465,47.74303,8.99894\n1435,1646806466,47.74303,8.99894\n1436,1646806467,47.74303,8.99894\n1437,1646806468,47.74303,8.99894\n1438,1646806469,47.74303,8.99894\n1439,1646806470,47.74303,8.99894\n1440,1646806471,47.74303,8.99894\n1441,1646806472,47.74303,8.99894\n1442,1646806473,47.74303,8.99894\n1443,1646806474,47.74303,8.99894\n1444,1646806475,47.74303,8.99894\n1445,1646806476,47.74303,8.99894\n1446,1646806477,47.74303,8.99894\n1447,1646806478,47.74303,8.99894\n1448,1646806479,47.74303,8.99894\n1449,1646806480,47.74303,8.99894\n1450,1646806481,47.74303,8.99894\n1451,1646806482,47.74303,8.99894\n1452,1646806483,47.74303,8.99894\n1453,1646806484,47.74303,8.99894\n1454,1646806485,47.74303,8.99894\n1455,1646806486,47.74303,8.99894\n1456,1646806487,47.74303,8.99894\n1457,1646806488,47.74303,8.99894\n1458,1646806489,47.74303,8.99894\n1459,1646806490,47.74303,8.99894\n1460,1646806491,47.74303,8.99894\n1461,1646806492,47.74303,8.99894\n1462,1646806493,47.74302,8.99895\n1463,1646806494,47.74302,8.99895\n1464,1646806495,47.74302,8.99895\n1465,1646806496,47.74302,8.99895\n1466,1646806497,47.74302,8.99895\n1467,1646806498,47.74302,8.99895\n1468,1646806499,47.74302,8.99895\n1469,1646806500,47.74302,8.99895\n1470,1646806501,47.74302,8.99895\n1471,1646806502,47.74302,8.99895\n1472,1646806503,47.74302,8.99895\n1473,1646806504,47.74302,8.99895\n1474,1646806505,47.74302,8.99895\n1475,1646806506,47.74302,8.99895\n1476,1646806507,47.74302,8.99895\n1477,1646806508,47.74302,8.99895\n1478,1646806509,47.74302,8.99895\n1479,1646806510,47.74302,8.99895\n1480,1646806511,47.74302,8.99895\n1481,1646806512,47.74302,8.99895\n1482,1646806513,47.74302,8.99894\n1483,1646806514,47.74302,8.99894\n1484,1646806515,47.74302,8.99894\n1485,1646806516,47.74302,8.99894\n1486,1646806517,47.74302,8.99894\n1487,1646806518,47.74302,8.99894\n1488,1646806519,47.74302,8.99894\n1489,1646806520,47.74302,8.99894\n1490,1646806521,47.74302,8.99894\n1491,1646806522,47.74302,8.99894\n1492,1646806523,47.74302,8.99894\n1493,1646806524,47.74302,8.99894\n1494,1646806525,47.74302,8.99894\n1495,1646806526,47.74302,8.99894\n1496,1646806527,47.74302,8.99894\n1497,1646806528,47.74302,8.99894\n1498,1646806529,47.74302,8.99894\n1499,1646806530,47.74302,8.99894\n1500,1646806531,47.74302,8.99893\n1501,1646806532,47.74302,8.99893\n1502,1646806533,47.74302,8.99893\n1503,1646806534,47.74302,8.99893\n1504,1646806535,47.74302,8.99893\n1505,1646806536,47.74302,8.99893\n1506,1646806537,47.74302,8.99893\n1507,1646806538,47.74302,8.99893\n1508,1646806539,47.74302,8.99893\n1509,1646806540,47.74302,8.99893\n1510,1646806541,47.74303,8.99893\n1511,1646806542,47.74303,8.99893\n1512,1646806543,47.74303,8.99893\n1513,1646806544,47.74303,8.99893\n1514,1646806545,47.74303,8.99893\n1515,1646806546,47.74303,8.99893\n1516,1646806547,47.74303,8.99892\n1517,1646806548,47.74303,8.99892\n1518,1646806549,47.74303,8.99892\n1519,1646806550,47.74303,8.99892\n1520,1646806551,47.74303,8.99892\n1521,1646806552,47.74303,8.99892\n1522,1646806553,47.74303,8.99892\n1523,1646806554,47.74303,8.99892\n1524,1646806555,47.74303,8.99892\n1525,1646806556,47.74303,8.99892\n1526,1646806557,47.74303,8.99892\n1527,1646806558,47.74303,8.99892\n1528,1646806559,47.74303,8.99892\n1529,1646806560,47.74303,8.99892\n1530,1646806561,47.74303,8.99892\n1531,1646806562,47.74304,8.99892\n1532,1646806563,47.74304,8.99892\n1533,1646806564,47.74304,8.99892\n1534,1646806565,47.74304,8.99892\n1535,1646806566,47.74304,8.99892\n1536,1646806567,47.74304,8.99892\n1537,1646806568,47.74304,8.99892\n1538,1646806569,47.74304,8.99892\n1539,1646806570,47.74304,8.99892\n1540,1646806571,47.74303,8.99892\n1541,1646806572,47.74303,8.99892\n1542,1646806573,47.74303,8.99892\n1543,1646806574,47.74303,8.99892\n1544,1646806575,47.74303,8.99892\n1545,1646806576,47.74303,8.99892\n1546,1646806577,47.74303,8.99892\n1547,1646806578,47.74303,8.99892\n1548,1646806579,47.74303,8.99893\n1549,1646806580,47.74303,8.99893\n1550,1646806581,47.74303,8.99893\n1551,1646806582,47.74303,8.99893\n1552,1646806583,47.74303,8.99893\n1553,1646806584,47.74303,8.99893\n1554,1646806585,47.74303,8.99893\n1555,1646806586,47.74303,8.99893\n1556,1646806587,47.74303,8.99893\n1557,1646806588,47.74303,8.99893\n1558,1646806589,47.74303,8.99893\n1559,1646806590,47.74303,8.99893\n1560,1646806591,47.74303,8.99893\n1561,1646806592,47.74303,8.99893\n1562,1646806593,47.74303,8.99893\n1563,1646806594,47.74303,8.99894\n1564,1646806595,47.74303,8.99894\n1565,1646806596,47.74303,8.99894\n1566,1646806597,47.74303,8.99894\n1567,1646806598,47.74303,8.99894\n1568,1646806599,47.74303,8.99894\n1569,1646806600,47.74303,8.99894\n1570,1646806601,47.74303,8.99894\n1571,1646806602,47.74303,8.99894\n1572,1646806603,47.74303,8.99894\n1573,1646806604,47.74303,8.99894\n1574,1646806605,47.74303,8.99895\n1575,1646806606,47.74303,8.99895\n1576,1646806607,47.74303,8.99895\n1577,1646806608,47.74303,8.99895\n1578,1646806609,47.74303,8.99895\n1579,1646806610,47.74303,8.99895\n1580,1646806611,47.74303,8.99895\n1581,1646806612,47.74304,8.99895\n1582,1646806613,47.74304,8.99895\n1583,1646806614,47.74304,8.99895\n1584,1646806615,47.74304,8.99896\n1585,1646806616,47.74304,8.99896\n1586,1646806617,47.74304,8.99896\n1587,1646806618,47.74304,8.99896\n1588,1646806619,47.74304,8.99896\n1589,1646806620,47.74304,8.99896\n1590,1646806621,47.74304,8.99896\n1591,1646806622,47.74304,8.99896\n1592,1646806623,47.74304,8.99896\n1593,1646806624,47.74304,8.99897\n1594,1646806625,47.74304,8.99897\n1595,1646806626,47.74305,8.99897\n1596,1646806627,47.74305,8.99897\n1597,1646806628,47.74305,8.99897\n1598,1646806629,47.74305,8.99897\n1599,1646806630,47.74305,8.99897\n1600,1646806631,47.74305,8.99898\n1601,1646806632,47.74305,8.99898\n1602,1646806633,47.74305,8.99898\n1603,1646806634,47.74305,8.99898\n1604,1646806635,47.74305,8.99898\n1605,1646806636,47.74305,8.99898\n1606,1646806637,47.74306,8.99898\n1607,1646806638,47.74306,8.99898\n1608,1646806639,47.74306,8.99899\n1609,1646806640,47.74306,8.99899\n1610,1646806641,47.74306,8.99899\n1611,1646806642,47.74306,8.99899\n1612,1646806643,47.74306,8.99899\n1613,1646806644,47.74306,8.99899\n1614,1646806645,47.74307,8.99899\n1615,1646806646,47.74307,8.99899\n1616,1646806647,47.74307,8.99900\n1617,1646806648,47.74307,8.99900\n1618,1646806649,47.74307,8.99900\n1619,1646806650,47.74307,8.99900\n1620,1646806651,47.74307,8.99900\n1621,1646806652,47.74307,8.99900\n1622,1646806653,47.74307,8.99900\n1623,1646806654,47.74307,8.99901\n1624,1646806655,47.74308,8.99901\n1625,1646806656,47.74308,8.99901\n1626,1646806657,47.74308,8.99901\n1627,1646806658,47.74308,8.99901\n1628,1646806659,47.74308,8.99902\n1629,1646806660,47.74308,8.99902\n1630,1646806661,47.74308,8.99902\n1631,1646806662,47.74308,8.99902\n1632,1646806663,47.74308,8.99902\n1633,1646806664,47.74308,8.99902\n1634,1646806665,47.74308,8.99903\n1635,1646806666,47.74308,8.99903\n1636,1646806667,47.74308,8.99903\n1637,1646806668,47.74308,8.99903\n1638,1646806669,47.74308,8.99903\n1639,1646806670,47.74309,8.99903\n1640,1646806671,47.74309,8.99903\n1641,1646806672,47.74309,8.99903\n1642,1646806673,47.74309,8.99903\n1643,1646806674,47.74308,8.99903\n1644,1646806675,47.74308,8.99903\n1645,1646806676,47.74308,8.99903\n1646,1646806677,47.74308,8.99903\n1647,1646806678,47.74308,8.99903\n1648,1646806679,47.74308,8.99903\n1649,1646806680,47.74308,8.99903\n1650,1646806681,47.74308,8.99903\n1651,1646806682,47.74308,8.99903\n1652,1646806683,47.74308,8.99903\n1653,1646806684,47.74308,8.99903\n1654,1646806685,47.74308,8.99903\n1655,1646806686,47.74308,8.99902\n1656,1646806687,47.74308,8.99902\n1657,1646806688,47.74307,8.99902\n1658,1646806689,47.74307,8.99902\n1659,1646806690,47.74307,8.99902\n1660,1646806691,47.74307,8.99902\n1661,1646806692,47.74307,8.99902\n1662,1646806693,47.74307,8.99902\n1663,1646806694,47.74307,8.99901\n1664,1646806695,47.74307,8.99901\n1665,1646806696,47.74306,8.99901\n1666,1646806697,47.74306,8.99901\n1667,1646806698,47.74306,8.99901\n1668,1646806699,47.74306,8.99901\n1669,1646806700,47.74306,8.99901\n1670,1646806701,47.74306,8.99901\n1671,1646806702,47.74306,8.99901\n1672,1646806703,47.74306,8.99900\n1673,1646806704,47.74306,8.99900\n1674,1646806705,47.74306,8.99900\n1675,1646806706,47.74306,8.99900\n1676,1646806707,47.74306,8.99900\n1677,1646806708,47.74305,8.99900\n1678,1646806709,47.74305,8.99900\n1679,1646806710,47.74305,8.99900\n1680,1646806711,47.74305,8.99900\n1681,1646806712,47.74305,8.99900\n1682,1646806713,47.74305,8.99899\n1683,1646806714,47.74305,8.99899\n1684,1646806715,47.74305,8.99899\n1685,1646806716,47.74305,8.99899\n1686,1646806717,47.74305,8.99899\n1687,1646806718,47.74305,8.99899\n1688,1646806719,47.74305,8.99899\n1689,1646806720,47.74305,8.99899\n1690,1646806721,47.74305,8.99899\n1691,1646806722,47.74305,8.99898\n1692,1646806723,47.74305,8.99898\n1693,1646806724,47.74305,8.99898\n1694,1646806725,47.74305,8.99898\n1695,1646806726,47.74305,8.99898\n1696,1646806727,47.74305,8.99898\n1697,1646806728,47.74305,8.99898\n1698,1646806729,47.74305,8.99897\n1699,1646806730,47.74305,8.99897\n1700,1646806731,47.74305,8.99897\n1701,1646806732,47.74305,8.99897\n1702,1646806733,47.74305,8.99897\n1703,1646806734,47.74305,8.99897\n1704,1646806735,47.74305,8.99897\n1705,1646806736,47.74305,8.99897\n1706,1646806737,47.74305,8.99896\n1707,1646806738,47.74305,8.99896\n1708,1646806739,47.74305,8.99896\n1709,1646806740,47.74305,8.99896\n1710,1646806741,47.74305,8.99896\n1711,1646806742,47.74305,8.99896\n1712,1646806743,47.74305,8.99896\n1713,1646806744,47.74305,8.99896\n1714,1646806745,47.74305,8.99896\n1715,1646806746,47.74305,8.99895\n1716,1646806747,47.74305,8.99895\n1717,1646806748,47.74305,8.99895\n1718,1646806749,47.74305,8.99895\n1719,1646806750,47.74305,8.99895\n1720,1646806751,47.74306,8.99895\n1721,1646806752,47.74306,8.99895\n1722,1646806753,47.74306,8.99895\n1723,1646806754,47.74306,8.99895\n1724,1646806755,47.74306,8.99895\n1725,1646806756,47.74306,8.99895\n1726,1646806757,47.74306,8.99895\n1727,1646806758,47.74306,8.99894\n1728,1646806759,47.74306,8.99894\n1729,1646806760,47.74306,8.99894\n1730,1646806761,47.74306,8.99894\n1731,1646806762,47.74306,8.99894\n1732,1646806763,47.74306,8.99894\n1733,1646806764,47.74306,8.99894\n1734,1646806765,47.74306,8.99894\n1735,1646806766,47.74306,8.99894\n1736,1646806767,47.74306,8.99894\n1737,1646806768,47.74306,8.99894\n1738,1646806769,47.74306,8.99894\n1739,1646806770,47.74306,8.99894\n1740,1646806771,47.74306,8.99894\n1741,1646806772,47.74306,8.99894\n1742,1646806773,47.74306,8.99894\n1743,1646806774,47.74306,8.99894\n1744,1646806775,47.74306,8.99894\n1745,1646806776,47.74306,8.99894\n1746,1646806777,47.74306,8.99894\n1747,1646806778,47.74306,8.99894\n1748,1646806779,47.74306,8.99894\n1749,1646806780,47.74306,8.99894\n1750,1646806781,47.74306,8.99894\n1751,1646806782,47.74306,8.99894\n1752,1646806783,47.74305,8.99894\n1753,1646806784,47.74305,8.99894\n1754,1646806785,47.74305,8.99894\n1755,1646806786,47.74305,8.99894\n1756,1646806787,47.74305,8.99893\n1757,1646806788,47.74305,8.99893\n1758,1646806789,47.74305,8.99893\n1759,1646806790,47.74305,8.99893\n1760,1646806791,47.74305,8.99893\n1761,1646806792,47.74305,8.99893\n1762,1646806793,47.74305,8.99893\n1763,1646806794,47.74305,8.99893\n1764,1646806795,47.74305,8.99893\n1765,1646806796,47.74305,8.99893\n1766,1646806797,47.74305,8.99893\n1767,1646806798,47.74305,8.99893\n1768,1646806799,47.74305,8.99893\n1769,1646806800,47.74305,8.99893\n1770,1646806801,47.74305,8.99893\n1771,1646806802,47.74305,8.99893\n1772,1646806803,47.74305,8.99893\n1773,1646806804,47.74305,8.99892\n1774,1646806805,47.74305,8.99892\n1775,1646806806,47.74305,8.99892\n1776,1646806807,47.74305,8.99892\n1777,1646806808,47.74304,8.99892\n1778,1646806809,47.74304,8.99892\n1779,1646806810,47.74304,8.99892\n1780,1646806811,47.74304,8.99892\n1781,1646806812,47.74304,8.99891\n1782,1646806813,47.74304,8.99891\n1783,1646806814,47.74304,8.99891\n1784,1646806815,47.74304,8.99891\n1785,1646806816,47.74304,8.99891\n1786,1646806817,47.74304,8.99891\n1787,1646806818,47.74304,8.99891\n1788,1646806819,47.74304,8.99891\n1789,1646806820,47.74304,8.99891\n1790,1646806821,47.74303,8.99890\n1791,1646806822,47.74303,8.99890\n1792,1646806823,47.74303,8.99890\n1793,1646806824,47.74303,8.99890\n1794,1646806825,47.74303,8.99890\n1795,1646806826,47.74303,8.99890\n1796,1646806827,47.74303,8.99890\n1797,1646806828,47.74303,8.99890\n1798,1646806829,47.74303,8.99890\n1799,1646806830,47.74303,8.99890\n1800,1646806831,47.74303,8.99890\n1801,1646806832,47.74303,8.99890\n1802,1646806833,47.74303,8.99889\n1803,1646806834,47.74303,8.99889\n1804,1646806835,47.74303,8.99889\n1805,1646806836,47.74303,8.99889\n1806,1646806837,47.74303,8.99889\n1807,1646806838,47.74303,8.99889\n1808,1646806839,47.74302,8.99889\n1809,1646806840,47.74302,8.99889\n1810,1646806841,47.74302,8.99889\n1811,1646806842,47.74302,8.99889\n1812,1646806843,47.74302,8.99889\n1813,1646806844,47.74302,8.99889\n1814,1646806845,47.74302,8.99889\n1815,1646806846,47.74302,8.99889\n1816,1646806847,47.74302,8.99889\n1817,1646806848,47.74302,8.99889\n1818,1646806849,47.74302,8.99889\n1819,1646806850,47.74302,8.99889\n1820,1646806851,47.74302,8.99889\n1821,1646806852,47.74302,8.99889\n1822,1646806853,47.74302,8.99889\n1823,1646806854,47.74302,8.99889\n1824,1646806855,47.74302,8.99889\n1825,1646806856,47.74302,8.99889\n1826,1646806857,47.74302,8.99889\n1827,1646806858,47.74302,8.99889\n1828,1646806859,47.74302,8.99889\n1829,1646806860,47.74302,8.99889\n1830,1646806861,47.74302,8.99889\n1831,1646806862,47.74302,8.99889\n1832,1646806863,47.74302,8.99889\n1833,1646806864,47.74302,8.99889\n1834,1646806865,47.74302,8.99889\n1835,1646806866,47.74302,8.99889\n1836,1646806867,47.74302,8.99889\n1837,1646806868,47.74302,8.99889\n1838,1646806869,47.74302,8.99889\n1839,1646806870,47.74302,8.99889\n1840,1646806871,47.74302,8.99889\n1841,1646806872,47.74302,8.99889\n1842,1646806873,47.74302,8.99889\n1843,1646806874,47.74302,8.99889\n1844,1646806875,47.74302,8.99889\n1845,1646806876,47.74302,8.99889\n1846,1646806877,47.74302,8.99889\n1847,1646806878,47.74302,8.99889\n1848,1646806879,47.74302,8.99889\n1849,1646806880,47.74302,8.99889\n1850,1646806881,47.74302,8.99889\n1851,1646806882,47.74302,8.99889\n1852,1646806883,47.74302,8.99889\n1853,1646806884,47.74302,8.99889\n1854,1646806885,47.74302,8.99889\n1855,1646806886,47.74302,8.99889\n1856,1646806887,47.74302,8.99889\n1857,1646806888,47.74302,8.99889\n1858,1646806889,47.74302,8.99889\n1859,1646806890,47.74302,8.99889\n1860,1646806891,47.74302,8.99889\n1861,1646806892,47.74302,8.99889\n1862,1646806893,47.74302,8.99889\n1863,1646806894,47.74302,8.99889\n1864,1646806895,47.74302,8.99889\n1865,1646806896,47.74302,8.99889\n1866,1646806897,47.74302,8.99889\n1867,1646806898,47.74302,8.99889\n1868,1646806899,47.74302,8.99889\n1869,1646806900,47.74302,8.99889\n1870,1646806901,47.74302,8.99889\n1871,1646806902,47.74302,8.99889\n1872,1646806903,47.74302,8.99889\n1873,1646806904,47.74302,8.99889\n1874,1646806905,47.74302,8.99889\n1875,1646806906,47.74302,8.99889\n1876,1646806907,47.74302,8.99889\n1877,1646806908,47.74302,8.99889\n1878,1646806909,47.74302,8.99889\n1879,1646806910,47.74302,8.99889\n1880,1646806911,47.74302,8.99889\n1881,1646806912,47.74302,8.99889\n1882,1646806913,47.74302,8.99889\n1883,1646806914,47.74302,8.99889\n1884,1646806915,47.74302,8.99889\n1885,1646806916,47.74302,8.99889\n1886,1646806917,47.74302,8.99889\n1887,1646806918,47.74302,8.99889\n1888,1646806919,47.74302,8.99889\n1889,1646806920,47.74302,8.99889\n1890,1646806921,47.74302,8.99889\n1891,1646806922,47.74302,8.99889\n1892,1646806923,47.74302,8.99889\n1893,1646806924,47.74302,8.99889\n1894,1646806925,47.74302,8.99889\n1895,1646806926,47.74302,8.99889\n1896,1646806927,47.74302,8.99889\n1897,1646806928,47.74302,8.99889\n1898,1646806929,47.74302,8.99889\n1899,1646806930,47.74302,8.99889\n1900,1646806931,47.74302,8.99889\n1901,1646806932,47.74302,8.99889\n1902,1646806933,47.74302,8.99889\n1903,1646806934,47.74302,8.99889\n1904,1646806935,47.74302,8.99889\n1905,1646806936,47.74302,8.99889\n1906,1646806937,47.74302,8.99889\n1907,1646806938,47.74302,8.99889\n1908,1646806939,47.74302,8.99889\n1909,1646806940,47.74302,8.99889\n1910,1646806941,47.74302,8.99889\n1911,1646806942,47.74302,8.99889\n1912,1646806943,47.74302,8.99889\n1913,1646806944,47.74302,8.99889\n1914,1646806945,47.74302,8.99889\n1915,1646806946,47.74302,8.99889\n1916,1646806947,47.74302,8.99889\n1917,1646806948,47.74302,8.99889\n1918,1646806949,47.74302,8.99889\n1919,1646806950,47.74302,8.99889\n1920,1646806951,47.74302,8.99889\n1921,1646806952,47.74302,8.99889\n1922,1646806953,47.74302,8.99889\n1923,1646806954,47.74302,8.99889\n1924,1646806955,47.74302,8.99889\n1925,1646806956,47.74302,8.99889\n1926,1646806957,47.74302,8.99889\n1927,1646806958,47.74302,8.99889\n1928,1646806959,47.74302,8.99889\n1929,1646806960,47.74302,8.99889\n1930,1646806961,47.74302,8.99889\n1931,1646806962,47.74302,8.99889\n1932,1646806963,47.74302,8.99889\n1933,1646806964,47.74302,8.99889\n1934,1646806965,47.74302,8.99889\n1935,1646806966,47.74302,8.99889\n1936,1646806967,47.74302,8.99889\n1937,1646806968,47.74302,8.99889\n1938,1646806969,47.74302,8.99889\n1939,1646806970,47.74302,8.99889\n1940,1646806971,47.74302,8.99889\n1941,1646806972,47.74302,8.99890\n1942,1646806973,47.74302,8.99890\n1943,1646806974,47.74302,8.99890\n1944,1646806975,47.74302,8.99890\n1945,1646806976,47.74302,8.99890\n1946,1646806977,47.74302,8.99890\n1947,1646806978,47.74302,8.99890\n1948,1646806979,47.74302,8.99890\n1949,1646806980,47.74302,8.99890\n1950,1646806981,47.74302,8.99890\n1951,1646806982,47.74302,8.99890\n1952,1646806983,47.74302,8.99890\n1953,1646806984,47.74302,8.99890\n1954,1646806985,47.74302,8.99890\n1955,1646806986,47.74302,8.99890\n1956,1646806987,47.74302,8.99890\n1957,1646806988,47.74302,8.99890\n1958,1646806989,47.74302,8.99890\n1959,1646806990,47.74302,8.99890\n1960,1646806991,47.74302,8.99890\n1961,1646806992,47.74302,8.99890\n1962,1646806993,47.74302,8.99890\n1963,1646806994,47.74302,8.99890\n1964,1646806995,47.74302,8.99890\n1965,1646806996,47.74302,8.99890\n1966,1646806997,47.74302,8.99890\n1967,1646806998,47.74302,8.99890\n1968,1646806999,47.74302,8.99890\n1969,1646807000,47.74302,8.99890\n1970,1646807001,47.74302,8.99890\n1971,1646807002,47.74302,8.99890\n1972,1646807003,47.74302,8.99890\n1973,1646807004,47.74302,8.99890\n1974,1646807005,47.74302,8.99890\n1975,1646807006,47.74302,8.99890\n1976,1646807007,47.74302,8.99890\n1977,1646807008,47.74302,8.99890\n1978,1646807009,47.74302,8.99890\n1979,1646807010,47.74302,8.99890\n1980,1646807011,47.74302,8.99890\n1981,1646807012,47.74302,8.99890\n1982,1646807013,47.74302,8.99890\n1983,1646807014,47.74302,8.99890\n1984,1646807015,47.74302,8.99890\n1985,1646807016,47.74302,8.99890\n1986,1646807017,47.74302,8.99890\n1987,1646807018,47.74302,8.99890\n1988,1646807019,47.74302,8.99890\n1989,1646807020,47.74302,8.99890\n1990,1646807021,47.74302,8.99890\n1991,1646807022,47.74302,8.99890\n1992,1646807023,47.74302,8.99890\n1993,1646807024,47.74302,8.99890\n1994,1646807025,47.74302,8.99890\n1995,1646807026,47.74302,8.99890\n1996,1646807027,47.74302,8.99890\n1997,1646807028,47.74302,8.99890\n1998,1646807029,47.74302,8.99890\n1999,1646807030,47.74302,8.99890\n2000,1646807031,47.74302,8.99890\n2001,1646807032,47.74302,8.99890\n2002,1646807033,47.74302,8.99890\n2003,1646807034,47.74302,8.99890\n2004,1646807035,47.74302,8.99890\n2005,1646807036,47.74302,8.99890\n2006,1646807037,47.74302,8.99890\n2007,1646807038,47.74302,8.99890\n2008,1646807039,47.74302,8.99890\n2009,1646807040,47.74302,8.99890\n2010,1646807041,47.74302,8.99890\n2011,1646807042,47.74302,8.99890\n2012,1646807043,47.74302,8.99890\n2013,1646807044,47.74302,8.99890\n2014,1646807045,47.74302,8.99890\n2015,1646807046,47.74302,8.99890\n2016,1646807047,47.74302,8.99890\n2017,1646807048,47.74302,8.99890\n2018,1646807049,47.74302,8.99890\n2019,1646807050,47.74302,8.99890\n2020,1646807051,47.74302,8.99890\n2021,1646807052,47.74302,8.99890\n2022,1646807053,47.74302,8.99890\n2023,1646807054,47.74302,8.99890\n2024,1646807055,47.74302,8.99890\n2025,1646807056,47.74302,8.99890\n2026,1646807057,47.74302,8.99890\n2027,1646807058,47.74302,8.99890\n2028,1646807059,47.74302,8.99890\n2029,1646807060,47.74302,8.99890\n2030,1646807061,47.74302,8.99890\n2031,1646807062,47.74302,8.99890\n2032,1646807063,47.74302,8.99890\n2033,1646807064,47.74302,8.99890\n2034,1646807065,47.74302,8.99890\n2035,1646807066,47.74302,8.99890\n2036,1646807067,47.74302,8.99890\n2037,1646807068,47.74302,8.99890\n2038,1646807069,47.74302,8.99890\n2039,1646807070,47.74302,8.99890\n2040,1646807071,47.74302,8.99890\n2041,1646807072,47.74302,8.99890\n2042,1646807073,47.74302,8.99890\n2043,1646807074,47.74302,8.99890\n2044,1646807075,47.74302,8.99890\n2045,1646807076,47.74302,8.99890\n2046,1646807077,47.74302,8.99890\n2047,1646807078,47.74302,8.99890\n2048,1646807079,47.74302,8.99890\n2049,1646807080,47.74302,8.99890\n2050,1646807081,47.74302,8.99890\n2051,1646807082,47.74302,8.99890\n2052,1646807083,47.74302,8.99890\n2053,1646807084,47.74302,8.99890\n2054,1646807085,47.74302,8.99890\n2055,1646807086,47.74302,8.99890\n2056,1646807087,47.74302,8.99890\n2057,1646807088,47.74302,8.99891\n2058,1646807089,47.74302,8.99891\n2059,1646807090,47.74302,8.99891\n2060,1646807091,47.74302,8.99891\n2061,1646807092,47.74302,8.99891\n2062,1646807093,47.74302,8.99891\n2063,1646807094,47.74302,8.99891\n2064,1646807095,47.74302,8.99891\n2065,1646807096,47.74302,8.99891\n2066,1646807097,47.74302,8.99891\n2067,1646807098,47.74302,8.99891\n2068,1646807099,47.74302,8.99891\n2069,1646807100,47.74302,8.99891\n2070,1646807101,47.74302,8.99891\n2071,1646807102,47.74302,8.99891\n2072,1646807103,47.74302,8.99891\n2073,1646807104,47.74302,8.99892\n2074,1646807105,47.74302,8.99892\n2075,1646807106,47.74302,8.99892\n2076,1646807107,47.74302,8.99892\n2077,1646807108,47.74302,8.99892\n2078,1646807109,47.74303,8.99892\n2079,1646807110,47.74303,8.99892\n2080,1646807111,47.74303,8.99892\n2081,1646807112,47.74303,8.99892\n2082,1646807113,47.74303,8.99892\n2083,1646807114,47.74303,8.99892\n2084,1646807115,47.74303,8.99892\n2085,1646807116,47.74303,8.99892\n2086,1646807117,47.74303,8.99892\n2087,1646807118,47.74303,8.99892\n2088,1646807119,47.74303,8.99892\n2089,1646807120,47.74303,8.99892\n2090,1646807121,47.74303,8.99892\n2091,1646807122,47.74303,8.99892\n2092,1646807123,47.74303,8.99892\n2093,1646807124,47.74303,8.99892\n2094,1646807125,47.74303,8.99892\n2095,1646807126,47.74303,8.99892\n2096,1646807127,47.74303,8.99892\n2097,1646807128,47.74303,8.99892\n2098,1646807129,47.74302,8.99892\n2099,1646807130,47.74302,8.99892\n2100,1646807131,47.74302,8.99892\n2101,1646807132,47.74302,8.99892\n2102,1646807133,47.74302,8.99892\n2103,1646807134,47.74302,8.99892\n2104,1646807135,47.74302,8.99892\n2105,1646807136,47.74302,8.99892\n2106,1646807137,47.74302,8.99892\n2107,1646807138,47.74302,8.99892\n2108,1646807139,47.74302,8.99892\n2109,1646807140,47.74302,8.99892\n2110,1646807141,47.74302,8.99892\n2111,1646807142,47.74302,8.99892\n2112,1646807143,47.74302,8.99892\n2113,1646807144,47.74302,8.99892\n2114,1646807145,47.74302,8.99892\n2115,1646807146,47.74302,8.99892\n2116,1646807147,47.74302,8.99892\n2117,1646807148,47.74302,8.99892\n2118,1646807149,47.74302,8.99892\n2119,1646807150,47.74302,8.99892\n2120,1646807151,47.74302,8.99892\n2121,1646807152,47.74302,8.99892\n2122,1646807153,47.74302,8.99892\n2123,1646807154,47.74302,8.99892\n2124,1646807155,47.74302,8.99892\n2125,1646807156,47.74302,8.99892\n2126,1646807157,47.74302,8.99892\n2127,1646807158,47.74302,8.99892\n2128,1646807159,47.74302,8.99892\n2129,1646807160,47.74302,8.99892\n2130,1646807161,47.74302,8.99892\n2131,1646807162,47.74302,8.99892\n2132,1646807163,47.74302,8.99892\n2133,1646807164,47.74302,8.99892\n2134,1646807165,47.74302,8.99892\n2135,1646807166,47.74302,8.99892\n2136,1646807167,47.74302,8.99892\n2137,1646807168,47.74302,8.99892\n2138,1646807169,47.74301,8.99892\n2139,1646807170,47.74301,8.99892\n2140,1646807171,47.74301,8.99892\n2141,1646807172,47.74301,8.99892\n2142,1646807173,47.74301,8.99892\n2143,1646807174,47.74301,8.99892\n2144,1646807175,47.74301,8.99892\n2145,1646807176,47.74301,8.99892\n2146,1646807177,47.74301,8.99892\n2147,1646807178,47.74301,8.99892\n2148,1646807179,47.74301,8.99892\n2149,1646807180,47.74301,8.99892\n2150,1646807181,47.74301,8.99892\n2151,1646807182,47.74301,8.99892\n2152,1646807183,47.74301,8.99892\n2153,1646807184,47.74301,8.99892\n2154,1646807185,47.74301,8.99892\n2155,1646807186,47.74301,8.99892\n2156,1646807187,47.74301,8.99892\n2157,1646807188,47.74301,8.99892\n2158,1646807189,47.74301,8.99892\n2159,1646807190,47.74301,8.99892\n2160,1646807191,47.74301,8.99892\n2161,1646807192,47.74301,8.99892\n2162,1646807193,47.74301,8.99892\n2163,1646807194,47.74301,8.99892\n2164,1646807195,47.74301,8.99892\n2165,1646807196,47.74301,8.99892\n2166,1646807197,47.74301,8.99892\n2167,1646807198,47.74301,8.99893\n2168,1646807199,47.74301,8.99893\n2169,1646807200,47.74301,8.99893\n2170,1646807201,47.74301,8.99893\n2171,1646807202,47.74301,8.99893\n2172,1646807203,47.74301,8.99893\n2173,1646807204,47.74301,8.99893\n2174,1646807205,47.74301,8.99893\n2175,1646807206,47.74301,8.99893\n2176,1646807207,47.74301,8.99893\n2177,1646807208,47.74301,8.99893\n2178,1646807209,47.74301,8.99893\n2179,1646807210,47.74301,8.99893\n2180,1646807211,47.74301,8.99893\n2181,1646807212,47.74301,8.99893\n2182,1646807213,47.74301,8.99893\n2183,1646807214,47.74301,8.99893\n2184,1646807215,47.74301,8.99893\n2185,1646807216,47.74301,8.99893\n2186,1646807217,47.74301,8.99893\n2187,1646807218,47.74301,8.99893\n2188,1646807219,47.74301,8.99893\n2189,1646807220,47.74301,8.99893\n2190,1646807221,47.74301,8.99893\n2191,1646807222,47.74301,8.99893\n2192,1646807223,47.74301,8.99893\n2193,1646807224,47.74301,8.99893\n2194,1646807225,47.74301,8.99893\n2195,1646807226,47.74301,8.99893\n2196,1646807227,47.74301,8.99893\n2197,1646807228,47.74301,8.99893\n2198,1646807229,47.74301,8.99893\n2199,1646807230,47.74301,8.99893\n2200,1646807231,47.74301,8.99893\n2201,1646807232,47.74301,8.99893\n2202,1646807233,47.74301,8.99893\n2203,1646807234,47.74301,8.99893\n2204,1646807235,47.74301,8.99893\n2205,1646807236,47.74301,8.99893\n2206,1646807237,47.74301,8.99893\n2207,1646807238,47.74301,8.99893\n2208,1646807239,47.74301,8.99893\n2209,1646807240,47.74301,8.99893\n2210,1646807241,47.74301,8.99893\n2211,1646807242,47.74301,8.99893\n2212,1646807243,47.74301,8.99893\n2213,1646807244,47.74301,8.99893\n2214,1646807245,47.74301,8.99893\n2215,1646807246,47.74301,8.99893\n2216,1646807247,47.74301,8.99893\n2217,1646807248,47.74301,8.99893\n2218,1646807249,47.74301,8.99893\n2219,1646807250,47.74301,8.99893\n2220,1646807251,47.74301,8.99893\n2221,1646807252,47.74301,8.99893\n2222,1646807253,47.74301,8.99893\n2223,1646807254,47.74301,8.99893\n2224,1646807255,47.74301,8.99893\n2225,1646807256,47.74301,8.99893\n2226,1646807257,47.74301,8.99893\n2227,1646807258,47.74301,8.99893\n2228,1646807259,47.74301,8.99893\n2229,1646807260,47.74301,8.99893\n2230,1646807261,47.74301,8.99893\n2231,1646807262,47.74301,8.99893\n2232,1646807263,47.74301,8.99893\n2233,1646807264,47.74301,8.99893\n2234,1646807265,47.74301,8.99893\n2235,1646807266,47.74301,8.99893\n2236,1646807267,47.74301,8.99893\n2237,1646807268,47.74301,8.99893\n2238,1646807269,47.74301,8.99893\n2239,1646807270,47.74301,8.99893\n2240,1646807271,47.74301,8.99893\n2241,1646807272,47.74301,8.99893\n2242,1646807273,47.74301,8.99893\n2243,1646807274,47.74301,8.99893\n2244,1646807275,47.74301,8.99893\n2245,1646807276,47.74301,8.99893\n2246,1646807277,47.74301,8.99893\n2247,1646807278,47.74301,8.99893\n2248,1646807279,47.74301,8.99893\n2249,1646807280,47.74301,8.99893\n2250,1646807281,47.74301,8.99893\n2251,1646807282,47.74301,8.99893\n2252,1646807283,47.74301,8.99893\n2253,1646807284,47.74301,8.99893\n2254,1646807285,47.74301,8.99893\n2255,1646807286,47.74301,8.99893\n2256,1646807287,47.74301,8.99893\n2257,1646807288,47.74301,8.99893\n2258,1646807289,47.74301,8.99893\n2259,1646807290,47.74301,8.99893\n2260,1646807291,47.74301,8.99893\n2261,1646807292,47.74301,8.99893\n2262,1646807293,47.74301,8.99893\n2263,1646807294,47.74301,8.99893\n2264,1646807295,47.74301,8.99893\n2265,1646807296,47.74301,8.99893\n2266,1646807297,47.74301,8.99893\n2267,1646807298,47.74301,8.99893\n2268,1646807299,47.74301,8.99893\n2269,1646807300,47.74301,8.99893\n2270,1646807301,47.74301,8.99893\n2271,1646807302,47.74301,8.99893\n2272,1646807303,47.74301,8.99893\n2273,1646807304,47.74301,8.99893\n2274,1646807305,47.74301,8.99893\n2275,1646807306,47.74301,8.99893\n2276,1646807307,47.74301,8.99893\n2277,1646807308,47.74301,8.99893\n2278,1646807309,47.74301,8.99893\n2279,1646807310,47.74301,8.99893\n2280,1646807311,47.74301,8.99893\n2281,1646807312,47.74301,8.99893\n2282,1646807313,47.74301,8.99893\n2283,1646807314,47.74301,8.99893\n2284,1646807315,47.74301,8.99893\n2285,1646807316,47.74301,8.99893\n2286,1646807317,47.74301,8.99893\n2287,1646807318,47.74301,8.99893\n2288,1646807319,47.74301,8.99893\n2289,1646807320,47.74301,8.99893\n2290,1646807321,47.74301,8.99893\n2291,1646807322,47.74301,8.99893\n2292,1646807323,47.74301,8.99893\n2293,1646807324,47.74301,8.99893\n2294,1646807325,47.74301,8.99893\n2295,1646807326,47.74301,8.99893\n2296,1646807327,47.74301,8.99893\n2297,1646807328,47.74301,8.99893\n2298,1646807329,47.74301,8.99893\n2299,1646807330,47.74301,8.99893\n2300,1646807331,47.74301,8.99893\n2301,1646807332,47.74301,8.99893\n2302,1646807333,47.74301,8.99893\n2303,1646807334,47.74301,8.99893\n2304,1646807335,47.74301,8.99893\n2305,1646807336,47.74301,8.99893\n2306,1646807337,47.74301,8.99893\n2307,1646807338,47.74301,8.99893\n2308,1646807339,47.74301,8.99893\n2309,1646807340,47.74301,8.99893\n2310,1646807341,47.74301,8.99893\n2311,1646807342,47.74301,8.99893\n2312,1646807343,47.74301,8.99893\n2313,1646807344,47.74301,8.99893\n2314,1646807345,47.74301,8.99893\n2315,1646807346,47.74301,8.99893\n2316,1646807347,47.74301,8.99893\n2317,1646807348,47.74301,8.99893\n2318,1646807349,47.74301,8.99893\n2319,1646807350,47.74301,8.99893\n2320,1646807351,47.74301,8.99893\n2321,1646807352,47.74301,8.99893\n2322,1646807353,47.74301,8.99893\n2323,1646807354,47.74301,8.99893\n2324,1646807355,47.74301,8.99893\n2325,1646807356,47.74301,8.99893\n2326,1646807357,47.74301,8.99893\n2327,1646807358,47.74301,8.99893\n2328,1646807359,47.74301,8.99893\n2329,1646807360,47.74301,8.99893\n2330,1646807361,47.74301,8.99893\n2331,1646807362,47.74301,8.99893\n2332,1646807363,47.74301,8.99893\n2333,1646807364,47.74301,8.99893\n2334,1646807365,47.74301,8.99893\n2335,1646807366,47.74301,8.99893\n2336,1646807367,47.74301,8.99893\n2337,1646807368,47.74301,8.99893\n2338,1646807369,47.74301,8.99893\n2339,1646807370,47.74301,8.99894\n2340,1646807371,47.74301,8.99894\n2341,1646807372,47.74301,8.99893\n2342,1646807373,47.74301,8.99893\n2343,1646807374,47.74301,8.99893\n2344,1646807375,47.74301,8.99893\n2345,1646807376,47.74301,8.99893\n2346,1646807377,47.74301,8.99894\n2347,1646807378,47.74301,8.99894\n2348,1646807379,47.74301,8.99894\n2349,1646807380,47.74301,8.99894\n2350,1646807381,47.74301,8.99894\n2351,1646807382,47.74301,8.99894\n2352,1646807383,47.74301,8.99894\n2353,1646807384,47.74301,8.99894\n2354,1646807385,47.74301,8.99894\n2355,1646807386,47.74301,8.99894\n2356,1646807387,47.74301,8.99894\n2357,1646807388,47.74301,8.99894\n2358,1646807389,47.74301,8.99894\n2359,1646807390,47.74301,8.99894\n2360,1646807391,47.74301,8.99894\n2361,1646807392,47.74301,8.99894\n2362,1646807393,47.74301,8.99894\n2363,1646807394,47.74301,8.99894\n2364,1646807395,47.74301,8.99894\n2365,1646807396,47.74301,8.99894\n2366,1646807397,47.74301,8.99894\n2367,1646807398,47.74301,8.99894\n2368,1646807399,47.74301,8.99894\n2369,1646807400,47.74302,8.99894\n2370,1646807401,47.74302,8.99894\n2371,1646807402,47.74302,8.99894\n2372,1646807403,47.74302,8.99893\n2373,1646807404,47.74302,8.99893\n2374,1646807405,47.74302,8.99893\n2375,1646807406,47.74302,8.99893\n2376,1646807407,47.74302,8.99893\n2377,1646807408,47.74302,8.99893\n2378,1646807409,47.74302,8.99893\n2379,1646807410,47.74302,8.99893\n2380,1646807411,47.74302,8.99893\n2381,1646807412,47.74302,8.99893\n2382,1646807413,47.74302,8.99893\n2383,1646807414,47.74302,8.99893\n2384,1646807415,47.74303,8.99892\n2385,1646807416,47.74303,8.99892\n2386,1646807417,47.74303,8.99893\n2387,1646807418,47.74303,8.99893\n2388,1646807419,47.74303,8.99893\n2389,1646807420,47.74303,8.99893\n2390,1646807421,47.74303,8.99893\n2391,1646807422,47.74303,8.99893\n2392,1646807423,47.74303,8.99892\n2393,1646807424,47.74303,8.99893\n2394,1646807425,47.74303,8.99893\n2395,1646807426,47.74303,8.99893\n2396,1646807427,47.74303,8.99893\n2397,1646807428,47.74303,8.99893\n2398,1646807429,47.74303,8.99893\n2399,1646807430,47.74303,8.99893\n2400,1646807431,47.74303,8.99893\n2401,1646807432,47.74303,8.99893\n2402,1646807433,47.74303,8.99893\n2403,1646807434,47.74303,8.99893\n2404,1646807435,47.74303,8.99893\n2405,1646807436,47.74303,8.99893\n2406,1646807437,47.74303,8.99893\n2407,1646807438,47.74303,8.99893\n2408,1646807439,47.74303,8.99893\n2409,1646807440,47.74303,8.99893\n2410,1646807441,47.74303,8.99893\n2411,1646807442,47.74303,8.99893\n2412,1646807443,47.74303,8.99893\n2413,1646807444,47.74303,8.99893\n2414,1646807445,47.74303,8.99893\n2415,1646807446,47.74303,8.99893\n2416,1646807447,47.74303,8.99893\n2417,1646807448,47.74303,8.99893\n2418,1646807449,47.74303,8.99893\n2419,1646807450,47.74303,8.99893\n2420,1646807451,47.74303,8.99893\n2421,1646807452,47.74303,8.99893\n2422,1646807453,47.74303,8.99893\n2423,1646807454,47.74303,8.99893\n2424,1646807455,47.74303,8.99893\n2425,1646807456,47.74303,8.99893\n2426,1646807457,47.74303,8.99893\n2427,1646807458,47.74303,8.99893\n2428,1646807459,47.74303,8.99893\n2429,1646807460,47.74303,8.99893\n2430,1646807461,47.74303,8.99893\n2431,1646807462,47.74303,8.99893\n2432,1646807463,47.74303,8.99893\n2433,1646807464,47.74303,8.99893\n2434,1646807465,47.74303,8.99893\n2435,1646807466,47.74303,8.99893\n2436,1646807467,47.74303,8.99893\n2437,1646807468,47.74303,8.99893\n2438,1646807469,47.74303,8.99893\n2439,1646807470,47.74303,8.99893\n2440,1646807471,47.74303,8.99893\n2441,1646807472,47.74303,8.99893\n2442,1646807473,47.74303,8.99893\n2443,1646807474,47.74303,8.99893\n2444,1646807475,47.74303,8.99893\n2445,1646807476,47.74303,8.99893\n2446,1646807477,47.74303,8.99893\n2447,1646807478,47.74303,8.99893\n2448,1646807479,47.74303,8.99893\n2449,1646807480,47.74303,8.99893\n2450,1646807481,47.74303,8.99893\n2451,1646807482,47.74303,8.99893\n2452,1646807483,47.74303,8.99893\n2453,1646807484,47.74303,8.99893\n2454,1646807485,47.74303,8.99893\n2455,1646807486,47.74303,8.99893\n2456,1646807487,47.74303,8.99893\n2457,1646807488,47.74303,8.99893\n2458,1646807489,47.74303,8.99893\n2459,1646807490,47.74303,8.99893\n2460,1646807491,47.74303,8.99893\n2461,1646807492,47.74303,8.99893\n2462,1646807493,47.74303,8.99893\n2463,1646807494,47.74303,8.99893\n2464,1646807495,47.74303,8.99893\n2465,1646807496,47.74303,8.99893\n2466,1646807497,47.74303,8.99893\n2467,1646807498,47.74303,8.99893\n2468,1646807499,47.74303,8.99893\n2469,1646807500,47.74303,8.99893\n2470,1646807501,47.74303,8.99893\n2471,1646807502,47.74303,8.99893\n2472,1646807503,47.74303,8.99893\n2473,1646807504,47.74304,8.99893\n2474,1646807505,47.74304,8.99893\n2475,1646807506,47.74304,8.99893\n2476,1646807507,47.74304,8.99893\n2477,1646807508,47.74304,8.99893\n2478,1646807509,47.74304,8.99893\n2479,1646807510,47.74304,8.99893\n2480,1646807511,47.74304,8.99893\n2481,1646807512,47.74304,8.99893\n2482,1646807513,47.74304,8.99893\n2483,1646807514,47.74304,8.99893\n2484,1646807515,47.74304,8.99893\n2485,1646807516,47.74304,8.99893\n2486,1646807517,47.74304,8.99893\n2487,1646807518,47.74304,8.99893\n2488,1646807519,47.74304,8.99893\n2489,1646807520,47.74304,8.99893\n2490,1646807521,47.74304,8.99893\n2491,1646807522,47.74304,8.99893\n2492,1646807523,47.74304,8.99893\n2493,1646807524,47.74304,8.99893\n2494,1646807525,47.74304,8.99893\n2495,1646807526,47.74304,8.99893\n2496,1646807527,47.74304,8.99893\n2497,1646807528,47.74304,8.99893\n2498,1646807529,47.74304,8.99893\n2499,1646807530,47.74304,8.99893\n2500,1646807531,47.74304,8.99893\n2501,1646807532,47.74304,8.99893\n2502,1646807533,47.74304,8.99893\n2503,1646807534,47.74304,8.99893\n2504,1646807535,47.74304,8.99893\n2505,1646807536,47.74304,8.99893\n2506,1646807537,47.74304,8.99893\n2507,1646807538,47.74304,8.99893\n2508,1646807539,47.74304,8.99893\n2509,1646807540,47.74304,8.99893\n2510,1646807541,47.74304,8.99893\n2511,1646807542,47.74304,8.99893\n2512,1646807543,47.74304,8.99893\n2513,1646807544,47.74304,8.99893\n2514,1646807545,47.74304,8.99893\n2515,1646807546,47.74304,8.99893\n2516,1646807547,47.74304,8.99893\n2517,1646807548,47.74304,8.99893\n2518,1646807549,47.74304,8.99893\n2519,1646807550,47.74304,8.99893\n2520,1646807551,47.74304,8.99893\n2521,1646807552,47.74304,8.99893\n2522,1646807553,47.74304,8.99893\n2523,1646807554,47.74304,8.99893\n2524,1646807555,47.74304,8.99893\n2525,1646807556,47.74304,8.99893\n2526,1646807557,47.74304,8.99893\n2527,1646807558,47.74304,8.99893\n2528,1646807559,47.74304,8.99893\n2529,1646807560,47.74304,8.99893\n2530,1646807561,47.74304,8.99893\n2531,1646807562,47.74304,8.99893\n2532,1646807563,47.74304,8.99893\n2533,1646807564,47.74304,8.99893\n2534,1646807565,47.74304,8.99893\n2535,1646807566,47.74304,8.99893\n2536,1646807567,47.74304,8.99893\n2537,1646807568,47.74304,8.99893\n2538,1646807569,47.74304,8.99893\n2539,1646807570,47.74304,8.99893\n2540,1646807571,47.74304,8.99893\n2541,1646807572,47.74304,8.99893\n2542,1646807573,47.74304,8.99893\n2543,1646807574,47.74304,8.99893\n2544,1646807575,47.74304,8.99893\n2545,1646807576,47.74304,8.99893\n2546,1646807577,47.74304,8.99893\n2547,1646807578,47.74304,8.99893\n2548,1646807579,47.74304,8.99893\n2549,1646807580,47.74304,8.99893\n2550,1646807581,47.74304,8.99893\n2551,1646807582,47.74304,8.99893\n2552,1646807583,47.74304,8.99893\n2553,1646807584,47.74304,8.99893\n2554,1646807585,47.74304,8.99893\n2555,1646807586,47.74304,8.99893\n2556,1646807587,47.74304,8.99893\n2557,1646807588,47.74304,8.99893\n2558,1646807589,47.74304,8.99893\n2559,1646807590,47.74304,8.99893\n2560,1646807591,47.74304,8.99893\n2561,1646807592,47.74304,8.99893\n2562,1646807593,47.74304,8.99893\n2563,1646807594,47.74304,8.99893\n2564,1646807595,47.74304,8.99893\n2565,1646807596,47.74304,8.99893\n2566,1646807597,47.74304,8.99893\n2567,1646807598,47.74304,8.99893\n2568,1646807599,47.74304,8.99893\n2569,1646807600,47.74304,8.99893\n2570,1646807601,47.74304,8.99893\n2571,1646807602,47.74304,8.99893\n2572,1646807603,47.74304,8.99893\n2573,1646807604,47.74304,8.99893\n2574,1646807605,47.74304,8.99893\n2575,1646807606,47.74304,8.99893\n2576,1646807607,47.74304,8.99893\n2577,1646807608,47.74304,8.99893\n2578,1646807609,47.74304,8.99893\n2579,1646807610,47.74304,8.99893\n2580,1646807611,47.74304,8.99893\n2581,1646807612,47.74304,8.99893\n2582,1646807613,47.74304,8.99893\n2583,1646807614,47.74304,8.99893\n2584,1646807615,47.74304,8.99893\n2585,1646807616,47.74304,8.99893\n2586,1646807617,47.74304,8.99893\n2587,1646807618,47.74304,8.99893\n2588,1646807619,47.74304,8.99893\n2589,1646807620,47.74304,8.99893\n2590,1646807621,47.74304,8.99893\n2591,1646807622,47.74304,8.99893\n2592,1646807623,47.74304,8.99893\n2593,1646807624,47.74304,8.99893\n2594,1646807625,47.74304,8.99893\n2595,1646807626,47.74304,8.99893\n2596,1646807627,47.74304,8.99893\n2597,1646807628,47.74304,8.99893\n2598,1646807629,47.74304,8.99893\n2599,1646807630,47.74304,8.99893\n2600,1646807631,47.74304,8.99893\n2601,1646807632,47.74304,8.99893\n2602,1646807633,47.74304,8.99893\n2603,1646807634,47.74304,8.99893\n2604,1646807635,47.74304,8.99893\n2605,1646807636,47.74304,8.99893\n2606,1646807637,47.74304,8.99893\n2607,1646807638,47.74304,8.99893\n2608,1646807639,47.74304,8.99893\n2609,1646807640,47.74304,8.99893\n2610,1646807641,47.74304,8.99893\n2611,1646807642,47.74304,8.99893\n2612,1646807643,47.74304,8.99893\n2613,1646807644,47.74304,8.99893\n2614,1646807645,47.74304,8.99893\n2615,1646807646,47.74304,8.99893\n2616,1646807647,47.74304,8.99893\n2617,1646807648,47.74304,8.99893\n2618,1646807649,47.74304,8.99893\n2619,1646807650,47.74304,8.99893\n2620,1646807651,47.74304,8.99893\n2621,1646807652,47.74304,8.99893\n2622,1646807653,47.74304,8.99893\n2623,1646807654,47.74304,8.99893\n2624,1646807655,47.74304,8.99893\n2625,1646807656,47.74304,8.99893\n2626,1646807657,47.74304,8.99893\n2627,1646807658,47.74304,8.99893\n2628,1646807659,47.74304,8.99893\n2629,1646807660,47.74304,8.99893\n2630,1646807661,47.74304,8.99893\n2631,1646807662,47.74304,8.99893\n2632,1646807663,47.74304,8.99893\n2633,1646807664,47.74304,8.99893\n2634,1646807665,47.74304,8.99893\n2635,1646807666,47.74304,8.99893\n2636,1646807667,47.74304,8.99893\n2637,1646807668,47.74304,8.99893\n2638,1646807669,47.74304,8.99893\n2639,1646807670,47.74304,8.99893\n2640,1646807671,47.74304,8.99893\n2641,1646807672,47.74304,8.99893\n2642,1646807673,47.74304,8.99893\n2643,1646807674,47.74304,8.99893\n2644,1646807675,47.74304,8.99893\n2645,1646807676,47.74304,8.99893\n2646,1646807677,47.74304,8.99893\n2647,1646807678,47.74304,8.99893\n2648,1646807679,47.74304,8.99893\n2649,1646807680,47.74304,8.99893\n2650,1646807681,47.74304,8.99893\n2651,1646807682,47.74304,8.99893\n2652,1646807683,47.74304,8.99893\n2653,1646807684,47.74304,8.99893\n2654,1646807685,47.74304,8.99893\n2655,1646807686,47.74304,8.99893\n2656,1646807687,47.74304,8.99893\n2657,1646807688,47.74304,8.99893\n2658,1646807689,47.74304,8.99893\n2659,1646807690,47.74304,8.99893\n2660,1646807691,47.74304,8.99893\n2661,1646807692,47.74304,8.99893\n2662,1646807693,47.74304,8.99893\n2663,1646807694,47.74304,8.99893\n2664,1646807695,47.74304,8.99893\n2665,1646807696,47.74304,8.99893\n2666,1646807697,47.74304,8.99893\n2667,1646807698,47.74304,8.99893\n2668,1646807699,47.74304,8.99893\n2669,1646807700,47.74304,8.99893\n2670,1646807701,47.74304,8.99893\n2671,1646807702,47.74304,8.99893\n2672,1646807703,47.74304,8.99893\n2673,1646807704,47.74304,8.99893\n2674,1646807705,47.74304,8.99893\n2675,1646807706,47.74304,8.99893\n2676,1646807707,47.74304,8.99893\n2677,1646807708,47.74304,8.99893\n2678,1646807709,47.74304,8.99893\n2679,1646807710,47.74304,8.99893\n2680,1646807711,47.74304,8.99893\n2681,1646807712,47.74304,8.99893\n2682,1646807713,47.74304,8.99893\n2683,1646807714,47.74304,8.99893\n2684,1646807715,47.74304,8.99893\n2685,1646807716,47.74304,8.99893\n2686,1646807717,47.74304,8.99893\n2687,1646807718,47.74304,8.99893\n2688,1646807719,47.74304,8.99893\n2689,1646807720,47.74304,8.99893\n2690,1646807721,47.74304,8.99893\n2691,1646807722,47.74304,8.99893\n2692,1646807723,47.74304,8.99893\n2693,1646807724,47.74304,8.99893\n2694,1646807725,47.74304,8.99893\n2695,1646807726,47.74304,8.99893\n2696,1646807727,47.74304,8.99893\n2697,1646807728,47.74304,8.99893\n2698,1646807729,47.74304,8.99893\n2699,1646807730,47.74304,8.99893\n2700,1646807731,47.74304,8.99893\n2701,1646807732,47.74304,8.99893\n2702,1646807733,47.74304,8.99893\n2703,1646807734,47.74304,8.99893\n2704,1646807735,47.74304,8.99893\n2705,1646807736,47.74304,8.99893\n2706,1646807737,47.74304,8.99893\n2707,1646807738,47.74304,8.99893\n2708,1646807739,47.74304,8.99893\n2709,1646807740,47.74304,8.99893\n2710,1646807741,47.74304,8.99893\n2711,1646807742,47.74304,8.99893\n2712,1646807743,47.74304,8.99893\n2713,1646807744,47.74304,8.99893\n2714,1646807745,47.74304,8.99893\n2715,1646807746,47.74304,8.99893\n2716,1646807747,47.74304,8.99893\n2717,1646807748,47.74304,8.99893\n2718,1646807749,47.74304,8.99893\n2719,1646807750,47.74304,8.99893\n2720,1646807751,47.74304,8.99893\n2721,1646807752,47.74304,8.99893\n2722,1646807753,47.74304,8.99893\n2723,1646807754,47.74304,8.99893\n2724,1646807755,47.74304,8.99893\n2725,1646807756,47.74304,8.99893\n2726,1646807757,47.74304,8.99893\n2727,1646807758,47.74304,8.99893\n2728,1646807759,47.74304,8.99893\n2729,1646807760,47.74304,8.99893\n2730,1646807761,47.74304,8.99893\n2731,1646807762,47.74304,8.99893\n2732,1646807763,47.74304,8.99893\n2733,1646807764,47.74304,8.99893\n2734,1646807765,47.74304,8.99893\n2735,1646807766,47.74304,8.99893\n2736,1646807767,47.74304,8.99893\n2737,1646807768,47.74304,8.99893\n2738,1646807769,47.74304,8.99893\n2739,1646807770,47.74304,8.99893\n2740,1646807771,47.74304,8.99893\n2741,1646807772,47.74304,8.99893\n2742,1646807773,47.74304,8.99893\n2743,1646807774,47.74304,8.99893\n2744,1646807775,47.74304,8.99893\n2745,1646807776,47.74304,8.99893\n2746,1646807777,47.74304,8.99893\n2747,1646807778,47.74304,8.99893\n2748,1646807779,47.74304,8.99893\n2749,1646807780,47.74304,8.99893\n2750,1646807781,47.74304,8.99893\n2751,1646807782,47.74304,8.99893\n2752,1646807783,47.74304,8.99893\n2753,1646807784,47.74304,8.99893\n2754,1646807785,47.74304,8.99893\n2755,1646807786,47.74304,8.99893\n2756,1646807787,47.74304,8.99893\n2757,1646807788,47.74304,8.99893\n2758,1646807789,47.74304,8.99893\n2759,1646807790,47.74304,8.99893\n2760,1646807791,47.74304,8.99893\n2761,1646807792,47.74304,8.99893\n2762,1646807793,47.74304,8.99893\n2763,1646807794,47.74304,8.99893\n2764,1646807795,47.74304,8.99893\n2765,1646807796,47.74304,8.99893\n2766,1646807797,47.74304,8.99893\n2767,1646807798,47.74304,8.99893\n2768,1646807799,47.74304,8.99893\n2769,1646807800,47.74304,8.99893\n2770,1646807801,47.74304,8.99893\n2771,1646807802,47.74304,8.99894\n2772,1646807803,47.74304,8.99894\n2773,1646807804,47.74304,8.99894\n2774,1646807805,47.74304,8.99894\n2775,1646807806,47.74304,8.99894\n2776,1646807807,47.74304,8.99894\n2777,1646807808,47.74304,8.99894\n2778,1646807809,47.74304,8.99894\n2779,1646807810,47.74304,8.99894\n2780,1646807811,47.74304,8.99894\n2781,1646807812,47.74304,8.99894\n2782,1646807813,47.74304,8.99894\n2783,1646807814,47.74304,8.99894\n2784,1646807815,47.74304,8.99894\n2785,1646807816,47.74304,8.99894\n2786,1646807817,47.74304,8.99894\n2787,1646807818,47.74304,8.99894\n2788,1646807819,47.74304,8.99894\n2789,1646807820,47.74304,8.99894\n2790,1646807821,47.74304,8.99894\n2791,1646807822,47.74304,8.99894\n2792,1646807823,47.74304,8.99894\n2793,1646807824,47.74304,8.99894\n2794,1646807825,47.74304,8.99894\n2795,1646807826,47.74304,8.99894\n2796,1646807827,47.74304,8.99894\n2797,1646807828,47.74304,8.99894\n2798,1646807829,47.74304,8.99894\n2799,1646807830,47.74304,8.99894\n2800,1646807831,47.74304,8.99894\n2801,1646807832,47.74304,8.99894\n2802,1646807833,47.74304,8.99894\n2803,1646807834,47.74304,8.99894\n2804,1646807835,47.74304,8.99894\n2805,1646807836,47.74304,8.99894\n2806,1646807837,47.74304,8.99894\n2807,1646807838,47.74304,8.99894\n2808,1646807839,47.74304,8.99894\n2809,1646807840,47.74304,8.99894\n2810,1646807841,47.74304,8.99894\n2811,1646807842,47.74304,8.99894\n2812,1646807843,47.74304,8.99894\n2813,1646807844,47.74304,8.99894\n2814,1646807845,47.74304,8.99894\n2815,1646807846,47.74304,8.99894\n2816,1646807847,47.74304,8.99894\n2817,1646807848,47.74304,8.99894\n2818,1646807849,47.74304,8.99894\n2819,1646807850,47.74304,8.99894\n2820,1646807851,47.74304,8.99894\n2821,1646807852,47.74304,8.99894\n2822,1646807853,47.74304,8.99894\n2823,1646807854,47.74304,8.99894\n2824,1646807855,47.74304,8.99894\n2825,1646807856,47.74304,8.99894\n2826,1646807857,47.74304,8.99894\n2827,1646807858,47.74304,8.99894\n2828,1646807859,47.74304,8.99894\n2829,1646807860,47.74304,8.99894\n2830,1646807861,47.74304,8.99894\n2831,1646807862,47.74304,8.99894\n2832,1646807863,47.74304,8.99894\n2833,1646807864,47.74304,8.99894\n2834,1646807865,47.74304,8.99894\n2835,1646807866,47.74304,8.99894\n2836,1646807867,47.74304,8.99894\n2837,1646807868,47.74304,8.99894\n2838,1646807869,47.74304,8.99894\n2839,1646807870,47.74304,8.99894\n2840,1646807871,47.74304,8.99894\n2841,1646807872,47.74304,8.99894\n2842,1646807873,47.74304,8.99894\n2843,1646807874,47.74304,8.99894\n2844,1646807875,47.74304,8.99894\n2845,1646807876,47.74304,8.99894\n2846,1646807877,47.74304,8.99894\n2847,1646807878,47.74304,8.99894\n2848,1646807879,47.74304,8.99894\n2849,1646807880,47.74304,8.99894\n2850,1646807881,47.74304,8.99894\n2851,1646807882,47.74304,8.99894\n2852,1646807883,47.74304,8.99894\n2853,1646807884,47.74304,8.99894\n2854,1646807885,47.74304,8.99894\n2855,1646807886,47.74304,8.99894\n2856,1646807887,47.74304,8.99894\n2857,1646807888,47.74304,8.99894\n2858,1646807889,47.74304,8.99894\n2859,1646807890,47.74304,8.99894\n2860,1646807891,47.74304,8.99894\n2861,1646807892,47.74304,8.99894\n2862,1646807893,47.74304,8.99894\n2863,1646807894,47.74304,8.99894\n2864,1646807895,47.74304,8.99894\n2865,1646807896,47.74304,8.99894\n2866,1646807897,47.74304,8.99894\n2867,1646807898,47.74304,8.99894\n2868,1646807899,47.74304,8.99894\n2869,1646807900,47.74304,8.99894\n2870,1646807901,47.74304,8.99894\n2871,1646807902,47.74304,8.99894\n2872,1646807903,47.74304,8.99894\n2873,1646807904,47.74304,8.99894\n2874,1646807905,47.74304,8.99894\n2875,1646807906,47.74304,8.99894\n2876,1646807907,47.74304,8.99894\n2877,1646807908,47.74304,8.99894\n2878,1646807909,47.74304,8.99894\n2879,1646807910,47.74304,8.99894\n2880,1646807911,47.74304,8.99894\n2881,1646807912,47.74304,8.99894\n2882,1646807913,47.74304,8.99894\n2883,1646807914,47.74304,8.99894\n2884,1646807915,47.74304,8.99894\n2885,1646807916,47.74304,8.99894\n2886,1646807917,47.74304,8.99894\n2887,1646807918,47.74304,8.99894\n2888,1646807919,47.74304,8.99894\n2889,1646807920,47.74304,8.99894\n2890,1646807921,47.74304,8.99894\n2891,1646807922,47.74304,8.99894\n2892,1646807923,47.74304,8.99894\n2893,1646807924,47.74304,8.99894\n2894,1646807925,47.74304,8.99894\n2895,1646807926,47.74304,8.99894\n2896,1646807927,47.74304,8.99894\n2897,1646807928,47.74304,8.99894\n2898,1646807929,47.74304,8.99894\n2899,1646807930,47.74304,8.99894\n2900,1646807931,47.74304,8.99894\n2901,1646807932,47.74304,8.99894\n2902,1646807933,47.74304,8.99894\n2903,1646807934,47.74304,8.99894\n2904,1646807935,47.74304,8.99894\n2905,1646807936,47.74304,8.99894\n2906,1646807937,47.74304,8.99894\n2907,1646807938,47.74304,8.99894\n2908,1646807939,47.74304,8.99894\n2909,1646807940,47.74304,8.99894\n2910,1646807941,47.74304,8.99894\n2911,1646807942,47.74304,8.99894\n2912,1646807943,47.74304,8.99894\n2913,1646807944,47.74304,8.99894\n2914,1646807945,47.74304,8.99894\n2915,1646807946,47.74304,8.99894\n2916,1646807947,47.74304,8.99894\n2917,1646807948,47.74304,8.99894\n2918,1646807949,47.74304,8.99894\n2919,1646807950,47.74304,8.99894\n2920,1646807951,47.74304,8.99894\n2921,1646807952,47.74304,8.99894\n2922,1646807953,47.74304,8.99894\n2923,1646807954,47.74304,8.99894\n2924,1646807955,47.74304,8.99894\n2925,1646807956,47.74304,8.99894\n2926,1646807957,47.74304,8.99894\n2927,1646807958,47.74304,8.99894\n2928,1646807959,47.74304,8.99894\n2929,1646807960,47.74304,8.99894\n2930,1646807961,47.74304,8.99894\n2931,1646807962,47.74304,8.99894\n2932,1646807963,47.74304,8.99894\n2933,1646807964,47.74304,8.99894\n2934,1646807965,47.74304,8.99894\n2935,1646807966,47.74304,8.99894\n2936,1646807967,47.74304,8.99894\n2937,1646807968,47.74304,8.99894\n2938,1646807969,47.74304,8.99894\n2939,1646807970,47.74304,8.99894\n2940,1646807971,47.74304,8.99894\n2941,1646807972,47.74304,8.99894\n2942,1646807973,47.74304,8.99894\n2943,1646807974,47.74304,8.99894\n2944,1646807975,47.74304,8.99894\n2945,1646807976,47.74304,8.99894\n2946,1646807977,47.74304,8.99894\n2947,1646807978,47.74304,8.99894\n2948,1646807979,47.74304,8.99894\n2949,1646807980,47.74304,8.99894\n2950,1646807981,47.74304,8.99894\n2951,1646807982,47.74304,8.99894\n2952,1646807983,47.74304,8.99894\n2953,1646807984,47.74304,8.99894\n2954,1646807985,47.74304,8.99894\n2955,1646807986,47.74304,8.99894\n2956,1646807987,47.74304,8.99894\n2957,1646807988,47.74304,8.99894\n2958,1646807989,47.74304,8.99894\n2959,1646807990,47.74304,8.99894\n2960,1646807991,47.74304,8.99894\n2961,1646807992,47.74304,8.99894\n2962,1646807993,47.74304,8.99894\n2963,1646807994,47.74304,8.99894\n2964,1646807995,47.74304,8.99894\n2965,1646807996,47.74304,8.99894\n2966,1646807997,47.74304,8.99894\n2967,1646807998,47.74304,8.99894\n2968,1646807999,47.74304,8.99894\n2969,1646808000,47.74304,8.99894\n2970,1646808001,47.74304,8.99894\n2971,1646808002,47.74304,8.99894\n2972,1646808003,47.74304,8.99894\n2973,1646808004,47.74304,8.99894\n2974,1646808005,47.74304,8.99894\n2975,1646808006,47.74304,8.99894\n2976,1646808007,47.74304,8.99894\n2977,1646808008,47.74304,8.99894\n2978,1646808009,47.74304,8.99894\n2979,1646808010,47.74304,8.99894\n2980,1646808011,47.74304,8.99894\n2981,1646808012,47.74304,8.99894\n2982,1646808013,47.74304,8.99894\n2983,1646808014,47.74304,8.99894\n2984,1646808015,47.74303,8.99894\n2985,1646808016,47.74303,8.99894\n2986,1646808017,47.74303,8.99894\n2987,1646808018,47.74303,8.99894\n2988,1646808019,47.74303,8.99894\n2989,1646808020,47.74303,8.99894\n2990,1646808021,47.74303,8.99893\n2991,1646808022,47.74303,8.99893\n2992,1646808023,47.74303,8.99893\n2993,1646808024,47.74303,8.99893\n2994,1646808025,47.74303,8.99893\n2995,1646808026,47.74303,8.99893\n2996,1646808027,47.74303,8.99893\n2997,1646808028,47.74303,8.99893\n2998,1646808029,47.74303,8.99893\n2999,1646808030,47.74303,8.99893\n3000,1646808031,47.74303,8.99893\n3001,1646808032,47.74303,8.99893\n3002,1646808033,47.74303,8.99893\n3003,1646808034,47.74303,8.99893\n3004,1646808035,47.74303,8.99893\n3005,1646808036,47.74303,8.99893\n3006,1646808037,47.74303,8.99893\n3007,1646808038,47.74303,8.99893\n3008,1646808039,47.74303,8.99893\n3009,1646808040,47.74303,8.99893\n3010,1646808041,47.74303,8.99893\n3011,1646808042,47.74303,8.99893\n3012,1646808043,47.74303,8.99893\n3013,1646808044,47.74303,8.99893\n3014,1646808045,47.74303,8.99893\n3015,1646808046,47.74303,8.99893\n3016,1646808047,47.74303,8.99893\n3017,1646808048,47.74303,8.99893\n3018,1646808049,47.74303,8.99893\n3019,1646808050,47.74303,8.99893\n3020,1646808051,47.74303,8.99893\n3021,1646808052,47.74303,8.99893\n3022,1646808053,47.74303,8.99893\n3023,1646808054,47.74303,8.99893\n3024,1646808055,47.74303,8.99893\n3025,1646808056,47.74303,8.99893\n3026,1646808057,47.74303,8.99893\n3027,1646808058,47.74303,8.99893\n3028,1646808059,47.74303,8.99893\n3029,1646808060,47.74303,8.99893\n3030,1646808061,47.74303,8.99893\n3031,1646808062,47.74303,8.99893\n3032,1646808063,47.74303,8.99893\n3033,1646808064,47.74303,8.99893\n3034,1646808065,47.74303,8.99893\n3035,1646808066,47.74303,8.99893\n3036,1646808067,47.74303,8.99893\n3037,1646808068,47.74303,8.99893\n3038,1646808069,47.74303,8.99893\n3039,1646808070,47.74303,8.99893\n3040,1646808071,47.74303,8.99893\n3041,1646808072,47.74303,8.99893\n3042,1646808073,47.74303,8.99893\n3043,1646808074,47.74303,8.99893\n3044,1646808075,47.74303,8.99893\n3045,1646808076,47.74303,8.99893\n3046,1646808077,47.74303,8.99893\n3047,1646808078,47.74303,8.99893\n3048,1646808079,47.74303,8.99893\n3049,1646808080,47.74303,8.99893\n3050,1646808081,47.74303,8.99893\n3051,1646808082,47.74303,8.99893\n3052,1646808083,47.74303,8.99893\n3053,1646808084,47.74303,8.99893\n3054,1646808085,47.74303,8.99893\n3055,1646808086,47.74303,8.99893\n3056,1646808087,47.74303,8.99893\n3057,1646808088,47.74303,8.99893\n3058,1646808089,47.74303,8.99893\n3059,1646808090,47.74303,8.99893\n3060,1646808091,47.74303,8.99893\n3061,1646808092,47.74303,8.99893\n3062,1646808093,47.74303,8.99893\n3063,1646808094,47.74303,8.99893\n3064,1646808095,47.74303,8.99893\n3065,1646808096,47.74303,8.99893\n3066,1646808097,47.74303,8.99893\n3067,1646808098,47.74303,8.99893\n3068,1646808099,47.74303,8.99893\n3069,1646808100,47.74303,8.99893\n3070,1646808101,47.74303,8.99893\n3071,1646808102,47.74303,8.99893\n3072,1646808103,47.74303,8.99893\n3073,1646808104,47.74303,8.99893\n3074,1646808105,47.74303,8.99893\n3075,1646808106,47.74303,8.99893\n3076,1646808107,47.74303,8.99893\n3077,1646808108,47.74303,8.99893\n3078,1646808109,47.74303,8.99893\n3079,1646808110,47.74303,8.99893\n3080,1646808111,47.74303,8.99893\n3081,1646808112,47.74303,8.99893\n3082,1646808113,47.74303,8.99893\n3083,1646808114,47.74303,8.99893\n3084,1646808115,47.74303,8.99893\n3085,1646808116,47.74303,8.99893\n3086,1646808117,47.74303,8.99893\n3087,1646808118,47.74303,8.99893\n3088,1646808119,47.74303,8.99893\n3089,1646808120,47.74303,8.99893\n3090,1646808121,47.74303,8.99893\n3091,1646808122,47.74303,8.99893\n3092,1646808123,47.74303,8.99893\n3093,1646808124,47.74303,8.99893\n3094,1646808125,47.74303,8.99893\n3095,1646808126,47.74303,8.99893\n3096,1646808127,47.74303,8.99893\n3097,1646808128,47.74303,8.99893\n3098,1646808129,47.74303,8.99893\n3099,1646808130,47.74303,8.99893\n3100,1646808131,47.74303,8.99893\n3101,1646808132,47.74303,8.99893\n3102,1646808133,47.74303,8.99893\n3103,1646808134,47.74303,8.99893\n3104,1646808135,47.74303,8.99893\n3105,1646808136,47.74303,8.99893\n3106,1646808137,47.74303,8.99893\n3107,1646808138,47.74303,8.99893\n3108,1646808139,47.74303,8.99893\n3109,1646808140,47.74303,8.99893\n3110,1646808141,47.74303,8.99893\n3111,1646808142,47.74303,8.99893\n3112,1646808143,47.74303,8.99893\n3113,1646808144,47.74303,8.99893\n3114,1646808145,47.74303,8.99893\n3115,1646808146,47.74303,8.99893\n3116,1646808147,47.74303,8.99893\n3117,1646808148,47.74303,8.99893\n3118,1646808149,47.74303,8.99893\n3119,1646808150,47.74303,8.99893\n3120,1646808151,47.74303,8.99893\n3121,1646808152,47.74303,8.99893\n3122,1646808153,47.74303,8.99893\n3123,1646808154,47.74303,8.99893\n3124,1646808155,47.74303,8.99893\n3125,1646808156,47.74303,8.99893\n3126,1646808157,47.74303,8.99893\n3127,1646808158,47.74303,8.99893\n3128,1646808159,47.74303,8.99893\n3129,1646808160,47.74303,8.99893\n3130,1646808161,47.74303,8.99893\n3131,1646808162,47.74303,8.99893\n3132,1646808163,47.74303,8.99893\n3133,1646808164,47.74303,8.99893\n3134,1646808165,47.74303,8.99893\n3135,1646808166,47.74303,8.99893\n3136,1646808167,47.74303,8.99893\n3137,1646808168,47.74303,8.99893\n3138,1646808169,47.74303,8.99893\n3139,1646808170,47.74303,8.99893\n3140,1646808171,47.74303,8.99893\n3141,1646808172,47.74303,8.99893\n3142,1646808173,47.74303,8.99893\n3143,1646808174,47.74303,8.99893\n3144,1646808175,47.74303,8.99893\n3145,1646808176,47.74303,8.99893\n3146,1646808177,47.74303,8.99893\n3147,1646808178,47.74303,8.99893\n3148,1646808179,47.74303,8.99893\n3149,1646808180,47.74303,8.99893\n3150,1646808181,47.74303,8.99893\n3151,1646808182,47.74303,8.99893\n3152,1646808183,47.74303,8.99893\n3153,1646808184,47.74303,8.99893\n3154,1646808185,47.74303,8.99893\n3155,1646808186,47.74303,8.99893\n3156,1646808187,47.74303,8.99893\n3157,1646808188,47.74303,8.99893\n3158,1646808189,47.74303,8.99893\n3159,1646808190,47.74303,8.99893\n3160,1646808191,47.74303,8.99893\n3161,1646808192,47.74303,8.99893\n3162,1646808193,47.74303,8.99893\n3163,1646808194,47.74303,8.99893\n3164,1646808195,47.74303,8.99893\n3165,1646808196,47.74303,8.99893\n3166,1646808197,47.74303,8.99893\n3167,1646808198,47.74303,8.99893\n3168,1646808199,47.74303,8.99893\n3169,1646808200,47.74303,8.99893\n3170,1646808201,47.74303,8.99893\n3171,1646808202,47.74303,8.99893\n3172,1646808203,47.74303,8.99893\n3173,1646808204,47.74303,8.99893\n3174,1646808205,47.74303,8.99893\n3175,1646808206,47.74303,8.99893\n3176,1646808207,47.74303,8.99893\n3177,1646808208,47.74303,8.99893\n3178,1646808209,47.74303,8.99893\n3179,1646808210,47.74303,8.99893\n3180,1646808211,47.74303,8.99893\n3181,1646808212,47.74303,8.99893\n3182,1646808213,47.74303,8.99893\n3183,1646808214,47.74303,8.99893\n3184,1646808215,47.74303,8.99893\n3185,1646808216,47.74303,8.99893\n3186,1646808217,47.74303,8.99893\n3187,1646808218,47.74303,8.99893\n3188,1646808219,47.74303,8.99893\n3189,1646808220,47.74303,8.99893\n3190,1646808221,47.74303,8.99893\n3191,1646808222,47.74303,8.99893\n3192,1646808223,47.74303,8.99893\n3193,1646808224,47.74303,8.99893\n3194,1646808225,47.74303,8.99893\n3195,1646808226,47.74303,8.99893\n3196,1646808227,47.74303,8.99893\n3197,1646808228,47.74303,8.99893\n3198,1646808229,47.74303,8.99893\n3199,1646808230,47.74303,8.99893\n3200,1646808231,47.74303,8.99893\n3201,1646808232,47.74303,8.99893\n3202,1646808233,47.74303,8.99893\n3203,1646808234,47.74303,8.99893\n3204,1646808235,47.74303,8.99893\n3205,1646808236,47.74303,8.99893\n3206,1646808237,47.74303,8.99893\n3207,1646808238,47.74303,8.99893\n3208,1646808239,47.74303,8.99893\n3209,1646808240,47.74303,8.99893\n3210,1646808241,47.74303,8.99893\n3211,1646808242,47.74303,8.99893\n3212,1646808243,47.74303,8.99893\n3213,1646808244,47.74303,8.99893\n3214,1646808245,47.74303,8.99893\n3215,1646808246,47.74303,8.99893\n3216,1646808247,47.74303,8.99893\n3217,1646808248,47.74303,8.99893\n3218,1646808249,47.74303,8.99893\n3219,1646808250,47.74303,8.99893\n3220,1646808251,47.74303,8.99893\n3221,1646808252,47.74303,8.99893\n3222,1646808253,47.74303,8.99893\n3223,1646808254,47.74303,8.99893\n3224,1646808255,47.74303,8.99893\n3225,1646808256,47.74303,8.99893\n3226,1646808257,47.74303,8.99893\n3227,1646808258,47.74303,8.99893\n3228,1646808259,47.74303,8.99893\n3229,1646808260,47.74303,8.99893\n3230,1646808261,47.74303,8.99893\n3231,1646808262,47.74303,8.99893\n3232,1646808263,47.74303,8.99893\n3233,1646808264,47.74303,8.99893\n3234,1646808265,47.74303,8.99893\n3235,1646808266,47.74303,8.99893\n3236,1646808267,47.74303,8.99893\n3237,1646808268,47.74303,8.99893\n3238,1646808269,47.74303,8.99893\n3239,1646808270,47.74303,8.99893\n3240,1646808271,47.74303,8.99893\n3241,1646808272,47.74303,8.99893\n3242,1646808273,47.74303,8.99893\n3243,1646808274,47.74303,8.99893\n3244,1646808275,47.74303,8.99893\n3245,1646808276,47.74303,8.99893\n3246,1646808277,47.74303,8.99893\n3247,1646808278,47.74303,8.99893\n3248,1646808279,47.74303,8.99893\n3249,1646808280,47.74303,8.99893\n3250,1646808281,47.74303,8.99893\n3251,1646808282,47.74303,8.99893\n3252,1646808283,47.74303,8.99893\n3253,1646808284,47.74303,8.99893\n3254,1646808285,47.74303,8.99893\n3255,1646808286,47.74303,8.99893\n3256,1646808287,47.74303,8.99893\n3257,1646808288,47.74303,8.99893\n3258,1646808289,47.74303,8.99893\n3259,1646808290,47.74303,8.99893\n3260,1646808291,47.74303,8.99893\n3261,1646808292,47.74303,8.99893\n3262,1646808293,47.74303,8.99893\n3263,1646808294,47.74303,8.99893\n3264,1646808295,47.74303,8.99893\n3265,1646808296,47.74303,8.99893\n3266,1646808297,47.74303,8.99893\n3267,1646808298,47.74303,8.99893\n3268,1646808299,47.74303,8.99893\n3269,1646808300,47.74303,8.99893\n3270,1646808301,47.74303,8.99893\n3271,1646808302,47.74303,8.99893\n3272,1646808303,47.74303,8.99893\n3273,1646808304,47.74303,8.99893\n3274,1646808305,47.74303,8.99893\n3275,1646808306,47.74303,8.99893\n3276,1646808307,47.74303,8.99893\n3277,1646808308,47.74303,8.99893\n3278,1646808309,47.74303,8.99893\n3279,1646808310,47.74303,8.99893\n3280,1646808311,47.74303,8.99893\n3281,1646808312,47.74303,8.99893\n3282,1646808313,47.74303,8.99893\n3283,1646808314,47.74303,8.99893\n3284,1646808315,47.74303,8.99893\n3285,1646808316,47.74303,8.99893\n3286,1646808317,47.74303,8.99893\n3287,1646808318,47.74303,8.99893\n3288,1646808319,47.74303,8.99893\n3289,1646808320,47.74303,8.99893\n3290,1646808321,47.74303,8.99893\n3291,1646808322,47.74303,8.99893\n3292,1646808323,47.74303,8.99893\n3293,1646808324,47.74303,8.99893\n3294,1646808325,47.74303,8.99893\n3295,1646808326,47.74303,8.99893\n3296,1646808327,47.74303,8.99893\n3297,1646808328,47.74303,8.99893\n3298,1646808329,47.74303,8.99893\n3299,1646808330,47.74303,8.99893\n3300,1646808331,47.74303,8.99893\n3301,1646808332,47.74303,8.99893\n3302,1646808333,47.74303,8.99893\n3303,1646808334,47.74303,8.99893\n3304,1646808335,47.74303,8.99893\n3305,1646808336,47.74303,8.99893\n3306,1646808337,47.74303,8.99893\n3307,1646808338,47.74303,8.99893\n3308,1646808339,47.74303,8.99893\n3309,1646808340,47.74303,8.99893\n3310,1646808341,47.74303,8.99893\n3311,1646808342,47.74303,8.99893\n3312,1646808343,47.74303,8.99893\n3313,1646808344,47.74303,8.99893\n3314,1646808345,47.74303,8.99893\n3315,1646808346,47.74303,8.99893\n3316,1646808347,47.74303,8.99893\n3317,1646808348,47.74303,8.99893\n3318,1646808349,47.74303,8.99893\n3319,1646808350,47.74303,8.99893\n3320,1646808351,47.74303,8.99893\n3321,1646808352,47.74303,8.99893\n3322,1646808353,47.74303,8.99893\n3323,1646808354,47.74303,8.99893\n3324,1646808355,47.74303,8.99893\n3325,1646808356,47.74303,8.99893\n3326,1646808357,47.74303,8.99893\n3327,1646808358,47.74303,8.99893\n3328,1646808359,47.74303,8.99893\n3329,1646808360,47.74303,8.99893\n3330,1646808361,47.74303,8.99893\n3331,1646808362,47.74303,8.99893\n3332,1646808363,47.74303,8.99893\n3333,1646808364,47.74303,8.99893\n3334,1646808365,47.74303,8.99893\n3335,1646808366,47.74303,8.99893\n3336,1646808367,47.74303,8.99893\n3337,1646808368,47.74303,8.99893\n3338,1646808369,47.74303,8.99893\n3339,1646808370,47.74303,8.99893\n3340,1646808371,47.74303,8.99893\n3341,1646808372,47.74303,8.99893\n3342,1646808373,47.74303,8.99893\n3343,1646808374,47.74303,8.99893\n3344,1646808375,47.74303,8.99893\n3345,1646808376,47.74303,8.99893\n3346,1646808377,47.74303,8.99893\n3347,1646808378,47.74303,8.99893\n3348,1646808379,47.74303,8.99893\n3349,1646808380,47.74303,8.99893\n3350,1646808381,47.74303,8.99893\n3351,1646808382,47.74303,8.99893\n3352,1646808383,47.74303,8.99893\n3353,1646808384,47.74303,8.99893\n3354,1646808385,47.74303,8.99893\n3355,1646808386,47.74303,8.99893\n3356,1646808387,47.74303,8.99893\n3357,1646808388,47.74303,8.99893\n3358,1646808389,47.74303,8.99893\n3359,1646808390,47.74303,8.99893\n3360,1646808391,47.74303,8.99893\n3361,1646808392,47.74303,8.99893\n3362,1646808393,47.74303,8.99893\n3363,1646808394,47.74303,8.99893\n3364,1646808395,47.74303,8.99893\n3365,1646808396,47.74303,8.99893\n3366,1646808397,47.74303,8.99893\n3367,1646808398,47.74303,8.99893\n3368,1646808399,47.74303,8.99892\n3369,1646808400,47.74303,8.99892\n3370,1646808401,47.74303,8.99892\n3371,1646808402,47.74303,8.99892\n3372,1646808403,47.74303,8.99892\n3373,1646808404,47.74303,8.99892\n3374,1646808405,47.74303,8.99892\n3375,1646808406,47.74303,8.99892\n3376,1646808407,47.74303,8.99892\n3377,1646808408,47.74303,8.99892\n3378,1646808409,47.74303,8.99892\n3379,1646808410,47.74303,8.99892\n3380,1646808411,47.74303,8.99892\n3381,1646808412,47.74303,8.99892\n3382,1646808413,47.74303,8.99892\n3383,1646808414,47.74303,8.99892\n3384,1646808415,47.74303,8.99892\n3385,1646808416,47.74303,8.99892\n3386,1646808417,47.74303,8.99892\n3387,1646808418,47.74303,8.99892\n3388,1646808419,47.74303,8.99892\n3389,1646808420,47.74303,8.99892\n3390,1646808421,47.74303,8.99892\n3391,1646808422,47.74303,8.99892\n3392,1646808423,47.74303,8.99892\n3393,1646808424,47.74303,8.99892\n3394,1646808425,47.74303,8.99892\n3395,1646808426,47.74303,8.99892\n3396,1646808427,47.74303,8.99892\n3397,1646808428,47.74303,8.99892\n3398,1646808429,47.74303,8.99892\n3399,1646808430,47.74303,8.99892\n3400,1646808431,47.74303,8.99892\n3401,1646808432,47.74303,8.99892\n3402,1646808433,47.74303,8.99892\n3403,1646808434,47.74303,8.99892\n3404,1646808435,47.74303,8.99892\n3405,1646808436,47.74303,8.99892\n3406,1646808437,47.74303,8.99892\n3407,1646808438,47.74303,8.99892\n3408,1646808439,47.74303,8.99892\n3409,1646808440,47.74303,8.99892\n3410,1646808441,47.74303,8.99892\n3411,1646808442,47.74303,8.99892\n3412,1646808443,47.74303,8.99892\n3413,1646808444,47.74303,8.99892\n3414,1646808445,47.74303,8.99892\n3415,1646808446,47.74303,8.99892\n3416,1646808447,47.74303,8.99892\n3417,1646808448,47.74303,8.99892\n3418,1646808449,47.74303,8.99892\n3419,1646808450,47.74303,8.99892\n3420,1646808451,47.74303,8.99892\n3421,1646808452,47.74303,8.99892\n3422,1646808453,47.74303,8.99892\n3423,1646808454,47.74303,8.99892\n3424,1646808455,47.74303,8.99892\n3425,1646808456,47.74303,8.99892\n3426,1646808457,47.74303,8.99892\n3427,1646808458,47.74303,8.99892\n3428,1646808459,47.74303,8.99892\n3429,1646808460,47.74303,8.99892\n3430,1646808461,47.74303,8.99891\n3431,1646808462,47.74303,8.99891\n3432,1646808463,47.74304,8.99890\n3433,1646808464,47.74304,8.99890\n3434,1646808465,47.74304,8.99890\n3435,1646808466,47.74304,8.99890\n3436,1646808467,47.74304,8.99890\n3437,1646808468,47.74304,8.99890\n3438,1646808469,47.74304,8.99890\n3439,1646808470,47.74304,8.99890\n3440,1646808471,47.74304,8.99890\n3441,1646808472,47.74304,8.99890\n3442,1646808473,47.74304,8.99890\n3443,1646808474,47.74304,8.99890\n3444,1646808475,47.74304,8.99890\n3445,1646808476,47.74304,8.99890\n3446,1646808477,47.74304,8.99890\n3447,1646808478,47.74304,8.99890\n3448,1646808479,47.74304,8.99890\n3449,1646808480,47.74304,8.99890\n3450,1646808481,47.74304,8.99890\n3451,1646808482,47.74304,8.99890\n3452,1646808483,47.74304,8.99890\n3453,1646808484,47.74304,8.99890\n3454,1646808485,47.74304,8.99890\n3455,1646808486,47.74304,8.99890\n3456,1646808487,47.74304,8.99890\n3457,1646808488,47.74304,8.99890\n3458,1646808489,47.74304,8.99890\n3459,1646808490,47.74304,8.99890\n3460,1646808491,47.74304,8.99890\n3461,1646808492,47.74304,8.99890\n3462,1646808493,47.74304,8.99890\n3463,1646808494,47.74304,8.99890\n3464,1646808495,47.74304,8.99890\n3465,1646808496,47.74304,8.99890\n3466,1646808497,47.74304,8.99890\n3467,1646808498,47.74304,8.99890\n3468,1646808499,47.74304,8.99890\n3469,1646808500,47.74304,8.99890\n3470,1646808501,47.74304,8.99890\n3471,1646808502,47.74304,8.99890\n3472,1646808503,47.74304,8.99890\n3473,1646808504,47.74304,8.99890\n3474,1646808505,47.74304,8.99890\n3475,1646808506,47.74304,8.99890\n3476,1646808507,47.74304,8.99890\n3477,1646808508,47.74304,8.99890\n3478,1646808509,47.74304,8.99890\n3479,1646808510,47.74304,8.99890\n3480,1646808511,47.74304,8.99890\n3481,1646808512,47.74304,8.99890\n3482,1646808513,47.74304,8.99890\n3483,1646808514,47.74304,8.99890\n3484,1646808515,47.74304,8.99890\n3485,1646808516,47.74304,8.99889\n3486,1646808517,47.74305,8.99889\n3487,1646808518,47.74306,8.99889\n3488,1646808519,47.74306,8.99889\n3489,1646808520,47.74306,8.99889\n3490,1646808521,47.74306,8.99889\n3491,1646808522,47.74306,8.99889\n3492,1646808523,47.74306,8.99889\n3493,1646808524,47.74306,8.99889\n3494,1646808525,47.74306,8.99889\n3495,1646808526,47.74306,8.99889\n3496,1646808527,47.74306,8.99889\n3497,1646808528,47.74306,8.99889\n3498,1646808529,47.74306,8.99889\n3499,1646808530,47.74306,8.99889\n3500,1646808531,47.74306,8.99889\n3501,1646808532,47.74306,8.99889\n3502,1646808533,47.74306,8.99889\n3503,1646808534,47.74306,8.99889\n3504,1646808535,47.74306,8.99889\n3505,1646808536,47.74306,8.99889\n3506,1646808537,47.74306,8.99889\n3507,1646808538,47.74306,8.99889\n3508,1646808539,47.74306,8.99889\n3509,1646808540,47.74306,8.99889\n3510,1646808541,47.74306,8.99889\n3511,1646808542,47.74306,8.99889\n3512,1646808543,47.74306,8.99889\n3513,1646808544,47.74306,8.99889\n3514,1646808545,47.74306,8.99889\n3515,1646808546,47.74306,8.99889\n3516,1646808547,47.74306,8.99889\n3517,1646808548,47.74306,8.99889\n3518,1646808549,47.74306,8.99889\n3519,1646808550,47.74306,8.99889\n3520,1646808551,47.74306,8.99889\n3521,1646808552,47.74306,8.99889\n3522,1646808553,47.74306,8.99889\n3523,1646808554,47.74306,8.99889\n3524,1646808555,47.74306,8.99889\n3525,1646808556,47.74306,8.99889\n3526,1646808557,47.74306,8.99889\n3527,1646808558,47.74306,8.99889\n3528,1646808559,47.74306,8.99889\n3529,1646808560,47.74306,8.99889\n3530,1646808561,47.74306,8.99889\n3531,1646808562,47.74306,8.99889\n3532,1646808563,47.74306,8.99889\n3533,1646808564,47.74306,8.99889\n3534,1646808565,47.74306,8.99889\n3535,1646808566,47.74306,8.99889\n3536,1646808567,47.74306,8.99889\n3537,1646808568,47.74306,8.99889\n3538,1646808569,47.74306,8.99889\n3539,1646808570,47.74306,8.99889\n3540,1646808571,47.74306,8.99889\n3541,1646808572,47.74306,8.99889\n3542,1646808573,47.74306,8.99889\n3543,1646808574,47.74306,8.99889\n3544,1646808575,47.74306,8.99889\n3545,1646808576,47.74306,8.99889\n3546,1646808577,47.74306,8.99889\n3547,1646808578,47.74306,8.99889\n3548,1646808579,47.74306,8.99889\n3549,1646808580,47.74306,8.99889\n3550,1646808581,47.74306,8.99889\n3551,1646808582,47.74306,8.99889\n3552,1646808583,47.74306,8.99889\n3553,1646808584,47.74306,8.99889\n3554,1646808585,47.74306,8.99889\n3555,1646808586,47.74306,8.99889\n3556,1646808587,47.74306,8.99889\n3557,1646808588,47.74306,8.99889\n3558,1646808589,47.74306,8.99889\n3559,1646808590,47.74306,8.99889\n3560,1646808591,47.74306,8.99889\n3561,1646808592,47.74306,8.99889\n3562,1646808593,47.74306,8.99889\n3563,1646808594,47.74306,8.99889\n3564,1646808595,47.74306,8.99889\n3565,1646808596,47.74307,8.99889\n3566,1646808597,47.74307,8.99889\n3567,1646808598,47.74307,8.99889\n3568,1646808599,47.74307,8.99889\n3569,1646808600,47.74307,8.99889\n3570,1646808601,47.74307,8.99889\n3571,1646808602,47.74307,8.99889\n3572,1646808603,47.74307,8.99889\n3573,1646808604,47.74307,8.99889\n3574,1646808605,47.74307,8.99889\n3575,1646808606,47.74307,8.99889\n3576,1646808607,47.74307,8.99889\n3577,1646808608,47.74307,8.99889\n3578,1646808609,47.74307,8.99889\n3579,1646808610,47.74307,8.99889\n3580,1646808611,47.74307,8.99889\n3581,1646808612,47.74307,8.99889\n3582,1646808613,47.74307,8.99889\n3583,1646808614,47.74307,8.99889\n3584,1646808615,47.74307,8.99889\n3585,1646808616,47.74307,8.99889\n3586,1646808617,47.74307,8.99889\n3587,1646808618,47.74307,8.99889\n3588,1646808619,47.74307,8.99889\n3589,1646808620,47.74307,8.99889\n3590,1646808621,47.74307,8.99889\n3591,1646808622,47.74307,8.99889\n3592,1646808623,47.74307,8.99889\n3593,1646808624,47.74307,8.99889\n3594,1646808625,47.74307,8.99889\n3595,1646808626,47.74307,8.99889\n3596,1646808627,47.74307,8.99889\n3597,1646808628,47.74307,8.99889\n3598,1646808629,47.74307,8.99889\n3599,1646808630,47.74307,8.99889\n3600,1646808631,47.74307,8.99889\n3601,1646808632,47.74307,8.99889\n3602,1646808633,47.74307,8.99889\n3603,1646808634,47.74307,8.99889\n3604,1646808635,47.74307,8.99889\n3605,1646808636,47.74307,8.99889\n3606,1646808637,47.74307,8.99888\n3607,1646808638,47.74307,8.99888\n3608,1646808639,47.74307,8.99888\n3609,1646808640,47.74307,8.99887\n3610,1646808641,47.74307,8.99887\n3611,1646808642,47.74307,8.99887\n3612,1646808643,47.74307,8.99887\n3613,1646808644,47.74307,8.99887\n3614,1646808645,47.74307,8.99887\n3615,1646808646,47.74307,8.99887\n3616,1646808647,47.74307,8.99887\n3617,1646808648,47.74307,8.99887\n3618,1646808649,47.74307,8.99887\n3619,1646808650,47.74307,8.99887\n3620,1646808651,47.74307,8.99887\n3621,1646808652,47.74307,8.99887\n3622,1646808653,47.74307,8.99887\n3623,1646808654,47.74307,8.99887\n3624,1646808655,47.74307,8.99887\n3625,1646808656,47.74307,8.99887\n3626,1646808657,47.74307,8.99887\n3627,1646808658,47.74307,8.99887\n3628,1646808659,47.74307,8.99888\n3629,1646808660,47.74307,8.99888\n3630,1646808661,47.74307,8.99888\n3631,1646808662,47.74307,8.99888\n3632,1646808663,47.74307,8.99888\n3633,1646808664,47.74307,8.99888\n3634,1646808665,47.74307,8.99888\n3635,1646808666,47.74307,8.99888\n3636,1646808667,47.74307,8.99888\n3637,1646808668,47.74307,8.99888\n3638,1646808669,47.74307,8.99888\n3639,1646808670,47.74307,8.99888\n3640,1646808671,47.74307,8.99888\n3641,1646808672,47.74307,8.99888\n3642,1646808673,47.74307,8.99888\n3643,1646808674,47.74307,8.99888\n3644,1646808675,47.74307,8.99888\n3645,1646808676,47.74307,8.99888\n3646,1646808677,47.74307,8.99888\n3647,1646808678,47.74307,8.99888\n3648,1646808679,47.74307,8.99888\n3649,1646808680,47.74307,8.99887\n3650,1646808681,47.74307,8.99887\n3651,1646808682,47.74307,8.99887\n3652,1646808683,47.74307,8.99887\n3653,1646808684,47.74307,8.99887\n3654,1646808685,47.74307,8.99887\n3655,1646808686,47.74307,8.99887\n3656,1646808687,47.74307,8.99887\n3657,1646808688,47.74307,8.99887\n3658,1646808689,47.74307,8.99887\n3659,1646808690,47.74307,8.99887\n3660,1646808691,47.74307,8.99888\n3661,1646808692,47.74307,8.99888\n3662,1646808693,47.74307,8.99888\n3663,1646808694,47.74307,8.99888\n3664,1646808695,47.74307,8.99888\n3665,1646808696,47.74307,8.99888\n3666,1646808697,47.74307,8.99888\n3667,1646808698,47.74307,8.99888\n3668,1646808699,47.74307,8.99888\n3669,1646808700,47.74307,8.99888\n3670,1646808701,47.74307,8.99888\n3671,1646808702,47.74307,8.99888\n3672,1646808703,47.74307,8.99888\n3673,1646808704,47.74307,8.99888\n3674,1646808705,47.74307,8.99888\n3675,1646808706,47.74307,8.99888\n3676,1646808707,47.74307,8.99888\n3677,1646808708,47.74307,8.99888\n3678,1646808709,47.74307,8.99888\n3679,1646808710,47.74307,8.99888\n3680,1646808711,47.74307,8.99888\n3681,1646808712,47.74307,8.99888\n3682,1646808713,47.74307,8.99888\n3683,1646808714,47.74307,8.99888\n3684,1646808715,47.74307,8.99888\n3685,1646808716,47.74307,8.99888\n3686,1646808717,47.74307,8.99888\n3687,1646808718,47.74307,8.99888\n3688,1646808719,47.74307,8.99888\n3689,1646808720,47.74307,8.99888\n3690,1646808721,47.74307,8.99888\n3691,1646808722,47.74307,8.99888\n3692,1646808723,47.74307,8.99888\n3693,1646808724,47.74307,8.99888\n3694,1646808725,47.74307,8.99888\n3695,1646808726,47.74307,8.99888\n3696,1646808727,47.74307,8.99888\n3697,1646808728,47.74307,8.99888\n3698,1646808729,47.74307,8.99888\n3699,1646808730,47.74307,8.99888\n3700,1646808731,47.74307,8.99888\n3701,1646808732,47.74307,8.99888\n3702,1646808733,47.74307,8.99888\n3703,1646808734,47.74307,8.99888\n3704,1646808735,47.74307,8.99888\n3705,1646808736,47.74307,8.99888\n3706,1646808737,47.74307,8.99888\n3707,1646808738,47.74307,8.99888\n3708,1646808739,47.74307,8.99888\n3709,1646808740,47.74307,8.99888\n3710,1646808741,47.74307,8.99888\n3711,1646808742,47.74307,8.99888\n3712,1646808743,47.74307,8.99888\n3713,1646808744,47.74307,8.99888\n3714,1646808745,47.74307,8.99888\n3715,1646808746,47.74307,8.99888\n3716,1646808747,47.74307,8.99888\n3717,1646808748,47.74307,8.99888\n3718,1646808749,47.74307,8.99888\n3719,1646808750,47.74307,8.99888\n3720,1646808751,47.74307,8.99888\n3721,1646808752,47.74307,8.99888\n3722,1646808753,47.74307,8.99888\n3723,1646808754,47.74307,8.99888\n3724,1646808755,47.74307,8.99888\n3725,1646808756,47.74306,8.99888\n3726,1646808757,47.74306,8.99888\n3727,1646808758,47.74306,8.99888\n3728,1646808759,47.74306,8.99888\n3729,1646808760,47.74306,8.99888\n3730,1646808761,47.74306,8.99888\n3731,1646808762,47.74306,8.99888\n3732,1646808763,47.74306,8.99888\n3733,1646808764,47.74306,8.99888\n3734,1646808765,47.74306,8.99888\n3735,1646808766,47.74306,8.99888\n3736,1646808767,47.74306,8.99888\n3737,1646808768,47.74306,8.99888\n3738,1646808769,47.74306,8.99888\n3739,1646808770,47.74306,8.99888\n3740,1646808771,47.74306,8.99888\n3741,1646808772,47.74306,8.99888\n3742,1646808773,47.74306,8.99888\n3743,1646808774,47.74306,8.99888\n3744,1646808775,47.74306,8.99888\n3745,1646808776,47.74306,8.99888\n3746,1646808777,47.74306,8.99888\n3747,1646808778,47.74306,8.99888\n3748,1646808779,47.74306,8.99888\n3749,1646808780,47.74306,8.99888\n3750,1646808781,47.74306,8.99888\n3751,1646808782,47.74306,8.99888\n3752,1646808783,47.74306,8.99888\n3753,1646808784,47.74306,8.99888\n3754,1646808785,47.74306,8.99888\n3755,1646808786,47.74306,8.99888\n3756,1646808787,47.74306,8.99888\n3757,1646808788,47.74306,8.99888\n3758,1646808789,47.74306,8.99887\n3759,1646808790,47.74306,8.99887\n3760,1646808791,47.74306,8.99887\n3761,1646808792,47.74306,8.99887\n3762,1646808793,47.74306,8.99887\n3763,1646808794,47.74306,8.99887\n3764,1646808795,47.74306,8.99887\n3765,1646808796,47.74306,8.99887\n3766,1646808797,47.74306,8.99887\n3767,1646808798,47.74306,8.99887\n3768,1646808799,47.74306,8.99887\n3769,1646808800,47.74306,8.99887\n3770,1646808801,47.74306,8.99887\n3771,1646808802,47.74306,8.99887\n3772,1646808803,47.74306,8.99887\n3773,1646808804,47.74306,8.99887\n3774,1646808805,47.74306,8.99887\n3775,1646808806,47.74306,8.99887\n3776,1646808807,47.74306,8.99887\n3777,1646808808,47.74306,8.99887\n3778,1646808809,47.74306,8.99887\n3779,1646808810,47.74306,8.99887\n3780,1646808811,47.74306,8.99887\n3781,1646808812,47.74306,8.99887\n3782,1646808813,47.74306,8.99887\n3783,1646808814,47.74306,8.99887\n3784,1646808815,47.74306,8.99887\n3785,1646808816,47.74306,8.99887\n3786,1646808817,47.74306,8.99887\n3787,1646808818,47.74306,8.99887\n3788,1646808819,47.74306,8.99887\n3789,1646808820,47.74306,8.99887\n3790,1646808821,47.74306,8.99887\n3791,1646808822,47.74306,8.99887\n3792,1646808823,47.74306,8.99887\n3793,1646808824,47.74306,8.99887\n3794,1646808825,47.74306,8.99887\n3795,1646808826,47.74306,8.99887\n3796,1646808827,47.74306,8.99887\n3797,1646808828,47.74306,8.99887\n3798,1646808829,47.74306,8.99887\n3799,1646808830,47.74306,8.99887\n3800,1646808831,47.74306,8.99887\n3801,1646808832,47.74306,8.99887\n3802,1646808833,47.74306,8.99887\n3803,1646808834,47.74306,8.99887\n3804,1646808835,47.74306,8.99887\n3805,1646808836,47.74306,8.99887\n3806,1646808837,47.74306,8.99887\n3807,1646808838,47.74306,8.99887\n3808,1646808839,47.74306,8.99887\n3809,1646808840,47.74306,8.99887\n3810,1646808841,47.74306,8.99887\n3811,1646808842,47.74306,8.99887\n3812,1646808843,47.74306,8.99887\n3813,1646808844,47.74306,8.99887\n3814,1646808845,47.74306,8.99887\n3815,1646808846,47.74306,8.99887\n3816,1646808847,47.74306,8.99887\n3817,1646808848,47.74306,8.99887\n3818,1646808849,47.74306,8.99887\n3819,1646808850,47.74306,8.99887\n3820,1646808851,47.74306,8.99887\n3821,1646808852,47.74306,8.99887\n3822,1646808853,47.74306,8.99887\n3823,1646808854,47.74306,8.99887\n3824,1646808855,47.74306,8.99887\n3825,1646808856,47.74306,8.99887\n3826,1646808857,47.74306,8.99887\n3827,1646808858,47.74306,8.99887\n3828,1646808859,47.74306,8.99887\n3829,1646808860,47.74306,8.99887\n3830,1646808861,47.74306,8.99887\n3831,1646808862,47.74306,8.99887\n3832,1646808863,47.74306,8.99887\n3833,1646808864,47.74306,8.99887\n3834,1646808865,47.74306,8.99887\n3835,1646808866,47.74306,8.99887\n3836,1646808867,47.74306,8.99887\n3837,1646808868,47.74306,8.99887\n3838,1646808869,47.74306,8.99887\n3839,1646808870,47.74306,8.99887\n3840,1646808871,47.74306,8.99887\n3841,1646808872,47.74306,8.99887\n3842,1646808873,47.74306,8.99887\n3843,1646808874,47.74306,8.99887\n3844,1646808875,47.74306,8.99887\n3845,1646808876,47.74306,8.99887\n3846,1646808877,47.74306,8.99887\n3847,1646808878,47.74306,8.99887\n3848,1646808879,47.74306,8.99887\n3849,1646808880,47.74306,8.99887\n3850,1646808881,47.74306,8.99887\n3851,1646808882,47.74306,8.99887\n3852,1646808883,47.74306,8.99887\n3853,1646808884,47.74306,8.99887\n3854,1646808885,47.74306,8.99887\n3855,1646808886,47.74306,8.99888\n3856,1646808887,47.74306,8.99888\n3857,1646808888,47.74306,8.99888\n3858,1646808889,47.74306,8.99888\n3859,1646808890,47.74306,8.99888\n3860,1646808891,47.74306,8.99888\n3861,1646808892,47.74306,8.99888\n3862,1646808893,47.74306,8.99888\n3863,1646808894,47.74306,8.99888\n3864,1646808895,47.74306,8.99888\n3865,1646808896,47.74306,8.99888\n3866,1646808897,47.74306,8.99888\n3867,1646808898,47.74306,8.99888\n3868,1646808899,47.74306,8.99888\n3869,1646808900,47.74306,8.99888\n3870,1646808901,47.74306,8.99888\n3871,1646808902,47.74306,8.99888\n3872,1646808903,47.74306,8.99888\n3873,1646808904,47.74306,8.99888\n3874,1646808905,47.74306,8.99888\n3875,1646808906,47.74306,8.99888\n3876,1646808907,47.74306,8.99888\n3877,1646808908,47.74306,8.99888\n3878,1646808909,47.74306,8.99888\n3879,1646808910,47.74306,8.99888\n3880,1646808911,47.74306,8.99888\n3881,1646808912,47.74306,8.99888\n3882,1646808913,47.74306,8.99888\n3883,1646808914,47.74306,8.99888\n3884,1646808915,47.74306,8.99888\n3885,1646808916,47.74306,8.99888\n3886,1646808917,47.74306,8.99888\n3887,1646808918,47.74306,8.99888\n3888,1646808919,47.74306,8.99888\n3889,1646808920,47.74306,8.99888\n3890,1646808921,47.74306,8.99888\n3891,1646808922,47.74306,8.99888\n3892,1646808923,47.74306,8.99888\n3893,1646808924,47.74306,8.99888\n3894,1646808925,47.74306,8.99888\n3895,1646808926,47.74306,8.99888\n3896,1646808927,47.74306,8.99888\n3897,1646808928,47.74306,8.99888\n3898,1646808929,47.74306,8.99888\n3899,1646808930,47.74306,8.99888\n3900,1646808931,47.74306,8.99888\n3901,1646808932,47.74306,8.99888\n3902,1646808933,47.74306,8.99888\n3903,1646808934,47.74306,8.99888\n3904,1646808935,47.74306,8.99888\n3905,1646808936,47.74306,8.99888\n3906,1646808937,47.74306,8.99888\n3907,1646808938,47.74306,8.99888\n3908,1646808939,47.74306,8.99888\n3909,1646808940,47.74306,8.99888\n3910,1646808941,47.74306,8.99888\n3911,1646808942,47.74306,8.99888\n3912,1646808943,47.74306,8.99888\n3913,1646808944,47.74306,8.99888\n3914,1646808945,47.74306,8.99888\n3915,1646808946,47.74306,8.99888\n3916,1646808947,47.74306,8.99888\n3917,1646808948,47.74306,8.99888\n3918,1646808949,47.74306,8.99888\n3919,1646808950,47.74306,8.99888\n3920,1646808951,47.74306,8.99888\n3921,1646808952,47.74306,8.99888\n3922,1646808953,47.74306,8.99888\n3923,1646808954,47.74306,8.99888\n3924,1646808955,47.74306,8.99888\n3925,1646808956,47.74306,8.99888\n3926,1646808957,47.74306,8.99888\n3927,1646808958,47.74306,8.99888\n3928,1646808959,47.74306,8.99888\n3929,1646808960,47.74306,8.99888\n3930,1646808961,47.74306,8.99888\n3931,1646808962,47.74306,8.99888\n3932,1646808963,47.74306,8.99888\n3933,1646808964,47.74306,8.99888\n3934,1646808965,47.74306,8.99888\n3935,1646808966,47.74306,8.99888\n3936,1646808967,47.74306,8.99888\n3937,1646808968,47.74306,8.99888\n3938,1646808969,47.74306,8.99888\n3939,1646808970,47.74306,8.99888\n3940,1646808971,47.74306,8.99888\n3941,1646808972,47.74306,8.99888\n3942,1646808973,47.74306,8.99888\n3943,1646808974,47.74306,8.99888\n3944,1646808975,47.74306,8.99888\n3945,1646808976,47.74306,8.99888\n3946,1646808977,47.74306,8.99888\n3947,1646808978,47.74306,8.99888\n3948,1646808979,47.74306,8.99888\n3949,1646808980,47.74306,8.99888\n3950,1646808981,47.74306,8.99888\n3951,1646808982,47.74306,8.99888\n3952,1646808983,47.74306,8.99888\n3953,1646808984,47.74306,8.99888\n3954,1646808985,47.74306,8.99888\n3955,1646808986,47.74306,8.99888\n3956,1646808987,47.74306,8.99888\n3957,1646808988,47.74306,8.99888\n3958,1646808989,47.74306,8.99888\n3959,1646808990,47.74306,8.99888\n3960,1646808991,47.74306,8.99888\n3961,1646808992,47.74306,8.99888\n3962,1646808993,47.74306,8.99888\n3963,1646808994,47.74306,8.99888\n3964,1646808995,47.74306,8.99888\n3965,1646808996,47.74306,8.99888\n3966,1646808997,47.74306,8.99888\n3967,1646808998,47.74306,8.99888\n3968,1646808999,47.74306,8.99888\n3969,1646809000,47.74306,8.99888\n3970,1646809001,47.74306,8.99888\n3971,1646809002,47.74306,8.99888\n3972,1646809003,47.74306,8.99888\n3973,1646809004,47.74306,8.99888\n3974,1646809005,47.74306,8.99888\n3975,1646809006,47.74306,8.99888\n3976,1646809007,47.74306,8.99888\n3977,1646809008,47.74306,8.99888\n3978,1646809009,47.74306,8.99888\n3979,1646809010,47.74306,8.99888\n3980,1646809011,47.74306,8.99888\n3981,1646809012,47.74306,8.99888\n3982,1646809013,47.74306,8.99888\n3983,1646809014,47.74306,8.99888\n3984,1646809015,47.74306,8.99888\n3985,1646809016,47.74306,8.99888\n3986,1646809017,47.74306,8.99888\n3987,1646809018,47.74306,8.99888\n3988,1646809019,47.74306,8.99888\n3989,1646809020,47.74306,8.99888\n3990,1646809021,47.74306,8.99888\n3991,1646809022,47.74306,8.99888\n3992,1646809023,47.74306,8.99888\n3993,1646809024,47.74306,8.99888\n3994,1646809025,47.74306,8.99888\n3995,1646809026,47.74306,8.99888\n3996,1646809027,47.74306,8.99888\n3997,1646809028,47.74306,8.99888\n3998,1646809029,47.74306,8.99888\n3999,1646809030,47.74306,8.99888\n4000,1646809031,47.74306,8.99888\n4001,1646809032,47.74306,8.99888\n4002,1646809033,47.74306,8.99888\n4003,1646809034,47.74306,8.99888\n4004,1646809035,47.74306,8.99888\n4005,1646809036,47.74306,8.99888\n4006,1646809037,47.74306,8.99888\n4007,1646809038,47.74306,8.99888\n4008,1646809039,47.74306,8.99888\n4009,1646809040,47.74306,8.99888\n4010,1646809041,47.74306,8.99888\n4011,1646809042,47.74306,8.99888\n4012,1646809043,47.74306,8.99888\n4013,1646809044,47.74306,8.99888\n4014,1646809045,47.74306,8.99888\n4015,1646809046,47.74306,8.99888\n4016,1646809047,47.74306,8.99888\n4017,1646809048,47.74306,8.99888\n4018,1646809049,47.74306,8.99889\n4019,1646809050,47.74306,8.99889\n4020,1646809051,47.74305,8.99889\n4021,1646809052,47.74305,8.99889\n4022,1646809053,47.74305,8.99889\n4023,1646809054,47.74305,8.99889\n4024,1646809055,47.74305,8.99889\n4025,1646809056,47.74305,8.99889\n4026,1646809057,47.74305,8.99889\n4027,1646809058,47.74305,8.99889\n4028,1646809059,47.74305,8.99889\n4029,1646809060,47.74305,8.99889\n4030,1646809061,47.74305,8.99889\n4031,1646809062,47.74305,8.99889\n4032,1646809063,47.74305,8.99889\n4033,1646809064,47.74305,8.99889\n4034,1646809065,47.74305,8.99889\n4035,1646809066,47.74305,8.99889\n4036,1646809067,47.74305,8.99889\n4037,1646809068,47.74305,8.99889\n4038,1646809069,47.74305,8.99889\n4039,1646809070,47.74305,8.99889\n4040,1646809071,47.74305,8.99889\n4041,1646809072,47.74305,8.99889\n4042,1646809073,47.74305,8.99889\n4043,1646809074,47.74305,8.99889\n4044,1646809075,47.74305,8.99889\n4045,1646809076,47.74305,8.99889\n4046,1646809077,47.74305,8.99889\n4047,1646809078,47.74305,8.99889\n4048,1646809079,47.74305,8.99889\n4049,1646809080,47.74305,8.99889\n4050,1646809081,47.74305,8.99889\n4051,1646809082,47.74305,8.99889\n4052,1646809083,47.74305,8.99889\n4053,1646809084,47.74305,8.99889\n4054,1646809085,47.74305,8.99889\n4055,1646809086,47.74305,8.99889\n4056,1646809087,47.74305,8.99889\n4057,1646809088,47.74305,8.99889\n4058,1646809089,47.74305,8.99889\n4059,1646809090,47.74305,8.99889\n4060,1646809091,47.74305,8.99889\n4061,1646809092,47.74305,8.99889\n4062,1646809093,47.74305,8.99889\n4063,1646809094,47.74305,8.99889\n4064,1646809095,47.74305,8.99889\n4065,1646809096,47.74305,8.99889\n4066,1646809097,47.74305,8.99889\n4067,1646809098,47.74305,8.99889\n4068,1646809099,47.74305,8.99889\n4069,1646809100,47.74305,8.99889\n4070,1646809101,47.74305,8.99889\n4071,1646809102,47.74305,8.99889\n4072,1646809103,47.74305,8.99889\n4073,1646809104,47.74305,8.99889\n4074,1646809105,47.74305,8.99889\n4075,1646809106,47.74305,8.99889\n4076,1646809107,47.74305,8.99889\n4077,1646809108,47.74305,8.99889\n4078,1646809109,47.74305,8.99889\n4079,1646809110,47.74305,8.99889\n4080,1646809111,47.74305,8.99889\n4081,1646809112,47.74305,8.99890\n4082,1646809113,47.74305,8.99890\n4083,1646809114,47.74305,8.99890\n4084,1646809115,47.74305,8.99890\n4085,1646809116,47.74305,8.99890\n4086,1646809117,47.74305,8.99890\n4087,1646809118,47.74305,8.99890\n4088,1646809119,47.74305,8.99890\n4089,1646809120,47.74305,8.99890\n4090,1646809121,47.74305,8.99890\n4091,1646809122,47.74305,8.99890\n4092,1646809123,47.74305,8.99890\n4093,1646809124,47.74305,8.99890\n4094,1646809125,47.74305,8.99890\n4095,1646809126,47.74305,8.99890\n4096,1646809127,47.74305,8.99890\n4097,1646809128,47.74305,8.99890\n4098,1646809129,47.74305,8.99890\n4099,1646809130,47.74305,8.99890\n4100,1646809131,47.74305,8.99890\n4101,1646809132,47.74305,8.99890\n4102,1646809133,47.74305,8.99890\n4103,1646809134,47.74305,8.99890\n4104,1646809135,47.74306,8.99890\n4105,1646809136,47.74306,8.99890\n4106,1646809137,47.74306,8.99890\n4107,1646809138,47.74306,8.99890\n4108,1646809139,47.74306,8.99890\n4109,1646809140,47.74306,8.99890\n4110,1646809141,47.74306,8.99890\n4111,1646809142,47.74306,8.99890\n4112,1646809143,47.74306,8.99890\n4113,1646809144,47.74306,8.99890\n4114,1646809145,47.74306,8.99890\n4115,1646809146,47.74306,8.99890\n4116,1646809147,47.74306,8.99890\n4117,1646809148,47.74306,8.99890\n4118,1646809149,47.74306,8.99890\n4119,1646809150,47.74306,8.99890\n4120,1646809151,47.74306,8.99890\n4121,1646809152,47.74306,8.99890\n4122,1646809153,47.74306,8.99890\n4123,1646809154,47.74306,8.99890\n4124,1646809155,47.74306,8.99890\n4125,1646809156,47.74306,8.99890\n4126,1646809157,47.74306,8.99890\n4127,1646809158,47.74306,8.99890\n4128,1646809159,47.74306,8.99890\n4129,1646809160,47.74305,8.99890\n4130,1646809161,47.74305,8.99890\n4131,1646809162,47.74305,8.99890\n4132,1646809163,47.74305,8.99890\n4133,1646809164,47.74305,8.99890\n4134,1646809165,47.74305,8.99890\n4135,1646809166,47.74305,8.99890\n4136,1646809167,47.74305,8.99890\n4137,1646809168,47.74305,8.99890\n4138,1646809169,47.74305,8.99890\n4139,1646809170,47.74305,8.99890\n4140,1646809171,47.74305,8.99890\n4141,1646809172,47.74305,8.99890\n4142,1646809173,47.74305,8.99890\n4143,1646809174,47.74305,8.99890\n4144,1646809175,47.74305,8.99890\n4145,1646809176,47.74305,8.99890\n4146,1646809177,47.74305,8.99890\n4147,1646809178,47.74305,8.99890\n4148,1646809179,47.74305,8.99890\n4149,1646809180,47.74305,8.99890\n4150,1646809181,47.74305,8.99890\n4151,1646809182,47.74305,8.99890\n4152,1646809183,47.74305,8.99890\n4153,1646809184,47.74305,8.99890\n4154,1646809185,47.74305,8.99890\n4155,1646809186,47.74305,8.99890\n4156,1646809187,47.74305,8.99890\n4157,1646809188,47.74305,8.99890\n4158,1646809189,47.74305,8.99890\n4159,1646809190,47.74305,8.99890\n4160,1646809191,47.74305,8.99890\n4161,1646809192,47.74305,8.99890\n4162,1646809193,47.74305,8.99890\n4163,1646809194,47.74305,8.99890\n4164,1646809195,47.74306,8.99890\n4165,1646809196,47.74306,8.99890\n4166,1646809197,47.74306,8.99890\n4167,1646809198,47.74306,8.99890\n4168,1646809199,47.74306,8.99890\n4169,1646809200,47.74306,8.99890\n4170,1646809201,47.74306,8.99890\n4171,1646809202,47.74306,8.99890\n4172,1646809203,47.74306,8.99890\n4173,1646809204,47.74306,8.99890\n4174,1646809205,47.74306,8.99890\n4175,1646809206,47.74306,8.99890\n4176,1646809207,47.74306,8.99890\n4177,1646809208,47.74306,8.99890\n4178,1646809209,47.74306,8.99890\n4179,1646809210,47.74306,8.99890\n4180,1646809211,47.74306,8.99890\n4181,1646809212,47.74306,8.99890\n4182,1646809213,47.74306,8.99890\n4183,1646809214,47.74306,8.99890\n4184,1646809215,47.74306,8.99890\n4185,1646809216,47.74306,8.99890\n4186,1646809217,47.74306,8.99890\n4187,1646809218,47.74306,8.99890\n4188,1646809219,47.74306,8.99890\n4189,1646809220,47.74306,8.99890\n4190,1646809221,47.74306,8.99890\n4191,1646809222,47.74306,8.99890\n4192,1646809223,47.74306,8.99890\n4193,1646809224,47.74306,8.99890\n4194,1646809225,47.74306,8.99890\n4195,1646809226,47.74306,8.99890\n4196,1646809227,47.74306,8.99890\n4197,1646809228,47.74306,8.99890\n4198,1646809229,47.74306,8.99890\n4199,1646809230,47.74306,8.99890\n4200,1646809231,47.74306,8.99890\n4201,1646809232,47.74306,8.99890\n4202,1646809233,47.74306,8.99890\n4203,1646809234,47.74306,8.99890\n4204,1646809235,47.74306,8.99890\n4205,1646809236,47.74306,8.99890\n4206,1646809237,47.74306,8.99890\n4207,1646809238,47.74306,8.99890\n4208,1646809239,47.74306,8.99890\n4209,1646809240,47.74306,8.99890\n4210,1646809241,47.74306,8.99890\n4211,1646809242,47.74306,8.99890\n4212,1646809243,47.74306,8.99890\n4213,1646809244,47.74306,8.99890\n4214,1646809245,47.74306,8.99890\n4215,1646809246,47.74306,8.99890\n4216,1646809247,47.74306,8.99890\n4217,1646809248,47.74306,8.99890\n4218,1646809249,47.74306,8.99890\n4219,1646809250,47.74306,8.99890\n4220,1646809251,47.74306,8.99890\n4221,1646809252,47.74306,8.99890\n4222,1646809253,47.74306,8.99890\n4223,1646809254,47.74306,8.99890\n4224,1646809255,47.74306,8.99890\n4225,1646809256,47.74306,8.99890\n4226,1646809257,47.74306,8.99890\n4227,1646809258,47.74306,8.99890\n4228,1646809259,47.74306,8.99890\n4229,1646809260,47.74306,8.99890\n4230,1646809261,47.74306,8.99890\n4231,1646809262,47.74306,8.99890\n4232,1646809263,47.74306,8.99890\n4233,1646809264,47.74306,8.99890\n4234,1646809265,47.74306,8.99890\n4235,1646809266,47.74306,8.99890\n4236,1646809267,47.74306,8.99890\n4237,1646809268,47.74306,8.99890\n4238,1646809269,47.74306,8.99890\n4239,1646809270,47.74306,8.99890\n4240,1646809271,47.74306,8.99890\n4241,1646809272,47.74306,8.99890\n4242,1646809273,47.74306,8.99890\n4243,1646809274,47.74306,8.99890\n4244,1646809275,47.74306,8.99890\n4245,1646809276,47.74306,8.99890\n4246,1646809277,47.74306,8.99890\n4247,1646809278,47.74306,8.99890\n4248,1646809279,47.74306,8.99890\n4249,1646809280,47.74306,8.99890\n4250,1646809281,47.74306,8.99890\n4251,1646809282,47.74306,8.99890\n4252,1646809283,47.74306,8.99890\n4253,1646809284,47.74306,8.99890\n4254,1646809285,47.74306,8.99890\n4255,1646809286,47.74306,8.99890\n4256,1646809287,47.74306,8.99890\n4257,1646809288,47.74306,8.99890\n4258,1646809289,47.74306,8.99890\n4259,1646809290,47.74306,8.99890\n4260,1646809291,47.74306,8.99890\n4261,1646809292,47.74306,8.99890\n4262,1646809293,47.74306,8.99890\n4263,1646809294,47.74306,8.99890\n4264,1646809295,47.74306,8.99890\n4265,1646809296,47.74306,8.99890\n4266,1646809297,47.74306,8.99890\n4267,1646809298,47.74306,8.99890\n4268,1646809299,47.74306,8.99890\n4269,1646809300,47.74306,8.99890\n4270,1646809301,47.74306,8.99890\n4271,1646809302,47.74307,8.99890\n4272,1646809303,47.74307,8.99891\n4273,1646809304,47.74307,8.99891\n4274,1646809305,47.74307,8.99891\n4275,1646809306,47.74307,8.99891\n4276,1646809307,47.74307,8.99891\n4277,1646809308,47.74307,8.99891\n4278,1646809309,47.74307,8.99891\n4279,1646809310,47.74307,8.99891\n4280,1646809311,47.74307,8.99891\n4281,1646809312,47.74307,8.99891\n4282,1646809313,47.74307,8.99891\n4283,1646809314,47.74307,8.99891\n4284,1646809315,47.74307,8.99891\n4285,1646809316,47.74307,8.99891\n4286,1646809317,47.74307,8.99891\n4287,1646809318,47.74307,8.99891\n4288,1646809319,47.74307,8.99891\n4289,1646809320,47.74307,8.99891\n4290,1646809321,47.74307,8.99891\n4291,1646809322,47.74307,8.99891\n4292,1646809323,47.74307,8.99891\n4293,1646809324,47.74307,8.99891\n4294,1646809325,47.74307,8.99891\n4295,1646809326,47.74307,8.99891\n4296,1646809327,47.74307,8.99891\n4297,1646809328,47.74307,8.99891\n4298,1646809329,47.74307,8.99891\n4299,1646809330,47.74307,8.99891\n4300,1646809331,47.74307,8.99891\n4301,1646809332,47.74307,8.99891\n4302,1646809333,47.74307,8.99891\n4303,1646809334,47.74307,8.99891\n4304,1646809335,47.74307,8.99891\n4305,1646809336,47.74307,8.99891\n4306,1646809337,47.74307,8.99891\n4307,1646809338,47.74307,8.99891\n4308,1646809339,47.74307,8.99891\n4309,1646809340,47.74307,8.99891\n4310,1646809341,47.74307,8.99891\n4311,1646809342,47.74307,8.99891\n4312,1646809343,47.74307,8.99891\n4313,1646809344,47.74307,8.99891\n4314,1646809345,47.74307,8.99891\n4315,1646809346,47.74307,8.99891\n4316,1646809347,47.74307,8.99891\n4317,1646809348,47.74307,8.99892\n4318,1646809349,47.74307,8.99892\n4319,1646809350,47.74307,8.99892\n4320,1646809351,47.74307,8.99892\n4321,1646809352,47.74307,8.99892\n4322,1646809353,47.74307,8.99892\n4323,1646809354,47.74307,8.99892\n4324,1646809355,47.74307,8.99892\n4325,1646809356,47.74307,8.99892\n4326,1646809357,47.74307,8.99892\n4327,1646809358,47.74307,8.99892\n4328,1646809359,47.74307,8.99892\n4329,1646809360,47.74307,8.99892\n4330,1646809361,47.74307,8.99892\n4331,1646809362,47.74307,8.99892\n4332,1646809363,47.74307,8.99892\n4333,1646809364,47.74307,8.99892\n4334,1646809365,47.74307,8.99892\n4335,1646809366,47.74307,8.99892\n4336,1646809367,47.74307,8.99892\n4337,1646809368,47.74307,8.99892\n4338,1646809369,47.74307,8.99892\n4339,1646809370,47.74307,8.99892\n4340,1646809371,47.74306,8.99892\n4341,1646809372,47.74306,8.99892\n4342,1646809373,47.74306,8.99892\n4343,1646809374,47.74306,8.99892\n4344,1646809375,47.74306,8.99892\n4345,1646809376,47.74306,8.99892\n4346,1646809377,47.74306,8.99892\n4347,1646809378,47.74306,8.99892\n4348,1646809379,47.74306,8.99892\n4349,1646809380,47.74306,8.99892\n4350,1646809381,47.74306,8.99892\n4351,1646809382,47.74306,8.99892\n4352,1646809383,47.74306,8.99892\n4353,1646809384,47.74306,8.99892\n4354,1646809385,47.74306,8.99892\n4355,1646809386,47.74306,8.99892\n4356,1646809387,47.74306,8.99892\n4357,1646809388,47.74306,8.99892\n4358,1646809389,47.74306,8.99892\n4359,1646809390,47.74306,8.99892\n4360,1646809391,47.74306,8.99892\n4361,1646809392,47.74306,8.99892\n4362,1646809393,47.74306,8.99892\n4363,1646809394,47.74306,8.99892\n4364,1646809395,47.74306,8.99892\n4365,1646809396,47.74306,8.99892\n4366,1646809397,47.74306,8.99892\n4367,1646809398,47.74306,8.99892\n4368,1646809399,47.74306,8.99892\n4369,1646809400,47.74306,8.99892\n4370,1646809401,47.74306,8.99892\n4371,1646809402,47.74306,8.99892\n4372,1646809403,47.74306,8.99892\n4373,1646809404,47.74306,8.99892\n4374,1646809405,47.74306,8.99892\n4375,1646809406,47.74306,8.99892\n4376,1646809407,47.74307,8.99892\n4377,1646809408,47.74307,8.99892\n4378,1646809409,47.74307,8.99892\n4379,1646809410,47.74307,8.99892\n4380,1646809411,47.74307,8.99892\n4381,1646809412,47.74307,8.99892\n4382,1646809413,47.74307,8.99892\n4383,1646809414,47.74307,8.99892\n4384,1646809415,47.74308,8.99892\n4385,1646809416,47.74308,8.99892\n4386,1646809417,47.74308,8.99892\n4387,1646809418,47.74308,8.99892\n4388,1646809419,47.74308,8.99892\n4389,1646809420,47.74308,8.99892\n4390,1646809421,47.74308,8.99892\n4391,1646809422,47.74308,8.99892\n4392,1646809423,47.74308,8.99892\n4393,1646809424,47.74308,8.99892\n4394,1646809425,47.74308,8.99892\n4395,1646809426,47.74308,8.99892\n4396,1646809427,47.74308,8.99892\n4397,1646809428,47.74308,8.99892\n4398,1646809429,47.74308,8.99892\n4399,1646809430,47.74308,8.99892\n4400,1646809431,47.74308,8.99892\n4401,1646809432,47.74308,8.99892\n4402,1646809433,47.74308,8.99892\n4403,1646809434,47.74308,8.99892\n4404,1646809435,47.74308,8.99892\n4405,1646809436,47.74308,8.99892\n4406,1646809437,47.74308,8.99892\n4407,1646809438,47.74308,8.99892\n4408,1646809439,47.74308,8.99892\n4409,1646809440,47.74308,8.99892\n4410,1646809441,47.74308,8.99892\n4411,1646809442,47.74308,8.99892\n4412,1646809443,47.74308,8.99892\n4413,1646809444,47.74308,8.99892\n4414,1646809445,47.74308,8.99892\n4415,1646809446,47.74308,8.99892\n4416,1646809447,47.74308,8.99892\n4417,1646809448,47.74308,8.99892\n4418,1646809449,47.74308,8.99892\n4419,1646809450,47.74308,8.99892\n4420,1646809451,47.74308,8.99892\n4421,1646809452,47.74308,8.99892\n4422,1646809453,47.74308,8.99892\n4423,1646809454,47.74308,8.99892\n4424,1646809455,47.74308,8.99892\n4425,1646809456,47.74308,8.99892\n4426,1646809457,47.74308,8.99892\n4427,1646809458,47.74308,8.99892\n4428,1646809459,47.74308,8.99892\n4429,1646809460,47.74308,8.99892\n4430,1646809461,47.74308,8.99892\n4431,1646809462,47.74308,8.99892\n4432,1646809463,47.74308,8.99892\n4433,1646809464,47.74308,8.99892\n4434,1646809465,47.74308,8.99892\n4435,1646809466,47.74308,8.99892\n4436,1646809467,47.74308,8.99892\n4437,1646809468,47.74308,8.99892\n4438,1646809469,47.74308,8.99892\n4439,1646809470,47.74308,8.99892\n4440,1646809471,47.74308,8.99892\n4441,1646809472,47.74308,8.99892\n4442,1646809473,47.74308,8.99892\n4443,1646809474,47.74308,8.99892\n4444,1646809475,47.74308,8.99892\n4445,1646809476,47.74308,8.99892\n4446,1646809477,47.74308,8.99892\n4447,1646809478,47.74308,8.99892\n4448,1646809479,47.74308,8.99892\n4449,1646809480,47.74308,8.99892\n4450,1646809481,47.74308,8.99892\n4451,1646809482,47.74308,8.99892\n4452,1646809483,47.74308,8.99892\n4453,1646809484,47.74308,8.99892\n4454,1646809485,47.74308,8.99892\n4455,1646809486,47.74308,8.99892\n4456,1646809487,47.74308,8.99892\n4457,1646809488,47.74308,8.99892\n4458,1646809489,47.74308,8.99892\n4459,1646809490,47.74308,8.99892\n4460,1646809491,47.74308,8.99892\n4461,1646809492,47.74308,8.99892\n4462,1646809493,47.74308,8.99892\n4463,1646809494,47.74308,8.99892\n4464,1646809495,47.74308,8.99892\n4465,1646809496,47.74308,8.99892\n4466,1646809497,47.74308,8.99892\n4467,1646809498,47.74308,8.99892\n4468,1646809499,47.74308,8.99892\n4469,1646809500,47.74308,8.99892\n4470,1646809501,47.74308,8.99892\n4471,1646809502,47.74308,8.99892\n4472,1646809503,47.74308,8.99892\n4473,1646809504,47.74308,8.99892\n4474,1646809505,47.74308,8.99892\n4475,1646809506,47.74308,8.99892\n4476,1646809507,47.74308,8.99892\n4477,1646809508,47.74308,8.99892\n4478,1646809509,47.74308,8.99892\n4479,1646809510,47.74308,8.99892\n4480,1646809511,47.74308,8.99892\n4481,1646809512,47.74308,8.99892\n4482,1646809513,47.74308,8.99892\n4483,1646809514,47.74308,8.99892\n4484,1646809515,47.74308,8.99892\n4485,1646809516,47.74308,8.99892\n4486,1646809517,47.74308,8.99892\n4487,1646809518,47.74308,8.99892\n4488,1646809519,47.74308,8.99892\n4489,1646809520,47.74308,8.99892\n4490,1646809521,47.74308,8.99892\n4491,1646809522,47.74308,8.99892\n4492,1646809523,47.74308,8.99892\n4493,1646809524,47.74308,8.99892\n4494,1646809525,47.74308,8.99892\n4495,1646809526,47.74308,8.99892\n4496,1646809527,47.74308,8.99892\n4497,1646809528,47.74308,8.99892\n4498,1646809529,47.74308,8.99892\n4499,1646809530,47.74308,8.99892\n4500,1646809531,47.74307,8.99892\n4501,1646809532,47.74307,8.99892\n4502,1646809533,47.74307,8.99892\n4503,1646809534,47.74307,8.99892\n4504,1646809535,47.74307,8.99892\n4505,1646809536,47.74307,8.99892\n4506,1646809537,47.74307,8.99892\n4507,1646809538,47.74307,8.99892\n4508,1646809539,47.74307,8.99892\n4509,1646809540,47.74307,8.99892\n4510,1646809541,47.74307,8.99892\n4511,1646809542,47.74307,8.99892\n4512,1646809543,47.74307,8.99892\n4513,1646809544,47.74307,8.99892\n4514,1646809545,47.74307,8.99892\n4515,1646809546,47.74307,8.99892\n4516,1646809547,47.74307,8.99892\n4517,1646809548,47.74307,8.99892\n4518,1646809549,47.74307,8.99892\n4519,1646809550,47.74307,8.99892\n4520,1646809551,47.74307,8.99892\n4521,1646809552,47.74307,8.99892\n4522,1646809553,47.74307,8.99892\n4523,1646809554,47.74307,8.99892\n4524,1646809555,47.74307,8.99892\n4525,1646809556,47.74307,8.99892\n4526,1646809557,47.74307,8.99892\n4527,1646809558,47.74307,8.99892\n4528,1646809559,47.74307,8.99892\n4529,1646809560,47.74307,8.99892\n4530,1646809561,47.74307,8.99892\n4531,1646809562,47.74307,8.99892\n4532,1646809563,47.74307,8.99892\n4533,1646809564,47.74307,8.99892\n4534,1646809565,47.74307,8.99892\n4535,1646809566,47.74307,8.99892\n4536,1646809567,47.74307,8.99892\n4537,1646809568,47.74307,8.99892\n4538,1646809569,47.74307,8.99892\n4539,1646809570,47.74307,8.99892\n4540,1646809571,47.74307,8.99892\n4541,1646809572,47.74307,8.99892\n4542,1646809573,47.74307,8.99892\n4543,1646809574,47.74307,8.99892\n4544,1646809575,47.74307,8.99892\n4545,1646809576,47.74307,8.99892\n4546,1646809577,47.74307,8.99892\n4547,1646809578,47.74307,8.99892\n4548,1646809579,47.74307,8.99892\n4549,1646809580,47.74307,8.99892\n4550,1646809581,47.74307,8.99892\n4551,1646809582,47.74307,8.99892\n4552,1646809583,47.74307,8.99892\n4553,1646809584,47.74307,8.99892\n4554,1646809585,47.74307,8.99892\n4555,1646809586,47.74307,8.99892\n4556,1646809587,47.74307,8.99892\n4557,1646809588,47.74307,8.99892\n4558,1646809589,47.74307,8.99892\n4559,1646809590,47.74307,8.99892\n4560,1646809591,47.74307,8.99892\n4561,1646809592,47.74307,8.99892\n4562,1646809593,47.74307,8.99892\n4563,1646809594,47.74307,8.99892\n4564,1646809595,47.74307,8.99892\n4565,1646809596,47.74307,8.99892\n4566,1646809597,47.74307,8.99892\n4567,1646809598,47.74307,8.99892\n4568,1646809599,47.74307,8.99892\n4569,1646809600,47.74307,8.99892\n4570,1646809601,47.74307,8.99892\n4571,1646809602,47.74307,8.99892\n4572,1646809603,47.74307,8.99892\n4573,1646809604,47.74307,8.99892\n4574,1646809605,47.74307,8.99892\n4575,1646809606,47.74307,8.99892\n4576,1646809607,47.74307,8.99892\n4577,1646809608,47.74307,8.99892\n4578,1646809609,47.74307,8.99892\n4579,1646809610,47.74307,8.99892\n4580,1646809611,47.74307,8.99892\n4581,1646809612,47.74307,8.99892\n4582,1646809613,47.74307,8.99892\n4583,1646809614,47.74307,8.99892\n4584,1646809615,47.74307,8.99892\n4585,1646809616,47.74307,8.99892\n4586,1646809617,47.74307,8.99892\n4587,1646809618,47.74307,8.99892\n4588,1646809619,47.74307,8.99892\n4589,1646809620,47.74307,8.99892\n4590,1646809621,47.74307,8.99892\n4591,1646809622,47.74307,8.99892\n4592,1646809623,47.74307,8.99892\n4593,1646809624,47.74307,8.99892\n4594,1646809625,47.74307,8.99892\n4595,1646809626,47.74307,8.99892\n4596,1646809627,47.74307,8.99892\n4597,1646809628,47.74307,8.99892\n4598,1646809629,47.74307,8.99892\n4599,1646809630,47.74307,8.99892\n4600,1646809631,47.74307,8.99892\n4601,1646809632,47.74307,8.99892\n4602,1646809633,47.74307,8.99892\n4603,1646809634,47.74307,8.99892\n4604,1646809635,47.74307,8.99892\n4605,1646809636,47.74307,8.99892\n4606,1646809637,47.74307,8.99892\n4607,1646809638,47.74307,8.99892\n4608,1646809639,47.74307,8.99892\n4609,1646809640,47.74307,8.99892\n4610,1646809641,47.74307,8.99892\n4611,1646809642,47.74307,8.99892\n4612,1646809643,47.74307,8.99892\n4613,1646809644,47.74307,8.99892\n4614,1646809645,47.74307,8.99892\n4615,1646809646,47.74307,8.99892\n4616,1646809647,47.74307,8.99892\n4617,1646809648,47.74307,8.99892\n4618,1646809649,47.74307,8.99892\n4619,1646809650,47.74307,8.99892\n4620,1646809651,47.74307,8.99892\n4621,1646809652,47.74307,8.99892\n4622,1646809653,47.74307,8.99892\n4623,1646809654,47.74307,8.99892\n4624,1646809655,47.74307,8.99892\n4625,1646809656,47.74307,8.99892\n4626,1646809657,47.74307,8.99892\n4627,1646809658,47.74307,8.99892\n4628,1646809659,47.74307,8.99892\n4629,1646809660,47.74307,8.99892\n4630,1646809661,47.74307,8.99892\n4631,1646809662,47.74307,8.99892\n4632,1646809663,47.74307,8.99892\n4633,1646809664,47.74307,8.99892\n4634,1646809665,47.74307,8.99892\n4635,1646809666,47.74307,8.99892\n4636,1646809667,47.74307,8.99892\n4637,1646809668,47.74307,8.99892\n4638,1646809669,47.74307,8.99892\n4639,1646809670,47.74307,8.99892\n4640,1646809671,47.74307,8.99892\n4641,1646809672,47.74307,8.99892\n4642,1646809673,47.74307,8.99892\n4643,1646809674,47.74307,8.99892\n4644,1646809675,47.74307,8.99892\n4645,1646809676,47.74307,8.99892\n4646,1646809677,47.74307,8.99892\n4647,1646809678,47.74307,8.99892\n4648,1646809679,47.74307,8.99892\n4649,1646809680,47.74307,8.99892\n4650,1646809681,47.74307,8.99892\n4651,1646809682,47.74307,8.99892\n4652,1646809683,47.74307,8.99892\n4653,1646809684,47.74307,8.99892\n4654,1646809685,47.74307,8.99892\n4655,1646809686,47.74307,8.99892\n4656,1646809687,47.74307,8.99892\n4657,1646809688,47.74307,8.99892\n4658,1646809689,47.74307,8.99892\n4659,1646809690,47.74307,8.99892\n4660,1646809691,47.74307,8.99892\n4661,1646809692,47.74307,8.99892\n4662,1646809693,47.74307,8.99892\n4663,1646809694,47.74307,8.99892\n4664,1646809695,47.74307,8.99892\n4665,1646809696,47.74307,8.99892\n4666,1646809697,47.74307,8.99892\n4667,1646809698,47.74307,8.99892\n4668,1646809699,47.74307,8.99892\n4669,1646809700,47.74307,8.99892\n4670,1646809701,47.74307,8.99892\n4671,1646809702,47.74307,8.99892\n4672,1646809703,47.74307,8.99892\n4673,1646809704,47.74307,8.99892\n4674,1646809705,47.74307,8.99892\n4675,1646809706,47.74307,8.99892\n4676,1646809707,47.74307,8.99892\n4677,1646809708,47.74307,8.99892\n4678,1646809709,47.74307,8.99892\n4679,1646809710,47.74307,8.99892\n4680,1646809711,47.74307,8.99892\n4681,1646809712,47.74307,8.99892\n4682,1646809713,47.74307,8.99892\n4683,1646809714,47.74307,8.99892\n4684,1646809715,47.74307,8.99892\n4685,1646809716,47.74307,8.99892\n4686,1646809717,47.74307,8.99892\n4687,1646809718,47.74307,8.99892\n4688,1646809719,47.74307,8.99892\n4689,1646809720,47.74307,8.99892\n4690,1646809721,47.74307,8.99892\n4691,1646809722,47.74307,8.99892\n4692,1646809723,47.74307,8.99892\n4693,1646809724,47.74307,8.99892\n4694,1646809725,47.74307,8.99892\n4695,1646809726,47.74307,8.99892\n4696,1646809727,47.74307,8.99892\n4697,1646809728,47.74307,8.99892\n4698,1646809729,47.74307,8.99892\n4699,1646809730,47.74307,8.99892\n4700,1646809731,47.74307,8.99892\n4701,1646809732,47.74307,8.99892\n4702,1646809733,47.74307,8.99892\n4703,1646809734,47.74307,8.99892\n4704,1646809735,47.74307,8.99892\n4705,1646809736,47.74307,8.99892\n4706,1646809737,47.74307,8.99892\n4707,1646809738,47.74307,8.99892\n4708,1646809739,47.74307,8.99892\n4709,1646809740,47.74307,8.99892\n4710,1646809741,47.74307,8.99892\n4711,1646809742,47.74307,8.99892\n4712,1646809743,47.74307,8.99892\n4713,1646809744,47.74307,8.99892\n4714,1646809745,47.74307,8.99892\n4715,1646809746,47.74307,8.99892\n4716,1646809747,47.74307,8.99892\n4717,1646809748,47.74307,8.99892\n4718,1646809749,47.74307,8.99892\n4719,1646809750,47.74307,8.99892\n4720,1646809751,47.74307,8.99892\n4721,1646809752,47.74307,8.99892\n4722,1646809753,47.74307,8.99892\n4723,1646809754,47.74307,8.99892\n4724,1646809755,47.74307,8.99892\n4725,1646809756,47.74307,8.99892\n4726,1646809757,47.74307,8.99892\n4727,1646809758,47.74307,8.99892\n4728,1646809759,47.74307,8.99892\n4729,1646809760,47.74307,8.99892\n4730,1646809761,47.74307,8.99892\n4731,1646809762,47.74307,8.99892\n4732,1646809763,47.74307,8.99892\n4733,1646809764,47.74307,8.99892\n4734,1646809765,47.74307,8.99892\n4735,1646809766,47.74307,8.99892\n4736,1646809767,47.74307,8.99892\n4737,1646809768,47.74307,8.99892\n4738,1646809769,47.74307,8.99892\n4739,1646809770,47.74307,8.99892\n4740,1646809771,47.74307,8.99892\n4741,1646809772,47.74307,8.99892\n4742,1646809773,47.74307,8.99892\n4743,1646809774,47.74307,8.99892\n4744,1646809775,47.74307,8.99892\n4745,1646809776,47.74307,8.99892\n4746,1646809777,47.74307,8.99892\n4747,1646809778,47.74307,8.99892\n4748,1646809779,47.74307,8.99892\n4749,1646809780,47.74307,8.99892\n4750,1646809781,47.74307,8.99892\n4751,1646809782,47.74307,8.99892\n4752,1646809783,47.74307,8.99892\n4753,1646809784,47.74307,8.99892\n4754,1646809785,47.74307,8.99892\n4755,1646809786,47.74307,8.99892\n4756,1646809787,47.74307,8.99892\n4757,1646809788,47.74307,8.99892\n4758,1646809789,47.74307,8.99892\n4759,1646809790,47.74307,8.99892\n4760,1646809791,47.74307,8.99892\n4761,1646809792,47.74307,8.99892\n4762,1646809793,47.74307,8.99892\n4763,1646809794,47.74307,8.99892\n4764,1646809795,47.74307,8.99892\n4765,1646809796,47.74307,8.99892\n4766,1646809797,47.74307,8.99892\n4767,1646809798,47.74307,8.99892\n4768,1646809799,47.74307,8.99892\n4769,1646809800,47.74307,8.99892\n4770,1646809801,47.74306,8.99892\n4771,1646809802,47.74306,8.99892\n4772,1646809803,47.74306,8.99892\n4773,1646809804,47.74306,8.99892\n4774,1646809805,47.74306,8.99892\n4775,1646809806,47.74306,8.99892\n4776,1646809807,47.74306,8.99892\n4777,1646809808,47.74306,8.99892\n4778,1646809809,47.74306,8.99892\n4779,1646809810,47.74306,8.99892\n4780,1646809811,47.74306,8.99892\n4781,1646809812,47.74306,8.99892\n4782,1646809813,47.74306,8.99892\n4783,1646809814,47.74306,8.99892\n4784,1646809815,47.74306,8.99892\n4785,1646809816,47.74306,8.99892\n4786,1646809817,47.74306,8.99892\n4787,1646809818,47.74306,8.99892\n4788,1646809819,47.74306,8.99892\n4789,1646809820,47.74306,8.99892\n4790,1646809821,47.74306,8.99892\n4791,1646809822,47.74306,8.99892\n4792,1646809823,47.74306,8.99892\n4793,1646809824,47.74306,8.99892\n4794,1646809825,47.74306,8.99892\n4795,1646809826,47.74306,8.99892\n4796,1646809827,47.74306,8.99892\n4797,1646809828,47.74306,8.99892\n4798,1646809829,47.74306,8.99892\n4799,1646809830,47.74306,8.99892\n4800,1646809831,47.74306,8.99892\n4801,1646809832,47.74306,8.99892\n4802,1646809833,47.74306,8.99892\n4803,1646809834,47.74306,8.99892\n4804,1646809835,47.74306,8.99892\n4805,1646809836,47.74306,8.99892\n4806,1646809837,47.74306,8.99892\n4807,1646809838,47.74306,8.99892\n4808,1646809839,47.74306,8.99892\n4809,1646809840,47.74306,8.99892\n4810,1646809841,47.74306,8.99892\n4811,1646809842,47.74306,8.99892\n4812,1646809843,47.74306,8.99892\n4813,1646809844,47.74306,8.99892\n4814,1646809845,47.74306,8.99892\n4815,1646809846,47.74306,8.99892\n4816,1646809847,47.74306,8.99892\n4817,1646809848,47.74306,8.99892\n4818,1646809849,47.74306,8.99892\n4819,1646809850,47.74306,8.99892\n4820,1646809851,47.74306,8.99892\n4821,1646809852,47.74306,8.99892\n4822,1646809853,47.74306,8.99892\n4823,1646809854,47.74306,8.99892\n4824,1646809855,47.74306,8.99892\n4825,1646809856,47.74306,8.99892\n4826,1646809857,47.74306,8.99892\n4827,1646809858,47.74306,8.99892\n4828,1646809859,47.74306,8.99892\n4829,1646809860,47.74306,8.99892\n4830,1646809861,47.74306,8.99892\n4831,1646809862,47.74306,8.99892\n4832,1646809863,47.74306,8.99892\n4833,1646809864,47.74306,8.99892\n4834,1646809865,47.74306,8.99892\n4835,1646809866,47.74306,8.99892\n4836,1646809867,47.74306,8.99892\n4837,1646809868,47.74306,8.99892\n4838,1646809869,47.74306,8.99892\n4839,1646809870,47.74306,8.99892\n4840,1646809871,47.74306,8.99892\n4841,1646809872,47.74306,8.99892\n4842,1646809873,47.74306,8.99892\n4843,1646809874,47.74306,8.99892\n4844,1646809875,47.74306,8.99892\n4845,1646809876,47.74306,8.99892\n4846,1646809877,47.74306,8.99892\n4847,1646809878,47.74306,8.99892\n4848,1646809879,47.74306,8.99892\n4849,1646809880,47.74306,8.99892\n4850,1646809881,47.74306,8.99892\n4851,1646809882,47.74306,8.99892\n4852,1646809883,47.74306,8.99892\n4853,1646809884,47.74306,8.99892\n4854,1646809885,47.74306,8.99892\n4855,1646809886,47.74306,8.99892\n4856,1646809887,47.74306,8.99892\n4857,1646809888,47.74306,8.99892\n4858,1646809889,47.74306,8.99892\n4859,1646809890,47.74306,8.99892\n4860,1646809891,47.74306,8.99892\n4861,1646809892,47.74306,8.99892\n4862,1646809893,47.74306,8.99892\n4863,1646809894,47.74306,8.99892\n4864,1646809895,47.74306,8.99892\n4865,1646809896,47.74306,8.99892\n4866,1646809897,47.74306,8.99892\n4867,1646809898,47.74306,8.99892\n4868,1646809899,47.74306,8.99892\n4869,1646809900,47.74306,8.99892\n4870,1646809901,47.74306,8.99892\n4871,1646809902,47.74306,8.99892\n4872,1646809903,47.74306,8.99892\n4873,1646809904,47.74306,8.99892\n4874,1646809905,47.74306,8.99892\n4875,1646809906,47.74306,8.99892\n4876,1646809907,47.74306,8.99892\n4877,1646809908,47.74306,8.99892\n4878,1646809909,47.74306,8.99892\n4879,1646809910,47.74306,8.99892\n4880,1646809911,47.74306,8.99892\n4881,1646809912,47.74306,8.99892\n4882,1646809913,47.74306,8.99892\n4883,1646809914,47.74306,8.99892\n4884,1646809915,47.74306,8.99892\n4885,1646809916,47.74306,8.99892\n4886,1646809917,47.74306,8.99892\n4887,1646809918,47.74306,8.99892\n4888,1646809919,47.74306,8.99892\n4889,1646809920,47.74306,8.99892\n4890,1646809921,47.74306,8.99892\n4891,1646809922,47.74306,8.99892\n4892,1646809923,47.74306,8.99892\n4893,1646809924,47.74306,8.99892\n4894,1646809925,47.74306,8.99892\n4895,1646809926,47.74306,8.99892\n4896,1646809927,47.74306,8.99892\n4897,1646809928,47.74306,8.99892\n4898,1646809929,47.74306,8.99892\n4899,1646809930,47.74306,8.99892\n4900,1646809931,47.74306,8.99892\n4901,1646809932,47.74306,8.99892\n4902,1646809933,47.74306,8.99892\n4903,1646809934,47.74306,8.99892\n4904,1646809935,47.74306,8.99892\n4905,1646809936,47.74306,8.99892\n4906,1646809937,47.74306,8.99892\n4907,1646809938,47.74306,8.99892\n4908,1646809939,47.74306,8.99892\n4909,1646809940,47.74306,8.99892\n4910,1646809941,47.74306,8.99892\n4911,1646809942,47.74306,8.99892\n4912,1646809943,47.74306,8.99892\n4913,1646809944,47.74306,8.99892\n4914,1646809945,47.74306,8.99892\n4915,1646809946,47.74306,8.99892\n4916,1646809947,47.74306,8.99892\n4917,1646809948,47.74306,8.99892\n4918,1646809949,47.74306,8.99892\n4919,1646809950,47.74306,8.99892\n4920,1646809951,47.74306,8.99892\n4921,1646809952,47.74306,8.99892\n4922,1646809953,47.74306,8.99892\n4923,1646809954,47.74306,8.99892\n4924,1646809955,47.74306,8.99892\n4925,1646809956,47.74306,8.99892\n4926,1646809957,47.74306,8.99892\n4927,1646809958,47.74306,8.99892\n4928,1646809959,47.74306,8.99892\n4929,1646809960,47.74306,8.99892\n4930,1646809961,47.74306,8.99892\n4931,1646809962,47.74306,8.99892\n4932,1646809963,47.74306,8.99892\n4933,1646809964,47.74306,8.99892\n4934,1646809965,47.74306,8.99892\n4935,1646809966,47.74306,8.99892\n4936,1646809967,47.74306,8.99892\n4937,1646809968,47.74306,8.99892\n4938,1646809969,47.74306,8.99892\n4939,1646809970,47.74306,8.99892\n4940,1646809971,47.74306,8.99892\n4941,1646809972,47.74306,8.99892\n4942,1646809973,47.74306,8.99892\n4943,1646809974,47.74306,8.99892\n4944,1646809975,47.74306,8.99892\n4945,1646809976,47.74306,8.99892\n4946,1646809977,47.74306,8.99892\n4947,1646809978,47.74306,8.99892\n4948,1646809979,47.74306,8.99892\n4949,1646809980,47.74306,8.99892\n4950,1646809981,47.74306,8.99892\n4951,1646809982,47.74306,8.99892\n4952,1646809983,47.74306,8.99892\n4953,1646809984,47.74306,8.99892\n4954,1646809985,47.74306,8.99892\n4955,1646809986,47.74306,8.99892\n4956,1646809987,47.74306,8.99892\n4957,1646809988,47.74306,8.99892\n4958,1646809989,47.74306,8.99892\n4959,1646809990,47.74306,8.99892\n4960,1646809991,47.74306,8.99892\n4961,1646809992,47.74306,8.99892\n4962,1646809993,47.74305,8.99892\n4963,1646809994,47.74305,8.99893\n4964,1646809995,47.74305,8.99893\n4965,1646809996,47.74305,8.99893\n4966,1646809997,47.74305,8.99893\n4967,1646809998,47.74305,8.99893\n4968,1646809999,47.74305,8.99893\n4969,1646810000,47.74305,8.99893\n4970,1646810001,47.74305,8.99893\n4971,1646810002,47.74305,8.99893\n4972,1646810003,47.74305,8.99893\n4973,1646810004,47.74305,8.99893\n4974,1646810005,47.74305,8.99893\n4975,1646810006,47.74305,8.99893\n4976,1646810007,47.74305,8.99893\n4977,1646810008,47.74305,8.99893\n4978,1646810009,47.74305,8.99893\n4979,1646810010,47.74305,8.99893\n4980,1646810011,47.74305,8.99893\n4981,1646810012,47.74305,8.99893\n4982,1646810013,47.74305,8.99893\n4983,1646810014,47.74305,8.99893\n4984,1646810015,47.74305,8.99893\n4985,1646810016,47.74305,8.99893\n4986,1646810017,47.74305,8.99893\n4987,1646810018,47.74305,8.99893\n4988,1646810019,47.74305,8.99893\n4989,1646810020,47.74305,8.99893\n4990,1646810021,47.74305,8.99893\n4991,1646810022,47.74305,8.99893\n4992,1646810023,47.74305,8.99893\n4993,1646810024,47.74305,8.99893\n4994,1646810025,47.74305,8.99893\n4995,1646810026,47.74305,8.99893\n4996,1646810027,47.74305,8.99893\n4997,1646810028,47.74305,8.99893\n4998,1646810029,47.74305,8.99893\n4999,1646810030,47.74305,8.99893\n5000,1646810031,47.74305,8.99893\n5001,1646810032,47.74305,8.99893\n5002,1646810033,47.74305,8.99893\n5003,1646810034,47.74305,8.99893\n5004,1646810035,47.74305,8.99893\n5005,1646810036,47.74305,8.99893\n5006,1646810037,47.74305,8.99893\n5007,1646810038,47.74305,8.99893\n5008,1646810039,47.74305,8.99893\n5009,1646810040,47.74305,8.99893\n5010,1646810041,47.74305,8.99893\n5011,1646810042,47.74305,8.99893\n5012,1646810043,47.74305,8.99893\n5013,1646810044,47.74305,8.99893\n5014,1646810045,47.74305,8.99893\n5015,1646810046,47.74305,8.99893\n5016,1646810047,47.74305,8.99893\n5017,1646810048,47.74305,8.99893\n5018,1646810049,47.74305,8.99893\n5019,1646810050,47.74305,8.99893\n5020,1646810051,47.74305,8.99893\n5021,1646810052,47.74305,8.99893\n5022,1646810053,47.74305,8.99893\n5023,1646810054,47.74305,8.99893\n5024,1646810055,47.74305,8.99893\n5025,1646810056,47.74305,8.99893\n5026,1646810057,47.74305,8.99893\n5027,1646810058,47.74305,8.99893\n5028,1646810059,47.74305,8.99893\n5029,1646810060,47.74305,8.99893\n5030,1646810061,47.74305,8.99893\n5031,1646810062,47.74305,8.99893\n5032,1646810063,47.74305,8.99893\n5033,1646810064,47.74305,8.99893\n5034,1646810065,47.74305,8.99893\n5035,1646810066,47.74305,8.99893\n5036,1646810067,47.74305,8.99893\n5037,1646810068,47.74305,8.99893\n5038,1646810069,47.74305,8.99893\n5039,1646810070,47.74305,8.99893\n5040,1646810071,47.74305,8.99893\n5041,1646810072,47.74305,8.99893\n5042,1646810073,47.74305,8.99893\n5043,1646810074,47.74305,8.99893\n5044,1646810075,47.74305,8.99893\n5045,1646810076,47.74305,8.99893\n5046,1646810077,47.74305,8.99893\n5047,1646810078,47.74305,8.99893\n5048,1646810079,47.74305,8.99893\n5049,1646810080,47.74305,8.99893\n5050,1646810081,47.74305,8.99893\n5051,1646810082,47.74305,8.99893\n5052,1646810083,47.74305,8.99893\n5053,1646810084,47.74305,8.99893\n5054,1646810085,47.74305,8.99893\n5055,1646810086,47.74305,8.99893\n5056,1646810087,47.74305,8.99893\n5057,1646810088,47.74305,8.99893\n5058,1646810089,47.74305,8.99893\n5059,1646810090,47.74305,8.99893\n5060,1646810091,47.74305,8.99893\n5061,1646810092,47.74305,8.99893\n5062,1646810093,47.74305,8.99893\n5063,1646810094,47.74305,8.99893\n5064,1646810095,47.74305,8.99893\n5065,1646810096,47.74305,8.99893\n5066,1646810097,47.74305,8.99893\n5067,1646810098,47.74305,8.99893\n5068,1646810099,47.74305,8.99893\n5069,1646810100,47.74305,8.99893\n5070,1646810101,47.74305,8.99893\n5071,1646810102,47.74305,8.99893\n5072,1646810103,47.74305,8.99893\n5073,1646810104,47.74305,8.99893\n5074,1646810105,47.74305,8.99893\n5075,1646810106,47.74305,8.99893\n5076,1646810107,47.74305,8.99893\n5077,1646810108,47.74305,8.99893\n5078,1646810109,47.74305,8.99893\n5079,1646810110,47.74305,8.99893\n5080,1646810111,47.74305,8.99893\n5081,1646810112,47.74305,8.99893\n5082,1646810113,47.74305,8.99893\n5083,1646810114,47.74305,8.99893\n5084,1646810115,47.74305,8.99893\n5085,1646810116,47.74305,8.99893\n5086,1646810117,47.74305,8.99893\n5087,1646810118,47.74305,8.99893\n5088,1646810119,47.74305,8.99893\n5089,1646810120,47.74305,8.99893\n5090,1646810121,47.74305,8.99893\n5091,1646810122,47.74305,8.99893\n5092,1646810123,47.74305,8.99893\n5093,1646810124,47.74305,8.99893\n5094,1646810125,47.74305,8.99893\n5095,1646810126,47.74305,8.99893\n5096,1646810127,47.74305,8.99893\n5097,1646810128,47.74305,8.99893\n5098,1646810129,47.74305,8.99893\n5099,1646810130,47.74305,8.99893\n5100,1646810131,47.74305,8.99893\n5101,1646810132,47.74305,8.99893\n5102,1646810133,47.74305,8.99893\n5103,1646810134,47.74305,8.99893\n5104,1646810135,47.74305,8.99893\n5105,1646810136,47.74305,8.99893\n5106,1646810137,47.74305,8.99893\n5107,1646810138,47.74305,8.99893\n5108,1646810139,47.74305,8.99893\n5109,1646810140,47.74305,8.99893\n5110,1646810141,47.74305,8.99893\n5111,1646810142,47.74305,8.99893\n5112,1646810143,47.74305,8.99893\n5113,1646810144,47.74305,8.99893\n5114,1646810145,47.74305,8.99893\n5115,1646810146,47.74305,8.99893\n5116,1646810147,47.74305,8.99893\n5117,1646810148,47.74305,8.99893\n5118,1646810149,47.74305,8.99893\n5119,1646810150,47.74305,8.99893\n5120,1646810151,47.74305,8.99893\n5121,1646810152,47.74305,8.99893\n5122,1646810153,47.74305,8.99893\n5123,1646810154,47.74305,8.99893\n5124,1646810155,47.74305,8.99893\n5125,1646810156,47.74305,8.99893\n5126,1646810157,47.74305,8.99893\n5127,1646810158,47.74305,8.99893\n5128,1646810159,47.74305,8.99893\n5129,1646810160,47.74305,8.99893\n5130,1646810161,47.74305,8.99893\n5131,1646810162,47.74305,8.99893\n5132,1646810163,47.74305,8.99893\n5133,1646810164,47.74305,8.99893\n5134,1646810165,47.74305,8.99893\n5135,1646810166,47.74305,8.99893\n5136,1646810167,47.74305,8.99893\n5137,1646810168,47.74305,8.99893\n5138,1646810169,47.74305,8.99893\n5139,1646810170,47.74305,8.99893\n5140,1646810171,47.74305,8.99893\n5141,1646810172,47.74305,8.99893\n5142,1646810173,47.74305,8.99893\n5143,1646810174,47.74305,8.99893\n5144,1646810175,47.74305,8.99893\n5145,1646810176,47.74305,8.99893\n5146,1646810177,47.74305,8.99894\n5147,1646810178,47.74305,8.99894\n5148,1646810179,47.74305,8.99894\n5149,1646810180,47.74305,8.99894\n5150,1646810181,47.74305,8.99894\n5151,1646810182,47.74305,8.99894\n5152,1646810183,47.74305,8.99894\n5153,1646810184,47.74305,8.99894\n5154,1646810185,47.74305,8.99894\n5155,1646810186,47.74305,8.99894\n5156,1646810187,47.74305,8.99894\n5157,1646810188,47.74305,8.99894\n5158,1646810189,47.74305,8.99894\n5159,1646810190,47.74305,8.99894\n5160,1646810191,47.74305,8.99894\n5161,1646810192,47.74305,8.99894\n5162,1646810193,47.74305,8.99894\n5163,1646810194,47.74305,8.99894\n5164,1646810195,47.74305,8.99894\n5165,1646810196,47.74305,8.99894\n5166,1646810197,47.74305,8.99894\n5167,1646810198,47.74305,8.99894\n5168,1646810199,47.74305,8.99894\n5169,1646810200,47.74305,8.99894\n5170,1646810201,47.74305,8.99894\n5171,1646810202,47.74305,8.99894\n5172,1646810203,47.74305,8.99894\n5173,1646810204,47.74305,8.99894\n5174,1646810205,47.74305,8.99894\n5175,1646810206,47.74305,8.99894\n5176,1646810207,47.74305,8.99894\n5177,1646810208,47.74305,8.99894\n5178,1646810209,47.74305,8.99894\n5179,1646810210,47.74305,8.99894\n5180,1646810211,47.74305,8.99894\n5181,1646810212,47.74305,8.99894\n5182,1646810213,47.74305,8.99894\n5183,1646810214,47.74305,8.99894\n5184,1646810215,47.74305,8.99894\n5185,1646810216,47.74305,8.99894\n5186,1646810217,47.74305,8.99894\n5187,1646810218,47.74305,8.99894\n5188,1646810219,47.74305,8.99894\n5189,1646810220,47.74305,8.99894\n5190,1646810221,47.74305,8.99894\n5191,1646810222,47.74305,8.99894\n5192,1646810223,47.74305,8.99894\n5193,1646810224,47.74305,8.99894\n5194,1646810225,47.74305,8.99894\n5195,1646810226,47.74305,8.99894\n5196,1646810227,47.74305,8.99894\n5197,1646810228,47.74305,8.99894\n5198,1646810229,47.74305,8.99894\n5199,1646810230,47.74305,8.99894\n5200,1646810231,47.74305,8.99894\n5201,1646810232,47.74305,8.99894\n5202,1646810233,47.74305,8.99894\n5203,1646810234,47.74305,8.99894\n5204,1646810235,47.74305,8.99894\n5205,1646810236,47.74305,8.99894\n5206,1646810237,47.74305,8.99894\n5207,1646810238,47.74305,8.99894\n5208,1646810239,47.74305,8.99894\n5209,1646810240,47.74305,8.99894\n5210,1646810241,47.74305,8.99894\n5211,1646810242,47.74305,8.99894\n5212,1646810243,47.74305,8.99894\n5213,1646810244,47.74305,8.99894\n5214,1646810245,47.74305,8.99894\n5215,1646810246,47.74305,8.99894\n5216,1646810247,47.74305,8.99894\n5217,1646810248,47.74305,8.99894\n5218,1646810249,47.74305,8.99894\n5219,1646810250,47.74305,8.99894\n5220,1646810251,47.74305,8.99894\n5221,1646810252,47.74305,8.99894\n5222,1646810253,47.74305,8.99894\n5223,1646810254,47.74305,8.99894\n5224,1646810255,47.74305,8.99894\n5225,1646810256,47.74305,8.99894\n5226,1646810257,47.74305,8.99894\n5227,1646810258,47.74305,8.99894\n5228,1646810259,47.74305,8.99894\n5229,1646810260,47.74305,8.99894\n5230,1646810261,47.74305,8.99894\n5231,1646810262,47.74305,8.99894\n5232,1646810263,47.74305,8.99894\n5233,1646810264,47.74305,8.99894\n5234,1646810265,47.74305,8.99894\n5235,1646810266,47.74305,8.99894\n5236,1646810267,47.74305,8.99894\n5237,1646810268,47.74305,8.99894\n5238,1646810269,47.74305,8.99894\n5239,1646810270,47.74305,8.99894\n5240,1646810271,47.74305,8.99894\n5241,1646810272,47.74305,8.99894\n5242,1646810273,47.74305,8.99894\n5243,1646810274,47.74305,8.99894\n5244,1646810275,47.74305,8.99894\n5245,1646810276,47.74305,8.99894\n5246,1646810277,47.74305,8.99894\n5247,1646810278,47.74305,8.99894\n5248,1646810279,47.74305,8.99894\n5249,1646810280,47.74305,8.99894\n5250,1646810281,47.74305,8.99894\n5251,1646810282,47.74305,8.99894\n5252,1646810283,47.74305,8.99894\n5253,1646810284,47.74305,8.99894\n5254,1646810285,47.74305,8.99894\n5255,1646810286,47.74305,8.99894\n5256,1646810287,47.74305,8.99894\n5257,1646810288,47.74305,8.99894\n5258,1646810289,47.74305,8.99894\n5259,1646810290,47.74305,8.99894\n5260,1646810291,47.74305,8.99894\n5261,1646810292,47.74305,8.99894\n5262,1646810293,47.74305,8.99894\n5263,1646810294,47.74305,8.99894\n5264,1646810295,47.74305,8.99894\n5265,1646810296,47.74305,8.99894\n5266,1646810297,47.74305,8.99894\n5267,1646810298,47.74305,8.99894\n5268,1646810299,47.74305,8.99894\n5269,1646810300,47.74305,8.99894\n5270,1646810301,47.74305,8.99894\n5271,1646810302,47.74305,8.99894\n5272,1646810303,47.74305,8.99894\n5273,1646810304,47.74305,8.99894\n5274,1646810305,47.74305,8.99894\n5275,1646810306,47.74305,8.99894\n5276,1646810307,47.74305,8.99894\n5277,1646810308,47.74305,8.99894\n5278,1646810309,47.74305,8.99894\n5279,1646810310,47.74305,8.99894\n5280,1646810311,47.74305,8.99894\n5281,1646810312,47.74305,8.99894\n5282,1646810313,47.74305,8.99894\n5283,1646810314,47.74305,8.99894\n5284,1646810315,47.74305,8.99894\n5285,1646810316,47.74305,8.99894\n5286,1646810317,47.74305,8.99894\n5287,1646810318,47.74305,8.99894\n5288,1646810319,47.74305,8.99894\n5289,1646810320,47.74305,8.99894\n5290,1646810321,47.74305,8.99894\n5291,1646810322,47.74305,8.99894\n5292,1646810323,47.74305,8.99894\n5293,1646810324,47.74305,8.99894\n5294,1646810325,47.74305,8.99894\n5295,1646810326,47.74305,8.99894\n5296,1646810327,47.74305,8.99894\n5297,1646810328,47.74305,8.99894\n5298,1646810329,47.74305,8.99894\n5299,1646810330,47.74305,8.99894\n5300,1646810331,47.74305,8.99894\n5301,1646810332,47.74305,8.99894\n5302,1646810333,47.74305,8.99894\n5303,1646810334,47.74305,8.99894\n5304,1646810335,47.74305,8.99894\n5305,1646810336,47.74305,8.99894\n5306,1646810337,47.74305,8.99894\n5307,1646810338,47.74305,8.99894\n5308,1646810339,47.74305,8.99894\n5309,1646810340,47.74305,8.99894\n5310,1646810341,47.74305,8.99894\n5311,1646810342,47.74305,8.99894\n5312,1646810343,47.74305,8.99894\n5313,1646810344,47.74305,8.99894\n5314,1646810345,47.74305,8.99894\n5315,1646810346,47.74305,8.99894\n5316,1646810347,47.74305,8.99894\n5317,1646810348,47.74305,8.99894\n5318,1646810349,47.74305,8.99894\n5319,1646810350,47.74305,8.99894\n5320,1646810351,47.74304,8.99894\n5321,1646810352,47.74304,8.99894\n5322,1646810353,47.74304,8.99894\n5323,1646810354,47.74304,8.99894\n5324,1646810355,47.74304,8.99894\n5325,1646810356,47.74304,8.99894\n5326,1646810357,47.74304,8.99894\n5327,1646810358,47.74304,8.99894\n5328,1646810359,47.74304,8.99894\n5329,1646810361,47.74304,8.99894\n5330,1646810362,47.74304,8.99894\n5331,1646810363,47.74304,8.99894\n5332,1646810364,47.74304,8.99894\n5333,1646810365,47.74304,8.99894\n5334,1646810366,47.74304,8.99894\n5335,1646810367,47.74304,8.99894\n5336,1646810368,47.74304,8.99894\n5337,1646810369,47.74304,8.99894\n5338,1646810370,47.74304,8.99894\n5339,1646810371,47.74304,8.99894\n5340,1646810372,47.74304,8.99894\n5341,1646810373,47.74304,8.99894\n5342,1646810374,47.74304,8.99894\n5343,1646810375,47.74304,8.99894\n5344,1646810376,47.74304,8.99894\n5345,1646810377,47.74304,8.99894\n5346,1646810378,47.74304,8.99894\n5347,1646810379,47.74304,8.99894\n5348,1646810380,47.74304,8.99894\n5349,1646810381,47.74304,8.99894\n5350,1646810382,47.74304,8.99894\n5351,1646810383,47.74304,8.99894\n5352,1646810384,47.74304,8.99894\n5353,1646810385,47.74304,8.99894\n5354,1646810386,47.74304,8.99894\n5355,1646810387,47.74304,8.99894\n5356,1646810388,47.74304,8.99894\n5357,1646810389,47.74304,8.99894\n5358,1646810390,47.74304,8.99894\n5359,1646810391,47.74304,8.99894\n5360,1646810392,47.74304,8.99894\n5361,1646810393,47.74304,8.99894\n5362,1646810394,47.74304,8.99894\n5363,1646810395,47.74304,8.99894\n5364,1646810396,47.74304,8.99894\n5365,1646810397,47.74304,8.99894\n5366,1646810398,47.74304,8.99894\n5367,1646810399,47.74304,8.99894\n5368,1646810400,47.74304,8.99894\n5369,1646810401,47.74304,8.99894\n5370,1646810402,47.74304,8.99894\n5371,1646810403,47.74304,8.99894\n5372,1646810404,47.74304,8.99894\n5373,1646810405,47.74304,8.99894\n5374,1646810406,47.74304,8.99894\n5375,1646810407,47.74304,8.99894\n5376,1646810408,47.74304,8.99894\n5377,1646810409,47.74304,8.99894\n5378,1646810410,47.74304,8.99894\n5379,1646810411,47.74304,8.99894\n5380,1646810412,47.74304,8.99894\n5381,1646810413,47.74304,8.99894\n5382,1646810414,47.74304,8.99894\n5383,1646810415,47.74304,8.99894\n5384,1646810416,47.74304,8.99894\n5385,1646810417,47.74304,8.99894\n5386,1646810418,47.74304,8.99894\n5387,1646810419,47.74304,8.99894\n5388,1646810420,47.74304,8.99894\n5389,1646810421,47.74304,8.99894\n5390,1646810422,47.74304,8.99894\n5391,1646810423,47.74304,8.99894\n5392,1646810424,47.74304,8.99894\n5393,1646810425,47.74304,8.99894\n5394,1646810426,47.74304,8.99894\n5395,1646810427,47.74304,8.99894\n5396,1646810428,47.74304,8.99894\n5397,1646810429,47.74304,8.99894\n5398,1646810430,47.74304,8.99894\n5399,1646810431,47.74304,8.99894\n5400,1646810432,47.74304,8.99894\n5401,1646810433,47.74304,8.99894\n5402,1646810434,47.74304,8.99894\n5403,1646810435,47.74304,8.99894\n5404,1646810436,47.74304,8.99894\n5405,1646810437,47.74304,8.99894\n5406,1646810438,47.74304,8.99894\n5407,1646810439,47.74304,8.99894\n5408,1646810440,47.74304,8.99894\n5409,1646810441,47.74304,8.99894\n5410,1646810442,47.74304,8.99894\n5411,1646810443,47.74304,8.99894\n5412,1646810444,47.74304,8.99894\n5413,1646810445,47.74304,8.99894\n5414,1646810446,47.74304,8.99894\n5415,1646810447,47.74304,8.99894\n5416,1646810448,47.74304,8.99894\n5417,1646810449,47.74304,8.99894\n5418,1646810450,47.74304,8.99894\n5419,1646810451,47.74304,8.99894\n5420,1646810452,47.74304,8.99894\n5421,1646810453,47.74304,8.99894\n5422,1646810454,47.74304,8.99894\n5423,1646810455,47.74304,8.99894\n5424,1646810456,47.74304,8.99894\n5425,1646810457,47.74304,8.99894\n5426,1646810458,47.74304,8.99894\n5427,1646810459,47.74304,8.99894\n5428,1646810460,47.74304,8.99894\n5429,1646810461,47.74304,8.99894\n5430,1646810462,47.74304,8.99894\n5431,1646810463,47.74304,8.99894\n5432,1646810464,47.74304,8.99894\n5433,1646810465,47.74304,8.99894\n5434,1646810466,47.74304,8.99894\n5435,1646810467,47.74304,8.99894\n5436,1646810468,47.74304,8.99894\n5437,1646810469,47.74304,8.99894\n5438,1646810470,47.74304,8.99894\n5439,1646810471,47.74304,8.99894\n5440,1646810472,47.74304,8.99894\n5441,1646810473,47.74304,8.99894\n5442,1646810474,47.74304,8.99894\n5443,1646810475,47.74304,8.99894\n5444,1646810476,47.74304,8.99894\n5445,1646810477,47.74304,8.99894\n5446,1646810478,47.74304,8.99894\n5447,1646810479,47.74304,8.99894\n5448,1646810480,47.74304,8.99894\n5449,1646810481,47.74304,8.99895\n5450,1646810482,47.74304,8.99895\n5451,1646810483,47.74303,8.99895\n5452,1646810484,47.74303,8.99895\n5453,1646810485,47.74303,8.99895\n5454,1646810486,47.74303,8.99895\n5455,1646810487,47.74303,8.99895\n5456,1646810488,47.74303,8.99895\n5457,1646810489,47.74303,8.99895\n5458,1646810490,47.74303,8.99895\n5459,1646810491,47.74303,8.99895\n5460,1646810492,47.74303,8.99895\n5461,1646810493,47.74303,8.99895\n5462,1646810494,47.74303,8.99895\n5463,1646810495,47.74303,8.99895\n5464,1646810496,47.74303,8.99895\n5465,1646810497,47.74303,8.99895\n5466,1646810498,47.74303,8.99895\n5467,1646810499,47.74303,8.99895\n5468,1646810500,47.74303,8.99895\n5469,1646810501,47.74302,8.99895\n5470,1646810502,47.74302,8.99894\n5471,1646810503,47.74302,8.99894\n5472,1646810504,47.74302,8.99894\n5473,1646810505,47.74302,8.99894\n5474,1646810506,47.74302,8.99894\n5475,1646810507,47.74302,8.99894\n5476,1646810508,47.74302,8.99894\n5477,1646810509,47.74302,8.99894\n5478,1646810510,47.74302,8.99894\n5479,1646810511,47.74302,8.99894\n5480,1646810512,47.74302,8.99894\n5481,1646810513,47.74302,8.99894\n5482,1646810514,47.74302,8.99894\n5483,1646810515,47.74302,8.99894\n5484,1646810516,47.74302,8.99894\n5485,1646810517,47.74302,8.99894\n5486,1646810518,47.74302,8.99894\n5487,1646810519,47.74302,8.99894\n5488,1646810520,47.74302,8.99894\n5489,1646810521,47.74302,8.99894\n5490,1646810522,47.74302,8.99894\n5491,1646810523,47.74302,8.99894\n5492,1646810524,47.74302,8.99894\n5493,1646810525,47.74302,8.99894\n5494,1646810526,47.74302,8.99894\n5495,1646810527,47.74302,8.99894\n5496,1646810528,47.74302,8.99894\n5497,1646810529,47.74302,8.99894\n5498,1646810530,47.74302,8.99894\n5499,1646810531,47.74302,8.99894\n5500,1646810532,47.74302,8.99894\n5501,1646810533,47.74302,8.99894\n5502,1646810534,47.74302,8.99894\n5503,1646810535,47.74302,8.99894\n5504,1646810536,47.74302,8.99894\n5505,1646810537,47.74302,8.99894\n5506,1646810538,47.74302,8.99894\n5507,1646810539,47.74302,8.99894\n5508,1646810540,47.74302,8.99894\n5509,1646810541,47.74302,8.99894\n5510,1646810542,47.74302,8.99894\n5511,1646810543,47.74302,8.99894\n5512,1646810544,47.74302,8.99894\n5513,1646810545,47.74302,8.99894\n5514,1646810546,47.74302,8.99894\n5515,1646810547,47.74302,8.99894\n5516,1646810548,47.74302,8.99894\n5517,1646810549,47.74302,8.99894\n5518,1646810550,47.74302,8.99894\n5519,1646810551,47.74302,8.99894\n5520,1646810552,47.74301,8.99894\n5521,1646810553,47.74301,8.99894\n5522,1646810554,47.74301,8.99894\n5523,1646810555,47.74301,8.99894\n5524,1646810556,47.74301,8.99894\n5525,1646810557,47.74301,8.99894\n5526,1646810558,47.74301,8.99894\n5527,1646810559,47.74301,8.99894\n5528,1646810560,47.74301,8.99894\n5529,1646810561,47.74301,8.99894\n5530,1646810562,47.74301,8.99894\n5531,1646810563,47.74301,8.99894\n5532,1646810564,47.74301,8.99894\n5533,1646810565,47.74301,8.99894\n5534,1646810566,47.74301,8.99894\n5535,1646810567,47.74301,8.99894\n5536,1646810568,47.74301,8.99894\n5537,1646810569,47.74301,8.99894\n5538,1646810570,47.74301,8.99894\n5539,1646810571,47.74301,8.99894\n5540,1646810572,47.74301,8.99894\n5541,1646810573,47.74301,8.99894\n5542,1646810574,47.74301,8.99894\n5543,1646810575,47.74301,8.99894\n5544,1646810576,47.74301,8.99894\n5545,1646810577,47.74301,8.99894\n5546,1646810578,47.74301,8.99894\n5547,1646810579,47.74301,8.99894\n5548,1646810580,47.74301,8.99894\n5549,1646810581,47.74301,8.99894\n5550,1646810582,47.74301,8.99894\n5551,1646810583,47.74301,8.99894\n5552,1646810584,47.74301,8.99894\n5553,1646810585,47.74301,8.99894\n5554,1646810586,47.74301,8.99894\n5555,1646810587,47.74301,8.99894\n5556,1646810588,47.74301,8.99894\n5557,1646810589,47.74301,8.99894\n5558,1646810590,47.74301,8.99894\n5559,1646810591,47.74301,8.99894\n5560,1646810592,47.74301,8.99894\n5561,1646810593,47.74301,8.99894\n5562,1646810594,47.74301,8.99894\n5563,1646810595,47.74301,8.99894\n5564,1646810596,47.74301,8.99894\n5565,1646810597,47.74301,8.99894\n5566,1646810598,47.74301,8.99894\n5567,1646810599,47.74301,8.99894\n5568,1646810600,47.74301,8.99894\n5569,1646810601,47.74301,8.99894\n5570,1646810602,47.74301,8.99894\n5571,1646810603,47.74301,8.99894\n5572,1646810604,47.74301,8.99894\n5573,1646810605,47.74301,8.99894\n5574,1646810606,47.74301,8.99894\n5575,1646810607,47.74301,8.99894\n5576,1646810608,47.74301,8.99894\n5577,1646810609,47.74301,8.99894\n5578,1646810610,47.74301,8.99894\n5579,1646810611,47.74301,8.99894\n5580,1646810612,47.74301,8.99894\n5581,1646810613,47.74301,8.99894\n5582,1646810614,47.74301,8.99894\n5583,1646810615,47.74301,8.99894\n5584,1646810616,47.74301,8.99894\n5585,1646810617,47.74301,8.99894\n5586,1646810618,47.74301,8.99894\n5587,1646810619,47.74301,8.99894\n5588,1646810620,47.74301,8.99894\n5589,1646810621,47.74301,8.99894\n5590,1646810622,47.74301,8.99894\n5591,1646810623,47.74301,8.99894\n5592,1646810624,47.74302,8.99894\n5593,1646810625,47.74302,8.99894\n5594,1646810626,47.74302,8.99894\n5595,1646810627,47.74302,8.99894\n5596,1646810628,47.74302,8.99894\n5597,1646810629,47.74302,8.99894\n5598,1646810630,47.74302,8.99894\n5599,1646810631,47.74302,8.99894\n5600,1646810632,47.74302,8.99894\n5601,1646810633,47.74302,8.99894\n5602,1646810634,47.74302,8.99894\n5603,1646810635,47.74302,8.99894\n5604,1646810636,47.74302,8.99894\n5605,1646810637,47.74302,8.99894\n5606,1646810638,47.74302,8.99894\n5607,1646810639,47.74302,8.99894\n5608,1646810640,47.74302,8.99894\n5609,1646810641,47.74302,8.99894\n5610,1646810642,47.74302,8.99894\n5611,1646810643,47.74302,8.99894\n5612,1646810644,47.74302,8.99894\n5613,1646810645,47.74302,8.99894\n5614,1646810646,47.74302,8.99894\n5615,1646810647,47.74302,8.99894\n5616,1646810648,47.74302,8.99894\n5617,1646810649,47.74302,8.99894\n5618,1646810650,47.74302,8.99895\n5619,1646810651,47.74302,8.99895\n5620,1646810652,47.74302,8.99895\n5621,1646810653,47.74302,8.99895\n5622,1646810654,47.74302,8.99895\n5623,1646810655,47.74302,8.99895\n5624,1646810656,47.74302,8.99895\n5625,1646810657,47.74302,8.99895\n5626,1646810658,47.74302,8.99895\n5627,1646810659,47.74303,8.99896\n5628,1646810660,47.74303,8.99896\n5629,1646810661,47.74303,8.99896\n5630,1646810662,47.74303,8.99896\n5631,1646810663,47.74303,8.99896\n5632,1646810664,47.74303,8.99896\n5633,1646810665,47.74303,8.99896\n5634,1646810666,47.74303,8.99896\n5635,1646810667,47.74303,8.99896\n5636,1646810668,47.74303,8.99896\n5637,1646810669,47.74303,8.99896\n5638,1646810670,47.74303,8.99896\n5639,1646810671,47.74303,8.99896\n5640,1646810672,47.74303,8.99896\n5641,1646810673,47.74303,8.99896\n5642,1646810674,47.74303,8.99896\n5643,1646810675,47.74303,8.99896\n5644,1646810676,47.74303,8.99896\n5645,1646810677,47.74303,8.99896\n5646,1646810678,47.74303,8.99896\n5647,1646810679,47.74303,8.99896\n5648,1646810680,47.74303,8.99896\n5649,1646810681,47.74303,8.99896\n5650,1646810682,47.74303,8.99896\n5651,1646810683,47.74303,8.99896\n5652,1646810684,47.74303,8.99896\n5653,1646810685,47.74303,8.99896\n5654,1646810686,47.74303,8.99896\n5655,1646810687,47.74303,8.99896\n5656,1646810688,47.74303,8.99896\n5657,1646810689,47.74303,8.99896\n5658,1646810690,47.74303,8.99896\n5659,1646810691,47.74303,8.99896\n5660,1646810692,47.74303,8.99896\n5661,1646810693,47.74303,8.99896\n5662,1646810694,47.74303,8.99896\n5663,1646810695,47.74303,8.99896\n5664,1646810696,47.74303,8.99896\n5665,1646810697,47.74303,8.99896\n5666,1646810698,47.74303,8.99896\n5667,1646810699,47.74303,8.99896\n5668,1646810700,47.74303,8.99896\n5669,1646810701,47.74303,8.99896\n5670,1646810702,47.74303,8.99896\n5671,1646810703,47.74303,8.99896\n5672,1646810704,47.74303,8.99896\n5673,1646810705,47.74303,8.99896\n5674,1646810706,47.74303,8.99896\n5675,1646810707,47.74303,8.99896\n5676,1646810708,47.74303,8.99896\n5677,1646810709,47.74303,8.99896\n5678,1646810710,47.74303,8.99896\n5679,1646810711,47.74303,8.99896\n5680,1646810712,47.74303,8.99896\n5681,1646810713,47.74303,8.99896\n5682,1646810714,47.74303,8.99896\n5683,1646810715,47.74303,8.99896\n5684,1646810716,47.74303,8.99896\n5685,1646810717,47.74303,8.99896\n5686,1646810718,47.74303,8.99896\n5687,1646810719,47.74303,8.99896\n5688,1646810720,47.74302,8.99896\n5689,1646810721,47.74302,8.99896\n5690,1646810722,47.74302,8.99896\n5691,1646810723,47.74302,8.99896\n5692,1646810724,47.74302,8.99896\n5693,1646810725,47.74302,8.99896\n5694,1646810726,47.74302,8.99896\n5695,1646810727,47.74302,8.99896\n5696,1646810728,47.74302,8.99896\n5697,1646810729,47.74302,8.99896\n5698,1646810730,47.74302,8.99896\n5699,1646810731,47.74302,8.99896\n5700,1646810732,47.74302,8.99896\n5701,1646810733,47.74302,8.99896\n5702,1646810734,47.74302,8.99896\n5703,1646810735,47.74302,8.99896\n5704,1646810736,47.74302,8.99896\n5705,1646810737,47.74302,8.99896\n5706,1646810738,47.74302,8.99896\n5707,1646810739,47.74302,8.99896\n5708,1646810740,47.74302,8.99896\n5709,1646810741,47.74302,8.99896\n5710,1646810742,47.74302,8.99896\n5711,1646810743,47.74302,8.99896\n5712,1646810744,47.74302,8.99896\n5713,1646810745,47.74302,8.99896\n5714,1646810746,47.74302,8.99896\n5715,1646810747,47.74302,8.99896\n5716,1646810748,47.74302,8.99896\n5717,1646810749,47.74302,8.99896\n5718,1646810750,47.74302,8.99896\n5719,1646810751,47.74302,8.99896\n5720,1646810752,47.74302,8.99896\n5721,1646810753,47.74302,8.99896\n5722,1646810754,47.74302,8.99896\n5723,1646810755,47.74302,8.99896\n5724,1646810756,47.74302,8.99896\n5725,1646810757,47.74302,8.99896\n5726,1646810758,47.74302,8.99896\n5727,1646810759,47.74302,8.99896\n5728,1646810760,47.74302,8.99896\n5729,1646810761,47.74302,8.99896\n5730,1646810762,47.74302,8.99896\n5731,1646810763,47.74302,8.99896\n5732,1646810764,47.74302,8.99896\n5733,1646810765,47.74302,8.99896\n5734,1646810766,47.74302,8.99896\n5735,1646810767,47.74302,8.99896\n5736,1646810768,47.74302,8.99896\n5737,1646810769,47.74302,8.99896\n5738,1646810770,47.74302,8.99896\n5739,1646810771,47.74302,8.99896\n5740,1646810772,47.74302,8.99896\n5741,1646810773,47.74302,8.99896\n5742,1646810774,47.74302,8.99896\n5743,1646810775,47.74302,8.99896\n5744,1646810776,47.74302,8.99896\n5745,1646810777,47.74302,8.99896\n5746,1646810778,47.74302,8.99896\n5747,1646810779,47.74302,8.99896\n5748,1646810780,47.74302,8.99896\n5749,1646810781,47.74302,8.99896\n5750,1646810782,47.74302,8.99896\n5751,1646810783,47.74302,8.99896\n5752,1646810784,47.74302,8.99896\n5753,1646810785,47.74302,8.99896\n5754,1646810786,47.74302,8.99896\n5755,1646810787,47.74302,8.99896\n5756,1646810788,47.74302,8.99896\n5757,1646810789,47.74302,8.99896\n5758,1646810790,47.74302,8.99896\n5759,1646810791,47.74302,8.99896\n5760,1646810792,47.74302,8.99896\n5761,1646810793,47.74302,8.99896\n5762,1646810794,47.74302,8.99896\n5763,1646810795,47.74302,8.99896\n5764,1646810796,47.74302,8.99896\n5765,1646810797,47.74302,8.99896\n5766,1646810798,47.74302,8.99896\n5767,1646810799,47.74302,8.99896\n5768,1646810800,47.74302,8.99896\n5769,1646810801,47.74302,8.99896\n5770,1646810802,47.74302,8.99896\n5771,1646810803,47.74302,8.99896\n5772,1646810804,47.74302,8.99896\n5773,1646810805,47.74302,8.99896\n5774,1646810806,47.74302,8.99896\n5775,1646810807,47.74302,8.99896\n5776,1646810808,47.74302,8.99896\n5777,1646810809,47.74302,8.99896\n5778,1646810810,47.74302,8.99896\n5779,1646810811,47.74302,8.99896\n5780,1646810812,47.74302,8.99896\n5781,1646810813,47.74302,8.99896\n5782,1646810814,47.74302,8.99896\n5783,1646810815,47.74302,8.99896\n5784,1646810816,47.74302,8.99896\n5785,1646810817,47.74302,8.99896\n5786,1646810818,47.74302,8.99896\n5787,1646810819,47.74302,8.99896\n5788,1646810820,47.74302,8.99896\n5789,1646810821,47.74302,8.99896\n5790,1646810822,47.74302,8.99896\n5791,1646810823,47.74302,8.99896\n5792,1646810824,47.74302,8.99896\n5793,1646810825,47.74302,8.99896\n5794,1646810826,47.74302,8.99896\n5795,1646810827,47.74302,8.99896\n5796,1646810828,47.74302,8.99896\n5797,1646810829,47.74302,8.99896\n5798,1646810830,47.74302,8.99896\n5799,1646810831,47.74302,8.99896\n5800,1646810832,47.74302,8.99896\n5801,1646810833,47.74302,8.99896\n5802,1646810834,47.74302,8.99896\n5803,1646810835,47.74302,8.99896\n5804,1646810836,47.74302,8.99896\n5805,1646810837,47.74302,8.99896\n5806,1646810838,47.74302,8.99896\n5807,1646810839,47.74302,8.99896\n5808,1646810840,47.74302,8.99896\n5809,1646810841,47.74302,8.99896\n5810,1646810842,47.74302,8.99896\n5811,1646810843,47.74302,8.99896\n5812,1646810844,47.74302,8.99896\n5813,1646810845,47.74302,8.99896\n5814,1646810846,47.74302,8.99896\n5815,1646810847,47.74302,8.99896\n5816,1646810848,47.74302,8.99896\n5817,1646810849,47.74302,8.99896\n5818,1646810850,47.74302,8.99897\n5819,1646810851,47.74302,8.99897\n5820,1646810852,47.74302,8.99897\n5821,1646810853,47.74302,8.99897\n5822,1646810854,47.74302,8.99897\n5823,1646810855,47.74302,8.99897\n5824,1646810856,47.74302,8.99897\n5825,1646810857,47.74302,8.99897\n5826,1646810858,47.74302,8.99897\n5827,1646810859,47.74302,8.99897\n5828,1646810860,47.74302,8.99897\n5829,1646810861,47.74302,8.99897\n5830,1646810862,47.74302,8.99897\n5831,1646810863,47.74302,8.99897\n5832,1646810864,47.74302,8.99897\n5833,1646810865,47.74302,8.99897\n5834,1646810866,47.74302,8.99897\n5835,1646810867,47.74302,8.99897\n5836,1646810868,47.74302,8.99897\n5837,1646810869,47.74302,8.99897\n5838,1646810870,47.74302,8.99897\n5839,1646810871,47.74302,8.99897\n5840,1646810872,47.74302,8.99897\n5841,1646810873,47.74302,8.99897\n5842,1646810874,47.74302,8.99897\n5843,1646810875,47.74302,8.99897\n5844,1646810876,47.74302,8.99897\n5845,1646810877,47.74302,8.99897\n5846,1646810878,47.74302,8.99897\n5847,1646810879,47.74302,8.99897\n5848,1646810880,47.74302,8.99897\n5849,1646810881,47.74302,8.99897\n5850,1646810882,47.74302,8.99897\n5851,1646810883,47.74302,8.99897\n5852,1646810884,47.74302,8.99897\n5853,1646810885,47.74302,8.99897\n5854,1646810886,47.74302,8.99897\n5855,1646810887,47.74302,8.99897\n5856,1646810888,47.74302,8.99897\n5857,1646810889,47.74302,8.99897\n5858,1646810890,47.74302,8.99897\n5859,1646810891,47.74302,8.99897\n5860,1646810892,47.74302,8.99897\n5861,1646810893,47.74302,8.99897\n5862,1646810894,47.74302,8.99897\n5863,1646810895,47.74302,8.99897\n5864,1646810896,47.74302,8.99897\n5865,1646810897,47.74302,8.99897\n5866,1646810898,47.74302,8.99897\n5867,1646810899,47.74302,8.99897\n5868,1646810900,47.74302,8.99897\n5869,1646810901,47.74302,8.99897\n5870,1646810902,47.74302,8.99897\n5871,1646810903,47.74302,8.99897\n5872,1646810904,47.74302,8.99897\n5873,1646810905,47.74302,8.99897\n5874,1646810906,47.74302,8.99897\n5875,1646810907,47.74302,8.99897\n5876,1646810908,47.74302,8.99897\n5877,1646810909,47.74302,8.99897\n5878,1646810910,47.74302,8.99897\n5879,1646810911,47.74302,8.99897\n5880,1646810912,47.74302,8.99897\n5881,1646810913,47.74302,8.99897\n5882,1646810914,47.74302,8.99897\n5883,1646810915,47.74302,8.99897\n5884,1646810916,47.74302,8.99897\n5885,1646810917,47.74302,8.99897\n5886,1646810918,47.74302,8.99897\n5887,1646810919,47.74302,8.99897\n5888,1646810920,47.74302,8.99897\n5889,1646810921,47.74302,8.99897\n5890,1646810922,47.74302,8.99897\n5891,1646810923,47.74302,8.99897\n5892,1646810924,47.74302,8.99897\n5893,1646810925,47.74302,8.99897\n5894,1646810926,47.74302,8.99897\n5895,1646810927,47.74302,8.99897\n5896,1646810928,47.74302,8.99897\n5897,1646810929,47.74302,8.99897\n5898,1646810930,47.74302,8.99897\n5899,1646810931,47.74302,8.99897\n5900,1646810932,47.74302,8.99897\n5901,1646810933,47.74302,8.99897\n5902,1646810934,47.74302,8.99897\n5903,1646810935,47.74302,8.99897\n5904,1646810936,47.74302,8.99897\n5905,1646810937,47.74302,8.99897\n5906,1646810938,47.74302,8.99897\n5907,1646810939,47.74302,8.99897\n5908,1646810940,47.74302,8.99897\n5909,1646810941,47.74302,8.99897\n5910,1646810942,47.74302,8.99897\n5911,1646810943,47.74302,8.99897\n5912,1646810944,47.74302,8.99897\n5913,1646810945,47.74302,8.99897\n5914,1646810946,47.74302,8.99897\n5915,1646810947,47.74302,8.99897\n5916,1646810948,47.74302,8.99897\n5917,1646810949,47.74302,8.99897\n5918,1646810950,47.74302,8.99897\n5919,1646810951,47.74302,8.99897\n5920,1646810952,47.74302,8.99897\n5921,1646810953,47.74302,8.99897\n5922,1646810954,47.74302,8.99897\n5923,1646810955,47.74302,8.99897\n5924,1646810956,47.74302,8.99897\n5925,1646810957,47.74302,8.99897\n5926,1646810958,47.74302,8.99897\n5927,1646810959,47.74302,8.99897\n5928,1646810960,47.74302,8.99897\n5929,1646810961,47.74302,8.99897\n5930,1646810962,47.74302,8.99897\n5931,1646810963,47.74302,8.99897\n5932,1646810964,47.74302,8.99897\n5933,1646810965,47.74302,8.99897\n5934,1646810966,47.74302,8.99897\n5935,1646810967,47.74302,8.99897\n5936,1646810968,47.74302,8.99897\n5937,1646810969,47.74302,8.99897\n5938,1646810970,47.74302,8.99897\n5939,1646810971,47.74302,8.99897\n5940,1646810972,47.74302,8.99897\n5941,1646810973,47.74302,8.99897\n5942,1646810974,47.74302,8.99897\n5943,1646810975,47.74302,8.99897\n5944,1646810976,47.74302,8.99897\n5945,1646810977,47.74302,8.99897\n5946,1646810978,47.74302,8.99897\n5947,1646810979,47.74302,8.99897\n5948,1646810980,47.74302,8.99897\n5949,1646810981,47.74302,8.99897\n5950,1646810982,47.74302,8.99897\n5951,1646810983,47.74302,8.99897\n5952,1646810984,47.74302,8.99897\n5953,1646810985,47.74302,8.99897\n5954,1646810986,47.74302,8.99897\n5955,1646810987,47.74302,8.99897\n5956,1646810988,47.74302,8.99897\n5957,1646810989,47.74302,8.99897\n5958,1646810990,47.74302,8.99897\n5959,1646810991,47.74302,8.99897\n5960,1646810992,47.74302,8.99897\n5961,1646810993,47.74302,8.99897\n5962,1646810994,47.74302,8.99897\n5963,1646810995,47.74302,8.99897\n5964,1646810996,47.74302,8.99897\n5965,1646810997,47.74302,8.99897\n5966,1646810998,47.74302,8.99897\n5967,1646810999,47.74302,8.99897\n5968,1646811000,47.74302,8.99897\n5969,1646811001,47.74302,8.99897\n5970,1646811002,47.74302,8.99897\n5971,1646811003,47.74302,8.99897\n5972,1646811004,47.74302,8.99897\n5973,1646811005,47.74302,8.99897\n5974,1646811006,47.74302,8.99897\n5975,1646811007,47.74302,8.99897\n5976,1646811008,47.74302,8.99897\n5977,1646811009,47.74302,8.99897\n5978,1646811010,47.74302,8.99897\n5979,1646811011,47.74302,8.99897\n5980,1646811012,47.74302,8.99897\n5981,1646811013,47.74302,8.99897\n5982,1646811014,47.74302,8.99897\n5983,1646811015,47.74302,8.99897\n5984,1646811016,47.74302,8.99897\n5985,1646811017,47.74302,8.99897\n5986,1646811018,47.74302,8.99897\n5987,1646811019,47.74302,8.99897\n5988,1646811020,47.74302,8.99897\n5989,1646811021,47.74302,8.99897\n5990,1646811022,47.74302,8.99897\n5991,1646811023,47.74302,8.99897\n5992,1646811024,47.74302,8.99897\n5993,1646811025,47.74302,8.99897\n5994,1646811026,47.74302,8.99897\n5995,1646811027,47.74302,8.99897\n5996,1646811028,47.74302,8.99897\n5997,1646811029,47.74302,8.99897\n5998,1646811030,47.74302,8.99897\n5999,1646811031,47.74302,8.99897\n6000,1646811032,47.74302,8.99897\n6001,1646811033,47.74302,8.99897\n6002,1646811034,47.74302,8.99897\n6003,1646811035,47.74302,8.99897\n6004,1646811036,47.74302,8.99897\n6005,1646811037,47.74302,8.99897\n6006,1646811038,47.74302,8.99897\n6007,1646811039,47.74302,8.99897\n6008,1646811040,47.74302,8.99897\n6009,1646811041,47.74302,8.99897\n6010,1646811042,47.74302,8.99897\n6011,1646811043,47.74302,8.99897\n6012,1646811044,47.74302,8.99897\n6013,1646811045,47.74302,8.99897\n6014,1646811046,47.74302,8.99897\n6015,1646811047,47.74302,8.99897\n6016,1646811048,47.74302,8.99897\n6017,1646811049,47.74302,8.99897\n6018,1646811050,47.74302,8.99897\n6019,1646811051,47.74302,8.99897\n6020,1646811052,47.74302,8.99897\n6021,1646811053,47.74302,8.99897\n6022,1646811054,47.74302,8.99897\n6023,1646811055,47.74302,8.99897\n6024,1646811056,47.74302,8.99897\n6025,1646811057,47.74302,8.99897\n6026,1646811058,47.74302,8.99897\n6027,1646811059,47.74302,8.99897\n6028,1646811060,47.74302,8.99897\n6029,1646811061,47.74302,8.99897\n6030,1646811062,47.74302,8.99897\n6031,1646811063,47.74302,8.99897\n6032,1646811064,47.74302,8.99897\n6033,1646811065,47.74302,8.99897\n6034,1646811066,47.74302,8.99897\n6035,1646811067,47.74302,8.99897\n6036,1646811068,47.74302,8.99897\n6037,1646811069,47.74302,8.99897\n6038,1646811070,47.74302,8.99897\n6039,1646811071,47.74302,8.99897\n6040,1646811072,47.74302,8.99897\n6041,1646811073,47.74302,8.99897\n6042,1646811074,47.74302,8.99897\n6043,1646811075,47.74302,8.99897\n6044,1646811076,47.74302,8.99897\n6045,1646811077,47.74302,8.99897\n6046,1646811078,47.74302,8.99897\n6047,1646811079,47.74302,8.99897\n6048,1646811080,47.74302,8.99897\n6049,1646811081,47.74302,8.99897\n6050,1646811082,47.74302,8.99897\n6051,1646811083,47.74301,8.99897\n6052,1646811084,47.74301,8.99897\n6053,1646811085,47.74301,8.99897\n6054,1646811086,47.74301,8.99897\n6055,1646811087,47.74301,8.99897\n6056,1646811088,47.74301,8.99897\n6057,1646811089,47.74301,8.99897\n6058,1646811090,47.74301,8.99897\n6059,1646811091,47.74301,8.99897\n6060,1646811092,47.74301,8.99897\n6061,1646811093,47.74301,8.99897\n6062,1646811094,47.74301,8.99897\n6063,1646811095,47.74301,8.99897\n6064,1646811096,47.74301,8.99897\n6065,1646811097,47.74301,8.99897\n6066,1646811098,47.74301,8.99897\n6067,1646811099,47.74301,8.99897\n6068,1646811100,47.74301,8.99897\n6069,1646811101,47.74301,8.99897\n6070,1646811102,47.74301,8.99897\n6071,1646811103,47.74301,8.99897\n6072,1646811104,47.74301,8.99897\n6073,1646811105,47.74301,8.99897\n6074,1646811106,47.74301,8.99897\n6075,1646811107,47.74301,8.99897\n6076,1646811108,47.74301,8.99897\n6077,1646811109,47.74301,8.99897\n6078,1646811110,47.74301,8.99897\n6079,1646811111,47.74301,8.99897\n6080,1646811112,47.74301,8.99897\n6081,1646811113,47.74301,8.99897\n6082,1646811114,47.74301,8.99897\n6083,1646811115,47.74301,8.99897\n6084,1646811116,47.74301,8.99897\n6085,1646811117,47.74301,8.99897\n6086,1646811118,47.74301,8.99897\n6087,1646811119,47.74301,8.99897\n6088,1646811120,47.74301,8.99897\n6089,1646811121,47.74301,8.99897\n6090,1646811122,47.74301,8.99897\n6091,1646811123,47.74301,8.99897\n6092,1646811124,47.74301,8.99897\n6093,1646811125,47.74301,8.99897\n6094,1646811126,47.74301,8.99897\n6095,1646811127,47.74301,8.99897\n6096,1646811128,47.74301,8.99897\n6097,1646811129,47.74301,8.99897\n6098,1646811130,47.74301,8.99897\n6099,1646811131,47.74301,8.99897\n6100,1646811132,47.74301,8.99897\n6101,1646811133,47.74301,8.99897\n6102,1646811134,47.74301,8.99897\n6103,1646811135,47.74301,8.99897\n6104,1646811136,47.74301,8.99897\n6105,1646811137,47.74301,8.99897\n6106,1646811138,47.74301,8.99897\n6107,1646811139,47.74301,8.99897\n6108,1646811140,47.74301,8.99897\n6109,1646811141,47.74301,8.99897\n6110,1646811142,47.74301,8.99897\n6111,1646811143,47.74301,8.99897\n6112,1646811144,47.74301,8.99897\n6113,1646811145,47.74301,8.99897\n6114,1646811146,47.74301,8.99897\n6115,1646811147,47.74301,8.99897\n6116,1646811148,47.74301,8.99897\n6117,1646811149,47.74301,8.99897\n6118,1646811150,47.74301,8.99897\n6119,1646811151,47.74301,8.99897\n6120,1646811152,47.74301,8.99897\n6121,1646811153,47.74301,8.99897\n6122,1646811154,47.74301,8.99897\n6123,1646811155,47.74301,8.99897\n6124,1646811156,47.74301,8.99897\n6125,1646811157,47.74301,8.99897\n6126,1646811158,47.74301,8.99897\n6127,1646811159,47.74301,8.99897\n6128,1646811160,47.74301,8.99897\n6129,1646811161,47.74301,8.99897\n6130,1646811162,47.74301,8.99897\n6131,1646811163,47.74301,8.99897\n6132,1646811164,47.74301,8.99897\n6133,1646811165,47.74301,8.99897\n6134,1646811166,47.74301,8.99897\n6135,1646811167,47.74301,8.99897\n6136,1646811168,47.74301,8.99897\n6137,1646811169,47.74301,8.99897\n6138,1646811170,47.74301,8.99897\n6139,1646811171,47.74301,8.99897\n6140,1646811172,47.74301,8.99897\n6141,1646811173,47.74301,8.99897\n6142,1646811174,47.74301,8.99897\n6143,1646811175,47.74301,8.99897\n6144,1646811176,47.74301,8.99897\n6145,1646811177,47.74301,8.99897\n6146,1646811178,47.74301,8.99897\n6147,1646811179,47.74301,8.99897\n6148,1646811180,47.74301,8.99897\n6149,1646811181,47.74301,8.99897\n6150,1646811182,47.74301,8.99897\n6151,1646811183,47.74301,8.99897\n6152,1646811184,47.74301,8.99897\n6153,1646811185,47.74301,8.99897\n6154,1646811186,47.74301,8.99897\n6155,1646811187,47.74301,8.99897\n6156,1646811188,47.74301,8.99897\n6157,1646811189,47.74301,8.99897\n6158,1646811190,47.74301,8.99897\n6159,1646811191,47.74301,8.99897\n6160,1646811192,47.74301,8.99897\n6161,1646811193,47.74301,8.99897\n6162,1646811194,47.74301,8.99897\n6163,1646811195,47.74301,8.99897\n6164,1646811196,47.74301,8.99897\n6165,1646811197,47.74301,8.99897\n6166,1646811198,47.74301,8.99897\n6167,1646811199,47.74301,8.99897\n6168,1646811200,47.74301,8.99897\n6169,1646811201,47.74301,8.99897\n6170,1646811202,47.74301,8.99897\n6171,1646811203,47.74301,8.99897\n6172,1646811204,47.74301,8.99897\n6173,1646811205,47.74301,8.99897\n6174,1646811206,47.74301,8.99897\n6175,1646811207,47.74301,8.99897\n6176,1646811208,47.74301,8.99897\n6177,1646811209,47.74301,8.99897\n6178,1646811210,47.74301,8.99897\n6179,1646811211,47.74301,8.99897\n6180,1646811212,47.74301,8.99897\n6181,1646811213,47.74301,8.99897\n6182,1646811214,47.74301,8.99897\n6183,1646811215,47.74301,8.99897\n6184,1646811216,47.74301,8.99897\n6185,1646811217,47.74301,8.99897\n6186,1646811218,47.74301,8.99897\n6187,1646811219,47.74301,8.99897\n6188,1646811220,47.74301,8.99897\n6189,1646811221,47.74301,8.99897\n6190,1646811222,47.74301,8.99897\n6191,1646811223,47.74301,8.99897\n6192,1646811224,47.74301,8.99897\n6193,1646811225,47.74301,8.99897\n6194,1646811226,47.74301,8.99897\n6195,1646811227,47.74301,8.99897\n6196,1646811228,47.74301,8.99897\n6197,1646811229,47.74301,8.99897\n6198,1646811230,47.74301,8.99897\n6199,1646811231,47.74301,8.99897\n6200,1646811232,47.74301,8.99897\n6201,1646811233,47.74301,8.99897\n6202,1646811234,47.74301,8.99897\n6203,1646811235,47.74301,8.99897\n6204,1646811236,47.74301,8.99897\n6205,1646811237,47.74301,8.99897\n6206,1646811238,47.74301,8.99897\n6207,1646811239,47.74301,8.99897\n6208,1646811240,47.74301,8.99897\n6209,1646811241,47.74301,8.99897\n6210,1646811242,47.74301,8.99897\n6211,1646811243,47.74301,8.99897\n6212,1646811244,47.74301,8.99897\n6213,1646811245,47.74301,8.99897\n6214,1646811246,47.74301,8.99897\n6215,1646811247,47.74301,8.99897\n6216,1646811248,47.74301,8.99897\n6217,1646811249,47.74301,8.99897\n6218,1646811250,47.74301,8.99897\n6219,1646811251,47.74301,8.99897\n6220,1646811252,47.74301,8.99897\n6221,1646811253,47.74301,8.99897\n6222,1646811254,47.74301,8.99897\n6223,1646811255,47.74301,8.99897\n6224,1646811256,47.74301,8.99897\n6225,1646811257,47.74301,8.99897\n6226,1646811258,47.74301,8.99897\n6227,1646811259,47.74301,8.99897\n6228,1646811260,47.74301,8.99897\n6229,1646811261,47.74301,8.99897\n6230,1646811262,47.74301,8.99897\n6231,1646811263,47.74301,8.99897\n6232,1646811264,47.74301,8.99897\n6233,1646811265,47.74301,8.99897\n6234,1646811266,47.74301,8.99897\n6235,1646811267,47.74301,8.99897\n6236,1646811268,47.74301,8.99897\n6237,1646811269,47.74301,8.99897\n6238,1646811270,47.74301,8.99897\n6239,1646811271,47.74301,8.99897\n6240,1646811272,47.74301,8.99897\n6241,1646811273,47.74301,8.99897\n6242,1646811274,47.74301,8.99897\n6243,1646811275,47.74301,8.99897\n6244,1646811276,47.74301,8.99897\n6245,1646811277,47.74301,8.99897\n6246,1646811278,47.74301,8.99897\n6247,1646811279,47.74301,8.99897\n6248,1646811280,47.74301,8.99897\n6249,1646811281,47.74301,8.99897\n6250,1646811282,47.74301,8.99897\n6251,1646811283,47.74301,8.99897\n6252,1646811284,47.74301,8.99897\n6253,1646811285,47.74301,8.99897\n6254,1646811286,47.74301,8.99897\n6255,1646811287,47.74301,8.99897\n6256,1646811288,47.74301,8.99897\n6257,1646811289,47.74301,8.99897\n6258,1646811290,47.74301,8.99897\n6259,1646811291,47.74301,8.99897\n6260,1646811292,47.74301,8.99897\n6261,1646811293,47.74301,8.99897\n6262,1646811294,47.74301,8.99897\n6263,1646811295,47.74301,8.99897\n6264,1646811296,47.74301,8.99897\n6265,1646811297,47.74301,8.99897\n6266,1646811298,47.74301,8.99897\n6267,1646811299,47.74301,8.99897\n6268,1646811300,47.74301,8.99897\n6269,1646811301,47.74301,8.99897\n6270,1646811302,47.74301,8.99897\n6271,1646811303,47.74301,8.99897\n6272,1646811304,47.74301,8.99897\n6273,1646811305,47.74301,8.99897\n6274,1646811306,47.74301,8.99897\n6275,1646811307,47.74301,8.99897\n6276,1646811308,47.74301,8.99897\n6277,1646811309,47.74301,8.99897\n6278,1646811310,47.74301,8.99897\n6279,1646811311,47.74301,8.99897\n6280,1646811312,47.74301,8.99897\n6281,1646811313,47.74301,8.99897\n6282,1646811314,47.74301,8.99897\n6283,1646811315,47.74301,8.99897\n6284,1646811316,47.74301,8.99897\n6285,1646811317,47.74301,8.99897\n6286,1646811318,47.74301,8.99897\n6287,1646811319,47.74301,8.99897\n6288,1646811320,47.74301,8.99897\n6289,1646811321,47.74301,8.99897\n6290,1646811322,47.74301,8.99897\n6291,1646811323,47.74301,8.99897\n6292,1646811324,47.74301,8.99897\n6293,1646811325,47.74301,8.99897\n6294,1646811326,47.74301,8.99897\n6295,1646811327,47.74301,8.99897\n6296,1646811328,47.74301,8.99897\n6297,1646811329,47.74301,8.99897\n6298,1646811330,47.74301,8.99897\n6299,1646811331,47.74301,8.99897\n6300,1646811332,47.74301,8.99897\n6301,1646811333,47.74301,8.99897\n6302,1646811334,47.74301,8.99897\n6303,1646811335,47.74301,8.99897\n6304,1646811336,47.74301,8.99897\n6305,1646811337,47.74301,8.99897\n6306,1646811338,47.74301,8.99897\n6307,1646811339,47.74301,8.99897\n6308,1646811340,47.74301,8.99897\n6309,1646811341,47.74301,8.99897\n6310,1646811342,47.74301,8.99897\n6311,1646811343,47.74301,8.99897\n6312,1646811344,47.74301,8.99897\n6313,1646811345,47.74301,8.99897\n6314,1646811346,47.74301,8.99897\n6315,1646811347,47.74301,8.99897\n6316,1646811348,47.74301,8.99897\n6317,1646811349,47.74301,8.99897\n6318,1646811350,47.74301,8.99897\n6319,1646811351,47.74301,8.99897\n6320,1646811352,47.74301,8.99897\n6321,1646811353,47.74301,8.99897\n6322,1646811354,47.74301,8.99897\n6323,1646811355,47.74301,8.99897\n6324,1646811356,47.74301,8.99897\n6325,1646811357,47.74301,8.99897\n6326,1646811358,47.74301,8.99897\n6327,1646811359,47.74301,8.99897\n6328,1646811360,47.74301,8.99897\n6329,1646811361,47.74301,8.99897\n6330,1646811362,47.74301,8.99897\n6331,1646811363,47.74301,8.99897\n6332,1646811364,47.74301,8.99897\n6333,1646811365,47.74301,8.99897\n6334,1646811366,47.74301,8.99897\n6335,1646811367,47.74301,8.99897\n6336,1646811368,47.74300,8.99897\n6337,1646811369,47.74301,8.99897\n6338,1646811370,47.74301,8.99897\n6339,1646811371,47.74301,8.99897\n6340,1646811372,47.74300,8.99897\n6341,1646811373,47.74300,8.99897\n6342,1646811374,47.74300,8.99897\n6343,1646811375,47.74300,8.99897\n6344,1646811376,47.74300,8.99897\n6345,1646811377,47.74300,8.99897\n6346,1646811378,47.74300,8.99897\n6347,1646811379,47.74300,8.99897\n6348,1646811380,47.74300,8.99897\n6349,1646811381,47.74300,8.99897\n6350,1646811382,47.74300,8.99897\n6351,1646811383,47.74301,8.99897\n6352,1646811384,47.74300,8.99897\n6353,1646811385,47.74300,8.99897\n6354,1646811386,47.74301,8.99897\n6355,1646811387,47.74301,8.99898\n6356,1646811388,47.74301,8.99898\n6357,1646811389,47.74301,8.99898\n6358,1646811390,47.74301,8.99898\n6359,1646811391,47.74301,8.99898\n6360,1646811392,47.74301,8.99898\n6361,1646811393,47.74301,8.99898\n6362,1646811394,47.74301,8.99898\n6363,1646811395,47.74301,8.99898\n6364,1646811396,47.74301,8.99898\n6365,1646811397,47.74301,8.99898\n6366,1646811398,47.74301,8.99898\n6367,1646811399,47.74301,8.99898\n6368,1646811400,47.74301,8.99898\n6369,1646811401,47.74301,8.99898\n6370,1646811402,47.74301,8.99898\n6371,1646811403,47.74301,8.99898\n6372,1646811404,47.74301,8.99898\n6373,1646811405,47.74301,8.99898\n6374,1646811406,47.74301,8.99898\n6375,1646811407,47.74302,8.99898\n6376,1646811408,47.74302,8.99898\n6377,1646811409,47.74302,8.99898\n6378,1646811410,47.74302,8.99898\n6379,1646811411,47.74302,8.99898\n6380,1646811412,47.74302,8.99898\n6381,1646811413,47.74302,8.99898\n6382,1646811414,47.74302,8.99898\n6383,1646811415,47.74302,8.99898\n6384,1646811416,47.74302,8.99898\n6385,1646811417,47.74302,8.99898\n6386,1646811418,47.74302,8.99898\n6387,1646811419,47.74302,8.99898\n6388,1646811420,47.74302,8.99898\n6389,1646811421,47.74302,8.99898\n6390,1646811422,47.74302,8.99898\n6391,1646811423,47.74302,8.99898\n6392,1646811424,47.74302,8.99898\n6393,1646811425,47.74302,8.99898\n6394,1646811426,47.74302,8.99898\n6395,1646811427,47.74302,8.99898\n6396,1646811428,47.74302,8.99898\n6397,1646811429,47.74302,8.99898\n6398,1646811430,47.74302,8.99898\n6399,1646811431,47.74302,8.99898\n6400,1646811432,47.74302,8.99898\n6401,1646811433,47.74302,8.99898\n6402,1646811434,47.74302,8.99898\n6403,1646811435,47.74302,8.99898\n6404,1646811436,47.74302,8.99898\n6405,1646811437,47.74302,8.99898\n6406,1646811438,47.74302,8.99898\n6407,1646811439,47.74302,8.99898\n6408,1646811440,47.74302,8.99898\n6409,1646811441,47.74302,8.99898\n6410,1646811442,47.74302,8.99898\n6411,1646811443,47.74302,8.99898\n6412,1646811444,47.74302,8.99898\n6413,1646811445,47.74302,8.99898\n6414,1646811446,47.74302,8.99898\n6415,1646811447,47.74302,8.99898\n6416,1646811448,47.74302,8.99898\n6417,1646811449,47.74302,8.99898\n6418,1646811450,47.74302,8.99898\n6419,1646811451,47.74302,8.99898\n6420,1646811452,47.74302,8.99898\n6421,1646811453,47.74302,8.99898\n6422,1646811454,47.74302,8.99898\n6423,1646811455,47.74302,8.99898\n6424,1646811456,47.74302,8.99898\n6425,1646811457,47.74302,8.99898\n6426,1646811458,47.74302,8.99898\n6427,1646811459,47.74302,8.99898\n6428,1646811460,47.74302,8.99898\n6429,1646811461,47.74302,8.99898\n6430,1646811462,47.74302,8.99898\n6431,1646811463,47.74302,8.99898\n6432,1646811464,47.74302,8.99898\n6433,1646811465,47.74302,8.99898\n6434,1646811466,47.74302,8.99898\n6435,1646811467,47.74302,8.99898\n6436,1646811468,47.74302,8.99898\n6437,1646811469,47.74302,8.99898\n6438,1646811470,47.74302,8.99898\n6439,1646811471,47.74302,8.99898\n6440,1646811472,47.74302,8.99898\n6441,1646811473,47.74302,8.99898\n6442,1646811474,47.74302,8.99898\n6443,1646811475,47.74302,8.99898\n6444,1646811476,47.74302,8.99898\n6445,1646811477,47.74302,8.99898\n6446,1646811478,47.74302,8.99898\n6447,1646811479,47.74302,8.99898\n6448,1646811480,47.74302,8.99898\n6449,1646811481,47.74302,8.99898\n6450,1646811482,47.74302,8.99898\n6451,1646811483,47.74302,8.99898\n6452,1646811484,47.74302,8.99898\n6453,1646811485,47.74302,8.99898\n6454,1646811486,47.74302,8.99898\n6455,1646811487,47.74302,8.99898\n6456,1646811488,47.74302,8.99898\n6457,1646811489,47.74302,8.99898\n6458,1646811490,47.74302,8.99898\n6459,1646811491,47.74302,8.99898\n6460,1646811492,47.74302,8.99898\n6461,1646811493,47.74302,8.99898\n6462,1646811494,47.74302,8.99898\n6463,1646811495,47.74302,8.99898\n6464,1646811496,47.74302,8.99898\n6465,1646811497,47.74302,8.99898\n6466,1646811498,47.74302,8.99898\n6467,1646811499,47.74302,8.99898\n6468,1646811500,47.74302,8.99898\n6469,1646811501,47.74302,8.99898\n6470,1646811502,47.74302,8.99898\n6471,1646811503,47.74302,8.99898\n6472,1646811504,47.74302,8.99898\n6473,1646811505,47.74302,8.99898\n6474,1646811506,47.74302,8.99898\n6475,1646811507,47.74302,8.99898\n6476,1646811508,47.74302,8.99898\n6477,1646811509,47.74302,8.99898\n6478,1646811510,47.74302,8.99898\n6479,1646811511,47.74302,8.99898\n6480,1646811512,47.74302,8.99898\n6481,1646811513,47.74302,8.99898\n6482,1646811514,47.74302,8.99898\n6483,1646811515,47.74302,8.99898\n6484,1646811516,47.74302,8.99898\n6485,1646811517,47.74302,8.99898\n6486,1646811518,47.74302,8.99898\n6487,1646811519,47.74302,8.99898\n6488,1646811520,47.74302,8.99898\n6489,1646811521,47.74302,8.99898\n6490,1646811522,47.74302,8.99898\n6491,1646811523,47.74302,8.99898\n6492,1646811524,47.74302,8.99898\n6493,1646811525,47.74302,8.99898\n6494,1646811526,47.74302,8.99898\n6495,1646811527,47.74302,8.99898\n6496,1646811528,47.74302,8.99899\n6497,1646811529,47.74302,8.99899\n6498,1646811530,47.74302,8.99899\n6499,1646811531,47.74302,8.99898\n6500,1646811532,47.74302,8.99898\n6501,1646811533,47.74302,8.99898\n6502,1646811534,47.74302,8.99899\n6503,1646811535,47.74302,8.99899\n6504,1646811536,47.74302,8.99899\n6505,1646811537,47.74302,8.99899\n6506,1646811538,47.74302,8.99899\n6507,1646811539,47.74302,8.99899\n6508,1646811540,47.74302,8.99899\n6509,1646811541,47.74302,8.99899\n6510,1646811542,47.74302,8.99899\n6511,1646811543,47.74302,8.99899\n6512,1646811544,47.74302,8.99899\n6513,1646811545,47.74302,8.99899\n6514,1646811546,47.74302,8.99899\n6515,1646811547,47.74302,8.99899\n6516,1646811548,47.74302,8.99899\n6517,1646811549,47.74302,8.99899\n6518,1646811550,47.74302,8.99899\n6519,1646811551,47.74302,8.99899\n6520,1646811552,47.74302,8.99899\n6521,1646811553,47.74302,8.99899\n6522,1646811554,47.74302,8.99899\n6523,1646811555,47.74302,8.99899\n6524,1646811556,47.74302,8.99899\n6525,1646811557,47.74302,8.99899\n6526,1646811558,47.74302,8.99899\n6527,1646811559,47.74302,8.99899\n6528,1646811560,47.74302,8.99899\n6529,1646811561,47.74302,8.99899\n6530,1646811562,47.74302,8.99899\n6531,1646811563,47.74302,8.99899\n6532,1646811564,47.74302,8.99899\n6533,1646811565,47.74302,8.99899\n6534,1646811566,47.74302,8.99899\n6535,1646811567,47.74302,8.99899\n6536,1646811568,47.74302,8.99899\n6537,1646811569,47.74302,8.99899\n6538,1646811570,47.74302,8.99899\n6539,1646811571,47.74302,8.99899\n6540,1646811572,47.74302,8.99899\n6541,1646811573,47.74302,8.99899\n6542,1646811574,47.74302,8.99899\n6543,1646811575,47.74302,8.99899\n6544,1646811576,47.74302,8.99899\n6545,1646811577,47.74302,8.99899\n6546,1646811578,47.74302,8.99899\n6547,1646811579,47.74302,8.99899\n6548,1646811580,47.74302,8.99899\n6549,1646811581,47.74302,8.99899\n6550,1646811582,47.74302,8.99899\n6551,1646811583,47.74302,8.99899\n6552,1646811584,47.74302,8.99899\n6553,1646811585,47.74302,8.99899\n6554,1646811586,47.74302,8.99899\n6555,1646811587,47.74302,8.99899\n6556,1646811588,47.74302,8.99899\n6557,1646811589,47.74302,8.99899\n6558,1646811590,47.74302,8.99899\n6559,1646811591,47.74302,8.99899\n6560,1646811592,47.74302,8.99899\n6561,1646811593,47.74302,8.99899\n6562,1646811594,47.74302,8.99899\n6563,1646811595,47.74302,8.99899\n6564,1646811596,47.74302,8.99899\n6565,1646811597,47.74302,8.99899\n6566,1646811598,47.74302,8.99899\n6567,1646811599,47.74302,8.99899\n6568,1646811600,47.74302,8.99899\n6569,1646811601,47.74302,8.99898\n6570,1646811602,47.74302,8.99898\n6571,1646811603,47.74302,8.99898\n6572,1646811604,47.74303,8.99898\n6573,1646811605,47.74302,8.99898\n6574,1646811606,47.74303,8.99898\n6575,1646811607,47.74303,8.99898\n6576,1646811608,47.74303,8.99898\n6577,1646811609,47.74303,8.99898\n6578,1646811610,47.74303,8.99898\n6579,1646811611,47.74303,8.99898\n6580,1646811612,47.74303,8.99898\n6581,1646811613,47.74303,8.99898\n6582,1646811614,47.74303,8.99897\n6583,1646811615,47.74303,8.99897\n6584,1646811616,47.74303,8.99897\n6585,1646811617,47.74303,8.99897\n6586,1646811618,47.74303,8.99897\n6587,1646811619,47.74303,8.99897\n6588,1646811620,47.74303,8.99897\n6589,1646811621,47.74303,8.99897\n6590,1646811622,47.74303,8.99897\n6591,1646811623,47.74303,8.99897\n6592,1646811624,47.74303,8.99897\n6593,1646811625,47.74303,8.99897\n6594,1646811626,47.74303,8.99897\n6595,1646811627,47.74303,8.99897\n6596,1646811628,47.74303,8.99897\n6597,1646811629,47.74303,8.99897\n6598,1646811630,47.74303,8.99897\n6599,1646811631,47.74303,8.99897\n6600,1646811632,47.74302,8.99897\n6601,1646811633,47.74303,8.99897\n6602,1646811634,47.74303,8.99897\n6603,1646811635,47.74303,8.99897\n6604,1646811636,47.74303,8.99897\n6605,1646811637,47.74303,8.99897\n6606,1646811638,47.74303,8.99897\n6607,1646811639,47.74303,8.99897\n6608,1646811640,47.74304,8.99897\n6609,1646811641,47.74304,8.99898\n6610,1646811642,47.74304,8.99898\n6611,1646811643,47.74304,8.99898\n6612,1646811644,47.74304,8.99898\n6613,1646811645,47.74304,8.99898\n6614,1646811646,47.74304,8.99898\n6615,1646811647,47.74304,8.99898\n6616,1646811648,47.74304,8.99898\n6617,1646811649,47.74304,8.99898\n6618,1646811650,47.74305,8.99898\n6619,1646811651,47.74305,8.99898\n6620,1646811652,47.74305,8.99899\n6621,1646811653,47.74305,8.99899\n6622,1646811654,47.74305,8.99899\n6623,1646811655,47.74305,8.99899\n6624,1646811656,47.74305,8.99899\n6625,1646811657,47.74305,8.99899\n6626,1646811658,47.74305,8.99899\n6627,1646811659,47.74305,8.99899\n6628,1646811660,47.74305,8.99899\n6629,1646811661,47.74305,8.99900\n6630,1646811662,47.74305,8.99900\n6631,1646811663,47.74306,8.99900\n6632,1646811664,47.74306,8.99900\n6633,1646811665,47.74306,8.99900\n6634,1646811666,47.74306,8.99900\n6635,1646811667,47.74307,8.99900\n6636,1646811668,47.74307,8.99900\n6637,1646811669,47.74307,8.99900\n6638,1646811670,47.74307,8.99900\n6639,1646811671,47.74307,8.99900\n6640,1646811672,47.74307,8.99900\n6641,1646811673,47.74307,8.99900\n6642,1646811674,47.74307,8.99900\n6643,1646811675,47.74307,8.99900\n6644,1646811676,47.74307,8.99900\n6645,1646811677,47.74307,8.99900\n6646,1646811678,47.74307,8.99900\n6647,1646811679,47.74307,8.99900\n6648,1646811680,47.74307,8.99900\n6649,1646811681,47.74307,8.99900\n6650,1646811682,47.74307,8.99900\n6651,1646811683,47.74307,8.99899\n6652,1646811684,47.74307,8.99899\n6653,1646811685,47.74307,8.99899\n6654,1646811686,47.74307,8.99899\n6655,1646811687,47.74307,8.99899\n6656,1646811688,47.74307,8.99899\n6657,1646811689,47.74307,8.99899\n6658,1646811690,47.74307,8.99899\n6659,1646811691,47.74307,8.99899\n6660,1646811692,47.74307,8.99899\n6661,1646811693,47.74307,8.99899\n6662,1646811694,47.74307,8.99899\n6663,1646811695,47.74307,8.99899\n6664,1646811696,47.74307,8.99899\n6665,1646811697,47.74307,8.99899\n6666,1646811698,47.74307,8.99899\n6667,1646811699,47.74307,8.99899\n6668,1646811700,47.74307,8.99899\n6669,1646811701,47.74307,8.99899\n6670,1646811702,47.74307,8.99899\n6671,1646811703,47.74307,8.99899\n6672,1646811704,47.74307,8.99899\n6673,1646811705,47.74307,8.99899\n6674,1646811706,47.74307,8.99899\n6675,1646811707,47.74307,8.99899\n6676,1646811708,47.74307,8.99899\n6677,1646811709,47.74307,8.99899\n6678,1646811710,47.74307,8.99899\n6679,1646811711,47.74307,8.99899\n6680,1646811712,47.74307,8.99899\n6681,1646811713,47.74307,8.99899\n6682,1646811714,47.74307,8.99899\n6683,1646811715,47.74307,8.99899\n6684,1646811716,47.74307,8.99899\n6685,1646811717,47.74307,8.99899\n6686,1646811718,47.74307,8.99899\n6687,1646811719,47.74307,8.99899\n6688,1646811720,47.74307,8.99899\n6689,1646811721,47.74307,8.99899\n6690,1646811722,47.74307,8.99899\n6691,1646811723,47.74307,8.99899\n6692,1646811724,47.74307,8.99899\n6693,1646811725,47.74307,8.99899\n6694,1646811726,47.74307,8.99899\n6695,1646811727,47.74307,8.99899\n6696,1646811728,47.74307,8.99899\n6697,1646811729,47.74307,8.99899\n6698,1646811730,47.74307,8.99899\n6699,1646811731,47.74307,8.99899\n6700,1646811732,47.74307,8.99899\n6701,1646811733,47.74307,8.99899\n6702,1646811734,47.74307,8.99899\n6703,1646811735,47.74307,8.99899\n6704,1646811736,47.74307,8.99899\n6705,1646811737,47.74307,8.99899\n6706,1646811738,47.74307,8.99899\n6707,1646811739,47.74307,8.99899\n6708,1646811740,47.74307,8.99899\n6709,1646811741,47.74307,8.99899\n6710,1646811742,47.74307,8.99899\n6711,1646811743,47.74307,8.99899\n6712,1646811744,47.74307,8.99899\n6713,1646811745,47.74307,8.99899\n6714,1646811746,47.74307,8.99899\n6715,1646811747,47.74307,8.99899\n6716,1646811748,47.74307,8.99899\n6717,1646811749,47.74307,8.99899\n6718,1646811750,47.74307,8.99899\n6719,1646811751,47.74307,8.99899\n6720,1646811752,47.74307,8.99899\n6721,1646811753,47.74307,8.99899\n6722,1646811754,47.74307,8.99899\n6723,1646811755,47.74307,8.99899\n6724,1646811756,47.74307,8.99899\n6725,1646811757,47.74307,8.99899\n6726,1646811758,47.74307,8.99899\n6727,1646811759,47.74307,8.99899\n6728,1646811760,47.74307,8.99899\n6729,1646811761,47.74307,8.99899\n6730,1646811762,47.74307,8.99899\n6731,1646811763,47.74307,8.99899\n6732,1646811764,47.74307,8.99899\n6733,1646811765,47.74307,8.99899\n6734,1646811766,47.74307,8.99899\n6735,1646811767,47.74307,8.99899\n6736,1646811768,47.74307,8.99899\n6737,1646811769,47.74307,8.99899\n6738,1646811770,47.74307,8.99899\n6739,1646811771,47.74307,8.99899\n6740,1646811772,47.74307,8.99899\n6741,1646811773,47.74307,8.99899\n6742,1646811774,47.74307,8.99899\n6743,1646811775,47.74307,8.99899\n6744,1646811776,47.74307,8.99899\n6745,1646811777,47.74307,8.99899\n6746,1646811778,47.74307,8.99899\n6747,1646811779,47.74307,8.99899\n6748,1646811780,47.74307,8.99899\n6749,1646811781,47.74307,8.99899\n6750,1646811782,47.74307,8.99899\n6751,1646811783,47.74307,8.99899\n6752,1646811784,47.74307,8.99899\n6753,1646811785,47.74307,8.99899\n6754,1646811786,47.74307,8.99899\n6755,1646811787,47.74307,8.99899\n6756,1646811788,47.74307,8.99899\n6757,1646811789,47.74307,8.99899\n6758,1646811790,47.74307,8.99899\n6759,1646811791,47.74307,8.99899\n6760,1646811792,47.74307,8.99899\n6761,1646811793,47.74307,8.99899\n6762,1646811794,47.74307,8.99899\n6763,1646811795,47.74307,8.99899\n6764,1646811796,47.74307,8.99899\n6765,1646811797,47.74306,8.99899\n6766,1646811798,47.74306,8.99899\n6767,1646811799,47.74306,8.99899\n6768,1646811800,47.74306,8.99899\n6769,1646811801,47.74306,8.99899\n6770,1646811802,47.74306,8.99899\n6771,1646811803,47.74306,8.99899\n6772,1646811804,47.74306,8.99899\n6773,1646811805,47.74306,8.99899\n6774,1646811806,47.74306,8.99899\n6775,1646811807,47.74306,8.99899\n6776,1646811808,47.74306,8.99899\n6777,1646811809,47.74306,8.99899\n6778,1646811810,47.74306,8.99899\n6779,1646811811,47.74306,8.99899\n6780,1646811812,47.74306,8.99899\n6781,1646811813,47.74306,8.99899\n6782,1646811814,47.74306,8.99899\n6783,1646811815,47.74306,8.99899\n6784,1646811816,47.74306,8.99899\n6785,1646811817,47.74306,8.99899\n6786,1646811818,47.74306,8.99899\n6787,1646811819,47.74306,8.99899\n6788,1646811820,47.74306,8.99899\n6789,1646811821,47.74306,8.99899\n6790,1646811822,47.74306,8.99899\n6791,1646811823,47.74306,8.99899\n6792,1646811824,47.74306,8.99899\n6793,1646811825,47.74306,8.99899\n6794,1646811826,47.74306,8.99899\n6795,1646811827,47.74306,8.99899\n6796,1646811828,47.74306,8.99899\n6797,1646811829,47.74306,8.99899\n6798,1646811830,47.74306,8.99899\n6799,1646811831,47.74306,8.99899\n6800,1646811832,47.74306,8.99899\n6801,1646811833,47.74306,8.99899\n6802,1646811834,47.74306,8.99899\n6803,1646811835,47.74306,8.99899\n6804,1646811836,47.74306,8.99899\n6805,1646811837,47.74306,8.99899\n6806,1646811838,47.74306,8.99899\n6807,1646811839,47.74306,8.99899\n6808,1646811840,47.74306,8.99899\n6809,1646811841,47.74306,8.99899\n6810,1646811842,47.74306,8.99899\n6811,1646811843,47.74306,8.99899\n6812,1646811844,47.74306,8.99899\n6813,1646811845,47.74306,8.99899\n6814,1646811846,47.74306,8.99899\n6815,1646811847,47.74306,8.99899\n6816,1646811848,47.74306,8.99899\n6817,1646811849,47.74306,8.99899\n6818,1646811850,47.74306,8.99899\n6819,1646811851,47.74306,8.99899\n6820,1646811852,47.74306,8.99899\n6821,1646811853,47.74306,8.99899\n6822,1646811854,47.74306,8.99899\n6823,1646811855,47.74306,8.99899\n6824,1646811856,47.74306,8.99899\n6825,1646811857,47.74306,8.99899\n6826,1646811858,47.74306,8.99899\n6827,1646811859,47.74306,8.99899\n6828,1646811860,47.74306,8.99899\n6829,1646811861,47.74306,8.99899\n6830,1646811862,47.74306,8.99899\n6831,1646811863,47.74306,8.99899\n6832,1646811864,47.74306,8.99899\n6833,1646811865,47.74306,8.99899\n6834,1646811866,47.74306,8.99899\n6835,1646811867,47.74306,8.99899\n6836,1646811868,47.74306,8.99899\n6837,1646811869,47.74306,8.99899\n6838,1646811870,47.74306,8.99899\n6839,1646811871,47.74306,8.99899\n6840,1646811872,47.74306,8.99899\n6841,1646811873,47.74306,8.99899\n6842,1646811874,47.74306,8.99899\n6843,1646811875,47.74306,8.99899\n6844,1646811876,47.74306,8.99899\n6845,1646811877,47.74306,8.99899\n6846,1646811878,47.74306,8.99899\n6847,1646811879,47.74306,8.99899\n6848,1646811880,47.74306,8.99899\n6849,1646811881,47.74306,8.99899\n6850,1646811882,47.74306,8.99899\n6851,1646811883,47.74306,8.99899\n6852,1646811884,47.74306,8.99899\n6853,1646811885,47.74306,8.99899\n6854,1646811886,47.74306,8.99899\n6855,1646811887,47.74306,8.99899\n6856,1646811888,47.74306,8.99899\n6857,1646811889,47.74306,8.99899\n6858,1646811890,47.74306,8.99899\n6859,1646811891,47.74306,8.99899\n6860,1646811892,47.74306,8.99899\n6861,1646811893,47.74306,8.99899\n6862,1646811894,47.74306,8.99899\n6863,1646811895,47.74306,8.99899\n6864,1646811896,47.74306,8.99899\n6865,1646811897,47.74306,8.99899\n6866,1646811898,47.74306,8.99899\n6867,1646811899,47.74306,8.99899\n6868,1646811900,47.74306,8.99899\n6869,1646811901,47.74306,8.99899\n6870,1646811902,47.74306,8.99899\n6871,1646811903,47.74306,8.99899\n6872,1646811904,47.74306,8.99899\n6873,1646811905,47.74306,8.99899\n6874,1646811906,47.74306,8.99899\n6875,1646811907,47.74306,8.99899\n6876,1646811908,47.74306,8.99899\n6877,1646811909,47.74306,8.99899\n6878,1646811910,47.74306,8.99899\n6879,1646811911,47.74306,8.99899\n6880,1646811912,47.74306,8.99899\n6881,1646811913,47.74306,8.99899\n6882,1646811914,47.74306,8.99899\n6883,1646811915,47.74306,8.99899\n6884,1646811916,47.74306,8.99899\n6885,1646811917,47.74306,8.99899\n6886,1646811918,47.74306,8.99899\n6887,1646811919,47.74306,8.99899\n6888,1646811920,47.74306,8.99899\n6889,1646811921,47.74306,8.99899\n6890,1646811922,47.74306,8.99899\n6891,1646811923,47.74306,8.99899\n6892,1646811924,47.74306,8.99899\n6893,1646811925,47.74306,8.99899\n6894,1646811926,47.74306,8.99899\n6895,1646811927,47.74306,8.99899\n6896,1646811928,47.74306,8.99899\n6897,1646811929,47.74306,8.99899\n6898,1646811930,47.74306,8.99899\n6899,1646811931,47.74306,8.99899\n6900,1646811932,47.74306,8.99899\n6901,1646811933,47.74306,8.99899\n6902,1646811934,47.74306,8.99899\n6903,1646811935,47.74306,8.99899\n6904,1646811936,47.74306,8.99899\n6905,1646811937,47.74306,8.99899\n6906,1646811938,47.74306,8.99899\n6907,1646811939,47.74306,8.99899\n6908,1646811940,47.74306,8.99899\n6909,1646811941,47.74306,8.99899\n6910,1646811942,47.74306,8.99899\n6911,1646811943,47.74306,8.99899\n6912,1646811944,47.74306,8.99899\n6913,1646811945,47.74306,8.99899\n6914,1646811946,47.74306,8.99899\n6915,1646811947,47.74306,8.99899\n6916,1646811948,47.74306,8.99899\n6917,1646811949,47.74306,8.99899\n6918,1646811950,47.74306,8.99899\n6919,1646811951,47.74306,8.99899\n6920,1646811952,47.74306,8.99899\n6921,1646811953,47.74306,8.99899\n6922,1646811954,47.74306,8.99899\n6923,1646811955,47.74306,8.99899\n6924,1646811956,47.74306,8.99899\n6925,1646811957,47.74306,8.99899\n6926,1646811958,47.74306,8.99899\n6927,1646811959,47.74306,8.99899\n6928,1646811960,47.74306,8.99899\n6929,1646811961,47.74306,8.99899\n6930,1646811962,47.74306,8.99899\n6931,1646811963,47.74306,8.99899\n6932,1646811964,47.74306,8.99899\n6933,1646811965,47.74306,8.99899\n6934,1646811966,47.74306,8.99899\n6935,1646811967,47.74306,8.99899\n6936,1646811968,47.74306,8.99899\n6937,1646811969,47.74306,8.99899\n6938,1646811970,47.74306,8.99899\n6939,1646811971,47.74306,8.99899\n6940,1646811972,47.74306,8.99899\n6941,1646811973,47.74306,8.99899\n6942,1646811974,47.74306,8.99899\n6943,1646811975,47.74306,8.99899\n6944,1646811976,47.74306,8.99899\n6945,1646811977,47.74306,8.99899\n6946,1646811978,47.74306,8.99899\n6947,1646811979,47.74306,8.99899\n6948,1646811980,47.74306,8.99899\n6949,1646811981,47.74306,8.99899\n6950,1646811982,47.74306,8.99899\n6951,1646811983,47.74306,8.99899\n6952,1646811984,47.74306,8.99899\n6953,1646811985,47.74306,8.99899\n6954,1646811986,47.74306,8.99899\n6955,1646811987,47.74306,8.99899\n6956,1646811988,47.74306,8.99899\n6957,1646811989,47.74306,8.99899\n6958,1646811990,47.74306,8.99899\n6959,1646811991,47.74306,8.99899\n6960,1646811992,47.74306,8.99899\n6961,1646811993,47.74306,8.99899\n6962,1646811994,47.74306,8.99899\n6963,1646811995,47.74306,8.99899\n6964,1646811996,47.74306,8.99899\n6965,1646811997,47.74306,8.99899\n6966,1646811998,47.74306,8.99899\n6967,1646811999,47.74306,8.99899\n6968,1646812000,47.74306,8.99899\n6969,1646812001,47.74306,8.99899\n6970,1646812002,47.74306,8.99899\n6971,1646812003,47.74306,8.99899\n6972,1646812004,47.74306,8.99899\n6973,1646812005,47.74306,8.99899\n6974,1646812006,47.74306,8.99899\n6975,1646812007,47.74306,8.99899\n6976,1646812008,47.74306,8.99899\n6977,1646812009,47.74306,8.99899\n6978,1646812010,47.74306,8.99899\n6979,1646812011,47.74306,8.99899\n6980,1646812012,47.74306,8.99899\n6981,1646812013,47.74306,8.99899\n6982,1646812014,47.74306,8.99899\n6983,1646812015,47.74306,8.99899\n6984,1646812016,47.74306,8.99899\n6985,1646812017,47.74306,8.99899\n6986,1646812018,47.74306,8.99899\n6987,1646812019,47.74306,8.99899\n6988,1646812020,47.74306,8.99899\n6989,1646812021,47.74306,8.99899\n6990,1646812022,47.74306,8.99899\n6991,1646812023,47.74306,8.99899\n6992,1646812024,47.74306,8.99899\n6993,1646812025,47.74306,8.99899\n6994,1646812026,47.74306,8.99899\n6995,1646812027,47.74306,8.99899\n6996,1646812028,47.74306,8.99899\n6997,1646812029,47.74306,8.99899\n6998,1646812030,47.74306,8.99899\n6999,1646812031,47.74306,8.99899\n7000,1646812032,47.74306,8.99899\n7001,1646812033,47.74306,8.99899\n7002,1646812034,47.74306,8.99899\n7003,1646812035,47.74306,8.99899\n7004,1646812036,47.74306,8.99899\n7005,1646812037,47.74306,8.99899\n7006,1646812038,47.74306,8.99899\n7007,1646812039,47.74306,8.99899\n7008,1646812040,47.74306,8.99899\n7009,1646812041,47.74306,8.99899\n7010,1646812042,47.74306,8.99899\n7011,1646812043,47.74306,8.99899\n7012,1646812044,47.74306,8.99899\n7013,1646812045,47.74306,8.99899\n7014,1646812046,47.74306,8.99899\n7015,1646812047,47.74306,8.99899\n7016,1646812048,47.74306,8.99899\n7017,1646812049,47.74306,8.99899\n7018,1646812050,47.74306,8.99899\n7019,1646812051,47.74306,8.99899\n7020,1646812052,47.74306,8.99899\n7021,1646812053,47.74306,8.99899\n7022,1646812054,47.74306,8.99899\n7023,1646812055,47.74306,8.99899\n7024,1646812056,47.74306,8.99899\n7025,1646812057,47.74306,8.99899\n7026,1646812058,47.74306,8.99899\n7027,1646812059,47.74306,8.99899\n7028,1646812060,47.74306,8.99899\n7029,1646812061,47.74306,8.99899\n7030,1646812062,47.74306,8.99899\n7031,1646812063,47.74306,8.99899\n7032,1646812064,47.74306,8.99899\n7033,1646812065,47.74306,8.99899\n7034,1646812066,47.74306,8.99899\n7035,1646812067,47.74306,8.99899\n7036,1646812068,47.74306,8.99899\n7037,1646812069,47.74306,8.99899\n7038,1646812070,47.74306,8.99899\n7039,1646812071,47.74306,8.99899\n7040,1646812072,47.74306,8.99899\n7041,1646812073,47.74306,8.99899\n7042,1646812074,47.74306,8.99899\n7043,1646812075,47.74306,8.99899\n7044,1646812076,47.74306,8.99899\n7045,1646812077,47.74306,8.99899\n7046,1646812078,47.74306,8.99899\n7047,1646812079,47.74306,8.99899\n7048,1646812080,47.74306,8.99899\n7049,1646812081,47.74306,8.99899\n7050,1646812082,47.74306,8.99899\n7051,1646812083,47.74306,8.99899\n7052,1646812084,47.74306,8.99899\n7053,1646812085,47.74306,8.99899\n7054,1646812086,47.74306,8.99899\n7055,1646812087,47.74306,8.99899\n7056,1646812088,47.74306,8.99899\n7057,1646812089,47.74306,8.99899\n7058,1646812090,47.74306,8.99899\n7059,1646812091,47.74306,8.99899\n7060,1646812092,47.74306,8.99899\n7061,1646812093,47.74306,8.99899\n7062,1646812094,47.74306,8.99899\n7063,1646812095,47.74306,8.99899\n7064,1646812096,47.74306,8.99899\n7065,1646812097,47.74306,8.99899\n7066,1646812098,47.74306,8.99899\n7067,1646812099,47.74306,8.99899\n7068,1646812100,47.74306,8.99899\n7069,1646812101,47.74306,8.99899\n7070,1646812102,47.74306,8.99899\n7071,1646812103,47.74306,8.99899\n7072,1646812104,47.74306,8.99899\n7073,1646812105,47.74306,8.99899\n7074,1646812106,47.74306,8.99899\n7075,1646812107,47.74306,8.99899\n7076,1646812108,47.74306,8.99899\n7077,1646812109,47.74306,8.99899\n7078,1646812110,47.74306,8.99899\n7079,1646812111,47.74306,8.99899\n7080,1646812112,47.74306,8.99899\n7081,1646812113,47.74306,8.99899\n7082,1646812114,47.74306,8.99899\n7083,1646812115,47.74306,8.99899\n7084,1646812116,47.74306,8.99899\n7085,1646812117,47.74306,8.99899\n7086,1646812118,47.74306,8.99899\n7087,1646812119,47.74306,8.99899\n7088,1646812120,47.74306,8.99899\n7089,1646812121,47.74306,8.99899\n7090,1646812122,47.74306,8.99899\n7091,1646812123,47.74306,8.99899\n7092,1646812124,47.74306,8.99899\n7093,1646812125,47.74306,8.99899\n7094,1646812126,47.74306,8.99899\n7095,1646812127,47.74306,8.99899\n7096,1646812128,47.74306,8.99899\n7097,1646812129,47.74306,8.99899\n7098,1646812130,47.74306,8.99899\n7099,1646812131,47.74306,8.99899\n7100,1646812132,47.74306,8.99899\n7101,1646812133,47.74306,8.99899\n7102,1646812134,47.74306,8.99899\n7103,1646812135,47.74306,8.99899\n7104,1646812136,47.74306,8.99899\n7105,1646812137,47.74306,8.99899\n7106,1646812138,47.74306,8.99899\n7107,1646812139,47.74306,8.99899\n7108,1646812140,47.74306,8.99899\n7109,1646812141,47.74306,8.99899\n7110,1646812142,47.74306,8.99899\n7111,1646812143,47.74306,8.99899\n7112,1646812144,47.74306,8.99899\n7113,1646812145,47.74306,8.99899\n7114,1646812146,47.74306,8.99899\n7115,1646812147,47.74306,8.99899\n7116,1646812148,47.74306,8.99899\n7117,1646812149,47.74306,8.99899\n7118,1646812150,47.74306,8.99899\n7119,1646812151,47.74306,8.99899\n7120,1646812152,47.74306,8.99899\n7121,1646812153,47.74306,8.99899\n7122,1646812154,47.74306,8.99899\n7123,1646812155,47.74306,8.99899\n7124,1646812156,47.74306,8.99899\n7125,1646812157,47.74306,8.99899\n7126,1646812158,47.74306,8.99899\n7127,1646812159,47.74306,8.99899\n7128,1646812160,47.74306,8.99899\n7129,1646812161,47.74306,8.99899\n7130,1646812162,47.74306,8.99899\n7131,1646812163,47.74306,8.99899\n7132,1646812164,47.74306,8.99899\n7133,1646812165,47.74306,8.99899\n7134,1646812166,47.74306,8.99899\n7135,1646812167,47.74306,8.99899\n7136,1646812168,47.74306,8.99899\n7137,1646812169,47.74306,8.99899\n7138,1646812170,47.74306,8.99899\n7139,1646812171,47.74306,8.99899\n7140,1646812172,47.74306,8.99899\n7141,1646812173,47.74306,8.99899\n7142,1646812174,47.74306,8.99899\n7143,1646812175,47.74306,8.99899\n7144,1646812176,47.74306,8.99899\n7145,1646812177,47.74306,8.99899\n7146,1646812178,47.74306,8.99899\n7147,1646812179,47.74306,8.99899\n7148,1646812180,47.74306,8.99899\n7149,1646812181,47.74306,8.99899\n7150,1646812182,47.74306,8.99899\n7151,1646812183,47.74306,8.99899\n7152,1646812184,47.74306,8.99899\n7153,1646812185,47.74306,8.99899\n7154,1646812186,47.74306,8.99899\n7155,1646812187,47.74306,8.99899\n7156,1646812188,47.74306,8.99899\n7157,1646812189,47.74306,8.99899\n7158,1646812190,47.74306,8.99899\n7159,1646812191,47.74306,8.99899\n7160,1646812192,47.74306,8.99899\n7161,1646812193,47.74306,8.99899\n7162,1646812194,47.74306,8.99899\n7163,1646812195,47.74306,8.99899\n7164,1646812196,47.74306,8.99899\n7165,1646812197,47.74306,8.99899\n7166,1646812198,47.74306,8.99899\n7167,1646812199,47.74306,8.99899\n7168,1646812200,47.74306,8.99899\n7169,1646812201,47.74306,8.99899\n7170,1646812202,47.74306,8.99899\n7171,1646812203,47.74306,8.99899\n7172,1646812204,47.74306,8.99899\n7173,1646812205,47.74306,8.99899\n7174,1646812206,47.74306,8.99899\n7175,1646812207,47.74306,8.99899\n7176,1646812208,47.74306,8.99899\n7177,1646812209,47.74306,8.99899\n7178,1646812210,47.74306,8.99899\n7179,1646812211,47.74306,8.99899\n7180,1646812212,47.74306,8.99899\n7181,1646812213,47.74306,8.99899\n7182,1646812214,47.74306,8.99899\n7183,1646812215,47.74306,8.99899\n7184,1646812216,47.74306,8.99899\n7185,1646812217,47.74306,8.99899\n7186,1646812218,47.74306,8.99899\n7187,1646812219,47.74306,8.99899\n7188,1646812220,47.74306,8.99899\n7189,1646812221,47.74306,8.99899\n7190,1646812222,47.74306,8.99899\n7191,1646812223,47.74306,8.99899\n7192,1646812224,47.74306,8.99899\n7193,1646812225,47.74306,8.99899\n7194,1646812226,47.74306,8.99899\n7195,1646812227,47.74306,8.99899\n7196,1646812228,47.74306,8.99899\n7197,1646812229,47.74306,8.99899\n7198,1646812230,47.74306,8.99899\n7199,1646812231,47.74306,8.99899\n7200,1646812232,47.74306,8.99899\n7201,1646812233,47.74306,8.99899\n7202,1646812234,47.74306,8.99899\n7203,1646812235,47.74306,8.99899\n7204,1646812236,47.74306,8.99899\n7205,1646812237,47.74306,8.99899\n7206,1646812238,47.74306,8.99899\n7207,1646812239,47.74306,8.99899\n7208,1646812240,47.74306,8.99899\n7209,1646812241,47.74306,8.99899\n7210,1646812242,47.74306,8.99899\n7211,1646812243,47.74306,8.99899\n7212,1646812244,47.74306,8.99899\n7213,1646812245,47.74306,8.99899\n7214,1646812246,47.74306,8.99899\n7215,1646812247,47.74306,8.99899\n7216,1646812248,47.74306,8.99899\n7217,1646812249,47.74306,8.99899\n7218,1646812250,47.74306,8.99899\n7219,1646812251,47.74306,8.99899\n7220,1646812252,47.74306,8.99899\n7221,1646812253,47.74306,8.99899\n7222,1646812254,47.74306,8.99899\n7223,1646812255,47.74306,8.99899\n7224,1646812256,47.74306,8.99899\n7225,1646812257,47.74306,8.99899\n7226,1646812258,47.74306,8.99899\n7227,1646812259,47.74306,8.99899\n7228,1646812260,47.74306,8.99899\n7229,1646812261,47.74306,8.99899\n7230,1646812262,47.74306,8.99899\n7231,1646812263,47.74306,8.99899\n7232,1646812264,47.74306,8.99899\n7233,1646812265,47.74306,8.99899\n7234,1646812266,47.74306,8.99899\n7235,1646812267,47.74306,8.99899\n7236,1646812268,47.74306,8.99899\n7237,1646812269,47.74306,8.99899\n7238,1646812270,47.74306,8.99899\n7239,1646812271,47.74306,8.99899\n7240,1646812272,47.74306,8.99899\n7241,1646812273,47.74306,8.99899\n7242,1646812274,47.74306,8.99899\n7243,1646812275,47.74306,8.99899\n7244,1646812276,47.74306,8.99899\n7245,1646812277,47.74306,8.99899\n7246,1646812278,47.74306,8.99899\n7247,1646812279,47.74306,8.99899\n7248,1646812280,47.74306,8.99899\n7249,1646812281,47.74306,8.99899\n7250,1646812282,47.74306,8.99899\n7251,1646812283,47.74306,8.99899\n7252,1646812284,47.74306,8.99899\n7253,1646812285,47.74306,8.99899\n7254,1646812286,47.74306,8.99899\n7255,1646812287,47.74306,8.99899\n7256,1646812288,47.74306,8.99899\n7257,1646812289,47.74306,8.99899\n7258,1646812290,47.74306,8.99899\n7259,1646812291,47.74306,8.99899\n7260,1646812292,47.74306,8.99899\n7261,1646812293,47.74306,8.99899\n7262,1646812294,47.74306,8.99899\n7263,1646812295,47.74306,8.99899\n7264,1646812296,47.74306,8.99899\n7265,1646812297,47.74306,8.99899\n7266,1646812298,47.74306,8.99899\n7267,1646812299,47.74306,8.99899\n7268,1646812300,47.74306,8.99899\n7269,1646812301,47.74306,8.99899\n7270,1646812302,47.74306,8.99899\n7271,1646812303,47.74306,8.99899\n7272,1646812304,47.74306,8.99899\n7273,1646812305,47.74306,8.99899\n7274,1646812306,47.74306,8.99899\n7275,1646812307,47.74306,8.99899\n7276,1646812308,47.74306,8.99899\n7277,1646812309,47.74306,8.99899\n7278,1646812310,47.74306,8.99899\n7279,1646812311,47.74306,8.99899\n7280,1646812312,47.74306,8.99899\n7281,1646812313,47.74306,8.99899\n7282,1646812314,47.74306,8.99899\n7283,1646812315,47.74306,8.99899\n7284,1646812316,47.74306,8.99899\n7285,1646812317,47.74306,8.99899\n7286,1646812318,47.74306,8.99899\n7287,1646812319,47.74306,8.99899\n7288,1646812320,47.74306,8.99899\n7289,1646812321,47.74306,8.99899\n7290,1646812322,47.74306,8.99899\n7291,1646812323,47.74306,8.99899\n7292,1646812324,47.74306,8.99899\n7293,1646812325,47.74306,8.99899\n7294,1646812326,47.74306,8.99899\n7295,1646812327,47.74306,8.99899\n7296,1646812328,47.74306,8.99899\n7297,1646812329,47.74306,8.99899\n7298,1646812330,47.74306,8.99899\n7299,1646812331,47.74306,8.99899\n7300,1646812332,47.74306,8.99899\n7301,1646812333,47.74306,8.99899\n7302,1646812334,47.74306,8.99899\n7303,1646812335,47.74306,8.99899\n7304,1646812336,47.74306,8.99899\n7305,1646812337,47.74306,8.99899\n7306,1646812338,47.74306,8.99899\n7307,1646812339,47.74306,8.99899\n7308,1646812340,47.74306,8.99899\n7309,1646812341,47.74306,8.99899\n7310,1646812342,47.74306,8.99899\n7311,1646812343,47.74306,8.99899\n7312,1646812344,47.74306,8.99899\n7313,1646812345,47.74306,8.99899\n7314,1646812346,47.74306,8.99899\n7315,1646812347,47.74306,8.99899\n7316,1646812348,47.74306,8.99899\n7317,1646812349,47.74306,8.99899\n7318,1646812350,47.74306,8.99899\n7319,1646812351,47.74306,8.99899\n7320,1646812353,47.74306,8.99899\n7321,1646812354,47.74306,8.99899\n7322,1646812355,47.74306,8.99899\n7323,1646812356,47.74306,8.99899\n7324,1646812357,47.74306,8.99899\n7325,1646812358,47.74306,8.99899\n7326,1646812359,47.74306,8.99899\n7327,1646812360,47.74306,8.99899\n7328,1646812361,47.74306,8.99899\n7329,1646812362,47.74306,8.99899\n7330,1646812363,47.74306,8.99899\n7331,1646812364,47.74306,8.99899\n7332,1646812365,47.74306,8.99899\n7333,1646812366,47.74306,8.99899\n7334,1646812367,47.74306,8.99899\n7335,1646812368,47.74306,8.99899\n7336,1646812369,47.74306,8.99899\n7337,1646812370,47.74306,8.99899\n7338,1646812371,47.74306,8.99899\n7339,1646812372,47.74306,8.99899\n7340,1646812373,47.74306,8.99899\n7341,1646812374,47.74306,8.99899\n7342,1646812375,47.74306,8.99899\n7343,1646812376,47.74306,8.99899\n7344,1646812377,47.74306,8.99899\n7345,1646812378,47.74306,8.99899\n7346,1646812379,47.74306,8.99899\n7347,1646812380,47.74306,8.99899\n7348,1646812381,47.74306,8.99899\n7349,1646812382,47.74306,8.99899\n7350,1646812383,47.74306,8.99899\n7351,1646812384,47.74306,8.99899\n7352,1646812385,47.74306,8.99899\n7353,1646812386,47.74306,8.99899\n7354,1646812387,47.74306,8.99899\n7355,1646812388,47.74306,8.99899\n7356,1646812389,47.74306,8.99899\n7357,1646812390,47.74306,8.99899\n7358,1646812391,47.74306,8.99899\n7359,1646812392,47.74306,8.99899\n7360,1646812393,47.74306,8.99899\n7361,1646812394,47.74306,8.99899\n7362,1646812395,47.74306,8.99899\n7363,1646812396,47.74306,8.99899\n7364,1646812397,47.74306,8.99899\n7365,1646812398,47.74306,8.99899\n7366,1646812399,47.74306,8.99899\n7367,1646812400,47.74306,8.99899\n7368,1646812401,47.74306,8.99899\n7369,1646812402,47.74306,8.99899\n7370,1646812403,47.74306,8.99899\n7371,1646812404,47.74306,8.99899\n7372,1646812405,47.74306,8.99899\n7373,1646812406,47.74306,8.99899\n7374,1646812407,47.74306,8.99899\n7375,1646812408,47.74306,8.99899\n7376,1646812409,47.74306,8.99899\n7377,1646812410,47.74306,8.99899\n7378,1646812411,47.74306,8.99899\n7379,1646812412,47.74306,8.99899\n7380,1646812413,47.74306,8.99899\n7381,1646812414,47.74306,8.99899\n7382,1646812415,47.74306,8.99899\n7383,1646812416,47.74306,8.99899\n7384,1646812417,47.74306,8.99899\n7385,1646812418,47.74306,8.99899\n7386,1646812419,47.74306,8.99899\n7387,1646812420,47.74306,8.99899\n7388,1646812421,47.74306,8.99899\n7389,1646812422,47.74306,8.99899\n7390,1646812423,47.74306,8.99899\n7391,1646812424,47.74306,8.99899\n7392,1646812425,47.74306,8.99899\n7393,1646812426,47.74306,8.99899\n7394,1646812427,47.74306,8.99899\n7395,1646812428,47.74306,8.99899\n7396,1646812429,47.74306,8.99899\n7397,1646812430,47.74306,8.99899\n7398,1646812431,47.74306,8.99899\n7399,1646812432,47.74306,8.99899\n7400,1646812433,47.74306,8.99899\n7401,1646812434,47.74306,8.99899\n7402,1646812435,47.74306,8.99899\n7403,1646812436,47.74306,8.99899\n7404,1646812437,47.74306,8.99899\n7405,1646812438,47.74306,8.99899\n7406,1646812439,47.74306,8.99899\n7407,1646812440,47.74306,8.99899\n7408,1646812441,47.74306,8.99899\n7409,1646812442,47.74306,8.99899\n7410,1646812443,47.74306,8.99899\n7411,1646812444,47.74306,8.99899\n7412,1646812445,47.74306,8.99899\n7413,1646812446,47.74306,8.99899\n7414,1646812447,47.74306,8.99899\n7415,1646812448,47.74306,8.99899\n7416,1646812449,47.74306,8.99899\n7417,1646812450,47.74306,8.99899\n7418,1646812451,47.74306,8.99899\n7419,1646812452,47.74306,8.99899\n7420,1646812453,47.74306,8.99899\n7421,1646812454,47.74306,8.99899\n7422,1646812455,47.74306,8.99899\n7423,1646812456,47.74306,8.99899\n7424,1646812457,47.74306,8.99899\n7425,1646812458,47.74306,8.99899\n7426,1646812459,47.74306,8.99899\n7427,1646812460,47.74306,8.99899\n7428,1646812461,47.74306,8.99899\n7429,1646812462,47.74306,8.99899\n7430,1646812463,47.74306,8.99899\n7431,1646812464,47.74306,8.99899\n7432,1646812465,47.74306,8.99899\n7433,1646812466,47.74306,8.99899\n7434,1646812467,47.74306,8.99899\n7435,1646812468,47.74306,8.99899\n7436,1646812469,47.74306,8.99899\n7437,1646812470,47.74306,8.99899\n7438,1646812471,47.74306,8.99899\n7439,1646812472,47.74306,8.99899\n7440,1646812473,47.74306,8.99899\n7441,1646812474,47.74306,8.99899\n7442,1646812475,47.74306,8.99899\n7443,1646812476,47.74306,8.99899\n7444,1646812477,47.74306,8.99899\n7445,1646812478,47.74306,8.99899\n7446,1646812479,47.74306,8.99899\n7447,1646812480,47.74306,8.99899\n7448,1646812481,47.74306,8.99899\n7449,1646812482,47.74306,8.99899\n7450,1646812483,47.74306,8.99899\n7451,1646812484,47.74306,8.99899\n7452,1646812485,47.74306,8.99899\n7453,1646812486,47.74306,8.99899\n7454,1646812487,47.74306,8.99899\n7455,1646812488,47.74306,8.99899\n7456,1646812489,47.74306,8.99899\n7457,1646812490,47.74306,8.99899\n7458,1646812491,47.74306,8.99899\n7459,1646812492,47.74306,8.99899\n7460,1646812493,47.74306,8.99899\n7461,1646812494,47.74306,8.99899\n7462,1646812495,47.74306,8.99899\n7463,1646812496,47.74306,8.99899\n7464,1646812497,47.74306,8.99899\n7465,1646812498,47.74306,8.99899\n7466,1646812499,47.74306,8.99899\n7467,1646812500,47.74306,8.99899\n7468,1646812501,47.74306,8.99899\n7469,1646812502,47.74306,8.99899\n7470,1646812503,47.74306,8.99899\n7471,1646812504,47.74306,8.99899\n7472,1646812505,47.74306,8.99899\n7473,1646812506,47.74306,8.99899\n7474,1646812507,47.74306,8.99899\n7475,1646812508,47.74306,8.99899\n7476,1646812509,47.74306,8.99899\n7477,1646812510,47.74306,8.99899\n7478,1646812511,47.74306,8.99899\n7479,1646812512,47.74306,8.99899\n7480,1646812513,47.74306,8.99899\n7481,1646812514,47.74306,8.99899\n7482,1646812515,47.74306,8.99899\n7483,1646812516,47.74306,8.99899\n7484,1646812517,47.74306,8.99899\n7485,1646812518,47.74306,8.99899\n7486,1646812519,47.74306,8.99899\n7487,1646812520,47.74306,8.99899\n7488,1646812521,47.74306,8.99899\n7489,1646812522,47.74306,8.99899\n7490,1646812523,47.74306,8.99899\n7491,1646812524,47.74306,8.99899\n7492,1646812525,47.74306,8.99899\n7493,1646812526,47.74306,8.99899\n7494,1646812527,47.74306,8.99899\n7495,1646812528,47.74306,8.99899\n7496,1646812529,47.74306,8.99899\n7497,1646812530,47.74306,8.99899\n7498,1646812531,47.74306,8.99899\n7499,1646812532,47.74306,8.99899\n7500,1646812533,47.74306,8.99899\n7501,1646812534,47.74306,8.99899\n7502,1646812535,47.74306,8.99899\n7503,1646812536,47.74306,8.99899\n7504,1646812537,47.74306,8.99899\n7505,1646812538,47.74306,8.99899\n7506,1646812539,47.74306,8.99899\n7507,1646812540,47.74306,8.99899\n7508,1646812541,47.74306,8.99899\n7509,1646812542,47.74306,8.99899\n7510,1646812543,47.74306,8.99899\n7511,1646812544,47.74306,8.99899\n7512,1646812545,47.74306,8.99899\n7513,1646812546,47.74306,8.99899\n7514,1646812547,47.74306,8.99899\n7515,1646812548,47.74306,8.99899\n7516,1646812549,47.74306,8.99899\n7517,1646812550,47.74306,8.99899\n7518,1646812551,47.74306,8.99899\n7519,1646812552,47.74306,8.99899\n7520,1646812553,47.74306,8.99899\n7521,1646812554,47.74306,8.99899\n7522,1646812555,47.74306,8.99899\n7523,1646812556,47.74306,8.99899\n7524,1646812557,47.74306,8.99899\n7525,1646812558,47.74306,8.99899\n7526,1646812559,47.74306,8.99899\n7527,1646812560,47.74306,8.99899\n7528,1646812561,47.74306,8.99899\n7529,1646812562,47.74306,8.99899\n7530,1646812563,47.74306,8.99899\n7531,1646812564,47.74306,8.99899\n7532,1646812565,47.74306,8.99899\n7533,1646812566,47.74306,8.99899\n7534,1646812567,47.74306,8.99899\n7535,1646812568,47.74306,8.99899\n7536,1646812569,47.74306,8.99899\n7537,1646812570,47.74306,8.99899\n7538,1646812571,47.74306,8.99899\n7539,1646812572,47.74306,8.99899\n7540,1646812573,47.74306,8.99899\n7541,1646812574,47.74306,8.99899\n7542,1646812575,47.74306,8.99899\n7543,1646812576,47.74306,8.99899\n7544,1646812577,47.74306,8.99899\n7545,1646812578,47.74306,8.99899\n7546,1646812579,47.74306,8.99899\n7547,1646812580,47.74306,8.99899\n7548,1646812581,47.74306,8.99899\n7549,1646812582,47.74306,8.99899\n7550,1646812583,47.74306,8.99899\n7551,1646812584,47.74306,8.99899\n7552,1646812585,47.74306,8.99899\n7553,1646812586,47.74306,8.99899\n7554,1646812587,47.74306,8.99899\n7555,1646812588,47.74306,8.99899\n7556,1646812589,47.74306,8.99899\n7557,1646812590,47.74306,8.99899\n7558,1646812591,47.74306,8.99899\n7559,1646812592,47.74306,8.99899\n7560,1646812593,47.74306,8.99899\n7561,1646812594,47.74306,8.99899\n7562,1646812595,47.74306,8.99899\n7563,1646812596,47.74306,8.99899\n7564,1646812597,47.74306,8.99899\n7565,1646812598,47.74306,8.99899\n7566,1646812599,47.74306,8.99899\n7567,1646812600,47.74306,8.99899\n7568,1646812601,47.74306,8.99899\n7569,1646812602,47.74306,8.99899\n7570,1646812603,47.74306,8.99899\n7571,1646812604,47.74306,8.99899\n7572,1646812605,47.74306,8.99899\n7573,1646812606,47.74306,8.99899\n7574,1646812607,47.74306,8.99899\n7575,1646812608,47.74306,8.99899\n7576,1646812609,47.74306,8.99899\n7577,1646812610,47.74306,8.99899\n7578,1646812611,47.74306,8.99899\n7579,1646812612,47.74306,8.99899\n7580,1646812613,47.74306,8.99899\n7581,1646812614,47.74306,8.99899\n7582,1646812615,47.74306,8.99899\n7583,1646812616,47.74306,8.99899\n7584,1646812617,47.74306,8.99899\n7585,1646812618,47.74306,8.99899\n7586,1646812619,47.74306,8.99899\n7587,1646812620,47.74306,8.99899\n7588,1646812621,47.74306,8.99899\n7589,1646812622,47.74306,8.99899\n7590,1646812623,47.74306,8.99899\n7591,1646812624,47.74306,8.99899\n7592,1646812625,47.74306,8.99899\n7593,1646812626,47.74306,8.99899\n7594,1646812627,47.74306,8.99899\n7595,1646812628,47.74306,8.99899\n7596,1646812629,47.74306,8.99899\n7597,1646812630,47.74306,8.99899\n7598,1646812631,47.74306,8.99899\n7599,1646812632,47.74306,8.99899\n7600,1646812633,47.74306,8.99899\n7601,1646812634,47.74306,8.99899\n7602,1646812635,47.74306,8.99899\n7603,1646812636,47.74306,8.99899\n7604,1646812637,47.74306,8.99899\n7605,1646812638,47.74306,8.99899\n7606,1646812639,47.74306,8.99899\n7607,1646812640,47.74306,8.99899\n7608,1646812641,47.74306,8.99899\n7609,1646812642,47.74306,8.99899\n7610,1646812643,47.74306,8.99899\n7611,1646812644,47.74306,8.99899\n7612,1646812645,47.74306,8.99899\n7613,1646812646,47.74306,8.99899\n7614,1646812647,47.74306,8.99899\n7615,1646812648,47.74306,8.99899\n7616,1646812649,47.74306,8.99899\n7617,1646812650,47.74306,8.99899\n7618,1646812651,47.74306,8.99899\n7619,1646812652,47.74306,8.99899\n7620,1646812653,47.74306,8.99899\n7621,1646812654,47.74306,8.99899\n7622,1646812655,47.74306,8.99899\n7623,1646812656,47.74306,8.99899\n7624,1646812657,47.74306,8.99899\n7625,1646812658,47.74306,8.99899\n7626,1646812659,47.74306,8.99899\n7627,1646812660,47.74306,8.99899\n7628,1646812661,47.74306,8.99899\n7629,1646812662,47.74306,8.99899\n7630,1646812663,47.74306,8.99899\n7631,1646812664,47.74306,8.99899\n7632,1646812665,47.74306,8.99899\n7633,1646812666,47.74306,8.99899\n7634,1646812667,47.74306,8.99899\n7635,1646812668,47.74306,8.99899\n7636,1646812669,47.74306,8.99899\n7637,1646812670,47.74306,8.99899\n7638,1646812671,47.74306,8.99899\n7639,1646812672,47.74306,8.99899\n7640,1646812673,47.74306,8.99899\n7641,1646812674,47.74306,8.99899\n7642,1646812675,47.74306,8.99899\n7643,1646812676,47.74306,8.99899\n7644,1646812677,47.74306,8.99899\n7645,1646812678,47.74306,8.99899\n7646,1646812679,47.74306,8.99899\n7647,1646812680,47.74306,8.99899\n7648,1646812681,47.74306,8.99899\n7649,1646812682,47.74306,8.99899\n7650,1646812683,47.74306,8.99899\n7651,1646812684,47.74306,8.99899\n7652,1646812685,47.74306,8.99899\n7653,1646812686,47.74306,8.99899\n7654,1646812687,47.74306,8.99899\n7655,1646812688,47.74306,8.99899\n7656,1646812689,47.74306,8.99899\n7657,1646812690,47.74306,8.99899\n7658,1646812691,47.74306,8.99899\n7659,1646812692,47.74306,8.99899\n7660,1646812693,47.74306,8.99899\n7661,1646812694,47.74306,8.99899\n7662,1646812695,47.74306,8.99899\n7663,1646812696,47.74306,8.99899\n7664,1646812697,47.74306,8.99899\n7665,1646812698,47.74306,8.99899\n7666,1646812699,47.74306,8.99899\n7667,1646812700,47.74306,8.99899\n7668,1646812701,47.74306,8.99899\n7669,1646812702,47.74306,8.99899\n7670,1646812703,47.74306,8.99899\n7671,1646812704,47.74306,8.99899\n7672,1646812705,47.74306,8.99899\n7673,1646812706,47.74306,8.99899\n7674,1646812707,47.74306,8.99899\n7675,1646812708,47.74306,8.99899\n7676,1646812709,47.74306,8.99899\n7677,1646812710,47.74306,8.99899\n7678,1646812711,47.74306,8.99899\n7679,1646812712,47.74306,8.99899\n7680,1646812713,47.74306,8.99899\n7681,1646812714,47.74306,8.99899\n7682,1646812715,47.74306,8.99899\n7683,1646812716,47.74306,8.99899\n7684,1646812717,47.74306,8.99899\n7685,1646812718,47.74306,8.99899\n7686,1646812719,47.74306,8.99899\n7687,1646812720,47.74306,8.99899\n7688,1646812721,47.74306,8.99899\n7689,1646812722,47.74306,8.99899\n7690,1646812723,47.74306,8.99899\n7691,1646812724,47.74306,8.99899\n7692,1646812725,47.74306,8.99899\n7693,1646812726,47.74306,8.99899\n7694,1646812727,47.74306,8.99899\n7695,1646812728,47.74306,8.99899\n7696,1646812729,47.74306,8.99899\n7697,1646812730,47.74306,8.99899\n7698,1646812731,47.74306,8.99899\n7699,1646812732,47.74306,8.99899\n7700,1646812733,47.74306,8.99899\n7701,1646812734,47.74306,8.99899\n7702,1646812735,47.74306,8.99899\n7703,1646812736,47.74306,8.99899\n7704,1646812737,47.74306,8.99899\n7705,1646812738,47.74306,8.99899\n7706,1646812739,47.74306,8.99899\n7707,1646812740,47.74306,8.99899\n7708,1646812741,47.74306,8.99899\n7709,1646812742,47.74306,8.99899\n7710,1646812743,47.74306,8.99899\n7711,1646812744,47.74306,8.99899\n7712,1646812745,47.74306,8.99899\n7713,1646812746,47.74306,8.99899\n7714,1646812747,47.74306,8.99899\n7715,1646812748,47.74306,8.99899\n7716,1646812749,47.74306,8.99899\n7717,1646812750,47.74306,8.99899\n7718,1646812751,47.74306,8.99899\n7719,1646812752,47.74306,8.99899\n7720,1646812753,47.74306,8.99899\n7721,1646812754,47.74306,8.99899\n7722,1646812755,47.74306,8.99899\n7723,1646812756,47.74306,8.99899\n7724,1646812757,47.74306,8.99899\n7725,1646812758,47.74306,8.99899\n7726,1646812759,47.74306,8.99899\n7727,1646812760,47.74306,8.99899\n7728,1646812761,47.74306,8.99899\n7729,1646812762,47.74306,8.99899\n7730,1646812763,47.74306,8.99899\n7731,1646812764,47.74306,8.99899\n7732,1646812765,47.74306,8.99899\n7733,1646812766,47.74306,8.99899\n7734,1646812767,47.74306,8.99899\n7735,1646812768,47.74306,8.99899\n7736,1646812769,47.74306,8.99899\n7737,1646812770,47.74306,8.99899\n7738,1646812771,47.74306,8.99899\n7739,1646812772,47.74306,8.99899\n7740,1646812773,47.74306,8.99899\n7741,1646812774,47.74306,8.99899\n7742,1646812775,47.74306,8.99899\n7743,1646812776,47.74306,8.99899\n7744,1646812777,47.74306,8.99899\n7745,1646812778,47.74306,8.99899\n7746,1646812779,47.74306,8.99899\n7747,1646812780,47.74306,8.99899\n7748,1646812781,47.74306,8.99899\n7749,1646812782,47.74306,8.99899\n7750,1646812783,47.74306,8.99899\n7751,1646812784,47.74306,8.99899\n7752,1646812785,47.74306,8.99899\n7753,1646812786,47.74306,8.99899\n7754,1646812787,47.74306,8.99899\n7755,1646812788,47.74306,8.99899\n7756,1646812789,47.74306,8.99899\n7757,1646812790,47.74306,8.99899\n7758,1646812791,47.74306,8.99899\n7759,1646812792,47.74306,8.99899\n7760,1646812793,47.74306,8.99899\n7761,1646812794,47.74306,8.99899\n7762,1646812795,47.74306,8.99899\n7763,1646812796,47.74306,8.99899\n7764,1646812797,47.74306,8.99899\n7765,1646812798,47.74306,8.99899\n7766,1646812799,47.74306,8.99899\n7767,1646812800,47.74306,8.99899\n7768,1646812801,47.74306,8.99899\n7769,1646812802,47.74306,8.99899\n7770,1646812803,47.74306,8.99899\n7771,1646812804,47.74306,8.99899\n7772,1646812805,47.74306,8.99899\n7773,1646812806,47.74306,8.99899\n7774,1646812807,47.74306,8.99899\n7775,1646812808,47.74306,8.99899\n7776,1646812809,47.74306,8.99899\n7777,1646812810,47.74306,8.99899\n7778,1646812811,47.74306,8.99899\n7779,1646812812,47.74306,8.99899\n7780,1646812813,47.74306,8.99899\n7781,1646812814,47.74306,8.99899\n7782,1646812815,47.74306,8.99899\n7783,1646812816,47.74306,8.99899\n7784,1646812817,47.74306,8.99899\n7785,1646812818,47.74306,8.99899\n7786,1646812819,47.74306,8.99899\n7787,1646812820,47.74306,8.99899\n7788,1646812821,47.74306,8.99899\n7789,1646812822,47.74306,8.99899\n7790,1646812823,47.74306,8.99899\n7791,1646812824,47.74306,8.99899\n7792,1646812825,47.74306,8.99899\n7793,1646812826,47.74306,8.99899\n7794,1646812827,47.74306,8.99899\n7795,1646812828,47.74306,8.99899\n7796,1646812829,47.74306,8.99899\n7797,1646812830,47.74306,8.99899\n7798,1646812831,47.74306,8.99899\n7799,1646812832,47.74306,8.99899\n7800,1646812833,47.74306,8.99899\n7801,1646812834,47.74306,8.99899\n7802,1646812835,47.74306,8.99899\n7803,1646812836,47.74306,8.99899\n7804,1646812837,47.74306,8.99899\n7805,1646812838,47.74306,8.99899\n7806,1646812839,47.74306,8.99899\n7807,1646812840,47.74306,8.99899\n7808,1646812841,47.74306,8.99899\n7809,1646812842,47.74306,8.99899\n7810,1646812843,47.74306,8.99899\n7811,1646812844,47.74306,8.99899\n7812,1646812845,47.74306,8.99899\n7813,1646812846,47.74306,8.99899\n7814,1646812847,47.74306,8.99899\n7815,1646812848,47.74306,8.99899\n7816,1646812849,47.74306,8.99899\n7817,1646812850,47.74306,8.99899\n7818,1646812851,47.74306,8.99899\n7819,1646812852,47.74306,8.99899\n7820,1646812853,47.74306,8.99899\n7821,1646812854,47.74306,8.99899\n7822,1646812855,47.74306,8.99899\n7823,1646812856,47.74306,8.99899\n7824,1646812857,47.74306,8.99899\n7825,1646812858,47.74306,8.99899\n7826,1646812859,47.74306,8.99899\n7827,1646812860,47.74306,8.99899\n7828,1646812861,47.74306,8.99899\n7829,1646812862,47.74306,8.99899\n7830,1646812863,47.74306,8.99899\n7831,1646812864,47.74306,8.99899\n7832,1646812865,47.74306,8.99899\n7833,1646812866,47.74306,8.99899\n7834,1646812867,47.74306,8.99899\n7835,1646812868,47.74306,8.99899\n7836,1646812869,47.74306,8.99899\n7837,1646812870,47.74306,8.99899\n7838,1646812871,47.74306,8.99899\n7839,1646812872,47.74306,8.99899\n7840,1646812873,47.74306,8.99899\n7841,1646812874,47.74306,8.99899\n7842,1646812875,47.74306,8.99899\n7843,1646812876,47.74306,8.99899\n7844,1646812877,47.74306,8.99899\n7845,1646812878,47.74306,8.99899\n7846,1646812879,47.74306,8.99899\n7847,1646812880,47.74306,8.99899\n7848,1646812881,47.74306,8.99899\n7849,1646812882,47.74306,8.99899\n7850,1646812883,47.74306,8.99899\n7851,1646812884,47.74306,8.99899\n7852,1646812885,47.74306,8.99899\n7853,1646812886,47.74306,8.99899\n7854,1646812887,47.74306,8.99899\n7855,1646812888,47.74306,8.99899\n7856,1646812889,47.74306,8.99899\n7857,1646812890,47.74306,8.99899\n7858,1646812891,47.74306,8.99899\n7859,1646812892,47.74306,8.99899\n7860,1646812893,47.74306,8.99899\n7861,1646812894,47.74306,8.99899\n7862,1646812895,47.74306,8.99899\n7863,1646812896,47.74306,8.99899\n7864,1646812897,47.74306,8.99899\n7865,1646812898,47.74306,8.99899\n7866,1646812899,47.74306,8.99899\n7867,1646812900,47.74306,8.99899\n7868,1646812901,47.74306,8.99899\n7869,1646812902,47.74306,8.99899\n7870,1646812903,47.74306,8.99899\n7871,1646812904,47.74306,8.99899\n7872,1646812905,47.74306,8.99899\n7873,1646812906,47.74306,8.99899\n7874,1646812907,47.74306,8.99899\n7875,1646812908,47.74306,8.99899\n7876,1646812909,47.74306,8.99899\n7877,1646812910,47.74306,8.99899\n7878,1646812911,47.74306,8.99899\n7879,1646812912,47.74306,8.99899\n7880,1646812913,47.74306,8.99899\n7881,1646812914,47.74306,8.99899\n7882,1646812915,47.74306,8.99899\n7883,1646812916,47.74306,8.99899\n7884,1646812917,47.74306,8.99899\n7885,1646812918,47.74306,8.99899\n7886,1646812919,47.74306,8.99899\n7887,1646812920,47.74306,8.99899\n7888,1646812921,47.74306,8.99899\n7889,1646812922,47.74306,8.99899\n7890,1646812923,47.74306,8.99899\n7891,1646812924,47.74306,8.99899\n7892,1646812925,47.74306,8.99899\n7893,1646812926,47.74306,8.99899\n7894,1646812927,47.74306,8.99899\n7895,1646812928,47.74306,8.99899\n7896,1646812929,47.74306,8.99899\n7897,1646812930,47.74306,8.99899\n7898,1646812931,47.74306,8.99899\n7899,1646812932,47.74306,8.99899\n7900,1646812933,47.74306,8.99899\n7901,1646812934,47.74306,8.99899\n7902,1646812935,47.74306,8.99899\n7903,1646812936,47.74306,8.99899\n7904,1646812937,47.74306,8.99899\n7905,1646812938,47.74306,8.99899\n7906,1646812939,47.74306,8.99899\n7907,1646812940,47.74306,8.99899\n7908,1646812941,47.74306,8.99899\n7909,1646812942,47.74306,8.99899\n7910,1646812943,47.74306,8.99899\n7911,1646812944,47.74306,8.99899\n7912,1646812945,47.74306,8.99899\n7913,1646812946,47.74306,8.99899\n7914,1646812947,47.74306,8.99899\n7915,1646812948,47.74306,8.99899\n7916,1646812949,47.74306,8.99899\n7917,1646812950,47.74306,8.99899\n7918,1646812951,47.74306,8.99899\n7919,1646812952,47.74306,8.99899\n7920,1646812953,47.74306,8.99899\n7921,1646812954,47.74306,8.99899\n7922,1646812955,47.74306,8.99899\n7923,1646812956,47.74306,8.99899\n7924,1646812957,47.74306,8.99899\n7925,1646812958,47.74306,8.99899\n7926,1646812959,47.74306,8.99899\n7927,1646812960,47.74306,8.99899\n7928,1646812961,47.74306,8.99899\n7929,1646812962,47.74306,8.99899\n7930,1646812963,47.74306,8.99899\n7931,1646812964,47.74306,8.99899\n7932,1646812965,47.74306,8.99899\n7933,1646812966,47.74306,8.99899\n7934,1646812967,47.74306,8.99899\n7935,1646812968,47.74306,8.99899\n7936,1646812969,47.74306,8.99899\n7937,1646812970,47.74306,8.99899\n7938,1646812971,47.74306,8.99899\n7939,1646812972,47.74306,8.99899\n7940,1646812973,47.74306,8.99899\n7941,1646812974,47.74306,8.99899\n7942,1646812975,47.74306,8.99899\n7943,1646812976,47.74306,8.99899\n7944,1646812977,47.74306,8.99899\n7945,1646812978,47.74306,8.99899\n7946,1646812979,47.74306,8.99899\n7947,1646812980,47.74306,8.99899\n7948,1646812981,47.74306,8.99899\n7949,1646812982,47.74306,8.99899\n7950,1646812983,47.74306,8.99899\n7951,1646812984,47.74306,8.99899\n7952,1646812985,47.74306,8.99899\n7953,1646812986,47.74306,8.99899\n7954,1646812987,47.74306,8.99899\n7955,1646812988,47.74306,8.99899\n7956,1646812989,47.74306,8.99899\n7957,1646812990,47.74306,8.99899\n7958,1646812991,47.74306,8.99899\n7959,1646812992,47.74306,8.99899\n7960,1646812993,47.74306,8.99899\n7961,1646812994,47.74306,8.99899\n7962,1646812995,47.74306,8.99899\n7963,1646812996,47.74306,8.99899\n7964,1646812997,47.74306,8.99899\n7965,1646812998,47.74306,8.99899\n7966,1646812999,47.74306,8.99899\n7967,1646813000,47.74306,8.99899\n7968,1646813001,47.74306,8.99899\n7969,1646813002,47.74306,8.99899\n7970,1646813003,47.74306,8.99899\n7971,1646813004,47.74306,8.99899\n7972,1646813005,47.74306,8.99899\n7973,1646813006,47.74306,8.99899\n7974,1646813007,47.74306,8.99899\n7975,1646813008,47.74306,8.99899\n7976,1646813009,47.74306,8.99899\n7977,1646813010,47.74306,8.99899\n7978,1646813011,47.74306,8.99899\n7979,1646813012,47.74306,8.99899\n7980,1646813013,47.74306,8.99899\n7981,1646813014,47.74306,8.99899\n7982,1646813015,47.74306,8.99899\n7983,1646813016,47.74306,8.99899\n7984,1646813017,47.74306,8.99899\n7985,1646813018,47.74306,8.99899\n7986,1646813019,47.74306,8.99899\n7987,1646813020,47.74306,8.99899\n7988,1646813021,47.74306,8.99899\n7989,1646813022,47.74306,8.99899\n7990,1646813023,47.74306,8.99899\n7991,1646813024,47.74306,8.99899\n7992,1646813025,47.74306,8.99899\n7993,1646813026,47.74306,8.99899\n7994,1646813027,47.74306,8.99899\n7995,1646813028,47.74306,8.99899\n7996,1646813029,47.74306,8.99899\n7997,1646813030,47.74306,8.99899\n7998,1646813031,47.74306,8.99899\n7999,1646813032,47.74306,8.99899\n8000,1646813033,47.74306,8.99899\n8001,1646813034,47.74306,8.99899\n8002,1646813035,47.74306,8.99899\n8003,1646813036,47.74306,8.99899\n8004,1646813037,47.74306,8.99899\n8005,1646813038,47.74306,8.99899\n8006,1646813039,47.74306,8.99899\n8007,1646813040,47.74306,8.99899\n8008,1646813041,47.74306,8.99899\n8009,1646813042,47.74306,8.99899\n8010,1646813043,47.74306,8.99899\n8011,1646813044,47.74306,8.99899\n8012,1646813045,47.74306,8.99899\n8013,1646813046,47.74306,8.99899\n8014,1646813047,47.74306,8.99899\n8015,1646813048,47.74306,8.99899\n8016,1646813049,47.74306,8.99899\n8017,1646813050,47.74306,8.99899\n8018,1646813051,47.74306,8.99899\n8019,1646813052,47.74306,8.99899\n8020,1646813053,47.74306,8.99899\n8021,1646813054,47.74306,8.99899\n8022,1646813055,47.74306,8.99899\n8023,1646813056,47.74306,8.99899\n8024,1646813057,47.74306,8.99899\n8025,1646813058,47.74306,8.99899\n8026,1646813059,47.74306,8.99899\n8027,1646813060,47.74306,8.99899\n8028,1646813061,47.74306,8.99899\n8029,1646813062,47.74306,8.99899\n8030,1646813063,47.74306,8.99899\n8031,1646813064,47.74306,8.99899\n8032,1646813065,47.74306,8.99899\n8033,1646813066,47.74306,8.99899\n8034,1646813067,47.74306,8.99899\n8035,1646813068,47.74306,8.99899\n8036,1646813069,47.74306,8.99899\n8037,1646813070,47.74306,8.99899\n8038,1646813071,47.74306,8.99899\n8039,1646813072,47.74306,8.99899\n8040,1646813073,47.74306,8.99899\n8041,1646813074,47.74306,8.99899\n8042,1646813075,47.74306,8.99899\n8043,1646813076,47.74306,8.99899\n8044,1646813077,47.74306,8.99899\n8045,1646813078,47.74306,8.99899\n8046,1646813079,47.74306,8.99899\n8047,1646813080,47.74306,8.99899\n8048,1646813081,47.74306,8.99899\n8049,1646813082,47.74306,8.99899\n8050,1646813083,47.74306,8.99899\n8051,1646813084,47.74306,8.99899\n8052,1646813085,47.74306,8.99899\n8053,1646813086,47.74306,8.99899\n8054,1646813087,47.74306,8.99899\n8055,1646813088,47.74306,8.99899\n8056,1646813089,47.74306,8.99899\n8057,1646813090,47.74306,8.99899\n8058,1646813091,47.74306,8.99899\n8059,1646813092,47.74306,8.99899\n8060,1646813093,47.74306,8.99899\n8061,1646813094,47.74306,8.99899\n8062,1646813095,47.74306,8.99899\n8063,1646813096,47.74306,8.99899\n8064,1646813097,47.74306,8.99899\n8065,1646813098,47.74306,8.99899\n8066,1646813099,47.74306,8.99899\n8067,1646813100,47.74306,8.99899\n8068,1646813101,47.74306,8.99899\n8069,1646813102,47.74306,8.99899\n8070,1646813103,47.74306,8.99899\n8071,1646813104,47.74306,8.99899\n8072,1646813105,47.74306,8.99899\n8073,1646813106,47.74306,8.99899\n8074,1646813107,47.74306,8.99899\n8075,1646813108,47.74306,8.99899\n8076,1646813109,47.74306,8.99899\n8077,1646813110,47.74306,8.99899\n8078,1646813111,47.74306,8.99899\n8079,1646813112,47.74306,8.99899\n8080,1646813113,47.74306,8.99899\n8081,1646813114,47.74306,8.99899\n8082,1646813115,47.74306,8.99899\n8083,1646813116,47.74306,8.99899\n8084,1646813117,47.74306,8.99899\n8085,1646813118,47.74306,8.99899\n8086,1646813119,47.74306,8.99899\n8087,1646813120,47.74306,8.99899\n8088,1646813121,47.74306,8.99899\n8089,1646813122,47.74306,8.99899\n8090,1646813123,47.74306,8.99899\n8091,1646813124,47.74306,8.99899\n8092,1646813125,47.74306,8.99899\n8093,1646813126,47.74306,8.99899\n8094,1646813127,47.74306,8.99899\n8095,1646813128,47.74306,8.99899\n8096,1646813129,47.74306,8.99899\n8097,1646813130,47.74306,8.99899\n8098,1646813131,47.74306,8.99899\n8099,1646813132,47.74306,8.99899\n8100,1646813133,47.74306,8.99899\n8101,1646813134,47.74306,8.99899\n8102,1646813135,47.74306,8.99899\n8103,1646813136,47.74306,8.99899\n8104,1646813137,47.74306,8.99899\n8105,1646813138,47.74306,8.99899\n8106,1646813139,47.74306,8.99899\n8107,1646813140,47.74306,8.99899\n8108,1646813141,47.74306,8.99899\n8109,1646813142,47.74306,8.99899\n8110,1646813143,47.74306,8.99899\n8111,1646813144,47.74306,8.99899\n8112,1646813145,47.74306,8.99899\n8113,1646813146,47.74306,8.99899\n8114,1646813147,47.74306,8.99899\n8115,1646813148,47.74306,8.99899\n8116,1646813149,47.74306,8.99899\n8117,1646813150,47.74306,8.99899\n8118,1646813151,47.74306,8.99899\n8119,1646813152,47.74306,8.99899\n8120,1646813153,47.74306,8.99899\n8121,1646813154,47.74306,8.99899\n8122,1646813155,47.74306,8.99899\n8123,1646813156,47.74306,8.99899\n8124,1646813157,47.74306,8.99899\n8125,1646813158,47.74306,8.99899\n8126,1646813159,47.74306,8.99899\n8127,1646813160,47.74306,8.99899\n8128,1646813161,47.74306,8.99899\n8129,1646813162,47.74306,8.99899\n8130,1646813163,47.74306,8.99899\n8131,1646813164,47.74306,8.99899\n8132,1646813165,47.74306,8.99899\n8133,1646813166,47.74306,8.99899\n8134,1646813167,47.74306,8.99899\n8135,1646813168,47.74306,8.99899\n8136,1646813169,47.74306,8.99899\n8137,1646813170,47.74306,8.99899\n8138,1646813171,47.74306,8.99899\n8139,1646813172,47.74306,8.99899\n8140,1646813173,47.74306,8.99899\n8141,1646813174,47.74306,8.99899\n8142,1646813175,47.74306,8.99899\n8143,1646813176,47.74306,8.99899\n8144,1646813177,47.74306,8.99899\n8145,1646813178,47.74306,8.99899\n8146,1646813179,47.74306,8.99899\n8147,1646813180,47.74306,8.99899\n8148,1646813181,47.74306,8.99899\n8149,1646813182,47.74306,8.99899\n8150,1646813183,47.74306,8.99899\n8151,1646813184,47.74306,8.99899\n8152,1646813185,47.74306,8.99899\n8153,1646813186,47.74306,8.99899\n8154,1646813187,47.74306,8.99899\n8155,1646813188,47.74306,8.99899\n8156,1646813189,47.74306,8.99899\n8157,1646813190,47.74306,8.99899\n8158,1646813191,47.74306,8.99899\n8159,1646813192,47.74306,8.99899\n8160,1646813193,47.74306,8.99899\n8161,1646813194,47.74306,8.99899\n8162,1646813195,47.74306,8.99899\n8163,1646813196,47.74306,8.99899\n8164,1646813197,47.74306,8.99899\n8165,1646813198,47.74306,8.99899\n8166,1646813199,47.74306,8.99899\n8167,1646813200,47.74306,8.99899\n8168,1646813201,47.74306,8.99899\n8169,1646813202,47.74306,8.99899\n8170,1646813203,47.74306,8.99899\n8171,1646813204,47.74306,8.99899\n8172,1646813205,47.74306,8.99899\n8173,1646813206,47.74306,8.99899\n8174,1646813207,47.74306,8.99899\n8175,1646813208,47.74306,8.99899\n8176,1646813209,47.74306,8.99899\n8177,1646813210,47.74306,8.99899\n8178,1646813211,47.74306,8.99899\n8179,1646813212,47.74306,8.99899\n8180,1646813213,47.74306,8.99899\n8181,1646813214,47.74306,8.99899\n8182,1646813215,47.74306,8.99899\n8183,1646813216,47.74306,8.99899\n8184,1646813217,47.74306,8.99899\n8185,1646813218,47.74306,8.99899\n8186,1646813219,47.74306,8.99899\n8187,1646813220,47.74306,8.99899\n8188,1646813221,47.74306,8.99899\n8189,1646813222,47.74306,8.99899\n8190,1646813223,47.74306,8.99899\n8191,1646813224,47.74306,8.99899\n8192,1646813225,47.74306,8.99899\n8193,1646813226,47.74306,8.99899\n8194,1646813227,47.74306,8.99899\n8195,1646813228,47.74306,8.99899\n8196,1646813229,47.74306,8.99899\n8197,1646813230,47.74306,8.99899\n8198,1646813231,47.74306,8.99899\n8199,1646813232,47.74306,8.99899\n8200,1646813233,47.74306,8.99899\n8201,1646813234,47.74306,8.99899\n8202,1646813235,47.74306,8.99899\n8203,1646813236,47.74306,8.99899\n8204,1646813237,47.74306,8.99899\n8205,1646813238,47.74306,8.99899\n8206,1646813239,47.74306,8.99899\n8207,1646813240,47.74306,8.99899\n8208,1646813241,47.74306,8.99899\n8209,1646813242,47.74306,8.99899\n8210,1646813243,47.74306,8.99899\n8211,1646813244,47.74306,8.99899\n8212,1646813245,47.74306,8.99899\n8213,1646813246,47.74306,8.99899\n8214,1646813247,47.74306,8.99899\n8215,1646813248,47.74306,8.99899\n8216,1646813249,47.74306,8.99899\n8217,1646813250,47.74306,8.99899\n8218,1646813251,47.74306,8.99899\n8219,1646813252,47.74306,8.99899\n8220,1646813253,47.74306,8.99899\n8221,1646813254,47.74306,8.99899\n8222,1646813255,47.74306,8.99899\n8223,1646813256,47.74306,8.99899\n8224,1646813257,47.74306,8.99899\n8225,1646813258,47.74306,8.99899\n8226,1646813259,47.74306,8.99899\n8227,1646813260,47.74306,8.99899\n8228,1646813261,47.74306,8.99899\n8229,1646813262,47.74306,8.99899\n8230,1646813263,47.74306,8.99899\n8231,1646813264,47.74306,8.99899\n8232,1646813265,47.74306,8.99899\n8233,1646813266,47.74306,8.99899\n8234,1646813267,47.74306,8.99899\n8235,1646813268,47.74306,8.99899\n8236,1646813269,47.74306,8.99899\n8237,1646813270,47.74306,8.99899\n8238,1646813271,47.74306,8.99899\n8239,1646813272,47.74306,8.99899\n8240,1646813273,47.74306,8.99899\n8241,1646813274,47.74306,8.99899\n8242,1646813275,47.74306,8.99899\n8243,1646813276,47.74306,8.99899\n8244,1646813277,47.74306,8.99899\n8245,1646813278,47.74306,8.99899\n8246,1646813279,47.74306,8.99899\n8247,1646813280,47.74306,8.99899\n8248,1646813281,47.74306,8.99899\n8249,1646813282,47.74306,8.99899\n8250,1646813283,47.74306,8.99899\n8251,1646813284,47.74306,8.99899\n8252,1646813285,47.74306,8.99899\n8253,1646813286,47.74306,8.99899\n8254,1646813287,47.74306,8.99899\n8255,1646813288,47.74306,8.99899\n8256,1646813289,47.74306,8.99899\n8257,1646813290,47.74306,8.99899\n8258,1646813291,47.74306,8.99899\n8259,1646813292,47.74306,8.99899\n8260,1646813293,47.74306,8.99899\n8261,1646813294,47.74306,8.99899\n8262,1646813295,47.74306,8.99899\n8263,1646813296,47.74306,8.99899\n8264,1646813297,47.74306,8.99899\n8265,1646813298,47.74306,8.99899\n8266,1646813299,47.74306,8.99899\n8267,1646813300,47.74306,8.99899\n8268,1646813301,47.74306,8.99899\n8269,1646813302,47.74306,8.99899\n8270,1646813303,47.74306,8.99899\n8271,1646813304,47.74306,8.99899\n8272,1646813305,47.74306,8.99899\n8273,1646813306,47.74306,8.99899\n8274,1646813307,47.74306,8.99899\n8275,1646813308,47.74306,8.99899\n8276,1646813309,47.74306,8.99899\n8277,1646813310,47.74306,8.99899\n8278,1646813311,47.74306,8.99899\n8279,1646813312,47.74306,8.99899\n8280,1646813313,47.74306,8.99899\n8281,1646813314,47.74306,8.99899\n8282,1646813315,47.74306,8.99899\n8283,1646813316,47.74306,8.99899\n8284,1646813317,47.74306,8.99899\n8285,1646813318,47.74306,8.99899\n8286,1646813319,47.74306,8.99899\n8287,1646813320,47.74306,8.99899\n8288,1646813321,47.74306,8.99899\n8289,1646813322,47.74306,8.99899\n8290,1646813323,47.74306,8.99899\n8291,1646813324,47.74306,8.99899\n8292,1646813325,47.74306,8.99899\n8293,1646813326,47.74306,8.99899\n8294,1646813327,47.74306,8.99899\n8295,1646813328,47.74306,8.99899\n8296,1646813329,47.74306,8.99899\n8297,1646813330,47.74306,8.99899\n8298,1646813331,47.74306,8.99899\n8299,1646813332,47.74306,8.99899\n8300,1646813333,47.74306,8.99899\n8301,1646813334,47.74306,8.99899\n8302,1646813335,47.74306,8.99899\n8303,1646813336,47.74306,8.99899\n8304,1646813337,47.74306,8.99899\n8305,1646813338,47.74306,8.99899\n8306,1646813339,47.74306,8.99899\n8307,1646813340,47.74306,8.99899\n8308,1646813341,47.74306,8.99899\n8309,1646813342,47.74306,8.99899\n8310,1646813343,47.74306,8.99899\n8311,1646813344,47.74306,8.99899\n8312,1646813345,47.74306,8.99899\n8313,1646813346,47.74306,8.99899\n8314,1646813347,47.74306,8.99899\n8315,1646813348,47.74306,8.99899\n8316,1646813349,47.74306,8.99899\n8317,1646813350,47.74306,8.99899\n8318,1646813351,47.74306,8.99899\n8319,1646813352,47.74306,8.99899\n8320,1646813353,47.74306,8.99899\n8321,1646813354,47.74306,8.99899\n8322,1646813355,47.74306,8.99899\n8323,1646813356,47.74306,8.99899\n8324,1646813357,47.74306,8.99899\n8325,1646813358,47.74306,8.99899\n8326,1646813359,47.74306,8.99899\n8327,1646813360,47.74306,8.99899\n8328,1646813361,47.74306,8.99899\n8329,1646813362,47.74306,8.99899\n8330,1646813363,47.74306,8.99899\n8331,1646813364,47.74306,8.99899\n8332,1646813365,47.74306,8.99899\n8333,1646813366,47.74306,8.99899\n8334,1646813367,47.74306,8.99899\n8335,1646813368,47.74306,8.99899\n8336,1646813369,47.74306,8.99899\n8337,1646813370,47.74306,8.99899\n8338,1646813371,47.74306,8.99899\n8339,1646813372,47.74306,8.99899\n8340,1646813373,47.74306,8.99899\n8341,1646813374,47.74305,8.99899\n8342,1646813375,47.74305,8.99899\n8343,1646813376,47.74305,8.99899\n8344,1646813377,47.74305,8.99899\n8345,1646813378,47.74305,8.99899\n8346,1646813379,47.74305,8.99899\n8347,1646813380,47.74305,8.99899\n8348,1646813381,47.74305,8.99899\n8349,1646813382,47.74305,8.99899\n8350,1646813383,47.74305,8.99899\n8351,1646813384,47.74305,8.99899\n8352,1646813385,47.74305,8.99899\n8353,1646813386,47.74305,8.99899\n8354,1646813387,47.74305,8.99899\n8355,1646813388,47.74305,8.99899\n8356,1646813389,47.74305,8.99899\n8357,1646813390,47.74305,8.99899\n8358,1646813391,47.74305,8.99899\n8359,1646813392,47.74305,8.99899\n8360,1646813393,47.74305,8.99899\n8361,1646813394,47.74305,8.99899\n8362,1646813395,47.74305,8.99899\n8363,1646813396,47.74305,8.99899\n8364,1646813397,47.74305,8.99899\n8365,1646813398,47.74305,8.99899\n8366,1646813399,47.74305,8.99899\n8367,1646813400,47.74305,8.99899\n8368,1646813401,47.74305,8.99899\n8369,1646813402,47.74305,8.99899\n8370,1646813403,47.74305,8.99899\n8371,1646813404,47.74305,8.99899\n8372,1646813405,47.74305,8.99899\n8373,1646813406,47.74305,8.99899\n8374,1646813407,47.74305,8.99899\n8375,1646813408,47.74305,8.99899\n8376,1646813409,47.74305,8.99899\n8377,1646813410,47.74305,8.99899\n8378,1646813411,47.74305,8.99899\n8379,1646813412,47.74305,8.99899\n8380,1646813413,47.74305,8.99899\n8381,1646813414,47.74305,8.99899\n8382,1646813415,47.74305,8.99899\n8383,1646813416,47.74305,8.99899\n8384,1646813417,47.74305,8.99899\n8385,1646813418,47.74305,8.99899\n8386,1646813419,47.74305,8.99899\n8387,1646813420,47.74305,8.99899\n8388,1646813421,47.74305,8.99899\n8389,1646813422,47.74305,8.99899\n8390,1646813423,47.74305,8.99899\n8391,1646813424,47.74305,8.99899\n8392,1646813425,47.74305,8.99899\n8393,1646813426,47.74305,8.99899\n8394,1646813427,47.74305,8.99899\n8395,1646813428,47.74305,8.99899\n8396,1646813429,47.74305,8.99899\n8397,1646813430,47.74305,8.99899\n8398,1646813431,47.74305,8.99899\n8399,1646813432,47.74305,8.99899\n8400,1646813433,47.74305,8.99899\n8401,1646813434,47.74305,8.99899\n8402,1646813435,47.74305,8.99899\n8403,1646813436,47.74305,8.99899\n8404,1646813437,47.74305,8.99899\n8405,1646813438,47.74305,8.99899\n8406,1646813439,47.74305,8.99899\n8407,1646813440,47.74305,8.99899\n8408,1646813441,47.74305,8.99899\n8409,1646813442,47.74305,8.99899\n8410,1646813443,47.74305,8.99899\n8411,1646813444,47.74305,8.99899\n8412,1646813445,47.74305,8.99899\n8413,1646813446,47.74305,8.99899\n8414,1646813447,47.74305,8.99899\n8415,1646813448,47.74305,8.99899\n8416,1646813449,47.74305,8.99899\n8417,1646813450,47.74305,8.99899\n8418,1646813451,47.74305,8.99899\n8419,1646813452,47.74305,8.99899\n8420,1646813453,47.74305,8.99899\n8421,1646813454,47.74305,8.99899\n8422,1646813455,47.74305,8.99899\n8423,1646813456,47.74305,8.99899\n8424,1646813457,47.74305,8.99899\n8425,1646813458,47.74305,8.99899\n8426,1646813459,47.74305,8.99899\n8427,1646813460,47.74305,8.99899\n8428,1646813461,47.74305,8.99899\n8429,1646813462,47.74305,8.99899\n8430,1646813463,47.74305,8.99899\n8431,1646813464,47.74305,8.99899\n8432,1646813465,47.74305,8.99899\n8433,1646813466,47.74305,8.99899\n8434,1646813467,47.74305,8.99900\n8435,1646813468,47.74305,8.99900\n8436,1646813469,47.74305,8.99900\n8437,1646813470,47.74305,8.99900\n8438,1646813471,47.74305,8.99900\n8439,1646813472,47.74305,8.99900\n8440,1646813473,47.74305,8.99900\n8441,1646813474,47.74305,8.99900\n8442,1646813475,47.74305,8.99900\n8443,1646813476,47.74305,8.99900\n8444,1646813477,47.74304,8.99900\n8445,1646813478,47.74304,8.99900\n8446,1646813479,47.74304,8.99900\n8447,1646813480,47.74304,8.99900\n8448,1646813481,47.74304,8.99900\n8449,1646813482,47.74304,8.99900\n8450,1646813483,47.74304,8.99900\n8451,1646813484,47.74304,8.99900\n8452,1646813485,47.74304,8.99900\n8453,1646813486,47.74304,8.99900\n8454,1646813487,47.74304,8.99900\n8455,1646813488,47.74304,8.99900\n8456,1646813489,47.74304,8.99900\n8457,1646813490,47.74304,8.99900\n8458,1646813491,47.74304,8.99900\n8459,1646813492,47.74304,8.99900\n8460,1646813493,47.74304,8.99899\n8461,1646813494,47.74304,8.99899\n8462,1646813495,47.74304,8.99899\n8463,1646813496,47.74304,8.99899\n8464,1646813497,47.74304,8.99899\n8465,1646813498,47.74304,8.99899\n8466,1646813499,47.74304,8.99899\n8467,1646813500,47.74304,8.99899\n8468,1646813501,47.74304,8.99899\n8469,1646813502,47.74304,8.99899\n8470,1646813503,47.74304,8.99899\n8471,1646813504,47.74304,8.99899\n8472,1646813505,47.74304,8.99899\n8473,1646813506,47.74304,8.99899\n8474,1646813507,47.74304,8.99899\n8475,1646813508,47.74304,8.99899\n8476,1646813509,47.74304,8.99899\n8477,1646813510,47.74304,8.99899\n8478,1646813511,47.74304,8.99899\n8479,1646813512,47.74304,8.99899\n8480,1646813513,47.74304,8.99899\n8481,1646813514,47.74304,8.99899\n8482,1646813515,47.74304,8.99899\n8483,1646813516,47.74304,8.99899\n8484,1646813517,47.74304,8.99899\n8485,1646813518,47.74304,8.99899\n8486,1646813519,47.74304,8.99899\n8487,1646813520,47.74304,8.99899\n8488,1646813521,47.74304,8.99899\n8489,1646813522,47.74304,8.99899\n8490,1646813523,47.74304,8.99899\n8491,1646813524,47.74304,8.99899\n8492,1646813525,47.74304,8.99899\n8493,1646813526,47.74304,8.99899\n8494,1646813527,47.74304,8.99899\n8495,1646813528,47.74304,8.99899\n8496,1646813529,47.74304,8.99899\n8497,1646813530,47.74304,8.99899\n8498,1646813531,47.74304,8.99899\n8499,1646813532,47.74304,8.99899\n8500,1646813533,47.74304,8.99899\n8501,1646813534,47.74304,8.99899\n8502,1646813535,47.74304,8.99899\n8503,1646813536,47.74304,8.99899\n8504,1646813537,47.74304,8.99899\n8505,1646813538,47.74304,8.99899\n8506,1646813539,47.74304,8.99899\n8507,1646813540,47.74304,8.99899\n8508,1646813541,47.74304,8.99899\n8509,1646813542,47.74304,8.99899\n8510,1646813543,47.74304,8.99899\n8511,1646813544,47.74304,8.99899\n8512,1646813545,47.74304,8.99899\n8513,1646813546,47.74304,8.99899\n8514,1646813547,47.74304,8.99899\n8515,1646813548,47.74304,8.99899\n8516,1646813549,47.74304,8.99899\n8517,1646813550,47.74304,8.99899\n8518,1646813551,47.74304,8.99899\n8519,1646813552,47.74304,8.99899\n8520,1646813553,47.74304,8.99899\n8521,1646813554,47.74304,8.99899\n8522,1646813555,47.74304,8.99899\n8523,1646813556,47.74304,8.99899\n8524,1646813557,47.74304,8.99899\n8525,1646813558,47.74304,8.99899\n8526,1646813559,47.74304,8.99899\n8527,1646813560,47.74304,8.99899\n8528,1646813561,47.74304,8.99899\n8529,1646813562,47.74304,8.99899\n8530,1646813563,47.74304,8.99899\n8531,1646813564,47.74304,8.99899\n8532,1646813565,47.74304,8.99899\n8533,1646813566,47.74304,8.99899\n8534,1646813567,47.74304,8.99899\n8535,1646813568,47.74304,8.99899\n8536,1646813569,47.74304,8.99899\n8537,1646813570,47.74304,8.99899\n8538,1646813571,47.74304,8.99899\n8539,1646813572,47.74304,8.99899\n8540,1646813573,47.74304,8.99899\n8541,1646813574,47.74304,8.99899\n8542,1646813575,47.74304,8.99899\n8543,1646813576,47.74304,8.99899\n8544,1646813577,47.74304,8.99899\n8545,1646813578,47.74304,8.99899\n8546,1646813579,47.74304,8.99899\n8547,1646813580,47.74304,8.99899\n8548,1646813581,47.74304,8.99899\n8549,1646813582,47.74304,8.99899\n8550,1646813583,47.74304,8.99899\n8551,1646813584,47.74304,8.99899\n8552,1646813585,47.74304,8.99899\n8553,1646813586,47.74304,8.99899\n8554,1646813587,47.74304,8.99899\n8555,1646813588,47.74304,8.99899\n8556,1646813589,47.74304,8.99899\n8557,1646813590,47.74304,8.99899\n8558,1646813591,47.74304,8.99899\n8559,1646813592,47.74304,8.99899\n8560,1646813593,47.74304,8.99899\n8561,1646813594,47.74304,8.99899\n8562,1646813595,47.74304,8.99899\n8563,1646813596,47.74304,8.99899\n8564,1646813597,47.74304,8.99899\n8565,1646813598,47.74304,8.99899\n8566,1646813599,47.74304,8.99899\n8567,1646813600,47.74304,8.99899\n8568,1646813601,47.74304,8.99899\n8569,1646813602,47.74304,8.99899\n8570,1646813603,47.74304,8.99899\n8571,1646813604,47.74304,8.99899\n8572,1646813605,47.74304,8.99899\n8573,1646813606,47.74304,8.99899\n8574,1646813607,47.74304,8.99899\n8575,1646813608,47.74304,8.99899\n8576,1646813609,47.74304,8.99899\n8577,1646813610,47.74304,8.99899\n8578,1646813611,47.74304,8.99899\n8579,1646813612,47.74304,8.99899\n8580,1646813613,47.74304,8.99899\n8581,1646813614,47.74304,8.99899\n8582,1646813615,47.74304,8.99899\n8583,1646813616,47.74304,8.99899\n8584,1646813617,47.74304,8.99899\n8585,1646813618,47.74304,8.99899\n8586,1646813619,47.74304,8.99899\n8587,1646813620,47.74304,8.99899\n8588,1646813621,47.74304,8.99899\n8589,1646813622,47.74304,8.99899\n8590,1646813623,47.74304,8.99899\n8591,1646813624,47.74304,8.99899\n8592,1646813625,47.74304,8.99899\n8593,1646813626,47.74304,8.99899\n8594,1646813627,47.74304,8.99899\n8595,1646813628,47.74304,8.99899\n8596,1646813629,47.74304,8.99899\n8597,1646813630,47.74304,8.99899\n8598,1646813631,47.74304,8.99899\n8599,1646813632,47.74304,8.99899\n8600,1646813633,47.74304,8.99899\n8601,1646813634,47.74304,8.99899\n8602,1646813635,47.74304,8.99899\n8603,1646813636,47.74304,8.99899\n8604,1646813637,47.74304,8.99899\n8605,1646813638,47.74304,8.99899\n8606,1646813639,47.74304,8.99899\n8607,1646813640,47.74304,8.99899\n8608,1646813641,47.74304,8.99899\n8609,1646813642,47.74304,8.99899\n8610,1646813643,47.74304,8.99899\n8611,1646813644,47.74304,8.99899\n8612,1646813645,47.74304,8.99899\n8613,1646813646,47.74304,8.99899\n8614,1646813647,47.74304,8.99899\n8615,1646813648,47.74304,8.99899\n8616,1646813649,47.74304,8.99899\n8617,1646813650,47.74304,8.99899\n8618,1646813651,47.74304,8.99899\n8619,1646813652,47.74304,8.99899\n8620,1646813653,47.74304,8.99899\n8621,1646813654,47.74304,8.99899\n8622,1646813655,47.74304,8.99899\n8623,1646813656,47.74304,8.99899\n8624,1646813657,47.74304,8.99899\n8625,1646813658,47.74304,8.99899\n8626,1646813659,47.74304,8.99899\n8627,1646813660,47.74304,8.99899\n8628,1646813661,47.74304,8.99899\n8629,1646813662,47.74304,8.99899\n8630,1646813663,47.74304,8.99899\n8631,1646813664,47.74304,8.99899\n8632,1646813665,47.74304,8.99899\n8633,1646813666,47.74304,8.99899\n8634,1646813667,47.74304,8.99899\n8635,1646813668,47.74304,8.99899\n8636,1646813669,47.74304,8.99899\n8637,1646813670,47.74304,8.99899\n8638,1646813671,47.74304,8.99899\n8639,1646813672,47.74304,8.99899\n8640,1646813673,47.74304,8.99899\n8641,1646813674,47.74304,8.99899\n8642,1646813675,47.74304,8.99899\n8643,1646813676,47.74304,8.99899\n8644,1646813677,47.74304,8.99899\n8645,1646813678,47.74304,8.99899\n8646,1646813679,47.74304,8.99899\n8647,1646813680,47.74304,8.99899\n8648,1646813681,47.74304,8.99899\n8649,1646813682,47.74304,8.99899\n8650,1646813683,47.74304,8.99899\n8651,1646813684,47.74304,8.99899\n8652,1646813685,47.74304,8.99899\n8653,1646813686,47.74304,8.99899\n8654,1646813687,47.74304,8.99899\n8655,1646813688,47.74304,8.99899\n8656,1646813689,47.74304,8.99899\n8657,1646813690,47.74304,8.99899\n8658,1646813691,47.74304,8.99899\n8659,1646813692,47.74304,8.99899\n8660,1646813693,47.74304,8.99899\n8661,1646813694,47.74304,8.99899\n8662,1646813695,47.74304,8.99899\n8663,1646813696,47.74304,8.99899\n8664,1646813697,47.74304,8.99899\n8665,1646813698,47.74304,8.99899\n8666,1646813699,47.74304,8.99899\n8667,1646813700,47.74304,8.99899\n8668,1646813701,47.74304,8.99899\n8669,1646813702,47.74304,8.99899\n8670,1646813703,47.74304,8.99899\n8671,1646813704,47.74304,8.99899\n8672,1646813705,47.74304,8.99899\n8673,1646813706,47.74304,8.99899\n8674,1646813707,47.74304,8.99899\n8675,1646813708,47.74304,8.99899\n8676,1646813709,47.74304,8.99899\n8677,1646813710,47.74304,8.99899\n8678,1646813711,47.74304,8.99899\n8679,1646813712,47.74304,8.99899\n8680,1646813713,47.74304,8.99899\n8681,1646813714,47.74304,8.99899\n8682,1646813715,47.74304,8.99899\n8683,1646813716,47.74304,8.99899\n8684,1646813717,47.74304,8.99899\n8685,1646813718,47.74304,8.99899\n8686,1646813719,47.74304,8.99899\n8687,1646813720,47.74304,8.99899\n8688,1646813721,47.74304,8.99899\n8689,1646813722,47.74304,8.99899\n8690,1646813723,47.74304,8.99899\n8691,1646813724,47.74304,8.99899\n8692,1646813725,47.74304,8.99899\n8693,1646813726,47.74304,8.99899\n8694,1646813727,47.74304,8.99899\n8695,1646813728,47.74304,8.99899\n8696,1646813729,47.74304,8.99899\n8697,1646813730,47.74304,8.99899\n8698,1646813731,47.74304,8.99899\n8699,1646813732,47.74304,8.99899\n8700,1646813733,47.74304,8.99899\n8701,1646813734,47.74304,8.99899\n8702,1646813735,47.74304,8.99899\n8703,1646813736,47.74304,8.99899\n8704,1646813737,47.74304,8.99899\n8705,1646813738,47.74304,8.99899\n8706,1646813739,47.74304,8.99899\n8707,1646813740,47.74304,8.99899\n8708,1646813741,47.74304,8.99899\n8709,1646813742,47.74304,8.99899\n8710,1646813743,47.74304,8.99899\n8711,1646813744,47.74304,8.99899\n8712,1646813745,47.74304,8.99899\n8713,1646813746,47.74304,8.99899\n8714,1646813747,47.74304,8.99899\n8715,1646813748,47.74304,8.99899\n8716,1646813749,47.74304,8.99899\n8717,1646813750,47.74304,8.99899\n8718,1646813751,47.74304,8.99899\n8719,1646813752,47.74304,8.99899\n8720,1646813753,47.74304,8.99899\n8721,1646813754,47.74304,8.99899\n8722,1646813755,47.74304,8.99899\n8723,1646813756,47.74304,8.99899\n8724,1646813757,47.74304,8.99899\n8725,1646813758,47.74304,8.99899\n8726,1646813759,47.74304,8.99899\n8727,1646813760,47.74304,8.99899\n8728,1646813761,47.74304,8.99899\n8729,1646813762,47.74304,8.99899\n8730,1646813763,47.74304,8.99899\n8731,1646813764,47.74304,8.99899\n8732,1646813765,47.74304,8.99899\n8733,1646813766,47.74304,8.99899\n8734,1646813767,47.74304,8.99899\n8735,1646813768,47.74304,8.99899\n8736,1646813769,47.74304,8.99899\n8737,1646813770,47.74304,8.99899\n8738,1646813771,47.74304,8.99899\n8739,1646813772,47.74304,8.99899\n8740,1646813773,47.74304,8.99899\n8741,1646813774,47.74304,8.99899\n8742,1646813775,47.74304,8.99899\n8743,1646813776,47.74304,8.99899\n8744,1646813777,47.74304,8.99899\n8745,1646813778,47.74304,8.99899\n8746,1646813779,47.74304,8.99899\n8747,1646813780,47.74304,8.99899\n8748,1646813781,47.74304,8.99899\n8749,1646813782,47.74304,8.99899\n8750,1646813783,47.74304,8.99899\n8751,1646813784,47.74304,8.99899\n8752,1646813785,47.74304,8.99899\n8753,1646813786,47.74304,8.99899\n8754,1646813787,47.74304,8.99899\n8755,1646813788,47.74304,8.99899\n8756,1646813789,47.74304,8.99899\n8757,1646813790,47.74304,8.99899\n8758,1646813791,47.74304,8.99899\n8759,1646813792,47.74304,8.99899\n8760,1646813793,47.74304,8.99899\n8761,1646813794,47.74304,8.99899\n8762,1646813795,47.74304,8.99899\n8763,1646813796,47.74304,8.99899\n8764,1646813797,47.74304,8.99899\n8765,1646813798,47.74304,8.99899\n8766,1646813799,47.74304,8.99899\n8767,1646813800,47.74304,8.99899\n8768,1646813801,47.74304,8.99899\n8769,1646813802,47.74304,8.99899\n8770,1646813803,47.74304,8.99899\n8771,1646813804,47.74304,8.99899\n8772,1646813805,47.74304,8.99899\n8773,1646813806,47.74304,8.99899\n8774,1646813807,47.74304,8.99899\n8775,1646813808,47.74304,8.99899\n8776,1646813809,47.74304,8.99899\n8777,1646813810,47.74304,8.99899\n8778,1646813811,47.74304,8.99899\n8779,1646813812,47.74304,8.99899\n8780,1646813813,47.74304,8.99899\n8781,1646813814,47.74304,8.99899\n8782,1646813815,47.74304,8.99899\n8783,1646813816,47.74304,8.99899\n8784,1646813817,47.74304,8.99899\n8785,1646813818,47.74304,8.99899\n8786,1646813819,47.74304,8.99899\n8787,1646813820,47.74304,8.99899\n8788,1646813821,47.74304,8.99899\n8789,1646813822,47.74304,8.99899\n8790,1646813823,47.74304,8.99899\n8791,1646813824,47.74304,8.99899\n8792,1646813825,47.74304,8.99899\n8793,1646813826,47.74304,8.99899\n8794,1646813827,47.74304,8.99899\n8795,1646813828,47.74304,8.99899\n8796,1646813829,47.74304,8.99899\n8797,1646813830,47.74304,8.99899\n8798,1646813831,47.74304,8.99899\n8799,1646813832,47.74304,8.99899\n8800,1646813833,47.74304,8.99899\n8801,1646813834,47.74304,8.99899\n8802,1646813835,47.74304,8.99899\n8803,1646813836,47.74304,8.99899\n8804,1646813837,47.74304,8.99899\n8805,1646813838,47.74304,8.99899\n8806,1646813839,47.74304,8.99899\n8807,1646813840,47.74304,8.99899\n8808,1646813841,47.74304,8.99899\n8809,1646813842,47.74304,8.99899\n8810,1646813843,47.74304,8.99899\n8811,1646813844,47.74304,8.99899\n8812,1646813845,47.74304,8.99899\n8813,1646813846,47.74304,8.99899\n8814,1646813847,47.74304,8.99899\n8815,1646813848,47.74304,8.99899\n8816,1646813849,47.74304,8.99899\n8817,1646813850,47.74304,8.99899\n8818,1646813851,47.74304,8.99899\n8819,1646813852,47.74304,8.99899\n8820,1646813853,47.74304,8.99899\n8821,1646813854,47.74304,8.99899\n8822,1646813855,47.74304,8.99899\n8823,1646813856,47.74304,8.99899\n8824,1646813857,47.74304,8.99899\n8825,1646813858,47.74304,8.99899\n8826,1646813859,47.74304,8.99899\n8827,1646813860,47.74304,8.99899\n8828,1646813861,47.74304,8.99899\n8829,1646813862,47.74304,8.99899\n8830,1646813863,47.74304,8.99899\n8831,1646813864,47.74304,8.99899\n8832,1646813865,47.74304,8.99899\n8833,1646813866,47.74304,8.99899\n8834,1646813867,47.74304,8.99899\n8835,1646813868,47.74304,8.99899\n8836,1646813869,47.74304,8.99899\n8837,1646813870,47.74304,8.99899\n8838,1646813871,47.74304,8.99899\n8839,1646813872,47.74304,8.99899\n8840,1646813873,47.74304,8.99899\n8841,1646813874,47.74304,8.99899\n8842,1646813875,47.74304,8.99899\n8843,1646813876,47.74304,8.99899\n8844,1646813877,47.74304,8.99899\n8845,1646813878,47.74304,8.99899\n8846,1646813879,47.74304,8.99899\n8847,1646813880,47.74304,8.99899\n8848,1646813881,47.74304,8.99899\n8849,1646813882,47.74304,8.99899\n8850,1646813883,47.74304,8.99899\n8851,1646813884,47.74304,8.99899\n8852,1646813885,47.74304,8.99899\n8853,1646813886,47.74304,8.99899\n8854,1646813887,47.74304,8.99899\n8855,1646813888,47.74304,8.99899\n8856,1646813889,47.74304,8.99899\n8857,1646813890,47.74304,8.99899\n8858,1646813891,47.74304,8.99899\n8859,1646813892,47.74304,8.99899\n8860,1646813893,47.74304,8.99899\n8861,1646813894,47.74304,8.99899\n8862,1646813895,47.74304,8.99899\n8863,1646813896,47.74304,8.99899\n8864,1646813897,47.74304,8.99899\n8865,1646813898,47.74304,8.99899\n8866,1646813899,47.74304,8.99899\n8867,1646813900,47.74304,8.99899\n8868,1646813901,47.74304,8.99899\n8869,1646813902,47.74304,8.99899\n8870,1646813903,47.74304,8.99899\n8871,1646813904,47.74304,8.99899\n8872,1646813905,47.74304,8.99899\n8873,1646813906,47.74304,8.99899\n8874,1646813907,47.74304,8.99899\n8875,1646813908,47.74304,8.99899\n8876,1646813909,47.74304,8.99899\n8877,1646813910,47.74304,8.99899\n8878,1646813911,47.74304,8.99899\n8879,1646813912,47.74304,8.99899\n8880,1646813913,47.74304,8.99899\n8881,1646813914,47.74304,8.99899\n8882,1646813915,47.74304,8.99899\n8883,1646813916,47.74304,8.99899\n8884,1646813917,47.74304,8.99899\n8885,1646813918,47.74304,8.99899\n8886,1646813919,47.74304,8.99899\n8887,1646813920,47.74304,8.99899\n8888,1646813921,47.74304,8.99899\n8889,1646813922,47.74304,8.99899\n8890,1646813923,47.74304,8.99899\n8891,1646813924,47.74304,8.99899\n8892,1646813925,47.74304,8.99899\n8893,1646813926,47.74304,8.99899\n8894,1646813927,47.74304,8.99899\n8895,1646813928,47.74304,8.99899\n8896,1646813929,47.74304,8.99899\n8897,1646813930,47.74304,8.99899\n8898,1646813931,47.74304,8.99899\n8899,1646813932,47.74304,8.99899\n8900,1646813933,47.74304,8.99899\n8901,1646813934,47.74304,8.99899\n8902,1646813935,47.74304,8.99899\n8903,1646813936,47.74304,8.99899\n8904,1646813937,47.74304,8.99899\n8905,1646813938,47.74304,8.99899\n8906,1646813939,47.74304,8.99899\n8907,1646813940,47.74304,8.99899\n8908,1646813941,47.74304,8.99899\n8909,1646813942,47.74304,8.99899\n8910,1646813943,47.74304,8.99899\n8911,1646813944,47.74304,8.99899\n8912,1646813945,47.74304,8.99899\n8913,1646813946,47.74304,8.99899\n8914,1646813947,47.74304,8.99899\n8915,1646813948,47.74304,8.99899\n8916,1646813949,47.74304,8.99899\n8917,1646813950,47.74304,8.99899\n8918,1646813951,47.74304,8.99899\n8919,1646813952,47.74304,8.99899\n8920,1646813953,47.74304,8.99899\n8921,1646813954,47.74304,8.99899\n8922,1646813955,47.74304,8.99899\n8923,1646813956,47.74304,8.99899\n8924,1646813957,47.74304,8.99899\n8925,1646813958,47.74304,8.99899\n8926,1646813959,47.74304,8.99899\n8927,1646813960,47.74304,8.99899\n8928,1646813961,47.74304,8.99899\n8929,1646813962,47.74304,8.99899\n8930,1646813963,47.74304,8.99899\n8931,1646813964,47.74304,8.99899\n8932,1646813965,47.74304,8.99899\n8933,1646813966,47.74304,8.99899\n8934,1646813967,47.74304,8.99899\n8935,1646813968,47.74304,8.99899\n8936,1646813969,47.74304,8.99899\n8937,1646813970,47.74304,8.99899\n8938,1646813971,47.74304,8.99899\n8939,1646813972,47.74304,8.99899\n8940,1646813973,47.74304,8.99899\n8941,1646813974,47.74304,8.99899\n8942,1646813975,47.74304,8.99899\n8943,1646813976,47.74304,8.99899\n8944,1646813977,47.74304,8.99899\n8945,1646813978,47.74304,8.99899\n8946,1646813979,47.74304,8.99899\n8947,1646813980,47.74304,8.99899\n8948,1646813981,47.74304,8.99899\n8949,1646813982,47.74304,8.99899\n8950,1646813983,47.74304,8.99899\n8951,1646813984,47.74304,8.99899\n8952,1646813985,47.74304,8.99899\n8953,1646813986,47.74304,8.99899\n8954,1646813987,47.74304,8.99899\n8955,1646813988,47.74304,8.99899\n8956,1646813989,47.74304,8.99899\n8957,1646813990,47.74304,8.99899\n8958,1646813991,47.74304,8.99899\n8959,1646813992,47.74304,8.99899\n8960,1646813993,47.74304,8.99899\n8961,1646813994,47.74304,8.99899\n8962,1646813995,47.74304,8.99899\n8963,1646813996,47.74304,8.99899\n8964,1646813997,47.74304,8.99899\n8965,1646813998,47.74304,8.99899\n8966,1646813999,47.74304,8.99899\n8967,1646814000,47.74304,8.99899\n8968,1646814001,47.74304,8.99899\n8969,1646814002,47.74304,8.99899\n8970,1646814003,47.74304,8.99899\n8971,1646814004,47.74304,8.99899\n8972,1646814005,47.74304,8.99899\n8973,1646814006,47.74304,8.99899\n8974,1646814007,47.74304,8.99899\n8975,1646814008,47.74304,8.99899\n8976,1646814009,47.74304,8.99899\n8977,1646814010,47.74304,8.99899\n8978,1646814011,47.74304,8.99899\n8979,1646814012,47.74304,8.99899\n8980,1646814013,47.74304,8.99899\n8981,1646814014,47.74304,8.99899\n8982,1646814015,47.74304,8.99899\n8983,1646814016,47.74304,8.99899\n8984,1646814017,47.74304,8.99899\n8985,1646814018,47.74304,8.99899\n8986,1646814019,47.74304,8.99899\n8987,1646814020,47.74304,8.99899\n8988,1646814021,47.74304,8.99899\n8989,1646814022,47.74304,8.99899\n8990,1646814023,47.74304,8.99899\n8991,1646814024,47.74304,8.99899\n8992,1646814025,47.74304,8.99899\n8993,1646814026,47.74304,8.99899\n8994,1646814027,47.74304,8.99899\n8995,1646814028,47.74304,8.99899\n8996,1646814029,47.74304,8.99899\n8997,1646814030,47.74304,8.99899\n8998,1646814031,47.74304,8.99899\n8999,1646814032,47.74304,8.99899\n9000,1646814033,47.74304,8.99899\n9001,1646814034,47.74304,8.99899\n9002,1646814035,47.74304,8.99899\n9003,1646814036,47.74304,8.99899\n9004,1646814037,47.74304,8.99899\n9005,1646814038,47.74304,8.99899\n9006,1646814039,47.74304,8.99899\n9007,1646814040,47.74304,8.99899\n9008,1646814041,47.74304,8.99899\n9009,1646814042,47.74304,8.99899\n9010,1646814043,47.74304,8.99899\n9011,1646814044,47.74304,8.99899\n9012,1646814045,47.74304,8.99899\n9013,1646814046,47.74304,8.99899\n9014,1646814047,47.74304,8.99899\n9015,1646814048,47.74304,8.99899\n9016,1646814049,47.74304,8.99899\n9017,1646814050,47.74304,8.99899\n9018,1646814051,47.74304,8.99899\n9019,1646814052,47.74304,8.99899\n9020,1646814053,47.74304,8.99899\n9021,1646814054,47.74304,8.99899\n9022,1646814055,47.74304,8.99899\n9023,1646814056,47.74304,8.99899\n9024,1646814057,47.74304,8.99899\n9025,1646814058,47.74304,8.99899\n9026,1646814059,47.74304,8.99899\n9027,1646814060,47.74304,8.99899\n9028,1646814061,47.74304,8.99899\n9029,1646814062,47.74304,8.99899\n9030,1646814063,47.74304,8.99899\n9031,1646814064,47.74304,8.99899\n9032,1646814065,47.74304,8.99899\n9033,1646814066,47.74304,8.99899\n9034,1646814067,47.74304,8.99899\n9035,1646814068,47.74304,8.99899\n9036,1646814069,47.74304,8.99899\n9037,1646814070,47.74304,8.99899\n9038,1646814071,47.74304,8.99899\n9039,1646814072,47.74304,8.99899\n9040,1646814073,47.74304,8.99899\n9041,1646814074,47.74304,8.99899\n9042,1646814075,47.74304,8.99899\n9043,1646814076,47.74304,8.99899\n9044,1646814077,47.74304,8.99899\n9045,1646814078,47.74304,8.99899\n9046,1646814079,47.74304,8.99899\n9047,1646814080,47.74304,8.99899\n9048,1646814081,47.74304,8.99899\n9049,1646814082,47.74304,8.99899\n9050,1646814083,47.74304,8.99899\n9051,1646814084,47.74304,8.99899\n9052,1646814085,47.74304,8.99899\n9053,1646814086,47.74304,8.99899\n9054,1646814087,47.74304,8.99899\n9055,1646814088,47.74304,8.99899\n9056,1646814089,47.74304,8.99899\n9057,1646814090,47.74304,8.99899\n9058,1646814091,47.74304,8.99899\n9059,1646814092,47.74304,8.99899\n9060,1646814093,47.74304,8.99899\n9061,1646814094,47.74304,8.99899\n9062,1646814095,47.74304,8.99899\n9063,1646814096,47.74304,8.99899\n9064,1646814097,47.74304,8.99899\n9065,1646814098,47.74304,8.99899\n9066,1646814099,47.74304,8.99899\n9067,1646814100,47.74304,8.99899\n9068,1646814101,47.74304,8.99899\n9069,1646814102,47.74304,8.99899\n9070,1646814103,47.74304,8.99899\n9071,1646814104,47.74304,8.99899\n9072,1646814105,47.74304,8.99899\n9073,1646814106,47.74304,8.99899\n9074,1646814107,47.74304,8.99899\n9075,1646814108,47.74304,8.99899\n9076,1646814109,47.74304,8.99899\n9077,1646814110,47.74304,8.99899\n9078,1646814111,47.74304,8.99899\n9079,1646814112,47.74304,8.99899\n9080,1646814113,47.74304,8.99899\n9081,1646814114,47.74304,8.99899\n9082,1646814115,47.74304,8.99899\n9083,1646814116,47.74304,8.99899\n9084,1646814117,47.74304,8.99899\n9085,1646814118,47.74304,8.99899\n9086,1646814119,47.74304,8.99899\n9087,1646814120,47.74304,8.99899\n9088,1646814121,47.74304,8.99899\n9089,1646814122,47.74304,8.99899\n9090,1646814123,47.74304,8.99899\n9091,1646814124,47.74304,8.99899\n9092,1646814125,47.74304,8.99899\n9093,1646814126,47.74304,8.99899\n9094,1646814127,47.74304,8.99899\n9095,1646814128,47.74304,8.99899\n9096,1646814129,47.74304,8.99899\n9097,1646814130,47.74304,8.99899\n9098,1646814131,47.74304,8.99899\n9099,1646814132,47.74304,8.99899\n9100,1646814133,47.74304,8.99899\n9101,1646814134,47.74304,8.99899\n9102,1646814135,47.74304,8.99899\n9103,1646814136,47.74304,8.99899\n9104,1646814137,47.74304,8.99899\n9105,1646814138,47.74304,8.99899\n9106,1646814139,47.74304,8.99899\n9107,1646814140,47.74304,8.99899\n9108,1646814141,47.74304,8.99899\n9109,1646814142,47.74304,8.99899\n9110,1646814143,47.74304,8.99899\n9111,1646814144,47.74304,8.99899\n9112,1646814145,47.74304,8.99899\n9113,1646814146,47.74304,8.99899\n9114,1646814147,47.74304,8.99899\n9115,1646814148,47.74304,8.99899\n9116,1646814149,47.74304,8.99899\n9117,1646814150,47.74304,8.99899\n9118,1646814151,47.74304,8.99899\n9119,1646814152,47.74304,8.99899\n9120,1646814153,47.74304,8.99899\n9121,1646814154,47.74304,8.99899\n9122,1646814155,47.74304,8.99899\n9123,1646814156,47.74304,8.99899\n9124,1646814157,47.74304,8.99899\n9125,1646814158,47.74304,8.99899\n9126,1646814159,47.74304,8.99899\n9127,1646814160,47.74304,8.99899\n9128,1646814161,47.74304,8.99899\n9129,1646814162,47.74304,8.99899\n9130,1646814163,47.74304,8.99899\n9131,1646814164,47.74304,8.99899\n9132,1646814165,47.74304,8.99899\n9133,1646814166,47.74304,8.99899\n9134,1646814167,47.74304,8.99899\n9135,1646814168,47.74304,8.99899\n9136,1646814169,47.74304,8.99899\n9137,1646814170,47.74304,8.99899\n9138,1646814171,47.74304,8.99899\n9139,1646814172,47.74304,8.99899\n9140,1646814173,47.74304,8.99899\n9141,1646814174,47.74304,8.99899\n9142,1646814175,47.74304,8.99899\n9143,1646814176,47.74304,8.99899\n9144,1646814177,47.74304,8.99899\n9145,1646814178,47.74304,8.99899\n9146,1646814179,47.74304,8.99899\n9147,1646814180,47.74304,8.99899\n9148,1646814181,47.74304,8.99899\n9149,1646814182,47.74304,8.99899\n9150,1646814183,47.74304,8.99899\n9151,1646814184,47.74304,8.99899\n9152,1646814185,47.74304,8.99899\n9153,1646814186,47.74304,8.99899\n9154,1646814187,47.74304,8.99899\n9155,1646814188,47.74304,8.99899\n9156,1646814189,47.74304,8.99899\n9157,1646814190,47.74304,8.99899\n9158,1646814191,47.74304,8.99899\n9159,1646814192,47.74304,8.99899\n9160,1646814193,47.74304,8.99899\n9161,1646814194,47.74304,8.99899\n9162,1646814195,47.74304,8.99899\n9163,1646814196,47.74304,8.99899\n9164,1646814197,47.74304,8.99899\n9165,1646814198,47.74304,8.99899\n9166,1646814199,47.74304,8.99899\n9167,1646814200,47.74304,8.99899\n9168,1646814201,47.74304,8.99899\n9169,1646814202,47.74304,8.99899\n9170,1646814203,47.74304,8.99899\n9171,1646814204,47.74304,8.99899\n9172,1646814205,47.74304,8.99899\n9173,1646814206,47.74304,8.99899\n9174,1646814207,47.74304,8.99899\n9175,1646814208,47.74304,8.99899\n9176,1646814209,47.74304,8.99899\n9177,1646814210,47.74304,8.99899\n9178,1646814211,47.74304,8.99899\n9179,1646814212,47.74304,8.99899\n9180,1646814213,47.74304,8.99899\n9181,1646814214,47.74304,8.99899\n9182,1646814215,47.74304,8.99899\n9183,1646814216,47.74304,8.99899\n9184,1646814217,47.74304,8.99899\n9185,1646814218,47.74304,8.99899\n9186,1646814219,47.74304,8.99899\n9187,1646814220,47.74304,8.99899\n9188,1646814221,47.74304,8.99899\n9189,1646814222,47.74304,8.99899\n9190,1646814223,47.74304,8.99899\n9191,1646814224,47.74304,8.99899\n9192,1646814225,47.74304,8.99899\n9193,1646814226,47.74304,8.99899\n9194,1646814227,47.74304,8.99899\n9195,1646814228,47.74304,8.99899\n9196,1646814229,47.74304,8.99899\n9197,1646814230,47.74304,8.99899\n9198,1646814231,47.74304,8.99899\n9199,1646814232,47.74304,8.99899\n9200,1646814233,47.74304,8.99899\n9201,1646814234,47.74304,8.99899\n9202,1646814235,47.74304,8.99899\n9203,1646814236,47.74304,8.99899\n9204,1646814237,47.74304,8.99899\n9205,1646814238,47.74304,8.99899\n9206,1646814239,47.74304,8.99899\n9207,1646814240,47.74304,8.99899\n9208,1646814241,47.74304,8.99899\n9209,1646814242,47.74304,8.99899\n9210,1646814243,47.74304,8.99899\n9211,1646814244,47.74304,8.99899\n9212,1646814245,47.74304,8.99899\n9213,1646814246,47.74304,8.99899\n9214,1646814247,47.74304,8.99899\n9215,1646814248,47.74304,8.99899\n9216,1646814249,47.74304,8.99899\n9217,1646814250,47.74304,8.99899\n9218,1646814251,47.74304,8.99899\n9219,1646814252,47.74304,8.99899\n9220,1646814253,47.74304,8.99899\n9221,1646814254,47.74304,8.99899\n9222,1646814255,47.74304,8.99899\n9223,1646814256,47.74304,8.99899\n9224,1646814257,47.74304,8.99899\n9225,1646814258,47.74304,8.99899\n9226,1646814259,47.74304,8.99899\n9227,1646814260,47.74304,8.99899\n9228,1646814261,47.74304,8.99899\n9229,1646814262,47.74304,8.99899\n9230,1646814263,47.74304,8.99899\n9231,1646814264,47.74304,8.99899\n9232,1646814265,47.74304,8.99899\n9233,1646814266,47.74304,8.99899\n9234,1646814267,47.74304,8.99899\n9235,1646814268,47.74304,8.99899\n9236,1646814269,47.74304,8.99899\n9237,1646814270,47.74304,8.99899\n9238,1646814271,47.74304,8.99899\n9239,1646814272,47.74304,8.99899\n9240,1646814273,47.74304,8.99899\n9241,1646814274,47.74304,8.99899\n9242,1646814275,47.74304,8.99899\n9243,1646814276,47.74304,8.99899\n9244,1646814277,47.74304,8.99899\n9245,1646814278,47.74304,8.99899\n9246,1646814279,47.74304,8.99899\n9247,1646814280,47.74304,8.99899\n9248,1646814281,47.74304,8.99899\n9249,1646814282,47.74304,8.99899\n9250,1646814283,47.74304,8.99899\n9251,1646814284,47.74304,8.99899\n9252,1646814285,47.74304,8.99899\n9253,1646814286,47.74304,8.99899\n9254,1646814287,47.74304,8.99899\n9255,1646814288,47.74304,8.99899\n9256,1646814289,47.74304,8.99899\n9257,1646814290,47.74304,8.99899\n9258,1646814291,47.74304,8.99899\n9259,1646814292,47.74304,8.99899\n9260,1646814293,47.74304,8.99899\n9261,1646814294,47.74304,8.99899\n9262,1646814295,47.74304,8.99899\n9263,1646814296,47.74304,8.99899\n9264,1646814297,47.74304,8.99899\n9265,1646814298,47.74304,8.99899\n9266,1646814299,47.74304,8.99899\n9267,1646814300,47.74304,8.99899\n9268,1646814301,47.74304,8.99899\n9269,1646814302,47.74304,8.99899\n9270,1646814303,47.74304,8.99899\n9271,1646814304,47.74304,8.99899\n9272,1646814305,47.74304,8.99899\n9273,1646814306,47.74304,8.99899\n9274,1646814307,47.74304,8.99899\n9275,1646814308,47.74304,8.99899\n9276,1646814309,47.74304,8.99899\n9277,1646814310,47.74304,8.99899\n9278,1646814311,47.74304,8.99899\n9279,1646814312,47.74304,8.99899\n9280,1646814313,47.74304,8.99899\n9281,1646814314,47.74304,8.99899\n9282,1646814315,47.74304,8.99899\n9283,1646814316,47.74304,8.99899\n9284,1646814317,47.74304,8.99899\n9285,1646814318,47.74304,8.99899\n9286,1646814319,47.74304,8.99899\n9287,1646814320,47.74304,8.99899\n9288,1646814321,47.74304,8.99899\n9289,1646814322,47.74304,8.99899\n9290,1646814323,47.74304,8.99899\n9291,1646814324,47.74304,8.99899\n9292,1646814325,47.74304,8.99899\n9293,1646814326,47.74304,8.99899\n9294,1646814327,47.74304,8.99899\n9295,1646814328,47.74304,8.99899\n9296,1646814329,47.74304,8.99899\n9297,1646814330,47.74304,8.99899\n9298,1646814331,47.74304,8.99899\n9299,1646814332,47.74304,8.99899\n9300,1646814333,47.74304,8.99899\n9301,1646814334,47.74304,8.99899\n9302,1646814335,47.74304,8.99899\n9303,1646814336,47.74304,8.99899\n9304,1646814337,47.74304,8.99899\n9305,1646814338,47.74304,8.99899\n9306,1646814339,47.74304,8.99899\n9307,1646814340,47.74304,8.99899\n9308,1646814341,47.74304,8.99899\n9309,1646814342,47.74304,8.99899\n9310,1646814343,47.74304,8.99899\n9311,1646814344,47.74304,8.99899\n9312,1646814345,47.74304,8.99899\n9313,1646814346,47.74304,8.99899\n9314,1646814347,47.74304,8.99899\n9315,1646814348,47.74304,8.99899\n9316,1646814349,47.74304,8.99899\n9317,1646814350,47.74304,8.99899\n9318,1646814351,47.74304,8.99899\n9319,1646814352,47.74304,8.99899\n9320,1646814353,47.74304,8.99899\n9321,1646814354,47.74304,8.99899\n9322,1646814355,47.74304,8.99899\n9323,1646814356,47.74304,8.99899\n9324,1646814357,47.74304,8.99899\n9325,1646814358,47.74304,8.99899\n9326,1646814359,47.74304,8.99899\n9327,1646814360,47.74304,8.99899\n9328,1646814361,47.74304,8.99899\n9329,1646814362,47.74304,8.99899\n9330,1646814363,47.74304,8.99899\n9331,1646814364,47.74304,8.99899\n9332,1646814365,47.74304,8.99899\n9333,1646814366,47.74304,8.99899\n9334,1646814367,47.74304,8.99899\n9335,1646814368,47.74304,8.99899\n9336,1646814369,47.74304,8.99899\n9337,1646814370,47.74304,8.99899\n9338,1646814371,47.74304,8.99899\n9339,1646814372,47.74304,8.99899\n9340,1646814373,47.74304,8.99899\n9341,1646814374,47.74304,8.99899\n9342,1646814375,47.74304,8.99899\n9343,1646814438,47.74312,8.99887\n9344,1646814439,47.74300,8.99894\n9345,1646814440,47.74300,8.99896\n9346,1646814441,47.74299,8.99898\n9347,1646814442,47.74299,8.99899\n9348,1646814443,47.74299,8.99899\n9349,1646814444,47.74299,8.99900\n9350,1646814445,47.74299,8.99900\n9351,1646814447,47.74300,8.99900\n9352,1646814448,47.74301,8.99899\n9353,1646814449,47.74301,8.99899\n9354,1646814450,47.74302,8.99899\n9355,1646814451,47.74302,8.99899\n9356,1646814452,47.74302,8.99899\n9357,1646814453,47.74303,8.99899\n9358,1646814454,47.74302,8.99899\n9359,1646814455,47.74302,8.99899\n9360,1646814456,47.74302,8.99899\n9361,1646814457,47.74302,8.99899\n9362,1646814458,47.74303,8.99900\n9363,1646814459,47.74303,8.99900\n9364,1646814460,47.74303,8.99900\n9365,1646814461,47.74303,8.99899\n9366,1646814462,47.74303,8.99900\n9367,1646814463,47.74303,8.99900\n9368,1646814464,47.74303,8.99900\n9369,1646814465,47.74303,8.99900\n9370,1646814466,47.74303,8.99900\n9371,1646814467,47.74303,8.99900\n9372,1646814468,47.74303,8.99900\n9373,1646814469,47.74303,8.99900\n9374,1646814470,47.74303,8.99899\n9375,1646814471,47.74303,8.99899\n9376,1646814472,47.74303,8.99899\n9377,1646814473,47.74303,8.99899\n9378,1646814474,47.74303,8.99899\n9379,1646814475,47.74303,8.99899\n9380,1646814476,47.74303,8.99899\n9381,1646814477,47.74303,8.99899\n9382,1646814478,47.74303,8.99899\n9383,1646814479,47.74303,8.99899\n9384,1646814480,47.74303,8.99899\n9385,1646814481,47.74303,8.99899\n9386,1646814482,47.74303,8.99899\n9387,1646814483,47.74303,8.99899\n9388,1646814484,47.74303,8.99899\n9389,1646814485,47.74303,8.99899\n9390,1646814486,47.74303,8.99899\n9391,1646814487,47.74303,8.99899\n9392,1646814488,47.74303,8.99899\n9393,1646814489,47.74303,8.99899\n9394,1646814490,47.74303,8.99899\n9395,1646814491,47.74303,8.99899\n9396,1646814492,47.74303,8.99899\n9397,1646814493,47.74303,8.99899\n9398,1646814494,47.74303,8.99899\n9399,1646814495,47.74303,8.99899\n9400,1646814496,47.74303,8.99899\n9401,1646814497,47.74303,8.99899\n9402,1646814498,47.74303,8.99899\n9403,1646814499,47.74303,8.99899\n9404,1646814500,47.74303,8.99899\n9405,1646814501,47.74303,8.99899\n9406,1646814502,47.74303,8.99899\n9407,1646814503,47.74303,8.99899\n9408,1646814504,47.74303,8.99899\n9409,1646814505,47.74303,8.99899\n9410,1646814506,47.74303,8.99899\n9411,1646814507,47.74303,8.99899\n9412,1646814508,47.74303,8.99899\n9413,1646814509,47.74303,8.99899\n9414,1646814510,47.74303,8.99899\n9415,1646814511,47.74303,8.99899\n9416,1646814512,47.74303,8.99899\n9417,1646814513,47.74303,8.99899\n9418,1646814514,47.74303,8.99899\n9419,1646814515,47.74303,8.99899\n9420,1646814516,47.74303,8.99899\n9421,1646814517,47.74303,8.99899\n9422,1646814518,47.74303,8.99899\n9423,1646814519,47.74303,8.99899\n9424,1646814520,47.74303,8.99899\n9425,1646814521,47.74303,8.99899\n9426,1646814522,47.74303,8.99899\n9427,1646814523,47.74303,8.99899\n9428,1646814524,47.74303,8.99899\n9429,1646814525,47.74303,8.99899\n9430,1646814526,47.74303,8.99899\n9431,1646814527,47.74303,8.99899\n9432,1646814528,47.74303,8.99899\n9433,1646814529,47.74303,8.99899\n9434,1646814530,47.74303,8.99899\n9435,1646814531,47.74303,8.99899\n9436,1646814532,47.74303,8.99899\n9437,1646814596,47.74297,8.99896\n9438,1646814597,47.74299,8.99897\n9439,1646814598,47.74301,8.99898\n9440,1646814599,47.74302,8.99898\n9441,1646814600,47.74303,8.99898\n9442,1646814601,47.74303,8.99898\n9443,1646814602,47.74303,8.99898\n9444,1646814603,47.74304,8.99898\n9445,1646814604,47.74304,8.99899\n9446,1646814605,47.74304,8.99898\n9447,1646814606,47.74304,8.99898\n9448,1646814607,47.74303,8.99899\n9449,1646814609,47.74303,8.99899\n9450,1646814610,47.74304,8.99899\n9451,1646814611,47.74304,8.99899\n9452,1646814612,47.74304,8.99899\n9453,1646814613,47.74304,8.99899\n9454,1646814614,47.74304,8.99899\n9455,1646814615,47.74303,8.99899\n9456,1646814616,47.74303,8.99899\n9457,1646814617,47.74303,8.99899\n9458,1646814618,47.74303,8.99899\n9459,1646814619,47.74304,8.99899\n9460,1646814620,47.74304,8.99899\n9461,1646814621,47.74304,8.99899\n9462,1646814622,47.74304,8.99899\n9463,1646814623,47.74304,8.99899\n9464,1646814624,47.74304,8.99899\n9465,1646814625,47.74304,8.99899\n9466,1646814626,47.74304,8.99899\n9467,1646814627,47.74304,8.99899\n9468,1646814628,47.74304,8.99899\n9469,1646814629,47.74304,8.99899\n9470,1646814630,47.74304,8.99899\n9471,1646814631,47.74304,8.99899\n9472,1646814633,47.74304,8.99899\n9473,1646814634,47.74304,8.99899\n9474,1646814635,47.74304,8.99899\n9475,1646814636,47.74304,8.99899\n9476,1646814637,47.74304,8.99899\n9477,1646814638,47.74304,8.99899\n9478,1646814639,47.74304,8.99899\n9479,1646814640,47.74304,8.99899\n9480,1646814641,47.74304,8.99899\n9481,1646814642,47.74304,8.99899\n9482,1646814643,47.74304,8.99899\n9483,1646814644,47.74304,8.99899\n9484,1646814645,47.74304,8.99899\n9485,1646814646,47.74304,8.99899\n9486,1646814647,47.74304,8.99899\n9487,1646814648,47.74304,8.99899\n9488,1646814649,47.74304,8.99899\n9489,1646814650,47.74304,8.99899\n9490,1646814651,47.74304,8.99899\n9491,1646814652,47.74304,8.99899\n9492,1646814653,47.74304,8.99899\n9493,1646814654,47.74304,8.99899\n9494,1646814655,47.74304,8.99899\n9495,1646814656,47.74304,8.99899\n9496,1646814657,47.74304,8.99899\n9497,1646814658,47.74304,8.99899\n9498,1646814659,47.74304,8.99899\n9499,1646814660,47.74304,8.99899\n9500,1646814661,47.74304,8.99899\n9501,1646814662,47.74304,8.99899\n9502,1646814663,47.74304,8.99899\n9503,1646814664,47.74304,8.99899\n9504,1646814665,47.74304,8.99899\n9505,1646814666,47.74304,8.99899\n9506,1646814667,47.74304,8.99899\n9507,1646814668,47.74304,8.99899\n9508,1646814669,47.74304,8.99899\n9509,1646814670,47.74304,8.99899\n9510,1646814671,47.74304,8.99899\n9511,1646814672,47.74304,8.99899\n9512,1646814673,47.74304,8.99899\n9513,1646814674,47.74304,8.99899\n9514,1646814675,47.74304,8.99899\n9515,1646814676,47.74304,8.99899\n9516,1646814677,47.74304,8.99899\n9517,1646814678,47.74304,8.99899\n9518,1646814679,47.74304,8.99899\n9519,1646814680,47.74304,8.99899\n9520,1646814681,47.74304,8.99899\n9521,1646814682,47.74304,8.99899\n9522,1646814683,47.74304,8.99899\n9523,1646814684,47.74304,8.99899\n9524,1646814685,47.74304,8.99899\n9525,1646814686,47.74304,8.99899\n9526,1646814687,47.74304,8.99899\n9527,1646814688,47.74304,8.99899\n9528,1646814689,47.74304,8.99899\n9529,1646814690,47.74304,8.99899\n9530,1646814691,47.74304,8.99899\n9531,1646814692,47.74304,8.99899\n9532,1646814693,47.74304,8.99899\n9533,1646814694,47.74304,8.99899\n9534,1646814757,47.74300,8.99889\n9535,1646814758,47.74304,8.99898\n9536,1646814759,47.74306,8.99900\n9537,1646814760,47.74306,8.99899\n9538,1646814761,47.74306,8.99899\n9539,1646814762,47.74305,8.99898\n9540,1646814763,47.74304,8.99897\n9541,1646814764,47.74303,8.99897\n9542,1646814765,47.74303,8.99897\n9543,1646814766,47.74303,8.99897\n9544,1646814767,47.74302,8.99898\n9545,1646814768,47.74302,8.99898\n9546,1646814769,47.74302,8.99899\n9547,1646814771,47.74302,8.99899\n9548,1646814772,47.74302,8.99899\n9549,1646814773,47.74303,8.99899\n9550,1646814774,47.74303,8.99899\n9551,1646814775,47.74303,8.99899\n9552,1646814776,47.74303,8.99899\n9553,1646814777,47.74302,8.99899\n9554,1646814778,47.74302,8.99899\n9555,1646814779,47.74302,8.99899\n9556,1646814780,47.74302,8.99899\n9557,1646814781,47.74302,8.99899\n9558,1646814782,47.74302,8.99899\n9559,1646814783,47.74302,8.99899\n9560,1646814784,47.74302,8.99899\n9561,1646814785,47.74302,8.99899\n9562,1646814786,47.74302,8.99899\n9563,1646814787,47.74302,8.99898\n9564,1646814788,47.74302,8.99898\n9565,1646814789,47.74302,8.99898\n9566,1646814790,47.74302,8.99898\n9567,1646814791,47.74302,8.99898\n9568,1646814792,47.74302,8.99898\n9569,1646814793,47.74302,8.99898\n9570,1646814794,47.74302,8.99898\n9571,1646814795,47.74301,8.99898\n9572,1646814796,47.74301,8.99898\n9573,1646814797,47.74301,8.99898\n9574,1646814798,47.74301,8.99898\n9575,1646814799,47.74301,8.99898\n9576,1646814800,47.74301,8.99898\n9577,1646814801,47.74301,8.99898\n9578,1646814802,47.74301,8.99898\n9579,1646814803,47.74301,8.99898\n9580,1646814804,47.74301,8.99898\n9581,1646814805,47.74301,8.99898\n9582,1646814806,47.74301,8.99898\n9583,1646814807,47.74301,8.99898\n9584,1646814808,47.74301,8.99898\n9585,1646814809,47.74301,8.99898\n9586,1646814810,47.74301,8.99898\n9587,1646814811,47.74301,8.99898\n9588,1646814812,47.74301,8.99898\n9589,1646814813,47.74301,8.99898\n9590,1646814814,47.74301,8.99898\n9591,1646814815,47.74301,8.99898\n9592,1646814816,47.74301,8.99898\n9593,1646814817,47.74301,8.99898\n9594,1646814818,47.74301,8.99898\n9595,1646814819,47.74301,8.99898\n9596,1646814820,47.74301,8.99898\n9597,1646814821,47.74301,8.99898\n9598,1646814822,47.74301,8.99898\n9599,1646814886,47.74305,8.99900\n9600,1646814887,47.74304,8.99899\n9601,1646814888,47.74304,8.99898\n9602,1646814889,47.74305,8.99898\n9603,1646814890,47.74304,8.99898\n9604,1646814891,47.74304,8.99898\n9605,1646814892,47.74304,8.99898\n9606,1646814893,47.74304,8.99898\n9607,1646814894,47.74303,8.99899\n9608,1646814895,47.74303,8.99899\n9609,1646814896,47.74303,8.99899\n9610,1646814898,47.74303,8.99899\n9611,1646814899,47.74303,8.99899\n9612,1646814900,47.74302,8.99898\n9613,1646814901,47.74302,8.99898\n9614,1646814902,47.74302,8.99898\n9615,1646814903,47.74302,8.99898\n9616,1646814904,47.74301,8.99898\n9617,1646814905,47.74301,8.99897\n9618,1646814906,47.74301,8.99897\n9619,1646814907,47.74301,8.99897\n9620,1646814908,47.74301,8.99897\n9621,1646814909,47.74301,8.99897\n9622,1646814910,47.74301,8.99897\n9623,1646814911,47.74301,8.99897\n9624,1646814912,47.74301,8.99897\n9625,1646814913,47.74301,8.99897\n9626,1646814914,47.74301,8.99897\n9627,1646814915,47.74301,8.99897\n9628,1646814916,47.74302,8.99898\n9629,1646814917,47.74302,8.99898\n9630,1646814918,47.74302,8.99898\n9631,1646814919,47.74302,8.99898\n9632,1646814920,47.74302,8.99898\n9633,1646814921,47.74302,8.99898\n9634,1646814922,47.74302,8.99898\n9635,1646814923,47.74302,8.99898\n9636,1646814924,47.74302,8.99898\n9637,1646814925,47.74302,8.99898\n9638,1646814926,47.74302,8.99898\n9639,1646814988,47.74308,8.99897\n9640,1646814989,47.74310,8.99899\n9641,1646814990,47.74309,8.99899\n9642,1646814991,47.74309,8.99900\n9643,1646814992,47.74308,8.99900\n9644,1646814993,47.74308,8.99899\n9645,1646814994,47.74307,8.99899\n9646,1646814995,47.74306,8.99899\n9647,1646814996,47.74306,8.99898\n9648,1646814997,47.74307,8.99898\n9649,1646814999,47.74307,8.99898\n9650,1646815000,47.74306,8.99898\n9651,1646815001,47.74306,8.99898\n9652,1646815002,47.74306,8.99898\n9653,1646815003,47.74306,8.99899\n9654,1646815004,47.74306,8.99899\n9655,1646815005,47.74306,8.99899\n9656,1646815006,47.74306,8.99899\n9657,1646815007,47.74306,8.99899\n9658,1646815008,47.74306,8.99899\n9659,1646815009,47.74306,8.99899\n9660,1646815010,47.74306,8.99899\n9661,1646815011,47.74306,8.99900\n9662,1646815012,47.74306,8.99900\n9663,1646815013,47.74306,8.99900\n9664,1646815014,47.74306,8.99900\n9665,1646815015,47.74306,8.99900\n9666,1646815016,47.74306,8.99900\n9667,1646815017,47.74306,8.99900\n9668,1646815018,47.74306,8.99900\n9669,1646815019,47.74306,8.99900\n9670,1646815020,47.74306,8.99900\n9671,1646815021,47.74305,8.99900\n9672,1646815022,47.74306,8.99900\n9673,1646815023,47.74306,8.99900\n9674,1646815024,47.74306,8.99900\n9675,1646815025,47.74306,8.99900\n9676,1646815026,47.74306,8.99900\n9677,1646815027,47.74306,8.99900\n9678,1646815028,47.74306,8.99900\n9679,1646815029,47.74306,8.99900\n9680,1646815030,47.74306,8.99900\n9681,1646815031,47.74306,8.99900\n9682,1646815032,47.74306,8.99900\n9683,1646815033,47.74306,8.99900\n9684,1646815034,47.74306,8.99900\n9685,1646815097,47.74316,8.99880\n9686,1646815098,47.74304,8.99896\n9687,1646815099,47.74302,8.99898\n9688,1646815100,47.74300,8.99898\n9689,1646815101,47.74300,8.99898\n9690,1646815102,47.74301,8.99898\n9691,1646815103,47.74302,8.99897\n9692,1646815104,47.74302,8.99897\n9693,1646815105,47.74302,8.99897\n9694,1646815106,47.74303,8.99898\n9695,1646815108,47.74303,8.99898\n9696,1646815109,47.74303,8.99897\n9697,1646815110,47.74304,8.99897\n9698,1646815111,47.74303,8.99897\n9699,1646815112,47.74303,8.99897\n9700,1646815113,47.74303,8.99897\n9701,1646815114,47.74303,8.99897\n9702,1646815115,47.74304,8.99897\n9703,1646815116,47.74304,8.99896\n9704,1646815117,47.74304,8.99896\n9705,1646815118,47.74304,8.99896\n9706,1646815119,47.74303,8.99896\n9707,1646815120,47.74303,8.99896\n9708,1646815121,47.74303,8.99895\n9709,1646815122,47.74303,8.99895\n9710,1646815123,47.74303,8.99895\n9711,1646815124,47.74303,8.99895\n9712,1646815125,47.74303,8.99895\n9713,1646815126,47.74304,8.99895\n9714,1646815127,47.74304,8.99895\n9715,1646815128,47.74304,8.99895\n9716,1646815129,47.74304,8.99895\n9717,1646815131,47.74304,8.99895\n9718,1646815132,47.74304,8.99896\n9719,1646815133,47.74304,8.99896\n9720,1646815134,47.74304,8.99896\n9721,1646815135,47.74304,8.99896\n9722,1646815136,47.74304,8.99896\n9723,1646815137,47.74304,8.99896\n9724,1646815138,47.74304,8.99896\n9725,1646815139,47.74304,8.99896\n9726,1646815140,47.74304,8.99896\n9727,1646815141,47.74304,8.99896\n9728,1646815142,47.74305,8.99896\n9729,1646815143,47.74305,8.99896\n9730,1646815144,47.74305,8.99896\n9731,1646815145,47.74305,8.99896\n9732,1646815146,47.74305,8.99896\n9733,1646815209,47.74330,8.99916\n9734,1646815210,47.74311,8.99905\n9735,1646815211,47.74313,8.99906\n9736,1646815212,47.74313,8.99906\n9737,1646815213,47.74312,8.99905\n9738,1646815214,47.74312,8.99904\n9739,1646815215,47.74313,8.99903\n9740,1646815216,47.74313,8.99902\n9741,1646815217,47.74313,8.99902\n9742,1646815218,47.74313,8.99901\n9743,1646815219,47.74313,8.99901\n9744,1646815221,47.74312,8.99901\n9745,1646815222,47.74312,8.99901\n9746,1646815223,47.74312,8.99901\n9747,1646815224,47.74312,8.99901\n9748,1646815225,47.74312,8.99901\n9749,1646815226,47.74312,8.99901\n9750,1646815227,47.74312,8.99901\n9751,1646815228,47.74311,8.99902\n9752,1646815229,47.74311,8.99902\n9753,1646815230,47.74311,8.99902\n9754,1646815231,47.74311,8.99902\n9755,1646815232,47.74310,8.99902\n9756,1646815233,47.74311,8.99903\n9757,1646815234,47.74310,8.99902\n9758,1646815235,47.74311,8.99902\n9759,1646815236,47.74310,8.99902\n9760,1646815237,47.74310,8.99901\n9761,1646815238,47.74310,8.99901\n9762,1646815239,47.74310,8.99901\n9763,1646815240,47.74310,8.99901\n9764,1646815241,47.74310,8.99901\n9765,1646815242,47.74310,8.99901\n9766,1646815243,47.74309,8.99901\n9767,1646815244,47.74309,8.99901\n9768,1646815245,47.74309,8.99901\n9769,1646815246,47.74309,8.99901\n9770,1646815247,47.74309,8.99901\n9771,1646815248,47.74309,8.99901\n9772,1646815249,47.74309,8.99901\n9773,1646815250,47.74309,8.99901\n9774,1646815313,47.74282,8.99890\n9775,1646815314,47.74299,8.99897\n9776,1646815315,47.74299,8.99896\n9777,1646815316,47.74299,8.99895\n9778,1646815317,47.74299,8.99895\n9779,1646815318,47.74299,8.99895\n9780,1646815319,47.74299,8.99896\n9781,1646815320,47.74299,8.99895\n9782,1646815321,47.74300,8.99895\n9783,1646815322,47.74302,8.99897\n9784,1646815324,47.74302,8.99898\n9785,1646815325,47.74302,8.99898\n9786,1646815326,47.74302,8.99898\n9787,1646815327,47.74303,8.99898\n9788,1646815328,47.74303,8.99898\n9789,1646815329,47.74303,8.99899\n9790,1646815330,47.74303,8.99899\n9791,1646815331,47.74303,8.99899\n9792,1646815332,47.74303,8.99898\n9793,1646815333,47.74303,8.99898\n9794,1646815334,47.74303,8.99898\n9795,1646815335,47.74303,8.99898\n9796,1646815336,47.74303,8.99898\n9797,1646815337,47.74303,8.99899\n9798,1646815338,47.74303,8.99899\n9799,1646815339,47.74303,8.99899\n9800,1646815340,47.74303,8.99899\n9801,1646815341,47.74303,8.99898\n9802,1646815342,47.74303,8.99899\n9803,1646815343,47.74303,8.99899\n9804,1646815344,47.74303,8.99899\n9805,1646815345,47.74302,8.99898\n9806,1646815346,47.74302,8.99898\n9807,1646815347,47.74302,8.99898\n9808,1646815348,47.74302,8.99898\n9809,1646815349,47.74303,8.99898\n9810,1646815350,47.74303,8.99898\n9811,1646815351,47.74303,8.99898\n9812,1646815352,47.74303,8.99898\n9813,1646815353,47.74303,8.99898\n9814,1646815416,47.74318,8.99898\n9815,1646815417,47.74307,8.99900\n9816,1646815418,47.74307,8.99901\n9817,1646815419,47.74306,8.99900\n9818,1646815420,47.74306,8.99900\n9819,1646815421,47.74307,8.99900\n9820,1646815422,47.74308,8.99899\n9821,1646815423,47.74308,8.99900\n9822,1646815424,47.74308,8.99900\n9823,1646815426,47.74309,8.99901\n9824,1646815427,47.74309,8.99901\n9825,1646815428,47.74309,8.99901\n9826,1646815429,47.74309,8.99902\n9827,1646815430,47.74309,8.99902\n9828,1646815431,47.74309,8.99902\n9829,1646815432,47.74309,8.99902\n9830,1646815433,47.74309,8.99902\n9831,1646815434,47.74309,8.99901\n9832,1646815435,47.74308,8.99901\n9833,1646815436,47.74308,8.99901\n9834,1646815437,47.74308,8.99901\n9835,1646815438,47.74308,8.99901\n9836,1646815439,47.74308,8.99901\n9837,1646815440,47.74308,8.99901\n9838,1646815441,47.74308,8.99901\n9839,1646815442,47.74308,8.99901\n9840,1646815443,47.74308,8.99901\n9841,1646815444,47.74307,8.99901\n9842,1646815445,47.74307,8.99901\n9843,1646815446,47.74307,8.99901\n9844,1646815447,47.74307,8.99901\n9845,1646815448,47.74307,8.99901\n9846,1646815449,47.74307,8.99901\n9847,1646815450,47.74307,8.99902\n9848,1646815451,47.74307,8.99902\n9849,1646815452,47.74307,8.99902\n9850,1646815453,47.74307,8.99902\n9851,1646815516,47.74304,8.99898\n9852,1646815517,47.74301,8.99896\n9853,1646815518,47.74301,8.99896\n9854,1646815519,47.74302,8.99896\n9855,1646815520,47.74302,8.99896\n9856,1646815521,47.74302,8.99896\n9857,1646815522,47.74303,8.99897\n9858,1646815523,47.74303,8.99897\n9859,1646815524,47.74303,8.99897\n9860,1646815525,47.74303,8.99897\n9861,1646815527,47.74303,8.99897\n9862,1646815528,47.74303,8.99897\n9863,1646815529,47.74303,8.99898\n9864,1646815530,47.74304,8.99898\n9865,1646815531,47.74304,8.99898\n9866,1646815532,47.74304,8.99898\n9867,1646815533,47.74305,8.99899\n9868,1646815534,47.74305,8.99899\n9869,1646815535,47.74305,8.99899\n9870,1646815536,47.74305,8.99899\n9871,1646815537,47.74305,8.99899\n9872,1646815538,47.74305,8.99899\n9873,1646815539,47.74305,8.99899\n9874,1646815540,47.74305,8.99899\n9875,1646815541,47.74305,8.99899\n9876,1646815542,47.74305,8.99899\n9877,1646815543,47.74305,8.99899\n9878,1646815544,47.74306,8.99899\n9879,1646815545,47.74306,8.99899\n9880,1646815546,47.74306,8.99899\n9881,1646815547,47.74306,8.99899\n9882,1646815548,47.74306,8.99899\n9883,1646815549,47.74306,8.99899\n9884,1646815612,47.74315,8.99904\n9885,1646815613,47.74310,8.99901\n9886,1646815614,47.74308,8.99901\n9887,1646815615,47.74307,8.99902\n9888,1646815616,47.74308,8.99902\n9889,1646815617,47.74309,8.99902\n9890,1646815618,47.74309,8.99903\n9891,1646815619,47.74310,8.99903\n9892,1646815620,47.74310,8.99903\n9893,1646815621,47.74310,8.99902\n9894,1646815623,47.74310,8.99902\n9895,1646815624,47.74310,8.99902\n9896,1646815625,47.74310,8.99902\n9897,1646815626,47.74310,8.99902\n9898,1646815627,47.74310,8.99901\n9899,1646815628,47.74310,8.99901\n9900,1646815629,47.74310,8.99901\n9901,1646815630,47.74310,8.99901\n9902,1646815631,47.74310,8.99900\n9903,1646815632,47.74310,8.99900\n9904,1646815633,47.74310,8.99900\n9905,1646815634,47.74310,8.99900\n9906,1646815635,47.74309,8.99900\n9907,1646815636,47.74309,8.99899\n9908,1646815637,47.74309,8.99899\n9909,1646815638,47.74309,8.99899\n9910,1646815639,47.74309,8.99899\n9911,1646815640,47.74309,8.99899\n9912,1646815641,47.74309,8.99899\n9913,1646815704,47.74304,8.99901\n9914,1646815705,47.74304,8.99900\n9915,1646815706,47.74306,8.99902\n9916,1646815707,47.74305,8.99900\n9917,1646815708,47.74304,8.99900\n9918,1646815709,47.74304,8.99899\n9919,1646815710,47.74304,8.99899\n9920,1646815711,47.74304,8.99899\n9921,1646815713,47.74304,8.99899\n9922,1646815714,47.74303,8.99899\n9923,1646815715,47.74303,8.99899\n9924,1646815716,47.74303,8.99898\n9925,1646815717,47.74303,8.99898\n9926,1646815718,47.74303,8.99898\n9927,1646815719,47.74303,8.99898\n9928,1646815720,47.74303,8.99898\n9929,1646815721,47.74303,8.99898\n9930,1646815722,47.74302,8.99898\n9931,1646815723,47.74302,8.99898\n9932,1646815724,47.74302,8.99897\n9933,1646815725,47.74302,8.99897\n9934,1646815726,47.74303,8.99898\n9935,1646815727,47.74303,8.99898\n9936,1646815728,47.74303,8.99898\n9937,1646815729,47.74303,8.99898\n9938,1646815730,47.74303,8.99898\n9939,1646815793,47.74316,8.99903\n9940,1646815794,47.74299,8.99895\n9941,1646815795,47.74301,8.99896\n9942,1646815796,47.74302,8.99897\n9943,1646815797,47.74301,8.99897\n9944,1646815798,47.74302,8.99897\n9945,1646815799,47.74302,8.99897\n9946,1646815800,47.74303,8.99897\n9947,1646815801,47.74303,8.99897\n9948,1646815803,47.74303,8.99897\n9949,1646815804,47.74303,8.99897\n9950,1646815805,47.74303,8.99897\n9951,1646815806,47.74303,8.99897\n9952,1646815807,47.74303,8.99897\n9953,1646815808,47.74303,8.99897\n9954,1646815809,47.74303,8.99897\n9955,1646815810,47.74303,8.99897\n9956,1646815811,47.74303,8.99897\n9957,1646815812,47.74302,8.99897\n9958,1646815813,47.74303,8.99897\n9959,1646815877,47.74306,8.99900\n9960,1646815878,47.74307,8.99899\n9961,1646815879,47.74307,8.99899\n9962,1646815880,47.74307,8.99899\n9963,1646815881,47.74308,8.99898\n9964,1646815882,47.74308,8.99898\n9965,1646815883,47.74308,8.99898\n9966,1646815884,47.74309,8.99898\n9967,1646815885,47.74308,8.99900\n9968,1646815887,47.74309,8.99899\n9969,1646815888,47.74309,8.99899\n9970,1646815889,47.74309,8.99899\n9971,1646815890,47.74308,8.99899\n9972,1646815891,47.74308,8.99899\n9973,1646815892,47.74308,8.99898\n9974,1646815955,47.74319,8.99908\n9975,1646815956,47.74301,8.99888\n9976,1646815957,47.74303,8.99896\n9977,1646815958,47.74304,8.99897\n9978,1646815959,47.74304,8.99898\n9979,1646815960,47.74304,8.99899\n9980,1646815961,47.74304,8.99899\n9981,1646815962,47.74304,8.99899\n9982,1646815963,47.74303,8.99899\n9983,1646815965,47.74303,8.99899\n9984,1646815966,47.74303,8.99900\n9985,1646815967,47.74303,8.99900\n9986,1646815968,47.74303,8.99900\n9987,1646815969,47.74303,8.99900\n9988,1646815970,47.74303,8.99900\n9989,1646816033,47.74298,8.99903\n9990,1646816034,47.74307,8.99904\n9991,1646816035,47.74308,8.99903\n9992,1646816036,47.74309,8.99903\n9993,1646816037,47.74309,8.99902\n9994,1646816038,47.74310,8.99903\n9995,1646816039,47.74309,8.99902\n9996,1646816040,47.74309,8.99902\n9997,1646816041,47.74307,8.99901\n9998,1646816043,47.74307,8.99900\n9999,1646816044,47.74307,8.99900\n10000,1646816045,47.74307,8.99900\n10001,1646816046,47.74306,8.99900\n10002,1646816047,47.74306,8.99900\n10003,1646816048,47.74306,8.99900\n10004,1646816049,47.74306,8.99900\n10005,1646816050,47.74306,8.99900\n10006,1646819371,47.74300,8.99891\n10007,1646819373,47.74299,8.99891\n10008,1646819374,47.74299,8.99891\n10009,1646819375,47.74299,8.99891\n10010,1646819376,47.74299,8.99891\n10011,1646819377,47.74299,8.99891\n10012,1646819378,47.74299,8.99891\n10013,1646819379,47.74299,8.99891\n10014,1646819380,47.74299,8.99891\n10015,1646819381,47.74299,8.99891\n10016,1646819382,47.74299,8.99891\n10017,1646819383,47.74299,8.99891\n10018,1646819384,47.74299,8.99891\n10019,1646819385,47.74299,8.99891\n10020,1646819386,47.74299,8.99892\n10021,1646819387,47.74299,8.99892\n10022,1646819388,47.74300,8.99892\n10023,1646819389,47.74300,8.99892\n10024,1646819390,47.74300,8.99892\n10025,1646819391,47.74300,8.99892\n10026,1646819392,47.74300,8.99892\n10027,1646819393,47.74300,8.99892\n10028,1646819394,47.74300,8.99892\n10029,1646819395,47.74300,8.99892\n10030,1646819396,47.74300,8.99892\n10031,1646819397,47.74300,8.99892\n10032,1646819398,47.74300,8.99892\n10033,1646819399,47.74300,8.99892\n10034,1646819400,47.74299,8.99891\n10035,1646819401,47.74299,8.99891\n10036,1646819402,47.74299,8.99891\n10037,1646819403,47.74299,8.99891\n10038,1646819404,47.74299,8.99891\n10039,1646819405,47.74299,8.99891\n10040,1646819406,47.74299,8.99891\n10041,1646819407,47.74299,8.99891\n10042,1646819408,47.74299,8.99891\n10043,1646819409,47.74299,8.99892\n10044,1646819410,47.74299,8.99892\n10045,1646819411,47.74299,8.99892\n10046,1646819412,47.74299,8.99892\n10047,1646819413,47.74299,8.99892\n10048,1646819414,47.74299,8.99892\n10049,1646819415,47.74300,8.99892\n10050,1646819416,47.74300,8.99892\n10051,1646819417,47.74300,8.99892\n10052,1646819418,47.74300,8.99892\n10053,1646819419,47.74300,8.99892\n10054,1646821531,47.74301,8.99893\n10055,1646821533,47.74300,8.99892\n10056,1646821534,47.74300,8.99892\n10057,1646821535,47.74299,8.99891\n10058,1646821536,47.74298,8.99890\n10059,1646821537,47.74298,8.99890\n10060,1646821538,47.74298,8.99890\n10061,1646823481,47.74268,9.00020\n10062,1646823483,47.74268,9.00020\n10063,1646823486,47.74276,9.00019\n10064,1646823487,47.74276,9.00018\n10065,1646823488,47.74277,9.00017\n10066,1646823489,47.74277,9.00017\n10067,1646823490,47.74278,9.00016\n10068,1646823491,47.74279,9.00016\n10069,1646823492,47.74279,9.00015"
  },
  {
    "path": "TickTagData/01_StationaryPosition_1s_Interval/20220309_1s_Interval_10069_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 32, TOs: 0/0, ErrorsOrGF: 0, TTFF: 34\nFixes: 10069, Avg. TTF: 0 s, Avg. HDOP (x10): 9\n\ncount,timestamp,lat,lon\n1,1646805031,47.74305,8.99903\n2,1646805033,47.74305,8.99899\n3,1646805034,47.74305,8.99899\n4,1646805035,47.74305,8.99899\n5,1646805036,47.74305,8.99900\n6,1646805037,47.74305,8.99901\n7,1646805038,47.74305,8.99902\n8,1646805039,47.74306,8.99902\n9,1646805040,47.74306,8.99903\n10,1646805041,47.74305,8.99903\n11,1646805042,47.74304,8.99903\n12,1646805043,47.74304,8.99903\n13,1646805044,47.74304,8.99904\n14,1646805045,47.74304,8.99905\n15,1646805046,47.74304,8.99905\n16,1646805047,47.74303,8.99904\n17,1646805048,47.74302,8.99903\n18,1646805049,47.74302,8.99903\n19,1646805050,47.74302,8.99903\n20,1646805051,47.74302,8.99903\n21,1646805052,47.74301,8.99902\n22,1646805053,47.74301,8.99902\n23,1646805054,47.74301,8.99902\n24,1646805055,47.74301,8.99902\n25,1646805056,47.74301,8.99902\n26,1646805057,47.74301,8.99902\n27,1646805058,47.74301,8.99903\n28,1646805059,47.74301,8.99903\n29,1646805060,47.74301,8.99904\n30,1646805061,47.74301,8.99901\n31,1646805062,47.74301,8.99898\n32,1646805063,47.74301,8.99897\n33,1646805064,47.74301,8.99897\n34,1646805065,47.74301,8.99896\n35,1646805066,47.74301,8.99897\n36,1646805067,47.74300,8.99896\n37,1646805068,47.74300,8.99896\n38,1646805069,47.74301,8.99897\n39,1646805070,47.74300,8.99897\n40,1646805071,47.74300,8.99897\n41,1646805072,47.74300,8.99897\n42,1646805073,47.74300,8.99897\n43,1646805074,47.74300,8.99897\n44,1646805075,47.74301,8.99898\n45,1646805076,47.74301,8.99898\n46,1646805077,47.74301,8.99899\n47,1646805078,47.74301,8.99899\n48,1646805079,47.74301,8.99898\n49,1646805080,47.74301,8.99898\n50,1646805081,47.74301,8.99898\n51,1646805082,47.74301,8.99898\n52,1646805083,47.74301,8.99898\n53,1646805084,47.74301,8.99898\n54,1646805085,47.74301,8.99898\n55,1646805086,47.74301,8.99898\n56,1646805087,47.74301,8.99898\n57,1646805088,47.74301,8.99898\n58,1646805089,47.74301,8.99898\n59,1646805090,47.74301,8.99898\n60,1646805091,47.74301,8.99898\n61,1646805092,47.74301,8.99898\n62,1646805093,47.74301,8.99898\n63,1646805094,47.74301,8.99898\n64,1646805095,47.74301,8.99898\n65,1646805096,47.74301,8.99898\n66,1646805097,47.74301,8.99898\n67,1646805098,47.74301,8.99898\n68,1646805099,47.74301,8.99898\n69,1646805100,47.74301,8.99898\n70,1646805101,47.74301,8.99898\n71,1646805102,47.74301,8.99898\n72,1646805103,47.74301,8.99898\n73,1646805104,47.74301,8.99898\n74,1646805105,47.74301,8.99898\n75,1646805106,47.74301,8.99898\n76,1646805107,47.74301,8.99898\n77,1646805108,47.74301,8.99898\n78,1646805109,47.74301,8.99898\n79,1646805110,47.74301,8.99898\n80,1646805111,47.74301,8.99898\n81,1646805112,47.74301,8.99898\n82,1646805113,47.74301,8.99898\n83,1646805114,47.74301,8.99898\n84,1646805115,47.74301,8.99898\n85,1646805116,47.74301,8.99898\n86,1646805117,47.74301,8.99898\n87,1646805118,47.74301,8.99898\n88,1646805119,47.74301,8.99898\n89,1646805120,47.74301,8.99898\n90,1646805121,47.74301,8.99898\n91,1646805122,47.74301,8.99898\n92,1646805123,47.74301,8.99898\n93,1646805124,47.74301,8.99898\n94,1646805125,47.74301,8.99898\n95,1646805126,47.74301,8.99898\n96,1646805127,47.74301,8.99898\n97,1646805128,47.74301,8.99898\n98,1646805129,47.74301,8.99898\n99,1646805130,47.74301,8.99898\n100,1646805131,47.74301,8.99898\n101,1646805132,47.74301,8.99898\n102,1646805133,47.74301,8.99898\n103,1646805134,47.74301,8.99898\n104,1646805135,47.74301,8.99898\n105,1646805136,47.74301,8.99898\n106,1646805137,47.74301,8.99898\n107,1646805138,47.74301,8.99898\n108,1646805139,47.74301,8.99898\n109,1646805140,47.74301,8.99898\n110,1646805141,47.74301,8.99898\n111,1646805142,47.74301,8.99898\n112,1646805143,47.74301,8.99898\n113,1646805144,47.74301,8.99898\n114,1646805145,47.74301,8.99898\n115,1646805146,47.74301,8.99898\n116,1646805147,47.74301,8.99898\n117,1646805148,47.74301,8.99898\n118,1646805149,47.74301,8.99898\n119,1646805150,47.74301,8.99898\n120,1646805151,47.74301,8.99898\n121,1646805152,47.74301,8.99898\n122,1646805153,47.74301,8.99898\n123,1646805154,47.74301,8.99898\n124,1646805155,47.74301,8.99898\n125,1646805156,47.74301,8.99898\n126,1646805157,47.74301,8.99898\n127,1646805158,47.74301,8.99898\n128,1646805159,47.74301,8.99898\n129,1646805160,47.74301,8.99898\n130,1646805161,47.74301,8.99898\n131,1646805162,47.74301,8.99898\n132,1646805163,47.74301,8.99898\n133,1646805164,47.74301,8.99898\n134,1646805165,47.74301,8.99898\n135,1646805166,47.74301,8.99898\n136,1646805167,47.74301,8.99898\n137,1646805168,47.74301,8.99898\n138,1646805169,47.74301,8.99898\n139,1646805170,47.74301,8.99898\n140,1646805171,47.74301,8.99898\n141,1646805172,47.74301,8.99898\n142,1646805173,47.74301,8.99898\n143,1646805174,47.74301,8.99898\n144,1646805175,47.74301,8.99897\n145,1646805176,47.74301,8.99897\n146,1646805177,47.74301,8.99897\n147,1646805178,47.74301,8.99897\n148,1646805179,47.74301,8.99897\n149,1646805180,47.74301,8.99897\n150,1646805181,47.74301,8.99897\n151,1646805182,47.74301,8.99897\n152,1646805183,47.74301,8.99897\n153,1646805184,47.74301,8.99897\n154,1646805185,47.74301,8.99897\n155,1646805186,47.74301,8.99897\n156,1646805187,47.74301,8.99897\n157,1646805188,47.74301,8.99897\n158,1646805189,47.74301,8.99897\n159,1646805190,47.74301,8.99897\n160,1646805191,47.74301,8.99897\n161,1646805192,47.74301,8.99897\n162,1646805193,47.74301,8.99897\n163,1646805194,47.74301,8.99897\n164,1646805195,47.74301,8.99897\n165,1646805196,47.74301,8.99897\n166,1646805197,47.74301,8.99897\n167,1646805198,47.74301,8.99897\n168,1646805199,47.74301,8.99897\n169,1646805200,47.74301,8.99897\n170,1646805201,47.74301,8.99897\n171,1646805202,47.74301,8.99897\n172,1646805203,47.74301,8.99897\n173,1646805204,47.74301,8.99897\n174,1646805205,47.74301,8.99897\n175,1646805206,47.74301,8.99897\n176,1646805207,47.74301,8.99897\n177,1646805208,47.74301,8.99897\n178,1646805209,47.74301,8.99897\n179,1646805210,47.74301,8.99897\n180,1646805211,47.74301,8.99897\n181,1646805212,47.74301,8.99897\n182,1646805213,47.74301,8.99897\n183,1646805214,47.74301,8.99897\n184,1646805215,47.74301,8.99897\n185,1646805216,47.74301,8.99897\n186,1646805217,47.74301,8.99897\n187,1646805218,47.74301,8.99897\n188,1646805219,47.74301,8.99897\n189,1646805220,47.74301,8.99897\n190,1646805221,47.74301,8.99897\n191,1646805222,47.74301,8.99897\n192,1646805223,47.74301,8.99897\n193,1646805224,47.74301,8.99897\n194,1646805225,47.74301,8.99897\n195,1646805226,47.74301,8.99897\n196,1646805227,47.74301,8.99897\n197,1646805228,47.74301,8.99897\n198,1646805229,47.74301,8.99896\n199,1646805230,47.74301,8.99896\n200,1646805231,47.74301,8.99896\n201,1646805232,47.74301,8.99896\n202,1646805233,47.74301,8.99896\n203,1646805234,47.74301,8.99896\n204,1646805235,47.74301,8.99896\n205,1646805236,47.74301,8.99896\n206,1646805237,47.74301,8.99895\n207,1646805238,47.74301,8.99895\n208,1646805239,47.74301,8.99895\n209,1646805240,47.74302,8.99895\n210,1646805241,47.74302,8.99895\n211,1646805242,47.74302,8.99895\n212,1646805243,47.74302,8.99894\n213,1646805244,47.74302,8.99894\n214,1646805245,47.74302,8.99894\n215,1646805246,47.74302,8.99894\n216,1646805247,47.74302,8.99894\n217,1646805248,47.74302,8.99894\n218,1646805249,47.74302,8.99894\n219,1646805250,47.74302,8.99893\n220,1646805251,47.74302,8.99893\n221,1646805252,47.74303,8.99893\n222,1646805253,47.74303,8.99893\n223,1646805254,47.74303,8.99893\n224,1646805255,47.74303,8.99893\n225,1646805256,47.74303,8.99893\n226,1646805257,47.74304,8.99892\n227,1646805258,47.74304,8.99892\n228,1646805259,47.74304,8.99892\n229,1646805260,47.74303,8.99892\n230,1646805261,47.74303,8.99892\n231,1646805262,47.74303,8.99892\n232,1646805263,47.74303,8.99892\n233,1646805264,47.74303,8.99892\n234,1646805265,47.74303,8.99892\n235,1646805266,47.74304,8.99892\n236,1646805267,47.74304,8.99891\n237,1646805268,47.74304,8.99891\n238,1646805269,47.74304,8.99891\n239,1646805270,47.74304,8.99891\n240,1646805271,47.74304,8.99891\n241,1646805272,47.74304,8.99891\n242,1646805273,47.74304,8.99891\n243,1646805274,47.74304,8.99891\n244,1646805275,47.74304,8.99891\n245,1646805276,47.74304,8.99891\n246,1646805277,47.74304,8.99891\n247,1646805278,47.74304,8.99891\n248,1646805279,47.74304,8.99891\n249,1646805280,47.74305,8.99890\n250,1646805281,47.74305,8.99890\n251,1646805282,47.74305,8.99890\n252,1646805283,47.74305,8.99890\n253,1646805284,47.74305,8.99890\n254,1646805285,47.74305,8.99890\n255,1646805286,47.74305,8.99890\n256,1646805287,47.74305,8.99890\n257,1646805288,47.74305,8.99889\n258,1646805289,47.74305,8.99889\n259,1646805290,47.74306,8.99889\n260,1646805291,47.74306,8.99889\n261,1646805292,47.74306,8.99890\n262,1646805293,47.74306,8.99890\n263,1646805294,47.74306,8.99890\n264,1646805295,47.74307,8.99890\n265,1646805296,47.74307,8.99890\n266,1646805297,47.74307,8.99889\n267,1646805298,47.74307,8.99889\n268,1646805299,47.74307,8.99889\n269,1646805300,47.74307,8.99889\n270,1646805301,47.74307,8.99889\n271,1646805302,47.74307,8.99889\n272,1646805303,47.74307,8.99889\n273,1646805304,47.74307,8.99889\n274,1646805305,47.74307,8.99889\n275,1646805306,47.74308,8.99889\n276,1646805307,47.74308,8.99889\n277,1646805308,47.74308,8.99889\n278,1646805309,47.74308,8.99889\n279,1646805310,47.74308,8.99888\n280,1646805311,47.74308,8.99888\n281,1646805312,47.74308,8.99888\n282,1646805313,47.74308,8.99888\n283,1646805314,47.74308,8.99888\n284,1646805315,47.74308,8.99888\n285,1646805316,47.74308,8.99888\n286,1646805317,47.74307,8.99888\n287,1646805318,47.74307,8.99888\n288,1646805319,47.74307,8.99888\n289,1646805320,47.74307,8.99888\n290,1646805321,47.74307,8.99888\n291,1646805322,47.74307,8.99888\n292,1646805323,47.74307,8.99888\n293,1646805324,47.74307,8.99888\n294,1646805325,47.74307,8.99888\n295,1646805326,47.74307,8.99888\n296,1646805327,47.74307,8.99888\n297,1646805328,47.74307,8.99888\n298,1646805329,47.74307,8.99888\n299,1646805330,47.74307,8.99888\n300,1646805331,47.74307,8.99888\n301,1646805332,47.74307,8.99888\n302,1646805333,47.74307,8.99888\n303,1646805334,47.74307,8.99888\n304,1646805335,47.74307,8.99888\n305,1646805336,47.74307,8.99888\n306,1646805337,47.74307,8.99888\n307,1646805338,47.74307,8.99888\n308,1646805339,47.74307,8.99888\n309,1646805340,47.74307,8.99888\n310,1646805341,47.74307,8.99888\n311,1646805342,47.74306,8.99888\n312,1646805343,47.74306,8.99888\n313,1646805344,47.74306,8.99888\n314,1646805345,47.74306,8.99888\n315,1646805346,47.74306,8.99888\n316,1646805347,47.74306,8.99888\n317,1646805348,47.74306,8.99888\n318,1646805349,47.74306,8.99888\n319,1646805350,47.74306,8.99888\n320,1646805351,47.74306,8.99888\n321,1646805352,47.74306,8.99888\n322,1646805353,47.74306,8.99888\n323,1646805354,47.74306,8.99888\n324,1646805355,47.74306,8.99888\n325,1646805356,47.74306,8.99888\n326,1646805357,47.74306,8.99888\n327,1646805358,47.74306,8.99888\n328,1646805359,47.74306,8.99888\n329,1646805360,47.74306,8.99888\n330,1646805361,47.74306,8.99888\n331,1646805362,47.74306,8.99887\n332,1646805363,47.74306,8.99887\n333,1646805364,47.74306,8.99887\n334,1646805365,47.74306,8.99887\n335,1646805366,47.74306,8.99887\n336,1646805367,47.74306,8.99887\n337,1646805368,47.74306,8.99887\n338,1646805369,47.74306,8.99887\n339,1646805370,47.74306,8.99887\n340,1646805371,47.74306,8.99886\n341,1646805372,47.74306,8.99886\n342,1646805373,47.74306,8.99886\n343,1646805374,47.74306,8.99886\n344,1646805375,47.74306,8.99886\n345,1646805376,47.74306,8.99886\n346,1646805377,47.74306,8.99885\n347,1646805378,47.74306,8.99885\n348,1646805379,47.74307,8.99885\n349,1646805380,47.74307,8.99885\n350,1646805381,47.74307,8.99885\n351,1646805382,47.74307,8.99885\n352,1646805383,47.74307,8.99885\n353,1646805384,47.74307,8.99885\n354,1646805385,47.74307,8.99885\n355,1646805386,47.74307,8.99885\n356,1646805387,47.74307,8.99885\n357,1646805388,47.74307,8.99885\n358,1646805389,47.74307,8.99885\n359,1646805390,47.74307,8.99885\n360,1646805391,47.74307,8.99885\n361,1646805392,47.74307,8.99885\n362,1646805393,47.74307,8.99885\n363,1646805394,47.74307,8.99885\n364,1646805395,47.74307,8.99885\n365,1646805396,47.74307,8.99885\n366,1646805397,47.74307,8.99885\n367,1646805398,47.74307,8.99885\n368,1646805399,47.74307,8.99885\n369,1646805400,47.74307,8.99885\n370,1646805401,47.74307,8.99885\n371,1646805402,47.74307,8.99885\n372,1646805403,47.74307,8.99885\n373,1646805404,47.74307,8.99885\n374,1646805405,47.74307,8.99885\n375,1646805406,47.74307,8.99885\n376,1646805407,47.74307,8.99885\n377,1646805408,47.74307,8.99885\n378,1646805409,47.74307,8.99885\n379,1646805410,47.74307,8.99885\n380,1646805411,47.74307,8.99885\n381,1646805412,47.74307,8.99885\n382,1646805413,47.74307,8.99885\n383,1646805414,47.74307,8.99885\n384,1646805415,47.74307,8.99885\n385,1646805416,47.74307,8.99885\n386,1646805417,47.74307,8.99885\n387,1646805418,47.74307,8.99885\n388,1646805419,47.74307,8.99885\n389,1646805420,47.74307,8.99885\n390,1646805421,47.74307,8.99885\n391,1646805422,47.74307,8.99884\n392,1646805423,47.74307,8.99884\n393,1646805424,47.74307,8.99884\n394,1646805425,47.74307,8.99884\n395,1646805426,47.74307,8.99884\n396,1646805427,47.74307,8.99884\n397,1646805428,47.74307,8.99884\n398,1646805429,47.74307,8.99884\n399,1646805430,47.74307,8.99884\n400,1646805431,47.74307,8.99884\n401,1646805432,47.74307,8.99884\n402,1646805433,47.74307,8.99884\n403,1646805434,47.74307,8.99884\n404,1646805435,47.74307,8.99884\n405,1646805436,47.74308,8.99884\n406,1646805437,47.74308,8.99883\n407,1646805438,47.74308,8.99883\n408,1646805439,47.74308,8.99884\n409,1646805440,47.74308,8.99884\n410,1646805441,47.74308,8.99885\n411,1646805442,47.74308,8.99885\n412,1646805443,47.74308,8.99885\n413,1646805444,47.74308,8.99885\n414,1646805445,47.74308,8.99885\n415,1646805446,47.74308,8.99884\n416,1646805447,47.74309,8.99884\n417,1646805448,47.74309,8.99884\n418,1646805449,47.74309,8.99884\n419,1646805450,47.74309,8.99885\n420,1646805451,47.74309,8.99886\n421,1646805452,47.74309,8.99887\n422,1646805453,47.74309,8.99887\n423,1646805454,47.74309,8.99887\n424,1646805455,47.74309,8.99887\n425,1646805456,47.74309,8.99887\n426,1646805457,47.74309,8.99887\n427,1646805458,47.74309,8.99887\n428,1646805459,47.74309,8.99887\n429,1646805460,47.74310,8.99887\n430,1646805461,47.74310,8.99887\n431,1646805462,47.74310,8.99887\n432,1646805463,47.74310,8.99887\n433,1646805464,47.74310,8.99887\n434,1646805465,47.74310,8.99887\n435,1646805466,47.74310,8.99887\n436,1646805467,47.74310,8.99887\n437,1646805468,47.74310,8.99887\n438,1646805469,47.74310,8.99887\n439,1646805470,47.74310,8.99887\n440,1646805471,47.74310,8.99887\n441,1646805472,47.74311,8.99887\n442,1646805473,47.74311,8.99887\n443,1646805474,47.74311,8.99887\n444,1646805475,47.74311,8.99887\n445,1646805476,47.74311,8.99887\n446,1646805477,47.74311,8.99887\n447,1646805478,47.74311,8.99887\n448,1646805479,47.74311,8.99887\n449,1646805480,47.74311,8.99887\n450,1646805481,47.74311,8.99887\n451,1646805482,47.74311,8.99887\n452,1646805483,47.74311,8.99887\n453,1646805484,47.74312,8.99887\n454,1646805485,47.74312,8.99887\n455,1646805486,47.74312,8.99887\n456,1646805487,47.74312,8.99887\n457,1646805488,47.74312,8.99887\n458,1646805489,47.74312,8.99887\n459,1646805490,47.74312,8.99888\n460,1646805491,47.74312,8.99888\n461,1646805492,47.74312,8.99888\n462,1646805493,47.74312,8.99888\n463,1646805494,47.74312,8.99888\n464,1646805495,47.74312,8.99888\n465,1646805496,47.74312,8.99888\n466,1646805497,47.74312,8.99888\n467,1646805498,47.74312,8.99888\n468,1646805499,47.74312,8.99888\n469,1646805500,47.74312,8.99888\n470,1646805501,47.74312,8.99888\n471,1646805502,47.74312,8.99888\n472,1646805503,47.74312,8.99888\n473,1646805504,47.74312,8.99888\n474,1646805505,47.74312,8.99888\n475,1646805506,47.74312,8.99888\n476,1646805507,47.74312,8.99888\n477,1646805508,47.74312,8.99888\n478,1646805509,47.74312,8.99888\n479,1646805510,47.74312,8.99888\n480,1646805511,47.74312,8.99888\n481,1646805512,47.74312,8.99888\n482,1646805513,47.74312,8.99889\n483,1646805514,47.74312,8.99889\n484,1646805515,47.74312,8.99889\n485,1646805516,47.74312,8.99889\n486,1646805517,47.74312,8.99889\n487,1646805518,47.74312,8.99889\n488,1646805519,47.74312,8.99889\n489,1646805520,47.74312,8.99889\n490,1646805521,47.74312,8.99889\n491,1646805522,47.74312,8.99889\n492,1646805523,47.74312,8.99889\n493,1646805524,47.74312,8.99889\n494,1646805525,47.74312,8.99890\n495,1646805526,47.74312,8.99890\n496,1646805527,47.74312,8.99890\n497,1646805528,47.74312,8.99890\n498,1646805529,47.74312,8.99890\n499,1646805530,47.74312,8.99890\n500,1646805531,47.74312,8.99890\n501,1646805532,47.74312,8.99890\n502,1646805533,47.74312,8.99890\n503,1646805534,47.74312,8.99890\n504,1646805535,47.74312,8.99890\n505,1646805536,47.74312,8.99890\n506,1646805537,47.74312,8.99891\n507,1646805538,47.74312,8.99891\n508,1646805539,47.74312,8.99891\n509,1646805540,47.74312,8.99891\n510,1646805541,47.74312,8.99891\n511,1646805542,47.74312,8.99891\n512,1646805543,47.74312,8.99891\n513,1646805544,47.74312,8.99891\n514,1646805545,47.74312,8.99891\n515,1646805546,47.74312,8.99891\n516,1646805547,47.74312,8.99891\n517,1646805548,47.74312,8.99891\n518,1646805549,47.74312,8.99891\n519,1646805550,47.74312,8.99891\n520,1646805551,47.74312,8.99892\n521,1646805552,47.74312,8.99892\n522,1646805553,47.74312,8.99892\n523,1646805554,47.74312,8.99892\n524,1646805555,47.74312,8.99892\n525,1646805556,47.74312,8.99892\n526,1646805557,47.74312,8.99892\n527,1646805558,47.74312,8.99892\n528,1646805559,47.74312,8.99892\n529,1646805560,47.74312,8.99892\n530,1646805561,47.74312,8.99892\n531,1646805562,47.74312,8.99892\n532,1646805563,47.74312,8.99892\n533,1646805564,47.74312,8.99892\n534,1646805565,47.74312,8.99892\n535,1646805566,47.74312,8.99892\n536,1646805567,47.74311,8.99891\n537,1646805568,47.74311,8.99891\n538,1646805569,47.74311,8.99891\n539,1646805570,47.74311,8.99891\n540,1646805571,47.74311,8.99891\n541,1646805572,47.74311,8.99891\n542,1646805573,47.74311,8.99891\n543,1646805574,47.74311,8.99891\n544,1646805575,47.74311,8.99891\n545,1646805576,47.74311,8.99891\n546,1646805577,47.74311,8.99891\n547,1646805578,47.74311,8.99891\n548,1646805579,47.74311,8.99891\n549,1646805580,47.74311,8.99891\n550,1646805581,47.74311,8.99891\n551,1646805582,47.74311,8.99891\n552,1646805583,47.74311,8.99891\n553,1646805584,47.74311,8.99891\n554,1646805585,47.74311,8.99891\n555,1646805586,47.74311,8.99891\n556,1646805587,47.74310,8.99890\n557,1646805588,47.74310,8.99890\n558,1646805589,47.74310,8.99890\n559,1646805590,47.74310,8.99890\n560,1646805591,47.74310,8.99890\n561,1646805592,47.74310,8.99890\n562,1646805593,47.74310,8.99890\n563,1646805594,47.74310,8.99890\n564,1646805595,47.74310,8.99890\n565,1646805596,47.74310,8.99890\n566,1646805597,47.74310,8.99890\n567,1646805598,47.74310,8.99890\n568,1646805599,47.74310,8.99890\n569,1646805600,47.74310,8.99890\n570,1646805601,47.74310,8.99890\n571,1646805602,47.74310,8.99890\n572,1646805603,47.74310,8.99890\n573,1646805604,47.74310,8.99890\n574,1646805605,47.74310,8.99890\n575,1646805606,47.74310,8.99890\n576,1646805607,47.74310,8.99890\n577,1646805608,47.74309,8.99890\n578,1646805609,47.74309,8.99890\n579,1646805610,47.74309,8.99890\n580,1646805611,47.74309,8.99890\n581,1646805612,47.74309,8.99890\n582,1646805613,47.74309,8.99890\n583,1646805614,47.74309,8.99890\n584,1646805615,47.74309,8.99890\n585,1646805616,47.74309,8.99890\n586,1646805617,47.74309,8.99890\n587,1646805618,47.74309,8.99890\n588,1646805619,47.74309,8.99890\n589,1646805620,47.74309,8.99890\n590,1646805621,47.74309,8.99890\n591,1646805622,47.74309,8.99890\n592,1646805623,47.74309,8.99890\n593,1646805624,47.74309,8.99890\n594,1646805625,47.74309,8.99890\n595,1646805626,47.74309,8.99890\n596,1646805627,47.74309,8.99890\n597,1646805628,47.74309,8.99890\n598,1646805629,47.74309,8.99890\n599,1646805630,47.74309,8.99889\n600,1646805631,47.74309,8.99889\n601,1646805632,47.74309,8.99889\n602,1646805633,47.74309,8.99889\n603,1646805634,47.74308,8.99889\n604,1646805635,47.74308,8.99889\n605,1646805636,47.74308,8.99889\n606,1646805637,47.74308,8.99889\n607,1646805638,47.74308,8.99889\n608,1646805639,47.74308,8.99889\n609,1646805640,47.74308,8.99889\n610,1646805641,47.74308,8.99889\n611,1646805642,47.74308,8.99889\n612,1646805643,47.74308,8.99889\n613,1646805644,47.74308,8.99889\n614,1646805645,47.74308,8.99889\n615,1646805646,47.74308,8.99889\n616,1646805647,47.74308,8.99889\n617,1646805648,47.74308,8.99889\n618,1646805649,47.74308,8.99889\n619,1646805650,47.74308,8.99889\n620,1646805651,47.74308,8.99889\n621,1646805652,47.74308,8.99889\n622,1646805653,47.74308,8.99889\n623,1646805654,47.74308,8.99889\n624,1646805655,47.74308,8.99889\n625,1646805656,47.74307,8.99889\n626,1646805657,47.74307,8.99889\n627,1646805658,47.74307,8.99889\n628,1646805659,47.74307,8.99889\n629,1646805660,47.74307,8.99889\n630,1646805661,47.74306,8.99890\n631,1646805662,47.74306,8.99890\n632,1646805663,47.74306,8.99890\n633,1646805664,47.74306,8.99890\n634,1646805665,47.74306,8.99890\n635,1646805666,47.74306,8.99890\n636,1646805667,47.74306,8.99890\n637,1646805668,47.74306,8.99890\n638,1646805669,47.74306,8.99890\n639,1646805670,47.74306,8.99890\n640,1646805671,47.74306,8.99890\n641,1646805672,47.74306,8.99890\n642,1646805673,47.74306,8.99890\n643,1646805674,47.74306,8.99890\n644,1646805675,47.74306,8.99890\n645,1646805676,47.74306,8.99890\n646,1646805677,47.74306,8.99890\n647,1646805678,47.74306,8.99890\n648,1646805679,47.74306,8.99890\n649,1646805680,47.74306,8.99890\n650,1646805681,47.74306,8.99890\n651,1646805682,47.74306,8.99890\n652,1646805683,47.74306,8.99890\n653,1646805684,47.74306,8.99890\n654,1646805685,47.74306,8.99890\n655,1646805686,47.74306,8.99890\n656,1646805687,47.74306,8.99890\n657,1646805688,47.74306,8.99890\n658,1646805689,47.74306,8.99890\n659,1646805690,47.74306,8.99890\n660,1646805691,47.74306,8.99890\n661,1646805692,47.74306,8.99890\n662,1646805693,47.74306,8.99890\n663,1646805694,47.74306,8.99890\n664,1646805695,47.74306,8.99890\n665,1646805696,47.74306,8.99890\n666,1646805697,47.74306,8.99890\n667,1646805698,47.74306,8.99890\n668,1646805699,47.74306,8.99890\n669,1646805700,47.74306,8.99890\n670,1646805701,47.74306,8.99890\n671,1646805702,47.74306,8.99890\n672,1646805703,47.74306,8.99890\n673,1646805704,47.74306,8.99890\n674,1646805705,47.74306,8.99890\n675,1646805706,47.74306,8.99890\n676,1646805707,47.74306,8.99890\n677,1646805708,47.74306,8.99890\n678,1646805709,47.74306,8.99890\n679,1646805710,47.74306,8.99890\n680,1646805711,47.74306,8.99890\n681,1646805712,47.74306,8.99890\n682,1646805713,47.74306,8.99890\n683,1646805714,47.74306,8.99890\n684,1646805715,47.74306,8.99890\n685,1646805716,47.74306,8.99890\n686,1646805717,47.74306,8.99890\n687,1646805718,47.74306,8.99890\n688,1646805719,47.74306,8.99890\n689,1646805720,47.74306,8.99890\n690,1646805721,47.74306,8.99890\n691,1646805722,47.74306,8.99890\n692,1646805723,47.74306,8.99890\n693,1646805724,47.74306,8.99890\n694,1646805725,47.74306,8.99890\n695,1646805726,47.74306,8.99890\n696,1646805727,47.74306,8.99890\n697,1646805728,47.74306,8.99890\n698,1646805729,47.74306,8.99890\n699,1646805730,47.74306,8.99890\n700,1646805731,47.74306,8.99890\n701,1646805732,47.74306,8.99890\n702,1646805733,47.74306,8.99890\n703,1646805734,47.74306,8.99890\n704,1646805735,47.74306,8.99890\n705,1646805736,47.74306,8.99890\n706,1646805737,47.74306,8.99890\n707,1646805738,47.74306,8.99890\n708,1646805739,47.74306,8.99890\n709,1646805740,47.74306,8.99890\n710,1646805741,47.74306,8.99890\n711,1646805742,47.74306,8.99890\n712,1646805743,47.74306,8.99890\n713,1646805744,47.74306,8.99890\n714,1646805745,47.74306,8.99890\n715,1646805746,47.74306,8.99890\n716,1646805747,47.74306,8.99890\n717,1646805748,47.74306,8.99890\n718,1646805749,47.74306,8.99890\n719,1646805750,47.74306,8.99890\n720,1646805751,47.74306,8.99890\n721,1646805752,47.74306,8.99890\n722,1646805753,47.74306,8.99890\n723,1646805754,47.74306,8.99890\n724,1646805755,47.74306,8.99890\n725,1646805756,47.74306,8.99890\n726,1646805757,47.74306,8.99890\n727,1646805758,47.74306,8.99890\n728,1646805759,47.74306,8.99890\n729,1646805760,47.74306,8.99890\n730,1646805761,47.74306,8.99890\n731,1646805762,47.74306,8.99890\n732,1646805763,47.74306,8.99890\n733,1646805764,47.74306,8.99890\n734,1646805765,47.74306,8.99890\n735,1646805766,47.74306,8.99890\n736,1646805767,47.74306,8.99890\n737,1646805768,47.74306,8.99890\n738,1646805769,47.74306,8.99890\n739,1646805770,47.74306,8.99890\n740,1646805771,47.74306,8.99890\n741,1646805772,47.74305,8.99890\n742,1646805773,47.74305,8.99890\n743,1646805774,47.74305,8.99890\n744,1646805775,47.74305,8.99890\n745,1646805776,47.74305,8.99890\n746,1646805777,47.74305,8.99890\n747,1646805778,47.74305,8.99890\n748,1646805779,47.74305,8.99890\n749,1646805780,47.74305,8.99890\n750,1646805781,47.74305,8.99890\n751,1646805782,47.74305,8.99890\n752,1646805783,47.74305,8.99890\n753,1646805784,47.74305,8.99890\n754,1646805785,47.74305,8.99890\n755,1646805786,47.74305,8.99891\n756,1646805787,47.74304,8.99891\n757,1646805788,47.74304,8.99891\n758,1646805789,47.74304,8.99891\n759,1646805790,47.74304,8.99891\n760,1646805791,47.74304,8.99891\n761,1646805792,47.74304,8.99891\n762,1646805793,47.74304,8.99891\n763,1646805794,47.74304,8.99891\n764,1646805795,47.74304,8.99891\n765,1646805796,47.74304,8.99891\n766,1646805797,47.74304,8.99891\n767,1646805798,47.74304,8.99891\n768,1646805799,47.74304,8.99891\n769,1646805800,47.74304,8.99891\n770,1646805801,47.74304,8.99891\n771,1646805802,47.74304,8.99891\n772,1646805803,47.74304,8.99891\n773,1646805804,47.74304,8.99891\n774,1646805805,47.74304,8.99891\n775,1646805806,47.74304,8.99891\n776,1646805807,47.74304,8.99891\n777,1646805808,47.74304,8.99891\n778,1646805809,47.74304,8.99891\n779,1646805810,47.74304,8.99891\n780,1646805811,47.74304,8.99891\n781,1646805812,47.74304,8.99891\n782,1646805813,47.74304,8.99891\n783,1646805814,47.74304,8.99891\n784,1646805815,47.74304,8.99891\n785,1646805816,47.74304,8.99891\n786,1646805817,47.74304,8.99891\n787,1646805818,47.74304,8.99891\n788,1646805819,47.74304,8.99891\n789,1646805820,47.74304,8.99891\n790,1646805821,47.74304,8.99891\n791,1646805822,47.74304,8.99891\n792,1646805823,47.74304,8.99891\n793,1646805824,47.74304,8.99891\n794,1646805825,47.74304,8.99891\n795,1646805826,47.74304,8.99891\n796,1646805827,47.74304,8.99891\n797,1646805828,47.74304,8.99891\n798,1646805829,47.74304,8.99891\n799,1646805830,47.74304,8.99891\n800,1646805831,47.74304,8.99891\n801,1646805832,47.74304,8.99891\n802,1646805833,47.74304,8.99891\n803,1646805834,47.74304,8.99891\n804,1646805835,47.74304,8.99891\n805,1646805836,47.74304,8.99891\n806,1646805837,47.74304,8.99891\n807,1646805838,47.74304,8.99891\n808,1646805839,47.74304,8.99891\n809,1646805840,47.74304,8.99891\n810,1646805841,47.74304,8.99891\n811,1646805842,47.74304,8.99891\n812,1646805843,47.74304,8.99891\n813,1646805844,47.74304,8.99891\n814,1646805845,47.74304,8.99891\n815,1646805846,47.74304,8.99891\n816,1646805847,47.74304,8.99891\n817,1646805848,47.74304,8.99891\n818,1646805849,47.74304,8.99891\n819,1646805850,47.74304,8.99891\n820,1646805851,47.74304,8.99891\n821,1646805852,47.74304,8.99891\n822,1646805853,47.74304,8.99891\n823,1646805854,47.74304,8.99891\n824,1646805855,47.74304,8.99891\n825,1646805856,47.74304,8.99891\n826,1646805857,47.74304,8.99891\n827,1646805858,47.74304,8.99891\n828,1646805859,47.74304,8.99891\n829,1646805860,47.74304,8.99891\n830,1646805861,47.74304,8.99891\n831,1646805862,47.74304,8.99891\n832,1646805863,47.74304,8.99891\n833,1646805864,47.74304,8.99891\n834,1646805865,47.74304,8.99891\n835,1646805866,47.74304,8.99891\n836,1646805867,47.74304,8.99891\n837,1646805868,47.74304,8.99891\n838,1646805869,47.74304,8.99891\n839,1646805870,47.74304,8.99891\n840,1646805871,47.74304,8.99891\n841,1646805872,47.74304,8.99891\n842,1646805873,47.74304,8.99891\n843,1646805874,47.74304,8.99891\n844,1646805875,47.74304,8.99891\n845,1646805876,47.74304,8.99891\n846,1646805877,47.74304,8.99891\n847,1646805878,47.74304,8.99891\n848,1646805879,47.74304,8.99891\n849,1646805880,47.74304,8.99891\n850,1646805881,47.74304,8.99891\n851,1646805882,47.74304,8.99891\n852,1646805883,47.74304,8.99891\n853,1646805884,47.74304,8.99891\n854,1646805885,47.74304,8.99891\n855,1646805886,47.74304,8.99891\n856,1646805887,47.74304,8.99891\n857,1646805888,47.74304,8.99891\n858,1646805889,47.74304,8.99891\n859,1646805890,47.74304,8.99891\n860,1646805891,47.74304,8.99891\n861,1646805892,47.74304,8.99891\n862,1646805893,47.74304,8.99891\n863,1646805894,47.74304,8.99891\n864,1646805895,47.74304,8.99891\n865,1646805896,47.74304,8.99891\n866,1646805897,47.74304,8.99891\n867,1646805898,47.74304,8.99891\n868,1646805899,47.74304,8.99891\n869,1646805900,47.74304,8.99891\n870,1646805901,47.74304,8.99891\n871,1646805902,47.74304,8.99891\n872,1646805903,47.74304,8.99891\n873,1646805904,47.74304,8.99891\n874,1646805905,47.74304,8.99891\n875,1646805906,47.74304,8.99891\n876,1646805907,47.74304,8.99891\n877,1646805908,47.74304,8.99891\n878,1646805909,47.74304,8.99891\n879,1646805910,47.74304,8.99891\n880,1646805911,47.74304,8.99891\n881,1646805912,47.74304,8.99891\n882,1646805913,47.74304,8.99891\n883,1646805914,47.74304,8.99891\n884,1646805915,47.74304,8.99891\n885,1646805916,47.74304,8.99891\n886,1646805917,47.74304,8.99891\n887,1646805918,47.74304,8.99891\n888,1646805919,47.74304,8.99891\n889,1646805920,47.74304,8.99891\n890,1646805921,47.74304,8.99891\n891,1646805922,47.74304,8.99891\n892,1646805923,47.74304,8.99891\n893,1646805924,47.74304,8.99891\n894,1646805925,47.74304,8.99891\n895,1646805926,47.74304,8.99891\n896,1646805927,47.74304,8.99891\n897,1646805928,47.74304,8.99891\n898,1646805929,47.74304,8.99891\n899,1646805930,47.74304,8.99891\n900,1646805931,47.74304,8.99891\n901,1646805932,47.74304,8.99891\n902,1646805933,47.74304,8.99891\n903,1646805934,47.74304,8.99891\n904,1646805935,47.74304,8.99891\n905,1646805936,47.74304,8.99891\n906,1646805937,47.74304,8.99891\n907,1646805938,47.74304,8.99891\n908,1646805939,47.74304,8.99891\n909,1646805940,47.74304,8.99891\n910,1646805941,47.74304,8.99891\n911,1646805942,47.74304,8.99891\n912,1646805943,47.74304,8.99891\n913,1646805944,47.74304,8.99891\n914,1646805945,47.74304,8.99891\n915,1646805946,47.74304,8.99891\n916,1646805947,47.74304,8.99891\n917,1646805948,47.74304,8.99891\n918,1646805949,47.74304,8.99891\n919,1646805950,47.74304,8.99891\n920,1646805951,47.74304,8.99891\n921,1646805952,47.74304,8.99891\n922,1646805953,47.74304,8.99891\n923,1646805954,47.74304,8.99891\n924,1646805955,47.74304,8.99891\n925,1646805956,47.74304,8.99891\n926,1646805957,47.74304,8.99891\n927,1646805958,47.74304,8.99891\n928,1646805959,47.74304,8.99891\n929,1646805960,47.74304,8.99891\n930,1646805961,47.74304,8.99891\n931,1646805962,47.74304,8.99891\n932,1646805963,47.74304,8.99891\n933,1646805964,47.74304,8.99891\n934,1646805965,47.74304,8.99891\n935,1646805966,47.74304,8.99891\n936,1646805967,47.74304,8.99891\n937,1646805968,47.74304,8.99891\n938,1646805969,47.74304,8.99891\n939,1646805970,47.74304,8.99891\n940,1646805971,47.74304,8.99891\n941,1646805972,47.74304,8.99891\n942,1646805973,47.74304,8.99891\n943,1646805974,47.74304,8.99891\n944,1646805975,47.74304,8.99891\n945,1646805976,47.74304,8.99891\n946,1646805977,47.74304,8.99891\n947,1646805978,47.74304,8.99891\n948,1646805979,47.74304,8.99891\n949,1646805980,47.74304,8.99891\n950,1646805981,47.74304,8.99891\n951,1646805982,47.74304,8.99891\n952,1646805983,47.74304,8.99891\n953,1646805984,47.74304,8.99891\n954,1646805985,47.74304,8.99891\n955,1646805986,47.74304,8.99891\n956,1646805987,47.74304,8.99891\n957,1646805988,47.74304,8.99891\n958,1646805989,47.74304,8.99891\n959,1646805990,47.74304,8.99891\n960,1646805991,47.74304,8.99891\n961,1646805992,47.74304,8.99891\n962,1646805993,47.74304,8.99891\n963,1646805994,47.74304,8.99891\n964,1646805995,47.74304,8.99891\n965,1646805996,47.74304,8.99891\n966,1646805997,47.74304,8.99891\n967,1646805998,47.74304,8.99891\n968,1646805999,47.74304,8.99891\n969,1646806000,47.74304,8.99891\n970,1646806001,47.74304,8.99891\n971,1646806002,47.74304,8.99891\n972,1646806003,47.74304,8.99891\n973,1646806004,47.74304,8.99891\n974,1646806005,47.74304,8.99891\n975,1646806006,47.74304,8.99891\n976,1646806007,47.74304,8.99891\n977,1646806008,47.74304,8.99891\n978,1646806009,47.74304,8.99891\n979,1646806010,47.74304,8.99891\n980,1646806011,47.74304,8.99891\n981,1646806012,47.74304,8.99891\n982,1646806013,47.74304,8.99891\n983,1646806014,47.74304,8.99891\n984,1646806015,47.74304,8.99891\n985,1646806016,47.74304,8.99891\n986,1646806017,47.74304,8.99891\n987,1646806018,47.74304,8.99891\n988,1646806019,47.74304,8.99891\n989,1646806020,47.74304,8.99891\n990,1646806021,47.74304,8.99891\n991,1646806022,47.74304,8.99891\n992,1646806023,47.74304,8.99891\n993,1646806024,47.74304,8.99891\n994,1646806025,47.74304,8.99891\n995,1646806026,47.74304,8.99891\n996,1646806027,47.74304,8.99891\n997,1646806028,47.74304,8.99891\n998,1646806029,47.74304,8.99891\n999,1646806030,47.74304,8.99891\n1000,1646806031,47.74304,8.99891\n1001,1646806032,47.74304,8.99891\n1002,1646806033,47.74304,8.99891\n1003,1646806034,47.74304,8.99891\n1004,1646806035,47.74304,8.99891\n1005,1646806036,47.74304,8.99891\n1006,1646806037,47.74304,8.99891\n1007,1646806038,47.74304,8.99891\n1008,1646806039,47.74304,8.99891\n1009,1646806040,47.74304,8.99891\n1010,1646806041,47.74304,8.99891\n1011,1646806042,47.74304,8.99891\n1012,1646806043,47.74304,8.99891\n1013,1646806044,47.74304,8.99891\n1014,1646806045,47.74304,8.99891\n1015,1646806046,47.74304,8.99891\n1016,1646806047,47.74304,8.99891\n1017,1646806048,47.74304,8.99891\n1018,1646806049,47.74304,8.99891\n1019,1646806050,47.74304,8.99891\n1020,1646806051,47.74304,8.99891\n1021,1646806052,47.74304,8.99891\n1022,1646806053,47.74304,8.99891\n1023,1646806054,47.74304,8.99891\n1024,1646806055,47.74304,8.99891\n1025,1646806056,47.74304,8.99891\n1026,1646806057,47.74304,8.99891\n1027,1646806058,47.74304,8.99891\n1028,1646806059,47.74304,8.99891\n1029,1646806060,47.74304,8.99891\n1030,1646806061,47.74304,8.99891\n1031,1646806062,47.74304,8.99891\n1032,1646806063,47.74304,8.99891\n1033,1646806064,47.74304,8.99891\n1034,1646806065,47.74304,8.99891\n1035,1646806066,47.74304,8.99891\n1036,1646806067,47.74304,8.99891\n1037,1646806068,47.74304,8.99891\n1038,1646806069,47.74304,8.99891\n1039,1646806070,47.74304,8.99891\n1040,1646806071,47.74304,8.99891\n1041,1646806072,47.74304,8.99891\n1042,1646806073,47.74304,8.99891\n1043,1646806074,47.74304,8.99891\n1044,1646806075,47.74304,8.99891\n1045,1646806076,47.74304,8.99891\n1046,1646806077,47.74304,8.99891\n1047,1646806078,47.74304,8.99891\n1048,1646806079,47.74304,8.99891\n1049,1646806080,47.74304,8.99891\n1050,1646806081,47.74304,8.99891\n1051,1646806082,47.74304,8.99891\n1052,1646806083,47.74304,8.99891\n1053,1646806084,47.74304,8.99891\n1054,1646806085,47.74304,8.99891\n1055,1646806086,47.74304,8.99891\n1056,1646806087,47.74304,8.99891\n1057,1646806088,47.74304,8.99891\n1058,1646806089,47.74304,8.99891\n1059,1646806090,47.74304,8.99891\n1060,1646806091,47.74304,8.99891\n1061,1646806092,47.74304,8.99891\n1062,1646806093,47.74304,8.99891\n1063,1646806094,47.74304,8.99891\n1064,1646806095,47.74304,8.99891\n1065,1646806096,47.74304,8.99891\n1066,1646806097,47.74304,8.99891\n1067,1646806098,47.74304,8.99891\n1068,1646806099,47.74304,8.99891\n1069,1646806100,47.74304,8.99891\n1070,1646806101,47.74304,8.99891\n1071,1646806102,47.74304,8.99891\n1072,1646806103,47.74304,8.99891\n1073,1646806104,47.74304,8.99891\n1074,1646806105,47.74304,8.99891\n1075,1646806106,47.74304,8.99891\n1076,1646806107,47.74304,8.99891\n1077,1646806108,47.74304,8.99891\n1078,1646806109,47.74304,8.99891\n1079,1646806110,47.74304,8.99891\n1080,1646806111,47.74304,8.99891\n1081,1646806112,47.74304,8.99891\n1082,1646806113,47.74304,8.99891\n1083,1646806114,47.74304,8.99891\n1084,1646806115,47.74304,8.99891\n1085,1646806116,47.74304,8.99891\n1086,1646806117,47.74304,8.99891\n1087,1646806118,47.74304,8.99891\n1088,1646806119,47.74304,8.99891\n1089,1646806120,47.74304,8.99891\n1090,1646806121,47.74304,8.99891\n1091,1646806122,47.74304,8.99891\n1092,1646806123,47.74304,8.99891\n1093,1646806124,47.74304,8.99891\n1094,1646806125,47.74304,8.99891\n1095,1646806126,47.74304,8.99891\n1096,1646806127,47.74304,8.99891\n1097,1646806128,47.74304,8.99891\n1098,1646806129,47.74304,8.99891\n1099,1646806130,47.74304,8.99891\n1100,1646806131,47.74304,8.99891\n1101,1646806132,47.74304,8.99891\n1102,1646806133,47.74304,8.99891\n1103,1646806134,47.74304,8.99891\n1104,1646806135,47.74304,8.99891\n1105,1646806136,47.74304,8.99891\n1106,1646806137,47.74304,8.99891\n1107,1646806138,47.74304,8.99891\n1108,1646806139,47.74304,8.99891\n1109,1646806140,47.74304,8.99891\n1110,1646806141,47.74304,8.99891\n1111,1646806142,47.74304,8.99891\n1112,1646806143,47.74304,8.99891\n1113,1646806144,47.74304,8.99891\n1114,1646806145,47.74304,8.99891\n1115,1646806146,47.74304,8.99891\n1116,1646806147,47.74304,8.99891\n1117,1646806148,47.74304,8.99891\n1118,1646806149,47.74304,8.99891\n1119,1646806150,47.74304,8.99891\n1120,1646806151,47.74304,8.99891\n1121,1646806152,47.74304,8.99891\n1122,1646806153,47.74304,8.99891\n1123,1646806154,47.74304,8.99891\n1124,1646806155,47.74304,8.99891\n1125,1646806156,47.74304,8.99891\n1126,1646806157,47.74304,8.99891\n1127,1646806158,47.74304,8.99891\n1128,1646806159,47.74304,8.99891\n1129,1646806160,47.74304,8.99891\n1130,1646806161,47.74304,8.99891\n1131,1646806162,47.74304,8.99891\n1132,1646806163,47.74304,8.99891\n1133,1646806164,47.74304,8.99891\n1134,1646806165,47.74304,8.99891\n1135,1646806166,47.74304,8.99891\n1136,1646806167,47.74304,8.99891\n1137,1646806168,47.74304,8.99891\n1138,1646806169,47.74304,8.99891\n1139,1646806170,47.74304,8.99891\n1140,1646806171,47.74304,8.99891\n1141,1646806172,47.74304,8.99891\n1142,1646806173,47.74304,8.99891\n1143,1646806174,47.74304,8.99891\n1144,1646806175,47.74304,8.99891\n1145,1646806176,47.74304,8.99891\n1146,1646806177,47.74304,8.99891\n1147,1646806178,47.74304,8.99891\n1148,1646806179,47.74304,8.99891\n1149,1646806180,47.74304,8.99891\n1150,1646806181,47.74304,8.99891\n1151,1646806182,47.74304,8.99891\n1152,1646806183,47.74304,8.99891\n1153,1646806184,47.74304,8.99891\n1154,1646806185,47.74304,8.99891\n1155,1646806186,47.74304,8.99891\n1156,1646806187,47.74304,8.99891\n1157,1646806188,47.74304,8.99891\n1158,1646806189,47.74304,8.99891\n1159,1646806190,47.74304,8.99891\n1160,1646806191,47.74304,8.99891\n1161,1646806192,47.74304,8.99891\n1162,1646806193,47.74304,8.99891\n1163,1646806194,47.74304,8.99891\n1164,1646806195,47.74304,8.99891\n1165,1646806196,47.74304,8.99891\n1166,1646806197,47.74304,8.99891\n1167,1646806198,47.74304,8.99891\n1168,1646806199,47.74304,8.99891\n1169,1646806200,47.74304,8.99891\n1170,1646806201,47.74304,8.99891\n1171,1646806202,47.74304,8.99891\n1172,1646806203,47.74304,8.99891\n1173,1646806204,47.74304,8.99891\n1174,1646806205,47.74304,8.99891\n1175,1646806206,47.74304,8.99891\n1176,1646806207,47.74304,8.99891\n1177,1646806208,47.74304,8.99891\n1178,1646806209,47.74304,8.99891\n1179,1646806210,47.74304,8.99891\n1180,1646806211,47.74304,8.99891\n1181,1646806212,47.74304,8.99891\n1182,1646806213,47.74304,8.99891\n1183,1646806214,47.74304,8.99891\n1184,1646806215,47.74304,8.99891\n1185,1646806216,47.74304,8.99891\n1186,1646806217,47.74304,8.99891\n1187,1646806218,47.74304,8.99891\n1188,1646806219,47.74304,8.99891\n1189,1646806220,47.74304,8.99891\n1190,1646806221,47.74304,8.99891\n1191,1646806222,47.74304,8.99891\n1192,1646806223,47.74304,8.99891\n1193,1646806224,47.74304,8.99891\n1194,1646806225,47.74304,8.99891\n1195,1646806226,47.74304,8.99891\n1196,1646806227,47.74304,8.99891\n1197,1646806228,47.74304,8.99891\n1198,1646806229,47.74304,8.99891\n1199,1646806230,47.74304,8.99891\n1200,1646806231,47.74304,8.99891\n1201,1646806232,47.74304,8.99891\n1202,1646806233,47.74304,8.99891\n1203,1646806234,47.74304,8.99891\n1204,1646806235,47.74303,8.99891\n1205,1646806236,47.74303,8.99891\n1206,1646806237,47.74303,8.99891\n1207,1646806238,47.74303,8.99891\n1208,1646806239,47.74303,8.99891\n1209,1646806240,47.74303,8.99891\n1210,1646806241,47.74303,8.99891\n1211,1646806242,47.74303,8.99891\n1212,1646806243,47.74303,8.99891\n1213,1646806244,47.74303,8.99891\n1214,1646806245,47.74303,8.99891\n1215,1646806246,47.74303,8.99891\n1216,1646806247,47.74303,8.99891\n1217,1646806248,47.74303,8.99891\n1218,1646806249,47.74303,8.99891\n1219,1646806250,47.74303,8.99891\n1220,1646806251,47.74303,8.99891\n1221,1646806252,47.74303,8.99891\n1222,1646806253,47.74303,8.99891\n1223,1646806254,47.74303,8.99891\n1224,1646806255,47.74303,8.99891\n1225,1646806256,47.74303,8.99891\n1226,1646806257,47.74303,8.99891\n1227,1646806258,47.74303,8.99891\n1228,1646806259,47.74303,8.99891\n1229,1646806260,47.74303,8.99891\n1230,1646806261,47.74303,8.99891\n1231,1646806262,47.74303,8.99891\n1232,1646806263,47.74303,8.99891\n1233,1646806264,47.74303,8.99891\n1234,1646806265,47.74303,8.99891\n1235,1646806266,47.74303,8.99891\n1236,1646806267,47.74303,8.99891\n1237,1646806268,47.74303,8.99891\n1238,1646806269,47.74303,8.99891\n1239,1646806270,47.74303,8.99891\n1240,1646806271,47.74303,8.99891\n1241,1646806272,47.74303,8.99891\n1242,1646806273,47.74303,8.99891\n1243,1646806274,47.74303,8.99891\n1244,1646806275,47.74303,8.99891\n1245,1646806276,47.74303,8.99891\n1246,1646806277,47.74303,8.99891\n1247,1646806278,47.74303,8.99891\n1248,1646806279,47.74303,8.99891\n1249,1646806280,47.74303,8.99891\n1250,1646806281,47.74303,8.99891\n1251,1646806282,47.74303,8.99891\n1252,1646806283,47.74303,8.99891\n1253,1646806284,47.74303,8.99891\n1254,1646806285,47.74302,8.99891\n1255,1646806286,47.74302,8.99891\n1256,1646806287,47.74302,8.99891\n1257,1646806288,47.74302,8.99891\n1258,1646806289,47.74302,8.99891\n1259,1646806290,47.74302,8.99891\n1260,1646806291,47.74302,8.99891\n1261,1646806292,47.74302,8.99891\n1262,1646806293,47.74302,8.99891\n1263,1646806294,47.74302,8.99891\n1264,1646806295,47.74302,8.99891\n1265,1646806296,47.74301,8.99891\n1266,1646806297,47.74301,8.99891\n1267,1646806298,47.74301,8.99891\n1268,1646806299,47.74301,8.99891\n1269,1646806300,47.74301,8.99891\n1270,1646806301,47.74301,8.99891\n1271,1646806302,47.74301,8.99890\n1272,1646806303,47.74301,8.99890\n1273,1646806304,47.74301,8.99890\n1274,1646806305,47.74301,8.99890\n1275,1646806306,47.74301,8.99890\n1276,1646806307,47.74301,8.99890\n1277,1646806308,47.74300,8.99890\n1278,1646806309,47.74300,8.99890\n1279,1646806310,47.74300,8.99890\n1280,1646806311,47.74300,8.99890\n1281,1646806312,47.74300,8.99890\n1282,1646806313,47.74300,8.99890\n1283,1646806314,47.74300,8.99890\n1284,1646806315,47.74300,8.99890\n1285,1646806316,47.74300,8.99890\n1286,1646806317,47.74300,8.99890\n1287,1646806318,47.74300,8.99890\n1288,1646806319,47.74300,8.99890\n1289,1646806320,47.74300,8.99890\n1290,1646806321,47.74300,8.99890\n1291,1646806322,47.74299,8.99890\n1292,1646806323,47.74299,8.99890\n1293,1646806324,47.74299,8.99890\n1294,1646806325,47.74299,8.99890\n1295,1646806326,47.74299,8.99890\n1296,1646806327,47.74299,8.99890\n1297,1646806328,47.74299,8.99890\n1298,1646806329,47.74299,8.99890\n1299,1646806330,47.74299,8.99889\n1300,1646806331,47.74299,8.99889\n1301,1646806332,47.74299,8.99889\n1302,1646806333,47.74299,8.99889\n1303,1646806334,47.74299,8.99889\n1304,1646806335,47.74299,8.99889\n1305,1646806336,47.74299,8.99889\n1306,1646806337,47.74299,8.99889\n1307,1646806338,47.74299,8.99889\n1308,1646806339,47.74299,8.99889\n1309,1646806340,47.74299,8.99889\n1310,1646806341,47.74299,8.99889\n1311,1646806342,47.74299,8.99889\n1312,1646806343,47.74299,8.99889\n1313,1646806344,47.74299,8.99889\n1314,1646806345,47.74299,8.99889\n1315,1646806346,47.74299,8.99889\n1316,1646806347,47.74299,8.99889\n1317,1646806348,47.74299,8.99889\n1318,1646806349,47.74299,8.99889\n1319,1646806350,47.74299,8.99889\n1320,1646806351,47.74299,8.99889\n1321,1646806352,47.74299,8.99889\n1322,1646806353,47.74299,8.99889\n1323,1646806354,47.74299,8.99889\n1324,1646806355,47.74299,8.99889\n1325,1646806356,47.74299,8.99889\n1326,1646806357,47.74299,8.99889\n1327,1646806358,47.74299,8.99889\n1328,1646806359,47.74299,8.99889\n1329,1646806360,47.74299,8.99889\n1330,1646806361,47.74299,8.99889\n1331,1646806362,47.74299,8.99889\n1332,1646806363,47.74299,8.99889\n1333,1646806364,47.74299,8.99889\n1334,1646806365,47.74299,8.99889\n1335,1646806366,47.74299,8.99889\n1336,1646806367,47.74299,8.99889\n1337,1646806368,47.74299,8.99889\n1338,1646806369,47.74299,8.99889\n1339,1646806370,47.74299,8.99889\n1340,1646806371,47.74299,8.99889\n1341,1646806372,47.74299,8.99889\n1342,1646806373,47.74299,8.99889\n1343,1646806374,47.74299,8.99889\n1344,1646806375,47.74299,8.99889\n1345,1646806376,47.74299,8.99889\n1346,1646806377,47.74298,8.99889\n1347,1646806378,47.74298,8.99889\n1348,1646806379,47.74298,8.99889\n1349,1646806380,47.74298,8.99889\n1350,1646806381,47.74298,8.99889\n1351,1646806382,47.74298,8.99889\n1352,1646806383,47.74298,8.99889\n1353,1646806384,47.74298,8.99890\n1354,1646806385,47.74298,8.99890\n1355,1646806386,47.74298,8.99890\n1356,1646806387,47.74299,8.99890\n1357,1646806388,47.74299,8.99890\n1358,1646806389,47.74299,8.99890\n1359,1646806390,47.74299,8.99890\n1360,1646806391,47.74299,8.99890\n1361,1646806392,47.74299,8.99890\n1362,1646806393,47.74299,8.99890\n1363,1646806394,47.74299,8.99891\n1364,1646806395,47.74299,8.99891\n1365,1646806396,47.74299,8.99891\n1366,1646806397,47.74299,8.99891\n1367,1646806398,47.74299,8.99891\n1368,1646806399,47.74299,8.99891\n1369,1646806400,47.74299,8.99891\n1370,1646806401,47.74299,8.99891\n1371,1646806402,47.74299,8.99891\n1372,1646806403,47.74299,8.99891\n1373,1646806404,47.74300,8.99891\n1374,1646806405,47.74300,8.99892\n1375,1646806406,47.74300,8.99892\n1376,1646806407,47.74300,8.99892\n1377,1646806408,47.74300,8.99892\n1378,1646806409,47.74300,8.99892\n1379,1646806410,47.74300,8.99892\n1380,1646806411,47.74300,8.99892\n1381,1646806412,47.74300,8.99892\n1382,1646806413,47.74300,8.99892\n1383,1646806414,47.74300,8.99892\n1384,1646806415,47.74300,8.99892\n1385,1646806416,47.74300,8.99892\n1386,1646806417,47.74300,8.99892\n1387,1646806418,47.74300,8.99892\n1388,1646806419,47.74300,8.99892\n1389,1646806420,47.74300,8.99892\n1390,1646806421,47.74301,8.99892\n1391,1646806422,47.74301,8.99892\n1392,1646806423,47.74301,8.99892\n1393,1646806424,47.74301,8.99892\n1394,1646806425,47.74301,8.99892\n1395,1646806426,47.74301,8.99892\n1396,1646806427,47.74301,8.99892\n1397,1646806428,47.74301,8.99892\n1398,1646806429,47.74301,8.99892\n1399,1646806430,47.74301,8.99893\n1400,1646806431,47.74301,8.99893\n1401,1646806432,47.74302,8.99893\n1402,1646806433,47.74302,8.99893\n1403,1646806434,47.74302,8.99893\n1404,1646806435,47.74302,8.99893\n1405,1646806436,47.74302,8.99893\n1406,1646806437,47.74302,8.99893\n1407,1646806438,47.74302,8.99893\n1408,1646806439,47.74302,8.99893\n1409,1646806440,47.74302,8.99894\n1410,1646806441,47.74302,8.99894\n1411,1646806442,47.74302,8.99894\n1412,1646806443,47.74302,8.99894\n1413,1646806444,47.74302,8.99894\n1414,1646806445,47.74302,8.99894\n1415,1646806446,47.74302,8.99894\n1416,1646806447,47.74303,8.99894\n1417,1646806448,47.74303,8.99894\n1418,1646806449,47.74303,8.99894\n1419,1646806450,47.74303,8.99894\n1420,1646806451,47.74303,8.99894\n1421,1646806452,47.74303,8.99894\n1422,1646806453,47.74303,8.99894\n1423,1646806454,47.74303,8.99894\n1424,1646806455,47.74303,8.99894\n1425,1646806456,47.74303,8.99894\n1426,1646806457,47.74303,8.99894\n1427,1646806458,47.74303,8.99894\n1428,1646806459,47.74303,8.99894\n1429,1646806460,47.74303,8.99894\n1430,1646806461,47.74303,8.99894\n1431,1646806462,47.74303,8.99894\n1432,1646806463,47.74303,8.99894\n1433,1646806464,47.74303,8.99894\n1434,1646806465,47.74303,8.99894\n1435,1646806466,47.74303,8.99894\n1436,1646806467,47.74303,8.99894\n1437,1646806468,47.74303,8.99894\n1438,1646806469,47.74303,8.99894\n1439,1646806470,47.74303,8.99894\n1440,1646806471,47.74303,8.99894\n1441,1646806472,47.74303,8.99894\n1442,1646806473,47.74303,8.99894\n1443,1646806474,47.74303,8.99894\n1444,1646806475,47.74303,8.99894\n1445,1646806476,47.74303,8.99894\n1446,1646806477,47.74303,8.99894\n1447,1646806478,47.74303,8.99894\n1448,1646806479,47.74303,8.99894\n1449,1646806480,47.74303,8.99894\n1450,1646806481,47.74303,8.99894\n1451,1646806482,47.74303,8.99894\n1452,1646806483,47.74303,8.99894\n1453,1646806484,47.74303,8.99894\n1454,1646806485,47.74303,8.99894\n1455,1646806486,47.74303,8.99894\n1456,1646806487,47.74303,8.99894\n1457,1646806488,47.74303,8.99894\n1458,1646806489,47.74303,8.99894\n1459,1646806490,47.74303,8.99894\n1460,1646806491,47.74303,8.99894\n1461,1646806492,47.74303,8.99894\n1462,1646806493,47.74302,8.99895\n1463,1646806494,47.74302,8.99895\n1464,1646806495,47.74302,8.99895\n1465,1646806496,47.74302,8.99895\n1466,1646806497,47.74302,8.99895\n1467,1646806498,47.74302,8.99895\n1468,1646806499,47.74302,8.99895\n1469,1646806500,47.74302,8.99895\n1470,1646806501,47.74302,8.99895\n1471,1646806502,47.74302,8.99895\n1472,1646806503,47.74302,8.99895\n1473,1646806504,47.74302,8.99895\n1474,1646806505,47.74302,8.99895\n1475,1646806506,47.74302,8.99895\n1476,1646806507,47.74302,8.99895\n1477,1646806508,47.74302,8.99895\n1478,1646806509,47.74302,8.99895\n1479,1646806510,47.74302,8.99895\n1480,1646806511,47.74302,8.99895\n1481,1646806512,47.74302,8.99895\n1482,1646806513,47.74302,8.99894\n1483,1646806514,47.74302,8.99894\n1484,1646806515,47.74302,8.99894\n1485,1646806516,47.74302,8.99894\n1486,1646806517,47.74302,8.99894\n1487,1646806518,47.74302,8.99894\n1488,1646806519,47.74302,8.99894\n1489,1646806520,47.74302,8.99894\n1490,1646806521,47.74302,8.99894\n1491,1646806522,47.74302,8.99894\n1492,1646806523,47.74302,8.99894\n1493,1646806524,47.74302,8.99894\n1494,1646806525,47.74302,8.99894\n1495,1646806526,47.74302,8.99894\n1496,1646806527,47.74302,8.99894\n1497,1646806528,47.74302,8.99894\n1498,1646806529,47.74302,8.99894\n1499,1646806530,47.74302,8.99894\n1500,1646806531,47.74302,8.99893\n1501,1646806532,47.74302,8.99893\n1502,1646806533,47.74302,8.99893\n1503,1646806534,47.74302,8.99893\n1504,1646806535,47.74302,8.99893\n1505,1646806536,47.74302,8.99893\n1506,1646806537,47.74302,8.99893\n1507,1646806538,47.74302,8.99893\n1508,1646806539,47.74302,8.99893\n1509,1646806540,47.74302,8.99893\n1510,1646806541,47.74303,8.99893\n1511,1646806542,47.74303,8.99893\n1512,1646806543,47.74303,8.99893\n1513,1646806544,47.74303,8.99893\n1514,1646806545,47.74303,8.99893\n1515,1646806546,47.74303,8.99893\n1516,1646806547,47.74303,8.99892\n1517,1646806548,47.74303,8.99892\n1518,1646806549,47.74303,8.99892\n1519,1646806550,47.74303,8.99892\n1520,1646806551,47.74303,8.99892\n1521,1646806552,47.74303,8.99892\n1522,1646806553,47.74303,8.99892\n1523,1646806554,47.74303,8.99892\n1524,1646806555,47.74303,8.99892\n1525,1646806556,47.74303,8.99892\n1526,1646806557,47.74303,8.99892\n1527,1646806558,47.74303,8.99892\n1528,1646806559,47.74303,8.99892\n1529,1646806560,47.74303,8.99892\n1530,1646806561,47.74303,8.99892\n1531,1646806562,47.74304,8.99892\n1532,1646806563,47.74304,8.99892\n1533,1646806564,47.74304,8.99892\n1534,1646806565,47.74304,8.99892\n1535,1646806566,47.74304,8.99892\n1536,1646806567,47.74304,8.99892\n1537,1646806568,47.74304,8.99892\n1538,1646806569,47.74304,8.99892\n1539,1646806570,47.74304,8.99892\n1540,1646806571,47.74303,8.99892\n1541,1646806572,47.74303,8.99892\n1542,1646806573,47.74303,8.99892\n1543,1646806574,47.74303,8.99892\n1544,1646806575,47.74303,8.99892\n1545,1646806576,47.74303,8.99892\n1546,1646806577,47.74303,8.99892\n1547,1646806578,47.74303,8.99892\n1548,1646806579,47.74303,8.99893\n1549,1646806580,47.74303,8.99893\n1550,1646806581,47.74303,8.99893\n1551,1646806582,47.74303,8.99893\n1552,1646806583,47.74303,8.99893\n1553,1646806584,47.74303,8.99893\n1554,1646806585,47.74303,8.99893\n1555,1646806586,47.74303,8.99893\n1556,1646806587,47.74303,8.99893\n1557,1646806588,47.74303,8.99893\n1558,1646806589,47.74303,8.99893\n1559,1646806590,47.74303,8.99893\n1560,1646806591,47.74303,8.99893\n1561,1646806592,47.74303,8.99893\n1562,1646806593,47.74303,8.99893\n1563,1646806594,47.74303,8.99894\n1564,1646806595,47.74303,8.99894\n1565,1646806596,47.74303,8.99894\n1566,1646806597,47.74303,8.99894\n1567,1646806598,47.74303,8.99894\n1568,1646806599,47.74303,8.99894\n1569,1646806600,47.74303,8.99894\n1570,1646806601,47.74303,8.99894\n1571,1646806602,47.74303,8.99894\n1572,1646806603,47.74303,8.99894\n1573,1646806604,47.74303,8.99894\n1574,1646806605,47.74303,8.99895\n1575,1646806606,47.74303,8.99895\n1576,1646806607,47.74303,8.99895\n1577,1646806608,47.74303,8.99895\n1578,1646806609,47.74303,8.99895\n1579,1646806610,47.74303,8.99895\n1580,1646806611,47.74303,8.99895\n1581,1646806612,47.74304,8.99895\n1582,1646806613,47.74304,8.99895\n1583,1646806614,47.74304,8.99895\n1584,1646806615,47.74304,8.99896\n1585,1646806616,47.74304,8.99896\n1586,1646806617,47.74304,8.99896\n1587,1646806618,47.74304,8.99896\n1588,1646806619,47.74304,8.99896\n1589,1646806620,47.74304,8.99896\n1590,1646806621,47.74304,8.99896\n1591,1646806622,47.74304,8.99896\n1592,1646806623,47.74304,8.99896\n1593,1646806624,47.74304,8.99897\n1594,1646806625,47.74304,8.99897\n1595,1646806626,47.74305,8.99897\n1596,1646806627,47.74305,8.99897\n1597,1646806628,47.74305,8.99897\n1598,1646806629,47.74305,8.99897\n1599,1646806630,47.74305,8.99897\n1600,1646806631,47.74305,8.99898\n1601,1646806632,47.74305,8.99898\n1602,1646806633,47.74305,8.99898\n1603,1646806634,47.74305,8.99898\n1604,1646806635,47.74305,8.99898\n1605,1646806636,47.74305,8.99898\n1606,1646806637,47.74306,8.99898\n1607,1646806638,47.74306,8.99898\n1608,1646806639,47.74306,8.99899\n1609,1646806640,47.74306,8.99899\n1610,1646806641,47.74306,8.99899\n1611,1646806642,47.74306,8.99899\n1612,1646806643,47.74306,8.99899\n1613,1646806644,47.74306,8.99899\n1614,1646806645,47.74307,8.99899\n1615,1646806646,47.74307,8.99899\n1616,1646806647,47.74307,8.99900\n1617,1646806648,47.74307,8.99900\n1618,1646806649,47.74307,8.99900\n1619,1646806650,47.74307,8.99900\n1620,1646806651,47.74307,8.99900\n1621,1646806652,47.74307,8.99900\n1622,1646806653,47.74307,8.99900\n1623,1646806654,47.74307,8.99901\n1624,1646806655,47.74308,8.99901\n1625,1646806656,47.74308,8.99901\n1626,1646806657,47.74308,8.99901\n1627,1646806658,47.74308,8.99901\n1628,1646806659,47.74308,8.99902\n1629,1646806660,47.74308,8.99902\n1630,1646806661,47.74308,8.99902\n1631,1646806662,47.74308,8.99902\n1632,1646806663,47.74308,8.99902\n1633,1646806664,47.74308,8.99902\n1634,1646806665,47.74308,8.99903\n1635,1646806666,47.74308,8.99903\n1636,1646806667,47.74308,8.99903\n1637,1646806668,47.74308,8.99903\n1638,1646806669,47.74308,8.99903\n1639,1646806670,47.74309,8.99903\n1640,1646806671,47.74309,8.99903\n1641,1646806672,47.74309,8.99903\n1642,1646806673,47.74309,8.99903\n1643,1646806674,47.74308,8.99903\n1644,1646806675,47.74308,8.99903\n1645,1646806676,47.74308,8.99903\n1646,1646806677,47.74308,8.99903\n1647,1646806678,47.74308,8.99903\n1648,1646806679,47.74308,8.99903\n1649,1646806680,47.74308,8.99903\n1650,1646806681,47.74308,8.99903\n1651,1646806682,47.74308,8.99903\n1652,1646806683,47.74308,8.99903\n1653,1646806684,47.74308,8.99903\n1654,1646806685,47.74308,8.99903\n1655,1646806686,47.74308,8.99902\n1656,1646806687,47.74308,8.99902\n1657,1646806688,47.74307,8.99902\n1658,1646806689,47.74307,8.99902\n1659,1646806690,47.74307,8.99902\n1660,1646806691,47.74307,8.99902\n1661,1646806692,47.74307,8.99902\n1662,1646806693,47.74307,8.99902\n1663,1646806694,47.74307,8.99901\n1664,1646806695,47.74307,8.99901\n1665,1646806696,47.74306,8.99901\n1666,1646806697,47.74306,8.99901\n1667,1646806698,47.74306,8.99901\n1668,1646806699,47.74306,8.99901\n1669,1646806700,47.74306,8.99901\n1670,1646806701,47.74306,8.99901\n1671,1646806702,47.74306,8.99901\n1672,1646806703,47.74306,8.99900\n1673,1646806704,47.74306,8.99900\n1674,1646806705,47.74306,8.99900\n1675,1646806706,47.74306,8.99900\n1676,1646806707,47.74306,8.99900\n1677,1646806708,47.74305,8.99900\n1678,1646806709,47.74305,8.99900\n1679,1646806710,47.74305,8.99900\n1680,1646806711,47.74305,8.99900\n1681,1646806712,47.74305,8.99900\n1682,1646806713,47.74305,8.99899\n1683,1646806714,47.74305,8.99899\n1684,1646806715,47.74305,8.99899\n1685,1646806716,47.74305,8.99899\n1686,1646806717,47.74305,8.99899\n1687,1646806718,47.74305,8.99899\n1688,1646806719,47.74305,8.99899\n1689,1646806720,47.74305,8.99899\n1690,1646806721,47.74305,8.99899\n1691,1646806722,47.74305,8.99898\n1692,1646806723,47.74305,8.99898\n1693,1646806724,47.74305,8.99898\n1694,1646806725,47.74305,8.99898\n1695,1646806726,47.74305,8.99898\n1696,1646806727,47.74305,8.99898\n1697,1646806728,47.74305,8.99898\n1698,1646806729,47.74305,8.99897\n1699,1646806730,47.74305,8.99897\n1700,1646806731,47.74305,8.99897\n1701,1646806732,47.74305,8.99897\n1702,1646806733,47.74305,8.99897\n1703,1646806734,47.74305,8.99897\n1704,1646806735,47.74305,8.99897\n1705,1646806736,47.74305,8.99897\n1706,1646806737,47.74305,8.99896\n1707,1646806738,47.74305,8.99896\n1708,1646806739,47.74305,8.99896\n1709,1646806740,47.74305,8.99896\n1710,1646806741,47.74305,8.99896\n1711,1646806742,47.74305,8.99896\n1712,1646806743,47.74305,8.99896\n1713,1646806744,47.74305,8.99896\n1714,1646806745,47.74305,8.99896\n1715,1646806746,47.74305,8.99895\n1716,1646806747,47.74305,8.99895\n1717,1646806748,47.74305,8.99895\n1718,1646806749,47.74305,8.99895\n1719,1646806750,47.74305,8.99895\n1720,1646806751,47.74306,8.99895\n1721,1646806752,47.74306,8.99895\n1722,1646806753,47.74306,8.99895\n1723,1646806754,47.74306,8.99895\n1724,1646806755,47.74306,8.99895\n1725,1646806756,47.74306,8.99895\n1726,1646806757,47.74306,8.99895\n1727,1646806758,47.74306,8.99894\n1728,1646806759,47.74306,8.99894\n1729,1646806760,47.74306,8.99894\n1730,1646806761,47.74306,8.99894\n1731,1646806762,47.74306,8.99894\n1732,1646806763,47.74306,8.99894\n1733,1646806764,47.74306,8.99894\n1734,1646806765,47.74306,8.99894\n1735,1646806766,47.74306,8.99894\n1736,1646806767,47.74306,8.99894\n1737,1646806768,47.74306,8.99894\n1738,1646806769,47.74306,8.99894\n1739,1646806770,47.74306,8.99894\n1740,1646806771,47.74306,8.99894\n1741,1646806772,47.74306,8.99894\n1742,1646806773,47.74306,8.99894\n1743,1646806774,47.74306,8.99894\n1744,1646806775,47.74306,8.99894\n1745,1646806776,47.74306,8.99894\n1746,1646806777,47.74306,8.99894\n1747,1646806778,47.74306,8.99894\n1748,1646806779,47.74306,8.99894\n1749,1646806780,47.74306,8.99894\n1750,1646806781,47.74306,8.99894\n1751,1646806782,47.74306,8.99894\n1752,1646806783,47.74305,8.99894\n1753,1646806784,47.74305,8.99894\n1754,1646806785,47.74305,8.99894\n1755,1646806786,47.74305,8.99894\n1756,1646806787,47.74305,8.99893\n1757,1646806788,47.74305,8.99893\n1758,1646806789,47.74305,8.99893\n1759,1646806790,47.74305,8.99893\n1760,1646806791,47.74305,8.99893\n1761,1646806792,47.74305,8.99893\n1762,1646806793,47.74305,8.99893\n1763,1646806794,47.74305,8.99893\n1764,1646806795,47.74305,8.99893\n1765,1646806796,47.74305,8.99893\n1766,1646806797,47.74305,8.99893\n1767,1646806798,47.74305,8.99893\n1768,1646806799,47.74305,8.99893\n1769,1646806800,47.74305,8.99893\n1770,1646806801,47.74305,8.99893\n1771,1646806802,47.74305,8.99893\n1772,1646806803,47.74305,8.99893\n1773,1646806804,47.74305,8.99892\n1774,1646806805,47.74305,8.99892\n1775,1646806806,47.74305,8.99892\n1776,1646806807,47.74305,8.99892\n1777,1646806808,47.74304,8.99892\n1778,1646806809,47.74304,8.99892\n1779,1646806810,47.74304,8.99892\n1780,1646806811,47.74304,8.99892\n1781,1646806812,47.74304,8.99891\n1782,1646806813,47.74304,8.99891\n1783,1646806814,47.74304,8.99891\n1784,1646806815,47.74304,8.99891\n1785,1646806816,47.74304,8.99891\n1786,1646806817,47.74304,8.99891\n1787,1646806818,47.74304,8.99891\n1788,1646806819,47.74304,8.99891\n1789,1646806820,47.74304,8.99891\n1790,1646806821,47.74303,8.99890\n1791,1646806822,47.74303,8.99890\n1792,1646806823,47.74303,8.99890\n1793,1646806824,47.74303,8.99890\n1794,1646806825,47.74303,8.99890\n1795,1646806826,47.74303,8.99890\n1796,1646806827,47.74303,8.99890\n1797,1646806828,47.74303,8.99890\n1798,1646806829,47.74303,8.99890\n1799,1646806830,47.74303,8.99890\n1800,1646806831,47.74303,8.99890\n1801,1646806832,47.74303,8.99890\n1802,1646806833,47.74303,8.99889\n1803,1646806834,47.74303,8.99889\n1804,1646806835,47.74303,8.99889\n1805,1646806836,47.74303,8.99889\n1806,1646806837,47.74303,8.99889\n1807,1646806838,47.74303,8.99889\n1808,1646806839,47.74302,8.99889\n1809,1646806840,47.74302,8.99889\n1810,1646806841,47.74302,8.99889\n1811,1646806842,47.74302,8.99889\n1812,1646806843,47.74302,8.99889\n1813,1646806844,47.74302,8.99889\n1814,1646806845,47.74302,8.99889\n1815,1646806846,47.74302,8.99889\n1816,1646806847,47.74302,8.99889\n1817,1646806848,47.74302,8.99889\n1818,1646806849,47.74302,8.99889\n1819,1646806850,47.74302,8.99889\n1820,1646806851,47.74302,8.99889\n1821,1646806852,47.74302,8.99889\n1822,1646806853,47.74302,8.99889\n1823,1646806854,47.74302,8.99889\n1824,1646806855,47.74302,8.99889\n1825,1646806856,47.74302,8.99889\n1826,1646806857,47.74302,8.99889\n1827,1646806858,47.74302,8.99889\n1828,1646806859,47.74302,8.99889\n1829,1646806860,47.74302,8.99889\n1830,1646806861,47.74302,8.99889\n1831,1646806862,47.74302,8.99889\n1832,1646806863,47.74302,8.99889\n1833,1646806864,47.74302,8.99889\n1834,1646806865,47.74302,8.99889\n1835,1646806866,47.74302,8.99889\n1836,1646806867,47.74302,8.99889\n1837,1646806868,47.74302,8.99889\n1838,1646806869,47.74302,8.99889\n1839,1646806870,47.74302,8.99889\n1840,1646806871,47.74302,8.99889\n1841,1646806872,47.74302,8.99889\n1842,1646806873,47.74302,8.99889\n1843,1646806874,47.74302,8.99889\n1844,1646806875,47.74302,8.99889\n1845,1646806876,47.74302,8.99889\n1846,1646806877,47.74302,8.99889\n1847,1646806878,47.74302,8.99889\n1848,1646806879,47.74302,8.99889\n1849,1646806880,47.74302,8.99889\n1850,1646806881,47.74302,8.99889\n1851,1646806882,47.74302,8.99889\n1852,1646806883,47.74302,8.99889\n1853,1646806884,47.74302,8.99889\n1854,1646806885,47.74302,8.99889\n1855,1646806886,47.74302,8.99889\n1856,1646806887,47.74302,8.99889\n1857,1646806888,47.74302,8.99889\n1858,1646806889,47.74302,8.99889\n1859,1646806890,47.74302,8.99889\n1860,1646806891,47.74302,8.99889\n1861,1646806892,47.74302,8.99889\n1862,1646806893,47.74302,8.99889\n1863,1646806894,47.74302,8.99889\n1864,1646806895,47.74302,8.99889\n1865,1646806896,47.74302,8.99889\n1866,1646806897,47.74302,8.99889\n1867,1646806898,47.74302,8.99889\n1868,1646806899,47.74302,8.99889\n1869,1646806900,47.74302,8.99889\n1870,1646806901,47.74302,8.99889\n1871,1646806902,47.74302,8.99889\n1872,1646806903,47.74302,8.99889\n1873,1646806904,47.74302,8.99889\n1874,1646806905,47.74302,8.99889\n1875,1646806906,47.74302,8.99889\n1876,1646806907,47.74302,8.99889\n1877,1646806908,47.74302,8.99889\n1878,1646806909,47.74302,8.99889\n1879,1646806910,47.74302,8.99889\n1880,1646806911,47.74302,8.99889\n1881,1646806912,47.74302,8.99889\n1882,1646806913,47.74302,8.99889\n1883,1646806914,47.74302,8.99889\n1884,1646806915,47.74302,8.99889\n1885,1646806916,47.74302,8.99889\n1886,1646806917,47.74302,8.99889\n1887,1646806918,47.74302,8.99889\n1888,1646806919,47.74302,8.99889\n1889,1646806920,47.74302,8.99889\n1890,1646806921,47.74302,8.99889\n1891,1646806922,47.74302,8.99889\n1892,1646806923,47.74302,8.99889\n1893,1646806924,47.74302,8.99889\n1894,1646806925,47.74302,8.99889\n1895,1646806926,47.74302,8.99889\n1896,1646806927,47.74302,8.99889\n1897,1646806928,47.74302,8.99889\n1898,1646806929,47.74302,8.99889\n1899,1646806930,47.74302,8.99889\n1900,1646806931,47.74302,8.99889\n1901,1646806932,47.74302,8.99889\n1902,1646806933,47.74302,8.99889\n1903,1646806934,47.74302,8.99889\n1904,1646806935,47.74302,8.99889\n1905,1646806936,47.74302,8.99889\n1906,1646806937,47.74302,8.99889\n1907,1646806938,47.74302,8.99889\n1908,1646806939,47.74302,8.99889\n1909,1646806940,47.74302,8.99889\n1910,1646806941,47.74302,8.99889\n1911,1646806942,47.74302,8.99889\n1912,1646806943,47.74302,8.99889\n1913,1646806944,47.74302,8.99889\n1914,1646806945,47.74302,8.99889\n1915,1646806946,47.74302,8.99889\n1916,1646806947,47.74302,8.99889\n1917,1646806948,47.74302,8.99889\n1918,1646806949,47.74302,8.99889\n1919,1646806950,47.74302,8.99889\n1920,1646806951,47.74302,8.99889\n1921,1646806952,47.74302,8.99889\n1922,1646806953,47.74302,8.99889\n1923,1646806954,47.74302,8.99889\n1924,1646806955,47.74302,8.99889\n1925,1646806956,47.74302,8.99889\n1926,1646806957,47.74302,8.99889\n1927,1646806958,47.74302,8.99889\n1928,1646806959,47.74302,8.99889\n1929,1646806960,47.74302,8.99889\n1930,1646806961,47.74302,8.99889\n1931,1646806962,47.74302,8.99889\n1932,1646806963,47.74302,8.99889\n1933,1646806964,47.74302,8.99889\n1934,1646806965,47.74302,8.99889\n1935,1646806966,47.74302,8.99889\n1936,1646806967,47.74302,8.99889\n1937,1646806968,47.74302,8.99889\n1938,1646806969,47.74302,8.99889\n1939,1646806970,47.74302,8.99889\n1940,1646806971,47.74302,8.99889\n1941,1646806972,47.74302,8.99890\n1942,1646806973,47.74302,8.99890\n1943,1646806974,47.74302,8.99890\n1944,1646806975,47.74302,8.99890\n1945,1646806976,47.74302,8.99890\n1946,1646806977,47.74302,8.99890\n1947,1646806978,47.74302,8.99890\n1948,1646806979,47.74302,8.99890\n1949,1646806980,47.74302,8.99890\n1950,1646806981,47.74302,8.99890\n1951,1646806982,47.74302,8.99890\n1952,1646806983,47.74302,8.99890\n1953,1646806984,47.74302,8.99890\n1954,1646806985,47.74302,8.99890\n1955,1646806986,47.74302,8.99890\n1956,1646806987,47.74302,8.99890\n1957,1646806988,47.74302,8.99890\n1958,1646806989,47.74302,8.99890\n1959,1646806990,47.74302,8.99890\n1960,1646806991,47.74302,8.99890\n1961,1646806992,47.74302,8.99890\n1962,1646806993,47.74302,8.99890\n1963,1646806994,47.74302,8.99890\n1964,1646806995,47.74302,8.99890\n1965,1646806996,47.74302,8.99890\n1966,1646806997,47.74302,8.99890\n1967,1646806998,47.74302,8.99890\n1968,1646806999,47.74302,8.99890\n1969,1646807000,47.74302,8.99890\n1970,1646807001,47.74302,8.99890\n1971,1646807002,47.74302,8.99890\n1972,1646807003,47.74302,8.99890\n1973,1646807004,47.74302,8.99890\n1974,1646807005,47.74302,8.99890\n1975,1646807006,47.74302,8.99890\n1976,1646807007,47.74302,8.99890\n1977,1646807008,47.74302,8.99890\n1978,1646807009,47.74302,8.99890\n1979,1646807010,47.74302,8.99890\n1980,1646807011,47.74302,8.99890\n1981,1646807012,47.74302,8.99890\n1982,1646807013,47.74302,8.99890\n1983,1646807014,47.74302,8.99890\n1984,1646807015,47.74302,8.99890\n1985,1646807016,47.74302,8.99890\n1986,1646807017,47.74302,8.99890\n1987,1646807018,47.74302,8.99890\n1988,1646807019,47.74302,8.99890\n1989,1646807020,47.74302,8.99890\n1990,1646807021,47.74302,8.99890\n1991,1646807022,47.74302,8.99890\n1992,1646807023,47.74302,8.99890\n1993,1646807024,47.74302,8.99890\n1994,1646807025,47.74302,8.99890\n1995,1646807026,47.74302,8.99890\n1996,1646807027,47.74302,8.99890\n1997,1646807028,47.74302,8.99890\n1998,1646807029,47.74302,8.99890\n1999,1646807030,47.74302,8.99890\n2000,1646807031,47.74302,8.99890\n2001,1646807032,47.74302,8.99890\n2002,1646807033,47.74302,8.99890\n2003,1646807034,47.74302,8.99890\n2004,1646807035,47.74302,8.99890\n2005,1646807036,47.74302,8.99890\n2006,1646807037,47.74302,8.99890\n2007,1646807038,47.74302,8.99890\n2008,1646807039,47.74302,8.99890\n2009,1646807040,47.74302,8.99890\n2010,1646807041,47.74302,8.99890\n2011,1646807042,47.74302,8.99890\n2012,1646807043,47.74302,8.99890\n2013,1646807044,47.74302,8.99890\n2014,1646807045,47.74302,8.99890\n2015,1646807046,47.74302,8.99890\n2016,1646807047,47.74302,8.99890\n2017,1646807048,47.74302,8.99890\n2018,1646807049,47.74302,8.99890\n2019,1646807050,47.74302,8.99890\n2020,1646807051,47.74302,8.99890\n2021,1646807052,47.74302,8.99890\n2022,1646807053,47.74302,8.99890\n2023,1646807054,47.74302,8.99890\n2024,1646807055,47.74302,8.99890\n2025,1646807056,47.74302,8.99890\n2026,1646807057,47.74302,8.99890\n2027,1646807058,47.74302,8.99890\n2028,1646807059,47.74302,8.99890\n2029,1646807060,47.74302,8.99890\n2030,1646807061,47.74302,8.99890\n2031,1646807062,47.74302,8.99890\n2032,1646807063,47.74302,8.99890\n2033,1646807064,47.74302,8.99890\n2034,1646807065,47.74302,8.99890\n2035,1646807066,47.74302,8.99890\n2036,1646807067,47.74302,8.99890\n2037,1646807068,47.74302,8.99890\n2038,1646807069,47.74302,8.99890\n2039,1646807070,47.74302,8.99890\n2040,1646807071,47.74302,8.99890\n2041,1646807072,47.74302,8.99890\n2042,1646807073,47.74302,8.99890\n2043,1646807074,47.74302,8.99890\n2044,1646807075,47.74302,8.99890\n2045,1646807076,47.74302,8.99890\n2046,1646807077,47.74302,8.99890\n2047,1646807078,47.74302,8.99890\n2048,1646807079,47.74302,8.99890\n2049,1646807080,47.74302,8.99890\n2050,1646807081,47.74302,8.99890\n2051,1646807082,47.74302,8.99890\n2052,1646807083,47.74302,8.99890\n2053,1646807084,47.74302,8.99890\n2054,1646807085,47.74302,8.99890\n2055,1646807086,47.74302,8.99890\n2056,1646807087,47.74302,8.99890\n2057,1646807088,47.74302,8.99891\n2058,1646807089,47.74302,8.99891\n2059,1646807090,47.74302,8.99891\n2060,1646807091,47.74302,8.99891\n2061,1646807092,47.74302,8.99891\n2062,1646807093,47.74302,8.99891\n2063,1646807094,47.74302,8.99891\n2064,1646807095,47.74302,8.99891\n2065,1646807096,47.74302,8.99891\n2066,1646807097,47.74302,8.99891\n2067,1646807098,47.74302,8.99891\n2068,1646807099,47.74302,8.99891\n2069,1646807100,47.74302,8.99891\n2070,1646807101,47.74302,8.99891\n2071,1646807102,47.74302,8.99891\n2072,1646807103,47.74302,8.99891\n2073,1646807104,47.74302,8.99892\n2074,1646807105,47.74302,8.99892\n2075,1646807106,47.74302,8.99892\n2076,1646807107,47.74302,8.99892\n2077,1646807108,47.74302,8.99892\n2078,1646807109,47.74303,8.99892\n2079,1646807110,47.74303,8.99892\n2080,1646807111,47.74303,8.99892\n2081,1646807112,47.74303,8.99892\n2082,1646807113,47.74303,8.99892\n2083,1646807114,47.74303,8.99892\n2084,1646807115,47.74303,8.99892\n2085,1646807116,47.74303,8.99892\n2086,1646807117,47.74303,8.99892\n2087,1646807118,47.74303,8.99892\n2088,1646807119,47.74303,8.99892\n2089,1646807120,47.74303,8.99892\n2090,1646807121,47.74303,8.99892\n2091,1646807122,47.74303,8.99892\n2092,1646807123,47.74303,8.99892\n2093,1646807124,47.74303,8.99892\n2094,1646807125,47.74303,8.99892\n2095,1646807126,47.74303,8.99892\n2096,1646807127,47.74303,8.99892\n2097,1646807128,47.74303,8.99892\n2098,1646807129,47.74302,8.99892\n2099,1646807130,47.74302,8.99892\n2100,1646807131,47.74302,8.99892\n2101,1646807132,47.74302,8.99892\n2102,1646807133,47.74302,8.99892\n2103,1646807134,47.74302,8.99892\n2104,1646807135,47.74302,8.99892\n2105,1646807136,47.74302,8.99892\n2106,1646807137,47.74302,8.99892\n2107,1646807138,47.74302,8.99892\n2108,1646807139,47.74302,8.99892\n2109,1646807140,47.74302,8.99892\n2110,1646807141,47.74302,8.99892\n2111,1646807142,47.74302,8.99892\n2112,1646807143,47.74302,8.99892\n2113,1646807144,47.74302,8.99892\n2114,1646807145,47.74302,8.99892\n2115,1646807146,47.74302,8.99892\n2116,1646807147,47.74302,8.99892\n2117,1646807148,47.74302,8.99892\n2118,1646807149,47.74302,8.99892\n2119,1646807150,47.74302,8.99892\n2120,1646807151,47.74302,8.99892\n2121,1646807152,47.74302,8.99892\n2122,1646807153,47.74302,8.99892\n2123,1646807154,47.74302,8.99892\n2124,1646807155,47.74302,8.99892\n2125,1646807156,47.74302,8.99892\n2126,1646807157,47.74302,8.99892\n2127,1646807158,47.74302,8.99892\n2128,1646807159,47.74302,8.99892\n2129,1646807160,47.74302,8.99892\n2130,1646807161,47.74302,8.99892\n2131,1646807162,47.74302,8.99892\n2132,1646807163,47.74302,8.99892\n2133,1646807164,47.74302,8.99892\n2134,1646807165,47.74302,8.99892\n2135,1646807166,47.74302,8.99892\n2136,1646807167,47.74302,8.99892\n2137,1646807168,47.74302,8.99892\n2138,1646807169,47.74301,8.99892\n2139,1646807170,47.74301,8.99892\n2140,1646807171,47.74301,8.99892\n2141,1646807172,47.74301,8.99892\n2142,1646807173,47.74301,8.99892\n2143,1646807174,47.74301,8.99892\n2144,1646807175,47.74301,8.99892\n2145,1646807176,47.74301,8.99892\n2146,1646807177,47.74301,8.99892\n2147,1646807178,47.74301,8.99892\n2148,1646807179,47.74301,8.99892\n2149,1646807180,47.74301,8.99892\n2150,1646807181,47.74301,8.99892\n2151,1646807182,47.74301,8.99892\n2152,1646807183,47.74301,8.99892\n2153,1646807184,47.74301,8.99892\n2154,1646807185,47.74301,8.99892\n2155,1646807186,47.74301,8.99892\n2156,1646807187,47.74301,8.99892\n2157,1646807188,47.74301,8.99892\n2158,1646807189,47.74301,8.99892\n2159,1646807190,47.74301,8.99892\n2160,1646807191,47.74301,8.99892\n2161,1646807192,47.74301,8.99892\n2162,1646807193,47.74301,8.99892\n2163,1646807194,47.74301,8.99892\n2164,1646807195,47.74301,8.99892\n2165,1646807196,47.74301,8.99892\n2166,1646807197,47.74301,8.99892\n2167,1646807198,47.74301,8.99893\n2168,1646807199,47.74301,8.99893\n2169,1646807200,47.74301,8.99893\n2170,1646807201,47.74301,8.99893\n2171,1646807202,47.74301,8.99893\n2172,1646807203,47.74301,8.99893\n2173,1646807204,47.74301,8.99893\n2174,1646807205,47.74301,8.99893\n2175,1646807206,47.74301,8.99893\n2176,1646807207,47.74301,8.99893\n2177,1646807208,47.74301,8.99893\n2178,1646807209,47.74301,8.99893\n2179,1646807210,47.74301,8.99893\n2180,1646807211,47.74301,8.99893\n2181,1646807212,47.74301,8.99893\n2182,1646807213,47.74301,8.99893\n2183,1646807214,47.74301,8.99893\n2184,1646807215,47.74301,8.99893\n2185,1646807216,47.74301,8.99893\n2186,1646807217,47.74301,8.99893\n2187,1646807218,47.74301,8.99893\n2188,1646807219,47.74301,8.99893\n2189,1646807220,47.74301,8.99893\n2190,1646807221,47.74301,8.99893\n2191,1646807222,47.74301,8.99893\n2192,1646807223,47.74301,8.99893\n2193,1646807224,47.74301,8.99893\n2194,1646807225,47.74301,8.99893\n2195,1646807226,47.74301,8.99893\n2196,1646807227,47.74301,8.99893\n2197,1646807228,47.74301,8.99893\n2198,1646807229,47.74301,8.99893\n2199,1646807230,47.74301,8.99893\n2200,1646807231,47.74301,8.99893\n2201,1646807232,47.74301,8.99893\n2202,1646807233,47.74301,8.99893\n2203,1646807234,47.74301,8.99893\n2204,1646807235,47.74301,8.99893\n2205,1646807236,47.74301,8.99893\n2206,1646807237,47.74301,8.99893\n2207,1646807238,47.74301,8.99893\n2208,1646807239,47.74301,8.99893\n2209,1646807240,47.74301,8.99893\n2210,1646807241,47.74301,8.99893\n2211,1646807242,47.74301,8.99893\n2212,1646807243,47.74301,8.99893\n2213,1646807244,47.74301,8.99893\n2214,1646807245,47.74301,8.99893\n2215,1646807246,47.74301,8.99893\n2216,1646807247,47.74301,8.99893\n2217,1646807248,47.74301,8.99893\n2218,1646807249,47.74301,8.99893\n2219,1646807250,47.74301,8.99893\n2220,1646807251,47.74301,8.99893\n2221,1646807252,47.74301,8.99893\n2222,1646807253,47.74301,8.99893\n2223,1646807254,47.74301,8.99893\n2224,1646807255,47.74301,8.99893\n2225,1646807256,47.74301,8.99893\n2226,1646807257,47.74301,8.99893\n2227,1646807258,47.74301,8.99893\n2228,1646807259,47.74301,8.99893\n2229,1646807260,47.74301,8.99893\n2230,1646807261,47.74301,8.99893\n2231,1646807262,47.74301,8.99893\n2232,1646807263,47.74301,8.99893\n2233,1646807264,47.74301,8.99893\n2234,1646807265,47.74301,8.99893\n2235,1646807266,47.74301,8.99893\n2236,1646807267,47.74301,8.99893\n2237,1646807268,47.74301,8.99893\n2238,1646807269,47.74301,8.99893\n2239,1646807270,47.74301,8.99893\n2240,1646807271,47.74301,8.99893\n2241,1646807272,47.74301,8.99893\n2242,1646807273,47.74301,8.99893\n2243,1646807274,47.74301,8.99893\n2244,1646807275,47.74301,8.99893\n2245,1646807276,47.74301,8.99893\n2246,1646807277,47.74301,8.99893\n2247,1646807278,47.74301,8.99893\n2248,1646807279,47.74301,8.99893\n2249,1646807280,47.74301,8.99893\n2250,1646807281,47.74301,8.99893\n2251,1646807282,47.74301,8.99893\n2252,1646807283,47.74301,8.99893\n2253,1646807284,47.74301,8.99893\n2254,1646807285,47.74301,8.99893\n2255,1646807286,47.74301,8.99893\n2256,1646807287,47.74301,8.99893\n2257,1646807288,47.74301,8.99893\n2258,1646807289,47.74301,8.99893\n2259,1646807290,47.74301,8.99893\n2260,1646807291,47.74301,8.99893\n2261,1646807292,47.74301,8.99893\n2262,1646807293,47.74301,8.99893\n2263,1646807294,47.74301,8.99893\n2264,1646807295,47.74301,8.99893\n2265,1646807296,47.74301,8.99893\n2266,1646807297,47.74301,8.99893\n2267,1646807298,47.74301,8.99893\n2268,1646807299,47.74301,8.99893\n2269,1646807300,47.74301,8.99893\n2270,1646807301,47.74301,8.99893\n2271,1646807302,47.74301,8.99893\n2272,1646807303,47.74301,8.99893\n2273,1646807304,47.74301,8.99893\n2274,1646807305,47.74301,8.99893\n2275,1646807306,47.74301,8.99893\n2276,1646807307,47.74301,8.99893\n2277,1646807308,47.74301,8.99893\n2278,1646807309,47.74301,8.99893\n2279,1646807310,47.74301,8.99893\n2280,1646807311,47.74301,8.99893\n2281,1646807312,47.74301,8.99893\n2282,1646807313,47.74301,8.99893\n2283,1646807314,47.74301,8.99893\n2284,1646807315,47.74301,8.99893\n2285,1646807316,47.74301,8.99893\n2286,1646807317,47.74301,8.99893\n2287,1646807318,47.74301,8.99893\n2288,1646807319,47.74301,8.99893\n2289,1646807320,47.74301,8.99893\n2290,1646807321,47.74301,8.99893\n2291,1646807322,47.74301,8.99893\n2292,1646807323,47.74301,8.99893\n2293,1646807324,47.74301,8.99893\n2294,1646807325,47.74301,8.99893\n2295,1646807326,47.74301,8.99893\n2296,1646807327,47.74301,8.99893\n2297,1646807328,47.74301,8.99893\n2298,1646807329,47.74301,8.99893\n2299,1646807330,47.74301,8.99893\n2300,1646807331,47.74301,8.99893\n2301,1646807332,47.74301,8.99893\n2302,1646807333,47.74301,8.99893\n2303,1646807334,47.74301,8.99893\n2304,1646807335,47.74301,8.99893\n2305,1646807336,47.74301,8.99893\n2306,1646807337,47.74301,8.99893\n2307,1646807338,47.74301,8.99893\n2308,1646807339,47.74301,8.99893\n2309,1646807340,47.74301,8.99893\n2310,1646807341,47.74301,8.99893\n2311,1646807342,47.74301,8.99893\n2312,1646807343,47.74301,8.99893\n2313,1646807344,47.74301,8.99893\n2314,1646807345,47.74301,8.99893\n2315,1646807346,47.74301,8.99893\n2316,1646807347,47.74301,8.99893\n2317,1646807348,47.74301,8.99893\n2318,1646807349,47.74301,8.99893\n2319,1646807350,47.74301,8.99893\n2320,1646807351,47.74301,8.99893\n2321,1646807352,47.74301,8.99893\n2322,1646807353,47.74301,8.99893\n2323,1646807354,47.74301,8.99893\n2324,1646807355,47.74301,8.99893\n2325,1646807356,47.74301,8.99893\n2326,1646807357,47.74301,8.99893\n2327,1646807358,47.74301,8.99893\n2328,1646807359,47.74301,8.99893\n2329,1646807360,47.74301,8.99893\n2330,1646807361,47.74301,8.99893\n2331,1646807362,47.74301,8.99893\n2332,1646807363,47.74301,8.99893\n2333,1646807364,47.74301,8.99893\n2334,1646807365,47.74301,8.99893\n2335,1646807366,47.74301,8.99893\n2336,1646807367,47.74301,8.99893\n2337,1646807368,47.74301,8.99893\n2338,1646807369,47.74301,8.99893\n2339,1646807370,47.74301,8.99894\n2340,1646807371,47.74301,8.99894\n2341,1646807372,47.74301,8.99893\n2342,1646807373,47.74301,8.99893\n2343,1646807374,47.74301,8.99893\n2344,1646807375,47.74301,8.99893\n2345,1646807376,47.74301,8.99893\n2346,1646807377,47.74301,8.99894\n2347,1646807378,47.74301,8.99894\n2348,1646807379,47.74301,8.99894\n2349,1646807380,47.74301,8.99894\n2350,1646807381,47.74301,8.99894\n2351,1646807382,47.74301,8.99894\n2352,1646807383,47.74301,8.99894\n2353,1646807384,47.74301,8.99894\n2354,1646807385,47.74301,8.99894\n2355,1646807386,47.74301,8.99894\n2356,1646807387,47.74301,8.99894\n2357,1646807388,47.74301,8.99894\n2358,1646807389,47.74301,8.99894\n2359,1646807390,47.74301,8.99894\n2360,1646807391,47.74301,8.99894\n2361,1646807392,47.74301,8.99894\n2362,1646807393,47.74301,8.99894\n2363,1646807394,47.74301,8.99894\n2364,1646807395,47.74301,8.99894\n2365,1646807396,47.74301,8.99894\n2366,1646807397,47.74301,8.99894\n2367,1646807398,47.74301,8.99894\n2368,1646807399,47.74301,8.99894\n2369,1646807400,47.74302,8.99894\n2370,1646807401,47.74302,8.99894\n2371,1646807402,47.74302,8.99894\n2372,1646807403,47.74302,8.99893\n2373,1646807404,47.74302,8.99893\n2374,1646807405,47.74302,8.99893\n2375,1646807406,47.74302,8.99893\n2376,1646807407,47.74302,8.99893\n2377,1646807408,47.74302,8.99893\n2378,1646807409,47.74302,8.99893\n2379,1646807410,47.74302,8.99893\n2380,1646807411,47.74302,8.99893\n2381,1646807412,47.74302,8.99893\n2382,1646807413,47.74302,8.99893\n2383,1646807414,47.74302,8.99893\n2384,1646807415,47.74303,8.99892\n2385,1646807416,47.74303,8.99892\n2386,1646807417,47.74303,8.99893\n2387,1646807418,47.74303,8.99893\n2388,1646807419,47.74303,8.99893\n2389,1646807420,47.74303,8.99893\n2390,1646807421,47.74303,8.99893\n2391,1646807422,47.74303,8.99893\n2392,1646807423,47.74303,8.99892\n2393,1646807424,47.74303,8.99893\n2394,1646807425,47.74303,8.99893\n2395,1646807426,47.74303,8.99893\n2396,1646807427,47.74303,8.99893\n2397,1646807428,47.74303,8.99893\n2398,1646807429,47.74303,8.99893\n2399,1646807430,47.74303,8.99893\n2400,1646807431,47.74303,8.99893\n2401,1646807432,47.74303,8.99893\n2402,1646807433,47.74303,8.99893\n2403,1646807434,47.74303,8.99893\n2404,1646807435,47.74303,8.99893\n2405,1646807436,47.74303,8.99893\n2406,1646807437,47.74303,8.99893\n2407,1646807438,47.74303,8.99893\n2408,1646807439,47.74303,8.99893\n2409,1646807440,47.74303,8.99893\n2410,1646807441,47.74303,8.99893\n2411,1646807442,47.74303,8.99893\n2412,1646807443,47.74303,8.99893\n2413,1646807444,47.74303,8.99893\n2414,1646807445,47.74303,8.99893\n2415,1646807446,47.74303,8.99893\n2416,1646807447,47.74303,8.99893\n2417,1646807448,47.74303,8.99893\n2418,1646807449,47.74303,8.99893\n2419,1646807450,47.74303,8.99893\n2420,1646807451,47.74303,8.99893\n2421,1646807452,47.74303,8.99893\n2422,1646807453,47.74303,8.99893\n2423,1646807454,47.74303,8.99893\n2424,1646807455,47.74303,8.99893\n2425,1646807456,47.74303,8.99893\n2426,1646807457,47.74303,8.99893\n2427,1646807458,47.74303,8.99893\n2428,1646807459,47.74303,8.99893\n2429,1646807460,47.74303,8.99893\n2430,1646807461,47.74303,8.99893\n2431,1646807462,47.74303,8.99893\n2432,1646807463,47.74303,8.99893\n2433,1646807464,47.74303,8.99893\n2434,1646807465,47.74303,8.99893\n2435,1646807466,47.74303,8.99893\n2436,1646807467,47.74303,8.99893\n2437,1646807468,47.74303,8.99893\n2438,1646807469,47.74303,8.99893\n2439,1646807470,47.74303,8.99893\n2440,1646807471,47.74303,8.99893\n2441,1646807472,47.74303,8.99893\n2442,1646807473,47.74303,8.99893\n2443,1646807474,47.74303,8.99893\n2444,1646807475,47.74303,8.99893\n2445,1646807476,47.74303,8.99893\n2446,1646807477,47.74303,8.99893\n2447,1646807478,47.74303,8.99893\n2448,1646807479,47.74303,8.99893\n2449,1646807480,47.74303,8.99893\n2450,1646807481,47.74303,8.99893\n2451,1646807482,47.74303,8.99893\n2452,1646807483,47.74303,8.99893\n2453,1646807484,47.74303,8.99893\n2454,1646807485,47.74303,8.99893\n2455,1646807486,47.74303,8.99893\n2456,1646807487,47.74303,8.99893\n2457,1646807488,47.74303,8.99893\n2458,1646807489,47.74303,8.99893\n2459,1646807490,47.74303,8.99893\n2460,1646807491,47.74303,8.99893\n2461,1646807492,47.74303,8.99893\n2462,1646807493,47.74303,8.99893\n2463,1646807494,47.74303,8.99893\n2464,1646807495,47.74303,8.99893\n2465,1646807496,47.74303,8.99893\n2466,1646807497,47.74303,8.99893\n2467,1646807498,47.74303,8.99893\n2468,1646807499,47.74303,8.99893\n2469,1646807500,47.74303,8.99893\n2470,1646807501,47.74303,8.99893\n2471,1646807502,47.74303,8.99893\n2472,1646807503,47.74303,8.99893\n2473,1646807504,47.74304,8.99893\n2474,1646807505,47.74304,8.99893\n2475,1646807506,47.74304,8.99893\n2476,1646807507,47.74304,8.99893\n2477,1646807508,47.74304,8.99893\n2478,1646807509,47.74304,8.99893\n2479,1646807510,47.74304,8.99893\n2480,1646807511,47.74304,8.99893\n2481,1646807512,47.74304,8.99893\n2482,1646807513,47.74304,8.99893\n2483,1646807514,47.74304,8.99893\n2484,1646807515,47.74304,8.99893\n2485,1646807516,47.74304,8.99893\n2486,1646807517,47.74304,8.99893\n2487,1646807518,47.74304,8.99893\n2488,1646807519,47.74304,8.99893\n2489,1646807520,47.74304,8.99893\n2490,1646807521,47.74304,8.99893\n2491,1646807522,47.74304,8.99893\n2492,1646807523,47.74304,8.99893\n2493,1646807524,47.74304,8.99893\n2494,1646807525,47.74304,8.99893\n2495,1646807526,47.74304,8.99893\n2496,1646807527,47.74304,8.99893\n2497,1646807528,47.74304,8.99893\n2498,1646807529,47.74304,8.99893\n2499,1646807530,47.74304,8.99893\n2500,1646807531,47.74304,8.99893\n2501,1646807532,47.74304,8.99893\n2502,1646807533,47.74304,8.99893\n2503,1646807534,47.74304,8.99893\n2504,1646807535,47.74304,8.99893\n2505,1646807536,47.74304,8.99893\n2506,1646807537,47.74304,8.99893\n2507,1646807538,47.74304,8.99893\n2508,1646807539,47.74304,8.99893\n2509,1646807540,47.74304,8.99893\n2510,1646807541,47.74304,8.99893\n2511,1646807542,47.74304,8.99893\n2512,1646807543,47.74304,8.99893\n2513,1646807544,47.74304,8.99893\n2514,1646807545,47.74304,8.99893\n2515,1646807546,47.74304,8.99893\n2516,1646807547,47.74304,8.99893\n2517,1646807548,47.74304,8.99893\n2518,1646807549,47.74304,8.99893\n2519,1646807550,47.74304,8.99893\n2520,1646807551,47.74304,8.99893\n2521,1646807552,47.74304,8.99893\n2522,1646807553,47.74304,8.99893\n2523,1646807554,47.74304,8.99893\n2524,1646807555,47.74304,8.99893\n2525,1646807556,47.74304,8.99893\n2526,1646807557,47.74304,8.99893\n2527,1646807558,47.74304,8.99893\n2528,1646807559,47.74304,8.99893\n2529,1646807560,47.74304,8.99893\n2530,1646807561,47.74304,8.99893\n2531,1646807562,47.74304,8.99893\n2532,1646807563,47.74304,8.99893\n2533,1646807564,47.74304,8.99893\n2534,1646807565,47.74304,8.99893\n2535,1646807566,47.74304,8.99893\n2536,1646807567,47.74304,8.99893\n2537,1646807568,47.74304,8.99893\n2538,1646807569,47.74304,8.99893\n2539,1646807570,47.74304,8.99893\n2540,1646807571,47.74304,8.99893\n2541,1646807572,47.74304,8.99893\n2542,1646807573,47.74304,8.99893\n2543,1646807574,47.74304,8.99893\n2544,1646807575,47.74304,8.99893\n2545,1646807576,47.74304,8.99893\n2546,1646807577,47.74304,8.99893\n2547,1646807578,47.74304,8.99893\n2548,1646807579,47.74304,8.99893\n2549,1646807580,47.74304,8.99893\n2550,1646807581,47.74304,8.99893\n2551,1646807582,47.74304,8.99893\n2552,1646807583,47.74304,8.99893\n2553,1646807584,47.74304,8.99893\n2554,1646807585,47.74304,8.99893\n2555,1646807586,47.74304,8.99893\n2556,1646807587,47.74304,8.99893\n2557,1646807588,47.74304,8.99893\n2558,1646807589,47.74304,8.99893\n2559,1646807590,47.74304,8.99893\n2560,1646807591,47.74304,8.99893\n2561,1646807592,47.74304,8.99893\n2562,1646807593,47.74304,8.99893\n2563,1646807594,47.74304,8.99893\n2564,1646807595,47.74304,8.99893\n2565,1646807596,47.74304,8.99893\n2566,1646807597,47.74304,8.99893\n2567,1646807598,47.74304,8.99893\n2568,1646807599,47.74304,8.99893\n2569,1646807600,47.74304,8.99893\n2570,1646807601,47.74304,8.99893\n2571,1646807602,47.74304,8.99893\n2572,1646807603,47.74304,8.99893\n2573,1646807604,47.74304,8.99893\n2574,1646807605,47.74304,8.99893\n2575,1646807606,47.74304,8.99893\n2576,1646807607,47.74304,8.99893\n2577,1646807608,47.74304,8.99893\n2578,1646807609,47.74304,8.99893\n2579,1646807610,47.74304,8.99893\n2580,1646807611,47.74304,8.99893\n2581,1646807612,47.74304,8.99893\n2582,1646807613,47.74304,8.99893\n2583,1646807614,47.74304,8.99893\n2584,1646807615,47.74304,8.99893\n2585,1646807616,47.74304,8.99893\n2586,1646807617,47.74304,8.99893\n2587,1646807618,47.74304,8.99893\n2588,1646807619,47.74304,8.99893\n2589,1646807620,47.74304,8.99893\n2590,1646807621,47.74304,8.99893\n2591,1646807622,47.74304,8.99893\n2592,1646807623,47.74304,8.99893\n2593,1646807624,47.74304,8.99893\n2594,1646807625,47.74304,8.99893\n2595,1646807626,47.74304,8.99893\n2596,1646807627,47.74304,8.99893\n2597,1646807628,47.74304,8.99893\n2598,1646807629,47.74304,8.99893\n2599,1646807630,47.74304,8.99893\n2600,1646807631,47.74304,8.99893\n2601,1646807632,47.74304,8.99893\n2602,1646807633,47.74304,8.99893\n2603,1646807634,47.74304,8.99893\n2604,1646807635,47.74304,8.99893\n2605,1646807636,47.74304,8.99893\n2606,1646807637,47.74304,8.99893\n2607,1646807638,47.74304,8.99893\n2608,1646807639,47.74304,8.99893\n2609,1646807640,47.74304,8.99893\n2610,1646807641,47.74304,8.99893\n2611,1646807642,47.74304,8.99893\n2612,1646807643,47.74304,8.99893\n2613,1646807644,47.74304,8.99893\n2614,1646807645,47.74304,8.99893\n2615,1646807646,47.74304,8.99893\n2616,1646807647,47.74304,8.99893\n2617,1646807648,47.74304,8.99893\n2618,1646807649,47.74304,8.99893\n2619,1646807650,47.74304,8.99893\n2620,1646807651,47.74304,8.99893\n2621,1646807652,47.74304,8.99893\n2622,1646807653,47.74304,8.99893\n2623,1646807654,47.74304,8.99893\n2624,1646807655,47.74304,8.99893\n2625,1646807656,47.74304,8.99893\n2626,1646807657,47.74304,8.99893\n2627,1646807658,47.74304,8.99893\n2628,1646807659,47.74304,8.99893\n2629,1646807660,47.74304,8.99893\n2630,1646807661,47.74304,8.99893\n2631,1646807662,47.74304,8.99893\n2632,1646807663,47.74304,8.99893\n2633,1646807664,47.74304,8.99893\n2634,1646807665,47.74304,8.99893\n2635,1646807666,47.74304,8.99893\n2636,1646807667,47.74304,8.99893\n2637,1646807668,47.74304,8.99893\n2638,1646807669,47.74304,8.99893\n2639,1646807670,47.74304,8.99893\n2640,1646807671,47.74304,8.99893\n2641,1646807672,47.74304,8.99893\n2642,1646807673,47.74304,8.99893\n2643,1646807674,47.74304,8.99893\n2644,1646807675,47.74304,8.99893\n2645,1646807676,47.74304,8.99893\n2646,1646807677,47.74304,8.99893\n2647,1646807678,47.74304,8.99893\n2648,1646807679,47.74304,8.99893\n2649,1646807680,47.74304,8.99893\n2650,1646807681,47.74304,8.99893\n2651,1646807682,47.74304,8.99893\n2652,1646807683,47.74304,8.99893\n2653,1646807684,47.74304,8.99893\n2654,1646807685,47.74304,8.99893\n2655,1646807686,47.74304,8.99893\n2656,1646807687,47.74304,8.99893\n2657,1646807688,47.74304,8.99893\n2658,1646807689,47.74304,8.99893\n2659,1646807690,47.74304,8.99893\n2660,1646807691,47.74304,8.99893\n2661,1646807692,47.74304,8.99893\n2662,1646807693,47.74304,8.99893\n2663,1646807694,47.74304,8.99893\n2664,1646807695,47.74304,8.99893\n2665,1646807696,47.74304,8.99893\n2666,1646807697,47.74304,8.99893\n2667,1646807698,47.74304,8.99893\n2668,1646807699,47.74304,8.99893\n2669,1646807700,47.74304,8.99893\n2670,1646807701,47.74304,8.99893\n2671,1646807702,47.74304,8.99893\n2672,1646807703,47.74304,8.99893\n2673,1646807704,47.74304,8.99893\n2674,1646807705,47.74304,8.99893\n2675,1646807706,47.74304,8.99893\n2676,1646807707,47.74304,8.99893\n2677,1646807708,47.74304,8.99893\n2678,1646807709,47.74304,8.99893\n2679,1646807710,47.74304,8.99893\n2680,1646807711,47.74304,8.99893\n2681,1646807712,47.74304,8.99893\n2682,1646807713,47.74304,8.99893\n2683,1646807714,47.74304,8.99893\n2684,1646807715,47.74304,8.99893\n2685,1646807716,47.74304,8.99893\n2686,1646807717,47.74304,8.99893\n2687,1646807718,47.74304,8.99893\n2688,1646807719,47.74304,8.99893\n2689,1646807720,47.74304,8.99893\n2690,1646807721,47.74304,8.99893\n2691,1646807722,47.74304,8.99893\n2692,1646807723,47.74304,8.99893\n2693,1646807724,47.74304,8.99893\n2694,1646807725,47.74304,8.99893\n2695,1646807726,47.74304,8.99893\n2696,1646807727,47.74304,8.99893\n2697,1646807728,47.74304,8.99893\n2698,1646807729,47.74304,8.99893\n2699,1646807730,47.74304,8.99893\n2700,1646807731,47.74304,8.99893\n2701,1646807732,47.74304,8.99893\n2702,1646807733,47.74304,8.99893\n2703,1646807734,47.74304,8.99893\n2704,1646807735,47.74304,8.99893\n2705,1646807736,47.74304,8.99893\n2706,1646807737,47.74304,8.99893\n2707,1646807738,47.74304,8.99893\n2708,1646807739,47.74304,8.99893\n2709,1646807740,47.74304,8.99893\n2710,1646807741,47.74304,8.99893\n2711,1646807742,47.74304,8.99893\n2712,1646807743,47.74304,8.99893\n2713,1646807744,47.74304,8.99893\n2714,1646807745,47.74304,8.99893\n2715,1646807746,47.74304,8.99893\n2716,1646807747,47.74304,8.99893\n2717,1646807748,47.74304,8.99893\n2718,1646807749,47.74304,8.99893\n2719,1646807750,47.74304,8.99893\n2720,1646807751,47.74304,8.99893\n2721,1646807752,47.74304,8.99893\n2722,1646807753,47.74304,8.99893\n2723,1646807754,47.74304,8.99893\n2724,1646807755,47.74304,8.99893\n2725,1646807756,47.74304,8.99893\n2726,1646807757,47.74304,8.99893\n2727,1646807758,47.74304,8.99893\n2728,1646807759,47.74304,8.99893\n2729,1646807760,47.74304,8.99893\n2730,1646807761,47.74304,8.99893\n2731,1646807762,47.74304,8.99893\n2732,1646807763,47.74304,8.99893\n2733,1646807764,47.74304,8.99893\n2734,1646807765,47.74304,8.99893\n2735,1646807766,47.74304,8.99893\n2736,1646807767,47.74304,8.99893\n2737,1646807768,47.74304,8.99893\n2738,1646807769,47.74304,8.99893\n2739,1646807770,47.74304,8.99893\n2740,1646807771,47.74304,8.99893\n2741,1646807772,47.74304,8.99893\n2742,1646807773,47.74304,8.99893\n2743,1646807774,47.74304,8.99893\n2744,1646807775,47.74304,8.99893\n2745,1646807776,47.74304,8.99893\n2746,1646807777,47.74304,8.99893\n2747,1646807778,47.74304,8.99893\n2748,1646807779,47.74304,8.99893\n2749,1646807780,47.74304,8.99893\n2750,1646807781,47.74304,8.99893\n2751,1646807782,47.74304,8.99893\n2752,1646807783,47.74304,8.99893\n2753,1646807784,47.74304,8.99893\n2754,1646807785,47.74304,8.99893\n2755,1646807786,47.74304,8.99893\n2756,1646807787,47.74304,8.99893\n2757,1646807788,47.74304,8.99893\n2758,1646807789,47.74304,8.99893\n2759,1646807790,47.74304,8.99893\n2760,1646807791,47.74304,8.99893\n2761,1646807792,47.74304,8.99893\n2762,1646807793,47.74304,8.99893\n2763,1646807794,47.74304,8.99893\n2764,1646807795,47.74304,8.99893\n2765,1646807796,47.74304,8.99893\n2766,1646807797,47.74304,8.99893\n2767,1646807798,47.74304,8.99893\n2768,1646807799,47.74304,8.99893\n2769,1646807800,47.74304,8.99893\n2770,1646807801,47.74304,8.99893\n2771,1646807802,47.74304,8.99894\n2772,1646807803,47.74304,8.99894\n2773,1646807804,47.74304,8.99894\n2774,1646807805,47.74304,8.99894\n2775,1646807806,47.74304,8.99894\n2776,1646807807,47.74304,8.99894\n2777,1646807808,47.74304,8.99894\n2778,1646807809,47.74304,8.99894\n2779,1646807810,47.74304,8.99894\n2780,1646807811,47.74304,8.99894\n2781,1646807812,47.74304,8.99894\n2782,1646807813,47.74304,8.99894\n2783,1646807814,47.74304,8.99894\n2784,1646807815,47.74304,8.99894\n2785,1646807816,47.74304,8.99894\n2786,1646807817,47.74304,8.99894\n2787,1646807818,47.74304,8.99894\n2788,1646807819,47.74304,8.99894\n2789,1646807820,47.74304,8.99894\n2790,1646807821,47.74304,8.99894\n2791,1646807822,47.74304,8.99894\n2792,1646807823,47.74304,8.99894\n2793,1646807824,47.74304,8.99894\n2794,1646807825,47.74304,8.99894\n2795,1646807826,47.74304,8.99894\n2796,1646807827,47.74304,8.99894\n2797,1646807828,47.74304,8.99894\n2798,1646807829,47.74304,8.99894\n2799,1646807830,47.74304,8.99894\n2800,1646807831,47.74304,8.99894\n2801,1646807832,47.74304,8.99894\n2802,1646807833,47.74304,8.99894\n2803,1646807834,47.74304,8.99894\n2804,1646807835,47.74304,8.99894\n2805,1646807836,47.74304,8.99894\n2806,1646807837,47.74304,8.99894\n2807,1646807838,47.74304,8.99894\n2808,1646807839,47.74304,8.99894\n2809,1646807840,47.74304,8.99894\n2810,1646807841,47.74304,8.99894\n2811,1646807842,47.74304,8.99894\n2812,1646807843,47.74304,8.99894\n2813,1646807844,47.74304,8.99894\n2814,1646807845,47.74304,8.99894\n2815,1646807846,47.74304,8.99894\n2816,1646807847,47.74304,8.99894\n2817,1646807848,47.74304,8.99894\n2818,1646807849,47.74304,8.99894\n2819,1646807850,47.74304,8.99894\n2820,1646807851,47.74304,8.99894\n2821,1646807852,47.74304,8.99894\n2822,1646807853,47.74304,8.99894\n2823,1646807854,47.74304,8.99894\n2824,1646807855,47.74304,8.99894\n2825,1646807856,47.74304,8.99894\n2826,1646807857,47.74304,8.99894\n2827,1646807858,47.74304,8.99894\n2828,1646807859,47.74304,8.99894\n2829,1646807860,47.74304,8.99894\n2830,1646807861,47.74304,8.99894\n2831,1646807862,47.74304,8.99894\n2832,1646807863,47.74304,8.99894\n2833,1646807864,47.74304,8.99894\n2834,1646807865,47.74304,8.99894\n2835,1646807866,47.74304,8.99894\n2836,1646807867,47.74304,8.99894\n2837,1646807868,47.74304,8.99894\n2838,1646807869,47.74304,8.99894\n2839,1646807870,47.74304,8.99894\n2840,1646807871,47.74304,8.99894\n2841,1646807872,47.74304,8.99894\n2842,1646807873,47.74304,8.99894\n2843,1646807874,47.74304,8.99894\n2844,1646807875,47.74304,8.99894\n2845,1646807876,47.74304,8.99894\n2846,1646807877,47.74304,8.99894\n2847,1646807878,47.74304,8.99894\n2848,1646807879,47.74304,8.99894\n2849,1646807880,47.74304,8.99894\n2850,1646807881,47.74304,8.99894\n2851,1646807882,47.74304,8.99894\n2852,1646807883,47.74304,8.99894\n2853,1646807884,47.74304,8.99894\n2854,1646807885,47.74304,8.99894\n2855,1646807886,47.74304,8.99894\n2856,1646807887,47.74304,8.99894\n2857,1646807888,47.74304,8.99894\n2858,1646807889,47.74304,8.99894\n2859,1646807890,47.74304,8.99894\n2860,1646807891,47.74304,8.99894\n2861,1646807892,47.74304,8.99894\n2862,1646807893,47.74304,8.99894\n2863,1646807894,47.74304,8.99894\n2864,1646807895,47.74304,8.99894\n2865,1646807896,47.74304,8.99894\n2866,1646807897,47.74304,8.99894\n2867,1646807898,47.74304,8.99894\n2868,1646807899,47.74304,8.99894\n2869,1646807900,47.74304,8.99894\n2870,1646807901,47.74304,8.99894\n2871,1646807902,47.74304,8.99894\n2872,1646807903,47.74304,8.99894\n2873,1646807904,47.74304,8.99894\n2874,1646807905,47.74304,8.99894\n2875,1646807906,47.74304,8.99894\n2876,1646807907,47.74304,8.99894\n2877,1646807908,47.74304,8.99894\n2878,1646807909,47.74304,8.99894\n2879,1646807910,47.74304,8.99894\n2880,1646807911,47.74304,8.99894\n2881,1646807912,47.74304,8.99894\n2882,1646807913,47.74304,8.99894\n2883,1646807914,47.74304,8.99894\n2884,1646807915,47.74304,8.99894\n2885,1646807916,47.74304,8.99894\n2886,1646807917,47.74304,8.99894\n2887,1646807918,47.74304,8.99894\n2888,1646807919,47.74304,8.99894\n2889,1646807920,47.74304,8.99894\n2890,1646807921,47.74304,8.99894\n2891,1646807922,47.74304,8.99894\n2892,1646807923,47.74304,8.99894\n2893,1646807924,47.74304,8.99894\n2894,1646807925,47.74304,8.99894\n2895,1646807926,47.74304,8.99894\n2896,1646807927,47.74304,8.99894\n2897,1646807928,47.74304,8.99894\n2898,1646807929,47.74304,8.99894\n2899,1646807930,47.74304,8.99894\n2900,1646807931,47.74304,8.99894\n2901,1646807932,47.74304,8.99894\n2902,1646807933,47.74304,8.99894\n2903,1646807934,47.74304,8.99894\n2904,1646807935,47.74304,8.99894\n2905,1646807936,47.74304,8.99894\n2906,1646807937,47.74304,8.99894\n2907,1646807938,47.74304,8.99894\n2908,1646807939,47.74304,8.99894\n2909,1646807940,47.74304,8.99894\n2910,1646807941,47.74304,8.99894\n2911,1646807942,47.74304,8.99894\n2912,1646807943,47.74304,8.99894\n2913,1646807944,47.74304,8.99894\n2914,1646807945,47.74304,8.99894\n2915,1646807946,47.74304,8.99894\n2916,1646807947,47.74304,8.99894\n2917,1646807948,47.74304,8.99894\n2918,1646807949,47.74304,8.99894\n2919,1646807950,47.74304,8.99894\n2920,1646807951,47.74304,8.99894\n2921,1646807952,47.74304,8.99894\n2922,1646807953,47.74304,8.99894\n2923,1646807954,47.74304,8.99894\n2924,1646807955,47.74304,8.99894\n2925,1646807956,47.74304,8.99894\n2926,1646807957,47.74304,8.99894\n2927,1646807958,47.74304,8.99894\n2928,1646807959,47.74304,8.99894\n2929,1646807960,47.74304,8.99894\n2930,1646807961,47.74304,8.99894\n2931,1646807962,47.74304,8.99894\n2932,1646807963,47.74304,8.99894\n2933,1646807964,47.74304,8.99894\n2934,1646807965,47.74304,8.99894\n2935,1646807966,47.74304,8.99894\n2936,1646807967,47.74304,8.99894\n2937,1646807968,47.74304,8.99894\n2938,1646807969,47.74304,8.99894\n2939,1646807970,47.74304,8.99894\n2940,1646807971,47.74304,8.99894\n2941,1646807972,47.74304,8.99894\n2942,1646807973,47.74304,8.99894\n2943,1646807974,47.74304,8.99894\n2944,1646807975,47.74304,8.99894\n2945,1646807976,47.74304,8.99894\n2946,1646807977,47.74304,8.99894\n2947,1646807978,47.74304,8.99894\n2948,1646807979,47.74304,8.99894\n2949,1646807980,47.74304,8.99894\n2950,1646807981,47.74304,8.99894\n2951,1646807982,47.74304,8.99894\n2952,1646807983,47.74304,8.99894\n2953,1646807984,47.74304,8.99894\n2954,1646807985,47.74304,8.99894\n2955,1646807986,47.74304,8.99894\n2956,1646807987,47.74304,8.99894\n2957,1646807988,47.74304,8.99894\n2958,1646807989,47.74304,8.99894\n2959,1646807990,47.74304,8.99894\n2960,1646807991,47.74304,8.99894\n2961,1646807992,47.74304,8.99894\n2962,1646807993,47.74304,8.99894\n2963,1646807994,47.74304,8.99894\n2964,1646807995,47.74304,8.99894\n2965,1646807996,47.74304,8.99894\n2966,1646807997,47.74304,8.99894\n2967,1646807998,47.74304,8.99894\n2968,1646807999,47.74304,8.99894\n2969,1646808000,47.74304,8.99894\n2970,1646808001,47.74304,8.99894\n2971,1646808002,47.74304,8.99894\n2972,1646808003,47.74304,8.99894\n2973,1646808004,47.74304,8.99894\n2974,1646808005,47.74304,8.99894\n2975,1646808006,47.74304,8.99894\n2976,1646808007,47.74304,8.99894\n2977,1646808008,47.74304,8.99894\n2978,1646808009,47.74304,8.99894\n2979,1646808010,47.74304,8.99894\n2980,1646808011,47.74304,8.99894\n2981,1646808012,47.74304,8.99894\n2982,1646808013,47.74304,8.99894\n2983,1646808014,47.74304,8.99894\n2984,1646808015,47.74303,8.99894\n2985,1646808016,47.74303,8.99894\n2986,1646808017,47.74303,8.99894\n2987,1646808018,47.74303,8.99894\n2988,1646808019,47.74303,8.99894\n2989,1646808020,47.74303,8.99894\n2990,1646808021,47.74303,8.99893\n2991,1646808022,47.74303,8.99893\n2992,1646808023,47.74303,8.99893\n2993,1646808024,47.74303,8.99893\n2994,1646808025,47.74303,8.99893\n2995,1646808026,47.74303,8.99893\n2996,1646808027,47.74303,8.99893\n2997,1646808028,47.74303,8.99893\n2998,1646808029,47.74303,8.99893\n2999,1646808030,47.74303,8.99893\n3000,1646808031,47.74303,8.99893\n3001,1646808032,47.74303,8.99893\n3002,1646808033,47.74303,8.99893\n3003,1646808034,47.74303,8.99893\n3004,1646808035,47.74303,8.99893\n3005,1646808036,47.74303,8.99893\n3006,1646808037,47.74303,8.99893\n3007,1646808038,47.74303,8.99893\n3008,1646808039,47.74303,8.99893\n3009,1646808040,47.74303,8.99893\n3010,1646808041,47.74303,8.99893\n3011,1646808042,47.74303,8.99893\n3012,1646808043,47.74303,8.99893\n3013,1646808044,47.74303,8.99893\n3014,1646808045,47.74303,8.99893\n3015,1646808046,47.74303,8.99893\n3016,1646808047,47.74303,8.99893\n3017,1646808048,47.74303,8.99893\n3018,1646808049,47.74303,8.99893\n3019,1646808050,47.74303,8.99893\n3020,1646808051,47.74303,8.99893\n3021,1646808052,47.74303,8.99893\n3022,1646808053,47.74303,8.99893\n3023,1646808054,47.74303,8.99893\n3024,1646808055,47.74303,8.99893\n3025,1646808056,47.74303,8.99893\n3026,1646808057,47.74303,8.99893\n3027,1646808058,47.74303,8.99893\n3028,1646808059,47.74303,8.99893\n3029,1646808060,47.74303,8.99893\n3030,1646808061,47.74303,8.99893\n3031,1646808062,47.74303,8.99893\n3032,1646808063,47.74303,8.99893\n3033,1646808064,47.74303,8.99893\n3034,1646808065,47.74303,8.99893\n3035,1646808066,47.74303,8.99893\n3036,1646808067,47.74303,8.99893\n3037,1646808068,47.74303,8.99893\n3038,1646808069,47.74303,8.99893\n3039,1646808070,47.74303,8.99893\n3040,1646808071,47.74303,8.99893\n3041,1646808072,47.74303,8.99893\n3042,1646808073,47.74303,8.99893\n3043,1646808074,47.74303,8.99893\n3044,1646808075,47.74303,8.99893\n3045,1646808076,47.74303,8.99893\n3046,1646808077,47.74303,8.99893\n3047,1646808078,47.74303,8.99893\n3048,1646808079,47.74303,8.99893\n3049,1646808080,47.74303,8.99893\n3050,1646808081,47.74303,8.99893\n3051,1646808082,47.74303,8.99893\n3052,1646808083,47.74303,8.99893\n3053,1646808084,47.74303,8.99893\n3054,1646808085,47.74303,8.99893\n3055,1646808086,47.74303,8.99893\n3056,1646808087,47.74303,8.99893\n3057,1646808088,47.74303,8.99893\n3058,1646808089,47.74303,8.99893\n3059,1646808090,47.74303,8.99893\n3060,1646808091,47.74303,8.99893\n3061,1646808092,47.74303,8.99893\n3062,1646808093,47.74303,8.99893\n3063,1646808094,47.74303,8.99893\n3064,1646808095,47.74303,8.99893\n3065,1646808096,47.74303,8.99893\n3066,1646808097,47.74303,8.99893\n3067,1646808098,47.74303,8.99893\n3068,1646808099,47.74303,8.99893\n3069,1646808100,47.74303,8.99893\n3070,1646808101,47.74303,8.99893\n3071,1646808102,47.74303,8.99893\n3072,1646808103,47.74303,8.99893\n3073,1646808104,47.74303,8.99893\n3074,1646808105,47.74303,8.99893\n3075,1646808106,47.74303,8.99893\n3076,1646808107,47.74303,8.99893\n3077,1646808108,47.74303,8.99893\n3078,1646808109,47.74303,8.99893\n3079,1646808110,47.74303,8.99893\n3080,1646808111,47.74303,8.99893\n3081,1646808112,47.74303,8.99893\n3082,1646808113,47.74303,8.99893\n3083,1646808114,47.74303,8.99893\n3084,1646808115,47.74303,8.99893\n3085,1646808116,47.74303,8.99893\n3086,1646808117,47.74303,8.99893\n3087,1646808118,47.74303,8.99893\n3088,1646808119,47.74303,8.99893\n3089,1646808120,47.74303,8.99893\n3090,1646808121,47.74303,8.99893\n3091,1646808122,47.74303,8.99893\n3092,1646808123,47.74303,8.99893\n3093,1646808124,47.74303,8.99893\n3094,1646808125,47.74303,8.99893\n3095,1646808126,47.74303,8.99893\n3096,1646808127,47.74303,8.99893\n3097,1646808128,47.74303,8.99893\n3098,1646808129,47.74303,8.99893\n3099,1646808130,47.74303,8.99893\n3100,1646808131,47.74303,8.99893\n3101,1646808132,47.74303,8.99893\n3102,1646808133,47.74303,8.99893\n3103,1646808134,47.74303,8.99893\n3104,1646808135,47.74303,8.99893\n3105,1646808136,47.74303,8.99893\n3106,1646808137,47.74303,8.99893\n3107,1646808138,47.74303,8.99893\n3108,1646808139,47.74303,8.99893\n3109,1646808140,47.74303,8.99893\n3110,1646808141,47.74303,8.99893\n3111,1646808142,47.74303,8.99893\n3112,1646808143,47.74303,8.99893\n3113,1646808144,47.74303,8.99893\n3114,1646808145,47.74303,8.99893\n3115,1646808146,47.74303,8.99893\n3116,1646808147,47.74303,8.99893\n3117,1646808148,47.74303,8.99893\n3118,1646808149,47.74303,8.99893\n3119,1646808150,47.74303,8.99893\n3120,1646808151,47.74303,8.99893\n3121,1646808152,47.74303,8.99893\n3122,1646808153,47.74303,8.99893\n3123,1646808154,47.74303,8.99893\n3124,1646808155,47.74303,8.99893\n3125,1646808156,47.74303,8.99893\n3126,1646808157,47.74303,8.99893\n3127,1646808158,47.74303,8.99893\n3128,1646808159,47.74303,8.99893\n3129,1646808160,47.74303,8.99893\n3130,1646808161,47.74303,8.99893\n3131,1646808162,47.74303,8.99893\n3132,1646808163,47.74303,8.99893\n3133,1646808164,47.74303,8.99893\n3134,1646808165,47.74303,8.99893\n3135,1646808166,47.74303,8.99893\n3136,1646808167,47.74303,8.99893\n3137,1646808168,47.74303,8.99893\n3138,1646808169,47.74303,8.99893\n3139,1646808170,47.74303,8.99893\n3140,1646808171,47.74303,8.99893\n3141,1646808172,47.74303,8.99893\n3142,1646808173,47.74303,8.99893\n3143,1646808174,47.74303,8.99893\n3144,1646808175,47.74303,8.99893\n3145,1646808176,47.74303,8.99893\n3146,1646808177,47.74303,8.99893\n3147,1646808178,47.74303,8.99893\n3148,1646808179,47.74303,8.99893\n3149,1646808180,47.74303,8.99893\n3150,1646808181,47.74303,8.99893\n3151,1646808182,47.74303,8.99893\n3152,1646808183,47.74303,8.99893\n3153,1646808184,47.74303,8.99893\n3154,1646808185,47.74303,8.99893\n3155,1646808186,47.74303,8.99893\n3156,1646808187,47.74303,8.99893\n3157,1646808188,47.74303,8.99893\n3158,1646808189,47.74303,8.99893\n3159,1646808190,47.74303,8.99893\n3160,1646808191,47.74303,8.99893\n3161,1646808192,47.74303,8.99893\n3162,1646808193,47.74303,8.99893\n3163,1646808194,47.74303,8.99893\n3164,1646808195,47.74303,8.99893\n3165,1646808196,47.74303,8.99893\n3166,1646808197,47.74303,8.99893\n3167,1646808198,47.74303,8.99893\n3168,1646808199,47.74303,8.99893\n3169,1646808200,47.74303,8.99893\n3170,1646808201,47.74303,8.99893\n3171,1646808202,47.74303,8.99893\n3172,1646808203,47.74303,8.99893\n3173,1646808204,47.74303,8.99893\n3174,1646808205,47.74303,8.99893\n3175,1646808206,47.74303,8.99893\n3176,1646808207,47.74303,8.99893\n3177,1646808208,47.74303,8.99893\n3178,1646808209,47.74303,8.99893\n3179,1646808210,47.74303,8.99893\n3180,1646808211,47.74303,8.99893\n3181,1646808212,47.74303,8.99893\n3182,1646808213,47.74303,8.99893\n3183,1646808214,47.74303,8.99893\n3184,1646808215,47.74303,8.99893\n3185,1646808216,47.74303,8.99893\n3186,1646808217,47.74303,8.99893\n3187,1646808218,47.74303,8.99893\n3188,1646808219,47.74303,8.99893\n3189,1646808220,47.74303,8.99893\n3190,1646808221,47.74303,8.99893\n3191,1646808222,47.74303,8.99893\n3192,1646808223,47.74303,8.99893\n3193,1646808224,47.74303,8.99893\n3194,1646808225,47.74303,8.99893\n3195,1646808226,47.74303,8.99893\n3196,1646808227,47.74303,8.99893\n3197,1646808228,47.74303,8.99893\n3198,1646808229,47.74303,8.99893\n3199,1646808230,47.74303,8.99893\n3200,1646808231,47.74303,8.99893\n3201,1646808232,47.74303,8.99893\n3202,1646808233,47.74303,8.99893\n3203,1646808234,47.74303,8.99893\n3204,1646808235,47.74303,8.99893\n3205,1646808236,47.74303,8.99893\n3206,1646808237,47.74303,8.99893\n3207,1646808238,47.74303,8.99893\n3208,1646808239,47.74303,8.99893\n3209,1646808240,47.74303,8.99893\n3210,1646808241,47.74303,8.99893\n3211,1646808242,47.74303,8.99893\n3212,1646808243,47.74303,8.99893\n3213,1646808244,47.74303,8.99893\n3214,1646808245,47.74303,8.99893\n3215,1646808246,47.74303,8.99893\n3216,1646808247,47.74303,8.99893\n3217,1646808248,47.74303,8.99893\n3218,1646808249,47.74303,8.99893\n3219,1646808250,47.74303,8.99893\n3220,1646808251,47.74303,8.99893\n3221,1646808252,47.74303,8.99893\n3222,1646808253,47.74303,8.99893\n3223,1646808254,47.74303,8.99893\n3224,1646808255,47.74303,8.99893\n3225,1646808256,47.74303,8.99893\n3226,1646808257,47.74303,8.99893\n3227,1646808258,47.74303,8.99893\n3228,1646808259,47.74303,8.99893\n3229,1646808260,47.74303,8.99893\n3230,1646808261,47.74303,8.99893\n3231,1646808262,47.74303,8.99893\n3232,1646808263,47.74303,8.99893\n3233,1646808264,47.74303,8.99893\n3234,1646808265,47.74303,8.99893\n3235,1646808266,47.74303,8.99893\n3236,1646808267,47.74303,8.99893\n3237,1646808268,47.74303,8.99893\n3238,1646808269,47.74303,8.99893\n3239,1646808270,47.74303,8.99893\n3240,1646808271,47.74303,8.99893\n3241,1646808272,47.74303,8.99893\n3242,1646808273,47.74303,8.99893\n3243,1646808274,47.74303,8.99893\n3244,1646808275,47.74303,8.99893\n3245,1646808276,47.74303,8.99893\n3246,1646808277,47.74303,8.99893\n3247,1646808278,47.74303,8.99893\n3248,1646808279,47.74303,8.99893\n3249,1646808280,47.74303,8.99893\n3250,1646808281,47.74303,8.99893\n3251,1646808282,47.74303,8.99893\n3252,1646808283,47.74303,8.99893\n3253,1646808284,47.74303,8.99893\n3254,1646808285,47.74303,8.99893\n3255,1646808286,47.74303,8.99893\n3256,1646808287,47.74303,8.99893\n3257,1646808288,47.74303,8.99893\n3258,1646808289,47.74303,8.99893\n3259,1646808290,47.74303,8.99893\n3260,1646808291,47.74303,8.99893\n3261,1646808292,47.74303,8.99893\n3262,1646808293,47.74303,8.99893\n3263,1646808294,47.74303,8.99893\n3264,1646808295,47.74303,8.99893\n3265,1646808296,47.74303,8.99893\n3266,1646808297,47.74303,8.99893\n3267,1646808298,47.74303,8.99893\n3268,1646808299,47.74303,8.99893\n3269,1646808300,47.74303,8.99893\n3270,1646808301,47.74303,8.99893\n3271,1646808302,47.74303,8.99893\n3272,1646808303,47.74303,8.99893\n3273,1646808304,47.74303,8.99893\n3274,1646808305,47.74303,8.99893\n3275,1646808306,47.74303,8.99893\n3276,1646808307,47.74303,8.99893\n3277,1646808308,47.74303,8.99893\n3278,1646808309,47.74303,8.99893\n3279,1646808310,47.74303,8.99893\n3280,1646808311,47.74303,8.99893\n3281,1646808312,47.74303,8.99893\n3282,1646808313,47.74303,8.99893\n3283,1646808314,47.74303,8.99893\n3284,1646808315,47.74303,8.99893\n3285,1646808316,47.74303,8.99893\n3286,1646808317,47.74303,8.99893\n3287,1646808318,47.74303,8.99893\n3288,1646808319,47.74303,8.99893\n3289,1646808320,47.74303,8.99893\n3290,1646808321,47.74303,8.99893\n3291,1646808322,47.74303,8.99893\n3292,1646808323,47.74303,8.99893\n3293,1646808324,47.74303,8.99893\n3294,1646808325,47.74303,8.99893\n3295,1646808326,47.74303,8.99893\n3296,1646808327,47.74303,8.99893\n3297,1646808328,47.74303,8.99893\n3298,1646808329,47.74303,8.99893\n3299,1646808330,47.74303,8.99893\n3300,1646808331,47.74303,8.99893\n3301,1646808332,47.74303,8.99893\n3302,1646808333,47.74303,8.99893\n3303,1646808334,47.74303,8.99893\n3304,1646808335,47.74303,8.99893\n3305,1646808336,47.74303,8.99893\n3306,1646808337,47.74303,8.99893\n3307,1646808338,47.74303,8.99893\n3308,1646808339,47.74303,8.99893\n3309,1646808340,47.74303,8.99893\n3310,1646808341,47.74303,8.99893\n3311,1646808342,47.74303,8.99893\n3312,1646808343,47.74303,8.99893\n3313,1646808344,47.74303,8.99893\n3314,1646808345,47.74303,8.99893\n3315,1646808346,47.74303,8.99893\n3316,1646808347,47.74303,8.99893\n3317,1646808348,47.74303,8.99893\n3318,1646808349,47.74303,8.99893\n3319,1646808350,47.74303,8.99893\n3320,1646808351,47.74303,8.99893\n3321,1646808352,47.74303,8.99893\n3322,1646808353,47.74303,8.99893\n3323,1646808354,47.74303,8.99893\n3324,1646808355,47.74303,8.99893\n3325,1646808356,47.74303,8.99893\n3326,1646808357,47.74303,8.99893\n3327,1646808358,47.74303,8.99893\n3328,1646808359,47.74303,8.99893\n3329,1646808360,47.74303,8.99893\n3330,1646808361,47.74303,8.99893\n3331,1646808362,47.74303,8.99893\n3332,1646808363,47.74303,8.99893\n3333,1646808364,47.74303,8.99893\n3334,1646808365,47.74303,8.99893\n3335,1646808366,47.74303,8.99893\n3336,1646808367,47.74303,8.99893\n3337,1646808368,47.74303,8.99893\n3338,1646808369,47.74303,8.99893\n3339,1646808370,47.74303,8.99893\n3340,1646808371,47.74303,8.99893\n3341,1646808372,47.74303,8.99893\n3342,1646808373,47.74303,8.99893\n3343,1646808374,47.74303,8.99893\n3344,1646808375,47.74303,8.99893\n3345,1646808376,47.74303,8.99893\n3346,1646808377,47.74303,8.99893\n3347,1646808378,47.74303,8.99893\n3348,1646808379,47.74303,8.99893\n3349,1646808380,47.74303,8.99893\n3350,1646808381,47.74303,8.99893\n3351,1646808382,47.74303,8.99893\n3352,1646808383,47.74303,8.99893\n3353,1646808384,47.74303,8.99893\n3354,1646808385,47.74303,8.99893\n3355,1646808386,47.74303,8.99893\n3356,1646808387,47.74303,8.99893\n3357,1646808388,47.74303,8.99893\n3358,1646808389,47.74303,8.99893\n3359,1646808390,47.74303,8.99893\n3360,1646808391,47.74303,8.99893\n3361,1646808392,47.74303,8.99893\n3362,1646808393,47.74303,8.99893\n3363,1646808394,47.74303,8.99893\n3364,1646808395,47.74303,8.99893\n3365,1646808396,47.74303,8.99893\n3366,1646808397,47.74303,8.99893\n3367,1646808398,47.74303,8.99893\n3368,1646808399,47.74303,8.99892\n3369,1646808400,47.74303,8.99892\n3370,1646808401,47.74303,8.99892\n3371,1646808402,47.74303,8.99892\n3372,1646808403,47.74303,8.99892\n3373,1646808404,47.74303,8.99892\n3374,1646808405,47.74303,8.99892\n3375,1646808406,47.74303,8.99892\n3376,1646808407,47.74303,8.99892\n3377,1646808408,47.74303,8.99892\n3378,1646808409,47.74303,8.99892\n3379,1646808410,47.74303,8.99892\n3380,1646808411,47.74303,8.99892\n3381,1646808412,47.74303,8.99892\n3382,1646808413,47.74303,8.99892\n3383,1646808414,47.74303,8.99892\n3384,1646808415,47.74303,8.99892\n3385,1646808416,47.74303,8.99892\n3386,1646808417,47.74303,8.99892\n3387,1646808418,47.74303,8.99892\n3388,1646808419,47.74303,8.99892\n3389,1646808420,47.74303,8.99892\n3390,1646808421,47.74303,8.99892\n3391,1646808422,47.74303,8.99892\n3392,1646808423,47.74303,8.99892\n3393,1646808424,47.74303,8.99892\n3394,1646808425,47.74303,8.99892\n3395,1646808426,47.74303,8.99892\n3396,1646808427,47.74303,8.99892\n3397,1646808428,47.74303,8.99892\n3398,1646808429,47.74303,8.99892\n3399,1646808430,47.74303,8.99892\n3400,1646808431,47.74303,8.99892\n3401,1646808432,47.74303,8.99892\n3402,1646808433,47.74303,8.99892\n3403,1646808434,47.74303,8.99892\n3404,1646808435,47.74303,8.99892\n3405,1646808436,47.74303,8.99892\n3406,1646808437,47.74303,8.99892\n3407,1646808438,47.74303,8.99892\n3408,1646808439,47.74303,8.99892\n3409,1646808440,47.74303,8.99892\n3410,1646808441,47.74303,8.99892\n3411,1646808442,47.74303,8.99892\n3412,1646808443,47.74303,8.99892\n3413,1646808444,47.74303,8.99892\n3414,1646808445,47.74303,8.99892\n3415,1646808446,47.74303,8.99892\n3416,1646808447,47.74303,8.99892\n3417,1646808448,47.74303,8.99892\n3418,1646808449,47.74303,8.99892\n3419,1646808450,47.74303,8.99892\n3420,1646808451,47.74303,8.99892\n3421,1646808452,47.74303,8.99892\n3422,1646808453,47.74303,8.99892\n3423,1646808454,47.74303,8.99892\n3424,1646808455,47.74303,8.99892\n3425,1646808456,47.74303,8.99892\n3426,1646808457,47.74303,8.99892\n3427,1646808458,47.74303,8.99892\n3428,1646808459,47.74303,8.99892\n3429,1646808460,47.74303,8.99892\n3430,1646808461,47.74303,8.99891\n3431,1646808462,47.74303,8.99891\n3432,1646808463,47.74304,8.99890\n3433,1646808464,47.74304,8.99890\n3434,1646808465,47.74304,8.99890\n3435,1646808466,47.74304,8.99890\n3436,1646808467,47.74304,8.99890\n3437,1646808468,47.74304,8.99890\n3438,1646808469,47.74304,8.99890\n3439,1646808470,47.74304,8.99890\n3440,1646808471,47.74304,8.99890\n3441,1646808472,47.74304,8.99890\n3442,1646808473,47.74304,8.99890\n3443,1646808474,47.74304,8.99890\n3444,1646808475,47.74304,8.99890\n3445,1646808476,47.74304,8.99890\n3446,1646808477,47.74304,8.99890\n3447,1646808478,47.74304,8.99890\n3448,1646808479,47.74304,8.99890\n3449,1646808480,47.74304,8.99890\n3450,1646808481,47.74304,8.99890\n3451,1646808482,47.74304,8.99890\n3452,1646808483,47.74304,8.99890\n3453,1646808484,47.74304,8.99890\n3454,1646808485,47.74304,8.99890\n3455,1646808486,47.74304,8.99890\n3456,1646808487,47.74304,8.99890\n3457,1646808488,47.74304,8.99890\n3458,1646808489,47.74304,8.99890\n3459,1646808490,47.74304,8.99890\n3460,1646808491,47.74304,8.99890\n3461,1646808492,47.74304,8.99890\n3462,1646808493,47.74304,8.99890\n3463,1646808494,47.74304,8.99890\n3464,1646808495,47.74304,8.99890\n3465,1646808496,47.74304,8.99890\n3466,1646808497,47.74304,8.99890\n3467,1646808498,47.74304,8.99890\n3468,1646808499,47.74304,8.99890\n3469,1646808500,47.74304,8.99890\n3470,1646808501,47.74304,8.99890\n3471,1646808502,47.74304,8.99890\n3472,1646808503,47.74304,8.99890\n3473,1646808504,47.74304,8.99890\n3474,1646808505,47.74304,8.99890\n3475,1646808506,47.74304,8.99890\n3476,1646808507,47.74304,8.99890\n3477,1646808508,47.74304,8.99890\n3478,1646808509,47.74304,8.99890\n3479,1646808510,47.74304,8.99890\n3480,1646808511,47.74304,8.99890\n3481,1646808512,47.74304,8.99890\n3482,1646808513,47.74304,8.99890\n3483,1646808514,47.74304,8.99890\n3484,1646808515,47.74304,8.99890\n3485,1646808516,47.74304,8.99889\n3486,1646808517,47.74305,8.99889\n3487,1646808518,47.74306,8.99889\n3488,1646808519,47.74306,8.99889\n3489,1646808520,47.74306,8.99889\n3490,1646808521,47.74306,8.99889\n3491,1646808522,47.74306,8.99889\n3492,1646808523,47.74306,8.99889\n3493,1646808524,47.74306,8.99889\n3494,1646808525,47.74306,8.99889\n3495,1646808526,47.74306,8.99889\n3496,1646808527,47.74306,8.99889\n3497,1646808528,47.74306,8.99889\n3498,1646808529,47.74306,8.99889\n3499,1646808530,47.74306,8.99889\n3500,1646808531,47.74306,8.99889\n3501,1646808532,47.74306,8.99889\n3502,1646808533,47.74306,8.99889\n3503,1646808534,47.74306,8.99889\n3504,1646808535,47.74306,8.99889\n3505,1646808536,47.74306,8.99889\n3506,1646808537,47.74306,8.99889\n3507,1646808538,47.74306,8.99889\n3508,1646808539,47.74306,8.99889\n3509,1646808540,47.74306,8.99889\n3510,1646808541,47.74306,8.99889\n3511,1646808542,47.74306,8.99889\n3512,1646808543,47.74306,8.99889\n3513,1646808544,47.74306,8.99889\n3514,1646808545,47.74306,8.99889\n3515,1646808546,47.74306,8.99889\n3516,1646808547,47.74306,8.99889\n3517,1646808548,47.74306,8.99889\n3518,1646808549,47.74306,8.99889\n3519,1646808550,47.74306,8.99889\n3520,1646808551,47.74306,8.99889\n3521,1646808552,47.74306,8.99889\n3522,1646808553,47.74306,8.99889\n3523,1646808554,47.74306,8.99889\n3524,1646808555,47.74306,8.99889\n3525,1646808556,47.74306,8.99889\n3526,1646808557,47.74306,8.99889\n3527,1646808558,47.74306,8.99889\n3528,1646808559,47.74306,8.99889\n3529,1646808560,47.74306,8.99889\n3530,1646808561,47.74306,8.99889\n3531,1646808562,47.74306,8.99889\n3532,1646808563,47.74306,8.99889\n3533,1646808564,47.74306,8.99889\n3534,1646808565,47.74306,8.99889\n3535,1646808566,47.74306,8.99889\n3536,1646808567,47.74306,8.99889\n3537,1646808568,47.74306,8.99889\n3538,1646808569,47.74306,8.99889\n3539,1646808570,47.74306,8.99889\n3540,1646808571,47.74306,8.99889\n3541,1646808572,47.74306,8.99889\n3542,1646808573,47.74306,8.99889\n3543,1646808574,47.74306,8.99889\n3544,1646808575,47.74306,8.99889\n3545,1646808576,47.74306,8.99889\n3546,1646808577,47.74306,8.99889\n3547,1646808578,47.74306,8.99889\n3548,1646808579,47.74306,8.99889\n3549,1646808580,47.74306,8.99889\n3550,1646808581,47.74306,8.99889\n3551,1646808582,47.74306,8.99889\n3552,1646808583,47.74306,8.99889\n3553,1646808584,47.74306,8.99889\n3554,1646808585,47.74306,8.99889\n3555,1646808586,47.74306,8.99889\n3556,1646808587,47.74306,8.99889\n3557,1646808588,47.74306,8.99889\n3558,1646808589,47.74306,8.99889\n3559,1646808590,47.74306,8.99889\n3560,1646808591,47.74306,8.99889\n3561,1646808592,47.74306,8.99889\n3562,1646808593,47.74306,8.99889\n3563,1646808594,47.74306,8.99889\n3564,1646808595,47.74306,8.99889\n3565,1646808596,47.74307,8.99889\n3566,1646808597,47.74307,8.99889\n3567,1646808598,47.74307,8.99889\n3568,1646808599,47.74307,8.99889\n3569,1646808600,47.74307,8.99889\n3570,1646808601,47.74307,8.99889\n3571,1646808602,47.74307,8.99889\n3572,1646808603,47.74307,8.99889\n3573,1646808604,47.74307,8.99889\n3574,1646808605,47.74307,8.99889\n3575,1646808606,47.74307,8.99889\n3576,1646808607,47.74307,8.99889\n3577,1646808608,47.74307,8.99889\n3578,1646808609,47.74307,8.99889\n3579,1646808610,47.74307,8.99889\n3580,1646808611,47.74307,8.99889\n3581,1646808612,47.74307,8.99889\n3582,1646808613,47.74307,8.99889\n3583,1646808614,47.74307,8.99889\n3584,1646808615,47.74307,8.99889\n3585,1646808616,47.74307,8.99889\n3586,1646808617,47.74307,8.99889\n3587,1646808618,47.74307,8.99889\n3588,1646808619,47.74307,8.99889\n3589,1646808620,47.74307,8.99889\n3590,1646808621,47.74307,8.99889\n3591,1646808622,47.74307,8.99889\n3592,1646808623,47.74307,8.99889\n3593,1646808624,47.74307,8.99889\n3594,1646808625,47.74307,8.99889\n3595,1646808626,47.74307,8.99889\n3596,1646808627,47.74307,8.99889\n3597,1646808628,47.74307,8.99889\n3598,1646808629,47.74307,8.99889\n3599,1646808630,47.74307,8.99889\n3600,1646808631,47.74307,8.99889\n3601,1646808632,47.74307,8.99889\n3602,1646808633,47.74307,8.99889\n3603,1646808634,47.74307,8.99889\n3604,1646808635,47.74307,8.99889\n3605,1646808636,47.74307,8.99889\n3606,1646808637,47.74307,8.99888\n3607,1646808638,47.74307,8.99888\n3608,1646808639,47.74307,8.99888\n3609,1646808640,47.74307,8.99887\n3610,1646808641,47.74307,8.99887\n3611,1646808642,47.74307,8.99887\n3612,1646808643,47.74307,8.99887\n3613,1646808644,47.74307,8.99887\n3614,1646808645,47.74307,8.99887\n3615,1646808646,47.74307,8.99887\n3616,1646808647,47.74307,8.99887\n3617,1646808648,47.74307,8.99887\n3618,1646808649,47.74307,8.99887\n3619,1646808650,47.74307,8.99887\n3620,1646808651,47.74307,8.99887\n3621,1646808652,47.74307,8.99887\n3622,1646808653,47.74307,8.99887\n3623,1646808654,47.74307,8.99887\n3624,1646808655,47.74307,8.99887\n3625,1646808656,47.74307,8.99887\n3626,1646808657,47.74307,8.99887\n3627,1646808658,47.74307,8.99887\n3628,1646808659,47.74307,8.99888\n3629,1646808660,47.74307,8.99888\n3630,1646808661,47.74307,8.99888\n3631,1646808662,47.74307,8.99888\n3632,1646808663,47.74307,8.99888\n3633,1646808664,47.74307,8.99888\n3634,1646808665,47.74307,8.99888\n3635,1646808666,47.74307,8.99888\n3636,1646808667,47.74307,8.99888\n3637,1646808668,47.74307,8.99888\n3638,1646808669,47.74307,8.99888\n3639,1646808670,47.74307,8.99888\n3640,1646808671,47.74307,8.99888\n3641,1646808672,47.74307,8.99888\n3642,1646808673,47.74307,8.99888\n3643,1646808674,47.74307,8.99888\n3644,1646808675,47.74307,8.99888\n3645,1646808676,47.74307,8.99888\n3646,1646808677,47.74307,8.99888\n3647,1646808678,47.74307,8.99888\n3648,1646808679,47.74307,8.99888\n3649,1646808680,47.74307,8.99887\n3650,1646808681,47.74307,8.99887\n3651,1646808682,47.74307,8.99887\n3652,1646808683,47.74307,8.99887\n3653,1646808684,47.74307,8.99887\n3654,1646808685,47.74307,8.99887\n3655,1646808686,47.74307,8.99887\n3656,1646808687,47.74307,8.99887\n3657,1646808688,47.74307,8.99887\n3658,1646808689,47.74307,8.99887\n3659,1646808690,47.74307,8.99887\n3660,1646808691,47.74307,8.99888\n3661,1646808692,47.74307,8.99888\n3662,1646808693,47.74307,8.99888\n3663,1646808694,47.74307,8.99888\n3664,1646808695,47.74307,8.99888\n3665,1646808696,47.74307,8.99888\n3666,1646808697,47.74307,8.99888\n3667,1646808698,47.74307,8.99888\n3668,1646808699,47.74307,8.99888\n3669,1646808700,47.74307,8.99888\n3670,1646808701,47.74307,8.99888\n3671,1646808702,47.74307,8.99888\n3672,1646808703,47.74307,8.99888\n3673,1646808704,47.74307,8.99888\n3674,1646808705,47.74307,8.99888\n3675,1646808706,47.74307,8.99888\n3676,1646808707,47.74307,8.99888\n3677,1646808708,47.74307,8.99888\n3678,1646808709,47.74307,8.99888\n3679,1646808710,47.74307,8.99888\n3680,1646808711,47.74307,8.99888\n3681,1646808712,47.74307,8.99888\n3682,1646808713,47.74307,8.99888\n3683,1646808714,47.74307,8.99888\n3684,1646808715,47.74307,8.99888\n3685,1646808716,47.74307,8.99888\n3686,1646808717,47.74307,8.99888\n3687,1646808718,47.74307,8.99888\n3688,1646808719,47.74307,8.99888\n3689,1646808720,47.74307,8.99888\n3690,1646808721,47.74307,8.99888\n3691,1646808722,47.74307,8.99888\n3692,1646808723,47.74307,8.99888\n3693,1646808724,47.74307,8.99888\n3694,1646808725,47.74307,8.99888\n3695,1646808726,47.74307,8.99888\n3696,1646808727,47.74307,8.99888\n3697,1646808728,47.74307,8.99888\n3698,1646808729,47.74307,8.99888\n3699,1646808730,47.74307,8.99888\n3700,1646808731,47.74307,8.99888\n3701,1646808732,47.74307,8.99888\n3702,1646808733,47.74307,8.99888\n3703,1646808734,47.74307,8.99888\n3704,1646808735,47.74307,8.99888\n3705,1646808736,47.74307,8.99888\n3706,1646808737,47.74307,8.99888\n3707,1646808738,47.74307,8.99888\n3708,1646808739,47.74307,8.99888\n3709,1646808740,47.74307,8.99888\n3710,1646808741,47.74307,8.99888\n3711,1646808742,47.74307,8.99888\n3712,1646808743,47.74307,8.99888\n3713,1646808744,47.74307,8.99888\n3714,1646808745,47.74307,8.99888\n3715,1646808746,47.74307,8.99888\n3716,1646808747,47.74307,8.99888\n3717,1646808748,47.74307,8.99888\n3718,1646808749,47.74307,8.99888\n3719,1646808750,47.74307,8.99888\n3720,1646808751,47.74307,8.99888\n3721,1646808752,47.74307,8.99888\n3722,1646808753,47.74307,8.99888\n3723,1646808754,47.74307,8.99888\n3724,1646808755,47.74307,8.99888\n3725,1646808756,47.74306,8.99888\n3726,1646808757,47.74306,8.99888\n3727,1646808758,47.74306,8.99888\n3728,1646808759,47.74306,8.99888\n3729,1646808760,47.74306,8.99888\n3730,1646808761,47.74306,8.99888\n3731,1646808762,47.74306,8.99888\n3732,1646808763,47.74306,8.99888\n3733,1646808764,47.74306,8.99888\n3734,1646808765,47.74306,8.99888\n3735,1646808766,47.74306,8.99888\n3736,1646808767,47.74306,8.99888\n3737,1646808768,47.74306,8.99888\n3738,1646808769,47.74306,8.99888\n3739,1646808770,47.74306,8.99888\n3740,1646808771,47.74306,8.99888\n3741,1646808772,47.74306,8.99888\n3742,1646808773,47.74306,8.99888\n3743,1646808774,47.74306,8.99888\n3744,1646808775,47.74306,8.99888\n3745,1646808776,47.74306,8.99888\n3746,1646808777,47.74306,8.99888\n3747,1646808778,47.74306,8.99888\n3748,1646808779,47.74306,8.99888\n3749,1646808780,47.74306,8.99888\n3750,1646808781,47.74306,8.99888\n3751,1646808782,47.74306,8.99888\n3752,1646808783,47.74306,8.99888\n3753,1646808784,47.74306,8.99888\n3754,1646808785,47.74306,8.99888\n3755,1646808786,47.74306,8.99888\n3756,1646808787,47.74306,8.99888\n3757,1646808788,47.74306,8.99888\n3758,1646808789,47.74306,8.99887\n3759,1646808790,47.74306,8.99887\n3760,1646808791,47.74306,8.99887\n3761,1646808792,47.74306,8.99887\n3762,1646808793,47.74306,8.99887\n3763,1646808794,47.74306,8.99887\n3764,1646808795,47.74306,8.99887\n3765,1646808796,47.74306,8.99887\n3766,1646808797,47.74306,8.99887\n3767,1646808798,47.74306,8.99887\n3768,1646808799,47.74306,8.99887\n3769,1646808800,47.74306,8.99887\n3770,1646808801,47.74306,8.99887\n3771,1646808802,47.74306,8.99887\n3772,1646808803,47.74306,8.99887\n3773,1646808804,47.74306,8.99887\n3774,1646808805,47.74306,8.99887\n3775,1646808806,47.74306,8.99887\n3776,1646808807,47.74306,8.99887\n3777,1646808808,47.74306,8.99887\n3778,1646808809,47.74306,8.99887\n3779,1646808810,47.74306,8.99887\n3780,1646808811,47.74306,8.99887\n3781,1646808812,47.74306,8.99887\n3782,1646808813,47.74306,8.99887\n3783,1646808814,47.74306,8.99887\n3784,1646808815,47.74306,8.99887\n3785,1646808816,47.74306,8.99887\n3786,1646808817,47.74306,8.99887\n3787,1646808818,47.74306,8.99887\n3788,1646808819,47.74306,8.99887\n3789,1646808820,47.74306,8.99887\n3790,1646808821,47.74306,8.99887\n3791,1646808822,47.74306,8.99887\n3792,1646808823,47.74306,8.99887\n3793,1646808824,47.74306,8.99887\n3794,1646808825,47.74306,8.99887\n3795,1646808826,47.74306,8.99887\n3796,1646808827,47.74306,8.99887\n3797,1646808828,47.74306,8.99887\n3798,1646808829,47.74306,8.99887\n3799,1646808830,47.74306,8.99887\n3800,1646808831,47.74306,8.99887\n3801,1646808832,47.74306,8.99887\n3802,1646808833,47.74306,8.99887\n3803,1646808834,47.74306,8.99887\n3804,1646808835,47.74306,8.99887\n3805,1646808836,47.74306,8.99887\n3806,1646808837,47.74306,8.99887\n3807,1646808838,47.74306,8.99887\n3808,1646808839,47.74306,8.99887\n3809,1646808840,47.74306,8.99887\n3810,1646808841,47.74306,8.99887\n3811,1646808842,47.74306,8.99887\n3812,1646808843,47.74306,8.99887\n3813,1646808844,47.74306,8.99887\n3814,1646808845,47.74306,8.99887\n3815,1646808846,47.74306,8.99887\n3816,1646808847,47.74306,8.99887\n3817,1646808848,47.74306,8.99887\n3818,1646808849,47.74306,8.99887\n3819,1646808850,47.74306,8.99887\n3820,1646808851,47.74306,8.99887\n3821,1646808852,47.74306,8.99887\n3822,1646808853,47.74306,8.99887\n3823,1646808854,47.74306,8.99887\n3824,1646808855,47.74306,8.99887\n3825,1646808856,47.74306,8.99887\n3826,1646808857,47.74306,8.99887\n3827,1646808858,47.74306,8.99887\n3828,1646808859,47.74306,8.99887\n3829,1646808860,47.74306,8.99887\n3830,1646808861,47.74306,8.99887\n3831,1646808862,47.74306,8.99887\n3832,1646808863,47.74306,8.99887\n3833,1646808864,47.74306,8.99887\n3834,1646808865,47.74306,8.99887\n3835,1646808866,47.74306,8.99887\n3836,1646808867,47.74306,8.99887\n3837,1646808868,47.74306,8.99887\n3838,1646808869,47.74306,8.99887\n3839,1646808870,47.74306,8.99887\n3840,1646808871,47.74306,8.99887\n3841,1646808872,47.74306,8.99887\n3842,1646808873,47.74306,8.99887\n3843,1646808874,47.74306,8.99887\n3844,1646808875,47.74306,8.99887\n3845,1646808876,47.74306,8.99887\n3846,1646808877,47.74306,8.99887\n3847,1646808878,47.74306,8.99887\n3848,1646808879,47.74306,8.99887\n3849,1646808880,47.74306,8.99887\n3850,1646808881,47.74306,8.99887\n3851,1646808882,47.74306,8.99887\n3852,1646808883,47.74306,8.99887\n3853,1646808884,47.74306,8.99887\n3854,1646808885,47.74306,8.99887\n3855,1646808886,47.74306,8.99888\n3856,1646808887,47.74306,8.99888\n3857,1646808888,47.74306,8.99888\n3858,1646808889,47.74306,8.99888\n3859,1646808890,47.74306,8.99888\n3860,1646808891,47.74306,8.99888\n3861,1646808892,47.74306,8.99888\n3862,1646808893,47.74306,8.99888\n3863,1646808894,47.74306,8.99888\n3864,1646808895,47.74306,8.99888\n3865,1646808896,47.74306,8.99888\n3866,1646808897,47.74306,8.99888\n3867,1646808898,47.74306,8.99888\n3868,1646808899,47.74306,8.99888\n3869,1646808900,47.74306,8.99888\n3870,1646808901,47.74306,8.99888\n3871,1646808902,47.74306,8.99888\n3872,1646808903,47.74306,8.99888\n3873,1646808904,47.74306,8.99888\n3874,1646808905,47.74306,8.99888\n3875,1646808906,47.74306,8.99888\n3876,1646808907,47.74306,8.99888\n3877,1646808908,47.74306,8.99888\n3878,1646808909,47.74306,8.99888\n3879,1646808910,47.74306,8.99888\n3880,1646808911,47.74306,8.99888\n3881,1646808912,47.74306,8.99888\n3882,1646808913,47.74306,8.99888\n3883,1646808914,47.74306,8.99888\n3884,1646808915,47.74306,8.99888\n3885,1646808916,47.74306,8.99888\n3886,1646808917,47.74306,8.99888\n3887,1646808918,47.74306,8.99888\n3888,1646808919,47.74306,8.99888\n3889,1646808920,47.74306,8.99888\n3890,1646808921,47.74306,8.99888\n3891,1646808922,47.74306,8.99888\n3892,1646808923,47.74306,8.99888\n3893,1646808924,47.74306,8.99888\n3894,1646808925,47.74306,8.99888\n3895,1646808926,47.74306,8.99888\n3896,1646808927,47.74306,8.99888\n3897,1646808928,47.74306,8.99888\n3898,1646808929,47.74306,8.99888\n3899,1646808930,47.74306,8.99888\n3900,1646808931,47.74306,8.99888\n3901,1646808932,47.74306,8.99888\n3902,1646808933,47.74306,8.99888\n3903,1646808934,47.74306,8.99888\n3904,1646808935,47.74306,8.99888\n3905,1646808936,47.74306,8.99888\n3906,1646808937,47.74306,8.99888\n3907,1646808938,47.74306,8.99888\n3908,1646808939,47.74306,8.99888\n3909,1646808940,47.74306,8.99888\n3910,1646808941,47.74306,8.99888\n3911,1646808942,47.74306,8.99888\n3912,1646808943,47.74306,8.99888\n3913,1646808944,47.74306,8.99888\n3914,1646808945,47.74306,8.99888\n3915,1646808946,47.74306,8.99888\n3916,1646808947,47.74306,8.99888\n3917,1646808948,47.74306,8.99888\n3918,1646808949,47.74306,8.99888\n3919,1646808950,47.74306,8.99888\n3920,1646808951,47.74306,8.99888\n3921,1646808952,47.74306,8.99888\n3922,1646808953,47.74306,8.99888\n3923,1646808954,47.74306,8.99888\n3924,1646808955,47.74306,8.99888\n3925,1646808956,47.74306,8.99888\n3926,1646808957,47.74306,8.99888\n3927,1646808958,47.74306,8.99888\n3928,1646808959,47.74306,8.99888\n3929,1646808960,47.74306,8.99888\n3930,1646808961,47.74306,8.99888\n3931,1646808962,47.74306,8.99888\n3932,1646808963,47.74306,8.99888\n3933,1646808964,47.74306,8.99888\n3934,1646808965,47.74306,8.99888\n3935,1646808966,47.74306,8.99888\n3936,1646808967,47.74306,8.99888\n3937,1646808968,47.74306,8.99888\n3938,1646808969,47.74306,8.99888\n3939,1646808970,47.74306,8.99888\n3940,1646808971,47.74306,8.99888\n3941,1646808972,47.74306,8.99888\n3942,1646808973,47.74306,8.99888\n3943,1646808974,47.74306,8.99888\n3944,1646808975,47.74306,8.99888\n3945,1646808976,47.74306,8.99888\n3946,1646808977,47.74306,8.99888\n3947,1646808978,47.74306,8.99888\n3948,1646808979,47.74306,8.99888\n3949,1646808980,47.74306,8.99888\n3950,1646808981,47.74306,8.99888\n3951,1646808982,47.74306,8.99888\n3952,1646808983,47.74306,8.99888\n3953,1646808984,47.74306,8.99888\n3954,1646808985,47.74306,8.99888\n3955,1646808986,47.74306,8.99888\n3956,1646808987,47.74306,8.99888\n3957,1646808988,47.74306,8.99888\n3958,1646808989,47.74306,8.99888\n3959,1646808990,47.74306,8.99888\n3960,1646808991,47.74306,8.99888\n3961,1646808992,47.74306,8.99888\n3962,1646808993,47.74306,8.99888\n3963,1646808994,47.74306,8.99888\n3964,1646808995,47.74306,8.99888\n3965,1646808996,47.74306,8.99888\n3966,1646808997,47.74306,8.99888\n3967,1646808998,47.74306,8.99888\n3968,1646808999,47.74306,8.99888\n3969,1646809000,47.74306,8.99888\n3970,1646809001,47.74306,8.99888\n3971,1646809002,47.74306,8.99888\n3972,1646809003,47.74306,8.99888\n3973,1646809004,47.74306,8.99888\n3974,1646809005,47.74306,8.99888\n3975,1646809006,47.74306,8.99888\n3976,1646809007,47.74306,8.99888\n3977,1646809008,47.74306,8.99888\n3978,1646809009,47.74306,8.99888\n3979,1646809010,47.74306,8.99888\n3980,1646809011,47.74306,8.99888\n3981,1646809012,47.74306,8.99888\n3982,1646809013,47.74306,8.99888\n3983,1646809014,47.74306,8.99888\n3984,1646809015,47.74306,8.99888\n3985,1646809016,47.74306,8.99888\n3986,1646809017,47.74306,8.99888\n3987,1646809018,47.74306,8.99888\n3988,1646809019,47.74306,8.99888\n3989,1646809020,47.74306,8.99888\n3990,1646809021,47.74306,8.99888\n3991,1646809022,47.74306,8.99888\n3992,1646809023,47.74306,8.99888\n3993,1646809024,47.74306,8.99888\n3994,1646809025,47.74306,8.99888\n3995,1646809026,47.74306,8.99888\n3996,1646809027,47.74306,8.99888\n3997,1646809028,47.74306,8.99888\n3998,1646809029,47.74306,8.99888\n3999,1646809030,47.74306,8.99888\n4000,1646809031,47.74306,8.99888\n4001,1646809032,47.74306,8.99888\n4002,1646809033,47.74306,8.99888\n4003,1646809034,47.74306,8.99888\n4004,1646809035,47.74306,8.99888\n4005,1646809036,47.74306,8.99888\n4006,1646809037,47.74306,8.99888\n4007,1646809038,47.74306,8.99888\n4008,1646809039,47.74306,8.99888\n4009,1646809040,47.74306,8.99888\n4010,1646809041,47.74306,8.99888\n4011,1646809042,47.74306,8.99888\n4012,1646809043,47.74306,8.99888\n4013,1646809044,47.74306,8.99888\n4014,1646809045,47.74306,8.99888\n4015,1646809046,47.74306,8.99888\n4016,1646809047,47.74306,8.99888\n4017,1646809048,47.74306,8.99888\n4018,1646809049,47.74306,8.99889\n4019,1646809050,47.74306,8.99889\n4020,1646809051,47.74305,8.99889\n4021,1646809052,47.74305,8.99889\n4022,1646809053,47.74305,8.99889\n4023,1646809054,47.74305,8.99889\n4024,1646809055,47.74305,8.99889\n4025,1646809056,47.74305,8.99889\n4026,1646809057,47.74305,8.99889\n4027,1646809058,47.74305,8.99889\n4028,1646809059,47.74305,8.99889\n4029,1646809060,47.74305,8.99889\n4030,1646809061,47.74305,8.99889\n4031,1646809062,47.74305,8.99889\n4032,1646809063,47.74305,8.99889\n4033,1646809064,47.74305,8.99889\n4034,1646809065,47.74305,8.99889\n4035,1646809066,47.74305,8.99889\n4036,1646809067,47.74305,8.99889\n4037,1646809068,47.74305,8.99889\n4038,1646809069,47.74305,8.99889\n4039,1646809070,47.74305,8.99889\n4040,1646809071,47.74305,8.99889\n4041,1646809072,47.74305,8.99889\n4042,1646809073,47.74305,8.99889\n4043,1646809074,47.74305,8.99889\n4044,1646809075,47.74305,8.99889\n4045,1646809076,47.74305,8.99889\n4046,1646809077,47.74305,8.99889\n4047,1646809078,47.74305,8.99889\n4048,1646809079,47.74305,8.99889\n4049,1646809080,47.74305,8.99889\n4050,1646809081,47.74305,8.99889\n4051,1646809082,47.74305,8.99889\n4052,1646809083,47.74305,8.99889\n4053,1646809084,47.74305,8.99889\n4054,1646809085,47.74305,8.99889\n4055,1646809086,47.74305,8.99889\n4056,1646809087,47.74305,8.99889\n4057,1646809088,47.74305,8.99889\n4058,1646809089,47.74305,8.99889\n4059,1646809090,47.74305,8.99889\n4060,1646809091,47.74305,8.99889\n4061,1646809092,47.74305,8.99889\n4062,1646809093,47.74305,8.99889\n4063,1646809094,47.74305,8.99889\n4064,1646809095,47.74305,8.99889\n4065,1646809096,47.74305,8.99889\n4066,1646809097,47.74305,8.99889\n4067,1646809098,47.74305,8.99889\n4068,1646809099,47.74305,8.99889\n4069,1646809100,47.74305,8.99889\n4070,1646809101,47.74305,8.99889\n4071,1646809102,47.74305,8.99889\n4072,1646809103,47.74305,8.99889\n4073,1646809104,47.74305,8.99889\n4074,1646809105,47.74305,8.99889\n4075,1646809106,47.74305,8.99889\n4076,1646809107,47.74305,8.99889\n4077,1646809108,47.74305,8.99889\n4078,1646809109,47.74305,8.99889\n4079,1646809110,47.74305,8.99889\n4080,1646809111,47.74305,8.99889\n4081,1646809112,47.74305,8.99890\n4082,1646809113,47.74305,8.99890\n4083,1646809114,47.74305,8.99890\n4084,1646809115,47.74305,8.99890\n4085,1646809116,47.74305,8.99890\n4086,1646809117,47.74305,8.99890\n4087,1646809118,47.74305,8.99890\n4088,1646809119,47.74305,8.99890\n4089,1646809120,47.74305,8.99890\n4090,1646809121,47.74305,8.99890\n4091,1646809122,47.74305,8.99890\n4092,1646809123,47.74305,8.99890\n4093,1646809124,47.74305,8.99890\n4094,1646809125,47.74305,8.99890\n4095,1646809126,47.74305,8.99890\n4096,1646809127,47.74305,8.99890\n4097,1646809128,47.74305,8.99890\n4098,1646809129,47.74305,8.99890\n4099,1646809130,47.74305,8.99890\n4100,1646809131,47.74305,8.99890\n4101,1646809132,47.74305,8.99890\n4102,1646809133,47.74305,8.99890\n4103,1646809134,47.74305,8.99890\n4104,1646809135,47.74306,8.99890\n4105,1646809136,47.74306,8.99890\n4106,1646809137,47.74306,8.99890\n4107,1646809138,47.74306,8.99890\n4108,1646809139,47.74306,8.99890\n4109,1646809140,47.74306,8.99890\n4110,1646809141,47.74306,8.99890\n4111,1646809142,47.74306,8.99890\n4112,1646809143,47.74306,8.99890\n4113,1646809144,47.74306,8.99890\n4114,1646809145,47.74306,8.99890\n4115,1646809146,47.74306,8.99890\n4116,1646809147,47.74306,8.99890\n4117,1646809148,47.74306,8.99890\n4118,1646809149,47.74306,8.99890\n4119,1646809150,47.74306,8.99890\n4120,1646809151,47.74306,8.99890\n4121,1646809152,47.74306,8.99890\n4122,1646809153,47.74306,8.99890\n4123,1646809154,47.74306,8.99890\n4124,1646809155,47.74306,8.99890\n4125,1646809156,47.74306,8.99890\n4126,1646809157,47.74306,8.99890\n4127,1646809158,47.74306,8.99890\n4128,1646809159,47.74306,8.99890\n4129,1646809160,47.74305,8.99890\n4130,1646809161,47.74305,8.99890\n4131,1646809162,47.74305,8.99890\n4132,1646809163,47.74305,8.99890\n4133,1646809164,47.74305,8.99890\n4134,1646809165,47.74305,8.99890\n4135,1646809166,47.74305,8.99890\n4136,1646809167,47.74305,8.99890\n4137,1646809168,47.74305,8.99890\n4138,1646809169,47.74305,8.99890\n4139,1646809170,47.74305,8.99890\n4140,1646809171,47.74305,8.99890\n4141,1646809172,47.74305,8.99890\n4142,1646809173,47.74305,8.99890\n4143,1646809174,47.74305,8.99890\n4144,1646809175,47.74305,8.99890\n4145,1646809176,47.74305,8.99890\n4146,1646809177,47.74305,8.99890\n4147,1646809178,47.74305,8.99890\n4148,1646809179,47.74305,8.99890\n4149,1646809180,47.74305,8.99890\n4150,1646809181,47.74305,8.99890\n4151,1646809182,47.74305,8.99890\n4152,1646809183,47.74305,8.99890\n4153,1646809184,47.74305,8.99890\n4154,1646809185,47.74305,8.99890\n4155,1646809186,47.74305,8.99890\n4156,1646809187,47.74305,8.99890\n4157,1646809188,47.74305,8.99890\n4158,1646809189,47.74305,8.99890\n4159,1646809190,47.74305,8.99890\n4160,1646809191,47.74305,8.99890\n4161,1646809192,47.74305,8.99890\n4162,1646809193,47.74305,8.99890\n4163,1646809194,47.74305,8.99890\n4164,1646809195,47.74306,8.99890\n4165,1646809196,47.74306,8.99890\n4166,1646809197,47.74306,8.99890\n4167,1646809198,47.74306,8.99890\n4168,1646809199,47.74306,8.99890\n4169,1646809200,47.74306,8.99890\n4170,1646809201,47.74306,8.99890\n4171,1646809202,47.74306,8.99890\n4172,1646809203,47.74306,8.99890\n4173,1646809204,47.74306,8.99890\n4174,1646809205,47.74306,8.99890\n4175,1646809206,47.74306,8.99890\n4176,1646809207,47.74306,8.99890\n4177,1646809208,47.74306,8.99890\n4178,1646809209,47.74306,8.99890\n4179,1646809210,47.74306,8.99890\n4180,1646809211,47.74306,8.99890\n4181,1646809212,47.74306,8.99890\n4182,1646809213,47.74306,8.99890\n4183,1646809214,47.74306,8.99890\n4184,1646809215,47.74306,8.99890\n4185,1646809216,47.74306,8.99890\n4186,1646809217,47.74306,8.99890\n4187,1646809218,47.74306,8.99890\n4188,1646809219,47.74306,8.99890\n4189,1646809220,47.74306,8.99890\n4190,1646809221,47.74306,8.99890\n4191,1646809222,47.74306,8.99890\n4192,1646809223,47.74306,8.99890\n4193,1646809224,47.74306,8.99890\n4194,1646809225,47.74306,8.99890\n4195,1646809226,47.74306,8.99890\n4196,1646809227,47.74306,8.99890\n4197,1646809228,47.74306,8.99890\n4198,1646809229,47.74306,8.99890\n4199,1646809230,47.74306,8.99890\n4200,1646809231,47.74306,8.99890\n4201,1646809232,47.74306,8.99890\n4202,1646809233,47.74306,8.99890\n4203,1646809234,47.74306,8.99890\n4204,1646809235,47.74306,8.99890\n4205,1646809236,47.74306,8.99890\n4206,1646809237,47.74306,8.99890\n4207,1646809238,47.74306,8.99890\n4208,1646809239,47.74306,8.99890\n4209,1646809240,47.74306,8.99890\n4210,1646809241,47.74306,8.99890\n4211,1646809242,47.74306,8.99890\n4212,1646809243,47.74306,8.99890\n4213,1646809244,47.74306,8.99890\n4214,1646809245,47.74306,8.99890\n4215,1646809246,47.74306,8.99890\n4216,1646809247,47.74306,8.99890\n4217,1646809248,47.74306,8.99890\n4218,1646809249,47.74306,8.99890\n4219,1646809250,47.74306,8.99890\n4220,1646809251,47.74306,8.99890\n4221,1646809252,47.74306,8.99890\n4222,1646809253,47.74306,8.99890\n4223,1646809254,47.74306,8.99890\n4224,1646809255,47.74306,8.99890\n4225,1646809256,47.74306,8.99890\n4226,1646809257,47.74306,8.99890\n4227,1646809258,47.74306,8.99890\n4228,1646809259,47.74306,8.99890\n4229,1646809260,47.74306,8.99890\n4230,1646809261,47.74306,8.99890\n4231,1646809262,47.74306,8.99890\n4232,1646809263,47.74306,8.99890\n4233,1646809264,47.74306,8.99890\n4234,1646809265,47.74306,8.99890\n4235,1646809266,47.74306,8.99890\n4236,1646809267,47.74306,8.99890\n4237,1646809268,47.74306,8.99890\n4238,1646809269,47.74306,8.99890\n4239,1646809270,47.74306,8.99890\n4240,1646809271,47.74306,8.99890\n4241,1646809272,47.74306,8.99890\n4242,1646809273,47.74306,8.99890\n4243,1646809274,47.74306,8.99890\n4244,1646809275,47.74306,8.99890\n4245,1646809276,47.74306,8.99890\n4246,1646809277,47.74306,8.99890\n4247,1646809278,47.74306,8.99890\n4248,1646809279,47.74306,8.99890\n4249,1646809280,47.74306,8.99890\n4250,1646809281,47.74306,8.99890\n4251,1646809282,47.74306,8.99890\n4252,1646809283,47.74306,8.99890\n4253,1646809284,47.74306,8.99890\n4254,1646809285,47.74306,8.99890\n4255,1646809286,47.74306,8.99890\n4256,1646809287,47.74306,8.99890\n4257,1646809288,47.74306,8.99890\n4258,1646809289,47.74306,8.99890\n4259,1646809290,47.74306,8.99890\n4260,1646809291,47.74306,8.99890\n4261,1646809292,47.74306,8.99890\n4262,1646809293,47.74306,8.99890\n4263,1646809294,47.74306,8.99890\n4264,1646809295,47.74306,8.99890\n4265,1646809296,47.74306,8.99890\n4266,1646809297,47.74306,8.99890\n4267,1646809298,47.74306,8.99890\n4268,1646809299,47.74306,8.99890\n4269,1646809300,47.74306,8.99890\n4270,1646809301,47.74306,8.99890\n4271,1646809302,47.74307,8.99890\n4272,1646809303,47.74307,8.99891\n4273,1646809304,47.74307,8.99891\n4274,1646809305,47.74307,8.99891\n4275,1646809306,47.74307,8.99891\n4276,1646809307,47.74307,8.99891\n4277,1646809308,47.74307,8.99891\n4278,1646809309,47.74307,8.99891\n4279,1646809310,47.74307,8.99891\n4280,1646809311,47.74307,8.99891\n4281,1646809312,47.74307,8.99891\n4282,1646809313,47.74307,8.99891\n4283,1646809314,47.74307,8.99891\n4284,1646809315,47.74307,8.99891\n4285,1646809316,47.74307,8.99891\n4286,1646809317,47.74307,8.99891\n4287,1646809318,47.74307,8.99891\n4288,1646809319,47.74307,8.99891\n4289,1646809320,47.74307,8.99891\n4290,1646809321,47.74307,8.99891\n4291,1646809322,47.74307,8.99891\n4292,1646809323,47.74307,8.99891\n4293,1646809324,47.74307,8.99891\n4294,1646809325,47.74307,8.99891\n4295,1646809326,47.74307,8.99891\n4296,1646809327,47.74307,8.99891\n4297,1646809328,47.74307,8.99891\n4298,1646809329,47.74307,8.99891\n4299,1646809330,47.74307,8.99891\n4300,1646809331,47.74307,8.99891\n4301,1646809332,47.74307,8.99891\n4302,1646809333,47.74307,8.99891\n4303,1646809334,47.74307,8.99891\n4304,1646809335,47.74307,8.99891\n4305,1646809336,47.74307,8.99891\n4306,1646809337,47.74307,8.99891\n4307,1646809338,47.74307,8.99891\n4308,1646809339,47.74307,8.99891\n4309,1646809340,47.74307,8.99891\n4310,1646809341,47.74307,8.99891\n4311,1646809342,47.74307,8.99891\n4312,1646809343,47.74307,8.99891\n4313,1646809344,47.74307,8.99891\n4314,1646809345,47.74307,8.99891\n4315,1646809346,47.74307,8.99891\n4316,1646809347,47.74307,8.99891\n4317,1646809348,47.74307,8.99892\n4318,1646809349,47.74307,8.99892\n4319,1646809350,47.74307,8.99892\n4320,1646809351,47.74307,8.99892\n4321,1646809352,47.74307,8.99892\n4322,1646809353,47.74307,8.99892\n4323,1646809354,47.74307,8.99892\n4324,1646809355,47.74307,8.99892\n4325,1646809356,47.74307,8.99892\n4326,1646809357,47.74307,8.99892\n4327,1646809358,47.74307,8.99892\n4328,1646809359,47.74307,8.99892\n4329,1646809360,47.74307,8.99892\n4330,1646809361,47.74307,8.99892\n4331,1646809362,47.74307,8.99892\n4332,1646809363,47.74307,8.99892\n4333,1646809364,47.74307,8.99892\n4334,1646809365,47.74307,8.99892\n4335,1646809366,47.74307,8.99892\n4336,1646809367,47.74307,8.99892\n4337,1646809368,47.74307,8.99892\n4338,1646809369,47.74307,8.99892\n4339,1646809370,47.74307,8.99892\n4340,1646809371,47.74306,8.99892\n4341,1646809372,47.74306,8.99892\n4342,1646809373,47.74306,8.99892\n4343,1646809374,47.74306,8.99892\n4344,1646809375,47.74306,8.99892\n4345,1646809376,47.74306,8.99892\n4346,1646809377,47.74306,8.99892\n4347,1646809378,47.74306,8.99892\n4348,1646809379,47.74306,8.99892\n4349,1646809380,47.74306,8.99892\n4350,1646809381,47.74306,8.99892\n4351,1646809382,47.74306,8.99892\n4352,1646809383,47.74306,8.99892\n4353,1646809384,47.74306,8.99892\n4354,1646809385,47.74306,8.99892\n4355,1646809386,47.74306,8.99892\n4356,1646809387,47.74306,8.99892\n4357,1646809388,47.74306,8.99892\n4358,1646809389,47.74306,8.99892\n4359,1646809390,47.74306,8.99892\n4360,1646809391,47.74306,8.99892\n4361,1646809392,47.74306,8.99892\n4362,1646809393,47.74306,8.99892\n4363,1646809394,47.74306,8.99892\n4364,1646809395,47.74306,8.99892\n4365,1646809396,47.74306,8.99892\n4366,1646809397,47.74306,8.99892\n4367,1646809398,47.74306,8.99892\n4368,1646809399,47.74306,8.99892\n4369,1646809400,47.74306,8.99892\n4370,1646809401,47.74306,8.99892\n4371,1646809402,47.74306,8.99892\n4372,1646809403,47.74306,8.99892\n4373,1646809404,47.74306,8.99892\n4374,1646809405,47.74306,8.99892\n4375,1646809406,47.74306,8.99892\n4376,1646809407,47.74307,8.99892\n4377,1646809408,47.74307,8.99892\n4378,1646809409,47.74307,8.99892\n4379,1646809410,47.74307,8.99892\n4380,1646809411,47.74307,8.99892\n4381,1646809412,47.74307,8.99892\n4382,1646809413,47.74307,8.99892\n4383,1646809414,47.74307,8.99892\n4384,1646809415,47.74308,8.99892\n4385,1646809416,47.74308,8.99892\n4386,1646809417,47.74308,8.99892\n4387,1646809418,47.74308,8.99892\n4388,1646809419,47.74308,8.99892\n4389,1646809420,47.74308,8.99892\n4390,1646809421,47.74308,8.99892\n4391,1646809422,47.74308,8.99892\n4392,1646809423,47.74308,8.99892\n4393,1646809424,47.74308,8.99892\n4394,1646809425,47.74308,8.99892\n4395,1646809426,47.74308,8.99892\n4396,1646809427,47.74308,8.99892\n4397,1646809428,47.74308,8.99892\n4398,1646809429,47.74308,8.99892\n4399,1646809430,47.74308,8.99892\n4400,1646809431,47.74308,8.99892\n4401,1646809432,47.74308,8.99892\n4402,1646809433,47.74308,8.99892\n4403,1646809434,47.74308,8.99892\n4404,1646809435,47.74308,8.99892\n4405,1646809436,47.74308,8.99892\n4406,1646809437,47.74308,8.99892\n4407,1646809438,47.74308,8.99892\n4408,1646809439,47.74308,8.99892\n4409,1646809440,47.74308,8.99892\n4410,1646809441,47.74308,8.99892\n4411,1646809442,47.74308,8.99892\n4412,1646809443,47.74308,8.99892\n4413,1646809444,47.74308,8.99892\n4414,1646809445,47.74308,8.99892\n4415,1646809446,47.74308,8.99892\n4416,1646809447,47.74308,8.99892\n4417,1646809448,47.74308,8.99892\n4418,1646809449,47.74308,8.99892\n4419,1646809450,47.74308,8.99892\n4420,1646809451,47.74308,8.99892\n4421,1646809452,47.74308,8.99892\n4422,1646809453,47.74308,8.99892\n4423,1646809454,47.74308,8.99892\n4424,1646809455,47.74308,8.99892\n4425,1646809456,47.74308,8.99892\n4426,1646809457,47.74308,8.99892\n4427,1646809458,47.74308,8.99892\n4428,1646809459,47.74308,8.99892\n4429,1646809460,47.74308,8.99892\n4430,1646809461,47.74308,8.99892\n4431,1646809462,47.74308,8.99892\n4432,1646809463,47.74308,8.99892\n4433,1646809464,47.74308,8.99892\n4434,1646809465,47.74308,8.99892\n4435,1646809466,47.74308,8.99892\n4436,1646809467,47.74308,8.99892\n4437,1646809468,47.74308,8.99892\n4438,1646809469,47.74308,8.99892\n4439,1646809470,47.74308,8.99892\n4440,1646809471,47.74308,8.99892\n4441,1646809472,47.74308,8.99892\n4442,1646809473,47.74308,8.99892\n4443,1646809474,47.74308,8.99892\n4444,1646809475,47.74308,8.99892\n4445,1646809476,47.74308,8.99892\n4446,1646809477,47.74308,8.99892\n4447,1646809478,47.74308,8.99892\n4448,1646809479,47.74308,8.99892\n4449,1646809480,47.74308,8.99892\n4450,1646809481,47.74308,8.99892\n4451,1646809482,47.74308,8.99892\n4452,1646809483,47.74308,8.99892\n4453,1646809484,47.74308,8.99892\n4454,1646809485,47.74308,8.99892\n4455,1646809486,47.74308,8.99892\n4456,1646809487,47.74308,8.99892\n4457,1646809488,47.74308,8.99892\n4458,1646809489,47.74308,8.99892\n4459,1646809490,47.74308,8.99892\n4460,1646809491,47.74308,8.99892\n4461,1646809492,47.74308,8.99892\n4462,1646809493,47.74308,8.99892\n4463,1646809494,47.74308,8.99892\n4464,1646809495,47.74308,8.99892\n4465,1646809496,47.74308,8.99892\n4466,1646809497,47.74308,8.99892\n4467,1646809498,47.74308,8.99892\n4468,1646809499,47.74308,8.99892\n4469,1646809500,47.74308,8.99892\n4470,1646809501,47.74308,8.99892\n4471,1646809502,47.74308,8.99892\n4472,1646809503,47.74308,8.99892\n4473,1646809504,47.74308,8.99892\n4474,1646809505,47.74308,8.99892\n4475,1646809506,47.74308,8.99892\n4476,1646809507,47.74308,8.99892\n4477,1646809508,47.74308,8.99892\n4478,1646809509,47.74308,8.99892\n4479,1646809510,47.74308,8.99892\n4480,1646809511,47.74308,8.99892\n4481,1646809512,47.74308,8.99892\n4482,1646809513,47.74308,8.99892\n4483,1646809514,47.74308,8.99892\n4484,1646809515,47.74308,8.99892\n4485,1646809516,47.74308,8.99892\n4486,1646809517,47.74308,8.99892\n4487,1646809518,47.74308,8.99892\n4488,1646809519,47.74308,8.99892\n4489,1646809520,47.74308,8.99892\n4490,1646809521,47.74308,8.99892\n4491,1646809522,47.74308,8.99892\n4492,1646809523,47.74308,8.99892\n4493,1646809524,47.74308,8.99892\n4494,1646809525,47.74308,8.99892\n4495,1646809526,47.74308,8.99892\n4496,1646809527,47.74308,8.99892\n4497,1646809528,47.74308,8.99892\n4498,1646809529,47.74308,8.99892\n4499,1646809530,47.74308,8.99892\n4500,1646809531,47.74307,8.99892\n4501,1646809532,47.74307,8.99892\n4502,1646809533,47.74307,8.99892\n4503,1646809534,47.74307,8.99892\n4504,1646809535,47.74307,8.99892\n4505,1646809536,47.74307,8.99892\n4506,1646809537,47.74307,8.99892\n4507,1646809538,47.74307,8.99892\n4508,1646809539,47.74307,8.99892\n4509,1646809540,47.74307,8.99892\n4510,1646809541,47.74307,8.99892\n4511,1646809542,47.74307,8.99892\n4512,1646809543,47.74307,8.99892\n4513,1646809544,47.74307,8.99892\n4514,1646809545,47.74307,8.99892\n4515,1646809546,47.74307,8.99892\n4516,1646809547,47.74307,8.99892\n4517,1646809548,47.74307,8.99892\n4518,1646809549,47.74307,8.99892\n4519,1646809550,47.74307,8.99892\n4520,1646809551,47.74307,8.99892\n4521,1646809552,47.74307,8.99892\n4522,1646809553,47.74307,8.99892\n4523,1646809554,47.74307,8.99892\n4524,1646809555,47.74307,8.99892\n4525,1646809556,47.74307,8.99892\n4526,1646809557,47.74307,8.99892\n4527,1646809558,47.74307,8.99892\n4528,1646809559,47.74307,8.99892\n4529,1646809560,47.74307,8.99892\n4530,1646809561,47.74307,8.99892\n4531,1646809562,47.74307,8.99892\n4532,1646809563,47.74307,8.99892\n4533,1646809564,47.74307,8.99892\n4534,1646809565,47.74307,8.99892\n4535,1646809566,47.74307,8.99892\n4536,1646809567,47.74307,8.99892\n4537,1646809568,47.74307,8.99892\n4538,1646809569,47.74307,8.99892\n4539,1646809570,47.74307,8.99892\n4540,1646809571,47.74307,8.99892\n4541,1646809572,47.74307,8.99892\n4542,1646809573,47.74307,8.99892\n4543,1646809574,47.74307,8.99892\n4544,1646809575,47.74307,8.99892\n4545,1646809576,47.74307,8.99892\n4546,1646809577,47.74307,8.99892\n4547,1646809578,47.74307,8.99892\n4548,1646809579,47.74307,8.99892\n4549,1646809580,47.74307,8.99892\n4550,1646809581,47.74307,8.99892\n4551,1646809582,47.74307,8.99892\n4552,1646809583,47.74307,8.99892\n4553,1646809584,47.74307,8.99892\n4554,1646809585,47.74307,8.99892\n4555,1646809586,47.74307,8.99892\n4556,1646809587,47.74307,8.99892\n4557,1646809588,47.74307,8.99892\n4558,1646809589,47.74307,8.99892\n4559,1646809590,47.74307,8.99892\n4560,1646809591,47.74307,8.99892\n4561,1646809592,47.74307,8.99892\n4562,1646809593,47.74307,8.99892\n4563,1646809594,47.74307,8.99892\n4564,1646809595,47.74307,8.99892\n4565,1646809596,47.74307,8.99892\n4566,1646809597,47.74307,8.99892\n4567,1646809598,47.74307,8.99892\n4568,1646809599,47.74307,8.99892\n4569,1646809600,47.74307,8.99892\n4570,1646809601,47.74307,8.99892\n4571,1646809602,47.74307,8.99892\n4572,1646809603,47.74307,8.99892\n4573,1646809604,47.74307,8.99892\n4574,1646809605,47.74307,8.99892\n4575,1646809606,47.74307,8.99892\n4576,1646809607,47.74307,8.99892\n4577,1646809608,47.74307,8.99892\n4578,1646809609,47.74307,8.99892\n4579,1646809610,47.74307,8.99892\n4580,1646809611,47.74307,8.99892\n4581,1646809612,47.74307,8.99892\n4582,1646809613,47.74307,8.99892\n4583,1646809614,47.74307,8.99892\n4584,1646809615,47.74307,8.99892\n4585,1646809616,47.74307,8.99892\n4586,1646809617,47.74307,8.99892\n4587,1646809618,47.74307,8.99892\n4588,1646809619,47.74307,8.99892\n4589,1646809620,47.74307,8.99892\n4590,1646809621,47.74307,8.99892\n4591,1646809622,47.74307,8.99892\n4592,1646809623,47.74307,8.99892\n4593,1646809624,47.74307,8.99892\n4594,1646809625,47.74307,8.99892\n4595,1646809626,47.74307,8.99892\n4596,1646809627,47.74307,8.99892\n4597,1646809628,47.74307,8.99892\n4598,1646809629,47.74307,8.99892\n4599,1646809630,47.74307,8.99892\n4600,1646809631,47.74307,8.99892\n4601,1646809632,47.74307,8.99892\n4602,1646809633,47.74307,8.99892\n4603,1646809634,47.74307,8.99892\n4604,1646809635,47.74307,8.99892\n4605,1646809636,47.74307,8.99892\n4606,1646809637,47.74307,8.99892\n4607,1646809638,47.74307,8.99892\n4608,1646809639,47.74307,8.99892\n4609,1646809640,47.74307,8.99892\n4610,1646809641,47.74307,8.99892\n4611,1646809642,47.74307,8.99892\n4612,1646809643,47.74307,8.99892\n4613,1646809644,47.74307,8.99892\n4614,1646809645,47.74307,8.99892\n4615,1646809646,47.74307,8.99892\n4616,1646809647,47.74307,8.99892\n4617,1646809648,47.74307,8.99892\n4618,1646809649,47.74307,8.99892\n4619,1646809650,47.74307,8.99892\n4620,1646809651,47.74307,8.99892\n4621,1646809652,47.74307,8.99892\n4622,1646809653,47.74307,8.99892\n4623,1646809654,47.74307,8.99892\n4624,1646809655,47.74307,8.99892\n4625,1646809656,47.74307,8.99892\n4626,1646809657,47.74307,8.99892\n4627,1646809658,47.74307,8.99892\n4628,1646809659,47.74307,8.99892\n4629,1646809660,47.74307,8.99892\n4630,1646809661,47.74307,8.99892\n4631,1646809662,47.74307,8.99892\n4632,1646809663,47.74307,8.99892\n4633,1646809664,47.74307,8.99892\n4634,1646809665,47.74307,8.99892\n4635,1646809666,47.74307,8.99892\n4636,1646809667,47.74307,8.99892\n4637,1646809668,47.74307,8.99892\n4638,1646809669,47.74307,8.99892\n4639,1646809670,47.74307,8.99892\n4640,1646809671,47.74307,8.99892\n4641,1646809672,47.74307,8.99892\n4642,1646809673,47.74307,8.99892\n4643,1646809674,47.74307,8.99892\n4644,1646809675,47.74307,8.99892\n4645,1646809676,47.74307,8.99892\n4646,1646809677,47.74307,8.99892\n4647,1646809678,47.74307,8.99892\n4648,1646809679,47.74307,8.99892\n4649,1646809680,47.74307,8.99892\n4650,1646809681,47.74307,8.99892\n4651,1646809682,47.74307,8.99892\n4652,1646809683,47.74307,8.99892\n4653,1646809684,47.74307,8.99892\n4654,1646809685,47.74307,8.99892\n4655,1646809686,47.74307,8.99892\n4656,1646809687,47.74307,8.99892\n4657,1646809688,47.74307,8.99892\n4658,1646809689,47.74307,8.99892\n4659,1646809690,47.74307,8.99892\n4660,1646809691,47.74307,8.99892\n4661,1646809692,47.74307,8.99892\n4662,1646809693,47.74307,8.99892\n4663,1646809694,47.74307,8.99892\n4664,1646809695,47.74307,8.99892\n4665,1646809696,47.74307,8.99892\n4666,1646809697,47.74307,8.99892\n4667,1646809698,47.74307,8.99892\n4668,1646809699,47.74307,8.99892\n4669,1646809700,47.74307,8.99892\n4670,1646809701,47.74307,8.99892\n4671,1646809702,47.74307,8.99892\n4672,1646809703,47.74307,8.99892\n4673,1646809704,47.74307,8.99892\n4674,1646809705,47.74307,8.99892\n4675,1646809706,47.74307,8.99892\n4676,1646809707,47.74307,8.99892\n4677,1646809708,47.74307,8.99892\n4678,1646809709,47.74307,8.99892\n4679,1646809710,47.74307,8.99892\n4680,1646809711,47.74307,8.99892\n4681,1646809712,47.74307,8.99892\n4682,1646809713,47.74307,8.99892\n4683,1646809714,47.74307,8.99892\n4684,1646809715,47.74307,8.99892\n4685,1646809716,47.74307,8.99892\n4686,1646809717,47.74307,8.99892\n4687,1646809718,47.74307,8.99892\n4688,1646809719,47.74307,8.99892\n4689,1646809720,47.74307,8.99892\n4690,1646809721,47.74307,8.99892\n4691,1646809722,47.74307,8.99892\n4692,1646809723,47.74307,8.99892\n4693,1646809724,47.74307,8.99892\n4694,1646809725,47.74307,8.99892\n4695,1646809726,47.74307,8.99892\n4696,1646809727,47.74307,8.99892\n4697,1646809728,47.74307,8.99892\n4698,1646809729,47.74307,8.99892\n4699,1646809730,47.74307,8.99892\n4700,1646809731,47.74307,8.99892\n4701,1646809732,47.74307,8.99892\n4702,1646809733,47.74307,8.99892\n4703,1646809734,47.74307,8.99892\n4704,1646809735,47.74307,8.99892\n4705,1646809736,47.74307,8.99892\n4706,1646809737,47.74307,8.99892\n4707,1646809738,47.74307,8.99892\n4708,1646809739,47.74307,8.99892\n4709,1646809740,47.74307,8.99892\n4710,1646809741,47.74307,8.99892\n4711,1646809742,47.74307,8.99892\n4712,1646809743,47.74307,8.99892\n4713,1646809744,47.74307,8.99892\n4714,1646809745,47.74307,8.99892\n4715,1646809746,47.74307,8.99892\n4716,1646809747,47.74307,8.99892\n4717,1646809748,47.74307,8.99892\n4718,1646809749,47.74307,8.99892\n4719,1646809750,47.74307,8.99892\n4720,1646809751,47.74307,8.99892\n4721,1646809752,47.74307,8.99892\n4722,1646809753,47.74307,8.99892\n4723,1646809754,47.74307,8.99892\n4724,1646809755,47.74307,8.99892\n4725,1646809756,47.74307,8.99892\n4726,1646809757,47.74307,8.99892\n4727,1646809758,47.74307,8.99892\n4728,1646809759,47.74307,8.99892\n4729,1646809760,47.74307,8.99892\n4730,1646809761,47.74307,8.99892\n4731,1646809762,47.74307,8.99892\n4732,1646809763,47.74307,8.99892\n4733,1646809764,47.74307,8.99892\n4734,1646809765,47.74307,8.99892\n4735,1646809766,47.74307,8.99892\n4736,1646809767,47.74307,8.99892\n4737,1646809768,47.74307,8.99892\n4738,1646809769,47.74307,8.99892\n4739,1646809770,47.74307,8.99892\n4740,1646809771,47.74307,8.99892\n4741,1646809772,47.74307,8.99892\n4742,1646809773,47.74307,8.99892\n4743,1646809774,47.74307,8.99892\n4744,1646809775,47.74307,8.99892\n4745,1646809776,47.74307,8.99892\n4746,1646809777,47.74307,8.99892\n4747,1646809778,47.74307,8.99892\n4748,1646809779,47.74307,8.99892\n4749,1646809780,47.74307,8.99892\n4750,1646809781,47.74307,8.99892\n4751,1646809782,47.74307,8.99892\n4752,1646809783,47.74307,8.99892\n4753,1646809784,47.74307,8.99892\n4754,1646809785,47.74307,8.99892\n4755,1646809786,47.74307,8.99892\n4756,1646809787,47.74307,8.99892\n4757,1646809788,47.74307,8.99892\n4758,1646809789,47.74307,8.99892\n4759,1646809790,47.74307,8.99892\n4760,1646809791,47.74307,8.99892\n4761,1646809792,47.74307,8.99892\n4762,1646809793,47.74307,8.99892\n4763,1646809794,47.74307,8.99892\n4764,1646809795,47.74307,8.99892\n4765,1646809796,47.74307,8.99892\n4766,1646809797,47.74307,8.99892\n4767,1646809798,47.74307,8.99892\n4768,1646809799,47.74307,8.99892\n4769,1646809800,47.74307,8.99892\n4770,1646809801,47.74306,8.99892\n4771,1646809802,47.74306,8.99892\n4772,1646809803,47.74306,8.99892\n4773,1646809804,47.74306,8.99892\n4774,1646809805,47.74306,8.99892\n4775,1646809806,47.74306,8.99892\n4776,1646809807,47.74306,8.99892\n4777,1646809808,47.74306,8.99892\n4778,1646809809,47.74306,8.99892\n4779,1646809810,47.74306,8.99892\n4780,1646809811,47.74306,8.99892\n4781,1646809812,47.74306,8.99892\n4782,1646809813,47.74306,8.99892\n4783,1646809814,47.74306,8.99892\n4784,1646809815,47.74306,8.99892\n4785,1646809816,47.74306,8.99892\n4786,1646809817,47.74306,8.99892\n4787,1646809818,47.74306,8.99892\n4788,1646809819,47.74306,8.99892\n4789,1646809820,47.74306,8.99892\n4790,1646809821,47.74306,8.99892\n4791,1646809822,47.74306,8.99892\n4792,1646809823,47.74306,8.99892\n4793,1646809824,47.74306,8.99892\n4794,1646809825,47.74306,8.99892\n4795,1646809826,47.74306,8.99892\n4796,1646809827,47.74306,8.99892\n4797,1646809828,47.74306,8.99892\n4798,1646809829,47.74306,8.99892\n4799,1646809830,47.74306,8.99892\n4800,1646809831,47.74306,8.99892\n4801,1646809832,47.74306,8.99892\n4802,1646809833,47.74306,8.99892\n4803,1646809834,47.74306,8.99892\n4804,1646809835,47.74306,8.99892\n4805,1646809836,47.74306,8.99892\n4806,1646809837,47.74306,8.99892\n4807,1646809838,47.74306,8.99892\n4808,1646809839,47.74306,8.99892\n4809,1646809840,47.74306,8.99892\n4810,1646809841,47.74306,8.99892\n4811,1646809842,47.74306,8.99892\n4812,1646809843,47.74306,8.99892\n4813,1646809844,47.74306,8.99892\n4814,1646809845,47.74306,8.99892\n4815,1646809846,47.74306,8.99892\n4816,1646809847,47.74306,8.99892\n4817,1646809848,47.74306,8.99892\n4818,1646809849,47.74306,8.99892\n4819,1646809850,47.74306,8.99892\n4820,1646809851,47.74306,8.99892\n4821,1646809852,47.74306,8.99892\n4822,1646809853,47.74306,8.99892\n4823,1646809854,47.74306,8.99892\n4824,1646809855,47.74306,8.99892\n4825,1646809856,47.74306,8.99892\n4826,1646809857,47.74306,8.99892\n4827,1646809858,47.74306,8.99892\n4828,1646809859,47.74306,8.99892\n4829,1646809860,47.74306,8.99892\n4830,1646809861,47.74306,8.99892\n4831,1646809862,47.74306,8.99892\n4832,1646809863,47.74306,8.99892\n4833,1646809864,47.74306,8.99892\n4834,1646809865,47.74306,8.99892\n4835,1646809866,47.74306,8.99892\n4836,1646809867,47.74306,8.99892\n4837,1646809868,47.74306,8.99892\n4838,1646809869,47.74306,8.99892\n4839,1646809870,47.74306,8.99892\n4840,1646809871,47.74306,8.99892\n4841,1646809872,47.74306,8.99892\n4842,1646809873,47.74306,8.99892\n4843,1646809874,47.74306,8.99892\n4844,1646809875,47.74306,8.99892\n4845,1646809876,47.74306,8.99892\n4846,1646809877,47.74306,8.99892\n4847,1646809878,47.74306,8.99892\n4848,1646809879,47.74306,8.99892\n4849,1646809880,47.74306,8.99892\n4850,1646809881,47.74306,8.99892\n4851,1646809882,47.74306,8.99892\n4852,1646809883,47.74306,8.99892\n4853,1646809884,47.74306,8.99892\n4854,1646809885,47.74306,8.99892\n4855,1646809886,47.74306,8.99892\n4856,1646809887,47.74306,8.99892\n4857,1646809888,47.74306,8.99892\n4858,1646809889,47.74306,8.99892\n4859,1646809890,47.74306,8.99892\n4860,1646809891,47.74306,8.99892\n4861,1646809892,47.74306,8.99892\n4862,1646809893,47.74306,8.99892\n4863,1646809894,47.74306,8.99892\n4864,1646809895,47.74306,8.99892\n4865,1646809896,47.74306,8.99892\n4866,1646809897,47.74306,8.99892\n4867,1646809898,47.74306,8.99892\n4868,1646809899,47.74306,8.99892\n4869,1646809900,47.74306,8.99892\n4870,1646809901,47.74306,8.99892\n4871,1646809902,47.74306,8.99892\n4872,1646809903,47.74306,8.99892\n4873,1646809904,47.74306,8.99892\n4874,1646809905,47.74306,8.99892\n4875,1646809906,47.74306,8.99892\n4876,1646809907,47.74306,8.99892\n4877,1646809908,47.74306,8.99892\n4878,1646809909,47.74306,8.99892\n4879,1646809910,47.74306,8.99892\n4880,1646809911,47.74306,8.99892\n4881,1646809912,47.74306,8.99892\n4882,1646809913,47.74306,8.99892\n4883,1646809914,47.74306,8.99892\n4884,1646809915,47.74306,8.99892\n4885,1646809916,47.74306,8.99892\n4886,1646809917,47.74306,8.99892\n4887,1646809918,47.74306,8.99892\n4888,1646809919,47.74306,8.99892\n4889,1646809920,47.74306,8.99892\n4890,1646809921,47.74306,8.99892\n4891,1646809922,47.74306,8.99892\n4892,1646809923,47.74306,8.99892\n4893,1646809924,47.74306,8.99892\n4894,1646809925,47.74306,8.99892\n4895,1646809926,47.74306,8.99892\n4896,1646809927,47.74306,8.99892\n4897,1646809928,47.74306,8.99892\n4898,1646809929,47.74306,8.99892\n4899,1646809930,47.74306,8.99892\n4900,1646809931,47.74306,8.99892\n4901,1646809932,47.74306,8.99892\n4902,1646809933,47.74306,8.99892\n4903,1646809934,47.74306,8.99892\n4904,1646809935,47.74306,8.99892\n4905,1646809936,47.74306,8.99892\n4906,1646809937,47.74306,8.99892\n4907,1646809938,47.74306,8.99892\n4908,1646809939,47.74306,8.99892\n4909,1646809940,47.74306,8.99892\n4910,1646809941,47.74306,8.99892\n4911,1646809942,47.74306,8.99892\n4912,1646809943,47.74306,8.99892\n4913,1646809944,47.74306,8.99892\n4914,1646809945,47.74306,8.99892\n4915,1646809946,47.74306,8.99892\n4916,1646809947,47.74306,8.99892\n4917,1646809948,47.74306,8.99892\n4918,1646809949,47.74306,8.99892\n4919,1646809950,47.74306,8.99892\n4920,1646809951,47.74306,8.99892\n4921,1646809952,47.74306,8.99892\n4922,1646809953,47.74306,8.99892\n4923,1646809954,47.74306,8.99892\n4924,1646809955,47.74306,8.99892\n4925,1646809956,47.74306,8.99892\n4926,1646809957,47.74306,8.99892\n4927,1646809958,47.74306,8.99892\n4928,1646809959,47.74306,8.99892\n4929,1646809960,47.74306,8.99892\n4930,1646809961,47.74306,8.99892\n4931,1646809962,47.74306,8.99892\n4932,1646809963,47.74306,8.99892\n4933,1646809964,47.74306,8.99892\n4934,1646809965,47.74306,8.99892\n4935,1646809966,47.74306,8.99892\n4936,1646809967,47.74306,8.99892\n4937,1646809968,47.74306,8.99892\n4938,1646809969,47.74306,8.99892\n4939,1646809970,47.74306,8.99892\n4940,1646809971,47.74306,8.99892\n4941,1646809972,47.74306,8.99892\n4942,1646809973,47.74306,8.99892\n4943,1646809974,47.74306,8.99892\n4944,1646809975,47.74306,8.99892\n4945,1646809976,47.74306,8.99892\n4946,1646809977,47.74306,8.99892\n4947,1646809978,47.74306,8.99892\n4948,1646809979,47.74306,8.99892\n4949,1646809980,47.74306,8.99892\n4950,1646809981,47.74306,8.99892\n4951,1646809982,47.74306,8.99892\n4952,1646809983,47.74306,8.99892\n4953,1646809984,47.74306,8.99892\n4954,1646809985,47.74306,8.99892\n4955,1646809986,47.74306,8.99892\n4956,1646809987,47.74306,8.99892\n4957,1646809988,47.74306,8.99892\n4958,1646809989,47.74306,8.99892\n4959,1646809990,47.74306,8.99892\n4960,1646809991,47.74306,8.99892\n4961,1646809992,47.74306,8.99892\n4962,1646809993,47.74305,8.99892\n4963,1646809994,47.74305,8.99893\n4964,1646809995,47.74305,8.99893\n4965,1646809996,47.74305,8.99893\n4966,1646809997,47.74305,8.99893\n4967,1646809998,47.74305,8.99893\n4968,1646809999,47.74305,8.99893\n4969,1646810000,47.74305,8.99893\n4970,1646810001,47.74305,8.99893\n4971,1646810002,47.74305,8.99893\n4972,1646810003,47.74305,8.99893\n4973,1646810004,47.74305,8.99893\n4974,1646810005,47.74305,8.99893\n4975,1646810006,47.74305,8.99893\n4976,1646810007,47.74305,8.99893\n4977,1646810008,47.74305,8.99893\n4978,1646810009,47.74305,8.99893\n4979,1646810010,47.74305,8.99893\n4980,1646810011,47.74305,8.99893\n4981,1646810012,47.74305,8.99893\n4982,1646810013,47.74305,8.99893\n4983,1646810014,47.74305,8.99893\n4984,1646810015,47.74305,8.99893\n4985,1646810016,47.74305,8.99893\n4986,1646810017,47.74305,8.99893\n4987,1646810018,47.74305,8.99893\n4988,1646810019,47.74305,8.99893\n4989,1646810020,47.74305,8.99893\n4990,1646810021,47.74305,8.99893\n4991,1646810022,47.74305,8.99893\n4992,1646810023,47.74305,8.99893\n4993,1646810024,47.74305,8.99893\n4994,1646810025,47.74305,8.99893\n4995,1646810026,47.74305,8.99893\n4996,1646810027,47.74305,8.99893\n4997,1646810028,47.74305,8.99893\n4998,1646810029,47.74305,8.99893\n4999,1646810030,47.74305,8.99893\n5000,1646810031,47.74305,8.99893\n5001,1646810032,47.74305,8.99893\n5002,1646810033,47.74305,8.99893\n5003,1646810034,47.74305,8.99893\n5004,1646810035,47.74305,8.99893\n5005,1646810036,47.74305,8.99893\n5006,1646810037,47.74305,8.99893\n5007,1646810038,47.74305,8.99893\n5008,1646810039,47.74305,8.99893\n5009,1646810040,47.74305,8.99893\n5010,1646810041,47.74305,8.99893\n5011,1646810042,47.74305,8.99893\n5012,1646810043,47.74305,8.99893\n5013,1646810044,47.74305,8.99893\n5014,1646810045,47.74305,8.99893\n5015,1646810046,47.74305,8.99893\n5016,1646810047,47.74305,8.99893\n5017,1646810048,47.74305,8.99893\n5018,1646810049,47.74305,8.99893\n5019,1646810050,47.74305,8.99893\n5020,1646810051,47.74305,8.99893\n5021,1646810052,47.74305,8.99893\n5022,1646810053,47.74305,8.99893\n5023,1646810054,47.74305,8.99893\n5024,1646810055,47.74305,8.99893\n5025,1646810056,47.74305,8.99893\n5026,1646810057,47.74305,8.99893\n5027,1646810058,47.74305,8.99893\n5028,1646810059,47.74305,8.99893\n5029,1646810060,47.74305,8.99893\n5030,1646810061,47.74305,8.99893\n5031,1646810062,47.74305,8.99893\n5032,1646810063,47.74305,8.99893\n5033,1646810064,47.74305,8.99893\n5034,1646810065,47.74305,8.99893\n5035,1646810066,47.74305,8.99893\n5036,1646810067,47.74305,8.99893\n5037,1646810068,47.74305,8.99893\n5038,1646810069,47.74305,8.99893\n5039,1646810070,47.74305,8.99893\n5040,1646810071,47.74305,8.99893\n5041,1646810072,47.74305,8.99893\n5042,1646810073,47.74305,8.99893\n5043,1646810074,47.74305,8.99893\n5044,1646810075,47.74305,8.99893\n5045,1646810076,47.74305,8.99893\n5046,1646810077,47.74305,8.99893\n5047,1646810078,47.74305,8.99893\n5048,1646810079,47.74305,8.99893\n5049,1646810080,47.74305,8.99893\n5050,1646810081,47.74305,8.99893\n5051,1646810082,47.74305,8.99893\n5052,1646810083,47.74305,8.99893\n5053,1646810084,47.74305,8.99893\n5054,1646810085,47.74305,8.99893\n5055,1646810086,47.74305,8.99893\n5056,1646810087,47.74305,8.99893\n5057,1646810088,47.74305,8.99893\n5058,1646810089,47.74305,8.99893\n5059,1646810090,47.74305,8.99893\n5060,1646810091,47.74305,8.99893\n5061,1646810092,47.74305,8.99893\n5062,1646810093,47.74305,8.99893\n5063,1646810094,47.74305,8.99893\n5064,1646810095,47.74305,8.99893\n5065,1646810096,47.74305,8.99893\n5066,1646810097,47.74305,8.99893\n5067,1646810098,47.74305,8.99893\n5068,1646810099,47.74305,8.99893\n5069,1646810100,47.74305,8.99893\n5070,1646810101,47.74305,8.99893\n5071,1646810102,47.74305,8.99893\n5072,1646810103,47.74305,8.99893\n5073,1646810104,47.74305,8.99893\n5074,1646810105,47.74305,8.99893\n5075,1646810106,47.74305,8.99893\n5076,1646810107,47.74305,8.99893\n5077,1646810108,47.74305,8.99893\n5078,1646810109,47.74305,8.99893\n5079,1646810110,47.74305,8.99893\n5080,1646810111,47.74305,8.99893\n5081,1646810112,47.74305,8.99893\n5082,1646810113,47.74305,8.99893\n5083,1646810114,47.74305,8.99893\n5084,1646810115,47.74305,8.99893\n5085,1646810116,47.74305,8.99893\n5086,1646810117,47.74305,8.99893\n5087,1646810118,47.74305,8.99893\n5088,1646810119,47.74305,8.99893\n5089,1646810120,47.74305,8.99893\n5090,1646810121,47.74305,8.99893\n5091,1646810122,47.74305,8.99893\n5092,1646810123,47.74305,8.99893\n5093,1646810124,47.74305,8.99893\n5094,1646810125,47.74305,8.99893\n5095,1646810126,47.74305,8.99893\n5096,1646810127,47.74305,8.99893\n5097,1646810128,47.74305,8.99893\n5098,1646810129,47.74305,8.99893\n5099,1646810130,47.74305,8.99893\n5100,1646810131,47.74305,8.99893\n5101,1646810132,47.74305,8.99893\n5102,1646810133,47.74305,8.99893\n5103,1646810134,47.74305,8.99893\n5104,1646810135,47.74305,8.99893\n5105,1646810136,47.74305,8.99893\n5106,1646810137,47.74305,8.99893\n5107,1646810138,47.74305,8.99893\n5108,1646810139,47.74305,8.99893\n5109,1646810140,47.74305,8.99893\n5110,1646810141,47.74305,8.99893\n5111,1646810142,47.74305,8.99893\n5112,1646810143,47.74305,8.99893\n5113,1646810144,47.74305,8.99893\n5114,1646810145,47.74305,8.99893\n5115,1646810146,47.74305,8.99893\n5116,1646810147,47.74305,8.99893\n5117,1646810148,47.74305,8.99893\n5118,1646810149,47.74305,8.99893\n5119,1646810150,47.74305,8.99893\n5120,1646810151,47.74305,8.99893\n5121,1646810152,47.74305,8.99893\n5122,1646810153,47.74305,8.99893\n5123,1646810154,47.74305,8.99893\n5124,1646810155,47.74305,8.99893\n5125,1646810156,47.74305,8.99893\n5126,1646810157,47.74305,8.99893\n5127,1646810158,47.74305,8.99893\n5128,1646810159,47.74305,8.99893\n5129,1646810160,47.74305,8.99893\n5130,1646810161,47.74305,8.99893\n5131,1646810162,47.74305,8.99893\n5132,1646810163,47.74305,8.99893\n5133,1646810164,47.74305,8.99893\n5134,1646810165,47.74305,8.99893\n5135,1646810166,47.74305,8.99893\n5136,1646810167,47.74305,8.99893\n5137,1646810168,47.74305,8.99893\n5138,1646810169,47.74305,8.99893\n5139,1646810170,47.74305,8.99893\n5140,1646810171,47.74305,8.99893\n5141,1646810172,47.74305,8.99893\n5142,1646810173,47.74305,8.99893\n5143,1646810174,47.74305,8.99893\n5144,1646810175,47.74305,8.99893\n5145,1646810176,47.74305,8.99893\n5146,1646810177,47.74305,8.99894\n5147,1646810178,47.74305,8.99894\n5148,1646810179,47.74305,8.99894\n5149,1646810180,47.74305,8.99894\n5150,1646810181,47.74305,8.99894\n5151,1646810182,47.74305,8.99894\n5152,1646810183,47.74305,8.99894\n5153,1646810184,47.74305,8.99894\n5154,1646810185,47.74305,8.99894\n5155,1646810186,47.74305,8.99894\n5156,1646810187,47.74305,8.99894\n5157,1646810188,47.74305,8.99894\n5158,1646810189,47.74305,8.99894\n5159,1646810190,47.74305,8.99894\n5160,1646810191,47.74305,8.99894\n5161,1646810192,47.74305,8.99894\n5162,1646810193,47.74305,8.99894\n5163,1646810194,47.74305,8.99894\n5164,1646810195,47.74305,8.99894\n5165,1646810196,47.74305,8.99894\n5166,1646810197,47.74305,8.99894\n5167,1646810198,47.74305,8.99894\n5168,1646810199,47.74305,8.99894\n5169,1646810200,47.74305,8.99894\n5170,1646810201,47.74305,8.99894\n5171,1646810202,47.74305,8.99894\n5172,1646810203,47.74305,8.99894\n5173,1646810204,47.74305,8.99894\n5174,1646810205,47.74305,8.99894\n5175,1646810206,47.74305,8.99894\n5176,1646810207,47.74305,8.99894\n5177,1646810208,47.74305,8.99894\n5178,1646810209,47.74305,8.99894\n5179,1646810210,47.74305,8.99894\n5180,1646810211,47.74305,8.99894\n5181,1646810212,47.74305,8.99894\n5182,1646810213,47.74305,8.99894\n5183,1646810214,47.74305,8.99894\n5184,1646810215,47.74305,8.99894\n5185,1646810216,47.74305,8.99894\n5186,1646810217,47.74305,8.99894\n5187,1646810218,47.74305,8.99894\n5188,1646810219,47.74305,8.99894\n5189,1646810220,47.74305,8.99894\n5190,1646810221,47.74305,8.99894\n5191,1646810222,47.74305,8.99894\n5192,1646810223,47.74305,8.99894\n5193,1646810224,47.74305,8.99894\n5194,1646810225,47.74305,8.99894\n5195,1646810226,47.74305,8.99894\n5196,1646810227,47.74305,8.99894\n5197,1646810228,47.74305,8.99894\n5198,1646810229,47.74305,8.99894\n5199,1646810230,47.74305,8.99894\n5200,1646810231,47.74305,8.99894\n5201,1646810232,47.74305,8.99894\n5202,1646810233,47.74305,8.99894\n5203,1646810234,47.74305,8.99894\n5204,1646810235,47.74305,8.99894\n5205,1646810236,47.74305,8.99894\n5206,1646810237,47.74305,8.99894\n5207,1646810238,47.74305,8.99894\n5208,1646810239,47.74305,8.99894\n5209,1646810240,47.74305,8.99894\n5210,1646810241,47.74305,8.99894\n5211,1646810242,47.74305,8.99894\n5212,1646810243,47.74305,8.99894\n5213,1646810244,47.74305,8.99894\n5214,1646810245,47.74305,8.99894\n5215,1646810246,47.74305,8.99894\n5216,1646810247,47.74305,8.99894\n5217,1646810248,47.74305,8.99894\n5218,1646810249,47.74305,8.99894\n5219,1646810250,47.74305,8.99894\n5220,1646810251,47.74305,8.99894\n5221,1646810252,47.74305,8.99894\n5222,1646810253,47.74305,8.99894\n5223,1646810254,47.74305,8.99894\n5224,1646810255,47.74305,8.99894\n5225,1646810256,47.74305,8.99894\n5226,1646810257,47.74305,8.99894\n5227,1646810258,47.74305,8.99894\n5228,1646810259,47.74305,8.99894\n5229,1646810260,47.74305,8.99894\n5230,1646810261,47.74305,8.99894\n5231,1646810262,47.74305,8.99894\n5232,1646810263,47.74305,8.99894\n5233,1646810264,47.74305,8.99894\n5234,1646810265,47.74305,8.99894\n5235,1646810266,47.74305,8.99894\n5236,1646810267,47.74305,8.99894\n5237,1646810268,47.74305,8.99894\n5238,1646810269,47.74305,8.99894\n5239,1646810270,47.74305,8.99894\n5240,1646810271,47.74305,8.99894\n5241,1646810272,47.74305,8.99894\n5242,1646810273,47.74305,8.99894\n5243,1646810274,47.74305,8.99894\n5244,1646810275,47.74305,8.99894\n5245,1646810276,47.74305,8.99894\n5246,1646810277,47.74305,8.99894\n5247,1646810278,47.74305,8.99894\n5248,1646810279,47.74305,8.99894\n5249,1646810280,47.74305,8.99894\n5250,1646810281,47.74305,8.99894\n5251,1646810282,47.74305,8.99894\n5252,1646810283,47.74305,8.99894\n5253,1646810284,47.74305,8.99894\n5254,1646810285,47.74305,8.99894\n5255,1646810286,47.74305,8.99894\n5256,1646810287,47.74305,8.99894\n5257,1646810288,47.74305,8.99894\n5258,1646810289,47.74305,8.99894\n5259,1646810290,47.74305,8.99894\n5260,1646810291,47.74305,8.99894\n5261,1646810292,47.74305,8.99894\n5262,1646810293,47.74305,8.99894\n5263,1646810294,47.74305,8.99894\n5264,1646810295,47.74305,8.99894\n5265,1646810296,47.74305,8.99894\n5266,1646810297,47.74305,8.99894\n5267,1646810298,47.74305,8.99894\n5268,1646810299,47.74305,8.99894\n5269,1646810300,47.74305,8.99894\n5270,1646810301,47.74305,8.99894\n5271,1646810302,47.74305,8.99894\n5272,1646810303,47.74305,8.99894\n5273,1646810304,47.74305,8.99894\n5274,1646810305,47.74305,8.99894\n5275,1646810306,47.74305,8.99894\n5276,1646810307,47.74305,8.99894\n5277,1646810308,47.74305,8.99894\n5278,1646810309,47.74305,8.99894\n5279,1646810310,47.74305,8.99894\n5280,1646810311,47.74305,8.99894\n5281,1646810312,47.74305,8.99894\n5282,1646810313,47.74305,8.99894\n5283,1646810314,47.74305,8.99894\n5284,1646810315,47.74305,8.99894\n5285,1646810316,47.74305,8.99894\n5286,1646810317,47.74305,8.99894\n5287,1646810318,47.74305,8.99894\n5288,1646810319,47.74305,8.99894\n5289,1646810320,47.74305,8.99894\n5290,1646810321,47.74305,8.99894\n5291,1646810322,47.74305,8.99894\n5292,1646810323,47.74305,8.99894\n5293,1646810324,47.74305,8.99894\n5294,1646810325,47.74305,8.99894\n5295,1646810326,47.74305,8.99894\n5296,1646810327,47.74305,8.99894\n5297,1646810328,47.74305,8.99894\n5298,1646810329,47.74305,8.99894\n5299,1646810330,47.74305,8.99894\n5300,1646810331,47.74305,8.99894\n5301,1646810332,47.74305,8.99894\n5302,1646810333,47.74305,8.99894\n5303,1646810334,47.74305,8.99894\n5304,1646810335,47.74305,8.99894\n5305,1646810336,47.74305,8.99894\n5306,1646810337,47.74305,8.99894\n5307,1646810338,47.74305,8.99894\n5308,1646810339,47.74305,8.99894\n5309,1646810340,47.74305,8.99894\n5310,1646810341,47.74305,8.99894\n5311,1646810342,47.74305,8.99894\n5312,1646810343,47.74305,8.99894\n5313,1646810344,47.74305,8.99894\n5314,1646810345,47.74305,8.99894\n5315,1646810346,47.74305,8.99894\n5316,1646810347,47.74305,8.99894\n5317,1646810348,47.74305,8.99894\n5318,1646810349,47.74305,8.99894\n5319,1646810350,47.74305,8.99894\n5320,1646810351,47.74304,8.99894\n5321,1646810352,47.74304,8.99894\n5322,1646810353,47.74304,8.99894\n5323,1646810354,47.74304,8.99894\n5324,1646810355,47.74304,8.99894\n5325,1646810356,47.74304,8.99894\n5326,1646810357,47.74304,8.99894\n5327,1646810358,47.74304,8.99894\n5328,1646810359,47.74304,8.99894\n5329,1646810361,47.74304,8.99894\n5330,1646810362,47.74304,8.99894\n5331,1646810363,47.74304,8.99894\n5332,1646810364,47.74304,8.99894\n5333,1646810365,47.74304,8.99894\n5334,1646810366,47.74304,8.99894\n5335,1646810367,47.74304,8.99894\n5336,1646810368,47.74304,8.99894\n5337,1646810369,47.74304,8.99894\n5338,1646810370,47.74304,8.99894\n5339,1646810371,47.74304,8.99894\n5340,1646810372,47.74304,8.99894\n5341,1646810373,47.74304,8.99894\n5342,1646810374,47.74304,8.99894\n5343,1646810375,47.74304,8.99894\n5344,1646810376,47.74304,8.99894\n5345,1646810377,47.74304,8.99894\n5346,1646810378,47.74304,8.99894\n5347,1646810379,47.74304,8.99894\n5348,1646810380,47.74304,8.99894\n5349,1646810381,47.74304,8.99894\n5350,1646810382,47.74304,8.99894\n5351,1646810383,47.74304,8.99894\n5352,1646810384,47.74304,8.99894\n5353,1646810385,47.74304,8.99894\n5354,1646810386,47.74304,8.99894\n5355,1646810387,47.74304,8.99894\n5356,1646810388,47.74304,8.99894\n5357,1646810389,47.74304,8.99894\n5358,1646810390,47.74304,8.99894\n5359,1646810391,47.74304,8.99894\n5360,1646810392,47.74304,8.99894\n5361,1646810393,47.74304,8.99894\n5362,1646810394,47.74304,8.99894\n5363,1646810395,47.74304,8.99894\n5364,1646810396,47.74304,8.99894\n5365,1646810397,47.74304,8.99894\n5366,1646810398,47.74304,8.99894\n5367,1646810399,47.74304,8.99894\n5368,1646810400,47.74304,8.99894\n5369,1646810401,47.74304,8.99894\n5370,1646810402,47.74304,8.99894\n5371,1646810403,47.74304,8.99894\n5372,1646810404,47.74304,8.99894\n5373,1646810405,47.74304,8.99894\n5374,1646810406,47.74304,8.99894\n5375,1646810407,47.74304,8.99894\n5376,1646810408,47.74304,8.99894\n5377,1646810409,47.74304,8.99894\n5378,1646810410,47.74304,8.99894\n5379,1646810411,47.74304,8.99894\n5380,1646810412,47.74304,8.99894\n5381,1646810413,47.74304,8.99894\n5382,1646810414,47.74304,8.99894\n5383,1646810415,47.74304,8.99894\n5384,1646810416,47.74304,8.99894\n5385,1646810417,47.74304,8.99894\n5386,1646810418,47.74304,8.99894\n5387,1646810419,47.74304,8.99894\n5388,1646810420,47.74304,8.99894\n5389,1646810421,47.74304,8.99894\n5390,1646810422,47.74304,8.99894\n5391,1646810423,47.74304,8.99894\n5392,1646810424,47.74304,8.99894\n5393,1646810425,47.74304,8.99894\n5394,1646810426,47.74304,8.99894\n5395,1646810427,47.74304,8.99894\n5396,1646810428,47.74304,8.99894\n5397,1646810429,47.74304,8.99894\n5398,1646810430,47.74304,8.99894\n5399,1646810431,47.74304,8.99894\n5400,1646810432,47.74304,8.99894\n5401,1646810433,47.74304,8.99894\n5402,1646810434,47.74304,8.99894\n5403,1646810435,47.74304,8.99894\n5404,1646810436,47.74304,8.99894\n5405,1646810437,47.74304,8.99894\n5406,1646810438,47.74304,8.99894\n5407,1646810439,47.74304,8.99894\n5408,1646810440,47.74304,8.99894\n5409,1646810441,47.74304,8.99894\n5410,1646810442,47.74304,8.99894\n5411,1646810443,47.74304,8.99894\n5412,1646810444,47.74304,8.99894\n5413,1646810445,47.74304,8.99894\n5414,1646810446,47.74304,8.99894\n5415,1646810447,47.74304,8.99894\n5416,1646810448,47.74304,8.99894\n5417,1646810449,47.74304,8.99894\n5418,1646810450,47.74304,8.99894\n5419,1646810451,47.74304,8.99894\n5420,1646810452,47.74304,8.99894\n5421,1646810453,47.74304,8.99894\n5422,1646810454,47.74304,8.99894\n5423,1646810455,47.74304,8.99894\n5424,1646810456,47.74304,8.99894\n5425,1646810457,47.74304,8.99894\n5426,1646810458,47.74304,8.99894\n5427,1646810459,47.74304,8.99894\n5428,1646810460,47.74304,8.99894\n5429,1646810461,47.74304,8.99894\n5430,1646810462,47.74304,8.99894\n5431,1646810463,47.74304,8.99894\n5432,1646810464,47.74304,8.99894\n5433,1646810465,47.74304,8.99894\n5434,1646810466,47.74304,8.99894\n5435,1646810467,47.74304,8.99894\n5436,1646810468,47.74304,8.99894\n5437,1646810469,47.74304,8.99894\n5438,1646810470,47.74304,8.99894\n5439,1646810471,47.74304,8.99894\n5440,1646810472,47.74304,8.99894\n5441,1646810473,47.74304,8.99894\n5442,1646810474,47.74304,8.99894\n5443,1646810475,47.74304,8.99894\n5444,1646810476,47.74304,8.99894\n5445,1646810477,47.74304,8.99894\n5446,1646810478,47.74304,8.99894\n5447,1646810479,47.74304,8.99894\n5448,1646810480,47.74304,8.99894\n5449,1646810481,47.74304,8.99895\n5450,1646810482,47.74304,8.99895\n5451,1646810483,47.74303,8.99895\n5452,1646810484,47.74303,8.99895\n5453,1646810485,47.74303,8.99895\n5454,1646810486,47.74303,8.99895\n5455,1646810487,47.74303,8.99895\n5456,1646810488,47.74303,8.99895\n5457,1646810489,47.74303,8.99895\n5458,1646810490,47.74303,8.99895\n5459,1646810491,47.74303,8.99895\n5460,1646810492,47.74303,8.99895\n5461,1646810493,47.74303,8.99895\n5462,1646810494,47.74303,8.99895\n5463,1646810495,47.74303,8.99895\n5464,1646810496,47.74303,8.99895\n5465,1646810497,47.74303,8.99895\n5466,1646810498,47.74303,8.99895\n5467,1646810499,47.74303,8.99895\n5468,1646810500,47.74303,8.99895\n5469,1646810501,47.74302,8.99895\n5470,1646810502,47.74302,8.99894\n5471,1646810503,47.74302,8.99894\n5472,1646810504,47.74302,8.99894\n5473,1646810505,47.74302,8.99894\n5474,1646810506,47.74302,8.99894\n5475,1646810507,47.74302,8.99894\n5476,1646810508,47.74302,8.99894\n5477,1646810509,47.74302,8.99894\n5478,1646810510,47.74302,8.99894\n5479,1646810511,47.74302,8.99894\n5480,1646810512,47.74302,8.99894\n5481,1646810513,47.74302,8.99894\n5482,1646810514,47.74302,8.99894\n5483,1646810515,47.74302,8.99894\n5484,1646810516,47.74302,8.99894\n5485,1646810517,47.74302,8.99894\n5486,1646810518,47.74302,8.99894\n5487,1646810519,47.74302,8.99894\n5488,1646810520,47.74302,8.99894\n5489,1646810521,47.74302,8.99894\n5490,1646810522,47.74302,8.99894\n5491,1646810523,47.74302,8.99894\n5492,1646810524,47.74302,8.99894\n5493,1646810525,47.74302,8.99894\n5494,1646810526,47.74302,8.99894\n5495,1646810527,47.74302,8.99894\n5496,1646810528,47.74302,8.99894\n5497,1646810529,47.74302,8.99894\n5498,1646810530,47.74302,8.99894\n5499,1646810531,47.74302,8.99894\n5500,1646810532,47.74302,8.99894\n5501,1646810533,47.74302,8.99894\n5502,1646810534,47.74302,8.99894\n5503,1646810535,47.74302,8.99894\n5504,1646810536,47.74302,8.99894\n5505,1646810537,47.74302,8.99894\n5506,1646810538,47.74302,8.99894\n5507,1646810539,47.74302,8.99894\n5508,1646810540,47.74302,8.99894\n5509,1646810541,47.74302,8.99894\n5510,1646810542,47.74302,8.99894\n5511,1646810543,47.74302,8.99894\n5512,1646810544,47.74302,8.99894\n5513,1646810545,47.74302,8.99894\n5514,1646810546,47.74302,8.99894\n5515,1646810547,47.74302,8.99894\n5516,1646810548,47.74302,8.99894\n5517,1646810549,47.74302,8.99894\n5518,1646810550,47.74302,8.99894\n5519,1646810551,47.74302,8.99894\n5520,1646810552,47.74301,8.99894\n5521,1646810553,47.74301,8.99894\n5522,1646810554,47.74301,8.99894\n5523,1646810555,47.74301,8.99894\n5524,1646810556,47.74301,8.99894\n5525,1646810557,47.74301,8.99894\n5526,1646810558,47.74301,8.99894\n5527,1646810559,47.74301,8.99894\n5528,1646810560,47.74301,8.99894\n5529,1646810561,47.74301,8.99894\n5530,1646810562,47.74301,8.99894\n5531,1646810563,47.74301,8.99894\n5532,1646810564,47.74301,8.99894\n5533,1646810565,47.74301,8.99894\n5534,1646810566,47.74301,8.99894\n5535,1646810567,47.74301,8.99894\n5536,1646810568,47.74301,8.99894\n5537,1646810569,47.74301,8.99894\n5538,1646810570,47.74301,8.99894\n5539,1646810571,47.74301,8.99894\n5540,1646810572,47.74301,8.99894\n5541,1646810573,47.74301,8.99894\n5542,1646810574,47.74301,8.99894\n5543,1646810575,47.74301,8.99894\n5544,1646810576,47.74301,8.99894\n5545,1646810577,47.74301,8.99894\n5546,1646810578,47.74301,8.99894\n5547,1646810579,47.74301,8.99894\n5548,1646810580,47.74301,8.99894\n5549,1646810581,47.74301,8.99894\n5550,1646810582,47.74301,8.99894\n5551,1646810583,47.74301,8.99894\n5552,1646810584,47.74301,8.99894\n5553,1646810585,47.74301,8.99894\n5554,1646810586,47.74301,8.99894\n5555,1646810587,47.74301,8.99894\n5556,1646810588,47.74301,8.99894\n5557,1646810589,47.74301,8.99894\n5558,1646810590,47.74301,8.99894\n5559,1646810591,47.74301,8.99894\n5560,1646810592,47.74301,8.99894\n5561,1646810593,47.74301,8.99894\n5562,1646810594,47.74301,8.99894\n5563,1646810595,47.74301,8.99894\n5564,1646810596,47.74301,8.99894\n5565,1646810597,47.74301,8.99894\n5566,1646810598,47.74301,8.99894\n5567,1646810599,47.74301,8.99894\n5568,1646810600,47.74301,8.99894\n5569,1646810601,47.74301,8.99894\n5570,1646810602,47.74301,8.99894\n5571,1646810603,47.74301,8.99894\n5572,1646810604,47.74301,8.99894\n5573,1646810605,47.74301,8.99894\n5574,1646810606,47.74301,8.99894\n5575,1646810607,47.74301,8.99894\n5576,1646810608,47.74301,8.99894\n5577,1646810609,47.74301,8.99894\n5578,1646810610,47.74301,8.99894\n5579,1646810611,47.74301,8.99894\n5580,1646810612,47.74301,8.99894\n5581,1646810613,47.74301,8.99894\n5582,1646810614,47.74301,8.99894\n5583,1646810615,47.74301,8.99894\n5584,1646810616,47.74301,8.99894\n5585,1646810617,47.74301,8.99894\n5586,1646810618,47.74301,8.99894\n5587,1646810619,47.74301,8.99894\n5588,1646810620,47.74301,8.99894\n5589,1646810621,47.74301,8.99894\n5590,1646810622,47.74301,8.99894\n5591,1646810623,47.74301,8.99894\n5592,1646810624,47.74302,8.99894\n5593,1646810625,47.74302,8.99894\n5594,1646810626,47.74302,8.99894\n5595,1646810627,47.74302,8.99894\n5596,1646810628,47.74302,8.99894\n5597,1646810629,47.74302,8.99894\n5598,1646810630,47.74302,8.99894\n5599,1646810631,47.74302,8.99894\n5600,1646810632,47.74302,8.99894\n5601,1646810633,47.74302,8.99894\n5602,1646810634,47.74302,8.99894\n5603,1646810635,47.74302,8.99894\n5604,1646810636,47.74302,8.99894\n5605,1646810637,47.74302,8.99894\n5606,1646810638,47.74302,8.99894\n5607,1646810639,47.74302,8.99894\n5608,1646810640,47.74302,8.99894\n5609,1646810641,47.74302,8.99894\n5610,1646810642,47.74302,8.99894\n5611,1646810643,47.74302,8.99894\n5612,1646810644,47.74302,8.99894\n5613,1646810645,47.74302,8.99894\n5614,1646810646,47.74302,8.99894\n5615,1646810647,47.74302,8.99894\n5616,1646810648,47.74302,8.99894\n5617,1646810649,47.74302,8.99894\n5618,1646810650,47.74302,8.99895\n5619,1646810651,47.74302,8.99895\n5620,1646810652,47.74302,8.99895\n5621,1646810653,47.74302,8.99895\n5622,1646810654,47.74302,8.99895\n5623,1646810655,47.74302,8.99895\n5624,1646810656,47.74302,8.99895\n5625,1646810657,47.74302,8.99895\n5626,1646810658,47.74302,8.99895\n5627,1646810659,47.74303,8.99896\n5628,1646810660,47.74303,8.99896\n5629,1646810661,47.74303,8.99896\n5630,1646810662,47.74303,8.99896\n5631,1646810663,47.74303,8.99896\n5632,1646810664,47.74303,8.99896\n5633,1646810665,47.74303,8.99896\n5634,1646810666,47.74303,8.99896\n5635,1646810667,47.74303,8.99896\n5636,1646810668,47.74303,8.99896\n5637,1646810669,47.74303,8.99896\n5638,1646810670,47.74303,8.99896\n5639,1646810671,47.74303,8.99896\n5640,1646810672,47.74303,8.99896\n5641,1646810673,47.74303,8.99896\n5642,1646810674,47.74303,8.99896\n5643,1646810675,47.74303,8.99896\n5644,1646810676,47.74303,8.99896\n5645,1646810677,47.74303,8.99896\n5646,1646810678,47.74303,8.99896\n5647,1646810679,47.74303,8.99896\n5648,1646810680,47.74303,8.99896\n5649,1646810681,47.74303,8.99896\n5650,1646810682,47.74303,8.99896\n5651,1646810683,47.74303,8.99896\n5652,1646810684,47.74303,8.99896\n5653,1646810685,47.74303,8.99896\n5654,1646810686,47.74303,8.99896\n5655,1646810687,47.74303,8.99896\n5656,1646810688,47.74303,8.99896\n5657,1646810689,47.74303,8.99896\n5658,1646810690,47.74303,8.99896\n5659,1646810691,47.74303,8.99896\n5660,1646810692,47.74303,8.99896\n5661,1646810693,47.74303,8.99896\n5662,1646810694,47.74303,8.99896\n5663,1646810695,47.74303,8.99896\n5664,1646810696,47.74303,8.99896\n5665,1646810697,47.74303,8.99896\n5666,1646810698,47.74303,8.99896\n5667,1646810699,47.74303,8.99896\n5668,1646810700,47.74303,8.99896\n5669,1646810701,47.74303,8.99896\n5670,1646810702,47.74303,8.99896\n5671,1646810703,47.74303,8.99896\n5672,1646810704,47.74303,8.99896\n5673,1646810705,47.74303,8.99896\n5674,1646810706,47.74303,8.99896\n5675,1646810707,47.74303,8.99896\n5676,1646810708,47.74303,8.99896\n5677,1646810709,47.74303,8.99896\n5678,1646810710,47.74303,8.99896\n5679,1646810711,47.74303,8.99896\n5680,1646810712,47.74303,8.99896\n5681,1646810713,47.74303,8.99896\n5682,1646810714,47.74303,8.99896\n5683,1646810715,47.74303,8.99896\n5684,1646810716,47.74303,8.99896\n5685,1646810717,47.74303,8.99896\n5686,1646810718,47.74303,8.99896\n5687,1646810719,47.74303,8.99896\n5688,1646810720,47.74302,8.99896\n5689,1646810721,47.74302,8.99896\n5690,1646810722,47.74302,8.99896\n5691,1646810723,47.74302,8.99896\n5692,1646810724,47.74302,8.99896\n5693,1646810725,47.74302,8.99896\n5694,1646810726,47.74302,8.99896\n5695,1646810727,47.74302,8.99896\n5696,1646810728,47.74302,8.99896\n5697,1646810729,47.74302,8.99896\n5698,1646810730,47.74302,8.99896\n5699,1646810731,47.74302,8.99896\n5700,1646810732,47.74302,8.99896\n5701,1646810733,47.74302,8.99896\n5702,1646810734,47.74302,8.99896\n5703,1646810735,47.74302,8.99896\n5704,1646810736,47.74302,8.99896\n5705,1646810737,47.74302,8.99896\n5706,1646810738,47.74302,8.99896\n5707,1646810739,47.74302,8.99896\n5708,1646810740,47.74302,8.99896\n5709,1646810741,47.74302,8.99896\n5710,1646810742,47.74302,8.99896\n5711,1646810743,47.74302,8.99896\n5712,1646810744,47.74302,8.99896\n5713,1646810745,47.74302,8.99896\n5714,1646810746,47.74302,8.99896\n5715,1646810747,47.74302,8.99896\n5716,1646810748,47.74302,8.99896\n5717,1646810749,47.74302,8.99896\n5718,1646810750,47.74302,8.99896\n5719,1646810751,47.74302,8.99896\n5720,1646810752,47.74302,8.99896\n5721,1646810753,47.74302,8.99896\n5722,1646810754,47.74302,8.99896\n5723,1646810755,47.74302,8.99896\n5724,1646810756,47.74302,8.99896\n5725,1646810757,47.74302,8.99896\n5726,1646810758,47.74302,8.99896\n5727,1646810759,47.74302,8.99896\n5728,1646810760,47.74302,8.99896\n5729,1646810761,47.74302,8.99896\n5730,1646810762,47.74302,8.99896\n5731,1646810763,47.74302,8.99896\n5732,1646810764,47.74302,8.99896\n5733,1646810765,47.74302,8.99896\n5734,1646810766,47.74302,8.99896\n5735,1646810767,47.74302,8.99896\n5736,1646810768,47.74302,8.99896\n5737,1646810769,47.74302,8.99896\n5738,1646810770,47.74302,8.99896\n5739,1646810771,47.74302,8.99896\n5740,1646810772,47.74302,8.99896\n5741,1646810773,47.74302,8.99896\n5742,1646810774,47.74302,8.99896\n5743,1646810775,47.74302,8.99896\n5744,1646810776,47.74302,8.99896\n5745,1646810777,47.74302,8.99896\n5746,1646810778,47.74302,8.99896\n5747,1646810779,47.74302,8.99896\n5748,1646810780,47.74302,8.99896\n5749,1646810781,47.74302,8.99896\n5750,1646810782,47.74302,8.99896\n5751,1646810783,47.74302,8.99896\n5752,1646810784,47.74302,8.99896\n5753,1646810785,47.74302,8.99896\n5754,1646810786,47.74302,8.99896\n5755,1646810787,47.74302,8.99896\n5756,1646810788,47.74302,8.99896\n5757,1646810789,47.74302,8.99896\n5758,1646810790,47.74302,8.99896\n5759,1646810791,47.74302,8.99896\n5760,1646810792,47.74302,8.99896\n5761,1646810793,47.74302,8.99896\n5762,1646810794,47.74302,8.99896\n5763,1646810795,47.74302,8.99896\n5764,1646810796,47.74302,8.99896\n5765,1646810797,47.74302,8.99896\n5766,1646810798,47.74302,8.99896\n5767,1646810799,47.74302,8.99896\n5768,1646810800,47.74302,8.99896\n5769,1646810801,47.74302,8.99896\n5770,1646810802,47.74302,8.99896\n5771,1646810803,47.74302,8.99896\n5772,1646810804,47.74302,8.99896\n5773,1646810805,47.74302,8.99896\n5774,1646810806,47.74302,8.99896\n5775,1646810807,47.74302,8.99896\n5776,1646810808,47.74302,8.99896\n5777,1646810809,47.74302,8.99896\n5778,1646810810,47.74302,8.99896\n5779,1646810811,47.74302,8.99896\n5780,1646810812,47.74302,8.99896\n5781,1646810813,47.74302,8.99896\n5782,1646810814,47.74302,8.99896\n5783,1646810815,47.74302,8.99896\n5784,1646810816,47.74302,8.99896\n5785,1646810817,47.74302,8.99896\n5786,1646810818,47.74302,8.99896\n5787,1646810819,47.74302,8.99896\n5788,1646810820,47.74302,8.99896\n5789,1646810821,47.74302,8.99896\n5790,1646810822,47.74302,8.99896\n5791,1646810823,47.74302,8.99896\n5792,1646810824,47.74302,8.99896\n5793,1646810825,47.74302,8.99896\n5794,1646810826,47.74302,8.99896\n5795,1646810827,47.74302,8.99896\n5796,1646810828,47.74302,8.99896\n5797,1646810829,47.74302,8.99896\n5798,1646810830,47.74302,8.99896\n5799,1646810831,47.74302,8.99896\n5800,1646810832,47.74302,8.99896\n5801,1646810833,47.74302,8.99896\n5802,1646810834,47.74302,8.99896\n5803,1646810835,47.74302,8.99896\n5804,1646810836,47.74302,8.99896\n5805,1646810837,47.74302,8.99896\n5806,1646810838,47.74302,8.99896\n5807,1646810839,47.74302,8.99896\n5808,1646810840,47.74302,8.99896\n5809,1646810841,47.74302,8.99896\n5810,1646810842,47.74302,8.99896\n5811,1646810843,47.74302,8.99896\n5812,1646810844,47.74302,8.99896\n5813,1646810845,47.74302,8.99896\n5814,1646810846,47.74302,8.99896\n5815,1646810847,47.74302,8.99896\n5816,1646810848,47.74302,8.99896\n5817,1646810849,47.74302,8.99896\n5818,1646810850,47.74302,8.99897\n5819,1646810851,47.74302,8.99897\n5820,1646810852,47.74302,8.99897\n5821,1646810853,47.74302,8.99897\n5822,1646810854,47.74302,8.99897\n5823,1646810855,47.74302,8.99897\n5824,1646810856,47.74302,8.99897\n5825,1646810857,47.74302,8.99897\n5826,1646810858,47.74302,8.99897\n5827,1646810859,47.74302,8.99897\n5828,1646810860,47.74302,8.99897\n5829,1646810861,47.74302,8.99897\n5830,1646810862,47.74302,8.99897\n5831,1646810863,47.74302,8.99897\n5832,1646810864,47.74302,8.99897\n5833,1646810865,47.74302,8.99897\n5834,1646810866,47.74302,8.99897\n5835,1646810867,47.74302,8.99897\n5836,1646810868,47.74302,8.99897\n5837,1646810869,47.74302,8.99897\n5838,1646810870,47.74302,8.99897\n5839,1646810871,47.74302,8.99897\n5840,1646810872,47.74302,8.99897\n5841,1646810873,47.74302,8.99897\n5842,1646810874,47.74302,8.99897\n5843,1646810875,47.74302,8.99897\n5844,1646810876,47.74302,8.99897\n5845,1646810877,47.74302,8.99897\n5846,1646810878,47.74302,8.99897\n5847,1646810879,47.74302,8.99897\n5848,1646810880,47.74302,8.99897\n5849,1646810881,47.74302,8.99897\n5850,1646810882,47.74302,8.99897\n5851,1646810883,47.74302,8.99897\n5852,1646810884,47.74302,8.99897\n5853,1646810885,47.74302,8.99897\n5854,1646810886,47.74302,8.99897\n5855,1646810887,47.74302,8.99897\n5856,1646810888,47.74302,8.99897\n5857,1646810889,47.74302,8.99897\n5858,1646810890,47.74302,8.99897\n5859,1646810891,47.74302,8.99897\n5860,1646810892,47.74302,8.99897\n5861,1646810893,47.74302,8.99897\n5862,1646810894,47.74302,8.99897\n5863,1646810895,47.74302,8.99897\n5864,1646810896,47.74302,8.99897\n5865,1646810897,47.74302,8.99897\n5866,1646810898,47.74302,8.99897\n5867,1646810899,47.74302,8.99897\n5868,1646810900,47.74302,8.99897\n5869,1646810901,47.74302,8.99897\n5870,1646810902,47.74302,8.99897\n5871,1646810903,47.74302,8.99897\n5872,1646810904,47.74302,8.99897\n5873,1646810905,47.74302,8.99897\n5874,1646810906,47.74302,8.99897\n5875,1646810907,47.74302,8.99897\n5876,1646810908,47.74302,8.99897\n5877,1646810909,47.74302,8.99897\n5878,1646810910,47.74302,8.99897\n5879,1646810911,47.74302,8.99897\n5880,1646810912,47.74302,8.99897\n5881,1646810913,47.74302,8.99897\n5882,1646810914,47.74302,8.99897\n5883,1646810915,47.74302,8.99897\n5884,1646810916,47.74302,8.99897\n5885,1646810917,47.74302,8.99897\n5886,1646810918,47.74302,8.99897\n5887,1646810919,47.74302,8.99897\n5888,1646810920,47.74302,8.99897\n5889,1646810921,47.74302,8.99897\n5890,1646810922,47.74302,8.99897\n5891,1646810923,47.74302,8.99897\n5892,1646810924,47.74302,8.99897\n5893,1646810925,47.74302,8.99897\n5894,1646810926,47.74302,8.99897\n5895,1646810927,47.74302,8.99897\n5896,1646810928,47.74302,8.99897\n5897,1646810929,47.74302,8.99897\n5898,1646810930,47.74302,8.99897\n5899,1646810931,47.74302,8.99897\n5900,1646810932,47.74302,8.99897\n5901,1646810933,47.74302,8.99897\n5902,1646810934,47.74302,8.99897\n5903,1646810935,47.74302,8.99897\n5904,1646810936,47.74302,8.99897\n5905,1646810937,47.74302,8.99897\n5906,1646810938,47.74302,8.99897\n5907,1646810939,47.74302,8.99897\n5908,1646810940,47.74302,8.99897\n5909,1646810941,47.74302,8.99897\n5910,1646810942,47.74302,8.99897\n5911,1646810943,47.74302,8.99897\n5912,1646810944,47.74302,8.99897\n5913,1646810945,47.74302,8.99897\n5914,1646810946,47.74302,8.99897\n5915,1646810947,47.74302,8.99897\n5916,1646810948,47.74302,8.99897\n5917,1646810949,47.74302,8.99897\n5918,1646810950,47.74302,8.99897\n5919,1646810951,47.74302,8.99897\n5920,1646810952,47.74302,8.99897\n5921,1646810953,47.74302,8.99897\n5922,1646810954,47.74302,8.99897\n5923,1646810955,47.74302,8.99897\n5924,1646810956,47.74302,8.99897\n5925,1646810957,47.74302,8.99897\n5926,1646810958,47.74302,8.99897\n5927,1646810959,47.74302,8.99897\n5928,1646810960,47.74302,8.99897\n5929,1646810961,47.74302,8.99897\n5930,1646810962,47.74302,8.99897\n5931,1646810963,47.74302,8.99897\n5932,1646810964,47.74302,8.99897\n5933,1646810965,47.74302,8.99897\n5934,1646810966,47.74302,8.99897\n5935,1646810967,47.74302,8.99897\n5936,1646810968,47.74302,8.99897\n5937,1646810969,47.74302,8.99897\n5938,1646810970,47.74302,8.99897\n5939,1646810971,47.74302,8.99897\n5940,1646810972,47.74302,8.99897\n5941,1646810973,47.74302,8.99897\n5942,1646810974,47.74302,8.99897\n5943,1646810975,47.74302,8.99897\n5944,1646810976,47.74302,8.99897\n5945,1646810977,47.74302,8.99897\n5946,1646810978,47.74302,8.99897\n5947,1646810979,47.74302,8.99897\n5948,1646810980,47.74302,8.99897\n5949,1646810981,47.74302,8.99897\n5950,1646810982,47.74302,8.99897\n5951,1646810983,47.74302,8.99897\n5952,1646810984,47.74302,8.99897\n5953,1646810985,47.74302,8.99897\n5954,1646810986,47.74302,8.99897\n5955,1646810987,47.74302,8.99897\n5956,1646810988,47.74302,8.99897\n5957,1646810989,47.74302,8.99897\n5958,1646810990,47.74302,8.99897\n5959,1646810991,47.74302,8.99897\n5960,1646810992,47.74302,8.99897\n5961,1646810993,47.74302,8.99897\n5962,1646810994,47.74302,8.99897\n5963,1646810995,47.74302,8.99897\n5964,1646810996,47.74302,8.99897\n5965,1646810997,47.74302,8.99897\n5966,1646810998,47.74302,8.99897\n5967,1646810999,47.74302,8.99897\n5968,1646811000,47.74302,8.99897\n5969,1646811001,47.74302,8.99897\n5970,1646811002,47.74302,8.99897\n5971,1646811003,47.74302,8.99897\n5972,1646811004,47.74302,8.99897\n5973,1646811005,47.74302,8.99897\n5974,1646811006,47.74302,8.99897\n5975,1646811007,47.74302,8.99897\n5976,1646811008,47.74302,8.99897\n5977,1646811009,47.74302,8.99897\n5978,1646811010,47.74302,8.99897\n5979,1646811011,47.74302,8.99897\n5980,1646811012,47.74302,8.99897\n5981,1646811013,47.74302,8.99897\n5982,1646811014,47.74302,8.99897\n5983,1646811015,47.74302,8.99897\n5984,1646811016,47.74302,8.99897\n5985,1646811017,47.74302,8.99897\n5986,1646811018,47.74302,8.99897\n5987,1646811019,47.74302,8.99897\n5988,1646811020,47.74302,8.99897\n5989,1646811021,47.74302,8.99897\n5990,1646811022,47.74302,8.99897\n5991,1646811023,47.74302,8.99897\n5992,1646811024,47.74302,8.99897\n5993,1646811025,47.74302,8.99897\n5994,1646811026,47.74302,8.99897\n5995,1646811027,47.74302,8.99897\n5996,1646811028,47.74302,8.99897\n5997,1646811029,47.74302,8.99897\n5998,1646811030,47.74302,8.99897\n5999,1646811031,47.74302,8.99897\n6000,1646811032,47.74302,8.99897\n6001,1646811033,47.74302,8.99897\n6002,1646811034,47.74302,8.99897\n6003,1646811035,47.74302,8.99897\n6004,1646811036,47.74302,8.99897\n6005,1646811037,47.74302,8.99897\n6006,1646811038,47.74302,8.99897\n6007,1646811039,47.74302,8.99897\n6008,1646811040,47.74302,8.99897\n6009,1646811041,47.74302,8.99897\n6010,1646811042,47.74302,8.99897\n6011,1646811043,47.74302,8.99897\n6012,1646811044,47.74302,8.99897\n6013,1646811045,47.74302,8.99897\n6014,1646811046,47.74302,8.99897\n6015,1646811047,47.74302,8.99897\n6016,1646811048,47.74302,8.99897\n6017,1646811049,47.74302,8.99897\n6018,1646811050,47.74302,8.99897\n6019,1646811051,47.74302,8.99897\n6020,1646811052,47.74302,8.99897\n6021,1646811053,47.74302,8.99897\n6022,1646811054,47.74302,8.99897\n6023,1646811055,47.74302,8.99897\n6024,1646811056,47.74302,8.99897\n6025,1646811057,47.74302,8.99897\n6026,1646811058,47.74302,8.99897\n6027,1646811059,47.74302,8.99897\n6028,1646811060,47.74302,8.99897\n6029,1646811061,47.74302,8.99897\n6030,1646811062,47.74302,8.99897\n6031,1646811063,47.74302,8.99897\n6032,1646811064,47.74302,8.99897\n6033,1646811065,47.74302,8.99897\n6034,1646811066,47.74302,8.99897\n6035,1646811067,47.74302,8.99897\n6036,1646811068,47.74302,8.99897\n6037,1646811069,47.74302,8.99897\n6038,1646811070,47.74302,8.99897\n6039,1646811071,47.74302,8.99897\n6040,1646811072,47.74302,8.99897\n6041,1646811073,47.74302,8.99897\n6042,1646811074,47.74302,8.99897\n6043,1646811075,47.74302,8.99897\n6044,1646811076,47.74302,8.99897\n6045,1646811077,47.74302,8.99897\n6046,1646811078,47.74302,8.99897\n6047,1646811079,47.74302,8.99897\n6048,1646811080,47.74302,8.99897\n6049,1646811081,47.74302,8.99897\n6050,1646811082,47.74302,8.99897\n6051,1646811083,47.74301,8.99897\n6052,1646811084,47.74301,8.99897\n6053,1646811085,47.74301,8.99897\n6054,1646811086,47.74301,8.99897\n6055,1646811087,47.74301,8.99897\n6056,1646811088,47.74301,8.99897\n6057,1646811089,47.74301,8.99897\n6058,1646811090,47.74301,8.99897\n6059,1646811091,47.74301,8.99897\n6060,1646811092,47.74301,8.99897\n6061,1646811093,47.74301,8.99897\n6062,1646811094,47.74301,8.99897\n6063,1646811095,47.74301,8.99897\n6064,1646811096,47.74301,8.99897\n6065,1646811097,47.74301,8.99897\n6066,1646811098,47.74301,8.99897\n6067,1646811099,47.74301,8.99897\n6068,1646811100,47.74301,8.99897\n6069,1646811101,47.74301,8.99897\n6070,1646811102,47.74301,8.99897\n6071,1646811103,47.74301,8.99897\n6072,1646811104,47.74301,8.99897\n6073,1646811105,47.74301,8.99897\n6074,1646811106,47.74301,8.99897\n6075,1646811107,47.74301,8.99897\n6076,1646811108,47.74301,8.99897\n6077,1646811109,47.74301,8.99897\n6078,1646811110,47.74301,8.99897\n6079,1646811111,47.74301,8.99897\n6080,1646811112,47.74301,8.99897\n6081,1646811113,47.74301,8.99897\n6082,1646811114,47.74301,8.99897\n6083,1646811115,47.74301,8.99897\n6084,1646811116,47.74301,8.99897\n6085,1646811117,47.74301,8.99897\n6086,1646811118,47.74301,8.99897\n6087,1646811119,47.74301,8.99897\n6088,1646811120,47.74301,8.99897\n6089,1646811121,47.74301,8.99897\n6090,1646811122,47.74301,8.99897\n6091,1646811123,47.74301,8.99897\n6092,1646811124,47.74301,8.99897\n6093,1646811125,47.74301,8.99897\n6094,1646811126,47.74301,8.99897\n6095,1646811127,47.74301,8.99897\n6096,1646811128,47.74301,8.99897\n6097,1646811129,47.74301,8.99897\n6098,1646811130,47.74301,8.99897\n6099,1646811131,47.74301,8.99897\n6100,1646811132,47.74301,8.99897\n6101,1646811133,47.74301,8.99897\n6102,1646811134,47.74301,8.99897\n6103,1646811135,47.74301,8.99897\n6104,1646811136,47.74301,8.99897\n6105,1646811137,47.74301,8.99897\n6106,1646811138,47.74301,8.99897\n6107,1646811139,47.74301,8.99897\n6108,1646811140,47.74301,8.99897\n6109,1646811141,47.74301,8.99897\n6110,1646811142,47.74301,8.99897\n6111,1646811143,47.74301,8.99897\n6112,1646811144,47.74301,8.99897\n6113,1646811145,47.74301,8.99897\n6114,1646811146,47.74301,8.99897\n6115,1646811147,47.74301,8.99897\n6116,1646811148,47.74301,8.99897\n6117,1646811149,47.74301,8.99897\n6118,1646811150,47.74301,8.99897\n6119,1646811151,47.74301,8.99897\n6120,1646811152,47.74301,8.99897\n6121,1646811153,47.74301,8.99897\n6122,1646811154,47.74301,8.99897\n6123,1646811155,47.74301,8.99897\n6124,1646811156,47.74301,8.99897\n6125,1646811157,47.74301,8.99897\n6126,1646811158,47.74301,8.99897\n6127,1646811159,47.74301,8.99897\n6128,1646811160,47.74301,8.99897\n6129,1646811161,47.74301,8.99897\n6130,1646811162,47.74301,8.99897\n6131,1646811163,47.74301,8.99897\n6132,1646811164,47.74301,8.99897\n6133,1646811165,47.74301,8.99897\n6134,1646811166,47.74301,8.99897\n6135,1646811167,47.74301,8.99897\n6136,1646811168,47.74301,8.99897\n6137,1646811169,47.74301,8.99897\n6138,1646811170,47.74301,8.99897\n6139,1646811171,47.74301,8.99897\n6140,1646811172,47.74301,8.99897\n6141,1646811173,47.74301,8.99897\n6142,1646811174,47.74301,8.99897\n6143,1646811175,47.74301,8.99897\n6144,1646811176,47.74301,8.99897\n6145,1646811177,47.74301,8.99897\n6146,1646811178,47.74301,8.99897\n6147,1646811179,47.74301,8.99897\n6148,1646811180,47.74301,8.99897\n6149,1646811181,47.74301,8.99897\n6150,1646811182,47.74301,8.99897\n6151,1646811183,47.74301,8.99897\n6152,1646811184,47.74301,8.99897\n6153,1646811185,47.74301,8.99897\n6154,1646811186,47.74301,8.99897\n6155,1646811187,47.74301,8.99897\n6156,1646811188,47.74301,8.99897\n6157,1646811189,47.74301,8.99897\n6158,1646811190,47.74301,8.99897\n6159,1646811191,47.74301,8.99897\n6160,1646811192,47.74301,8.99897\n6161,1646811193,47.74301,8.99897\n6162,1646811194,47.74301,8.99897\n6163,1646811195,47.74301,8.99897\n6164,1646811196,47.74301,8.99897\n6165,1646811197,47.74301,8.99897\n6166,1646811198,47.74301,8.99897\n6167,1646811199,47.74301,8.99897\n6168,1646811200,47.74301,8.99897\n6169,1646811201,47.74301,8.99897\n6170,1646811202,47.74301,8.99897\n6171,1646811203,47.74301,8.99897\n6172,1646811204,47.74301,8.99897\n6173,1646811205,47.74301,8.99897\n6174,1646811206,47.74301,8.99897\n6175,1646811207,47.74301,8.99897\n6176,1646811208,47.74301,8.99897\n6177,1646811209,47.74301,8.99897\n6178,1646811210,47.74301,8.99897\n6179,1646811211,47.74301,8.99897\n6180,1646811212,47.74301,8.99897\n6181,1646811213,47.74301,8.99897\n6182,1646811214,47.74301,8.99897\n6183,1646811215,47.74301,8.99897\n6184,1646811216,47.74301,8.99897\n6185,1646811217,47.74301,8.99897\n6186,1646811218,47.74301,8.99897\n6187,1646811219,47.74301,8.99897\n6188,1646811220,47.74301,8.99897\n6189,1646811221,47.74301,8.99897\n6190,1646811222,47.74301,8.99897\n6191,1646811223,47.74301,8.99897\n6192,1646811224,47.74301,8.99897\n6193,1646811225,47.74301,8.99897\n6194,1646811226,47.74301,8.99897\n6195,1646811227,47.74301,8.99897\n6196,1646811228,47.74301,8.99897\n6197,1646811229,47.74301,8.99897\n6198,1646811230,47.74301,8.99897\n6199,1646811231,47.74301,8.99897\n6200,1646811232,47.74301,8.99897\n6201,1646811233,47.74301,8.99897\n6202,1646811234,47.74301,8.99897\n6203,1646811235,47.74301,8.99897\n6204,1646811236,47.74301,8.99897\n6205,1646811237,47.74301,8.99897\n6206,1646811238,47.74301,8.99897\n6207,1646811239,47.74301,8.99897\n6208,1646811240,47.74301,8.99897\n6209,1646811241,47.74301,8.99897\n6210,1646811242,47.74301,8.99897\n6211,1646811243,47.74301,8.99897\n6212,1646811244,47.74301,8.99897\n6213,1646811245,47.74301,8.99897\n6214,1646811246,47.74301,8.99897\n6215,1646811247,47.74301,8.99897\n6216,1646811248,47.74301,8.99897\n6217,1646811249,47.74301,8.99897\n6218,1646811250,47.74301,8.99897\n6219,1646811251,47.74301,8.99897\n6220,1646811252,47.74301,8.99897\n6221,1646811253,47.74301,8.99897\n6222,1646811254,47.74301,8.99897\n6223,1646811255,47.74301,8.99897\n6224,1646811256,47.74301,8.99897\n6225,1646811257,47.74301,8.99897\n6226,1646811258,47.74301,8.99897\n6227,1646811259,47.74301,8.99897\n6228,1646811260,47.74301,8.99897\n6229,1646811261,47.74301,8.99897\n6230,1646811262,47.74301,8.99897\n6231,1646811263,47.74301,8.99897\n6232,1646811264,47.74301,8.99897\n6233,1646811265,47.74301,8.99897\n6234,1646811266,47.74301,8.99897\n6235,1646811267,47.74301,8.99897\n6236,1646811268,47.74301,8.99897\n6237,1646811269,47.74301,8.99897\n6238,1646811270,47.74301,8.99897\n6239,1646811271,47.74301,8.99897\n6240,1646811272,47.74301,8.99897\n6241,1646811273,47.74301,8.99897\n6242,1646811274,47.74301,8.99897\n6243,1646811275,47.74301,8.99897\n6244,1646811276,47.74301,8.99897\n6245,1646811277,47.74301,8.99897\n6246,1646811278,47.74301,8.99897\n6247,1646811279,47.74301,8.99897\n6248,1646811280,47.74301,8.99897\n6249,1646811281,47.74301,8.99897\n6250,1646811282,47.74301,8.99897\n6251,1646811283,47.74301,8.99897\n6252,1646811284,47.74301,8.99897\n6253,1646811285,47.74301,8.99897\n6254,1646811286,47.74301,8.99897\n6255,1646811287,47.74301,8.99897\n6256,1646811288,47.74301,8.99897\n6257,1646811289,47.74301,8.99897\n6258,1646811290,47.74301,8.99897\n6259,1646811291,47.74301,8.99897\n6260,1646811292,47.74301,8.99897\n6261,1646811293,47.74301,8.99897\n6262,1646811294,47.74301,8.99897\n6263,1646811295,47.74301,8.99897\n6264,1646811296,47.74301,8.99897\n6265,1646811297,47.74301,8.99897\n6266,1646811298,47.74301,8.99897\n6267,1646811299,47.74301,8.99897\n6268,1646811300,47.74301,8.99897\n6269,1646811301,47.74301,8.99897\n6270,1646811302,47.74301,8.99897\n6271,1646811303,47.74301,8.99897\n6272,1646811304,47.74301,8.99897\n6273,1646811305,47.74301,8.99897\n6274,1646811306,47.74301,8.99897\n6275,1646811307,47.74301,8.99897\n6276,1646811308,47.74301,8.99897\n6277,1646811309,47.74301,8.99897\n6278,1646811310,47.74301,8.99897\n6279,1646811311,47.74301,8.99897\n6280,1646811312,47.74301,8.99897\n6281,1646811313,47.74301,8.99897\n6282,1646811314,47.74301,8.99897\n6283,1646811315,47.74301,8.99897\n6284,1646811316,47.74301,8.99897\n6285,1646811317,47.74301,8.99897\n6286,1646811318,47.74301,8.99897\n6287,1646811319,47.74301,8.99897\n6288,1646811320,47.74301,8.99897\n6289,1646811321,47.74301,8.99897\n6290,1646811322,47.74301,8.99897\n6291,1646811323,47.74301,8.99897\n6292,1646811324,47.74301,8.99897\n6293,1646811325,47.74301,8.99897\n6294,1646811326,47.74301,8.99897\n6295,1646811327,47.74301,8.99897\n6296,1646811328,47.74301,8.99897\n6297,1646811329,47.74301,8.99897\n6298,1646811330,47.74301,8.99897\n6299,1646811331,47.74301,8.99897\n6300,1646811332,47.74301,8.99897\n6301,1646811333,47.74301,8.99897\n6302,1646811334,47.74301,8.99897\n6303,1646811335,47.74301,8.99897\n6304,1646811336,47.74301,8.99897\n6305,1646811337,47.74301,8.99897\n6306,1646811338,47.74301,8.99897\n6307,1646811339,47.74301,8.99897\n6308,1646811340,47.74301,8.99897\n6309,1646811341,47.74301,8.99897\n6310,1646811342,47.74301,8.99897\n6311,1646811343,47.74301,8.99897\n6312,1646811344,47.74301,8.99897\n6313,1646811345,47.74301,8.99897\n6314,1646811346,47.74301,8.99897\n6315,1646811347,47.74301,8.99897\n6316,1646811348,47.74301,8.99897\n6317,1646811349,47.74301,8.99897\n6318,1646811350,47.74301,8.99897\n6319,1646811351,47.74301,8.99897\n6320,1646811352,47.74301,8.99897\n6321,1646811353,47.74301,8.99897\n6322,1646811354,47.74301,8.99897\n6323,1646811355,47.74301,8.99897\n6324,1646811356,47.74301,8.99897\n6325,1646811357,47.74301,8.99897\n6326,1646811358,47.74301,8.99897\n6327,1646811359,47.74301,8.99897\n6328,1646811360,47.74301,8.99897\n6329,1646811361,47.74301,8.99897\n6330,1646811362,47.74301,8.99897\n6331,1646811363,47.74301,8.99897\n6332,1646811364,47.74301,8.99897\n6333,1646811365,47.74301,8.99897\n6334,1646811366,47.74301,8.99897\n6335,1646811367,47.74301,8.99897\n6336,1646811368,47.74300,8.99897\n6337,1646811369,47.74301,8.99897\n6338,1646811370,47.74301,8.99897\n6339,1646811371,47.74301,8.99897\n6340,1646811372,47.74300,8.99897\n6341,1646811373,47.74300,8.99897\n6342,1646811374,47.74300,8.99897\n6343,1646811375,47.74300,8.99897\n6344,1646811376,47.74300,8.99897\n6345,1646811377,47.74300,8.99897\n6346,1646811378,47.74300,8.99897\n6347,1646811379,47.74300,8.99897\n6348,1646811380,47.74300,8.99897\n6349,1646811381,47.74300,8.99897\n6350,1646811382,47.74300,8.99897\n6351,1646811383,47.74301,8.99897\n6352,1646811384,47.74300,8.99897\n6353,1646811385,47.74300,8.99897\n6354,1646811386,47.74301,8.99897\n6355,1646811387,47.74301,8.99898\n6356,1646811388,47.74301,8.99898\n6357,1646811389,47.74301,8.99898\n6358,1646811390,47.74301,8.99898\n6359,1646811391,47.74301,8.99898\n6360,1646811392,47.74301,8.99898\n6361,1646811393,47.74301,8.99898\n6362,1646811394,47.74301,8.99898\n6363,1646811395,47.74301,8.99898\n6364,1646811396,47.74301,8.99898\n6365,1646811397,47.74301,8.99898\n6366,1646811398,47.74301,8.99898\n6367,1646811399,47.74301,8.99898\n6368,1646811400,47.74301,8.99898\n6369,1646811401,47.74301,8.99898\n6370,1646811402,47.74301,8.99898\n6371,1646811403,47.74301,8.99898\n6372,1646811404,47.74301,8.99898\n6373,1646811405,47.74301,8.99898\n6374,1646811406,47.74301,8.99898\n6375,1646811407,47.74302,8.99898\n6376,1646811408,47.74302,8.99898\n6377,1646811409,47.74302,8.99898\n6378,1646811410,47.74302,8.99898\n6379,1646811411,47.74302,8.99898\n6380,1646811412,47.74302,8.99898\n6381,1646811413,47.74302,8.99898\n6382,1646811414,47.74302,8.99898\n6383,1646811415,47.74302,8.99898\n6384,1646811416,47.74302,8.99898\n6385,1646811417,47.74302,8.99898\n6386,1646811418,47.74302,8.99898\n6387,1646811419,47.74302,8.99898\n6388,1646811420,47.74302,8.99898\n6389,1646811421,47.74302,8.99898\n6390,1646811422,47.74302,8.99898\n6391,1646811423,47.74302,8.99898\n6392,1646811424,47.74302,8.99898\n6393,1646811425,47.74302,8.99898\n6394,1646811426,47.74302,8.99898\n6395,1646811427,47.74302,8.99898\n6396,1646811428,47.74302,8.99898\n6397,1646811429,47.74302,8.99898\n6398,1646811430,47.74302,8.99898\n6399,1646811431,47.74302,8.99898\n6400,1646811432,47.74302,8.99898\n6401,1646811433,47.74302,8.99898\n6402,1646811434,47.74302,8.99898\n6403,1646811435,47.74302,8.99898\n6404,1646811436,47.74302,8.99898\n6405,1646811437,47.74302,8.99898\n6406,1646811438,47.74302,8.99898\n6407,1646811439,47.74302,8.99898\n6408,1646811440,47.74302,8.99898\n6409,1646811441,47.74302,8.99898\n6410,1646811442,47.74302,8.99898\n6411,1646811443,47.74302,8.99898\n6412,1646811444,47.74302,8.99898\n6413,1646811445,47.74302,8.99898\n6414,1646811446,47.74302,8.99898\n6415,1646811447,47.74302,8.99898\n6416,1646811448,47.74302,8.99898\n6417,1646811449,47.74302,8.99898\n6418,1646811450,47.74302,8.99898\n6419,1646811451,47.74302,8.99898\n6420,1646811452,47.74302,8.99898\n6421,1646811453,47.74302,8.99898\n6422,1646811454,47.74302,8.99898\n6423,1646811455,47.74302,8.99898\n6424,1646811456,47.74302,8.99898\n6425,1646811457,47.74302,8.99898\n6426,1646811458,47.74302,8.99898\n6427,1646811459,47.74302,8.99898\n6428,1646811460,47.74302,8.99898\n6429,1646811461,47.74302,8.99898\n6430,1646811462,47.74302,8.99898\n6431,1646811463,47.74302,8.99898\n6432,1646811464,47.74302,8.99898\n6433,1646811465,47.74302,8.99898\n6434,1646811466,47.74302,8.99898\n6435,1646811467,47.74302,8.99898\n6436,1646811468,47.74302,8.99898\n6437,1646811469,47.74302,8.99898\n6438,1646811470,47.74302,8.99898\n6439,1646811471,47.74302,8.99898\n6440,1646811472,47.74302,8.99898\n6441,1646811473,47.74302,8.99898\n6442,1646811474,47.74302,8.99898\n6443,1646811475,47.74302,8.99898\n6444,1646811476,47.74302,8.99898\n6445,1646811477,47.74302,8.99898\n6446,1646811478,47.74302,8.99898\n6447,1646811479,47.74302,8.99898\n6448,1646811480,47.74302,8.99898\n6449,1646811481,47.74302,8.99898\n6450,1646811482,47.74302,8.99898\n6451,1646811483,47.74302,8.99898\n6452,1646811484,47.74302,8.99898\n6453,1646811485,47.74302,8.99898\n6454,1646811486,47.74302,8.99898\n6455,1646811487,47.74302,8.99898\n6456,1646811488,47.74302,8.99898\n6457,1646811489,47.74302,8.99898\n6458,1646811490,47.74302,8.99898\n6459,1646811491,47.74302,8.99898\n6460,1646811492,47.74302,8.99898\n6461,1646811493,47.74302,8.99898\n6462,1646811494,47.74302,8.99898\n6463,1646811495,47.74302,8.99898\n6464,1646811496,47.74302,8.99898\n6465,1646811497,47.74302,8.99898\n6466,1646811498,47.74302,8.99898\n6467,1646811499,47.74302,8.99898\n6468,1646811500,47.74302,8.99898\n6469,1646811501,47.74302,8.99898\n6470,1646811502,47.74302,8.99898\n6471,1646811503,47.74302,8.99898\n6472,1646811504,47.74302,8.99898\n6473,1646811505,47.74302,8.99898\n6474,1646811506,47.74302,8.99898\n6475,1646811507,47.74302,8.99898\n6476,1646811508,47.74302,8.99898\n6477,1646811509,47.74302,8.99898\n6478,1646811510,47.74302,8.99898\n6479,1646811511,47.74302,8.99898\n6480,1646811512,47.74302,8.99898\n6481,1646811513,47.74302,8.99898\n6482,1646811514,47.74302,8.99898\n6483,1646811515,47.74302,8.99898\n6484,1646811516,47.74302,8.99898\n6485,1646811517,47.74302,8.99898\n6486,1646811518,47.74302,8.99898\n6487,1646811519,47.74302,8.99898\n6488,1646811520,47.74302,8.99898\n6489,1646811521,47.74302,8.99898\n6490,1646811522,47.74302,8.99898\n6491,1646811523,47.74302,8.99898\n6492,1646811524,47.74302,8.99898\n6493,1646811525,47.74302,8.99898\n6494,1646811526,47.74302,8.99898\n6495,1646811527,47.74302,8.99898\n6496,1646811528,47.74302,8.99899\n6497,1646811529,47.74302,8.99899\n6498,1646811530,47.74302,8.99899\n6499,1646811531,47.74302,8.99898\n6500,1646811532,47.74302,8.99898\n6501,1646811533,47.74302,8.99898\n6502,1646811534,47.74302,8.99899\n6503,1646811535,47.74302,8.99899\n6504,1646811536,47.74302,8.99899\n6505,1646811537,47.74302,8.99899\n6506,1646811538,47.74302,8.99899\n6507,1646811539,47.74302,8.99899\n6508,1646811540,47.74302,8.99899\n6509,1646811541,47.74302,8.99899\n6510,1646811542,47.74302,8.99899\n6511,1646811543,47.74302,8.99899\n6512,1646811544,47.74302,8.99899\n6513,1646811545,47.74302,8.99899\n6514,1646811546,47.74302,8.99899\n6515,1646811547,47.74302,8.99899\n6516,1646811548,47.74302,8.99899\n6517,1646811549,47.74302,8.99899\n6518,1646811550,47.74302,8.99899\n6519,1646811551,47.74302,8.99899\n6520,1646811552,47.74302,8.99899\n6521,1646811553,47.74302,8.99899\n6522,1646811554,47.74302,8.99899\n6523,1646811555,47.74302,8.99899\n6524,1646811556,47.74302,8.99899\n6525,1646811557,47.74302,8.99899\n6526,1646811558,47.74302,8.99899\n6527,1646811559,47.74302,8.99899\n6528,1646811560,47.74302,8.99899\n6529,1646811561,47.74302,8.99899\n6530,1646811562,47.74302,8.99899\n6531,1646811563,47.74302,8.99899\n6532,1646811564,47.74302,8.99899\n6533,1646811565,47.74302,8.99899\n6534,1646811566,47.74302,8.99899\n6535,1646811567,47.74302,8.99899\n6536,1646811568,47.74302,8.99899\n6537,1646811569,47.74302,8.99899\n6538,1646811570,47.74302,8.99899\n6539,1646811571,47.74302,8.99899\n6540,1646811572,47.74302,8.99899\n6541,1646811573,47.74302,8.99899\n6542,1646811574,47.74302,8.99899\n6543,1646811575,47.74302,8.99899\n6544,1646811576,47.74302,8.99899\n6545,1646811577,47.74302,8.99899\n6546,1646811578,47.74302,8.99899\n6547,1646811579,47.74302,8.99899\n6548,1646811580,47.74302,8.99899\n6549,1646811581,47.74302,8.99899\n6550,1646811582,47.74302,8.99899\n6551,1646811583,47.74302,8.99899\n6552,1646811584,47.74302,8.99899\n6553,1646811585,47.74302,8.99899\n6554,1646811586,47.74302,8.99899\n6555,1646811587,47.74302,8.99899\n6556,1646811588,47.74302,8.99899\n6557,1646811589,47.74302,8.99899\n6558,1646811590,47.74302,8.99899\n6559,1646811591,47.74302,8.99899\n6560,1646811592,47.74302,8.99899\n6561,1646811593,47.74302,8.99899\n6562,1646811594,47.74302,8.99899\n6563,1646811595,47.74302,8.99899\n6564,1646811596,47.74302,8.99899\n6565,1646811597,47.74302,8.99899\n6566,1646811598,47.74302,8.99899\n6567,1646811599,47.74302,8.99899\n6568,1646811600,47.74302,8.99899\n6569,1646811601,47.74302,8.99898\n6570,1646811602,47.74302,8.99898\n6571,1646811603,47.74302,8.99898\n6572,1646811604,47.74303,8.99898\n6573,1646811605,47.74302,8.99898\n6574,1646811606,47.74303,8.99898\n6575,1646811607,47.74303,8.99898\n6576,1646811608,47.74303,8.99898\n6577,1646811609,47.74303,8.99898\n6578,1646811610,47.74303,8.99898\n6579,1646811611,47.74303,8.99898\n6580,1646811612,47.74303,8.99898\n6581,1646811613,47.74303,8.99898\n6582,1646811614,47.74303,8.99897\n6583,1646811615,47.74303,8.99897\n6584,1646811616,47.74303,8.99897\n6585,1646811617,47.74303,8.99897\n6586,1646811618,47.74303,8.99897\n6587,1646811619,47.74303,8.99897\n6588,1646811620,47.74303,8.99897\n6589,1646811621,47.74303,8.99897\n6590,1646811622,47.74303,8.99897\n6591,1646811623,47.74303,8.99897\n6592,1646811624,47.74303,8.99897\n6593,1646811625,47.74303,8.99897\n6594,1646811626,47.74303,8.99897\n6595,1646811627,47.74303,8.99897\n6596,1646811628,47.74303,8.99897\n6597,1646811629,47.74303,8.99897\n6598,1646811630,47.74303,8.99897\n6599,1646811631,47.74303,8.99897\n6600,1646811632,47.74302,8.99897\n6601,1646811633,47.74303,8.99897\n6602,1646811634,47.74303,8.99897\n6603,1646811635,47.74303,8.99897\n6604,1646811636,47.74303,8.99897\n6605,1646811637,47.74303,8.99897\n6606,1646811638,47.74303,8.99897\n6607,1646811639,47.74303,8.99897\n6608,1646811640,47.74304,8.99897\n6609,1646811641,47.74304,8.99898\n6610,1646811642,47.74304,8.99898\n6611,1646811643,47.74304,8.99898\n6612,1646811644,47.74304,8.99898\n6613,1646811645,47.74304,8.99898\n6614,1646811646,47.74304,8.99898\n6615,1646811647,47.74304,8.99898\n6616,1646811648,47.74304,8.99898\n6617,1646811649,47.74304,8.99898\n6618,1646811650,47.74305,8.99898\n6619,1646811651,47.74305,8.99898\n6620,1646811652,47.74305,8.99899\n6621,1646811653,47.74305,8.99899\n6622,1646811654,47.74305,8.99899\n6623,1646811655,47.74305,8.99899\n6624,1646811656,47.74305,8.99899\n6625,1646811657,47.74305,8.99899\n6626,1646811658,47.74305,8.99899\n6627,1646811659,47.74305,8.99899\n6628,1646811660,47.74305,8.99899\n6629,1646811661,47.74305,8.99900\n6630,1646811662,47.74305,8.99900\n6631,1646811663,47.74306,8.99900\n6632,1646811664,47.74306,8.99900\n6633,1646811665,47.74306,8.99900\n6634,1646811666,47.74306,8.99900\n6635,1646811667,47.74307,8.99900\n6636,1646811668,47.74307,8.99900\n6637,1646811669,47.74307,8.99900\n6638,1646811670,47.74307,8.99900\n6639,1646811671,47.74307,8.99900\n6640,1646811672,47.74307,8.99900\n6641,1646811673,47.74307,8.99900\n6642,1646811674,47.74307,8.99900\n6643,1646811675,47.74307,8.99900\n6644,1646811676,47.74307,8.99900\n6645,1646811677,47.74307,8.99900\n6646,1646811678,47.74307,8.99900\n6647,1646811679,47.74307,8.99900\n6648,1646811680,47.74307,8.99900\n6649,1646811681,47.74307,8.99900\n6650,1646811682,47.74307,8.99900\n6651,1646811683,47.74307,8.99899\n6652,1646811684,47.74307,8.99899\n6653,1646811685,47.74307,8.99899\n6654,1646811686,47.74307,8.99899\n6655,1646811687,47.74307,8.99899\n6656,1646811688,47.74307,8.99899\n6657,1646811689,47.74307,8.99899\n6658,1646811690,47.74307,8.99899\n6659,1646811691,47.74307,8.99899\n6660,1646811692,47.74307,8.99899\n6661,1646811693,47.74307,8.99899\n6662,1646811694,47.74307,8.99899\n6663,1646811695,47.74307,8.99899\n6664,1646811696,47.74307,8.99899\n6665,1646811697,47.74307,8.99899\n6666,1646811698,47.74307,8.99899\n6667,1646811699,47.74307,8.99899\n6668,1646811700,47.74307,8.99899\n6669,1646811701,47.74307,8.99899\n6670,1646811702,47.74307,8.99899\n6671,1646811703,47.74307,8.99899\n6672,1646811704,47.74307,8.99899\n6673,1646811705,47.74307,8.99899\n6674,1646811706,47.74307,8.99899\n6675,1646811707,47.74307,8.99899\n6676,1646811708,47.74307,8.99899\n6677,1646811709,47.74307,8.99899\n6678,1646811710,47.74307,8.99899\n6679,1646811711,47.74307,8.99899\n6680,1646811712,47.74307,8.99899\n6681,1646811713,47.74307,8.99899\n6682,1646811714,47.74307,8.99899\n6683,1646811715,47.74307,8.99899\n6684,1646811716,47.74307,8.99899\n6685,1646811717,47.74307,8.99899\n6686,1646811718,47.74307,8.99899\n6687,1646811719,47.74307,8.99899\n6688,1646811720,47.74307,8.99899\n6689,1646811721,47.74307,8.99899\n6690,1646811722,47.74307,8.99899\n6691,1646811723,47.74307,8.99899\n6692,1646811724,47.74307,8.99899\n6693,1646811725,47.74307,8.99899\n6694,1646811726,47.74307,8.99899\n6695,1646811727,47.74307,8.99899\n6696,1646811728,47.74307,8.99899\n6697,1646811729,47.74307,8.99899\n6698,1646811730,47.74307,8.99899\n6699,1646811731,47.74307,8.99899\n6700,1646811732,47.74307,8.99899\n6701,1646811733,47.74307,8.99899\n6702,1646811734,47.74307,8.99899\n6703,1646811735,47.74307,8.99899\n6704,1646811736,47.74307,8.99899\n6705,1646811737,47.74307,8.99899\n6706,1646811738,47.74307,8.99899\n6707,1646811739,47.74307,8.99899\n6708,1646811740,47.74307,8.99899\n6709,1646811741,47.74307,8.99899\n6710,1646811742,47.74307,8.99899\n6711,1646811743,47.74307,8.99899\n6712,1646811744,47.74307,8.99899\n6713,1646811745,47.74307,8.99899\n6714,1646811746,47.74307,8.99899\n6715,1646811747,47.74307,8.99899\n6716,1646811748,47.74307,8.99899\n6717,1646811749,47.74307,8.99899\n6718,1646811750,47.74307,8.99899\n6719,1646811751,47.74307,8.99899\n6720,1646811752,47.74307,8.99899\n6721,1646811753,47.74307,8.99899\n6722,1646811754,47.74307,8.99899\n6723,1646811755,47.74307,8.99899\n6724,1646811756,47.74307,8.99899\n6725,1646811757,47.74307,8.99899\n6726,1646811758,47.74307,8.99899\n6727,1646811759,47.74307,8.99899\n6728,1646811760,47.74307,8.99899\n6729,1646811761,47.74307,8.99899\n6730,1646811762,47.74307,8.99899\n6731,1646811763,47.74307,8.99899\n6732,1646811764,47.74307,8.99899\n6733,1646811765,47.74307,8.99899\n6734,1646811766,47.74307,8.99899\n6735,1646811767,47.74307,8.99899\n6736,1646811768,47.74307,8.99899\n6737,1646811769,47.74307,8.99899\n6738,1646811770,47.74307,8.99899\n6739,1646811771,47.74307,8.99899\n6740,1646811772,47.74307,8.99899\n6741,1646811773,47.74307,8.99899\n6742,1646811774,47.74307,8.99899\n6743,1646811775,47.74307,8.99899\n6744,1646811776,47.74307,8.99899\n6745,1646811777,47.74307,8.99899\n6746,1646811778,47.74307,8.99899\n6747,1646811779,47.74307,8.99899\n6748,1646811780,47.74307,8.99899\n6749,1646811781,47.74307,8.99899\n6750,1646811782,47.74307,8.99899\n6751,1646811783,47.74307,8.99899\n6752,1646811784,47.74307,8.99899\n6753,1646811785,47.74307,8.99899\n6754,1646811786,47.74307,8.99899\n6755,1646811787,47.74307,8.99899\n6756,1646811788,47.74307,8.99899\n6757,1646811789,47.74307,8.99899\n6758,1646811790,47.74307,8.99899\n6759,1646811791,47.74307,8.99899\n6760,1646811792,47.74307,8.99899\n6761,1646811793,47.74307,8.99899\n6762,1646811794,47.74307,8.99899\n6763,1646811795,47.74307,8.99899\n6764,1646811796,47.74307,8.99899\n6765,1646811797,47.74306,8.99899\n6766,1646811798,47.74306,8.99899\n6767,1646811799,47.74306,8.99899\n6768,1646811800,47.74306,8.99899\n6769,1646811801,47.74306,8.99899\n6770,1646811802,47.74306,8.99899\n6771,1646811803,47.74306,8.99899\n6772,1646811804,47.74306,8.99899\n6773,1646811805,47.74306,8.99899\n6774,1646811806,47.74306,8.99899\n6775,1646811807,47.74306,8.99899\n6776,1646811808,47.74306,8.99899\n6777,1646811809,47.74306,8.99899\n6778,1646811810,47.74306,8.99899\n6779,1646811811,47.74306,8.99899\n6780,1646811812,47.74306,8.99899\n6781,1646811813,47.74306,8.99899\n6782,1646811814,47.74306,8.99899\n6783,1646811815,47.74306,8.99899\n6784,1646811816,47.74306,8.99899\n6785,1646811817,47.74306,8.99899\n6786,1646811818,47.74306,8.99899\n6787,1646811819,47.74306,8.99899\n6788,1646811820,47.74306,8.99899\n6789,1646811821,47.74306,8.99899\n6790,1646811822,47.74306,8.99899\n6791,1646811823,47.74306,8.99899\n6792,1646811824,47.74306,8.99899\n6793,1646811825,47.74306,8.99899\n6794,1646811826,47.74306,8.99899\n6795,1646811827,47.74306,8.99899\n6796,1646811828,47.74306,8.99899\n6797,1646811829,47.74306,8.99899\n6798,1646811830,47.74306,8.99899\n6799,1646811831,47.74306,8.99899\n6800,1646811832,47.74306,8.99899\n6801,1646811833,47.74306,8.99899\n6802,1646811834,47.74306,8.99899\n6803,1646811835,47.74306,8.99899\n6804,1646811836,47.74306,8.99899\n6805,1646811837,47.74306,8.99899\n6806,1646811838,47.74306,8.99899\n6807,1646811839,47.74306,8.99899\n6808,1646811840,47.74306,8.99899\n6809,1646811841,47.74306,8.99899\n6810,1646811842,47.74306,8.99899\n6811,1646811843,47.74306,8.99899\n6812,1646811844,47.74306,8.99899\n6813,1646811845,47.74306,8.99899\n6814,1646811846,47.74306,8.99899\n6815,1646811847,47.74306,8.99899\n6816,1646811848,47.74306,8.99899\n6817,1646811849,47.74306,8.99899\n6818,1646811850,47.74306,8.99899\n6819,1646811851,47.74306,8.99899\n6820,1646811852,47.74306,8.99899\n6821,1646811853,47.74306,8.99899\n6822,1646811854,47.74306,8.99899\n6823,1646811855,47.74306,8.99899\n6824,1646811856,47.74306,8.99899\n6825,1646811857,47.74306,8.99899\n6826,1646811858,47.74306,8.99899\n6827,1646811859,47.74306,8.99899\n6828,1646811860,47.74306,8.99899\n6829,1646811861,47.74306,8.99899\n6830,1646811862,47.74306,8.99899\n6831,1646811863,47.74306,8.99899\n6832,1646811864,47.74306,8.99899\n6833,1646811865,47.74306,8.99899\n6834,1646811866,47.74306,8.99899\n6835,1646811867,47.74306,8.99899\n6836,1646811868,47.74306,8.99899\n6837,1646811869,47.74306,8.99899\n6838,1646811870,47.74306,8.99899\n6839,1646811871,47.74306,8.99899\n6840,1646811872,47.74306,8.99899\n6841,1646811873,47.74306,8.99899\n6842,1646811874,47.74306,8.99899\n6843,1646811875,47.74306,8.99899\n6844,1646811876,47.74306,8.99899\n6845,1646811877,47.74306,8.99899\n6846,1646811878,47.74306,8.99899\n6847,1646811879,47.74306,8.99899\n6848,1646811880,47.74306,8.99899\n6849,1646811881,47.74306,8.99899\n6850,1646811882,47.74306,8.99899\n6851,1646811883,47.74306,8.99899\n6852,1646811884,47.74306,8.99899\n6853,1646811885,47.74306,8.99899\n6854,1646811886,47.74306,8.99899\n6855,1646811887,47.74306,8.99899\n6856,1646811888,47.74306,8.99899\n6857,1646811889,47.74306,8.99899\n6858,1646811890,47.74306,8.99899\n6859,1646811891,47.74306,8.99899\n6860,1646811892,47.74306,8.99899\n6861,1646811893,47.74306,8.99899\n6862,1646811894,47.74306,8.99899\n6863,1646811895,47.74306,8.99899\n6864,1646811896,47.74306,8.99899\n6865,1646811897,47.74306,8.99899\n6866,1646811898,47.74306,8.99899\n6867,1646811899,47.74306,8.99899\n6868,1646811900,47.74306,8.99899\n6869,1646811901,47.74306,8.99899\n6870,1646811902,47.74306,8.99899\n6871,1646811903,47.74306,8.99899\n6872,1646811904,47.74306,8.99899\n6873,1646811905,47.74306,8.99899\n6874,1646811906,47.74306,8.99899\n6875,1646811907,47.74306,8.99899\n6876,1646811908,47.74306,8.99899\n6877,1646811909,47.74306,8.99899\n6878,1646811910,47.74306,8.99899\n6879,1646811911,47.74306,8.99899\n6880,1646811912,47.74306,8.99899\n6881,1646811913,47.74306,8.99899\n6882,1646811914,47.74306,8.99899\n6883,1646811915,47.74306,8.99899\n6884,1646811916,47.74306,8.99899\n6885,1646811917,47.74306,8.99899\n6886,1646811918,47.74306,8.99899\n6887,1646811919,47.74306,8.99899\n6888,1646811920,47.74306,8.99899\n6889,1646811921,47.74306,8.99899\n6890,1646811922,47.74306,8.99899\n6891,1646811923,47.74306,8.99899\n6892,1646811924,47.74306,8.99899\n6893,1646811925,47.74306,8.99899\n6894,1646811926,47.74306,8.99899\n6895,1646811927,47.74306,8.99899\n6896,1646811928,47.74306,8.99899\n6897,1646811929,47.74306,8.99899\n6898,1646811930,47.74306,8.99899\n6899,1646811931,47.74306,8.99899\n6900,1646811932,47.74306,8.99899\n6901,1646811933,47.74306,8.99899\n6902,1646811934,47.74306,8.99899\n6903,1646811935,47.74306,8.99899\n6904,1646811936,47.74306,8.99899\n6905,1646811937,47.74306,8.99899\n6906,1646811938,47.74306,8.99899\n6907,1646811939,47.74306,8.99899\n6908,1646811940,47.74306,8.99899\n6909,1646811941,47.74306,8.99899\n6910,1646811942,47.74306,8.99899\n6911,1646811943,47.74306,8.99899\n6912,1646811944,47.74306,8.99899\n6913,1646811945,47.74306,8.99899\n6914,1646811946,47.74306,8.99899\n6915,1646811947,47.74306,8.99899\n6916,1646811948,47.74306,8.99899\n6917,1646811949,47.74306,8.99899\n6918,1646811950,47.74306,8.99899\n6919,1646811951,47.74306,8.99899\n6920,1646811952,47.74306,8.99899\n6921,1646811953,47.74306,8.99899\n6922,1646811954,47.74306,8.99899\n6923,1646811955,47.74306,8.99899\n6924,1646811956,47.74306,8.99899\n6925,1646811957,47.74306,8.99899\n6926,1646811958,47.74306,8.99899\n6927,1646811959,47.74306,8.99899\n6928,1646811960,47.74306,8.99899\n6929,1646811961,47.74306,8.99899\n6930,1646811962,47.74306,8.99899\n6931,1646811963,47.74306,8.99899\n6932,1646811964,47.74306,8.99899\n6933,1646811965,47.74306,8.99899\n6934,1646811966,47.74306,8.99899\n6935,1646811967,47.74306,8.99899\n6936,1646811968,47.74306,8.99899\n6937,1646811969,47.74306,8.99899\n6938,1646811970,47.74306,8.99899\n6939,1646811971,47.74306,8.99899\n6940,1646811972,47.74306,8.99899\n6941,1646811973,47.74306,8.99899\n6942,1646811974,47.74306,8.99899\n6943,1646811975,47.74306,8.99899\n6944,1646811976,47.74306,8.99899\n6945,1646811977,47.74306,8.99899\n6946,1646811978,47.74306,8.99899\n6947,1646811979,47.74306,8.99899\n6948,1646811980,47.74306,8.99899\n6949,1646811981,47.74306,8.99899\n6950,1646811982,47.74306,8.99899\n6951,1646811983,47.74306,8.99899\n6952,1646811984,47.74306,8.99899\n6953,1646811985,47.74306,8.99899\n6954,1646811986,47.74306,8.99899\n6955,1646811987,47.74306,8.99899\n6956,1646811988,47.74306,8.99899\n6957,1646811989,47.74306,8.99899\n6958,1646811990,47.74306,8.99899\n6959,1646811991,47.74306,8.99899\n6960,1646811992,47.74306,8.99899\n6961,1646811993,47.74306,8.99899\n6962,1646811994,47.74306,8.99899\n6963,1646811995,47.74306,8.99899\n6964,1646811996,47.74306,8.99899\n6965,1646811997,47.74306,8.99899\n6966,1646811998,47.74306,8.99899\n6967,1646811999,47.74306,8.99899\n6968,1646812000,47.74306,8.99899\n6969,1646812001,47.74306,8.99899\n6970,1646812002,47.74306,8.99899\n6971,1646812003,47.74306,8.99899\n6972,1646812004,47.74306,8.99899\n6973,1646812005,47.74306,8.99899\n6974,1646812006,47.74306,8.99899\n6975,1646812007,47.74306,8.99899\n6976,1646812008,47.74306,8.99899\n6977,1646812009,47.74306,8.99899\n6978,1646812010,47.74306,8.99899\n6979,1646812011,47.74306,8.99899\n6980,1646812012,47.74306,8.99899\n6981,1646812013,47.74306,8.99899\n6982,1646812014,47.74306,8.99899\n6983,1646812015,47.74306,8.99899\n6984,1646812016,47.74306,8.99899\n6985,1646812017,47.74306,8.99899\n6986,1646812018,47.74306,8.99899\n6987,1646812019,47.74306,8.99899\n6988,1646812020,47.74306,8.99899\n6989,1646812021,47.74306,8.99899\n6990,1646812022,47.74306,8.99899\n6991,1646812023,47.74306,8.99899\n6992,1646812024,47.74306,8.99899\n6993,1646812025,47.74306,8.99899\n6994,1646812026,47.74306,8.99899\n6995,1646812027,47.74306,8.99899\n6996,1646812028,47.74306,8.99899\n6997,1646812029,47.74306,8.99899\n6998,1646812030,47.74306,8.99899\n6999,1646812031,47.74306,8.99899\n7000,1646812032,47.74306,8.99899\n7001,1646812033,47.74306,8.99899\n7002,1646812034,47.74306,8.99899\n7003,1646812035,47.74306,8.99899\n7004,1646812036,47.74306,8.99899\n7005,1646812037,47.74306,8.99899\n7006,1646812038,47.74306,8.99899\n7007,1646812039,47.74306,8.99899\n7008,1646812040,47.74306,8.99899\n7009,1646812041,47.74306,8.99899\n7010,1646812042,47.74306,8.99899\n7011,1646812043,47.74306,8.99899\n7012,1646812044,47.74306,8.99899\n7013,1646812045,47.74306,8.99899\n7014,1646812046,47.74306,8.99899\n7015,1646812047,47.74306,8.99899\n7016,1646812048,47.74306,8.99899\n7017,1646812049,47.74306,8.99899\n7018,1646812050,47.74306,8.99899\n7019,1646812051,47.74306,8.99899\n7020,1646812052,47.74306,8.99899\n7021,1646812053,47.74306,8.99899\n7022,1646812054,47.74306,8.99899\n7023,1646812055,47.74306,8.99899\n7024,1646812056,47.74306,8.99899\n7025,1646812057,47.74306,8.99899\n7026,1646812058,47.74306,8.99899\n7027,1646812059,47.74306,8.99899\n7028,1646812060,47.74306,8.99899\n7029,1646812061,47.74306,8.99899\n7030,1646812062,47.74306,8.99899\n7031,1646812063,47.74306,8.99899\n7032,1646812064,47.74306,8.99899\n7033,1646812065,47.74306,8.99899\n7034,1646812066,47.74306,8.99899\n7035,1646812067,47.74306,8.99899\n7036,1646812068,47.74306,8.99899\n7037,1646812069,47.74306,8.99899\n7038,1646812070,47.74306,8.99899\n7039,1646812071,47.74306,8.99899\n7040,1646812072,47.74306,8.99899\n7041,1646812073,47.74306,8.99899\n7042,1646812074,47.74306,8.99899\n7043,1646812075,47.74306,8.99899\n7044,1646812076,47.74306,8.99899\n7045,1646812077,47.74306,8.99899\n7046,1646812078,47.74306,8.99899\n7047,1646812079,47.74306,8.99899\n7048,1646812080,47.74306,8.99899\n7049,1646812081,47.74306,8.99899\n7050,1646812082,47.74306,8.99899\n7051,1646812083,47.74306,8.99899\n7052,1646812084,47.74306,8.99899\n7053,1646812085,47.74306,8.99899\n7054,1646812086,47.74306,8.99899\n7055,1646812087,47.74306,8.99899\n7056,1646812088,47.74306,8.99899\n7057,1646812089,47.74306,8.99899\n7058,1646812090,47.74306,8.99899\n7059,1646812091,47.74306,8.99899\n7060,1646812092,47.74306,8.99899\n7061,1646812093,47.74306,8.99899\n7062,1646812094,47.74306,8.99899\n7063,1646812095,47.74306,8.99899\n7064,1646812096,47.74306,8.99899\n7065,1646812097,47.74306,8.99899\n7066,1646812098,47.74306,8.99899\n7067,1646812099,47.74306,8.99899\n7068,1646812100,47.74306,8.99899\n7069,1646812101,47.74306,8.99899\n7070,1646812102,47.74306,8.99899\n7071,1646812103,47.74306,8.99899\n7072,1646812104,47.74306,8.99899\n7073,1646812105,47.74306,8.99899\n7074,1646812106,47.74306,8.99899\n7075,1646812107,47.74306,8.99899\n7076,1646812108,47.74306,8.99899\n7077,1646812109,47.74306,8.99899\n7078,1646812110,47.74306,8.99899\n7079,1646812111,47.74306,8.99899\n7080,1646812112,47.74306,8.99899\n7081,1646812113,47.74306,8.99899\n7082,1646812114,47.74306,8.99899\n7083,1646812115,47.74306,8.99899\n7084,1646812116,47.74306,8.99899\n7085,1646812117,47.74306,8.99899\n7086,1646812118,47.74306,8.99899\n7087,1646812119,47.74306,8.99899\n7088,1646812120,47.74306,8.99899\n7089,1646812121,47.74306,8.99899\n7090,1646812122,47.74306,8.99899\n7091,1646812123,47.74306,8.99899\n7092,1646812124,47.74306,8.99899\n7093,1646812125,47.74306,8.99899\n7094,1646812126,47.74306,8.99899\n7095,1646812127,47.74306,8.99899\n7096,1646812128,47.74306,8.99899\n7097,1646812129,47.74306,8.99899\n7098,1646812130,47.74306,8.99899\n7099,1646812131,47.74306,8.99899\n7100,1646812132,47.74306,8.99899\n7101,1646812133,47.74306,8.99899\n7102,1646812134,47.74306,8.99899\n7103,1646812135,47.74306,8.99899\n7104,1646812136,47.74306,8.99899\n7105,1646812137,47.74306,8.99899\n7106,1646812138,47.74306,8.99899\n7107,1646812139,47.74306,8.99899\n7108,1646812140,47.74306,8.99899\n7109,1646812141,47.74306,8.99899\n7110,1646812142,47.74306,8.99899\n7111,1646812143,47.74306,8.99899\n7112,1646812144,47.74306,8.99899\n7113,1646812145,47.74306,8.99899\n7114,1646812146,47.74306,8.99899\n7115,1646812147,47.74306,8.99899\n7116,1646812148,47.74306,8.99899\n7117,1646812149,47.74306,8.99899\n7118,1646812150,47.74306,8.99899\n7119,1646812151,47.74306,8.99899\n7120,1646812152,47.74306,8.99899\n7121,1646812153,47.74306,8.99899\n7122,1646812154,47.74306,8.99899\n7123,1646812155,47.74306,8.99899\n7124,1646812156,47.74306,8.99899\n7125,1646812157,47.74306,8.99899\n7126,1646812158,47.74306,8.99899\n7127,1646812159,47.74306,8.99899\n7128,1646812160,47.74306,8.99899\n7129,1646812161,47.74306,8.99899\n7130,1646812162,47.74306,8.99899\n7131,1646812163,47.74306,8.99899\n7132,1646812164,47.74306,8.99899\n7133,1646812165,47.74306,8.99899\n7134,1646812166,47.74306,8.99899\n7135,1646812167,47.74306,8.99899\n7136,1646812168,47.74306,8.99899\n7137,1646812169,47.74306,8.99899\n7138,1646812170,47.74306,8.99899\n7139,1646812171,47.74306,8.99899\n7140,1646812172,47.74306,8.99899\n7141,1646812173,47.74306,8.99899\n7142,1646812174,47.74306,8.99899\n7143,1646812175,47.74306,8.99899\n7144,1646812176,47.74306,8.99899\n7145,1646812177,47.74306,8.99899\n7146,1646812178,47.74306,8.99899\n7147,1646812179,47.74306,8.99899\n7148,1646812180,47.74306,8.99899\n7149,1646812181,47.74306,8.99899\n7150,1646812182,47.74306,8.99899\n7151,1646812183,47.74306,8.99899\n7152,1646812184,47.74306,8.99899\n7153,1646812185,47.74306,8.99899\n7154,1646812186,47.74306,8.99899\n7155,1646812187,47.74306,8.99899\n7156,1646812188,47.74306,8.99899\n7157,1646812189,47.74306,8.99899\n7158,1646812190,47.74306,8.99899\n7159,1646812191,47.74306,8.99899\n7160,1646812192,47.74306,8.99899\n7161,1646812193,47.74306,8.99899\n7162,1646812194,47.74306,8.99899\n7163,1646812195,47.74306,8.99899\n7164,1646812196,47.74306,8.99899\n7165,1646812197,47.74306,8.99899\n7166,1646812198,47.74306,8.99899\n7167,1646812199,47.74306,8.99899\n7168,1646812200,47.74306,8.99899\n7169,1646812201,47.74306,8.99899\n7170,1646812202,47.74306,8.99899\n7171,1646812203,47.74306,8.99899\n7172,1646812204,47.74306,8.99899\n7173,1646812205,47.74306,8.99899\n7174,1646812206,47.74306,8.99899\n7175,1646812207,47.74306,8.99899\n7176,1646812208,47.74306,8.99899\n7177,1646812209,47.74306,8.99899\n7178,1646812210,47.74306,8.99899\n7179,1646812211,47.74306,8.99899\n7180,1646812212,47.74306,8.99899\n7181,1646812213,47.74306,8.99899\n7182,1646812214,47.74306,8.99899\n7183,1646812215,47.74306,8.99899\n7184,1646812216,47.74306,8.99899\n7185,1646812217,47.74306,8.99899\n7186,1646812218,47.74306,8.99899\n7187,1646812219,47.74306,8.99899\n7188,1646812220,47.74306,8.99899\n7189,1646812221,47.74306,8.99899\n7190,1646812222,47.74306,8.99899\n7191,1646812223,47.74306,8.99899\n7192,1646812224,47.74306,8.99899\n7193,1646812225,47.74306,8.99899\n7194,1646812226,47.74306,8.99899\n7195,1646812227,47.74306,8.99899\n7196,1646812228,47.74306,8.99899\n7197,1646812229,47.74306,8.99899\n7198,1646812230,47.74306,8.99899\n7199,1646812231,47.74306,8.99899\n7200,1646812232,47.74306,8.99899\n7201,1646812233,47.74306,8.99899\n7202,1646812234,47.74306,8.99899\n7203,1646812235,47.74306,8.99899\n7204,1646812236,47.74306,8.99899\n7205,1646812237,47.74306,8.99899\n7206,1646812238,47.74306,8.99899\n7207,1646812239,47.74306,8.99899\n7208,1646812240,47.74306,8.99899\n7209,1646812241,47.74306,8.99899\n7210,1646812242,47.74306,8.99899\n7211,1646812243,47.74306,8.99899\n7212,1646812244,47.74306,8.99899\n7213,1646812245,47.74306,8.99899\n7214,1646812246,47.74306,8.99899\n7215,1646812247,47.74306,8.99899\n7216,1646812248,47.74306,8.99899\n7217,1646812249,47.74306,8.99899\n7218,1646812250,47.74306,8.99899\n7219,1646812251,47.74306,8.99899\n7220,1646812252,47.74306,8.99899\n7221,1646812253,47.74306,8.99899\n7222,1646812254,47.74306,8.99899\n7223,1646812255,47.74306,8.99899\n7224,1646812256,47.74306,8.99899\n7225,1646812257,47.74306,8.99899\n7226,1646812258,47.74306,8.99899\n7227,1646812259,47.74306,8.99899\n7228,1646812260,47.74306,8.99899\n7229,1646812261,47.74306,8.99899\n7230,1646812262,47.74306,8.99899\n7231,1646812263,47.74306,8.99899\n7232,1646812264,47.74306,8.99899\n7233,1646812265,47.74306,8.99899\n7234,1646812266,47.74306,8.99899\n7235,1646812267,47.74306,8.99899\n7236,1646812268,47.74306,8.99899\n7237,1646812269,47.74306,8.99899\n7238,1646812270,47.74306,8.99899\n7239,1646812271,47.74306,8.99899\n7240,1646812272,47.74306,8.99899\n7241,1646812273,47.74306,8.99899\n7242,1646812274,47.74306,8.99899\n7243,1646812275,47.74306,8.99899\n7244,1646812276,47.74306,8.99899\n7245,1646812277,47.74306,8.99899\n7246,1646812278,47.74306,8.99899\n7247,1646812279,47.74306,8.99899\n7248,1646812280,47.74306,8.99899\n7249,1646812281,47.74306,8.99899\n7250,1646812282,47.74306,8.99899\n7251,1646812283,47.74306,8.99899\n7252,1646812284,47.74306,8.99899\n7253,1646812285,47.74306,8.99899\n7254,1646812286,47.74306,8.99899\n7255,1646812287,47.74306,8.99899\n7256,1646812288,47.74306,8.99899\n7257,1646812289,47.74306,8.99899\n7258,1646812290,47.74306,8.99899\n7259,1646812291,47.74306,8.99899\n7260,1646812292,47.74306,8.99899\n7261,1646812293,47.74306,8.99899\n7262,1646812294,47.74306,8.99899\n7263,1646812295,47.74306,8.99899\n7264,1646812296,47.74306,8.99899\n7265,1646812297,47.74306,8.99899\n7266,1646812298,47.74306,8.99899\n7267,1646812299,47.74306,8.99899\n7268,1646812300,47.74306,8.99899\n7269,1646812301,47.74306,8.99899\n7270,1646812302,47.74306,8.99899\n7271,1646812303,47.74306,8.99899\n7272,1646812304,47.74306,8.99899\n7273,1646812305,47.74306,8.99899\n7274,1646812306,47.74306,8.99899\n7275,1646812307,47.74306,8.99899\n7276,1646812308,47.74306,8.99899\n7277,1646812309,47.74306,8.99899\n7278,1646812310,47.74306,8.99899\n7279,1646812311,47.74306,8.99899\n7280,1646812312,47.74306,8.99899\n7281,1646812313,47.74306,8.99899\n7282,1646812314,47.74306,8.99899\n7283,1646812315,47.74306,8.99899\n7284,1646812316,47.74306,8.99899\n7285,1646812317,47.74306,8.99899\n7286,1646812318,47.74306,8.99899\n7287,1646812319,47.74306,8.99899\n7288,1646812320,47.74306,8.99899\n7289,1646812321,47.74306,8.99899\n7290,1646812322,47.74306,8.99899\n7291,1646812323,47.74306,8.99899\n7292,1646812324,47.74306,8.99899\n7293,1646812325,47.74306,8.99899\n7294,1646812326,47.74306,8.99899\n7295,1646812327,47.74306,8.99899\n7296,1646812328,47.74306,8.99899\n7297,1646812329,47.74306,8.99899\n7298,1646812330,47.74306,8.99899\n7299,1646812331,47.74306,8.99899\n7300,1646812332,47.74306,8.99899\n7301,1646812333,47.74306,8.99899\n7302,1646812334,47.74306,8.99899\n7303,1646812335,47.74306,8.99899\n7304,1646812336,47.74306,8.99899\n7305,1646812337,47.74306,8.99899\n7306,1646812338,47.74306,8.99899\n7307,1646812339,47.74306,8.99899\n7308,1646812340,47.74306,8.99899\n7309,1646812341,47.74306,8.99899\n7310,1646812342,47.74306,8.99899\n7311,1646812343,47.74306,8.99899\n7312,1646812344,47.74306,8.99899\n7313,1646812345,47.74306,8.99899\n7314,1646812346,47.74306,8.99899\n7315,1646812347,47.74306,8.99899\n7316,1646812348,47.74306,8.99899\n7317,1646812349,47.74306,8.99899\n7318,1646812350,47.74306,8.99899\n7319,1646812351,47.74306,8.99899\n7320,1646812353,47.74306,8.99899\n7321,1646812354,47.74306,8.99899\n7322,1646812355,47.74306,8.99899\n7323,1646812356,47.74306,8.99899\n7324,1646812357,47.74306,8.99899\n7325,1646812358,47.74306,8.99899\n7326,1646812359,47.74306,8.99899\n7327,1646812360,47.74306,8.99899\n7328,1646812361,47.74306,8.99899\n7329,1646812362,47.74306,8.99899\n7330,1646812363,47.74306,8.99899\n7331,1646812364,47.74306,8.99899\n7332,1646812365,47.74306,8.99899\n7333,1646812366,47.74306,8.99899\n7334,1646812367,47.74306,8.99899\n7335,1646812368,47.74306,8.99899\n7336,1646812369,47.74306,8.99899\n7337,1646812370,47.74306,8.99899\n7338,1646812371,47.74306,8.99899\n7339,1646812372,47.74306,8.99899\n7340,1646812373,47.74306,8.99899\n7341,1646812374,47.74306,8.99899\n7342,1646812375,47.74306,8.99899\n7343,1646812376,47.74306,8.99899\n7344,1646812377,47.74306,8.99899\n7345,1646812378,47.74306,8.99899\n7346,1646812379,47.74306,8.99899\n7347,1646812380,47.74306,8.99899\n7348,1646812381,47.74306,8.99899\n7349,1646812382,47.74306,8.99899\n7350,1646812383,47.74306,8.99899\n7351,1646812384,47.74306,8.99899\n7352,1646812385,47.74306,8.99899\n7353,1646812386,47.74306,8.99899\n7354,1646812387,47.74306,8.99899\n7355,1646812388,47.74306,8.99899\n7356,1646812389,47.74306,8.99899\n7357,1646812390,47.74306,8.99899\n7358,1646812391,47.74306,8.99899\n7359,1646812392,47.74306,8.99899\n7360,1646812393,47.74306,8.99899\n7361,1646812394,47.74306,8.99899\n7362,1646812395,47.74306,8.99899\n7363,1646812396,47.74306,8.99899\n7364,1646812397,47.74306,8.99899\n7365,1646812398,47.74306,8.99899\n7366,1646812399,47.74306,8.99899\n7367,1646812400,47.74306,8.99899\n7368,1646812401,47.74306,8.99899\n7369,1646812402,47.74306,8.99899\n7370,1646812403,47.74306,8.99899\n7371,1646812404,47.74306,8.99899\n7372,1646812405,47.74306,8.99899\n7373,1646812406,47.74306,8.99899\n7374,1646812407,47.74306,8.99899\n7375,1646812408,47.74306,8.99899\n7376,1646812409,47.74306,8.99899\n7377,1646812410,47.74306,8.99899\n7378,1646812411,47.74306,8.99899\n7379,1646812412,47.74306,8.99899\n7380,1646812413,47.74306,8.99899\n7381,1646812414,47.74306,8.99899\n7382,1646812415,47.74306,8.99899\n7383,1646812416,47.74306,8.99899\n7384,1646812417,47.74306,8.99899\n7385,1646812418,47.74306,8.99899\n7386,1646812419,47.74306,8.99899\n7387,1646812420,47.74306,8.99899\n7388,1646812421,47.74306,8.99899\n7389,1646812422,47.74306,8.99899\n7390,1646812423,47.74306,8.99899\n7391,1646812424,47.74306,8.99899\n7392,1646812425,47.74306,8.99899\n7393,1646812426,47.74306,8.99899\n7394,1646812427,47.74306,8.99899\n7395,1646812428,47.74306,8.99899\n7396,1646812429,47.74306,8.99899\n7397,1646812430,47.74306,8.99899\n7398,1646812431,47.74306,8.99899\n7399,1646812432,47.74306,8.99899\n7400,1646812433,47.74306,8.99899\n7401,1646812434,47.74306,8.99899\n7402,1646812435,47.74306,8.99899\n7403,1646812436,47.74306,8.99899\n7404,1646812437,47.74306,8.99899\n7405,1646812438,47.74306,8.99899\n7406,1646812439,47.74306,8.99899\n7407,1646812440,47.74306,8.99899\n7408,1646812441,47.74306,8.99899\n7409,1646812442,47.74306,8.99899\n7410,1646812443,47.74306,8.99899\n7411,1646812444,47.74306,8.99899\n7412,1646812445,47.74306,8.99899\n7413,1646812446,47.74306,8.99899\n7414,1646812447,47.74306,8.99899\n7415,1646812448,47.74306,8.99899\n7416,1646812449,47.74306,8.99899\n7417,1646812450,47.74306,8.99899\n7418,1646812451,47.74306,8.99899\n7419,1646812452,47.74306,8.99899\n7420,1646812453,47.74306,8.99899\n7421,1646812454,47.74306,8.99899\n7422,1646812455,47.74306,8.99899\n7423,1646812456,47.74306,8.99899\n7424,1646812457,47.74306,8.99899\n7425,1646812458,47.74306,8.99899\n7426,1646812459,47.74306,8.99899\n7427,1646812460,47.74306,8.99899\n7428,1646812461,47.74306,8.99899\n7429,1646812462,47.74306,8.99899\n7430,1646812463,47.74306,8.99899\n7431,1646812464,47.74306,8.99899\n7432,1646812465,47.74306,8.99899\n7433,1646812466,47.74306,8.99899\n7434,1646812467,47.74306,8.99899\n7435,1646812468,47.74306,8.99899\n7436,1646812469,47.74306,8.99899\n7437,1646812470,47.74306,8.99899\n7438,1646812471,47.74306,8.99899\n7439,1646812472,47.74306,8.99899\n7440,1646812473,47.74306,8.99899\n7441,1646812474,47.74306,8.99899\n7442,1646812475,47.74306,8.99899\n7443,1646812476,47.74306,8.99899\n7444,1646812477,47.74306,8.99899\n7445,1646812478,47.74306,8.99899\n7446,1646812479,47.74306,8.99899\n7447,1646812480,47.74306,8.99899\n7448,1646812481,47.74306,8.99899\n7449,1646812482,47.74306,8.99899\n7450,1646812483,47.74306,8.99899\n7451,1646812484,47.74306,8.99899\n7452,1646812485,47.74306,8.99899\n7453,1646812486,47.74306,8.99899\n7454,1646812487,47.74306,8.99899\n7455,1646812488,47.74306,8.99899\n7456,1646812489,47.74306,8.99899\n7457,1646812490,47.74306,8.99899\n7458,1646812491,47.74306,8.99899\n7459,1646812492,47.74306,8.99899\n7460,1646812493,47.74306,8.99899\n7461,1646812494,47.74306,8.99899\n7462,1646812495,47.74306,8.99899\n7463,1646812496,47.74306,8.99899\n7464,1646812497,47.74306,8.99899\n7465,1646812498,47.74306,8.99899\n7466,1646812499,47.74306,8.99899\n7467,1646812500,47.74306,8.99899\n7468,1646812501,47.74306,8.99899\n7469,1646812502,47.74306,8.99899\n7470,1646812503,47.74306,8.99899\n7471,1646812504,47.74306,8.99899\n7472,1646812505,47.74306,8.99899\n7473,1646812506,47.74306,8.99899\n7474,1646812507,47.74306,8.99899\n7475,1646812508,47.74306,8.99899\n7476,1646812509,47.74306,8.99899\n7477,1646812510,47.74306,8.99899\n7478,1646812511,47.74306,8.99899\n7479,1646812512,47.74306,8.99899\n7480,1646812513,47.74306,8.99899\n7481,1646812514,47.74306,8.99899\n7482,1646812515,47.74306,8.99899\n7483,1646812516,47.74306,8.99899\n7484,1646812517,47.74306,8.99899\n7485,1646812518,47.74306,8.99899\n7486,1646812519,47.74306,8.99899\n7487,1646812520,47.74306,8.99899\n7488,1646812521,47.74306,8.99899\n7489,1646812522,47.74306,8.99899\n7490,1646812523,47.74306,8.99899\n7491,1646812524,47.74306,8.99899\n7492,1646812525,47.74306,8.99899\n7493,1646812526,47.74306,8.99899\n7494,1646812527,47.74306,8.99899\n7495,1646812528,47.74306,8.99899\n7496,1646812529,47.74306,8.99899\n7497,1646812530,47.74306,8.99899\n7498,1646812531,47.74306,8.99899\n7499,1646812532,47.74306,8.99899\n7500,1646812533,47.74306,8.99899\n7501,1646812534,47.74306,8.99899\n7502,1646812535,47.74306,8.99899\n7503,1646812536,47.74306,8.99899\n7504,1646812537,47.74306,8.99899\n7505,1646812538,47.74306,8.99899\n7506,1646812539,47.74306,8.99899\n7507,1646812540,47.74306,8.99899\n7508,1646812541,47.74306,8.99899\n7509,1646812542,47.74306,8.99899\n7510,1646812543,47.74306,8.99899\n7511,1646812544,47.74306,8.99899\n7512,1646812545,47.74306,8.99899\n7513,1646812546,47.74306,8.99899\n7514,1646812547,47.74306,8.99899\n7515,1646812548,47.74306,8.99899\n7516,1646812549,47.74306,8.99899\n7517,1646812550,47.74306,8.99899\n7518,1646812551,47.74306,8.99899\n7519,1646812552,47.74306,8.99899\n7520,1646812553,47.74306,8.99899\n7521,1646812554,47.74306,8.99899\n7522,1646812555,47.74306,8.99899\n7523,1646812556,47.74306,8.99899\n7524,1646812557,47.74306,8.99899\n7525,1646812558,47.74306,8.99899\n7526,1646812559,47.74306,8.99899\n7527,1646812560,47.74306,8.99899\n7528,1646812561,47.74306,8.99899\n7529,1646812562,47.74306,8.99899\n7530,1646812563,47.74306,8.99899\n7531,1646812564,47.74306,8.99899\n7532,1646812565,47.74306,8.99899\n7533,1646812566,47.74306,8.99899\n7534,1646812567,47.74306,8.99899\n7535,1646812568,47.74306,8.99899\n7536,1646812569,47.74306,8.99899\n7537,1646812570,47.74306,8.99899\n7538,1646812571,47.74306,8.99899\n7539,1646812572,47.74306,8.99899\n7540,1646812573,47.74306,8.99899\n7541,1646812574,47.74306,8.99899\n7542,1646812575,47.74306,8.99899\n7543,1646812576,47.74306,8.99899\n7544,1646812577,47.74306,8.99899\n7545,1646812578,47.74306,8.99899\n7546,1646812579,47.74306,8.99899\n7547,1646812580,47.74306,8.99899\n7548,1646812581,47.74306,8.99899\n7549,1646812582,47.74306,8.99899\n7550,1646812583,47.74306,8.99899\n7551,1646812584,47.74306,8.99899\n7552,1646812585,47.74306,8.99899\n7553,1646812586,47.74306,8.99899\n7554,1646812587,47.74306,8.99899\n7555,1646812588,47.74306,8.99899\n7556,1646812589,47.74306,8.99899\n7557,1646812590,47.74306,8.99899\n7558,1646812591,47.74306,8.99899\n7559,1646812592,47.74306,8.99899\n7560,1646812593,47.74306,8.99899\n7561,1646812594,47.74306,8.99899\n7562,1646812595,47.74306,8.99899\n7563,1646812596,47.74306,8.99899\n7564,1646812597,47.74306,8.99899\n7565,1646812598,47.74306,8.99899\n7566,1646812599,47.74306,8.99899\n7567,1646812600,47.74306,8.99899\n7568,1646812601,47.74306,8.99899\n7569,1646812602,47.74306,8.99899\n7570,1646812603,47.74306,8.99899\n7571,1646812604,47.74306,8.99899\n7572,1646812605,47.74306,8.99899\n7573,1646812606,47.74306,8.99899\n7574,1646812607,47.74306,8.99899\n7575,1646812608,47.74306,8.99899\n7576,1646812609,47.74306,8.99899\n7577,1646812610,47.74306,8.99899\n7578,1646812611,47.74306,8.99899\n7579,1646812612,47.74306,8.99899\n7580,1646812613,47.74306,8.99899\n7581,1646812614,47.74306,8.99899\n7582,1646812615,47.74306,8.99899\n7583,1646812616,47.74306,8.99899\n7584,1646812617,47.74306,8.99899\n7585,1646812618,47.74306,8.99899\n7586,1646812619,47.74306,8.99899\n7587,1646812620,47.74306,8.99899\n7588,1646812621,47.74306,8.99899\n7589,1646812622,47.74306,8.99899\n7590,1646812623,47.74306,8.99899\n7591,1646812624,47.74306,8.99899\n7592,1646812625,47.74306,8.99899\n7593,1646812626,47.74306,8.99899\n7594,1646812627,47.74306,8.99899\n7595,1646812628,47.74306,8.99899\n7596,1646812629,47.74306,8.99899\n7597,1646812630,47.74306,8.99899\n7598,1646812631,47.74306,8.99899\n7599,1646812632,47.74306,8.99899\n7600,1646812633,47.74306,8.99899\n7601,1646812634,47.74306,8.99899\n7602,1646812635,47.74306,8.99899\n7603,1646812636,47.74306,8.99899\n7604,1646812637,47.74306,8.99899\n7605,1646812638,47.74306,8.99899\n7606,1646812639,47.74306,8.99899\n7607,1646812640,47.74306,8.99899\n7608,1646812641,47.74306,8.99899\n7609,1646812642,47.74306,8.99899\n7610,1646812643,47.74306,8.99899\n7611,1646812644,47.74306,8.99899\n7612,1646812645,47.74306,8.99899\n7613,1646812646,47.74306,8.99899\n7614,1646812647,47.74306,8.99899\n7615,1646812648,47.74306,8.99899\n7616,1646812649,47.74306,8.99899\n7617,1646812650,47.74306,8.99899\n7618,1646812651,47.74306,8.99899\n7619,1646812652,47.74306,8.99899\n7620,1646812653,47.74306,8.99899\n7621,1646812654,47.74306,8.99899\n7622,1646812655,47.74306,8.99899\n7623,1646812656,47.74306,8.99899\n7624,1646812657,47.74306,8.99899\n7625,1646812658,47.74306,8.99899\n7626,1646812659,47.74306,8.99899\n7627,1646812660,47.74306,8.99899\n7628,1646812661,47.74306,8.99899\n7629,1646812662,47.74306,8.99899\n7630,1646812663,47.74306,8.99899\n7631,1646812664,47.74306,8.99899\n7632,1646812665,47.74306,8.99899\n7633,1646812666,47.74306,8.99899\n7634,1646812667,47.74306,8.99899\n7635,1646812668,47.74306,8.99899\n7636,1646812669,47.74306,8.99899\n7637,1646812670,47.74306,8.99899\n7638,1646812671,47.74306,8.99899\n7639,1646812672,47.74306,8.99899\n7640,1646812673,47.74306,8.99899\n7641,1646812674,47.74306,8.99899\n7642,1646812675,47.74306,8.99899\n7643,1646812676,47.74306,8.99899\n7644,1646812677,47.74306,8.99899\n7645,1646812678,47.74306,8.99899\n7646,1646812679,47.74306,8.99899\n7647,1646812680,47.74306,8.99899\n7648,1646812681,47.74306,8.99899\n7649,1646812682,47.74306,8.99899\n7650,1646812683,47.74306,8.99899\n7651,1646812684,47.74306,8.99899\n7652,1646812685,47.74306,8.99899\n7653,1646812686,47.74306,8.99899\n7654,1646812687,47.74306,8.99899\n7655,1646812688,47.74306,8.99899\n7656,1646812689,47.74306,8.99899\n7657,1646812690,47.74306,8.99899\n7658,1646812691,47.74306,8.99899\n7659,1646812692,47.74306,8.99899\n7660,1646812693,47.74306,8.99899\n7661,1646812694,47.74306,8.99899\n7662,1646812695,47.74306,8.99899\n7663,1646812696,47.74306,8.99899\n7664,1646812697,47.74306,8.99899\n7665,1646812698,47.74306,8.99899\n7666,1646812699,47.74306,8.99899\n7667,1646812700,47.74306,8.99899\n7668,1646812701,47.74306,8.99899\n7669,1646812702,47.74306,8.99899\n7670,1646812703,47.74306,8.99899\n7671,1646812704,47.74306,8.99899\n7672,1646812705,47.74306,8.99899\n7673,1646812706,47.74306,8.99899\n7674,1646812707,47.74306,8.99899\n7675,1646812708,47.74306,8.99899\n7676,1646812709,47.74306,8.99899\n7677,1646812710,47.74306,8.99899\n7678,1646812711,47.74306,8.99899\n7679,1646812712,47.74306,8.99899\n7680,1646812713,47.74306,8.99899\n7681,1646812714,47.74306,8.99899\n7682,1646812715,47.74306,8.99899\n7683,1646812716,47.74306,8.99899\n7684,1646812717,47.74306,8.99899\n7685,1646812718,47.74306,8.99899\n7686,1646812719,47.74306,8.99899\n7687,1646812720,47.74306,8.99899\n7688,1646812721,47.74306,8.99899\n7689,1646812722,47.74306,8.99899\n7690,1646812723,47.74306,8.99899\n7691,1646812724,47.74306,8.99899\n7692,1646812725,47.74306,8.99899\n7693,1646812726,47.74306,8.99899\n7694,1646812727,47.74306,8.99899\n7695,1646812728,47.74306,8.99899\n7696,1646812729,47.74306,8.99899\n7697,1646812730,47.74306,8.99899\n7698,1646812731,47.74306,8.99899\n7699,1646812732,47.74306,8.99899\n7700,1646812733,47.74306,8.99899\n7701,1646812734,47.74306,8.99899\n7702,1646812735,47.74306,8.99899\n7703,1646812736,47.74306,8.99899\n7704,1646812737,47.74306,8.99899\n7705,1646812738,47.74306,8.99899\n7706,1646812739,47.74306,8.99899\n7707,1646812740,47.74306,8.99899\n7708,1646812741,47.74306,8.99899\n7709,1646812742,47.74306,8.99899\n7710,1646812743,47.74306,8.99899\n7711,1646812744,47.74306,8.99899\n7712,1646812745,47.74306,8.99899\n7713,1646812746,47.74306,8.99899\n7714,1646812747,47.74306,8.99899\n7715,1646812748,47.74306,8.99899\n7716,1646812749,47.74306,8.99899\n7717,1646812750,47.74306,8.99899\n7718,1646812751,47.74306,8.99899\n7719,1646812752,47.74306,8.99899\n7720,1646812753,47.74306,8.99899\n7721,1646812754,47.74306,8.99899\n7722,1646812755,47.74306,8.99899\n7723,1646812756,47.74306,8.99899\n7724,1646812757,47.74306,8.99899\n7725,1646812758,47.74306,8.99899\n7726,1646812759,47.74306,8.99899\n7727,1646812760,47.74306,8.99899\n7728,1646812761,47.74306,8.99899\n7729,1646812762,47.74306,8.99899\n7730,1646812763,47.74306,8.99899\n7731,1646812764,47.74306,8.99899\n7732,1646812765,47.74306,8.99899\n7733,1646812766,47.74306,8.99899\n7734,1646812767,47.74306,8.99899\n7735,1646812768,47.74306,8.99899\n7736,1646812769,47.74306,8.99899\n7737,1646812770,47.74306,8.99899\n7738,1646812771,47.74306,8.99899\n7739,1646812772,47.74306,8.99899\n7740,1646812773,47.74306,8.99899\n7741,1646812774,47.74306,8.99899\n7742,1646812775,47.74306,8.99899\n7743,1646812776,47.74306,8.99899\n7744,1646812777,47.74306,8.99899\n7745,1646812778,47.74306,8.99899\n7746,1646812779,47.74306,8.99899\n7747,1646812780,47.74306,8.99899\n7748,1646812781,47.74306,8.99899\n7749,1646812782,47.74306,8.99899\n7750,1646812783,47.74306,8.99899\n7751,1646812784,47.74306,8.99899\n7752,1646812785,47.74306,8.99899\n7753,1646812786,47.74306,8.99899\n7754,1646812787,47.74306,8.99899\n7755,1646812788,47.74306,8.99899\n7756,1646812789,47.74306,8.99899\n7757,1646812790,47.74306,8.99899\n7758,1646812791,47.74306,8.99899\n7759,1646812792,47.74306,8.99899\n7760,1646812793,47.74306,8.99899\n7761,1646812794,47.74306,8.99899\n7762,1646812795,47.74306,8.99899\n7763,1646812796,47.74306,8.99899\n7764,1646812797,47.74306,8.99899\n7765,1646812798,47.74306,8.99899\n7766,1646812799,47.74306,8.99899\n7767,1646812800,47.74306,8.99899\n7768,1646812801,47.74306,8.99899\n7769,1646812802,47.74306,8.99899\n7770,1646812803,47.74306,8.99899\n7771,1646812804,47.74306,8.99899\n7772,1646812805,47.74306,8.99899\n7773,1646812806,47.74306,8.99899\n7774,1646812807,47.74306,8.99899\n7775,1646812808,47.74306,8.99899\n7776,1646812809,47.74306,8.99899\n7777,1646812810,47.74306,8.99899\n7778,1646812811,47.74306,8.99899\n7779,1646812812,47.74306,8.99899\n7780,1646812813,47.74306,8.99899\n7781,1646812814,47.74306,8.99899\n7782,1646812815,47.74306,8.99899\n7783,1646812816,47.74306,8.99899\n7784,1646812817,47.74306,8.99899\n7785,1646812818,47.74306,8.99899\n7786,1646812819,47.74306,8.99899\n7787,1646812820,47.74306,8.99899\n7788,1646812821,47.74306,8.99899\n7789,1646812822,47.74306,8.99899\n7790,1646812823,47.74306,8.99899\n7791,1646812824,47.74306,8.99899\n7792,1646812825,47.74306,8.99899\n7793,1646812826,47.74306,8.99899\n7794,1646812827,47.74306,8.99899\n7795,1646812828,47.74306,8.99899\n7796,1646812829,47.74306,8.99899\n7797,1646812830,47.74306,8.99899\n7798,1646812831,47.74306,8.99899\n7799,1646812832,47.74306,8.99899\n7800,1646812833,47.74306,8.99899\n7801,1646812834,47.74306,8.99899\n7802,1646812835,47.74306,8.99899\n7803,1646812836,47.74306,8.99899\n7804,1646812837,47.74306,8.99899\n7805,1646812838,47.74306,8.99899\n7806,1646812839,47.74306,8.99899\n7807,1646812840,47.74306,8.99899\n7808,1646812841,47.74306,8.99899\n7809,1646812842,47.74306,8.99899\n7810,1646812843,47.74306,8.99899\n7811,1646812844,47.74306,8.99899\n7812,1646812845,47.74306,8.99899\n7813,1646812846,47.74306,8.99899\n7814,1646812847,47.74306,8.99899\n7815,1646812848,47.74306,8.99899\n7816,1646812849,47.74306,8.99899\n7817,1646812850,47.74306,8.99899\n7818,1646812851,47.74306,8.99899\n7819,1646812852,47.74306,8.99899\n7820,1646812853,47.74306,8.99899\n7821,1646812854,47.74306,8.99899\n7822,1646812855,47.74306,8.99899\n7823,1646812856,47.74306,8.99899\n7824,1646812857,47.74306,8.99899\n7825,1646812858,47.74306,8.99899\n7826,1646812859,47.74306,8.99899\n7827,1646812860,47.74306,8.99899\n7828,1646812861,47.74306,8.99899\n7829,1646812862,47.74306,8.99899\n7830,1646812863,47.74306,8.99899\n7831,1646812864,47.74306,8.99899\n7832,1646812865,47.74306,8.99899\n7833,1646812866,47.74306,8.99899\n7834,1646812867,47.74306,8.99899\n7835,1646812868,47.74306,8.99899\n7836,1646812869,47.74306,8.99899\n7837,1646812870,47.74306,8.99899\n7838,1646812871,47.74306,8.99899\n7839,1646812872,47.74306,8.99899\n7840,1646812873,47.74306,8.99899\n7841,1646812874,47.74306,8.99899\n7842,1646812875,47.74306,8.99899\n7843,1646812876,47.74306,8.99899\n7844,1646812877,47.74306,8.99899\n7845,1646812878,47.74306,8.99899\n7846,1646812879,47.74306,8.99899\n7847,1646812880,47.74306,8.99899\n7848,1646812881,47.74306,8.99899\n7849,1646812882,47.74306,8.99899\n7850,1646812883,47.74306,8.99899\n7851,1646812884,47.74306,8.99899\n7852,1646812885,47.74306,8.99899\n7853,1646812886,47.74306,8.99899\n7854,1646812887,47.74306,8.99899\n7855,1646812888,47.74306,8.99899\n7856,1646812889,47.74306,8.99899\n7857,1646812890,47.74306,8.99899\n7858,1646812891,47.74306,8.99899\n7859,1646812892,47.74306,8.99899\n7860,1646812893,47.74306,8.99899\n7861,1646812894,47.74306,8.99899\n7862,1646812895,47.74306,8.99899\n7863,1646812896,47.74306,8.99899\n7864,1646812897,47.74306,8.99899\n7865,1646812898,47.74306,8.99899\n7866,1646812899,47.74306,8.99899\n7867,1646812900,47.74306,8.99899\n7868,1646812901,47.74306,8.99899\n7869,1646812902,47.74306,8.99899\n7870,1646812903,47.74306,8.99899\n7871,1646812904,47.74306,8.99899\n7872,1646812905,47.74306,8.99899\n7873,1646812906,47.74306,8.99899\n7874,1646812907,47.74306,8.99899\n7875,1646812908,47.74306,8.99899\n7876,1646812909,47.74306,8.99899\n7877,1646812910,47.74306,8.99899\n7878,1646812911,47.74306,8.99899\n7879,1646812912,47.74306,8.99899\n7880,1646812913,47.74306,8.99899\n7881,1646812914,47.74306,8.99899\n7882,1646812915,47.74306,8.99899\n7883,1646812916,47.74306,8.99899\n7884,1646812917,47.74306,8.99899\n7885,1646812918,47.74306,8.99899\n7886,1646812919,47.74306,8.99899\n7887,1646812920,47.74306,8.99899\n7888,1646812921,47.74306,8.99899\n7889,1646812922,47.74306,8.99899\n7890,1646812923,47.74306,8.99899\n7891,1646812924,47.74306,8.99899\n7892,1646812925,47.74306,8.99899\n7893,1646812926,47.74306,8.99899\n7894,1646812927,47.74306,8.99899\n7895,1646812928,47.74306,8.99899\n7896,1646812929,47.74306,8.99899\n7897,1646812930,47.74306,8.99899\n7898,1646812931,47.74306,8.99899\n7899,1646812932,47.74306,8.99899\n7900,1646812933,47.74306,8.99899\n7901,1646812934,47.74306,8.99899\n7902,1646812935,47.74306,8.99899\n7903,1646812936,47.74306,8.99899\n7904,1646812937,47.74306,8.99899\n7905,1646812938,47.74306,8.99899\n7906,1646812939,47.74306,8.99899\n7907,1646812940,47.74306,8.99899\n7908,1646812941,47.74306,8.99899\n7909,1646812942,47.74306,8.99899\n7910,1646812943,47.74306,8.99899\n7911,1646812944,47.74306,8.99899\n7912,1646812945,47.74306,8.99899\n7913,1646812946,47.74306,8.99899\n7914,1646812947,47.74306,8.99899\n7915,1646812948,47.74306,8.99899\n7916,1646812949,47.74306,8.99899\n7917,1646812950,47.74306,8.99899\n7918,1646812951,47.74306,8.99899\n7919,1646812952,47.74306,8.99899\n7920,1646812953,47.74306,8.99899\n7921,1646812954,47.74306,8.99899\n7922,1646812955,47.74306,8.99899\n7923,1646812956,47.74306,8.99899\n7924,1646812957,47.74306,8.99899\n7925,1646812958,47.74306,8.99899\n7926,1646812959,47.74306,8.99899\n7927,1646812960,47.74306,8.99899\n7928,1646812961,47.74306,8.99899\n7929,1646812962,47.74306,8.99899\n7930,1646812963,47.74306,8.99899\n7931,1646812964,47.74306,8.99899\n7932,1646812965,47.74306,8.99899\n7933,1646812966,47.74306,8.99899\n7934,1646812967,47.74306,8.99899\n7935,1646812968,47.74306,8.99899\n7936,1646812969,47.74306,8.99899\n7937,1646812970,47.74306,8.99899\n7938,1646812971,47.74306,8.99899\n7939,1646812972,47.74306,8.99899\n7940,1646812973,47.74306,8.99899\n7941,1646812974,47.74306,8.99899\n7942,1646812975,47.74306,8.99899\n7943,1646812976,47.74306,8.99899\n7944,1646812977,47.74306,8.99899\n7945,1646812978,47.74306,8.99899\n7946,1646812979,47.74306,8.99899\n7947,1646812980,47.74306,8.99899\n7948,1646812981,47.74306,8.99899\n7949,1646812982,47.74306,8.99899\n7950,1646812983,47.74306,8.99899\n7951,1646812984,47.74306,8.99899\n7952,1646812985,47.74306,8.99899\n7953,1646812986,47.74306,8.99899\n7954,1646812987,47.74306,8.99899\n7955,1646812988,47.74306,8.99899\n7956,1646812989,47.74306,8.99899\n7957,1646812990,47.74306,8.99899\n7958,1646812991,47.74306,8.99899\n7959,1646812992,47.74306,8.99899\n7960,1646812993,47.74306,8.99899\n7961,1646812994,47.74306,8.99899\n7962,1646812995,47.74306,8.99899\n7963,1646812996,47.74306,8.99899\n7964,1646812997,47.74306,8.99899\n7965,1646812998,47.74306,8.99899\n7966,1646812999,47.74306,8.99899\n7967,1646813000,47.74306,8.99899\n7968,1646813001,47.74306,8.99899\n7969,1646813002,47.74306,8.99899\n7970,1646813003,47.74306,8.99899\n7971,1646813004,47.74306,8.99899\n7972,1646813005,47.74306,8.99899\n7973,1646813006,47.74306,8.99899\n7974,1646813007,47.74306,8.99899\n7975,1646813008,47.74306,8.99899\n7976,1646813009,47.74306,8.99899\n7977,1646813010,47.74306,8.99899\n7978,1646813011,47.74306,8.99899\n7979,1646813012,47.74306,8.99899\n7980,1646813013,47.74306,8.99899\n7981,1646813014,47.74306,8.99899\n7982,1646813015,47.74306,8.99899\n7983,1646813016,47.74306,8.99899\n7984,1646813017,47.74306,8.99899\n7985,1646813018,47.74306,8.99899\n7986,1646813019,47.74306,8.99899\n7987,1646813020,47.74306,8.99899\n7988,1646813021,47.74306,8.99899\n7989,1646813022,47.74306,8.99899\n7990,1646813023,47.74306,8.99899\n7991,1646813024,47.74306,8.99899\n7992,1646813025,47.74306,8.99899\n7993,1646813026,47.74306,8.99899\n7994,1646813027,47.74306,8.99899\n7995,1646813028,47.74306,8.99899\n7996,1646813029,47.74306,8.99899\n7997,1646813030,47.74306,8.99899\n7998,1646813031,47.74306,8.99899\n7999,1646813032,47.74306,8.99899\n8000,1646813033,47.74306,8.99899\n8001,1646813034,47.74306,8.99899\n8002,1646813035,47.74306,8.99899\n8003,1646813036,47.74306,8.99899\n8004,1646813037,47.74306,8.99899\n8005,1646813038,47.74306,8.99899\n8006,1646813039,47.74306,8.99899\n8007,1646813040,47.74306,8.99899\n8008,1646813041,47.74306,8.99899\n8009,1646813042,47.74306,8.99899\n8010,1646813043,47.74306,8.99899\n8011,1646813044,47.74306,8.99899\n8012,1646813045,47.74306,8.99899\n8013,1646813046,47.74306,8.99899\n8014,1646813047,47.74306,8.99899\n8015,1646813048,47.74306,8.99899\n8016,1646813049,47.74306,8.99899\n8017,1646813050,47.74306,8.99899\n8018,1646813051,47.74306,8.99899\n8019,1646813052,47.74306,8.99899\n8020,1646813053,47.74306,8.99899\n8021,1646813054,47.74306,8.99899\n8022,1646813055,47.74306,8.99899\n8023,1646813056,47.74306,8.99899\n8024,1646813057,47.74306,8.99899\n8025,1646813058,47.74306,8.99899\n8026,1646813059,47.74306,8.99899\n8027,1646813060,47.74306,8.99899\n8028,1646813061,47.74306,8.99899\n8029,1646813062,47.74306,8.99899\n8030,1646813063,47.74306,8.99899\n8031,1646813064,47.74306,8.99899\n8032,1646813065,47.74306,8.99899\n8033,1646813066,47.74306,8.99899\n8034,1646813067,47.74306,8.99899\n8035,1646813068,47.74306,8.99899\n8036,1646813069,47.74306,8.99899\n8037,1646813070,47.74306,8.99899\n8038,1646813071,47.74306,8.99899\n8039,1646813072,47.74306,8.99899\n8040,1646813073,47.74306,8.99899\n8041,1646813074,47.74306,8.99899\n8042,1646813075,47.74306,8.99899\n8043,1646813076,47.74306,8.99899\n8044,1646813077,47.74306,8.99899\n8045,1646813078,47.74306,8.99899\n8046,1646813079,47.74306,8.99899\n8047,1646813080,47.74306,8.99899\n8048,1646813081,47.74306,8.99899\n8049,1646813082,47.74306,8.99899\n8050,1646813083,47.74306,8.99899\n8051,1646813084,47.74306,8.99899\n8052,1646813085,47.74306,8.99899\n8053,1646813086,47.74306,8.99899\n8054,1646813087,47.74306,8.99899\n8055,1646813088,47.74306,8.99899\n8056,1646813089,47.74306,8.99899\n8057,1646813090,47.74306,8.99899\n8058,1646813091,47.74306,8.99899\n8059,1646813092,47.74306,8.99899\n8060,1646813093,47.74306,8.99899\n8061,1646813094,47.74306,8.99899\n8062,1646813095,47.74306,8.99899\n8063,1646813096,47.74306,8.99899\n8064,1646813097,47.74306,8.99899\n8065,1646813098,47.74306,8.99899\n8066,1646813099,47.74306,8.99899\n8067,1646813100,47.74306,8.99899\n8068,1646813101,47.74306,8.99899\n8069,1646813102,47.74306,8.99899\n8070,1646813103,47.74306,8.99899\n8071,1646813104,47.74306,8.99899\n8072,1646813105,47.74306,8.99899\n8073,1646813106,47.74306,8.99899\n8074,1646813107,47.74306,8.99899\n8075,1646813108,47.74306,8.99899\n8076,1646813109,47.74306,8.99899\n8077,1646813110,47.74306,8.99899\n8078,1646813111,47.74306,8.99899\n8079,1646813112,47.74306,8.99899\n8080,1646813113,47.74306,8.99899\n8081,1646813114,47.74306,8.99899\n8082,1646813115,47.74306,8.99899\n8083,1646813116,47.74306,8.99899\n8084,1646813117,47.74306,8.99899\n8085,1646813118,47.74306,8.99899\n8086,1646813119,47.74306,8.99899\n8087,1646813120,47.74306,8.99899\n8088,1646813121,47.74306,8.99899\n8089,1646813122,47.74306,8.99899\n8090,1646813123,47.74306,8.99899\n8091,1646813124,47.74306,8.99899\n8092,1646813125,47.74306,8.99899\n8093,1646813126,47.74306,8.99899\n8094,1646813127,47.74306,8.99899\n8095,1646813128,47.74306,8.99899\n8096,1646813129,47.74306,8.99899\n8097,1646813130,47.74306,8.99899\n8098,1646813131,47.74306,8.99899\n8099,1646813132,47.74306,8.99899\n8100,1646813133,47.74306,8.99899\n8101,1646813134,47.74306,8.99899\n8102,1646813135,47.74306,8.99899\n8103,1646813136,47.74306,8.99899\n8104,1646813137,47.74306,8.99899\n8105,1646813138,47.74306,8.99899\n8106,1646813139,47.74306,8.99899\n8107,1646813140,47.74306,8.99899\n8108,1646813141,47.74306,8.99899\n8109,1646813142,47.74306,8.99899\n8110,1646813143,47.74306,8.99899\n8111,1646813144,47.74306,8.99899\n8112,1646813145,47.74306,8.99899\n8113,1646813146,47.74306,8.99899\n8114,1646813147,47.74306,8.99899\n8115,1646813148,47.74306,8.99899\n8116,1646813149,47.74306,8.99899\n8117,1646813150,47.74306,8.99899\n8118,1646813151,47.74306,8.99899\n8119,1646813152,47.74306,8.99899\n8120,1646813153,47.74306,8.99899\n8121,1646813154,47.74306,8.99899\n8122,1646813155,47.74306,8.99899\n8123,1646813156,47.74306,8.99899\n8124,1646813157,47.74306,8.99899\n8125,1646813158,47.74306,8.99899\n8126,1646813159,47.74306,8.99899\n8127,1646813160,47.74306,8.99899\n8128,1646813161,47.74306,8.99899\n8129,1646813162,47.74306,8.99899\n8130,1646813163,47.74306,8.99899\n8131,1646813164,47.74306,8.99899\n8132,1646813165,47.74306,8.99899\n8133,1646813166,47.74306,8.99899\n8134,1646813167,47.74306,8.99899\n8135,1646813168,47.74306,8.99899\n8136,1646813169,47.74306,8.99899\n8137,1646813170,47.74306,8.99899\n8138,1646813171,47.74306,8.99899\n8139,1646813172,47.74306,8.99899\n8140,1646813173,47.74306,8.99899\n8141,1646813174,47.74306,8.99899\n8142,1646813175,47.74306,8.99899\n8143,1646813176,47.74306,8.99899\n8144,1646813177,47.74306,8.99899\n8145,1646813178,47.74306,8.99899\n8146,1646813179,47.74306,8.99899\n8147,1646813180,47.74306,8.99899\n8148,1646813181,47.74306,8.99899\n8149,1646813182,47.74306,8.99899\n8150,1646813183,47.74306,8.99899\n8151,1646813184,47.74306,8.99899\n8152,1646813185,47.74306,8.99899\n8153,1646813186,47.74306,8.99899\n8154,1646813187,47.74306,8.99899\n8155,1646813188,47.74306,8.99899\n8156,1646813189,47.74306,8.99899\n8157,1646813190,47.74306,8.99899\n8158,1646813191,47.74306,8.99899\n8159,1646813192,47.74306,8.99899\n8160,1646813193,47.74306,8.99899\n8161,1646813194,47.74306,8.99899\n8162,1646813195,47.74306,8.99899\n8163,1646813196,47.74306,8.99899\n8164,1646813197,47.74306,8.99899\n8165,1646813198,47.74306,8.99899\n8166,1646813199,47.74306,8.99899\n8167,1646813200,47.74306,8.99899\n8168,1646813201,47.74306,8.99899\n8169,1646813202,47.74306,8.99899\n8170,1646813203,47.74306,8.99899\n8171,1646813204,47.74306,8.99899\n8172,1646813205,47.74306,8.99899\n8173,1646813206,47.74306,8.99899\n8174,1646813207,47.74306,8.99899\n8175,1646813208,47.74306,8.99899\n8176,1646813209,47.74306,8.99899\n8177,1646813210,47.74306,8.99899\n8178,1646813211,47.74306,8.99899\n8179,1646813212,47.74306,8.99899\n8180,1646813213,47.74306,8.99899\n8181,1646813214,47.74306,8.99899\n8182,1646813215,47.74306,8.99899\n8183,1646813216,47.74306,8.99899\n8184,1646813217,47.74306,8.99899\n8185,1646813218,47.74306,8.99899\n8186,1646813219,47.74306,8.99899\n8187,1646813220,47.74306,8.99899\n8188,1646813221,47.74306,8.99899\n8189,1646813222,47.74306,8.99899\n8190,1646813223,47.74306,8.99899\n8191,1646813224,47.74306,8.99899\n8192,1646813225,47.74306,8.99899\n8193,1646813226,47.74306,8.99899\n8194,1646813227,47.74306,8.99899\n8195,1646813228,47.74306,8.99899\n8196,1646813229,47.74306,8.99899\n8197,1646813230,47.74306,8.99899\n8198,1646813231,47.74306,8.99899\n8199,1646813232,47.74306,8.99899\n8200,1646813233,47.74306,8.99899\n8201,1646813234,47.74306,8.99899\n8202,1646813235,47.74306,8.99899\n8203,1646813236,47.74306,8.99899\n8204,1646813237,47.74306,8.99899\n8205,1646813238,47.74306,8.99899\n8206,1646813239,47.74306,8.99899\n8207,1646813240,47.74306,8.99899\n8208,1646813241,47.74306,8.99899\n8209,1646813242,47.74306,8.99899\n8210,1646813243,47.74306,8.99899\n8211,1646813244,47.74306,8.99899\n8212,1646813245,47.74306,8.99899\n8213,1646813246,47.74306,8.99899\n8214,1646813247,47.74306,8.99899\n8215,1646813248,47.74306,8.99899\n8216,1646813249,47.74306,8.99899\n8217,1646813250,47.74306,8.99899\n8218,1646813251,47.74306,8.99899\n8219,1646813252,47.74306,8.99899\n8220,1646813253,47.74306,8.99899\n8221,1646813254,47.74306,8.99899\n8222,1646813255,47.74306,8.99899\n8223,1646813256,47.74306,8.99899\n8224,1646813257,47.74306,8.99899\n8225,1646813258,47.74306,8.99899\n8226,1646813259,47.74306,8.99899\n8227,1646813260,47.74306,8.99899\n8228,1646813261,47.74306,8.99899\n8229,1646813262,47.74306,8.99899\n8230,1646813263,47.74306,8.99899\n8231,1646813264,47.74306,8.99899\n8232,1646813265,47.74306,8.99899\n8233,1646813266,47.74306,8.99899\n8234,1646813267,47.74306,8.99899\n8235,1646813268,47.74306,8.99899\n8236,1646813269,47.74306,8.99899\n8237,1646813270,47.74306,8.99899\n8238,1646813271,47.74306,8.99899\n8239,1646813272,47.74306,8.99899\n8240,1646813273,47.74306,8.99899\n8241,1646813274,47.74306,8.99899\n8242,1646813275,47.74306,8.99899\n8243,1646813276,47.74306,8.99899\n8244,1646813277,47.74306,8.99899\n8245,1646813278,47.74306,8.99899\n8246,1646813279,47.74306,8.99899\n8247,1646813280,47.74306,8.99899\n8248,1646813281,47.74306,8.99899\n8249,1646813282,47.74306,8.99899\n8250,1646813283,47.74306,8.99899\n8251,1646813284,47.74306,8.99899\n8252,1646813285,47.74306,8.99899\n8253,1646813286,47.74306,8.99899\n8254,1646813287,47.74306,8.99899\n8255,1646813288,47.74306,8.99899\n8256,1646813289,47.74306,8.99899\n8257,1646813290,47.74306,8.99899\n8258,1646813291,47.74306,8.99899\n8259,1646813292,47.74306,8.99899\n8260,1646813293,47.74306,8.99899\n8261,1646813294,47.74306,8.99899\n8262,1646813295,47.74306,8.99899\n8263,1646813296,47.74306,8.99899\n8264,1646813297,47.74306,8.99899\n8265,1646813298,47.74306,8.99899\n8266,1646813299,47.74306,8.99899\n8267,1646813300,47.74306,8.99899\n8268,1646813301,47.74306,8.99899\n8269,1646813302,47.74306,8.99899\n8270,1646813303,47.74306,8.99899\n8271,1646813304,47.74306,8.99899\n8272,1646813305,47.74306,8.99899\n8273,1646813306,47.74306,8.99899\n8274,1646813307,47.74306,8.99899\n8275,1646813308,47.74306,8.99899\n8276,1646813309,47.74306,8.99899\n8277,1646813310,47.74306,8.99899\n8278,1646813311,47.74306,8.99899\n8279,1646813312,47.74306,8.99899\n8280,1646813313,47.74306,8.99899\n8281,1646813314,47.74306,8.99899\n8282,1646813315,47.74306,8.99899\n8283,1646813316,47.74306,8.99899\n8284,1646813317,47.74306,8.99899\n8285,1646813318,47.74306,8.99899\n8286,1646813319,47.74306,8.99899\n8287,1646813320,47.74306,8.99899\n8288,1646813321,47.74306,8.99899\n8289,1646813322,47.74306,8.99899\n8290,1646813323,47.74306,8.99899\n8291,1646813324,47.74306,8.99899\n8292,1646813325,47.74306,8.99899\n8293,1646813326,47.74306,8.99899\n8294,1646813327,47.74306,8.99899\n8295,1646813328,47.74306,8.99899\n8296,1646813329,47.74306,8.99899\n8297,1646813330,47.74306,8.99899\n8298,1646813331,47.74306,8.99899\n8299,1646813332,47.74306,8.99899\n8300,1646813333,47.74306,8.99899\n8301,1646813334,47.74306,8.99899\n8302,1646813335,47.74306,8.99899\n8303,1646813336,47.74306,8.99899\n8304,1646813337,47.74306,8.99899\n8305,1646813338,47.74306,8.99899\n8306,1646813339,47.74306,8.99899\n8307,1646813340,47.74306,8.99899\n8308,1646813341,47.74306,8.99899\n8309,1646813342,47.74306,8.99899\n8310,1646813343,47.74306,8.99899\n8311,1646813344,47.74306,8.99899\n8312,1646813345,47.74306,8.99899\n8313,1646813346,47.74306,8.99899\n8314,1646813347,47.74306,8.99899\n8315,1646813348,47.74306,8.99899\n8316,1646813349,47.74306,8.99899\n8317,1646813350,47.74306,8.99899\n8318,1646813351,47.74306,8.99899\n8319,1646813352,47.74306,8.99899\n8320,1646813353,47.74306,8.99899\n8321,1646813354,47.74306,8.99899\n8322,1646813355,47.74306,8.99899\n8323,1646813356,47.74306,8.99899\n8324,1646813357,47.74306,8.99899\n8325,1646813358,47.74306,8.99899\n8326,1646813359,47.74306,8.99899\n8327,1646813360,47.74306,8.99899\n8328,1646813361,47.74306,8.99899\n8329,1646813362,47.74306,8.99899\n8330,1646813363,47.74306,8.99899\n8331,1646813364,47.74306,8.99899\n8332,1646813365,47.74306,8.99899\n8333,1646813366,47.74306,8.99899\n8334,1646813367,47.74306,8.99899\n8335,1646813368,47.74306,8.99899\n8336,1646813369,47.74306,8.99899\n8337,1646813370,47.74306,8.99899\n8338,1646813371,47.74306,8.99899\n8339,1646813372,47.74306,8.99899\n8340,1646813373,47.74306,8.99899\n8341,1646813374,47.74305,8.99899\n8342,1646813375,47.74305,8.99899\n8343,1646813376,47.74305,8.99899\n8344,1646813377,47.74305,8.99899\n8345,1646813378,47.74305,8.99899\n8346,1646813379,47.74305,8.99899\n8347,1646813380,47.74305,8.99899\n8348,1646813381,47.74305,8.99899\n8349,1646813382,47.74305,8.99899\n8350,1646813383,47.74305,8.99899\n8351,1646813384,47.74305,8.99899\n8352,1646813385,47.74305,8.99899\n8353,1646813386,47.74305,8.99899\n8354,1646813387,47.74305,8.99899\n8355,1646813388,47.74305,8.99899\n8356,1646813389,47.74305,8.99899\n8357,1646813390,47.74305,8.99899\n8358,1646813391,47.74305,8.99899\n8359,1646813392,47.74305,8.99899\n8360,1646813393,47.74305,8.99899\n8361,1646813394,47.74305,8.99899\n8362,1646813395,47.74305,8.99899\n8363,1646813396,47.74305,8.99899\n8364,1646813397,47.74305,8.99899\n8365,1646813398,47.74305,8.99899\n8366,1646813399,47.74305,8.99899\n8367,1646813400,47.74305,8.99899\n8368,1646813401,47.74305,8.99899\n8369,1646813402,47.74305,8.99899\n8370,1646813403,47.74305,8.99899\n8371,1646813404,47.74305,8.99899\n8372,1646813405,47.74305,8.99899\n8373,1646813406,47.74305,8.99899\n8374,1646813407,47.74305,8.99899\n8375,1646813408,47.74305,8.99899\n8376,1646813409,47.74305,8.99899\n8377,1646813410,47.74305,8.99899\n8378,1646813411,47.74305,8.99899\n8379,1646813412,47.74305,8.99899\n8380,1646813413,47.74305,8.99899\n8381,1646813414,47.74305,8.99899\n8382,1646813415,47.74305,8.99899\n8383,1646813416,47.74305,8.99899\n8384,1646813417,47.74305,8.99899\n8385,1646813418,47.74305,8.99899\n8386,1646813419,47.74305,8.99899\n8387,1646813420,47.74305,8.99899\n8388,1646813421,47.74305,8.99899\n8389,1646813422,47.74305,8.99899\n8390,1646813423,47.74305,8.99899\n8391,1646813424,47.74305,8.99899\n8392,1646813425,47.74305,8.99899\n8393,1646813426,47.74305,8.99899\n8394,1646813427,47.74305,8.99899\n8395,1646813428,47.74305,8.99899\n8396,1646813429,47.74305,8.99899\n8397,1646813430,47.74305,8.99899\n8398,1646813431,47.74305,8.99899\n8399,1646813432,47.74305,8.99899\n8400,1646813433,47.74305,8.99899\n8401,1646813434,47.74305,8.99899\n8402,1646813435,47.74305,8.99899\n8403,1646813436,47.74305,8.99899\n8404,1646813437,47.74305,8.99899\n8405,1646813438,47.74305,8.99899\n8406,1646813439,47.74305,8.99899\n8407,1646813440,47.74305,8.99899\n8408,1646813441,47.74305,8.99899\n8409,1646813442,47.74305,8.99899\n8410,1646813443,47.74305,8.99899\n8411,1646813444,47.74305,8.99899\n8412,1646813445,47.74305,8.99899\n8413,1646813446,47.74305,8.99899\n8414,1646813447,47.74305,8.99899\n8415,1646813448,47.74305,8.99899\n8416,1646813449,47.74305,8.99899\n8417,1646813450,47.74305,8.99899\n8418,1646813451,47.74305,8.99899\n8419,1646813452,47.74305,8.99899\n8420,1646813453,47.74305,8.99899\n8421,1646813454,47.74305,8.99899\n8422,1646813455,47.74305,8.99899\n8423,1646813456,47.74305,8.99899\n8424,1646813457,47.74305,8.99899\n8425,1646813458,47.74305,8.99899\n8426,1646813459,47.74305,8.99899\n8427,1646813460,47.74305,8.99899\n8428,1646813461,47.74305,8.99899\n8429,1646813462,47.74305,8.99899\n8430,1646813463,47.74305,8.99899\n8431,1646813464,47.74305,8.99899\n8432,1646813465,47.74305,8.99899\n8433,1646813466,47.74305,8.99899\n8434,1646813467,47.74305,8.99900\n8435,1646813468,47.74305,8.99900\n8436,1646813469,47.74305,8.99900\n8437,1646813470,47.74305,8.99900\n8438,1646813471,47.74305,8.99900\n8439,1646813472,47.74305,8.99900\n8440,1646813473,47.74305,8.99900\n8441,1646813474,47.74305,8.99900\n8442,1646813475,47.74305,8.99900\n8443,1646813476,47.74305,8.99900\n8444,1646813477,47.74304,8.99900\n8445,1646813478,47.74304,8.99900\n8446,1646813479,47.74304,8.99900\n8447,1646813480,47.74304,8.99900\n8448,1646813481,47.74304,8.99900\n8449,1646813482,47.74304,8.99900\n8450,1646813483,47.74304,8.99900\n8451,1646813484,47.74304,8.99900\n8452,1646813485,47.74304,8.99900\n8453,1646813486,47.74304,8.99900\n8454,1646813487,47.74304,8.99900\n8455,1646813488,47.74304,8.99900\n8456,1646813489,47.74304,8.99900\n8457,1646813490,47.74304,8.99900\n8458,1646813491,47.74304,8.99900\n8459,1646813492,47.74304,8.99900\n8460,1646813493,47.74304,8.99899\n8461,1646813494,47.74304,8.99899\n8462,1646813495,47.74304,8.99899\n8463,1646813496,47.74304,8.99899\n8464,1646813497,47.74304,8.99899\n8465,1646813498,47.74304,8.99899\n8466,1646813499,47.74304,8.99899\n8467,1646813500,47.74304,8.99899\n8468,1646813501,47.74304,8.99899\n8469,1646813502,47.74304,8.99899\n8470,1646813503,47.74304,8.99899\n8471,1646813504,47.74304,8.99899\n8472,1646813505,47.74304,8.99899\n8473,1646813506,47.74304,8.99899\n8474,1646813507,47.74304,8.99899\n8475,1646813508,47.74304,8.99899\n8476,1646813509,47.74304,8.99899\n8477,1646813510,47.74304,8.99899\n8478,1646813511,47.74304,8.99899\n8479,1646813512,47.74304,8.99899\n8480,1646813513,47.74304,8.99899\n8481,1646813514,47.74304,8.99899\n8482,1646813515,47.74304,8.99899\n8483,1646813516,47.74304,8.99899\n8484,1646813517,47.74304,8.99899\n8485,1646813518,47.74304,8.99899\n8486,1646813519,47.74304,8.99899\n8487,1646813520,47.74304,8.99899\n8488,1646813521,47.74304,8.99899\n8489,1646813522,47.74304,8.99899\n8490,1646813523,47.74304,8.99899\n8491,1646813524,47.74304,8.99899\n8492,1646813525,47.74304,8.99899\n8493,1646813526,47.74304,8.99899\n8494,1646813527,47.74304,8.99899\n8495,1646813528,47.74304,8.99899\n8496,1646813529,47.74304,8.99899\n8497,1646813530,47.74304,8.99899\n8498,1646813531,47.74304,8.99899\n8499,1646813532,47.74304,8.99899\n8500,1646813533,47.74304,8.99899\n8501,1646813534,47.74304,8.99899\n8502,1646813535,47.74304,8.99899\n8503,1646813536,47.74304,8.99899\n8504,1646813537,47.74304,8.99899\n8505,1646813538,47.74304,8.99899\n8506,1646813539,47.74304,8.99899\n8507,1646813540,47.74304,8.99899\n8508,1646813541,47.74304,8.99899\n8509,1646813542,47.74304,8.99899\n8510,1646813543,47.74304,8.99899\n8511,1646813544,47.74304,8.99899\n8512,1646813545,47.74304,8.99899\n8513,1646813546,47.74304,8.99899\n8514,1646813547,47.74304,8.99899\n8515,1646813548,47.74304,8.99899\n8516,1646813549,47.74304,8.99899\n8517,1646813550,47.74304,8.99899\n8518,1646813551,47.74304,8.99899\n8519,1646813552,47.74304,8.99899\n8520,1646813553,47.74304,8.99899\n8521,1646813554,47.74304,8.99899\n8522,1646813555,47.74304,8.99899\n8523,1646813556,47.74304,8.99899\n8524,1646813557,47.74304,8.99899\n8525,1646813558,47.74304,8.99899\n8526,1646813559,47.74304,8.99899\n8527,1646813560,47.74304,8.99899\n8528,1646813561,47.74304,8.99899\n8529,1646813562,47.74304,8.99899\n8530,1646813563,47.74304,8.99899\n8531,1646813564,47.74304,8.99899\n8532,1646813565,47.74304,8.99899\n8533,1646813566,47.74304,8.99899\n8534,1646813567,47.74304,8.99899\n8535,1646813568,47.74304,8.99899\n8536,1646813569,47.74304,8.99899\n8537,1646813570,47.74304,8.99899\n8538,1646813571,47.74304,8.99899\n8539,1646813572,47.74304,8.99899\n8540,1646813573,47.74304,8.99899\n8541,1646813574,47.74304,8.99899\n8542,1646813575,47.74304,8.99899\n8543,1646813576,47.74304,8.99899\n8544,1646813577,47.74304,8.99899\n8545,1646813578,47.74304,8.99899\n8546,1646813579,47.74304,8.99899\n8547,1646813580,47.74304,8.99899\n8548,1646813581,47.74304,8.99899\n8549,1646813582,47.74304,8.99899\n8550,1646813583,47.74304,8.99899\n8551,1646813584,47.74304,8.99899\n8552,1646813585,47.74304,8.99899\n8553,1646813586,47.74304,8.99899\n8554,1646813587,47.74304,8.99899\n8555,1646813588,47.74304,8.99899\n8556,1646813589,47.74304,8.99899\n8557,1646813590,47.74304,8.99899\n8558,1646813591,47.74304,8.99899\n8559,1646813592,47.74304,8.99899\n8560,1646813593,47.74304,8.99899\n8561,1646813594,47.74304,8.99899\n8562,1646813595,47.74304,8.99899\n8563,1646813596,47.74304,8.99899\n8564,1646813597,47.74304,8.99899\n8565,1646813598,47.74304,8.99899\n8566,1646813599,47.74304,8.99899\n8567,1646813600,47.74304,8.99899\n8568,1646813601,47.74304,8.99899\n8569,1646813602,47.74304,8.99899\n8570,1646813603,47.74304,8.99899\n8571,1646813604,47.74304,8.99899\n8572,1646813605,47.74304,8.99899\n8573,1646813606,47.74304,8.99899\n8574,1646813607,47.74304,8.99899\n8575,1646813608,47.74304,8.99899\n8576,1646813609,47.74304,8.99899\n8577,1646813610,47.74304,8.99899\n8578,1646813611,47.74304,8.99899\n8579,1646813612,47.74304,8.99899\n8580,1646813613,47.74304,8.99899\n8581,1646813614,47.74304,8.99899\n8582,1646813615,47.74304,8.99899\n8583,1646813616,47.74304,8.99899\n8584,1646813617,47.74304,8.99899\n8585,1646813618,47.74304,8.99899\n8586,1646813619,47.74304,8.99899\n8587,1646813620,47.74304,8.99899\n8588,1646813621,47.74304,8.99899\n8589,1646813622,47.74304,8.99899\n8590,1646813623,47.74304,8.99899\n8591,1646813624,47.74304,8.99899\n8592,1646813625,47.74304,8.99899\n8593,1646813626,47.74304,8.99899\n8594,1646813627,47.74304,8.99899\n8595,1646813628,47.74304,8.99899\n8596,1646813629,47.74304,8.99899\n8597,1646813630,47.74304,8.99899\n8598,1646813631,47.74304,8.99899\n8599,1646813632,47.74304,8.99899\n8600,1646813633,47.74304,8.99899\n8601,1646813634,47.74304,8.99899\n8602,1646813635,47.74304,8.99899\n8603,1646813636,47.74304,8.99899\n8604,1646813637,47.74304,8.99899\n8605,1646813638,47.74304,8.99899\n8606,1646813639,47.74304,8.99899\n8607,1646813640,47.74304,8.99899\n8608,1646813641,47.74304,8.99899\n8609,1646813642,47.74304,8.99899\n8610,1646813643,47.74304,8.99899\n8611,1646813644,47.74304,8.99899\n8612,1646813645,47.74304,8.99899\n8613,1646813646,47.74304,8.99899\n8614,1646813647,47.74304,8.99899\n8615,1646813648,47.74304,8.99899\n8616,1646813649,47.74304,8.99899\n8617,1646813650,47.74304,8.99899\n8618,1646813651,47.74304,8.99899\n8619,1646813652,47.74304,8.99899\n8620,1646813653,47.74304,8.99899\n8621,1646813654,47.74304,8.99899\n8622,1646813655,47.74304,8.99899\n8623,1646813656,47.74304,8.99899\n8624,1646813657,47.74304,8.99899\n8625,1646813658,47.74304,8.99899\n8626,1646813659,47.74304,8.99899\n8627,1646813660,47.74304,8.99899\n8628,1646813661,47.74304,8.99899\n8629,1646813662,47.74304,8.99899\n8630,1646813663,47.74304,8.99899\n8631,1646813664,47.74304,8.99899\n8632,1646813665,47.74304,8.99899\n8633,1646813666,47.74304,8.99899\n8634,1646813667,47.74304,8.99899\n8635,1646813668,47.74304,8.99899\n8636,1646813669,47.74304,8.99899\n8637,1646813670,47.74304,8.99899\n8638,1646813671,47.74304,8.99899\n8639,1646813672,47.74304,8.99899\n8640,1646813673,47.74304,8.99899\n8641,1646813674,47.74304,8.99899\n8642,1646813675,47.74304,8.99899\n8643,1646813676,47.74304,8.99899\n8644,1646813677,47.74304,8.99899\n8645,1646813678,47.74304,8.99899\n8646,1646813679,47.74304,8.99899\n8647,1646813680,47.74304,8.99899\n8648,1646813681,47.74304,8.99899\n8649,1646813682,47.74304,8.99899\n8650,1646813683,47.74304,8.99899\n8651,1646813684,47.74304,8.99899\n8652,1646813685,47.74304,8.99899\n8653,1646813686,47.74304,8.99899\n8654,1646813687,47.74304,8.99899\n8655,1646813688,47.74304,8.99899\n8656,1646813689,47.74304,8.99899\n8657,1646813690,47.74304,8.99899\n8658,1646813691,47.74304,8.99899\n8659,1646813692,47.74304,8.99899\n8660,1646813693,47.74304,8.99899\n8661,1646813694,47.74304,8.99899\n8662,1646813695,47.74304,8.99899\n8663,1646813696,47.74304,8.99899\n8664,1646813697,47.74304,8.99899\n8665,1646813698,47.74304,8.99899\n8666,1646813699,47.74304,8.99899\n8667,1646813700,47.74304,8.99899\n8668,1646813701,47.74304,8.99899\n8669,1646813702,47.74304,8.99899\n8670,1646813703,47.74304,8.99899\n8671,1646813704,47.74304,8.99899\n8672,1646813705,47.74304,8.99899\n8673,1646813706,47.74304,8.99899\n8674,1646813707,47.74304,8.99899\n8675,1646813708,47.74304,8.99899\n8676,1646813709,47.74304,8.99899\n8677,1646813710,47.74304,8.99899\n8678,1646813711,47.74304,8.99899\n8679,1646813712,47.74304,8.99899\n8680,1646813713,47.74304,8.99899\n8681,1646813714,47.74304,8.99899\n8682,1646813715,47.74304,8.99899\n8683,1646813716,47.74304,8.99899\n8684,1646813717,47.74304,8.99899\n8685,1646813718,47.74304,8.99899\n8686,1646813719,47.74304,8.99899\n8687,1646813720,47.74304,8.99899\n8688,1646813721,47.74304,8.99899\n8689,1646813722,47.74304,8.99899\n8690,1646813723,47.74304,8.99899\n8691,1646813724,47.74304,8.99899\n8692,1646813725,47.74304,8.99899\n8693,1646813726,47.74304,8.99899\n8694,1646813727,47.74304,8.99899\n8695,1646813728,47.74304,8.99899\n8696,1646813729,47.74304,8.99899\n8697,1646813730,47.74304,8.99899\n8698,1646813731,47.74304,8.99899\n8699,1646813732,47.74304,8.99899\n8700,1646813733,47.74304,8.99899\n8701,1646813734,47.74304,8.99899\n8702,1646813735,47.74304,8.99899\n8703,1646813736,47.74304,8.99899\n8704,1646813737,47.74304,8.99899\n8705,1646813738,47.74304,8.99899\n8706,1646813739,47.74304,8.99899\n8707,1646813740,47.74304,8.99899\n8708,1646813741,47.74304,8.99899\n8709,1646813742,47.74304,8.99899\n8710,1646813743,47.74304,8.99899\n8711,1646813744,47.74304,8.99899\n8712,1646813745,47.74304,8.99899\n8713,1646813746,47.74304,8.99899\n8714,1646813747,47.74304,8.99899\n8715,1646813748,47.74304,8.99899\n8716,1646813749,47.74304,8.99899\n8717,1646813750,47.74304,8.99899\n8718,1646813751,47.74304,8.99899\n8719,1646813752,47.74304,8.99899\n8720,1646813753,47.74304,8.99899\n8721,1646813754,47.74304,8.99899\n8722,1646813755,47.74304,8.99899\n8723,1646813756,47.74304,8.99899\n8724,1646813757,47.74304,8.99899\n8725,1646813758,47.74304,8.99899\n8726,1646813759,47.74304,8.99899\n8727,1646813760,47.74304,8.99899\n8728,1646813761,47.74304,8.99899\n8729,1646813762,47.74304,8.99899\n8730,1646813763,47.74304,8.99899\n8731,1646813764,47.74304,8.99899\n8732,1646813765,47.74304,8.99899\n8733,1646813766,47.74304,8.99899\n8734,1646813767,47.74304,8.99899\n8735,1646813768,47.74304,8.99899\n8736,1646813769,47.74304,8.99899\n8737,1646813770,47.74304,8.99899\n8738,1646813771,47.74304,8.99899\n8739,1646813772,47.74304,8.99899\n8740,1646813773,47.74304,8.99899\n8741,1646813774,47.74304,8.99899\n8742,1646813775,47.74304,8.99899\n8743,1646813776,47.74304,8.99899\n8744,1646813777,47.74304,8.99899\n8745,1646813778,47.74304,8.99899\n8746,1646813779,47.74304,8.99899\n8747,1646813780,47.74304,8.99899\n8748,1646813781,47.74304,8.99899\n8749,1646813782,47.74304,8.99899\n8750,1646813783,47.74304,8.99899\n8751,1646813784,47.74304,8.99899\n8752,1646813785,47.74304,8.99899\n8753,1646813786,47.74304,8.99899\n8754,1646813787,47.74304,8.99899\n8755,1646813788,47.74304,8.99899\n8756,1646813789,47.74304,8.99899\n8757,1646813790,47.74304,8.99899\n8758,1646813791,47.74304,8.99899\n8759,1646813792,47.74304,8.99899\n8760,1646813793,47.74304,8.99899\n8761,1646813794,47.74304,8.99899\n8762,1646813795,47.74304,8.99899\n8763,1646813796,47.74304,8.99899\n8764,1646813797,47.74304,8.99899\n8765,1646813798,47.74304,8.99899\n8766,1646813799,47.74304,8.99899\n8767,1646813800,47.74304,8.99899\n8768,1646813801,47.74304,8.99899\n8769,1646813802,47.74304,8.99899\n8770,1646813803,47.74304,8.99899\n8771,1646813804,47.74304,8.99899\n8772,1646813805,47.74304,8.99899\n8773,1646813806,47.74304,8.99899\n8774,1646813807,47.74304,8.99899\n8775,1646813808,47.74304,8.99899\n8776,1646813809,47.74304,8.99899\n8777,1646813810,47.74304,8.99899\n8778,1646813811,47.74304,8.99899\n8779,1646813812,47.74304,8.99899\n8780,1646813813,47.74304,8.99899\n8781,1646813814,47.74304,8.99899\n8782,1646813815,47.74304,8.99899\n8783,1646813816,47.74304,8.99899\n8784,1646813817,47.74304,8.99899\n8785,1646813818,47.74304,8.99899\n8786,1646813819,47.74304,8.99899\n8787,1646813820,47.74304,8.99899\n8788,1646813821,47.74304,8.99899\n8789,1646813822,47.74304,8.99899\n8790,1646813823,47.74304,8.99899\n8791,1646813824,47.74304,8.99899\n8792,1646813825,47.74304,8.99899\n8793,1646813826,47.74304,8.99899\n8794,1646813827,47.74304,8.99899\n8795,1646813828,47.74304,8.99899\n8796,1646813829,47.74304,8.99899\n8797,1646813830,47.74304,8.99899\n8798,1646813831,47.74304,8.99899\n8799,1646813832,47.74304,8.99899\n8800,1646813833,47.74304,8.99899\n8801,1646813834,47.74304,8.99899\n8802,1646813835,47.74304,8.99899\n8803,1646813836,47.74304,8.99899\n8804,1646813837,47.74304,8.99899\n8805,1646813838,47.74304,8.99899\n8806,1646813839,47.74304,8.99899\n8807,1646813840,47.74304,8.99899\n8808,1646813841,47.74304,8.99899\n8809,1646813842,47.74304,8.99899\n8810,1646813843,47.74304,8.99899\n8811,1646813844,47.74304,8.99899\n8812,1646813845,47.74304,8.99899\n8813,1646813846,47.74304,8.99899\n8814,1646813847,47.74304,8.99899\n8815,1646813848,47.74304,8.99899\n8816,1646813849,47.74304,8.99899\n8817,1646813850,47.74304,8.99899\n8818,1646813851,47.74304,8.99899\n8819,1646813852,47.74304,8.99899\n8820,1646813853,47.74304,8.99899\n8821,1646813854,47.74304,8.99899\n8822,1646813855,47.74304,8.99899\n8823,1646813856,47.74304,8.99899\n8824,1646813857,47.74304,8.99899\n8825,1646813858,47.74304,8.99899\n8826,1646813859,47.74304,8.99899\n8827,1646813860,47.74304,8.99899\n8828,1646813861,47.74304,8.99899\n8829,1646813862,47.74304,8.99899\n8830,1646813863,47.74304,8.99899\n8831,1646813864,47.74304,8.99899\n8832,1646813865,47.74304,8.99899\n8833,1646813866,47.74304,8.99899\n8834,1646813867,47.74304,8.99899\n8835,1646813868,47.74304,8.99899\n8836,1646813869,47.74304,8.99899\n8837,1646813870,47.74304,8.99899\n8838,1646813871,47.74304,8.99899\n8839,1646813872,47.74304,8.99899\n8840,1646813873,47.74304,8.99899\n8841,1646813874,47.74304,8.99899\n8842,1646813875,47.74304,8.99899\n8843,1646813876,47.74304,8.99899\n8844,1646813877,47.74304,8.99899\n8845,1646813878,47.74304,8.99899\n8846,1646813879,47.74304,8.99899\n8847,1646813880,47.74304,8.99899\n8848,1646813881,47.74304,8.99899\n8849,1646813882,47.74304,8.99899\n8850,1646813883,47.74304,8.99899\n8851,1646813884,47.74304,8.99899\n8852,1646813885,47.74304,8.99899\n8853,1646813886,47.74304,8.99899\n8854,1646813887,47.74304,8.99899\n8855,1646813888,47.74304,8.99899\n8856,1646813889,47.74304,8.99899\n8857,1646813890,47.74304,8.99899\n8858,1646813891,47.74304,8.99899\n8859,1646813892,47.74304,8.99899\n8860,1646813893,47.74304,8.99899\n8861,1646813894,47.74304,8.99899\n8862,1646813895,47.74304,8.99899\n8863,1646813896,47.74304,8.99899\n8864,1646813897,47.74304,8.99899\n8865,1646813898,47.74304,8.99899\n8866,1646813899,47.74304,8.99899\n8867,1646813900,47.74304,8.99899\n8868,1646813901,47.74304,8.99899\n8869,1646813902,47.74304,8.99899\n8870,1646813903,47.74304,8.99899\n8871,1646813904,47.74304,8.99899\n8872,1646813905,47.74304,8.99899\n8873,1646813906,47.74304,8.99899\n8874,1646813907,47.74304,8.99899\n8875,1646813908,47.74304,8.99899\n8876,1646813909,47.74304,8.99899\n8877,1646813910,47.74304,8.99899\n8878,1646813911,47.74304,8.99899\n8879,1646813912,47.74304,8.99899\n8880,1646813913,47.74304,8.99899\n8881,1646813914,47.74304,8.99899\n8882,1646813915,47.74304,8.99899\n8883,1646813916,47.74304,8.99899\n8884,1646813917,47.74304,8.99899\n8885,1646813918,47.74304,8.99899\n8886,1646813919,47.74304,8.99899\n8887,1646813920,47.74304,8.99899\n8888,1646813921,47.74304,8.99899\n8889,1646813922,47.74304,8.99899\n8890,1646813923,47.74304,8.99899\n8891,1646813924,47.74304,8.99899\n8892,1646813925,47.74304,8.99899\n8893,1646813926,47.74304,8.99899\n8894,1646813927,47.74304,8.99899\n8895,1646813928,47.74304,8.99899\n8896,1646813929,47.74304,8.99899\n8897,1646813930,47.74304,8.99899\n8898,1646813931,47.74304,8.99899\n8899,1646813932,47.74304,8.99899\n8900,1646813933,47.74304,8.99899\n8901,1646813934,47.74304,8.99899\n8902,1646813935,47.74304,8.99899\n8903,1646813936,47.74304,8.99899\n8904,1646813937,47.74304,8.99899\n8905,1646813938,47.74304,8.99899\n8906,1646813939,47.74304,8.99899\n8907,1646813940,47.74304,8.99899\n8908,1646813941,47.74304,8.99899\n8909,1646813942,47.74304,8.99899\n8910,1646813943,47.74304,8.99899\n8911,1646813944,47.74304,8.99899\n8912,1646813945,47.74304,8.99899\n8913,1646813946,47.74304,8.99899\n8914,1646813947,47.74304,8.99899\n8915,1646813948,47.74304,8.99899\n8916,1646813949,47.74304,8.99899\n8917,1646813950,47.74304,8.99899\n8918,1646813951,47.74304,8.99899\n8919,1646813952,47.74304,8.99899\n8920,1646813953,47.74304,8.99899\n8921,1646813954,47.74304,8.99899\n8922,1646813955,47.74304,8.99899\n8923,1646813956,47.74304,8.99899\n8924,1646813957,47.74304,8.99899\n8925,1646813958,47.74304,8.99899\n8926,1646813959,47.74304,8.99899\n8927,1646813960,47.74304,8.99899\n8928,1646813961,47.74304,8.99899\n8929,1646813962,47.74304,8.99899\n8930,1646813963,47.74304,8.99899\n8931,1646813964,47.74304,8.99899\n8932,1646813965,47.74304,8.99899\n8933,1646813966,47.74304,8.99899\n8934,1646813967,47.74304,8.99899\n8935,1646813968,47.74304,8.99899\n8936,1646813969,47.74304,8.99899\n8937,1646813970,47.74304,8.99899\n8938,1646813971,47.74304,8.99899\n8939,1646813972,47.74304,8.99899\n8940,1646813973,47.74304,8.99899\n8941,1646813974,47.74304,8.99899\n8942,1646813975,47.74304,8.99899\n8943,1646813976,47.74304,8.99899\n8944,1646813977,47.74304,8.99899\n8945,1646813978,47.74304,8.99899\n8946,1646813979,47.74304,8.99899\n8947,1646813980,47.74304,8.99899\n8948,1646813981,47.74304,8.99899\n8949,1646813982,47.74304,8.99899\n8950,1646813983,47.74304,8.99899\n8951,1646813984,47.74304,8.99899\n8952,1646813985,47.74304,8.99899\n8953,1646813986,47.74304,8.99899\n8954,1646813987,47.74304,8.99899\n8955,1646813988,47.74304,8.99899\n8956,1646813989,47.74304,8.99899\n8957,1646813990,47.74304,8.99899\n8958,1646813991,47.74304,8.99899\n8959,1646813992,47.74304,8.99899\n8960,1646813993,47.74304,8.99899\n8961,1646813994,47.74304,8.99899\n8962,1646813995,47.74304,8.99899\n8963,1646813996,47.74304,8.99899\n8964,1646813997,47.74304,8.99899\n8965,1646813998,47.74304,8.99899\n8966,1646813999,47.74304,8.99899\n8967,1646814000,47.74304,8.99899\n8968,1646814001,47.74304,8.99899\n8969,1646814002,47.74304,8.99899\n8970,1646814003,47.74304,8.99899\n8971,1646814004,47.74304,8.99899\n8972,1646814005,47.74304,8.99899\n8973,1646814006,47.74304,8.99899\n8974,1646814007,47.74304,8.99899\n8975,1646814008,47.74304,8.99899\n8976,1646814009,47.74304,8.99899\n8977,1646814010,47.74304,8.99899\n8978,1646814011,47.74304,8.99899\n8979,1646814012,47.74304,8.99899\n8980,1646814013,47.74304,8.99899\n8981,1646814014,47.74304,8.99899\n8982,1646814015,47.74304,8.99899\n8983,1646814016,47.74304,8.99899\n8984,1646814017,47.74304,8.99899\n8985,1646814018,47.74304,8.99899\n8986,1646814019,47.74304,8.99899\n8987,1646814020,47.74304,8.99899\n8988,1646814021,47.74304,8.99899\n8989,1646814022,47.74304,8.99899\n8990,1646814023,47.74304,8.99899\n8991,1646814024,47.74304,8.99899\n8992,1646814025,47.74304,8.99899\n8993,1646814026,47.74304,8.99899\n8994,1646814027,47.74304,8.99899\n8995,1646814028,47.74304,8.99899\n8996,1646814029,47.74304,8.99899\n8997,1646814030,47.74304,8.99899\n8998,1646814031,47.74304,8.99899\n8999,1646814032,47.74304,8.99899\n9000,1646814033,47.74304,8.99899\n9001,1646814034,47.74304,8.99899\n9002,1646814035,47.74304,8.99899\n9003,1646814036,47.74304,8.99899\n9004,1646814037,47.74304,8.99899\n9005,1646814038,47.74304,8.99899\n9006,1646814039,47.74304,8.99899\n9007,1646814040,47.74304,8.99899\n9008,1646814041,47.74304,8.99899\n9009,1646814042,47.74304,8.99899\n9010,1646814043,47.74304,8.99899\n9011,1646814044,47.74304,8.99899\n9012,1646814045,47.74304,8.99899\n9013,1646814046,47.74304,8.99899\n9014,1646814047,47.74304,8.99899\n9015,1646814048,47.74304,8.99899\n9016,1646814049,47.74304,8.99899\n9017,1646814050,47.74304,8.99899\n9018,1646814051,47.74304,8.99899\n9019,1646814052,47.74304,8.99899\n9020,1646814053,47.74304,8.99899\n9021,1646814054,47.74304,8.99899\n9022,1646814055,47.74304,8.99899\n9023,1646814056,47.74304,8.99899\n9024,1646814057,47.74304,8.99899\n9025,1646814058,47.74304,8.99899\n9026,1646814059,47.74304,8.99899\n9027,1646814060,47.74304,8.99899\n9028,1646814061,47.74304,8.99899\n9029,1646814062,47.74304,8.99899\n9030,1646814063,47.74304,8.99899\n9031,1646814064,47.74304,8.99899\n9032,1646814065,47.74304,8.99899\n9033,1646814066,47.74304,8.99899\n9034,1646814067,47.74304,8.99899\n9035,1646814068,47.74304,8.99899\n9036,1646814069,47.74304,8.99899\n9037,1646814070,47.74304,8.99899\n9038,1646814071,47.74304,8.99899\n9039,1646814072,47.74304,8.99899\n9040,1646814073,47.74304,8.99899\n9041,1646814074,47.74304,8.99899\n9042,1646814075,47.74304,8.99899\n9043,1646814076,47.74304,8.99899\n9044,1646814077,47.74304,8.99899\n9045,1646814078,47.74304,8.99899\n9046,1646814079,47.74304,8.99899\n9047,1646814080,47.74304,8.99899\n9048,1646814081,47.74304,8.99899\n9049,1646814082,47.74304,8.99899\n9050,1646814083,47.74304,8.99899\n9051,1646814084,47.74304,8.99899\n9052,1646814085,47.74304,8.99899\n9053,1646814086,47.74304,8.99899\n9054,1646814087,47.74304,8.99899\n9055,1646814088,47.74304,8.99899\n9056,1646814089,47.74304,8.99899\n9057,1646814090,47.74304,8.99899\n9058,1646814091,47.74304,8.99899\n9059,1646814092,47.74304,8.99899\n9060,1646814093,47.74304,8.99899\n9061,1646814094,47.74304,8.99899\n9062,1646814095,47.74304,8.99899\n9063,1646814096,47.74304,8.99899\n9064,1646814097,47.74304,8.99899\n9065,1646814098,47.74304,8.99899\n9066,1646814099,47.74304,8.99899\n9067,1646814100,47.74304,8.99899\n9068,1646814101,47.74304,8.99899\n9069,1646814102,47.74304,8.99899\n9070,1646814103,47.74304,8.99899\n9071,1646814104,47.74304,8.99899\n9072,1646814105,47.74304,8.99899\n9073,1646814106,47.74304,8.99899\n9074,1646814107,47.74304,8.99899\n9075,1646814108,47.74304,8.99899\n9076,1646814109,47.74304,8.99899\n9077,1646814110,47.74304,8.99899\n9078,1646814111,47.74304,8.99899\n9079,1646814112,47.74304,8.99899\n9080,1646814113,47.74304,8.99899\n9081,1646814114,47.74304,8.99899\n9082,1646814115,47.74304,8.99899\n9083,1646814116,47.74304,8.99899\n9084,1646814117,47.74304,8.99899\n9085,1646814118,47.74304,8.99899\n9086,1646814119,47.74304,8.99899\n9087,1646814120,47.74304,8.99899\n9088,1646814121,47.74304,8.99899\n9089,1646814122,47.74304,8.99899\n9090,1646814123,47.74304,8.99899\n9091,1646814124,47.74304,8.99899\n9092,1646814125,47.74304,8.99899\n9093,1646814126,47.74304,8.99899\n9094,1646814127,47.74304,8.99899\n9095,1646814128,47.74304,8.99899\n9096,1646814129,47.74304,8.99899\n9097,1646814130,47.74304,8.99899\n9098,1646814131,47.74304,8.99899\n9099,1646814132,47.74304,8.99899\n9100,1646814133,47.74304,8.99899\n9101,1646814134,47.74304,8.99899\n9102,1646814135,47.74304,8.99899\n9103,1646814136,47.74304,8.99899\n9104,1646814137,47.74304,8.99899\n9105,1646814138,47.74304,8.99899\n9106,1646814139,47.74304,8.99899\n9107,1646814140,47.74304,8.99899\n9108,1646814141,47.74304,8.99899\n9109,1646814142,47.74304,8.99899\n9110,1646814143,47.74304,8.99899\n9111,1646814144,47.74304,8.99899\n9112,1646814145,47.74304,8.99899\n9113,1646814146,47.74304,8.99899\n9114,1646814147,47.74304,8.99899\n9115,1646814148,47.74304,8.99899\n9116,1646814149,47.74304,8.99899\n9117,1646814150,47.74304,8.99899\n9118,1646814151,47.74304,8.99899\n9119,1646814152,47.74304,8.99899\n9120,1646814153,47.74304,8.99899\n9121,1646814154,47.74304,8.99899\n9122,1646814155,47.74304,8.99899\n9123,1646814156,47.74304,8.99899\n9124,1646814157,47.74304,8.99899\n9125,1646814158,47.74304,8.99899\n9126,1646814159,47.74304,8.99899\n9127,1646814160,47.74304,8.99899\n9128,1646814161,47.74304,8.99899\n9129,1646814162,47.74304,8.99899\n9130,1646814163,47.74304,8.99899\n9131,1646814164,47.74304,8.99899\n9132,1646814165,47.74304,8.99899\n9133,1646814166,47.74304,8.99899\n9134,1646814167,47.74304,8.99899\n9135,1646814168,47.74304,8.99899\n9136,1646814169,47.74304,8.99899\n9137,1646814170,47.74304,8.99899\n9138,1646814171,47.74304,8.99899\n9139,1646814172,47.74304,8.99899\n9140,1646814173,47.74304,8.99899\n9141,1646814174,47.74304,8.99899\n9142,1646814175,47.74304,8.99899\n9143,1646814176,47.74304,8.99899\n9144,1646814177,47.74304,8.99899\n9145,1646814178,47.74304,8.99899\n9146,1646814179,47.74304,8.99899\n9147,1646814180,47.74304,8.99899\n9148,1646814181,47.74304,8.99899\n9149,1646814182,47.74304,8.99899\n9150,1646814183,47.74304,8.99899\n9151,1646814184,47.74304,8.99899\n9152,1646814185,47.74304,8.99899\n9153,1646814186,47.74304,8.99899\n9154,1646814187,47.74304,8.99899\n9155,1646814188,47.74304,8.99899\n9156,1646814189,47.74304,8.99899\n9157,1646814190,47.74304,8.99899\n9158,1646814191,47.74304,8.99899\n9159,1646814192,47.74304,8.99899\n9160,1646814193,47.74304,8.99899\n9161,1646814194,47.74304,8.99899\n9162,1646814195,47.74304,8.99899\n9163,1646814196,47.74304,8.99899\n9164,1646814197,47.74304,8.99899\n9165,1646814198,47.74304,8.99899\n9166,1646814199,47.74304,8.99899\n9167,1646814200,47.74304,8.99899\n9168,1646814201,47.74304,8.99899\n9169,1646814202,47.74304,8.99899\n9170,1646814203,47.74304,8.99899\n9171,1646814204,47.74304,8.99899\n9172,1646814205,47.74304,8.99899\n9173,1646814206,47.74304,8.99899\n9174,1646814207,47.74304,8.99899\n9175,1646814208,47.74304,8.99899\n9176,1646814209,47.74304,8.99899\n9177,1646814210,47.74304,8.99899\n9178,1646814211,47.74304,8.99899\n9179,1646814212,47.74304,8.99899\n9180,1646814213,47.74304,8.99899\n9181,1646814214,47.74304,8.99899\n9182,1646814215,47.74304,8.99899\n9183,1646814216,47.74304,8.99899\n9184,1646814217,47.74304,8.99899\n9185,1646814218,47.74304,8.99899\n9186,1646814219,47.74304,8.99899\n9187,1646814220,47.74304,8.99899\n9188,1646814221,47.74304,8.99899\n9189,1646814222,47.74304,8.99899\n9190,1646814223,47.74304,8.99899\n9191,1646814224,47.74304,8.99899\n9192,1646814225,47.74304,8.99899\n9193,1646814226,47.74304,8.99899\n9194,1646814227,47.74304,8.99899\n9195,1646814228,47.74304,8.99899\n9196,1646814229,47.74304,8.99899\n9197,1646814230,47.74304,8.99899\n9198,1646814231,47.74304,8.99899\n9199,1646814232,47.74304,8.99899\n9200,1646814233,47.74304,8.99899\n9201,1646814234,47.74304,8.99899\n9202,1646814235,47.74304,8.99899\n9203,1646814236,47.74304,8.99899\n9204,1646814237,47.74304,8.99899\n9205,1646814238,47.74304,8.99899\n9206,1646814239,47.74304,8.99899\n9207,1646814240,47.74304,8.99899\n9208,1646814241,47.74304,8.99899\n9209,1646814242,47.74304,8.99899\n9210,1646814243,47.74304,8.99899\n9211,1646814244,47.74304,8.99899\n9212,1646814245,47.74304,8.99899\n9213,1646814246,47.74304,8.99899\n9214,1646814247,47.74304,8.99899\n9215,1646814248,47.74304,8.99899\n9216,1646814249,47.74304,8.99899\n9217,1646814250,47.74304,8.99899\n9218,1646814251,47.74304,8.99899\n9219,1646814252,47.74304,8.99899\n9220,1646814253,47.74304,8.99899\n9221,1646814254,47.74304,8.99899\n9222,1646814255,47.74304,8.99899\n9223,1646814256,47.74304,8.99899\n9224,1646814257,47.74304,8.99899\n9225,1646814258,47.74304,8.99899\n9226,1646814259,47.74304,8.99899\n9227,1646814260,47.74304,8.99899\n9228,1646814261,47.74304,8.99899\n9229,1646814262,47.74304,8.99899\n9230,1646814263,47.74304,8.99899\n9231,1646814264,47.74304,8.99899\n9232,1646814265,47.74304,8.99899\n9233,1646814266,47.74304,8.99899\n9234,1646814267,47.74304,8.99899\n9235,1646814268,47.74304,8.99899\n9236,1646814269,47.74304,8.99899\n9237,1646814270,47.74304,8.99899\n9238,1646814271,47.74304,8.99899\n9239,1646814272,47.74304,8.99899\n9240,1646814273,47.74304,8.99899\n9241,1646814274,47.74304,8.99899\n9242,1646814275,47.74304,8.99899\n9243,1646814276,47.74304,8.99899\n9244,1646814277,47.74304,8.99899\n9245,1646814278,47.74304,8.99899\n9246,1646814279,47.74304,8.99899\n9247,1646814280,47.74304,8.99899\n9248,1646814281,47.74304,8.99899\n9249,1646814282,47.74304,8.99899\n9250,1646814283,47.74304,8.99899\n9251,1646814284,47.74304,8.99899\n9252,1646814285,47.74304,8.99899\n9253,1646814286,47.74304,8.99899\n9254,1646814287,47.74304,8.99899\n9255,1646814288,47.74304,8.99899\n9256,1646814289,47.74304,8.99899\n9257,1646814290,47.74304,8.99899\n9258,1646814291,47.74304,8.99899\n9259,1646814292,47.74304,8.99899\n9260,1646814293,47.74304,8.99899\n9261,1646814294,47.74304,8.99899\n9262,1646814295,47.74304,8.99899\n9263,1646814296,47.74304,8.99899\n9264,1646814297,47.74304,8.99899\n9265,1646814298,47.74304,8.99899\n9266,1646814299,47.74304,8.99899\n9267,1646814300,47.74304,8.99899\n9268,1646814301,47.74304,8.99899\n9269,1646814302,47.74304,8.99899\n9270,1646814303,47.74304,8.99899\n9271,1646814304,47.74304,8.99899\n9272,1646814305,47.74304,8.99899\n9273,1646814306,47.74304,8.99899\n9274,1646814307,47.74304,8.99899\n9275,1646814308,47.74304,8.99899\n9276,1646814309,47.74304,8.99899\n9277,1646814310,47.74304,8.99899\n9278,1646814311,47.74304,8.99899\n9279,1646814312,47.74304,8.99899\n9280,1646814313,47.74304,8.99899\n9281,1646814314,47.74304,8.99899\n9282,1646814315,47.74304,8.99899\n9283,1646814316,47.74304,8.99899\n9284,1646814317,47.74304,8.99899\n9285,1646814318,47.74304,8.99899\n9286,1646814319,47.74304,8.99899\n9287,1646814320,47.74304,8.99899\n9288,1646814321,47.74304,8.99899\n9289,1646814322,47.74304,8.99899\n9290,1646814323,47.74304,8.99899\n9291,1646814324,47.74304,8.99899\n9292,1646814325,47.74304,8.99899\n9293,1646814326,47.74304,8.99899\n9294,1646814327,47.74304,8.99899\n9295,1646814328,47.74304,8.99899\n9296,1646814329,47.74304,8.99899\n9297,1646814330,47.74304,8.99899\n9298,1646814331,47.74304,8.99899\n9299,1646814332,47.74304,8.99899\n9300,1646814333,47.74304,8.99899\n9301,1646814334,47.74304,8.99899\n9302,1646814335,47.74304,8.99899\n9303,1646814336,47.74304,8.99899\n9304,1646814337,47.74304,8.99899\n9305,1646814338,47.74304,8.99899\n9306,1646814339,47.74304,8.99899\n9307,1646814340,47.74304,8.99899\n9308,1646814341,47.74304,8.99899\n9309,1646814342,47.74304,8.99899\n9310,1646814343,47.74304,8.99899\n9311,1646814344,47.74304,8.99899\n9312,1646814345,47.74304,8.99899\n9313,1646814346,47.74304,8.99899\n9314,1646814347,47.74304,8.99899\n9315,1646814348,47.74304,8.99899\n9316,1646814349,47.74304,8.99899\n9317,1646814350,47.74304,8.99899\n9318,1646814351,47.74304,8.99899\n9319,1646814352,47.74304,8.99899\n9320,1646814353,47.74304,8.99899\n9321,1646814354,47.74304,8.99899\n9322,1646814355,47.74304,8.99899\n9323,1646814356,47.74304,8.99899\n9324,1646814357,47.74304,8.99899\n9325,1646814358,47.74304,8.99899\n9326,1646814359,47.74304,8.99899\n9327,1646814360,47.74304,8.99899\n9328,1646814361,47.74304,8.99899\n9329,1646814362,47.74304,8.99899\n9330,1646814363,47.74304,8.99899\n9331,1646814364,47.74304,8.99899\n9332,1646814365,47.74304,8.99899\n9333,1646814366,47.74304,8.99899\n9334,1646814367,47.74304,8.99899\n9335,1646814368,47.74304,8.99899\n9336,1646814369,47.74304,8.99899\n9337,1646814370,47.74304,8.99899\n9338,1646814371,47.74304,8.99899\n9339,1646814372,47.74304,8.99899\n9340,1646814373,47.74304,8.99899\n9341,1646814374,47.74304,8.99899\n9342,1646814375,47.74304,8.99899\n9343,1646814438,47.74312,8.99887\n9344,1646814439,47.74300,8.99894\n9345,1646814440,47.74300,8.99896\n9346,1646814441,47.74299,8.99898\n9347,1646814442,47.74299,8.99899\n9348,1646814443,47.74299,8.99899\n9349,1646814444,47.74299,8.99900\n9350,1646814445,47.74299,8.99900\n9351,1646814447,47.74300,8.99900\n9352,1646814448,47.74301,8.99899\n9353,1646814449,47.74301,8.99899\n9354,1646814450,47.74302,8.99899\n9355,1646814451,47.74302,8.99899\n9356,1646814452,47.74302,8.99899\n9357,1646814453,47.74303,8.99899\n9358,1646814454,47.74302,8.99899\n9359,1646814455,47.74302,8.99899\n9360,1646814456,47.74302,8.99899\n9361,1646814457,47.74302,8.99899\n9362,1646814458,47.74303,8.99900\n9363,1646814459,47.74303,8.99900\n9364,1646814460,47.74303,8.99900\n9365,1646814461,47.74303,8.99899\n9366,1646814462,47.74303,8.99900\n9367,1646814463,47.74303,8.99900\n9368,1646814464,47.74303,8.99900\n9369,1646814465,47.74303,8.99900\n9370,1646814466,47.74303,8.99900\n9371,1646814467,47.74303,8.99900\n9372,1646814468,47.74303,8.99900\n9373,1646814469,47.74303,8.99900\n9374,1646814470,47.74303,8.99899\n9375,1646814471,47.74303,8.99899\n9376,1646814472,47.74303,8.99899\n9377,1646814473,47.74303,8.99899\n9378,1646814474,47.74303,8.99899\n9379,1646814475,47.74303,8.99899\n9380,1646814476,47.74303,8.99899\n9381,1646814477,47.74303,8.99899\n9382,1646814478,47.74303,8.99899\n9383,1646814479,47.74303,8.99899\n9384,1646814480,47.74303,8.99899\n9385,1646814481,47.74303,8.99899\n9386,1646814482,47.74303,8.99899\n9387,1646814483,47.74303,8.99899\n9388,1646814484,47.74303,8.99899\n9389,1646814485,47.74303,8.99899\n9390,1646814486,47.74303,8.99899\n9391,1646814487,47.74303,8.99899\n9392,1646814488,47.74303,8.99899\n9393,1646814489,47.74303,8.99899\n9394,1646814490,47.74303,8.99899\n9395,1646814491,47.74303,8.99899\n9396,1646814492,47.74303,8.99899\n9397,1646814493,47.74303,8.99899\n9398,1646814494,47.74303,8.99899\n9399,1646814495,47.74303,8.99899\n9400,1646814496,47.74303,8.99899\n9401,1646814497,47.74303,8.99899\n9402,1646814498,47.74303,8.99899\n9403,1646814499,47.74303,8.99899\n9404,1646814500,47.74303,8.99899\n9405,1646814501,47.74303,8.99899\n9406,1646814502,47.74303,8.99899\n9407,1646814503,47.74303,8.99899\n9408,1646814504,47.74303,8.99899\n9409,1646814505,47.74303,8.99899\n9410,1646814506,47.74303,8.99899\n9411,1646814507,47.74303,8.99899\n9412,1646814508,47.74303,8.99899\n9413,1646814509,47.74303,8.99899\n9414,1646814510,47.74303,8.99899\n9415,1646814511,47.74303,8.99899\n9416,1646814512,47.74303,8.99899\n9417,1646814513,47.74303,8.99899\n9418,1646814514,47.74303,8.99899\n9419,1646814515,47.74303,8.99899\n9420,1646814516,47.74303,8.99899\n9421,1646814517,47.74303,8.99899\n9422,1646814518,47.74303,8.99899\n9423,1646814519,47.74303,8.99899\n9424,1646814520,47.74303,8.99899\n9425,1646814521,47.74303,8.99899\n9426,1646814522,47.74303,8.99899\n9427,1646814523,47.74303,8.99899\n9428,1646814524,47.74303,8.99899\n9429,1646814525,47.74303,8.99899\n9430,1646814526,47.74303,8.99899\n9431,1646814527,47.74303,8.99899\n9432,1646814528,47.74303,8.99899\n9433,1646814529,47.74303,8.99899\n9434,1646814530,47.74303,8.99899\n9435,1646814531,47.74303,8.99899\n9436,1646814532,47.74303,8.99899\n9437,1646814596,47.74297,8.99896\n9438,1646814597,47.74299,8.99897\n9439,1646814598,47.74301,8.99898\n9440,1646814599,47.74302,8.99898\n9441,1646814600,47.74303,8.99898\n9442,1646814601,47.74303,8.99898\n9443,1646814602,47.74303,8.99898\n9444,1646814603,47.74304,8.99898\n9445,1646814604,47.74304,8.99899\n9446,1646814605,47.74304,8.99898\n9447,1646814606,47.74304,8.99898\n9448,1646814607,47.74303,8.99899\n9449,1646814609,47.74303,8.99899\n9450,1646814610,47.74304,8.99899\n9451,1646814611,47.74304,8.99899\n9452,1646814612,47.74304,8.99899\n9453,1646814613,47.74304,8.99899\n9454,1646814614,47.74304,8.99899\n9455,1646814615,47.74303,8.99899\n9456,1646814616,47.74303,8.99899\n9457,1646814617,47.74303,8.99899\n9458,1646814618,47.74303,8.99899\n9459,1646814619,47.74304,8.99899\n9460,1646814620,47.74304,8.99899\n9461,1646814621,47.74304,8.99899\n9462,1646814622,47.74304,8.99899\n9463,1646814623,47.74304,8.99899\n9464,1646814624,47.74304,8.99899\n9465,1646814625,47.74304,8.99899\n9466,1646814626,47.74304,8.99899\n9467,1646814627,47.74304,8.99899\n9468,1646814628,47.74304,8.99899\n9469,1646814629,47.74304,8.99899\n9470,1646814630,47.74304,8.99899\n9471,1646814631,47.74304,8.99899\n9472,1646814633,47.74304,8.99899\n9473,1646814634,47.74304,8.99899\n9474,1646814635,47.74304,8.99899\n9475,1646814636,47.74304,8.99899\n9476,1646814637,47.74304,8.99899\n9477,1646814638,47.74304,8.99899\n9478,1646814639,47.74304,8.99899\n9479,1646814640,47.74304,8.99899\n9480,1646814641,47.74304,8.99899\n9481,1646814642,47.74304,8.99899\n9482,1646814643,47.74304,8.99899\n9483,1646814644,47.74304,8.99899\n9484,1646814645,47.74304,8.99899\n9485,1646814646,47.74304,8.99899\n9486,1646814647,47.74304,8.99899\n9487,1646814648,47.74304,8.99899\n9488,1646814649,47.74304,8.99899\n9489,1646814650,47.74304,8.99899\n9490,1646814651,47.74304,8.99899\n9491,1646814652,47.74304,8.99899\n9492,1646814653,47.74304,8.99899\n9493,1646814654,47.74304,8.99899\n9494,1646814655,47.74304,8.99899\n9495,1646814656,47.74304,8.99899\n9496,1646814657,47.74304,8.99899\n9497,1646814658,47.74304,8.99899\n9498,1646814659,47.74304,8.99899\n9499,1646814660,47.74304,8.99899\n9500,1646814661,47.74304,8.99899\n9501,1646814662,47.74304,8.99899\n9502,1646814663,47.74304,8.99899\n9503,1646814664,47.74304,8.99899\n9504,1646814665,47.74304,8.99899\n9505,1646814666,47.74304,8.99899\n9506,1646814667,47.74304,8.99899\n9507,1646814668,47.74304,8.99899\n9508,1646814669,47.74304,8.99899\n9509,1646814670,47.74304,8.99899\n9510,1646814671,47.74304,8.99899\n9511,1646814672,47.74304,8.99899\n9512,1646814673,47.74304,8.99899\n9513,1646814674,47.74304,8.99899\n9514,1646814675,47.74304,8.99899\n9515,1646814676,47.74304,8.99899\n9516,1646814677,47.74304,8.99899\n9517,1646814678,47.74304,8.99899\n9518,1646814679,47.74304,8.99899\n9519,1646814680,47.74304,8.99899\n9520,1646814681,47.74304,8.99899\n9521,1646814682,47.74304,8.99899\n9522,1646814683,47.74304,8.99899\n9523,1646814684,47.74304,8.99899\n9524,1646814685,47.74304,8.99899\n9525,1646814686,47.74304,8.99899\n9526,1646814687,47.74304,8.99899\n9527,1646814688,47.74304,8.99899\n9528,1646814689,47.74304,8.99899\n9529,1646814690,47.74304,8.99899\n9530,1646814691,47.74304,8.99899\n9531,1646814692,47.74304,8.99899\n9532,1646814693,47.74304,8.99899\n9533,1646814694,47.74304,8.99899\n9534,1646814757,47.74300,8.99889\n9535,1646814758,47.74304,8.99898\n9536,1646814759,47.74306,8.99900\n9537,1646814760,47.74306,8.99899\n9538,1646814761,47.74306,8.99899\n9539,1646814762,47.74305,8.99898\n9540,1646814763,47.74304,8.99897\n9541,1646814764,47.74303,8.99897\n9542,1646814765,47.74303,8.99897\n9543,1646814766,47.74303,8.99897\n9544,1646814767,47.74302,8.99898\n9545,1646814768,47.74302,8.99898\n9546,1646814769,47.74302,8.99899\n9547,1646814771,47.74302,8.99899\n9548,1646814772,47.74302,8.99899\n9549,1646814773,47.74303,8.99899\n9550,1646814774,47.74303,8.99899\n9551,1646814775,47.74303,8.99899\n9552,1646814776,47.74303,8.99899\n9553,1646814777,47.74302,8.99899\n9554,1646814778,47.74302,8.99899\n9555,1646814779,47.74302,8.99899\n9556,1646814780,47.74302,8.99899\n9557,1646814781,47.74302,8.99899\n9558,1646814782,47.74302,8.99899\n9559,1646814783,47.74302,8.99899\n9560,1646814784,47.74302,8.99899\n9561,1646814785,47.74302,8.99899\n9562,1646814786,47.74302,8.99899\n9563,1646814787,47.74302,8.99898\n9564,1646814788,47.74302,8.99898\n9565,1646814789,47.74302,8.99898\n9566,1646814790,47.74302,8.99898\n9567,1646814791,47.74302,8.99898\n9568,1646814792,47.74302,8.99898\n9569,1646814793,47.74302,8.99898\n9570,1646814794,47.74302,8.99898\n9571,1646814795,47.74301,8.99898\n9572,1646814796,47.74301,8.99898\n9573,1646814797,47.74301,8.99898\n9574,1646814798,47.74301,8.99898\n9575,1646814799,47.74301,8.99898\n9576,1646814800,47.74301,8.99898\n9577,1646814801,47.74301,8.99898\n9578,1646814802,47.74301,8.99898\n9579,1646814803,47.74301,8.99898\n9580,1646814804,47.74301,8.99898\n9581,1646814805,47.74301,8.99898\n9582,1646814806,47.74301,8.99898\n9583,1646814807,47.74301,8.99898\n9584,1646814808,47.74301,8.99898\n9585,1646814809,47.74301,8.99898\n9586,1646814810,47.74301,8.99898\n9587,1646814811,47.74301,8.99898\n9588,1646814812,47.74301,8.99898\n9589,1646814813,47.74301,8.99898\n9590,1646814814,47.74301,8.99898\n9591,1646814815,47.74301,8.99898\n9592,1646814816,47.74301,8.99898\n9593,1646814817,47.74301,8.99898\n9594,1646814818,47.74301,8.99898\n9595,1646814819,47.74301,8.99898\n9596,1646814820,47.74301,8.99898\n9597,1646814821,47.74301,8.99898\n9598,1646814822,47.74301,8.99898\n9599,1646814886,47.74305,8.99900\n9600,1646814887,47.74304,8.99899\n9601,1646814888,47.74304,8.99898\n9602,1646814889,47.74305,8.99898\n9603,1646814890,47.74304,8.99898\n9604,1646814891,47.74304,8.99898\n9605,1646814892,47.74304,8.99898\n9606,1646814893,47.74304,8.99898\n9607,1646814894,47.74303,8.99899\n9608,1646814895,47.74303,8.99899\n9609,1646814896,47.74303,8.99899\n9610,1646814898,47.74303,8.99899\n9611,1646814899,47.74303,8.99899\n9612,1646814900,47.74302,8.99898\n9613,1646814901,47.74302,8.99898\n9614,1646814902,47.74302,8.99898\n9615,1646814903,47.74302,8.99898\n9616,1646814904,47.74301,8.99898\n9617,1646814905,47.74301,8.99897\n9618,1646814906,47.74301,8.99897\n9619,1646814907,47.74301,8.99897\n9620,1646814908,47.74301,8.99897\n9621,1646814909,47.74301,8.99897\n9622,1646814910,47.74301,8.99897\n9623,1646814911,47.74301,8.99897\n9624,1646814912,47.74301,8.99897\n9625,1646814913,47.74301,8.99897\n9626,1646814914,47.74301,8.99897\n9627,1646814915,47.74301,8.99897\n9628,1646814916,47.74302,8.99898\n9629,1646814917,47.74302,8.99898\n9630,1646814918,47.74302,8.99898\n9631,1646814919,47.74302,8.99898\n9632,1646814920,47.74302,8.99898\n9633,1646814921,47.74302,8.99898\n9634,1646814922,47.74302,8.99898\n9635,1646814923,47.74302,8.99898\n9636,1646814924,47.74302,8.99898\n9637,1646814925,47.74302,8.99898\n9638,1646814926,47.74302,8.99898\n9639,1646814988,47.74308,8.99897\n9640,1646814989,47.74310,8.99899\n9641,1646814990,47.74309,8.99899\n9642,1646814991,47.74309,8.99900\n9643,1646814992,47.74308,8.99900\n9644,1646814993,47.74308,8.99899\n9645,1646814994,47.74307,8.99899\n9646,1646814995,47.74306,8.99899\n9647,1646814996,47.74306,8.99898\n9648,1646814997,47.74307,8.99898\n9649,1646814999,47.74307,8.99898\n9650,1646815000,47.74306,8.99898\n9651,1646815001,47.74306,8.99898\n9652,1646815002,47.74306,8.99898\n9653,1646815003,47.74306,8.99899\n9654,1646815004,47.74306,8.99899\n9655,1646815005,47.74306,8.99899\n9656,1646815006,47.74306,8.99899\n9657,1646815007,47.74306,8.99899\n9658,1646815008,47.74306,8.99899\n9659,1646815009,47.74306,8.99899\n9660,1646815010,47.74306,8.99899\n9661,1646815011,47.74306,8.99900\n9662,1646815012,47.74306,8.99900\n9663,1646815013,47.74306,8.99900\n9664,1646815014,47.74306,8.99900\n9665,1646815015,47.74306,8.99900\n9666,1646815016,47.74306,8.99900\n9667,1646815017,47.74306,8.99900\n9668,1646815018,47.74306,8.99900\n9669,1646815019,47.74306,8.99900\n9670,1646815020,47.74306,8.99900\n9671,1646815021,47.74305,8.99900\n9672,1646815022,47.74306,8.99900\n9673,1646815023,47.74306,8.99900\n9674,1646815024,47.74306,8.99900\n9675,1646815025,47.74306,8.99900\n9676,1646815026,47.74306,8.99900\n9677,1646815027,47.74306,8.99900\n9678,1646815028,47.74306,8.99900\n9679,1646815029,47.74306,8.99900\n9680,1646815030,47.74306,8.99900\n9681,1646815031,47.74306,8.99900\n9682,1646815032,47.74306,8.99900\n9683,1646815033,47.74306,8.99900\n9684,1646815034,47.74306,8.99900\n9685,1646815097,47.74316,8.99880\n9686,1646815098,47.74304,8.99896\n9687,1646815099,47.74302,8.99898\n9688,1646815100,47.74300,8.99898\n9689,1646815101,47.74300,8.99898\n9690,1646815102,47.74301,8.99898\n9691,1646815103,47.74302,8.99897\n9692,1646815104,47.74302,8.99897\n9693,1646815105,47.74302,8.99897\n9694,1646815106,47.74303,8.99898\n9695,1646815108,47.74303,8.99898\n9696,1646815109,47.74303,8.99897\n9697,1646815110,47.74304,8.99897\n9698,1646815111,47.74303,8.99897\n9699,1646815112,47.74303,8.99897\n9700,1646815113,47.74303,8.99897\n9701,1646815114,47.74303,8.99897\n9702,1646815115,47.74304,8.99897\n9703,1646815116,47.74304,8.99896\n9704,1646815117,47.74304,8.99896\n9705,1646815118,47.74304,8.99896\n9706,1646815119,47.74303,8.99896\n9707,1646815120,47.74303,8.99896\n9708,1646815121,47.74303,8.99895\n9709,1646815122,47.74303,8.99895\n9710,1646815123,47.74303,8.99895\n9711,1646815124,47.74303,8.99895\n9712,1646815125,47.74303,8.99895\n9713,1646815126,47.74304,8.99895\n9714,1646815127,47.74304,8.99895\n9715,1646815128,47.74304,8.99895\n9716,1646815129,47.74304,8.99895\n9717,1646815131,47.74304,8.99895\n9718,1646815132,47.74304,8.99896\n9719,1646815133,47.74304,8.99896\n9720,1646815134,47.74304,8.99896\n9721,1646815135,47.74304,8.99896\n9722,1646815136,47.74304,8.99896\n9723,1646815137,47.74304,8.99896\n9724,1646815138,47.74304,8.99896\n9725,1646815139,47.74304,8.99896\n9726,1646815140,47.74304,8.99896\n9727,1646815141,47.74304,8.99896\n9728,1646815142,47.74305,8.99896\n9729,1646815143,47.74305,8.99896\n9730,1646815144,47.74305,8.99896\n9731,1646815145,47.74305,8.99896\n9732,1646815146,47.74305,8.99896\n9733,1646815209,47.74330,8.99916\n9734,1646815210,47.74311,8.99905\n9735,1646815211,47.74313,8.99906\n9736,1646815212,47.74313,8.99906\n9737,1646815213,47.74312,8.99905\n9738,1646815214,47.74312,8.99904\n9739,1646815215,47.74313,8.99903\n9740,1646815216,47.74313,8.99902\n9741,1646815217,47.74313,8.99902\n9742,1646815218,47.74313,8.99901\n9743,1646815219,47.74313,8.99901\n9744,1646815221,47.74312,8.99901\n9745,1646815222,47.74312,8.99901\n9746,1646815223,47.74312,8.99901\n9747,1646815224,47.74312,8.99901\n9748,1646815225,47.74312,8.99901\n9749,1646815226,47.74312,8.99901\n9750,1646815227,47.74312,8.99901\n9751,1646815228,47.74311,8.99902\n9752,1646815229,47.74311,8.99902\n9753,1646815230,47.74311,8.99902\n9754,1646815231,47.74311,8.99902\n9755,1646815232,47.74310,8.99902\n9756,1646815233,47.74311,8.99903\n9757,1646815234,47.74310,8.99902\n9758,1646815235,47.74311,8.99902\n9759,1646815236,47.74310,8.99902\n9760,1646815237,47.74310,8.99901\n9761,1646815238,47.74310,8.99901\n9762,1646815239,47.74310,8.99901\n9763,1646815240,47.74310,8.99901\n9764,1646815241,47.74310,8.99901\n9765,1646815242,47.74310,8.99901\n9766,1646815243,47.74309,8.99901\n9767,1646815244,47.74309,8.99901\n9768,1646815245,47.74309,8.99901\n9769,1646815246,47.74309,8.99901\n9770,1646815247,47.74309,8.99901\n9771,1646815248,47.74309,8.99901\n9772,1646815249,47.74309,8.99901\n9773,1646815250,47.74309,8.99901\n9774,1646815313,47.74282,8.99890\n9775,1646815314,47.74299,8.99897\n9776,1646815315,47.74299,8.99896\n9777,1646815316,47.74299,8.99895\n9778,1646815317,47.74299,8.99895\n9779,1646815318,47.74299,8.99895\n9780,1646815319,47.74299,8.99896\n9781,1646815320,47.74299,8.99895\n9782,1646815321,47.74300,8.99895\n9783,1646815322,47.74302,8.99897\n9784,1646815324,47.74302,8.99898\n9785,1646815325,47.74302,8.99898\n9786,1646815326,47.74302,8.99898\n9787,1646815327,47.74303,8.99898\n9788,1646815328,47.74303,8.99898\n9789,1646815329,47.74303,8.99899\n9790,1646815330,47.74303,8.99899\n9791,1646815331,47.74303,8.99899\n9792,1646815332,47.74303,8.99898\n9793,1646815333,47.74303,8.99898\n9794,1646815334,47.74303,8.99898\n9795,1646815335,47.74303,8.99898\n9796,1646815336,47.74303,8.99898\n9797,1646815337,47.74303,8.99899\n9798,1646815338,47.74303,8.99899\n9799,1646815339,47.74303,8.99899\n9800,1646815340,47.74303,8.99899\n9801,1646815341,47.74303,8.99898\n9802,1646815342,47.74303,8.99899\n9803,1646815343,47.74303,8.99899\n9804,1646815344,47.74303,8.99899\n9805,1646815345,47.74302,8.99898\n9806,1646815346,47.74302,8.99898\n9807,1646815347,47.74302,8.99898\n9808,1646815348,47.74302,8.99898\n9809,1646815349,47.74303,8.99898\n9810,1646815350,47.74303,8.99898\n9811,1646815351,47.74303,8.99898\n9812,1646815352,47.74303,8.99898\n9813,1646815353,47.74303,8.99898\n9814,1646815416,47.74318,8.99898\n9815,1646815417,47.74307,8.99900\n9816,1646815418,47.74307,8.99901\n9817,1646815419,47.74306,8.99900\n9818,1646815420,47.74306,8.99900\n9819,1646815421,47.74307,8.99900\n9820,1646815422,47.74308,8.99899\n9821,1646815423,47.74308,8.99900\n9822,1646815424,47.74308,8.99900\n9823,1646815426,47.74309,8.99901\n9824,1646815427,47.74309,8.99901\n9825,1646815428,47.74309,8.99901\n9826,1646815429,47.74309,8.99902\n9827,1646815430,47.74309,8.99902\n9828,1646815431,47.74309,8.99902\n9829,1646815432,47.74309,8.99902\n9830,1646815433,47.74309,8.99902\n9831,1646815434,47.74309,8.99901\n9832,1646815435,47.74308,8.99901\n9833,1646815436,47.74308,8.99901\n9834,1646815437,47.74308,8.99901\n9835,1646815438,47.74308,8.99901\n9836,1646815439,47.74308,8.99901\n9837,1646815440,47.74308,8.99901\n9838,1646815441,47.74308,8.99901\n9839,1646815442,47.74308,8.99901\n9840,1646815443,47.74308,8.99901\n9841,1646815444,47.74307,8.99901\n9842,1646815445,47.74307,8.99901\n9843,1646815446,47.74307,8.99901\n9844,1646815447,47.74307,8.99901\n9845,1646815448,47.74307,8.99901\n9846,1646815449,47.74307,8.99901\n9847,1646815450,47.74307,8.99902\n9848,1646815451,47.74307,8.99902\n9849,1646815452,47.74307,8.99902\n9850,1646815453,47.74307,8.99902\n9851,1646815516,47.74304,8.99898\n9852,1646815517,47.74301,8.99896\n9853,1646815518,47.74301,8.99896\n9854,1646815519,47.74302,8.99896\n9855,1646815520,47.74302,8.99896\n9856,1646815521,47.74302,8.99896\n9857,1646815522,47.74303,8.99897\n9858,1646815523,47.74303,8.99897\n9859,1646815524,47.74303,8.99897\n9860,1646815525,47.74303,8.99897\n9861,1646815527,47.74303,8.99897\n9862,1646815528,47.74303,8.99897\n9863,1646815529,47.74303,8.99898\n9864,1646815530,47.74304,8.99898\n9865,1646815531,47.74304,8.99898\n9866,1646815532,47.74304,8.99898\n9867,1646815533,47.74305,8.99899\n9868,1646815534,47.74305,8.99899\n9869,1646815535,47.74305,8.99899\n9870,1646815536,47.74305,8.99899\n9871,1646815537,47.74305,8.99899\n9872,1646815538,47.74305,8.99899\n9873,1646815539,47.74305,8.99899\n9874,1646815540,47.74305,8.99899\n9875,1646815541,47.74305,8.99899\n9876,1646815542,47.74305,8.99899\n9877,1646815543,47.74305,8.99899\n9878,1646815544,47.74306,8.99899\n9879,1646815545,47.74306,8.99899\n9880,1646815546,47.74306,8.99899\n9881,1646815547,47.74306,8.99899\n9882,1646815548,47.74306,8.99899\n9883,1646815549,47.74306,8.99899\n9884,1646815612,47.74315,8.99904\n9885,1646815613,47.74310,8.99901\n9886,1646815614,47.74308,8.99901\n9887,1646815615,47.74307,8.99902\n9888,1646815616,47.74308,8.99902\n9889,1646815617,47.74309,8.99902\n9890,1646815618,47.74309,8.99903\n9891,1646815619,47.74310,8.99903\n9892,1646815620,47.74310,8.99903\n9893,1646815621,47.74310,8.99902\n9894,1646815623,47.74310,8.99902\n9895,1646815624,47.74310,8.99902\n9896,1646815625,47.74310,8.99902\n9897,1646815626,47.74310,8.99902\n9898,1646815627,47.74310,8.99901\n9899,1646815628,47.74310,8.99901\n9900,1646815629,47.74310,8.99901\n9901,1646815630,47.74310,8.99901\n9902,1646815631,47.74310,8.99900\n9903,1646815632,47.74310,8.99900\n9904,1646815633,47.74310,8.99900\n9905,1646815634,47.74310,8.99900\n9906,1646815635,47.74309,8.99900\n9907,1646815636,47.74309,8.99899\n9908,1646815637,47.74309,8.99899\n9909,1646815638,47.74309,8.99899\n9910,1646815639,47.74309,8.99899\n9911,1646815640,47.74309,8.99899\n9912,1646815641,47.74309,8.99899\n9913,1646815704,47.74304,8.99901\n9914,1646815705,47.74304,8.99900\n9915,1646815706,47.74306,8.99902\n9916,1646815707,47.74305,8.99900\n9917,1646815708,47.74304,8.99900\n9918,1646815709,47.74304,8.99899\n9919,1646815710,47.74304,8.99899\n9920,1646815711,47.74304,8.99899\n9921,1646815713,47.74304,8.99899\n9922,1646815714,47.74303,8.99899\n9923,1646815715,47.74303,8.99899\n9924,1646815716,47.74303,8.99898\n9925,1646815717,47.74303,8.99898\n9926,1646815718,47.74303,8.99898\n9927,1646815719,47.74303,8.99898\n9928,1646815720,47.74303,8.99898\n9929,1646815721,47.74303,8.99898\n9930,1646815722,47.74302,8.99898\n9931,1646815723,47.74302,8.99898\n9932,1646815724,47.74302,8.99897\n9933,1646815725,47.74302,8.99897\n9934,1646815726,47.74303,8.99898\n9935,1646815727,47.74303,8.99898\n9936,1646815728,47.74303,8.99898\n9937,1646815729,47.74303,8.99898\n9938,1646815730,47.74303,8.99898\n9939,1646815793,47.74316,8.99903\n9940,1646815794,47.74299,8.99895\n9941,1646815795,47.74301,8.99896\n9942,1646815796,47.74302,8.99897\n9943,1646815797,47.74301,8.99897\n9944,1646815798,47.74302,8.99897\n9945,1646815799,47.74302,8.99897\n9946,1646815800,47.74303,8.99897\n9947,1646815801,47.74303,8.99897\n9948,1646815803,47.74303,8.99897\n9949,1646815804,47.74303,8.99897\n9950,1646815805,47.74303,8.99897\n9951,1646815806,47.74303,8.99897\n9952,1646815807,47.74303,8.99897\n9953,1646815808,47.74303,8.99897\n9954,1646815809,47.74303,8.99897\n9955,1646815810,47.74303,8.99897\n9956,1646815811,47.74303,8.99897\n9957,1646815812,47.74302,8.99897\n9958,1646815813,47.74303,8.99897\n9959,1646815877,47.74306,8.99900\n9960,1646815878,47.74307,8.99899\n9961,1646815879,47.74307,8.99899\n9962,1646815880,47.74307,8.99899\n9963,1646815881,47.74308,8.99898\n9964,1646815882,47.74308,8.99898\n9965,1646815883,47.74308,8.99898\n9966,1646815884,47.74309,8.99898\n9967,1646815885,47.74308,8.99900\n9968,1646815887,47.74309,8.99899\n9969,1646815888,47.74309,8.99899\n9970,1646815889,47.74309,8.99899\n9971,1646815890,47.74308,8.99899\n9972,1646815891,47.74308,8.99899\n9973,1646815892,47.74308,8.99898\n9974,1646815955,47.74319,8.99908\n9975,1646815956,47.74301,8.99888\n9976,1646815957,47.74303,8.99896\n9977,1646815958,47.74304,8.99897\n9978,1646815959,47.74304,8.99898\n9979,1646815960,47.74304,8.99899\n9980,1646815961,47.74304,8.99899\n9981,1646815962,47.74304,8.99899\n9982,1646815963,47.74303,8.99899\n9983,1646815965,47.74303,8.99899\n9984,1646815966,47.74303,8.99900\n9985,1646815967,47.74303,8.99900\n9986,1646815968,47.74303,8.99900\n9987,1646815969,47.74303,8.99900\n9988,1646815970,47.74303,8.99900\n9989,1646816033,47.74298,8.99903\n9990,1646816034,47.74307,8.99904\n9991,1646816035,47.74308,8.99903\n9992,1646816036,47.74309,8.99903\n9993,1646816037,47.74309,8.99902\n9994,1646816038,47.74310,8.99903\n9995,1646816039,47.74309,8.99902\n9996,1646816040,47.74309,8.99902\n9997,1646816041,47.74307,8.99901\n9998,1646816043,47.74307,8.99900\n9999,1646816044,47.74307,8.99900\n10000,1646816045,47.74307,8.99900\n10001,1646816046,47.74306,8.99900\n10002,1646816047,47.74306,8.99900\n10003,1646816048,47.74306,8.99900\n10004,1646816049,47.74306,8.99900\n10005,1646816050,47.74306,8.99900\n10006,1646819371,47.74300,8.99891\n10007,1646819373,47.74299,8.99891\n10008,1646819374,47.74299,8.99891\n10009,1646819375,47.74299,8.99891\n10010,1646819376,47.74299,8.99891\n10011,1646819377,47.74299,8.99891\n10012,1646819378,47.74299,8.99891\n10013,1646819379,47.74299,8.99891\n10014,1646819380,47.74299,8.99891\n10015,1646819381,47.74299,8.99891\n10016,1646819382,47.74299,8.99891\n10017,1646819383,47.74299,8.99891\n10018,1646819384,47.74299,8.99891\n10019,1646819385,47.74299,8.99891\n10020,1646819386,47.74299,8.99892\n10021,1646819387,47.74299,8.99892\n10022,1646819388,47.74300,8.99892\n10023,1646819389,47.74300,8.99892\n10024,1646819390,47.74300,8.99892\n10025,1646819391,47.74300,8.99892\n10026,1646819392,47.74300,8.99892\n10027,1646819393,47.74300,8.99892\n10028,1646819394,47.74300,8.99892\n10029,1646819395,47.74300,8.99892\n10030,1646819396,47.74300,8.99892\n10031,1646819397,47.74300,8.99892\n10032,1646819398,47.74300,8.99892\n10033,1646819399,47.74300,8.99892\n10034,1646819400,47.74299,8.99891\n10035,1646819401,47.74299,8.99891\n10036,1646819402,47.74299,8.99891\n10037,1646819403,47.74299,8.99891\n10038,1646819404,47.74299,8.99891\n10039,1646819405,47.74299,8.99891\n10040,1646819406,47.74299,8.99891\n10041,1646819407,47.74299,8.99891\n10042,1646819408,47.74299,8.99891\n10043,1646819409,47.74299,8.99892\n10044,1646819410,47.74299,8.99892\n10045,1646819411,47.74299,8.99892\n10046,1646819412,47.74299,8.99892\n10047,1646819413,47.74299,8.99892\n10048,1646819414,47.74299,8.99892\n10049,1646819415,47.74300,8.99892\n10050,1646819416,47.74300,8.99892\n10051,1646819417,47.74300,8.99892\n10052,1646819418,47.74300,8.99892\n10053,1646819419,47.74300,8.99892\n10054,1646821531,47.74301,8.99893\n10055,1646821533,47.74300,8.99892\n10056,1646821534,47.74300,8.99892\n10057,1646821535,47.74299,8.99891\n10058,1646821536,47.74298,8.99890\n10059,1646821537,47.74298,8.99890\n10060,1646821538,47.74298,8.99890\n10061,1646823481,47.74268,9.00020\n10062,1646823483,47.74268,9.00020\n10063,1646823486,47.74276,9.00019\n10064,1646823487,47.74276,9.00018\n10065,1646823488,47.74277,9.00017\n10066,1646823489,47.74277,9.00017\n10067,1646823490,47.74278,9.00016\n10068,1646823491,47.74279,9.00016\n10069,1646823492,47.74279,9.00015\n*END MEMORY*\nV201, ID: 30-5526, 3374mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 1 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/02_StationaryPosition_5s_Interval/20220223_5s_Interval_2060_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1645607888,47.74132,8.99811\n2,1645607893,47.74131,8.99812\n3,1645607898,47.74134,8.99814\n4,1645607908,47.74141,8.99819\n5,1645607913,47.74145,8.99823\n6,1645607918,47.74149,8.99825\n7,1645607953,47.74165,8.99834\n8,1645607968,47.74168,8.99834\n9,1645607973,47.74167,8.99833\n10,1645607978,47.74170,8.99834\n11,1645607993,47.74173,8.99831\n12,1645607998,47.74173,8.99830\n13,1645608003,47.74173,8.99828\n14,1645608018,47.74172,8.99826\n15,1645608023,47.74174,8.99825\n16,1645608028,47.74177,8.99827\n17,1645608033,47.74178,8.99828\n18,1645608038,47.74180,8.99829\n19,1645608043,47.74180,8.99829\n20,1645608048,47.74181,8.99829\n21,1645608053,47.74180,8.99829\n22,1645608058,47.74179,8.99828\n23,1645608063,47.74177,8.99828\n24,1645608068,47.74177,8.99829\n25,1645608073,47.74177,8.99828\n26,1645608078,47.74177,8.99827\n27,1645608083,47.74177,8.99826\n28,1645608088,47.74176,8.99825\n29,1645608093,47.74177,8.99826\n30,1645608098,47.74177,8.99826\n31,1645608103,47.74176,8.99826\n32,1645608108,47.74176,8.99825\n33,1645608113,47.74175,8.99822\n34,1645608118,47.74172,8.99820\n35,1645608123,47.74172,8.99819\n36,1645608128,47.74172,8.99818\n37,1645608133,47.74172,8.99819\n38,1645608138,47.74172,8.99818\n39,1645608143,47.74172,8.99818\n40,1645608148,47.74170,8.99816\n41,1645608153,47.74169,8.99814\n42,1645608158,47.74165,8.99811\n43,1645608163,47.74163,8.99809\n44,1645608168,47.74161,8.99807\n45,1645608173,47.74157,8.99803\n46,1645608178,47.74154,8.99799\n47,1645608183,47.74151,8.99795\n48,1645608188,47.74149,8.99791\n49,1645608193,47.74146,8.99789\n50,1645608198,47.74144,8.99788\n51,1645608203,47.74142,8.99788\n52,1645608208,47.74141,8.99787\n53,1645608213,47.74141,8.99787\n54,1645608218,47.74140,8.99787\n55,1645608223,47.74139,8.99786\n56,1645608228,47.74144,8.99789\n57,1645608233,47.74167,8.99811\n58,1645608238,47.74197,8.99835\n59,1645608243,47.74221,8.99854\n60,1645608248,47.74224,8.99854\n61,1645608253,47.74226,8.99855\n62,1645608258,47.74227,8.99855\n63,1645608263,47.74227,8.99855\n64,1645608268,47.74227,8.99855\n65,1645608273,47.74227,8.99855\n66,1645608278,47.74228,8.99855\n67,1645608283,47.74229,8.99855\n68,1645608288,47.74230,8.99855\n69,1645608293,47.74228,8.99853\n70,1645608298,47.74229,8.99853\n71,1645608303,47.74229,8.99853\n72,1645608308,47.74229,8.99853\n73,1645608313,47.74229,8.99853\n74,1645608318,47.74229,8.99855\n75,1645608323,47.74229,8.99854\n76,1645608328,47.74229,8.99854\n77,1645608333,47.74229,8.99855\n78,1645608338,47.74231,8.99856\n79,1645608343,47.74232,8.99857\n80,1645608348,47.74233,8.99857\n81,1645608353,47.74233,8.99857\n82,1645608358,47.74233,8.99857\n83,1645608363,47.74233,8.99856\n84,1645608368,47.74233,8.99856\n85,1645608373,47.74233,8.99856\n86,1645608378,47.74233,8.99856\n87,1645608383,47.74235,8.99858\n88,1645608388,47.74235,8.99858\n89,1645608393,47.74235,8.99858\n90,1645608398,47.74236,8.99859\n91,1645608403,47.74236,8.99859\n92,1645608408,47.74236,8.99859\n93,1645608413,47.74236,8.99860\n94,1645608418,47.74236,8.99860\n95,1645608423,47.74235,8.99860\n96,1645608428,47.74235,8.99860\n97,1645608433,47.74236,8.99860\n98,1645608438,47.74236,8.99860\n99,1645608443,47.74236,8.99860\n100,1645608448,47.74236,8.99860\n101,1645608453,47.74235,8.99860\n102,1645608458,47.74234,8.99859\n103,1645608463,47.74234,8.99859\n104,1645608468,47.74234,8.99859\n105,1645608473,47.74234,8.99859\n106,1645608478,47.74234,8.99859\n107,1645608483,47.74234,8.99860\n108,1645608488,47.74233,8.99859\n109,1645608493,47.74232,8.99858\n110,1645608498,47.74232,8.99858\n111,1645608503,47.74231,8.99857\n112,1645608508,47.74230,8.99857\n113,1645608513,47.74229,8.99856\n114,1645608518,47.74229,8.99855\n115,1645608523,47.74229,8.99856\n116,1645608528,47.74229,8.99855\n117,1645608533,47.74229,8.99856\n118,1645608538,47.74230,8.99856\n119,1645608543,47.74231,8.99857\n120,1645608548,47.74238,8.99863\n121,1645608553,47.74241,8.99865\n122,1645608558,47.74247,8.99870\n123,1645608563,47.74251,8.99874\n124,1645608568,47.74252,8.99873\n125,1645608573,47.74253,8.99873\n126,1645608578,47.74258,8.99876\n127,1645608583,47.74263,8.99879\n128,1645608588,47.74265,8.99880\n129,1645608593,47.74269,8.99882\n130,1645608598,47.74271,8.99883\n131,1645608603,47.74273,8.99885\n132,1645608608,47.74275,8.99886\n133,1645608613,47.74274,8.99886\n134,1645608618,47.74274,8.99887\n135,1645608623,47.74275,8.99889\n136,1645608628,47.74276,8.99891\n137,1645608633,47.74277,8.99892\n138,1645608638,47.74279,8.99891\n139,1645608643,47.74279,8.99892\n140,1645608648,47.74280,8.99892\n141,1645608653,47.74280,8.99892\n142,1645608658,47.74280,8.99892\n143,1645608663,47.74280,8.99891\n144,1645608668,47.74280,8.99892\n145,1645608673,47.74281,8.99892\n146,1645608678,47.74282,8.99892\n147,1645608683,47.74282,8.99892\n148,1645608688,47.74283,8.99892\n149,1645608693,47.74284,8.99891\n150,1645608698,47.74284,8.99891\n151,1645608703,47.74285,8.99891\n152,1645608708,47.74286,8.99891\n153,1645608713,47.74286,8.99891\n154,1645608718,47.74287,8.99892\n155,1645608723,47.74288,8.99892\n156,1645608728,47.74288,8.99892\n157,1645608733,47.74289,8.99892\n158,1645608738,47.74289,8.99892\n159,1645608743,47.74289,8.99892\n160,1645608748,47.74290,8.99893\n161,1645608753,47.74290,8.99893\n162,1645608758,47.74290,8.99893\n163,1645608763,47.74290,8.99892\n164,1645608768,47.74290,8.99892\n165,1645608773,47.74289,8.99893\n166,1645608778,47.74289,8.99893\n167,1645608783,47.74289,8.99893\n168,1645608788,47.74289,8.99892\n169,1645608793,47.74290,8.99893\n170,1645608798,47.74290,8.99894\n171,1645608803,47.74291,8.99894\n172,1645608808,47.74291,8.99894\n173,1645608813,47.74292,8.99893\n174,1645608818,47.74291,8.99893\n175,1645608823,47.74291,8.99893\n176,1645608828,47.74290,8.99893\n177,1645608833,47.74290,8.99893\n178,1645608838,47.74290,8.99892\n179,1645608843,47.74289,8.99892\n180,1645608848,47.74289,8.99892\n181,1645608853,47.74289,8.99892\n182,1645608858,47.74289,8.99891\n183,1645608863,47.74289,8.99891\n184,1645608868,47.74289,8.99891\n185,1645608873,47.74289,8.99891\n186,1645608878,47.74288,8.99891\n187,1645608883,47.74288,8.99890\n188,1645608888,47.74288,8.99891\n189,1645608893,47.74288,8.99891\n190,1645608898,47.74289,8.99891\n191,1645608903,47.74288,8.99890\n192,1645608908,47.74289,8.99890\n193,1645608913,47.74288,8.99890\n194,1645608918,47.74288,8.99890\n195,1645608923,47.74288,8.99890\n196,1645608928,47.74288,8.99890\n197,1645608933,47.74288,8.99890\n198,1645608938,47.74288,8.99890\n199,1645608943,47.74289,8.99891\n200,1645608948,47.74289,8.99891\n201,1645608953,47.74289,8.99891\n202,1645608958,47.74289,8.99891\n203,1645608963,47.74288,8.99891\n204,1645608968,47.74288,8.99890\n205,1645608973,47.74288,8.99891\n206,1645608978,47.74287,8.99891\n207,1645608983,47.74287,8.99891\n208,1645608988,47.74287,8.99890\n209,1645608993,47.74287,8.99890\n210,1645608998,47.74288,8.99891\n211,1645609003,47.74289,8.99892\n212,1645609008,47.74290,8.99892\n213,1645609013,47.74292,8.99893\n214,1645609018,47.74292,8.99894\n215,1645609023,47.74293,8.99894\n216,1645609028,47.74294,8.99895\n217,1645609033,47.74294,8.99895\n218,1645609038,47.74293,8.99895\n219,1645609043,47.74293,8.99895\n220,1645609048,47.74295,8.99897\n221,1645609053,47.74299,8.99900\n222,1645609058,47.74300,8.99900\n223,1645609063,47.74300,8.99901\n224,1645609068,47.74301,8.99901\n225,1645609073,47.74302,8.99902\n226,1645609078,47.74303,8.99902\n227,1645609083,47.74304,8.99903\n228,1645609088,47.74305,8.99904\n229,1645609093,47.74305,8.99904\n230,1645609098,47.74306,8.99904\n231,1645609103,47.74306,8.99904\n232,1645609108,47.74307,8.99905\n233,1645609113,47.74307,8.99905\n234,1645609118,47.74307,8.99905\n235,1645609123,47.74308,8.99905\n236,1645609128,47.74307,8.99905\n237,1645609133,47.74307,8.99905\n238,1645609138,47.74308,8.99905\n239,1645609143,47.74308,8.99905\n240,1645609148,47.74308,8.99906\n241,1645609153,47.74308,8.99906\n242,1645609158,47.74308,8.99906\n243,1645609163,47.74308,8.99906\n244,1645609168,47.74309,8.99906\n245,1645609173,47.74309,8.99907\n246,1645609178,47.74309,8.99907\n247,1645609183,47.74309,8.99907\n248,1645609188,47.74309,8.99907\n249,1645609193,47.74310,8.99907\n250,1645609198,47.74310,8.99907\n251,1645609203,47.74310,8.99908\n252,1645609208,47.74310,8.99908\n253,1645609213,47.74310,8.99908\n254,1645609218,47.74310,8.99908\n255,1645609223,47.74310,8.99908\n256,1645609228,47.74310,8.99908\n257,1645609233,47.74310,8.99909\n258,1645609238,47.74310,8.99909\n259,1645609243,47.74311,8.99910\n260,1645609248,47.74311,8.99910\n261,1645609253,47.74311,8.99911\n262,1645609258,47.74312,8.99911\n263,1645609263,47.74313,8.99913\n264,1645609268,47.74314,8.99913\n265,1645609273,47.74314,8.99914\n266,1645609278,47.74314,8.99914\n267,1645609283,47.74314,8.99914\n268,1645609288,47.74314,8.99914\n269,1645609293,47.74315,8.99914\n270,1645609298,47.74315,8.99914\n271,1645609303,47.74315,8.99914\n272,1645609308,47.74315,8.99915\n273,1645609313,47.74315,8.99915\n274,1645609318,47.74315,8.99914\n275,1645609323,47.74315,8.99914\n276,1645609328,47.74315,8.99913\n277,1645609333,47.74315,8.99914\n278,1645609338,47.74315,8.99914\n279,1645609343,47.74316,8.99913\n280,1645609348,47.74316,8.99914\n281,1645609353,47.74316,8.99914\n282,1645609358,47.74316,8.99914\n283,1645609363,47.74316,8.99915\n284,1645609368,47.74316,8.99915\n285,1645609373,47.74316,8.99915\n286,1645609378,47.74316,8.99915\n287,1645609383,47.74316,8.99915\n288,1645609388,47.74316,8.99915\n289,1645609393,47.74316,8.99915\n290,1645609398,47.74316,8.99915\n291,1645609403,47.74316,8.99915\n292,1645609408,47.74316,8.99915\n293,1645609413,47.74316,8.99915\n294,1645609418,47.74315,8.99914\n295,1645609423,47.74315,8.99914\n296,1645609428,47.74315,8.99914\n297,1645609433,47.74314,8.99912\n298,1645609438,47.74312,8.99909\n299,1645609443,47.74312,8.99909\n300,1645609448,47.74311,8.99908\n301,1645609453,47.74312,8.99908\n302,1645609458,47.74311,8.99908\n303,1645609463,47.74311,8.99908\n304,1645609468,47.74311,8.99908\n305,1645609473,47.74311,8.99908\n306,1645609478,47.74310,8.99907\n307,1645609483,47.74310,8.99907\n308,1645609488,47.74310,8.99907\n309,1645609493,47.74310,8.99906\n310,1645609498,47.74309,8.99906\n311,1645609503,47.74309,8.99906\n312,1645609508,47.74310,8.99906\n313,1645609513,47.74310,8.99906\n314,1645609518,47.74309,8.99906\n315,1645609523,47.74309,8.99906\n316,1645609528,47.74309,8.99906\n317,1645609533,47.74309,8.99906\n318,1645609538,47.74309,8.99905\n319,1645609543,47.74309,8.99905\n320,1645609548,47.74309,8.99906\n321,1645609553,47.74310,8.99906\n322,1645609558,47.74310,8.99906\n323,1645609563,47.74310,8.99906\n324,1645609568,47.74310,8.99907\n325,1645609573,47.74311,8.99907\n326,1645609578,47.74311,8.99907\n327,1645609583,47.74311,8.99907\n328,1645609588,47.74311,8.99907\n329,1645609593,47.74311,8.99907\n330,1645609598,47.74312,8.99907\n331,1645609603,47.74312,8.99907\n332,1645609608,47.74312,8.99907\n333,1645609613,47.74313,8.99907\n334,1645609618,47.74313,8.99908\n335,1645609623,47.74312,8.99908\n336,1645609628,47.74312,8.99908\n337,1645609633,47.74312,8.99908\n338,1645609638,47.74312,8.99908\n339,1645609643,47.74312,8.99908\n340,1645609648,47.74312,8.99909\n341,1645609653,47.74312,8.99909\n342,1645609658,47.74312,8.99908\n343,1645609663,47.74312,8.99908\n344,1645609668,47.74312,8.99909\n345,1645609673,47.74312,8.99908\n346,1645609678,47.74312,8.99908\n347,1645609683,47.74312,8.99908\n348,1645609688,47.74313,8.99908\n349,1645609693,47.74313,8.99908\n350,1645609698,47.74313,8.99908\n351,1645609703,47.74313,8.99908\n352,1645609708,47.74312,8.99907\n353,1645609713,47.74312,8.99907\n354,1645609718,47.74312,8.99907\n355,1645609723,47.74312,8.99907\n356,1645609728,47.74312,8.99907\n357,1645609733,47.74312,8.99907\n358,1645609738,47.74312,8.99907\n359,1645609743,47.74311,8.99907\n360,1645609748,47.74311,8.99906\n361,1645609753,47.74311,8.99906\n362,1645609758,47.74310,8.99906\n363,1645609763,47.74310,8.99905\n364,1645609768,47.74309,8.99905\n365,1645609773,47.74308,8.99905\n366,1645609778,47.74308,8.99904\n367,1645609783,47.74308,8.99904\n368,1645609788,47.74308,8.99903\n369,1645609793,47.74307,8.99903\n370,1645609798,47.74307,8.99903\n371,1645609803,47.74307,8.99903\n372,1645609808,47.74307,8.99903\n373,1645609813,47.74307,8.99903\n374,1645609818,47.74307,8.99903\n375,1645609823,47.74307,8.99902\n376,1645609828,47.74306,8.99902\n377,1645609833,47.74306,8.99901\n378,1645609838,47.74306,8.99901\n379,1645609843,47.74306,8.99902\n380,1645609848,47.74306,8.99902\n381,1645609853,47.74306,8.99902\n382,1645609858,47.74306,8.99903\n383,1645609863,47.74306,8.99904\n384,1645609868,47.74306,8.99904\n385,1645609873,47.74306,8.99905\n386,1645609878,47.74306,8.99905\n387,1645609883,47.74306,8.99906\n388,1645609888,47.74306,8.99906\n389,1645609893,47.74306,8.99907\n390,1645609898,47.74306,8.99907\n391,1645609903,47.74306,8.99907\n392,1645609908,47.74306,8.99907\n393,1645609913,47.74307,8.99907\n394,1645609918,47.74307,8.99908\n395,1645609923,47.74308,8.99908\n396,1645609928,47.74308,8.99908\n397,1645609933,47.74308,8.99908\n398,1645609938,47.74307,8.99908\n399,1645609943,47.74308,8.99909\n400,1645609948,47.74308,8.99909\n401,1645609953,47.74309,8.99909\n402,1645609958,47.74309,8.99909\n403,1645609963,47.74310,8.99909\n404,1645609968,47.74310,8.99908\n405,1645609973,47.74310,8.99908\n406,1645609978,47.74310,8.99908\n407,1645609983,47.74310,8.99908\n408,1645609988,47.74310,8.99908\n409,1645609993,47.74310,8.99908\n410,1645609998,47.74310,8.99907\n411,1645610003,47.74309,8.99906\n412,1645610008,47.74309,8.99905\n413,1645610013,47.74308,8.99905\n414,1645610018,47.74308,8.99905\n415,1645610023,47.74308,8.99904\n416,1645610028,47.74308,8.99904\n417,1645610033,47.74308,8.99904\n418,1645610038,47.74308,8.99903\n419,1645610043,47.74307,8.99903\n420,1645610048,47.74307,8.99903\n421,1645610053,47.74307,8.99902\n422,1645610058,47.74306,8.99902\n423,1645610063,47.74306,8.99902\n424,1645610068,47.74305,8.99901\n425,1645610073,47.74305,8.99901\n426,1645610078,47.74305,8.99901\n427,1645610083,47.74305,8.99901\n428,1645610088,47.74305,8.99900\n429,1645610093,47.74305,8.99901\n430,1645610098,47.74305,8.99900\n431,1645610103,47.74305,8.99900\n432,1645610108,47.74306,8.99900\n433,1645610113,47.74306,8.99900\n434,1645610118,47.74306,8.99901\n435,1645610123,47.74306,8.99901\n436,1645610128,47.74306,8.99901\n437,1645610133,47.74306,8.99901\n438,1645610138,47.74306,8.99901\n439,1645610143,47.74306,8.99901\n440,1645610148,47.74306,8.99901\n441,1645610153,47.74306,8.99901\n442,1645610158,47.74306,8.99901\n443,1645610163,47.74306,8.99901\n444,1645610168,47.74305,8.99901\n445,1645610173,47.74305,8.99900\n446,1645610178,47.74304,8.99900\n447,1645610183,47.74304,8.99899\n448,1645610188,47.74304,8.99899\n449,1645610193,47.74304,8.99899\n450,1645610198,47.74304,8.99899\n451,1645610203,47.74304,8.99899\n452,1645610208,47.74304,8.99899\n453,1645610213,47.74304,8.99899\n454,1645610218,47.74304,8.99899\n455,1645610223,47.74304,8.99899\n456,1645610228,47.74304,8.99899\n457,1645610233,47.74304,8.99899\n458,1645610238,47.74304,8.99899\n459,1645610243,47.74304,8.99899\n460,1645610248,47.74304,8.99899\n461,1645610253,47.74304,8.99899\n462,1645610258,47.74304,8.99899\n463,1645610263,47.74304,8.99899\n464,1645610268,47.74304,8.99899\n465,1645610273,47.74305,8.99899\n466,1645610278,47.74304,8.99899\n467,1645610283,47.74304,8.99899\n468,1645610288,47.74305,8.99899\n469,1645610293,47.74305,8.99899\n470,1645610298,47.74305,8.99899\n471,1645610303,47.74305,8.99899\n472,1645610308,47.74305,8.99899\n473,1645610313,47.74305,8.99899\n474,1645610318,47.74305,8.99899\n475,1645610323,47.74305,8.99899\n476,1645610328,47.74305,8.99899\n477,1645610333,47.74305,8.99899\n478,1645610338,47.74305,8.99899\n479,1645610343,47.74305,8.99899\n480,1645610348,47.74305,8.99899\n481,1645610353,47.74305,8.99899\n482,1645610358,47.74305,8.99899\n483,1645610363,47.74305,8.99899\n484,1645610368,47.74305,8.99899\n485,1645610373,47.74305,8.99899\n486,1645610378,47.74305,8.99899\n487,1645610383,47.74305,8.99899\n488,1645610388,47.74305,8.99899\n489,1645610393,47.74305,8.99899\n490,1645610398,47.74305,8.99899\n491,1645610403,47.74305,8.99899\n492,1645610408,47.74305,8.99899\n493,1645610413,47.74305,8.99899\n494,1645610418,47.74305,8.99899\n495,1645610423,47.74305,8.99899\n496,1645610428,47.74305,8.99899\n497,1645610433,47.74305,8.99899\n498,1645610438,47.74305,8.99899\n499,1645610443,47.74305,8.99899\n500,1645610448,47.74305,8.99899\n501,1645610453,47.74305,8.99899\n502,1645610458,47.74305,8.99899\n503,1645610463,47.74305,8.99899\n504,1645610468,47.74305,8.99899\n505,1645610473,47.74305,8.99899\n506,1645610478,47.74305,8.99899\n507,1645610483,47.74305,8.99899\n508,1645610488,47.74305,8.99899\n509,1645610493,47.74305,8.99899\n510,1645610498,47.74305,8.99899\n511,1645610503,47.74305,8.99899\n512,1645610508,47.74305,8.99899\n513,1645610513,47.74305,8.99899\n514,1645610518,47.74305,8.99899\n515,1645610523,47.74305,8.99899\n516,1645610528,47.74305,8.99899\n517,1645610533,47.74305,8.99899\n518,1645610538,47.74305,8.99899\n519,1645610543,47.74305,8.99899\n520,1645610548,47.74305,8.99899\n521,1645610553,47.74305,8.99899\n522,1645610558,47.74305,8.99899\n523,1645610563,47.74305,8.99899\n524,1645610568,47.74305,8.99899\n525,1645610573,47.74305,8.99899\n526,1645610578,47.74305,8.99899\n527,1645610583,47.74305,8.99899\n528,1645610588,47.74305,8.99899\n529,1645610593,47.74305,8.99899\n530,1645610598,47.74305,8.99899\n531,1645610603,47.74305,8.99899\n532,1645610608,47.74305,8.99899\n533,1645610613,47.74305,8.99899\n534,1645610618,47.74305,8.99899\n535,1645610623,47.74305,8.99899\n536,1645610628,47.74305,8.99899\n537,1645610633,47.74305,8.99899\n538,1645610638,47.74305,8.99899\n539,1645610643,47.74305,8.99899\n540,1645610648,47.74305,8.99899\n541,1645610653,47.74305,8.99899\n542,1645610658,47.74305,8.99899\n543,1645610663,47.74305,8.99899\n544,1645610668,47.74305,8.99899\n545,1645610673,47.74305,8.99899\n546,1645610678,47.74305,8.99899\n547,1645610683,47.74305,8.99899\n548,1645610688,47.74305,8.99899\n549,1645610693,47.74305,8.99899\n550,1645610698,47.74305,8.99899\n551,1645610703,47.74305,8.99899\n552,1645610708,47.74304,8.99899\n553,1645610713,47.74304,8.99899\n554,1645610718,47.74304,8.99899\n555,1645610723,47.74304,8.99898\n556,1645610728,47.74304,8.99898\n557,1645610733,47.74305,8.99898\n558,1645610738,47.74305,8.99898\n559,1645610743,47.74305,8.99898\n560,1645610748,47.74306,8.99898\n561,1645610753,47.74306,8.99898\n562,1645610758,47.74307,8.99898\n563,1645610763,47.74307,8.99899\n564,1645610768,47.74308,8.99898\n565,1645610773,47.74308,8.99898\n566,1645610778,47.74308,8.99898\n567,1645610783,47.74309,8.99898\n568,1645610788,47.74309,8.99898\n569,1645610793,47.74309,8.99898\n570,1645610798,47.74309,8.99898\n571,1645610803,47.74309,8.99898\n572,1645610808,47.74309,8.99898\n573,1645610813,47.74309,8.99898\n574,1645610818,47.74308,8.99898\n575,1645610823,47.74308,8.99898\n576,1645610828,47.74307,8.99898\n577,1645610833,47.74306,8.99898\n578,1645610838,47.74306,8.99898\n579,1645610843,47.74305,8.99899\n580,1645610848,47.74304,8.99899\n581,1645610853,47.74304,8.99900\n582,1645610858,47.74304,8.99901\n583,1645610863,47.74304,8.99902\n584,1645610868,47.74304,8.99902\n585,1645610873,47.74304,8.99902\n586,1645610878,47.74304,8.99902\n587,1645610883,47.74304,8.99902\n588,1645610888,47.74304,8.99902\n589,1645610893,47.74303,8.99902\n590,1645610898,47.74303,8.99902\n591,1645610903,47.74303,8.99902\n592,1645610908,47.74303,8.99902\n593,1645610913,47.74303,8.99902\n594,1645610918,47.74302,8.99902\n595,1645610923,47.74302,8.99901\n596,1645610928,47.74302,8.99901\n597,1645610933,47.74301,8.99900\n598,1645610938,47.74301,8.99900\n599,1645610943,47.74301,8.99900\n600,1645610948,47.74301,8.99899\n601,1645610953,47.74301,8.99899\n602,1645610958,47.74301,8.99899\n603,1645610963,47.74302,8.99898\n604,1645610968,47.74302,8.99898\n605,1645610973,47.74302,8.99898\n606,1645610978,47.74303,8.99898\n607,1645610983,47.74303,8.99898\n608,1645610988,47.74304,8.99899\n609,1645610993,47.74304,8.99899\n610,1645610998,47.74305,8.99899\n611,1645611003,47.74305,8.99900\n612,1645611008,47.74305,8.99900\n613,1645611013,47.74306,8.99900\n614,1645611018,47.74306,8.99901\n615,1645611023,47.74306,8.99901\n616,1645611028,47.74306,8.99900\n617,1645611033,47.74306,8.99900\n618,1645611038,47.74306,8.99900\n619,1645611043,47.74307,8.99900\n620,1645611048,47.74307,8.99900\n621,1645611053,47.74306,8.99900\n622,1645611058,47.74306,8.99900\n623,1645611063,47.74306,8.99900\n624,1645611068,47.74306,8.99900\n625,1645611073,47.74305,8.99900\n626,1645611078,47.74305,8.99900\n627,1645611083,47.74305,8.99900\n628,1645611088,47.74304,8.99901\n629,1645611093,47.74304,8.99901\n630,1645611098,47.74304,8.99902\n631,1645611103,47.74304,8.99903\n632,1645611108,47.74305,8.99904\n633,1645611113,47.74305,8.99904\n634,1645611118,47.74305,8.99905\n635,1645611123,47.74305,8.99905\n636,1645611128,47.74306,8.99905\n637,1645611133,47.74306,8.99906\n638,1645611138,47.74306,8.99906\n639,1645611143,47.74305,8.99907\n640,1645611148,47.74305,8.99907\n641,1645611153,47.74305,8.99907\n642,1645611158,47.74305,8.99907\n643,1645611163,47.74305,8.99907\n644,1645611168,47.74305,8.99907\n645,1645611173,47.74305,8.99907\n646,1645611178,47.74304,8.99907\n647,1645611183,47.74304,8.99907\n648,1645611188,47.74304,8.99907\n649,1645611193,47.74304,8.99907\n650,1645611198,47.74304,8.99907\n651,1645611203,47.74304,8.99907\n652,1645611208,47.74304,8.99907\n653,1645611213,47.74304,8.99907\n654,1645611218,47.74304,8.99907\n655,1645611223,47.74304,8.99907\n656,1645611228,47.74304,8.99907\n657,1645611233,47.74304,8.99907\n658,1645611238,47.74304,8.99907\n659,1645611243,47.74304,8.99907\n660,1645611248,47.74304,8.99907\n661,1645611253,47.74304,8.99907\n662,1645611258,47.74304,8.99907\n663,1645611263,47.74304,8.99907\n664,1645611268,47.74304,8.99907\n665,1645611273,47.74304,8.99907\n666,1645611278,47.74304,8.99907\n667,1645611283,47.74304,8.99906\n668,1645611288,47.74303,8.99906\n669,1645611293,47.74303,8.99906\n670,1645611298,47.74302,8.99906\n671,1645611303,47.74302,8.99906\n672,1645611308,47.74302,8.99906\n673,1645611313,47.74302,8.99906\n674,1645611318,47.74303,8.99906\n675,1645611323,47.74303,8.99905\n676,1645611328,47.74303,8.99905\n677,1645611333,47.74303,8.99905\n678,1645611338,47.74304,8.99905\n679,1645611343,47.74304,8.99905\n680,1645611348,47.74304,8.99905\n681,1645611353,47.74305,8.99905\n682,1645611358,47.74305,8.99905\n683,1645611363,47.74305,8.99905\n684,1645611368,47.74305,8.99905\n685,1645611373,47.74306,8.99905\n686,1645611378,47.74306,8.99905\n687,1645611383,47.74306,8.99905\n688,1645611388,47.74306,8.99905\n689,1645611393,47.74306,8.99905\n690,1645611398,47.74306,8.99904\n691,1645611403,47.74306,8.99904\n692,1645611408,47.74306,8.99903\n693,1645611413,47.74306,8.99903\n694,1645611418,47.74306,8.99903\n695,1645611423,47.74306,8.99903\n696,1645611428,47.74306,8.99903\n697,1645611433,47.74307,8.99902\n698,1645611438,47.74307,8.99902\n699,1645611443,47.74307,8.99903\n700,1645611448,47.74307,8.99903\n701,1645611453,47.74307,8.99902\n702,1645611458,47.74307,8.99903\n703,1645611463,47.74307,8.99903\n704,1645611468,47.74307,8.99903\n705,1645611473,47.74307,8.99903\n706,1645611478,47.74307,8.99903\n707,1645611483,47.74307,8.99903\n708,1645611488,47.74307,8.99903\n709,1645611493,47.74307,8.99903\n710,1645611498,47.74307,8.99903\n711,1645611503,47.74307,8.99903\n712,1645611508,47.74307,8.99903\n713,1645611513,47.74307,8.99903\n714,1645611518,47.74307,8.99903\n715,1645611523,47.74306,8.99903\n716,1645611528,47.74306,8.99903\n717,1645611533,47.74306,8.99903\n718,1645611538,47.74305,8.99904\n719,1645611543,47.74304,8.99904\n720,1645611548,47.74304,8.99904\n721,1645611553,47.74303,8.99904\n722,1645611558,47.74303,8.99904\n723,1645611563,47.74302,8.99904\n724,1645611568,47.74302,8.99905\n725,1645611573,47.74301,8.99905\n726,1645611578,47.74300,8.99905\n727,1645611583,47.74299,8.99905\n728,1645611588,47.74298,8.99904\n729,1645611593,47.74297,8.99904\n730,1645611598,47.74296,8.99904\n731,1645611603,47.74295,8.99904\n732,1645611608,47.74294,8.99904\n733,1645611613,47.74293,8.99904\n734,1645611618,47.74293,8.99904\n735,1645611623,47.74292,8.99905\n736,1645611628,47.74292,8.99904\n737,1645611633,47.74291,8.99904\n738,1645611638,47.74291,8.99904\n739,1645611643,47.74290,8.99905\n740,1645611648,47.74289,8.99905\n741,1645611653,47.74289,8.99905\n742,1645611658,47.74288,8.99905\n743,1645611663,47.74288,8.99905\n744,1645611668,47.74288,8.99905\n745,1645611673,47.74288,8.99905\n746,1645611678,47.74288,8.99905\n747,1645611683,47.74288,8.99906\n748,1645611688,47.74288,8.99906\n749,1645611693,47.74288,8.99906\n750,1645611698,47.74288,8.99906\n751,1645611703,47.74288,8.99906\n752,1645611708,47.74288,8.99906\n753,1645611713,47.74288,8.99906\n754,1645611718,47.74288,8.99906\n755,1645611723,47.74288,8.99906\n756,1645611728,47.74288,8.99906\n757,1645611733,47.74288,8.99906\n758,1645611738,47.74288,8.99906\n759,1645611743,47.74288,8.99906\n760,1645611748,47.74288,8.99906\n761,1645611753,47.74288,8.99906\n762,1645611758,47.74288,8.99906\n763,1645611763,47.74288,8.99906\n764,1645611768,47.74288,8.99906\n765,1645611773,47.74286,8.99907\n766,1645611778,47.74285,8.99908\n767,1645611783,47.74285,8.99908\n768,1645611788,47.74285,8.99908\n769,1645611793,47.74286,8.99908\n770,1645611798,47.74287,8.99910\n771,1645611803,47.74287,8.99910\n772,1645611808,47.74290,8.99911\n773,1645611813,47.74293,8.99912\n774,1645611818,47.74293,8.99912\n775,1645611823,47.74293,8.99912\n776,1645611828,47.74293,8.99912\n777,1645611833,47.74293,8.99912\n778,1645611838,47.74293,8.99912\n779,1645611843,47.74293,8.99912\n780,1645611848,47.74293,8.99912\n781,1645611853,47.74293,8.99912\n782,1645611858,47.74293,8.99912\n783,1645611863,47.74293,8.99912\n784,1645611868,47.74293,8.99912\n785,1645611873,47.74293,8.99912\n786,1645611878,47.74294,8.99911\n787,1645611883,47.74295,8.99911\n788,1645611888,47.74295,8.99911\n789,1645611893,47.74295,8.99911\n790,1645611898,47.74295,8.99911\n791,1645611903,47.74295,8.99911\n792,1645611908,47.74295,8.99911\n793,1645611913,47.74295,8.99911\n794,1645611918,47.74295,8.99911\n795,1645611923,47.74295,8.99911\n796,1645611928,47.74295,8.99911\n797,1645611933,47.74296,8.99911\n798,1645611938,47.74296,8.99911\n799,1645611943,47.74296,8.99911\n800,1645611948,47.74296,8.99911\n801,1645611953,47.74296,8.99911\n802,1645611958,47.74296,8.99911\n803,1645611963,47.74296,8.99911\n804,1645611968,47.74297,8.99912\n805,1645611973,47.74297,8.99912\n806,1645611978,47.74299,8.99912\n807,1645611983,47.74299,8.99913\n808,1645611988,47.74299,8.99913\n809,1645611993,47.74299,8.99914\n810,1645611998,47.74299,8.99914\n811,1645612003,47.74298,8.99915\n812,1645612008,47.74298,8.99915\n813,1645612013,47.74297,8.99916\n814,1645612018,47.74297,8.99917\n815,1645612023,47.74296,8.99916\n816,1645612028,47.74295,8.99917\n817,1645612033,47.74295,8.99917\n818,1645612038,47.74294,8.99918\n819,1645612043,47.74293,8.99918\n820,1645612048,47.74293,8.99919\n821,1645612053,47.74292,8.99919\n822,1645612058,47.74292,8.99920\n823,1645612063,47.74291,8.99920\n824,1645612068,47.74291,8.99921\n825,1645612073,47.74292,8.99920\n826,1645612078,47.74292,8.99920\n827,1645612083,47.74293,8.99918\n828,1645612088,47.74293,8.99917\n829,1645612093,47.74293,8.99917\n830,1645612098,47.74293,8.99917\n831,1645612103,47.74293,8.99917\n832,1645612108,47.74293,8.99917\n833,1645612113,47.74293,8.99917\n834,1645612118,47.74293,8.99917\n835,1645612123,47.74293,8.99917\n836,1645612128,47.74293,8.99917\n837,1645612133,47.74293,8.99917\n838,1645612138,47.74294,8.99916\n839,1645612143,47.74295,8.99915\n840,1645612148,47.74295,8.99915\n841,1645612153,47.74295,8.99915\n842,1645612158,47.74295,8.99915\n843,1645612163,47.74295,8.99915\n844,1645612168,47.74295,8.99914\n845,1645612173,47.74295,8.99914\n846,1645612178,47.74295,8.99914\n847,1645612183,47.74295,8.99914\n848,1645612188,47.74295,8.99914\n849,1645612193,47.74295,8.99914\n850,1645612198,47.74295,8.99915\n851,1645612203,47.74296,8.99913\n852,1645612208,47.74296,8.99913\n853,1645612213,47.74296,8.99913\n854,1645612218,47.74296,8.99913\n855,1645612223,47.74296,8.99913\n856,1645612228,47.74296,8.99913\n857,1645612233,47.74296,8.99913\n858,1645612238,47.74296,8.99913\n859,1645612243,47.74296,8.99913\n860,1645612248,47.74296,8.99913\n861,1645612253,47.74297,8.99913\n862,1645612258,47.74297,8.99913\n863,1645612263,47.74297,8.99913\n864,1645612268,47.74297,8.99913\n865,1645612273,47.74297,8.99913\n866,1645612278,47.74297,8.99913\n867,1645612283,47.74297,8.99913\n868,1645612288,47.74297,8.99913\n869,1645612293,47.74297,8.99913\n870,1645612298,47.74297,8.99913\n871,1645612303,47.74297,8.99913\n872,1645612308,47.74297,8.99913\n873,1645612313,47.74297,8.99913\n874,1645612318,47.74297,8.99913\n875,1645612323,47.74297,8.99913\n876,1645612328,47.74297,8.99913\n877,1645612333,47.74297,8.99913\n878,1645612338,47.74297,8.99913\n879,1645612343,47.74297,8.99913\n880,1645612348,47.74297,8.99913\n881,1645612353,47.74297,8.99913\n882,1645612358,47.74297,8.99913\n883,1645612363,47.74297,8.99913\n884,1645612368,47.74297,8.99913\n885,1645612373,47.74297,8.99913\n886,1645612378,47.74297,8.99913\n887,1645612383,47.74297,8.99913\n888,1645612388,47.74297,8.99913\n889,1645612393,47.74297,8.99913\n890,1645612398,47.74297,8.99913\n891,1645612403,47.74297,8.99913\n892,1645612408,47.74297,8.99913\n893,1645612413,47.74297,8.99913\n894,1645612418,47.74298,8.99913\n895,1645612423,47.74298,8.99913\n896,1645612428,47.74299,8.99913\n897,1645612433,47.74300,8.99913\n898,1645612438,47.74300,8.99912\n899,1645612443,47.74301,8.99912\n900,1645612448,47.74302,8.99912\n901,1645612453,47.74303,8.99912\n902,1645612458,47.74303,8.99912\n903,1645612463,47.74304,8.99912\n904,1645612468,47.74304,8.99913\n905,1645612473,47.74305,8.99913\n906,1645612478,47.74305,8.99914\n907,1645612483,47.74306,8.99914\n908,1645612488,47.74307,8.99914\n909,1645612493,47.74307,8.99916\n910,1645612498,47.74307,8.99916\n911,1645612503,47.74307,8.99916\n912,1645612508,47.74307,8.99916\n913,1645612513,47.74308,8.99916\n914,1645612518,47.74308,8.99916\n915,1645612523,47.74308,8.99916\n916,1645612528,47.74309,8.99916\n917,1645612533,47.74309,8.99916\n918,1645612538,47.74310,8.99916\n919,1645612543,47.74310,8.99917\n920,1645612548,47.74310,8.99915\n921,1645612553,47.74310,8.99914\n922,1645612558,47.74309,8.99911\n923,1645612563,47.74310,8.99910\n924,1645612568,47.74310,8.99909\n925,1645612573,47.74310,8.99908\n926,1645612578,47.74310,8.99908\n927,1645612583,47.74310,8.99907\n928,1645612588,47.74309,8.99907\n929,1645612593,47.74309,8.99907\n930,1645612598,47.74309,8.99907\n931,1645612603,47.74309,8.99906\n932,1645612608,47.74309,8.99904\n933,1645612613,47.74309,8.99904\n934,1645612618,47.74309,8.99904\n935,1645612623,47.74309,8.99904\n936,1645612628,47.74309,8.99904\n937,1645612633,47.74309,8.99904\n938,1645612638,47.74309,8.99904\n939,1645612643,47.74309,8.99904\n940,1645612648,47.74309,8.99905\n941,1645612653,47.74309,8.99904\n942,1645612658,47.74309,8.99904\n943,1645612663,47.74309,8.99904\n944,1645612668,47.74309,8.99904\n945,1645612673,47.74309,8.99904\n946,1645612678,47.74308,8.99905\n947,1645612683,47.74308,8.99905\n948,1645612688,47.74308,8.99904\n949,1645612693,47.74308,8.99904\n950,1645612698,47.74308,8.99904\n951,1645612703,47.74308,8.99905\n952,1645612708,47.74308,8.99905\n953,1645612713,47.74308,8.99905\n954,1645612718,47.74308,8.99905\n955,1645612723,47.74308,8.99905\n956,1645612728,47.74308,8.99905\n957,1645612733,47.74308,8.99905\n958,1645612738,47.74308,8.99905\n959,1645612743,47.74308,8.99905\n960,1645612748,47.74308,8.99905\n961,1645612753,47.74308,8.99905\n962,1645612758,47.74308,8.99905\n963,1645612763,47.74308,8.99905\n964,1645612768,47.74308,8.99904\n965,1645612773,47.74308,8.99904\n966,1645612778,47.74308,8.99904\n967,1645612783,47.74308,8.99904\n968,1645612788,47.74307,8.99904\n969,1645612793,47.74307,8.99905\n970,1645612798,47.74307,8.99905\n971,1645612803,47.74307,8.99905\n972,1645612808,47.74307,8.99905\n973,1645612813,47.74307,8.99905\n974,1645612818,47.74307,8.99905\n975,1645612823,47.74307,8.99905\n976,1645612828,47.74307,8.99905\n977,1645612833,47.74307,8.99905\n978,1645612838,47.74307,8.99905\n979,1645612843,47.74307,8.99905\n980,1645612848,47.74307,8.99905\n981,1645612853,47.74306,8.99905\n982,1645612858,47.74306,8.99905\n983,1645612863,47.74306,8.99904\n984,1645612868,47.74306,8.99904\n985,1645612873,47.74306,8.99903\n986,1645612878,47.74306,8.99903\n987,1645612883,47.74306,8.99903\n988,1645612888,47.74306,8.99903\n989,1645612893,47.74306,8.99903\n990,1645612898,47.74306,8.99903\n991,1645612903,47.74306,8.99903\n992,1645612908,47.74306,8.99903\n993,1645612913,47.74306,8.99903\n994,1645612918,47.74306,8.99903\n995,1645612923,47.74306,8.99903\n996,1645612928,47.74306,8.99903\n997,1645612933,47.74306,8.99903\n998,1645612938,47.74306,8.99903\n999,1645612943,47.74306,8.99903\n1000,1645612948,47.74306,8.99903\n1001,1645612953,47.74306,8.99903\n1002,1645612958,47.74306,8.99903\n1003,1645612963,47.74306,8.99903\n1004,1645612968,47.74306,8.99903\n1005,1645612973,47.74306,8.99903\n1006,1645612978,47.74306,8.99903\n1007,1645612983,47.74306,8.99903\n1008,1645612988,47.74306,8.99902\n1009,1645612993,47.74306,8.99902\n1010,1645612998,47.74306,8.99902\n1011,1645613003,47.74306,8.99902\n1012,1645613008,47.74306,8.99902\n1013,1645613013,47.74306,8.99902\n1014,1645613018,47.74305,8.99902\n1015,1645613023,47.74305,8.99902\n1016,1645613028,47.74305,8.99902\n1017,1645613033,47.74305,8.99902\n1018,1645613038,47.74305,8.99902\n1019,1645613043,47.74305,8.99902\n1020,1645613048,47.74305,8.99902\n1021,1645613053,47.74305,8.99902\n1022,1645613058,47.74305,8.99902\n1023,1645613063,47.74305,8.99902\n1024,1645613068,47.74305,8.99902\n1025,1645613073,47.74305,8.99902\n1026,1645613078,47.74305,8.99902\n1027,1645613083,47.74305,8.99902\n1028,1645613088,47.74305,8.99902\n1029,1645613093,47.74305,8.99902\n1030,1645613098,47.74305,8.99902\n1031,1645613103,47.74305,8.99902\n1032,1645613108,47.74305,8.99902\n1033,1645613113,47.74305,8.99902\n1034,1645613118,47.74305,8.99902\n1035,1645613123,47.74305,8.99902\n1036,1645613128,47.74305,8.99902\n1037,1645613133,47.74305,8.99902\n1038,1645613138,47.74305,8.99902\n1039,1645613143,47.74305,8.99902\n1040,1645613148,47.74305,8.99902\n1041,1645613153,47.74306,8.99899\n1042,1645613158,47.74306,8.99899\n1043,1645613163,47.74307,8.99899\n1044,1645613168,47.74307,8.99899\n1045,1645613173,47.74307,8.99899\n1046,1645613178,47.74306,8.99899\n1047,1645613183,47.74306,8.99899\n1048,1645613188,47.74306,8.99899\n1049,1645613193,47.74306,8.99898\n1050,1645613198,47.74306,8.99898\n1051,1645613203,47.74306,8.99898\n1052,1645613208,47.74306,8.99898\n1053,1645613213,47.74306,8.99898\n1054,1645613218,47.74306,8.99898\n1055,1645613223,47.74306,8.99898\n1056,1645613228,47.74306,8.99898\n1057,1645613233,47.74306,8.99898\n1058,1645613238,47.74306,8.99898\n1059,1645613243,47.74306,8.99898\n1060,1645613248,47.74306,8.99898\n1061,1645613253,47.74306,8.99898\n1062,1645613258,47.74306,8.99898\n1063,1645613263,47.74306,8.99899\n1064,1645613268,47.74306,8.99899\n1065,1645613273,47.74306,8.99899\n1066,1645613278,47.74306,8.99899\n1067,1645613283,47.74306,8.99900\n1068,1645613288,47.74306,8.99900\n1069,1645613293,47.74306,8.99900\n1070,1645613298,47.74306,8.99900\n1071,1645613303,47.74306,8.99900\n1072,1645613308,47.74306,8.99900\n1073,1645613313,47.74306,8.99900\n1074,1645613318,47.74306,8.99900\n1075,1645613323,47.74306,8.99900\n1076,1645613328,47.74306,8.99900\n1077,1645613333,47.74306,8.99900\n1078,1645613338,47.74306,8.99900\n1079,1645613343,47.74306,8.99900\n1080,1645613348,47.74306,8.99900\n1081,1645613353,47.74306,8.99900\n1082,1645613358,47.74306,8.99900\n1083,1645613363,47.74306,8.99900\n1084,1645613368,47.74306,8.99900\n1085,1645613373,47.74306,8.99900\n1086,1645613378,47.74306,8.99900\n1087,1645613383,47.74306,8.99900\n1088,1645613388,47.74306,8.99900\n1089,1645613393,47.74306,8.99900\n1090,1645613398,47.74306,8.99900\n1091,1645613403,47.74306,8.99900\n1092,1645613408,47.74306,8.99900\n1093,1645613413,47.74306,8.99900\n1094,1645613418,47.74306,8.99900\n1095,1645613423,47.74306,8.99900\n1096,1645613428,47.74306,8.99900\n1097,1645613433,47.74306,8.99900\n1098,1645613438,47.74306,8.99900\n1099,1645613443,47.74306,8.99900\n1100,1645613448,47.74306,8.99900\n1101,1645613453,47.74306,8.99900\n1102,1645613458,47.74306,8.99900\n1103,1645613463,47.74306,8.99900\n1104,1645613468,47.74306,8.99900\n1105,1645613473,47.74306,8.99900\n1106,1645613478,47.74306,8.99900\n1107,1645613483,47.74306,8.99900\n1108,1645613488,47.74306,8.99900\n1109,1645613493,47.74306,8.99900\n1110,1645613498,47.74306,8.99900\n1111,1645613503,47.74306,8.99900\n1112,1645613508,47.74306,8.99900\n1113,1645613513,47.74306,8.99900\n1114,1645613518,47.74306,8.99900\n1115,1645613523,47.74306,8.99900\n1116,1645613528,47.74306,8.99900\n1117,1645613533,47.74306,8.99900\n1118,1645613538,47.74306,8.99900\n1119,1645613543,47.74306,8.99899\n1120,1645613548,47.74306,8.99899\n1121,1645613553,47.74306,8.99899\n1122,1645613558,47.74306,8.99899\n1123,1645613563,47.74306,8.99899\n1124,1645613568,47.74306,8.99899\n1125,1645613573,47.74306,8.99899\n1126,1645613578,47.74306,8.99899\n1127,1645613583,47.74306,8.99899\n1128,1645613588,47.74306,8.99899\n1129,1645613593,47.74306,8.99899\n1130,1645613598,47.74306,8.99899\n1131,1645613603,47.74306,8.99899\n1132,1645613608,47.74306,8.99899\n1133,1645613613,47.74306,8.99899\n1134,1645613618,47.74306,8.99898\n1135,1645613623,47.74306,8.99898\n1136,1645613628,47.74306,8.99899\n1137,1645613633,47.74306,8.99898\n1138,1645613638,47.74306,8.99898\n1139,1645613643,47.74306,8.99898\n1140,1645613648,47.74306,8.99898\n1141,1645613653,47.74306,8.99898\n1142,1645613658,47.74306,8.99898\n1143,1645613663,47.74305,8.99898\n1144,1645613668,47.74305,8.99898\n1145,1645613673,47.74305,8.99898\n1146,1645613678,47.74305,8.99898\n1147,1645613683,47.74305,8.99898\n1148,1645613688,47.74305,8.99897\n1149,1645613693,47.74305,8.99897\n1150,1645613698,47.74305,8.99897\n1151,1645613703,47.74305,8.99897\n1152,1645613708,47.74305,8.99897\n1153,1645613713,47.74305,8.99897\n1154,1645613718,47.74305,8.99897\n1155,1645613723,47.74305,8.99897\n1156,1645613728,47.74305,8.99897\n1157,1645613733,47.74305,8.99897\n1158,1645613738,47.74305,8.99897\n1159,1645613743,47.74305,8.99897\n1160,1645613748,47.74305,8.99897\n1161,1645613753,47.74305,8.99897\n1162,1645613758,47.74305,8.99897\n1163,1645613763,47.74305,8.99897\n1164,1645613768,47.74305,8.99898\n1165,1645613773,47.74305,8.99898\n1166,1645613778,47.74305,8.99898\n1167,1645613783,47.74305,8.99898\n1168,1645613788,47.74305,8.99898\n1169,1645613793,47.74306,8.99898\n1170,1645613798,47.74306,8.99897\n1171,1645613803,47.74306,8.99897\n1172,1645613808,47.74306,8.99897\n1173,1645613813,47.74306,8.99897\n1174,1645613818,47.74306,8.99897\n1175,1645613823,47.74306,8.99897\n1176,1645613828,47.74306,8.99897\n1177,1645613833,47.74306,8.99897\n1178,1645613838,47.74306,8.99897\n1179,1645613843,47.74306,8.99897\n1180,1645613848,47.74307,8.99896\n1181,1645613853,47.74307,8.99896\n1182,1645613858,47.74307,8.99896\n1183,1645613863,47.74307,8.99896\n1184,1645613868,47.74307,8.99896\n1185,1645613873,47.74307,8.99896\n1186,1645613878,47.74307,8.99896\n1187,1645613883,47.74307,8.99896\n1188,1645613888,47.74307,8.99896\n1189,1645613893,47.74307,8.99895\n1190,1645613898,47.74307,8.99895\n1191,1645613903,47.74307,8.99895\n1192,1645613908,47.74307,8.99895\n1193,1645613913,47.74307,8.99895\n1194,1645613918,47.74307,8.99895\n1195,1645613923,47.74307,8.99894\n1196,1645613928,47.74307,8.99894\n1197,1645613933,47.74307,8.99894\n1198,1645613938,47.74307,8.99894\n1199,1645613943,47.74307,8.99893\n1200,1645613948,47.74307,8.99893\n1201,1645613953,47.74308,8.99892\n1202,1645613958,47.74308,8.99891\n1203,1645613963,47.74309,8.99889\n1204,1645613968,47.74309,8.99889\n1205,1645613973,47.74309,8.99888\n1206,1645613978,47.74310,8.99887\n1207,1645613983,47.74310,8.99887\n1208,1645613988,47.74311,8.99886\n1209,1645613993,47.74311,8.99885\n1210,1645613998,47.74311,8.99885\n1211,1645614003,47.74311,8.99884\n1212,1645614008,47.74311,8.99884\n1213,1645614013,47.74312,8.99884\n1214,1645614018,47.74312,8.99884\n1215,1645614023,47.74312,8.99884\n1216,1645614028,47.74312,8.99884\n1217,1645614033,47.74312,8.99884\n1218,1645614038,47.74312,8.99884\n1219,1645614043,47.74312,8.99884\n1220,1645614048,47.74312,8.99885\n1221,1645614053,47.74312,8.99886\n1222,1645614058,47.74312,8.99887\n1223,1645614063,47.74312,8.99888\n1224,1645614068,47.74312,8.99888\n1225,1645614073,47.74312,8.99889\n1226,1645614078,47.74313,8.99889\n1227,1645614083,47.74313,8.99889\n1228,1645614088,47.74314,8.99888\n1229,1645614093,47.74314,8.99888\n1230,1645614098,47.74315,8.99888\n1231,1645614103,47.74315,8.99887\n1232,1645614108,47.74316,8.99887\n1233,1645614113,47.74316,8.99887\n1234,1645614118,47.74317,8.99887\n1235,1645614123,47.74318,8.99886\n1236,1645614128,47.74318,8.99886\n1237,1645614133,47.74317,8.99885\n1238,1645614138,47.74316,8.99885\n1239,1645614143,47.74316,8.99885\n1240,1645614148,47.74316,8.99885\n1241,1645614153,47.74316,8.99884\n1242,1645614158,47.74315,8.99885\n1243,1645614163,47.74315,8.99884\n1244,1645614168,47.74315,8.99884\n1245,1645614173,47.74315,8.99884\n1246,1645614178,47.74315,8.99884\n1247,1645614183,47.74315,8.99884\n1248,1645614188,47.74315,8.99884\n1249,1645614193,47.74315,8.99883\n1250,1645614198,47.74315,8.99882\n1251,1645614203,47.74314,8.99883\n1252,1645614208,47.74314,8.99883\n1253,1645614213,47.74314,8.99883\n1254,1645614218,47.74314,8.99883\n1255,1645614223,47.74314,8.99883\n1256,1645614228,47.74314,8.99884\n1257,1645614233,47.74314,8.99884\n1258,1645614238,47.74314,8.99884\n1259,1645614243,47.74314,8.99884\n1260,1645614248,47.74314,8.99884\n1261,1645614253,47.74314,8.99884\n1262,1645614258,47.74313,8.99885\n1263,1645614263,47.74313,8.99885\n1264,1645614268,47.74312,8.99886\n1265,1645614273,47.74312,8.99886\n1266,1645614278,47.74312,8.99886\n1267,1645614283,47.74312,8.99886\n1268,1645614288,47.74312,8.99886\n1269,1645614293,47.74312,8.99886\n1270,1645614298,47.74312,8.99886\n1271,1645614303,47.74312,8.99886\n1272,1645614308,47.74312,8.99886\n1273,1645614313,47.74312,8.99886\n1274,1645614318,47.74312,8.99887\n1275,1645614323,47.74312,8.99887\n1276,1645614328,47.74312,8.99887\n1277,1645614333,47.74312,8.99886\n1278,1645614338,47.74312,8.99886\n1279,1645614343,47.74312,8.99886\n1280,1645614348,47.74312,8.99886\n1281,1645614353,47.74312,8.99886\n1282,1645614358,47.74312,8.99886\n1283,1645614363,47.74312,8.99886\n1284,1645614368,47.74312,8.99886\n1285,1645614373,47.74312,8.99887\n1286,1645614378,47.74312,8.99887\n1287,1645614383,47.74312,8.99888\n1288,1645614388,47.74312,8.99887\n1289,1645614393,47.74312,8.99887\n1290,1645614398,47.74312,8.99887\n1291,1645614403,47.74312,8.99887\n1292,1645614408,47.74312,8.99887\n1293,1645614413,47.74312,8.99887\n1294,1645614418,47.74312,8.99887\n1295,1645614423,47.74312,8.99887\n1296,1645614428,47.74312,8.99887\n1297,1645614433,47.74312,8.99887\n1298,1645614438,47.74311,8.99888\n1299,1645614443,47.74311,8.99888\n1300,1645614448,47.74311,8.99888\n1301,1645614453,47.74311,8.99889\n1302,1645614458,47.74310,8.99889\n1303,1645614463,47.74310,8.99889\n1304,1645614468,47.74310,8.99890\n1305,1645614473,47.74310,8.99890\n1306,1645614478,47.74310,8.99890\n1307,1645614483,47.74310,8.99890\n1308,1645614488,47.74310,8.99890\n1309,1645614493,47.74310,8.99890\n1310,1645614498,47.74310,8.99890\n1311,1645614503,47.74310,8.99890\n1312,1645614508,47.74310,8.99890\n1313,1645614513,47.74309,8.99890\n1314,1645614518,47.74309,8.99890\n1315,1645614523,47.74309,8.99890\n1316,1645614528,47.74309,8.99890\n1317,1645614533,47.74309,8.99890\n1318,1645614538,47.74309,8.99890\n1319,1645614543,47.74310,8.99890\n1320,1645614548,47.74310,8.99890\n1321,1645614553,47.74310,8.99890\n1322,1645614558,47.74311,8.99891\n1323,1645614563,47.74311,8.99892\n1324,1645614568,47.74311,8.99892\n1325,1645614573,47.74311,8.99892\n1326,1645614578,47.74311,8.99892\n1327,1645614583,47.74312,8.99892\n1328,1645614588,47.74312,8.99892\n1329,1645614593,47.74312,8.99891\n1330,1645614598,47.74312,8.99890\n1331,1645614603,47.74311,8.99889\n1332,1645614608,47.74311,8.99889\n1333,1645614613,47.74312,8.99888\n1334,1645614618,47.74312,8.99888\n1335,1645614623,47.74312,8.99888\n1336,1645614628,47.74312,8.99887\n1337,1645614633,47.74312,8.99887\n1338,1645614638,47.74312,8.99887\n1339,1645614643,47.74313,8.99887\n1340,1645614648,47.74313,8.99887\n1341,1645614653,47.74312,8.99887\n1342,1645614658,47.74312,8.99887\n1343,1645614663,47.74312,8.99887\n1344,1645614668,47.74312,8.99887\n1345,1645614673,47.74312,8.99887\n1346,1645614678,47.74312,8.99887\n1347,1645614683,47.74312,8.99887\n1348,1645614688,47.74312,8.99887\n1349,1645614693,47.74312,8.99887\n1350,1645614698,47.74312,8.99887\n1351,1645614703,47.74312,8.99887\n1352,1645614708,47.74312,8.99887\n1353,1645614713,47.74312,8.99887\n1354,1645614718,47.74312,8.99887\n1355,1645614723,47.74312,8.99887\n1356,1645614728,47.74311,8.99887\n1357,1645614733,47.74311,8.99887\n1358,1645614738,47.74311,8.99887\n1359,1645614743,47.74311,8.99887\n1360,1645614748,47.74311,8.99886\n1361,1645614753,47.74311,8.99886\n1362,1645614758,47.74311,8.99886\n1363,1645614763,47.74311,8.99886\n1364,1645614768,47.74310,8.99885\n1365,1645614773,47.74309,8.99885\n1366,1645614778,47.74310,8.99884\n1367,1645614783,47.74310,8.99884\n1368,1645614788,47.74310,8.99884\n1369,1645614793,47.74310,8.99885\n1370,1645614798,47.74310,8.99885\n1371,1645614803,47.74310,8.99885\n1372,1645614808,47.74310,8.99886\n1373,1645614813,47.74310,8.99886\n1374,1645614818,47.74310,8.99886\n1375,1645614823,47.74310,8.99886\n1376,1645614828,47.74310,8.99886\n1377,1645614833,47.74309,8.99886\n1378,1645614838,47.74309,8.99886\n1379,1645614843,47.74309,8.99886\n1380,1645614848,47.74309,8.99886\n1381,1645614853,47.74309,8.99886\n1382,1645614858,47.74309,8.99886\n1383,1645614863,47.74309,8.99886\n1384,1645614868,47.74309,8.99886\n1385,1645614873,47.74309,8.99886\n1386,1645614878,47.74309,8.99886\n1387,1645614883,47.74309,8.99886\n1388,1645614888,47.74309,8.99886\n1389,1645614893,47.74309,8.99886\n1390,1645614898,47.74309,8.99886\n1391,1645614903,47.74308,8.99888\n1392,1645614908,47.74308,8.99888\n1393,1645614913,47.74308,8.99888\n1394,1645614918,47.74309,8.99887\n1395,1645614923,47.74309,8.99887\n1396,1645614928,47.74309,8.99887\n1397,1645614933,47.74309,8.99888\n1398,1645614938,47.74310,8.99887\n1399,1645614943,47.74311,8.99887\n1400,1645614948,47.74310,8.99888\n1401,1645614953,47.74310,8.99888\n1402,1645614958,47.74310,8.99888\n1403,1645614963,47.74311,8.99887\n1404,1645614968,47.74311,8.99887\n1405,1645614973,47.74311,8.99887\n1406,1645614978,47.74311,8.99887\n1407,1645614983,47.74310,8.99887\n1408,1645614988,47.74310,8.99887\n1409,1645614993,47.74310,8.99887\n1410,1645614998,47.74310,8.99887\n1411,1645615003,47.74310,8.99887\n1412,1645615008,47.74310,8.99887\n1413,1645615013,47.74310,8.99888\n1414,1645615018,47.74310,8.99888\n1415,1645615023,47.74310,8.99888\n1416,1645615028,47.74310,8.99888\n1417,1645615033,47.74310,8.99888\n1418,1645615038,47.74310,8.99888\n1419,1645615043,47.74310,8.99888\n1420,1645615048,47.74310,8.99888\n1421,1645615053,47.74310,8.99888\n1422,1645615058,47.74310,8.99888\n1423,1645615063,47.74310,8.99888\n1424,1645615068,47.74309,8.99890\n1425,1645615073,47.74307,8.99892\n1426,1645615078,47.74307,8.99893\n1427,1645615083,47.74307,8.99893\n1428,1645615088,47.74307,8.99893\n1429,1645615093,47.74307,8.99893\n1430,1645615098,47.74307,8.99895\n1431,1645615103,47.74307,8.99895\n1432,1645615108,47.74307,8.99895\n1433,1645615113,47.74307,8.99895\n1434,1645615118,47.74307,8.99895\n1435,1645615123,47.74307,8.99895\n1436,1645615128,47.74307,8.99895\n1437,1645615133,47.74307,8.99895\n1438,1645615138,47.74307,8.99895\n1439,1645615143,47.74307,8.99895\n1440,1645615148,47.74307,8.99895\n1441,1645615153,47.74307,8.99895\n1442,1645615158,47.74307,8.99895\n1443,1645615163,47.74307,8.99895\n1444,1645615168,47.74307,8.99895\n1445,1645615173,47.74307,8.99895\n1446,1645615178,47.74307,8.99895\n1447,1645615183,47.74307,8.99895\n1448,1645615188,47.74307,8.99895\n1449,1645615193,47.74307,8.99895\n1450,1645615198,47.74307,8.99895\n1451,1645615203,47.74307,8.99895\n1452,1645615208,47.74307,8.99895\n1453,1645615213,47.74307,8.99895\n1454,1645615218,47.74307,8.99895\n1455,1645615223,47.74307,8.99895\n1456,1645615228,47.74307,8.99895\n1457,1645615233,47.74307,8.99895\n1458,1645615238,47.74307,8.99895\n1459,1645615243,47.74307,8.99895\n1460,1645615248,47.74307,8.99895\n1461,1645615253,47.74307,8.99895\n1462,1645615258,47.74307,8.99895\n1463,1645615263,47.74307,8.99895\n1464,1645615268,47.74307,8.99895\n1465,1645615273,47.74307,8.99895\n1466,1645615278,47.74307,8.99895\n1467,1645615283,47.74307,8.99895\n1468,1645615288,47.74307,8.99895\n1469,1645615293,47.74307,8.99895\n1470,1645615298,47.74307,8.99895\n1471,1645615303,47.74307,8.99895\n1472,1645615308,47.74307,8.99895\n1473,1645615313,47.74307,8.99895\n1474,1645615318,47.74307,8.99895\n1475,1645615323,47.74307,8.99895\n1476,1645615328,47.74307,8.99895\n1477,1645615333,47.74307,8.99895\n1478,1645615338,47.74307,8.99895\n1479,1645615343,47.74307,8.99895\n1480,1645615348,47.74307,8.99895\n1481,1645615353,47.74307,8.99895\n1482,1645615358,47.74307,8.99895\n1483,1645615363,47.74307,8.99895\n1484,1645615368,47.74307,8.99895\n1485,1645615373,47.74307,8.99895\n1486,1645615378,47.74307,8.99895\n1487,1645615383,47.74307,8.99895\n1488,1645615388,47.74307,8.99895\n1489,1645615393,47.74307,8.99895\n1490,1645615398,47.74307,8.99895\n1491,1645615403,47.74307,8.99895\n1492,1645615408,47.74307,8.99895\n1493,1645615413,47.74307,8.99895\n1494,1645615418,47.74307,8.99895\n1495,1645615423,47.74307,8.99895\n1496,1645615428,47.74307,8.99895\n1497,1645615433,47.74307,8.99895\n1498,1645615438,47.74307,8.99895\n1499,1645615443,47.74307,8.99895\n1500,1645615448,47.74307,8.99895\n1501,1645615453,47.74307,8.99895\n1502,1645615458,47.74307,8.99895\n1503,1645615463,47.74307,8.99895\n1504,1645615468,47.74307,8.99895\n1505,1645615473,47.74307,8.99895\n1506,1645615478,47.74307,8.99895\n1507,1645615483,47.74307,8.99895\n1508,1645615488,47.74307,8.99895\n1509,1645615493,47.74307,8.99895\n1510,1645615498,47.74307,8.99895\n1511,1645615503,47.74307,8.99895\n1512,1645615508,47.74307,8.99895\n1513,1645615513,47.74307,8.99895\n1514,1645615518,47.74307,8.99894\n1515,1645615523,47.74307,8.99894\n1516,1645615528,47.74307,8.99894\n1517,1645615533,47.74307,8.99894\n1518,1645615538,47.74307,8.99894\n1519,1645615543,47.74307,8.99894\n1520,1645615548,47.74307,8.99894\n1521,1645615553,47.74307,8.99894\n1522,1645615558,47.74307,8.99894\n1523,1645615563,47.74307,8.99894\n1524,1645615568,47.74307,8.99894\n1525,1645615573,47.74307,8.99895\n1526,1645615578,47.74307,8.99895\n1527,1645615583,47.74307,8.99895\n1528,1645615588,47.74305,8.99895\n1529,1645615593,47.74305,8.99895\n1530,1645615598,47.74305,8.99895\n1531,1645615603,47.74305,8.99895\n1532,1645615608,47.74305,8.99895\n1533,1645615613,47.74305,8.99895\n1534,1645615618,47.74305,8.99895\n1535,1645615623,47.74305,8.99895\n1536,1645615628,47.74305,8.99895\n1537,1645615633,47.74305,8.99895\n1538,1645615638,47.74305,8.99895\n1539,1645615643,47.74305,8.99895\n1540,1645615648,47.74305,8.99895\n1541,1645615653,47.74305,8.99893\n1542,1645615658,47.74305,8.99893\n1543,1645615663,47.74305,8.99893\n1544,1645615668,47.74305,8.99893\n1545,1645615673,47.74306,8.99891\n1546,1645615678,47.74306,8.99891\n1547,1645615683,47.74307,8.99890\n1548,1645615688,47.74307,8.99890\n1549,1645615693,47.74307,8.99890\n1550,1645615698,47.74307,8.99890\n1551,1645615703,47.74307,8.99890\n1552,1645615708,47.74307,8.99890\n1553,1645615713,47.74307,8.99890\n1554,1645615718,47.74307,8.99890\n1555,1645615723,47.74307,8.99890\n1556,1645615728,47.74307,8.99890\n1557,1645615733,47.74307,8.99890\n1558,1645615738,47.74307,8.99890\n1559,1645615743,47.74307,8.99890\n1560,1645615748,47.74307,8.99890\n1561,1645615753,47.74307,8.99890\n1562,1645615758,47.74307,8.99890\n1563,1645615763,47.74307,8.99890\n1564,1645615768,47.74307,8.99890\n1565,1645615773,47.74307,8.99890\n1566,1645615778,47.74307,8.99890\n1567,1645615783,47.74307,8.99890\n1568,1645615788,47.74307,8.99890\n1569,1645615793,47.74307,8.99890\n1570,1645615798,47.74307,8.99890\n1571,1645615803,47.74307,8.99890\n1572,1645615808,47.74307,8.99890\n1573,1645615813,47.74307,8.99889\n1574,1645615818,47.74307,8.99889\n1575,1645615823,47.74307,8.99889\n1576,1645615828,47.74307,8.99889\n1577,1645615833,47.74307,8.99889\n1578,1645615838,47.74307,8.99889\n1579,1645615843,47.74307,8.99889\n1580,1645615848,47.74307,8.99889\n1581,1645615853,47.74307,8.99889\n1582,1645615858,47.74307,8.99889\n1583,1645615863,47.74307,8.99889\n1584,1645615868,47.74307,8.99889\n1585,1645615873,47.74307,8.99889\n1586,1645615878,47.74307,8.99889\n1587,1645615883,47.74307,8.99889\n1588,1645615888,47.74307,8.99889\n1589,1645615893,47.74307,8.99889\n1590,1645615898,47.74307,8.99889\n1591,1645615903,47.74307,8.99889\n1592,1645615908,47.74307,8.99889\n1593,1645615913,47.74307,8.99889\n1594,1645615918,47.74307,8.99889\n1595,1645615923,47.74306,8.99889\n1596,1645615928,47.74306,8.99890\n1597,1645615933,47.74306,8.99890\n1598,1645615938,47.74306,8.99890\n1599,1645615943,47.74306,8.99890\n1600,1645615948,47.74306,8.99890\n1601,1645615953,47.74306,8.99890\n1602,1645615958,47.74306,8.99890\n1603,1645615963,47.74306,8.99890\n1604,1645615968,47.74306,8.99890\n1605,1645615973,47.74306,8.99890\n1606,1645615978,47.74306,8.99890\n1607,1645615983,47.74306,8.99890\n1608,1645615988,47.74306,8.99890\n1609,1645615993,47.74306,8.99890\n1610,1645615998,47.74306,8.99890\n1611,1645616003,47.74307,8.99891\n1612,1645616008,47.74307,8.99893\n1613,1645616013,47.74307,8.99894\n1614,1645616018,47.74307,8.99894\n1615,1645616023,47.74307,8.99894\n1616,1645616028,47.74307,8.99894\n1617,1645616033,47.74307,8.99894\n1618,1645616038,47.74307,8.99894\n1619,1645616043,47.74307,8.99894\n1620,1645616048,47.74307,8.99894\n1621,1645616053,47.74307,8.99894\n1622,1645616058,47.74307,8.99894\n1623,1645616063,47.74307,8.99894\n1624,1645616068,47.74307,8.99894\n1625,1645616073,47.74307,8.99894\n1626,1645616078,47.74307,8.99895\n1627,1645616083,47.74307,8.99895\n1628,1645616088,47.74307,8.99895\n1629,1645616093,47.74307,8.99895\n1630,1645616098,47.74307,8.99895\n1631,1645616103,47.74307,8.99895\n1632,1645616108,47.74307,8.99895\n1633,1645616113,47.74307,8.99895\n1634,1645616118,47.74307,8.99895\n1635,1645616123,47.74307,8.99895\n1636,1645616128,47.74307,8.99895\n1637,1645616133,47.74307,8.99895\n1638,1645616138,47.74307,8.99895\n1639,1645616143,47.74307,8.99895\n1640,1645616148,47.74307,8.99895\n1641,1645616153,47.74307,8.99895\n1642,1645616158,47.74307,8.99895\n1643,1645616163,47.74307,8.99895\n1644,1645616168,47.74307,8.99895\n1645,1645616173,47.74307,8.99895\n1646,1645616178,47.74307,8.99895\n1647,1645616183,47.74307,8.99895\n1648,1645616188,47.74307,8.99895\n1649,1645616193,47.74306,8.99895\n1650,1645616198,47.74306,8.99895\n1651,1645616203,47.74306,8.99895\n1652,1645616208,47.74306,8.99895\n1653,1645616213,47.74306,8.99895\n1654,1645616218,47.74306,8.99895\n1655,1645616223,47.74306,8.99895\n1656,1645616228,47.74306,8.99895\n1657,1645616233,47.74306,8.99895\n1658,1645616238,47.74306,8.99895\n1659,1645616243,47.74306,8.99895\n1660,1645616248,47.74306,8.99895\n1661,1645616253,47.74306,8.99895\n1662,1645616258,47.74306,8.99895\n1663,1645616263,47.74306,8.99895\n1664,1645616268,47.74306,8.99895\n1665,1645616273,47.74306,8.99895\n1666,1645616278,47.74306,8.99895\n1667,1645616283,47.74306,8.99895\n1668,1645616288,47.74306,8.99895\n1669,1645616293,47.74306,8.99895\n1670,1645616298,47.74306,8.99895\n1671,1645616303,47.74306,8.99895\n1672,1645616308,47.74306,8.99895\n1673,1645616313,47.74306,8.99895\n1674,1645616318,47.74306,8.99895\n1675,1645616323,47.74306,8.99895\n1676,1645616328,47.74306,8.99895\n1677,1645616333,47.74306,8.99895\n1678,1645616338,47.74306,8.99895\n1679,1645616343,47.74306,8.99895\n1680,1645616348,47.74306,8.99895\n1681,1645616353,47.74306,8.99895\n1682,1645616358,47.74306,8.99895\n1683,1645616363,47.74306,8.99895\n1684,1645616368,47.74306,8.99895\n1685,1645616373,47.74306,8.99895\n1686,1645616378,47.74306,8.99895\n1687,1645616383,47.74306,8.99895\n1688,1645616388,47.74306,8.99895\n1689,1645616393,47.74306,8.99894\n1690,1645616398,47.74306,8.99894\n1691,1645616403,47.74306,8.99894\n1692,1645616408,47.74306,8.99894\n1693,1645616413,47.74306,8.99894\n1694,1645616418,47.74306,8.99895\n1695,1645616423,47.74305,8.99896\n1696,1645616428,47.74305,8.99896\n1697,1645616433,47.74305,8.99896\n1698,1645616438,47.74305,8.99896\n1699,1645616443,47.74305,8.99896\n1700,1645616448,47.74305,8.99895\n1701,1645616453,47.74305,8.99895\n1702,1645616458,47.74305,8.99895\n1703,1645616463,47.74305,8.99895\n1704,1645616468,47.74305,8.99895\n1705,1645616473,47.74305,8.99895\n1706,1645616478,47.74305,8.99895\n1707,1645616483,47.74305,8.99895\n1708,1645616488,47.74305,8.99895\n1709,1645616493,47.74305,8.99895\n1710,1645616498,47.74305,8.99895\n1711,1645616503,47.74305,8.99895\n1712,1645616508,47.74305,8.99895\n1713,1645616513,47.74305,8.99895\n1714,1645616518,47.74305,8.99895\n1715,1645616523,47.74305,8.99895\n1716,1645616528,47.74305,8.99895\n1717,1645616533,47.74305,8.99895\n1718,1645616538,47.74305,8.99895\n1719,1645616543,47.74306,8.99895\n1720,1645616548,47.74307,8.99895\n1721,1645616553,47.74307,8.99895\n1722,1645616558,47.74308,8.99894\n1723,1645616563,47.74308,8.99893\n1724,1645616568,47.74307,8.99893\n1725,1645616573,47.74307,8.99893\n1726,1645616578,47.74307,8.99892\n1727,1645616583,47.74306,8.99890\n1728,1645616588,47.74305,8.99890\n1729,1645616593,47.74306,8.99890\n1730,1645616598,47.74306,8.99891\n1731,1645616603,47.74306,8.99890\n1732,1645616608,47.74307,8.99890\n1733,1645616613,47.74306,8.99890\n1734,1645616618,47.74306,8.99890\n1735,1645616623,47.74304,8.99890\n1736,1645616628,47.74303,8.99890\n1737,1645616633,47.74304,8.99890\n1738,1645616638,47.74303,8.99890\n1739,1645616643,47.74304,8.99891\n1740,1645616648,47.74304,8.99891\n1741,1645616653,47.74304,8.99890\n1742,1645616658,47.74304,8.99890\n1743,1645616663,47.74305,8.99890\n1744,1645616668,47.74306,8.99890\n1745,1645616673,47.74306,8.99891\n1746,1645616678,47.74306,8.99891\n1747,1645616683,47.74306,8.99891\n1748,1645616688,47.74306,8.99891\n1749,1645616693,47.74306,8.99891\n1750,1645616698,47.74305,8.99891\n1751,1645616703,47.74306,8.99890\n1752,1645616708,47.74305,8.99890\n1753,1645616713,47.74305,8.99890\n1754,1645616718,47.74305,8.99889\n1755,1645616723,47.74303,8.99886\n1756,1645616728,47.74303,8.99884\n1757,1645616733,47.74304,8.99885\n1758,1645616738,47.74304,8.99885\n1759,1645616743,47.74304,8.99885\n1760,1645616748,47.74304,8.99884\n1761,1645616753,47.74305,8.99884\n1762,1645616758,47.74306,8.99885\n1763,1645616763,47.74307,8.99886\n1764,1645616768,47.74309,8.99888\n1765,1645616773,47.74308,8.99889\n1766,1645616778,47.74310,8.99892\n1767,1645616783,47.74310,8.99893\n1768,1645616788,47.74311,8.99893\n1769,1645616793,47.74312,8.99895\n1770,1645616798,47.74313,8.99895\n1771,1645616803,47.74313,8.99896\n1772,1645616808,47.74312,8.99895\n1773,1645616813,47.74314,8.99896\n1774,1645616818,47.74313,8.99897\n1775,1645616823,47.74312,8.99898\n1776,1645616828,47.74312,8.99897\n1777,1645616833,47.74312,8.99897\n1778,1645616838,47.74312,8.99897\n1779,1645616843,47.74310,8.99896\n1780,1645616848,47.74311,8.99895\n1781,1645616853,47.74311,8.99894\n1782,1645616858,47.74311,8.99893\n1783,1645616863,47.74311,8.99892\n1784,1645616868,47.74311,8.99892\n1785,1645616873,47.74312,8.99893\n1786,1645616878,47.74314,8.99892\n1787,1645616883,47.74314,8.99892\n1788,1645616888,47.74314,8.99893\n1789,1645616893,47.74318,8.99893\n1790,1645616898,47.74319,8.99894\n1791,1645616903,47.74318,8.99894\n1792,1645616908,47.74318,8.99894\n1793,1645616913,47.74318,8.99894\n1794,1645616918,47.74317,8.99894\n1795,1645616923,47.74318,8.99894\n1796,1645616928,47.74317,8.99894\n1797,1645616933,47.74317,8.99896\n1798,1645616938,47.74318,8.99896\n1799,1645616943,47.74321,8.99897\n1800,1645616948,47.74323,8.99900\n1801,1645616953,47.74320,8.99901\n1802,1645616958,47.74321,8.99901\n1803,1645616963,47.74321,8.99901\n1804,1645616968,47.74321,8.99901\n1805,1645616973,47.74318,8.99902\n1806,1645616978,47.74322,8.99903\n1807,1645616983,47.74325,8.99904\n1808,1645616988,47.74321,8.99902\n1809,1645616993,47.74321,8.99903\n1810,1645616998,47.74322,8.99904\n1811,1645617003,47.74322,8.99904\n1812,1645617008,47.74321,8.99904\n1813,1645617013,47.74321,8.99905\n1814,1645617018,47.74321,8.99904\n1815,1645617023,47.74321,8.99905\n1816,1645617028,47.74322,8.99904\n1817,1645617033,47.74322,8.99905\n1818,1645617038,47.74321,8.99905\n1819,1645617043,47.74317,8.99904\n1820,1645617048,47.74316,8.99905\n1821,1645617053,47.74314,8.99904\n1822,1645617058,47.74313,8.99904\n1823,1645617063,47.74314,8.99904\n1824,1645617068,47.74313,8.99903\n1825,1645617073,47.74312,8.99903\n1826,1645617078,47.74311,8.99902\n1827,1645617083,47.74310,8.99901\n1828,1645617088,47.74310,8.99900\n1829,1645617093,47.74309,8.99900\n1830,1645617098,47.74305,8.99896\n1831,1645617103,47.74304,8.99894\n1832,1645617108,47.74304,8.99893\n1833,1645617113,47.74304,8.99892\n1834,1645617118,47.74304,8.99891\n1835,1645617123,47.74305,8.99893\n1836,1645617128,47.74306,8.99893\n1837,1645617133,47.74305,8.99894\n1838,1645617138,47.74306,8.99894\n1839,1645617143,47.74306,8.99893\n1840,1645617148,47.74306,8.99893\n1841,1645617153,47.74305,8.99892\n1842,1645617158,47.74307,8.99893\n1843,1645617163,47.74308,8.99893\n1844,1645617168,47.74309,8.99893\n1845,1645617173,47.74308,8.99894\n1846,1645617178,47.74309,8.99894\n1847,1645617183,47.74310,8.99894\n1848,1645617188,47.74310,8.99894\n1849,1645617193,47.74309,8.99895\n1850,1645617198,47.74310,8.99895\n1851,1645617203,47.74312,8.99899\n1852,1645617208,47.74312,8.99899\n1853,1645617213,47.74311,8.99898\n1854,1645617218,47.74311,8.99898\n1855,1645617223,47.74310,8.99897\n1856,1645617228,47.74309,8.99897\n1857,1645617233,47.74309,8.99896\n1858,1645617238,47.74310,8.99895\n1859,1645617243,47.74309,8.99895\n1860,1645617248,47.74308,8.99894\n1861,1645617253,47.74311,8.99894\n1862,1645617258,47.74309,8.99893\n1863,1645617263,47.74305,8.99891\n1864,1645617268,47.74305,8.99891\n1865,1645617273,47.74308,8.99892\n1866,1645617278,47.74306,8.99892\n1867,1645617283,47.74304,8.99892\n1868,1645617288,47.74307,8.99893\n1869,1645617293,47.74309,8.99893\n1870,1645617298,47.74303,8.99891\n1871,1645617303,47.74299,8.99890\n1872,1645617308,47.74299,8.99890\n1873,1645617313,47.74300,8.99891\n1874,1645617318,47.74303,8.99892\n1875,1645617323,47.74305,8.99894\n1876,1645617328,47.74308,8.99894\n1877,1645617333,47.74312,8.99895\n1878,1645617338,47.74311,8.99895\n1879,1645617343,47.74311,8.99894\n1880,1645617348,47.74311,8.99894\n1881,1645617353,47.74310,8.99893\n1882,1645617358,47.74314,8.99894\n1883,1645617363,47.74318,8.99894\n1884,1645617368,47.74320,8.99894\n1885,1645617373,47.74319,8.99893\n1886,1645617378,47.74319,8.99893\n1887,1645617383,47.74319,8.99892\n1888,1645617388,47.74321,8.99893\n1889,1645617393,47.74320,8.99893\n1890,1645617398,47.74320,8.99893\n1891,1645617403,47.74319,8.99892\n1892,1645617408,47.74319,8.99893\n1893,1645617413,47.74320,8.99893\n1894,1645617418,47.74320,8.99894\n1895,1645617423,47.74319,8.99896\n1896,1645617428,47.74319,8.99896\n1897,1645617433,47.74319,8.99896\n1898,1645617438,47.74319,8.99898\n1899,1645617443,47.74318,8.99899\n1900,1645617448,47.74318,8.99899\n1901,1645617453,47.74317,8.99899\n1902,1645617458,47.74315,8.99899\n1903,1645617463,47.74315,8.99899\n1904,1645617468,47.74316,8.99900\n1905,1645617473,47.74316,8.99899\n1906,1645617478,47.74317,8.99900\n1907,1645617483,47.74316,8.99899\n1908,1645617488,47.74315,8.99899\n1909,1645617493,47.74315,8.99899\n1910,1645617498,47.74316,8.99899\n1911,1645617503,47.74315,8.99898\n1912,1645617508,47.74314,8.99898\n1913,1645617513,47.74315,8.99898\n1914,1645617518,47.74313,8.99899\n1915,1645617523,47.74312,8.99899\n1916,1645617528,47.74312,8.99899\n1917,1645617533,47.74312,8.99899\n1918,1645617538,47.74310,8.99898\n1919,1645617543,47.74309,8.99898\n1920,1645617548,47.74309,8.99898\n1921,1645617553,47.74309,8.99898\n1922,1645617558,47.74308,8.99898\n1923,1645617563,47.74307,8.99898\n1924,1645617568,47.74306,8.99898\n1925,1645617573,47.74307,8.99899\n1926,1645617578,47.74307,8.99899\n1927,1645617583,47.74308,8.99899\n1928,1645617588,47.74308,8.99899\n1929,1645617593,47.74309,8.99900\n1930,1645617598,47.74310,8.99900\n1931,1645617603,47.74311,8.99900\n1932,1645617608,47.74311,8.99900\n1933,1645617613,47.74312,8.99900\n1934,1645617618,47.74313,8.99899\n1935,1645617623,47.74312,8.99897\n1936,1645617628,47.74312,8.99896\n1937,1645617633,47.74311,8.99896\n1938,1645617638,47.74312,8.99895\n1939,1645617643,47.74312,8.99895\n1940,1645617648,47.74312,8.99896\n1941,1645617653,47.74312,8.99897\n1942,1645617658,47.74312,8.99899\n1943,1645617663,47.74312,8.99900\n1944,1645617668,47.74312,8.99900\n1945,1645617673,47.74312,8.99901\n1946,1645617678,47.74312,8.99901\n1947,1645617683,47.74311,8.99901\n1948,1645617688,47.74310,8.99901\n1949,1645617693,47.74309,8.99902\n1950,1645617698,47.74309,8.99903\n1951,1645617703,47.74309,8.99903\n1952,1645617708,47.74309,8.99903\n1953,1645617713,47.74308,8.99903\n1954,1645617718,47.74308,8.99902\n1955,1645617723,47.74307,8.99901\n1956,1645617728,47.74307,8.99901\n1957,1645617733,47.74307,8.99901\n1958,1645617738,47.74307,8.99901\n1959,1645617743,47.74308,8.99901\n1960,1645617748,47.74308,8.99901\n1961,1645617753,47.74308,8.99900\n1962,1645617758,47.74309,8.99901\n1963,1645617763,47.74309,8.99901\n1964,1645617768,47.74310,8.99901\n1965,1645617773,47.74310,8.99901\n1966,1645617778,47.74310,8.99901\n1967,1645617783,47.74311,8.99902\n1968,1645617788,47.74311,8.99903\n1969,1645617793,47.74311,8.99903\n1970,1645617798,47.74312,8.99903\n1971,1645617803,47.74312,8.99902\n1972,1645617808,47.74312,8.99903\n1973,1645617813,47.74312,8.99904\n1974,1645617818,47.74312,8.99905\n1975,1645617823,47.74311,8.99905\n1976,1645617828,47.74311,8.99906\n1977,1645617833,47.74312,8.99907\n1978,1645617838,47.74312,8.99907\n1979,1645617843,47.74312,8.99907\n1980,1645617848,47.74312,8.99907\n1981,1645617853,47.74313,8.99907\n1982,1645617858,47.74312,8.99907\n1983,1645617863,47.74312,8.99907\n1984,1645617868,47.74312,8.99907\n1985,1645617873,47.74313,8.99907\n1986,1645617878,47.74313,8.99907\n1987,1645617883,47.74314,8.99906\n1988,1645617888,47.74314,8.99906\n1989,1645617893,47.74314,8.99906\n1990,1645617898,47.74315,8.99906\n1991,1645617903,47.74315,8.99906\n1992,1645617908,47.74316,8.99906\n1993,1645617913,47.74316,8.99905\n1994,1645617918,47.74316,8.99905\n1995,1645617923,47.74316,8.99905\n1996,1645617928,47.74316,8.99905\n1997,1645617933,47.74316,8.99904\n1998,1645617938,47.74317,8.99904\n1999,1645617943,47.74317,8.99904\n2000,1645617948,47.74318,8.99904\n2001,1645617953,47.74319,8.99905\n2002,1645617958,47.74319,8.99905\n2003,1645617963,47.74319,8.99905\n2004,1645617968,47.74318,8.99906\n2005,1645617973,47.74318,8.99906\n2006,1645617978,47.74318,8.99905\n2007,1645617983,47.74318,8.99905\n2008,1645617988,47.74318,8.99904\n2009,1645617993,47.74316,8.99904\n2010,1645617998,47.74316,8.99904\n2011,1645618003,47.74316,8.99903\n2012,1645618008,47.74315,8.99903\n2013,1645618013,47.74315,8.99903\n2014,1645618018,47.74315,8.99903\n2015,1645618023,47.74315,8.99903\n2016,1645618028,47.74315,8.99904\n2017,1645618033,47.74315,8.99904\n2018,1645618038,47.74315,8.99904\n2019,1645618043,47.74315,8.99904\n2020,1645618048,47.74314,8.99904\n2021,1645618053,47.74314,8.99903\n2022,1645618058,47.74314,8.99904\n2023,1645618063,47.74313,8.99903\n2024,1645618068,47.74313,8.99903\n2025,1645618073,47.74313,8.99903\n2026,1645618078,47.74312,8.99903\n2027,1645618083,47.74312,8.99903\n2028,1645618088,47.74312,8.99903\n2029,1645618093,47.74312,8.99903\n2030,1645618098,47.74312,8.99903\n2031,1645618103,47.74312,8.99903\n2032,1645618108,47.74312,8.99903\n2033,1645618113,47.74312,8.99904\n2034,1645618118,47.74313,8.99904\n2035,1645618123,47.74313,8.99904\n2036,1645618128,47.74313,8.99904\n2037,1645618133,47.74314,8.99905\n2038,1645618138,47.74314,8.99905\n2039,1645618143,47.74314,8.99905\n2040,1645618148,47.74315,8.99906\n2041,1645618153,47.74316,8.99906\n2042,1645618158,47.74317,8.99906\n2043,1645618163,47.74318,8.99907\n2044,1645618168,47.74318,8.99908\n2045,1645618173,47.74318,8.99909\n2046,1645618178,47.74318,8.99909\n2047,1645618183,47.74318,8.99909\n2048,1645618188,47.74318,8.99909\n2049,1645618252,47.74328,8.99901\n2050,1645618257,47.74305,8.99905\n2051,1645618263,47.74307,8.99904\n2052,1645618268,47.74306,8.99903\n2053,1645618273,47.74306,8.99902\n2054,1645618278,47.74306,8.99902\n2055,1645618283,47.74306,8.99902\n2056,1645618288,47.74306,8.99904\n2057,1645618293,47.74306,8.99904\n2058,1645618298,47.74306,8.99905\n2059,1645618303,47.74305,8.99904\n2060,1645618308,47.74305,8.99904"
  },
  {
    "path": "TickTagData/02_StationaryPosition_5s_Interval/20220223_5s_Interval_2060_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 2, TOs: 0/0, ErrorsOrGF: 0, TTFF: 373\nFixes: 2060, Avg. time to fix: 0 s, Avg. HDOP (x10): 10\n\ncount,timestamp,lat,lon\n1,1645607888,47.74132,8.99811\n2,1645607893,47.74131,8.99812\n3,1645607898,47.74134,8.99814\n4,1645607908,47.74141,8.99819\n5,1645607913,47.74145,8.99823\n6,1645607918,47.74149,8.99825\n7,1645607953,47.74165,8.99834\n8,1645607968,47.74168,8.99834\n9,1645607973,47.74167,8.99833\n10,1645607978,47.74170,8.99834\n11,1645607993,47.74173,8.99831\n12,1645607998,47.74173,8.99830\n13,1645608003,47.74173,8.99828\n14,1645608018,47.74172,8.99826\n15,1645608023,47.74174,8.99825\n16,1645608028,47.74177,8.99827\n17,1645608033,47.74178,8.99828\n18,1645608038,47.74180,8.99829\n19,1645608043,47.74180,8.99829\n20,1645608048,47.74181,8.99829\n21,1645608053,47.74180,8.99829\n22,1645608058,47.74179,8.99828\n23,1645608063,47.74177,8.99828\n24,1645608068,47.74177,8.99829\n25,1645608073,47.74177,8.99828\n26,1645608078,47.74177,8.99827\n27,1645608083,47.74177,8.99826\n28,1645608088,47.74176,8.99825\n29,1645608093,47.74177,8.99826\n30,1645608098,47.74177,8.99826\n31,1645608103,47.74176,8.99826\n32,1645608108,47.74176,8.99825\n33,1645608113,47.74175,8.99822\n34,1645608118,47.74172,8.99820\n35,1645608123,47.74172,8.99819\n36,1645608128,47.74172,8.99818\n37,1645608133,47.74172,8.99819\n38,1645608138,47.74172,8.99818\n39,1645608143,47.74172,8.99818\n40,1645608148,47.74170,8.99816\n41,1645608153,47.74169,8.99814\n42,1645608158,47.74165,8.99811\n43,1645608163,47.74163,8.99809\n44,1645608168,47.74161,8.99807\n45,1645608173,47.74157,8.99803\n46,1645608178,47.74154,8.99799\n47,1645608183,47.74151,8.99795\n48,1645608188,47.74149,8.99791\n49,1645608193,47.74146,8.99789\n50,1645608198,47.74144,8.99788\n51,1645608203,47.74142,8.99788\n52,1645608208,47.74141,8.99787\n53,1645608213,47.74141,8.99787\n54,1645608218,47.74140,8.99787\n55,1645608223,47.74139,8.99786\n56,1645608228,47.74144,8.99789\n57,1645608233,47.74167,8.99811\n58,1645608238,47.74197,8.99835\n59,1645608243,47.74221,8.99854\n60,1645608248,47.74224,8.99854\n61,1645608253,47.74226,8.99855\n62,1645608258,47.74227,8.99855\n63,1645608263,47.74227,8.99855\n64,1645608268,47.74227,8.99855\n65,1645608273,47.74227,8.99855\n66,1645608278,47.74228,8.99855\n67,1645608283,47.74229,8.99855\n68,1645608288,47.74230,8.99855\n69,1645608293,47.74228,8.99853\n70,1645608298,47.74229,8.99853\n71,1645608303,47.74229,8.99853\n72,1645608308,47.74229,8.99853\n73,1645608313,47.74229,8.99853\n74,1645608318,47.74229,8.99855\n75,1645608323,47.74229,8.99854\n76,1645608328,47.74229,8.99854\n77,1645608333,47.74229,8.99855\n78,1645608338,47.74231,8.99856\n79,1645608343,47.74232,8.99857\n80,1645608348,47.74233,8.99857\n81,1645608353,47.74233,8.99857\n82,1645608358,47.74233,8.99857\n83,1645608363,47.74233,8.99856\n84,1645608368,47.74233,8.99856\n85,1645608373,47.74233,8.99856\n86,1645608378,47.74233,8.99856\n87,1645608383,47.74235,8.99858\n88,1645608388,47.74235,8.99858\n89,1645608393,47.74235,8.99858\n90,1645608398,47.74236,8.99859\n91,1645608403,47.74236,8.99859\n92,1645608408,47.74236,8.99859\n93,1645608413,47.74236,8.99860\n94,1645608418,47.74236,8.99860\n95,1645608423,47.74235,8.99860\n96,1645608428,47.74235,8.99860\n97,1645608433,47.74236,8.99860\n98,1645608438,47.74236,8.99860\n99,1645608443,47.74236,8.99860\n100,1645608448,47.74236,8.99860\n101,1645608453,47.74235,8.99860\n102,1645608458,47.74234,8.99859\n103,1645608463,47.74234,8.99859\n104,1645608468,47.74234,8.99859\n105,1645608473,47.74234,8.99859\n106,1645608478,47.74234,8.99859\n107,1645608483,47.74234,8.99860\n108,1645608488,47.74233,8.99859\n109,1645608493,47.74232,8.99858\n110,1645608498,47.74232,8.99858\n111,1645608503,47.74231,8.99857\n112,1645608508,47.74230,8.99857\n113,1645608513,47.74229,8.99856\n114,1645608518,47.74229,8.99855\n115,1645608523,47.74229,8.99856\n116,1645608528,47.74229,8.99855\n117,1645608533,47.74229,8.99856\n118,1645608538,47.74230,8.99856\n119,1645608543,47.74231,8.99857\n120,1645608548,47.74238,8.99863\n121,1645608553,47.74241,8.99865\n122,1645608558,47.74247,8.99870\n123,1645608563,47.74251,8.99874\n124,1645608568,47.74252,8.99873\n125,1645608573,47.74253,8.99873\n126,1645608578,47.74258,8.99876\n127,1645608583,47.74263,8.99879\n128,1645608588,47.74265,8.99880\n129,1645608593,47.74269,8.99882\n130,1645608598,47.74271,8.99883\n131,1645608603,47.74273,8.99885\n132,1645608608,47.74275,8.99886\n133,1645608613,47.74274,8.99886\n134,1645608618,47.74274,8.99887\n135,1645608623,47.74275,8.99889\n136,1645608628,47.74276,8.99891\n137,1645608633,47.74277,8.99892\n138,1645608638,47.74279,8.99891\n139,1645608643,47.74279,8.99892\n140,1645608648,47.74280,8.99892\n141,1645608653,47.74280,8.99892\n142,1645608658,47.74280,8.99892\n143,1645608663,47.74280,8.99891\n144,1645608668,47.74280,8.99892\n145,1645608673,47.74281,8.99892\n146,1645608678,47.74282,8.99892\n147,1645608683,47.74282,8.99892\n148,1645608688,47.74283,8.99892\n149,1645608693,47.74284,8.99891\n150,1645608698,47.74284,8.99891\n151,1645608703,47.74285,8.99891\n152,1645608708,47.74286,8.99891\n153,1645608713,47.74286,8.99891\n154,1645608718,47.74287,8.99892\n155,1645608723,47.74288,8.99892\n156,1645608728,47.74288,8.99892\n157,1645608733,47.74289,8.99892\n158,1645608738,47.74289,8.99892\n159,1645608743,47.74289,8.99892\n160,1645608748,47.74290,8.99893\n161,1645608753,47.74290,8.99893\n162,1645608758,47.74290,8.99893\n163,1645608763,47.74290,8.99892\n164,1645608768,47.74290,8.99892\n165,1645608773,47.74289,8.99893\n166,1645608778,47.74289,8.99893\n167,1645608783,47.74289,8.99893\n168,1645608788,47.74289,8.99892\n169,1645608793,47.74290,8.99893\n170,1645608798,47.74290,8.99894\n171,1645608803,47.74291,8.99894\n172,1645608808,47.74291,8.99894\n173,1645608813,47.74292,8.99893\n174,1645608818,47.74291,8.99893\n175,1645608823,47.74291,8.99893\n176,1645608828,47.74290,8.99893\n177,1645608833,47.74290,8.99893\n178,1645608838,47.74290,8.99892\n179,1645608843,47.74289,8.99892\n180,1645608848,47.74289,8.99892\n181,1645608853,47.74289,8.99892\n182,1645608858,47.74289,8.99891\n183,1645608863,47.74289,8.99891\n184,1645608868,47.74289,8.99891\n185,1645608873,47.74289,8.99891\n186,1645608878,47.74288,8.99891\n187,1645608883,47.74288,8.99890\n188,1645608888,47.74288,8.99891\n189,1645608893,47.74288,8.99891\n190,1645608898,47.74289,8.99891\n191,1645608903,47.74288,8.99890\n192,1645608908,47.74289,8.99890\n193,1645608913,47.74288,8.99890\n194,1645608918,47.74288,8.99890\n195,1645608923,47.74288,8.99890\n196,1645608928,47.74288,8.99890\n197,1645608933,47.74288,8.99890\n198,1645608938,47.74288,8.99890\n199,1645608943,47.74289,8.99891\n200,1645608948,47.74289,8.99891\n201,1645608953,47.74289,8.99891\n202,1645608958,47.74289,8.99891\n203,1645608963,47.74288,8.99891\n204,1645608968,47.74288,8.99890\n205,1645608973,47.74288,8.99891\n206,1645608978,47.74287,8.99891\n207,1645608983,47.74287,8.99891\n208,1645608988,47.74287,8.99890\n209,1645608993,47.74287,8.99890\n210,1645608998,47.74288,8.99891\n211,1645609003,47.74289,8.99892\n212,1645609008,47.74290,8.99892\n213,1645609013,47.74292,8.99893\n214,1645609018,47.74292,8.99894\n215,1645609023,47.74293,8.99894\n216,1645609028,47.74294,8.99895\n217,1645609033,47.74294,8.99895\n218,1645609038,47.74293,8.99895\n219,1645609043,47.74293,8.99895\n220,1645609048,47.74295,8.99897\n221,1645609053,47.74299,8.99900\n222,1645609058,47.74300,8.99900\n223,1645609063,47.74300,8.99901\n224,1645609068,47.74301,8.99901\n225,1645609073,47.74302,8.99902\n226,1645609078,47.74303,8.99902\n227,1645609083,47.74304,8.99903\n228,1645609088,47.74305,8.99904\n229,1645609093,47.74305,8.99904\n230,1645609098,47.74306,8.99904\n231,1645609103,47.74306,8.99904\n232,1645609108,47.74307,8.99905\n233,1645609113,47.74307,8.99905\n234,1645609118,47.74307,8.99905\n235,1645609123,47.74308,8.99905\n236,1645609128,47.74307,8.99905\n237,1645609133,47.74307,8.99905\n238,1645609138,47.74308,8.99905\n239,1645609143,47.74308,8.99905\n240,1645609148,47.74308,8.99906\n241,1645609153,47.74308,8.99906\n242,1645609158,47.74308,8.99906\n243,1645609163,47.74308,8.99906\n244,1645609168,47.74309,8.99906\n245,1645609173,47.74309,8.99907\n246,1645609178,47.74309,8.99907\n247,1645609183,47.74309,8.99907\n248,1645609188,47.74309,8.99907\n249,1645609193,47.74310,8.99907\n250,1645609198,47.74310,8.99907\n251,1645609203,47.74310,8.99908\n252,1645609208,47.74310,8.99908\n253,1645609213,47.74310,8.99908\n254,1645609218,47.74310,8.99908\n255,1645609223,47.74310,8.99908\n256,1645609228,47.74310,8.99908\n257,1645609233,47.74310,8.99909\n258,1645609238,47.74310,8.99909\n259,1645609243,47.74311,8.99910\n260,1645609248,47.74311,8.99910\n261,1645609253,47.74311,8.99911\n262,1645609258,47.74312,8.99911\n263,1645609263,47.74313,8.99913\n264,1645609268,47.74314,8.99913\n265,1645609273,47.74314,8.99914\n266,1645609278,47.74314,8.99914\n267,1645609283,47.74314,8.99914\n268,1645609288,47.74314,8.99914\n269,1645609293,47.74315,8.99914\n270,1645609298,47.74315,8.99914\n271,1645609303,47.74315,8.99914\n272,1645609308,47.74315,8.99915\n273,1645609313,47.74315,8.99915\n274,1645609318,47.74315,8.99914\n275,1645609323,47.74315,8.99914\n276,1645609328,47.74315,8.99913\n277,1645609333,47.74315,8.99914\n278,1645609338,47.74315,8.99914\n279,1645609343,47.74316,8.99913\n280,1645609348,47.74316,8.99914\n281,1645609353,47.74316,8.99914\n282,1645609358,47.74316,8.99914\n283,1645609363,47.74316,8.99915\n284,1645609368,47.74316,8.99915\n285,1645609373,47.74316,8.99915\n286,1645609378,47.74316,8.99915\n287,1645609383,47.74316,8.99915\n288,1645609388,47.74316,8.99915\n289,1645609393,47.74316,8.99915\n290,1645609398,47.74316,8.99915\n291,1645609403,47.74316,8.99915\n292,1645609408,47.74316,8.99915\n293,1645609413,47.74316,8.99915\n294,1645609418,47.74315,8.99914\n295,1645609423,47.74315,8.99914\n296,1645609428,47.74315,8.99914\n297,1645609433,47.74314,8.99912\n298,1645609438,47.74312,8.99909\n299,1645609443,47.74312,8.99909\n300,1645609448,47.74311,8.99908\n301,1645609453,47.74312,8.99908\n302,1645609458,47.74311,8.99908\n303,1645609463,47.74311,8.99908\n304,1645609468,47.74311,8.99908\n305,1645609473,47.74311,8.99908\n306,1645609478,47.74310,8.99907\n307,1645609483,47.74310,8.99907\n308,1645609488,47.74310,8.99907\n309,1645609493,47.74310,8.99906\n310,1645609498,47.74309,8.99906\n311,1645609503,47.74309,8.99906\n312,1645609508,47.74310,8.99906\n313,1645609513,47.74310,8.99906\n314,1645609518,47.74309,8.99906\n315,1645609523,47.74309,8.99906\n316,1645609528,47.74309,8.99906\n317,1645609533,47.74309,8.99906\n318,1645609538,47.74309,8.99905\n319,1645609543,47.74309,8.99905\n320,1645609548,47.74309,8.99906\n321,1645609553,47.74310,8.99906\n322,1645609558,47.74310,8.99906\n323,1645609563,47.74310,8.99906\n324,1645609568,47.74310,8.99907\n325,1645609573,47.74311,8.99907\n326,1645609578,47.74311,8.99907\n327,1645609583,47.74311,8.99907\n328,1645609588,47.74311,8.99907\n329,1645609593,47.74311,8.99907\n330,1645609598,47.74312,8.99907\n331,1645609603,47.74312,8.99907\n332,1645609608,47.74312,8.99907\n333,1645609613,47.74313,8.99907\n334,1645609618,47.74313,8.99908\n335,1645609623,47.74312,8.99908\n336,1645609628,47.74312,8.99908\n337,1645609633,47.74312,8.99908\n338,1645609638,47.74312,8.99908\n339,1645609643,47.74312,8.99908\n340,1645609648,47.74312,8.99909\n341,1645609653,47.74312,8.99909\n342,1645609658,47.74312,8.99908\n343,1645609663,47.74312,8.99908\n344,1645609668,47.74312,8.99909\n345,1645609673,47.74312,8.99908\n346,1645609678,47.74312,8.99908\n347,1645609683,47.74312,8.99908\n348,1645609688,47.74313,8.99908\n349,1645609693,47.74313,8.99908\n350,1645609698,47.74313,8.99908\n351,1645609703,47.74313,8.99908\n352,1645609708,47.74312,8.99907\n353,1645609713,47.74312,8.99907\n354,1645609718,47.74312,8.99907\n355,1645609723,47.74312,8.99907\n356,1645609728,47.74312,8.99907\n357,1645609733,47.74312,8.99907\n358,1645609738,47.74312,8.99907\n359,1645609743,47.74311,8.99907\n360,1645609748,47.74311,8.99906\n361,1645609753,47.74311,8.99906\n362,1645609758,47.74310,8.99906\n363,1645609763,47.74310,8.99905\n364,1645609768,47.74309,8.99905\n365,1645609773,47.74308,8.99905\n366,1645609778,47.74308,8.99904\n367,1645609783,47.74308,8.99904\n368,1645609788,47.74308,8.99903\n369,1645609793,47.74307,8.99903\n370,1645609798,47.74307,8.99903\n371,1645609803,47.74307,8.99903\n372,1645609808,47.74307,8.99903\n373,1645609813,47.74307,8.99903\n374,1645609818,47.74307,8.99903\n375,1645609823,47.74307,8.99902\n376,1645609828,47.74306,8.99902\n377,1645609833,47.74306,8.99901\n378,1645609838,47.74306,8.99901\n379,1645609843,47.74306,8.99902\n380,1645609848,47.74306,8.99902\n381,1645609853,47.74306,8.99902\n382,1645609858,47.74306,8.99903\n383,1645609863,47.74306,8.99904\n384,1645609868,47.74306,8.99904\n385,1645609873,47.74306,8.99905\n386,1645609878,47.74306,8.99905\n387,1645609883,47.74306,8.99906\n388,1645609888,47.74306,8.99906\n389,1645609893,47.74306,8.99907\n390,1645609898,47.74306,8.99907\n391,1645609903,47.74306,8.99907\n392,1645609908,47.74306,8.99907\n393,1645609913,47.74307,8.99907\n394,1645609918,47.74307,8.99908\n395,1645609923,47.74308,8.99908\n396,1645609928,47.74308,8.99908\n397,1645609933,47.74308,8.99908\n398,1645609938,47.74307,8.99908\n399,1645609943,47.74308,8.99909\n400,1645609948,47.74308,8.99909\n401,1645609953,47.74309,8.99909\n402,1645609958,47.74309,8.99909\n403,1645609963,47.74310,8.99909\n404,1645609968,47.74310,8.99908\n405,1645609973,47.74310,8.99908\n406,1645609978,47.74310,8.99908\n407,1645609983,47.74310,8.99908\n408,1645609988,47.74310,8.99908\n409,1645609993,47.74310,8.99908\n410,1645609998,47.74310,8.99907\n411,1645610003,47.74309,8.99906\n412,1645610008,47.74309,8.99905\n413,1645610013,47.74308,8.99905\n414,1645610018,47.74308,8.99905\n415,1645610023,47.74308,8.99904\n416,1645610028,47.74308,8.99904\n417,1645610033,47.74308,8.99904\n418,1645610038,47.74308,8.99903\n419,1645610043,47.74307,8.99903\n420,1645610048,47.74307,8.99903\n421,1645610053,47.74307,8.99902\n422,1645610058,47.74306,8.99902\n423,1645610063,47.74306,8.99902\n424,1645610068,47.74305,8.99901\n425,1645610073,47.74305,8.99901\n426,1645610078,47.74305,8.99901\n427,1645610083,47.74305,8.99901\n428,1645610088,47.74305,8.99900\n429,1645610093,47.74305,8.99901\n430,1645610098,47.74305,8.99900\n431,1645610103,47.74305,8.99900\n432,1645610108,47.74306,8.99900\n433,1645610113,47.74306,8.99900\n434,1645610118,47.74306,8.99901\n435,1645610123,47.74306,8.99901\n436,1645610128,47.74306,8.99901\n437,1645610133,47.74306,8.99901\n438,1645610138,47.74306,8.99901\n439,1645610143,47.74306,8.99901\n440,1645610148,47.74306,8.99901\n441,1645610153,47.74306,8.99901\n442,1645610158,47.74306,8.99901\n443,1645610163,47.74306,8.99901\n444,1645610168,47.74305,8.99901\n445,1645610173,47.74305,8.99900\n446,1645610178,47.74304,8.99900\n447,1645610183,47.74304,8.99899\n448,1645610188,47.74304,8.99899\n449,1645610193,47.74304,8.99899\n450,1645610198,47.74304,8.99899\n451,1645610203,47.74304,8.99899\n452,1645610208,47.74304,8.99899\n453,1645610213,47.74304,8.99899\n454,1645610218,47.74304,8.99899\n455,1645610223,47.74304,8.99899\n456,1645610228,47.74304,8.99899\n457,1645610233,47.74304,8.99899\n458,1645610238,47.74304,8.99899\n459,1645610243,47.74304,8.99899\n460,1645610248,47.74304,8.99899\n461,1645610253,47.74304,8.99899\n462,1645610258,47.74304,8.99899\n463,1645610263,47.74304,8.99899\n464,1645610268,47.74304,8.99899\n465,1645610273,47.74305,8.99899\n466,1645610278,47.74304,8.99899\n467,1645610283,47.74304,8.99899\n468,1645610288,47.74305,8.99899\n469,1645610293,47.74305,8.99899\n470,1645610298,47.74305,8.99899\n471,1645610303,47.74305,8.99899\n472,1645610308,47.74305,8.99899\n473,1645610313,47.74305,8.99899\n474,1645610318,47.74305,8.99899\n475,1645610323,47.74305,8.99899\n476,1645610328,47.74305,8.99899\n477,1645610333,47.74305,8.99899\n478,1645610338,47.74305,8.99899\n479,1645610343,47.74305,8.99899\n480,1645610348,47.74305,8.99899\n481,1645610353,47.74305,8.99899\n482,1645610358,47.74305,8.99899\n483,1645610363,47.74305,8.99899\n484,1645610368,47.74305,8.99899\n485,1645610373,47.74305,8.99899\n486,1645610378,47.74305,8.99899\n487,1645610383,47.74305,8.99899\n488,1645610388,47.74305,8.99899\n489,1645610393,47.74305,8.99899\n490,1645610398,47.74305,8.99899\n491,1645610403,47.74305,8.99899\n492,1645610408,47.74305,8.99899\n493,1645610413,47.74305,8.99899\n494,1645610418,47.74305,8.99899\n495,1645610423,47.74305,8.99899\n496,1645610428,47.74305,8.99899\n497,1645610433,47.74305,8.99899\n498,1645610438,47.74305,8.99899\n499,1645610443,47.74305,8.99899\n500,1645610448,47.74305,8.99899\n501,1645610453,47.74305,8.99899\n502,1645610458,47.74305,8.99899\n503,1645610463,47.74305,8.99899\n504,1645610468,47.74305,8.99899\n505,1645610473,47.74305,8.99899\n506,1645610478,47.74305,8.99899\n507,1645610483,47.74305,8.99899\n508,1645610488,47.74305,8.99899\n509,1645610493,47.74305,8.99899\n510,1645610498,47.74305,8.99899\n511,1645610503,47.74305,8.99899\n512,1645610508,47.74305,8.99899\n513,1645610513,47.74305,8.99899\n514,1645610518,47.74305,8.99899\n515,1645610523,47.74305,8.99899\n516,1645610528,47.74305,8.99899\n517,1645610533,47.74305,8.99899\n518,1645610538,47.74305,8.99899\n519,1645610543,47.74305,8.99899\n520,1645610548,47.74305,8.99899\n521,1645610553,47.74305,8.99899\n522,1645610558,47.74305,8.99899\n523,1645610563,47.74305,8.99899\n524,1645610568,47.74305,8.99899\n525,1645610573,47.74305,8.99899\n526,1645610578,47.74305,8.99899\n527,1645610583,47.74305,8.99899\n528,1645610588,47.74305,8.99899\n529,1645610593,47.74305,8.99899\n530,1645610598,47.74305,8.99899\n531,1645610603,47.74305,8.99899\n532,1645610608,47.74305,8.99899\n533,1645610613,47.74305,8.99899\n534,1645610618,47.74305,8.99899\n535,1645610623,47.74305,8.99899\n536,1645610628,47.74305,8.99899\n537,1645610633,47.74305,8.99899\n538,1645610638,47.74305,8.99899\n539,1645610643,47.74305,8.99899\n540,1645610648,47.74305,8.99899\n541,1645610653,47.74305,8.99899\n542,1645610658,47.74305,8.99899\n543,1645610663,47.74305,8.99899\n544,1645610668,47.74305,8.99899\n545,1645610673,47.74305,8.99899\n546,1645610678,47.74305,8.99899\n547,1645610683,47.74305,8.99899\n548,1645610688,47.74305,8.99899\n549,1645610693,47.74305,8.99899\n550,1645610698,47.74305,8.99899\n551,1645610703,47.74305,8.99899\n552,1645610708,47.74304,8.99899\n553,1645610713,47.74304,8.99899\n554,1645610718,47.74304,8.99899\n555,1645610723,47.74304,8.99898\n556,1645610728,47.74304,8.99898\n557,1645610733,47.74305,8.99898\n558,1645610738,47.74305,8.99898\n559,1645610743,47.74305,8.99898\n560,1645610748,47.74306,8.99898\n561,1645610753,47.74306,8.99898\n562,1645610758,47.74307,8.99898\n563,1645610763,47.74307,8.99899\n564,1645610768,47.74308,8.99898\n565,1645610773,47.74308,8.99898\n566,1645610778,47.74308,8.99898\n567,1645610783,47.74309,8.99898\n568,1645610788,47.74309,8.99898\n569,1645610793,47.74309,8.99898\n570,1645610798,47.74309,8.99898\n571,1645610803,47.74309,8.99898\n572,1645610808,47.74309,8.99898\n573,1645610813,47.74309,8.99898\n574,1645610818,47.74308,8.99898\n575,1645610823,47.74308,8.99898\n576,1645610828,47.74307,8.99898\n577,1645610833,47.74306,8.99898\n578,1645610838,47.74306,8.99898\n579,1645610843,47.74305,8.99899\n580,1645610848,47.74304,8.99899\n581,1645610853,47.74304,8.99900\n582,1645610858,47.74304,8.99901\n583,1645610863,47.74304,8.99902\n584,1645610868,47.74304,8.99902\n585,1645610873,47.74304,8.99902\n586,1645610878,47.74304,8.99902\n587,1645610883,47.74304,8.99902\n588,1645610888,47.74304,8.99902\n589,1645610893,47.74303,8.99902\n590,1645610898,47.74303,8.99902\n591,1645610903,47.74303,8.99902\n592,1645610908,47.74303,8.99902\n593,1645610913,47.74303,8.99902\n594,1645610918,47.74302,8.99902\n595,1645610923,47.74302,8.99901\n596,1645610928,47.74302,8.99901\n597,1645610933,47.74301,8.99900\n598,1645610938,47.74301,8.99900\n599,1645610943,47.74301,8.99900\n600,1645610948,47.74301,8.99899\n601,1645610953,47.74301,8.99899\n602,1645610958,47.74301,8.99899\n603,1645610963,47.74302,8.99898\n604,1645610968,47.74302,8.99898\n605,1645610973,47.74302,8.99898\n606,1645610978,47.74303,8.99898\n607,1645610983,47.74303,8.99898\n608,1645610988,47.74304,8.99899\n609,1645610993,47.74304,8.99899\n610,1645610998,47.74305,8.99899\n611,1645611003,47.74305,8.99900\n612,1645611008,47.74305,8.99900\n613,1645611013,47.74306,8.99900\n614,1645611018,47.74306,8.99901\n615,1645611023,47.74306,8.99901\n616,1645611028,47.74306,8.99900\n617,1645611033,47.74306,8.99900\n618,1645611038,47.74306,8.99900\n619,1645611043,47.74307,8.99900\n620,1645611048,47.74307,8.99900\n621,1645611053,47.74306,8.99900\n622,1645611058,47.74306,8.99900\n623,1645611063,47.74306,8.99900\n624,1645611068,47.74306,8.99900\n625,1645611073,47.74305,8.99900\n626,1645611078,47.74305,8.99900\n627,1645611083,47.74305,8.99900\n628,1645611088,47.74304,8.99901\n629,1645611093,47.74304,8.99901\n630,1645611098,47.74304,8.99902\n631,1645611103,47.74304,8.99903\n632,1645611108,47.74305,8.99904\n633,1645611113,47.74305,8.99904\n634,1645611118,47.74305,8.99905\n635,1645611123,47.74305,8.99905\n636,1645611128,47.74306,8.99905\n637,1645611133,47.74306,8.99906\n638,1645611138,47.74306,8.99906\n639,1645611143,47.74305,8.99907\n640,1645611148,47.74305,8.99907\n641,1645611153,47.74305,8.99907\n642,1645611158,47.74305,8.99907\n643,1645611163,47.74305,8.99907\n644,1645611168,47.74305,8.99907\n645,1645611173,47.74305,8.99907\n646,1645611178,47.74304,8.99907\n647,1645611183,47.74304,8.99907\n648,1645611188,47.74304,8.99907\n649,1645611193,47.74304,8.99907\n650,1645611198,47.74304,8.99907\n651,1645611203,47.74304,8.99907\n652,1645611208,47.74304,8.99907\n653,1645611213,47.74304,8.99907\n654,1645611218,47.74304,8.99907\n655,1645611223,47.74304,8.99907\n656,1645611228,47.74304,8.99907\n657,1645611233,47.74304,8.99907\n658,1645611238,47.74304,8.99907\n659,1645611243,47.74304,8.99907\n660,1645611248,47.74304,8.99907\n661,1645611253,47.74304,8.99907\n662,1645611258,47.74304,8.99907\n663,1645611263,47.74304,8.99907\n664,1645611268,47.74304,8.99907\n665,1645611273,47.74304,8.99907\n666,1645611278,47.74304,8.99907\n667,1645611283,47.74304,8.99906\n668,1645611288,47.74303,8.99906\n669,1645611293,47.74303,8.99906\n670,1645611298,47.74302,8.99906\n671,1645611303,47.74302,8.99906\n672,1645611308,47.74302,8.99906\n673,1645611313,47.74302,8.99906\n674,1645611318,47.74303,8.99906\n675,1645611323,47.74303,8.99905\n676,1645611328,47.74303,8.99905\n677,1645611333,47.74303,8.99905\n678,1645611338,47.74304,8.99905\n679,1645611343,47.74304,8.99905\n680,1645611348,47.74304,8.99905\n681,1645611353,47.74305,8.99905\n682,1645611358,47.74305,8.99905\n683,1645611363,47.74305,8.99905\n684,1645611368,47.74305,8.99905\n685,1645611373,47.74306,8.99905\n686,1645611378,47.74306,8.99905\n687,1645611383,47.74306,8.99905\n688,1645611388,47.74306,8.99905\n689,1645611393,47.74306,8.99905\n690,1645611398,47.74306,8.99904\n691,1645611403,47.74306,8.99904\n692,1645611408,47.74306,8.99903\n693,1645611413,47.74306,8.99903\n694,1645611418,47.74306,8.99903\n695,1645611423,47.74306,8.99903\n696,1645611428,47.74306,8.99903\n697,1645611433,47.74307,8.99902\n698,1645611438,47.74307,8.99902\n699,1645611443,47.74307,8.99903\n700,1645611448,47.74307,8.99903\n701,1645611453,47.74307,8.99902\n702,1645611458,47.74307,8.99903\n703,1645611463,47.74307,8.99903\n704,1645611468,47.74307,8.99903\n705,1645611473,47.74307,8.99903\n706,1645611478,47.74307,8.99903\n707,1645611483,47.74307,8.99903\n708,1645611488,47.74307,8.99903\n709,1645611493,47.74307,8.99903\n710,1645611498,47.74307,8.99903\n711,1645611503,47.74307,8.99903\n712,1645611508,47.74307,8.99903\n713,1645611513,47.74307,8.99903\n714,1645611518,47.74307,8.99903\n715,1645611523,47.74306,8.99903\n716,1645611528,47.74306,8.99903\n717,1645611533,47.74306,8.99903\n718,1645611538,47.74305,8.99904\n719,1645611543,47.74304,8.99904\n720,1645611548,47.74304,8.99904\n721,1645611553,47.74303,8.99904\n722,1645611558,47.74303,8.99904\n723,1645611563,47.74302,8.99904\n724,1645611568,47.74302,8.99905\n725,1645611573,47.74301,8.99905\n726,1645611578,47.74300,8.99905\n727,1645611583,47.74299,8.99905\n728,1645611588,47.74298,8.99904\n729,1645611593,47.74297,8.99904\n730,1645611598,47.74296,8.99904\n731,1645611603,47.74295,8.99904\n732,1645611608,47.74294,8.99904\n733,1645611613,47.74293,8.99904\n734,1645611618,47.74293,8.99904\n735,1645611623,47.74292,8.99905\n736,1645611628,47.74292,8.99904\n737,1645611633,47.74291,8.99904\n738,1645611638,47.74291,8.99904\n739,1645611643,47.74290,8.99905\n740,1645611648,47.74289,8.99905\n741,1645611653,47.74289,8.99905\n742,1645611658,47.74288,8.99905\n743,1645611663,47.74288,8.99905\n744,1645611668,47.74288,8.99905\n745,1645611673,47.74288,8.99905\n746,1645611678,47.74288,8.99905\n747,1645611683,47.74288,8.99906\n748,1645611688,47.74288,8.99906\n749,1645611693,47.74288,8.99906\n750,1645611698,47.74288,8.99906\n751,1645611703,47.74288,8.99906\n752,1645611708,47.74288,8.99906\n753,1645611713,47.74288,8.99906\n754,1645611718,47.74288,8.99906\n755,1645611723,47.74288,8.99906\n756,1645611728,47.74288,8.99906\n757,1645611733,47.74288,8.99906\n758,1645611738,47.74288,8.99906\n759,1645611743,47.74288,8.99906\n760,1645611748,47.74288,8.99906\n761,1645611753,47.74288,8.99906\n762,1645611758,47.74288,8.99906\n763,1645611763,47.74288,8.99906\n764,1645611768,47.74288,8.99906\n765,1645611773,47.74286,8.99907\n766,1645611778,47.74285,8.99908\n767,1645611783,47.74285,8.99908\n768,1645611788,47.74285,8.99908\n769,1645611793,47.74286,8.99908\n770,1645611798,47.74287,8.99910\n771,1645611803,47.74287,8.99910\n772,1645611808,47.74290,8.99911\n773,1645611813,47.74293,8.99912\n774,1645611818,47.74293,8.99912\n775,1645611823,47.74293,8.99912\n776,1645611828,47.74293,8.99912\n777,1645611833,47.74293,8.99912\n778,1645611838,47.74293,8.99912\n779,1645611843,47.74293,8.99912\n780,1645611848,47.74293,8.99912\n781,1645611853,47.74293,8.99912\n782,1645611858,47.74293,8.99912\n783,1645611863,47.74293,8.99912\n784,1645611868,47.74293,8.99912\n785,1645611873,47.74293,8.99912\n786,1645611878,47.74294,8.99911\n787,1645611883,47.74295,8.99911\n788,1645611888,47.74295,8.99911\n789,1645611893,47.74295,8.99911\n790,1645611898,47.74295,8.99911\n791,1645611903,47.74295,8.99911\n792,1645611908,47.74295,8.99911\n793,1645611913,47.74295,8.99911\n794,1645611918,47.74295,8.99911\n795,1645611923,47.74295,8.99911\n796,1645611928,47.74295,8.99911\n797,1645611933,47.74296,8.99911\n798,1645611938,47.74296,8.99911\n799,1645611943,47.74296,8.99911\n800,1645611948,47.74296,8.99911\n801,1645611953,47.74296,8.99911\n802,1645611958,47.74296,8.99911\n803,1645611963,47.74296,8.99911\n804,1645611968,47.74297,8.99912\n805,1645611973,47.74297,8.99912\n806,1645611978,47.74299,8.99912\n807,1645611983,47.74299,8.99913\n808,1645611988,47.74299,8.99913\n809,1645611993,47.74299,8.99914\n810,1645611998,47.74299,8.99914\n811,1645612003,47.74298,8.99915\n812,1645612008,47.74298,8.99915\n813,1645612013,47.74297,8.99916\n814,1645612018,47.74297,8.99917\n815,1645612023,47.74296,8.99916\n816,1645612028,47.74295,8.99917\n817,1645612033,47.74295,8.99917\n818,1645612038,47.74294,8.99918\n819,1645612043,47.74293,8.99918\n820,1645612048,47.74293,8.99919\n821,1645612053,47.74292,8.99919\n822,1645612058,47.74292,8.99920\n823,1645612063,47.74291,8.99920\n824,1645612068,47.74291,8.99921\n825,1645612073,47.74292,8.99920\n826,1645612078,47.74292,8.99920\n827,1645612083,47.74293,8.99918\n828,1645612088,47.74293,8.99917\n829,1645612093,47.74293,8.99917\n830,1645612098,47.74293,8.99917\n831,1645612103,47.74293,8.99917\n832,1645612108,47.74293,8.99917\n833,1645612113,47.74293,8.99917\n834,1645612118,47.74293,8.99917\n835,1645612123,47.74293,8.99917\n836,1645612128,47.74293,8.99917\n837,1645612133,47.74293,8.99917\n838,1645612138,47.74294,8.99916\n839,1645612143,47.74295,8.99915\n840,1645612148,47.74295,8.99915\n841,1645612153,47.74295,8.99915\n842,1645612158,47.74295,8.99915\n843,1645612163,47.74295,8.99915\n844,1645612168,47.74295,8.99914\n845,1645612173,47.74295,8.99914\n846,1645612178,47.74295,8.99914\n847,1645612183,47.74295,8.99914\n848,1645612188,47.74295,8.99914\n849,1645612193,47.74295,8.99914\n850,1645612198,47.74295,8.99915\n851,1645612203,47.74296,8.99913\n852,1645612208,47.74296,8.99913\n853,1645612213,47.74296,8.99913\n854,1645612218,47.74296,8.99913\n855,1645612223,47.74296,8.99913\n856,1645612228,47.74296,8.99913\n857,1645612233,47.74296,8.99913\n858,1645612238,47.74296,8.99913\n859,1645612243,47.74296,8.99913\n860,1645612248,47.74296,8.99913\n861,1645612253,47.74297,8.99913\n862,1645612258,47.74297,8.99913\n863,1645612263,47.74297,8.99913\n864,1645612268,47.74297,8.99913\n865,1645612273,47.74297,8.99913\n866,1645612278,47.74297,8.99913\n867,1645612283,47.74297,8.99913\n868,1645612288,47.74297,8.99913\n869,1645612293,47.74297,8.99913\n870,1645612298,47.74297,8.99913\n871,1645612303,47.74297,8.99913\n872,1645612308,47.74297,8.99913\n873,1645612313,47.74297,8.99913\n874,1645612318,47.74297,8.99913\n875,1645612323,47.74297,8.99913\n876,1645612328,47.74297,8.99913\n877,1645612333,47.74297,8.99913\n878,1645612338,47.74297,8.99913\n879,1645612343,47.74297,8.99913\n880,1645612348,47.74297,8.99913\n881,1645612353,47.74297,8.99913\n882,1645612358,47.74297,8.99913\n883,1645612363,47.74297,8.99913\n884,1645612368,47.74297,8.99913\n885,1645612373,47.74297,8.99913\n886,1645612378,47.74297,8.99913\n887,1645612383,47.74297,8.99913\n888,1645612388,47.74297,8.99913\n889,1645612393,47.74297,8.99913\n890,1645612398,47.74297,8.99913\n891,1645612403,47.74297,8.99913\n892,1645612408,47.74297,8.99913\n893,1645612413,47.74297,8.99913\n894,1645612418,47.74298,8.99913\n895,1645612423,47.74298,8.99913\n896,1645612428,47.74299,8.99913\n897,1645612433,47.74300,8.99913\n898,1645612438,47.74300,8.99912\n899,1645612443,47.74301,8.99912\n900,1645612448,47.74302,8.99912\n901,1645612453,47.74303,8.99912\n902,1645612458,47.74303,8.99912\n903,1645612463,47.74304,8.99912\n904,1645612468,47.74304,8.99913\n905,1645612473,47.74305,8.99913\n906,1645612478,47.74305,8.99914\n907,1645612483,47.74306,8.99914\n908,1645612488,47.74307,8.99914\n909,1645612493,47.74307,8.99916\n910,1645612498,47.74307,8.99916\n911,1645612503,47.74307,8.99916\n912,1645612508,47.74307,8.99916\n913,1645612513,47.74308,8.99916\n914,1645612518,47.74308,8.99916\n915,1645612523,47.74308,8.99916\n916,1645612528,47.74309,8.99916\n917,1645612533,47.74309,8.99916\n918,1645612538,47.74310,8.99916\n919,1645612543,47.74310,8.99917\n920,1645612548,47.74310,8.99915\n921,1645612553,47.74310,8.99914\n922,1645612558,47.74309,8.99911\n923,1645612563,47.74310,8.99910\n924,1645612568,47.74310,8.99909\n925,1645612573,47.74310,8.99908\n926,1645612578,47.74310,8.99908\n927,1645612583,47.74310,8.99907\n928,1645612588,47.74309,8.99907\n929,1645612593,47.74309,8.99907\n930,1645612598,47.74309,8.99907\n931,1645612603,47.74309,8.99906\n932,1645612608,47.74309,8.99904\n933,1645612613,47.74309,8.99904\n934,1645612618,47.74309,8.99904\n935,1645612623,47.74309,8.99904\n936,1645612628,47.74309,8.99904\n937,1645612633,47.74309,8.99904\n938,1645612638,47.74309,8.99904\n939,1645612643,47.74309,8.99904\n940,1645612648,47.74309,8.99905\n941,1645612653,47.74309,8.99904\n942,1645612658,47.74309,8.99904\n943,1645612663,47.74309,8.99904\n944,1645612668,47.74309,8.99904\n945,1645612673,47.74309,8.99904\n946,1645612678,47.74308,8.99905\n947,1645612683,47.74308,8.99905\n948,1645612688,47.74308,8.99904\n949,1645612693,47.74308,8.99904\n950,1645612698,47.74308,8.99904\n951,1645612703,47.74308,8.99905\n952,1645612708,47.74308,8.99905\n953,1645612713,47.74308,8.99905\n954,1645612718,47.74308,8.99905\n955,1645612723,47.74308,8.99905\n956,1645612728,47.74308,8.99905\n957,1645612733,47.74308,8.99905\n958,1645612738,47.74308,8.99905\n959,1645612743,47.74308,8.99905\n960,1645612748,47.74308,8.99905\n961,1645612753,47.74308,8.99905\n962,1645612758,47.74308,8.99905\n963,1645612763,47.74308,8.99905\n964,1645612768,47.74308,8.99904\n965,1645612773,47.74308,8.99904\n966,1645612778,47.74308,8.99904\n967,1645612783,47.74308,8.99904\n968,1645612788,47.74307,8.99904\n969,1645612793,47.74307,8.99905\n970,1645612798,47.74307,8.99905\n971,1645612803,47.74307,8.99905\n972,1645612808,47.74307,8.99905\n973,1645612813,47.74307,8.99905\n974,1645612818,47.74307,8.99905\n975,1645612823,47.74307,8.99905\n976,1645612828,47.74307,8.99905\n977,1645612833,47.74307,8.99905\n978,1645612838,47.74307,8.99905\n979,1645612843,47.74307,8.99905\n980,1645612848,47.74307,8.99905\n981,1645612853,47.74306,8.99905\n982,1645612858,47.74306,8.99905\n983,1645612863,47.74306,8.99904\n984,1645612868,47.74306,8.99904\n985,1645612873,47.74306,8.99903\n986,1645612878,47.74306,8.99903\n987,1645612883,47.74306,8.99903\n988,1645612888,47.74306,8.99903\n989,1645612893,47.74306,8.99903\n990,1645612898,47.74306,8.99903\n991,1645612903,47.74306,8.99903\n992,1645612908,47.74306,8.99903\n993,1645612913,47.74306,8.99903\n994,1645612918,47.74306,8.99903\n995,1645612923,47.74306,8.99903\n996,1645612928,47.74306,8.99903\n997,1645612933,47.74306,8.99903\n998,1645612938,47.74306,8.99903\n999,1645612943,47.74306,8.99903\n1000,1645612948,47.74306,8.99903\n1001,1645612953,47.74306,8.99903\n1002,1645612958,47.74306,8.99903\n1003,1645612963,47.74306,8.99903\n1004,1645612968,47.74306,8.99903\n1005,1645612973,47.74306,8.99903\n1006,1645612978,47.74306,8.99903\n1007,1645612983,47.74306,8.99903\n1008,1645612988,47.74306,8.99902\n1009,1645612993,47.74306,8.99902\n1010,1645612998,47.74306,8.99902\n1011,1645613003,47.74306,8.99902\n1012,1645613008,47.74306,8.99902\n1013,1645613013,47.74306,8.99902\n1014,1645613018,47.74305,8.99902\n1015,1645613023,47.74305,8.99902\n1016,1645613028,47.74305,8.99902\n1017,1645613033,47.74305,8.99902\n1018,1645613038,47.74305,8.99902\n1019,1645613043,47.74305,8.99902\n1020,1645613048,47.74305,8.99902\n1021,1645613053,47.74305,8.99902\n1022,1645613058,47.74305,8.99902\n1023,1645613063,47.74305,8.99902\n1024,1645613068,47.74305,8.99902\n1025,1645613073,47.74305,8.99902\n1026,1645613078,47.74305,8.99902\n1027,1645613083,47.74305,8.99902\n1028,1645613088,47.74305,8.99902\n1029,1645613093,47.74305,8.99902\n1030,1645613098,47.74305,8.99902\n1031,1645613103,47.74305,8.99902\n1032,1645613108,47.74305,8.99902\n1033,1645613113,47.74305,8.99902\n1034,1645613118,47.74305,8.99902\n1035,1645613123,47.74305,8.99902\n1036,1645613128,47.74305,8.99902\n1037,1645613133,47.74305,8.99902\n1038,1645613138,47.74305,8.99902\n1039,1645613143,47.74305,8.99902\n1040,1645613148,47.74305,8.99902\n1041,1645613153,47.74306,8.99899\n1042,1645613158,47.74306,8.99899\n1043,1645613163,47.74307,8.99899\n1044,1645613168,47.74307,8.99899\n1045,1645613173,47.74307,8.99899\n1046,1645613178,47.74306,8.99899\n1047,1645613183,47.74306,8.99899\n1048,1645613188,47.74306,8.99899\n1049,1645613193,47.74306,8.99898\n1050,1645613198,47.74306,8.99898\n1051,1645613203,47.74306,8.99898\n1052,1645613208,47.74306,8.99898\n1053,1645613213,47.74306,8.99898\n1054,1645613218,47.74306,8.99898\n1055,1645613223,47.74306,8.99898\n1056,1645613228,47.74306,8.99898\n1057,1645613233,47.74306,8.99898\n1058,1645613238,47.74306,8.99898\n1059,1645613243,47.74306,8.99898\n1060,1645613248,47.74306,8.99898\n1061,1645613253,47.74306,8.99898\n1062,1645613258,47.74306,8.99898\n1063,1645613263,47.74306,8.99899\n1064,1645613268,47.74306,8.99899\n1065,1645613273,47.74306,8.99899\n1066,1645613278,47.74306,8.99899\n1067,1645613283,47.74306,8.99900\n1068,1645613288,47.74306,8.99900\n1069,1645613293,47.74306,8.99900\n1070,1645613298,47.74306,8.99900\n1071,1645613303,47.74306,8.99900\n1072,1645613308,47.74306,8.99900\n1073,1645613313,47.74306,8.99900\n1074,1645613318,47.74306,8.99900\n1075,1645613323,47.74306,8.99900\n1076,1645613328,47.74306,8.99900\n1077,1645613333,47.74306,8.99900\n1078,1645613338,47.74306,8.99900\n1079,1645613343,47.74306,8.99900\n1080,1645613348,47.74306,8.99900\n1081,1645613353,47.74306,8.99900\n1082,1645613358,47.74306,8.99900\n1083,1645613363,47.74306,8.99900\n1084,1645613368,47.74306,8.99900\n1085,1645613373,47.74306,8.99900\n1086,1645613378,47.74306,8.99900\n1087,1645613383,47.74306,8.99900\n1088,1645613388,47.74306,8.99900\n1089,1645613393,47.74306,8.99900\n1090,1645613398,47.74306,8.99900\n1091,1645613403,47.74306,8.99900\n1092,1645613408,47.74306,8.99900\n1093,1645613413,47.74306,8.99900\n1094,1645613418,47.74306,8.99900\n1095,1645613423,47.74306,8.99900\n1096,1645613428,47.74306,8.99900\n1097,1645613433,47.74306,8.99900\n1098,1645613438,47.74306,8.99900\n1099,1645613443,47.74306,8.99900\n1100,1645613448,47.74306,8.99900\n1101,1645613453,47.74306,8.99900\n1102,1645613458,47.74306,8.99900\n1103,1645613463,47.74306,8.99900\n1104,1645613468,47.74306,8.99900\n1105,1645613473,47.74306,8.99900\n1106,1645613478,47.74306,8.99900\n1107,1645613483,47.74306,8.99900\n1108,1645613488,47.74306,8.99900\n1109,1645613493,47.74306,8.99900\n1110,1645613498,47.74306,8.99900\n1111,1645613503,47.74306,8.99900\n1112,1645613508,47.74306,8.99900\n1113,1645613513,47.74306,8.99900\n1114,1645613518,47.74306,8.99900\n1115,1645613523,47.74306,8.99900\n1116,1645613528,47.74306,8.99900\n1117,1645613533,47.74306,8.99900\n1118,1645613538,47.74306,8.99900\n1119,1645613543,47.74306,8.99899\n1120,1645613548,47.74306,8.99899\n1121,1645613553,47.74306,8.99899\n1122,1645613558,47.74306,8.99899\n1123,1645613563,47.74306,8.99899\n1124,1645613568,47.74306,8.99899\n1125,1645613573,47.74306,8.99899\n1126,1645613578,47.74306,8.99899\n1127,1645613583,47.74306,8.99899\n1128,1645613588,47.74306,8.99899\n1129,1645613593,47.74306,8.99899\n1130,1645613598,47.74306,8.99899\n1131,1645613603,47.74306,8.99899\n1132,1645613608,47.74306,8.99899\n1133,1645613613,47.74306,8.99899\n1134,1645613618,47.74306,8.99898\n1135,1645613623,47.74306,8.99898\n1136,1645613628,47.74306,8.99899\n1137,1645613633,47.74306,8.99898\n1138,1645613638,47.74306,8.99898\n1139,1645613643,47.74306,8.99898\n1140,1645613648,47.74306,8.99898\n1141,1645613653,47.74306,8.99898\n1142,1645613658,47.74306,8.99898\n1143,1645613663,47.74305,8.99898\n1144,1645613668,47.74305,8.99898\n1145,1645613673,47.74305,8.99898\n1146,1645613678,47.74305,8.99898\n1147,1645613683,47.74305,8.99898\n1148,1645613688,47.74305,8.99897\n1149,1645613693,47.74305,8.99897\n1150,1645613698,47.74305,8.99897\n1151,1645613703,47.74305,8.99897\n1152,1645613708,47.74305,8.99897\n1153,1645613713,47.74305,8.99897\n1154,1645613718,47.74305,8.99897\n1155,1645613723,47.74305,8.99897\n1156,1645613728,47.74305,8.99897\n1157,1645613733,47.74305,8.99897\n1158,1645613738,47.74305,8.99897\n1159,1645613743,47.74305,8.99897\n1160,1645613748,47.74305,8.99897\n1161,1645613753,47.74305,8.99897\n1162,1645613758,47.74305,8.99897\n1163,1645613763,47.74305,8.99897\n1164,1645613768,47.74305,8.99898\n1165,1645613773,47.74305,8.99898\n1166,1645613778,47.74305,8.99898\n1167,1645613783,47.74305,8.99898\n1168,1645613788,47.74305,8.99898\n1169,1645613793,47.74306,8.99898\n1170,1645613798,47.74306,8.99897\n1171,1645613803,47.74306,8.99897\n1172,1645613808,47.74306,8.99897\n1173,1645613813,47.74306,8.99897\n1174,1645613818,47.74306,8.99897\n1175,1645613823,47.74306,8.99897\n1176,1645613828,47.74306,8.99897\n1177,1645613833,47.74306,8.99897\n1178,1645613838,47.74306,8.99897\n1179,1645613843,47.74306,8.99897\n1180,1645613848,47.74307,8.99896\n1181,1645613853,47.74307,8.99896\n1182,1645613858,47.74307,8.99896\n1183,1645613863,47.74307,8.99896\n1184,1645613868,47.74307,8.99896\n1185,1645613873,47.74307,8.99896\n1186,1645613878,47.74307,8.99896\n1187,1645613883,47.74307,8.99896\n1188,1645613888,47.74307,8.99896\n1189,1645613893,47.74307,8.99895\n1190,1645613898,47.74307,8.99895\n1191,1645613903,47.74307,8.99895\n1192,1645613908,47.74307,8.99895\n1193,1645613913,47.74307,8.99895\n1194,1645613918,47.74307,8.99895\n1195,1645613923,47.74307,8.99894\n1196,1645613928,47.74307,8.99894\n1197,1645613933,47.74307,8.99894\n1198,1645613938,47.74307,8.99894\n1199,1645613943,47.74307,8.99893\n1200,1645613948,47.74307,8.99893\n1201,1645613953,47.74308,8.99892\n1202,1645613958,47.74308,8.99891\n1203,1645613963,47.74309,8.99889\n1204,1645613968,47.74309,8.99889\n1205,1645613973,47.74309,8.99888\n1206,1645613978,47.74310,8.99887\n1207,1645613983,47.74310,8.99887\n1208,1645613988,47.74311,8.99886\n1209,1645613993,47.74311,8.99885\n1210,1645613998,47.74311,8.99885\n1211,1645614003,47.74311,8.99884\n1212,1645614008,47.74311,8.99884\n1213,1645614013,47.74312,8.99884\n1214,1645614018,47.74312,8.99884\n1215,1645614023,47.74312,8.99884\n1216,1645614028,47.74312,8.99884\n1217,1645614033,47.74312,8.99884\n1218,1645614038,47.74312,8.99884\n1219,1645614043,47.74312,8.99884\n1220,1645614048,47.74312,8.99885\n1221,1645614053,47.74312,8.99886\n1222,1645614058,47.74312,8.99887\n1223,1645614063,47.74312,8.99888\n1224,1645614068,47.74312,8.99888\n1225,1645614073,47.74312,8.99889\n1226,1645614078,47.74313,8.99889\n1227,1645614083,47.74313,8.99889\n1228,1645614088,47.74314,8.99888\n1229,1645614093,47.74314,8.99888\n1230,1645614098,47.74315,8.99888\n1231,1645614103,47.74315,8.99887\n1232,1645614108,47.74316,8.99887\n1233,1645614113,47.74316,8.99887\n1234,1645614118,47.74317,8.99887\n1235,1645614123,47.74318,8.99886\n1236,1645614128,47.74318,8.99886\n1237,1645614133,47.74317,8.99885\n1238,1645614138,47.74316,8.99885\n1239,1645614143,47.74316,8.99885\n1240,1645614148,47.74316,8.99885\n1241,1645614153,47.74316,8.99884\n1242,1645614158,47.74315,8.99885\n1243,1645614163,47.74315,8.99884\n1244,1645614168,47.74315,8.99884\n1245,1645614173,47.74315,8.99884\n1246,1645614178,47.74315,8.99884\n1247,1645614183,47.74315,8.99884\n1248,1645614188,47.74315,8.99884\n1249,1645614193,47.74315,8.99883\n1250,1645614198,47.74315,8.99882\n1251,1645614203,47.74314,8.99883\n1252,1645614208,47.74314,8.99883\n1253,1645614213,47.74314,8.99883\n1254,1645614218,47.74314,8.99883\n1255,1645614223,47.74314,8.99883\n1256,1645614228,47.74314,8.99884\n1257,1645614233,47.74314,8.99884\n1258,1645614238,47.74314,8.99884\n1259,1645614243,47.74314,8.99884\n1260,1645614248,47.74314,8.99884\n1261,1645614253,47.74314,8.99884\n1262,1645614258,47.74313,8.99885\n1263,1645614263,47.74313,8.99885\n1264,1645614268,47.74312,8.99886\n1265,1645614273,47.74312,8.99886\n1266,1645614278,47.74312,8.99886\n1267,1645614283,47.74312,8.99886\n1268,1645614288,47.74312,8.99886\n1269,1645614293,47.74312,8.99886\n1270,1645614298,47.74312,8.99886\n1271,1645614303,47.74312,8.99886\n1272,1645614308,47.74312,8.99886\n1273,1645614313,47.74312,8.99886\n1274,1645614318,47.74312,8.99887\n1275,1645614323,47.74312,8.99887\n1276,1645614328,47.74312,8.99887\n1277,1645614333,47.74312,8.99886\n1278,1645614338,47.74312,8.99886\n1279,1645614343,47.74312,8.99886\n1280,1645614348,47.74312,8.99886\n1281,1645614353,47.74312,8.99886\n1282,1645614358,47.74312,8.99886\n1283,1645614363,47.74312,8.99886\n1284,1645614368,47.74312,8.99886\n1285,1645614373,47.74312,8.99887\n1286,1645614378,47.74312,8.99887\n1287,1645614383,47.74312,8.99888\n1288,1645614388,47.74312,8.99887\n1289,1645614393,47.74312,8.99887\n1290,1645614398,47.74312,8.99887\n1291,1645614403,47.74312,8.99887\n1292,1645614408,47.74312,8.99887\n1293,1645614413,47.74312,8.99887\n1294,1645614418,47.74312,8.99887\n1295,1645614423,47.74312,8.99887\n1296,1645614428,47.74312,8.99887\n1297,1645614433,47.74312,8.99887\n1298,1645614438,47.74311,8.99888\n1299,1645614443,47.74311,8.99888\n1300,1645614448,47.74311,8.99888\n1301,1645614453,47.74311,8.99889\n1302,1645614458,47.74310,8.99889\n1303,1645614463,47.74310,8.99889\n1304,1645614468,47.74310,8.99890\n1305,1645614473,47.74310,8.99890\n1306,1645614478,47.74310,8.99890\n1307,1645614483,47.74310,8.99890\n1308,1645614488,47.74310,8.99890\n1309,1645614493,47.74310,8.99890\n1310,1645614498,47.74310,8.99890\n1311,1645614503,47.74310,8.99890\n1312,1645614508,47.74310,8.99890\n1313,1645614513,47.74309,8.99890\n1314,1645614518,47.74309,8.99890\n1315,1645614523,47.74309,8.99890\n1316,1645614528,47.74309,8.99890\n1317,1645614533,47.74309,8.99890\n1318,1645614538,47.74309,8.99890\n1319,1645614543,47.74310,8.99890\n1320,1645614548,47.74310,8.99890\n1321,1645614553,47.74310,8.99890\n1322,1645614558,47.74311,8.99891\n1323,1645614563,47.74311,8.99892\n1324,1645614568,47.74311,8.99892\n1325,1645614573,47.74311,8.99892\n1326,1645614578,47.74311,8.99892\n1327,1645614583,47.74312,8.99892\n1328,1645614588,47.74312,8.99892\n1329,1645614593,47.74312,8.99891\n1330,1645614598,47.74312,8.99890\n1331,1645614603,47.74311,8.99889\n1332,1645614608,47.74311,8.99889\n1333,1645614613,47.74312,8.99888\n1334,1645614618,47.74312,8.99888\n1335,1645614623,47.74312,8.99888\n1336,1645614628,47.74312,8.99887\n1337,1645614633,47.74312,8.99887\n1338,1645614638,47.74312,8.99887\n1339,1645614643,47.74313,8.99887\n1340,1645614648,47.74313,8.99887\n1341,1645614653,47.74312,8.99887\n1342,1645614658,47.74312,8.99887\n1343,1645614663,47.74312,8.99887\n1344,1645614668,47.74312,8.99887\n1345,1645614673,47.74312,8.99887\n1346,1645614678,47.74312,8.99887\n1347,1645614683,47.74312,8.99887\n1348,1645614688,47.74312,8.99887\n1349,1645614693,47.74312,8.99887\n1350,1645614698,47.74312,8.99887\n1351,1645614703,47.74312,8.99887\n1352,1645614708,47.74312,8.99887\n1353,1645614713,47.74312,8.99887\n1354,1645614718,47.74312,8.99887\n1355,1645614723,47.74312,8.99887\n1356,1645614728,47.74311,8.99887\n1357,1645614733,47.74311,8.99887\n1358,1645614738,47.74311,8.99887\n1359,1645614743,47.74311,8.99887\n1360,1645614748,47.74311,8.99886\n1361,1645614753,47.74311,8.99886\n1362,1645614758,47.74311,8.99886\n1363,1645614763,47.74311,8.99886\n1364,1645614768,47.74310,8.99885\n1365,1645614773,47.74309,8.99885\n1366,1645614778,47.74310,8.99884\n1367,1645614783,47.74310,8.99884\n1368,1645614788,47.74310,8.99884\n1369,1645614793,47.74310,8.99885\n1370,1645614798,47.74310,8.99885\n1371,1645614803,47.74310,8.99885\n1372,1645614808,47.74310,8.99886\n1373,1645614813,47.74310,8.99886\n1374,1645614818,47.74310,8.99886\n1375,1645614823,47.74310,8.99886\n1376,1645614828,47.74310,8.99886\n1377,1645614833,47.74309,8.99886\n1378,1645614838,47.74309,8.99886\n1379,1645614843,47.74309,8.99886\n1380,1645614848,47.74309,8.99886\n1381,1645614853,47.74309,8.99886\n1382,1645614858,47.74309,8.99886\n1383,1645614863,47.74309,8.99886\n1384,1645614868,47.74309,8.99886\n1385,1645614873,47.74309,8.99886\n1386,1645614878,47.74309,8.99886\n1387,1645614883,47.74309,8.99886\n1388,1645614888,47.74309,8.99886\n1389,1645614893,47.74309,8.99886\n1390,1645614898,47.74309,8.99886\n1391,1645614903,47.74308,8.99888\n1392,1645614908,47.74308,8.99888\n1393,1645614913,47.74308,8.99888\n1394,1645614918,47.74309,8.99887\n1395,1645614923,47.74309,8.99887\n1396,1645614928,47.74309,8.99887\n1397,1645614933,47.74309,8.99888\n1398,1645614938,47.74310,8.99887\n1399,1645614943,47.74311,8.99887\n1400,1645614948,47.74310,8.99888\n1401,1645614953,47.74310,8.99888\n1402,1645614958,47.74310,8.99888\n1403,1645614963,47.74311,8.99887\n1404,1645614968,47.74311,8.99887\n1405,1645614973,47.74311,8.99887\n1406,1645614978,47.74311,8.99887\n1407,1645614983,47.74310,8.99887\n1408,1645614988,47.74310,8.99887\n1409,1645614993,47.74310,8.99887\n1410,1645614998,47.74310,8.99887\n1411,1645615003,47.74310,8.99887\n1412,1645615008,47.74310,8.99887\n1413,1645615013,47.74310,8.99888\n1414,1645615018,47.74310,8.99888\n1415,1645615023,47.74310,8.99888\n1416,1645615028,47.74310,8.99888\n1417,1645615033,47.74310,8.99888\n1418,1645615038,47.74310,8.99888\n1419,1645615043,47.74310,8.99888\n1420,1645615048,47.74310,8.99888\n1421,1645615053,47.74310,8.99888\n1422,1645615058,47.74310,8.99888\n1423,1645615063,47.74310,8.99888\n1424,1645615068,47.74309,8.99890\n1425,1645615073,47.74307,8.99892\n1426,1645615078,47.74307,8.99893\n1427,1645615083,47.74307,8.99893\n1428,1645615088,47.74307,8.99893\n1429,1645615093,47.74307,8.99893\n1430,1645615098,47.74307,8.99895\n1431,1645615103,47.74307,8.99895\n1432,1645615108,47.74307,8.99895\n1433,1645615113,47.74307,8.99895\n1434,1645615118,47.74307,8.99895\n1435,1645615123,47.74307,8.99895\n1436,1645615128,47.74307,8.99895\n1437,1645615133,47.74307,8.99895\n1438,1645615138,47.74307,8.99895\n1439,1645615143,47.74307,8.99895\n1440,1645615148,47.74307,8.99895\n1441,1645615153,47.74307,8.99895\n1442,1645615158,47.74307,8.99895\n1443,1645615163,47.74307,8.99895\n1444,1645615168,47.74307,8.99895\n1445,1645615173,47.74307,8.99895\n1446,1645615178,47.74307,8.99895\n1447,1645615183,47.74307,8.99895\n1448,1645615188,47.74307,8.99895\n1449,1645615193,47.74307,8.99895\n1450,1645615198,47.74307,8.99895\n1451,1645615203,47.74307,8.99895\n1452,1645615208,47.74307,8.99895\n1453,1645615213,47.74307,8.99895\n1454,1645615218,47.74307,8.99895\n1455,1645615223,47.74307,8.99895\n1456,1645615228,47.74307,8.99895\n1457,1645615233,47.74307,8.99895\n1458,1645615238,47.74307,8.99895\n1459,1645615243,47.74307,8.99895\n1460,1645615248,47.74307,8.99895\n1461,1645615253,47.74307,8.99895\n1462,1645615258,47.74307,8.99895\n1463,1645615263,47.74307,8.99895\n1464,1645615268,47.74307,8.99895\n1465,1645615273,47.74307,8.99895\n1466,1645615278,47.74307,8.99895\n1467,1645615283,47.74307,8.99895\n1468,1645615288,47.74307,8.99895\n1469,1645615293,47.74307,8.99895\n1470,1645615298,47.74307,8.99895\n1471,1645615303,47.74307,8.99895\n1472,1645615308,47.74307,8.99895\n1473,1645615313,47.74307,8.99895\n1474,1645615318,47.74307,8.99895\n1475,1645615323,47.74307,8.99895\n1476,1645615328,47.74307,8.99895\n1477,1645615333,47.74307,8.99895\n1478,1645615338,47.74307,8.99895\n1479,1645615343,47.74307,8.99895\n1480,1645615348,47.74307,8.99895\n1481,1645615353,47.74307,8.99895\n1482,1645615358,47.74307,8.99895\n1483,1645615363,47.74307,8.99895\n1484,1645615368,47.74307,8.99895\n1485,1645615373,47.74307,8.99895\n1486,1645615378,47.74307,8.99895\n1487,1645615383,47.74307,8.99895\n1488,1645615388,47.74307,8.99895\n1489,1645615393,47.74307,8.99895\n1490,1645615398,47.74307,8.99895\n1491,1645615403,47.74307,8.99895\n1492,1645615408,47.74307,8.99895\n1493,1645615413,47.74307,8.99895\n1494,1645615418,47.74307,8.99895\n1495,1645615423,47.74307,8.99895\n1496,1645615428,47.74307,8.99895\n1497,1645615433,47.74307,8.99895\n1498,1645615438,47.74307,8.99895\n1499,1645615443,47.74307,8.99895\n1500,1645615448,47.74307,8.99895\n1501,1645615453,47.74307,8.99895\n1502,1645615458,47.74307,8.99895\n1503,1645615463,47.74307,8.99895\n1504,1645615468,47.74307,8.99895\n1505,1645615473,47.74307,8.99895\n1506,1645615478,47.74307,8.99895\n1507,1645615483,47.74307,8.99895\n1508,1645615488,47.74307,8.99895\n1509,1645615493,47.74307,8.99895\n1510,1645615498,47.74307,8.99895\n1511,1645615503,47.74307,8.99895\n1512,1645615508,47.74307,8.99895\n1513,1645615513,47.74307,8.99895\n1514,1645615518,47.74307,8.99894\n1515,1645615523,47.74307,8.99894\n1516,1645615528,47.74307,8.99894\n1517,1645615533,47.74307,8.99894\n1518,1645615538,47.74307,8.99894\n1519,1645615543,47.74307,8.99894\n1520,1645615548,47.74307,8.99894\n1521,1645615553,47.74307,8.99894\n1522,1645615558,47.74307,8.99894\n1523,1645615563,47.74307,8.99894\n1524,1645615568,47.74307,8.99894\n1525,1645615573,47.74307,8.99895\n1526,1645615578,47.74307,8.99895\n1527,1645615583,47.74307,8.99895\n1528,1645615588,47.74305,8.99895\n1529,1645615593,47.74305,8.99895\n1530,1645615598,47.74305,8.99895\n1531,1645615603,47.74305,8.99895\n1532,1645615608,47.74305,8.99895\n1533,1645615613,47.74305,8.99895\n1534,1645615618,47.74305,8.99895\n1535,1645615623,47.74305,8.99895\n1536,1645615628,47.74305,8.99895\n1537,1645615633,47.74305,8.99895\n1538,1645615638,47.74305,8.99895\n1539,1645615643,47.74305,8.99895\n1540,1645615648,47.74305,8.99895\n1541,1645615653,47.74305,8.99893\n1542,1645615658,47.74305,8.99893\n1543,1645615663,47.74305,8.99893\n1544,1645615668,47.74305,8.99893\n1545,1645615673,47.74306,8.99891\n1546,1645615678,47.74306,8.99891\n1547,1645615683,47.74307,8.99890\n1548,1645615688,47.74307,8.99890\n1549,1645615693,47.74307,8.99890\n1550,1645615698,47.74307,8.99890\n1551,1645615703,47.74307,8.99890\n1552,1645615708,47.74307,8.99890\n1553,1645615713,47.74307,8.99890\n1554,1645615718,47.74307,8.99890\n1555,1645615723,47.74307,8.99890\n1556,1645615728,47.74307,8.99890\n1557,1645615733,47.74307,8.99890\n1558,1645615738,47.74307,8.99890\n1559,1645615743,47.74307,8.99890\n1560,1645615748,47.74307,8.99890\n1561,1645615753,47.74307,8.99890\n1562,1645615758,47.74307,8.99890\n1563,1645615763,47.74307,8.99890\n1564,1645615768,47.74307,8.99890\n1565,1645615773,47.74307,8.99890\n1566,1645615778,47.74307,8.99890\n1567,1645615783,47.74307,8.99890\n1568,1645615788,47.74307,8.99890\n1569,1645615793,47.74307,8.99890\n1570,1645615798,47.74307,8.99890\n1571,1645615803,47.74307,8.99890\n1572,1645615808,47.74307,8.99890\n1573,1645615813,47.74307,8.99889\n1574,1645615818,47.74307,8.99889\n1575,1645615823,47.74307,8.99889\n1576,1645615828,47.74307,8.99889\n1577,1645615833,47.74307,8.99889\n1578,1645615838,47.74307,8.99889\n1579,1645615843,47.74307,8.99889\n1580,1645615848,47.74307,8.99889\n1581,1645615853,47.74307,8.99889\n1582,1645615858,47.74307,8.99889\n1583,1645615863,47.74307,8.99889\n1584,1645615868,47.74307,8.99889\n1585,1645615873,47.74307,8.99889\n1586,1645615878,47.74307,8.99889\n1587,1645615883,47.74307,8.99889\n1588,1645615888,47.74307,8.99889\n1589,1645615893,47.74307,8.99889\n1590,1645615898,47.74307,8.99889\n1591,1645615903,47.74307,8.99889\n1592,1645615908,47.74307,8.99889\n1593,1645615913,47.74307,8.99889\n1594,1645615918,47.74307,8.99889\n1595,1645615923,47.74306,8.99889\n1596,1645615928,47.74306,8.99890\n1597,1645615933,47.74306,8.99890\n1598,1645615938,47.74306,8.99890\n1599,1645615943,47.74306,8.99890\n1600,1645615948,47.74306,8.99890\n1601,1645615953,47.74306,8.99890\n1602,1645615958,47.74306,8.99890\n1603,1645615963,47.74306,8.99890\n1604,1645615968,47.74306,8.99890\n1605,1645615973,47.74306,8.99890\n1606,1645615978,47.74306,8.99890\n1607,1645615983,47.74306,8.99890\n1608,1645615988,47.74306,8.99890\n1609,1645615993,47.74306,8.99890\n1610,1645615998,47.74306,8.99890\n1611,1645616003,47.74307,8.99891\n1612,1645616008,47.74307,8.99893\n1613,1645616013,47.74307,8.99894\n1614,1645616018,47.74307,8.99894\n1615,1645616023,47.74307,8.99894\n1616,1645616028,47.74307,8.99894\n1617,1645616033,47.74307,8.99894\n1618,1645616038,47.74307,8.99894\n1619,1645616043,47.74307,8.99894\n1620,1645616048,47.74307,8.99894\n1621,1645616053,47.74307,8.99894\n1622,1645616058,47.74307,8.99894\n1623,1645616063,47.74307,8.99894\n1624,1645616068,47.74307,8.99894\n1625,1645616073,47.74307,8.99894\n1626,1645616078,47.74307,8.99895\n1627,1645616083,47.74307,8.99895\n1628,1645616088,47.74307,8.99895\n1629,1645616093,47.74307,8.99895\n1630,1645616098,47.74307,8.99895\n1631,1645616103,47.74307,8.99895\n1632,1645616108,47.74307,8.99895\n1633,1645616113,47.74307,8.99895\n1634,1645616118,47.74307,8.99895\n1635,1645616123,47.74307,8.99895\n1636,1645616128,47.74307,8.99895\n1637,1645616133,47.74307,8.99895\n1638,1645616138,47.74307,8.99895\n1639,1645616143,47.74307,8.99895\n1640,1645616148,47.74307,8.99895\n1641,1645616153,47.74307,8.99895\n1642,1645616158,47.74307,8.99895\n1643,1645616163,47.74307,8.99895\n1644,1645616168,47.74307,8.99895\n1645,1645616173,47.74307,8.99895\n1646,1645616178,47.74307,8.99895\n1647,1645616183,47.74307,8.99895\n1648,1645616188,47.74307,8.99895\n1649,1645616193,47.74306,8.99895\n1650,1645616198,47.74306,8.99895\n1651,1645616203,47.74306,8.99895\n1652,1645616208,47.74306,8.99895\n1653,1645616213,47.74306,8.99895\n1654,1645616218,47.74306,8.99895\n1655,1645616223,47.74306,8.99895\n1656,1645616228,47.74306,8.99895\n1657,1645616233,47.74306,8.99895\n1658,1645616238,47.74306,8.99895\n1659,1645616243,47.74306,8.99895\n1660,1645616248,47.74306,8.99895\n1661,1645616253,47.74306,8.99895\n1662,1645616258,47.74306,8.99895\n1663,1645616263,47.74306,8.99895\n1664,1645616268,47.74306,8.99895\n1665,1645616273,47.74306,8.99895\n1666,1645616278,47.74306,8.99895\n1667,1645616283,47.74306,8.99895\n1668,1645616288,47.74306,8.99895\n1669,1645616293,47.74306,8.99895\n1670,1645616298,47.74306,8.99895\n1671,1645616303,47.74306,8.99895\n1672,1645616308,47.74306,8.99895\n1673,1645616313,47.74306,8.99895\n1674,1645616318,47.74306,8.99895\n1675,1645616323,47.74306,8.99895\n1676,1645616328,47.74306,8.99895\n1677,1645616333,47.74306,8.99895\n1678,1645616338,47.74306,8.99895\n1679,1645616343,47.74306,8.99895\n1680,1645616348,47.74306,8.99895\n1681,1645616353,47.74306,8.99895\n1682,1645616358,47.74306,8.99895\n1683,1645616363,47.74306,8.99895\n1684,1645616368,47.74306,8.99895\n1685,1645616373,47.74306,8.99895\n1686,1645616378,47.74306,8.99895\n1687,1645616383,47.74306,8.99895\n1688,1645616388,47.74306,8.99895\n1689,1645616393,47.74306,8.99894\n1690,1645616398,47.74306,8.99894\n1691,1645616403,47.74306,8.99894\n1692,1645616408,47.74306,8.99894\n1693,1645616413,47.74306,8.99894\n1694,1645616418,47.74306,8.99895\n1695,1645616423,47.74305,8.99896\n1696,1645616428,47.74305,8.99896\n1697,1645616433,47.74305,8.99896\n1698,1645616438,47.74305,8.99896\n1699,1645616443,47.74305,8.99896\n1700,1645616448,47.74305,8.99895\n1701,1645616453,47.74305,8.99895\n1702,1645616458,47.74305,8.99895\n1703,1645616463,47.74305,8.99895\n1704,1645616468,47.74305,8.99895\n1705,1645616473,47.74305,8.99895\n1706,1645616478,47.74305,8.99895\n1707,1645616483,47.74305,8.99895\n1708,1645616488,47.74305,8.99895\n1709,1645616493,47.74305,8.99895\n1710,1645616498,47.74305,8.99895\n1711,1645616503,47.74305,8.99895\n1712,1645616508,47.74305,8.99895\n1713,1645616513,47.74305,8.99895\n1714,1645616518,47.74305,8.99895\n1715,1645616523,47.74305,8.99895\n1716,1645616528,47.74305,8.99895\n1717,1645616533,47.74305,8.99895\n1718,1645616538,47.74305,8.99895\n1719,1645616543,47.74306,8.99895\n1720,1645616548,47.74307,8.99895\n1721,1645616553,47.74307,8.99895\n1722,1645616558,47.74308,8.99894\n1723,1645616563,47.74308,8.99893\n1724,1645616568,47.74307,8.99893\n1725,1645616573,47.74307,8.99893\n1726,1645616578,47.74307,8.99892\n1727,1645616583,47.74306,8.99890\n1728,1645616588,47.74305,8.99890\n1729,1645616593,47.74306,8.99890\n1730,1645616598,47.74306,8.99891\n1731,1645616603,47.74306,8.99890\n1732,1645616608,47.74307,8.99890\n1733,1645616613,47.74306,8.99890\n1734,1645616618,47.74306,8.99890\n1735,1645616623,47.74304,8.99890\n1736,1645616628,47.74303,8.99890\n1737,1645616633,47.74304,8.99890\n1738,1645616638,47.74303,8.99890\n1739,1645616643,47.74304,8.99891\n1740,1645616648,47.74304,8.99891\n1741,1645616653,47.74304,8.99890\n1742,1645616658,47.74304,8.99890\n1743,1645616663,47.74305,8.99890\n1744,1645616668,47.74306,8.99890\n1745,1645616673,47.74306,8.99891\n1746,1645616678,47.74306,8.99891\n1747,1645616683,47.74306,8.99891\n1748,1645616688,47.74306,8.99891\n1749,1645616693,47.74306,8.99891\n1750,1645616698,47.74305,8.99891\n1751,1645616703,47.74306,8.99890\n1752,1645616708,47.74305,8.99890\n1753,1645616713,47.74305,8.99890\n1754,1645616718,47.74305,8.99889\n1755,1645616723,47.74303,8.99886\n1756,1645616728,47.74303,8.99884\n1757,1645616733,47.74304,8.99885\n1758,1645616738,47.74304,8.99885\n1759,1645616743,47.74304,8.99885\n1760,1645616748,47.74304,8.99884\n1761,1645616753,47.74305,8.99884\n1762,1645616758,47.74306,8.99885\n1763,1645616763,47.74307,8.99886\n1764,1645616768,47.74309,8.99888\n1765,1645616773,47.74308,8.99889\n1766,1645616778,47.74310,8.99892\n1767,1645616783,47.74310,8.99893\n1768,1645616788,47.74311,8.99893\n1769,1645616793,47.74312,8.99895\n1770,1645616798,47.74313,8.99895\n1771,1645616803,47.74313,8.99896\n1772,1645616808,47.74312,8.99895\n1773,1645616813,47.74314,8.99896\n1774,1645616818,47.74313,8.99897\n1775,1645616823,47.74312,8.99898\n1776,1645616828,47.74312,8.99897\n1777,1645616833,47.74312,8.99897\n1778,1645616838,47.74312,8.99897\n1779,1645616843,47.74310,8.99896\n1780,1645616848,47.74311,8.99895\n1781,1645616853,47.74311,8.99894\n1782,1645616858,47.74311,8.99893\n1783,1645616863,47.74311,8.99892\n1784,1645616868,47.74311,8.99892\n1785,1645616873,47.74312,8.99893\n1786,1645616878,47.74314,8.99892\n1787,1645616883,47.74314,8.99892\n1788,1645616888,47.74314,8.99893\n1789,1645616893,47.74318,8.99893\n1790,1645616898,47.74319,8.99894\n1791,1645616903,47.74318,8.99894\n1792,1645616908,47.74318,8.99894\n1793,1645616913,47.74318,8.99894\n1794,1645616918,47.74317,8.99894\n1795,1645616923,47.74318,8.99894\n1796,1645616928,47.74317,8.99894\n1797,1645616933,47.74317,8.99896\n1798,1645616938,47.74318,8.99896\n1799,1645616943,47.74321,8.99897\n1800,1645616948,47.74323,8.99900\n1801,1645616953,47.74320,8.99901\n1802,1645616958,47.74321,8.99901\n1803,1645616963,47.74321,8.99901\n1804,1645616968,47.74321,8.99901\n1805,1645616973,47.74318,8.99902\n1806,1645616978,47.74322,8.99903\n1807,1645616983,47.74325,8.99904\n1808,1645616988,47.74321,8.99902\n1809,1645616993,47.74321,8.99903\n1810,1645616998,47.74322,8.99904\n1811,1645617003,47.74322,8.99904\n1812,1645617008,47.74321,8.99904\n1813,1645617013,47.74321,8.99905\n1814,1645617018,47.74321,8.99904\n1815,1645617023,47.74321,8.99905\n1816,1645617028,47.74322,8.99904\n1817,1645617033,47.74322,8.99905\n1818,1645617038,47.74321,8.99905\n1819,1645617043,47.74317,8.99904\n1820,1645617048,47.74316,8.99905\n1821,1645617053,47.74314,8.99904\n1822,1645617058,47.74313,8.99904\n1823,1645617063,47.74314,8.99904\n1824,1645617068,47.74313,8.99903\n1825,1645617073,47.74312,8.99903\n1826,1645617078,47.74311,8.99902\n1827,1645617083,47.74310,8.99901\n1828,1645617088,47.74310,8.99900\n1829,1645617093,47.74309,8.99900\n1830,1645617098,47.74305,8.99896\n1831,1645617103,47.74304,8.99894\n1832,1645617108,47.74304,8.99893\n1833,1645617113,47.74304,8.99892\n1834,1645617118,47.74304,8.99891\n1835,1645617123,47.74305,8.99893\n1836,1645617128,47.74306,8.99893\n1837,1645617133,47.74305,8.99894\n1838,1645617138,47.74306,8.99894\n1839,1645617143,47.74306,8.99893\n1840,1645617148,47.74306,8.99893\n1841,1645617153,47.74305,8.99892\n1842,1645617158,47.74307,8.99893\n1843,1645617163,47.74308,8.99893\n1844,1645617168,47.74309,8.99893\n1845,1645617173,47.74308,8.99894\n1846,1645617178,47.74309,8.99894\n1847,1645617183,47.74310,8.99894\n1848,1645617188,47.74310,8.99894\n1849,1645617193,47.74309,8.99895\n1850,1645617198,47.74310,8.99895\n1851,1645617203,47.74312,8.99899\n1852,1645617208,47.74312,8.99899\n1853,1645617213,47.74311,8.99898\n1854,1645617218,47.74311,8.99898\n1855,1645617223,47.74310,8.99897\n1856,1645617228,47.74309,8.99897\n1857,1645617233,47.74309,8.99896\n1858,1645617238,47.74310,8.99895\n1859,1645617243,47.74309,8.99895\n1860,1645617248,47.74308,8.99894\n1861,1645617253,47.74311,8.99894\n1862,1645617258,47.74309,8.99893\n1863,1645617263,47.74305,8.99891\n1864,1645617268,47.74305,8.99891\n1865,1645617273,47.74308,8.99892\n1866,1645617278,47.74306,8.99892\n1867,1645617283,47.74304,8.99892\n1868,1645617288,47.74307,8.99893\n1869,1645617293,47.74309,8.99893\n1870,1645617298,47.74303,8.99891\n1871,1645617303,47.74299,8.99890\n1872,1645617308,47.74299,8.99890\n1873,1645617313,47.74300,8.99891\n1874,1645617318,47.74303,8.99892\n1875,1645617323,47.74305,8.99894\n1876,1645617328,47.74308,8.99894\n1877,1645617333,47.74312,8.99895\n1878,1645617338,47.74311,8.99895\n1879,1645617343,47.74311,8.99894\n1880,1645617348,47.74311,8.99894\n1881,1645617353,47.74310,8.99893\n1882,1645617358,47.74314,8.99894\n1883,1645617363,47.74318,8.99894\n1884,1645617368,47.74320,8.99894\n1885,1645617373,47.74319,8.99893\n1886,1645617378,47.74319,8.99893\n1887,1645617383,47.74319,8.99892\n1888,1645617388,47.74321,8.99893\n1889,1645617393,47.74320,8.99893\n1890,1645617398,47.74320,8.99893\n1891,1645617403,47.74319,8.99892\n1892,1645617408,47.74319,8.99893\n1893,1645617413,47.74320,8.99893\n1894,1645617418,47.74320,8.99894\n1895,1645617423,47.74319,8.99896\n1896,1645617428,47.74319,8.99896\n1897,1645617433,47.74319,8.99896\n1898,1645617438,47.74319,8.99898\n1899,1645617443,47.74318,8.99899\n1900,1645617448,47.74318,8.99899\n1901,1645617453,47.74317,8.99899\n1902,1645617458,47.74315,8.99899\n1903,1645617463,47.74315,8.99899\n1904,1645617468,47.74316,8.99900\n1905,1645617473,47.74316,8.99899\n1906,1645617478,47.74317,8.99900\n1907,1645617483,47.74316,8.99899\n1908,1645617488,47.74315,8.99899\n1909,1645617493,47.74315,8.99899\n1910,1645617498,47.74316,8.99899\n1911,1645617503,47.74315,8.99898\n1912,1645617508,47.74314,8.99898\n1913,1645617513,47.74315,8.99898\n1914,1645617518,47.74313,8.99899\n1915,1645617523,47.74312,8.99899\n1916,1645617528,47.74312,8.99899\n1917,1645617533,47.74312,8.99899\n1918,1645617538,47.74310,8.99898\n1919,1645617543,47.74309,8.99898\n1920,1645617548,47.74309,8.99898\n1921,1645617553,47.74309,8.99898\n1922,1645617558,47.74308,8.99898\n1923,1645617563,47.74307,8.99898\n1924,1645617568,47.74306,8.99898\n1925,1645617573,47.74307,8.99899\n1926,1645617578,47.74307,8.99899\n1927,1645617583,47.74308,8.99899\n1928,1645617588,47.74308,8.99899\n1929,1645617593,47.74309,8.99900\n1930,1645617598,47.74310,8.99900\n1931,1645617603,47.74311,8.99900\n1932,1645617608,47.74311,8.99900\n1933,1645617613,47.74312,8.99900\n1934,1645617618,47.74313,8.99899\n1935,1645617623,47.74312,8.99897\n1936,1645617628,47.74312,8.99896\n1937,1645617633,47.74311,8.99896\n1938,1645617638,47.74312,8.99895\n1939,1645617643,47.74312,8.99895\n1940,1645617648,47.74312,8.99896\n1941,1645617653,47.74312,8.99897\n1942,1645617658,47.74312,8.99899\n1943,1645617663,47.74312,8.99900\n1944,1645617668,47.74312,8.99900\n1945,1645617673,47.74312,8.99901\n1946,1645617678,47.74312,8.99901\n1947,1645617683,47.74311,8.99901\n1948,1645617688,47.74310,8.99901\n1949,1645617693,47.74309,8.99902\n1950,1645617698,47.74309,8.99903\n1951,1645617703,47.74309,8.99903\n1952,1645617708,47.74309,8.99903\n1953,1645617713,47.74308,8.99903\n1954,1645617718,47.74308,8.99902\n1955,1645617723,47.74307,8.99901\n1956,1645617728,47.74307,8.99901\n1957,1645617733,47.74307,8.99901\n1958,1645617738,47.74307,8.99901\n1959,1645617743,47.74308,8.99901\n1960,1645617748,47.74308,8.99901\n1961,1645617753,47.74308,8.99900\n1962,1645617758,47.74309,8.99901\n1963,1645617763,47.74309,8.99901\n1964,1645617768,47.74310,8.99901\n1965,1645617773,47.74310,8.99901\n1966,1645617778,47.74310,8.99901\n1967,1645617783,47.74311,8.99902\n1968,1645617788,47.74311,8.99903\n1969,1645617793,47.74311,8.99903\n1970,1645617798,47.74312,8.99903\n1971,1645617803,47.74312,8.99902\n1972,1645617808,47.74312,8.99903\n1973,1645617813,47.74312,8.99904\n1974,1645617818,47.74312,8.99905\n1975,1645617823,47.74311,8.99905\n1976,1645617828,47.74311,8.99906\n1977,1645617833,47.74312,8.99907\n1978,1645617838,47.74312,8.99907\n1979,1645617843,47.74312,8.99907\n1980,1645617848,47.74312,8.99907\n1981,1645617853,47.74313,8.99907\n1982,1645617858,47.74312,8.99907\n1983,1645617863,47.74312,8.99907\n1984,1645617868,47.74312,8.99907\n1985,1645617873,47.74313,8.99907\n1986,1645617878,47.74313,8.99907\n1987,1645617883,47.74314,8.99906\n1988,1645617888,47.74314,8.99906\n1989,1645617893,47.74314,8.99906\n1990,1645617898,47.74315,8.99906\n1991,1645617903,47.74315,8.99906\n1992,1645617908,47.74316,8.99906\n1993,1645617913,47.74316,8.99905\n1994,1645617918,47.74316,8.99905\n1995,1645617923,47.74316,8.99905\n1996,1645617928,47.74316,8.99905\n1997,1645617933,47.74316,8.99904\n1998,1645617938,47.74317,8.99904\n1999,1645617943,47.74317,8.99904\n2000,1645617948,47.74318,8.99904\n2001,1645617953,47.74319,8.99905\n2002,1645617958,47.74319,8.99905\n2003,1645617963,47.74319,8.99905\n2004,1645617968,47.74318,8.99906\n2005,1645617973,47.74318,8.99906\n2006,1645617978,47.74318,8.99905\n2007,1645617983,47.74318,8.99905\n2008,1645617988,47.74318,8.99904\n2009,1645617993,47.74316,8.99904\n2010,1645617998,47.74316,8.99904\n2011,1645618003,47.74316,8.99903\n2012,1645618008,47.74315,8.99903\n2013,1645618013,47.74315,8.99903\n2014,1645618018,47.74315,8.99903\n2015,1645618023,47.74315,8.99903\n2016,1645618028,47.74315,8.99904\n2017,1645618033,47.74315,8.99904\n2018,1645618038,47.74315,8.99904\n2019,1645618043,47.74315,8.99904\n2020,1645618048,47.74314,8.99904\n2021,1645618053,47.74314,8.99903\n2022,1645618058,47.74314,8.99904\n2023,1645618063,47.74313,8.99903\n2024,1645618068,47.74313,8.99903\n2025,1645618073,47.74313,8.99903\n2026,1645618078,47.74312,8.99903\n2027,1645618083,47.74312,8.99903\n2028,1645618088,47.74312,8.99903\n2029,1645618093,47.74312,8.99903\n2030,1645618098,47.74312,8.99903\n2031,1645618103,47.74312,8.99903\n2032,1645618108,47.74312,8.99903\n2033,1645618113,47.74312,8.99904\n2034,1645618118,47.74313,8.99904\n2035,1645618123,47.74313,8.99904\n2036,1645618128,47.74313,8.99904\n2037,1645618133,47.74314,8.99905\n2038,1645618138,47.74314,8.99905\n2039,1645618143,47.74314,8.99905\n2040,1645618148,47.74315,8.99906\n2041,1645618153,47.74316,8.99906\n2042,1645618158,47.74317,8.99906\n2043,1645618163,47.74318,8.99907\n2044,1645618168,47.74318,8.99908\n2045,1645618173,47.74318,8.99909\n2046,1645618178,47.74318,8.99909\n2047,1645618183,47.74318,8.99909\n2048,1645618188,47.74318,8.99909\n2049,1645618252,47.74328,8.99901\n2050,1645618257,47.74305,8.99905\n2051,1645618263,47.74307,8.99904\n2052,1645618268,47.74306,8.99903\n2053,1645618273,47.74306,8.99902\n2054,1645618278,47.74306,8.99902\n2055,1645618283,47.74306,8.99902\n2056,1645618288,47.74306,8.99904\n2057,1645618293,47.74306,8.99904\n2058,1645618298,47.74306,8.99905\n2059,1645618303,47.74305,8.99904\n2060,1645618308,47.74305,8.99904\n***END MEMORY***\nV108, ID: 30-5526, 3539mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 5 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/02_StationaryPosition_5s_Interval/20220223_5s_Interval_2113_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1645631752,47.74333,8.99870\n2,1645631757,47.74339,8.99869\n3,1645631762,47.74341,8.99867\n4,1645631767,47.74342,8.99865\n5,1645631772,47.74342,8.99863\n6,1645631777,47.74341,8.99862\n7,1645631782,47.74331,8.99801\n8,1645631787,47.74327,8.99803\n9,1645631792,47.74305,8.99837\n10,1645631797,47.74295,8.99854\n11,1645631802,47.74293,8.99859\n12,1645631807,47.74292,8.99860\n13,1645631812,47.74292,8.99861\n14,1645631817,47.74292,8.99862\n15,1645631822,47.74292,8.99864\n16,1645631827,47.74292,8.99866\n17,1645631832,47.74293,8.99867\n18,1645631837,47.74294,8.99870\n19,1645631842,47.74295,8.99874\n20,1645631847,47.74297,8.99878\n21,1645631852,47.74297,8.99882\n22,1645631857,47.74298,8.99888\n23,1645631862,47.74299,8.99890\n24,1645631867,47.74299,8.99894\n25,1645631872,47.74300,8.99897\n26,1645631877,47.74301,8.99899\n27,1645631882,47.74302,8.99900\n28,1645631887,47.74303,8.99901\n29,1645631892,47.74303,8.99902\n30,1645631897,47.74303,8.99901\n31,1645631902,47.74304,8.99902\n32,1645631907,47.74304,8.99902\n33,1645631912,47.74305,8.99903\n34,1645631917,47.74305,8.99903\n35,1645631922,47.74305,8.99903\n36,1645631927,47.74305,8.99903\n37,1645631932,47.74305,8.99903\n38,1645631937,47.74305,8.99903\n39,1645631942,47.74305,8.99902\n40,1645631947,47.74305,8.99902\n41,1645631952,47.74305,8.99901\n42,1645631957,47.74305,8.99901\n43,1645631962,47.74305,8.99900\n44,1645631967,47.74305,8.99901\n45,1645631972,47.74305,8.99899\n46,1645631977,47.74305,8.99899\n47,1645631982,47.74304,8.99900\n48,1645631987,47.74304,8.99900\n49,1645631992,47.74304,8.99900\n50,1645631997,47.74303,8.99900\n51,1645632002,47.74303,8.99900\n52,1645632007,47.74302,8.99900\n53,1645632012,47.74302,8.99900\n54,1645632017,47.74302,8.99900\n55,1645632022,47.74301,8.99901\n56,1645632027,47.74301,8.99902\n57,1645632032,47.74301,8.99902\n58,1645632037,47.74302,8.99903\n59,1645632042,47.74302,8.99904\n60,1645632047,47.74303,8.99904\n61,1645632052,47.74303,8.99905\n62,1645632057,47.74303,8.99905\n63,1645632062,47.74303,8.99906\n64,1645632067,47.74303,8.99907\n65,1645632072,47.74303,8.99907\n66,1645632077,47.74303,8.99907\n67,1645632082,47.74303,8.99907\n68,1645632087,47.74303,8.99907\n69,1645632092,47.74303,8.99907\n70,1645632097,47.74303,8.99907\n71,1645632102,47.74303,8.99907\n72,1645632107,47.74303,8.99907\n73,1645632112,47.74302,8.99907\n74,1645632117,47.74302,8.99907\n75,1645632122,47.74302,8.99908\n76,1645632127,47.74302,8.99908\n77,1645632132,47.74303,8.99907\n78,1645632137,47.74303,8.99907\n79,1645632142,47.74303,8.99906\n80,1645632147,47.74303,8.99906\n81,1645632152,47.74303,8.99905\n82,1645632157,47.74303,8.99905\n83,1645632162,47.74302,8.99904\n84,1645632167,47.74302,8.99904\n85,1645632172,47.74302,8.99905\n86,1645632177,47.74302,8.99904\n87,1645632182,47.74302,8.99904\n88,1645632187,47.74302,8.99904\n89,1645632192,47.74302,8.99903\n90,1645632197,47.74302,8.99903\n91,1645632202,47.74302,8.99902\n92,1645632207,47.74301,8.99901\n93,1645632212,47.74301,8.99900\n94,1645632217,47.74300,8.99898\n95,1645632222,47.74299,8.99895\n96,1645632227,47.74298,8.99892\n97,1645632232,47.74298,8.99891\n98,1645632237,47.74298,8.99891\n99,1645632242,47.74298,8.99890\n100,1645632247,47.74298,8.99890\n101,1645632252,47.74298,8.99890\n102,1645632257,47.74297,8.99890\n103,1645632262,47.74298,8.99890\n104,1645632267,47.74298,8.99890\n105,1645632272,47.74298,8.99890\n106,1645632277,47.74298,8.99890\n107,1645632282,47.74298,8.99890\n108,1645632287,47.74298,8.99890\n109,1645632292,47.74299,8.99890\n110,1645632297,47.74299,8.99891\n111,1645632302,47.74299,8.99890\n112,1645632307,47.74299,8.99891\n113,1645632312,47.74299,8.99892\n114,1645632317,47.74299,8.99892\n115,1645632322,47.74299,8.99891\n116,1645632327,47.74299,8.99891\n117,1645632332,47.74300,8.99892\n118,1645632337,47.74300,8.99891\n119,1645632342,47.74300,8.99890\n120,1645632347,47.74300,8.99889\n121,1645632352,47.74300,8.99889\n122,1645632357,47.74300,8.99888\n123,1645632362,47.74301,8.99888\n124,1645632367,47.74301,8.99888\n125,1645632372,47.74301,8.99888\n126,1645632377,47.74301,8.99888\n127,1645632382,47.74301,8.99888\n128,1645632387,47.74301,8.99888\n129,1645632392,47.74301,8.99887\n130,1645632397,47.74301,8.99887\n131,1645632402,47.74301,8.99888\n132,1645632407,47.74302,8.99888\n133,1645632412,47.74302,8.99888\n134,1645632417,47.74302,8.99888\n135,1645632422,47.74302,8.99888\n136,1645632427,47.74302,8.99887\n137,1645632432,47.74301,8.99887\n138,1645632437,47.74300,8.99886\n139,1645632442,47.74300,8.99886\n140,1645632447,47.74299,8.99885\n141,1645632452,47.74299,8.99885\n142,1645632457,47.74299,8.99885\n143,1645632462,47.74299,8.99884\n144,1645632467,47.74299,8.99884\n145,1645632472,47.74299,8.99884\n146,1645632477,47.74299,8.99884\n147,1645632482,47.74300,8.99884\n148,1645632487,47.74299,8.99883\n149,1645632492,47.74299,8.99882\n150,1645632497,47.74299,8.99882\n151,1645632502,47.74300,8.99883\n152,1645632507,47.74300,8.99883\n153,1645632512,47.74300,8.99883\n154,1645632517,47.74300,8.99883\n155,1645632522,47.74300,8.99883\n156,1645632527,47.74301,8.99883\n157,1645632532,47.74301,8.99884\n158,1645632537,47.74302,8.99885\n159,1645632542,47.74302,8.99885\n160,1645632547,47.74302,8.99885\n161,1645632552,47.74302,8.99885\n162,1645632557,47.74302,8.99886\n163,1645632562,47.74303,8.99887\n164,1645632567,47.74302,8.99887\n165,1645632572,47.74302,8.99886\n166,1645632577,47.74302,8.99885\n167,1645632582,47.74301,8.99884\n168,1645632587,47.74300,8.99883\n169,1645632592,47.74300,8.99883\n170,1645632597,47.74300,8.99883\n171,1645632602,47.74300,8.99882\n172,1645632607,47.74300,8.99882\n173,1645632612,47.74299,8.99882\n174,1645632617,47.74299,8.99882\n175,1645632622,47.74300,8.99882\n176,1645632627,47.74300,8.99884\n177,1645632632,47.74302,8.99887\n178,1645632637,47.74302,8.99887\n179,1645632642,47.74302,8.99888\n180,1645632647,47.74304,8.99889\n181,1645632652,47.74304,8.99890\n182,1645632657,47.74305,8.99890\n183,1645632662,47.74306,8.99891\n184,1645632667,47.74306,8.99891\n185,1645632672,47.74306,8.99891\n186,1645632677,47.74306,8.99891\n187,1645632682,47.74307,8.99891\n188,1645632687,47.74307,8.99892\n189,1645632692,47.74307,8.99893\n190,1645632697,47.74307,8.99894\n191,1645632702,47.74307,8.99894\n192,1645632707,47.74307,8.99894\n193,1645632712,47.74307,8.99894\n194,1645632717,47.74307,8.99894\n195,1645632722,47.74306,8.99894\n196,1645632727,47.74306,8.99895\n197,1645632732,47.74306,8.99895\n198,1645632737,47.74306,8.99896\n199,1645632742,47.74305,8.99896\n200,1645632747,47.74305,8.99897\n201,1645632752,47.74304,8.99897\n202,1645632757,47.74304,8.99897\n203,1645632762,47.74304,8.99898\n204,1645632767,47.74304,8.99899\n205,1645632772,47.74304,8.99901\n206,1645632777,47.74304,8.99901\n207,1645632782,47.74304,8.99901\n208,1645632787,47.74304,8.99902\n209,1645632792,47.74303,8.99902\n210,1645632797,47.74303,8.99903\n211,1645632802,47.74304,8.99904\n212,1645632807,47.74304,8.99905\n213,1645632812,47.74304,8.99905\n214,1645632817,47.74304,8.99906\n215,1645632822,47.74304,8.99906\n216,1645632827,47.74304,8.99906\n217,1645632832,47.74305,8.99905\n218,1645632837,47.74305,8.99905\n219,1645632842,47.74305,8.99905\n220,1645632847,47.74305,8.99905\n221,1645632852,47.74305,8.99905\n222,1645632857,47.74305,8.99905\n223,1645632862,47.74305,8.99905\n224,1645632867,47.74305,8.99905\n225,1645632872,47.74303,8.99905\n226,1645632877,47.74303,8.99905\n227,1645632882,47.74302,8.99905\n228,1645632887,47.74301,8.99905\n229,1645632892,47.74301,8.99904\n230,1645632897,47.74301,8.99903\n231,1645632902,47.74302,8.99902\n232,1645632907,47.74302,8.99902\n233,1645632912,47.74302,8.99902\n234,1645632917,47.74302,8.99902\n235,1645632922,47.74302,8.99902\n236,1645632927,47.74301,8.99902\n237,1645632932,47.74301,8.99902\n238,1645632937,47.74301,8.99902\n239,1645632942,47.74302,8.99902\n240,1645632947,47.74302,8.99902\n241,1645632952,47.74302,8.99902\n242,1645632957,47.74302,8.99902\n243,1645632962,47.74302,8.99902\n244,1645632967,47.74302,8.99902\n245,1645632972,47.74302,8.99902\n246,1645632977,47.74301,8.99901\n247,1645632982,47.74301,8.99901\n248,1645632987,47.74301,8.99901\n249,1645632992,47.74301,8.99902\n250,1645632997,47.74301,8.99902\n251,1645633002,47.74301,8.99901\n252,1645633007,47.74301,8.99901\n253,1645633012,47.74301,8.99900\n254,1645633017,47.74300,8.99899\n255,1645633022,47.74301,8.99898\n256,1645633027,47.74301,8.99898\n257,1645633032,47.74301,8.99898\n258,1645633037,47.74301,8.99898\n259,1645633042,47.74301,8.99898\n260,1645633047,47.74301,8.99898\n261,1645633052,47.74300,8.99898\n262,1645633057,47.74300,8.99898\n263,1645633062,47.74300,8.99898\n264,1645633067,47.74300,8.99898\n265,1645633072,47.74300,8.99898\n266,1645633077,47.74300,8.99898\n267,1645633082,47.74300,8.99898\n268,1645633087,47.74300,8.99897\n269,1645633092,47.74300,8.99896\n270,1645633097,47.74300,8.99896\n271,1645633102,47.74301,8.99895\n272,1645633107,47.74301,8.99895\n273,1645633112,47.74300,8.99895\n274,1645633117,47.74300,8.99895\n275,1645633122,47.74300,8.99896\n276,1645633127,47.74300,8.99896\n277,1645633132,47.74299,8.99897\n278,1645633137,47.74299,8.99897\n279,1645633142,47.74299,8.99896\n280,1645633147,47.74299,8.99897\n281,1645633152,47.74299,8.99897\n282,1645633157,47.74299,8.99897\n283,1645633162,47.74299,8.99897\n284,1645633167,47.74299,8.99897\n285,1645633172,47.74299,8.99897\n286,1645633177,47.74300,8.99897\n287,1645633182,47.74300,8.99898\n288,1645633187,47.74300,8.99897\n289,1645633192,47.74300,8.99897\n290,1645633197,47.74300,8.99897\n291,1645633202,47.74300,8.99897\n292,1645633207,47.74300,8.99897\n293,1645633212,47.74300,8.99897\n294,1645633217,47.74300,8.99897\n295,1645633222,47.74299,8.99898\n296,1645633227,47.74299,8.99898\n297,1645633232,47.74299,8.99899\n298,1645633237,47.74300,8.99899\n299,1645633242,47.74300,8.99899\n300,1645633247,47.74300,8.99899\n301,1645633252,47.74300,8.99899\n302,1645633257,47.74300,8.99899\n303,1645633262,47.74300,8.99899\n304,1645633267,47.74300,8.99899\n305,1645633272,47.74300,8.99899\n306,1645633277,47.74299,8.99899\n307,1645633282,47.74299,8.99899\n308,1645633287,47.74299,8.99898\n309,1645633292,47.74299,8.99897\n310,1645633297,47.74299,8.99897\n311,1645633302,47.74299,8.99897\n312,1645633307,47.74299,8.99897\n313,1645633312,47.74299,8.99897\n314,1645633317,47.74299,8.99897\n315,1645633322,47.74298,8.99896\n316,1645633327,47.74300,8.99898\n317,1645633332,47.74300,8.99898\n318,1645633337,47.74300,8.99898\n319,1645633342,47.74300,8.99898\n320,1645633347,47.74301,8.99897\n321,1645633352,47.74301,8.99897\n322,1645633357,47.74301,8.99897\n323,1645633362,47.74301,8.99897\n324,1645633367,47.74301,8.99897\n325,1645633372,47.74302,8.99896\n326,1645633377,47.74302,8.99896\n327,1645633382,47.74302,8.99896\n328,1645633387,47.74302,8.99896\n329,1645633392,47.74302,8.99895\n330,1645633397,47.74302,8.99897\n331,1645633402,47.74302,8.99897\n332,1645633407,47.74303,8.99897\n333,1645633412,47.74302,8.99897\n334,1645633417,47.74302,8.99897\n335,1645633422,47.74302,8.99896\n336,1645633427,47.74303,8.99896\n337,1645633432,47.74303,8.99897\n338,1645633437,47.74304,8.99896\n339,1645633442,47.74305,8.99896\n340,1645633447,47.74305,8.99896\n341,1645633452,47.74305,8.99896\n342,1645633457,47.74305,8.99895\n343,1645633462,47.74305,8.99895\n344,1645633467,47.74305,8.99895\n345,1645633472,47.74305,8.99895\n346,1645633477,47.74305,8.99895\n347,1645633482,47.74305,8.99895\n348,1645633487,47.74305,8.99895\n349,1645633492,47.74305,8.99895\n350,1645633497,47.74305,8.99895\n351,1645633502,47.74305,8.99895\n352,1645633507,47.74305,8.99895\n353,1645633512,47.74305,8.99895\n354,1645633517,47.74306,8.99895\n355,1645633522,47.74306,8.99896\n356,1645633527,47.74306,8.99896\n357,1645633532,47.74306,8.99896\n358,1645633537,47.74307,8.99896\n359,1645633542,47.74307,8.99896\n360,1645633547,47.74307,8.99896\n361,1645633552,47.74307,8.99896\n362,1645633557,47.74307,8.99896\n363,1645633562,47.74307,8.99896\n364,1645633567,47.74307,8.99896\n365,1645633572,47.74307,8.99896\n366,1645633577,47.74307,8.99896\n367,1645633582,47.74306,8.99896\n368,1645633587,47.74306,8.99896\n369,1645633592,47.74305,8.99895\n370,1645633597,47.74305,8.99895\n371,1645633602,47.74304,8.99895\n372,1645633607,47.74304,8.99895\n373,1645633612,47.74304,8.99894\n374,1645633617,47.74303,8.99894\n375,1645633622,47.74303,8.99894\n376,1645633627,47.74303,8.99893\n377,1645633632,47.74303,8.99893\n378,1645633637,47.74303,8.99893\n379,1645633642,47.74303,8.99893\n380,1645633647,47.74304,8.99893\n381,1645633652,47.74304,8.99892\n382,1645633657,47.74304,8.99892\n383,1645633662,47.74304,8.99893\n384,1645633667,47.74304,8.99893\n385,1645633672,47.74305,8.99893\n386,1645633677,47.74306,8.99894\n387,1645633682,47.74306,8.99894\n388,1645633687,47.74306,8.99894\n389,1645633692,47.74306,8.99894\n390,1645633697,47.74305,8.99894\n391,1645633702,47.74306,8.99894\n392,1645633707,47.74306,8.99894\n393,1645633712,47.74306,8.99893\n394,1645633717,47.74306,8.99893\n395,1645633722,47.74306,8.99893\n396,1645633727,47.74306,8.99893\n397,1645633732,47.74306,8.99893\n398,1645633737,47.74306,8.99893\n399,1645633742,47.74306,8.99893\n400,1645633747,47.74306,8.99893\n401,1645633752,47.74306,8.99892\n402,1645633757,47.74307,8.99892\n403,1645633762,47.74307,8.99892\n404,1645633767,47.74306,8.99892\n405,1645633772,47.74306,8.99892\n406,1645633777,47.74306,8.99892\n407,1645633782,47.74307,8.99892\n408,1645633787,47.74307,8.99892\n409,1645633792,47.74307,8.99893\n410,1645633797,47.74307,8.99895\n411,1645633802,47.74307,8.99895\n412,1645633807,47.74307,8.99895\n413,1645633812,47.74306,8.99895\n414,1645633817,47.74306,8.99894\n415,1645633822,47.74306,8.99894\n416,1645633827,47.74306,8.99894\n417,1645633832,47.74306,8.99894\n418,1645633837,47.74307,8.99894\n419,1645633842,47.74306,8.99894\n420,1645633847,47.74306,8.99894\n421,1645633852,47.74306,8.99894\n422,1645633857,47.74306,8.99894\n423,1645633862,47.74306,8.99894\n424,1645633867,47.74307,8.99894\n425,1645633872,47.74307,8.99893\n426,1645633877,47.74307,8.99893\n427,1645633882,47.74307,8.99893\n428,1645633887,47.74307,8.99893\n429,1645633892,47.74307,8.99893\n430,1645633897,47.74307,8.99892\n431,1645633902,47.74306,8.99892\n432,1645633907,47.74306,8.99892\n433,1645633912,47.74306,8.99892\n434,1645633917,47.74307,8.99892\n435,1645633922,47.74306,8.99892\n436,1645633927,47.74306,8.99892\n437,1645633932,47.74306,8.99892\n438,1645633937,47.74306,8.99891\n439,1645633942,47.74306,8.99891\n440,1645633947,47.74306,8.99890\n441,1645633952,47.74305,8.99890\n442,1645633957,47.74306,8.99890\n443,1645633962,47.74305,8.99890\n444,1645633967,47.74306,8.99890\n445,1645633972,47.74306,8.99890\n446,1645633977,47.74306,8.99891\n447,1645633982,47.74306,8.99890\n448,1645633987,47.74306,8.99890\n449,1645633992,47.74305,8.99890\n450,1645633997,47.74306,8.99890\n451,1645634002,47.74307,8.99891\n452,1645634007,47.74307,8.99891\n453,1645634012,47.74307,8.99891\n454,1645634017,47.74307,8.99891\n455,1645634022,47.74308,8.99891\n456,1645634027,47.74308,8.99891\n457,1645634032,47.74308,8.99890\n458,1645634037,47.74308,8.99891\n459,1645634042,47.74308,8.99890\n460,1645634047,47.74308,8.99890\n461,1645634052,47.74308,8.99890\n462,1645634057,47.74308,8.99891\n463,1645634062,47.74308,8.99891\n464,1645634067,47.74309,8.99891\n465,1645634072,47.74309,8.99891\n466,1645634077,47.74309,8.99891\n467,1645634082,47.74309,8.99891\n468,1645634087,47.74309,8.99891\n469,1645634092,47.74310,8.99891\n470,1645634097,47.74309,8.99891\n471,1645634102,47.74309,8.99892\n472,1645634107,47.74308,8.99892\n473,1645634112,47.74308,8.99892\n474,1645634117,47.74308,8.99892\n475,1645634122,47.74308,8.99892\n476,1645634127,47.74307,8.99892\n477,1645634132,47.74307,8.99892\n478,1645634137,47.74307,8.99893\n479,1645634142,47.74308,8.99893\n480,1645634147,47.74308,8.99893\n481,1645634152,47.74308,8.99893\n482,1645634157,47.74307,8.99892\n483,1645634162,47.74308,8.99892\n484,1645634167,47.74308,8.99893\n485,1645634172,47.74308,8.99893\n486,1645634177,47.74308,8.99893\n487,1645634182,47.74308,8.99893\n488,1645634187,47.74308,8.99893\n489,1645634192,47.74308,8.99893\n490,1645634197,47.74308,8.99892\n491,1645634202,47.74308,8.99891\n492,1645634207,47.74308,8.99891\n493,1645634212,47.74308,8.99890\n494,1645634217,47.74307,8.99890\n495,1645634222,47.74308,8.99890\n496,1645634227,47.74308,8.99889\n497,1645634232,47.74308,8.99890\n498,1645634237,47.74308,8.99890\n499,1645634242,47.74308,8.99890\n500,1645634247,47.74308,8.99890\n501,1645634252,47.74308,8.99891\n502,1645634257,47.74308,8.99891\n503,1645634262,47.74308,8.99892\n504,1645634267,47.74308,8.99893\n505,1645634272,47.74308,8.99893\n506,1645634277,47.74309,8.99894\n507,1645634282,47.74309,8.99894\n508,1645634287,47.74309,8.99894\n509,1645634292,47.74309,8.99894\n510,1645634297,47.74309,8.99894\n511,1645634302,47.74308,8.99894\n512,1645634307,47.74308,8.99895\n513,1645634312,47.74308,8.99894\n514,1645634317,47.74308,8.99894\n515,1645634322,47.74308,8.99894\n516,1645634327,47.74308,8.99894\n517,1645634332,47.74308,8.99894\n518,1645634337,47.74307,8.99894\n519,1645634342,47.74307,8.99895\n520,1645634347,47.74307,8.99895\n521,1645634352,47.74306,8.99895\n522,1645634357,47.74306,8.99895\n523,1645634362,47.74306,8.99895\n524,1645634367,47.74305,8.99896\n525,1645634372,47.74304,8.99896\n526,1645634377,47.74304,8.99897\n527,1645634382,47.74303,8.99897\n528,1645634387,47.74303,8.99897\n529,1645634392,47.74302,8.99898\n530,1645634397,47.74302,8.99898\n531,1645634402,47.74302,8.99898\n532,1645634407,47.74301,8.99899\n533,1645634412,47.74300,8.99900\n534,1645634417,47.74300,8.99900\n535,1645634422,47.74300,8.99900\n536,1645634427,47.74300,8.99900\n537,1645634432,47.74300,8.99900\n538,1645634437,47.74299,8.99900\n539,1645634442,47.74299,8.99900\n540,1645634447,47.74299,8.99900\n541,1645634452,47.74300,8.99900\n542,1645634457,47.74300,8.99900\n543,1645634462,47.74301,8.99901\n544,1645634467,47.74301,8.99901\n545,1645634472,47.74302,8.99901\n546,1645634477,47.74301,8.99900\n547,1645634482,47.74301,8.99900\n548,1645634487,47.74301,8.99900\n549,1645634492,47.74301,8.99901\n550,1645634497,47.74301,8.99901\n551,1645634502,47.74300,8.99901\n552,1645634507,47.74300,8.99901\n553,1645634512,47.74300,8.99901\n554,1645634517,47.74300,8.99901\n555,1645634522,47.74300,8.99901\n556,1645634527,47.74299,8.99901\n557,1645634532,47.74299,8.99901\n558,1645634537,47.74299,8.99901\n559,1645634542,47.74298,8.99901\n560,1645634547,47.74298,8.99901\n561,1645634552,47.74298,8.99902\n562,1645634557,47.74298,8.99902\n563,1645634562,47.74298,8.99902\n564,1645634567,47.74298,8.99902\n565,1645634572,47.74298,8.99901\n566,1645634577,47.74299,8.99901\n567,1645634582,47.74299,8.99901\n568,1645634587,47.74299,8.99901\n569,1645634592,47.74299,8.99901\n570,1645634597,47.74299,8.99901\n571,1645634602,47.74300,8.99901\n572,1645634607,47.74301,8.99900\n573,1645634612,47.74301,8.99900\n574,1645634617,47.74302,8.99900\n575,1645634622,47.74301,8.99900\n576,1645634627,47.74302,8.99900\n577,1645634632,47.74302,8.99900\n578,1645634637,47.74302,8.99901\n579,1645634642,47.74302,8.99901\n580,1645634647,47.74302,8.99901\n581,1645634652,47.74303,8.99901\n582,1645634657,47.74303,8.99901\n583,1645634662,47.74303,8.99901\n584,1645634667,47.74303,8.99901\n585,1645634672,47.74303,8.99901\n586,1645634677,47.74303,8.99901\n587,1645634682,47.74303,8.99901\n588,1645634687,47.74302,8.99900\n589,1645634692,47.74302,8.99900\n590,1645634697,47.74302,8.99900\n591,1645634702,47.74302,8.99900\n592,1645634707,47.74301,8.99901\n593,1645634712,47.74301,8.99901\n594,1645634717,47.74301,8.99900\n595,1645634722,47.74301,8.99900\n596,1645634727,47.74300,8.99900\n597,1645634732,47.74300,8.99900\n598,1645634737,47.74300,8.99900\n599,1645634742,47.74300,8.99900\n600,1645634747,47.74300,8.99900\n601,1645634752,47.74301,8.99900\n602,1645634757,47.74301,8.99899\n603,1645634762,47.74301,8.99899\n604,1645634767,47.74302,8.99899\n605,1645634772,47.74302,8.99899\n606,1645634777,47.74302,8.99899\n607,1645634782,47.74302,8.99899\n608,1645634787,47.74302,8.99900\n609,1645634792,47.74303,8.99899\n610,1645634797,47.74303,8.99900\n611,1645634802,47.74303,8.99900\n612,1645634807,47.74303,8.99900\n613,1645634812,47.74303,8.99900\n614,1645634817,47.74304,8.99900\n615,1645634822,47.74304,8.99900\n616,1645634827,47.74304,8.99899\n617,1645634832,47.74304,8.99899\n618,1645634837,47.74303,8.99898\n619,1645634842,47.74303,8.99898\n620,1645634847,47.74304,8.99898\n621,1645634852,47.74304,8.99898\n622,1645634857,47.74304,8.99897\n623,1645634862,47.74304,8.99897\n624,1645634867,47.74305,8.99897\n625,1645634872,47.74305,8.99897\n626,1645634877,47.74304,8.99898\n627,1645634882,47.74304,8.99898\n628,1645634887,47.74304,8.99898\n629,1645634892,47.74303,8.99899\n630,1645634897,47.74303,8.99899\n631,1645634902,47.74303,8.99899\n632,1645634907,47.74303,8.99899\n633,1645634912,47.74304,8.99899\n634,1645634917,47.74304,8.99898\n635,1645634922,47.74305,8.99898\n636,1645634927,47.74305,8.99897\n637,1645634932,47.74306,8.99897\n638,1645634937,47.74306,8.99896\n639,1645634942,47.74307,8.99896\n640,1645634947,47.74307,8.99896\n641,1645634952,47.74307,8.99896\n642,1645634957,47.74307,8.99896\n643,1645634962,47.74307,8.99896\n644,1645634967,47.74307,8.99897\n645,1645634972,47.74306,8.99896\n646,1645634977,47.74307,8.99897\n647,1645634982,47.74307,8.99896\n648,1645634987,47.74307,8.99896\n649,1645634992,47.74307,8.99897\n650,1645634997,47.74307,8.99896\n651,1645635002,47.74308,8.99896\n652,1645635007,47.74308,8.99896\n653,1645635012,47.74308,8.99895\n654,1645635017,47.74309,8.99895\n655,1645635022,47.74310,8.99894\n656,1645635027,47.74310,8.99894\n657,1645635032,47.74310,8.99894\n658,1645635037,47.74310,8.99894\n659,1645635042,47.74309,8.99895\n660,1645635047,47.74309,8.99895\n661,1645635052,47.74309,8.99895\n662,1645635057,47.74309,8.99895\n663,1645635062,47.74308,8.99895\n664,1645635067,47.74308,8.99895\n665,1645635072,47.74308,8.99895\n666,1645635077,47.74308,8.99895\n667,1645635082,47.74307,8.99896\n668,1645635087,47.74307,8.99896\n669,1645635092,47.74307,8.99896\n670,1645635097,47.74306,8.99896\n671,1645635102,47.74305,8.99896\n672,1645635107,47.74305,8.99897\n673,1645635112,47.74305,8.99897\n674,1645635117,47.74305,8.99897\n675,1645635122,47.74303,8.99899\n676,1645635127,47.74302,8.99898\n677,1645635132,47.74302,8.99898\n678,1645635137,47.74302,8.99898\n679,1645635142,47.74302,8.99898\n680,1645635147,47.74301,8.99899\n681,1645635152,47.74302,8.99898\n682,1645635157,47.74302,8.99899\n683,1645635162,47.74302,8.99899\n684,1645635167,47.74302,8.99899\n685,1645635172,47.74302,8.99899\n686,1645635177,47.74302,8.99899\n687,1645635182,47.74302,8.99899\n688,1645635187,47.74303,8.99898\n689,1645635192,47.74303,8.99898\n690,1645635197,47.74304,8.99897\n691,1645635202,47.74304,8.99897\n692,1645635207,47.74304,8.99897\n693,1645635212,47.74304,8.99897\n694,1645635217,47.74304,8.99897\n695,1645635222,47.74304,8.99897\n696,1645635227,47.74304,8.99897\n697,1645635232,47.74305,8.99897\n698,1645635237,47.74305,8.99897\n699,1645635242,47.74305,8.99897\n700,1645635247,47.74306,8.99896\n701,1645635252,47.74306,8.99896\n702,1645635257,47.74307,8.99896\n703,1645635262,47.74307,8.99896\n704,1645635267,47.74307,8.99896\n705,1645635272,47.74307,8.99896\n706,1645635277,47.74306,8.99897\n707,1645635282,47.74306,8.99896\n708,1645635287,47.74306,8.99896\n709,1645635292,47.74306,8.99897\n710,1645635297,47.74306,8.99897\n711,1645635302,47.74305,8.99897\n712,1645635307,47.74304,8.99898\n713,1645635312,47.74305,8.99898\n714,1645635317,47.74305,8.99898\n715,1645635322,47.74305,8.99898\n716,1645635327,47.74305,8.99898\n717,1645635332,47.74305,8.99898\n718,1645635337,47.74305,8.99898\n719,1645635342,47.74305,8.99899\n720,1645635347,47.74304,8.99899\n721,1645635352,47.74304,8.99899\n722,1645635357,47.74304,8.99899\n723,1645635362,47.74304,8.99899\n724,1645635367,47.74304,8.99898\n725,1645635372,47.74305,8.99898\n726,1645635377,47.74305,8.99898\n727,1645635382,47.74305,8.99897\n728,1645635387,47.74305,8.99897\n729,1645635392,47.74305,8.99897\n730,1645635397,47.74305,8.99897\n731,1645635402,47.74305,8.99897\n732,1645635407,47.74306,8.99897\n733,1645635412,47.74305,8.99896\n734,1645635417,47.74305,8.99896\n735,1645635422,47.74305,8.99897\n736,1645635427,47.74305,8.99897\n737,1645635432,47.74305,8.99897\n738,1645635437,47.74305,8.99897\n739,1645635442,47.74305,8.99897\n740,1645635447,47.74305,8.99898\n741,1645635452,47.74304,8.99899\n742,1645635457,47.74304,8.99899\n743,1645635462,47.74304,8.99898\n744,1645635467,47.74303,8.99899\n745,1645635472,47.74303,8.99899\n746,1645635477,47.74302,8.99899\n747,1645635482,47.74302,8.99899\n748,1645635487,47.74302,8.99899\n749,1645635492,47.74301,8.99899\n750,1645635497,47.74301,8.99899\n751,1645635502,47.74301,8.99899\n752,1645635507,47.74301,8.99899\n753,1645635512,47.74301,8.99899\n754,1645635517,47.74301,8.99899\n755,1645635522,47.74302,8.99898\n756,1645635527,47.74302,8.99898\n757,1645635532,47.74302,8.99898\n758,1645635537,47.74302,8.99898\n759,1645635542,47.74302,8.99898\n760,1645635547,47.74302,8.99897\n761,1645635552,47.74302,8.99897\n762,1645635557,47.74303,8.99897\n763,1645635562,47.74304,8.99896\n764,1645635567,47.74304,8.99896\n765,1645635572,47.74304,8.99896\n766,1645635577,47.74304,8.99897\n767,1645635582,47.74305,8.99897\n768,1645635587,47.74305,8.99897\n769,1645635592,47.74306,8.99897\n770,1645635597,47.74306,8.99897\n771,1645635602,47.74306,8.99898\n772,1645635607,47.74307,8.99898\n773,1645635612,47.74307,8.99898\n774,1645635617,47.74307,8.99898\n775,1645635622,47.74307,8.99898\n776,1645635627,47.74306,8.99899\n777,1645635632,47.74306,8.99899\n778,1645635637,47.74307,8.99899\n779,1645635642,47.74307,8.99899\n780,1645635647,47.74307,8.99899\n781,1645635652,47.74307,8.99899\n782,1645635657,47.74307,8.99899\n783,1645635662,47.74307,8.99899\n784,1645635667,47.74307,8.99899\n785,1645635672,47.74307,8.99899\n786,1645635677,47.74307,8.99899\n787,1645635682,47.74307,8.99899\n788,1645635687,47.74307,8.99899\n789,1645635692,47.74307,8.99899\n790,1645635697,47.74307,8.99899\n791,1645635702,47.74307,8.99899\n792,1645635707,47.74307,8.99899\n793,1645635712,47.74307,8.99899\n794,1645635717,47.74307,8.99899\n795,1645635722,47.74307,8.99899\n796,1645635727,47.74307,8.99899\n797,1645635732,47.74307,8.99900\n798,1645635737,47.74307,8.99900\n799,1645635742,47.74307,8.99900\n800,1645635747,47.74307,8.99900\n801,1645635752,47.74307,8.99900\n802,1645635757,47.74306,8.99900\n803,1645635762,47.74306,8.99900\n804,1645635767,47.74306,8.99900\n805,1645635772,47.74306,8.99900\n806,1645635777,47.74306,8.99900\n807,1645635782,47.74306,8.99900\n808,1645635787,47.74306,8.99900\n809,1645635792,47.74306,8.99900\n810,1645635797,47.74306,8.99900\n811,1645635802,47.74306,8.99900\n812,1645635807,47.74306,8.99900\n813,1645635812,47.74306,8.99900\n814,1645635817,47.74306,8.99900\n815,1645635822,47.74306,8.99900\n816,1645635827,47.74306,8.99900\n817,1645635832,47.74306,8.99900\n818,1645635837,47.74306,8.99900\n819,1645635842,47.74306,8.99900\n820,1645635847,47.74306,8.99900\n821,1645635852,47.74306,8.99901\n822,1645635857,47.74306,8.99901\n823,1645635862,47.74306,8.99901\n824,1645635867,47.74305,8.99900\n825,1645635872,47.74305,8.99900\n826,1645635877,47.74305,8.99900\n827,1645635882,47.74305,8.99900\n828,1645635887,47.74305,8.99900\n829,1645635892,47.74305,8.99900\n830,1645635897,47.74305,8.99900\n831,1645635902,47.74305,8.99900\n832,1645635907,47.74305,8.99900\n833,1645635912,47.74305,8.99900\n834,1645635917,47.74305,8.99900\n835,1645635922,47.74305,8.99900\n836,1645635927,47.74305,8.99900\n837,1645635932,47.74305,8.99900\n838,1645635937,47.74305,8.99900\n839,1645635942,47.74305,8.99900\n840,1645635947,47.74305,8.99900\n841,1645635952,47.74305,8.99900\n842,1645635957,47.74305,8.99900\n843,1645635962,47.74305,8.99900\n844,1645635967,47.74305,8.99900\n845,1645635972,47.74305,8.99900\n846,1645635977,47.74305,8.99900\n847,1645635982,47.74305,8.99900\n848,1645635987,47.74305,8.99900\n849,1645635992,47.74305,8.99900\n850,1645635997,47.74305,8.99900\n851,1645636002,47.74305,8.99900\n852,1645636007,47.74305,8.99900\n853,1645636012,47.74305,8.99900\n854,1645636017,47.74305,8.99900\n855,1645636022,47.74305,8.99900\n856,1645636027,47.74305,8.99900\n857,1645636032,47.74305,8.99900\n858,1645636037,47.74305,8.99900\n859,1645636042,47.74305,8.99900\n860,1645636047,47.74305,8.99900\n861,1645636052,47.74305,8.99900\n862,1645636057,47.74305,8.99900\n863,1645636062,47.74305,8.99900\n864,1645636067,47.74305,8.99900\n865,1645636072,47.74305,8.99900\n866,1645636077,47.74305,8.99900\n867,1645636082,47.74305,8.99900\n868,1645636087,47.74305,8.99900\n869,1645636092,47.74305,8.99900\n870,1645636097,47.74305,8.99900\n871,1645636102,47.74305,8.99900\n872,1645636107,47.74305,8.99900\n873,1645636112,47.74305,8.99900\n874,1645636117,47.74305,8.99900\n875,1645636122,47.74305,8.99900\n876,1645636127,47.74305,8.99900\n877,1645636132,47.74305,8.99900\n878,1645636137,47.74305,8.99900\n879,1645636142,47.74305,8.99900\n880,1645636147,47.74305,8.99900\n881,1645636152,47.74305,8.99900\n882,1645636157,47.74305,8.99900\n883,1645636162,47.74305,8.99900\n884,1645636167,47.74305,8.99900\n885,1645636172,47.74305,8.99900\n886,1645636177,47.74305,8.99900\n887,1645636182,47.74305,8.99900\n888,1645636187,47.74305,8.99900\n889,1645636192,47.74305,8.99900\n890,1645636197,47.74305,8.99900\n891,1645636202,47.74305,8.99900\n892,1645636207,47.74305,8.99900\n893,1645636212,47.74305,8.99900\n894,1645636217,47.74305,8.99900\n895,1645636222,47.74305,8.99900\n896,1645636227,47.74305,8.99900\n897,1645636232,47.74305,8.99901\n898,1645636237,47.74305,8.99900\n899,1645636242,47.74305,8.99900\n900,1645636247,47.74305,8.99901\n901,1645636252,47.74305,8.99902\n902,1645636257,47.74305,8.99902\n903,1645636262,47.74305,8.99902\n904,1645636267,47.74305,8.99902\n905,1645636272,47.74305,8.99902\n906,1645636277,47.74305,8.99902\n907,1645636282,47.74305,8.99902\n908,1645636287,47.74305,8.99902\n909,1645636292,47.74305,8.99902\n910,1645636297,47.74305,8.99902\n911,1645636302,47.74305,8.99902\n912,1645636307,47.74305,8.99902\n913,1645636312,47.74306,8.99902\n914,1645636317,47.74306,8.99902\n915,1645636322,47.74306,8.99902\n916,1645636327,47.74306,8.99902\n917,1645636332,47.74306,8.99903\n918,1645636337,47.74305,8.99902\n919,1645636342,47.74305,8.99900\n920,1645636347,47.74305,8.99898\n921,1645636352,47.74304,8.99897\n922,1645636357,47.74305,8.99896\n923,1645636362,47.74305,8.99896\n924,1645636367,47.74305,8.99896\n925,1645636372,47.74305,8.99896\n926,1645636377,47.74305,8.99896\n927,1645636382,47.74304,8.99896\n928,1645636387,47.74304,8.99896\n929,1645636392,47.74304,8.99896\n930,1645636397,47.74304,8.99896\n931,1645636402,47.74304,8.99896\n932,1645636407,47.74304,8.99896\n933,1645636412,47.74304,8.99896\n934,1645636417,47.74304,8.99896\n935,1645636422,47.74304,8.99896\n936,1645636427,47.74304,8.99896\n937,1645636432,47.74304,8.99896\n938,1645636437,47.74304,8.99896\n939,1645636442,47.74304,8.99896\n940,1645636447,47.74304,8.99896\n941,1645636452,47.74304,8.99896\n942,1645636457,47.74304,8.99896\n943,1645636462,47.74304,8.99896\n944,1645636467,47.74304,8.99896\n945,1645636472,47.74304,8.99896\n946,1645636477,47.74304,8.99896\n947,1645636482,47.74304,8.99896\n948,1645636487,47.74304,8.99896\n949,1645636492,47.74304,8.99896\n950,1645636497,47.74304,8.99896\n951,1645636502,47.74304,8.99896\n952,1645636507,47.74304,8.99896\n953,1645636512,47.74304,8.99896\n954,1645636517,47.74304,8.99896\n955,1645636522,47.74304,8.99896\n956,1645636527,47.74304,8.99896\n957,1645636532,47.74304,8.99896\n958,1645636537,47.74304,8.99896\n959,1645636542,47.74304,8.99896\n960,1645636547,47.74304,8.99896\n961,1645636552,47.74304,8.99896\n962,1645636557,47.74304,8.99896\n963,1645636562,47.74304,8.99896\n964,1645636567,47.74304,8.99896\n965,1645636572,47.74304,8.99896\n966,1645636577,47.74304,8.99896\n967,1645636582,47.74304,8.99896\n968,1645636587,47.74304,8.99896\n969,1645636592,47.74304,8.99896\n970,1645636597,47.74304,8.99896\n971,1645636602,47.74304,8.99896\n972,1645636607,47.74304,8.99896\n973,1645636612,47.74304,8.99896\n974,1645636617,47.74304,8.99896\n975,1645636622,47.74304,8.99896\n976,1645636627,47.74304,8.99896\n977,1645636632,47.74304,8.99896\n978,1645636637,47.74304,8.99896\n979,1645636642,47.74305,8.99896\n980,1645636647,47.74305,8.99896\n981,1645636652,47.74305,8.99896\n982,1645636657,47.74305,8.99896\n983,1645636662,47.74305,8.99896\n984,1645636667,47.74305,8.99896\n985,1645636672,47.74305,8.99896\n986,1645636677,47.74305,8.99896\n987,1645636682,47.74305,8.99896\n988,1645636687,47.74305,8.99896\n989,1645636692,47.74305,8.99896\n990,1645636697,47.74305,8.99896\n991,1645636702,47.74305,8.99896\n992,1645636707,47.74305,8.99896\n993,1645636712,47.74305,8.99896\n994,1645636717,47.74305,8.99896\n995,1645636722,47.74305,8.99896\n996,1645636727,47.74305,8.99896\n997,1645636732,47.74305,8.99896\n998,1645636737,47.74305,8.99896\n999,1645636742,47.74305,8.99896\n1000,1645636747,47.74305,8.99896\n1001,1645636752,47.74305,8.99896\n1002,1645636757,47.74305,8.99896\n1003,1645636762,47.74305,8.99896\n1004,1645636767,47.74305,8.99896\n1005,1645636772,47.74305,8.99896\n1006,1645636777,47.74305,8.99896\n1007,1645636782,47.74304,8.99896\n1008,1645636787,47.74305,8.99896\n1009,1645636792,47.74305,8.99896\n1010,1645636797,47.74305,8.99896\n1011,1645636802,47.74305,8.99896\n1012,1645636807,47.74305,8.99896\n1013,1645636812,47.74305,8.99896\n1014,1645636817,47.74305,8.99896\n1015,1645636822,47.74305,8.99896\n1016,1645636827,47.74305,8.99896\n1017,1645636832,47.74305,8.99896\n1018,1645636837,47.74305,8.99896\n1019,1645636842,47.74305,8.99896\n1020,1645636847,47.74305,8.99896\n1021,1645636852,47.74305,8.99896\n1022,1645636857,47.74305,8.99896\n1023,1645636862,47.74305,8.99896\n1024,1645636867,47.74305,8.99896\n1025,1645636872,47.74305,8.99896\n1026,1645636877,47.74305,8.99896\n1027,1645636882,47.74305,8.99896\n1028,1645636887,47.74305,8.99896\n1029,1645636892,47.74305,8.99896\n1030,1645636897,47.74305,8.99896\n1031,1645636902,47.74305,8.99896\n1032,1645636907,47.74305,8.99896\n1033,1645636912,47.74305,8.99896\n1034,1645636917,47.74305,8.99896\n1035,1645636922,47.74305,8.99896\n1036,1645636927,47.74305,8.99896\n1037,1645636932,47.74305,8.99896\n1038,1645636937,47.74305,8.99896\n1039,1645636942,47.74305,8.99896\n1040,1645636947,47.74305,8.99896\n1041,1645636952,47.74305,8.99896\n1042,1645636957,47.74305,8.99896\n1043,1645636962,47.74306,8.99896\n1044,1645636967,47.74306,8.99896\n1045,1645636972,47.74306,8.99896\n1046,1645636977,47.74306,8.99896\n1047,1645636982,47.74306,8.99896\n1048,1645636987,47.74306,8.99896\n1049,1645636992,47.74306,8.99896\n1050,1645636997,47.74306,8.99896\n1051,1645637002,47.74306,8.99896\n1052,1645637007,47.74306,8.99896\n1053,1645637012,47.74306,8.99897\n1054,1645637017,47.74306,8.99897\n1055,1645637022,47.74306,8.99897\n1056,1645637027,47.74306,8.99897\n1057,1645637032,47.74306,8.99897\n1058,1645637037,47.74307,8.99898\n1059,1645637042,47.74307,8.99898\n1060,1645637047,47.74307,8.99898\n1061,1645637052,47.74307,8.99898\n1062,1645637057,47.74308,8.99899\n1063,1645637062,47.74308,8.99899\n1064,1645637067,47.74308,8.99899\n1065,1645637072,47.74308,8.99899\n1066,1645637077,47.74308,8.99899\n1067,1645637082,47.74308,8.99899\n1068,1645637087,47.74308,8.99899\n1069,1645637092,47.74308,8.99899\n1070,1645637097,47.74308,8.99899\n1071,1645637102,47.74308,8.99899\n1072,1645637107,47.74308,8.99899\n1073,1645637112,47.74308,8.99899\n1074,1645637117,47.74308,8.99899\n1075,1645637122,47.74308,8.99899\n1076,1645637127,47.74308,8.99899\n1077,1645637132,47.74308,8.99899\n1078,1645637137,47.74308,8.99899\n1079,1645637142,47.74308,8.99899\n1080,1645637147,47.74308,8.99899\n1081,1645637152,47.74308,8.99899\n1082,1645637157,47.74308,8.99899\n1083,1645637162,47.74308,8.99899\n1084,1645637167,47.74308,8.99899\n1085,1645637172,47.74308,8.99899\n1086,1645637177,47.74308,8.99899\n1087,1645637182,47.74308,8.99899\n1088,1645637187,47.74308,8.99899\n1089,1645637192,47.74308,8.99899\n1090,1645637197,47.74308,8.99899\n1091,1645637202,47.74308,8.99899\n1092,1645637207,47.74308,8.99899\n1093,1645637212,47.74309,8.99900\n1094,1645637217,47.74310,8.99900\n1095,1645637222,47.74310,8.99900\n1096,1645637227,47.74310,8.99900\n1097,1645637232,47.74310,8.99900\n1098,1645637237,47.74310,8.99900\n1099,1645637242,47.74309,8.99899\n1100,1645637247,47.74309,8.99899\n1101,1645637252,47.74308,8.99899\n1102,1645637257,47.74308,8.99899\n1103,1645637262,47.74308,8.99899\n1104,1645637267,47.74309,8.99899\n1105,1645637272,47.74309,8.99899\n1106,1645637277,47.74309,8.99899\n1107,1645637282,47.74309,8.99899\n1108,1645637287,47.74309,8.99899\n1109,1645637292,47.74309,8.99899\n1110,1645637297,47.74309,8.99899\n1111,1645637302,47.74309,8.99899\n1112,1645637307,47.74309,8.99899\n1113,1645637312,47.74309,8.99899\n1114,1645637317,47.74309,8.99899\n1115,1645637322,47.74309,8.99899\n1116,1645637327,47.74309,8.99899\n1117,1645637332,47.74309,8.99899\n1118,1645637337,47.74309,8.99899\n1119,1645637342,47.74309,8.99899\n1120,1645637347,47.74309,8.99899\n1121,1645637352,47.74309,8.99899\n1122,1645637357,47.74308,8.99899\n1123,1645637362,47.74308,8.99898\n1124,1645637367,47.74308,8.99898\n1125,1645637372,47.74308,8.99898\n1126,1645637377,47.74308,8.99898\n1127,1645637382,47.74308,8.99898\n1128,1645637387,47.74308,8.99898\n1129,1645637392,47.74308,8.99898\n1130,1645637397,47.74308,8.99898\n1131,1645637402,47.74308,8.99898\n1132,1645637407,47.74308,8.99898\n1133,1645637412,47.74308,8.99898\n1134,1645637417,47.74308,8.99898\n1135,1645637422,47.74308,8.99898\n1136,1645637427,47.74308,8.99898\n1137,1645637432,47.74308,8.99898\n1138,1645637437,47.74308,8.99898\n1139,1645637442,47.74308,8.99898\n1140,1645637447,47.74308,8.99898\n1141,1645637452,47.74308,8.99898\n1142,1645637457,47.74308,8.99898\n1143,1645637462,47.74308,8.99898\n1144,1645637467,47.74308,8.99898\n1145,1645637472,47.74308,8.99898\n1146,1645637477,47.74308,8.99898\n1147,1645637482,47.74308,8.99898\n1148,1645637487,47.74308,8.99898\n1149,1645637492,47.74308,8.99898\n1150,1645637497,47.74308,8.99898\n1151,1645637502,47.74308,8.99898\n1152,1645637507,47.74308,8.99898\n1153,1645637512,47.74308,8.99898\n1154,1645637517,47.74308,8.99898\n1155,1645637522,47.74308,8.99898\n1156,1645637527,47.74308,8.99898\n1157,1645637532,47.74308,8.99898\n1158,1645637537,47.74308,8.99898\n1159,1645637542,47.74308,8.99898\n1160,1645637547,47.74308,8.99898\n1161,1645637552,47.74308,8.99898\n1162,1645637557,47.74308,8.99898\n1163,1645637562,47.74308,8.99898\n1164,1645637567,47.74308,8.99898\n1165,1645637572,47.74308,8.99898\n1166,1645637577,47.74308,8.99898\n1167,1645637582,47.74308,8.99898\n1168,1645637587,47.74308,8.99898\n1169,1645637592,47.74308,8.99898\n1170,1645637597,47.74308,8.99898\n1171,1645637602,47.74308,8.99898\n1172,1645637607,47.74308,8.99899\n1173,1645637612,47.74309,8.99901\n1174,1645637617,47.74309,8.99901\n1175,1645637622,47.74309,8.99901\n1176,1645637627,47.74309,8.99901\n1177,1645637632,47.74309,8.99901\n1178,1645637637,47.74309,8.99901\n1179,1645637642,47.74309,8.99901\n1180,1645637647,47.74309,8.99901\n1181,1645637652,47.74309,8.99901\n1182,1645637657,47.74309,8.99901\n1183,1645637662,47.74309,8.99901\n1184,1645637667,47.74309,8.99900\n1185,1645637672,47.74308,8.99900\n1186,1645637677,47.74308,8.99900\n1187,1645637682,47.74308,8.99900\n1188,1645637687,47.74307,8.99900\n1189,1645637692,47.74307,8.99900\n1190,1645637697,47.74306,8.99900\n1191,1645637702,47.74306,8.99900\n1192,1645637707,47.74306,8.99900\n1193,1645637712,47.74306,8.99900\n1194,1645637717,47.74306,8.99899\n1195,1645637722,47.74306,8.99899\n1196,1645637727,47.74306,8.99900\n1197,1645637732,47.74307,8.99899\n1198,1645637737,47.74307,8.99899\n1199,1645637742,47.74307,8.99899\n1200,1645637747,47.74307,8.99899\n1201,1645637752,47.74307,8.99899\n1202,1645637757,47.74307,8.99899\n1203,1645637762,47.74307,8.99899\n1204,1645637767,47.74306,8.99900\n1205,1645637772,47.74306,8.99900\n1206,1645637777,47.74305,8.99900\n1207,1645637782,47.74305,8.99899\n1208,1645637787,47.74306,8.99899\n1209,1645637792,47.74306,8.99899\n1210,1645637797,47.74306,8.99898\n1211,1645637802,47.74306,8.99897\n1212,1645637807,47.74306,8.99897\n1213,1645637812,47.74306,8.99897\n1214,1645637817,47.74306,8.99897\n1215,1645637822,47.74306,8.99897\n1216,1645637827,47.74306,8.99897\n1217,1645637832,47.74306,8.99897\n1218,1645637837,47.74306,8.99897\n1219,1645637842,47.74306,8.99897\n1220,1645637847,47.74306,8.99897\n1221,1645637852,47.74306,8.99897\n1222,1645637857,47.74306,8.99898\n1223,1645637862,47.74306,8.99898\n1224,1645637867,47.74306,8.99898\n1225,1645637872,47.74306,8.99898\n1226,1645637877,47.74306,8.99898\n1227,1645637882,47.74306,8.99898\n1228,1645637887,47.74306,8.99898\n1229,1645637892,47.74306,8.99898\n1230,1645637897,47.74306,8.99898\n1231,1645637902,47.74306,8.99898\n1232,1645637907,47.74306,8.99898\n1233,1645637912,47.74306,8.99898\n1234,1645637917,47.74306,8.99898\n1235,1645637922,47.74306,8.99898\n1236,1645637927,47.74306,8.99898\n1237,1645637932,47.74306,8.99898\n1238,1645637937,47.74306,8.99898\n1239,1645637942,47.74306,8.99899\n1240,1645637947,47.74307,8.99900\n1241,1645637952,47.74307,8.99902\n1242,1645637957,47.74308,8.99902\n1243,1645637962,47.74308,8.99902\n1244,1645637967,47.74308,8.99902\n1245,1645637972,47.74308,8.99902\n1246,1645637977,47.74308,8.99902\n1247,1645637982,47.74308,8.99902\n1248,1645637987,47.74308,8.99902\n1249,1645637992,47.74308,8.99902\n1250,1645637997,47.74308,8.99902\n1251,1645638002,47.74308,8.99902\n1252,1645638007,47.74308,8.99902\n1253,1645638012,47.74307,8.99902\n1254,1645638017,47.74307,8.99902\n1255,1645638022,47.74307,8.99902\n1256,1645638027,47.74307,8.99902\n1257,1645638032,47.74307,8.99902\n1258,1645638037,47.74307,8.99902\n1259,1645638042,47.74308,8.99902\n1260,1645638047,47.74308,8.99902\n1261,1645638052,47.74308,8.99902\n1262,1645638057,47.74308,8.99902\n1263,1645638062,47.74308,8.99902\n1264,1645638067,47.74307,8.99902\n1265,1645638072,47.74307,8.99902\n1266,1645638077,47.74307,8.99902\n1267,1645638082,47.74307,8.99902\n1268,1645638087,47.74307,8.99902\n1269,1645638092,47.74307,8.99902\n1270,1645638097,47.74307,8.99902\n1271,1645638102,47.74307,8.99902\n1272,1645638107,47.74307,8.99902\n1273,1645638112,47.74307,8.99902\n1274,1645638117,47.74307,8.99902\n1275,1645638122,47.74307,8.99902\n1276,1645638127,47.74307,8.99902\n1277,1645638132,47.74308,8.99902\n1278,1645638137,47.74308,8.99902\n1279,1645638142,47.74308,8.99902\n1280,1645638147,47.74308,8.99902\n1281,1645638152,47.74308,8.99902\n1282,1645638157,47.74308,8.99902\n1283,1645638162,47.74308,8.99902\n1284,1645638167,47.74308,8.99902\n1285,1645638172,47.74308,8.99902\n1286,1645638177,47.74308,8.99902\n1287,1645638182,47.74307,8.99902\n1288,1645638187,47.74307,8.99902\n1289,1645638192,47.74307,8.99902\n1290,1645638197,47.74307,8.99902\n1291,1645638202,47.74307,8.99902\n1292,1645638207,47.74307,8.99902\n1293,1645638212,47.74307,8.99902\n1294,1645638217,47.74307,8.99902\n1295,1645638222,47.74307,8.99902\n1296,1645638227,47.74307,8.99902\n1297,1645638232,47.74307,8.99902\n1298,1645638237,47.74307,8.99902\n1299,1645638242,47.74307,8.99902\n1300,1645638247,47.74307,8.99902\n1301,1645638252,47.74307,8.99902\n1302,1645638257,47.74307,8.99902\n1303,1645638262,47.74307,8.99902\n1304,1645638267,47.74307,8.99902\n1305,1645638272,47.74307,8.99902\n1306,1645638277,47.74307,8.99902\n1307,1645638282,47.74308,8.99902\n1308,1645638287,47.74308,8.99902\n1309,1645638292,47.74308,8.99902\n1310,1645638297,47.74308,8.99902\n1311,1645638302,47.74308,8.99902\n1312,1645638307,47.74308,8.99902\n1313,1645638312,47.74308,8.99902\n1314,1645638317,47.74308,8.99902\n1315,1645638322,47.74308,8.99902\n1316,1645638327,47.74308,8.99902\n1317,1645638332,47.74308,8.99902\n1318,1645638337,47.74308,8.99902\n1319,1645638342,47.74308,8.99902\n1320,1645638347,47.74308,8.99902\n1321,1645638352,47.74308,8.99902\n1322,1645638357,47.74308,8.99902\n1323,1645638362,47.74309,8.99902\n1324,1645638367,47.74309,8.99901\n1325,1645638372,47.74309,8.99902\n1326,1645638377,47.74310,8.99902\n1327,1645638382,47.74310,8.99901\n1328,1645638387,47.74310,8.99901\n1329,1645638392,47.74310,8.99901\n1330,1645638397,47.74310,8.99901\n1331,1645638402,47.74310,8.99901\n1332,1645638407,47.74309,8.99901\n1333,1645638412,47.74309,8.99901\n1334,1645638417,47.74309,8.99901\n1335,1645638422,47.74309,8.99901\n1336,1645638427,47.74309,8.99901\n1337,1645638432,47.74309,8.99901\n1338,1645638437,47.74309,8.99901\n1339,1645638442,47.74309,8.99901\n1340,1645638447,47.74309,8.99901\n1341,1645638452,47.74309,8.99901\n1342,1645638457,47.74309,8.99900\n1343,1645638462,47.74309,8.99900\n1344,1645638467,47.74309,8.99900\n1345,1645638472,47.74309,8.99900\n1346,1645638477,47.74309,8.99900\n1347,1645638482,47.74309,8.99900\n1348,1645638487,47.74308,8.99900\n1349,1645638492,47.74308,8.99900\n1350,1645638497,47.74308,8.99900\n1351,1645638502,47.74308,8.99900\n1352,1645638507,47.74308,8.99900\n1353,1645638512,47.74308,8.99900\n1354,1645638517,47.74309,8.99900\n1355,1645638522,47.74309,8.99900\n1356,1645638527,47.74309,8.99900\n1357,1645638532,47.74309,8.99900\n1358,1645638537,47.74309,8.99900\n1359,1645638542,47.74309,8.99900\n1360,1645638547,47.74309,8.99900\n1361,1645638552,47.74309,8.99899\n1362,1645638557,47.74309,8.99899\n1363,1645638562,47.74309,8.99900\n1364,1645638567,47.74309,8.99899\n1365,1645638572,47.74309,8.99899\n1366,1645638577,47.74309,8.99900\n1367,1645638582,47.74310,8.99900\n1368,1645638587,47.74310,8.99901\n1369,1645638592,47.74310,8.99902\n1370,1645638597,47.74310,8.99902\n1371,1645638602,47.74310,8.99902\n1372,1645638607,47.74310,8.99902\n1373,1645638612,47.74310,8.99902\n1374,1645638617,47.74310,8.99902\n1375,1645638622,47.74310,8.99902\n1376,1645638627,47.74310,8.99902\n1377,1645638632,47.74310,8.99902\n1378,1645638637,47.74310,8.99902\n1379,1645638642,47.74310,8.99902\n1380,1645638647,47.74310,8.99902\n1381,1645638652,47.74310,8.99902\n1382,1645638657,47.74310,8.99902\n1383,1645638662,47.74310,8.99902\n1384,1645638667,47.74310,8.99902\n1385,1645638672,47.74310,8.99902\n1386,1645638677,47.74310,8.99902\n1387,1645638682,47.74310,8.99902\n1388,1645638687,47.74310,8.99902\n1389,1645638692,47.74310,8.99902\n1390,1645638697,47.74310,8.99902\n1391,1645638702,47.74310,8.99902\n1392,1645638707,47.74309,8.99902\n1393,1645638712,47.74309,8.99902\n1394,1645638717,47.74309,8.99902\n1395,1645638722,47.74309,8.99902\n1396,1645638727,47.74309,8.99902\n1397,1645638732,47.74309,8.99902\n1398,1645638737,47.74309,8.99902\n1399,1645638742,47.74309,8.99902\n1400,1645638747,47.74309,8.99902\n1401,1645638752,47.74309,8.99902\n1402,1645638757,47.74309,8.99902\n1403,1645638762,47.74309,8.99902\n1404,1645638767,47.74309,8.99902\n1405,1645638772,47.74309,8.99902\n1406,1645638777,47.74309,8.99902\n1407,1645638782,47.74309,8.99902\n1408,1645638787,47.74309,8.99902\n1409,1645638792,47.74309,8.99902\n1410,1645638797,47.74309,8.99902\n1411,1645638802,47.74309,8.99902\n1412,1645638807,47.74309,8.99902\n1413,1645638812,47.74309,8.99901\n1414,1645638817,47.74309,8.99901\n1415,1645638822,47.74309,8.99901\n1416,1645638827,47.74308,8.99902\n1417,1645638832,47.74308,8.99902\n1418,1645638837,47.74308,8.99902\n1419,1645638842,47.74308,8.99902\n1420,1645638847,47.74308,8.99902\n1421,1645638852,47.74308,8.99902\n1422,1645638857,47.74308,8.99901\n1423,1645638862,47.74308,8.99901\n1424,1645638867,47.74307,8.99901\n1425,1645638872,47.74307,8.99901\n1426,1645638877,47.74307,8.99901\n1427,1645638882,47.74307,8.99901\n1428,1645638887,47.74307,8.99901\n1429,1645638892,47.74307,8.99901\n1430,1645638897,47.74307,8.99901\n1431,1645638902,47.74307,8.99901\n1432,1645638907,47.74306,8.99901\n1433,1645638912,47.74306,8.99900\n1434,1645638917,47.74306,8.99900\n1435,1645638922,47.74306,8.99900\n1436,1645638927,47.74306,8.99900\n1437,1645638932,47.74306,8.99900\n1438,1645638937,47.74306,8.99900\n1439,1645638942,47.74306,8.99900\n1440,1645638947,47.74306,8.99900\n1441,1645638952,47.74306,8.99900\n1442,1645638957,47.74306,8.99900\n1443,1645638962,47.74306,8.99900\n1444,1645638967,47.74306,8.99900\n1445,1645638972,47.74306,8.99900\n1446,1645638977,47.74306,8.99900\n1447,1645638982,47.74306,8.99900\n1448,1645638987,47.74306,8.99900\n1449,1645638992,47.74306,8.99900\n1450,1645638997,47.74306,8.99900\n1451,1645639002,47.74306,8.99900\n1452,1645639007,47.74306,8.99900\n1453,1645639012,47.74306,8.99900\n1454,1645639017,47.74306,8.99900\n1455,1645639022,47.74307,8.99900\n1456,1645639027,47.74307,8.99900\n1457,1645639032,47.74307,8.99900\n1458,1645639037,47.74306,8.99900\n1459,1645639042,47.74306,8.99900\n1460,1645639047,47.74306,8.99900\n1461,1645639052,47.74306,8.99900\n1462,1645639057,47.74307,8.99900\n1463,1645639062,47.74306,8.99900\n1464,1645639067,47.74306,8.99900\n1465,1645639072,47.74306,8.99900\n1466,1645639077,47.74305,8.99899\n1467,1645639082,47.74305,8.99899\n1468,1645639087,47.74305,8.99899\n1469,1645639092,47.74305,8.99899\n1470,1645639097,47.74304,8.99899\n1471,1645639102,47.74304,8.99899\n1472,1645639107,47.74304,8.99899\n1473,1645639112,47.74304,8.99899\n1474,1645639117,47.74305,8.99899\n1475,1645639122,47.74305,8.99899\n1476,1645639127,47.74305,8.99899\n1477,1645639132,47.74305,8.99899\n1478,1645639137,47.74305,8.99899\n1479,1645639142,47.74305,8.99899\n1480,1645639147,47.74305,8.99899\n1481,1645639152,47.74305,8.99899\n1482,1645639157,47.74305,8.99899\n1483,1645639162,47.74305,8.99899\n1484,1645639167,47.74305,8.99899\n1485,1645639172,47.74305,8.99899\n1486,1645639177,47.74305,8.99899\n1487,1645639182,47.74305,8.99899\n1488,1645639187,47.74305,8.99899\n1489,1645639192,47.74306,8.99899\n1490,1645639197,47.74306,8.99899\n1491,1645639202,47.74306,8.99899\n1492,1645639207,47.74306,8.99899\n1493,1645639212,47.74306,8.99899\n1494,1645639217,47.74306,8.99899\n1495,1645639222,47.74306,8.99899\n1496,1645639227,47.74306,8.99899\n1497,1645639232,47.74306,8.99899\n1498,1645639237,47.74306,8.99899\n1499,1645639242,47.74306,8.99899\n1500,1645639247,47.74306,8.99899\n1501,1645639252,47.74306,8.99899\n1502,1645639257,47.74306,8.99899\n1503,1645639262,47.74306,8.99899\n1504,1645639267,47.74306,8.99899\n1505,1645639272,47.74306,8.99899\n1506,1645639277,47.74306,8.99899\n1507,1645639282,47.74306,8.99899\n1508,1645639287,47.74306,8.99899\n1509,1645639292,47.74306,8.99899\n1510,1645639297,47.74306,8.99899\n1511,1645639302,47.74306,8.99899\n1512,1645639307,47.74306,8.99899\n1513,1645639312,47.74306,8.99899\n1514,1645639317,47.74306,8.99898\n1515,1645639322,47.74306,8.99898\n1516,1645639327,47.74306,8.99898\n1517,1645639332,47.74306,8.99898\n1518,1645639337,47.74306,8.99898\n1519,1645639342,47.74306,8.99898\n1520,1645639347,47.74306,8.99898\n1521,1645639352,47.74306,8.99898\n1522,1645639357,47.74306,8.99898\n1523,1645639362,47.74306,8.99898\n1524,1645639367,47.74306,8.99898\n1525,1645639372,47.74307,8.99899\n1526,1645639377,47.74307,8.99899\n1527,1645639382,47.74307,8.99899\n1528,1645639387,47.74308,8.99899\n1529,1645639392,47.74308,8.99899\n1530,1645639397,47.74308,8.99899\n1531,1645639402,47.74308,8.99899\n1532,1645639407,47.74309,8.99900\n1533,1645639412,47.74309,8.99900\n1534,1645639417,47.74309,8.99900\n1535,1645639422,47.74309,8.99900\n1536,1645639427,47.74309,8.99900\n1537,1645639432,47.74309,8.99901\n1538,1645639437,47.74308,8.99901\n1539,1645639442,47.74308,8.99901\n1540,1645639447,47.74308,8.99901\n1541,1645639452,47.74308,8.99901\n1542,1645639457,47.74308,8.99901\n1543,1645639462,47.74308,8.99901\n1544,1645639467,47.74308,8.99901\n1545,1645639472,47.74308,8.99901\n1546,1645639477,47.74308,8.99901\n1547,1645639482,47.74308,8.99901\n1548,1645639487,47.74308,8.99901\n1549,1645639492,47.74308,8.99901\n1550,1645639497,47.74308,8.99901\n1551,1645639502,47.74308,8.99901\n1552,1645639507,47.74308,8.99901\n1553,1645639512,47.74308,8.99901\n1554,1645639517,47.74308,8.99901\n1555,1645639522,47.74308,8.99901\n1556,1645639527,47.74308,8.99901\n1557,1645639532,47.74308,8.99901\n1558,1645639537,47.74308,8.99901\n1559,1645639542,47.74308,8.99901\n1560,1645639547,47.74308,8.99901\n1561,1645639552,47.74308,8.99901\n1562,1645639557,47.74308,8.99901\n1563,1645639562,47.74308,8.99901\n1564,1645639567,47.74308,8.99901\n1565,1645639572,47.74308,8.99901\n1566,1645639577,47.74308,8.99901\n1567,1645639582,47.74308,8.99901\n1568,1645639587,47.74308,8.99901\n1569,1645639592,47.74308,8.99901\n1570,1645639597,47.74308,8.99901\n1571,1645639602,47.74308,8.99901\n1572,1645639607,47.74308,8.99901\n1573,1645639612,47.74308,8.99901\n1574,1645639617,47.74308,8.99901\n1575,1645639622,47.74308,8.99901\n1576,1645639627,47.74308,8.99901\n1577,1645639632,47.74308,8.99901\n1578,1645639637,47.74308,8.99901\n1579,1645639642,47.74308,8.99901\n1580,1645639647,47.74308,8.99901\n1581,1645639652,47.74308,8.99901\n1582,1645639657,47.74308,8.99901\n1583,1645639662,47.74308,8.99901\n1584,1645639667,47.74308,8.99901\n1585,1645639672,47.74308,8.99901\n1586,1645639677,47.74308,8.99901\n1587,1645639682,47.74308,8.99901\n1588,1645639687,47.74308,8.99901\n1589,1645639692,47.74308,8.99901\n1590,1645639697,47.74308,8.99901\n1591,1645639702,47.74308,8.99901\n1592,1645639707,47.74308,8.99901\n1593,1645639712,47.74308,8.99901\n1594,1645639717,47.74308,8.99901\n1595,1645639722,47.74308,8.99900\n1596,1645639727,47.74308,8.99900\n1597,1645639732,47.74308,8.99900\n1598,1645639737,47.74308,8.99900\n1599,1645639742,47.74308,8.99900\n1600,1645639747,47.74308,8.99900\n1601,1645639752,47.74308,8.99900\n1602,1645639757,47.74308,8.99900\n1603,1645639762,47.74308,8.99900\n1604,1645639767,47.74308,8.99900\n1605,1645639772,47.74308,8.99900\n1606,1645639777,47.74308,8.99900\n1607,1645639782,47.74308,8.99900\n1608,1645639787,47.74308,8.99900\n1609,1645639792,47.74307,8.99900\n1610,1645639797,47.74306,8.99899\n1611,1645639802,47.74305,8.99898\n1612,1645639807,47.74305,8.99898\n1613,1645639812,47.74305,8.99897\n1614,1645639817,47.74305,8.99897\n1615,1645639822,47.74305,8.99897\n1616,1645639827,47.74305,8.99897\n1617,1645639832,47.74305,8.99898\n1618,1645639837,47.74305,8.99898\n1619,1645639842,47.74305,8.99898\n1620,1645639847,47.74305,8.99898\n1621,1645639852,47.74305,8.99898\n1622,1645639857,47.74305,8.99898\n1623,1645639862,47.74305,8.99898\n1624,1645639867,47.74305,8.99898\n1625,1645639872,47.74305,8.99898\n1626,1645639877,47.74305,8.99898\n1627,1645639882,47.74305,8.99898\n1628,1645639887,47.74305,8.99898\n1629,1645639892,47.74305,8.99898\n1630,1645639897,47.74305,8.99898\n1631,1645639902,47.74305,8.99898\n1632,1645639907,47.74305,8.99898\n1633,1645639912,47.74305,8.99898\n1634,1645639917,47.74305,8.99898\n1635,1645639922,47.74305,8.99898\n1636,1645639927,47.74305,8.99898\n1637,1645639932,47.74305,8.99898\n1638,1645639937,47.74305,8.99898\n1639,1645639942,47.74305,8.99898\n1640,1645639947,47.74306,8.99898\n1641,1645639952,47.74306,8.99899\n1642,1645639957,47.74306,8.99898\n1643,1645639962,47.74306,8.99898\n1644,1645639967,47.74306,8.99899\n1645,1645639972,47.74306,8.99898\n1646,1645639977,47.74307,8.99899\n1647,1645639982,47.74307,8.99899\n1648,1645639987,47.74307,8.99899\n1649,1645639992,47.74307,8.99899\n1650,1645639997,47.74307,8.99899\n1651,1645640002,47.74307,8.99899\n1652,1645640007,47.74307,8.99899\n1653,1645640012,47.74307,8.99899\n1654,1645640017,47.74307,8.99899\n1655,1645640022,47.74307,8.99899\n1656,1645640027,47.74307,8.99899\n1657,1645640032,47.74307,8.99899\n1658,1645640037,47.74307,8.99899\n1659,1645640042,47.74307,8.99899\n1660,1645640047,47.74307,8.99899\n1661,1645640052,47.74307,8.99899\n1662,1645640057,47.74307,8.99899\n1663,1645640062,47.74307,8.99899\n1664,1645640067,47.74307,8.99899\n1665,1645640072,47.74307,8.99899\n1666,1645640077,47.74307,8.99899\n1667,1645640082,47.74307,8.99899\n1668,1645640087,47.74307,8.99899\n1669,1645640092,47.74307,8.99899\n1670,1645640097,47.74307,8.99899\n1671,1645640102,47.74307,8.99899\n1672,1645640107,47.74307,8.99899\n1673,1645640112,47.74307,8.99899\n1674,1645640117,47.74307,8.99899\n1675,1645640122,47.74307,8.99899\n1676,1645640127,47.74307,8.99899\n1677,1645640132,47.74307,8.99899\n1678,1645640137,47.74307,8.99899\n1679,1645640142,47.74307,8.99899\n1680,1645640147,47.74307,8.99899\n1681,1645640152,47.74307,8.99899\n1682,1645640157,47.74307,8.99899\n1683,1645640162,47.74307,8.99899\n1684,1645640167,47.74307,8.99899\n1685,1645640172,47.74307,8.99899\n1686,1645640177,47.74307,8.99899\n1687,1645640182,47.74307,8.99899\n1688,1645640187,47.74307,8.99899\n1689,1645640192,47.74307,8.99899\n1690,1645640197,47.74307,8.99899\n1691,1645640202,47.74307,8.99899\n1692,1645640207,47.74307,8.99899\n1693,1645640212,47.74307,8.99899\n1694,1645640217,47.74307,8.99899\n1695,1645640222,47.74307,8.99899\n1696,1645640227,47.74307,8.99899\n1697,1645640232,47.74307,8.99899\n1698,1645640237,47.74307,8.99899\n1699,1645640242,47.74307,8.99899\n1700,1645640247,47.74307,8.99899\n1701,1645640252,47.74307,8.99899\n1702,1645640257,47.74307,8.99899\n1703,1645640262,47.74307,8.99899\n1704,1645640267,47.74306,8.99899\n1705,1645640272,47.74306,8.99899\n1706,1645640277,47.74306,8.99900\n1707,1645640282,47.74305,8.99899\n1708,1645640287,47.74305,8.99900\n1709,1645640292,47.74305,8.99899\n1710,1645640297,47.74305,8.99899\n1711,1645640302,47.74305,8.99899\n1712,1645640307,47.74305,8.99899\n1713,1645640312,47.74305,8.99899\n1714,1645640317,47.74305,8.99899\n1715,1645640322,47.74305,8.99899\n1716,1645640327,47.74305,8.99899\n1717,1645640332,47.74305,8.99899\n1718,1645640337,47.74305,8.99900\n1719,1645640342,47.74305,8.99900\n1720,1645640347,47.74305,8.99900\n1721,1645640352,47.74305,8.99900\n1722,1645640357,47.74305,8.99900\n1723,1645640362,47.74305,8.99900\n1724,1645640367,47.74305,8.99900\n1725,1645640372,47.74305,8.99900\n1726,1645640377,47.74305,8.99900\n1727,1645640382,47.74305,8.99900\n1728,1645640387,47.74305,8.99900\n1729,1645640392,47.74305,8.99900\n1730,1645640397,47.74305,8.99900\n1731,1645640402,47.74305,8.99900\n1732,1645640407,47.74305,8.99900\n1733,1645640412,47.74305,8.99900\n1734,1645640417,47.74305,8.99900\n1735,1645640422,47.74305,8.99899\n1736,1645640427,47.74305,8.99899\n1737,1645640432,47.74304,8.99899\n1738,1645640437,47.74304,8.99899\n1739,1645640442,47.74304,8.99900\n1740,1645640447,47.74304,8.99900\n1741,1645640452,47.74305,8.99900\n1742,1645640457,47.74305,8.99900\n1743,1645640462,47.74305,8.99899\n1744,1645640467,47.74305,8.99899\n1745,1645640472,47.74305,8.99899\n1746,1645640477,47.74304,8.99899\n1747,1645640482,47.74304,8.99898\n1748,1645640487,47.74304,8.99898\n1749,1645640492,47.74304,8.99898\n1750,1645640497,47.74304,8.99898\n1751,1645640502,47.74304,8.99898\n1752,1645640507,47.74304,8.99898\n1753,1645640512,47.74304,8.99898\n1754,1645640517,47.74304,8.99898\n1755,1645640522,47.74304,8.99898\n1756,1645640527,47.74304,8.99898\n1757,1645640532,47.74304,8.99898\n1758,1645640537,47.74304,8.99898\n1759,1645640542,47.74304,8.99898\n1760,1645640547,47.74304,8.99899\n1761,1645640552,47.74304,8.99899\n1762,1645640557,47.74304,8.99899\n1763,1645640562,47.74304,8.99899\n1764,1645640567,47.74304,8.99899\n1765,1645640572,47.74304,8.99899\n1766,1645640577,47.74304,8.99899\n1767,1645640582,47.74304,8.99899\n1768,1645640587,47.74304,8.99899\n1769,1645640592,47.74304,8.99899\n1770,1645640597,47.74304,8.99899\n1771,1645640602,47.74304,8.99899\n1772,1645640607,47.74304,8.99899\n1773,1645640612,47.74304,8.99899\n1774,1645640617,47.74304,8.99899\n1775,1645640622,47.74304,8.99899\n1776,1645640627,47.74305,8.99899\n1777,1645640632,47.74305,8.99899\n1778,1645640637,47.74306,8.99899\n1779,1645640642,47.74306,8.99899\n1780,1645640647,47.74306,8.99899\n1781,1645640652,47.74306,8.99899\n1782,1645640657,47.74306,8.99898\n1783,1645640662,47.74305,8.99898\n1784,1645640667,47.74305,8.99898\n1785,1645640672,47.74305,8.99898\n1786,1645640677,47.74305,8.99898\n1787,1645640682,47.74305,8.99898\n1788,1645640687,47.74305,8.99898\n1789,1645640692,47.74305,8.99898\n1790,1645640697,47.74305,8.99898\n1791,1645640702,47.74305,8.99898\n1792,1645640707,47.74305,8.99898\n1793,1645640712,47.74305,8.99898\n1794,1645640717,47.74305,8.99898\n1795,1645640722,47.74305,8.99898\n1796,1645640727,47.74305,8.99898\n1797,1645640732,47.74305,8.99898\n1798,1645640737,47.74305,8.99898\n1799,1645640742,47.74305,8.99898\n1800,1645640747,47.74305,8.99899\n1801,1645640752,47.74305,8.99899\n1802,1645640757,47.74305,8.99899\n1803,1645640762,47.74305,8.99899\n1804,1645640767,47.74305,8.99899\n1805,1645640772,47.74305,8.99899\n1806,1645640777,47.74305,8.99899\n1807,1645640782,47.74305,8.99899\n1808,1645640787,47.74305,8.99899\n1809,1645640792,47.74305,8.99899\n1810,1645640797,47.74305,8.99899\n1811,1645640802,47.74305,8.99899\n1812,1645640807,47.74305,8.99899\n1813,1645640812,47.74305,8.99899\n1814,1645640817,47.74305,8.99899\n1815,1645640822,47.74305,8.99899\n1816,1645640827,47.74305,8.99899\n1817,1645640832,47.74305,8.99899\n1818,1645640837,47.74305,8.99900\n1819,1645640842,47.74305,8.99900\n1820,1645640847,47.74305,8.99899\n1821,1645640852,47.74306,8.99899\n1822,1645640857,47.74306,8.99898\n1823,1645640862,47.74306,8.99899\n1824,1645640867,47.74305,8.99899\n1825,1645640872,47.74305,8.99899\n1826,1645640877,47.74304,8.99898\n1827,1645640882,47.74305,8.99898\n1828,1645640887,47.74305,8.99897\n1829,1645640892,47.74305,8.99897\n1830,1645640897,47.74305,8.99897\n1831,1645640902,47.74305,8.99897\n1832,1645640907,47.74305,8.99897\n1833,1645640912,47.74305,8.99897\n1834,1645640917,47.74305,8.99897\n1835,1645640922,47.74305,8.99897\n1836,1645640927,47.74305,8.99898\n1837,1645640932,47.74305,8.99898\n1838,1645640937,47.74304,8.99899\n1839,1645640942,47.74304,8.99899\n1840,1645640947,47.74304,8.99900\n1841,1645640952,47.74304,8.99900\n1842,1645640957,47.74304,8.99900\n1843,1645640962,47.74304,8.99900\n1844,1645640967,47.74304,8.99900\n1845,1645640972,47.74305,8.99900\n1846,1645640977,47.74306,8.99901\n1847,1645640982,47.74306,8.99901\n1848,1645640987,47.74306,8.99901\n1849,1645640992,47.74306,8.99901\n1850,1645640997,47.74306,8.99901\n1851,1645641002,47.74306,8.99901\n1852,1645641007,47.74306,8.99901\n1853,1645641012,47.74306,8.99901\n1854,1645641017,47.74306,8.99901\n1855,1645641022,47.74306,8.99901\n1856,1645641027,47.74306,8.99901\n1857,1645641032,47.74306,8.99901\n1858,1645641037,47.74306,8.99901\n1859,1645641042,47.74306,8.99901\n1860,1645641047,47.74306,8.99901\n1861,1645641052,47.74306,8.99901\n1862,1645641057,47.74306,8.99901\n1863,1645641062,47.74306,8.99901\n1864,1645641067,47.74306,8.99901\n1865,1645641072,47.74306,8.99901\n1866,1645641077,47.74306,8.99901\n1867,1645641082,47.74306,8.99901\n1868,1645641087,47.74306,8.99901\n1869,1645641092,47.74306,8.99901\n1870,1645641097,47.74306,8.99901\n1871,1645641102,47.74306,8.99901\n1872,1645641107,47.74306,8.99901\n1873,1645641112,47.74306,8.99902\n1874,1645641117,47.74306,8.99902\n1875,1645641122,47.74306,8.99902\n1876,1645641127,47.74306,8.99902\n1877,1645641132,47.74306,8.99902\n1878,1645641137,47.74306,8.99902\n1879,1645641142,47.74306,8.99902\n1880,1645641147,47.74306,8.99902\n1881,1645641152,47.74306,8.99902\n1882,1645641157,47.74306,8.99902\n1883,1645641162,47.74306,8.99902\n1884,1645641167,47.74306,8.99902\n1885,1645641172,47.74306,8.99902\n1886,1645641177,47.74306,8.99902\n1887,1645641182,47.74306,8.99902\n1888,1645641187,47.74306,8.99902\n1889,1645641192,47.74306,8.99902\n1890,1645641197,47.74306,8.99902\n1891,1645641202,47.74306,8.99902\n1892,1645641207,47.74306,8.99902\n1893,1645641212,47.74306,8.99902\n1894,1645641217,47.74306,8.99902\n1895,1645641222,47.74306,8.99902\n1896,1645641227,47.74306,8.99902\n1897,1645641232,47.74306,8.99902\n1898,1645641237,47.74306,8.99902\n1899,1645641242,47.74306,8.99902\n1900,1645641247,47.74306,8.99902\n1901,1645641252,47.74306,8.99902\n1902,1645641257,47.74306,8.99902\n1903,1645641262,47.74306,8.99902\n1904,1645641267,47.74306,8.99901\n1905,1645641272,47.74306,8.99901\n1906,1645641277,47.74306,8.99901\n1907,1645641282,47.74306,8.99901\n1908,1645641287,47.74306,8.99901\n1909,1645641292,47.74306,8.99901\n1910,1645641297,47.74306,8.99901\n1911,1645641302,47.74306,8.99901\n1912,1645641307,47.74306,8.99901\n1913,1645641312,47.74306,8.99901\n1914,1645641317,47.74306,8.99901\n1915,1645641322,47.74306,8.99901\n1916,1645641327,47.74306,8.99901\n1917,1645641332,47.74306,8.99901\n1918,1645641337,47.74306,8.99901\n1919,1645641342,47.74306,8.99901\n1920,1645641347,47.74306,8.99901\n1921,1645641352,47.74306,8.99901\n1922,1645641357,47.74306,8.99901\n1923,1645641362,47.74306,8.99901\n1924,1645641367,47.74306,8.99901\n1925,1645641372,47.74306,8.99900\n1926,1645641377,47.74306,8.99900\n1927,1645641382,47.74306,8.99900\n1928,1645641387,47.74306,8.99900\n1929,1645641392,47.74306,8.99900\n1930,1645641397,47.74306,8.99900\n1931,1645641402,47.74306,8.99900\n1932,1645641407,47.74306,8.99900\n1933,1645641412,47.74306,8.99900\n1934,1645641417,47.74306,8.99900\n1935,1645641422,47.74306,8.99900\n1936,1645641427,47.74306,8.99900\n1937,1645641432,47.74306,8.99900\n1938,1645641437,47.74306,8.99900\n1939,1645641442,47.74306,8.99900\n1940,1645641447,47.74306,8.99900\n1941,1645641452,47.74306,8.99900\n1942,1645641457,47.74306,8.99900\n1943,1645641462,47.74306,8.99900\n1944,1645641467,47.74306,8.99900\n1945,1645641472,47.74306,8.99900\n1946,1645641477,47.74306,8.99900\n1947,1645641482,47.74306,8.99900\n1948,1645641487,47.74306,8.99900\n1949,1645641492,47.74306,8.99900\n1950,1645641497,47.74306,8.99900\n1951,1645641502,47.74306,8.99900\n1952,1645641507,47.74306,8.99900\n1953,1645641512,47.74306,8.99900\n1954,1645641517,47.74306,8.99900\n1955,1645641522,47.74306,8.99900\n1956,1645641527,47.74306,8.99900\n1957,1645641532,47.74306,8.99899\n1958,1645641537,47.74306,8.99899\n1959,1645641542,47.74306,8.99899\n1960,1645641547,47.74306,8.99899\n1961,1645641552,47.74306,8.99899\n1962,1645641557,47.74306,8.99899\n1963,1645641562,47.74306,8.99899\n1964,1645641567,47.74306,8.99899\n1965,1645641572,47.74306,8.99899\n1966,1645641577,47.74306,8.99899\n1967,1645641582,47.74306,8.99899\n1968,1645641587,47.74306,8.99899\n1969,1645641592,47.74306,8.99899\n1970,1645641597,47.74306,8.99899\n1971,1645641602,47.74306,8.99898\n1972,1645641607,47.74306,8.99898\n1973,1645641670,47.74308,8.99896\n1974,1645641675,47.74305,8.99900\n1975,1645641681,47.74306,8.99900\n1976,1645641686,47.74306,8.99901\n1977,1645641691,47.74305,8.99901\n1978,1645641696,47.74305,8.99901\n1979,1645641701,47.74304,8.99900\n1980,1645641706,47.74304,8.99900\n1981,1645641711,47.74304,8.99899\n1982,1645641716,47.74304,8.99899\n1983,1645641721,47.74304,8.99899\n1984,1645641726,47.74304,8.99899\n1985,1645641731,47.74304,8.99900\n1986,1645641736,47.74304,8.99900\n1987,1645641803,47.74301,8.99893\n1988,1645641808,47.74307,8.99896\n1989,1645641814,47.74307,8.99895\n1990,1645641881,47.74312,8.99893\n1991,1645641886,47.74305,8.99898\n1992,1645641892,47.74306,8.99897\n1993,1645641897,47.74305,8.99897\n1994,1645641902,47.74305,8.99897\n1995,1645641907,47.74305,8.99896\n1996,1645641912,47.74305,8.99897\n1997,1645641917,47.74305,8.99897\n1998,1645641922,47.74306,8.99897\n1999,1645641927,47.74306,8.99897\n2000,1645641932,47.74306,8.99897\n2001,1645641937,47.74306,8.99897\n2002,1645641942,47.74306,8.99897\n2003,1645641947,47.74306,8.99897\n2004,1645642011,47.74303,8.99893\n2005,1645642016,47.74303,8.99896\n2006,1645642021,47.74303,8.99896\n2007,1645642027,47.74303,8.99898\n2008,1645642032,47.74303,8.99898\n2009,1645642037,47.74303,8.99897\n2010,1645642042,47.74303,8.99896\n2011,1645643263,47.74305,8.99904\n2012,1645643268,47.74306,8.99902\n2013,1645643274,47.74303,8.99898\n2014,1645643279,47.74304,8.99896\n2015,1645643284,47.74305,8.99896\n2016,1645643289,47.74305,8.99895\n2017,1645643294,47.74305,8.99895\n2018,1645643299,47.74306,8.99895\n2019,1645643304,47.74306,8.99895\n2020,1645643309,47.74306,8.99895\n2021,1645643314,47.74306,8.99895\n2022,1645643319,47.74306,8.99895\n2023,1645643383,47.74301,8.99902\n2024,1645643388,47.74302,8.99901\n2025,1645643393,47.74303,8.99900\n2026,1645643399,47.74304,8.99899\n2027,1645643404,47.74304,8.99899\n2028,1645643470,47.74312,8.99903\n2029,1645643475,47.74304,8.99898\n2030,1645643481,47.74300,8.99898\n2031,1645643486,47.74301,8.99898\n2032,1645643491,47.74302,8.99898\n2033,1645643555,47.74302,8.99890\n2034,1645643560,47.74307,8.99898\n2035,1645643566,47.74305,8.99899\n2036,1645643631,47.74311,8.99888\n2037,1645643636,47.74305,8.99891\n2038,1645643641,47.74305,8.99894\n2039,1645643647,47.74306,8.99895\n2040,1645643714,47.74306,8.99892\n2041,1645643719,47.74305,8.99895\n2042,1645643724,47.74305,8.99895\n2043,1645643792,47.74305,8.99898\n2044,1645643797,47.74305,8.99896\n2045,1645643802,47.74307,8.99897\n2046,1645643868,47.74310,8.99897\n2047,1645643873,47.74307,8.99896\n2048,1645643942,47.74305,8.99892\n2049,1645643947,47.74305,8.99888\n2050,1645643952,47.74305,8.99889\n2051,1645644016,47.74334,8.99920\n2052,1645644021,47.74306,8.99900\n2053,1645644027,47.74305,8.99900\n2054,1645644094,47.74308,8.99901\n2055,1645644160,47.74298,8.99887\n2056,1645644165,47.74305,8.99901\n2057,1645644171,47.74305,8.99902\n2058,1645644238,47.74303,8.99898\n2059,1645644243,47.74305,8.99895\n2060,1645644310,47.74310,8.99893\n2061,1645644315,47.74305,8.99893\n2062,1645644383,47.74312,8.99908\n2063,1645644388,47.74304,8.99895\n2064,1645644458,47.74304,8.99896\n2065,1645644526,47.74302,8.99896\n2066,1645644531,47.74302,8.99896\n2067,1645644595,47.74301,8.99892\n2068,1645644600,47.74308,8.99896\n2069,1645644669,47.74308,8.99898\n2070,1645644736,47.74299,8.99895\n2071,1645644741,47.74303,8.99894\n2072,1645644747,47.74302,8.99896\n2073,1645644811,47.74306,8.99900\n2074,1645644816,47.74305,8.99898\n2075,1645644884,47.74303,8.99896\n2076,1645644889,47.74301,8.99893\n2077,1645644954,47.74317,8.99910\n2078,1645645023,47.74316,8.99890\n2079,1645645028,47.74310,8.99892\n2080,1645645095,47.74308,8.99891\n2081,1645645100,47.74305,8.99892\n2082,1645645169,47.74310,8.99888\n2083,1645645235,47.74326,8.99855\n2084,1645645240,47.74308,8.99888\n2085,1645645308,47.74308,8.99894\n2086,1645645313,47.74308,8.99893\n2087,1645645378,47.74308,8.99894\n2088,1645645443,47.74319,8.99881\n2089,1645645511,47.74316,8.99882\n2090,1645645516,47.74310,8.99890\n2091,1645645587,47.74306,8.99889\n2092,1645645655,47.74311,8.99894\n2093,1645645721,47.74304,8.99903\n2094,1645645789,47.74313,8.99891\n2095,1645645794,47.74307,8.99894\n2096,1645645861,47.74312,8.99872\n2097,1645645994,47.74312,8.99904\n2098,1645646063,47.74309,8.99903\n2099,1645646198,47.74297,8.99888\n2100,1645646264,47.74300,8.99902\n2101,1645646331,47.74299,8.99899\n2102,1645646399,47.74305,8.99884\n2103,1645646465,47.74301,8.99903\n2104,1645646534,47.74314,8.99887\n2105,1645646667,47.74304,8.99868\n2106,1645646869,47.74297,8.99891\n2107,1645647001,47.74295,8.99886\n2108,1645647137,47.74300,8.99895\n2109,1645647203,47.74256,8.99920\n2110,1645647267,47.74303,8.99900\n2111,1645647399,47.74270,8.99920\n2112,1645647532,47.74345,8.99876\n2113,1645649941,47.74302,8.99905\n"
  },
  {
    "path": "TickTagData/02_StationaryPosition_5s_Interval/20220223_5s_Interval_2113_fixes.txt",
    "content": "6773 $PQFLP,W,1,0*21\n$GPRMC,235942.800,V,,,,,0.00,0.00,050180,,,N*42\n\n2798 $GPRMC,235943.800,V,,,,,0.00,0.00,050180,,,N*43\n$GPGGA,235943.800,,,,,0,0,,,M,,M,,*4A\n\n3798 $GPRMC,235944.799,V,,,,,0.00,0.00,050180,,,N*4B\n$GPGGA,235944.799,,,,,0,0,,,M,,M,,*42\n\n4796 $GPRMC,235945.799,V,,,,,0.00,0.00,050180,,,N*4A\n$GPGGA,235945.799,,,,,0,0,,,M,,M,,*43\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 253, TOs: 0/0, ErrorsOrGF: 1, TTFF: 74\nFixes: 2113, Avg. time to fix: 0 s, Avg. HDOP (x10): 10\n\ncount,timestamp,lat,lon\n1,1645631752,47.74333,8.99870\n2,1645631757,47.74339,8.99869\n3,1645631762,47.74341,8.99867\n4,1645631767,47.74342,8.99865\n5,1645631772,47.74342,8.99863\n6,1645631777,47.74341,8.99862\n7,1645631782,47.74331,8.99801\n8,1645631787,47.74327,8.99803\n9,1645631792,47.74305,8.99837\n10,1645631797,47.74295,8.99854\n11,1645631802,47.74293,8.99859\n12,1645631807,47.74292,8.99860\n13,1645631812,47.74292,8.99861\n14,1645631817,47.74292,8.99862\n15,1645631822,47.74292,8.99864\n16,1645631827,47.74292,8.99866\n17,1645631832,47.74293,8.99867\n18,1645631837,47.74294,8.99870\n19,1645631842,47.74295,8.99874\n20,1645631847,47.74297,8.99878\n21,1645631852,47.74297,8.99882\n22,1645631857,47.74298,8.99888\n23,1645631862,47.74299,8.99890\n24,1645631867,47.74299,8.99894\n25,1645631872,47.74300,8.99897\n26,1645631877,47.74301,8.99899\n27,1645631882,47.74302,8.99900\n28,1645631887,47.74303,8.99901\n29,1645631892,47.74303,8.99902\n30,1645631897,47.74303,8.99901\n31,1645631902,47.74304,8.99902\n32,1645631907,47.74304,8.99902\n33,1645631912,47.74305,8.99903\n34,1645631917,47.74305,8.99903\n35,1645631922,47.74305,8.99903\n36,1645631927,47.74305,8.99903\n37,1645631932,47.74305,8.99903\n38,1645631937,47.74305,8.99903\n39,1645631942,47.74305,8.99902\n40,1645631947,47.74305,8.99902\n41,1645631952,47.74305,8.99901\n42,1645631957,47.74305,8.99901\n43,1645631962,47.74305,8.99900\n44,1645631967,47.74305,8.99901\n45,1645631972,47.74305,8.99899\n46,1645631977,47.74305,8.99899\n47,1645631982,47.74304,8.99900\n48,1645631987,47.74304,8.99900\n49,1645631992,47.74304,8.99900\n50,1645631997,47.74303,8.99900\n51,1645632002,47.74303,8.99900\n52,1645632007,47.74302,8.99900\n53,1645632012,47.74302,8.99900\n54,1645632017,47.74302,8.99900\n55,1645632022,47.74301,8.99901\n56,1645632027,47.74301,8.99902\n57,1645632032,47.74301,8.99902\n58,1645632037,47.74302,8.99903\n59,1645632042,47.74302,8.99904\n60,1645632047,47.74303,8.99904\n61,1645632052,47.74303,8.99905\n62,1645632057,47.74303,8.99905\n63,1645632062,47.74303,8.99906\n64,1645632067,47.74303,8.99907\n65,1645632072,47.74303,8.99907\n66,1645632077,47.74303,8.99907\n67,1645632082,47.74303,8.99907\n68,1645632087,47.74303,8.99907\n69,1645632092,47.74303,8.99907\n70,1645632097,47.74303,8.99907\n71,1645632102,47.74303,8.99907\n72,1645632107,47.74303,8.99907\n73,1645632112,47.74302,8.99907\n74,1645632117,47.74302,8.99907\n75,1645632122,47.74302,8.99908\n76,1645632127,47.74302,8.99908\n77,1645632132,47.74303,8.99907\n78,1645632137,47.74303,8.99907\n79,1645632142,47.74303,8.99906\n80,1645632147,47.74303,8.99906\n81,1645632152,47.74303,8.99905\n82,1645632157,47.74303,8.99905\n83,1645632162,47.74302,8.99904\n84,1645632167,47.74302,8.99904\n85,1645632172,47.74302,8.99905\n86,1645632177,47.74302,8.99904\n87,1645632182,47.74302,8.99904\n88,1645632187,47.74302,8.99904\n89,1645632192,47.74302,8.99903\n90,1645632197,47.74302,8.99903\n91,1645632202,47.74302,8.99902\n92,1645632207,47.74301,8.99901\n93,1645632212,47.74301,8.99900\n94,1645632217,47.74300,8.99898\n95,1645632222,47.74299,8.99895\n96,1645632227,47.74298,8.99892\n97,1645632232,47.74298,8.99891\n98,1645632237,47.74298,8.99891\n99,1645632242,47.74298,8.99890\n100,1645632247,47.74298,8.99890\n101,1645632252,47.74298,8.99890\n102,1645632257,47.74297,8.99890\n103,1645632262,47.74298,8.99890\n104,1645632267,47.74298,8.99890\n105,1645632272,47.74298,8.99890\n106,1645632277,47.74298,8.99890\n107,1645632282,47.74298,8.99890\n108,1645632287,47.74298,8.99890\n109,1645632292,47.74299,8.99890\n110,1645632297,47.74299,8.99891\n111,1645632302,47.74299,8.99890\n112,1645632307,47.74299,8.99891\n113,1645632312,47.74299,8.99892\n114,1645632317,47.74299,8.99892\n115,1645632322,47.74299,8.99891\n116,1645632327,47.74299,8.99891\n117,1645632332,47.74300,8.99892\n118,1645632337,47.74300,8.99891\n119,1645632342,47.74300,8.99890\n120,1645632347,47.74300,8.99889\n121,1645632352,47.74300,8.99889\n122,1645632357,47.74300,8.99888\n123,1645632362,47.74301,8.99888\n124,1645632367,47.74301,8.99888\n125,1645632372,47.74301,8.99888\n126,1645632377,47.74301,8.99888\n127,1645632382,47.74301,8.99888\n128,1645632387,47.74301,8.99888\n129,1645632392,47.74301,8.99887\n130,1645632397,47.74301,8.99887\n131,1645632402,47.74301,8.99888\n132,1645632407,47.74302,8.99888\n133,1645632412,47.74302,8.99888\n134,1645632417,47.74302,8.99888\n135,1645632422,47.74302,8.99888\n136,1645632427,47.74302,8.99887\n137,1645632432,47.74301,8.99887\n138,1645632437,47.74300,8.99886\n139,1645632442,47.74300,8.99886\n140,1645632447,47.74299,8.99885\n141,1645632452,47.74299,8.99885\n142,1645632457,47.74299,8.99885\n143,1645632462,47.74299,8.99884\n144,1645632467,47.74299,8.99884\n145,1645632472,47.74299,8.99884\n146,1645632477,47.74299,8.99884\n147,1645632482,47.74300,8.99884\n148,1645632487,47.74299,8.99883\n149,1645632492,47.74299,8.99882\n150,1645632497,47.74299,8.99882\n151,1645632502,47.74300,8.99883\n152,1645632507,47.74300,8.99883\n153,1645632512,47.74300,8.99883\n154,1645632517,47.74300,8.99883\n155,1645632522,47.74300,8.99883\n156,1645632527,47.74301,8.99883\n157,1645632532,47.74301,8.99884\n158,1645632537,47.74302,8.99885\n159,1645632542,47.74302,8.99885\n160,1645632547,47.74302,8.99885\n161,1645632552,47.74302,8.99885\n162,1645632557,47.74302,8.99886\n163,1645632562,47.74303,8.99887\n164,1645632567,47.74302,8.99887\n165,1645632572,47.74302,8.99886\n166,1645632577,47.74302,8.99885\n167,1645632582,47.74301,8.99884\n168,1645632587,47.74300,8.99883\n169,1645632592,47.74300,8.99883\n170,1645632597,47.74300,8.99883\n171,1645632602,47.74300,8.99882\n172,1645632607,47.74300,8.99882\n173,1645632612,47.74299,8.99882\n174,1645632617,47.74299,8.99882\n175,1645632622,47.74300,8.99882\n176,1645632627,47.74300,8.99884\n177,1645632632,47.74302,8.99887\n178,1645632637,47.74302,8.99887\n179,1645632642,47.74302,8.99888\n180,1645632647,47.74304,8.99889\n181,1645632652,47.74304,8.99890\n182,1645632657,47.74305,8.99890\n183,1645632662,47.74306,8.99891\n184,1645632667,47.74306,8.99891\n185,1645632672,47.74306,8.99891\n186,1645632677,47.74306,8.99891\n187,1645632682,47.74307,8.99891\n188,1645632687,47.74307,8.99892\n189,1645632692,47.74307,8.99893\n190,1645632697,47.74307,8.99894\n191,1645632702,47.74307,8.99894\n192,1645632707,47.74307,8.99894\n193,1645632712,47.74307,8.99894\n194,1645632717,47.74307,8.99894\n195,1645632722,47.74306,8.99894\n196,1645632727,47.74306,8.99895\n197,1645632732,47.74306,8.99895\n198,1645632737,47.74306,8.99896\n199,1645632742,47.74305,8.99896\n200,1645632747,47.74305,8.99897\n201,1645632752,47.74304,8.99897\n202,1645632757,47.74304,8.99897\n203,1645632762,47.74304,8.99898\n204,1645632767,47.74304,8.99899\n205,1645632772,47.74304,8.99901\n206,1645632777,47.74304,8.99901\n207,1645632782,47.74304,8.99901\n208,1645632787,47.74304,8.99902\n209,1645632792,47.74303,8.99902\n210,1645632797,47.74303,8.99903\n211,1645632802,47.74304,8.99904\n212,1645632807,47.74304,8.99905\n213,1645632812,47.74304,8.99905\n214,1645632817,47.74304,8.99906\n215,1645632822,47.74304,8.99906\n216,1645632827,47.74304,8.99906\n217,1645632832,47.74305,8.99905\n218,1645632837,47.74305,8.99905\n219,1645632842,47.74305,8.99905\n220,1645632847,47.74305,8.99905\n221,1645632852,47.74305,8.99905\n222,1645632857,47.74305,8.99905\n223,1645632862,47.74305,8.99905\n224,1645632867,47.74305,8.99905\n225,1645632872,47.74303,8.99905\n226,1645632877,47.74303,8.99905\n227,1645632882,47.74302,8.99905\n228,1645632887,47.74301,8.99905\n229,1645632892,47.74301,8.99904\n230,1645632897,47.74301,8.99903\n231,1645632902,47.74302,8.99902\n232,1645632907,47.74302,8.99902\n233,1645632912,47.74302,8.99902\n234,1645632917,47.74302,8.99902\n235,1645632922,47.74302,8.99902\n236,1645632927,47.74301,8.99902\n237,1645632932,47.74301,8.99902\n238,1645632937,47.74301,8.99902\n239,1645632942,47.74302,8.99902\n240,1645632947,47.74302,8.99902\n241,1645632952,47.74302,8.99902\n242,1645632957,47.74302,8.99902\n243,1645632962,47.74302,8.99902\n244,1645632967,47.74302,8.99902\n245,1645632972,47.74302,8.99902\n246,1645632977,47.74301,8.99901\n247,1645632982,47.74301,8.99901\n248,1645632987,47.74301,8.99901\n249,1645632992,47.74301,8.99902\n250,1645632997,47.74301,8.99902\n251,1645633002,47.74301,8.99901\n252,1645633007,47.74301,8.99901\n253,1645633012,47.74301,8.99900\n254,1645633017,47.74300,8.99899\n255,1645633022,47.74301,8.99898\n256,1645633027,47.74301,8.99898\n257,1645633032,47.74301,8.99898\n258,1645633037,47.74301,8.99898\n259,1645633042,47.74301,8.99898\n260,1645633047,47.74301,8.99898\n261,1645633052,47.74300,8.99898\n262,1645633057,47.74300,8.99898\n263,1645633062,47.74300,8.99898\n264,1645633067,47.74300,8.99898\n265,1645633072,47.74300,8.99898\n266,1645633077,47.74300,8.99898\n267,1645633082,47.74300,8.99898\n268,1645633087,47.74300,8.99897\n269,1645633092,47.74300,8.99896\n270,1645633097,47.74300,8.99896\n271,1645633102,47.74301,8.99895\n272,1645633107,47.74301,8.99895\n273,1645633112,47.74300,8.99895\n274,1645633117,47.74300,8.99895\n275,1645633122,47.74300,8.99896\n276,1645633127,47.74300,8.99896\n277,1645633132,47.74299,8.99897\n278,1645633137,47.74299,8.99897\n279,1645633142,47.74299,8.99896\n280,1645633147,47.74299,8.99897\n281,1645633152,47.74299,8.99897\n282,1645633157,47.74299,8.99897\n283,1645633162,47.74299,8.99897\n284,1645633167,47.74299,8.99897\n285,1645633172,47.74299,8.99897\n286,1645633177,47.74300,8.99897\n287,1645633182,47.74300,8.99898\n288,1645633187,47.74300,8.99897\n289,1645633192,47.74300,8.99897\n290,1645633197,47.74300,8.99897\n291,1645633202,47.74300,8.99897\n292,1645633207,47.74300,8.99897\n293,1645633212,47.74300,8.99897\n294,1645633217,47.74300,8.99897\n295,1645633222,47.74299,8.99898\n296,1645633227,47.74299,8.99898\n297,1645633232,47.74299,8.99899\n298,1645633237,47.74300,8.99899\n299,1645633242,47.74300,8.99899\n300,1645633247,47.74300,8.99899\n301,1645633252,47.74300,8.99899\n302,1645633257,47.74300,8.99899\n303,1645633262,47.74300,8.99899\n304,1645633267,47.74300,8.99899\n305,1645633272,47.74300,8.99899\n306,1645633277,47.74299,8.99899\n307,1645633282,47.74299,8.99899\n308,1645633287,47.74299,8.99898\n309,1645633292,47.74299,8.99897\n310,1645633297,47.74299,8.99897\n311,1645633302,47.74299,8.99897\n312,1645633307,47.74299,8.99897\n313,1645633312,47.74299,8.99897\n314,1645633317,47.74299,8.99897\n315,1645633322,47.74298,8.99896\n316,1645633327,47.74300,8.99898\n317,1645633332,47.74300,8.99898\n318,1645633337,47.74300,8.99898\n319,1645633342,47.74300,8.99898\n320,1645633347,47.74301,8.99897\n321,1645633352,47.74301,8.99897\n322,1645633357,47.74301,8.99897\n323,1645633362,47.74301,8.99897\n324,1645633367,47.74301,8.99897\n325,1645633372,47.74302,8.99896\n326,1645633377,47.74302,8.99896\n327,1645633382,47.74302,8.99896\n328,1645633387,47.74302,8.99896\n329,1645633392,47.74302,8.99895\n330,1645633397,47.74302,8.99897\n331,1645633402,47.74302,8.99897\n332,1645633407,47.74303,8.99897\n333,1645633412,47.74302,8.99897\n334,1645633417,47.74302,8.99897\n335,1645633422,47.74302,8.99896\n336,1645633427,47.74303,8.99896\n337,1645633432,47.74303,8.99897\n338,1645633437,47.74304,8.99896\n339,1645633442,47.74305,8.99896\n340,1645633447,47.74305,8.99896\n341,1645633452,47.74305,8.99896\n342,1645633457,47.74305,8.99895\n343,1645633462,47.74305,8.99895\n344,1645633467,47.74305,8.99895\n345,1645633472,47.74305,8.99895\n346,1645633477,47.74305,8.99895\n347,1645633482,47.74305,8.99895\n348,1645633487,47.74305,8.99895\n349,1645633492,47.74305,8.99895\n350,1645633497,47.74305,8.99895\n351,1645633502,47.74305,8.99895\n352,1645633507,47.74305,8.99895\n353,1645633512,47.74305,8.99895\n354,1645633517,47.74306,8.99895\n355,1645633522,47.74306,8.99896\n356,1645633527,47.74306,8.99896\n357,1645633532,47.74306,8.99896\n358,1645633537,47.74307,8.99896\n359,1645633542,47.74307,8.99896\n360,1645633547,47.74307,8.99896\n361,1645633552,47.74307,8.99896\n362,1645633557,47.74307,8.99896\n363,1645633562,47.74307,8.99896\n364,1645633567,47.74307,8.99896\n365,1645633572,47.74307,8.99896\n366,1645633577,47.74307,8.99896\n367,1645633582,47.74306,8.99896\n368,1645633587,47.74306,8.99896\n369,1645633592,47.74305,8.99895\n370,1645633597,47.74305,8.99895\n371,1645633602,47.74304,8.99895\n372,1645633607,47.74304,8.99895\n373,1645633612,47.74304,8.99894\n374,1645633617,47.74303,8.99894\n375,1645633622,47.74303,8.99894\n376,1645633627,47.74303,8.99893\n377,1645633632,47.74303,8.99893\n378,1645633637,47.74303,8.99893\n379,1645633642,47.74303,8.99893\n380,1645633647,47.74304,8.99893\n381,1645633652,47.74304,8.99892\n382,1645633657,47.74304,8.99892\n383,1645633662,47.74304,8.99893\n384,1645633667,47.74304,8.99893\n385,1645633672,47.74305,8.99893\n386,1645633677,47.74306,8.99894\n387,1645633682,47.74306,8.99894\n388,1645633687,47.74306,8.99894\n389,1645633692,47.74306,8.99894\n390,1645633697,47.74305,8.99894\n391,1645633702,47.74306,8.99894\n392,1645633707,47.74306,8.99894\n393,1645633712,47.74306,8.99893\n394,1645633717,47.74306,8.99893\n395,1645633722,47.74306,8.99893\n396,1645633727,47.74306,8.99893\n397,1645633732,47.74306,8.99893\n398,1645633737,47.74306,8.99893\n399,1645633742,47.74306,8.99893\n400,1645633747,47.74306,8.99893\n401,1645633752,47.74306,8.99892\n402,1645633757,47.74307,8.99892\n403,1645633762,47.74307,8.99892\n404,1645633767,47.74306,8.99892\n405,1645633772,47.74306,8.99892\n406,1645633777,47.74306,8.99892\n407,1645633782,47.74307,8.99892\n408,1645633787,47.74307,8.99892\n409,1645633792,47.74307,8.99893\n410,1645633797,47.74307,8.99895\n411,1645633802,47.74307,8.99895\n412,1645633807,47.74307,8.99895\n413,1645633812,47.74306,8.99895\n414,1645633817,47.74306,8.99894\n415,1645633822,47.74306,8.99894\n416,1645633827,47.74306,8.99894\n417,1645633832,47.74306,8.99894\n418,1645633837,47.74307,8.99894\n419,1645633842,47.74306,8.99894\n420,1645633847,47.74306,8.99894\n421,1645633852,47.74306,8.99894\n422,1645633857,47.74306,8.99894\n423,1645633862,47.74306,8.99894\n424,1645633867,47.74307,8.99894\n425,1645633872,47.74307,8.99893\n426,1645633877,47.74307,8.99893\n427,1645633882,47.74307,8.99893\n428,1645633887,47.74307,8.99893\n429,1645633892,47.74307,8.99893\n430,1645633897,47.74307,8.99892\n431,1645633902,47.74306,8.99892\n432,1645633907,47.74306,8.99892\n433,1645633912,47.74306,8.99892\n434,1645633917,47.74307,8.99892\n435,1645633922,47.74306,8.99892\n436,1645633927,47.74306,8.99892\n437,1645633932,47.74306,8.99892\n438,1645633937,47.74306,8.99891\n439,1645633942,47.74306,8.99891\n440,1645633947,47.74306,8.99890\n441,1645633952,47.74305,8.99890\n442,1645633957,47.74306,8.99890\n443,1645633962,47.74305,8.99890\n444,1645633967,47.74306,8.99890\n445,1645633972,47.74306,8.99890\n446,1645633977,47.74306,8.99891\n447,1645633982,47.74306,8.99890\n448,1645633987,47.74306,8.99890\n449,1645633992,47.74305,8.99890\n450,1645633997,47.74306,8.99890\n451,1645634002,47.74307,8.99891\n452,1645634007,47.74307,8.99891\n453,1645634012,47.74307,8.99891\n454,1645634017,47.74307,8.99891\n455,1645634022,47.74308,8.99891\n456,1645634027,47.74308,8.99891\n457,1645634032,47.74308,8.99890\n458,1645634037,47.74308,8.99891\n459,1645634042,47.74308,8.99890\n460,1645634047,47.74308,8.99890\n461,1645634052,47.74308,8.99890\n462,1645634057,47.74308,8.99891\n463,1645634062,47.74308,8.99891\n464,1645634067,47.74309,8.99891\n465,1645634072,47.74309,8.99891\n466,1645634077,47.74309,8.99891\n467,1645634082,47.74309,8.99891\n468,1645634087,47.74309,8.99891\n469,1645634092,47.74310,8.99891\n470,1645634097,47.74309,8.99891\n471,1645634102,47.74309,8.99892\n472,1645634107,47.74308,8.99892\n473,1645634112,47.74308,8.99892\n474,1645634117,47.74308,8.99892\n475,1645634122,47.74308,8.99892\n476,1645634127,47.74307,8.99892\n477,1645634132,47.74307,8.99892\n478,1645634137,47.74307,8.99893\n479,1645634142,47.74308,8.99893\n480,1645634147,47.74308,8.99893\n481,1645634152,47.74308,8.99893\n482,1645634157,47.74307,8.99892\n483,1645634162,47.74308,8.99892\n484,1645634167,47.74308,8.99893\n485,1645634172,47.74308,8.99893\n486,1645634177,47.74308,8.99893\n487,1645634182,47.74308,8.99893\n488,1645634187,47.74308,8.99893\n489,1645634192,47.74308,8.99893\n490,1645634197,47.74308,8.99892\n491,1645634202,47.74308,8.99891\n492,1645634207,47.74308,8.99891\n493,1645634212,47.74308,8.99890\n494,1645634217,47.74307,8.99890\n495,1645634222,47.74308,8.99890\n496,1645634227,47.74308,8.99889\n497,1645634232,47.74308,8.99890\n498,1645634237,47.74308,8.99890\n499,1645634242,47.74308,8.99890\n500,1645634247,47.74308,8.99890\n501,1645634252,47.74308,8.99891\n502,1645634257,47.74308,8.99891\n503,1645634262,47.74308,8.99892\n504,1645634267,47.74308,8.99893\n505,1645634272,47.74308,8.99893\n506,1645634277,47.74309,8.99894\n507,1645634282,47.74309,8.99894\n508,1645634287,47.74309,8.99894\n509,1645634292,47.74309,8.99894\n510,1645634297,47.74309,8.99894\n511,1645634302,47.74308,8.99894\n512,1645634307,47.74308,8.99895\n513,1645634312,47.74308,8.99894\n514,1645634317,47.74308,8.99894\n515,1645634322,47.74308,8.99894\n516,1645634327,47.74308,8.99894\n517,1645634332,47.74308,8.99894\n518,1645634337,47.74307,8.99894\n519,1645634342,47.74307,8.99895\n520,1645634347,47.74307,8.99895\n521,1645634352,47.74306,8.99895\n522,1645634357,47.74306,8.99895\n523,1645634362,47.74306,8.99895\n524,1645634367,47.74305,8.99896\n525,1645634372,47.74304,8.99896\n526,1645634377,47.74304,8.99897\n527,1645634382,47.74303,8.99897\n528,1645634387,47.74303,8.99897\n529,1645634392,47.74302,8.99898\n530,1645634397,47.74302,8.99898\n531,1645634402,47.74302,8.99898\n532,1645634407,47.74301,8.99899\n533,1645634412,47.74300,8.99900\n534,1645634417,47.74300,8.99900\n535,1645634422,47.74300,8.99900\n536,1645634427,47.74300,8.99900\n537,1645634432,47.74300,8.99900\n538,1645634437,47.74299,8.99900\n539,1645634442,47.74299,8.99900\n540,1645634447,47.74299,8.99900\n541,1645634452,47.74300,8.99900\n542,1645634457,47.74300,8.99900\n543,1645634462,47.74301,8.99901\n544,1645634467,47.74301,8.99901\n545,1645634472,47.74302,8.99901\n546,1645634477,47.74301,8.99900\n547,1645634482,47.74301,8.99900\n548,1645634487,47.74301,8.99900\n549,1645634492,47.74301,8.99901\n550,1645634497,47.74301,8.99901\n551,1645634502,47.74300,8.99901\n552,1645634507,47.74300,8.99901\n553,1645634512,47.74300,8.99901\n554,1645634517,47.74300,8.99901\n555,1645634522,47.74300,8.99901\n556,1645634527,47.74299,8.99901\n557,1645634532,47.74299,8.99901\n558,1645634537,47.74299,8.99901\n559,1645634542,47.74298,8.99901\n560,1645634547,47.74298,8.99901\n561,1645634552,47.74298,8.99902\n562,1645634557,47.74298,8.99902\n563,1645634562,47.74298,8.99902\n564,1645634567,47.74298,8.99902\n565,1645634572,47.74298,8.99901\n566,1645634577,47.74299,8.99901\n567,1645634582,47.74299,8.99901\n568,1645634587,47.74299,8.99901\n569,1645634592,47.74299,8.99901\n570,1645634597,47.74299,8.99901\n571,1645634602,47.74300,8.99901\n572,1645634607,47.74301,8.99900\n573,1645634612,47.74301,8.99900\n574,1645634617,47.74302,8.99900\n575,1645634622,47.74301,8.99900\n576,1645634627,47.74302,8.99900\n577,1645634632,47.74302,8.99900\n578,1645634637,47.74302,8.99901\n579,1645634642,47.74302,8.99901\n580,1645634647,47.74302,8.99901\n581,1645634652,47.74303,8.99901\n582,1645634657,47.74303,8.99901\n583,1645634662,47.74303,8.99901\n584,1645634667,47.74303,8.99901\n585,1645634672,47.74303,8.99901\n586,1645634677,47.74303,8.99901\n587,1645634682,47.74303,8.99901\n588,1645634687,47.74302,8.99900\n589,1645634692,47.74302,8.99900\n590,1645634697,47.74302,8.99900\n591,1645634702,47.74302,8.99900\n592,1645634707,47.74301,8.99901\n593,1645634712,47.74301,8.99901\n594,1645634717,47.74301,8.99900\n595,1645634722,47.74301,8.99900\n596,1645634727,47.74300,8.99900\n597,1645634732,47.74300,8.99900\n598,1645634737,47.74300,8.99900\n599,1645634742,47.74300,8.99900\n600,1645634747,47.74300,8.99900\n601,1645634752,47.74301,8.99900\n602,1645634757,47.74301,8.99899\n603,1645634762,47.74301,8.99899\n604,1645634767,47.74302,8.99899\n605,1645634772,47.74302,8.99899\n606,1645634777,47.74302,8.99899\n607,1645634782,47.74302,8.99899\n608,1645634787,47.74302,8.99900\n609,1645634792,47.74303,8.99899\n610,1645634797,47.74303,8.99900\n611,1645634802,47.74303,8.99900\n612,1645634807,47.74303,8.99900\n613,1645634812,47.74303,8.99900\n614,1645634817,47.74304,8.99900\n615,1645634822,47.74304,8.99900\n616,1645634827,47.74304,8.99899\n617,1645634832,47.74304,8.99899\n618,1645634837,47.74303,8.99898\n619,1645634842,47.74303,8.99898\n620,1645634847,47.74304,8.99898\n621,1645634852,47.74304,8.99898\n622,1645634857,47.74304,8.99897\n623,1645634862,47.74304,8.99897\n624,1645634867,47.74305,8.99897\n625,1645634872,47.74305,8.99897\n626,1645634877,47.74304,8.99898\n627,1645634882,47.74304,8.99898\n628,1645634887,47.74304,8.99898\n629,1645634892,47.74303,8.99899\n630,1645634897,47.74303,8.99899\n631,1645634902,47.74303,8.99899\n632,1645634907,47.74303,8.99899\n633,1645634912,47.74304,8.99899\n634,1645634917,47.74304,8.99898\n635,1645634922,47.74305,8.99898\n636,1645634927,47.74305,8.99897\n637,1645634932,47.74306,8.99897\n638,1645634937,47.74306,8.99896\n639,1645634942,47.74307,8.99896\n640,1645634947,47.74307,8.99896\n641,1645634952,47.74307,8.99896\n642,1645634957,47.74307,8.99896\n643,1645634962,47.74307,8.99896\n644,1645634967,47.74307,8.99897\n645,1645634972,47.74306,8.99896\n646,1645634977,47.74307,8.99897\n647,1645634982,47.74307,8.99896\n648,1645634987,47.74307,8.99896\n649,1645634992,47.74307,8.99897\n650,1645634997,47.74307,8.99896\n651,1645635002,47.74308,8.99896\n652,1645635007,47.74308,8.99896\n653,1645635012,47.74308,8.99895\n654,1645635017,47.74309,8.99895\n655,1645635022,47.74310,8.99894\n656,1645635027,47.74310,8.99894\n657,1645635032,47.74310,8.99894\n658,1645635037,47.74310,8.99894\n659,1645635042,47.74309,8.99895\n660,1645635047,47.74309,8.99895\n661,1645635052,47.74309,8.99895\n662,1645635057,47.74309,8.99895\n663,1645635062,47.74308,8.99895\n664,1645635067,47.74308,8.99895\n665,1645635072,47.74308,8.99895\n666,1645635077,47.74308,8.99895\n667,1645635082,47.74307,8.99896\n668,1645635087,47.74307,8.99896\n669,1645635092,47.74307,8.99896\n670,1645635097,47.74306,8.99896\n671,1645635102,47.74305,8.99896\n672,1645635107,47.74305,8.99897\n673,1645635112,47.74305,8.99897\n674,1645635117,47.74305,8.99897\n675,1645635122,47.74303,8.99899\n676,1645635127,47.74302,8.99898\n677,1645635132,47.74302,8.99898\n678,1645635137,47.74302,8.99898\n679,1645635142,47.74302,8.99898\n680,1645635147,47.74301,8.99899\n681,1645635152,47.74302,8.99898\n682,1645635157,47.74302,8.99899\n683,1645635162,47.74302,8.99899\n684,1645635167,47.74302,8.99899\n685,1645635172,47.74302,8.99899\n686,1645635177,47.74302,8.99899\n687,1645635182,47.74302,8.99899\n688,1645635187,47.74303,8.99898\n689,1645635192,47.74303,8.99898\n690,1645635197,47.74304,8.99897\n691,1645635202,47.74304,8.99897\n692,1645635207,47.74304,8.99897\n693,1645635212,47.74304,8.99897\n694,1645635217,47.74304,8.99897\n695,1645635222,47.74304,8.99897\n696,1645635227,47.74304,8.99897\n697,1645635232,47.74305,8.99897\n698,1645635237,47.74305,8.99897\n699,1645635242,47.74305,8.99897\n700,1645635247,47.74306,8.99896\n701,1645635252,47.74306,8.99896\n702,1645635257,47.74307,8.99896\n703,1645635262,47.74307,8.99896\n704,1645635267,47.74307,8.99896\n705,1645635272,47.74307,8.99896\n706,1645635277,47.74306,8.99897\n707,1645635282,47.74306,8.99896\n708,1645635287,47.74306,8.99896\n709,1645635292,47.74306,8.99897\n710,1645635297,47.74306,8.99897\n711,1645635302,47.74305,8.99897\n712,1645635307,47.74304,8.99898\n713,1645635312,47.74305,8.99898\n714,1645635317,47.74305,8.99898\n715,1645635322,47.74305,8.99898\n716,1645635327,47.74305,8.99898\n717,1645635332,47.74305,8.99898\n718,1645635337,47.74305,8.99898\n719,1645635342,47.74305,8.99899\n720,1645635347,47.74304,8.99899\n721,1645635352,47.74304,8.99899\n722,1645635357,47.74304,8.99899\n723,1645635362,47.74304,8.99899\n724,1645635367,47.74304,8.99898\n725,1645635372,47.74305,8.99898\n726,1645635377,47.74305,8.99898\n727,1645635382,47.74305,8.99897\n728,1645635387,47.74305,8.99897\n729,1645635392,47.74305,8.99897\n730,1645635397,47.74305,8.99897\n731,1645635402,47.74305,8.99897\n732,1645635407,47.74306,8.99897\n733,1645635412,47.74305,8.99896\n734,1645635417,47.74305,8.99896\n735,1645635422,47.74305,8.99897\n736,1645635427,47.74305,8.99897\n737,1645635432,47.74305,8.99897\n738,1645635437,47.74305,8.99897\n739,1645635442,47.74305,8.99897\n740,1645635447,47.74305,8.99898\n741,1645635452,47.74304,8.99899\n742,1645635457,47.74304,8.99899\n743,1645635462,47.74304,8.99898\n744,1645635467,47.74303,8.99899\n745,1645635472,47.74303,8.99899\n746,1645635477,47.74302,8.99899\n747,1645635482,47.74302,8.99899\n748,1645635487,47.74302,8.99899\n749,1645635492,47.74301,8.99899\n750,1645635497,47.74301,8.99899\n751,1645635502,47.74301,8.99899\n752,1645635507,47.74301,8.99899\n753,1645635512,47.74301,8.99899\n754,1645635517,47.74301,8.99899\n755,1645635522,47.74302,8.99898\n756,1645635527,47.74302,8.99898\n757,1645635532,47.74302,8.99898\n758,1645635537,47.74302,8.99898\n759,1645635542,47.74302,8.99898\n760,1645635547,47.74302,8.99897\n761,1645635552,47.74302,8.99897\n762,1645635557,47.74303,8.99897\n763,1645635562,47.74304,8.99896\n764,1645635567,47.74304,8.99896\n765,1645635572,47.74304,8.99896\n766,1645635577,47.74304,8.99897\n767,1645635582,47.74305,8.99897\n768,1645635587,47.74305,8.99897\n769,1645635592,47.74306,8.99897\n770,1645635597,47.74306,8.99897\n771,1645635602,47.74306,8.99898\n772,1645635607,47.74307,8.99898\n773,1645635612,47.74307,8.99898\n774,1645635617,47.74307,8.99898\n775,1645635622,47.74307,8.99898\n776,1645635627,47.74306,8.99899\n777,1645635632,47.74306,8.99899\n778,1645635637,47.74307,8.99899\n779,1645635642,47.74307,8.99899\n780,1645635647,47.74307,8.99899\n781,1645635652,47.74307,8.99899\n782,1645635657,47.74307,8.99899\n783,1645635662,47.74307,8.99899\n784,1645635667,47.74307,8.99899\n785,1645635672,47.74307,8.99899\n786,1645635677,47.74307,8.99899\n787,1645635682,47.74307,8.99899\n788,1645635687,47.74307,8.99899\n789,1645635692,47.74307,8.99899\n790,1645635697,47.74307,8.99899\n791,1645635702,47.74307,8.99899\n792,1645635707,47.74307,8.99899\n793,1645635712,47.74307,8.99899\n794,1645635717,47.74307,8.99899\n795,1645635722,47.74307,8.99899\n796,1645635727,47.74307,8.99899\n797,1645635732,47.74307,8.99900\n798,1645635737,47.74307,8.99900\n799,1645635742,47.74307,8.99900\n800,1645635747,47.74307,8.99900\n801,1645635752,47.74307,8.99900\n802,1645635757,47.74306,8.99900\n803,1645635762,47.74306,8.99900\n804,1645635767,47.74306,8.99900\n805,1645635772,47.74306,8.99900\n806,1645635777,47.74306,8.99900\n807,1645635782,47.74306,8.99900\n808,1645635787,47.74306,8.99900\n809,1645635792,47.74306,8.99900\n810,1645635797,47.74306,8.99900\n811,1645635802,47.74306,8.99900\n812,1645635807,47.74306,8.99900\n813,1645635812,47.74306,8.99900\n814,1645635817,47.74306,8.99900\n815,1645635822,47.74306,8.99900\n816,1645635827,47.74306,8.99900\n817,1645635832,47.74306,8.99900\n818,1645635837,47.74306,8.99900\n819,1645635842,47.74306,8.99900\n820,1645635847,47.74306,8.99900\n821,1645635852,47.74306,8.99901\n822,1645635857,47.74306,8.99901\n823,1645635862,47.74306,8.99901\n824,1645635867,47.74305,8.99900\n825,1645635872,47.74305,8.99900\n826,1645635877,47.74305,8.99900\n827,1645635882,47.74305,8.99900\n828,1645635887,47.74305,8.99900\n829,1645635892,47.74305,8.99900\n830,1645635897,47.74305,8.99900\n831,1645635902,47.74305,8.99900\n832,1645635907,47.74305,8.99900\n833,1645635912,47.74305,8.99900\n834,1645635917,47.74305,8.99900\n835,1645635922,47.74305,8.99900\n836,1645635927,47.74305,8.99900\n837,1645635932,47.74305,8.99900\n838,1645635937,47.74305,8.99900\n839,1645635942,47.74305,8.99900\n840,1645635947,47.74305,8.99900\n841,1645635952,47.74305,8.99900\n842,1645635957,47.74305,8.99900\n843,1645635962,47.74305,8.99900\n844,1645635967,47.74305,8.99900\n845,1645635972,47.74305,8.99900\n846,1645635977,47.74305,8.99900\n847,1645635982,47.74305,8.99900\n848,1645635987,47.74305,8.99900\n849,1645635992,47.74305,8.99900\n850,1645635997,47.74305,8.99900\n851,1645636002,47.74305,8.99900\n852,1645636007,47.74305,8.99900\n853,1645636012,47.74305,8.99900\n854,1645636017,47.74305,8.99900\n855,1645636022,47.74305,8.99900\n856,1645636027,47.74305,8.99900\n857,1645636032,47.74305,8.99900\n858,1645636037,47.74305,8.99900\n859,1645636042,47.74305,8.99900\n860,1645636047,47.74305,8.99900\n861,1645636052,47.74305,8.99900\n862,1645636057,47.74305,8.99900\n863,1645636062,47.74305,8.99900\n864,1645636067,47.74305,8.99900\n865,1645636072,47.74305,8.99900\n866,1645636077,47.74305,8.99900\n867,1645636082,47.74305,8.99900\n868,1645636087,47.74305,8.99900\n869,1645636092,47.74305,8.99900\n870,1645636097,47.74305,8.99900\n871,1645636102,47.74305,8.99900\n872,1645636107,47.74305,8.99900\n873,1645636112,47.74305,8.99900\n874,1645636117,47.74305,8.99900\n875,1645636122,47.74305,8.99900\n876,1645636127,47.74305,8.99900\n877,1645636132,47.74305,8.99900\n878,1645636137,47.74305,8.99900\n879,1645636142,47.74305,8.99900\n880,1645636147,47.74305,8.99900\n881,1645636152,47.74305,8.99900\n882,1645636157,47.74305,8.99900\n883,1645636162,47.74305,8.99900\n884,1645636167,47.74305,8.99900\n885,1645636172,47.74305,8.99900\n886,1645636177,47.74305,8.99900\n887,1645636182,47.74305,8.99900\n888,1645636187,47.74305,8.99900\n889,1645636192,47.74305,8.99900\n890,1645636197,47.74305,8.99900\n891,1645636202,47.74305,8.99900\n892,1645636207,47.74305,8.99900\n893,1645636212,47.74305,8.99900\n894,1645636217,47.74305,8.99900\n895,1645636222,47.74305,8.99900\n896,1645636227,47.74305,8.99900\n897,1645636232,47.74305,8.99901\n898,1645636237,47.74305,8.99900\n899,1645636242,47.74305,8.99900\n900,1645636247,47.74305,8.99901\n901,1645636252,47.74305,8.99902\n902,1645636257,47.74305,8.99902\n903,1645636262,47.74305,8.99902\n904,1645636267,47.74305,8.99902\n905,1645636272,47.74305,8.99902\n906,1645636277,47.74305,8.99902\n907,1645636282,47.74305,8.99902\n908,1645636287,47.74305,8.99902\n909,1645636292,47.74305,8.99902\n910,1645636297,47.74305,8.99902\n911,1645636302,47.74305,8.99902\n912,1645636307,47.74305,8.99902\n913,1645636312,47.74306,8.99902\n914,1645636317,47.74306,8.99902\n915,1645636322,47.74306,8.99902\n916,1645636327,47.74306,8.99902\n917,1645636332,47.74306,8.99903\n918,1645636337,47.74305,8.99902\n919,1645636342,47.74305,8.99900\n920,1645636347,47.74305,8.99898\n921,1645636352,47.74304,8.99897\n922,1645636357,47.74305,8.99896\n923,1645636362,47.74305,8.99896\n924,1645636367,47.74305,8.99896\n925,1645636372,47.74305,8.99896\n926,1645636377,47.74305,8.99896\n927,1645636382,47.74304,8.99896\n928,1645636387,47.74304,8.99896\n929,1645636392,47.74304,8.99896\n930,1645636397,47.74304,8.99896\n931,1645636402,47.74304,8.99896\n932,1645636407,47.74304,8.99896\n933,1645636412,47.74304,8.99896\n934,1645636417,47.74304,8.99896\n935,1645636422,47.74304,8.99896\n936,1645636427,47.74304,8.99896\n937,1645636432,47.74304,8.99896\n938,1645636437,47.74304,8.99896\n939,1645636442,47.74304,8.99896\n940,1645636447,47.74304,8.99896\n941,1645636452,47.74304,8.99896\n942,1645636457,47.74304,8.99896\n943,1645636462,47.74304,8.99896\n944,1645636467,47.74304,8.99896\n945,1645636472,47.74304,8.99896\n946,1645636477,47.74304,8.99896\n947,1645636482,47.74304,8.99896\n948,1645636487,47.74304,8.99896\n949,1645636492,47.74304,8.99896\n950,1645636497,47.74304,8.99896\n951,1645636502,47.74304,8.99896\n952,1645636507,47.74304,8.99896\n953,1645636512,47.74304,8.99896\n954,1645636517,47.74304,8.99896\n955,1645636522,47.74304,8.99896\n956,1645636527,47.74304,8.99896\n957,1645636532,47.74304,8.99896\n958,1645636537,47.74304,8.99896\n959,1645636542,47.74304,8.99896\n960,1645636547,47.74304,8.99896\n961,1645636552,47.74304,8.99896\n962,1645636557,47.74304,8.99896\n963,1645636562,47.74304,8.99896\n964,1645636567,47.74304,8.99896\n965,1645636572,47.74304,8.99896\n966,1645636577,47.74304,8.99896\n967,1645636582,47.74304,8.99896\n968,1645636587,47.74304,8.99896\n969,1645636592,47.74304,8.99896\n970,1645636597,47.74304,8.99896\n971,1645636602,47.74304,8.99896\n972,1645636607,47.74304,8.99896\n973,1645636612,47.74304,8.99896\n974,1645636617,47.74304,8.99896\n975,1645636622,47.74304,8.99896\n976,1645636627,47.74304,8.99896\n977,1645636632,47.74304,8.99896\n978,1645636637,47.74304,8.99896\n979,1645636642,47.74305,8.99896\n980,1645636647,47.74305,8.99896\n981,1645636652,47.74305,8.99896\n982,1645636657,47.74305,8.99896\n983,1645636662,47.74305,8.99896\n984,1645636667,47.74305,8.99896\n985,1645636672,47.74305,8.99896\n986,1645636677,47.74305,8.99896\n987,1645636682,47.74305,8.99896\n988,1645636687,47.74305,8.99896\n989,1645636692,47.74305,8.99896\n990,1645636697,47.74305,8.99896\n991,1645636702,47.74305,8.99896\n992,1645636707,47.74305,8.99896\n993,1645636712,47.74305,8.99896\n994,1645636717,47.74305,8.99896\n995,1645636722,47.74305,8.99896\n996,1645636727,47.74305,8.99896\n997,1645636732,47.74305,8.99896\n998,1645636737,47.74305,8.99896\n999,1645636742,47.74305,8.99896\n1000,1645636747,47.74305,8.99896\n1001,1645636752,47.74305,8.99896\n1002,1645636757,47.74305,8.99896\n1003,1645636762,47.74305,8.99896\n1004,1645636767,47.74305,8.99896\n1005,1645636772,47.74305,8.99896\n1006,1645636777,47.74305,8.99896\n1007,1645636782,47.74304,8.99896\n1008,1645636787,47.74305,8.99896\n1009,1645636792,47.74305,8.99896\n1010,1645636797,47.74305,8.99896\n1011,1645636802,47.74305,8.99896\n1012,1645636807,47.74305,8.99896\n1013,1645636812,47.74305,8.99896\n1014,1645636817,47.74305,8.99896\n1015,1645636822,47.74305,8.99896\n1016,1645636827,47.74305,8.99896\n1017,1645636832,47.74305,8.99896\n1018,1645636837,47.74305,8.99896\n1019,1645636842,47.74305,8.99896\n1020,1645636847,47.74305,8.99896\n1021,1645636852,47.74305,8.99896\n1022,1645636857,47.74305,8.99896\n1023,1645636862,47.74305,8.99896\n1024,1645636867,47.74305,8.99896\n1025,1645636872,47.74305,8.99896\n1026,1645636877,47.74305,8.99896\n1027,1645636882,47.74305,8.99896\n1028,1645636887,47.74305,8.99896\n1029,1645636892,47.74305,8.99896\n1030,1645636897,47.74305,8.99896\n1031,1645636902,47.74305,8.99896\n1032,1645636907,47.74305,8.99896\n1033,1645636912,47.74305,8.99896\n1034,1645636917,47.74305,8.99896\n1035,1645636922,47.74305,8.99896\n1036,1645636927,47.74305,8.99896\n1037,1645636932,47.74305,8.99896\n1038,1645636937,47.74305,8.99896\n1039,1645636942,47.74305,8.99896\n1040,1645636947,47.74305,8.99896\n1041,1645636952,47.74305,8.99896\n1042,1645636957,47.74305,8.99896\n1043,1645636962,47.74306,8.99896\n1044,1645636967,47.74306,8.99896\n1045,1645636972,47.74306,8.99896\n1046,1645636977,47.74306,8.99896\n1047,1645636982,47.74306,8.99896\n1048,1645636987,47.74306,8.99896\n1049,1645636992,47.74306,8.99896\n1050,1645636997,47.74306,8.99896\n1051,1645637002,47.74306,8.99896\n1052,1645637007,47.74306,8.99896\n1053,1645637012,47.74306,8.99897\n1054,1645637017,47.74306,8.99897\n1055,1645637022,47.74306,8.99897\n1056,1645637027,47.74306,8.99897\n1057,1645637032,47.74306,8.99897\n1058,1645637037,47.74307,8.99898\n1059,1645637042,47.74307,8.99898\n1060,1645637047,47.74307,8.99898\n1061,1645637052,47.74307,8.99898\n1062,1645637057,47.74308,8.99899\n1063,1645637062,47.74308,8.99899\n1064,1645637067,47.74308,8.99899\n1065,1645637072,47.74308,8.99899\n1066,1645637077,47.74308,8.99899\n1067,1645637082,47.74308,8.99899\n1068,1645637087,47.74308,8.99899\n1069,1645637092,47.74308,8.99899\n1070,1645637097,47.74308,8.99899\n1071,1645637102,47.74308,8.99899\n1072,1645637107,47.74308,8.99899\n1073,1645637112,47.74308,8.99899\n1074,1645637117,47.74308,8.99899\n1075,1645637122,47.74308,8.99899\n1076,1645637127,47.74308,8.99899\n1077,1645637132,47.74308,8.99899\n1078,1645637137,47.74308,8.99899\n1079,1645637142,47.74308,8.99899\n1080,1645637147,47.74308,8.99899\n1081,1645637152,47.74308,8.99899\n1082,1645637157,47.74308,8.99899\n1083,1645637162,47.74308,8.99899\n1084,1645637167,47.74308,8.99899\n1085,1645637172,47.74308,8.99899\n1086,1645637177,47.74308,8.99899\n1087,1645637182,47.74308,8.99899\n1088,1645637187,47.74308,8.99899\n1089,1645637192,47.74308,8.99899\n1090,1645637197,47.74308,8.99899\n1091,1645637202,47.74308,8.99899\n1092,1645637207,47.74308,8.99899\n1093,1645637212,47.74309,8.99900\n1094,1645637217,47.74310,8.99900\n1095,1645637222,47.74310,8.99900\n1096,1645637227,47.74310,8.99900\n1097,1645637232,47.74310,8.99900\n1098,1645637237,47.74310,8.99900\n1099,1645637242,47.74309,8.99899\n1100,1645637247,47.74309,8.99899\n1101,1645637252,47.74308,8.99899\n1102,1645637257,47.74308,8.99899\n1103,1645637262,47.74308,8.99899\n1104,1645637267,47.74309,8.99899\n1105,1645637272,47.74309,8.99899\n1106,1645637277,47.74309,8.99899\n1107,1645637282,47.74309,8.99899\n1108,1645637287,47.74309,8.99899\n1109,1645637292,47.74309,8.99899\n1110,1645637297,47.74309,8.99899\n1111,1645637302,47.74309,8.99899\n1112,1645637307,47.74309,8.99899\n1113,1645637312,47.74309,8.99899\n1114,1645637317,47.74309,8.99899\n1115,1645637322,47.74309,8.99899\n1116,1645637327,47.74309,8.99899\n1117,1645637332,47.74309,8.99899\n1118,1645637337,47.74309,8.99899\n1119,1645637342,47.74309,8.99899\n1120,1645637347,47.74309,8.99899\n1121,1645637352,47.74309,8.99899\n1122,1645637357,47.74308,8.99899\n1123,1645637362,47.74308,8.99898\n1124,1645637367,47.74308,8.99898\n1125,1645637372,47.74308,8.99898\n1126,1645637377,47.74308,8.99898\n1127,1645637382,47.74308,8.99898\n1128,1645637387,47.74308,8.99898\n1129,1645637392,47.74308,8.99898\n1130,1645637397,47.74308,8.99898\n1131,1645637402,47.74308,8.99898\n1132,1645637407,47.74308,8.99898\n1133,1645637412,47.74308,8.99898\n1134,1645637417,47.74308,8.99898\n1135,1645637422,47.74308,8.99898\n1136,1645637427,47.74308,8.99898\n1137,1645637432,47.74308,8.99898\n1138,1645637437,47.74308,8.99898\n1139,1645637442,47.74308,8.99898\n1140,1645637447,47.74308,8.99898\n1141,1645637452,47.74308,8.99898\n1142,1645637457,47.74308,8.99898\n1143,1645637462,47.74308,8.99898\n1144,1645637467,47.74308,8.99898\n1145,1645637472,47.74308,8.99898\n1146,1645637477,47.74308,8.99898\n1147,1645637482,47.74308,8.99898\n1148,1645637487,47.74308,8.99898\n1149,1645637492,47.74308,8.99898\n1150,1645637497,47.74308,8.99898\n1151,1645637502,47.74308,8.99898\n1152,1645637507,47.74308,8.99898\n1153,1645637512,47.74308,8.99898\n1154,1645637517,47.74308,8.99898\n1155,1645637522,47.74308,8.99898\n1156,1645637527,47.74308,8.99898\n1157,1645637532,47.74308,8.99898\n1158,1645637537,47.74308,8.99898\n1159,1645637542,47.74308,8.99898\n1160,1645637547,47.74308,8.99898\n1161,1645637552,47.74308,8.99898\n1162,1645637557,47.74308,8.99898\n1163,1645637562,47.74308,8.99898\n1164,1645637567,47.74308,8.99898\n1165,1645637572,47.74308,8.99898\n1166,1645637577,47.74308,8.99898\n1167,1645637582,47.74308,8.99898\n1168,1645637587,47.74308,8.99898\n1169,1645637592,47.74308,8.99898\n1170,1645637597,47.74308,8.99898\n1171,1645637602,47.74308,8.99898\n1172,1645637607,47.74308,8.99899\n1173,1645637612,47.74309,8.99901\n1174,1645637617,47.74309,8.99901\n1175,1645637622,47.74309,8.99901\n1176,1645637627,47.74309,8.99901\n1177,1645637632,47.74309,8.99901\n1178,1645637637,47.74309,8.99901\n1179,1645637642,47.74309,8.99901\n1180,1645637647,47.74309,8.99901\n1181,1645637652,47.74309,8.99901\n1182,1645637657,47.74309,8.99901\n1183,1645637662,47.74309,8.99901\n1184,1645637667,47.74309,8.99900\n1185,1645637672,47.74308,8.99900\n1186,1645637677,47.74308,8.99900\n1187,1645637682,47.74308,8.99900\n1188,1645637687,47.74307,8.99900\n1189,1645637692,47.74307,8.99900\n1190,1645637697,47.74306,8.99900\n1191,1645637702,47.74306,8.99900\n1192,1645637707,47.74306,8.99900\n1193,1645637712,47.74306,8.99900\n1194,1645637717,47.74306,8.99899\n1195,1645637722,47.74306,8.99899\n1196,1645637727,47.74306,8.99900\n1197,1645637732,47.74307,8.99899\n1198,1645637737,47.74307,8.99899\n1199,1645637742,47.74307,8.99899\n1200,1645637747,47.74307,8.99899\n1201,1645637752,47.74307,8.99899\n1202,1645637757,47.74307,8.99899\n1203,1645637762,47.74307,8.99899\n1204,1645637767,47.74306,8.99900\n1205,1645637772,47.74306,8.99900\n1206,1645637777,47.74305,8.99900\n1207,1645637782,47.74305,8.99899\n1208,1645637787,47.74306,8.99899\n1209,1645637792,47.74306,8.99899\n1210,1645637797,47.74306,8.99898\n1211,1645637802,47.74306,8.99897\n1212,1645637807,47.74306,8.99897\n1213,1645637812,47.74306,8.99897\n1214,1645637817,47.74306,8.99897\n1215,1645637822,47.74306,8.99897\n1216,1645637827,47.74306,8.99897\n1217,1645637832,47.74306,8.99897\n1218,1645637837,47.74306,8.99897\n1219,1645637842,47.74306,8.99897\n1220,1645637847,47.74306,8.99897\n1221,1645637852,47.74306,8.99897\n1222,1645637857,47.74306,8.99898\n1223,1645637862,47.74306,8.99898\n1224,1645637867,47.74306,8.99898\n1225,1645637872,47.74306,8.99898\n1226,1645637877,47.74306,8.99898\n1227,1645637882,47.74306,8.99898\n1228,1645637887,47.74306,8.99898\n1229,1645637892,47.74306,8.99898\n1230,1645637897,47.74306,8.99898\n1231,1645637902,47.74306,8.99898\n1232,1645637907,47.74306,8.99898\n1233,1645637912,47.74306,8.99898\n1234,1645637917,47.74306,8.99898\n1235,1645637922,47.74306,8.99898\n1236,1645637927,47.74306,8.99898\n1237,1645637932,47.74306,8.99898\n1238,1645637937,47.74306,8.99898\n1239,1645637942,47.74306,8.99899\n1240,1645637947,47.74307,8.99900\n1241,1645637952,47.74307,8.99902\n1242,1645637957,47.74308,8.99902\n1243,1645637962,47.74308,8.99902\n1244,1645637967,47.74308,8.99902\n1245,1645637972,47.74308,8.99902\n1246,1645637977,47.74308,8.99902\n1247,1645637982,47.74308,8.99902\n1248,1645637987,47.74308,8.99902\n1249,1645637992,47.74308,8.99902\n1250,1645637997,47.74308,8.99902\n1251,1645638002,47.74308,8.99902\n1252,1645638007,47.74308,8.99902\n1253,1645638012,47.74307,8.99902\n1254,1645638017,47.74307,8.99902\n1255,1645638022,47.74307,8.99902\n1256,1645638027,47.74307,8.99902\n1257,1645638032,47.74307,8.99902\n1258,1645638037,47.74307,8.99902\n1259,1645638042,47.74308,8.99902\n1260,1645638047,47.74308,8.99902\n1261,1645638052,47.74308,8.99902\n1262,1645638057,47.74308,8.99902\n1263,1645638062,47.74308,8.99902\n1264,1645638067,47.74307,8.99902\n1265,1645638072,47.74307,8.99902\n1266,1645638077,47.74307,8.99902\n1267,1645638082,47.74307,8.99902\n1268,1645638087,47.74307,8.99902\n1269,1645638092,47.74307,8.99902\n1270,1645638097,47.74307,8.99902\n1271,1645638102,47.74307,8.99902\n1272,1645638107,47.74307,8.99902\n1273,1645638112,47.74307,8.99902\n1274,1645638117,47.74307,8.99902\n1275,1645638122,47.74307,8.99902\n1276,1645638127,47.74307,8.99902\n1277,1645638132,47.74308,8.99902\n1278,1645638137,47.74308,8.99902\n1279,1645638142,47.74308,8.99902\n1280,1645638147,47.74308,8.99902\n1281,1645638152,47.74308,8.99902\n1282,1645638157,47.74308,8.99902\n1283,1645638162,47.74308,8.99902\n1284,1645638167,47.74308,8.99902\n1285,1645638172,47.74308,8.99902\n1286,1645638177,47.74308,8.99902\n1287,1645638182,47.74307,8.99902\n1288,1645638187,47.74307,8.99902\n1289,1645638192,47.74307,8.99902\n1290,1645638197,47.74307,8.99902\n1291,1645638202,47.74307,8.99902\n1292,1645638207,47.74307,8.99902\n1293,1645638212,47.74307,8.99902\n1294,1645638217,47.74307,8.99902\n1295,1645638222,47.74307,8.99902\n1296,1645638227,47.74307,8.99902\n1297,1645638232,47.74307,8.99902\n1298,1645638237,47.74307,8.99902\n1299,1645638242,47.74307,8.99902\n1300,1645638247,47.74307,8.99902\n1301,1645638252,47.74307,8.99902\n1302,1645638257,47.74307,8.99902\n1303,1645638262,47.74307,8.99902\n1304,1645638267,47.74307,8.99902\n1305,1645638272,47.74307,8.99902\n1306,1645638277,47.74307,8.99902\n1307,1645638282,47.74308,8.99902\n1308,1645638287,47.74308,8.99902\n1309,1645638292,47.74308,8.99902\n1310,1645638297,47.74308,8.99902\n1311,1645638302,47.74308,8.99902\n1312,1645638307,47.74308,8.99902\n1313,1645638312,47.74308,8.99902\n1314,1645638317,47.74308,8.99902\n1315,1645638322,47.74308,8.99902\n1316,1645638327,47.74308,8.99902\n1317,1645638332,47.74308,8.99902\n1318,1645638337,47.74308,8.99902\n1319,1645638342,47.74308,8.99902\n1320,1645638347,47.74308,8.99902\n1321,1645638352,47.74308,8.99902\n1322,1645638357,47.74308,8.99902\n1323,1645638362,47.74309,8.99902\n1324,1645638367,47.74309,8.99901\n1325,1645638372,47.74309,8.99902\n1326,1645638377,47.74310,8.99902\n1327,1645638382,47.74310,8.99901\n1328,1645638387,47.74310,8.99901\n1329,1645638392,47.74310,8.99901\n1330,1645638397,47.74310,8.99901\n1331,1645638402,47.74310,8.99901\n1332,1645638407,47.74309,8.99901\n1333,1645638412,47.74309,8.99901\n1334,1645638417,47.74309,8.99901\n1335,1645638422,47.74309,8.99901\n1336,1645638427,47.74309,8.99901\n1337,1645638432,47.74309,8.99901\n1338,1645638437,47.74309,8.99901\n1339,1645638442,47.74309,8.99901\n1340,1645638447,47.74309,8.99901\n1341,1645638452,47.74309,8.99901\n1342,1645638457,47.74309,8.99900\n1343,1645638462,47.74309,8.99900\n1344,1645638467,47.74309,8.99900\n1345,1645638472,47.74309,8.99900\n1346,1645638477,47.74309,8.99900\n1347,1645638482,47.74309,8.99900\n1348,1645638487,47.74308,8.99900\n1349,1645638492,47.74308,8.99900\n1350,1645638497,47.74308,8.99900\n1351,1645638502,47.74308,8.99900\n1352,1645638507,47.74308,8.99900\n1353,1645638512,47.74308,8.99900\n1354,1645638517,47.74309,8.99900\n1355,1645638522,47.74309,8.99900\n1356,1645638527,47.74309,8.99900\n1357,1645638532,47.74309,8.99900\n1358,1645638537,47.74309,8.99900\n1359,1645638542,47.74309,8.99900\n1360,1645638547,47.74309,8.99900\n1361,1645638552,47.74309,8.99899\n1362,1645638557,47.74309,8.99899\n1363,1645638562,47.74309,8.99900\n1364,1645638567,47.74309,8.99899\n1365,1645638572,47.74309,8.99899\n1366,1645638577,47.74309,8.99900\n1367,1645638582,47.74310,8.99900\n1368,1645638587,47.74310,8.99901\n1369,1645638592,47.74310,8.99902\n1370,1645638597,47.74310,8.99902\n1371,1645638602,47.74310,8.99902\n1372,1645638607,47.74310,8.99902\n1373,1645638612,47.74310,8.99902\n1374,1645638617,47.74310,8.99902\n1375,1645638622,47.74310,8.99902\n1376,1645638627,47.74310,8.99902\n1377,1645638632,47.74310,8.99902\n1378,1645638637,47.74310,8.99902\n1379,1645638642,47.74310,8.99902\n1380,1645638647,47.74310,8.99902\n1381,1645638652,47.74310,8.99902\n1382,1645638657,47.74310,8.99902\n1383,1645638662,47.74310,8.99902\n1384,1645638667,47.74310,8.99902\n1385,1645638672,47.74310,8.99902\n1386,1645638677,47.74310,8.99902\n1387,1645638682,47.74310,8.99902\n1388,1645638687,47.74310,8.99902\n1389,1645638692,47.74310,8.99902\n1390,1645638697,47.74310,8.99902\n1391,1645638702,47.74310,8.99902\n1392,1645638707,47.74309,8.99902\n1393,1645638712,47.74309,8.99902\n1394,1645638717,47.74309,8.99902\n1395,1645638722,47.74309,8.99902\n1396,1645638727,47.74309,8.99902\n1397,1645638732,47.74309,8.99902\n1398,1645638737,47.74309,8.99902\n1399,1645638742,47.74309,8.99902\n1400,1645638747,47.74309,8.99902\n1401,1645638752,47.74309,8.99902\n1402,1645638757,47.74309,8.99902\n1403,1645638762,47.74309,8.99902\n1404,1645638767,47.74309,8.99902\n1405,1645638772,47.74309,8.99902\n1406,1645638777,47.74309,8.99902\n1407,1645638782,47.74309,8.99902\n1408,1645638787,47.74309,8.99902\n1409,1645638792,47.74309,8.99902\n1410,1645638797,47.74309,8.99902\n1411,1645638802,47.74309,8.99902\n1412,1645638807,47.74309,8.99902\n1413,1645638812,47.74309,8.99901\n1414,1645638817,47.74309,8.99901\n1415,1645638822,47.74309,8.99901\n1416,1645638827,47.74308,8.99902\n1417,1645638832,47.74308,8.99902\n1418,1645638837,47.74308,8.99902\n1419,1645638842,47.74308,8.99902\n1420,1645638847,47.74308,8.99902\n1421,1645638852,47.74308,8.99902\n1422,1645638857,47.74308,8.99901\n1423,1645638862,47.74308,8.99901\n1424,1645638867,47.74307,8.99901\n1425,1645638872,47.74307,8.99901\n1426,1645638877,47.74307,8.99901\n1427,1645638882,47.74307,8.99901\n1428,1645638887,47.74307,8.99901\n1429,1645638892,47.74307,8.99901\n1430,1645638897,47.74307,8.99901\n1431,1645638902,47.74307,8.99901\n1432,1645638907,47.74306,8.99901\n1433,1645638912,47.74306,8.99900\n1434,1645638917,47.74306,8.99900\n1435,1645638922,47.74306,8.99900\n1436,1645638927,47.74306,8.99900\n1437,1645638932,47.74306,8.99900\n1438,1645638937,47.74306,8.99900\n1439,1645638942,47.74306,8.99900\n1440,1645638947,47.74306,8.99900\n1441,1645638952,47.74306,8.99900\n1442,1645638957,47.74306,8.99900\n1443,1645638962,47.74306,8.99900\n1444,1645638967,47.74306,8.99900\n1445,1645638972,47.74306,8.99900\n1446,1645638977,47.74306,8.99900\n1447,1645638982,47.74306,8.99900\n1448,1645638987,47.74306,8.99900\n1449,1645638992,47.74306,8.99900\n1450,1645638997,47.74306,8.99900\n1451,1645639002,47.74306,8.99900\n1452,1645639007,47.74306,8.99900\n1453,1645639012,47.74306,8.99900\n1454,1645639017,47.74306,8.99900\n1455,1645639022,47.74307,8.99900\n1456,1645639027,47.74307,8.99900\n1457,1645639032,47.74307,8.99900\n1458,1645639037,47.74306,8.99900\n1459,1645639042,47.74306,8.99900\n1460,1645639047,47.74306,8.99900\n1461,1645639052,47.74306,8.99900\n1462,1645639057,47.74307,8.99900\n1463,1645639062,47.74306,8.99900\n1464,1645639067,47.74306,8.99900\n1465,1645639072,47.74306,8.99900\n1466,1645639077,47.74305,8.99899\n1467,1645639082,47.74305,8.99899\n1468,1645639087,47.74305,8.99899\n1469,1645639092,47.74305,8.99899\n1470,1645639097,47.74304,8.99899\n1471,1645639102,47.74304,8.99899\n1472,1645639107,47.74304,8.99899\n1473,1645639112,47.74304,8.99899\n1474,1645639117,47.74305,8.99899\n1475,1645639122,47.74305,8.99899\n1476,1645639127,47.74305,8.99899\n1477,1645639132,47.74305,8.99899\n1478,1645639137,47.74305,8.99899\n1479,1645639142,47.74305,8.99899\n1480,1645639147,47.74305,8.99899\n1481,1645639152,47.74305,8.99899\n1482,1645639157,47.74305,8.99899\n1483,1645639162,47.74305,8.99899\n1484,1645639167,47.74305,8.99899\n1485,1645639172,47.74305,8.99899\n1486,1645639177,47.74305,8.99899\n1487,1645639182,47.74305,8.99899\n1488,1645639187,47.74305,8.99899\n1489,1645639192,47.74306,8.99899\n1490,1645639197,47.74306,8.99899\n1491,1645639202,47.74306,8.99899\n1492,1645639207,47.74306,8.99899\n1493,1645639212,47.74306,8.99899\n1494,1645639217,47.74306,8.99899\n1495,1645639222,47.74306,8.99899\n1496,1645639227,47.74306,8.99899\n1497,1645639232,47.74306,8.99899\n1498,1645639237,47.74306,8.99899\n1499,1645639242,47.74306,8.99899\n1500,1645639247,47.74306,8.99899\n1501,1645639252,47.74306,8.99899\n1502,1645639257,47.74306,8.99899\n1503,1645639262,47.74306,8.99899\n1504,1645639267,47.74306,8.99899\n1505,1645639272,47.74306,8.99899\n1506,1645639277,47.74306,8.99899\n1507,1645639282,47.74306,8.99899\n1508,1645639287,47.74306,8.99899\n1509,1645639292,47.74306,8.99899\n1510,1645639297,47.74306,8.99899\n1511,1645639302,47.74306,8.99899\n1512,1645639307,47.74306,8.99899\n1513,1645639312,47.74306,8.99899\n1514,1645639317,47.74306,8.99898\n1515,1645639322,47.74306,8.99898\n1516,1645639327,47.74306,8.99898\n1517,1645639332,47.74306,8.99898\n1518,1645639337,47.74306,8.99898\n1519,1645639342,47.74306,8.99898\n1520,1645639347,47.74306,8.99898\n1521,1645639352,47.74306,8.99898\n1522,1645639357,47.74306,8.99898\n1523,1645639362,47.74306,8.99898\n1524,1645639367,47.74306,8.99898\n1525,1645639372,47.74307,8.99899\n1526,1645639377,47.74307,8.99899\n1527,1645639382,47.74307,8.99899\n1528,1645639387,47.74308,8.99899\n1529,1645639392,47.74308,8.99899\n1530,1645639397,47.74308,8.99899\n1531,1645639402,47.74308,8.99899\n1532,1645639407,47.74309,8.99900\n1533,1645639412,47.74309,8.99900\n1534,1645639417,47.74309,8.99900\n1535,1645639422,47.74309,8.99900\n1536,1645639427,47.74309,8.99900\n1537,1645639432,47.74309,8.99901\n1538,1645639437,47.74308,8.99901\n1539,1645639442,47.74308,8.99901\n1540,1645639447,47.74308,8.99901\n1541,1645639452,47.74308,8.99901\n1542,1645639457,47.74308,8.99901\n1543,1645639462,47.74308,8.99901\n1544,1645639467,47.74308,8.99901\n1545,1645639472,47.74308,8.99901\n1546,1645639477,47.74308,8.99901\n1547,1645639482,47.74308,8.99901\n1548,1645639487,47.74308,8.99901\n1549,1645639492,47.74308,8.99901\n1550,1645639497,47.74308,8.99901\n1551,1645639502,47.74308,8.99901\n1552,1645639507,47.74308,8.99901\n1553,1645639512,47.74308,8.99901\n1554,1645639517,47.74308,8.99901\n1555,1645639522,47.74308,8.99901\n1556,1645639527,47.74308,8.99901\n1557,1645639532,47.74308,8.99901\n1558,1645639537,47.74308,8.99901\n1559,1645639542,47.74308,8.99901\n1560,1645639547,47.74308,8.99901\n1561,1645639552,47.74308,8.99901\n1562,1645639557,47.74308,8.99901\n1563,1645639562,47.74308,8.99901\n1564,1645639567,47.74308,8.99901\n1565,1645639572,47.74308,8.99901\n1566,1645639577,47.74308,8.99901\n1567,1645639582,47.74308,8.99901\n1568,1645639587,47.74308,8.99901\n1569,1645639592,47.74308,8.99901\n1570,1645639597,47.74308,8.99901\n1571,1645639602,47.74308,8.99901\n1572,1645639607,47.74308,8.99901\n1573,1645639612,47.74308,8.99901\n1574,1645639617,47.74308,8.99901\n1575,1645639622,47.74308,8.99901\n1576,1645639627,47.74308,8.99901\n1577,1645639632,47.74308,8.99901\n1578,1645639637,47.74308,8.99901\n1579,1645639642,47.74308,8.99901\n1580,1645639647,47.74308,8.99901\n1581,1645639652,47.74308,8.99901\n1582,1645639657,47.74308,8.99901\n1583,1645639662,47.74308,8.99901\n1584,1645639667,47.74308,8.99901\n1585,1645639672,47.74308,8.99901\n1586,1645639677,47.74308,8.99901\n1587,1645639682,47.74308,8.99901\n1588,1645639687,47.74308,8.99901\n1589,1645639692,47.74308,8.99901\n1590,1645639697,47.74308,8.99901\n1591,1645639702,47.74308,8.99901\n1592,1645639707,47.74308,8.99901\n1593,1645639712,47.74308,8.99901\n1594,1645639717,47.74308,8.99901\n1595,1645639722,47.74308,8.99900\n1596,1645639727,47.74308,8.99900\n1597,1645639732,47.74308,8.99900\n1598,1645639737,47.74308,8.99900\n1599,1645639742,47.74308,8.99900\n1600,1645639747,47.74308,8.99900\n1601,1645639752,47.74308,8.99900\n1602,1645639757,47.74308,8.99900\n1603,1645639762,47.74308,8.99900\n1604,1645639767,47.74308,8.99900\n1605,1645639772,47.74308,8.99900\n1606,1645639777,47.74308,8.99900\n1607,1645639782,47.74308,8.99900\n1608,1645639787,47.74308,8.99900\n1609,1645639792,47.74307,8.99900\n1610,1645639797,47.74306,8.99899\n1611,1645639802,47.74305,8.99898\n1612,1645639807,47.74305,8.99898\n1613,1645639812,47.74305,8.99897\n1614,1645639817,47.74305,8.99897\n1615,1645639822,47.74305,8.99897\n1616,1645639827,47.74305,8.99897\n1617,1645639832,47.74305,8.99898\n1618,1645639837,47.74305,8.99898\n1619,1645639842,47.74305,8.99898\n1620,1645639847,47.74305,8.99898\n1621,1645639852,47.74305,8.99898\n1622,1645639857,47.74305,8.99898\n1623,1645639862,47.74305,8.99898\n1624,1645639867,47.74305,8.99898\n1625,1645639872,47.74305,8.99898\n1626,1645639877,47.74305,8.99898\n1627,1645639882,47.74305,8.99898\n1628,1645639887,47.74305,8.99898\n1629,1645639892,47.74305,8.99898\n1630,1645639897,47.74305,8.99898\n1631,1645639902,47.74305,8.99898\n1632,1645639907,47.74305,8.99898\n1633,1645639912,47.74305,8.99898\n1634,1645639917,47.74305,8.99898\n1635,1645639922,47.74305,8.99898\n1636,1645639927,47.74305,8.99898\n1637,1645639932,47.74305,8.99898\n1638,1645639937,47.74305,8.99898\n1639,1645639942,47.74305,8.99898\n1640,1645639947,47.74306,8.99898\n1641,1645639952,47.74306,8.99899\n1642,1645639957,47.74306,8.99898\n1643,1645639962,47.74306,8.99898\n1644,1645639967,47.74306,8.99899\n1645,1645639972,47.74306,8.99898\n1646,1645639977,47.74307,8.99899\n1647,1645639982,47.74307,8.99899\n1648,1645639987,47.74307,8.99899\n1649,1645639992,47.74307,8.99899\n1650,1645639997,47.74307,8.99899\n1651,1645640002,47.74307,8.99899\n1652,1645640007,47.74307,8.99899\n1653,1645640012,47.74307,8.99899\n1654,1645640017,47.74307,8.99899\n1655,1645640022,47.74307,8.99899\n1656,1645640027,47.74307,8.99899\n1657,1645640032,47.74307,8.99899\n1658,1645640037,47.74307,8.99899\n1659,1645640042,47.74307,8.99899\n1660,1645640047,47.74307,8.99899\n1661,1645640052,47.74307,8.99899\n1662,1645640057,47.74307,8.99899\n1663,1645640062,47.74307,8.99899\n1664,1645640067,47.74307,8.99899\n1665,1645640072,47.74307,8.99899\n1666,1645640077,47.74307,8.99899\n1667,1645640082,47.74307,8.99899\n1668,1645640087,47.74307,8.99899\n1669,1645640092,47.74307,8.99899\n1670,1645640097,47.74307,8.99899\n1671,1645640102,47.74307,8.99899\n1672,1645640107,47.74307,8.99899\n1673,1645640112,47.74307,8.99899\n1674,1645640117,47.74307,8.99899\n1675,1645640122,47.74307,8.99899\n1676,1645640127,47.74307,8.99899\n1677,1645640132,47.74307,8.99899\n1678,1645640137,47.74307,8.99899\n1679,1645640142,47.74307,8.99899\n1680,1645640147,47.74307,8.99899\n1681,1645640152,47.74307,8.99899\n1682,1645640157,47.74307,8.99899\n1683,1645640162,47.74307,8.99899\n1684,1645640167,47.74307,8.99899\n1685,1645640172,47.74307,8.99899\n1686,1645640177,47.74307,8.99899\n1687,1645640182,47.74307,8.99899\n1688,1645640187,47.74307,8.99899\n1689,1645640192,47.74307,8.99899\n1690,1645640197,47.74307,8.99899\n1691,1645640202,47.74307,8.99899\n1692,1645640207,47.74307,8.99899\n1693,1645640212,47.74307,8.99899\n1694,1645640217,47.74307,8.99899\n1695,1645640222,47.74307,8.99899\n1696,1645640227,47.74307,8.99899\n1697,1645640232,47.74307,8.99899\n1698,1645640237,47.74307,8.99899\n1699,1645640242,47.74307,8.99899\n1700,1645640247,47.74307,8.99899\n1701,1645640252,47.74307,8.99899\n1702,1645640257,47.74307,8.99899\n1703,1645640262,47.74307,8.99899\n1704,1645640267,47.74306,8.99899\n1705,1645640272,47.74306,8.99899\n1706,1645640277,47.74306,8.99900\n1707,1645640282,47.74305,8.99899\n1708,1645640287,47.74305,8.99900\n1709,1645640292,47.74305,8.99899\n1710,1645640297,47.74305,8.99899\n1711,1645640302,47.74305,8.99899\n1712,1645640307,47.74305,8.99899\n1713,1645640312,47.74305,8.99899\n1714,1645640317,47.74305,8.99899\n1715,1645640322,47.74305,8.99899\n1716,1645640327,47.74305,8.99899\n1717,1645640332,47.74305,8.99899\n1718,1645640337,47.74305,8.99900\n1719,1645640342,47.74305,8.99900\n1720,1645640347,47.74305,8.99900\n1721,1645640352,47.74305,8.99900\n1722,1645640357,47.74305,8.99900\n1723,1645640362,47.74305,8.99900\n1724,1645640367,47.74305,8.99900\n1725,1645640372,47.74305,8.99900\n1726,1645640377,47.74305,8.99900\n1727,1645640382,47.74305,8.99900\n1728,1645640387,47.74305,8.99900\n1729,1645640392,47.74305,8.99900\n1730,1645640397,47.74305,8.99900\n1731,1645640402,47.74305,8.99900\n1732,1645640407,47.74305,8.99900\n1733,1645640412,47.74305,8.99900\n1734,1645640417,47.74305,8.99900\n1735,1645640422,47.74305,8.99899\n1736,1645640427,47.74305,8.99899\n1737,1645640432,47.74304,8.99899\n1738,1645640437,47.74304,8.99899\n1739,1645640442,47.74304,8.99900\n1740,1645640447,47.74304,8.99900\n1741,1645640452,47.74305,8.99900\n1742,1645640457,47.74305,8.99900\n1743,1645640462,47.74305,8.99899\n1744,1645640467,47.74305,8.99899\n1745,1645640472,47.74305,8.99899\n1746,1645640477,47.74304,8.99899\n1747,1645640482,47.74304,8.99898\n1748,1645640487,47.74304,8.99898\n1749,1645640492,47.74304,8.99898\n1750,1645640497,47.74304,8.99898\n1751,1645640502,47.74304,8.99898\n1752,1645640507,47.74304,8.99898\n1753,1645640512,47.74304,8.99898\n1754,1645640517,47.74304,8.99898\n1755,1645640522,47.74304,8.99898\n1756,1645640527,47.74304,8.99898\n1757,1645640532,47.74304,8.99898\n1758,1645640537,47.74304,8.99898\n1759,1645640542,47.74304,8.99898\n1760,1645640547,47.74304,8.99899\n1761,1645640552,47.74304,8.99899\n1762,1645640557,47.74304,8.99899\n1763,1645640562,47.74304,8.99899\n1764,1645640567,47.74304,8.99899\n1765,1645640572,47.74304,8.99899\n1766,1645640577,47.74304,8.99899\n1767,1645640582,47.74304,8.99899\n1768,1645640587,47.74304,8.99899\n1769,1645640592,47.74304,8.99899\n1770,1645640597,47.74304,8.99899\n1771,1645640602,47.74304,8.99899\n1772,1645640607,47.74304,8.99899\n1773,1645640612,47.74304,8.99899\n1774,1645640617,47.74304,8.99899\n1775,1645640622,47.74304,8.99899\n1776,1645640627,47.74305,8.99899\n1777,1645640632,47.74305,8.99899\n1778,1645640637,47.74306,8.99899\n1779,1645640642,47.74306,8.99899\n1780,1645640647,47.74306,8.99899\n1781,1645640652,47.74306,8.99899\n1782,1645640657,47.74306,8.99898\n1783,1645640662,47.74305,8.99898\n1784,1645640667,47.74305,8.99898\n1785,1645640672,47.74305,8.99898\n1786,1645640677,47.74305,8.99898\n1787,1645640682,47.74305,8.99898\n1788,1645640687,47.74305,8.99898\n1789,1645640692,47.74305,8.99898\n1790,1645640697,47.74305,8.99898\n1791,1645640702,47.74305,8.99898\n1792,1645640707,47.74305,8.99898\n1793,1645640712,47.74305,8.99898\n1794,1645640717,47.74305,8.99898\n1795,1645640722,47.74305,8.99898\n1796,1645640727,47.74305,8.99898\n1797,1645640732,47.74305,8.99898\n1798,1645640737,47.74305,8.99898\n1799,1645640742,47.74305,8.99898\n1800,1645640747,47.74305,8.99899\n1801,1645640752,47.74305,8.99899\n1802,1645640757,47.74305,8.99899\n1803,1645640762,47.74305,8.99899\n1804,1645640767,47.74305,8.99899\n1805,1645640772,47.74305,8.99899\n1806,1645640777,47.74305,8.99899\n1807,1645640782,47.74305,8.99899\n1808,1645640787,47.74305,8.99899\n1809,1645640792,47.74305,8.99899\n1810,1645640797,47.74305,8.99899\n1811,1645640802,47.74305,8.99899\n1812,1645640807,47.74305,8.99899\n1813,1645640812,47.74305,8.99899\n1814,1645640817,47.74305,8.99899\n1815,1645640822,47.74305,8.99899\n1816,1645640827,47.74305,8.99899\n1817,1645640832,47.74305,8.99899\n1818,1645640837,47.74305,8.99900\n1819,1645640842,47.74305,8.99900\n1820,1645640847,47.74305,8.99899\n1821,1645640852,47.74306,8.99899\n1822,1645640857,47.74306,8.99898\n1823,1645640862,47.74306,8.99899\n1824,1645640867,47.74305,8.99899\n1825,1645640872,47.74305,8.99899\n1826,1645640877,47.74304,8.99898\n1827,1645640882,47.74305,8.99898\n1828,1645640887,47.74305,8.99897\n1829,1645640892,47.74305,8.99897\n1830,1645640897,47.74305,8.99897\n1831,1645640902,47.74305,8.99897\n1832,1645640907,47.74305,8.99897\n1833,1645640912,47.74305,8.99897\n1834,1645640917,47.74305,8.99897\n1835,1645640922,47.74305,8.99897\n1836,1645640927,47.74305,8.99898\n1837,1645640932,47.74305,8.99898\n1838,1645640937,47.74304,8.99899\n1839,1645640942,47.74304,8.99899\n1840,1645640947,47.74304,8.99900\n1841,1645640952,47.74304,8.99900\n1842,1645640957,47.74304,8.99900\n1843,1645640962,47.74304,8.99900\n1844,1645640967,47.74304,8.99900\n1845,1645640972,47.74305,8.99900\n1846,1645640977,47.74306,8.99901\n1847,1645640982,47.74306,8.99901\n1848,1645640987,47.74306,8.99901\n1849,1645640992,47.74306,8.99901\n1850,1645640997,47.74306,8.99901\n1851,1645641002,47.74306,8.99901\n1852,1645641007,47.74306,8.99901\n1853,1645641012,47.74306,8.99901\n1854,1645641017,47.74306,8.99901\n1855,1645641022,47.74306,8.99901\n1856,1645641027,47.74306,8.99901\n1857,1645641032,47.74306,8.99901\n1858,1645641037,47.74306,8.99901\n1859,1645641042,47.74306,8.99901\n1860,1645641047,47.74306,8.99901\n1861,1645641052,47.74306,8.99901\n1862,1645641057,47.74306,8.99901\n1863,1645641062,47.74306,8.99901\n1864,1645641067,47.74306,8.99901\n1865,1645641072,47.74306,8.99901\n1866,1645641077,47.74306,8.99901\n1867,1645641082,47.74306,8.99901\n1868,1645641087,47.74306,8.99901\n1869,1645641092,47.74306,8.99901\n1870,1645641097,47.74306,8.99901\n1871,1645641102,47.74306,8.99901\n1872,1645641107,47.74306,8.99901\n1873,1645641112,47.74306,8.99902\n1874,1645641117,47.74306,8.99902\n1875,1645641122,47.74306,8.99902\n1876,1645641127,47.74306,8.99902\n1877,1645641132,47.74306,8.99902\n1878,1645641137,47.74306,8.99902\n1879,1645641142,47.74306,8.99902\n1880,1645641147,47.74306,8.99902\n1881,1645641152,47.74306,8.99902\n1882,1645641157,47.74306,8.99902\n1883,1645641162,47.74306,8.99902\n1884,1645641167,47.74306,8.99902\n1885,1645641172,47.74306,8.99902\n1886,1645641177,47.74306,8.99902\n1887,1645641182,47.74306,8.99902\n1888,1645641187,47.74306,8.99902\n1889,1645641192,47.74306,8.99902\n1890,1645641197,47.74306,8.99902\n1891,1645641202,47.74306,8.99902\n1892,1645641207,47.74306,8.99902\n1893,1645641212,47.74306,8.99902\n1894,1645641217,47.74306,8.99902\n1895,1645641222,47.74306,8.99902\n1896,1645641227,47.74306,8.99902\n1897,1645641232,47.74306,8.99902\n1898,1645641237,47.74306,8.99902\n1899,1645641242,47.74306,8.99902\n1900,1645641247,47.74306,8.99902\n1901,1645641252,47.74306,8.99902\n1902,1645641257,47.74306,8.99902\n1903,1645641262,47.74306,8.99902\n1904,1645641267,47.74306,8.99901\n1905,1645641272,47.74306,8.99901\n1906,1645641277,47.74306,8.99901\n1907,1645641282,47.74306,8.99901\n1908,1645641287,47.74306,8.99901\n1909,1645641292,47.74306,8.99901\n1910,1645641297,47.74306,8.99901\n1911,1645641302,47.74306,8.99901\n1912,1645641307,47.74306,8.99901\n1913,1645641312,47.74306,8.99901\n1914,1645641317,47.74306,8.99901\n1915,1645641322,47.74306,8.99901\n1916,1645641327,47.74306,8.99901\n1917,1645641332,47.74306,8.99901\n1918,1645641337,47.74306,8.99901\n1919,1645641342,47.74306,8.99901\n1920,1645641347,47.74306,8.99901\n1921,1645641352,47.74306,8.99901\n1922,1645641357,47.74306,8.99901\n1923,1645641362,47.74306,8.99901\n1924,1645641367,47.74306,8.99901\n1925,1645641372,47.74306,8.99900\n1926,1645641377,47.74306,8.99900\n1927,1645641382,47.74306,8.99900\n1928,1645641387,47.74306,8.99900\n1929,1645641392,47.74306,8.99900\n1930,1645641397,47.74306,8.99900\n1931,1645641402,47.74306,8.99900\n1932,1645641407,47.74306,8.99900\n1933,1645641412,47.74306,8.99900\n1934,1645641417,47.74306,8.99900\n1935,1645641422,47.74306,8.99900\n1936,1645641427,47.74306,8.99900\n1937,1645641432,47.74306,8.99900\n1938,1645641437,47.74306,8.99900\n1939,1645641442,47.74306,8.99900\n1940,1645641447,47.74306,8.99900\n1941,1645641452,47.74306,8.99900\n1942,1645641457,47.74306,8.99900\n1943,1645641462,47.74306,8.99900\n1944,1645641467,47.74306,8.99900\n1945,1645641472,47.74306,8.99900\n1946,1645641477,47.74306,8.99900\n1947,1645641482,47.74306,8.99900\n1948,1645641487,47.74306,8.99900\n1949,1645641492,47.74306,8.99900\n1950,1645641497,47.74306,8.99900\n1951,1645641502,47.74306,8.99900\n1952,1645641507,47.74306,8.99900\n1953,1645641512,47.74306,8.99900\n1954,1645641517,47.74306,8.99900\n1955,1645641522,47.74306,8.99900\n1956,1645641527,47.74306,8.99900\n1957,1645641532,47.74306,8.99899\n1958,1645641537,47.74306,8.99899\n1959,1645641542,47.74306,8.99899\n1960,1645641547,47.74306,8.99899\n1961,1645641552,47.74306,8.99899\n1962,1645641557,47.74306,8.99899\n1963,1645641562,47.74306,8.99899\n1964,1645641567,47.74306,8.99899\n1965,1645641572,47.74306,8.99899\n1966,1645641577,47.74306,8.99899\n1967,1645641582,47.74306,8.99899\n1968,1645641587,47.74306,8.99899\n1969,1645641592,47.74306,8.99899\n1970,1645641597,47.74306,8.99899\n1971,1645641602,47.74306,8.99898\n1972,1645641607,47.74306,8.99898\n1973,1645641670,47.74308,8.99896\n1974,1645641675,47.74305,8.99900\n1975,1645641681,47.74306,8.99900\n1976,1645641686,47.74306,8.99901\n1977,1645641691,47.74305,8.99901\n1978,1645641696,47.74305,8.99901\n1979,1645641701,47.74304,8.99900\n1980,1645641706,47.74304,8.99900\n1981,1645641711,47.74304,8.99899\n1982,1645641716,47.74304,8.99899\n1983,1645641721,47.74304,8.99899\n1984,1645641726,47.74304,8.99899\n1985,1645641731,47.74304,8.99900\n1986,1645641736,47.74304,8.99900\n1987,1645641803,47.74301,8.99893\n1988,1645641808,47.74307,8.99896\n1989,1645641814,47.74307,8.99895\n1990,1645641881,47.74312,8.99893\n1991,1645641886,47.74305,8.99898\n1992,1645641892,47.74306,8.99897\n1993,1645641897,47.74305,8.99897\n1994,1645641902,47.74305,8.99897\n1995,1645641907,47.74305,8.99896\n1996,1645641912,47.74305,8.99897\n1997,1645641917,47.74305,8.99897\n1998,1645641922,47.74306,8.99897\n1999,1645641927,47.74306,8.99897\n2000,1645641932,47.74306,8.99897\n2001,1645641937,47.74306,8.99897\n2002,1645641942,47.74306,8.99897\n2003,1645641947,47.74306,8.99897\n2004,1645642011,47.74303,8.99893\n2005,1645642016,47.74303,8.99896\n2006,1645642021,47.74303,8.99896\n2007,1645642027,47.74303,8.99898\n2008,1645642032,47.74303,8.99898\n2009,1645642037,47.74303,8.99897\n2010,1645642042,47.74303,8.99896\n2011,1645643263,47.74305,8.99904\n2012,1645643268,47.74306,8.99902\n2013,1645643274,47.74303,8.99898\n2014,1645643279,47.74304,8.99896\n2015,1645643284,47.74305,8.99896\n2016,1645643289,47.74305,8.99895\n2017,1645643294,47.74305,8.99895\n2018,1645643299,47.74306,8.99895\n2019,1645643304,47.74306,8.99895\n2020,1645643309,47.74306,8.99895\n2021,1645643314,47.74306,8.99895\n2022,1645643319,47.74306,8.99895\n2023,1645643383,47.74301,8.99902\n2024,1645643388,47.74302,8.99901\n2025,1645643393,47.74303,8.99900\n2026,1645643399,47.74304,8.99899\n2027,1645643404,47.74304,8.99899\n2028,1645643470,47.74312,8.99903\n2029,1645643475,47.74304,8.99898\n2030,1645643481,47.74300,8.99898\n2031,1645643486,47.74301,8.99898\n2032,1645643491,47.74302,8.99898\n2033,1645643555,47.74302,8.99890\n2034,1645643560,47.74307,8.99898\n2035,1645643566,47.74305,8.99899\n2036,1645643631,47.74311,8.99888\n2037,1645643636,47.74305,8.99891\n2038,1645643641,47.74305,8.99894\n2039,1645643647,47.74306,8.99895\n2040,1645643714,47.74306,8.99892\n2041,1645643719,47.74305,8.99895\n2042,1645643724,47.74305,8.99895\n2043,1645643792,47.74305,8.99898\n2044,1645643797,47.74305,8.99896\n2045,1645643802,47.74307,8.99897\n2046,1645643868,47.74310,8.99897\n2047,1645643873,47.74307,8.99896\n2048,1645643942,47.74305,8.99892\n2049,1645643947,47.74305,8.99888\n2050,1645643952,47.74305,8.99889\n2051,1645644016,47.74334,8.99920\n2052,1645644021,47.74306,8.99900\n2053,1645644027,47.74305,8.99900\n2054,1645644094,47.74308,8.99901\n2055,1645644160,47.74298,8.99887\n2056,1645644165,47.74305,8.99901\n2057,1645644171,47.74305,8.99902\n2058,1645644238,47.74303,8.99898\n2059,1645644243,47.74305,8.99895\n2060,1645644310,47.74310,8.99893\n2061,1645644315,47.74305,8.99893\n2062,1645644383,47.74312,8.99908\n2063,1645644388,47.74304,8.99895\n2064,1645644458,47.74304,8.99896\n2065,1645644526,47.74302,8.99896\n2066,1645644531,47.74302,8.99896\n2067,1645644595,47.74301,8.99892\n2068,1645644600,47.74308,8.99896\n2069,1645644669,47.74308,8.99898\n2070,1645644736,47.74299,8.99895\n2071,1645644741,47.74303,8.99894\n2072,1645644747,47.74302,8.99896\n2073,1645644811,47.74306,8.99900\n2074,1645644816,47.74305,8.99898\n2075,1645644884,47.74303,8.99896\n2076,1645644889,47.74301,8.99893\n2077,1645644954,47.74317,8.99910\n2078,1645645023,47.74316,8.99890\n2079,1645645028,47.74310,8.99892\n2080,1645645095,47.74308,8.99891\n2081,1645645100,47.74305,8.99892\n2082,1645645169,47.74310,8.99888\n2083,1645645235,47.74326,8.99855\n2084,1645645240,47.74308,8.99888\n2085,1645645308,47.74308,8.99894\n2086,1645645313,47.74308,8.99893\n2087,1645645378,47.74308,8.99894\n2088,1645645443,47.74319,8.99881\n2089,1645645511,47.74316,8.99882\n2090,1645645516,47.74310,8.99890\n2091,1645645587,47.74306,8.99889\n2092,1645645655,47.74311,8.99894\n2093,1645645721,47.74304,8.99903\n2094,1645645789,47.74313,8.99891\n2095,1645645794,47.74307,8.99894\n2096,1645645861,47.74312,8.99872\n2097,1645645994,47.74312,8.99904\n2098,1645646063,47.74309,8.99903\n2099,1645646198,47.74297,8.99888\n2100,1645646264,47.74300,8.99902\n2101,1645646331,47.74299,8.99899\n2102,1645646399,47.74305,8.99884\n2103,1645646465,47.74301,8.99903\n2104,1645646534,47.74314,8.99887\n2105,1645646667,47.74304,8.99868\n2106,1645646869,47.74297,8.99891\n2107,1645647001,47.74295,8.99886\n2108,1645647137,47.74300,8.99895\n2109,1645647203,47.74256,8.99920\n2110,1645647267,47.74303,8.99900\n2111,1645647399,47.74270,8.99920\n2112,1645647532,47.74345,8.99876\n2113,1645649941,47.74302,8.99905\n***END MEMORY***\nV108, ID: 30-5526, 3393mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 5 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/03_StationaryPosition_30s_Interval/20220225_30s_Interval_683_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1645772584,47.74329,8.99880\n2,1645772631,47.74322,8.99898\n3,1645772678,47.74328,8.99902\n4,1645772727,47.74324,8.99897\n5,1645772766,47.74001,8.99501\n6,1645772810,47.74327,8.99903\n7,1645772848,47.74091,8.99605\n8,1645772886,47.74178,8.99702\n9,1645772930,47.74330,8.99902\n10,1645772973,47.74316,8.99899\n11,1645773011,47.74219,8.99796\n12,1645773056,47.74324,8.99906\n13,1645773094,47.74209,8.99786\n14,1645773140,47.74322,8.99907\n15,1645773178,47.74193,8.99763\n16,1645773217,47.74263,8.99826\n17,1645773254,47.74198,8.99787\n18,1645773302,47.74327,8.99902\n19,1645773345,47.74325,8.99896\n20,1645773393,47.74329,8.99903\n21,1645773441,47.74314,8.99898\n22,1645773478,47.74248,8.99826\n23,1645773524,47.74307,8.99895\n24,1645773574,47.74322,8.99903\n25,1645773621,47.74302,8.99889\n26,1645773674,47.74275,8.99888\n27,1645773723,47.74328,8.99897\n28,1645773774,47.74326,8.99895\n29,1645773820,47.74317,8.99894\n30,1645773870,47.74305,8.99895\n31,1645773906,47.74286,8.99872\n32,1645773952,47.74292,8.99886\n33,1645774000,47.74327,8.99891\n34,1645774050,47.74278,8.99879\n35,1645774110,47.74294,8.99887\n36,1645774150,47.74289,8.99893\n37,1645774186,47.74285,8.99909\n38,1645774225,47.74283,8.99902\n39,1645774263,47.74289,8.99907\n40,1645774303,47.74300,8.99907\n41,1645774339,47.74299,8.99898\n42,1645774375,47.74286,8.99897\n43,1645774411,47.74306,8.99901\n44,1645774449,47.74307,8.99891\n45,1645774486,47.74288,8.99896\n46,1645774524,47.74312,8.99887\n47,1645774561,47.74315,8.99873\n48,1645774598,47.74304,8.99873\n49,1645774635,47.74303,8.99866\n50,1645774673,47.74307,8.99872\n51,1645774709,47.74295,8.99902\n52,1645774746,47.74287,8.99915\n53,1645774781,47.74301,8.99902\n54,1645774817,47.74297,8.99904\n55,1645774853,47.74290,8.99898\n56,1645774890,47.74306,8.99892\n57,1645774928,47.74300,8.99909\n58,1645774965,47.74309,8.99877\n59,1645775003,47.74300,8.99876\n60,1645775045,47.74267,8.99913\n61,1645775083,47.74298,8.99908\n62,1645775121,47.74306,8.99874\n63,1645775156,47.74291,8.99908\n64,1645775194,47.74293,8.99903\n65,1645775231,47.74299,8.99881\n66,1645775266,47.74297,8.99886\n67,1645775305,47.74290,8.99886\n68,1645775342,47.74314,8.99867\n69,1645775380,47.74297,8.99903\n70,1645775418,47.74293,8.99906\n71,1645775455,47.74305,8.99903\n72,1645775493,47.74302,8.99902\n73,1645775530,47.74301,8.99897\n74,1645775568,47.74304,8.99894\n75,1645775606,47.74317,8.99874\n76,1645775645,47.74291,8.99901\n77,1645775689,47.74290,8.99906\n78,1645775735,47.74272,8.99922\n79,1645775780,47.74312,8.99889\n80,1645775823,47.74300,8.99896\n81,1645775868,47.74325,8.99877\n82,1645775909,47.74320,8.99887\n83,1645775952,47.74304,8.99894\n84,1645775994,47.74279,8.99919\n85,1645776036,47.74321,8.99877\n86,1645776085,47.74293,8.99899\n87,1645776126,47.74287,8.99915\n88,1645776165,47.74297,8.99894\n89,1645776205,47.74277,8.99931\n90,1645776256,47.74287,8.99910\n91,1645776298,47.74287,8.99913\n92,1645776343,47.74300,8.99899\n93,1645776392,47.74304,8.99893\n94,1645776435,47.74290,8.99911\n95,1645776481,47.74292,8.99910\n96,1645776527,47.74291,8.99912\n97,1645776587,47.74275,8.99918\n98,1645776645,47.74285,8.99911\n99,1645776701,47.74283,8.99912\n100,1645776749,47.74302,8.99898\n101,1645776809,47.74301,8.99901\n102,1645776865,47.74285,8.99916\n103,1645776920,47.74289,8.99914\n104,1645776979,47.74260,8.99931\n105,1645777033,47.74295,8.99895\n106,1645777096,47.74263,8.99942\n107,1645777143,47.74308,8.99887\n108,1645777204,47.74299,8.99907\n109,1645777259,47.74295,8.99915\n110,1645777321,47.74343,8.99899\n111,1645777365,47.74292,8.99898\n112,1645777408,47.74319,8.99877\n113,1645777448,47.74322,8.99877\n114,1645777488,47.74333,8.99871\n115,1645777529,47.74315,8.99889\n116,1645777571,47.74301,8.99903\n117,1645777617,47.74280,8.99904\n118,1645777652,47.74344,8.99856\n119,1645777692,47.74327,8.99875\n120,1645777730,47.74341,8.99858\n121,1645777770,47.74309,8.99885\n122,1645777809,47.74314,8.99878\n123,1645777850,47.74306,8.99875\n124,1645777893,47.74328,8.99858\n125,1645777937,47.74311,8.99889\n126,1645777981,47.74307,8.99897\n127,1645778022,47.74300,8.99899\n128,1645778065,47.74303,8.99890\n129,1645778103,47.74306,8.99897\n130,1645778144,47.74277,8.99916\n131,1645778191,47.74308,8.99889\n132,1645778233,47.74306,8.99895\n133,1645778275,47.74305,8.99895\n134,1645778310,47.74295,8.99918\n135,1645778348,47.74293,8.99915\n136,1645778385,47.74309,8.99906\n137,1645778421,47.74296,8.99904\n138,1645778457,47.74299,8.99906\n139,1645778492,47.74311,8.99890\n140,1645778528,47.74311,8.99893\n141,1645778564,47.74308,8.99878\n142,1645778624,47.74303,8.99894\n143,1645778670,47.74305,8.99898\n144,1645778705,47.74320,8.99885\n145,1645778741,47.74297,8.99907\n146,1645778776,47.74319,8.99874\n147,1645778812,47.74299,8.99903\n148,1645778847,47.74302,8.99893\n149,1645778883,47.74323,8.99863\n150,1645778919,47.74297,8.99912\n151,1645778956,47.74297,8.99904\n152,1645779002,47.74298,8.99891\n153,1645779053,47.74304,8.99895\n154,1645779107,47.74294,8.99889\n155,1645779152,47.74311,8.99898\n156,1645779203,47.74314,8.99896\n157,1645779252,47.74295,8.99894\n158,1645779305,47.74299,8.99884\n159,1645779349,47.74299,8.99887\n160,1645779390,47.74291,8.99917\n161,1645779428,47.74296,8.99914\n162,1645779470,47.74310,8.99885\n163,1645779511,47.74295,8.99892\n164,1645779555,47.74298,8.99885\n165,1645779595,47.74288,8.99934\n166,1645779635,47.74315,8.99867\n167,1645779679,47.74306,8.99895\n168,1645779715,47.74306,8.99902\n169,1645779751,47.74306,8.99896\n170,1645779787,47.74300,8.99906\n171,1645779825,47.74307,8.99909\n172,1645779864,47.74308,8.99889\n173,1645779904,47.74310,8.99901\n174,1645779953,47.74305,8.99894\n175,1645780000,47.74313,8.99887\n176,1645780045,47.74311,8.99863\n177,1645780087,47.74298,8.99905\n178,1645780129,47.74302,8.99897\n179,1645780172,47.74308,8.99894\n180,1645780213,47.74298,8.99900\n181,1645780255,47.74305,8.99890\n182,1645780300,47.74299,8.99878\n183,1645780348,47.74300,8.99884\n184,1645780423,47.74300,8.99873\n185,1645780518,47.74284,8.99890\n186,1645780559,47.74325,8.99897\n187,1645780600,47.74299,8.99906\n188,1645780638,47.74291,8.99887\n189,1645780677,47.74307,8.99894\n190,1645780716,47.74306,8.99891\n191,1645780753,47.74295,8.99886\n192,1645780792,47.74302,8.99890\n193,1645780832,47.74304,8.99898\n194,1645780874,47.74294,8.99898\n195,1645780912,47.74297,8.99892\n196,1645780955,47.74306,8.99891\n197,1645780994,47.74311,8.99890\n198,1645781031,47.74333,8.99905\n199,1645781071,47.74314,8.99893\n200,1645781108,47.74311,8.99899\n201,1645781149,47.74312,8.99906\n202,1645781188,47.74308,8.99899\n203,1645781228,47.74305,8.99895\n204,1645781267,47.74296,8.99893\n205,1645781310,47.74320,8.99909\n206,1645781366,47.74280,8.99877\n207,1645781416,47.74281,8.99879\n208,1645781469,47.74287,8.99887\n209,1645781511,47.74290,8.99883\n210,1645781556,47.74286,8.99881\n211,1645781596,47.74290,8.99875\n212,1645781634,47.74300,8.99893\n213,1645781672,47.74295,8.99895\n214,1645781711,47.74309,8.99880\n215,1645781748,47.74308,8.99893\n216,1645781786,47.74295,8.99896\n217,1645781822,47.74291,8.99900\n218,1645781870,47.74290,8.99885\n219,1645781907,47.74295,8.99887\n220,1645781944,47.74298,8.99900\n221,1645781981,47.74291,8.99899\n222,1645782032,47.74288,8.99881\n223,1645782082,47.74295,8.99885\n224,1645782133,47.74292,8.99889\n225,1645782182,47.74299,8.99896\n226,1645782225,47.74299,8.99895\n227,1645782274,47.74295,8.99890\n228,1645782323,47.74297,8.99891\n229,1645782369,47.74294,8.99890\n230,1645782417,47.74302,8.99899\n231,1645782454,47.74301,8.99900\n232,1645782501,47.74303,8.99898\n233,1645782551,47.74293,8.99886\n234,1645782602,47.74290,8.99876\n235,1645782647,47.74299,8.99889\n236,1645782685,47.74268,8.99879\n237,1645782723,47.74304,8.99899\n238,1645782768,47.74304,8.99890\n239,1645782817,47.74297,8.99892\n240,1645782861,47.74298,8.99888\n241,1645782906,47.74298,8.99897\n242,1645782945,47.74282,8.99893\n243,1645782983,47.74311,8.99900\n244,1645783035,47.74294,8.99886\n245,1645783078,47.74302,8.99898\n246,1645783119,47.74294,8.99897\n247,1645783163,47.74306,8.99910\n248,1645783206,47.74263,8.99886\n249,1645783248,47.74268,8.99885\n250,1645783290,47.74247,8.99877\n251,1645783331,47.74244,8.99865\n252,1645783370,47.74259,8.99885\n253,1645783418,47.74298,8.99885\n254,1645783459,47.74297,8.99904\n255,1645783501,47.74302,8.99901\n256,1645783543,47.74294,8.99896\n257,1645783590,47.74298,8.99898\n258,1645783633,47.74308,8.99915\n259,1645783676,47.74299,8.99912\n260,1645783719,47.74287,8.99878\n261,1645783754,47.74371,8.99910\n262,1645783797,47.74287,8.99874\n263,1645783839,47.74297,8.99888\n264,1645783881,47.74296,8.99902\n265,1645783924,47.74312,8.99946\n266,1645783971,47.74299,8.99901\n267,1645784013,47.74299,8.99900\n268,1645784055,47.74294,8.99895\n269,1645784095,47.74302,8.99898\n270,1645784137,47.74301,8.99903\n271,1645784179,47.74288,8.99880\n272,1645784224,47.74300,8.99886\n273,1645784272,47.74299,8.99890\n274,1645784307,47.74283,8.99892\n275,1645784347,47.74304,8.99905\n276,1645784386,47.74302,8.99901\n277,1645784421,47.74283,8.99888\n278,1645784460,47.74288,8.99888\n279,1645784499,47.74282,8.99889\n280,1645784538,47.74285,8.99895\n281,1645784580,47.74306,8.99884\n282,1645784623,47.74306,8.99899\n283,1645784665,47.74296,8.99893\n284,1645784708,47.74300,8.99891\n285,1645784751,47.74296,8.99881\n286,1645784792,47.74306,8.99917\n287,1645784833,47.74306,8.99913\n288,1645784880,47.74303,8.99911\n289,1645784923,47.74316,8.99910\n290,1645784965,47.74302,8.99903\n291,1645785007,47.74305,8.99901\n292,1645785050,47.74306,8.99916\n293,1645785100,47.74309,8.99892\n294,1645785169,47.74303,8.99921\n295,1645785211,47.74291,8.99903\n296,1645785249,47.74308,8.99901\n297,1645785291,47.74281,8.99899\n298,1645785337,47.74301,8.99900\n299,1645785373,47.74299,8.99896\n300,1645785413,47.74294,8.99905\n301,1645785448,47.74306,8.99892\n302,1645785494,47.74306,8.99897\n303,1645785535,47.74305,8.99894\n304,1645785569,47.74272,8.99910\n305,1645785614,47.74305,8.99898\n306,1645785655,47.74298,8.99902\n307,1645785698,47.74306,8.99892\n308,1645785739,47.74303,8.99901\n309,1645785775,47.74309,8.99897\n310,1645785813,47.74281,8.99906\n311,1645785858,47.74371,8.99880\n312,1645785898,47.74272,8.99897\n313,1645785934,47.74292,8.99901\n314,1645785969,47.74396,8.99914\n315,1645786017,47.74301,8.99904\n316,1645786065,47.74298,8.99898\n317,1645786111,47.74307,8.99895\n318,1645786153,47.74298,8.99894\n319,1645786195,47.74306,8.99910\n320,1645786237,47.74307,8.99920\n321,1645786277,47.74291,8.99903\n322,1645786312,47.74318,8.99905\n323,1645786348,47.74313,8.99909\n324,1645786384,47.74315,8.99910\n325,1645786423,47.74321,8.99906\n326,1645786461,47.74288,8.99894\n327,1645786506,47.74288,8.99887\n328,1645786546,47.74292,8.99899\n329,1645786591,47.74301,8.99907\n330,1645786636,47.74304,8.99895\n331,1645786684,47.74304,8.99902\n332,1645786728,47.74321,8.99897\n333,1645786772,47.74299,8.99908\n334,1645786813,47.74299,8.99914\n335,1645786851,47.74302,8.99895\n336,1645786897,47.74301,8.99908\n337,1645786939,47.74305,8.99893\n338,1645786987,47.74314,8.99867\n339,1645787030,47.74302,8.99901\n340,1645787072,47.74311,8.99886\n341,1645787113,47.74306,8.99895\n342,1645787159,47.74310,8.99869\n343,1645787201,47.74296,8.99900\n344,1645787239,47.74288,8.99904\n345,1645787280,47.74293,8.99913\n346,1645787326,47.74315,8.99868\n347,1645787368,47.74305,8.99904\n348,1645787414,47.74313,8.99885\n349,1645787484,47.74299,8.99907\n350,1645787524,47.74292,8.99903\n351,1645787568,47.74286,8.99912\n352,1645787625,47.74351,8.99873\n353,1645787660,47.74349,8.99868\n354,1645787696,47.74364,8.99869\n355,1645787736,47.74350,8.99870\n356,1645787773,47.74342,8.99868\n357,1645787810,47.74359,8.99867\n358,1645787849,47.74295,8.99877\n359,1645787885,47.74361,8.99868\n360,1645787921,47.74334,8.99877\n361,1645787956,47.74301,8.99899\n362,1645787993,47.74299,8.99910\n363,1645788030,47.74305,8.99900\n364,1645788066,47.74313,8.99896\n365,1645788103,47.74301,8.99906\n366,1645788145,47.74303,8.99901\n367,1645788186,47.74302,8.99919\n368,1645788225,47.74298,8.99888\n369,1645788268,47.74312,8.99893\n370,1645788310,47.74307,8.99920\n371,1645788344,47.74305,8.99882\n372,1645788386,47.74289,8.99894\n373,1645788429,47.74291,8.99889\n374,1645788471,47.74286,8.99880\n375,1645788506,47.74279,8.99800\n376,1645788545,47.74312,8.99902\n377,1645788591,47.74288,8.99875\n378,1645788631,47.74310,8.99889\n379,1645788674,47.74292,8.99880\n380,1645788721,47.74310,8.99890\n381,1645788771,47.74324,8.99897\n382,1645788820,47.74317,8.99897\n383,1645788866,47.74307,8.99898\n384,1645788916,47.74307,8.99885\n385,1645788991,47.74309,8.99871\n386,1645789047,47.74296,8.99885\n387,1645789121,47.74329,8.99906\n388,1645789168,47.74319,8.99894\n389,1645789206,47.74318,8.99905\n390,1645789244,47.74330,8.99896\n391,1645789282,47.74345,8.99913\n392,1645789320,47.74325,8.99916\n393,1645789358,47.74334,8.99911\n394,1645789405,47.74316,8.99900\n395,1645789452,47.74323,8.99903\n396,1645789498,47.74325,8.99899\n397,1645789538,47.74335,8.99903\n398,1645789586,47.74331,8.99907\n399,1645789633,47.74329,8.99907\n400,1645789680,47.74338,8.99911\n401,1645789719,47.74326,8.99904\n402,1645789756,47.74325,8.99904\n403,1645789798,47.74320,8.99909\n404,1645789838,47.74338,8.99908\n405,1645789888,47.74345,8.99912\n406,1645789932,47.74309,8.99902\n407,1645789975,47.74312,8.99904\n408,1645790018,47.74315,8.99893\n409,1645790062,47.74310,8.99900\n410,1645790105,47.74326,8.99827\n411,1645790148,47.74332,8.99824\n412,1645790189,47.74353,8.99827\n413,1645790238,47.74318,8.99906\n414,1645790293,47.74315,8.99902\n415,1645790347,47.74309,8.99900\n416,1645790398,47.74308,8.99905\n417,1645790441,47.74305,8.99845\n418,1645790486,47.74320,8.99904\n419,1645790528,47.74329,8.99909\n420,1645790570,47.74313,8.99908\n421,1645790623,47.74307,8.99900\n422,1645790665,47.74309,8.99901\n423,1645790710,47.74308,8.99906\n424,1645790755,47.74313,8.99901\n425,1645790797,47.74312,8.99900\n426,1645790840,47.74317,8.99904\n427,1645790881,47.74309,8.99903\n428,1645790924,47.74308,8.99899\n429,1645790965,47.74312,8.99897\n430,1645791008,47.74310,8.99908\n431,1645791049,47.74312,8.99901\n432,1645791092,47.74310,8.99900\n433,1645791133,47.74314,8.99907\n434,1645791175,47.74308,8.99903\n435,1645791217,47.74312,8.99906\n436,1645791259,47.74311,8.99900\n437,1645791301,47.74303,8.99898\n438,1645791345,47.74297,8.99897\n439,1645791387,47.74305,8.99901\n440,1645791429,47.74302,8.99903\n441,1645791471,47.74309,8.99909\n442,1645791512,47.74327,8.99914\n443,1645791557,47.74316,8.99910\n444,1645791602,47.74316,8.99908\n445,1645791652,47.74303,8.99902\n446,1645791697,47.74303,8.99904\n447,1645791740,47.74307,8.99906\n448,1645791781,47.74305,8.99903\n449,1645791823,47.74306,8.99902\n450,1645791866,47.74307,8.99905\n451,1645791910,47.74308,8.99902\n452,1645791958,47.74306,8.99900\n453,1645792020,47.74311,8.99904\n454,1645792053,47.74289,8.99908\n455,1645792086,47.74302,8.99913\n456,1645792120,47.74314,8.99906\n457,1645792155,47.74309,8.99899\n458,1645792189,47.74320,8.99910\n459,1645792223,47.74325,8.99915\n460,1645792257,47.74320,8.99910\n461,1645792291,47.74310,8.99901\n462,1645792326,47.74324,8.99903\n463,1645792359,47.74320,8.99905\n464,1645792394,47.74319,8.99913\n465,1645792429,47.74316,8.99907\n466,1645792463,47.74315,8.99910\n467,1645792496,47.74315,8.99907\n468,1645792531,47.74322,8.99910\n469,1645792565,47.74329,8.99903\n470,1645792599,47.74318,8.99906\n471,1645792634,47.74313,8.99908\n472,1645792669,47.74316,8.99901\n473,1645792703,47.74313,8.99900\n474,1645792738,47.74304,8.99900\n475,1645792773,47.74317,8.99909\n476,1645792809,47.74305,8.99906\n477,1645792844,47.74309,8.99899\n478,1645792879,47.74320,8.99902\n479,1645792913,47.74308,8.99908\n480,1645792947,47.74322,8.99901\n481,1645792981,47.74313,8.99906\n482,1645793015,47.74309,8.99897\n483,1645793048,47.74311,8.99906\n484,1645793085,47.74317,8.99904\n485,1645793120,47.74316,8.99904\n486,1645793155,47.74321,8.99901\n487,1645793189,47.74306,8.99905\n488,1645793224,47.74304,8.99910\n489,1645793258,47.74306,8.99891\n490,1645793294,47.74320,8.99905\n491,1645793333,47.74315,8.99899\n492,1645793371,47.74314,8.99901\n493,1645793412,47.74310,8.99892\n494,1645793451,47.74321,8.99917\n495,1645793490,47.74308,8.99908\n496,1645793530,47.74309,8.99903\n497,1645793568,47.74312,8.99900\n498,1645793609,47.74317,8.99901\n499,1645793649,47.74317,8.99922\n500,1645793693,47.74311,8.99908\n501,1645793732,47.74320,8.99914\n502,1645793769,47.74312,8.99900\n503,1645793807,47.74311,8.99905\n504,1645793845,47.74307,8.99912\n505,1645793883,47.74318,8.99913\n506,1645793921,47.74308,8.99901\n507,1645793963,47.74324,8.99916\n508,1645794000,47.74315,8.99904\n509,1645794036,47.74320,8.99896\n510,1645794071,47.74319,8.99904\n511,1645794107,47.74323,8.99905\n512,1645794147,47.74325,8.99906\n513,1645794204,47.74347,8.99904\n514,1645794246,47.74345,8.99903\n515,1645794283,47.74339,8.99903\n516,1645794327,47.74350,8.99902\n517,1645794371,47.74334,8.99897\n518,1645794409,47.74339,8.99903\n519,1645794450,47.74353,8.99901\n520,1645794487,47.74354,8.99897\n521,1645794521,47.74333,8.99891\n522,1645794556,47.74323,8.99900\n523,1645794590,47.74320,8.99904\n524,1645794624,47.74324,8.99907\n525,1645794657,47.74328,8.99906\n526,1645794691,47.74302,8.99905\n527,1645794725,47.74328,8.99908\n528,1645794762,47.74313,8.99898\n529,1645794796,47.74311,8.99905\n530,1645794831,47.74325,8.99894\n531,1645794864,47.74325,8.99879\n532,1645794899,47.74313,8.99891\n533,1645794933,47.74312,8.99903\n534,1645794968,47.74320,8.99915\n535,1645795015,47.74279,8.99936\n536,1645795053,47.74307,8.99901\n537,1645795091,47.74315,8.99904\n538,1645795125,47.74297,8.99902\n539,1645795161,47.74318,8.99890\n540,1645795197,47.74308,8.99898\n541,1645795235,47.74324,8.99899\n542,1645795271,47.74309,8.99905\n543,1645795311,47.74308,8.99898\n544,1645795351,47.74305,8.99899\n545,1645795394,47.74288,8.99907\n546,1645795441,47.74329,8.99900\n547,1645795511,47.74316,8.99903\n548,1645795559,47.74301,8.99904\n549,1645795604,47.74307,8.99902\n550,1645795653,47.74308,8.99904\n551,1645795699,47.74305,8.99905\n552,1645795751,47.74319,8.99903\n553,1645795793,47.74311,8.99904\n554,1645795838,47.74315,8.99902\n555,1645795877,47.74325,8.99899\n556,1645795917,47.74296,8.99904\n557,1645795959,47.74314,8.99899\n558,1645796001,47.74323,8.99891\n559,1645796040,47.74310,8.99896\n560,1645796081,47.74301,8.99895\n561,1645796122,47.74259,8.99904\n562,1645796162,47.74322,8.99891\n563,1645796203,47.74291,8.99897\n564,1645796246,47.74327,8.99894\n565,1645796288,47.74319,8.99914\n566,1645796333,47.74333,8.99894\n567,1645796385,47.74315,8.99900\n568,1645796424,47.74335,8.99896\n569,1645796470,47.74309,8.99900\n570,1645796517,47.74333,8.99897\n571,1645796579,47.74305,8.99900\n572,1645796628,47.74317,8.99898\n573,1645796681,47.74317,8.99897\n574,1645796725,47.74303,8.99901\n575,1645796770,47.74300,8.99894\n576,1645796813,47.74311,8.99898\n577,1645796858,47.74310,8.99900\n578,1645796899,47.74318,8.99899\n579,1645796939,47.74328,8.99895\n580,1645796980,47.74321,8.99897\n581,1645797024,47.74330,8.99894\n582,1645797074,47.74321,8.99894\n583,1645797126,47.74311,8.99900\n584,1645797176,47.74316,8.99903\n585,1645797220,47.74312,8.99895\n586,1645797262,47.74311,8.99898\n587,1645797303,47.74304,8.99902\n588,1645797347,47.74314,8.99902\n589,1645797397,47.74315,8.99901\n590,1645797438,47.74324,8.99893\n591,1645797488,47.74311,8.99899\n592,1645797532,47.74310,8.99902\n593,1645797575,47.74320,8.99893\n594,1645797628,47.74309,8.99897\n595,1645797673,47.74310,8.99898\n596,1645797714,47.74308,8.99899\n597,1645797750,47.74283,8.99907\n598,1645797787,47.74332,8.99889\n599,1645797823,47.74323,8.99896\n600,1645797859,47.74319,8.99899\n601,1645797896,47.74319,8.99893\n602,1645797936,47.74292,8.99900\n603,1645797974,47.74311,8.99890\n604,1645798021,47.74306,8.99898\n605,1645798055,47.74319,8.99900\n606,1645798095,47.74293,8.99900\n607,1645798142,47.74325,8.99898\n608,1645798176,47.74293,8.99912\n609,1645798221,47.74318,8.99893\n610,1645798281,47.74343,8.99874\n611,1645798339,47.74302,8.99895\n612,1645798377,47.74304,8.99902\n613,1645798417,47.74308,8.99893\n614,1645798462,47.74341,8.99882\n615,1645798503,47.74331,8.99870\n616,1645798541,47.74324,8.99883\n617,1645798582,47.74322,8.99902\n618,1645798625,47.74316,8.99895\n619,1645798666,47.74317,8.99886\n620,1645798703,47.74301,8.99885\n621,1645798740,47.74316,8.99890\n622,1645798783,47.74313,8.99900\n623,1645798825,47.74306,8.99902\n624,1645798859,47.74303,8.99907\n625,1645798904,47.74305,8.99907\n626,1645798945,47.74306,8.99895\n627,1645798987,47.74314,8.99904\n628,1645799030,47.74305,8.99898\n629,1645799065,47.74340,8.99864\n630,1645799101,47.74336,8.99864\n631,1645799145,47.74309,8.99903\n632,1645799186,47.74309,8.99891\n633,1645799230,47.74314,8.99892\n634,1645799276,47.74300,8.99902\n635,1645799323,47.74334,8.99880\n636,1645799364,47.74354,8.99882\n637,1645799420,47.74306,8.99898\n638,1645799463,47.74294,8.99900\n639,1645799505,47.74276,8.99906\n640,1645799549,47.74344,8.99884\n641,1645799591,47.74360,8.99881\n642,1645799638,47.74304,8.99898\n643,1645799685,47.74305,8.99897\n644,1645799730,47.74360,8.99876\n645,1645799775,47.74334,8.99889\n646,1645799819,47.74352,8.99885\n647,1645799862,47.74343,8.99874\n648,1645799902,47.74317,8.99894\n649,1645799951,47.74289,8.99905\n650,1645800009,47.74293,8.99900\n651,1645800059,47.74285,8.99904\n652,1645800106,47.74293,8.99898\n653,1645800153,47.74340,8.99879\n654,1645800199,47.74318,8.99897\n655,1645800241,47.74303,8.99898\n656,1645800292,47.74324,8.99884\n657,1645800354,47.74320,8.99889\n658,1645800412,47.74297,8.99902\n659,1645800474,47.74336,8.99890\n660,1645800523,47.74307,8.99904\n661,1645800574,47.74345,8.99879\n662,1645800627,47.74334,8.99889\n663,1645800669,47.74345,8.99891\n664,1645800717,47.74288,8.99899\n665,1645800768,47.74288,8.99902\n666,1645800824,47.74293,8.99907\n667,1645800871,47.74331,8.99882\n668,1645800923,47.74316,8.99891\n669,1645800968,47.74314,8.99894\n670,1645801018,47.74344,8.99880\n671,1645801080,47.74309,8.99897\n672,1645803257,47.74300,8.99895\n673,1645803291,47.74303,8.99897\n674,1645803325,47.74304,8.99888\n675,1645803359,47.74305,8.99899\n676,1645803393,47.74294,8.99895\n677,1645803428,47.74301,8.99906\n678,1645803461,47.74303,8.99891\n679,1645803559,47.74295,8.99899\n680,1645803592,47.74307,8.99898\n681,1645803818,47.74301,8.99882\n682,1645804043,47.74302,8.99890\n683,1645804204,47.74303,8.99901"
  },
  {
    "path": "TickTagData/03_StationaryPosition_30s_Interval/20220225_30s_Interval_683_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 96, TOs: 0/0, ErrorsOrGF: 1, TTFF: 103\nFixes: 683, Avg. time to fix: 11 s, Avg. HDOP (x10): 21\n\ncount,timestamp,lat,lon\n1,1645772584,47.74329,8.99880\n2,1645772631,47.74322,8.99898\n3,1645772678,47.74328,8.99902\n4,1645772727,47.74324,8.99897\n5,1645772766,47.74001,8.99501\n6,1645772810,47.74327,8.99903\n7,1645772848,47.74091,8.99605\n8,1645772886,47.74178,8.99702\n9,1645772930,47.74330,8.99902\n10,1645772973,47.74316,8.99899\n11,1645773011,47.74219,8.99796\n12,1645773056,47.74324,8.99906\n13,1645773094,47.74209,8.99786\n14,1645773140,47.74322,8.99907\n15,1645773178,47.74193,8.99763\n16,1645773217,47.74263,8.99826\n17,1645773254,47.74198,8.99787\n18,1645773302,47.74327,8.99902\n19,1645773345,47.74325,8.99896\n20,1645773393,47.74329,8.99903\n21,1645773441,47.74314,8.99898\n22,1645773478,47.74248,8.99826\n23,1645773524,47.74307,8.99895\n24,1645773574,47.74322,8.99903\n25,1645773621,47.74302,8.99889\n26,1645773674,47.74275,8.99888\n27,1645773723,47.74328,8.99897\n28,1645773774,47.74326,8.99895\n29,1645773820,47.74317,8.99894\n30,1645773870,47.74305,8.99895\n31,1645773906,47.74286,8.99872\n32,1645773952,47.74292,8.99886\n33,1645774000,47.74327,8.99891\n34,1645774050,47.74278,8.99879\n35,1645774110,47.74294,8.99887\n36,1645774150,47.74289,8.99893\n37,1645774186,47.74285,8.99909\n38,1645774225,47.74283,8.99902\n39,1645774263,47.74289,8.99907\n40,1645774303,47.74300,8.99907\n41,1645774339,47.74299,8.99898\n42,1645774375,47.74286,8.99897\n43,1645774411,47.74306,8.99901\n44,1645774449,47.74307,8.99891\n45,1645774486,47.74288,8.99896\n46,1645774524,47.74312,8.99887\n47,1645774561,47.74315,8.99873\n48,1645774598,47.74304,8.99873\n49,1645774635,47.74303,8.99866\n50,1645774673,47.74307,8.99872\n51,1645774709,47.74295,8.99902\n52,1645774746,47.74287,8.99915\n53,1645774781,47.74301,8.99902\n54,1645774817,47.74297,8.99904\n55,1645774853,47.74290,8.99898\n56,1645774890,47.74306,8.99892\n57,1645774928,47.74300,8.99909\n58,1645774965,47.74309,8.99877\n59,1645775003,47.74300,8.99876\n60,1645775045,47.74267,8.99913\n61,1645775083,47.74298,8.99908\n62,1645775121,47.74306,8.99874\n63,1645775156,47.74291,8.99908\n64,1645775194,47.74293,8.99903\n65,1645775231,47.74299,8.99881\n66,1645775266,47.74297,8.99886\n67,1645775305,47.74290,8.99886\n68,1645775342,47.74314,8.99867\n69,1645775380,47.74297,8.99903\n70,1645775418,47.74293,8.99906\n71,1645775455,47.74305,8.99903\n72,1645775493,47.74302,8.99902\n73,1645775530,47.74301,8.99897\n74,1645775568,47.74304,8.99894\n75,1645775606,47.74317,8.99874\n76,1645775645,47.74291,8.99901\n77,1645775689,47.74290,8.99906\n78,1645775735,47.74272,8.99922\n79,1645775780,47.74312,8.99889\n80,1645775823,47.74300,8.99896\n81,1645775868,47.74325,8.99877\n82,1645775909,47.74320,8.99887\n83,1645775952,47.74304,8.99894\n84,1645775994,47.74279,8.99919\n85,1645776036,47.74321,8.99877\n86,1645776085,47.74293,8.99899\n87,1645776126,47.74287,8.99915\n88,1645776165,47.74297,8.99894\n89,1645776205,47.74277,8.99931\n90,1645776256,47.74287,8.99910\n91,1645776298,47.74287,8.99913\n92,1645776343,47.74300,8.99899\n93,1645776392,47.74304,8.99893\n94,1645776435,47.74290,8.99911\n95,1645776481,47.74292,8.99910\n96,1645776527,47.74291,8.99912\n97,1645776587,47.74275,8.99918\n98,1645776645,47.74285,8.99911\n99,1645776701,47.74283,8.99912\n100,1645776749,47.74302,8.99898\n101,1645776809,47.74301,8.99901\n102,1645776865,47.74285,8.99916\n103,1645776920,47.74289,8.99914\n104,1645776979,47.74260,8.99931\n105,1645777033,47.74295,8.99895\n106,1645777096,47.74263,8.99942\n107,1645777143,47.74308,8.99887\n108,1645777204,47.74299,8.99907\n109,1645777259,47.74295,8.99915\n110,1645777321,47.74343,8.99899\n111,1645777365,47.74292,8.99898\n112,1645777408,47.74319,8.99877\n113,1645777448,47.74322,8.99877\n114,1645777488,47.74333,8.99871\n115,1645777529,47.74315,8.99889\n116,1645777571,47.74301,8.99903\n117,1645777617,47.74280,8.99904\n118,1645777652,47.74344,8.99856\n119,1645777692,47.74327,8.99875\n120,1645777730,47.74341,8.99858\n121,1645777770,47.74309,8.99885\n122,1645777809,47.74314,8.99878\n123,1645777850,47.74306,8.99875\n124,1645777893,47.74328,8.99858\n125,1645777937,47.74311,8.99889\n126,1645777981,47.74307,8.99897\n127,1645778022,47.74300,8.99899\n128,1645778065,47.74303,8.99890\n129,1645778103,47.74306,8.99897\n130,1645778144,47.74277,8.99916\n131,1645778191,47.74308,8.99889\n132,1645778233,47.74306,8.99895\n133,1645778275,47.74305,8.99895\n134,1645778310,47.74295,8.99918\n135,1645778348,47.74293,8.99915\n136,1645778385,47.74309,8.99906\n137,1645778421,47.74296,8.99904\n138,1645778457,47.74299,8.99906\n139,1645778492,47.74311,8.99890\n140,1645778528,47.74311,8.99893\n141,1645778564,47.74308,8.99878\n142,1645778624,47.74303,8.99894\n143,1645778670,47.74305,8.99898\n144,1645778705,47.74320,8.99885\n145,1645778741,47.74297,8.99907\n146,1645778776,47.74319,8.99874\n147,1645778812,47.74299,8.99903\n148,1645778847,47.74302,8.99893\n149,1645778883,47.74323,8.99863\n150,1645778919,47.74297,8.99912\n151,1645778956,47.74297,8.99904\n152,1645779002,47.74298,8.99891\n153,1645779053,47.74304,8.99895\n154,1645779107,47.74294,8.99889\n155,1645779152,47.74311,8.99898\n156,1645779203,47.74314,8.99896\n157,1645779252,47.74295,8.99894\n158,1645779305,47.74299,8.99884\n159,1645779349,47.74299,8.99887\n160,1645779390,47.74291,8.99917\n161,1645779428,47.74296,8.99914\n162,1645779470,47.74310,8.99885\n163,1645779511,47.74295,8.99892\n164,1645779555,47.74298,8.99885\n165,1645779595,47.74288,8.99934\n166,1645779635,47.74315,8.99867\n167,1645779679,47.74306,8.99895\n168,1645779715,47.74306,8.99902\n169,1645779751,47.74306,8.99896\n170,1645779787,47.74300,8.99906\n171,1645779825,47.74307,8.99909\n172,1645779864,47.74308,8.99889\n173,1645779904,47.74310,8.99901\n174,1645779953,47.74305,8.99894\n175,1645780000,47.74313,8.99887\n176,1645780045,47.74311,8.99863\n177,1645780087,47.74298,8.99905\n178,1645780129,47.74302,8.99897\n179,1645780172,47.74308,8.99894\n180,1645780213,47.74298,8.99900\n181,1645780255,47.74305,8.99890\n182,1645780300,47.74299,8.99878\n183,1645780348,47.74300,8.99884\n184,1645780423,47.74300,8.99873\n185,1645780518,47.74284,8.99890\n186,1645780559,47.74325,8.99897\n187,1645780600,47.74299,8.99906\n188,1645780638,47.74291,8.99887\n189,1645780677,47.74307,8.99894\n190,1645780716,47.74306,8.99891\n191,1645780753,47.74295,8.99886\n192,1645780792,47.74302,8.99890\n193,1645780832,47.74304,8.99898\n194,1645780874,47.74294,8.99898\n195,1645780912,47.74297,8.99892\n196,1645780955,47.74306,8.99891\n197,1645780994,47.74311,8.99890\n198,1645781031,47.74333,8.99905\n199,1645781071,47.74314,8.99893\n200,1645781108,47.74311,8.99899\n201,1645781149,47.74312,8.99906\n202,1645781188,47.74308,8.99899\n203,1645781228,47.74305,8.99895\n204,1645781267,47.74296,8.99893\n205,1645781310,47.74320,8.99909\n206,1645781366,47.74280,8.99877\n207,1645781416,47.74281,8.99879\n208,1645781469,47.74287,8.99887\n209,1645781511,47.74290,8.99883\n210,1645781556,47.74286,8.99881\n211,1645781596,47.74290,8.99875\n212,1645781634,47.74300,8.99893\n213,1645781672,47.74295,8.99895\n214,1645781711,47.74309,8.99880\n215,1645781748,47.74308,8.99893\n216,1645781786,47.74295,8.99896\n217,1645781822,47.74291,8.99900\n218,1645781870,47.74290,8.99885\n219,1645781907,47.74295,8.99887\n220,1645781944,47.74298,8.99900\n221,1645781981,47.74291,8.99899\n222,1645782032,47.74288,8.99881\n223,1645782082,47.74295,8.99885\n224,1645782133,47.74292,8.99889\n225,1645782182,47.74299,8.99896\n226,1645782225,47.74299,8.99895\n227,1645782274,47.74295,8.99890\n228,1645782323,47.74297,8.99891\n229,1645782369,47.74294,8.99890\n230,1645782417,47.74302,8.99899\n231,1645782454,47.74301,8.99900\n232,1645782501,47.74303,8.99898\n233,1645782551,47.74293,8.99886\n234,1645782602,47.74290,8.99876\n235,1645782647,47.74299,8.99889\n236,1645782685,47.74268,8.99879\n237,1645782723,47.74304,8.99899\n238,1645782768,47.74304,8.99890\n239,1645782817,47.74297,8.99892\n240,1645782861,47.74298,8.99888\n241,1645782906,47.74298,8.99897\n242,1645782945,47.74282,8.99893\n243,1645782983,47.74311,8.99900\n244,1645783035,47.74294,8.99886\n245,1645783078,47.74302,8.99898\n246,1645783119,47.74294,8.99897\n247,1645783163,47.74306,8.99910\n248,1645783206,47.74263,8.99886\n249,1645783248,47.74268,8.99885\n250,1645783290,47.74247,8.99877\n251,1645783331,47.74244,8.99865\n252,1645783370,47.74259,8.99885\n253,1645783418,47.74298,8.99885\n254,1645783459,47.74297,8.99904\n255,1645783501,47.74302,8.99901\n256,1645783543,47.74294,8.99896\n257,1645783590,47.74298,8.99898\n258,1645783633,47.74308,8.99915\n259,1645783676,47.74299,8.99912\n260,1645783719,47.74287,8.99878\n261,1645783754,47.74371,8.99910\n262,1645783797,47.74287,8.99874\n263,1645783839,47.74297,8.99888\n264,1645783881,47.74296,8.99902\n265,1645783924,47.74312,8.99946\n266,1645783971,47.74299,8.99901\n267,1645784013,47.74299,8.99900\n268,1645784055,47.74294,8.99895\n269,1645784095,47.74302,8.99898\n270,1645784137,47.74301,8.99903\n271,1645784179,47.74288,8.99880\n272,1645784224,47.74300,8.99886\n273,1645784272,47.74299,8.99890\n274,1645784307,47.74283,8.99892\n275,1645784347,47.74304,8.99905\n276,1645784386,47.74302,8.99901\n277,1645784421,47.74283,8.99888\n278,1645784460,47.74288,8.99888\n279,1645784499,47.74282,8.99889\n280,1645784538,47.74285,8.99895\n281,1645784580,47.74306,8.99884\n282,1645784623,47.74306,8.99899\n283,1645784665,47.74296,8.99893\n284,1645784708,47.74300,8.99891\n285,1645784751,47.74296,8.99881\n286,1645784792,47.74306,8.99917\n287,1645784833,47.74306,8.99913\n288,1645784880,47.74303,8.99911\n289,1645784923,47.74316,8.99910\n290,1645784965,47.74302,8.99903\n291,1645785007,47.74305,8.99901\n292,1645785050,47.74306,8.99916\n293,1645785100,47.74309,8.99892\n294,1645785169,47.74303,8.99921\n295,1645785211,47.74291,8.99903\n296,1645785249,47.74308,8.99901\n297,1645785291,47.74281,8.99899\n298,1645785337,47.74301,8.99900\n299,1645785373,47.74299,8.99896\n300,1645785413,47.74294,8.99905\n301,1645785448,47.74306,8.99892\n302,1645785494,47.74306,8.99897\n303,1645785535,47.74305,8.99894\n304,1645785569,47.74272,8.99910\n305,1645785614,47.74305,8.99898\n306,1645785655,47.74298,8.99902\n307,1645785698,47.74306,8.99892\n308,1645785739,47.74303,8.99901\n309,1645785775,47.74309,8.99897\n310,1645785813,47.74281,8.99906\n311,1645785858,47.74371,8.99880\n312,1645785898,47.74272,8.99897\n313,1645785934,47.74292,8.99901\n314,1645785969,47.74396,8.99914\n315,1645786017,47.74301,8.99904\n316,1645786065,47.74298,8.99898\n317,1645786111,47.74307,8.99895\n318,1645786153,47.74298,8.99894\n319,1645786195,47.74306,8.99910\n320,1645786237,47.74307,8.99920\n321,1645786277,47.74291,8.99903\n322,1645786312,47.74318,8.99905\n323,1645786348,47.74313,8.99909\n324,1645786384,47.74315,8.99910\n325,1645786423,47.74321,8.99906\n326,1645786461,47.74288,8.99894\n327,1645786506,47.74288,8.99887\n328,1645786546,47.74292,8.99899\n329,1645786591,47.74301,8.99907\n330,1645786636,47.74304,8.99895\n331,1645786684,47.74304,8.99902\n332,1645786728,47.74321,8.99897\n333,1645786772,47.74299,8.99908\n334,1645786813,47.74299,8.99914\n335,1645786851,47.74302,8.99895\n336,1645786897,47.74301,8.99908\n337,1645786939,47.74305,8.99893\n338,1645786987,47.74314,8.99867\n339,1645787030,47.74302,8.99901\n340,1645787072,47.74311,8.99886\n341,1645787113,47.74306,8.99895\n342,1645787159,47.74310,8.99869\n343,1645787201,47.74296,8.99900\n344,1645787239,47.74288,8.99904\n345,1645787280,47.74293,8.99913\n346,1645787326,47.74315,8.99868\n347,1645787368,47.74305,8.99904\n348,1645787414,47.74313,8.99885\n349,1645787484,47.74299,8.99907\n350,1645787524,47.74292,8.99903\n351,1645787568,47.74286,8.99912\n352,1645787625,47.74351,8.99873\n353,1645787660,47.74349,8.99868\n354,1645787696,47.74364,8.99869\n355,1645787736,47.74350,8.99870\n356,1645787773,47.74342,8.99868\n357,1645787810,47.74359,8.99867\n358,1645787849,47.74295,8.99877\n359,1645787885,47.74361,8.99868\n360,1645787921,47.74334,8.99877\n361,1645787956,47.74301,8.99899\n362,1645787993,47.74299,8.99910\n363,1645788030,47.74305,8.99900\n364,1645788066,47.74313,8.99896\n365,1645788103,47.74301,8.99906\n366,1645788145,47.74303,8.99901\n367,1645788186,47.74302,8.99919\n368,1645788225,47.74298,8.99888\n369,1645788268,47.74312,8.99893\n370,1645788310,47.74307,8.99920\n371,1645788344,47.74305,8.99882\n372,1645788386,47.74289,8.99894\n373,1645788429,47.74291,8.99889\n374,1645788471,47.74286,8.99880\n375,1645788506,47.74279,8.99800\n376,1645788545,47.74312,8.99902\n377,1645788591,47.74288,8.99875\n378,1645788631,47.74310,8.99889\n379,1645788674,47.74292,8.99880\n380,1645788721,47.74310,8.99890\n381,1645788771,47.74324,8.99897\n382,1645788820,47.74317,8.99897\n383,1645788866,47.74307,8.99898\n384,1645788916,47.74307,8.99885\n385,1645788991,47.74309,8.99871\n386,1645789047,47.74296,8.99885\n387,1645789121,47.74329,8.99906\n388,1645789168,47.74319,8.99894\n389,1645789206,47.74318,8.99905\n390,1645789244,47.74330,8.99896\n391,1645789282,47.74345,8.99913\n392,1645789320,47.74325,8.99916\n393,1645789358,47.74334,8.99911\n394,1645789405,47.74316,8.99900\n395,1645789452,47.74323,8.99903\n396,1645789498,47.74325,8.99899\n397,1645789538,47.74335,8.99903\n398,1645789586,47.74331,8.99907\n399,1645789633,47.74329,8.99907\n400,1645789680,47.74338,8.99911\n401,1645789719,47.74326,8.99904\n402,1645789756,47.74325,8.99904\n403,1645789798,47.74320,8.99909\n404,1645789838,47.74338,8.99908\n405,1645789888,47.74345,8.99912\n406,1645789932,47.74309,8.99902\n407,1645789975,47.74312,8.99904\n408,1645790018,47.74315,8.99893\n409,1645790062,47.74310,8.99900\n410,1645790105,47.74326,8.99827\n411,1645790148,47.74332,8.99824\n412,1645790189,47.74353,8.99827\n413,1645790238,47.74318,8.99906\n414,1645790293,47.74315,8.99902\n415,1645790347,47.74309,8.99900\n416,1645790398,47.74308,8.99905\n417,1645790441,47.74305,8.99845\n418,1645790486,47.74320,8.99904\n419,1645790528,47.74329,8.99909\n420,1645790570,47.74313,8.99908\n421,1645790623,47.74307,8.99900\n422,1645790665,47.74309,8.99901\n423,1645790710,47.74308,8.99906\n424,1645790755,47.74313,8.99901\n425,1645790797,47.74312,8.99900\n426,1645790840,47.74317,8.99904\n427,1645790881,47.74309,8.99903\n428,1645790924,47.74308,8.99899\n429,1645790965,47.74312,8.99897\n430,1645791008,47.74310,8.99908\n431,1645791049,47.74312,8.99901\n432,1645791092,47.74310,8.99900\n433,1645791133,47.74314,8.99907\n434,1645791175,47.74308,8.99903\n435,1645791217,47.74312,8.99906\n436,1645791259,47.74311,8.99900\n437,1645791301,47.74303,8.99898\n438,1645791345,47.74297,8.99897\n439,1645791387,47.74305,8.99901\n440,1645791429,47.74302,8.99903\n441,1645791471,47.74309,8.99909\n442,1645791512,47.74327,8.99914\n443,1645791557,47.74316,8.99910\n444,1645791602,47.74316,8.99908\n445,1645791652,47.74303,8.99902\n446,1645791697,47.74303,8.99904\n447,1645791740,47.74307,8.99906\n448,1645791781,47.74305,8.99903\n449,1645791823,47.74306,8.99902\n450,1645791866,47.74307,8.99905\n451,1645791910,47.74308,8.99902\n452,1645791958,47.74306,8.99900\n453,1645792020,47.74311,8.99904\n454,1645792053,47.74289,8.99908\n455,1645792086,47.74302,8.99913\n456,1645792120,47.74314,8.99906\n457,1645792155,47.74309,8.99899\n458,1645792189,47.74320,8.99910\n459,1645792223,47.74325,8.99915\n460,1645792257,47.74320,8.99910\n461,1645792291,47.74310,8.99901\n462,1645792326,47.74324,8.99903\n463,1645792359,47.74320,8.99905\n464,1645792394,47.74319,8.99913\n465,1645792429,47.74316,8.99907\n466,1645792463,47.74315,8.99910\n467,1645792496,47.74315,8.99907\n468,1645792531,47.74322,8.99910\n469,1645792565,47.74329,8.99903\n470,1645792599,47.74318,8.99906\n471,1645792634,47.74313,8.99908\n472,1645792669,47.74316,8.99901\n473,1645792703,47.74313,8.99900\n474,1645792738,47.74304,8.99900\n475,1645792773,47.74317,8.99909\n476,1645792809,47.74305,8.99906\n477,1645792844,47.74309,8.99899\n478,1645792879,47.74320,8.99902\n479,1645792913,47.74308,8.99908\n480,1645792947,47.74322,8.99901\n481,1645792981,47.74313,8.99906\n482,1645793015,47.74309,8.99897\n483,1645793048,47.74311,8.99906\n484,1645793085,47.74317,8.99904\n485,1645793120,47.74316,8.99904\n486,1645793155,47.74321,8.99901\n487,1645793189,47.74306,8.99905\n488,1645793224,47.74304,8.99910\n489,1645793258,47.74306,8.99891\n490,1645793294,47.74320,8.99905\n491,1645793333,47.74315,8.99899\n492,1645793371,47.74314,8.99901\n493,1645793412,47.74310,8.99892\n494,1645793451,47.74321,8.99917\n495,1645793490,47.74308,8.99908\n496,1645793530,47.74309,8.99903\n497,1645793568,47.74312,8.99900\n498,1645793609,47.74317,8.99901\n499,1645793649,47.74317,8.99922\n500,1645793693,47.74311,8.99908\n501,1645793732,47.74320,8.99914\n502,1645793769,47.74312,8.99900\n503,1645793807,47.74311,8.99905\n504,1645793845,47.74307,8.99912\n505,1645793883,47.74318,8.99913\n506,1645793921,47.74308,8.99901\n507,1645793963,47.74324,8.99916\n508,1645794000,47.74315,8.99904\n509,1645794036,47.74320,8.99896\n510,1645794071,47.74319,8.99904\n511,1645794107,47.74323,8.99905\n512,1645794147,47.74325,8.99906\n513,1645794204,47.74347,8.99904\n514,1645794246,47.74345,8.99903\n515,1645794283,47.74339,8.99903\n516,1645794327,47.74350,8.99902\n517,1645794371,47.74334,8.99897\n518,1645794409,47.74339,8.99903\n519,1645794450,47.74353,8.99901\n520,1645794487,47.74354,8.99897\n521,1645794521,47.74333,8.99891\n522,1645794556,47.74323,8.99900\n523,1645794590,47.74320,8.99904\n524,1645794624,47.74324,8.99907\n525,1645794657,47.74328,8.99906\n526,1645794691,47.74302,8.99905\n527,1645794725,47.74328,8.99908\n528,1645794762,47.74313,8.99898\n529,1645794796,47.74311,8.99905\n530,1645794831,47.74325,8.99894\n531,1645794864,47.74325,8.99879\n532,1645794899,47.74313,8.99891\n533,1645794933,47.74312,8.99903\n534,1645794968,47.74320,8.99915\n535,1645795015,47.74279,8.99936\n536,1645795053,47.74307,8.99901\n537,1645795091,47.74315,8.99904\n538,1645795125,47.74297,8.99902\n539,1645795161,47.74318,8.99890\n540,1645795197,47.74308,8.99898\n541,1645795235,47.74324,8.99899\n542,1645795271,47.74309,8.99905\n543,1645795311,47.74308,8.99898\n544,1645795351,47.74305,8.99899\n545,1645795394,47.74288,8.99907\n546,1645795441,47.74329,8.99900\n547,1645795511,47.74316,8.99903\n548,1645795559,47.74301,8.99904\n549,1645795604,47.74307,8.99902\n550,1645795653,47.74308,8.99904\n551,1645795699,47.74305,8.99905\n552,1645795751,47.74319,8.99903\n553,1645795793,47.74311,8.99904\n554,1645795838,47.74315,8.99902\n555,1645795877,47.74325,8.99899\n556,1645795917,47.74296,8.99904\n557,1645795959,47.74314,8.99899\n558,1645796001,47.74323,8.99891\n559,1645796040,47.74310,8.99896\n560,1645796081,47.74301,8.99895\n561,1645796122,47.74259,8.99904\n562,1645796162,47.74322,8.99891\n563,1645796203,47.74291,8.99897\n564,1645796246,47.74327,8.99894\n565,1645796288,47.74319,8.99914\n566,1645796333,47.74333,8.99894\n567,1645796385,47.74315,8.99900\n568,1645796424,47.74335,8.99896\n569,1645796470,47.74309,8.99900\n570,1645796517,47.74333,8.99897\n571,1645796579,47.74305,8.99900\n572,1645796628,47.74317,8.99898\n573,1645796681,47.74317,8.99897\n574,1645796725,47.74303,8.99901\n575,1645796770,47.74300,8.99894\n576,1645796813,47.74311,8.99898\n577,1645796858,47.74310,8.99900\n578,1645796899,47.74318,8.99899\n579,1645796939,47.74328,8.99895\n580,1645796980,47.74321,8.99897\n581,1645797024,47.74330,8.99894\n582,1645797074,47.74321,8.99894\n583,1645797126,47.74311,8.99900\n584,1645797176,47.74316,8.99903\n585,1645797220,47.74312,8.99895\n586,1645797262,47.74311,8.99898\n587,1645797303,47.74304,8.99902\n588,1645797347,47.74314,8.99902\n589,1645797397,47.74315,8.99901\n590,1645797438,47.74324,8.99893\n591,1645797488,47.74311,8.99899\n592,1645797532,47.74310,8.99902\n593,1645797575,47.74320,8.99893\n594,1645797628,47.74309,8.99897\n595,1645797673,47.74310,8.99898\n596,1645797714,47.74308,8.99899\n597,1645797750,47.74283,8.99907\n598,1645797787,47.74332,8.99889\n599,1645797823,47.74323,8.99896\n600,1645797859,47.74319,8.99899\n601,1645797896,47.74319,8.99893\n602,1645797936,47.74292,8.99900\n603,1645797974,47.74311,8.99890\n604,1645798021,47.74306,8.99898\n605,1645798055,47.74319,8.99900\n606,1645798095,47.74293,8.99900\n607,1645798142,47.74325,8.99898\n608,1645798176,47.74293,8.99912\n609,1645798221,47.74318,8.99893\n610,1645798281,47.74343,8.99874\n611,1645798339,47.74302,8.99895\n612,1645798377,47.74304,8.99902\n613,1645798417,47.74308,8.99893\n614,1645798462,47.74341,8.99882\n615,1645798503,47.74331,8.99870\n616,1645798541,47.74324,8.99883\n617,1645798582,47.74322,8.99902\n618,1645798625,47.74316,8.99895\n619,1645798666,47.74317,8.99886\n620,1645798703,47.74301,8.99885\n621,1645798740,47.74316,8.99890\n622,1645798783,47.74313,8.99900\n623,1645798825,47.74306,8.99902\n624,1645798859,47.74303,8.99907\n625,1645798904,47.74305,8.99907\n626,1645798945,47.74306,8.99895\n627,1645798987,47.74314,8.99904\n628,1645799030,47.74305,8.99898\n629,1645799065,47.74340,8.99864\n630,1645799101,47.74336,8.99864\n631,1645799145,47.74309,8.99903\n632,1645799186,47.74309,8.99891\n633,1645799230,47.74314,8.99892\n634,1645799276,47.74300,8.99902\n635,1645799323,47.74334,8.99880\n636,1645799364,47.74354,8.99882\n637,1645799420,47.74306,8.99898\n638,1645799463,47.74294,8.99900\n639,1645799505,47.74276,8.99906\n640,1645799549,47.74344,8.99884\n641,1645799591,47.74360,8.99881\n642,1645799638,47.74304,8.99898\n643,1645799685,47.74305,8.99897\n644,1645799730,47.74360,8.99876\n645,1645799775,47.74334,8.99889\n646,1645799819,47.74352,8.99885\n647,1645799862,47.74343,8.99874\n648,1645799902,47.74317,8.99894\n649,1645799951,47.74289,8.99905\n650,1645800009,47.74293,8.99900\n651,1645800059,47.74285,8.99904\n652,1645800106,47.74293,8.99898\n653,1645800153,47.74340,8.99879\n654,1645800199,47.74318,8.99897\n655,1645800241,47.74303,8.99898\n656,1645800292,47.74324,8.99884\n657,1645800354,47.74320,8.99889\n658,1645800412,47.74297,8.99902\n659,1645800474,47.74336,8.99890\n660,1645800523,47.74307,8.99904\n661,1645800574,47.74345,8.99879\n662,1645800627,47.74334,8.99889\n663,1645800669,47.74345,8.99891\n664,1645800717,47.74288,8.99899\n665,1645800768,47.74288,8.99902\n666,1645800824,47.74293,8.99907\n667,1645800871,47.74331,8.99882\n668,1645800923,47.74316,8.99891\n669,1645800968,47.74314,8.99894\n670,1645801018,47.74344,8.99880\n671,1645801080,47.74309,8.99897\n672,1645803257,47.74300,8.99895\n673,1645803291,47.74303,8.99897\n674,1645803325,47.74304,8.99888\n675,1645803359,47.74305,8.99899\n676,1645803393,47.74294,8.99895\n677,1645803428,47.74301,8.99906\n678,1645803461,47.74303,8.99891\n679,1645803559,47.74295,8.99899\n680,1645803592,47.74307,8.99898\n681,1645803818,47.74301,8.99882\n682,1645804043,47.74302,8.99890\n683,1645804204,47.74303,8.99901\n***END MEMORY***\nV108, ID: 30-5526, 3423mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 30 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/03_StationaryPosition_30s_Interval/20220226_30s_Interval_309_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1645859786,47.74297,8.99891\n2,1645859820,47.74288,8.99898\n3,1645859855,47.74301,8.99887\n4,1645859890,47.74307,8.99892\n5,1645859926,47.74303,8.99895\n6,1645859960,47.74338,8.99882\n7,1645859997,47.74300,8.99882\n8,1645860032,47.74310,8.99886\n9,1645860068,47.74300,8.99890\n10,1645860104,47.74302,8.99887\n11,1645860142,47.74309,8.99881\n12,1645860177,47.74303,8.99894\n13,1645860214,47.74288,8.99881\n14,1645860252,47.74291,8.99883\n15,1645860288,47.74301,8.99888\n16,1645860324,47.74310,8.99891\n17,1645860360,47.74315,8.99884\n18,1645860396,47.74304,8.99893\n19,1645860433,47.74300,8.99910\n20,1645860472,47.74315,8.99898\n21,1645860509,47.74309,8.99893\n22,1645860549,47.74311,8.99894\n23,1645860588,47.74301,8.99886\n24,1645860629,47.74294,8.99883\n25,1645860666,47.74310,8.99891\n26,1645860701,47.74307,8.99896\n27,1645860738,47.74307,8.99894\n28,1645860790,47.74298,8.99893\n29,1645860841,47.74301,8.99903\n30,1645860877,47.74294,8.99898\n31,1645860911,47.74306,8.99907\n32,1645860948,47.74292,8.99913\n33,1645860983,47.74303,8.99893\n34,1645861019,47.74299,8.99894\n35,1645861056,47.74300,8.99894\n36,1645861092,47.74311,8.99893\n37,1645861128,47.74299,8.99902\n38,1645861164,47.74316,8.99889\n39,1645861202,47.74292,8.99890\n40,1645861237,47.74311,8.99902\n41,1645861273,47.74302,8.99890\n42,1645861309,47.74295,8.99892\n43,1645861345,47.74299,8.99898\n44,1645861382,47.74288,8.99917\n45,1645861417,47.74289,8.99909\n46,1645861453,47.74281,8.99903\n47,1645861488,47.74317,8.99888\n48,1645861524,47.74289,8.99914\n49,1645861598,47.74301,8.99895\n50,1645861644,47.74306,8.99897\n51,1645861691,47.74304,8.99885\n52,1645861737,47.74307,8.99891\n53,1645861783,47.74305,8.99896\n54,1645861830,47.74305,8.99895\n55,1645861879,47.74295,8.99898\n56,1645861929,47.74293,8.99896\n57,1645861979,47.74304,8.99891\n58,1645862028,47.74326,8.99877\n59,1645862080,47.74315,8.99880\n60,1645862130,47.74305,8.99890\n61,1645862181,47.74316,8.99886\n62,1645862237,47.74307,8.99887\n63,1645862291,47.74300,8.99896\n64,1645862342,47.74314,8.99879\n65,1645862392,47.74300,8.99897\n66,1645862443,47.74300,8.99893\n67,1645862501,47.74307,8.99877\n68,1645862563,47.74324,8.99874\n69,1645862623,47.74320,8.99874\n70,1645862681,47.74329,8.99865\n71,1645862735,47.74306,8.99881\n72,1645862791,47.74296,8.99886\n73,1645862825,47.74324,8.99888\n74,1645862860,47.74231,8.99952\n75,1645862895,47.74296,8.99905\n76,1645862935,47.74305,8.99901\n77,1645862977,47.74294,8.99899\n78,1645863013,47.74235,8.99937\n79,1645863048,47.74280,8.99897\n80,1645863091,47.74276,8.99897\n81,1645863133,47.74283,8.99887\n82,1645863175,47.74307,8.99891\n83,1645863218,47.74297,8.99897\n84,1645863263,47.74293,8.99910\n85,1645863301,47.74275,8.99935\n86,1645863338,47.74266,8.99938\n87,1645863374,47.74308,8.99906\n88,1645863415,47.74321,8.99902\n89,1645863461,47.74309,8.99902\n90,1645863505,47.74300,8.99911\n91,1645863548,47.74296,8.99898\n92,1645863595,47.74303,8.99896\n93,1645863636,47.74314,8.99894\n94,1645863677,47.74286,8.99918\n95,1645863721,47.74306,8.99899\n96,1645863767,47.74274,8.99900\n97,1645863803,47.74358,8.99838\n98,1645863843,47.74320,8.99877\n99,1645863882,47.74307,8.99892\n100,1645863921,47.74317,8.99887\n101,1645863962,47.74294,8.99912\n102,1645864005,47.74287,8.99907\n103,1645864052,47.74316,8.99889\n104,1645864093,47.74277,8.99928\n105,1645864135,47.74296,8.99897\n106,1645864175,47.74298,8.99897\n107,1645864214,47.74308,8.99880\n108,1645864254,47.74295,8.99896\n109,1645864295,47.74291,8.99908\n110,1645864342,47.74292,8.99905\n111,1645864387,47.74289,8.99909\n112,1645864430,47.74304,8.99900\n113,1645864469,47.74294,8.99908\n114,1645864507,47.74296,8.99897\n115,1645864545,47.74317,8.99870\n116,1645864586,47.74308,8.99892\n117,1645864625,47.74308,8.99875\n118,1645864666,47.74319,8.99855\n119,1645864706,47.74313,8.99877\n120,1645864753,47.74292,8.99890\n121,1645864795,47.74299,8.99895\n122,1645864831,47.74303,8.99904\n123,1645864867,47.74291,8.99926\n124,1645864903,47.74292,8.99921\n125,1645864939,47.74289,8.99924\n126,1645864977,47.74292,8.99930\n127,1645865014,47.74289,8.99924\n128,1645865050,47.74287,8.99937\n129,1645865096,47.74300,8.99892\n130,1645865140,47.74303,8.99894\n131,1645865196,47.74302,8.99897\n132,1645865237,47.74305,8.99914\n133,1645865291,47.74299,8.99889\n134,1645865335,47.74301,8.99907\n135,1645865388,47.74306,8.99901\n136,1645865442,47.74299,8.99900\n137,1645865485,47.74308,8.99901\n138,1645865523,47.74308,8.99881\n139,1645865562,47.74303,8.99905\n140,1645865606,47.74305,8.99896\n141,1645865648,47.74300,8.99890\n142,1645865694,47.74341,8.99787\n143,1645865736,47.74339,8.99797\n144,1645865780,47.74302,8.99897\n145,1645865827,47.74301,8.99901\n146,1645865863,47.74319,8.99868\n147,1645865898,47.74301,8.99894\n148,1645865934,47.74302,8.99887\n149,1645865972,47.74299,8.99895\n150,1645866010,47.74314,8.99910\n151,1645866051,47.74309,8.99898\n152,1645866100,47.74304,8.99897\n153,1645866144,47.74305,8.99871\n154,1645866194,47.74300,8.99880\n155,1645866235,47.74296,8.99873\n156,1645866277,47.74291,8.99911\n157,1645866319,47.74301,8.99893\n158,1645866360,47.74294,8.99928\n159,1645866403,47.74304,8.99890\n160,1645866449,47.74297,8.99873\n161,1645866496,47.74299,8.99879\n162,1645866564,47.74296,8.99900\n163,1645866609,47.74308,8.99899\n164,1645866664,47.74302,8.99903\n165,1645866720,47.74304,8.99901\n166,1645866762,47.74282,8.99892\n167,1645866799,47.74329,8.99917\n168,1645866837,47.74294,8.99906\n169,1645866876,47.74295,8.99896\n170,1645866913,47.74307,8.99916\n171,1645866951,47.74322,8.99908\n172,1645866991,47.74318,8.99903\n173,1645867032,47.74312,8.99909\n174,1645867073,47.74310,8.99899\n175,1645867113,47.74306,8.99895\n176,1645867154,47.74313,8.99899\n177,1645867194,47.74310,8.99901\n178,1645867235,47.74315,8.99917\n179,1645867270,47.74305,8.99903\n180,1645867310,47.74314,8.99894\n181,1645867349,47.74308,8.99897\n182,1645867391,47.74306,8.99900\n183,1645867431,47.74315,8.99897\n184,1645867476,47.74326,8.99902\n185,1645867519,47.74305,8.99902\n186,1645867562,47.74307,8.99910\n187,1645867603,47.74300,8.99896\n188,1645867646,47.74308,8.99902\n189,1645867687,47.74303,8.99900\n190,1645867727,47.74328,8.99902\n191,1645867769,47.74297,8.99912\n192,1645867810,47.74312,8.99888\n193,1645867850,47.74305,8.99884\n194,1645867892,47.74302,8.99896\n195,1645867927,47.74581,8.99851\n196,1645867967,47.74326,8.99896\n197,1645868004,47.74574,8.99853\n198,1645868040,47.74539,8.99823\n199,1645868080,47.74290,8.99879\n200,1645868120,47.74308,8.99900\n201,1645868161,47.74326,8.99898\n202,1645868203,47.74304,8.99909\n203,1645868245,47.74303,8.99891\n204,1645868288,47.74301,8.99905\n205,1645868329,47.74299,8.99912\n206,1645868372,47.74305,8.99891\n207,1645868413,47.74298,8.99895\n208,1645868455,47.74302,8.99903\n209,1645868491,47.74307,8.99923\n210,1645868526,47.74301,8.99906\n211,1645868567,47.74322,8.99896\n212,1645868608,47.74314,8.99905\n213,1645868653,47.74306,8.99887\n214,1645868690,47.74511,8.99785\n215,1645868731,47.74299,8.99918\n216,1645868773,47.74297,8.99923\n217,1645868815,47.74298,8.99914\n218,1645868852,47.74495,8.99735\n219,1645868888,47.74508,8.99753\n220,1645868926,47.74501,8.99740\n221,1645868963,47.74498,8.99730\n222,1645869008,47.74301,8.99914\n223,1645869045,47.74303,8.99902\n224,1645869089,47.74313,8.99893\n225,1645869133,47.74298,8.99902\n226,1645869175,47.74300,8.99905\n227,1645869214,47.74303,8.99915\n228,1645869252,47.74301,8.99896\n229,1645869295,47.74303,8.99881\n230,1645869335,47.74304,8.99880\n231,1645869379,47.74297,8.99938\n232,1645869420,47.74305,8.99915\n233,1645869463,47.74296,8.99934\n234,1645869505,47.74299,8.99916\n235,1645869547,47.74301,8.99909\n236,1645869589,47.74301,8.99902\n237,1645869635,47.74301,8.99896\n238,1645869679,47.74299,8.99912\n239,1645869724,47.74298,8.99917\n240,1645869769,47.74304,8.99897\n241,1645869811,47.74313,8.99856\n242,1645869854,47.74287,8.99939\n243,1645869894,47.74322,8.99919\n244,1645869936,47.74315,8.99892\n245,1645869980,47.74291,8.99933\n246,1645870043,47.74292,8.99933\n247,1645870093,47.74305,8.99870\n248,1645870143,47.74309,8.99867\n249,1645870201,47.74302,8.99900\n250,1645878305,47.74330,8.99908\n251,1645878340,47.74342,8.99919\n252,1645878375,47.74288,8.99892\n253,1645878411,47.74323,8.99905\n254,1645878445,47.74298,8.99904\n255,1645878481,47.74306,8.99904\n256,1645878516,47.74310,8.99902\n257,1645878549,47.74312,8.99905\n258,1645878583,47.74308,8.99911\n259,1645878617,47.74297,8.99900\n260,1645878652,47.74314,8.99912\n261,1645878686,47.74306,8.99920\n262,1645878719,47.74310,8.99905\n263,1645878755,47.74313,8.99901\n264,1645878788,47.74291,8.99904\n265,1645878823,47.74320,8.99901\n266,1645878857,47.74301,8.99899\n267,1645878891,47.74298,8.99903\n268,1645878925,47.74307,8.99909\n269,1645878960,47.74304,8.99904\n270,1645878994,47.74310,8.99905\n271,1645879027,47.74313,8.99888\n272,1645879061,47.74303,8.99899\n273,1645879095,47.74299,8.99902\n274,1645879130,47.74308,8.99917\n275,1645879166,47.74309,8.99901\n276,1645879201,47.74302,8.99899\n277,1645879236,47.74321,8.99901\n278,1645879271,47.74328,8.99904\n279,1645879307,47.74306,8.99907\n280,1645879342,47.74314,8.99917\n281,1645879377,47.74327,8.99922\n282,1645879413,47.74307,8.99906\n283,1645879447,47.74319,8.99905\n284,1645879481,47.74312,8.99919\n285,1645879516,47.74316,8.99908\n286,1645879550,47.74306,8.99897\n287,1645879587,47.74305,8.99908\n288,1645879622,47.74300,8.99908\n289,1645879656,47.74298,8.99910\n290,1645879689,47.74309,8.99904\n291,1645879723,47.74253,8.99880\n292,1645879758,47.74313,8.99903\n293,1645879793,47.74309,8.99904\n294,1645879829,47.74317,8.99915\n295,1645879864,47.74301,8.99906\n296,1645879898,47.74308,8.99901\n297,1645879934,47.74306,8.99910\n298,1645879968,47.74305,8.99910\n299,1645880001,47.74274,8.99930\n300,1645880036,47.74281,8.99913\n301,1645880070,47.74310,8.99901\n302,1645880104,47.74307,8.99903\n303,1645880140,47.74310,8.99900\n304,1645880175,47.74315,8.99902\n305,1645880209,47.74306,8.99905\n306,1645880245,47.74298,8.99900\n307,1645880282,47.74319,8.99904\n308,1645880320,47.74313,8.99902\n309,1645880356,47.74277,8.99904"
  },
  {
    "path": "TickTagData/03_StationaryPosition_30s_Interval/20220226_30s_Interval_309_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 11, TOs: 0/0, ErrorsOrGF: 1, TTFF: 80\nFixes: 309, Avg. time to fix: 9 s, Avg. HDOP (x10): 20\n\ncount,timestamp,lat,lon\n1,1645859786,47.74297,8.99891\n2,1645859820,47.74288,8.99898\n3,1645859855,47.74301,8.99887\n4,1645859890,47.74307,8.99892\n5,1645859926,47.74303,8.99895\n6,1645859960,47.74338,8.99882\n7,1645859997,47.74300,8.99882\n8,1645860032,47.74310,8.99886\n9,1645860068,47.74300,8.99890\n10,1645860104,47.74302,8.99887\n11,1645860142,47.74309,8.99881\n12,1645860177,47.74303,8.99894\n13,1645860214,47.74288,8.99881\n14,1645860252,47.74291,8.99883\n15,1645860288,47.74301,8.99888\n16,1645860324,47.74310,8.99891\n17,1645860360,47.74315,8.99884\n18,1645860396,47.74304,8.99893\n19,1645860433,47.74300,8.99910\n20,1645860472,47.74315,8.99898\n21,1645860509,47.74309,8.99893\n22,1645860549,47.74311,8.99894\n23,1645860588,47.74301,8.99886\n24,1645860629,47.74294,8.99883\n25,1645860666,47.74310,8.99891\n26,1645860701,47.74307,8.99896\n27,1645860738,47.74307,8.99894\n28,1645860790,47.74298,8.99893\n29,1645860841,47.74301,8.99903\n30,1645860877,47.74294,8.99898\n31,1645860911,47.74306,8.99907\n32,1645860948,47.74292,8.99913\n33,1645860983,47.74303,8.99893\n34,1645861019,47.74299,8.99894\n35,1645861056,47.74300,8.99894\n36,1645861092,47.74311,8.99893\n37,1645861128,47.74299,8.99902\n38,1645861164,47.74316,8.99889\n39,1645861202,47.74292,8.99890\n40,1645861237,47.74311,8.99902\n41,1645861273,47.74302,8.99890\n42,1645861309,47.74295,8.99892\n43,1645861345,47.74299,8.99898\n44,1645861382,47.74288,8.99917\n45,1645861417,47.74289,8.99909\n46,1645861453,47.74281,8.99903\n47,1645861488,47.74317,8.99888\n48,1645861524,47.74289,8.99914\n49,1645861598,47.74301,8.99895\n50,1645861644,47.74306,8.99897\n51,1645861691,47.74304,8.99885\n52,1645861737,47.74307,8.99891\n53,1645861783,47.74305,8.99896\n54,1645861830,47.74305,8.99895\n55,1645861879,47.74295,8.99898\n56,1645861929,47.74293,8.99896\n57,1645861979,47.74304,8.99891\n58,1645862028,47.74326,8.99877\n59,1645862080,47.74315,8.99880\n60,1645862130,47.74305,8.99890\n61,1645862181,47.74316,8.99886\n62,1645862237,47.74307,8.99887\n63,1645862291,47.74300,8.99896\n64,1645862342,47.74314,8.99879\n65,1645862392,47.74300,8.99897\n66,1645862443,47.74300,8.99893\n67,1645862501,47.74307,8.99877\n68,1645862563,47.74324,8.99874\n69,1645862623,47.74320,8.99874\n70,1645862681,47.74329,8.99865\n71,1645862735,47.74306,8.99881\n72,1645862791,47.74296,8.99886\n73,1645862825,47.74324,8.99888\n74,1645862860,47.74231,8.99952\n75,1645862895,47.74296,8.99905\n76,1645862935,47.74305,8.99901\n77,1645862977,47.74294,8.99899\n78,1645863013,47.74235,8.99937\n79,1645863048,47.74280,8.99897\n80,1645863091,47.74276,8.99897\n81,1645863133,47.74283,8.99887\n82,1645863175,47.74307,8.99891\n83,1645863218,47.74297,8.99897\n84,1645863263,47.74293,8.99910\n85,1645863301,47.74275,8.99935\n86,1645863338,47.74266,8.99938\n87,1645863374,47.74308,8.99906\n88,1645863415,47.74321,8.99902\n89,1645863461,47.74309,8.99902\n90,1645863505,47.74300,8.99911\n91,1645863548,47.74296,8.99898\n92,1645863595,47.74303,8.99896\n93,1645863636,47.74314,8.99894\n94,1645863677,47.74286,8.99918\n95,1645863721,47.74306,8.99899\n96,1645863767,47.74274,8.99900\n97,1645863803,47.74358,8.99838\n98,1645863843,47.74320,8.99877\n99,1645863882,47.74307,8.99892\n100,1645863921,47.74317,8.99887\n101,1645863962,47.74294,8.99912\n102,1645864005,47.74287,8.99907\n103,1645864052,47.74316,8.99889\n104,1645864093,47.74277,8.99928\n105,1645864135,47.74296,8.99897\n106,1645864175,47.74298,8.99897\n107,1645864214,47.74308,8.99880\n108,1645864254,47.74295,8.99896\n109,1645864295,47.74291,8.99908\n110,1645864342,47.74292,8.99905\n111,1645864387,47.74289,8.99909\n112,1645864430,47.74304,8.99900\n113,1645864469,47.74294,8.99908\n114,1645864507,47.74296,8.99897\n115,1645864545,47.74317,8.99870\n116,1645864586,47.74308,8.99892\n117,1645864625,47.74308,8.99875\n118,1645864666,47.74319,8.99855\n119,1645864706,47.74313,8.99877\n120,1645864753,47.74292,8.99890\n121,1645864795,47.74299,8.99895\n122,1645864831,47.74303,8.99904\n123,1645864867,47.74291,8.99926\n124,1645864903,47.74292,8.99921\n125,1645864939,47.74289,8.99924\n126,1645864977,47.74292,8.99930\n127,1645865014,47.74289,8.99924\n128,1645865050,47.74287,8.99937\n129,1645865096,47.74300,8.99892\n130,1645865140,47.74303,8.99894\n131,1645865196,47.74302,8.99897\n132,1645865237,47.74305,8.99914\n133,1645865291,47.74299,8.99889\n134,1645865335,47.74301,8.99907\n135,1645865388,47.74306,8.99901\n136,1645865442,47.74299,8.99900\n137,1645865485,47.74308,8.99901\n138,1645865523,47.74308,8.99881\n139,1645865562,47.74303,8.99905\n140,1645865606,47.74305,8.99896\n141,1645865648,47.74300,8.99890\n142,1645865694,47.74341,8.99787\n143,1645865736,47.74339,8.99797\n144,1645865780,47.74302,8.99897\n145,1645865827,47.74301,8.99901\n146,1645865863,47.74319,8.99868\n147,1645865898,47.74301,8.99894\n148,1645865934,47.74302,8.99887\n149,1645865972,47.74299,8.99895\n150,1645866010,47.74314,8.99910\n151,1645866051,47.74309,8.99898\n152,1645866100,47.74304,8.99897\n153,1645866144,47.74305,8.99871\n154,1645866194,47.74300,8.99880\n155,1645866235,47.74296,8.99873\n156,1645866277,47.74291,8.99911\n157,1645866319,47.74301,8.99893\n158,1645866360,47.74294,8.99928\n159,1645866403,47.74304,8.99890\n160,1645866449,47.74297,8.99873\n161,1645866496,47.74299,8.99879\n162,1645866564,47.74296,8.99900\n163,1645866609,47.74308,8.99899\n164,1645866664,47.74302,8.99903\n165,1645866720,47.74304,8.99901\n166,1645866762,47.74282,8.99892\n167,1645866799,47.74329,8.99917\n168,1645866837,47.74294,8.99906\n169,1645866876,47.74295,8.99896\n170,1645866913,47.74307,8.99916\n171,1645866951,47.74322,8.99908\n172,1645866991,47.74318,8.99903\n173,1645867032,47.74312,8.99909\n174,1645867073,47.74310,8.99899\n175,1645867113,47.74306,8.99895\n176,1645867154,47.74313,8.99899\n177,1645867194,47.74310,8.99901\n178,1645867235,47.74315,8.99917\n179,1645867270,47.74305,8.99903\n180,1645867310,47.74314,8.99894\n181,1645867349,47.74308,8.99897\n182,1645867391,47.74306,8.99900\n183,1645867431,47.74315,8.99897\n184,1645867476,47.74326,8.99902\n185,1645867519,47.74305,8.99902\n186,1645867562,47.74307,8.99910\n187,1645867603,47.74300,8.99896\n188,1645867646,47.74308,8.99902\n189,1645867687,47.74303,8.99900\n190,1645867727,47.74328,8.99902\n191,1645867769,47.74297,8.99912\n192,1645867810,47.74312,8.99888\n193,1645867850,47.74305,8.99884\n194,1645867892,47.74302,8.99896\n195,1645867927,47.74581,8.99851\n196,1645867967,47.74326,8.99896\n197,1645868004,47.74574,8.99853\n198,1645868040,47.74539,8.99823\n199,1645868080,47.74290,8.99879\n200,1645868120,47.74308,8.99900\n201,1645868161,47.74326,8.99898\n202,1645868203,47.74304,8.99909\n203,1645868245,47.74303,8.99891\n204,1645868288,47.74301,8.99905\n205,1645868329,47.74299,8.99912\n206,1645868372,47.74305,8.99891\n207,1645868413,47.74298,8.99895\n208,1645868455,47.74302,8.99903\n209,1645868491,47.74307,8.99923\n210,1645868526,47.74301,8.99906\n211,1645868567,47.74322,8.99896\n212,1645868608,47.74314,8.99905\n213,1645868653,47.74306,8.99887\n214,1645868690,47.74511,8.99785\n215,1645868731,47.74299,8.99918\n216,1645868773,47.74297,8.99923\n217,1645868815,47.74298,8.99914\n218,1645868852,47.74495,8.99735\n219,1645868888,47.74508,8.99753\n220,1645868926,47.74501,8.99740\n221,1645868963,47.74498,8.99730\n222,1645869008,47.74301,8.99914\n223,1645869045,47.74303,8.99902\n224,1645869089,47.74313,8.99893\n225,1645869133,47.74298,8.99902\n226,1645869175,47.74300,8.99905\n227,1645869214,47.74303,8.99915\n228,1645869252,47.74301,8.99896\n229,1645869295,47.74303,8.99881\n230,1645869335,47.74304,8.99880\n231,1645869379,47.74297,8.99938\n232,1645869420,47.74305,8.99915\n233,1645869463,47.74296,8.99934\n234,1645869505,47.74299,8.99916\n235,1645869547,47.74301,8.99909\n236,1645869589,47.74301,8.99902\n237,1645869635,47.74301,8.99896\n238,1645869679,47.74299,8.99912\n239,1645869724,47.74298,8.99917\n240,1645869769,47.74304,8.99897\n241,1645869811,47.74313,8.99856\n242,1645869854,47.74287,8.99939\n243,1645869894,47.74322,8.99919\n244,1645869936,47.74315,8.99892\n245,1645869980,47.74291,8.99933\n246,1645870043,47.74292,8.99933\n247,1645870093,47.74305,8.99870\n248,1645870143,47.74309,8.99867\n249,1645870201,47.74302,8.99900\n250,1645878305,47.74330,8.99908\n251,1645878340,47.74342,8.99919\n252,1645878375,47.74288,8.99892\n253,1645878411,47.74323,8.99905\n254,1645878445,47.74298,8.99904\n255,1645878481,47.74306,8.99904\n256,1645878516,47.74310,8.99902\n257,1645878549,47.74312,8.99905\n258,1645878583,47.74308,8.99911\n259,1645878617,47.74297,8.99900\n260,1645878652,47.74314,8.99912\n261,1645878686,47.74306,8.99920\n262,1645878719,47.74310,8.99905\n263,1645878755,47.74313,8.99901\n264,1645878788,47.74291,8.99904\n265,1645878823,47.74320,8.99901\n266,1645878857,47.74301,8.99899\n267,1645878891,47.74298,8.99903\n268,1645878925,47.74307,8.99909\n269,1645878960,47.74304,8.99904\n270,1645878994,47.74310,8.99905\n271,1645879027,47.74313,8.99888\n272,1645879061,47.74303,8.99899\n273,1645879095,47.74299,8.99902\n274,1645879130,47.74308,8.99917\n275,1645879166,47.74309,8.99901\n276,1645879201,47.74302,8.99899\n277,1645879236,47.74321,8.99901\n278,1645879271,47.74328,8.99904\n279,1645879307,47.74306,8.99907\n280,1645879342,47.74314,8.99917\n281,1645879377,47.74327,8.99922\n282,1645879413,47.74307,8.99906\n283,1645879447,47.74319,8.99905\n284,1645879481,47.74312,8.99919\n285,1645879516,47.74316,8.99908\n286,1645879550,47.74306,8.99897\n287,1645879587,47.74305,8.99908\n288,1645879622,47.74300,8.99908\n289,1645879656,47.74298,8.99910\n290,1645879689,47.74309,8.99904\n291,1645879723,47.74253,8.99880\n292,1645879758,47.74313,8.99903\n293,1645879793,47.74309,8.99904\n294,1645879829,47.74317,8.99915\n295,1645879864,47.74301,8.99906\n296,1645879898,47.74308,8.99901\n297,1645879934,47.74306,8.99910\n298,1645879968,47.74305,8.99910\n299,1645880001,47.74274,8.99930\n300,1645880036,47.74281,8.99913\n301,1645880070,47.74310,8.99901\n302,1645880104,47.74307,8.99903\n303,1645880140,47.74310,8.99900\n304,1645880175,47.74315,8.99902\n305,1645880209,47.74306,8.99905\n306,1645880245,47.74298,8.99900\n307,1645880282,47.74319,8.99904\n308,1645880320,47.74313,8.99902\n309,1645880356,47.74277,8.99904\n***END MEMORY***\nV108, ID: 30-5526, 3410mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 30 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/04_StationaryPosition_60s_Interval/20220227_60s_Interval_474_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1645950800,47.74373,8.99842\n2,1645950866,47.74206,9.00076\n3,1645950946,47.74298,8.99840\n4,1645951014,47.74227,9.00062\n5,1645951081,47.74235,9.00058\n6,1645951152,47.74288,8.99924\n7,1645951219,47.74282,8.99947\n8,1645951292,47.74303,8.99886\n9,1645951372,47.74303,8.99897\n10,1645951470,47.74302,8.99900\n11,1645951546,47.74297,8.99903\n12,1645951616,47.74307,8.99886\n13,1645951686,47.74304,8.99884\n14,1645951752,47.74298,8.99865\n15,1645951818,47.74294,8.99945\n16,1645951887,47.74308,8.99886\n17,1645951954,47.74299,8.99905\n18,1645952020,47.74297,8.99866\n19,1645952089,47.74293,8.99911\n20,1645952160,47.74295,8.99923\n21,1645952233,47.74307,8.99891\n22,1645952306,47.74299,8.99895\n23,1645952384,47.74298,8.99893\n24,1645952465,47.74309,8.99899\n25,1645952539,47.74294,8.99896\n26,1645952612,47.74302,8.99903\n27,1645952725,47.74300,8.99892\n28,1645952816,47.74299,8.99895\n29,1645952892,47.74304,8.99883\n30,1645952964,47.74305,8.99896\n31,1645953037,47.74306,8.99898\n32,1645953115,47.74286,8.99891\n33,1645953189,47.74306,8.99905\n34,1645953275,47.74301,8.99896\n35,1645953345,47.74304,8.99900\n36,1645953421,47.74296,8.99895\n37,1645953495,47.74303,8.99907\n38,1645953571,47.74305,8.99908\n39,1645953660,47.74308,8.99906\n40,1645953730,47.74288,8.99900\n41,1645953800,47.74297,8.99891\n42,1645953867,47.74297,8.99911\n43,1645953933,47.74322,8.99909\n44,1645953999,47.74288,8.99920\n45,1645954066,47.74296,8.99886\n46,1645954133,47.74311,8.99911\n47,1645954198,47.74298,8.99893\n48,1645954265,47.74293,8.99901\n49,1645954331,47.74306,8.99909\n50,1645954396,47.74312,8.99902\n51,1645954462,47.74293,8.99913\n52,1645954527,47.74296,8.99905\n53,1645954593,47.74292,8.99896\n54,1645954660,47.74279,8.99889\n55,1645954726,47.74305,8.99881\n56,1645954791,47.74300,8.99918\n57,1645954856,47.74301,8.99882\n58,1645954922,47.74298,8.99917\n59,1645954989,47.74302,8.99884\n60,1645955054,47.74302,8.99904\n61,1645955122,47.74305,8.99898\n62,1645955188,47.74302,8.99894\n63,1645955255,47.74293,8.99886\n64,1645955320,47.74295,8.99938\n65,1645955389,47.74303,8.99908\n66,1645955458,47.74297,8.99866\n67,1645955525,47.74293,8.99922\n68,1645955593,47.74301,8.99936\n69,1645955659,47.74305,8.99853\n70,1645955727,47.74310,8.99918\n71,1645955794,47.74301,8.99921\n72,1645955864,47.74297,8.99893\n73,1645955934,47.74298,8.99895\n74,1645956008,47.74303,8.99915\n75,1645956079,47.74297,8.99902\n76,1645956151,47.74295,8.99899\n77,1645956223,47.74296,8.99904\n78,1645956295,47.74296,8.99899\n79,1645956368,47.74298,8.99905\n80,1645956438,47.74304,8.99901\n81,1645956506,47.74315,8.99932\n82,1645956574,47.74306,8.99918\n83,1645956643,47.74303,8.99907\n84,1645956712,47.74298,8.99879\n85,1645956781,47.74307,8.99894\n86,1645956849,47.74304,8.99944\n87,1645956915,47.74314,8.99948\n88,1645956992,47.74310,8.99884\n89,1645957071,47.74295,8.99909\n90,1645957147,47.74304,8.99902\n91,1645957229,47.74318,8.99885\n92,1645957304,47.74304,8.99890\n93,1645957375,47.74304,8.99899\n94,1645957450,47.74313,8.99888\n95,1645957526,47.74292,8.99912\n96,1645957609,47.74316,8.99868\n97,1645957677,47.74300,8.99912\n98,1645957743,47.74297,8.99972\n99,1645957820,47.74292,8.99910\n100,1645957921,47.74284,8.99925\n101,1645957985,47.74296,8.99895\n102,1645958059,47.74296,8.99898\n103,1645958130,47.74324,8.99878\n104,1645958200,47.74303,8.99893\n105,1645958277,47.74309,8.99886\n106,1645958354,47.74308,8.99900\n107,1645958447,47.74313,8.99878\n108,1645958527,47.74291,8.99921\n109,1645958605,47.74308,8.99894\n110,1645958678,47.74299,8.99915\n111,1645958753,47.74305,8.99919\n112,1645958825,47.74305,8.99901\n113,1645958897,47.74304,8.99903\n114,1645958974,47.74303,8.99909\n115,1645959040,47.74318,8.99891\n116,1645959107,47.74381,8.99827\n117,1645959184,47.74308,8.99895\n118,1645959259,47.74337,8.99851\n119,1645959331,47.74295,8.99911\n120,1645959403,47.74307,8.99897\n121,1645959475,47.74304,8.99905\n122,1645959547,47.74296,8.99903\n123,1645959619,47.74297,8.99908\n124,1645959691,47.74300,8.99910\n125,1645959797,47.74297,8.99909\n126,1645959872,47.74301,8.99902\n127,1645959949,47.74297,8.99893\n128,1645960021,47.74317,8.99883\n129,1645960093,47.74307,8.99904\n130,1645960165,47.74300,8.99903\n131,1645960237,47.74301,8.99903\n132,1645960307,47.74299,8.99924\n133,1645960379,47.74292,8.99936\n134,1645960456,47.74293,8.99921\n135,1645960524,47.74292,8.99935\n136,1645960597,47.74307,8.99895\n137,1645960669,47.74302,8.99901\n138,1645960739,47.74309,8.99876\n139,1645960810,47.74299,8.99929\n140,1645960882,47.74304,8.99904\n141,1645960957,47.74298,8.99912\n142,1645961033,47.74304,8.99882\n143,1645961111,47.74315,8.99905\n144,1645961189,47.74327,8.99891\n145,1645961265,47.74330,8.99902\n146,1645961353,47.74335,8.99903\n147,1645961455,47.74310,8.99900\n148,1645961571,47.74306,8.99886\n149,1645961645,47.74333,8.99913\n150,1645961734,47.74303,8.99887\n151,1645961809,47.74306,8.99896\n152,1645961910,47.74312,8.99888\n153,1645961983,47.74315,8.99899\n154,1645962053,47.74290,8.99910\n155,1645962122,47.74294,8.99909\n156,1645962192,47.74338,8.99894\n157,1645962261,47.74308,8.99902\n158,1645962337,47.74310,8.99894\n159,1645962403,47.74302,8.99898\n160,1645962469,47.74303,8.99901\n161,1645962535,47.74330,8.99898\n162,1645962602,47.74315,8.99897\n163,1645962674,47.74317,8.99905\n164,1645962745,47.74306,8.99899\n165,1645962817,47.74338,8.99906\n166,1645962887,47.74314,8.99894\n167,1645962957,47.74307,8.99897\n168,1645963026,47.74300,8.99908\n169,1645963096,47.74307,8.99896\n170,1645963165,47.74314,8.99876\n171,1645963233,47.74305,8.99895\n172,1645963303,47.74306,8.99922\n173,1645963374,47.74305,8.99962\n174,1645963447,47.74304,8.99898\n175,1645963517,47.74308,8.99871\n176,1645963587,47.74310,8.99900\n177,1645963654,47.74308,8.99896\n178,1645963722,47.74312,8.99905\n179,1645963792,47.74312,8.99899\n180,1645963862,47.74308,8.99911\n181,1645963932,47.74313,8.99908\n182,1645964006,47.74315,8.99906\n183,1645964087,47.74300,8.99900\n184,1645964165,47.74301,8.99900\n185,1645964254,47.74313,8.99910\n186,1645964330,47.74307,8.99902\n187,1645964401,47.74301,8.99908\n188,1645964477,47.74302,8.99899\n189,1645964552,47.74304,8.99901\n190,1645964623,47.74318,8.99907\n191,1645964719,47.74309,8.99905\n192,1645964783,47.74304,8.99906\n193,1645964847,47.74311,8.99903\n194,1645964910,47.74331,8.99917\n195,1645964975,47.74307,8.99903\n196,1645965039,47.74322,8.99904\n197,1645965103,47.74310,8.99904\n198,1645965168,47.74319,8.99904\n199,1645965230,47.74306,8.99885\n200,1645965295,47.74306,8.99903\n201,1645965361,47.74303,8.99895\n202,1645965426,47.74320,8.99904\n203,1645965490,47.74308,8.99904\n204,1645965556,47.74314,8.99908\n205,1645965626,47.74308,8.99906\n206,1645965693,47.74316,8.99911\n207,1645965762,47.74314,8.99915\n208,1645965831,47.74309,8.99905\n209,1645965899,47.74303,8.99892\n210,1645965965,47.74315,8.99907\n211,1645966033,47.74314,8.99911\n212,1645966099,47.74317,8.99911\n213,1645966165,47.74314,8.99910\n214,1645966233,47.74221,8.99679\n215,1645966317,47.74309,8.99902\n216,1645966386,47.74323,8.99908\n217,1645966459,47.74318,8.99905\n218,1645966534,47.74311,8.99904\n219,1645966607,47.74325,8.99899\n220,1645966679,47.74307,8.99899\n221,1645966745,47.74334,8.99904\n222,1645966810,47.74298,8.99902\n223,1645966876,47.74286,8.99902\n224,1645966941,47.74291,8.99910\n225,1645967007,47.74331,8.99905\n226,1645967072,47.74279,8.99896\n227,1645967141,47.74302,8.99895\n228,1645967205,47.74306,8.99911\n229,1645967270,47.74303,8.99913\n230,1645967340,47.74301,8.99919\n231,1645967413,47.74304,8.99911\n232,1645967479,47.74262,8.99912\n233,1645967544,47.74310,8.99904\n234,1645967609,47.74322,8.99894\n235,1645967682,47.74279,8.99912\n236,1645967761,47.74295,8.99913\n237,1645967835,47.74344,8.99901\n238,1645967914,47.74300,8.99905\n239,1645967985,47.74310,8.99900\n240,1645968062,47.74286,8.99913\n241,1645968133,47.74294,8.99911\n242,1645968228,47.74300,8.99903\n243,1645968304,47.74287,8.99899\n244,1645968371,47.74314,8.99903\n245,1645968441,47.74297,8.99894\n246,1645968510,47.74270,8.99902\n247,1645968580,47.74320,8.99902\n248,1645968658,47.74299,8.99896\n249,1645968734,47.74324,8.99899\n250,1645968808,47.74322,8.99899\n251,1645968889,47.74328,8.99894\n252,1645968972,47.74327,8.99895\n253,1645969046,47.74308,8.99902\n254,1645969118,47.74320,8.99896\n255,1645969187,47.74396,8.99856\n256,1645969258,47.74301,8.99910\n257,1645969346,47.74303,8.99898\n258,1645969429,47.74310,8.99895\n259,1645969506,47.74310,8.99899\n260,1645969579,47.74321,8.99897\n261,1645969653,47.74305,8.99908\n262,1645969727,47.74301,8.99906\n263,1645969810,47.74320,8.99895\n264,1645969889,47.74308,8.99896\n265,1645969969,47.74320,8.99897\n266,1645970038,47.74308,8.99901\n267,1645970105,47.74300,8.99901\n268,1645970169,47.74299,8.99905\n269,1645970237,47.74306,8.99889\n270,1645970311,47.74299,8.99896\n271,1645970383,47.74305,8.99903\n272,1645970456,47.74323,8.99898\n273,1645970530,47.74315,8.99897\n274,1645970616,47.74327,8.99896\n275,1645970685,47.74413,8.99845\n276,1645970773,47.74297,8.99913\n277,1645970849,47.74300,8.99920\n278,1645970923,47.74340,8.99883\n279,1645970995,47.74341,8.99880\n280,1645971062,47.74291,8.99905\n281,1645971134,47.74305,8.99897\n282,1645971207,47.74310,8.99901\n283,1645971279,47.74314,8.99900\n284,1645971351,47.74329,8.99894\n285,1645971421,47.74313,8.99895\n286,1645971490,47.74325,8.99894\n287,1645971561,47.74311,8.99902\n288,1645971632,47.74302,8.99897\n289,1645971721,47.74325,8.99888\n290,1645971805,47.74291,8.99902\n291,1645971887,47.74322,8.99891\n292,1645971960,47.74284,8.99897\n293,1645972033,47.74320,8.99879\n294,1645972103,47.74322,8.99891\n295,1645972184,47.74342,8.99872\n296,1645972258,47.74314,8.99896\n297,1645972337,47.74304,8.99895\n298,1645972407,47.74311,8.99892\n299,1645972479,47.74326,8.99890\n300,1645972552,47.74307,8.99898\n301,1645972639,47.74310,8.99890\n302,1645972723,47.74318,8.99880\n303,1645972808,47.74345,8.99892\n304,1645972899,47.74323,8.99888\n305,1645972971,47.74301,8.99894\n306,1645973042,47.74295,8.99885\n307,1645973130,47.74313,8.99898\n308,1645973197,47.74314,8.99894\n309,1645973263,47.74308,8.99898\n310,1645973330,47.74325,8.99885\n311,1645973395,47.74309,8.99885\n312,1645973465,47.74327,8.99896\n313,1645973535,47.74287,8.99890\n314,1645973606,47.74299,8.99884\n315,1645973678,47.74310,8.99899\n316,1645973747,47.74306,8.99907\n317,1645973817,47.74317,8.99891\n318,1645973890,47.74301,8.99885\n319,1645973963,47.74305,8.99895\n320,1645974035,47.74308,8.99912\n321,1645974109,47.74305,8.99888\n322,1645974182,47.74304,8.99878\n323,1645974253,47.74304,8.99886\n324,1645974326,47.74305,8.99891\n325,1645974392,47.74308,8.99890\n326,1645974461,47.74310,8.99892\n327,1645974531,47.74307,8.99893\n328,1645974608,47.74302,8.99875\n329,1645974679,47.74306,8.99890\n330,1645974752,47.74308,8.99891\n331,1645974823,47.74308,8.99896\n332,1645974897,47.74304,8.99900\n333,1645974974,47.74312,8.99883\n334,1645975045,47.74308,8.99883\n335,1645975118,47.74312,8.99888\n336,1645975189,47.74304,8.99884\n337,1645975262,47.74309,8.99889\n338,1645975350,47.74295,8.99891\n339,1645975423,47.74298,8.99897\n340,1645975495,47.74299,8.99894\n341,1645975567,47.74296,8.99891\n342,1645975639,47.74296,8.99882\n343,1645975706,47.74306,8.99925\n344,1645975773,47.74317,8.99933\n345,1645975840,47.74307,8.99917\n346,1645975906,47.74309,8.99913\n347,1645975973,47.74310,8.99909\n348,1645976039,47.74312,8.99925\n349,1645976104,47.74312,8.99933\n350,1645976172,47.74318,8.99927\n351,1645976244,47.74306,8.99911\n352,1645976311,47.74308,8.99912\n353,1645976382,47.74311,8.99922\n354,1645976451,47.74307,8.99918\n355,1645976518,47.74313,8.99927\n356,1645976588,47.74310,8.99908\n357,1645976652,47.74302,8.99899\n358,1645976722,47.74330,8.99972\n359,1645976789,47.74317,8.99931\n360,1645976858,47.74320,8.99934\n361,1645976926,47.74309,8.99914\n362,1645976993,47.74312,8.99917\n363,1645977063,47.74321,8.99943\n364,1645977135,47.74311,8.99926\n365,1645977205,47.74299,8.99898\n366,1645977277,47.74304,8.99906\n367,1645977347,47.74322,8.99937\n368,1645977417,47.74298,8.99902\n369,1645977494,47.74300,8.99904\n370,1645977562,47.74304,8.99917\n371,1645977637,47.74298,8.99900\n372,1645977709,47.74299,8.99901\n373,1645977782,47.74303,8.99906\n374,1645977849,47.74303,8.99905\n375,1645977921,47.74311,8.99921\n376,1645977998,47.74303,8.99905\n377,1645978070,47.74300,8.99904\n378,1645978138,47.74310,8.99922\n379,1645978210,47.74304,8.99901\n380,1645978285,47.74305,8.99907\n381,1645978354,47.74304,8.99904\n382,1645978420,47.74303,8.99908\n383,1645978484,47.74298,8.99899\n384,1645978552,47.74310,8.99923\n385,1645978628,47.74303,8.99895\n386,1645978702,47.74322,8.99920\n387,1645978769,47.74308,8.99914\n388,1645978836,47.74300,8.99899\n389,1645978910,47.74304,8.99901\n390,1645978976,47.74315,8.99903\n391,1645979047,47.74299,8.99896\n392,1645979115,47.74318,8.99924\n393,1645979192,47.74306,8.99905\n394,1645979260,47.74306,8.99917\n395,1645979327,47.74293,8.99914\n396,1645979395,47.74298,8.99924\n397,1645979461,47.74312,8.99923\n398,1645979532,47.74308,8.99909\n399,1645979605,47.74273,8.99888\n400,1645979677,47.74269,8.99883\n401,1645979779,47.74298,8.99897\n402,1645985544,47.74309,8.99905\n403,1645985609,47.74283,8.99892\n404,1645985675,47.74305,8.99901\n405,1645985742,47.74303,8.99902\n406,1645985807,47.74308,8.99902\n407,1645985872,47.74307,8.99892\n408,1645985937,47.74298,8.99898\n409,1645986003,47.74303,8.99897\n410,1645986068,47.74302,8.99900\n411,1645986132,47.74305,8.99909\n412,1645986196,47.74301,8.99893\n413,1645986262,47.74292,8.99904\n414,1645986326,47.74315,8.99896\n415,1645986390,47.74300,8.99894\n416,1645986454,47.74305,8.99892\n417,1645986519,47.74308,8.99903\n418,1645986583,47.74303,8.99894\n419,1645986648,47.74305,8.99898\n420,1645986713,47.74306,8.99900\n421,1645986779,47.74304,8.99905\n422,1645986844,47.74310,8.99897\n423,1645986909,47.74301,8.99897\n424,1645986974,47.74308,8.99904\n425,1645987040,47.74312,8.99909\n426,1645987105,47.74304,8.99896\n427,1645987170,47.74306,8.99902\n428,1645987236,47.74295,8.99890\n429,1645987301,47.74300,8.99902\n430,1645987366,47.74304,8.99903\n431,1645987432,47.74310,8.99909\n432,1645987498,47.74301,8.99901\n433,1645987563,47.74305,8.99897\n434,1645987628,47.74300,8.99892\n435,1645987695,47.74300,8.99891\n436,1645987763,47.74301,8.99908\n437,1645987829,47.74308,8.99905\n438,1645987894,47.74299,8.99894\n439,1645987959,47.74302,8.99887\n440,1645988025,47.74308,8.99892\n441,1645988090,47.74298,8.99892\n442,1645988156,47.74307,8.99901\n443,1645988222,47.74307,8.99897\n444,1645988287,47.74294,8.99914\n445,1645988352,47.74302,8.99886\n446,1645988419,47.74302,8.99905\n447,1645988486,47.74307,8.99902\n448,1645988554,47.74292,8.99910\n449,1645988621,47.74305,8.99904\n450,1645988689,47.74307,8.99896\n451,1645988754,47.74309,8.99897\n452,1645988822,47.74304,8.99895\n453,1645988892,47.74302,8.99890\n454,1645988957,47.74295,8.99892\n455,1645989022,47.74298,8.99901\n456,1645989088,47.74308,8.99896\n457,1645989153,47.74306,8.99893\n458,1645989218,47.74301,8.99896\n459,1645989284,47.74301,8.99900\n460,1645989349,47.74300,8.99901\n461,1645989414,47.74304,8.99889\n462,1645989479,47.74302,8.99889\n463,1645989544,47.74304,8.99904\n464,1645989610,47.74297,8.99888\n465,1645989675,47.74315,8.99898\n466,1645989740,47.74307,8.99896\n467,1645989805,47.74314,8.99914\n468,1645989870,47.74309,8.99885\n469,1645990001,47.74269,8.99855\n470,1645990197,47.74284,8.99895\n471,1645990262,47.74306,8.99896\n472,1645990327,47.74293,8.99916\n473,1645990457,47.74301,8.99902\n474,1645990714,47.74311,8.99882"
  },
  {
    "path": "TickTagData/04_StationaryPosition_60s_Interval/20220227_60s_Interval_474_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 87, TOs: 0/0, ErrorsOrGF: 1, TTFF: 130\nFixes: 474, Avg. time to fix: 10 s, Avg. HDOP (x10): 17\n\ncount,timestamp,lat,lon\n1,1645950800,47.74373,8.99842\n2,1645950866,47.74206,9.00076\n3,1645950946,47.74298,8.99840\n4,1645951014,47.74227,9.00062\n5,1645951081,47.74235,9.00058\n6,1645951152,47.74288,8.99924\n7,1645951219,47.74282,8.99947\n8,1645951292,47.74303,8.99886\n9,1645951372,47.74303,8.99897\n10,1645951470,47.74302,8.99900\n11,1645951546,47.74297,8.99903\n12,1645951616,47.74307,8.99886\n13,1645951686,47.74304,8.99884\n14,1645951752,47.74298,8.99865\n15,1645951818,47.74294,8.99945\n16,1645951887,47.74308,8.99886\n17,1645951954,47.74299,8.99905\n18,1645952020,47.74297,8.99866\n19,1645952089,47.74293,8.99911\n20,1645952160,47.74295,8.99923\n21,1645952233,47.74307,8.99891\n22,1645952306,47.74299,8.99895\n23,1645952384,47.74298,8.99893\n24,1645952465,47.74309,8.99899\n25,1645952539,47.74294,8.99896\n26,1645952612,47.74302,8.99903\n27,1645952725,47.74300,8.99892\n28,1645952816,47.74299,8.99895\n29,1645952892,47.74304,8.99883\n30,1645952964,47.74305,8.99896\n31,1645953037,47.74306,8.99898\n32,1645953115,47.74286,8.99891\n33,1645953189,47.74306,8.99905\n34,1645953275,47.74301,8.99896\n35,1645953345,47.74304,8.99900\n36,1645953421,47.74296,8.99895\n37,1645953495,47.74303,8.99907\n38,1645953571,47.74305,8.99908\n39,1645953660,47.74308,8.99906\n40,1645953730,47.74288,8.99900\n41,1645953800,47.74297,8.99891\n42,1645953867,47.74297,8.99911\n43,1645953933,47.74322,8.99909\n44,1645953999,47.74288,8.99920\n45,1645954066,47.74296,8.99886\n46,1645954133,47.74311,8.99911\n47,1645954198,47.74298,8.99893\n48,1645954265,47.74293,8.99901\n49,1645954331,47.74306,8.99909\n50,1645954396,47.74312,8.99902\n51,1645954462,47.74293,8.99913\n52,1645954527,47.74296,8.99905\n53,1645954593,47.74292,8.99896\n54,1645954660,47.74279,8.99889\n55,1645954726,47.74305,8.99881\n56,1645954791,47.74300,8.99918\n57,1645954856,47.74301,8.99882\n58,1645954922,47.74298,8.99917\n59,1645954989,47.74302,8.99884\n60,1645955054,47.74302,8.99904\n61,1645955122,47.74305,8.99898\n62,1645955188,47.74302,8.99894\n63,1645955255,47.74293,8.99886\n64,1645955320,47.74295,8.99938\n65,1645955389,47.74303,8.99908\n66,1645955458,47.74297,8.99866\n67,1645955525,47.74293,8.99922\n68,1645955593,47.74301,8.99936\n69,1645955659,47.74305,8.99853\n70,1645955727,47.74310,8.99918\n71,1645955794,47.74301,8.99921\n72,1645955864,47.74297,8.99893\n73,1645955934,47.74298,8.99895\n74,1645956008,47.74303,8.99915\n75,1645956079,47.74297,8.99902\n76,1645956151,47.74295,8.99899\n77,1645956223,47.74296,8.99904\n78,1645956295,47.74296,8.99899\n79,1645956368,47.74298,8.99905\n80,1645956438,47.74304,8.99901\n81,1645956506,47.74315,8.99932\n82,1645956574,47.74306,8.99918\n83,1645956643,47.74303,8.99907\n84,1645956712,47.74298,8.99879\n85,1645956781,47.74307,8.99894\n86,1645956849,47.74304,8.99944\n87,1645956915,47.74314,8.99948\n88,1645956992,47.74310,8.99884\n89,1645957071,47.74295,8.99909\n90,1645957147,47.74304,8.99902\n91,1645957229,47.74318,8.99885\n92,1645957304,47.74304,8.99890\n93,1645957375,47.74304,8.99899\n94,1645957450,47.74313,8.99888\n95,1645957526,47.74292,8.99912\n96,1645957609,47.74316,8.99868\n97,1645957677,47.74300,8.99912\n98,1645957743,47.74297,8.99972\n99,1645957820,47.74292,8.99910\n100,1645957921,47.74284,8.99925\n101,1645957985,47.74296,8.99895\n102,1645958059,47.74296,8.99898\n103,1645958130,47.74324,8.99878\n104,1645958200,47.74303,8.99893\n105,1645958277,47.74309,8.99886\n106,1645958354,47.74308,8.99900\n107,1645958447,47.74313,8.99878\n108,1645958527,47.74291,8.99921\n109,1645958605,47.74308,8.99894\n110,1645958678,47.74299,8.99915\n111,1645958753,47.74305,8.99919\n112,1645958825,47.74305,8.99901\n113,1645958897,47.74304,8.99903\n114,1645958974,47.74303,8.99909\n115,1645959040,47.74318,8.99891\n116,1645959107,47.74381,8.99827\n117,1645959184,47.74308,8.99895\n118,1645959259,47.74337,8.99851\n119,1645959331,47.74295,8.99911\n120,1645959403,47.74307,8.99897\n121,1645959475,47.74304,8.99905\n122,1645959547,47.74296,8.99903\n123,1645959619,47.74297,8.99908\n124,1645959691,47.74300,8.99910\n125,1645959797,47.74297,8.99909\n126,1645959872,47.74301,8.99902\n127,1645959949,47.74297,8.99893\n128,1645960021,47.74317,8.99883\n129,1645960093,47.74307,8.99904\n130,1645960165,47.74300,8.99903\n131,1645960237,47.74301,8.99903\n132,1645960307,47.74299,8.99924\n133,1645960379,47.74292,8.99936\n134,1645960456,47.74293,8.99921\n135,1645960524,47.74292,8.99935\n136,1645960597,47.74307,8.99895\n137,1645960669,47.74302,8.99901\n138,1645960739,47.74309,8.99876\n139,1645960810,47.74299,8.99929\n140,1645960882,47.74304,8.99904\n141,1645960957,47.74298,8.99912\n142,1645961033,47.74304,8.99882\n143,1645961111,47.74315,8.99905\n144,1645961189,47.74327,8.99891\n145,1645961265,47.74330,8.99902\n146,1645961353,47.74335,8.99903\n147,1645961455,47.74310,8.99900\n148,1645961571,47.74306,8.99886\n149,1645961645,47.74333,8.99913\n150,1645961734,47.74303,8.99887\n151,1645961809,47.74306,8.99896\n152,1645961910,47.74312,8.99888\n153,1645961983,47.74315,8.99899\n154,1645962053,47.74290,8.99910\n155,1645962122,47.74294,8.99909\n156,1645962192,47.74338,8.99894\n157,1645962261,47.74308,8.99902\n158,1645962337,47.74310,8.99894\n159,1645962403,47.74302,8.99898\n160,1645962469,47.74303,8.99901\n161,1645962535,47.74330,8.99898\n162,1645962602,47.74315,8.99897\n163,1645962674,47.74317,8.99905\n164,1645962745,47.74306,8.99899\n165,1645962817,47.74338,8.99906\n166,1645962887,47.74314,8.99894\n167,1645962957,47.74307,8.99897\n168,1645963026,47.74300,8.99908\n169,1645963096,47.74307,8.99896\n170,1645963165,47.74314,8.99876\n171,1645963233,47.74305,8.99895\n172,1645963303,47.74306,8.99922\n173,1645963374,47.74305,8.99962\n174,1645963447,47.74304,8.99898\n175,1645963517,47.74308,8.99871\n176,1645963587,47.74310,8.99900\n177,1645963654,47.74308,8.99896\n178,1645963722,47.74312,8.99905\n179,1645963792,47.74312,8.99899\n180,1645963862,47.74308,8.99911\n181,1645963932,47.74313,8.99908\n182,1645964006,47.74315,8.99906\n183,1645964087,47.74300,8.99900\n184,1645964165,47.74301,8.99900\n185,1645964254,47.74313,8.99910\n186,1645964330,47.74307,8.99902\n187,1645964401,47.74301,8.99908\n188,1645964477,47.74302,8.99899\n189,1645964552,47.74304,8.99901\n190,1645964623,47.74318,8.99907\n191,1645964719,47.74309,8.99905\n192,1645964783,47.74304,8.99906\n193,1645964847,47.74311,8.99903\n194,1645964910,47.74331,8.99917\n195,1645964975,47.74307,8.99903\n196,1645965039,47.74322,8.99904\n197,1645965103,47.74310,8.99904\n198,1645965168,47.74319,8.99904\n199,1645965230,47.74306,8.99885\n200,1645965295,47.74306,8.99903\n201,1645965361,47.74303,8.99895\n202,1645965426,47.74320,8.99904\n203,1645965490,47.74308,8.99904\n204,1645965556,47.74314,8.99908\n205,1645965626,47.74308,8.99906\n206,1645965693,47.74316,8.99911\n207,1645965762,47.74314,8.99915\n208,1645965831,47.74309,8.99905\n209,1645965899,47.74303,8.99892\n210,1645965965,47.74315,8.99907\n211,1645966033,47.74314,8.99911\n212,1645966099,47.74317,8.99911\n213,1645966165,47.74314,8.99910\n214,1645966233,47.74221,8.99679\n215,1645966317,47.74309,8.99902\n216,1645966386,47.74323,8.99908\n217,1645966459,47.74318,8.99905\n218,1645966534,47.74311,8.99904\n219,1645966607,47.74325,8.99899\n220,1645966679,47.74307,8.99899\n221,1645966745,47.74334,8.99904\n222,1645966810,47.74298,8.99902\n223,1645966876,47.74286,8.99902\n224,1645966941,47.74291,8.99910\n225,1645967007,47.74331,8.99905\n226,1645967072,47.74279,8.99896\n227,1645967141,47.74302,8.99895\n228,1645967205,47.74306,8.99911\n229,1645967270,47.74303,8.99913\n230,1645967340,47.74301,8.99919\n231,1645967413,47.74304,8.99911\n232,1645967479,47.74262,8.99912\n233,1645967544,47.74310,8.99904\n234,1645967609,47.74322,8.99894\n235,1645967682,47.74279,8.99912\n236,1645967761,47.74295,8.99913\n237,1645967835,47.74344,8.99901\n238,1645967914,47.74300,8.99905\n239,1645967985,47.74310,8.99900\n240,1645968062,47.74286,8.99913\n241,1645968133,47.74294,8.99911\n242,1645968228,47.74300,8.99903\n243,1645968304,47.74287,8.99899\n244,1645968371,47.74314,8.99903\n245,1645968441,47.74297,8.99894\n246,1645968510,47.74270,8.99902\n247,1645968580,47.74320,8.99902\n248,1645968658,47.74299,8.99896\n249,1645968734,47.74324,8.99899\n250,1645968808,47.74322,8.99899\n251,1645968889,47.74328,8.99894\n252,1645968972,47.74327,8.99895\n253,1645969046,47.74308,8.99902\n254,1645969118,47.74320,8.99896\n255,1645969187,47.74396,8.99856\n256,1645969258,47.74301,8.99910\n257,1645969346,47.74303,8.99898\n258,1645969429,47.74310,8.99895\n259,1645969506,47.74310,8.99899\n260,1645969579,47.74321,8.99897\n261,1645969653,47.74305,8.99908\n262,1645969727,47.74301,8.99906\n263,1645969810,47.74320,8.99895\n264,1645969889,47.74308,8.99896\n265,1645969969,47.74320,8.99897\n266,1645970038,47.74308,8.99901\n267,1645970105,47.74300,8.99901\n268,1645970169,47.74299,8.99905\n269,1645970237,47.74306,8.99889\n270,1645970311,47.74299,8.99896\n271,1645970383,47.74305,8.99903\n272,1645970456,47.74323,8.99898\n273,1645970530,47.74315,8.99897\n274,1645970616,47.74327,8.99896\n275,1645970685,47.74413,8.99845\n276,1645970773,47.74297,8.99913\n277,1645970849,47.74300,8.99920\n278,1645970923,47.74340,8.99883\n279,1645970995,47.74341,8.99880\n280,1645971062,47.74291,8.99905\n281,1645971134,47.74305,8.99897\n282,1645971207,47.74310,8.99901\n283,1645971279,47.74314,8.99900\n284,1645971351,47.74329,8.99894\n285,1645971421,47.74313,8.99895\n286,1645971490,47.74325,8.99894\n287,1645971561,47.74311,8.99902\n288,1645971632,47.74302,8.99897\n289,1645971721,47.74325,8.99888\n290,1645971805,47.74291,8.99902\n291,1645971887,47.74322,8.99891\n292,1645971960,47.74284,8.99897\n293,1645972033,47.74320,8.99879\n294,1645972103,47.74322,8.99891\n295,1645972184,47.74342,8.99872\n296,1645972258,47.74314,8.99896\n297,1645972337,47.74304,8.99895\n298,1645972407,47.74311,8.99892\n299,1645972479,47.74326,8.99890\n300,1645972552,47.74307,8.99898\n301,1645972639,47.74310,8.99890\n302,1645972723,47.74318,8.99880\n303,1645972808,47.74345,8.99892\n304,1645972899,47.74323,8.99888\n305,1645972971,47.74301,8.99894\n306,1645973042,47.74295,8.99885\n307,1645973130,47.74313,8.99898\n308,1645973197,47.74314,8.99894\n309,1645973263,47.74308,8.99898\n310,1645973330,47.74325,8.99885\n311,1645973395,47.74309,8.99885\n312,1645973465,47.74327,8.99896\n313,1645973535,47.74287,8.99890\n314,1645973606,47.74299,8.99884\n315,1645973678,47.74310,8.99899\n316,1645973747,47.74306,8.99907\n317,1645973817,47.74317,8.99891\n318,1645973890,47.74301,8.99885\n319,1645973963,47.74305,8.99895\n320,1645974035,47.74308,8.99912\n321,1645974109,47.74305,8.99888\n322,1645974182,47.74304,8.99878\n323,1645974253,47.74304,8.99886\n324,1645974326,47.74305,8.99891\n325,1645974392,47.74308,8.99890\n326,1645974461,47.74310,8.99892\n327,1645974531,47.74307,8.99893\n328,1645974608,47.74302,8.99875\n329,1645974679,47.74306,8.99890\n330,1645974752,47.74308,8.99891\n331,1645974823,47.74308,8.99896\n332,1645974897,47.74304,8.99900\n333,1645974974,47.74312,8.99883\n334,1645975045,47.74308,8.99883\n335,1645975118,47.74312,8.99888\n336,1645975189,47.74304,8.99884\n337,1645975262,47.74309,8.99889\n338,1645975350,47.74295,8.99891\n339,1645975423,47.74298,8.99897\n340,1645975495,47.74299,8.99894\n341,1645975567,47.74296,8.99891\n342,1645975639,47.74296,8.99882\n343,1645975706,47.74306,8.99925\n344,1645975773,47.74317,8.99933\n345,1645975840,47.74307,8.99917\n346,1645975906,47.74309,8.99913\n347,1645975973,47.74310,8.99909\n348,1645976039,47.74312,8.99925\n349,1645976104,47.74312,8.99933\n350,1645976172,47.74318,8.99927\n351,1645976244,47.74306,8.99911\n352,1645976311,47.74308,8.99912\n353,1645976382,47.74311,8.99922\n354,1645976451,47.74307,8.99918\n355,1645976518,47.74313,8.99927\n356,1645976588,47.74310,8.99908\n357,1645976652,47.74302,8.99899\n358,1645976722,47.74330,8.99972\n359,1645976789,47.74317,8.99931\n360,1645976858,47.74320,8.99934\n361,1645976926,47.74309,8.99914\n362,1645976993,47.74312,8.99917\n363,1645977063,47.74321,8.99943\n364,1645977135,47.74311,8.99926\n365,1645977205,47.74299,8.99898\n366,1645977277,47.74304,8.99906\n367,1645977347,47.74322,8.99937\n368,1645977417,47.74298,8.99902\n369,1645977494,47.74300,8.99904\n370,1645977562,47.74304,8.99917\n371,1645977637,47.74298,8.99900\n372,1645977709,47.74299,8.99901\n373,1645977782,47.74303,8.99906\n374,1645977849,47.74303,8.99905\n375,1645977921,47.74311,8.99921\n376,1645977998,47.74303,8.99905\n377,1645978070,47.74300,8.99904\n378,1645978138,47.74310,8.99922\n379,1645978210,47.74304,8.99901\n380,1645978285,47.74305,8.99907\n381,1645978354,47.74304,8.99904\n382,1645978420,47.74303,8.99908\n383,1645978484,47.74298,8.99899\n384,1645978552,47.74310,8.99923\n385,1645978628,47.74303,8.99895\n386,1645978702,47.74322,8.99920\n387,1645978769,47.74308,8.99914\n388,1645978836,47.74300,8.99899\n389,1645978910,47.74304,8.99901\n390,1645978976,47.74315,8.99903\n391,1645979047,47.74299,8.99896\n392,1645979115,47.74318,8.99924\n393,1645979192,47.74306,8.99905\n394,1645979260,47.74306,8.99917\n395,1645979327,47.74293,8.99914\n396,1645979395,47.74298,8.99924\n397,1645979461,47.74312,8.99923\n398,1645979532,47.74308,8.99909\n399,1645979605,47.74273,8.99888\n400,1645979677,47.74269,8.99883\n401,1645979779,47.74298,8.99897\n402,1645985544,47.74309,8.99905\n403,1645985609,47.74283,8.99892\n404,1645985675,47.74305,8.99901\n405,1645985742,47.74303,8.99902\n406,1645985807,47.74308,8.99902\n407,1645985872,47.74307,8.99892\n408,1645985937,47.74298,8.99898\n409,1645986003,47.74303,8.99897\n410,1645986068,47.74302,8.99900\n411,1645986132,47.74305,8.99909\n412,1645986196,47.74301,8.99893\n413,1645986262,47.74292,8.99904\n414,1645986326,47.74315,8.99896\n415,1645986390,47.74300,8.99894\n416,1645986454,47.74305,8.99892\n417,1645986519,47.74308,8.99903\n418,1645986583,47.74303,8.99894\n419,1645986648,47.74305,8.99898\n420,1645986713,47.74306,8.99900\n421,1645986779,47.74304,8.99905\n422,1645986844,47.74310,8.99897\n423,1645986909,47.74301,8.99897\n424,1645986974,47.74308,8.99904\n425,1645987040,47.74312,8.99909\n426,1645987105,47.74304,8.99896\n427,1645987170,47.74306,8.99902\n428,1645987236,47.74295,8.99890\n429,1645987301,47.74300,8.99902\n430,1645987366,47.74304,8.99903\n431,1645987432,47.74310,8.99909\n432,1645987498,47.74301,8.99901\n433,1645987563,47.74305,8.99897\n434,1645987628,47.74300,8.99892\n435,1645987695,47.74300,8.99891\n436,1645987763,47.74301,8.99908\n437,1645987829,47.74308,8.99905\n438,1645987894,47.74299,8.99894\n439,1645987959,47.74302,8.99887\n440,1645988025,47.74308,8.99892\n441,1645988090,47.74298,8.99892\n442,1645988156,47.74307,8.99901\n443,1645988222,47.74307,8.99897\n444,1645988287,47.74294,8.99914\n445,1645988352,47.74302,8.99886\n446,1645988419,47.74302,8.99905\n447,1645988486,47.74307,8.99902\n448,1645988554,47.74292,8.99910\n449,1645988621,47.74305,8.99904\n450,1645988689,47.74307,8.99896\n451,1645988754,47.74309,8.99897\n452,1645988822,47.74304,8.99895\n453,1645988892,47.74302,8.99890\n454,1645988957,47.74295,8.99892\n455,1645989022,47.74298,8.99901\n456,1645989088,47.74308,8.99896\n457,1645989153,47.74306,8.99893\n458,1645989218,47.74301,8.99896\n459,1645989284,47.74301,8.99900\n460,1645989349,47.74300,8.99901\n461,1645989414,47.74304,8.99889\n462,1645989479,47.74302,8.99889\n463,1645989544,47.74304,8.99904\n464,1645989610,47.74297,8.99888\n465,1645989675,47.74315,8.99898\n466,1645989740,47.74307,8.99896\n467,1645989805,47.74314,8.99914\n468,1645989870,47.74309,8.99885\n469,1645990001,47.74269,8.99855\n470,1645990197,47.74284,8.99895\n471,1645990262,47.74306,8.99896\n472,1645990327,47.74293,8.99916\n473,1645990457,47.74301,8.99902\n474,1645990714,47.74311,8.99882\n***END MEMORY***\nV108, ID: 30-5526, 3393mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 60 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/04_StationaryPosition_60s_Interval/20220228_60s_Interval_372_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646044385,47.74514,8.99724\n2,1646044450,47.74498,8.99666\n3,1646044527,47.74394,8.99786\n4,1646044600,47.74529,8.99635\n5,1646044672,47.74531,8.99636\n6,1646044748,47.74333,8.99880\n7,1646044827,47.74325,8.99885\n8,1646044905,47.74348,8.99863\n9,1646044983,47.74315,8.99887\n10,1646045053,47.74314,8.99880\n11,1646045126,47.74316,8.99877\n12,1646045198,47.74312,8.99884\n13,1646045307,47.74311,8.99885\n14,1646045403,47.74310,8.99885\n15,1646045508,47.74284,8.99906\n16,1646045602,47.74305,8.99895\n17,1646045687,47.74303,8.99892\n18,1646045775,47.74288,8.99903\n19,1646045854,47.74307,8.99887\n20,1646045941,47.74296,8.99899\n21,1646046029,47.74306,8.99895\n22,1646046104,47.74271,8.99904\n23,1646046190,47.74310,8.99890\n24,1646046277,47.74312,8.99892\n25,1646046352,47.74306,8.99888\n26,1646046429,47.74312,8.99889\n27,1646046507,47.74316,8.99883\n28,1646046585,47.74311,8.99891\n29,1646046663,47.74312,8.99880\n30,1646046741,47.74311,8.99900\n31,1646046818,47.74305,8.99896\n32,1646046892,47.74295,8.99883\n33,1646046970,47.74307,8.99892\n34,1646047047,47.74314,8.99873\n35,1646047131,47.74304,8.99894\n36,1646047215,47.74315,8.99876\n37,1646047300,47.74325,8.99891\n38,1646047431,47.74406,8.99915\n39,1646047511,47.74301,8.99888\n40,1646047583,47.74308,8.99888\n41,1646047651,47.74306,8.99888\n42,1646047724,47.74339,8.99888\n43,1646047790,47.74341,8.99905\n44,1646047868,47.74310,8.99889\n45,1646047951,47.74288,8.99875\n46,1646048020,47.74279,8.99871\n47,1646048092,47.74321,8.99886\n48,1646048170,47.74311,8.99889\n49,1646048239,47.74318,8.99876\n50,1646048318,47.74317,8.99901\n51,1646048391,47.74312,8.99903\n52,1646048470,47.74316,8.99895\n53,1646048541,47.74308,8.99893\n54,1646048618,47.74301,8.99901\n55,1646048689,47.74304,8.99903\n56,1646048760,47.74309,8.99906\n57,1646048842,47.74314,8.99899\n58,1646048917,47.74323,8.99903\n59,1646048992,47.74325,8.99899\n60,1646049067,47.74308,8.99908\n61,1646049140,47.74309,8.99903\n62,1646049211,47.74309,8.99904\n63,1646049283,47.74317,8.99905\n64,1646049356,47.74308,8.99900\n65,1646049427,47.74304,8.99898\n66,1646049499,47.74308,8.99902\n67,1646049572,47.74311,8.99903\n68,1646049643,47.74307,8.99916\n69,1646049715,47.74309,8.99904\n70,1646049788,47.74314,8.99910\n71,1646049859,47.74302,8.99902\n72,1646049931,47.74320,8.99914\n73,1646050006,47.74328,8.99916\n74,1646050081,47.74320,8.99914\n75,1646050153,47.74307,8.99902\n76,1646050229,47.74315,8.99910\n77,1646050320,47.74315,8.99914\n78,1646050393,47.74330,8.99920\n79,1646050466,47.74327,8.99917\n80,1646050537,47.74317,8.99919\n81,1646050611,47.74329,8.99915\n82,1646050683,47.74320,8.99909\n83,1646050755,47.74326,8.99915\n84,1646050827,47.74309,8.99907\n85,1646050899,47.74317,8.99911\n86,1646050966,47.74301,8.99867\n87,1646051043,47.74312,8.99908\n88,1646051110,47.74304,8.99864\n89,1646051185,47.74315,8.99908\n90,1646051253,47.74309,8.99905\n91,1646051323,47.74313,8.99912\n92,1646051392,47.74304,8.99872\n93,1646051460,47.74305,8.99869\n94,1646051528,47.74295,8.99870\n95,1646051596,47.74298,8.99868\n96,1646051664,47.74296,8.99873\n97,1646051731,47.74305,8.99881\n98,1646051803,47.74307,8.99902\n99,1646051875,47.74314,8.99912\n100,1646051942,47.74253,8.99725\n101,1646052015,47.74318,8.99910\n102,1646052086,47.74311,8.99904\n103,1646052158,47.74310,8.99905\n104,1646052232,47.74327,8.99909\n105,1646052297,47.74260,8.99754\n106,1646052363,47.74272,8.99756\n107,1646052435,47.74308,8.99903\n108,1646052499,47.74263,8.99771\n109,1646052573,47.74316,8.99909\n110,1646052660,47.74310,8.99896\n111,1646052727,47.74308,8.99902\n112,1646052792,47.74293,8.99900\n113,1646052856,47.74322,8.99900\n114,1646052920,47.74301,8.99900\n115,1646052985,47.74323,8.99907\n116,1646053052,47.74301,8.99903\n117,1646053118,47.74300,8.99904\n118,1646053187,47.74288,8.99896\n119,1646053252,47.74286,8.99921\n120,1646053316,47.74283,8.99926\n121,1646053379,47.74242,8.99957\n122,1646053446,47.74267,8.99934\n123,1646053512,47.74277,8.99931\n124,1646053576,47.74293,8.99919\n125,1646053641,47.74294,8.99914\n126,1646053707,47.74320,8.99903\n127,1646053773,47.74304,8.99915\n128,1646053845,47.74325,8.99909\n129,1646053916,47.74281,8.99888\n130,1646053991,47.74305,8.99892\n131,1646054063,47.74300,8.99899\n132,1646054129,47.74294,8.99900\n133,1646054197,47.74280,8.99914\n134,1646054263,47.74294,8.99918\n135,1646054330,47.74300,8.99914\n136,1646054398,47.74294,8.99910\n137,1646054466,47.74276,8.99944\n138,1646054539,47.74300,8.99910\n139,1646054620,47.74324,8.99878\n140,1646054689,47.74294,8.99914\n141,1646054756,47.74282,8.99921\n142,1646054821,47.74291,8.99901\n143,1646054886,47.74288,8.99925\n144,1646054954,47.74302,8.99916\n145,1646055022,47.74295,8.99902\n146,1646055100,47.74298,8.99907\n147,1646055173,47.74299,8.99906\n148,1646055243,47.74296,8.99902\n149,1646055319,47.74306,8.99898\n150,1646055386,47.74305,8.99905\n151,1646055462,47.74288,8.99906\n152,1646055535,47.74305,8.99899\n153,1646055610,47.74298,8.99900\n154,1646055686,47.74298,8.99901\n155,1646055756,47.74299,8.99907\n156,1646055833,47.74291,8.99907\n157,1646055903,47.74300,8.99908\n158,1646055977,47.74297,8.99900\n159,1646056052,47.74305,8.99891\n160,1646056123,47.74297,8.99898\n161,1646056190,47.74308,8.99894\n162,1646056260,47.74299,8.99901\n163,1646056329,47.74301,8.99909\n164,1646056397,47.74301,8.99893\n165,1646056475,47.74302,8.99887\n166,1646056552,47.74300,8.99889\n167,1646056627,47.74295,8.99918\n168,1646056709,47.74293,8.99901\n169,1646056791,47.74285,8.99916\n170,1646056866,47.74293,8.99904\n171,1646056945,47.74307,8.99887\n172,1646057014,47.74325,8.99891\n173,1646057087,47.74285,8.99926\n174,1646057154,47.74289,8.99906\n175,1646057220,47.74299,8.99904\n176,1646057291,47.74296,8.99902\n177,1646057365,47.74301,8.99899\n178,1646057435,47.74316,8.99891\n179,1646057500,47.74295,8.99901\n180,1646057566,47.74305,8.99896\n181,1646057632,47.74301,8.99903\n182,1646057702,47.74303,8.99907\n183,1646057784,47.74306,8.99884\n184,1646057865,47.74274,8.99914\n185,1646057933,47.74298,8.99897\n186,1646058004,47.74276,8.99907\n187,1646058078,47.74318,8.99879\n188,1646058153,47.74335,8.99891\n189,1646058229,47.74301,8.99897\n190,1646058303,47.74337,8.99875\n191,1646058389,47.74332,8.99875\n192,1646058467,47.74325,8.99879\n193,1646058537,47.74302,8.99893\n194,1646058609,47.74325,8.99898\n195,1646058688,47.74290,8.99890\n196,1646058770,47.74309,8.99879\n197,1646058854,47.74304,8.99890\n198,1646058939,47.74332,8.99886\n199,1646059029,47.74341,8.99879\n200,1646059104,47.74326,8.99883\n201,1646059172,47.74323,8.99869\n202,1646059251,47.74320,8.99887\n203,1646059321,47.74324,8.99889\n204,1646059394,47.74310,8.99897\n205,1646059472,47.74323,8.99883\n206,1646059556,47.74305,8.99885\n207,1646059650,47.74296,8.99835\n208,1646059716,47.74299,8.99890\n209,1646059781,47.74281,8.99868\n210,1646059852,47.74310,8.99898\n211,1646059918,47.74316,8.99907\n212,1646059982,47.74313,8.99911\n213,1646060048,47.74286,8.99879\n214,1646060113,47.74292,8.99888\n215,1646060179,47.74283,8.99878\n216,1646060246,47.74325,8.99871\n217,1646060311,47.74303,8.99896\n218,1646060377,47.74284,8.99890\n219,1646060441,47.74295,8.99891\n220,1646060505,47.74294,8.99892\n221,1646060570,47.74284,8.99874\n222,1646060637,47.74307,8.99892\n223,1646060703,47.74299,8.99885\n224,1646060770,47.74308,8.99889\n225,1646060838,47.74299,8.99898\n226,1646060907,47.74304,8.99887\n227,1646060974,47.74290,8.99893\n228,1646061043,47.74294,8.99890\n229,1646061111,47.74289,8.99891\n230,1646061175,47.74303,8.99889\n231,1646061241,47.74299,8.99889\n232,1646061305,47.74295,8.99897\n233,1646061370,47.74307,8.99887\n234,1646061435,47.74305,8.99884\n235,1646061499,47.74297,8.99907\n236,1646061564,47.74302,8.99894\n237,1646061628,47.74298,8.99901\n238,1646061693,47.74292,8.99884\n239,1646061759,47.74300,8.99889\n240,1646061824,47.74305,8.99895\n241,1646061889,47.74298,8.99895\n242,1646061954,47.74300,8.99883\n243,1646062020,47.74286,8.99892\n244,1646062085,47.74292,8.99888\n245,1646062150,47.74312,8.99893\n246,1646062215,47.74298,8.99894\n247,1646062280,47.74302,8.99902\n248,1646062357,47.74305,8.99897\n249,1646062423,47.74294,8.99900\n250,1646062487,47.74299,8.99891\n251,1646062552,47.74295,8.99899\n252,1646062619,47.74299,8.99894\n253,1646062685,47.74296,8.99890\n254,1646062750,47.74306,8.99895\n255,1646062825,47.74292,8.99887\n256,1646062892,47.74293,8.99891\n257,1646062959,47.74278,8.99871\n258,1646063026,47.74299,8.99895\n259,1646063092,47.74305,8.99882\n260,1646063158,47.74311,8.99918\n261,1646063224,47.74303,8.99912\n262,1646063290,47.74297,8.99893\n263,1646063356,47.74299,8.99897\n264,1646063422,47.74302,8.99902\n265,1646063490,47.74294,8.99896\n266,1646063555,47.74300,8.99899\n267,1646063623,47.74300,8.99902\n268,1646063691,47.74294,8.99899\n269,1646063756,47.74298,8.99891\n270,1646063822,47.74301,8.99894\n271,1646063888,47.74305,8.99893\n272,1646063955,47.74290,8.99900\n273,1646064022,47.74306,8.99902\n274,1646064089,47.74310,8.99910\n275,1646064155,47.74309,8.99902\n276,1646064221,47.74307,8.99900\n277,1646064287,47.74303,8.99896\n278,1646064353,47.74305,8.99919\n279,1646064418,47.74303,8.99908\n280,1646064483,47.74292,8.99905\n281,1646064549,47.74295,8.99895\n282,1646064616,47.74288,8.99908\n283,1646064683,47.74285,8.99905\n284,1646064749,47.74295,8.99902\n285,1646064815,47.74299,8.99906\n286,1646064881,47.74293,8.99890\n287,1646064947,47.74300,8.99897\n288,1646065012,47.74294,8.99911\n289,1646065078,47.74296,8.99910\n290,1646065149,47.74306,8.99897\n291,1646065219,47.74291,8.99908\n292,1646065284,47.74283,8.99908\n293,1646065353,47.74287,8.99896\n294,1646065420,47.74291,8.99905\n295,1646065486,47.74278,8.99899\n296,1646065552,47.74280,8.99903\n297,1646065619,47.74282,8.99906\n298,1646065685,47.74282,8.99907\n299,1646065752,47.74285,8.99918\n300,1646065817,47.74303,8.99898\n301,1646065884,47.74289,8.99902\n302,1646065951,47.74257,8.99938\n303,1646066017,47.74303,8.99894\n304,1646066083,47.74279,8.99921\n305,1646066151,47.74271,8.99918\n306,1646066219,47.74276,8.99911\n307,1646066285,47.74276,8.99913\n308,1646066351,47.74291,8.99900\n309,1646066418,47.74287,8.99921\n310,1646066515,47.74302,8.99912\n311,1646066587,47.74299,8.99898\n312,1646066659,47.74314,8.99902\n313,1646066728,47.74318,8.99887\n314,1646066793,47.74331,8.99890\n315,1646066862,47.74317,8.99888\n316,1646066932,47.74287,8.99912\n317,1646067003,47.74287,8.99908\n318,1646067075,47.74252,8.99952\n319,1646067147,47.74286,8.99902\n320,1646067213,47.74346,8.99901\n321,1646067278,47.74315,8.99893\n322,1646067355,47.74307,8.99900\n323,1646067423,47.74300,8.99912\n324,1646067490,47.74296,8.99900\n325,1646067555,47.74277,8.99948\n326,1646067619,47.74317,8.99894\n327,1646067683,47.74236,8.99965\n328,1646067758,47.74312,8.99895\n329,1646067830,47.74313,8.99896\n330,1646067901,47.74307,8.99902\n331,1646067973,47.74304,8.99895\n332,1646068044,47.74299,8.99907\n333,1646068118,47.74311,8.99902\n334,1646068192,47.74317,8.99880\n335,1646068267,47.74310,8.99902\n336,1646068339,47.74311,8.99907\n337,1646068411,47.74309,8.99903\n338,1646068481,47.74315,8.99881\n339,1646068546,47.74318,8.99884\n340,1646068616,47.74299,8.99907\n341,1646068682,47.74430,8.99718\n342,1646068760,47.74313,8.99902\n343,1646068831,47.74311,8.99893\n344,1646068897,47.74316,8.99883\n345,1646068962,47.74321,8.99895\n346,1646069036,47.74308,8.99900\n347,1646069105,47.74308,8.99898\n348,1646069174,47.74318,8.99877\n349,1646069252,47.74309,8.99889\n350,1646069319,47.74310,8.99884\n351,1646069395,47.74304,8.99904\n352,1646069468,47.74320,8.99881\n353,1646069535,47.74315,8.99878\n354,1646069609,47.74315,8.99883\n355,1646069683,47.74313,8.99899\n356,1646069755,47.74321,8.99909\n357,1646069834,47.74315,8.99877\n358,1646069902,47.74322,8.99888\n359,1646069974,47.74306,8.99885\n360,1646070052,47.74311,8.99896\n361,1646070127,47.74314,8.99885\n362,1646070205,47.74322,8.99904\n363,1646070279,47.74307,8.99896\n364,1646070355,47.74306,8.99893\n365,1646070427,47.74308,8.99919\n366,1646070499,47.74311,8.99892\n367,1646070571,47.74304,8.99912\n368,1646070651,47.74290,8.99917\n369,1646070727,47.74282,8.99960\n370,1646070808,47.74319,8.99873\n371,1646070891,47.74306,8.99902\n372,1646070990,47.74305,8.99904"
  },
  {
    "path": "TickTagData/04_StationaryPosition_60s_Interval/20220228_60s_Interval_372_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 2, TOs: 0/0, ErrorsOrGF: 1, TTFF: 76\nFixes: 372, Avg. time to fix: 10 s, Avg. HDOP (x10): 19\n\ncount,timestamp,lat,lon\n1,1646044385,47.74514,8.99724\n2,1646044450,47.74498,8.99666\n3,1646044527,47.74394,8.99786\n4,1646044600,47.74529,8.99635\n5,1646044672,47.74531,8.99636\n6,1646044748,47.74333,8.99880\n7,1646044827,47.74325,8.99885\n8,1646044905,47.74348,8.99863\n9,1646044983,47.74315,8.99887\n10,1646045053,47.74314,8.99880\n11,1646045126,47.74316,8.99877\n12,1646045198,47.74312,8.99884\n13,1646045307,47.74311,8.99885\n14,1646045403,47.74310,8.99885\n15,1646045508,47.74284,8.99906\n16,1646045602,47.74305,8.99895\n17,1646045687,47.74303,8.99892\n18,1646045775,47.74288,8.99903\n19,1646045854,47.74307,8.99887\n20,1646045941,47.74296,8.99899\n21,1646046029,47.74306,8.99895\n22,1646046104,47.74271,8.99904\n23,1646046190,47.74310,8.99890\n24,1646046277,47.74312,8.99892\n25,1646046352,47.74306,8.99888\n26,1646046429,47.74312,8.99889\n27,1646046507,47.74316,8.99883\n28,1646046585,47.74311,8.99891\n29,1646046663,47.74312,8.99880\n30,1646046741,47.74311,8.99900\n31,1646046818,47.74305,8.99896\n32,1646046892,47.74295,8.99883\n33,1646046970,47.74307,8.99892\n34,1646047047,47.74314,8.99873\n35,1646047131,47.74304,8.99894\n36,1646047215,47.74315,8.99876\n37,1646047300,47.74325,8.99891\n38,1646047431,47.74406,8.99915\n39,1646047511,47.74301,8.99888\n40,1646047583,47.74308,8.99888\n41,1646047651,47.74306,8.99888\n42,1646047724,47.74339,8.99888\n43,1646047790,47.74341,8.99905\n44,1646047868,47.74310,8.99889\n45,1646047951,47.74288,8.99875\n46,1646048020,47.74279,8.99871\n47,1646048092,47.74321,8.99886\n48,1646048170,47.74311,8.99889\n49,1646048239,47.74318,8.99876\n50,1646048318,47.74317,8.99901\n51,1646048391,47.74312,8.99903\n52,1646048470,47.74316,8.99895\n53,1646048541,47.74308,8.99893\n54,1646048618,47.74301,8.99901\n55,1646048689,47.74304,8.99903\n56,1646048760,47.74309,8.99906\n57,1646048842,47.74314,8.99899\n58,1646048917,47.74323,8.99903\n59,1646048992,47.74325,8.99899\n60,1646049067,47.74308,8.99908\n61,1646049140,47.74309,8.99903\n62,1646049211,47.74309,8.99904\n63,1646049283,47.74317,8.99905\n64,1646049356,47.74308,8.99900\n65,1646049427,47.74304,8.99898\n66,1646049499,47.74308,8.99902\n67,1646049572,47.74311,8.99903\n68,1646049643,47.74307,8.99916\n69,1646049715,47.74309,8.99904\n70,1646049788,47.74314,8.99910\n71,1646049859,47.74302,8.99902\n72,1646049931,47.74320,8.99914\n73,1646050006,47.74328,8.99916\n74,1646050081,47.74320,8.99914\n75,1646050153,47.74307,8.99902\n76,1646050229,47.74315,8.99910\n77,1646050320,47.74315,8.99914\n78,1646050393,47.74330,8.99920\n79,1646050466,47.74327,8.99917\n80,1646050537,47.74317,8.99919\n81,1646050611,47.74329,8.99915\n82,1646050683,47.74320,8.99909\n83,1646050755,47.74326,8.99915\n84,1646050827,47.74309,8.99907\n85,1646050899,47.74317,8.99911\n86,1646050966,47.74301,8.99867\n87,1646051043,47.74312,8.99908\n88,1646051110,47.74304,8.99864\n89,1646051185,47.74315,8.99908\n90,1646051253,47.74309,8.99905\n91,1646051323,47.74313,8.99912\n92,1646051392,47.74304,8.99872\n93,1646051460,47.74305,8.99869\n94,1646051528,47.74295,8.99870\n95,1646051596,47.74298,8.99868\n96,1646051664,47.74296,8.99873\n97,1646051731,47.74305,8.99881\n98,1646051803,47.74307,8.99902\n99,1646051875,47.74314,8.99912\n100,1646051942,47.74253,8.99725\n101,1646052015,47.74318,8.99910\n102,1646052086,47.74311,8.99904\n103,1646052158,47.74310,8.99905\n104,1646052232,47.74327,8.99909\n105,1646052297,47.74260,8.99754\n106,1646052363,47.74272,8.99756\n107,1646052435,47.74308,8.99903\n108,1646052499,47.74263,8.99771\n109,1646052573,47.74316,8.99909\n110,1646052660,47.74310,8.99896\n111,1646052727,47.74308,8.99902\n112,1646052792,47.74293,8.99900\n113,1646052856,47.74322,8.99900\n114,1646052920,47.74301,8.99900\n115,1646052985,47.74323,8.99907\n116,1646053052,47.74301,8.99903\n117,1646053118,47.74300,8.99904\n118,1646053187,47.74288,8.99896\n119,1646053252,47.74286,8.99921\n120,1646053316,47.74283,8.99926\n121,1646053379,47.74242,8.99957\n122,1646053446,47.74267,8.99934\n123,1646053512,47.74277,8.99931\n124,1646053576,47.74293,8.99919\n125,1646053641,47.74294,8.99914\n126,1646053707,47.74320,8.99903\n127,1646053773,47.74304,8.99915\n128,1646053845,47.74325,8.99909\n129,1646053916,47.74281,8.99888\n130,1646053991,47.74305,8.99892\n131,1646054063,47.74300,8.99899\n132,1646054129,47.74294,8.99900\n133,1646054197,47.74280,8.99914\n134,1646054263,47.74294,8.99918\n135,1646054330,47.74300,8.99914\n136,1646054398,47.74294,8.99910\n137,1646054466,47.74276,8.99944\n138,1646054539,47.74300,8.99910\n139,1646054620,47.74324,8.99878\n140,1646054689,47.74294,8.99914\n141,1646054756,47.74282,8.99921\n142,1646054821,47.74291,8.99901\n143,1646054886,47.74288,8.99925\n144,1646054954,47.74302,8.99916\n145,1646055022,47.74295,8.99902\n146,1646055100,47.74298,8.99907\n147,1646055173,47.74299,8.99906\n148,1646055243,47.74296,8.99902\n149,1646055319,47.74306,8.99898\n150,1646055386,47.74305,8.99905\n151,1646055462,47.74288,8.99906\n152,1646055535,47.74305,8.99899\n153,1646055610,47.74298,8.99900\n154,1646055686,47.74298,8.99901\n155,1646055756,47.74299,8.99907\n156,1646055833,47.74291,8.99907\n157,1646055903,47.74300,8.99908\n158,1646055977,47.74297,8.99900\n159,1646056052,47.74305,8.99891\n160,1646056123,47.74297,8.99898\n161,1646056190,47.74308,8.99894\n162,1646056260,47.74299,8.99901\n163,1646056329,47.74301,8.99909\n164,1646056397,47.74301,8.99893\n165,1646056475,47.74302,8.99887\n166,1646056552,47.74300,8.99889\n167,1646056627,47.74295,8.99918\n168,1646056709,47.74293,8.99901\n169,1646056791,47.74285,8.99916\n170,1646056866,47.74293,8.99904\n171,1646056945,47.74307,8.99887\n172,1646057014,47.74325,8.99891\n173,1646057087,47.74285,8.99926\n174,1646057154,47.74289,8.99906\n175,1646057220,47.74299,8.99904\n176,1646057291,47.74296,8.99902\n177,1646057365,47.74301,8.99899\n178,1646057435,47.74316,8.99891\n179,1646057500,47.74295,8.99901\n180,1646057566,47.74305,8.99896\n181,1646057632,47.74301,8.99903\n182,1646057702,47.74303,8.99907\n183,1646057784,47.74306,8.99884\n184,1646057865,47.74274,8.99914\n185,1646057933,47.74298,8.99897\n186,1646058004,47.74276,8.99907\n187,1646058078,47.74318,8.99879\n188,1646058153,47.74335,8.99891\n189,1646058229,47.74301,8.99897\n190,1646058303,47.74337,8.99875\n191,1646058389,47.74332,8.99875\n192,1646058467,47.74325,8.99879\n193,1646058537,47.74302,8.99893\n194,1646058609,47.74325,8.99898\n195,1646058688,47.74290,8.99890\n196,1646058770,47.74309,8.99879\n197,1646058854,47.74304,8.99890\n198,1646058939,47.74332,8.99886\n199,1646059029,47.74341,8.99879\n200,1646059104,47.74326,8.99883\n201,1646059172,47.74323,8.99869\n202,1646059251,47.74320,8.99887\n203,1646059321,47.74324,8.99889\n204,1646059394,47.74310,8.99897\n205,1646059472,47.74323,8.99883\n206,1646059556,47.74305,8.99885\n207,1646059650,47.74296,8.99835\n208,1646059716,47.74299,8.99890\n209,1646059781,47.74281,8.99868\n210,1646059852,47.74310,8.99898\n211,1646059918,47.74316,8.99907\n212,1646059982,47.74313,8.99911\n213,1646060048,47.74286,8.99879\n214,1646060113,47.74292,8.99888\n215,1646060179,47.74283,8.99878\n216,1646060246,47.74325,8.99871\n217,1646060311,47.74303,8.99896\n218,1646060377,47.74284,8.99890\n219,1646060441,47.74295,8.99891\n220,1646060505,47.74294,8.99892\n221,1646060570,47.74284,8.99874\n222,1646060637,47.74307,8.99892\n223,1646060703,47.74299,8.99885\n224,1646060770,47.74308,8.99889\n225,1646060838,47.74299,8.99898\n226,1646060907,47.74304,8.99887\n227,1646060974,47.74290,8.99893\n228,1646061043,47.74294,8.99890\n229,1646061111,47.74289,8.99891\n230,1646061175,47.74303,8.99889\n231,1646061241,47.74299,8.99889\n232,1646061305,47.74295,8.99897\n233,1646061370,47.74307,8.99887\n234,1646061435,47.74305,8.99884\n235,1646061499,47.74297,8.99907\n236,1646061564,47.74302,8.99894\n237,1646061628,47.74298,8.99901\n238,1646061693,47.74292,8.99884\n239,1646061759,47.74300,8.99889\n240,1646061824,47.74305,8.99895\n241,1646061889,47.74298,8.99895\n242,1646061954,47.74300,8.99883\n243,1646062020,47.74286,8.99892\n244,1646062085,47.74292,8.99888\n245,1646062150,47.74312,8.99893\n246,1646062215,47.74298,8.99894\n247,1646062280,47.74302,8.99902\n248,1646062357,47.74305,8.99897\n249,1646062423,47.74294,8.99900\n250,1646062487,47.74299,8.99891\n251,1646062552,47.74295,8.99899\n252,1646062619,47.74299,8.99894\n253,1646062685,47.74296,8.99890\n254,1646062750,47.74306,8.99895\n255,1646062825,47.74292,8.99887\n256,1646062892,47.74293,8.99891\n257,1646062959,47.74278,8.99871\n258,1646063026,47.74299,8.99895\n259,1646063092,47.74305,8.99882\n260,1646063158,47.74311,8.99918\n261,1646063224,47.74303,8.99912\n262,1646063290,47.74297,8.99893\n263,1646063356,47.74299,8.99897\n264,1646063422,47.74302,8.99902\n265,1646063490,47.74294,8.99896\n266,1646063555,47.74300,8.99899\n267,1646063623,47.74300,8.99902\n268,1646063691,47.74294,8.99899\n269,1646063756,47.74298,8.99891\n270,1646063822,47.74301,8.99894\n271,1646063888,47.74305,8.99893\n272,1646063955,47.74290,8.99900\n273,1646064022,47.74306,8.99902\n274,1646064089,47.74310,8.99910\n275,1646064155,47.74309,8.99902\n276,1646064221,47.74307,8.99900\n277,1646064287,47.74303,8.99896\n278,1646064353,47.74305,8.99919\n279,1646064418,47.74303,8.99908\n280,1646064483,47.74292,8.99905\n281,1646064549,47.74295,8.99895\n282,1646064616,47.74288,8.99908\n283,1646064683,47.74285,8.99905\n284,1646064749,47.74295,8.99902\n285,1646064815,47.74299,8.99906\n286,1646064881,47.74293,8.99890\n287,1646064947,47.74300,8.99897\n288,1646065012,47.74294,8.99911\n289,1646065078,47.74296,8.99910\n290,1646065149,47.74306,8.99897\n291,1646065219,47.74291,8.99908\n292,1646065284,47.74283,8.99908\n293,1646065353,47.74287,8.99896\n294,1646065420,47.74291,8.99905\n295,1646065486,47.74278,8.99899\n296,1646065552,47.74280,8.99903\n297,1646065619,47.74282,8.99906\n298,1646065685,47.74282,8.99907\n299,1646065752,47.74285,8.99918\n300,1646065817,47.74303,8.99898\n301,1646065884,47.74289,8.99902\n302,1646065951,47.74257,8.99938\n303,1646066017,47.74303,8.99894\n304,1646066083,47.74279,8.99921\n305,1646066151,47.74271,8.99918\n306,1646066219,47.74276,8.99911\n307,1646066285,47.74276,8.99913\n308,1646066351,47.74291,8.99900\n309,1646066418,47.74287,8.99921\n310,1646066515,47.74302,8.99912\n311,1646066587,47.74299,8.99898\n312,1646066659,47.74314,8.99902\n313,1646066728,47.74318,8.99887\n314,1646066793,47.74331,8.99890\n315,1646066862,47.74317,8.99888\n316,1646066932,47.74287,8.99912\n317,1646067003,47.74287,8.99908\n318,1646067075,47.74252,8.99952\n319,1646067147,47.74286,8.99902\n320,1646067213,47.74346,8.99901\n321,1646067278,47.74315,8.99893\n322,1646067355,47.74307,8.99900\n323,1646067423,47.74300,8.99912\n324,1646067490,47.74296,8.99900\n325,1646067555,47.74277,8.99948\n326,1646067619,47.74317,8.99894\n327,1646067683,47.74236,8.99965\n328,1646067758,47.74312,8.99895\n329,1646067830,47.74313,8.99896\n330,1646067901,47.74307,8.99902\n331,1646067973,47.74304,8.99895\n332,1646068044,47.74299,8.99907\n333,1646068118,47.74311,8.99902\n334,1646068192,47.74317,8.99880\n335,1646068267,47.74310,8.99902\n336,1646068339,47.74311,8.99907\n337,1646068411,47.74309,8.99903\n338,1646068481,47.74315,8.99881\n339,1646068546,47.74318,8.99884\n340,1646068616,47.74299,8.99907\n341,1646068682,47.74430,8.99718\n342,1646068760,47.74313,8.99902\n343,1646068831,47.74311,8.99893\n344,1646068897,47.74316,8.99883\n345,1646068962,47.74321,8.99895\n346,1646069036,47.74308,8.99900\n347,1646069105,47.74308,8.99898\n348,1646069174,47.74318,8.99877\n349,1646069252,47.74309,8.99889\n350,1646069319,47.74310,8.99884\n351,1646069395,47.74304,8.99904\n352,1646069468,47.74320,8.99881\n353,1646069535,47.74315,8.99878\n354,1646069609,47.74315,8.99883\n355,1646069683,47.74313,8.99899\n356,1646069755,47.74321,8.99909\n357,1646069834,47.74315,8.99877\n358,1646069902,47.74322,8.99888\n359,1646069974,47.74306,8.99885\n360,1646070052,47.74311,8.99896\n361,1646070127,47.74314,8.99885\n362,1646070205,47.74322,8.99904\n363,1646070279,47.74307,8.99896\n364,1646070355,47.74306,8.99893\n365,1646070427,47.74308,8.99919\n366,1646070499,47.74311,8.99892\n367,1646070571,47.74304,8.99912\n368,1646070651,47.74290,8.99917\n369,1646070727,47.74282,8.99960\n370,1646070808,47.74319,8.99873\n371,1646070891,47.74306,8.99902\n372,1646070990,47.74305,8.99904\n***END MEMORY***\nV108, ID: 30-5526, 3518mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 60 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220301_300s_Interval_94_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646119862,47.74306,8.99892\n2,1646120169,47.74289,8.99915\n3,1646120477,47.74309,8.99887\n4,1646120784,47.74324,8.99875\n5,1646121093,47.74394,8.99811\n6,1646121409,47.74301,8.99893\n7,1646121728,47.74287,8.99897\n8,1646122046,47.74301,8.99900\n9,1646122363,47.74297,8.99902\n10,1646122677,47.74300,8.99898\n11,1646122993,47.74306,8.99895\n12,1646123311,47.74298,8.99897\n13,1646123630,47.74304,8.99894\n14,1646123945,47.74308,8.99893\n15,1646124253,47.74300,8.99890\n16,1646124572,47.74299,8.99891\n17,1646124912,47.74303,8.99892\n18,1646125225,47.74299,8.99900\n19,1646125539,47.74303,8.99890\n20,1646125857,47.74303,8.99902\n21,1646126175,47.74305,8.99896\n22,1646126491,47.74310,8.99900\n23,1646126821,47.74310,8.99899\n24,1646127127,47.74311,8.99898\n25,1646127434,47.74295,8.99892\n26,1646127753,47.74306,8.99898\n27,1646128065,47.74298,8.99902\n28,1646128372,47.74302,8.99899\n29,1646128703,47.74297,8.99898\n30,1646129007,47.74300,8.99908\n31,1646129319,47.74309,8.99901\n32,1646129659,47.74312,8.99882\n33,1646129979,47.74295,8.99900\n34,1646130294,47.74317,8.99884\n35,1646130607,47.74295,8.99903\n36,1646130920,47.74301,8.99898\n37,1646131244,47.74309,8.99891\n38,1646131591,47.74300,8.99903\n39,1646131903,47.74302,8.99903\n40,1646132221,47.74303,8.99895\n41,1646132537,47.74312,8.99902\n42,1646132855,47.74308,8.99894\n43,1646133170,47.74291,8.99871\n44,1646133519,47.74310,8.99891\n45,1646133935,47.74305,8.99902\n46,1646134239,47.74335,8.99900\n47,1646134552,47.74321,8.99900\n48,1646134863,47.74330,8.99915\n49,1646135175,47.74309,8.99913\n50,1646135485,47.74307,8.99901\n51,1646135798,47.74307,8.99906\n52,1646136110,47.74304,8.99903\n53,1646136450,47.74309,8.99902\n54,1646136764,47.74317,8.99923\n55,1646137075,47.74309,8.99902\n56,1646137381,47.74310,8.99903\n57,1646137693,47.74322,8.99918\n58,1646138005,47.74313,8.99907\n59,1646138317,47.74318,8.99909\n60,1646138635,47.74313,8.99908\n61,1646138970,47.74290,8.99904\n62,1646148742,47.74305,8.99900\n63,1646149047,47.74295,8.99897\n64,1646149352,47.74286,8.99875\n65,1646149660,47.74295,8.99899\n66,1646149965,47.74296,8.99871\n67,1646150274,47.74296,8.99906\n68,1646150579,47.74287,8.99888\n69,1646150886,47.74308,8.99901\n70,1646151194,47.74313,8.99905\n71,1646151501,47.74311,8.99909\n72,1646151813,47.74296,8.99892\n73,1646152120,47.74292,8.99905\n74,1646152427,47.74280,8.99921\n75,1646152741,47.74307,8.99912\n76,1646153053,47.74295,8.99897\n77,1646153361,47.74317,8.99885\n78,1646153674,47.74286,8.99919\n79,1646153984,47.74319,8.99899\n80,1646154301,47.74309,8.99899\n81,1646154619,47.74313,8.99904\n82,1646154937,47.74316,8.99897\n83,1646155248,47.74304,8.99901\n84,1646155561,47.74302,8.99903\n85,1646155873,47.74293,8.99938\n86,1646156186,47.74313,8.99904\n87,1646156499,47.74289,8.99927\n88,1646156811,47.74289,8.99940\n89,1646157129,47.74293,8.99938\n90,1646157439,47.74287,8.99941\n91,1646157758,47.74310,8.99911\n92,1646158068,47.74302,8.99915\n93,1646158380,47.74298,8.99933\n94,1646158692,47.74304,8.99917"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220301_300s_Interval_94_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 69, TOs: 0/0, ErrorsOrGF: 1, TTFF: 86\nFixes: 94, Avg. time to fix: 14 s, Avg. HDOP (x10): 17\n\ncount,timestamp,lat,lon\n1,1646119862,47.74306,8.99892\n2,1646120169,47.74289,8.99915\n3,1646120477,47.74309,8.99887\n4,1646120784,47.74324,8.99875\n5,1646121093,47.74394,8.99811\n6,1646121409,47.74301,8.99893\n7,1646121728,47.74287,8.99897\n8,1646122046,47.74301,8.99900\n9,1646122363,47.74297,8.99902\n10,1646122677,47.74300,8.99898\n11,1646122993,47.74306,8.99895\n12,1646123311,47.74298,8.99897\n13,1646123630,47.74304,8.99894\n14,1646123945,47.74308,8.99893\n15,1646124253,47.74300,8.99890\n16,1646124572,47.74299,8.99891\n17,1646124912,47.74303,8.99892\n18,1646125225,47.74299,8.99900\n19,1646125539,47.74303,8.99890\n20,1646125857,47.74303,8.99902\n21,1646126175,47.74305,8.99896\n22,1646126491,47.74310,8.99900\n23,1646126821,47.74310,8.99899\n24,1646127127,47.74311,8.99898\n25,1646127434,47.74295,8.99892\n26,1646127753,47.74306,8.99898\n27,1646128065,47.74298,8.99902\n28,1646128372,47.74302,8.99899\n29,1646128703,47.74297,8.99898\n30,1646129007,47.74300,8.99908\n31,1646129319,47.74309,8.99901\n32,1646129659,47.74312,8.99882\n33,1646129979,47.74295,8.99900\n34,1646130294,47.74317,8.99884\n35,1646130607,47.74295,8.99903\n36,1646130920,47.74301,8.99898\n37,1646131244,47.74309,8.99891\n38,1646131591,47.74300,8.99903\n39,1646131903,47.74302,8.99903\n40,1646132221,47.74303,8.99895\n41,1646132537,47.74312,8.99902\n42,1646132855,47.74308,8.99894\n43,1646133170,47.74291,8.99871\n44,1646133519,47.74310,8.99891\n45,1646133935,47.74305,8.99902\n46,1646134239,47.74335,8.99900\n47,1646134552,47.74321,8.99900\n48,1646134863,47.74330,8.99915\n49,1646135175,47.74309,8.99913\n50,1646135485,47.74307,8.99901\n51,1646135798,47.74307,8.99906\n52,1646136110,47.74304,8.99903\n53,1646136450,47.74309,8.99902\n54,1646136764,47.74317,8.99923\n55,1646137075,47.74309,8.99902\n56,1646137381,47.74310,8.99903\n57,1646137693,47.74322,8.99918\n58,1646138005,47.74313,8.99907\n59,1646138317,47.74318,8.99909\n60,1646138635,47.74313,8.99908\n61,1646138970,47.74290,8.99904\n62,1646148742,47.74305,8.99900\n63,1646149047,47.74295,8.99897\n64,1646149352,47.74286,8.99875\n65,1646149660,47.74295,8.99899\n66,1646149965,47.74296,8.99871\n67,1646150274,47.74296,8.99906\n68,1646150579,47.74287,8.99888\n69,1646150886,47.74308,8.99901\n70,1646151194,47.74313,8.99905\n71,1646151501,47.74311,8.99909\n72,1646151813,47.74296,8.99892\n73,1646152120,47.74292,8.99905\n74,1646152427,47.74280,8.99921\n75,1646152741,47.74307,8.99912\n76,1646153053,47.74295,8.99897\n77,1646153361,47.74317,8.99885\n78,1646153674,47.74286,8.99919\n79,1646153984,47.74319,8.99899\n80,1646154301,47.74309,8.99899\n81,1646154619,47.74313,8.99904\n82,1646154937,47.74316,8.99897\n83,1646155248,47.74304,8.99901\n84,1646155561,47.74302,8.99903\n85,1646155873,47.74293,8.99938\n86,1646156186,47.74313,8.99904\n87,1646156499,47.74289,8.99927\n88,1646156811,47.74289,8.99940\n89,1646157129,47.74293,8.99938\n90,1646157439,47.74287,8.99941\n91,1646157758,47.74310,8.99911\n92,1646158068,47.74302,8.99915\n93,1646158380,47.74298,8.99933\n94,1646158692,47.74304,8.99917\n***END MEMORY***\nV108, ID: 30-5526, 3410mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 300 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220302_300s_Interval_283_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646204183,47.74303,8.99891\n2,1646204488,47.74327,8.99868\n3,1646204797,47.74311,8.99894\n4,1646205109,47.74288,8.99888\n5,1646205419,47.74297,8.99893\n6,1646205728,47.74311,8.99886\n7,1646206038,47.74321,8.99894\n8,1646206348,47.74319,8.99883\n9,1646206660,47.74325,8.99877\n10,1646206972,47.74290,8.99899\n11,1646207289,47.74307,8.99893\n12,1646207606,47.74299,8.99893\n13,1646207923,47.74300,8.99894\n14,1646208241,47.74294,8.99903\n15,1646208549,47.74253,8.99939\n16,1646208859,47.74316,8.99865\n17,1646209167,47.74321,8.99871\n18,1646209475,47.74305,8.99888\n19,1646209789,47.74304,8.99891\n20,1646210099,47.74319,8.99895\n21,1646210407,47.74311,8.99880\n22,1646210738,47.74298,8.99888\n23,1646211090,47.74298,8.99895\n24,1646211404,47.74301,8.99893\n25,1646211716,47.74293,8.99891\n26,1646212033,47.74300,8.99897\n27,1646212351,47.74300,8.99901\n28,1646212673,47.74301,8.99892\n29,1646212987,47.74309,8.99908\n30,1646213306,47.74304,8.99900\n31,1646213618,47.74295,8.99887\n32,1646213935,47.74308,8.99913\n33,1646214248,47.74297,8.99885\n34,1646214559,47.74301,8.99904\n35,1646214874,47.74298,8.99886\n36,1646215190,47.74298,8.99892\n37,1646215508,47.74302,8.99902\n38,1646215849,47.74299,8.99897\n39,1646216161,47.74303,8.99901\n40,1646216473,47.74303,8.99900\n41,1646216786,47.74302,8.99898\n42,1646217097,47.74301,8.99898\n43,1646217409,47.74302,8.99895\n44,1646217721,47.74298,8.99898\n45,1646218034,47.74293,8.99902\n46,1646218358,47.74327,8.99884\n47,1646218662,47.74334,8.99890\n48,1646218970,47.74294,8.99914\n49,1646219281,47.74304,8.99891\n50,1646219599,47.74308,8.99896\n51,1646219929,47.74300,8.99888\n52,1646220278,47.74325,8.99892\n53,1646220600,47.74288,8.99873\n54,1646220917,47.74329,8.99919\n55,1646221232,47.74310,8.99895\n56,1646221543,47.74310,8.99898\n57,1646221855,47.74310,8.99904\n58,1646222167,47.74296,8.99891\n59,1646222481,47.74313,8.99907\n60,1646222820,47.74306,8.99899\n61,1646223124,47.74308,8.99901\n62,1646223428,47.74311,8.99909\n63,1646223731,47.74278,8.99896\n64,1646224035,47.74317,8.99909\n65,1646224340,47.74301,8.99896\n66,1646224644,47.74310,8.99919\n67,1646224949,47.74304,8.99900\n68,1646225252,47.74308,8.99899\n69,1646225557,47.74272,8.99932\n70,1646225862,47.74280,8.99932\n71,1646226175,47.74301,8.99911\n72,1646226496,47.74284,8.99917\n73,1646226801,47.74282,8.99909\n74,1646227107,47.74322,8.99897\n75,1646227428,47.74299,8.99901\n76,1646227742,47.74298,8.99895\n77,1646228049,47.74308,8.99898\n78,1646228368,47.74304,8.99892\n79,1646228678,47.74293,8.99915\n80,1646229001,47.74296,8.99903\n81,1646229306,47.74296,8.99903\n82,1646229612,47.74302,8.99902\n83,1646229918,47.74312,8.99885\n84,1646230226,47.74300,8.99909\n85,1646230536,47.74307,8.99883\n86,1646230843,47.74293,8.99908\n87,1646231188,47.74281,8.99883\n88,1646231503,47.74308,8.99890\n89,1646231819,47.74329,8.99893\n90,1646232133,47.74300,8.99890\n91,1646232447,47.74306,8.99881\n92,1646232761,47.74278,8.99952\n93,1646233077,47.74301,8.99895\n94,1646233401,47.74302,8.99893\n95,1646233719,47.74309,8.99888\n96,1646234058,47.74295,8.99891\n97,1646234371,47.74300,8.99896\n98,1646234683,47.74298,8.99901\n99,1646235001,47.74290,8.99900\n100,1646235313,47.74375,8.99843\n101,1646235631,47.74277,8.99916\n102,1646235944,47.74330,8.99879\n103,1646236265,47.74249,8.99933\n104,1646236575,47.74313,8.99890\n105,1646236914,47.74307,8.99900\n106,1646237222,47.74324,8.99878\n107,1646237559,47.74301,8.99896\n108,1646237881,47.74298,8.99897\n109,1646238199,47.74285,8.99906\n110,1646238518,47.74299,8.99900\n111,1646238827,47.74304,8.99901\n112,1646239141,47.74299,8.99903\n113,1646239459,47.74293,8.99907\n114,1646239778,47.74297,8.99906\n115,1646240095,47.74292,8.99896\n116,1646240414,47.74309,8.99906\n117,1646240733,47.74302,8.99898\n118,1646241050,47.74299,8.99907\n119,1646241371,47.74332,8.99930\n120,1646241686,47.74338,8.99932\n121,1646242004,47.74330,8.99925\n122,1646242321,47.74330,8.99915\n123,1646242639,47.74319,8.99913\n124,1646242957,47.74307,8.99910\n125,1646243303,47.74306,8.99901\n126,1646243612,47.74297,8.99901\n127,1646243924,47.74312,8.99900\n128,1646244233,47.74308,8.99895\n129,1646244542,47.74298,8.99908\n130,1646244850,47.74313,8.99898\n131,1646245159,47.74306,8.99897\n132,1646245469,47.74312,8.99904\n133,1646245779,47.74312,8.99899\n134,1646246088,47.74288,8.99915\n135,1646246397,47.74303,8.99898\n136,1646246707,47.74303,8.99900\n137,1646247017,47.74303,8.99895\n138,1646247328,47.74312,8.99915\n139,1646247639,47.74312,8.99894\n140,1646247951,47.74302,8.99906\n141,1646248267,47.74308,8.99886\n142,1646248586,47.74306,8.99884\n143,1646248903,47.74307,8.99887\n144,1646249223,47.74311,8.99876\n145,1646249547,47.74307,8.99885\n146,1646249881,47.74303,8.99900\n147,1646250190,47.74296,8.99906\n148,1646250497,47.74261,8.99933\n149,1646250810,47.74287,8.99895\n150,1646251124,47.74277,8.99923\n151,1646251435,47.74279,8.99925\n152,1646251744,47.74295,8.99897\n153,1646252062,47.74274,8.99882\n154,1646252372,47.74301,8.99889\n155,1646252682,47.74304,8.99891\n156,1646252992,47.74296,8.99895\n157,1646253301,47.74302,8.99903\n158,1646253609,47.74310,8.99912\n159,1646253918,47.74298,8.99913\n160,1646254228,47.74297,8.99898\n161,1646254539,47.74300,8.99894\n162,1646254848,47.74301,8.99866\n163,1646255158,47.74310,8.99894\n164,1646255468,47.74305,8.99917\n165,1646255779,47.74291,8.99875\n166,1646256090,47.74298,8.99834\n167,1646256416,47.74327,8.99791\n168,1646256726,47.74295,8.99829\n169,1646257038,47.74294,8.99868\n170,1646257354,47.74292,8.99862\n171,1646257667,47.74281,8.99830\n172,1646258017,47.74299,8.99932\n173,1646258325,47.74273,8.99893\n174,1646258634,47.74272,8.99896\n175,1646258943,47.74294,8.99925\n176,1646259253,47.74271,8.99900\n177,1646259563,47.74274,8.99895\n178,1646259876,47.74269,8.99905\n179,1646260187,47.74265,8.99917\n180,1646260497,47.74264,8.99907\n181,1646260809,47.74262,8.99920\n182,1646261150,47.74306,8.99895\n183,1646261461,47.74315,8.99885\n184,1646261771,47.74306,8.99895\n185,1646262079,47.74289,8.99912\n186,1646262387,47.74262,8.99955\n187,1646262695,47.74273,8.99936\n188,1646263008,47.74312,8.99804\n189,1646263318,47.74326,8.99841\n190,1646263636,47.74261,8.99864\n191,1646263949,47.74305,8.99893\n192,1646264261,47.74299,8.99895\n193,1646264582,47.74301,8.99901\n194,1646264899,47.74301,8.99906\n195,1646265217,47.74300,8.99900\n196,1646265536,47.74266,8.99870\n197,1646265853,47.74314,8.99897\n198,1646266176,47.74268,8.99902\n199,1646266492,47.74433,8.99859\n200,1646266813,47.74263,8.99884\n201,1646267131,47.74262,8.99884\n202,1646267450,47.74258,8.99892\n203,1646267762,47.74329,8.99880\n204,1646268080,47.74267,8.99892\n205,1646268399,47.74266,8.99902\n206,1646268716,47.74256,8.99895\n207,1646269035,47.74261,8.99900\n208,1646269352,47.74231,8.99889\n209,1646269664,47.74316,8.99870\n210,1646269984,47.74238,8.99907\n211,1646270328,47.74296,8.99892\n212,1646270637,47.74304,8.99891\n213,1646270946,47.74307,8.99902\n214,1646271255,47.74298,8.99892\n215,1646271563,47.74306,8.99886\n216,1646271875,47.74304,8.99888\n217,1646272184,47.74292,8.99889\n218,1646272493,47.74306,8.99886\n219,1646272801,47.74298,8.99868\n220,1646273110,47.74297,8.99908\n221,1646273419,47.74307,8.99882\n222,1646273729,47.74298,8.99897\n223,1646274044,47.74285,8.99893\n224,1646274357,47.74279,8.99886\n225,1646274672,47.74335,8.99893\n226,1646274985,47.74326,8.99884\n227,1646275297,47.74290,8.99899\n228,1646275610,47.74309,8.99890\n229,1646275928,47.74313,8.99883\n230,1646276237,47.74312,8.99875\n231,1646276549,47.74333,8.99869\n232,1646276860,47.74303,8.99901\n233,1646277176,47.74304,8.99900\n234,1646277487,47.74334,8.99865\n235,1646277808,47.74395,8.99791\n236,1646278118,47.74334,8.99858\n237,1646278439,47.74324,8.99815\n238,1646278759,47.74323,8.99776\n239,1646279071,47.74342,8.99861\n240,1646279383,47.74337,8.99859\n241,1646279695,47.74338,8.99858\n242,1646280008,47.74341,8.99855\n243,1646280319,47.74339,8.99864\n244,1646280631,47.74341,8.99883\n245,1646280942,47.74343,8.99865\n246,1646281254,47.74341,8.99886\n247,1646281567,47.74345,8.99889\n248,1646281879,47.74345,8.99887\n249,1646282190,47.74341,8.99881\n250,1646282513,47.74352,8.99888\n251,1646282825,47.74345,8.99879\n252,1646283138,47.74339,8.99875\n253,1646283451,47.74356,8.99870\n254,1646283765,47.74346,8.99859\n255,1646284079,47.74352,8.99867\n256,1646284393,47.74329,8.99832\n257,1646284712,47.74352,8.99862\n258,1646285025,47.74342,8.99854\n259,1646285344,47.74335,8.99863\n260,1646285659,47.74344,8.99861\n261,1646285974,47.74316,8.99843\n262,1646286292,47.74363,8.99877\n263,1646286612,47.74355,8.99874\n264,1646286930,47.74350,8.99875\n265,1646287261,47.74307,8.99889\n266,1646287576,47.74295,8.99891\n267,1646287887,47.74310,8.99878\n268,1646288202,47.74302,8.99897\n269,1646288516,47.74374,8.99803\n270,1646288830,47.74317,8.99884\n271,1646289143,47.74317,8.99869\n272,1646289456,47.74313,8.99903\n273,1646289765,47.74266,8.99938\n274,1646290078,47.74309,8.99887\n275,1646290391,47.74300,8.99893\n276,1646290704,47.74301,8.99889\n277,1646291054,47.74331,8.99899\n278,1646291440,47.74305,8.99918\n279,1646291767,47.74270,8.99986\n280,1646292137,47.74307,8.99920\n281,1646292480,47.74314,8.99899\n282,1646292818,47.74300,8.99910\n283,1646293274,47.74303,8.99938"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220302_300s_Interval_283_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 0, TOs: 0/1, ErrorsOrGF: 0, TTFF: 79\nFixes: 283, Avg. time to fix: 12 s, Avg. HDOP (x10): 16\n\ncount,timestamp,lat,lon\n1,1646204183,47.74303,8.99891\n2,1646204488,47.74327,8.99868\n3,1646204797,47.74311,8.99894\n4,1646205109,47.74288,8.99888\n5,1646205419,47.74297,8.99893\n6,1646205728,47.74311,8.99886\n7,1646206038,47.74321,8.99894\n8,1646206348,47.74319,8.99883\n9,1646206660,47.74325,8.99877\n10,1646206972,47.74290,8.99899\n11,1646207289,47.74307,8.99893\n12,1646207606,47.74299,8.99893\n13,1646207923,47.74300,8.99894\n14,1646208241,47.74294,8.99903\n15,1646208549,47.74253,8.99939\n16,1646208859,47.74316,8.99865\n17,1646209167,47.74321,8.99871\n18,1646209475,47.74305,8.99888\n19,1646209789,47.74304,8.99891\n20,1646210099,47.74319,8.99895\n21,1646210407,47.74311,8.99880\n22,1646210738,47.74298,8.99888\n23,1646211090,47.74298,8.99895\n24,1646211404,47.74301,8.99893\n25,1646211716,47.74293,8.99891\n26,1646212033,47.74300,8.99897\n27,1646212351,47.74300,8.99901\n28,1646212673,47.74301,8.99892\n29,1646212987,47.74309,8.99908\n30,1646213306,47.74304,8.99900\n31,1646213618,47.74295,8.99887\n32,1646213935,47.74308,8.99913\n33,1646214248,47.74297,8.99885\n34,1646214559,47.74301,8.99904\n35,1646214874,47.74298,8.99886\n36,1646215190,47.74298,8.99892\n37,1646215508,47.74302,8.99902\n38,1646215849,47.74299,8.99897\n39,1646216161,47.74303,8.99901\n40,1646216473,47.74303,8.99900\n41,1646216786,47.74302,8.99898\n42,1646217097,47.74301,8.99898\n43,1646217409,47.74302,8.99895\n44,1646217721,47.74298,8.99898\n45,1646218034,47.74293,8.99902\n46,1646218358,47.74327,8.99884\n47,1646218662,47.74334,8.99890\n48,1646218970,47.74294,8.99914\n49,1646219281,47.74304,8.99891\n50,1646219599,47.74308,8.99896\n51,1646219929,47.74300,8.99888\n52,1646220278,47.74325,8.99892\n53,1646220600,47.74288,8.99873\n54,1646220917,47.74329,8.99919\n55,1646221232,47.74310,8.99895\n56,1646221543,47.74310,8.99898\n57,1646221855,47.74310,8.99904\n58,1646222167,47.74296,8.99891\n59,1646222481,47.74313,8.99907\n60,1646222820,47.74306,8.99899\n61,1646223124,47.74308,8.99901\n62,1646223428,47.74311,8.99909\n63,1646223731,47.74278,8.99896\n64,1646224035,47.74317,8.99909\n65,1646224340,47.74301,8.99896\n66,1646224644,47.74310,8.99919\n67,1646224949,47.74304,8.99900\n68,1646225252,47.74308,8.99899\n69,1646225557,47.74272,8.99932\n70,1646225862,47.74280,8.99932\n71,1646226175,47.74301,8.99911\n72,1646226496,47.74284,8.99917\n73,1646226801,47.74282,8.99909\n74,1646227107,47.74322,8.99897\n75,1646227428,47.74299,8.99901\n76,1646227742,47.74298,8.99895\n77,1646228049,47.74308,8.99898\n78,1646228368,47.74304,8.99892\n79,1646228678,47.74293,8.99915\n80,1646229001,47.74296,8.99903\n81,1646229306,47.74296,8.99903\n82,1646229612,47.74302,8.99902\n83,1646229918,47.74312,8.99885\n84,1646230226,47.74300,8.99909\n85,1646230536,47.74307,8.99883\n86,1646230843,47.74293,8.99908\n87,1646231188,47.74281,8.99883\n88,1646231503,47.74308,8.99890\n89,1646231819,47.74329,8.99893\n90,1646232133,47.74300,8.99890\n91,1646232447,47.74306,8.99881\n92,1646232761,47.74278,8.99952\n93,1646233077,47.74301,8.99895\n94,1646233401,47.74302,8.99893\n95,1646233719,47.74309,8.99888\n96,1646234058,47.74295,8.99891\n97,1646234371,47.74300,8.99896\n98,1646234683,47.74298,8.99901\n99,1646235001,47.74290,8.99900\n100,1646235313,47.74375,8.99843\n101,1646235631,47.74277,8.99916\n102,1646235944,47.74330,8.99879\n103,1646236265,47.74249,8.99933\n104,1646236575,47.74313,8.99890\n105,1646236914,47.74307,8.99900\n106,1646237222,47.74324,8.99878\n107,1646237559,47.74301,8.99896\n108,1646237881,47.74298,8.99897\n109,1646238199,47.74285,8.99906\n110,1646238518,47.74299,8.99900\n111,1646238827,47.74304,8.99901\n112,1646239141,47.74299,8.99903\n113,1646239459,47.74293,8.99907\n114,1646239778,47.74297,8.99906\n115,1646240095,47.74292,8.99896\n116,1646240414,47.74309,8.99906\n117,1646240733,47.74302,8.99898\n118,1646241050,47.74299,8.99907\n119,1646241371,47.74332,8.99930\n120,1646241686,47.74338,8.99932\n121,1646242004,47.74330,8.99925\n122,1646242321,47.74330,8.99915\n123,1646242639,47.74319,8.99913\n124,1646242957,47.74307,8.99910\n125,1646243303,47.74306,8.99901\n126,1646243612,47.74297,8.99901\n127,1646243924,47.74312,8.99900\n128,1646244233,47.74308,8.99895\n129,1646244542,47.74298,8.99908\n130,1646244850,47.74313,8.99898\n131,1646245159,47.74306,8.99897\n132,1646245469,47.74312,8.99904\n133,1646245779,47.74312,8.99899\n134,1646246088,47.74288,8.99915\n135,1646246397,47.74303,8.99898\n136,1646246707,47.74303,8.99900\n137,1646247017,47.74303,8.99895\n138,1646247328,47.74312,8.99915\n139,1646247639,47.74312,8.99894\n140,1646247951,47.74302,8.99906\n141,1646248267,47.74308,8.99886\n142,1646248586,47.74306,8.99884\n143,1646248903,47.74307,8.99887\n144,1646249223,47.74311,8.99876\n145,1646249547,47.74307,8.99885\n146,1646249881,47.74303,8.99900\n147,1646250190,47.74296,8.99906\n148,1646250497,47.74261,8.99933\n149,1646250810,47.74287,8.99895\n150,1646251124,47.74277,8.99923\n151,1646251435,47.74279,8.99925\n152,1646251744,47.74295,8.99897\n153,1646252062,47.74274,8.99882\n154,1646252372,47.74301,8.99889\n155,1646252682,47.74304,8.99891\n156,1646252992,47.74296,8.99895\n157,1646253301,47.74302,8.99903\n158,1646253609,47.74310,8.99912\n159,1646253918,47.74298,8.99913\n160,1646254228,47.74297,8.99898\n161,1646254539,47.74300,8.99894\n162,1646254848,47.74301,8.99866\n163,1646255158,47.74310,8.99894\n164,1646255468,47.74305,8.99917\n165,1646255779,47.74291,8.99875\n166,1646256090,47.74298,8.99834\n167,1646256416,47.74327,8.99791\n168,1646256726,47.74295,8.99829\n169,1646257038,47.74294,8.99868\n170,1646257354,47.74292,8.99862\n171,1646257667,47.74281,8.99830\n172,1646258017,47.74299,8.99932\n173,1646258325,47.74273,8.99893\n174,1646258634,47.74272,8.99896\n175,1646258943,47.74294,8.99925\n176,1646259253,47.74271,8.99900\n177,1646259563,47.74274,8.99895\n178,1646259876,47.74269,8.99905\n179,1646260187,47.74265,8.99917\n180,1646260497,47.74264,8.99907\n181,1646260809,47.74262,8.99920\n182,1646261150,47.74306,8.99895\n183,1646261461,47.74315,8.99885\n184,1646261771,47.74306,8.99895\n185,1646262079,47.74289,8.99912\n186,1646262387,47.74262,8.99955\n187,1646262695,47.74273,8.99936\n188,1646263008,47.74312,8.99804\n189,1646263318,47.74326,8.99841\n190,1646263636,47.74261,8.99864\n191,1646263949,47.74305,8.99893\n192,1646264261,47.74299,8.99895\n193,1646264582,47.74301,8.99901\n194,1646264899,47.74301,8.99906\n195,1646265217,47.74300,8.99900\n196,1646265536,47.74266,8.99870\n197,1646265853,47.74314,8.99897\n198,1646266176,47.74268,8.99902\n199,1646266492,47.74433,8.99859\n200,1646266813,47.74263,8.99884\n201,1646267131,47.74262,8.99884\n202,1646267450,47.74258,8.99892\n203,1646267762,47.74329,8.99880\n204,1646268080,47.74267,8.99892\n205,1646268399,47.74266,8.99902\n206,1646268716,47.74256,8.99895\n207,1646269035,47.74261,8.99900\n208,1646269352,47.74231,8.99889\n209,1646269664,47.74316,8.99870\n210,1646269984,47.74238,8.99907\n211,1646270328,47.74296,8.99892\n212,1646270637,47.74304,8.99891\n213,1646270946,47.74307,8.99902\n214,1646271255,47.74298,8.99892\n215,1646271563,47.74306,8.99886\n216,1646271875,47.74304,8.99888\n217,1646272184,47.74292,8.99889\n218,1646272493,47.74306,8.99886\n219,1646272801,47.74298,8.99868\n220,1646273110,47.74297,8.99908\n221,1646273419,47.74307,8.99882\n222,1646273729,47.74298,8.99897\n223,1646274044,47.74285,8.99893\n224,1646274357,47.74279,8.99886\n225,1646274672,47.74335,8.99893\n226,1646274985,47.74326,8.99884\n227,1646275297,47.74290,8.99899\n228,1646275610,47.74309,8.99890\n229,1646275928,47.74313,8.99883\n230,1646276237,47.74312,8.99875\n231,1646276549,47.74333,8.99869\n232,1646276860,47.74303,8.99901\n233,1646277176,47.74304,8.99900\n234,1646277487,47.74334,8.99865\n235,1646277808,47.74395,8.99791\n236,1646278118,47.74334,8.99858\n237,1646278439,47.74324,8.99815\n238,1646278759,47.74323,8.99776\n239,1646279071,47.74342,8.99861\n240,1646279383,47.74337,8.99859\n241,1646279695,47.74338,8.99858\n242,1646280008,47.74341,8.99855\n243,1646280319,47.74339,8.99864\n244,1646280631,47.74341,8.99883\n245,1646280942,47.74343,8.99865\n246,1646281254,47.74341,8.99886\n247,1646281567,47.74345,8.99889\n248,1646281879,47.74345,8.99887\n249,1646282190,47.74341,8.99881\n250,1646282513,47.74352,8.99888\n251,1646282825,47.74345,8.99879\n252,1646283138,47.74339,8.99875\n253,1646283451,47.74356,8.99870\n254,1646283765,47.74346,8.99859\n255,1646284079,47.74352,8.99867\n256,1646284393,47.74329,8.99832\n257,1646284712,47.74352,8.99862\n258,1646285025,47.74342,8.99854\n259,1646285344,47.74335,8.99863\n260,1646285659,47.74344,8.99861\n261,1646285974,47.74316,8.99843\n262,1646286292,47.74363,8.99877\n263,1646286612,47.74355,8.99874\n264,1646286930,47.74350,8.99875\n265,1646287261,47.74307,8.99889\n266,1646287576,47.74295,8.99891\n267,1646287887,47.74310,8.99878\n268,1646288202,47.74302,8.99897\n269,1646288516,47.74374,8.99803\n270,1646288830,47.74317,8.99884\n271,1646289143,47.74317,8.99869\n272,1646289456,47.74313,8.99903\n273,1646289765,47.74266,8.99938\n274,1646290078,47.74309,8.99887\n275,1646290391,47.74300,8.99893\n276,1646290704,47.74301,8.99889\n277,1646291054,47.74331,8.99899\n278,1646291440,47.74305,8.99918\n279,1646291767,47.74270,8.99986\n280,1646292137,47.74307,8.99920\n281,1646292480,47.74314,8.99899\n282,1646292818,47.74300,8.99910\n283,1646293274,47.74303,8.99938\n***END MEMORY***\nV108, ID: 30-5526, 3823mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 300 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220304_300s_Interval_153_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646302790,47.74299,8.99894\n2,1646303092,47.74292,8.99890\n3,1646303395,47.74292,8.99896\n4,1646303702,47.74304,8.99896\n5,1646304009,47.74297,8.99907\n6,1646304314,47.74289,8.99911\n7,1646304642,47.74316,8.99892\n8,1646304944,47.74301,8.99886\n9,1646305250,47.74301,8.99939\n10,1646305563,47.74309,8.99885\n11,1646305906,47.74309,8.99900\n12,1646306261,47.74252,8.99847\n13,1646306591,47.74310,8.99889\n14,1646306905,47.74312,8.99903\n15,1646307240,47.74318,8.99904\n16,1646307549,47.74309,8.99915\n17,1646307855,47.74308,8.99909\n18,1646308157,47.74305,8.99898\n19,1646308465,47.74310,8.99906\n20,1646308786,47.74328,8.99914\n21,1646309095,47.74305,8.99909\n22,1646309407,47.74307,8.99903\n23,1646309719,47.74308,8.99908\n24,1646310031,47.74309,8.99900\n25,1646310360,47.74310,8.99903\n26,1646310661,47.74305,8.99907\n27,1646310964,47.74316,8.99919\n28,1646311267,47.74279,8.99887\n29,1646311569,47.74293,8.99887\n30,1646311871,47.74315,8.99893\n31,1646312172,47.74308,8.99898\n32,1646312485,47.74299,8.99906\n33,1646312786,47.74286,8.99901\n34,1646313090,47.74304,8.99910\n35,1646313398,47.74307,8.99898\n36,1646313710,47.74282,8.99917\n37,1646314023,47.74313,8.99859\n38,1646314340,47.74305,8.99881\n39,1646314651,47.74295,8.99894\n40,1646314963,47.74296,8.99903\n41,1646315276,47.74300,8.99906\n42,1646315591,47.74323,8.99867\n43,1646315900,47.74298,8.99898\n44,1646316212,47.74317,8.99896\n45,1646316540,47.74297,8.99886\n46,1646316857,47.74308,8.99886\n47,1646317165,47.74332,8.99881\n48,1646317496,47.74300,8.99892\n49,1646317820,47.74293,8.99889\n50,1646318129,47.74292,8.99886\n51,1646318443,47.74304,8.99890\n52,1646318753,47.74305,8.99896\n53,1646319057,47.74298,8.99893\n54,1646319368,47.74300,8.99894\n55,1646319680,47.74308,8.99886\n56,1646320015,47.74298,8.99895\n57,1646320320,47.74311,8.99893\n58,1646320628,47.74300,8.99898\n59,1646320933,47.74302,8.99883\n60,1646321237,47.74293,8.99889\n61,1646321543,47.74316,8.99894\n62,1646321856,47.74282,8.99910\n63,1646322161,47.74305,8.99893\n64,1646322470,47.74306,8.99901\n65,1646322777,47.74305,8.99899\n66,1646323082,47.74304,8.99898\n67,1646323389,47.74306,8.99893\n68,1646323729,47.74305,8.99896\n69,1646324042,47.74298,8.99898\n70,1646324348,47.74321,8.99868\n71,1646324653,47.74304,8.99899\n72,1646324958,47.74308,8.99903\n73,1646325272,47.74309,8.99899\n74,1646325588,47.74258,8.99944\n75,1646325894,47.74335,8.99866\n76,1646326207,47.74309,8.99912\n77,1646326519,47.74310,8.99901\n78,1646326831,47.74310,8.99896\n79,1646327149,47.74310,8.99898\n80,1646327462,47.74317,8.99878\n81,1646327780,47.74310,8.99896\n82,1646328097,47.74311,8.99898\n83,1646328417,47.74291,8.99856\n84,1646328733,47.74312,8.99897\n85,1646329051,47.74305,8.99912\n86,1646329372,47.74296,8.99930\n87,1646329699,47.74285,8.99958\n88,1646330040,47.74310,8.99899\n89,1646339330,47.74306,8.99895\n90,1646339639,47.74306,8.99904\n91,1646339949,47.74306,8.99887\n92,1646340256,47.74305,8.99886\n93,1646340566,47.74308,8.99895\n94,1646340873,47.74298,8.99903\n95,1646341183,47.74319,8.99899\n96,1646341491,47.74306,8.99902\n97,1646341800,47.74313,8.99894\n98,1646342109,47.74300,8.99895\n99,1646342418,47.74316,8.99896\n100,1646342728,47.74309,8.99906\n101,1646343037,47.74306,8.99888\n102,1646343349,47.74323,8.99905\n103,1646343660,47.74304,8.99891\n104,1646343971,47.74324,8.99893\n105,1646344279,47.74321,8.99909\n106,1646344589,47.74317,8.99894\n107,1646344899,47.74322,8.99894\n108,1646345210,47.74303,8.99883\n109,1646345520,47.74320,8.99880\n110,1646345830,47.74306,8.99887\n111,1646346142,47.74313,8.99887\n112,1646346455,47.74323,8.99872\n113,1646346764,47.74293,8.99905\n114,1646347079,47.74318,8.99878\n115,1646347391,47.74308,8.99900\n116,1646347706,47.74300,8.99892\n117,1646348023,47.74295,8.99892\n118,1646348340,47.74316,8.99893\n119,1646348659,47.74304,8.99913\n120,1646348978,47.74311,8.99912\n121,1646349292,47.74329,8.99866\n122,1646349609,47.74299,8.99885\n123,1646349926,47.74292,8.99894\n124,1646350261,47.74306,8.99902\n125,1646351643,47.74314,8.99896\n126,1646351952,47.74294,8.99883\n127,1646352262,47.74294,8.99858\n128,1646352571,47.74306,8.99898\n129,1646352881,47.74286,8.99849\n130,1646353190,47.74294,8.99884\n131,1646353500,47.74313,8.99911\n132,1646353809,47.74315,8.99902\n133,1646354121,47.74308,8.99896\n134,1646354431,47.74304,8.99897\n135,1646354741,47.74301,8.99882\n136,1646355050,47.74301,8.99899\n137,1646355361,47.74300,8.99882\n138,1646355671,47.74279,8.99910\n139,1646355981,47.74272,8.99865\n140,1646356291,47.74314,8.99903\n141,1646356602,47.74306,8.99900\n142,1646356914,47.74270,8.99900\n143,1646357230,47.74322,8.99897\n144,1646357543,47.74294,8.99896\n145,1646357860,47.74342,8.99885\n146,1646358176,47.74353,8.99883\n147,1646358488,47.74303,8.99897\n148,1646358805,47.74297,8.99911\n149,1646359117,47.74328,8.99901\n150,1646359433,47.74295,8.99894\n151,1646359745,47.74300,8.99893\n152,1646360056,47.74298,8.99884\n153,1646360367,47.74385,8.99926"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220304_300s_Interval_153_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 181, TOs: 0/0, ErrorsOrGF: 2, TTFF: 88\nFixes: 153, Avg. time to fix: 10 s, Avg. HDOP (x10): 15\n\ncount,timestamp,lat,lon\n1,1646302790,47.74299,8.99894\n2,1646303092,47.74292,8.99890\n3,1646303395,47.74292,8.99896\n4,1646303702,47.74304,8.99896\n5,1646304009,47.74297,8.99907\n6,1646304314,47.74289,8.99911\n7,1646304642,47.74316,8.99892\n8,1646304944,47.74301,8.99886\n9,1646305250,47.74301,8.99939\n10,1646305563,47.74309,8.99885\n11,1646305906,47.74309,8.99900\n12,1646306261,47.74252,8.99847\n13,1646306591,47.74310,8.99889\n14,1646306905,47.74312,8.99903\n15,1646307240,47.74318,8.99904\n16,1646307549,47.74309,8.99915\n17,1646307855,47.74308,8.99909\n18,1646308157,47.74305,8.99898\n19,1646308465,47.74310,8.99906\n20,1646308786,47.74328,8.99914\n21,1646309095,47.74305,8.99909\n22,1646309407,47.74307,8.99903\n23,1646309719,47.74308,8.99908\n24,1646310031,47.74309,8.99900\n25,1646310360,47.74310,8.99903\n26,1646310661,47.74305,8.99907\n27,1646310964,47.74316,8.99919\n28,1646311267,47.74279,8.99887\n29,1646311569,47.74293,8.99887\n30,1646311871,47.74315,8.99893\n31,1646312172,47.74308,8.99898\n32,1646312485,47.74299,8.99906\n33,1646312786,47.74286,8.99901\n34,1646313090,47.74304,8.99910\n35,1646313398,47.74307,8.99898\n36,1646313710,47.74282,8.99917\n37,1646314023,47.74313,8.99859\n38,1646314340,47.74305,8.99881\n39,1646314651,47.74295,8.99894\n40,1646314963,47.74296,8.99903\n41,1646315276,47.74300,8.99906\n42,1646315591,47.74323,8.99867\n43,1646315900,47.74298,8.99898\n44,1646316212,47.74317,8.99896\n45,1646316540,47.74297,8.99886\n46,1646316857,47.74308,8.99886\n47,1646317165,47.74332,8.99881\n48,1646317496,47.74300,8.99892\n49,1646317820,47.74293,8.99889\n50,1646318129,47.74292,8.99886\n51,1646318443,47.74304,8.99890\n52,1646318753,47.74305,8.99896\n53,1646319057,47.74298,8.99893\n54,1646319368,47.74300,8.99894\n55,1646319680,47.74308,8.99886\n56,1646320015,47.74298,8.99895\n57,1646320320,47.74311,8.99893\n58,1646320628,47.74300,8.99898\n59,1646320933,47.74302,8.99883\n60,1646321237,47.74293,8.99889\n61,1646321543,47.74316,8.99894\n62,1646321856,47.74282,8.99910\n63,1646322161,47.74305,8.99893\n64,1646322470,47.74306,8.99901\n65,1646322777,47.74305,8.99899\n66,1646323082,47.74304,8.99898\n67,1646323389,47.74306,8.99893\n68,1646323729,47.74305,8.99896\n69,1646324042,47.74298,8.99898\n70,1646324348,47.74321,8.99868\n71,1646324653,47.74304,8.99899\n72,1646324958,47.74308,8.99903\n73,1646325272,47.74309,8.99899\n74,1646325588,47.74258,8.99944\n75,1646325894,47.74335,8.99866\n76,1646326207,47.74309,8.99912\n77,1646326519,47.74310,8.99901\n78,1646326831,47.74310,8.99896\n79,1646327149,47.74310,8.99898\n80,1646327462,47.74317,8.99878\n81,1646327780,47.74310,8.99896\n82,1646328097,47.74311,8.99898\n83,1646328417,47.74291,8.99856\n84,1646328733,47.74312,8.99897\n85,1646329051,47.74305,8.99912\n86,1646329372,47.74296,8.99930\n87,1646329699,47.74285,8.99958\n88,1646330040,47.74310,8.99899\n89,1646339330,47.74306,8.99895\n90,1646339639,47.74306,8.99904\n91,1646339949,47.74306,8.99887\n92,1646340256,47.74305,8.99886\n93,1646340566,47.74308,8.99895\n94,1646340873,47.74298,8.99903\n95,1646341183,47.74319,8.99899\n96,1646341491,47.74306,8.99902\n97,1646341800,47.74313,8.99894\n98,1646342109,47.74300,8.99895\n99,1646342418,47.74316,8.99896\n100,1646342728,47.74309,8.99906\n101,1646343037,47.74306,8.99888\n102,1646343349,47.74323,8.99905\n103,1646343660,47.74304,8.99891\n104,1646343971,47.74324,8.99893\n105,1646344279,47.74321,8.99909\n106,1646344589,47.74317,8.99894\n107,1646344899,47.74322,8.99894\n108,1646345210,47.74303,8.99883\n109,1646345520,47.74320,8.99880\n110,1646345830,47.74306,8.99887\n111,1646346142,47.74313,8.99887\n112,1646346455,47.74323,8.99872\n113,1646346764,47.74293,8.99905\n114,1646347079,47.74318,8.99878\n115,1646347391,47.74308,8.99900\n116,1646347706,47.74300,8.99892\n117,1646348023,47.74295,8.99892\n118,1646348340,47.74316,8.99893\n119,1646348659,47.74304,8.99913\n120,1646348978,47.74311,8.99912\n121,1646349292,47.74329,8.99866\n122,1646349609,47.74299,8.99885\n123,1646349926,47.74292,8.99894\n124,1646350261,47.74306,8.99902\n125,1646351643,47.74314,8.99896\n126,1646351952,47.74294,8.99883\n127,1646352262,47.74294,8.99858\n128,1646352571,47.74306,8.99898\n129,1646352881,47.74286,8.99849\n130,1646353190,47.74294,8.99884\n131,1646353500,47.74313,8.99911\n132,1646353809,47.74315,8.99902\n133,1646354121,47.74308,8.99896\n134,1646354431,47.74304,8.99897\n135,1646354741,47.74301,8.99882\n136,1646355050,47.74301,8.99899\n137,1646355361,47.74300,8.99882\n138,1646355671,47.74279,8.99910\n139,1646355981,47.74272,8.99865\n140,1646356291,47.74314,8.99903\n141,1646356602,47.74306,8.99900\n142,1646356914,47.74270,8.99900\n143,1646357230,47.74322,8.99897\n144,1646357543,47.74294,8.99896\n145,1646357860,47.74342,8.99885\n146,1646358176,47.74353,8.99883\n147,1646358488,47.74303,8.99897\n148,1646358805,47.74297,8.99911\n149,1646359117,47.74328,8.99901\n150,1646359433,47.74295,8.99894\n151,1646359745,47.74300,8.99893\n152,1646360056,47.74298,8.99884\n153,1646360367,47.74385,8.99926\n***END MEMORY***\nV108, ID: 30-5526, 3401mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 300 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 60 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220307_300s_Interval_176_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646646620,47.74300,8.99904\n2,1646646937,47.74302,8.99926\n3,1646647258,47.74305,8.99914\n4,1646647573,47.74306,8.99896\n5,1646647895,47.74304,8.99884\n6,1646648210,47.74306,8.99897\n7,1646648533,47.74300,8.99875\n8,1646648856,47.74294,8.99884\n9,1646649179,47.74297,8.99887\n10,1646649495,47.74287,8.99884\n11,1646649832,47.74296,8.99894\n12,1646650171,47.74305,8.99900\n13,1646650488,47.74307,8.99885\n14,1646650801,47.74310,8.99922\n15,1646651114,47.74286,8.99899\n16,1646651420,47.74318,8.99883\n17,1646651738,47.74316,8.99906\n18,1646652050,47.74317,8.99900\n19,1646652362,47.74312,8.99903\n20,1646652674,47.74315,8.99914\n21,1646652986,47.74309,8.99900\n22,1646653297,47.74320,8.99919\n23,1646653605,47.74301,8.99856\n24,1646653934,47.74322,8.99919\n25,1646654245,47.74320,8.99913\n26,1646654558,47.74311,8.99901\n27,1646654896,47.74316,8.99903\n28,1646655234,47.74323,8.99906\n29,1646655570,47.74305,8.99901\n30,1646655874,47.74304,8.99899\n31,1646656179,47.74296,8.99891\n32,1646656484,47.74308,8.99903\n33,1646656788,47.74315,8.99910\n34,1646657094,47.74263,8.99892\n35,1646657399,47.74306,8.99902\n36,1646657704,47.74310,8.99907\n37,1646658011,47.74284,8.99912\n38,1646658320,47.74288,8.99911\n39,1646658625,47.74279,8.99916\n40,1646658934,47.74297,8.99898\n41,1646659252,47.74297,8.99903\n42,1646659569,47.74303,8.99901\n43,1646659886,47.74290,8.99902\n44,1646660216,47.74297,8.99892\n45,1646660531,47.74288,8.99896\n46,1646660839,47.74287,8.99903\n47,1646661152,47.74335,8.99876\n48,1646661469,47.74315,8.99896\n49,1646661780,47.74302,8.99905\n50,1646662117,47.74318,8.99890\n51,1646662448,47.74383,8.99889\n52,1646662761,47.74290,8.99915\n53,1646663076,47.74311,8.99905\n54,1646663381,47.74288,8.99901\n55,1646663695,47.74313,8.99888\n56,1646664008,47.74308,8.99892\n57,1646664334,47.74308,8.99892\n58,1646664660,47.74301,8.99899\n59,1646664966,47.74291,8.99890\n60,1646665272,47.74301,8.99908\n61,1646665581,47.74300,8.99877\n62,1646665890,47.74290,8.99893\n63,1646666198,47.74298,8.99889\n64,1646666506,47.74296,8.99894\n65,1646666816,47.74296,8.99889\n66,1646667123,47.74298,8.99898\n67,1646667429,47.74288,8.99895\n68,1646667737,47.74302,8.99898\n69,1646668044,47.74302,8.99905\n70,1646668354,47.74218,8.99804\n71,1646668665,47.74289,8.99895\n72,1646668976,47.74310,8.99853\n73,1646669287,47.74294,8.99885\n74,1646669624,47.74301,8.99912\n75,1646669945,47.74290,8.99906\n76,1646670263,47.74293,8.99904\n77,1646670595,47.74254,8.99952\n78,1646670930,47.74307,8.99903\n79,1646671240,47.74309,8.99918\n80,1646671556,47.74306,8.99895\n81,1646671871,47.74314,8.99892\n82,1646672179,47.74302,8.99903\n83,1646672487,47.74315,8.99909\n84,1646672799,47.74311,8.99910\n85,1646673109,47.74311,8.99898\n86,1646673420,47.74311,8.99891\n87,1646673730,47.74304,8.99909\n88,1646674040,47.74312,8.99901\n89,1646674350,47.74305,8.99891\n90,1646674660,47.74308,8.99898\n91,1646674970,47.74302,8.99906\n92,1646675281,47.74297,8.99897\n93,1646675593,47.74311,8.99898\n94,1646675905,47.74312,8.99900\n95,1646676218,47.74310,8.99900\n96,1646676529,47.74306,8.99906\n97,1646676841,47.74304,8.99915\n98,1646677152,47.74303,8.99913\n99,1646677465,47.74294,8.99904\n100,1646677777,47.74297,8.99937\n101,1646678092,47.74306,8.99902\n102,1646678404,47.74306,8.99902\n103,1646678718,47.74308,8.99894\n104,1646679037,47.74301,8.99891\n105,1646679357,47.74324,8.99884\n106,1646679673,47.74304,8.99909\n107,1646680003,47.74304,8.99882\n108,1646680332,47.74314,8.99882\n109,1646680675,47.74279,8.99877\n110,1646680993,47.74304,8.99889\n111,1646681311,47.74300,8.99900\n112,1646681635,47.74307,8.99880\n113,1646681947,47.74321,8.99884\n114,1646682257,47.74319,8.99890\n115,1646682574,47.74259,8.99865\n116,1646682891,47.74304,8.99889\n117,1646683207,47.74302,8.99894\n118,1646683525,47.74298,8.99889\n119,1646683843,47.74298,8.99890\n120,1646684155,47.74300,8.99924\n121,1646684467,47.74301,8.99907\n122,1646684780,47.74312,8.99909\n123,1646685093,47.74309,8.99889\n124,1646685406,47.74311,8.99916\n125,1646685719,47.74302,8.99884\n126,1646686042,47.74286,8.99898\n127,1646686380,47.74304,8.99894\n128,1646686692,47.74296,8.99900\n129,1646687002,47.74309,8.99894\n130,1646687312,47.74306,8.99902\n131,1646687622,47.74302,8.99908\n132,1646687933,47.74316,8.99903\n133,1646688245,47.74285,8.99882\n134,1646688557,47.74325,8.99887\n135,1646688878,47.74305,8.99897\n136,1646689195,47.74307,8.99896\n137,1646689513,47.74292,8.99894\n138,1646689831,47.74304,8.99904\n139,1646690150,47.74301,8.99894\n140,1646690460,47.74305,8.99891\n141,1646690771,47.74298,8.99901\n142,1646691082,47.74278,8.99902\n143,1646691393,47.74276,8.99905\n144,1646691708,47.74298,8.99897\n145,1646692028,47.74299,8.99896\n146,1646692338,47.74324,8.99858\n147,1646692658,47.74308,8.99897\n148,1646692975,47.74296,8.99898\n149,1646693291,47.74292,8.99912\n150,1646693605,47.74281,8.99943\n151,1646693923,47.74301,8.99902\n152,1646694258,47.74308,8.99904\n153,1646694578,47.74297,8.99894\n154,1646694910,47.74319,9.00002\n155,1646695255,47.74311,8.99896\n156,1646695567,47.74304,8.99883\n157,1646695877,47.74309,8.99879\n158,1646696187,47.74297,8.99960\n159,1646696506,47.74303,8.99921\n160,1646696827,47.74304,8.99875\n161,1646697141,47.74296,8.99944\n162,1646697457,47.74307,8.99860\n163,1646697776,47.74303,8.99872\n164,1646698096,47.74306,8.99883\n165,1646698419,47.74298,8.99920\n166,1646698741,47.74307,8.99878\n167,1646699069,47.74309,8.99874\n168,1646699389,47.74317,8.99866\n169,1646699709,47.74304,8.99929\n170,1646700031,47.74312,8.99881\n171,1646700350,47.74306,8.99879\n172,1646700668,47.74305,8.99892\n173,1646700998,47.74306,8.99881\n174,1646701325,47.74297,8.99896\n175,1646701663,47.74306,8.99891\n176,1646701983,47.74297,8.99920"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220307_300s_Interval_176_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 222, TOs: 0/0, ErrorsOrGF: 0, TTFF: 108\nFixes: 176, Avg. TTF: 12 s, Avg. HDOP (x10): 18\n\ncount,timestamp,lat,lon\n1,1646646620,47.74300,8.99904\n2,1646646937,47.74302,8.99926\n3,1646647258,47.74305,8.99914\n4,1646647573,47.74306,8.99896\n5,1646647895,47.74304,8.99884\n6,1646648210,47.74306,8.99897\n7,1646648533,47.74300,8.99875\n8,1646648856,47.74294,8.99884\n9,1646649179,47.74297,8.99887\n10,1646649495,47.74287,8.99884\n11,1646649832,47.74296,8.99894\n12,1646650171,47.74305,8.99900\n13,1646650488,47.74307,8.99885\n14,1646650801,47.74310,8.99922\n15,1646651114,47.74286,8.99899\n16,1646651420,47.74318,8.99883\n17,1646651738,47.74316,8.99906\n18,1646652050,47.74317,8.99900\n19,1646652362,47.74312,8.99903\n20,1646652674,47.74315,8.99914\n21,1646652986,47.74309,8.99900\n22,1646653297,47.74320,8.99919\n23,1646653605,47.74301,8.99856\n24,1646653934,47.74322,8.99919\n25,1646654245,47.74320,8.99913\n26,1646654558,47.74311,8.99901\n27,1646654896,47.74316,8.99903\n28,1646655234,47.74323,8.99906\n29,1646655570,47.74305,8.99901\n30,1646655874,47.74304,8.99899\n31,1646656179,47.74296,8.99891\n32,1646656484,47.74308,8.99903\n33,1646656788,47.74315,8.99910\n34,1646657094,47.74263,8.99892\n35,1646657399,47.74306,8.99902\n36,1646657704,47.74310,8.99907\n37,1646658011,47.74284,8.99912\n38,1646658320,47.74288,8.99911\n39,1646658625,47.74279,8.99916\n40,1646658934,47.74297,8.99898\n41,1646659252,47.74297,8.99903\n42,1646659569,47.74303,8.99901\n43,1646659886,47.74290,8.99902\n44,1646660216,47.74297,8.99892\n45,1646660531,47.74288,8.99896\n46,1646660839,47.74287,8.99903\n47,1646661152,47.74335,8.99876\n48,1646661469,47.74315,8.99896\n49,1646661780,47.74302,8.99905\n50,1646662117,47.74318,8.99890\n51,1646662448,47.74383,8.99889\n52,1646662761,47.74290,8.99915\n53,1646663076,47.74311,8.99905\n54,1646663381,47.74288,8.99901\n55,1646663695,47.74313,8.99888\n56,1646664008,47.74308,8.99892\n57,1646664334,47.74308,8.99892\n58,1646664660,47.74301,8.99899\n59,1646664966,47.74291,8.99890\n60,1646665272,47.74301,8.99908\n61,1646665581,47.74300,8.99877\n62,1646665890,47.74290,8.99893\n63,1646666198,47.74298,8.99889\n64,1646666506,47.74296,8.99894\n65,1646666816,47.74296,8.99889\n66,1646667123,47.74298,8.99898\n67,1646667429,47.74288,8.99895\n68,1646667737,47.74302,8.99898\n69,1646668044,47.74302,8.99905\n70,1646668354,47.74218,8.99804\n71,1646668665,47.74289,8.99895\n72,1646668976,47.74310,8.99853\n73,1646669287,47.74294,8.99885\n74,1646669624,47.74301,8.99912\n75,1646669945,47.74290,8.99906\n76,1646670263,47.74293,8.99904\n77,1646670595,47.74254,8.99952\n78,1646670930,47.74307,8.99903\n79,1646671240,47.74309,8.99918\n80,1646671556,47.74306,8.99895\n81,1646671871,47.74314,8.99892\n82,1646672179,47.74302,8.99903\n83,1646672487,47.74315,8.99909\n84,1646672799,47.74311,8.99910\n85,1646673109,47.74311,8.99898\n86,1646673420,47.74311,8.99891\n87,1646673730,47.74304,8.99909\n88,1646674040,47.74312,8.99901\n89,1646674350,47.74305,8.99891\n90,1646674660,47.74308,8.99898\n91,1646674970,47.74302,8.99906\n92,1646675281,47.74297,8.99897\n93,1646675593,47.74311,8.99898\n94,1646675905,47.74312,8.99900\n95,1646676218,47.74310,8.99900\n96,1646676529,47.74306,8.99906\n97,1646676841,47.74304,8.99915\n98,1646677152,47.74303,8.99913\n99,1646677465,47.74294,8.99904\n100,1646677777,47.74297,8.99937\n101,1646678092,47.74306,8.99902\n102,1646678404,47.74306,8.99902\n103,1646678718,47.74308,8.99894\n104,1646679037,47.74301,8.99891\n105,1646679357,47.74324,8.99884\n106,1646679673,47.74304,8.99909\n107,1646680003,47.74304,8.99882\n108,1646680332,47.74314,8.99882\n109,1646680675,47.74279,8.99877\n110,1646680993,47.74304,8.99889\n111,1646681311,47.74300,8.99900\n112,1646681635,47.74307,8.99880\n113,1646681947,47.74321,8.99884\n114,1646682257,47.74319,8.99890\n115,1646682574,47.74259,8.99865\n116,1646682891,47.74304,8.99889\n117,1646683207,47.74302,8.99894\n118,1646683525,47.74298,8.99889\n119,1646683843,47.74298,8.99890\n120,1646684155,47.74300,8.99924\n121,1646684467,47.74301,8.99907\n122,1646684780,47.74312,8.99909\n123,1646685093,47.74309,8.99889\n124,1646685406,47.74311,8.99916\n125,1646685719,47.74302,8.99884\n126,1646686042,47.74286,8.99898\n127,1646686380,47.74304,8.99894\n128,1646686692,47.74296,8.99900\n129,1646687002,47.74309,8.99894\n130,1646687312,47.74306,8.99902\n131,1646687622,47.74302,8.99908\n132,1646687933,47.74316,8.99903\n133,1646688245,47.74285,8.99882\n134,1646688557,47.74325,8.99887\n135,1646688878,47.74305,8.99897\n136,1646689195,47.74307,8.99896\n137,1646689513,47.74292,8.99894\n138,1646689831,47.74304,8.99904\n139,1646690150,47.74301,8.99894\n140,1646690460,47.74305,8.99891\n141,1646690771,47.74298,8.99901\n142,1646691082,47.74278,8.99902\n143,1646691393,47.74276,8.99905\n144,1646691708,47.74298,8.99897\n145,1646692028,47.74299,8.99896\n146,1646692338,47.74324,8.99858\n147,1646692658,47.74308,8.99897\n148,1646692975,47.74296,8.99898\n149,1646693291,47.74292,8.99912\n150,1646693605,47.74281,8.99943\n151,1646693923,47.74301,8.99902\n152,1646694258,47.74308,8.99904\n153,1646694578,47.74297,8.99894\n154,1646694910,47.74319,9.00002\n155,1646695255,47.74311,8.99896\n156,1646695567,47.74304,8.99883\n157,1646695877,47.74309,8.99879\n158,1646696187,47.74297,8.99960\n159,1646696506,47.74303,8.99921\n160,1646696827,47.74304,8.99875\n161,1646697141,47.74296,8.99944\n162,1646697457,47.74307,8.99860\n163,1646697776,47.74303,8.99872\n164,1646698096,47.74306,8.99883\n165,1646698419,47.74298,8.99920\n166,1646698741,47.74307,8.99878\n167,1646699069,47.74309,8.99874\n168,1646699389,47.74317,8.99866\n169,1646699709,47.74304,8.99929\n170,1646700031,47.74312,8.99881\n171,1646700350,47.74306,8.99879\n172,1646700668,47.74305,8.99892\n173,1646700998,47.74306,8.99881\n174,1646701325,47.74297,8.99896\n175,1646701663,47.74306,8.99891\n176,1646701983,47.74297,8.99920\n*END MEMORY*\nV201, ID: 30-1830, 3572mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 300 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220310_300s_Interval_202_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646812945,47.74087,8.99795\n2,1646813278,47.74323,8.99918\n3,1646813609,47.74319,8.99909\n4,1646813971,47.74338,8.99926\n5,1646814280,47.74302,8.99899\n6,1646814588,47.74318,8.99903\n7,1646814904,47.74280,8.99879\n8,1646815210,47.74305,8.99898\n9,1646815518,47.74305,8.99902\n10,1646815826,47.74284,8.99889\n11,1646816133,47.74356,8.99902\n12,1646816440,47.74284,8.99883\n13,1646816748,47.74303,8.99914\n14,1646817055,47.74309,8.99895\n15,1646817362,47.74312,8.99928\n16,1646817671,47.74300,8.99902\n17,1646817978,47.74304,8.99897\n18,1646818284,47.74290,8.99902\n19,1646818592,47.74321,8.99902\n20,1646818950,47.74298,8.99889\n21,1646819257,47.74303,8.99887\n22,1646819564,47.74302,8.99911\n23,1646819871,47.74277,8.99814\n24,1646820177,47.74282,8.99863\n25,1646820499,47.74307,8.99892\n26,1646820806,47.74287,8.99912\n27,1646821116,47.74311,8.99897\n28,1646821427,47.74297,8.99901\n29,1646821737,47.74311,8.99890\n30,1646822061,47.74296,8.99893\n31,1646822374,47.74304,8.99898\n32,1646822693,47.74290,8.99876\n33,1646823005,47.74321,8.99879\n34,1646823318,47.74297,8.99879\n35,1646823640,47.74322,8.99903\n36,1646823955,47.74312,8.99906\n37,1646824268,47.74303,8.99888\n38,1646824579,47.74313,8.99899\n39,1646824891,47.74311,8.99903\n40,1646825203,47.74309,8.99903\n41,1646825515,47.74317,8.99905\n42,1646825851,47.74307,8.99901\n43,1646826154,47.74322,8.99910\n44,1646826458,47.74335,8.99913\n45,1646826761,47.74312,8.99899\n46,1646827067,47.74306,8.99903\n47,1646827373,47.74296,8.99895\n48,1646827676,47.74299,8.99884\n49,1646827979,47.74294,8.99910\n50,1646828282,47.74237,8.99911\n51,1646828586,47.74295,8.99906\n52,1646828891,47.74249,8.99965\n53,1646829197,47.74240,8.99983\n54,1646829514,47.74294,8.99904\n55,1646829826,47.74298,8.99907\n56,1646830132,47.74302,8.99907\n57,1646830458,47.74290,8.99908\n58,1646830766,47.74271,8.99923\n59,1646831076,47.74297,8.99901\n60,1646831393,47.74307,8.99898\n61,1646831709,47.74280,8.99923\n62,1646832026,47.74290,8.99914\n63,1646832331,47.74281,8.99910\n64,1646832641,47.74293,8.99909\n65,1646832963,47.74293,8.99890\n66,1646833305,47.74342,8.99873\n67,1646833643,47.74278,8.99893\n68,1646833980,47.74317,8.99891\n69,1646834305,47.74305,8.99884\n70,1646834619,47.74335,8.99894\n71,1646834935,47.74314,8.99896\n72,1646835248,47.74314,8.99884\n73,1646835559,47.74322,8.99888\n74,1646835872,47.74305,8.99888\n75,1646836184,47.74308,8.99891\n76,1646836524,47.74294,8.99892\n77,1646836837,47.74298,8.99893\n78,1646837141,47.74338,8.99883\n79,1646837451,47.74298,8.99895\n80,1646837761,47.74325,8.99879\n81,1646838066,47.74304,8.99886\n82,1646838373,47.74331,8.99875\n83,1646838686,47.74311,8.99884\n84,1646838997,47.74326,8.99874\n85,1646839306,47.74318,8.99874\n86,1646839613,47.74312,8.99875\n87,1646839920,47.74327,8.99871\n88,1646840228,47.74322,8.99878\n89,1646840538,47.74310,8.99886\n90,1646840845,47.74308,8.99897\n91,1646841164,47.74317,8.99884\n92,1646841481,47.74305,8.99896\n93,1646841799,47.74304,8.99903\n94,1646842117,47.74304,8.99895\n95,1646842435,47.74312,8.99901\n96,1646842753,47.74325,8.99878\n97,1646843065,47.74312,8.99902\n98,1646843379,47.74311,8.99892\n99,1646843691,47.74311,8.99911\n100,1646844007,47.74320,8.99876\n101,1646844325,47.74310,8.99900\n102,1646844656,47.74314,8.99902\n103,1646844990,47.74301,8.99898\n104,1646845300,47.74306,8.99897\n105,1646845608,47.74306,8.99900\n106,1646845918,47.74301,8.99908\n107,1646846225,47.74303,8.99900\n108,1646846533,47.74311,8.99887\n109,1646846845,47.74308,8.99897\n110,1646847156,47.74304,8.99898\n111,1646847467,47.74311,8.99898\n112,1646847777,47.74306,8.99904\n113,1646848088,47.74312,8.99895\n114,1646848398,47.74317,8.99905\n115,1646848710,47.74306,8.99904\n116,1646849023,47.74316,8.99893\n117,1646849335,47.74310,8.99892\n118,1646849651,47.74321,8.99888\n119,1646849967,47.74305,8.99891\n120,1646850279,47.74296,8.99905\n121,1646850591,47.74303,8.99901\n122,1646850903,47.74306,8.99896\n123,1646851215,47.74309,8.99891\n124,1646851525,47.74307,8.99894\n125,1646851841,47.74310,8.99885\n126,1646852154,47.74306,8.99888\n127,1646852466,47.74310,8.99892\n128,1646852785,47.74297,8.99900\n129,1646853104,47.74295,8.99897\n130,1646853421,47.74293,8.99900\n131,1646853741,47.74277,8.99896\n132,1646854052,47.74299,8.99900\n133,1646854369,47.74293,8.99910\n134,1646854687,47.74302,8.99902\n135,1646855006,47.74306,8.99900\n136,1646855323,47.74315,8.99902\n137,1646855641,47.74299,8.99890\n138,1646855957,47.74279,8.99928\n139,1646856269,47.74304,8.99909\n140,1646856600,47.74310,8.99899\n141,1646856912,47.74314,8.99904\n142,1646857224,47.74300,8.99872\n143,1646857540,47.74302,8.99896\n144,1646857856,47.74313,8.99891\n145,1646858170,47.74299,8.99889\n146,1646858487,47.74310,8.99878\n147,1646858804,47.74308,8.99858\n148,1646859119,47.74313,8.99878\n149,1646859443,47.74311,8.99878\n150,1646859751,47.74286,8.99917\n151,1646860061,47.74309,8.99860\n152,1646860381,47.74289,8.99892\n153,1646860696,47.74299,8.99894\n154,1646861018,47.74299,8.99910\n155,1646861337,47.74307,8.99897\n156,1646861651,47.74286,8.99916\n157,1646861962,47.74319,8.99851\n158,1646862287,47.74297,8.99893\n159,1646862598,47.74311,8.99906\n160,1646862910,47.74285,8.99941\n161,1646863234,47.74303,8.99919\n162,1646863566,47.74296,8.99887\n163,1646863885,47.74314,8.99899\n164,1646864213,47.74327,8.99919\n165,1646864552,47.74300,8.99904\n166,1646864902,47.74302,8.99897\n167,1646865211,47.74306,8.99897\n168,1646865522,47.74291,8.99905\n169,1646865831,47.74300,8.99984\n170,1646866140,47.74317,8.99883\n171,1646866474,47.74316,8.99917\n172,1646866784,47.74605,8.99483\n173,1646867099,47.74290,8.99891\n174,1646867415,47.74316,8.99836\n175,1646867730,47.74227,8.99909\n176,1646868047,47.74288,8.99862\n177,1646868366,47.74251,8.99906\n178,1646868685,47.74298,8.99888\n179,1646869003,47.74225,8.99830\n180,1646869321,47.74302,8.99869\n181,1646869638,47.74374,8.99885\n182,1646869957,47.74260,8.99887\n183,1646870276,47.74272,8.99892\n184,1646870594,47.74242,8.99868\n185,1646870911,47.74254,8.99873\n186,1646871230,47.74270,8.99892\n187,1646871548,47.74194,8.99837\n188,1646871866,47.74253,8.99883\n189,1646872185,47.74227,8.99866\n190,1646872502,47.74267,8.99910\n191,1646872821,47.74163,8.99919\n192,1646873154,47.74119,8.99834\n193,1646873490,47.74306,8.99902\n194,1646873802,47.74302,8.99889\n195,1646874112,47.74303,8.99887\n196,1646874425,47.74304,8.99884\n197,1646874736,47.74300,8.99886\n198,1646875047,47.74301,8.99889\n199,1646875358,47.74298,8.99907\n200,1646876190,47.74294,8.99874\n201,1646876499,47.74309,8.99900\n202,1646877195,47.74244,8.99843"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220310_300s_Interval_202_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nFixes: 202, Avg. TTF: 11 s, Avg. HDOP (x10): 16\n\ncount,timestamp,lat,lon\n1,1646812945,47.74087,8.99795\n2,1646813278,47.74323,8.99918\n3,1646813609,47.74319,8.99909\n4,1646813971,47.74338,8.99926\n5,1646814280,47.74302,8.99899\n6,1646814588,47.74318,8.99903\n7,1646814904,47.74280,8.99879\n8,1646815210,47.74305,8.99898\n9,1646815518,47.74305,8.99902\n10,1646815826,47.74284,8.99889\n11,1646816133,47.74356,8.99902\n12,1646816440,47.74284,8.99883\n13,1646816748,47.74303,8.99914\n14,1646817055,47.74309,8.99895\n15,1646817362,47.74312,8.99928\n16,1646817671,47.74300,8.99902\n17,1646817978,47.74304,8.99897\n18,1646818284,47.74290,8.99902\n19,1646818592,47.74321,8.99902\n20,1646818950,47.74298,8.99889\n21,1646819257,47.74303,8.99887\n22,1646819564,47.74302,8.99911\n23,1646819871,47.74277,8.99814\n24,1646820177,47.74282,8.99863\n25,1646820499,47.74307,8.99892\n26,1646820806,47.74287,8.99912\n27,1646821116,47.74311,8.99897\n28,1646821427,47.74297,8.99901\n29,1646821737,47.74311,8.99890\n30,1646822061,47.74296,8.99893\n31,1646822374,47.74304,8.99898\n32,1646822693,47.74290,8.99876\n33,1646823005,47.74321,8.99879\n34,1646823318,47.74297,8.99879\n35,1646823640,47.74322,8.99903\n36,1646823955,47.74312,8.99906\n37,1646824268,47.74303,8.99888\n38,1646824579,47.74313,8.99899\n39,1646824891,47.74311,8.99903\n40,1646825203,47.74309,8.99903\n41,1646825515,47.74317,8.99905\n42,1646825851,47.74307,8.99901\n43,1646826154,47.74322,8.99910\n44,1646826458,47.74335,8.99913\n45,1646826761,47.74312,8.99899\n46,1646827067,47.74306,8.99903\n47,1646827373,47.74296,8.99895\n48,1646827676,47.74299,8.99884\n49,1646827979,47.74294,8.99910\n50,1646828282,47.74237,8.99911\n51,1646828586,47.74295,8.99906\n52,1646828891,47.74249,8.99965\n53,1646829197,47.74240,8.99983\n54,1646829514,47.74294,8.99904\n55,1646829826,47.74298,8.99907\n56,1646830132,47.74302,8.99907\n57,1646830458,47.74290,8.99908\n58,1646830766,47.74271,8.99923\n59,1646831076,47.74297,8.99901\n60,1646831393,47.74307,8.99898\n61,1646831709,47.74280,8.99923\n62,1646832026,47.74290,8.99914\n63,1646832331,47.74281,8.99910\n64,1646832641,47.74293,8.99909\n65,1646832963,47.74293,8.99890\n66,1646833305,47.74342,8.99873\n67,1646833643,47.74278,8.99893\n68,1646833980,47.74317,8.99891\n69,1646834305,47.74305,8.99884\n70,1646834619,47.74335,8.99894\n71,1646834935,47.74314,8.99896\n72,1646835248,47.74314,8.99884\n73,1646835559,47.74322,8.99888\n74,1646835872,47.74305,8.99888\n75,1646836184,47.74308,8.99891\n76,1646836524,47.74294,8.99892\n77,1646836837,47.74298,8.99893\n78,1646837141,47.74338,8.99883\n79,1646837451,47.74298,8.99895\n80,1646837761,47.74325,8.99879\n81,1646838066,47.74304,8.99886\n82,1646838373,47.74331,8.99875\n83,1646838686,47.74311,8.99884\n84,1646838997,47.74326,8.99874\n85,1646839306,47.74318,8.99874\n86,1646839613,47.74312,8.99875\n87,1646839920,47.74327,8.99871\n88,1646840228,47.74322,8.99878\n89,1646840538,47.74310,8.99886\n90,1646840845,47.74308,8.99897\n91,1646841164,47.74317,8.99884\n92,1646841481,47.74305,8.99896\n93,1646841799,47.74304,8.99903\n94,1646842117,47.74304,8.99895\n95,1646842435,47.74312,8.99901\n96,1646842753,47.74325,8.99878\n97,1646843065,47.74312,8.99902\n98,1646843379,47.74311,8.99892\n99,1646843691,47.74311,8.99911\n100,1646844007,47.74320,8.99876\n101,1646844325,47.74310,8.99900\n102,1646844656,47.74314,8.99902\n103,1646844990,47.74301,8.99898\n104,1646845300,47.74306,8.99897\n105,1646845608,47.74306,8.99900\n106,1646845918,47.74301,8.99908\n107,1646846225,47.74303,8.99900\n108,1646846533,47.74311,8.99887\n109,1646846845,47.74308,8.99897\n110,1646847156,47.74304,8.99898\n111,1646847467,47.74311,8.99898\n112,1646847777,47.74306,8.99904\n113,1646848088,47.74312,8.99895\n114,1646848398,47.74317,8.99905\n115,1646848710,47.74306,8.99904\n116,1646849023,47.74316,8.99893\n117,1646849335,47.74310,8.99892\n118,1646849651,47.74321,8.99888\n119,1646849967,47.74305,8.99891\n120,1646850279,47.74296,8.99905\n121,1646850591,47.74303,8.99901\n122,1646850903,47.74306,8.99896\n123,1646851215,47.74309,8.99891\n124,1646851525,47.74307,8.99894\n125,1646851841,47.74310,8.99885\n126,1646852154,47.74306,8.99888\n127,1646852466,47.74310,8.99892\n128,1646852785,47.74297,8.99900\n129,1646853104,47.74295,8.99897\n130,1646853421,47.74293,8.99900\n131,1646853741,47.74277,8.99896\n132,1646854052,47.74299,8.99900\n133,1646854369,47.74293,8.99910\n134,1646854687,47.74302,8.99902\n135,1646855006,47.74306,8.99900\n136,1646855323,47.74315,8.99902\n137,1646855641,47.74299,8.99890\n138,1646855957,47.74279,8.99928\n139,1646856269,47.74304,8.99909\n140,1646856600,47.74310,8.99899\n141,1646856912,47.74314,8.99904\n142,1646857224,47.74300,8.99872\n143,1646857540,47.74302,8.99896\n144,1646857856,47.74313,8.99891\n145,1646858170,47.74299,8.99889\n146,1646858487,47.74310,8.99878\n147,1646858804,47.74308,8.99858\n148,1646859119,47.74313,8.99878\n149,1646859443,47.74311,8.99878\n150,1646859751,47.74286,8.99917\n151,1646860061,47.74309,8.99860\n152,1646860381,47.74289,8.99892\n153,1646860696,47.74299,8.99894\n154,1646861018,47.74299,8.99910\n155,1646861337,47.74307,8.99897\n156,1646861651,47.74286,8.99916\n157,1646861962,47.74319,8.99851\n158,1646862287,47.74297,8.99893\n159,1646862598,47.74311,8.99906\n160,1646862910,47.74285,8.99941\n161,1646863234,47.74303,8.99919\n162,1646863566,47.74296,8.99887\n163,1646863885,47.74314,8.99899\n164,1646864213,47.74327,8.99919\n165,1646864552,47.74300,8.99904\n166,1646864902,47.74302,8.99897\n167,1646865211,47.74306,8.99897\n168,1646865522,47.74291,8.99905\n169,1646865831,47.74300,8.99984\n170,1646866140,47.74317,8.99883\n171,1646866474,47.74316,8.99917\n172,1646866784,47.74605,8.99483\n173,1646867099,47.74290,8.99891\n174,1646867415,47.74316,8.99836\n175,1646867730,47.74227,8.99909\n176,1646868047,47.74288,8.99862\n177,1646868366,47.74251,8.99906\n178,1646868685,47.74298,8.99888\n179,1646869003,47.74225,8.99830\n180,1646869321,47.74302,8.99869\n181,1646869638,47.74374,8.99885\n182,1646869957,47.74260,8.99887\n183,1646870276,47.74272,8.99892\n184,1646870594,47.74242,8.99868\n185,1646870911,47.74254,8.99873\n186,1646871230,47.74270,8.99892\n187,1646871548,47.74194,8.99837\n188,1646871866,47.74253,8.99883\n189,1646872185,47.74227,8.99866\n190,1646872502,47.74267,8.99910\n191,1646872821,47.74163,8.99919\n192,1646873154,47.74119,8.99834\n193,1646873490,47.74306,8.99902\n194,1646873802,47.74302,8.99889\n195,1646874112,47.74303,8.99887\n196,1646874425,47.74304,8.99884\n197,1646874736,47.74300,8.99886\n198,1646875047,47.74301,8.99889\n199,1646875358,47.74298,8.99907\n200,1646876190,47.74294,8.99874\n201,1646876499,47.74309,8.99900\n202,1646877195,47.74244,8.99843\n*END MEMORY*\nV201, ID: 30-1830, 3320mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 300 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220311_300s_Interval_91_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646984732,47.74302,8.99898\n2,1646985042,47.74316,8.99874\n3,1646985358,47.74302,8.99884\n4,1646985670,47.74298,8.99900\n5,1646985984,47.74309,8.99901\n6,1646986296,47.74288,8.99888\n7,1646986610,47.74299,8.99891\n8,1646986927,47.74313,8.99900\n9,1646987253,47.74306,8.99908\n10,1646987578,47.74297,8.99891\n11,1646987899,47.74307,8.99891\n12,1646988215,47.74318,8.99905\n13,1646988528,47.74338,8.99901\n14,1646988842,47.74344,8.99896\n15,1646989156,47.74328,8.99898\n16,1646989486,47.74304,8.99902\n17,1646989819,47.74314,8.99802\n18,1646990146,47.74273,8.99926\n19,1646990469,47.74304,8.99896\n20,1646990789,47.74328,8.99895\n21,1646991107,47.74317,8.99898\n22,1646991450,47.74305,8.99907\n23,1646991760,47.74308,8.99903\n24,1646992073,47.74301,8.99894\n25,1646992385,47.74307,8.99888\n26,1646992695,47.74280,8.99876\n27,1646993012,47.74306,8.99906\n28,1646993333,47.74302,8.99910\n29,1646993653,47.74297,8.99906\n30,1646993977,47.74288,8.99863\n31,1646994306,47.74290,8.99903\n32,1646994618,47.74301,8.99913\n33,1646994952,47.74263,8.99823\n34,1646995272,47.74292,8.99955\n35,1646995675,47.74314,8.99899\n36,1646995983,47.74313,8.99894\n37,1646996291,47.74315,8.99888\n38,1646996601,47.74309,8.99898\n39,1646996909,47.74302,8.99909\n40,1646997218,47.74311,8.99901\n41,1646997525,47.74319,8.99911\n42,1646997833,47.74299,8.99915\n43,1646998147,47.74305,8.99887\n44,1646998458,47.74307,8.99891\n45,1646998772,47.74309,8.99894\n46,1646999085,47.74308,8.99875\n47,1646999397,47.74303,8.99873\n48,1646999709,47.74314,8.99874\n49,1647000019,47.74245,8.99727\n50,1647000347,47.74290,8.99908\n51,1647000657,47.74311,8.99888\n52,1647000973,47.74304,8.99907\n53,1647001283,47.74265,8.99829\n54,1647001620,47.74301,8.99904\n55,1647001928,47.74299,8.99899\n56,1647002235,47.74340,8.99898\n57,1647002543,47.74299,8.99901\n58,1647002852,47.74304,8.99897\n59,1647003172,47.74283,8.99913\n60,1647003488,47.74302,8.99900\n61,1647003806,47.74308,8.99900\n62,1647004123,47.74305,8.99900\n63,1647004442,47.74297,8.99901\n64,1647004759,47.74301,8.99899\n65,1647005077,47.74314,8.99902\n66,1647005395,47.74317,8.99896\n67,1647005729,47.74289,8.99890\n68,1647006051,47.74325,8.99885\n69,1647006363,47.74336,8.99876\n70,1647006701,47.74321,8.99892\n71,1647007028,47.74299,8.99897\n72,1647007341,47.74330,8.99879\n73,1647007654,47.74308,8.99886\n74,1647007965,47.74320,8.99884\n75,1647008278,47.74306,8.99896\n76,1647008599,47.74306,8.99880\n77,1647008920,47.74300,8.99897\n78,1647009258,47.74297,8.99892\n79,1647009576,47.74322,8.99888\n80,1647009895,47.74302,8.99899\n81,1647010213,47.74306,8.99897\n82,1647010528,47.74312,8.99872\n83,1647010849,47.74280,8.99900\n84,1647011163,47.74339,8.99870\n85,1647011485,47.74275,8.99917\n86,1647011804,47.74293,8.99897\n87,1647012150,47.74302,8.99897\n88,1647023781,47.74311,8.99896\n89,1647024353,47.74306,8.99901\n90,1647024730,47.74303,8.99889\n91,1647025238,47.74203,8.99891"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220311_300s_Interval_91_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 75, TOs: 0/0, ErrorsOrGF: 1, TTFF: 79\nFixes: 91, Avg. TTF: 13 s, Avg. HDOP (x10): 17\n\ncount,timestamp,lat,lon\n1,1646984732,47.74302,8.99898\n2,1646985042,47.74316,8.99874\n3,1646985358,47.74302,8.99884\n4,1646985670,47.74298,8.99900\n5,1646985984,47.74309,8.99901\n6,1646986296,47.74288,8.99888\n7,1646986610,47.74299,8.99891\n8,1646986927,47.74313,8.99900\n9,1646987253,47.74306,8.99908\n10,1646987578,47.74297,8.99891\n11,1646987899,47.74307,8.99891\n12,1646988215,47.74318,8.99905\n13,1646988528,47.74338,8.99901\n14,1646988842,47.74344,8.99896\n15,1646989156,47.74328,8.99898\n16,1646989486,47.74304,8.99902\n17,1646989819,47.74314,8.99802\n18,1646990146,47.74273,8.99926\n19,1646990469,47.74304,8.99896\n20,1646990789,47.74328,8.99895\n21,1646991107,47.74317,8.99898\n22,1646991450,47.74305,8.99907\n23,1646991760,47.74308,8.99903\n24,1646992073,47.74301,8.99894\n25,1646992385,47.74307,8.99888\n26,1646992695,47.74280,8.99876\n27,1646993012,47.74306,8.99906\n28,1646993333,47.74302,8.99910\n29,1646993653,47.74297,8.99906\n30,1646993977,47.74288,8.99863\n31,1646994306,47.74290,8.99903\n32,1646994618,47.74301,8.99913\n33,1646994952,47.74263,8.99823\n34,1646995272,47.74292,8.99955\n35,1646995675,47.74314,8.99899\n36,1646995983,47.74313,8.99894\n37,1646996291,47.74315,8.99888\n38,1646996601,47.74309,8.99898\n39,1646996909,47.74302,8.99909\n40,1646997218,47.74311,8.99901\n41,1646997525,47.74319,8.99911\n42,1646997833,47.74299,8.99915\n43,1646998147,47.74305,8.99887\n44,1646998458,47.74307,8.99891\n45,1646998772,47.74309,8.99894\n46,1646999085,47.74308,8.99875\n47,1646999397,47.74303,8.99873\n48,1646999709,47.74314,8.99874\n49,1647000019,47.74245,8.99727\n50,1647000347,47.74290,8.99908\n51,1647000657,47.74311,8.99888\n52,1647000973,47.74304,8.99907\n53,1647001283,47.74265,8.99829\n54,1647001620,47.74301,8.99904\n55,1647001928,47.74299,8.99899\n56,1647002235,47.74340,8.99898\n57,1647002543,47.74299,8.99901\n58,1647002852,47.74304,8.99897\n59,1647003172,47.74283,8.99913\n60,1647003488,47.74302,8.99900\n61,1647003806,47.74308,8.99900\n62,1647004123,47.74305,8.99900\n63,1647004442,47.74297,8.99901\n64,1647004759,47.74301,8.99899\n65,1647005077,47.74314,8.99902\n66,1647005395,47.74317,8.99896\n67,1647005729,47.74289,8.99890\n68,1647006051,47.74325,8.99885\n69,1647006363,47.74336,8.99876\n70,1647006701,47.74321,8.99892\n71,1647007028,47.74299,8.99897\n72,1647007341,47.74330,8.99879\n73,1647007654,47.74308,8.99886\n74,1647007965,47.74320,8.99884\n75,1647008278,47.74306,8.99896\n76,1647008599,47.74306,8.99880\n77,1647008920,47.74300,8.99897\n78,1647009258,47.74297,8.99892\n79,1647009576,47.74322,8.99888\n80,1647009895,47.74302,8.99899\n81,1647010213,47.74306,8.99897\n82,1647010528,47.74312,8.99872\n83,1647010849,47.74280,8.99900\n84,1647011163,47.74339,8.99870\n85,1647011485,47.74275,8.99917\n86,1647011804,47.74293,8.99897\n87,1647012150,47.74302,8.99897\n88,1647023781,47.74311,8.99896\n89,1647024353,47.74306,8.99901\n90,1647024730,47.74303,8.99889\n91,1647025238,47.74203,8.99891\n*END MEMORY*\nV201, ID: 30-302D, 3366mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 300 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\nBye! Sleeping until activation (by pressing button again)\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220312_300s_Interval_218_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1647081692,47.74287,8.99918\n2,1647081999,47.74304,8.99948\n3,1647082317,47.74270,8.99850\n4,1647082645,47.74324,8.99917\n5,1647082963,47.74305,8.99919\n6,1647083274,47.74289,8.99870\n7,1647083593,47.74317,8.99911\n8,1647083912,47.74315,8.99896\n9,1647084231,47.74303,8.99894\n10,1647084544,47.74292,8.99875\n11,1647084862,47.74313,8.99913\n12,1647085177,47.74318,8.99907\n13,1647085491,47.74314,8.99884\n14,1647085817,47.74309,8.99902\n15,1647086128,47.74307,8.99887\n16,1647086460,47.74302,8.99913\n17,1647086770,47.74322,8.99899\n18,1647087091,47.74288,8.99908\n19,1647087401,47.74309,8.99928\n20,1647087725,47.74398,8.99805\n21,1647088071,47.74300,8.99904\n22,1647088428,47.74287,8.99908\n23,1647088772,47.74301,8.99898\n24,1647089099,47.74300,8.99895\n25,1647089409,47.74304,8.99902\n26,1647089718,47.74297,8.99912\n27,1647090027,47.74297,8.99900\n28,1647090337,47.74308,8.99898\n29,1647090646,47.74306,8.99906\n30,1647090954,47.74319,8.99892\n31,1647091264,47.74294,8.99908\n32,1647091574,47.74304,8.99892\n33,1647091889,47.74305,8.99892\n34,1647092202,47.74318,8.99896\n35,1647092520,47.74312,8.99898\n36,1647092846,47.74335,8.99897\n37,1647093176,47.74304,8.99893\n38,1647093488,47.74313,8.99894\n39,1647093825,47.74307,8.99891\n40,1647094135,47.74351,8.99809\n41,1647094445,47.74342,8.99811\n42,1647094762,47.74365,8.99818\n43,1647095092,47.74314,8.99887\n44,1647095430,47.74302,8.99898\n45,1647095740,47.74295,8.99892\n46,1647096049,47.74295,8.99901\n47,1647096368,47.74296,8.99897\n48,1647096686,47.74301,8.99907\n49,1647097004,47.74301,8.99890\n50,1647097321,47.74306,8.99905\n51,1647097644,47.74301,8.99894\n52,1647097963,47.74301,8.99902\n53,1647098282,47.74289,8.99899\n54,1647098600,47.74296,8.99901\n55,1647098919,47.74303,8.99909\n56,1647099255,47.74305,8.99905\n57,1647099577,47.74302,8.99897\n58,1647099896,47.74292,8.99909\n59,1647100222,47.74266,8.99928\n60,1647100561,47.74294,8.99897\n61,1647100879,47.74304,8.99901\n62,1647101197,47.74294,8.99902\n63,1647101516,47.74304,8.99891\n64,1647101833,47.74308,8.99896\n65,1647102144,47.74356,8.99841\n66,1647102463,47.74314,8.99890\n67,1647102781,47.74311,8.99891\n68,1647103100,47.74311,8.99893\n69,1647103421,47.74305,8.99890\n70,1647103745,47.74309,8.99914\n71,1647104088,47.74313,8.99880\n72,1647104400,47.74300,8.99897\n73,1647104717,47.74321,8.99858\n74,1647105030,47.74301,8.99898\n75,1647105343,47.74303,8.99910\n76,1647105654,47.74305,8.99894\n77,1647105966,47.74320,8.99891\n78,1647106278,47.74307,8.99893\n79,1647106591,47.74332,8.99864\n80,1647106909,47.74297,8.99903\n81,1647107227,47.74312,8.99895\n82,1647107541,47.74296,8.99895\n83,1647107861,47.74308,8.99889\n84,1647108188,47.74300,8.99892\n85,1647108521,47.74314,8.99880\n86,1647108865,47.74304,8.99896\n87,1647109179,47.74303,8.99885\n88,1647109492,47.74293,8.99906\n89,1647109808,47.74296,8.99921\n90,1647110129,47.74299,8.99910\n91,1647110449,47.74306,8.99885\n92,1647110773,47.74316,8.99882\n93,1647111098,47.74309,8.99892\n94,1647111434,47.74314,8.99875\n95,1647111757,47.74311,8.99872\n96,1647112086,47.74312,8.99871\n97,1647112407,47.74328,8.99861\n98,1647112740,47.74302,8.99896\n99,1647113055,47.74315,8.99903\n100,1647113377,47.74294,8.99889\n101,1647113697,47.74309,8.99892\n102,1647114018,47.74304,8.99892\n103,1647114343,47.74303,8.99896\n104,1647114661,47.74299,8.99880\n105,1647114976,47.74298,8.99878\n106,1647115291,47.74307,8.99909\n107,1647115605,47.74305,8.99905\n108,1647115920,47.74312,8.99869\n109,1647116243,47.74304,8.99927\n110,1647116558,47.74299,8.99900\n111,1647116880,47.74301,8.99908\n112,1647117204,47.74309,8.99888\n113,1647117525,47.74304,8.99920\n114,1647117857,47.74308,8.99861\n115,1647118187,47.74304,8.99907\n116,1647118515,47.74312,8.99890\n117,1647118837,47.74308,8.99877\n118,1647119174,47.74322,8.99863\n119,1647119507,47.74296,8.99904\n120,1647119846,47.74320,8.99876\n121,1647120179,47.74314,8.99878\n122,1647120496,47.74297,8.99892\n123,1647120809,47.74292,8.99933\n124,1647121123,47.74290,8.99909\n125,1647121436,47.74307,8.99890\n126,1647121750,47.74314,8.99914\n127,1647122066,47.74321,8.99888\n128,1647122380,47.74303,8.99918\n129,1647122694,47.74245,8.99892\n130,1647123009,47.74259,8.99961\n131,1647123323,47.74245,8.99983\n132,1647123638,47.74234,9.00000\n133,1647123954,47.74304,8.99839\n134,1647124271,47.74289,8.99999\n135,1647124586,47.74286,9.00049\n136,1647124901,47.74289,9.00087\n137,1647125216,47.74306,8.99929\n138,1647125543,47.74310,8.99908\n139,1647125862,47.74308,8.99913\n140,1647126183,47.74295,8.99894\n141,1647126501,47.74288,8.99893\n142,1647126822,47.74311,8.99895\n143,1647127139,47.74284,8.99894\n144,1647127481,47.74294,8.99891\n145,1647127830,47.74304,8.99897\n146,1647128156,47.74311,8.99903\n147,1647128471,47.74322,8.99917\n148,1647128786,47.74297,8.99882\n149,1647129110,47.74306,8.99892\n150,1647129433,47.74312,8.99895\n151,1647129757,47.74304,8.99898\n152,1647130081,47.74310,8.99897\n153,1647130395,47.74303,8.99902\n154,1647130717,47.74312,8.99900\n155,1647131042,47.74303,8.99896\n156,1647131365,47.74305,8.99892\n157,1647131689,47.74304,8.99896\n158,1647132004,47.74330,8.99910\n159,1647132320,47.74280,8.99901\n160,1647132637,47.74317,8.99909\n161,1647132955,47.74315,8.99884\n162,1647133273,47.74299,8.99895\n163,1647133592,47.74327,8.99901\n164,1647133906,47.74300,8.99895\n165,1647134222,47.74374,8.99912\n166,1647134543,47.74264,8.99897\n167,1647134863,47.74302,8.99904\n168,1647135183,47.74294,8.99883\n169,1647135499,47.74303,8.99876\n170,1647135815,47.74347,8.99895\n171,1647136134,47.74307,8.99895\n172,1647136451,47.74297,8.99898\n173,1647136768,47.74317,8.99863\n174,1647137090,47.74302,8.99912\n175,1647137407,47.74308,8.99891\n176,1647137724,47.74286,8.99910\n177,1647138050,47.74299,8.99914\n178,1647138377,47.74299,8.99916\n179,1647138707,47.74295,8.99913\n180,1647139038,47.74291,8.99912\n181,1647139380,47.74307,8.99905\n182,1647139697,47.74301,8.99885\n183,1647140013,47.74303,8.99898\n184,1647140328,47.74306,8.99891\n185,1647140644,47.74300,8.99878\n186,1647140959,47.74304,8.99875\n187,1647141273,47.74303,8.99858\n188,1647141589,47.74302,8.99902\n189,1647141905,47.74310,8.99854\n190,1647142220,47.74309,8.99894\n191,1647142537,47.74304,8.99886\n192,1647142852,47.74300,8.99886\n193,1647143168,47.74304,8.99878\n194,1647143488,47.74316,8.99915\n195,1647143804,47.74314,8.99898\n196,1647144124,47.74305,8.99882\n197,1647144445,47.74305,8.99890\n198,1647144760,47.74306,8.99880\n199,1647145079,47.74309,8.99894\n200,1647145410,47.74308,8.99894\n201,1647145726,47.74310,8.99908\n202,1647146055,47.74314,8.99891\n203,1647146388,47.74322,8.99890\n204,1647146724,47.74311,8.99891\n205,1647147052,47.74340,8.99872\n206,1647147376,47.74299,8.99890\n207,1647147697,47.74303,8.99872\n208,1647148034,47.74325,8.99872\n209,1647148380,47.74302,8.99902\n210,1647158066,47.74313,8.99905\n211,1647158643,47.74305,8.99899\n212,1647158957,47.74298,8.99896\n213,1647159268,47.74307,8.99893\n214,1647159581,47.74295,8.99892\n215,1647159902,47.74273,8.99887\n216,1647160219,47.74276,8.99889\n217,1647160534,47.74293,8.99894\n218,1647160853,47.74251,8.99889"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220312_300s_Interval_218_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 15, TOs: 0/0, ErrorsOrGF: 1, TTFF: 84\nFixes: 218, Avg. TTF: 11 s, Avg. HDOP (x10): 18\n\ncount,timestamp,lat,lon\n1,1647081692,47.74287,8.99918\n2,1647081999,47.74304,8.99948\n3,1647082317,47.74270,8.99850\n4,1647082645,47.74324,8.99917\n5,1647082963,47.74305,8.99919\n6,1647083274,47.74289,8.99870\n7,1647083593,47.74317,8.99911\n8,1647083912,47.74315,8.99896\n9,1647084231,47.74303,8.99894\n10,1647084544,47.74292,8.99875\n11,1647084862,47.74313,8.99913\n12,1647085177,47.74318,8.99907\n13,1647085491,47.74314,8.99884\n14,1647085817,47.74309,8.99902\n15,1647086128,47.74307,8.99887\n16,1647086460,47.74302,8.99913\n17,1647086770,47.74322,8.99899\n18,1647087091,47.74288,8.99908\n19,1647087401,47.74309,8.99928\n20,1647087725,47.74398,8.99805\n21,1647088071,47.74300,8.99904\n22,1647088428,47.74287,8.99908\n23,1647088772,47.74301,8.99898\n24,1647089099,47.74300,8.99895\n25,1647089409,47.74304,8.99902\n26,1647089718,47.74297,8.99912\n27,1647090027,47.74297,8.99900\n28,1647090337,47.74308,8.99898\n29,1647090646,47.74306,8.99906\n30,1647090954,47.74319,8.99892\n31,1647091264,47.74294,8.99908\n32,1647091574,47.74304,8.99892\n33,1647091889,47.74305,8.99892\n34,1647092202,47.74318,8.99896\n35,1647092520,47.74312,8.99898\n36,1647092846,47.74335,8.99897\n37,1647093176,47.74304,8.99893\n38,1647093488,47.74313,8.99894\n39,1647093825,47.74307,8.99891\n40,1647094135,47.74351,8.99809\n41,1647094445,47.74342,8.99811\n42,1647094762,47.74365,8.99818\n43,1647095092,47.74314,8.99887\n44,1647095430,47.74302,8.99898\n45,1647095740,47.74295,8.99892\n46,1647096049,47.74295,8.99901\n47,1647096368,47.74296,8.99897\n48,1647096686,47.74301,8.99907\n49,1647097004,47.74301,8.99890\n50,1647097321,47.74306,8.99905\n51,1647097644,47.74301,8.99894\n52,1647097963,47.74301,8.99902\n53,1647098282,47.74289,8.99899\n54,1647098600,47.74296,8.99901\n55,1647098919,47.74303,8.99909\n56,1647099255,47.74305,8.99905\n57,1647099577,47.74302,8.99897\n58,1647099896,47.74292,8.99909\n59,1647100222,47.74266,8.99928\n60,1647100561,47.74294,8.99897\n61,1647100879,47.74304,8.99901\n62,1647101197,47.74294,8.99902\n63,1647101516,47.74304,8.99891\n64,1647101833,47.74308,8.99896\n65,1647102144,47.74356,8.99841\n66,1647102463,47.74314,8.99890\n67,1647102781,47.74311,8.99891\n68,1647103100,47.74311,8.99893\n69,1647103421,47.74305,8.99890\n70,1647103745,47.74309,8.99914\n71,1647104088,47.74313,8.99880\n72,1647104400,47.74300,8.99897\n73,1647104717,47.74321,8.99858\n74,1647105030,47.74301,8.99898\n75,1647105343,47.74303,8.99910\n76,1647105654,47.74305,8.99894\n77,1647105966,47.74320,8.99891\n78,1647106278,47.74307,8.99893\n79,1647106591,47.74332,8.99864\n80,1647106909,47.74297,8.99903\n81,1647107227,47.74312,8.99895\n82,1647107541,47.74296,8.99895\n83,1647107861,47.74308,8.99889\n84,1647108188,47.74300,8.99892\n85,1647108521,47.74314,8.99880\n86,1647108865,47.74304,8.99896\n87,1647109179,47.74303,8.99885\n88,1647109492,47.74293,8.99906\n89,1647109808,47.74296,8.99921\n90,1647110129,47.74299,8.99910\n91,1647110449,47.74306,8.99885\n92,1647110773,47.74316,8.99882\n93,1647111098,47.74309,8.99892\n94,1647111434,47.74314,8.99875\n95,1647111757,47.74311,8.99872\n96,1647112086,47.74312,8.99871\n97,1647112407,47.74328,8.99861\n98,1647112740,47.74302,8.99896\n99,1647113055,47.74315,8.99903\n100,1647113377,47.74294,8.99889\n101,1647113697,47.74309,8.99892\n102,1647114018,47.74304,8.99892\n103,1647114343,47.74303,8.99896\n104,1647114661,47.74299,8.99880\n105,1647114976,47.74298,8.99878\n106,1647115291,47.74307,8.99909\n107,1647115605,47.74305,8.99905\n108,1647115920,47.74312,8.99869\n109,1647116243,47.74304,8.99927\n110,1647116558,47.74299,8.99900\n111,1647116880,47.74301,8.99908\n112,1647117204,47.74309,8.99888\n113,1647117525,47.74304,8.99920\n114,1647117857,47.74308,8.99861\n115,1647118187,47.74304,8.99907\n116,1647118515,47.74312,8.99890\n117,1647118837,47.74308,8.99877\n118,1647119174,47.74322,8.99863\n119,1647119507,47.74296,8.99904\n120,1647119846,47.74320,8.99876\n121,1647120179,47.74314,8.99878\n122,1647120496,47.74297,8.99892\n123,1647120809,47.74292,8.99933\n124,1647121123,47.74290,8.99909\n125,1647121436,47.74307,8.99890\n126,1647121750,47.74314,8.99914\n127,1647122066,47.74321,8.99888\n128,1647122380,47.74303,8.99918\n129,1647122694,47.74245,8.99892\n130,1647123009,47.74259,8.99961\n131,1647123323,47.74245,8.99983\n132,1647123638,47.74234,9.00000\n133,1647123954,47.74304,8.99839\n134,1647124271,47.74289,8.99999\n135,1647124586,47.74286,9.00049\n136,1647124901,47.74289,9.00087\n137,1647125216,47.74306,8.99929\n138,1647125543,47.74310,8.99908\n139,1647125862,47.74308,8.99913\n140,1647126183,47.74295,8.99894\n141,1647126501,47.74288,8.99893\n142,1647126822,47.74311,8.99895\n143,1647127139,47.74284,8.99894\n144,1647127481,47.74294,8.99891\n145,1647127830,47.74304,8.99897\n146,1647128156,47.74311,8.99903\n147,1647128471,47.74322,8.99917\n148,1647128786,47.74297,8.99882\n149,1647129110,47.74306,8.99892\n150,1647129433,47.74312,8.99895\n151,1647129757,47.74304,8.99898\n152,1647130081,47.74310,8.99897\n153,1647130395,47.74303,8.99902\n154,1647130717,47.74312,8.99900\n155,1647131042,47.74303,8.99896\n156,1647131365,47.74305,8.99892\n157,1647131689,47.74304,8.99896\n158,1647132004,47.74330,8.99910\n159,1647132320,47.74280,8.99901\n160,1647132637,47.74317,8.99909\n161,1647132955,47.74315,8.99884\n162,1647133273,47.74299,8.99895\n163,1647133592,47.74327,8.99901\n164,1647133906,47.74300,8.99895\n165,1647134222,47.74374,8.99912\n166,1647134543,47.74264,8.99897\n167,1647134863,47.74302,8.99904\n168,1647135183,47.74294,8.99883\n169,1647135499,47.74303,8.99876\n170,1647135815,47.74347,8.99895\n171,1647136134,47.74307,8.99895\n172,1647136451,47.74297,8.99898\n173,1647136768,47.74317,8.99863\n174,1647137090,47.74302,8.99912\n175,1647137407,47.74308,8.99891\n176,1647137724,47.74286,8.99910\n177,1647138050,47.74299,8.99914\n178,1647138377,47.74299,8.99916\n179,1647138707,47.74295,8.99913\n180,1647139038,47.74291,8.99912\n181,1647139380,47.74307,8.99905\n182,1647139697,47.74301,8.99885\n183,1647140013,47.74303,8.99898\n184,1647140328,47.74306,8.99891\n185,1647140644,47.74300,8.99878\n186,1647140959,47.74304,8.99875\n187,1647141273,47.74303,8.99858\n188,1647141589,47.74302,8.99902\n189,1647141905,47.74310,8.99854\n190,1647142220,47.74309,8.99894\n191,1647142537,47.74304,8.99886\n192,1647142852,47.74300,8.99886\n193,1647143168,47.74304,8.99878\n194,1647143488,47.74316,8.99915\n195,1647143804,47.74314,8.99898\n196,1647144124,47.74305,8.99882\n197,1647144445,47.74305,8.99890\n198,1647144760,47.74306,8.99880\n199,1647145079,47.74309,8.99894\n200,1647145410,47.74308,8.99894\n201,1647145726,47.74310,8.99908\n202,1647146055,47.74314,8.99891\n203,1647146388,47.74322,8.99890\n204,1647146724,47.74311,8.99891\n205,1647147052,47.74340,8.99872\n206,1647147376,47.74299,8.99890\n207,1647147697,47.74303,8.99872\n208,1647148034,47.74325,8.99872\n209,1647148380,47.74302,8.99902\n210,1647158066,47.74313,8.99905\n211,1647158643,47.74305,8.99899\n212,1647158957,47.74298,8.99896\n213,1647159268,47.74307,8.99893\n214,1647159581,47.74295,8.99892\n215,1647159902,47.74273,8.99887\n216,1647160219,47.74276,8.99889\n217,1647160534,47.74293,8.99894\n218,1647160853,47.74251,8.99889\n*END MEMORY*\nV201, ID: 30-302D, 3401mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 300 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220312_300s_Interval_314_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646985290,47.74304,8.99896\n2,1646985593,47.74305,8.99902\n3,1646985906,47.74304,8.99897\n4,1646986219,47.74300,8.99896\n5,1646986531,47.74278,8.99887\n6,1646986844,47.74282,8.99888\n7,1646987155,47.74295,8.99892\n8,1646987459,47.74322,8.99911\n9,1646987773,47.74307,8.99900\n10,1646988076,47.74330,8.99895\n11,1646988380,47.74307,8.99897\n12,1646988691,47.74281,8.99894\n13,1646988995,47.74284,8.99887\n14,1646989299,47.74256,8.99890\n15,1646989604,47.74328,8.99898\n16,1646989911,47.74291,8.99897\n17,1646990217,47.74324,8.99897\n18,1646990521,47.74297,8.99889\n19,1646990832,47.74331,8.99902\n20,1646991138,47.74313,8.99896\n21,1646991443,47.74311,8.99904\n22,1646991748,47.74286,8.99888\n23,1646992073,47.74295,8.99903\n24,1646992410,47.74300,8.99896\n25,1646992713,47.74292,8.99902\n26,1646993016,47.74320,8.99889\n27,1646993320,47.74325,8.99895\n28,1646993630,47.74302,8.99896\n29,1646993936,47.74302,8.99906\n30,1646994247,47.74301,8.99902\n31,1646994569,47.74302,8.99893\n32,1646994878,47.74305,8.99886\n33,1646995201,47.74297,8.99890\n34,1646995532,47.74275,8.99859\n35,1646995845,47.74314,8.99911\n36,1646996155,47.74298,8.99878\n37,1646996490,47.74309,8.99896\n38,1646996798,47.74305,8.99894\n39,1646997103,47.74301,8.99889\n40,1646997409,47.74304,8.99896\n41,1646997714,47.74307,8.99903\n42,1646998026,47.74316,8.99914\n43,1646998347,47.74309,8.99900\n44,1646998710,47.74317,8.99888\n45,1646999017,47.74308,8.99902\n46,1646999330,47.74307,8.99899\n47,1646999642,47.74313,8.99906\n48,1646999954,47.74309,8.99902\n49,1647000265,47.74313,8.99904\n50,1647000577,47.74305,8.99896\n51,1647000883,47.74300,8.99892\n52,1647001187,47.74306,8.99893\n53,1647001505,47.74313,8.99900\n54,1647001813,47.74306,8.99898\n55,1647002123,47.74305,8.99900\n56,1647002431,47.74306,8.99890\n57,1647002749,47.74314,8.99899\n58,1647003086,47.74305,8.99898\n59,1647003397,47.74302,8.99898\n60,1647003709,47.74299,8.99899\n61,1647004022,47.74309,8.99900\n62,1647004335,47.74296,8.99897\n63,1647004647,47.74305,8.99896\n64,1647004957,47.74326,8.99894\n65,1647005276,47.74331,8.99890\n66,1647005595,47.74304,8.99896\n67,1647005918,47.74301,8.99902\n68,1647006225,47.74332,8.99885\n69,1647006549,47.74336,8.99894\n70,1647006861,47.74328,8.99895\n71,1647007175,47.74319,8.99896\n72,1647007501,47.74325,8.99900\n73,1647007818,47.74305,8.99923\n74,1647008130,47.74322,8.99890\n75,1647008460,47.74316,8.99886\n76,1647008764,47.74311,8.99880\n77,1647009074,47.74298,8.99902\n78,1647009378,47.74308,8.99889\n79,1647009681,47.74299,8.99896\n80,1647009987,47.74302,8.99881\n81,1647010297,47.74309,8.99890\n82,1647010605,47.74309,8.99890\n83,1647010916,47.74307,8.99888\n84,1647011222,47.74299,8.99891\n85,1647011532,47.74299,8.99898\n86,1647011839,47.74304,8.99895\n87,1647012144,47.74305,8.99895\n88,1647012449,47.74306,8.99897\n89,1647012755,47.74312,8.99884\n90,1647013070,47.74303,8.99892\n91,1647013376,47.74298,8.99890\n92,1647013683,47.74301,8.99899\n93,1647013993,47.74302,8.99897\n94,1647014304,47.74305,8.99899\n95,1647014610,47.74305,8.99897\n96,1647014922,47.74307,8.99899\n97,1647015228,47.74299,8.99898\n98,1647015541,47.74301,8.99897\n99,1647015853,47.74312,8.99898\n100,1647016166,47.74297,8.99902\n101,1647016473,47.74306,8.99902\n102,1647016796,47.74302,8.99895\n103,1647017107,47.74306,8.99906\n104,1647017422,47.74308,8.99905\n105,1647017738,47.74314,8.99903\n106,1647018057,47.74300,8.99897\n107,1647018373,47.74304,8.99902\n108,1647018685,47.74307,8.99896\n109,1647019003,47.74305,8.99903\n110,1647019322,47.74303,8.99906\n111,1647019639,47.74306,8.99902\n112,1647019958,47.74307,8.99885\n113,1647020275,47.74304,8.99912\n114,1647020594,47.74312,8.99897\n115,1647020934,47.74307,8.99893\n116,1647021245,47.74299,8.99890\n117,1647021552,47.74302,8.99888\n118,1647021860,47.74311,8.99915\n119,1647022171,47.74309,8.99887\n120,1647022478,47.74303,8.99901\n121,1647022784,47.74293,8.99853\n122,1647023092,47.74309,8.99902\n123,1647023400,47.74302,8.99912\n124,1647023707,47.74306,8.99881\n125,1647024014,47.74305,8.99896\n126,1647024321,47.74304,8.99893\n127,1647024628,47.74304,8.99898\n128,1647024938,47.74312,8.99897\n129,1647025247,47.74286,8.99913\n130,1647025557,47.74299,8.99910\n131,1647025873,47.74295,8.99893\n132,1647026203,47.74301,8.99896\n133,1647026526,47.74301,8.99897\n134,1647026847,47.74328,8.99890\n135,1647027164,47.74313,8.99891\n136,1647027473,47.74317,8.99886\n137,1647027787,47.74319,8.99889\n138,1647028104,47.74310,8.99881\n139,1647028423,47.74307,8.99872\n140,1647028741,47.74310,8.99880\n141,1647029050,47.74269,8.99837\n142,1647029361,47.74297,8.99833\n143,1647029673,47.74297,8.99812\n144,1647029987,47.74296,8.99838\n145,1647030311,47.74256,8.99870\n146,1647030636,47.74286,8.99847\n147,1647030958,47.74293,8.99835\n148,1647031290,47.74307,8.99897\n149,1647031611,47.74296,8.99900\n150,1647031923,47.74297,8.99908\n151,1647032234,47.74317,8.99883\n152,1647032546,47.74337,8.99872\n153,1647032858,47.74326,8.99882\n154,1647033171,47.74340,8.99869\n155,1647033482,47.74310,8.99899\n156,1647033792,47.74297,8.99897\n157,1647034102,47.74295,8.99902\n158,1647034411,47.74298,8.99904\n159,1647034721,47.74302,8.99902\n160,1647035031,47.74296,8.99911\n161,1647035340,47.74304,8.99896\n162,1647035652,47.74294,8.99903\n163,1647035971,47.74306,8.99903\n164,1647036307,47.74315,8.99917\n165,1647036626,47.74318,8.99903\n166,1647036960,47.74303,8.99898\n167,1647037269,47.74276,8.99874\n168,1647037577,47.74233,8.99930\n169,1647037886,47.74313,8.99889\n170,1647038201,47.74296,8.99889\n171,1647038522,47.74291,8.99897\n172,1647038845,47.74302,8.99888\n173,1647039153,47.74343,8.99907\n174,1647039466,47.74286,8.99895\n175,1647039781,47.74277,8.99895\n176,1647040096,47.74209,8.99906\n177,1647040413,47.74319,8.99952\n178,1647040730,47.74289,8.99879\n179,1647041047,47.74307,8.99918\n180,1647041367,47.74287,8.99882\n181,1647041686,47.74304,8.99899\n182,1647042002,47.74255,8.99870\n183,1647042320,47.74274,8.99877\n184,1647042637,47.74287,8.99893\n185,1647042955,47.74269,8.99887\n186,1647043274,47.74261,8.99883\n187,1647043591,47.74249,8.99889\n188,1647043909,47.74248,8.99871\n189,1647044225,47.74107,8.99867\n190,1647044542,47.74119,8.99862\n191,1647044858,47.74176,8.99838\n192,1647045176,47.74260,8.99883\n193,1647045493,47.74253,8.99887\n194,1647045812,47.74241,8.99894\n195,1647046137,47.74239,8.99899\n196,1647046461,47.74234,8.99896\n197,1647046785,47.74189,8.99877\n198,1647047130,47.74299,8.99894\n199,1647047438,47.74319,8.99892\n200,1647047746,47.74301,8.99914\n201,1647048060,47.74297,8.99908\n202,1647048375,47.74306,8.99871\n203,1647048691,47.74304,8.99892\n204,1647049009,47.74301,8.99899\n205,1647049320,47.74286,8.99887\n206,1647049631,47.74285,8.99885\n207,1647049954,47.74326,8.99893\n208,1647050263,47.74104,8.99834\n209,1647050577,47.74337,8.99892\n210,1647050892,47.74298,8.99888\n211,1647051205,47.74313,8.99900\n212,1647051525,47.74314,8.99884\n213,1647051843,47.74312,8.99887\n214,1647052160,47.74300,8.99904\n215,1647052478,47.74298,8.99903\n216,1647052805,47.74318,8.99885\n217,1647053149,47.74302,8.99901\n218,1647060630,47.74321,8.99855\n219,1647060939,47.74274,8.99891\n220,1647061249,47.74300,8.99886\n221,1647061558,47.74252,8.99957\n222,1647061866,47.74313,8.99889\n223,1647062175,47.74301,8.99904\n224,1647062486,47.74297,8.99893\n225,1647062794,47.74305,8.99879\n226,1647063106,47.74304,8.99906\n227,1647063418,47.74304,8.99889\n228,1647063729,47.74308,8.99884\n229,1647064042,47.74300,8.99897\n230,1647064356,47.74305,8.99892\n231,1647064671,47.74296,8.99893\n232,1647064981,47.74306,8.99896\n233,1647065294,47.74298,8.99898\n234,1647065607,47.74309,8.99891\n235,1647065920,47.74312,8.99893\n236,1647066232,47.74307,8.99889\n237,1647066541,47.74304,8.99897\n238,1647066852,47.74301,8.99897\n239,1647067165,47.74307,8.99884\n240,1647067479,47.74308,8.99890\n241,1647067799,47.74302,8.99902\n242,1647068109,47.74300,8.99901\n243,1647068420,47.74306,8.99902\n244,1647068746,47.74321,8.99876\n245,1647069056,47.74357,8.99840\n246,1647069367,47.74296,8.99906\n247,1647069706,47.74293,8.99917\n248,1647070030,47.74305,8.99893\n249,1647070337,47.74293,8.99912\n250,1647070649,47.74308,8.99910\n251,1647070956,47.74305,8.99906\n252,1647071263,47.74278,8.99918\n253,1647071572,47.74301,8.99907\n254,1647071881,47.74304,8.99909\n255,1647072188,47.74300,8.99917\n256,1647072497,47.74303,8.99906\n257,1647072805,47.74306,8.99907\n258,1647073113,47.74293,8.99900\n259,1647073421,47.74309,8.99906\n260,1647073729,47.74310,8.99907\n261,1647074037,47.74307,8.99903\n262,1647074353,47.74311,8.99904\n263,1647074662,47.74306,8.99902\n264,1647074968,47.74305,8.99903\n265,1647075278,47.74294,8.99911\n266,1647075584,47.74304,8.99905\n267,1647075891,47.74290,8.99916\n268,1647076198,47.74282,8.99919\n269,1647076505,47.74281,8.99924\n270,1647076819,47.74284,8.99917\n271,1647077127,47.74293,8.99914\n272,1647077434,47.74287,8.99919\n273,1647077742,47.74224,8.99930\n274,1647078050,47.74275,8.99932\n275,1647078392,47.74309,8.99897\n276,1647078695,47.74302,8.99914\n277,1647078998,47.74301,8.99899\n278,1647079301,47.74319,8.99883\n279,1647079607,47.74302,8.99899\n280,1647079912,47.74306,8.99900\n281,1647080217,47.74307,8.99901\n282,1647080527,47.74313,8.99902\n283,1647080831,47.74268,8.99858\n284,1647081134,47.74270,8.99831\n285,1647081439,47.74265,8.99817\n286,1647081757,47.74328,8.99899\n287,1647082069,47.74266,8.99948\n288,1647082373,47.74276,8.99967\n289,1647082676,47.74275,8.99960\n290,1647082981,47.74265,8.99968\n291,1647083286,47.74313,8.99962\n292,1647083589,47.74309,8.99936\n293,1647083892,47.74285,9.00016\n294,1647084196,47.74307,8.99936\n295,1647084499,47.74317,8.99945\n296,1647084803,47.74307,8.99933\n297,1647085107,47.74387,9.00070\n298,1647085410,47.74336,8.99965\n299,1647085716,47.74292,8.99999\n300,1647086020,47.74343,8.99969\n301,1647086323,47.74343,8.99965\n302,1647086627,47.74315,8.99932\n303,1647086932,47.74347,8.99978\n304,1647087236,47.74337,8.99955\n305,1647087540,47.74338,8.99950\n306,1647087844,47.74337,8.99956\n307,1647088148,47.74291,8.99947\n308,1647088452,47.74326,8.99942\n309,1647088758,47.74325,8.99942\n310,1647089061,47.74328,8.99919\n311,1647089367,47.74341,8.99926\n312,1647089672,47.74332,8.99926\n313,1647090001,47.74314,8.99894\n314,1647090304,47.74317,8.99900"
  },
  {
    "path": "TickTagData/05_StationaryPosition_300s_Interval/20220312_300s_Interval_314_fixes.txt",
    "content": "▒▒---TICK-TAG---\n*START MEMORY*\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nFixes: 314, Avg. TTF: 10 s, Avg. HDOP (x10): 15\n\ncount,timestamp,lat,lon\n1,1646985290,47.74304,8.99896\n2,1646985593,47.74305,8.99902\n3,1646985906,47.74304,8.99897\n4,1646986219,47.74300,8.99896\n5,1646986531,47.74278,8.99887\n6,1646986844,47.74282,8.99888\n7,1646987155,47.74295,8.99892\n8,1646987459,47.74322,8.99911\n9,1646987773,47.74307,8.99900\n10,1646988076,47.74330,8.99895\n11,1646988380,47.74307,8.99897\n12,1646988691,47.74281,8.99894\n13,1646988995,47.74284,8.99887\n14,1646989299,47.74256,8.99890\n15,1646989604,47.74328,8.99898\n16,1646989911,47.74291,8.99897\n17,1646990217,47.74324,8.99897\n18,1646990521,47.74297,8.99889\n19,1646990832,47.74331,8.99902\n20,1646991138,47.74313,8.99896\n21,1646991443,47.74311,8.99904\n22,1646991748,47.74286,8.99888\n23,1646992073,47.74295,8.99903\n24,1646992410,47.74300,8.99896\n25,1646992713,47.74292,8.99902\n26,1646993016,47.74320,8.99889\n27,1646993320,47.74325,8.99895\n28,1646993630,47.74302,8.99896\n29,1646993936,47.74302,8.99906\n30,1646994247,47.74301,8.99902\n31,1646994569,47.74302,8.99893\n32,1646994878,47.74305,8.99886\n33,1646995201,47.74297,8.99890\n34,1646995532,47.74275,8.99859\n35,1646995845,47.74314,8.99911\n36,1646996155,47.74298,8.99878\n37,1646996490,47.74309,8.99896\n38,1646996798,47.74305,8.99894\n39,1646997103,47.74301,8.99889\n40,1646997409,47.74304,8.99896\n41,1646997714,47.74307,8.99903\n42,1646998026,47.74316,8.99914\n43,1646998347,47.74309,8.99900\n44,1646998710,47.74317,8.99888\n45,1646999017,47.74308,8.99902\n46,1646999330,47.74307,8.99899\n47,1646999642,47.74313,8.99906\n48,1646999954,47.74309,8.99902\n49,1647000265,47.74313,8.99904\n50,1647000577,47.74305,8.99896\n51,1647000883,47.74300,8.99892\n52,1647001187,47.74306,8.99893\n53,1647001505,47.74313,8.99900\n54,1647001813,47.74306,8.99898\n55,1647002123,47.74305,8.99900\n56,1647002431,47.74306,8.99890\n57,1647002749,47.74314,8.99899\n58,1647003086,47.74305,8.99898\n59,1647003397,47.74302,8.99898\n60,1647003709,47.74299,8.99899\n61,1647004022,47.74309,8.99900\n62,1647004335,47.74296,8.99897\n63,1647004647,47.74305,8.99896\n64,1647004957,47.74326,8.99894\n65,1647005276,47.74331,8.99890\n66,1647005595,47.74304,8.99896\n67,1647005918,47.74301,8.99902\n68,1647006225,47.74332,8.99885\n69,1647006549,47.74336,8.99894\n70,1647006861,47.74328,8.99895\n71,1647007175,47.74319,8.99896\n72,1647007501,47.74325,8.99900\n73,1647007818,47.74305,8.99923\n74,1647008130,47.74322,8.99890\n75,1647008460,47.74316,8.99886\n76,1647008764,47.74311,8.99880\n77,1647009074,47.74298,8.99902\n78,1647009378,47.74308,8.99889\n79,1647009681,47.74299,8.99896\n80,1647009987,47.74302,8.99881\n81,1647010297,47.74309,8.99890\n82,1647010605,47.74309,8.99890\n83,1647010916,47.74307,8.99888\n84,1647011222,47.74299,8.99891\n85,1647011532,47.74299,8.99898\n86,1647011839,47.74304,8.99895\n87,1647012144,47.74305,8.99895\n88,1647012449,47.74306,8.99897\n89,1647012755,47.74312,8.99884\n90,1647013070,47.74303,8.99892\n91,1647013376,47.74298,8.99890\n92,1647013683,47.74301,8.99899\n93,1647013993,47.74302,8.99897\n94,1647014304,47.74305,8.99899\n95,1647014610,47.74305,8.99897\n96,1647014922,47.74307,8.99899\n97,1647015228,47.74299,8.99898\n98,1647015541,47.74301,8.99897\n99,1647015853,47.74312,8.99898\n100,1647016166,47.74297,8.99902\n101,1647016473,47.74306,8.99902\n102,1647016796,47.74302,8.99895\n103,1647017107,47.74306,8.99906\n104,1647017422,47.74308,8.99905\n105,1647017738,47.74314,8.99903\n106,1647018057,47.74300,8.99897\n107,1647018373,47.74304,8.99902\n108,1647018685,47.74307,8.99896\n109,1647019003,47.74305,8.99903\n110,1647019322,47.74303,8.99906\n111,1647019639,47.74306,8.99902\n112,1647019958,47.74307,8.99885\n113,1647020275,47.74304,8.99912\n114,1647020594,47.74312,8.99897\n115,1647020934,47.74307,8.99893\n116,1647021245,47.74299,8.99890\n117,1647021552,47.74302,8.99888\n118,1647021860,47.74311,8.99915\n119,1647022171,47.74309,8.99887\n120,1647022478,47.74303,8.99901\n121,1647022784,47.74293,8.99853\n122,1647023092,47.74309,8.99902\n123,1647023400,47.74302,8.99912\n124,1647023707,47.74306,8.99881\n125,1647024014,47.74305,8.99896\n126,1647024321,47.74304,8.99893\n127,1647024628,47.74304,8.99898\n128,1647024938,47.74312,8.99897\n129,1647025247,47.74286,8.99913\n130,1647025557,47.74299,8.99910\n131,1647025873,47.74295,8.99893\n132,1647026203,47.74301,8.99896\n133,1647026526,47.74301,8.99897\n134,1647026847,47.74328,8.99890\n135,1647027164,47.74313,8.99891\n136,1647027473,47.74317,8.99886\n137,1647027787,47.74319,8.99889\n138,1647028104,47.74310,8.99881\n139,1647028423,47.74307,8.99872\n140,1647028741,47.74310,8.99880\n141,1647029050,47.74269,8.99837\n142,1647029361,47.74297,8.99833\n143,1647029673,47.74297,8.99812\n144,1647029987,47.74296,8.99838\n145,1647030311,47.74256,8.99870\n146,1647030636,47.74286,8.99847\n147,1647030958,47.74293,8.99835\n148,1647031290,47.74307,8.99897\n149,1647031611,47.74296,8.99900\n150,1647031923,47.74297,8.99908\n151,1647032234,47.74317,8.99883\n152,1647032546,47.74337,8.99872\n153,1647032858,47.74326,8.99882\n154,1647033171,47.74340,8.99869\n155,1647033482,47.74310,8.99899\n156,1647033792,47.74297,8.99897\n157,1647034102,47.74295,8.99902\n158,1647034411,47.74298,8.99904\n159,1647034721,47.74302,8.99902\n160,1647035031,47.74296,8.99911\n161,1647035340,47.74304,8.99896\n162,1647035652,47.74294,8.99903\n163,1647035971,47.74306,8.99903\n164,1647036307,47.74315,8.99917\n165,1647036626,47.74318,8.99903\n166,1647036960,47.74303,8.99898\n167,1647037269,47.74276,8.99874\n168,1647037577,47.74233,8.99930\n169,1647037886,47.74313,8.99889\n170,1647038201,47.74296,8.99889\n171,1647038522,47.74291,8.99897\n172,1647038845,47.74302,8.99888\n173,1647039153,47.74343,8.99907\n174,1647039466,47.74286,8.99895\n175,1647039781,47.74277,8.99895\n176,1647040096,47.74209,8.99906\n177,1647040413,47.74319,8.99952\n178,1647040730,47.74289,8.99879\n179,1647041047,47.74307,8.99918\n180,1647041367,47.74287,8.99882\n181,1647041686,47.74304,8.99899\n182,1647042002,47.74255,8.99870\n183,1647042320,47.74274,8.99877\n184,1647042637,47.74287,8.99893\n185,1647042955,47.74269,8.99887\n186,1647043274,47.74261,8.99883\n187,1647043591,47.74249,8.99889\n188,1647043909,47.74248,8.99871\n189,1647044225,47.74107,8.99867\n190,1647044542,47.74119,8.99862\n191,1647044858,47.74176,8.99838\n192,1647045176,47.74260,8.99883\n193,1647045493,47.74253,8.99887\n194,1647045812,47.74241,8.99894\n195,1647046137,47.74239,8.99899\n196,1647046461,47.74234,8.99896\n197,1647046785,47.74189,8.99877\n198,1647047130,47.74299,8.99894\n199,1647047438,47.74319,8.99892\n200,1647047746,47.74301,8.99914\n201,1647048060,47.74297,8.99908\n202,1647048375,47.74306,8.99871\n203,1647048691,47.74304,8.99892\n204,1647049009,47.74301,8.99899\n205,1647049320,47.74286,8.99887\n206,1647049631,47.74285,8.99885\n207,1647049954,47.74326,8.99893\n208,1647050263,47.74104,8.99834\n209,1647050577,47.74337,8.99892\n210,1647050892,47.74298,8.99888\n211,1647051205,47.74313,8.99900\n212,1647051525,47.74314,8.99884\n213,1647051843,47.74312,8.99887\n214,1647052160,47.74300,8.99904\n215,1647052478,47.74298,8.99903\n216,1647052805,47.74318,8.99885\n217,1647053149,47.74302,8.99901\n218,1647060630,47.74321,8.99855\n219,1647060939,47.74274,8.99891\n220,1647061249,47.74300,8.99886\n221,1647061558,47.74252,8.99957\n222,1647061866,47.74313,8.99889\n223,1647062175,47.74301,8.99904\n224,1647062486,47.74297,8.99893\n225,1647062794,47.74305,8.99879\n226,1647063106,47.74304,8.99906\n227,1647063418,47.74304,8.99889\n228,1647063729,47.74308,8.99884\n229,1647064042,47.74300,8.99897\n230,1647064356,47.74305,8.99892\n231,1647064671,47.74296,8.99893\n232,1647064981,47.74306,8.99896\n233,1647065294,47.74298,8.99898\n234,1647065607,47.74309,8.99891\n235,1647065920,47.74312,8.99893\n236,1647066232,47.74307,8.99889\n237,1647066541,47.74304,8.99897\n238,1647066852,47.74301,8.99897\n239,1647067165,47.74307,8.99884\n240,1647067479,47.74308,8.99890\n241,1647067799,47.74302,8.99902\n242,1647068109,47.74300,8.99901\n243,1647068420,47.74306,8.99902\n244,1647068746,47.74321,8.99876\n245,1647069056,47.74357,8.99840\n246,1647069367,47.74296,8.99906\n247,1647069706,47.74293,8.99917\n248,1647070030,47.74305,8.99893\n249,1647070337,47.74293,8.99912\n250,1647070649,47.74308,8.99910\n251,1647070956,47.74305,8.99906\n252,1647071263,47.74278,8.99918\n253,1647071572,47.74301,8.99907\n254,1647071881,47.74304,8.99909\n255,1647072188,47.74300,8.99917\n256,1647072497,47.74303,8.99906\n257,1647072805,47.74306,8.99907\n258,1647073113,47.74293,8.99900\n259,1647073421,47.74309,8.99906\n260,1647073729,47.74310,8.99907\n261,1647074037,47.74307,8.99903\n262,1647074353,47.74311,8.99904\n263,1647074662,47.74306,8.99902\n264,1647074968,47.74305,8.99903\n265,1647075278,47.74294,8.99911\n266,1647075584,47.74304,8.99905\n267,1647075891,47.74290,8.99916\n268,1647076198,47.74282,8.99919\n269,1647076505,47.74281,8.99924\n270,1647076819,47.74284,8.99917\n271,1647077127,47.74293,8.99914\n272,1647077434,47.74287,8.99919\n273,1647077742,47.74224,8.99930\n274,1647078050,47.74275,8.99932\n275,1647078392,47.74309,8.99897\n276,1647078695,47.74302,8.99914\n277,1647078998,47.74301,8.99899\n278,1647079301,47.74319,8.99883\n279,1647079607,47.74302,8.99899\n280,1647079912,47.74306,8.99900\n281,1647080217,47.74307,8.99901\n282,1647080527,47.74313,8.99902\n283,1647080831,47.74268,8.99858\n284,1647081134,47.74270,8.99831\n285,1647081439,47.74265,8.99817\n286,1647081757,47.74328,8.99899\n287,1647082069,47.74266,8.99948\n288,1647082373,47.74276,8.99967\n289,1647082676,47.74275,8.99960\n290,1647082981,47.74265,8.99968\n291,1647083286,47.74313,8.99962\n292,1647083589,47.74309,8.99936\n293,1647083892,47.74285,9.00016\n294,1647084196,47.74307,8.99936\n295,1647084499,47.74317,8.99945\n296,1647084803,47.74307,8.99933\n297,1647085107,47.74387,9.00070\n298,1647085410,47.74336,8.99965\n299,1647085716,47.74292,8.99999\n300,1647086020,47.74343,8.99969\n301,1647086323,47.74343,8.99965\n302,1647086627,47.74315,8.99932\n303,1647086932,47.74347,8.99978\n304,1647087236,47.74337,8.99955\n305,1647087540,47.74338,8.99950\n306,1647087844,47.74337,8.99956\n307,1647088148,47.74291,8.99947\n308,1647088452,47.74326,8.99942\n309,1647088758,47.74325,8.99942\n310,1647089061,47.74328,8.99919\n311,1647089367,47.74341,8.99926\n312,1647089672,47.74332,8.99926\n313,1647090001,47.74314,8.99894\n314,1647090304,47.74317,8.99900\n*END MEMORY*\nV201, ID: 30-5526, 3437mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 300 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/06_StationaryPosition_10s_Burst_Every_30s/20220303_10s_Burst_Every_30s_5331_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646291419,47.74306,8.99897\n2,1646291420,47.74306,8.99897\n3,1646291421,47.74306,8.99897\n4,1646291422,47.74306,8.99897\n5,1646291423,47.74306,8.99897\n6,1646291424,47.74306,8.99897\n7,1646291425,47.74306,8.99897\n8,1646291426,47.74306,8.99897\n9,1646291427,47.74306,8.99897\n10,1646291428,47.74306,8.99897\n11,1646291461,47.74307,8.99902\n12,1646291462,47.74308,8.99901\n13,1646291463,47.74309,8.99901\n14,1646291464,47.74310,8.99902\n15,1646291465,47.74310,8.99901\n16,1646291466,47.74310,8.99901\n17,1646291467,47.74310,8.99901\n18,1646291468,47.74311,8.99901\n19,1646291469,47.74311,8.99901\n20,1646291470,47.74311,8.99900\n21,1646291504,47.74311,8.99890\n22,1646291505,47.74311,8.99893\n23,1646291506,47.74311,8.99895\n24,1646291507,47.74311,8.99895\n25,1646291508,47.74311,8.99896\n26,1646291509,47.74310,8.99896\n27,1646291510,47.74310,8.99897\n28,1646291511,47.74310,8.99898\n29,1646291512,47.74310,8.99899\n30,1646291513,47.74310,8.99899\n31,1646291547,47.74260,8.99908\n32,1646291548,47.74299,8.99897\n33,1646291549,47.74300,8.99896\n34,1646291550,47.74300,8.99895\n35,1646291551,47.74300,8.99893\n36,1646291552,47.74300,8.99892\n37,1646291553,47.74301,8.99893\n38,1646291554,47.74302,8.99893\n39,1646291555,47.74303,8.99894\n40,1646291556,47.74303,8.99894\n41,1646291591,47.74307,8.99906\n42,1646291592,47.74307,8.99904\n43,1646291593,47.74307,8.99902\n44,1646291594,47.74307,8.99901\n45,1646291595,47.74307,8.99900\n46,1646291596,47.74307,8.99899\n47,1646291597,47.74307,8.99899\n48,1646291598,47.74307,8.99899\n49,1646291599,47.74307,8.99899\n50,1646291600,47.74301,8.99899\n51,1646291635,47.74304,8.99899\n52,1646291636,47.74304,8.99898\n53,1646291637,47.74305,8.99898\n54,1646291638,47.74305,8.99898\n55,1646291639,47.74304,8.99898\n56,1646291640,47.74304,8.99897\n57,1646291641,47.74301,8.99897\n58,1646291643,47.74301,8.99897\n59,1646291644,47.74302,8.99897\n60,1646291645,47.74302,8.99896\n61,1646291679,47.74310,8.99885\n62,1646291680,47.74308,8.99887\n63,1646291681,47.74307,8.99888\n64,1646291682,47.74307,8.99889\n65,1646291683,47.74306,8.99890\n66,1646291684,47.74305,8.99890\n67,1646291685,47.74305,8.99891\n68,1646291686,47.74305,8.99891\n69,1646291687,47.74304,8.99891\n70,1646291688,47.74304,8.99891\n71,1646291723,47.74313,8.99903\n72,1646291724,47.74311,8.99902\n73,1646291725,47.74310,8.99902\n74,1646291726,47.74309,8.99899\n75,1646291727,47.74309,8.99899\n76,1646291728,47.74309,8.99898\n77,1646291729,47.74309,8.99899\n78,1646291730,47.74308,8.99898\n79,1646291731,47.74309,8.99898\n80,1646291733,47.74309,8.99898\n81,1646291768,47.74293,8.99880\n82,1646291769,47.74295,8.99882\n83,1646291770,47.74297,8.99885\n84,1646291771,47.74300,8.99888\n85,1646291772,47.74300,8.99890\n86,1646291773,47.74300,8.99891\n87,1646291774,47.74300,8.99891\n88,1646291775,47.74300,8.99892\n89,1646291776,47.74300,8.99892\n90,1646291777,47.74300,8.99892\n91,1646291811,47.74301,8.99885\n92,1646291812,47.74304,8.99891\n93,1646291813,47.74305,8.99892\n94,1646291814,47.74305,8.99893\n95,1646291815,47.74305,8.99894\n96,1646291816,47.74305,8.99895\n97,1646291817,47.74305,8.99895\n98,1646291818,47.74304,8.99896\n99,1646291819,47.74304,8.99896\n100,1646291820,47.74304,8.99896\n101,1646291855,47.74307,8.99885\n102,1646291856,47.74305,8.99890\n103,1646291857,47.74304,8.99892\n104,1646291858,47.74303,8.99894\n105,1646291859,47.74304,8.99894\n106,1646291860,47.74304,8.99895\n107,1646291861,47.74304,8.99894\n108,1646291862,47.74303,8.99895\n109,1646291863,47.74303,8.99895\n110,1646291864,47.74302,8.99894\n111,1646291898,47.74300,8.99887\n112,1646291899,47.74299,8.99887\n113,1646291900,47.74299,8.99888\n114,1646291901,47.74299,8.99889\n115,1646291902,47.74299,8.99890\n116,1646291903,47.74299,8.99891\n117,1646291904,47.74299,8.99892\n118,1646291905,47.74296,8.99893\n119,1646291907,47.74296,8.99893\n120,1646291908,47.74296,8.99893\n121,1646291942,47.74274,8.99910\n122,1646291943,47.74303,8.99908\n123,1646291944,47.74304,8.99904\n124,1646291945,47.74305,8.99903\n125,1646291946,47.74304,8.99902\n126,1646291947,47.74304,8.99901\n127,1646291948,47.74304,8.99900\n128,1646291949,47.74304,8.99900\n129,1646291950,47.74303,8.99899\n130,1646291951,47.74304,8.99899\n131,1646291985,47.74290,8.99916\n132,1646291986,47.74307,8.99902\n133,1646291987,47.74309,8.99902\n134,1646291988,47.74309,8.99902\n135,1646291989,47.74309,8.99903\n136,1646291990,47.74309,8.99903\n137,1646291991,47.74309,8.99904\n138,1646291992,47.74309,8.99903\n139,1646291993,47.74309,8.99904\n140,1646291994,47.74308,8.99904\n141,1646292029,47.74309,8.99891\n142,1646292030,47.74308,8.99897\n143,1646292031,47.74307,8.99899\n144,1646292032,47.74306,8.99899\n145,1646292033,47.74307,8.99899\n146,1646292034,47.74306,8.99900\n147,1646292035,47.74306,8.99899\n148,1646292036,47.74306,8.99899\n149,1646292037,47.74304,8.99899\n150,1646292039,47.74305,8.99899\n151,1646292074,47.74312,8.99893\n152,1646292075,47.74312,8.99893\n153,1646292076,47.74311,8.99895\n154,1646292077,47.74311,8.99895\n155,1646292078,47.74310,8.99895\n156,1646292079,47.74309,8.99896\n157,1646292080,47.74309,8.99896\n158,1646292081,47.74308,8.99897\n159,1646292082,47.74308,8.99898\n160,1646292083,47.74308,8.99899\n161,1646292118,47.74302,8.99903\n162,1646292119,47.74302,8.99901\n163,1646292120,47.74302,8.99900\n164,1646292121,47.74303,8.99900\n165,1646292122,47.74305,8.99900\n166,1646292123,47.74305,8.99900\n167,1646292124,47.74305,8.99900\n168,1646292125,47.74305,8.99900\n169,1646292126,47.74305,8.99900\n170,1646292127,47.74307,8.99899\n171,1646292163,47.74314,8.99902\n172,1646292164,47.74315,8.99900\n173,1646292165,47.74315,8.99899\n174,1646292166,47.74315,8.99898\n175,1646292167,47.74315,8.99897\n176,1646292168,47.74315,8.99897\n177,1646292169,47.74315,8.99897\n178,1646292171,47.74315,8.99897\n179,1646292172,47.74315,8.99897\n180,1646292173,47.74314,8.99897\n181,1646292207,47.74293,8.99907\n182,1646292208,47.74306,8.99904\n183,1646292209,47.74307,8.99904\n184,1646292210,47.74307,8.99903\n185,1646292211,47.74307,8.99901\n186,1646292212,47.74308,8.99901\n187,1646292213,47.74309,8.99901\n188,1646292214,47.74309,8.99901\n189,1646292215,47.74308,8.99901\n190,1646292216,47.74308,8.99901\n191,1646292250,47.74326,8.99875\n192,1646292251,47.74305,8.99895\n193,1646292252,47.74303,8.99898\n194,1646292253,47.74303,8.99899\n195,1646292254,47.74303,8.99898\n196,1646292255,47.74303,8.99898\n197,1646292256,47.74304,8.99897\n198,1646292257,47.74305,8.99896\n199,1646292258,47.74305,8.99895\n200,1646292259,47.74305,8.99894\n201,1646292295,47.74309,8.99908\n202,1646292296,47.74309,8.99907\n203,1646292297,47.74309,8.99907\n204,1646292298,47.74309,8.99907\n205,1646292299,47.74310,8.99909\n206,1646292300,47.74310,8.99910\n207,1646292301,47.74304,8.99911\n208,1646292303,47.74305,8.99912\n209,1646292304,47.74305,8.99912\n210,1646292305,47.74305,8.99913\n211,1646292340,47.74262,8.99879\n212,1646292341,47.74284,8.99891\n213,1646292342,47.74293,8.99895\n214,1646292343,47.74294,8.99894\n215,1646292344,47.74294,8.99895\n216,1646292345,47.74294,8.99894\n217,1646292346,47.74293,8.99895\n218,1646292347,47.74292,8.99894\n219,1646292348,47.74292,8.99895\n220,1646292349,47.74294,8.99895\n221,1646292383,47.74318,8.99926\n222,1646292384,47.74304,8.99910\n223,1646292385,47.74298,8.99903\n224,1646292386,47.74297,8.99904\n225,1646292387,47.74296,8.99904\n226,1646292388,47.74297,8.99904\n227,1646292389,47.74296,8.99904\n228,1646292390,47.74296,8.99905\n229,1646292391,47.74291,8.99906\n230,1646292393,47.74290,8.99907\n231,1646292428,47.74311,8.99885\n232,1646292429,47.74310,8.99887\n233,1646292430,47.74309,8.99887\n234,1646292431,47.74309,8.99888\n235,1646292432,47.74308,8.99887\n236,1646292433,47.74308,8.99887\n237,1646292434,47.74307,8.99888\n238,1646292435,47.74306,8.99889\n239,1646292436,47.74305,8.99889\n240,1646292437,47.74304,8.99889\n241,1646292475,47.74299,8.99897\n242,1646292476,47.74295,8.99895\n243,1646292477,47.74295,8.99895\n244,1646292478,47.74294,8.99895\n245,1646292479,47.74294,8.99894\n246,1646292480,47.74293,8.99894\n247,1646292481,47.74292,8.99893\n248,1646292483,47.74291,8.99893\n249,1646292484,47.74290,8.99893\n250,1646292485,47.74289,8.99892\n251,1646292526,47.74259,8.99877\n252,1646292527,47.74256,8.99876\n253,1646292528,47.74254,8.99875\n254,1646292529,47.74260,8.99876\n255,1646292531,47.74261,8.99876\n256,1646292532,47.74263,8.99877\n257,1646292533,47.74268,8.99879\n258,1646292534,47.74271,8.99881\n259,1646292535,47.74272,8.99881\n260,1646292536,47.74273,8.99882\n261,1646292575,47.74292,8.99889\n262,1646292576,47.74284,8.99886\n263,1646292577,47.74288,8.99886\n264,1646292579,47.74299,8.99891\n265,1646292580,47.74303,8.99892\n266,1646292581,47.74303,8.99893\n267,1646292582,47.74304,8.99893\n268,1646292583,47.74305,8.99893\n269,1646292584,47.74306,8.99894\n270,1646292585,47.74307,8.99894\n271,1646292624,47.74296,8.99898\n272,1646292625,47.74299,8.99899\n273,1646292626,47.74303,8.99900\n274,1646292627,47.74299,8.99897\n275,1646292628,47.74295,8.99896\n276,1646292629,47.74292,8.99894\n277,1646292630,47.74291,8.99894\n278,1646292631,47.74299,8.99892\n279,1646292633,47.74296,8.99891\n280,1646292634,47.74295,8.99890\n281,1646292672,47.74326,8.99907\n282,1646292673,47.74328,8.99908\n283,1646292674,47.74314,8.99903\n284,1646292675,47.74312,8.99902\n285,1646292676,47.74309,8.99901\n286,1646292677,47.74306,8.99900\n287,1646292678,47.74303,8.99898\n288,1646292679,47.74303,8.99897\n289,1646292681,47.74300,8.99895\n290,1646292682,47.74298,8.99894\n291,1646292717,47.74312,8.99899\n292,1646292718,47.74311,8.99899\n293,1646292719,47.74310,8.99898\n294,1646292720,47.74310,8.99898\n295,1646292721,47.74310,8.99899\n296,1646292722,47.74310,8.99900\n297,1646292723,47.74310,8.99900\n298,1646292724,47.74309,8.99899\n299,1646292725,47.74309,8.99899\n300,1646292726,47.74308,8.99898\n301,1646292762,47.74313,8.99887\n302,1646292763,47.74308,8.99891\n303,1646292764,47.74314,8.99890\n304,1646292765,47.74316,8.99890\n305,1646292766,47.74315,8.99891\n306,1646292767,47.74313,8.99891\n307,1646292768,47.74312,8.99892\n308,1646292769,47.74311,8.99893\n309,1646292770,47.74308,8.99895\n310,1646292772,47.74309,8.99895\n311,1646292808,47.74302,8.99885\n312,1646292809,47.74305,8.99892\n313,1646292810,47.74304,8.99893\n314,1646292811,47.74305,8.99894\n315,1646292812,47.74304,8.99893\n316,1646292813,47.74305,8.99892\n317,1646292814,47.74305,8.99890\n318,1646292815,47.74305,8.99889\n319,1646292816,47.74305,8.99888\n320,1646292817,47.74296,8.99896\n321,1646292853,47.74300,8.99896\n322,1646292854,47.74303,8.99896\n323,1646292854,47.74304,8.99895\n324,1646292855,47.74306,8.99893\n325,1646292856,47.74307,8.99891\n326,1646292857,47.74307,8.99890\n327,1646292858,47.74307,8.99890\n328,1646292860,47.74297,8.99898\n329,1646292861,47.74297,8.99898\n330,1646292862,47.74298,8.99898\n331,1646292896,47.74306,8.99902\n332,1646292897,47.74306,8.99904\n333,1646292898,47.74306,8.99903\n334,1646292899,47.74305,8.99904\n335,1646292900,47.74305,8.99904\n336,1646292901,47.74305,8.99903\n337,1646292902,47.74305,8.99902\n338,1646292903,47.74305,8.99902\n339,1646292904,47.74305,8.99901\n340,1646292905,47.74306,8.99901\n341,1646292941,47.74306,8.99901\n342,1646292942,47.74306,8.99901\n343,1646292943,47.74307,8.99899\n344,1646292944,47.74311,8.99896\n345,1646292945,47.74311,8.99895\n346,1646292946,47.74311,8.99893\n347,1646292947,47.74312,8.99892\n348,1646292948,47.74312,8.99892\n349,1646292949,47.74309,8.99894\n350,1646292951,47.74309,8.99894\n351,1646292987,47.74305,8.99902\n352,1646292988,47.74307,8.99901\n353,1646292989,47.74308,8.99900\n354,1646292990,47.74307,8.99899\n355,1646292991,47.74307,8.99898\n356,1646292993,47.74307,8.99898\n357,1646292994,47.74306,8.99899\n358,1646292995,47.74306,8.99899\n359,1646292996,47.74306,8.99899\n360,1646292997,47.74306,8.99898\n361,1646293032,47.74285,8.99899\n362,1646293033,47.74289,8.99901\n363,1646293034,47.74291,8.99899\n364,1646293035,47.74294,8.99895\n365,1646293036,47.74296,8.99892\n366,1646293037,47.74295,8.99892\n367,1646293038,47.74296,8.99890\n368,1646293039,47.74290,8.99900\n369,1646293041,47.74295,8.99899\n370,1646293042,47.74296,8.99900\n371,1646293077,47.74305,8.99897\n372,1646293078,47.74309,8.99895\n373,1646293079,47.74311,8.99893\n374,1646293080,47.74313,8.99893\n375,1646293081,47.74314,8.99892\n376,1646293082,47.74314,8.99892\n377,1646293083,47.74314,8.99892\n378,1646293084,47.74314,8.99892\n379,1646293085,47.74313,8.99892\n380,1646293086,47.74313,8.99892\n381,1646293122,47.74337,8.99868\n382,1646293123,47.74335,8.99871\n383,1646293124,47.74334,8.99873\n384,1646293125,47.74332,8.99876\n385,1646293126,47.74332,8.99877\n386,1646293127,47.74331,8.99878\n387,1646293128,47.74331,8.99879\n388,1646293129,47.74305,8.99902\n389,1646293131,47.74305,8.99902\n390,1646293132,47.74305,8.99902\n391,1646293168,47.74351,8.99868\n392,1646293169,47.74348,8.99869\n393,1646293170,47.74345,8.99870\n394,1646293171,47.74343,8.99872\n395,1646293172,47.74341,8.99873\n396,1646293173,47.74340,8.99874\n397,1646293174,47.74339,8.99874\n398,1646293175,47.74338,8.99875\n399,1646293176,47.74338,8.99876\n400,1646293177,47.74307,8.99902\n401,1646293212,47.74321,8.99897\n402,1646293213,47.74319,8.99897\n403,1646293214,47.74317,8.99898\n404,1646293215,47.74318,8.99898\n405,1646293216,47.74317,8.99898\n406,1646293217,47.74315,8.99900\n407,1646293218,47.74314,8.99901\n408,1646293219,47.74306,8.99907\n409,1646293221,47.74306,8.99907\n410,1646293222,47.74306,8.99906\n411,1646293256,47.74334,8.99877\n412,1646293257,47.74324,8.99885\n413,1646293258,47.74322,8.99887\n414,1646293259,47.74321,8.99888\n415,1646293260,47.74321,8.99889\n416,1646293261,47.74319,8.99890\n417,1646293262,47.74318,8.99891\n418,1646293263,47.74317,8.99890\n419,1646293264,47.74316,8.99891\n420,1646293265,47.74317,8.99890\n421,1646293302,47.74287,8.99890\n422,1646293303,47.74292,8.99890\n423,1646293304,47.74293,8.99891\n424,1646293305,47.74294,8.99889\n425,1646293306,47.74294,8.99888\n426,1646293307,47.74295,8.99889\n427,1646293308,47.74295,8.99888\n428,1646293309,47.74289,8.99901\n429,1646293311,47.74289,8.99900\n430,1646293312,47.74289,8.99900\n431,1646293350,47.74324,8.99881\n432,1646293351,47.74324,8.99881\n433,1646293352,47.74324,8.99880\n434,1646293353,47.74324,8.99879\n435,1646293354,47.74324,8.99879\n436,1646293355,47.74323,8.99879\n437,1646293356,47.74322,8.99880\n438,1646293357,47.74307,8.99899\n439,1646293359,47.74308,8.99899\n440,1646293360,47.74309,8.99898\n441,1646293396,47.74309,8.99903\n442,1646293397,47.74312,8.99899\n443,1646293398,47.74316,8.99895\n444,1646293399,47.74318,8.99893\n445,1646293400,47.74319,8.99892\n446,1646293401,47.74322,8.99890\n447,1646293402,47.74323,8.99890\n448,1646293403,47.74324,8.99889\n449,1646293404,47.74325,8.99889\n450,1646293405,47.74314,8.99900\n451,1646293441,47.74318,8.99888\n452,1646293442,47.74314,8.99891\n453,1646293443,47.74312,8.99894\n454,1646293444,47.74312,8.99893\n455,1646293445,47.74314,8.99892\n456,1646293446,47.74314,8.99892\n457,1646293447,47.74300,8.99904\n458,1646293449,47.74301,8.99903\n459,1646293450,47.74301,8.99903\n460,1646293451,47.74302,8.99903\n461,1646293488,47.74298,8.99881\n462,1646293489,47.74299,8.99882\n463,1646293490,47.74299,8.99882\n464,1646293491,47.74300,8.99882\n465,1646293492,47.74300,8.99881\n466,1646293493,47.74300,8.99879\n467,1646293494,47.74300,8.99878\n468,1646293495,47.74279,8.99902\n469,1646293497,47.74280,8.99902\n470,1646293498,47.74280,8.99902\n471,1646293535,47.74312,8.99888\n472,1646293536,47.74313,8.99887\n473,1646293537,47.74313,8.99888\n474,1646293538,47.74313,8.99888\n475,1646293539,47.74314,8.99888\n476,1646293540,47.74314,8.99888\n477,1646293541,47.74314,8.99888\n478,1646293542,47.74315,8.99887\n479,1646293543,47.74303,8.99896\n480,1646293545,47.74304,8.99896\n481,1646293585,47.74309,8.99892\n482,1646293587,47.74310,8.99892\n483,1646293588,47.74310,8.99892\n484,1646293589,47.74310,8.99892\n485,1646293590,47.74310,8.99892\n486,1646293591,47.74310,8.99892\n487,1646293592,47.74310,8.99892\n488,1646293593,47.74310,8.99892\n489,1646293594,47.74310,8.99892\n490,1646293595,47.74310,8.99892\n491,1646293639,47.74302,8.99898\n492,1646293641,47.74302,8.99898\n493,1646293642,47.74301,8.99898\n494,1646293643,47.74301,8.99898\n495,1646293644,47.74301,8.99898\n496,1646293645,47.74300,8.99898\n497,1646293646,47.74300,8.99898\n498,1646293647,47.74300,8.99897\n499,1646293648,47.74299,8.99897\n500,1646293649,47.74299,8.99897\n501,1646293690,47.74325,8.99876\n502,1646293691,47.74324,8.99878\n503,1646293692,47.74323,8.99878\n504,1646293693,47.74302,8.99899\n505,1646293695,47.74303,8.99900\n506,1646293696,47.74303,8.99900\n507,1646293697,47.74304,8.99900\n508,1646293698,47.74305,8.99900\n509,1646293699,47.74306,8.99900\n510,1646293700,47.74307,8.99899\n511,1646293737,47.74291,8.99913\n512,1646293738,47.74293,8.99913\n513,1646293739,47.74295,8.99911\n514,1646293740,47.74296,8.99911\n515,1646293741,47.74308,8.99899\n516,1646293743,47.74308,8.99900\n517,1646293744,47.74308,8.99900\n518,1646293745,47.74308,8.99900\n519,1646293746,47.74309,8.99900\n520,1646293747,47.74309,8.99900\n521,1646293783,47.74300,8.99902\n522,1646293784,47.74299,8.99902\n523,1646293785,47.74300,8.99898\n524,1646293786,47.74301,8.99896\n525,1646293787,47.74302,8.99895\n526,1646293788,47.74303,8.99893\n527,1646293789,47.74300,8.99896\n528,1646293791,47.74300,8.99896\n529,1646293792,47.74301,8.99896\n530,1646293793,47.74301,8.99896\n531,1646293830,47.74302,8.99895\n532,1646293831,47.74300,8.99894\n533,1646293832,47.74299,8.99893\n534,1646293833,47.74297,8.99892\n535,1646293834,47.74296,8.99892\n536,1646293835,47.74295,8.99892\n537,1646293836,47.74295,8.99892\n538,1646293837,47.74286,8.99906\n539,1646293839,47.74286,8.99906\n540,1646293840,47.74286,8.99905\n541,1646293874,47.74332,8.99857\n542,1646293875,47.74350,8.99838\n543,1646293876,47.74348,8.99836\n544,1646293877,47.74352,8.99842\n545,1646293882,47.74340,8.99869\n546,1646293883,47.74338,8.99869\n547,1646293884,47.74338,8.99869\n548,1646293885,47.74310,8.99897\n549,1646293887,47.74310,8.99897\n550,1646293888,47.74312,8.99896\n551,1646293933,47.74290,8.99903\n552,1646293935,47.74290,8.99903\n553,1646293936,47.74290,8.99903\n554,1646293937,47.74291,8.99902\n555,1646293938,47.74291,8.99902\n556,1646293939,47.74291,8.99903\n557,1646293940,47.74291,8.99903\n558,1646293941,47.74291,8.99903\n559,1646293942,47.74292,8.99903\n560,1646293943,47.74292,8.99902\n561,1646293987,47.74274,8.99910\n562,1646293989,47.74276,8.99908\n563,1646293990,47.74277,8.99906\n564,1646293991,47.74277,8.99906\n565,1646293992,47.74275,8.99905\n566,1646293993,47.74275,8.99905\n567,1646293994,47.74274,8.99905\n568,1646293995,47.74275,8.99904\n569,1646293996,47.74276,8.99903\n570,1646293997,47.74277,8.99903\n571,1646294036,47.74288,8.99915\n572,1646294037,47.74289,8.99913\n573,1646294038,47.74290,8.99912\n574,1646294039,47.74291,8.99911\n575,1646294040,47.74293,8.99909\n576,1646294041,47.74300,8.99898\n577,1646294043,47.74301,8.99899\n578,1646294044,47.74301,8.99900\n579,1646294045,47.74302,8.99900\n580,1646294046,47.74303,8.99900\n581,1646294083,47.74298,8.99912\n582,1646294084,47.74298,8.99911\n583,1646294085,47.74300,8.99909\n584,1646294086,47.74302,8.99907\n585,1646294087,47.74303,8.99906\n586,1646294088,47.74305,8.99905\n587,1646294089,47.74304,8.99905\n588,1646294091,47.74305,8.99905\n589,1646294092,47.74304,8.99904\n590,1646294093,47.74304,8.99904\n591,1646294127,47.74363,8.99828\n592,1646294128,47.74349,8.99851\n593,1646294129,47.74341,8.99863\n594,1646294130,47.74338,8.99867\n595,1646294131,47.74336,8.99869\n596,1646294132,47.74334,8.99873\n597,1646294133,47.74333,8.99874\n598,1646294134,47.74332,8.99875\n599,1646294135,47.74332,8.99874\n600,1646294136,47.74331,8.99875\n601,1646294174,47.74302,8.99897\n602,1646294175,47.74303,8.99896\n603,1646294176,47.74304,8.99894\n604,1646294177,47.74305,8.99893\n605,1646294178,47.74306,8.99892\n606,1646294179,47.74300,8.99899\n607,1646294181,47.74301,8.99899\n608,1646294182,47.74301,8.99899\n609,1646294183,47.74301,8.99899\n610,1646294184,47.74301,8.99899\n611,1646294218,47.74291,8.99935\n612,1646294219,47.74292,8.99931\n613,1646294220,47.74293,8.99930\n614,1646294222,47.74301,8.99921\n615,1646294223,47.74305,8.99916\n616,1646294224,47.74308,8.99912\n617,1646294225,47.74313,8.99902\n618,1646294226,47.74315,8.99895\n619,1646294227,47.74302,8.99906\n620,1646294229,47.74305,8.99906\n621,1646294266,47.74332,8.99897\n622,1646294267,47.74329,8.99899\n623,1646294268,47.74324,8.99901\n624,1646294269,47.74315,8.99908\n625,1646294271,47.74315,8.99907\n626,1646294272,47.74314,8.99907\n627,1646294273,47.74315,8.99907\n628,1646294274,47.74315,8.99907\n629,1646294275,47.74315,8.99907\n630,1646294276,47.74314,8.99907\n631,1646294313,47.74317,8.99886\n632,1646294314,47.74317,8.99887\n633,1646294315,47.74318,8.99887\n634,1646294316,47.74317,8.99888\n635,1646294317,47.74303,8.99903\n636,1646294319,47.74304,8.99903\n637,1646294320,47.74304,8.99903\n638,1646294321,47.74304,8.99902\n639,1646294322,47.74305,8.99902\n640,1646294323,47.74305,8.99902\n641,1646294357,47.74324,8.99877\n642,1646294358,47.74329,8.99873\n643,1646294359,47.74328,8.99872\n644,1646294361,47.74324,8.99874\n645,1646294362,47.74321,8.99875\n646,1646294363,47.74320,8.99877\n647,1646294364,47.74320,8.99877\n648,1646294365,47.74298,8.99902\n649,1646294367,47.74298,8.99901\n650,1646294368,47.74298,8.99901\n651,1646294407,47.74328,8.99888\n652,1646294408,47.74328,8.99887\n653,1646294409,47.74329,8.99886\n654,1646294410,47.74328,8.99886\n655,1646294411,47.74328,8.99886\n656,1646294412,47.74327,8.99886\n657,1646294413,47.74307,8.99904\n658,1646294415,47.74307,8.99903\n659,1646294416,47.74307,8.99904\n660,1646294417,47.74307,8.99904\n661,1646294455,47.74316,8.99894\n662,1646294456,47.74316,8.99894\n663,1646294457,47.74316,8.99894\n664,1646294458,47.74315,8.99892\n665,1646294459,47.74314,8.99892\n666,1646294460,47.74313,8.99891\n667,1646294461,47.74303,8.99901\n668,1646294463,47.74304,8.99901\n669,1646294464,47.74304,8.99901\n670,1646294465,47.74305,8.99901\n671,1646294506,47.74298,8.99884\n672,1646294507,47.74300,8.99887\n673,1646294508,47.74301,8.99885\n674,1646294509,47.74293,8.99897\n675,1646294511,47.74295,8.99897\n676,1646294512,47.74296,8.99897\n677,1646294513,47.74297,8.99897\n678,1646294514,47.74298,8.99898\n679,1646294515,47.74298,8.99898\n680,1646294516,47.74298,8.99898\n681,1646294553,47.74303,8.99906\n682,1646294554,47.74302,8.99907\n683,1646294555,47.74303,8.99907\n684,1646294556,47.74305,8.99906\n685,1646294557,47.74307,8.99904\n686,1646294559,47.74308,8.99904\n687,1646294560,47.74308,8.99904\n688,1646294561,47.74309,8.99904\n689,1646294562,47.74309,8.99904\n690,1646294563,47.74309,8.99905\n691,1646294600,47.74292,8.99913\n692,1646294601,47.74293,8.99913\n693,1646294602,47.74294,8.99915\n694,1646294603,47.74295,8.99914\n695,1646294604,47.74296,8.99913\n696,1646294605,47.74305,8.99905\n697,1646294607,47.74306,8.99906\n698,1646294608,47.74307,8.99906\n699,1646294609,47.74308,8.99906\n700,1646294610,47.74309,8.99906\n701,1646294647,47.74324,8.99894\n702,1646294648,47.74324,8.99893\n703,1646294649,47.74324,8.99893\n704,1646294650,47.74326,8.99891\n705,1646294651,47.74326,8.99890\n706,1646294652,47.74325,8.99891\n707,1646294653,47.74309,8.99905\n708,1646294655,47.74309,8.99905\n709,1646294656,47.74308,8.99904\n710,1646294657,47.74307,8.99905\n711,1646294693,47.74323,8.99897\n712,1646294694,47.74321,8.99896\n713,1646294695,47.74320,8.99895\n714,1646294696,47.74320,8.99895\n715,1646294697,47.74321,8.99893\n716,1646294698,47.74322,8.99893\n717,1646294699,47.74323,8.99892\n718,1646294700,47.74324,8.99892\n719,1646294701,47.74312,8.99903\n720,1646294703,47.74312,8.99904\n721,1646294739,47.74324,8.99889\n722,1646294740,47.74320,8.99891\n723,1646294741,47.74318,8.99894\n724,1646294742,47.74317,8.99895\n725,1646294743,47.74304,8.99908\n726,1646294745,47.74304,8.99908\n727,1646294746,47.74304,8.99906\n728,1646294747,47.74305,8.99907\n729,1646294748,47.74305,8.99907\n730,1646294749,47.74305,8.99907\n731,1646294783,47.74307,8.99893\n732,1646294784,47.74312,8.99886\n733,1646294785,47.74312,8.99885\n734,1646294786,47.74311,8.99884\n735,1646294787,47.74307,8.99889\n736,1646294788,47.74305,8.99891\n737,1646294789,47.74303,8.99893\n738,1646294790,47.74305,8.99891\n739,1646294791,47.74298,8.99898\n740,1646294793,47.74300,8.99898\n741,1646294830,47.74306,8.99905\n742,1646294831,47.74306,8.99906\n743,1646294832,47.74308,8.99905\n744,1646294833,47.74313,8.99899\n745,1646294835,47.74312,8.99900\n746,1646294836,47.74312,8.99900\n747,1646294837,47.74311,8.99900\n748,1646294838,47.74311,8.99900\n749,1646294839,47.74311,8.99900\n750,1646294840,47.74311,8.99900\n751,1646294877,47.74316,8.99896\n752,1646294878,47.74315,8.99897\n753,1646294879,47.74314,8.99898\n754,1646294880,47.74312,8.99900\n755,1646294881,47.74309,8.99903\n756,1646294883,47.74310,8.99903\n757,1646294884,47.74310,8.99902\n758,1646294885,47.74310,8.99901\n759,1646294886,47.74309,8.99901\n760,1646294887,47.74309,8.99901\n761,1646294921,47.74306,8.99910\n762,1646294922,47.74310,8.99904\n763,1646294923,47.74310,8.99905\n764,1646294924,47.74305,8.99910\n765,1646294925,47.74303,8.99913\n766,1646294926,47.74302,8.99914\n767,1646294927,47.74301,8.99914\n768,1646294928,47.74301,8.99914\n769,1646294929,47.74313,8.99897\n770,1646294931,47.74314,8.99896\n771,1646294967,47.74296,8.99918\n772,1646294968,47.74298,8.99915\n773,1646294969,47.74301,8.99911\n774,1646294970,47.74302,8.99910\n775,1646294971,47.74314,8.99896\n776,1646294973,47.74313,8.99897\n777,1646294974,47.74313,8.99897\n778,1646294975,47.74313,8.99897\n779,1646294976,47.74313,8.99897\n780,1646294977,47.74313,8.99898\n781,1646295012,47.74295,8.99916\n782,1646295013,47.74297,8.99915\n783,1646295014,47.74299,8.99913\n784,1646295015,47.74300,8.99912\n785,1646295016,47.74303,8.99911\n786,1646295017,47.74304,8.99911\n787,1646295018,47.74305,8.99911\n788,1646295019,47.74318,8.99897\n789,1646295021,47.74317,8.99899\n790,1646295022,47.74317,8.99899\n791,1646295057,47.74290,8.99920\n792,1646295058,47.74288,8.99922\n793,1646295059,47.74287,8.99921\n794,1646295060,47.74286,8.99921\n795,1646295061,47.74285,8.99921\n796,1646295062,47.74285,8.99920\n797,1646295063,47.74285,8.99919\n798,1646295064,47.74286,8.99918\n799,1646295065,47.74287,8.99918\n800,1646295066,47.74288,8.99917\n801,1646295102,47.74288,8.99914\n802,1646295103,47.74290,8.99911\n803,1646295104,47.74291,8.99910\n804,1646295105,47.74293,8.99909\n805,1646295106,47.74293,8.99909\n806,1646295107,47.74294,8.99909\n807,1646295108,47.74294,8.99909\n808,1646295109,47.74307,8.99896\n809,1646295111,47.74307,8.99894\n810,1646295112,47.74307,8.99894\n811,1646295148,47.74286,8.99924\n812,1646295149,47.74288,8.99921\n813,1646295150,47.74291,8.99918\n814,1646295151,47.74291,8.99918\n815,1646295152,47.74291,8.99919\n816,1646295153,47.74291,8.99919\n817,1646295154,47.74290,8.99918\n818,1646295155,47.74291,8.99918\n819,1646295156,47.74292,8.99918\n820,1646295157,47.74309,8.99896\n821,1646295193,47.74313,8.99892\n822,1646295194,47.74311,8.99893\n823,1646295195,47.74310,8.99894\n824,1646295196,47.74310,8.99895\n825,1646295197,47.74309,8.99895\n826,1646295198,47.74308,8.99897\n827,1646295199,47.74313,8.99890\n828,1646295201,47.74313,8.99890\n829,1646295202,47.74312,8.99891\n830,1646295203,47.74312,8.99891\n831,1646295240,47.74303,8.99901\n832,1646295241,47.74301,8.99904\n833,1646295242,47.74301,8.99903\n834,1646295243,47.74300,8.99906\n835,1646295244,47.74299,8.99908\n836,1646295245,47.74298,8.99909\n837,1646295246,47.74299,8.99909\n838,1646295247,47.74313,8.99892\n839,1646295249,47.74314,8.99893\n840,1646295250,47.74314,8.99894\n841,1646295285,47.74298,8.99920\n842,1646295286,47.74298,8.99919\n843,1646295287,47.74299,8.99918\n844,1646295288,47.74299,8.99916\n845,1646295289,47.74299,8.99916\n846,1646295290,47.74300,8.99915\n847,1646295291,47.74300,8.99913\n848,1646295292,47.74300,8.99912\n849,1646295293,47.74300,8.99911\n850,1646295294,47.74300,8.99911\n851,1646295329,47.74283,8.99943\n852,1646295330,47.74280,8.99945\n853,1646295331,47.74277,8.99946\n854,1646295332,47.74275,8.99948\n855,1646295333,47.74273,8.99948\n856,1646295334,47.74274,8.99947\n857,1646295335,47.74275,8.99945\n858,1646295336,47.74277,8.99942\n859,1646295337,47.74313,8.99898\n860,1646295339,47.74314,8.99896\n861,1646295375,47.74298,8.99911\n862,1646295376,47.74298,8.99912\n863,1646295377,47.74299,8.99910\n864,1646295378,47.74299,8.99911\n865,1646295379,47.74311,8.99898\n866,1646295381,47.74312,8.99897\n867,1646295382,47.74313,8.99896\n868,1646295383,47.74314,8.99895\n869,1646295384,47.74314,8.99894\n870,1646295385,47.74314,8.99894\n871,1646295421,47.74294,8.99911\n872,1646295422,47.74297,8.99909\n873,1646295423,47.74297,8.99909\n874,1646295424,47.74297,8.99909\n875,1646295425,47.74299,8.99908\n876,1646295426,47.74299,8.99907\n877,1646295427,47.74305,8.99899\n878,1646295429,47.74305,8.99900\n879,1646295430,47.74305,8.99900\n880,1646295431,47.74305,8.99900\n881,1646295466,47.74295,8.99916\n882,1646295467,47.74296,8.99916\n883,1646295468,47.74298,8.99914\n884,1646295469,47.74299,8.99914\n885,1646295470,47.74301,8.99911\n886,1646295471,47.74301,8.99909\n887,1646295472,47.74302,8.99908\n888,1646295473,47.74302,8.99907\n889,1646295474,47.74302,8.99907\n890,1646295475,47.74312,8.99893\n891,1646295510,47.74289,8.99927\n892,1646295511,47.74289,8.99924\n893,1646295512,47.74291,8.99921\n894,1646295513,47.74292,8.99919\n895,1646295514,47.74294,8.99919\n896,1646295515,47.74295,8.99917\n897,1646295516,47.74296,8.99915\n898,1646295517,47.74309,8.99895\n899,1646295519,47.74310,8.99896\n900,1646295520,47.74310,8.99896\n901,1646295555,47.74289,8.99911\n902,1646295556,47.74291,8.99911\n903,1646295557,47.74292,8.99912\n904,1646295558,47.74294,8.99911\n905,1646295559,47.74296,8.99909\n906,1646295560,47.74297,8.99909\n907,1646295561,47.74297,8.99907\n908,1646295562,47.74298,8.99906\n909,1646295563,47.74299,8.99905\n910,1646295564,47.74300,8.99905\n911,1646295600,47.74305,8.99887\n912,1646295601,47.74306,8.99883\n913,1646295602,47.74305,8.99882\n914,1646295603,47.74305,8.99881\n915,1646295604,47.74305,8.99881\n916,1646295605,47.74305,8.99881\n917,1646295606,47.74305,8.99880\n918,1646295607,47.74299,8.99896\n919,1646295609,47.74298,8.99897\n920,1646295610,47.74297,8.99897\n921,1646295646,47.74301,8.99885\n922,1646295647,47.74301,8.99886\n923,1646295648,47.74301,8.99885\n924,1646295649,47.74302,8.99882\n925,1646295650,47.74303,8.99881\n926,1646295651,47.74304,8.99880\n927,1646295652,47.74304,8.99881\n928,1646295653,47.74303,8.99882\n929,1646295654,47.74303,8.99882\n930,1646295655,47.74295,8.99906\n931,1646295692,47.74294,8.99902\n932,1646295693,47.74292,8.99898\n933,1646295694,47.74291,8.99893\n934,1646295695,47.74291,8.99892\n935,1646295696,47.74292,8.99890\n936,1646295697,47.74285,8.99907\n937,1646295699,47.74286,8.99905\n938,1646295700,47.74286,8.99905\n939,1646295701,47.74287,8.99904\n940,1646295702,47.74287,8.99904\n941,1646295737,47.74307,8.99888\n942,1646295738,47.74305,8.99888\n943,1646295739,47.74303,8.99890\n944,1646295740,47.74303,8.99891\n945,1646295741,47.74302,8.99892\n946,1646295742,47.74303,8.99892\n947,1646295743,47.74304,8.99892\n948,1646295744,47.74304,8.99892\n949,1646295745,47.74300,8.99900\n950,1646295747,47.74300,8.99898\n951,1646295783,47.74279,8.99928\n952,1646295784,47.74281,8.99926\n953,1646295785,47.74284,8.99923\n954,1646295786,47.74286,8.99920\n955,1646295787,47.74288,8.99918\n956,1646295788,47.74289,8.99917\n957,1646295789,47.74290,8.99916\n958,1646295790,47.74291,8.99914\n959,1646295791,47.74293,8.99913\n960,1646295792,47.74293,8.99912\n961,1646295828,47.74290,8.99915\n962,1646295829,47.74289,8.99916\n963,1646295830,47.74289,8.99918\n964,1646295831,47.74290,8.99916\n965,1646295832,47.74292,8.99913\n966,1646295833,47.74294,8.99912\n967,1646295834,47.74295,8.99911\n968,1646295835,47.74309,8.99891\n969,1646295837,47.74310,8.99891\n970,1646295838,47.74309,8.99891\n971,1646295873,47.74296,8.99919\n972,1646295874,47.74298,8.99917\n973,1646295875,47.74299,8.99915\n974,1646295876,47.74299,8.99915\n975,1646295877,47.74299,8.99915\n976,1646295878,47.74299,8.99915\n977,1646295879,47.74299,8.99913\n978,1646295880,47.74300,8.99911\n979,1646295881,47.74301,8.99911\n980,1646295882,47.74301,8.99910\n981,1646295917,47.74284,8.99916\n982,1646295918,47.74286,8.99916\n983,1646295919,47.74288,8.99916\n984,1646295920,47.74290,8.99916\n985,1646295921,47.74291,8.99916\n986,1646295922,47.74291,8.99916\n987,1646295923,47.74292,8.99918\n988,1646295924,47.74293,8.99917\n989,1646295925,47.74304,8.99904\n990,1646295927,47.74305,8.99904\n991,1646295963,47.74285,8.99937\n992,1646295964,47.74287,8.99934\n993,1646295965,47.74290,8.99931\n994,1646295966,47.74293,8.99927\n995,1646295967,47.74295,8.99925\n996,1646295968,47.74296,8.99923\n997,1646295969,47.74298,8.99921\n998,1646295970,47.74300,8.99919\n999,1646295971,47.74301,8.99918\n1000,1646295972,47.74303,8.99917\n1001,1646296009,47.74337,8.99887\n1002,1646296010,47.74336,8.99891\n1003,1646296011,47.74332,8.99894\n1004,1646296012,47.74328,8.99896\n1005,1646296013,47.74325,8.99898\n1006,1646296014,47.74325,8.99898\n1007,1646296015,47.74318,8.99902\n1008,1646296017,47.74319,8.99902\n1009,1646296018,47.74320,8.99902\n1010,1646296019,47.74320,8.99901\n1011,1646296055,47.74315,8.99913\n1012,1646296056,47.74310,8.99915\n1013,1646296057,47.74311,8.99915\n1014,1646296058,47.74311,8.99913\n1015,1646296059,47.74312,8.99913\n1016,1646296060,47.74311,8.99913\n1017,1646296061,47.74311,8.99913\n1018,1646296062,47.74311,8.99913\n1019,1646296063,47.74315,8.99910\n1020,1646296065,47.74316,8.99910\n1021,1646296100,47.74289,8.99925\n1022,1646296101,47.74290,8.99924\n1023,1646296102,47.74291,8.99921\n1024,1646296103,47.74294,8.99917\n1025,1646296104,47.74295,8.99916\n1026,1646296105,47.74304,8.99898\n1027,1646296107,47.74302,8.99901\n1028,1646296108,47.74302,8.99901\n1029,1646296109,47.74302,8.99902\n1030,1646296110,47.74301,8.99902\n1031,1646296148,47.74313,8.99880\n1032,1646296149,47.74313,8.99885\n1033,1646296150,47.74312,8.99888\n1034,1646296151,47.74312,8.99887\n1035,1646296152,47.74313,8.99889\n1036,1646296153,47.74307,8.99913\n1037,1646296155,47.74307,8.99913\n1038,1646296156,47.74307,8.99913\n1039,1646296157,47.74307,8.99912\n1040,1646296158,47.74308,8.99913\n1041,1646296197,47.74313,8.99892\n1042,1646296198,47.74312,8.99889\n1043,1646296199,47.74312,8.99886\n1044,1646296200,47.74311,8.99885\n1045,1646296201,47.74308,8.99900\n1046,1646296203,47.74307,8.99900\n1047,1646296204,47.74306,8.99900\n1048,1646296205,47.74305,8.99900\n1049,1646296206,47.74304,8.99900\n1050,1646296207,47.74303,8.99900\n1051,1646296247,47.74291,8.99873\n1052,1646296248,47.74292,8.99874\n1053,1646296249,47.74294,8.99900\n1054,1646296251,47.74296,8.99901\n1055,1646296252,47.74297,8.99902\n1056,1646296253,47.74298,8.99901\n1057,1646296254,47.74299,8.99901\n1058,1646296255,47.74299,8.99902\n1059,1646296256,47.74300,8.99902\n1060,1646296257,47.74300,8.99902\n1061,1646296295,47.74317,8.99892\n1062,1646296296,47.74316,8.99893\n1063,1646296297,47.74317,8.99890\n1064,1646296298,47.74318,8.99888\n1065,1646296299,47.74319,8.99886\n1066,1646296300,47.74319,8.99885\n1067,1646296301,47.74319,8.99886\n1068,1646296302,47.74319,8.99886\n1069,1646296303,47.74313,8.99914\n1070,1646296305,47.74315,8.99915\n1071,1646296341,47.74293,8.99899\n1072,1646296342,47.74292,8.99906\n1073,1646296343,47.74291,8.99903\n1074,1646296344,47.74291,8.99906\n1075,1646296345,47.74292,8.99906\n1076,1646296346,47.74292,8.99906\n1077,1646296347,47.74292,8.99905\n1078,1646296348,47.74293,8.99902\n1079,1646296349,47.74294,8.99902\n1080,1646296350,47.74296,8.99901\n1081,1646296386,47.74318,8.99890\n1082,1646296387,47.74318,8.99896\n1083,1646296388,47.74319,8.99897\n1084,1646296389,47.74318,8.99897\n1085,1646296390,47.74319,8.99897\n1086,1646296391,47.74319,8.99898\n1087,1646296392,47.74319,8.99898\n1088,1646296393,47.74313,8.99912\n1089,1646296395,47.74313,8.99911\n1090,1646296396,47.74313,8.99911\n1091,1646296432,47.74302,8.99928\n1092,1646296433,47.74305,8.99925\n1093,1646296434,47.74307,8.99922\n1094,1646296435,47.74308,8.99921\n1095,1646296436,47.74308,8.99921\n1096,1646296437,47.74309,8.99919\n1097,1646296438,47.74310,8.99918\n1098,1646296439,47.74311,8.99917\n1099,1646296440,47.74312,8.99916\n1100,1646296441,47.74318,8.99904\n1101,1646296477,47.74289,8.99930\n1102,1646296478,47.74289,8.99931\n1103,1646296479,47.74289,8.99930\n1104,1646296480,47.74290,8.99929\n1105,1646296481,47.74290,8.99928\n1106,1646296482,47.74292,8.99926\n1107,1646296483,47.74310,8.99886\n1108,1646296485,47.74308,8.99887\n1109,1646296486,47.74308,8.99887\n1110,1646296487,47.74308,8.99886\n1111,1646296521,47.74297,8.99912\n1112,1646296522,47.74293,8.99923\n1113,1646296523,47.74293,8.99923\n1114,1646296524,47.74292,8.99923\n1115,1646296525,47.74291,8.99923\n1116,1646296526,47.74289,8.99924\n1117,1646296527,47.74287,8.99927\n1118,1646296528,47.74286,8.99928\n1119,1646296529,47.74285,8.99929\n1120,1646296530,47.74285,8.99930\n1121,1646296564,47.74279,8.99950\n1122,1646296565,47.74281,8.99946\n1123,1646296566,47.74285,8.99939\n1124,1646296567,47.74287,8.99936\n1125,1646296568,47.74289,8.99932\n1126,1646296569,47.74290,8.99928\n1127,1646296570,47.74291,8.99926\n1128,1646296571,47.74291,8.99925\n1129,1646296572,47.74291,8.99924\n1130,1646296573,47.74297,8.99905\n1131,1646296611,47.74306,8.99866\n1132,1646296612,47.74307,8.99867\n1133,1646296613,47.74309,8.99867\n1134,1646296614,47.74309,8.99868\n1135,1646296616,47.74300,8.99907\n1136,1646296618,47.74300,8.99907\n1137,1646296619,47.74300,8.99906\n1138,1646296620,47.74300,8.99905\n1139,1646296621,47.74301,8.99904\n1140,1646296622,47.74302,8.99904\n1141,1646296661,47.74296,8.99913\n1142,1646296662,47.74295,8.99911\n1143,1646296663,47.74295,8.99901\n1144,1646296665,47.74295,8.99900\n1145,1646296666,47.74296,8.99899\n1146,1646296667,47.74296,8.99897\n1147,1646296668,47.74296,8.99896\n1148,1646296669,47.74297,8.99895\n1149,1646296670,47.74298,8.99895\n1150,1646296671,47.74299,8.99894\n1151,1646296711,47.74303,8.99903\n1152,1646296713,47.74304,8.99904\n1153,1646296714,47.74304,8.99903\n1154,1646296715,47.74304,8.99903\n1155,1646296716,47.74304,8.99902\n1156,1646296717,47.74304,8.99902\n1157,1646296718,47.74305,8.99902\n1158,1646296719,47.74305,8.99902\n1159,1646296720,47.74305,8.99903\n1160,1646296721,47.74305,8.99904\n1161,1646296761,47.74312,8.99921\n1162,1646296762,47.74308,8.99923\n1163,1646296763,47.74308,8.99924\n1164,1646296764,47.74305,8.99925\n1165,1646296765,47.74310,8.99909\n1166,1646296767,47.74307,8.99906\n1167,1646296768,47.74306,8.99907\n1168,1646296769,47.74305,8.99907\n1169,1646296770,47.74305,8.99907\n1170,1646296771,47.74305,8.99908\n1171,1646296813,47.74310,8.99906\n1172,1646296814,47.74312,8.99906\n1173,1646296816,47.74313,8.99908\n1174,1646296817,47.74314,8.99909\n1175,1646296818,47.74314,8.99911\n1176,1646296819,47.74314,8.99912\n1177,1646296820,47.74314,8.99913\n1178,1646296821,47.74315,8.99914\n1179,1646296822,47.74314,8.99915\n1180,1646296823,47.74314,8.99915\n1181,1646296866,47.74316,8.99890\n1182,1646296867,47.74312,8.99886\n1183,1646296870,47.74318,8.99899\n1184,1646296871,47.74315,8.99900\n1185,1646296872,47.74291,8.99889\n1186,1646296873,47.74285,8.99887\n1187,1646296874,47.74275,8.99883\n1188,1646296875,47.74272,8.99882\n1189,1646296876,47.74270,8.99882\n1190,1646296877,47.74269,8.99881\n1191,1646296924,47.74299,8.99892\n1192,1646296925,47.74299,8.99893\n1193,1646296926,47.74300,8.99893\n1194,1646296927,47.74300,8.99893\n1195,1646296928,47.74300,8.99894\n1196,1646296929,47.74300,8.99894\n1197,1646296930,47.74299,8.99895\n1198,1646296931,47.74299,8.99895\n1199,1646296932,47.74299,8.99896\n1200,1646296933,47.74303,8.99898\n1201,1646296975,47.74300,8.99900\n1202,1646296977,47.74303,8.99898\n1203,1646296978,47.74303,8.99897\n1204,1646296979,47.74304,8.99897\n1205,1646296980,47.74305,8.99897\n1206,1646296981,47.74306,8.99897\n1207,1646296982,47.74307,8.99897\n1208,1646296983,47.74308,8.99898\n1209,1646296984,47.74306,8.99896\n1210,1646296985,47.74305,8.99896\n1211,1646297029,47.74289,8.99895\n1212,1646297031,47.74295,8.99895\n1213,1646297032,47.74300,8.99895\n1214,1646297033,47.74302,8.99895\n1215,1646297034,47.74304,8.99895\n1216,1646297035,47.74305,8.99895\n1217,1646297036,47.74307,8.99894\n1218,1646297037,47.74308,8.99895\n1219,1646297038,47.74309,8.99895\n1220,1646297039,47.74309,8.99895\n1221,1646297083,47.74312,8.99896\n1222,1646297085,47.74310,8.99894\n1223,1646297086,47.74308,8.99893\n1224,1646297087,47.74305,8.99891\n1225,1646297088,47.74308,8.99893\n1226,1646297089,47.74311,8.99894\n1227,1646297090,47.74313,8.99896\n1228,1646297091,47.74314,8.99896\n1229,1646297092,47.74314,8.99897\n1230,1646297093,47.74315,8.99897\n1231,1646297135,47.74382,8.99893\n1232,1646297136,47.74380,8.99893\n1233,1646297137,47.74331,8.99917\n1234,1646297139,47.74329,8.99915\n1235,1646297140,47.74322,8.99911\n1236,1646297141,47.74319,8.99908\n1237,1646297142,47.74318,8.99907\n1238,1646297143,47.74318,8.99905\n1239,1646297144,47.74319,8.99906\n1240,1646297145,47.74321,8.99906\n1241,1646297191,47.74256,8.99871\n1242,1646297192,47.74255,8.99871\n1243,1646297193,47.74257,8.99872\n1244,1646297194,47.74257,8.99872\n1245,1646297195,47.74258,8.99873\n1246,1646297196,47.74260,8.99874\n1247,1646297197,47.74263,8.99875\n1248,1646297198,47.74264,8.99875\n1249,1646297199,47.74265,8.99875\n1250,1646297200,47.74266,8.99875\n1251,1646297246,47.74332,8.99917\n1252,1646297249,47.74330,8.99916\n1253,1646297250,47.74331,8.99917\n1254,1646297251,47.74333,8.99918\n1255,1646297252,47.74335,8.99919\n1256,1646297253,47.74335,8.99919\n1257,1646297254,47.74334,8.99918\n1258,1646297256,47.74334,8.99917\n1259,1646297257,47.74334,8.99916\n1260,1646297258,47.74334,8.99916\n1261,1646297300,47.74325,8.99915\n1262,1646297302,47.74324,8.99912\n1263,1646297303,47.74322,8.99912\n1264,1646297304,47.74321,8.99912\n1265,1646297305,47.74319,8.99912\n1266,1646297306,47.74318,8.99912\n1267,1646297307,47.74317,8.99912\n1268,1646297308,47.74317,8.99911\n1269,1646297309,47.74315,8.99910\n1270,1646297310,47.74314,8.99909\n1271,1646297351,47.74307,8.99870\n1272,1646297352,47.74305,8.99868\n1273,1646297353,47.74305,8.99867\n1274,1646297354,47.74305,8.99896\n1275,1646297356,47.74302,8.99893\n1276,1646297357,47.74301,8.99894\n1277,1646297358,47.74298,8.99893\n1278,1646297359,47.74296,8.99892\n1279,1646297360,47.74295,8.99892\n1280,1646297361,47.74293,8.99891\n1281,1646297402,47.74314,8.99903\n1282,1646297404,47.74312,8.99903\n1283,1646297405,47.74311,8.99903\n1284,1646297406,47.74311,8.99904\n1285,1646297407,47.74311,8.99904\n1286,1646297408,47.74311,8.99904\n1287,1646297409,47.74311,8.99904\n1288,1646297410,47.74311,8.99903\n1289,1646297411,47.74311,8.99902\n1290,1646297412,47.74311,8.99902\n1291,1646297455,47.74295,8.99891\n1292,1646297457,47.74296,8.99892\n1293,1646297458,47.74298,8.99893\n1294,1646297459,47.74297,8.99894\n1295,1646297460,47.74297,8.99894\n1296,1646297461,47.74297,8.99894\n1297,1646297462,47.74297,8.99894\n1298,1646297463,47.74297,8.99895\n1299,1646297464,47.74296,8.99895\n1300,1646297465,47.74296,8.99896\n1301,1646297506,47.74275,8.99879\n1302,1646297507,47.74276,8.99882\n1303,1646297508,47.74278,8.99884\n1304,1646297509,47.74278,8.99886\n1305,1646297510,47.74281,8.99879\n1306,1646297512,47.74282,8.99880\n1307,1646297513,47.74284,8.99881\n1308,1646297514,47.74285,8.99882\n1309,1646297515,47.74289,8.99884\n1310,1646297516,47.74292,8.99886\n1311,1646297559,47.74323,8.99906\n1312,1646297561,47.74318,8.99901\n1313,1646297562,47.74318,8.99901\n1314,1646297563,47.74318,8.99901\n1315,1646297564,47.74319,8.99901\n1316,1646297565,47.74320,8.99901\n1317,1646297566,47.74322,8.99902\n1318,1646297567,47.74324,8.99903\n1319,1646297568,47.74324,8.99903\n1320,1646297569,47.74324,8.99902\n1321,1646297612,47.74322,8.99903\n1322,1646297614,47.74323,8.99903\n1323,1646297615,47.74324,8.99902\n1324,1646297616,47.74324,8.99901\n1325,1646297617,47.74324,8.99901\n1326,1646297618,47.74325,8.99900\n1327,1646297619,47.74325,8.99900\n1328,1646297620,47.74325,8.99899\n1329,1646297621,47.74325,8.99899\n1330,1646297622,47.74325,8.99899\n1331,1646297661,47.74327,8.99910\n1332,1646297662,47.74332,8.99908\n1333,1646297663,47.74335,8.99906\n1334,1646297664,47.74339,8.99905\n1335,1646297665,47.74321,8.99913\n1336,1646297667,47.74320,8.99914\n1337,1646297668,47.74319,8.99912\n1338,1646297669,47.74320,8.99913\n1339,1646297670,47.74320,8.99912\n1340,1646297671,47.74319,8.99912\n1341,1646297721,47.74301,8.99891\n1342,1646297722,47.74304,8.99893\n1343,1646297723,47.74305,8.99894\n1344,1646297724,47.74307,8.99896\n1345,1646297725,47.74308,8.99896\n1346,1646297726,47.74308,8.99897\n1347,1646297727,47.74308,8.99897\n1348,1646297728,47.74310,8.99898\n1349,1646297729,47.74314,8.99901\n1350,1646297730,47.74314,8.99901\n1351,1646297776,47.74334,8.99911\n1352,1646297777,47.74334,8.99911\n1353,1646297778,47.74333,8.99912\n1354,1646297779,47.74332,8.99911\n1355,1646297780,47.74332,8.99911\n1356,1646297781,47.74330,8.99910\n1357,1646297782,47.74329,8.99909\n1358,1646297783,47.74328,8.99909\n1359,1646297784,47.74327,8.99909\n1360,1646297785,47.74327,8.99909\n1361,1646297828,47.74334,8.99916\n1362,1646297830,47.74333,8.99916\n1363,1646297831,47.74332,8.99915\n1364,1646297832,47.74332,8.99914\n1365,1646297833,47.74331,8.99914\n1366,1646297834,47.74330,8.99914\n1367,1646297835,47.74329,8.99914\n1368,1646297836,47.74328,8.99914\n1369,1646297837,47.74327,8.99913\n1370,1646297838,47.74326,8.99913\n1371,1646297882,47.74277,8.99885\n1372,1646297884,47.74281,8.99890\n1373,1646297885,47.74282,8.99891\n1374,1646297886,47.74281,8.99891\n1375,1646297887,47.74281,8.99892\n1376,1646297888,47.74282,8.99893\n1377,1646297889,47.74283,8.99894\n1378,1646297890,47.74284,8.99895\n1379,1646297891,47.74285,8.99895\n1380,1646297892,47.74286,8.99897\n1381,1646297932,47.74284,8.99896\n1382,1646297933,47.74288,8.99897\n1383,1646297934,47.74288,8.99898\n1384,1646297935,47.74289,8.99897\n1385,1646297936,47.74292,8.99890\n1386,1646297938,47.74291,8.99891\n1387,1646297939,47.74291,8.99891\n1388,1646297940,47.74291,8.99890\n1389,1646297941,47.74291,8.99891\n1390,1646297942,47.74291,8.99891\n1391,1646297980,47.74288,8.99879\n1392,1646297981,47.74288,8.99879\n1393,1646297982,47.74288,8.99880\n1394,1646297983,47.74288,8.99880\n1395,1646297984,47.74289,8.99895\n1396,1646297986,47.74288,8.99895\n1397,1646297987,47.74289,8.99895\n1398,1646297988,47.74293,8.99898\n1399,1646297989,47.74296,8.99900\n1400,1646297990,47.74298,8.99901\n1401,1646298029,47.74311,8.99891\n1402,1646298030,47.74311,8.99894\n1403,1646298031,47.74308,8.99893\n1404,1646298032,47.74308,8.99890\n1405,1646298034,47.74309,8.99890\n1406,1646298035,47.74309,8.99890\n1407,1646298036,47.74309,8.99891\n1408,1646298037,47.74309,8.99892\n1409,1646298038,47.74308,8.99893\n1410,1646298039,47.74308,8.99893\n1411,1646298079,47.74307,8.99899\n1412,1646298081,47.74305,8.99899\n1413,1646298082,47.74305,8.99899\n1414,1646298083,47.74305,8.99899\n1415,1646298084,47.74305,8.99899\n1416,1646298085,47.74305,8.99899\n1417,1646298086,47.74304,8.99899\n1418,1646298087,47.74304,8.99898\n1419,1646298088,47.74304,8.99898\n1420,1646298089,47.74304,8.99898\n1421,1646298131,47.74422,8.99881\n1422,1646298132,47.74424,8.99879\n1423,1646298133,47.74323,8.99917\n1424,1646298135,47.74321,8.99917\n1425,1646298136,47.74320,8.99918\n1426,1646298137,47.74319,8.99916\n1427,1646298138,47.74319,8.99916\n1428,1646298139,47.74320,8.99916\n1429,1646298140,47.74320,8.99916\n1430,1646298141,47.74319,8.99915\n1431,1646298175,47.74365,8.99924\n1432,1646298176,47.74371,8.99917\n1433,1646298177,47.74370,8.99915\n1434,1646298183,47.74319,8.99911\n1435,1646298184,47.74319,8.99909\n1436,1646298185,47.74320,8.99910\n1437,1646298186,47.74322,8.99911\n1438,1646298187,47.74324,8.99912\n1439,1646298188,47.74327,8.99914\n1440,1646298189,47.74329,8.99916\n1441,1646298229,47.74302,8.99897\n1442,1646298230,47.74301,8.99896\n1443,1646298232,47.74300,8.99894\n1444,1646298233,47.74298,8.99893\n1445,1646298234,47.74297,8.99892\n1446,1646298235,47.74297,8.99892\n1447,1646298236,47.74295,8.99890\n1448,1646298237,47.74294,8.99889\n1449,1646298238,47.74293,8.99888\n1450,1646298239,47.74292,8.99887\n1451,1646298277,47.74293,8.99907\n1452,1646298278,47.74297,8.99902\n1453,1646298279,47.74299,8.99899\n1454,1646298280,47.74299,8.99899\n1455,1646298281,47.74301,8.99898\n1456,1646298282,47.74302,8.99898\n1457,1646298283,47.74298,8.99906\n1458,1646298285,47.74298,8.99905\n1459,1646298286,47.74298,8.99904\n1460,1646298287,47.74297,8.99904\n1461,1646298323,47.74291,8.99897\n1462,1646298324,47.74292,8.99897\n1463,1646298325,47.74293,8.99899\n1464,1646298326,47.74294,8.99901\n1465,1646298327,47.74295,8.99902\n1466,1646298328,47.74295,8.99902\n1467,1646298329,47.74296,8.99903\n1468,1646298330,47.74297,8.99902\n1469,1646298331,47.74298,8.99902\n1470,1646298332,47.74300,8.99898\n1471,1646298370,47.74305,8.99872\n1472,1646298371,47.74302,8.99872\n1473,1646298372,47.74299,8.99871\n1474,1646298373,47.74288,8.99887\n1475,1646298375,47.74289,8.99887\n1476,1646298376,47.74289,8.99887\n1477,1646298377,47.74291,8.99887\n1478,1646298378,47.74291,8.99888\n1479,1646298379,47.74293,8.99889\n1480,1646298380,47.74294,8.99890\n1481,1646298421,47.74307,8.99873\n1482,1646298422,47.74301,8.99893\n1483,1646298424,47.74311,8.99906\n1484,1646298425,47.74315,8.99912\n1485,1646298426,47.74318,8.99916\n1486,1646298427,47.74320,8.99918\n1487,1646298428,47.74322,8.99921\n1488,1646298429,47.74324,8.99922\n1489,1646298430,47.74325,8.99923\n1490,1646298431,47.74326,8.99924\n1491,1646298486,47.74292,8.99887\n1492,1646298487,47.74291,8.99887\n1493,1646298488,47.74291,8.99887\n1494,1646298489,47.74291,8.99886\n1495,1646298490,47.74291,8.99887\n1496,1646298491,47.74291,8.99887\n1497,1646298492,47.74291,8.99887\n1498,1646298493,47.74291,8.99887\n1499,1646298494,47.74292,8.99888\n1500,1646298495,47.74293,8.99889\n1501,1646298544,47.74301,8.99903\n1502,1646298545,47.74300,8.99902\n1503,1646298546,47.74299,8.99901\n1504,1646298547,47.74299,8.99900\n1505,1646298548,47.74297,8.99898\n1506,1646298549,47.74296,8.99897\n1507,1646298550,47.74295,8.99895\n1508,1646298551,47.74294,8.99894\n1509,1646298552,47.74293,8.99893\n1510,1646298553,47.74292,8.99892\n1511,1646298606,47.74272,8.99862\n1512,1646298607,47.74273,8.99862\n1513,1646298608,47.74273,8.99863\n1514,1646298609,47.74273,8.99863\n1515,1646298610,47.74272,8.99863\n1516,1646298611,47.74272,8.99864\n1517,1646298612,47.74273,8.99864\n1518,1646298613,47.74273,8.99864\n1519,1646298614,47.74273,8.99863\n1520,1646298616,47.74272,8.99863\n1521,1646298672,47.74293,8.99892\n1522,1646298673,47.74292,8.99893\n1523,1646298674,47.74292,8.99892\n1524,1646298675,47.74291,8.99892\n1525,1646298676,47.74290,8.99890\n1526,1646298677,47.74289,8.99889\n1527,1646298678,47.74288,8.99888\n1528,1646298679,47.74288,8.99887\n1529,1646298680,47.74287,8.99887\n1530,1646298681,47.74287,8.99886\n1531,1646298719,47.74288,8.99886\n1532,1646298720,47.74290,8.99886\n1533,1646298721,47.74291,8.99884\n1534,1646298722,47.74289,8.99888\n1535,1646298724,47.74287,8.99885\n1536,1646298725,47.74285,8.99884\n1537,1646298726,47.74285,8.99883\n1538,1646298727,47.74284,8.99883\n1539,1646298728,47.74284,8.99883\n1540,1646298729,47.74284,8.99882\n1541,1646298765,47.74290,8.99867\n1542,1646298766,47.74291,8.99868\n1543,1646298767,47.74292,8.99869\n1544,1646298768,47.74292,8.99872\n1545,1646298769,47.74293,8.99874\n1546,1646298770,47.74288,8.99888\n1547,1646298772,47.74289,8.99888\n1548,1646298773,47.74290,8.99889\n1549,1646298774,47.74290,8.99889\n1550,1646298775,47.74291,8.99889\n1551,1646298815,47.74305,8.99868\n1552,1646298816,47.74304,8.99868\n1553,1646298817,47.74301,8.99902\n1554,1646298819,47.74300,8.99903\n1555,1646298820,47.74301,8.99904\n1556,1646298821,47.74301,8.99903\n1557,1646298822,47.74301,8.99903\n1558,1646298823,47.74302,8.99903\n1559,1646298824,47.74303,8.99904\n1560,1646298825,47.74302,8.99903\n1561,1646298864,47.74301,8.99893\n1562,1646298865,47.74303,8.99895\n1563,1646298867,47.74308,8.99902\n1564,1646298868,47.74309,8.99905\n1565,1646298869,47.74310,8.99907\n1566,1646298870,47.74311,8.99908\n1567,1646298871,47.74311,8.99910\n1568,1646298872,47.74311,8.99912\n1569,1646298873,47.74311,8.99913\n1570,1646298874,47.74311,8.99914\n1571,1646298918,47.74312,8.99882\n1572,1646298920,47.74303,8.99897\n1573,1646298923,47.74307,8.99904\n1574,1646298924,47.74308,8.99906\n1575,1646298925,47.74310,8.99909\n1576,1646298926,47.74312,8.99912\n1577,1646298927,47.74315,8.99916\n1578,1646298928,47.74317,8.99919\n1579,1646298929,47.74319,8.99922\n1580,1646298930,47.74320,8.99924\n1581,1646298989,47.74312,8.99911\n1582,1646298990,47.74312,8.99911\n1583,1646298991,47.74302,8.99902\n1584,1646298992,47.74300,8.99901\n1585,1646298993,47.74299,8.99900\n1586,1646298994,47.74298,8.99900\n1587,1646298995,47.74298,8.99900\n1588,1646298996,47.74298,8.99900\n1589,1646298997,47.74298,8.99900\n1590,1646298998,47.74297,8.99899\n1591,1646299031,47.74305,8.99903\n1592,1646299032,47.74293,8.99899\n1593,1646299033,47.74294,8.99899\n1594,1646299034,47.74295,8.99899\n1595,1646299035,47.74295,8.99899\n1596,1646299036,47.74294,8.99899\n1597,1646299037,47.74295,8.99898\n1598,1646299038,47.74295,8.99899\n1599,1646299039,47.74296,8.99899\n1600,1646299040,47.74297,8.99899\n1601,1646299074,47.74291,8.99904\n1602,1646299075,47.74290,8.99903\n1603,1646299076,47.74292,8.99903\n1604,1646299077,47.74293,8.99902\n1605,1646299078,47.74293,8.99900\n1606,1646299079,47.74294,8.99900\n1607,1646299080,47.74294,8.99900\n1608,1646299081,47.74295,8.99900\n1609,1646299083,47.74296,8.99901\n1610,1646299084,47.74296,8.99901\n1611,1646299118,47.74292,8.99902\n1612,1646299119,47.74291,8.99903\n1613,1646299120,47.74291,8.99901\n1614,1646299121,47.74290,8.99900\n1615,1646299122,47.74291,8.99899\n1616,1646299123,47.74291,8.99898\n1617,1646299124,47.74290,8.99898\n1618,1646299125,47.74291,8.99898\n1619,1646299126,47.74291,8.99898\n1620,1646299127,47.74292,8.99898\n1621,1646299161,47.74302,8.99898\n1622,1646299162,47.74296,8.99897\n1623,1646299163,47.74295,8.99897\n1624,1646299164,47.74296,8.99898\n1625,1646299165,47.74296,8.99897\n1626,1646299166,47.74296,8.99897\n1627,1646299167,47.74296,8.99897\n1628,1646299168,47.74296,8.99896\n1629,1646299169,47.74296,8.99896\n1630,1646299170,47.74296,8.99896\n1631,1646299203,47.74297,8.99922\n1632,1646299204,47.74305,8.99905\n1633,1646299205,47.74303,8.99904\n1634,1646299206,47.74303,8.99903\n1635,1646299207,47.74301,8.99901\n1636,1646299208,47.74299,8.99900\n1637,1646299209,47.74298,8.99899\n1638,1646299210,47.74296,8.99897\n1639,1646299211,47.74296,8.99897\n1640,1646299212,47.74296,8.99896\n1641,1646299247,47.74299,8.99897\n1642,1646299248,47.74301,8.99896\n1643,1646299249,47.74301,8.99897\n1644,1646299250,47.74303,8.99897\n1645,1646299251,47.74303,8.99897\n1646,1646299252,47.74303,8.99897\n1647,1646299253,47.74303,8.99897\n1648,1646299254,47.74304,8.99898\n1649,1646299255,47.74298,8.99892\n1650,1646299257,47.74299,8.99892\n1651,1646299291,47.74317,8.99909\n1652,1646299292,47.74313,8.99904\n1653,1646299293,47.74310,8.99901\n1654,1646299294,47.74307,8.99898\n1655,1646299295,47.74304,8.99896\n1656,1646299296,47.74303,8.99894\n1657,1646299297,47.74302,8.99894\n1658,1646299298,47.74301,8.99893\n1659,1646299299,47.74302,8.99893\n1660,1646299300,47.74301,8.99893\n1661,1646299334,47.74317,8.99902\n1662,1646299335,47.74331,8.99911\n1663,1646299336,47.74329,8.99909\n1664,1646299337,47.74330,8.99909\n1665,1646299338,47.74328,8.99909\n1666,1646299339,47.74319,8.99903\n1667,1646299340,47.74314,8.99900\n1668,1646299341,47.74312,8.99898\n1669,1646299342,47.74308,8.99896\n1670,1646299343,47.74306,8.99895\n1671,1646299377,47.74304,8.99896\n1672,1646299378,47.74303,8.99893\n1673,1646299379,47.74303,8.99892\n1674,1646299380,47.74302,8.99892\n1675,1646299381,47.74302,8.99892\n1676,1646299382,47.74301,8.99891\n1677,1646299383,47.74302,8.99891\n1678,1646299384,47.74301,8.99891\n1679,1646299385,47.74302,8.99891\n1680,1646299386,47.74302,8.99892\n1681,1646299419,47.74279,8.99870\n1682,1646299420,47.74288,8.99874\n1683,1646299421,47.74289,8.99877\n1684,1646299422,47.74290,8.99880\n1685,1646299423,47.74292,8.99881\n1686,1646299424,47.74293,8.99882\n1687,1646299425,47.74294,8.99883\n1688,1646299426,47.74295,8.99883\n1689,1646299427,47.74296,8.99884\n1690,1646299428,47.74296,8.99884\n1691,1646299463,47.74322,8.99914\n1692,1646299464,47.74322,8.99911\n1693,1646299465,47.74320,8.99909\n1694,1646299466,47.74319,8.99908\n1695,1646299467,47.74318,8.99907\n1696,1646299468,47.74318,8.99906\n1697,1646299469,47.74317,8.99906\n1698,1646299470,47.74317,8.99906\n1699,1646299471,47.74317,8.99906\n1700,1646299472,47.74312,8.99902\n1701,1646299506,47.74308,8.99908\n1702,1646299507,47.74306,8.99907\n1703,1646299508,47.74305,8.99905\n1704,1646299509,47.74305,8.99903\n1705,1646299510,47.74305,8.99902\n1706,1646299511,47.74304,8.99902\n1707,1646299512,47.74304,8.99901\n1708,1646299513,47.74300,8.99898\n1709,1646299515,47.74301,8.99898\n1710,1646299516,47.74300,8.99898\n1711,1646299549,47.74297,8.99895\n1712,1646299550,47.74301,8.99899\n1713,1646299551,47.74302,8.99901\n1714,1646299552,47.74301,8.99899\n1715,1646299553,47.74301,8.99898\n1716,1646299554,47.74301,8.99898\n1717,1646299555,47.74300,8.99898\n1718,1646299556,47.74300,8.99899\n1719,1646299557,47.74299,8.99899\n1720,1646299558,47.74299,8.99899\n1721,1646299592,47.74289,8.99892\n1722,1646299593,47.74290,8.99896\n1723,1646299594,47.74289,8.99898\n1724,1646299595,47.74289,8.99900\n1725,1646299596,47.74289,8.99902\n1726,1646299598,47.74283,8.99892\n1727,1646299599,47.74282,8.99891\n1728,1646299600,47.74283,8.99892\n1729,1646299601,47.74283,8.99894\n1730,1646299602,47.74285,8.99895\n1731,1646299635,47.74313,8.99902\n1732,1646299636,47.74312,8.99903\n1733,1646299637,47.74312,8.99904\n1734,1646299638,47.74310,8.99903\n1735,1646299639,47.74308,8.99902\n1736,1646299640,47.74306,8.99901\n1737,1646299641,47.74305,8.99900\n1738,1646299642,47.74305,8.99899\n1739,1646299643,47.74305,8.99898\n1740,1646299644,47.74304,8.99898\n1741,1646299678,47.74313,8.99914\n1742,1646299679,47.74306,8.99903\n1743,1646299680,47.74305,8.99902\n1744,1646299681,47.74305,8.99902\n1745,1646299682,47.74305,8.99902\n1746,1646299683,47.74304,8.99902\n1747,1646299684,47.74304,8.99901\n1748,1646299685,47.74304,8.99901\n1749,1646299686,47.74304,8.99901\n1750,1646299687,47.74304,8.99901\n1751,1646299721,47.74311,8.99910\n1752,1646299722,47.74309,8.99908\n1753,1646299723,47.74309,8.99907\n1754,1646299724,47.74308,8.99906\n1755,1646299725,47.74307,8.99905\n1756,1646299726,47.74306,8.99904\n1757,1646299727,47.74306,8.99903\n1758,1646299728,47.74305,8.99903\n1759,1646299729,47.74303,8.99902\n1760,1646299731,47.74303,8.99902\n1761,1646299764,47.74318,8.99912\n1762,1646299765,47.74308,8.99909\n1763,1646299766,47.74306,8.99906\n1764,1646299767,47.74305,8.99905\n1765,1646299768,47.74304,8.99903\n1766,1646299769,47.74304,8.99903\n1767,1646299770,47.74304,8.99902\n1768,1646299771,47.74304,8.99902\n1769,1646299772,47.74303,8.99902\n1770,1646299773,47.74303,8.99901\n1771,1646299807,47.74325,8.99926\n1772,1646299808,47.74310,8.99905\n1773,1646299809,47.74308,8.99903\n1774,1646299810,47.74308,8.99903\n1775,1646299811,47.74309,8.99903\n1776,1646299812,47.74309,8.99903\n1777,1646299813,47.74309,8.99902\n1778,1646299814,47.74309,8.99902\n1779,1646299815,47.74309,8.99902\n1780,1646299816,47.74309,8.99901\n1781,1646299851,47.74296,8.99900\n1782,1646299852,47.74298,8.99902\n1783,1646299853,47.74299,8.99903\n1784,1646299854,47.74301,8.99904\n1785,1646299855,47.74301,8.99903\n1786,1646299856,47.74300,8.99903\n1787,1646299857,47.74301,8.99903\n1788,1646299858,47.74301,8.99903\n1789,1646299859,47.74301,8.99902\n1790,1646299860,47.74301,8.99902\n1791,1646299896,47.74300,8.99901\n1792,1646299897,47.74301,8.99902\n1793,1646299898,47.74303,8.99902\n1794,1646299899,47.74304,8.99903\n1795,1646299900,47.74305,8.99903\n1796,1646299901,47.74305,8.99904\n1797,1646299902,47.74305,8.99904\n1798,1646299903,47.74305,8.99904\n1799,1646299904,47.74301,8.99903\n1800,1646299906,47.74301,8.99903\n1801,1646299941,47.74295,8.99899\n1802,1646299942,47.74296,8.99901\n1803,1646299943,47.74296,8.99902\n1804,1646299944,47.74299,8.99903\n1805,1646299945,47.74299,8.99904\n1806,1646299946,47.74300,8.99905\n1807,1646299947,47.74300,8.99905\n1808,1646299948,47.74301,8.99906\n1809,1646299949,47.74302,8.99906\n1810,1646299950,47.74303,8.99907\n1811,1646299985,47.74310,8.99905\n1812,1646299986,47.74309,8.99905\n1813,1646299987,47.74309,8.99905\n1814,1646299988,47.74308,8.99905\n1815,1646299989,47.74307,8.99905\n1816,1646299990,47.74305,8.99904\n1817,1646299991,47.74304,8.99904\n1818,1646299992,47.74303,8.99903\n1819,1646299993,47.74301,8.99902\n1820,1646299994,47.74292,8.99898\n1821,1646300029,47.74313,8.99905\n1822,1646300030,47.74305,8.99902\n1823,1646300031,47.74303,8.99902\n1824,1646300032,47.74302,8.99902\n1825,1646300033,47.74301,8.99902\n1826,1646300034,47.74301,8.99903\n1827,1646300035,47.74304,8.99903\n1828,1646300037,47.74303,8.99903\n1829,1646300038,47.74303,8.99903\n1830,1646300039,47.74302,8.99903\n1831,1646300072,47.74269,8.99898\n1832,1646300073,47.74303,8.99900\n1833,1646300074,47.74305,8.99901\n1834,1646300075,47.74308,8.99904\n1835,1646300076,47.74308,8.99905\n1836,1646300077,47.74309,8.99905\n1837,1646300078,47.74309,8.99905\n1838,1646300079,47.74310,8.99906\n1839,1646300080,47.74311,8.99906\n1840,1646300081,47.74312,8.99906\n1841,1646300116,47.74313,8.99898\n1842,1646300117,47.74314,8.99899\n1843,1646300118,47.74313,8.99900\n1844,1646300119,47.74313,8.99901\n1845,1646300120,47.74311,8.99901\n1846,1646300121,47.74311,8.99901\n1847,1646300122,47.74311,8.99901\n1848,1646300123,47.74310,8.99902\n1849,1646300124,47.74309,8.99902\n1850,1646300125,47.74309,8.99902\n1851,1646300159,47.74313,8.99904\n1852,1646300160,47.74312,8.99904\n1853,1646300161,47.74312,8.99904\n1854,1646300162,47.74312,8.99904\n1855,1646300163,47.74312,8.99904\n1856,1646300164,47.74313,8.99905\n1857,1646300165,47.74313,8.99905\n1858,1646300166,47.74313,8.99904\n1859,1646300167,47.74302,8.99899\n1860,1646300169,47.74303,8.99899\n1861,1646300205,47.74299,8.99903\n1862,1646300206,47.74303,8.99901\n1863,1646300207,47.74303,8.99901\n1864,1646300208,47.74303,8.99902\n1865,1646300209,47.74303,8.99901\n1866,1646300211,47.74303,8.99901\n1867,1646300212,47.74303,8.99901\n1868,1646300213,47.74303,8.99901\n1869,1646300214,47.74304,8.99901\n1870,1646300215,47.74304,8.99901\n1871,1646300249,47.74299,8.99894\n1872,1646300250,47.74297,8.99895\n1873,1646300251,47.74297,8.99897\n1874,1646300252,47.74297,8.99898\n1875,1646300253,47.74296,8.99897\n1876,1646300254,47.74297,8.99898\n1877,1646300255,47.74297,8.99900\n1878,1646300256,47.74297,8.99901\n1879,1646300257,47.74304,8.99902\n1880,1646300259,47.74303,8.99902\n1881,1646300293,47.74309,8.99899\n1882,1646300294,47.74309,8.99898\n1883,1646300295,47.74307,8.99898\n1884,1646300296,47.74306,8.99899\n1885,1646300297,47.74306,8.99901\n1886,1646300298,47.74305,8.99902\n1887,1646300299,47.74299,8.99903\n1888,1646300301,47.74299,8.99903\n1889,1646300302,47.74299,8.99903\n1890,1646300303,47.74300,8.99904\n1891,1646300336,47.74288,8.99923\n1892,1646300337,47.74290,8.99901\n1893,1646300338,47.74290,8.99902\n1894,1646300339,47.74289,8.99904\n1895,1646300340,47.74287,8.99904\n1896,1646300341,47.74286,8.99904\n1897,1646300342,47.74286,8.99904\n1898,1646300343,47.74287,8.99903\n1899,1646300344,47.74287,8.99903\n1900,1646300345,47.74287,8.99902\n1901,1646300379,47.74310,8.99906\n1902,1646300379,47.74310,8.99901\n1903,1646300380,47.74310,8.99900\n1904,1646300381,47.74311,8.99899\n1905,1646300382,47.74311,8.99899\n1906,1646300383,47.74311,8.99898\n1907,1646300384,47.74311,8.99898\n1908,1646300385,47.74312,8.99899\n1909,1646300386,47.74313,8.99898\n1910,1646300387,47.74313,8.99898\n1911,1646300421,47.74313,8.99907\n1912,1646300422,47.74294,8.99906\n1913,1646300423,47.74292,8.99905\n1914,1646300424,47.74292,8.99905\n1915,1646300425,47.74293,8.99904\n1916,1646300426,47.74293,8.99904\n1917,1646300427,47.74293,8.99904\n1918,1646300428,47.74294,8.99904\n1919,1646300429,47.74294,8.99904\n1920,1646300430,47.74295,8.99904\n1921,1646300465,47.74297,8.99896\n1922,1646300466,47.74298,8.99896\n1923,1646300467,47.74298,8.99897\n1924,1646300468,47.74298,8.99898\n1925,1646300469,47.74298,8.99898\n1926,1646300470,47.74299,8.99898\n1927,1646300471,47.74300,8.99898\n1928,1646300472,47.74301,8.99898\n1929,1646300473,47.74302,8.99898\n1930,1646300474,47.74304,8.99898\n1931,1646300507,47.74289,8.99905\n1932,1646300508,47.74301,8.99900\n1933,1646300509,47.74301,8.99900\n1934,1646300510,47.74303,8.99900\n1935,1646300511,47.74303,8.99900\n1936,1646300512,47.74302,8.99901\n1937,1646300513,47.74302,8.99901\n1938,1646300514,47.74302,8.99901\n1939,1646300515,47.74302,8.99901\n1940,1646300517,47.74302,8.99900\n1941,1646300550,47.74291,8.99899\n1942,1646300551,47.74299,8.99892\n1943,1646300552,47.74298,8.99893\n1944,1646300553,47.74296,8.99895\n1945,1646300554,47.74296,8.99896\n1946,1646300555,47.74297,8.99898\n1947,1646300556,47.74297,8.99899\n1948,1646300557,47.74296,8.99899\n1949,1646300558,47.74296,8.99900\n1950,1646300559,47.74297,8.99900\n1951,1646300593,47.74304,8.99908\n1952,1646300594,47.74305,8.99900\n1953,1646300595,47.74306,8.99899\n1954,1646300596,47.74306,8.99899\n1955,1646300597,47.74306,8.99899\n1956,1646300598,47.74306,8.99899\n1957,1646300599,47.74306,8.99899\n1958,1646300600,47.74306,8.99899\n1959,1646300601,47.74306,8.99900\n1960,1646300602,47.74306,8.99900\n1961,1646300635,47.74313,8.99918\n1962,1646300636,47.74318,8.99905\n1963,1646300637,47.74314,8.99905\n1964,1646300638,47.74312,8.99904\n1965,1646300639,47.74310,8.99904\n1966,1646300640,47.74309,8.99904\n1967,1646300641,47.74308,8.99903\n1968,1646300642,47.74307,8.99904\n1969,1646300643,47.74307,8.99904\n1970,1646300644,47.74306,8.99904\n1971,1646300678,47.74320,8.99909\n1972,1646300679,47.74310,8.99900\n1973,1646300680,47.74309,8.99901\n1974,1646300681,47.74308,8.99901\n1975,1646300682,47.74306,8.99900\n1976,1646300683,47.74306,8.99899\n1977,1646300684,47.74306,8.99899\n1978,1646300685,47.74306,8.99899\n1979,1646300686,47.74305,8.99899\n1980,1646300687,47.74305,8.99899\n1981,1646300720,47.74302,8.99916\n1982,1646300721,47.74305,8.99905\n1983,1646300722,47.74304,8.99904\n1984,1646300723,47.74303,8.99903\n1985,1646300724,47.74301,8.99902\n1986,1646300725,47.74301,8.99901\n1987,1646300726,47.74300,8.99901\n1988,1646300727,47.74300,8.99901\n1989,1646300728,47.74300,8.99900\n1990,1646300729,47.74300,8.99900\n1991,1646300763,47.74303,8.99888\n1992,1646300764,47.74302,8.99893\n1993,1646300765,47.74301,8.99895\n1994,1646300766,47.74301,8.99896\n1995,1646300767,47.74301,8.99897\n1996,1646300768,47.74302,8.99897\n1997,1646300769,47.74301,8.99898\n1998,1646300770,47.74302,8.99898\n1999,1646300771,47.74301,8.99897\n2000,1646300772,47.74302,8.99897\n2001,1646300815,47.74305,8.99900\n2002,1646300817,47.74303,8.99899\n2003,1646300818,47.74302,8.99899\n2004,1646300819,47.74302,8.99899\n2005,1646300820,47.74302,8.99898\n2006,1646300821,47.74302,8.99898\n2007,1646300822,47.74302,8.99898\n2008,1646300823,47.74302,8.99898\n2009,1646300824,47.74302,8.99898\n2010,1646300825,47.74302,8.99899\n2011,1646300858,47.74297,8.99902\n2012,1646300859,47.74296,8.99895\n2013,1646300860,47.74296,8.99896\n2014,1646300861,47.74297,8.99897\n2015,1646300862,47.74298,8.99897\n2016,1646300863,47.74298,8.99897\n2017,1646300864,47.74298,8.99898\n2018,1646300865,47.74299,8.99898\n2019,1646300866,47.74299,8.99898\n2020,1646300867,47.74300,8.99898\n2021,1646300902,47.74297,8.99897\n2022,1646300903,47.74297,8.99896\n2023,1646300904,47.74297,8.99897\n2024,1646300905,47.74297,8.99897\n2025,1646300906,47.74297,8.99897\n2026,1646300907,47.74297,8.99898\n2027,1646300908,47.74298,8.99898\n2028,1646300909,47.74298,8.99898\n2029,1646300910,47.74298,8.99898\n2030,1646300911,47.74298,8.99898\n2031,1646300945,47.74298,8.99897\n2032,1646300946,47.74299,8.99897\n2033,1646300947,47.74299,8.99897\n2034,1646300948,47.74298,8.99897\n2035,1646300949,47.74298,8.99897\n2036,1646300950,47.74298,8.99896\n2037,1646300951,47.74299,8.99896\n2038,1646300952,47.74299,8.99896\n2039,1646300953,47.74301,8.99897\n2040,1646300955,47.74301,8.99897\n2041,1646300988,47.74319,8.99898\n2042,1646300989,47.74294,8.99897\n2043,1646300990,47.74293,8.99897\n2044,1646300991,47.74292,8.99897\n2045,1646300992,47.74291,8.99897\n2046,1646300993,47.74291,8.99897\n2047,1646300994,47.74291,8.99897\n2048,1646300995,47.74292,8.99897\n2049,1646300996,47.74292,8.99897\n2050,1646300997,47.74292,8.99897\n2051,1646301031,47.74297,8.99901\n2052,1646301032,47.74298,8.99898\n2053,1646301033,47.74298,8.99898\n2054,1646301034,47.74298,8.99898\n2055,1646301035,47.74298,8.99898\n2056,1646301036,47.74298,8.99899\n2057,1646301037,47.74297,8.99899\n2058,1646301038,47.74297,8.99900\n2059,1646301039,47.74297,8.99900\n2060,1646301040,47.74297,8.99901\n2061,1646301073,47.74310,8.99899\n2062,1646301074,47.74302,8.99900\n2063,1646301075,47.74302,8.99901\n2064,1646301076,47.74304,8.99901\n2065,1646301077,47.74305,8.99901\n2066,1646301078,47.74307,8.99901\n2067,1646301079,47.74308,8.99902\n2068,1646301080,47.74308,8.99901\n2069,1646301081,47.74308,8.99901\n2070,1646301082,47.74308,8.99901\n2071,1646301117,47.74306,8.99902\n2072,1646301118,47.74305,8.99903\n2073,1646301119,47.74305,8.99903\n2074,1646301120,47.74305,8.99903\n2075,1646301121,47.74305,8.99903\n2076,1646301122,47.74305,8.99903\n2077,1646301123,47.74304,8.99903\n2078,1646301124,47.74305,8.99903\n2079,1646301125,47.74305,8.99903\n2080,1646301126,47.74305,8.99904\n2081,1646301159,47.74295,8.99888\n2082,1646301160,47.74310,8.99897\n2083,1646301161,47.74310,8.99898\n2084,1646301162,47.74309,8.99899\n2085,1646301163,47.74308,8.99899\n2086,1646301164,47.74307,8.99899\n2087,1646301165,47.74306,8.99899\n2088,1646301166,47.74306,8.99899\n2089,1646301167,47.74306,8.99899\n2090,1646301168,47.74306,8.99899\n2091,1646301202,47.74324,8.99889\n2092,1646301203,47.74304,8.99892\n2093,1646301204,47.74304,8.99894\n2094,1646301205,47.74305,8.99895\n2095,1646301206,47.74305,8.99895\n2096,1646301207,47.74304,8.99896\n2097,1646301208,47.74305,8.99897\n2098,1646301209,47.74304,8.99897\n2099,1646301210,47.74304,8.99897\n2100,1646301211,47.74304,8.99897\n2101,1646301244,47.74292,8.99908\n2102,1646301245,47.74293,8.99896\n2103,1646301246,47.74294,8.99897\n2104,1646301247,47.74294,8.99897\n2105,1646301248,47.74294,8.99898\n2106,1646301249,47.74295,8.99898\n2107,1646301250,47.74295,8.99899\n2108,1646301251,47.74296,8.99898\n2109,1646301252,47.74296,8.99898\n2110,1646301253,47.74297,8.99899\n2111,1646301287,47.74285,8.99908\n2112,1646301288,47.74315,8.99912\n2113,1646301289,47.74310,8.99909\n2114,1646301290,47.74310,8.99909\n2115,1646301291,47.74310,8.99908\n2116,1646301292,47.74309,8.99908\n2117,1646301293,47.74309,8.99907\n2118,1646301294,47.74309,8.99908\n2119,1646301295,47.74309,8.99907\n2120,1646301296,47.74300,8.99902\n2121,1646301329,47.74308,8.99897\n2122,1646301330,47.74314,8.99904\n2123,1646301331,47.74315,8.99906\n2124,1646301332,47.74313,8.99904\n2125,1646301333,47.74312,8.99903\n2126,1646301334,47.74311,8.99902\n2127,1646301335,47.74310,8.99901\n2128,1646301336,47.74310,8.99901\n2129,1646301337,47.74301,8.99896\n2130,1646301339,47.74301,8.99896\n2131,1646301374,47.74300,8.99897\n2132,1646301375,47.74304,8.99899\n2133,1646301376,47.74304,8.99898\n2134,1646301377,47.74305,8.99900\n2135,1646301378,47.74307,8.99901\n2136,1646301379,47.74303,8.99899\n2137,1646301381,47.74304,8.99899\n2138,1646301382,47.74304,8.99899\n2139,1646301383,47.74304,8.99898\n2140,1646301384,47.74304,8.99898\n2141,1646301419,47.74280,8.99888\n2142,1646301420,47.74286,8.99892\n2143,1646301421,47.74290,8.99895\n2144,1646301422,47.74293,8.99896\n2145,1646301423,47.74294,8.99897\n2146,1646301424,47.74295,8.99897\n2147,1646301425,47.74295,8.99898\n2148,1646301426,47.74295,8.99899\n2149,1646301427,47.74296,8.99900\n2150,1646301429,47.74296,8.99900\n2151,1646301463,47.74291,8.99901\n2152,1646301464,47.74291,8.99900\n2153,1646301465,47.74291,8.99899\n2154,1646301466,47.74291,8.99899\n2155,1646301467,47.74292,8.99899\n2156,1646301468,47.74293,8.99899\n2157,1646301469,47.74299,8.99901\n2158,1646301471,47.74298,8.99901\n2159,1646301472,47.74298,8.99901\n2160,1646301473,47.74299,8.99900\n2161,1646301508,47.74292,8.99896\n2162,1646301509,47.74289,8.99893\n2163,1646301510,47.74293,8.99897\n2164,1646301511,47.74292,8.99897\n2165,1646301512,47.74294,8.99898\n2166,1646301513,47.74296,8.99898\n2167,1646301514,47.74297,8.99898\n2168,1646301515,47.74298,8.99898\n2169,1646301516,47.74298,8.99898\n2170,1646301517,47.74302,8.99901\n2171,1646301552,47.74302,8.99897\n2172,1646301553,47.74300,8.99896\n2173,1646301554,47.74298,8.99895\n2174,1646301555,47.74300,8.99897\n2175,1646301556,47.74301,8.99898\n2176,1646301557,47.74302,8.99899\n2177,1646301558,47.74301,8.99898\n2178,1646301559,47.74306,8.99901\n2179,1646301561,47.74305,8.99901\n2180,1646301562,47.74305,8.99901\n2181,1646301597,47.74300,8.99896\n2182,1646301598,47.74300,8.99897\n2183,1646301599,47.74298,8.99897\n2184,1646301600,47.74297,8.99896\n2185,1646301601,47.74297,8.99897\n2186,1646301602,47.74297,8.99896\n2187,1646301603,47.74297,8.99896\n2188,1646301604,47.74297,8.99896\n2189,1646301605,47.74297,8.99896\n2190,1646301606,47.74297,8.99897\n2191,1646301639,47.74277,8.99884\n2192,1646301640,47.74284,8.99890\n2193,1646301641,47.74289,8.99894\n2194,1646301642,47.74290,8.99894\n2195,1646301643,47.74291,8.99894\n2196,1646301644,47.74288,8.99894\n2197,1646301645,47.74289,8.99895\n2198,1646301646,47.74289,8.99895\n2199,1646301647,47.74289,8.99894\n2200,1646301648,47.74290,8.99894\n2201,1646301684,47.74291,8.99888\n2202,1646301685,47.74289,8.99888\n2203,1646301686,47.74290,8.99889\n2204,1646301687,47.74290,8.99889\n2205,1646301688,47.74291,8.99890\n2206,1646301689,47.74291,8.99890\n2207,1646301690,47.74292,8.99891\n2208,1646301691,47.74291,8.99892\n2209,1646301692,47.74301,8.99896\n2210,1646301694,47.74301,8.99897\n2211,1646301729,47.74310,8.99910\n2212,1646301730,47.74306,8.99901\n2213,1646301731,47.74302,8.99900\n2214,1646301732,47.74301,8.99899\n2215,1646301733,47.74299,8.99898\n2216,1646301734,47.74298,8.99898\n2217,1646301735,47.74299,8.99898\n2218,1646301736,47.74300,8.99899\n2219,1646301737,47.74301,8.99898\n2220,1646301738,47.74301,8.99899\n2221,1646301771,47.74308,8.99907\n2222,1646301772,47.74306,8.99903\n2223,1646301773,47.74302,8.99901\n2224,1646301774,47.74299,8.99901\n2225,1646301775,47.74298,8.99899\n2226,1646301776,47.74298,8.99899\n2227,1646301777,47.74298,8.99898\n2228,1646301778,47.74298,8.99897\n2229,1646301779,47.74297,8.99897\n2230,1646301780,47.74296,8.99897\n2231,1646301816,47.74307,8.99904\n2232,1646301817,47.74307,8.99904\n2233,1646301818,47.74305,8.99903\n2234,1646301819,47.74303,8.99901\n2235,1646301820,47.74301,8.99901\n2236,1646301821,47.74300,8.99900\n2237,1646301822,47.74299,8.99899\n2238,1646301823,47.74299,8.99899\n2239,1646301824,47.74299,8.99899\n2240,1646301826,47.74300,8.99899\n2241,1646301861,47.74311,8.99899\n2242,1646301862,47.74308,8.99901\n2243,1646301863,47.74306,8.99900\n2244,1646301864,47.74304,8.99898\n2245,1646301865,47.74303,8.99899\n2246,1646301866,47.74304,8.99899\n2247,1646301867,47.74305,8.99899\n2248,1646301868,47.74306,8.99899\n2249,1646301869,47.74305,8.99898\n2250,1646301870,47.74304,8.99898\n2251,1646301905,47.74318,8.99909\n2252,1646301906,47.74315,8.99906\n2253,1646301907,47.74313,8.99904\n2254,1646301908,47.74310,8.99902\n2255,1646301909,47.74309,8.99902\n2256,1646301910,47.74308,8.99902\n2257,1646301911,47.74307,8.99901\n2258,1646301912,47.74306,8.99900\n2259,1646301913,47.74302,8.99898\n2260,1646301915,47.74302,8.99898\n2261,1646301950,47.74298,8.99899\n2262,1646301951,47.74302,8.99900\n2263,1646301952,47.74304,8.99901\n2264,1646301953,47.74303,8.99900\n2265,1646301954,47.74301,8.99898\n2266,1646301955,47.74303,8.99898\n2267,1646301957,47.74302,8.99897\n2268,1646301958,47.74301,8.99896\n2269,1646301959,47.74300,8.99896\n2270,1646301960,47.74300,8.99896\n2271,1646301993,47.74265,8.99867\n2272,1646301994,47.74288,8.99891\n2273,1646301995,47.74293,8.99893\n2274,1646301996,47.74293,8.99891\n2275,1646301997,47.74295,8.99891\n2276,1646301998,47.74297,8.99892\n2277,1646301999,47.74300,8.99893\n2278,1646302000,47.74301,8.99893\n2279,1646302001,47.74301,8.99893\n2280,1646302002,47.74301,8.99892\n2281,1646302035,47.74259,8.99878\n2282,1646302036,47.74284,8.99882\n2283,1646302037,47.74290,8.99884\n2284,1646302038,47.74292,8.99888\n2285,1646302039,47.74289,8.99889\n2286,1646302040,47.74290,8.99891\n2287,1646302041,47.74296,8.99896\n2288,1646302042,47.74299,8.99898\n2289,1646302043,47.74303,8.99902\n2290,1646302044,47.74305,8.99904\n2291,1646302078,47.74282,8.99885\n2292,1646302079,47.74285,8.99896\n2293,1646302080,47.74289,8.99900\n2294,1646302081,47.74289,8.99902\n2295,1646302082,47.74291,8.99903\n2296,1646302083,47.74293,8.99903\n2297,1646302084,47.74293,8.99901\n2298,1646302085,47.74296,8.99902\n2299,1646302086,47.74298,8.99903\n2300,1646302087,47.74298,8.99903\n2301,1646302122,47.74295,8.99898\n2302,1646302123,47.74295,8.99899\n2303,1646302124,47.74292,8.99899\n2304,1646302125,47.74291,8.99898\n2305,1646302126,47.74291,8.99897\n2306,1646302127,47.74290,8.99897\n2307,1646302128,47.74291,8.99897\n2308,1646302129,47.74296,8.99900\n2309,1646302131,47.74296,8.99900\n2310,1646302132,47.74296,8.99900\n2311,1646302165,47.74270,8.99872\n2312,1646302166,47.74297,8.99891\n2313,1646302167,47.74302,8.99895\n2314,1646302168,47.74302,8.99895\n2315,1646302169,47.74304,8.99898\n2316,1646302170,47.74306,8.99899\n2317,1646302171,47.74307,8.99899\n2318,1646302172,47.74306,8.99899\n2319,1646302173,47.74307,8.99900\n2320,1646302174,47.74308,8.99900\n2321,1646302207,47.74303,8.99900\n2322,1646302208,47.74283,8.99891\n2323,1646302209,47.74281,8.99890\n2324,1646302210,47.74281,8.99890\n2325,1646302211,47.74281,8.99889\n2326,1646302212,47.74282,8.99890\n2327,1646302213,47.74283,8.99890\n2328,1646302214,47.74284,8.99890\n2329,1646302215,47.74284,8.99890\n2330,1646302216,47.74284,8.99890\n2331,1646302252,47.74325,8.99911\n2332,1646302253,47.74321,8.99910\n2333,1646302254,47.74318,8.99910\n2334,1646302255,47.74317,8.99910\n2335,1646302256,47.74315,8.99909\n2336,1646302257,47.74313,8.99908\n2337,1646302258,47.74312,8.99907\n2338,1646302259,47.74312,8.99906\n2339,1646302260,47.74312,8.99907\n2340,1646302261,47.74311,8.99905\n2341,1646302298,47.74299,8.99893\n2342,1646302299,47.74298,8.99894\n2343,1646302300,47.74300,8.99894\n2344,1646302301,47.74302,8.99895\n2345,1646302302,47.74303,8.99896\n2346,1646302303,47.74312,8.99900\n2347,1646302305,47.74311,8.99901\n2348,1646302306,47.74310,8.99901\n2349,1646302307,47.74310,8.99901\n2350,1646302308,47.74310,8.99901\n2351,1646302341,47.74303,8.99898\n2352,1646302342,47.74312,8.99903\n2353,1646302343,47.74312,8.99903\n2354,1646302344,47.74313,8.99905\n2355,1646302345,47.74312,8.99905\n2356,1646302346,47.74312,8.99906\n2357,1646302347,47.74313,8.99907\n2358,1646302348,47.74313,8.99907\n2359,1646302349,47.74312,8.99907\n2360,1646302350,47.74310,8.99906\n2361,1646302385,47.74305,8.99908\n2362,1646302386,47.74304,8.99907\n2363,1646302387,47.74302,8.99905\n2364,1646302388,47.74302,8.99904\n2365,1646302389,47.74300,8.99903\n2366,1646302390,47.74299,8.99902\n2367,1646302391,47.74297,8.99900\n2368,1646302392,47.74295,8.99900\n2369,1646302393,47.74298,8.99901\n2370,1646302395,47.74298,8.99901\n2371,1646302430,47.74306,8.99896\n2372,1646302431,47.74307,8.99899\n2373,1646302432,47.74308,8.99899\n2374,1646302433,47.74307,8.99899\n2375,1646302434,47.74305,8.99898\n2376,1646302435,47.74305,8.99899\n2377,1646302436,47.74303,8.99898\n2378,1646302437,47.74302,8.99897\n2379,1646302438,47.74301,8.99896\n2380,1646302439,47.74300,8.99895\n2381,1646302474,47.74305,8.99903\n2382,1646302475,47.74303,8.99900\n2383,1646302477,47.74300,8.99899\n2384,1646302478,47.74299,8.99899\n2385,1646302479,47.74300,8.99900\n2386,1646302480,47.74302,8.99901\n2387,1646302481,47.74303,8.99902\n2388,1646302482,47.74303,8.99901\n2389,1646302483,47.74303,8.99900\n2390,1646302484,47.74297,8.99898\n2391,1646302517,47.74272,8.99893\n2392,1646302518,47.74277,8.99890\n2393,1646302519,47.74278,8.99890\n2394,1646302520,47.74280,8.99892\n2395,1646302521,47.74283,8.99893\n2396,1646302522,47.74286,8.99894\n2397,1646302523,47.74290,8.99896\n2398,1646302524,47.74293,8.99897\n2399,1646302525,47.74301,8.99900\n2400,1646302527,47.74300,8.99900\n2401,1646302562,47.74292,8.99895\n2402,1646302563,47.74296,8.99896\n2403,1646302564,47.74296,8.99897\n2404,1646302565,47.74296,8.99898\n2405,1646302566,47.74298,8.99898\n2406,1646302567,47.74300,8.99900\n2407,1646302568,47.74301,8.99900\n2408,1646302569,47.74302,8.99900\n2409,1646302570,47.74302,8.99899\n2410,1646302571,47.74301,8.99899\n2411,1646302606,47.74304,8.99908\n2412,1646302607,47.74303,8.99906\n2413,1646302608,47.74302,8.99906\n2414,1646302609,47.74301,8.99905\n2415,1646302610,47.74300,8.99904\n2416,1646302611,47.74300,8.99903\n2417,1646302612,47.74301,8.99903\n2418,1646302613,47.74300,8.99903\n2419,1646302614,47.74299,8.99902\n2420,1646302615,47.74300,8.99902\n2421,1646302652,47.74301,8.99896\n2422,1646302653,47.74300,8.99896\n2423,1646302654,47.74299,8.99897\n2424,1646302655,47.74298,8.99897\n2425,1646302656,47.74299,8.99898\n2426,1646302657,47.74298,8.99898\n2427,1646302659,47.74298,8.99898\n2428,1646302660,47.74298,8.99898\n2429,1646302661,47.74298,8.99898\n2430,1646302662,47.74298,8.99898\n2431,1646302698,47.74292,8.99900\n2432,1646302699,47.74293,8.99901\n2433,1646302700,47.74293,8.99900\n2434,1646302701,47.74293,8.99900\n2435,1646302702,47.74293,8.99901\n2436,1646302703,47.74293,8.99901\n2437,1646302704,47.74293,8.99901\n2438,1646302705,47.74301,8.99905\n2439,1646302707,47.74301,8.99904\n2440,1646302708,47.74301,8.99903\n2441,1646302745,47.74295,8.99906\n2442,1646302746,47.74298,8.99902\n2443,1646302747,47.74299,8.99902\n2444,1646302748,47.74300,8.99903\n2445,1646302749,47.74302,8.99903\n2446,1646302750,47.74302,8.99903\n2447,1646302751,47.74302,8.99904\n2448,1646302752,47.74302,8.99902\n2449,1646302753,47.74301,8.99902\n2450,1646302755,47.74301,8.99902\n2451,1646302790,47.74314,8.99892\n2452,1646302791,47.74314,8.99894\n2453,1646302792,47.74315,8.99895\n2454,1646302793,47.74317,8.99895\n2455,1646302794,47.74318,8.99895\n2456,1646302795,47.74304,8.99892\n2457,1646302797,47.74303,8.99893\n2458,1646302798,47.74303,8.99894\n2459,1646302799,47.74304,8.99894\n2460,1646302800,47.74304,8.99893\n2461,1646302836,47.74314,8.99899\n2462,1646302837,47.74311,8.99898\n2463,1646302838,47.74312,8.99899\n2464,1646302839,47.74312,8.99899\n2465,1646302840,47.74310,8.99899\n2466,1646302841,47.74308,8.99899\n2467,1646302842,47.74305,8.99898\n2468,1646302843,47.74306,8.99898\n2469,1646302845,47.74306,8.99897\n2470,1646302846,47.74306,8.99897\n2471,1646302882,47.74314,8.99898\n2472,1646302883,47.74309,8.99899\n2473,1646302884,47.74300,8.99900\n2474,1646302885,47.74299,8.99899\n2475,1646302886,47.74298,8.99900\n2476,1646302887,47.74299,8.99897\n2477,1646302888,47.74300,8.99896\n2478,1646302889,47.74300,8.99895\n2479,1646302890,47.74301,8.99893\n2480,1646302891,47.74305,8.99894\n2481,1646302930,47.74316,8.99898\n2482,1646302931,47.74315,8.99898\n2483,1646302932,47.74313,8.99898\n2484,1646302933,47.74305,8.99897\n2485,1646302935,47.74305,8.99898\n2486,1646302936,47.74307,8.99897\n2487,1646302937,47.74308,8.99897\n2488,1646302938,47.74308,8.99897\n2489,1646302939,47.74308,8.99897\n2490,1646302940,47.74308,8.99897\n2491,1646302973,47.74278,8.99904\n2492,1646302974,47.74298,8.99894\n2493,1646302975,47.74300,8.99895\n2494,1646302976,47.74300,8.99896\n2495,1646302977,47.74301,8.99896\n2496,1646302978,47.74302,8.99896\n2497,1646302979,47.74302,8.99895\n2498,1646302980,47.74303,8.99896\n2499,1646302981,47.74300,8.99895\n2500,1646302983,47.74300,8.99895\n2501,1646303028,47.74325,8.99897\n2502,1646303029,47.74303,8.99902\n2503,1646303031,47.74304,8.99902\n2504,1646303032,47.74305,8.99901\n2505,1646303033,47.74305,8.99901\n2506,1646303034,47.74305,8.99900\n2507,1646303035,47.74305,8.99900\n2508,1646303036,47.74306,8.99900\n2509,1646303037,47.74305,8.99900\n2510,1646303038,47.74305,8.99900\n2511,1646303074,47.74293,8.99903\n2512,1646303075,47.74294,8.99902\n2513,1646303076,47.74291,8.99903\n2514,1646303077,47.74289,8.99903\n2515,1646303078,47.74285,8.99903\n2516,1646303079,47.74280,8.99903\n2517,1646303080,47.74280,8.99903\n2518,1646303081,47.74282,8.99902\n2519,1646303082,47.74282,8.99902\n2520,1646303083,47.74300,8.99902\n2521,1646303122,47.74312,8.99896\n2522,1646303123,47.74313,8.99894\n2523,1646303124,47.74317,8.99894\n2524,1646303125,47.74314,8.99889\n2525,1646303127,47.74309,8.99892\n2526,1646303128,47.74309,8.99892\n2527,1646303129,47.74309,8.99892\n2528,1646303130,47.74308,8.99893\n2529,1646303131,47.74309,8.99893\n2530,1646303132,47.74309,8.99893\n2531,1646303172,47.74287,8.99900\n2532,1646303173,47.74300,8.99901\n2533,1646303175,47.74301,8.99900\n2534,1646303176,47.74302,8.99899\n2535,1646303177,47.74302,8.99898\n2536,1646303178,47.74303,8.99897\n2537,1646303179,47.74303,8.99897\n2538,1646303180,47.74304,8.99897\n2539,1646303181,47.74304,8.99896\n2540,1646303182,47.74304,8.99896\n2541,1646303219,47.74303,8.99895\n2542,1646303220,47.74304,8.99894\n2543,1646303221,47.74311,8.99896\n2544,1646303222,47.74314,8.99897\n2545,1646303223,47.74314,8.99897\n2546,1646303224,47.74311,8.99897\n2547,1646303225,47.74308,8.99896\n2548,1646303226,47.74306,8.99896\n2549,1646303231,47.74313,8.99902\n2550,1646303232,47.74312,8.99901\n2551,1646303267,47.74286,8.99911\n2552,1646303268,47.74296,8.99902\n2553,1646303269,47.74296,8.99901\n2554,1646303270,47.74295,8.99902\n2555,1646303271,47.74294,8.99901\n2556,1646303272,47.74289,8.99900\n2557,1646303273,47.74286,8.99900\n2558,1646303274,47.74283,8.99900\n2559,1646303275,47.74285,8.99901\n2560,1646303277,47.74290,8.99901\n2561,1646303310,47.74293,8.99908\n2562,1646303311,47.74309,8.99908\n2563,1646303312,47.74314,8.99904\n2564,1646303313,47.74313,8.99905\n2565,1646303314,47.74316,8.99905\n2566,1646303315,47.74314,8.99904\n2567,1646303316,47.74313,8.99904\n2568,1646303317,47.74308,8.99903\n2569,1646303319,47.74308,8.99902\n2570,1646303320,47.74308,8.99902\n2571,1646303355,47.74300,8.99892\n2572,1646303356,47.74301,8.99894\n2573,1646303357,47.74302,8.99895\n2574,1646303358,47.74303,8.99896\n2575,1646303359,47.74303,8.99898\n2576,1646303360,47.74301,8.99899\n2577,1646303361,47.74303,8.99900\n2578,1646303362,47.74303,8.99900\n2579,1646303363,47.74303,8.99900\n2580,1646303364,47.74302,8.99900\n2581,1646303398,47.74317,8.99894\n2582,1646303399,47.74316,8.99895\n2583,1646303400,47.74313,8.99894\n2584,1646303401,47.74309,8.99893\n2585,1646303402,47.74306,8.99895\n2586,1646303403,47.74305,8.99896\n2587,1646303404,47.74304,8.99896\n2588,1646303405,47.74303,8.99897\n2589,1646303406,47.74303,8.99897\n2590,1646303407,47.74305,8.99899\n2591,1646303444,47.74309,8.99903\n2592,1646303445,47.74311,8.99902\n2593,1646303446,47.74311,8.99903\n2594,1646303447,47.74308,8.99904\n2595,1646303448,47.74307,8.99904\n2596,1646303449,47.74306,8.99904\n2597,1646303450,47.74304,8.99904\n2598,1646303452,47.74304,8.99903\n2599,1646303453,47.74305,8.99902\n2600,1646303454,47.74305,8.99902\n2601,1646303489,47.74308,8.99897\n2602,1646303490,47.74309,8.99897\n2603,1646303491,47.74310,8.99897\n2604,1646303492,47.74310,8.99899\n2605,1646303493,47.74310,8.99900\n2606,1646303494,47.74310,8.99901\n2607,1646303495,47.74311,8.99902\n2608,1646303496,47.74311,8.99903\n2609,1646303497,47.74304,8.99901\n2610,1646303499,47.74305,8.99902\n2611,1646303535,47.74287,8.99890\n2612,1646303536,47.74285,8.99889\n2613,1646303537,47.74283,8.99890\n2614,1646303538,47.74282,8.99892\n2615,1646303539,47.74294,8.99898\n2616,1646303541,47.74295,8.99898\n2617,1646303542,47.74295,8.99898\n2618,1646303543,47.74296,8.99899\n2619,1646303544,47.74297,8.99899\n2620,1646303545,47.74298,8.99899\n2621,1646303580,47.74287,8.99886\n2622,1646303581,47.74289,8.99888\n2623,1646303582,47.74291,8.99890\n2624,1646303583,47.74291,8.99891\n2625,1646303584,47.74292,8.99892\n2626,1646303585,47.74292,8.99893\n2627,1646303586,47.74293,8.99895\n2628,1646303587,47.74308,8.99900\n2629,1646303589,47.74307,8.99900\n2630,1646303590,47.74308,8.99900\n2631,1646303628,47.74307,8.99902\n2632,1646303629,47.74307,8.99901\n2633,1646303630,47.74307,8.99900\n2634,1646303631,47.74307,8.99899\n2635,1646303632,47.74306,8.99897\n2636,1646303633,47.74305,8.99897\n2637,1646303634,47.74306,8.99898\n2638,1646303635,47.74305,8.99897\n2639,1646303637,47.74305,8.99896\n2640,1646303638,47.74306,8.99896\n2641,1646303677,47.74319,8.99908\n2642,1646303678,47.74317,8.99908\n2643,1646303679,47.74317,8.99909\n2644,1646303680,47.74316,8.99910\n2645,1646303681,47.74316,8.99909\n2646,1646303682,47.74315,8.99908\n2647,1646303683,47.74308,8.99906\n2648,1646303685,47.74308,8.99905\n2649,1646303686,47.74309,8.99905\n2650,1646303687,47.74309,8.99904\n2651,1646303724,47.74289,8.99888\n2652,1646303725,47.74295,8.99891\n2653,1646303726,47.74296,8.99889\n2654,1646303727,47.74295,8.99889\n2655,1646303728,47.74295,8.99889\n2656,1646303729,47.74295,8.99889\n2657,1646303730,47.74295,8.99889\n2658,1646303731,47.74299,8.99888\n2659,1646303733,47.74300,8.99888\n2660,1646303734,47.74300,8.99888\n2661,1646303772,47.74306,8.99904\n2662,1646303773,47.74306,8.99904\n2663,1646303774,47.74308,8.99903\n2664,1646303775,47.74308,8.99901\n2665,1646303776,47.74306,8.99898\n2666,1646303777,47.74303,8.99896\n2667,1646303778,47.74300,8.99895\n2668,1646303779,47.74303,8.99895\n2669,1646303781,47.74303,8.99896\n2670,1646303782,47.74303,8.99896\n2671,1646303816,47.74314,8.99893\n2672,1646303817,47.74312,8.99897\n2673,1646303818,47.74310,8.99898\n2674,1646303819,47.74304,8.99897\n2675,1646303820,47.74303,8.99897\n2676,1646303821,47.74302,8.99897\n2677,1646303822,47.74302,8.99897\n2678,1646303823,47.74302,8.99898\n2679,1646303824,47.74304,8.99899\n2680,1646303825,47.74305,8.99900\n2681,1646303858,47.74290,8.99907\n2682,1646303859,47.74288,8.99908\n2683,1646303860,47.74290,8.99906\n2684,1646303861,47.74295,8.99907\n2685,1646303862,47.74295,8.99906\n2686,1646303863,47.74295,8.99906\n2687,1646303864,47.74295,8.99906\n2688,1646303865,47.74295,8.99906\n2689,1646303866,47.74296,8.99907\n2690,1646303867,47.74296,8.99906\n2691,1646303901,47.74279,8.99901\n2692,1646303902,47.74283,8.99901\n2693,1646303903,47.74286,8.99902\n2694,1646303904,47.74288,8.99902\n2695,1646303905,47.74289,8.99902\n2696,1646303906,47.74291,8.99903\n2697,1646303907,47.74293,8.99903\n2698,1646303908,47.74295,8.99903\n2699,1646303909,47.74297,8.99904\n2700,1646303910,47.74298,8.99904\n2701,1646303943,47.74297,8.99905\n2702,1646303944,47.74300,8.99902\n2703,1646303945,47.74299,8.99902\n2704,1646303946,47.74299,8.99902\n2705,1646303947,47.74299,8.99902\n2706,1646303948,47.74302,8.99901\n2707,1646303949,47.74302,8.99901\n2708,1646303950,47.74303,8.99900\n2709,1646303951,47.74303,8.99899\n2710,1646303952,47.74304,8.99899\n2711,1646303988,47.74307,8.99890\n2712,1646303989,47.74307,8.99890\n2713,1646303990,47.74306,8.99889\n2714,1646303991,47.74304,8.99888\n2715,1646303992,47.74304,8.99889\n2716,1646303993,47.74304,8.99890\n2717,1646303994,47.74305,8.99890\n2718,1646303995,47.74305,8.99891\n2719,1646303996,47.74309,8.99892\n2720,1646303998,47.74308,8.99893\n2721,1646304032,47.74300,8.99903\n2722,1646304033,47.74290,8.99899\n2723,1646304034,47.74291,8.99899\n2724,1646304035,47.74291,8.99900\n2725,1646304036,47.74291,8.99899\n2726,1646304037,47.74291,8.99899\n2727,1646304038,47.74291,8.99899\n2728,1646304039,47.74291,8.99898\n2729,1646304040,47.74291,8.99898\n2730,1646304041,47.74291,8.99897\n2731,1646304079,47.74298,8.99903\n2732,1646304080,47.74293,8.99904\n2733,1646304081,47.74294,8.99905\n2734,1646304082,47.74296,8.99903\n2735,1646304083,47.74297,8.99902\n2736,1646304084,47.74297,8.99901\n2737,1646304085,47.74292,8.99900\n2738,1646304087,47.74293,8.99901\n2739,1646304088,47.74294,8.99900\n2740,1646304089,47.74296,8.99900\n2741,1646304122,47.74311,8.99892\n2742,1646304123,47.74293,8.99906\n2743,1646304124,47.74294,8.99904\n2744,1646304125,47.74293,8.99900\n2745,1646304126,47.74293,8.99899\n2746,1646304127,47.74294,8.99898\n2747,1646304128,47.74295,8.99896\n2748,1646304129,47.74298,8.99894\n2749,1646304130,47.74299,8.99894\n2750,1646304131,47.74300,8.99892\n2751,1646304164,47.74292,8.99900\n2752,1646304165,47.74300,8.99900\n2753,1646304166,47.74301,8.99897\n2754,1646304167,47.74302,8.99896\n2755,1646304168,47.74302,8.99897\n2756,1646304169,47.74302,8.99898\n2757,1646304170,47.74303,8.99898\n2758,1646304171,47.74304,8.99898\n2759,1646304172,47.74305,8.99897\n2760,1646304173,47.74307,8.99897\n2761,1646304207,47.74299,8.99921\n2762,1646304208,47.74304,8.99906\n2763,1646304209,47.74303,8.99905\n2764,1646304210,47.74302,8.99904\n2765,1646304211,47.74302,8.99905\n2766,1646304212,47.74303,8.99905\n2767,1646304213,47.74304,8.99903\n2768,1646304214,47.74304,8.99903\n2769,1646304215,47.74305,8.99903\n2770,1646304216,47.74305,8.99903\n2771,1646304251,47.74286,8.99911\n2772,1646304252,47.74290,8.99908\n2773,1646304253,47.74293,8.99909\n2774,1646304254,47.74295,8.99910\n2775,1646304255,47.74296,8.99910\n2776,1646304256,47.74297,8.99908\n2777,1646304257,47.74297,8.99906\n2778,1646304258,47.74298,8.99906\n2779,1646304259,47.74293,8.99904\n2780,1646304261,47.74294,8.99904\n2781,1646304299,47.74306,8.99894\n2782,1646304300,47.74303,8.99899\n2783,1646304301,47.74298,8.99899\n2784,1646304303,47.74298,8.99900\n2785,1646304304,47.74298,8.99900\n2786,1646304305,47.74298,8.99900\n2787,1646304306,47.74298,8.99900\n2788,1646304307,47.74299,8.99899\n2789,1646304308,47.74301,8.99899\n2790,1646304309,47.74301,8.99898\n2791,1646304345,47.74297,8.99896\n2792,1646304346,47.74298,8.99896\n2793,1646304347,47.74299,8.99896\n2794,1646304348,47.74300,8.99896\n2795,1646304349,47.74307,8.99897\n2796,1646304351,47.74306,8.99897\n2797,1646304352,47.74306,8.99897\n2798,1646304353,47.74305,8.99896\n2799,1646304354,47.74305,8.99895\n2800,1646304355,47.74305,8.99895\n2801,1646304393,47.74296,8.99903\n2802,1646304394,47.74297,8.99902\n2803,1646304395,47.74297,8.99904\n2804,1646304396,47.74297,8.99904\n2805,1646304397,47.74298,8.99905\n2806,1646304399,47.74298,8.99905\n2807,1646304400,47.74299,8.99905\n2808,1646304401,47.74299,8.99905\n2809,1646304402,47.74299,8.99905\n2810,1646304403,47.74300,8.99906\n2811,1646304439,47.74303,8.99904\n2812,1646304440,47.74304,8.99906\n2813,1646304441,47.74305,8.99907\n2814,1646304442,47.74306,8.99908\n2815,1646304443,47.74305,8.99907\n2816,1646304444,47.74305,8.99907\n2817,1646304445,47.74305,8.99906\n2818,1646304447,47.74304,8.99906\n2819,1646304448,47.74303,8.99906\n2820,1646304449,47.74303,8.99906\n2821,1646304484,47.74306,8.99895\n2822,1646304485,47.74299,8.99898\n2823,1646304486,47.74298,8.99899\n2824,1646304487,47.74298,8.99899\n2825,1646304488,47.74299,8.99899\n2826,1646304489,47.74298,8.99898\n2827,1646304490,47.74298,8.99898\n2828,1646304491,47.74298,8.99900\n2829,1646304492,47.74299,8.99900\n2830,1646304493,47.74296,8.99900\n2831,1646304527,47.74293,8.99902\n2832,1646304528,47.74304,8.99899\n2833,1646304529,47.74303,8.99899\n2834,1646304530,47.74300,8.99899\n2835,1646304531,47.74297,8.99900\n2836,1646304532,47.74299,8.99902\n2837,1646304533,47.74301,8.99902\n2838,1646304534,47.74302,8.99901\n2839,1646304535,47.74302,8.99901\n2840,1646304537,47.74302,8.99901\n2841,1646304573,47.74311,8.99907\n2842,1646304574,47.74311,8.99908\n2843,1646304575,47.74311,8.99907\n2844,1646304576,47.74311,8.99908\n2845,1646304577,47.74305,8.99908\n2846,1646304579,47.74307,8.99908\n2847,1646304580,47.74307,8.99908\n2848,1646304581,47.74307,8.99908\n2849,1646304582,47.74308,8.99908\n2850,1646304583,47.74308,8.99908\n2851,1646304617,47.74308,8.99902\n2852,1646304618,47.74306,8.99904\n2853,1646304619,47.74306,8.99905\n2854,1646304620,47.74306,8.99906\n2855,1646304621,47.74306,8.99907\n2856,1646304622,47.74306,8.99906\n2857,1646304623,47.74304,8.99906\n2858,1646304624,47.74303,8.99905\n2859,1646304625,47.74304,8.99905\n2860,1646304627,47.74304,8.99905\n2861,1646304667,47.74290,8.99900\n2862,1646304668,47.74287,8.99900\n2863,1646304670,47.74290,8.99900\n2864,1646304671,47.74292,8.99900\n2865,1646304672,47.74291,8.99901\n2866,1646304673,47.74291,8.99902\n2867,1646304674,47.74291,8.99902\n2868,1646304675,47.74292,8.99902\n2869,1646304676,47.74292,8.99902\n2870,1646304677,47.74293,8.99902\n2871,1646304720,47.74309,8.99901\n2872,1646304721,47.74310,8.99901\n2873,1646304723,47.74312,8.99901\n2874,1646304724,47.74313,8.99901\n2875,1646304725,47.74314,8.99901\n2876,1646304726,47.74316,8.99901\n2877,1646304727,47.74317,8.99901\n2878,1646304728,47.74317,8.99901\n2879,1646304729,47.74318,8.99901\n2880,1646304730,47.74318,8.99901\n2881,1646304773,47.74305,8.99908\n2882,1646304774,47.74306,8.99908\n2883,1646304775,47.74306,8.99903\n2884,1646304777,47.74298,8.99904\n2885,1646304778,47.74295,8.99905\n2886,1646304779,47.74294,8.99906\n2887,1646304780,47.74292,8.99907\n2888,1646304781,47.74290,8.99908\n2889,1646304782,47.74289,8.99908\n2890,1646304783,47.74289,8.99908\n2891,1646304823,47.74285,8.99904\n2892,1646304825,47.74284,8.99905\n2893,1646304826,47.74284,8.99906\n2894,1646304827,47.74285,8.99906\n2895,1646304828,47.74284,8.99907\n2896,1646304829,47.74285,8.99907\n2897,1646304830,47.74285,8.99908\n2898,1646304831,47.74285,8.99908\n2899,1646304832,47.74286,8.99908\n2900,1646304833,47.74286,8.99908\n2901,1646304872,47.74303,8.99905\n2902,1646304874,47.74303,8.99898\n2903,1646304875,47.74302,8.99897\n2904,1646304876,47.74304,8.99896\n2905,1646304877,47.74316,8.99895\n2906,1646304879,47.74316,8.99895\n2907,1646304880,47.74316,8.99896\n2908,1646304881,47.74316,8.99896\n2909,1646304882,47.74316,8.99895\n2910,1646304883,47.74316,8.99896\n2911,1646304930,47.74286,8.99909\n2912,1646304931,47.74285,8.99909\n2913,1646304932,47.74284,8.99909\n2914,1646304933,47.74283,8.99910\n2915,1646304934,47.74282,8.99910\n2916,1646304935,47.74282,8.99910\n2917,1646304936,47.74282,8.99910\n2918,1646304937,47.74282,8.99910\n2919,1646304938,47.74281,8.99911\n2920,1646304939,47.74281,8.99911\n2921,1646304983,47.74289,8.99907\n2922,1646304984,47.74288,8.99907\n2923,1646304985,47.74288,8.99906\n2924,1646304986,47.74287,8.99906\n2925,1646304987,47.74286,8.99905\n2926,1646304988,47.74285,8.99906\n2927,1646304989,47.74286,8.99906\n2928,1646304990,47.74286,8.99906\n2929,1646304991,47.74287,8.99906\n2930,1646304992,47.74287,8.99906\n2931,1646305036,47.74310,8.99899\n2932,1646305037,47.74309,8.99899\n2933,1646305038,47.74308,8.99899\n2934,1646305039,47.74307,8.99899\n2935,1646305040,47.74306,8.99899\n2936,1646305041,47.74306,8.99899\n2937,1646305042,47.74306,8.99899\n2938,1646305043,47.74306,8.99899\n2939,1646305044,47.74306,8.99899\n2940,1646305045,47.74306,8.99899\n2941,1646305098,47.74311,8.99899\n2942,1646305099,47.74310,8.99899\n2943,1646305100,47.74309,8.99900\n2944,1646305101,47.74309,8.99900\n2945,1646305102,47.74309,8.99900\n2946,1646305103,47.74309,8.99900\n2947,1646305104,47.74309,8.99901\n2948,1646305105,47.74308,8.99901\n2949,1646305106,47.74308,8.99901\n2950,1646305107,47.74308,8.99901\n2951,1646305155,47.74305,8.99899\n2952,1646305156,47.74305,8.99898\n2953,1646305157,47.74304,8.99899\n2954,1646305158,47.74304,8.99899\n2955,1646305159,47.74304,8.99899\n2956,1646305160,47.74304,8.99900\n2957,1646305161,47.74304,8.99900\n2958,1646305162,47.74304,8.99900\n2959,1646305163,47.74305,8.99900\n2960,1646305164,47.74305,8.99900\n2961,1646305218,47.74300,8.99897\n2962,1646305219,47.74302,8.99897\n2963,1646305220,47.74304,8.99898\n2964,1646305221,47.74305,8.99898\n2965,1646305222,47.74307,8.99897\n2966,1646305223,47.74308,8.99897\n2967,1646305224,47.74309,8.99897\n2968,1646305225,47.74310,8.99897\n2969,1646305226,47.74311,8.99897\n2970,1646305227,47.74312,8.99896\n2971,1646305267,47.74310,8.99899\n2972,1646305269,47.74306,8.99899\n2973,1646305270,47.74304,8.99901\n2974,1646305271,47.74304,8.99901\n2975,1646305272,47.74304,8.99902\n2976,1646305273,47.74303,8.99903\n2977,1646305274,47.74303,8.99903\n2978,1646305275,47.74304,8.99903\n2979,1646305276,47.74304,8.99903\n2980,1646305277,47.74304,8.99903\n2981,1646305314,47.74292,8.99904\n2982,1646305315,47.74290,8.99906\n2983,1646305316,47.74292,8.99906\n2984,1646305317,47.74291,8.99907\n2985,1646305318,47.74291,8.99907\n2986,1646305319,47.74291,8.99906\n2987,1646305320,47.74292,8.99906\n2988,1646305321,47.74294,8.99904\n2989,1646305323,47.74295,8.99904\n2990,1646305324,47.74296,8.99904\n2991,1646305364,47.74305,8.99886\n2992,1646305365,47.74304,8.99888\n2993,1646305366,47.74303,8.99882\n2994,1646305367,47.74302,8.99882\n2995,1646305368,47.74301,8.99883\n2996,1646305369,47.74299,8.99883\n2997,1646305371,47.74299,8.99885\n2998,1646305372,47.74299,8.99885\n2999,1646305373,47.74299,8.99886\n3000,1646305374,47.74298,8.99886\n3001,1646305414,47.74303,8.99872\n3002,1646305415,47.74303,8.99875\n3003,1646305416,47.74301,8.99877\n3004,1646305417,47.74303,8.99880\n3005,1646305419,47.74302,8.99879\n3006,1646305420,47.74302,8.99879\n3007,1646305421,47.74302,8.99879\n3008,1646305422,47.74302,8.99879\n3009,1646305423,47.74302,8.99879\n3010,1646305424,47.74302,8.99879\n3011,1646305465,47.74305,8.99879\n3012,1646305466,47.74307,8.99880\n3013,1646305468,47.74307,8.99880\n3014,1646305469,47.74308,8.99880\n3015,1646305470,47.74308,8.99881\n3016,1646305471,47.74308,8.99880\n3017,1646305472,47.74308,8.99881\n3018,1646305473,47.74308,8.99881\n3019,1646305474,47.74308,8.99881\n3020,1646305475,47.74308,8.99881\n3021,1646305519,47.74317,8.99897\n3022,1646305520,47.74317,8.99897\n3023,1646305522,47.74317,8.99897\n3024,1646305523,47.74317,8.99897\n3025,1646305524,47.74317,8.99897\n3026,1646305526,47.74317,8.99897\n3027,1646305527,47.74317,8.99897\n3028,1646305528,47.74317,8.99898\n3029,1646305529,47.74317,8.99898\n3030,1646305530,47.74317,8.99900\n3031,1646305573,47.74296,8.99894\n3032,1646305574,47.74296,8.99894\n3033,1646305576,47.74296,8.99895\n3034,1646305577,47.74297,8.99896\n3035,1646305578,47.74300,8.99898\n3036,1646305579,47.74302,8.99900\n3037,1646305580,47.74303,8.99901\n3038,1646305581,47.74305,8.99902\n3039,1646305582,47.74307,8.99903\n3040,1646305583,47.74307,8.99903\n3041,1646305625,47.74329,8.99917\n3042,1646305626,47.74330,8.99917\n3043,1646305627,47.74320,8.99908\n3044,1646305629,47.74320,8.99907\n3045,1646305630,47.74320,8.99908\n3046,1646305631,47.74321,8.99909\n3047,1646305632,47.74321,8.99909\n3048,1646305633,47.74321,8.99909\n3049,1646305634,47.74321,8.99910\n3050,1646305635,47.74321,8.99910\n3051,1646305676,47.74295,8.99895\n3052,1646305677,47.74295,8.99894\n3053,1646305679,47.74296,8.99892\n3054,1646305680,47.74296,8.99892\n3055,1646305681,47.74297,8.99891\n3056,1646305682,47.74298,8.99891\n3057,1646305683,47.74298,8.99891\n3058,1646305684,47.74298,8.99890\n3059,1646305685,47.74299,8.99890\n3060,1646305686,47.74299,8.99891\n3061,1646305727,47.74305,8.99938\n3062,1646305728,47.74308,8.99935\n3063,1646305729,47.74293,8.99919\n3064,1646305730,47.74294,8.99925\n3065,1646305732,47.74293,8.99928\n3066,1646305733,47.74294,8.99927\n3067,1646305734,47.74293,8.99926\n3068,1646305735,47.74293,8.99925\n3069,1646305736,47.74293,8.99925\n3070,1646305737,47.74292,8.99924\n3071,1646305781,47.74295,8.99913\n3072,1646305783,47.74295,8.99913\n3073,1646305784,47.74295,8.99913\n3074,1646305785,47.74295,8.99912\n3075,1646305786,47.74295,8.99912\n3076,1646305787,47.74294,8.99912\n3077,1646305788,47.74295,8.99913\n3078,1646305789,47.74296,8.99913\n3079,1646305790,47.74296,8.99914\n3080,1646305791,47.74297,8.99914\n3081,1646305832,47.74295,8.99914\n3082,1646305833,47.74295,8.99914\n3083,1646305834,47.74299,8.99915\n3084,1646305835,47.74300,8.99915\n3085,1646305836,47.74300,8.99914\n3086,1646305837,47.74301,8.99915\n3087,1646305839,47.74301,8.99914\n3088,1646305840,47.74300,8.99914\n3089,1646305841,47.74300,8.99913\n3090,1646305842,47.74300,8.99913\n3091,1646305884,47.74296,8.99902\n3092,1646305885,47.74298,8.99903\n3093,1646305887,47.74298,8.99902\n3094,1646305888,47.74297,8.99901\n3095,1646305889,47.74296,8.99901\n3096,1646305890,47.74296,8.99901\n3097,1646305891,47.74297,8.99901\n3098,1646305892,47.74297,8.99901\n3099,1646305893,47.74297,8.99901\n3100,1646305894,47.74297,8.99901\n3101,1646305936,47.74290,8.99902\n3102,1646305937,47.74290,8.99902\n3103,1646305938,47.74291,8.99903\n3104,1646305939,47.74296,8.99906\n3105,1646305941,47.74295,8.99906\n3106,1646305942,47.74296,8.99905\n3107,1646305943,47.74296,8.99905\n3108,1646305944,47.74296,8.99905\n3109,1646305945,47.74297,8.99905\n3110,1646305946,47.74297,8.99905\n3111,1646305989,47.74346,8.99910\n3112,1646305991,47.74346,8.99911\n3113,1646305992,47.74346,8.99911\n3114,1646305993,47.74346,8.99911\n3115,1646305994,47.74345,8.99911\n3116,1646305995,47.74345,8.99910\n3117,1646305996,47.74344,8.99910\n3118,1646305997,47.74344,8.99910\n3119,1646305998,47.74344,8.99911\n3120,1646305999,47.74344,8.99911\n3121,1646306041,47.74341,8.99911\n3122,1646306042,47.74338,8.99910\n3123,1646306044,47.74338,8.99910\n3124,1646306045,47.74335,8.99910\n3125,1646306046,47.74334,8.99911\n3126,1646306047,47.74333,8.99910\n3127,1646306048,47.74332,8.99910\n3128,1646306049,47.74331,8.99909\n3129,1646306050,47.74331,8.99909\n3130,1646306051,47.74330,8.99909\n3131,1646306095,47.74345,8.99922\n3132,1646306096,47.74345,8.99922\n3133,1646306098,47.74344,8.99920\n3134,1646306099,47.74344,8.99919\n3135,1646306100,47.74343,8.99919\n3136,1646306101,47.74342,8.99919\n3137,1646306102,47.74342,8.99918\n3138,1646306103,47.74341,8.99918\n3139,1646306104,47.74339,8.99917\n3140,1646306105,47.74338,8.99916\n3141,1646306148,47.74305,8.99905\n3142,1646306149,47.74308,8.99907\n3143,1646306151,47.74308,8.99906\n3144,1646306152,47.74309,8.99907\n3145,1646306153,47.74309,8.99907\n3146,1646306154,47.74309,8.99908\n3147,1646306155,47.74308,8.99908\n3148,1646306156,47.74307,8.99907\n3149,1646306157,47.74306,8.99907\n3150,1646306158,47.74305,8.99906\n3151,1646306206,47.74301,8.99894\n3152,1646306207,47.74297,8.99894\n3153,1646306208,47.74296,8.99894\n3154,1646306209,47.74296,8.99895\n3155,1646306210,47.74295,8.99895\n3156,1646306211,47.74295,8.99895\n3157,1646306212,47.74296,8.99896\n3158,1646306213,47.74297,8.99896\n3159,1646306214,47.74298,8.99897\n3160,1646306215,47.74298,8.99898\n3161,1646306281,47.74315,8.99908\n3162,1646306283,47.74312,8.99908\n3163,1646306284,47.74311,8.99907\n3164,1646306285,47.74310,8.99907\n3165,1646306286,47.74310,8.99907\n3166,1646306287,47.74309,8.99906\n3167,1646306288,47.74309,8.99906\n3168,1646306289,47.74308,8.99906\n3169,1646306290,47.74308,8.99906\n3170,1646306291,47.74307,8.99905\n3171,1646306324,47.74350,8.99898\n3172,1646306325,47.74319,8.99893\n3173,1646306326,47.74318,8.99896\n3174,1646306327,47.74317,8.99898\n3175,1646306328,47.74314,8.99900\n3176,1646306329,47.74312,8.99903\n3177,1646306330,47.74310,8.99906\n3178,1646306331,47.74309,8.99909\n3179,1646306332,47.74308,8.99911\n3180,1646306333,47.74308,8.99913\n3181,1646306374,47.74289,8.99894\n3182,1646306375,47.74291,8.99895\n3183,1646306376,47.74290,8.99895\n3184,1646306377,47.74291,8.99894\n3185,1646306378,47.74294,8.99883\n3186,1646306380,47.74294,8.99883\n3187,1646306381,47.74294,8.99883\n3188,1646306382,47.74295,8.99883\n3189,1646306383,47.74295,8.99883\n3190,1646306384,47.74295,8.99884\n3191,1646306417,47.74219,8.99872\n3192,1646306418,47.74236,8.99881\n3193,1646306419,47.74249,8.99885\n3194,1646306420,47.74291,8.99903\n3195,1646306421,47.74297,8.99906\n3196,1646306422,47.74301,8.99908\n3197,1646306423,47.74302,8.99909\n3198,1646306424,47.74302,8.99910\n3199,1646306425,47.74302,8.99910\n3200,1646306426,47.74302,8.99909\n3201,1646306461,47.74292,8.99886\n3202,1646306462,47.74299,8.99888\n3203,1646306463,47.74301,8.99887\n3204,1646306464,47.74302,8.99885\n3205,1646306465,47.74302,8.99884\n3206,1646306466,47.74302,8.99882\n3207,1646306467,47.74300,8.99878\n3208,1646306468,47.74297,8.99887\n3209,1646306470,47.74296,8.99886\n3210,1646306471,47.74295,8.99886\n3211,1646306505,47.74308,8.99895\n3212,1646306506,47.74307,8.99895\n3213,1646306507,47.74306,8.99895\n3214,1646306508,47.74305,8.99895\n3215,1646306509,47.74304,8.99896\n3216,1646306510,47.74304,8.99896\n3217,1646306511,47.74303,8.99898\n3218,1646306512,47.74301,8.99898\n3219,1646306513,47.74301,8.99899\n3220,1646306514,47.74300,8.99900\n3221,1646306548,47.74329,8.99917\n3222,1646306549,47.74309,8.99907\n3223,1646306550,47.74304,8.99906\n3224,1646306551,47.74298,8.99902\n3225,1646306553,47.74286,8.99896\n3226,1646306554,47.74293,8.99899\n3227,1646306555,47.74294,8.99900\n3228,1646306556,47.74295,8.99901\n3229,1646306557,47.74304,8.99899\n3230,1646306559,47.74302,8.99895\n3231,1646306599,47.74323,8.99916\n3232,1646306600,47.74308,8.99910\n3233,1646306601,47.74304,8.99909\n3234,1646306602,47.74301,8.99908\n3235,1646306603,47.74300,8.99907\n3236,1646306604,47.74299,8.99906\n3237,1646306605,47.74300,8.99894\n3238,1646306607,47.74300,8.99894\n3239,1646306608,47.74300,8.99894\n3240,1646306609,47.74301,8.99894\n3241,1646306643,47.74301,8.99907\n3242,1646306644,47.74300,8.99907\n3243,1646306645,47.74300,8.99906\n3244,1646306646,47.74300,8.99906\n3245,1646306647,47.74300,8.99906\n3246,1646306648,47.74300,8.99904\n3247,1646306649,47.74300,8.99902\n3248,1646306650,47.74300,8.99900\n3249,1646306651,47.74300,8.99898\n3250,1646306652,47.74301,8.99897\n3251,1646306686,47.74270,8.99883\n3252,1646306687,47.74254,8.99878\n3253,1646306688,47.74244,8.99874\n3254,1646306689,47.74233,8.99870\n3255,1646306691,47.74287,8.99893\n3256,1646306692,47.74294,8.99896\n3257,1646306693,47.74297,8.99898\n3258,1646306694,47.74299,8.99899\n3259,1646306695,47.74301,8.99900\n3260,1646306697,47.74301,8.99900\n3261,1646306742,47.74275,8.99884\n3262,1646306746,47.74272,8.99852\n3263,1646306747,47.74267,8.99845\n3264,1646306748,47.74266,8.99843\n3265,1646306749,47.74265,8.99843\n3266,1646306750,47.74267,8.99845\n3267,1646306751,47.74267,8.99847\n3268,1646306752,47.74268,8.99849\n3269,1646306753,47.74270,8.99851\n3270,1646306754,47.74272,8.99854\n3271,1646306788,47.74115,8.99836\n3272,1646306789,47.74113,8.99836\n3273,1646306790,47.74109,8.99833\n3274,1646306791,47.74297,8.99898\n3275,1646306792,47.74302,8.99900\n3276,1646306793,47.74302,8.99900\n3277,1646306794,47.74302,8.99900\n3278,1646306795,47.74302,8.99900\n3279,1646306796,47.74302,8.99901\n3280,1646306797,47.74307,8.99890\n3281,1646306832,47.74303,8.99901\n3282,1646306833,47.74303,8.99902\n3283,1646306834,47.74303,8.99904\n3284,1646306835,47.74304,8.99907\n3285,1646306836,47.74303,8.99911\n3286,1646306837,47.74303,8.99914\n3287,1646306838,47.74302,8.99915\n3288,1646306839,47.74303,8.99897\n3289,1646306841,47.74304,8.99899\n3290,1646306842,47.74303,8.99898\n3291,1646306880,47.74299,8.99939\n3292,1646306881,47.74301,8.99935\n3293,1646306882,47.74301,8.99931\n3294,1646306883,47.74301,8.99927\n3295,1646306884,47.74301,8.99926\n3296,1646306885,47.74301,8.99927\n3297,1646306886,47.74300,8.99929\n3298,1646306887,47.74300,8.99905\n3299,1646306889,47.74301,8.99905\n3300,1646306890,47.74301,8.99905\n3301,1646306926,47.74300,8.99919\n3302,1646306927,47.74302,8.99922\n3303,1646306928,47.74302,8.99926\n3304,1646306929,47.74304,8.99928\n3305,1646306930,47.74305,8.99928\n3306,1646306931,47.74306,8.99931\n3307,1646306932,47.74307,8.99933\n3308,1646306933,47.74309,8.99935\n3309,1646306934,47.74310,8.99935\n3310,1646306935,47.74311,8.99910\n3311,1646306969,47.74300,8.99853\n3312,1646306970,47.74302,8.99871\n3313,1646306971,47.74302,8.99881\n3314,1646306972,47.74303,8.99889\n3315,1646306973,47.74306,8.99893\n3316,1646306974,47.74307,8.99896\n3317,1646306975,47.74308,8.99900\n3318,1646306976,47.74309,8.99904\n3319,1646306977,47.74309,8.99908\n3320,1646306979,47.74309,8.99908\n3321,1646307019,47.74304,8.99903\n3322,1646307021,47.74303,8.99901\n3323,1646307022,47.74304,8.99900\n3324,1646307023,47.74304,8.99900\n3325,1646307024,47.74304,8.99900\n3326,1646307025,47.74304,8.99900\n3327,1646307026,47.74304,8.99900\n3328,1646307027,47.74304,8.99900\n3329,1646307028,47.74304,8.99900\n3330,1646307029,47.74304,8.99900\n3331,1646307073,47.74313,8.99899\n3332,1646307075,47.74313,8.99899\n3333,1646307076,47.74312,8.99898\n3334,1646307077,47.74311,8.99897\n3335,1646307078,47.74311,8.99897\n3336,1646307079,47.74310,8.99896\n3337,1646307080,47.74310,8.99897\n3338,1646307081,47.74310,8.99897\n3339,1646307082,47.74310,8.99897\n3340,1646307083,47.74310,8.99897\n3341,1646307127,47.74303,8.99905\n3342,1646307129,47.74304,8.99905\n3343,1646307130,47.74304,8.99906\n3344,1646307131,47.74304,8.99906\n3345,1646307132,47.74304,8.99905\n3346,1646307133,47.74303,8.99904\n3347,1646307134,47.74303,8.99903\n3348,1646307135,47.74302,8.99903\n3349,1646307136,47.74302,8.99902\n3350,1646307137,47.74302,8.99902\n3351,1646307175,47.74306,8.99952\n3352,1646307176,47.74303,8.99949\n3353,1646307177,47.74303,8.99948\n3354,1646307178,47.74302,8.99946\n3355,1646307179,47.74302,8.99947\n3356,1646307180,47.74302,8.99948\n3357,1646307181,47.74305,8.99900\n3358,1646307183,47.74307,8.99900\n3359,1646307184,47.74308,8.99901\n3360,1646307185,47.74308,8.99900\n3361,1646307219,47.74311,8.99921\n3362,1646307220,47.74311,8.99908\n3363,1646307221,47.74310,8.99910\n3364,1646307223,47.74312,8.99908\n3365,1646307224,47.74311,8.99904\n3366,1646307225,47.74309,8.99902\n3367,1646307226,47.74308,8.99900\n3368,1646307227,47.74309,8.99898\n3369,1646307228,47.74310,8.99895\n3370,1646307229,47.74308,8.99906\n3371,1646307264,47.74358,8.99638\n3372,1646307271,47.74313,8.99910\n3373,1646307273,47.74313,8.99909\n3374,1646307274,47.74311,8.99906\n3375,1646307275,47.74311,8.99905\n3376,1646307276,47.74310,8.99905\n3377,1646307277,47.74310,8.99904\n3378,1646307278,47.74310,8.99905\n3379,1646307279,47.74311,8.99906\n3380,1646307280,47.74312,8.99907\n3381,1646307321,47.74304,8.99920\n3382,1646307322,47.74305,8.99921\n3383,1646307323,47.74306,8.99923\n3384,1646307324,47.74306,8.99921\n3385,1646307325,47.74309,8.99903\n3386,1646307327,47.74309,8.99902\n3387,1646307328,47.74309,8.99901\n3388,1646307329,47.74307,8.99901\n3389,1646307330,47.74307,8.99900\n3390,1646307331,47.74307,8.99900\n3391,1646307366,47.74312,8.99933\n3392,1646307367,47.74311,8.99938\n3393,1646307368,47.74311,8.99932\n3394,1646307372,47.74304,8.99940\n3395,1646307373,47.74308,8.99905\n3396,1646307375,47.74307,8.99904\n3397,1646307376,47.74308,8.99904\n3398,1646307377,47.74309,8.99906\n3399,1646307378,47.74309,8.99907\n3400,1646307379,47.74309,8.99906\n3401,1646307414,47.74291,8.99927\n3402,1646307415,47.74289,8.99946\n3403,1646307416,47.74286,8.99969\n3404,1646307421,47.74306,8.99903\n3405,1646307423,47.74307,8.99903\n3406,1646307424,47.74307,8.99903\n3407,1646307425,47.74307,8.99902\n3408,1646307426,47.74306,8.99900\n3409,1646307427,47.74306,8.99900\n3410,1646307428,47.74306,8.99899\n3411,1646307462,47.74314,8.99919\n3412,1646307463,47.74312,8.99932\n3413,1646307464,47.74310,8.99952\n3414,1646307468,47.74296,8.99954\n3415,1646307469,47.74306,8.99893\n3416,1646307471,47.74306,8.99894\n3417,1646307472,47.74306,8.99894\n3418,1646307473,47.74306,8.99895\n3419,1646307474,47.74306,8.99894\n3420,1646307475,47.74305,8.99895\n3421,1646307509,47.74304,8.99927\n3422,1646307510,47.74301,8.99944\n3423,1646307511,47.74299,8.99963\n3424,1646307517,47.74306,8.99901\n3425,1646307519,47.74306,8.99902\n3426,1646307520,47.74307,8.99902\n3427,1646307521,47.74308,8.99903\n3428,1646307522,47.74308,8.99903\n3429,1646307523,47.74308,8.99904\n3430,1646307524,47.74308,8.99904\n3431,1646307565,47.74305,8.99904\n3432,1646307567,47.74307,8.99906\n3433,1646307568,47.74307,8.99906\n3434,1646307569,47.74306,8.99906\n3435,1646307570,47.74307,8.99906\n3436,1646307571,47.74307,8.99907\n3437,1646307572,47.74306,8.99906\n3438,1646307573,47.74306,8.99905\n3439,1646307574,47.74306,8.99904\n3440,1646307575,47.74306,8.99904\n3441,1646307617,47.74316,8.99884\n3442,1646307618,47.74315,8.99886\n3443,1646307619,47.74312,8.99906\n3444,1646307621,47.74313,8.99907\n3445,1646307622,47.74313,8.99906\n3446,1646307623,47.74313,8.99905\n3447,1646307624,47.74312,8.99905\n3448,1646307625,47.74312,8.99905\n3449,1646307626,47.74312,8.99904\n3450,1646307627,47.74312,8.99904\n3451,1646307661,47.74311,8.99933\n3452,1646307662,47.74312,8.99928\n3453,1646307663,47.74312,8.99923\n3454,1646307664,47.74312,8.99921\n3455,1646307665,47.74312,8.99919\n3456,1646307666,47.74312,8.99918\n3457,1646307667,47.74312,8.99898\n3458,1646307669,47.74310,8.99898\n3459,1646307670,47.74309,8.99899\n3460,1646307671,47.74309,8.99899\n3461,1646307705,47.74312,8.99949\n3462,1646307706,47.74316,8.99902\n3463,1646307707,47.74317,8.99913\n3464,1646307708,47.74316,8.99919\n3465,1646307709,47.74316,8.99923\n3466,1646307710,47.74315,8.99923\n3467,1646307711,47.74317,8.99925\n3468,1646307712,47.74317,8.99927\n3469,1646307713,47.74317,8.99927\n3470,1646307714,47.74316,8.99927\n3471,1646307748,47.74314,8.99958\n3472,1646307749,47.74313,8.99954\n3473,1646307750,47.74313,8.99951\n3474,1646307751,47.74314,8.99949\n3475,1646307752,47.74314,8.99948\n3476,1646307753,47.74314,8.99945\n3477,1646307754,47.74313,8.99943\n3478,1646307755,47.74312,8.99940\n3479,1646307756,47.74313,8.99936\n3480,1646307757,47.74314,8.99909\n3481,1646307792,47.74309,8.99990\n3482,1646307793,47.74302,9.00039\n3483,1646307794,47.74307,8.99970\n3484,1646307795,47.74308,8.99953\n3485,1646307796,47.74306,8.99954\n3486,1646307797,47.74303,8.99951\n3487,1646307798,47.74301,8.99947\n3488,1646307799,47.74301,8.99944\n3489,1646307799,47.74306,8.99901\n3490,1646307801,47.74305,8.99899\n3491,1646307834,47.74308,8.99999\n3492,1646307835,47.74301,8.99937\n3493,1646307836,47.74302,8.99914\n3494,1646307837,47.74303,8.99909\n3495,1646307838,47.74305,8.99908\n3496,1646307839,47.74307,8.99908\n3497,1646307840,47.74308,8.99905\n3498,1646307841,47.74309,8.99903\n3499,1646307843,47.74310,8.99904\n3500,1646307844,47.74310,8.99904\n3501,1646307889,47.74302,8.99891\n3502,1646307891,47.74302,8.99892\n3503,1646307892,47.74304,8.99894\n3504,1646307893,47.74305,8.99897\n3505,1646307894,47.74306,8.99898\n3506,1646307895,47.74306,8.99899\n3507,1646307896,47.74306,8.99899\n3508,1646307897,47.74307,8.99899\n3509,1646307898,47.74307,8.99899\n3510,1646307899,47.74307,8.99899\n3511,1646307939,47.74299,8.99952\n3512,1646307940,47.74303,8.99942\n3513,1646307941,47.74304,8.99935\n3514,1646307942,47.74304,8.99932\n3515,1646307943,47.74309,8.99899\n3516,1646307945,47.74310,8.99901\n3517,1646307946,47.74311,8.99902\n3518,1646307947,47.74310,8.99902\n3519,1646307948,47.74310,8.99902\n3520,1646307949,47.74310,8.99902\n3521,1646307985,47.74302,8.99951\n3522,1646307986,47.74301,8.99952\n3523,1646307987,47.74302,8.99953\n3524,1646307988,47.74303,8.99952\n3525,1646307989,47.74303,8.99950\n3526,1646307990,47.74303,8.99949\n3527,1646307991,47.74306,8.99902\n3528,1646307993,47.74309,8.99904\n3529,1646307994,47.74309,8.99905\n3530,1646307995,47.74310,8.99905\n3531,1646308039,47.74313,8.99913\n3532,1646308041,47.74312,8.99914\n3533,1646308042,47.74313,8.99914\n3534,1646308043,47.74313,8.99913\n3535,1646308044,47.74312,8.99913\n3536,1646308045,47.74313,8.99913\n3537,1646308046,47.74313,8.99913\n3538,1646308047,47.74313,8.99913\n3539,1646308048,47.74313,8.99913\n3540,1646308049,47.74314,8.99914\n3541,1646308087,47.74326,8.99902\n3542,1646308088,47.74322,8.99902\n3543,1646308089,47.74319,8.99901\n3544,1646308090,47.74316,8.99903\n3545,1646308091,47.74316,8.99904\n3546,1646308092,47.74316,8.99904\n3547,1646308093,47.74316,8.99912\n3548,1646308095,47.74316,8.99911\n3549,1646308096,47.74316,8.99911\n3550,1646308097,47.74316,8.99910\n3551,1646308135,47.74299,8.99891\n3552,1646308136,47.74297,8.99892\n3553,1646308137,47.74296,8.99892\n3554,1646308138,47.74296,8.99893\n3555,1646308139,47.74296,8.99894\n3556,1646308140,47.74296,8.99894\n3557,1646308141,47.74297,8.99890\n3558,1646308143,47.74297,8.99890\n3559,1646308144,47.74298,8.99890\n3560,1646308145,47.74298,8.99890\n3561,1646308179,47.74312,8.99920\n3562,1646308180,47.74305,8.99908\n3563,1646308181,47.74304,8.99900\n3564,1646308182,47.74303,8.99898\n3565,1646308183,47.74304,8.99896\n3566,1646308184,47.74304,8.99895\n3567,1646308185,47.74305,8.99895\n3568,1646308186,47.74305,8.99894\n3569,1646308187,47.74305,8.99893\n3570,1646308188,47.74305,8.99893\n3571,1646308223,47.74318,8.99922\n3572,1646308224,47.74315,8.99919\n3573,1646308225,47.74311,8.99917\n3574,1646308226,47.74309,8.99917\n3575,1646308227,47.74309,8.99915\n3576,1646308228,47.74308,8.99915\n3577,1646308229,47.74307,8.99913\n3578,1646308230,47.74306,8.99909\n3579,1646308231,47.74308,8.99895\n3580,1646308233,47.74308,8.99896\n3581,1646308266,47.74306,8.99950\n3582,1646308267,47.74321,8.99942\n3583,1646308268,47.74314,8.99937\n3584,1646308269,47.74314,8.99935\n3585,1646308270,47.74314,8.99935\n3586,1646308271,47.74313,8.99934\n3587,1646308272,47.74313,8.99934\n3588,1646308273,47.74314,8.99905\n3589,1646308275,47.74314,8.99903\n3590,1646308276,47.74314,8.99904\n3591,1646308311,47.74319,8.99918\n3592,1646308312,47.74315,8.99914\n3593,1646308313,47.74309,8.99912\n3594,1646308314,47.74308,8.99912\n3595,1646308315,47.74307,8.99911\n3596,1646308316,47.74306,8.99911\n3597,1646308317,47.74305,8.99913\n3598,1646308318,47.74304,8.99915\n3599,1646308319,47.74304,8.99915\n3600,1646308320,47.74304,8.99916\n3601,1646308355,47.74310,8.99895\n3602,1646308356,47.74312,8.99898\n3603,1646308357,47.74309,8.99898\n3604,1646308358,47.74307,8.99898\n3605,1646308359,47.74306,8.99901\n3606,1646308360,47.74308,8.99902\n3607,1646308361,47.74308,8.99902\n3608,1646308362,47.74308,8.99902\n3609,1646308363,47.74309,8.99900\n3610,1646308365,47.74309,8.99900\n3611,1646308401,47.74306,8.99897\n3612,1646308402,47.74305,8.99900\n3613,1646308403,47.74305,8.99900\n3614,1646308404,47.74305,8.99901\n3615,1646308405,47.74305,8.99900\n3616,1646308407,47.74305,8.99899\n3617,1646308408,47.74306,8.99898\n3618,1646308409,47.74306,8.99898\n3619,1646308410,47.74306,8.99898\n3620,1646308411,47.74306,8.99898\n3621,1646308444,47.74306,8.99921\n3622,1646308445,47.74306,8.99923\n3623,1646308446,47.74307,8.99922\n3624,1646308447,47.74307,8.99922\n3625,1646308448,47.74305,8.99919\n3626,1646308449,47.74305,8.99918\n3627,1646308450,47.74306,8.99919\n3628,1646308451,47.74307,8.99920\n3629,1646308452,47.74308,8.99920\n3630,1646308453,47.74311,8.99902\n3631,1646308488,47.74315,8.99926\n3632,1646308489,47.74315,8.99925\n3633,1646308490,47.74315,8.99923\n3634,1646308491,47.74315,8.99921\n3635,1646308492,47.74315,8.99919\n3636,1646308493,47.74315,8.99917\n3637,1646308494,47.74316,8.99915\n3638,1646308495,47.74319,8.99900\n3639,1646308497,47.74317,8.99899\n3640,1646308498,47.74316,8.99899\n3641,1646308533,47.74300,8.99922\n3642,1646308534,47.74301,8.99921\n3643,1646308535,47.74302,8.99923\n3644,1646308536,47.74303,8.99925\n3645,1646308537,47.74303,8.99927\n3646,1646308538,47.74306,8.99927\n3647,1646308539,47.74306,8.99926\n3648,1646308540,47.74308,8.99924\n3649,1646308541,47.74308,8.99922\n3650,1646308542,47.74309,8.99921\n3651,1646308577,47.74299,8.99945\n3652,1646308578,47.74298,8.99941\n3653,1646308579,47.74299,8.99937\n3654,1646308580,47.74301,8.99934\n3655,1646308581,47.74301,8.99931\n3656,1646308582,47.74301,8.99929\n3657,1646308583,47.74302,8.99928\n3658,1646308584,47.74302,8.99925\n3659,1646308585,47.74306,8.99906\n3660,1646308587,47.74306,8.99907\n3661,1646308621,47.74321,8.99910\n3662,1646308622,47.74318,8.99912\n3663,1646308623,47.74317,8.99911\n3664,1646308624,47.74315,8.99907\n3665,1646308625,47.74315,8.99905\n3666,1646308626,47.74313,8.99903\n3667,1646308627,47.74311,8.99914\n3668,1646308629,47.74311,8.99913\n3669,1646308630,47.74311,8.99912\n3670,1646308631,47.74311,8.99912\n3671,1646308664,47.74314,8.99912\n3672,1646308665,47.74315,8.99914\n3673,1646308666,47.74314,8.99909\n3674,1646308667,47.74314,8.99907\n3675,1646308668,47.74314,8.99904\n3676,1646308669,47.74312,8.99901\n3677,1646308670,47.74311,8.99899\n3678,1646308671,47.74310,8.99898\n3679,1646308672,47.74311,8.99898\n3680,1646308673,47.74312,8.99897\n3681,1646308708,47.74325,8.99899\n3682,1646308709,47.74324,8.99899\n3683,1646308710,47.74323,8.99897\n3684,1646308711,47.74321,8.99895\n3685,1646308712,47.74320,8.99895\n3686,1646308713,47.74318,8.99894\n3687,1646308714,47.74317,8.99895\n3688,1646308715,47.74317,8.99895\n3689,1646308716,47.74316,8.99896\n3690,1646308717,47.74312,8.99906\n3691,1646308753,47.74308,8.99903\n3692,1646308754,47.74309,8.99907\n3693,1646308755,47.74311,8.99909\n3694,1646308756,47.74311,8.99909\n3695,1646308757,47.74311,8.99911\n3696,1646308758,47.74310,8.99913\n3697,1646308759,47.74310,8.99913\n3698,1646308760,47.74315,8.99904\n3699,1646308762,47.74315,8.99904\n3700,1646308763,47.74315,8.99903\n3701,1646308801,47.74320,8.99895\n3702,1646308802,47.74316,8.99896\n3703,1646308803,47.74316,8.99894\n3704,1646308804,47.74315,8.99894\n3705,1646308805,47.74314,8.99894\n3706,1646308806,47.74313,8.99894\n3707,1646308807,47.74313,8.99892\n3708,1646308809,47.74312,8.99892\n3709,1646308810,47.74311,8.99891\n3710,1646308811,47.74310,8.99890\n3711,1646308845,47.74327,8.99953\n3712,1646308846,47.74325,8.99950\n3713,1646308847,47.74323,8.99945\n3714,1646308848,47.74322,8.99940\n3715,1646308849,47.74322,8.99935\n3716,1646308850,47.74321,8.99932\n3717,1646308851,47.74321,8.99929\n3718,1646308852,47.74320,8.99927\n3719,1646308853,47.74320,8.99925\n3720,1646308854,47.74320,8.99923\n3721,1646308888,47.74316,8.99899\n3722,1646308889,47.74316,8.99899\n3723,1646308890,47.74316,8.99899\n3724,1646308891,47.74316,8.99900\n3725,1646308892,47.74317,8.99901\n3726,1646308893,47.74316,8.99902\n3727,1646308894,47.74316,8.99903\n3728,1646308895,47.74315,8.99903\n3729,1646308896,47.74313,8.99902\n3730,1646308897,47.74313,8.99903\n3731,1646308932,47.74316,8.99900\n3732,1646308933,47.74317,8.99901\n3733,1646308934,47.74319,8.99904\n3734,1646308935,47.74317,8.99904\n3735,1646308936,47.74316,8.99905\n3736,1646308937,47.74315,8.99907\n3737,1646308938,47.74315,8.99908\n3738,1646308939,47.74315,8.99910\n3739,1646308941,47.74315,8.99909\n3740,1646308942,47.74314,8.99908\n3741,1646308976,47.74316,8.99908\n3742,1646308977,47.74312,8.99908\n3743,1646308978,47.74309,8.99906\n3744,1646308979,47.74309,8.99904\n3745,1646308980,47.74307,8.99901\n3746,1646308981,47.74307,8.99902\n3747,1646308982,47.74308,8.99901\n3748,1646308983,47.74308,8.99901\n3749,1646308984,47.74309,8.99902\n3750,1646308985,47.74310,8.99903\n3751,1646309020,47.74298,8.99903\n3752,1646309021,47.74300,8.99900\n3753,1646309022,47.74301,8.99900\n3754,1646309023,47.74301,8.99898\n3755,1646309024,47.74303,8.99897\n3756,1646309025,47.74304,8.99895\n3757,1646309026,47.74305,8.99894\n3758,1646309027,47.74304,8.99893\n3759,1646309028,47.74304,8.99892\n3760,1646309029,47.74302,8.99894\n3761,1646309065,47.74323,8.99885\n3762,1646309066,47.74322,8.99886\n3763,1646309067,47.74320,8.99886\n3764,1646309068,47.74318,8.99888\n3765,1646309069,47.74316,8.99889\n3766,1646309070,47.74314,8.99890\n3767,1646309071,47.74312,8.99890\n3768,1646309072,47.74305,8.99899\n3769,1646309074,47.74306,8.99899\n3770,1646309075,47.74306,8.99898\n3771,1646309110,47.74329,8.99891\n3772,1646309111,47.74328,8.99891\n3773,1646309112,47.74328,8.99890\n3774,1646309113,47.74327,8.99890\n3775,1646309114,47.74326,8.99891\n3776,1646309115,47.74325,8.99892\n3777,1646309116,47.74324,8.99892\n3778,1646309117,47.74323,8.99892\n3779,1646309118,47.74323,8.99893\n3780,1646309119,47.74310,8.99901\n3781,1646309157,47.74294,8.99919\n3782,1646309158,47.74295,8.99917\n3783,1646309159,47.74295,8.99916\n3784,1646309160,47.74295,8.99916\n3785,1646309161,47.74311,8.99903\n3786,1646309163,47.74311,8.99904\n3787,1646309164,47.74311,8.99904\n3788,1646309165,47.74311,8.99903\n3789,1646309166,47.74311,8.99903\n3790,1646309167,47.74311,8.99902\n3791,1646309204,47.74311,8.99935\n3792,1646309205,47.74312,8.99924\n3793,1646309206,47.74312,8.99912\n3794,1646309207,47.74313,8.99907\n3795,1646309208,47.74315,8.99901\n3796,1646309209,47.74315,8.99901\n3797,1646309211,47.74314,8.99900\n3798,1646309212,47.74315,8.99900\n3799,1646309213,47.74315,8.99901\n3800,1646309214,47.74315,8.99901\n3801,1646309251,47.74318,8.99902\n3802,1646309253,47.74321,8.99881\n3803,1646309254,47.74319,8.99879\n3804,1646309255,47.74318,8.99878\n3805,1646309256,47.74318,8.99878\n3806,1646309257,47.74309,8.99899\n3807,1646309259,47.74309,8.99898\n3808,1646309260,47.74309,8.99898\n3809,1646309261,47.74309,8.99897\n3810,1646309262,47.74309,8.99896\n3811,1646309299,47.74319,8.99929\n3812,1646309300,47.74319,8.99929\n3813,1646309301,47.74317,8.99929\n3814,1646309302,47.74315,8.99927\n3815,1646309303,47.74313,8.99926\n3816,1646309304,47.74312,8.99926\n3817,1646309305,47.74324,8.99911\n3818,1646309307,47.74323,8.99909\n3819,1646309308,47.74322,8.99908\n3820,1646309309,47.74321,8.99907\n3821,1646309350,47.74312,8.99897\n3822,1646309351,47.74307,8.99906\n3823,1646309352,47.74302,8.99912\n3824,1646309353,47.74309,8.99890\n3825,1646309355,47.74310,8.99890\n3826,1646309356,47.74311,8.99890\n3827,1646309357,47.74310,8.99888\n3828,1646309358,47.74309,8.99885\n3829,1646309359,47.74309,8.99885\n3830,1646309360,47.74309,8.99884\n3831,1646309401,47.74324,8.99913\n3832,1646309403,47.74323,8.99912\n3833,1646309404,47.74322,8.99909\n3834,1646309405,47.74322,8.99908\n3835,1646309406,47.74322,8.99908\n3836,1646309407,47.74322,8.99907\n3837,1646309408,47.74322,8.99907\n3838,1646309409,47.74322,8.99907\n3839,1646309410,47.74322,8.99907\n3840,1646309411,47.74322,8.99907\n3841,1646309446,47.74301,8.99906\n3842,1646309447,47.74305,8.99906\n3843,1646309448,47.74309,8.99904\n3844,1646309449,47.74311,8.99903\n3845,1646309450,47.74312,8.99902\n3846,1646309451,47.74313,8.99901\n3847,1646309452,47.74314,8.99900\n3848,1646309453,47.74314,8.99899\n3849,1646309454,47.74314,8.99899\n3850,1646309455,47.74312,8.99905\n3851,1646309491,47.74306,8.99919\n3852,1646309492,47.74307,8.99917\n3853,1646309493,47.74306,8.99916\n3854,1646309494,47.74306,8.99914\n3855,1646309495,47.74306,8.99914\n3856,1646309496,47.74306,8.99913\n3857,1646309497,47.74315,8.99900\n3858,1646309499,47.74315,8.99901\n3859,1646309500,47.74315,8.99901\n3860,1646309501,47.74315,8.99901\n3861,1646309534,47.74322,8.99888\n3862,1646309535,47.74315,8.99912\n3863,1646309536,47.74315,8.99910\n3864,1646309537,47.74316,8.99908\n3865,1646309538,47.74318,8.99910\n3866,1646309539,47.74320,8.99908\n3867,1646309540,47.74321,8.99908\n3868,1646309541,47.74320,8.99907\n3869,1646309542,47.74320,8.99906\n3870,1646309543,47.74319,8.99906\n3871,1646309576,47.74315,8.99911\n3872,1646309577,47.74316,8.99907\n3873,1646309578,47.74317,8.99909\n3874,1646309579,47.74317,8.99909\n3875,1646309580,47.74317,8.99910\n3876,1646309581,47.74317,8.99908\n3877,1646309582,47.74316,8.99907\n3878,1646309583,47.74316,8.99905\n3879,1646309584,47.74315,8.99904\n3880,1646309585,47.74314,8.99903\n3881,1646309628,47.74317,8.99901\n3882,1646309629,47.74316,8.99896\n3883,1646309630,47.74314,8.99896\n3884,1646309632,47.74313,8.99891\n3885,1646309633,47.74312,8.99886\n3886,1646309634,47.74311,8.99883\n3887,1646309635,47.74310,8.99880\n3888,1646309636,47.74310,8.99877\n3889,1646309637,47.74309,8.99875\n3890,1646309638,47.74309,8.99874\n3891,1646309676,47.74311,8.99903\n3892,1646309677,47.74310,8.99902\n3893,1646309678,47.74310,8.99903\n3894,1646309679,47.74310,8.99903\n3895,1646309680,47.74310,8.99905\n3896,1646309681,47.74311,8.99906\n3897,1646309682,47.74312,8.99907\n3898,1646309683,47.74313,8.99907\n3899,1646309685,47.74314,8.99908\n3900,1646309686,47.74314,8.99908\n3901,1646309722,47.74317,8.99899\n3902,1646309723,47.74316,8.99899\n3903,1646309724,47.74315,8.99900\n3904,1646309725,47.74314,8.99901\n3905,1646309726,47.74313,8.99900\n3906,1646309727,47.74313,8.99900\n3907,1646309728,47.74312,8.99899\n3908,1646309729,47.74312,8.99898\n3909,1646309730,47.74312,8.99897\n3910,1646309731,47.74310,8.99901\n3911,1646309773,47.74317,8.99913\n3912,1646309775,47.74315,8.99911\n3913,1646309776,47.74315,8.99909\n3914,1646309777,47.74315,8.99909\n3915,1646309778,47.74315,8.99909\n3916,1646309779,47.74315,8.99909\n3917,1646309780,47.74314,8.99909\n3918,1646309781,47.74314,8.99909\n3919,1646309782,47.74314,8.99909\n3920,1646309783,47.74314,8.99909\n3921,1646309819,47.74301,8.99928\n3922,1646309820,47.74301,8.99921\n3923,1646309821,47.74301,8.99918\n3924,1646309822,47.74300,8.99915\n3925,1646309823,47.74300,8.99914\n3926,1646309824,47.74301,8.99912\n3927,1646309825,47.74302,8.99912\n3928,1646309826,47.74303,8.99912\n3929,1646309827,47.74307,8.99903\n3930,1646309829,47.74308,8.99903\n3931,1646309868,47.74320,8.99857\n3932,1646309869,47.74306,8.99905\n3933,1646309871,47.74305,8.99903\n3934,1646309872,47.74306,8.99903\n3935,1646309873,47.74306,8.99903\n3936,1646309874,47.74306,8.99903\n3937,1646309875,47.74306,8.99903\n3938,1646309876,47.74306,8.99903\n3939,1646309877,47.74306,8.99903\n3940,1646309878,47.74306,8.99904\n3941,1646309911,47.74313,8.99903\n3942,1646309912,47.74311,8.99907\n3943,1646309913,47.74312,8.99905\n3944,1646309914,47.74312,8.99902\n3945,1646309915,47.74313,8.99900\n3946,1646309916,47.74313,8.99898\n3947,1646309917,47.74315,8.99896\n3948,1646309918,47.74317,8.99896\n3949,1646309919,47.74318,8.99897\n3950,1646309920,47.74318,8.99896\n3951,1646309956,47.74321,8.99903\n3952,1646309957,47.74319,8.99905\n3953,1646309958,47.74318,8.99904\n3954,1646309959,47.74317,8.99904\n3955,1646309960,47.74317,8.99904\n3956,1646309961,47.74317,8.99904\n3957,1646309962,47.74317,8.99904\n3958,1646309963,47.74317,8.99904\n3959,1646309964,47.74318,8.99903\n3960,1646309965,47.74315,8.99910\n3961,1646310000,47.74323,8.99903\n3962,1646310001,47.74323,8.99904\n3963,1646310002,47.74321,8.99905\n3964,1646310003,47.74320,8.99905\n3965,1646310004,47.74320,8.99903\n3966,1646310005,47.74320,8.99903\n3967,1646310006,47.74320,8.99901\n3968,1646310008,47.74315,8.99909\n3969,1646310009,47.74315,8.99908\n3970,1646310010,47.74315,8.99907\n3971,1646310044,47.74317,8.99929\n3972,1646310045,47.74316,8.99928\n3973,1646310046,47.74315,8.99927\n3974,1646310047,47.74313,8.99921\n3975,1646310048,47.74312,8.99920\n3976,1646310049,47.74310,8.99917\n3977,1646310050,47.74309,8.99915\n3978,1646310051,47.74309,8.99912\n3979,1646310052,47.74308,8.99911\n3980,1646310053,47.74308,8.99909\n3981,1646310087,47.74309,8.99905\n3982,1646310088,47.74314,8.99902\n3983,1646310089,47.74316,8.99902\n3984,1646310090,47.74315,8.99902\n3985,1646310091,47.74314,8.99902\n3986,1646310092,47.74313,8.99903\n3987,1646310093,47.74312,8.99903\n3988,1646310094,47.74312,8.99904\n3989,1646310095,47.74312,8.99904\n3990,1646310096,47.74311,8.99905\n3991,1646310130,47.74325,8.99916\n3992,1646310131,47.74319,8.99907\n3993,1646310132,47.74316,8.99904\n3994,1646310133,47.74314,8.99902\n3995,1646310134,47.74313,8.99900\n3996,1646310135,47.74312,8.99899\n3997,1646310136,47.74311,8.99899\n3998,1646310137,47.74311,8.99898\n3999,1646310138,47.74310,8.99898\n4000,1646310139,47.74310,8.99897\n4001,1646310173,47.74328,8.99905\n4002,1646310174,47.74326,8.99905\n4003,1646310175,47.74324,8.99907\n4004,1646310176,47.74324,8.99908\n4005,1646310177,47.74324,8.99910\n4006,1646310178,47.74324,8.99913\n4007,1646310179,47.74325,8.99914\n4008,1646310180,47.74325,8.99915\n4009,1646310181,47.74319,8.99920\n4010,1646310183,47.74320,8.99920\n4011,1646310218,47.74307,8.99916\n4012,1646310219,47.74310,8.99917\n4013,1646310220,47.74312,8.99917\n4014,1646310221,47.74314,8.99917\n4015,1646310222,47.74315,8.99917\n4016,1646310223,47.74320,8.99914\n4017,1646310225,47.74321,8.99916\n4018,1646310226,47.74322,8.99917\n4019,1646310227,47.74322,8.99918\n4020,1646310228,47.74323,8.99919\n4021,1646310262,47.74321,8.99927\n4022,1646310263,47.74324,8.99919\n4023,1646310264,47.74326,8.99915\n4024,1646310265,47.74326,8.99912\n4025,1646310266,47.74325,8.99910\n4026,1646310267,47.74325,8.99908\n4027,1646310268,47.74325,8.99907\n4028,1646310269,47.74326,8.99906\n4029,1646310270,47.74325,8.99906\n4030,1646310271,47.74314,8.99910\n4031,1646310309,47.74317,8.99884\n4032,1646310310,47.74320,8.99881\n4033,1646310311,47.74321,8.99882\n4034,1646310312,47.74323,8.99881\n4035,1646310313,47.74311,8.99896\n4036,1646310315,47.74310,8.99896\n4037,1646310316,47.74309,8.99897\n4038,1646310317,47.74310,8.99898\n4039,1646310318,47.74311,8.99898\n4040,1646310319,47.74311,8.99899\n4041,1646310355,47.74327,8.99897\n4042,1646310356,47.74327,8.99893\n4043,1646310357,47.74327,8.99892\n4044,1646310358,47.74328,8.99889\n4045,1646310359,47.74329,8.99889\n4046,1646310360,47.74329,8.99889\n4047,1646310361,47.74313,8.99909\n4048,1646310363,47.74313,8.99909\n4049,1646310364,47.74314,8.99909\n4050,1646310365,47.74314,8.99909\n4051,1646310404,47.74305,8.99917\n4052,1646310405,47.74304,8.99924\n4053,1646310406,47.74307,8.99911\n4054,1646310407,47.74307,8.99908\n4055,1646310408,47.74309,8.99901\n4056,1646310409,47.74308,8.99899\n4057,1646310411,47.74309,8.99898\n4058,1646310412,47.74308,8.99898\n4059,1646310413,47.74309,8.99897\n4060,1646310414,47.74309,8.99896\n4061,1646310449,47.74332,8.99898\n4062,1646310450,47.74330,8.99898\n4063,1646310451,47.74328,8.99897\n4064,1646310452,47.74328,8.99898\n4065,1646310453,47.74327,8.99898\n4066,1646310454,47.74327,8.99898\n4067,1646310455,47.74326,8.99897\n4068,1646310456,47.74326,8.99897\n4069,1646310457,47.74319,8.99905\n4070,1646310459,47.74318,8.99904\n4071,1646310496,47.74299,8.99899\n4072,1646310497,47.74299,8.99904\n4073,1646310498,47.74302,8.99906\n4074,1646310499,47.74302,8.99908\n4075,1646310500,47.74301,8.99908\n4076,1646310501,47.74301,8.99909\n4077,1646310502,47.74302,8.99908\n4078,1646310503,47.74303,8.99908\n4079,1646310504,47.74303,8.99907\n4080,1646310505,47.74314,8.99899\n4081,1646310540,47.74301,8.99903\n4082,1646310541,47.74297,8.99907\n4083,1646310542,47.74295,8.99909\n4084,1646310543,47.74295,8.99910\n4085,1646310544,47.74295,8.99911\n4086,1646310545,47.74295,8.99911\n4087,1646310546,47.74295,8.99911\n4088,1646310547,47.74304,8.99906\n4089,1646310549,47.74304,8.99905\n4090,1646310550,47.74303,8.99904\n4091,1646310585,47.74306,8.99924\n4092,1646310586,47.74306,8.99923\n4093,1646310587,47.74306,8.99922\n4094,1646310588,47.74305,8.99920\n4095,1646310589,47.74306,8.99918\n4096,1646310590,47.74306,8.99917\n4097,1646310591,47.74306,8.99916\n4098,1646310592,47.74307,8.99916\n4099,1646310593,47.74306,8.99915\n4100,1646310594,47.74306,8.99914\n4101,1646310630,47.74332,8.99907\n4102,1646310631,47.74330,8.99909\n4103,1646310632,47.74330,8.99911\n4104,1646310633,47.74329,8.99911\n4105,1646310634,47.74328,8.99912\n4106,1646310635,47.74327,8.99913\n4107,1646310636,47.74326,8.99913\n4108,1646310637,47.74319,8.99916\n4109,1646310639,47.74320,8.99916\n4110,1646310640,47.74319,8.99916\n4111,1646310673,47.74313,8.99899\n4112,1646310674,47.74315,8.99893\n4113,1646310675,47.74314,8.99895\n4114,1646310676,47.74313,8.99897\n4115,1646310677,47.74313,8.99898\n4116,1646310678,47.74312,8.99898\n4117,1646310679,47.74312,8.99898\n4118,1646310680,47.74312,8.99898\n4119,1646310681,47.74311,8.99898\n4120,1646310682,47.74311,8.99898\n4121,1646310716,47.74317,8.99939\n4122,1646310717,47.74314,8.99939\n4123,1646310718,47.74314,8.99938\n4124,1646310719,47.74319,8.99914\n4125,1646310720,47.74318,8.99914\n4126,1646310721,47.74319,8.99912\n4127,1646310722,47.74320,8.99910\n4128,1646310723,47.74322,8.99907\n4129,1646310724,47.74321,8.99905\n4130,1646310725,47.74322,8.99903\n4131,1646310764,47.74320,8.99892\n4132,1646310765,47.74322,8.99889\n4133,1646310766,47.74322,8.99889\n4134,1646310767,47.74323,8.99888\n4135,1646310768,47.74323,8.99888\n4136,1646310769,47.74324,8.99888\n4137,1646310770,47.74319,8.99905\n4138,1646310772,47.74319,8.99906\n4139,1646310773,47.74319,8.99907\n4140,1646310774,47.74319,8.99906\n4141,1646310807,47.74310,8.99916\n4142,1646310808,47.74301,8.99911\n4143,1646310809,47.74303,8.99909\n4144,1646310810,47.74304,8.99907\n4145,1646310811,47.74304,8.99906\n4146,1646310812,47.74304,8.99905\n4147,1646310813,47.74305,8.99905\n4148,1646310814,47.74306,8.99905\n4149,1646310815,47.74307,8.99905\n4150,1646310816,47.74307,8.99906\n4151,1646310853,47.74326,8.99897\n4152,1646310854,47.74327,8.99895\n4153,1646310855,47.74326,8.99894\n4154,1646310856,47.74326,8.99891\n4155,1646310857,47.74324,8.99889\n4156,1646310858,47.74324,8.99888\n4157,1646310859,47.74311,8.99899\n4158,1646310861,47.74311,8.99900\n4159,1646310862,47.74310,8.99899\n4160,1646310863,47.74310,8.99900\n4161,1646310896,47.74325,8.99913\n4162,1646310897,47.74320,8.99913\n4163,1646310898,47.74319,8.99914\n4164,1646310899,47.74318,8.99915\n4165,1646310900,47.74317,8.99914\n4166,1646310901,47.74316,8.99913\n4167,1646310902,47.74315,8.99913\n4168,1646310903,47.74314,8.99913\n4169,1646310904,47.74313,8.99914\n4170,1646310905,47.74313,8.99914\n4171,1646310938,47.74311,8.99911\n4172,1646310939,47.74314,8.99908\n4173,1646310940,47.74314,8.99906\n4174,1646310941,47.74313,8.99906\n4175,1646310942,47.74313,8.99906\n4176,1646310943,47.74314,8.99905\n4177,1646310944,47.74314,8.99905\n4178,1646310945,47.74314,8.99905\n4179,1646310946,47.74314,8.99905\n4180,1646310947,47.74314,8.99905\n4181,1646310982,47.74310,8.99905\n4182,1646310983,47.74311,8.99904\n4183,1646310984,47.74312,8.99904\n4184,1646310985,47.74311,8.99905\n4185,1646310986,47.74311,8.99906\n4186,1646310987,47.74310,8.99907\n4187,1646310988,47.74309,8.99907\n4188,1646310989,47.74310,8.99907\n4189,1646310990,47.74310,8.99908\n4190,1646310991,47.74311,8.99909\n4191,1646311025,47.74317,8.99904\n4192,1646311026,47.74316,8.99905\n4193,1646311027,47.74315,8.99905\n4194,1646311028,47.74314,8.99905\n4195,1646311029,47.74314,8.99905\n4196,1646311030,47.74314,8.99906\n4197,1646311031,47.74314,8.99906\n4198,1646311032,47.74314,8.99906\n4199,1646311033,47.74315,8.99905\n4200,1646311035,47.74316,8.99906\n4201,1646311069,47.74313,8.99906\n4202,1646311070,47.74314,8.99906\n4203,1646311071,47.74314,8.99907\n4204,1646311072,47.74313,8.99909\n4205,1646311073,47.74312,8.99909\n4206,1646311074,47.74312,8.99909\n4207,1646311075,47.74316,8.99907\n4208,1646311077,47.74315,8.99907\n4209,1646311078,47.74315,8.99906\n4210,1646311079,47.74315,8.99906\n4211,1646311113,47.74325,8.99901\n4212,1646311114,47.74323,8.99901\n4213,1646311115,47.74322,8.99902\n4214,1646311116,47.74321,8.99902\n4215,1646311117,47.74321,8.99902\n4216,1646311118,47.74321,8.99903\n4217,1646311119,47.74321,8.99903\n4218,1646311120,47.74320,8.99904\n4219,1646311121,47.74320,8.99905\n4220,1646311122,47.74320,8.99905\n4221,1646311156,47.74317,8.99904\n4222,1646311157,47.74317,8.99903\n4223,1646311158,47.74319,8.99902\n4224,1646311159,47.74320,8.99902\n4225,1646311160,47.74319,8.99901\n4226,1646311161,47.74319,8.99900\n4227,1646311162,47.74319,8.99899\n4228,1646311163,47.74318,8.99898\n4229,1646311164,47.74319,8.99897\n4230,1646311165,47.74313,8.99901\n4231,1646311200,47.74326,8.99900\n4232,1646311201,47.74321,8.99901\n4233,1646311202,47.74319,8.99902\n4234,1646311203,47.74318,8.99902\n4235,1646311204,47.74318,8.99902\n4236,1646311205,47.74318,8.99902\n4237,1646311206,47.74318,8.99903\n4238,1646311207,47.74319,8.99902\n4239,1646311208,47.74313,8.99906\n4240,1646311210,47.74313,8.99906\n4241,1646311245,47.74306,8.99907\n4242,1646311246,47.74306,8.99908\n4243,1646311247,47.74306,8.99907\n4244,1646311248,47.74307,8.99907\n4245,1646311249,47.74307,8.99908\n4246,1646311250,47.74306,8.99908\n4247,1646311251,47.74306,8.99908\n4248,1646311252,47.74306,8.99908\n4249,1646311253,47.74306,8.99907\n4250,1646311254,47.74306,8.99907\n4251,1646311292,47.74307,8.99897\n4252,1646311293,47.74308,8.99898\n4253,1646311294,47.74306,8.99900\n4254,1646311295,47.74305,8.99901\n4255,1646311296,47.74302,8.99902\n4256,1646311299,47.74302,8.99903\n4257,1646311300,47.74303,8.99903\n4258,1646311301,47.74303,8.99902\n4259,1646311302,47.74303,8.99902\n4260,1646311303,47.74302,8.99902\n4261,1646311342,47.74317,8.99889\n4262,1646311343,47.74318,8.99889\n4263,1646311344,47.74318,8.99890\n4264,1646311345,47.74306,8.99903\n4265,1646311347,47.74310,8.99903\n4266,1646311348,47.74311,8.99902\n4267,1646311349,47.74311,8.99902\n4268,1646311350,47.74312,8.99902\n4269,1646311351,47.74313,8.99902\n4270,1646311352,47.74314,8.99902\n4271,1646311390,47.74342,8.99894\n4272,1646311391,47.74329,8.99895\n4273,1646311392,47.74323,8.99895\n4274,1646311393,47.74310,8.99902\n4275,1646311395,47.74309,8.99901\n4276,1646311396,47.74310,8.99901\n4277,1646311397,47.74309,8.99901\n4278,1646311398,47.74308,8.99900\n4279,1646311399,47.74308,8.99900\n4280,1646311400,47.74307,8.99900\n4281,1646311441,47.74296,8.99900\n4282,1646311443,47.74290,8.99898\n4283,1646311444,47.74297,8.99896\n4284,1646311445,47.74300,8.99896\n4285,1646311446,47.74302,8.99895\n4286,1646311447,47.74303,8.99895\n4287,1646311448,47.74304,8.99895\n4288,1646311449,47.74305,8.99894\n4289,1646311450,47.74305,8.99894\n4290,1646311451,47.74305,8.99894\n4291,1646311489,47.74317,8.99909\n4292,1646311490,47.74314,8.99909\n4293,1646311491,47.74314,8.99908\n4294,1646311492,47.74311,8.99908\n4295,1646311493,47.74308,8.99908\n4296,1646311494,47.74307,8.99908\n4297,1646311495,47.74312,8.99904\n4298,1646311497,47.74312,8.99903\n4299,1646311498,47.74313,8.99903\n4300,1646311499,47.74314,8.99903\n4301,1646311537,47.74335,8.99890\n4302,1646311538,47.74331,8.99890\n4303,1646311539,47.74325,8.99889\n4304,1646311540,47.74320,8.99889\n4305,1646311541,47.74317,8.99889\n4306,1646311542,47.74315,8.99889\n4307,1646311543,47.74304,8.99901\n4308,1646311545,47.74304,8.99900\n4309,1646311546,47.74305,8.99901\n4310,1646311547,47.74308,8.99901\n4311,1646311583,47.74309,8.99902\n4312,1646311584,47.74306,8.99902\n4313,1646311585,47.74304,8.99903\n4314,1646311586,47.74304,8.99904\n4315,1646311587,47.74304,8.99904\n4316,1646311588,47.74304,8.99905\n4317,1646311589,47.74304,8.99905\n4318,1646311590,47.74305,8.99904\n4319,1646311591,47.74308,8.99902\n4320,1646311593,47.74308,8.99902\n4321,1646311633,47.74295,8.99902\n4322,1646311635,47.74299,8.99902\n4323,1646311636,47.74300,8.99902\n4324,1646311637,47.74302,8.99901\n4325,1646311638,47.74302,8.99901\n4326,1646311639,47.74301,8.99901\n4327,1646311640,47.74301,8.99900\n4328,1646311641,47.74301,8.99900\n4329,1646311642,47.74302,8.99900\n4330,1646311643,47.74302,8.99900\n4331,1646311679,47.74312,8.99894\n4332,1646311680,47.74312,8.99892\n4333,1646311681,47.74312,8.99891\n4334,1646311682,47.74312,8.99892\n4335,1646311683,47.74313,8.99892\n4336,1646311684,47.74313,8.99892\n4337,1646311685,47.74313,8.99892\n4338,1646311686,47.74314,8.99892\n4339,1646311687,47.74305,8.99906\n4340,1646311689,47.74306,8.99905\n4341,1646311727,47.74299,8.99888\n4342,1646311728,47.74305,8.99885\n4343,1646311729,47.74295,8.99897\n4344,1646311731,47.74295,8.99898\n4345,1646311732,47.74295,8.99897\n4346,1646311733,47.74295,8.99897\n4347,1646311734,47.74295,8.99897\n4348,1646311735,47.74295,8.99896\n4349,1646311736,47.74295,8.99896\n4350,1646311737,47.74295,8.99896\n4351,1646311774,47.74321,8.99899\n4352,1646311775,47.74317,8.99901\n4353,1646311776,47.74315,8.99901\n4354,1646311777,47.74305,8.99905\n4355,1646311779,47.74305,8.99904\n4356,1646311780,47.74305,8.99904\n4357,1646311781,47.74306,8.99904\n4358,1646311782,47.74306,8.99904\n4359,1646311783,47.74306,8.99904\n4360,1646311784,47.74306,8.99904\n4361,1646311819,47.74307,8.99911\n4362,1646311820,47.74307,8.99911\n4363,1646311821,47.74307,8.99910\n4364,1646311822,47.74307,8.99909\n4365,1646311823,47.74306,8.99908\n4366,1646311824,47.74306,8.99908\n4367,1646311825,47.74310,8.99905\n4368,1646311827,47.74310,8.99905\n4369,1646311828,47.74310,8.99904\n4370,1646311829,47.74311,8.99904\n4371,1646311864,47.74304,8.99914\n4372,1646311865,47.74303,8.99913\n4373,1646311866,47.74303,8.99912\n4374,1646311867,47.74303,8.99911\n4375,1646311868,47.74303,8.99910\n4376,1646311869,47.74303,8.99909\n4377,1646311870,47.74304,8.99908\n4378,1646311871,47.74304,8.99908\n4379,1646311872,47.74305,8.99907\n4380,1646311873,47.74309,8.99904\n4381,1646311907,47.74304,8.99912\n4382,1646311908,47.74304,8.99910\n4383,1646311909,47.74305,8.99909\n4384,1646311910,47.74305,8.99909\n4385,1646311911,47.74306,8.99908\n4386,1646311912,47.74306,8.99907\n4387,1646311913,47.74306,8.99908\n4388,1646311914,47.74306,8.99907\n4389,1646311915,47.74310,8.99905\n4390,1646311917,47.74309,8.99905\n4391,1646311952,47.74311,8.99902\n4392,1646311953,47.74310,8.99903\n4393,1646311954,47.74309,8.99904\n4394,1646311955,47.74309,8.99905\n4395,1646311956,47.74309,8.99904\n4396,1646311957,47.74316,8.99899\n4397,1646311959,47.74315,8.99899\n4398,1646311960,47.74314,8.99899\n4399,1646311961,47.74314,8.99899\n4400,1646311962,47.74314,8.99899\n4401,1646311996,47.74331,8.99900\n4402,1646311997,47.74329,8.99901\n4403,1646311998,47.74327,8.99900\n4404,1646311999,47.74324,8.99900\n4405,1646312000,47.74323,8.99901\n4406,1646312001,47.74322,8.99901\n4407,1646312002,47.74322,8.99901\n4408,1646312003,47.74322,8.99902\n4409,1646312004,47.74322,8.99902\n4410,1646312005,47.74316,8.99905\n4411,1646312040,47.74314,8.99908\n4412,1646312041,47.74310,8.99910\n4413,1646312042,47.74308,8.99911\n4414,1646312043,47.74308,8.99911\n4415,1646312044,47.74307,8.99911\n4416,1646312045,47.74307,8.99911\n4417,1646312046,47.74307,8.99911\n4418,1646312047,47.74312,8.99909\n4419,1646312049,47.74312,8.99910\n4420,1646312050,47.74312,8.99909\n4421,1646312091,47.74317,8.99907\n4422,1646312092,47.74314,8.99907\n4423,1646312093,47.74309,8.99908\n4424,1646312094,47.74311,8.99908\n4425,1646312095,47.74314,8.99908\n4426,1646312097,47.74316,8.99909\n4427,1646312098,47.74316,8.99908\n4428,1646312099,47.74317,8.99908\n4429,1646312100,47.74317,8.99908\n4430,1646312101,47.74317,8.99908\n4431,1646312143,47.74314,8.99893\n4432,1646312145,47.74314,8.99893\n4433,1646312146,47.74313,8.99893\n4434,1646312147,47.74313,8.99892\n4435,1646312148,47.74313,8.99892\n4436,1646312149,47.74312,8.99892\n4437,1646312150,47.74313,8.99893\n4438,1646312151,47.74313,8.99893\n4439,1646312152,47.74313,8.99894\n4440,1646312153,47.74313,8.99895\n4441,1646312189,47.74322,8.99906\n4442,1646312190,47.74323,8.99903\n4443,1646312191,47.74323,8.99902\n4444,1646312192,47.74322,8.99902\n4445,1646312193,47.74322,8.99902\n4446,1646312194,47.74322,8.99903\n4447,1646312195,47.74322,8.99902\n4448,1646312196,47.74321,8.99902\n4449,1646312197,47.74314,8.99904\n4450,1646312199,47.74315,8.99904\n4451,1646312234,47.74326,8.99903\n4452,1646312235,47.74324,8.99903\n4453,1646312236,47.74324,8.99902\n4454,1646312237,47.74323,8.99902\n4455,1646312238,47.74321,8.99901\n4456,1646312239,47.74315,8.99902\n4457,1646312241,47.74315,8.99902\n4458,1646312242,47.74315,8.99901\n4459,1646312243,47.74316,8.99901\n4460,1646312244,47.74316,8.99901\n4461,1646312277,47.74307,8.99916\n4462,1646312278,47.74299,8.99905\n4463,1646312279,47.74301,8.99905\n4464,1646312280,47.74302,8.99904\n4465,1646312281,47.74303,8.99904\n4466,1646312282,47.74303,8.99903\n4467,1646312283,47.74305,8.99902\n4468,1646312284,47.74305,8.99902\n4469,1646312285,47.74305,8.99901\n4470,1646312286,47.74305,8.99901\n4471,1646312321,47.74295,8.99895\n4472,1646312322,47.74295,8.99897\n4473,1646312323,47.74297,8.99898\n4474,1646312324,47.74299,8.99899\n4475,1646312325,47.74300,8.99899\n4476,1646312326,47.74300,8.99900\n4477,1646312327,47.74301,8.99901\n4478,1646312328,47.74302,8.99901\n4479,1646312329,47.74305,8.99901\n4480,1646312331,47.74306,8.99901\n4481,1646312371,47.74305,8.99906\n4482,1646312373,47.74306,8.99907\n4483,1646312374,47.74306,8.99907\n4484,1646312375,47.74305,8.99907\n4485,1646312376,47.74306,8.99906\n4486,1646312377,47.74307,8.99907\n4487,1646312378,47.74307,8.99908\n4488,1646312379,47.74307,8.99908\n4489,1646312380,47.74307,8.99908\n4490,1646312381,47.74307,8.99908\n4491,1646312421,47.74275,8.99900\n4492,1646312422,47.74278,8.99903\n4493,1646312423,47.74283,8.99904\n4494,1646312424,47.74284,8.99905\n4495,1646312425,47.74304,8.99904\n4496,1646312427,47.74304,8.99905\n4497,1646312428,47.74305,8.99905\n4498,1646312429,47.74306,8.99906\n4499,1646312430,47.74305,8.99906\n4500,1646312431,47.74305,8.99905\n4501,1646312473,47.74294,8.99902\n4502,1646312475,47.74306,8.99905\n4503,1646312476,47.74308,8.99907\n4504,1646312477,47.74309,8.99906\n4505,1646312478,47.74308,8.99904\n4506,1646312479,47.74308,8.99903\n4507,1646312480,47.74309,8.99903\n4508,1646312481,47.74309,8.99902\n4509,1646312482,47.74309,8.99901\n4510,1646312483,47.74310,8.99902\n4511,1646312518,47.74311,8.99896\n4512,1646312519,47.74311,8.99897\n4513,1646312520,47.74312,8.99898\n4514,1646312521,47.74313,8.99898\n4515,1646312522,47.74313,8.99900\n4516,1646312523,47.74313,8.99900\n4517,1646312524,47.74314,8.99902\n4518,1646312525,47.74314,8.99903\n4519,1646312526,47.74314,8.99905\n4520,1646312527,47.74311,8.99905\n4521,1646312563,47.74304,8.99904\n4522,1646312564,47.74306,8.99901\n4523,1646312565,47.74307,8.99902\n4524,1646312566,47.74308,8.99901\n4525,1646312567,47.74309,8.99900\n4526,1646312568,47.74310,8.99900\n4527,1646312569,47.74310,8.99899\n4528,1646312571,47.74310,8.99898\n4529,1646312572,47.74309,8.99898\n4530,1646312573,47.74309,8.99897\n4531,1646312617,47.74323,8.99904\n4532,1646312619,47.74319,8.99900\n4533,1646312620,47.74318,8.99899\n4534,1646312621,47.74317,8.99899\n4535,1646312622,47.74316,8.99898\n4536,1646312623,47.74315,8.99897\n4537,1646312624,47.74314,8.99896\n4538,1646312625,47.74314,8.99896\n4539,1646312626,47.74313,8.99895\n4540,1646312627,47.74313,8.99895\n4541,1646312664,47.74340,8.99907\n4542,1646312665,47.74334,8.99909\n4543,1646312666,47.74331,8.99910\n4544,1646312667,47.74328,8.99912\n4545,1646312668,47.74325,8.99912\n4546,1646312669,47.74323,8.99912\n4547,1646312670,47.74321,8.99912\n4548,1646312671,47.74320,8.99910\n4549,1646312673,47.74319,8.99909\n4550,1646312674,47.74318,8.99909\n4551,1646312710,47.74292,8.99919\n4552,1646312711,47.74295,8.99918\n4553,1646312712,47.74296,8.99916\n4554,1646312713,47.74296,8.99913\n4555,1646312714,47.74296,8.99912\n4556,1646312715,47.74296,8.99911\n4557,1646312716,47.74297,8.99910\n4558,1646312717,47.74297,8.99909\n4559,1646312718,47.74299,8.99909\n4560,1646312719,47.74311,8.99903\n4561,1646312752,47.74326,8.99893\n4562,1646312753,47.74310,8.99906\n4563,1646312754,47.74311,8.99905\n4564,1646312755,47.74316,8.99904\n4565,1646312756,47.74319,8.99903\n4566,1646312757,47.74321,8.99901\n4567,1646312758,47.74322,8.99901\n4568,1646312759,47.74323,8.99901\n4569,1646312760,47.74323,8.99901\n4570,1646312761,47.74320,8.99901\n4571,1646312795,47.74319,8.99895\n4572,1646312796,47.74318,8.99896\n4573,1646312797,47.74317,8.99898\n4574,1646312798,47.74317,8.99898\n4575,1646312799,47.74318,8.99898\n4576,1646312800,47.74319,8.99898\n4577,1646312801,47.74320,8.99899\n4578,1646312802,47.74321,8.99899\n4579,1646312803,47.74320,8.99901\n4580,1646312805,47.74320,8.99901\n4581,1646312840,47.74318,8.99889\n4582,1646312841,47.74316,8.99891\n4583,1646312842,47.74315,8.99894\n4584,1646312843,47.74315,8.99895\n4585,1646312844,47.74315,8.99895\n4586,1646312845,47.74308,8.99900\n4587,1646312847,47.74308,8.99898\n4588,1646312848,47.74308,8.99898\n4589,1646312849,47.74309,8.99898\n4590,1646312850,47.74309,8.99898\n4591,1646312884,47.74293,8.99910\n4592,1646312885,47.74294,8.99909\n4593,1646312886,47.74294,8.99909\n4594,1646312887,47.74296,8.99908\n4595,1646312888,47.74296,8.99907\n4596,1646312889,47.74296,8.99906\n4597,1646312890,47.74296,8.99904\n4598,1646312891,47.74296,8.99904\n4599,1646312892,47.74297,8.99904\n4600,1646312893,47.74305,8.99898\n4601,1646312928,47.74487,8.99938\n4602,1646312929,47.74493,8.99941\n4603,1646312930,47.74308,8.99910\n4604,1646312931,47.74306,8.99911\n4605,1646312932,47.74305,8.99911\n4606,1646312933,47.74304,8.99910\n4607,1646312934,47.74304,8.99910\n4608,1646312935,47.74312,8.99905\n4609,1646312937,47.74312,8.99905\n4610,1646312938,47.74311,8.99905\n4611,1646312973,47.74331,8.99896\n4612,1646312974,47.74328,8.99898\n4613,1646312975,47.74326,8.99897\n4614,1646312976,47.74325,8.99897\n4615,1646312977,47.74324,8.99897\n4616,1646312978,47.74323,8.99896\n4617,1646312979,47.74321,8.99896\n4618,1646312980,47.74321,8.99896\n4619,1646312981,47.74320,8.99897\n4620,1646312982,47.74320,8.99897\n4621,1646313016,47.74317,8.99908\n4622,1646313017,47.74318,8.99906\n4623,1646313018,47.74322,8.99902\n4624,1646313019,47.74322,8.99902\n4625,1646313020,47.74321,8.99902\n4626,1646313021,47.74321,8.99901\n4627,1646313022,47.74320,8.99901\n4628,1646313023,47.74320,8.99901\n4629,1646313024,47.74319,8.99900\n4630,1646313025,47.74313,8.99903\n4631,1646313063,47.74319,8.99898\n4632,1646313064,47.74319,8.99898\n4633,1646313065,47.74319,8.99898\n4634,1646313066,47.74319,8.99898\n4635,1646313067,47.74320,8.99898\n4636,1646313068,47.74312,8.99901\n4637,1646313070,47.74314,8.99902\n4638,1646313071,47.74314,8.99902\n4639,1646313072,47.74315,8.99902\n4640,1646313073,47.74315,8.99902\n4641,1646313106,47.74325,8.99894\n4642,1646313107,47.74315,8.99900\n4643,1646313108,47.74312,8.99901\n4644,1646313109,47.74309,8.99901\n4645,1646313110,47.74309,8.99903\n4646,1646313111,47.74308,8.99903\n4647,1646313112,47.74306,8.99904\n4648,1646313113,47.74306,8.99903\n4649,1646313114,47.74306,8.99904\n4650,1646313115,47.74315,8.99901\n4651,1646313154,47.74286,8.99917\n4652,1646313155,47.74291,8.99915\n4653,1646313156,47.74293,8.99914\n4654,1646313157,47.74314,8.99906\n4655,1646313159,47.74313,8.99905\n4656,1646313160,47.74312,8.99905\n4657,1646313161,47.74312,8.99904\n4658,1646313162,47.74311,8.99904\n4659,1646313163,47.74311,8.99904\n4660,1646313164,47.74311,8.99904\n4661,1646313200,47.74308,8.99909\n4662,1646313201,47.74310,8.99905\n4663,1646313202,47.74312,8.99904\n4664,1646313203,47.74312,8.99904\n4665,1646313204,47.74312,8.99904\n4666,1646313205,47.74315,8.99901\n4667,1646313207,47.74315,8.99900\n4668,1646313208,47.74315,8.99900\n4669,1646313209,47.74314,8.99900\n4670,1646313210,47.74314,8.99900\n4671,1646313245,47.74306,8.99901\n4672,1646313246,47.74306,8.99902\n4673,1646313247,47.74306,8.99902\n4674,1646313248,47.74306,8.99902\n4675,1646313249,47.74306,8.99904\n4676,1646313250,47.74306,8.99903\n4677,1646313251,47.74306,8.99903\n4678,1646313252,47.74305,8.99902\n4679,1646313253,47.74310,8.99899\n4680,1646313255,47.74309,8.99898\n4681,1646313291,47.74321,8.99904\n4682,1646313292,47.74324,8.99902\n4683,1646313293,47.74324,8.99900\n4684,1646313294,47.74324,8.99899\n4685,1646313295,47.74318,8.99901\n4686,1646313297,47.74318,8.99901\n4687,1646313298,47.74318,8.99900\n4688,1646313299,47.74318,8.99900\n4689,1646313300,47.74317,8.99900\n4690,1646313301,47.74317,8.99900\n4691,1646313337,47.74310,8.99902\n4692,1646313338,47.74311,8.99901\n4693,1646313339,47.74312,8.99901\n4694,1646313340,47.74313,8.99901\n4695,1646313341,47.74314,8.99900\n4696,1646313342,47.74314,8.99901\n4697,1646313343,47.74322,8.99897\n4698,1646313345,47.74321,8.99898\n4699,1646313346,47.74320,8.99898\n4700,1646313347,47.74320,8.99899\n4701,1646313384,47.74289,8.99913\n4702,1646313385,47.74289,8.99912\n4703,1646313386,47.74287,8.99912\n4704,1646313387,47.74286,8.99912\n4705,1646313388,47.74285,8.99913\n4706,1646313389,47.74283,8.99912\n4707,1646313390,47.74283,8.99913\n4708,1646313391,47.74304,8.99904\n4709,1646313393,47.74305,8.99904\n4710,1646313394,47.74305,8.99904\n4711,1646313427,47.74305,8.99906\n4712,1646313428,47.74296,8.99910\n4713,1646313429,47.74289,8.99911\n4714,1646313431,47.74288,8.99911\n4715,1646313432,47.74289,8.99911\n4716,1646313433,47.74290,8.99910\n4717,1646313434,47.74292,8.99910\n4718,1646313435,47.74293,8.99909\n4719,1646313436,47.74294,8.99908\n4720,1646313437,47.74294,8.99908\n4721,1646313480,47.74344,8.99892\n4722,1646313481,47.74336,8.99895\n4723,1646313483,47.74335,8.99895\n4724,1646313484,47.74334,8.99895\n4725,1646313485,47.74334,8.99895\n4726,1646313486,47.74333,8.99896\n4727,1646313487,47.74332,8.99896\n4728,1646313488,47.74331,8.99897\n4729,1646313489,47.74330,8.99897\n4730,1646313490,47.74329,8.99897\n4731,1646313529,47.74299,8.99906\n4732,1646313530,47.74300,8.99906\n4733,1646313531,47.74300,8.99905\n4734,1646313532,47.74301,8.99905\n4735,1646313533,47.74304,8.99904\n4736,1646313534,47.74305,8.99904\n4737,1646313535,47.74325,8.99893\n4738,1646313537,47.74323,8.99894\n4739,1646313538,47.74323,8.99896\n4740,1646313539,47.74322,8.99896\n4741,1646313588,47.74322,8.99902\n4742,1646313589,47.74319,8.99903\n4743,1646313590,47.74317,8.99903\n4744,1646313591,47.74315,8.99904\n4745,1646313592,47.74314,8.99904\n4746,1646313593,47.74313,8.99904\n4747,1646313594,47.74312,8.99905\n4748,1646313595,47.74311,8.99905\n4749,1646313596,47.74311,8.99906\n4750,1646313597,47.74311,8.99906\n4751,1646313637,47.74311,8.99902\n4752,1646313638,47.74309,8.99903\n4753,1646313640,47.74307,8.99904\n4754,1646313641,47.74306,8.99905\n4755,1646313642,47.74306,8.99906\n4756,1646313643,47.74306,8.99906\n4757,1646313644,47.74307,8.99906\n4758,1646313645,47.74307,8.99906\n4759,1646313646,47.74308,8.99906\n4760,1646313647,47.74308,8.99906\n4761,1646313688,47.74310,8.99905\n4762,1646313689,47.74310,8.99905\n4763,1646313690,47.74310,8.99905\n4764,1646313691,47.74325,8.99899\n4765,1646313693,47.74325,8.99899\n4766,1646313694,47.74325,8.99899\n4767,1646313695,47.74325,8.99899\n4768,1646313696,47.74326,8.99898\n4769,1646313697,47.74326,8.99898\n4770,1646313698,47.74326,8.99899\n4771,1646313737,47.74313,8.99893\n4772,1646313738,47.74311,8.99893\n4773,1646313739,47.74301,8.99896\n4774,1646313741,47.74302,8.99896\n4775,1646313742,47.74302,8.99896\n4776,1646313743,47.74302,8.99896\n4777,1646313744,47.74303,8.99896\n4778,1646313745,47.74304,8.99896\n4779,1646313746,47.74304,8.99896\n4780,1646313747,47.74304,8.99896\n4781,1646313787,47.74314,8.99891\n4782,1646313789,47.74316,8.99892\n4783,1646313790,47.74316,8.99892\n4784,1646313791,47.74316,8.99892\n4785,1646313792,47.74316,8.99892\n4786,1646313793,47.74316,8.99892\n4787,1646313794,47.74317,8.99892\n4788,1646313795,47.74318,8.99892\n4789,1646313796,47.74318,8.99892\n4790,1646313797,47.74318,8.99892\n4791,1646313836,47.74334,8.99888\n4792,1646313837,47.74331,8.99889\n4793,1646313838,47.74330,8.99889\n4794,1646313839,47.74329,8.99889\n4795,1646313840,47.74328,8.99890\n4796,1646313841,47.74320,8.99893\n4797,1646313843,47.74321,8.99893\n4798,1646313844,47.74321,8.99893\n4799,1646313845,47.74321,8.99893\n4800,1646313846,47.74320,8.99893\n4801,1646313885,47.74304,8.99898\n4802,1646313886,47.74308,8.99897\n4803,1646313887,47.74310,8.99897\n4804,1646313888,47.74312,8.99897\n4805,1646313889,47.74326,8.99892\n4806,1646313891,47.74326,8.99893\n4807,1646313892,47.74326,8.99893\n4808,1646313893,47.74326,8.99894\n4809,1646313894,47.74327,8.99894\n4810,1646313895,47.74328,8.99894\n4811,1646313933,47.74319,8.99900\n4812,1646313934,47.74319,8.99900\n4813,1646313935,47.74319,8.99900\n4814,1646313936,47.74317,8.99901\n4815,1646313937,47.74329,8.99897\n4816,1646313939,47.74329,8.99896\n4817,1646313940,47.74329,8.99896\n4818,1646313941,47.74327,8.99896\n4819,1646313942,47.74327,8.99896\n4820,1646313943,47.74326,8.99896\n4821,1646313979,47.74335,8.99891\n4822,1646313980,47.74333,8.99892\n4823,1646313982,47.74338,8.99888\n4824,1646313983,47.74339,8.99887\n4825,1646313984,47.74342,8.99886\n4826,1646313985,47.74328,8.99891\n4827,1646313987,47.74329,8.99892\n4828,1646313988,47.74329,8.99893\n4829,1646313989,47.74328,8.99893\n4830,1646313990,47.74328,8.99893\n4831,1646314032,47.74332,8.99912\n4832,1646314033,47.74312,8.99918\n4833,1646314035,47.74315,8.99917\n4834,1646314036,47.74314,8.99918\n4835,1646314037,47.74314,8.99918\n4836,1646314038,47.74313,8.99917\n4837,1646314039,47.74313,8.99917\n4838,1646314040,47.74313,8.99916\n4839,1646314041,47.74313,8.99916\n4840,1646314042,47.74314,8.99916\n4841,1646314083,47.74345,8.99899\n4842,1646314084,47.74344,8.99900\n4843,1646314085,47.74343,8.99900\n4844,1646314086,47.74341,8.99900\n4845,1646314089,47.74302,8.99908\n4846,1646314090,47.74303,8.99908\n4847,1646314091,47.74303,8.99908\n4848,1646314092,47.74303,8.99908\n4849,1646314093,47.74303,8.99908\n4850,1646314094,47.74304,8.99908\n4851,1646314137,47.74292,8.99895\n4852,1646314140,47.74297,8.99893\n4853,1646314141,47.74298,8.99892\n4854,1646314142,47.74298,8.99890\n4855,1646314143,47.74298,8.99890\n4856,1646314144,47.74297,8.99888\n4857,1646314145,47.74297,8.99887\n4858,1646314146,47.74297,8.99886\n4859,1646314147,47.74297,8.99886\n4860,1646314148,47.74297,8.99885\n4861,1646314201,47.74307,8.99902\n4862,1646314203,47.74302,8.99901\n4863,1646314204,47.74300,8.99901\n4864,1646314205,47.74299,8.99901\n4865,1646314206,47.74299,8.99901\n4866,1646314207,47.74299,8.99900\n4867,1646314208,47.74299,8.99900\n4868,1646314209,47.74299,8.99900\n4869,1646314210,47.74299,8.99900\n4870,1646314211,47.74299,8.99900\n4871,1646314244,47.74295,8.99895\n4872,1646314245,47.74298,8.99900\n4873,1646314246,47.74300,8.99901\n4874,1646314247,47.74301,8.99900\n4875,1646314248,47.74301,8.99900\n4876,1646314249,47.74301,8.99900\n4877,1646314250,47.74300,8.99899\n4878,1646314251,47.74301,8.99899\n4879,1646314252,47.74301,8.99899\n4880,1646314253,47.74301,8.99899\n4881,1646314288,47.74299,8.99894\n4882,1646314289,47.74299,8.99894\n4883,1646314290,47.74298,8.99890\n4884,1646314291,47.74297,8.99893\n4885,1646314292,47.74298,8.99898\n4886,1646314293,47.74298,8.99899\n4887,1646314294,47.74298,8.99900\n4888,1646314295,47.74298,8.99900\n4889,1646314296,47.74298,8.99901\n4890,1646314297,47.74298,8.99901\n4891,1646314330,47.74312,8.99901\n4892,1646314331,47.74311,8.99898\n4893,1646314332,47.74310,8.99898\n4894,1646314333,47.74308,8.99898\n4895,1646314334,47.74308,8.99899\n4896,1646314335,47.74307,8.99901\n4897,1646314336,47.74306,8.99901\n4898,1646314337,47.74305,8.99902\n4899,1646314338,47.74304,8.99902\n4900,1646314339,47.74305,8.99899\n4901,1646314373,47.74310,8.99899\n4902,1646314374,47.74308,8.99900\n4903,1646314375,47.74307,8.99901\n4904,1646314376,47.74305,8.99902\n4905,1646314377,47.74304,8.99903\n4906,1646314378,47.74304,8.99904\n4907,1646314379,47.74303,8.99904\n4908,1646314380,47.74303,8.99904\n4909,1646314381,47.74308,8.99902\n4910,1646314383,47.74307,8.99902\n4911,1646314417,47.74297,8.99906\n4912,1646314418,47.74297,8.99906\n4913,1646314419,47.74296,8.99906\n4914,1646314420,47.74296,8.99906\n4915,1646314421,47.74297,8.99906\n4916,1646314422,47.74297,8.99905\n4917,1646314423,47.74300,8.99899\n4918,1646314425,47.74301,8.99899\n4919,1646314426,47.74301,8.99899\n4920,1646314427,47.74301,8.99899\n4921,1646314460,47.74297,8.99905\n4922,1646314461,47.74297,8.99905\n4923,1646314462,47.74298,8.99904\n4924,1646314463,47.74297,8.99902\n4925,1646314464,47.74298,8.99903\n4926,1646314465,47.74297,8.99903\n4927,1646314466,47.74297,8.99903\n4928,1646314467,47.74297,8.99902\n4929,1646314468,47.74297,8.99902\n4930,1646314469,47.74297,8.99902\n4931,1646314502,47.74336,8.99897\n4932,1646314503,47.74309,8.99904\n4933,1646314504,47.74308,8.99903\n4934,1646314505,47.74307,8.99904\n4935,1646314506,47.74306,8.99905\n4936,1646314507,47.74305,8.99905\n4937,1646314508,47.74304,8.99906\n4938,1646314509,47.74303,8.99906\n4939,1646314510,47.74303,8.99906\n4940,1646314511,47.74303,8.99905\n4941,1646314545,47.74300,8.99920\n4942,1646314546,47.74294,8.99905\n4943,1646314547,47.74293,8.99905\n4944,1646314548,47.74292,8.99906\n4945,1646314549,47.74293,8.99906\n4946,1646314550,47.74294,8.99906\n4947,1646314551,47.74296,8.99906\n4948,1646314552,47.74297,8.99906\n4949,1646314553,47.74297,8.99907\n4950,1646314554,47.74298,8.99907\n4951,1646314587,47.74290,8.99909\n4952,1646314588,47.74293,8.99906\n4953,1646314589,47.74294,8.99905\n4954,1646314590,47.74295,8.99904\n4955,1646314591,47.74296,8.99904\n4956,1646314592,47.74296,8.99904\n4957,1646314593,47.74297,8.99904\n4958,1646314594,47.74298,8.99903\n4959,1646314595,47.74298,8.99903\n4960,1646314596,47.74298,8.99903\n4961,1646314630,47.74307,8.99900\n4962,1646314631,47.74307,8.99901\n4963,1646314632,47.74307,8.99901\n4964,1646314633,47.74305,8.99901\n4965,1646314634,47.74304,8.99901\n4966,1646314635,47.74303,8.99901\n4967,1646314636,47.74303,8.99900\n4968,1646314637,47.74303,8.99900\n4969,1646314638,47.74303,8.99901\n4970,1646314639,47.74303,8.99901\n4971,1646314672,47.74288,8.99905\n4972,1646314673,47.74292,8.99910\n4973,1646314674,47.74293,8.99908\n4974,1646314675,47.74293,8.99908\n4975,1646314676,47.74294,8.99908\n4976,1646314677,47.74294,8.99908\n4977,1646314678,47.74294,8.99908\n4978,1646314679,47.74294,8.99909\n4979,1646314680,47.74295,8.99909\n4980,1646314681,47.74304,8.99906\n4981,1646314715,47.74296,8.99906\n4982,1646314716,47.74298,8.99904\n4983,1646314717,47.74298,8.99904\n4984,1646314718,47.74298,8.99904\n4985,1646314719,47.74298,8.99904\n4986,1646314720,47.74299,8.99905\n4987,1646314721,47.74299,8.99905\n4988,1646314722,47.74300,8.99905\n4989,1646314723,47.74299,8.99905\n4990,1646314724,47.74308,8.99900\n4991,1646314757,47.74300,8.99911\n4992,1646314758,47.74298,8.99910\n4993,1646314759,47.74299,8.99909\n4994,1646314760,47.74300,8.99908\n4995,1646314761,47.74300,8.99908\n4996,1646314762,47.74300,8.99908\n4997,1646314763,47.74299,8.99907\n4998,1646314764,47.74299,8.99908\n4999,1646314765,47.74306,8.99903\n5000,1646314767,47.74306,8.99903\n5001,1646314801,47.74302,8.99902\n5002,1646314802,47.74300,8.99903\n5003,1646314803,47.74300,8.99904\n5004,1646314804,47.74299,8.99903\n5005,1646314805,47.74299,8.99903\n5006,1646314806,47.74300,8.99903\n5007,1646314807,47.74302,8.99900\n5008,1646314809,47.74302,8.99900\n5009,1646314810,47.74302,8.99900\n5010,1646314811,47.74303,8.99900\n5011,1646314844,47.74295,8.99900\n5012,1646314845,47.74299,8.99902\n5013,1646314846,47.74300,8.99903\n5014,1646314847,47.74301,8.99903\n5015,1646314848,47.74301,8.99903\n5016,1646314849,47.74302,8.99903\n5017,1646314850,47.74303,8.99902\n5018,1646314851,47.74303,8.99901\n5019,1646314852,47.74304,8.99901\n5020,1646314853,47.74304,8.99900\n5021,1646314886,47.74289,8.99897\n5022,1646314887,47.74302,8.99901\n5023,1646314888,47.74307,8.99900\n5024,1646314889,47.74309,8.99900\n5025,1646314890,47.74310,8.99899\n5026,1646314891,47.74311,8.99899\n5027,1646314892,47.74311,8.99899\n5028,1646314893,47.74312,8.99900\n5029,1646314894,47.74312,8.99899\n5030,1646314895,47.74312,8.99899\n5031,1646314929,47.74187,8.99935\n5032,1646314930,47.74298,8.99900\n5033,1646314931,47.74302,8.99901\n5034,1646314932,47.74302,8.99902\n5035,1646314933,47.74302,8.99903\n5036,1646314934,47.74302,8.99904\n5037,1646314935,47.74302,8.99904\n5038,1646314936,47.74302,8.99904\n5039,1646314937,47.74301,8.99905\n5040,1646314938,47.74301,8.99905\n5041,1646314971,47.74299,8.99900\n5042,1646314972,47.74295,8.99900\n5043,1646314973,47.74295,8.99902\n5044,1646314974,47.74295,8.99903\n5045,1646314975,47.74295,8.99904\n5046,1646314976,47.74296,8.99904\n5047,1646314977,47.74296,8.99904\n5048,1646314978,47.74296,8.99905\n5049,1646314979,47.74296,8.99904\n5050,1646314980,47.74296,8.99904\n5051,1646315014,47.74314,8.99903\n5052,1646315015,47.74306,8.99900\n5053,1646315016,47.74307,8.99901\n5054,1646315017,47.74306,8.99902\n5055,1646315018,47.74305,8.99902\n5056,1646315019,47.74304,8.99903\n5057,1646315020,47.74301,8.99903\n5058,1646315021,47.74301,8.99904\n5059,1646315022,47.74302,8.99903\n5060,1646315023,47.74302,8.99903\n5061,1646315056,47.74292,8.99909\n5062,1646315057,47.74289,8.99908\n5063,1646315058,47.74290,8.99907\n5064,1646315059,47.74291,8.99906\n5065,1646315060,47.74292,8.99906\n5066,1646315061,47.74293,8.99906\n5067,1646315062,47.74295,8.99906\n5068,1646315063,47.74296,8.99905\n5069,1646315064,47.74296,8.99905\n5070,1646315065,47.74308,8.99901\n5071,1646315098,47.74311,8.99915\n5072,1646315099,47.74308,8.99913\n5073,1646315100,47.74306,8.99911\n5074,1646315101,47.74304,8.99909\n5075,1646315102,47.74303,8.99908\n5076,1646315103,47.74303,8.99907\n5077,1646315104,47.74303,8.99906\n5078,1646315105,47.74303,8.99906\n5079,1646315106,47.74303,8.99905\n5080,1646315107,47.74311,8.99901\n5081,1646315142,47.74304,8.99904\n5082,1646315143,47.74302,8.99904\n5083,1646315144,47.74302,8.99904\n5084,1646315145,47.74302,8.99905\n5085,1646315146,47.74301,8.99905\n5086,1646315147,47.74300,8.99905\n5087,1646315148,47.74299,8.99906\n5088,1646315149,47.74307,8.99900\n5089,1646315151,47.74306,8.99900\n5090,1646315152,47.74305,8.99900\n5091,1646315186,47.74296,8.99899\n5092,1646315187,47.74298,8.99899\n5093,1646315188,47.74298,8.99898\n5094,1646315189,47.74299,8.99898\n5095,1646315190,47.74299,8.99899\n5096,1646315191,47.74300,8.99899\n5097,1646315192,47.74300,8.99899\n5098,1646315193,47.74300,8.99900\n5099,1646315194,47.74301,8.99900\n5100,1646315195,47.74301,8.99899\n5101,1646315229,47.74303,8.99905\n5102,1646315230,47.74305,8.99904\n5103,1646315231,47.74307,8.99903\n5104,1646315232,47.74308,8.99902\n5105,1646315233,47.74308,8.99902\n5106,1646315234,47.74307,8.99901\n5107,1646315235,47.74307,8.99901\n5108,1646315236,47.74308,8.99901\n5109,1646315237,47.74307,8.99901\n5110,1646315238,47.74307,8.99901\n5111,1646315272,47.74312,8.99901\n5112,1646315273,47.74312,8.99901\n5113,1646315274,47.74310,8.99901\n5114,1646315275,47.74310,8.99902\n5115,1646315276,47.74308,8.99903\n5116,1646315277,47.74308,8.99902\n5117,1646315278,47.74307,8.99902\n5118,1646315279,47.74307,8.99902\n5119,1646315280,47.74306,8.99902\n5120,1646315281,47.74306,8.99902\n5121,1646315314,47.74298,8.99915\n5122,1646315315,47.74298,8.99908\n5123,1646315316,47.74298,8.99907\n5124,1646315317,47.74299,8.99908\n5125,1646315318,47.74299,8.99907\n5126,1646315319,47.74298,8.99907\n5127,1646315320,47.74298,8.99907\n5128,1646315321,47.74297,8.99907\n5129,1646315322,47.74295,8.99906\n5130,1646315323,47.74307,8.99901\n5131,1646315358,47.74308,8.99901\n5132,1646315359,47.74308,8.99902\n5133,1646315360,47.74308,8.99901\n5134,1646315361,47.74304,8.99899\n5135,1646315362,47.74306,8.99901\n5136,1646315363,47.74306,8.99901\n5137,1646315364,47.74306,8.99902\n5138,1646315365,47.74306,8.99903\n5139,1646315366,47.74317,8.99897\n5140,1646315368,47.74316,8.99897\n5141,1646315401,47.74291,8.99901\n5142,1646315402,47.74289,8.99906\n5143,1646315403,47.74293,8.99905\n5144,1646315404,47.74293,8.99905\n5145,1646315405,47.74294,8.99905\n5146,1646315406,47.74296,8.99906\n5147,1646315407,47.74297,8.99906\n5148,1646315408,47.74298,8.99907\n5149,1646315409,47.74299,8.99906\n5150,1646315410,47.74300,8.99906\n5151,1646315443,47.74316,8.99899\n5152,1646315444,47.74314,8.99898\n5153,1646315445,47.74311,8.99899\n5154,1646315446,47.74309,8.99899\n5155,1646315447,47.74308,8.99899\n5156,1646315448,47.74307,8.99900\n5157,1646315449,47.74306,8.99900\n5158,1646315450,47.74306,8.99901\n5159,1646315451,47.74306,8.99902\n5160,1646315452,47.74308,8.99906\n5161,1646315487,47.74299,8.99903\n5162,1646315488,47.74298,8.99904\n5163,1646315489,47.74298,8.99903\n5164,1646315490,47.74299,8.99903\n5165,1646315491,47.74298,8.99904\n5166,1646315492,47.74298,8.99904\n5167,1646315493,47.74298,8.99904\n5168,1646315494,47.74298,8.99903\n5169,1646315495,47.74297,8.99903\n5170,1646315496,47.74297,8.99904\n5171,1646315529,47.74329,8.99900\n5172,1646315530,47.74317,8.99904\n5173,1646315531,47.74315,8.99903\n5174,1646315532,47.74311,8.99902\n5175,1646315533,47.74310,8.99901\n5176,1646315534,47.74311,8.99901\n5177,1646315535,47.74310,8.99900\n5178,1646315536,47.74310,8.99900\n5179,1646315537,47.74307,8.99897\n5180,1646315538,47.74308,8.99897\n5181,1646315572,47.74308,8.99892\n5182,1646315573,47.74312,8.99900\n5183,1646315574,47.74310,8.99901\n5184,1646315575,47.74309,8.99901\n5185,1646315576,47.74308,8.99902\n5186,1646315577,47.74305,8.99902\n5187,1646315578,47.74305,8.99902\n5188,1646315579,47.74300,8.99897\n5189,1646315580,47.74305,8.99901\n5190,1646315581,47.74319,8.99896\n5191,1646315614,47.74308,8.99922\n5192,1646315615,47.74306,8.99910\n5193,1646315616,47.74305,8.99910\n5194,1646315617,47.74305,8.99910\n5195,1646315618,47.74305,8.99909\n5196,1646315619,47.74304,8.99909\n5197,1646315620,47.74305,8.99909\n5198,1646315621,47.74300,8.99903\n5199,1646315622,47.74304,8.99907\n5200,1646315623,47.74316,8.99905\n5201,1646315658,47.74287,8.99909\n5202,1646315659,47.74290,8.99907\n5203,1646315660,47.74292,8.99905\n5204,1646315661,47.74292,8.99904\n5205,1646315662,47.74294,8.99904\n5206,1646315663,47.74294,8.99903\n5207,1646315664,47.74295,8.99903\n5208,1646315665,47.74296,8.99904\n5209,1646315666,47.74313,8.99902\n5210,1646315668,47.74315,8.99901\n5211,1646315701,47.74309,8.99914\n5212,1646315702,47.74304,8.99904\n5213,1646315703,47.74305,8.99903\n5214,1646315704,47.74305,8.99901\n5215,1646315705,47.74305,8.99900\n5216,1646315706,47.74302,8.99896\n5217,1646315707,47.74301,8.99898\n5218,1646315708,47.74301,8.99898\n5219,1646315709,47.74300,8.99897\n5220,1646315710,47.74299,8.99897\n5221,1646315744,47.74315,8.99897\n5222,1646315745,47.74315,8.99897\n5223,1646315746,47.74315,8.99897\n5224,1646315747,47.74307,8.99898\n5225,1646315748,47.74307,8.99897\n5226,1646315749,47.74307,8.99897\n5227,1646315750,47.74305,8.99898\n5228,1646315751,47.74305,8.99898\n5229,1646315752,47.74304,8.99898\n5230,1646315753,47.74305,8.99898\n5231,1646315789,47.74304,8.99899\n5232,1646315790,47.74303,8.99899\n5233,1646315791,47.74297,8.99903\n5234,1646315792,47.74297,8.99903\n5235,1646315793,47.74298,8.99902\n5236,1646315794,47.74298,8.99902\n5237,1646315795,47.74298,8.99902\n5238,1646315796,47.74298,8.99902\n5239,1646315859,47.74301,8.99901\n5240,1646315860,47.74298,8.99900\n5241,1646315861,47.74297,8.99899\n5242,1646315862,47.74297,8.99900\n5243,1646315863,47.74295,8.99901\n5244,1646315864,47.74294,8.99901\n5245,1646315865,47.74294,8.99901\n5246,1646315866,47.74294,8.99901\n5247,1646315867,47.74300,8.99903\n5248,1646315868,47.74300,8.99904\n5249,1646315902,47.74264,8.99898\n5250,1646315903,47.74273,8.99911\n5251,1646315904,47.74279,8.99911\n5252,1646315905,47.74281,8.99910\n5253,1646315906,47.74283,8.99909\n5254,1646315907,47.74285,8.99909\n5255,1646315908,47.74286,8.99909\n5256,1646315909,47.74287,8.99909\n5257,1646315910,47.74287,8.99909\n5258,1646315911,47.74288,8.99909\n5259,1646315947,47.74304,8.99902\n5260,1646315948,47.74303,8.99901\n5261,1646315949,47.74302,8.99901\n5262,1646315950,47.74302,8.99902\n5263,1646315951,47.74301,8.99902\n5264,1646316016,47.74303,8.99894\n5265,1646316017,47.74301,8.99897\n5266,1646316018,47.74300,8.99897\n5267,1646316019,47.74298,8.99897\n5268,1646316020,47.74296,8.99898\n5269,1646316021,47.74291,8.99895\n5270,1646316022,47.74293,8.99895\n5271,1646316023,47.74292,8.99896\n5272,1646316088,47.74296,8.99901\n5273,1646316089,47.74294,8.99899\n5274,1646316090,47.74292,8.99898\n5275,1646316091,47.74295,8.99897\n5276,1646316092,47.74297,8.99896\n5277,1646316093,47.74296,8.99896\n5278,1646316094,47.74296,8.99895\n5279,1646316095,47.74297,8.99895\n5280,1646316161,47.74327,8.99889\n5281,1646316162,47.74326,8.99890\n5282,1646316163,47.74324,8.99890\n5283,1646316164,47.74324,8.99890\n5284,1646316165,47.74323,8.99891\n5285,1646316166,47.74322,8.99892\n5286,1646316167,47.74321,8.99892\n5287,1646316168,47.74319,8.99892\n5288,1646316235,47.74313,8.99903\n5289,1646316236,47.74313,8.99903\n5290,1646316237,47.74313,8.99903\n5291,1646316238,47.74312,8.99903\n5292,1646316239,47.74310,8.99903\n5293,1646316240,47.74310,8.99903\n5294,1646316241,47.74329,8.99898\n5295,1646316307,47.74314,8.99902\n5296,1646316308,47.74313,8.99902\n5297,1646316309,47.74311,8.99902\n5298,1646316310,47.74308,8.99903\n5299,1646316311,47.74307,8.99903\n5300,1646316312,47.74309,8.99903\n5301,1646316313,47.74337,8.99892\n5302,1646316315,47.74330,8.99894\n5303,1646316381,47.74322,8.99899\n5304,1646316382,47.74320,8.99899\n5305,1646316383,47.74317,8.99898\n5306,1646316384,47.74315,8.99897\n5307,1646316385,47.74326,8.99893\n5308,1646316387,47.74324,8.99893\n5309,1646316453,47.74316,8.99902\n5310,1646316454,47.74313,8.99901\n5311,1646316455,47.74311,8.99901\n5312,1646316456,47.74311,8.99901\n5313,1646316457,47.74329,8.99896\n5314,1646316459,47.74330,8.99896\n5315,1646316460,47.74330,8.99896\n5316,1646316526,47.74289,8.99894\n5317,1646316527,47.74292,8.99894\n5318,1646316528,47.74292,8.99895\n5319,1646316529,47.74292,8.99896\n5320,1646316530,47.74292,8.99896\n5321,1646316531,47.74292,8.99896\n5322,1646316532,47.74292,8.99896\n5323,1646316598,47.74298,8.99903\n5324,1646316599,47.74300,8.99903\n5325,1646316600,47.74300,8.99904\n5326,1646316601,47.74299,8.99905\n5327,1646316602,47.74298,8.99905\n5328,1646316671,47.74285,8.99906\n5329,1646316672,47.74290,8.99903\n5330,1646316741,47.74329,8.99888\n5331,1646316809,47.74346,8.99896"
  },
  {
    "path": "TickTagData/06_StationaryPosition_10s_Burst_Every_30s/20220303_10s_Burst_Every_30s_5331_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 120, TOs: 0/0, ErrorsOrGF: 0, TTFF: 81\nFixes: 5331, Avg. TTF: 10 s, Avg. HDOP (x10): 15\n\ncount,timestamp,lat,lon\n1,1646291419,47.74306,8.99897\n2,1646291420,47.74306,8.99897\n3,1646291421,47.74306,8.99897\n4,1646291422,47.74306,8.99897\n5,1646291423,47.74306,8.99897\n6,1646291424,47.74306,8.99897\n7,1646291425,47.74306,8.99897\n8,1646291426,47.74306,8.99897\n9,1646291427,47.74306,8.99897\n10,1646291428,47.74306,8.99897\n11,1646291461,47.74307,8.99902\n12,1646291462,47.74308,8.99901\n13,1646291463,47.74309,8.99901\n14,1646291464,47.74310,8.99902\n15,1646291465,47.74310,8.99901\n16,1646291466,47.74310,8.99901\n17,1646291467,47.74310,8.99901\n18,1646291468,47.74311,8.99901\n19,1646291469,47.74311,8.99901\n20,1646291470,47.74311,8.99900\n21,1646291504,47.74311,8.99890\n22,1646291505,47.74311,8.99893\n23,1646291506,47.74311,8.99895\n24,1646291507,47.74311,8.99895\n25,1646291508,47.74311,8.99896\n26,1646291509,47.74310,8.99896\n27,1646291510,47.74310,8.99897\n28,1646291511,47.74310,8.99898\n29,1646291512,47.74310,8.99899\n30,1646291513,47.74310,8.99899\n31,1646291547,47.74260,8.99908\n32,1646291548,47.74299,8.99897\n33,1646291549,47.74300,8.99896\n34,1646291550,47.74300,8.99895\n35,1646291551,47.74300,8.99893\n36,1646291552,47.74300,8.99892\n37,1646291553,47.74301,8.99893\n38,1646291554,47.74302,8.99893\n39,1646291555,47.74303,8.99894\n40,1646291556,47.74303,8.99894\n41,1646291591,47.74307,8.99906\n42,1646291592,47.74307,8.99904\n43,1646291593,47.74307,8.99902\n44,1646291594,47.74307,8.99901\n45,1646291595,47.74307,8.99900\n46,1646291596,47.74307,8.99899\n47,1646291597,47.74307,8.99899\n48,1646291598,47.74307,8.99899\n49,1646291599,47.74307,8.99899\n50,1646291600,47.74301,8.99899\n51,1646291635,47.74304,8.99899\n52,1646291636,47.74304,8.99898\n53,1646291637,47.74305,8.99898\n54,1646291638,47.74305,8.99898\n55,1646291639,47.74304,8.99898\n56,1646291640,47.74304,8.99897\n57,1646291641,47.74301,8.99897\n58,1646291643,47.74301,8.99897\n59,1646291644,47.74302,8.99897\n60,1646291645,47.74302,8.99896\n61,1646291679,47.74310,8.99885\n62,1646291680,47.74308,8.99887\n63,1646291681,47.74307,8.99888\n64,1646291682,47.74307,8.99889\n65,1646291683,47.74306,8.99890\n66,1646291684,47.74305,8.99890\n67,1646291685,47.74305,8.99891\n68,1646291686,47.74305,8.99891\n69,1646291687,47.74304,8.99891\n70,1646291688,47.74304,8.99891\n71,1646291723,47.74313,8.99903\n72,1646291724,47.74311,8.99902\n73,1646291725,47.74310,8.99902\n74,1646291726,47.74309,8.99899\n75,1646291727,47.74309,8.99899\n76,1646291728,47.74309,8.99898\n77,1646291729,47.74309,8.99899\n78,1646291730,47.74308,8.99898\n79,1646291731,47.74309,8.99898\n80,1646291733,47.74309,8.99898\n81,1646291768,47.74293,8.99880\n82,1646291769,47.74295,8.99882\n83,1646291770,47.74297,8.99885\n84,1646291771,47.74300,8.99888\n85,1646291772,47.74300,8.99890\n86,1646291773,47.74300,8.99891\n87,1646291774,47.74300,8.99891\n88,1646291775,47.74300,8.99892\n89,1646291776,47.74300,8.99892\n90,1646291777,47.74300,8.99892\n91,1646291811,47.74301,8.99885\n92,1646291812,47.74304,8.99891\n93,1646291813,47.74305,8.99892\n94,1646291814,47.74305,8.99893\n95,1646291815,47.74305,8.99894\n96,1646291816,47.74305,8.99895\n97,1646291817,47.74305,8.99895\n98,1646291818,47.74304,8.99896\n99,1646291819,47.74304,8.99896\n100,1646291820,47.74304,8.99896\n101,1646291855,47.74307,8.99885\n102,1646291856,47.74305,8.99890\n103,1646291857,47.74304,8.99892\n104,1646291858,47.74303,8.99894\n105,1646291859,47.74304,8.99894\n106,1646291860,47.74304,8.99895\n107,1646291861,47.74304,8.99894\n108,1646291862,47.74303,8.99895\n109,1646291863,47.74303,8.99895\n110,1646291864,47.74302,8.99894\n111,1646291898,47.74300,8.99887\n112,1646291899,47.74299,8.99887\n113,1646291900,47.74299,8.99888\n114,1646291901,47.74299,8.99889\n115,1646291902,47.74299,8.99890\n116,1646291903,47.74299,8.99891\n117,1646291904,47.74299,8.99892\n118,1646291905,47.74296,8.99893\n119,1646291907,47.74296,8.99893\n120,1646291908,47.74296,8.99893\n121,1646291942,47.74274,8.99910\n122,1646291943,47.74303,8.99908\n123,1646291944,47.74304,8.99904\n124,1646291945,47.74305,8.99903\n125,1646291946,47.74304,8.99902\n126,1646291947,47.74304,8.99901\n127,1646291948,47.74304,8.99900\n128,1646291949,47.74304,8.99900\n129,1646291950,47.74303,8.99899\n130,1646291951,47.74304,8.99899\n131,1646291985,47.74290,8.99916\n132,1646291986,47.74307,8.99902\n133,1646291987,47.74309,8.99902\n134,1646291988,47.74309,8.99902\n135,1646291989,47.74309,8.99903\n136,1646291990,47.74309,8.99903\n137,1646291991,47.74309,8.99904\n138,1646291992,47.74309,8.99903\n139,1646291993,47.74309,8.99904\n140,1646291994,47.74308,8.99904\n141,1646292029,47.74309,8.99891\n142,1646292030,47.74308,8.99897\n143,1646292031,47.74307,8.99899\n144,1646292032,47.74306,8.99899\n145,1646292033,47.74307,8.99899\n146,1646292034,47.74306,8.99900\n147,1646292035,47.74306,8.99899\n148,1646292036,47.74306,8.99899\n149,1646292037,47.74304,8.99899\n150,1646292039,47.74305,8.99899\n151,1646292074,47.74312,8.99893\n152,1646292075,47.74312,8.99893\n153,1646292076,47.74311,8.99895\n154,1646292077,47.74311,8.99895\n155,1646292078,47.74310,8.99895\n156,1646292079,47.74309,8.99896\n157,1646292080,47.74309,8.99896\n158,1646292081,47.74308,8.99897\n159,1646292082,47.74308,8.99898\n160,1646292083,47.74308,8.99899\n161,1646292118,47.74302,8.99903\n162,1646292119,47.74302,8.99901\n163,1646292120,47.74302,8.99900\n164,1646292121,47.74303,8.99900\n165,1646292122,47.74305,8.99900\n166,1646292123,47.74305,8.99900\n167,1646292124,47.74305,8.99900\n168,1646292125,47.74305,8.99900\n169,1646292126,47.74305,8.99900\n170,1646292127,47.74307,8.99899\n171,1646292163,47.74314,8.99902\n172,1646292164,47.74315,8.99900\n173,1646292165,47.74315,8.99899\n174,1646292166,47.74315,8.99898\n175,1646292167,47.74315,8.99897\n176,1646292168,47.74315,8.99897\n177,1646292169,47.74315,8.99897\n178,1646292171,47.74315,8.99897\n179,1646292172,47.74315,8.99897\n180,1646292173,47.74314,8.99897\n181,1646292207,47.74293,8.99907\n182,1646292208,47.74306,8.99904\n183,1646292209,47.74307,8.99904\n184,1646292210,47.74307,8.99903\n185,1646292211,47.74307,8.99901\n186,1646292212,47.74308,8.99901\n187,1646292213,47.74309,8.99901\n188,1646292214,47.74309,8.99901\n189,1646292215,47.74308,8.99901\n190,1646292216,47.74308,8.99901\n191,1646292250,47.74326,8.99875\n192,1646292251,47.74305,8.99895\n193,1646292252,47.74303,8.99898\n194,1646292253,47.74303,8.99899\n195,1646292254,47.74303,8.99898\n196,1646292255,47.74303,8.99898\n197,1646292256,47.74304,8.99897\n198,1646292257,47.74305,8.99896\n199,1646292258,47.74305,8.99895\n200,1646292259,47.74305,8.99894\n201,1646292295,47.74309,8.99908\n202,1646292296,47.74309,8.99907\n203,1646292297,47.74309,8.99907\n204,1646292298,47.74309,8.99907\n205,1646292299,47.74310,8.99909\n206,1646292300,47.74310,8.99910\n207,1646292301,47.74304,8.99911\n208,1646292303,47.74305,8.99912\n209,1646292304,47.74305,8.99912\n210,1646292305,47.74305,8.99913\n211,1646292340,47.74262,8.99879\n212,1646292341,47.74284,8.99891\n213,1646292342,47.74293,8.99895\n214,1646292343,47.74294,8.99894\n215,1646292344,47.74294,8.99895\n216,1646292345,47.74294,8.99894\n217,1646292346,47.74293,8.99895\n218,1646292347,47.74292,8.99894\n219,1646292348,47.74292,8.99895\n220,1646292349,47.74294,8.99895\n221,1646292383,47.74318,8.99926\n222,1646292384,47.74304,8.99910\n223,1646292385,47.74298,8.99903\n224,1646292386,47.74297,8.99904\n225,1646292387,47.74296,8.99904\n226,1646292388,47.74297,8.99904\n227,1646292389,47.74296,8.99904\n228,1646292390,47.74296,8.99905\n229,1646292391,47.74291,8.99906\n230,1646292393,47.74290,8.99907\n231,1646292428,47.74311,8.99885\n232,1646292429,47.74310,8.99887\n233,1646292430,47.74309,8.99887\n234,1646292431,47.74309,8.99888\n235,1646292432,47.74308,8.99887\n236,1646292433,47.74308,8.99887\n237,1646292434,47.74307,8.99888\n238,1646292435,47.74306,8.99889\n239,1646292436,47.74305,8.99889\n240,1646292437,47.74304,8.99889\n241,1646292475,47.74299,8.99897\n242,1646292476,47.74295,8.99895\n243,1646292477,47.74295,8.99895\n244,1646292478,47.74294,8.99895\n245,1646292479,47.74294,8.99894\n246,1646292480,47.74293,8.99894\n247,1646292481,47.74292,8.99893\n248,1646292483,47.74291,8.99893\n249,1646292484,47.74290,8.99893\n250,1646292485,47.74289,8.99892\n251,1646292526,47.74259,8.99877\n252,1646292527,47.74256,8.99876\n253,1646292528,47.74254,8.99875\n254,1646292529,47.74260,8.99876\n255,1646292531,47.74261,8.99876\n256,1646292532,47.74263,8.99877\n257,1646292533,47.74268,8.99879\n258,1646292534,47.74271,8.99881\n259,1646292535,47.74272,8.99881\n260,1646292536,47.74273,8.99882\n261,1646292575,47.74292,8.99889\n262,1646292576,47.74284,8.99886\n263,1646292577,47.74288,8.99886\n264,1646292579,47.74299,8.99891\n265,1646292580,47.74303,8.99892\n266,1646292581,47.74303,8.99893\n267,1646292582,47.74304,8.99893\n268,1646292583,47.74305,8.99893\n269,1646292584,47.74306,8.99894\n270,1646292585,47.74307,8.99894\n271,1646292624,47.74296,8.99898\n272,1646292625,47.74299,8.99899\n273,1646292626,47.74303,8.99900\n274,1646292627,47.74299,8.99897\n275,1646292628,47.74295,8.99896\n276,1646292629,47.74292,8.99894\n277,1646292630,47.74291,8.99894\n278,1646292631,47.74299,8.99892\n279,1646292633,47.74296,8.99891\n280,1646292634,47.74295,8.99890\n281,1646292672,47.74326,8.99907\n282,1646292673,47.74328,8.99908\n283,1646292674,47.74314,8.99903\n284,1646292675,47.74312,8.99902\n285,1646292676,47.74309,8.99901\n286,1646292677,47.74306,8.99900\n287,1646292678,47.74303,8.99898\n288,1646292679,47.74303,8.99897\n289,1646292681,47.74300,8.99895\n290,1646292682,47.74298,8.99894\n291,1646292717,47.74312,8.99899\n292,1646292718,47.74311,8.99899\n293,1646292719,47.74310,8.99898\n294,1646292720,47.74310,8.99898\n295,1646292721,47.74310,8.99899\n296,1646292722,47.74310,8.99900\n297,1646292723,47.74310,8.99900\n298,1646292724,47.74309,8.99899\n299,1646292725,47.74309,8.99899\n300,1646292726,47.74308,8.99898\n301,1646292762,47.74313,8.99887\n302,1646292763,47.74308,8.99891\n303,1646292764,47.74314,8.99890\n304,1646292765,47.74316,8.99890\n305,1646292766,47.74315,8.99891\n306,1646292767,47.74313,8.99891\n307,1646292768,47.74312,8.99892\n308,1646292769,47.74311,8.99893\n309,1646292770,47.74308,8.99895\n310,1646292772,47.74309,8.99895\n311,1646292808,47.74302,8.99885\n312,1646292809,47.74305,8.99892\n313,1646292810,47.74304,8.99893\n314,1646292811,47.74305,8.99894\n315,1646292812,47.74304,8.99893\n316,1646292813,47.74305,8.99892\n317,1646292814,47.74305,8.99890\n318,1646292815,47.74305,8.99889\n319,1646292816,47.74305,8.99888\n320,1646292817,47.74296,8.99896\n321,1646292853,47.74300,8.99896\n322,1646292854,47.74303,8.99896\n323,1646292854,47.74304,8.99895\n324,1646292855,47.74306,8.99893\n325,1646292856,47.74307,8.99891\n326,1646292857,47.74307,8.99890\n327,1646292858,47.74307,8.99890\n328,1646292860,47.74297,8.99898\n329,1646292861,47.74297,8.99898\n330,1646292862,47.74298,8.99898\n331,1646292896,47.74306,8.99902\n332,1646292897,47.74306,8.99904\n333,1646292898,47.74306,8.99903\n334,1646292899,47.74305,8.99904\n335,1646292900,47.74305,8.99904\n336,1646292901,47.74305,8.99903\n337,1646292902,47.74305,8.99902\n338,1646292903,47.74305,8.99902\n339,1646292904,47.74305,8.99901\n340,1646292905,47.74306,8.99901\n341,1646292941,47.74306,8.99901\n342,1646292942,47.74306,8.99901\n343,1646292943,47.74307,8.99899\n344,1646292944,47.74311,8.99896\n345,1646292945,47.74311,8.99895\n346,1646292946,47.74311,8.99893\n347,1646292947,47.74312,8.99892\n348,1646292948,47.74312,8.99892\n349,1646292949,47.74309,8.99894\n350,1646292951,47.74309,8.99894\n351,1646292987,47.74305,8.99902\n352,1646292988,47.74307,8.99901\n353,1646292989,47.74308,8.99900\n354,1646292990,47.74307,8.99899\n355,1646292991,47.74307,8.99898\n356,1646292993,47.74307,8.99898\n357,1646292994,47.74306,8.99899\n358,1646292995,47.74306,8.99899\n359,1646292996,47.74306,8.99899\n360,1646292997,47.74306,8.99898\n361,1646293032,47.74285,8.99899\n362,1646293033,47.74289,8.99901\n363,1646293034,47.74291,8.99899\n364,1646293035,47.74294,8.99895\n365,1646293036,47.74296,8.99892\n366,1646293037,47.74295,8.99892\n367,1646293038,47.74296,8.99890\n368,1646293039,47.74290,8.99900\n369,1646293041,47.74295,8.99899\n370,1646293042,47.74296,8.99900\n371,1646293077,47.74305,8.99897\n372,1646293078,47.74309,8.99895\n373,1646293079,47.74311,8.99893\n374,1646293080,47.74313,8.99893\n375,1646293081,47.74314,8.99892\n376,1646293082,47.74314,8.99892\n377,1646293083,47.74314,8.99892\n378,1646293084,47.74314,8.99892\n379,1646293085,47.74313,8.99892\n380,1646293086,47.74313,8.99892\n381,1646293122,47.74337,8.99868\n382,1646293123,47.74335,8.99871\n383,1646293124,47.74334,8.99873\n384,1646293125,47.74332,8.99876\n385,1646293126,47.74332,8.99877\n386,1646293127,47.74331,8.99878\n387,1646293128,47.74331,8.99879\n388,1646293129,47.74305,8.99902\n389,1646293131,47.74305,8.99902\n390,1646293132,47.74305,8.99902\n391,1646293168,47.74351,8.99868\n392,1646293169,47.74348,8.99869\n393,1646293170,47.74345,8.99870\n394,1646293171,47.74343,8.99872\n395,1646293172,47.74341,8.99873\n396,1646293173,47.74340,8.99874\n397,1646293174,47.74339,8.99874\n398,1646293175,47.74338,8.99875\n399,1646293176,47.74338,8.99876\n400,1646293177,47.74307,8.99902\n401,1646293212,47.74321,8.99897\n402,1646293213,47.74319,8.99897\n403,1646293214,47.74317,8.99898\n404,1646293215,47.74318,8.99898\n405,1646293216,47.74317,8.99898\n406,1646293217,47.74315,8.99900\n407,1646293218,47.74314,8.99901\n408,1646293219,47.74306,8.99907\n409,1646293221,47.74306,8.99907\n410,1646293222,47.74306,8.99906\n411,1646293256,47.74334,8.99877\n412,1646293257,47.74324,8.99885\n413,1646293258,47.74322,8.99887\n414,1646293259,47.74321,8.99888\n415,1646293260,47.74321,8.99889\n416,1646293261,47.74319,8.99890\n417,1646293262,47.74318,8.99891\n418,1646293263,47.74317,8.99890\n419,1646293264,47.74316,8.99891\n420,1646293265,47.74317,8.99890\n421,1646293302,47.74287,8.99890\n422,1646293303,47.74292,8.99890\n423,1646293304,47.74293,8.99891\n424,1646293305,47.74294,8.99889\n425,1646293306,47.74294,8.99888\n426,1646293307,47.74295,8.99889\n427,1646293308,47.74295,8.99888\n428,1646293309,47.74289,8.99901\n429,1646293311,47.74289,8.99900\n430,1646293312,47.74289,8.99900\n431,1646293350,47.74324,8.99881\n432,1646293351,47.74324,8.99881\n433,1646293352,47.74324,8.99880\n434,1646293353,47.74324,8.99879\n435,1646293354,47.74324,8.99879\n436,1646293355,47.74323,8.99879\n437,1646293356,47.74322,8.99880\n438,1646293357,47.74307,8.99899\n439,1646293359,47.74308,8.99899\n440,1646293360,47.74309,8.99898\n441,1646293396,47.74309,8.99903\n442,1646293397,47.74312,8.99899\n443,1646293398,47.74316,8.99895\n444,1646293399,47.74318,8.99893\n445,1646293400,47.74319,8.99892\n446,1646293401,47.74322,8.99890\n447,1646293402,47.74323,8.99890\n448,1646293403,47.74324,8.99889\n449,1646293404,47.74325,8.99889\n450,1646293405,47.74314,8.99900\n451,1646293441,47.74318,8.99888\n452,1646293442,47.74314,8.99891\n453,1646293443,47.74312,8.99894\n454,1646293444,47.74312,8.99893\n455,1646293445,47.74314,8.99892\n456,1646293446,47.74314,8.99892\n457,1646293447,47.74300,8.99904\n458,1646293449,47.74301,8.99903\n459,1646293450,47.74301,8.99903\n460,1646293451,47.74302,8.99903\n461,1646293488,47.74298,8.99881\n462,1646293489,47.74299,8.99882\n463,1646293490,47.74299,8.99882\n464,1646293491,47.74300,8.99882\n465,1646293492,47.74300,8.99881\n466,1646293493,47.74300,8.99879\n467,1646293494,47.74300,8.99878\n468,1646293495,47.74279,8.99902\n469,1646293497,47.74280,8.99902\n470,1646293498,47.74280,8.99902\n471,1646293535,47.74312,8.99888\n472,1646293536,47.74313,8.99887\n473,1646293537,47.74313,8.99888\n474,1646293538,47.74313,8.99888\n475,1646293539,47.74314,8.99888\n476,1646293540,47.74314,8.99888\n477,1646293541,47.74314,8.99888\n478,1646293542,47.74315,8.99887\n479,1646293543,47.74303,8.99896\n480,1646293545,47.74304,8.99896\n481,1646293585,47.74309,8.99892\n482,1646293587,47.74310,8.99892\n483,1646293588,47.74310,8.99892\n484,1646293589,47.74310,8.99892\n485,1646293590,47.74310,8.99892\n486,1646293591,47.74310,8.99892\n487,1646293592,47.74310,8.99892\n488,1646293593,47.74310,8.99892\n489,1646293594,47.74310,8.99892\n490,1646293595,47.74310,8.99892\n491,1646293639,47.74302,8.99898\n492,1646293641,47.74302,8.99898\n493,1646293642,47.74301,8.99898\n494,1646293643,47.74301,8.99898\n495,1646293644,47.74301,8.99898\n496,1646293645,47.74300,8.99898\n497,1646293646,47.74300,8.99898\n498,1646293647,47.74300,8.99897\n499,1646293648,47.74299,8.99897\n500,1646293649,47.74299,8.99897\n501,1646293690,47.74325,8.99876\n502,1646293691,47.74324,8.99878\n503,1646293692,47.74323,8.99878\n504,1646293693,47.74302,8.99899\n505,1646293695,47.74303,8.99900\n506,1646293696,47.74303,8.99900\n507,1646293697,47.74304,8.99900\n508,1646293698,47.74305,8.99900\n509,1646293699,47.74306,8.99900\n510,1646293700,47.74307,8.99899\n511,1646293737,47.74291,8.99913\n512,1646293738,47.74293,8.99913\n513,1646293739,47.74295,8.99911\n514,1646293740,47.74296,8.99911\n515,1646293741,47.74308,8.99899\n516,1646293743,47.74308,8.99900\n517,1646293744,47.74308,8.99900\n518,1646293745,47.74308,8.99900\n519,1646293746,47.74309,8.99900\n520,1646293747,47.74309,8.99900\n521,1646293783,47.74300,8.99902\n522,1646293784,47.74299,8.99902\n523,1646293785,47.74300,8.99898\n524,1646293786,47.74301,8.99896\n525,1646293787,47.74302,8.99895\n526,1646293788,47.74303,8.99893\n527,1646293789,47.74300,8.99896\n528,1646293791,47.74300,8.99896\n529,1646293792,47.74301,8.99896\n530,1646293793,47.74301,8.99896\n531,1646293830,47.74302,8.99895\n532,1646293831,47.74300,8.99894\n533,1646293832,47.74299,8.99893\n534,1646293833,47.74297,8.99892\n535,1646293834,47.74296,8.99892\n536,1646293835,47.74295,8.99892\n537,1646293836,47.74295,8.99892\n538,1646293837,47.74286,8.99906\n539,1646293839,47.74286,8.99906\n540,1646293840,47.74286,8.99905\n541,1646293874,47.74332,8.99857\n542,1646293875,47.74350,8.99838\n543,1646293876,47.74348,8.99836\n544,1646293877,47.74352,8.99842\n545,1646293882,47.74340,8.99869\n546,1646293883,47.74338,8.99869\n547,1646293884,47.74338,8.99869\n548,1646293885,47.74310,8.99897\n549,1646293887,47.74310,8.99897\n550,1646293888,47.74312,8.99896\n551,1646293933,47.74290,8.99903\n552,1646293935,47.74290,8.99903\n553,1646293936,47.74290,8.99903\n554,1646293937,47.74291,8.99902\n555,1646293938,47.74291,8.99902\n556,1646293939,47.74291,8.99903\n557,1646293940,47.74291,8.99903\n558,1646293941,47.74291,8.99903\n559,1646293942,47.74292,8.99903\n560,1646293943,47.74292,8.99902\n561,1646293987,47.74274,8.99910\n562,1646293989,47.74276,8.99908\n563,1646293990,47.74277,8.99906\n564,1646293991,47.74277,8.99906\n565,1646293992,47.74275,8.99905\n566,1646293993,47.74275,8.99905\n567,1646293994,47.74274,8.99905\n568,1646293995,47.74275,8.99904\n569,1646293996,47.74276,8.99903\n570,1646293997,47.74277,8.99903\n571,1646294036,47.74288,8.99915\n572,1646294037,47.74289,8.99913\n573,1646294038,47.74290,8.99912\n574,1646294039,47.74291,8.99911\n575,1646294040,47.74293,8.99909\n576,1646294041,47.74300,8.99898\n577,1646294043,47.74301,8.99899\n578,1646294044,47.74301,8.99900\n579,1646294045,47.74302,8.99900\n580,1646294046,47.74303,8.99900\n581,1646294083,47.74298,8.99912\n582,1646294084,47.74298,8.99911\n583,1646294085,47.74300,8.99909\n584,1646294086,47.74302,8.99907\n585,1646294087,47.74303,8.99906\n586,1646294088,47.74305,8.99905\n587,1646294089,47.74304,8.99905\n588,1646294091,47.74305,8.99905\n589,1646294092,47.74304,8.99904\n590,1646294093,47.74304,8.99904\n591,1646294127,47.74363,8.99828\n592,1646294128,47.74349,8.99851\n593,1646294129,47.74341,8.99863\n594,1646294130,47.74338,8.99867\n595,1646294131,47.74336,8.99869\n596,1646294132,47.74334,8.99873\n597,1646294133,47.74333,8.99874\n598,1646294134,47.74332,8.99875\n599,1646294135,47.74332,8.99874\n600,1646294136,47.74331,8.99875\n601,1646294174,47.74302,8.99897\n602,1646294175,47.74303,8.99896\n603,1646294176,47.74304,8.99894\n604,1646294177,47.74305,8.99893\n605,1646294178,47.74306,8.99892\n606,1646294179,47.74300,8.99899\n607,1646294181,47.74301,8.99899\n608,1646294182,47.74301,8.99899\n609,1646294183,47.74301,8.99899\n610,1646294184,47.74301,8.99899\n611,1646294218,47.74291,8.99935\n612,1646294219,47.74292,8.99931\n613,1646294220,47.74293,8.99930\n614,1646294222,47.74301,8.99921\n615,1646294223,47.74305,8.99916\n616,1646294224,47.74308,8.99912\n617,1646294225,47.74313,8.99902\n618,1646294226,47.74315,8.99895\n619,1646294227,47.74302,8.99906\n620,1646294229,47.74305,8.99906\n621,1646294266,47.74332,8.99897\n622,1646294267,47.74329,8.99899\n623,1646294268,47.74324,8.99901\n624,1646294269,47.74315,8.99908\n625,1646294271,47.74315,8.99907\n626,1646294272,47.74314,8.99907\n627,1646294273,47.74315,8.99907\n628,1646294274,47.74315,8.99907\n629,1646294275,47.74315,8.99907\n630,1646294276,47.74314,8.99907\n631,1646294313,47.74317,8.99886\n632,1646294314,47.74317,8.99887\n633,1646294315,47.74318,8.99887\n634,1646294316,47.74317,8.99888\n635,1646294317,47.74303,8.99903\n636,1646294319,47.74304,8.99903\n637,1646294320,47.74304,8.99903\n638,1646294321,47.74304,8.99902\n639,1646294322,47.74305,8.99902\n640,1646294323,47.74305,8.99902\n641,1646294357,47.74324,8.99877\n642,1646294358,47.74329,8.99873\n643,1646294359,47.74328,8.99872\n644,1646294361,47.74324,8.99874\n645,1646294362,47.74321,8.99875\n646,1646294363,47.74320,8.99877\n647,1646294364,47.74320,8.99877\n648,1646294365,47.74298,8.99902\n649,1646294367,47.74298,8.99901\n650,1646294368,47.74298,8.99901\n651,1646294407,47.74328,8.99888\n652,1646294408,47.74328,8.99887\n653,1646294409,47.74329,8.99886\n654,1646294410,47.74328,8.99886\n655,1646294411,47.74328,8.99886\n656,1646294412,47.74327,8.99886\n657,1646294413,47.74307,8.99904\n658,1646294415,47.74307,8.99903\n659,1646294416,47.74307,8.99904\n660,1646294417,47.74307,8.99904\n661,1646294455,47.74316,8.99894\n662,1646294456,47.74316,8.99894\n663,1646294457,47.74316,8.99894\n664,1646294458,47.74315,8.99892\n665,1646294459,47.74314,8.99892\n666,1646294460,47.74313,8.99891\n667,1646294461,47.74303,8.99901\n668,1646294463,47.74304,8.99901\n669,1646294464,47.74304,8.99901\n670,1646294465,47.74305,8.99901\n671,1646294506,47.74298,8.99884\n672,1646294507,47.74300,8.99887\n673,1646294508,47.74301,8.99885\n674,1646294509,47.74293,8.99897\n675,1646294511,47.74295,8.99897\n676,1646294512,47.74296,8.99897\n677,1646294513,47.74297,8.99897\n678,1646294514,47.74298,8.99898\n679,1646294515,47.74298,8.99898\n680,1646294516,47.74298,8.99898\n681,1646294553,47.74303,8.99906\n682,1646294554,47.74302,8.99907\n683,1646294555,47.74303,8.99907\n684,1646294556,47.74305,8.99906\n685,1646294557,47.74307,8.99904\n686,1646294559,47.74308,8.99904\n687,1646294560,47.74308,8.99904\n688,1646294561,47.74309,8.99904\n689,1646294562,47.74309,8.99904\n690,1646294563,47.74309,8.99905\n691,1646294600,47.74292,8.99913\n692,1646294601,47.74293,8.99913\n693,1646294602,47.74294,8.99915\n694,1646294603,47.74295,8.99914\n695,1646294604,47.74296,8.99913\n696,1646294605,47.74305,8.99905\n697,1646294607,47.74306,8.99906\n698,1646294608,47.74307,8.99906\n699,1646294609,47.74308,8.99906\n700,1646294610,47.74309,8.99906\n701,1646294647,47.74324,8.99894\n702,1646294648,47.74324,8.99893\n703,1646294649,47.74324,8.99893\n704,1646294650,47.74326,8.99891\n705,1646294651,47.74326,8.99890\n706,1646294652,47.74325,8.99891\n707,1646294653,47.74309,8.99905\n708,1646294655,47.74309,8.99905\n709,1646294656,47.74308,8.99904\n710,1646294657,47.74307,8.99905\n711,1646294693,47.74323,8.99897\n712,1646294694,47.74321,8.99896\n713,1646294695,47.74320,8.99895\n714,1646294696,47.74320,8.99895\n715,1646294697,47.74321,8.99893\n716,1646294698,47.74322,8.99893\n717,1646294699,47.74323,8.99892\n718,1646294700,47.74324,8.99892\n719,1646294701,47.74312,8.99903\n720,1646294703,47.74312,8.99904\n721,1646294739,47.74324,8.99889\n722,1646294740,47.74320,8.99891\n723,1646294741,47.74318,8.99894\n724,1646294742,47.74317,8.99895\n725,1646294743,47.74304,8.99908\n726,1646294745,47.74304,8.99908\n727,1646294746,47.74304,8.99906\n728,1646294747,47.74305,8.99907\n729,1646294748,47.74305,8.99907\n730,1646294749,47.74305,8.99907\n731,1646294783,47.74307,8.99893\n732,1646294784,47.74312,8.99886\n733,1646294785,47.74312,8.99885\n734,1646294786,47.74311,8.99884\n735,1646294787,47.74307,8.99889\n736,1646294788,47.74305,8.99891\n737,1646294789,47.74303,8.99893\n738,1646294790,47.74305,8.99891\n739,1646294791,47.74298,8.99898\n740,1646294793,47.74300,8.99898\n741,1646294830,47.74306,8.99905\n742,1646294831,47.74306,8.99906\n743,1646294832,47.74308,8.99905\n744,1646294833,47.74313,8.99899\n745,1646294835,47.74312,8.99900\n746,1646294836,47.74312,8.99900\n747,1646294837,47.74311,8.99900\n748,1646294838,47.74311,8.99900\n749,1646294839,47.74311,8.99900\n750,1646294840,47.74311,8.99900\n751,1646294877,47.74316,8.99896\n752,1646294878,47.74315,8.99897\n753,1646294879,47.74314,8.99898\n754,1646294880,47.74312,8.99900\n755,1646294881,47.74309,8.99903\n756,1646294883,47.74310,8.99903\n757,1646294884,47.74310,8.99902\n758,1646294885,47.74310,8.99901\n759,1646294886,47.74309,8.99901\n760,1646294887,47.74309,8.99901\n761,1646294921,47.74306,8.99910\n762,1646294922,47.74310,8.99904\n763,1646294923,47.74310,8.99905\n764,1646294924,47.74305,8.99910\n765,1646294925,47.74303,8.99913\n766,1646294926,47.74302,8.99914\n767,1646294927,47.74301,8.99914\n768,1646294928,47.74301,8.99914\n769,1646294929,47.74313,8.99897\n770,1646294931,47.74314,8.99896\n771,1646294967,47.74296,8.99918\n772,1646294968,47.74298,8.99915\n773,1646294969,47.74301,8.99911\n774,1646294970,47.74302,8.99910\n775,1646294971,47.74314,8.99896\n776,1646294973,47.74313,8.99897\n777,1646294974,47.74313,8.99897\n778,1646294975,47.74313,8.99897\n779,1646294976,47.74313,8.99897\n780,1646294977,47.74313,8.99898\n781,1646295012,47.74295,8.99916\n782,1646295013,47.74297,8.99915\n783,1646295014,47.74299,8.99913\n784,1646295015,47.74300,8.99912\n785,1646295016,47.74303,8.99911\n786,1646295017,47.74304,8.99911\n787,1646295018,47.74305,8.99911\n788,1646295019,47.74318,8.99897\n789,1646295021,47.74317,8.99899\n790,1646295022,47.74317,8.99899\n791,1646295057,47.74290,8.99920\n792,1646295058,47.74288,8.99922\n793,1646295059,47.74287,8.99921\n794,1646295060,47.74286,8.99921\n795,1646295061,47.74285,8.99921\n796,1646295062,47.74285,8.99920\n797,1646295063,47.74285,8.99919\n798,1646295064,47.74286,8.99918\n799,1646295065,47.74287,8.99918\n800,1646295066,47.74288,8.99917\n801,1646295102,47.74288,8.99914\n802,1646295103,47.74290,8.99911\n803,1646295104,47.74291,8.99910\n804,1646295105,47.74293,8.99909\n805,1646295106,47.74293,8.99909\n806,1646295107,47.74294,8.99909\n807,1646295108,47.74294,8.99909\n808,1646295109,47.74307,8.99896\n809,1646295111,47.74307,8.99894\n810,1646295112,47.74307,8.99894\n811,1646295148,47.74286,8.99924\n812,1646295149,47.74288,8.99921\n813,1646295150,47.74291,8.99918\n814,1646295151,47.74291,8.99918\n815,1646295152,47.74291,8.99919\n816,1646295153,47.74291,8.99919\n817,1646295154,47.74290,8.99918\n818,1646295155,47.74291,8.99918\n819,1646295156,47.74292,8.99918\n820,1646295157,47.74309,8.99896\n821,1646295193,47.74313,8.99892\n822,1646295194,47.74311,8.99893\n823,1646295195,47.74310,8.99894\n824,1646295196,47.74310,8.99895\n825,1646295197,47.74309,8.99895\n826,1646295198,47.74308,8.99897\n827,1646295199,47.74313,8.99890\n828,1646295201,47.74313,8.99890\n829,1646295202,47.74312,8.99891\n830,1646295203,47.74312,8.99891\n831,1646295240,47.74303,8.99901\n832,1646295241,47.74301,8.99904\n833,1646295242,47.74301,8.99903\n834,1646295243,47.74300,8.99906\n835,1646295244,47.74299,8.99908\n836,1646295245,47.74298,8.99909\n837,1646295246,47.74299,8.99909\n838,1646295247,47.74313,8.99892\n839,1646295249,47.74314,8.99893\n840,1646295250,47.74314,8.99894\n841,1646295285,47.74298,8.99920\n842,1646295286,47.74298,8.99919\n843,1646295287,47.74299,8.99918\n844,1646295288,47.74299,8.99916\n845,1646295289,47.74299,8.99916\n846,1646295290,47.74300,8.99915\n847,1646295291,47.74300,8.99913\n848,1646295292,47.74300,8.99912\n849,1646295293,47.74300,8.99911\n850,1646295294,47.74300,8.99911\n851,1646295329,47.74283,8.99943\n852,1646295330,47.74280,8.99945\n853,1646295331,47.74277,8.99946\n854,1646295332,47.74275,8.99948\n855,1646295333,47.74273,8.99948\n856,1646295334,47.74274,8.99947\n857,1646295335,47.74275,8.99945\n858,1646295336,47.74277,8.99942\n859,1646295337,47.74313,8.99898\n860,1646295339,47.74314,8.99896\n861,1646295375,47.74298,8.99911\n862,1646295376,47.74298,8.99912\n863,1646295377,47.74299,8.99910\n864,1646295378,47.74299,8.99911\n865,1646295379,47.74311,8.99898\n866,1646295381,47.74312,8.99897\n867,1646295382,47.74313,8.99896\n868,1646295383,47.74314,8.99895\n869,1646295384,47.74314,8.99894\n870,1646295385,47.74314,8.99894\n871,1646295421,47.74294,8.99911\n872,1646295422,47.74297,8.99909\n873,1646295423,47.74297,8.99909\n874,1646295424,47.74297,8.99909\n875,1646295425,47.74299,8.99908\n876,1646295426,47.74299,8.99907\n877,1646295427,47.74305,8.99899\n878,1646295429,47.74305,8.99900\n879,1646295430,47.74305,8.99900\n880,1646295431,47.74305,8.99900\n881,1646295466,47.74295,8.99916\n882,1646295467,47.74296,8.99916\n883,1646295468,47.74298,8.99914\n884,1646295469,47.74299,8.99914\n885,1646295470,47.74301,8.99911\n886,1646295471,47.74301,8.99909\n887,1646295472,47.74302,8.99908\n888,1646295473,47.74302,8.99907\n889,1646295474,47.74302,8.99907\n890,1646295475,47.74312,8.99893\n891,1646295510,47.74289,8.99927\n892,1646295511,47.74289,8.99924\n893,1646295512,47.74291,8.99921\n894,1646295513,47.74292,8.99919\n895,1646295514,47.74294,8.99919\n896,1646295515,47.74295,8.99917\n897,1646295516,47.74296,8.99915\n898,1646295517,47.74309,8.99895\n899,1646295519,47.74310,8.99896\n900,1646295520,47.74310,8.99896\n901,1646295555,47.74289,8.99911\n902,1646295556,47.74291,8.99911\n903,1646295557,47.74292,8.99912\n904,1646295558,47.74294,8.99911\n905,1646295559,47.74296,8.99909\n906,1646295560,47.74297,8.99909\n907,1646295561,47.74297,8.99907\n908,1646295562,47.74298,8.99906\n909,1646295563,47.74299,8.99905\n910,1646295564,47.74300,8.99905\n911,1646295600,47.74305,8.99887\n912,1646295601,47.74306,8.99883\n913,1646295602,47.74305,8.99882\n914,1646295603,47.74305,8.99881\n915,1646295604,47.74305,8.99881\n916,1646295605,47.74305,8.99881\n917,1646295606,47.74305,8.99880\n918,1646295607,47.74299,8.99896\n919,1646295609,47.74298,8.99897\n920,1646295610,47.74297,8.99897\n921,1646295646,47.74301,8.99885\n922,1646295647,47.74301,8.99886\n923,1646295648,47.74301,8.99885\n924,1646295649,47.74302,8.99882\n925,1646295650,47.74303,8.99881\n926,1646295651,47.74304,8.99880\n927,1646295652,47.74304,8.99881\n928,1646295653,47.74303,8.99882\n929,1646295654,47.74303,8.99882\n930,1646295655,47.74295,8.99906\n931,1646295692,47.74294,8.99902\n932,1646295693,47.74292,8.99898\n933,1646295694,47.74291,8.99893\n934,1646295695,47.74291,8.99892\n935,1646295696,47.74292,8.99890\n936,1646295697,47.74285,8.99907\n937,1646295699,47.74286,8.99905\n938,1646295700,47.74286,8.99905\n939,1646295701,47.74287,8.99904\n940,1646295702,47.74287,8.99904\n941,1646295737,47.74307,8.99888\n942,1646295738,47.74305,8.99888\n943,1646295739,47.74303,8.99890\n944,1646295740,47.74303,8.99891\n945,1646295741,47.74302,8.99892\n946,1646295742,47.74303,8.99892\n947,1646295743,47.74304,8.99892\n948,1646295744,47.74304,8.99892\n949,1646295745,47.74300,8.99900\n950,1646295747,47.74300,8.99898\n951,1646295783,47.74279,8.99928\n952,1646295784,47.74281,8.99926\n953,1646295785,47.74284,8.99923\n954,1646295786,47.74286,8.99920\n955,1646295787,47.74288,8.99918\n956,1646295788,47.74289,8.99917\n957,1646295789,47.74290,8.99916\n958,1646295790,47.74291,8.99914\n959,1646295791,47.74293,8.99913\n960,1646295792,47.74293,8.99912\n961,1646295828,47.74290,8.99915\n962,1646295829,47.74289,8.99916\n963,1646295830,47.74289,8.99918\n964,1646295831,47.74290,8.99916\n965,1646295832,47.74292,8.99913\n966,1646295833,47.74294,8.99912\n967,1646295834,47.74295,8.99911\n968,1646295835,47.74309,8.99891\n969,1646295837,47.74310,8.99891\n970,1646295838,47.74309,8.99891\n971,1646295873,47.74296,8.99919\n972,1646295874,47.74298,8.99917\n973,1646295875,47.74299,8.99915\n974,1646295876,47.74299,8.99915\n975,1646295877,47.74299,8.99915\n976,1646295878,47.74299,8.99915\n977,1646295879,47.74299,8.99913\n978,1646295880,47.74300,8.99911\n979,1646295881,47.74301,8.99911\n980,1646295882,47.74301,8.99910\n981,1646295917,47.74284,8.99916\n982,1646295918,47.74286,8.99916\n983,1646295919,47.74288,8.99916\n984,1646295920,47.74290,8.99916\n985,1646295921,47.74291,8.99916\n986,1646295922,47.74291,8.99916\n987,1646295923,47.74292,8.99918\n988,1646295924,47.74293,8.99917\n989,1646295925,47.74304,8.99904\n990,1646295927,47.74305,8.99904\n991,1646295963,47.74285,8.99937\n992,1646295964,47.74287,8.99934\n993,1646295965,47.74290,8.99931\n994,1646295966,47.74293,8.99927\n995,1646295967,47.74295,8.99925\n996,1646295968,47.74296,8.99923\n997,1646295969,47.74298,8.99921\n998,1646295970,47.74300,8.99919\n999,1646295971,47.74301,8.99918\n1000,1646295972,47.74303,8.99917\n1001,1646296009,47.74337,8.99887\n1002,1646296010,47.74336,8.99891\n1003,1646296011,47.74332,8.99894\n1004,1646296012,47.74328,8.99896\n1005,1646296013,47.74325,8.99898\n1006,1646296014,47.74325,8.99898\n1007,1646296015,47.74318,8.99902\n1008,1646296017,47.74319,8.99902\n1009,1646296018,47.74320,8.99902\n1010,1646296019,47.74320,8.99901\n1011,1646296055,47.74315,8.99913\n1012,1646296056,47.74310,8.99915\n1013,1646296057,47.74311,8.99915\n1014,1646296058,47.74311,8.99913\n1015,1646296059,47.74312,8.99913\n1016,1646296060,47.74311,8.99913\n1017,1646296061,47.74311,8.99913\n1018,1646296062,47.74311,8.99913\n1019,1646296063,47.74315,8.99910\n1020,1646296065,47.74316,8.99910\n1021,1646296100,47.74289,8.99925\n1022,1646296101,47.74290,8.99924\n1023,1646296102,47.74291,8.99921\n1024,1646296103,47.74294,8.99917\n1025,1646296104,47.74295,8.99916\n1026,1646296105,47.74304,8.99898\n1027,1646296107,47.74302,8.99901\n1028,1646296108,47.74302,8.99901\n1029,1646296109,47.74302,8.99902\n1030,1646296110,47.74301,8.99902\n1031,1646296148,47.74313,8.99880\n1032,1646296149,47.74313,8.99885\n1033,1646296150,47.74312,8.99888\n1034,1646296151,47.74312,8.99887\n1035,1646296152,47.74313,8.99889\n1036,1646296153,47.74307,8.99913\n1037,1646296155,47.74307,8.99913\n1038,1646296156,47.74307,8.99913\n1039,1646296157,47.74307,8.99912\n1040,1646296158,47.74308,8.99913\n1041,1646296197,47.74313,8.99892\n1042,1646296198,47.74312,8.99889\n1043,1646296199,47.74312,8.99886\n1044,1646296200,47.74311,8.99885\n1045,1646296201,47.74308,8.99900\n1046,1646296203,47.74307,8.99900\n1047,1646296204,47.74306,8.99900\n1048,1646296205,47.74305,8.99900\n1049,1646296206,47.74304,8.99900\n1050,1646296207,47.74303,8.99900\n1051,1646296247,47.74291,8.99873\n1052,1646296248,47.74292,8.99874\n1053,1646296249,47.74294,8.99900\n1054,1646296251,47.74296,8.99901\n1055,1646296252,47.74297,8.99902\n1056,1646296253,47.74298,8.99901\n1057,1646296254,47.74299,8.99901\n1058,1646296255,47.74299,8.99902\n1059,1646296256,47.74300,8.99902\n1060,1646296257,47.74300,8.99902\n1061,1646296295,47.74317,8.99892\n1062,1646296296,47.74316,8.99893\n1063,1646296297,47.74317,8.99890\n1064,1646296298,47.74318,8.99888\n1065,1646296299,47.74319,8.99886\n1066,1646296300,47.74319,8.99885\n1067,1646296301,47.74319,8.99886\n1068,1646296302,47.74319,8.99886\n1069,1646296303,47.74313,8.99914\n1070,1646296305,47.74315,8.99915\n1071,1646296341,47.74293,8.99899\n1072,1646296342,47.74292,8.99906\n1073,1646296343,47.74291,8.99903\n1074,1646296344,47.74291,8.99906\n1075,1646296345,47.74292,8.99906\n1076,1646296346,47.74292,8.99906\n1077,1646296347,47.74292,8.99905\n1078,1646296348,47.74293,8.99902\n1079,1646296349,47.74294,8.99902\n1080,1646296350,47.74296,8.99901\n1081,1646296386,47.74318,8.99890\n1082,1646296387,47.74318,8.99896\n1083,1646296388,47.74319,8.99897\n1084,1646296389,47.74318,8.99897\n1085,1646296390,47.74319,8.99897\n1086,1646296391,47.74319,8.99898\n1087,1646296392,47.74319,8.99898\n1088,1646296393,47.74313,8.99912\n1089,1646296395,47.74313,8.99911\n1090,1646296396,47.74313,8.99911\n1091,1646296432,47.74302,8.99928\n1092,1646296433,47.74305,8.99925\n1093,1646296434,47.74307,8.99922\n1094,1646296435,47.74308,8.99921\n1095,1646296436,47.74308,8.99921\n1096,1646296437,47.74309,8.99919\n1097,1646296438,47.74310,8.99918\n1098,1646296439,47.74311,8.99917\n1099,1646296440,47.74312,8.99916\n1100,1646296441,47.74318,8.99904\n1101,1646296477,47.74289,8.99930\n1102,1646296478,47.74289,8.99931\n1103,1646296479,47.74289,8.99930\n1104,1646296480,47.74290,8.99929\n1105,1646296481,47.74290,8.99928\n1106,1646296482,47.74292,8.99926\n1107,1646296483,47.74310,8.99886\n1108,1646296485,47.74308,8.99887\n1109,1646296486,47.74308,8.99887\n1110,1646296487,47.74308,8.99886\n1111,1646296521,47.74297,8.99912\n1112,1646296522,47.74293,8.99923\n1113,1646296523,47.74293,8.99923\n1114,1646296524,47.74292,8.99923\n1115,1646296525,47.74291,8.99923\n1116,1646296526,47.74289,8.99924\n1117,1646296527,47.74287,8.99927\n1118,1646296528,47.74286,8.99928\n1119,1646296529,47.74285,8.99929\n1120,1646296530,47.74285,8.99930\n1121,1646296564,47.74279,8.99950\n1122,1646296565,47.74281,8.99946\n1123,1646296566,47.74285,8.99939\n1124,1646296567,47.74287,8.99936\n1125,1646296568,47.74289,8.99932\n1126,1646296569,47.74290,8.99928\n1127,1646296570,47.74291,8.99926\n1128,1646296571,47.74291,8.99925\n1129,1646296572,47.74291,8.99924\n1130,1646296573,47.74297,8.99905\n1131,1646296611,47.74306,8.99866\n1132,1646296612,47.74307,8.99867\n1133,1646296613,47.74309,8.99867\n1134,1646296614,47.74309,8.99868\n1135,1646296616,47.74300,8.99907\n1136,1646296618,47.74300,8.99907\n1137,1646296619,47.74300,8.99906\n1138,1646296620,47.74300,8.99905\n1139,1646296621,47.74301,8.99904\n1140,1646296622,47.74302,8.99904\n1141,1646296661,47.74296,8.99913\n1142,1646296662,47.74295,8.99911\n1143,1646296663,47.74295,8.99901\n1144,1646296665,47.74295,8.99900\n1145,1646296666,47.74296,8.99899\n1146,1646296667,47.74296,8.99897\n1147,1646296668,47.74296,8.99896\n1148,1646296669,47.74297,8.99895\n1149,1646296670,47.74298,8.99895\n1150,1646296671,47.74299,8.99894\n1151,1646296711,47.74303,8.99903\n1152,1646296713,47.74304,8.99904\n1153,1646296714,47.74304,8.99903\n1154,1646296715,47.74304,8.99903\n1155,1646296716,47.74304,8.99902\n1156,1646296717,47.74304,8.99902\n1157,1646296718,47.74305,8.99902\n1158,1646296719,47.74305,8.99902\n1159,1646296720,47.74305,8.99903\n1160,1646296721,47.74305,8.99904\n1161,1646296761,47.74312,8.99921\n1162,1646296762,47.74308,8.99923\n1163,1646296763,47.74308,8.99924\n1164,1646296764,47.74305,8.99925\n1165,1646296765,47.74310,8.99909\n1166,1646296767,47.74307,8.99906\n1167,1646296768,47.74306,8.99907\n1168,1646296769,47.74305,8.99907\n1169,1646296770,47.74305,8.99907\n1170,1646296771,47.74305,8.99908\n1171,1646296813,47.74310,8.99906\n1172,1646296814,47.74312,8.99906\n1173,1646296816,47.74313,8.99908\n1174,1646296817,47.74314,8.99909\n1175,1646296818,47.74314,8.99911\n1176,1646296819,47.74314,8.99912\n1177,1646296820,47.74314,8.99913\n1178,1646296821,47.74315,8.99914\n1179,1646296822,47.74314,8.99915\n1180,1646296823,47.74314,8.99915\n1181,1646296866,47.74316,8.99890\n1182,1646296867,47.74312,8.99886\n1183,1646296870,47.74318,8.99899\n1184,1646296871,47.74315,8.99900\n1185,1646296872,47.74291,8.99889\n1186,1646296873,47.74285,8.99887\n1187,1646296874,47.74275,8.99883\n1188,1646296875,47.74272,8.99882\n1189,1646296876,47.74270,8.99882\n1190,1646296877,47.74269,8.99881\n1191,1646296924,47.74299,8.99892\n1192,1646296925,47.74299,8.99893\n1193,1646296926,47.74300,8.99893\n1194,1646296927,47.74300,8.99893\n1195,1646296928,47.74300,8.99894\n1196,1646296929,47.74300,8.99894\n1197,1646296930,47.74299,8.99895\n1198,1646296931,47.74299,8.99895\n1199,1646296932,47.74299,8.99896\n1200,1646296933,47.74303,8.99898\n1201,1646296975,47.74300,8.99900\n1202,1646296977,47.74303,8.99898\n1203,1646296978,47.74303,8.99897\n1204,1646296979,47.74304,8.99897\n1205,1646296980,47.74305,8.99897\n1206,1646296981,47.74306,8.99897\n1207,1646296982,47.74307,8.99897\n1208,1646296983,47.74308,8.99898\n1209,1646296984,47.74306,8.99896\n1210,1646296985,47.74305,8.99896\n1211,1646297029,47.74289,8.99895\n1212,1646297031,47.74295,8.99895\n1213,1646297032,47.74300,8.99895\n1214,1646297033,47.74302,8.99895\n1215,1646297034,47.74304,8.99895\n1216,1646297035,47.74305,8.99895\n1217,1646297036,47.74307,8.99894\n1218,1646297037,47.74308,8.99895\n1219,1646297038,47.74309,8.99895\n1220,1646297039,47.74309,8.99895\n1221,1646297083,47.74312,8.99896\n1222,1646297085,47.74310,8.99894\n1223,1646297086,47.74308,8.99893\n1224,1646297087,47.74305,8.99891\n1225,1646297088,47.74308,8.99893\n1226,1646297089,47.74311,8.99894\n1227,1646297090,47.74313,8.99896\n1228,1646297091,47.74314,8.99896\n1229,1646297092,47.74314,8.99897\n1230,1646297093,47.74315,8.99897\n1231,1646297135,47.74382,8.99893\n1232,1646297136,47.74380,8.99893\n1233,1646297137,47.74331,8.99917\n1234,1646297139,47.74329,8.99915\n1235,1646297140,47.74322,8.99911\n1236,1646297141,47.74319,8.99908\n1237,1646297142,47.74318,8.99907\n1238,1646297143,47.74318,8.99905\n1239,1646297144,47.74319,8.99906\n1240,1646297145,47.74321,8.99906\n1241,1646297191,47.74256,8.99871\n1242,1646297192,47.74255,8.99871\n1243,1646297193,47.74257,8.99872\n1244,1646297194,47.74257,8.99872\n1245,1646297195,47.74258,8.99873\n1246,1646297196,47.74260,8.99874\n1247,1646297197,47.74263,8.99875\n1248,1646297198,47.74264,8.99875\n1249,1646297199,47.74265,8.99875\n1250,1646297200,47.74266,8.99875\n1251,1646297246,47.74332,8.99917\n1252,1646297249,47.74330,8.99916\n1253,1646297250,47.74331,8.99917\n1254,1646297251,47.74333,8.99918\n1255,1646297252,47.74335,8.99919\n1256,1646297253,47.74335,8.99919\n1257,1646297254,47.74334,8.99918\n1258,1646297256,47.74334,8.99917\n1259,1646297257,47.74334,8.99916\n1260,1646297258,47.74334,8.99916\n1261,1646297300,47.74325,8.99915\n1262,1646297302,47.74324,8.99912\n1263,1646297303,47.74322,8.99912\n1264,1646297304,47.74321,8.99912\n1265,1646297305,47.74319,8.99912\n1266,1646297306,47.74318,8.99912\n1267,1646297307,47.74317,8.99912\n1268,1646297308,47.74317,8.99911\n1269,1646297309,47.74315,8.99910\n1270,1646297310,47.74314,8.99909\n1271,1646297351,47.74307,8.99870\n1272,1646297352,47.74305,8.99868\n1273,1646297353,47.74305,8.99867\n1274,1646297354,47.74305,8.99896\n1275,1646297356,47.74302,8.99893\n1276,1646297357,47.74301,8.99894\n1277,1646297358,47.74298,8.99893\n1278,1646297359,47.74296,8.99892\n1279,1646297360,47.74295,8.99892\n1280,1646297361,47.74293,8.99891\n1281,1646297402,47.74314,8.99903\n1282,1646297404,47.74312,8.99903\n1283,1646297405,47.74311,8.99903\n1284,1646297406,47.74311,8.99904\n1285,1646297407,47.74311,8.99904\n1286,1646297408,47.74311,8.99904\n1287,1646297409,47.74311,8.99904\n1288,1646297410,47.74311,8.99903\n1289,1646297411,47.74311,8.99902\n1290,1646297412,47.74311,8.99902\n1291,1646297455,47.74295,8.99891\n1292,1646297457,47.74296,8.99892\n1293,1646297458,47.74298,8.99893\n1294,1646297459,47.74297,8.99894\n1295,1646297460,47.74297,8.99894\n1296,1646297461,47.74297,8.99894\n1297,1646297462,47.74297,8.99894\n1298,1646297463,47.74297,8.99895\n1299,1646297464,47.74296,8.99895\n1300,1646297465,47.74296,8.99896\n1301,1646297506,47.74275,8.99879\n1302,1646297507,47.74276,8.99882\n1303,1646297508,47.74278,8.99884\n1304,1646297509,47.74278,8.99886\n1305,1646297510,47.74281,8.99879\n1306,1646297512,47.74282,8.99880\n1307,1646297513,47.74284,8.99881\n1308,1646297514,47.74285,8.99882\n1309,1646297515,47.74289,8.99884\n1310,1646297516,47.74292,8.99886\n1311,1646297559,47.74323,8.99906\n1312,1646297561,47.74318,8.99901\n1313,1646297562,47.74318,8.99901\n1314,1646297563,47.74318,8.99901\n1315,1646297564,47.74319,8.99901\n1316,1646297565,47.74320,8.99901\n1317,1646297566,47.74322,8.99902\n1318,1646297567,47.74324,8.99903\n1319,1646297568,47.74324,8.99903\n1320,1646297569,47.74324,8.99902\n1321,1646297612,47.74322,8.99903\n1322,1646297614,47.74323,8.99903\n1323,1646297615,47.74324,8.99902\n1324,1646297616,47.74324,8.99901\n1325,1646297617,47.74324,8.99901\n1326,1646297618,47.74325,8.99900\n1327,1646297619,47.74325,8.99900\n1328,1646297620,47.74325,8.99899\n1329,1646297621,47.74325,8.99899\n1330,1646297622,47.74325,8.99899\n1331,1646297661,47.74327,8.99910\n1332,1646297662,47.74332,8.99908\n1333,1646297663,47.74335,8.99906\n1334,1646297664,47.74339,8.99905\n1335,1646297665,47.74321,8.99913\n1336,1646297667,47.74320,8.99914\n1337,1646297668,47.74319,8.99912\n1338,1646297669,47.74320,8.99913\n1339,1646297670,47.74320,8.99912\n1340,1646297671,47.74319,8.99912\n1341,1646297721,47.74301,8.99891\n1342,1646297722,47.74304,8.99893\n1343,1646297723,47.74305,8.99894\n1344,1646297724,47.74307,8.99896\n1345,1646297725,47.74308,8.99896\n1346,1646297726,47.74308,8.99897\n1347,1646297727,47.74308,8.99897\n1348,1646297728,47.74310,8.99898\n1349,1646297729,47.74314,8.99901\n1350,1646297730,47.74314,8.99901\n1351,1646297776,47.74334,8.99911\n1352,1646297777,47.74334,8.99911\n1353,1646297778,47.74333,8.99912\n1354,1646297779,47.74332,8.99911\n1355,1646297780,47.74332,8.99911\n1356,1646297781,47.74330,8.99910\n1357,1646297782,47.74329,8.99909\n1358,1646297783,47.74328,8.99909\n1359,1646297784,47.74327,8.99909\n1360,1646297785,47.74327,8.99909\n1361,1646297828,47.74334,8.99916\n1362,1646297830,47.74333,8.99916\n1363,1646297831,47.74332,8.99915\n1364,1646297832,47.74332,8.99914\n1365,1646297833,47.74331,8.99914\n1366,1646297834,47.74330,8.99914\n1367,1646297835,47.74329,8.99914\n1368,1646297836,47.74328,8.99914\n1369,1646297837,47.74327,8.99913\n1370,1646297838,47.74326,8.99913\n1371,1646297882,47.74277,8.99885\n1372,1646297884,47.74281,8.99890\n1373,1646297885,47.74282,8.99891\n1374,1646297886,47.74281,8.99891\n1375,1646297887,47.74281,8.99892\n1376,1646297888,47.74282,8.99893\n1377,1646297889,47.74283,8.99894\n1378,1646297890,47.74284,8.99895\n1379,1646297891,47.74285,8.99895\n1380,1646297892,47.74286,8.99897\n1381,1646297932,47.74284,8.99896\n1382,1646297933,47.74288,8.99897\n1383,1646297934,47.74288,8.99898\n1384,1646297935,47.74289,8.99897\n1385,1646297936,47.74292,8.99890\n1386,1646297938,47.74291,8.99891\n1387,1646297939,47.74291,8.99891\n1388,1646297940,47.74291,8.99890\n1389,1646297941,47.74291,8.99891\n1390,1646297942,47.74291,8.99891\n1391,1646297980,47.74288,8.99879\n1392,1646297981,47.74288,8.99879\n1393,1646297982,47.74288,8.99880\n1394,1646297983,47.74288,8.99880\n1395,1646297984,47.74289,8.99895\n1396,1646297986,47.74288,8.99895\n1397,1646297987,47.74289,8.99895\n1398,1646297988,47.74293,8.99898\n1399,1646297989,47.74296,8.99900\n1400,1646297990,47.74298,8.99901\n1401,1646298029,47.74311,8.99891\n1402,1646298030,47.74311,8.99894\n1403,1646298031,47.74308,8.99893\n1404,1646298032,47.74308,8.99890\n1405,1646298034,47.74309,8.99890\n1406,1646298035,47.74309,8.99890\n1407,1646298036,47.74309,8.99891\n1408,1646298037,47.74309,8.99892\n1409,1646298038,47.74308,8.99893\n1410,1646298039,47.74308,8.99893\n1411,1646298079,47.74307,8.99899\n1412,1646298081,47.74305,8.99899\n1413,1646298082,47.74305,8.99899\n1414,1646298083,47.74305,8.99899\n1415,1646298084,47.74305,8.99899\n1416,1646298085,47.74305,8.99899\n1417,1646298086,47.74304,8.99899\n1418,1646298087,47.74304,8.99898\n1419,1646298088,47.74304,8.99898\n1420,1646298089,47.74304,8.99898\n1421,1646298131,47.74422,8.99881\n1422,1646298132,47.74424,8.99879\n1423,1646298133,47.74323,8.99917\n1424,1646298135,47.74321,8.99917\n1425,1646298136,47.74320,8.99918\n1426,1646298137,47.74319,8.99916\n1427,1646298138,47.74319,8.99916\n1428,1646298139,47.74320,8.99916\n1429,1646298140,47.74320,8.99916\n1430,1646298141,47.74319,8.99915\n1431,1646298175,47.74365,8.99924\n1432,1646298176,47.74371,8.99917\n1433,1646298177,47.74370,8.99915\n1434,1646298183,47.74319,8.99911\n1435,1646298184,47.74319,8.99909\n1436,1646298185,47.74320,8.99910\n1437,1646298186,47.74322,8.99911\n1438,1646298187,47.74324,8.99912\n1439,1646298188,47.74327,8.99914\n1440,1646298189,47.74329,8.99916\n1441,1646298229,47.74302,8.99897\n1442,1646298230,47.74301,8.99896\n1443,1646298232,47.74300,8.99894\n1444,1646298233,47.74298,8.99893\n1445,1646298234,47.74297,8.99892\n1446,1646298235,47.74297,8.99892\n1447,1646298236,47.74295,8.99890\n1448,1646298237,47.74294,8.99889\n1449,1646298238,47.74293,8.99888\n1450,1646298239,47.74292,8.99887\n1451,1646298277,47.74293,8.99907\n1452,1646298278,47.74297,8.99902\n1453,1646298279,47.74299,8.99899\n1454,1646298280,47.74299,8.99899\n1455,1646298281,47.74301,8.99898\n1456,1646298282,47.74302,8.99898\n1457,1646298283,47.74298,8.99906\n1458,1646298285,47.74298,8.99905\n1459,1646298286,47.74298,8.99904\n1460,1646298287,47.74297,8.99904\n1461,1646298323,47.74291,8.99897\n1462,1646298324,47.74292,8.99897\n1463,1646298325,47.74293,8.99899\n1464,1646298326,47.74294,8.99901\n1465,1646298327,47.74295,8.99902\n1466,1646298328,47.74295,8.99902\n1467,1646298329,47.74296,8.99903\n1468,1646298330,47.74297,8.99902\n1469,1646298331,47.74298,8.99902\n1470,1646298332,47.74300,8.99898\n1471,1646298370,47.74305,8.99872\n1472,1646298371,47.74302,8.99872\n1473,1646298372,47.74299,8.99871\n1474,1646298373,47.74288,8.99887\n1475,1646298375,47.74289,8.99887\n1476,1646298376,47.74289,8.99887\n1477,1646298377,47.74291,8.99887\n1478,1646298378,47.74291,8.99888\n1479,1646298379,47.74293,8.99889\n1480,1646298380,47.74294,8.99890\n1481,1646298421,47.74307,8.99873\n1482,1646298422,47.74301,8.99893\n1483,1646298424,47.74311,8.99906\n1484,1646298425,47.74315,8.99912\n1485,1646298426,47.74318,8.99916\n1486,1646298427,47.74320,8.99918\n1487,1646298428,47.74322,8.99921\n1488,1646298429,47.74324,8.99922\n1489,1646298430,47.74325,8.99923\n1490,1646298431,47.74326,8.99924\n1491,1646298486,47.74292,8.99887\n1492,1646298487,47.74291,8.99887\n1493,1646298488,47.74291,8.99887\n1494,1646298489,47.74291,8.99886\n1495,1646298490,47.74291,8.99887\n1496,1646298491,47.74291,8.99887\n1497,1646298492,47.74291,8.99887\n1498,1646298493,47.74291,8.99887\n1499,1646298494,47.74292,8.99888\n1500,1646298495,47.74293,8.99889\n1501,1646298544,47.74301,8.99903\n1502,1646298545,47.74300,8.99902\n1503,1646298546,47.74299,8.99901\n1504,1646298547,47.74299,8.99900\n1505,1646298548,47.74297,8.99898\n1506,1646298549,47.74296,8.99897\n1507,1646298550,47.74295,8.99895\n1508,1646298551,47.74294,8.99894\n1509,1646298552,47.74293,8.99893\n1510,1646298553,47.74292,8.99892\n1511,1646298606,47.74272,8.99862\n1512,1646298607,47.74273,8.99862\n1513,1646298608,47.74273,8.99863\n1514,1646298609,47.74273,8.99863\n1515,1646298610,47.74272,8.99863\n1516,1646298611,47.74272,8.99864\n1517,1646298612,47.74273,8.99864\n1518,1646298613,47.74273,8.99864\n1519,1646298614,47.74273,8.99863\n1520,1646298616,47.74272,8.99863\n1521,1646298672,47.74293,8.99892\n1522,1646298673,47.74292,8.99893\n1523,1646298674,47.74292,8.99892\n1524,1646298675,47.74291,8.99892\n1525,1646298676,47.74290,8.99890\n1526,1646298677,47.74289,8.99889\n1527,1646298678,47.74288,8.99888\n1528,1646298679,47.74288,8.99887\n1529,1646298680,47.74287,8.99887\n1530,1646298681,47.74287,8.99886\n1531,1646298719,47.74288,8.99886\n1532,1646298720,47.74290,8.99886\n1533,1646298721,47.74291,8.99884\n1534,1646298722,47.74289,8.99888\n1535,1646298724,47.74287,8.99885\n1536,1646298725,47.74285,8.99884\n1537,1646298726,47.74285,8.99883\n1538,1646298727,47.74284,8.99883\n1539,1646298728,47.74284,8.99883\n1540,1646298729,47.74284,8.99882\n1541,1646298765,47.74290,8.99867\n1542,1646298766,47.74291,8.99868\n1543,1646298767,47.74292,8.99869\n1544,1646298768,47.74292,8.99872\n1545,1646298769,47.74293,8.99874\n1546,1646298770,47.74288,8.99888\n1547,1646298772,47.74289,8.99888\n1548,1646298773,47.74290,8.99889\n1549,1646298774,47.74290,8.99889\n1550,1646298775,47.74291,8.99889\n1551,1646298815,47.74305,8.99868\n1552,1646298816,47.74304,8.99868\n1553,1646298817,47.74301,8.99902\n1554,1646298819,47.74300,8.99903\n1555,1646298820,47.74301,8.99904\n1556,1646298821,47.74301,8.99903\n1557,1646298822,47.74301,8.99903\n1558,1646298823,47.74302,8.99903\n1559,1646298824,47.74303,8.99904\n1560,1646298825,47.74302,8.99903\n1561,1646298864,47.74301,8.99893\n1562,1646298865,47.74303,8.99895\n1563,1646298867,47.74308,8.99902\n1564,1646298868,47.74309,8.99905\n1565,1646298869,47.74310,8.99907\n1566,1646298870,47.74311,8.99908\n1567,1646298871,47.74311,8.99910\n1568,1646298872,47.74311,8.99912\n1569,1646298873,47.74311,8.99913\n1570,1646298874,47.74311,8.99914\n1571,1646298918,47.74312,8.99882\n1572,1646298920,47.74303,8.99897\n1573,1646298923,47.74307,8.99904\n1574,1646298924,47.74308,8.99906\n1575,1646298925,47.74310,8.99909\n1576,1646298926,47.74312,8.99912\n1577,1646298927,47.74315,8.99916\n1578,1646298928,47.74317,8.99919\n1579,1646298929,47.74319,8.99922\n1580,1646298930,47.74320,8.99924\n1581,1646298989,47.74312,8.99911\n1582,1646298990,47.74312,8.99911\n1583,1646298991,47.74302,8.99902\n1584,1646298992,47.74300,8.99901\n1585,1646298993,47.74299,8.99900\n1586,1646298994,47.74298,8.99900\n1587,1646298995,47.74298,8.99900\n1588,1646298996,47.74298,8.99900\n1589,1646298997,47.74298,8.99900\n1590,1646298998,47.74297,8.99899\n1591,1646299031,47.74305,8.99903\n1592,1646299032,47.74293,8.99899\n1593,1646299033,47.74294,8.99899\n1594,1646299034,47.74295,8.99899\n1595,1646299035,47.74295,8.99899\n1596,1646299036,47.74294,8.99899\n1597,1646299037,47.74295,8.99898\n1598,1646299038,47.74295,8.99899\n1599,1646299039,47.74296,8.99899\n1600,1646299040,47.74297,8.99899\n1601,1646299074,47.74291,8.99904\n1602,1646299075,47.74290,8.99903\n1603,1646299076,47.74292,8.99903\n1604,1646299077,47.74293,8.99902\n1605,1646299078,47.74293,8.99900\n1606,1646299079,47.74294,8.99900\n1607,1646299080,47.74294,8.99900\n1608,1646299081,47.74295,8.99900\n1609,1646299083,47.74296,8.99901\n1610,1646299084,47.74296,8.99901\n1611,1646299118,47.74292,8.99902\n1612,1646299119,47.74291,8.99903\n1613,1646299120,47.74291,8.99901\n1614,1646299121,47.74290,8.99900\n1615,1646299122,47.74291,8.99899\n1616,1646299123,47.74291,8.99898\n1617,1646299124,47.74290,8.99898\n1618,1646299125,47.74291,8.99898\n1619,1646299126,47.74291,8.99898\n1620,1646299127,47.74292,8.99898\n1621,1646299161,47.74302,8.99898\n1622,1646299162,47.74296,8.99897\n1623,1646299163,47.74295,8.99897\n1624,1646299164,47.74296,8.99898\n1625,1646299165,47.74296,8.99897\n1626,1646299166,47.74296,8.99897\n1627,1646299167,47.74296,8.99897\n1628,1646299168,47.74296,8.99896\n1629,1646299169,47.74296,8.99896\n1630,1646299170,47.74296,8.99896\n1631,1646299203,47.74297,8.99922\n1632,1646299204,47.74305,8.99905\n1633,1646299205,47.74303,8.99904\n1634,1646299206,47.74303,8.99903\n1635,1646299207,47.74301,8.99901\n1636,1646299208,47.74299,8.99900\n1637,1646299209,47.74298,8.99899\n1638,1646299210,47.74296,8.99897\n1639,1646299211,47.74296,8.99897\n1640,1646299212,47.74296,8.99896\n1641,1646299247,47.74299,8.99897\n1642,1646299248,47.74301,8.99896\n1643,1646299249,47.74301,8.99897\n1644,1646299250,47.74303,8.99897\n1645,1646299251,47.74303,8.99897\n1646,1646299252,47.74303,8.99897\n1647,1646299253,47.74303,8.99897\n1648,1646299254,47.74304,8.99898\n1649,1646299255,47.74298,8.99892\n1650,1646299257,47.74299,8.99892\n1651,1646299291,47.74317,8.99909\n1652,1646299292,47.74313,8.99904\n1653,1646299293,47.74310,8.99901\n1654,1646299294,47.74307,8.99898\n1655,1646299295,47.74304,8.99896\n1656,1646299296,47.74303,8.99894\n1657,1646299297,47.74302,8.99894\n1658,1646299298,47.74301,8.99893\n1659,1646299299,47.74302,8.99893\n1660,1646299300,47.74301,8.99893\n1661,1646299334,47.74317,8.99902\n1662,1646299335,47.74331,8.99911\n1663,1646299336,47.74329,8.99909\n1664,1646299337,47.74330,8.99909\n1665,1646299338,47.74328,8.99909\n1666,1646299339,47.74319,8.99903\n1667,1646299340,47.74314,8.99900\n1668,1646299341,47.74312,8.99898\n1669,1646299342,47.74308,8.99896\n1670,1646299343,47.74306,8.99895\n1671,1646299377,47.74304,8.99896\n1672,1646299378,47.74303,8.99893\n1673,1646299379,47.74303,8.99892\n1674,1646299380,47.74302,8.99892\n1675,1646299381,47.74302,8.99892\n1676,1646299382,47.74301,8.99891\n1677,1646299383,47.74302,8.99891\n1678,1646299384,47.74301,8.99891\n1679,1646299385,47.74302,8.99891\n1680,1646299386,47.74302,8.99892\n1681,1646299419,47.74279,8.99870\n1682,1646299420,47.74288,8.99874\n1683,1646299421,47.74289,8.99877\n1684,1646299422,47.74290,8.99880\n1685,1646299423,47.74292,8.99881\n1686,1646299424,47.74293,8.99882\n1687,1646299425,47.74294,8.99883\n1688,1646299426,47.74295,8.99883\n1689,1646299427,47.74296,8.99884\n1690,1646299428,47.74296,8.99884\n1691,1646299463,47.74322,8.99914\n1692,1646299464,47.74322,8.99911\n1693,1646299465,47.74320,8.99909\n1694,1646299466,47.74319,8.99908\n1695,1646299467,47.74318,8.99907\n1696,1646299468,47.74318,8.99906\n1697,1646299469,47.74317,8.99906\n1698,1646299470,47.74317,8.99906\n1699,1646299471,47.74317,8.99906\n1700,1646299472,47.74312,8.99902\n1701,1646299506,47.74308,8.99908\n1702,1646299507,47.74306,8.99907\n1703,1646299508,47.74305,8.99905\n1704,1646299509,47.74305,8.99903\n1705,1646299510,47.74305,8.99902\n1706,1646299511,47.74304,8.99902\n1707,1646299512,47.74304,8.99901\n1708,1646299513,47.74300,8.99898\n1709,1646299515,47.74301,8.99898\n1710,1646299516,47.74300,8.99898\n1711,1646299549,47.74297,8.99895\n1712,1646299550,47.74301,8.99899\n1713,1646299551,47.74302,8.99901\n1714,1646299552,47.74301,8.99899\n1715,1646299553,47.74301,8.99898\n1716,1646299554,47.74301,8.99898\n1717,1646299555,47.74300,8.99898\n1718,1646299556,47.74300,8.99899\n1719,1646299557,47.74299,8.99899\n1720,1646299558,47.74299,8.99899\n1721,1646299592,47.74289,8.99892\n1722,1646299593,47.74290,8.99896\n1723,1646299594,47.74289,8.99898\n1724,1646299595,47.74289,8.99900\n1725,1646299596,47.74289,8.99902\n1726,1646299598,47.74283,8.99892\n1727,1646299599,47.74282,8.99891\n1728,1646299600,47.74283,8.99892\n1729,1646299601,47.74283,8.99894\n1730,1646299602,47.74285,8.99895\n1731,1646299635,47.74313,8.99902\n1732,1646299636,47.74312,8.99903\n1733,1646299637,47.74312,8.99904\n1734,1646299638,47.74310,8.99903\n1735,1646299639,47.74308,8.99902\n1736,1646299640,47.74306,8.99901\n1737,1646299641,47.74305,8.99900\n1738,1646299642,47.74305,8.99899\n1739,1646299643,47.74305,8.99898\n1740,1646299644,47.74304,8.99898\n1741,1646299678,47.74313,8.99914\n1742,1646299679,47.74306,8.99903\n1743,1646299680,47.74305,8.99902\n1744,1646299681,47.74305,8.99902\n1745,1646299682,47.74305,8.99902\n1746,1646299683,47.74304,8.99902\n1747,1646299684,47.74304,8.99901\n1748,1646299685,47.74304,8.99901\n1749,1646299686,47.74304,8.99901\n1750,1646299687,47.74304,8.99901\n1751,1646299721,47.74311,8.99910\n1752,1646299722,47.74309,8.99908\n1753,1646299723,47.74309,8.99907\n1754,1646299724,47.74308,8.99906\n1755,1646299725,47.74307,8.99905\n1756,1646299726,47.74306,8.99904\n1757,1646299727,47.74306,8.99903\n1758,1646299728,47.74305,8.99903\n1759,1646299729,47.74303,8.99902\n1760,1646299731,47.74303,8.99902\n1761,1646299764,47.74318,8.99912\n1762,1646299765,47.74308,8.99909\n1763,1646299766,47.74306,8.99906\n1764,1646299767,47.74305,8.99905\n1765,1646299768,47.74304,8.99903\n1766,1646299769,47.74304,8.99903\n1767,1646299770,47.74304,8.99902\n1768,1646299771,47.74304,8.99902\n1769,1646299772,47.74303,8.99902\n1770,1646299773,47.74303,8.99901\n1771,1646299807,47.74325,8.99926\n1772,1646299808,47.74310,8.99905\n1773,1646299809,47.74308,8.99903\n1774,1646299810,47.74308,8.99903\n1775,1646299811,47.74309,8.99903\n1776,1646299812,47.74309,8.99903\n1777,1646299813,47.74309,8.99902\n1778,1646299814,47.74309,8.99902\n1779,1646299815,47.74309,8.99902\n1780,1646299816,47.74309,8.99901\n1781,1646299851,47.74296,8.99900\n1782,1646299852,47.74298,8.99902\n1783,1646299853,47.74299,8.99903\n1784,1646299854,47.74301,8.99904\n1785,1646299855,47.74301,8.99903\n1786,1646299856,47.74300,8.99903\n1787,1646299857,47.74301,8.99903\n1788,1646299858,47.74301,8.99903\n1789,1646299859,47.74301,8.99902\n1790,1646299860,47.74301,8.99902\n1791,1646299896,47.74300,8.99901\n1792,1646299897,47.74301,8.99902\n1793,1646299898,47.74303,8.99902\n1794,1646299899,47.74304,8.99903\n1795,1646299900,47.74305,8.99903\n1796,1646299901,47.74305,8.99904\n1797,1646299902,47.74305,8.99904\n1798,1646299903,47.74305,8.99904\n1799,1646299904,47.74301,8.99903\n1800,1646299906,47.74301,8.99903\n1801,1646299941,47.74295,8.99899\n1802,1646299942,47.74296,8.99901\n1803,1646299943,47.74296,8.99902\n1804,1646299944,47.74299,8.99903\n1805,1646299945,47.74299,8.99904\n1806,1646299946,47.74300,8.99905\n1807,1646299947,47.74300,8.99905\n1808,1646299948,47.74301,8.99906\n1809,1646299949,47.74302,8.99906\n1810,1646299950,47.74303,8.99907\n1811,1646299985,47.74310,8.99905\n1812,1646299986,47.74309,8.99905\n1813,1646299987,47.74309,8.99905\n1814,1646299988,47.74308,8.99905\n1815,1646299989,47.74307,8.99905\n1816,1646299990,47.74305,8.99904\n1817,1646299991,47.74304,8.99904\n1818,1646299992,47.74303,8.99903\n1819,1646299993,47.74301,8.99902\n1820,1646299994,47.74292,8.99898\n1821,1646300029,47.74313,8.99905\n1822,1646300030,47.74305,8.99902\n1823,1646300031,47.74303,8.99902\n1824,1646300032,47.74302,8.99902\n1825,1646300033,47.74301,8.99902\n1826,1646300034,47.74301,8.99903\n1827,1646300035,47.74304,8.99903\n1828,1646300037,47.74303,8.99903\n1829,1646300038,47.74303,8.99903\n1830,1646300039,47.74302,8.99903\n1831,1646300072,47.74269,8.99898\n1832,1646300073,47.74303,8.99900\n1833,1646300074,47.74305,8.99901\n1834,1646300075,47.74308,8.99904\n1835,1646300076,47.74308,8.99905\n1836,1646300077,47.74309,8.99905\n1837,1646300078,47.74309,8.99905\n1838,1646300079,47.74310,8.99906\n1839,1646300080,47.74311,8.99906\n1840,1646300081,47.74312,8.99906\n1841,1646300116,47.74313,8.99898\n1842,1646300117,47.74314,8.99899\n1843,1646300118,47.74313,8.99900\n1844,1646300119,47.74313,8.99901\n1845,1646300120,47.74311,8.99901\n1846,1646300121,47.74311,8.99901\n1847,1646300122,47.74311,8.99901\n1848,1646300123,47.74310,8.99902\n1849,1646300124,47.74309,8.99902\n1850,1646300125,47.74309,8.99902\n1851,1646300159,47.74313,8.99904\n1852,1646300160,47.74312,8.99904\n1853,1646300161,47.74312,8.99904\n1854,1646300162,47.74312,8.99904\n1855,1646300163,47.74312,8.99904\n1856,1646300164,47.74313,8.99905\n1857,1646300165,47.74313,8.99905\n1858,1646300166,47.74313,8.99904\n1859,1646300167,47.74302,8.99899\n1860,1646300169,47.74303,8.99899\n1861,1646300205,47.74299,8.99903\n1862,1646300206,47.74303,8.99901\n1863,1646300207,47.74303,8.99901\n1864,1646300208,47.74303,8.99902\n1865,1646300209,47.74303,8.99901\n1866,1646300211,47.74303,8.99901\n1867,1646300212,47.74303,8.99901\n1868,1646300213,47.74303,8.99901\n1869,1646300214,47.74304,8.99901\n1870,1646300215,47.74304,8.99901\n1871,1646300249,47.74299,8.99894\n1872,1646300250,47.74297,8.99895\n1873,1646300251,47.74297,8.99897\n1874,1646300252,47.74297,8.99898\n1875,1646300253,47.74296,8.99897\n1876,1646300254,47.74297,8.99898\n1877,1646300255,47.74297,8.99900\n1878,1646300256,47.74297,8.99901\n1879,1646300257,47.74304,8.99902\n1880,1646300259,47.74303,8.99902\n1881,1646300293,47.74309,8.99899\n1882,1646300294,47.74309,8.99898\n1883,1646300295,47.74307,8.99898\n1884,1646300296,47.74306,8.99899\n1885,1646300297,47.74306,8.99901\n1886,1646300298,47.74305,8.99902\n1887,1646300299,47.74299,8.99903\n1888,1646300301,47.74299,8.99903\n1889,1646300302,47.74299,8.99903\n1890,1646300303,47.74300,8.99904\n1891,1646300336,47.74288,8.99923\n1892,1646300337,47.74290,8.99901\n1893,1646300338,47.74290,8.99902\n1894,1646300339,47.74289,8.99904\n1895,1646300340,47.74287,8.99904\n1896,1646300341,47.74286,8.99904\n1897,1646300342,47.74286,8.99904\n1898,1646300343,47.74287,8.99903\n1899,1646300344,47.74287,8.99903\n1900,1646300345,47.74287,8.99902\n1901,1646300379,47.74310,8.99906\n1902,1646300379,47.74310,8.99901\n1903,1646300380,47.74310,8.99900\n1904,1646300381,47.74311,8.99899\n1905,1646300382,47.74311,8.99899\n1906,1646300383,47.74311,8.99898\n1907,1646300384,47.74311,8.99898\n1908,1646300385,47.74312,8.99899\n1909,1646300386,47.74313,8.99898\n1910,1646300387,47.74313,8.99898\n1911,1646300421,47.74313,8.99907\n1912,1646300422,47.74294,8.99906\n1913,1646300423,47.74292,8.99905\n1914,1646300424,47.74292,8.99905\n1915,1646300425,47.74293,8.99904\n1916,1646300426,47.74293,8.99904\n1917,1646300427,47.74293,8.99904\n1918,1646300428,47.74294,8.99904\n1919,1646300429,47.74294,8.99904\n1920,1646300430,47.74295,8.99904\n1921,1646300465,47.74297,8.99896\n1922,1646300466,47.74298,8.99896\n1923,1646300467,47.74298,8.99897\n1924,1646300468,47.74298,8.99898\n1925,1646300469,47.74298,8.99898\n1926,1646300470,47.74299,8.99898\n1927,1646300471,47.74300,8.99898\n1928,1646300472,47.74301,8.99898\n1929,1646300473,47.74302,8.99898\n1930,1646300474,47.74304,8.99898\n1931,1646300507,47.74289,8.99905\n1932,1646300508,47.74301,8.99900\n1933,1646300509,47.74301,8.99900\n1934,1646300510,47.74303,8.99900\n1935,1646300511,47.74303,8.99900\n1936,1646300512,47.74302,8.99901\n1937,1646300513,47.74302,8.99901\n1938,1646300514,47.74302,8.99901\n1939,1646300515,47.74302,8.99901\n1940,1646300517,47.74302,8.99900\n1941,1646300550,47.74291,8.99899\n1942,1646300551,47.74299,8.99892\n1943,1646300552,47.74298,8.99893\n1944,1646300553,47.74296,8.99895\n1945,1646300554,47.74296,8.99896\n1946,1646300555,47.74297,8.99898\n1947,1646300556,47.74297,8.99899\n1948,1646300557,47.74296,8.99899\n1949,1646300558,47.74296,8.99900\n1950,1646300559,47.74297,8.99900\n1951,1646300593,47.74304,8.99908\n1952,1646300594,47.74305,8.99900\n1953,1646300595,47.74306,8.99899\n1954,1646300596,47.74306,8.99899\n1955,1646300597,47.74306,8.99899\n1956,1646300598,47.74306,8.99899\n1957,1646300599,47.74306,8.99899\n1958,1646300600,47.74306,8.99899\n1959,1646300601,47.74306,8.99900\n1960,1646300602,47.74306,8.99900\n1961,1646300635,47.74313,8.99918\n1962,1646300636,47.74318,8.99905\n1963,1646300637,47.74314,8.99905\n1964,1646300638,47.74312,8.99904\n1965,1646300639,47.74310,8.99904\n1966,1646300640,47.74309,8.99904\n1967,1646300641,47.74308,8.99903\n1968,1646300642,47.74307,8.99904\n1969,1646300643,47.74307,8.99904\n1970,1646300644,47.74306,8.99904\n1971,1646300678,47.74320,8.99909\n1972,1646300679,47.74310,8.99900\n1973,1646300680,47.74309,8.99901\n1974,1646300681,47.74308,8.99901\n1975,1646300682,47.74306,8.99900\n1976,1646300683,47.74306,8.99899\n1977,1646300684,47.74306,8.99899\n1978,1646300685,47.74306,8.99899\n1979,1646300686,47.74305,8.99899\n1980,1646300687,47.74305,8.99899\n1981,1646300720,47.74302,8.99916\n1982,1646300721,47.74305,8.99905\n1983,1646300722,47.74304,8.99904\n1984,1646300723,47.74303,8.99903\n1985,1646300724,47.74301,8.99902\n1986,1646300725,47.74301,8.99901\n1987,1646300726,47.74300,8.99901\n1988,1646300727,47.74300,8.99901\n1989,1646300728,47.74300,8.99900\n1990,1646300729,47.74300,8.99900\n1991,1646300763,47.74303,8.99888\n1992,1646300764,47.74302,8.99893\n1993,1646300765,47.74301,8.99895\n1994,1646300766,47.74301,8.99896\n1995,1646300767,47.74301,8.99897\n1996,1646300768,47.74302,8.99897\n1997,1646300769,47.74301,8.99898\n1998,1646300770,47.74302,8.99898\n1999,1646300771,47.74301,8.99897\n2000,1646300772,47.74302,8.99897\n2001,1646300815,47.74305,8.99900\n2002,1646300817,47.74303,8.99899\n2003,1646300818,47.74302,8.99899\n2004,1646300819,47.74302,8.99899\n2005,1646300820,47.74302,8.99898\n2006,1646300821,47.74302,8.99898\n2007,1646300822,47.74302,8.99898\n2008,1646300823,47.74302,8.99898\n2009,1646300824,47.74302,8.99898\n2010,1646300825,47.74302,8.99899\n2011,1646300858,47.74297,8.99902\n2012,1646300859,47.74296,8.99895\n2013,1646300860,47.74296,8.99896\n2014,1646300861,47.74297,8.99897\n2015,1646300862,47.74298,8.99897\n2016,1646300863,47.74298,8.99897\n2017,1646300864,47.74298,8.99898\n2018,1646300865,47.74299,8.99898\n2019,1646300866,47.74299,8.99898\n2020,1646300867,47.74300,8.99898\n2021,1646300902,47.74297,8.99897\n2022,1646300903,47.74297,8.99896\n2023,1646300904,47.74297,8.99897\n2024,1646300905,47.74297,8.99897\n2025,1646300906,47.74297,8.99897\n2026,1646300907,47.74297,8.99898\n2027,1646300908,47.74298,8.99898\n2028,1646300909,47.74298,8.99898\n2029,1646300910,47.74298,8.99898\n2030,1646300911,47.74298,8.99898\n2031,1646300945,47.74298,8.99897\n2032,1646300946,47.74299,8.99897\n2033,1646300947,47.74299,8.99897\n2034,1646300948,47.74298,8.99897\n2035,1646300949,47.74298,8.99897\n2036,1646300950,47.74298,8.99896\n2037,1646300951,47.74299,8.99896\n2038,1646300952,47.74299,8.99896\n2039,1646300953,47.74301,8.99897\n2040,1646300955,47.74301,8.99897\n2041,1646300988,47.74319,8.99898\n2042,1646300989,47.74294,8.99897\n2043,1646300990,47.74293,8.99897\n2044,1646300991,47.74292,8.99897\n2045,1646300992,47.74291,8.99897\n2046,1646300993,47.74291,8.99897\n2047,1646300994,47.74291,8.99897\n2048,1646300995,47.74292,8.99897\n2049,1646300996,47.74292,8.99897\n2050,1646300997,47.74292,8.99897\n2051,1646301031,47.74297,8.99901\n2052,1646301032,47.74298,8.99898\n2053,1646301033,47.74298,8.99898\n2054,1646301034,47.74298,8.99898\n2055,1646301035,47.74298,8.99898\n2056,1646301036,47.74298,8.99899\n2057,1646301037,47.74297,8.99899\n2058,1646301038,47.74297,8.99900\n2059,1646301039,47.74297,8.99900\n2060,1646301040,47.74297,8.99901\n2061,1646301073,47.74310,8.99899\n2062,1646301074,47.74302,8.99900\n2063,1646301075,47.74302,8.99901\n2064,1646301076,47.74304,8.99901\n2065,1646301077,47.74305,8.99901\n2066,1646301078,47.74307,8.99901\n2067,1646301079,47.74308,8.99902\n2068,1646301080,47.74308,8.99901\n2069,1646301081,47.74308,8.99901\n2070,1646301082,47.74308,8.99901\n2071,1646301117,47.74306,8.99902\n2072,1646301118,47.74305,8.99903\n2073,1646301119,47.74305,8.99903\n2074,1646301120,47.74305,8.99903\n2075,1646301121,47.74305,8.99903\n2076,1646301122,47.74305,8.99903\n2077,1646301123,47.74304,8.99903\n2078,1646301124,47.74305,8.99903\n2079,1646301125,47.74305,8.99903\n2080,1646301126,47.74305,8.99904\n2081,1646301159,47.74295,8.99888\n2082,1646301160,47.74310,8.99897\n2083,1646301161,47.74310,8.99898\n2084,1646301162,47.74309,8.99899\n2085,1646301163,47.74308,8.99899\n2086,1646301164,47.74307,8.99899\n2087,1646301165,47.74306,8.99899\n2088,1646301166,47.74306,8.99899\n2089,1646301167,47.74306,8.99899\n2090,1646301168,47.74306,8.99899\n2091,1646301202,47.74324,8.99889\n2092,1646301203,47.74304,8.99892\n2093,1646301204,47.74304,8.99894\n2094,1646301205,47.74305,8.99895\n2095,1646301206,47.74305,8.99895\n2096,1646301207,47.74304,8.99896\n2097,1646301208,47.74305,8.99897\n2098,1646301209,47.74304,8.99897\n2099,1646301210,47.74304,8.99897\n2100,1646301211,47.74304,8.99897\n2101,1646301244,47.74292,8.99908\n2102,1646301245,47.74293,8.99896\n2103,1646301246,47.74294,8.99897\n2104,1646301247,47.74294,8.99897\n2105,1646301248,47.74294,8.99898\n2106,1646301249,47.74295,8.99898\n2107,1646301250,47.74295,8.99899\n2108,1646301251,47.74296,8.99898\n2109,1646301252,47.74296,8.99898\n2110,1646301253,47.74297,8.99899\n2111,1646301287,47.74285,8.99908\n2112,1646301288,47.74315,8.99912\n2113,1646301289,47.74310,8.99909\n2114,1646301290,47.74310,8.99909\n2115,1646301291,47.74310,8.99908\n2116,1646301292,47.74309,8.99908\n2117,1646301293,47.74309,8.99907\n2118,1646301294,47.74309,8.99908\n2119,1646301295,47.74309,8.99907\n2120,1646301296,47.74300,8.99902\n2121,1646301329,47.74308,8.99897\n2122,1646301330,47.74314,8.99904\n2123,1646301331,47.74315,8.99906\n2124,1646301332,47.74313,8.99904\n2125,1646301333,47.74312,8.99903\n2126,1646301334,47.74311,8.99902\n2127,1646301335,47.74310,8.99901\n2128,1646301336,47.74310,8.99901\n2129,1646301337,47.74301,8.99896\n2130,1646301339,47.74301,8.99896\n2131,1646301374,47.74300,8.99897\n2132,1646301375,47.74304,8.99899\n2133,1646301376,47.74304,8.99898\n2134,1646301377,47.74305,8.99900\n2135,1646301378,47.74307,8.99901\n2136,1646301379,47.74303,8.99899\n2137,1646301381,47.74304,8.99899\n2138,1646301382,47.74304,8.99899\n2139,1646301383,47.74304,8.99898\n2140,1646301384,47.74304,8.99898\n2141,1646301419,47.74280,8.99888\n2142,1646301420,47.74286,8.99892\n2143,1646301421,47.74290,8.99895\n2144,1646301422,47.74293,8.99896\n2145,1646301423,47.74294,8.99897\n2146,1646301424,47.74295,8.99897\n2147,1646301425,47.74295,8.99898\n2148,1646301426,47.74295,8.99899\n2149,1646301427,47.74296,8.99900\n2150,1646301429,47.74296,8.99900\n2151,1646301463,47.74291,8.99901\n2152,1646301464,47.74291,8.99900\n2153,1646301465,47.74291,8.99899\n2154,1646301466,47.74291,8.99899\n2155,1646301467,47.74292,8.99899\n2156,1646301468,47.74293,8.99899\n2157,1646301469,47.74299,8.99901\n2158,1646301471,47.74298,8.99901\n2159,1646301472,47.74298,8.99901\n2160,1646301473,47.74299,8.99900\n2161,1646301508,47.74292,8.99896\n2162,1646301509,47.74289,8.99893\n2163,1646301510,47.74293,8.99897\n2164,1646301511,47.74292,8.99897\n2165,1646301512,47.74294,8.99898\n2166,1646301513,47.74296,8.99898\n2167,1646301514,47.74297,8.99898\n2168,1646301515,47.74298,8.99898\n2169,1646301516,47.74298,8.99898\n2170,1646301517,47.74302,8.99901\n2171,1646301552,47.74302,8.99897\n2172,1646301553,47.74300,8.99896\n2173,1646301554,47.74298,8.99895\n2174,1646301555,47.74300,8.99897\n2175,1646301556,47.74301,8.99898\n2176,1646301557,47.74302,8.99899\n2177,1646301558,47.74301,8.99898\n2178,1646301559,47.74306,8.99901\n2179,1646301561,47.74305,8.99901\n2180,1646301562,47.74305,8.99901\n2181,1646301597,47.74300,8.99896\n2182,1646301598,47.74300,8.99897\n2183,1646301599,47.74298,8.99897\n2184,1646301600,47.74297,8.99896\n2185,1646301601,47.74297,8.99897\n2186,1646301602,47.74297,8.99896\n2187,1646301603,47.74297,8.99896\n2188,1646301604,47.74297,8.99896\n2189,1646301605,47.74297,8.99896\n2190,1646301606,47.74297,8.99897\n2191,1646301639,47.74277,8.99884\n2192,1646301640,47.74284,8.99890\n2193,1646301641,47.74289,8.99894\n2194,1646301642,47.74290,8.99894\n2195,1646301643,47.74291,8.99894\n2196,1646301644,47.74288,8.99894\n2197,1646301645,47.74289,8.99895\n2198,1646301646,47.74289,8.99895\n2199,1646301647,47.74289,8.99894\n2200,1646301648,47.74290,8.99894\n2201,1646301684,47.74291,8.99888\n2202,1646301685,47.74289,8.99888\n2203,1646301686,47.74290,8.99889\n2204,1646301687,47.74290,8.99889\n2205,1646301688,47.74291,8.99890\n2206,1646301689,47.74291,8.99890\n2207,1646301690,47.74292,8.99891\n2208,1646301691,47.74291,8.99892\n2209,1646301692,47.74301,8.99896\n2210,1646301694,47.74301,8.99897\n2211,1646301729,47.74310,8.99910\n2212,1646301730,47.74306,8.99901\n2213,1646301731,47.74302,8.99900\n2214,1646301732,47.74301,8.99899\n2215,1646301733,47.74299,8.99898\n2216,1646301734,47.74298,8.99898\n2217,1646301735,47.74299,8.99898\n2218,1646301736,47.74300,8.99899\n2219,1646301737,47.74301,8.99898\n2220,1646301738,47.74301,8.99899\n2221,1646301771,47.74308,8.99907\n2222,1646301772,47.74306,8.99903\n2223,1646301773,47.74302,8.99901\n2224,1646301774,47.74299,8.99901\n2225,1646301775,47.74298,8.99899\n2226,1646301776,47.74298,8.99899\n2227,1646301777,47.74298,8.99898\n2228,1646301778,47.74298,8.99897\n2229,1646301779,47.74297,8.99897\n2230,1646301780,47.74296,8.99897\n2231,1646301816,47.74307,8.99904\n2232,1646301817,47.74307,8.99904\n2233,1646301818,47.74305,8.99903\n2234,1646301819,47.74303,8.99901\n2235,1646301820,47.74301,8.99901\n2236,1646301821,47.74300,8.99900\n2237,1646301822,47.74299,8.99899\n2238,1646301823,47.74299,8.99899\n2239,1646301824,47.74299,8.99899\n2240,1646301826,47.74300,8.99899\n2241,1646301861,47.74311,8.99899\n2242,1646301862,47.74308,8.99901\n2243,1646301863,47.74306,8.99900\n2244,1646301864,47.74304,8.99898\n2245,1646301865,47.74303,8.99899\n2246,1646301866,47.74304,8.99899\n2247,1646301867,47.74305,8.99899\n2248,1646301868,47.74306,8.99899\n2249,1646301869,47.74305,8.99898\n2250,1646301870,47.74304,8.99898\n2251,1646301905,47.74318,8.99909\n2252,1646301906,47.74315,8.99906\n2253,1646301907,47.74313,8.99904\n2254,1646301908,47.74310,8.99902\n2255,1646301909,47.74309,8.99902\n2256,1646301910,47.74308,8.99902\n2257,1646301911,47.74307,8.99901\n2258,1646301912,47.74306,8.99900\n2259,1646301913,47.74302,8.99898\n2260,1646301915,47.74302,8.99898\n2261,1646301950,47.74298,8.99899\n2262,1646301951,47.74302,8.99900\n2263,1646301952,47.74304,8.99901\n2264,1646301953,47.74303,8.99900\n2265,1646301954,47.74301,8.99898\n2266,1646301955,47.74303,8.99898\n2267,1646301957,47.74302,8.99897\n2268,1646301958,47.74301,8.99896\n2269,1646301959,47.74300,8.99896\n2270,1646301960,47.74300,8.99896\n2271,1646301993,47.74265,8.99867\n2272,1646301994,47.74288,8.99891\n2273,1646301995,47.74293,8.99893\n2274,1646301996,47.74293,8.99891\n2275,1646301997,47.74295,8.99891\n2276,1646301998,47.74297,8.99892\n2277,1646301999,47.74300,8.99893\n2278,1646302000,47.74301,8.99893\n2279,1646302001,47.74301,8.99893\n2280,1646302002,47.74301,8.99892\n2281,1646302035,47.74259,8.99878\n2282,1646302036,47.74284,8.99882\n2283,1646302037,47.74290,8.99884\n2284,1646302038,47.74292,8.99888\n2285,1646302039,47.74289,8.99889\n2286,1646302040,47.74290,8.99891\n2287,1646302041,47.74296,8.99896\n2288,1646302042,47.74299,8.99898\n2289,1646302043,47.74303,8.99902\n2290,1646302044,47.74305,8.99904\n2291,1646302078,47.74282,8.99885\n2292,1646302079,47.74285,8.99896\n2293,1646302080,47.74289,8.99900\n2294,1646302081,47.74289,8.99902\n2295,1646302082,47.74291,8.99903\n2296,1646302083,47.74293,8.99903\n2297,1646302084,47.74293,8.99901\n2298,1646302085,47.74296,8.99902\n2299,1646302086,47.74298,8.99903\n2300,1646302087,47.74298,8.99903\n2301,1646302122,47.74295,8.99898\n2302,1646302123,47.74295,8.99899\n2303,1646302124,47.74292,8.99899\n2304,1646302125,47.74291,8.99898\n2305,1646302126,47.74291,8.99897\n2306,1646302127,47.74290,8.99897\n2307,1646302128,47.74291,8.99897\n2308,1646302129,47.74296,8.99900\n2309,1646302131,47.74296,8.99900\n2310,1646302132,47.74296,8.99900\n2311,1646302165,47.74270,8.99872\n2312,1646302166,47.74297,8.99891\n2313,1646302167,47.74302,8.99895\n2314,1646302168,47.74302,8.99895\n2315,1646302169,47.74304,8.99898\n2316,1646302170,47.74306,8.99899\n2317,1646302171,47.74307,8.99899\n2318,1646302172,47.74306,8.99899\n2319,1646302173,47.74307,8.99900\n2320,1646302174,47.74308,8.99900\n2321,1646302207,47.74303,8.99900\n2322,1646302208,47.74283,8.99891\n2323,1646302209,47.74281,8.99890\n2324,1646302210,47.74281,8.99890\n2325,1646302211,47.74281,8.99889\n2326,1646302212,47.74282,8.99890\n2327,1646302213,47.74283,8.99890\n2328,1646302214,47.74284,8.99890\n2329,1646302215,47.74284,8.99890\n2330,1646302216,47.74284,8.99890\n2331,1646302252,47.74325,8.99911\n2332,1646302253,47.74321,8.99910\n2333,1646302254,47.74318,8.99910\n2334,1646302255,47.74317,8.99910\n2335,1646302256,47.74315,8.99909\n2336,1646302257,47.74313,8.99908\n2337,1646302258,47.74312,8.99907\n2338,1646302259,47.74312,8.99906\n2339,1646302260,47.74312,8.99907\n2340,1646302261,47.74311,8.99905\n2341,1646302298,47.74299,8.99893\n2342,1646302299,47.74298,8.99894\n2343,1646302300,47.74300,8.99894\n2344,1646302301,47.74302,8.99895\n2345,1646302302,47.74303,8.99896\n2346,1646302303,47.74312,8.99900\n2347,1646302305,47.74311,8.99901\n2348,1646302306,47.74310,8.99901\n2349,1646302307,47.74310,8.99901\n2350,1646302308,47.74310,8.99901\n2351,1646302341,47.74303,8.99898\n2352,1646302342,47.74312,8.99903\n2353,1646302343,47.74312,8.99903\n2354,1646302344,47.74313,8.99905\n2355,1646302345,47.74312,8.99905\n2356,1646302346,47.74312,8.99906\n2357,1646302347,47.74313,8.99907\n2358,1646302348,47.74313,8.99907\n2359,1646302349,47.74312,8.99907\n2360,1646302350,47.74310,8.99906\n2361,1646302385,47.74305,8.99908\n2362,1646302386,47.74304,8.99907\n2363,1646302387,47.74302,8.99905\n2364,1646302388,47.74302,8.99904\n2365,1646302389,47.74300,8.99903\n2366,1646302390,47.74299,8.99902\n2367,1646302391,47.74297,8.99900\n2368,1646302392,47.74295,8.99900\n2369,1646302393,47.74298,8.99901\n2370,1646302395,47.74298,8.99901\n2371,1646302430,47.74306,8.99896\n2372,1646302431,47.74307,8.99899\n2373,1646302432,47.74308,8.99899\n2374,1646302433,47.74307,8.99899\n2375,1646302434,47.74305,8.99898\n2376,1646302435,47.74305,8.99899\n2377,1646302436,47.74303,8.99898\n2378,1646302437,47.74302,8.99897\n2379,1646302438,47.74301,8.99896\n2380,1646302439,47.74300,8.99895\n2381,1646302474,47.74305,8.99903\n2382,1646302475,47.74303,8.99900\n2383,1646302477,47.74300,8.99899\n2384,1646302478,47.74299,8.99899\n2385,1646302479,47.74300,8.99900\n2386,1646302480,47.74302,8.99901\n2387,1646302481,47.74303,8.99902\n2388,1646302482,47.74303,8.99901\n2389,1646302483,47.74303,8.99900\n2390,1646302484,47.74297,8.99898\n2391,1646302517,47.74272,8.99893\n2392,1646302518,47.74277,8.99890\n2393,1646302519,47.74278,8.99890\n2394,1646302520,47.74280,8.99892\n2395,1646302521,47.74283,8.99893\n2396,1646302522,47.74286,8.99894\n2397,1646302523,47.74290,8.99896\n2398,1646302524,47.74293,8.99897\n2399,1646302525,47.74301,8.99900\n2400,1646302527,47.74300,8.99900\n2401,1646302562,47.74292,8.99895\n2402,1646302563,47.74296,8.99896\n2403,1646302564,47.74296,8.99897\n2404,1646302565,47.74296,8.99898\n2405,1646302566,47.74298,8.99898\n2406,1646302567,47.74300,8.99900\n2407,1646302568,47.74301,8.99900\n2408,1646302569,47.74302,8.99900\n2409,1646302570,47.74302,8.99899\n2410,1646302571,47.74301,8.99899\n2411,1646302606,47.74304,8.99908\n2412,1646302607,47.74303,8.99906\n2413,1646302608,47.74302,8.99906\n2414,1646302609,47.74301,8.99905\n2415,1646302610,47.74300,8.99904\n2416,1646302611,47.74300,8.99903\n2417,1646302612,47.74301,8.99903\n2418,1646302613,47.74300,8.99903\n2419,1646302614,47.74299,8.99902\n2420,1646302615,47.74300,8.99902\n2421,1646302652,47.74301,8.99896\n2422,1646302653,47.74300,8.99896\n2423,1646302654,47.74299,8.99897\n2424,1646302655,47.74298,8.99897\n2425,1646302656,47.74299,8.99898\n2426,1646302657,47.74298,8.99898\n2427,1646302659,47.74298,8.99898\n2428,1646302660,47.74298,8.99898\n2429,1646302661,47.74298,8.99898\n2430,1646302662,47.74298,8.99898\n2431,1646302698,47.74292,8.99900\n2432,1646302699,47.74293,8.99901\n2433,1646302700,47.74293,8.99900\n2434,1646302701,47.74293,8.99900\n2435,1646302702,47.74293,8.99901\n2436,1646302703,47.74293,8.99901\n2437,1646302704,47.74293,8.99901\n2438,1646302705,47.74301,8.99905\n2439,1646302707,47.74301,8.99904\n2440,1646302708,47.74301,8.99903\n2441,1646302745,47.74295,8.99906\n2442,1646302746,47.74298,8.99902\n2443,1646302747,47.74299,8.99902\n2444,1646302748,47.74300,8.99903\n2445,1646302749,47.74302,8.99903\n2446,1646302750,47.74302,8.99903\n2447,1646302751,47.74302,8.99904\n2448,1646302752,47.74302,8.99902\n2449,1646302753,47.74301,8.99902\n2450,1646302755,47.74301,8.99902\n2451,1646302790,47.74314,8.99892\n2452,1646302791,47.74314,8.99894\n2453,1646302792,47.74315,8.99895\n2454,1646302793,47.74317,8.99895\n2455,1646302794,47.74318,8.99895\n2456,1646302795,47.74304,8.99892\n2457,1646302797,47.74303,8.99893\n2458,1646302798,47.74303,8.99894\n2459,1646302799,47.74304,8.99894\n2460,1646302800,47.74304,8.99893\n2461,1646302836,47.74314,8.99899\n2462,1646302837,47.74311,8.99898\n2463,1646302838,47.74312,8.99899\n2464,1646302839,47.74312,8.99899\n2465,1646302840,47.74310,8.99899\n2466,1646302841,47.74308,8.99899\n2467,1646302842,47.74305,8.99898\n2468,1646302843,47.74306,8.99898\n2469,1646302845,47.74306,8.99897\n2470,1646302846,47.74306,8.99897\n2471,1646302882,47.74314,8.99898\n2472,1646302883,47.74309,8.99899\n2473,1646302884,47.74300,8.99900\n2474,1646302885,47.74299,8.99899\n2475,1646302886,47.74298,8.99900\n2476,1646302887,47.74299,8.99897\n2477,1646302888,47.74300,8.99896\n2478,1646302889,47.74300,8.99895\n2479,1646302890,47.74301,8.99893\n2480,1646302891,47.74305,8.99894\n2481,1646302930,47.74316,8.99898\n2482,1646302931,47.74315,8.99898\n2483,1646302932,47.74313,8.99898\n2484,1646302933,47.74305,8.99897\n2485,1646302935,47.74305,8.99898\n2486,1646302936,47.74307,8.99897\n2487,1646302937,47.74308,8.99897\n2488,1646302938,47.74308,8.99897\n2489,1646302939,47.74308,8.99897\n2490,1646302940,47.74308,8.99897\n2491,1646302973,47.74278,8.99904\n2492,1646302974,47.74298,8.99894\n2493,1646302975,47.74300,8.99895\n2494,1646302976,47.74300,8.99896\n2495,1646302977,47.74301,8.99896\n2496,1646302978,47.74302,8.99896\n2497,1646302979,47.74302,8.99895\n2498,1646302980,47.74303,8.99896\n2499,1646302981,47.74300,8.99895\n2500,1646302983,47.74300,8.99895\n2501,1646303028,47.74325,8.99897\n2502,1646303029,47.74303,8.99902\n2503,1646303031,47.74304,8.99902\n2504,1646303032,47.74305,8.99901\n2505,1646303033,47.74305,8.99901\n2506,1646303034,47.74305,8.99900\n2507,1646303035,47.74305,8.99900\n2508,1646303036,47.74306,8.99900\n2509,1646303037,47.74305,8.99900\n2510,1646303038,47.74305,8.99900\n2511,1646303074,47.74293,8.99903\n2512,1646303075,47.74294,8.99902\n2513,1646303076,47.74291,8.99903\n2514,1646303077,47.74289,8.99903\n2515,1646303078,47.74285,8.99903\n2516,1646303079,47.74280,8.99903\n2517,1646303080,47.74280,8.99903\n2518,1646303081,47.74282,8.99902\n2519,1646303082,47.74282,8.99902\n2520,1646303083,47.74300,8.99902\n2521,1646303122,47.74312,8.99896\n2522,1646303123,47.74313,8.99894\n2523,1646303124,47.74317,8.99894\n2524,1646303125,47.74314,8.99889\n2525,1646303127,47.74309,8.99892\n2526,1646303128,47.74309,8.99892\n2527,1646303129,47.74309,8.99892\n2528,1646303130,47.74308,8.99893\n2529,1646303131,47.74309,8.99893\n2530,1646303132,47.74309,8.99893\n2531,1646303172,47.74287,8.99900\n2532,1646303173,47.74300,8.99901\n2533,1646303175,47.74301,8.99900\n2534,1646303176,47.74302,8.99899\n2535,1646303177,47.74302,8.99898\n2536,1646303178,47.74303,8.99897\n2537,1646303179,47.74303,8.99897\n2538,1646303180,47.74304,8.99897\n2539,1646303181,47.74304,8.99896\n2540,1646303182,47.74304,8.99896\n2541,1646303219,47.74303,8.99895\n2542,1646303220,47.74304,8.99894\n2543,1646303221,47.74311,8.99896\n2544,1646303222,47.74314,8.99897\n2545,1646303223,47.74314,8.99897\n2546,1646303224,47.74311,8.99897\n2547,1646303225,47.74308,8.99896\n2548,1646303226,47.74306,8.99896\n2549,1646303231,47.74313,8.99902\n2550,1646303232,47.74312,8.99901\n2551,1646303267,47.74286,8.99911\n2552,1646303268,47.74296,8.99902\n2553,1646303269,47.74296,8.99901\n2554,1646303270,47.74295,8.99902\n2555,1646303271,47.74294,8.99901\n2556,1646303272,47.74289,8.99900\n2557,1646303273,47.74286,8.99900\n2558,1646303274,47.74283,8.99900\n2559,1646303275,47.74285,8.99901\n2560,1646303277,47.74290,8.99901\n2561,1646303310,47.74293,8.99908\n2562,1646303311,47.74309,8.99908\n2563,1646303312,47.74314,8.99904\n2564,1646303313,47.74313,8.99905\n2565,1646303314,47.74316,8.99905\n2566,1646303315,47.74314,8.99904\n2567,1646303316,47.74313,8.99904\n2568,1646303317,47.74308,8.99903\n2569,1646303319,47.74308,8.99902\n2570,1646303320,47.74308,8.99902\n2571,1646303355,47.74300,8.99892\n2572,1646303356,47.74301,8.99894\n2573,1646303357,47.74302,8.99895\n2574,1646303358,47.74303,8.99896\n2575,1646303359,47.74303,8.99898\n2576,1646303360,47.74301,8.99899\n2577,1646303361,47.74303,8.99900\n2578,1646303362,47.74303,8.99900\n2579,1646303363,47.74303,8.99900\n2580,1646303364,47.74302,8.99900\n2581,1646303398,47.74317,8.99894\n2582,1646303399,47.74316,8.99895\n2583,1646303400,47.74313,8.99894\n2584,1646303401,47.74309,8.99893\n2585,1646303402,47.74306,8.99895\n2586,1646303403,47.74305,8.99896\n2587,1646303404,47.74304,8.99896\n2588,1646303405,47.74303,8.99897\n2589,1646303406,47.74303,8.99897\n2590,1646303407,47.74305,8.99899\n2591,1646303444,47.74309,8.99903\n2592,1646303445,47.74311,8.99902\n2593,1646303446,47.74311,8.99903\n2594,1646303447,47.74308,8.99904\n2595,1646303448,47.74307,8.99904\n2596,1646303449,47.74306,8.99904\n2597,1646303450,47.74304,8.99904\n2598,1646303452,47.74304,8.99903\n2599,1646303453,47.74305,8.99902\n2600,1646303454,47.74305,8.99902\n2601,1646303489,47.74308,8.99897\n2602,1646303490,47.74309,8.99897\n2603,1646303491,47.74310,8.99897\n2604,1646303492,47.74310,8.99899\n2605,1646303493,47.74310,8.99900\n2606,1646303494,47.74310,8.99901\n2607,1646303495,47.74311,8.99902\n2608,1646303496,47.74311,8.99903\n2609,1646303497,47.74304,8.99901\n2610,1646303499,47.74305,8.99902\n2611,1646303535,47.74287,8.99890\n2612,1646303536,47.74285,8.99889\n2613,1646303537,47.74283,8.99890\n2614,1646303538,47.74282,8.99892\n2615,1646303539,47.74294,8.99898\n2616,1646303541,47.74295,8.99898\n2617,1646303542,47.74295,8.99898\n2618,1646303543,47.74296,8.99899\n2619,1646303544,47.74297,8.99899\n2620,1646303545,47.74298,8.99899\n2621,1646303580,47.74287,8.99886\n2622,1646303581,47.74289,8.99888\n2623,1646303582,47.74291,8.99890\n2624,1646303583,47.74291,8.99891\n2625,1646303584,47.74292,8.99892\n2626,1646303585,47.74292,8.99893\n2627,1646303586,47.74293,8.99895\n2628,1646303587,47.74308,8.99900\n2629,1646303589,47.74307,8.99900\n2630,1646303590,47.74308,8.99900\n2631,1646303628,47.74307,8.99902\n2632,1646303629,47.74307,8.99901\n2633,1646303630,47.74307,8.99900\n2634,1646303631,47.74307,8.99899\n2635,1646303632,47.74306,8.99897\n2636,1646303633,47.74305,8.99897\n2637,1646303634,47.74306,8.99898\n2638,1646303635,47.74305,8.99897\n2639,1646303637,47.74305,8.99896\n2640,1646303638,47.74306,8.99896\n2641,1646303677,47.74319,8.99908\n2642,1646303678,47.74317,8.99908\n2643,1646303679,47.74317,8.99909\n2644,1646303680,47.74316,8.99910\n2645,1646303681,47.74316,8.99909\n2646,1646303682,47.74315,8.99908\n2647,1646303683,47.74308,8.99906\n2648,1646303685,47.74308,8.99905\n2649,1646303686,47.74309,8.99905\n2650,1646303687,47.74309,8.99904\n2651,1646303724,47.74289,8.99888\n2652,1646303725,47.74295,8.99891\n2653,1646303726,47.74296,8.99889\n2654,1646303727,47.74295,8.99889\n2655,1646303728,47.74295,8.99889\n2656,1646303729,47.74295,8.99889\n2657,1646303730,47.74295,8.99889\n2658,1646303731,47.74299,8.99888\n2659,1646303733,47.74300,8.99888\n2660,1646303734,47.74300,8.99888\n2661,1646303772,47.74306,8.99904\n2662,1646303773,47.74306,8.99904\n2663,1646303774,47.74308,8.99903\n2664,1646303775,47.74308,8.99901\n2665,1646303776,47.74306,8.99898\n2666,1646303777,47.74303,8.99896\n2667,1646303778,47.74300,8.99895\n2668,1646303779,47.74303,8.99895\n2669,1646303781,47.74303,8.99896\n2670,1646303782,47.74303,8.99896\n2671,1646303816,47.74314,8.99893\n2672,1646303817,47.74312,8.99897\n2673,1646303818,47.74310,8.99898\n2674,1646303819,47.74304,8.99897\n2675,1646303820,47.74303,8.99897\n2676,1646303821,47.74302,8.99897\n2677,1646303822,47.74302,8.99897\n2678,1646303823,47.74302,8.99898\n2679,1646303824,47.74304,8.99899\n2680,1646303825,47.74305,8.99900\n2681,1646303858,47.74290,8.99907\n2682,1646303859,47.74288,8.99908\n2683,1646303860,47.74290,8.99906\n2684,1646303861,47.74295,8.99907\n2685,1646303862,47.74295,8.99906\n2686,1646303863,47.74295,8.99906\n2687,1646303864,47.74295,8.99906\n2688,1646303865,47.74295,8.99906\n2689,1646303866,47.74296,8.99907\n2690,1646303867,47.74296,8.99906\n2691,1646303901,47.74279,8.99901\n2692,1646303902,47.74283,8.99901\n2693,1646303903,47.74286,8.99902\n2694,1646303904,47.74288,8.99902\n2695,1646303905,47.74289,8.99902\n2696,1646303906,47.74291,8.99903\n2697,1646303907,47.74293,8.99903\n2698,1646303908,47.74295,8.99903\n2699,1646303909,47.74297,8.99904\n2700,1646303910,47.74298,8.99904\n2701,1646303943,47.74297,8.99905\n2702,1646303944,47.74300,8.99902\n2703,1646303945,47.74299,8.99902\n2704,1646303946,47.74299,8.99902\n2705,1646303947,47.74299,8.99902\n2706,1646303948,47.74302,8.99901\n2707,1646303949,47.74302,8.99901\n2708,1646303950,47.74303,8.99900\n2709,1646303951,47.74303,8.99899\n2710,1646303952,47.74304,8.99899\n2711,1646303988,47.74307,8.99890\n2712,1646303989,47.74307,8.99890\n2713,1646303990,47.74306,8.99889\n2714,1646303991,47.74304,8.99888\n2715,1646303992,47.74304,8.99889\n2716,1646303993,47.74304,8.99890\n2717,1646303994,47.74305,8.99890\n2718,1646303995,47.74305,8.99891\n2719,1646303996,47.74309,8.99892\n2720,1646303998,47.74308,8.99893\n2721,1646304032,47.74300,8.99903\n2722,1646304033,47.74290,8.99899\n2723,1646304034,47.74291,8.99899\n2724,1646304035,47.74291,8.99900\n2725,1646304036,47.74291,8.99899\n2726,1646304037,47.74291,8.99899\n2727,1646304038,47.74291,8.99899\n2728,1646304039,47.74291,8.99898\n2729,1646304040,47.74291,8.99898\n2730,1646304041,47.74291,8.99897\n2731,1646304079,47.74298,8.99903\n2732,1646304080,47.74293,8.99904\n2733,1646304081,47.74294,8.99905\n2734,1646304082,47.74296,8.99903\n2735,1646304083,47.74297,8.99902\n2736,1646304084,47.74297,8.99901\n2737,1646304085,47.74292,8.99900\n2738,1646304087,47.74293,8.99901\n2739,1646304088,47.74294,8.99900\n2740,1646304089,47.74296,8.99900\n2741,1646304122,47.74311,8.99892\n2742,1646304123,47.74293,8.99906\n2743,1646304124,47.74294,8.99904\n2744,1646304125,47.74293,8.99900\n2745,1646304126,47.74293,8.99899\n2746,1646304127,47.74294,8.99898\n2747,1646304128,47.74295,8.99896\n2748,1646304129,47.74298,8.99894\n2749,1646304130,47.74299,8.99894\n2750,1646304131,47.74300,8.99892\n2751,1646304164,47.74292,8.99900\n2752,1646304165,47.74300,8.99900\n2753,1646304166,47.74301,8.99897\n2754,1646304167,47.74302,8.99896\n2755,1646304168,47.74302,8.99897\n2756,1646304169,47.74302,8.99898\n2757,1646304170,47.74303,8.99898\n2758,1646304171,47.74304,8.99898\n2759,1646304172,47.74305,8.99897\n2760,1646304173,47.74307,8.99897\n2761,1646304207,47.74299,8.99921\n2762,1646304208,47.74304,8.99906\n2763,1646304209,47.74303,8.99905\n2764,1646304210,47.74302,8.99904\n2765,1646304211,47.74302,8.99905\n2766,1646304212,47.74303,8.99905\n2767,1646304213,47.74304,8.99903\n2768,1646304214,47.74304,8.99903\n2769,1646304215,47.74305,8.99903\n2770,1646304216,47.74305,8.99903\n2771,1646304251,47.74286,8.99911\n2772,1646304252,47.74290,8.99908\n2773,1646304253,47.74293,8.99909\n2774,1646304254,47.74295,8.99910\n2775,1646304255,47.74296,8.99910\n2776,1646304256,47.74297,8.99908\n2777,1646304257,47.74297,8.99906\n2778,1646304258,47.74298,8.99906\n2779,1646304259,47.74293,8.99904\n2780,1646304261,47.74294,8.99904\n2781,1646304299,47.74306,8.99894\n2782,1646304300,47.74303,8.99899\n2783,1646304301,47.74298,8.99899\n2784,1646304303,47.74298,8.99900\n2785,1646304304,47.74298,8.99900\n2786,1646304305,47.74298,8.99900\n2787,1646304306,47.74298,8.99900\n2788,1646304307,47.74299,8.99899\n2789,1646304308,47.74301,8.99899\n2790,1646304309,47.74301,8.99898\n2791,1646304345,47.74297,8.99896\n2792,1646304346,47.74298,8.99896\n2793,1646304347,47.74299,8.99896\n2794,1646304348,47.74300,8.99896\n2795,1646304349,47.74307,8.99897\n2796,1646304351,47.74306,8.99897\n2797,1646304352,47.74306,8.99897\n2798,1646304353,47.74305,8.99896\n2799,1646304354,47.74305,8.99895\n2800,1646304355,47.74305,8.99895\n2801,1646304393,47.74296,8.99903\n2802,1646304394,47.74297,8.99902\n2803,1646304395,47.74297,8.99904\n2804,1646304396,47.74297,8.99904\n2805,1646304397,47.74298,8.99905\n2806,1646304399,47.74298,8.99905\n2807,1646304400,47.74299,8.99905\n2808,1646304401,47.74299,8.99905\n2809,1646304402,47.74299,8.99905\n2810,1646304403,47.74300,8.99906\n2811,1646304439,47.74303,8.99904\n2812,1646304440,47.74304,8.99906\n2813,1646304441,47.74305,8.99907\n2814,1646304442,47.74306,8.99908\n2815,1646304443,47.74305,8.99907\n2816,1646304444,47.74305,8.99907\n2817,1646304445,47.74305,8.99906\n2818,1646304447,47.74304,8.99906\n2819,1646304448,47.74303,8.99906\n2820,1646304449,47.74303,8.99906\n2821,1646304484,47.74306,8.99895\n2822,1646304485,47.74299,8.99898\n2823,1646304486,47.74298,8.99899\n2824,1646304487,47.74298,8.99899\n2825,1646304488,47.74299,8.99899\n2826,1646304489,47.74298,8.99898\n2827,1646304490,47.74298,8.99898\n2828,1646304491,47.74298,8.99900\n2829,1646304492,47.74299,8.99900\n2830,1646304493,47.74296,8.99900\n2831,1646304527,47.74293,8.99902\n2832,1646304528,47.74304,8.99899\n2833,1646304529,47.74303,8.99899\n2834,1646304530,47.74300,8.99899\n2835,1646304531,47.74297,8.99900\n2836,1646304532,47.74299,8.99902\n2837,1646304533,47.74301,8.99902\n2838,1646304534,47.74302,8.99901\n2839,1646304535,47.74302,8.99901\n2840,1646304537,47.74302,8.99901\n2841,1646304573,47.74311,8.99907\n2842,1646304574,47.74311,8.99908\n2843,1646304575,47.74311,8.99907\n2844,1646304576,47.74311,8.99908\n2845,1646304577,47.74305,8.99908\n2846,1646304579,47.74307,8.99908\n2847,1646304580,47.74307,8.99908\n2848,1646304581,47.74307,8.99908\n2849,1646304582,47.74308,8.99908\n2850,1646304583,47.74308,8.99908\n2851,1646304617,47.74308,8.99902\n2852,1646304618,47.74306,8.99904\n2853,1646304619,47.74306,8.99905\n2854,1646304620,47.74306,8.99906\n2855,1646304621,47.74306,8.99907\n2856,1646304622,47.74306,8.99906\n2857,1646304623,47.74304,8.99906\n2858,1646304624,47.74303,8.99905\n2859,1646304625,47.74304,8.99905\n2860,1646304627,47.74304,8.99905\n2861,1646304667,47.74290,8.99900\n2862,1646304668,47.74287,8.99900\n2863,1646304670,47.74290,8.99900\n2864,1646304671,47.74292,8.99900\n2865,1646304672,47.74291,8.99901\n2866,1646304673,47.74291,8.99902\n2867,1646304674,47.74291,8.99902\n2868,1646304675,47.74292,8.99902\n2869,1646304676,47.74292,8.99902\n2870,1646304677,47.74293,8.99902\n2871,1646304720,47.74309,8.99901\n2872,1646304721,47.74310,8.99901\n2873,1646304723,47.74312,8.99901\n2874,1646304724,47.74313,8.99901\n2875,1646304725,47.74314,8.99901\n2876,1646304726,47.74316,8.99901\n2877,1646304727,47.74317,8.99901\n2878,1646304728,47.74317,8.99901\n2879,1646304729,47.74318,8.99901\n2880,1646304730,47.74318,8.99901\n2881,1646304773,47.74305,8.99908\n2882,1646304774,47.74306,8.99908\n2883,1646304775,47.74306,8.99903\n2884,1646304777,47.74298,8.99904\n2885,1646304778,47.74295,8.99905\n2886,1646304779,47.74294,8.99906\n2887,1646304780,47.74292,8.99907\n2888,1646304781,47.74290,8.99908\n2889,1646304782,47.74289,8.99908\n2890,1646304783,47.74289,8.99908\n2891,1646304823,47.74285,8.99904\n2892,1646304825,47.74284,8.99905\n2893,1646304826,47.74284,8.99906\n2894,1646304827,47.74285,8.99906\n2895,1646304828,47.74284,8.99907\n2896,1646304829,47.74285,8.99907\n2897,1646304830,47.74285,8.99908\n2898,1646304831,47.74285,8.99908\n2899,1646304832,47.74286,8.99908\n2900,1646304833,47.74286,8.99908\n2901,1646304872,47.74303,8.99905\n2902,1646304874,47.74303,8.99898\n2903,1646304875,47.74302,8.99897\n2904,1646304876,47.74304,8.99896\n2905,1646304877,47.74316,8.99895\n2906,1646304879,47.74316,8.99895\n2907,1646304880,47.74316,8.99896\n2908,1646304881,47.74316,8.99896\n2909,1646304882,47.74316,8.99895\n2910,1646304883,47.74316,8.99896\n2911,1646304930,47.74286,8.99909\n2912,1646304931,47.74285,8.99909\n2913,1646304932,47.74284,8.99909\n2914,1646304933,47.74283,8.99910\n2915,1646304934,47.74282,8.99910\n2916,1646304935,47.74282,8.99910\n2917,1646304936,47.74282,8.99910\n2918,1646304937,47.74282,8.99910\n2919,1646304938,47.74281,8.99911\n2920,1646304939,47.74281,8.99911\n2921,1646304983,47.74289,8.99907\n2922,1646304984,47.74288,8.99907\n2923,1646304985,47.74288,8.99906\n2924,1646304986,47.74287,8.99906\n2925,1646304987,47.74286,8.99905\n2926,1646304988,47.74285,8.99906\n2927,1646304989,47.74286,8.99906\n2928,1646304990,47.74286,8.99906\n2929,1646304991,47.74287,8.99906\n2930,1646304992,47.74287,8.99906\n2931,1646305036,47.74310,8.99899\n2932,1646305037,47.74309,8.99899\n2933,1646305038,47.74308,8.99899\n2934,1646305039,47.74307,8.99899\n2935,1646305040,47.74306,8.99899\n2936,1646305041,47.74306,8.99899\n2937,1646305042,47.74306,8.99899\n2938,1646305043,47.74306,8.99899\n2939,1646305044,47.74306,8.99899\n2940,1646305045,47.74306,8.99899\n2941,1646305098,47.74311,8.99899\n2942,1646305099,47.74310,8.99899\n2943,1646305100,47.74309,8.99900\n2944,1646305101,47.74309,8.99900\n2945,1646305102,47.74309,8.99900\n2946,1646305103,47.74309,8.99900\n2947,1646305104,47.74309,8.99901\n2948,1646305105,47.74308,8.99901\n2949,1646305106,47.74308,8.99901\n2950,1646305107,47.74308,8.99901\n2951,1646305155,47.74305,8.99899\n2952,1646305156,47.74305,8.99898\n2953,1646305157,47.74304,8.99899\n2954,1646305158,47.74304,8.99899\n2955,1646305159,47.74304,8.99899\n2956,1646305160,47.74304,8.99900\n2957,1646305161,47.74304,8.99900\n2958,1646305162,47.74304,8.99900\n2959,1646305163,47.74305,8.99900\n2960,1646305164,47.74305,8.99900\n2961,1646305218,47.74300,8.99897\n2962,1646305219,47.74302,8.99897\n2963,1646305220,47.74304,8.99898\n2964,1646305221,47.74305,8.99898\n2965,1646305222,47.74307,8.99897\n2966,1646305223,47.74308,8.99897\n2967,1646305224,47.74309,8.99897\n2968,1646305225,47.74310,8.99897\n2969,1646305226,47.74311,8.99897\n2970,1646305227,47.74312,8.99896\n2971,1646305267,47.74310,8.99899\n2972,1646305269,47.74306,8.99899\n2973,1646305270,47.74304,8.99901\n2974,1646305271,47.74304,8.99901\n2975,1646305272,47.74304,8.99902\n2976,1646305273,47.74303,8.99903\n2977,1646305274,47.74303,8.99903\n2978,1646305275,47.74304,8.99903\n2979,1646305276,47.74304,8.99903\n2980,1646305277,47.74304,8.99903\n2981,1646305314,47.74292,8.99904\n2982,1646305315,47.74290,8.99906\n2983,1646305316,47.74292,8.99906\n2984,1646305317,47.74291,8.99907\n2985,1646305318,47.74291,8.99907\n2986,1646305319,47.74291,8.99906\n2987,1646305320,47.74292,8.99906\n2988,1646305321,47.74294,8.99904\n2989,1646305323,47.74295,8.99904\n2990,1646305324,47.74296,8.99904\n2991,1646305364,47.74305,8.99886\n2992,1646305365,47.74304,8.99888\n2993,1646305366,47.74303,8.99882\n2994,1646305367,47.74302,8.99882\n2995,1646305368,47.74301,8.99883\n2996,1646305369,47.74299,8.99883\n2997,1646305371,47.74299,8.99885\n2998,1646305372,47.74299,8.99885\n2999,1646305373,47.74299,8.99886\n3000,1646305374,47.74298,8.99886\n3001,1646305414,47.74303,8.99872\n3002,1646305415,47.74303,8.99875\n3003,1646305416,47.74301,8.99877\n3004,1646305417,47.74303,8.99880\n3005,1646305419,47.74302,8.99879\n3006,1646305420,47.74302,8.99879\n3007,1646305421,47.74302,8.99879\n3008,1646305422,47.74302,8.99879\n3009,1646305423,47.74302,8.99879\n3010,1646305424,47.74302,8.99879\n3011,1646305465,47.74305,8.99879\n3012,1646305466,47.74307,8.99880\n3013,1646305468,47.74307,8.99880\n3014,1646305469,47.74308,8.99880\n3015,1646305470,47.74308,8.99881\n3016,1646305471,47.74308,8.99880\n3017,1646305472,47.74308,8.99881\n3018,1646305473,47.74308,8.99881\n3019,1646305474,47.74308,8.99881\n3020,1646305475,47.74308,8.99881\n3021,1646305519,47.74317,8.99897\n3022,1646305520,47.74317,8.99897\n3023,1646305522,47.74317,8.99897\n3024,1646305523,47.74317,8.99897\n3025,1646305524,47.74317,8.99897\n3026,1646305526,47.74317,8.99897\n3027,1646305527,47.74317,8.99897\n3028,1646305528,47.74317,8.99898\n3029,1646305529,47.74317,8.99898\n3030,1646305530,47.74317,8.99900\n3031,1646305573,47.74296,8.99894\n3032,1646305574,47.74296,8.99894\n3033,1646305576,47.74296,8.99895\n3034,1646305577,47.74297,8.99896\n3035,1646305578,47.74300,8.99898\n3036,1646305579,47.74302,8.99900\n3037,1646305580,47.74303,8.99901\n3038,1646305581,47.74305,8.99902\n3039,1646305582,47.74307,8.99903\n3040,1646305583,47.74307,8.99903\n3041,1646305625,47.74329,8.99917\n3042,1646305626,47.74330,8.99917\n3043,1646305627,47.74320,8.99908\n3044,1646305629,47.74320,8.99907\n3045,1646305630,47.74320,8.99908\n3046,1646305631,47.74321,8.99909\n3047,1646305632,47.74321,8.99909\n3048,1646305633,47.74321,8.99909\n3049,1646305634,47.74321,8.99910\n3050,1646305635,47.74321,8.99910\n3051,1646305676,47.74295,8.99895\n3052,1646305677,47.74295,8.99894\n3053,1646305679,47.74296,8.99892\n3054,1646305680,47.74296,8.99892\n3055,1646305681,47.74297,8.99891\n3056,1646305682,47.74298,8.99891\n3057,1646305683,47.74298,8.99891\n3058,1646305684,47.74298,8.99890\n3059,1646305685,47.74299,8.99890\n3060,1646305686,47.74299,8.99891\n3061,1646305727,47.74305,8.99938\n3062,1646305728,47.74308,8.99935\n3063,1646305729,47.74293,8.99919\n3064,1646305730,47.74294,8.99925\n3065,1646305732,47.74293,8.99928\n3066,1646305733,47.74294,8.99927\n3067,1646305734,47.74293,8.99926\n3068,1646305735,47.74293,8.99925\n3069,1646305736,47.74293,8.99925\n3070,1646305737,47.74292,8.99924\n3071,1646305781,47.74295,8.99913\n3072,1646305783,47.74295,8.99913\n3073,1646305784,47.74295,8.99913\n3074,1646305785,47.74295,8.99912\n3075,1646305786,47.74295,8.99912\n3076,1646305787,47.74294,8.99912\n3077,1646305788,47.74295,8.99913\n3078,1646305789,47.74296,8.99913\n3079,1646305790,47.74296,8.99914\n3080,1646305791,47.74297,8.99914\n3081,1646305832,47.74295,8.99914\n3082,1646305833,47.74295,8.99914\n3083,1646305834,47.74299,8.99915\n3084,1646305835,47.74300,8.99915\n3085,1646305836,47.74300,8.99914\n3086,1646305837,47.74301,8.99915\n3087,1646305839,47.74301,8.99914\n3088,1646305840,47.74300,8.99914\n3089,1646305841,47.74300,8.99913\n3090,1646305842,47.74300,8.99913\n3091,1646305884,47.74296,8.99902\n3092,1646305885,47.74298,8.99903\n3093,1646305887,47.74298,8.99902\n3094,1646305888,47.74297,8.99901\n3095,1646305889,47.74296,8.99901\n3096,1646305890,47.74296,8.99901\n3097,1646305891,47.74297,8.99901\n3098,1646305892,47.74297,8.99901\n3099,1646305893,47.74297,8.99901\n3100,1646305894,47.74297,8.99901\n3101,1646305936,47.74290,8.99902\n3102,1646305937,47.74290,8.99902\n3103,1646305938,47.74291,8.99903\n3104,1646305939,47.74296,8.99906\n3105,1646305941,47.74295,8.99906\n3106,1646305942,47.74296,8.99905\n3107,1646305943,47.74296,8.99905\n3108,1646305944,47.74296,8.99905\n3109,1646305945,47.74297,8.99905\n3110,1646305946,47.74297,8.99905\n3111,1646305989,47.74346,8.99910\n3112,1646305991,47.74346,8.99911\n3113,1646305992,47.74346,8.99911\n3114,1646305993,47.74346,8.99911\n3115,1646305994,47.74345,8.99911\n3116,1646305995,47.74345,8.99910\n3117,1646305996,47.74344,8.99910\n3118,1646305997,47.74344,8.99910\n3119,1646305998,47.74344,8.99911\n3120,1646305999,47.74344,8.99911\n3121,1646306041,47.74341,8.99911\n3122,1646306042,47.74338,8.99910\n3123,1646306044,47.74338,8.99910\n3124,1646306045,47.74335,8.99910\n3125,1646306046,47.74334,8.99911\n3126,1646306047,47.74333,8.99910\n3127,1646306048,47.74332,8.99910\n3128,1646306049,47.74331,8.99909\n3129,1646306050,47.74331,8.99909\n3130,1646306051,47.74330,8.99909\n3131,1646306095,47.74345,8.99922\n3132,1646306096,47.74345,8.99922\n3133,1646306098,47.74344,8.99920\n3134,1646306099,47.74344,8.99919\n3135,1646306100,47.74343,8.99919\n3136,1646306101,47.74342,8.99919\n3137,1646306102,47.74342,8.99918\n3138,1646306103,47.74341,8.99918\n3139,1646306104,47.74339,8.99917\n3140,1646306105,47.74338,8.99916\n3141,1646306148,47.74305,8.99905\n3142,1646306149,47.74308,8.99907\n3143,1646306151,47.74308,8.99906\n3144,1646306152,47.74309,8.99907\n3145,1646306153,47.74309,8.99907\n3146,1646306154,47.74309,8.99908\n3147,1646306155,47.74308,8.99908\n3148,1646306156,47.74307,8.99907\n3149,1646306157,47.74306,8.99907\n3150,1646306158,47.74305,8.99906\n3151,1646306206,47.74301,8.99894\n3152,1646306207,47.74297,8.99894\n3153,1646306208,47.74296,8.99894\n3154,1646306209,47.74296,8.99895\n3155,1646306210,47.74295,8.99895\n3156,1646306211,47.74295,8.99895\n3157,1646306212,47.74296,8.99896\n3158,1646306213,47.74297,8.99896\n3159,1646306214,47.74298,8.99897\n3160,1646306215,47.74298,8.99898\n3161,1646306281,47.74315,8.99908\n3162,1646306283,47.74312,8.99908\n3163,1646306284,47.74311,8.99907\n3164,1646306285,47.74310,8.99907\n3165,1646306286,47.74310,8.99907\n3166,1646306287,47.74309,8.99906\n3167,1646306288,47.74309,8.99906\n3168,1646306289,47.74308,8.99906\n3169,1646306290,47.74308,8.99906\n3170,1646306291,47.74307,8.99905\n3171,1646306324,47.74350,8.99898\n3172,1646306325,47.74319,8.99893\n3173,1646306326,47.74318,8.99896\n3174,1646306327,47.74317,8.99898\n3175,1646306328,47.74314,8.99900\n3176,1646306329,47.74312,8.99903\n3177,1646306330,47.74310,8.99906\n3178,1646306331,47.74309,8.99909\n3179,1646306332,47.74308,8.99911\n3180,1646306333,47.74308,8.99913\n3181,1646306374,47.74289,8.99894\n3182,1646306375,47.74291,8.99895\n3183,1646306376,47.74290,8.99895\n3184,1646306377,47.74291,8.99894\n3185,1646306378,47.74294,8.99883\n3186,1646306380,47.74294,8.99883\n3187,1646306381,47.74294,8.99883\n3188,1646306382,47.74295,8.99883\n3189,1646306383,47.74295,8.99883\n3190,1646306384,47.74295,8.99884\n3191,1646306417,47.74219,8.99872\n3192,1646306418,47.74236,8.99881\n3193,1646306419,47.74249,8.99885\n3194,1646306420,47.74291,8.99903\n3195,1646306421,47.74297,8.99906\n3196,1646306422,47.74301,8.99908\n3197,1646306423,47.74302,8.99909\n3198,1646306424,47.74302,8.99910\n3199,1646306425,47.74302,8.99910\n3200,1646306426,47.74302,8.99909\n3201,1646306461,47.74292,8.99886\n3202,1646306462,47.74299,8.99888\n3203,1646306463,47.74301,8.99887\n3204,1646306464,47.74302,8.99885\n3205,1646306465,47.74302,8.99884\n3206,1646306466,47.74302,8.99882\n3207,1646306467,47.74300,8.99878\n3208,1646306468,47.74297,8.99887\n3209,1646306470,47.74296,8.99886\n3210,1646306471,47.74295,8.99886\n3211,1646306505,47.74308,8.99895\n3212,1646306506,47.74307,8.99895\n3213,1646306507,47.74306,8.99895\n3214,1646306508,47.74305,8.99895\n3215,1646306509,47.74304,8.99896\n3216,1646306510,47.74304,8.99896\n3217,1646306511,47.74303,8.99898\n3218,1646306512,47.74301,8.99898\n3219,1646306513,47.74301,8.99899\n3220,1646306514,47.74300,8.99900\n3221,1646306548,47.74329,8.99917\n3222,1646306549,47.74309,8.99907\n3223,1646306550,47.74304,8.99906\n3224,1646306551,47.74298,8.99902\n3225,1646306553,47.74286,8.99896\n3226,1646306554,47.74293,8.99899\n3227,1646306555,47.74294,8.99900\n3228,1646306556,47.74295,8.99901\n3229,1646306557,47.74304,8.99899\n3230,1646306559,47.74302,8.99895\n3231,1646306599,47.74323,8.99916\n3232,1646306600,47.74308,8.99910\n3233,1646306601,47.74304,8.99909\n3234,1646306602,47.74301,8.99908\n3235,1646306603,47.74300,8.99907\n3236,1646306604,47.74299,8.99906\n3237,1646306605,47.74300,8.99894\n3238,1646306607,47.74300,8.99894\n3239,1646306608,47.74300,8.99894\n3240,1646306609,47.74301,8.99894\n3241,1646306643,47.74301,8.99907\n3242,1646306644,47.74300,8.99907\n3243,1646306645,47.74300,8.99906\n3244,1646306646,47.74300,8.99906\n3245,1646306647,47.74300,8.99906\n3246,1646306648,47.74300,8.99904\n3247,1646306649,47.74300,8.99902\n3248,1646306650,47.74300,8.99900\n3249,1646306651,47.74300,8.99898\n3250,1646306652,47.74301,8.99897\n3251,1646306686,47.74270,8.99883\n3252,1646306687,47.74254,8.99878\n3253,1646306688,47.74244,8.99874\n3254,1646306689,47.74233,8.99870\n3255,1646306691,47.74287,8.99893\n3256,1646306692,47.74294,8.99896\n3257,1646306693,47.74297,8.99898\n3258,1646306694,47.74299,8.99899\n3259,1646306695,47.74301,8.99900\n3260,1646306697,47.74301,8.99900\n3261,1646306742,47.74275,8.99884\n3262,1646306746,47.74272,8.99852\n3263,1646306747,47.74267,8.99845\n3264,1646306748,47.74266,8.99843\n3265,1646306749,47.74265,8.99843\n3266,1646306750,47.74267,8.99845\n3267,1646306751,47.74267,8.99847\n3268,1646306752,47.74268,8.99849\n3269,1646306753,47.74270,8.99851\n3270,1646306754,47.74272,8.99854\n3271,1646306788,47.74115,8.99836\n3272,1646306789,47.74113,8.99836\n3273,1646306790,47.74109,8.99833\n3274,1646306791,47.74297,8.99898\n3275,1646306792,47.74302,8.99900\n3276,1646306793,47.74302,8.99900\n3277,1646306794,47.74302,8.99900\n3278,1646306795,47.74302,8.99900\n3279,1646306796,47.74302,8.99901\n3280,1646306797,47.74307,8.99890\n3281,1646306832,47.74303,8.99901\n3282,1646306833,47.74303,8.99902\n3283,1646306834,47.74303,8.99904\n3284,1646306835,47.74304,8.99907\n3285,1646306836,47.74303,8.99911\n3286,1646306837,47.74303,8.99914\n3287,1646306838,47.74302,8.99915\n3288,1646306839,47.74303,8.99897\n3289,1646306841,47.74304,8.99899\n3290,1646306842,47.74303,8.99898\n3291,1646306880,47.74299,8.99939\n3292,1646306881,47.74301,8.99935\n3293,1646306882,47.74301,8.99931\n3294,1646306883,47.74301,8.99927\n3295,1646306884,47.74301,8.99926\n3296,1646306885,47.74301,8.99927\n3297,1646306886,47.74300,8.99929\n3298,1646306887,47.74300,8.99905\n3299,1646306889,47.74301,8.99905\n3300,1646306890,47.74301,8.99905\n3301,1646306926,47.74300,8.99919\n3302,1646306927,47.74302,8.99922\n3303,1646306928,47.74302,8.99926\n3304,1646306929,47.74304,8.99928\n3305,1646306930,47.74305,8.99928\n3306,1646306931,47.74306,8.99931\n3307,1646306932,47.74307,8.99933\n3308,1646306933,47.74309,8.99935\n3309,1646306934,47.74310,8.99935\n3310,1646306935,47.74311,8.99910\n3311,1646306969,47.74300,8.99853\n3312,1646306970,47.74302,8.99871\n3313,1646306971,47.74302,8.99881\n3314,1646306972,47.74303,8.99889\n3315,1646306973,47.74306,8.99893\n3316,1646306974,47.74307,8.99896\n3317,1646306975,47.74308,8.99900\n3318,1646306976,47.74309,8.99904\n3319,1646306977,47.74309,8.99908\n3320,1646306979,47.74309,8.99908\n3321,1646307019,47.74304,8.99903\n3322,1646307021,47.74303,8.99901\n3323,1646307022,47.74304,8.99900\n3324,1646307023,47.74304,8.99900\n3325,1646307024,47.74304,8.99900\n3326,1646307025,47.74304,8.99900\n3327,1646307026,47.74304,8.99900\n3328,1646307027,47.74304,8.99900\n3329,1646307028,47.74304,8.99900\n3330,1646307029,47.74304,8.99900\n3331,1646307073,47.74313,8.99899\n3332,1646307075,47.74313,8.99899\n3333,1646307076,47.74312,8.99898\n3334,1646307077,47.74311,8.99897\n3335,1646307078,47.74311,8.99897\n3336,1646307079,47.74310,8.99896\n3337,1646307080,47.74310,8.99897\n3338,1646307081,47.74310,8.99897\n3339,1646307082,47.74310,8.99897\n3340,1646307083,47.74310,8.99897\n3341,1646307127,47.74303,8.99905\n3342,1646307129,47.74304,8.99905\n3343,1646307130,47.74304,8.99906\n3344,1646307131,47.74304,8.99906\n3345,1646307132,47.74304,8.99905\n3346,1646307133,47.74303,8.99904\n3347,1646307134,47.74303,8.99903\n3348,1646307135,47.74302,8.99903\n3349,1646307136,47.74302,8.99902\n3350,1646307137,47.74302,8.99902\n3351,1646307175,47.74306,8.99952\n3352,1646307176,47.74303,8.99949\n3353,1646307177,47.74303,8.99948\n3354,1646307178,47.74302,8.99946\n3355,1646307179,47.74302,8.99947\n3356,1646307180,47.74302,8.99948\n3357,1646307181,47.74305,8.99900\n3358,1646307183,47.74307,8.99900\n3359,1646307184,47.74308,8.99901\n3360,1646307185,47.74308,8.99900\n3361,1646307219,47.74311,8.99921\n3362,1646307220,47.74311,8.99908\n3363,1646307221,47.74310,8.99910\n3364,1646307223,47.74312,8.99908\n3365,1646307224,47.74311,8.99904\n3366,1646307225,47.74309,8.99902\n3367,1646307226,47.74308,8.99900\n3368,1646307227,47.74309,8.99898\n3369,1646307228,47.74310,8.99895\n3370,1646307229,47.74308,8.99906\n3371,1646307264,47.74358,8.99638\n3372,1646307271,47.74313,8.99910\n3373,1646307273,47.74313,8.99909\n3374,1646307274,47.74311,8.99906\n3375,1646307275,47.74311,8.99905\n3376,1646307276,47.74310,8.99905\n3377,1646307277,47.74310,8.99904\n3378,1646307278,47.74310,8.99905\n3379,1646307279,47.74311,8.99906\n3380,1646307280,47.74312,8.99907\n3381,1646307321,47.74304,8.99920\n3382,1646307322,47.74305,8.99921\n3383,1646307323,47.74306,8.99923\n3384,1646307324,47.74306,8.99921\n3385,1646307325,47.74309,8.99903\n3386,1646307327,47.74309,8.99902\n3387,1646307328,47.74309,8.99901\n3388,1646307329,47.74307,8.99901\n3389,1646307330,47.74307,8.99900\n3390,1646307331,47.74307,8.99900\n3391,1646307366,47.74312,8.99933\n3392,1646307367,47.74311,8.99938\n3393,1646307368,47.74311,8.99932\n3394,1646307372,47.74304,8.99940\n3395,1646307373,47.74308,8.99905\n3396,1646307375,47.74307,8.99904\n3397,1646307376,47.74308,8.99904\n3398,1646307377,47.74309,8.99906\n3399,1646307378,47.74309,8.99907\n3400,1646307379,47.74309,8.99906\n3401,1646307414,47.74291,8.99927\n3402,1646307415,47.74289,8.99946\n3403,1646307416,47.74286,8.99969\n3404,1646307421,47.74306,8.99903\n3405,1646307423,47.74307,8.99903\n3406,1646307424,47.74307,8.99903\n3407,1646307425,47.74307,8.99902\n3408,1646307426,47.74306,8.99900\n3409,1646307427,47.74306,8.99900\n3410,1646307428,47.74306,8.99899\n3411,1646307462,47.74314,8.99919\n3412,1646307463,47.74312,8.99932\n3413,1646307464,47.74310,8.99952\n3414,1646307468,47.74296,8.99954\n3415,1646307469,47.74306,8.99893\n3416,1646307471,47.74306,8.99894\n3417,1646307472,47.74306,8.99894\n3418,1646307473,47.74306,8.99895\n3419,1646307474,47.74306,8.99894\n3420,1646307475,47.74305,8.99895\n3421,1646307509,47.74304,8.99927\n3422,1646307510,47.74301,8.99944\n3423,1646307511,47.74299,8.99963\n3424,1646307517,47.74306,8.99901\n3425,1646307519,47.74306,8.99902\n3426,1646307520,47.74307,8.99902\n3427,1646307521,47.74308,8.99903\n3428,1646307522,47.74308,8.99903\n3429,1646307523,47.74308,8.99904\n3430,1646307524,47.74308,8.99904\n3431,1646307565,47.74305,8.99904\n3432,1646307567,47.74307,8.99906\n3433,1646307568,47.74307,8.99906\n3434,1646307569,47.74306,8.99906\n3435,1646307570,47.74307,8.99906\n3436,1646307571,47.74307,8.99907\n3437,1646307572,47.74306,8.99906\n3438,1646307573,47.74306,8.99905\n3439,1646307574,47.74306,8.99904\n3440,1646307575,47.74306,8.99904\n3441,1646307617,47.74316,8.99884\n3442,1646307618,47.74315,8.99886\n3443,1646307619,47.74312,8.99906\n3444,1646307621,47.74313,8.99907\n3445,1646307622,47.74313,8.99906\n3446,1646307623,47.74313,8.99905\n3447,1646307624,47.74312,8.99905\n3448,1646307625,47.74312,8.99905\n3449,1646307626,47.74312,8.99904\n3450,1646307627,47.74312,8.99904\n3451,1646307661,47.74311,8.99933\n3452,1646307662,47.74312,8.99928\n3453,1646307663,47.74312,8.99923\n3454,1646307664,47.74312,8.99921\n3455,1646307665,47.74312,8.99919\n3456,1646307666,47.74312,8.99918\n3457,1646307667,47.74312,8.99898\n3458,1646307669,47.74310,8.99898\n3459,1646307670,47.74309,8.99899\n3460,1646307671,47.74309,8.99899\n3461,1646307705,47.74312,8.99949\n3462,1646307706,47.74316,8.99902\n3463,1646307707,47.74317,8.99913\n3464,1646307708,47.74316,8.99919\n3465,1646307709,47.74316,8.99923\n3466,1646307710,47.74315,8.99923\n3467,1646307711,47.74317,8.99925\n3468,1646307712,47.74317,8.99927\n3469,1646307713,47.74317,8.99927\n3470,1646307714,47.74316,8.99927\n3471,1646307748,47.74314,8.99958\n3472,1646307749,47.74313,8.99954\n3473,1646307750,47.74313,8.99951\n3474,1646307751,47.74314,8.99949\n3475,1646307752,47.74314,8.99948\n3476,1646307753,47.74314,8.99945\n3477,1646307754,47.74313,8.99943\n3478,1646307755,47.74312,8.99940\n3479,1646307756,47.74313,8.99936\n3480,1646307757,47.74314,8.99909\n3481,1646307792,47.74309,8.99990\n3482,1646307793,47.74302,9.00039\n3483,1646307794,47.74307,8.99970\n3484,1646307795,47.74308,8.99953\n3485,1646307796,47.74306,8.99954\n3486,1646307797,47.74303,8.99951\n3487,1646307798,47.74301,8.99947\n3488,1646307799,47.74301,8.99944\n3489,1646307799,47.74306,8.99901\n3490,1646307801,47.74305,8.99899\n3491,1646307834,47.74308,8.99999\n3492,1646307835,47.74301,8.99937\n3493,1646307836,47.74302,8.99914\n3494,1646307837,47.74303,8.99909\n3495,1646307838,47.74305,8.99908\n3496,1646307839,47.74307,8.99908\n3497,1646307840,47.74308,8.99905\n3498,1646307841,47.74309,8.99903\n3499,1646307843,47.74310,8.99904\n3500,1646307844,47.74310,8.99904\n3501,1646307889,47.74302,8.99891\n3502,1646307891,47.74302,8.99892\n3503,1646307892,47.74304,8.99894\n3504,1646307893,47.74305,8.99897\n3505,1646307894,47.74306,8.99898\n3506,1646307895,47.74306,8.99899\n3507,1646307896,47.74306,8.99899\n3508,1646307897,47.74307,8.99899\n3509,1646307898,47.74307,8.99899\n3510,1646307899,47.74307,8.99899\n3511,1646307939,47.74299,8.99952\n3512,1646307940,47.74303,8.99942\n3513,1646307941,47.74304,8.99935\n3514,1646307942,47.74304,8.99932\n3515,1646307943,47.74309,8.99899\n3516,1646307945,47.74310,8.99901\n3517,1646307946,47.74311,8.99902\n3518,1646307947,47.74310,8.99902\n3519,1646307948,47.74310,8.99902\n3520,1646307949,47.74310,8.99902\n3521,1646307985,47.74302,8.99951\n3522,1646307986,47.74301,8.99952\n3523,1646307987,47.74302,8.99953\n3524,1646307988,47.74303,8.99952\n3525,1646307989,47.74303,8.99950\n3526,1646307990,47.74303,8.99949\n3527,1646307991,47.74306,8.99902\n3528,1646307993,47.74309,8.99904\n3529,1646307994,47.74309,8.99905\n3530,1646307995,47.74310,8.99905\n3531,1646308039,47.74313,8.99913\n3532,1646308041,47.74312,8.99914\n3533,1646308042,47.74313,8.99914\n3534,1646308043,47.74313,8.99913\n3535,1646308044,47.74312,8.99913\n3536,1646308045,47.74313,8.99913\n3537,1646308046,47.74313,8.99913\n3538,1646308047,47.74313,8.99913\n3539,1646308048,47.74313,8.99913\n3540,1646308049,47.74314,8.99914\n3541,1646308087,47.74326,8.99902\n3542,1646308088,47.74322,8.99902\n3543,1646308089,47.74319,8.99901\n3544,1646308090,47.74316,8.99903\n3545,1646308091,47.74316,8.99904\n3546,1646308092,47.74316,8.99904\n3547,1646308093,47.74316,8.99912\n3548,1646308095,47.74316,8.99911\n3549,1646308096,47.74316,8.99911\n3550,1646308097,47.74316,8.99910\n3551,1646308135,47.74299,8.99891\n3552,1646308136,47.74297,8.99892\n3553,1646308137,47.74296,8.99892\n3554,1646308138,47.74296,8.99893\n3555,1646308139,47.74296,8.99894\n3556,1646308140,47.74296,8.99894\n3557,1646308141,47.74297,8.99890\n3558,1646308143,47.74297,8.99890\n3559,1646308144,47.74298,8.99890\n3560,1646308145,47.74298,8.99890\n3561,1646308179,47.74312,8.99920\n3562,1646308180,47.74305,8.99908\n3563,1646308181,47.74304,8.99900\n3564,1646308182,47.74303,8.99898\n3565,1646308183,47.74304,8.99896\n3566,1646308184,47.74304,8.99895\n3567,1646308185,47.74305,8.99895\n3568,1646308186,47.74305,8.99894\n3569,1646308187,47.74305,8.99893\n3570,1646308188,47.74305,8.99893\n3571,1646308223,47.74318,8.99922\n3572,1646308224,47.74315,8.99919\n3573,1646308225,47.74311,8.99917\n3574,1646308226,47.74309,8.99917\n3575,1646308227,47.74309,8.99915\n3576,1646308228,47.74308,8.99915\n3577,1646308229,47.74307,8.99913\n3578,1646308230,47.74306,8.99909\n3579,1646308231,47.74308,8.99895\n3580,1646308233,47.74308,8.99896\n3581,1646308266,47.74306,8.99950\n3582,1646308267,47.74321,8.99942\n3583,1646308268,47.74314,8.99937\n3584,1646308269,47.74314,8.99935\n3585,1646308270,47.74314,8.99935\n3586,1646308271,47.74313,8.99934\n3587,1646308272,47.74313,8.99934\n3588,1646308273,47.74314,8.99905\n3589,1646308275,47.74314,8.99903\n3590,1646308276,47.74314,8.99904\n3591,1646308311,47.74319,8.99918\n3592,1646308312,47.74315,8.99914\n3593,1646308313,47.74309,8.99912\n3594,1646308314,47.74308,8.99912\n3595,1646308315,47.74307,8.99911\n3596,1646308316,47.74306,8.99911\n3597,1646308317,47.74305,8.99913\n3598,1646308318,47.74304,8.99915\n3599,1646308319,47.74304,8.99915\n3600,1646308320,47.74304,8.99916\n3601,1646308355,47.74310,8.99895\n3602,1646308356,47.74312,8.99898\n3603,1646308357,47.74309,8.99898\n3604,1646308358,47.74307,8.99898\n3605,1646308359,47.74306,8.99901\n3606,1646308360,47.74308,8.99902\n3607,1646308361,47.74308,8.99902\n3608,1646308362,47.74308,8.99902\n3609,1646308363,47.74309,8.99900\n3610,1646308365,47.74309,8.99900\n3611,1646308401,47.74306,8.99897\n3612,1646308402,47.74305,8.99900\n3613,1646308403,47.74305,8.99900\n3614,1646308404,47.74305,8.99901\n3615,1646308405,47.74305,8.99900\n3616,1646308407,47.74305,8.99899\n3617,1646308408,47.74306,8.99898\n3618,1646308409,47.74306,8.99898\n3619,1646308410,47.74306,8.99898\n3620,1646308411,47.74306,8.99898\n3621,1646308444,47.74306,8.99921\n3622,1646308445,47.74306,8.99923\n3623,1646308446,47.74307,8.99922\n3624,1646308447,47.74307,8.99922\n3625,1646308448,47.74305,8.99919\n3626,1646308449,47.74305,8.99918\n3627,1646308450,47.74306,8.99919\n3628,1646308451,47.74307,8.99920\n3629,1646308452,47.74308,8.99920\n3630,1646308453,47.74311,8.99902\n3631,1646308488,47.74315,8.99926\n3632,1646308489,47.74315,8.99925\n3633,1646308490,47.74315,8.99923\n3634,1646308491,47.74315,8.99921\n3635,1646308492,47.74315,8.99919\n3636,1646308493,47.74315,8.99917\n3637,1646308494,47.74316,8.99915\n3638,1646308495,47.74319,8.99900\n3639,1646308497,47.74317,8.99899\n3640,1646308498,47.74316,8.99899\n3641,1646308533,47.74300,8.99922\n3642,1646308534,47.74301,8.99921\n3643,1646308535,47.74302,8.99923\n3644,1646308536,47.74303,8.99925\n3645,1646308537,47.74303,8.99927\n3646,1646308538,47.74306,8.99927\n3647,1646308539,47.74306,8.99926\n3648,1646308540,47.74308,8.99924\n3649,1646308541,47.74308,8.99922\n3650,1646308542,47.74309,8.99921\n3651,1646308577,47.74299,8.99945\n3652,1646308578,47.74298,8.99941\n3653,1646308579,47.74299,8.99937\n3654,1646308580,47.74301,8.99934\n3655,1646308581,47.74301,8.99931\n3656,1646308582,47.74301,8.99929\n3657,1646308583,47.74302,8.99928\n3658,1646308584,47.74302,8.99925\n3659,1646308585,47.74306,8.99906\n3660,1646308587,47.74306,8.99907\n3661,1646308621,47.74321,8.99910\n3662,1646308622,47.74318,8.99912\n3663,1646308623,47.74317,8.99911\n3664,1646308624,47.74315,8.99907\n3665,1646308625,47.74315,8.99905\n3666,1646308626,47.74313,8.99903\n3667,1646308627,47.74311,8.99914\n3668,1646308629,47.74311,8.99913\n3669,1646308630,47.74311,8.99912\n3670,1646308631,47.74311,8.99912\n3671,1646308664,47.74314,8.99912\n3672,1646308665,47.74315,8.99914\n3673,1646308666,47.74314,8.99909\n3674,1646308667,47.74314,8.99907\n3675,1646308668,47.74314,8.99904\n3676,1646308669,47.74312,8.99901\n3677,1646308670,47.74311,8.99899\n3678,1646308671,47.74310,8.99898\n3679,1646308672,47.74311,8.99898\n3680,1646308673,47.74312,8.99897\n3681,1646308708,47.74325,8.99899\n3682,1646308709,47.74324,8.99899\n3683,1646308710,47.74323,8.99897\n3684,1646308711,47.74321,8.99895\n3685,1646308712,47.74320,8.99895\n3686,1646308713,47.74318,8.99894\n3687,1646308714,47.74317,8.99895\n3688,1646308715,47.74317,8.99895\n3689,1646308716,47.74316,8.99896\n3690,1646308717,47.74312,8.99906\n3691,1646308753,47.74308,8.99903\n3692,1646308754,47.74309,8.99907\n3693,1646308755,47.74311,8.99909\n3694,1646308756,47.74311,8.99909\n3695,1646308757,47.74311,8.99911\n3696,1646308758,47.74310,8.99913\n3697,1646308759,47.74310,8.99913\n3698,1646308760,47.74315,8.99904\n3699,1646308762,47.74315,8.99904\n3700,1646308763,47.74315,8.99903\n3701,1646308801,47.74320,8.99895\n3702,1646308802,47.74316,8.99896\n3703,1646308803,47.74316,8.99894\n3704,1646308804,47.74315,8.99894\n3705,1646308805,47.74314,8.99894\n3706,1646308806,47.74313,8.99894\n3707,1646308807,47.74313,8.99892\n3708,1646308809,47.74312,8.99892\n3709,1646308810,47.74311,8.99891\n3710,1646308811,47.74310,8.99890\n3711,1646308845,47.74327,8.99953\n3712,1646308846,47.74325,8.99950\n3713,1646308847,47.74323,8.99945\n3714,1646308848,47.74322,8.99940\n3715,1646308849,47.74322,8.99935\n3716,1646308850,47.74321,8.99932\n3717,1646308851,47.74321,8.99929\n3718,1646308852,47.74320,8.99927\n3719,1646308853,47.74320,8.99925\n3720,1646308854,47.74320,8.99923\n3721,1646308888,47.74316,8.99899\n3722,1646308889,47.74316,8.99899\n3723,1646308890,47.74316,8.99899\n3724,1646308891,47.74316,8.99900\n3725,1646308892,47.74317,8.99901\n3726,1646308893,47.74316,8.99902\n3727,1646308894,47.74316,8.99903\n3728,1646308895,47.74315,8.99903\n3729,1646308896,47.74313,8.99902\n3730,1646308897,47.74313,8.99903\n3731,1646308932,47.74316,8.99900\n3732,1646308933,47.74317,8.99901\n3733,1646308934,47.74319,8.99904\n3734,1646308935,47.74317,8.99904\n3735,1646308936,47.74316,8.99905\n3736,1646308937,47.74315,8.99907\n3737,1646308938,47.74315,8.99908\n3738,1646308939,47.74315,8.99910\n3739,1646308941,47.74315,8.99909\n3740,1646308942,47.74314,8.99908\n3741,1646308976,47.74316,8.99908\n3742,1646308977,47.74312,8.99908\n3743,1646308978,47.74309,8.99906\n3744,1646308979,47.74309,8.99904\n3745,1646308980,47.74307,8.99901\n3746,1646308981,47.74307,8.99902\n3747,1646308982,47.74308,8.99901\n3748,1646308983,47.74308,8.99901\n3749,1646308984,47.74309,8.99902\n3750,1646308985,47.74310,8.99903\n3751,1646309020,47.74298,8.99903\n3752,1646309021,47.74300,8.99900\n3753,1646309022,47.74301,8.99900\n3754,1646309023,47.74301,8.99898\n3755,1646309024,47.74303,8.99897\n3756,1646309025,47.74304,8.99895\n3757,1646309026,47.74305,8.99894\n3758,1646309027,47.74304,8.99893\n3759,1646309028,47.74304,8.99892\n3760,1646309029,47.74302,8.99894\n3761,1646309065,47.74323,8.99885\n3762,1646309066,47.74322,8.99886\n3763,1646309067,47.74320,8.99886\n3764,1646309068,47.74318,8.99888\n3765,1646309069,47.74316,8.99889\n3766,1646309070,47.74314,8.99890\n3767,1646309071,47.74312,8.99890\n3768,1646309072,47.74305,8.99899\n3769,1646309074,47.74306,8.99899\n3770,1646309075,47.74306,8.99898\n3771,1646309110,47.74329,8.99891\n3772,1646309111,47.74328,8.99891\n3773,1646309112,47.74328,8.99890\n3774,1646309113,47.74327,8.99890\n3775,1646309114,47.74326,8.99891\n3776,1646309115,47.74325,8.99892\n3777,1646309116,47.74324,8.99892\n3778,1646309117,47.74323,8.99892\n3779,1646309118,47.74323,8.99893\n3780,1646309119,47.74310,8.99901\n3781,1646309157,47.74294,8.99919\n3782,1646309158,47.74295,8.99917\n3783,1646309159,47.74295,8.99916\n3784,1646309160,47.74295,8.99916\n3785,1646309161,47.74311,8.99903\n3786,1646309163,47.74311,8.99904\n3787,1646309164,47.74311,8.99904\n3788,1646309165,47.74311,8.99903\n3789,1646309166,47.74311,8.99903\n3790,1646309167,47.74311,8.99902\n3791,1646309204,47.74311,8.99935\n3792,1646309205,47.74312,8.99924\n3793,1646309206,47.74312,8.99912\n3794,1646309207,47.74313,8.99907\n3795,1646309208,47.74315,8.99901\n3796,1646309209,47.74315,8.99901\n3797,1646309211,47.74314,8.99900\n3798,1646309212,47.74315,8.99900\n3799,1646309213,47.74315,8.99901\n3800,1646309214,47.74315,8.99901\n3801,1646309251,47.74318,8.99902\n3802,1646309253,47.74321,8.99881\n3803,1646309254,47.74319,8.99879\n3804,1646309255,47.74318,8.99878\n3805,1646309256,47.74318,8.99878\n3806,1646309257,47.74309,8.99899\n3807,1646309259,47.74309,8.99898\n3808,1646309260,47.74309,8.99898\n3809,1646309261,47.74309,8.99897\n3810,1646309262,47.74309,8.99896\n3811,1646309299,47.74319,8.99929\n3812,1646309300,47.74319,8.99929\n3813,1646309301,47.74317,8.99929\n3814,1646309302,47.74315,8.99927\n3815,1646309303,47.74313,8.99926\n3816,1646309304,47.74312,8.99926\n3817,1646309305,47.74324,8.99911\n3818,1646309307,47.74323,8.99909\n3819,1646309308,47.74322,8.99908\n3820,1646309309,47.74321,8.99907\n3821,1646309350,47.74312,8.99897\n3822,1646309351,47.74307,8.99906\n3823,1646309352,47.74302,8.99912\n3824,1646309353,47.74309,8.99890\n3825,1646309355,47.74310,8.99890\n3826,1646309356,47.74311,8.99890\n3827,1646309357,47.74310,8.99888\n3828,1646309358,47.74309,8.99885\n3829,1646309359,47.74309,8.99885\n3830,1646309360,47.74309,8.99884\n3831,1646309401,47.74324,8.99913\n3832,1646309403,47.74323,8.99912\n3833,1646309404,47.74322,8.99909\n3834,1646309405,47.74322,8.99908\n3835,1646309406,47.74322,8.99908\n3836,1646309407,47.74322,8.99907\n3837,1646309408,47.74322,8.99907\n3838,1646309409,47.74322,8.99907\n3839,1646309410,47.74322,8.99907\n3840,1646309411,47.74322,8.99907\n3841,1646309446,47.74301,8.99906\n3842,1646309447,47.74305,8.99906\n3843,1646309448,47.74309,8.99904\n3844,1646309449,47.74311,8.99903\n3845,1646309450,47.74312,8.99902\n3846,1646309451,47.74313,8.99901\n3847,1646309452,47.74314,8.99900\n3848,1646309453,47.74314,8.99899\n3849,1646309454,47.74314,8.99899\n3850,1646309455,47.74312,8.99905\n3851,1646309491,47.74306,8.99919\n3852,1646309492,47.74307,8.99917\n3853,1646309493,47.74306,8.99916\n3854,1646309494,47.74306,8.99914\n3855,1646309495,47.74306,8.99914\n3856,1646309496,47.74306,8.99913\n3857,1646309497,47.74315,8.99900\n3858,1646309499,47.74315,8.99901\n3859,1646309500,47.74315,8.99901\n3860,1646309501,47.74315,8.99901\n3861,1646309534,47.74322,8.99888\n3862,1646309535,47.74315,8.99912\n3863,1646309536,47.74315,8.99910\n3864,1646309537,47.74316,8.99908\n3865,1646309538,47.74318,8.99910\n3866,1646309539,47.74320,8.99908\n3867,1646309540,47.74321,8.99908\n3868,1646309541,47.74320,8.99907\n3869,1646309542,47.74320,8.99906\n3870,1646309543,47.74319,8.99906\n3871,1646309576,47.74315,8.99911\n3872,1646309577,47.74316,8.99907\n3873,1646309578,47.74317,8.99909\n3874,1646309579,47.74317,8.99909\n3875,1646309580,47.74317,8.99910\n3876,1646309581,47.74317,8.99908\n3877,1646309582,47.74316,8.99907\n3878,1646309583,47.74316,8.99905\n3879,1646309584,47.74315,8.99904\n3880,1646309585,47.74314,8.99903\n3881,1646309628,47.74317,8.99901\n3882,1646309629,47.74316,8.99896\n3883,1646309630,47.74314,8.99896\n3884,1646309632,47.74313,8.99891\n3885,1646309633,47.74312,8.99886\n3886,1646309634,47.74311,8.99883\n3887,1646309635,47.74310,8.99880\n3888,1646309636,47.74310,8.99877\n3889,1646309637,47.74309,8.99875\n3890,1646309638,47.74309,8.99874\n3891,1646309676,47.74311,8.99903\n3892,1646309677,47.74310,8.99902\n3893,1646309678,47.74310,8.99903\n3894,1646309679,47.74310,8.99903\n3895,1646309680,47.74310,8.99905\n3896,1646309681,47.74311,8.99906\n3897,1646309682,47.74312,8.99907\n3898,1646309683,47.74313,8.99907\n3899,1646309685,47.74314,8.99908\n3900,1646309686,47.74314,8.99908\n3901,1646309722,47.74317,8.99899\n3902,1646309723,47.74316,8.99899\n3903,1646309724,47.74315,8.99900\n3904,1646309725,47.74314,8.99901\n3905,1646309726,47.74313,8.99900\n3906,1646309727,47.74313,8.99900\n3907,1646309728,47.74312,8.99899\n3908,1646309729,47.74312,8.99898\n3909,1646309730,47.74312,8.99897\n3910,1646309731,47.74310,8.99901\n3911,1646309773,47.74317,8.99913\n3912,1646309775,47.74315,8.99911\n3913,1646309776,47.74315,8.99909\n3914,1646309777,47.74315,8.99909\n3915,1646309778,47.74315,8.99909\n3916,1646309779,47.74315,8.99909\n3917,1646309780,47.74314,8.99909\n3918,1646309781,47.74314,8.99909\n3919,1646309782,47.74314,8.99909\n3920,1646309783,47.74314,8.99909\n3921,1646309819,47.74301,8.99928\n3922,1646309820,47.74301,8.99921\n3923,1646309821,47.74301,8.99918\n3924,1646309822,47.74300,8.99915\n3925,1646309823,47.74300,8.99914\n3926,1646309824,47.74301,8.99912\n3927,1646309825,47.74302,8.99912\n3928,1646309826,47.74303,8.99912\n3929,1646309827,47.74307,8.99903\n3930,1646309829,47.74308,8.99903\n3931,1646309868,47.74320,8.99857\n3932,1646309869,47.74306,8.99905\n3933,1646309871,47.74305,8.99903\n3934,1646309872,47.74306,8.99903\n3935,1646309873,47.74306,8.99903\n3936,1646309874,47.74306,8.99903\n3937,1646309875,47.74306,8.99903\n3938,1646309876,47.74306,8.99903\n3939,1646309877,47.74306,8.99903\n3940,1646309878,47.74306,8.99904\n3941,1646309911,47.74313,8.99903\n3942,1646309912,47.74311,8.99907\n3943,1646309913,47.74312,8.99905\n3944,1646309914,47.74312,8.99902\n3945,1646309915,47.74313,8.99900\n3946,1646309916,47.74313,8.99898\n3947,1646309917,47.74315,8.99896\n3948,1646309918,47.74317,8.99896\n3949,1646309919,47.74318,8.99897\n3950,1646309920,47.74318,8.99896\n3951,1646309956,47.74321,8.99903\n3952,1646309957,47.74319,8.99905\n3953,1646309958,47.74318,8.99904\n3954,1646309959,47.74317,8.99904\n3955,1646309960,47.74317,8.99904\n3956,1646309961,47.74317,8.99904\n3957,1646309962,47.74317,8.99904\n3958,1646309963,47.74317,8.99904\n3959,1646309964,47.74318,8.99903\n3960,1646309965,47.74315,8.99910\n3961,1646310000,47.74323,8.99903\n3962,1646310001,47.74323,8.99904\n3963,1646310002,47.74321,8.99905\n3964,1646310003,47.74320,8.99905\n3965,1646310004,47.74320,8.99903\n3966,1646310005,47.74320,8.99903\n3967,1646310006,47.74320,8.99901\n3968,1646310008,47.74315,8.99909\n3969,1646310009,47.74315,8.99908\n3970,1646310010,47.74315,8.99907\n3971,1646310044,47.74317,8.99929\n3972,1646310045,47.74316,8.99928\n3973,1646310046,47.74315,8.99927\n3974,1646310047,47.74313,8.99921\n3975,1646310048,47.74312,8.99920\n3976,1646310049,47.74310,8.99917\n3977,1646310050,47.74309,8.99915\n3978,1646310051,47.74309,8.99912\n3979,1646310052,47.74308,8.99911\n3980,1646310053,47.74308,8.99909\n3981,1646310087,47.74309,8.99905\n3982,1646310088,47.74314,8.99902\n3983,1646310089,47.74316,8.99902\n3984,1646310090,47.74315,8.99902\n3985,1646310091,47.74314,8.99902\n3986,1646310092,47.74313,8.99903\n3987,1646310093,47.74312,8.99903\n3988,1646310094,47.74312,8.99904\n3989,1646310095,47.74312,8.99904\n3990,1646310096,47.74311,8.99905\n3991,1646310130,47.74325,8.99916\n3992,1646310131,47.74319,8.99907\n3993,1646310132,47.74316,8.99904\n3994,1646310133,47.74314,8.99902\n3995,1646310134,47.74313,8.99900\n3996,1646310135,47.74312,8.99899\n3997,1646310136,47.74311,8.99899\n3998,1646310137,47.74311,8.99898\n3999,1646310138,47.74310,8.99898\n4000,1646310139,47.74310,8.99897\n4001,1646310173,47.74328,8.99905\n4002,1646310174,47.74326,8.99905\n4003,1646310175,47.74324,8.99907\n4004,1646310176,47.74324,8.99908\n4005,1646310177,47.74324,8.99910\n4006,1646310178,47.74324,8.99913\n4007,1646310179,47.74325,8.99914\n4008,1646310180,47.74325,8.99915\n4009,1646310181,47.74319,8.99920\n4010,1646310183,47.74320,8.99920\n4011,1646310218,47.74307,8.99916\n4012,1646310219,47.74310,8.99917\n4013,1646310220,47.74312,8.99917\n4014,1646310221,47.74314,8.99917\n4015,1646310222,47.74315,8.99917\n4016,1646310223,47.74320,8.99914\n4017,1646310225,47.74321,8.99916\n4018,1646310226,47.74322,8.99917\n4019,1646310227,47.74322,8.99918\n4020,1646310228,47.74323,8.99919\n4021,1646310262,47.74321,8.99927\n4022,1646310263,47.74324,8.99919\n4023,1646310264,47.74326,8.99915\n4024,1646310265,47.74326,8.99912\n4025,1646310266,47.74325,8.99910\n4026,1646310267,47.74325,8.99908\n4027,1646310268,47.74325,8.99907\n4028,1646310269,47.74326,8.99906\n4029,1646310270,47.74325,8.99906\n4030,1646310271,47.74314,8.99910\n4031,1646310309,47.74317,8.99884\n4032,1646310310,47.74320,8.99881\n4033,1646310311,47.74321,8.99882\n4034,1646310312,47.74323,8.99881\n4035,1646310313,47.74311,8.99896\n4036,1646310315,47.74310,8.99896\n4037,1646310316,47.74309,8.99897\n4038,1646310317,47.74310,8.99898\n4039,1646310318,47.74311,8.99898\n4040,1646310319,47.74311,8.99899\n4041,1646310355,47.74327,8.99897\n4042,1646310356,47.74327,8.99893\n4043,1646310357,47.74327,8.99892\n4044,1646310358,47.74328,8.99889\n4045,1646310359,47.74329,8.99889\n4046,1646310360,47.74329,8.99889\n4047,1646310361,47.74313,8.99909\n4048,1646310363,47.74313,8.99909\n4049,1646310364,47.74314,8.99909\n4050,1646310365,47.74314,8.99909\n4051,1646310404,47.74305,8.99917\n4052,1646310405,47.74304,8.99924\n4053,1646310406,47.74307,8.99911\n4054,1646310407,47.74307,8.99908\n4055,1646310408,47.74309,8.99901\n4056,1646310409,47.74308,8.99899\n4057,1646310411,47.74309,8.99898\n4058,1646310412,47.74308,8.99898\n4059,1646310413,47.74309,8.99897\n4060,1646310414,47.74309,8.99896\n4061,1646310449,47.74332,8.99898\n4062,1646310450,47.74330,8.99898\n4063,1646310451,47.74328,8.99897\n4064,1646310452,47.74328,8.99898\n4065,1646310453,47.74327,8.99898\n4066,1646310454,47.74327,8.99898\n4067,1646310455,47.74326,8.99897\n4068,1646310456,47.74326,8.99897\n4069,1646310457,47.74319,8.99905\n4070,1646310459,47.74318,8.99904\n4071,1646310496,47.74299,8.99899\n4072,1646310497,47.74299,8.99904\n4073,1646310498,47.74302,8.99906\n4074,1646310499,47.74302,8.99908\n4075,1646310500,47.74301,8.99908\n4076,1646310501,47.74301,8.99909\n4077,1646310502,47.74302,8.99908\n4078,1646310503,47.74303,8.99908\n4079,1646310504,47.74303,8.99907\n4080,1646310505,47.74314,8.99899\n4081,1646310540,47.74301,8.99903\n4082,1646310541,47.74297,8.99907\n4083,1646310542,47.74295,8.99909\n4084,1646310543,47.74295,8.99910\n4085,1646310544,47.74295,8.99911\n4086,1646310545,47.74295,8.99911\n4087,1646310546,47.74295,8.99911\n4088,1646310547,47.74304,8.99906\n4089,1646310549,47.74304,8.99905\n4090,1646310550,47.74303,8.99904\n4091,1646310585,47.74306,8.99924\n4092,1646310586,47.74306,8.99923\n4093,1646310587,47.74306,8.99922\n4094,1646310588,47.74305,8.99920\n4095,1646310589,47.74306,8.99918\n4096,1646310590,47.74306,8.99917\n4097,1646310591,47.74306,8.99916\n4098,1646310592,47.74307,8.99916\n4099,1646310593,47.74306,8.99915\n4100,1646310594,47.74306,8.99914\n4101,1646310630,47.74332,8.99907\n4102,1646310631,47.74330,8.99909\n4103,1646310632,47.74330,8.99911\n4104,1646310633,47.74329,8.99911\n4105,1646310634,47.74328,8.99912\n4106,1646310635,47.74327,8.99913\n4107,1646310636,47.74326,8.99913\n4108,1646310637,47.74319,8.99916\n4109,1646310639,47.74320,8.99916\n4110,1646310640,47.74319,8.99916\n4111,1646310673,47.74313,8.99899\n4112,1646310674,47.74315,8.99893\n4113,1646310675,47.74314,8.99895\n4114,1646310676,47.74313,8.99897\n4115,1646310677,47.74313,8.99898\n4116,1646310678,47.74312,8.99898\n4117,1646310679,47.74312,8.99898\n4118,1646310680,47.74312,8.99898\n4119,1646310681,47.74311,8.99898\n4120,1646310682,47.74311,8.99898\n4121,1646310716,47.74317,8.99939\n4122,1646310717,47.74314,8.99939\n4123,1646310718,47.74314,8.99938\n4124,1646310719,47.74319,8.99914\n4125,1646310720,47.74318,8.99914\n4126,1646310721,47.74319,8.99912\n4127,1646310722,47.74320,8.99910\n4128,1646310723,47.74322,8.99907\n4129,1646310724,47.74321,8.99905\n4130,1646310725,47.74322,8.99903\n4131,1646310764,47.74320,8.99892\n4132,1646310765,47.74322,8.99889\n4133,1646310766,47.74322,8.99889\n4134,1646310767,47.74323,8.99888\n4135,1646310768,47.74323,8.99888\n4136,1646310769,47.74324,8.99888\n4137,1646310770,47.74319,8.99905\n4138,1646310772,47.74319,8.99906\n4139,1646310773,47.74319,8.99907\n4140,1646310774,47.74319,8.99906\n4141,1646310807,47.74310,8.99916\n4142,1646310808,47.74301,8.99911\n4143,1646310809,47.74303,8.99909\n4144,1646310810,47.74304,8.99907\n4145,1646310811,47.74304,8.99906\n4146,1646310812,47.74304,8.99905\n4147,1646310813,47.74305,8.99905\n4148,1646310814,47.74306,8.99905\n4149,1646310815,47.74307,8.99905\n4150,1646310816,47.74307,8.99906\n4151,1646310853,47.74326,8.99897\n4152,1646310854,47.74327,8.99895\n4153,1646310855,47.74326,8.99894\n4154,1646310856,47.74326,8.99891\n4155,1646310857,47.74324,8.99889\n4156,1646310858,47.74324,8.99888\n4157,1646310859,47.74311,8.99899\n4158,1646310861,47.74311,8.99900\n4159,1646310862,47.74310,8.99899\n4160,1646310863,47.74310,8.99900\n4161,1646310896,47.74325,8.99913\n4162,1646310897,47.74320,8.99913\n4163,1646310898,47.74319,8.99914\n4164,1646310899,47.74318,8.99915\n4165,1646310900,47.74317,8.99914\n4166,1646310901,47.74316,8.99913\n4167,1646310902,47.74315,8.99913\n4168,1646310903,47.74314,8.99913\n4169,1646310904,47.74313,8.99914\n4170,1646310905,47.74313,8.99914\n4171,1646310938,47.74311,8.99911\n4172,1646310939,47.74314,8.99908\n4173,1646310940,47.74314,8.99906\n4174,1646310941,47.74313,8.99906\n4175,1646310942,47.74313,8.99906\n4176,1646310943,47.74314,8.99905\n4177,1646310944,47.74314,8.99905\n4178,1646310945,47.74314,8.99905\n4179,1646310946,47.74314,8.99905\n4180,1646310947,47.74314,8.99905\n4181,1646310982,47.74310,8.99905\n4182,1646310983,47.74311,8.99904\n4183,1646310984,47.74312,8.99904\n4184,1646310985,47.74311,8.99905\n4185,1646310986,47.74311,8.99906\n4186,1646310987,47.74310,8.99907\n4187,1646310988,47.74309,8.99907\n4188,1646310989,47.74310,8.99907\n4189,1646310990,47.74310,8.99908\n4190,1646310991,47.74311,8.99909\n4191,1646311025,47.74317,8.99904\n4192,1646311026,47.74316,8.99905\n4193,1646311027,47.74315,8.99905\n4194,1646311028,47.74314,8.99905\n4195,1646311029,47.74314,8.99905\n4196,1646311030,47.74314,8.99906\n4197,1646311031,47.74314,8.99906\n4198,1646311032,47.74314,8.99906\n4199,1646311033,47.74315,8.99905\n4200,1646311035,47.74316,8.99906\n4201,1646311069,47.74313,8.99906\n4202,1646311070,47.74314,8.99906\n4203,1646311071,47.74314,8.99907\n4204,1646311072,47.74313,8.99909\n4205,1646311073,47.74312,8.99909\n4206,1646311074,47.74312,8.99909\n4207,1646311075,47.74316,8.99907\n4208,1646311077,47.74315,8.99907\n4209,1646311078,47.74315,8.99906\n4210,1646311079,47.74315,8.99906\n4211,1646311113,47.74325,8.99901\n4212,1646311114,47.74323,8.99901\n4213,1646311115,47.74322,8.99902\n4214,1646311116,47.74321,8.99902\n4215,1646311117,47.74321,8.99902\n4216,1646311118,47.74321,8.99903\n4217,1646311119,47.74321,8.99903\n4218,1646311120,47.74320,8.99904\n4219,1646311121,47.74320,8.99905\n4220,1646311122,47.74320,8.99905\n4221,1646311156,47.74317,8.99904\n4222,1646311157,47.74317,8.99903\n4223,1646311158,47.74319,8.99902\n4224,1646311159,47.74320,8.99902\n4225,1646311160,47.74319,8.99901\n4226,1646311161,47.74319,8.99900\n4227,1646311162,47.74319,8.99899\n4228,1646311163,47.74318,8.99898\n4229,1646311164,47.74319,8.99897\n4230,1646311165,47.74313,8.99901\n4231,1646311200,47.74326,8.99900\n4232,1646311201,47.74321,8.99901\n4233,1646311202,47.74319,8.99902\n4234,1646311203,47.74318,8.99902\n4235,1646311204,47.74318,8.99902\n4236,1646311205,47.74318,8.99902\n4237,1646311206,47.74318,8.99903\n4238,1646311207,47.74319,8.99902\n4239,1646311208,47.74313,8.99906\n4240,1646311210,47.74313,8.99906\n4241,1646311245,47.74306,8.99907\n4242,1646311246,47.74306,8.99908\n4243,1646311247,47.74306,8.99907\n4244,1646311248,47.74307,8.99907\n4245,1646311249,47.74307,8.99908\n4246,1646311250,47.74306,8.99908\n4247,1646311251,47.74306,8.99908\n4248,1646311252,47.74306,8.99908\n4249,1646311253,47.74306,8.99907\n4250,1646311254,47.74306,8.99907\n4251,1646311292,47.74307,8.99897\n4252,1646311293,47.74308,8.99898\n4253,1646311294,47.74306,8.99900\n4254,1646311295,47.74305,8.99901\n4255,1646311296,47.74302,8.99902\n4256,1646311299,47.74302,8.99903\n4257,1646311300,47.74303,8.99903\n4258,1646311301,47.74303,8.99902\n4259,1646311302,47.74303,8.99902\n4260,1646311303,47.74302,8.99902\n4261,1646311342,47.74317,8.99889\n4262,1646311343,47.74318,8.99889\n4263,1646311344,47.74318,8.99890\n4264,1646311345,47.74306,8.99903\n4265,1646311347,47.74310,8.99903\n4266,1646311348,47.74311,8.99902\n4267,1646311349,47.74311,8.99902\n4268,1646311350,47.74312,8.99902\n4269,1646311351,47.74313,8.99902\n4270,1646311352,47.74314,8.99902\n4271,1646311390,47.74342,8.99894\n4272,1646311391,47.74329,8.99895\n4273,1646311392,47.74323,8.99895\n4274,1646311393,47.74310,8.99902\n4275,1646311395,47.74309,8.99901\n4276,1646311396,47.74310,8.99901\n4277,1646311397,47.74309,8.99901\n4278,1646311398,47.74308,8.99900\n4279,1646311399,47.74308,8.99900\n4280,1646311400,47.74307,8.99900\n4281,1646311441,47.74296,8.99900\n4282,1646311443,47.74290,8.99898\n4283,1646311444,47.74297,8.99896\n4284,1646311445,47.74300,8.99896\n4285,1646311446,47.74302,8.99895\n4286,1646311447,47.74303,8.99895\n4287,1646311448,47.74304,8.99895\n4288,1646311449,47.74305,8.99894\n4289,1646311450,47.74305,8.99894\n4290,1646311451,47.74305,8.99894\n4291,1646311489,47.74317,8.99909\n4292,1646311490,47.74314,8.99909\n4293,1646311491,47.74314,8.99908\n4294,1646311492,47.74311,8.99908\n4295,1646311493,47.74308,8.99908\n4296,1646311494,47.74307,8.99908\n4297,1646311495,47.74312,8.99904\n4298,1646311497,47.74312,8.99903\n4299,1646311498,47.74313,8.99903\n4300,1646311499,47.74314,8.99903\n4301,1646311537,47.74335,8.99890\n4302,1646311538,47.74331,8.99890\n4303,1646311539,47.74325,8.99889\n4304,1646311540,47.74320,8.99889\n4305,1646311541,47.74317,8.99889\n4306,1646311542,47.74315,8.99889\n4307,1646311543,47.74304,8.99901\n4308,1646311545,47.74304,8.99900\n4309,1646311546,47.74305,8.99901\n4310,1646311547,47.74308,8.99901\n4311,1646311583,47.74309,8.99902\n4312,1646311584,47.74306,8.99902\n4313,1646311585,47.74304,8.99903\n4314,1646311586,47.74304,8.99904\n4315,1646311587,47.74304,8.99904\n4316,1646311588,47.74304,8.99905\n4317,1646311589,47.74304,8.99905\n4318,1646311590,47.74305,8.99904\n4319,1646311591,47.74308,8.99902\n4320,1646311593,47.74308,8.99902\n4321,1646311633,47.74295,8.99902\n4322,1646311635,47.74299,8.99902\n4323,1646311636,47.74300,8.99902\n4324,1646311637,47.74302,8.99901\n4325,1646311638,47.74302,8.99901\n4326,1646311639,47.74301,8.99901\n4327,1646311640,47.74301,8.99900\n4328,1646311641,47.74301,8.99900\n4329,1646311642,47.74302,8.99900\n4330,1646311643,47.74302,8.99900\n4331,1646311679,47.74312,8.99894\n4332,1646311680,47.74312,8.99892\n4333,1646311681,47.74312,8.99891\n4334,1646311682,47.74312,8.99892\n4335,1646311683,47.74313,8.99892\n4336,1646311684,47.74313,8.99892\n4337,1646311685,47.74313,8.99892\n4338,1646311686,47.74314,8.99892\n4339,1646311687,47.74305,8.99906\n4340,1646311689,47.74306,8.99905\n4341,1646311727,47.74299,8.99888\n4342,1646311728,47.74305,8.99885\n4343,1646311729,47.74295,8.99897\n4344,1646311731,47.74295,8.99898\n4345,1646311732,47.74295,8.99897\n4346,1646311733,47.74295,8.99897\n4347,1646311734,47.74295,8.99897\n4348,1646311735,47.74295,8.99896\n4349,1646311736,47.74295,8.99896\n4350,1646311737,47.74295,8.99896\n4351,1646311774,47.74321,8.99899\n4352,1646311775,47.74317,8.99901\n4353,1646311776,47.74315,8.99901\n4354,1646311777,47.74305,8.99905\n4355,1646311779,47.74305,8.99904\n4356,1646311780,47.74305,8.99904\n4357,1646311781,47.74306,8.99904\n4358,1646311782,47.74306,8.99904\n4359,1646311783,47.74306,8.99904\n4360,1646311784,47.74306,8.99904\n4361,1646311819,47.74307,8.99911\n4362,1646311820,47.74307,8.99911\n4363,1646311821,47.74307,8.99910\n4364,1646311822,47.74307,8.99909\n4365,1646311823,47.74306,8.99908\n4366,1646311824,47.74306,8.99908\n4367,1646311825,47.74310,8.99905\n4368,1646311827,47.74310,8.99905\n4369,1646311828,47.74310,8.99904\n4370,1646311829,47.74311,8.99904\n4371,1646311864,47.74304,8.99914\n4372,1646311865,47.74303,8.99913\n4373,1646311866,47.74303,8.99912\n4374,1646311867,47.74303,8.99911\n4375,1646311868,47.74303,8.99910\n4376,1646311869,47.74303,8.99909\n4377,1646311870,47.74304,8.99908\n4378,1646311871,47.74304,8.99908\n4379,1646311872,47.74305,8.99907\n4380,1646311873,47.74309,8.99904\n4381,1646311907,47.74304,8.99912\n4382,1646311908,47.74304,8.99910\n4383,1646311909,47.74305,8.99909\n4384,1646311910,47.74305,8.99909\n4385,1646311911,47.74306,8.99908\n4386,1646311912,47.74306,8.99907\n4387,1646311913,47.74306,8.99908\n4388,1646311914,47.74306,8.99907\n4389,1646311915,47.74310,8.99905\n4390,1646311917,47.74309,8.99905\n4391,1646311952,47.74311,8.99902\n4392,1646311953,47.74310,8.99903\n4393,1646311954,47.74309,8.99904\n4394,1646311955,47.74309,8.99905\n4395,1646311956,47.74309,8.99904\n4396,1646311957,47.74316,8.99899\n4397,1646311959,47.74315,8.99899\n4398,1646311960,47.74314,8.99899\n4399,1646311961,47.74314,8.99899\n4400,1646311962,47.74314,8.99899\n4401,1646311996,47.74331,8.99900\n4402,1646311997,47.74329,8.99901\n4403,1646311998,47.74327,8.99900\n4404,1646311999,47.74324,8.99900\n4405,1646312000,47.74323,8.99901\n4406,1646312001,47.74322,8.99901\n4407,1646312002,47.74322,8.99901\n4408,1646312003,47.74322,8.99902\n4409,1646312004,47.74322,8.99902\n4410,1646312005,47.74316,8.99905\n4411,1646312040,47.74314,8.99908\n4412,1646312041,47.74310,8.99910\n4413,1646312042,47.74308,8.99911\n4414,1646312043,47.74308,8.99911\n4415,1646312044,47.74307,8.99911\n4416,1646312045,47.74307,8.99911\n4417,1646312046,47.74307,8.99911\n4418,1646312047,47.74312,8.99909\n4419,1646312049,47.74312,8.99910\n4420,1646312050,47.74312,8.99909\n4421,1646312091,47.74317,8.99907\n4422,1646312092,47.74314,8.99907\n4423,1646312093,47.74309,8.99908\n4424,1646312094,47.74311,8.99908\n4425,1646312095,47.74314,8.99908\n4426,1646312097,47.74316,8.99909\n4427,1646312098,47.74316,8.99908\n4428,1646312099,47.74317,8.99908\n4429,1646312100,47.74317,8.99908\n4430,1646312101,47.74317,8.99908\n4431,1646312143,47.74314,8.99893\n4432,1646312145,47.74314,8.99893\n4433,1646312146,47.74313,8.99893\n4434,1646312147,47.74313,8.99892\n4435,1646312148,47.74313,8.99892\n4436,1646312149,47.74312,8.99892\n4437,1646312150,47.74313,8.99893\n4438,1646312151,47.74313,8.99893\n4439,1646312152,47.74313,8.99894\n4440,1646312153,47.74313,8.99895\n4441,1646312189,47.74322,8.99906\n4442,1646312190,47.74323,8.99903\n4443,1646312191,47.74323,8.99902\n4444,1646312192,47.74322,8.99902\n4445,1646312193,47.74322,8.99902\n4446,1646312194,47.74322,8.99903\n4447,1646312195,47.74322,8.99902\n4448,1646312196,47.74321,8.99902\n4449,1646312197,47.74314,8.99904\n4450,1646312199,47.74315,8.99904\n4451,1646312234,47.74326,8.99903\n4452,1646312235,47.74324,8.99903\n4453,1646312236,47.74324,8.99902\n4454,1646312237,47.74323,8.99902\n4455,1646312238,47.74321,8.99901\n4456,1646312239,47.74315,8.99902\n4457,1646312241,47.74315,8.99902\n4458,1646312242,47.74315,8.99901\n4459,1646312243,47.74316,8.99901\n4460,1646312244,47.74316,8.99901\n4461,1646312277,47.74307,8.99916\n4462,1646312278,47.74299,8.99905\n4463,1646312279,47.74301,8.99905\n4464,1646312280,47.74302,8.99904\n4465,1646312281,47.74303,8.99904\n4466,1646312282,47.74303,8.99903\n4467,1646312283,47.74305,8.99902\n4468,1646312284,47.74305,8.99902\n4469,1646312285,47.74305,8.99901\n4470,1646312286,47.74305,8.99901\n4471,1646312321,47.74295,8.99895\n4472,1646312322,47.74295,8.99897\n4473,1646312323,47.74297,8.99898\n4474,1646312324,47.74299,8.99899\n4475,1646312325,47.74300,8.99899\n4476,1646312326,47.74300,8.99900\n4477,1646312327,47.74301,8.99901\n4478,1646312328,47.74302,8.99901\n4479,1646312329,47.74305,8.99901\n4480,1646312331,47.74306,8.99901\n4481,1646312371,47.74305,8.99906\n4482,1646312373,47.74306,8.99907\n4483,1646312374,47.74306,8.99907\n4484,1646312375,47.74305,8.99907\n4485,1646312376,47.74306,8.99906\n4486,1646312377,47.74307,8.99907\n4487,1646312378,47.74307,8.99908\n4488,1646312379,47.74307,8.99908\n4489,1646312380,47.74307,8.99908\n4490,1646312381,47.74307,8.99908\n4491,1646312421,47.74275,8.99900\n4492,1646312422,47.74278,8.99903\n4493,1646312423,47.74283,8.99904\n4494,1646312424,47.74284,8.99905\n4495,1646312425,47.74304,8.99904\n4496,1646312427,47.74304,8.99905\n4497,1646312428,47.74305,8.99905\n4498,1646312429,47.74306,8.99906\n4499,1646312430,47.74305,8.99906\n4500,1646312431,47.74305,8.99905\n4501,1646312473,47.74294,8.99902\n4502,1646312475,47.74306,8.99905\n4503,1646312476,47.74308,8.99907\n4504,1646312477,47.74309,8.99906\n4505,1646312478,47.74308,8.99904\n4506,1646312479,47.74308,8.99903\n4507,1646312480,47.74309,8.99903\n4508,1646312481,47.74309,8.99902\n4509,1646312482,47.74309,8.99901\n4510,1646312483,47.74310,8.99902\n4511,1646312518,47.74311,8.99896\n4512,1646312519,47.74311,8.99897\n4513,1646312520,47.74312,8.99898\n4514,1646312521,47.74313,8.99898\n4515,1646312522,47.74313,8.99900\n4516,1646312523,47.74313,8.99900\n4517,1646312524,47.74314,8.99902\n4518,1646312525,47.74314,8.99903\n4519,1646312526,47.74314,8.99905\n4520,1646312527,47.74311,8.99905\n4521,1646312563,47.74304,8.99904\n4522,1646312564,47.74306,8.99901\n4523,1646312565,47.74307,8.99902\n4524,1646312566,47.74308,8.99901\n4525,1646312567,47.74309,8.99900\n4526,1646312568,47.74310,8.99900\n4527,1646312569,47.74310,8.99899\n4528,1646312571,47.74310,8.99898\n4529,1646312572,47.74309,8.99898\n4530,1646312573,47.74309,8.99897\n4531,1646312617,47.74323,8.99904\n4532,1646312619,47.74319,8.99900\n4533,1646312620,47.74318,8.99899\n4534,1646312621,47.74317,8.99899\n4535,1646312622,47.74316,8.99898\n4536,1646312623,47.74315,8.99897\n4537,1646312624,47.74314,8.99896\n4538,1646312625,47.74314,8.99896\n4539,1646312626,47.74313,8.99895\n4540,1646312627,47.74313,8.99895\n4541,1646312664,47.74340,8.99907\n4542,1646312665,47.74334,8.99909\n4543,1646312666,47.74331,8.99910\n4544,1646312667,47.74328,8.99912\n4545,1646312668,47.74325,8.99912\n4546,1646312669,47.74323,8.99912\n4547,1646312670,47.74321,8.99912\n4548,1646312671,47.74320,8.99910\n4549,1646312673,47.74319,8.99909\n4550,1646312674,47.74318,8.99909\n4551,1646312710,47.74292,8.99919\n4552,1646312711,47.74295,8.99918\n4553,1646312712,47.74296,8.99916\n4554,1646312713,47.74296,8.99913\n4555,1646312714,47.74296,8.99912\n4556,1646312715,47.74296,8.99911\n4557,1646312716,47.74297,8.99910\n4558,1646312717,47.74297,8.99909\n4559,1646312718,47.74299,8.99909\n4560,1646312719,47.74311,8.99903\n4561,1646312752,47.74326,8.99893\n4562,1646312753,47.74310,8.99906\n4563,1646312754,47.74311,8.99905\n4564,1646312755,47.74316,8.99904\n4565,1646312756,47.74319,8.99903\n4566,1646312757,47.74321,8.99901\n4567,1646312758,47.74322,8.99901\n4568,1646312759,47.74323,8.99901\n4569,1646312760,47.74323,8.99901\n4570,1646312761,47.74320,8.99901\n4571,1646312795,47.74319,8.99895\n4572,1646312796,47.74318,8.99896\n4573,1646312797,47.74317,8.99898\n4574,1646312798,47.74317,8.99898\n4575,1646312799,47.74318,8.99898\n4576,1646312800,47.74319,8.99898\n4577,1646312801,47.74320,8.99899\n4578,1646312802,47.74321,8.99899\n4579,1646312803,47.74320,8.99901\n4580,1646312805,47.74320,8.99901\n4581,1646312840,47.74318,8.99889\n4582,1646312841,47.74316,8.99891\n4583,1646312842,47.74315,8.99894\n4584,1646312843,47.74315,8.99895\n4585,1646312844,47.74315,8.99895\n4586,1646312845,47.74308,8.99900\n4587,1646312847,47.74308,8.99898\n4588,1646312848,47.74308,8.99898\n4589,1646312849,47.74309,8.99898\n4590,1646312850,47.74309,8.99898\n4591,1646312884,47.74293,8.99910\n4592,1646312885,47.74294,8.99909\n4593,1646312886,47.74294,8.99909\n4594,1646312887,47.74296,8.99908\n4595,1646312888,47.74296,8.99907\n4596,1646312889,47.74296,8.99906\n4597,1646312890,47.74296,8.99904\n4598,1646312891,47.74296,8.99904\n4599,1646312892,47.74297,8.99904\n4600,1646312893,47.74305,8.99898\n4601,1646312928,47.74487,8.99938\n4602,1646312929,47.74493,8.99941\n4603,1646312930,47.74308,8.99910\n4604,1646312931,47.74306,8.99911\n4605,1646312932,47.74305,8.99911\n4606,1646312933,47.74304,8.99910\n4607,1646312934,47.74304,8.99910\n4608,1646312935,47.74312,8.99905\n4609,1646312937,47.74312,8.99905\n4610,1646312938,47.74311,8.99905\n4611,1646312973,47.74331,8.99896\n4612,1646312974,47.74328,8.99898\n4613,1646312975,47.74326,8.99897\n4614,1646312976,47.74325,8.99897\n4615,1646312977,47.74324,8.99897\n4616,1646312978,47.74323,8.99896\n4617,1646312979,47.74321,8.99896\n4618,1646312980,47.74321,8.99896\n4619,1646312981,47.74320,8.99897\n4620,1646312982,47.74320,8.99897\n4621,1646313016,47.74317,8.99908\n4622,1646313017,47.74318,8.99906\n4623,1646313018,47.74322,8.99902\n4624,1646313019,47.74322,8.99902\n4625,1646313020,47.74321,8.99902\n4626,1646313021,47.74321,8.99901\n4627,1646313022,47.74320,8.99901\n4628,1646313023,47.74320,8.99901\n4629,1646313024,47.74319,8.99900\n4630,1646313025,47.74313,8.99903\n4631,1646313063,47.74319,8.99898\n4632,1646313064,47.74319,8.99898\n4633,1646313065,47.74319,8.99898\n4634,1646313066,47.74319,8.99898\n4635,1646313067,47.74320,8.99898\n4636,1646313068,47.74312,8.99901\n4637,1646313070,47.74314,8.99902\n4638,1646313071,47.74314,8.99902\n4639,1646313072,47.74315,8.99902\n4640,1646313073,47.74315,8.99902\n4641,1646313106,47.74325,8.99894\n4642,1646313107,47.74315,8.99900\n4643,1646313108,47.74312,8.99901\n4644,1646313109,47.74309,8.99901\n4645,1646313110,47.74309,8.99903\n4646,1646313111,47.74308,8.99903\n4647,1646313112,47.74306,8.99904\n4648,1646313113,47.74306,8.99903\n4649,1646313114,47.74306,8.99904\n4650,1646313115,47.74315,8.99901\n4651,1646313154,47.74286,8.99917\n4652,1646313155,47.74291,8.99915\n4653,1646313156,47.74293,8.99914\n4654,1646313157,47.74314,8.99906\n4655,1646313159,47.74313,8.99905\n4656,1646313160,47.74312,8.99905\n4657,1646313161,47.74312,8.99904\n4658,1646313162,47.74311,8.99904\n4659,1646313163,47.74311,8.99904\n4660,1646313164,47.74311,8.99904\n4661,1646313200,47.74308,8.99909\n4662,1646313201,47.74310,8.99905\n4663,1646313202,47.74312,8.99904\n4664,1646313203,47.74312,8.99904\n4665,1646313204,47.74312,8.99904\n4666,1646313205,47.74315,8.99901\n4667,1646313207,47.74315,8.99900\n4668,1646313208,47.74315,8.99900\n4669,1646313209,47.74314,8.99900\n4670,1646313210,47.74314,8.99900\n4671,1646313245,47.74306,8.99901\n4672,1646313246,47.74306,8.99902\n4673,1646313247,47.74306,8.99902\n4674,1646313248,47.74306,8.99902\n4675,1646313249,47.74306,8.99904\n4676,1646313250,47.74306,8.99903\n4677,1646313251,47.74306,8.99903\n4678,1646313252,47.74305,8.99902\n4679,1646313253,47.74310,8.99899\n4680,1646313255,47.74309,8.99898\n4681,1646313291,47.74321,8.99904\n4682,1646313292,47.74324,8.99902\n4683,1646313293,47.74324,8.99900\n4684,1646313294,47.74324,8.99899\n4685,1646313295,47.74318,8.99901\n4686,1646313297,47.74318,8.99901\n4687,1646313298,47.74318,8.99900\n4688,1646313299,47.74318,8.99900\n4689,1646313300,47.74317,8.99900\n4690,1646313301,47.74317,8.99900\n4691,1646313337,47.74310,8.99902\n4692,1646313338,47.74311,8.99901\n4693,1646313339,47.74312,8.99901\n4694,1646313340,47.74313,8.99901\n4695,1646313341,47.74314,8.99900\n4696,1646313342,47.74314,8.99901\n4697,1646313343,47.74322,8.99897\n4698,1646313345,47.74321,8.99898\n4699,1646313346,47.74320,8.99898\n4700,1646313347,47.74320,8.99899\n4701,1646313384,47.74289,8.99913\n4702,1646313385,47.74289,8.99912\n4703,1646313386,47.74287,8.99912\n4704,1646313387,47.74286,8.99912\n4705,1646313388,47.74285,8.99913\n4706,1646313389,47.74283,8.99912\n4707,1646313390,47.74283,8.99913\n4708,1646313391,47.74304,8.99904\n4709,1646313393,47.74305,8.99904\n4710,1646313394,47.74305,8.99904\n4711,1646313427,47.74305,8.99906\n4712,1646313428,47.74296,8.99910\n4713,1646313429,47.74289,8.99911\n4714,1646313431,47.74288,8.99911\n4715,1646313432,47.74289,8.99911\n4716,1646313433,47.74290,8.99910\n4717,1646313434,47.74292,8.99910\n4718,1646313435,47.74293,8.99909\n4719,1646313436,47.74294,8.99908\n4720,1646313437,47.74294,8.99908\n4721,1646313480,47.74344,8.99892\n4722,1646313481,47.74336,8.99895\n4723,1646313483,47.74335,8.99895\n4724,1646313484,47.74334,8.99895\n4725,1646313485,47.74334,8.99895\n4726,1646313486,47.74333,8.99896\n4727,1646313487,47.74332,8.99896\n4728,1646313488,47.74331,8.99897\n4729,1646313489,47.74330,8.99897\n4730,1646313490,47.74329,8.99897\n4731,1646313529,47.74299,8.99906\n4732,1646313530,47.74300,8.99906\n4733,1646313531,47.74300,8.99905\n4734,1646313532,47.74301,8.99905\n4735,1646313533,47.74304,8.99904\n4736,1646313534,47.74305,8.99904\n4737,1646313535,47.74325,8.99893\n4738,1646313537,47.74323,8.99894\n4739,1646313538,47.74323,8.99896\n4740,1646313539,47.74322,8.99896\n4741,1646313588,47.74322,8.99902\n4742,1646313589,47.74319,8.99903\n4743,1646313590,47.74317,8.99903\n4744,1646313591,47.74315,8.99904\n4745,1646313592,47.74314,8.99904\n4746,1646313593,47.74313,8.99904\n4747,1646313594,47.74312,8.99905\n4748,1646313595,47.74311,8.99905\n4749,1646313596,47.74311,8.99906\n4750,1646313597,47.74311,8.99906\n4751,1646313637,47.74311,8.99902\n4752,1646313638,47.74309,8.99903\n4753,1646313640,47.74307,8.99904\n4754,1646313641,47.74306,8.99905\n4755,1646313642,47.74306,8.99906\n4756,1646313643,47.74306,8.99906\n4757,1646313644,47.74307,8.99906\n4758,1646313645,47.74307,8.99906\n4759,1646313646,47.74308,8.99906\n4760,1646313647,47.74308,8.99906\n4761,1646313688,47.74310,8.99905\n4762,1646313689,47.74310,8.99905\n4763,1646313690,47.74310,8.99905\n4764,1646313691,47.74325,8.99899\n4765,1646313693,47.74325,8.99899\n4766,1646313694,47.74325,8.99899\n4767,1646313695,47.74325,8.99899\n4768,1646313696,47.74326,8.99898\n4769,1646313697,47.74326,8.99898\n4770,1646313698,47.74326,8.99899\n4771,1646313737,47.74313,8.99893\n4772,1646313738,47.74311,8.99893\n4773,1646313739,47.74301,8.99896\n4774,1646313741,47.74302,8.99896\n4775,1646313742,47.74302,8.99896\n4776,1646313743,47.74302,8.99896\n4777,1646313744,47.74303,8.99896\n4778,1646313745,47.74304,8.99896\n4779,1646313746,47.74304,8.99896\n4780,1646313747,47.74304,8.99896\n4781,1646313787,47.74314,8.99891\n4782,1646313789,47.74316,8.99892\n4783,1646313790,47.74316,8.99892\n4784,1646313791,47.74316,8.99892\n4785,1646313792,47.74316,8.99892\n4786,1646313793,47.74316,8.99892\n4787,1646313794,47.74317,8.99892\n4788,1646313795,47.74318,8.99892\n4789,1646313796,47.74318,8.99892\n4790,1646313797,47.74318,8.99892\n4791,1646313836,47.74334,8.99888\n4792,1646313837,47.74331,8.99889\n4793,1646313838,47.74330,8.99889\n4794,1646313839,47.74329,8.99889\n4795,1646313840,47.74328,8.99890\n4796,1646313841,47.74320,8.99893\n4797,1646313843,47.74321,8.99893\n4798,1646313844,47.74321,8.99893\n4799,1646313845,47.74321,8.99893\n4800,1646313846,47.74320,8.99893\n4801,1646313885,47.74304,8.99898\n4802,1646313886,47.74308,8.99897\n4803,1646313887,47.74310,8.99897\n4804,1646313888,47.74312,8.99897\n4805,1646313889,47.74326,8.99892\n4806,1646313891,47.74326,8.99893\n4807,1646313892,47.74326,8.99893\n4808,1646313893,47.74326,8.99894\n4809,1646313894,47.74327,8.99894\n4810,1646313895,47.74328,8.99894\n4811,1646313933,47.74319,8.99900\n4812,1646313934,47.74319,8.99900\n4813,1646313935,47.74319,8.99900\n4814,1646313936,47.74317,8.99901\n4815,1646313937,47.74329,8.99897\n4816,1646313939,47.74329,8.99896\n4817,1646313940,47.74329,8.99896\n4818,1646313941,47.74327,8.99896\n4819,1646313942,47.74327,8.99896\n4820,1646313943,47.74326,8.99896\n4821,1646313979,47.74335,8.99891\n4822,1646313980,47.74333,8.99892\n4823,1646313982,47.74338,8.99888\n4824,1646313983,47.74339,8.99887\n4825,1646313984,47.74342,8.99886\n4826,1646313985,47.74328,8.99891\n4827,1646313987,47.74329,8.99892\n4828,1646313988,47.74329,8.99893\n4829,1646313989,47.74328,8.99893\n4830,1646313990,47.74328,8.99893\n4831,1646314032,47.74332,8.99912\n4832,1646314033,47.74312,8.99918\n4833,1646314035,47.74315,8.99917\n4834,1646314036,47.74314,8.99918\n4835,1646314037,47.74314,8.99918\n4836,1646314038,47.74313,8.99917\n4837,1646314039,47.74313,8.99917\n4838,1646314040,47.74313,8.99916\n4839,1646314041,47.74313,8.99916\n4840,1646314042,47.74314,8.99916\n4841,1646314083,47.74345,8.99899\n4842,1646314084,47.74344,8.99900\n4843,1646314085,47.74343,8.99900\n4844,1646314086,47.74341,8.99900\n4845,1646314089,47.74302,8.99908\n4846,1646314090,47.74303,8.99908\n4847,1646314091,47.74303,8.99908\n4848,1646314092,47.74303,8.99908\n4849,1646314093,47.74303,8.99908\n4850,1646314094,47.74304,8.99908\n4851,1646314137,47.74292,8.99895\n4852,1646314140,47.74297,8.99893\n4853,1646314141,47.74298,8.99892\n4854,1646314142,47.74298,8.99890\n4855,1646314143,47.74298,8.99890\n4856,1646314144,47.74297,8.99888\n4857,1646314145,47.74297,8.99887\n4858,1646314146,47.74297,8.99886\n4859,1646314147,47.74297,8.99886\n4860,1646314148,47.74297,8.99885\n4861,1646314201,47.74307,8.99902\n4862,1646314203,47.74302,8.99901\n4863,1646314204,47.74300,8.99901\n4864,1646314205,47.74299,8.99901\n4865,1646314206,47.74299,8.99901\n4866,1646314207,47.74299,8.99900\n4867,1646314208,47.74299,8.99900\n4868,1646314209,47.74299,8.99900\n4869,1646314210,47.74299,8.99900\n4870,1646314211,47.74299,8.99900\n4871,1646314244,47.74295,8.99895\n4872,1646314245,47.74298,8.99900\n4873,1646314246,47.74300,8.99901\n4874,1646314247,47.74301,8.99900\n4875,1646314248,47.74301,8.99900\n4876,1646314249,47.74301,8.99900\n4877,1646314250,47.74300,8.99899\n4878,1646314251,47.74301,8.99899\n4879,1646314252,47.74301,8.99899\n4880,1646314253,47.74301,8.99899\n4881,1646314288,47.74299,8.99894\n4882,1646314289,47.74299,8.99894\n4883,1646314290,47.74298,8.99890\n4884,1646314291,47.74297,8.99893\n4885,1646314292,47.74298,8.99898\n4886,1646314293,47.74298,8.99899\n4887,1646314294,47.74298,8.99900\n4888,1646314295,47.74298,8.99900\n4889,1646314296,47.74298,8.99901\n4890,1646314297,47.74298,8.99901\n4891,1646314330,47.74312,8.99901\n4892,1646314331,47.74311,8.99898\n4893,1646314332,47.74310,8.99898\n4894,1646314333,47.74308,8.99898\n4895,1646314334,47.74308,8.99899\n4896,1646314335,47.74307,8.99901\n4897,1646314336,47.74306,8.99901\n4898,1646314337,47.74305,8.99902\n4899,1646314338,47.74304,8.99902\n4900,1646314339,47.74305,8.99899\n4901,1646314373,47.74310,8.99899\n4902,1646314374,47.74308,8.99900\n4903,1646314375,47.74307,8.99901\n4904,1646314376,47.74305,8.99902\n4905,1646314377,47.74304,8.99903\n4906,1646314378,47.74304,8.99904\n4907,1646314379,47.74303,8.99904\n4908,1646314380,47.74303,8.99904\n4909,1646314381,47.74308,8.99902\n4910,1646314383,47.74307,8.99902\n4911,1646314417,47.74297,8.99906\n4912,1646314418,47.74297,8.99906\n4913,1646314419,47.74296,8.99906\n4914,1646314420,47.74296,8.99906\n4915,1646314421,47.74297,8.99906\n4916,1646314422,47.74297,8.99905\n4917,1646314423,47.74300,8.99899\n4918,1646314425,47.74301,8.99899\n4919,1646314426,47.74301,8.99899\n4920,1646314427,47.74301,8.99899\n4921,1646314460,47.74297,8.99905\n4922,1646314461,47.74297,8.99905\n4923,1646314462,47.74298,8.99904\n4924,1646314463,47.74297,8.99902\n4925,1646314464,47.74298,8.99903\n4926,1646314465,47.74297,8.99903\n4927,1646314466,47.74297,8.99903\n4928,1646314467,47.74297,8.99902\n4929,1646314468,47.74297,8.99902\n4930,1646314469,47.74297,8.99902\n4931,1646314502,47.74336,8.99897\n4932,1646314503,47.74309,8.99904\n4933,1646314504,47.74308,8.99903\n4934,1646314505,47.74307,8.99904\n4935,1646314506,47.74306,8.99905\n4936,1646314507,47.74305,8.99905\n4937,1646314508,47.74304,8.99906\n4938,1646314509,47.74303,8.99906\n4939,1646314510,47.74303,8.99906\n4940,1646314511,47.74303,8.99905\n4941,1646314545,47.74300,8.99920\n4942,1646314546,47.74294,8.99905\n4943,1646314547,47.74293,8.99905\n4944,1646314548,47.74292,8.99906\n4945,1646314549,47.74293,8.99906\n4946,1646314550,47.74294,8.99906\n4947,1646314551,47.74296,8.99906\n4948,1646314552,47.74297,8.99906\n4949,1646314553,47.74297,8.99907\n4950,1646314554,47.74298,8.99907\n4951,1646314587,47.74290,8.99909\n4952,1646314588,47.74293,8.99906\n4953,1646314589,47.74294,8.99905\n4954,1646314590,47.74295,8.99904\n4955,1646314591,47.74296,8.99904\n4956,1646314592,47.74296,8.99904\n4957,1646314593,47.74297,8.99904\n4958,1646314594,47.74298,8.99903\n4959,1646314595,47.74298,8.99903\n4960,1646314596,47.74298,8.99903\n4961,1646314630,47.74307,8.99900\n4962,1646314631,47.74307,8.99901\n4963,1646314632,47.74307,8.99901\n4964,1646314633,47.74305,8.99901\n4965,1646314634,47.74304,8.99901\n4966,1646314635,47.74303,8.99901\n4967,1646314636,47.74303,8.99900\n4968,1646314637,47.74303,8.99900\n4969,1646314638,47.74303,8.99901\n4970,1646314639,47.74303,8.99901\n4971,1646314672,47.74288,8.99905\n4972,1646314673,47.74292,8.99910\n4973,1646314674,47.74293,8.99908\n4974,1646314675,47.74293,8.99908\n4975,1646314676,47.74294,8.99908\n4976,1646314677,47.74294,8.99908\n4977,1646314678,47.74294,8.99908\n4978,1646314679,47.74294,8.99909\n4979,1646314680,47.74295,8.99909\n4980,1646314681,47.74304,8.99906\n4981,1646314715,47.74296,8.99906\n4982,1646314716,47.74298,8.99904\n4983,1646314717,47.74298,8.99904\n4984,1646314718,47.74298,8.99904\n4985,1646314719,47.74298,8.99904\n4986,1646314720,47.74299,8.99905\n4987,1646314721,47.74299,8.99905\n4988,1646314722,47.74300,8.99905\n4989,1646314723,47.74299,8.99905\n4990,1646314724,47.74308,8.99900\n4991,1646314757,47.74300,8.99911\n4992,1646314758,47.74298,8.99910\n4993,1646314759,47.74299,8.99909\n4994,1646314760,47.74300,8.99908\n4995,1646314761,47.74300,8.99908\n4996,1646314762,47.74300,8.99908\n4997,1646314763,47.74299,8.99907\n4998,1646314764,47.74299,8.99908\n4999,1646314765,47.74306,8.99903\n5000,1646314767,47.74306,8.99903\n5001,1646314801,47.74302,8.99902\n5002,1646314802,47.74300,8.99903\n5003,1646314803,47.74300,8.99904\n5004,1646314804,47.74299,8.99903\n5005,1646314805,47.74299,8.99903\n5006,1646314806,47.74300,8.99903\n5007,1646314807,47.74302,8.99900\n5008,1646314809,47.74302,8.99900\n5009,1646314810,47.74302,8.99900\n5010,1646314811,47.74303,8.99900\n5011,1646314844,47.74295,8.99900\n5012,1646314845,47.74299,8.99902\n5013,1646314846,47.74300,8.99903\n5014,1646314847,47.74301,8.99903\n5015,1646314848,47.74301,8.99903\n5016,1646314849,47.74302,8.99903\n5017,1646314850,47.74303,8.99902\n5018,1646314851,47.74303,8.99901\n5019,1646314852,47.74304,8.99901\n5020,1646314853,47.74304,8.99900\n5021,1646314886,47.74289,8.99897\n5022,1646314887,47.74302,8.99901\n5023,1646314888,47.74307,8.99900\n5024,1646314889,47.74309,8.99900\n5025,1646314890,47.74310,8.99899\n5026,1646314891,47.74311,8.99899\n5027,1646314892,47.74311,8.99899\n5028,1646314893,47.74312,8.99900\n5029,1646314894,47.74312,8.99899\n5030,1646314895,47.74312,8.99899\n5031,1646314929,47.74187,8.99935\n5032,1646314930,47.74298,8.99900\n5033,1646314931,47.74302,8.99901\n5034,1646314932,47.74302,8.99902\n5035,1646314933,47.74302,8.99903\n5036,1646314934,47.74302,8.99904\n5037,1646314935,47.74302,8.99904\n5038,1646314936,47.74302,8.99904\n5039,1646314937,47.74301,8.99905\n5040,1646314938,47.74301,8.99905\n5041,1646314971,47.74299,8.99900\n5042,1646314972,47.74295,8.99900\n5043,1646314973,47.74295,8.99902\n5044,1646314974,47.74295,8.99903\n5045,1646314975,47.74295,8.99904\n5046,1646314976,47.74296,8.99904\n5047,1646314977,47.74296,8.99904\n5048,1646314978,47.74296,8.99905\n5049,1646314979,47.74296,8.99904\n5050,1646314980,47.74296,8.99904\n5051,1646315014,47.74314,8.99903\n5052,1646315015,47.74306,8.99900\n5053,1646315016,47.74307,8.99901\n5054,1646315017,47.74306,8.99902\n5055,1646315018,47.74305,8.99902\n5056,1646315019,47.74304,8.99903\n5057,1646315020,47.74301,8.99903\n5058,1646315021,47.74301,8.99904\n5059,1646315022,47.74302,8.99903\n5060,1646315023,47.74302,8.99903\n5061,1646315056,47.74292,8.99909\n5062,1646315057,47.74289,8.99908\n5063,1646315058,47.74290,8.99907\n5064,1646315059,47.74291,8.99906\n5065,1646315060,47.74292,8.99906\n5066,1646315061,47.74293,8.99906\n5067,1646315062,47.74295,8.99906\n5068,1646315063,47.74296,8.99905\n5069,1646315064,47.74296,8.99905\n5070,1646315065,47.74308,8.99901\n5071,1646315098,47.74311,8.99915\n5072,1646315099,47.74308,8.99913\n5073,1646315100,47.74306,8.99911\n5074,1646315101,47.74304,8.99909\n5075,1646315102,47.74303,8.99908\n5076,1646315103,47.74303,8.99907\n5077,1646315104,47.74303,8.99906\n5078,1646315105,47.74303,8.99906\n5079,1646315106,47.74303,8.99905\n5080,1646315107,47.74311,8.99901\n5081,1646315142,47.74304,8.99904\n5082,1646315143,47.74302,8.99904\n5083,1646315144,47.74302,8.99904\n5084,1646315145,47.74302,8.99905\n5085,1646315146,47.74301,8.99905\n5086,1646315147,47.74300,8.99905\n5087,1646315148,47.74299,8.99906\n5088,1646315149,47.74307,8.99900\n5089,1646315151,47.74306,8.99900\n5090,1646315152,47.74305,8.99900\n5091,1646315186,47.74296,8.99899\n5092,1646315187,47.74298,8.99899\n5093,1646315188,47.74298,8.99898\n5094,1646315189,47.74299,8.99898\n5095,1646315190,47.74299,8.99899\n5096,1646315191,47.74300,8.99899\n5097,1646315192,47.74300,8.99899\n5098,1646315193,47.74300,8.99900\n5099,1646315194,47.74301,8.99900\n5100,1646315195,47.74301,8.99899\n5101,1646315229,47.74303,8.99905\n5102,1646315230,47.74305,8.99904\n5103,1646315231,47.74307,8.99903\n5104,1646315232,47.74308,8.99902\n5105,1646315233,47.74308,8.99902\n5106,1646315234,47.74307,8.99901\n5107,1646315235,47.74307,8.99901\n5108,1646315236,47.74308,8.99901\n5109,1646315237,47.74307,8.99901\n5110,1646315238,47.74307,8.99901\n5111,1646315272,47.74312,8.99901\n5112,1646315273,47.74312,8.99901\n5113,1646315274,47.74310,8.99901\n5114,1646315275,47.74310,8.99902\n5115,1646315276,47.74308,8.99903\n5116,1646315277,47.74308,8.99902\n5117,1646315278,47.74307,8.99902\n5118,1646315279,47.74307,8.99902\n5119,1646315280,47.74306,8.99902\n5120,1646315281,47.74306,8.99902\n5121,1646315314,47.74298,8.99915\n5122,1646315315,47.74298,8.99908\n5123,1646315316,47.74298,8.99907\n5124,1646315317,47.74299,8.99908\n5125,1646315318,47.74299,8.99907\n5126,1646315319,47.74298,8.99907\n5127,1646315320,47.74298,8.99907\n5128,1646315321,47.74297,8.99907\n5129,1646315322,47.74295,8.99906\n5130,1646315323,47.74307,8.99901\n5131,1646315358,47.74308,8.99901\n5132,1646315359,47.74308,8.99902\n5133,1646315360,47.74308,8.99901\n5134,1646315361,47.74304,8.99899\n5135,1646315362,47.74306,8.99901\n5136,1646315363,47.74306,8.99901\n5137,1646315364,47.74306,8.99902\n5138,1646315365,47.74306,8.99903\n5139,1646315366,47.74317,8.99897\n5140,1646315368,47.74316,8.99897\n5141,1646315401,47.74291,8.99901\n5142,1646315402,47.74289,8.99906\n5143,1646315403,47.74293,8.99905\n5144,1646315404,47.74293,8.99905\n5145,1646315405,47.74294,8.99905\n5146,1646315406,47.74296,8.99906\n5147,1646315407,47.74297,8.99906\n5148,1646315408,47.74298,8.99907\n5149,1646315409,47.74299,8.99906\n5150,1646315410,47.74300,8.99906\n5151,1646315443,47.74316,8.99899\n5152,1646315444,47.74314,8.99898\n5153,1646315445,47.74311,8.99899\n5154,1646315446,47.74309,8.99899\n5155,1646315447,47.74308,8.99899\n5156,1646315448,47.74307,8.99900\n5157,1646315449,47.74306,8.99900\n5158,1646315450,47.74306,8.99901\n5159,1646315451,47.74306,8.99902\n5160,1646315452,47.74308,8.99906\n5161,1646315487,47.74299,8.99903\n5162,1646315488,47.74298,8.99904\n5163,1646315489,47.74298,8.99903\n5164,1646315490,47.74299,8.99903\n5165,1646315491,47.74298,8.99904\n5166,1646315492,47.74298,8.99904\n5167,1646315493,47.74298,8.99904\n5168,1646315494,47.74298,8.99903\n5169,1646315495,47.74297,8.99903\n5170,1646315496,47.74297,8.99904\n5171,1646315529,47.74329,8.99900\n5172,1646315530,47.74317,8.99904\n5173,1646315531,47.74315,8.99903\n5174,1646315532,47.74311,8.99902\n5175,1646315533,47.74310,8.99901\n5176,1646315534,47.74311,8.99901\n5177,1646315535,47.74310,8.99900\n5178,1646315536,47.74310,8.99900\n5179,1646315537,47.74307,8.99897\n5180,1646315538,47.74308,8.99897\n5181,1646315572,47.74308,8.99892\n5182,1646315573,47.74312,8.99900\n5183,1646315574,47.74310,8.99901\n5184,1646315575,47.74309,8.99901\n5185,1646315576,47.74308,8.99902\n5186,1646315577,47.74305,8.99902\n5187,1646315578,47.74305,8.99902\n5188,1646315579,47.74300,8.99897\n5189,1646315580,47.74305,8.99901\n5190,1646315581,47.74319,8.99896\n5191,1646315614,47.74308,8.99922\n5192,1646315615,47.74306,8.99910\n5193,1646315616,47.74305,8.99910\n5194,1646315617,47.74305,8.99910\n5195,1646315618,47.74305,8.99909\n5196,1646315619,47.74304,8.99909\n5197,1646315620,47.74305,8.99909\n5198,1646315621,47.74300,8.99903\n5199,1646315622,47.74304,8.99907\n5200,1646315623,47.74316,8.99905\n5201,1646315658,47.74287,8.99909\n5202,1646315659,47.74290,8.99907\n5203,1646315660,47.74292,8.99905\n5204,1646315661,47.74292,8.99904\n5205,1646315662,47.74294,8.99904\n5206,1646315663,47.74294,8.99903\n5207,1646315664,47.74295,8.99903\n5208,1646315665,47.74296,8.99904\n5209,1646315666,47.74313,8.99902\n5210,1646315668,47.74315,8.99901\n5211,1646315701,47.74309,8.99914\n5212,1646315702,47.74304,8.99904\n5213,1646315703,47.74305,8.99903\n5214,1646315704,47.74305,8.99901\n5215,1646315705,47.74305,8.99900\n5216,1646315706,47.74302,8.99896\n5217,1646315707,47.74301,8.99898\n5218,1646315708,47.74301,8.99898\n5219,1646315709,47.74300,8.99897\n5220,1646315710,47.74299,8.99897\n5221,1646315744,47.74315,8.99897\n5222,1646315745,47.74315,8.99897\n5223,1646315746,47.74315,8.99897\n5224,1646315747,47.74307,8.99898\n5225,1646315748,47.74307,8.99897\n5226,1646315749,47.74307,8.99897\n5227,1646315750,47.74305,8.99898\n5228,1646315751,47.74305,8.99898\n5229,1646315752,47.74304,8.99898\n5230,1646315753,47.74305,8.99898\n5231,1646315789,47.74304,8.99899\n5232,1646315790,47.74303,8.99899\n5233,1646315791,47.74297,8.99903\n5234,1646315792,47.74297,8.99903\n5235,1646315793,47.74298,8.99902\n5236,1646315794,47.74298,8.99902\n5237,1646315795,47.74298,8.99902\n5238,1646315796,47.74298,8.99902\n5239,1646315859,47.74301,8.99901\n5240,1646315860,47.74298,8.99900\n5241,1646315861,47.74297,8.99899\n5242,1646315862,47.74297,8.99900\n5243,1646315863,47.74295,8.99901\n5244,1646315864,47.74294,8.99901\n5245,1646315865,47.74294,8.99901\n5246,1646315866,47.74294,8.99901\n5247,1646315867,47.74300,8.99903\n5248,1646315868,47.74300,8.99904\n5249,1646315902,47.74264,8.99898\n5250,1646315903,47.74273,8.99911\n5251,1646315904,47.74279,8.99911\n5252,1646315905,47.74281,8.99910\n5253,1646315906,47.74283,8.99909\n5254,1646315907,47.74285,8.99909\n5255,1646315908,47.74286,8.99909\n5256,1646315909,47.74287,8.99909\n5257,1646315910,47.74287,8.99909\n5258,1646315911,47.74288,8.99909\n5259,1646315947,47.74304,8.99902\n5260,1646315948,47.74303,8.99901\n5261,1646315949,47.74302,8.99901\n5262,1646315950,47.74302,8.99902\n5263,1646315951,47.74301,8.99902\n5264,1646316016,47.74303,8.99894\n5265,1646316017,47.74301,8.99897\n5266,1646316018,47.74300,8.99897\n5267,1646316019,47.74298,8.99897\n5268,1646316020,47.74296,8.99898\n5269,1646316021,47.74291,8.99895\n5270,1646316022,47.74293,8.99895\n5271,1646316023,47.74292,8.99896\n5272,1646316088,47.74296,8.99901\n5273,1646316089,47.74294,8.99899\n5274,1646316090,47.74292,8.99898\n5275,1646316091,47.74295,8.99897\n5276,1646316092,47.74297,8.99896\n5277,1646316093,47.74296,8.99896\n5278,1646316094,47.74296,8.99895\n5279,1646316095,47.74297,8.99895\n5280,1646316161,47.74327,8.99889\n5281,1646316162,47.74326,8.99890\n5282,1646316163,47.74324,8.99890\n5283,1646316164,47.74324,8.99890\n5284,1646316165,47.74323,8.99891\n5285,1646316166,47.74322,8.99892\n5286,1646316167,47.74321,8.99892\n5287,1646316168,47.74319,8.99892\n5288,1646316235,47.74313,8.99903\n5289,1646316236,47.74313,8.99903\n5290,1646316237,47.74313,8.99903\n5291,1646316238,47.74312,8.99903\n5292,1646316239,47.74310,8.99903\n5293,1646316240,47.74310,8.99903\n5294,1646316241,47.74329,8.99898\n5295,1646316307,47.74314,8.99902\n5296,1646316308,47.74313,8.99902\n5297,1646316309,47.74311,8.99902\n5298,1646316310,47.74308,8.99903\n5299,1646316311,47.74307,8.99903\n5300,1646316312,47.74309,8.99903\n5301,1646316313,47.74337,8.99892\n5302,1646316315,47.74330,8.99894\n5303,1646316381,47.74322,8.99899\n5304,1646316382,47.74320,8.99899\n5305,1646316383,47.74317,8.99898\n5306,1646316384,47.74315,8.99897\n5307,1646316385,47.74326,8.99893\n5308,1646316387,47.74324,8.99893\n5309,1646316453,47.74316,8.99902\n5310,1646316454,47.74313,8.99901\n5311,1646316455,47.74311,8.99901\n5312,1646316456,47.74311,8.99901\n5313,1646316457,47.74329,8.99896\n5314,1646316459,47.74330,8.99896\n5315,1646316460,47.74330,8.99896\n5316,1646316526,47.74289,8.99894\n5317,1646316527,47.74292,8.99894\n5318,1646316528,47.74292,8.99895\n5319,1646316529,47.74292,8.99896\n5320,1646316530,47.74292,8.99896\n5321,1646316531,47.74292,8.99896\n5322,1646316532,47.74292,8.99896\n5323,1646316598,47.74298,8.99903\n5324,1646316599,47.74300,8.99903\n5325,1646316600,47.74300,8.99904\n5326,1646316601,47.74299,8.99905\n5327,1646316602,47.74298,8.99905\n5328,1646316671,47.74285,8.99906\n5329,1646316672,47.74290,8.99903\n5330,1646316741,47.74329,8.99888\n5331,1646316809,47.74346,8.99896\n*END MEMORY*\nV201, ID: 30-1830, 3410mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 30 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 10 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/06_StationaryPosition_10s_Burst_Every_30s/20220304_10s_Burst_Every_30s_5863_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646377559,47.74286,9.00352\n2,1646377560,47.74286,9.00352\n3,1646377561,47.74305,8.99899\n4,1646377563,47.74305,8.99898\n5,1646377564,47.74305,8.99898\n6,1646377565,47.74305,8.99898\n7,1646377566,47.74305,8.99897\n8,1646377567,47.74304,8.99897\n9,1646377568,47.74304,8.99897\n10,1646377569,47.74304,8.99897\n11,1646377603,47.74296,8.99892\n12,1646377604,47.74307,8.99891\n13,1646377605,47.74309,8.99889\n14,1646377606,47.74309,8.99890\n15,1646377607,47.74310,8.99890\n16,1646377608,47.74311,8.99889\n17,1646377609,47.74311,8.99889\n18,1646377610,47.74310,8.99889\n19,1646377611,47.74311,8.99890\n20,1646377612,47.74311,8.99891\n21,1646377646,47.74307,8.99890\n22,1646377647,47.74309,8.99891\n23,1646377648,47.74309,8.99891\n24,1646377649,47.74309,8.99891\n25,1646377650,47.74310,8.99891\n26,1646377651,47.74310,8.99892\n27,1646377652,47.74310,8.99892\n28,1646377653,47.74310,8.99893\n29,1646377654,47.74310,8.99893\n30,1646377655,47.74309,8.99893\n31,1646377691,47.74308,8.99903\n32,1646377692,47.74308,8.99902\n33,1646377693,47.74307,8.99901\n34,1646377694,47.74306,8.99898\n35,1646377695,47.74306,8.99897\n36,1646377696,47.74307,8.99897\n37,1646377697,47.74306,8.99897\n38,1646377698,47.74306,8.99896\n39,1646377699,47.74306,8.99895\n40,1646377700,47.74303,8.99893\n41,1646377735,47.74309,8.99899\n42,1646377736,47.74306,8.99893\n43,1646377737,47.74306,8.99892\n44,1646377738,47.74306,8.99894\n45,1646377739,47.74306,8.99894\n46,1646377740,47.74306,8.99894\n47,1646377741,47.74306,8.99895\n48,1646377742,47.74306,8.99896\n49,1646377743,47.74306,8.99896\n50,1646377744,47.74306,8.99896\n51,1646377780,47.74312,8.99909\n52,1646377781,47.74310,8.99905\n53,1646377782,47.74307,8.99899\n54,1646377783,47.74306,8.99897\n55,1646377784,47.74304,8.99894\n56,1646377785,47.74302,8.99893\n57,1646377786,47.74301,8.99893\n58,1646377787,47.74301,8.99892\n59,1646377788,47.74300,8.99890\n60,1646377789,47.74299,8.99889\n61,1646377826,47.74309,8.99889\n62,1646377827,47.74309,8.99889\n63,1646377828,47.74308,8.99889\n64,1646377829,47.74308,8.99889\n65,1646377830,47.74307,8.99889\n66,1646377831,47.74306,8.99890\n67,1646377834,47.74297,8.99885\n68,1646377836,47.74297,8.99885\n69,1646377837,47.74297,8.99886\n70,1646377838,47.74297,8.99887\n71,1646377872,47.74290,8.99889\n72,1646377873,47.74302,8.99902\n73,1646377874,47.74304,8.99901\n74,1646377875,47.74304,8.99900\n75,1646377876,47.74304,8.99899\n76,1646377877,47.74305,8.99898\n77,1646377878,47.74305,8.99898\n78,1646377879,47.74303,8.99896\n79,1646377881,47.74303,8.99896\n80,1646377882,47.74303,8.99896\n81,1646377916,47.74306,8.99893\n82,1646377917,47.74306,8.99893\n83,1646377918,47.74306,8.99891\n84,1646377919,47.74306,8.99890\n85,1646377920,47.74305,8.99889\n86,1646377921,47.74305,8.99890\n87,1646377922,47.74305,8.99889\n88,1646377923,47.74305,8.99889\n89,1646377924,47.74305,8.99890\n90,1646377925,47.74306,8.99890\n91,1646377959,47.74299,8.99904\n92,1646377960,47.74301,8.99899\n93,1646377961,47.74303,8.99898\n94,1646377962,47.74304,8.99897\n95,1646377963,47.74304,8.99897\n96,1646377964,47.74305,8.99896\n97,1646377965,47.74305,8.99897\n98,1646377966,47.74305,8.99897\n99,1646377967,47.74305,8.99896\n100,1646377968,47.74306,8.99896\n101,1646378003,47.74302,8.99885\n102,1646378004,47.74300,8.99886\n103,1646378005,47.74300,8.99887\n104,1646378006,47.74300,8.99887\n105,1646378007,47.74300,8.99887\n106,1646378008,47.74299,8.99887\n107,1646378009,47.74299,8.99887\n108,1646378010,47.74299,8.99887\n109,1646378011,47.74299,8.99887\n110,1646378012,47.74300,8.99888\n111,1646378046,47.74304,8.99898\n112,1646378047,47.74304,8.99897\n113,1646378048,47.74304,8.99896\n114,1646378049,47.74304,8.99895\n115,1646378050,47.74305,8.99894\n116,1646378051,47.74305,8.99894\n117,1646378052,47.74305,8.99894\n118,1646378053,47.74303,8.99893\n119,1646378055,47.74303,8.99893\n120,1646378056,47.74303,8.99893\n121,1646378090,47.74300,8.99907\n122,1646378091,47.74309,8.99893\n123,1646378092,47.74308,8.99894\n124,1646378093,47.74307,8.99894\n125,1646378094,47.74307,8.99895\n126,1646378095,47.74306,8.99894\n127,1646378096,47.74306,8.99894\n128,1646378097,47.74306,8.99894\n129,1646378098,47.74305,8.99894\n130,1646378099,47.74305,8.99894\n131,1646378133,47.74301,8.99881\n132,1646378134,47.74307,8.99904\n133,1646378135,47.74302,8.99901\n134,1646378136,47.74301,8.99902\n135,1646378137,47.74301,8.99904\n136,1646378138,47.74301,8.99905\n137,1646378139,47.74301,8.99905\n138,1646378140,47.74301,8.99906\n139,1646378141,47.74301,8.99906\n140,1646378142,47.74301,8.99907\n141,1646378177,47.74311,8.99902\n142,1646378178,47.74309,8.99904\n143,1646378179,47.74308,8.99904\n144,1646378180,47.74307,8.99904\n145,1646378181,47.74306,8.99904\n146,1646378182,47.74306,8.99905\n147,1646378183,47.74306,8.99905\n148,1646378184,47.74305,8.99906\n149,1646378185,47.74303,8.99906\n150,1646378187,47.74303,8.99906\n151,1646378221,47.74324,8.99885\n152,1646378222,47.74311,8.99907\n153,1646378223,47.74311,8.99910\n154,1646378224,47.74311,8.99911\n155,1646378225,47.74311,8.99912\n156,1646378226,47.74311,8.99912\n157,1646378227,47.74312,8.99911\n158,1646378228,47.74312,8.99911\n159,1646378229,47.74312,8.99911\n160,1646378230,47.74312,8.99911\n161,1646378264,47.74303,8.99908\n162,1646378265,47.74303,8.99890\n163,1646378266,47.74304,8.99889\n164,1646378267,47.74305,8.99890\n165,1646378268,47.74306,8.99891\n166,1646378269,47.74307,8.99892\n167,1646378270,47.74308,8.99893\n168,1646378271,47.74309,8.99894\n169,1646378272,47.74309,8.99895\n170,1646378273,47.74309,8.99897\n171,1646378308,47.74312,8.99900\n172,1646378309,47.74311,8.99901\n173,1646378310,47.74310,8.99901\n174,1646378311,47.74309,8.99901\n175,1646378312,47.74309,8.99901\n176,1646378313,47.74308,8.99901\n177,1646378314,47.74307,8.99901\n178,1646378315,47.74307,8.99900\n179,1646378316,47.74307,8.99900\n180,1646378317,47.74306,8.99900\n181,1646378351,47.74308,8.99885\n182,1646378352,47.74299,8.99891\n183,1646378353,47.74303,8.99894\n184,1646378354,47.74303,8.99893\n185,1646378355,47.74303,8.99892\n186,1646378356,47.74302,8.99892\n187,1646378357,47.74302,8.99893\n188,1646378358,47.74303,8.99893\n189,1646378359,47.74304,8.99895\n190,1646378361,47.74305,8.99895\n191,1646378396,47.74299,8.99893\n192,1646378397,47.74299,8.99892\n193,1646378398,47.74298,8.99890\n194,1646378399,47.74298,8.99889\n195,1646378400,47.74299,8.99890\n196,1646378401,47.74299,8.99890\n197,1646378402,47.74299,8.99888\n198,1646378403,47.74299,8.99888\n199,1646378404,47.74300,8.99888\n200,1646378405,47.74300,8.99888\n201,1646378441,47.74298,8.99906\n202,1646378442,47.74296,8.99894\n203,1646378443,47.74296,8.99894\n204,1646378444,47.74297,8.99894\n205,1646378445,47.74298,8.99894\n206,1646378446,47.74298,8.99895\n207,1646378447,47.74299,8.99896\n208,1646378448,47.74300,8.99898\n209,1646378449,47.74300,8.99899\n210,1646378450,47.74299,8.99899\n211,1646378485,47.74300,8.99888\n212,1646378486,47.74304,8.99896\n213,1646378487,47.74306,8.99900\n214,1646378488,47.74307,8.99901\n215,1646378489,47.74307,8.99902\n216,1646378490,47.74306,8.99901\n217,1646378492,47.74294,8.99894\n218,1646378494,47.74294,8.99894\n219,1646378495,47.74294,8.99893\n220,1646378496,47.74294,8.99893\n221,1646378531,47.74328,8.99928\n222,1646378532,47.74326,8.99927\n223,1646378533,47.74323,8.99924\n224,1646378534,47.74321,8.99922\n225,1646378535,47.74318,8.99921\n226,1646378536,47.74316,8.99920\n227,1646378537,47.74315,8.99918\n228,1646378538,47.74313,8.99916\n229,1646378539,47.74305,8.99904\n230,1646378541,47.74306,8.99902\n231,1646378576,47.74310,8.99887\n232,1646378577,47.74310,8.99889\n233,1646378578,47.74309,8.99888\n234,1646378579,47.74310,8.99888\n235,1646378580,47.74311,8.99887\n236,1646378581,47.74311,8.99888\n237,1646378582,47.74311,8.99888\n238,1646378583,47.74311,8.99888\n239,1646378584,47.74311,8.99889\n240,1646378585,47.74311,8.99890\n241,1646378621,47.74294,8.99891\n242,1646378622,47.74296,8.99890\n243,1646378623,47.74293,8.99887\n244,1646378624,47.74294,8.99890\n245,1646378625,47.74293,8.99891\n246,1646378626,47.74292,8.99888\n247,1646378627,47.74291,8.99888\n248,1646378628,47.74289,8.99887\n249,1646378629,47.74288,8.99887\n250,1646378630,47.74289,8.99890\n251,1646378669,47.74303,8.99897\n252,1646378670,47.74303,8.99897\n253,1646378671,47.74302,8.99895\n254,1646378672,47.74301,8.99894\n255,1646378673,47.74300,8.99894\n256,1646378674,47.74300,8.99893\n257,1646378675,47.74300,8.99892\n258,1646378676,47.74299,8.99892\n259,1646378677,47.74296,8.99889\n260,1646378679,47.74295,8.99889\n261,1646378714,47.74311,8.99905\n262,1646378715,47.74310,8.99904\n263,1646378716,47.74310,8.99904\n264,1646378717,47.74308,8.99901\n265,1646378718,47.74306,8.99899\n266,1646378719,47.74305,8.99899\n267,1646378720,47.74303,8.99898\n268,1646378721,47.74302,8.99898\n269,1646378722,47.74302,8.99898\n270,1646378723,47.74301,8.99898\n271,1646378778,47.74311,8.99895\n272,1646378779,47.74315,8.99896\n273,1646378781,47.74317,8.99896\n274,1646378782,47.74317,8.99895\n275,1646378783,47.74317,8.99895\n276,1646378784,47.74316,8.99894\n277,1646378785,47.74316,8.99894\n278,1646378786,47.74316,8.99893\n279,1646378787,47.74315,8.99893\n280,1646378788,47.74314,8.99893\n281,1646378842,47.74301,8.99895\n282,1646378843,47.74303,8.99895\n283,1646378845,47.74304,8.99896\n284,1646378846,47.74304,8.99895\n285,1646378847,47.74304,8.99894\n286,1646378848,47.74303,8.99894\n287,1646378849,47.74303,8.99894\n288,1646378850,47.74302,8.99893\n289,1646378851,47.74302,8.99893\n290,1646378852,47.74302,8.99893\n291,1646378886,47.74310,8.99903\n292,1646378887,47.74308,8.99901\n293,1646378888,47.74308,8.99900\n294,1646378889,47.74308,8.99899\n295,1646378890,47.74307,8.99897\n296,1646378891,47.74306,8.99896\n297,1646378892,47.74306,8.99894\n298,1646378893,47.74303,8.99892\n299,1646378895,47.74304,8.99892\n300,1646378896,47.74304,8.99891\n301,1646378936,47.74305,8.99891\n302,1646378937,47.74303,8.99889\n303,1646378938,47.74304,8.99887\n304,1646378939,47.74304,8.99886\n305,1646378940,47.74304,8.99885\n306,1646378945,47.74296,8.99881\n307,1646378946,47.74299,8.99883\n308,1646378947,47.74299,8.99884\n309,1646378948,47.74300,8.99886\n310,1646378949,47.74301,8.99886\n311,1646378987,47.74312,8.99895\n312,1646378988,47.74312,8.99894\n313,1646378989,47.74313,8.99893\n314,1646378990,47.74316,8.99892\n315,1646378991,47.74318,8.99892\n316,1646378992,47.74318,8.99892\n317,1646378993,47.74316,8.99890\n318,1646378994,47.74314,8.99888\n319,1646378995,47.74313,8.99895\n320,1646378997,47.74312,8.99894\n321,1646379033,47.74311,8.99894\n322,1646379034,47.74312,8.99892\n323,1646379035,47.74313,8.99891\n324,1646379036,47.74314,8.99891\n325,1646379037,47.74315,8.99891\n326,1646379038,47.74315,8.99890\n327,1646379039,47.74316,8.99890\n328,1646379040,47.74317,8.99890\n329,1646379041,47.74317,8.99890\n330,1646379042,47.74317,8.99890\n331,1646379079,47.74317,8.99883\n332,1646379080,47.74318,8.99883\n333,1646379081,47.74319,8.99883\n334,1646379082,47.74319,8.99884\n335,1646379083,47.74319,8.99884\n336,1646379084,47.74319,8.99884\n337,1646379085,47.74309,8.99891\n338,1646379087,47.74309,8.99890\n339,1646379088,47.74310,8.99890\n340,1646379089,47.74310,8.99889\n341,1646379125,47.74311,8.99896\n342,1646379126,47.74310,8.99896\n343,1646379127,47.74310,8.99896\n344,1646379128,47.74309,8.99896\n345,1646379129,47.74308,8.99896\n346,1646379130,47.74307,8.99895\n347,1646379131,47.74307,8.99895\n348,1646379132,47.74307,8.99894\n349,1646379133,47.74309,8.99893\n350,1646379135,47.74310,8.99893\n351,1646379172,47.74328,8.99874\n352,1646379173,47.74313,8.99884\n353,1646379174,47.74310,8.99886\n354,1646379175,47.74309,8.99886\n355,1646379176,47.74308,8.99886\n356,1646379177,47.74308,8.99885\n357,1646379178,47.74308,8.99885\n358,1646379179,47.74308,8.99885\n359,1646379180,47.74308,8.99885\n360,1646379181,47.74301,8.99894\n361,1646379217,47.74331,8.99875\n362,1646379218,47.74331,8.99875\n363,1646379219,47.74341,8.99868\n364,1646379220,47.74327,8.99877\n365,1646379221,47.74320,8.99883\n366,1646379222,47.74317,8.99885\n367,1646379223,47.74306,8.99896\n368,1646379225,47.74307,8.99894\n369,1646379226,47.74307,8.99893\n370,1646379227,47.74307,8.99893\n371,1646379265,47.74299,8.99901\n372,1646379266,47.74302,8.99900\n373,1646379267,47.74302,8.99900\n374,1646379268,47.74302,8.99899\n375,1646379269,47.74303,8.99899\n376,1646379270,47.74304,8.99899\n377,1646379271,47.74308,8.99896\n378,1646379273,47.74309,8.99895\n379,1646379274,47.74309,8.99895\n380,1646379275,47.74310,8.99894\n381,1646379313,47.74298,8.99902\n382,1646379314,47.74303,8.99899\n383,1646379315,47.74305,8.99897\n384,1646379316,47.74306,8.99896\n385,1646379317,47.74309,8.99893\n386,1646379318,47.74310,8.99891\n387,1646379319,47.74304,8.99897\n388,1646379321,47.74305,8.99897\n389,1646379322,47.74305,8.99897\n390,1646379323,47.74305,8.99897\n391,1646379361,47.74320,8.99884\n392,1646379362,47.74318,8.99885\n393,1646379363,47.74317,8.99887\n394,1646379364,47.74316,8.99889\n395,1646379365,47.74315,8.99890\n396,1646379366,47.74315,8.99890\n397,1646379367,47.74304,8.99901\n398,1646379369,47.74304,8.99900\n399,1646379370,47.74305,8.99900\n400,1646379371,47.74305,8.99901\n401,1646379406,47.74220,8.99949\n402,1646379407,47.74213,8.99956\n403,1646379408,47.74211,8.99957\n404,1646379412,47.74220,8.99949\n405,1646379413,47.74226,8.99946\n406,1646379414,47.74234,8.99942\n407,1646379415,47.74305,8.99892\n408,1646379417,47.74306,8.99893\n409,1646379418,47.74305,8.99893\n410,1646379419,47.74305,8.99893\n411,1646379458,47.74293,8.99893\n412,1646379459,47.74298,8.99889\n413,1646379460,47.74296,8.99890\n414,1646379461,47.74297,8.99890\n415,1646379462,47.74299,8.99888\n416,1646379463,47.74290,8.99897\n417,1646379465,47.74290,8.99897\n418,1646379466,47.74290,8.99896\n419,1646379467,47.74290,8.99896\n420,1646379468,47.74290,8.99895\n421,1646379508,47.74336,8.99869\n422,1646379509,47.74326,8.99877\n423,1646379510,47.74323,8.99881\n424,1646379511,47.74307,8.99895\n425,1646379513,47.74308,8.99894\n426,1646379514,47.74308,8.99894\n427,1646379515,47.74309,8.99893\n428,1646379516,47.74309,8.99893\n429,1646379517,47.74310,8.99894\n430,1646379518,47.74311,8.99894\n431,1646379556,47.74286,8.99918\n432,1646379557,47.74290,8.99915\n433,1646379558,47.74293,8.99911\n434,1646379559,47.74311,8.99895\n435,1646379561,47.74310,8.99895\n436,1646379562,47.74310,8.99895\n437,1646379563,47.74310,8.99896\n438,1646379564,47.74310,8.99896\n439,1646379565,47.74310,8.99896\n440,1646379566,47.74310,8.99896\n441,1646379601,47.74303,8.99903\n442,1646379602,47.74302,8.99904\n443,1646379603,47.74302,8.99902\n444,1646379604,47.74302,8.99901\n445,1646379605,47.74302,8.99901\n446,1646379606,47.74301,8.99901\n447,1646379607,47.74306,8.99897\n448,1646379609,47.74306,8.99896\n449,1646379610,47.74305,8.99896\n450,1646379611,47.74305,8.99896\n451,1646379648,47.74301,8.99908\n452,1646379649,47.74303,8.99897\n453,1646379650,47.74305,8.99883\n454,1646379651,47.74307,8.99877\n455,1646379652,47.74308,8.99876\n456,1646379653,47.74309,8.99875\n457,1646379654,47.74310,8.99874\n458,1646379655,47.74290,8.99896\n459,1646379657,47.74291,8.99895\n460,1646379658,47.74291,8.99895\n461,1646379694,47.74302,8.99890\n462,1646379695,47.74304,8.99889\n463,1646379696,47.74305,8.99889\n464,1646379697,47.74306,8.99888\n465,1646379698,47.74307,8.99889\n466,1646379699,47.74308,8.99890\n467,1646379700,47.74309,8.99890\n468,1646379701,47.74310,8.99890\n469,1646379702,47.74310,8.99891\n470,1646379703,47.74305,8.99895\n471,1646379739,47.74312,8.99899\n472,1646379740,47.74313,8.99896\n473,1646379741,47.74314,8.99895\n474,1646379742,47.74314,8.99894\n475,1646379743,47.74315,8.99893\n476,1646379744,47.74315,8.99892\n477,1646379745,47.74304,8.99902\n478,1646379747,47.74305,8.99901\n479,1646379748,47.74305,8.99900\n480,1646379749,47.74305,8.99900\n481,1646379784,47.74305,8.99895\n482,1646379785,47.74308,8.99892\n483,1646379786,47.74309,8.99892\n484,1646379787,47.74310,8.99891\n485,1646379788,47.74311,8.99891\n486,1646379789,47.74311,8.99892\n487,1646379790,47.74312,8.99892\n488,1646379791,47.74312,8.99892\n489,1646379792,47.74312,8.99893\n490,1646379793,47.74309,8.99896\n491,1646379829,47.74274,8.99921\n492,1646379830,47.74283,8.99912\n493,1646379831,47.74286,8.99907\n494,1646379832,47.74287,8.99904\n495,1646379833,47.74290,8.99902\n496,1646379834,47.74292,8.99900\n497,1646379835,47.74306,8.99887\n498,1646379837,47.74307,8.99887\n499,1646379838,47.74308,8.99887\n500,1646379839,47.74308,8.99887\n501,1646379877,47.74306,8.99892\n502,1646379878,47.74307,8.99890\n503,1646379879,47.74308,8.99889\n504,1646379880,47.74309,8.99888\n505,1646379881,47.74310,8.99889\n506,1646379882,47.74310,8.99889\n507,1646379883,47.74307,8.99892\n508,1646379885,47.74307,8.99892\n509,1646379886,47.74308,8.99893\n510,1646379887,47.74308,8.99892\n511,1646379922,47.74315,8.99892\n512,1646379923,47.74312,8.99893\n513,1646379924,47.74311,8.99892\n514,1646379925,47.74311,8.99892\n515,1646379926,47.74311,8.99892\n516,1646379927,47.74311,8.99891\n517,1646379928,47.74311,8.99889\n518,1646379929,47.74312,8.99888\n519,1646379930,47.74312,8.99888\n520,1646379931,47.74305,8.99898\n521,1646379968,47.74294,8.99888\n522,1646379969,47.74292,8.99895\n523,1646379970,47.74293,8.99894\n524,1646379971,47.74294,8.99893\n525,1646379972,47.74294,8.99894\n526,1646379973,47.74297,8.99891\n527,1646379975,47.74297,8.99892\n528,1646379976,47.74297,8.99892\n529,1646379977,47.74298,8.99892\n530,1646379978,47.74298,8.99893\n531,1646380012,47.74309,8.99909\n532,1646380013,47.74314,8.99893\n533,1646380014,47.74312,8.99892\n534,1646380015,47.74311,8.99892\n535,1646380016,47.74310,8.99892\n536,1646380017,47.74309,8.99892\n537,1646380018,47.74308,8.99892\n538,1646380019,47.74308,8.99892\n539,1646380020,47.74307,8.99892\n540,1646380021,47.74306,8.99893\n541,1646380057,47.74289,8.99914\n542,1646380058,47.74289,8.99913\n543,1646380059,47.74288,8.99914\n544,1646380060,47.74289,8.99913\n545,1646380061,47.74289,8.99911\n546,1646380062,47.74290,8.99910\n547,1646380063,47.74303,8.99897\n548,1646380065,47.74304,8.99895\n549,1646380066,47.74305,8.99895\n550,1646380067,47.74306,8.99894\n551,1646380102,47.74306,8.99886\n552,1646380103,47.74305,8.99889\n553,1646380104,47.74305,8.99889\n554,1646380105,47.74305,8.99890\n555,1646380106,47.74305,8.99890\n556,1646380107,47.74304,8.99889\n557,1646380108,47.74304,8.99890\n558,1646380109,47.74303,8.99890\n559,1646380110,47.74303,8.99890\n560,1646380111,47.74300,8.99895\n561,1646380149,47.74315,8.99905\n562,1646380150,47.74301,8.99923\n563,1646380151,47.74300,8.99916\n564,1646380152,47.74299,8.99911\n565,1646380153,47.74299,8.99896\n566,1646380155,47.74299,8.99896\n567,1646380156,47.74298,8.99896\n568,1646380157,47.74298,8.99896\n569,1646380158,47.74298,8.99897\n570,1646380159,47.74298,8.99898\n571,1646380197,47.74297,8.99899\n572,1646380198,47.74295,8.99898\n573,1646380199,47.74292,8.99898\n574,1646380200,47.74292,8.99898\n575,1646380201,47.74300,8.99892\n576,1646380203,47.74299,8.99891\n577,1646380204,47.74299,8.99891\n578,1646380205,47.74298,8.99891\n579,1646380206,47.74298,8.99890\n580,1646380207,47.74298,8.99890\n581,1646380247,47.74314,8.99859\n582,1646380248,47.74316,8.99857\n583,1646380249,47.74306,8.99900\n584,1646380251,47.74307,8.99899\n585,1646380252,47.74309,8.99899\n586,1646380253,47.74309,8.99900\n587,1646380254,47.74310,8.99900\n588,1646380255,47.74311,8.99900\n589,1646380256,47.74311,8.99900\n590,1646380257,47.74311,8.99900\n591,1646380293,47.74319,8.99886\n592,1646380294,47.74318,8.99884\n593,1646380295,47.74318,8.99886\n594,1646380296,47.74317,8.99889\n595,1646380301,47.74316,8.99894\n596,1646380302,47.74316,8.99893\n597,1646380303,47.74316,8.99894\n598,1646380304,47.74316,8.99894\n599,1646380305,47.74316,8.99895\n600,1646380306,47.74316,8.99894\n601,1646380348,47.74304,8.99928\n602,1646380349,47.74305,8.99924\n603,1646380350,47.74303,8.99923\n604,1646380351,47.74308,8.99899\n605,1646380353,47.74308,8.99898\n606,1646380354,47.74306,8.99896\n607,1646380355,47.74304,8.99895\n608,1646380356,47.74303,8.99894\n609,1646380357,47.74303,8.99893\n610,1646380358,47.74303,8.99893\n611,1646380396,47.74298,8.99920\n612,1646380397,47.74297,8.99918\n613,1646380398,47.74297,8.99915\n614,1646380403,47.74312,8.99893\n615,1646380404,47.74310,8.99895\n616,1646380405,47.74311,8.99896\n617,1646380406,47.74311,8.99897\n618,1646380407,47.74311,8.99896\n619,1646380408,47.74311,8.99896\n620,1646380409,47.74311,8.99895\n621,1646380444,47.74282,8.99921\n622,1646380445,47.74284,8.99919\n623,1646380446,47.74285,8.99918\n624,1646380447,47.74286,8.99918\n625,1646380448,47.74287,8.99917\n626,1646380449,47.74288,8.99917\n627,1646380450,47.74288,8.99917\n628,1646380451,47.74289,8.99916\n629,1646380452,47.74289,8.99916\n630,1646380453,47.74306,8.99902\n631,1646380489,47.74296,8.99915\n632,1646380490,47.74297,8.99913\n633,1646380491,47.74297,8.99913\n634,1646380492,47.74297,8.99911\n635,1646380493,47.74298,8.99910\n636,1646380494,47.74299,8.99909\n637,1646380495,47.74300,8.99908\n638,1646380496,47.74306,8.99902\n639,1646380498,47.74305,8.99902\n640,1646380499,47.74305,8.99902\n641,1646380534,47.74311,8.99889\n642,1646380535,47.74312,8.99888\n643,1646380536,47.74311,8.99888\n644,1646380537,47.74311,8.99888\n645,1646380538,47.74311,8.99889\n646,1646380539,47.74311,8.99889\n647,1646380540,47.74312,8.99889\n648,1646380541,47.74312,8.99889\n649,1646380542,47.74311,8.99889\n650,1646380543,47.74301,8.99901\n651,1646380579,47.74318,8.99887\n652,1646380580,47.74316,8.99887\n653,1646380581,47.74314,8.99886\n654,1646380582,47.74313,8.99886\n655,1646380583,47.74313,8.99887\n656,1646380584,47.74313,8.99887\n657,1646380585,47.74313,8.99888\n658,1646380586,47.74304,8.99900\n659,1646380588,47.74304,8.99901\n660,1646380589,47.74304,8.99901\n661,1646380623,47.74269,8.99936\n662,1646380624,47.74289,8.99909\n663,1646380625,47.74291,8.99907\n664,1646380626,47.74293,8.99905\n665,1646380627,47.74296,8.99903\n666,1646380628,47.74297,8.99901\n667,1646380629,47.74298,8.99900\n668,1646380630,47.74298,8.99900\n669,1646380631,47.74299,8.99898\n670,1646380632,47.74299,8.99897\n671,1646380670,47.74289,8.99900\n672,1646380671,47.74291,8.99897\n673,1646380672,47.74292,8.99897\n674,1646380673,47.74293,8.99899\n675,1646380674,47.74294,8.99901\n676,1646380675,47.74295,8.99901\n677,1646380676,47.74299,8.99895\n678,1646380678,47.74300,8.99895\n679,1646380679,47.74300,8.99895\n680,1646380680,47.74300,8.99896\n681,1646380715,47.74297,8.99912\n682,1646380716,47.74301,8.99909\n683,1646380717,47.74304,8.99906\n684,1646380718,47.74305,8.99905\n685,1646380719,47.74307,8.99904\n686,1646380720,47.74308,8.99902\n687,1646380721,47.74309,8.99901\n688,1646380722,47.74310,8.99899\n689,1646380723,47.74312,8.99896\n690,1646380725,47.74312,8.99896\n691,1646380762,47.74304,8.99897\n692,1646380763,47.74310,8.99894\n693,1646380764,47.74309,8.99895\n694,1646380765,47.74309,8.99896\n695,1646380766,47.74308,8.99896\n696,1646380767,47.74308,8.99897\n697,1646380768,47.74309,8.99897\n698,1646380769,47.74310,8.99898\n699,1646380770,47.74311,8.99898\n700,1646380771,47.74309,8.99901\n701,1646380807,47.74315,8.99886\n702,1646380808,47.74314,8.99890\n703,1646380809,47.74314,8.99891\n704,1646380810,47.74314,8.99892\n705,1646380811,47.74313,8.99891\n706,1646380812,47.74313,8.99890\n707,1646380813,47.74302,8.99901\n708,1646380815,47.74303,8.99901\n709,1646380816,47.74303,8.99901\n710,1646380817,47.74303,8.99902\n711,1646380852,47.74305,8.99901\n712,1646380853,47.74303,8.99901\n713,1646380854,47.74303,8.99901\n714,1646380855,47.74304,8.99899\n715,1646380856,47.74304,8.99899\n716,1646380857,47.74303,8.99899\n717,1646380858,47.74303,8.99899\n718,1646380859,47.74302,8.99899\n719,1646380860,47.74302,8.99899\n720,1646380861,47.74300,8.99902\n721,1646380898,47.74312,8.99891\n722,1646380899,47.74312,8.99888\n723,1646380900,47.74313,8.99888\n724,1646380901,47.74313,8.99887\n725,1646380902,47.74313,8.99886\n726,1646380903,47.74314,8.99885\n727,1646380904,47.74302,8.99898\n728,1646380906,47.74303,8.99897\n729,1646380907,47.74303,8.99897\n730,1646380908,47.74304,8.99897\n731,1646380943,47.74303,8.99884\n732,1646380944,47.74305,8.99883\n733,1646380945,47.74304,8.99883\n734,1646380946,47.74304,8.99884\n735,1646380947,47.74304,8.99885\n736,1646380948,47.74305,8.99884\n737,1646380949,47.74305,8.99885\n738,1646380950,47.74306,8.99885\n739,1646380951,47.74301,8.99896\n740,1646380953,47.74299,8.99897\n741,1646380990,47.74299,8.99907\n742,1646380991,47.74300,8.99905\n743,1646380992,47.74302,8.99902\n744,1646380993,47.74303,8.99900\n745,1646380994,47.74304,8.99899\n746,1646380995,47.74305,8.99897\n747,1646380996,47.74307,8.99896\n748,1646380997,47.74307,8.99895\n749,1646380998,47.74308,8.99894\n750,1646380999,47.74309,8.99893\n751,1646381036,47.74305,8.99893\n752,1646381037,47.74305,8.99895\n753,1646381038,47.74305,8.99895\n754,1646381039,47.74306,8.99896\n755,1646381040,47.74306,8.99897\n756,1646381041,47.74307,8.99897\n757,1646381042,47.74306,8.99898\n758,1646381044,47.74305,8.99898\n759,1646381045,47.74306,8.99897\n760,1646381046,47.74306,8.99897\n761,1646381083,47.74303,8.99904\n762,1646381084,47.74303,8.99905\n763,1646381085,47.74306,8.99901\n764,1646381086,47.74307,8.99900\n765,1646381087,47.74307,8.99900\n766,1646381088,47.74308,8.99898\n767,1646381089,47.74310,8.99895\n768,1646381091,47.74310,8.99895\n769,1646381092,47.74311,8.99896\n770,1646381093,47.74311,8.99896\n771,1646381130,47.74264,8.99944\n772,1646381131,47.74269,8.99939\n773,1646381132,47.74273,8.99936\n774,1646381133,47.74275,8.99934\n775,1646381134,47.74278,8.99932\n776,1646381135,47.74280,8.99930\n777,1646381136,47.74286,8.99924\n778,1646381137,47.74308,8.99899\n779,1646381139,47.74309,8.99899\n780,1646381140,47.74310,8.99899\n781,1646381176,47.74309,8.99901\n782,1646381177,47.74311,8.99899\n783,1646381178,47.74312,8.99898\n784,1646381179,47.74313,8.99897\n785,1646381180,47.74313,8.99896\n786,1646381181,47.74314,8.99895\n787,1646381182,47.74315,8.99894\n788,1646381183,47.74315,8.99893\n789,1646381184,47.74316,8.99892\n790,1646381185,47.74315,8.99894\n791,1646381224,47.74312,8.99893\n792,1646381225,47.74310,8.99896\n793,1646381226,47.74310,8.99898\n794,1646381227,47.74310,8.99898\n795,1646381228,47.74308,8.99901\n796,1646381230,47.74308,8.99900\n797,1646381231,47.74308,8.99901\n798,1646381232,47.74308,8.99901\n799,1646381233,47.74307,8.99901\n800,1646381234,47.74308,8.99901\n801,1646381274,47.74311,8.99859\n802,1646381275,47.74306,8.99889\n803,1646381277,47.74305,8.99889\n804,1646381278,47.74305,8.99888\n805,1646381279,47.74304,8.99888\n806,1646381280,47.74303,8.99887\n807,1646381281,47.74303,8.99887\n808,1646381282,47.74303,8.99887\n809,1646381283,47.74303,8.99886\n810,1646381284,47.74303,8.99886\n811,1646381320,47.74310,8.99874\n812,1646381321,47.74311,8.99884\n813,1646381322,47.74310,8.99884\n814,1646381323,47.74310,8.99885\n815,1646381324,47.74310,8.99885\n816,1646381325,47.74310,8.99885\n817,1646381326,47.74311,8.99884\n818,1646381327,47.74311,8.99885\n819,1646381328,47.74311,8.99885\n820,1646381329,47.74307,8.99891\n821,1646381366,47.74305,8.99883\n822,1646381367,47.74306,8.99885\n823,1646381368,47.74305,8.99885\n824,1646381369,47.74305,8.99884\n825,1646381370,47.74305,8.99885\n826,1646381371,47.74305,8.99885\n827,1646381372,47.74301,8.99891\n828,1646381374,47.74302,8.99890\n829,1646381375,47.74302,8.99890\n830,1646381376,47.74303,8.99891\n831,1646381411,47.74295,8.99898\n832,1646381412,47.74297,8.99897\n833,1646381413,47.74298,8.99896\n834,1646381414,47.74298,8.99895\n835,1646381415,47.74300,8.99894\n836,1646381416,47.74301,8.99894\n837,1646381417,47.74303,8.99894\n838,1646381418,47.74303,8.99894\n839,1646381419,47.74303,8.99895\n840,1646381421,47.74303,8.99895\n841,1646381456,47.74296,8.99903\n842,1646381457,47.74296,8.99906\n843,1646381458,47.74295,8.99906\n844,1646381459,47.74295,8.99906\n845,1646381460,47.74295,8.99906\n846,1646381461,47.74303,8.99898\n847,1646381463,47.74302,8.99898\n848,1646381464,47.74302,8.99898\n849,1646381465,47.74303,8.99898\n850,1646381466,47.74303,8.99898\n851,1646381501,47.74305,8.99894\n852,1646381502,47.74306,8.99893\n853,1646381503,47.74306,8.99893\n854,1646381504,47.74306,8.99893\n855,1646381505,47.74306,8.99892\n856,1646381506,47.74306,8.99891\n857,1646381507,47.74306,8.99891\n858,1646381508,47.74309,8.99890\n859,1646381509,47.74303,8.99897\n860,1646381511,47.74304,8.99896\n861,1646381545,47.74304,8.99905\n862,1646381546,47.74301,8.99906\n863,1646381547,47.74301,8.99907\n864,1646381548,47.74301,8.99906\n865,1646381549,47.74300,8.99906\n866,1646381550,47.74300,8.99906\n867,1646381551,47.74300,8.99907\n868,1646381552,47.74300,8.99906\n869,1646381553,47.74301,8.99905\n870,1646381554,47.74301,8.99904\n871,1646381589,47.74312,8.99876\n872,1646381590,47.74310,8.99880\n873,1646381591,47.74309,8.99880\n874,1646381592,47.74309,8.99880\n875,1646381593,47.74309,8.99880\n876,1646381594,47.74309,8.99879\n877,1646381595,47.74309,8.99879\n878,1646381596,47.74309,8.99879\n879,1646381597,47.74310,8.99879\n880,1646381598,47.74310,8.99880\n881,1646381633,47.74298,8.99899\n882,1646381634,47.74298,8.99898\n883,1646381635,47.74299,8.99896\n884,1646381636,47.74298,8.99895\n885,1646381637,47.74299,8.99894\n886,1646381638,47.74299,8.99893\n887,1646381639,47.74300,8.99892\n888,1646381640,47.74299,8.99892\n889,1646381641,47.74301,8.99891\n890,1646381643,47.74301,8.99891\n891,1646381678,47.74308,8.99900\n892,1646381679,47.74306,8.99900\n893,1646381680,47.74305,8.99899\n894,1646381681,47.74305,8.99898\n895,1646381682,47.74305,8.99896\n896,1646381683,47.74305,8.99896\n897,1646381684,47.74305,8.99896\n898,1646381685,47.74306,8.99895\n899,1646381686,47.74307,8.99894\n900,1646381687,47.74307,8.99894\n901,1646381723,47.74306,8.99883\n902,1646381724,47.74306,8.99884\n903,1646381725,47.74306,8.99884\n904,1646381726,47.74307,8.99884\n905,1646381727,47.74306,8.99884\n906,1646381728,47.74306,8.99885\n907,1646381729,47.74305,8.99885\n908,1646381730,47.74304,8.99884\n909,1646381731,47.74304,8.99885\n910,1646381732,47.74302,8.99887\n911,1646381769,47.74313,8.99896\n912,1646381770,47.74313,8.99887\n913,1646381771,47.74312,8.99878\n914,1646381772,47.74312,8.99872\n915,1646381773,47.74310,8.99870\n916,1646381774,47.74307,8.99883\n917,1646381776,47.74305,8.99887\n918,1646381777,47.74304,8.99889\n919,1646381778,47.74303,8.99891\n920,1646381779,47.74303,8.99892\n921,1646381817,47.74311,8.99885\n922,1646381818,47.74305,8.99871\n923,1646381819,47.74304,8.99874\n924,1646381820,47.74304,8.99881\n925,1646381821,47.74299,8.99901\n926,1646381823,47.74301,8.99901\n927,1646381824,47.74301,8.99902\n928,1646381825,47.74300,8.99902\n929,1646381826,47.74300,8.99902\n930,1646381827,47.74300,8.99902\n931,1646381865,47.74302,8.99900\n932,1646381866,47.74301,8.99899\n933,1646381867,47.74300,8.99900\n934,1646381868,47.74300,8.99900\n935,1646381869,47.74301,8.99897\n936,1646381871,47.74301,8.99898\n937,1646381872,47.74301,8.99898\n938,1646381873,47.74301,8.99899\n939,1646381874,47.74300,8.99900\n940,1646381875,47.74300,8.99900\n941,1646381911,47.74306,8.99914\n942,1646381912,47.74302,8.99900\n943,1646381913,47.74300,8.99895\n944,1646381914,47.74299,8.99894\n945,1646381915,47.74299,8.99893\n946,1646381916,47.74299,8.99891\n947,1646381917,47.74296,8.99905\n948,1646381919,47.74296,8.99904\n949,1646381920,47.74297,8.99903\n950,1646381921,47.74298,8.99903\n951,1646381956,47.74308,8.99901\n952,1646381957,47.74311,8.99887\n953,1646381958,47.74312,8.99884\n954,1646381959,47.74312,8.99884\n955,1646381960,47.74312,8.99883\n956,1646381961,47.74312,8.99883\n957,1646381962,47.74312,8.99882\n958,1646381963,47.74311,8.99882\n959,1646381964,47.74310,8.99882\n960,1646381965,47.74296,8.99904\n961,1646382001,47.74310,8.99869\n962,1646382002,47.74310,8.99872\n963,1646382003,47.74312,8.99872\n964,1646382004,47.74312,8.99875\n965,1646382005,47.74310,8.99877\n966,1646382006,47.74309,8.99878\n967,1646382008,47.74308,8.99894\n968,1646382010,47.74306,8.99895\n969,1646382011,47.74305,8.99896\n970,1646382012,47.74304,8.99896\n971,1646382048,47.74307,8.99899\n972,1646382049,47.74306,8.99897\n973,1646382050,47.74305,8.99896\n974,1646382051,47.74304,8.99897\n975,1646382052,47.74303,8.99896\n976,1646382053,47.74302,8.99896\n977,1646382054,47.74301,8.99895\n978,1646382055,47.74305,8.99887\n979,1646382057,47.74304,8.99888\n980,1646382058,47.74304,8.99888\n981,1646382094,47.74295,8.99910\n982,1646382095,47.74297,8.99908\n983,1646382096,47.74298,8.99907\n984,1646382097,47.74299,8.99904\n985,1646382098,47.74299,8.99901\n986,1646382099,47.74300,8.99899\n987,1646382100,47.74302,8.99894\n988,1646382101,47.74303,8.99891\n989,1646382102,47.74304,8.99889\n990,1646382103,47.74302,8.99894\n991,1646382140,47.74312,8.99916\n992,1646382141,47.74311,8.99916\n993,1646382142,47.74310,8.99916\n994,1646382143,47.74309,8.99917\n995,1646382144,47.74309,8.99917\n996,1646382145,47.74308,8.99917\n997,1646382146,47.74313,8.99911\n998,1646382148,47.74314,8.99911\n999,1646382149,47.74314,8.99911\n1000,1646382150,47.74313,8.99911\n1001,1646382187,47.74303,8.99890\n1002,1646382188,47.74303,8.99888\n1003,1646382189,47.74300,8.99893\n1004,1646382190,47.74301,8.99890\n1005,1646382191,47.74301,8.99889\n1006,1646382192,47.74300,8.99890\n1007,1646382193,47.74297,8.99900\n1008,1646382195,47.74299,8.99897\n1009,1646382196,47.74300,8.99895\n1010,1646382197,47.74301,8.99894\n1011,1646382233,47.74292,8.99924\n1012,1646382234,47.74296,8.99915\n1013,1646382235,47.74298,8.99911\n1014,1646382236,47.74300,8.99909\n1015,1646382237,47.74300,8.99908\n1016,1646382238,47.74302,8.99907\n1017,1646382239,47.74303,8.99904\n1018,1646382240,47.74305,8.99902\n1019,1646382241,47.74306,8.99901\n1020,1646382243,47.74305,8.99901\n1021,1646382279,47.74308,8.99926\n1022,1646382280,47.74307,8.99925\n1023,1646382281,47.74306,8.99924\n1024,1646382282,47.74306,8.99923\n1025,1646382283,47.74306,8.99922\n1026,1646382284,47.74305,8.99920\n1027,1646382285,47.74305,8.99919\n1028,1646382286,47.74304,8.99918\n1029,1646382287,47.74303,8.99917\n1030,1646382288,47.74303,8.99915\n1031,1646382327,47.74289,8.99883\n1032,1646382328,47.74294,8.99889\n1033,1646382329,47.74297,8.99893\n1034,1646382330,47.74298,8.99894\n1035,1646382333,47.74311,8.99901\n1036,1646382334,47.74310,8.99901\n1037,1646382335,47.74309,8.99901\n1038,1646382336,47.74307,8.99902\n1039,1646382337,47.74306,8.99903\n1040,1646382338,47.74305,8.99903\n1041,1646382377,47.74293,8.99895\n1042,1646382378,47.74293,8.99895\n1043,1646382381,47.74298,8.99905\n1044,1646382382,47.74297,8.99904\n1045,1646382383,47.74297,8.99903\n1046,1646382384,47.74297,8.99902\n1047,1646382385,47.74297,8.99901\n1048,1646382386,47.74298,8.99901\n1049,1646382387,47.74298,8.99902\n1050,1646382388,47.74299,8.99902\n1051,1646382422,47.74308,8.99907\n1052,1646382423,47.74310,8.99904\n1053,1646382424,47.74310,8.99900\n1054,1646382425,47.74310,8.99898\n1055,1646382426,47.74309,8.99899\n1056,1646382427,47.74309,8.99898\n1057,1646382428,47.74309,8.99897\n1058,1646382429,47.74309,8.99896\n1059,1646382430,47.74309,8.99895\n1060,1646382431,47.74309,8.99895\n1061,1646382472,47.74305,8.99858\n1062,1646382473,47.74304,8.99858\n1063,1646382474,47.74304,8.99856\n1064,1646382475,47.74303,8.99855\n1065,1646382476,47.74310,8.99903\n1066,1646382478,47.74311,8.99903\n1067,1646382479,47.74312,8.99903\n1068,1646382480,47.74311,8.99902\n1069,1646382481,47.74311,8.99902\n1070,1646382482,47.74311,8.99903\n1071,1646382516,47.74319,8.99887\n1072,1646382517,47.74298,8.99872\n1073,1646382518,47.74297,8.99876\n1074,1646382519,47.74296,8.99878\n1075,1646382520,47.74298,8.99881\n1076,1646382521,47.74299,8.99883\n1077,1646382522,47.74301,8.99886\n1078,1646382523,47.74301,8.99888\n1079,1646382524,47.74301,8.99889\n1080,1646382525,47.74301,8.99889\n1081,1646382561,47.74316,8.99880\n1082,1646382562,47.74312,8.99885\n1083,1646382563,47.74311,8.99886\n1084,1646382564,47.74309,8.99888\n1085,1646382565,47.74308,8.99890\n1086,1646382566,47.74307,8.99891\n1087,1646382567,47.74305,8.99894\n1088,1646382568,47.74303,8.99895\n1089,1646382569,47.74303,8.99896\n1090,1646382570,47.74302,8.99896\n1091,1646382612,47.74322,8.99877\n1092,1646382613,47.74313,8.99895\n1093,1646382615,47.74313,8.99894\n1094,1646382616,47.74313,8.99894\n1095,1646382617,47.74313,8.99893\n1096,1646382618,47.74313,8.99892\n1097,1646382619,47.74313,8.99892\n1098,1646382620,47.74313,8.99891\n1099,1646382621,47.74312,8.99891\n1100,1646382622,47.74313,8.99891\n1101,1646382665,47.74330,8.99857\n1102,1646382666,47.74331,8.99857\n1103,1646382667,47.74313,8.99890\n1104,1646382669,47.74312,8.99890\n1105,1646382670,47.74312,8.99891\n1106,1646382671,47.74311,8.99891\n1107,1646382672,47.74311,8.99891\n1108,1646382673,47.74311,8.99891\n1109,1646382674,47.74310,8.99891\n1110,1646382675,47.74310,8.99891\n1111,1646382710,47.74309,8.99901\n1112,1646382711,47.74309,8.99901\n1113,1646382712,47.74307,8.99902\n1114,1646382713,47.74306,8.99903\n1115,1646382714,47.74305,8.99904\n1116,1646382715,47.74304,8.99904\n1117,1646382716,47.74303,8.99904\n1118,1646382717,47.74302,8.99905\n1119,1646382718,47.74301,8.99906\n1120,1646382719,47.74300,8.99906\n1121,1646382755,47.74305,8.99904\n1122,1646382756,47.74305,8.99903\n1123,1646382757,47.74307,8.99902\n1124,1646382758,47.74307,8.99901\n1125,1646382759,47.74307,8.99900\n1126,1646382760,47.74307,8.99900\n1127,1646382761,47.74307,8.99901\n1128,1646382762,47.74307,8.99901\n1129,1646382763,47.74306,8.99903\n1130,1646382764,47.74307,8.99900\n1131,1646382802,47.74312,8.99889\n1132,1646382803,47.74312,8.99891\n1133,1646382804,47.74314,8.99894\n1134,1646382805,47.74310,8.99892\n1135,1646382807,47.74307,8.99892\n1136,1646382808,47.74305,8.99892\n1137,1646382809,47.74303,8.99892\n1138,1646382810,47.74300,8.99892\n1139,1646382811,47.74298,8.99892\n1140,1646382812,47.74298,8.99892\n1141,1646382851,47.74313,8.99886\n1142,1646382852,47.74313,8.99892\n1143,1646382853,47.74312,8.99892\n1144,1646382854,47.74312,8.99892\n1145,1646382855,47.74311,8.99891\n1146,1646382856,47.74310,8.99889\n1147,1646382857,47.74309,8.99889\n1148,1646382858,47.74309,8.99888\n1149,1646382859,47.74308,8.99887\n1150,1646382861,47.74307,8.99887\n1151,1646382897,47.74300,8.99914\n1152,1646382898,47.74299,8.99914\n1153,1646382899,47.74298,8.99913\n1154,1646382900,47.74297,8.99911\n1155,1646382901,47.74297,8.99909\n1156,1646382902,47.74296,8.99906\n1157,1646382903,47.74295,8.99903\n1158,1646382904,47.74294,8.99901\n1159,1646382905,47.74294,8.99900\n1160,1646382906,47.74293,8.99898\n1161,1646382942,47.74312,8.99901\n1162,1646382943,47.74311,8.99905\n1163,1646382944,47.74310,8.99906\n1164,1646382945,47.74309,8.99907\n1165,1646382946,47.74308,8.99907\n1166,1646382947,47.74307,8.99907\n1167,1646382948,47.74306,8.99907\n1168,1646382949,47.74306,8.99907\n1169,1646382950,47.74306,8.99900\n1170,1646382952,47.74306,8.99901\n1171,1646382992,47.74302,8.99913\n1172,1646382993,47.74301,8.99912\n1173,1646382994,47.74301,8.99912\n1174,1646382995,47.74300,8.99911\n1175,1646382996,47.74299,8.99910\n1176,1646382997,47.74299,8.99904\n1177,1646382999,47.74298,8.99905\n1178,1646383000,47.74298,8.99905\n1179,1646383001,47.74298,8.99905\n1180,1646383002,47.74298,8.99905\n1181,1646383040,47.74304,8.99897\n1182,1646383041,47.74292,8.99886\n1183,1646383042,47.74296,8.99890\n1184,1646383043,47.74296,8.99892\n1185,1646383044,47.74296,8.99891\n1186,1646383045,47.74299,8.99900\n1187,1646383047,47.74299,8.99901\n1188,1646383048,47.74298,8.99901\n1189,1646383049,47.74298,8.99901\n1190,1646383050,47.74298,8.99901\n1191,1646383090,47.74338,8.99931\n1192,1646383091,47.74338,8.99938\n1193,1646383092,47.74335,8.99932\n1194,1646383093,47.74333,8.99929\n1195,1646383095,47.74329,8.99926\n1196,1646383096,47.74328,8.99924\n1197,1646383097,47.74327,8.99922\n1198,1646383098,47.74326,8.99921\n1199,1646383099,47.74325,8.99920\n1200,1646383100,47.74325,8.99920\n1201,1646383141,47.74324,8.99906\n1202,1646383142,47.74320,8.99901\n1203,1646383144,47.74318,8.99899\n1204,1646383145,47.74319,8.99901\n1205,1646383146,47.74320,8.99902\n1206,1646383147,47.74321,8.99902\n1207,1646383148,47.74319,8.99900\n1208,1646383149,47.74318,8.99899\n1209,1646383150,47.74316,8.99898\n1210,1646383151,47.74315,8.99897\n1211,1646383192,47.74319,8.99932\n1212,1646383193,47.74318,8.99927\n1213,1646383194,47.74318,8.99927\n1214,1646383195,47.74314,8.99921\n1215,1646383197,47.74313,8.99919\n1216,1646383198,47.74313,8.99918\n1217,1646383199,47.74312,8.99917\n1218,1646383200,47.74312,8.99917\n1219,1646383201,47.74312,8.99917\n1220,1646383202,47.74311,8.99917\n1221,1646383246,47.74292,8.99884\n1222,1646383247,47.74292,8.99883\n1223,1646383248,47.74294,8.99884\n1224,1646383249,47.74294,8.99883\n1225,1646383250,47.74296,8.99883\n1226,1646383251,47.74297,8.99882\n1227,1646383252,47.74298,8.99881\n1228,1646383253,47.74299,8.99881\n1229,1646383254,47.74299,8.99881\n1230,1646383255,47.74300,8.99881\n1231,1646383297,47.74318,8.99901\n1232,1646383298,47.74318,8.99901\n1233,1646383300,47.74317,8.99902\n1234,1646383301,47.74316,8.99901\n1235,1646383302,47.74318,8.99904\n1236,1646383303,47.74318,8.99904\n1237,1646383304,47.74319,8.99904\n1238,1646383305,47.74319,8.99905\n1239,1646383306,47.74322,8.99907\n1240,1646383307,47.74323,8.99907\n1241,1646383350,47.74299,8.99913\n1242,1646383351,47.74309,8.99913\n1243,1646383353,47.74308,8.99912\n1244,1646383354,47.74307,8.99911\n1245,1646383355,47.74304,8.99907\n1246,1646383356,47.74302,8.99905\n1247,1646383357,47.74301,8.99903\n1248,1646383358,47.74301,8.99902\n1249,1646383359,47.74300,8.99901\n1250,1646383360,47.74300,8.99899\n1251,1646383407,47.74315,8.99893\n1252,1646383408,47.74310,8.99889\n1253,1646383410,47.74310,8.99889\n1254,1646383411,47.74310,8.99890\n1255,1646383412,47.74308,8.99890\n1256,1646383413,47.74306,8.99888\n1257,1646383414,47.74305,8.99888\n1258,1646383415,47.74303,8.99888\n1259,1646383416,47.74304,8.99890\n1260,1646383417,47.74304,8.99891\n1261,1646383459,47.74292,8.99903\n1262,1646383461,47.74291,8.99902\n1263,1646383462,47.74294,8.99905\n1264,1646383463,47.74295,8.99906\n1265,1646383464,47.74296,8.99907\n1266,1646383465,47.74296,8.99907\n1267,1646383466,47.74297,8.99908\n1268,1646383467,47.74297,8.99909\n1269,1646383468,47.74298,8.99910\n1270,1646383469,47.74298,8.99911\n1271,1646383508,47.74330,8.99928\n1272,1646383509,47.74328,8.99929\n1273,1646383510,47.74325,8.99928\n1274,1646383511,47.74319,8.99924\n1275,1646383512,47.74319,8.99924\n1276,1646383513,47.74314,8.99923\n1277,1646383515,47.74313,8.99921\n1278,1646383516,47.74312,8.99920\n1279,1646383517,47.74311,8.99918\n1280,1646383518,47.74311,8.99917\n1281,1646383560,47.74294,8.99893\n1282,1646383561,47.74299,8.99894\n1283,1646383563,47.74300,8.99896\n1284,1646383564,47.74301,8.99897\n1285,1646383565,47.74301,8.99898\n1286,1646383566,47.74302,8.99899\n1287,1646383567,47.74302,8.99900\n1288,1646383568,47.74302,8.99900\n1289,1646383569,47.74302,8.99900\n1290,1646383570,47.74302,8.99901\n1291,1646383614,47.74281,8.99893\n1292,1646383617,47.74292,8.99881\n1293,1646383618,47.74288,8.99878\n1294,1646383619,47.74286,8.99876\n1295,1646383620,47.74287,8.99877\n1296,1646383621,47.74287,8.99878\n1297,1646383622,47.74289,8.99879\n1298,1646383623,47.74290,8.99880\n1299,1646383624,47.74292,8.99881\n1300,1646383625,47.74294,8.99882\n1301,1646383680,47.74283,8.99873\n1302,1646383681,47.74300,8.99891\n1303,1646383683,47.74302,8.99893\n1304,1646383684,47.74304,8.99894\n1305,1646383685,47.74305,8.99894\n1306,1646383686,47.74304,8.99894\n1307,1646383687,47.74304,8.99894\n1308,1646383688,47.74305,8.99894\n1309,1646383689,47.74305,8.99894\n1310,1646383690,47.74305,8.99894\n1311,1646383724,47.74303,8.99898\n1312,1646383725,47.74303,8.99896\n1313,1646383726,47.74302,8.99894\n1314,1646383727,47.74301,8.99894\n1315,1646383728,47.74300,8.99894\n1316,1646383729,47.74299,8.99894\n1317,1646383730,47.74299,8.99894\n1318,1646383731,47.74300,8.99894\n1319,1646383732,47.74300,8.99895\n1320,1646383733,47.74301,8.99895\n1321,1646383767,47.74296,8.99886\n1322,1646383768,47.74297,8.99888\n1323,1646383769,47.74298,8.99889\n1324,1646383770,47.74299,8.99890\n1325,1646383771,47.74298,8.99889\n1326,1646383772,47.74298,8.99889\n1327,1646383773,47.74298,8.99889\n1328,1646383774,47.74298,8.99890\n1329,1646383775,47.74298,8.99890\n1330,1646383776,47.74298,8.99890\n1331,1646383810,47.74307,8.99899\n1332,1646383811,47.74306,8.99898\n1333,1646383812,47.74305,8.99898\n1334,1646383813,47.74303,8.99897\n1335,1646383814,47.74302,8.99896\n1336,1646383815,47.74301,8.99896\n1337,1646383816,47.74300,8.99895\n1338,1646383817,47.74299,8.99895\n1339,1646383818,47.74300,8.99895\n1340,1646383819,47.74303,8.99898\n1341,1646383854,47.74289,8.99895\n1342,1646383855,47.74290,8.99896\n1343,1646383856,47.74292,8.99896\n1344,1646383857,47.74292,8.99895\n1345,1646383858,47.74292,8.99895\n1346,1646383859,47.74294,8.99895\n1347,1646383860,47.74294,8.99895\n1348,1646383861,47.74294,8.99894\n1349,1646383862,47.74297,8.99896\n1350,1646383864,47.74298,8.99896\n1351,1646383897,47.74323,8.99892\n1352,1646383898,47.74326,8.99905\n1353,1646383899,47.74308,8.99902\n1354,1646383900,47.74307,8.99901\n1355,1646383901,47.74306,8.99901\n1356,1646383902,47.74305,8.99900\n1357,1646383903,47.74305,8.99900\n1358,1646383904,47.74304,8.99899\n1359,1646383905,47.74303,8.99900\n1360,1646383906,47.74303,8.99899\n1361,1646383940,47.74287,8.99892\n1362,1646383941,47.74295,8.99896\n1363,1646383942,47.74298,8.99896\n1364,1646383943,47.74299,8.99896\n1365,1646383944,47.74300,8.99896\n1366,1646383945,47.74300,8.99896\n1367,1646383946,47.74301,8.99897\n1368,1646383947,47.74301,8.99896\n1369,1646383948,47.74302,8.99897\n1370,1646383949,47.74303,8.99897\n1371,1646383984,47.74314,8.99896\n1372,1646383985,47.74310,8.99896\n1373,1646383986,47.74309,8.99896\n1374,1646383987,47.74308,8.99896\n1375,1646383988,47.74308,8.99896\n1376,1646383989,47.74308,8.99896\n1377,1646383990,47.74308,8.99896\n1378,1646383991,47.74308,8.99897\n1379,1646383992,47.74308,8.99897\n1380,1646383993,47.74308,8.99898\n1381,1646384026,47.74303,8.99898\n1382,1646384027,47.74311,8.99893\n1383,1646384028,47.74311,8.99893\n1384,1646384029,47.74313,8.99893\n1385,1646384030,47.74313,8.99893\n1386,1646384031,47.74313,8.99894\n1387,1646384032,47.74313,8.99894\n1388,1646384033,47.74313,8.99895\n1389,1646384034,47.74313,8.99895\n1390,1646384035,47.74311,8.99894\n1391,1646384071,47.74312,8.99898\n1392,1646384072,47.74297,8.99894\n1393,1646384073,47.74299,8.99896\n1394,1646384074,47.74300,8.99897\n1395,1646384075,47.74301,8.99898\n1396,1646384076,47.74303,8.99898\n1397,1646384077,47.74304,8.99898\n1398,1646384078,47.74305,8.99899\n1399,1646384080,47.74305,8.99899\n1400,1646384081,47.74305,8.99899\n1401,1646384115,47.74298,8.99895\n1402,1646384116,47.74300,8.99895\n1403,1646384117,47.74300,8.99896\n1404,1646384118,47.74302,8.99897\n1405,1646384119,47.74302,8.99897\n1406,1646384120,47.74304,8.99898\n1407,1646384121,47.74305,8.99898\n1408,1646384122,47.74308,8.99900\n1409,1646384123,47.74311,8.99901\n1410,1646384124,47.74310,8.99901\n1411,1646384158,47.74298,8.99896\n1412,1646384159,47.74296,8.99893\n1413,1646384160,47.74297,8.99895\n1414,1646384161,47.74294,8.99897\n1415,1646384162,47.74295,8.99897\n1416,1646384163,47.74296,8.99897\n1417,1646384164,47.74297,8.99897\n1418,1646384165,47.74296,8.99897\n1419,1646384166,47.74296,8.99897\n1420,1646384167,47.74296,8.99896\n1421,1646384202,47.74300,8.99895\n1422,1646384203,47.74298,8.99894\n1423,1646384204,47.74298,8.99893\n1424,1646384205,47.74298,8.99894\n1425,1646384206,47.74297,8.99894\n1426,1646384207,47.74297,8.99894\n1427,1646384208,47.74297,8.99893\n1428,1646384209,47.74304,8.99895\n1429,1646384211,47.74305,8.99896\n1430,1646384212,47.74306,8.99897\n1431,1646384248,47.74319,8.99911\n1432,1646384249,47.74312,8.99905\n1433,1646384250,47.74311,8.99904\n1434,1646384251,47.74306,8.99901\n1435,1646384252,47.74305,8.99900\n1436,1646384253,47.74304,8.99899\n1437,1646384254,47.74304,8.99898\n1438,1646384255,47.74303,8.99898\n1439,1646384256,47.74303,8.99898\n1440,1646384257,47.74303,8.99898\n1441,1646384292,47.74320,8.99895\n1442,1646384293,47.74314,8.99894\n1443,1646384294,47.74312,8.99896\n1444,1646384295,47.74310,8.99895\n1445,1646384296,47.74307,8.99894\n1446,1646384297,47.74304,8.99894\n1447,1646384298,47.74303,8.99894\n1448,1646384299,47.74303,8.99895\n1449,1646384300,47.74310,8.99898\n1450,1646384302,47.74309,8.99898\n1451,1646384338,47.74314,8.99893\n1452,1646384339,47.74314,8.99894\n1453,1646384340,47.74313,8.99895\n1454,1646384341,47.74312,8.99895\n1455,1646384342,47.74310,8.99895\n1456,1646384343,47.74311,8.99895\n1457,1646384344,47.74311,8.99896\n1458,1646384345,47.74310,8.99896\n1459,1646384346,47.74310,8.99897\n1460,1646384347,47.74305,8.99895\n1461,1646384382,47.74310,8.99899\n1462,1646384383,47.74313,8.99899\n1463,1646384384,47.74314,8.99900\n1464,1646384385,47.74314,8.99902\n1465,1646384386,47.74314,8.99903\n1466,1646384387,47.74314,8.99903\n1467,1646384388,47.74314,8.99903\n1468,1646384389,47.74313,8.99903\n1469,1646384390,47.74300,8.99900\n1470,1646384392,47.74300,8.99900\n1471,1646384428,47.74306,8.99895\n1472,1646384429,47.74303,8.99894\n1473,1646384430,47.74301,8.99894\n1474,1646384431,47.74300,8.99894\n1475,1646384432,47.74303,8.99895\n1476,1646384433,47.74306,8.99896\n1477,1646384434,47.74306,8.99895\n1478,1646384435,47.74305,8.99895\n1479,1646384436,47.74305,8.99895\n1480,1646384437,47.74300,8.99894\n1481,1646384473,47.74301,8.99891\n1482,1646384474,47.74300,8.99890\n1483,1646384475,47.74302,8.99891\n1484,1646384476,47.74300,8.99891\n1485,1646384477,47.74301,8.99892\n1486,1646384478,47.74302,8.99893\n1487,1646384479,47.74302,8.99893\n1488,1646384480,47.74304,8.99894\n1489,1646384482,47.74304,8.99894\n1490,1646384483,47.74304,8.99894\n1491,1646384516,47.74299,8.99901\n1492,1646384517,47.74306,8.99899\n1493,1646384518,47.74310,8.99899\n1494,1646384519,47.74311,8.99900\n1495,1646384520,47.74315,8.99901\n1496,1646384521,47.74315,8.99902\n1497,1646384522,47.74315,8.99902\n1498,1646384523,47.74314,8.99901\n1499,1646384524,47.74314,8.99901\n1500,1646384525,47.74314,8.99902\n1501,1646384560,47.74310,8.99906\n1502,1646384561,47.74311,8.99904\n1503,1646384562,47.74311,8.99903\n1504,1646384563,47.74311,8.99903\n1505,1646384564,47.74312,8.99903\n1506,1646384565,47.74313,8.99904\n1507,1646384566,47.74314,8.99904\n1508,1646384567,47.74315,8.99905\n1509,1646384568,47.74316,8.99906\n1510,1646384569,47.74316,8.99905\n1511,1646384602,47.74318,8.99900\n1512,1646384603,47.74317,8.99907\n1513,1646384604,47.74317,8.99908\n1514,1646384605,47.74316,8.99907\n1515,1646384606,47.74316,8.99906\n1516,1646384607,47.74315,8.99904\n1517,1646384608,47.74313,8.99902\n1518,1646384609,47.74312,8.99902\n1519,1646384610,47.74311,8.99901\n1520,1646384611,47.74306,8.99900\n1521,1646384647,47.74308,8.99901\n1522,1646384648,47.74309,8.99902\n1523,1646384649,47.74309,8.99902\n1524,1646384650,47.74311,8.99903\n1525,1646384651,47.74311,8.99904\n1526,1646384652,47.74312,8.99904\n1527,1646384653,47.74311,8.99905\n1528,1646384654,47.74305,8.99901\n1529,1646384656,47.74305,8.99901\n1530,1646384657,47.74306,8.99900\n1531,1646384690,47.74302,8.99910\n1532,1646384691,47.74326,8.99915\n1533,1646384692,47.74328,8.99914\n1534,1646384693,47.74330,8.99914\n1535,1646384694,47.74330,8.99914\n1536,1646384695,47.74330,8.99912\n1537,1646384696,47.74328,8.99911\n1538,1646384697,47.74327,8.99910\n1539,1646384698,47.74326,8.99909\n1540,1646384699,47.74324,8.99908\n1541,1646384733,47.74323,8.99901\n1542,1646384734,47.74304,8.99897\n1543,1646384735,47.74301,8.99898\n1544,1646384736,47.74301,8.99897\n1545,1646384737,47.74304,8.99899\n1546,1646384738,47.74307,8.99899\n1547,1646384739,47.74309,8.99900\n1548,1646384740,47.74310,8.99901\n1549,1646384741,47.74310,8.99900\n1550,1646384742,47.74309,8.99900\n1551,1646384775,47.74311,8.99886\n1552,1646384776,47.74308,8.99885\n1553,1646384777,47.74307,8.99886\n1554,1646384778,47.74308,8.99887\n1555,1646384779,47.74309,8.99889\n1556,1646384780,47.74309,8.99891\n1557,1646384781,47.74311,8.99891\n1558,1646384782,47.74311,8.99891\n1559,1646384783,47.74311,8.99892\n1560,1646384784,47.74312,8.99893\n1561,1646384818,47.74300,8.99896\n1562,1646384819,47.74305,8.99897\n1563,1646384820,47.74307,8.99899\n1564,1646384821,47.74308,8.99900\n1565,1646384822,47.74311,8.99900\n1566,1646384823,47.74313,8.99901\n1567,1646384824,47.74314,8.99901\n1568,1646384825,47.74315,8.99901\n1569,1646384826,47.74315,8.99901\n1570,1646384827,47.74315,8.99901\n1571,1646384861,47.74313,8.99891\n1572,1646384862,47.74312,8.99892\n1573,1646384863,47.74310,8.99892\n1574,1646384864,47.74310,8.99894\n1575,1646384865,47.74308,8.99894\n1576,1646384866,47.74306,8.99893\n1577,1646384867,47.74305,8.99893\n1578,1646384868,47.74303,8.99893\n1579,1646384869,47.74307,8.99894\n1580,1646384871,47.74307,8.99895\n1581,1646384904,47.74294,8.99893\n1582,1646384905,47.74311,8.99904\n1583,1646384906,47.74308,8.99903\n1584,1646384907,47.74309,8.99904\n1585,1646384908,47.74309,8.99904\n1586,1646384909,47.74309,8.99904\n1587,1646384910,47.74309,8.99904\n1588,1646384911,47.74302,8.99901\n1589,1646384913,47.74302,8.99901\n1590,1646384914,47.74302,8.99901\n1591,1646384947,47.74289,8.99905\n1592,1646384948,47.74296,8.99900\n1593,1646384949,47.74301,8.99900\n1594,1646384950,47.74302,8.99900\n1595,1646384951,47.74303,8.99900\n1596,1646384952,47.74305,8.99899\n1597,1646384953,47.74305,8.99899\n1598,1646384954,47.74305,8.99898\n1599,1646384955,47.74305,8.99898\n1600,1646384956,47.74304,8.99898\n1601,1646384990,47.74346,8.99910\n1602,1646384992,47.74321,8.99906\n1603,1646384993,47.74318,8.99905\n1604,1646384994,47.74316,8.99905\n1605,1646384995,47.74315,8.99905\n1606,1646384996,47.74314,8.99905\n1607,1646384997,47.74312,8.99904\n1608,1646384998,47.74312,8.99904\n1609,1646384999,47.74312,8.99903\n1610,1646385000,47.74311,8.99902\n1611,1646385033,47.74314,8.99883\n1612,1646385034,47.74298,8.99903\n1613,1646385035,47.74303,8.99898\n1614,1646385036,47.74303,8.99897\n1615,1646385037,47.74305,8.99898\n1616,1646385038,47.74306,8.99899\n1617,1646385039,47.74306,8.99898\n1618,1646385040,47.74305,8.99898\n1619,1646385041,47.74305,8.99899\n1620,1646385042,47.74305,8.99898\n1621,1646385078,47.74306,8.99890\n1622,1646385079,47.74306,8.99893\n1623,1646385080,47.74305,8.99893\n1624,1646385081,47.74305,8.99893\n1625,1646385082,47.74306,8.99893\n1626,1646385083,47.74304,8.99893\n1627,1646385084,47.74304,8.99893\n1628,1646385085,47.74303,8.99893\n1629,1646385086,47.74307,8.99896\n1630,1646385088,47.74307,8.99895\n1631,1646385123,47.74327,8.99902\n1632,1646385124,47.74326,8.99903\n1633,1646385125,47.74325,8.99903\n1634,1646385126,47.74323,8.99902\n1635,1646385127,47.74321,8.99900\n1636,1646385128,47.74320,8.99900\n1637,1646385129,47.74320,8.99901\n1638,1646385130,47.74320,8.99901\n1639,1646385131,47.74319,8.99901\n1640,1646385132,47.74319,8.99901\n1641,1646385166,47.74341,8.99921\n1642,1646385167,47.74323,8.99908\n1643,1646385168,47.74318,8.99906\n1644,1646385169,47.74319,8.99906\n1645,1646385170,47.74319,8.99906\n1646,1646385171,47.74320,8.99907\n1647,1646385172,47.74319,8.99906\n1648,1646385173,47.74319,8.99906\n1649,1646385174,47.74318,8.99906\n1650,1646385175,47.74319,8.99907\n1651,1646385210,47.74294,8.99885\n1652,1646385211,47.74295,8.99886\n1653,1646385212,47.74297,8.99889\n1654,1646385213,47.74298,8.99891\n1655,1646385214,47.74299,8.99892\n1656,1646385215,47.74299,8.99893\n1657,1646385216,47.74300,8.99893\n1658,1646385217,47.74302,8.99895\n1659,1646385219,47.74303,8.99896\n1660,1646385220,47.74303,8.99896\n1661,1646385253,47.74301,8.99881\n1662,1646385254,47.74299,8.99888\n1663,1646385255,47.74300,8.99889\n1664,1646385256,47.74301,8.99890\n1665,1646385257,47.74301,8.99891\n1666,1646385258,47.74300,8.99891\n1667,1646385259,47.74300,8.99890\n1668,1646385260,47.74301,8.99891\n1669,1646385261,47.74302,8.99891\n1670,1646385262,47.74303,8.99892\n1671,1646385296,47.74305,8.99889\n1672,1646385297,47.74305,8.99886\n1673,1646385298,47.74305,8.99886\n1674,1646385299,47.74305,8.99888\n1675,1646385300,47.74305,8.99888\n1676,1646385301,47.74305,8.99889\n1677,1646385302,47.74306,8.99890\n1678,1646385303,47.74306,8.99890\n1679,1646385304,47.74306,8.99890\n1680,1646385305,47.74306,8.99890\n1681,1646385338,47.74308,8.99890\n1682,1646385339,47.74308,8.99886\n1683,1646385340,47.74307,8.99887\n1684,1646385341,47.74305,8.99888\n1685,1646385342,47.74304,8.99889\n1686,1646385343,47.74304,8.99890\n1687,1646385344,47.74303,8.99891\n1688,1646385345,47.74304,8.99892\n1689,1646385346,47.74304,8.99893\n1690,1646385347,47.74304,8.99893\n1691,1646385383,47.74311,8.99902\n1692,1646385384,47.74311,8.99902\n1693,1646385385,47.74310,8.99901\n1694,1646385386,47.74309,8.99901\n1695,1646385387,47.74308,8.99902\n1696,1646385388,47.74308,8.99901\n1697,1646385389,47.74307,8.99901\n1698,1646385390,47.74308,8.99901\n1699,1646385391,47.74309,8.99901\n1700,1646385392,47.74309,8.99900\n1701,1646385425,47.74300,8.99901\n1702,1646385426,47.74312,8.99899\n1703,1646385427,47.74312,8.99899\n1704,1646385428,47.74310,8.99898\n1705,1646385429,47.74308,8.99897\n1706,1646385430,47.74308,8.99897\n1707,1646385431,47.74306,8.99896\n1708,1646385432,47.74306,8.99896\n1709,1646385433,47.74306,8.99895\n1710,1646385435,47.74306,8.99895\n1711,1646385468,47.74307,8.99892\n1712,1646385469,47.74307,8.99894\n1713,1646385470,47.74306,8.99894\n1714,1646385471,47.74306,8.99892\n1715,1646385472,47.74307,8.99893\n1716,1646385473,47.74308,8.99893\n1717,1646385474,47.74308,8.99893\n1718,1646385475,47.74311,8.99897\n1719,1646385477,47.74310,8.99897\n1720,1646385478,47.74311,8.99897\n1721,1646385513,47.74311,8.99879\n1722,1646385514,47.74311,8.99882\n1723,1646385515,47.74310,8.99884\n1724,1646385516,47.74310,8.99886\n1725,1646385517,47.74310,8.99886\n1726,1646385518,47.74309,8.99888\n1727,1646385519,47.74309,8.99889\n1728,1646385520,47.74309,8.99889\n1729,1646385521,47.74309,8.99890\n1730,1646385522,47.74309,8.99890\n1731,1646385555,47.74302,8.99918\n1732,1646385556,47.74307,8.99906\n1733,1646385557,47.74307,8.99901\n1734,1646385558,47.74308,8.99899\n1735,1646385559,47.74307,8.99898\n1736,1646385560,47.74306,8.99897\n1737,1646385561,47.74306,8.99897\n1738,1646385562,47.74306,8.99897\n1739,1646385563,47.74306,8.99897\n1740,1646385564,47.74306,8.99898\n1741,1646385600,47.74318,8.99901\n1742,1646385601,47.74319,8.99899\n1743,1646385602,47.74317,8.99899\n1744,1646385603,47.74315,8.99898\n1745,1646385604,47.74313,8.99899\n1746,1646385605,47.74309,8.99900\n1747,1646385606,47.74308,8.99901\n1748,1646385607,47.74308,8.99897\n1749,1646385609,47.74306,8.99897\n1750,1646385610,47.74305,8.99897\n1751,1646385644,47.74301,8.99902\n1752,1646385645,47.74300,8.99903\n1753,1646385646,47.74300,8.99903\n1754,1646385647,47.74300,8.99903\n1755,1646385648,47.74299,8.99903\n1756,1646385649,47.74300,8.99902\n1757,1646385650,47.74299,8.99901\n1758,1646385651,47.74299,8.99901\n1759,1646385652,47.74299,8.99901\n1760,1646385653,47.74299,8.99900\n1761,1646385686,47.74305,8.99897\n1762,1646385687,47.74305,8.99895\n1763,1646385688,47.74304,8.99895\n1764,1646385689,47.74304,8.99894\n1765,1646385690,47.74305,8.99894\n1766,1646385691,47.74305,8.99895\n1767,1646385692,47.74305,8.99895\n1768,1646385693,47.74306,8.99894\n1769,1646385694,47.74305,8.99894\n1770,1646385695,47.74306,8.99894\n1771,1646385729,47.74307,8.99909\n1772,1646385730,47.74314,8.99902\n1773,1646385731,47.74313,8.99902\n1774,1646385732,47.74312,8.99900\n1775,1646385733,47.74312,8.99899\n1776,1646385734,47.74311,8.99899\n1777,1646385735,47.74310,8.99898\n1778,1646385736,47.74310,8.99898\n1779,1646385737,47.74309,8.99897\n1780,1646385738,47.74309,8.99897\n1781,1646385771,47.74303,8.99886\n1782,1646385772,47.74306,8.99887\n1783,1646385773,47.74306,8.99889\n1784,1646385774,47.74306,8.99890\n1785,1646385775,47.74306,8.99892\n1786,1646385776,47.74306,8.99892\n1787,1646385777,47.74305,8.99893\n1788,1646385778,47.74305,8.99894\n1789,1646385779,47.74304,8.99896\n1790,1646385780,47.74303,8.99896\n1791,1646385814,47.74301,8.99911\n1792,1646385815,47.74305,8.99901\n1793,1646385816,47.74307,8.99900\n1794,1646385817,47.74307,8.99900\n1795,1646385818,47.74306,8.99899\n1796,1646385819,47.74305,8.99899\n1797,1646385820,47.74305,8.99899\n1798,1646385821,47.74304,8.99900\n1799,1646385822,47.74304,8.99901\n1800,1646385823,47.74304,8.99901\n1801,1646385856,47.74293,8.99904\n1802,1646385857,47.74296,8.99902\n1803,1646385858,47.74298,8.99901\n1804,1646385859,47.74299,8.99901\n1805,1646385860,47.74299,8.99901\n1806,1646385861,47.74300,8.99901\n1807,1646385862,47.74301,8.99902\n1808,1646385863,47.74301,8.99902\n1809,1646385864,47.74301,8.99902\n1810,1646385865,47.74301,8.99902\n1811,1646385899,47.74292,8.99903\n1812,1646385900,47.74304,8.99905\n1813,1646385901,47.74305,8.99904\n1814,1646385902,47.74306,8.99904\n1815,1646385903,47.74306,8.99903\n1816,1646385904,47.74306,8.99903\n1817,1646385905,47.74305,8.99901\n1818,1646385906,47.74305,8.99901\n1819,1646385907,47.74305,8.99901\n1820,1646385908,47.74301,8.99899\n1821,1646385943,47.74313,8.99893\n1822,1646385944,47.74311,8.99895\n1823,1646385945,47.74310,8.99896\n1824,1646385946,47.74309,8.99896\n1825,1646385947,47.74309,8.99897\n1826,1646385948,47.74308,8.99897\n1827,1646385949,47.74303,8.99894\n1828,1646385951,47.74303,8.99895\n1829,1646385952,47.74303,8.99895\n1830,1646385953,47.74303,8.99895\n1831,1646385987,47.74307,8.99901\n1832,1646385988,47.74308,8.99901\n1833,1646385989,47.74307,8.99901\n1834,1646385990,47.74304,8.99901\n1835,1646385991,47.74303,8.99900\n1836,1646385992,47.74303,8.99900\n1837,1646385993,47.74302,8.99900\n1838,1646385994,47.74302,8.99899\n1839,1646385995,47.74301,8.99899\n1840,1646385996,47.74300,8.99899\n1841,1646386030,47.74314,8.99907\n1842,1646386031,47.74304,8.99903\n1843,1646386032,47.74303,8.99903\n1844,1646386033,47.74304,8.99903\n1845,1646386034,47.74304,8.99903\n1846,1646386035,47.74304,8.99903\n1847,1646386036,47.74304,8.99902\n1848,1646386037,47.74305,8.99901\n1849,1646386038,47.74305,8.99901\n1850,1646386039,47.74301,8.99901\n1851,1646386073,47.74324,8.99897\n1852,1646386074,47.74317,8.99898\n1853,1646386075,47.74317,8.99899\n1854,1646386076,47.74315,8.99900\n1855,1646386077,47.74314,8.99900\n1856,1646386078,47.74312,8.99900\n1857,1646386079,47.74311,8.99901\n1858,1646386080,47.74310,8.99901\n1859,1646386081,47.74293,8.99896\n1860,1646386083,47.74295,8.99898\n1861,1646386118,47.74292,8.99898\n1862,1646386119,47.74291,8.99897\n1863,1646386120,47.74292,8.99897\n1864,1646386121,47.74291,8.99897\n1865,1646386122,47.74292,8.99898\n1866,1646386123,47.74291,8.99898\n1867,1646386125,47.74290,8.99897\n1868,1646386126,47.74291,8.99897\n1869,1646386127,47.74291,8.99897\n1870,1646386128,47.74291,8.99897\n1871,1646386163,47.74303,8.99894\n1872,1646386164,47.74301,8.99895\n1873,1646386165,47.74301,8.99895\n1874,1646386166,47.74299,8.99895\n1875,1646386167,47.74298,8.99895\n1876,1646386168,47.74298,8.99895\n1877,1646386169,47.74298,8.99895\n1878,1646386170,47.74299,8.99896\n1879,1646386171,47.74294,8.99895\n1880,1646386173,47.74295,8.99895\n1881,1646386207,47.74302,8.99900\n1882,1646386208,47.74307,8.99899\n1883,1646386209,47.74309,8.99899\n1884,1646386210,47.74310,8.99899\n1885,1646386211,47.74309,8.99899\n1886,1646386212,47.74309,8.99899\n1887,1646386213,47.74301,8.99896\n1888,1646386215,47.74302,8.99896\n1889,1646386216,47.74302,8.99897\n1890,1646386217,47.74302,8.99897\n1891,1646386250,47.74314,8.99905\n1892,1646386251,47.74316,8.99901\n1893,1646386252,47.74316,8.99902\n1894,1646386253,47.74316,8.99903\n1895,1646386254,47.74315,8.99903\n1896,1646386255,47.74315,8.99903\n1897,1646386256,47.74316,8.99902\n1898,1646386257,47.74316,8.99902\n1899,1646386258,47.74317,8.99902\n1900,1646386259,47.74317,8.99901\n1901,1646386293,47.74308,8.99903\n1902,1646386294,47.74308,8.99901\n1903,1646386295,47.74308,8.99900\n1904,1646386296,47.74308,8.99899\n1905,1646386297,47.74308,8.99899\n1906,1646386298,47.74308,8.99899\n1907,1646386299,47.74309,8.99899\n1908,1646386300,47.74308,8.99898\n1909,1646386301,47.74309,8.99899\n1910,1646386302,47.74309,8.99899\n1911,1646386336,47.74306,8.99895\n1912,1646386337,47.74305,8.99895\n1913,1646386338,47.74306,8.99896\n1914,1646386339,47.74307,8.99896\n1915,1646386340,47.74307,8.99897\n1916,1646386341,47.74308,8.99897\n1917,1646386342,47.74308,8.99898\n1918,1646386343,47.74308,8.99898\n1919,1646386344,47.74308,8.99898\n1920,1646386345,47.74299,8.99895\n1921,1646386380,47.74295,8.99894\n1922,1646386381,47.74298,8.99894\n1923,1646386382,47.74298,8.99895\n1924,1646386383,47.74299,8.99895\n1925,1646386384,47.74300,8.99895\n1926,1646386385,47.74300,8.99895\n1927,1646386386,47.74301,8.99895\n1928,1646386387,47.74301,8.99895\n1929,1646386389,47.74301,8.99895\n1930,1646386390,47.74301,8.99895\n1931,1646386423,47.74303,8.99898\n1932,1646386424,47.74305,8.99901\n1933,1646386425,47.74305,8.99901\n1934,1646386426,47.74304,8.99900\n1935,1646386427,47.74304,8.99900\n1936,1646386428,47.74303,8.99900\n1937,1646386429,47.74302,8.99899\n1938,1646386430,47.74302,8.99898\n1939,1646386431,47.74301,8.99899\n1940,1646386432,47.74302,8.99898\n1941,1646386467,47.74320,8.99888\n1942,1646386468,47.74322,8.99887\n1943,1646386469,47.74322,8.99887\n1944,1646386470,47.74322,8.99888\n1945,1646386471,47.74319,8.99890\n1946,1646386472,47.74318,8.99890\n1947,1646386473,47.74316,8.99891\n1948,1646386474,47.74314,8.99892\n1949,1646386475,47.74313,8.99893\n1950,1646386476,47.74312,8.99893\n1951,1646386511,47.74315,8.99899\n1952,1646386512,47.74313,8.99898\n1953,1646386513,47.74314,8.99899\n1954,1646386514,47.74312,8.99899\n1955,1646386515,47.74311,8.99899\n1956,1646386516,47.74310,8.99899\n1957,1646386517,47.74310,8.99900\n1958,1646386518,47.74309,8.99900\n1959,1646386519,47.74298,8.99901\n1960,1646386521,47.74298,8.99901\n1961,1646386556,47.74294,8.99903\n1962,1646386557,47.74295,8.99902\n1963,1646386558,47.74294,8.99902\n1964,1646386559,47.74294,8.99902\n1965,1646386560,47.74295,8.99902\n1966,1646386561,47.74288,8.99904\n1967,1646386563,47.74289,8.99904\n1968,1646386564,47.74289,8.99904\n1969,1646386565,47.74290,8.99904\n1970,1646386566,47.74291,8.99904\n1971,1646386600,47.74314,8.99902\n1972,1646386601,47.74312,8.99902\n1973,1646386602,47.74313,8.99901\n1974,1646386603,47.74314,8.99900\n1975,1646386604,47.74315,8.99899\n1976,1646386605,47.74315,8.99899\n1977,1646386606,47.74315,8.99899\n1978,1646386607,47.74315,8.99899\n1979,1646386608,47.74314,8.99898\n1980,1646386609,47.74306,8.99899\n1981,1646386644,47.74309,8.99911\n1982,1646386645,47.74308,8.99910\n1983,1646386646,47.74306,8.99910\n1984,1646386647,47.74304,8.99909\n1985,1646386648,47.74303,8.99909\n1986,1646386649,47.74304,8.99908\n1987,1646386650,47.74302,8.99909\n1988,1646386651,47.74303,8.99909\n1989,1646386652,47.74298,8.99910\n1990,1646386654,47.74298,8.99909\n1991,1646386689,47.74303,8.99906\n1992,1646386690,47.74303,8.99905\n1993,1646386691,47.74302,8.99906\n1994,1646386692,47.74301,8.99905\n1995,1646386693,47.74301,8.99905\n1996,1646386694,47.74301,8.99905\n1997,1646386695,47.74301,8.99905\n1998,1646386696,47.74301,8.99905\n1999,1646386697,47.74302,8.99905\n2000,1646386698,47.74302,8.99904\n2001,1646386733,47.74309,8.99900\n2002,1646386734,47.74310,8.99901\n2003,1646386735,47.74311,8.99900\n2004,1646386736,47.74312,8.99901\n2005,1646386737,47.74312,8.99901\n2006,1646386738,47.74312,8.99901\n2007,1646386739,47.74311,8.99902\n2008,1646386739,47.74311,8.99902\n2009,1646386740,47.74311,8.99901\n2010,1646386742,47.74307,8.99901\n2011,1646386775,47.74310,8.99909\n2012,1646386776,47.74309,8.99905\n2013,1646386777,47.74310,8.99905\n2014,1646386778,47.74310,8.99905\n2015,1646386779,47.74308,8.99904\n2016,1646386780,47.74308,8.99903\n2017,1646386781,47.74308,8.99902\n2018,1646386782,47.74308,8.99902\n2019,1646386783,47.74303,8.99902\n2020,1646386785,47.74302,8.99902\n2021,1646386819,47.74320,8.99902\n2022,1646386820,47.74318,8.99901\n2023,1646386821,47.74317,8.99900\n2024,1646386822,47.74316,8.99899\n2025,1646386823,47.74315,8.99899\n2026,1646386824,47.74314,8.99899\n2027,1646386825,47.74302,8.99900\n2028,1646386827,47.74304,8.99897\n2029,1646386828,47.74303,8.99898\n2030,1646386829,47.74304,8.99897\n2031,1646386862,47.74313,8.99893\n2032,1646386863,47.74313,8.99897\n2033,1646386864,47.74312,8.99897\n2034,1646386865,47.74310,8.99898\n2035,1646386866,47.74309,8.99898\n2036,1646386867,47.74309,8.99898\n2037,1646386868,47.74309,8.99898\n2038,1646386869,47.74308,8.99898\n2039,1646386870,47.74308,8.99898\n2040,1646386871,47.74308,8.99898\n2041,1646386904,47.74319,8.99902\n2042,1646386905,47.74311,8.99900\n2043,1646386906,47.74309,8.99900\n2044,1646386907,47.74308,8.99900\n2045,1646386908,47.74308,8.99899\n2046,1646386909,47.74308,8.99898\n2047,1646386910,47.74308,8.99898\n2048,1646386911,47.74308,8.99898\n2049,1646386912,47.74307,8.99898\n2050,1646386913,47.74308,8.99898\n2051,1646386947,47.74298,8.99914\n2052,1646386948,47.74303,8.99900\n2053,1646386949,47.74304,8.99900\n2054,1646386950,47.74303,8.99900\n2055,1646386951,47.74302,8.99900\n2056,1646386952,47.74301,8.99901\n2057,1646386953,47.74301,8.99901\n2058,1646386954,47.74301,8.99901\n2059,1646386955,47.74300,8.99900\n2060,1646386956,47.74300,8.99900\n2061,1646386990,47.74305,8.99898\n2062,1646386991,47.74307,8.99897\n2063,1646386992,47.74306,8.99898\n2064,1646386993,47.74302,8.99899\n2065,1646386994,47.74300,8.99900\n2066,1646386995,47.74299,8.99900\n2067,1646386996,47.74299,8.99900\n2068,1646386997,47.74300,8.99901\n2069,1646386998,47.74300,8.99901\n2070,1646386999,47.74296,8.99902\n2071,1646387033,47.74306,8.99905\n2072,1646387034,47.74299,8.99906\n2073,1646387035,47.74300,8.99905\n2074,1646387036,47.74301,8.99904\n2075,1646387037,47.74301,8.99904\n2076,1646387038,47.74302,8.99904\n2077,1646387039,47.74303,8.99904\n2078,1646387040,47.74305,8.99904\n2079,1646387041,47.74301,8.99904\n2080,1646387043,47.74301,8.99903\n2081,1646387076,47.74292,8.99907\n2082,1646387077,47.74298,8.99907\n2083,1646387078,47.74303,8.99902\n2084,1646387079,47.74305,8.99900\n2085,1646387080,47.74307,8.99899\n2086,1646387081,47.74308,8.99899\n2087,1646387082,47.74308,8.99899\n2088,1646387083,47.74301,8.99897\n2089,1646387085,47.74301,8.99897\n2090,1646387086,47.74301,8.99897\n2091,1646387119,47.74309,8.99909\n2092,1646387120,47.74310,8.99898\n2093,1646387121,47.74310,8.99898\n2094,1646387122,47.74309,8.99898\n2095,1646387123,47.74309,8.99898\n2096,1646387124,47.74309,8.99898\n2097,1646387125,47.74309,8.99898\n2098,1646387126,47.74309,8.99898\n2099,1646387127,47.74309,8.99898\n2100,1646387128,47.74309,8.99898\n2101,1646387162,47.74306,8.99891\n2102,1646387163,47.74307,8.99891\n2103,1646387164,47.74308,8.99892\n2104,1646387165,47.74308,8.99894\n2105,1646387166,47.74309,8.99895\n2106,1646387167,47.74310,8.99896\n2107,1646387168,47.74310,8.99896\n2108,1646387169,47.74310,8.99896\n2109,1646387170,47.74310,8.99896\n2110,1646387171,47.74311,8.99896\n2111,1646387205,47.74309,8.99904\n2112,1646387206,47.74309,8.99899\n2113,1646387207,47.74309,8.99899\n2114,1646387208,47.74309,8.99900\n2115,1646387209,47.74309,8.99900\n2116,1646387210,47.74309,8.99901\n2117,1646387211,47.74309,8.99900\n2118,1646387212,47.74309,8.99900\n2119,1646387213,47.74309,8.99899\n2120,1646387214,47.74309,8.99899\n2121,1646387247,47.74318,8.99921\n2122,1646387248,47.74314,8.99906\n2123,1646387249,47.74314,8.99905\n2124,1646387250,47.74311,8.99905\n2125,1646387251,47.74310,8.99905\n2126,1646387252,47.74310,8.99905\n2127,1646387253,47.74310,8.99905\n2128,1646387254,47.74310,8.99905\n2129,1646387255,47.74310,8.99905\n2130,1646387256,47.74309,8.99905\n2131,1646387290,47.74310,8.99900\n2132,1646387291,47.74308,8.99902\n2133,1646387292,47.74308,8.99900\n2134,1646387293,47.74308,8.99899\n2135,1646387294,47.74307,8.99898\n2136,1646387295,47.74306,8.99897\n2137,1646387296,47.74305,8.99896\n2138,1646387297,47.74305,8.99896\n2139,1646387298,47.74304,8.99896\n2140,1646387299,47.74301,8.99896\n2141,1646387335,47.74306,8.99895\n2142,1646387336,47.74308,8.99896\n2143,1646387337,47.74308,8.99898\n2144,1646387338,47.74309,8.99897\n2145,1646387339,47.74310,8.99898\n2146,1646387340,47.74310,8.99898\n2147,1646387341,47.74300,8.99894\n2148,1646387343,47.74300,8.99895\n2149,1646387344,47.74300,8.99895\n2150,1646387345,47.74301,8.99895\n2151,1646387378,47.74318,8.99901\n2152,1646387379,47.74320,8.99895\n2153,1646387380,47.74321,8.99897\n2154,1646387382,47.74326,8.99900\n2155,1646387383,47.74322,8.99900\n2156,1646387384,47.74322,8.99900\n2157,1646387385,47.74322,8.99900\n2158,1646387386,47.74322,8.99900\n2159,1646387387,47.74321,8.99900\n2160,1646387388,47.74321,8.99900\n2161,1646387421,47.74277,8.99881\n2162,1646387423,47.74263,8.99873\n2163,1646387424,47.74269,8.99876\n2164,1646387425,47.74281,8.99885\n2165,1646387426,47.74290,8.99889\n2166,1646387427,47.74302,8.99896\n2167,1646387428,47.74307,8.99898\n2168,1646387429,47.74310,8.99901\n2169,1646387430,47.74314,8.99902\n2170,1646387431,47.74304,8.99897\n2171,1646387466,47.74298,8.99894\n2172,1646387467,47.74301,8.99894\n2173,1646387468,47.74299,8.99892\n2174,1646387469,47.74297,8.99892\n2175,1646387470,47.74296,8.99892\n2176,1646387471,47.74295,8.99892\n2177,1646387472,47.74296,8.99893\n2178,1646387473,47.74299,8.99895\n2179,1646387475,47.74299,8.99895\n2180,1646387476,47.74298,8.99895\n2181,1646387509,47.74305,8.99896\n2182,1646387510,47.74303,8.99892\n2183,1646387511,47.74306,8.99895\n2184,1646387512,47.74309,8.99897\n2185,1646387513,47.74310,8.99899\n2186,1646387514,47.74309,8.99901\n2187,1646387515,47.74309,8.99903\n2188,1646387516,47.74309,8.99903\n2189,1646387517,47.74310,8.99904\n2190,1646387518,47.74310,8.99904\n2191,1646387552,47.74338,8.99911\n2192,1646387553,47.74309,8.99899\n2193,1646387554,47.74311,8.99900\n2194,1646387555,47.74313,8.99901\n2195,1646387556,47.74315,8.99902\n2196,1646387557,47.74315,8.99901\n2197,1646387558,47.74315,8.99901\n2198,1646387559,47.74315,8.99901\n2199,1646387560,47.74315,8.99901\n2200,1646387561,47.74315,8.99901\n2201,1646387599,47.74340,8.99916\n2202,1646387600,47.74327,8.99910\n2203,1646387601,47.74327,8.99911\n2204,1646387602,47.74322,8.99909\n2205,1646387603,47.74318,8.99908\n2206,1646387604,47.74315,8.99905\n2207,1646387605,47.74302,8.99899\n2208,1646387607,47.74301,8.99899\n2209,1646387608,47.74301,8.99901\n2210,1646387609,47.74302,8.99902\n2211,1646387643,47.74321,8.99912\n2212,1646387644,47.74321,8.99911\n2213,1646387645,47.74325,8.99911\n2214,1646387646,47.74326,8.99911\n2215,1646387647,47.74329,8.99911\n2216,1646387648,47.74326,8.99909\n2217,1646387649,47.74323,8.99908\n2218,1646387650,47.74322,8.99908\n2219,1646387651,47.74321,8.99907\n2220,1646387652,47.74319,8.99906\n2221,1646387685,47.74340,8.99923\n2222,1646387686,47.74331,8.99918\n2223,1646387687,47.74322,8.99912\n2224,1646387689,47.74322,8.99909\n2225,1646387690,47.74326,8.99911\n2226,1646387691,47.74327,8.99911\n2227,1646387692,47.74325,8.99910\n2228,1646387693,47.74323,8.99910\n2229,1646387694,47.74321,8.99910\n2230,1646387695,47.74300,8.99901\n2231,1646387730,47.74284,8.99889\n2232,1646387731,47.74286,8.99888\n2233,1646387732,47.74296,8.99893\n2234,1646387733,47.74301,8.99897\n2235,1646387734,47.74304,8.99898\n2236,1646387735,47.74305,8.99899\n2237,1646387736,47.74305,8.99899\n2238,1646387737,47.74304,8.99899\n2239,1646387738,47.74291,8.99894\n2240,1646387740,47.74293,8.99895\n2241,1646387774,47.74345,8.99916\n2242,1646387775,47.74329,8.99911\n2243,1646387776,47.74342,8.99913\n2244,1646387777,47.74318,8.99902\n2245,1646387778,47.74317,8.99903\n2246,1646387779,47.74316,8.99903\n2247,1646387780,47.74317,8.99903\n2248,1646387781,47.74316,8.99902\n2249,1646387782,47.74314,8.99901\n2250,1646387783,47.74313,8.99901\n2251,1646387818,47.74321,8.99903\n2252,1646387819,47.74336,8.99909\n2253,1646387820,47.74333,8.99909\n2254,1646387821,47.74320,8.99905\n2255,1646387822,47.74318,8.99904\n2256,1646387823,47.74313,8.99902\n2257,1646387824,47.74310,8.99901\n2258,1646387825,47.74308,8.99900\n2259,1646387826,47.74306,8.99899\n2260,1646387827,47.74296,8.99895\n2261,1646387861,47.74330,8.99914\n2262,1646387862,47.74329,8.99912\n2263,1646387863,47.74328,8.99911\n2264,1646387864,47.74328,8.99910\n2265,1646387865,47.74329,8.99910\n2266,1646387866,47.74327,8.99909\n2267,1646387867,47.74328,8.99908\n2268,1646387868,47.74326,8.99906\n2269,1646387869,47.74325,8.99905\n2270,1646387870,47.74301,8.99896\n2271,1646387904,47.74336,8.99902\n2272,1646387905,47.74332,8.99902\n2273,1646387906,47.74328,8.99899\n2274,1646387907,47.74328,8.99901\n2275,1646387908,47.74328,8.99901\n2276,1646387909,47.74329,8.99903\n2277,1646387910,47.74328,8.99903\n2278,1646387911,47.74302,8.99894\n2279,1646387913,47.74301,8.99893\n2280,1646387914,47.74302,8.99894\n2281,1646387947,47.74305,8.99894\n2282,1646387948,47.74314,8.99899\n2283,1646387949,47.74316,8.99900\n2284,1646387950,47.74314,8.99900\n2285,1646387951,47.74312,8.99901\n2286,1646387952,47.74308,8.99899\n2287,1646387953,47.74305,8.99899\n2288,1646387954,47.74303,8.99898\n2289,1646387955,47.74303,8.99898\n2290,1646387956,47.74303,8.99898\n2291,1646387989,47.74321,8.99904\n2292,1646387990,47.74295,8.99899\n2293,1646387991,47.74299,8.99900\n2294,1646387992,47.74303,8.99902\n2295,1646387993,47.74304,8.99903\n2296,1646387994,47.74298,8.99900\n2297,1646387995,47.74298,8.99900\n2298,1646387996,47.74302,8.99901\n2299,1646387997,47.74303,8.99901\n2300,1646387998,47.74305,8.99902\n2301,1646388035,47.74350,8.99913\n2302,1646388036,47.74350,8.99915\n2303,1646388037,47.74346,8.99912\n2304,1646388038,47.74330,8.99906\n2305,1646388039,47.74325,8.99904\n2306,1646388040,47.74322,8.99903\n2307,1646388041,47.74319,8.99903\n2308,1646388042,47.74317,8.99903\n2309,1646388043,47.74314,8.99901\n2310,1646388044,47.74295,8.99893\n2311,1646388077,47.74300,8.99877\n2312,1646388078,47.74308,8.99889\n2313,1646388079,47.74306,8.99889\n2314,1646388080,47.74304,8.99891\n2315,1646388081,47.74307,8.99895\n2316,1646388082,47.74312,8.99899\n2317,1646388083,47.74315,8.99900\n2318,1646388084,47.74317,8.99900\n2319,1646388085,47.74303,8.99894\n2320,1646388087,47.74302,8.99893\n2321,1646388122,47.74337,8.99903\n2322,1646388123,47.74327,8.99900\n2323,1646388124,47.74323,8.99899\n2324,1646388125,47.74324,8.99900\n2325,1646388126,47.74324,8.99901\n2326,1646388127,47.74297,8.99893\n2327,1646388129,47.74298,8.99894\n2328,1646388130,47.74298,8.99894\n2329,1646388131,47.74299,8.99895\n2330,1646388132,47.74299,8.99896\n2331,1646388168,47.74325,8.99912\n2332,1646388169,47.74326,8.99912\n2333,1646388170,47.74322,8.99911\n2334,1646388171,47.74314,8.99908\n2335,1646388172,47.74314,8.99907\n2336,1646388173,47.74314,8.99906\n2337,1646388174,47.74313,8.99904\n2338,1646388175,47.74298,8.99897\n2339,1646388177,47.74298,8.99896\n2340,1646388178,47.74298,8.99896\n2341,1646388212,47.74346,8.99913\n2342,1646388213,47.74347,8.99914\n2343,1646388214,47.74348,8.99914\n2344,1646388215,47.74344,8.99912\n2345,1646388216,47.74341,8.99910\n2346,1646388217,47.74331,8.99907\n2347,1646388218,47.74324,8.99903\n2348,1646388219,47.74320,8.99902\n2349,1646388220,47.74315,8.99902\n2350,1646388221,47.74312,8.99903\n2351,1646388257,47.74298,8.99896\n2352,1646388258,47.74302,8.99901\n2353,1646388259,47.74305,8.99901\n2354,1646388260,47.74310,8.99902\n2355,1646388261,47.74311,8.99903\n2356,1646388262,47.74310,8.99902\n2357,1646388263,47.74309,8.99902\n2358,1646388264,47.74310,8.99903\n2359,1646388265,47.74299,8.99897\n2360,1646388267,47.74300,8.99897\n2361,1646388304,47.74315,8.99894\n2362,1646388305,47.74316,8.99895\n2363,1646388306,47.74316,8.99895\n2364,1646388307,47.74301,8.99891\n2365,1646388309,47.74300,8.99892\n2366,1646388310,47.74299,8.99893\n2367,1646388311,47.74298,8.99893\n2368,1646388312,47.74298,8.99893\n2369,1646388313,47.74297,8.99893\n2370,1646388314,47.74297,8.99893\n2371,1646388348,47.74313,8.99917\n2372,1646388349,47.74315,8.99914\n2373,1646388350,47.74314,8.99912\n2374,1646388351,47.74311,8.99908\n2375,1646388352,47.74310,8.99906\n2376,1646388353,47.74312,8.99906\n2377,1646388354,47.74314,8.99905\n2378,1646388355,47.74292,8.99903\n2379,1646388357,47.74292,8.99901\n2380,1646388358,47.74291,8.99901\n2381,1646388395,47.74262,8.99894\n2382,1646388396,47.74264,8.99897\n2383,1646388397,47.74265,8.99898\n2384,1646388398,47.74266,8.99898\n2385,1646388399,47.74267,8.99897\n2386,1646388400,47.74268,8.99897\n2387,1646388401,47.74267,8.99898\n2388,1646388402,47.74268,8.99900\n2389,1646388403,47.74289,8.99903\n2390,1646388405,47.74287,8.99905\n2391,1646388443,47.74309,8.99906\n2392,1646388444,47.74309,8.99905\n2393,1646388445,47.74287,8.99903\n2394,1646388447,47.74287,8.99903\n2395,1646388448,47.74288,8.99902\n2396,1646388449,47.74288,8.99902\n2397,1646388450,47.74289,8.99902\n2398,1646388451,47.74289,8.99901\n2399,1646388452,47.74289,8.99901\n2400,1646388453,47.74289,8.99900\n2401,1646388493,47.74298,8.99902\n2402,1646388495,47.74296,8.99902\n2403,1646388496,47.74296,8.99903\n2404,1646388497,47.74295,8.99904\n2405,1646388498,47.74294,8.99904\n2406,1646388499,47.74295,8.99905\n2407,1646388500,47.74295,8.99905\n2408,1646388501,47.74295,8.99906\n2409,1646388502,47.74295,8.99906\n2410,1646388503,47.74294,8.99907\n2411,1646388546,47.74328,8.99896\n2412,1646388547,47.74296,8.99894\n2413,1646388549,47.74295,8.99898\n2414,1646388550,47.74295,8.99899\n2415,1646388551,47.74296,8.99899\n2416,1646388552,47.74297,8.99898\n2417,1646388553,47.74297,8.99897\n2418,1646388554,47.74298,8.99896\n2419,1646388555,47.74298,8.99895\n2420,1646388556,47.74299,8.99895\n2421,1646388601,47.74297,8.99910\n2422,1646388603,47.74298,8.99909\n2423,1646388604,47.74298,8.99909\n2424,1646388605,47.74298,8.99909\n2425,1646388606,47.74298,8.99908\n2426,1646388607,47.74299,8.99908\n2427,1646388608,47.74299,8.99908\n2428,1646388609,47.74299,8.99907\n2429,1646388610,47.74299,8.99907\n2430,1646388611,47.74299,8.99906\n2431,1646388646,47.74294,8.99909\n2432,1646388647,47.74298,8.99907\n2433,1646388648,47.74300,8.99904\n2434,1646388653,47.74317,8.99908\n2435,1646388654,47.74316,8.99905\n2436,1646388655,47.74294,8.99906\n2437,1646388657,47.74294,8.99906\n2438,1646388658,47.74294,8.99906\n2439,1646388659,47.74294,8.99907\n2440,1646388660,47.74294,8.99908\n2441,1646388694,47.74290,8.99914\n2442,1646388695,47.74286,8.99915\n2443,1646388696,47.74288,8.99916\n2444,1646388697,47.74286,8.99916\n2445,1646388702,47.74288,8.99915\n2446,1646388703,47.74291,8.99913\n2447,1646388705,47.74291,8.99914\n2448,1646388706,47.74291,8.99915\n2449,1646388707,47.74291,8.99915\n2450,1646388708,47.74291,8.99914\n2451,1646388743,47.74279,8.99903\n2452,1646388745,47.74281,8.99906\n2453,1646388746,47.74287,8.99906\n2454,1646388747,47.74288,8.99905\n2455,1646388751,47.74303,8.99906\n2456,1646388753,47.74301,8.99907\n2457,1646388754,47.74301,8.99907\n2458,1646388755,47.74300,8.99907\n2459,1646388756,47.74299,8.99908\n2460,1646388757,47.74299,8.99908\n2461,1646388799,47.74301,8.99907\n2462,1646388801,47.74299,8.99907\n2463,1646388802,47.74299,8.99906\n2464,1646388803,47.74300,8.99906\n2465,1646388804,47.74300,8.99906\n2466,1646388805,47.74300,8.99906\n2467,1646388806,47.74300,8.99905\n2468,1646388807,47.74301,8.99905\n2469,1646388808,47.74301,8.99905\n2470,1646388809,47.74301,8.99905\n2471,1646388845,47.74345,8.99916\n2472,1646388846,47.74340,8.99914\n2473,1646388847,47.74334,8.99911\n2474,1646388848,47.74331,8.99910\n2475,1646388849,47.74328,8.99909\n2476,1646388850,47.74325,8.99908\n2477,1646388851,47.74324,8.99908\n2478,1646388852,47.74323,8.99907\n2479,1646388853,47.74295,8.99908\n2480,1646388855,47.74296,8.99907\n2481,1646388889,47.74339,8.99909\n2482,1646388890,47.74334,8.99909\n2483,1646388891,47.74327,8.99911\n2484,1646388892,47.74325,8.99911\n2485,1646388893,47.74324,8.99911\n2486,1646388894,47.74325,8.99911\n2487,1646388895,47.74290,8.99913\n2488,1646388897,47.74291,8.99912\n2489,1646388898,47.74291,8.99910\n2490,1646388899,47.74293,8.99908\n2491,1646388935,47.74303,8.99899\n2492,1646388936,47.74304,8.99899\n2493,1646388937,47.74304,8.99900\n2494,1646388938,47.74305,8.99901\n2495,1646388939,47.74304,8.99901\n2496,1646388940,47.74305,8.99900\n2497,1646388941,47.74305,8.99900\n2498,1646388942,47.74306,8.99900\n2499,1646388943,47.74295,8.99903\n2500,1646388945,47.74296,8.99904\n2501,1646388981,47.74322,8.99898\n2502,1646388982,47.74318,8.99898\n2503,1646388983,47.74315,8.99899\n2504,1646388984,47.74313,8.99899\n2505,1646388985,47.74313,8.99900\n2506,1646388986,47.74312,8.99900\n2507,1646388987,47.74312,8.99900\n2508,1646388988,47.74311,8.99900\n2509,1646388989,47.74310,8.99901\n2510,1646388990,47.74310,8.99900\n2511,1646389025,47.74310,8.99894\n2512,1646389026,47.74310,8.99896\n2513,1646389027,47.74309,8.99896\n2514,1646389028,47.74308,8.99896\n2515,1646389029,47.74304,8.99895\n2516,1646389030,47.74303,8.99895\n2517,1646389031,47.74302,8.99897\n2518,1646389032,47.74301,8.99898\n2519,1646389033,47.74300,8.99898\n2520,1646389035,47.74299,8.99898\n2521,1646389071,47.74317,8.99896\n2522,1646389072,47.74317,8.99897\n2523,1646389073,47.74316,8.99896\n2524,1646389074,47.74317,8.99897\n2525,1646389075,47.74317,8.99898\n2526,1646389076,47.74317,8.99898\n2527,1646389077,47.74317,8.99899\n2528,1646389078,47.74316,8.99900\n2529,1646389079,47.74315,8.99900\n2530,1646389080,47.74315,8.99900\n2531,1646389116,47.74316,8.99898\n2532,1646389117,47.74316,8.99899\n2533,1646389118,47.74314,8.99898\n2534,1646389119,47.74313,8.99898\n2535,1646389120,47.74312,8.99899\n2536,1646389121,47.74311,8.99898\n2537,1646389122,47.74310,8.99898\n2538,1646389123,47.74298,8.99900\n2539,1646389125,47.74297,8.99901\n2540,1646389126,47.74297,8.99902\n2541,1646389162,47.74295,8.99901\n2542,1646389163,47.74295,8.99902\n2543,1646389164,47.74296,8.99904\n2544,1646389165,47.74296,8.99906\n2545,1646389166,47.74296,8.99906\n2546,1646389167,47.74295,8.99907\n2547,1646389168,47.74295,8.99907\n2548,1646389169,47.74295,8.99907\n2549,1646389170,47.74295,8.99907\n2550,1646389171,47.74281,8.99910\n2551,1646389206,47.74318,8.99892\n2552,1646389207,47.74318,8.99891\n2553,1646389208,47.74316,8.99890\n2554,1646389209,47.74315,8.99891\n2555,1646389210,47.74315,8.99891\n2556,1646389211,47.74315,8.99892\n2557,1646389212,47.74314,8.99892\n2558,1646389213,47.74305,8.99892\n2559,1646389215,47.74305,8.99892\n2560,1646389216,47.74305,8.99893\n2561,1646389257,47.74319,8.99895\n2562,1646389258,47.74333,8.99893\n2563,1646389259,47.74339,8.99892\n2564,1646389260,47.74341,8.99891\n2565,1646389263,47.74338,8.99888\n2566,1646389264,47.74335,8.99889\n2567,1646389265,47.74331,8.99890\n2568,1646389266,47.74324,8.99892\n2569,1646389267,47.74320,8.99894\n2570,1646389268,47.74317,8.99895\n2571,1646389305,47.74321,8.99892\n2572,1646389306,47.74323,8.99892\n2573,1646389307,47.74323,8.99892\n2574,1646389308,47.74324,8.99892\n2575,1646389309,47.74309,8.99897\n2576,1646389311,47.74310,8.99898\n2577,1646389312,47.74310,8.99898\n2578,1646389313,47.74310,8.99897\n2579,1646389314,47.74310,8.99898\n2580,1646389315,47.74309,8.99898\n2581,1646389350,47.74303,8.99893\n2582,1646389351,47.74302,8.99893\n2583,1646389352,47.74302,8.99894\n2584,1646389353,47.74303,8.99895\n2585,1646389354,47.74304,8.99895\n2586,1646389355,47.74306,8.99896\n2587,1646389356,47.74307,8.99896\n2588,1646389357,47.74306,8.99897\n2589,1646389359,47.74306,8.99897\n2590,1646389360,47.74305,8.99897\n2591,1646389398,47.74297,8.99896\n2592,1646389399,47.74297,8.99895\n2593,1646389400,47.74298,8.99894\n2594,1646389401,47.74298,8.99894\n2595,1646389402,47.74299,8.99894\n2596,1646389403,47.74299,8.99894\n2597,1646389404,47.74300,8.99894\n2598,1646389405,47.74305,8.99894\n2599,1646389407,47.74305,8.99893\n2600,1646389408,47.74305,8.99892\n2601,1646389447,47.74307,8.99902\n2602,1646389448,47.74311,8.99900\n2603,1646389449,47.74311,8.99899\n2604,1646389450,47.74313,8.99899\n2605,1646389451,47.74317,8.99898\n2606,1646389452,47.74320,8.99897\n2607,1646389453,47.74319,8.99899\n2608,1646389455,47.74312,8.99901\n2609,1646389456,47.74311,8.99902\n2610,1646389457,47.74309,8.99902\n2611,1646389496,47.74329,8.99887\n2612,1646389497,47.74326,8.99889\n2613,1646389498,47.74322,8.99890\n2614,1646389499,47.74320,8.99892\n2615,1646389500,47.74317,8.99894\n2616,1646389501,47.74310,8.99897\n2617,1646389503,47.74309,8.99897\n2618,1646389504,47.74309,8.99898\n2619,1646389505,47.74307,8.99898\n2620,1646389506,47.74306,8.99899\n2621,1646389547,47.74302,8.99906\n2622,1646389548,47.74304,8.99906\n2623,1646389549,47.74291,8.99905\n2624,1646389551,47.74291,8.99905\n2625,1646389552,47.74291,8.99905\n2626,1646389553,47.74291,8.99904\n2627,1646389554,47.74291,8.99904\n2628,1646389555,47.74292,8.99904\n2629,1646389556,47.74292,8.99904\n2630,1646389557,47.74292,8.99904\n2631,1646389601,47.74292,8.99912\n2632,1646389602,47.74293,8.99911\n2633,1646389603,47.74293,8.99910\n2634,1646389604,47.74293,8.99910\n2635,1646389605,47.74294,8.99908\n2636,1646389606,47.74295,8.99907\n2637,1646389607,47.74296,8.99906\n2638,1646389608,47.74296,8.99906\n2639,1646389609,47.74296,8.99905\n2640,1646389610,47.74297,8.99904\n2641,1646389646,47.74326,8.99905\n2642,1646389647,47.74328,8.99905\n2643,1646389648,47.74325,8.99903\n2644,1646389649,47.74325,8.99902\n2645,1646389650,47.74325,8.99902\n2646,1646389651,47.74307,8.99902\n2647,1646389653,47.74307,8.99901\n2648,1646389654,47.74307,8.99902\n2649,1646389655,47.74308,8.99901\n2650,1646389656,47.74307,8.99900\n2651,1646389697,47.74299,8.99909\n2652,1646389698,47.74300,8.99908\n2653,1646389699,47.74291,8.99906\n2654,1646389701,47.74293,8.99907\n2655,1646389702,47.74293,8.99906\n2656,1646389703,47.74293,8.99907\n2657,1646389704,47.74293,8.99907\n2658,1646389705,47.74293,8.99907\n2659,1646389706,47.74293,8.99906\n2660,1646389707,47.74293,8.99906\n2661,1646389747,47.74294,8.99895\n2662,1646389749,47.74296,8.99895\n2663,1646389750,47.74297,8.99895\n2664,1646389751,47.74297,8.99894\n2665,1646389752,47.74298,8.99893\n2666,1646389753,47.74298,8.99893\n2667,1646389754,47.74298,8.99893\n2668,1646389755,47.74299,8.99892\n2669,1646389756,47.74299,8.99892\n2670,1646389757,47.74299,8.99892\n2671,1646389798,47.74307,8.99882\n2672,1646389799,47.74310,8.99886\n2673,1646389800,47.74312,8.99887\n2674,1646389801,47.74300,8.99895\n2675,1646389803,47.74301,8.99894\n2676,1646389804,47.74301,8.99893\n2677,1646389805,47.74301,8.99894\n2678,1646389806,47.74302,8.99893\n2679,1646389807,47.74302,8.99892\n2680,1646389808,47.74302,8.99892\n2681,1646389849,47.74304,8.99894\n2682,1646389850,47.74305,8.99895\n2683,1646389852,47.74305,8.99896\n2684,1646389853,47.74305,8.99897\n2685,1646389854,47.74306,8.99898\n2686,1646389855,47.74306,8.99899\n2687,1646389856,47.74306,8.99899\n2688,1646389857,47.74306,8.99900\n2689,1646389858,47.74306,8.99900\n2690,1646389859,47.74306,8.99900\n2691,1646389894,47.74300,8.99874\n2692,1646389895,47.74300,8.99875\n2693,1646389896,47.74303,8.99877\n2694,1646389897,47.74306,8.99880\n2695,1646389898,47.74306,8.99882\n2696,1646389899,47.74307,8.99885\n2697,1646389900,47.74308,8.99887\n2698,1646389901,47.74309,8.99888\n2699,1646389902,47.74310,8.99889\n2700,1646389903,47.74304,8.99891\n2701,1646389943,47.74311,8.99900\n2702,1646389944,47.74312,8.99899\n2703,1646389945,47.74299,8.99903\n2704,1646389947,47.74298,8.99908\n2705,1646389948,47.74297,8.99908\n2706,1646389949,47.74297,8.99910\n2707,1646389950,47.74297,8.99911\n2708,1646389951,47.74298,8.99910\n2709,1646389952,47.74298,8.99909\n2710,1646389953,47.74298,8.99910\n2711,1646389992,47.74286,8.99917\n2712,1646389993,47.74269,8.99939\n2713,1646389995,47.74275,8.99930\n2714,1646389996,47.74279,8.99926\n2715,1646389997,47.74280,8.99927\n2716,1646389998,47.74281,8.99926\n2717,1646389999,47.74281,8.99926\n2718,1646390000,47.74282,8.99926\n2719,1646390001,47.74282,8.99927\n2720,1646390002,47.74282,8.99926\n2721,1646390040,47.74292,8.99910\n2722,1646390041,47.74289,8.99912\n2723,1646390042,47.74291,8.99910\n2724,1646390043,47.74291,8.99910\n2725,1646390044,47.74295,8.99909\n2726,1646390045,47.74296,8.99907\n2727,1646390046,47.74294,8.99908\n2728,1646390047,47.74286,8.99912\n2729,1646390049,47.74287,8.99912\n2730,1646390050,47.74288,8.99911\n2731,1646390083,47.74302,8.99894\n2732,1646390084,47.74312,8.99886\n2733,1646390085,47.74308,8.99889\n2734,1646390086,47.74302,8.99895\n2735,1646390087,47.74300,8.99899\n2736,1646390088,47.74303,8.99895\n2737,1646390089,47.74302,8.99896\n2738,1646390090,47.74301,8.99897\n2739,1646390091,47.74300,8.99899\n2740,1646390092,47.74302,8.99898\n2741,1646390125,47.74286,8.99917\n2742,1646390126,47.74288,8.99919\n2743,1646390127,47.74292,8.99915\n2744,1646390128,47.74293,8.99914\n2745,1646390129,47.74294,8.99914\n2746,1646390130,47.74294,8.99914\n2747,1646390131,47.74294,8.99914\n2748,1646390132,47.74293,8.99915\n2749,1646390133,47.74294,8.99915\n2750,1646390134,47.74294,8.99914\n2751,1646390168,47.74312,8.99899\n2752,1646390169,47.74320,8.99892\n2753,1646390170,47.74319,8.99892\n2754,1646390171,47.74318,8.99894\n2755,1646390172,47.74315,8.99895\n2756,1646390173,47.74314,8.99895\n2757,1646390174,47.74312,8.99895\n2758,1646390175,47.74311,8.99896\n2759,1646390176,47.74310,8.99896\n2760,1646390177,47.74310,8.99897\n2761,1646390215,47.74304,8.99905\n2762,1646390216,47.74301,8.99907\n2763,1646390217,47.74303,8.99904\n2764,1646390218,47.74302,8.99905\n2765,1646390219,47.74303,8.99904\n2766,1646390220,47.74305,8.99903\n2767,1646390221,47.74303,8.99898\n2768,1646390223,47.74305,8.99897\n2769,1646390224,47.74305,8.99897\n2770,1646390225,47.74304,8.99898\n2771,1646390261,47.74295,8.99903\n2772,1646390262,47.74297,8.99902\n2773,1646390263,47.74297,8.99901\n2774,1646390264,47.74297,8.99901\n2775,1646390265,47.74297,8.99902\n2776,1646390266,47.74297,8.99902\n2777,1646390267,47.74297,8.99902\n2778,1646390268,47.74297,8.99902\n2779,1646390269,47.74295,8.99901\n2780,1646390271,47.74294,8.99902\n2781,1646390306,47.74307,8.99906\n2782,1646390307,47.74305,8.99908\n2783,1646390308,47.74305,8.99907\n2784,1646390309,47.74305,8.99907\n2785,1646390310,47.74305,8.99907\n2786,1646390311,47.74299,8.99900\n2787,1646390313,47.74299,8.99900\n2788,1646390314,47.74298,8.99901\n2789,1646390315,47.74298,8.99900\n2790,1646390316,47.74298,8.99900\n2791,1646390350,47.74317,8.99889\n2792,1646390351,47.74300,8.99905\n2793,1646390352,47.74302,8.99905\n2794,1646390353,47.74303,8.99905\n2795,1646390354,47.74304,8.99904\n2796,1646390355,47.74305,8.99904\n2797,1646390356,47.74303,8.99903\n2798,1646390357,47.74304,8.99905\n2799,1646390358,47.74303,8.99905\n2800,1646390359,47.74298,8.99903\n2801,1646390396,47.74296,8.99902\n2802,1646390397,47.74304,8.99896\n2803,1646390398,47.74308,8.99893\n2804,1646390399,47.74310,8.99893\n2805,1646390400,47.74310,8.99893\n2806,1646390401,47.74310,8.99891\n2807,1646390403,47.74310,8.99892\n2808,1646390404,47.74309,8.99893\n2809,1646390405,47.74309,8.99893\n2810,1646390406,47.74309,8.99894\n2811,1646390444,47.74302,8.99903\n2812,1646390445,47.74301,8.99903\n2813,1646390446,47.74299,8.99905\n2814,1646390447,47.74297,8.99906\n2815,1646390448,47.74296,8.99906\n2816,1646390449,47.74299,8.99897\n2817,1646390451,47.74296,8.99898\n2818,1646390452,47.74294,8.99900\n2819,1646390453,47.74292,8.99901\n2820,1646390454,47.74290,8.99901\n2821,1646390494,47.74314,8.99896\n2822,1646390495,47.74315,8.99895\n2823,1646390496,47.74315,8.99895\n2824,1646390497,47.74306,8.99898\n2825,1646390499,47.74307,8.99896\n2826,1646390500,47.74307,8.99896\n2827,1646390501,47.74308,8.99896\n2828,1646390502,47.74309,8.99897\n2829,1646390503,47.74309,8.99897\n2830,1646390504,47.74309,8.99897\n2831,1646390546,47.74285,8.99927\n2832,1646390547,47.74280,8.99930\n2833,1646390549,47.74278,8.99933\n2834,1646390550,47.74277,8.99934\n2835,1646390551,47.74275,8.99936\n2836,1646390552,47.74274,8.99936\n2837,1646390553,47.74274,8.99936\n2838,1646390554,47.74274,8.99937\n2839,1646390555,47.74274,8.99938\n2840,1646390556,47.74274,8.99938\n2841,1646390593,47.74306,8.99899\n2842,1646390594,47.74307,8.99899\n2843,1646390595,47.74307,8.99900\n2844,1646390596,47.74307,8.99900\n2845,1646390597,47.74308,8.99900\n2846,1646390598,47.74308,8.99899\n2847,1646390599,47.74304,8.99896\n2848,1646390601,47.74303,8.99897\n2849,1646390602,47.74302,8.99897\n2850,1646390603,47.74301,8.99896\n2851,1646390640,47.74307,8.99896\n2852,1646390651,47.74285,8.99941\n2853,1646390652,47.74285,8.99940\n2854,1646390653,47.74286,8.99939\n2855,1646390654,47.74286,8.99938\n2856,1646390655,47.74286,8.99938\n2857,1646390656,47.74286,8.99938\n2858,1646390657,47.74286,8.99938\n2859,1646390658,47.74286,8.99939\n2860,1646390659,47.74286,8.99939\n2861,1646390696,47.74302,8.99907\n2862,1646390706,47.74287,8.99944\n2863,1646390707,47.74287,8.99947\n2864,1646390708,47.74286,8.99949\n2865,1646390709,47.74286,8.99951\n2866,1646390710,47.74285,8.99952\n2867,1646390711,47.74285,8.99954\n2868,1646390712,47.74285,8.99955\n2869,1646390713,47.74285,8.99956\n2870,1646390714,47.74284,8.99957\n2871,1646390758,47.74297,8.99918\n2872,1646390767,47.74297,8.99918\n2873,1646390768,47.74297,8.99919\n2874,1646390769,47.74297,8.99919\n2875,1646390770,47.74297,8.99920\n2876,1646390771,47.74297,8.99920\n2877,1646390772,47.74297,8.99920\n2878,1646390773,47.74297,8.99921\n2879,1646390774,47.74297,8.99921\n2880,1646390775,47.74297,8.99920\n2881,1646390839,47.74281,8.99934\n2882,1646390840,47.74286,8.99923\n2883,1646390841,47.74289,8.99918\n2884,1646390842,47.74291,8.99914\n2885,1646390843,47.74292,8.99910\n2886,1646390844,47.74294,8.99908\n2887,1646390845,47.74295,8.99906\n2888,1646390846,47.74295,8.99904\n2889,1646390847,47.74298,8.99901\n2890,1646390848,47.74299,8.99900\n2891,1646390883,47.74316,8.99894\n2892,1646390884,47.74311,8.99895\n2893,1646390885,47.74308,8.99895\n2894,1646390886,47.74308,8.99895\n2895,1646390887,47.74307,8.99895\n2896,1646390888,47.74307,8.99896\n2897,1646390889,47.74306,8.99896\n2898,1646390890,47.74306,8.99896\n2899,1646390891,47.74306,8.99897\n2900,1646390892,47.74306,8.99897\n2901,1646390926,47.74328,8.99889\n2902,1646390927,47.74320,8.99892\n2903,1646390928,47.74319,8.99895\n2904,1646390929,47.74319,8.99896\n2905,1646390930,47.74318,8.99897\n2906,1646390931,47.74316,8.99897\n2907,1646390932,47.74315,8.99897\n2908,1646390933,47.74314,8.99898\n2909,1646390934,47.74314,8.99898\n2910,1646390935,47.74311,8.99897\n2911,1646390976,47.74320,8.99890\n2912,1646390977,47.74314,8.99887\n2913,1646390979,47.74309,8.99886\n2914,1646390980,47.74308,8.99886\n2915,1646390981,47.74308,8.99886\n2916,1646390982,47.74307,8.99886\n2917,1646390983,47.74310,8.99885\n2918,1646390984,47.74312,8.99885\n2919,1646390985,47.74312,8.99885\n2920,1646390986,47.74313,8.99885\n2921,1646391024,47.74311,8.99891\n2922,1646391025,47.74310,8.99892\n2923,1646391026,47.74312,8.99892\n2924,1646391027,47.74312,8.99892\n2925,1646391028,47.74312,8.99893\n2926,1646391029,47.74312,8.99893\n2927,1646391030,47.74311,8.99893\n2928,1646391031,47.74312,8.99894\n2929,1646391033,47.74312,8.99894\n2930,1646391034,47.74312,8.99894\n2931,1646391071,47.74345,8.99899\n2932,1646391072,47.74326,8.99897\n2933,1646391073,47.74320,8.99896\n2934,1646391074,47.74324,8.99897\n2935,1646391075,47.74324,8.99897\n2936,1646391076,47.74324,8.99898\n2937,1646391077,47.74324,8.99898\n2938,1646391078,47.74322,8.99898\n2939,1646391079,47.74319,8.99897\n2940,1646391081,47.74318,8.99897\n2941,1646391120,47.74333,8.99895\n2942,1646391121,47.74320,8.99892\n2943,1646391123,47.74318,8.99892\n2944,1646391124,47.74324,8.99893\n2945,1646391125,47.74328,8.99894\n2946,1646391126,47.74331,8.99894\n2947,1646391127,47.74331,8.99894\n2948,1646391128,47.74331,8.99893\n2949,1646391129,47.74330,8.99893\n2950,1646391130,47.74331,8.99892\n2951,1646391167,47.74324,8.99896\n2952,1646391168,47.74323,8.99896\n2953,1646391169,47.74320,8.99895\n2954,1646391170,47.74319,8.99895\n2955,1646391171,47.74318,8.99896\n2956,1646391172,47.74317,8.99897\n2957,1646391173,47.74317,8.99897\n2958,1646391174,47.74316,8.99897\n2959,1646391175,47.74316,8.99897\n2960,1646391177,47.74316,8.99897\n2961,1646391211,47.74307,8.99893\n2962,1646391212,47.74311,8.99894\n2963,1646391213,47.74313,8.99892\n2964,1646391214,47.74315,8.99893\n2965,1646391215,47.74316,8.99893\n2966,1646391216,47.74317,8.99892\n2967,1646391217,47.74314,8.99887\n2968,1646391219,47.74315,8.99887\n2969,1646391220,47.74316,8.99886\n2970,1646391221,47.74316,8.99886\n2971,1646391256,47.74301,8.99891\n2972,1646391257,47.74301,8.99891\n2973,1646391258,47.74303,8.99892\n2974,1646391259,47.74305,8.99892\n2975,1646391260,47.74306,8.99892\n2976,1646391261,47.74307,8.99891\n2977,1646391262,47.74308,8.99891\n2978,1646391263,47.74308,8.99891\n2979,1646391264,47.74308,8.99891\n2980,1646391265,47.74308,8.99889\n2981,1646391300,47.74307,8.99890\n2982,1646391301,47.74308,8.99890\n2983,1646391302,47.74309,8.99890\n2984,1646391303,47.74310,8.99889\n2985,1646391304,47.74311,8.99889\n2986,1646391305,47.74312,8.99888\n2987,1646391306,47.74312,8.99888\n2988,1646391307,47.74310,8.99889\n2989,1646391309,47.74310,8.99890\n2990,1646391310,47.74309,8.99890\n2991,1646391343,47.74307,8.99889\n2992,1646391344,47.74309,8.99891\n2993,1646391345,47.74309,8.99890\n2994,1646391346,47.74310,8.99890\n2995,1646391347,47.74310,8.99890\n2996,1646391348,47.74310,8.99890\n2997,1646391349,47.74310,8.99890\n2998,1646391350,47.74310,8.99890\n2999,1646391351,47.74309,8.99890\n3000,1646391352,47.74309,8.99890\n3001,1646391385,47.74319,8.99908\n3002,1646391386,47.74321,8.99888\n3003,1646391387,47.74321,8.99889\n3004,1646391388,47.74321,8.99889\n3005,1646391389,47.74321,8.99888\n3006,1646391390,47.74320,8.99888\n3007,1646391391,47.74318,8.99887\n3008,1646391392,47.74318,8.99887\n3009,1646391393,47.74317,8.99887\n3010,1646391394,47.74317,8.99887\n3011,1646391428,47.74307,8.99894\n3012,1646391429,47.74306,8.99898\n3013,1646391430,47.74311,8.99900\n3014,1646391431,47.74311,8.99900\n3015,1646391432,47.74312,8.99901\n3016,1646391433,47.74312,8.99901\n3017,1646391434,47.74312,8.99901\n3018,1646391435,47.74312,8.99901\n3019,1646391436,47.74312,8.99901\n3020,1646391437,47.74311,8.99901\n3021,1646391470,47.74332,8.99897\n3022,1646391471,47.74316,8.99890\n3023,1646391472,47.74318,8.99891\n3024,1646391473,47.74317,8.99892\n3025,1646391474,47.74317,8.99892\n3026,1646391475,47.74317,8.99893\n3027,1646391476,47.74316,8.99894\n3028,1646391477,47.74316,8.99894\n3029,1646391478,47.74316,8.99895\n3030,1646391479,47.74315,8.99896\n3031,1646391518,47.74315,8.99911\n3032,1646391519,47.74315,8.99910\n3033,1646391520,47.74316,8.99909\n3034,1646391521,47.74316,8.99909\n3035,1646391522,47.74317,8.99907\n3036,1646391523,47.74317,8.99907\n3037,1646391524,47.74316,8.99893\n3038,1646391526,47.74317,8.99894\n3039,1646391527,47.74317,8.99895\n3040,1646391528,47.74317,8.99895\n3041,1646391568,47.74306,8.99893\n3042,1646391569,47.74307,8.99887\n3043,1646391570,47.74308,8.99885\n3044,1646391571,47.74298,8.99905\n3045,1646391573,47.74299,8.99904\n3046,1646391574,47.74300,8.99903\n3047,1646391575,47.74300,8.99903\n3048,1646391576,47.74300,8.99903\n3049,1646391577,47.74300,8.99903\n3050,1646391578,47.74300,8.99903\n3051,1646391615,47.74328,8.99897\n3052,1646391616,47.74324,8.99897\n3053,1646391617,47.74320,8.99896\n3054,1646391618,47.74312,8.99895\n3055,1646391619,47.74310,8.99899\n3056,1646391621,47.74309,8.99899\n3057,1646391622,47.74309,8.99899\n3058,1646391623,47.74309,8.99899\n3059,1646391624,47.74309,8.99899\n3060,1646391625,47.74309,8.99899\n3061,1646391665,47.74309,8.99887\n3062,1646391666,47.74308,8.99887\n3063,1646391667,47.74307,8.99889\n3064,1646391669,47.74305,8.99889\n3065,1646391670,47.74304,8.99889\n3066,1646391671,47.74302,8.99890\n3067,1646391672,47.74302,8.99890\n3068,1646391673,47.74303,8.99890\n3069,1646391674,47.74303,8.99891\n3070,1646391675,47.74303,8.99891\n3071,1646391711,47.74319,8.99903\n3072,1646391712,47.74319,8.99901\n3073,1646391713,47.74318,8.99900\n3074,1646391714,47.74314,8.99898\n3075,1646391715,47.74318,8.99904\n3076,1646391717,47.74314,8.99903\n3077,1646391718,47.74312,8.99903\n3078,1646391719,47.74311,8.99902\n3079,1646391720,47.74311,8.99902\n3080,1646391721,47.74310,8.99901\n3081,1646391760,47.74328,8.99892\n3082,1646391761,47.74328,8.99891\n3083,1646391762,47.74330,8.99891\n3084,1646391763,47.74336,8.99897\n3085,1646391765,47.74335,8.99897\n3086,1646391766,47.74334,8.99897\n3087,1646391767,47.74333,8.99897\n3088,1646391768,47.74332,8.99896\n3089,1646391769,47.74332,8.99895\n3090,1646391770,47.74332,8.99895\n3091,1646391806,47.74287,8.99887\n3092,1646391807,47.74293,8.99888\n3093,1646391808,47.74296,8.99888\n3094,1646391809,47.74296,8.99888\n3095,1646391810,47.74297,8.99888\n3096,1646391811,47.74300,8.99900\n3097,1646391813,47.74298,8.99901\n3098,1646391814,47.74297,8.99901\n3099,1646391815,47.74297,8.99901\n3100,1646391816,47.74297,8.99902\n3101,1646391853,47.74315,8.99905\n3102,1646391854,47.74315,8.99906\n3103,1646391855,47.74316,8.99905\n3104,1646391856,47.74317,8.99905\n3105,1646391857,47.74319,8.99904\n3106,1646391858,47.74320,8.99904\n3107,1646391859,47.74320,8.99897\n3108,1646391861,47.74321,8.99898\n3109,1646391862,47.74321,8.99898\n3110,1646391863,47.74322,8.99899\n3111,1646391899,47.74326,8.99905\n3112,1646391900,47.74324,8.99904\n3113,1646391901,47.74323,8.99904\n3114,1646391902,47.74322,8.99902\n3115,1646391903,47.74322,8.99902\n3116,1646391904,47.74321,8.99903\n3117,1646391905,47.74320,8.99904\n3118,1646391906,47.74320,8.99904\n3119,1646391907,47.74320,8.99899\n3120,1646391909,47.74319,8.99900\n3121,1646391947,47.74322,8.99916\n3122,1646391948,47.74320,8.99914\n3123,1646391949,47.74320,8.99905\n3124,1646391951,47.74319,8.99905\n3125,1646391952,47.74319,8.99905\n3126,1646391953,47.74319,8.99905\n3127,1646391954,47.74318,8.99905\n3128,1646391955,47.74318,8.99905\n3129,1646391956,47.74318,8.99904\n3130,1646391957,47.74318,8.99903\n3131,1646391995,47.74308,8.99907\n3132,1646391996,47.74311,8.99906\n3133,1646391997,47.74313,8.99908\n3134,1646391999,47.74313,8.99908\n3135,1646392000,47.74313,8.99908\n3136,1646392001,47.74313,8.99907\n3137,1646392002,47.74314,8.99907\n3138,1646392003,47.74314,8.99906\n3139,1646392004,47.74314,8.99906\n3140,1646392005,47.74314,8.99906\n3141,1646392042,47.74340,8.99901\n3142,1646392043,47.74341,8.99900\n3143,1646392044,47.74338,8.99899\n3144,1646392045,47.74336,8.99905\n3145,1646392047,47.74335,8.99905\n3146,1646392048,47.74334,8.99906\n3147,1646392049,47.74333,8.99905\n3148,1646392050,47.74331,8.99905\n3149,1646392051,47.74330,8.99905\n3150,1646392052,47.74329,8.99905\n3151,1646392089,47.74313,8.99904\n3152,1646392090,47.74309,8.99903\n3153,1646392091,47.74306,8.99901\n3154,1646392092,47.74305,8.99900\n3155,1646392093,47.74304,8.99902\n3156,1646392095,47.74304,8.99901\n3157,1646392096,47.74304,8.99901\n3158,1646392097,47.74304,8.99900\n3159,1646392098,47.74304,8.99900\n3160,1646392099,47.74304,8.99899\n3161,1646392152,47.74298,8.99889\n3162,1646392153,47.74298,8.99888\n3163,1646392154,47.74299,8.99888\n3164,1646392155,47.74301,8.99888\n3165,1646392156,47.74302,8.99888\n3166,1646392157,47.74302,8.99888\n3167,1646392158,47.74303,8.99887\n3168,1646392159,47.74303,8.99887\n3169,1646392160,47.74302,8.99887\n3170,1646392161,47.74302,8.99887\n3171,1646392200,47.74307,8.99893\n3172,1646392201,47.74308,8.99894\n3173,1646392203,47.74309,8.99894\n3174,1646392204,47.74308,8.99894\n3175,1646392205,47.74308,8.99894\n3176,1646392206,47.74309,8.99893\n3177,1646392207,47.74309,8.99893\n3178,1646392208,47.74308,8.99893\n3179,1646392209,47.74308,8.99893\n3180,1646392210,47.74308,8.99893\n3181,1646392251,47.74293,8.99900\n3182,1646392252,47.74291,8.99900\n3183,1646392253,47.74293,8.99901\n3184,1646392254,47.74294,8.99902\n3185,1646392255,47.74295,8.99902\n3186,1646392257,47.74295,8.99902\n3187,1646392258,47.74295,8.99902\n3188,1646392259,47.74295,8.99902\n3189,1646392260,47.74295,8.99902\n3190,1646392261,47.74296,8.99902\n3191,1646392301,47.74283,8.99899\n3192,1646392302,47.74287,8.99899\n3193,1646392303,47.74286,8.99901\n3194,1646392305,47.74286,8.99901\n3195,1646392306,47.74286,8.99901\n3196,1646392307,47.74287,8.99901\n3197,1646392308,47.74287,8.99901\n3198,1646392309,47.74288,8.99901\n3199,1646392310,47.74288,8.99901\n3200,1646392311,47.74289,8.99900\n3201,1646392358,47.74301,8.99889\n3202,1646392359,47.74300,8.99889\n3203,1646392360,47.74300,8.99888\n3204,1646392361,47.74302,8.99888\n3205,1646392362,47.74303,8.99889\n3206,1646392363,47.74304,8.99889\n3207,1646392364,47.74305,8.99889\n3208,1646392365,47.74306,8.99889\n3209,1646392366,47.74306,8.99890\n3210,1646392367,47.74307,8.99890\n3211,1646392405,47.74343,8.99903\n3212,1646392406,47.74335,8.99902\n3213,1646392407,47.74330,8.99901\n3214,1646392408,47.74326,8.99901\n3215,1646392409,47.74322,8.99900\n3216,1646392410,47.74319,8.99899\n3217,1646392411,47.74317,8.99903\n3218,1646392413,47.74316,8.99903\n3219,1646392414,47.74316,8.99903\n3220,1646392415,47.74315,8.99903\n3221,1646392453,47.74295,8.99904\n3222,1646392454,47.74293,8.99904\n3223,1646392455,47.74291,8.99904\n3224,1646392456,47.74290,8.99904\n3225,1646392457,47.74289,8.99905\n3226,1646392458,47.74291,8.99905\n3227,1646392459,47.74292,8.99909\n3228,1646392461,47.74294,8.99910\n3229,1646392462,47.74294,8.99911\n3230,1646392463,47.74295,8.99912\n3231,1646392509,47.74314,8.99903\n3232,1646392510,47.74315,8.99902\n3233,1646392511,47.74316,8.99902\n3234,1646392512,47.74316,8.99901\n3235,1646392513,47.74317,8.99901\n3236,1646392514,47.74317,8.99901\n3237,1646392515,47.74316,8.99902\n3238,1646392516,47.74318,8.99901\n3239,1646392517,47.74318,8.99901\n3240,1646392518,47.74319,8.99901\n3241,1646392554,47.74317,8.99891\n3242,1646392555,47.74315,8.99891\n3243,1646392556,47.74317,8.99892\n3244,1646392557,47.74316,8.99892\n3245,1646392558,47.74315,8.99893\n3246,1646392559,47.74315,8.99894\n3247,1646392560,47.74314,8.99895\n3248,1646392561,47.74312,8.99899\n3249,1646392563,47.74311,8.99900\n3250,1646392564,47.74311,8.99901\n3251,1646392607,47.74311,8.99904\n3252,1646392608,47.74319,8.99902\n3253,1646392609,47.74320,8.99903\n3254,1646392611,47.74318,8.99904\n3255,1646392612,47.74318,8.99905\n3256,1646392613,47.74316,8.99906\n3257,1646392614,47.74314,8.99906\n3258,1646392615,47.74315,8.99906\n3259,1646392616,47.74315,8.99906\n3260,1646392617,47.74315,8.99907\n3261,1646392657,47.74312,8.99898\n3262,1646392658,47.74324,8.99895\n3263,1646392659,47.74325,8.99895\n3264,1646392660,47.74322,8.99896\n3265,1646392661,47.74320,8.99897\n3266,1646392662,47.74319,8.99897\n3267,1646392663,47.74314,8.99901\n3268,1646392665,47.74312,8.99901\n3269,1646392666,47.74311,8.99902\n3270,1646392667,47.74310,8.99903\n3271,1646392712,47.74300,8.99901\n3272,1646392713,47.74299,8.99901\n3273,1646392715,47.74302,8.99898\n3274,1646392716,47.74304,8.99897\n3275,1646392717,47.74305,8.99896\n3276,1646392718,47.74306,8.99896\n3277,1646392719,47.74306,8.99894\n3278,1646392720,47.74308,8.99893\n3279,1646392721,47.74309,8.99891\n3280,1646392722,47.74309,8.99891\n3281,1646392789,47.74315,8.99896\n3282,1646392791,47.74306,8.99898\n3283,1646392792,47.74305,8.99899\n3284,1646392793,47.74304,8.99899\n3285,1646392794,47.74304,8.99899\n3286,1646392795,47.74303,8.99899\n3287,1646392796,47.74303,8.99899\n3288,1646392797,47.74302,8.99899\n3289,1646392798,47.74302,8.99899\n3290,1646392799,47.74301,8.99899\n3291,1646392834,47.74307,8.99897\n3292,1646392835,47.74311,8.99898\n3293,1646392836,47.74313,8.99898\n3294,1646392837,47.74314,8.99898\n3295,1646392838,47.74314,8.99898\n3296,1646392839,47.74314,8.99899\n3297,1646392840,47.74314,8.99898\n3298,1646392841,47.74313,8.99897\n3299,1646392842,47.74313,8.99896\n3300,1646392843,47.74314,8.99896\n3301,1646392884,47.74299,8.99904\n3302,1646392885,47.74293,8.99903\n3303,1646392886,47.74312,8.99909\n3304,1646392888,47.74309,8.99907\n3305,1646392889,47.74306,8.99905\n3306,1646392890,47.74305,8.99903\n3307,1646392891,47.74306,8.99903\n3308,1646392892,47.74306,8.99903\n3309,1646392893,47.74305,8.99903\n3310,1646392894,47.74304,8.99902\n3311,1646392933,47.74286,8.99885\n3312,1646392934,47.74298,8.99887\n3313,1646392935,47.74301,8.99888\n3314,1646392936,47.74304,8.99888\n3315,1646392937,47.74306,8.99888\n3316,1646392938,47.74308,8.99889\n3317,1646392939,47.74308,8.99889\n3318,1646392940,47.74306,8.99890\n3319,1646392942,47.74308,8.99891\n3320,1646392943,47.74308,8.99891\n3321,1646392977,47.74261,8.99881\n3322,1646392978,47.74222,8.99873\n3323,1646392979,47.74204,8.99871\n3324,1646392980,47.74254,8.99882\n3325,1646392981,47.74301,8.99893\n3326,1646392982,47.74302,8.99894\n3327,1646392983,47.74300,8.99893\n3328,1646392984,47.74294,8.99893\n3329,1646392985,47.74293,8.99894\n3330,1646392986,47.74293,8.99895\n3331,1646393021,47.74310,8.99903\n3332,1646393022,47.74310,8.99902\n3333,1646393023,47.74309,8.99902\n3334,1646393024,47.74310,8.99902\n3335,1646393025,47.74310,8.99901\n3336,1646393026,47.74309,8.99901\n3337,1646393027,47.74308,8.99902\n3338,1646393028,47.74306,8.99901\n3339,1646393029,47.74306,8.99900\n3340,1646393031,47.74306,8.99900\n3341,1646393065,47.74340,8.99910\n3342,1646393066,47.74301,8.99912\n3343,1646393067,47.74301,8.99912\n3344,1646393068,47.74301,8.99912\n3345,1646393069,47.74301,8.99913\n3346,1646393070,47.74301,8.99914\n3347,1646393071,47.74302,8.99915\n3348,1646393072,47.74302,8.99916\n3349,1646393073,47.74303,8.99915\n3350,1646393074,47.74304,8.99916\n3351,1646393109,47.74287,8.99810\n3352,1646393110,47.74289,8.99834\n3353,1646393111,47.74291,8.99852\n3354,1646393114,47.74296,8.99897\n3355,1646393115,47.74298,8.99908\n3356,1646393116,47.74298,8.99908\n3357,1646393117,47.74299,8.99909\n3358,1646393118,47.74299,8.99911\n3359,1646393119,47.74299,8.99908\n3360,1646393121,47.74299,8.99908\n3361,1646393154,47.74318,8.99868\n3362,1646393155,47.74311,8.99903\n3363,1646393156,47.74310,8.99905\n3364,1646393157,47.74308,8.99903\n3365,1646393158,47.74308,8.99905\n3366,1646393159,47.74307,8.99905\n3367,1646393160,47.74307,8.99905\n3368,1646393161,47.74308,8.99898\n3369,1646393163,47.74307,8.99898\n3370,1646393164,47.74306,8.99897\n3371,1646393201,47.74296,8.99911\n3372,1646393202,47.74297,8.99901\n3373,1646393203,47.74297,8.99898\n3374,1646393204,47.74300,8.99898\n3375,1646393205,47.74302,8.99898\n3376,1646393206,47.74303,8.99897\n3377,1646393207,47.74303,8.99896\n3378,1646393208,47.74304,8.99896\n3379,1646393209,47.74302,8.99903\n3380,1646393211,47.74302,8.99902\n3381,1646393250,47.74309,8.99907\n3382,1646393251,47.74310,8.99902\n3383,1646393253,47.74311,8.99904\n3384,1646393254,47.74311,8.99904\n3385,1646393255,47.74312,8.99904\n3386,1646393256,47.74312,8.99905\n3387,1646393257,47.74311,8.99905\n3388,1646393258,47.74312,8.99905\n3389,1646393259,47.74312,8.99906\n3390,1646393260,47.74312,8.99906\n3391,1646393297,47.74302,8.99919\n3392,1646393298,47.74303,8.99916\n3393,1646393299,47.74301,8.99911\n3394,1646393300,47.74300,8.99909\n3395,1646393301,47.74299,8.99908\n3396,1646393302,47.74299,8.99907\n3397,1646393303,47.74300,8.99907\n3398,1646393304,47.74301,8.99907\n3399,1646393305,47.74303,8.99899\n3400,1646393307,47.74302,8.99899\n3401,1646393348,47.74318,8.99894\n3402,1646393349,47.74317,8.99894\n3403,1646393350,47.74318,8.99894\n3404,1646393351,47.74319,8.99895\n3405,1646393352,47.74320,8.99894\n3406,1646393353,47.74315,8.99904\n3407,1646393355,47.74315,8.99904\n3408,1646393356,47.74314,8.99903\n3409,1646393357,47.74314,8.99903\n3410,1646393358,47.74314,8.99902\n3411,1646393392,47.74294,8.99900\n3412,1646393393,47.74288,8.99904\n3413,1646393394,47.74291,8.99904\n3414,1646393395,47.74292,8.99904\n3415,1646393396,47.74295,8.99904\n3416,1646393397,47.74297,8.99904\n3417,1646393398,47.74299,8.99903\n3418,1646393399,47.74300,8.99903\n3419,1646393400,47.74301,8.99902\n3420,1646393401,47.74307,8.99897\n3421,1646393436,47.74301,8.99906\n3422,1646393437,47.74301,8.99906\n3423,1646393438,47.74301,8.99907\n3424,1646393439,47.74302,8.99907\n3425,1646393440,47.74302,8.99906\n3426,1646393441,47.74302,8.99906\n3427,1646393442,47.74301,8.99905\n3428,1646393443,47.74298,8.99908\n3429,1646393445,47.74298,8.99908\n3430,1646393446,47.74299,8.99908\n3431,1646393481,47.74294,8.99905\n3432,1646393482,47.74295,8.99905\n3433,1646393483,47.74296,8.99904\n3434,1646393484,47.74300,8.99903\n3435,1646393485,47.74302,8.99903\n3436,1646393486,47.74305,8.99904\n3437,1646393487,47.74306,8.99904\n3438,1646393488,47.74307,8.99904\n3439,1646393489,47.74307,8.99904\n3440,1646393490,47.74307,8.99904\n3441,1646393525,47.74290,8.99893\n3442,1646393526,47.74287,8.99892\n3443,1646393527,47.74292,8.99893\n3444,1646393528,47.74295,8.99893\n3445,1646393529,47.74298,8.99893\n3446,1646393530,47.74301,8.99894\n3447,1646393531,47.74303,8.99894\n3448,1646393532,47.74305,8.99895\n3449,1646393533,47.74310,8.99903\n3450,1646393535,47.74312,8.99903\n3451,1646393570,47.74326,8.99896\n3452,1646393571,47.74322,8.99897\n3453,1646393572,47.74318,8.99898\n3454,1646393573,47.74315,8.99899\n3455,1646393574,47.74313,8.99900\n3456,1646393575,47.74308,8.99903\n3457,1646393577,47.74308,8.99903\n3458,1646393578,47.74308,8.99903\n3459,1646393579,47.74308,8.99903\n3460,1646393580,47.74308,8.99903\n3461,1646393615,47.74323,8.99887\n3462,1646393616,47.74321,8.99888\n3463,1646393617,47.74318,8.99890\n3464,1646393618,47.74315,8.99892\n3465,1646393619,47.74310,8.99895\n3466,1646393620,47.74308,8.99897\n3467,1646393621,47.74308,8.99898\n3468,1646393622,47.74308,8.99898\n3469,1646393623,47.74311,8.99896\n3470,1646393625,47.74311,8.99896\n3471,1646393660,47.74289,8.99926\n3472,1646393661,47.74292,8.99935\n3473,1646393662,47.74289,8.99908\n3474,1646393663,47.74292,8.99908\n3475,1646393664,47.74294,8.99908\n3476,1646393665,47.74307,8.99898\n3477,1646393667,47.74308,8.99897\n3478,1646393668,47.74309,8.99898\n3479,1646393669,47.74308,8.99898\n3480,1646393670,47.74309,8.99898\n3481,1646393705,47.74324,8.99899\n3482,1646393706,47.74324,8.99900\n3483,1646393707,47.74324,8.99900\n3484,1646393708,47.74322,8.99901\n3485,1646393709,47.74320,8.99902\n3486,1646393710,47.74318,8.99902\n3487,1646393711,47.74317,8.99902\n3488,1646393712,47.74316,8.99903\n3489,1646393713,47.74314,8.99904\n3490,1646393715,47.74314,8.99904\n3491,1646393750,47.74310,8.99884\n3492,1646393751,47.74305,8.99888\n3493,1646393752,47.74303,8.99890\n3494,1646393753,47.74304,8.99891\n3495,1646393754,47.74306,8.99891\n3496,1646393755,47.74306,8.99892\n3497,1646393756,47.74309,8.99892\n3498,1646393757,47.74311,8.99892\n3499,1646393758,47.74312,8.99892\n3500,1646393759,47.74312,8.99893\n3501,1646393793,47.74323,8.99888\n3502,1646393794,47.74322,8.99889\n3503,1646393795,47.74321,8.99890\n3504,1646393796,47.74317,8.99892\n3505,1646393797,47.74315,8.99894\n3506,1646393798,47.74315,8.99895\n3507,1646393799,47.74312,8.99896\n3508,1646393800,47.74311,8.99897\n3509,1646393801,47.74312,8.99897\n3510,1646393802,47.74312,8.99897\n3511,1646393837,47.74314,8.99893\n3512,1646393838,47.74313,8.99900\n3513,1646393839,47.74314,8.99902\n3514,1646393840,47.74313,8.99904\n3515,1646393841,47.74312,8.99905\n3516,1646393842,47.74312,8.99905\n3517,1646393843,47.74313,8.99905\n3518,1646393844,47.74312,8.99905\n3519,1646393845,47.74313,8.99904\n3520,1646393846,47.74311,8.99908\n3521,1646393881,47.74310,8.99892\n3522,1646393882,47.74312,8.99899\n3523,1646393883,47.74313,8.99907\n3524,1646393884,47.74313,8.99909\n3525,1646393885,47.74312,8.99913\n3526,1646393886,47.74310,8.99914\n3527,1646393887,47.74312,8.99902\n3528,1646393889,47.74314,8.99906\n3529,1646393890,47.74314,8.99907\n3530,1646393891,47.74314,8.99907\n3531,1646393928,47.74325,8.99950\n3532,1646393929,47.74324,8.99948\n3533,1646393930,47.74324,8.99931\n3534,1646393931,47.74325,8.99909\n3535,1646393932,47.74325,8.99906\n3536,1646393933,47.74324,8.99905\n3537,1646393934,47.74322,8.99904\n3538,1646393935,47.74320,8.99907\n3539,1646393937,47.74319,8.99907\n3540,1646393938,47.74319,8.99907\n3541,1646393971,47.74299,8.99890\n3542,1646393972,47.74300,8.99883\n3543,1646393973,47.74298,8.99890\n3544,1646393974,47.74298,8.99892\n3545,1646393975,47.74301,8.99892\n3546,1646393976,47.74304,8.99893\n3547,1646393977,47.74307,8.99892\n3548,1646393978,47.74309,8.99892\n3549,1646393979,47.74309,8.99892\n3550,1646393980,47.74310,8.99892\n3551,1646394013,47.74323,8.99901\n3552,1646394014,47.74322,8.99895\n3553,1646394015,47.74320,8.99894\n3554,1646394016,47.74319,8.99895\n3555,1646394017,47.74318,8.99895\n3556,1646394018,47.74316,8.99896\n3557,1646394019,47.74314,8.99897\n3558,1646394020,47.74314,8.99897\n3559,1646394021,47.74313,8.99898\n3560,1646394022,47.74313,8.99898\n3561,1646394057,47.74332,8.99881\n3562,1646394058,47.74332,8.99881\n3563,1646394059,47.74333,8.99881\n3564,1646394061,47.74328,8.99885\n3565,1646394062,47.74326,8.99886\n3566,1646394063,47.74324,8.99887\n3567,1646394064,47.74324,8.99887\n3568,1646394065,47.74320,8.99890\n3569,1646394066,47.74319,8.99891\n3570,1646394067,47.74318,8.99892\n3571,1646394102,47.74310,8.99894\n3572,1646394103,47.74309,8.99896\n3573,1646394104,47.74308,8.99894\n3574,1646394105,47.74307,8.99895\n3575,1646394106,47.74308,8.99896\n3576,1646394107,47.74308,8.99897\n3577,1646394108,47.74308,8.99897\n3578,1646394109,47.74307,8.99898\n3579,1646394111,47.74307,8.99898\n3580,1646394112,47.74307,8.99898\n3581,1646394147,47.74307,8.99898\n3582,1646394148,47.74306,8.99899\n3583,1646394149,47.74307,8.99899\n3584,1646394150,47.74307,8.99898\n3585,1646394151,47.74308,8.99898\n3586,1646394152,47.74309,8.99897\n3587,1646394153,47.74309,8.99896\n3588,1646394154,47.74311,8.99895\n3589,1646394155,47.74311,8.99895\n3590,1646394156,47.74312,8.99895\n3591,1646394189,47.74320,8.99913\n3592,1646394190,47.74321,8.99899\n3593,1646394191,47.74320,8.99897\n3594,1646394192,47.74318,8.99897\n3595,1646394193,47.74312,8.99902\n3596,1646394194,47.74312,8.99902\n3597,1646394195,47.74313,8.99901\n3598,1646394196,47.74314,8.99901\n3599,1646394197,47.74314,8.99901\n3600,1646394198,47.74314,8.99901\n3601,1646394233,47.74337,8.99887\n3602,1646394234,47.74335,8.99889\n3603,1646394236,47.74331,8.99891\n3604,1646394237,47.74323,8.99895\n3605,1646394238,47.74318,8.99896\n3606,1646394239,47.74317,8.99896\n3607,1646394240,47.74316,8.99896\n3608,1646394241,47.74314,8.99896\n3609,1646394242,47.74311,8.99900\n3610,1646394244,47.74310,8.99901\n3611,1646394280,47.74306,8.99896\n3612,1646394281,47.74306,8.99896\n3613,1646394282,47.74306,8.99896\n3614,1646394283,47.74307,8.99895\n3615,1646394284,47.74307,8.99895\n3616,1646394285,47.74307,8.99895\n3617,1646394286,47.74307,8.99894\n3618,1646394287,47.74307,8.99894\n3619,1646394288,47.74306,8.99894\n3620,1646394289,47.74305,8.99896\n3621,1646394326,47.74305,8.99895\n3622,1646394327,47.74303,8.99895\n3623,1646394328,47.74298,8.99896\n3624,1646394329,47.74297,8.99896\n3625,1646394330,47.74297,8.99897\n3626,1646394331,47.74298,8.99895\n3627,1646394333,47.74298,8.99894\n3628,1646394334,47.74299,8.99895\n3629,1646394335,47.74299,8.99895\n3630,1646394336,47.74299,8.99895\n3631,1646394372,47.74297,8.99897\n3632,1646394373,47.74302,8.99896\n3633,1646394374,47.74303,8.99894\n3634,1646394375,47.74305,8.99892\n3635,1646394376,47.74306,8.99891\n3636,1646394377,47.74307,8.99891\n3637,1646394378,47.74308,8.99891\n3638,1646394379,47.74306,8.99892\n3639,1646394381,47.74307,8.99892\n3640,1646394382,47.74307,8.99892\n3641,1646394417,47.74320,8.99909\n3642,1646394418,47.74319,8.99907\n3643,1646394419,47.74317,8.99893\n3644,1646394420,47.74313,8.99894\n3645,1646394421,47.74314,8.99900\n3646,1646394422,47.74316,8.99901\n3647,1646394423,47.74316,8.99902\n3648,1646394424,47.74316,8.99902\n3649,1646394425,47.74315,8.99903\n3650,1646394426,47.74315,8.99903\n3651,1646394463,47.74308,8.99913\n3652,1646394464,47.74307,8.99910\n3653,1646394465,47.74308,8.99911\n3654,1646394466,47.74307,8.99909\n3655,1646394467,47.74307,8.99909\n3656,1646394468,47.74308,8.99908\n3657,1646394469,47.74310,8.99901\n3658,1646394471,47.74310,8.99901\n3659,1646394472,47.74310,8.99902\n3660,1646394473,47.74310,8.99902\n3661,1646394508,47.74307,8.99906\n3662,1646394509,47.74308,8.99904\n3663,1646394510,47.74309,8.99903\n3664,1646394511,47.74309,8.99904\n3665,1646394512,47.74310,8.99903\n3666,1646394513,47.74310,8.99903\n3667,1646394514,47.74311,8.99903\n3668,1646394515,47.74311,8.99902\n3669,1646394516,47.74311,8.99901\n3670,1646394517,47.74311,8.99899\n3671,1646394552,47.74297,8.99899\n3672,1646394553,47.74300,8.99900\n3673,1646394554,47.74301,8.99901\n3674,1646394555,47.74302,8.99902\n3675,1646394556,47.74302,8.99902\n3676,1646394557,47.74302,8.99903\n3677,1646394558,47.74303,8.99903\n3678,1646394559,47.74304,8.99899\n3679,1646394561,47.74304,8.99899\n3680,1646394562,47.74305,8.99899\n3681,1646394597,47.74311,8.99889\n3682,1646394598,47.74306,8.99887\n3683,1646394599,47.74306,8.99895\n3684,1646394600,47.74306,8.99896\n3685,1646394601,47.74306,8.99893\n3686,1646394602,47.74307,8.99890\n3687,1646394603,47.74307,8.99888\n3688,1646394604,47.74307,8.99888\n3689,1646394605,47.74307,8.99886\n3690,1646394606,47.74307,8.99886\n3691,1646394642,47.74312,8.99878\n3692,1646394643,47.74308,8.99899\n3693,1646394644,47.74308,8.99893\n3694,1646394645,47.74308,8.99889\n3695,1646394646,47.74306,8.99890\n3696,1646394647,47.74306,8.99895\n3697,1646394648,47.74307,8.99896\n3698,1646394649,47.74309,8.99893\n3699,1646394651,47.74309,8.99894\n3700,1646394652,47.74310,8.99894\n3701,1646394688,47.74322,8.99893\n3702,1646394689,47.74317,8.99892\n3703,1646394690,47.74310,8.99893\n3704,1646394691,47.74311,8.99891\n3705,1646394692,47.74310,8.99890\n3706,1646394693,47.74309,8.99889\n3707,1646394694,47.74310,8.99889\n3708,1646394695,47.74310,8.99889\n3709,1646394696,47.74311,8.99889\n3710,1646394697,47.74310,8.99898\n3711,1646394734,47.74308,8.99917\n3712,1646394735,47.74305,8.99915\n3713,1646394736,47.74303,8.99911\n3714,1646394737,47.74301,8.99907\n3715,1646394738,47.74301,8.99906\n3716,1646394739,47.74301,8.99892\n3717,1646394741,47.74302,8.99894\n3718,1646394742,47.74302,8.99894\n3719,1646394743,47.74302,8.99894\n3720,1646394744,47.74303,8.99894\n3721,1646394779,47.74316,8.99897\n3722,1646394780,47.74314,8.99895\n3723,1646394781,47.74312,8.99894\n3724,1646394782,47.74306,8.99897\n3725,1646394783,47.74307,8.99892\n3726,1646394784,47.74306,8.99893\n3727,1646394785,47.74306,8.99893\n3728,1646394786,47.74306,8.99893\n3729,1646394787,47.74304,8.99895\n3730,1646394789,47.74304,8.99895\n3731,1646394824,47.74314,8.99866\n3732,1646394825,47.74315,8.99864\n3733,1646394826,47.74315,8.99864\n3734,1646394827,47.74315,8.99864\n3735,1646394828,47.74314,8.99864\n3736,1646394829,47.74305,8.99897\n3737,1646394831,47.74305,8.99898\n3738,1646394832,47.74305,8.99896\n3739,1646394833,47.74307,8.99897\n3740,1646394834,47.74308,8.99899\n3741,1646394867,47.74325,8.99938\n3742,1646394868,47.74330,8.99913\n3743,1646394869,47.74328,8.99907\n3744,1646394870,47.74326,8.99903\n3745,1646394871,47.74323,8.99899\n3746,1646394872,47.74320,8.99896\n3747,1646394873,47.74318,8.99893\n3748,1646394874,47.74317,8.99892\n3749,1646394875,47.74316,8.99891\n3750,1646394876,47.74315,8.99897\n3751,1646394911,47.74310,8.99915\n3752,1646394912,47.74310,8.99912\n3753,1646394913,47.74310,8.99910\n3754,1646394914,47.74309,8.99908\n3755,1646394915,47.74310,8.99907\n3756,1646394916,47.74309,8.99905\n3757,1646394917,47.74308,8.99903\n3758,1646394918,47.74308,8.99901\n3759,1646394919,47.74305,8.99904\n3760,1646394921,47.74305,8.99904\n3761,1646394958,47.74313,8.99867\n3762,1646394959,47.74311,8.99875\n3763,1646394960,47.74308,8.99881\n3764,1646394961,47.74303,8.99893\n3765,1646394963,47.74304,8.99892\n3766,1646394964,47.74305,8.99893\n3767,1646394965,47.74306,8.99893\n3768,1646394966,47.74307,8.99894\n3769,1646394967,47.74307,8.99895\n3770,1646394968,47.74308,8.99896\n3771,1646395005,47.74327,8.99900\n3772,1646395006,47.74327,8.99902\n3773,1646395007,47.74327,8.99906\n3774,1646395008,47.74328,8.99909\n3775,1646395009,47.74328,8.99914\n3776,1646395011,47.74329,8.99915\n3777,1646395012,47.74329,8.99915\n3778,1646395013,47.74329,8.99916\n3779,1646395014,47.74330,8.99916\n3780,1646395015,47.74329,8.99916\n3781,1646395050,47.74318,8.99887\n3782,1646395051,47.74318,8.99889\n3783,1646395052,47.74318,8.99892\n3784,1646395053,47.74316,8.99893\n3785,1646395054,47.74315,8.99894\n3786,1646395055,47.74316,8.99895\n3787,1646395056,47.74317,8.99896\n3788,1646395057,47.74307,8.99898\n3789,1646395059,47.74306,8.99897\n3790,1646395060,47.74306,8.99896\n3791,1646395095,47.74312,8.99924\n3792,1646395096,47.74310,8.99919\n3793,1646395097,47.74310,8.99916\n3794,1646395098,47.74309,8.99912\n3795,1646395099,47.74309,8.99907\n3796,1646395100,47.74309,8.99904\n3797,1646395101,47.74308,8.99901\n3798,1646395102,47.74307,8.99898\n3799,1646395103,47.74306,8.99896\n3800,1646395104,47.74306,8.99897\n3801,1646395139,47.74301,8.99888\n3802,1646395140,47.74300,8.99889\n3803,1646395141,47.74300,8.99889\n3804,1646395142,47.74299,8.99889\n3805,1646395143,47.74299,8.99888\n3806,1646395144,47.74299,8.99886\n3807,1646395145,47.74299,8.99885\n3808,1646395146,47.74299,8.99885\n3809,1646395147,47.74292,8.99895\n3810,1646395149,47.74292,8.99895\n3811,1646395184,47.74306,8.99869\n3812,1646395185,47.74306,8.99873\n3813,1646395186,47.74306,8.99876\n3814,1646395187,47.74307,8.99878\n3815,1646395188,47.74307,8.99880\n3816,1646395189,47.74305,8.99898\n3817,1646395191,47.74304,8.99897\n3818,1646395192,47.74303,8.99897\n3819,1646395193,47.74303,8.99897\n3820,1646395194,47.74302,8.99897\n3821,1646395230,47.74303,8.99866\n3822,1646395231,47.74304,8.99867\n3823,1646395232,47.74304,8.99867\n3824,1646395233,47.74305,8.99867\n3825,1646395234,47.74305,8.99867\n3826,1646395235,47.74306,8.99868\n3827,1646395236,47.74306,8.99869\n3828,1646395237,47.74303,8.99896\n3829,1646395239,47.74304,8.99896\n3830,1646395240,47.74304,8.99896\n3831,1646395276,47.74323,8.99902\n3832,1646395277,47.74322,8.99901\n3833,1646395278,47.74321,8.99900\n3834,1646395279,47.74322,8.99899\n3835,1646395280,47.74321,8.99898\n3836,1646395281,47.74321,8.99897\n3837,1646395282,47.74320,8.99896\n3838,1646395283,47.74319,8.99896\n3839,1646395284,47.74318,8.99897\n3840,1646395285,47.74308,8.99903\n3841,1646395322,47.74300,8.99909\n3842,1646395324,47.74296,8.99912\n3843,1646395325,47.74296,8.99912\n3844,1646395326,47.74296,8.99915\n3845,1646395327,47.74299,8.99893\n3846,1646395329,47.74300,8.99894\n3847,1646395330,47.74300,8.99894\n3848,1646395331,47.74300,8.99895\n3849,1646395332,47.74300,8.99895\n3850,1646395333,47.74300,8.99895\n3851,1646395368,47.74317,8.99900\n3852,1646395369,47.74317,8.99896\n3853,1646395370,47.74317,8.99894\n3854,1646395371,47.74318,8.99892\n3855,1646395372,47.74317,8.99891\n3856,1646395373,47.74317,8.99892\n3857,1646395374,47.74317,8.99891\n3858,1646395375,47.74312,8.99903\n3859,1646395377,47.74311,8.99906\n3860,1646395378,47.74312,8.99908\n3861,1646395413,47.74320,8.99899\n3862,1646395414,47.74320,8.99897\n3863,1646395415,47.74319,8.99894\n3864,1646395416,47.74318,8.99891\n3865,1646395417,47.74316,8.99890\n3866,1646395418,47.74315,8.99888\n3867,1646395419,47.74314,8.99888\n3868,1646395420,47.74313,8.99890\n3869,1646395421,47.74314,8.99893\n3870,1646395422,47.74313,8.99891\n3871,1646395463,47.74311,8.99900\n3872,1646395464,47.74312,8.99896\n3873,1646395465,47.74313,8.99905\n3874,1646395467,47.74315,8.99905\n3875,1646395468,47.74315,8.99904\n3876,1646395469,47.74316,8.99903\n3877,1646395470,47.74315,8.99902\n3878,1646395471,47.74315,8.99901\n3879,1646395472,47.74315,8.99900\n3880,1646395473,47.74315,8.99900\n3881,1646395513,47.74310,8.99902\n3882,1646395515,47.74310,8.99899\n3883,1646395516,47.74311,8.99898\n3884,1646395517,47.74310,8.99897\n3885,1646395518,47.74310,8.99896\n3886,1646395519,47.74309,8.99896\n3887,1646395520,47.74309,8.99896\n3888,1646395521,47.74308,8.99896\n3889,1646395522,47.74308,8.99896\n3890,1646395523,47.74308,8.99896\n3891,1646395560,47.74316,8.99906\n3892,1646395561,47.74312,8.99903\n3893,1646395562,47.74310,8.99902\n3894,1646395563,47.74310,8.99902\n3895,1646395564,47.74309,8.99901\n3896,1646395565,47.74310,8.99902\n3897,1646395566,47.74309,8.99902\n3898,1646395567,47.74311,8.99900\n3899,1646395569,47.74311,8.99899\n3900,1646395570,47.74310,8.99899\n3901,1646395605,47.74311,8.99897\n3902,1646395606,47.74311,8.99898\n3903,1646395607,47.74313,8.99897\n3904,1646395608,47.74313,8.99895\n3905,1646395609,47.74314,8.99894\n3906,1646395610,47.74313,8.99894\n3907,1646395611,47.74313,8.99895\n3908,1646395612,47.74313,8.99894\n3909,1646395613,47.74313,8.99893\n3910,1646395614,47.74314,8.99891\n3911,1646395649,47.74315,8.99899\n3912,1646395650,47.74314,8.99904\n3913,1646395651,47.74315,8.99906\n3914,1646395652,47.74315,8.99907\n3915,1646395653,47.74314,8.99904\n3916,1646395654,47.74314,8.99900\n3917,1646395655,47.74314,8.99898\n3918,1646395656,47.74313,8.99897\n3919,1646395657,47.74310,8.99900\n3920,1646395659,47.74309,8.99901\n3921,1646395694,47.74324,8.99890\n3922,1646395695,47.74324,8.99891\n3923,1646395696,47.74325,8.99892\n3924,1646395697,47.74325,8.99894\n3925,1646395698,47.74324,8.99894\n3926,1646395699,47.74322,8.99894\n3927,1646395700,47.74320,8.99894\n3928,1646395701,47.74320,8.99894\n3929,1646395702,47.74321,8.99898\n3930,1646395703,47.74321,8.99900\n3931,1646395739,47.74310,8.99913\n3932,1646395740,47.74309,8.99915\n3933,1646395741,47.74310,8.99917\n3934,1646395742,47.74309,8.99918\n3935,1646395743,47.74309,8.99919\n3936,1646395744,47.74311,8.99911\n3937,1646395745,47.74311,8.99912\n3938,1646395746,47.74311,8.99912\n3939,1646395747,47.74315,8.99903\n3940,1646395749,47.74314,8.99904\n3941,1646395784,47.74329,8.99882\n3942,1646395785,47.74326,8.99888\n3943,1646395786,47.74323,8.99891\n3944,1646395787,47.74322,8.99893\n3945,1646395788,47.74320,8.99895\n3946,1646395789,47.74314,8.99899\n3947,1646395791,47.74314,8.99898\n3948,1646395792,47.74313,8.99897\n3949,1646395793,47.74312,8.99896\n3950,1646395794,47.74312,8.99895\n3951,1646395830,47.74293,8.99918\n3952,1646395831,47.74308,8.99907\n3953,1646395832,47.74312,8.99900\n3954,1646395833,47.74317,8.99896\n3955,1646395834,47.74320,8.99894\n3956,1646395835,47.74321,8.99895\n3957,1646395836,47.74321,8.99895\n3958,1646395837,47.74314,8.99903\n3959,1646395839,47.74314,8.99903\n3960,1646395840,47.74315,8.99904\n3961,1646395875,47.74330,8.99871\n3962,1646395876,47.74327,8.99875\n3963,1646395877,47.74326,8.99878\n3964,1646395878,47.74325,8.99880\n3965,1646395879,47.74324,8.99881\n3966,1646395880,47.74323,8.99883\n3967,1646395881,47.74322,8.99884\n3968,1646395882,47.74321,8.99886\n3969,1646395883,47.74319,8.99887\n3970,1646395884,47.74318,8.99887\n3971,1646395925,47.74317,8.99905\n3972,1646395926,47.74315,8.99906\n3973,1646395927,47.74310,8.99913\n3974,1646395929,47.74308,8.99914\n3975,1646395930,47.74309,8.99915\n3976,1646395931,47.74310,8.99915\n3977,1646395932,47.74311,8.99915\n3978,1646395933,47.74312,8.99915\n3979,1646395934,47.74312,8.99914\n3980,1646395935,47.74312,8.99914\n3981,1646395977,47.74276,8.99908\n3982,1646395978,47.74269,8.99909\n3983,1646395980,47.74264,8.99909\n3984,1646395981,47.74264,8.99908\n3985,1646395982,47.74263,8.99908\n3986,1646395983,47.74262,8.99908\n3987,1646395984,47.74264,8.99908\n3988,1646395985,47.74264,8.99908\n3989,1646395986,47.74264,8.99908\n3990,1646395987,47.74266,8.99908\n3991,1646396026,47.74300,8.99886\n3992,1646396027,47.74300,8.99885\n3993,1646396028,47.74301,8.99885\n3994,1646396029,47.74302,8.99898\n3995,1646396031,47.74304,8.99899\n3996,1646396032,47.74304,8.99901\n3997,1646396033,47.74303,8.99901\n3998,1646396034,47.74303,8.99902\n3999,1646396035,47.74303,8.99903\n4000,1646396036,47.74304,8.99903\n4001,1646396072,47.74321,8.99901\n4002,1646396073,47.74322,8.99901\n4003,1646396074,47.74322,8.99894\n4004,1646396075,47.74320,8.99891\n4005,1646396076,47.74320,8.99889\n4006,1646396077,47.74321,8.99911\n4007,1646396079,47.74320,8.99911\n4008,1646396080,47.74321,8.99912\n4009,1646396081,47.74321,8.99913\n4010,1646396082,47.74321,8.99913\n4011,1646396117,47.74316,8.99879\n4012,1646396118,47.74315,8.99881\n4013,1646396119,47.74315,8.99883\n4014,1646396120,47.74314,8.99882\n4015,1646396121,47.74313,8.99882\n4016,1646396122,47.74312,8.99882\n4017,1646396123,47.74312,8.99882\n4018,1646396124,47.74311,8.99882\n4019,1646396125,47.74304,8.99897\n4020,1646396127,47.74304,8.99898\n4021,1646396167,47.74304,8.99902\n4022,1646396169,47.74306,8.99900\n4023,1646396170,47.74306,8.99899\n4024,1646396171,47.74306,8.99898\n4025,1646396172,47.74307,8.99897\n4026,1646396173,47.74308,8.99896\n4027,1646396174,47.74308,8.99896\n4028,1646396175,47.74308,8.99896\n4029,1646396176,47.74308,8.99897\n4030,1646396177,47.74309,8.99897\n4031,1646396215,47.74318,8.99858\n4032,1646396216,47.74320,8.99856\n4033,1646396217,47.74321,8.99857\n4034,1646396218,47.74321,8.99858\n4035,1646396219,47.74321,8.99859\n4036,1646396220,47.74320,8.99860\n4037,1646396221,47.74306,8.99894\n4038,1646396223,47.74307,8.99895\n4039,1646396224,47.74307,8.99896\n4040,1646396225,47.74307,8.99896\n4041,1646396261,47.74303,8.99896\n4042,1646396262,47.74302,8.99897\n4043,1646396263,47.74302,8.99897\n4044,1646396264,47.74302,8.99897\n4045,1646396265,47.74302,8.99896\n4046,1646396266,47.74302,8.99896\n4047,1646396267,47.74303,8.99896\n4048,1646396268,47.74303,8.99896\n4049,1646396269,47.74300,8.99904\n4050,1646396271,47.74300,8.99904\n4051,1646396307,47.74301,8.99881\n4052,1646396308,47.74300,8.99883\n4053,1646396309,47.74301,8.99884\n4054,1646396310,47.74303,8.99884\n4055,1646396311,47.74300,8.99896\n4056,1646396313,47.74301,8.99897\n4057,1646396314,47.74301,8.99898\n4058,1646396315,47.74302,8.99897\n4059,1646396316,47.74301,8.99897\n4060,1646396317,47.74302,8.99898\n4061,1646396351,47.74294,8.99880\n4062,1646396352,47.74295,8.99882\n4063,1646396353,47.74297,8.99883\n4064,1646396354,47.74299,8.99885\n4065,1646396355,47.74301,8.99885\n4066,1646396356,47.74303,8.99886\n4067,1646396357,47.74305,8.99887\n4068,1646396358,47.74305,8.99887\n4069,1646396359,47.74299,8.99895\n4070,1646396361,47.74299,8.99896\n4071,1646396396,47.74325,8.99888\n4072,1646396397,47.74322,8.99890\n4073,1646396398,47.74320,8.99892\n4074,1646396399,47.74318,8.99893\n4075,1646396400,47.74315,8.99894\n4076,1646396401,47.74307,8.99901\n4077,1646396403,47.74306,8.99900\n4078,1646396404,47.74307,8.99900\n4079,1646396405,47.74307,8.99901\n4080,1646396406,47.74307,8.99901\n4081,1646396441,47.74315,8.99879\n4082,1646396442,47.74317,8.99880\n4083,1646396443,47.74319,8.99882\n4084,1646396444,47.74321,8.99883\n4085,1646396445,47.74322,8.99884\n4086,1646396446,47.74322,8.99886\n4087,1646396447,47.74322,8.99887\n4088,1646396448,47.74322,8.99888\n4089,1646396449,47.74310,8.99906\n4090,1646396451,47.74310,8.99907\n4091,1646396488,47.74317,8.99879\n4092,1646396489,47.74316,8.99879\n4093,1646396490,47.74315,8.99879\n4094,1646396491,47.74303,8.99899\n4095,1646396493,47.74303,8.99899\n4096,1646396494,47.74303,8.99899\n4097,1646396495,47.74304,8.99899\n4098,1646396496,47.74304,8.99900\n4099,1646396497,47.74305,8.99900\n4100,1646396498,47.74305,8.99900\n4101,1646396532,47.74329,8.99891\n4102,1646396533,47.74329,8.99885\n4103,1646396534,47.74326,8.99884\n4104,1646396535,47.74324,8.99883\n4105,1646396536,47.74322,8.99882\n4106,1646396537,47.74322,8.99882\n4107,1646396538,47.74321,8.99881\n4108,1646396539,47.74307,8.99900\n4109,1646396541,47.74306,8.99898\n4110,1646396542,47.74306,8.99899\n4111,1646396576,47.74318,8.99887\n4112,1646396577,47.74317,8.99886\n4113,1646396578,47.74315,8.99886\n4114,1646396579,47.74314,8.99888\n4115,1646396580,47.74313,8.99890\n4116,1646396581,47.74312,8.99890\n4117,1646396582,47.74310,8.99889\n4118,1646396583,47.74310,8.99889\n4119,1646396584,47.74309,8.99889\n4120,1646396585,47.74309,8.99889\n4121,1646396618,47.74315,8.99889\n4122,1646396619,47.74313,8.99891\n4123,1646396620,47.74314,8.99891\n4124,1646396621,47.74316,8.99891\n4125,1646396622,47.74316,8.99891\n4126,1646396623,47.74317,8.99891\n4127,1646396624,47.74316,8.99891\n4128,1646396625,47.74316,8.99890\n4129,1646396626,47.74317,8.99890\n4130,1646396627,47.74316,8.99890\n4131,1646396663,47.74334,8.99895\n4132,1646396664,47.74332,8.99894\n4133,1646396665,47.74330,8.99894\n4134,1646396666,47.74330,8.99896\n4135,1646396667,47.74329,8.99896\n4136,1646396668,47.74328,8.99897\n4137,1646396669,47.74328,8.99899\n4138,1646396670,47.74328,8.99899\n4139,1646396671,47.74328,8.99901\n4140,1646396672,47.74316,8.99905\n4141,1646396707,47.74324,8.99904\n4142,1646396708,47.74323,8.99902\n4143,1646396709,47.74322,8.99901\n4144,1646396710,47.74321,8.99901\n4145,1646396711,47.74322,8.99900\n4146,1646396712,47.74322,8.99900\n4147,1646396713,47.74313,8.99908\n4148,1646396715,47.74312,8.99906\n4149,1646396716,47.74311,8.99906\n4150,1646396717,47.74310,8.99906\n4151,1646396752,47.74311,8.99891\n4152,1646396753,47.74311,8.99890\n4153,1646396754,47.74309,8.99889\n4154,1646396755,47.74308,8.99889\n4155,1646396756,47.74309,8.99889\n4156,1646396757,47.74310,8.99889\n4157,1646396758,47.74311,8.99888\n4158,1646396759,47.74313,8.99888\n4159,1646396760,47.74313,8.99887\n4160,1646396761,47.74309,8.99901\n4161,1646396797,47.74314,8.99900\n4162,1646396798,47.74311,8.99898\n4163,1646396799,47.74310,8.99898\n4164,1646396800,47.74309,8.99897\n4165,1646396801,47.74309,8.99897\n4166,1646396802,47.74309,8.99897\n4167,1646396803,47.74304,8.99907\n4168,1646396805,47.74303,8.99906\n4169,1646396806,47.74303,8.99906\n4170,1646396807,47.74303,8.99904\n4171,1646396846,47.74301,8.99896\n4172,1646396847,47.74302,8.99896\n4173,1646396848,47.74304,8.99898\n4174,1646396849,47.74305,8.99899\n4175,1646396850,47.74306,8.99900\n4176,1646396851,47.74298,8.99908\n4177,1646396853,47.74294,8.99905\n4178,1646396854,47.74293,8.99904\n4179,1646396855,47.74292,8.99904\n4180,1646396856,47.74291,8.99903\n4181,1646396892,47.74309,8.99888\n4182,1646396893,47.74309,8.99886\n4183,1646396894,47.74308,8.99885\n4184,1646396895,47.74308,8.99884\n4185,1646396896,47.74307,8.99884\n4186,1646396897,47.74305,8.99883\n4187,1646396898,47.74303,8.99881\n4188,1646396899,47.74295,8.99891\n4189,1646396901,47.74294,8.99892\n4190,1646396902,47.74295,8.99892\n4191,1646396937,47.74313,8.99906\n4192,1646396938,47.74312,8.99905\n4193,1646396939,47.74312,8.99905\n4194,1646396940,47.74312,8.99903\n4195,1646396941,47.74313,8.99902\n4196,1646396942,47.74314,8.99902\n4197,1646396943,47.74315,8.99901\n4198,1646396944,47.74316,8.99900\n4199,1646396945,47.74316,8.99901\n4200,1646396946,47.74315,8.99901\n4201,1646396979,47.74309,8.99907\n4202,1646396980,47.74316,8.99899\n4203,1646396981,47.74315,8.99898\n4204,1646396982,47.74313,8.99898\n4205,1646396983,47.74312,8.99896\n4206,1646396984,47.74311,8.99896\n4207,1646396985,47.74310,8.99896\n4208,1646396986,47.74310,8.99896\n4209,1646396987,47.74310,8.99896\n4210,1646396988,47.74310,8.99896\n4211,1646397022,47.74311,8.99915\n4212,1646397023,47.74313,8.99913\n4213,1646397024,47.74312,8.99912\n4214,1646397025,47.74311,8.99910\n4215,1646397026,47.74310,8.99909\n4216,1646397027,47.74307,8.99908\n4217,1646397028,47.74305,8.99908\n4218,1646397029,47.74304,8.99907\n4219,1646397030,47.74304,8.99906\n4220,1646397031,47.74303,8.99906\n4221,1646397064,47.74310,8.99903\n4222,1646397065,47.74306,8.99906\n4223,1646397066,47.74306,8.99905\n4224,1646397067,47.74306,8.99906\n4225,1646397068,47.74306,8.99908\n4226,1646397069,47.74306,8.99908\n4227,1646397070,47.74306,8.99908\n4228,1646397071,47.74305,8.99909\n4229,1646397072,47.74305,8.99909\n4230,1646397073,47.74307,8.99907\n4231,1646397108,47.74324,8.99889\n4232,1646397109,47.74325,8.99892\n4233,1646397110,47.74325,8.99894\n4234,1646397111,47.74325,8.99895\n4235,1646397112,47.74324,8.99896\n4236,1646397113,47.74324,8.99897\n4237,1646397114,47.74323,8.99897\n4238,1646397115,47.74313,8.99903\n4239,1646397117,47.74313,8.99903\n4240,1646397118,47.74313,8.99904\n4241,1646397152,47.74310,8.99899\n4242,1646397153,47.74311,8.99898\n4243,1646397154,47.74311,8.99898\n4244,1646397155,47.74310,8.99898\n4245,1646397156,47.74311,8.99898\n4246,1646397157,47.74311,8.99898\n4247,1646397158,47.74310,8.99899\n4248,1646397159,47.74310,8.99899\n4249,1646397160,47.74310,8.99898\n4250,1646397161,47.74310,8.99898\n4251,1646397195,47.74318,8.99907\n4252,1646397196,47.74316,8.99906\n4253,1646397197,47.74317,8.99905\n4254,1646397198,47.74317,8.99905\n4255,1646397199,47.74316,8.99904\n4256,1646397200,47.74315,8.99903\n4257,1646397201,47.74315,8.99903\n4258,1646397202,47.74315,8.99902\n4259,1646397203,47.74315,8.99901\n4260,1646397204,47.74315,8.99900\n4261,1646397239,47.74310,8.99903\n4262,1646397240,47.74311,8.99904\n4263,1646397241,47.74312,8.99903\n4264,1646397242,47.74313,8.99902\n4265,1646397243,47.74314,8.99901\n4266,1646397244,47.74314,8.99900\n4267,1646397245,47.74314,8.99900\n4268,1646397246,47.74313,8.99899\n4269,1646397247,47.74312,8.99900\n4270,1646397248,47.74309,8.99903\n4271,1646397282,47.74311,8.99912\n4272,1646397283,47.74311,8.99904\n4273,1646397284,47.74311,8.99901\n4274,1646397285,47.74311,8.99900\n4275,1646397286,47.74312,8.99900\n4276,1646397287,47.74313,8.99900\n4277,1646397288,47.74313,8.99900\n4278,1646397289,47.74309,8.99903\n4279,1646397291,47.74309,8.99902\n4280,1646397292,47.74309,8.99902\n4281,1646397326,47.74324,8.99880\n4282,1646397327,47.74323,8.99878\n4283,1646397328,47.74324,8.99878\n4284,1646397329,47.74323,8.99878\n4285,1646397330,47.74322,8.99879\n4286,1646397331,47.74322,8.99879\n4287,1646397332,47.74322,8.99880\n4288,1646397333,47.74322,8.99880\n4289,1646397334,47.74322,8.99881\n4290,1646397335,47.74322,8.99881\n4291,1646397369,47.74312,8.99892\n4292,1646397370,47.74312,8.99892\n4293,1646397371,47.74312,8.99893\n4294,1646397372,47.74312,8.99893\n4295,1646397373,47.74313,8.99893\n4296,1646397374,47.74314,8.99893\n4297,1646397375,47.74314,8.99894\n4298,1646397376,47.74314,8.99894\n4299,1646397377,47.74314,8.99894\n4300,1646397378,47.74314,8.99894\n4301,1646397413,47.74326,8.99885\n4302,1646397414,47.74325,8.99886\n4303,1646397415,47.74323,8.99886\n4304,1646397416,47.74322,8.99888\n4305,1646397417,47.74321,8.99889\n4306,1646397418,47.74319,8.99891\n4307,1646397419,47.74318,8.99891\n4308,1646397420,47.74317,8.99892\n4309,1646397421,47.74315,8.99893\n4310,1646397422,47.74302,8.99905\n4311,1646397458,47.74306,8.99897\n4312,1646397459,47.74299,8.99900\n4313,1646397460,47.74298,8.99902\n4314,1646397461,47.74298,8.99902\n4315,1646397462,47.74298,8.99903\n4316,1646397463,47.74294,8.99905\n4317,1646397465,47.74294,8.99906\n4318,1646397466,47.74294,8.99906\n4319,1646397467,47.74294,8.99906\n4320,1646397468,47.74294,8.99906\n4321,1646397521,47.74284,8.99914\n4322,1646397522,47.74285,8.99914\n4323,1646397523,47.74286,8.99914\n4324,1646397524,47.74287,8.99913\n4325,1646397525,47.74289,8.99913\n4326,1646397526,47.74290,8.99912\n4327,1646397527,47.74292,8.99911\n4328,1646397528,47.74294,8.99911\n4329,1646397529,47.74296,8.99910\n4330,1646397530,47.74299,8.99909\n4331,1646397595,47.74303,8.99905\n4332,1646397597,47.74306,8.99903\n4333,1646397598,47.74307,8.99903\n4334,1646397599,47.74306,8.99902\n4335,1646397600,47.74306,8.99902\n4336,1646397601,47.74306,8.99901\n4337,1646397602,47.74306,8.99901\n4338,1646397603,47.74305,8.99900\n4339,1646397604,47.74305,8.99900\n4340,1646397605,47.74305,8.99900\n4341,1646397638,47.74316,8.99903\n4342,1646397639,47.74308,8.99899\n4343,1646397640,47.74306,8.99899\n4344,1646397641,47.74306,8.99899\n4345,1646397642,47.74306,8.99899\n4346,1646397643,47.74306,8.99899\n4347,1646397644,47.74307,8.99899\n4348,1646397645,47.74307,8.99899\n4349,1646397646,47.74307,8.99899\n4350,1646397647,47.74307,8.99900\n4351,1646397681,47.74302,8.99898\n4352,1646397682,47.74301,8.99898\n4353,1646397683,47.74301,8.99896\n4354,1646397684,47.74301,8.99896\n4355,1646397685,47.74301,8.99896\n4356,1646397686,47.74301,8.99896\n4357,1646397687,47.74301,8.99896\n4358,1646397688,47.74300,8.99896\n4359,1646397689,47.74300,8.99896\n4360,1646397690,47.74300,8.99897\n4361,1646397724,47.74307,8.99902\n4362,1646397725,47.74311,8.99901\n4363,1646397726,47.74306,8.99901\n4364,1646397727,47.74301,8.99901\n4365,1646397728,47.74300,8.99901\n4366,1646397729,47.74299,8.99901\n4367,1646397730,47.74298,8.99901\n4368,1646397731,47.74298,8.99901\n4369,1646397732,47.74298,8.99901\n4370,1646397733,47.74298,8.99900\n4371,1646397767,47.74293,8.99898\n4372,1646397768,47.74303,8.99896\n4373,1646397769,47.74303,8.99896\n4374,1646397770,47.74304,8.99896\n4375,1646397771,47.74304,8.99897\n4376,1646397772,47.74304,8.99896\n4377,1646397773,47.74303,8.99896\n4378,1646397774,47.74303,8.99895\n4379,1646397775,47.74304,8.99897\n4380,1646397777,47.74305,8.99897\n4381,1646397810,47.74293,8.99897\n4382,1646397811,47.74297,8.99899\n4383,1646397812,47.74301,8.99899\n4384,1646397813,47.74305,8.99897\n4385,1646397814,47.74306,8.99897\n4386,1646397815,47.74306,8.99897\n4387,1646397816,47.74306,8.99897\n4388,1646397817,47.74307,8.99899\n4389,1646397819,47.74306,8.99899\n4390,1646397820,47.74306,8.99899\n4391,1646397853,47.74309,8.99901\n4392,1646397854,47.74308,8.99900\n4393,1646397855,47.74308,8.99901\n4394,1646397856,47.74307,8.99901\n4395,1646397857,47.74306,8.99902\n4396,1646397858,47.74307,8.99903\n4397,1646397859,47.74307,8.99903\n4398,1646397860,47.74306,8.99903\n4399,1646397861,47.74306,8.99902\n4400,1646397862,47.74305,8.99902\n4401,1646397895,47.74300,8.99896\n4402,1646397896,47.74300,8.99896\n4403,1646397897,47.74302,8.99897\n4404,1646397898,47.74302,8.99897\n4405,1646397899,47.74303,8.99898\n4406,1646397900,47.74303,8.99898\n4407,1646397901,47.74303,8.99899\n4408,1646397902,47.74303,8.99899\n4409,1646397903,47.74303,8.99899\n4410,1646397904,47.74303,8.99898\n4411,1646397938,47.74311,8.99913\n4412,1646397939,47.74309,8.99909\n4413,1646397940,47.74309,8.99909\n4414,1646397941,47.74308,8.99910\n4415,1646397942,47.74307,8.99909\n4416,1646397943,47.74307,8.99909\n4417,1646397944,47.74307,8.99908\n4418,1646397945,47.74306,8.99907\n4419,1646397946,47.74306,8.99907\n4420,1646397947,47.74306,8.99906\n4421,1646397980,47.74301,8.99897\n4422,1646397981,47.74302,8.99896\n4423,1646397982,47.74302,8.99896\n4424,1646397983,47.74302,8.99896\n4425,1646397984,47.74303,8.99897\n4426,1646397985,47.74303,8.99898\n4427,1646397986,47.74302,8.99898\n4428,1646397987,47.74302,8.99899\n4429,1646397988,47.74302,8.99899\n4430,1646397989,47.74302,8.99899\n4431,1646398022,47.74297,8.99908\n4432,1646398023,47.74301,8.99898\n4433,1646398024,47.74301,8.99898\n4434,1646398025,47.74303,8.99898\n4435,1646398026,47.74303,8.99899\n4436,1646398027,47.74303,8.99899\n4437,1646398028,47.74303,8.99899\n4438,1646398029,47.74303,8.99899\n4439,1646398030,47.74303,8.99899\n4440,1646398031,47.74303,8.99899\n4441,1646398065,47.74325,8.99900\n4442,1646398066,47.74305,8.99903\n4443,1646398067,47.74303,8.99904\n4444,1646398068,47.74304,8.99903\n4445,1646398069,47.74303,8.99902\n4446,1646398070,47.74303,8.99902\n4447,1646398071,47.74303,8.99901\n4448,1646398072,47.74303,8.99901\n4449,1646398073,47.74303,8.99901\n4450,1646398074,47.74303,8.99901\n4451,1646398108,47.74300,8.99901\n4452,1646398109,47.74299,8.99896\n4453,1646398110,47.74300,8.99898\n4454,1646398111,47.74300,8.99899\n4455,1646398112,47.74301,8.99899\n4456,1646398113,47.74301,8.99900\n4457,1646398114,47.74301,8.99900\n4458,1646398115,47.74301,8.99901\n4459,1646398116,47.74301,8.99901\n4460,1646398117,47.74301,8.99900\n4461,1646398154,47.74309,8.99899\n4462,1646398155,47.74307,8.99898\n4463,1646398156,47.74306,8.99902\n4464,1646398157,47.74306,8.99904\n4465,1646398158,47.74306,8.99905\n4466,1646398159,47.74306,8.99905\n4467,1646398160,47.74306,8.99900\n4468,1646398162,47.74306,8.99900\n4469,1646398163,47.74306,8.99900\n4470,1646398164,47.74306,8.99899\n4471,1646398198,47.74300,8.99888\n4472,1646398199,47.74302,8.99886\n4473,1646398200,47.74303,8.99884\n4474,1646398201,47.74303,8.99886\n4475,1646398202,47.74304,8.99888\n4476,1646398203,47.74304,8.99888\n4477,1646398204,47.74304,8.99888\n4478,1646398205,47.74304,8.99889\n4479,1646398206,47.74305,8.99889\n4480,1646398207,47.74304,8.99896\n4481,1646398245,47.74305,8.99902\n4482,1646398246,47.74305,8.99903\n4483,1646398247,47.74305,8.99904\n4484,1646398248,47.74305,8.99906\n4485,1646398249,47.74305,8.99903\n4486,1646398251,47.74306,8.99903\n4487,1646398252,47.74306,8.99903\n4488,1646398253,47.74306,8.99904\n4489,1646398254,47.74306,8.99903\n4490,1646398255,47.74306,8.99903\n4491,1646398290,47.74293,8.99869\n4492,1646398291,47.74296,8.99876\n4493,1646398292,47.74298,8.99881\n4494,1646398293,47.74298,8.99883\n4495,1646398294,47.74299,8.99885\n4496,1646398295,47.74299,8.99886\n4497,1646398296,47.74299,8.99887\n4498,1646398297,47.74299,8.99888\n4499,1646398299,47.74299,8.99888\n4500,1646398300,47.74300,8.99888\n4501,1646398333,47.74295,8.99908\n4502,1646398334,47.74292,8.99902\n4503,1646398335,47.74293,8.99900\n4504,1646398336,47.74293,8.99897\n4505,1646398337,47.74293,8.99896\n4506,1646398338,47.74294,8.99895\n4507,1646398339,47.74294,8.99895\n4508,1646398340,47.74294,8.99895\n4509,1646398341,47.74295,8.99896\n4510,1646398342,47.74295,8.99896\n4511,1646398376,47.74306,8.99883\n4512,1646398377,47.74302,8.99886\n4513,1646398378,47.74302,8.99887\n4514,1646398379,47.74301,8.99889\n4515,1646398380,47.74300,8.99889\n4516,1646398381,47.74300,8.99889\n4517,1646398382,47.74300,8.99889\n4518,1646398383,47.74300,8.99889\n4519,1646398384,47.74300,8.99889\n4520,1646398385,47.74301,8.99891\n4521,1646398421,47.74309,8.99880\n4522,1646398422,47.74300,8.99875\n4523,1646398423,47.74302,8.99880\n4524,1646398424,47.74303,8.99883\n4525,1646398425,47.74304,8.99885\n4526,1646398426,47.74305,8.99887\n4527,1646398427,47.74304,8.99889\n4528,1646398428,47.74305,8.99890\n4529,1646398429,47.74305,8.99891\n4530,1646398430,47.74306,8.99891\n4531,1646398465,47.74302,8.99883\n4532,1646398466,47.74300,8.99883\n4533,1646398467,47.74303,8.99885\n4534,1646398468,47.74302,8.99885\n4535,1646398469,47.74302,8.99886\n4536,1646398470,47.74303,8.99887\n4537,1646398471,47.74303,8.99885\n4538,1646398473,47.74303,8.99885\n4539,1646398474,47.74303,8.99885\n4540,1646398475,47.74303,8.99886\n4541,1646398509,47.74299,8.99891\n4542,1646398510,47.74300,8.99890\n4543,1646398511,47.74301,8.99891\n4544,1646398512,47.74300,8.99890\n4545,1646398513,47.74300,8.99890\n4546,1646398514,47.74301,8.99890\n4547,1646398515,47.74301,8.99889\n4548,1646398516,47.74301,8.99889\n4549,1646398517,47.74302,8.99889\n4550,1646398518,47.74302,8.99888\n4551,1646398551,47.74296,8.99885\n4552,1646398552,47.74299,8.99889\n4553,1646398553,47.74296,8.99895\n4554,1646398554,47.74297,8.99897\n4555,1646398555,47.74296,8.99898\n4556,1646398556,47.74296,8.99898\n4557,1646398557,47.74297,8.99899\n4558,1646398558,47.74298,8.99900\n4559,1646398559,47.74298,8.99900\n4560,1646398560,47.74299,8.99900\n4561,1646398594,47.74299,8.99898\n4562,1646398595,47.74300,8.99906\n4563,1646398596,47.74308,8.99899\n4564,1646398597,47.74309,8.99899\n4565,1646398598,47.74308,8.99899\n4566,1646398599,47.74307,8.99899\n4567,1646398600,47.74306,8.99898\n4568,1646398601,47.74305,8.99897\n4569,1646398602,47.74305,8.99896\n4570,1646398603,47.74304,8.99896\n4571,1646398637,47.74316,8.99903\n4572,1646398638,47.74314,8.99904\n4573,1646398639,47.74314,8.99903\n4574,1646398640,47.74311,8.99900\n4575,1646398641,47.74310,8.99898\n4576,1646398642,47.74309,8.99896\n4577,1646398643,47.74308,8.99896\n4578,1646398644,47.74307,8.99895\n4579,1646398645,47.74306,8.99895\n4580,1646398647,47.74306,8.99896\n4581,1646398682,47.74307,8.99902\n4582,1646398683,47.74306,8.99901\n4583,1646398684,47.74306,8.99901\n4584,1646398685,47.74305,8.99902\n4585,1646398686,47.74305,8.99901\n4586,1646398687,47.74305,8.99899\n4587,1646398689,47.74304,8.99899\n4588,1646398690,47.74303,8.99899\n4589,1646398691,47.74303,8.99898\n4590,1646398692,47.74303,8.99898\n4591,1646398726,47.74308,8.99895\n4592,1646398727,47.74308,8.99897\n4593,1646398728,47.74307,8.99899\n4594,1646398729,47.74307,8.99899\n4595,1646398730,47.74307,8.99899\n4596,1646398731,47.74307,8.99900\n4597,1646398732,47.74308,8.99900\n4598,1646398733,47.74308,8.99901\n4599,1646398734,47.74308,8.99901\n4600,1646398735,47.74309,8.99898\n4601,1646398770,47.74314,8.99920\n4602,1646398771,47.74314,8.99919\n4603,1646398772,47.74314,8.99917\n4604,1646398773,47.74313,8.99916\n4605,1646398774,47.74313,8.99916\n4606,1646398775,47.74312,8.99915\n4607,1646398776,47.74313,8.99915\n4608,1646398777,47.74314,8.99911\n4609,1646398779,47.74314,8.99910\n4610,1646398780,47.74314,8.99909\n4611,1646398813,47.74304,8.99916\n4612,1646398814,47.74318,8.99903\n4613,1646398815,47.74314,8.99904\n4614,1646398816,47.74311,8.99904\n4615,1646398817,47.74308,8.99905\n4616,1646398818,47.74306,8.99906\n4617,1646398819,47.74305,8.99906\n4618,1646398820,47.74303,8.99906\n4619,1646398821,47.74302,8.99905\n4620,1646398822,47.74302,8.99905\n4621,1646398857,47.74295,8.99906\n4622,1646398858,47.74293,8.99907\n4623,1646398859,47.74292,8.99905\n4624,1646398860,47.74293,8.99904\n4625,1646398861,47.74297,8.99902\n4626,1646398862,47.74298,8.99901\n4627,1646398863,47.74298,8.99901\n4628,1646398864,47.74298,8.99900\n4629,1646398865,47.74298,8.99900\n4630,1646398866,47.74298,8.99900\n4631,1646398902,47.74278,8.99917\n4632,1646398903,47.74284,8.99917\n4633,1646398904,47.74287,8.99916\n4634,1646398905,47.74293,8.99914\n4635,1646398906,47.74294,8.99913\n4636,1646398907,47.74296,8.99912\n4637,1646398908,47.74298,8.99911\n4638,1646398909,47.74299,8.99911\n4639,1646398910,47.74297,8.99910\n4640,1646398912,47.74297,8.99910\n4641,1646398947,47.74304,8.99909\n4642,1646398948,47.74304,8.99910\n4643,1646398949,47.74304,8.99910\n4644,1646398950,47.74305,8.99910\n4645,1646398951,47.74305,8.99910\n4646,1646398952,47.74304,8.99909\n4647,1646398953,47.74304,8.99908\n4648,1646398954,47.74304,8.99908\n4649,1646398955,47.74304,8.99908\n4650,1646398956,47.74303,8.99908\n4651,1646398991,47.74302,8.99930\n4652,1646398992,47.74305,8.99904\n4653,1646398993,47.74305,8.99902\n4654,1646398994,47.74305,8.99901\n4655,1646398995,47.74305,8.99899\n4656,1646398996,47.74305,8.99899\n4657,1646398997,47.74305,8.99900\n4658,1646398998,47.74306,8.99900\n4659,1646398999,47.74306,8.99894\n4660,1646399001,47.74306,8.99895\n4661,1646399036,47.74304,8.99912\n4662,1646399037,47.74304,8.99914\n4663,1646399038,47.74303,8.99915\n4664,1646399039,47.74301,8.99913\n4665,1646399040,47.74301,8.99909\n4666,1646399041,47.74303,8.99894\n4667,1646399043,47.74303,8.99894\n4668,1646399044,47.74303,8.99895\n4669,1646399045,47.74302,8.99896\n4670,1646399046,47.74302,8.99896\n4671,1646399080,47.74320,8.99900\n4672,1646399081,47.74315,8.99901\n4673,1646399082,47.74313,8.99902\n4674,1646399083,47.74311,8.99902\n4675,1646399084,47.74311,8.99902\n4676,1646399085,47.74310,8.99902\n4677,1646399086,47.74310,8.99902\n4678,1646399087,47.74309,8.99901\n4679,1646399088,47.74309,8.99901\n4680,1646399089,47.74309,8.99899\n4681,1646399127,47.74307,8.99891\n4682,1646399128,47.74303,8.99892\n4683,1646399129,47.74301,8.99892\n4684,1646399130,47.74300,8.99892\n4685,1646399131,47.74300,8.99900\n4686,1646399133,47.74300,8.99899\n4687,1646399134,47.74300,8.99899\n4688,1646399135,47.74300,8.99899\n4689,1646399136,47.74300,8.99900\n4690,1646399137,47.74300,8.99900\n4691,1646399171,47.74310,8.99916\n4692,1646399172,47.74307,8.99915\n4693,1646399173,47.74307,8.99915\n4694,1646399174,47.74306,8.99913\n4695,1646399175,47.74305,8.99912\n4696,1646399176,47.74305,8.99911\n4697,1646399177,47.74305,8.99911\n4698,1646399178,47.74305,8.99910\n4699,1646399179,47.74304,8.99902\n4700,1646399181,47.74304,8.99901\n4701,1646399216,47.74306,8.99905\n4702,1646399217,47.74305,8.99905\n4703,1646399218,47.74305,8.99904\n4704,1646399219,47.74304,8.99903\n4705,1646399220,47.74303,8.99904\n4706,1646399221,47.74303,8.99903\n4707,1646399223,47.74303,8.99903\n4708,1646399224,47.74303,8.99903\n4709,1646399225,47.74304,8.99903\n4710,1646399226,47.74305,8.99903\n4711,1646399260,47.74301,8.99890\n4712,1646399261,47.74300,8.99892\n4713,1646399262,47.74300,8.99893\n4714,1646399263,47.74300,8.99894\n4715,1646399264,47.74300,8.99896\n4716,1646399265,47.74300,8.99896\n4717,1646399266,47.74300,8.99896\n4718,1646399267,47.74300,8.99896\n4719,1646399268,47.74300,8.99896\n4720,1646399269,47.74302,8.99894\n4721,1646399304,47.74289,8.99895\n4722,1646399305,47.74292,8.99894\n4723,1646399306,47.74295,8.99894\n4724,1646399307,47.74298,8.99893\n4725,1646399308,47.74298,8.99892\n4726,1646399309,47.74299,8.99891\n4727,1646399310,47.74301,8.99891\n4728,1646399311,47.74302,8.99896\n4729,1646399313,47.74302,8.99896\n4730,1646399314,47.74302,8.99897\n4731,1646399350,47.74296,8.99909\n4732,1646399351,47.74297,8.99908\n4733,1646399352,47.74297,8.99909\n4734,1646399353,47.74297,8.99909\n4735,1646399354,47.74298,8.99909\n4736,1646399355,47.74298,8.99909\n4737,1646399356,47.74297,8.99909\n4738,1646399357,47.74297,8.99909\n4739,1646399358,47.74297,8.99909\n4740,1646399359,47.74297,8.99908\n4741,1646399394,47.74296,8.99908\n4742,1646399395,47.74295,8.99908\n4743,1646399396,47.74294,8.99909\n4744,1646399397,47.74294,8.99909\n4745,1646399398,47.74295,8.99909\n4746,1646399399,47.74295,8.99908\n4747,1646399400,47.74296,8.99909\n4748,1646399401,47.74296,8.99908\n4749,1646399403,47.74296,8.99908\n4750,1646399404,47.74297,8.99908\n4751,1646399437,47.74283,8.99901\n4752,1646399438,47.74279,8.99902\n4753,1646399439,47.74281,8.99902\n4754,1646399440,47.74288,8.99901\n4755,1646399441,47.74289,8.99900\n4756,1646399442,47.74290,8.99901\n4757,1646399443,47.74291,8.99901\n4758,1646399444,47.74291,8.99902\n4759,1646399445,47.74291,8.99903\n4760,1646399446,47.74292,8.99902\n4761,1646399480,47.74303,8.99900\n4762,1646399481,47.74296,8.99902\n4763,1646399482,47.74290,8.99904\n4764,1646399483,47.74294,8.99903\n4765,1646399484,47.74294,8.99902\n4766,1646399485,47.74296,8.99902\n4767,1646399486,47.74296,8.99902\n4768,1646399487,47.74296,8.99902\n4769,1646399488,47.74296,8.99902\n4770,1646399489,47.74295,8.99903\n4771,1646399523,47.74294,8.99911\n4772,1646399524,47.74294,8.99910\n4773,1646399525,47.74294,8.99910\n4774,1646399526,47.74294,8.99910\n4775,1646399527,47.74293,8.99910\n4776,1646399528,47.74291,8.99910\n4777,1646399529,47.74290,8.99910\n4778,1646399530,47.74290,8.99910\n4779,1646399531,47.74291,8.99909\n4780,1646399532,47.74292,8.99908\n4781,1646399566,47.74302,8.99888\n4782,1646399567,47.74304,8.99894\n4783,1646399568,47.74302,8.99895\n4784,1646399569,47.74302,8.99896\n4785,1646399570,47.74301,8.99897\n4786,1646399571,47.74300,8.99899\n4787,1646399572,47.74299,8.99899\n4788,1646399573,47.74299,8.99900\n4789,1646399574,47.74299,8.99900\n4790,1646399575,47.74298,8.99900\n4791,1646399608,47.74275,8.99926\n4792,1646399609,47.74287,8.99903\n4793,1646399610,47.74285,8.99904\n4794,1646399611,47.74285,8.99904\n4795,1646399612,47.74285,8.99903\n4796,1646399613,47.74286,8.99903\n4797,1646399614,47.74287,8.99903\n4798,1646399615,47.74288,8.99902\n4799,1646399616,47.74288,8.99902\n4800,1646399617,47.74290,8.99899\n4801,1646399653,47.74308,8.99913\n4802,1646399654,47.74296,8.99907\n4803,1646399655,47.74294,8.99905\n4804,1646399656,47.74293,8.99903\n4805,1646399657,47.74293,8.99900\n4806,1646399658,47.74292,8.99900\n4807,1646399659,47.74291,8.99900\n4808,1646399661,47.74291,8.99899\n4809,1646399662,47.74291,8.99898\n4810,1646399663,47.74291,8.99898\n4811,1646399696,47.74318,8.99892\n4812,1646399697,47.74309,8.99897\n4813,1646399698,47.74307,8.99898\n4814,1646399699,47.74305,8.99898\n4815,1646399700,47.74304,8.99898\n4816,1646399701,47.74304,8.99898\n4817,1646399702,47.74303,8.99898\n4818,1646399703,47.74303,8.99899\n4819,1646399704,47.74303,8.99901\n4820,1646399705,47.74304,8.99902\n4821,1646399739,47.74296,8.99902\n4822,1646399740,47.74297,8.99902\n4823,1646399741,47.74297,8.99902\n4824,1646399742,47.74297,8.99902\n4825,1646399743,47.74297,8.99901\n4826,1646399744,47.74297,8.99901\n4827,1646399745,47.74298,8.99901\n4828,1646399746,47.74298,8.99900\n4829,1646399747,47.74299,8.99899\n4830,1646399748,47.74300,8.99898\n4831,1646399784,47.74299,8.99899\n4832,1646399785,47.74299,8.99896\n4833,1646399786,47.74300,8.99896\n4834,1646399787,47.74300,8.99896\n4835,1646399788,47.74300,8.99896\n4836,1646399789,47.74300,8.99896\n4837,1646399790,47.74300,8.99897\n4838,1646399791,47.74300,8.99897\n4839,1646399792,47.74300,8.99898\n4840,1646399794,47.74301,8.99898\n4841,1646399829,47.74305,8.99898\n4842,1646399830,47.74306,8.99897\n4843,1646399831,47.74306,8.99896\n4844,1646399832,47.74305,8.99896\n4845,1646399833,47.74305,8.99896\n4846,1646399834,47.74305,8.99897\n4847,1646399835,47.74304,8.99897\n4848,1646399836,47.74304,8.99897\n4849,1646399837,47.74304,8.99896\n4850,1646399838,47.74303,8.99896\n4851,1646399873,47.74301,8.99893\n4852,1646399874,47.74302,8.99900\n4853,1646399875,47.74302,8.99900\n4854,1646399876,47.74301,8.99898\n4855,1646399877,47.74301,8.99897\n4856,1646399878,47.74301,8.99896\n4857,1646399879,47.74301,8.99895\n4858,1646399880,47.74301,8.99894\n4859,1646399881,47.74301,8.99895\n4860,1646399883,47.74300,8.99895\n4861,1646399918,47.74307,8.99898\n4862,1646399919,47.74308,8.99897\n4863,1646399920,47.74307,8.99896\n4864,1646399921,47.74307,8.99896\n4865,1646399922,47.74306,8.99895\n4866,1646399923,47.74304,8.99900\n4867,1646399925,47.74304,8.99899\n4868,1646399926,47.74304,8.99899\n4869,1646399927,47.74303,8.99898\n4870,1646399928,47.74303,8.99898\n4871,1646399962,47.74306,8.99903\n4872,1646399963,47.74306,8.99902\n4873,1646399964,47.74307,8.99901\n4874,1646399965,47.74306,8.99901\n4875,1646399966,47.74306,8.99900\n4876,1646399967,47.74306,8.99900\n4877,1646399968,47.74305,8.99900\n4878,1646399969,47.74305,8.99900\n4879,1646399970,47.74305,8.99900\n4880,1646399971,47.74306,8.99899\n4881,1646400006,47.74307,8.99897\n4882,1646400007,47.74307,8.99896\n4883,1646400008,47.74306,8.99896\n4884,1646400009,47.74305,8.99898\n4885,1646400010,47.74304,8.99898\n4886,1646400011,47.74303,8.99899\n4887,1646400012,47.74302,8.99899\n4888,1646400013,47.74303,8.99898\n4889,1646400015,47.74302,8.99899\n4890,1646400016,47.74302,8.99899\n4891,1646400049,47.74285,8.99899\n4892,1646400050,47.74296,8.99898\n4893,1646400051,47.74297,8.99897\n4894,1646400052,47.74297,8.99897\n4895,1646400053,47.74298,8.99896\n4896,1646400054,47.74298,8.99896\n4897,1646400055,47.74299,8.99896\n4898,1646400056,47.74300,8.99896\n4899,1646400057,47.74299,8.99897\n4900,1646400058,47.74299,8.99897\n4901,1646400093,47.74301,8.99897\n4902,1646400094,47.74302,8.99896\n4903,1646400095,47.74303,8.99896\n4904,1646400096,47.74304,8.99896\n4905,1646400097,47.74303,8.99897\n4906,1646400098,47.74303,8.99897\n4907,1646400099,47.74303,8.99898\n4908,1646400100,47.74303,8.99898\n4909,1646400101,47.74303,8.99898\n4910,1646400102,47.74304,8.99898\n4911,1646400141,47.74299,8.99908\n4912,1646400142,47.74297,8.99908\n4913,1646400143,47.74295,8.99909\n4914,1646400144,47.74295,8.99909\n4915,1646400145,47.74294,8.99909\n4916,1646400146,47.74294,8.99908\n4917,1646400148,47.74295,8.99909\n4918,1646400149,47.74295,8.99909\n4919,1646400150,47.74295,8.99909\n4920,1646400151,47.74296,8.99908\n4921,1646400188,47.74277,8.99921\n4922,1646400189,47.74278,8.99921\n4923,1646400190,47.74283,8.99917\n4924,1646400191,47.74286,8.99914\n4925,1646400192,47.74289,8.99913\n4926,1646400193,47.74294,8.99910\n4927,1646400195,47.74294,8.99910\n4928,1646400196,47.74293,8.99910\n4929,1646400197,47.74293,8.99910\n4930,1646400198,47.74293,8.99910\n4931,1646400236,47.74288,8.99916\n4932,1646400237,47.74288,8.99914\n4933,1646400238,47.74289,8.99910\n4934,1646400239,47.74290,8.99907\n4935,1646400240,47.74290,8.99906\n4936,1646400241,47.74293,8.99907\n4937,1646400243,47.74294,8.99907\n4938,1646400244,47.74294,8.99906\n4939,1646400245,47.74294,8.99906\n4940,1646400246,47.74295,8.99906\n4941,1646400282,47.74273,8.99907\n4942,1646400283,47.74272,8.99907\n4943,1646400284,47.74273,8.99909\n4944,1646400285,47.74278,8.99910\n4945,1646400286,47.74279,8.99911\n4946,1646400287,47.74281,8.99911\n4947,1646400288,47.74282,8.99910\n4948,1646400289,47.74284,8.99911\n4949,1646400291,47.74284,8.99911\n4950,1646400292,47.74284,8.99911\n4951,1646400327,47.74304,8.99915\n4952,1646400328,47.74301,8.99904\n4953,1646400329,47.74300,8.99902\n4954,1646400330,47.74301,8.99901\n4955,1646400331,47.74301,8.99901\n4956,1646400332,47.74300,8.99901\n4957,1646400333,47.74299,8.99902\n4958,1646400334,47.74298,8.99903\n4959,1646400335,47.74298,8.99903\n4960,1646400336,47.74297,8.99903\n4961,1646400369,47.74316,8.99892\n4962,1646400370,47.74316,8.99893\n4963,1646400371,47.74314,8.99893\n4964,1646400372,47.74315,8.99900\n4965,1646400373,47.74314,8.99900\n4966,1646400374,47.74314,8.99900\n4967,1646400375,47.74314,8.99899\n4968,1646400376,47.74314,8.99899\n4969,1646400377,47.74313,8.99899\n4970,1646400378,47.74313,8.99899\n4971,1646400414,47.74303,8.99903\n4972,1646400415,47.74304,8.99902\n4973,1646400416,47.74304,8.99901\n4974,1646400417,47.74304,8.99901\n4975,1646400418,47.74304,8.99901\n4976,1646400419,47.74305,8.99897\n4977,1646400420,47.74307,8.99896\n4978,1646400421,47.74307,8.99894\n4979,1646400422,47.74307,8.99893\n4980,1646400424,47.74307,8.99893\n4981,1646400460,47.74303,8.99898\n4982,1646400461,47.74303,8.99899\n4983,1646400462,47.74302,8.99900\n4984,1646400463,47.74302,8.99900\n4985,1646400464,47.74302,8.99901\n4986,1646400465,47.74302,8.99902\n4987,1646400466,47.74302,8.99902\n4988,1646400467,47.74302,8.99903\n4989,1646400468,47.74302,8.99903\n4990,1646400469,47.74303,8.99899\n4991,1646400502,47.74295,8.99927\n4992,1646400503,47.74297,8.99909\n4993,1646400504,47.74298,8.99907\n4994,1646400505,47.74298,8.99906\n4995,1646400506,47.74298,8.99905\n4996,1646400507,47.74299,8.99904\n4997,1646400508,47.74299,8.99904\n4998,1646400509,47.74299,8.99903\n4999,1646400510,47.74299,8.99903\n5000,1646400511,47.74301,8.99899\n5001,1646400547,47.74300,8.99892\n5002,1646400548,47.74300,8.99893\n5003,1646400549,47.74300,8.99894\n5004,1646400550,47.74300,8.99895\n5005,1646400551,47.74300,8.99894\n5006,1646400552,47.74299,8.99895\n5007,1646400553,47.74299,8.99895\n5008,1646400554,47.74299,8.99898\n5009,1646400556,47.74299,8.99898\n5010,1646400557,47.74298,8.99898\n5011,1646400590,47.74300,8.99909\n5012,1646400591,47.74299,8.99898\n5013,1646400592,47.74300,8.99897\n5014,1646400593,47.74301,8.99901\n5015,1646400594,47.74301,8.99903\n5016,1646400595,47.74301,8.99905\n5017,1646400596,47.74301,8.99905\n5018,1646400597,47.74300,8.99905\n5019,1646400598,47.74301,8.99905\n5020,1646400599,47.74300,8.99905\n5021,1646400633,47.74303,8.99897\n5022,1646400634,47.74303,8.99897\n5023,1646400635,47.74304,8.99898\n5024,1646400636,47.74303,8.99898\n5025,1646400637,47.74303,8.99899\n5026,1646400638,47.74302,8.99899\n5027,1646400639,47.74303,8.99900\n5028,1646400640,47.74303,8.99900\n5029,1646400641,47.74303,8.99900\n5030,1646400642,47.74302,8.99900\n5031,1646400677,47.74304,8.99915\n5032,1646400678,47.74305,8.99914\n5033,1646400679,47.74306,8.99913\n5034,1646400680,47.74306,8.99911\n5035,1646400681,47.74307,8.99910\n5036,1646400682,47.74307,8.99909\n5037,1646400683,47.74307,8.99909\n5038,1646400684,47.74307,8.99908\n5039,1646400685,47.74307,8.99907\n5040,1646400686,47.74309,8.99905\n5041,1646400721,47.74307,8.99908\n5042,1646400722,47.74307,8.99907\n5043,1646400723,47.74308,8.99906\n5044,1646400724,47.74308,8.99904\n5045,1646400725,47.74308,8.99904\n5046,1646400726,47.74307,8.99905\n5047,1646400727,47.74309,8.99902\n5048,1646400729,47.74309,8.99902\n5049,1646400730,47.74308,8.99901\n5050,1646400731,47.74308,8.99901\n5051,1646400765,47.74308,8.99896\n5052,1646400766,47.74308,8.99896\n5053,1646400767,47.74309,8.99894\n5054,1646400768,47.74308,8.99894\n5055,1646400769,47.74308,8.99895\n5056,1646400770,47.74308,8.99895\n5057,1646400771,47.74308,8.99895\n5058,1646400772,47.74308,8.99895\n5059,1646400773,47.74309,8.99895\n5060,1646400774,47.74309,8.99895\n5061,1646400807,47.74306,8.99898\n5062,1646400808,47.74307,8.99899\n5063,1646400809,47.74307,8.99899\n5064,1646400810,47.74307,8.99899\n5065,1646400811,47.74307,8.99899\n5066,1646400812,47.74306,8.99899\n5067,1646400813,47.74306,8.99900\n5068,1646400814,47.74306,8.99900\n5069,1646400815,47.74305,8.99900\n5070,1646400816,47.74305,8.99900\n5071,1646400852,47.74303,8.99903\n5072,1646400853,47.74303,8.99903\n5073,1646400854,47.74304,8.99903\n5074,1646400855,47.74304,8.99903\n5075,1646400856,47.74305,8.99903\n5076,1646400857,47.74305,8.99903\n5077,1646400858,47.74305,8.99903\n5078,1646400859,47.74305,8.99902\n5079,1646400860,47.74308,8.99900\n5080,1646400862,47.74308,8.99900\n5081,1646400897,47.74306,8.99908\n5082,1646400898,47.74305,8.99907\n5083,1646400899,47.74305,8.99907\n5084,1646400900,47.74304,8.99906\n5085,1646400901,47.74304,8.99905\n5086,1646400902,47.74304,8.99905\n5087,1646400903,47.74303,8.99905\n5088,1646400904,47.74303,8.99905\n5089,1646400905,47.74303,8.99905\n5090,1646400906,47.74303,8.99905\n5091,1646400939,47.74293,8.99854\n5092,1646400940,47.74303,8.99896\n5093,1646400941,47.74301,8.99894\n5094,1646400942,47.74300,8.99892\n5095,1646400943,47.74300,8.99891\n5096,1646400944,47.74299,8.99892\n5097,1646400945,47.74299,8.99892\n5098,1646400946,47.74299,8.99892\n5099,1646400947,47.74299,8.99892\n5100,1646400948,47.74299,8.99893\n5101,1646400983,47.74303,8.99904\n5102,1646400984,47.74304,8.99901\n5103,1646400985,47.74304,8.99901\n5104,1646400986,47.74305,8.99901\n5105,1646400987,47.74305,8.99901\n5106,1646400988,47.74305,8.99900\n5107,1646400989,47.74305,8.99900\n5108,1646400990,47.74305,8.99900\n5109,1646400991,47.74305,8.99900\n5110,1646400992,47.74311,8.99895\n5111,1646401026,47.74300,8.99904\n5112,1646401027,47.74300,8.99905\n5113,1646401028,47.74301,8.99905\n5114,1646401029,47.74303,8.99904\n5115,1646401030,47.74304,8.99904\n5116,1646401031,47.74304,8.99903\n5117,1646401032,47.74304,8.99903\n5118,1646401033,47.74313,8.99898\n5119,1646401035,47.74312,8.99898\n5120,1646401036,47.74312,8.99898\n5121,1646401070,47.74307,8.99896\n5122,1646401071,47.74309,8.99894\n5123,1646401072,47.74309,8.99893\n5124,1646401073,47.74308,8.99894\n5125,1646401074,47.74307,8.99894\n5126,1646401075,47.74307,8.99894\n5127,1646401076,47.74308,8.99894\n5128,1646401077,47.74308,8.99894\n5129,1646401078,47.74309,8.99895\n5130,1646401079,47.74309,8.99895\n5131,1646401113,47.74302,8.99912\n5132,1646401114,47.74304,8.99910\n5133,1646401115,47.74305,8.99909\n5134,1646401116,47.74306,8.99909\n5135,1646401117,47.74306,8.99908\n5136,1646401118,47.74307,8.99909\n5137,1646401119,47.74308,8.99909\n5138,1646401120,47.74308,8.99909\n5139,1646401121,47.74307,8.99909\n5140,1646401122,47.74307,8.99908\n5141,1646401156,47.74312,8.99897\n5142,1646401157,47.74314,8.99902\n5143,1646401158,47.74314,8.99901\n5144,1646401159,47.74314,8.99902\n5145,1646401160,47.74313,8.99903\n5146,1646401161,47.74312,8.99904\n5147,1646401162,47.74312,8.99904\n5148,1646401163,47.74311,8.99905\n5149,1646401164,47.74311,8.99905\n5150,1646401165,47.74311,8.99905\n5151,1646401199,47.74297,8.99903\n5152,1646401200,47.74297,8.99904\n5153,1646401201,47.74297,8.99904\n5154,1646401202,47.74296,8.99905\n5155,1646401203,47.74295,8.99906\n5156,1646401204,47.74296,8.99906\n5157,1646401205,47.74303,8.99903\n5158,1646401206,47.74302,8.99903\n5159,1646401207,47.74309,8.99899\n5160,1646401209,47.74309,8.99899\n5161,1646401244,47.74307,8.99900\n5162,1646401245,47.74309,8.99901\n5163,1646401246,47.74308,8.99900\n5164,1646401247,47.74306,8.99901\n5165,1646401248,47.74305,8.99901\n5166,1646401249,47.74309,8.99899\n5167,1646401251,47.74309,8.99898\n5168,1646401252,47.74309,8.99898\n5169,1646401253,47.74309,8.99899\n5170,1646401254,47.74309,8.99899\n5171,1646401288,47.74306,8.99903\n5172,1646401289,47.74306,8.99903\n5173,1646401290,47.74305,8.99903\n5174,1646401291,47.74305,8.99903\n5175,1646401292,47.74304,8.99902\n5176,1646401293,47.74304,8.99902\n5177,1646401294,47.74304,8.99901\n5178,1646401295,47.74304,8.99901\n5179,1646401296,47.74304,8.99901\n5180,1646401297,47.74309,8.99898\n5181,1646401330,47.74313,8.99923\n5182,1646401331,47.74308,8.99903\n5183,1646401332,47.74310,8.99903\n5184,1646401333,47.74309,8.99902\n5185,1646401334,47.74308,8.99902\n5186,1646401335,47.74307,8.99902\n5187,1646401336,47.74308,8.99902\n5188,1646401337,47.74307,8.99902\n5189,1646401338,47.74307,8.99901\n5190,1646401339,47.74315,8.99894\n5191,1646401375,47.74292,8.99910\n5192,1646401376,47.74293,8.99909\n5193,1646401377,47.74294,8.99908\n5194,1646401378,47.74294,8.99907\n5195,1646401379,47.74295,8.99906\n5196,1646401380,47.74295,8.99906\n5197,1646401381,47.74302,8.99901\n5198,1646401383,47.74302,8.99901\n5199,1646401384,47.74302,8.99901\n5200,1646401385,47.74302,8.99901\n5201,1646401418,47.74288,8.99834\n5202,1646401419,47.74294,8.99860\n5203,1646401420,47.74295,8.99880\n5204,1646401421,47.74298,8.99901\n5205,1646401422,47.74299,8.99902\n5206,1646401423,47.74300,8.99902\n5207,1646401424,47.74300,8.99902\n5208,1646401425,47.74300,8.99902\n5209,1646401426,47.74301,8.99902\n5210,1646401427,47.74302,8.99901\n5211,1646401460,47.74318,8.99910\n5212,1646401461,47.74312,8.99896\n5213,1646401462,47.74309,8.99896\n5214,1646401463,47.74309,8.99895\n5215,1646401464,47.74309,8.99894\n5216,1646401465,47.74309,8.99894\n5217,1646401466,47.74307,8.99894\n5218,1646401467,47.74305,8.99895\n5219,1646401468,47.74305,8.99895\n5220,1646401469,47.74304,8.99895\n5221,1646401503,47.74304,8.99909\n5222,1646401504,47.74293,8.99901\n5223,1646401505,47.74294,8.99899\n5224,1646401506,47.74295,8.99898\n5225,1646401507,47.74296,8.99898\n5226,1646401508,47.74298,8.99898\n5227,1646401509,47.74299,8.99898\n5228,1646401510,47.74300,8.99899\n5229,1646401511,47.74300,8.99899\n5230,1646401512,47.74300,8.99899\n5231,1646401547,47.74302,8.99908\n5232,1646401548,47.74302,8.99906\n5233,1646401549,47.74303,8.99905\n5234,1646401550,47.74302,8.99905\n5235,1646401551,47.74301,8.99904\n5236,1646401552,47.74301,8.99904\n5237,1646401553,47.74301,8.99904\n5238,1646401554,47.74300,8.99904\n5239,1646401555,47.74308,8.99898\n5240,1646401557,47.74308,8.99898\n5241,1646401591,47.74313,8.99883\n5242,1646401592,47.74307,8.99889\n5243,1646401593,47.74306,8.99890\n5244,1646401594,47.74306,8.99891\n5245,1646401595,47.74305,8.99893\n5246,1646401596,47.74304,8.99894\n5247,1646401597,47.74309,8.99891\n5248,1646401599,47.74309,8.99891\n5249,1646401600,47.74308,8.99891\n5250,1646401601,47.74308,8.99892\n5251,1646401636,47.74306,8.99890\n5252,1646401637,47.74306,8.99891\n5253,1646401638,47.74308,8.99892\n5254,1646401639,47.74309,8.99892\n5255,1646401640,47.74308,8.99894\n5256,1646401641,47.74308,8.99894\n5257,1646401642,47.74307,8.99895\n5258,1646401643,47.74306,8.99896\n5259,1646401644,47.74305,8.99897\n5260,1646401645,47.74310,8.99895\n5261,1646401680,47.74308,8.99902\n5262,1646401681,47.74309,8.99902\n5263,1646401682,47.74310,8.99900\n5264,1646401683,47.74310,8.99900\n5265,1646401684,47.74309,8.99900\n5266,1646401685,47.74308,8.99901\n5267,1646401686,47.74307,8.99901\n5268,1646401687,47.74314,8.99898\n5269,1646401689,47.74313,8.99898\n5270,1646401690,47.74314,8.99897\n5271,1646401723,47.74315,8.99904\n5272,1646401724,47.74313,8.99904\n5273,1646401725,47.74311,8.99905\n5274,1646401726,47.74309,8.99905\n5275,1646401727,47.74309,8.99904\n5276,1646401728,47.74308,8.99903\n5277,1646401729,47.74307,8.99902\n5278,1646401730,47.74308,8.99902\n5279,1646401731,47.74308,8.99902\n5280,1646401732,47.74308,8.99902\n5281,1646401765,47.74314,8.99886\n5282,1646401766,47.74312,8.99891\n5283,1646401767,47.74311,8.99891\n5284,1646401768,47.74310,8.99892\n5285,1646401769,47.74308,8.99893\n5286,1646401770,47.74307,8.99895\n5287,1646401771,47.74306,8.99896\n5288,1646401772,47.74302,8.99900\n5289,1646401773,47.74301,8.99901\n5290,1646401774,47.74302,8.99901\n5291,1646401811,47.74301,8.99887\n5292,1646401812,47.74302,8.99889\n5293,1646401813,47.74301,8.99891\n5294,1646401814,47.74301,8.99892\n5295,1646401815,47.74301,8.99893\n5296,1646401816,47.74302,8.99893\n5297,1646401817,47.74302,8.99893\n5298,1646401818,47.74302,8.99893\n5299,1646401819,47.74301,8.99895\n5300,1646401821,47.74301,8.99895\n5301,1646401857,47.74310,8.99902\n5302,1646401858,47.74306,8.99898\n5303,1646401859,47.74305,8.99899\n5304,1646401860,47.74304,8.99899\n5305,1646401861,47.74307,8.99894\n5306,1646401863,47.74308,8.99894\n5307,1646401864,47.74307,8.99894\n5308,1646401865,47.74307,8.99894\n5309,1646401866,47.74307,8.99893\n5310,1646401867,47.74306,8.99893\n5311,1646401901,47.74295,8.99899\n5312,1646401902,47.74295,8.99899\n5313,1646401903,47.74301,8.99899\n5314,1646401904,47.74300,8.99900\n5315,1646401905,47.74299,8.99901\n5316,1646401906,47.74299,8.99900\n5317,1646401907,47.74300,8.99900\n5318,1646401908,47.74300,8.99900\n5319,1646401909,47.74303,8.99895\n5320,1646401911,47.74303,8.99895\n5321,1646401945,47.74296,8.99909\n5322,1646401946,47.74298,8.99906\n5323,1646401947,47.74300,8.99904\n5324,1646401948,47.74300,8.99901\n5325,1646401949,47.74302,8.99900\n5326,1646401950,47.74303,8.99900\n5327,1646401951,47.74303,8.99890\n5328,1646401953,47.74303,8.99891\n5329,1646401954,47.74302,8.99891\n5330,1646401955,47.74302,8.99891\n5331,1646401990,47.74304,8.99890\n5332,1646401991,47.74303,8.99889\n5333,1646401993,47.74305,8.99886\n5334,1646401994,47.74305,8.99887\n5335,1646401995,47.74306,8.99889\n5336,1646401996,47.74306,8.99888\n5337,1646401997,47.74306,8.99887\n5338,1646401998,47.74306,8.99888\n5339,1646401999,47.74308,8.99894\n5340,1646402001,47.74309,8.99894\n5341,1646402036,47.74291,8.99891\n5342,1646402037,47.74293,8.99893\n5343,1646402038,47.74294,8.99892\n5344,1646402039,47.74298,8.99892\n5345,1646402041,47.74302,8.99893\n5346,1646402042,47.74302,8.99894\n5347,1646402043,47.74305,8.99899\n5348,1646402044,47.74306,8.99901\n5349,1646402045,47.74306,8.99903\n5350,1646402046,47.74306,8.99903\n5351,1646402081,47.74302,8.99899\n5352,1646402082,47.74304,8.99898\n5353,1646402083,47.74307,8.99897\n5354,1646402084,47.74307,8.99897\n5355,1646402085,47.74308,8.99897\n5356,1646402086,47.74307,8.99897\n5357,1646402087,47.74305,8.99897\n5358,1646402088,47.74306,8.99897\n5359,1646402089,47.74308,8.99897\n5360,1646402091,47.74308,8.99897\n5361,1646402125,47.74321,8.99891\n5362,1646402126,47.74320,8.99892\n5363,1646402127,47.74318,8.99893\n5364,1646402128,47.74318,8.99893\n5365,1646402129,47.74318,8.99894\n5366,1646402130,47.74317,8.99894\n5367,1646402131,47.74315,8.99897\n5368,1646402133,47.74315,8.99897\n5369,1646402134,47.74313,8.99894\n5370,1646402135,47.74314,8.99894\n5371,1646402170,47.74331,8.99892\n5372,1646402171,47.74328,8.99894\n5373,1646402172,47.74324,8.99896\n5374,1646402173,47.74320,8.99898\n5375,1646402174,47.74317,8.99899\n5376,1646402175,47.74315,8.99900\n5377,1646402176,47.74313,8.99900\n5378,1646402177,47.74311,8.99901\n5379,1646402178,47.74309,8.99901\n5380,1646402179,47.74311,8.99898\n5381,1646402214,47.74308,8.99904\n5382,1646402215,47.74301,8.99902\n5383,1646402216,47.74301,8.99901\n5384,1646402217,47.74300,8.99901\n5385,1646402219,47.74300,8.99899\n5386,1646402220,47.74300,8.99898\n5387,1646402221,47.74301,8.99895\n5388,1646402223,47.74301,8.99895\n5389,1646402224,47.74301,8.99895\n5390,1646402225,47.74302,8.99895\n5391,1646402259,47.74266,8.99908\n5392,1646402260,47.74271,8.99908\n5393,1646402261,47.74274,8.99906\n5394,1646402262,47.74277,8.99903\n5395,1646402263,47.74280,8.99901\n5396,1646402264,47.74284,8.99899\n5397,1646402266,47.74302,8.99893\n5398,1646402267,47.74302,8.99893\n5399,1646402268,47.74300,8.99894\n5400,1646402269,47.74302,8.99891\n5401,1646402304,47.74321,8.99901\n5402,1646402305,47.74319,8.99901\n5403,1646402307,47.74311,8.99901\n5404,1646402308,47.74313,8.99900\n5405,1646402309,47.74315,8.99899\n5406,1646402310,47.74317,8.99898\n5407,1646402311,47.74327,8.99891\n5408,1646402313,47.74328,8.99891\n5409,1646402314,47.74328,8.99892\n5410,1646402315,47.74328,8.99891\n5411,1646402352,47.74309,8.99896\n5412,1646402353,47.74311,8.99896\n5413,1646402354,47.74311,8.99896\n5414,1646402355,47.74311,8.99896\n5415,1646402356,47.74312,8.99895\n5416,1646402357,47.74312,8.99895\n5417,1646402358,47.74313,8.99894\n5418,1646402359,47.74314,8.99893\n5419,1646402361,47.74314,8.99893\n5420,1646402362,47.74314,8.99893\n5421,1646402399,47.74302,8.99907\n5422,1646402400,47.74305,8.99906\n5423,1646402401,47.74306,8.99904\n5424,1646402402,47.74306,8.99904\n5425,1646402403,47.74306,8.99903\n5426,1646402404,47.74307,8.99903\n5427,1646402405,47.74306,8.99903\n5428,1646402406,47.74305,8.99903\n5429,1646402407,47.74313,8.99895\n5430,1646402409,47.74313,8.99895\n5431,1646402445,47.74300,8.99899\n5432,1646402446,47.74300,8.99898\n5433,1646402447,47.74299,8.99898\n5434,1646402448,47.74297,8.99899\n5435,1646402449,47.74302,8.99894\n5436,1646402451,47.74301,8.99894\n5437,1646402452,47.74301,8.99894\n5438,1646402453,47.74302,8.99894\n5439,1646402454,47.74302,8.99894\n5440,1646402455,47.74303,8.99894\n5441,1646402488,47.74284,8.99915\n5442,1646402489,47.74286,8.99909\n5443,1646402490,47.74290,8.99907\n5444,1646402491,47.74293,8.99906\n5445,1646402492,47.74293,8.99906\n5446,1646402493,47.74298,8.99903\n5447,1646402494,47.74297,8.99903\n5448,1646402495,47.74299,8.99903\n5449,1646402496,47.74299,8.99902\n5450,1646402497,47.74311,8.99892\n5451,1646402533,47.74312,8.99898\n5452,1646402534,47.74311,8.99898\n5453,1646402535,47.74308,8.99898\n5454,1646402536,47.74306,8.99899\n5455,1646402537,47.74305,8.99898\n5456,1646402538,47.74304,8.99898\n5457,1646402539,47.74319,8.99888\n5458,1646402541,47.74320,8.99889\n5459,1646402542,47.74320,8.99889\n5460,1646402543,47.74320,8.99889\n5461,1646402576,47.74292,8.99909\n5462,1646402579,47.74303,8.99905\n5463,1646402580,47.74300,8.99906\n5464,1646402581,47.74295,8.99907\n5465,1646402582,47.74293,8.99907\n5466,1646402583,47.74293,8.99906\n5467,1646402584,47.74290,8.99906\n5468,1646402585,47.74287,8.99906\n5469,1646402586,47.74284,8.99907\n5470,1646402587,47.74299,8.99895\n5471,1646402625,47.74315,8.99898\n5472,1646402626,47.74310,8.99900\n5473,1646402627,47.74308,8.99901\n5474,1646402628,47.74306,8.99902\n5475,1646402629,47.74313,8.99897\n5476,1646402631,47.74310,8.99897\n5477,1646402632,47.74308,8.99897\n5478,1646402633,47.74308,8.99897\n5479,1646402634,47.74307,8.99897\n5480,1646402635,47.74308,8.99898\n5481,1646402670,47.74302,8.99903\n5482,1646402671,47.74299,8.99903\n5483,1646402672,47.74302,8.99901\n5484,1646402673,47.74303,8.99901\n5485,1646402674,47.74300,8.99902\n5486,1646402675,47.74298,8.99902\n5487,1646402676,47.74297,8.99902\n5488,1646402677,47.74305,8.99894\n5489,1646402679,47.74304,8.99894\n5490,1646402680,47.74303,8.99895\n5491,1646402714,47.74335,8.99884\n5492,1646402715,47.74329,8.99887\n5493,1646402716,47.74330,8.99888\n5494,1646402717,47.74329,8.99888\n5495,1646402718,47.74308,8.99892\n5496,1646402719,47.74304,8.99894\n5497,1646402720,47.74302,8.99895\n5498,1646402721,47.74304,8.99895\n5499,1646402722,47.74305,8.99894\n5500,1646402723,47.74306,8.99894\n5501,1646402757,47.74320,8.99905\n5502,1646402758,47.74321,8.99905\n5503,1646402759,47.74321,8.99905\n5504,1646402760,47.74323,8.99905\n5505,1646402761,47.74323,8.99905\n5506,1646402762,47.74324,8.99905\n5507,1646402763,47.74315,8.99905\n5508,1646402764,47.74309,8.99907\n5509,1646402765,47.74303,8.99909\n5510,1646402766,47.74297,8.99911\n5511,1646402805,47.74291,8.99909\n5512,1646402806,47.74289,8.99909\n5513,1646402807,47.74287,8.99910\n5514,1646402808,47.74285,8.99911\n5515,1646402809,47.74285,8.99910\n5516,1646402810,47.74311,8.99900\n5517,1646402812,47.74313,8.99899\n5518,1646402813,47.74314,8.99899\n5519,1646402814,47.74314,8.99898\n5520,1646402815,47.74313,8.99898\n5521,1646402852,47.74285,8.99913\n5522,1646402853,47.74280,8.99916\n5523,1646402854,47.74278,8.99918\n5524,1646402855,47.74275,8.99919\n5525,1646402859,47.74266,8.99892\n5526,1646402860,47.74287,8.99898\n5527,1646402861,47.74285,8.99896\n5528,1646402862,47.74283,8.99895\n5529,1646402863,47.74282,8.99895\n5530,1646402864,47.74284,8.99895\n5531,1646402897,47.74310,8.99898\n5532,1646402898,47.74300,8.99893\n5533,1646402899,47.74320,8.99886\n5534,1646402900,47.74323,8.99886\n5535,1646402901,47.74322,8.99886\n5536,1646402903,47.74310,8.99892\n5537,1646402904,47.74308,8.99893\n5538,1646402905,47.74312,8.99891\n5539,1646402907,47.74312,8.99891\n5540,1646402908,47.74313,8.99890\n5541,1646402941,47.74282,8.99905\n5542,1646402942,47.74279,8.99908\n5543,1646402943,47.74273,8.99912\n5544,1646402944,47.74269,8.99914\n5545,1646402948,47.74257,8.99920\n5546,1646402949,47.74253,8.99921\n5547,1646402950,47.74249,8.99921\n5548,1646402951,47.74247,8.99923\n5549,1646402952,47.74244,8.99925\n5550,1646402953,47.74328,8.99889\n5551,1646402995,47.74310,8.99907\n5552,1646402997,47.74314,8.99905\n5553,1646402998,47.74316,8.99904\n5554,1646402999,47.74316,8.99904\n5555,1646403000,47.74316,8.99903\n5556,1646403001,47.74315,8.99904\n5557,1646403002,47.74315,8.99903\n5558,1646403003,47.74316,8.99903\n5559,1646403004,47.74316,8.99903\n5560,1646403005,47.74317,8.99902\n5561,1646403049,47.74315,8.99894\n5562,1646403051,47.74313,8.99893\n5563,1646403052,47.74309,8.99892\n5564,1646403053,47.74307,8.99892\n5565,1646403054,47.74304,8.99892\n5566,1646403055,47.74300,8.99892\n5567,1646403056,47.74298,8.99892\n5568,1646403057,47.74297,8.99891\n5569,1646403058,47.74295,8.99891\n5570,1646403059,47.74293,8.99891\n5571,1646403100,47.74288,8.99899\n5572,1646403101,47.74285,8.99899\n5573,1646403102,47.74282,8.99899\n5574,1646403105,47.74299,8.99886\n5575,1646403106,47.74302,8.99885\n5576,1646403107,47.74304,8.99884\n5577,1646403108,47.74302,8.99884\n5578,1646403109,47.74301,8.99883\n5579,1646403110,47.74300,8.99882\n5580,1646403111,47.74300,8.99882\n5581,1646403151,47.74312,8.99890\n5582,1646403153,47.74311,8.99892\n5583,1646403154,47.74305,8.99898\n5584,1646403155,47.74305,8.99899\n5585,1646403156,47.74305,8.99898\n5586,1646403157,47.74305,8.99897\n5587,1646403158,47.74305,8.99897\n5588,1646403159,47.74305,8.99896\n5589,1646403160,47.74305,8.99896\n5590,1646403161,47.74304,8.99896\n5591,1646403208,47.74312,8.99882\n5592,1646403209,47.74311,8.99882\n5593,1646403210,47.74311,8.99883\n5594,1646403211,47.74310,8.99883\n5595,1646403213,47.74306,8.99888\n5596,1646403214,47.74307,8.99888\n5597,1646403215,47.74307,8.99888\n5598,1646403216,47.74307,8.99888\n5599,1646403217,47.74307,8.99889\n5600,1646403218,47.74308,8.99888\n5601,1646403259,47.74318,8.99880\n5602,1646403261,47.74315,8.99883\n5603,1646403262,47.74315,8.99883\n5604,1646403269,47.74316,8.99889\n5605,1646403270,47.74316,8.99889\n5606,1646403271,47.74323,8.99891\n5607,1646403273,47.74324,8.99892\n5608,1646403274,47.74324,8.99892\n5609,1646403275,47.74324,8.99892\n5610,1646403276,47.74324,8.99892\n5611,1646403310,47.74278,8.99912\n5612,1646403311,47.74280,8.99910\n5613,1646403312,47.74278,8.99909\n5614,1646403313,47.74287,8.99906\n5615,1646403314,47.74288,8.99904\n5616,1646403315,47.74295,8.99903\n5617,1646403316,47.74310,8.99902\n5618,1646403317,47.74314,8.99902\n5619,1646403318,47.74315,8.99902\n5620,1646403319,47.74315,8.99902\n5621,1646403360,47.74315,8.99889\n5622,1646403361,47.74331,8.99888\n5623,1646403363,47.74328,8.99891\n5624,1646403364,47.74327,8.99891\n5625,1646403365,47.74325,8.99891\n5626,1646403366,47.74324,8.99891\n5627,1646403367,47.74323,8.99891\n5628,1646403368,47.74321,8.99892\n5629,1646403369,47.74320,8.99893\n5630,1646403370,47.74318,8.99894\n5631,1646403409,47.74325,8.99882\n5632,1646403410,47.74324,8.99884\n5633,1646403411,47.74323,8.99885\n5634,1646403412,47.74324,8.99886\n5635,1646403413,47.74322,8.99887\n5636,1646403414,47.74321,8.99888\n5637,1646403415,47.74328,8.99886\n5638,1646403417,47.74327,8.99886\n5639,1646403418,47.74327,8.99887\n5640,1646403419,47.74327,8.99887\n5641,1646403459,47.74331,8.99885\n5642,1646403460,47.74329,8.99888\n5643,1646403461,47.74328,8.99889\n5644,1646403462,47.74328,8.99890\n5645,1646403463,47.74324,8.99892\n5646,1646403465,47.74324,8.99892\n5647,1646403466,47.74324,8.99892\n5648,1646403467,47.74324,8.99892\n5649,1646403468,47.74324,8.99892\n5650,1646403469,47.74324,8.99892\n5651,1646403509,47.74346,8.99888\n5652,1646403510,47.74343,8.99889\n5653,1646403511,47.74329,8.99894\n5654,1646403513,47.74322,8.99895\n5655,1646403514,47.74317,8.99894\n5656,1646403515,47.74313,8.99894\n5657,1646403516,47.74312,8.99895\n5658,1646403517,47.74310,8.99894\n5659,1646403518,47.74310,8.99894\n5660,1646403519,47.74309,8.99894\n5661,1646403560,47.74291,8.99869\n5662,1646403562,47.74295,8.99871\n5663,1646403563,47.74296,8.99871\n5664,1646403564,47.74300,8.99872\n5665,1646403565,47.74302,8.99873\n5666,1646403566,47.74304,8.99873\n5667,1646403567,47.74304,8.99873\n5668,1646403568,47.74304,8.99873\n5669,1646403569,47.74305,8.99874\n5670,1646403570,47.74306,8.99874\n5671,1646403611,47.74331,8.99884\n5672,1646403612,47.74330,8.99883\n5673,1646403613,47.74336,8.99878\n5674,1646403615,47.74332,8.99878\n5675,1646403616,47.74332,8.99878\n5676,1646403617,47.74332,8.99877\n5677,1646403618,47.74330,8.99876\n5678,1646403619,47.74328,8.99876\n5679,1646403620,47.74327,8.99875\n5680,1646403621,47.74326,8.99875\n5681,1646403661,47.74321,8.99890\n5682,1646403663,47.74325,8.99889\n5683,1646403664,47.74326,8.99889\n5684,1646403665,47.74326,8.99891\n5685,1646403666,47.74327,8.99892\n5686,1646403667,47.74327,8.99893\n5687,1646403668,47.74328,8.99895\n5688,1646403669,47.74328,8.99895\n5689,1646403670,47.74329,8.99896\n5690,1646403671,47.74330,8.99896\n5691,1646403707,47.74336,8.99899\n5692,1646403710,47.74289,8.99908\n5693,1646403711,47.74290,8.99909\n5694,1646403712,47.74290,8.99909\n5695,1646403713,47.74290,8.99908\n5696,1646403714,47.74289,8.99908\n5697,1646403715,47.74292,8.99898\n5698,1646403717,47.74296,8.99899\n5699,1646403718,47.74299,8.99898\n5700,1646403719,47.74301,8.99897\n5701,1646403755,47.74326,8.99909\n5702,1646403757,47.74296,8.99907\n5703,1646403758,47.74297,8.99908\n5704,1646403759,47.74298,8.99908\n5705,1646403760,47.74298,8.99909\n5706,1646403761,47.74299,8.99909\n5707,1646403762,47.74300,8.99909\n5708,1646403763,47.74303,8.99897\n5709,1646403765,47.74304,8.99897\n5710,1646403766,47.74304,8.99897\n5711,1646403802,47.74306,8.99892\n5712,1646403803,47.74311,8.99900\n5713,1646403804,47.74313,8.99905\n5714,1646403805,47.74315,8.99906\n5715,1646403806,47.74316,8.99905\n5716,1646403807,47.74316,8.99902\n5717,1646403808,47.74315,8.99898\n5718,1646403809,47.74314,8.99901\n5719,1646403810,47.74315,8.99903\n5720,1646403811,47.74309,8.99882\n5721,1646403853,47.74313,8.99884\n5722,1646403854,47.74312,8.99885\n5723,1646403856,47.74310,8.99883\n5724,1646403857,47.74312,8.99883\n5725,1646403858,47.74314,8.99883\n5726,1646403859,47.74315,8.99883\n5727,1646403860,47.74315,8.99883\n5728,1646403861,47.74315,8.99883\n5729,1646403862,47.74314,8.99883\n5730,1646403863,47.74314,8.99883\n5731,1646403900,47.74323,8.99897\n5732,1646403901,47.74323,8.99895\n5733,1646403903,47.74311,8.99884\n5734,1646403904,47.74312,8.99883\n5735,1646403905,47.74311,8.99882\n5736,1646403906,47.74309,8.99881\n5737,1646403907,47.74307,8.99884\n5738,1646403909,47.74306,8.99883\n5739,1646403910,47.74305,8.99883\n5740,1646403911,47.74305,8.99883\n5741,1646403949,47.74330,8.99891\n5742,1646403950,47.74332,8.99892\n5743,1646403951,47.74333,8.99894\n5744,1646403952,47.74333,8.99893\n5745,1646403953,47.74333,8.99893\n5746,1646403954,47.74333,8.99893\n5747,1646403955,47.74326,8.99886\n5748,1646403957,47.74326,8.99887\n5749,1646403958,47.74327,8.99886\n5750,1646403959,47.74328,8.99886\n5751,1646403994,47.74314,8.99892\n5752,1646403995,47.74314,8.99891\n5753,1646403996,47.74315,8.99891\n5754,1646403997,47.74315,8.99893\n5755,1646403998,47.74316,8.99892\n5756,1646403999,47.74317,8.99893\n5757,1646404003,47.74310,8.99893\n5758,1646404005,47.74312,8.99892\n5759,1646404006,47.74313,8.99893\n5760,1646404007,47.74314,8.99893\n5761,1646404045,47.74330,8.99899\n5762,1646404047,47.74320,8.99898\n5763,1646404048,47.74320,8.99899\n5764,1646404049,47.74323,8.99897\n5765,1646404050,47.74325,8.99896\n5766,1646404051,47.74329,8.99893\n5767,1646404053,47.74329,8.99893\n5768,1646404054,47.74329,8.99892\n5769,1646404055,47.74328,8.99891\n5770,1646404056,47.74327,8.99891\n5771,1646404092,47.74329,8.99887\n5772,1646404093,47.74327,8.99888\n5773,1646404101,47.74326,8.99894\n5774,1646404102,47.74326,8.99894\n5775,1646404103,47.74326,8.99894\n5776,1646404104,47.74326,8.99894\n5777,1646404105,47.74325,8.99893\n5778,1646404106,47.74324,8.99893\n5779,1646404107,47.74320,8.99892\n5780,1646404108,47.74319,8.99891\n5781,1646404143,47.74344,8.99899\n5782,1646404144,47.74342,8.99901\n5783,1646404145,47.74342,8.99901\n5784,1646404152,47.74353,8.99882\n5785,1646404153,47.74329,8.99891\n5786,1646404155,47.74330,8.99891\n5787,1646404156,47.74329,8.99891\n5788,1646404157,47.74328,8.99891\n5789,1646404158,47.74327,8.99891\n5790,1646404159,47.74328,8.99892\n5791,1646404201,47.74329,8.99890\n5792,1646404203,47.74327,8.99891\n5793,1646404204,47.74326,8.99891\n5794,1646404205,47.74324,8.99891\n5795,1646404206,47.74323,8.99891\n5796,1646404207,47.74322,8.99891\n5797,1646404208,47.74321,8.99891\n5798,1646404209,47.74321,8.99891\n5799,1646404210,47.74322,8.99892\n5800,1646404211,47.74322,8.99893\n5801,1646404255,47.74331,8.99885\n5802,1646404257,47.74329,8.99886\n5803,1646404258,47.74328,8.99886\n5804,1646404259,47.74327,8.99886\n5805,1646404260,47.74326,8.99886\n5806,1646404261,47.74326,8.99886\n5807,1646404262,47.74325,8.99886\n5808,1646404263,47.74324,8.99886\n5809,1646404264,47.74324,8.99886\n5810,1646404265,47.74323,8.99886\n5811,1646404309,47.74321,8.99891\n5812,1646404311,47.74323,8.99891\n5813,1646404312,47.74323,8.99890\n5814,1646404313,47.74324,8.99890\n5815,1646404314,47.74325,8.99889\n5816,1646404315,47.74320,8.99891\n5817,1646404316,47.74320,8.99890\n5818,1646404317,47.74318,8.99891\n5819,1646404318,47.74319,8.99890\n5820,1646404319,47.74319,8.99890\n5821,1646404355,47.74328,8.99895\n5822,1646404356,47.74329,8.99897\n5823,1646404362,47.74298,8.99896\n5824,1646404363,47.74325,8.99888\n5825,1646404365,47.74326,8.99887\n5826,1646404366,47.74325,8.99886\n5827,1646404367,47.74325,8.99886\n5828,1646404368,47.74325,8.99886\n5829,1646404438,47.74296,8.99904\n5830,1646404439,47.74295,8.99905\n5831,1646404440,47.74292,8.99906\n5832,1646404441,47.74293,8.99906\n5833,1646404443,47.74293,8.99906\n5834,1646404444,47.74294,8.99906\n5835,1646404511,47.74326,8.99885\n5836,1646404513,47.74296,8.99899\n5837,1646404514,47.74290,8.99901\n5838,1646404515,47.74286,8.99903\n5839,1646404516,47.74282,8.99906\n5840,1646404517,47.74281,8.99907\n5841,1646404590,47.74295,8.99898\n5842,1646404591,47.74293,8.99898\n5843,1646404595,47.74289,8.99896\n5844,1646404659,47.74331,8.99887\n5845,1646404660,47.74331,8.99888\n5846,1646404661,47.74331,8.99887\n5847,1646404663,47.74307,8.99893\n5848,1646404664,47.74309,8.99892\n5849,1646404665,47.74312,8.99891\n5850,1646404666,47.74313,8.99892\n5851,1646404733,47.74344,8.99891\n5852,1646404734,47.74342,8.99892\n5853,1646404735,47.74342,8.99891\n5854,1646404740,47.74305,8.99901\n5855,1646404807,47.74326,8.99887\n5856,1646404810,47.74299,8.99901\n5857,1646404811,47.74299,8.99902\n5858,1646404946,47.74317,8.99891\n5859,1646404949,47.74313,8.99891\n5860,1646405016,47.74322,8.99894\n5861,1646405084,47.74312,8.99875\n5862,1646405217,47.74305,8.99883\n5863,1646405218,47.74305,8.99884"
  },
  {
    "path": "TickTagData/06_StationaryPosition_10s_Burst_Every_30s/20220304_10s_Burst_Every_30s_5863_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 103, TOs: 0/0, ErrorsOrGF: 0, TTFF: 154\nFixes: 5863, Avg. TTF: 10 s, Avg. HDOP (x10): 15\n\ncount,timestamp,lat,lon\n1,1646377559,47.74286,9.00352\n2,1646377560,47.74286,9.00352\n3,1646377561,47.74305,8.99899\n4,1646377563,47.74305,8.99898\n5,1646377564,47.74305,8.99898\n6,1646377565,47.74305,8.99898\n7,1646377566,47.74305,8.99897\n8,1646377567,47.74304,8.99897\n9,1646377568,47.74304,8.99897\n10,1646377569,47.74304,8.99897\n11,1646377603,47.74296,8.99892\n12,1646377604,47.74307,8.99891\n13,1646377605,47.74309,8.99889\n14,1646377606,47.74309,8.99890\n15,1646377607,47.74310,8.99890\n16,1646377608,47.74311,8.99889\n17,1646377609,47.74311,8.99889\n18,1646377610,47.74310,8.99889\n19,1646377611,47.74311,8.99890\n20,1646377612,47.74311,8.99891\n21,1646377646,47.74307,8.99890\n22,1646377647,47.74309,8.99891\n23,1646377648,47.74309,8.99891\n24,1646377649,47.74309,8.99891\n25,1646377650,47.74310,8.99891\n26,1646377651,47.74310,8.99892\n27,1646377652,47.74310,8.99892\n28,1646377653,47.74310,8.99893\n29,1646377654,47.74310,8.99893\n30,1646377655,47.74309,8.99893\n31,1646377691,47.74308,8.99903\n32,1646377692,47.74308,8.99902\n33,1646377693,47.74307,8.99901\n34,1646377694,47.74306,8.99898\n35,1646377695,47.74306,8.99897\n36,1646377696,47.74307,8.99897\n37,1646377697,47.74306,8.99897\n38,1646377698,47.74306,8.99896\n39,1646377699,47.74306,8.99895\n40,1646377700,47.74303,8.99893\n41,1646377735,47.74309,8.99899\n42,1646377736,47.74306,8.99893\n43,1646377737,47.74306,8.99892\n44,1646377738,47.74306,8.99894\n45,1646377739,47.74306,8.99894\n46,1646377740,47.74306,8.99894\n47,1646377741,47.74306,8.99895\n48,1646377742,47.74306,8.99896\n49,1646377743,47.74306,8.99896\n50,1646377744,47.74306,8.99896\n51,1646377780,47.74312,8.99909\n52,1646377781,47.74310,8.99905\n53,1646377782,47.74307,8.99899\n54,1646377783,47.74306,8.99897\n55,1646377784,47.74304,8.99894\n56,1646377785,47.74302,8.99893\n57,1646377786,47.74301,8.99893\n58,1646377787,47.74301,8.99892\n59,1646377788,47.74300,8.99890\n60,1646377789,47.74299,8.99889\n61,1646377826,47.74309,8.99889\n62,1646377827,47.74309,8.99889\n63,1646377828,47.74308,8.99889\n64,1646377829,47.74308,8.99889\n65,1646377830,47.74307,8.99889\n66,1646377831,47.74306,8.99890\n67,1646377834,47.74297,8.99885\n68,1646377836,47.74297,8.99885\n69,1646377837,47.74297,8.99886\n70,1646377838,47.74297,8.99887\n71,1646377872,47.74290,8.99889\n72,1646377873,47.74302,8.99902\n73,1646377874,47.74304,8.99901\n74,1646377875,47.74304,8.99900\n75,1646377876,47.74304,8.99899\n76,1646377877,47.74305,8.99898\n77,1646377878,47.74305,8.99898\n78,1646377879,47.74303,8.99896\n79,1646377881,47.74303,8.99896\n80,1646377882,47.74303,8.99896\n81,1646377916,47.74306,8.99893\n82,1646377917,47.74306,8.99893\n83,1646377918,47.74306,8.99891\n84,1646377919,47.74306,8.99890\n85,1646377920,47.74305,8.99889\n86,1646377921,47.74305,8.99890\n87,1646377922,47.74305,8.99889\n88,1646377923,47.74305,8.99889\n89,1646377924,47.74305,8.99890\n90,1646377925,47.74306,8.99890\n91,1646377959,47.74299,8.99904\n92,1646377960,47.74301,8.99899\n93,1646377961,47.74303,8.99898\n94,1646377962,47.74304,8.99897\n95,1646377963,47.74304,8.99897\n96,1646377964,47.74305,8.99896\n97,1646377965,47.74305,8.99897\n98,1646377966,47.74305,8.99897\n99,1646377967,47.74305,8.99896\n100,1646377968,47.74306,8.99896\n101,1646378003,47.74302,8.99885\n102,1646378004,47.74300,8.99886\n103,1646378005,47.74300,8.99887\n104,1646378006,47.74300,8.99887\n105,1646378007,47.74300,8.99887\n106,1646378008,47.74299,8.99887\n107,1646378009,47.74299,8.99887\n108,1646378010,47.74299,8.99887\n109,1646378011,47.74299,8.99887\n110,1646378012,47.74300,8.99888\n111,1646378046,47.74304,8.99898\n112,1646378047,47.74304,8.99897\n113,1646378048,47.74304,8.99896\n114,1646378049,47.74304,8.99895\n115,1646378050,47.74305,8.99894\n116,1646378051,47.74305,8.99894\n117,1646378052,47.74305,8.99894\n118,1646378053,47.74303,8.99893\n119,1646378055,47.74303,8.99893\n120,1646378056,47.74303,8.99893\n121,1646378090,47.74300,8.99907\n122,1646378091,47.74309,8.99893\n123,1646378092,47.74308,8.99894\n124,1646378093,47.74307,8.99894\n125,1646378094,47.74307,8.99895\n126,1646378095,47.74306,8.99894\n127,1646378096,47.74306,8.99894\n128,1646378097,47.74306,8.99894\n129,1646378098,47.74305,8.99894\n130,1646378099,47.74305,8.99894\n131,1646378133,47.74301,8.99881\n132,1646378134,47.74307,8.99904\n133,1646378135,47.74302,8.99901\n134,1646378136,47.74301,8.99902\n135,1646378137,47.74301,8.99904\n136,1646378138,47.74301,8.99905\n137,1646378139,47.74301,8.99905\n138,1646378140,47.74301,8.99906\n139,1646378141,47.74301,8.99906\n140,1646378142,47.74301,8.99907\n141,1646378177,47.74311,8.99902\n142,1646378178,47.74309,8.99904\n143,1646378179,47.74308,8.99904\n144,1646378180,47.74307,8.99904\n145,1646378181,47.74306,8.99904\n146,1646378182,47.74306,8.99905\n147,1646378183,47.74306,8.99905\n148,1646378184,47.74305,8.99906\n149,1646378185,47.74303,8.99906\n150,1646378187,47.74303,8.99906\n151,1646378221,47.74324,8.99885\n152,1646378222,47.74311,8.99907\n153,1646378223,47.74311,8.99910\n154,1646378224,47.74311,8.99911\n155,1646378225,47.74311,8.99912\n156,1646378226,47.74311,8.99912\n157,1646378227,47.74312,8.99911\n158,1646378228,47.74312,8.99911\n159,1646378229,47.74312,8.99911\n160,1646378230,47.74312,8.99911\n161,1646378264,47.74303,8.99908\n162,1646378265,47.74303,8.99890\n163,1646378266,47.74304,8.99889\n164,1646378267,47.74305,8.99890\n165,1646378268,47.74306,8.99891\n166,1646378269,47.74307,8.99892\n167,1646378270,47.74308,8.99893\n168,1646378271,47.74309,8.99894\n169,1646378272,47.74309,8.99895\n170,1646378273,47.74309,8.99897\n171,1646378308,47.74312,8.99900\n172,1646378309,47.74311,8.99901\n173,1646378310,47.74310,8.99901\n174,1646378311,47.74309,8.99901\n175,1646378312,47.74309,8.99901\n176,1646378313,47.74308,8.99901\n177,1646378314,47.74307,8.99901\n178,1646378315,47.74307,8.99900\n179,1646378316,47.74307,8.99900\n180,1646378317,47.74306,8.99900\n181,1646378351,47.74308,8.99885\n182,1646378352,47.74299,8.99891\n183,1646378353,47.74303,8.99894\n184,1646378354,47.74303,8.99893\n185,1646378355,47.74303,8.99892\n186,1646378356,47.74302,8.99892\n187,1646378357,47.74302,8.99893\n188,1646378358,47.74303,8.99893\n189,1646378359,47.74304,8.99895\n190,1646378361,47.74305,8.99895\n191,1646378396,47.74299,8.99893\n192,1646378397,47.74299,8.99892\n193,1646378398,47.74298,8.99890\n194,1646378399,47.74298,8.99889\n195,1646378400,47.74299,8.99890\n196,1646378401,47.74299,8.99890\n197,1646378402,47.74299,8.99888\n198,1646378403,47.74299,8.99888\n199,1646378404,47.74300,8.99888\n200,1646378405,47.74300,8.99888\n201,1646378441,47.74298,8.99906\n202,1646378442,47.74296,8.99894\n203,1646378443,47.74296,8.99894\n204,1646378444,47.74297,8.99894\n205,1646378445,47.74298,8.99894\n206,1646378446,47.74298,8.99895\n207,1646378447,47.74299,8.99896\n208,1646378448,47.74300,8.99898\n209,1646378449,47.74300,8.99899\n210,1646378450,47.74299,8.99899\n211,1646378485,47.74300,8.99888\n212,1646378486,47.74304,8.99896\n213,1646378487,47.74306,8.99900\n214,1646378488,47.74307,8.99901\n215,1646378489,47.74307,8.99902\n216,1646378490,47.74306,8.99901\n217,1646378492,47.74294,8.99894\n218,1646378494,47.74294,8.99894\n219,1646378495,47.74294,8.99893\n220,1646378496,47.74294,8.99893\n221,1646378531,47.74328,8.99928\n222,1646378532,47.74326,8.99927\n223,1646378533,47.74323,8.99924\n224,1646378534,47.74321,8.99922\n225,1646378535,47.74318,8.99921\n226,1646378536,47.74316,8.99920\n227,1646378537,47.74315,8.99918\n228,1646378538,47.74313,8.99916\n229,1646378539,47.74305,8.99904\n230,1646378541,47.74306,8.99902\n231,1646378576,47.74310,8.99887\n232,1646378577,47.74310,8.99889\n233,1646378578,47.74309,8.99888\n234,1646378579,47.74310,8.99888\n235,1646378580,47.74311,8.99887\n236,1646378581,47.74311,8.99888\n237,1646378582,47.74311,8.99888\n238,1646378583,47.74311,8.99888\n239,1646378584,47.74311,8.99889\n240,1646378585,47.74311,8.99890\n241,1646378621,47.74294,8.99891\n242,1646378622,47.74296,8.99890\n243,1646378623,47.74293,8.99887\n244,1646378624,47.74294,8.99890\n245,1646378625,47.74293,8.99891\n246,1646378626,47.74292,8.99888\n247,1646378627,47.74291,8.99888\n248,1646378628,47.74289,8.99887\n249,1646378629,47.74288,8.99887\n250,1646378630,47.74289,8.99890\n251,1646378669,47.74303,8.99897\n252,1646378670,47.74303,8.99897\n253,1646378671,47.74302,8.99895\n254,1646378672,47.74301,8.99894\n255,1646378673,47.74300,8.99894\n256,1646378674,47.74300,8.99893\n257,1646378675,47.74300,8.99892\n258,1646378676,47.74299,8.99892\n259,1646378677,47.74296,8.99889\n260,1646378679,47.74295,8.99889\n261,1646378714,47.74311,8.99905\n262,1646378715,47.74310,8.99904\n263,1646378716,47.74310,8.99904\n264,1646378717,47.74308,8.99901\n265,1646378718,47.74306,8.99899\n266,1646378719,47.74305,8.99899\n267,1646378720,47.74303,8.99898\n268,1646378721,47.74302,8.99898\n269,1646378722,47.74302,8.99898\n270,1646378723,47.74301,8.99898\n271,1646378778,47.74311,8.99895\n272,1646378779,47.74315,8.99896\n273,1646378781,47.74317,8.99896\n274,1646378782,47.74317,8.99895\n275,1646378783,47.74317,8.99895\n276,1646378784,47.74316,8.99894\n277,1646378785,47.74316,8.99894\n278,1646378786,47.74316,8.99893\n279,1646378787,47.74315,8.99893\n280,1646378788,47.74314,8.99893\n281,1646378842,47.74301,8.99895\n282,1646378843,47.74303,8.99895\n283,1646378845,47.74304,8.99896\n284,1646378846,47.74304,8.99895\n285,1646378847,47.74304,8.99894\n286,1646378848,47.74303,8.99894\n287,1646378849,47.74303,8.99894\n288,1646378850,47.74302,8.99893\n289,1646378851,47.74302,8.99893\n290,1646378852,47.74302,8.99893\n291,1646378886,47.74310,8.99903\n292,1646378887,47.74308,8.99901\n293,1646378888,47.74308,8.99900\n294,1646378889,47.74308,8.99899\n295,1646378890,47.74307,8.99897\n296,1646378891,47.74306,8.99896\n297,1646378892,47.74306,8.99894\n298,1646378893,47.74303,8.99892\n299,1646378895,47.74304,8.99892\n300,1646378896,47.74304,8.99891\n301,1646378936,47.74305,8.99891\n302,1646378937,47.74303,8.99889\n303,1646378938,47.74304,8.99887\n304,1646378939,47.74304,8.99886\n305,1646378940,47.74304,8.99885\n306,1646378945,47.74296,8.99881\n307,1646378946,47.74299,8.99883\n308,1646378947,47.74299,8.99884\n309,1646378948,47.74300,8.99886\n310,1646378949,47.74301,8.99886\n311,1646378987,47.74312,8.99895\n312,1646378988,47.74312,8.99894\n313,1646378989,47.74313,8.99893\n314,1646378990,47.74316,8.99892\n315,1646378991,47.74318,8.99892\n316,1646378992,47.74318,8.99892\n317,1646378993,47.74316,8.99890\n318,1646378994,47.74314,8.99888\n319,1646378995,47.74313,8.99895\n320,1646378997,47.74312,8.99894\n321,1646379033,47.74311,8.99894\n322,1646379034,47.74312,8.99892\n323,1646379035,47.74313,8.99891\n324,1646379036,47.74314,8.99891\n325,1646379037,47.74315,8.99891\n326,1646379038,47.74315,8.99890\n327,1646379039,47.74316,8.99890\n328,1646379040,47.74317,8.99890\n329,1646379041,47.74317,8.99890\n330,1646379042,47.74317,8.99890\n331,1646379079,47.74317,8.99883\n332,1646379080,47.74318,8.99883\n333,1646379081,47.74319,8.99883\n334,1646379082,47.74319,8.99884\n335,1646379083,47.74319,8.99884\n336,1646379084,47.74319,8.99884\n337,1646379085,47.74309,8.99891\n338,1646379087,47.74309,8.99890\n339,1646379088,47.74310,8.99890\n340,1646379089,47.74310,8.99889\n341,1646379125,47.74311,8.99896\n342,1646379126,47.74310,8.99896\n343,1646379127,47.74310,8.99896\n344,1646379128,47.74309,8.99896\n345,1646379129,47.74308,8.99896\n346,1646379130,47.74307,8.99895\n347,1646379131,47.74307,8.99895\n348,1646379132,47.74307,8.99894\n349,1646379133,47.74309,8.99893\n350,1646379135,47.74310,8.99893\n351,1646379172,47.74328,8.99874\n352,1646379173,47.74313,8.99884\n353,1646379174,47.74310,8.99886\n354,1646379175,47.74309,8.99886\n355,1646379176,47.74308,8.99886\n356,1646379177,47.74308,8.99885\n357,1646379178,47.74308,8.99885\n358,1646379179,47.74308,8.99885\n359,1646379180,47.74308,8.99885\n360,1646379181,47.74301,8.99894\n361,1646379217,47.74331,8.99875\n362,1646379218,47.74331,8.99875\n363,1646379219,47.74341,8.99868\n364,1646379220,47.74327,8.99877\n365,1646379221,47.74320,8.99883\n366,1646379222,47.74317,8.99885\n367,1646379223,47.74306,8.99896\n368,1646379225,47.74307,8.99894\n369,1646379226,47.74307,8.99893\n370,1646379227,47.74307,8.99893\n371,1646379265,47.74299,8.99901\n372,1646379266,47.74302,8.99900\n373,1646379267,47.74302,8.99900\n374,1646379268,47.74302,8.99899\n375,1646379269,47.74303,8.99899\n376,1646379270,47.74304,8.99899\n377,1646379271,47.74308,8.99896\n378,1646379273,47.74309,8.99895\n379,1646379274,47.74309,8.99895\n380,1646379275,47.74310,8.99894\n381,1646379313,47.74298,8.99902\n382,1646379314,47.74303,8.99899\n383,1646379315,47.74305,8.99897\n384,1646379316,47.74306,8.99896\n385,1646379317,47.74309,8.99893\n386,1646379318,47.74310,8.99891\n387,1646379319,47.74304,8.99897\n388,1646379321,47.74305,8.99897\n389,1646379322,47.74305,8.99897\n390,1646379323,47.74305,8.99897\n391,1646379361,47.74320,8.99884\n392,1646379362,47.74318,8.99885\n393,1646379363,47.74317,8.99887\n394,1646379364,47.74316,8.99889\n395,1646379365,47.74315,8.99890\n396,1646379366,47.74315,8.99890\n397,1646379367,47.74304,8.99901\n398,1646379369,47.74304,8.99900\n399,1646379370,47.74305,8.99900\n400,1646379371,47.74305,8.99901\n401,1646379406,47.74220,8.99949\n402,1646379407,47.74213,8.99956\n403,1646379408,47.74211,8.99957\n404,1646379412,47.74220,8.99949\n405,1646379413,47.74226,8.99946\n406,1646379414,47.74234,8.99942\n407,1646379415,47.74305,8.99892\n408,1646379417,47.74306,8.99893\n409,1646379418,47.74305,8.99893\n410,1646379419,47.74305,8.99893\n411,1646379458,47.74293,8.99893\n412,1646379459,47.74298,8.99889\n413,1646379460,47.74296,8.99890\n414,1646379461,47.74297,8.99890\n415,1646379462,47.74299,8.99888\n416,1646379463,47.74290,8.99897\n417,1646379465,47.74290,8.99897\n418,1646379466,47.74290,8.99896\n419,1646379467,47.74290,8.99896\n420,1646379468,47.74290,8.99895\n421,1646379508,47.74336,8.99869\n422,1646379509,47.74326,8.99877\n423,1646379510,47.74323,8.99881\n424,1646379511,47.74307,8.99895\n425,1646379513,47.74308,8.99894\n426,1646379514,47.74308,8.99894\n427,1646379515,47.74309,8.99893\n428,1646379516,47.74309,8.99893\n429,1646379517,47.74310,8.99894\n430,1646379518,47.74311,8.99894\n431,1646379556,47.74286,8.99918\n432,1646379557,47.74290,8.99915\n433,1646379558,47.74293,8.99911\n434,1646379559,47.74311,8.99895\n435,1646379561,47.74310,8.99895\n436,1646379562,47.74310,8.99895\n437,1646379563,47.74310,8.99896\n438,1646379564,47.74310,8.99896\n439,1646379565,47.74310,8.99896\n440,1646379566,47.74310,8.99896\n441,1646379601,47.74303,8.99903\n442,1646379602,47.74302,8.99904\n443,1646379603,47.74302,8.99902\n444,1646379604,47.74302,8.99901\n445,1646379605,47.74302,8.99901\n446,1646379606,47.74301,8.99901\n447,1646379607,47.74306,8.99897\n448,1646379609,47.74306,8.99896\n449,1646379610,47.74305,8.99896\n450,1646379611,47.74305,8.99896\n451,1646379648,47.74301,8.99908\n452,1646379649,47.74303,8.99897\n453,1646379650,47.74305,8.99883\n454,1646379651,47.74307,8.99877\n455,1646379652,47.74308,8.99876\n456,1646379653,47.74309,8.99875\n457,1646379654,47.74310,8.99874\n458,1646379655,47.74290,8.99896\n459,1646379657,47.74291,8.99895\n460,1646379658,47.74291,8.99895\n461,1646379694,47.74302,8.99890\n462,1646379695,47.74304,8.99889\n463,1646379696,47.74305,8.99889\n464,1646379697,47.74306,8.99888\n465,1646379698,47.74307,8.99889\n466,1646379699,47.74308,8.99890\n467,1646379700,47.74309,8.99890\n468,1646379701,47.74310,8.99890\n469,1646379702,47.74310,8.99891\n470,1646379703,47.74305,8.99895\n471,1646379739,47.74312,8.99899\n472,1646379740,47.74313,8.99896\n473,1646379741,47.74314,8.99895\n474,1646379742,47.74314,8.99894\n475,1646379743,47.74315,8.99893\n476,1646379744,47.74315,8.99892\n477,1646379745,47.74304,8.99902\n478,1646379747,47.74305,8.99901\n479,1646379748,47.74305,8.99900\n480,1646379749,47.74305,8.99900\n481,1646379784,47.74305,8.99895\n482,1646379785,47.74308,8.99892\n483,1646379786,47.74309,8.99892\n484,1646379787,47.74310,8.99891\n485,1646379788,47.74311,8.99891\n486,1646379789,47.74311,8.99892\n487,1646379790,47.74312,8.99892\n488,1646379791,47.74312,8.99892\n489,1646379792,47.74312,8.99893\n490,1646379793,47.74309,8.99896\n491,1646379829,47.74274,8.99921\n492,1646379830,47.74283,8.99912\n493,1646379831,47.74286,8.99907\n494,1646379832,47.74287,8.99904\n495,1646379833,47.74290,8.99902\n496,1646379834,47.74292,8.99900\n497,1646379835,47.74306,8.99887\n498,1646379837,47.74307,8.99887\n499,1646379838,47.74308,8.99887\n500,1646379839,47.74308,8.99887\n501,1646379877,47.74306,8.99892\n502,1646379878,47.74307,8.99890\n503,1646379879,47.74308,8.99889\n504,1646379880,47.74309,8.99888\n505,1646379881,47.74310,8.99889\n506,1646379882,47.74310,8.99889\n507,1646379883,47.74307,8.99892\n508,1646379885,47.74307,8.99892\n509,1646379886,47.74308,8.99893\n510,1646379887,47.74308,8.99892\n511,1646379922,47.74315,8.99892\n512,1646379923,47.74312,8.99893\n513,1646379924,47.74311,8.99892\n514,1646379925,47.74311,8.99892\n515,1646379926,47.74311,8.99892\n516,1646379927,47.74311,8.99891\n517,1646379928,47.74311,8.99889\n518,1646379929,47.74312,8.99888\n519,1646379930,47.74312,8.99888\n520,1646379931,47.74305,8.99898\n521,1646379968,47.74294,8.99888\n522,1646379969,47.74292,8.99895\n523,1646379970,47.74293,8.99894\n524,1646379971,47.74294,8.99893\n525,1646379972,47.74294,8.99894\n526,1646379973,47.74297,8.99891\n527,1646379975,47.74297,8.99892\n528,1646379976,47.74297,8.99892\n529,1646379977,47.74298,8.99892\n530,1646379978,47.74298,8.99893\n531,1646380012,47.74309,8.99909\n532,1646380013,47.74314,8.99893\n533,1646380014,47.74312,8.99892\n534,1646380015,47.74311,8.99892\n535,1646380016,47.74310,8.99892\n536,1646380017,47.74309,8.99892\n537,1646380018,47.74308,8.99892\n538,1646380019,47.74308,8.99892\n539,1646380020,47.74307,8.99892\n540,1646380021,47.74306,8.99893\n541,1646380057,47.74289,8.99914\n542,1646380058,47.74289,8.99913\n543,1646380059,47.74288,8.99914\n544,1646380060,47.74289,8.99913\n545,1646380061,47.74289,8.99911\n546,1646380062,47.74290,8.99910\n547,1646380063,47.74303,8.99897\n548,1646380065,47.74304,8.99895\n549,1646380066,47.74305,8.99895\n550,1646380067,47.74306,8.99894\n551,1646380102,47.74306,8.99886\n552,1646380103,47.74305,8.99889\n553,1646380104,47.74305,8.99889\n554,1646380105,47.74305,8.99890\n555,1646380106,47.74305,8.99890\n556,1646380107,47.74304,8.99889\n557,1646380108,47.74304,8.99890\n558,1646380109,47.74303,8.99890\n559,1646380110,47.74303,8.99890\n560,1646380111,47.74300,8.99895\n561,1646380149,47.74315,8.99905\n562,1646380150,47.74301,8.99923\n563,1646380151,47.74300,8.99916\n564,1646380152,47.74299,8.99911\n565,1646380153,47.74299,8.99896\n566,1646380155,47.74299,8.99896\n567,1646380156,47.74298,8.99896\n568,1646380157,47.74298,8.99896\n569,1646380158,47.74298,8.99897\n570,1646380159,47.74298,8.99898\n571,1646380197,47.74297,8.99899\n572,1646380198,47.74295,8.99898\n573,1646380199,47.74292,8.99898\n574,1646380200,47.74292,8.99898\n575,1646380201,47.74300,8.99892\n576,1646380203,47.74299,8.99891\n577,1646380204,47.74299,8.99891\n578,1646380205,47.74298,8.99891\n579,1646380206,47.74298,8.99890\n580,1646380207,47.74298,8.99890\n581,1646380247,47.74314,8.99859\n582,1646380248,47.74316,8.99857\n583,1646380249,47.74306,8.99900\n584,1646380251,47.74307,8.99899\n585,1646380252,47.74309,8.99899\n586,1646380253,47.74309,8.99900\n587,1646380254,47.74310,8.99900\n588,1646380255,47.74311,8.99900\n589,1646380256,47.74311,8.99900\n590,1646380257,47.74311,8.99900\n591,1646380293,47.74319,8.99886\n592,1646380294,47.74318,8.99884\n593,1646380295,47.74318,8.99886\n594,1646380296,47.74317,8.99889\n595,1646380301,47.74316,8.99894\n596,1646380302,47.74316,8.99893\n597,1646380303,47.74316,8.99894\n598,1646380304,47.74316,8.99894\n599,1646380305,47.74316,8.99895\n600,1646380306,47.74316,8.99894\n601,1646380348,47.74304,8.99928\n602,1646380349,47.74305,8.99924\n603,1646380350,47.74303,8.99923\n604,1646380351,47.74308,8.99899\n605,1646380353,47.74308,8.99898\n606,1646380354,47.74306,8.99896\n607,1646380355,47.74304,8.99895\n608,1646380356,47.74303,8.99894\n609,1646380357,47.74303,8.99893\n610,1646380358,47.74303,8.99893\n611,1646380396,47.74298,8.99920\n612,1646380397,47.74297,8.99918\n613,1646380398,47.74297,8.99915\n614,1646380403,47.74312,8.99893\n615,1646380404,47.74310,8.99895\n616,1646380405,47.74311,8.99896\n617,1646380406,47.74311,8.99897\n618,1646380407,47.74311,8.99896\n619,1646380408,47.74311,8.99896\n620,1646380409,47.74311,8.99895\n621,1646380444,47.74282,8.99921\n622,1646380445,47.74284,8.99919\n623,1646380446,47.74285,8.99918\n624,1646380447,47.74286,8.99918\n625,1646380448,47.74287,8.99917\n626,1646380449,47.74288,8.99917\n627,1646380450,47.74288,8.99917\n628,1646380451,47.74289,8.99916\n629,1646380452,47.74289,8.99916\n630,1646380453,47.74306,8.99902\n631,1646380489,47.74296,8.99915\n632,1646380490,47.74297,8.99913\n633,1646380491,47.74297,8.99913\n634,1646380492,47.74297,8.99911\n635,1646380493,47.74298,8.99910\n636,1646380494,47.74299,8.99909\n637,1646380495,47.74300,8.99908\n638,1646380496,47.74306,8.99902\n639,1646380498,47.74305,8.99902\n640,1646380499,47.74305,8.99902\n641,1646380534,47.74311,8.99889\n642,1646380535,47.74312,8.99888\n643,1646380536,47.74311,8.99888\n644,1646380537,47.74311,8.99888\n645,1646380538,47.74311,8.99889\n646,1646380539,47.74311,8.99889\n647,1646380540,47.74312,8.99889\n648,1646380541,47.74312,8.99889\n649,1646380542,47.74311,8.99889\n650,1646380543,47.74301,8.99901\n651,1646380579,47.74318,8.99887\n652,1646380580,47.74316,8.99887\n653,1646380581,47.74314,8.99886\n654,1646380582,47.74313,8.99886\n655,1646380583,47.74313,8.99887\n656,1646380584,47.74313,8.99887\n657,1646380585,47.74313,8.99888\n658,1646380586,47.74304,8.99900\n659,1646380588,47.74304,8.99901\n660,1646380589,47.74304,8.99901\n661,1646380623,47.74269,8.99936\n662,1646380624,47.74289,8.99909\n663,1646380625,47.74291,8.99907\n664,1646380626,47.74293,8.99905\n665,1646380627,47.74296,8.99903\n666,1646380628,47.74297,8.99901\n667,1646380629,47.74298,8.99900\n668,1646380630,47.74298,8.99900\n669,1646380631,47.74299,8.99898\n670,1646380632,47.74299,8.99897\n671,1646380670,47.74289,8.99900\n672,1646380671,47.74291,8.99897\n673,1646380672,47.74292,8.99897\n674,1646380673,47.74293,8.99899\n675,1646380674,47.74294,8.99901\n676,1646380675,47.74295,8.99901\n677,1646380676,47.74299,8.99895\n678,1646380678,47.74300,8.99895\n679,1646380679,47.74300,8.99895\n680,1646380680,47.74300,8.99896\n681,1646380715,47.74297,8.99912\n682,1646380716,47.74301,8.99909\n683,1646380717,47.74304,8.99906\n684,1646380718,47.74305,8.99905\n685,1646380719,47.74307,8.99904\n686,1646380720,47.74308,8.99902\n687,1646380721,47.74309,8.99901\n688,1646380722,47.74310,8.99899\n689,1646380723,47.74312,8.99896\n690,1646380725,47.74312,8.99896\n691,1646380762,47.74304,8.99897\n692,1646380763,47.74310,8.99894\n693,1646380764,47.74309,8.99895\n694,1646380765,47.74309,8.99896\n695,1646380766,47.74308,8.99896\n696,1646380767,47.74308,8.99897\n697,1646380768,47.74309,8.99897\n698,1646380769,47.74310,8.99898\n699,1646380770,47.74311,8.99898\n700,1646380771,47.74309,8.99901\n701,1646380807,47.74315,8.99886\n702,1646380808,47.74314,8.99890\n703,1646380809,47.74314,8.99891\n704,1646380810,47.74314,8.99892\n705,1646380811,47.74313,8.99891\n706,1646380812,47.74313,8.99890\n707,1646380813,47.74302,8.99901\n708,1646380815,47.74303,8.99901\n709,1646380816,47.74303,8.99901\n710,1646380817,47.74303,8.99902\n711,1646380852,47.74305,8.99901\n712,1646380853,47.74303,8.99901\n713,1646380854,47.74303,8.99901\n714,1646380855,47.74304,8.99899\n715,1646380856,47.74304,8.99899\n716,1646380857,47.74303,8.99899\n717,1646380858,47.74303,8.99899\n718,1646380859,47.74302,8.99899\n719,1646380860,47.74302,8.99899\n720,1646380861,47.74300,8.99902\n721,1646380898,47.74312,8.99891\n722,1646380899,47.74312,8.99888\n723,1646380900,47.74313,8.99888\n724,1646380901,47.74313,8.99887\n725,1646380902,47.74313,8.99886\n726,1646380903,47.74314,8.99885\n727,1646380904,47.74302,8.99898\n728,1646380906,47.74303,8.99897\n729,1646380907,47.74303,8.99897\n730,1646380908,47.74304,8.99897\n731,1646380943,47.74303,8.99884\n732,1646380944,47.74305,8.99883\n733,1646380945,47.74304,8.99883\n734,1646380946,47.74304,8.99884\n735,1646380947,47.74304,8.99885\n736,1646380948,47.74305,8.99884\n737,1646380949,47.74305,8.99885\n738,1646380950,47.74306,8.99885\n739,1646380951,47.74301,8.99896\n740,1646380953,47.74299,8.99897\n741,1646380990,47.74299,8.99907\n742,1646380991,47.74300,8.99905\n743,1646380992,47.74302,8.99902\n744,1646380993,47.74303,8.99900\n745,1646380994,47.74304,8.99899\n746,1646380995,47.74305,8.99897\n747,1646380996,47.74307,8.99896\n748,1646380997,47.74307,8.99895\n749,1646380998,47.74308,8.99894\n750,1646380999,47.74309,8.99893\n751,1646381036,47.74305,8.99893\n752,1646381037,47.74305,8.99895\n753,1646381038,47.74305,8.99895\n754,1646381039,47.74306,8.99896\n755,1646381040,47.74306,8.99897\n756,1646381041,47.74307,8.99897\n757,1646381042,47.74306,8.99898\n758,1646381044,47.74305,8.99898\n759,1646381045,47.74306,8.99897\n760,1646381046,47.74306,8.99897\n761,1646381083,47.74303,8.99904\n762,1646381084,47.74303,8.99905\n763,1646381085,47.74306,8.99901\n764,1646381086,47.74307,8.99900\n765,1646381087,47.74307,8.99900\n766,1646381088,47.74308,8.99898\n767,1646381089,47.74310,8.99895\n768,1646381091,47.74310,8.99895\n769,1646381092,47.74311,8.99896\n770,1646381093,47.74311,8.99896\n771,1646381130,47.74264,8.99944\n772,1646381131,47.74269,8.99939\n773,1646381132,47.74273,8.99936\n774,1646381133,47.74275,8.99934\n775,1646381134,47.74278,8.99932\n776,1646381135,47.74280,8.99930\n777,1646381136,47.74286,8.99924\n778,1646381137,47.74308,8.99899\n779,1646381139,47.74309,8.99899\n780,1646381140,47.74310,8.99899\n781,1646381176,47.74309,8.99901\n782,1646381177,47.74311,8.99899\n783,1646381178,47.74312,8.99898\n784,1646381179,47.74313,8.99897\n785,1646381180,47.74313,8.99896\n786,1646381181,47.74314,8.99895\n787,1646381182,47.74315,8.99894\n788,1646381183,47.74315,8.99893\n789,1646381184,47.74316,8.99892\n790,1646381185,47.74315,8.99894\n791,1646381224,47.74312,8.99893\n792,1646381225,47.74310,8.99896\n793,1646381226,47.74310,8.99898\n794,1646381227,47.74310,8.99898\n795,1646381228,47.74308,8.99901\n796,1646381230,47.74308,8.99900\n797,1646381231,47.74308,8.99901\n798,1646381232,47.74308,8.99901\n799,1646381233,47.74307,8.99901\n800,1646381234,47.74308,8.99901\n801,1646381274,47.74311,8.99859\n802,1646381275,47.74306,8.99889\n803,1646381277,47.74305,8.99889\n804,1646381278,47.74305,8.99888\n805,1646381279,47.74304,8.99888\n806,1646381280,47.74303,8.99887\n807,1646381281,47.74303,8.99887\n808,1646381282,47.74303,8.99887\n809,1646381283,47.74303,8.99886\n810,1646381284,47.74303,8.99886\n811,1646381320,47.74310,8.99874\n812,1646381321,47.74311,8.99884\n813,1646381322,47.74310,8.99884\n814,1646381323,47.74310,8.99885\n815,1646381324,47.74310,8.99885\n816,1646381325,47.74310,8.99885\n817,1646381326,47.74311,8.99884\n818,1646381327,47.74311,8.99885\n819,1646381328,47.74311,8.99885\n820,1646381329,47.74307,8.99891\n821,1646381366,47.74305,8.99883\n822,1646381367,47.74306,8.99885\n823,1646381368,47.74305,8.99885\n824,1646381369,47.74305,8.99884\n825,1646381370,47.74305,8.99885\n826,1646381371,47.74305,8.99885\n827,1646381372,47.74301,8.99891\n828,1646381374,47.74302,8.99890\n829,1646381375,47.74302,8.99890\n830,1646381376,47.74303,8.99891\n831,1646381411,47.74295,8.99898\n832,1646381412,47.74297,8.99897\n833,1646381413,47.74298,8.99896\n834,1646381414,47.74298,8.99895\n835,1646381415,47.74300,8.99894\n836,1646381416,47.74301,8.99894\n837,1646381417,47.74303,8.99894\n838,1646381418,47.74303,8.99894\n839,1646381419,47.74303,8.99895\n840,1646381421,47.74303,8.99895\n841,1646381456,47.74296,8.99903\n842,1646381457,47.74296,8.99906\n843,1646381458,47.74295,8.99906\n844,1646381459,47.74295,8.99906\n845,1646381460,47.74295,8.99906\n846,1646381461,47.74303,8.99898\n847,1646381463,47.74302,8.99898\n848,1646381464,47.74302,8.99898\n849,1646381465,47.74303,8.99898\n850,1646381466,47.74303,8.99898\n851,1646381501,47.74305,8.99894\n852,1646381502,47.74306,8.99893\n853,1646381503,47.74306,8.99893\n854,1646381504,47.74306,8.99893\n855,1646381505,47.74306,8.99892\n856,1646381506,47.74306,8.99891\n857,1646381507,47.74306,8.99891\n858,1646381508,47.74309,8.99890\n859,1646381509,47.74303,8.99897\n860,1646381511,47.74304,8.99896\n861,1646381545,47.74304,8.99905\n862,1646381546,47.74301,8.99906\n863,1646381547,47.74301,8.99907\n864,1646381548,47.74301,8.99906\n865,1646381549,47.74300,8.99906\n866,1646381550,47.74300,8.99906\n867,1646381551,47.74300,8.99907\n868,1646381552,47.74300,8.99906\n869,1646381553,47.74301,8.99905\n870,1646381554,47.74301,8.99904\n871,1646381589,47.74312,8.99876\n872,1646381590,47.74310,8.99880\n873,1646381591,47.74309,8.99880\n874,1646381592,47.74309,8.99880\n875,1646381593,47.74309,8.99880\n876,1646381594,47.74309,8.99879\n877,1646381595,47.74309,8.99879\n878,1646381596,47.74309,8.99879\n879,1646381597,47.74310,8.99879\n880,1646381598,47.74310,8.99880\n881,1646381633,47.74298,8.99899\n882,1646381634,47.74298,8.99898\n883,1646381635,47.74299,8.99896\n884,1646381636,47.74298,8.99895\n885,1646381637,47.74299,8.99894\n886,1646381638,47.74299,8.99893\n887,1646381639,47.74300,8.99892\n888,1646381640,47.74299,8.99892\n889,1646381641,47.74301,8.99891\n890,1646381643,47.74301,8.99891\n891,1646381678,47.74308,8.99900\n892,1646381679,47.74306,8.99900\n893,1646381680,47.74305,8.99899\n894,1646381681,47.74305,8.99898\n895,1646381682,47.74305,8.99896\n896,1646381683,47.74305,8.99896\n897,1646381684,47.74305,8.99896\n898,1646381685,47.74306,8.99895\n899,1646381686,47.74307,8.99894\n900,1646381687,47.74307,8.99894\n901,1646381723,47.74306,8.99883\n902,1646381724,47.74306,8.99884\n903,1646381725,47.74306,8.99884\n904,1646381726,47.74307,8.99884\n905,1646381727,47.74306,8.99884\n906,1646381728,47.74306,8.99885\n907,1646381729,47.74305,8.99885\n908,1646381730,47.74304,8.99884\n909,1646381731,47.74304,8.99885\n910,1646381732,47.74302,8.99887\n911,1646381769,47.74313,8.99896\n912,1646381770,47.74313,8.99887\n913,1646381771,47.74312,8.99878\n914,1646381772,47.74312,8.99872\n915,1646381773,47.74310,8.99870\n916,1646381774,47.74307,8.99883\n917,1646381776,47.74305,8.99887\n918,1646381777,47.74304,8.99889\n919,1646381778,47.74303,8.99891\n920,1646381779,47.74303,8.99892\n921,1646381817,47.74311,8.99885\n922,1646381818,47.74305,8.99871\n923,1646381819,47.74304,8.99874\n924,1646381820,47.74304,8.99881\n925,1646381821,47.74299,8.99901\n926,1646381823,47.74301,8.99901\n927,1646381824,47.74301,8.99902\n928,1646381825,47.74300,8.99902\n929,1646381826,47.74300,8.99902\n930,1646381827,47.74300,8.99902\n931,1646381865,47.74302,8.99900\n932,1646381866,47.74301,8.99899\n933,1646381867,47.74300,8.99900\n934,1646381868,47.74300,8.99900\n935,1646381869,47.74301,8.99897\n936,1646381871,47.74301,8.99898\n937,1646381872,47.74301,8.99898\n938,1646381873,47.74301,8.99899\n939,1646381874,47.74300,8.99900\n940,1646381875,47.74300,8.99900\n941,1646381911,47.74306,8.99914\n942,1646381912,47.74302,8.99900\n943,1646381913,47.74300,8.99895\n944,1646381914,47.74299,8.99894\n945,1646381915,47.74299,8.99893\n946,1646381916,47.74299,8.99891\n947,1646381917,47.74296,8.99905\n948,1646381919,47.74296,8.99904\n949,1646381920,47.74297,8.99903\n950,1646381921,47.74298,8.99903\n951,1646381956,47.74308,8.99901\n952,1646381957,47.74311,8.99887\n953,1646381958,47.74312,8.99884\n954,1646381959,47.74312,8.99884\n955,1646381960,47.74312,8.99883\n956,1646381961,47.74312,8.99883\n957,1646381962,47.74312,8.99882\n958,1646381963,47.74311,8.99882\n959,1646381964,47.74310,8.99882\n960,1646381965,47.74296,8.99904\n961,1646382001,47.74310,8.99869\n962,1646382002,47.74310,8.99872\n963,1646382003,47.74312,8.99872\n964,1646382004,47.74312,8.99875\n965,1646382005,47.74310,8.99877\n966,1646382006,47.74309,8.99878\n967,1646382008,47.74308,8.99894\n968,1646382010,47.74306,8.99895\n969,1646382011,47.74305,8.99896\n970,1646382012,47.74304,8.99896\n971,1646382048,47.74307,8.99899\n972,1646382049,47.74306,8.99897\n973,1646382050,47.74305,8.99896\n974,1646382051,47.74304,8.99897\n975,1646382052,47.74303,8.99896\n976,1646382053,47.74302,8.99896\n977,1646382054,47.74301,8.99895\n978,1646382055,47.74305,8.99887\n979,1646382057,47.74304,8.99888\n980,1646382058,47.74304,8.99888\n981,1646382094,47.74295,8.99910\n982,1646382095,47.74297,8.99908\n983,1646382096,47.74298,8.99907\n984,1646382097,47.74299,8.99904\n985,1646382098,47.74299,8.99901\n986,1646382099,47.74300,8.99899\n987,1646382100,47.74302,8.99894\n988,1646382101,47.74303,8.99891\n989,1646382102,47.74304,8.99889\n990,1646382103,47.74302,8.99894\n991,1646382140,47.74312,8.99916\n992,1646382141,47.74311,8.99916\n993,1646382142,47.74310,8.99916\n994,1646382143,47.74309,8.99917\n995,1646382144,47.74309,8.99917\n996,1646382145,47.74308,8.99917\n997,1646382146,47.74313,8.99911\n998,1646382148,47.74314,8.99911\n999,1646382149,47.74314,8.99911\n1000,1646382150,47.74313,8.99911\n1001,1646382187,47.74303,8.99890\n1002,1646382188,47.74303,8.99888\n1003,1646382189,47.74300,8.99893\n1004,1646382190,47.74301,8.99890\n1005,1646382191,47.74301,8.99889\n1006,1646382192,47.74300,8.99890\n1007,1646382193,47.74297,8.99900\n1008,1646382195,47.74299,8.99897\n1009,1646382196,47.74300,8.99895\n1010,1646382197,47.74301,8.99894\n1011,1646382233,47.74292,8.99924\n1012,1646382234,47.74296,8.99915\n1013,1646382235,47.74298,8.99911\n1014,1646382236,47.74300,8.99909\n1015,1646382237,47.74300,8.99908\n1016,1646382238,47.74302,8.99907\n1017,1646382239,47.74303,8.99904\n1018,1646382240,47.74305,8.99902\n1019,1646382241,47.74306,8.99901\n1020,1646382243,47.74305,8.99901\n1021,1646382279,47.74308,8.99926\n1022,1646382280,47.74307,8.99925\n1023,1646382281,47.74306,8.99924\n1024,1646382282,47.74306,8.99923\n1025,1646382283,47.74306,8.99922\n1026,1646382284,47.74305,8.99920\n1027,1646382285,47.74305,8.99919\n1028,1646382286,47.74304,8.99918\n1029,1646382287,47.74303,8.99917\n1030,1646382288,47.74303,8.99915\n1031,1646382327,47.74289,8.99883\n1032,1646382328,47.74294,8.99889\n1033,1646382329,47.74297,8.99893\n1034,1646382330,47.74298,8.99894\n1035,1646382333,47.74311,8.99901\n1036,1646382334,47.74310,8.99901\n1037,1646382335,47.74309,8.99901\n1038,1646382336,47.74307,8.99902\n1039,1646382337,47.74306,8.99903\n1040,1646382338,47.74305,8.99903\n1041,1646382377,47.74293,8.99895\n1042,1646382378,47.74293,8.99895\n1043,1646382381,47.74298,8.99905\n1044,1646382382,47.74297,8.99904\n1045,1646382383,47.74297,8.99903\n1046,1646382384,47.74297,8.99902\n1047,1646382385,47.74297,8.99901\n1048,1646382386,47.74298,8.99901\n1049,1646382387,47.74298,8.99902\n1050,1646382388,47.74299,8.99902\n1051,1646382422,47.74308,8.99907\n1052,1646382423,47.74310,8.99904\n1053,1646382424,47.74310,8.99900\n1054,1646382425,47.74310,8.99898\n1055,1646382426,47.74309,8.99899\n1056,1646382427,47.74309,8.99898\n1057,1646382428,47.74309,8.99897\n1058,1646382429,47.74309,8.99896\n1059,1646382430,47.74309,8.99895\n1060,1646382431,47.74309,8.99895\n1061,1646382472,47.74305,8.99858\n1062,1646382473,47.74304,8.99858\n1063,1646382474,47.74304,8.99856\n1064,1646382475,47.74303,8.99855\n1065,1646382476,47.74310,8.99903\n1066,1646382478,47.74311,8.99903\n1067,1646382479,47.74312,8.99903\n1068,1646382480,47.74311,8.99902\n1069,1646382481,47.74311,8.99902\n1070,1646382482,47.74311,8.99903\n1071,1646382516,47.74319,8.99887\n1072,1646382517,47.74298,8.99872\n1073,1646382518,47.74297,8.99876\n1074,1646382519,47.74296,8.99878\n1075,1646382520,47.74298,8.99881\n1076,1646382521,47.74299,8.99883\n1077,1646382522,47.74301,8.99886\n1078,1646382523,47.74301,8.99888\n1079,1646382524,47.74301,8.99889\n1080,1646382525,47.74301,8.99889\n1081,1646382561,47.74316,8.99880\n1082,1646382562,47.74312,8.99885\n1083,1646382563,47.74311,8.99886\n1084,1646382564,47.74309,8.99888\n1085,1646382565,47.74308,8.99890\n1086,1646382566,47.74307,8.99891\n1087,1646382567,47.74305,8.99894\n1088,1646382568,47.74303,8.99895\n1089,1646382569,47.74303,8.99896\n1090,1646382570,47.74302,8.99896\n1091,1646382612,47.74322,8.99877\n1092,1646382613,47.74313,8.99895\n1093,1646382615,47.74313,8.99894\n1094,1646382616,47.74313,8.99894\n1095,1646382617,47.74313,8.99893\n1096,1646382618,47.74313,8.99892\n1097,1646382619,47.74313,8.99892\n1098,1646382620,47.74313,8.99891\n1099,1646382621,47.74312,8.99891\n1100,1646382622,47.74313,8.99891\n1101,1646382665,47.74330,8.99857\n1102,1646382666,47.74331,8.99857\n1103,1646382667,47.74313,8.99890\n1104,1646382669,47.74312,8.99890\n1105,1646382670,47.74312,8.99891\n1106,1646382671,47.74311,8.99891\n1107,1646382672,47.74311,8.99891\n1108,1646382673,47.74311,8.99891\n1109,1646382674,47.74310,8.99891\n1110,1646382675,47.74310,8.99891\n1111,1646382710,47.74309,8.99901\n1112,1646382711,47.74309,8.99901\n1113,1646382712,47.74307,8.99902\n1114,1646382713,47.74306,8.99903\n1115,1646382714,47.74305,8.99904\n1116,1646382715,47.74304,8.99904\n1117,1646382716,47.74303,8.99904\n1118,1646382717,47.74302,8.99905\n1119,1646382718,47.74301,8.99906\n1120,1646382719,47.74300,8.99906\n1121,1646382755,47.74305,8.99904\n1122,1646382756,47.74305,8.99903\n1123,1646382757,47.74307,8.99902\n1124,1646382758,47.74307,8.99901\n1125,1646382759,47.74307,8.99900\n1126,1646382760,47.74307,8.99900\n1127,1646382761,47.74307,8.99901\n1128,1646382762,47.74307,8.99901\n1129,1646382763,47.74306,8.99903\n1130,1646382764,47.74307,8.99900\n1131,1646382802,47.74312,8.99889\n1132,1646382803,47.74312,8.99891\n1133,1646382804,47.74314,8.99894\n1134,1646382805,47.74310,8.99892\n1135,1646382807,47.74307,8.99892\n1136,1646382808,47.74305,8.99892\n1137,1646382809,47.74303,8.99892\n1138,1646382810,47.74300,8.99892\n1139,1646382811,47.74298,8.99892\n1140,1646382812,47.74298,8.99892\n1141,1646382851,47.74313,8.99886\n1142,1646382852,47.74313,8.99892\n1143,1646382853,47.74312,8.99892\n1144,1646382854,47.74312,8.99892\n1145,1646382855,47.74311,8.99891\n1146,1646382856,47.74310,8.99889\n1147,1646382857,47.74309,8.99889\n1148,1646382858,47.74309,8.99888\n1149,1646382859,47.74308,8.99887\n1150,1646382861,47.74307,8.99887\n1151,1646382897,47.74300,8.99914\n1152,1646382898,47.74299,8.99914\n1153,1646382899,47.74298,8.99913\n1154,1646382900,47.74297,8.99911\n1155,1646382901,47.74297,8.99909\n1156,1646382902,47.74296,8.99906\n1157,1646382903,47.74295,8.99903\n1158,1646382904,47.74294,8.99901\n1159,1646382905,47.74294,8.99900\n1160,1646382906,47.74293,8.99898\n1161,1646382942,47.74312,8.99901\n1162,1646382943,47.74311,8.99905\n1163,1646382944,47.74310,8.99906\n1164,1646382945,47.74309,8.99907\n1165,1646382946,47.74308,8.99907\n1166,1646382947,47.74307,8.99907\n1167,1646382948,47.74306,8.99907\n1168,1646382949,47.74306,8.99907\n1169,1646382950,47.74306,8.99900\n1170,1646382952,47.74306,8.99901\n1171,1646382992,47.74302,8.99913\n1172,1646382993,47.74301,8.99912\n1173,1646382994,47.74301,8.99912\n1174,1646382995,47.74300,8.99911\n1175,1646382996,47.74299,8.99910\n1176,1646382997,47.74299,8.99904\n1177,1646382999,47.74298,8.99905\n1178,1646383000,47.74298,8.99905\n1179,1646383001,47.74298,8.99905\n1180,1646383002,47.74298,8.99905\n1181,1646383040,47.74304,8.99897\n1182,1646383041,47.74292,8.99886\n1183,1646383042,47.74296,8.99890\n1184,1646383043,47.74296,8.99892\n1185,1646383044,47.74296,8.99891\n1186,1646383045,47.74299,8.99900\n1187,1646383047,47.74299,8.99901\n1188,1646383048,47.74298,8.99901\n1189,1646383049,47.74298,8.99901\n1190,1646383050,47.74298,8.99901\n1191,1646383090,47.74338,8.99931\n1192,1646383091,47.74338,8.99938\n1193,1646383092,47.74335,8.99932\n1194,1646383093,47.74333,8.99929\n1195,1646383095,47.74329,8.99926\n1196,1646383096,47.74328,8.99924\n1197,1646383097,47.74327,8.99922\n1198,1646383098,47.74326,8.99921\n1199,1646383099,47.74325,8.99920\n1200,1646383100,47.74325,8.99920\n1201,1646383141,47.74324,8.99906\n1202,1646383142,47.74320,8.99901\n1203,1646383144,47.74318,8.99899\n1204,1646383145,47.74319,8.99901\n1205,1646383146,47.74320,8.99902\n1206,1646383147,47.74321,8.99902\n1207,1646383148,47.74319,8.99900\n1208,1646383149,47.74318,8.99899\n1209,1646383150,47.74316,8.99898\n1210,1646383151,47.74315,8.99897\n1211,1646383192,47.74319,8.99932\n1212,1646383193,47.74318,8.99927\n1213,1646383194,47.74318,8.99927\n1214,1646383195,47.74314,8.99921\n1215,1646383197,47.74313,8.99919\n1216,1646383198,47.74313,8.99918\n1217,1646383199,47.74312,8.99917\n1218,1646383200,47.74312,8.99917\n1219,1646383201,47.74312,8.99917\n1220,1646383202,47.74311,8.99917\n1221,1646383246,47.74292,8.99884\n1222,1646383247,47.74292,8.99883\n1223,1646383248,47.74294,8.99884\n1224,1646383249,47.74294,8.99883\n1225,1646383250,47.74296,8.99883\n1226,1646383251,47.74297,8.99882\n1227,1646383252,47.74298,8.99881\n1228,1646383253,47.74299,8.99881\n1229,1646383254,47.74299,8.99881\n1230,1646383255,47.74300,8.99881\n1231,1646383297,47.74318,8.99901\n1232,1646383298,47.74318,8.99901\n1233,1646383300,47.74317,8.99902\n1234,1646383301,47.74316,8.99901\n1235,1646383302,47.74318,8.99904\n1236,1646383303,47.74318,8.99904\n1237,1646383304,47.74319,8.99904\n1238,1646383305,47.74319,8.99905\n1239,1646383306,47.74322,8.99907\n1240,1646383307,47.74323,8.99907\n1241,1646383350,47.74299,8.99913\n1242,1646383351,47.74309,8.99913\n1243,1646383353,47.74308,8.99912\n1244,1646383354,47.74307,8.99911\n1245,1646383355,47.74304,8.99907\n1246,1646383356,47.74302,8.99905\n1247,1646383357,47.74301,8.99903\n1248,1646383358,47.74301,8.99902\n1249,1646383359,47.74300,8.99901\n1250,1646383360,47.74300,8.99899\n1251,1646383407,47.74315,8.99893\n1252,1646383408,47.74310,8.99889\n1253,1646383410,47.74310,8.99889\n1254,1646383411,47.74310,8.99890\n1255,1646383412,47.74308,8.99890\n1256,1646383413,47.74306,8.99888\n1257,1646383414,47.74305,8.99888\n1258,1646383415,47.74303,8.99888\n1259,1646383416,47.74304,8.99890\n1260,1646383417,47.74304,8.99891\n1261,1646383459,47.74292,8.99903\n1262,1646383461,47.74291,8.99902\n1263,1646383462,47.74294,8.99905\n1264,1646383463,47.74295,8.99906\n1265,1646383464,47.74296,8.99907\n1266,1646383465,47.74296,8.99907\n1267,1646383466,47.74297,8.99908\n1268,1646383467,47.74297,8.99909\n1269,1646383468,47.74298,8.99910\n1270,1646383469,47.74298,8.99911\n1271,1646383508,47.74330,8.99928\n1272,1646383509,47.74328,8.99929\n1273,1646383510,47.74325,8.99928\n1274,1646383511,47.74319,8.99924\n1275,1646383512,47.74319,8.99924\n1276,1646383513,47.74314,8.99923\n1277,1646383515,47.74313,8.99921\n1278,1646383516,47.74312,8.99920\n1279,1646383517,47.74311,8.99918\n1280,1646383518,47.74311,8.99917\n1281,1646383560,47.74294,8.99893\n1282,1646383561,47.74299,8.99894\n1283,1646383563,47.74300,8.99896\n1284,1646383564,47.74301,8.99897\n1285,1646383565,47.74301,8.99898\n1286,1646383566,47.74302,8.99899\n1287,1646383567,47.74302,8.99900\n1288,1646383568,47.74302,8.99900\n1289,1646383569,47.74302,8.99900\n1290,1646383570,47.74302,8.99901\n1291,1646383614,47.74281,8.99893\n1292,1646383617,47.74292,8.99881\n1293,1646383618,47.74288,8.99878\n1294,1646383619,47.74286,8.99876\n1295,1646383620,47.74287,8.99877\n1296,1646383621,47.74287,8.99878\n1297,1646383622,47.74289,8.99879\n1298,1646383623,47.74290,8.99880\n1299,1646383624,47.74292,8.99881\n1300,1646383625,47.74294,8.99882\n1301,1646383680,47.74283,8.99873\n1302,1646383681,47.74300,8.99891\n1303,1646383683,47.74302,8.99893\n1304,1646383684,47.74304,8.99894\n1305,1646383685,47.74305,8.99894\n1306,1646383686,47.74304,8.99894\n1307,1646383687,47.74304,8.99894\n1308,1646383688,47.74305,8.99894\n1309,1646383689,47.74305,8.99894\n1310,1646383690,47.74305,8.99894\n1311,1646383724,47.74303,8.99898\n1312,1646383725,47.74303,8.99896\n1313,1646383726,47.74302,8.99894\n1314,1646383727,47.74301,8.99894\n1315,1646383728,47.74300,8.99894\n1316,1646383729,47.74299,8.99894\n1317,1646383730,47.74299,8.99894\n1318,1646383731,47.74300,8.99894\n1319,1646383732,47.74300,8.99895\n1320,1646383733,47.74301,8.99895\n1321,1646383767,47.74296,8.99886\n1322,1646383768,47.74297,8.99888\n1323,1646383769,47.74298,8.99889\n1324,1646383770,47.74299,8.99890\n1325,1646383771,47.74298,8.99889\n1326,1646383772,47.74298,8.99889\n1327,1646383773,47.74298,8.99889\n1328,1646383774,47.74298,8.99890\n1329,1646383775,47.74298,8.99890\n1330,1646383776,47.74298,8.99890\n1331,1646383810,47.74307,8.99899\n1332,1646383811,47.74306,8.99898\n1333,1646383812,47.74305,8.99898\n1334,1646383813,47.74303,8.99897\n1335,1646383814,47.74302,8.99896\n1336,1646383815,47.74301,8.99896\n1337,1646383816,47.74300,8.99895\n1338,1646383817,47.74299,8.99895\n1339,1646383818,47.74300,8.99895\n1340,1646383819,47.74303,8.99898\n1341,1646383854,47.74289,8.99895\n1342,1646383855,47.74290,8.99896\n1343,1646383856,47.74292,8.99896\n1344,1646383857,47.74292,8.99895\n1345,1646383858,47.74292,8.99895\n1346,1646383859,47.74294,8.99895\n1347,1646383860,47.74294,8.99895\n1348,1646383861,47.74294,8.99894\n1349,1646383862,47.74297,8.99896\n1350,1646383864,47.74298,8.99896\n1351,1646383897,47.74323,8.99892\n1352,1646383898,47.74326,8.99905\n1353,1646383899,47.74308,8.99902\n1354,1646383900,47.74307,8.99901\n1355,1646383901,47.74306,8.99901\n1356,1646383902,47.74305,8.99900\n1357,1646383903,47.74305,8.99900\n1358,1646383904,47.74304,8.99899\n1359,1646383905,47.74303,8.99900\n1360,1646383906,47.74303,8.99899\n1361,1646383940,47.74287,8.99892\n1362,1646383941,47.74295,8.99896\n1363,1646383942,47.74298,8.99896\n1364,1646383943,47.74299,8.99896\n1365,1646383944,47.74300,8.99896\n1366,1646383945,47.74300,8.99896\n1367,1646383946,47.74301,8.99897\n1368,1646383947,47.74301,8.99896\n1369,1646383948,47.74302,8.99897\n1370,1646383949,47.74303,8.99897\n1371,1646383984,47.74314,8.99896\n1372,1646383985,47.74310,8.99896\n1373,1646383986,47.74309,8.99896\n1374,1646383987,47.74308,8.99896\n1375,1646383988,47.74308,8.99896\n1376,1646383989,47.74308,8.99896\n1377,1646383990,47.74308,8.99896\n1378,1646383991,47.74308,8.99897\n1379,1646383992,47.74308,8.99897\n1380,1646383993,47.74308,8.99898\n1381,1646384026,47.74303,8.99898\n1382,1646384027,47.74311,8.99893\n1383,1646384028,47.74311,8.99893\n1384,1646384029,47.74313,8.99893\n1385,1646384030,47.74313,8.99893\n1386,1646384031,47.74313,8.99894\n1387,1646384032,47.74313,8.99894\n1388,1646384033,47.74313,8.99895\n1389,1646384034,47.74313,8.99895\n1390,1646384035,47.74311,8.99894\n1391,1646384071,47.74312,8.99898\n1392,1646384072,47.74297,8.99894\n1393,1646384073,47.74299,8.99896\n1394,1646384074,47.74300,8.99897\n1395,1646384075,47.74301,8.99898\n1396,1646384076,47.74303,8.99898\n1397,1646384077,47.74304,8.99898\n1398,1646384078,47.74305,8.99899\n1399,1646384080,47.74305,8.99899\n1400,1646384081,47.74305,8.99899\n1401,1646384115,47.74298,8.99895\n1402,1646384116,47.74300,8.99895\n1403,1646384117,47.74300,8.99896\n1404,1646384118,47.74302,8.99897\n1405,1646384119,47.74302,8.99897\n1406,1646384120,47.74304,8.99898\n1407,1646384121,47.74305,8.99898\n1408,1646384122,47.74308,8.99900\n1409,1646384123,47.74311,8.99901\n1410,1646384124,47.74310,8.99901\n1411,1646384158,47.74298,8.99896\n1412,1646384159,47.74296,8.99893\n1413,1646384160,47.74297,8.99895\n1414,1646384161,47.74294,8.99897\n1415,1646384162,47.74295,8.99897\n1416,1646384163,47.74296,8.99897\n1417,1646384164,47.74297,8.99897\n1418,1646384165,47.74296,8.99897\n1419,1646384166,47.74296,8.99897\n1420,1646384167,47.74296,8.99896\n1421,1646384202,47.74300,8.99895\n1422,1646384203,47.74298,8.99894\n1423,1646384204,47.74298,8.99893\n1424,1646384205,47.74298,8.99894\n1425,1646384206,47.74297,8.99894\n1426,1646384207,47.74297,8.99894\n1427,1646384208,47.74297,8.99893\n1428,1646384209,47.74304,8.99895\n1429,1646384211,47.74305,8.99896\n1430,1646384212,47.74306,8.99897\n1431,1646384248,47.74319,8.99911\n1432,1646384249,47.74312,8.99905\n1433,1646384250,47.74311,8.99904\n1434,1646384251,47.74306,8.99901\n1435,1646384252,47.74305,8.99900\n1436,1646384253,47.74304,8.99899\n1437,1646384254,47.74304,8.99898\n1438,1646384255,47.74303,8.99898\n1439,1646384256,47.74303,8.99898\n1440,1646384257,47.74303,8.99898\n1441,1646384292,47.74320,8.99895\n1442,1646384293,47.74314,8.99894\n1443,1646384294,47.74312,8.99896\n1444,1646384295,47.74310,8.99895\n1445,1646384296,47.74307,8.99894\n1446,1646384297,47.74304,8.99894\n1447,1646384298,47.74303,8.99894\n1448,1646384299,47.74303,8.99895\n1449,1646384300,47.74310,8.99898\n1450,1646384302,47.74309,8.99898\n1451,1646384338,47.74314,8.99893\n1452,1646384339,47.74314,8.99894\n1453,1646384340,47.74313,8.99895\n1454,1646384341,47.74312,8.99895\n1455,1646384342,47.74310,8.99895\n1456,1646384343,47.74311,8.99895\n1457,1646384344,47.74311,8.99896\n1458,1646384345,47.74310,8.99896\n1459,1646384346,47.74310,8.99897\n1460,1646384347,47.74305,8.99895\n1461,1646384382,47.74310,8.99899\n1462,1646384383,47.74313,8.99899\n1463,1646384384,47.74314,8.99900\n1464,1646384385,47.74314,8.99902\n1465,1646384386,47.74314,8.99903\n1466,1646384387,47.74314,8.99903\n1467,1646384388,47.74314,8.99903\n1468,1646384389,47.74313,8.99903\n1469,1646384390,47.74300,8.99900\n1470,1646384392,47.74300,8.99900\n1471,1646384428,47.74306,8.99895\n1472,1646384429,47.74303,8.99894\n1473,1646384430,47.74301,8.99894\n1474,1646384431,47.74300,8.99894\n1475,1646384432,47.74303,8.99895\n1476,1646384433,47.74306,8.99896\n1477,1646384434,47.74306,8.99895\n1478,1646384435,47.74305,8.99895\n1479,1646384436,47.74305,8.99895\n1480,1646384437,47.74300,8.99894\n1481,1646384473,47.74301,8.99891\n1482,1646384474,47.74300,8.99890\n1483,1646384475,47.74302,8.99891\n1484,1646384476,47.74300,8.99891\n1485,1646384477,47.74301,8.99892\n1486,1646384478,47.74302,8.99893\n1487,1646384479,47.74302,8.99893\n1488,1646384480,47.74304,8.99894\n1489,1646384482,47.74304,8.99894\n1490,1646384483,47.74304,8.99894\n1491,1646384516,47.74299,8.99901\n1492,1646384517,47.74306,8.99899\n1493,1646384518,47.74310,8.99899\n1494,1646384519,47.74311,8.99900\n1495,1646384520,47.74315,8.99901\n1496,1646384521,47.74315,8.99902\n1497,1646384522,47.74315,8.99902\n1498,1646384523,47.74314,8.99901\n1499,1646384524,47.74314,8.99901\n1500,1646384525,47.74314,8.99902\n1501,1646384560,47.74310,8.99906\n1502,1646384561,47.74311,8.99904\n1503,1646384562,47.74311,8.99903\n1504,1646384563,47.74311,8.99903\n1505,1646384564,47.74312,8.99903\n1506,1646384565,47.74313,8.99904\n1507,1646384566,47.74314,8.99904\n1508,1646384567,47.74315,8.99905\n1509,1646384568,47.74316,8.99906\n1510,1646384569,47.74316,8.99905\n1511,1646384602,47.74318,8.99900\n1512,1646384603,47.74317,8.99907\n1513,1646384604,47.74317,8.99908\n1514,1646384605,47.74316,8.99907\n1515,1646384606,47.74316,8.99906\n1516,1646384607,47.74315,8.99904\n1517,1646384608,47.74313,8.99902\n1518,1646384609,47.74312,8.99902\n1519,1646384610,47.74311,8.99901\n1520,1646384611,47.74306,8.99900\n1521,1646384647,47.74308,8.99901\n1522,1646384648,47.74309,8.99902\n1523,1646384649,47.74309,8.99902\n1524,1646384650,47.74311,8.99903\n1525,1646384651,47.74311,8.99904\n1526,1646384652,47.74312,8.99904\n1527,1646384653,47.74311,8.99905\n1528,1646384654,47.74305,8.99901\n1529,1646384656,47.74305,8.99901\n1530,1646384657,47.74306,8.99900\n1531,1646384690,47.74302,8.99910\n1532,1646384691,47.74326,8.99915\n1533,1646384692,47.74328,8.99914\n1534,1646384693,47.74330,8.99914\n1535,1646384694,47.74330,8.99914\n1536,1646384695,47.74330,8.99912\n1537,1646384696,47.74328,8.99911\n1538,1646384697,47.74327,8.99910\n1539,1646384698,47.74326,8.99909\n1540,1646384699,47.74324,8.99908\n1541,1646384733,47.74323,8.99901\n1542,1646384734,47.74304,8.99897\n1543,1646384735,47.74301,8.99898\n1544,1646384736,47.74301,8.99897\n1545,1646384737,47.74304,8.99899\n1546,1646384738,47.74307,8.99899\n1547,1646384739,47.74309,8.99900\n1548,1646384740,47.74310,8.99901\n1549,1646384741,47.74310,8.99900\n1550,1646384742,47.74309,8.99900\n1551,1646384775,47.74311,8.99886\n1552,1646384776,47.74308,8.99885\n1553,1646384777,47.74307,8.99886\n1554,1646384778,47.74308,8.99887\n1555,1646384779,47.74309,8.99889\n1556,1646384780,47.74309,8.99891\n1557,1646384781,47.74311,8.99891\n1558,1646384782,47.74311,8.99891\n1559,1646384783,47.74311,8.99892\n1560,1646384784,47.74312,8.99893\n1561,1646384818,47.74300,8.99896\n1562,1646384819,47.74305,8.99897\n1563,1646384820,47.74307,8.99899\n1564,1646384821,47.74308,8.99900\n1565,1646384822,47.74311,8.99900\n1566,1646384823,47.74313,8.99901\n1567,1646384824,47.74314,8.99901\n1568,1646384825,47.74315,8.99901\n1569,1646384826,47.74315,8.99901\n1570,1646384827,47.74315,8.99901\n1571,1646384861,47.74313,8.99891\n1572,1646384862,47.74312,8.99892\n1573,1646384863,47.74310,8.99892\n1574,1646384864,47.74310,8.99894\n1575,1646384865,47.74308,8.99894\n1576,1646384866,47.74306,8.99893\n1577,1646384867,47.74305,8.99893\n1578,1646384868,47.74303,8.99893\n1579,1646384869,47.74307,8.99894\n1580,1646384871,47.74307,8.99895\n1581,1646384904,47.74294,8.99893\n1582,1646384905,47.74311,8.99904\n1583,1646384906,47.74308,8.99903\n1584,1646384907,47.74309,8.99904\n1585,1646384908,47.74309,8.99904\n1586,1646384909,47.74309,8.99904\n1587,1646384910,47.74309,8.99904\n1588,1646384911,47.74302,8.99901\n1589,1646384913,47.74302,8.99901\n1590,1646384914,47.74302,8.99901\n1591,1646384947,47.74289,8.99905\n1592,1646384948,47.74296,8.99900\n1593,1646384949,47.74301,8.99900\n1594,1646384950,47.74302,8.99900\n1595,1646384951,47.74303,8.99900\n1596,1646384952,47.74305,8.99899\n1597,1646384953,47.74305,8.99899\n1598,1646384954,47.74305,8.99898\n1599,1646384955,47.74305,8.99898\n1600,1646384956,47.74304,8.99898\n1601,1646384990,47.74346,8.99910\n1602,1646384992,47.74321,8.99906\n1603,1646384993,47.74318,8.99905\n1604,1646384994,47.74316,8.99905\n1605,1646384995,47.74315,8.99905\n1606,1646384996,47.74314,8.99905\n1607,1646384997,47.74312,8.99904\n1608,1646384998,47.74312,8.99904\n1609,1646384999,47.74312,8.99903\n1610,1646385000,47.74311,8.99902\n1611,1646385033,47.74314,8.99883\n1612,1646385034,47.74298,8.99903\n1613,1646385035,47.74303,8.99898\n1614,1646385036,47.74303,8.99897\n1615,1646385037,47.74305,8.99898\n1616,1646385038,47.74306,8.99899\n1617,1646385039,47.74306,8.99898\n1618,1646385040,47.74305,8.99898\n1619,1646385041,47.74305,8.99899\n1620,1646385042,47.74305,8.99898\n1621,1646385078,47.74306,8.99890\n1622,1646385079,47.74306,8.99893\n1623,1646385080,47.74305,8.99893\n1624,1646385081,47.74305,8.99893\n1625,1646385082,47.74306,8.99893\n1626,1646385083,47.74304,8.99893\n1627,1646385084,47.74304,8.99893\n1628,1646385085,47.74303,8.99893\n1629,1646385086,47.74307,8.99896\n1630,1646385088,47.74307,8.99895\n1631,1646385123,47.74327,8.99902\n1632,1646385124,47.74326,8.99903\n1633,1646385125,47.74325,8.99903\n1634,1646385126,47.74323,8.99902\n1635,1646385127,47.74321,8.99900\n1636,1646385128,47.74320,8.99900\n1637,1646385129,47.74320,8.99901\n1638,1646385130,47.74320,8.99901\n1639,1646385131,47.74319,8.99901\n1640,1646385132,47.74319,8.99901\n1641,1646385166,47.74341,8.99921\n1642,1646385167,47.74323,8.99908\n1643,1646385168,47.74318,8.99906\n1644,1646385169,47.74319,8.99906\n1645,1646385170,47.74319,8.99906\n1646,1646385171,47.74320,8.99907\n1647,1646385172,47.74319,8.99906\n1648,1646385173,47.74319,8.99906\n1649,1646385174,47.74318,8.99906\n1650,1646385175,47.74319,8.99907\n1651,1646385210,47.74294,8.99885\n1652,1646385211,47.74295,8.99886\n1653,1646385212,47.74297,8.99889\n1654,1646385213,47.74298,8.99891\n1655,1646385214,47.74299,8.99892\n1656,1646385215,47.74299,8.99893\n1657,1646385216,47.74300,8.99893\n1658,1646385217,47.74302,8.99895\n1659,1646385219,47.74303,8.99896\n1660,1646385220,47.74303,8.99896\n1661,1646385253,47.74301,8.99881\n1662,1646385254,47.74299,8.99888\n1663,1646385255,47.74300,8.99889\n1664,1646385256,47.74301,8.99890\n1665,1646385257,47.74301,8.99891\n1666,1646385258,47.74300,8.99891\n1667,1646385259,47.74300,8.99890\n1668,1646385260,47.74301,8.99891\n1669,1646385261,47.74302,8.99891\n1670,1646385262,47.74303,8.99892\n1671,1646385296,47.74305,8.99889\n1672,1646385297,47.74305,8.99886\n1673,1646385298,47.74305,8.99886\n1674,1646385299,47.74305,8.99888\n1675,1646385300,47.74305,8.99888\n1676,1646385301,47.74305,8.99889\n1677,1646385302,47.74306,8.99890\n1678,1646385303,47.74306,8.99890\n1679,1646385304,47.74306,8.99890\n1680,1646385305,47.74306,8.99890\n1681,1646385338,47.74308,8.99890\n1682,1646385339,47.74308,8.99886\n1683,1646385340,47.74307,8.99887\n1684,1646385341,47.74305,8.99888\n1685,1646385342,47.74304,8.99889\n1686,1646385343,47.74304,8.99890\n1687,1646385344,47.74303,8.99891\n1688,1646385345,47.74304,8.99892\n1689,1646385346,47.74304,8.99893\n1690,1646385347,47.74304,8.99893\n1691,1646385383,47.74311,8.99902\n1692,1646385384,47.74311,8.99902\n1693,1646385385,47.74310,8.99901\n1694,1646385386,47.74309,8.99901\n1695,1646385387,47.74308,8.99902\n1696,1646385388,47.74308,8.99901\n1697,1646385389,47.74307,8.99901\n1698,1646385390,47.74308,8.99901\n1699,1646385391,47.74309,8.99901\n1700,1646385392,47.74309,8.99900\n1701,1646385425,47.74300,8.99901\n1702,1646385426,47.74312,8.99899\n1703,1646385427,47.74312,8.99899\n1704,1646385428,47.74310,8.99898\n1705,1646385429,47.74308,8.99897\n1706,1646385430,47.74308,8.99897\n1707,1646385431,47.74306,8.99896\n1708,1646385432,47.74306,8.99896\n1709,1646385433,47.74306,8.99895\n1710,1646385435,47.74306,8.99895\n1711,1646385468,47.74307,8.99892\n1712,1646385469,47.74307,8.99894\n1713,1646385470,47.74306,8.99894\n1714,1646385471,47.74306,8.99892\n1715,1646385472,47.74307,8.99893\n1716,1646385473,47.74308,8.99893\n1717,1646385474,47.74308,8.99893\n1718,1646385475,47.74311,8.99897\n1719,1646385477,47.74310,8.99897\n1720,1646385478,47.74311,8.99897\n1721,1646385513,47.74311,8.99879\n1722,1646385514,47.74311,8.99882\n1723,1646385515,47.74310,8.99884\n1724,1646385516,47.74310,8.99886\n1725,1646385517,47.74310,8.99886\n1726,1646385518,47.74309,8.99888\n1727,1646385519,47.74309,8.99889\n1728,1646385520,47.74309,8.99889\n1729,1646385521,47.74309,8.99890\n1730,1646385522,47.74309,8.99890\n1731,1646385555,47.74302,8.99918\n1732,1646385556,47.74307,8.99906\n1733,1646385557,47.74307,8.99901\n1734,1646385558,47.74308,8.99899\n1735,1646385559,47.74307,8.99898\n1736,1646385560,47.74306,8.99897\n1737,1646385561,47.74306,8.99897\n1738,1646385562,47.74306,8.99897\n1739,1646385563,47.74306,8.99897\n1740,1646385564,47.74306,8.99898\n1741,1646385600,47.74318,8.99901\n1742,1646385601,47.74319,8.99899\n1743,1646385602,47.74317,8.99899\n1744,1646385603,47.74315,8.99898\n1745,1646385604,47.74313,8.99899\n1746,1646385605,47.74309,8.99900\n1747,1646385606,47.74308,8.99901\n1748,1646385607,47.74308,8.99897\n1749,1646385609,47.74306,8.99897\n1750,1646385610,47.74305,8.99897\n1751,1646385644,47.74301,8.99902\n1752,1646385645,47.74300,8.99903\n1753,1646385646,47.74300,8.99903\n1754,1646385647,47.74300,8.99903\n1755,1646385648,47.74299,8.99903\n1756,1646385649,47.74300,8.99902\n1757,1646385650,47.74299,8.99901\n1758,1646385651,47.74299,8.99901\n1759,1646385652,47.74299,8.99901\n1760,1646385653,47.74299,8.99900\n1761,1646385686,47.74305,8.99897\n1762,1646385687,47.74305,8.99895\n1763,1646385688,47.74304,8.99895\n1764,1646385689,47.74304,8.99894\n1765,1646385690,47.74305,8.99894\n1766,1646385691,47.74305,8.99895\n1767,1646385692,47.74305,8.99895\n1768,1646385693,47.74306,8.99894\n1769,1646385694,47.74305,8.99894\n1770,1646385695,47.74306,8.99894\n1771,1646385729,47.74307,8.99909\n1772,1646385730,47.74314,8.99902\n1773,1646385731,47.74313,8.99902\n1774,1646385732,47.74312,8.99900\n1775,1646385733,47.74312,8.99899\n1776,1646385734,47.74311,8.99899\n1777,1646385735,47.74310,8.99898\n1778,1646385736,47.74310,8.99898\n1779,1646385737,47.74309,8.99897\n1780,1646385738,47.74309,8.99897\n1781,1646385771,47.74303,8.99886\n1782,1646385772,47.74306,8.99887\n1783,1646385773,47.74306,8.99889\n1784,1646385774,47.74306,8.99890\n1785,1646385775,47.74306,8.99892\n1786,1646385776,47.74306,8.99892\n1787,1646385777,47.74305,8.99893\n1788,1646385778,47.74305,8.99894\n1789,1646385779,47.74304,8.99896\n1790,1646385780,47.74303,8.99896\n1791,1646385814,47.74301,8.99911\n1792,1646385815,47.74305,8.99901\n1793,1646385816,47.74307,8.99900\n1794,1646385817,47.74307,8.99900\n1795,1646385818,47.74306,8.99899\n1796,1646385819,47.74305,8.99899\n1797,1646385820,47.74305,8.99899\n1798,1646385821,47.74304,8.99900\n1799,1646385822,47.74304,8.99901\n1800,1646385823,47.74304,8.99901\n1801,1646385856,47.74293,8.99904\n1802,1646385857,47.74296,8.99902\n1803,1646385858,47.74298,8.99901\n1804,1646385859,47.74299,8.99901\n1805,1646385860,47.74299,8.99901\n1806,1646385861,47.74300,8.99901\n1807,1646385862,47.74301,8.99902\n1808,1646385863,47.74301,8.99902\n1809,1646385864,47.74301,8.99902\n1810,1646385865,47.74301,8.99902\n1811,1646385899,47.74292,8.99903\n1812,1646385900,47.74304,8.99905\n1813,1646385901,47.74305,8.99904\n1814,1646385902,47.74306,8.99904\n1815,1646385903,47.74306,8.99903\n1816,1646385904,47.74306,8.99903\n1817,1646385905,47.74305,8.99901\n1818,1646385906,47.74305,8.99901\n1819,1646385907,47.74305,8.99901\n1820,1646385908,47.74301,8.99899\n1821,1646385943,47.74313,8.99893\n1822,1646385944,47.74311,8.99895\n1823,1646385945,47.74310,8.99896\n1824,1646385946,47.74309,8.99896\n1825,1646385947,47.74309,8.99897\n1826,1646385948,47.74308,8.99897\n1827,1646385949,47.74303,8.99894\n1828,1646385951,47.74303,8.99895\n1829,1646385952,47.74303,8.99895\n1830,1646385953,47.74303,8.99895\n1831,1646385987,47.74307,8.99901\n1832,1646385988,47.74308,8.99901\n1833,1646385989,47.74307,8.99901\n1834,1646385990,47.74304,8.99901\n1835,1646385991,47.74303,8.99900\n1836,1646385992,47.74303,8.99900\n1837,1646385993,47.74302,8.99900\n1838,1646385994,47.74302,8.99899\n1839,1646385995,47.74301,8.99899\n1840,1646385996,47.74300,8.99899\n1841,1646386030,47.74314,8.99907\n1842,1646386031,47.74304,8.99903\n1843,1646386032,47.74303,8.99903\n1844,1646386033,47.74304,8.99903\n1845,1646386034,47.74304,8.99903\n1846,1646386035,47.74304,8.99903\n1847,1646386036,47.74304,8.99902\n1848,1646386037,47.74305,8.99901\n1849,1646386038,47.74305,8.99901\n1850,1646386039,47.74301,8.99901\n1851,1646386073,47.74324,8.99897\n1852,1646386074,47.74317,8.99898\n1853,1646386075,47.74317,8.99899\n1854,1646386076,47.74315,8.99900\n1855,1646386077,47.74314,8.99900\n1856,1646386078,47.74312,8.99900\n1857,1646386079,47.74311,8.99901\n1858,1646386080,47.74310,8.99901\n1859,1646386081,47.74293,8.99896\n1860,1646386083,47.74295,8.99898\n1861,1646386118,47.74292,8.99898\n1862,1646386119,47.74291,8.99897\n1863,1646386120,47.74292,8.99897\n1864,1646386121,47.74291,8.99897\n1865,1646386122,47.74292,8.99898\n1866,1646386123,47.74291,8.99898\n1867,1646386125,47.74290,8.99897\n1868,1646386126,47.74291,8.99897\n1869,1646386127,47.74291,8.99897\n1870,1646386128,47.74291,8.99897\n1871,1646386163,47.74303,8.99894\n1872,1646386164,47.74301,8.99895\n1873,1646386165,47.74301,8.99895\n1874,1646386166,47.74299,8.99895\n1875,1646386167,47.74298,8.99895\n1876,1646386168,47.74298,8.99895\n1877,1646386169,47.74298,8.99895\n1878,1646386170,47.74299,8.99896\n1879,1646386171,47.74294,8.99895\n1880,1646386173,47.74295,8.99895\n1881,1646386207,47.74302,8.99900\n1882,1646386208,47.74307,8.99899\n1883,1646386209,47.74309,8.99899\n1884,1646386210,47.74310,8.99899\n1885,1646386211,47.74309,8.99899\n1886,1646386212,47.74309,8.99899\n1887,1646386213,47.74301,8.99896\n1888,1646386215,47.74302,8.99896\n1889,1646386216,47.74302,8.99897\n1890,1646386217,47.74302,8.99897\n1891,1646386250,47.74314,8.99905\n1892,1646386251,47.74316,8.99901\n1893,1646386252,47.74316,8.99902\n1894,1646386253,47.74316,8.99903\n1895,1646386254,47.74315,8.99903\n1896,1646386255,47.74315,8.99903\n1897,1646386256,47.74316,8.99902\n1898,1646386257,47.74316,8.99902\n1899,1646386258,47.74317,8.99902\n1900,1646386259,47.74317,8.99901\n1901,1646386293,47.74308,8.99903\n1902,1646386294,47.74308,8.99901\n1903,1646386295,47.74308,8.99900\n1904,1646386296,47.74308,8.99899\n1905,1646386297,47.74308,8.99899\n1906,1646386298,47.74308,8.99899\n1907,1646386299,47.74309,8.99899\n1908,1646386300,47.74308,8.99898\n1909,1646386301,47.74309,8.99899\n1910,1646386302,47.74309,8.99899\n1911,1646386336,47.74306,8.99895\n1912,1646386337,47.74305,8.99895\n1913,1646386338,47.74306,8.99896\n1914,1646386339,47.74307,8.99896\n1915,1646386340,47.74307,8.99897\n1916,1646386341,47.74308,8.99897\n1917,1646386342,47.74308,8.99898\n1918,1646386343,47.74308,8.99898\n1919,1646386344,47.74308,8.99898\n1920,1646386345,47.74299,8.99895\n1921,1646386380,47.74295,8.99894\n1922,1646386381,47.74298,8.99894\n1923,1646386382,47.74298,8.99895\n1924,1646386383,47.74299,8.99895\n1925,1646386384,47.74300,8.99895\n1926,1646386385,47.74300,8.99895\n1927,1646386386,47.74301,8.99895\n1928,1646386387,47.74301,8.99895\n1929,1646386389,47.74301,8.99895\n1930,1646386390,47.74301,8.99895\n1931,1646386423,47.74303,8.99898\n1932,1646386424,47.74305,8.99901\n1933,1646386425,47.74305,8.99901\n1934,1646386426,47.74304,8.99900\n1935,1646386427,47.74304,8.99900\n1936,1646386428,47.74303,8.99900\n1937,1646386429,47.74302,8.99899\n1938,1646386430,47.74302,8.99898\n1939,1646386431,47.74301,8.99899\n1940,1646386432,47.74302,8.99898\n1941,1646386467,47.74320,8.99888\n1942,1646386468,47.74322,8.99887\n1943,1646386469,47.74322,8.99887\n1944,1646386470,47.74322,8.99888\n1945,1646386471,47.74319,8.99890\n1946,1646386472,47.74318,8.99890\n1947,1646386473,47.74316,8.99891\n1948,1646386474,47.74314,8.99892\n1949,1646386475,47.74313,8.99893\n1950,1646386476,47.74312,8.99893\n1951,1646386511,47.74315,8.99899\n1952,1646386512,47.74313,8.99898\n1953,1646386513,47.74314,8.99899\n1954,1646386514,47.74312,8.99899\n1955,1646386515,47.74311,8.99899\n1956,1646386516,47.74310,8.99899\n1957,1646386517,47.74310,8.99900\n1958,1646386518,47.74309,8.99900\n1959,1646386519,47.74298,8.99901\n1960,1646386521,47.74298,8.99901\n1961,1646386556,47.74294,8.99903\n1962,1646386557,47.74295,8.99902\n1963,1646386558,47.74294,8.99902\n1964,1646386559,47.74294,8.99902\n1965,1646386560,47.74295,8.99902\n1966,1646386561,47.74288,8.99904\n1967,1646386563,47.74289,8.99904\n1968,1646386564,47.74289,8.99904\n1969,1646386565,47.74290,8.99904\n1970,1646386566,47.74291,8.99904\n1971,1646386600,47.74314,8.99902\n1972,1646386601,47.74312,8.99902\n1973,1646386602,47.74313,8.99901\n1974,1646386603,47.74314,8.99900\n1975,1646386604,47.74315,8.99899\n1976,1646386605,47.74315,8.99899\n1977,1646386606,47.74315,8.99899\n1978,1646386607,47.74315,8.99899\n1979,1646386608,47.74314,8.99898\n1980,1646386609,47.74306,8.99899\n1981,1646386644,47.74309,8.99911\n1982,1646386645,47.74308,8.99910\n1983,1646386646,47.74306,8.99910\n1984,1646386647,47.74304,8.99909\n1985,1646386648,47.74303,8.99909\n1986,1646386649,47.74304,8.99908\n1987,1646386650,47.74302,8.99909\n1988,1646386651,47.74303,8.99909\n1989,1646386652,47.74298,8.99910\n1990,1646386654,47.74298,8.99909\n1991,1646386689,47.74303,8.99906\n1992,1646386690,47.74303,8.99905\n1993,1646386691,47.74302,8.99906\n1994,1646386692,47.74301,8.99905\n1995,1646386693,47.74301,8.99905\n1996,1646386694,47.74301,8.99905\n1997,1646386695,47.74301,8.99905\n1998,1646386696,47.74301,8.99905\n1999,1646386697,47.74302,8.99905\n2000,1646386698,47.74302,8.99904\n2001,1646386733,47.74309,8.99900\n2002,1646386734,47.74310,8.99901\n2003,1646386735,47.74311,8.99900\n2004,1646386736,47.74312,8.99901\n2005,1646386737,47.74312,8.99901\n2006,1646386738,47.74312,8.99901\n2007,1646386739,47.74311,8.99902\n2008,1646386739,47.74311,8.99902\n2009,1646386740,47.74311,8.99901\n2010,1646386742,47.74307,8.99901\n2011,1646386775,47.74310,8.99909\n2012,1646386776,47.74309,8.99905\n2013,1646386777,47.74310,8.99905\n2014,1646386778,47.74310,8.99905\n2015,1646386779,47.74308,8.99904\n2016,1646386780,47.74308,8.99903\n2017,1646386781,47.74308,8.99902\n2018,1646386782,47.74308,8.99902\n2019,1646386783,47.74303,8.99902\n2020,1646386785,47.74302,8.99902\n2021,1646386819,47.74320,8.99902\n2022,1646386820,47.74318,8.99901\n2023,1646386821,47.74317,8.99900\n2024,1646386822,47.74316,8.99899\n2025,1646386823,47.74315,8.99899\n2026,1646386824,47.74314,8.99899\n2027,1646386825,47.74302,8.99900\n2028,1646386827,47.74304,8.99897\n2029,1646386828,47.74303,8.99898\n2030,1646386829,47.74304,8.99897\n2031,1646386862,47.74313,8.99893\n2032,1646386863,47.74313,8.99897\n2033,1646386864,47.74312,8.99897\n2034,1646386865,47.74310,8.99898\n2035,1646386866,47.74309,8.99898\n2036,1646386867,47.74309,8.99898\n2037,1646386868,47.74309,8.99898\n2038,1646386869,47.74308,8.99898\n2039,1646386870,47.74308,8.99898\n2040,1646386871,47.74308,8.99898\n2041,1646386904,47.74319,8.99902\n2042,1646386905,47.74311,8.99900\n2043,1646386906,47.74309,8.99900\n2044,1646386907,47.74308,8.99900\n2045,1646386908,47.74308,8.99899\n2046,1646386909,47.74308,8.99898\n2047,1646386910,47.74308,8.99898\n2048,1646386911,47.74308,8.99898\n2049,1646386912,47.74307,8.99898\n2050,1646386913,47.74308,8.99898\n2051,1646386947,47.74298,8.99914\n2052,1646386948,47.74303,8.99900\n2053,1646386949,47.74304,8.99900\n2054,1646386950,47.74303,8.99900\n2055,1646386951,47.74302,8.99900\n2056,1646386952,47.74301,8.99901\n2057,1646386953,47.74301,8.99901\n2058,1646386954,47.74301,8.99901\n2059,1646386955,47.74300,8.99900\n2060,1646386956,47.74300,8.99900\n2061,1646386990,47.74305,8.99898\n2062,1646386991,47.74307,8.99897\n2063,1646386992,47.74306,8.99898\n2064,1646386993,47.74302,8.99899\n2065,1646386994,47.74300,8.99900\n2066,1646386995,47.74299,8.99900\n2067,1646386996,47.74299,8.99900\n2068,1646386997,47.74300,8.99901\n2069,1646386998,47.74300,8.99901\n2070,1646386999,47.74296,8.99902\n2071,1646387033,47.74306,8.99905\n2072,1646387034,47.74299,8.99906\n2073,1646387035,47.74300,8.99905\n2074,1646387036,47.74301,8.99904\n2075,1646387037,47.74301,8.99904\n2076,1646387038,47.74302,8.99904\n2077,1646387039,47.74303,8.99904\n2078,1646387040,47.74305,8.99904\n2079,1646387041,47.74301,8.99904\n2080,1646387043,47.74301,8.99903\n2081,1646387076,47.74292,8.99907\n2082,1646387077,47.74298,8.99907\n2083,1646387078,47.74303,8.99902\n2084,1646387079,47.74305,8.99900\n2085,1646387080,47.74307,8.99899\n2086,1646387081,47.74308,8.99899\n2087,1646387082,47.74308,8.99899\n2088,1646387083,47.74301,8.99897\n2089,1646387085,47.74301,8.99897\n2090,1646387086,47.74301,8.99897\n2091,1646387119,47.74309,8.99909\n2092,1646387120,47.74310,8.99898\n2093,1646387121,47.74310,8.99898\n2094,1646387122,47.74309,8.99898\n2095,1646387123,47.74309,8.99898\n2096,1646387124,47.74309,8.99898\n2097,1646387125,47.74309,8.99898\n2098,1646387126,47.74309,8.99898\n2099,1646387127,47.74309,8.99898\n2100,1646387128,47.74309,8.99898\n2101,1646387162,47.74306,8.99891\n2102,1646387163,47.74307,8.99891\n2103,1646387164,47.74308,8.99892\n2104,1646387165,47.74308,8.99894\n2105,1646387166,47.74309,8.99895\n2106,1646387167,47.74310,8.99896\n2107,1646387168,47.74310,8.99896\n2108,1646387169,47.74310,8.99896\n2109,1646387170,47.74310,8.99896\n2110,1646387171,47.74311,8.99896\n2111,1646387205,47.74309,8.99904\n2112,1646387206,47.74309,8.99899\n2113,1646387207,47.74309,8.99899\n2114,1646387208,47.74309,8.99900\n2115,1646387209,47.74309,8.99900\n2116,1646387210,47.74309,8.99901\n2117,1646387211,47.74309,8.99900\n2118,1646387212,47.74309,8.99900\n2119,1646387213,47.74309,8.99899\n2120,1646387214,47.74309,8.99899\n2121,1646387247,47.74318,8.99921\n2122,1646387248,47.74314,8.99906\n2123,1646387249,47.74314,8.99905\n2124,1646387250,47.74311,8.99905\n2125,1646387251,47.74310,8.99905\n2126,1646387252,47.74310,8.99905\n2127,1646387253,47.74310,8.99905\n2128,1646387254,47.74310,8.99905\n2129,1646387255,47.74310,8.99905\n2130,1646387256,47.74309,8.99905\n2131,1646387290,47.74310,8.99900\n2132,1646387291,47.74308,8.99902\n2133,1646387292,47.74308,8.99900\n2134,1646387293,47.74308,8.99899\n2135,1646387294,47.74307,8.99898\n2136,1646387295,47.74306,8.99897\n2137,1646387296,47.74305,8.99896\n2138,1646387297,47.74305,8.99896\n2139,1646387298,47.74304,8.99896\n2140,1646387299,47.74301,8.99896\n2141,1646387335,47.74306,8.99895\n2142,1646387336,47.74308,8.99896\n2143,1646387337,47.74308,8.99898\n2144,1646387338,47.74309,8.99897\n2145,1646387339,47.74310,8.99898\n2146,1646387340,47.74310,8.99898\n2147,1646387341,47.74300,8.99894\n2148,1646387343,47.74300,8.99895\n2149,1646387344,47.74300,8.99895\n2150,1646387345,47.74301,8.99895\n2151,1646387378,47.74318,8.99901\n2152,1646387379,47.74320,8.99895\n2153,1646387380,47.74321,8.99897\n2154,1646387382,47.74326,8.99900\n2155,1646387383,47.74322,8.99900\n2156,1646387384,47.74322,8.99900\n2157,1646387385,47.74322,8.99900\n2158,1646387386,47.74322,8.99900\n2159,1646387387,47.74321,8.99900\n2160,1646387388,47.74321,8.99900\n2161,1646387421,47.74277,8.99881\n2162,1646387423,47.74263,8.99873\n2163,1646387424,47.74269,8.99876\n2164,1646387425,47.74281,8.99885\n2165,1646387426,47.74290,8.99889\n2166,1646387427,47.74302,8.99896\n2167,1646387428,47.74307,8.99898\n2168,1646387429,47.74310,8.99901\n2169,1646387430,47.74314,8.99902\n2170,1646387431,47.74304,8.99897\n2171,1646387466,47.74298,8.99894\n2172,1646387467,47.74301,8.99894\n2173,1646387468,47.74299,8.99892\n2174,1646387469,47.74297,8.99892\n2175,1646387470,47.74296,8.99892\n2176,1646387471,47.74295,8.99892\n2177,1646387472,47.74296,8.99893\n2178,1646387473,47.74299,8.99895\n2179,1646387475,47.74299,8.99895\n2180,1646387476,47.74298,8.99895\n2181,1646387509,47.74305,8.99896\n2182,1646387510,47.74303,8.99892\n2183,1646387511,47.74306,8.99895\n2184,1646387512,47.74309,8.99897\n2185,1646387513,47.74310,8.99899\n2186,1646387514,47.74309,8.99901\n2187,1646387515,47.74309,8.99903\n2188,1646387516,47.74309,8.99903\n2189,1646387517,47.74310,8.99904\n2190,1646387518,47.74310,8.99904\n2191,1646387552,47.74338,8.99911\n2192,1646387553,47.74309,8.99899\n2193,1646387554,47.74311,8.99900\n2194,1646387555,47.74313,8.99901\n2195,1646387556,47.74315,8.99902\n2196,1646387557,47.74315,8.99901\n2197,1646387558,47.74315,8.99901\n2198,1646387559,47.74315,8.99901\n2199,1646387560,47.74315,8.99901\n2200,1646387561,47.74315,8.99901\n2201,1646387599,47.74340,8.99916\n2202,1646387600,47.74327,8.99910\n2203,1646387601,47.74327,8.99911\n2204,1646387602,47.74322,8.99909\n2205,1646387603,47.74318,8.99908\n2206,1646387604,47.74315,8.99905\n2207,1646387605,47.74302,8.99899\n2208,1646387607,47.74301,8.99899\n2209,1646387608,47.74301,8.99901\n2210,1646387609,47.74302,8.99902\n2211,1646387643,47.74321,8.99912\n2212,1646387644,47.74321,8.99911\n2213,1646387645,47.74325,8.99911\n2214,1646387646,47.74326,8.99911\n2215,1646387647,47.74329,8.99911\n2216,1646387648,47.74326,8.99909\n2217,1646387649,47.74323,8.99908\n2218,1646387650,47.74322,8.99908\n2219,1646387651,47.74321,8.99907\n2220,1646387652,47.74319,8.99906\n2221,1646387685,47.74340,8.99923\n2222,1646387686,47.74331,8.99918\n2223,1646387687,47.74322,8.99912\n2224,1646387689,47.74322,8.99909\n2225,1646387690,47.74326,8.99911\n2226,1646387691,47.74327,8.99911\n2227,1646387692,47.74325,8.99910\n2228,1646387693,47.74323,8.99910\n2229,1646387694,47.74321,8.99910\n2230,1646387695,47.74300,8.99901\n2231,1646387730,47.74284,8.99889\n2232,1646387731,47.74286,8.99888\n2233,1646387732,47.74296,8.99893\n2234,1646387733,47.74301,8.99897\n2235,1646387734,47.74304,8.99898\n2236,1646387735,47.74305,8.99899\n2237,1646387736,47.74305,8.99899\n2238,1646387737,47.74304,8.99899\n2239,1646387738,47.74291,8.99894\n2240,1646387740,47.74293,8.99895\n2241,1646387774,47.74345,8.99916\n2242,1646387775,47.74329,8.99911\n2243,1646387776,47.74342,8.99913\n2244,1646387777,47.74318,8.99902\n2245,1646387778,47.74317,8.99903\n2246,1646387779,47.74316,8.99903\n2247,1646387780,47.74317,8.99903\n2248,1646387781,47.74316,8.99902\n2249,1646387782,47.74314,8.99901\n2250,1646387783,47.74313,8.99901\n2251,1646387818,47.74321,8.99903\n2252,1646387819,47.74336,8.99909\n2253,1646387820,47.74333,8.99909\n2254,1646387821,47.74320,8.99905\n2255,1646387822,47.74318,8.99904\n2256,1646387823,47.74313,8.99902\n2257,1646387824,47.74310,8.99901\n2258,1646387825,47.74308,8.99900\n2259,1646387826,47.74306,8.99899\n2260,1646387827,47.74296,8.99895\n2261,1646387861,47.74330,8.99914\n2262,1646387862,47.74329,8.99912\n2263,1646387863,47.74328,8.99911\n2264,1646387864,47.74328,8.99910\n2265,1646387865,47.74329,8.99910\n2266,1646387866,47.74327,8.99909\n2267,1646387867,47.74328,8.99908\n2268,1646387868,47.74326,8.99906\n2269,1646387869,47.74325,8.99905\n2270,1646387870,47.74301,8.99896\n2271,1646387904,47.74336,8.99902\n2272,1646387905,47.74332,8.99902\n2273,1646387906,47.74328,8.99899\n2274,1646387907,47.74328,8.99901\n2275,1646387908,47.74328,8.99901\n2276,1646387909,47.74329,8.99903\n2277,1646387910,47.74328,8.99903\n2278,1646387911,47.74302,8.99894\n2279,1646387913,47.74301,8.99893\n2280,1646387914,47.74302,8.99894\n2281,1646387947,47.74305,8.99894\n2282,1646387948,47.74314,8.99899\n2283,1646387949,47.74316,8.99900\n2284,1646387950,47.74314,8.99900\n2285,1646387951,47.74312,8.99901\n2286,1646387952,47.74308,8.99899\n2287,1646387953,47.74305,8.99899\n2288,1646387954,47.74303,8.99898\n2289,1646387955,47.74303,8.99898\n2290,1646387956,47.74303,8.99898\n2291,1646387989,47.74321,8.99904\n2292,1646387990,47.74295,8.99899\n2293,1646387991,47.74299,8.99900\n2294,1646387992,47.74303,8.99902\n2295,1646387993,47.74304,8.99903\n2296,1646387994,47.74298,8.99900\n2297,1646387995,47.74298,8.99900\n2298,1646387996,47.74302,8.99901\n2299,1646387997,47.74303,8.99901\n2300,1646387998,47.74305,8.99902\n2301,1646388035,47.74350,8.99913\n2302,1646388036,47.74350,8.99915\n2303,1646388037,47.74346,8.99912\n2304,1646388038,47.74330,8.99906\n2305,1646388039,47.74325,8.99904\n2306,1646388040,47.74322,8.99903\n2307,1646388041,47.74319,8.99903\n2308,1646388042,47.74317,8.99903\n2309,1646388043,47.74314,8.99901\n2310,1646388044,47.74295,8.99893\n2311,1646388077,47.74300,8.99877\n2312,1646388078,47.74308,8.99889\n2313,1646388079,47.74306,8.99889\n2314,1646388080,47.74304,8.99891\n2315,1646388081,47.74307,8.99895\n2316,1646388082,47.74312,8.99899\n2317,1646388083,47.74315,8.99900\n2318,1646388084,47.74317,8.99900\n2319,1646388085,47.74303,8.99894\n2320,1646388087,47.74302,8.99893\n2321,1646388122,47.74337,8.99903\n2322,1646388123,47.74327,8.99900\n2323,1646388124,47.74323,8.99899\n2324,1646388125,47.74324,8.99900\n2325,1646388126,47.74324,8.99901\n2326,1646388127,47.74297,8.99893\n2327,1646388129,47.74298,8.99894\n2328,1646388130,47.74298,8.99894\n2329,1646388131,47.74299,8.99895\n2330,1646388132,47.74299,8.99896\n2331,1646388168,47.74325,8.99912\n2332,1646388169,47.74326,8.99912\n2333,1646388170,47.74322,8.99911\n2334,1646388171,47.74314,8.99908\n2335,1646388172,47.74314,8.99907\n2336,1646388173,47.74314,8.99906\n2337,1646388174,47.74313,8.99904\n2338,1646388175,47.74298,8.99897\n2339,1646388177,47.74298,8.99896\n2340,1646388178,47.74298,8.99896\n2341,1646388212,47.74346,8.99913\n2342,1646388213,47.74347,8.99914\n2343,1646388214,47.74348,8.99914\n2344,1646388215,47.74344,8.99912\n2345,1646388216,47.74341,8.99910\n2346,1646388217,47.74331,8.99907\n2347,1646388218,47.74324,8.99903\n2348,1646388219,47.74320,8.99902\n2349,1646388220,47.74315,8.99902\n2350,1646388221,47.74312,8.99903\n2351,1646388257,47.74298,8.99896\n2352,1646388258,47.74302,8.99901\n2353,1646388259,47.74305,8.99901\n2354,1646388260,47.74310,8.99902\n2355,1646388261,47.74311,8.99903\n2356,1646388262,47.74310,8.99902\n2357,1646388263,47.74309,8.99902\n2358,1646388264,47.74310,8.99903\n2359,1646388265,47.74299,8.99897\n2360,1646388267,47.74300,8.99897\n2361,1646388304,47.74315,8.99894\n2362,1646388305,47.74316,8.99895\n2363,1646388306,47.74316,8.99895\n2364,1646388307,47.74301,8.99891\n2365,1646388309,47.74300,8.99892\n2366,1646388310,47.74299,8.99893\n2367,1646388311,47.74298,8.99893\n2368,1646388312,47.74298,8.99893\n2369,1646388313,47.74297,8.99893\n2370,1646388314,47.74297,8.99893\n2371,1646388348,47.74313,8.99917\n2372,1646388349,47.74315,8.99914\n2373,1646388350,47.74314,8.99912\n2374,1646388351,47.74311,8.99908\n2375,1646388352,47.74310,8.99906\n2376,1646388353,47.74312,8.99906\n2377,1646388354,47.74314,8.99905\n2378,1646388355,47.74292,8.99903\n2379,1646388357,47.74292,8.99901\n2380,1646388358,47.74291,8.99901\n2381,1646388395,47.74262,8.99894\n2382,1646388396,47.74264,8.99897\n2383,1646388397,47.74265,8.99898\n2384,1646388398,47.74266,8.99898\n2385,1646388399,47.74267,8.99897\n2386,1646388400,47.74268,8.99897\n2387,1646388401,47.74267,8.99898\n2388,1646388402,47.74268,8.99900\n2389,1646388403,47.74289,8.99903\n2390,1646388405,47.74287,8.99905\n2391,1646388443,47.74309,8.99906\n2392,1646388444,47.74309,8.99905\n2393,1646388445,47.74287,8.99903\n2394,1646388447,47.74287,8.99903\n2395,1646388448,47.74288,8.99902\n2396,1646388449,47.74288,8.99902\n2397,1646388450,47.74289,8.99902\n2398,1646388451,47.74289,8.99901\n2399,1646388452,47.74289,8.99901\n2400,1646388453,47.74289,8.99900\n2401,1646388493,47.74298,8.99902\n2402,1646388495,47.74296,8.99902\n2403,1646388496,47.74296,8.99903\n2404,1646388497,47.74295,8.99904\n2405,1646388498,47.74294,8.99904\n2406,1646388499,47.74295,8.99905\n2407,1646388500,47.74295,8.99905\n2408,1646388501,47.74295,8.99906\n2409,1646388502,47.74295,8.99906\n2410,1646388503,47.74294,8.99907\n2411,1646388546,47.74328,8.99896\n2412,1646388547,47.74296,8.99894\n2413,1646388549,47.74295,8.99898\n2414,1646388550,47.74295,8.99899\n2415,1646388551,47.74296,8.99899\n2416,1646388552,47.74297,8.99898\n2417,1646388553,47.74297,8.99897\n2418,1646388554,47.74298,8.99896\n2419,1646388555,47.74298,8.99895\n2420,1646388556,47.74299,8.99895\n2421,1646388601,47.74297,8.99910\n2422,1646388603,47.74298,8.99909\n2423,1646388604,47.74298,8.99909\n2424,1646388605,47.74298,8.99909\n2425,1646388606,47.74298,8.99908\n2426,1646388607,47.74299,8.99908\n2427,1646388608,47.74299,8.99908\n2428,1646388609,47.74299,8.99907\n2429,1646388610,47.74299,8.99907\n2430,1646388611,47.74299,8.99906\n2431,1646388646,47.74294,8.99909\n2432,1646388647,47.74298,8.99907\n2433,1646388648,47.74300,8.99904\n2434,1646388653,47.74317,8.99908\n2435,1646388654,47.74316,8.99905\n2436,1646388655,47.74294,8.99906\n2437,1646388657,47.74294,8.99906\n2438,1646388658,47.74294,8.99906\n2439,1646388659,47.74294,8.99907\n2440,1646388660,47.74294,8.99908\n2441,1646388694,47.74290,8.99914\n2442,1646388695,47.74286,8.99915\n2443,1646388696,47.74288,8.99916\n2444,1646388697,47.74286,8.99916\n2445,1646388702,47.74288,8.99915\n2446,1646388703,47.74291,8.99913\n2447,1646388705,47.74291,8.99914\n2448,1646388706,47.74291,8.99915\n2449,1646388707,47.74291,8.99915\n2450,1646388708,47.74291,8.99914\n2451,1646388743,47.74279,8.99903\n2452,1646388745,47.74281,8.99906\n2453,1646388746,47.74287,8.99906\n2454,1646388747,47.74288,8.99905\n2455,1646388751,47.74303,8.99906\n2456,1646388753,47.74301,8.99907\n2457,1646388754,47.74301,8.99907\n2458,1646388755,47.74300,8.99907\n2459,1646388756,47.74299,8.99908\n2460,1646388757,47.74299,8.99908\n2461,1646388799,47.74301,8.99907\n2462,1646388801,47.74299,8.99907\n2463,1646388802,47.74299,8.99906\n2464,1646388803,47.74300,8.99906\n2465,1646388804,47.74300,8.99906\n2466,1646388805,47.74300,8.99906\n2467,1646388806,47.74300,8.99905\n2468,1646388807,47.74301,8.99905\n2469,1646388808,47.74301,8.99905\n2470,1646388809,47.74301,8.99905\n2471,1646388845,47.74345,8.99916\n2472,1646388846,47.74340,8.99914\n2473,1646388847,47.74334,8.99911\n2474,1646388848,47.74331,8.99910\n2475,1646388849,47.74328,8.99909\n2476,1646388850,47.74325,8.99908\n2477,1646388851,47.74324,8.99908\n2478,1646388852,47.74323,8.99907\n2479,1646388853,47.74295,8.99908\n2480,1646388855,47.74296,8.99907\n2481,1646388889,47.74339,8.99909\n2482,1646388890,47.74334,8.99909\n2483,1646388891,47.74327,8.99911\n2484,1646388892,47.74325,8.99911\n2485,1646388893,47.74324,8.99911\n2486,1646388894,47.74325,8.99911\n2487,1646388895,47.74290,8.99913\n2488,1646388897,47.74291,8.99912\n2489,1646388898,47.74291,8.99910\n2490,1646388899,47.74293,8.99908\n2491,1646388935,47.74303,8.99899\n2492,1646388936,47.74304,8.99899\n2493,1646388937,47.74304,8.99900\n2494,1646388938,47.74305,8.99901\n2495,1646388939,47.74304,8.99901\n2496,1646388940,47.74305,8.99900\n2497,1646388941,47.74305,8.99900\n2498,1646388942,47.74306,8.99900\n2499,1646388943,47.74295,8.99903\n2500,1646388945,47.74296,8.99904\n2501,1646388981,47.74322,8.99898\n2502,1646388982,47.74318,8.99898\n2503,1646388983,47.74315,8.99899\n2504,1646388984,47.74313,8.99899\n2505,1646388985,47.74313,8.99900\n2506,1646388986,47.74312,8.99900\n2507,1646388987,47.74312,8.99900\n2508,1646388988,47.74311,8.99900\n2509,1646388989,47.74310,8.99901\n2510,1646388990,47.74310,8.99900\n2511,1646389025,47.74310,8.99894\n2512,1646389026,47.74310,8.99896\n2513,1646389027,47.74309,8.99896\n2514,1646389028,47.74308,8.99896\n2515,1646389029,47.74304,8.99895\n2516,1646389030,47.74303,8.99895\n2517,1646389031,47.74302,8.99897\n2518,1646389032,47.74301,8.99898\n2519,1646389033,47.74300,8.99898\n2520,1646389035,47.74299,8.99898\n2521,1646389071,47.74317,8.99896\n2522,1646389072,47.74317,8.99897\n2523,1646389073,47.74316,8.99896\n2524,1646389074,47.74317,8.99897\n2525,1646389075,47.74317,8.99898\n2526,1646389076,47.74317,8.99898\n2527,1646389077,47.74317,8.99899\n2528,1646389078,47.74316,8.99900\n2529,1646389079,47.74315,8.99900\n2530,1646389080,47.74315,8.99900\n2531,1646389116,47.74316,8.99898\n2532,1646389117,47.74316,8.99899\n2533,1646389118,47.74314,8.99898\n2534,1646389119,47.74313,8.99898\n2535,1646389120,47.74312,8.99899\n2536,1646389121,47.74311,8.99898\n2537,1646389122,47.74310,8.99898\n2538,1646389123,47.74298,8.99900\n2539,1646389125,47.74297,8.99901\n2540,1646389126,47.74297,8.99902\n2541,1646389162,47.74295,8.99901\n2542,1646389163,47.74295,8.99902\n2543,1646389164,47.74296,8.99904\n2544,1646389165,47.74296,8.99906\n2545,1646389166,47.74296,8.99906\n2546,1646389167,47.74295,8.99907\n2547,1646389168,47.74295,8.99907\n2548,1646389169,47.74295,8.99907\n2549,1646389170,47.74295,8.99907\n2550,1646389171,47.74281,8.99910\n2551,1646389206,47.74318,8.99892\n2552,1646389207,47.74318,8.99891\n2553,1646389208,47.74316,8.99890\n2554,1646389209,47.74315,8.99891\n2555,1646389210,47.74315,8.99891\n2556,1646389211,47.74315,8.99892\n2557,1646389212,47.74314,8.99892\n2558,1646389213,47.74305,8.99892\n2559,1646389215,47.74305,8.99892\n2560,1646389216,47.74305,8.99893\n2561,1646389257,47.74319,8.99895\n2562,1646389258,47.74333,8.99893\n2563,1646389259,47.74339,8.99892\n2564,1646389260,47.74341,8.99891\n2565,1646389263,47.74338,8.99888\n2566,1646389264,47.74335,8.99889\n2567,1646389265,47.74331,8.99890\n2568,1646389266,47.74324,8.99892\n2569,1646389267,47.74320,8.99894\n2570,1646389268,47.74317,8.99895\n2571,1646389305,47.74321,8.99892\n2572,1646389306,47.74323,8.99892\n2573,1646389307,47.74323,8.99892\n2574,1646389308,47.74324,8.99892\n2575,1646389309,47.74309,8.99897\n2576,1646389311,47.74310,8.99898\n2577,1646389312,47.74310,8.99898\n2578,1646389313,47.74310,8.99897\n2579,1646389314,47.74310,8.99898\n2580,1646389315,47.74309,8.99898\n2581,1646389350,47.74303,8.99893\n2582,1646389351,47.74302,8.99893\n2583,1646389352,47.74302,8.99894\n2584,1646389353,47.74303,8.99895\n2585,1646389354,47.74304,8.99895\n2586,1646389355,47.74306,8.99896\n2587,1646389356,47.74307,8.99896\n2588,1646389357,47.74306,8.99897\n2589,1646389359,47.74306,8.99897\n2590,1646389360,47.74305,8.99897\n2591,1646389398,47.74297,8.99896\n2592,1646389399,47.74297,8.99895\n2593,1646389400,47.74298,8.99894\n2594,1646389401,47.74298,8.99894\n2595,1646389402,47.74299,8.99894\n2596,1646389403,47.74299,8.99894\n2597,1646389404,47.74300,8.99894\n2598,1646389405,47.74305,8.99894\n2599,1646389407,47.74305,8.99893\n2600,1646389408,47.74305,8.99892\n2601,1646389447,47.74307,8.99902\n2602,1646389448,47.74311,8.99900\n2603,1646389449,47.74311,8.99899\n2604,1646389450,47.74313,8.99899\n2605,1646389451,47.74317,8.99898\n2606,1646389452,47.74320,8.99897\n2607,1646389453,47.74319,8.99899\n2608,1646389455,47.74312,8.99901\n2609,1646389456,47.74311,8.99902\n2610,1646389457,47.74309,8.99902\n2611,1646389496,47.74329,8.99887\n2612,1646389497,47.74326,8.99889\n2613,1646389498,47.74322,8.99890\n2614,1646389499,47.74320,8.99892\n2615,1646389500,47.74317,8.99894\n2616,1646389501,47.74310,8.99897\n2617,1646389503,47.74309,8.99897\n2618,1646389504,47.74309,8.99898\n2619,1646389505,47.74307,8.99898\n2620,1646389506,47.74306,8.99899\n2621,1646389547,47.74302,8.99906\n2622,1646389548,47.74304,8.99906\n2623,1646389549,47.74291,8.99905\n2624,1646389551,47.74291,8.99905\n2625,1646389552,47.74291,8.99905\n2626,1646389553,47.74291,8.99904\n2627,1646389554,47.74291,8.99904\n2628,1646389555,47.74292,8.99904\n2629,1646389556,47.74292,8.99904\n2630,1646389557,47.74292,8.99904\n2631,1646389601,47.74292,8.99912\n2632,1646389602,47.74293,8.99911\n2633,1646389603,47.74293,8.99910\n2634,1646389604,47.74293,8.99910\n2635,1646389605,47.74294,8.99908\n2636,1646389606,47.74295,8.99907\n2637,1646389607,47.74296,8.99906\n2638,1646389608,47.74296,8.99906\n2639,1646389609,47.74296,8.99905\n2640,1646389610,47.74297,8.99904\n2641,1646389646,47.74326,8.99905\n2642,1646389647,47.74328,8.99905\n2643,1646389648,47.74325,8.99903\n2644,1646389649,47.74325,8.99902\n2645,1646389650,47.74325,8.99902\n2646,1646389651,47.74307,8.99902\n2647,1646389653,47.74307,8.99901\n2648,1646389654,47.74307,8.99902\n2649,1646389655,47.74308,8.99901\n2650,1646389656,47.74307,8.99900\n2651,1646389697,47.74299,8.99909\n2652,1646389698,47.74300,8.99908\n2653,1646389699,47.74291,8.99906\n2654,1646389701,47.74293,8.99907\n2655,1646389702,47.74293,8.99906\n2656,1646389703,47.74293,8.99907\n2657,1646389704,47.74293,8.99907\n2658,1646389705,47.74293,8.99907\n2659,1646389706,47.74293,8.99906\n2660,1646389707,47.74293,8.99906\n2661,1646389747,47.74294,8.99895\n2662,1646389749,47.74296,8.99895\n2663,1646389750,47.74297,8.99895\n2664,1646389751,47.74297,8.99894\n2665,1646389752,47.74298,8.99893\n2666,1646389753,47.74298,8.99893\n2667,1646389754,47.74298,8.99893\n2668,1646389755,47.74299,8.99892\n2669,1646389756,47.74299,8.99892\n2670,1646389757,47.74299,8.99892\n2671,1646389798,47.74307,8.99882\n2672,1646389799,47.74310,8.99886\n2673,1646389800,47.74312,8.99887\n2674,1646389801,47.74300,8.99895\n2675,1646389803,47.74301,8.99894\n2676,1646389804,47.74301,8.99893\n2677,1646389805,47.74301,8.99894\n2678,1646389806,47.74302,8.99893\n2679,1646389807,47.74302,8.99892\n2680,1646389808,47.74302,8.99892\n2681,1646389849,47.74304,8.99894\n2682,1646389850,47.74305,8.99895\n2683,1646389852,47.74305,8.99896\n2684,1646389853,47.74305,8.99897\n2685,1646389854,47.74306,8.99898\n2686,1646389855,47.74306,8.99899\n2687,1646389856,47.74306,8.99899\n2688,1646389857,47.74306,8.99900\n2689,1646389858,47.74306,8.99900\n2690,1646389859,47.74306,8.99900\n2691,1646389894,47.74300,8.99874\n2692,1646389895,47.74300,8.99875\n2693,1646389896,47.74303,8.99877\n2694,1646389897,47.74306,8.99880\n2695,1646389898,47.74306,8.99882\n2696,1646389899,47.74307,8.99885\n2697,1646389900,47.74308,8.99887\n2698,1646389901,47.74309,8.99888\n2699,1646389902,47.74310,8.99889\n2700,1646389903,47.74304,8.99891\n2701,1646389943,47.74311,8.99900\n2702,1646389944,47.74312,8.99899\n2703,1646389945,47.74299,8.99903\n2704,1646389947,47.74298,8.99908\n2705,1646389948,47.74297,8.99908\n2706,1646389949,47.74297,8.99910\n2707,1646389950,47.74297,8.99911\n2708,1646389951,47.74298,8.99910\n2709,1646389952,47.74298,8.99909\n2710,1646389953,47.74298,8.99910\n2711,1646389992,47.74286,8.99917\n2712,1646389993,47.74269,8.99939\n2713,1646389995,47.74275,8.99930\n2714,1646389996,47.74279,8.99926\n2715,1646389997,47.74280,8.99927\n2716,1646389998,47.74281,8.99926\n2717,1646389999,47.74281,8.99926\n2718,1646390000,47.74282,8.99926\n2719,1646390001,47.74282,8.99927\n2720,1646390002,47.74282,8.99926\n2721,1646390040,47.74292,8.99910\n2722,1646390041,47.74289,8.99912\n2723,1646390042,47.74291,8.99910\n2724,1646390043,47.74291,8.99910\n2725,1646390044,47.74295,8.99909\n2726,1646390045,47.74296,8.99907\n2727,1646390046,47.74294,8.99908\n2728,1646390047,47.74286,8.99912\n2729,1646390049,47.74287,8.99912\n2730,1646390050,47.74288,8.99911\n2731,1646390083,47.74302,8.99894\n2732,1646390084,47.74312,8.99886\n2733,1646390085,47.74308,8.99889\n2734,1646390086,47.74302,8.99895\n2735,1646390087,47.74300,8.99899\n2736,1646390088,47.74303,8.99895\n2737,1646390089,47.74302,8.99896\n2738,1646390090,47.74301,8.99897\n2739,1646390091,47.74300,8.99899\n2740,1646390092,47.74302,8.99898\n2741,1646390125,47.74286,8.99917\n2742,1646390126,47.74288,8.99919\n2743,1646390127,47.74292,8.99915\n2744,1646390128,47.74293,8.99914\n2745,1646390129,47.74294,8.99914\n2746,1646390130,47.74294,8.99914\n2747,1646390131,47.74294,8.99914\n2748,1646390132,47.74293,8.99915\n2749,1646390133,47.74294,8.99915\n2750,1646390134,47.74294,8.99914\n2751,1646390168,47.74312,8.99899\n2752,1646390169,47.74320,8.99892\n2753,1646390170,47.74319,8.99892\n2754,1646390171,47.74318,8.99894\n2755,1646390172,47.74315,8.99895\n2756,1646390173,47.74314,8.99895\n2757,1646390174,47.74312,8.99895\n2758,1646390175,47.74311,8.99896\n2759,1646390176,47.74310,8.99896\n2760,1646390177,47.74310,8.99897\n2761,1646390215,47.74304,8.99905\n2762,1646390216,47.74301,8.99907\n2763,1646390217,47.74303,8.99904\n2764,1646390218,47.74302,8.99905\n2765,1646390219,47.74303,8.99904\n2766,1646390220,47.74305,8.99903\n2767,1646390221,47.74303,8.99898\n2768,1646390223,47.74305,8.99897\n2769,1646390224,47.74305,8.99897\n2770,1646390225,47.74304,8.99898\n2771,1646390261,47.74295,8.99903\n2772,1646390262,47.74297,8.99902\n2773,1646390263,47.74297,8.99901\n2774,1646390264,47.74297,8.99901\n2775,1646390265,47.74297,8.99902\n2776,1646390266,47.74297,8.99902\n2777,1646390267,47.74297,8.99902\n2778,1646390268,47.74297,8.99902\n2779,1646390269,47.74295,8.99901\n2780,1646390271,47.74294,8.99902\n2781,1646390306,47.74307,8.99906\n2782,1646390307,47.74305,8.99908\n2783,1646390308,47.74305,8.99907\n2784,1646390309,47.74305,8.99907\n2785,1646390310,47.74305,8.99907\n2786,1646390311,47.74299,8.99900\n2787,1646390313,47.74299,8.99900\n2788,1646390314,47.74298,8.99901\n2789,1646390315,47.74298,8.99900\n2790,1646390316,47.74298,8.99900\n2791,1646390350,47.74317,8.99889\n2792,1646390351,47.74300,8.99905\n2793,1646390352,47.74302,8.99905\n2794,1646390353,47.74303,8.99905\n2795,1646390354,47.74304,8.99904\n2796,1646390355,47.74305,8.99904\n2797,1646390356,47.74303,8.99903\n2798,1646390357,47.74304,8.99905\n2799,1646390358,47.74303,8.99905\n2800,1646390359,47.74298,8.99903\n2801,1646390396,47.74296,8.99902\n2802,1646390397,47.74304,8.99896\n2803,1646390398,47.74308,8.99893\n2804,1646390399,47.74310,8.99893\n2805,1646390400,47.74310,8.99893\n2806,1646390401,47.74310,8.99891\n2807,1646390403,47.74310,8.99892\n2808,1646390404,47.74309,8.99893\n2809,1646390405,47.74309,8.99893\n2810,1646390406,47.74309,8.99894\n2811,1646390444,47.74302,8.99903\n2812,1646390445,47.74301,8.99903\n2813,1646390446,47.74299,8.99905\n2814,1646390447,47.74297,8.99906\n2815,1646390448,47.74296,8.99906\n2816,1646390449,47.74299,8.99897\n2817,1646390451,47.74296,8.99898\n2818,1646390452,47.74294,8.99900\n2819,1646390453,47.74292,8.99901\n2820,1646390454,47.74290,8.99901\n2821,1646390494,47.74314,8.99896\n2822,1646390495,47.74315,8.99895\n2823,1646390496,47.74315,8.99895\n2824,1646390497,47.74306,8.99898\n2825,1646390499,47.74307,8.99896\n2826,1646390500,47.74307,8.99896\n2827,1646390501,47.74308,8.99896\n2828,1646390502,47.74309,8.99897\n2829,1646390503,47.74309,8.99897\n2830,1646390504,47.74309,8.99897\n2831,1646390546,47.74285,8.99927\n2832,1646390547,47.74280,8.99930\n2833,1646390549,47.74278,8.99933\n2834,1646390550,47.74277,8.99934\n2835,1646390551,47.74275,8.99936\n2836,1646390552,47.74274,8.99936\n2837,1646390553,47.74274,8.99936\n2838,1646390554,47.74274,8.99937\n2839,1646390555,47.74274,8.99938\n2840,1646390556,47.74274,8.99938\n2841,1646390593,47.74306,8.99899\n2842,1646390594,47.74307,8.99899\n2843,1646390595,47.74307,8.99900\n2844,1646390596,47.74307,8.99900\n2845,1646390597,47.74308,8.99900\n2846,1646390598,47.74308,8.99899\n2847,1646390599,47.74304,8.99896\n2848,1646390601,47.74303,8.99897\n2849,1646390602,47.74302,8.99897\n2850,1646390603,47.74301,8.99896\n2851,1646390640,47.74307,8.99896\n2852,1646390651,47.74285,8.99941\n2853,1646390652,47.74285,8.99940\n2854,1646390653,47.74286,8.99939\n2855,1646390654,47.74286,8.99938\n2856,1646390655,47.74286,8.99938\n2857,1646390656,47.74286,8.99938\n2858,1646390657,47.74286,8.99938\n2859,1646390658,47.74286,8.99939\n2860,1646390659,47.74286,8.99939\n2861,1646390696,47.74302,8.99907\n2862,1646390706,47.74287,8.99944\n2863,1646390707,47.74287,8.99947\n2864,1646390708,47.74286,8.99949\n2865,1646390709,47.74286,8.99951\n2866,1646390710,47.74285,8.99952\n2867,1646390711,47.74285,8.99954\n2868,1646390712,47.74285,8.99955\n2869,1646390713,47.74285,8.99956\n2870,1646390714,47.74284,8.99957\n2871,1646390758,47.74297,8.99918\n2872,1646390767,47.74297,8.99918\n2873,1646390768,47.74297,8.99919\n2874,1646390769,47.74297,8.99919\n2875,1646390770,47.74297,8.99920\n2876,1646390771,47.74297,8.99920\n2877,1646390772,47.74297,8.99920\n2878,1646390773,47.74297,8.99921\n2879,1646390774,47.74297,8.99921\n2880,1646390775,47.74297,8.99920\n2881,1646390839,47.74281,8.99934\n2882,1646390840,47.74286,8.99923\n2883,1646390841,47.74289,8.99918\n2884,1646390842,47.74291,8.99914\n2885,1646390843,47.74292,8.99910\n2886,1646390844,47.74294,8.99908\n2887,1646390845,47.74295,8.99906\n2888,1646390846,47.74295,8.99904\n2889,1646390847,47.74298,8.99901\n2890,1646390848,47.74299,8.99900\n2891,1646390883,47.74316,8.99894\n2892,1646390884,47.74311,8.99895\n2893,1646390885,47.74308,8.99895\n2894,1646390886,47.74308,8.99895\n2895,1646390887,47.74307,8.99895\n2896,1646390888,47.74307,8.99896\n2897,1646390889,47.74306,8.99896\n2898,1646390890,47.74306,8.99896\n2899,1646390891,47.74306,8.99897\n2900,1646390892,47.74306,8.99897\n2901,1646390926,47.74328,8.99889\n2902,1646390927,47.74320,8.99892\n2903,1646390928,47.74319,8.99895\n2904,1646390929,47.74319,8.99896\n2905,1646390930,47.74318,8.99897\n2906,1646390931,47.74316,8.99897\n2907,1646390932,47.74315,8.99897\n2908,1646390933,47.74314,8.99898\n2909,1646390934,47.74314,8.99898\n2910,1646390935,47.74311,8.99897\n2911,1646390976,47.74320,8.99890\n2912,1646390977,47.74314,8.99887\n2913,1646390979,47.74309,8.99886\n2914,1646390980,47.74308,8.99886\n2915,1646390981,47.74308,8.99886\n2916,1646390982,47.74307,8.99886\n2917,1646390983,47.74310,8.99885\n2918,1646390984,47.74312,8.99885\n2919,1646390985,47.74312,8.99885\n2920,1646390986,47.74313,8.99885\n2921,1646391024,47.74311,8.99891\n2922,1646391025,47.74310,8.99892\n2923,1646391026,47.74312,8.99892\n2924,1646391027,47.74312,8.99892\n2925,1646391028,47.74312,8.99893\n2926,1646391029,47.74312,8.99893\n2927,1646391030,47.74311,8.99893\n2928,1646391031,47.74312,8.99894\n2929,1646391033,47.74312,8.99894\n2930,1646391034,47.74312,8.99894\n2931,1646391071,47.74345,8.99899\n2932,1646391072,47.74326,8.99897\n2933,1646391073,47.74320,8.99896\n2934,1646391074,47.74324,8.99897\n2935,1646391075,47.74324,8.99897\n2936,1646391076,47.74324,8.99898\n2937,1646391077,47.74324,8.99898\n2938,1646391078,47.74322,8.99898\n2939,1646391079,47.74319,8.99897\n2940,1646391081,47.74318,8.99897\n2941,1646391120,47.74333,8.99895\n2942,1646391121,47.74320,8.99892\n2943,1646391123,47.74318,8.99892\n2944,1646391124,47.74324,8.99893\n2945,1646391125,47.74328,8.99894\n2946,1646391126,47.74331,8.99894\n2947,1646391127,47.74331,8.99894\n2948,1646391128,47.74331,8.99893\n2949,1646391129,47.74330,8.99893\n2950,1646391130,47.74331,8.99892\n2951,1646391167,47.74324,8.99896\n2952,1646391168,47.74323,8.99896\n2953,1646391169,47.74320,8.99895\n2954,1646391170,47.74319,8.99895\n2955,1646391171,47.74318,8.99896\n2956,1646391172,47.74317,8.99897\n2957,1646391173,47.74317,8.99897\n2958,1646391174,47.74316,8.99897\n2959,1646391175,47.74316,8.99897\n2960,1646391177,47.74316,8.99897\n2961,1646391211,47.74307,8.99893\n2962,1646391212,47.74311,8.99894\n2963,1646391213,47.74313,8.99892\n2964,1646391214,47.74315,8.99893\n2965,1646391215,47.74316,8.99893\n2966,1646391216,47.74317,8.99892\n2967,1646391217,47.74314,8.99887\n2968,1646391219,47.74315,8.99887\n2969,1646391220,47.74316,8.99886\n2970,1646391221,47.74316,8.99886\n2971,1646391256,47.74301,8.99891\n2972,1646391257,47.74301,8.99891\n2973,1646391258,47.74303,8.99892\n2974,1646391259,47.74305,8.99892\n2975,1646391260,47.74306,8.99892\n2976,1646391261,47.74307,8.99891\n2977,1646391262,47.74308,8.99891\n2978,1646391263,47.74308,8.99891\n2979,1646391264,47.74308,8.99891\n2980,1646391265,47.74308,8.99889\n2981,1646391300,47.74307,8.99890\n2982,1646391301,47.74308,8.99890\n2983,1646391302,47.74309,8.99890\n2984,1646391303,47.74310,8.99889\n2985,1646391304,47.74311,8.99889\n2986,1646391305,47.74312,8.99888\n2987,1646391306,47.74312,8.99888\n2988,1646391307,47.74310,8.99889\n2989,1646391309,47.74310,8.99890\n2990,1646391310,47.74309,8.99890\n2991,1646391343,47.74307,8.99889\n2992,1646391344,47.74309,8.99891\n2993,1646391345,47.74309,8.99890\n2994,1646391346,47.74310,8.99890\n2995,1646391347,47.74310,8.99890\n2996,1646391348,47.74310,8.99890\n2997,1646391349,47.74310,8.99890\n2998,1646391350,47.74310,8.99890\n2999,1646391351,47.74309,8.99890\n3000,1646391352,47.74309,8.99890\n3001,1646391385,47.74319,8.99908\n3002,1646391386,47.74321,8.99888\n3003,1646391387,47.74321,8.99889\n3004,1646391388,47.74321,8.99889\n3005,1646391389,47.74321,8.99888\n3006,1646391390,47.74320,8.99888\n3007,1646391391,47.74318,8.99887\n3008,1646391392,47.74318,8.99887\n3009,1646391393,47.74317,8.99887\n3010,1646391394,47.74317,8.99887\n3011,1646391428,47.74307,8.99894\n3012,1646391429,47.74306,8.99898\n3013,1646391430,47.74311,8.99900\n3014,1646391431,47.74311,8.99900\n3015,1646391432,47.74312,8.99901\n3016,1646391433,47.74312,8.99901\n3017,1646391434,47.74312,8.99901\n3018,1646391435,47.74312,8.99901\n3019,1646391436,47.74312,8.99901\n3020,1646391437,47.74311,8.99901\n3021,1646391470,47.74332,8.99897\n3022,1646391471,47.74316,8.99890\n3023,1646391472,47.74318,8.99891\n3024,1646391473,47.74317,8.99892\n3025,1646391474,47.74317,8.99892\n3026,1646391475,47.74317,8.99893\n3027,1646391476,47.74316,8.99894\n3028,1646391477,47.74316,8.99894\n3029,1646391478,47.74316,8.99895\n3030,1646391479,47.74315,8.99896\n3031,1646391518,47.74315,8.99911\n3032,1646391519,47.74315,8.99910\n3033,1646391520,47.74316,8.99909\n3034,1646391521,47.74316,8.99909\n3035,1646391522,47.74317,8.99907\n3036,1646391523,47.74317,8.99907\n3037,1646391524,47.74316,8.99893\n3038,1646391526,47.74317,8.99894\n3039,1646391527,47.74317,8.99895\n3040,1646391528,47.74317,8.99895\n3041,1646391568,47.74306,8.99893\n3042,1646391569,47.74307,8.99887\n3043,1646391570,47.74308,8.99885\n3044,1646391571,47.74298,8.99905\n3045,1646391573,47.74299,8.99904\n3046,1646391574,47.74300,8.99903\n3047,1646391575,47.74300,8.99903\n3048,1646391576,47.74300,8.99903\n3049,1646391577,47.74300,8.99903\n3050,1646391578,47.74300,8.99903\n3051,1646391615,47.74328,8.99897\n3052,1646391616,47.74324,8.99897\n3053,1646391617,47.74320,8.99896\n3054,1646391618,47.74312,8.99895\n3055,1646391619,47.74310,8.99899\n3056,1646391621,47.74309,8.99899\n3057,1646391622,47.74309,8.99899\n3058,1646391623,47.74309,8.99899\n3059,1646391624,47.74309,8.99899\n3060,1646391625,47.74309,8.99899\n3061,1646391665,47.74309,8.99887\n3062,1646391666,47.74308,8.99887\n3063,1646391667,47.74307,8.99889\n3064,1646391669,47.74305,8.99889\n3065,1646391670,47.74304,8.99889\n3066,1646391671,47.74302,8.99890\n3067,1646391672,47.74302,8.99890\n3068,1646391673,47.74303,8.99890\n3069,1646391674,47.74303,8.99891\n3070,1646391675,47.74303,8.99891\n3071,1646391711,47.74319,8.99903\n3072,1646391712,47.74319,8.99901\n3073,1646391713,47.74318,8.99900\n3074,1646391714,47.74314,8.99898\n3075,1646391715,47.74318,8.99904\n3076,1646391717,47.74314,8.99903\n3077,1646391718,47.74312,8.99903\n3078,1646391719,47.74311,8.99902\n3079,1646391720,47.74311,8.99902\n3080,1646391721,47.74310,8.99901\n3081,1646391760,47.74328,8.99892\n3082,1646391761,47.74328,8.99891\n3083,1646391762,47.74330,8.99891\n3084,1646391763,47.74336,8.99897\n3085,1646391765,47.74335,8.99897\n3086,1646391766,47.74334,8.99897\n3087,1646391767,47.74333,8.99897\n3088,1646391768,47.74332,8.99896\n3089,1646391769,47.74332,8.99895\n3090,1646391770,47.74332,8.99895\n3091,1646391806,47.74287,8.99887\n3092,1646391807,47.74293,8.99888\n3093,1646391808,47.74296,8.99888\n3094,1646391809,47.74296,8.99888\n3095,1646391810,47.74297,8.99888\n3096,1646391811,47.74300,8.99900\n3097,1646391813,47.74298,8.99901\n3098,1646391814,47.74297,8.99901\n3099,1646391815,47.74297,8.99901\n3100,1646391816,47.74297,8.99902\n3101,1646391853,47.74315,8.99905\n3102,1646391854,47.74315,8.99906\n3103,1646391855,47.74316,8.99905\n3104,1646391856,47.74317,8.99905\n3105,1646391857,47.74319,8.99904\n3106,1646391858,47.74320,8.99904\n3107,1646391859,47.74320,8.99897\n3108,1646391861,47.74321,8.99898\n3109,1646391862,47.74321,8.99898\n3110,1646391863,47.74322,8.99899\n3111,1646391899,47.74326,8.99905\n3112,1646391900,47.74324,8.99904\n3113,1646391901,47.74323,8.99904\n3114,1646391902,47.74322,8.99902\n3115,1646391903,47.74322,8.99902\n3116,1646391904,47.74321,8.99903\n3117,1646391905,47.74320,8.99904\n3118,1646391906,47.74320,8.99904\n3119,1646391907,47.74320,8.99899\n3120,1646391909,47.74319,8.99900\n3121,1646391947,47.74322,8.99916\n3122,1646391948,47.74320,8.99914\n3123,1646391949,47.74320,8.99905\n3124,1646391951,47.74319,8.99905\n3125,1646391952,47.74319,8.99905\n3126,1646391953,47.74319,8.99905\n3127,1646391954,47.74318,8.99905\n3128,1646391955,47.74318,8.99905\n3129,1646391956,47.74318,8.99904\n3130,1646391957,47.74318,8.99903\n3131,1646391995,47.74308,8.99907\n3132,1646391996,47.74311,8.99906\n3133,1646391997,47.74313,8.99908\n3134,1646391999,47.74313,8.99908\n3135,1646392000,47.74313,8.99908\n3136,1646392001,47.74313,8.99907\n3137,1646392002,47.74314,8.99907\n3138,1646392003,47.74314,8.99906\n3139,1646392004,47.74314,8.99906\n3140,1646392005,47.74314,8.99906\n3141,1646392042,47.74340,8.99901\n3142,1646392043,47.74341,8.99900\n3143,1646392044,47.74338,8.99899\n3144,1646392045,47.74336,8.99905\n3145,1646392047,47.74335,8.99905\n3146,1646392048,47.74334,8.99906\n3147,1646392049,47.74333,8.99905\n3148,1646392050,47.74331,8.99905\n3149,1646392051,47.74330,8.99905\n3150,1646392052,47.74329,8.99905\n3151,1646392089,47.74313,8.99904\n3152,1646392090,47.74309,8.99903\n3153,1646392091,47.74306,8.99901\n3154,1646392092,47.74305,8.99900\n3155,1646392093,47.74304,8.99902\n3156,1646392095,47.74304,8.99901\n3157,1646392096,47.74304,8.99901\n3158,1646392097,47.74304,8.99900\n3159,1646392098,47.74304,8.99900\n3160,1646392099,47.74304,8.99899\n3161,1646392152,47.74298,8.99889\n3162,1646392153,47.74298,8.99888\n3163,1646392154,47.74299,8.99888\n3164,1646392155,47.74301,8.99888\n3165,1646392156,47.74302,8.99888\n3166,1646392157,47.74302,8.99888\n3167,1646392158,47.74303,8.99887\n3168,1646392159,47.74303,8.99887\n3169,1646392160,47.74302,8.99887\n3170,1646392161,47.74302,8.99887\n3171,1646392200,47.74307,8.99893\n3172,1646392201,47.74308,8.99894\n3173,1646392203,47.74309,8.99894\n3174,1646392204,47.74308,8.99894\n3175,1646392205,47.74308,8.99894\n3176,1646392206,47.74309,8.99893\n3177,1646392207,47.74309,8.99893\n3178,1646392208,47.74308,8.99893\n3179,1646392209,47.74308,8.99893\n3180,1646392210,47.74308,8.99893\n3181,1646392251,47.74293,8.99900\n3182,1646392252,47.74291,8.99900\n3183,1646392253,47.74293,8.99901\n3184,1646392254,47.74294,8.99902\n3185,1646392255,47.74295,8.99902\n3186,1646392257,47.74295,8.99902\n3187,1646392258,47.74295,8.99902\n3188,1646392259,47.74295,8.99902\n3189,1646392260,47.74295,8.99902\n3190,1646392261,47.74296,8.99902\n3191,1646392301,47.74283,8.99899\n3192,1646392302,47.74287,8.99899\n3193,1646392303,47.74286,8.99901\n3194,1646392305,47.74286,8.99901\n3195,1646392306,47.74286,8.99901\n3196,1646392307,47.74287,8.99901\n3197,1646392308,47.74287,8.99901\n3198,1646392309,47.74288,8.99901\n3199,1646392310,47.74288,8.99901\n3200,1646392311,47.74289,8.99900\n3201,1646392358,47.74301,8.99889\n3202,1646392359,47.74300,8.99889\n3203,1646392360,47.74300,8.99888\n3204,1646392361,47.74302,8.99888\n3205,1646392362,47.74303,8.99889\n3206,1646392363,47.74304,8.99889\n3207,1646392364,47.74305,8.99889\n3208,1646392365,47.74306,8.99889\n3209,1646392366,47.74306,8.99890\n3210,1646392367,47.74307,8.99890\n3211,1646392405,47.74343,8.99903\n3212,1646392406,47.74335,8.99902\n3213,1646392407,47.74330,8.99901\n3214,1646392408,47.74326,8.99901\n3215,1646392409,47.74322,8.99900\n3216,1646392410,47.74319,8.99899\n3217,1646392411,47.74317,8.99903\n3218,1646392413,47.74316,8.99903\n3219,1646392414,47.74316,8.99903\n3220,1646392415,47.74315,8.99903\n3221,1646392453,47.74295,8.99904\n3222,1646392454,47.74293,8.99904\n3223,1646392455,47.74291,8.99904\n3224,1646392456,47.74290,8.99904\n3225,1646392457,47.74289,8.99905\n3226,1646392458,47.74291,8.99905\n3227,1646392459,47.74292,8.99909\n3228,1646392461,47.74294,8.99910\n3229,1646392462,47.74294,8.99911\n3230,1646392463,47.74295,8.99912\n3231,1646392509,47.74314,8.99903\n3232,1646392510,47.74315,8.99902\n3233,1646392511,47.74316,8.99902\n3234,1646392512,47.74316,8.99901\n3235,1646392513,47.74317,8.99901\n3236,1646392514,47.74317,8.99901\n3237,1646392515,47.74316,8.99902\n3238,1646392516,47.74318,8.99901\n3239,1646392517,47.74318,8.99901\n3240,1646392518,47.74319,8.99901\n3241,1646392554,47.74317,8.99891\n3242,1646392555,47.74315,8.99891\n3243,1646392556,47.74317,8.99892\n3244,1646392557,47.74316,8.99892\n3245,1646392558,47.74315,8.99893\n3246,1646392559,47.74315,8.99894\n3247,1646392560,47.74314,8.99895\n3248,1646392561,47.74312,8.99899\n3249,1646392563,47.74311,8.99900\n3250,1646392564,47.74311,8.99901\n3251,1646392607,47.74311,8.99904\n3252,1646392608,47.74319,8.99902\n3253,1646392609,47.74320,8.99903\n3254,1646392611,47.74318,8.99904\n3255,1646392612,47.74318,8.99905\n3256,1646392613,47.74316,8.99906\n3257,1646392614,47.74314,8.99906\n3258,1646392615,47.74315,8.99906\n3259,1646392616,47.74315,8.99906\n3260,1646392617,47.74315,8.99907\n3261,1646392657,47.74312,8.99898\n3262,1646392658,47.74324,8.99895\n3263,1646392659,47.74325,8.99895\n3264,1646392660,47.74322,8.99896\n3265,1646392661,47.74320,8.99897\n3266,1646392662,47.74319,8.99897\n3267,1646392663,47.74314,8.99901\n3268,1646392665,47.74312,8.99901\n3269,1646392666,47.74311,8.99902\n3270,1646392667,47.74310,8.99903\n3271,1646392712,47.74300,8.99901\n3272,1646392713,47.74299,8.99901\n3273,1646392715,47.74302,8.99898\n3274,1646392716,47.74304,8.99897\n3275,1646392717,47.74305,8.99896\n3276,1646392718,47.74306,8.99896\n3277,1646392719,47.74306,8.99894\n3278,1646392720,47.74308,8.99893\n3279,1646392721,47.74309,8.99891\n3280,1646392722,47.74309,8.99891\n3281,1646392789,47.74315,8.99896\n3282,1646392791,47.74306,8.99898\n3283,1646392792,47.74305,8.99899\n3284,1646392793,47.74304,8.99899\n3285,1646392794,47.74304,8.99899\n3286,1646392795,47.74303,8.99899\n3287,1646392796,47.74303,8.99899\n3288,1646392797,47.74302,8.99899\n3289,1646392798,47.74302,8.99899\n3290,1646392799,47.74301,8.99899\n3291,1646392834,47.74307,8.99897\n3292,1646392835,47.74311,8.99898\n3293,1646392836,47.74313,8.99898\n3294,1646392837,47.74314,8.99898\n3295,1646392838,47.74314,8.99898\n3296,1646392839,47.74314,8.99899\n3297,1646392840,47.74314,8.99898\n3298,1646392841,47.74313,8.99897\n3299,1646392842,47.74313,8.99896\n3300,1646392843,47.74314,8.99896\n3301,1646392884,47.74299,8.99904\n3302,1646392885,47.74293,8.99903\n3303,1646392886,47.74312,8.99909\n3304,1646392888,47.74309,8.99907\n3305,1646392889,47.74306,8.99905\n3306,1646392890,47.74305,8.99903\n3307,1646392891,47.74306,8.99903\n3308,1646392892,47.74306,8.99903\n3309,1646392893,47.74305,8.99903\n3310,1646392894,47.74304,8.99902\n3311,1646392933,47.74286,8.99885\n3312,1646392934,47.74298,8.99887\n3313,1646392935,47.74301,8.99888\n3314,1646392936,47.74304,8.99888\n3315,1646392937,47.74306,8.99888\n3316,1646392938,47.74308,8.99889\n3317,1646392939,47.74308,8.99889\n3318,1646392940,47.74306,8.99890\n3319,1646392942,47.74308,8.99891\n3320,1646392943,47.74308,8.99891\n3321,1646392977,47.74261,8.99881\n3322,1646392978,47.74222,8.99873\n3323,1646392979,47.74204,8.99871\n3324,1646392980,47.74254,8.99882\n3325,1646392981,47.74301,8.99893\n3326,1646392982,47.74302,8.99894\n3327,1646392983,47.74300,8.99893\n3328,1646392984,47.74294,8.99893\n3329,1646392985,47.74293,8.99894\n3330,1646392986,47.74293,8.99895\n3331,1646393021,47.74310,8.99903\n3332,1646393022,47.74310,8.99902\n3333,1646393023,47.74309,8.99902\n3334,1646393024,47.74310,8.99902\n3335,1646393025,47.74310,8.99901\n3336,1646393026,47.74309,8.99901\n3337,1646393027,47.74308,8.99902\n3338,1646393028,47.74306,8.99901\n3339,1646393029,47.74306,8.99900\n3340,1646393031,47.74306,8.99900\n3341,1646393065,47.74340,8.99910\n3342,1646393066,47.74301,8.99912\n3343,1646393067,47.74301,8.99912\n3344,1646393068,47.74301,8.99912\n3345,1646393069,47.74301,8.99913\n3346,1646393070,47.74301,8.99914\n3347,1646393071,47.74302,8.99915\n3348,1646393072,47.74302,8.99916\n3349,1646393073,47.74303,8.99915\n3350,1646393074,47.74304,8.99916\n3351,1646393109,47.74287,8.99810\n3352,1646393110,47.74289,8.99834\n3353,1646393111,47.74291,8.99852\n3354,1646393114,47.74296,8.99897\n3355,1646393115,47.74298,8.99908\n3356,1646393116,47.74298,8.99908\n3357,1646393117,47.74299,8.99909\n3358,1646393118,47.74299,8.99911\n3359,1646393119,47.74299,8.99908\n3360,1646393121,47.74299,8.99908\n3361,1646393154,47.74318,8.99868\n3362,1646393155,47.74311,8.99903\n3363,1646393156,47.74310,8.99905\n3364,1646393157,47.74308,8.99903\n3365,1646393158,47.74308,8.99905\n3366,1646393159,47.74307,8.99905\n3367,1646393160,47.74307,8.99905\n3368,1646393161,47.74308,8.99898\n3369,1646393163,47.74307,8.99898\n3370,1646393164,47.74306,8.99897\n3371,1646393201,47.74296,8.99911\n3372,1646393202,47.74297,8.99901\n3373,1646393203,47.74297,8.99898\n3374,1646393204,47.74300,8.99898\n3375,1646393205,47.74302,8.99898\n3376,1646393206,47.74303,8.99897\n3377,1646393207,47.74303,8.99896\n3378,1646393208,47.74304,8.99896\n3379,1646393209,47.74302,8.99903\n3380,1646393211,47.74302,8.99902\n3381,1646393250,47.74309,8.99907\n3382,1646393251,47.74310,8.99902\n3383,1646393253,47.74311,8.99904\n3384,1646393254,47.74311,8.99904\n3385,1646393255,47.74312,8.99904\n3386,1646393256,47.74312,8.99905\n3387,1646393257,47.74311,8.99905\n3388,1646393258,47.74312,8.99905\n3389,1646393259,47.74312,8.99906\n3390,1646393260,47.74312,8.99906\n3391,1646393297,47.74302,8.99919\n3392,1646393298,47.74303,8.99916\n3393,1646393299,47.74301,8.99911\n3394,1646393300,47.74300,8.99909\n3395,1646393301,47.74299,8.99908\n3396,1646393302,47.74299,8.99907\n3397,1646393303,47.74300,8.99907\n3398,1646393304,47.74301,8.99907\n3399,1646393305,47.74303,8.99899\n3400,1646393307,47.74302,8.99899\n3401,1646393348,47.74318,8.99894\n3402,1646393349,47.74317,8.99894\n3403,1646393350,47.74318,8.99894\n3404,1646393351,47.74319,8.99895\n3405,1646393352,47.74320,8.99894\n3406,1646393353,47.74315,8.99904\n3407,1646393355,47.74315,8.99904\n3408,1646393356,47.74314,8.99903\n3409,1646393357,47.74314,8.99903\n3410,1646393358,47.74314,8.99902\n3411,1646393392,47.74294,8.99900\n3412,1646393393,47.74288,8.99904\n3413,1646393394,47.74291,8.99904\n3414,1646393395,47.74292,8.99904\n3415,1646393396,47.74295,8.99904\n3416,1646393397,47.74297,8.99904\n3417,1646393398,47.74299,8.99903\n3418,1646393399,47.74300,8.99903\n3419,1646393400,47.74301,8.99902\n3420,1646393401,47.74307,8.99897\n3421,1646393436,47.74301,8.99906\n3422,1646393437,47.74301,8.99906\n3423,1646393438,47.74301,8.99907\n3424,1646393439,47.74302,8.99907\n3425,1646393440,47.74302,8.99906\n3426,1646393441,47.74302,8.99906\n3427,1646393442,47.74301,8.99905\n3428,1646393443,47.74298,8.99908\n3429,1646393445,47.74298,8.99908\n3430,1646393446,47.74299,8.99908\n3431,1646393481,47.74294,8.99905\n3432,1646393482,47.74295,8.99905\n3433,1646393483,47.74296,8.99904\n3434,1646393484,47.74300,8.99903\n3435,1646393485,47.74302,8.99903\n3436,1646393486,47.74305,8.99904\n3437,1646393487,47.74306,8.99904\n3438,1646393488,47.74307,8.99904\n3439,1646393489,47.74307,8.99904\n3440,1646393490,47.74307,8.99904\n3441,1646393525,47.74290,8.99893\n3442,1646393526,47.74287,8.99892\n3443,1646393527,47.74292,8.99893\n3444,1646393528,47.74295,8.99893\n3445,1646393529,47.74298,8.99893\n3446,1646393530,47.74301,8.99894\n3447,1646393531,47.74303,8.99894\n3448,1646393532,47.74305,8.99895\n3449,1646393533,47.74310,8.99903\n3450,1646393535,47.74312,8.99903\n3451,1646393570,47.74326,8.99896\n3452,1646393571,47.74322,8.99897\n3453,1646393572,47.74318,8.99898\n3454,1646393573,47.74315,8.99899\n3455,1646393574,47.74313,8.99900\n3456,1646393575,47.74308,8.99903\n3457,1646393577,47.74308,8.99903\n3458,1646393578,47.74308,8.99903\n3459,1646393579,47.74308,8.99903\n3460,1646393580,47.74308,8.99903\n3461,1646393615,47.74323,8.99887\n3462,1646393616,47.74321,8.99888\n3463,1646393617,47.74318,8.99890\n3464,1646393618,47.74315,8.99892\n3465,1646393619,47.74310,8.99895\n3466,1646393620,47.74308,8.99897\n3467,1646393621,47.74308,8.99898\n3468,1646393622,47.74308,8.99898\n3469,1646393623,47.74311,8.99896\n3470,1646393625,47.74311,8.99896\n3471,1646393660,47.74289,8.99926\n3472,1646393661,47.74292,8.99935\n3473,1646393662,47.74289,8.99908\n3474,1646393663,47.74292,8.99908\n3475,1646393664,47.74294,8.99908\n3476,1646393665,47.74307,8.99898\n3477,1646393667,47.74308,8.99897\n3478,1646393668,47.74309,8.99898\n3479,1646393669,47.74308,8.99898\n3480,1646393670,47.74309,8.99898\n3481,1646393705,47.74324,8.99899\n3482,1646393706,47.74324,8.99900\n3483,1646393707,47.74324,8.99900\n3484,1646393708,47.74322,8.99901\n3485,1646393709,47.74320,8.99902\n3486,1646393710,47.74318,8.99902\n3487,1646393711,47.74317,8.99902\n3488,1646393712,47.74316,8.99903\n3489,1646393713,47.74314,8.99904\n3490,1646393715,47.74314,8.99904\n3491,1646393750,47.74310,8.99884\n3492,1646393751,47.74305,8.99888\n3493,1646393752,47.74303,8.99890\n3494,1646393753,47.74304,8.99891\n3495,1646393754,47.74306,8.99891\n3496,1646393755,47.74306,8.99892\n3497,1646393756,47.74309,8.99892\n3498,1646393757,47.74311,8.99892\n3499,1646393758,47.74312,8.99892\n3500,1646393759,47.74312,8.99893\n3501,1646393793,47.74323,8.99888\n3502,1646393794,47.74322,8.99889\n3503,1646393795,47.74321,8.99890\n3504,1646393796,47.74317,8.99892\n3505,1646393797,47.74315,8.99894\n3506,1646393798,47.74315,8.99895\n3507,1646393799,47.74312,8.99896\n3508,1646393800,47.74311,8.99897\n3509,1646393801,47.74312,8.99897\n3510,1646393802,47.74312,8.99897\n3511,1646393837,47.74314,8.99893\n3512,1646393838,47.74313,8.99900\n3513,1646393839,47.74314,8.99902\n3514,1646393840,47.74313,8.99904\n3515,1646393841,47.74312,8.99905\n3516,1646393842,47.74312,8.99905\n3517,1646393843,47.74313,8.99905\n3518,1646393844,47.74312,8.99905\n3519,1646393845,47.74313,8.99904\n3520,1646393846,47.74311,8.99908\n3521,1646393881,47.74310,8.99892\n3522,1646393882,47.74312,8.99899\n3523,1646393883,47.74313,8.99907\n3524,1646393884,47.74313,8.99909\n3525,1646393885,47.74312,8.99913\n3526,1646393886,47.74310,8.99914\n3527,1646393887,47.74312,8.99902\n3528,1646393889,47.74314,8.99906\n3529,1646393890,47.74314,8.99907\n3530,1646393891,47.74314,8.99907\n3531,1646393928,47.74325,8.99950\n3532,1646393929,47.74324,8.99948\n3533,1646393930,47.74324,8.99931\n3534,1646393931,47.74325,8.99909\n3535,1646393932,47.74325,8.99906\n3536,1646393933,47.74324,8.99905\n3537,1646393934,47.74322,8.99904\n3538,1646393935,47.74320,8.99907\n3539,1646393937,47.74319,8.99907\n3540,1646393938,47.74319,8.99907\n3541,1646393971,47.74299,8.99890\n3542,1646393972,47.74300,8.99883\n3543,1646393973,47.74298,8.99890\n3544,1646393974,47.74298,8.99892\n3545,1646393975,47.74301,8.99892\n3546,1646393976,47.74304,8.99893\n3547,1646393977,47.74307,8.99892\n3548,1646393978,47.74309,8.99892\n3549,1646393979,47.74309,8.99892\n3550,1646393980,47.74310,8.99892\n3551,1646394013,47.74323,8.99901\n3552,1646394014,47.74322,8.99895\n3553,1646394015,47.74320,8.99894\n3554,1646394016,47.74319,8.99895\n3555,1646394017,47.74318,8.99895\n3556,1646394018,47.74316,8.99896\n3557,1646394019,47.74314,8.99897\n3558,1646394020,47.74314,8.99897\n3559,1646394021,47.74313,8.99898\n3560,1646394022,47.74313,8.99898\n3561,1646394057,47.74332,8.99881\n3562,1646394058,47.74332,8.99881\n3563,1646394059,47.74333,8.99881\n3564,1646394061,47.74328,8.99885\n3565,1646394062,47.74326,8.99886\n3566,1646394063,47.74324,8.99887\n3567,1646394064,47.74324,8.99887\n3568,1646394065,47.74320,8.99890\n3569,1646394066,47.74319,8.99891\n3570,1646394067,47.74318,8.99892\n3571,1646394102,47.74310,8.99894\n3572,1646394103,47.74309,8.99896\n3573,1646394104,47.74308,8.99894\n3574,1646394105,47.74307,8.99895\n3575,1646394106,47.74308,8.99896\n3576,1646394107,47.74308,8.99897\n3577,1646394108,47.74308,8.99897\n3578,1646394109,47.74307,8.99898\n3579,1646394111,47.74307,8.99898\n3580,1646394112,47.74307,8.99898\n3581,1646394147,47.74307,8.99898\n3582,1646394148,47.74306,8.99899\n3583,1646394149,47.74307,8.99899\n3584,1646394150,47.74307,8.99898\n3585,1646394151,47.74308,8.99898\n3586,1646394152,47.74309,8.99897\n3587,1646394153,47.74309,8.99896\n3588,1646394154,47.74311,8.99895\n3589,1646394155,47.74311,8.99895\n3590,1646394156,47.74312,8.99895\n3591,1646394189,47.74320,8.99913\n3592,1646394190,47.74321,8.99899\n3593,1646394191,47.74320,8.99897\n3594,1646394192,47.74318,8.99897\n3595,1646394193,47.74312,8.99902\n3596,1646394194,47.74312,8.99902\n3597,1646394195,47.74313,8.99901\n3598,1646394196,47.74314,8.99901\n3599,1646394197,47.74314,8.99901\n3600,1646394198,47.74314,8.99901\n3601,1646394233,47.74337,8.99887\n3602,1646394234,47.74335,8.99889\n3603,1646394236,47.74331,8.99891\n3604,1646394237,47.74323,8.99895\n3605,1646394238,47.74318,8.99896\n3606,1646394239,47.74317,8.99896\n3607,1646394240,47.74316,8.99896\n3608,1646394241,47.74314,8.99896\n3609,1646394242,47.74311,8.99900\n3610,1646394244,47.74310,8.99901\n3611,1646394280,47.74306,8.99896\n3612,1646394281,47.74306,8.99896\n3613,1646394282,47.74306,8.99896\n3614,1646394283,47.74307,8.99895\n3615,1646394284,47.74307,8.99895\n3616,1646394285,47.74307,8.99895\n3617,1646394286,47.74307,8.99894\n3618,1646394287,47.74307,8.99894\n3619,1646394288,47.74306,8.99894\n3620,1646394289,47.74305,8.99896\n3621,1646394326,47.74305,8.99895\n3622,1646394327,47.74303,8.99895\n3623,1646394328,47.74298,8.99896\n3624,1646394329,47.74297,8.99896\n3625,1646394330,47.74297,8.99897\n3626,1646394331,47.74298,8.99895\n3627,1646394333,47.74298,8.99894\n3628,1646394334,47.74299,8.99895\n3629,1646394335,47.74299,8.99895\n3630,1646394336,47.74299,8.99895\n3631,1646394372,47.74297,8.99897\n3632,1646394373,47.74302,8.99896\n3633,1646394374,47.74303,8.99894\n3634,1646394375,47.74305,8.99892\n3635,1646394376,47.74306,8.99891\n3636,1646394377,47.74307,8.99891\n3637,1646394378,47.74308,8.99891\n3638,1646394379,47.74306,8.99892\n3639,1646394381,47.74307,8.99892\n3640,1646394382,47.74307,8.99892\n3641,1646394417,47.74320,8.99909\n3642,1646394418,47.74319,8.99907\n3643,1646394419,47.74317,8.99893\n3644,1646394420,47.74313,8.99894\n3645,1646394421,47.74314,8.99900\n3646,1646394422,47.74316,8.99901\n3647,1646394423,47.74316,8.99902\n3648,1646394424,47.74316,8.99902\n3649,1646394425,47.74315,8.99903\n3650,1646394426,47.74315,8.99903\n3651,1646394463,47.74308,8.99913\n3652,1646394464,47.74307,8.99910\n3653,1646394465,47.74308,8.99911\n3654,1646394466,47.74307,8.99909\n3655,1646394467,47.74307,8.99909\n3656,1646394468,47.74308,8.99908\n3657,1646394469,47.74310,8.99901\n3658,1646394471,47.74310,8.99901\n3659,1646394472,47.74310,8.99902\n3660,1646394473,47.74310,8.99902\n3661,1646394508,47.74307,8.99906\n3662,1646394509,47.74308,8.99904\n3663,1646394510,47.74309,8.99903\n3664,1646394511,47.74309,8.99904\n3665,1646394512,47.74310,8.99903\n3666,1646394513,47.74310,8.99903\n3667,1646394514,47.74311,8.99903\n3668,1646394515,47.74311,8.99902\n3669,1646394516,47.74311,8.99901\n3670,1646394517,47.74311,8.99899\n3671,1646394552,47.74297,8.99899\n3672,1646394553,47.74300,8.99900\n3673,1646394554,47.74301,8.99901\n3674,1646394555,47.74302,8.99902\n3675,1646394556,47.74302,8.99902\n3676,1646394557,47.74302,8.99903\n3677,1646394558,47.74303,8.99903\n3678,1646394559,47.74304,8.99899\n3679,1646394561,47.74304,8.99899\n3680,1646394562,47.74305,8.99899\n3681,1646394597,47.74311,8.99889\n3682,1646394598,47.74306,8.99887\n3683,1646394599,47.74306,8.99895\n3684,1646394600,47.74306,8.99896\n3685,1646394601,47.74306,8.99893\n3686,1646394602,47.74307,8.99890\n3687,1646394603,47.74307,8.99888\n3688,1646394604,47.74307,8.99888\n3689,1646394605,47.74307,8.99886\n3690,1646394606,47.74307,8.99886\n3691,1646394642,47.74312,8.99878\n3692,1646394643,47.74308,8.99899\n3693,1646394644,47.74308,8.99893\n3694,1646394645,47.74308,8.99889\n3695,1646394646,47.74306,8.99890\n3696,1646394647,47.74306,8.99895\n3697,1646394648,47.74307,8.99896\n3698,1646394649,47.74309,8.99893\n3699,1646394651,47.74309,8.99894\n3700,1646394652,47.74310,8.99894\n3701,1646394688,47.74322,8.99893\n3702,1646394689,47.74317,8.99892\n3703,1646394690,47.74310,8.99893\n3704,1646394691,47.74311,8.99891\n3705,1646394692,47.74310,8.99890\n3706,1646394693,47.74309,8.99889\n3707,1646394694,47.74310,8.99889\n3708,1646394695,47.74310,8.99889\n3709,1646394696,47.74311,8.99889\n3710,1646394697,47.74310,8.99898\n3711,1646394734,47.74308,8.99917\n3712,1646394735,47.74305,8.99915\n3713,1646394736,47.74303,8.99911\n3714,1646394737,47.74301,8.99907\n3715,1646394738,47.74301,8.99906\n3716,1646394739,47.74301,8.99892\n3717,1646394741,47.74302,8.99894\n3718,1646394742,47.74302,8.99894\n3719,1646394743,47.74302,8.99894\n3720,1646394744,47.74303,8.99894\n3721,1646394779,47.74316,8.99897\n3722,1646394780,47.74314,8.99895\n3723,1646394781,47.74312,8.99894\n3724,1646394782,47.74306,8.99897\n3725,1646394783,47.74307,8.99892\n3726,1646394784,47.74306,8.99893\n3727,1646394785,47.74306,8.99893\n3728,1646394786,47.74306,8.99893\n3729,1646394787,47.74304,8.99895\n3730,1646394789,47.74304,8.99895\n3731,1646394824,47.74314,8.99866\n3732,1646394825,47.74315,8.99864\n3733,1646394826,47.74315,8.99864\n3734,1646394827,47.74315,8.99864\n3735,1646394828,47.74314,8.99864\n3736,1646394829,47.74305,8.99897\n3737,1646394831,47.74305,8.99898\n3738,1646394832,47.74305,8.99896\n3739,1646394833,47.74307,8.99897\n3740,1646394834,47.74308,8.99899\n3741,1646394867,47.74325,8.99938\n3742,1646394868,47.74330,8.99913\n3743,1646394869,47.74328,8.99907\n3744,1646394870,47.74326,8.99903\n3745,1646394871,47.74323,8.99899\n3746,1646394872,47.74320,8.99896\n3747,1646394873,47.74318,8.99893\n3748,1646394874,47.74317,8.99892\n3749,1646394875,47.74316,8.99891\n3750,1646394876,47.74315,8.99897\n3751,1646394911,47.74310,8.99915\n3752,1646394912,47.74310,8.99912\n3753,1646394913,47.74310,8.99910\n3754,1646394914,47.74309,8.99908\n3755,1646394915,47.74310,8.99907\n3756,1646394916,47.74309,8.99905\n3757,1646394917,47.74308,8.99903\n3758,1646394918,47.74308,8.99901\n3759,1646394919,47.74305,8.99904\n3760,1646394921,47.74305,8.99904\n3761,1646394958,47.74313,8.99867\n3762,1646394959,47.74311,8.99875\n3763,1646394960,47.74308,8.99881\n3764,1646394961,47.74303,8.99893\n3765,1646394963,47.74304,8.99892\n3766,1646394964,47.74305,8.99893\n3767,1646394965,47.74306,8.99893\n3768,1646394966,47.74307,8.99894\n3769,1646394967,47.74307,8.99895\n3770,1646394968,47.74308,8.99896\n3771,1646395005,47.74327,8.99900\n3772,1646395006,47.74327,8.99902\n3773,1646395007,47.74327,8.99906\n3774,1646395008,47.74328,8.99909\n3775,1646395009,47.74328,8.99914\n3776,1646395011,47.74329,8.99915\n3777,1646395012,47.74329,8.99915\n3778,1646395013,47.74329,8.99916\n3779,1646395014,47.74330,8.99916\n3780,1646395015,47.74329,8.99916\n3781,1646395050,47.74318,8.99887\n3782,1646395051,47.74318,8.99889\n3783,1646395052,47.74318,8.99892\n3784,1646395053,47.74316,8.99893\n3785,1646395054,47.74315,8.99894\n3786,1646395055,47.74316,8.99895\n3787,1646395056,47.74317,8.99896\n3788,1646395057,47.74307,8.99898\n3789,1646395059,47.74306,8.99897\n3790,1646395060,47.74306,8.99896\n3791,1646395095,47.74312,8.99924\n3792,1646395096,47.74310,8.99919\n3793,1646395097,47.74310,8.99916\n3794,1646395098,47.74309,8.99912\n3795,1646395099,47.74309,8.99907\n3796,1646395100,47.74309,8.99904\n3797,1646395101,47.74308,8.99901\n3798,1646395102,47.74307,8.99898\n3799,1646395103,47.74306,8.99896\n3800,1646395104,47.74306,8.99897\n3801,1646395139,47.74301,8.99888\n3802,1646395140,47.74300,8.99889\n3803,1646395141,47.74300,8.99889\n3804,1646395142,47.74299,8.99889\n3805,1646395143,47.74299,8.99888\n3806,1646395144,47.74299,8.99886\n3807,1646395145,47.74299,8.99885\n3808,1646395146,47.74299,8.99885\n3809,1646395147,47.74292,8.99895\n3810,1646395149,47.74292,8.99895\n3811,1646395184,47.74306,8.99869\n3812,1646395185,47.74306,8.99873\n3813,1646395186,47.74306,8.99876\n3814,1646395187,47.74307,8.99878\n3815,1646395188,47.74307,8.99880\n3816,1646395189,47.74305,8.99898\n3817,1646395191,47.74304,8.99897\n3818,1646395192,47.74303,8.99897\n3819,1646395193,47.74303,8.99897\n3820,1646395194,47.74302,8.99897\n3821,1646395230,47.74303,8.99866\n3822,1646395231,47.74304,8.99867\n3823,1646395232,47.74304,8.99867\n3824,1646395233,47.74305,8.99867\n3825,1646395234,47.74305,8.99867\n3826,1646395235,47.74306,8.99868\n3827,1646395236,47.74306,8.99869\n3828,1646395237,47.74303,8.99896\n3829,1646395239,47.74304,8.99896\n3830,1646395240,47.74304,8.99896\n3831,1646395276,47.74323,8.99902\n3832,1646395277,47.74322,8.99901\n3833,1646395278,47.74321,8.99900\n3834,1646395279,47.74322,8.99899\n3835,1646395280,47.74321,8.99898\n3836,1646395281,47.74321,8.99897\n3837,1646395282,47.74320,8.99896\n3838,1646395283,47.74319,8.99896\n3839,1646395284,47.74318,8.99897\n3840,1646395285,47.74308,8.99903\n3841,1646395322,47.74300,8.99909\n3842,1646395324,47.74296,8.99912\n3843,1646395325,47.74296,8.99912\n3844,1646395326,47.74296,8.99915\n3845,1646395327,47.74299,8.99893\n3846,1646395329,47.74300,8.99894\n3847,1646395330,47.74300,8.99894\n3848,1646395331,47.74300,8.99895\n3849,1646395332,47.74300,8.99895\n3850,1646395333,47.74300,8.99895\n3851,1646395368,47.74317,8.99900\n3852,1646395369,47.74317,8.99896\n3853,1646395370,47.74317,8.99894\n3854,1646395371,47.74318,8.99892\n3855,1646395372,47.74317,8.99891\n3856,1646395373,47.74317,8.99892\n3857,1646395374,47.74317,8.99891\n3858,1646395375,47.74312,8.99903\n3859,1646395377,47.74311,8.99906\n3860,1646395378,47.74312,8.99908\n3861,1646395413,47.74320,8.99899\n3862,1646395414,47.74320,8.99897\n3863,1646395415,47.74319,8.99894\n3864,1646395416,47.74318,8.99891\n3865,1646395417,47.74316,8.99890\n3866,1646395418,47.74315,8.99888\n3867,1646395419,47.74314,8.99888\n3868,1646395420,47.74313,8.99890\n3869,1646395421,47.74314,8.99893\n3870,1646395422,47.74313,8.99891\n3871,1646395463,47.74311,8.99900\n3872,1646395464,47.74312,8.99896\n3873,1646395465,47.74313,8.99905\n3874,1646395467,47.74315,8.99905\n3875,1646395468,47.74315,8.99904\n3876,1646395469,47.74316,8.99903\n3877,1646395470,47.74315,8.99902\n3878,1646395471,47.74315,8.99901\n3879,1646395472,47.74315,8.99900\n3880,1646395473,47.74315,8.99900\n3881,1646395513,47.74310,8.99902\n3882,1646395515,47.74310,8.99899\n3883,1646395516,47.74311,8.99898\n3884,1646395517,47.74310,8.99897\n3885,1646395518,47.74310,8.99896\n3886,1646395519,47.74309,8.99896\n3887,1646395520,47.74309,8.99896\n3888,1646395521,47.74308,8.99896\n3889,1646395522,47.74308,8.99896\n3890,1646395523,47.74308,8.99896\n3891,1646395560,47.74316,8.99906\n3892,1646395561,47.74312,8.99903\n3893,1646395562,47.74310,8.99902\n3894,1646395563,47.74310,8.99902\n3895,1646395564,47.74309,8.99901\n3896,1646395565,47.74310,8.99902\n3897,1646395566,47.74309,8.99902\n3898,1646395567,47.74311,8.99900\n3899,1646395569,47.74311,8.99899\n3900,1646395570,47.74310,8.99899\n3901,1646395605,47.74311,8.99897\n3902,1646395606,47.74311,8.99898\n3903,1646395607,47.74313,8.99897\n3904,1646395608,47.74313,8.99895\n3905,1646395609,47.74314,8.99894\n3906,1646395610,47.74313,8.99894\n3907,1646395611,47.74313,8.99895\n3908,1646395612,47.74313,8.99894\n3909,1646395613,47.74313,8.99893\n3910,1646395614,47.74314,8.99891\n3911,1646395649,47.74315,8.99899\n3912,1646395650,47.74314,8.99904\n3913,1646395651,47.74315,8.99906\n3914,1646395652,47.74315,8.99907\n3915,1646395653,47.74314,8.99904\n3916,1646395654,47.74314,8.99900\n3917,1646395655,47.74314,8.99898\n3918,1646395656,47.74313,8.99897\n3919,1646395657,47.74310,8.99900\n3920,1646395659,47.74309,8.99901\n3921,1646395694,47.74324,8.99890\n3922,1646395695,47.74324,8.99891\n3923,1646395696,47.74325,8.99892\n3924,1646395697,47.74325,8.99894\n3925,1646395698,47.74324,8.99894\n3926,1646395699,47.74322,8.99894\n3927,1646395700,47.74320,8.99894\n3928,1646395701,47.74320,8.99894\n3929,1646395702,47.74321,8.99898\n3930,1646395703,47.74321,8.99900\n3931,1646395739,47.74310,8.99913\n3932,1646395740,47.74309,8.99915\n3933,1646395741,47.74310,8.99917\n3934,1646395742,47.74309,8.99918\n3935,1646395743,47.74309,8.99919\n3936,1646395744,47.74311,8.99911\n3937,1646395745,47.74311,8.99912\n3938,1646395746,47.74311,8.99912\n3939,1646395747,47.74315,8.99903\n3940,1646395749,47.74314,8.99904\n3941,1646395784,47.74329,8.99882\n3942,1646395785,47.74326,8.99888\n3943,1646395786,47.74323,8.99891\n3944,1646395787,47.74322,8.99893\n3945,1646395788,47.74320,8.99895\n3946,1646395789,47.74314,8.99899\n3947,1646395791,47.74314,8.99898\n3948,1646395792,47.74313,8.99897\n3949,1646395793,47.74312,8.99896\n3950,1646395794,47.74312,8.99895\n3951,1646395830,47.74293,8.99918\n3952,1646395831,47.74308,8.99907\n3953,1646395832,47.74312,8.99900\n3954,1646395833,47.74317,8.99896\n3955,1646395834,47.74320,8.99894\n3956,1646395835,47.74321,8.99895\n3957,1646395836,47.74321,8.99895\n3958,1646395837,47.74314,8.99903\n3959,1646395839,47.74314,8.99903\n3960,1646395840,47.74315,8.99904\n3961,1646395875,47.74330,8.99871\n3962,1646395876,47.74327,8.99875\n3963,1646395877,47.74326,8.99878\n3964,1646395878,47.74325,8.99880\n3965,1646395879,47.74324,8.99881\n3966,1646395880,47.74323,8.99883\n3967,1646395881,47.74322,8.99884\n3968,1646395882,47.74321,8.99886\n3969,1646395883,47.74319,8.99887\n3970,1646395884,47.74318,8.99887\n3971,1646395925,47.74317,8.99905\n3972,1646395926,47.74315,8.99906\n3973,1646395927,47.74310,8.99913\n3974,1646395929,47.74308,8.99914\n3975,1646395930,47.74309,8.99915\n3976,1646395931,47.74310,8.99915\n3977,1646395932,47.74311,8.99915\n3978,1646395933,47.74312,8.99915\n3979,1646395934,47.74312,8.99914\n3980,1646395935,47.74312,8.99914\n3981,1646395977,47.74276,8.99908\n3982,1646395978,47.74269,8.99909\n3983,1646395980,47.74264,8.99909\n3984,1646395981,47.74264,8.99908\n3985,1646395982,47.74263,8.99908\n3986,1646395983,47.74262,8.99908\n3987,1646395984,47.74264,8.99908\n3988,1646395985,47.74264,8.99908\n3989,1646395986,47.74264,8.99908\n3990,1646395987,47.74266,8.99908\n3991,1646396026,47.74300,8.99886\n3992,1646396027,47.74300,8.99885\n3993,1646396028,47.74301,8.99885\n3994,1646396029,47.74302,8.99898\n3995,1646396031,47.74304,8.99899\n3996,1646396032,47.74304,8.99901\n3997,1646396033,47.74303,8.99901\n3998,1646396034,47.74303,8.99902\n3999,1646396035,47.74303,8.99903\n4000,1646396036,47.74304,8.99903\n4001,1646396072,47.74321,8.99901\n4002,1646396073,47.74322,8.99901\n4003,1646396074,47.74322,8.99894\n4004,1646396075,47.74320,8.99891\n4005,1646396076,47.74320,8.99889\n4006,1646396077,47.74321,8.99911\n4007,1646396079,47.74320,8.99911\n4008,1646396080,47.74321,8.99912\n4009,1646396081,47.74321,8.99913\n4010,1646396082,47.74321,8.99913\n4011,1646396117,47.74316,8.99879\n4012,1646396118,47.74315,8.99881\n4013,1646396119,47.74315,8.99883\n4014,1646396120,47.74314,8.99882\n4015,1646396121,47.74313,8.99882\n4016,1646396122,47.74312,8.99882\n4017,1646396123,47.74312,8.99882\n4018,1646396124,47.74311,8.99882\n4019,1646396125,47.74304,8.99897\n4020,1646396127,47.74304,8.99898\n4021,1646396167,47.74304,8.99902\n4022,1646396169,47.74306,8.99900\n4023,1646396170,47.74306,8.99899\n4024,1646396171,47.74306,8.99898\n4025,1646396172,47.74307,8.99897\n4026,1646396173,47.74308,8.99896\n4027,1646396174,47.74308,8.99896\n4028,1646396175,47.74308,8.99896\n4029,1646396176,47.74308,8.99897\n4030,1646396177,47.74309,8.99897\n4031,1646396215,47.74318,8.99858\n4032,1646396216,47.74320,8.99856\n4033,1646396217,47.74321,8.99857\n4034,1646396218,47.74321,8.99858\n4035,1646396219,47.74321,8.99859\n4036,1646396220,47.74320,8.99860\n4037,1646396221,47.74306,8.99894\n4038,1646396223,47.74307,8.99895\n4039,1646396224,47.74307,8.99896\n4040,1646396225,47.74307,8.99896\n4041,1646396261,47.74303,8.99896\n4042,1646396262,47.74302,8.99897\n4043,1646396263,47.74302,8.99897\n4044,1646396264,47.74302,8.99897\n4045,1646396265,47.74302,8.99896\n4046,1646396266,47.74302,8.99896\n4047,1646396267,47.74303,8.99896\n4048,1646396268,47.74303,8.99896\n4049,1646396269,47.74300,8.99904\n4050,1646396271,47.74300,8.99904\n4051,1646396307,47.74301,8.99881\n4052,1646396308,47.74300,8.99883\n4053,1646396309,47.74301,8.99884\n4054,1646396310,47.74303,8.99884\n4055,1646396311,47.74300,8.99896\n4056,1646396313,47.74301,8.99897\n4057,1646396314,47.74301,8.99898\n4058,1646396315,47.74302,8.99897\n4059,1646396316,47.74301,8.99897\n4060,1646396317,47.74302,8.99898\n4061,1646396351,47.74294,8.99880\n4062,1646396352,47.74295,8.99882\n4063,1646396353,47.74297,8.99883\n4064,1646396354,47.74299,8.99885\n4065,1646396355,47.74301,8.99885\n4066,1646396356,47.74303,8.99886\n4067,1646396357,47.74305,8.99887\n4068,1646396358,47.74305,8.99887\n4069,1646396359,47.74299,8.99895\n4070,1646396361,47.74299,8.99896\n4071,1646396396,47.74325,8.99888\n4072,1646396397,47.74322,8.99890\n4073,1646396398,47.74320,8.99892\n4074,1646396399,47.74318,8.99893\n4075,1646396400,47.74315,8.99894\n4076,1646396401,47.74307,8.99901\n4077,1646396403,47.74306,8.99900\n4078,1646396404,47.74307,8.99900\n4079,1646396405,47.74307,8.99901\n4080,1646396406,47.74307,8.99901\n4081,1646396441,47.74315,8.99879\n4082,1646396442,47.74317,8.99880\n4083,1646396443,47.74319,8.99882\n4084,1646396444,47.74321,8.99883\n4085,1646396445,47.74322,8.99884\n4086,1646396446,47.74322,8.99886\n4087,1646396447,47.74322,8.99887\n4088,1646396448,47.74322,8.99888\n4089,1646396449,47.74310,8.99906\n4090,1646396451,47.74310,8.99907\n4091,1646396488,47.74317,8.99879\n4092,1646396489,47.74316,8.99879\n4093,1646396490,47.74315,8.99879\n4094,1646396491,47.74303,8.99899\n4095,1646396493,47.74303,8.99899\n4096,1646396494,47.74303,8.99899\n4097,1646396495,47.74304,8.99899\n4098,1646396496,47.74304,8.99900\n4099,1646396497,47.74305,8.99900\n4100,1646396498,47.74305,8.99900\n4101,1646396532,47.74329,8.99891\n4102,1646396533,47.74329,8.99885\n4103,1646396534,47.74326,8.99884\n4104,1646396535,47.74324,8.99883\n4105,1646396536,47.74322,8.99882\n4106,1646396537,47.74322,8.99882\n4107,1646396538,47.74321,8.99881\n4108,1646396539,47.74307,8.99900\n4109,1646396541,47.74306,8.99898\n4110,1646396542,47.74306,8.99899\n4111,1646396576,47.74318,8.99887\n4112,1646396577,47.74317,8.99886\n4113,1646396578,47.74315,8.99886\n4114,1646396579,47.74314,8.99888\n4115,1646396580,47.74313,8.99890\n4116,1646396581,47.74312,8.99890\n4117,1646396582,47.74310,8.99889\n4118,1646396583,47.74310,8.99889\n4119,1646396584,47.74309,8.99889\n4120,1646396585,47.74309,8.99889\n4121,1646396618,47.74315,8.99889\n4122,1646396619,47.74313,8.99891\n4123,1646396620,47.74314,8.99891\n4124,1646396621,47.74316,8.99891\n4125,1646396622,47.74316,8.99891\n4126,1646396623,47.74317,8.99891\n4127,1646396624,47.74316,8.99891\n4128,1646396625,47.74316,8.99890\n4129,1646396626,47.74317,8.99890\n4130,1646396627,47.74316,8.99890\n4131,1646396663,47.74334,8.99895\n4132,1646396664,47.74332,8.99894\n4133,1646396665,47.74330,8.99894\n4134,1646396666,47.74330,8.99896\n4135,1646396667,47.74329,8.99896\n4136,1646396668,47.74328,8.99897\n4137,1646396669,47.74328,8.99899\n4138,1646396670,47.74328,8.99899\n4139,1646396671,47.74328,8.99901\n4140,1646396672,47.74316,8.99905\n4141,1646396707,47.74324,8.99904\n4142,1646396708,47.74323,8.99902\n4143,1646396709,47.74322,8.99901\n4144,1646396710,47.74321,8.99901\n4145,1646396711,47.74322,8.99900\n4146,1646396712,47.74322,8.99900\n4147,1646396713,47.74313,8.99908\n4148,1646396715,47.74312,8.99906\n4149,1646396716,47.74311,8.99906\n4150,1646396717,47.74310,8.99906\n4151,1646396752,47.74311,8.99891\n4152,1646396753,47.74311,8.99890\n4153,1646396754,47.74309,8.99889\n4154,1646396755,47.74308,8.99889\n4155,1646396756,47.74309,8.99889\n4156,1646396757,47.74310,8.99889\n4157,1646396758,47.74311,8.99888\n4158,1646396759,47.74313,8.99888\n4159,1646396760,47.74313,8.99887\n4160,1646396761,47.74309,8.99901\n4161,1646396797,47.74314,8.99900\n4162,1646396798,47.74311,8.99898\n4163,1646396799,47.74310,8.99898\n4164,1646396800,47.74309,8.99897\n4165,1646396801,47.74309,8.99897\n4166,1646396802,47.74309,8.99897\n4167,1646396803,47.74304,8.99907\n4168,1646396805,47.74303,8.99906\n4169,1646396806,47.74303,8.99906\n4170,1646396807,47.74303,8.99904\n4171,1646396846,47.74301,8.99896\n4172,1646396847,47.74302,8.99896\n4173,1646396848,47.74304,8.99898\n4174,1646396849,47.74305,8.99899\n4175,1646396850,47.74306,8.99900\n4176,1646396851,47.74298,8.99908\n4177,1646396853,47.74294,8.99905\n4178,1646396854,47.74293,8.99904\n4179,1646396855,47.74292,8.99904\n4180,1646396856,47.74291,8.99903\n4181,1646396892,47.74309,8.99888\n4182,1646396893,47.74309,8.99886\n4183,1646396894,47.74308,8.99885\n4184,1646396895,47.74308,8.99884\n4185,1646396896,47.74307,8.99884\n4186,1646396897,47.74305,8.99883\n4187,1646396898,47.74303,8.99881\n4188,1646396899,47.74295,8.99891\n4189,1646396901,47.74294,8.99892\n4190,1646396902,47.74295,8.99892\n4191,1646396937,47.74313,8.99906\n4192,1646396938,47.74312,8.99905\n4193,1646396939,47.74312,8.99905\n4194,1646396940,47.74312,8.99903\n4195,1646396941,47.74313,8.99902\n4196,1646396942,47.74314,8.99902\n4197,1646396943,47.74315,8.99901\n4198,1646396944,47.74316,8.99900\n4199,1646396945,47.74316,8.99901\n4200,1646396946,47.74315,8.99901\n4201,1646396979,47.74309,8.99907\n4202,1646396980,47.74316,8.99899\n4203,1646396981,47.74315,8.99898\n4204,1646396982,47.74313,8.99898\n4205,1646396983,47.74312,8.99896\n4206,1646396984,47.74311,8.99896\n4207,1646396985,47.74310,8.99896\n4208,1646396986,47.74310,8.99896\n4209,1646396987,47.74310,8.99896\n4210,1646396988,47.74310,8.99896\n4211,1646397022,47.74311,8.99915\n4212,1646397023,47.74313,8.99913\n4213,1646397024,47.74312,8.99912\n4214,1646397025,47.74311,8.99910\n4215,1646397026,47.74310,8.99909\n4216,1646397027,47.74307,8.99908\n4217,1646397028,47.74305,8.99908\n4218,1646397029,47.74304,8.99907\n4219,1646397030,47.74304,8.99906\n4220,1646397031,47.74303,8.99906\n4221,1646397064,47.74310,8.99903\n4222,1646397065,47.74306,8.99906\n4223,1646397066,47.74306,8.99905\n4224,1646397067,47.74306,8.99906\n4225,1646397068,47.74306,8.99908\n4226,1646397069,47.74306,8.99908\n4227,1646397070,47.74306,8.99908\n4228,1646397071,47.74305,8.99909\n4229,1646397072,47.74305,8.99909\n4230,1646397073,47.74307,8.99907\n4231,1646397108,47.74324,8.99889\n4232,1646397109,47.74325,8.99892\n4233,1646397110,47.74325,8.99894\n4234,1646397111,47.74325,8.99895\n4235,1646397112,47.74324,8.99896\n4236,1646397113,47.74324,8.99897\n4237,1646397114,47.74323,8.99897\n4238,1646397115,47.74313,8.99903\n4239,1646397117,47.74313,8.99903\n4240,1646397118,47.74313,8.99904\n4241,1646397152,47.74310,8.99899\n4242,1646397153,47.74311,8.99898\n4243,1646397154,47.74311,8.99898\n4244,1646397155,47.74310,8.99898\n4245,1646397156,47.74311,8.99898\n4246,1646397157,47.74311,8.99898\n4247,1646397158,47.74310,8.99899\n4248,1646397159,47.74310,8.99899\n4249,1646397160,47.74310,8.99898\n4250,1646397161,47.74310,8.99898\n4251,1646397195,47.74318,8.99907\n4252,1646397196,47.74316,8.99906\n4253,1646397197,47.74317,8.99905\n4254,1646397198,47.74317,8.99905\n4255,1646397199,47.74316,8.99904\n4256,1646397200,47.74315,8.99903\n4257,1646397201,47.74315,8.99903\n4258,1646397202,47.74315,8.99902\n4259,1646397203,47.74315,8.99901\n4260,1646397204,47.74315,8.99900\n4261,1646397239,47.74310,8.99903\n4262,1646397240,47.74311,8.99904\n4263,1646397241,47.74312,8.99903\n4264,1646397242,47.74313,8.99902\n4265,1646397243,47.74314,8.99901\n4266,1646397244,47.74314,8.99900\n4267,1646397245,47.74314,8.99900\n4268,1646397246,47.74313,8.99899\n4269,1646397247,47.74312,8.99900\n4270,1646397248,47.74309,8.99903\n4271,1646397282,47.74311,8.99912\n4272,1646397283,47.74311,8.99904\n4273,1646397284,47.74311,8.99901\n4274,1646397285,47.74311,8.99900\n4275,1646397286,47.74312,8.99900\n4276,1646397287,47.74313,8.99900\n4277,1646397288,47.74313,8.99900\n4278,1646397289,47.74309,8.99903\n4279,1646397291,47.74309,8.99902\n4280,1646397292,47.74309,8.99902\n4281,1646397326,47.74324,8.99880\n4282,1646397327,47.74323,8.99878\n4283,1646397328,47.74324,8.99878\n4284,1646397329,47.74323,8.99878\n4285,1646397330,47.74322,8.99879\n4286,1646397331,47.74322,8.99879\n4287,1646397332,47.74322,8.99880\n4288,1646397333,47.74322,8.99880\n4289,1646397334,47.74322,8.99881\n4290,1646397335,47.74322,8.99881\n4291,1646397369,47.74312,8.99892\n4292,1646397370,47.74312,8.99892\n4293,1646397371,47.74312,8.99893\n4294,1646397372,47.74312,8.99893\n4295,1646397373,47.74313,8.99893\n4296,1646397374,47.74314,8.99893\n4297,1646397375,47.74314,8.99894\n4298,1646397376,47.74314,8.99894\n4299,1646397377,47.74314,8.99894\n4300,1646397378,47.74314,8.99894\n4301,1646397413,47.74326,8.99885\n4302,1646397414,47.74325,8.99886\n4303,1646397415,47.74323,8.99886\n4304,1646397416,47.74322,8.99888\n4305,1646397417,47.74321,8.99889\n4306,1646397418,47.74319,8.99891\n4307,1646397419,47.74318,8.99891\n4308,1646397420,47.74317,8.99892\n4309,1646397421,47.74315,8.99893\n4310,1646397422,47.74302,8.99905\n4311,1646397458,47.74306,8.99897\n4312,1646397459,47.74299,8.99900\n4313,1646397460,47.74298,8.99902\n4314,1646397461,47.74298,8.99902\n4315,1646397462,47.74298,8.99903\n4316,1646397463,47.74294,8.99905\n4317,1646397465,47.74294,8.99906\n4318,1646397466,47.74294,8.99906\n4319,1646397467,47.74294,8.99906\n4320,1646397468,47.74294,8.99906\n4321,1646397521,47.74284,8.99914\n4322,1646397522,47.74285,8.99914\n4323,1646397523,47.74286,8.99914\n4324,1646397524,47.74287,8.99913\n4325,1646397525,47.74289,8.99913\n4326,1646397526,47.74290,8.99912\n4327,1646397527,47.74292,8.99911\n4328,1646397528,47.74294,8.99911\n4329,1646397529,47.74296,8.99910\n4330,1646397530,47.74299,8.99909\n4331,1646397595,47.74303,8.99905\n4332,1646397597,47.74306,8.99903\n4333,1646397598,47.74307,8.99903\n4334,1646397599,47.74306,8.99902\n4335,1646397600,47.74306,8.99902\n4336,1646397601,47.74306,8.99901\n4337,1646397602,47.74306,8.99901\n4338,1646397603,47.74305,8.99900\n4339,1646397604,47.74305,8.99900\n4340,1646397605,47.74305,8.99900\n4341,1646397638,47.74316,8.99903\n4342,1646397639,47.74308,8.99899\n4343,1646397640,47.74306,8.99899\n4344,1646397641,47.74306,8.99899\n4345,1646397642,47.74306,8.99899\n4346,1646397643,47.74306,8.99899\n4347,1646397644,47.74307,8.99899\n4348,1646397645,47.74307,8.99899\n4349,1646397646,47.74307,8.99899\n4350,1646397647,47.74307,8.99900\n4351,1646397681,47.74302,8.99898\n4352,1646397682,47.74301,8.99898\n4353,1646397683,47.74301,8.99896\n4354,1646397684,47.74301,8.99896\n4355,1646397685,47.74301,8.99896\n4356,1646397686,47.74301,8.99896\n4357,1646397687,47.74301,8.99896\n4358,1646397688,47.74300,8.99896\n4359,1646397689,47.74300,8.99896\n4360,1646397690,47.74300,8.99897\n4361,1646397724,47.74307,8.99902\n4362,1646397725,47.74311,8.99901\n4363,1646397726,47.74306,8.99901\n4364,1646397727,47.74301,8.99901\n4365,1646397728,47.74300,8.99901\n4366,1646397729,47.74299,8.99901\n4367,1646397730,47.74298,8.99901\n4368,1646397731,47.74298,8.99901\n4369,1646397732,47.74298,8.99901\n4370,1646397733,47.74298,8.99900\n4371,1646397767,47.74293,8.99898\n4372,1646397768,47.74303,8.99896\n4373,1646397769,47.74303,8.99896\n4374,1646397770,47.74304,8.99896\n4375,1646397771,47.74304,8.99897\n4376,1646397772,47.74304,8.99896\n4377,1646397773,47.74303,8.99896\n4378,1646397774,47.74303,8.99895\n4379,1646397775,47.74304,8.99897\n4380,1646397777,47.74305,8.99897\n4381,1646397810,47.74293,8.99897\n4382,1646397811,47.74297,8.99899\n4383,1646397812,47.74301,8.99899\n4384,1646397813,47.74305,8.99897\n4385,1646397814,47.74306,8.99897\n4386,1646397815,47.74306,8.99897\n4387,1646397816,47.74306,8.99897\n4388,1646397817,47.74307,8.99899\n4389,1646397819,47.74306,8.99899\n4390,1646397820,47.74306,8.99899\n4391,1646397853,47.74309,8.99901\n4392,1646397854,47.74308,8.99900\n4393,1646397855,47.74308,8.99901\n4394,1646397856,47.74307,8.99901\n4395,1646397857,47.74306,8.99902\n4396,1646397858,47.74307,8.99903\n4397,1646397859,47.74307,8.99903\n4398,1646397860,47.74306,8.99903\n4399,1646397861,47.74306,8.99902\n4400,1646397862,47.74305,8.99902\n4401,1646397895,47.74300,8.99896\n4402,1646397896,47.74300,8.99896\n4403,1646397897,47.74302,8.99897\n4404,1646397898,47.74302,8.99897\n4405,1646397899,47.74303,8.99898\n4406,1646397900,47.74303,8.99898\n4407,1646397901,47.74303,8.99899\n4408,1646397902,47.74303,8.99899\n4409,1646397903,47.74303,8.99899\n4410,1646397904,47.74303,8.99898\n4411,1646397938,47.74311,8.99913\n4412,1646397939,47.74309,8.99909\n4413,1646397940,47.74309,8.99909\n4414,1646397941,47.74308,8.99910\n4415,1646397942,47.74307,8.99909\n4416,1646397943,47.74307,8.99909\n4417,1646397944,47.74307,8.99908\n4418,1646397945,47.74306,8.99907\n4419,1646397946,47.74306,8.99907\n4420,1646397947,47.74306,8.99906\n4421,1646397980,47.74301,8.99897\n4422,1646397981,47.74302,8.99896\n4423,1646397982,47.74302,8.99896\n4424,1646397983,47.74302,8.99896\n4425,1646397984,47.74303,8.99897\n4426,1646397985,47.74303,8.99898\n4427,1646397986,47.74302,8.99898\n4428,1646397987,47.74302,8.99899\n4429,1646397988,47.74302,8.99899\n4430,1646397989,47.74302,8.99899\n4431,1646398022,47.74297,8.99908\n4432,1646398023,47.74301,8.99898\n4433,1646398024,47.74301,8.99898\n4434,1646398025,47.74303,8.99898\n4435,1646398026,47.74303,8.99899\n4436,1646398027,47.74303,8.99899\n4437,1646398028,47.74303,8.99899\n4438,1646398029,47.74303,8.99899\n4439,1646398030,47.74303,8.99899\n4440,1646398031,47.74303,8.99899\n4441,1646398065,47.74325,8.99900\n4442,1646398066,47.74305,8.99903\n4443,1646398067,47.74303,8.99904\n4444,1646398068,47.74304,8.99903\n4445,1646398069,47.74303,8.99902\n4446,1646398070,47.74303,8.99902\n4447,1646398071,47.74303,8.99901\n4448,1646398072,47.74303,8.99901\n4449,1646398073,47.74303,8.99901\n4450,1646398074,47.74303,8.99901\n4451,1646398108,47.74300,8.99901\n4452,1646398109,47.74299,8.99896\n4453,1646398110,47.74300,8.99898\n4454,1646398111,47.74300,8.99899\n4455,1646398112,47.74301,8.99899\n4456,1646398113,47.74301,8.99900\n4457,1646398114,47.74301,8.99900\n4458,1646398115,47.74301,8.99901\n4459,1646398116,47.74301,8.99901\n4460,1646398117,47.74301,8.99900\n4461,1646398154,47.74309,8.99899\n4462,1646398155,47.74307,8.99898\n4463,1646398156,47.74306,8.99902\n4464,1646398157,47.74306,8.99904\n4465,1646398158,47.74306,8.99905\n4466,1646398159,47.74306,8.99905\n4467,1646398160,47.74306,8.99900\n4468,1646398162,47.74306,8.99900\n4469,1646398163,47.74306,8.99900\n4470,1646398164,47.74306,8.99899\n4471,1646398198,47.74300,8.99888\n4472,1646398199,47.74302,8.99886\n4473,1646398200,47.74303,8.99884\n4474,1646398201,47.74303,8.99886\n4475,1646398202,47.74304,8.99888\n4476,1646398203,47.74304,8.99888\n4477,1646398204,47.74304,8.99888\n4478,1646398205,47.74304,8.99889\n4479,1646398206,47.74305,8.99889\n4480,1646398207,47.74304,8.99896\n4481,1646398245,47.74305,8.99902\n4482,1646398246,47.74305,8.99903\n4483,1646398247,47.74305,8.99904\n4484,1646398248,47.74305,8.99906\n4485,1646398249,47.74305,8.99903\n4486,1646398251,47.74306,8.99903\n4487,1646398252,47.74306,8.99903\n4488,1646398253,47.74306,8.99904\n4489,1646398254,47.74306,8.99903\n4490,1646398255,47.74306,8.99903\n4491,1646398290,47.74293,8.99869\n4492,1646398291,47.74296,8.99876\n4493,1646398292,47.74298,8.99881\n4494,1646398293,47.74298,8.99883\n4495,1646398294,47.74299,8.99885\n4496,1646398295,47.74299,8.99886\n4497,1646398296,47.74299,8.99887\n4498,1646398297,47.74299,8.99888\n4499,1646398299,47.74299,8.99888\n4500,1646398300,47.74300,8.99888\n4501,1646398333,47.74295,8.99908\n4502,1646398334,47.74292,8.99902\n4503,1646398335,47.74293,8.99900\n4504,1646398336,47.74293,8.99897\n4505,1646398337,47.74293,8.99896\n4506,1646398338,47.74294,8.99895\n4507,1646398339,47.74294,8.99895\n4508,1646398340,47.74294,8.99895\n4509,1646398341,47.74295,8.99896\n4510,1646398342,47.74295,8.99896\n4511,1646398376,47.74306,8.99883\n4512,1646398377,47.74302,8.99886\n4513,1646398378,47.74302,8.99887\n4514,1646398379,47.74301,8.99889\n4515,1646398380,47.74300,8.99889\n4516,1646398381,47.74300,8.99889\n4517,1646398382,47.74300,8.99889\n4518,1646398383,47.74300,8.99889\n4519,1646398384,47.74300,8.99889\n4520,1646398385,47.74301,8.99891\n4521,1646398421,47.74309,8.99880\n4522,1646398422,47.74300,8.99875\n4523,1646398423,47.74302,8.99880\n4524,1646398424,47.74303,8.99883\n4525,1646398425,47.74304,8.99885\n4526,1646398426,47.74305,8.99887\n4527,1646398427,47.74304,8.99889\n4528,1646398428,47.74305,8.99890\n4529,1646398429,47.74305,8.99891\n4530,1646398430,47.74306,8.99891\n4531,1646398465,47.74302,8.99883\n4532,1646398466,47.74300,8.99883\n4533,1646398467,47.74303,8.99885\n4534,1646398468,47.74302,8.99885\n4535,1646398469,47.74302,8.99886\n4536,1646398470,47.74303,8.99887\n4537,1646398471,47.74303,8.99885\n4538,1646398473,47.74303,8.99885\n4539,1646398474,47.74303,8.99885\n4540,1646398475,47.74303,8.99886\n4541,1646398509,47.74299,8.99891\n4542,1646398510,47.74300,8.99890\n4543,1646398511,47.74301,8.99891\n4544,1646398512,47.74300,8.99890\n4545,1646398513,47.74300,8.99890\n4546,1646398514,47.74301,8.99890\n4547,1646398515,47.74301,8.99889\n4548,1646398516,47.74301,8.99889\n4549,1646398517,47.74302,8.99889\n4550,1646398518,47.74302,8.99888\n4551,1646398551,47.74296,8.99885\n4552,1646398552,47.74299,8.99889\n4553,1646398553,47.74296,8.99895\n4554,1646398554,47.74297,8.99897\n4555,1646398555,47.74296,8.99898\n4556,1646398556,47.74296,8.99898\n4557,1646398557,47.74297,8.99899\n4558,1646398558,47.74298,8.99900\n4559,1646398559,47.74298,8.99900\n4560,1646398560,47.74299,8.99900\n4561,1646398594,47.74299,8.99898\n4562,1646398595,47.74300,8.99906\n4563,1646398596,47.74308,8.99899\n4564,1646398597,47.74309,8.99899\n4565,1646398598,47.74308,8.99899\n4566,1646398599,47.74307,8.99899\n4567,1646398600,47.74306,8.99898\n4568,1646398601,47.74305,8.99897\n4569,1646398602,47.74305,8.99896\n4570,1646398603,47.74304,8.99896\n4571,1646398637,47.74316,8.99903\n4572,1646398638,47.74314,8.99904\n4573,1646398639,47.74314,8.99903\n4574,1646398640,47.74311,8.99900\n4575,1646398641,47.74310,8.99898\n4576,1646398642,47.74309,8.99896\n4577,1646398643,47.74308,8.99896\n4578,1646398644,47.74307,8.99895\n4579,1646398645,47.74306,8.99895\n4580,1646398647,47.74306,8.99896\n4581,1646398682,47.74307,8.99902\n4582,1646398683,47.74306,8.99901\n4583,1646398684,47.74306,8.99901\n4584,1646398685,47.74305,8.99902\n4585,1646398686,47.74305,8.99901\n4586,1646398687,47.74305,8.99899\n4587,1646398689,47.74304,8.99899\n4588,1646398690,47.74303,8.99899\n4589,1646398691,47.74303,8.99898\n4590,1646398692,47.74303,8.99898\n4591,1646398726,47.74308,8.99895\n4592,1646398727,47.74308,8.99897\n4593,1646398728,47.74307,8.99899\n4594,1646398729,47.74307,8.99899\n4595,1646398730,47.74307,8.99899\n4596,1646398731,47.74307,8.99900\n4597,1646398732,47.74308,8.99900\n4598,1646398733,47.74308,8.99901\n4599,1646398734,47.74308,8.99901\n4600,1646398735,47.74309,8.99898\n4601,1646398770,47.74314,8.99920\n4602,1646398771,47.74314,8.99919\n4603,1646398772,47.74314,8.99917\n4604,1646398773,47.74313,8.99916\n4605,1646398774,47.74313,8.99916\n4606,1646398775,47.74312,8.99915\n4607,1646398776,47.74313,8.99915\n4608,1646398777,47.74314,8.99911\n4609,1646398779,47.74314,8.99910\n4610,1646398780,47.74314,8.99909\n4611,1646398813,47.74304,8.99916\n4612,1646398814,47.74318,8.99903\n4613,1646398815,47.74314,8.99904\n4614,1646398816,47.74311,8.99904\n4615,1646398817,47.74308,8.99905\n4616,1646398818,47.74306,8.99906\n4617,1646398819,47.74305,8.99906\n4618,1646398820,47.74303,8.99906\n4619,1646398821,47.74302,8.99905\n4620,1646398822,47.74302,8.99905\n4621,1646398857,47.74295,8.99906\n4622,1646398858,47.74293,8.99907\n4623,1646398859,47.74292,8.99905\n4624,1646398860,47.74293,8.99904\n4625,1646398861,47.74297,8.99902\n4626,1646398862,47.74298,8.99901\n4627,1646398863,47.74298,8.99901\n4628,1646398864,47.74298,8.99900\n4629,1646398865,47.74298,8.99900\n4630,1646398866,47.74298,8.99900\n4631,1646398902,47.74278,8.99917\n4632,1646398903,47.74284,8.99917\n4633,1646398904,47.74287,8.99916\n4634,1646398905,47.74293,8.99914\n4635,1646398906,47.74294,8.99913\n4636,1646398907,47.74296,8.99912\n4637,1646398908,47.74298,8.99911\n4638,1646398909,47.74299,8.99911\n4639,1646398910,47.74297,8.99910\n4640,1646398912,47.74297,8.99910\n4641,1646398947,47.74304,8.99909\n4642,1646398948,47.74304,8.99910\n4643,1646398949,47.74304,8.99910\n4644,1646398950,47.74305,8.99910\n4645,1646398951,47.74305,8.99910\n4646,1646398952,47.74304,8.99909\n4647,1646398953,47.74304,8.99908\n4648,1646398954,47.74304,8.99908\n4649,1646398955,47.74304,8.99908\n4650,1646398956,47.74303,8.99908\n4651,1646398991,47.74302,8.99930\n4652,1646398992,47.74305,8.99904\n4653,1646398993,47.74305,8.99902\n4654,1646398994,47.74305,8.99901\n4655,1646398995,47.74305,8.99899\n4656,1646398996,47.74305,8.99899\n4657,1646398997,47.74305,8.99900\n4658,1646398998,47.74306,8.99900\n4659,1646398999,47.74306,8.99894\n4660,1646399001,47.74306,8.99895\n4661,1646399036,47.74304,8.99912\n4662,1646399037,47.74304,8.99914\n4663,1646399038,47.74303,8.99915\n4664,1646399039,47.74301,8.99913\n4665,1646399040,47.74301,8.99909\n4666,1646399041,47.74303,8.99894\n4667,1646399043,47.74303,8.99894\n4668,1646399044,47.74303,8.99895\n4669,1646399045,47.74302,8.99896\n4670,1646399046,47.74302,8.99896\n4671,1646399080,47.74320,8.99900\n4672,1646399081,47.74315,8.99901\n4673,1646399082,47.74313,8.99902\n4674,1646399083,47.74311,8.99902\n4675,1646399084,47.74311,8.99902\n4676,1646399085,47.74310,8.99902\n4677,1646399086,47.74310,8.99902\n4678,1646399087,47.74309,8.99901\n4679,1646399088,47.74309,8.99901\n4680,1646399089,47.74309,8.99899\n4681,1646399127,47.74307,8.99891\n4682,1646399128,47.74303,8.99892\n4683,1646399129,47.74301,8.99892\n4684,1646399130,47.74300,8.99892\n4685,1646399131,47.74300,8.99900\n4686,1646399133,47.74300,8.99899\n4687,1646399134,47.74300,8.99899\n4688,1646399135,47.74300,8.99899\n4689,1646399136,47.74300,8.99900\n4690,1646399137,47.74300,8.99900\n4691,1646399171,47.74310,8.99916\n4692,1646399172,47.74307,8.99915\n4693,1646399173,47.74307,8.99915\n4694,1646399174,47.74306,8.99913\n4695,1646399175,47.74305,8.99912\n4696,1646399176,47.74305,8.99911\n4697,1646399177,47.74305,8.99911\n4698,1646399178,47.74305,8.99910\n4699,1646399179,47.74304,8.99902\n4700,1646399181,47.74304,8.99901\n4701,1646399216,47.74306,8.99905\n4702,1646399217,47.74305,8.99905\n4703,1646399218,47.74305,8.99904\n4704,1646399219,47.74304,8.99903\n4705,1646399220,47.74303,8.99904\n4706,1646399221,47.74303,8.99903\n4707,1646399223,47.74303,8.99903\n4708,1646399224,47.74303,8.99903\n4709,1646399225,47.74304,8.99903\n4710,1646399226,47.74305,8.99903\n4711,1646399260,47.74301,8.99890\n4712,1646399261,47.74300,8.99892\n4713,1646399262,47.74300,8.99893\n4714,1646399263,47.74300,8.99894\n4715,1646399264,47.74300,8.99896\n4716,1646399265,47.74300,8.99896\n4717,1646399266,47.74300,8.99896\n4718,1646399267,47.74300,8.99896\n4719,1646399268,47.74300,8.99896\n4720,1646399269,47.74302,8.99894\n4721,1646399304,47.74289,8.99895\n4722,1646399305,47.74292,8.99894\n4723,1646399306,47.74295,8.99894\n4724,1646399307,47.74298,8.99893\n4725,1646399308,47.74298,8.99892\n4726,1646399309,47.74299,8.99891\n4727,1646399310,47.74301,8.99891\n4728,1646399311,47.74302,8.99896\n4729,1646399313,47.74302,8.99896\n4730,1646399314,47.74302,8.99897\n4731,1646399350,47.74296,8.99909\n4732,1646399351,47.74297,8.99908\n4733,1646399352,47.74297,8.99909\n4734,1646399353,47.74297,8.99909\n4735,1646399354,47.74298,8.99909\n4736,1646399355,47.74298,8.99909\n4737,1646399356,47.74297,8.99909\n4738,1646399357,47.74297,8.99909\n4739,1646399358,47.74297,8.99909\n4740,1646399359,47.74297,8.99908\n4741,1646399394,47.74296,8.99908\n4742,1646399395,47.74295,8.99908\n4743,1646399396,47.74294,8.99909\n4744,1646399397,47.74294,8.99909\n4745,1646399398,47.74295,8.99909\n4746,1646399399,47.74295,8.99908\n4747,1646399400,47.74296,8.99909\n4748,1646399401,47.74296,8.99908\n4749,1646399403,47.74296,8.99908\n4750,1646399404,47.74297,8.99908\n4751,1646399437,47.74283,8.99901\n4752,1646399438,47.74279,8.99902\n4753,1646399439,47.74281,8.99902\n4754,1646399440,47.74288,8.99901\n4755,1646399441,47.74289,8.99900\n4756,1646399442,47.74290,8.99901\n4757,1646399443,47.74291,8.99901\n4758,1646399444,47.74291,8.99902\n4759,1646399445,47.74291,8.99903\n4760,1646399446,47.74292,8.99902\n4761,1646399480,47.74303,8.99900\n4762,1646399481,47.74296,8.99902\n4763,1646399482,47.74290,8.99904\n4764,1646399483,47.74294,8.99903\n4765,1646399484,47.74294,8.99902\n4766,1646399485,47.74296,8.99902\n4767,1646399486,47.74296,8.99902\n4768,1646399487,47.74296,8.99902\n4769,1646399488,47.74296,8.99902\n4770,1646399489,47.74295,8.99903\n4771,1646399523,47.74294,8.99911\n4772,1646399524,47.74294,8.99910\n4773,1646399525,47.74294,8.99910\n4774,1646399526,47.74294,8.99910\n4775,1646399527,47.74293,8.99910\n4776,1646399528,47.74291,8.99910\n4777,1646399529,47.74290,8.99910\n4778,1646399530,47.74290,8.99910\n4779,1646399531,47.74291,8.99909\n4780,1646399532,47.74292,8.99908\n4781,1646399566,47.74302,8.99888\n4782,1646399567,47.74304,8.99894\n4783,1646399568,47.74302,8.99895\n4784,1646399569,47.74302,8.99896\n4785,1646399570,47.74301,8.99897\n4786,1646399571,47.74300,8.99899\n4787,1646399572,47.74299,8.99899\n4788,1646399573,47.74299,8.99900\n4789,1646399574,47.74299,8.99900\n4790,1646399575,47.74298,8.99900\n4791,1646399608,47.74275,8.99926\n4792,1646399609,47.74287,8.99903\n4793,1646399610,47.74285,8.99904\n4794,1646399611,47.74285,8.99904\n4795,1646399612,47.74285,8.99903\n4796,1646399613,47.74286,8.99903\n4797,1646399614,47.74287,8.99903\n4798,1646399615,47.74288,8.99902\n4799,1646399616,47.74288,8.99902\n4800,1646399617,47.74290,8.99899\n4801,1646399653,47.74308,8.99913\n4802,1646399654,47.74296,8.99907\n4803,1646399655,47.74294,8.99905\n4804,1646399656,47.74293,8.99903\n4805,1646399657,47.74293,8.99900\n4806,1646399658,47.74292,8.99900\n4807,1646399659,47.74291,8.99900\n4808,1646399661,47.74291,8.99899\n4809,1646399662,47.74291,8.99898\n4810,1646399663,47.74291,8.99898\n4811,1646399696,47.74318,8.99892\n4812,1646399697,47.74309,8.99897\n4813,1646399698,47.74307,8.99898\n4814,1646399699,47.74305,8.99898\n4815,1646399700,47.74304,8.99898\n4816,1646399701,47.74304,8.99898\n4817,1646399702,47.74303,8.99898\n4818,1646399703,47.74303,8.99899\n4819,1646399704,47.74303,8.99901\n4820,1646399705,47.74304,8.99902\n4821,1646399739,47.74296,8.99902\n4822,1646399740,47.74297,8.99902\n4823,1646399741,47.74297,8.99902\n4824,1646399742,47.74297,8.99902\n4825,1646399743,47.74297,8.99901\n4826,1646399744,47.74297,8.99901\n4827,1646399745,47.74298,8.99901\n4828,1646399746,47.74298,8.99900\n4829,1646399747,47.74299,8.99899\n4830,1646399748,47.74300,8.99898\n4831,1646399784,47.74299,8.99899\n4832,1646399785,47.74299,8.99896\n4833,1646399786,47.74300,8.99896\n4834,1646399787,47.74300,8.99896\n4835,1646399788,47.74300,8.99896\n4836,1646399789,47.74300,8.99896\n4837,1646399790,47.74300,8.99897\n4838,1646399791,47.74300,8.99897\n4839,1646399792,47.74300,8.99898\n4840,1646399794,47.74301,8.99898\n4841,1646399829,47.74305,8.99898\n4842,1646399830,47.74306,8.99897\n4843,1646399831,47.74306,8.99896\n4844,1646399832,47.74305,8.99896\n4845,1646399833,47.74305,8.99896\n4846,1646399834,47.74305,8.99897\n4847,1646399835,47.74304,8.99897\n4848,1646399836,47.74304,8.99897\n4849,1646399837,47.74304,8.99896\n4850,1646399838,47.74303,8.99896\n4851,1646399873,47.74301,8.99893\n4852,1646399874,47.74302,8.99900\n4853,1646399875,47.74302,8.99900\n4854,1646399876,47.74301,8.99898\n4855,1646399877,47.74301,8.99897\n4856,1646399878,47.74301,8.99896\n4857,1646399879,47.74301,8.99895\n4858,1646399880,47.74301,8.99894\n4859,1646399881,47.74301,8.99895\n4860,1646399883,47.74300,8.99895\n4861,1646399918,47.74307,8.99898\n4862,1646399919,47.74308,8.99897\n4863,1646399920,47.74307,8.99896\n4864,1646399921,47.74307,8.99896\n4865,1646399922,47.74306,8.99895\n4866,1646399923,47.74304,8.99900\n4867,1646399925,47.74304,8.99899\n4868,1646399926,47.74304,8.99899\n4869,1646399927,47.74303,8.99898\n4870,1646399928,47.74303,8.99898\n4871,1646399962,47.74306,8.99903\n4872,1646399963,47.74306,8.99902\n4873,1646399964,47.74307,8.99901\n4874,1646399965,47.74306,8.99901\n4875,1646399966,47.74306,8.99900\n4876,1646399967,47.74306,8.99900\n4877,1646399968,47.74305,8.99900\n4878,1646399969,47.74305,8.99900\n4879,1646399970,47.74305,8.99900\n4880,1646399971,47.74306,8.99899\n4881,1646400006,47.74307,8.99897\n4882,1646400007,47.74307,8.99896\n4883,1646400008,47.74306,8.99896\n4884,1646400009,47.74305,8.99898\n4885,1646400010,47.74304,8.99898\n4886,1646400011,47.74303,8.99899\n4887,1646400012,47.74302,8.99899\n4888,1646400013,47.74303,8.99898\n4889,1646400015,47.74302,8.99899\n4890,1646400016,47.74302,8.99899\n4891,1646400049,47.74285,8.99899\n4892,1646400050,47.74296,8.99898\n4893,1646400051,47.74297,8.99897\n4894,1646400052,47.74297,8.99897\n4895,1646400053,47.74298,8.99896\n4896,1646400054,47.74298,8.99896\n4897,1646400055,47.74299,8.99896\n4898,1646400056,47.74300,8.99896\n4899,1646400057,47.74299,8.99897\n4900,1646400058,47.74299,8.99897\n4901,1646400093,47.74301,8.99897\n4902,1646400094,47.74302,8.99896\n4903,1646400095,47.74303,8.99896\n4904,1646400096,47.74304,8.99896\n4905,1646400097,47.74303,8.99897\n4906,1646400098,47.74303,8.99897\n4907,1646400099,47.74303,8.99898\n4908,1646400100,47.74303,8.99898\n4909,1646400101,47.74303,8.99898\n4910,1646400102,47.74304,8.99898\n4911,1646400141,47.74299,8.99908\n4912,1646400142,47.74297,8.99908\n4913,1646400143,47.74295,8.99909\n4914,1646400144,47.74295,8.99909\n4915,1646400145,47.74294,8.99909\n4916,1646400146,47.74294,8.99908\n4917,1646400148,47.74295,8.99909\n4918,1646400149,47.74295,8.99909\n4919,1646400150,47.74295,8.99909\n4920,1646400151,47.74296,8.99908\n4921,1646400188,47.74277,8.99921\n4922,1646400189,47.74278,8.99921\n4923,1646400190,47.74283,8.99917\n4924,1646400191,47.74286,8.99914\n4925,1646400192,47.74289,8.99913\n4926,1646400193,47.74294,8.99910\n4927,1646400195,47.74294,8.99910\n4928,1646400196,47.74293,8.99910\n4929,1646400197,47.74293,8.99910\n4930,1646400198,47.74293,8.99910\n4931,1646400236,47.74288,8.99916\n4932,1646400237,47.74288,8.99914\n4933,1646400238,47.74289,8.99910\n4934,1646400239,47.74290,8.99907\n4935,1646400240,47.74290,8.99906\n4936,1646400241,47.74293,8.99907\n4937,1646400243,47.74294,8.99907\n4938,1646400244,47.74294,8.99906\n4939,1646400245,47.74294,8.99906\n4940,1646400246,47.74295,8.99906\n4941,1646400282,47.74273,8.99907\n4942,1646400283,47.74272,8.99907\n4943,1646400284,47.74273,8.99909\n4944,1646400285,47.74278,8.99910\n4945,1646400286,47.74279,8.99911\n4946,1646400287,47.74281,8.99911\n4947,1646400288,47.74282,8.99910\n4948,1646400289,47.74284,8.99911\n4949,1646400291,47.74284,8.99911\n4950,1646400292,47.74284,8.99911\n4951,1646400327,47.74304,8.99915\n4952,1646400328,47.74301,8.99904\n4953,1646400329,47.74300,8.99902\n4954,1646400330,47.74301,8.99901\n4955,1646400331,47.74301,8.99901\n4956,1646400332,47.74300,8.99901\n4957,1646400333,47.74299,8.99902\n4958,1646400334,47.74298,8.99903\n4959,1646400335,47.74298,8.99903\n4960,1646400336,47.74297,8.99903\n4961,1646400369,47.74316,8.99892\n4962,1646400370,47.74316,8.99893\n4963,1646400371,47.74314,8.99893\n4964,1646400372,47.74315,8.99900\n4965,1646400373,47.74314,8.99900\n4966,1646400374,47.74314,8.99900\n4967,1646400375,47.74314,8.99899\n4968,1646400376,47.74314,8.99899\n4969,1646400377,47.74313,8.99899\n4970,1646400378,47.74313,8.99899\n4971,1646400414,47.74303,8.99903\n4972,1646400415,47.74304,8.99902\n4973,1646400416,47.74304,8.99901\n4974,1646400417,47.74304,8.99901\n4975,1646400418,47.74304,8.99901\n4976,1646400419,47.74305,8.99897\n4977,1646400420,47.74307,8.99896\n4978,1646400421,47.74307,8.99894\n4979,1646400422,47.74307,8.99893\n4980,1646400424,47.74307,8.99893\n4981,1646400460,47.74303,8.99898\n4982,1646400461,47.74303,8.99899\n4983,1646400462,47.74302,8.99900\n4984,1646400463,47.74302,8.99900\n4985,1646400464,47.74302,8.99901\n4986,1646400465,47.74302,8.99902\n4987,1646400466,47.74302,8.99902\n4988,1646400467,47.74302,8.99903\n4989,1646400468,47.74302,8.99903\n4990,1646400469,47.74303,8.99899\n4991,1646400502,47.74295,8.99927\n4992,1646400503,47.74297,8.99909\n4993,1646400504,47.74298,8.99907\n4994,1646400505,47.74298,8.99906\n4995,1646400506,47.74298,8.99905\n4996,1646400507,47.74299,8.99904\n4997,1646400508,47.74299,8.99904\n4998,1646400509,47.74299,8.99903\n4999,1646400510,47.74299,8.99903\n5000,1646400511,47.74301,8.99899\n5001,1646400547,47.74300,8.99892\n5002,1646400548,47.74300,8.99893\n5003,1646400549,47.74300,8.99894\n5004,1646400550,47.74300,8.99895\n5005,1646400551,47.74300,8.99894\n5006,1646400552,47.74299,8.99895\n5007,1646400553,47.74299,8.99895\n5008,1646400554,47.74299,8.99898\n5009,1646400556,47.74299,8.99898\n5010,1646400557,47.74298,8.99898\n5011,1646400590,47.74300,8.99909\n5012,1646400591,47.74299,8.99898\n5013,1646400592,47.74300,8.99897\n5014,1646400593,47.74301,8.99901\n5015,1646400594,47.74301,8.99903\n5016,1646400595,47.74301,8.99905\n5017,1646400596,47.74301,8.99905\n5018,1646400597,47.74300,8.99905\n5019,1646400598,47.74301,8.99905\n5020,1646400599,47.74300,8.99905\n5021,1646400633,47.74303,8.99897\n5022,1646400634,47.74303,8.99897\n5023,1646400635,47.74304,8.99898\n5024,1646400636,47.74303,8.99898\n5025,1646400637,47.74303,8.99899\n5026,1646400638,47.74302,8.99899\n5027,1646400639,47.74303,8.99900\n5028,1646400640,47.74303,8.99900\n5029,1646400641,47.74303,8.99900\n5030,1646400642,47.74302,8.99900\n5031,1646400677,47.74304,8.99915\n5032,1646400678,47.74305,8.99914\n5033,1646400679,47.74306,8.99913\n5034,1646400680,47.74306,8.99911\n5035,1646400681,47.74307,8.99910\n5036,1646400682,47.74307,8.99909\n5037,1646400683,47.74307,8.99909\n5038,1646400684,47.74307,8.99908\n5039,1646400685,47.74307,8.99907\n5040,1646400686,47.74309,8.99905\n5041,1646400721,47.74307,8.99908\n5042,1646400722,47.74307,8.99907\n5043,1646400723,47.74308,8.99906\n5044,1646400724,47.74308,8.99904\n5045,1646400725,47.74308,8.99904\n5046,1646400726,47.74307,8.99905\n5047,1646400727,47.74309,8.99902\n5048,1646400729,47.74309,8.99902\n5049,1646400730,47.74308,8.99901\n5050,1646400731,47.74308,8.99901\n5051,1646400765,47.74308,8.99896\n5052,1646400766,47.74308,8.99896\n5053,1646400767,47.74309,8.99894\n5054,1646400768,47.74308,8.99894\n5055,1646400769,47.74308,8.99895\n5056,1646400770,47.74308,8.99895\n5057,1646400771,47.74308,8.99895\n5058,1646400772,47.74308,8.99895\n5059,1646400773,47.74309,8.99895\n5060,1646400774,47.74309,8.99895\n5061,1646400807,47.74306,8.99898\n5062,1646400808,47.74307,8.99899\n5063,1646400809,47.74307,8.99899\n5064,1646400810,47.74307,8.99899\n5065,1646400811,47.74307,8.99899\n5066,1646400812,47.74306,8.99899\n5067,1646400813,47.74306,8.99900\n5068,1646400814,47.74306,8.99900\n5069,1646400815,47.74305,8.99900\n5070,1646400816,47.74305,8.99900\n5071,1646400852,47.74303,8.99903\n5072,1646400853,47.74303,8.99903\n5073,1646400854,47.74304,8.99903\n5074,1646400855,47.74304,8.99903\n5075,1646400856,47.74305,8.99903\n5076,1646400857,47.74305,8.99903\n5077,1646400858,47.74305,8.99903\n5078,1646400859,47.74305,8.99902\n5079,1646400860,47.74308,8.99900\n5080,1646400862,47.74308,8.99900\n5081,1646400897,47.74306,8.99908\n5082,1646400898,47.74305,8.99907\n5083,1646400899,47.74305,8.99907\n5084,1646400900,47.74304,8.99906\n5085,1646400901,47.74304,8.99905\n5086,1646400902,47.74304,8.99905\n5087,1646400903,47.74303,8.99905\n5088,1646400904,47.74303,8.99905\n5089,1646400905,47.74303,8.99905\n5090,1646400906,47.74303,8.99905\n5091,1646400939,47.74293,8.99854\n5092,1646400940,47.74303,8.99896\n5093,1646400941,47.74301,8.99894\n5094,1646400942,47.74300,8.99892\n5095,1646400943,47.74300,8.99891\n5096,1646400944,47.74299,8.99892\n5097,1646400945,47.74299,8.99892\n5098,1646400946,47.74299,8.99892\n5099,1646400947,47.74299,8.99892\n5100,1646400948,47.74299,8.99893\n5101,1646400983,47.74303,8.99904\n5102,1646400984,47.74304,8.99901\n5103,1646400985,47.74304,8.99901\n5104,1646400986,47.74305,8.99901\n5105,1646400987,47.74305,8.99901\n5106,1646400988,47.74305,8.99900\n5107,1646400989,47.74305,8.99900\n5108,1646400990,47.74305,8.99900\n5109,1646400991,47.74305,8.99900\n5110,1646400992,47.74311,8.99895\n5111,1646401026,47.74300,8.99904\n5112,1646401027,47.74300,8.99905\n5113,1646401028,47.74301,8.99905\n5114,1646401029,47.74303,8.99904\n5115,1646401030,47.74304,8.99904\n5116,1646401031,47.74304,8.99903\n5117,1646401032,47.74304,8.99903\n5118,1646401033,47.74313,8.99898\n5119,1646401035,47.74312,8.99898\n5120,1646401036,47.74312,8.99898\n5121,1646401070,47.74307,8.99896\n5122,1646401071,47.74309,8.99894\n5123,1646401072,47.74309,8.99893\n5124,1646401073,47.74308,8.99894\n5125,1646401074,47.74307,8.99894\n5126,1646401075,47.74307,8.99894\n5127,1646401076,47.74308,8.99894\n5128,1646401077,47.74308,8.99894\n5129,1646401078,47.74309,8.99895\n5130,1646401079,47.74309,8.99895\n5131,1646401113,47.74302,8.99912\n5132,1646401114,47.74304,8.99910\n5133,1646401115,47.74305,8.99909\n5134,1646401116,47.74306,8.99909\n5135,1646401117,47.74306,8.99908\n5136,1646401118,47.74307,8.99909\n5137,1646401119,47.74308,8.99909\n5138,1646401120,47.74308,8.99909\n5139,1646401121,47.74307,8.99909\n5140,1646401122,47.74307,8.99908\n5141,1646401156,47.74312,8.99897\n5142,1646401157,47.74314,8.99902\n5143,1646401158,47.74314,8.99901\n5144,1646401159,47.74314,8.99902\n5145,1646401160,47.74313,8.99903\n5146,1646401161,47.74312,8.99904\n5147,1646401162,47.74312,8.99904\n5148,1646401163,47.74311,8.99905\n5149,1646401164,47.74311,8.99905\n5150,1646401165,47.74311,8.99905\n5151,1646401199,47.74297,8.99903\n5152,1646401200,47.74297,8.99904\n5153,1646401201,47.74297,8.99904\n5154,1646401202,47.74296,8.99905\n5155,1646401203,47.74295,8.99906\n5156,1646401204,47.74296,8.99906\n5157,1646401205,47.74303,8.99903\n5158,1646401206,47.74302,8.99903\n5159,1646401207,47.74309,8.99899\n5160,1646401209,47.74309,8.99899\n5161,1646401244,47.74307,8.99900\n5162,1646401245,47.74309,8.99901\n5163,1646401246,47.74308,8.99900\n5164,1646401247,47.74306,8.99901\n5165,1646401248,47.74305,8.99901\n5166,1646401249,47.74309,8.99899\n5167,1646401251,47.74309,8.99898\n5168,1646401252,47.74309,8.99898\n5169,1646401253,47.74309,8.99899\n5170,1646401254,47.74309,8.99899\n5171,1646401288,47.74306,8.99903\n5172,1646401289,47.74306,8.99903\n5173,1646401290,47.74305,8.99903\n5174,1646401291,47.74305,8.99903\n5175,1646401292,47.74304,8.99902\n5176,1646401293,47.74304,8.99902\n5177,1646401294,47.74304,8.99901\n5178,1646401295,47.74304,8.99901\n5179,1646401296,47.74304,8.99901\n5180,1646401297,47.74309,8.99898\n5181,1646401330,47.74313,8.99923\n5182,1646401331,47.74308,8.99903\n5183,1646401332,47.74310,8.99903\n5184,1646401333,47.74309,8.99902\n5185,1646401334,47.74308,8.99902\n5186,1646401335,47.74307,8.99902\n5187,1646401336,47.74308,8.99902\n5188,1646401337,47.74307,8.99902\n5189,1646401338,47.74307,8.99901\n5190,1646401339,47.74315,8.99894\n5191,1646401375,47.74292,8.99910\n5192,1646401376,47.74293,8.99909\n5193,1646401377,47.74294,8.99908\n5194,1646401378,47.74294,8.99907\n5195,1646401379,47.74295,8.99906\n5196,1646401380,47.74295,8.99906\n5197,1646401381,47.74302,8.99901\n5198,1646401383,47.74302,8.99901\n5199,1646401384,47.74302,8.99901\n5200,1646401385,47.74302,8.99901\n5201,1646401418,47.74288,8.99834\n5202,1646401419,47.74294,8.99860\n5203,1646401420,47.74295,8.99880\n5204,1646401421,47.74298,8.99901\n5205,1646401422,47.74299,8.99902\n5206,1646401423,47.74300,8.99902\n5207,1646401424,47.74300,8.99902\n5208,1646401425,47.74300,8.99902\n5209,1646401426,47.74301,8.99902\n5210,1646401427,47.74302,8.99901\n5211,1646401460,47.74318,8.99910\n5212,1646401461,47.74312,8.99896\n5213,1646401462,47.74309,8.99896\n5214,1646401463,47.74309,8.99895\n5215,1646401464,47.74309,8.99894\n5216,1646401465,47.74309,8.99894\n5217,1646401466,47.74307,8.99894\n5218,1646401467,47.74305,8.99895\n5219,1646401468,47.74305,8.99895\n5220,1646401469,47.74304,8.99895\n5221,1646401503,47.74304,8.99909\n5222,1646401504,47.74293,8.99901\n5223,1646401505,47.74294,8.99899\n5224,1646401506,47.74295,8.99898\n5225,1646401507,47.74296,8.99898\n5226,1646401508,47.74298,8.99898\n5227,1646401509,47.74299,8.99898\n5228,1646401510,47.74300,8.99899\n5229,1646401511,47.74300,8.99899\n5230,1646401512,47.74300,8.99899\n5231,1646401547,47.74302,8.99908\n5232,1646401548,47.74302,8.99906\n5233,1646401549,47.74303,8.99905\n5234,1646401550,47.74302,8.99905\n5235,1646401551,47.74301,8.99904\n5236,1646401552,47.74301,8.99904\n5237,1646401553,47.74301,8.99904\n5238,1646401554,47.74300,8.99904\n5239,1646401555,47.74308,8.99898\n5240,1646401557,47.74308,8.99898\n5241,1646401591,47.74313,8.99883\n5242,1646401592,47.74307,8.99889\n5243,1646401593,47.74306,8.99890\n5244,1646401594,47.74306,8.99891\n5245,1646401595,47.74305,8.99893\n5246,1646401596,47.74304,8.99894\n5247,1646401597,47.74309,8.99891\n5248,1646401599,47.74309,8.99891\n5249,1646401600,47.74308,8.99891\n5250,1646401601,47.74308,8.99892\n5251,1646401636,47.74306,8.99890\n5252,1646401637,47.74306,8.99891\n5253,1646401638,47.74308,8.99892\n5254,1646401639,47.74309,8.99892\n5255,1646401640,47.74308,8.99894\n5256,1646401641,47.74308,8.99894\n5257,1646401642,47.74307,8.99895\n5258,1646401643,47.74306,8.99896\n5259,1646401644,47.74305,8.99897\n5260,1646401645,47.74310,8.99895\n5261,1646401680,47.74308,8.99902\n5262,1646401681,47.74309,8.99902\n5263,1646401682,47.74310,8.99900\n5264,1646401683,47.74310,8.99900\n5265,1646401684,47.74309,8.99900\n5266,1646401685,47.74308,8.99901\n5267,1646401686,47.74307,8.99901\n5268,1646401687,47.74314,8.99898\n5269,1646401689,47.74313,8.99898\n5270,1646401690,47.74314,8.99897\n5271,1646401723,47.74315,8.99904\n5272,1646401724,47.74313,8.99904\n5273,1646401725,47.74311,8.99905\n5274,1646401726,47.74309,8.99905\n5275,1646401727,47.74309,8.99904\n5276,1646401728,47.74308,8.99903\n5277,1646401729,47.74307,8.99902\n5278,1646401730,47.74308,8.99902\n5279,1646401731,47.74308,8.99902\n5280,1646401732,47.74308,8.99902\n5281,1646401765,47.74314,8.99886\n5282,1646401766,47.74312,8.99891\n5283,1646401767,47.74311,8.99891\n5284,1646401768,47.74310,8.99892\n5285,1646401769,47.74308,8.99893\n5286,1646401770,47.74307,8.99895\n5287,1646401771,47.74306,8.99896\n5288,1646401772,47.74302,8.99900\n5289,1646401773,47.74301,8.99901\n5290,1646401774,47.74302,8.99901\n5291,1646401811,47.74301,8.99887\n5292,1646401812,47.74302,8.99889\n5293,1646401813,47.74301,8.99891\n5294,1646401814,47.74301,8.99892\n5295,1646401815,47.74301,8.99893\n5296,1646401816,47.74302,8.99893\n5297,1646401817,47.74302,8.99893\n5298,1646401818,47.74302,8.99893\n5299,1646401819,47.74301,8.99895\n5300,1646401821,47.74301,8.99895\n5301,1646401857,47.74310,8.99902\n5302,1646401858,47.74306,8.99898\n5303,1646401859,47.74305,8.99899\n5304,1646401860,47.74304,8.99899\n5305,1646401861,47.74307,8.99894\n5306,1646401863,47.74308,8.99894\n5307,1646401864,47.74307,8.99894\n5308,1646401865,47.74307,8.99894\n5309,1646401866,47.74307,8.99893\n5310,1646401867,47.74306,8.99893\n5311,1646401901,47.74295,8.99899\n5312,1646401902,47.74295,8.99899\n5313,1646401903,47.74301,8.99899\n5314,1646401904,47.74300,8.99900\n5315,1646401905,47.74299,8.99901\n5316,1646401906,47.74299,8.99900\n5317,1646401907,47.74300,8.99900\n5318,1646401908,47.74300,8.99900\n5319,1646401909,47.74303,8.99895\n5320,1646401911,47.74303,8.99895\n5321,1646401945,47.74296,8.99909\n5322,1646401946,47.74298,8.99906\n5323,1646401947,47.74300,8.99904\n5324,1646401948,47.74300,8.99901\n5325,1646401949,47.74302,8.99900\n5326,1646401950,47.74303,8.99900\n5327,1646401951,47.74303,8.99890\n5328,1646401953,47.74303,8.99891\n5329,1646401954,47.74302,8.99891\n5330,1646401955,47.74302,8.99891\n5331,1646401990,47.74304,8.99890\n5332,1646401991,47.74303,8.99889\n5333,1646401993,47.74305,8.99886\n5334,1646401994,47.74305,8.99887\n5335,1646401995,47.74306,8.99889\n5336,1646401996,47.74306,8.99888\n5337,1646401997,47.74306,8.99887\n5338,1646401998,47.74306,8.99888\n5339,1646401999,47.74308,8.99894\n5340,1646402001,47.74309,8.99894\n5341,1646402036,47.74291,8.99891\n5342,1646402037,47.74293,8.99893\n5343,1646402038,47.74294,8.99892\n5344,1646402039,47.74298,8.99892\n5345,1646402041,47.74302,8.99893\n5346,1646402042,47.74302,8.99894\n5347,1646402043,47.74305,8.99899\n5348,1646402044,47.74306,8.99901\n5349,1646402045,47.74306,8.99903\n5350,1646402046,47.74306,8.99903\n5351,1646402081,47.74302,8.99899\n5352,1646402082,47.74304,8.99898\n5353,1646402083,47.74307,8.99897\n5354,1646402084,47.74307,8.99897\n5355,1646402085,47.74308,8.99897\n5356,1646402086,47.74307,8.99897\n5357,1646402087,47.74305,8.99897\n5358,1646402088,47.74306,8.99897\n5359,1646402089,47.74308,8.99897\n5360,1646402091,47.74308,8.99897\n5361,1646402125,47.74321,8.99891\n5362,1646402126,47.74320,8.99892\n5363,1646402127,47.74318,8.99893\n5364,1646402128,47.74318,8.99893\n5365,1646402129,47.74318,8.99894\n5366,1646402130,47.74317,8.99894\n5367,1646402131,47.74315,8.99897\n5368,1646402133,47.74315,8.99897\n5369,1646402134,47.74313,8.99894\n5370,1646402135,47.74314,8.99894\n5371,1646402170,47.74331,8.99892\n5372,1646402171,47.74328,8.99894\n5373,1646402172,47.74324,8.99896\n5374,1646402173,47.74320,8.99898\n5375,1646402174,47.74317,8.99899\n5376,1646402175,47.74315,8.99900\n5377,1646402176,47.74313,8.99900\n5378,1646402177,47.74311,8.99901\n5379,1646402178,47.74309,8.99901\n5380,1646402179,47.74311,8.99898\n5381,1646402214,47.74308,8.99904\n5382,1646402215,47.74301,8.99902\n5383,1646402216,47.74301,8.99901\n5384,1646402217,47.74300,8.99901\n5385,1646402219,47.74300,8.99899\n5386,1646402220,47.74300,8.99898\n5387,1646402221,47.74301,8.99895\n5388,1646402223,47.74301,8.99895\n5389,1646402224,47.74301,8.99895\n5390,1646402225,47.74302,8.99895\n5391,1646402259,47.74266,8.99908\n5392,1646402260,47.74271,8.99908\n5393,1646402261,47.74274,8.99906\n5394,1646402262,47.74277,8.99903\n5395,1646402263,47.74280,8.99901\n5396,1646402264,47.74284,8.99899\n5397,1646402266,47.74302,8.99893\n5398,1646402267,47.74302,8.99893\n5399,1646402268,47.74300,8.99894\n5400,1646402269,47.74302,8.99891\n5401,1646402304,47.74321,8.99901\n5402,1646402305,47.74319,8.99901\n5403,1646402307,47.74311,8.99901\n5404,1646402308,47.74313,8.99900\n5405,1646402309,47.74315,8.99899\n5406,1646402310,47.74317,8.99898\n5407,1646402311,47.74327,8.99891\n5408,1646402313,47.74328,8.99891\n5409,1646402314,47.74328,8.99892\n5410,1646402315,47.74328,8.99891\n5411,1646402352,47.74309,8.99896\n5412,1646402353,47.74311,8.99896\n5413,1646402354,47.74311,8.99896\n5414,1646402355,47.74311,8.99896\n5415,1646402356,47.74312,8.99895\n5416,1646402357,47.74312,8.99895\n5417,1646402358,47.74313,8.99894\n5418,1646402359,47.74314,8.99893\n5419,1646402361,47.74314,8.99893\n5420,1646402362,47.74314,8.99893\n5421,1646402399,47.74302,8.99907\n5422,1646402400,47.74305,8.99906\n5423,1646402401,47.74306,8.99904\n5424,1646402402,47.74306,8.99904\n5425,1646402403,47.74306,8.99903\n5426,1646402404,47.74307,8.99903\n5427,1646402405,47.74306,8.99903\n5428,1646402406,47.74305,8.99903\n5429,1646402407,47.74313,8.99895\n5430,1646402409,47.74313,8.99895\n5431,1646402445,47.74300,8.99899\n5432,1646402446,47.74300,8.99898\n5433,1646402447,47.74299,8.99898\n5434,1646402448,47.74297,8.99899\n5435,1646402449,47.74302,8.99894\n5436,1646402451,47.74301,8.99894\n5437,1646402452,47.74301,8.99894\n5438,1646402453,47.74302,8.99894\n5439,1646402454,47.74302,8.99894\n5440,1646402455,47.74303,8.99894\n5441,1646402488,47.74284,8.99915\n5442,1646402489,47.74286,8.99909\n5443,1646402490,47.74290,8.99907\n5444,1646402491,47.74293,8.99906\n5445,1646402492,47.74293,8.99906\n5446,1646402493,47.74298,8.99903\n5447,1646402494,47.74297,8.99903\n5448,1646402495,47.74299,8.99903\n5449,1646402496,47.74299,8.99902\n5450,1646402497,47.74311,8.99892\n5451,1646402533,47.74312,8.99898\n5452,1646402534,47.74311,8.99898\n5453,1646402535,47.74308,8.99898\n5454,1646402536,47.74306,8.99899\n5455,1646402537,47.74305,8.99898\n5456,1646402538,47.74304,8.99898\n5457,1646402539,47.74319,8.99888\n5458,1646402541,47.74320,8.99889\n5459,1646402542,47.74320,8.99889\n5460,1646402543,47.74320,8.99889\n5461,1646402576,47.74292,8.99909\n5462,1646402579,47.74303,8.99905\n5463,1646402580,47.74300,8.99906\n5464,1646402581,47.74295,8.99907\n5465,1646402582,47.74293,8.99907\n5466,1646402583,47.74293,8.99906\n5467,1646402584,47.74290,8.99906\n5468,1646402585,47.74287,8.99906\n5469,1646402586,47.74284,8.99907\n5470,1646402587,47.74299,8.99895\n5471,1646402625,47.74315,8.99898\n5472,1646402626,47.74310,8.99900\n5473,1646402627,47.74308,8.99901\n5474,1646402628,47.74306,8.99902\n5475,1646402629,47.74313,8.99897\n5476,1646402631,47.74310,8.99897\n5477,1646402632,47.74308,8.99897\n5478,1646402633,47.74308,8.99897\n5479,1646402634,47.74307,8.99897\n5480,1646402635,47.74308,8.99898\n5481,1646402670,47.74302,8.99903\n5482,1646402671,47.74299,8.99903\n5483,1646402672,47.74302,8.99901\n5484,1646402673,47.74303,8.99901\n5485,1646402674,47.74300,8.99902\n5486,1646402675,47.74298,8.99902\n5487,1646402676,47.74297,8.99902\n5488,1646402677,47.74305,8.99894\n5489,1646402679,47.74304,8.99894\n5490,1646402680,47.74303,8.99895\n5491,1646402714,47.74335,8.99884\n5492,1646402715,47.74329,8.99887\n5493,1646402716,47.74330,8.99888\n5494,1646402717,47.74329,8.99888\n5495,1646402718,47.74308,8.99892\n5496,1646402719,47.74304,8.99894\n5497,1646402720,47.74302,8.99895\n5498,1646402721,47.74304,8.99895\n5499,1646402722,47.74305,8.99894\n5500,1646402723,47.74306,8.99894\n5501,1646402757,47.74320,8.99905\n5502,1646402758,47.74321,8.99905\n5503,1646402759,47.74321,8.99905\n5504,1646402760,47.74323,8.99905\n5505,1646402761,47.74323,8.99905\n5506,1646402762,47.74324,8.99905\n5507,1646402763,47.74315,8.99905\n5508,1646402764,47.74309,8.99907\n5509,1646402765,47.74303,8.99909\n5510,1646402766,47.74297,8.99911\n5511,1646402805,47.74291,8.99909\n5512,1646402806,47.74289,8.99909\n5513,1646402807,47.74287,8.99910\n5514,1646402808,47.74285,8.99911\n5515,1646402809,47.74285,8.99910\n5516,1646402810,47.74311,8.99900\n5517,1646402812,47.74313,8.99899\n5518,1646402813,47.74314,8.99899\n5519,1646402814,47.74314,8.99898\n5520,1646402815,47.74313,8.99898\n5521,1646402852,47.74285,8.99913\n5522,1646402853,47.74280,8.99916\n5523,1646402854,47.74278,8.99918\n5524,1646402855,47.74275,8.99919\n5525,1646402859,47.74266,8.99892\n5526,1646402860,47.74287,8.99898\n5527,1646402861,47.74285,8.99896\n5528,1646402862,47.74283,8.99895\n5529,1646402863,47.74282,8.99895\n5530,1646402864,47.74284,8.99895\n5531,1646402897,47.74310,8.99898\n5532,1646402898,47.74300,8.99893\n5533,1646402899,47.74320,8.99886\n5534,1646402900,47.74323,8.99886\n5535,1646402901,47.74322,8.99886\n5536,1646402903,47.74310,8.99892\n5537,1646402904,47.74308,8.99893\n5538,1646402905,47.74312,8.99891\n5539,1646402907,47.74312,8.99891\n5540,1646402908,47.74313,8.99890\n5541,1646402941,47.74282,8.99905\n5542,1646402942,47.74279,8.99908\n5543,1646402943,47.74273,8.99912\n5544,1646402944,47.74269,8.99914\n5545,1646402948,47.74257,8.99920\n5546,1646402949,47.74253,8.99921\n5547,1646402950,47.74249,8.99921\n5548,1646402951,47.74247,8.99923\n5549,1646402952,47.74244,8.99925\n5550,1646402953,47.74328,8.99889\n5551,1646402995,47.74310,8.99907\n5552,1646402997,47.74314,8.99905\n5553,1646402998,47.74316,8.99904\n5554,1646402999,47.74316,8.99904\n5555,1646403000,47.74316,8.99903\n5556,1646403001,47.74315,8.99904\n5557,1646403002,47.74315,8.99903\n5558,1646403003,47.74316,8.99903\n5559,1646403004,47.74316,8.99903\n5560,1646403005,47.74317,8.99902\n5561,1646403049,47.74315,8.99894\n5562,1646403051,47.74313,8.99893\n5563,1646403052,47.74309,8.99892\n5564,1646403053,47.74307,8.99892\n5565,1646403054,47.74304,8.99892\n5566,1646403055,47.74300,8.99892\n5567,1646403056,47.74298,8.99892\n5568,1646403057,47.74297,8.99891\n5569,1646403058,47.74295,8.99891\n5570,1646403059,47.74293,8.99891\n5571,1646403100,47.74288,8.99899\n5572,1646403101,47.74285,8.99899\n5573,1646403102,47.74282,8.99899\n5574,1646403105,47.74299,8.99886\n5575,1646403106,47.74302,8.99885\n5576,1646403107,47.74304,8.99884\n5577,1646403108,47.74302,8.99884\n5578,1646403109,47.74301,8.99883\n5579,1646403110,47.74300,8.99882\n5580,1646403111,47.74300,8.99882\n5581,1646403151,47.74312,8.99890\n5582,1646403153,47.74311,8.99892\n5583,1646403154,47.74305,8.99898\n5584,1646403155,47.74305,8.99899\n5585,1646403156,47.74305,8.99898\n5586,1646403157,47.74305,8.99897\n5587,1646403158,47.74305,8.99897\n5588,1646403159,47.74305,8.99896\n5589,1646403160,47.74305,8.99896\n5590,1646403161,47.74304,8.99896\n5591,1646403208,47.74312,8.99882\n5592,1646403209,47.74311,8.99882\n5593,1646403210,47.74311,8.99883\n5594,1646403211,47.74310,8.99883\n5595,1646403213,47.74306,8.99888\n5596,1646403214,47.74307,8.99888\n5597,1646403215,47.74307,8.99888\n5598,1646403216,47.74307,8.99888\n5599,1646403217,47.74307,8.99889\n5600,1646403218,47.74308,8.99888\n5601,1646403259,47.74318,8.99880\n5602,1646403261,47.74315,8.99883\n5603,1646403262,47.74315,8.99883\n5604,1646403269,47.74316,8.99889\n5605,1646403270,47.74316,8.99889\n5606,1646403271,47.74323,8.99891\n5607,1646403273,47.74324,8.99892\n5608,1646403274,47.74324,8.99892\n5609,1646403275,47.74324,8.99892\n5610,1646403276,47.74324,8.99892\n5611,1646403310,47.74278,8.99912\n5612,1646403311,47.74280,8.99910\n5613,1646403312,47.74278,8.99909\n5614,1646403313,47.74287,8.99906\n5615,1646403314,47.74288,8.99904\n5616,1646403315,47.74295,8.99903\n5617,1646403316,47.74310,8.99902\n5618,1646403317,47.74314,8.99902\n5619,1646403318,47.74315,8.99902\n5620,1646403319,47.74315,8.99902\n5621,1646403360,47.74315,8.99889\n5622,1646403361,47.74331,8.99888\n5623,1646403363,47.74328,8.99891\n5624,1646403364,47.74327,8.99891\n5625,1646403365,47.74325,8.99891\n5626,1646403366,47.74324,8.99891\n5627,1646403367,47.74323,8.99891\n5628,1646403368,47.74321,8.99892\n5629,1646403369,47.74320,8.99893\n5630,1646403370,47.74318,8.99894\n5631,1646403409,47.74325,8.99882\n5632,1646403410,47.74324,8.99884\n5633,1646403411,47.74323,8.99885\n5634,1646403412,47.74324,8.99886\n5635,1646403413,47.74322,8.99887\n5636,1646403414,47.74321,8.99888\n5637,1646403415,47.74328,8.99886\n5638,1646403417,47.74327,8.99886\n5639,1646403418,47.74327,8.99887\n5640,1646403419,47.74327,8.99887\n5641,1646403459,47.74331,8.99885\n5642,1646403460,47.74329,8.99888\n5643,1646403461,47.74328,8.99889\n5644,1646403462,47.74328,8.99890\n5645,1646403463,47.74324,8.99892\n5646,1646403465,47.74324,8.99892\n5647,1646403466,47.74324,8.99892\n5648,1646403467,47.74324,8.99892\n5649,1646403468,47.74324,8.99892\n5650,1646403469,47.74324,8.99892\n5651,1646403509,47.74346,8.99888\n5652,1646403510,47.74343,8.99889\n5653,1646403511,47.74329,8.99894\n5654,1646403513,47.74322,8.99895\n5655,1646403514,47.74317,8.99894\n5656,1646403515,47.74313,8.99894\n5657,1646403516,47.74312,8.99895\n5658,1646403517,47.74310,8.99894\n5659,1646403518,47.74310,8.99894\n5660,1646403519,47.74309,8.99894\n5661,1646403560,47.74291,8.99869\n5662,1646403562,47.74295,8.99871\n5663,1646403563,47.74296,8.99871\n5664,1646403564,47.74300,8.99872\n5665,1646403565,47.74302,8.99873\n5666,1646403566,47.74304,8.99873\n5667,1646403567,47.74304,8.99873\n5668,1646403568,47.74304,8.99873\n5669,1646403569,47.74305,8.99874\n5670,1646403570,47.74306,8.99874\n5671,1646403611,47.74331,8.99884\n5672,1646403612,47.74330,8.99883\n5673,1646403613,47.74336,8.99878\n5674,1646403615,47.74332,8.99878\n5675,1646403616,47.74332,8.99878\n5676,1646403617,47.74332,8.99877\n5677,1646403618,47.74330,8.99876\n5678,1646403619,47.74328,8.99876\n5679,1646403620,47.74327,8.99875\n5680,1646403621,47.74326,8.99875\n5681,1646403661,47.74321,8.99890\n5682,1646403663,47.74325,8.99889\n5683,1646403664,47.74326,8.99889\n5684,1646403665,47.74326,8.99891\n5685,1646403666,47.74327,8.99892\n5686,1646403667,47.74327,8.99893\n5687,1646403668,47.74328,8.99895\n5688,1646403669,47.74328,8.99895\n5689,1646403670,47.74329,8.99896\n5690,1646403671,47.74330,8.99896\n5691,1646403707,47.74336,8.99899\n5692,1646403710,47.74289,8.99908\n5693,1646403711,47.74290,8.99909\n5694,1646403712,47.74290,8.99909\n5695,1646403713,47.74290,8.99908\n5696,1646403714,47.74289,8.99908\n5697,1646403715,47.74292,8.99898\n5698,1646403717,47.74296,8.99899\n5699,1646403718,47.74299,8.99898\n5700,1646403719,47.74301,8.99897\n5701,1646403755,47.74326,8.99909\n5702,1646403757,47.74296,8.99907\n5703,1646403758,47.74297,8.99908\n5704,1646403759,47.74298,8.99908\n5705,1646403760,47.74298,8.99909\n5706,1646403761,47.74299,8.99909\n5707,1646403762,47.74300,8.99909\n5708,1646403763,47.74303,8.99897\n5709,1646403765,47.74304,8.99897\n5710,1646403766,47.74304,8.99897\n5711,1646403802,47.74306,8.99892\n5712,1646403803,47.74311,8.99900\n5713,1646403804,47.74313,8.99905\n5714,1646403805,47.74315,8.99906\n5715,1646403806,47.74316,8.99905\n5716,1646403807,47.74316,8.99902\n5717,1646403808,47.74315,8.99898\n5718,1646403809,47.74314,8.99901\n5719,1646403810,47.74315,8.99903\n5720,1646403811,47.74309,8.99882\n5721,1646403853,47.74313,8.99884\n5722,1646403854,47.74312,8.99885\n5723,1646403856,47.74310,8.99883\n5724,1646403857,47.74312,8.99883\n5725,1646403858,47.74314,8.99883\n5726,1646403859,47.74315,8.99883\n5727,1646403860,47.74315,8.99883\n5728,1646403861,47.74315,8.99883\n5729,1646403862,47.74314,8.99883\n5730,1646403863,47.74314,8.99883\n5731,1646403900,47.74323,8.99897\n5732,1646403901,47.74323,8.99895\n5733,1646403903,47.74311,8.99884\n5734,1646403904,47.74312,8.99883\n5735,1646403905,47.74311,8.99882\n5736,1646403906,47.74309,8.99881\n5737,1646403907,47.74307,8.99884\n5738,1646403909,47.74306,8.99883\n5739,1646403910,47.74305,8.99883\n5740,1646403911,47.74305,8.99883\n5741,1646403949,47.74330,8.99891\n5742,1646403950,47.74332,8.99892\n5743,1646403951,47.74333,8.99894\n5744,1646403952,47.74333,8.99893\n5745,1646403953,47.74333,8.99893\n5746,1646403954,47.74333,8.99893\n5747,1646403955,47.74326,8.99886\n5748,1646403957,47.74326,8.99887\n5749,1646403958,47.74327,8.99886\n5750,1646403959,47.74328,8.99886\n5751,1646403994,47.74314,8.99892\n5752,1646403995,47.74314,8.99891\n5753,1646403996,47.74315,8.99891\n5754,1646403997,47.74315,8.99893\n5755,1646403998,47.74316,8.99892\n5756,1646403999,47.74317,8.99893\n5757,1646404003,47.74310,8.99893\n5758,1646404005,47.74312,8.99892\n5759,1646404006,47.74313,8.99893\n5760,1646404007,47.74314,8.99893\n5761,1646404045,47.74330,8.99899\n5762,1646404047,47.74320,8.99898\n5763,1646404048,47.74320,8.99899\n5764,1646404049,47.74323,8.99897\n5765,1646404050,47.74325,8.99896\n5766,1646404051,47.74329,8.99893\n5767,1646404053,47.74329,8.99893\n5768,1646404054,47.74329,8.99892\n5769,1646404055,47.74328,8.99891\n5770,1646404056,47.74327,8.99891\n5771,1646404092,47.74329,8.99887\n5772,1646404093,47.74327,8.99888\n5773,1646404101,47.74326,8.99894\n5774,1646404102,47.74326,8.99894\n5775,1646404103,47.74326,8.99894\n5776,1646404104,47.74326,8.99894\n5777,1646404105,47.74325,8.99893\n5778,1646404106,47.74324,8.99893\n5779,1646404107,47.74320,8.99892\n5780,1646404108,47.74319,8.99891\n5781,1646404143,47.74344,8.99899\n5782,1646404144,47.74342,8.99901\n5783,1646404145,47.74342,8.99901\n5784,1646404152,47.74353,8.99882\n5785,1646404153,47.74329,8.99891\n5786,1646404155,47.74330,8.99891\n5787,1646404156,47.74329,8.99891\n5788,1646404157,47.74328,8.99891\n5789,1646404158,47.74327,8.99891\n5790,1646404159,47.74328,8.99892\n5791,1646404201,47.74329,8.99890\n5792,1646404203,47.74327,8.99891\n5793,1646404204,47.74326,8.99891\n5794,1646404205,47.74324,8.99891\n5795,1646404206,47.74323,8.99891\n5796,1646404207,47.74322,8.99891\n5797,1646404208,47.74321,8.99891\n5798,1646404209,47.74321,8.99891\n5799,1646404210,47.74322,8.99892\n5800,1646404211,47.74322,8.99893\n5801,1646404255,47.74331,8.99885\n5802,1646404257,47.74329,8.99886\n5803,1646404258,47.74328,8.99886\n5804,1646404259,47.74327,8.99886\n5805,1646404260,47.74326,8.99886\n5806,1646404261,47.74326,8.99886\n5807,1646404262,47.74325,8.99886\n5808,1646404263,47.74324,8.99886\n5809,1646404264,47.74324,8.99886\n5810,1646404265,47.74323,8.99886\n5811,1646404309,47.74321,8.99891\n5812,1646404311,47.74323,8.99891\n5813,1646404312,47.74323,8.99890\n5814,1646404313,47.74324,8.99890\n5815,1646404314,47.74325,8.99889\n5816,1646404315,47.74320,8.99891\n5817,1646404316,47.74320,8.99890\n5818,1646404317,47.74318,8.99891\n5819,1646404318,47.74319,8.99890\n5820,1646404319,47.74319,8.99890\n5821,1646404355,47.74328,8.99895\n5822,1646404356,47.74329,8.99897\n5823,1646404362,47.74298,8.99896\n5824,1646404363,47.74325,8.99888\n5825,1646404365,47.74326,8.99887\n5826,1646404366,47.74325,8.99886\n5827,1646404367,47.74325,8.99886\n5828,1646404368,47.74325,8.99886\n5829,1646404438,47.74296,8.99904\n5830,1646404439,47.74295,8.99905\n5831,1646404440,47.74292,8.99906\n5832,1646404441,47.74293,8.99906\n5833,1646404443,47.74293,8.99906\n5834,1646404444,47.74294,8.99906\n5835,1646404511,47.74326,8.99885\n5836,1646404513,47.74296,8.99899\n5837,1646404514,47.74290,8.99901\n5838,1646404515,47.74286,8.99903\n5839,1646404516,47.74282,8.99906\n5840,1646404517,47.74281,8.99907\n5841,1646404590,47.74295,8.99898\n5842,1646404591,47.74293,8.99898\n5843,1646404595,47.74289,8.99896\n5844,1646404659,47.74331,8.99887\n5845,1646404660,47.74331,8.99888\n5846,1646404661,47.74331,8.99887\n5847,1646404663,47.74307,8.99893\n5848,1646404664,47.74309,8.99892\n5849,1646404665,47.74312,8.99891\n5850,1646404666,47.74313,8.99892\n5851,1646404733,47.74344,8.99891\n5852,1646404734,47.74342,8.99892\n5853,1646404735,47.74342,8.99891\n5854,1646404740,47.74305,8.99901\n5855,1646404807,47.74326,8.99887\n5856,1646404810,47.74299,8.99901\n5857,1646404811,47.74299,8.99902\n5858,1646404946,47.74317,8.99891\n5859,1646404949,47.74313,8.99891\n5860,1646405016,47.74322,8.99894\n5861,1646405084,47.74312,8.99875\n5862,1646405217,47.74305,8.99883\n5863,1646405218,47.74305,8.99884\n*END MEMORY*\nV201, ID: 30-1830, 3609mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 30 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 10 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/07_StationaryPosition_20s_Burst_Every_120s/20220311_20s_Burst_Every_120s_1766_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646984966,47.74304,8.99896\n2,1646984967,47.74304,8.99895\n3,1646984968,47.74303,8.99895\n4,1646984969,47.74303,8.99895\n5,1646984970,47.74303,8.99895\n6,1646984971,47.74303,8.99895\n7,1646984972,47.74303,8.99895\n8,1646984973,47.74303,8.99895\n9,1646984974,47.74303,8.99895\n10,1646984975,47.74303,8.99895\n11,1646984976,47.74303,8.99895\n12,1646984977,47.74303,8.99895\n13,1646984978,47.74303,8.99895\n14,1646984979,47.74303,8.99895\n15,1646984980,47.74303,8.99895\n16,1646984981,47.74303,8.99895\n17,1646984982,47.74303,8.99895\n18,1646984983,47.74303,8.99895\n19,1646984984,47.74303,8.99895\n20,1646984985,47.74303,8.99895\n21,1646985110,47.74305,8.99894\n22,1646985111,47.74305,8.99895\n23,1646985112,47.74305,8.99895\n24,1646985113,47.74305,8.99896\n25,1646985114,47.74305,8.99896\n26,1646985115,47.74305,8.99896\n27,1646985116,47.74305,8.99897\n28,1646985118,47.74305,8.99896\n29,1646985119,47.74305,8.99896\n30,1646985120,47.74305,8.99896\n31,1646985121,47.74305,8.99896\n32,1646985122,47.74305,8.99897\n33,1646985123,47.74305,8.99897\n34,1646985124,47.74305,8.99897\n35,1646985125,47.74306,8.99897\n36,1646985126,47.74306,8.99897\n37,1646985127,47.74306,8.99898\n38,1646985128,47.74306,8.99898\n39,1646985129,47.74306,8.99898\n40,1646985130,47.74306,8.99898\n41,1646985255,47.74305,8.99900\n42,1646985256,47.74307,8.99899\n43,1646985257,47.74308,8.99900\n44,1646985258,47.74308,8.99900\n45,1646985259,47.74308,8.99900\n46,1646985260,47.74308,8.99901\n47,1646985261,47.74307,8.99900\n48,1646985262,47.74307,8.99900\n49,1646985263,47.74307,8.99900\n50,1646985264,47.74306,8.99899\n51,1646985265,47.74306,8.99899\n52,1646985266,47.74306,8.99900\n53,1646985268,47.74306,8.99900\n54,1646985269,47.74306,8.99900\n55,1646985270,47.74306,8.99900\n56,1646985271,47.74306,8.99900\n57,1646985272,47.74306,8.99900\n58,1646985273,47.74306,8.99900\n59,1646985274,47.74305,8.99900\n60,1646985275,47.74305,8.99900\n61,1646985399,47.74305,8.99901\n62,1646985400,47.74305,8.99901\n63,1646985401,47.74305,8.99901\n64,1646985402,47.74304,8.99901\n65,1646985403,47.74304,8.99900\n66,1646985404,47.74303,8.99900\n67,1646985405,47.74303,8.99900\n68,1646985406,47.74304,8.99900\n69,1646985407,47.74304,8.99900\n70,1646985408,47.74304,8.99900\n71,1646985409,47.74305,8.99900\n72,1646985411,47.74305,8.99900\n73,1646985412,47.74305,8.99900\n74,1646985413,47.74306,8.99900\n75,1646985414,47.74306,8.99900\n76,1646985415,47.74306,8.99900\n77,1646985416,47.74306,8.99900\n78,1646985417,47.74306,8.99899\n79,1646985418,47.74306,8.99900\n80,1646985419,47.74306,8.99900\n81,1646985544,47.74307,8.99897\n82,1646985545,47.74307,8.99899\n83,1646985546,47.74307,8.99900\n84,1646985547,47.74307,8.99899\n85,1646985548,47.74307,8.99899\n86,1646985549,47.74306,8.99898\n87,1646985550,47.74306,8.99898\n88,1646985551,47.74306,8.99898\n89,1646985552,47.74306,8.99898\n90,1646985553,47.74307,8.99898\n91,1646985555,47.74307,8.99898\n92,1646985556,47.74306,8.99898\n93,1646985557,47.74306,8.99898\n94,1646985558,47.74306,8.99898\n95,1646985559,47.74306,8.99897\n96,1646985560,47.74306,8.99897\n97,1646985561,47.74306,8.99897\n98,1646985562,47.74305,8.99897\n99,1646985563,47.74305,8.99897\n100,1646985564,47.74305,8.99897\n101,1646985689,47.74306,8.99896\n102,1646985690,47.74306,8.99896\n103,1646985691,47.74305,8.99896\n104,1646985692,47.74305,8.99897\n105,1646985693,47.74304,8.99897\n106,1646985694,47.74304,8.99897\n107,1646985695,47.74303,8.99897\n108,1646985696,47.74302,8.99897\n109,1646985697,47.74304,8.99898\n110,1646985699,47.74303,8.99898\n111,1646985700,47.74303,8.99898\n112,1646985701,47.74303,8.99898\n113,1646985702,47.74303,8.99897\n114,1646985703,47.74302,8.99897\n115,1646985704,47.74302,8.99897\n116,1646985705,47.74303,8.99897\n117,1646985706,47.74303,8.99897\n118,1646985707,47.74303,8.99897\n119,1646985708,47.74303,8.99897\n120,1646985709,47.74303,8.99896\n121,1646985835,47.74288,8.99890\n122,1646985836,47.74284,8.99890\n123,1646985837,47.74284,8.99890\n124,1646985838,47.74285,8.99890\n125,1646985839,47.74285,8.99890\n126,1646985840,47.74286,8.99890\n127,1646985841,47.74306,8.99898\n128,1646985843,47.74307,8.99899\n129,1646985844,47.74308,8.99900\n130,1646985845,47.74308,8.99900\n131,1646985846,47.74309,8.99901\n132,1646985847,47.74309,8.99901\n133,1646985848,47.74309,8.99901\n134,1646985849,47.74309,8.99901\n135,1646985850,47.74309,8.99901\n136,1646985851,47.74308,8.99901\n137,1646985852,47.74308,8.99901\n138,1646985853,47.74309,8.99900\n139,1646985854,47.74309,8.99899\n140,1646985855,47.74309,8.99899\n141,1646985980,47.74308,8.99897\n142,1646985981,47.74308,8.99897\n143,1646985982,47.74308,8.99897\n144,1646985983,47.74307,8.99897\n145,1646985984,47.74308,8.99897\n146,1646985985,47.74308,8.99898\n147,1646985987,47.74308,8.99897\n148,1646985988,47.74308,8.99897\n149,1646985989,47.74307,8.99897\n150,1646985990,47.74307,8.99897\n151,1646985991,47.74308,8.99897\n152,1646985992,47.74308,8.99897\n153,1646985993,47.74308,8.99897\n154,1646985994,47.74308,8.99897\n155,1646985995,47.74308,8.99898\n156,1646985996,47.74308,8.99898\n157,1646985997,47.74308,8.99898\n158,1646985998,47.74308,8.99898\n159,1646985999,47.74307,8.99898\n160,1646986000,47.74307,8.99898\n161,1646986125,47.74307,8.99908\n162,1646986126,47.74309,8.99907\n163,1646986127,47.74307,8.99905\n164,1646986128,47.74306,8.99904\n165,1646986129,47.74304,8.99903\n166,1646986130,47.74304,8.99902\n167,1646986131,47.74304,8.99901\n168,1646986132,47.74304,8.99901\n169,1646986133,47.74304,8.99901\n170,1646986134,47.74304,8.99901\n171,1646986135,47.74304,8.99901\n172,1646986137,47.74304,8.99901\n173,1646986138,47.74304,8.99901\n174,1646986139,47.74305,8.99901\n175,1646986140,47.74305,8.99901\n176,1646986141,47.74305,8.99901\n177,1646986142,47.74305,8.99901\n178,1646986143,47.74306,8.99901\n179,1646986144,47.74306,8.99901\n180,1646986145,47.74306,8.99901\n181,1646986271,47.74310,8.99896\n182,1646986272,47.74308,8.99894\n183,1646986273,47.74306,8.99894\n184,1646986274,47.74305,8.99893\n185,1646986275,47.74303,8.99892\n186,1646986276,47.74303,8.99892\n187,1646986277,47.74303,8.99891\n188,1646986278,47.74303,8.99891\n189,1646986279,47.74307,8.99893\n190,1646986281,47.74308,8.99893\n191,1646986282,47.74308,8.99894\n192,1646986283,47.74308,8.99895\n193,1646986284,47.74308,8.99895\n194,1646986285,47.74307,8.99895\n195,1646986286,47.74307,8.99895\n196,1646986287,47.74307,8.99895\n197,1646986288,47.74307,8.99896\n198,1646986289,47.74308,8.99896\n199,1646986290,47.74308,8.99896\n200,1646986291,47.74309,8.99897\n201,1646986415,47.74307,8.99899\n202,1646986416,47.74303,8.99897\n203,1646986417,47.74301,8.99897\n204,1646986418,47.74300,8.99897\n205,1646986419,47.74300,8.99896\n206,1646986420,47.74301,8.99897\n207,1646986421,47.74302,8.99897\n208,1646986422,47.74303,8.99897\n209,1646986423,47.74302,8.99897\n210,1646986425,47.74303,8.99897\n211,1646986426,47.74303,8.99897\n212,1646986427,47.74302,8.99897\n213,1646986428,47.74302,8.99896\n214,1646986429,47.74302,8.99897\n215,1646986430,47.74302,8.99896\n216,1646986431,47.74302,8.99897\n217,1646986432,47.74302,8.99897\n218,1646986433,47.74302,8.99898\n219,1646986434,47.74302,8.99897\n220,1646986435,47.74302,8.99898\n221,1646986559,47.74289,8.99893\n222,1646986560,47.74291,8.99893\n223,1646986561,47.74294,8.99894\n224,1646986562,47.74296,8.99893\n225,1646986563,47.74297,8.99892\n226,1646986564,47.74298,8.99892\n227,1646986565,47.74298,8.99892\n228,1646986566,47.74299,8.99894\n229,1646986567,47.74300,8.99895\n230,1646986569,47.74300,8.99895\n231,1646986570,47.74301,8.99896\n232,1646986571,47.74302,8.99897\n233,1646986572,47.74302,8.99896\n234,1646986573,47.74303,8.99897\n235,1646986574,47.74303,8.99897\n236,1646986575,47.74303,8.99897\n237,1646986576,47.74303,8.99897\n238,1646986577,47.74304,8.99897\n239,1646986578,47.74304,8.99897\n240,1646986579,47.74304,8.99897\n241,1646986703,47.74298,8.99900\n242,1646986704,47.74298,8.99901\n243,1646986705,47.74301,8.99897\n244,1646986706,47.74303,8.99896\n245,1646986707,47.74304,8.99895\n246,1646986708,47.74304,8.99896\n247,1646986709,47.74303,8.99895\n248,1646986710,47.74303,8.99895\n249,1646986711,47.74306,8.99898\n250,1646986713,47.74306,8.99898\n251,1646986714,47.74306,8.99898\n252,1646986715,47.74307,8.99899\n253,1646986716,47.74307,8.99899\n254,1646986717,47.74307,8.99899\n255,1646986718,47.74306,8.99898\n256,1646986719,47.74306,8.99898\n257,1646986720,47.74306,8.99898\n258,1646986721,47.74306,8.99898\n259,1646986722,47.74306,8.99898\n260,1646986723,47.74306,8.99897\n261,1646986848,47.74323,8.99921\n262,1646986849,47.74328,8.99910\n263,1646986850,47.74324,8.99907\n264,1646986851,47.74322,8.99906\n265,1646986852,47.74320,8.99904\n266,1646986853,47.74317,8.99902\n267,1646986854,47.74315,8.99901\n268,1646986855,47.74313,8.99900\n269,1646986856,47.74312,8.99899\n270,1646986857,47.74311,8.99899\n271,1646986858,47.74310,8.99899\n272,1646986859,47.74310,8.99899\n273,1646986860,47.74310,8.99899\n274,1646986861,47.74311,8.99900\n275,1646986863,47.74311,8.99900\n276,1646986864,47.74311,8.99900\n277,1646986865,47.74311,8.99901\n278,1646986866,47.74311,8.99901\n279,1646986867,47.74311,8.99900\n280,1646986868,47.74311,8.99900\n281,1646986993,47.74308,8.99907\n282,1646986994,47.74308,8.99904\n283,1646986995,47.74309,8.99903\n284,1646986996,47.74310,8.99904\n285,1646986997,47.74310,8.99903\n286,1646986998,47.74309,8.99902\n287,1646986999,47.74311,8.99905\n288,1646987001,47.74311,8.99904\n289,1646987002,47.74311,8.99904\n290,1646987003,47.74310,8.99904\n291,1646987004,47.74309,8.99903\n292,1646987005,47.74309,8.99903\n293,1646987006,47.74309,8.99903\n294,1646987007,47.74309,8.99902\n295,1646987008,47.74309,8.99902\n296,1646987009,47.74309,8.99902\n297,1646987010,47.74309,8.99902\n298,1646987011,47.74308,8.99901\n299,1646987012,47.74309,8.99901\n300,1646987013,47.74308,8.99901\n301,1646987138,47.74314,8.99906\n302,1646987139,47.74312,8.99904\n303,1646987140,47.74310,8.99903\n304,1646987141,47.74308,8.99901\n305,1646987142,47.74307,8.99901\n306,1646987143,47.74305,8.99900\n307,1646987144,47.74304,8.99900\n308,1646987145,47.74304,8.99900\n309,1646987146,47.74303,8.99899\n310,1646987147,47.74303,8.99899\n311,1646987148,47.74302,8.99899\n312,1646987149,47.74302,8.99899\n313,1646987151,47.74302,8.99899\n314,1646987152,47.74301,8.99899\n315,1646987153,47.74301,8.99898\n316,1646987154,47.74301,8.99898\n317,1646987155,47.74301,8.99898\n318,1646987156,47.74302,8.99898\n319,1646987157,47.74301,8.99898\n320,1646987158,47.74301,8.99898\n321,1646987284,47.74306,8.99895\n322,1646987285,47.74305,8.99895\n323,1646987286,47.74304,8.99895\n324,1646987287,47.74304,8.99895\n325,1646987288,47.74303,8.99896\n326,1646987289,47.74303,8.99896\n327,1646987290,47.74303,8.99897\n328,1646987291,47.74304,8.99898\n329,1646987292,47.74304,8.99898\n330,1646987293,47.74305,8.99899\n331,1646987295,47.74305,8.99899\n332,1646987296,47.74305,8.99899\n333,1646987297,47.74305,8.99899\n334,1646987298,47.74305,8.99900\n335,1646987299,47.74306,8.99900\n336,1646987300,47.74306,8.99900\n337,1646987301,47.74307,8.99900\n338,1646987302,47.74307,8.99901\n339,1646987303,47.74307,8.99901\n340,1646987304,47.74308,8.99901\n341,1646987429,47.74313,8.99912\n342,1646987430,47.74314,8.99911\n343,1646987431,47.74314,8.99911\n344,1646987432,47.74313,8.99909\n345,1646987433,47.74312,8.99908\n346,1646987434,47.74312,8.99908\n347,1646987435,47.74312,8.99908\n348,1646987436,47.74311,8.99907\n349,1646987437,47.74311,8.99906\n350,1646987439,47.74311,8.99906\n351,1646987440,47.74311,8.99906\n352,1646987441,47.74311,8.99906\n353,1646987442,47.74311,8.99906\n354,1646987443,47.74311,8.99906\n355,1646987444,47.74310,8.99906\n356,1646987445,47.74310,8.99906\n357,1646987446,47.74309,8.99905\n358,1646987447,47.74309,8.99905\n359,1646987448,47.74309,8.99905\n360,1646987449,47.74309,8.99905\n361,1646987574,47.74309,8.99894\n362,1646987575,47.74309,8.99897\n363,1646987576,47.74308,8.99898\n364,1646987577,47.74308,8.99898\n365,1646987578,47.74307,8.99899\n366,1646987579,47.74307,8.99899\n367,1646987580,47.74307,8.99899\n368,1646987581,47.74307,8.99900\n369,1646987583,47.74307,8.99900\n370,1646987584,47.74307,8.99900\n371,1646987585,47.74307,8.99900\n372,1646987586,47.74307,8.99900\n373,1646987587,47.74307,8.99900\n374,1646987588,47.74307,8.99900\n375,1646987589,47.74307,8.99900\n376,1646987590,47.74307,8.99900\n377,1646987591,47.74307,8.99900\n378,1646987592,47.74307,8.99900\n379,1646987593,47.74307,8.99900\n380,1646987594,47.74307,8.99900\n381,1646987718,47.74313,8.99901\n382,1646987719,47.74309,8.99902\n383,1646987720,47.74310,8.99902\n384,1646987721,47.74309,8.99902\n385,1646987722,47.74308,8.99902\n386,1646987723,47.74307,8.99901\n387,1646987724,47.74306,8.99901\n388,1646987725,47.74306,8.99901\n389,1646987727,47.74306,8.99901\n390,1646987728,47.74306,8.99901\n391,1646987729,47.74307,8.99902\n392,1646987730,47.74307,8.99902\n393,1646987731,47.74308,8.99902\n394,1646987732,47.74308,8.99903\n395,1646987733,47.74308,8.99903\n396,1646987734,47.74308,8.99903\n397,1646987735,47.74308,8.99903\n398,1646987736,47.74309,8.99903\n399,1646987737,47.74308,8.99903\n400,1646987738,47.74308,8.99902\n401,1646987863,47.74302,8.99903\n402,1646987864,47.74303,8.99904\n403,1646987865,47.74303,8.99904\n404,1646987866,47.74302,8.99902\n405,1646987867,47.74303,8.99902\n406,1646987868,47.74303,8.99902\n407,1646987869,47.74300,8.99899\n408,1646987871,47.74300,8.99899\n409,1646987872,47.74301,8.99899\n410,1646987873,47.74301,8.99899\n411,1646987874,47.74301,8.99899\n412,1646987875,47.74301,8.99899\n413,1646987876,47.74301,8.99899\n414,1646987877,47.74301,8.99899\n415,1646987878,47.74301,8.99899\n416,1646987879,47.74302,8.99899\n417,1646987880,47.74302,8.99899\n418,1646987881,47.74302,8.99899\n419,1646987882,47.74302,8.99899\n420,1646987883,47.74302,8.99899\n421,1646988008,47.74295,8.99897\n422,1646988009,47.74296,8.99897\n423,1646988010,47.74297,8.99897\n424,1646988011,47.74298,8.99897\n425,1646988012,47.74299,8.99898\n426,1646988013,47.74300,8.99898\n427,1646988014,47.74300,8.99897\n428,1646988015,47.74300,8.99897\n429,1646988016,47.74300,8.99897\n430,1646988017,47.74300,8.99898\n431,1646988018,47.74300,8.99898\n432,1646988019,47.74301,8.99898\n433,1646988021,47.74302,8.99898\n434,1646988022,47.74301,8.99898\n435,1646988023,47.74301,8.99898\n436,1646988024,47.74302,8.99898\n437,1646988025,47.74302,8.99898\n438,1646988026,47.74301,8.99898\n439,1646988027,47.74301,8.99898\n440,1646988028,47.74301,8.99898\n441,1646988151,47.74301,8.99897\n442,1646988152,47.74306,8.99896\n443,1646988153,47.74306,8.99898\n444,1646988154,47.74304,8.99897\n445,1646988155,47.74303,8.99898\n446,1646988156,47.74303,8.99898\n447,1646988157,47.74303,8.99898\n448,1646988158,47.74302,8.99897\n449,1646988159,47.74301,8.99897\n450,1646988160,47.74302,8.99897\n451,1646988161,47.74302,8.99896\n452,1646988162,47.74302,8.99896\n453,1646988163,47.74302,8.99895\n454,1646988165,47.74303,8.99896\n455,1646988166,47.74303,8.99896\n456,1646988167,47.74303,8.99896\n457,1646988168,47.74303,8.99896\n458,1646988169,47.74303,8.99896\n459,1646988170,47.74303,8.99896\n460,1646988171,47.74304,8.99896\n461,1646988296,47.74298,8.99888\n462,1646988297,47.74299,8.99890\n463,1646988298,47.74300,8.99892\n464,1646988299,47.74301,8.99894\n465,1646988300,47.74303,8.99896\n466,1646988301,47.74305,8.99898\n467,1646988302,47.74307,8.99899\n468,1646988303,47.74308,8.99901\n469,1646988304,47.74310,8.99902\n470,1646988305,47.74310,8.99903\n471,1646988306,47.74311,8.99903\n472,1646988307,47.74306,8.99900\n473,1646988309,47.74306,8.99900\n474,1646988310,47.74306,8.99900\n475,1646988311,47.74306,8.99900\n476,1646988312,47.74306,8.99900\n477,1646988313,47.74306,8.99900\n478,1646988314,47.74306,8.99900\n479,1646988315,47.74306,8.99900\n480,1646988316,47.74306,8.99901\n481,1646988441,47.74307,8.99896\n482,1646988442,47.74305,8.99895\n483,1646988443,47.74303,8.99895\n484,1646988444,47.74303,8.99895\n485,1646988445,47.74304,8.99896\n486,1646988446,47.74305,8.99897\n487,1646988447,47.74306,8.99897\n488,1646988448,47.74306,8.99897\n489,1646988449,47.74306,8.99897\n490,1646988450,47.74305,8.99897\n491,1646988451,47.74303,8.99896\n492,1646988453,47.74303,8.99896\n493,1646988454,47.74303,8.99896\n494,1646988455,47.74303,8.99896\n495,1646988456,47.74303,8.99896\n496,1646988457,47.74303,8.99896\n497,1646988458,47.74304,8.99896\n498,1646988459,47.74303,8.99896\n499,1646988460,47.74303,8.99896\n500,1646988461,47.74303,8.99896\n501,1646988585,47.74304,8.99900\n502,1646988586,47.74303,8.99899\n503,1646988587,47.74304,8.99899\n504,1646988588,47.74302,8.99898\n505,1646988589,47.74303,8.99899\n506,1646988590,47.74303,8.99899\n507,1646988591,47.74303,8.99899\n508,1646988592,47.74303,8.99900\n509,1646988593,47.74303,8.99900\n510,1646988594,47.74303,8.99901\n511,1646988595,47.74301,8.99900\n512,1646988597,47.74301,8.99900\n513,1646988598,47.74301,8.99900\n514,1646988599,47.74301,8.99900\n515,1646988600,47.74302,8.99900\n516,1646988601,47.74302,8.99900\n517,1646988602,47.74302,8.99900\n518,1646988603,47.74302,8.99900\n519,1646988604,47.74302,8.99900\n520,1646988605,47.74302,8.99900\n521,1646988729,47.74297,8.99905\n522,1646988730,47.74299,8.99902\n523,1646988731,47.74300,8.99901\n524,1646988732,47.74300,8.99900\n525,1646988733,47.74300,8.99900\n526,1646988734,47.74301,8.99900\n527,1646988735,47.74302,8.99900\n528,1646988736,47.74302,8.99900\n529,1646988737,47.74302,8.99900\n530,1646988738,47.74302,8.99900\n531,1646988739,47.74301,8.99900\n532,1646988741,47.74301,8.99900\n533,1646988742,47.74301,8.99900\n534,1646988743,47.74301,8.99900\n535,1646988744,47.74300,8.99900\n536,1646988745,47.74300,8.99900\n537,1646988746,47.74300,8.99900\n538,1646988747,47.74300,8.99900\n539,1646988748,47.74300,8.99900\n540,1646988749,47.74299,8.99900\n541,1646988874,47.74313,8.99902\n542,1646988875,47.74312,8.99900\n543,1646988876,47.74312,8.99900\n544,1646988877,47.74311,8.99899\n545,1646988878,47.74310,8.99899\n546,1646988879,47.74309,8.99898\n547,1646988880,47.74309,8.99898\n548,1646988881,47.74309,8.99898\n549,1646988882,47.74309,8.99898\n550,1646988883,47.74306,8.99896\n551,1646988885,47.74306,8.99896\n552,1646988886,47.74306,8.99896\n553,1646988887,47.74306,8.99896\n554,1646988888,47.74305,8.99896\n555,1646988889,47.74305,8.99896\n556,1646988890,47.74305,8.99896\n557,1646988891,47.74304,8.99896\n558,1646988892,47.74304,8.99896\n559,1646988893,47.74304,8.99896\n560,1646988894,47.74304,8.99896\n561,1646989019,47.74302,8.99898\n562,1646989020,47.74302,8.99897\n563,1646989021,47.74302,8.99898\n564,1646989022,47.74302,8.99898\n565,1646989023,47.74302,8.99898\n566,1646989024,47.74302,8.99898\n567,1646989025,47.74302,8.99899\n568,1646989026,47.74303,8.99899\n569,1646989027,47.74298,8.99896\n570,1646989029,47.74299,8.99897\n571,1646989030,47.74299,8.99897\n572,1646989031,47.74299,8.99897\n573,1646989032,47.74299,8.99897\n574,1646989033,47.74299,8.99897\n575,1646989034,47.74299,8.99897\n576,1646989035,47.74299,8.99896\n577,1646989036,47.74299,8.99896\n578,1646989037,47.74299,8.99896\n579,1646989038,47.74299,8.99896\n580,1646989039,47.74299,8.99896\n581,1646989163,47.74314,8.99901\n582,1646989164,47.74313,8.99900\n583,1646989165,47.74311,8.99901\n584,1646989166,47.74311,8.99900\n585,1646989167,47.74310,8.99900\n586,1646989168,47.74309,8.99900\n587,1646989169,47.74308,8.99900\n588,1646989170,47.74308,8.99900\n589,1646989171,47.74302,8.99898\n590,1646989173,47.74302,8.99898\n591,1646989174,47.74303,8.99898\n592,1646989175,47.74303,8.99899\n593,1646989176,47.74303,8.99899\n594,1646989177,47.74303,8.99899\n595,1646989178,47.74303,8.99899\n596,1646989179,47.74302,8.99899\n597,1646989180,47.74302,8.99899\n598,1646989181,47.74302,8.99899\n599,1646989182,47.74302,8.99899\n600,1646989183,47.74302,8.99899\n601,1646989306,47.74306,8.99905\n602,1646989307,47.74307,8.99904\n603,1646989308,47.74306,8.99903\n604,1646989309,47.74306,8.99903\n605,1646989310,47.74305,8.99902\n606,1646989311,47.74305,8.99901\n607,1646989312,47.74305,8.99901\n608,1646989313,47.74305,8.99901\n609,1646989314,47.74305,8.99901\n610,1646989315,47.74298,8.99897\n611,1646989317,47.74298,8.99897\n612,1646989318,47.74299,8.99897\n613,1646989319,47.74299,8.99897\n614,1646989320,47.74299,8.99897\n615,1646989321,47.74299,8.99897\n616,1646989322,47.74299,8.99897\n617,1646989323,47.74299,8.99897\n618,1646989324,47.74299,8.99897\n619,1646989325,47.74299,8.99897\n620,1646989326,47.74299,8.99896\n621,1646989450,47.74308,8.99904\n622,1646989451,47.74309,8.99906\n623,1646989452,47.74309,8.99905\n624,1646989453,47.74308,8.99904\n625,1646989454,47.74307,8.99904\n626,1646989455,47.74306,8.99903\n627,1646989456,47.74305,8.99902\n628,1646989457,47.74304,8.99902\n629,1646989458,47.74303,8.99901\n630,1646989459,47.74302,8.99900\n631,1646989461,47.74302,8.99900\n632,1646989462,47.74302,8.99900\n633,1646989463,47.74302,8.99900\n634,1646989464,47.74302,8.99900\n635,1646989465,47.74302,8.99900\n636,1646989466,47.74302,8.99900\n637,1646989467,47.74302,8.99900\n638,1646989468,47.74302,8.99900\n639,1646989469,47.74301,8.99900\n640,1646989470,47.74301,8.99900\n641,1646989594,47.74311,8.99904\n642,1646989595,47.74310,8.99903\n643,1646989596,47.74309,8.99902\n644,1646989597,47.74309,8.99902\n645,1646989598,47.74308,8.99902\n646,1646989599,47.74308,8.99902\n647,1646989600,47.74308,8.99901\n648,1646989601,47.74308,8.99901\n649,1646989602,47.74308,8.99901\n650,1646989603,47.74305,8.99900\n651,1646989605,47.74305,8.99901\n652,1646989606,47.74304,8.99901\n653,1646989607,47.74304,8.99901\n654,1646989608,47.74304,8.99900\n655,1646989609,47.74304,8.99900\n656,1646989610,47.74303,8.99900\n657,1646989611,47.74303,8.99899\n658,1646989612,47.74303,8.99899\n659,1646989613,47.74303,8.99899\n660,1646989614,47.74302,8.99899\n661,1646989739,47.74300,8.99900\n662,1646989740,47.74299,8.99900\n663,1646989741,47.74300,8.99901\n664,1646989742,47.74301,8.99902\n665,1646989743,47.74302,8.99901\n666,1646989744,47.74303,8.99902\n667,1646989745,47.74303,8.99902\n668,1646989746,47.74303,8.99902\n669,1646989747,47.74301,8.99901\n670,1646989749,47.74301,8.99901\n671,1646989750,47.74301,8.99902\n672,1646989751,47.74301,8.99902\n673,1646989752,47.74301,8.99902\n674,1646989753,47.74301,8.99902\n675,1646989754,47.74301,8.99902\n676,1646989755,47.74301,8.99902\n677,1646989756,47.74302,8.99901\n678,1646989757,47.74302,8.99901\n679,1646989758,47.74301,8.99901\n680,1646989759,47.74301,8.99901\n681,1646989883,47.74310,8.99901\n682,1646989884,47.74311,8.99898\n683,1646989885,47.74311,8.99899\n684,1646989886,47.74311,8.99898\n685,1646989887,47.74311,8.99898\n686,1646989888,47.74311,8.99898\n687,1646989889,47.74311,8.99899\n688,1646989890,47.74311,8.99900\n689,1646989891,47.74304,8.99898\n690,1646989893,47.74304,8.99898\n691,1646989894,47.74304,8.99898\n692,1646989895,47.74304,8.99898\n693,1646989896,47.74304,8.99898\n694,1646989897,47.74304,8.99897\n695,1646989898,47.74304,8.99897\n696,1646989899,47.74304,8.99897\n697,1646989900,47.74304,8.99897\n698,1646989901,47.74303,8.99897\n699,1646989902,47.74303,8.99897\n700,1646989903,47.74303,8.99897\n701,1646990026,47.74298,8.99897\n702,1646990027,47.74299,8.99899\n703,1646990028,47.74302,8.99900\n704,1646990029,47.74303,8.99900\n705,1646990030,47.74304,8.99899\n706,1646990031,47.74305,8.99898\n707,1646990032,47.74306,8.99898\n708,1646990033,47.74306,8.99898\n709,1646990034,47.74306,8.99897\n710,1646990035,47.74302,8.99896\n711,1646990037,47.74302,8.99896\n712,1646990038,47.74302,8.99896\n713,1646990039,47.74302,8.99897\n714,1646990040,47.74302,8.99896\n715,1646990041,47.74303,8.99897\n716,1646990042,47.74303,8.99897\n717,1646990043,47.74303,8.99897\n718,1646990044,47.74303,8.99896\n719,1646990045,47.74303,8.99896\n720,1646990046,47.74303,8.99896\n721,1646990171,47.74304,8.99894\n722,1646990172,47.74304,8.99895\n723,1646990173,47.74304,8.99896\n724,1646990174,47.74305,8.99897\n725,1646990175,47.74305,8.99898\n726,1646990176,47.74305,8.99898\n727,1646990177,47.74304,8.99898\n728,1646990178,47.74304,8.99897\n729,1646990179,47.74304,8.99898\n730,1646990181,47.74304,8.99898\n731,1646990182,47.74305,8.99898\n732,1646990183,47.74304,8.99898\n733,1646990184,47.74304,8.99898\n734,1646990185,47.74304,8.99898\n735,1646990186,47.74304,8.99898\n736,1646990187,47.74304,8.99898\n737,1646990188,47.74304,8.99898\n738,1646990189,47.74304,8.99898\n739,1646990190,47.74304,8.99898\n740,1646990191,47.74304,8.99898\n741,1646990316,47.74319,8.99895\n742,1646990317,47.74317,8.99895\n743,1646990318,47.74314,8.99894\n744,1646990319,47.74313,8.99894\n745,1646990320,47.74313,8.99894\n746,1646990321,47.74312,8.99894\n747,1646990322,47.74311,8.99893\n748,1646990323,47.74306,8.99892\n749,1646990325,47.74306,8.99892\n750,1646990326,47.74306,8.99891\n751,1646990327,47.74306,8.99891\n752,1646990328,47.74306,8.99891\n753,1646990329,47.74306,8.99891\n754,1646990330,47.74306,8.99891\n755,1646990331,47.74306,8.99891\n756,1646990332,47.74306,8.99890\n757,1646990333,47.74307,8.99890\n758,1646990334,47.74307,8.99890\n759,1646990335,47.74308,8.99890\n760,1646990336,47.74308,8.99890\n761,1646990461,47.74311,8.99910\n762,1646990462,47.74318,8.99899\n763,1646990463,47.74319,8.99897\n764,1646990464,47.74319,8.99896\n765,1646990465,47.74319,8.99897\n766,1646990466,47.74319,8.99897\n767,1646990467,47.74298,8.99901\n768,1646990469,47.74298,8.99901\n769,1646990470,47.74299,8.99901\n770,1646990471,47.74300,8.99901\n771,1646990472,47.74300,8.99901\n772,1646990473,47.74301,8.99902\n773,1646990474,47.74302,8.99902\n774,1646990475,47.74302,8.99902\n775,1646990476,47.74302,8.99902\n776,1646990477,47.74303,8.99902\n777,1646990478,47.74303,8.99902\n778,1646990479,47.74303,8.99902\n779,1646990480,47.74303,8.99903\n780,1646990481,47.74304,8.99903\n781,1646990609,47.74295,8.99900\n782,1646990610,47.74295,8.99898\n783,1646990611,47.74295,8.99897\n784,1646990612,47.74301,8.99899\n785,1646990613,47.74305,8.99900\n786,1646990614,47.74307,8.99900\n787,1646990615,47.74309,8.99901\n788,1646990616,47.74311,8.99901\n789,1646990617,47.74301,8.99904\n790,1646990619,47.74302,8.99903\n791,1646990620,47.74302,8.99904\n792,1646990621,47.74302,8.99904\n793,1646990622,47.74303,8.99905\n794,1646990623,47.74303,8.99906\n795,1646990624,47.74303,8.99907\n796,1646990625,47.74303,8.99908\n797,1646990626,47.74302,8.99909\n798,1646990627,47.74302,8.99909\n799,1646990628,47.74302,8.99910\n800,1646990629,47.74302,8.99910\n801,1646990758,47.74318,8.99903\n802,1646990759,47.74317,8.99903\n803,1646990760,47.74316,8.99902\n804,1646990761,47.74303,8.99896\n805,1646990763,47.74302,8.99896\n806,1646990764,47.74301,8.99896\n807,1646990765,47.74301,8.99895\n808,1646990766,47.74301,8.99895\n809,1646990767,47.74301,8.99894\n810,1646990768,47.74301,8.99893\n811,1646990769,47.74301,8.99893\n812,1646990770,47.74301,8.99893\n813,1646990771,47.74301,8.99893\n814,1646990772,47.74301,8.99893\n815,1646990773,47.74301,8.99893\n816,1646990774,47.74301,8.99893\n817,1646990775,47.74301,8.99894\n818,1646990776,47.74301,8.99894\n819,1646990777,47.74301,8.99894\n820,1646990778,47.74301,8.99894\n821,1646990902,47.74314,8.99905\n822,1646990903,47.74320,8.99906\n823,1646990904,47.74322,8.99906\n824,1646990905,47.74323,8.99906\n825,1646990906,47.74324,8.99905\n826,1646990907,47.74321,8.99903\n827,1646990908,47.74320,8.99902\n828,1646990909,47.74318,8.99900\n829,1646990910,47.74318,8.99899\n830,1646990911,47.74302,8.99898\n831,1646990913,47.74303,8.99899\n832,1646990914,47.74303,8.99899\n833,1646990915,47.74304,8.99899\n834,1646990916,47.74304,8.99899\n835,1646990917,47.74304,8.99899\n836,1646990918,47.74305,8.99899\n837,1646990919,47.74305,8.99899\n838,1646990920,47.74305,8.99900\n839,1646990921,47.74305,8.99900\n840,1646990922,47.74306,8.99900\n841,1646991046,47.74294,8.99885\n842,1646991047,47.74292,8.99889\n843,1646991048,47.74292,8.99890\n844,1646991049,47.74292,8.99891\n845,1646991050,47.74291,8.99892\n846,1646991051,47.74291,8.99892\n847,1646991052,47.74291,8.99892\n848,1646991053,47.74291,8.99892\n849,1646991054,47.74292,8.99892\n850,1646991055,47.74299,8.99893\n851,1646991057,47.74299,8.99892\n852,1646991058,47.74299,8.99892\n853,1646991059,47.74299,8.99892\n854,1646991060,47.74300,8.99892\n855,1646991061,47.74300,8.99892\n856,1646991062,47.74300,8.99892\n857,1646991063,47.74300,8.99892\n858,1646991064,47.74301,8.99893\n859,1646991065,47.74301,8.99893\n860,1646991066,47.74301,8.99893\n861,1646991194,47.74291,8.99896\n862,1646991195,47.74296,8.99898\n863,1646991196,47.74294,8.99896\n864,1646991197,47.74291,8.99895\n865,1646991198,47.74290,8.99894\n866,1646991199,47.74295,8.99896\n867,1646991201,47.74295,8.99895\n868,1646991202,47.74294,8.99895\n869,1646991203,47.74294,8.99895\n870,1646991204,47.74294,8.99894\n871,1646991205,47.74294,8.99894\n872,1646991206,47.74294,8.99894\n873,1646991207,47.74294,8.99894\n874,1646991208,47.74294,8.99893\n875,1646991209,47.74294,8.99893\n876,1646991210,47.74294,8.99893\n877,1646991211,47.74294,8.99893\n878,1646991213,47.74294,8.99894\n879,1646991214,47.74295,8.99894\n880,1646991215,47.74295,8.99894\n881,1646991340,47.74307,8.99901\n882,1646991341,47.74304,8.99897\n883,1646991342,47.74302,8.99896\n884,1646991343,47.74302,8.99896\n885,1646991344,47.74300,8.99894\n886,1646991345,47.74299,8.99893\n887,1646991346,47.74299,8.99894\n888,1646991347,47.74300,8.99894\n889,1646991348,47.74300,8.99894\n890,1646991349,47.74298,8.99893\n891,1646991351,47.74298,8.99893\n892,1646991352,47.74298,8.99894\n893,1646991353,47.74298,8.99894\n894,1646991354,47.74299,8.99894\n895,1646991355,47.74299,8.99894\n896,1646991356,47.74299,8.99895\n897,1646991357,47.74299,8.99895\n898,1646991358,47.74299,8.99895\n899,1646991359,47.74300,8.99895\n900,1646991360,47.74300,8.99895\n901,1646991484,47.74295,8.99893\n902,1646991485,47.74312,8.99900\n903,1646991486,47.74313,8.99901\n904,1646991487,47.74313,8.99900\n905,1646991488,47.74312,8.99900\n906,1646991489,47.74311,8.99900\n907,1646991490,47.74309,8.99898\n908,1646991491,47.74308,8.99899\n909,1646991492,47.74308,8.99898\n910,1646991493,47.74308,8.99898\n911,1646991494,47.74303,8.99897\n912,1646991496,47.74304,8.99897\n913,1646991497,47.74304,8.99897\n914,1646991498,47.74304,8.99897\n915,1646991499,47.74304,8.99897\n916,1646991500,47.74304,8.99897\n917,1646991501,47.74305,8.99897\n918,1646991502,47.74305,8.99897\n919,1646991503,47.74305,8.99897\n920,1646991504,47.74305,8.99897\n921,1646991628,47.74323,8.99904\n922,1646991629,47.74322,8.99900\n923,1646991630,47.74320,8.99900\n924,1646991631,47.74318,8.99900\n925,1646991632,47.74315,8.99900\n926,1646991633,47.74314,8.99900\n927,1646991634,47.74312,8.99900\n928,1646991635,47.74309,8.99899\n929,1646991636,47.74307,8.99899\n930,1646991637,47.74295,8.99900\n931,1646991639,47.74296,8.99901\n932,1646991640,47.74297,8.99901\n933,1646991641,47.74297,8.99901\n934,1646991642,47.74297,8.99901\n935,1646991643,47.74297,8.99900\n936,1646991644,47.74297,8.99900\n937,1646991645,47.74298,8.99899\n938,1646991646,47.74298,8.99899\n939,1646991647,47.74298,8.99898\n940,1646991648,47.74298,8.99898\n941,1646991776,47.74280,8.99888\n942,1646991777,47.74284,8.99889\n943,1646991778,47.74289,8.99891\n944,1646991779,47.74292,8.99891\n945,1646991780,47.74293,8.99891\n946,1646991781,47.74306,8.99891\n947,1646991783,47.74306,8.99892\n948,1646991784,47.74306,8.99893\n949,1646991785,47.74306,8.99893\n950,1646991786,47.74306,8.99893\n951,1646991787,47.74306,8.99894\n952,1646991788,47.74306,8.99894\n953,1646991789,47.74306,8.99895\n954,1646991790,47.74306,8.99895\n955,1646991791,47.74306,8.99895\n956,1646991792,47.74306,8.99895\n957,1646991793,47.74306,8.99895\n958,1646991794,47.74305,8.99895\n959,1646991795,47.74305,8.99895\n960,1646991796,47.74306,8.99895\n961,1646991922,47.74308,8.99897\n962,1646991923,47.74308,8.99899\n963,1646991924,47.74309,8.99900\n964,1646991925,47.74308,8.99898\n965,1646991926,47.74308,8.99897\n966,1646991927,47.74308,8.99897\n967,1646991928,47.74309,8.99897\n968,1646991929,47.74309,8.99896\n969,1646991930,47.74309,8.99896\n970,1646991931,47.74303,8.99901\n971,1646991933,47.74303,8.99901\n972,1646991934,47.74303,8.99901\n973,1646991935,47.74303,8.99901\n974,1646991936,47.74303,8.99901\n975,1646991937,47.74303,8.99901\n976,1646991938,47.74303,8.99900\n977,1646991939,47.74303,8.99900\n978,1646991940,47.74303,8.99900\n979,1646991941,47.74303,8.99899\n980,1646991942,47.74303,8.99899\n981,1646992066,47.74291,8.99898\n982,1646992067,47.74290,8.99897\n983,1646992068,47.74290,8.99898\n984,1646992069,47.74290,8.99897\n985,1646992070,47.74291,8.99898\n986,1646992071,47.74292,8.99898\n987,1646992072,47.74292,8.99898\n988,1646992073,47.74292,8.99898\n989,1646992074,47.74292,8.99898\n990,1646992075,47.74293,8.99898\n991,1646992077,47.74293,8.99898\n992,1646992078,47.74293,8.99898\n993,1646992079,47.74293,8.99898\n994,1646992080,47.74294,8.99898\n995,1646992081,47.74294,8.99898\n996,1646992082,47.74294,8.99898\n997,1646992083,47.74294,8.99898\n998,1646992084,47.74294,8.99898\n999,1646992085,47.74294,8.99898\n1000,1646992086,47.74295,8.99899\n1001,1646992210,47.74300,8.99892\n1002,1646992211,47.74300,8.99893\n1003,1646992212,47.74299,8.99895\n1004,1646992213,47.74298,8.99897\n1005,1646992214,47.74298,8.99898\n1006,1646992215,47.74299,8.99899\n1007,1646992216,47.74298,8.99898\n1008,1646992217,47.74298,8.99899\n1009,1646992218,47.74299,8.99899\n1010,1646992219,47.74299,8.99899\n1011,1646992220,47.74301,8.99897\n1012,1646992222,47.74301,8.99897\n1013,1646992223,47.74301,8.99897\n1014,1646992224,47.74301,8.99897\n1015,1646992225,47.74301,8.99897\n1016,1646992226,47.74301,8.99897\n1017,1646992227,47.74301,8.99896\n1018,1646992228,47.74301,8.99896\n1019,1646992229,47.74301,8.99896\n1020,1646992230,47.74300,8.99896\n1021,1646992355,47.74294,8.99904\n1022,1646992356,47.74296,8.99905\n1023,1646992357,47.74309,8.99897\n1024,1646992358,47.74306,8.99898\n1025,1646992359,47.74305,8.99898\n1026,1646992360,47.74305,8.99898\n1027,1646992361,47.74304,8.99899\n1028,1646992362,47.74304,8.99899\n1029,1646992363,47.74304,8.99899\n1030,1646992364,47.74302,8.99901\n1031,1646992366,47.74303,8.99902\n1032,1646992367,47.74303,8.99902\n1033,1646992368,47.74303,8.99902\n1034,1646992369,47.74303,8.99902\n1035,1646992370,47.74303,8.99902\n1036,1646992371,47.74304,8.99902\n1037,1646992372,47.74304,8.99902\n1038,1646992373,47.74304,8.99902\n1039,1646992374,47.74305,8.99902\n1040,1646992375,47.74305,8.99902\n1041,1646992499,47.74318,8.99880\n1042,1646992500,47.74312,8.99890\n1043,1646992501,47.74313,8.99890\n1044,1646992502,47.74313,8.99891\n1045,1646992503,47.74312,8.99891\n1046,1646992504,47.74311,8.99891\n1047,1646992505,47.74310,8.99891\n1048,1646992506,47.74310,8.99891\n1049,1646992507,47.74310,8.99892\n1050,1646992508,47.74300,8.99906\n1051,1646992510,47.74300,8.99906\n1052,1646992511,47.74300,8.99907\n1053,1646992512,47.74300,8.99907\n1054,1646992513,47.74300,8.99908\n1055,1646992514,47.74301,8.99908\n1056,1646992515,47.74301,8.99907\n1057,1646992516,47.74301,8.99907\n1058,1646992517,47.74301,8.99907\n1059,1646992518,47.74301,8.99907\n1060,1646992519,47.74302,8.99907\n1061,1646992645,47.74302,8.99899\n1062,1646992646,47.74301,8.99904\n1063,1646992647,47.74301,8.99903\n1064,1646992648,47.74301,8.99903\n1065,1646992649,47.74301,8.99903\n1066,1646992650,47.74301,8.99902\n1067,1646992651,47.74301,8.99902\n1068,1646992652,47.74300,8.99903\n1069,1646992654,47.74300,8.99903\n1070,1646992655,47.74300,8.99903\n1071,1646992656,47.74300,8.99902\n1072,1646992657,47.74301,8.99902\n1073,1646992658,47.74301,8.99902\n1074,1646992659,47.74301,8.99902\n1075,1646992660,47.74301,8.99902\n1076,1646992661,47.74302,8.99901\n1077,1646992662,47.74302,8.99900\n1078,1646992663,47.74302,8.99900\n1079,1646992664,47.74302,8.99899\n1080,1646992665,47.74302,8.99899\n1081,1646992791,47.74316,8.99878\n1082,1646992792,47.74310,8.99881\n1083,1646992793,47.74308,8.99885\n1084,1646992794,47.74307,8.99886\n1085,1646992795,47.74307,8.99887\n1086,1646992796,47.74308,8.99886\n1087,1646992797,47.74308,8.99886\n1088,1646992798,47.74308,8.99886\n1089,1646992799,47.74308,8.99887\n1090,1646992800,47.74307,8.99887\n1091,1646992801,47.74307,8.99888\n1092,1646992802,47.74300,8.99899\n1093,1646992804,47.74300,8.99899\n1094,1646992805,47.74301,8.99899\n1095,1646992806,47.74301,8.99900\n1096,1646992807,47.74301,8.99900\n1097,1646992808,47.74302,8.99900\n1098,1646992809,47.74302,8.99900\n1099,1646992810,47.74302,8.99900\n1100,1646992811,47.74301,8.99900\n1101,1646992937,47.74306,8.99884\n1102,1646992938,47.74305,8.99886\n1103,1646992939,47.74303,8.99889\n1104,1646992940,47.74301,8.99893\n1105,1646992941,47.74300,8.99894\n1106,1646992942,47.74299,8.99894\n1107,1646992943,47.74299,8.99895\n1108,1646992944,47.74299,8.99895\n1109,1646992945,47.74297,8.99898\n1110,1646992947,47.74298,8.99897\n1111,1646992948,47.74298,8.99898\n1112,1646992949,47.74298,8.99898\n1113,1646992950,47.74298,8.99898\n1114,1646992951,47.74298,8.99898\n1115,1646992952,47.74298,8.99898\n1116,1646992953,47.74299,8.99898\n1117,1646992954,47.74299,8.99897\n1118,1646992955,47.74299,8.99897\n1119,1646992956,47.74299,8.99897\n1120,1646992957,47.74300,8.99897\n1121,1646993084,47.74287,8.99926\n1122,1646993085,47.74289,8.99922\n1123,1646993086,47.74289,8.99921\n1124,1646993087,47.74290,8.99919\n1125,1646993088,47.74290,8.99918\n1126,1646993089,47.74290,8.99918\n1127,1646993090,47.74307,8.99891\n1128,1646993092,47.74306,8.99892\n1129,1646993093,47.74305,8.99893\n1130,1646993094,47.74304,8.99893\n1131,1646993095,47.74304,8.99894\n1132,1646993096,47.74304,8.99895\n1133,1646993097,47.74304,8.99895\n1134,1646993098,47.74304,8.99895\n1135,1646993099,47.74304,8.99896\n1136,1646993100,47.74304,8.99897\n1137,1646993101,47.74304,8.99897\n1138,1646993102,47.74304,8.99897\n1139,1646993103,47.74304,8.99897\n1140,1646993104,47.74304,8.99897\n1141,1646993228,47.74303,8.99908\n1142,1646993229,47.74301,8.99908\n1143,1646993230,47.74301,8.99908\n1144,1646993231,47.74301,8.99907\n1145,1646993232,47.74301,8.99907\n1146,1646993233,47.74301,8.99907\n1147,1646993234,47.74301,8.99906\n1148,1646993235,47.74301,8.99906\n1149,1646993236,47.74301,8.99905\n1150,1646993237,47.74302,8.99904\n1151,1646993238,47.74302,8.99904\n1152,1646993239,47.74301,8.99906\n1153,1646993241,47.74301,8.99905\n1154,1646993242,47.74302,8.99905\n1155,1646993243,47.74302,8.99904\n1156,1646993244,47.74302,8.99904\n1157,1646993245,47.74302,8.99903\n1158,1646993246,47.74302,8.99903\n1159,1646993247,47.74302,8.99903\n1160,1646993248,47.74302,8.99903\n1161,1646993372,47.74310,8.99901\n1162,1646993373,47.74307,8.99904\n1163,1646993374,47.74307,8.99903\n1164,1646993375,47.74306,8.99903\n1165,1646993376,47.74305,8.99903\n1166,1646993377,47.74304,8.99903\n1167,1646993378,47.74304,8.99902\n1168,1646993379,47.74303,8.99902\n1169,1646993380,47.74303,8.99901\n1170,1646993381,47.74303,8.99901\n1171,1646993382,47.74303,8.99901\n1172,1646993383,47.74301,8.99903\n1173,1646993385,47.74301,8.99902\n1174,1646993386,47.74301,8.99902\n1175,1646993387,47.74302,8.99902\n1176,1646993388,47.74302,8.99902\n1177,1646993389,47.74301,8.99902\n1178,1646993390,47.74301,8.99901\n1179,1646993391,47.74301,8.99901\n1180,1646993392,47.74301,8.99901\n1181,1646993517,47.74300,8.99902\n1182,1646993518,47.74299,8.99903\n1183,1646993519,47.74299,8.99902\n1184,1646993520,47.74299,8.99903\n1185,1646993521,47.74300,8.99903\n1186,1646993522,47.74300,8.99902\n1187,1646993523,47.74301,8.99901\n1188,1646993524,47.74301,8.99900\n1189,1646993525,47.74302,8.99899\n1190,1646993526,47.74302,8.99899\n1191,1646993527,47.74303,8.99898\n1192,1646993529,47.74303,8.99898\n1193,1646993530,47.74303,8.99898\n1194,1646993531,47.74303,8.99898\n1195,1646993532,47.74303,8.99898\n1196,1646993533,47.74303,8.99898\n1197,1646993534,47.74303,8.99898\n1198,1646993535,47.74303,8.99898\n1199,1646993536,47.74303,8.99898\n1200,1646993537,47.74303,8.99898\n1201,1646993662,47.74312,8.99879\n1202,1646993663,47.74311,8.99880\n1203,1646993664,47.74310,8.99881\n1204,1646993665,47.74310,8.99881\n1205,1646993666,47.74310,8.99881\n1206,1646993667,47.74310,8.99880\n1207,1646993668,47.74310,8.99881\n1208,1646993669,47.74309,8.99882\n1209,1646993670,47.74309,8.99882\n1210,1646993671,47.74309,8.99882\n1211,1646993672,47.74302,8.99900\n1212,1646993674,47.74302,8.99901\n1213,1646993675,47.74302,8.99901\n1214,1646993676,47.74302,8.99901\n1215,1646993677,47.74302,8.99901\n1216,1646993678,47.74302,8.99901\n1217,1646993679,47.74302,8.99901\n1218,1646993680,47.74302,8.99901\n1219,1646993681,47.74302,8.99901\n1220,1646993682,47.74302,8.99901\n1221,1646993807,47.74309,8.99890\n1222,1646993808,47.74309,8.99890\n1223,1646993809,47.74308,8.99891\n1224,1646993810,47.74307,8.99893\n1225,1646993811,47.74307,8.99895\n1226,1646993812,47.74306,8.99897\n1227,1646993813,47.74306,8.99897\n1228,1646993814,47.74305,8.99897\n1229,1646993815,47.74305,8.99897\n1230,1646993816,47.74301,8.99905\n1231,1646993818,47.74301,8.99903\n1232,1646993819,47.74301,8.99901\n1233,1646993820,47.74301,8.99901\n1234,1646993821,47.74301,8.99901\n1235,1646993822,47.74301,8.99900\n1236,1646993823,47.74301,8.99900\n1237,1646993824,47.74301,8.99899\n1238,1646993825,47.74302,8.99899\n1239,1646993826,47.74302,8.99899\n1240,1646993827,47.74302,8.99899\n1241,1646993952,47.74318,8.99864\n1242,1646993953,47.74317,8.99865\n1243,1646993954,47.74316,8.99872\n1244,1646993955,47.74315,8.99875\n1245,1646993956,47.74314,8.99879\n1246,1646993957,47.74313,8.99880\n1247,1646993958,47.74313,8.99880\n1248,1646993959,47.74305,8.99901\n1249,1646993961,47.74305,8.99900\n1250,1646993962,47.74305,8.99899\n1251,1646993963,47.74305,8.99899\n1252,1646993964,47.74305,8.99899\n1253,1646993965,47.74305,8.99899\n1254,1646993966,47.74305,8.99899\n1255,1646993967,47.74305,8.99900\n1256,1646993968,47.74305,8.99900\n1257,1646993969,47.74305,8.99900\n1258,1646993970,47.74305,8.99899\n1259,1646993971,47.74305,8.99899\n1260,1646993973,47.74305,8.99899\n1261,1646994098,47.74300,8.99900\n1262,1646994099,47.74301,8.99900\n1263,1646994100,47.74303,8.99900\n1264,1646994101,47.74302,8.99901\n1265,1646994102,47.74302,8.99901\n1266,1646994103,47.74302,8.99900\n1267,1646994105,47.74302,8.99900\n1268,1646994106,47.74302,8.99900\n1269,1646994107,47.74302,8.99899\n1270,1646994108,47.74302,8.99899\n1271,1646994109,47.74302,8.99899\n1272,1646994110,47.74302,8.99898\n1273,1646994111,47.74302,8.99897\n1274,1646994112,47.74302,8.99897\n1275,1646994113,47.74302,8.99897\n1276,1646994114,47.74302,8.99897\n1277,1646994115,47.74302,8.99897\n1278,1646994116,47.74302,8.99897\n1279,1646994117,47.74302,8.99897\n1280,1646994118,47.74303,8.99897\n1281,1646994244,47.74303,8.99893\n1282,1646994245,47.74303,8.99895\n1283,1646994246,47.74303,8.99895\n1284,1646994247,47.74303,8.99896\n1285,1646994248,47.74304,8.99897\n1286,1646994249,47.74304,8.99894\n1287,1646994250,47.74305,8.99894\n1288,1646994251,47.74305,8.99894\n1289,1646994252,47.74305,8.99893\n1290,1646994253,47.74305,8.99893\n1291,1646994254,47.74304,8.99894\n1292,1646994256,47.74303,8.99896\n1293,1646994257,47.74303,8.99897\n1294,1646994258,47.74303,8.99898\n1295,1646994259,47.74302,8.99899\n1296,1646994260,47.74302,8.99900\n1297,1646994261,47.74302,8.99901\n1298,1646994262,47.74302,8.99901\n1299,1646994263,47.74302,8.99902\n1300,1646994264,47.74302,8.99902\n1301,1646994389,47.74301,8.99904\n1302,1646994390,47.74301,8.99902\n1303,1646994391,47.74301,8.99900\n1304,1646994392,47.74301,8.99900\n1305,1646994393,47.74301,8.99899\n1306,1646994394,47.74302,8.99899\n1307,1646994395,47.74302,8.99898\n1308,1646994396,47.74302,8.99899\n1309,1646994397,47.74302,8.99899\n1310,1646994398,47.74302,8.99898\n1311,1646994400,47.74302,8.99898\n1312,1646994401,47.74302,8.99899\n1313,1646994402,47.74302,8.99899\n1314,1646994403,47.74302,8.99899\n1315,1646994404,47.74302,8.99899\n1316,1646994405,47.74302,8.99899\n1317,1646994406,47.74302,8.99899\n1318,1646994407,47.74302,8.99899\n1319,1646994408,47.74303,8.99899\n1320,1646994409,47.74303,8.99899\n1321,1646994532,47.74298,8.99899\n1322,1646994533,47.74301,8.99876\n1323,1646994534,47.74301,8.99881\n1324,1646994535,47.74302,8.99882\n1325,1646994536,47.74302,8.99882\n1326,1646994537,47.74303,8.99881\n1327,1646994538,47.74304,8.99881\n1328,1646994539,47.74305,8.99882\n1329,1646994540,47.74305,8.99883\n1330,1646994541,47.74304,8.99884\n1331,1646994542,47.74299,8.99895\n1332,1646994544,47.74299,8.99895\n1333,1646994545,47.74300,8.99895\n1334,1646994546,47.74300,8.99895\n1335,1646994547,47.74300,8.99896\n1336,1646994548,47.74300,8.99896\n1337,1646994549,47.74300,8.99896\n1338,1646994550,47.74300,8.99896\n1339,1646994551,47.74300,8.99896\n1340,1646994552,47.74300,8.99896\n1341,1646994676,47.74305,8.99900\n1342,1646994677,47.74304,8.99898\n1343,1646994678,47.74303,8.99895\n1344,1646994679,47.74303,8.99892\n1345,1646994680,47.74303,8.99891\n1346,1646994681,47.74303,8.99890\n1347,1646994682,47.74303,8.99889\n1348,1646994683,47.74303,8.99888\n1349,1646994684,47.74303,8.99888\n1350,1646994685,47.74303,8.99887\n1351,1646994686,47.74298,8.99895\n1352,1646994688,47.74299,8.99894\n1353,1646994689,47.74299,8.99893\n1354,1646994690,47.74299,8.99892\n1355,1646994691,47.74298,8.99892\n1356,1646994692,47.74298,8.99891\n1357,1646994693,47.74298,8.99891\n1358,1646994694,47.74298,8.99890\n1359,1646994695,47.74298,8.99890\n1360,1646994696,47.74298,8.99890\n1361,1646994821,47.74307,8.99873\n1362,1646994822,47.74307,8.99872\n1363,1646994823,47.74307,8.99874\n1364,1646994824,47.74308,8.99873\n1365,1646994825,47.74308,8.99872\n1366,1646994826,47.74308,8.99871\n1367,1646994827,47.74308,8.99870\n1368,1646994828,47.74308,8.99870\n1369,1646994829,47.74308,8.99870\n1370,1646994830,47.74305,8.99891\n1371,1646994832,47.74305,8.99891\n1372,1646994833,47.74305,8.99890\n1373,1646994834,47.74305,8.99890\n1374,1646994835,47.74304,8.99889\n1375,1646994836,47.74303,8.99888\n1376,1646994837,47.74303,8.99888\n1377,1646994838,47.74302,8.99888\n1378,1646994839,47.74302,8.99888\n1379,1646994840,47.74302,8.99888\n1380,1646994841,47.74302,8.99887\n1381,1646994965,47.74311,8.99900\n1382,1646994966,47.74309,8.99899\n1383,1646994967,47.74308,8.99898\n1384,1646994968,47.74307,8.99897\n1385,1646994969,47.74307,8.99896\n1386,1646994970,47.74307,8.99895\n1387,1646994971,47.74307,8.99895\n1388,1646994972,47.74307,8.99895\n1389,1646994973,47.74308,8.99894\n1390,1646994974,47.74307,8.99901\n1391,1646994976,47.74308,8.99900\n1392,1646994977,47.74308,8.99900\n1393,1646994978,47.74308,8.99899\n1394,1646994979,47.74308,8.99899\n1395,1646994980,47.74307,8.99899\n1396,1646994981,47.74306,8.99898\n1397,1646994982,47.74306,8.99898\n1398,1646994983,47.74306,8.99897\n1399,1646994984,47.74306,8.99897\n1400,1646994985,47.74306,8.99897\n1401,1646995111,47.74265,8.99893\n1402,1646995112,47.74267,8.99889\n1403,1646995113,47.74272,8.99887\n1404,1646995114,47.74280,8.99886\n1405,1646995115,47.74287,8.99884\n1406,1646995116,47.74291,8.99882\n1407,1646995117,47.74294,8.99882\n1408,1646995118,47.74296,8.99883\n1409,1646995120,47.74298,8.99886\n1410,1646995121,47.74298,8.99886\n1411,1646995122,47.74299,8.99887\n1412,1646995123,47.74300,8.99889\n1413,1646995124,47.74300,8.99890\n1414,1646995125,47.74301,8.99891\n1415,1646995126,47.74301,8.99892\n1416,1646995127,47.74302,8.99893\n1417,1646995128,47.74301,8.99892\n1418,1646995129,47.74301,8.99891\n1419,1646995130,47.74300,8.99891\n1420,1646995131,47.74300,8.99892\n1421,1646995259,47.74313,8.99872\n1422,1646995260,47.74313,8.99871\n1423,1646995261,47.74309,8.99858\n1424,1646995262,47.74306,8.99898\n1425,1646995264,47.74306,8.99897\n1426,1646995265,47.74307,8.99897\n1427,1646995266,47.74307,8.99897\n1428,1646995267,47.74307,8.99897\n1429,1646995268,47.74306,8.99897\n1430,1646995269,47.74307,8.99897\n1431,1646995270,47.74307,8.99897\n1432,1646995271,47.74307,8.99897\n1433,1646995272,47.74307,8.99897\n1434,1646995273,47.74306,8.99897\n1435,1646995274,47.74307,8.99897\n1436,1646995275,47.74307,8.99897\n1437,1646995276,47.74307,8.99897\n1438,1646995277,47.74307,8.99897\n1439,1646995278,47.74307,8.99897\n1440,1646995279,47.74307,8.99896\n1441,1646995410,47.74307,8.99897\n1442,1646995411,47.74306,8.99894\n1443,1646995412,47.74305,8.99896\n1444,1646995414,47.74304,8.99895\n1445,1646995415,47.74303,8.99894\n1446,1646995416,47.74303,8.99893\n1447,1646995417,47.74302,8.99893\n1448,1646995418,47.74302,8.99892\n1449,1646995419,47.74301,8.99892\n1450,1646995420,47.74301,8.99893\n1451,1646995421,47.74301,8.99892\n1452,1646995422,47.74300,8.99892\n1453,1646995423,47.74300,8.99892\n1454,1646995424,47.74300,8.99892\n1455,1646995425,47.74300,8.99892\n1456,1646995426,47.74300,8.99892\n1457,1646995427,47.74300,8.99892\n1458,1646995428,47.74300,8.99891\n1459,1646995429,47.74300,8.99891\n1460,1646995430,47.74300,8.99891\n1461,1646995561,47.74310,8.99911\n1462,1646995562,47.74310,8.99905\n1463,1646995564,47.74311,8.99907\n1464,1646995565,47.74312,8.99908\n1465,1646995566,47.74312,8.99908\n1466,1646995567,47.74312,8.99907\n1467,1646995568,47.74312,8.99907\n1468,1646995569,47.74312,8.99906\n1469,1646995570,47.74311,8.99905\n1470,1646995571,47.74311,8.99904\n1471,1646995572,47.74311,8.99904\n1472,1646995573,47.74310,8.99903\n1473,1646995574,47.74310,8.99903\n1474,1646995575,47.74310,8.99902\n1475,1646995576,47.74310,8.99902\n1476,1646995577,47.74310,8.99902\n1477,1646995578,47.74310,8.99902\n1478,1646995579,47.74310,8.99902\n1479,1646995580,47.74310,8.99902\n1480,1646995581,47.74310,8.99902\n1481,1646995706,47.74307,8.99894\n1482,1646995707,47.74305,8.99896\n1483,1646995708,47.74305,8.99898\n1484,1646995709,47.74305,8.99896\n1485,1646995710,47.74305,8.99897\n1486,1646995711,47.74305,8.99895\n1487,1646995712,47.74304,8.99895\n1488,1646995713,47.74303,8.99896\n1489,1646995714,47.74303,8.99897\n1490,1646995715,47.74304,8.99898\n1491,1646995716,47.74305,8.99899\n1492,1646995717,47.74305,8.99899\n1493,1646995718,47.74306,8.99897\n1494,1646995720,47.74306,8.99898\n1495,1646995721,47.74305,8.99898\n1496,1646995722,47.74305,8.99898\n1497,1646995723,47.74305,8.99898\n1498,1646995724,47.74305,8.99898\n1499,1646995725,47.74304,8.99898\n1500,1646995726,47.74304,8.99898\n1501,1646995857,47.74308,8.99942\n1502,1646995858,47.74307,8.99943\n1503,1646995859,47.74301,8.99931\n1504,1646995860,47.74299,8.99926\n1505,1646995861,47.74298,8.99927\n1506,1646995862,47.74294,8.99884\n1507,1646995864,47.74296,8.99885\n1508,1646995865,47.74297,8.99886\n1509,1646995866,47.74298,8.99886\n1510,1646995867,47.74299,8.99886\n1511,1646995868,47.74299,8.99886\n1512,1646995869,47.74299,8.99886\n1513,1646995870,47.74299,8.99885\n1514,1646995871,47.74299,8.99884\n1515,1646995872,47.74298,8.99884\n1516,1646995873,47.74298,8.99884\n1517,1646995874,47.74298,8.99884\n1518,1646995875,47.74298,8.99885\n1519,1646995876,47.74298,8.99886\n1520,1646995877,47.74299,8.99886\n1521,1646996008,47.74311,8.99967\n1522,1646996009,47.74310,8.99957\n1523,1646996010,47.74310,8.99952\n1524,1646996011,47.74310,8.99950\n1525,1646996012,47.74309,8.99900\n1526,1646996014,47.74308,8.99900\n1527,1646996015,47.74307,8.99901\n1528,1646996016,47.74307,8.99901\n1529,1646996017,47.74308,8.99902\n1530,1646996018,47.74308,8.99902\n1531,1646996019,47.74308,8.99902\n1532,1646996020,47.74307,8.99902\n1533,1646996021,47.74307,8.99903\n1534,1646996022,47.74306,8.99902\n1535,1646996023,47.74306,8.99902\n1536,1646996024,47.74306,8.99901\n1537,1646996025,47.74305,8.99901\n1538,1646996026,47.74305,8.99902\n1539,1646996027,47.74305,8.99902\n1540,1646996028,47.74305,8.99901\n1541,1646996163,47.74318,8.99898\n1542,1646996164,47.74315,8.99895\n1543,1646996165,47.74314,8.99896\n1544,1646996166,47.74313,8.99896\n1545,1646996167,47.74312,8.99896\n1546,1646996168,47.74312,8.99903\n1547,1646996170,47.74312,8.99902\n1548,1646996171,47.74312,8.99902\n1549,1646996172,47.74311,8.99901\n1550,1646996173,47.74311,8.99902\n1551,1646996174,47.74311,8.99902\n1552,1646996175,47.74311,8.99902\n1553,1646996176,47.74311,8.99903\n1554,1646996177,47.74311,8.99903\n1555,1646996178,47.74311,8.99903\n1556,1646996179,47.74311,8.99903\n1557,1646996180,47.74311,8.99902\n1558,1646996181,47.74311,8.99902\n1559,1646996182,47.74311,8.99902\n1560,1646996183,47.74311,8.99902\n1561,1646996315,47.74308,8.99913\n1562,1646996316,47.74308,8.99911\n1563,1646996317,47.74308,8.99915\n1564,1646996318,47.74306,8.99913\n1565,1646996320,47.74307,8.99912\n1566,1646996321,47.74307,8.99910\n1567,1646996322,47.74307,8.99909\n1568,1646996323,47.74307,8.99909\n1569,1646996324,47.74308,8.99908\n1570,1646996325,47.74308,8.99907\n1571,1646996326,47.74308,8.99906\n1572,1646996327,47.74308,8.99906\n1573,1646996328,47.74308,8.99905\n1574,1646996329,47.74308,8.99905\n1575,1646996330,47.74307,8.99904\n1576,1646996331,47.74307,8.99903\n1577,1646996332,47.74307,8.99903\n1578,1646996333,47.74307,8.99903\n1579,1646996334,47.74307,8.99903\n1580,1646996335,47.74307,8.99903\n1581,1646996464,47.74298,8.99906\n1582,1646996465,47.74298,8.99903\n1583,1646996466,47.74299,8.99901\n1584,1646996467,47.74299,8.99898\n1585,1646996468,47.74300,8.99895\n1586,1646996470,47.74301,8.99896\n1587,1646996471,47.74302,8.99898\n1588,1646996472,47.74302,8.99898\n1589,1646996473,47.74303,8.99899\n1590,1646996474,47.74304,8.99899\n1591,1646996475,47.74304,8.99899\n1592,1646996476,47.74305,8.99899\n1593,1646996477,47.74305,8.99899\n1594,1646996478,47.74305,8.99899\n1595,1646996479,47.74305,8.99899\n1596,1646996480,47.74305,8.99899\n1597,1646996481,47.74304,8.99899\n1598,1646996482,47.74304,8.99898\n1599,1646996483,47.74305,8.99898\n1600,1646996484,47.74305,8.99899\n1601,1646996610,47.74312,8.99900\n1602,1646996611,47.74311,8.99899\n1603,1646996612,47.74311,8.99900\n1604,1646996613,47.74312,8.99903\n1605,1646996614,47.74313,8.99905\n1606,1646996615,47.74313,8.99904\n1607,1646996616,47.74312,8.99903\n1608,1646996617,47.74312,8.99903\n1609,1646996618,47.74311,8.99900\n1610,1646996620,47.74311,8.99900\n1611,1646996621,47.74310,8.99899\n1612,1646996622,47.74310,8.99900\n1613,1646996623,47.74310,8.99900\n1614,1646996624,47.74310,8.99899\n1615,1646996625,47.74310,8.99899\n1616,1646996626,47.74310,8.99899\n1617,1646996627,47.74310,8.99899\n1618,1646996628,47.74310,8.99900\n1619,1646996629,47.74310,8.99900\n1620,1646996630,47.74310,8.99900\n1621,1646996756,47.74312,8.99920\n1622,1646996757,47.74310,8.99916\n1623,1646996758,47.74310,8.99913\n1624,1646996759,47.74308,8.99910\n1625,1646996760,47.74307,8.99910\n1626,1646996761,47.74306,8.99909\n1627,1646996762,47.74308,8.99895\n1628,1646996764,47.74309,8.99897\n1629,1646996765,47.74309,8.99896\n1630,1646996766,47.74309,8.99897\n1631,1646996767,47.74310,8.99898\n1632,1646996768,47.74309,8.99897\n1633,1646996769,47.74309,8.99897\n1634,1646996770,47.74308,8.99897\n1635,1646996771,47.74308,8.99897\n1636,1646996772,47.74308,8.99897\n1637,1646996773,47.74308,8.99898\n1638,1646996774,47.74308,8.99898\n1639,1646996775,47.74308,8.99899\n1640,1646996776,47.74308,8.99899\n1641,1646996903,47.74303,8.99891\n1642,1646996904,47.74304,8.99897\n1643,1646996905,47.74306,8.99901\n1644,1646996906,47.74309,8.99904\n1645,1646996907,47.74309,8.99906\n1646,1646996908,47.74309,8.99905\n1647,1646996909,47.74309,8.99905\n1648,1646996910,47.74309,8.99906\n1649,1646996911,47.74309,8.99906\n1650,1646996912,47.74309,8.99896\n1651,1646996914,47.74309,8.99897\n1652,1646996915,47.74309,8.99898\n1653,1646996916,47.74309,8.99898\n1654,1646996917,47.74309,8.99899\n1655,1646996918,47.74308,8.99899\n1656,1646996919,47.74308,8.99899\n1657,1646996920,47.74309,8.99899\n1658,1646996921,47.74309,8.99899\n1659,1646996922,47.74309,8.99899\n1660,1646996923,47.74309,8.99899\n1661,1646997049,47.74303,8.99897\n1662,1646997050,47.74306,8.99897\n1663,1646997051,47.74309,8.99901\n1664,1646997052,47.74310,8.99902\n1665,1646997053,47.74309,8.99901\n1666,1646997054,47.74310,8.99902\n1667,1646997055,47.74310,8.99904\n1668,1646997056,47.74310,8.99900\n1669,1646997058,47.74311,8.99901\n1670,1646997059,47.74311,8.99901\n1671,1646997060,47.74311,8.99902\n1672,1646997061,47.74312,8.99902\n1673,1646997062,47.74312,8.99903\n1674,1646997063,47.74312,8.99903\n1675,1646997064,47.74312,8.99903\n1676,1646997065,47.74312,8.99903\n1677,1646997066,47.74312,8.99903\n1678,1646997067,47.74312,8.99903\n1679,1646997068,47.74312,8.99903\n1680,1646997069,47.74311,8.99903\n1681,1646997195,47.74305,8.99896\n1682,1646997196,47.74306,8.99896\n1683,1646997197,47.74307,8.99897\n1684,1646997198,47.74305,8.99898\n1685,1646997199,47.74304,8.99901\n1686,1646997200,47.74304,8.99906\n1687,1646997202,47.74303,8.99906\n1688,1646997203,47.74304,8.99906\n1689,1646997204,47.74304,8.99906\n1690,1646997205,47.74304,8.99906\n1691,1646997206,47.74304,8.99905\n1692,1646997207,47.74303,8.99905\n1693,1646997208,47.74303,8.99904\n1694,1646997209,47.74303,8.99904\n1695,1646997210,47.74303,8.99904\n1696,1646997211,47.74304,8.99905\n1697,1646997212,47.74305,8.99905\n1698,1646997213,47.74305,8.99905\n1699,1646997214,47.74306,8.99905\n1700,1646997215,47.74306,8.99905\n1701,1646997340,47.74314,8.99906\n1702,1646997341,47.74313,8.99907\n1703,1646997342,47.74313,8.99907\n1704,1646997343,47.74313,8.99910\n1705,1646997344,47.74313,8.99911\n1706,1646997345,47.74313,8.99912\n1707,1646997346,47.74313,8.99911\n1708,1646997347,47.74314,8.99912\n1709,1646997348,47.74314,8.99913\n1710,1646997349,47.74314,8.99913\n1711,1646997350,47.74312,8.99906\n1712,1646997352,47.74312,8.99906\n1713,1646997353,47.74312,8.99906\n1714,1646997354,47.74312,8.99906\n1715,1646997355,47.74312,8.99906\n1716,1646997356,47.74312,8.99906\n1717,1646997357,47.74312,8.99906\n1718,1646997358,47.74312,8.99906\n1719,1646997359,47.74313,8.99907\n1720,1646997360,47.74313,8.99907\n1721,1647006283,47.74304,8.99907\n1722,1647006284,47.74303,8.99904\n1723,1647006285,47.74304,8.99904\n1724,1647006286,47.74304,8.99903\n1725,1647006287,47.74304,8.99903\n1726,1647006288,47.74305,8.99903\n1727,1647006289,47.74305,8.99902\n1728,1647006290,47.74305,8.99902\n1729,1647006291,47.74305,8.99902\n1730,1647006292,47.74305,8.99902\n1731,1647006293,47.74305,8.99902\n1732,1647006358,47.74297,8.99891\n1733,1647006359,47.74298,8.99892\n1734,1647006360,47.74299,8.99893\n1735,1647006361,47.74299,8.99893\n1736,1647006424,47.74313,8.99900\n1737,1647006425,47.74305,8.99901\n1738,1647006426,47.74304,8.99899\n1739,1647006427,47.74304,8.99898\n1740,1647006428,47.74303,8.99897\n1741,1647006492,47.74263,8.99845\n1742,1647006493,47.74301,8.99892\n1743,1647006494,47.74304,8.99895\n1744,1647006558,47.74300,8.99905\n1745,1647006559,47.74301,8.99904\n1746,1647006560,47.74303,8.99904\n1747,1647006623,47.74302,8.99891\n1748,1647006624,47.74301,8.99892\n1749,1647006688,47.74343,8.99926\n1750,1647006689,47.74303,8.99894\n1751,1647006753,47.74298,8.99882\n1752,1647006817,47.74296,8.99887\n1753,1647006818,47.74294,8.99888\n1754,1647006882,47.74286,8.99870\n1755,1647006946,47.74306,8.99893\n1756,1647006947,47.74300,8.99886\n1757,1647007011,47.74291,8.99872\n1758,1647007075,47.74296,8.99899\n1759,1647007140,47.74306,8.99901\n1760,1647007204,47.74285,8.99878\n1761,1647007332,47.74277,8.99865\n1762,1647007651,47.74301,8.99899\n1763,1647007777,47.74296,8.99877\n1764,1647007967,47.74298,8.99882\n1765,1647008787,47.74299,8.99885\n1766,1647008914,47.74296,8.99895"
  },
  {
    "path": "TickTagData/07_StationaryPosition_20s_Burst_Every_120s/20220311_20s_Burst_Every_120s_1766_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 101, TOs: 0/0, ErrorsOrGF: 1, TTFF: 83\nFixes: 1766, Avg. TTF: 15 s, Avg. HDOP (x10): 13\n\ncount,timestamp,lat,lon\n1,1646984966,47.74304,8.99896\n2,1646984967,47.74304,8.99895\n3,1646984968,47.74303,8.99895\n4,1646984969,47.74303,8.99895\n5,1646984970,47.74303,8.99895\n6,1646984971,47.74303,8.99895\n7,1646984972,47.74303,8.99895\n8,1646984973,47.74303,8.99895\n9,1646984974,47.74303,8.99895\n10,1646984975,47.74303,8.99895\n11,1646984976,47.74303,8.99895\n12,1646984977,47.74303,8.99895\n13,1646984978,47.74303,8.99895\n14,1646984979,47.74303,8.99895\n15,1646984980,47.74303,8.99895\n16,1646984981,47.74303,8.99895\n17,1646984982,47.74303,8.99895\n18,1646984983,47.74303,8.99895\n19,1646984984,47.74303,8.99895\n20,1646984985,47.74303,8.99895\n21,1646985110,47.74305,8.99894\n22,1646985111,47.74305,8.99895\n23,1646985112,47.74305,8.99895\n24,1646985113,47.74305,8.99896\n25,1646985114,47.74305,8.99896\n26,1646985115,47.74305,8.99896\n27,1646985116,47.74305,8.99897\n28,1646985118,47.74305,8.99896\n29,1646985119,47.74305,8.99896\n30,1646985120,47.74305,8.99896\n31,1646985121,47.74305,8.99896\n32,1646985122,47.74305,8.99897\n33,1646985123,47.74305,8.99897\n34,1646985124,47.74305,8.99897\n35,1646985125,47.74306,8.99897\n36,1646985126,47.74306,8.99897\n37,1646985127,47.74306,8.99898\n38,1646985128,47.74306,8.99898\n39,1646985129,47.74306,8.99898\n40,1646985130,47.74306,8.99898\n41,1646985255,47.74305,8.99900\n42,1646985256,47.74307,8.99899\n43,1646985257,47.74308,8.99900\n44,1646985258,47.74308,8.99900\n45,1646985259,47.74308,8.99900\n46,1646985260,47.74308,8.99901\n47,1646985261,47.74307,8.99900\n48,1646985262,47.74307,8.99900\n49,1646985263,47.74307,8.99900\n50,1646985264,47.74306,8.99899\n51,1646985265,47.74306,8.99899\n52,1646985266,47.74306,8.99900\n53,1646985268,47.74306,8.99900\n54,1646985269,47.74306,8.99900\n55,1646985270,47.74306,8.99900\n56,1646985271,47.74306,8.99900\n57,1646985272,47.74306,8.99900\n58,1646985273,47.74306,8.99900\n59,1646985274,47.74305,8.99900\n60,1646985275,47.74305,8.99900\n61,1646985399,47.74305,8.99901\n62,1646985400,47.74305,8.99901\n63,1646985401,47.74305,8.99901\n64,1646985402,47.74304,8.99901\n65,1646985403,47.74304,8.99900\n66,1646985404,47.74303,8.99900\n67,1646985405,47.74303,8.99900\n68,1646985406,47.74304,8.99900\n69,1646985407,47.74304,8.99900\n70,1646985408,47.74304,8.99900\n71,1646985409,47.74305,8.99900\n72,1646985411,47.74305,8.99900\n73,1646985412,47.74305,8.99900\n74,1646985413,47.74306,8.99900\n75,1646985414,47.74306,8.99900\n76,1646985415,47.74306,8.99900\n77,1646985416,47.74306,8.99900\n78,1646985417,47.74306,8.99899\n79,1646985418,47.74306,8.99900\n80,1646985419,47.74306,8.99900\n81,1646985544,47.74307,8.99897\n82,1646985545,47.74307,8.99899\n83,1646985546,47.74307,8.99900\n84,1646985547,47.74307,8.99899\n85,1646985548,47.74307,8.99899\n86,1646985549,47.74306,8.99898\n87,1646985550,47.74306,8.99898\n88,1646985551,47.74306,8.99898\n89,1646985552,47.74306,8.99898\n90,1646985553,47.74307,8.99898\n91,1646985555,47.74307,8.99898\n92,1646985556,47.74306,8.99898\n93,1646985557,47.74306,8.99898\n94,1646985558,47.74306,8.99898\n95,1646985559,47.74306,8.99897\n96,1646985560,47.74306,8.99897\n97,1646985561,47.74306,8.99897\n98,1646985562,47.74305,8.99897\n99,1646985563,47.74305,8.99897\n100,1646985564,47.74305,8.99897\n101,1646985689,47.74306,8.99896\n102,1646985690,47.74306,8.99896\n103,1646985691,47.74305,8.99896\n104,1646985692,47.74305,8.99897\n105,1646985693,47.74304,8.99897\n106,1646985694,47.74304,8.99897\n107,1646985695,47.74303,8.99897\n108,1646985696,47.74302,8.99897\n109,1646985697,47.74304,8.99898\n110,1646985699,47.74303,8.99898\n111,1646985700,47.74303,8.99898\n112,1646985701,47.74303,8.99898\n113,1646985702,47.74303,8.99897\n114,1646985703,47.74302,8.99897\n115,1646985704,47.74302,8.99897\n116,1646985705,47.74303,8.99897\n117,1646985706,47.74303,8.99897\n118,1646985707,47.74303,8.99897\n119,1646985708,47.74303,8.99897\n120,1646985709,47.74303,8.99896\n121,1646985835,47.74288,8.99890\n122,1646985836,47.74284,8.99890\n123,1646985837,47.74284,8.99890\n124,1646985838,47.74285,8.99890\n125,1646985839,47.74285,8.99890\n126,1646985840,47.74286,8.99890\n127,1646985841,47.74306,8.99898\n128,1646985843,47.74307,8.99899\n129,1646985844,47.74308,8.99900\n130,1646985845,47.74308,8.99900\n131,1646985846,47.74309,8.99901\n132,1646985847,47.74309,8.99901\n133,1646985848,47.74309,8.99901\n134,1646985849,47.74309,8.99901\n135,1646985850,47.74309,8.99901\n136,1646985851,47.74308,8.99901\n137,1646985852,47.74308,8.99901\n138,1646985853,47.74309,8.99900\n139,1646985854,47.74309,8.99899\n140,1646985855,47.74309,8.99899\n141,1646985980,47.74308,8.99897\n142,1646985981,47.74308,8.99897\n143,1646985982,47.74308,8.99897\n144,1646985983,47.74307,8.99897\n145,1646985984,47.74308,8.99897\n146,1646985985,47.74308,8.99898\n147,1646985987,47.74308,8.99897\n148,1646985988,47.74308,8.99897\n149,1646985989,47.74307,8.99897\n150,1646985990,47.74307,8.99897\n151,1646985991,47.74308,8.99897\n152,1646985992,47.74308,8.99897\n153,1646985993,47.74308,8.99897\n154,1646985994,47.74308,8.99897\n155,1646985995,47.74308,8.99898\n156,1646985996,47.74308,8.99898\n157,1646985997,47.74308,8.99898\n158,1646985998,47.74308,8.99898\n159,1646985999,47.74307,8.99898\n160,1646986000,47.74307,8.99898\n161,1646986125,47.74307,8.99908\n162,1646986126,47.74309,8.99907\n163,1646986127,47.74307,8.99905\n164,1646986128,47.74306,8.99904\n165,1646986129,47.74304,8.99903\n166,1646986130,47.74304,8.99902\n167,1646986131,47.74304,8.99901\n168,1646986132,47.74304,8.99901\n169,1646986133,47.74304,8.99901\n170,1646986134,47.74304,8.99901\n171,1646986135,47.74304,8.99901\n172,1646986137,47.74304,8.99901\n173,1646986138,47.74304,8.99901\n174,1646986139,47.74305,8.99901\n175,1646986140,47.74305,8.99901\n176,1646986141,47.74305,8.99901\n177,1646986142,47.74305,8.99901\n178,1646986143,47.74306,8.99901\n179,1646986144,47.74306,8.99901\n180,1646986145,47.74306,8.99901\n181,1646986271,47.74310,8.99896\n182,1646986272,47.74308,8.99894\n183,1646986273,47.74306,8.99894\n184,1646986274,47.74305,8.99893\n185,1646986275,47.74303,8.99892\n186,1646986276,47.74303,8.99892\n187,1646986277,47.74303,8.99891\n188,1646986278,47.74303,8.99891\n189,1646986279,47.74307,8.99893\n190,1646986281,47.74308,8.99893\n191,1646986282,47.74308,8.99894\n192,1646986283,47.74308,8.99895\n193,1646986284,47.74308,8.99895\n194,1646986285,47.74307,8.99895\n195,1646986286,47.74307,8.99895\n196,1646986287,47.74307,8.99895\n197,1646986288,47.74307,8.99896\n198,1646986289,47.74308,8.99896\n199,1646986290,47.74308,8.99896\n200,1646986291,47.74309,8.99897\n201,1646986415,47.74307,8.99899\n202,1646986416,47.74303,8.99897\n203,1646986417,47.74301,8.99897\n204,1646986418,47.74300,8.99897\n205,1646986419,47.74300,8.99896\n206,1646986420,47.74301,8.99897\n207,1646986421,47.74302,8.99897\n208,1646986422,47.74303,8.99897\n209,1646986423,47.74302,8.99897\n210,1646986425,47.74303,8.99897\n211,1646986426,47.74303,8.99897\n212,1646986427,47.74302,8.99897\n213,1646986428,47.74302,8.99896\n214,1646986429,47.74302,8.99897\n215,1646986430,47.74302,8.99896\n216,1646986431,47.74302,8.99897\n217,1646986432,47.74302,8.99897\n218,1646986433,47.74302,8.99898\n219,1646986434,47.74302,8.99897\n220,1646986435,47.74302,8.99898\n221,1646986559,47.74289,8.99893\n222,1646986560,47.74291,8.99893\n223,1646986561,47.74294,8.99894\n224,1646986562,47.74296,8.99893\n225,1646986563,47.74297,8.99892\n226,1646986564,47.74298,8.99892\n227,1646986565,47.74298,8.99892\n228,1646986566,47.74299,8.99894\n229,1646986567,47.74300,8.99895\n230,1646986569,47.74300,8.99895\n231,1646986570,47.74301,8.99896\n232,1646986571,47.74302,8.99897\n233,1646986572,47.74302,8.99896\n234,1646986573,47.74303,8.99897\n235,1646986574,47.74303,8.99897\n236,1646986575,47.74303,8.99897\n237,1646986576,47.74303,8.99897\n238,1646986577,47.74304,8.99897\n239,1646986578,47.74304,8.99897\n240,1646986579,47.74304,8.99897\n241,1646986703,47.74298,8.99900\n242,1646986704,47.74298,8.99901\n243,1646986705,47.74301,8.99897\n244,1646986706,47.74303,8.99896\n245,1646986707,47.74304,8.99895\n246,1646986708,47.74304,8.99896\n247,1646986709,47.74303,8.99895\n248,1646986710,47.74303,8.99895\n249,1646986711,47.74306,8.99898\n250,1646986713,47.74306,8.99898\n251,1646986714,47.74306,8.99898\n252,1646986715,47.74307,8.99899\n253,1646986716,47.74307,8.99899\n254,1646986717,47.74307,8.99899\n255,1646986718,47.74306,8.99898\n256,1646986719,47.74306,8.99898\n257,1646986720,47.74306,8.99898\n258,1646986721,47.74306,8.99898\n259,1646986722,47.74306,8.99898\n260,1646986723,47.74306,8.99897\n261,1646986848,47.74323,8.99921\n262,1646986849,47.74328,8.99910\n263,1646986850,47.74324,8.99907\n264,1646986851,47.74322,8.99906\n265,1646986852,47.74320,8.99904\n266,1646986853,47.74317,8.99902\n267,1646986854,47.74315,8.99901\n268,1646986855,47.74313,8.99900\n269,1646986856,47.74312,8.99899\n270,1646986857,47.74311,8.99899\n271,1646986858,47.74310,8.99899\n272,1646986859,47.74310,8.99899\n273,1646986860,47.74310,8.99899\n274,1646986861,47.74311,8.99900\n275,1646986863,47.74311,8.99900\n276,1646986864,47.74311,8.99900\n277,1646986865,47.74311,8.99901\n278,1646986866,47.74311,8.99901\n279,1646986867,47.74311,8.99900\n280,1646986868,47.74311,8.99900\n281,1646986993,47.74308,8.99907\n282,1646986994,47.74308,8.99904\n283,1646986995,47.74309,8.99903\n284,1646986996,47.74310,8.99904\n285,1646986997,47.74310,8.99903\n286,1646986998,47.74309,8.99902\n287,1646986999,47.74311,8.99905\n288,1646987001,47.74311,8.99904\n289,1646987002,47.74311,8.99904\n290,1646987003,47.74310,8.99904\n291,1646987004,47.74309,8.99903\n292,1646987005,47.74309,8.99903\n293,1646987006,47.74309,8.99903\n294,1646987007,47.74309,8.99902\n295,1646987008,47.74309,8.99902\n296,1646987009,47.74309,8.99902\n297,1646987010,47.74309,8.99902\n298,1646987011,47.74308,8.99901\n299,1646987012,47.74309,8.99901\n300,1646987013,47.74308,8.99901\n301,1646987138,47.74314,8.99906\n302,1646987139,47.74312,8.99904\n303,1646987140,47.74310,8.99903\n304,1646987141,47.74308,8.99901\n305,1646987142,47.74307,8.99901\n306,1646987143,47.74305,8.99900\n307,1646987144,47.74304,8.99900\n308,1646987145,47.74304,8.99900\n309,1646987146,47.74303,8.99899\n310,1646987147,47.74303,8.99899\n311,1646987148,47.74302,8.99899\n312,1646987149,47.74302,8.99899\n313,1646987151,47.74302,8.99899\n314,1646987152,47.74301,8.99899\n315,1646987153,47.74301,8.99898\n316,1646987154,47.74301,8.99898\n317,1646987155,47.74301,8.99898\n318,1646987156,47.74302,8.99898\n319,1646987157,47.74301,8.99898\n320,1646987158,47.74301,8.99898\n321,1646987284,47.74306,8.99895\n322,1646987285,47.74305,8.99895\n323,1646987286,47.74304,8.99895\n324,1646987287,47.74304,8.99895\n325,1646987288,47.74303,8.99896\n326,1646987289,47.74303,8.99896\n327,1646987290,47.74303,8.99897\n328,1646987291,47.74304,8.99898\n329,1646987292,47.74304,8.99898\n330,1646987293,47.74305,8.99899\n331,1646987295,47.74305,8.99899\n332,1646987296,47.74305,8.99899\n333,1646987297,47.74305,8.99899\n334,1646987298,47.74305,8.99900\n335,1646987299,47.74306,8.99900\n336,1646987300,47.74306,8.99900\n337,1646987301,47.74307,8.99900\n338,1646987302,47.74307,8.99901\n339,1646987303,47.74307,8.99901\n340,1646987304,47.74308,8.99901\n341,1646987429,47.74313,8.99912\n342,1646987430,47.74314,8.99911\n343,1646987431,47.74314,8.99911\n344,1646987432,47.74313,8.99909\n345,1646987433,47.74312,8.99908\n346,1646987434,47.74312,8.99908\n347,1646987435,47.74312,8.99908\n348,1646987436,47.74311,8.99907\n349,1646987437,47.74311,8.99906\n350,1646987439,47.74311,8.99906\n351,1646987440,47.74311,8.99906\n352,1646987441,47.74311,8.99906\n353,1646987442,47.74311,8.99906\n354,1646987443,47.74311,8.99906\n355,1646987444,47.74310,8.99906\n356,1646987445,47.74310,8.99906\n357,1646987446,47.74309,8.99905\n358,1646987447,47.74309,8.99905\n359,1646987448,47.74309,8.99905\n360,1646987449,47.74309,8.99905\n361,1646987574,47.74309,8.99894\n362,1646987575,47.74309,8.99897\n363,1646987576,47.74308,8.99898\n364,1646987577,47.74308,8.99898\n365,1646987578,47.74307,8.99899\n366,1646987579,47.74307,8.99899\n367,1646987580,47.74307,8.99899\n368,1646987581,47.74307,8.99900\n369,1646987583,47.74307,8.99900\n370,1646987584,47.74307,8.99900\n371,1646987585,47.74307,8.99900\n372,1646987586,47.74307,8.99900\n373,1646987587,47.74307,8.99900\n374,1646987588,47.74307,8.99900\n375,1646987589,47.74307,8.99900\n376,1646987590,47.74307,8.99900\n377,1646987591,47.74307,8.99900\n378,1646987592,47.74307,8.99900\n379,1646987593,47.74307,8.99900\n380,1646987594,47.74307,8.99900\n381,1646987718,47.74313,8.99901\n382,1646987719,47.74309,8.99902\n383,1646987720,47.74310,8.99902\n384,1646987721,47.74309,8.99902\n385,1646987722,47.74308,8.99902\n386,1646987723,47.74307,8.99901\n387,1646987724,47.74306,8.99901\n388,1646987725,47.74306,8.99901\n389,1646987727,47.74306,8.99901\n390,1646987728,47.74306,8.99901\n391,1646987729,47.74307,8.99902\n392,1646987730,47.74307,8.99902\n393,1646987731,47.74308,8.99902\n394,1646987732,47.74308,8.99903\n395,1646987733,47.74308,8.99903\n396,1646987734,47.74308,8.99903\n397,1646987735,47.74308,8.99903\n398,1646987736,47.74309,8.99903\n399,1646987737,47.74308,8.99903\n400,1646987738,47.74308,8.99902\n401,1646987863,47.74302,8.99903\n402,1646987864,47.74303,8.99904\n403,1646987865,47.74303,8.99904\n404,1646987866,47.74302,8.99902\n405,1646987867,47.74303,8.99902\n406,1646987868,47.74303,8.99902\n407,1646987869,47.74300,8.99899\n408,1646987871,47.74300,8.99899\n409,1646987872,47.74301,8.99899\n410,1646987873,47.74301,8.99899\n411,1646987874,47.74301,8.99899\n412,1646987875,47.74301,8.99899\n413,1646987876,47.74301,8.99899\n414,1646987877,47.74301,8.99899\n415,1646987878,47.74301,8.99899\n416,1646987879,47.74302,8.99899\n417,1646987880,47.74302,8.99899\n418,1646987881,47.74302,8.99899\n419,1646987882,47.74302,8.99899\n420,1646987883,47.74302,8.99899\n421,1646988008,47.74295,8.99897\n422,1646988009,47.74296,8.99897\n423,1646988010,47.74297,8.99897\n424,1646988011,47.74298,8.99897\n425,1646988012,47.74299,8.99898\n426,1646988013,47.74300,8.99898\n427,1646988014,47.74300,8.99897\n428,1646988015,47.74300,8.99897\n429,1646988016,47.74300,8.99897\n430,1646988017,47.74300,8.99898\n431,1646988018,47.74300,8.99898\n432,1646988019,47.74301,8.99898\n433,1646988021,47.74302,8.99898\n434,1646988022,47.74301,8.99898\n435,1646988023,47.74301,8.99898\n436,1646988024,47.74302,8.99898\n437,1646988025,47.74302,8.99898\n438,1646988026,47.74301,8.99898\n439,1646988027,47.74301,8.99898\n440,1646988028,47.74301,8.99898\n441,1646988151,47.74301,8.99897\n442,1646988152,47.74306,8.99896\n443,1646988153,47.74306,8.99898\n444,1646988154,47.74304,8.99897\n445,1646988155,47.74303,8.99898\n446,1646988156,47.74303,8.99898\n447,1646988157,47.74303,8.99898\n448,1646988158,47.74302,8.99897\n449,1646988159,47.74301,8.99897\n450,1646988160,47.74302,8.99897\n451,1646988161,47.74302,8.99896\n452,1646988162,47.74302,8.99896\n453,1646988163,47.74302,8.99895\n454,1646988165,47.74303,8.99896\n455,1646988166,47.74303,8.99896\n456,1646988167,47.74303,8.99896\n457,1646988168,47.74303,8.99896\n458,1646988169,47.74303,8.99896\n459,1646988170,47.74303,8.99896\n460,1646988171,47.74304,8.99896\n461,1646988296,47.74298,8.99888\n462,1646988297,47.74299,8.99890\n463,1646988298,47.74300,8.99892\n464,1646988299,47.74301,8.99894\n465,1646988300,47.74303,8.99896\n466,1646988301,47.74305,8.99898\n467,1646988302,47.74307,8.99899\n468,1646988303,47.74308,8.99901\n469,1646988304,47.74310,8.99902\n470,1646988305,47.74310,8.99903\n471,1646988306,47.74311,8.99903\n472,1646988307,47.74306,8.99900\n473,1646988309,47.74306,8.99900\n474,1646988310,47.74306,8.99900\n475,1646988311,47.74306,8.99900\n476,1646988312,47.74306,8.99900\n477,1646988313,47.74306,8.99900\n478,1646988314,47.74306,8.99900\n479,1646988315,47.74306,8.99900\n480,1646988316,47.74306,8.99901\n481,1646988441,47.74307,8.99896\n482,1646988442,47.74305,8.99895\n483,1646988443,47.74303,8.99895\n484,1646988444,47.74303,8.99895\n485,1646988445,47.74304,8.99896\n486,1646988446,47.74305,8.99897\n487,1646988447,47.74306,8.99897\n488,1646988448,47.74306,8.99897\n489,1646988449,47.74306,8.99897\n490,1646988450,47.74305,8.99897\n491,1646988451,47.74303,8.99896\n492,1646988453,47.74303,8.99896\n493,1646988454,47.74303,8.99896\n494,1646988455,47.74303,8.99896\n495,1646988456,47.74303,8.99896\n496,1646988457,47.74303,8.99896\n497,1646988458,47.74304,8.99896\n498,1646988459,47.74303,8.99896\n499,1646988460,47.74303,8.99896\n500,1646988461,47.74303,8.99896\n501,1646988585,47.74304,8.99900\n502,1646988586,47.74303,8.99899\n503,1646988587,47.74304,8.99899\n504,1646988588,47.74302,8.99898\n505,1646988589,47.74303,8.99899\n506,1646988590,47.74303,8.99899\n507,1646988591,47.74303,8.99899\n508,1646988592,47.74303,8.99900\n509,1646988593,47.74303,8.99900\n510,1646988594,47.74303,8.99901\n511,1646988595,47.74301,8.99900\n512,1646988597,47.74301,8.99900\n513,1646988598,47.74301,8.99900\n514,1646988599,47.74301,8.99900\n515,1646988600,47.74302,8.99900\n516,1646988601,47.74302,8.99900\n517,1646988602,47.74302,8.99900\n518,1646988603,47.74302,8.99900\n519,1646988604,47.74302,8.99900\n520,1646988605,47.74302,8.99900\n521,1646988729,47.74297,8.99905\n522,1646988730,47.74299,8.99902\n523,1646988731,47.74300,8.99901\n524,1646988732,47.74300,8.99900\n525,1646988733,47.74300,8.99900\n526,1646988734,47.74301,8.99900\n527,1646988735,47.74302,8.99900\n528,1646988736,47.74302,8.99900\n529,1646988737,47.74302,8.99900\n530,1646988738,47.74302,8.99900\n531,1646988739,47.74301,8.99900\n532,1646988741,47.74301,8.99900\n533,1646988742,47.74301,8.99900\n534,1646988743,47.74301,8.99900\n535,1646988744,47.74300,8.99900\n536,1646988745,47.74300,8.99900\n537,1646988746,47.74300,8.99900\n538,1646988747,47.74300,8.99900\n539,1646988748,47.74300,8.99900\n540,1646988749,47.74299,8.99900\n541,1646988874,47.74313,8.99902\n542,1646988875,47.74312,8.99900\n543,1646988876,47.74312,8.99900\n544,1646988877,47.74311,8.99899\n545,1646988878,47.74310,8.99899\n546,1646988879,47.74309,8.99898\n547,1646988880,47.74309,8.99898\n548,1646988881,47.74309,8.99898\n549,1646988882,47.74309,8.99898\n550,1646988883,47.74306,8.99896\n551,1646988885,47.74306,8.99896\n552,1646988886,47.74306,8.99896\n553,1646988887,47.74306,8.99896\n554,1646988888,47.74305,8.99896\n555,1646988889,47.74305,8.99896\n556,1646988890,47.74305,8.99896\n557,1646988891,47.74304,8.99896\n558,1646988892,47.74304,8.99896\n559,1646988893,47.74304,8.99896\n560,1646988894,47.74304,8.99896\n561,1646989019,47.74302,8.99898\n562,1646989020,47.74302,8.99897\n563,1646989021,47.74302,8.99898\n564,1646989022,47.74302,8.99898\n565,1646989023,47.74302,8.99898\n566,1646989024,47.74302,8.99898\n567,1646989025,47.74302,8.99899\n568,1646989026,47.74303,8.99899\n569,1646989027,47.74298,8.99896\n570,1646989029,47.74299,8.99897\n571,1646989030,47.74299,8.99897\n572,1646989031,47.74299,8.99897\n573,1646989032,47.74299,8.99897\n574,1646989033,47.74299,8.99897\n575,1646989034,47.74299,8.99897\n576,1646989035,47.74299,8.99896\n577,1646989036,47.74299,8.99896\n578,1646989037,47.74299,8.99896\n579,1646989038,47.74299,8.99896\n580,1646989039,47.74299,8.99896\n581,1646989163,47.74314,8.99901\n582,1646989164,47.74313,8.99900\n583,1646989165,47.74311,8.99901\n584,1646989166,47.74311,8.99900\n585,1646989167,47.74310,8.99900\n586,1646989168,47.74309,8.99900\n587,1646989169,47.74308,8.99900\n588,1646989170,47.74308,8.99900\n589,1646989171,47.74302,8.99898\n590,1646989173,47.74302,8.99898\n591,1646989174,47.74303,8.99898\n592,1646989175,47.74303,8.99899\n593,1646989176,47.74303,8.99899\n594,1646989177,47.74303,8.99899\n595,1646989178,47.74303,8.99899\n596,1646989179,47.74302,8.99899\n597,1646989180,47.74302,8.99899\n598,1646989181,47.74302,8.99899\n599,1646989182,47.74302,8.99899\n600,1646989183,47.74302,8.99899\n601,1646989306,47.74306,8.99905\n602,1646989307,47.74307,8.99904\n603,1646989308,47.74306,8.99903\n604,1646989309,47.74306,8.99903\n605,1646989310,47.74305,8.99902\n606,1646989311,47.74305,8.99901\n607,1646989312,47.74305,8.99901\n608,1646989313,47.74305,8.99901\n609,1646989314,47.74305,8.99901\n610,1646989315,47.74298,8.99897\n611,1646989317,47.74298,8.99897\n612,1646989318,47.74299,8.99897\n613,1646989319,47.74299,8.99897\n614,1646989320,47.74299,8.99897\n615,1646989321,47.74299,8.99897\n616,1646989322,47.74299,8.99897\n617,1646989323,47.74299,8.99897\n618,1646989324,47.74299,8.99897\n619,1646989325,47.74299,8.99897\n620,1646989326,47.74299,8.99896\n621,1646989450,47.74308,8.99904\n622,1646989451,47.74309,8.99906\n623,1646989452,47.74309,8.99905\n624,1646989453,47.74308,8.99904\n625,1646989454,47.74307,8.99904\n626,1646989455,47.74306,8.99903\n627,1646989456,47.74305,8.99902\n628,1646989457,47.74304,8.99902\n629,1646989458,47.74303,8.99901\n630,1646989459,47.74302,8.99900\n631,1646989461,47.74302,8.99900\n632,1646989462,47.74302,8.99900\n633,1646989463,47.74302,8.99900\n634,1646989464,47.74302,8.99900\n635,1646989465,47.74302,8.99900\n636,1646989466,47.74302,8.99900\n637,1646989467,47.74302,8.99900\n638,1646989468,47.74302,8.99900\n639,1646989469,47.74301,8.99900\n640,1646989470,47.74301,8.99900\n641,1646989594,47.74311,8.99904\n642,1646989595,47.74310,8.99903\n643,1646989596,47.74309,8.99902\n644,1646989597,47.74309,8.99902\n645,1646989598,47.74308,8.99902\n646,1646989599,47.74308,8.99902\n647,1646989600,47.74308,8.99901\n648,1646989601,47.74308,8.99901\n649,1646989602,47.74308,8.99901\n650,1646989603,47.74305,8.99900\n651,1646989605,47.74305,8.99901\n652,1646989606,47.74304,8.99901\n653,1646989607,47.74304,8.99901\n654,1646989608,47.74304,8.99900\n655,1646989609,47.74304,8.99900\n656,1646989610,47.74303,8.99900\n657,1646989611,47.74303,8.99899\n658,1646989612,47.74303,8.99899\n659,1646989613,47.74303,8.99899\n660,1646989614,47.74302,8.99899\n661,1646989739,47.74300,8.99900\n662,1646989740,47.74299,8.99900\n663,1646989741,47.74300,8.99901\n664,1646989742,47.74301,8.99902\n665,1646989743,47.74302,8.99901\n666,1646989744,47.74303,8.99902\n667,1646989745,47.74303,8.99902\n668,1646989746,47.74303,8.99902\n669,1646989747,47.74301,8.99901\n670,1646989749,47.74301,8.99901\n671,1646989750,47.74301,8.99902\n672,1646989751,47.74301,8.99902\n673,1646989752,47.74301,8.99902\n674,1646989753,47.74301,8.99902\n675,1646989754,47.74301,8.99902\n676,1646989755,47.74301,8.99902\n677,1646989756,47.74302,8.99901\n678,1646989757,47.74302,8.99901\n679,1646989758,47.74301,8.99901\n680,1646989759,47.74301,8.99901\n681,1646989883,47.74310,8.99901\n682,1646989884,47.74311,8.99898\n683,1646989885,47.74311,8.99899\n684,1646989886,47.74311,8.99898\n685,1646989887,47.74311,8.99898\n686,1646989888,47.74311,8.99898\n687,1646989889,47.74311,8.99899\n688,1646989890,47.74311,8.99900\n689,1646989891,47.74304,8.99898\n690,1646989893,47.74304,8.99898\n691,1646989894,47.74304,8.99898\n692,1646989895,47.74304,8.99898\n693,1646989896,47.74304,8.99898\n694,1646989897,47.74304,8.99897\n695,1646989898,47.74304,8.99897\n696,1646989899,47.74304,8.99897\n697,1646989900,47.74304,8.99897\n698,1646989901,47.74303,8.99897\n699,1646989902,47.74303,8.99897\n700,1646989903,47.74303,8.99897\n701,1646990026,47.74298,8.99897\n702,1646990027,47.74299,8.99899\n703,1646990028,47.74302,8.99900\n704,1646990029,47.74303,8.99900\n705,1646990030,47.74304,8.99899\n706,1646990031,47.74305,8.99898\n707,1646990032,47.74306,8.99898\n708,1646990033,47.74306,8.99898\n709,1646990034,47.74306,8.99897\n710,1646990035,47.74302,8.99896\n711,1646990037,47.74302,8.99896\n712,1646990038,47.74302,8.99896\n713,1646990039,47.74302,8.99897\n714,1646990040,47.74302,8.99896\n715,1646990041,47.74303,8.99897\n716,1646990042,47.74303,8.99897\n717,1646990043,47.74303,8.99897\n718,1646990044,47.74303,8.99896\n719,1646990045,47.74303,8.99896\n720,1646990046,47.74303,8.99896\n721,1646990171,47.74304,8.99894\n722,1646990172,47.74304,8.99895\n723,1646990173,47.74304,8.99896\n724,1646990174,47.74305,8.99897\n725,1646990175,47.74305,8.99898\n726,1646990176,47.74305,8.99898\n727,1646990177,47.74304,8.99898\n728,1646990178,47.74304,8.99897\n729,1646990179,47.74304,8.99898\n730,1646990181,47.74304,8.99898\n731,1646990182,47.74305,8.99898\n732,1646990183,47.74304,8.99898\n733,1646990184,47.74304,8.99898\n734,1646990185,47.74304,8.99898\n735,1646990186,47.74304,8.99898\n736,1646990187,47.74304,8.99898\n737,1646990188,47.74304,8.99898\n738,1646990189,47.74304,8.99898\n739,1646990190,47.74304,8.99898\n740,1646990191,47.74304,8.99898\n741,1646990316,47.74319,8.99895\n742,1646990317,47.74317,8.99895\n743,1646990318,47.74314,8.99894\n744,1646990319,47.74313,8.99894\n745,1646990320,47.74313,8.99894\n746,1646990321,47.74312,8.99894\n747,1646990322,47.74311,8.99893\n748,1646990323,47.74306,8.99892\n749,1646990325,47.74306,8.99892\n750,1646990326,47.74306,8.99891\n751,1646990327,47.74306,8.99891\n752,1646990328,47.74306,8.99891\n753,1646990329,47.74306,8.99891\n754,1646990330,47.74306,8.99891\n755,1646990331,47.74306,8.99891\n756,1646990332,47.74306,8.99890\n757,1646990333,47.74307,8.99890\n758,1646990334,47.74307,8.99890\n759,1646990335,47.74308,8.99890\n760,1646990336,47.74308,8.99890\n761,1646990461,47.74311,8.99910\n762,1646990462,47.74318,8.99899\n763,1646990463,47.74319,8.99897\n764,1646990464,47.74319,8.99896\n765,1646990465,47.74319,8.99897\n766,1646990466,47.74319,8.99897\n767,1646990467,47.74298,8.99901\n768,1646990469,47.74298,8.99901\n769,1646990470,47.74299,8.99901\n770,1646990471,47.74300,8.99901\n771,1646990472,47.74300,8.99901\n772,1646990473,47.74301,8.99902\n773,1646990474,47.74302,8.99902\n774,1646990475,47.74302,8.99902\n775,1646990476,47.74302,8.99902\n776,1646990477,47.74303,8.99902\n777,1646990478,47.74303,8.99902\n778,1646990479,47.74303,8.99902\n779,1646990480,47.74303,8.99903\n780,1646990481,47.74304,8.99903\n781,1646990609,47.74295,8.99900\n782,1646990610,47.74295,8.99898\n783,1646990611,47.74295,8.99897\n784,1646990612,47.74301,8.99899\n785,1646990613,47.74305,8.99900\n786,1646990614,47.74307,8.99900\n787,1646990615,47.74309,8.99901\n788,1646990616,47.74311,8.99901\n789,1646990617,47.74301,8.99904\n790,1646990619,47.74302,8.99903\n791,1646990620,47.74302,8.99904\n792,1646990621,47.74302,8.99904\n793,1646990622,47.74303,8.99905\n794,1646990623,47.74303,8.99906\n795,1646990624,47.74303,8.99907\n796,1646990625,47.74303,8.99908\n797,1646990626,47.74302,8.99909\n798,1646990627,47.74302,8.99909\n799,1646990628,47.74302,8.99910\n800,1646990629,47.74302,8.99910\n801,1646990758,47.74318,8.99903\n802,1646990759,47.74317,8.99903\n803,1646990760,47.74316,8.99902\n804,1646990761,47.74303,8.99896\n805,1646990763,47.74302,8.99896\n806,1646990764,47.74301,8.99896\n807,1646990765,47.74301,8.99895\n808,1646990766,47.74301,8.99895\n809,1646990767,47.74301,8.99894\n810,1646990768,47.74301,8.99893\n811,1646990769,47.74301,8.99893\n812,1646990770,47.74301,8.99893\n813,1646990771,47.74301,8.99893\n814,1646990772,47.74301,8.99893\n815,1646990773,47.74301,8.99893\n816,1646990774,47.74301,8.99893\n817,1646990775,47.74301,8.99894\n818,1646990776,47.74301,8.99894\n819,1646990777,47.74301,8.99894\n820,1646990778,47.74301,8.99894\n821,1646990902,47.74314,8.99905\n822,1646990903,47.74320,8.99906\n823,1646990904,47.74322,8.99906\n824,1646990905,47.74323,8.99906\n825,1646990906,47.74324,8.99905\n826,1646990907,47.74321,8.99903\n827,1646990908,47.74320,8.99902\n828,1646990909,47.74318,8.99900\n829,1646990910,47.74318,8.99899\n830,1646990911,47.74302,8.99898\n831,1646990913,47.74303,8.99899\n832,1646990914,47.74303,8.99899\n833,1646990915,47.74304,8.99899\n834,1646990916,47.74304,8.99899\n835,1646990917,47.74304,8.99899\n836,1646990918,47.74305,8.99899\n837,1646990919,47.74305,8.99899\n838,1646990920,47.74305,8.99900\n839,1646990921,47.74305,8.99900\n840,1646990922,47.74306,8.99900\n841,1646991046,47.74294,8.99885\n842,1646991047,47.74292,8.99889\n843,1646991048,47.74292,8.99890\n844,1646991049,47.74292,8.99891\n845,1646991050,47.74291,8.99892\n846,1646991051,47.74291,8.99892\n847,1646991052,47.74291,8.99892\n848,1646991053,47.74291,8.99892\n849,1646991054,47.74292,8.99892\n850,1646991055,47.74299,8.99893\n851,1646991057,47.74299,8.99892\n852,1646991058,47.74299,8.99892\n853,1646991059,47.74299,8.99892\n854,1646991060,47.74300,8.99892\n855,1646991061,47.74300,8.99892\n856,1646991062,47.74300,8.99892\n857,1646991063,47.74300,8.99892\n858,1646991064,47.74301,8.99893\n859,1646991065,47.74301,8.99893\n860,1646991066,47.74301,8.99893\n861,1646991194,47.74291,8.99896\n862,1646991195,47.74296,8.99898\n863,1646991196,47.74294,8.99896\n864,1646991197,47.74291,8.99895\n865,1646991198,47.74290,8.99894\n866,1646991199,47.74295,8.99896\n867,1646991201,47.74295,8.99895\n868,1646991202,47.74294,8.99895\n869,1646991203,47.74294,8.99895\n870,1646991204,47.74294,8.99894\n871,1646991205,47.74294,8.99894\n872,1646991206,47.74294,8.99894\n873,1646991207,47.74294,8.99894\n874,1646991208,47.74294,8.99893\n875,1646991209,47.74294,8.99893\n876,1646991210,47.74294,8.99893\n877,1646991211,47.74294,8.99893\n878,1646991213,47.74294,8.99894\n879,1646991214,47.74295,8.99894\n880,1646991215,47.74295,8.99894\n881,1646991340,47.74307,8.99901\n882,1646991341,47.74304,8.99897\n883,1646991342,47.74302,8.99896\n884,1646991343,47.74302,8.99896\n885,1646991344,47.74300,8.99894\n886,1646991345,47.74299,8.99893\n887,1646991346,47.74299,8.99894\n888,1646991347,47.74300,8.99894\n889,1646991348,47.74300,8.99894\n890,1646991349,47.74298,8.99893\n891,1646991351,47.74298,8.99893\n892,1646991352,47.74298,8.99894\n893,1646991353,47.74298,8.99894\n894,1646991354,47.74299,8.99894\n895,1646991355,47.74299,8.99894\n896,1646991356,47.74299,8.99895\n897,1646991357,47.74299,8.99895\n898,1646991358,47.74299,8.99895\n899,1646991359,47.74300,8.99895\n900,1646991360,47.74300,8.99895\n901,1646991484,47.74295,8.99893\n902,1646991485,47.74312,8.99900\n903,1646991486,47.74313,8.99901\n904,1646991487,47.74313,8.99900\n905,1646991488,47.74312,8.99900\n906,1646991489,47.74311,8.99900\n907,1646991490,47.74309,8.99898\n908,1646991491,47.74308,8.99899\n909,1646991492,47.74308,8.99898\n910,1646991493,47.74308,8.99898\n911,1646991494,47.74303,8.99897\n912,1646991496,47.74304,8.99897\n913,1646991497,47.74304,8.99897\n914,1646991498,47.74304,8.99897\n915,1646991499,47.74304,8.99897\n916,1646991500,47.74304,8.99897\n917,1646991501,47.74305,8.99897\n918,1646991502,47.74305,8.99897\n919,1646991503,47.74305,8.99897\n920,1646991504,47.74305,8.99897\n921,1646991628,47.74323,8.99904\n922,1646991629,47.74322,8.99900\n923,1646991630,47.74320,8.99900\n924,1646991631,47.74318,8.99900\n925,1646991632,47.74315,8.99900\n926,1646991633,47.74314,8.99900\n927,1646991634,47.74312,8.99900\n928,1646991635,47.74309,8.99899\n929,1646991636,47.74307,8.99899\n930,1646991637,47.74295,8.99900\n931,1646991639,47.74296,8.99901\n932,1646991640,47.74297,8.99901\n933,1646991641,47.74297,8.99901\n934,1646991642,47.74297,8.99901\n935,1646991643,47.74297,8.99900\n936,1646991644,47.74297,8.99900\n937,1646991645,47.74298,8.99899\n938,1646991646,47.74298,8.99899\n939,1646991647,47.74298,8.99898\n940,1646991648,47.74298,8.99898\n941,1646991776,47.74280,8.99888\n942,1646991777,47.74284,8.99889\n943,1646991778,47.74289,8.99891\n944,1646991779,47.74292,8.99891\n945,1646991780,47.74293,8.99891\n946,1646991781,47.74306,8.99891\n947,1646991783,47.74306,8.99892\n948,1646991784,47.74306,8.99893\n949,1646991785,47.74306,8.99893\n950,1646991786,47.74306,8.99893\n951,1646991787,47.74306,8.99894\n952,1646991788,47.74306,8.99894\n953,1646991789,47.74306,8.99895\n954,1646991790,47.74306,8.99895\n955,1646991791,47.74306,8.99895\n956,1646991792,47.74306,8.99895\n957,1646991793,47.74306,8.99895\n958,1646991794,47.74305,8.99895\n959,1646991795,47.74305,8.99895\n960,1646991796,47.74306,8.99895\n961,1646991922,47.74308,8.99897\n962,1646991923,47.74308,8.99899\n963,1646991924,47.74309,8.99900\n964,1646991925,47.74308,8.99898\n965,1646991926,47.74308,8.99897\n966,1646991927,47.74308,8.99897\n967,1646991928,47.74309,8.99897\n968,1646991929,47.74309,8.99896\n969,1646991930,47.74309,8.99896\n970,1646991931,47.74303,8.99901\n971,1646991933,47.74303,8.99901\n972,1646991934,47.74303,8.99901\n973,1646991935,47.74303,8.99901\n974,1646991936,47.74303,8.99901\n975,1646991937,47.74303,8.99901\n976,1646991938,47.74303,8.99900\n977,1646991939,47.74303,8.99900\n978,1646991940,47.74303,8.99900\n979,1646991941,47.74303,8.99899\n980,1646991942,47.74303,8.99899\n981,1646992066,47.74291,8.99898\n982,1646992067,47.74290,8.99897\n983,1646992068,47.74290,8.99898\n984,1646992069,47.74290,8.99897\n985,1646992070,47.74291,8.99898\n986,1646992071,47.74292,8.99898\n987,1646992072,47.74292,8.99898\n988,1646992073,47.74292,8.99898\n989,1646992074,47.74292,8.99898\n990,1646992075,47.74293,8.99898\n991,1646992077,47.74293,8.99898\n992,1646992078,47.74293,8.99898\n993,1646992079,47.74293,8.99898\n994,1646992080,47.74294,8.99898\n995,1646992081,47.74294,8.99898\n996,1646992082,47.74294,8.99898\n997,1646992083,47.74294,8.99898\n998,1646992084,47.74294,8.99898\n999,1646992085,47.74294,8.99898\n1000,1646992086,47.74295,8.99899\n1001,1646992210,47.74300,8.99892\n1002,1646992211,47.74300,8.99893\n1003,1646992212,47.74299,8.99895\n1004,1646992213,47.74298,8.99897\n1005,1646992214,47.74298,8.99898\n1006,1646992215,47.74299,8.99899\n1007,1646992216,47.74298,8.99898\n1008,1646992217,47.74298,8.99899\n1009,1646992218,47.74299,8.99899\n1010,1646992219,47.74299,8.99899\n1011,1646992220,47.74301,8.99897\n1012,1646992222,47.74301,8.99897\n1013,1646992223,47.74301,8.99897\n1014,1646992224,47.74301,8.99897\n1015,1646992225,47.74301,8.99897\n1016,1646992226,47.74301,8.99897\n1017,1646992227,47.74301,8.99896\n1018,1646992228,47.74301,8.99896\n1019,1646992229,47.74301,8.99896\n1020,1646992230,47.74300,8.99896\n1021,1646992355,47.74294,8.99904\n1022,1646992356,47.74296,8.99905\n1023,1646992357,47.74309,8.99897\n1024,1646992358,47.74306,8.99898\n1025,1646992359,47.74305,8.99898\n1026,1646992360,47.74305,8.99898\n1027,1646992361,47.74304,8.99899\n1028,1646992362,47.74304,8.99899\n1029,1646992363,47.74304,8.99899\n1030,1646992364,47.74302,8.99901\n1031,1646992366,47.74303,8.99902\n1032,1646992367,47.74303,8.99902\n1033,1646992368,47.74303,8.99902\n1034,1646992369,47.74303,8.99902\n1035,1646992370,47.74303,8.99902\n1036,1646992371,47.74304,8.99902\n1037,1646992372,47.74304,8.99902\n1038,1646992373,47.74304,8.99902\n1039,1646992374,47.74305,8.99902\n1040,1646992375,47.74305,8.99902\n1041,1646992499,47.74318,8.99880\n1042,1646992500,47.74312,8.99890\n1043,1646992501,47.74313,8.99890\n1044,1646992502,47.74313,8.99891\n1045,1646992503,47.74312,8.99891\n1046,1646992504,47.74311,8.99891\n1047,1646992505,47.74310,8.99891\n1048,1646992506,47.74310,8.99891\n1049,1646992507,47.74310,8.99892\n1050,1646992508,47.74300,8.99906\n1051,1646992510,47.74300,8.99906\n1052,1646992511,47.74300,8.99907\n1053,1646992512,47.74300,8.99907\n1054,1646992513,47.74300,8.99908\n1055,1646992514,47.74301,8.99908\n1056,1646992515,47.74301,8.99907\n1057,1646992516,47.74301,8.99907\n1058,1646992517,47.74301,8.99907\n1059,1646992518,47.74301,8.99907\n1060,1646992519,47.74302,8.99907\n1061,1646992645,47.74302,8.99899\n1062,1646992646,47.74301,8.99904\n1063,1646992647,47.74301,8.99903\n1064,1646992648,47.74301,8.99903\n1065,1646992649,47.74301,8.99903\n1066,1646992650,47.74301,8.99902\n1067,1646992651,47.74301,8.99902\n1068,1646992652,47.74300,8.99903\n1069,1646992654,47.74300,8.99903\n1070,1646992655,47.74300,8.99903\n1071,1646992656,47.74300,8.99902\n1072,1646992657,47.74301,8.99902\n1073,1646992658,47.74301,8.99902\n1074,1646992659,47.74301,8.99902\n1075,1646992660,47.74301,8.99902\n1076,1646992661,47.74302,8.99901\n1077,1646992662,47.74302,8.99900\n1078,1646992663,47.74302,8.99900\n1079,1646992664,47.74302,8.99899\n1080,1646992665,47.74302,8.99899\n1081,1646992791,47.74316,8.99878\n1082,1646992792,47.74310,8.99881\n1083,1646992793,47.74308,8.99885\n1084,1646992794,47.74307,8.99886\n1085,1646992795,47.74307,8.99887\n1086,1646992796,47.74308,8.99886\n1087,1646992797,47.74308,8.99886\n1088,1646992798,47.74308,8.99886\n1089,1646992799,47.74308,8.99887\n1090,1646992800,47.74307,8.99887\n1091,1646992801,47.74307,8.99888\n1092,1646992802,47.74300,8.99899\n1093,1646992804,47.74300,8.99899\n1094,1646992805,47.74301,8.99899\n1095,1646992806,47.74301,8.99900\n1096,1646992807,47.74301,8.99900\n1097,1646992808,47.74302,8.99900\n1098,1646992809,47.74302,8.99900\n1099,1646992810,47.74302,8.99900\n1100,1646992811,47.74301,8.99900\n1101,1646992937,47.74306,8.99884\n1102,1646992938,47.74305,8.99886\n1103,1646992939,47.74303,8.99889\n1104,1646992940,47.74301,8.99893\n1105,1646992941,47.74300,8.99894\n1106,1646992942,47.74299,8.99894\n1107,1646992943,47.74299,8.99895\n1108,1646992944,47.74299,8.99895\n1109,1646992945,47.74297,8.99898\n1110,1646992947,47.74298,8.99897\n1111,1646992948,47.74298,8.99898\n1112,1646992949,47.74298,8.99898\n1113,1646992950,47.74298,8.99898\n1114,1646992951,47.74298,8.99898\n1115,1646992952,47.74298,8.99898\n1116,1646992953,47.74299,8.99898\n1117,1646992954,47.74299,8.99897\n1118,1646992955,47.74299,8.99897\n1119,1646992956,47.74299,8.99897\n1120,1646992957,47.74300,8.99897\n1121,1646993084,47.74287,8.99926\n1122,1646993085,47.74289,8.99922\n1123,1646993086,47.74289,8.99921\n1124,1646993087,47.74290,8.99919\n1125,1646993088,47.74290,8.99918\n1126,1646993089,47.74290,8.99918\n1127,1646993090,47.74307,8.99891\n1128,1646993092,47.74306,8.99892\n1129,1646993093,47.74305,8.99893\n1130,1646993094,47.74304,8.99893\n1131,1646993095,47.74304,8.99894\n1132,1646993096,47.74304,8.99895\n1133,1646993097,47.74304,8.99895\n1134,1646993098,47.74304,8.99895\n1135,1646993099,47.74304,8.99896\n1136,1646993100,47.74304,8.99897\n1137,1646993101,47.74304,8.99897\n1138,1646993102,47.74304,8.99897\n1139,1646993103,47.74304,8.99897\n1140,1646993104,47.74304,8.99897\n1141,1646993228,47.74303,8.99908\n1142,1646993229,47.74301,8.99908\n1143,1646993230,47.74301,8.99908\n1144,1646993231,47.74301,8.99907\n1145,1646993232,47.74301,8.99907\n1146,1646993233,47.74301,8.99907\n1147,1646993234,47.74301,8.99906\n1148,1646993235,47.74301,8.99906\n1149,1646993236,47.74301,8.99905\n1150,1646993237,47.74302,8.99904\n1151,1646993238,47.74302,8.99904\n1152,1646993239,47.74301,8.99906\n1153,1646993241,47.74301,8.99905\n1154,1646993242,47.74302,8.99905\n1155,1646993243,47.74302,8.99904\n1156,1646993244,47.74302,8.99904\n1157,1646993245,47.74302,8.99903\n1158,1646993246,47.74302,8.99903\n1159,1646993247,47.74302,8.99903\n1160,1646993248,47.74302,8.99903\n1161,1646993372,47.74310,8.99901\n1162,1646993373,47.74307,8.99904\n1163,1646993374,47.74307,8.99903\n1164,1646993375,47.74306,8.99903\n1165,1646993376,47.74305,8.99903\n1166,1646993377,47.74304,8.99903\n1167,1646993378,47.74304,8.99902\n1168,1646993379,47.74303,8.99902\n1169,1646993380,47.74303,8.99901\n1170,1646993381,47.74303,8.99901\n1171,1646993382,47.74303,8.99901\n1172,1646993383,47.74301,8.99903\n1173,1646993385,47.74301,8.99902\n1174,1646993386,47.74301,8.99902\n1175,1646993387,47.74302,8.99902\n1176,1646993388,47.74302,8.99902\n1177,1646993389,47.74301,8.99902\n1178,1646993390,47.74301,8.99901\n1179,1646993391,47.74301,8.99901\n1180,1646993392,47.74301,8.99901\n1181,1646993517,47.74300,8.99902\n1182,1646993518,47.74299,8.99903\n1183,1646993519,47.74299,8.99902\n1184,1646993520,47.74299,8.99903\n1185,1646993521,47.74300,8.99903\n1186,1646993522,47.74300,8.99902\n1187,1646993523,47.74301,8.99901\n1188,1646993524,47.74301,8.99900\n1189,1646993525,47.74302,8.99899\n1190,1646993526,47.74302,8.99899\n1191,1646993527,47.74303,8.99898\n1192,1646993529,47.74303,8.99898\n1193,1646993530,47.74303,8.99898\n1194,1646993531,47.74303,8.99898\n1195,1646993532,47.74303,8.99898\n1196,1646993533,47.74303,8.99898\n1197,1646993534,47.74303,8.99898\n1198,1646993535,47.74303,8.99898\n1199,1646993536,47.74303,8.99898\n1200,1646993537,47.74303,8.99898\n1201,1646993662,47.74312,8.99879\n1202,1646993663,47.74311,8.99880\n1203,1646993664,47.74310,8.99881\n1204,1646993665,47.74310,8.99881\n1205,1646993666,47.74310,8.99881\n1206,1646993667,47.74310,8.99880\n1207,1646993668,47.74310,8.99881\n1208,1646993669,47.74309,8.99882\n1209,1646993670,47.74309,8.99882\n1210,1646993671,47.74309,8.99882\n1211,1646993672,47.74302,8.99900\n1212,1646993674,47.74302,8.99901\n1213,1646993675,47.74302,8.99901\n1214,1646993676,47.74302,8.99901\n1215,1646993677,47.74302,8.99901\n1216,1646993678,47.74302,8.99901\n1217,1646993679,47.74302,8.99901\n1218,1646993680,47.74302,8.99901\n1219,1646993681,47.74302,8.99901\n1220,1646993682,47.74302,8.99901\n1221,1646993807,47.74309,8.99890\n1222,1646993808,47.74309,8.99890\n1223,1646993809,47.74308,8.99891\n1224,1646993810,47.74307,8.99893\n1225,1646993811,47.74307,8.99895\n1226,1646993812,47.74306,8.99897\n1227,1646993813,47.74306,8.99897\n1228,1646993814,47.74305,8.99897\n1229,1646993815,47.74305,8.99897\n1230,1646993816,47.74301,8.99905\n1231,1646993818,47.74301,8.99903\n1232,1646993819,47.74301,8.99901\n1233,1646993820,47.74301,8.99901\n1234,1646993821,47.74301,8.99901\n1235,1646993822,47.74301,8.99900\n1236,1646993823,47.74301,8.99900\n1237,1646993824,47.74301,8.99899\n1238,1646993825,47.74302,8.99899\n1239,1646993826,47.74302,8.99899\n1240,1646993827,47.74302,8.99899\n1241,1646993952,47.74318,8.99864\n1242,1646993953,47.74317,8.99865\n1243,1646993954,47.74316,8.99872\n1244,1646993955,47.74315,8.99875\n1245,1646993956,47.74314,8.99879\n1246,1646993957,47.74313,8.99880\n1247,1646993958,47.74313,8.99880\n1248,1646993959,47.74305,8.99901\n1249,1646993961,47.74305,8.99900\n1250,1646993962,47.74305,8.99899\n1251,1646993963,47.74305,8.99899\n1252,1646993964,47.74305,8.99899\n1253,1646993965,47.74305,8.99899\n1254,1646993966,47.74305,8.99899\n1255,1646993967,47.74305,8.99900\n1256,1646993968,47.74305,8.99900\n1257,1646993969,47.74305,8.99900\n1258,1646993970,47.74305,8.99899\n1259,1646993971,47.74305,8.99899\n1260,1646993973,47.74305,8.99899\n1261,1646994098,47.74300,8.99900\n1262,1646994099,47.74301,8.99900\n1263,1646994100,47.74303,8.99900\n1264,1646994101,47.74302,8.99901\n1265,1646994102,47.74302,8.99901\n1266,1646994103,47.74302,8.99900\n1267,1646994105,47.74302,8.99900\n1268,1646994106,47.74302,8.99900\n1269,1646994107,47.74302,8.99899\n1270,1646994108,47.74302,8.99899\n1271,1646994109,47.74302,8.99899\n1272,1646994110,47.74302,8.99898\n1273,1646994111,47.74302,8.99897\n1274,1646994112,47.74302,8.99897\n1275,1646994113,47.74302,8.99897\n1276,1646994114,47.74302,8.99897\n1277,1646994115,47.74302,8.99897\n1278,1646994116,47.74302,8.99897\n1279,1646994117,47.74302,8.99897\n1280,1646994118,47.74303,8.99897\n1281,1646994244,47.74303,8.99893\n1282,1646994245,47.74303,8.99895\n1283,1646994246,47.74303,8.99895\n1284,1646994247,47.74303,8.99896\n1285,1646994248,47.74304,8.99897\n1286,1646994249,47.74304,8.99894\n1287,1646994250,47.74305,8.99894\n1288,1646994251,47.74305,8.99894\n1289,1646994252,47.74305,8.99893\n1290,1646994253,47.74305,8.99893\n1291,1646994254,47.74304,8.99894\n1292,1646994256,47.74303,8.99896\n1293,1646994257,47.74303,8.99897\n1294,1646994258,47.74303,8.99898\n1295,1646994259,47.74302,8.99899\n1296,1646994260,47.74302,8.99900\n1297,1646994261,47.74302,8.99901\n1298,1646994262,47.74302,8.99901\n1299,1646994263,47.74302,8.99902\n1300,1646994264,47.74302,8.99902\n1301,1646994389,47.74301,8.99904\n1302,1646994390,47.74301,8.99902\n1303,1646994391,47.74301,8.99900\n1304,1646994392,47.74301,8.99900\n1305,1646994393,47.74301,8.99899\n1306,1646994394,47.74302,8.99899\n1307,1646994395,47.74302,8.99898\n1308,1646994396,47.74302,8.99899\n1309,1646994397,47.74302,8.99899\n1310,1646994398,47.74302,8.99898\n1311,1646994400,47.74302,8.99898\n1312,1646994401,47.74302,8.99899\n1313,1646994402,47.74302,8.99899\n1314,1646994403,47.74302,8.99899\n1315,1646994404,47.74302,8.99899\n1316,1646994405,47.74302,8.99899\n1317,1646994406,47.74302,8.99899\n1318,1646994407,47.74302,8.99899\n1319,1646994408,47.74303,8.99899\n1320,1646994409,47.74303,8.99899\n1321,1646994532,47.74298,8.99899\n1322,1646994533,47.74301,8.99876\n1323,1646994534,47.74301,8.99881\n1324,1646994535,47.74302,8.99882\n1325,1646994536,47.74302,8.99882\n1326,1646994537,47.74303,8.99881\n1327,1646994538,47.74304,8.99881\n1328,1646994539,47.74305,8.99882\n1329,1646994540,47.74305,8.99883\n1330,1646994541,47.74304,8.99884\n1331,1646994542,47.74299,8.99895\n1332,1646994544,47.74299,8.99895\n1333,1646994545,47.74300,8.99895\n1334,1646994546,47.74300,8.99895\n1335,1646994547,47.74300,8.99896\n1336,1646994548,47.74300,8.99896\n1337,1646994549,47.74300,8.99896\n1338,1646994550,47.74300,8.99896\n1339,1646994551,47.74300,8.99896\n1340,1646994552,47.74300,8.99896\n1341,1646994676,47.74305,8.99900\n1342,1646994677,47.74304,8.99898\n1343,1646994678,47.74303,8.99895\n1344,1646994679,47.74303,8.99892\n1345,1646994680,47.74303,8.99891\n1346,1646994681,47.74303,8.99890\n1347,1646994682,47.74303,8.99889\n1348,1646994683,47.74303,8.99888\n1349,1646994684,47.74303,8.99888\n1350,1646994685,47.74303,8.99887\n1351,1646994686,47.74298,8.99895\n1352,1646994688,47.74299,8.99894\n1353,1646994689,47.74299,8.99893\n1354,1646994690,47.74299,8.99892\n1355,1646994691,47.74298,8.99892\n1356,1646994692,47.74298,8.99891\n1357,1646994693,47.74298,8.99891\n1358,1646994694,47.74298,8.99890\n1359,1646994695,47.74298,8.99890\n1360,1646994696,47.74298,8.99890\n1361,1646994821,47.74307,8.99873\n1362,1646994822,47.74307,8.99872\n1363,1646994823,47.74307,8.99874\n1364,1646994824,47.74308,8.99873\n1365,1646994825,47.74308,8.99872\n1366,1646994826,47.74308,8.99871\n1367,1646994827,47.74308,8.99870\n1368,1646994828,47.74308,8.99870\n1369,1646994829,47.74308,8.99870\n1370,1646994830,47.74305,8.99891\n1371,1646994832,47.74305,8.99891\n1372,1646994833,47.74305,8.99890\n1373,1646994834,47.74305,8.99890\n1374,1646994835,47.74304,8.99889\n1375,1646994836,47.74303,8.99888\n1376,1646994837,47.74303,8.99888\n1377,1646994838,47.74302,8.99888\n1378,1646994839,47.74302,8.99888\n1379,1646994840,47.74302,8.99888\n1380,1646994841,47.74302,8.99887\n1381,1646994965,47.74311,8.99900\n1382,1646994966,47.74309,8.99899\n1383,1646994967,47.74308,8.99898\n1384,1646994968,47.74307,8.99897\n1385,1646994969,47.74307,8.99896\n1386,1646994970,47.74307,8.99895\n1387,1646994971,47.74307,8.99895\n1388,1646994972,47.74307,8.99895\n1389,1646994973,47.74308,8.99894\n1390,1646994974,47.74307,8.99901\n1391,1646994976,47.74308,8.99900\n1392,1646994977,47.74308,8.99900\n1393,1646994978,47.74308,8.99899\n1394,1646994979,47.74308,8.99899\n1395,1646994980,47.74307,8.99899\n1396,1646994981,47.74306,8.99898\n1397,1646994982,47.74306,8.99898\n1398,1646994983,47.74306,8.99897\n1399,1646994984,47.74306,8.99897\n1400,1646994985,47.74306,8.99897\n1401,1646995111,47.74265,8.99893\n1402,1646995112,47.74267,8.99889\n1403,1646995113,47.74272,8.99887\n1404,1646995114,47.74280,8.99886\n1405,1646995115,47.74287,8.99884\n1406,1646995116,47.74291,8.99882\n1407,1646995117,47.74294,8.99882\n1408,1646995118,47.74296,8.99883\n1409,1646995120,47.74298,8.99886\n1410,1646995121,47.74298,8.99886\n1411,1646995122,47.74299,8.99887\n1412,1646995123,47.74300,8.99889\n1413,1646995124,47.74300,8.99890\n1414,1646995125,47.74301,8.99891\n1415,1646995126,47.74301,8.99892\n1416,1646995127,47.74302,8.99893\n1417,1646995128,47.74301,8.99892\n1418,1646995129,47.74301,8.99891\n1419,1646995130,47.74300,8.99891\n1420,1646995131,47.74300,8.99892\n1421,1646995259,47.74313,8.99872\n1422,1646995260,47.74313,8.99871\n1423,1646995261,47.74309,8.99858\n1424,1646995262,47.74306,8.99898\n1425,1646995264,47.74306,8.99897\n1426,1646995265,47.74307,8.99897\n1427,1646995266,47.74307,8.99897\n1428,1646995267,47.74307,8.99897\n1429,1646995268,47.74306,8.99897\n1430,1646995269,47.74307,8.99897\n1431,1646995270,47.74307,8.99897\n1432,1646995271,47.74307,8.99897\n1433,1646995272,47.74307,8.99897\n1434,1646995273,47.74306,8.99897\n1435,1646995274,47.74307,8.99897\n1436,1646995275,47.74307,8.99897\n1437,1646995276,47.74307,8.99897\n1438,1646995277,47.74307,8.99897\n1439,1646995278,47.74307,8.99897\n1440,1646995279,47.74307,8.99896\n1441,1646995410,47.74307,8.99897\n1442,1646995411,47.74306,8.99894\n1443,1646995412,47.74305,8.99896\n1444,1646995414,47.74304,8.99895\n1445,1646995415,47.74303,8.99894\n1446,1646995416,47.74303,8.99893\n1447,1646995417,47.74302,8.99893\n1448,1646995418,47.74302,8.99892\n1449,1646995419,47.74301,8.99892\n1450,1646995420,47.74301,8.99893\n1451,1646995421,47.74301,8.99892\n1452,1646995422,47.74300,8.99892\n1453,1646995423,47.74300,8.99892\n1454,1646995424,47.74300,8.99892\n1455,1646995425,47.74300,8.99892\n1456,1646995426,47.74300,8.99892\n1457,1646995427,47.74300,8.99892\n1458,1646995428,47.74300,8.99891\n1459,1646995429,47.74300,8.99891\n1460,1646995430,47.74300,8.99891\n1461,1646995561,47.74310,8.99911\n1462,1646995562,47.74310,8.99905\n1463,1646995564,47.74311,8.99907\n1464,1646995565,47.74312,8.99908\n1465,1646995566,47.74312,8.99908\n1466,1646995567,47.74312,8.99907\n1467,1646995568,47.74312,8.99907\n1468,1646995569,47.74312,8.99906\n1469,1646995570,47.74311,8.99905\n1470,1646995571,47.74311,8.99904\n1471,1646995572,47.74311,8.99904\n1472,1646995573,47.74310,8.99903\n1473,1646995574,47.74310,8.99903\n1474,1646995575,47.74310,8.99902\n1475,1646995576,47.74310,8.99902\n1476,1646995577,47.74310,8.99902\n1477,1646995578,47.74310,8.99902\n1478,1646995579,47.74310,8.99902\n1479,1646995580,47.74310,8.99902\n1480,1646995581,47.74310,8.99902\n1481,1646995706,47.74307,8.99894\n1482,1646995707,47.74305,8.99896\n1483,1646995708,47.74305,8.99898\n1484,1646995709,47.74305,8.99896\n1485,1646995710,47.74305,8.99897\n1486,1646995711,47.74305,8.99895\n1487,1646995712,47.74304,8.99895\n1488,1646995713,47.74303,8.99896\n1489,1646995714,47.74303,8.99897\n1490,1646995715,47.74304,8.99898\n1491,1646995716,47.74305,8.99899\n1492,1646995717,47.74305,8.99899\n1493,1646995718,47.74306,8.99897\n1494,1646995720,47.74306,8.99898\n1495,1646995721,47.74305,8.99898\n1496,1646995722,47.74305,8.99898\n1497,1646995723,47.74305,8.99898\n1498,1646995724,47.74305,8.99898\n1499,1646995725,47.74304,8.99898\n1500,1646995726,47.74304,8.99898\n1501,1646995857,47.74308,8.99942\n1502,1646995858,47.74307,8.99943\n1503,1646995859,47.74301,8.99931\n1504,1646995860,47.74299,8.99926\n1505,1646995861,47.74298,8.99927\n1506,1646995862,47.74294,8.99884\n1507,1646995864,47.74296,8.99885\n1508,1646995865,47.74297,8.99886\n1509,1646995866,47.74298,8.99886\n1510,1646995867,47.74299,8.99886\n1511,1646995868,47.74299,8.99886\n1512,1646995869,47.74299,8.99886\n1513,1646995870,47.74299,8.99885\n1514,1646995871,47.74299,8.99884\n1515,1646995872,47.74298,8.99884\n1516,1646995873,47.74298,8.99884\n1517,1646995874,47.74298,8.99884\n1518,1646995875,47.74298,8.99885\n1519,1646995876,47.74298,8.99886\n1520,1646995877,47.74299,8.99886\n1521,1646996008,47.74311,8.99967\n1522,1646996009,47.74310,8.99957\n1523,1646996010,47.74310,8.99952\n1524,1646996011,47.74310,8.99950\n1525,1646996012,47.74309,8.99900\n1526,1646996014,47.74308,8.99900\n1527,1646996015,47.74307,8.99901\n1528,1646996016,47.74307,8.99901\n1529,1646996017,47.74308,8.99902\n1530,1646996018,47.74308,8.99902\n1531,1646996019,47.74308,8.99902\n1532,1646996020,47.74307,8.99902\n1533,1646996021,47.74307,8.99903\n1534,1646996022,47.74306,8.99902\n1535,1646996023,47.74306,8.99902\n1536,1646996024,47.74306,8.99901\n1537,1646996025,47.74305,8.99901\n1538,1646996026,47.74305,8.99902\n1539,1646996027,47.74305,8.99902\n1540,1646996028,47.74305,8.99901\n1541,1646996163,47.74318,8.99898\n1542,1646996164,47.74315,8.99895\n1543,1646996165,47.74314,8.99896\n1544,1646996166,47.74313,8.99896\n1545,1646996167,47.74312,8.99896\n1546,1646996168,47.74312,8.99903\n1547,1646996170,47.74312,8.99902\n1548,1646996171,47.74312,8.99902\n1549,1646996172,47.74311,8.99901\n1550,1646996173,47.74311,8.99902\n1551,1646996174,47.74311,8.99902\n1552,1646996175,47.74311,8.99902\n1553,1646996176,47.74311,8.99903\n1554,1646996177,47.74311,8.99903\n1555,1646996178,47.74311,8.99903\n1556,1646996179,47.74311,8.99903\n1557,1646996180,47.74311,8.99902\n1558,1646996181,47.74311,8.99902\n1559,1646996182,47.74311,8.99902\n1560,1646996183,47.74311,8.99902\n1561,1646996315,47.74308,8.99913\n1562,1646996316,47.74308,8.99911\n1563,1646996317,47.74308,8.99915\n1564,1646996318,47.74306,8.99913\n1565,1646996320,47.74307,8.99912\n1566,1646996321,47.74307,8.99910\n1567,1646996322,47.74307,8.99909\n1568,1646996323,47.74307,8.99909\n1569,1646996324,47.74308,8.99908\n1570,1646996325,47.74308,8.99907\n1571,1646996326,47.74308,8.99906\n1572,1646996327,47.74308,8.99906\n1573,1646996328,47.74308,8.99905\n1574,1646996329,47.74308,8.99905\n1575,1646996330,47.74307,8.99904\n1576,1646996331,47.74307,8.99903\n1577,1646996332,47.74307,8.99903\n1578,1646996333,47.74307,8.99903\n1579,1646996334,47.74307,8.99903\n1580,1646996335,47.74307,8.99903\n1581,1646996464,47.74298,8.99906\n1582,1646996465,47.74298,8.99903\n1583,1646996466,47.74299,8.99901\n1584,1646996467,47.74299,8.99898\n1585,1646996468,47.74300,8.99895\n1586,1646996470,47.74301,8.99896\n1587,1646996471,47.74302,8.99898\n1588,1646996472,47.74302,8.99898\n1589,1646996473,47.74303,8.99899\n1590,1646996474,47.74304,8.99899\n1591,1646996475,47.74304,8.99899\n1592,1646996476,47.74305,8.99899\n1593,1646996477,47.74305,8.99899\n1594,1646996478,47.74305,8.99899\n1595,1646996479,47.74305,8.99899\n1596,1646996480,47.74305,8.99899\n1597,1646996481,47.74304,8.99899\n1598,1646996482,47.74304,8.99898\n1599,1646996483,47.74305,8.99898\n1600,1646996484,47.74305,8.99899\n1601,1646996610,47.74312,8.99900\n1602,1646996611,47.74311,8.99899\n1603,1646996612,47.74311,8.99900\n1604,1646996613,47.74312,8.99903\n1605,1646996614,47.74313,8.99905\n1606,1646996615,47.74313,8.99904\n1607,1646996616,47.74312,8.99903\n1608,1646996617,47.74312,8.99903\n1609,1646996618,47.74311,8.99900\n1610,1646996620,47.74311,8.99900\n1611,1646996621,47.74310,8.99899\n1612,1646996622,47.74310,8.99900\n1613,1646996623,47.74310,8.99900\n1614,1646996624,47.74310,8.99899\n1615,1646996625,47.74310,8.99899\n1616,1646996626,47.74310,8.99899\n1617,1646996627,47.74310,8.99899\n1618,1646996628,47.74310,8.99900\n1619,1646996629,47.74310,8.99900\n1620,1646996630,47.74310,8.99900\n1621,1646996756,47.74312,8.99920\n1622,1646996757,47.74310,8.99916\n1623,1646996758,47.74310,8.99913\n1624,1646996759,47.74308,8.99910\n1625,1646996760,47.74307,8.99910\n1626,1646996761,47.74306,8.99909\n1627,1646996762,47.74308,8.99895\n1628,1646996764,47.74309,8.99897\n1629,1646996765,47.74309,8.99896\n1630,1646996766,47.74309,8.99897\n1631,1646996767,47.74310,8.99898\n1632,1646996768,47.74309,8.99897\n1633,1646996769,47.74309,8.99897\n1634,1646996770,47.74308,8.99897\n1635,1646996771,47.74308,8.99897\n1636,1646996772,47.74308,8.99897\n1637,1646996773,47.74308,8.99898\n1638,1646996774,47.74308,8.99898\n1639,1646996775,47.74308,8.99899\n1640,1646996776,47.74308,8.99899\n1641,1646996903,47.74303,8.99891\n1642,1646996904,47.74304,8.99897\n1643,1646996905,47.74306,8.99901\n1644,1646996906,47.74309,8.99904\n1645,1646996907,47.74309,8.99906\n1646,1646996908,47.74309,8.99905\n1647,1646996909,47.74309,8.99905\n1648,1646996910,47.74309,8.99906\n1649,1646996911,47.74309,8.99906\n1650,1646996912,47.74309,8.99896\n1651,1646996914,47.74309,8.99897\n1652,1646996915,47.74309,8.99898\n1653,1646996916,47.74309,8.99898\n1654,1646996917,47.74309,8.99899\n1655,1646996918,47.74308,8.99899\n1656,1646996919,47.74308,8.99899\n1657,1646996920,47.74309,8.99899\n1658,1646996921,47.74309,8.99899\n1659,1646996922,47.74309,8.99899\n1660,1646996923,47.74309,8.99899\n1661,1646997049,47.74303,8.99897\n1662,1646997050,47.74306,8.99897\n1663,1646997051,47.74309,8.99901\n1664,1646997052,47.74310,8.99902\n1665,1646997053,47.74309,8.99901\n1666,1646997054,47.74310,8.99902\n1667,1646997055,47.74310,8.99904\n1668,1646997056,47.74310,8.99900\n1669,1646997058,47.74311,8.99901\n1670,1646997059,47.74311,8.99901\n1671,1646997060,47.74311,8.99902\n1672,1646997061,47.74312,8.99902\n1673,1646997062,47.74312,8.99903\n1674,1646997063,47.74312,8.99903\n1675,1646997064,47.74312,8.99903\n1676,1646997065,47.74312,8.99903\n1677,1646997066,47.74312,8.99903\n1678,1646997067,47.74312,8.99903\n1679,1646997068,47.74312,8.99903\n1680,1646997069,47.74311,8.99903\n1681,1646997195,47.74305,8.99896\n1682,1646997196,47.74306,8.99896\n1683,1646997197,47.74307,8.99897\n1684,1646997198,47.74305,8.99898\n1685,1646997199,47.74304,8.99901\n1686,1646997200,47.74304,8.99906\n1687,1646997202,47.74303,8.99906\n1688,1646997203,47.74304,8.99906\n1689,1646997204,47.74304,8.99906\n1690,1646997205,47.74304,8.99906\n1691,1646997206,47.74304,8.99905\n1692,1646997207,47.74303,8.99905\n1693,1646997208,47.74303,8.99904\n1694,1646997209,47.74303,8.99904\n1695,1646997210,47.74303,8.99904\n1696,1646997211,47.74304,8.99905\n1697,1646997212,47.74305,8.99905\n1698,1646997213,47.74305,8.99905\n1699,1646997214,47.74306,8.99905\n1700,1646997215,47.74306,8.99905\n1701,1646997340,47.74314,8.99906\n1702,1646997341,47.74313,8.99907\n1703,1646997342,47.74313,8.99907\n1704,1646997343,47.74313,8.99910\n1705,1646997344,47.74313,8.99911\n1706,1646997345,47.74313,8.99912\n1707,1646997346,47.74313,8.99911\n1708,1646997347,47.74314,8.99912\n1709,1646997348,47.74314,8.99913\n1710,1646997349,47.74314,8.99913\n1711,1646997350,47.74312,8.99906\n1712,1646997352,47.74312,8.99906\n1713,1646997353,47.74312,8.99906\n1714,1646997354,47.74312,8.99906\n1715,1646997355,47.74312,8.99906\n1716,1646997356,47.74312,8.99906\n1717,1646997357,47.74312,8.99906\n1718,1646997358,47.74312,8.99906\n1719,1646997359,47.74313,8.99907\n1720,1646997360,47.74313,8.99907\n1721,1647006283,47.74304,8.99907\n1722,1647006284,47.74303,8.99904\n1723,1647006285,47.74304,8.99904\n1724,1647006286,47.74304,8.99903\n1725,1647006287,47.74304,8.99903\n1726,1647006288,47.74305,8.99903\n1727,1647006289,47.74305,8.99902\n1728,1647006290,47.74305,8.99902\n1729,1647006291,47.74305,8.99902\n1730,1647006292,47.74305,8.99902\n1731,1647006293,47.74305,8.99902\n1732,1647006358,47.74297,8.99891\n1733,1647006359,47.74298,8.99892\n1734,1647006360,47.74299,8.99893\n1735,1647006361,47.74299,8.99893\n1736,1647006424,47.74313,8.99900\n1737,1647006425,47.74305,8.99901\n1738,1647006426,47.74304,8.99899\n1739,1647006427,47.74304,8.99898\n1740,1647006428,47.74303,8.99897\n1741,1647006492,47.74263,8.99845\n1742,1647006493,47.74301,8.99892\n1743,1647006494,47.74304,8.99895\n1744,1647006558,47.74300,8.99905\n1745,1647006559,47.74301,8.99904\n1746,1647006560,47.74303,8.99904\n1747,1647006623,47.74302,8.99891\n1748,1647006624,47.74301,8.99892\n1749,1647006688,47.74343,8.99926\n1750,1647006689,47.74303,8.99894\n1751,1647006753,47.74298,8.99882\n1752,1647006817,47.74296,8.99887\n1753,1647006818,47.74294,8.99888\n1754,1647006882,47.74286,8.99870\n1755,1647006946,47.74306,8.99893\n1756,1647006947,47.74300,8.99886\n1757,1647007011,47.74291,8.99872\n1758,1647007075,47.74296,8.99899\n1759,1647007140,47.74306,8.99901\n1760,1647007204,47.74285,8.99878\n1761,1647007332,47.74277,8.99865\n1762,1647007651,47.74301,8.99899\n1763,1647007777,47.74296,8.99877\n1764,1647007967,47.74298,8.99882\n1765,1647008787,47.74299,8.99885\n1766,1647008914,47.74296,8.99895\n*END MEMORY*\nV201, ID: 30-1830, 3421mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 120 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 20 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/07_StationaryPosition_20s_Burst_Every_120s/20220311_20s_Burst_Every_120s_4656_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646984553,47.74303,8.99898\n2,1646984554,47.74303,8.99898\n3,1646984555,47.74304,8.99898\n4,1646984556,47.74304,8.99898\n5,1646984557,47.74304,8.99898\n6,1646984558,47.74303,8.99898\n7,1646984559,47.74303,8.99898\n8,1646984560,47.74303,8.99898\n9,1646984561,47.74303,8.99898\n10,1646984562,47.74304,8.99898\n11,1646984563,47.74304,8.99898\n12,1646984564,47.74304,8.99898\n13,1646984565,47.74304,8.99898\n14,1646984566,47.74304,8.99898\n15,1646984567,47.74304,8.99898\n16,1646984568,47.74304,8.99898\n17,1646984569,47.74304,8.99898\n18,1646984570,47.74304,8.99898\n19,1646984571,47.74304,8.99898\n20,1646984572,47.74304,8.99898\n21,1646984698,47.74311,8.99901\n22,1646984699,47.74314,8.99898\n23,1646984700,47.74316,8.99897\n24,1646984701,47.74316,8.99896\n25,1646984702,47.74317,8.99896\n26,1646984703,47.74317,8.99895\n27,1646984704,47.74317,8.99895\n28,1646984705,47.74317,8.99894\n29,1646984706,47.74317,8.99894\n30,1646984707,47.74316,8.99894\n31,1646984708,47.74316,8.99894\n32,1646984709,47.74313,8.99894\n33,1646984711,47.74313,8.99894\n34,1646984712,47.74312,8.99894\n35,1646984713,47.74312,8.99894\n36,1646984714,47.74311,8.99894\n37,1646984715,47.74311,8.99894\n38,1646984716,47.74310,8.99894\n39,1646984717,47.74310,8.99894\n40,1646984718,47.74309,8.99894\n41,1646984844,47.74313,8.99890\n42,1646984845,47.74310,8.99891\n43,1646984846,47.74308,8.99891\n44,1646984847,47.74308,8.99892\n45,1646984848,47.74306,8.99892\n46,1646984849,47.74305,8.99893\n47,1646984850,47.74303,8.99893\n48,1646984851,47.74303,8.99893\n49,1646984852,47.74303,8.99894\n50,1646984853,47.74304,8.99894\n51,1646984855,47.74305,8.99894\n52,1646984856,47.74305,8.99895\n53,1646984857,47.74305,8.99895\n54,1646984858,47.74305,8.99895\n55,1646984859,47.74305,8.99895\n56,1646984860,47.74305,8.99896\n57,1646984861,47.74305,8.99896\n58,1646984862,47.74305,8.99896\n59,1646984863,47.74305,8.99896\n60,1646984864,47.74305,8.99897\n61,1646984990,47.74302,8.99900\n62,1646984991,47.74303,8.99900\n63,1646984992,47.74303,8.99900\n64,1646984993,47.74304,8.99900\n65,1646984994,47.74305,8.99900\n66,1646984995,47.74305,8.99900\n67,1646984996,47.74304,8.99900\n68,1646984997,47.74306,8.99899\n69,1646984999,47.74306,8.99898\n70,1646985000,47.74305,8.99898\n71,1646985001,47.74305,8.99898\n72,1646985002,47.74306,8.99898\n73,1646985003,47.74306,8.99898\n74,1646985004,47.74306,8.99897\n75,1646985005,47.74306,8.99897\n76,1646985006,47.74306,8.99897\n77,1646985007,47.74306,8.99897\n78,1646985008,47.74305,8.99897\n79,1646985009,47.74305,8.99897\n80,1646985010,47.74305,8.99898\n81,1646985136,47.74292,8.99906\n82,1646985137,47.74291,8.99905\n83,1646985138,47.74293,8.99904\n84,1646985139,47.74294,8.99903\n85,1646985140,47.74295,8.99902\n86,1646985141,47.74296,8.99901\n87,1646985142,47.74297,8.99900\n88,1646985143,47.74297,8.99899\n89,1646985144,47.74298,8.99899\n90,1646985145,47.74298,8.99899\n91,1646985146,47.74299,8.99898\n92,1646985147,47.74301,8.99898\n93,1646985149,47.74301,8.99898\n94,1646985150,47.74302,8.99898\n95,1646985151,47.74303,8.99897\n96,1646985152,47.74303,8.99897\n97,1646985153,47.74304,8.99897\n98,1646985154,47.74304,8.99897\n99,1646985155,47.74304,8.99897\n100,1646985156,47.74305,8.99897\n101,1646985283,47.74297,8.99897\n102,1646985284,47.74300,8.99897\n103,1646985285,47.74300,8.99897\n104,1646985286,47.74300,8.99897\n105,1646985287,47.74300,8.99896\n106,1646985288,47.74301,8.99896\n107,1646985289,47.74302,8.99897\n108,1646985290,47.74303,8.99897\n109,1646985291,47.74303,8.99897\n110,1646985292,47.74305,8.99896\n111,1646985294,47.74305,8.99896\n112,1646985295,47.74305,8.99896\n113,1646985296,47.74305,8.99895\n114,1646985297,47.74305,8.99895\n115,1646985298,47.74305,8.99895\n116,1646985299,47.74305,8.99895\n117,1646985300,47.74305,8.99895\n118,1646985301,47.74306,8.99896\n119,1646985302,47.74306,8.99896\n120,1646985303,47.74306,8.99896\n121,1646985430,47.74298,8.99895\n122,1646985431,47.74299,8.99895\n123,1646985432,47.74299,8.99895\n124,1646985433,47.74299,8.99894\n125,1646985434,47.74300,8.99895\n126,1646985435,47.74300,8.99896\n127,1646985436,47.74301,8.99898\n128,1646985438,47.74301,8.99898\n129,1646985439,47.74301,8.99899\n130,1646985440,47.74300,8.99899\n131,1646985441,47.74301,8.99900\n132,1646985442,47.74301,8.99900\n133,1646985443,47.74301,8.99899\n134,1646985444,47.74301,8.99899\n135,1646985445,47.74301,8.99899\n136,1646985446,47.74301,8.99898\n137,1646985447,47.74301,8.99898\n138,1646985448,47.74301,8.99898\n139,1646985449,47.74301,8.99898\n140,1646985450,47.74301,8.99897\n141,1646985576,47.74296,8.99902\n142,1646985577,47.74296,8.99901\n143,1646985578,47.74297,8.99899\n144,1646985579,47.74299,8.99898\n145,1646985580,47.74300,8.99897\n146,1646985581,47.74300,8.99897\n147,1646985582,47.74301,8.99897\n148,1646985583,47.74301,8.99897\n149,1646985584,47.74301,8.99896\n150,1646985585,47.74301,8.99896\n151,1646985587,47.74300,8.99896\n152,1646985588,47.74301,8.99896\n153,1646985589,47.74301,8.99895\n154,1646985590,47.74301,8.99895\n155,1646985591,47.74301,8.99894\n156,1646985592,47.74301,8.99894\n157,1646985593,47.74302,8.99894\n158,1646985594,47.74302,8.99893\n159,1646985595,47.74302,8.99892\n160,1646985596,47.74302,8.99892\n161,1646985722,47.74298,8.99892\n162,1646985723,47.74301,8.99893\n163,1646985724,47.74302,8.99895\n164,1646985725,47.74304,8.99896\n165,1646985726,47.74304,8.99895\n166,1646985727,47.74305,8.99895\n167,1646985728,47.74306,8.99895\n168,1646985729,47.74307,8.99896\n169,1646985731,47.74307,8.99897\n170,1646985732,47.74306,8.99896\n171,1646985733,47.74306,8.99896\n172,1646985734,47.74307,8.99896\n173,1646985735,47.74307,8.99896\n174,1646985736,47.74307,8.99897\n175,1646985737,47.74307,8.99897\n176,1646985738,47.74307,8.99897\n177,1646985739,47.74307,8.99897\n178,1646985740,47.74307,8.99897\n179,1646985741,47.74307,8.99896\n180,1646985742,47.74307,8.99896\n181,1646985869,47.74296,8.99892\n182,1646985870,47.74299,8.99894\n183,1646985871,47.74299,8.99895\n184,1646985872,47.74301,8.99895\n185,1646985873,47.74302,8.99896\n186,1646985874,47.74303,8.99897\n187,1646985875,47.74304,8.99897\n188,1646985876,47.74305,8.99897\n189,1646985877,47.74305,8.99898\n190,1646985878,47.74306,8.99898\n191,1646985879,47.74306,8.99898\n192,1646985881,47.74306,8.99897\n193,1646985882,47.74306,8.99896\n194,1646985883,47.74306,8.99896\n195,1646985884,47.74306,8.99895\n196,1646985885,47.74306,8.99895\n197,1646985886,47.74306,8.99895\n198,1646985887,47.74306,8.99896\n199,1646985888,47.74306,8.99896\n200,1646985889,47.74307,8.99896\n201,1646986016,47.74310,8.99890\n202,1646986017,47.74309,8.99892\n203,1646986018,47.74308,8.99893\n204,1646986019,47.74309,8.99894\n205,1646986020,47.74310,8.99894\n206,1646986021,47.74312,8.99894\n207,1646986022,47.74314,8.99894\n208,1646986023,47.74313,8.99894\n209,1646986025,47.74314,8.99894\n210,1646986026,47.74316,8.99894\n211,1646986027,47.74316,8.99894\n212,1646986028,47.74317,8.99894\n213,1646986029,47.74318,8.99894\n214,1646986030,47.74319,8.99894\n215,1646986031,47.74320,8.99894\n216,1646986032,47.74321,8.99894\n217,1646986033,47.74321,8.99894\n218,1646986034,47.74322,8.99894\n219,1646986035,47.74322,8.99894\n220,1646986036,47.74322,8.99894\n221,1646986177,47.74284,8.99897\n222,1646986178,47.74284,8.99897\n223,1646986179,47.74285,8.99897\n224,1646986180,47.74285,8.99897\n225,1646986181,47.74284,8.99896\n226,1646986182,47.74283,8.99896\n227,1646986183,47.74282,8.99896\n228,1646986184,47.74282,8.99895\n229,1646986185,47.74281,8.99895\n230,1646986186,47.74280,8.99895\n231,1646986187,47.74280,8.99894\n232,1646986188,47.74279,8.99894\n233,1646986189,47.74278,8.99894\n234,1646986190,47.74277,8.99894\n235,1646986191,47.74277,8.99894\n236,1646986192,47.74277,8.99893\n237,1646986193,47.74277,8.99893\n238,1646986194,47.74278,8.99893\n239,1646986195,47.74277,8.99893\n240,1646986196,47.74277,8.99893\n241,1646986326,47.74282,8.99899\n242,1646986327,47.74281,8.99899\n243,1646986328,47.74292,8.99902\n244,1646986329,47.74308,8.99901\n245,1646986331,47.74309,8.99902\n246,1646986332,47.74310,8.99903\n247,1646986333,47.74311,8.99905\n248,1646986334,47.74310,8.99905\n249,1646986335,47.74310,8.99906\n250,1646986336,47.74310,8.99907\n251,1646986337,47.74310,8.99908\n252,1646986338,47.74310,8.99909\n253,1646986339,47.74311,8.99909\n254,1646986340,47.74310,8.99909\n255,1646986341,47.74309,8.99909\n256,1646986342,47.74311,8.99910\n257,1646986343,47.74312,8.99910\n258,1646986344,47.74312,8.99911\n259,1646986345,47.74313,8.99912\n260,1646986346,47.74314,8.99912\n261,1646986477,47.74291,8.99887\n262,1646986478,47.74295,8.99891\n263,1646986479,47.74299,8.99894\n264,1646986480,47.74300,8.99896\n265,1646986482,47.74304,8.99899\n266,1646986483,47.74306,8.99900\n267,1646986484,47.74307,8.99901\n268,1646986485,47.74309,8.99902\n269,1646986486,47.74311,8.99903\n270,1646986487,47.74312,8.99905\n271,1646986488,47.74313,8.99906\n272,1646986489,47.74315,8.99907\n273,1646986490,47.74317,8.99909\n274,1646986491,47.74319,8.99910\n275,1646986492,47.74321,8.99911\n276,1646986493,47.74324,8.99913\n277,1646986494,47.74327,8.99916\n278,1646986495,47.74330,8.99918\n279,1646986496,47.74333,8.99921\n280,1646986497,47.74335,8.99924\n281,1646986634,47.74297,8.99895\n282,1646986635,47.74296,8.99895\n283,1646986636,47.74298,8.99896\n284,1646986638,47.74300,8.99897\n285,1646986639,47.74301,8.99896\n286,1646986640,47.74302,8.99896\n287,1646986641,47.74302,8.99897\n288,1646986642,47.74303,8.99897\n289,1646986643,47.74303,8.99897\n290,1646986644,47.74302,8.99897\n291,1646986645,47.74302,8.99897\n292,1646986646,47.74302,8.99897\n293,1646986647,47.74302,8.99897\n294,1646986648,47.74302,8.99897\n295,1646986649,47.74302,8.99897\n296,1646986650,47.74302,8.99898\n297,1646986651,47.74301,8.99898\n298,1646986652,47.74302,8.99898\n299,1646986653,47.74301,8.99898\n300,1646986654,47.74301,8.99898\n301,1646986802,47.74308,8.99913\n302,1646986803,47.74306,8.99911\n303,1646986804,47.74305,8.99911\n304,1646986805,47.74302,8.99909\n305,1646986806,47.74301,8.99908\n306,1646986807,47.74301,8.99909\n307,1646986808,47.74302,8.99910\n308,1646986809,47.74303,8.99911\n309,1646986810,47.74305,8.99912\n310,1646986811,47.74305,8.99911\n311,1646986812,47.74306,8.99912\n312,1646986813,47.74306,8.99912\n313,1646986814,47.74306,8.99912\n314,1646986815,47.74306,8.99912\n315,1646986816,47.74306,8.99912\n316,1646986817,47.74306,8.99912\n317,1646986818,47.74306,8.99913\n318,1646986819,47.74306,8.99912\n319,1646986820,47.74306,8.99912\n320,1646986821,47.74307,8.99912\n321,1646986952,47.74293,8.99905\n322,1646986953,47.74298,8.99906\n323,1646986955,47.74301,8.99907\n324,1646986956,47.74302,8.99908\n325,1646986957,47.74304,8.99908\n326,1646986958,47.74305,8.99908\n327,1646986959,47.74306,8.99907\n328,1646986959,47.74307,8.99908\n329,1646986961,47.74307,8.99908\n330,1646986962,47.74307,8.99908\n331,1646986963,47.74308,8.99907\n332,1646986964,47.74307,8.99906\n333,1646986965,47.74307,8.99906\n334,1646986966,47.74307,8.99905\n335,1646986967,47.74306,8.99905\n336,1646986968,47.74307,8.99904\n337,1646986969,47.74305,8.99903\n338,1646986970,47.74306,8.99903\n339,1646986971,47.74306,8.99902\n340,1646986972,47.74305,8.99901\n341,1646987102,47.74309,8.99893\n342,1646987103,47.74312,8.99893\n343,1646987104,47.74317,8.99893\n344,1646987105,47.74319,8.99893\n345,1646987106,47.74321,8.99893\n346,1646987107,47.74322,8.99893\n347,1646987108,47.74321,8.99893\n348,1646987109,47.74295,8.99892\n349,1646987111,47.74294,8.99892\n350,1646987112,47.74294,8.99892\n351,1646987113,47.74294,8.99892\n352,1646987114,47.74294,8.99892\n353,1646987115,47.74295,8.99892\n354,1646987116,47.74296,8.99892\n355,1646987117,47.74296,8.99892\n356,1646987118,47.74296,8.99892\n357,1646987119,47.74297,8.99892\n358,1646987120,47.74297,8.99892\n359,1646987121,47.74297,8.99892\n360,1646987122,47.74298,8.99892\n361,1646987251,47.74288,8.99904\n362,1646987252,47.74299,8.99904\n363,1646987253,47.74298,8.99903\n364,1646987254,47.74295,8.99902\n365,1646987255,47.74295,8.99901\n366,1646987256,47.74294,8.99901\n367,1646987257,47.74294,8.99900\n368,1646987258,47.74295,8.99900\n369,1646987259,47.74296,8.99899\n370,1646987261,47.74297,8.99899\n371,1646987262,47.74297,8.99899\n372,1646987263,47.74297,8.99899\n373,1646987264,47.74296,8.99898\n374,1646987265,47.74296,8.99898\n375,1646987266,47.74296,8.99898\n376,1646987267,47.74295,8.99898\n377,1646987268,47.74295,8.99898\n378,1646987269,47.74295,8.99897\n379,1646987270,47.74295,8.99897\n380,1646987271,47.74295,8.99897\n381,1646987399,47.74300,8.99890\n382,1646987400,47.74298,8.99890\n383,1646987401,47.74296,8.99890\n384,1646987402,47.74296,8.99891\n385,1646987403,47.74297,8.99893\n386,1646987404,47.74295,8.99893\n387,1646987405,47.74294,8.99893\n388,1646987406,47.74293,8.99893\n389,1646987407,47.74293,8.99893\n390,1646987408,47.74293,8.99892\n391,1646987409,47.74294,8.99893\n392,1646987410,47.74299,8.99894\n393,1646987412,47.74300,8.99894\n394,1646987413,47.74301,8.99894\n395,1646987414,47.74301,8.99894\n396,1646987415,47.74301,8.99894\n397,1646987416,47.74301,8.99894\n398,1646987417,47.74301,8.99894\n399,1646987418,47.74301,8.99894\n400,1646987419,47.74301,8.99895\n401,1646987546,47.74292,8.99894\n402,1646987547,47.74293,8.99894\n403,1646987548,47.74292,8.99895\n404,1646987549,47.74293,8.99895\n405,1646987550,47.74292,8.99895\n406,1646987551,47.74293,8.99895\n407,1646987552,47.74294,8.99896\n408,1646987553,47.74295,8.99896\n409,1646987554,47.74295,8.99897\n410,1646987556,47.74295,8.99897\n411,1646987557,47.74296,8.99898\n412,1646987558,47.74296,8.99898\n413,1646987559,47.74297,8.99898\n414,1646987560,47.74297,8.99898\n415,1646987561,47.74297,8.99899\n416,1646987562,47.74298,8.99899\n417,1646987563,47.74299,8.99899\n418,1646987564,47.74299,8.99899\n419,1646987565,47.74299,8.99898\n420,1646987566,47.74299,8.99898\n421,1646987692,47.74323,8.99894\n422,1646987693,47.74307,8.99895\n423,1646987694,47.74304,8.99895\n424,1646987695,47.74302,8.99895\n425,1646987696,47.74302,8.99896\n426,1646987697,47.74302,8.99896\n427,1646987698,47.74301,8.99895\n428,1646987699,47.74301,8.99895\n429,1646987700,47.74299,8.99894\n430,1646987701,47.74299,8.99894\n431,1646987702,47.74299,8.99894\n432,1646987703,47.74299,8.99895\n433,1646987704,47.74300,8.99895\n434,1646987706,47.74300,8.99895\n435,1646987707,47.74300,8.99895\n436,1646987708,47.74300,8.99895\n437,1646987709,47.74299,8.99895\n438,1646987710,47.74300,8.99895\n439,1646987711,47.74299,8.99895\n440,1646987712,47.74300,8.99895\n441,1646987846,47.74309,8.99898\n442,1646987847,47.74308,8.99899\n443,1646987848,47.74299,8.99898\n444,1646987850,47.74300,8.99899\n445,1646987851,47.74299,8.99898\n446,1646987852,47.74299,8.99898\n447,1646987853,47.74299,8.99898\n448,1646987854,47.74298,8.99898\n449,1646987855,47.74298,8.99898\n450,1646987856,47.74297,8.99898\n451,1646987857,47.74297,8.99897\n452,1646987858,47.74296,8.99897\n453,1646987859,47.74295,8.99898\n454,1646987860,47.74295,8.99898\n455,1646987861,47.74294,8.99898\n456,1646987862,47.74293,8.99898\n457,1646987863,47.74293,8.99898\n458,1646987864,47.74292,8.99899\n459,1646987865,47.74292,8.99899\n460,1646987866,47.74292,8.99898\n461,1646987994,47.74297,8.99895\n462,1646987995,47.74296,8.99895\n463,1646987996,47.74296,8.99895\n464,1646987997,47.74295,8.99894\n465,1646987998,47.74295,8.99893\n466,1646987999,47.74296,8.99893\n467,1646988000,47.74296,8.99893\n468,1646988001,47.74296,8.99893\n469,1646988002,47.74296,8.99893\n470,1646988003,47.74296,8.99893\n471,1646988004,47.74295,8.99893\n472,1646988006,47.74293,8.99893\n473,1646988007,47.74292,8.99893\n474,1646988008,47.74292,8.99893\n475,1646988009,47.74292,8.99894\n476,1646988010,47.74291,8.99894\n477,1646988011,47.74291,8.99894\n478,1646988012,47.74290,8.99894\n479,1646988013,47.74290,8.99894\n480,1646988014,47.74290,8.99895\n481,1646988141,47.74296,8.99897\n482,1646988142,47.74293,8.99896\n483,1646988143,47.74291,8.99895\n484,1646988144,47.74294,8.99894\n485,1646988145,47.74293,8.99894\n486,1646988146,47.74293,8.99894\n487,1646988147,47.74282,8.99895\n488,1646988149,47.74281,8.99895\n489,1646988150,47.74279,8.99895\n490,1646988151,47.74278,8.99895\n491,1646988152,47.74277,8.99895\n492,1646988153,47.74278,8.99895\n493,1646988154,47.74278,8.99895\n494,1646988155,47.74277,8.99895\n495,1646988156,47.74277,8.99895\n496,1646988157,47.74275,8.99895\n497,1646988158,47.74275,8.99895\n498,1646988159,47.74274,8.99895\n499,1646988160,47.74274,8.99895\n500,1646988161,47.74273,8.99895\n501,1646988288,47.74309,8.99905\n502,1646988289,47.74307,8.99905\n503,1646988290,47.74305,8.99904\n504,1646988291,47.74304,8.99904\n505,1646988292,47.74303,8.99903\n506,1646988293,47.74303,8.99901\n507,1646988294,47.74303,8.99900\n508,1646988295,47.74302,8.99900\n509,1646988296,47.74302,8.99899\n510,1646988297,47.74304,8.99899\n511,1646988299,47.74304,8.99899\n512,1646988300,47.74303,8.99899\n513,1646988301,47.74303,8.99899\n514,1646988302,47.74303,8.99899\n515,1646988303,47.74302,8.99899\n516,1646988304,47.74302,8.99900\n517,1646988305,47.74302,8.99900\n518,1646988306,47.74301,8.99900\n519,1646988307,47.74301,8.99899\n520,1646988308,47.74300,8.99900\n521,1646988434,47.74273,8.99894\n522,1646988435,47.74276,8.99895\n523,1646988436,47.74276,8.99895\n524,1646988437,47.74277,8.99895\n525,1646988438,47.74276,8.99895\n526,1646988439,47.74276,8.99894\n527,1646988440,47.74277,8.99894\n528,1646988441,47.74297,8.99898\n529,1646988443,47.74297,8.99898\n530,1646988444,47.74299,8.99898\n531,1646988445,47.74299,8.99899\n532,1646988446,47.74300,8.99899\n533,1646988447,47.74300,8.99899\n534,1646988448,47.74300,8.99899\n535,1646988449,47.74300,8.99899\n536,1646988450,47.74300,8.99898\n537,1646988451,47.74299,8.99898\n538,1646988452,47.74299,8.99898\n539,1646988453,47.74299,8.99898\n540,1646988454,47.74299,8.99898\n541,1646988582,47.74298,8.99897\n542,1646988583,47.74300,8.99897\n543,1646988584,47.74301,8.99898\n544,1646988585,47.74300,8.99896\n545,1646988586,47.74298,8.99894\n546,1646988587,47.74297,8.99895\n547,1646988588,47.74297,8.99895\n548,1646988589,47.74296,8.99895\n549,1646988590,47.74295,8.99894\n550,1646988591,47.74299,8.99895\n551,1646988593,47.74299,8.99895\n552,1646988594,47.74299,8.99895\n553,1646988595,47.74299,8.99895\n554,1646988596,47.74299,8.99894\n555,1646988597,47.74298,8.99894\n556,1646988598,47.74298,8.99894\n557,1646988599,47.74298,8.99894\n558,1646988600,47.74298,8.99895\n559,1646988601,47.74298,8.99895\n560,1646988602,47.74297,8.99895\n561,1646988728,47.74300,8.99897\n562,1646988729,47.74300,8.99898\n563,1646988730,47.74299,8.99897\n564,1646988731,47.74298,8.99897\n565,1646988732,47.74296,8.99896\n566,1646988733,47.74297,8.99896\n567,1646988734,47.74298,8.99895\n568,1646988735,47.74293,8.99894\n569,1646988737,47.74294,8.99895\n570,1646988738,47.74294,8.99894\n571,1646988739,47.74294,8.99894\n572,1646988740,47.74294,8.99894\n573,1646988741,47.74294,8.99894\n574,1646988742,47.74294,8.99894\n575,1646988743,47.74295,8.99894\n576,1646988744,47.74296,8.99895\n577,1646988745,47.74296,8.99895\n578,1646988746,47.74297,8.99896\n579,1646988747,47.74298,8.99897\n580,1646988748,47.74298,8.99899\n581,1646988874,47.74301,8.99903\n582,1646988875,47.74299,8.99902\n583,1646988876,47.74301,8.99900\n584,1646988877,47.74303,8.99901\n585,1646988878,47.74306,8.99902\n586,1646988879,47.74306,8.99904\n587,1646988880,47.74305,8.99904\n588,1646988881,47.74303,8.99903\n589,1646988882,47.74303,8.99904\n590,1646988883,47.74303,8.99904\n591,1646988884,47.74304,8.99904\n592,1646988885,47.74298,8.99902\n593,1646988887,47.74299,8.99902\n594,1646988888,47.74299,8.99902\n595,1646988889,47.74299,8.99902\n596,1646988890,47.74299,8.99901\n597,1646988891,47.74299,8.99901\n598,1646988892,47.74299,8.99900\n599,1646988893,47.74299,8.99900\n600,1646988894,47.74300,8.99900\n601,1646989020,47.74301,8.99893\n602,1646989021,47.74302,8.99894\n603,1646989022,47.74303,8.99895\n604,1646989023,47.74303,8.99896\n605,1646989024,47.74303,8.99896\n606,1646989025,47.74302,8.99896\n607,1646989026,47.74302,8.99897\n608,1646989027,47.74301,8.99897\n609,1646989028,47.74301,8.99898\n610,1646989029,47.74301,8.99898\n611,1646989031,47.74301,8.99898\n612,1646989032,47.74300,8.99898\n613,1646989033,47.74301,8.99898\n614,1646989034,47.74301,8.99898\n615,1646989035,47.74301,8.99898\n616,1646989036,47.74301,8.99899\n617,1646989037,47.74301,8.99899\n618,1646989038,47.74301,8.99899\n619,1646989039,47.74301,8.99899\n620,1646989040,47.74301,8.99899\n621,1646989166,47.74286,8.99893\n622,1646989168,47.74283,8.99894\n623,1646989169,47.74281,8.99892\n624,1646989170,47.74282,8.99894\n625,1646989171,47.74282,8.99893\n626,1646989171,47.74287,8.99895\n627,1646989172,47.74289,8.99895\n628,1646989173,47.74303,8.99897\n629,1646989175,47.74303,8.99897\n630,1646989176,47.74303,8.99896\n631,1646989177,47.74303,8.99896\n632,1646989178,47.74303,8.99896\n633,1646989179,47.74304,8.99896\n634,1646989180,47.74303,8.99895\n635,1646989181,47.74303,8.99895\n636,1646989182,47.74303,8.99895\n637,1646989183,47.74303,8.99895\n638,1646989184,47.74303,8.99895\n639,1646989185,47.74302,8.99895\n640,1646989186,47.74302,8.99895\n641,1646989311,47.74279,8.99903\n642,1646989312,47.74305,8.99902\n643,1646989313,47.74305,8.99902\n644,1646989314,47.74303,8.99901\n645,1646989315,47.74303,8.99902\n646,1646989316,47.74302,8.99902\n647,1646989317,47.74302,8.99903\n648,1646989318,47.74302,8.99904\n649,1646989319,47.74300,8.99903\n650,1646989320,47.74299,8.99902\n651,1646989321,47.74298,8.99902\n652,1646989322,47.74297,8.99902\n653,1646989323,47.74304,8.99901\n654,1646989325,47.74304,8.99901\n655,1646989326,47.74304,8.99900\n656,1646989327,47.74304,8.99900\n657,1646989328,47.74303,8.99900\n658,1646989329,47.74303,8.99900\n659,1646989330,47.74303,8.99900\n660,1646989331,47.74303,8.99900\n661,1646989459,47.74233,8.99891\n662,1646989460,47.74231,8.99891\n663,1646989461,47.74248,8.99893\n664,1646989462,47.74259,8.99894\n665,1646989463,47.74267,8.99895\n666,1646989464,47.74274,8.99895\n667,1646989465,47.74281,8.99895\n668,1646989466,47.74285,8.99895\n669,1646989467,47.74303,8.99894\n670,1646989469,47.74303,8.99894\n671,1646989470,47.74302,8.99893\n672,1646989471,47.74302,8.99892\n673,1646989472,47.74302,8.99892\n674,1646989473,47.74302,8.99892\n675,1646989474,47.74302,8.99892\n676,1646989475,47.74302,8.99892\n677,1646989476,47.74302,8.99892\n678,1646989477,47.74302,8.99892\n679,1646989478,47.74302,8.99892\n680,1646989479,47.74302,8.99892\n681,1646989605,47.74347,8.99875\n682,1646989606,47.74317,8.99898\n683,1646989607,47.74319,8.99896\n684,1646989608,47.74317,8.99896\n685,1646989609,47.74316,8.99894\n686,1646989610,47.74315,8.99893\n687,1646989611,47.74308,8.99894\n688,1646989613,47.74309,8.99893\n689,1646989614,47.74310,8.99892\n690,1646989615,47.74310,8.99891\n691,1646989616,47.74310,8.99891\n692,1646989617,47.74310,8.99891\n693,1646989618,47.74310,8.99891\n694,1646989619,47.74310,8.99891\n695,1646989620,47.74310,8.99891\n696,1646989621,47.74310,8.99891\n697,1646989622,47.74310,8.99891\n698,1646989623,47.74307,8.99894\n699,1646989624,47.74306,8.99895\n700,1646989625,47.74305,8.99896\n701,1646989752,47.74282,8.99900\n702,1646989753,47.74287,8.99901\n703,1646989754,47.74287,8.99903\n704,1646989755,47.74287,8.99903\n705,1646989756,47.74287,8.99903\n706,1646989757,47.74288,8.99902\n707,1646989758,47.74288,8.99904\n708,1646989759,47.74288,8.99904\n709,1646989760,47.74287,8.99903\n710,1646989761,47.74301,8.99899\n711,1646989763,47.74301,8.99898\n712,1646989764,47.74301,8.99899\n713,1646989765,47.74301,8.99899\n714,1646989766,47.74300,8.99898\n715,1646989767,47.74300,8.99898\n716,1646989768,47.74300,8.99898\n717,1646989769,47.74300,8.99898\n718,1646989770,47.74300,8.99897\n719,1646989771,47.74300,8.99897\n720,1646989772,47.74300,8.99897\n721,1646989898,47.74286,8.99908\n722,1646989899,47.74288,8.99907\n723,1646989900,47.74290,8.99905\n724,1646989901,47.74292,8.99903\n725,1646989902,47.74293,8.99901\n726,1646989903,47.74294,8.99900\n727,1646989904,47.74295,8.99899\n728,1646989905,47.74304,8.99895\n729,1646989907,47.74303,8.99895\n730,1646989908,47.74303,8.99894\n731,1646989909,47.74303,8.99895\n732,1646989910,47.74303,8.99895\n733,1646989911,47.74303,8.99895\n734,1646989912,47.74303,8.99895\n735,1646989913,47.74303,8.99895\n736,1646989914,47.74303,8.99895\n737,1646989915,47.74303,8.99895\n738,1646989916,47.74303,8.99894\n739,1646989917,47.74303,8.99894\n740,1646989918,47.74303,8.99895\n741,1646990043,47.74292,8.99900\n742,1646990044,47.74294,8.99899\n743,1646990045,47.74294,8.99899\n744,1646990046,47.74294,8.99899\n745,1646990047,47.74293,8.99899\n746,1646990048,47.74293,8.99898\n747,1646990049,47.74302,8.99896\n748,1646990051,47.74302,8.99896\n749,1646990052,47.74302,8.99896\n750,1646990053,47.74302,8.99895\n751,1646990054,47.74302,8.99895\n752,1646990055,47.74301,8.99895\n753,1646990056,47.74301,8.99895\n754,1646990057,47.74301,8.99895\n755,1646990058,47.74300,8.99896\n756,1646990059,47.74300,8.99896\n757,1646990060,47.74300,8.99896\n758,1646990061,47.74300,8.99896\n759,1646990062,47.74300,8.99896\n760,1646990063,47.74299,8.99896\n761,1646990188,47.74311,8.99903\n762,1646990189,47.74309,8.99903\n763,1646990190,47.74309,8.99903\n764,1646990191,47.74306,8.99904\n765,1646990192,47.74306,8.99903\n766,1646990193,47.74306,8.99902\n767,1646990194,47.74307,8.99902\n768,1646990195,47.74307,8.99902\n769,1646990196,47.74307,8.99902\n770,1646990197,47.74307,8.99903\n771,1646990198,47.74307,8.99903\n772,1646990199,47.74304,8.99903\n773,1646990201,47.74304,8.99903\n774,1646990202,47.74304,8.99903\n775,1646990203,47.74304,8.99902\n776,1646990204,47.74304,8.99902\n777,1646990205,47.74304,8.99902\n778,1646990206,47.74303,8.99902\n779,1646990207,47.74303,8.99902\n780,1646990208,47.74303,8.99902\n781,1646990335,47.74314,8.99903\n782,1646990336,47.74310,8.99900\n783,1646990337,47.74311,8.99900\n784,1646990338,47.74311,8.99900\n785,1646990339,47.74312,8.99901\n786,1646990340,47.74312,8.99901\n787,1646990341,47.74312,8.99901\n788,1646990342,47.74312,8.99902\n789,1646990343,47.74302,8.99899\n790,1646990345,47.74302,8.99900\n791,1646990346,47.74303,8.99901\n792,1646990347,47.74303,8.99901\n793,1646990348,47.74304,8.99901\n794,1646990349,47.74304,8.99901\n795,1646990350,47.74305,8.99900\n796,1646990351,47.74305,8.99900\n797,1646990352,47.74305,8.99899\n798,1646990353,47.74305,8.99899\n799,1646990354,47.74305,8.99899\n800,1646990355,47.74305,8.99899\n801,1646990482,47.74305,8.99888\n802,1646990483,47.74299,8.99887\n803,1646990484,47.74298,8.99888\n804,1646990485,47.74297,8.99889\n805,1646990486,47.74296,8.99891\n806,1646990487,47.74295,8.99892\n807,1646990488,47.74295,8.99893\n808,1646990489,47.74296,8.99893\n809,1646990490,47.74296,8.99893\n810,1646990491,47.74297,8.99894\n811,1646990492,47.74297,8.99895\n812,1646990493,47.74301,8.99896\n813,1646990495,47.74301,8.99897\n814,1646990496,47.74302,8.99897\n815,1646990497,47.74302,8.99898\n816,1646990498,47.74302,8.99898\n817,1646990499,47.74303,8.99899\n818,1646990500,47.74303,8.99899\n819,1646990501,47.74303,8.99899\n820,1646990502,47.74303,8.99899\n821,1646990628,47.74286,8.99901\n822,1646990629,47.74288,8.99901\n823,1646990630,47.74289,8.99901\n824,1646990631,47.74290,8.99901\n825,1646990632,47.74292,8.99901\n826,1646990633,47.74293,8.99901\n827,1646990634,47.74294,8.99901\n828,1646990635,47.74296,8.99901\n829,1646990636,47.74296,8.99901\n830,1646990637,47.74303,8.99903\n831,1646990639,47.74304,8.99903\n832,1646990640,47.74305,8.99904\n833,1646990641,47.74305,8.99904\n834,1646990642,47.74306,8.99904\n835,1646990643,47.74306,8.99905\n836,1646990644,47.74306,8.99905\n837,1646990645,47.74306,8.99906\n838,1646990646,47.74307,8.99906\n839,1646990647,47.74307,8.99906\n840,1646990648,47.74307,8.99907\n841,1646990774,47.74291,8.99893\n842,1646990775,47.74292,8.99895\n843,1646990776,47.74293,8.99896\n844,1646990777,47.74293,8.99896\n845,1646990778,47.74294,8.99896\n846,1646990779,47.74296,8.99897\n847,1646990780,47.74297,8.99897\n848,1646990781,47.74303,8.99899\n849,1646990783,47.74303,8.99900\n850,1646990784,47.74304,8.99900\n851,1646990785,47.74303,8.99900\n852,1646990786,47.74303,8.99901\n853,1646990787,47.74303,8.99900\n854,1646990788,47.74303,8.99900\n855,1646990789,47.74303,8.99900\n856,1646990790,47.74303,8.99901\n857,1646990791,47.74303,8.99901\n858,1646990792,47.74303,8.99901\n859,1646990793,47.74303,8.99901\n860,1646990794,47.74303,8.99901\n861,1646990921,47.74285,8.99894\n862,1646990922,47.74290,8.99897\n863,1646990923,47.74290,8.99897\n864,1646990924,47.74287,8.99894\n865,1646990925,47.74297,8.99894\n866,1646990927,47.74297,8.99895\n867,1646990928,47.74297,8.99896\n868,1646990929,47.74298,8.99896\n869,1646990930,47.74298,8.99897\n870,1646990931,47.74298,8.99897\n871,1646990932,47.74298,8.99897\n872,1646990933,47.74298,8.99897\n873,1646990934,47.74298,8.99897\n874,1646990935,47.74298,8.99897\n875,1646990936,47.74298,8.99898\n876,1646990937,47.74298,8.99898\n877,1646990938,47.74299,8.99899\n878,1646990939,47.74299,8.99899\n879,1646990940,47.74299,8.99899\n880,1646990941,47.74299,8.99899\n881,1646991067,47.74294,8.99895\n882,1646991068,47.74297,8.99897\n883,1646991069,47.74298,8.99899\n884,1646991070,47.74300,8.99899\n885,1646991071,47.74301,8.99900\n886,1646991072,47.74301,8.99901\n887,1646991073,47.74301,8.99902\n888,1646991074,47.74302,8.99902\n889,1646991075,47.74302,8.99903\n890,1646991077,47.74303,8.99903\n891,1646991078,47.74303,8.99903\n892,1646991079,47.74303,8.99903\n893,1646991080,47.74304,8.99904\n894,1646991081,47.74304,8.99904\n895,1646991082,47.74304,8.99904\n896,1646991083,47.74304,8.99905\n897,1646991084,47.74304,8.99904\n898,1646991085,47.74304,8.99904\n899,1646991086,47.74304,8.99904\n900,1646991087,47.74304,8.99905\n901,1646991211,47.74285,8.99898\n902,1646991212,47.74293,8.99902\n903,1646991213,47.74294,8.99903\n904,1646991214,47.74295,8.99903\n905,1646991215,47.74296,8.99905\n906,1646991216,47.74296,8.99907\n907,1646991217,47.74297,8.99907\n908,1646991218,47.74298,8.99906\n909,1646991219,47.74304,8.99908\n910,1646991221,47.74304,8.99907\n911,1646991222,47.74304,8.99907\n912,1646991223,47.74305,8.99907\n913,1646991224,47.74305,8.99907\n914,1646991225,47.74305,8.99907\n915,1646991226,47.74305,8.99907\n916,1646991227,47.74306,8.99906\n917,1646991228,47.74306,8.99906\n918,1646991229,47.74306,8.99906\n919,1646991230,47.74307,8.99906\n920,1646991231,47.74307,8.99906\n921,1646991357,47.74303,8.99897\n922,1646991358,47.74302,8.99896\n923,1646991359,47.74302,8.99896\n924,1646991360,47.74302,8.99896\n925,1646991361,47.74303,8.99895\n926,1646991362,47.74303,8.99896\n927,1646991363,47.74298,8.99896\n928,1646991365,47.74298,8.99897\n929,1646991366,47.74298,8.99897\n930,1646991367,47.74298,8.99898\n931,1646991368,47.74298,8.99899\n932,1646991369,47.74298,8.99900\n933,1646991370,47.74298,8.99900\n934,1646991371,47.74297,8.99900\n935,1646991372,47.74297,8.99901\n936,1646991373,47.74297,8.99901\n937,1646991374,47.74297,8.99901\n938,1646991375,47.74298,8.99901\n939,1646991376,47.74298,8.99902\n940,1646991377,47.74298,8.99902\n941,1646991509,47.74315,8.99907\n942,1646991510,47.74314,8.99907\n943,1646991511,47.74312,8.99906\n944,1646991512,47.74310,8.99907\n945,1646991513,47.74298,8.99900\n946,1646991515,47.74298,8.99902\n947,1646991516,47.74298,8.99902\n948,1646991517,47.74298,8.99903\n949,1646991518,47.74298,8.99903\n950,1646991519,47.74298,8.99904\n951,1646991520,47.74298,8.99904\n952,1646991521,47.74298,8.99905\n953,1646991522,47.74298,8.99905\n954,1646991523,47.74298,8.99906\n955,1646991524,47.74298,8.99906\n956,1646991525,47.74298,8.99907\n957,1646991526,47.74299,8.99907\n958,1646991527,47.74299,8.99907\n959,1646991528,47.74300,8.99908\n960,1646991529,47.74300,8.99908\n961,1646991662,47.74280,8.99871\n962,1646991663,47.74292,8.99880\n963,1646991665,47.74291,8.99880\n964,1646991666,47.74291,8.99880\n965,1646991667,47.74291,8.99881\n966,1646991668,47.74292,8.99882\n967,1646991669,47.74292,8.99882\n968,1646991670,47.74293,8.99883\n969,1646991671,47.74293,8.99884\n970,1646991672,47.74293,8.99884\n971,1646991673,47.74293,8.99885\n972,1646991674,47.74294,8.99886\n973,1646991675,47.74293,8.99886\n974,1646991676,47.74294,8.99887\n975,1646991677,47.74294,8.99888\n976,1646991678,47.74294,8.99889\n977,1646991679,47.74294,8.99889\n978,1646991680,47.74295,8.99890\n979,1646991681,47.74295,8.99890\n980,1646991682,47.74295,8.99890\n981,1646991813,47.74303,8.99897\n982,1646991815,47.74303,8.99898\n983,1646991816,47.74303,8.99899\n984,1646991817,47.74303,8.99900\n985,1646991818,47.74305,8.99901\n986,1646991817,47.74304,8.99901\n987,1646991818,47.74304,8.99900\n988,1646991819,47.74304,8.99900\n989,1646991820,47.74304,8.99900\n990,1646991821,47.74304,8.99901\n991,1646991822,47.74304,8.99901\n992,1646991823,47.74305,8.99901\n993,1646991824,47.74305,8.99901\n994,1646991825,47.74304,8.99899\n995,1646991826,47.74304,8.99898\n996,1646991827,47.74303,8.99898\n997,1646991828,47.74303,8.99897\n998,1646991829,47.74303,8.99896\n999,1646991830,47.74302,8.99894\n1000,1646991831,47.74302,8.99893\n1001,1646991961,47.74301,8.99883\n1002,1646991962,47.74303,8.99884\n1003,1646991963,47.74303,8.99884\n1004,1646991964,47.74302,8.99883\n1005,1646991965,47.74301,8.99882\n1006,1646991966,47.74299,8.99881\n1007,1646991967,47.74292,8.99877\n1008,1646991969,47.74294,8.99878\n1009,1646991970,47.74294,8.99879\n1010,1646991971,47.74295,8.99879\n1011,1646991972,47.74294,8.99879\n1012,1646991973,47.74294,8.99878\n1013,1646991974,47.74293,8.99877\n1014,1646991975,47.74293,8.99876\n1015,1646991976,47.74293,8.99876\n1016,1646991977,47.74293,8.99875\n1017,1646991978,47.74293,8.99875\n1018,1646991979,47.74293,8.99875\n1019,1646991980,47.74293,8.99876\n1020,1646991981,47.74294,8.99877\n1021,1646992113,47.74326,8.99912\n1022,1646992114,47.74324,8.99913\n1023,1646992115,47.74324,8.99914\n1024,1646992116,47.74325,8.99914\n1025,1646992117,47.74294,8.99891\n1026,1646992119,47.74295,8.99891\n1027,1646992120,47.74296,8.99892\n1028,1646992121,47.74297,8.99893\n1029,1646992122,47.74297,8.99894\n1030,1646992123,47.74297,8.99894\n1031,1646992124,47.74298,8.99894\n1032,1646992125,47.74298,8.99894\n1033,1646992126,47.74298,8.99894\n1034,1646992127,47.74298,8.99895\n1035,1646992128,47.74298,8.99895\n1036,1646992129,47.74299,8.99895\n1037,1646992130,47.74299,8.99895\n1038,1646992131,47.74299,8.99896\n1039,1646992132,47.74298,8.99896\n1040,1646992133,47.74299,8.99896\n1041,1646992270,47.74306,8.99894\n1042,1646992271,47.74303,8.99895\n1043,1646992273,47.74305,8.99894\n1044,1646992274,47.74305,8.99893\n1045,1646992275,47.74306,8.99892\n1046,1646992276,47.74307,8.99891\n1047,1646992277,47.74307,8.99890\n1048,1646992278,47.74308,8.99889\n1049,1646992279,47.74309,8.99889\n1050,1646992280,47.74309,8.99888\n1051,1646992281,47.74310,8.99888\n1052,1646992282,47.74310,8.99887\n1053,1646992283,47.74311,8.99887\n1054,1646992284,47.74312,8.99889\n1055,1646992285,47.74312,8.99889\n1056,1646992286,47.74313,8.99889\n1057,1646992287,47.74314,8.99890\n1058,1646992288,47.74314,8.99890\n1059,1646992289,47.74315,8.99890\n1060,1646992290,47.74315,8.99889\n1061,1646992416,47.74270,8.99908\n1062,1646992417,47.74292,8.99902\n1063,1646992418,47.74296,8.99901\n1064,1646992419,47.74296,8.99900\n1065,1646992420,47.74296,8.99899\n1066,1646992421,47.74296,8.99899\n1067,1646992422,47.74296,8.99899\n1068,1646992423,47.74296,8.99900\n1069,1646992424,47.74295,8.99900\n1070,1646992426,47.74295,8.99901\n1071,1646992427,47.74295,8.99901\n1072,1646992428,47.74295,8.99901\n1073,1646992429,47.74296,8.99901\n1074,1646992430,47.74296,8.99901\n1075,1646992431,47.74296,8.99901\n1076,1646992432,47.74295,8.99901\n1077,1646992433,47.74295,8.99901\n1078,1646992434,47.74295,8.99901\n1079,1646992435,47.74295,8.99901\n1080,1646992436,47.74295,8.99901\n1081,1646992561,47.74299,8.99907\n1082,1646992562,47.74298,8.99906\n1083,1646992563,47.74309,8.99902\n1084,1646992564,47.74309,8.99901\n1085,1646992565,47.74309,8.99901\n1086,1646992566,47.74310,8.99900\n1087,1646992567,47.74309,8.99900\n1088,1646992569,47.74309,8.99900\n1089,1646992570,47.74308,8.99900\n1090,1646992571,47.74308,8.99899\n1091,1646992572,47.74307,8.99899\n1092,1646992573,47.74307,8.99899\n1093,1646992574,47.74307,8.99899\n1094,1646992575,47.74307,8.99899\n1095,1646992576,47.74307,8.99899\n1096,1646992577,47.74307,8.99899\n1097,1646992578,47.74307,8.99899\n1098,1646992579,47.74307,8.99899\n1099,1646992580,47.74307,8.99900\n1100,1646992581,47.74307,8.99900\n1101,1646992707,47.74284,8.99894\n1102,1646992708,47.74291,8.99892\n1103,1646992709,47.74291,8.99892\n1104,1646992710,47.74293,8.99891\n1105,1646992711,47.74293,8.99891\n1106,1646992712,47.74293,8.99892\n1107,1646992713,47.74294,8.99892\n1108,1646992714,47.74294,8.99893\n1109,1646992715,47.74294,8.99893\n1110,1646992716,47.74295,8.99895\n1111,1646992717,47.74295,8.99895\n1112,1646992718,47.74294,8.99896\n1113,1646992720,47.74295,8.99896\n1114,1646992721,47.74295,8.99896\n1115,1646992722,47.74295,8.99896\n1116,1646992723,47.74295,8.99897\n1117,1646992724,47.74295,8.99897\n1118,1646992725,47.74295,8.99897\n1119,1646992726,47.74295,8.99897\n1120,1646992727,47.74296,8.99897\n1121,1646992853,47.74296,8.99896\n1122,1646992854,47.74296,8.99894\n1123,1646992855,47.74297,8.99894\n1124,1646992856,47.74296,8.99894\n1125,1646992857,47.74297,8.99894\n1126,1646992858,47.74298,8.99895\n1127,1646992859,47.74298,8.99895\n1128,1646992860,47.74299,8.99895\n1129,1646992861,47.74299,8.99895\n1130,1646992862,47.74298,8.99896\n1131,1646992864,47.74300,8.99897\n1132,1646992865,47.74300,8.99898\n1133,1646992866,47.74300,8.99898\n1134,1646992867,47.74300,8.99899\n1135,1646992868,47.74300,8.99899\n1136,1646992869,47.74300,8.99899\n1137,1646992870,47.74300,8.99900\n1138,1646992871,47.74301,8.99900\n1139,1646992872,47.74300,8.99900\n1140,1646992873,47.74300,8.99900\n1141,1646992999,47.74297,8.99901\n1142,1646993000,47.74298,8.99900\n1143,1646993001,47.74297,8.99900\n1144,1646993002,47.74298,8.99901\n1145,1646993003,47.74298,8.99900\n1146,1646993004,47.74299,8.99900\n1147,1646993005,47.74300,8.99900\n1148,1646993006,47.74302,8.99898\n1149,1646993008,47.74302,8.99897\n1150,1646993009,47.74303,8.99896\n1151,1646993010,47.74303,8.99895\n1152,1646993011,47.74304,8.99895\n1153,1646993012,47.74304,8.99894\n1154,1646993013,47.74304,8.99895\n1155,1646993014,47.74304,8.99896\n1156,1646993015,47.74304,8.99897\n1157,1646993016,47.74304,8.99897\n1158,1646993017,47.74304,8.99897\n1159,1646993018,47.74304,8.99898\n1160,1646993019,47.74304,8.99897\n1161,1646993145,47.74303,8.99880\n1162,1646993146,47.74303,8.99884\n1163,1646993147,47.74302,8.99886\n1164,1646993148,47.74302,8.99887\n1165,1646993149,47.74302,8.99887\n1166,1646993150,47.74303,8.99890\n1167,1646993151,47.74303,8.99891\n1168,1646993152,47.74303,8.99892\n1169,1646993153,47.74304,8.99893\n1170,1646993154,47.74304,8.99894\n1171,1646993155,47.74305,8.99894\n1172,1646993156,47.74307,8.99893\n1173,1646993158,47.74307,8.99893\n1174,1646993159,47.74307,8.99893\n1175,1646993160,47.74307,8.99893\n1176,1646993161,47.74306,8.99893\n1177,1646993162,47.74306,8.99894\n1178,1646993163,47.74306,8.99894\n1179,1646993164,47.74306,8.99895\n1180,1646993165,47.74305,8.99895\n1181,1646993291,47.74283,8.99900\n1182,1646993292,47.74283,8.99900\n1183,1646993293,47.74291,8.99904\n1184,1646993294,47.74292,8.99904\n1185,1646993295,47.74292,8.99905\n1186,1646993296,47.74293,8.99906\n1187,1646993297,47.74293,8.99907\n1188,1646993298,47.74294,8.99908\n1189,1646993299,47.74297,8.99903\n1190,1646993301,47.74297,8.99903\n1191,1646993302,47.74297,8.99903\n1192,1646993303,47.74298,8.99903\n1193,1646993304,47.74298,8.99904\n1194,1646993305,47.74298,8.99904\n1195,1646993306,47.74299,8.99904\n1196,1646993307,47.74299,8.99904\n1197,1646993308,47.74299,8.99904\n1198,1646993309,47.74299,8.99904\n1199,1646993310,47.74299,8.99903\n1200,1646993311,47.74300,8.99903\n1201,1646993438,47.74292,8.99906\n1202,1646993439,47.74284,8.99909\n1203,1646993440,47.74285,8.99910\n1204,1646993441,47.74286,8.99910\n1205,1646993442,47.74287,8.99910\n1206,1646993443,47.74291,8.99907\n1207,1646993445,47.74292,8.99907\n1208,1646993446,47.74292,8.99906\n1209,1646993447,47.74293,8.99906\n1210,1646993448,47.74293,8.99906\n1211,1646993449,47.74294,8.99906\n1212,1646993450,47.74294,8.99905\n1213,1646993451,47.74295,8.99905\n1214,1646993452,47.74296,8.99905\n1215,1646993453,47.74296,8.99905\n1216,1646993454,47.74297,8.99905\n1217,1646993455,47.74297,8.99904\n1218,1646993456,47.74297,8.99904\n1219,1646993457,47.74297,8.99904\n1220,1646993458,47.74297,8.99904\n1221,1646993584,47.74294,8.99916\n1222,1646993585,47.74294,8.99915\n1223,1646993586,47.74293,8.99916\n1224,1646993587,47.74294,8.99914\n1225,1646993588,47.74294,8.99914\n1226,1646993589,47.74294,8.99914\n1227,1646993590,47.74295,8.99913\n1228,1646993591,47.74295,8.99912\n1229,1646993592,47.74296,8.99911\n1230,1646993593,47.74299,8.99908\n1231,1646993595,47.74299,8.99908\n1232,1646993596,47.74300,8.99908\n1233,1646993597,47.74300,8.99907\n1234,1646993598,47.74300,8.99907\n1235,1646993599,47.74301,8.99907\n1236,1646993600,47.74301,8.99907\n1237,1646993601,47.74301,8.99908\n1238,1646993602,47.74301,8.99908\n1239,1646993603,47.74301,8.99908\n1240,1646993604,47.74301,8.99907\n1241,1646993729,47.74288,8.99902\n1242,1646993730,47.74290,8.99902\n1243,1646993731,47.74291,8.99902\n1244,1646993732,47.74293,8.99904\n1245,1646993733,47.74293,8.99903\n1246,1646993734,47.74293,8.99903\n1247,1646993735,47.74294,8.99903\n1248,1646993736,47.74294,8.99903\n1249,1646993737,47.74294,8.99903\n1250,1646993738,47.74297,8.99900\n1251,1646993740,47.74297,8.99901\n1252,1646993741,47.74297,8.99901\n1253,1646993742,47.74298,8.99901\n1254,1646993743,47.74298,8.99902\n1255,1646993744,47.74298,8.99903\n1256,1646993745,47.74298,8.99903\n1257,1646993746,47.74298,8.99903\n1258,1646993747,47.74299,8.99903\n1259,1646993748,47.74299,8.99903\n1260,1646993749,47.74299,8.99903\n1261,1646993875,47.74302,8.99900\n1262,1646993876,47.74306,8.99901\n1263,1646993877,47.74305,8.99899\n1264,1646993878,47.74305,8.99898\n1265,1646993879,47.74305,8.99898\n1266,1646993880,47.74304,8.99898\n1267,1646993881,47.74303,8.99897\n1268,1646993882,47.74303,8.99897\n1269,1646993884,47.74303,8.99898\n1270,1646993885,47.74303,8.99899\n1271,1646993886,47.74303,8.99900\n1272,1646993887,47.74303,8.99900\n1273,1646993888,47.74303,8.99900\n1274,1646993889,47.74303,8.99901\n1275,1646993890,47.74302,8.99901\n1276,1646993891,47.74302,8.99901\n1277,1646993892,47.74302,8.99902\n1278,1646993893,47.74302,8.99902\n1279,1646993894,47.74302,8.99902\n1280,1646993895,47.74301,8.99902\n1281,1646994022,47.74278,8.99891\n1282,1646994023,47.74287,8.99897\n1283,1646994024,47.74292,8.99899\n1284,1646994025,47.74295,8.99900\n1285,1646994026,47.74297,8.99900\n1286,1646994027,47.74298,8.99901\n1287,1646994028,47.74299,8.99901\n1288,1646994029,47.74300,8.99902\n1289,1646994030,47.74300,8.99902\n1290,1646994031,47.74301,8.99902\n1291,1646994032,47.74302,8.99896\n1292,1646994034,47.74302,8.99896\n1293,1646994035,47.74303,8.99897\n1294,1646994036,47.74303,8.99896\n1295,1646994037,47.74303,8.99897\n1296,1646994038,47.74303,8.99898\n1297,1646994039,47.74304,8.99899\n1298,1646994040,47.74304,8.99899\n1299,1646994041,47.74304,8.99900\n1300,1646994042,47.74304,8.99900\n1301,1646994167,47.74306,8.99895\n1302,1646994168,47.74297,8.99888\n1303,1646994169,47.74298,8.99889\n1304,1646994170,47.74300,8.99891\n1305,1646994171,47.74301,8.99893\n1306,1646994172,47.74301,8.99894\n1307,1646994173,47.74301,8.99895\n1308,1646994174,47.74301,8.99896\n1309,1646994175,47.74301,8.99896\n1310,1646994176,47.74301,8.99897\n1311,1646994178,47.74302,8.99897\n1312,1646994179,47.74302,8.99897\n1313,1646994180,47.74302,8.99897\n1314,1646994181,47.74302,8.99898\n1315,1646994182,47.74303,8.99899\n1316,1646994183,47.74303,8.99900\n1317,1646994184,47.74303,8.99901\n1318,1646994185,47.74303,8.99901\n1319,1646994186,47.74303,8.99901\n1320,1646994187,47.74303,8.99902\n1321,1646994312,47.74305,8.99893\n1322,1646994313,47.74305,8.99895\n1323,1646994314,47.74304,8.99895\n1324,1646994315,47.74304,8.99895\n1325,1646994316,47.74304,8.99896\n1326,1646994317,47.74304,8.99897\n1327,1646994318,47.74305,8.99898\n1328,1646994319,47.74306,8.99887\n1329,1646994321,47.74306,8.99888\n1330,1646994322,47.74306,8.99889\n1331,1646994323,47.74306,8.99889\n1332,1646994324,47.74306,8.99888\n1333,1646994325,47.74306,8.99889\n1334,1646994326,47.74305,8.99888\n1335,1646994327,47.74305,8.99888\n1336,1646994328,47.74304,8.99888\n1337,1646994329,47.74304,8.99888\n1338,1646994330,47.74304,8.99888\n1339,1646994331,47.74305,8.99888\n1340,1646994332,47.74305,8.99888\n1341,1646994457,47.74306,8.99897\n1342,1646994458,47.74304,8.99899\n1343,1646994459,47.74303,8.99900\n1344,1646994460,47.74302,8.99901\n1345,1646994461,47.74301,8.99902\n1346,1646994462,47.74301,8.99903\n1347,1646994463,47.74305,8.99900\n1348,1646994465,47.74304,8.99899\n1349,1646994466,47.74304,8.99899\n1350,1646994467,47.74304,8.99899\n1351,1646994468,47.74304,8.99899\n1352,1646994469,47.74304,8.99899\n1353,1646994470,47.74303,8.99899\n1354,1646994471,47.74303,8.99900\n1355,1646994472,47.74303,8.99901\n1356,1646994473,47.74303,8.99901\n1357,1646994474,47.74302,8.99901\n1358,1646994475,47.74302,8.99902\n1359,1646994476,47.74302,8.99902\n1360,1646994477,47.74302,8.99902\n1361,1646994603,47.74309,8.99908\n1362,1646994604,47.74307,8.99909\n1363,1646994605,47.74305,8.99910\n1364,1646994606,47.74304,8.99911\n1365,1646994607,47.74304,8.99911\n1366,1646994608,47.74303,8.99911\n1367,1646994609,47.74303,8.99911\n1368,1646994610,47.74303,8.99911\n1369,1646994611,47.74303,8.99910\n1370,1646994612,47.74302,8.99909\n1371,1646994613,47.74307,8.99904\n1372,1646994615,47.74307,8.99903\n1373,1646994616,47.74307,8.99902\n1374,1646994617,47.74307,8.99903\n1375,1646994618,47.74307,8.99903\n1376,1646994619,47.74307,8.99904\n1377,1646994620,47.74307,8.99904\n1378,1646994621,47.74307,8.99904\n1379,1646994622,47.74307,8.99904\n1380,1646994623,47.74306,8.99905\n1381,1646994749,47.74306,8.99905\n1382,1646994750,47.74307,8.99906\n1383,1646994751,47.74307,8.99905\n1384,1646994752,47.74307,8.99905\n1385,1646994753,47.74306,8.99904\n1386,1646994754,47.74305,8.99904\n1387,1646994755,47.74304,8.99902\n1388,1646994756,47.74304,8.99901\n1389,1646994757,47.74304,8.99900\n1390,1646994758,47.74307,8.99901\n1391,1646994760,47.74307,8.99901\n1392,1646994761,47.74308,8.99901\n1393,1646994762,47.74308,8.99901\n1394,1646994763,47.74308,8.99902\n1395,1646994764,47.74308,8.99903\n1396,1646994765,47.74308,8.99903\n1397,1646994766,47.74308,8.99904\n1398,1646994767,47.74309,8.99904\n1399,1646994768,47.74309,8.99904\n1400,1646994769,47.74309,8.99904\n1401,1646994897,47.74286,8.99907\n1402,1646994898,47.74286,8.99906\n1403,1646994899,47.74286,8.99905\n1404,1646994900,47.74286,8.99905\n1405,1646994901,47.74286,8.99903\n1406,1646994902,47.74295,8.99893\n1407,1646994904,47.74295,8.99894\n1408,1646994905,47.74296,8.99896\n1409,1646994906,47.74296,8.99896\n1410,1646994907,47.74296,8.99896\n1411,1646994908,47.74296,8.99896\n1412,1646994909,47.74296,8.99896\n1413,1646994910,47.74295,8.99896\n1414,1646994911,47.74294,8.99895\n1415,1646994912,47.74294,8.99895\n1416,1646994913,47.74294,8.99894\n1417,1646994914,47.74293,8.99895\n1418,1646994915,47.74293,8.99896\n1419,1646994916,47.74293,8.99896\n1420,1646994917,47.74294,8.99896\n1421,1646995045,47.74281,8.99914\n1422,1646995046,47.74283,8.99915\n1423,1646995047,47.74288,8.99917\n1424,1646995048,47.74288,8.99916\n1425,1646995049,47.74289,8.99915\n1426,1646995050,47.74290,8.99915\n1427,1646995051,47.74291,8.99916\n1428,1646995052,47.74299,8.99896\n1429,1646995054,47.74299,8.99894\n1430,1646995055,47.74298,8.99893\n1431,1646995056,47.74298,8.99892\n1432,1646995057,47.74299,8.99891\n1433,1646995058,47.74299,8.99891\n1434,1646995059,47.74300,8.99891\n1435,1646995060,47.74300,8.99891\n1436,1646995061,47.74300,8.99891\n1437,1646995062,47.74301,8.99891\n1438,1646995063,47.74301,8.99891\n1439,1646995064,47.74301,8.99891\n1440,1646995065,47.74302,8.99890\n1441,1646995195,47.74303,8.99892\n1442,1646995196,47.74301,8.99890\n1443,1646995197,47.74300,8.99890\n1444,1646995198,47.74306,8.99894\n1445,1646995199,47.74310,8.99897\n1446,1646995200,47.74309,8.99897\n1447,1646995201,47.74309,8.99897\n1448,1646995202,47.74309,8.99894\n1449,1646995204,47.74308,8.99893\n1450,1646995205,47.74308,8.99893\n1451,1646995206,47.74308,8.99893\n1452,1646995207,47.74307,8.99892\n1453,1646995208,47.74307,8.99892\n1454,1646995209,47.74306,8.99892\n1455,1646995210,47.74306,8.99893\n1456,1646995211,47.74306,8.99893\n1457,1646995212,47.74305,8.99892\n1458,1646995213,47.74305,8.99892\n1459,1646995214,47.74304,8.99892\n1460,1646995215,47.74304,8.99892\n1461,1646995347,47.74299,8.99895\n1462,1646995348,47.74299,8.99896\n1463,1646995349,47.74298,8.99897\n1464,1646995350,47.74298,8.99897\n1465,1646995351,47.74297,8.99897\n1466,1646995352,47.74303,8.99890\n1467,1646995354,47.74303,8.99890\n1468,1646995355,47.74303,8.99890\n1469,1646995356,47.74304,8.99890\n1470,1646995357,47.74304,8.99890\n1471,1646995358,47.74304,8.99890\n1472,1646995359,47.74304,8.99889\n1473,1646995360,47.74304,8.99889\n1474,1646995361,47.74304,8.99888\n1475,1646995362,47.74304,8.99888\n1476,1646995363,47.74304,8.99888\n1477,1646995364,47.74304,8.99888\n1478,1646995365,47.74305,8.99888\n1479,1646995366,47.74305,8.99888\n1480,1646995367,47.74305,8.99888\n1481,1646995497,47.74295,8.99885\n1482,1646995498,47.74293,8.99884\n1483,1646995499,47.74292,8.99883\n1484,1646995500,47.74292,8.99883\n1485,1646995501,47.74292,8.99882\n1486,1646995502,47.74294,8.99877\n1487,1646995504,47.74298,8.99879\n1488,1646995505,47.74300,8.99881\n1489,1646995506,47.74301,8.99882\n1490,1646995507,47.74301,8.99882\n1491,1646995508,47.74302,8.99883\n1492,1646995509,47.74303,8.99884\n1493,1646995510,47.74303,8.99884\n1494,1646995511,47.74304,8.99885\n1495,1646995512,47.74305,8.99886\n1496,1646995513,47.74306,8.99888\n1497,1646995514,47.74307,8.99889\n1498,1646995515,47.74307,8.99890\n1499,1646995516,47.74308,8.99890\n1500,1646995517,47.74309,8.99891\n1501,1646995651,47.74272,8.99890\n1502,1646995654,47.74286,8.99872\n1503,1646995655,47.74287,8.99874\n1504,1646995656,47.74286,8.99873\n1505,1646995657,47.74284,8.99872\n1506,1646995658,47.74284,8.99871\n1507,1646995659,47.74283,8.99871\n1508,1646995660,47.74282,8.99870\n1509,1646995661,47.74282,8.99870\n1510,1646995662,47.74281,8.99869\n1511,1646995663,47.74280,8.99868\n1512,1646995664,47.74280,8.99868\n1513,1646995665,47.74280,8.99869\n1514,1646995666,47.74280,8.99869\n1515,1646995667,47.74279,8.99868\n1516,1646995668,47.74278,8.99867\n1517,1646995669,47.74277,8.99866\n1518,1646995670,47.74276,8.99865\n1519,1646995671,47.74276,8.99864\n1520,1646995672,47.74275,8.99864\n1521,1646995805,47.74308,8.99900\n1522,1646995806,47.74306,8.99900\n1523,1646995807,47.74303,8.99899\n1524,1646995808,47.74306,8.99896\n1525,1646995810,47.74306,8.99895\n1526,1646995811,47.74305,8.99894\n1527,1646995812,47.74304,8.99893\n1528,1646995813,47.74303,8.99892\n1529,1646995814,47.74302,8.99891\n1530,1646995815,47.74301,8.99890\n1531,1646995816,47.74300,8.99889\n1532,1646995817,47.74300,8.99888\n1533,1646995818,47.74299,8.99888\n1534,1646995819,47.74299,8.99888\n1535,1646995820,47.74298,8.99888\n1536,1646995821,47.74298,8.99888\n1537,1646995822,47.74298,8.99888\n1538,1646995823,47.74298,8.99888\n1539,1646995824,47.74298,8.99888\n1540,1646995825,47.74297,8.99888\n1541,1646995977,47.74319,8.99901\n1542,1646995978,47.74318,8.99901\n1543,1646995979,47.74317,8.99901\n1544,1646995980,47.74316,8.99902\n1545,1646995981,47.74312,8.99899\n1546,1646995982,47.74310,8.99898\n1547,1646995983,47.74309,8.99897\n1548,1646995984,47.74308,8.99897\n1549,1646995985,47.74307,8.99896\n1550,1646995986,47.74307,8.99896\n1551,1646995987,47.74306,8.99895\n1552,1646995988,47.74305,8.99895\n1553,1646995989,47.74305,8.99894\n1554,1646995990,47.74304,8.99894\n1555,1646995991,47.74304,8.99894\n1556,1646995992,47.74304,8.99894\n1557,1646995993,47.74304,8.99894\n1558,1646995994,47.74304,8.99894\n1559,1646995995,47.74303,8.99893\n1560,1646995996,47.74303,8.99893\n1561,1646996126,47.74312,8.99893\n1562,1646996127,47.74310,8.99893\n1563,1646996128,47.74311,8.99891\n1564,1646996129,47.74309,8.99889\n1565,1646996130,47.74309,8.99889\n1566,1646996131,47.74313,8.99889\n1567,1646996133,47.74313,8.99890\n1568,1646996134,47.74314,8.99890\n1569,1646996135,47.74315,8.99890\n1570,1646996136,47.74315,8.99889\n1571,1646996137,47.74316,8.99889\n1572,1646996138,47.74316,8.99890\n1573,1646996139,47.74316,8.99891\n1574,1646996140,47.74315,8.99892\n1575,1646996141,47.74315,8.99892\n1576,1646996142,47.74315,8.99892\n1577,1646996143,47.74315,8.99891\n1578,1646996144,47.74316,8.99891\n1579,1646996145,47.74315,8.99891\n1580,1646996146,47.74315,8.99891\n1581,1646996274,47.74310,8.99911\n1582,1646996275,47.74311,8.99910\n1583,1646996276,47.74312,8.99910\n1584,1646996277,47.74310,8.99909\n1585,1646996278,47.74309,8.99907\n1586,1646996279,47.74308,8.99905\n1587,1646996280,47.74307,8.99905\n1588,1646996281,47.74307,8.99905\n1589,1646996282,47.74311,8.99903\n1590,1646996284,47.74311,8.99903\n1591,1646996285,47.74311,8.99903\n1592,1646996286,47.74311,8.99903\n1593,1646996287,47.74310,8.99903\n1594,1646996288,47.74310,8.99904\n1595,1646996289,47.74310,8.99904\n1596,1646996290,47.74310,8.99904\n1597,1646996291,47.74310,8.99904\n1598,1646996292,47.74311,8.99903\n1599,1646996293,47.74311,8.99903\n1600,1646996294,47.74311,8.99902\n1601,1646996426,47.74306,8.99892\n1602,1646996428,47.74311,8.99888\n1603,1646996429,47.74311,8.99888\n1604,1646996430,47.74310,8.99889\n1605,1646996431,47.74309,8.99890\n1606,1646996432,47.74309,8.99891\n1607,1646996433,47.74310,8.99891\n1608,1646996434,47.74310,8.99892\n1609,1646996435,47.74310,8.99892\n1610,1646996436,47.74310,8.99893\n1611,1646996437,47.74310,8.99893\n1612,1646996438,47.74311,8.99893\n1613,1646996439,47.74311,8.99894\n1614,1646996440,47.74312,8.99894\n1615,1646996441,47.74312,8.99893\n1616,1646996442,47.74312,8.99893\n1617,1646996443,47.74313,8.99893\n1618,1646996444,47.74313,8.99894\n1619,1646996445,47.74313,8.99894\n1620,1646996446,47.74312,8.99894\n1621,1646996586,47.74334,8.99901\n1622,1646996587,47.74308,8.99903\n1623,1646996589,47.74312,8.99906\n1624,1646996590,47.74313,8.99906\n1625,1646996591,47.74312,8.99905\n1626,1646996592,47.74311,8.99904\n1627,1646996593,47.74312,8.99904\n1628,1646996594,47.74312,8.99904\n1629,1646996595,47.74313,8.99904\n1630,1646996596,47.74313,8.99904\n1631,1646996597,47.74314,8.99904\n1632,1646996598,47.74314,8.99903\n1633,1646996599,47.74314,8.99902\n1634,1646996600,47.74314,8.99901\n1635,1646996601,47.74315,8.99901\n1636,1646996602,47.74315,8.99901\n1637,1646996603,47.74315,8.99900\n1638,1646996604,47.74315,8.99900\n1639,1646996605,47.74315,8.99900\n1640,1646996606,47.74314,8.99899\n1641,1646996737,47.74308,8.99887\n1642,1646996738,47.74306,8.99887\n1643,1646996740,47.74305,8.99886\n1644,1646996741,47.74305,8.99885\n1645,1646996742,47.74305,8.99885\n1646,1646996743,47.74306,8.99886\n1647,1646996744,47.74306,8.99887\n1648,1646996745,47.74306,8.99887\n1649,1646996746,47.74307,8.99887\n1650,1646996747,47.74306,8.99887\n1651,1646996748,47.74306,8.99888\n1652,1646996749,47.74307,8.99889\n1653,1646996750,47.74307,8.99889\n1654,1646996751,47.74307,8.99889\n1655,1646996752,47.74306,8.99889\n1656,1646996753,47.74306,8.99890\n1657,1646996754,47.74306,8.99890\n1658,1646996755,47.74306,8.99890\n1659,1646996756,47.74306,8.99891\n1660,1646996757,47.74306,8.99891\n1661,1646996886,47.74300,8.99902\n1662,1646996887,47.74299,8.99900\n1663,1646996888,47.74305,8.99888\n1664,1646996890,47.74305,8.99886\n1665,1646996891,47.74306,8.99887\n1666,1646996892,47.74306,8.99887\n1667,1646996893,47.74307,8.99887\n1668,1646996894,47.74307,8.99887\n1669,1646996895,47.74307,8.99888\n1670,1646996896,47.74307,8.99889\n1671,1646996897,47.74308,8.99889\n1672,1646996898,47.74308,8.99889\n1673,1646996899,47.74309,8.99890\n1674,1646996900,47.74309,8.99890\n1675,1646996901,47.74309,8.99890\n1676,1646996902,47.74310,8.99890\n1677,1646996903,47.74310,8.99890\n1678,1646996904,47.74310,8.99890\n1679,1646996905,47.74311,8.99890\n1680,1646996906,47.74311,8.99890\n1681,1646997036,47.74300,8.99897\n1682,1646997037,47.74303,8.99901\n1683,1646997038,47.74305,8.99892\n1684,1646997040,47.74305,8.99891\n1685,1646997041,47.74305,8.99890\n1686,1646997042,47.74304,8.99891\n1687,1646997043,47.74305,8.99892\n1688,1646997044,47.74305,8.99891\n1689,1646997045,47.74304,8.99891\n1690,1646997046,47.74305,8.99890\n1691,1646997047,47.74305,8.99890\n1692,1646997048,47.74305,8.99889\n1693,1646997049,47.74304,8.99889\n1694,1646997050,47.74305,8.99889\n1695,1646997051,47.74305,8.99888\n1696,1646997052,47.74305,8.99887\n1697,1646997053,47.74305,8.99887\n1698,1646997054,47.74305,8.99887\n1699,1646997055,47.74305,8.99887\n1700,1646997056,47.74305,8.99888\n1701,1646997186,47.74366,8.99893\n1702,1646997188,47.74300,8.99894\n1703,1646997189,47.74300,8.99894\n1704,1646997190,47.74301,8.99894\n1705,1646997191,47.74301,8.99895\n1706,1646997192,47.74301,8.99896\n1707,1646997193,47.74301,8.99896\n1708,1646997194,47.74301,8.99895\n1709,1646997195,47.74302,8.99895\n1710,1646997196,47.74303,8.99895\n1711,1646997197,47.74303,8.99895\n1712,1646997198,47.74303,8.99895\n1713,1646997199,47.74303,8.99895\n1714,1646997200,47.74303,8.99895\n1715,1646997201,47.74302,8.99894\n1716,1646997202,47.74302,8.99894\n1717,1646997203,47.74302,8.99894\n1718,1646997204,47.74302,8.99894\n1719,1646997205,47.74302,8.99894\n1720,1646997206,47.74302,8.99894\n1721,1646997334,47.74299,8.99903\n1722,1646997335,47.74299,8.99902\n1723,1646997336,47.74300,8.99901\n1724,1646997337,47.74303,8.99898\n1725,1646997339,47.74303,8.99898\n1726,1646997340,47.74304,8.99898\n1727,1646997341,47.74304,8.99898\n1728,1646997342,47.74304,8.99898\n1729,1646997343,47.74304,8.99898\n1730,1646997344,47.74304,8.99898\n1731,1646997345,47.74304,8.99898\n1732,1646997346,47.74305,8.99898\n1733,1646997347,47.74305,8.99898\n1734,1646997348,47.74305,8.99898\n1735,1646997349,47.74305,8.99898\n1736,1646997350,47.74305,8.99899\n1737,1646997351,47.74305,8.99899\n1738,1646997352,47.74305,8.99899\n1739,1646997353,47.74305,8.99899\n1740,1646997354,47.74305,8.99899\n1741,1646997482,47.74294,8.99901\n1742,1646997483,47.74304,8.99903\n1743,1646997484,47.74305,8.99904\n1744,1646997485,47.74306,8.99904\n1745,1646997486,47.74306,8.99905\n1746,1646997487,47.74307,8.99905\n1747,1646997488,47.74307,8.99903\n1748,1646997490,47.74308,8.99903\n1749,1646997491,47.74307,8.99904\n1750,1646997492,47.74307,8.99904\n1751,1646997493,47.74307,8.99904\n1752,1646997494,47.74308,8.99904\n1753,1646997495,47.74308,8.99904\n1754,1646997496,47.74308,8.99904\n1755,1646997497,47.74308,8.99904\n1756,1646997498,47.74308,8.99904\n1757,1646997499,47.74308,8.99903\n1758,1646997500,47.74308,8.99903\n1759,1646997501,47.74308,8.99902\n1760,1646997502,47.74308,8.99901\n1761,1646997630,47.74303,8.99965\n1762,1646997631,47.74303,8.99960\n1763,1646997632,47.74303,8.99957\n1764,1646997633,47.74303,8.99943\n1765,1646997634,47.74303,8.99938\n1766,1646997635,47.74303,8.99933\n1767,1646997636,47.74303,8.99931\n1768,1646997637,47.74304,8.99926\n1769,1646997637,47.74308,8.99895\n1770,1646997639,47.74308,8.99894\n1771,1646997640,47.74308,8.99893\n1772,1646997641,47.74308,8.99893\n1773,1646997642,47.74308,8.99892\n1774,1646997643,47.74308,8.99892\n1775,1646997644,47.74308,8.99891\n1776,1646997645,47.74308,8.99891\n1777,1646997646,47.74308,8.99890\n1778,1646997647,47.74307,8.99889\n1779,1646997648,47.74307,8.99888\n1780,1646997649,47.74307,8.99888\n1781,1646997777,47.74304,8.99882\n1782,1646997778,47.74308,8.99882\n1783,1646997779,47.74307,8.99882\n1784,1646997780,47.74306,8.99883\n1785,1646997781,47.74309,8.99880\n1786,1646997783,47.74310,8.99881\n1787,1646997784,47.74310,8.99881\n1788,1646997785,47.74311,8.99882\n1789,1646997786,47.74311,8.99882\n1790,1646997787,47.74311,8.99883\n1791,1646997788,47.74311,8.99884\n1792,1646997789,47.74311,8.99884\n1793,1646997790,47.74311,8.99885\n1794,1646997791,47.74312,8.99885\n1795,1646997792,47.74312,8.99885\n1796,1646997793,47.74312,8.99885\n1797,1646997794,47.74312,8.99885\n1798,1646997795,47.74312,8.99885\n1799,1646997796,47.74312,8.99886\n1800,1646997797,47.74312,8.99886\n1801,1646997927,47.74310,8.99896\n1802,1646997928,47.74310,8.99897\n1803,1646997929,47.74312,8.99898\n1804,1646997930,47.74314,8.99901\n1805,1646997931,47.74310,8.99906\n1806,1646997933,47.74310,8.99907\n1807,1646997934,47.74310,8.99907\n1808,1646997935,47.74310,8.99907\n1809,1646997936,47.74309,8.99908\n1810,1646997937,47.74309,8.99908\n1811,1646997938,47.74308,8.99908\n1812,1646997939,47.74308,8.99908\n1813,1646997940,47.74308,8.99909\n1814,1646997941,47.74307,8.99909\n1815,1646997942,47.74307,8.99909\n1816,1646997943,47.74307,8.99909\n1817,1646997944,47.74307,8.99909\n1818,1646997945,47.74307,8.99909\n1819,1646997946,47.74307,8.99909\n1820,1646997947,47.74307,8.99909\n1821,1646998085,47.74302,8.99904\n1822,1646998086,47.74302,8.99904\n1823,1646998087,47.74303,8.99904\n1824,1646998088,47.74303,8.99904\n1825,1646998089,47.74304,8.99905\n1826,1646998090,47.74304,8.99905\n1827,1646998091,47.74304,8.99905\n1828,1646998092,47.74303,8.99905\n1829,1646998093,47.74303,8.99905\n1830,1646998094,47.74303,8.99905\n1831,1646998095,47.74303,8.99905\n1832,1646998096,47.74303,8.99905\n1833,1646998097,47.74303,8.99905\n1834,1646998098,47.74302,8.99904\n1835,1646998099,47.74302,8.99904\n1836,1646998100,47.74302,8.99904\n1837,1646998101,47.74302,8.99905\n1838,1646998102,47.74302,8.99904\n1839,1646998103,47.74302,8.99904\n1840,1646998104,47.74302,8.99904\n1841,1646998232,47.74313,8.99914\n1842,1646998233,47.74318,8.99917\n1843,1646998234,47.74320,8.99917\n1844,1646998235,47.74321,8.99917\n1845,1646998236,47.74322,8.99917\n1846,1646998237,47.74330,8.99919\n1847,1646998239,47.74331,8.99919\n1848,1646998240,47.74330,8.99918\n1849,1646998241,47.74330,8.99918\n1850,1646998242,47.74329,8.99917\n1851,1646998243,47.74328,8.99916\n1852,1646998244,47.74327,8.99915\n1853,1646998245,47.74326,8.99915\n1854,1646998246,47.74325,8.99914\n1855,1646998247,47.74324,8.99914\n1856,1646998249,47.74323,8.99913\n1857,1646998250,47.74322,8.99912\n1858,1646998251,47.74321,8.99912\n1859,1646998252,47.74321,8.99912\n1860,1646998253,47.74321,8.99912\n1861,1646998378,47.74302,8.99897\n1862,1646998379,47.74301,8.99896\n1863,1646998380,47.74301,8.99895\n1864,1646998381,47.74300,8.99894\n1865,1646998382,47.74299,8.99893\n1866,1646998383,47.74299,8.99893\n1867,1646998384,47.74299,8.99893\n1868,1646998385,47.74299,8.99894\n1869,1646998386,47.74299,8.99894\n1870,1646998387,47.74300,8.99893\n1871,1646998389,47.74300,8.99893\n1872,1646998390,47.74300,8.99894\n1873,1646998391,47.74300,8.99894\n1874,1646998392,47.74300,8.99894\n1875,1646998393,47.74300,8.99893\n1876,1646998394,47.74300,8.99893\n1877,1646998395,47.74300,8.99893\n1878,1646998396,47.74300,8.99893\n1879,1646998397,47.74300,8.99894\n1880,1646998398,47.74299,8.99894\n1881,1646998527,47.74310,8.99903\n1882,1646998528,47.74313,8.99904\n1883,1646998529,47.74311,8.99904\n1884,1646998530,47.74312,8.99906\n1885,1646998531,47.74317,8.99906\n1886,1646998533,47.74316,8.99906\n1887,1646998534,47.74316,8.99906\n1888,1646998535,47.74316,8.99906\n1889,1646998536,47.74316,8.99906\n1890,1646998537,47.74316,8.99906\n1891,1646998538,47.74316,8.99906\n1892,1646998539,47.74316,8.99906\n1893,1646998540,47.74315,8.99906\n1894,1646998541,47.74315,8.99906\n1895,1646998542,47.74314,8.99906\n1896,1646998543,47.74314,8.99906\n1897,1646998544,47.74314,8.99905\n1898,1646998545,47.74313,8.99905\n1899,1646998546,47.74313,8.99905\n1900,1646998547,47.74312,8.99905\n1901,1646998672,47.74297,8.99900\n1902,1646998673,47.74299,8.99899\n1903,1646998674,47.74299,8.99899\n1904,1646998675,47.74298,8.99899\n1905,1646998676,47.74298,8.99899\n1906,1646998677,47.74298,8.99899\n1907,1646998678,47.74298,8.99900\n1908,1646998679,47.74299,8.99900\n1909,1646998680,47.74299,8.99901\n1910,1646998681,47.74300,8.99900\n1911,1646998683,47.74301,8.99900\n1912,1646998684,47.74301,8.99901\n1913,1646998685,47.74301,8.99901\n1914,1646998686,47.74302,8.99901\n1915,1646998687,47.74302,8.99902\n1916,1646998688,47.74303,8.99902\n1917,1646998689,47.74303,8.99904\n1918,1646998690,47.74303,8.99903\n1919,1646998691,47.74304,8.99904\n1920,1646998692,47.74304,8.99905\n1921,1646998824,47.74307,8.99908\n1922,1646998825,47.74320,8.99910\n1923,1646998827,47.74319,8.99909\n1924,1646998828,47.74320,8.99910\n1925,1646998829,47.74321,8.99910\n1926,1646998830,47.74320,8.99910\n1927,1646998831,47.74318,8.99909\n1928,1646998832,47.74317,8.99909\n1929,1646998833,47.74315,8.99908\n1930,1646998834,47.74314,8.99907\n1931,1646998835,47.74314,8.99908\n1932,1646998836,47.74314,8.99908\n1933,1646998837,47.74314,8.99907\n1934,1646998838,47.74315,8.99907\n1935,1646998839,47.74316,8.99908\n1936,1646998840,47.74316,8.99908\n1937,1646998841,47.74317,8.99908\n1938,1646998842,47.74317,8.99908\n1939,1646998843,47.74318,8.99908\n1940,1646998844,47.74318,8.99908\n1941,1646998972,47.74294,8.99894\n1942,1646998973,47.74296,8.99897\n1943,1646998974,47.74300,8.99897\n1944,1646998975,47.74302,8.99901\n1945,1646998977,47.74303,8.99901\n1946,1646998978,47.74305,8.99901\n1947,1646998979,47.74307,8.99902\n1948,1646998980,47.74308,8.99902\n1949,1646998981,47.74309,8.99902\n1950,1646998982,47.74309,8.99902\n1951,1646998983,47.74310,8.99902\n1952,1646998984,47.74310,8.99902\n1953,1646998985,47.74310,8.99902\n1954,1646998986,47.74310,8.99901\n1955,1646998987,47.74310,8.99901\n1956,1646998988,47.74311,8.99900\n1957,1646998989,47.74311,8.99900\n1958,1646998990,47.74311,8.99899\n1959,1646998991,47.74311,8.99899\n1960,1646998992,47.74311,8.99899\n1961,1646999119,47.74324,8.99898\n1962,1646999120,47.74323,8.99898\n1963,1646999121,47.74323,8.99899\n1964,1646999122,47.74319,8.99897\n1965,1646999123,47.74319,8.99897\n1966,1646999124,47.74319,8.99897\n1967,1646999125,47.74318,8.99896\n1968,1646999127,47.74318,8.99896\n1969,1646999128,47.74318,8.99896\n1970,1646999129,47.74318,8.99897\n1971,1646999130,47.74318,8.99897\n1972,1646999131,47.74318,8.99897\n1973,1646999132,47.74319,8.99897\n1974,1646999133,47.74319,8.99897\n1975,1646999134,47.74320,8.99898\n1976,1646999135,47.74321,8.99899\n1977,1646999136,47.74322,8.99899\n1978,1646999137,47.74323,8.99899\n1979,1646999138,47.74323,8.99900\n1980,1646999139,47.74324,8.99900\n1981,1646999275,47.74314,8.99915\n1982,1646999277,47.74317,8.99914\n1983,1646999278,47.74318,8.99914\n1984,1646999279,47.74318,8.99914\n1985,1646999280,47.74319,8.99915\n1986,1646999281,47.74320,8.99915\n1987,1646999282,47.74321,8.99915\n1988,1646999283,47.74321,8.99916\n1989,1646999284,47.74321,8.99916\n1990,1646999285,47.74322,8.99916\n1991,1646999286,47.74321,8.99916\n1992,1646999287,47.74322,8.99916\n1993,1646999288,47.74323,8.99916\n1994,1646999289,47.74323,8.99915\n1995,1646999290,47.74323,8.99915\n1996,1646999291,47.74322,8.99914\n1997,1646999292,47.74322,8.99914\n1998,1646999293,47.74323,8.99914\n1999,1646999294,47.74322,8.99913\n2000,1646999295,47.74322,8.99913\n2001,1646999423,47.74340,8.99918\n2002,1646999424,47.74339,8.99918\n2003,1646999425,47.74336,8.99916\n2004,1646999426,47.74337,8.99917\n2005,1646999427,47.74334,8.99916\n2006,1646999428,47.74329,8.99914\n2007,1646999429,47.74327,8.99913\n2008,1646999430,47.74325,8.99912\n2009,1646999431,47.74321,8.99910\n2010,1646999433,47.74321,8.99910\n2011,1646999434,47.74321,8.99910\n2012,1646999435,47.74320,8.99909\n2013,1646999436,47.74320,8.99908\n2014,1646999437,47.74319,8.99907\n2015,1646999438,47.74319,8.99907\n2016,1646999439,47.74320,8.99906\n2017,1646999440,47.74320,8.99906\n2018,1646999441,47.74320,8.99905\n2019,1646999442,47.74321,8.99905\n2020,1646999443,47.74321,8.99905\n2021,1646999566,47.74310,8.99906\n2022,1646999567,47.74315,8.99908\n2023,1646999568,47.74317,8.99909\n2024,1646999569,47.74318,8.99909\n2025,1646999570,47.74319,8.99908\n2026,1646999571,47.74320,8.99907\n2027,1646999572,47.74319,8.99906\n2028,1646999573,47.74318,8.99905\n2029,1646999574,47.74318,8.99905\n2030,1646999575,47.74310,8.99902\n2031,1646999577,47.74310,8.99902\n2032,1646999578,47.74310,8.99902\n2033,1646999579,47.74311,8.99902\n2034,1646999580,47.74311,8.99901\n2035,1646999581,47.74311,8.99902\n2036,1646999582,47.74311,8.99902\n2037,1646999583,47.74311,8.99902\n2038,1646999584,47.74311,8.99902\n2039,1646999585,47.74311,8.99901\n2040,1646999586,47.74312,8.99901\n2041,1646999712,47.74312,8.99913\n2042,1646999713,47.74310,8.99912\n2043,1646999714,47.74310,8.99910\n2044,1646999715,47.74310,8.99909\n2045,1646999716,47.74310,8.99908\n2046,1646999717,47.74310,8.99907\n2047,1646999718,47.74309,8.99906\n2048,1646999719,47.74312,8.99904\n2049,1646999721,47.74312,8.99904\n2050,1646999722,47.74312,8.99904\n2051,1646999723,47.74312,8.99904\n2052,1646999724,47.74312,8.99903\n2053,1646999725,47.74312,8.99903\n2054,1646999726,47.74312,8.99903\n2055,1646999727,47.74312,8.99903\n2056,1646999728,47.74312,8.99903\n2057,1646999729,47.74312,8.99903\n2058,1646999730,47.74312,8.99903\n2059,1646999731,47.74312,8.99902\n2060,1646999732,47.74311,8.99902\n2061,1646999856,47.74308,8.99904\n2062,1646999857,47.74307,8.99902\n2063,1646999858,47.74307,8.99901\n2064,1646999859,47.74307,8.99899\n2065,1646999860,47.74307,8.99899\n2066,1646999861,47.74307,8.99899\n2067,1646999862,47.74308,8.99899\n2068,1646999863,47.74307,8.99898\n2069,1646999865,47.74307,8.99899\n2070,1646999866,47.74307,8.99899\n2071,1646999867,47.74307,8.99898\n2072,1646999868,47.74307,8.99898\n2073,1646999869,47.74307,8.99898\n2074,1646999870,47.74307,8.99898\n2075,1646999871,47.74307,8.99898\n2076,1646999872,47.74308,8.99898\n2077,1646999873,47.74308,8.99898\n2078,1646999874,47.74308,8.99898\n2079,1646999875,47.74308,8.99898\n2080,1646999876,47.74308,8.99898\n2081,1647000004,47.74300,8.99904\n2082,1647000005,47.74300,8.99903\n2083,1647000006,47.74300,8.99903\n2084,1647000007,47.74300,8.99903\n2085,1647000008,47.74300,8.99903\n2086,1647000009,47.74300,8.99902\n2087,1647000010,47.74300,8.99902\n2088,1647000011,47.74300,8.99902\n2089,1647000012,47.74299,8.99901\n2090,1647000013,47.74301,8.99902\n2091,1647000015,47.74301,8.99902\n2092,1647000016,47.74301,8.99902\n2093,1647000017,47.74301,8.99902\n2094,1647000018,47.74301,8.99902\n2095,1647000019,47.74301,8.99902\n2096,1647000020,47.74301,8.99902\n2097,1647000021,47.74302,8.99902\n2098,1647000022,47.74302,8.99903\n2099,1647000023,47.74302,8.99902\n2100,1647000024,47.74303,8.99902\n2101,1647000147,47.74317,8.99899\n2102,1647000148,47.74313,8.99901\n2103,1647000149,47.74310,8.99901\n2104,1647000150,47.74309,8.99901\n2105,1647000151,47.74308,8.99901\n2106,1647000152,47.74308,8.99901\n2107,1647000153,47.74308,8.99901\n2108,1647000154,47.74308,8.99901\n2109,1647000155,47.74308,8.99901\n2110,1647000156,47.74308,8.99901\n2111,1647000157,47.74307,8.99901\n2112,1647000159,47.74307,8.99901\n2113,1647000160,47.74307,8.99901\n2114,1647000161,47.74307,8.99901\n2115,1647000162,47.74306,8.99901\n2116,1647000163,47.74306,8.99901\n2117,1647000164,47.74306,8.99901\n2118,1647000165,47.74306,8.99901\n2119,1647000166,47.74306,8.99901\n2120,1647000167,47.74306,8.99901\n2121,1647000290,47.74308,8.99909\n2122,1647000291,47.74307,8.99907\n2123,1647000292,47.74308,8.99906\n2124,1647000293,47.74307,8.99905\n2125,1647000294,47.74305,8.99903\n2126,1647000295,47.74305,8.99903\n2127,1647000296,47.74305,8.99902\n2128,1647000297,47.74305,8.99901\n2129,1647000298,47.74305,8.99901\n2130,1647000299,47.74306,8.99901\n2131,1647000300,47.74305,8.99900\n2132,1647000301,47.74305,8.99900\n2133,1647000303,47.74305,8.99900\n2134,1647000304,47.74305,8.99900\n2135,1647000305,47.74305,8.99900\n2136,1647000306,47.74305,8.99900\n2137,1647000307,47.74305,8.99900\n2138,1647000308,47.74305,8.99899\n2139,1647000309,47.74305,8.99898\n2140,1647000310,47.74305,8.99898\n2141,1647000434,47.74309,8.99899\n2142,1647000435,47.74308,8.99899\n2143,1647000436,47.74309,8.99898\n2144,1647000437,47.74310,8.99899\n2145,1647000438,47.74309,8.99899\n2146,1647000439,47.74308,8.99900\n2147,1647000440,47.74308,8.99900\n2148,1647000441,47.74307,8.99900\n2149,1647000442,47.74308,8.99900\n2150,1647000443,47.74308,8.99899\n2151,1647000444,47.74308,8.99899\n2152,1647000445,47.74308,8.99898\n2153,1647000447,47.74309,8.99898\n2154,1647000448,47.74309,8.99898\n2155,1647000449,47.74309,8.99899\n2156,1647000450,47.74309,8.99899\n2157,1647000451,47.74309,8.99899\n2158,1647000452,47.74309,8.99899\n2159,1647000454,47.74310,8.99899\n2160,1647000455,47.74310,8.99899\n2161,1647000578,47.74322,8.99896\n2162,1647000579,47.74314,8.99898\n2163,1647000580,47.74313,8.99898\n2164,1647000581,47.74312,8.99898\n2165,1647000582,47.74312,8.99898\n2166,1647000583,47.74312,8.99898\n2167,1647000584,47.74311,8.99898\n2168,1647000585,47.74311,8.99898\n2169,1647000586,47.74311,8.99898\n2170,1647000587,47.74310,8.99898\n2171,1647000588,47.74310,8.99898\n2172,1647000589,47.74308,8.99898\n2173,1647000591,47.74308,8.99898\n2174,1647000592,47.74308,8.99898\n2175,1647000593,47.74308,8.99898\n2176,1647000594,47.74307,8.99898\n2177,1647000595,47.74307,8.99898\n2178,1647000596,47.74307,8.99898\n2179,1647000597,47.74307,8.99898\n2180,1647000598,47.74307,8.99898\n2181,1647000721,47.74338,8.99888\n2182,1647000722,47.74317,8.99893\n2183,1647000723,47.74316,8.99894\n2184,1647000724,47.74315,8.99894\n2185,1647000725,47.74314,8.99893\n2186,1647000726,47.74313,8.99893\n2187,1647000727,47.74313,8.99893\n2188,1647000728,47.74312,8.99893\n2189,1647000729,47.74312,8.99894\n2190,1647000730,47.74311,8.99894\n2191,1647000731,47.74311,8.99894\n2192,1647000732,47.74310,8.99895\n2193,1647000733,47.74308,8.99895\n2194,1647000735,47.74308,8.99895\n2195,1647000736,47.74308,8.99895\n2196,1647000737,47.74308,8.99895\n2197,1647000738,47.74307,8.99896\n2198,1647000739,47.74307,8.99895\n2199,1647000740,47.74307,8.99896\n2200,1647000742,47.74307,8.99896\n2201,1647000866,47.74311,8.99882\n2202,1647000867,47.74310,8.99883\n2203,1647000868,47.74307,8.99890\n2204,1647000869,47.74306,8.99892\n2205,1647000870,47.74305,8.99894\n2206,1647000871,47.74305,8.99895\n2207,1647000872,47.74304,8.99897\n2208,1647000873,47.74305,8.99898\n2209,1647000874,47.74305,8.99898\n2210,1647000875,47.74306,8.99899\n2211,1647000876,47.74306,8.99899\n2212,1647000877,47.74305,8.99899\n2213,1647000879,47.74305,8.99899\n2214,1647000880,47.74305,8.99899\n2215,1647000881,47.74305,8.99899\n2216,1647000882,47.74305,8.99899\n2217,1647000883,47.74305,8.99899\n2218,1647000884,47.74305,8.99900\n2219,1647000886,47.74305,8.99900\n2220,1647000887,47.74305,8.99900\n2221,1647001011,47.74312,8.99894\n2222,1647001012,47.74310,8.99894\n2223,1647001013,47.74309,8.99895\n2224,1647001014,47.74309,8.99895\n2225,1647001015,47.74309,8.99895\n2226,1647001016,47.74308,8.99895\n2227,1647001017,47.74307,8.99896\n2228,1647001018,47.74306,8.99896\n2229,1647001019,47.74305,8.99896\n2230,1647001020,47.74305,8.99896\n2231,1647001021,47.74305,8.99896\n2232,1647001023,47.74305,8.99896\n2233,1647001024,47.74305,8.99897\n2234,1647001025,47.74304,8.99897\n2235,1647001026,47.74304,8.99897\n2236,1647001027,47.74304,8.99897\n2237,1647001028,47.74304,8.99897\n2238,1647001029,47.74304,8.99897\n2239,1647001030,47.74304,8.99897\n2240,1647001031,47.74304,8.99898\n2241,1647001155,47.74305,8.99901\n2242,1647001156,47.74306,8.99901\n2243,1647001157,47.74307,8.99901\n2244,1647001158,47.74307,8.99901\n2245,1647001159,47.74308,8.99900\n2246,1647001160,47.74308,8.99900\n2247,1647001161,47.74308,8.99899\n2248,1647001162,47.74307,8.99899\n2249,1647001163,47.74307,8.99898\n2250,1647001164,47.74307,8.99898\n2251,1647001165,47.74307,8.99897\n2252,1647001167,47.74307,8.99897\n2253,1647001168,47.74307,8.99897\n2254,1647001169,47.74307,8.99897\n2255,1647001170,47.74307,8.99897\n2256,1647001171,47.74307,8.99897\n2257,1647001172,47.74308,8.99897\n2258,1647001173,47.74308,8.99897\n2259,1647001174,47.74308,8.99897\n2260,1647001175,47.74308,8.99897\n2261,1647001299,47.74311,8.99895\n2262,1647001300,47.74313,8.99894\n2263,1647001301,47.74313,8.99894\n2264,1647001302,47.74313,8.99895\n2265,1647001303,47.74312,8.99896\n2266,1647001304,47.74311,8.99896\n2267,1647001305,47.74311,8.99897\n2268,1647001306,47.74310,8.99898\n2269,1647001307,47.74310,8.99898\n2270,1647001308,47.74309,8.99898\n2271,1647001309,47.74309,8.99897\n2272,1647001311,47.74309,8.99897\n2273,1647001312,47.74309,8.99897\n2274,1647001313,47.74309,8.99897\n2275,1647001314,47.74309,8.99896\n2276,1647001315,47.74309,8.99896\n2277,1647001316,47.74309,8.99896\n2278,1647001317,47.74309,8.99895\n2279,1647001319,47.74309,8.99895\n2280,1647001320,47.74309,8.99895\n2281,1647001443,47.74276,8.99907\n2282,1647001444,47.74294,8.99900\n2283,1647001445,47.74297,8.99900\n2284,1647001446,47.74299,8.99900\n2285,1647001447,47.74300,8.99900\n2286,1647001448,47.74301,8.99900\n2287,1647001449,47.74301,8.99900\n2288,1647001450,47.74301,8.99900\n2289,1647001451,47.74301,8.99900\n2290,1647001452,47.74302,8.99900\n2291,1647001453,47.74303,8.99899\n2292,1647001455,47.74303,8.99899\n2293,1647001456,47.74303,8.99899\n2294,1647001457,47.74303,8.99899\n2295,1647001458,47.74303,8.99899\n2296,1647001459,47.74303,8.99898\n2297,1647001460,47.74304,8.99898\n2298,1647001461,47.74304,8.99898\n2299,1647001462,47.74304,8.99898\n2300,1647001463,47.74304,8.99898\n2301,1647001586,47.74320,8.99905\n2302,1647001587,47.74293,8.99924\n2303,1647001588,47.74294,8.99923\n2304,1647001589,47.74295,8.99921\n2305,1647001590,47.74299,8.99909\n2306,1647001591,47.74301,8.99906\n2307,1647001592,47.74301,8.99904\n2308,1647001593,47.74301,8.99902\n2309,1647001594,47.74302,8.99901\n2310,1647001595,47.74302,8.99900\n2311,1647001596,47.74303,8.99899\n2312,1647001597,47.74305,8.99895\n2313,1647001599,47.74306,8.99895\n2314,1647001600,47.74306,8.99895\n2315,1647001601,47.74306,8.99894\n2316,1647001602,47.74307,8.99894\n2317,1647001603,47.74307,8.99894\n2318,1647001604,47.74307,8.99894\n2319,1647001605,47.74307,8.99894\n2320,1647001607,47.74308,8.99894\n2321,1647001731,47.74298,8.99899\n2322,1647001732,47.74299,8.99899\n2323,1647001733,47.74299,8.99899\n2324,1647001734,47.74299,8.99897\n2325,1647001735,47.74299,8.99896\n2326,1647001736,47.74300,8.99895\n2327,1647001737,47.74301,8.99895\n2328,1647001738,47.74301,8.99895\n2329,1647001739,47.74301,8.99895\n2330,1647001740,47.74302,8.99895\n2331,1647001741,47.74307,8.99892\n2332,1647001743,47.74307,8.99892\n2333,1647001744,47.74307,8.99892\n2334,1647001745,47.74307,8.99891\n2335,1647001746,47.74308,8.99891\n2336,1647001747,47.74308,8.99891\n2337,1647001748,47.74308,8.99891\n2338,1647001749,47.74308,8.99891\n2339,1647001751,47.74309,8.99891\n2340,1647001752,47.74309,8.99891\n2341,1647001877,47.74314,8.99901\n2342,1647001878,47.74313,8.99900\n2343,1647001879,47.74313,8.99900\n2344,1647001880,47.74312,8.99899\n2345,1647001881,47.74312,8.99899\n2346,1647001882,47.74312,8.99898\n2347,1647001883,47.74312,8.99898\n2348,1647001884,47.74312,8.99897\n2349,1647001885,47.74316,8.99895\n2350,1647001887,47.74316,8.99894\n2351,1647001888,47.74316,8.99894\n2352,1647001889,47.74316,8.99893\n2353,1647001890,47.74316,8.99892\n2354,1647001891,47.74317,8.99891\n2355,1647001892,47.74316,8.99891\n2356,1647001893,47.74316,8.99890\n2357,1647001894,47.74316,8.99890\n2358,1647001896,47.74316,8.99890\n2359,1647001897,47.74316,8.99890\n2360,1647001898,47.74316,8.99890\n2361,1647002028,47.74298,8.99906\n2362,1647002029,47.74295,8.99908\n2363,1647002031,47.74293,8.99908\n2364,1647002032,47.74292,8.99909\n2365,1647002033,47.74290,8.99909\n2366,1647002034,47.74289,8.99910\n2367,1647002035,47.74288,8.99910\n2368,1647002036,47.74287,8.99910\n2369,1647002037,47.74286,8.99911\n2370,1647002038,47.74286,8.99910\n2371,1647002039,47.74287,8.99910\n2372,1647002040,47.74287,8.99910\n2373,1647002041,47.74287,8.99910\n2374,1647002042,47.74287,8.99910\n2375,1647002043,47.74287,8.99909\n2376,1647002044,47.74287,8.99909\n2377,1647002045,47.74287,8.99910\n2378,1647002046,47.74287,8.99909\n2379,1647002047,47.74287,8.99909\n2380,1647002048,47.74287,8.99909\n2381,1647002179,47.74297,8.99893\n2382,1647002180,47.74302,8.99892\n2383,1647002182,47.74302,8.99895\n2384,1647002183,47.74302,8.99895\n2385,1647002184,47.74302,8.99896\n2386,1647002185,47.74302,8.99897\n2387,1647002186,47.74301,8.99898\n2388,1647002187,47.74301,8.99899\n2389,1647002188,47.74300,8.99900\n2390,1647002189,47.74299,8.99901\n2391,1647002190,47.74299,8.99902\n2392,1647002191,47.74298,8.99903\n2393,1647002193,47.74297,8.99904\n2394,1647002194,47.74296,8.99904\n2395,1647002195,47.74296,8.99905\n2396,1647002196,47.74295,8.99905\n2397,1647002197,47.74295,8.99905\n2398,1647002198,47.74294,8.99905\n2399,1647002199,47.74294,8.99906\n2400,1647002200,47.74294,8.99906\n2401,1647002328,47.74290,8.99907\n2402,1647002329,47.74292,8.99907\n2403,1647002330,47.74293,8.99906\n2404,1647002331,47.74296,8.99905\n2405,1647002332,47.74298,8.99904\n2406,1647002333,47.74298,8.99904\n2407,1647002334,47.74299,8.99904\n2408,1647002335,47.74301,8.99903\n2409,1647002337,47.74302,8.99903\n2410,1647002338,47.74302,8.99903\n2411,1647002339,47.74302,8.99903\n2412,1647002340,47.74302,8.99903\n2413,1647002341,47.74302,8.99903\n2414,1647002342,47.74301,8.99902\n2415,1647002343,47.74301,8.99902\n2416,1647002344,47.74301,8.99902\n2417,1647002345,47.74300,8.99903\n2418,1647002346,47.74300,8.99903\n2419,1647002347,47.74300,8.99902\n2420,1647002348,47.74300,8.99902\n2421,1647002474,47.74316,8.99900\n2422,1647002475,47.74312,8.99900\n2423,1647002476,47.74313,8.99900\n2424,1647002477,47.74311,8.99901\n2425,1647002478,47.74310,8.99901\n2426,1647002479,47.74307,8.99902\n2427,1647002481,47.74305,8.99903\n2428,1647002482,47.74304,8.99903\n2429,1647002483,47.74303,8.99903\n2430,1647002484,47.74302,8.99903\n2431,1647002485,47.74302,8.99904\n2432,1647002486,47.74301,8.99904\n2433,1647002487,47.74300,8.99904\n2434,1647002488,47.74300,8.99904\n2435,1647002489,47.74299,8.99904\n2436,1647002490,47.74299,8.99905\n2437,1647002491,47.74298,8.99905\n2438,1647002492,47.74298,8.99905\n2439,1647002493,47.74298,8.99906\n2440,1647002494,47.74298,8.99906\n2441,1647002618,47.74319,8.99893\n2442,1647002619,47.74337,8.99885\n2443,1647002620,47.74332,8.99888\n2444,1647002621,47.74326,8.99890\n2445,1647002622,47.74322,8.99892\n2446,1647002623,47.74320,8.99893\n2447,1647002624,47.74319,8.99893\n2448,1647002625,47.74317,8.99894\n2449,1647002626,47.74315,8.99894\n2450,1647002627,47.74314,8.99895\n2451,1647002628,47.74312,8.99896\n2452,1647002629,47.74306,8.99898\n2453,1647002631,47.74305,8.99899\n2454,1647002632,47.74304,8.99899\n2455,1647002633,47.74303,8.99899\n2456,1647002634,47.74302,8.99900\n2457,1647002635,47.74301,8.99900\n2458,1647002636,47.74301,8.99901\n2459,1647002637,47.74300,8.99901\n2460,1647002638,47.74299,8.99901\n2461,1647002764,47.74303,8.99898\n2462,1647002765,47.74301,8.99899\n2463,1647002766,47.74300,8.99898\n2464,1647002767,47.74299,8.99898\n2465,1647002768,47.74297,8.99899\n2466,1647002769,47.74296,8.99899\n2467,1647002770,47.74295,8.99899\n2468,1647002771,47.74294,8.99899\n2469,1647002772,47.74294,8.99899\n2470,1647002773,47.74294,8.99900\n2471,1647002775,47.74293,8.99900\n2472,1647002776,47.74293,8.99900\n2473,1647002777,47.74293,8.99900\n2474,1647002778,47.74293,8.99900\n2475,1647002779,47.74293,8.99901\n2476,1647002780,47.74293,8.99902\n2477,1647002781,47.74294,8.99903\n2478,1647002782,47.74294,8.99903\n2479,1647002783,47.74294,8.99903\n2480,1647002784,47.74294,8.99903\n2481,1647002914,47.74306,8.99894\n2482,1647002915,47.74306,8.99894\n2483,1647002916,47.74306,8.99894\n2484,1647002917,47.74305,8.99894\n2485,1647002918,47.74305,8.99894\n2486,1647002920,47.74306,8.99894\n2487,1647002921,47.74304,8.99895\n2488,1647002922,47.74303,8.99896\n2489,1647002923,47.74302,8.99896\n2490,1647002924,47.74302,8.99896\n2491,1647002925,47.74301,8.99896\n2492,1647002926,47.74301,8.99897\n2493,1647002927,47.74301,8.99897\n2494,1647002928,47.74301,8.99897\n2495,1647002929,47.74302,8.99897\n2496,1647002930,47.74302,8.99897\n2497,1647002931,47.74302,8.99897\n2498,1647002932,47.74302,8.99897\n2499,1647002933,47.74302,8.99897\n2500,1647002934,47.74302,8.99897\n2501,1647003065,47.74289,8.99905\n2502,1647003066,47.74286,8.99906\n2503,1647003067,47.74286,8.99906\n2504,1647003068,47.74311,8.99896\n2505,1647003070,47.74305,8.99898\n2506,1647003071,47.74303,8.99899\n2507,1647003072,47.74303,8.99900\n2508,1647003073,47.74303,8.99899\n2509,1647003074,47.74303,8.99899\n2510,1647003075,47.74302,8.99899\n2511,1647003076,47.74302,8.99900\n2512,1647003077,47.74301,8.99900\n2513,1647003078,47.74301,8.99900\n2514,1647003079,47.74300,8.99901\n2515,1647003080,47.74299,8.99901\n2516,1647003081,47.74298,8.99902\n2517,1647003082,47.74297,8.99902\n2518,1647003083,47.74296,8.99903\n2519,1647003084,47.74295,8.99903\n2520,1647003085,47.74294,8.99904\n2521,1647003216,47.74292,8.99904\n2522,1647003217,47.74291,8.99904\n2523,1647003218,47.74290,8.99908\n2524,1647003220,47.74289,8.99908\n2525,1647003221,47.74289,8.99908\n2526,1647003222,47.74289,8.99908\n2527,1647003223,47.74289,8.99908\n2528,1647003224,47.74288,8.99909\n2529,1647003225,47.74288,8.99910\n2530,1647003226,47.74286,8.99911\n2531,1647003227,47.74285,8.99912\n2532,1647003228,47.74284,8.99913\n2533,1647003229,47.74283,8.99913\n2534,1647003230,47.74282,8.99914\n2535,1647003231,47.74281,8.99914\n2536,1647003232,47.74281,8.99914\n2537,1647003233,47.74281,8.99914\n2538,1647003234,47.74281,8.99915\n2539,1647003235,47.74281,8.99914\n2540,1647003236,47.74281,8.99914\n2541,1647003367,47.74302,8.99903\n2542,1647003368,47.74298,8.99907\n2543,1647003370,47.74295,8.99909\n2544,1647003371,47.74294,8.99909\n2545,1647003372,47.74293,8.99910\n2546,1647003373,47.74292,8.99910\n2547,1647003374,47.74291,8.99911\n2548,1647003375,47.74291,8.99910\n2549,1647003376,47.74291,8.99910\n2550,1647003377,47.74290,8.99911\n2551,1647003378,47.74290,8.99911\n2552,1647003379,47.74289,8.99911\n2553,1647003380,47.74289,8.99911\n2554,1647003381,47.74289,8.99911\n2555,1647003382,47.74289,8.99912\n2556,1647003383,47.74288,8.99912\n2557,1647003384,47.74287,8.99913\n2558,1647003385,47.74287,8.99913\n2559,1647003386,47.74286,8.99914\n2560,1647003387,47.74286,8.99914\n2561,1647003524,47.74296,8.99907\n2562,1647003526,47.74296,8.99907\n2563,1647003527,47.74296,8.99907\n2564,1647003528,47.74296,8.99906\n2565,1647003529,47.74296,8.99906\n2566,1647003530,47.74297,8.99906\n2567,1647003531,47.74297,8.99906\n2568,1647003532,47.74297,8.99905\n2569,1647003533,47.74297,8.99906\n2570,1647003534,47.74297,8.99905\n2571,1647003535,47.74297,8.99905\n2572,1647003536,47.74298,8.99905\n2573,1647003537,47.74298,8.99905\n2574,1647003538,47.74298,8.99905\n2575,1647003539,47.74298,8.99905\n2576,1647003540,47.74298,8.99905\n2577,1647003541,47.74299,8.99904\n2578,1647003543,47.74301,8.99903\n2579,1647003544,47.74301,8.99903\n2580,1647003545,47.74302,8.99902\n2581,1647003670,47.74297,8.99903\n2582,1647003671,47.74298,8.99903\n2583,1647003672,47.74297,8.99903\n2584,1647003673,47.74296,8.99904\n2585,1647003674,47.74294,8.99905\n2586,1647003675,47.74292,8.99905\n2587,1647003676,47.74291,8.99906\n2588,1647003677,47.74291,8.99906\n2589,1647003678,47.74291,8.99906\n2590,1647003679,47.74293,8.99904\n2591,1647003681,47.74293,8.99904\n2592,1647003682,47.74294,8.99904\n2593,1647003683,47.74294,8.99904\n2594,1647003684,47.74294,8.99904\n2595,1647003685,47.74294,8.99904\n2596,1647003686,47.74294,8.99904\n2597,1647003687,47.74294,8.99904\n2598,1647003688,47.74294,8.99903\n2599,1647003689,47.74294,8.99903\n2600,1647003690,47.74294,8.99903\n2601,1647003814,47.74298,8.99898\n2602,1647003815,47.74295,8.99899\n2603,1647003816,47.74295,8.99898\n2604,1647003817,47.74297,8.99899\n2605,1647003818,47.74298,8.99899\n2606,1647003819,47.74300,8.99898\n2607,1647003820,47.74301,8.99899\n2608,1647003821,47.74301,8.99899\n2609,1647003822,47.74302,8.99899\n2610,1647003823,47.74302,8.99898\n2611,1647003824,47.74303,8.99898\n2612,1647003826,47.74304,8.99898\n2613,1647003827,47.74304,8.99898\n2614,1647003828,47.74304,8.99897\n2615,1647003829,47.74304,8.99897\n2616,1647003830,47.74304,8.99897\n2617,1647003831,47.74304,8.99897\n2618,1647003832,47.74304,8.99897\n2619,1647003833,47.74304,8.99897\n2620,1647003834,47.74304,8.99897\n2621,1647003957,47.74307,8.99890\n2622,1647003958,47.74313,8.99894\n2623,1647003959,47.74310,8.99895\n2624,1647003960,47.74310,8.99896\n2625,1647003961,47.74311,8.99896\n2626,1647003962,47.74311,8.99897\n2627,1647003963,47.74311,8.99897\n2628,1647003964,47.74311,8.99898\n2629,1647003965,47.74311,8.99898\n2630,1647003966,47.74311,8.99898\n2631,1647003967,47.74312,8.99897\n2632,1647003969,47.74312,8.99897\n2633,1647003970,47.74312,8.99897\n2634,1647003971,47.74312,8.99897\n2635,1647003972,47.74311,8.99897\n2636,1647003973,47.74311,8.99898\n2637,1647003974,47.74310,8.99898\n2638,1647003975,47.74310,8.99898\n2639,1647003976,47.74310,8.99899\n2640,1647003977,47.74310,8.99899\n2641,1647004102,47.74301,8.99901\n2642,1647004103,47.74302,8.99901\n2643,1647004104,47.74301,8.99902\n2644,1647004105,47.74301,8.99902\n2645,1647004106,47.74300,8.99902\n2646,1647004107,47.74300,8.99902\n2647,1647004108,47.74299,8.99902\n2648,1647004109,47.74300,8.99901\n2649,1647004110,47.74300,8.99901\n2650,1647004111,47.74300,8.99901\n2651,1647004112,47.74305,8.99899\n2652,1647004114,47.74305,8.99899\n2653,1647004115,47.74305,8.99898\n2654,1647004116,47.74304,8.99898\n2655,1647004117,47.74304,8.99898\n2656,1647004118,47.74304,8.99898\n2657,1647004119,47.74304,8.99897\n2658,1647004120,47.74304,8.99897\n2659,1647004121,47.74304,8.99897\n2660,1647004122,47.74304,8.99897\n2661,1647004247,47.74318,8.99889\n2662,1647004248,47.74312,8.99894\n2663,1647004249,47.74310,8.99896\n2664,1647004250,47.74308,8.99896\n2665,1647004251,47.74308,8.99896\n2666,1647004252,47.74307,8.99897\n2667,1647004253,47.74307,8.99897\n2668,1647004254,47.74308,8.99898\n2669,1647004255,47.74307,8.99898\n2670,1647004256,47.74310,8.99896\n2671,1647004258,47.74310,8.99896\n2672,1647004259,47.74310,8.99896\n2673,1647004260,47.74310,8.99896\n2674,1647004261,47.74310,8.99896\n2675,1647004262,47.74309,8.99897\n2676,1647004263,47.74308,8.99897\n2677,1647004264,47.74308,8.99897\n2678,1647004265,47.74307,8.99898\n2679,1647004266,47.74307,8.99898\n2680,1647004267,47.74307,8.99898\n2681,1647004392,47.74298,8.99899\n2682,1647004393,47.74298,8.99900\n2683,1647004394,47.74299,8.99901\n2684,1647004395,47.74300,8.99901\n2685,1647004396,47.74300,8.99901\n2686,1647004397,47.74300,8.99901\n2687,1647004398,47.74301,8.99901\n2688,1647004399,47.74301,8.99901\n2689,1647004400,47.74304,8.99898\n2690,1647004402,47.74304,8.99898\n2691,1647004403,47.74304,8.99898\n2692,1647004404,47.74305,8.99898\n2693,1647004405,47.74305,8.99898\n2694,1647004406,47.74305,8.99898\n2695,1647004407,47.74305,8.99898\n2696,1647004408,47.74305,8.99897\n2697,1647004409,47.74305,8.99897\n2698,1647004410,47.74305,8.99898\n2699,1647004411,47.74305,8.99898\n2700,1647004412,47.74305,8.99898\n2701,1647004536,47.74294,8.99882\n2702,1647004537,47.74294,8.99888\n2703,1647004538,47.74294,8.99889\n2704,1647004539,47.74295,8.99890\n2705,1647004540,47.74296,8.99891\n2706,1647004541,47.74297,8.99891\n2707,1647004542,47.74298,8.99891\n2708,1647004543,47.74296,8.99895\n2709,1647004545,47.74296,8.99895\n2710,1647004546,47.74296,8.99895\n2711,1647004547,47.74296,8.99895\n2712,1647004548,47.74296,8.99895\n2713,1647004549,47.74296,8.99895\n2714,1647004550,47.74296,8.99895\n2715,1647004551,47.74296,8.99895\n2716,1647004552,47.74296,8.99896\n2717,1647004553,47.74297,8.99896\n2718,1647004554,47.74297,8.99896\n2719,1647004555,47.74297,8.99896\n2720,1647004556,47.74297,8.99896\n2721,1647004682,47.74313,8.99887\n2722,1647004683,47.74311,8.99887\n2723,1647004684,47.74308,8.99888\n2724,1647004685,47.74306,8.99888\n2725,1647004686,47.74305,8.99889\n2726,1647004687,47.74305,8.99890\n2727,1647004688,47.74305,8.99891\n2728,1647004689,47.74305,8.99891\n2729,1647004690,47.74305,8.99892\n2730,1647004691,47.74305,8.99894\n2731,1647004692,47.74305,8.99894\n2732,1647004693,47.74305,8.99895\n2733,1647004694,47.74304,8.99896\n2734,1647004696,47.74303,8.99897\n2735,1647004697,47.74303,8.99898\n2736,1647004698,47.74302,8.99899\n2737,1647004699,47.74302,8.99899\n2738,1647004700,47.74301,8.99900\n2739,1647004701,47.74301,8.99900\n2740,1647004702,47.74301,8.99900\n2741,1647004828,47.74300,8.99898\n2742,1647004829,47.74300,8.99898\n2743,1647004830,47.74299,8.99898\n2744,1647004831,47.74300,8.99898\n2745,1647004832,47.74300,8.99898\n2746,1647004833,47.74300,8.99898\n2747,1647004834,47.74301,8.99898\n2748,1647004835,47.74301,8.99898\n2749,1647004836,47.74301,8.99897\n2750,1647004837,47.74301,8.99897\n2751,1647004838,47.74303,8.99895\n2752,1647004840,47.74304,8.99895\n2753,1647004841,47.74304,8.99895\n2754,1647004842,47.74304,8.99896\n2755,1647004843,47.74303,8.99896\n2756,1647004844,47.74303,8.99896\n2757,1647004845,47.74303,8.99896\n2758,1647004846,47.74303,8.99896\n2759,1647004847,47.74302,8.99896\n2760,1647004848,47.74302,8.99896\n2761,1647004973,47.74286,8.99892\n2762,1647004974,47.74288,8.99892\n2763,1647004975,47.74304,8.99891\n2764,1647004976,47.74307,8.99891\n2765,1647004977,47.74306,8.99891\n2766,1647004978,47.74306,8.99891\n2767,1647004979,47.74307,8.99891\n2768,1647004980,47.74308,8.99891\n2769,1647004981,47.74308,8.99892\n2770,1647004982,47.74303,8.99895\n2771,1647004984,47.74304,8.99896\n2772,1647004985,47.74305,8.99896\n2773,1647004986,47.74305,8.99896\n2774,1647004987,47.74305,8.99897\n2775,1647004988,47.74306,8.99897\n2776,1647004989,47.74306,8.99897\n2777,1647004990,47.74306,8.99897\n2778,1647004991,47.74306,8.99897\n2779,1647004992,47.74306,8.99897\n2780,1647004993,47.74306,8.99898\n2781,1647005119,47.74310,8.99889\n2782,1647005120,47.74311,8.99889\n2783,1647005121,47.74313,8.99888\n2784,1647005122,47.74314,8.99888\n2785,1647005123,47.74315,8.99888\n2786,1647005124,47.74315,8.99888\n2787,1647005125,47.74315,8.99888\n2788,1647005126,47.74309,8.99893\n2789,1647005128,47.74309,8.99893\n2790,1647005129,47.74309,8.99894\n2791,1647005130,47.74309,8.99894\n2792,1647005131,47.74309,8.99894\n2793,1647005132,47.74310,8.99894\n2794,1647005133,47.74310,8.99894\n2795,1647005134,47.74310,8.99894\n2796,1647005135,47.74309,8.99894\n2797,1647005136,47.74309,8.99893\n2798,1647005137,47.74308,8.99893\n2799,1647005138,47.74308,8.99893\n2800,1647005139,47.74307,8.99893\n2801,1647005266,47.74305,8.99902\n2802,1647005267,47.74300,8.99900\n2803,1647005268,47.74297,8.99898\n2804,1647005269,47.74295,8.99896\n2805,1647005270,47.74293,8.99895\n2806,1647005271,47.74291,8.99894\n2807,1647005272,47.74290,8.99893\n2808,1647005273,47.74289,8.99893\n2809,1647005274,47.74289,8.99892\n2810,1647005275,47.74288,8.99892\n2811,1647005276,47.74287,8.99892\n2812,1647005278,47.74286,8.99891\n2813,1647005279,47.74285,8.99891\n2814,1647005280,47.74284,8.99890\n2815,1647005281,47.74282,8.99890\n2816,1647005282,47.74282,8.99890\n2817,1647005283,47.74282,8.99890\n2818,1647005284,47.74282,8.99890\n2819,1647005285,47.74282,8.99890\n2820,1647005286,47.74282,8.99890\n2821,1647005412,47.74300,8.99904\n2822,1647005413,47.74300,8.99904\n2823,1647005414,47.74301,8.99902\n2824,1647005415,47.74302,8.99901\n2825,1647005416,47.74303,8.99900\n2826,1647005417,47.74303,8.99899\n2827,1647005418,47.74304,8.99897\n2828,1647005419,47.74304,8.99896\n2829,1647005420,47.74303,8.99896\n2830,1647005422,47.74304,8.99896\n2831,1647005423,47.74303,8.99895\n2832,1647005424,47.74303,8.99895\n2833,1647005425,47.74302,8.99895\n2834,1647005426,47.74304,8.99895\n2835,1647005427,47.74304,8.99895\n2836,1647005428,47.74304,8.99895\n2837,1647005429,47.74305,8.99896\n2838,1647005430,47.74305,8.99895\n2839,1647005431,47.74305,8.99895\n2840,1647005432,47.74305,8.99895\n2841,1647005557,47.74291,8.99897\n2842,1647005558,47.74291,8.99897\n2843,1647005559,47.74293,8.99896\n2844,1647005560,47.74291,8.99895\n2845,1647005561,47.74288,8.99894\n2846,1647005562,47.74288,8.99894\n2847,1647005563,47.74293,8.99891\n2848,1647005565,47.74293,8.99892\n2849,1647005566,47.74294,8.99892\n2850,1647005567,47.74294,8.99893\n2851,1647005568,47.74295,8.99893\n2852,1647005569,47.74295,8.99894\n2853,1647005570,47.74295,8.99894\n2854,1647005571,47.74296,8.99894\n2855,1647005572,47.74296,8.99894\n2856,1647005573,47.74297,8.99894\n2857,1647005574,47.74297,8.99894\n2858,1647005575,47.74297,8.99894\n2859,1647005576,47.74298,8.99894\n2860,1647005577,47.74298,8.99894\n2861,1647005703,47.74326,8.99892\n2862,1647005704,47.74320,8.99894\n2863,1647005705,47.74316,8.99895\n2864,1647005706,47.74314,8.99896\n2865,1647005707,47.74311,8.99897\n2866,1647005708,47.74309,8.99897\n2867,1647005709,47.74306,8.99898\n2868,1647005710,47.74303,8.99898\n2869,1647005711,47.74302,8.99898\n2870,1647005712,47.74302,8.99898\n2871,1647005713,47.74301,8.99898\n2872,1647005715,47.74302,8.99898\n2873,1647005716,47.74304,8.99898\n2874,1647005717,47.74304,8.99898\n2875,1647005718,47.74305,8.99898\n2876,1647005719,47.74305,8.99898\n2877,1647005720,47.74306,8.99898\n2878,1647005721,47.74306,8.99898\n2879,1647005722,47.74306,8.99898\n2880,1647005723,47.74306,8.99898\n2881,1647005850,47.74306,8.99893\n2882,1647005851,47.74303,8.99894\n2883,1647005852,47.74304,8.99895\n2884,1647005853,47.74304,8.99894\n2885,1647005854,47.74304,8.99894\n2886,1647005855,47.74304,8.99895\n2887,1647005856,47.74304,8.99896\n2888,1647005857,47.74307,8.99896\n2889,1647005859,47.74308,8.99896\n2890,1647005860,47.74309,8.99897\n2891,1647005861,47.74309,8.99897\n2892,1647005862,47.74309,8.99897\n2893,1647005863,47.74310,8.99897\n2894,1647005864,47.74310,8.99897\n2895,1647005865,47.74310,8.99897\n2896,1647005866,47.74310,8.99897\n2897,1647005867,47.74310,8.99897\n2898,1647005868,47.74311,8.99897\n2899,1647005869,47.74311,8.99897\n2900,1647005870,47.74311,8.99897\n2901,1647005998,47.74312,8.99889\n2902,1647005999,47.74308,8.99890\n2903,1647006000,47.74305,8.99890\n2904,1647006001,47.74306,8.99890\n2905,1647006003,47.74305,8.99890\n2906,1647006004,47.74305,8.99890\n2907,1647006005,47.74306,8.99890\n2908,1647006006,47.74306,8.99890\n2909,1647006007,47.74307,8.99890\n2910,1647006008,47.74308,8.99890\n2911,1647006009,47.74308,8.99890\n2912,1647006010,47.74309,8.99890\n2913,1647006011,47.74310,8.99890\n2914,1647006012,47.74310,8.99890\n2915,1647006013,47.74311,8.99890\n2916,1647006014,47.74312,8.99891\n2917,1647006015,47.74312,8.99891\n2918,1647006016,47.74313,8.99891\n2919,1647006017,47.74314,8.99892\n2920,1647006018,47.74314,8.99892\n2921,1647006150,47.74291,8.99898\n2922,1647006151,47.74310,8.99894\n2923,1647006153,47.74310,8.99895\n2924,1647006154,47.74311,8.99895\n2925,1647006155,47.74311,8.99895\n2926,1647006156,47.74312,8.99895\n2927,1647006157,47.74312,8.99895\n2928,1647006158,47.74312,8.99895\n2929,1647006159,47.74313,8.99895\n2930,1647006160,47.74314,8.99895\n2931,1647006161,47.74315,8.99895\n2932,1647006162,47.74316,8.99895\n2933,1647006163,47.74317,8.99895\n2934,1647006164,47.74317,8.99895\n2935,1647006165,47.74318,8.99895\n2936,1647006166,47.74318,8.99896\n2937,1647006167,47.74318,8.99896\n2938,1647006168,47.74318,8.99896\n2939,1647006169,47.74318,8.99896\n2940,1647006170,47.74318,8.99896\n2941,1647006300,47.74287,8.99894\n2942,1647006301,47.74310,8.99890\n2943,1647006303,47.74311,8.99890\n2944,1647006304,47.74311,8.99891\n2945,1647006305,47.74312,8.99891\n2946,1647006306,47.74313,8.99891\n2947,1647006307,47.74314,8.99892\n2948,1647006308,47.74315,8.99892\n2949,1647006309,47.74316,8.99892\n2950,1647006310,47.74317,8.99893\n2951,1647006311,47.74317,8.99893\n2952,1647006312,47.74317,8.99893\n2953,1647006313,47.74317,8.99893\n2954,1647006314,47.74316,8.99893\n2955,1647006315,47.74315,8.99893\n2956,1647006316,47.74315,8.99893\n2957,1647006317,47.74315,8.99893\n2958,1647006318,47.74315,8.99893\n2959,1647006319,47.74314,8.99893\n2960,1647006320,47.74314,8.99893\n2961,1647006456,47.74289,8.99892\n2962,1647006457,47.74293,8.99891\n2963,1647006459,47.74293,8.99891\n2964,1647006460,47.74294,8.99892\n2965,1647006461,47.74294,8.99892\n2966,1647006462,47.74295,8.99893\n2967,1647006463,47.74296,8.99893\n2968,1647006464,47.74296,8.99894\n2969,1647006465,47.74296,8.99894\n2970,1647006466,47.74296,8.99894\n2971,1647006467,47.74297,8.99894\n2972,1647006468,47.74297,8.99894\n2973,1647006469,47.74297,8.99894\n2974,1647006470,47.74297,8.99894\n2975,1647006471,47.74296,8.99894\n2976,1647006472,47.74296,8.99894\n2977,1647006473,47.74296,8.99894\n2978,1647006474,47.74296,8.99894\n2979,1647006475,47.74296,8.99894\n2980,1647006476,47.74295,8.99894\n2981,1647006606,47.74357,8.99880\n2982,1647006607,47.74318,8.99895\n2983,1647006608,47.74316,8.99894\n2984,1647006610,47.74315,8.99894\n2985,1647006611,47.74314,8.99894\n2986,1647006612,47.74312,8.99893\n2987,1647006613,47.74310,8.99893\n2988,1647006614,47.74308,8.99892\n2989,1647006615,47.74307,8.99892\n2990,1647006616,47.74307,8.99891\n2991,1647006617,47.74306,8.99891\n2992,1647006618,47.74306,8.99891\n2993,1647006619,47.74305,8.99890\n2994,1647006620,47.74305,8.99890\n2995,1647006621,47.74305,8.99890\n2996,1647006622,47.74304,8.99890\n2997,1647006623,47.74304,8.99890\n2998,1647006624,47.74304,8.99890\n2999,1647006625,47.74303,8.99890\n3000,1647006626,47.74303,8.99890\n3001,1647006763,47.74295,8.99884\n3002,1647006765,47.74297,8.99884\n3003,1647006766,47.74298,8.99883\n3004,1647006767,47.74298,8.99884\n3005,1647006768,47.74299,8.99884\n3006,1647006769,47.74300,8.99884\n3007,1647006770,47.74300,8.99884\n3008,1647006771,47.74301,8.99884\n3009,1647006772,47.74302,8.99884\n3010,1647006773,47.74302,8.99885\n3011,1647006774,47.74302,8.99885\n3012,1647006775,47.74302,8.99885\n3013,1647006776,47.74302,8.99885\n3014,1647006777,47.74302,8.99885\n3015,1647006778,47.74303,8.99885\n3016,1647006779,47.74303,8.99885\n3017,1647006780,47.74303,8.99885\n3018,1647006781,47.74302,8.99885\n3019,1647006783,47.74301,8.99885\n3020,1647006784,47.74301,8.99885\n3021,1647006910,47.74312,8.99878\n3022,1647006911,47.74310,8.99881\n3023,1647006912,47.74306,8.99883\n3024,1647006913,47.74304,8.99882\n3025,1647006914,47.74302,8.99883\n3026,1647006915,47.74301,8.99883\n3027,1647006916,47.74301,8.99883\n3028,1647006917,47.74300,8.99884\n3029,1647006918,47.74300,8.99884\n3030,1647006919,47.74301,8.99885\n3031,1647006921,47.74301,8.99884\n3032,1647006922,47.74300,8.99884\n3033,1647006923,47.74300,8.99884\n3034,1647006924,47.74300,8.99884\n3035,1647006925,47.74300,8.99884\n3036,1647006926,47.74300,8.99884\n3037,1647006927,47.74301,8.99884\n3038,1647006928,47.74301,8.99884\n3039,1647006929,47.74301,8.99884\n3040,1647006930,47.74301,8.99884\n3041,1647007056,47.74308,8.99900\n3042,1647007057,47.74307,8.99899\n3043,1647007058,47.74305,8.99899\n3044,1647007059,47.74305,8.99899\n3045,1647007060,47.74305,8.99898\n3046,1647007061,47.74304,8.99897\n3047,1647007062,47.74304,8.99897\n3048,1647007063,47.74303,8.99896\n3049,1647007065,47.74303,8.99896\n3050,1647007066,47.74303,8.99896\n3051,1647007067,47.74303,8.99895\n3052,1647007068,47.74303,8.99895\n3053,1647007069,47.74303,8.99894\n3054,1647007070,47.74303,8.99894\n3055,1647007071,47.74303,8.99893\n3056,1647007072,47.74303,8.99893\n3057,1647007073,47.74303,8.99893\n3058,1647007074,47.74303,8.99893\n3059,1647007075,47.74303,8.99893\n3060,1647007076,47.74303,8.99894\n3061,1647007202,47.74329,8.99906\n3062,1647007203,47.74330,8.99909\n3063,1647007204,47.74328,8.99910\n3064,1647007205,47.74326,8.99911\n3065,1647007206,47.74323,8.99912\n3066,1647007207,47.74322,8.99912\n3067,1647007208,47.74320,8.99912\n3068,1647007209,47.74318,8.99910\n3069,1647007210,47.74316,8.99908\n3070,1647007211,47.74315,8.99906\n3071,1647007212,47.74314,8.99905\n3072,1647007213,47.74304,8.99894\n3073,1647007215,47.74305,8.99894\n3074,1647007216,47.74305,8.99894\n3075,1647007217,47.74305,8.99894\n3076,1647007218,47.74304,8.99894\n3077,1647007219,47.74304,8.99894\n3078,1647007220,47.74304,8.99894\n3079,1647007221,47.74304,8.99894\n3080,1647007222,47.74304,8.99894\n3081,1647007348,47.74304,8.99875\n3082,1647007349,47.74304,8.99879\n3083,1647007350,47.74303,8.99881\n3084,1647007351,47.74303,8.99883\n3085,1647007352,47.74303,8.99883\n3086,1647007353,47.74302,8.99883\n3087,1647007354,47.74301,8.99884\n3088,1647007355,47.74300,8.99884\n3089,1647007356,47.74300,8.99885\n3090,1647007357,47.74301,8.99886\n3091,1647007359,47.74301,8.99886\n3092,1647007360,47.74301,8.99886\n3093,1647007361,47.74300,8.99887\n3094,1647007362,47.74300,8.99886\n3095,1647007363,47.74300,8.99887\n3096,1647007364,47.74300,8.99887\n3097,1647007365,47.74300,8.99887\n3098,1647007366,47.74301,8.99886\n3099,1647007367,47.74301,8.99886\n3100,1647007368,47.74301,8.99887\n3101,1647007499,47.74306,8.99883\n3102,1647007500,47.74306,8.99884\n3103,1647007501,47.74303,8.99882\n3104,1647007503,47.74303,8.99883\n3105,1647007504,47.74302,8.99884\n3106,1647007505,47.74301,8.99885\n3107,1647007506,47.74300,8.99885\n3108,1647007507,47.74300,8.99885\n3109,1647007508,47.74299,8.99886\n3110,1647007509,47.74298,8.99886\n3111,1647007510,47.74298,8.99887\n3112,1647007511,47.74297,8.99887\n3113,1647007512,47.74297,8.99888\n3114,1647007513,47.74297,8.99889\n3115,1647007514,47.74297,8.99890\n3116,1647007515,47.74297,8.99891\n3117,1647007516,47.74298,8.99892\n3118,1647007517,47.74297,8.99893\n3119,1647007518,47.74297,8.99894\n3120,1647007519,47.74297,8.99894\n3121,1647007647,47.74281,8.99901\n3122,1647007648,47.74285,8.99899\n3123,1647007649,47.74289,8.99898\n3124,1647007650,47.74291,8.99897\n3125,1647007651,47.74290,8.99899\n3126,1647007653,47.74291,8.99899\n3127,1647007654,47.74291,8.99899\n3128,1647007655,47.74292,8.99899\n3129,1647007656,47.74291,8.99900\n3130,1647007657,47.74291,8.99901\n3131,1647007658,47.74290,8.99901\n3132,1647007659,47.74290,8.99902\n3133,1647007660,47.74290,8.99902\n3134,1647007661,47.74290,8.99902\n3135,1647007662,47.74291,8.99902\n3136,1647007663,47.74291,8.99902\n3137,1647007664,47.74292,8.99902\n3138,1647007665,47.74292,8.99902\n3139,1647007666,47.74292,8.99902\n3140,1647007667,47.74292,8.99902\n3141,1647007798,47.74318,8.99895\n3142,1647007799,47.74314,8.99899\n3143,1647007800,47.74310,8.99900\n3144,1647007801,47.74306,8.99904\n3145,1647007803,47.74304,8.99904\n3146,1647007804,47.74304,8.99904\n3147,1647007805,47.74304,8.99904\n3148,1647007806,47.74303,8.99904\n3149,1647007807,47.74303,8.99904\n3150,1647007808,47.74303,8.99904\n3151,1647007809,47.74303,8.99904\n3152,1647007810,47.74303,8.99905\n3153,1647007811,47.74303,8.99905\n3154,1647007812,47.74303,8.99904\n3155,1647007813,47.74302,8.99904\n3156,1647007814,47.74302,8.99904\n3157,1647007815,47.74302,8.99904\n3158,1647007816,47.74301,8.99903\n3159,1647007817,47.74301,8.99903\n3160,1647007818,47.74301,8.99902\n3161,1647007944,47.74305,8.99886\n3162,1647007945,47.74307,8.99888\n3163,1647007946,47.74306,8.99888\n3164,1647007947,47.74306,8.99890\n3165,1647007948,47.74305,8.99889\n3166,1647007949,47.74305,8.99890\n3167,1647007950,47.74305,8.99890\n3168,1647007951,47.74308,8.99893\n3169,1647007953,47.74308,8.99893\n3170,1647007954,47.74309,8.99893\n3171,1647007955,47.74308,8.99893\n3172,1647007956,47.74309,8.99893\n3173,1647007957,47.74309,8.99893\n3174,1647007958,47.74309,8.99894\n3175,1647007959,47.74309,8.99894\n3176,1647007960,47.74309,8.99894\n3177,1647007961,47.74309,8.99894\n3178,1647007962,47.74309,8.99894\n3179,1647007963,47.74308,8.99894\n3180,1647007964,47.74308,8.99895\n3181,1647008092,47.74301,8.99892\n3182,1647008093,47.74304,8.99893\n3183,1647008094,47.74303,8.99893\n3184,1647008095,47.74303,8.99894\n3185,1647008096,47.74302,8.99896\n3186,1647008097,47.74301,8.99896\n3187,1647008098,47.74300,8.99896\n3188,1647008099,47.74300,8.99897\n3189,1647008100,47.74300,8.99897\n3190,1647008101,47.74299,8.99902\n3191,1647008103,47.74299,8.99902\n3192,1647008104,47.74298,8.99903\n3193,1647008105,47.74298,8.99904\n3194,1647008106,47.74298,8.99904\n3195,1647008107,47.74298,8.99904\n3196,1647008108,47.74299,8.99904\n3197,1647008109,47.74299,8.99905\n3198,1647008110,47.74299,8.99904\n3199,1647008111,47.74299,8.99904\n3200,1647008112,47.74299,8.99904\n3201,1647008238,47.74314,8.99884\n3202,1647008239,47.74311,8.99885\n3203,1647008240,47.74311,8.99886\n3204,1647008241,47.74311,8.99886\n3205,1647008242,47.74311,8.99887\n3206,1647008243,47.74311,8.99888\n3207,1647008244,47.74311,8.99889\n3208,1647008245,47.74311,8.99889\n3209,1647008247,47.74311,8.99889\n3210,1647008248,47.74310,8.99890\n3211,1647008249,47.74310,8.99890\n3212,1647008250,47.74310,8.99890\n3213,1647008251,47.74310,8.99891\n3214,1647008252,47.74310,8.99891\n3215,1647008253,47.74310,8.99892\n3216,1647008254,47.74310,8.99892\n3217,1647008255,47.74309,8.99892\n3218,1647008256,47.74309,8.99893\n3219,1647008257,47.74309,8.99892\n3220,1647008258,47.74309,8.99893\n3221,1647008385,47.74308,8.99886\n3222,1647008386,47.74312,8.99884\n3223,1647008387,47.74312,8.99886\n3224,1647008388,47.74310,8.99889\n3225,1647008389,47.74309,8.99890\n3226,1647008390,47.74309,8.99891\n3227,1647008391,47.74307,8.99893\n3228,1647008392,47.74305,8.99893\n3229,1647008393,47.74305,8.99893\n3230,1647008394,47.74304,8.99893\n3231,1647008395,47.74304,8.99894\n3232,1647008397,47.74303,8.99894\n3233,1647008398,47.74303,8.99894\n3234,1647008399,47.74303,8.99895\n3235,1647008400,47.74303,8.99895\n3236,1647008401,47.74303,8.99895\n3237,1647008402,47.74302,8.99895\n3238,1647008403,47.74302,8.99895\n3239,1647008404,47.74302,8.99895\n3240,1647008405,47.74302,8.99894\n3241,1647008531,47.74305,8.99874\n3242,1647008532,47.74307,8.99879\n3243,1647008533,47.74309,8.99881\n3244,1647008534,47.74309,8.99881\n3245,1647008535,47.74309,8.99882\n3246,1647008536,47.74309,8.99884\n3247,1647008537,47.74309,8.99884\n3248,1647008538,47.74309,8.99885\n3249,1647008539,47.74310,8.99891\n3250,1647008541,47.74310,8.99892\n3251,1647008542,47.74310,8.99892\n3252,1647008543,47.74310,8.99893\n3253,1647008544,47.74309,8.99893\n3254,1647008545,47.74309,8.99893\n3255,1647008546,47.74309,8.99893\n3256,1647008547,47.74309,8.99893\n3257,1647008548,47.74309,8.99893\n3258,1647008549,47.74309,8.99893\n3259,1647008550,47.74309,8.99894\n3260,1647008551,47.74309,8.99894\n3261,1647008677,47.74299,8.99896\n3262,1647008678,47.74300,8.99895\n3263,1647008679,47.74300,8.99893\n3264,1647008680,47.74301,8.99893\n3265,1647008681,47.74302,8.99893\n3266,1647008682,47.74302,8.99893\n3267,1647008683,47.74302,8.99892\n3268,1647008685,47.74302,8.99892\n3269,1647008686,47.74302,8.99892\n3270,1647008687,47.74303,8.99891\n3271,1647008688,47.74303,8.99892\n3272,1647008689,47.74304,8.99891\n3273,1647008690,47.74304,8.99891\n3274,1647008691,47.74304,8.99891\n3275,1647008692,47.74305,8.99891\n3276,1647008693,47.74305,8.99891\n3277,1647008694,47.74305,8.99891\n3278,1647008695,47.74305,8.99891\n3279,1647008696,47.74306,8.99891\n3280,1647008697,47.74306,8.99891\n3281,1647008823,47.74287,8.99887\n3282,1647008824,47.74288,8.99886\n3283,1647008825,47.74289,8.99884\n3284,1647008826,47.74291,8.99883\n3285,1647008827,47.74291,8.99882\n3286,1647008828,47.74292,8.99881\n3287,1647008829,47.74292,8.99881\n3288,1647008830,47.74294,8.99880\n3289,1647008831,47.74294,8.99880\n3290,1647008832,47.74294,8.99879\n3291,1647008833,47.74293,8.99877\n3292,1647008835,47.74293,8.99876\n3293,1647008836,47.74294,8.99876\n3294,1647008837,47.74294,8.99877\n3295,1647008838,47.74294,8.99877\n3296,1647008839,47.74294,8.99877\n3297,1647008840,47.74295,8.99878\n3298,1647008841,47.74295,8.99878\n3299,1647008842,47.74295,8.99878\n3300,1647008843,47.74295,8.99878\n3301,1647008976,47.74307,8.99888\n3302,1647008977,47.74307,8.99890\n3303,1647008979,47.74308,8.99891\n3304,1647008980,47.74308,8.99892\n3305,1647008981,47.74308,8.99892\n3306,1647008982,47.74308,8.99893\n3307,1647008983,47.74308,8.99893\n3308,1647008984,47.74308,8.99893\n3309,1647008985,47.74307,8.99893\n3310,1647008986,47.74307,8.99893\n3311,1647008987,47.74307,8.99893\n3312,1647008988,47.74307,8.99893\n3313,1647008989,47.74307,8.99893\n3314,1647008990,47.74307,8.99893\n3315,1647008991,47.74307,8.99892\n3316,1647008992,47.74307,8.99892\n3317,1647008993,47.74307,8.99892\n3318,1647008994,47.74307,8.99892\n3319,1647008995,47.74307,8.99893\n3320,1647008996,47.74306,8.99892\n3321,1647009122,47.74291,8.99882\n3322,1647009123,47.74294,8.99886\n3323,1647009124,47.74295,8.99888\n3324,1647009125,47.74297,8.99891\n3325,1647009126,47.74298,8.99895\n3326,1647009127,47.74299,8.99897\n3327,1647009128,47.74300,8.99899\n3328,1647009129,47.74300,8.99900\n3329,1647009130,47.74300,8.99901\n3330,1647009131,47.74300,8.99901\n3331,1647009132,47.74299,8.99900\n3332,1647009133,47.74299,8.99899\n3333,1647009135,47.74299,8.99898\n3334,1647009136,47.74299,8.99897\n3335,1647009137,47.74300,8.99897\n3336,1647009138,47.74300,8.99897\n3337,1647009139,47.74300,8.99897\n3338,1647009140,47.74301,8.99897\n3339,1647009141,47.74301,8.99897\n3340,1647009142,47.74301,8.99898\n3341,1647009268,47.74300,8.99899\n3342,1647009269,47.74297,8.99896\n3343,1647009270,47.74296,8.99894\n3344,1647009271,47.74297,8.99895\n3345,1647009272,47.74297,8.99895\n3346,1647009273,47.74298,8.99896\n3347,1647009274,47.74298,8.99896\n3348,1647009275,47.74298,8.99897\n3349,1647009276,47.74299,8.99897\n3350,1647009277,47.74300,8.99896\n3351,1647009279,47.74301,8.99897\n3352,1647009280,47.74301,8.99897\n3353,1647009281,47.74302,8.99897\n3354,1647009282,47.74302,8.99897\n3355,1647009283,47.74302,8.99897\n3356,1647009284,47.74302,8.99898\n3357,1647009285,47.74303,8.99898\n3358,1647009286,47.74303,8.99898\n3359,1647009287,47.74303,8.99897\n3360,1647009288,47.74304,8.99897\n3361,1647009415,47.74303,8.99907\n3362,1647009416,47.74301,8.99904\n3363,1647009417,47.74297,8.99898\n3364,1647009418,47.74295,8.99894\n3365,1647009419,47.74295,8.99892\n3366,1647009420,47.74293,8.99891\n3367,1647009421,47.74294,8.99895\n3368,1647009423,47.74293,8.99894\n3369,1647009424,47.74293,8.99893\n3370,1647009425,47.74293,8.99892\n3371,1647009426,47.74292,8.99892\n3372,1647009427,47.74292,8.99891\n3373,1647009428,47.74292,8.99891\n3374,1647009429,47.74292,8.99891\n3375,1647009430,47.74292,8.99891\n3376,1647009431,47.74292,8.99890\n3377,1647009432,47.74292,8.99890\n3378,1647009433,47.74292,8.99890\n3379,1647009434,47.74293,8.99890\n3380,1647009435,47.74293,8.99890\n3381,1647009559,47.74297,8.99888\n3382,1647009560,47.74303,8.99888\n3383,1647009561,47.74303,8.99890\n3384,1647009562,47.74302,8.99889\n3385,1647009563,47.74302,8.99889\n3386,1647009564,47.74301,8.99889\n3387,1647009565,47.74301,8.99890\n3388,1647009566,47.74301,8.99891\n3389,1647009567,47.74301,8.99891\n3390,1647009568,47.74301,8.99892\n3391,1647009569,47.74301,8.99892\n3392,1647009570,47.74301,8.99892\n3393,1647009571,47.74301,8.99895\n3394,1647009573,47.74301,8.99896\n3395,1647009574,47.74301,8.99895\n3396,1647009575,47.74301,8.99895\n3397,1647009576,47.74301,8.99895\n3398,1647009577,47.74301,8.99895\n3399,1647009578,47.74301,8.99895\n3400,1647009579,47.74301,8.99895\n3401,1647009703,47.74305,8.99889\n3402,1647009704,47.74305,8.99895\n3403,1647009705,47.74304,8.99893\n3404,1647009706,47.74303,8.99892\n3405,1647009707,47.74304,8.99893\n3406,1647009708,47.74303,8.99893\n3407,1647009709,47.74303,8.99893\n3408,1647009710,47.74303,8.99894\n3409,1647009711,47.74303,8.99894\n3410,1647009712,47.74303,8.99894\n3411,1647009713,47.74303,8.99894\n3412,1647009714,47.74303,8.99895\n3413,1647009715,47.74303,8.99896\n3414,1647009717,47.74303,8.99896\n3415,1647009718,47.74303,8.99897\n3416,1647009719,47.74304,8.99896\n3417,1647009720,47.74304,8.99896\n3418,1647009721,47.74304,8.99896\n3419,1647009722,47.74304,8.99895\n3420,1647009723,47.74304,8.99895\n3421,1647009849,47.74302,8.99896\n3422,1647009850,47.74301,8.99895\n3423,1647009851,47.74301,8.99895\n3424,1647009852,47.74300,8.99895\n3425,1647009853,47.74300,8.99895\n3426,1647009854,47.74300,8.99895\n3427,1647009855,47.74300,8.99896\n3428,1647009856,47.74300,8.99896\n3429,1647009857,47.74300,8.99896\n3430,1647009858,47.74300,8.99896\n3431,1647009859,47.74301,8.99898\n3432,1647009861,47.74301,8.99898\n3433,1647009862,47.74301,8.99899\n3434,1647009863,47.74301,8.99898\n3435,1647009864,47.74302,8.99899\n3436,1647009865,47.74302,8.99898\n3437,1647009866,47.74302,8.99898\n3438,1647009867,47.74303,8.99898\n3439,1647009868,47.74303,8.99899\n3440,1647009869,47.74303,8.99899\n3441,1647009995,47.74310,8.99912\n3442,1647009996,47.74309,8.99912\n3443,1647009997,47.74308,8.99913\n3444,1647009998,47.74308,8.99911\n3445,1647009999,47.74305,8.99904\n3446,1647010000,47.74305,8.99903\n3447,1647010001,47.74304,8.99902\n3448,1647010002,47.74304,8.99901\n3449,1647010003,47.74303,8.99898\n3450,1647010005,47.74302,8.99897\n3451,1647010006,47.74302,8.99897\n3452,1647010007,47.74302,8.99898\n3453,1647010008,47.74302,8.99897\n3454,1647010009,47.74303,8.99897\n3455,1647010010,47.74303,8.99897\n3456,1647010011,47.74303,8.99897\n3457,1647010012,47.74303,8.99897\n3458,1647010013,47.74303,8.99896\n3459,1647010014,47.74303,8.99896\n3460,1647010015,47.74303,8.99896\n3461,1647010139,47.74307,8.99898\n3462,1647010140,47.74303,8.99891\n3463,1647010141,47.74302,8.99891\n3464,1647010142,47.74301,8.99891\n3465,1647010143,47.74301,8.99890\n3466,1647010144,47.74300,8.99889\n3467,1647010145,47.74300,8.99889\n3468,1647010146,47.74300,8.99889\n3469,1647010147,47.74300,8.99889\n3470,1647010149,47.74300,8.99889\n3471,1647010150,47.74300,8.99889\n3472,1647010151,47.74300,8.99888\n3473,1647010152,47.74300,8.99888\n3474,1647010153,47.74300,8.99888\n3475,1647010154,47.74300,8.99889\n3476,1647010155,47.74300,8.99889\n3477,1647010156,47.74301,8.99889\n3478,1647010157,47.74301,8.99888\n3479,1647010158,47.74301,8.99888\n3480,1647010159,47.74301,8.99888\n3481,1647010283,47.74315,8.99897\n3482,1647010284,47.74301,8.99874\n3483,1647010285,47.74298,8.99872\n3484,1647010286,47.74298,8.99877\n3485,1647010287,47.74298,8.99880\n3486,1647010288,47.74302,8.99889\n3487,1647010289,47.74302,8.99891\n3488,1647010290,47.74303,8.99892\n3489,1647010291,47.74304,8.99898\n3490,1647010293,47.74304,8.99897\n3491,1647010294,47.74304,8.99896\n3492,1647010295,47.74304,8.99896\n3493,1647010296,47.74304,8.99896\n3494,1647010297,47.74303,8.99896\n3495,1647010298,47.74303,8.99895\n3496,1647010299,47.74303,8.99895\n3497,1647010300,47.74303,8.99895\n3498,1647010301,47.74303,8.99895\n3499,1647010302,47.74303,8.99894\n3500,1647010303,47.74303,8.99894\n3501,1647010427,47.74301,8.99900\n3502,1647010428,47.74300,8.99895\n3503,1647010429,47.74299,8.99896\n3504,1647010430,47.74300,8.99895\n3505,1647010431,47.74300,8.99894\n3506,1647010432,47.74300,8.99894\n3507,1647010433,47.74301,8.99894\n3508,1647010434,47.74301,8.99894\n3509,1647010435,47.74301,8.99891\n3510,1647010437,47.74301,8.99892\n3511,1647010438,47.74301,8.99892\n3512,1647010439,47.74301,8.99892\n3513,1647010440,47.74301,8.99892\n3514,1647010441,47.74301,8.99893\n3515,1647010442,47.74301,8.99893\n3516,1647010443,47.74301,8.99893\n3517,1647010444,47.74301,8.99893\n3518,1647010445,47.74301,8.99893\n3519,1647010446,47.74301,8.99893\n3520,1647010447,47.74301,8.99893\n3521,1647010573,47.74304,8.99899\n3522,1647010574,47.74305,8.99896\n3523,1647010575,47.74304,8.99895\n3524,1647010576,47.74303,8.99894\n3525,1647010577,47.74303,8.99893\n3526,1647010578,47.74303,8.99893\n3527,1647010579,47.74303,8.99894\n3528,1647010581,47.74303,8.99894\n3529,1647010582,47.74303,8.99894\n3530,1647010583,47.74303,8.99894\n3531,1647010584,47.74303,8.99895\n3532,1647010585,47.74303,8.99895\n3533,1647010586,47.74303,8.99895\n3534,1647010587,47.74302,8.99895\n3535,1647010588,47.74302,8.99894\n3536,1647010589,47.74302,8.99894\n3537,1647010590,47.74302,8.99894\n3538,1647010591,47.74302,8.99894\n3539,1647010592,47.74301,8.99894\n3540,1647010593,47.74301,8.99894\n3541,1647010719,47.74309,8.99906\n3542,1647010720,47.74307,8.99901\n3543,1647010721,47.74306,8.99900\n3544,1647010722,47.74305,8.99899\n3545,1647010723,47.74304,8.99898\n3546,1647010724,47.74303,8.99898\n3547,1647010725,47.74303,8.99897\n3548,1647010726,47.74302,8.99897\n3549,1647010727,47.74302,8.99896\n3550,1647010728,47.74301,8.99894\n3551,1647010729,47.74302,8.99896\n3552,1647010731,47.74302,8.99895\n3553,1647010732,47.74301,8.99895\n3554,1647010733,47.74301,8.99895\n3555,1647010734,47.74301,8.99894\n3556,1647010735,47.74301,8.99894\n3557,1647010736,47.74301,8.99894\n3558,1647010737,47.74301,8.99894\n3559,1647010738,47.74300,8.99894\n3560,1647010739,47.74300,8.99894\n3561,1647010863,47.74305,8.99897\n3562,1647010864,47.74304,8.99893\n3563,1647010865,47.74305,8.99893\n3564,1647010866,47.74305,8.99893\n3565,1647010867,47.74305,8.99894\n3566,1647010868,47.74306,8.99895\n3567,1647010869,47.74305,8.99895\n3568,1647010870,47.74305,8.99895\n3569,1647010871,47.74305,8.99896\n3570,1647010872,47.74305,8.99896\n3571,1647010873,47.74305,8.99897\n3572,1647010875,47.74305,8.99897\n3573,1647010876,47.74305,8.99896\n3574,1647010877,47.74305,8.99896\n3575,1647010878,47.74305,8.99896\n3576,1647010879,47.74305,8.99896\n3577,1647010880,47.74305,8.99897\n3578,1647010881,47.74305,8.99897\n3579,1647010882,47.74305,8.99897\n3580,1647010883,47.74305,8.99897\n3581,1647011007,47.74311,8.99921\n3582,1647011008,47.74311,8.99920\n3583,1647011009,47.74312,8.99919\n3584,1647011010,47.74312,8.99919\n3585,1647011011,47.74310,8.99914\n3586,1647011012,47.74307,8.99907\n3587,1647011013,47.74305,8.99901\n3588,1647011014,47.74303,8.99895\n3589,1647011015,47.74303,8.99892\n3590,1647011016,47.74302,8.99890\n3591,1647011017,47.74302,8.99893\n3592,1647011019,47.74302,8.99893\n3593,1647011020,47.74302,8.99893\n3594,1647011021,47.74302,8.99893\n3595,1647011022,47.74302,8.99892\n3596,1647011023,47.74302,8.99892\n3597,1647011024,47.74302,8.99892\n3598,1647011025,47.74302,8.99891\n3599,1647011026,47.74302,8.99891\n3600,1647011027,47.74301,8.99891\n3601,1647011153,47.74298,8.99877\n3602,1647011154,47.74300,8.99881\n3603,1647011155,47.74301,8.99883\n3604,1647011156,47.74301,8.99884\n3605,1647011157,47.74301,8.99885\n3606,1647011158,47.74301,8.99884\n3607,1647011159,47.74301,8.99884\n3608,1647011160,47.74301,8.99884\n3609,1647011161,47.74301,8.99890\n3610,1647011163,47.74301,8.99890\n3611,1647011164,47.74301,8.99890\n3612,1647011165,47.74301,8.99890\n3613,1647011166,47.74300,8.99890\n3614,1647011167,47.74300,8.99890\n3615,1647011168,47.74300,8.99890\n3616,1647011169,47.74300,8.99890\n3617,1647011170,47.74300,8.99890\n3618,1647011171,47.74300,8.99890\n3619,1647011172,47.74299,8.99890\n3620,1647011173,47.74299,8.99889\n3621,1647011298,47.74306,8.99899\n3622,1647011299,47.74306,8.99900\n3623,1647011300,47.74307,8.99900\n3624,1647011301,47.74306,8.99898\n3625,1647011302,47.74306,8.99898\n3626,1647011303,47.74305,8.99897\n3627,1647011304,47.74306,8.99895\n3628,1647011305,47.74306,8.99897\n3629,1647011307,47.74305,8.99896\n3630,1647011308,47.74305,8.99895\n3631,1647011309,47.74304,8.99895\n3632,1647011310,47.74304,8.99895\n3633,1647011311,47.74303,8.99894\n3634,1647011312,47.74303,8.99894\n3635,1647011313,47.74303,8.99894\n3636,1647011314,47.74302,8.99893\n3637,1647011315,47.74302,8.99893\n3638,1647011316,47.74302,8.99893\n3639,1647011317,47.74302,8.99893\n3640,1647011318,47.74302,8.99893\n3641,1647011445,47.74306,8.99886\n3642,1647011446,47.74308,8.99888\n3643,1647011447,47.74309,8.99890\n3644,1647011448,47.74309,8.99891\n3645,1647011449,47.74308,8.99891\n3646,1647011450,47.74308,8.99891\n3647,1647011451,47.74308,8.99892\n3648,1647011452,47.74307,8.99892\n3649,1647011453,47.74307,8.99893\n3650,1647011454,47.74307,8.99893\n3651,1647011455,47.74307,8.99893\n3652,1647011456,47.74306,8.99897\n3653,1647011458,47.74307,8.99897\n3654,1647011459,47.74307,8.99897\n3655,1647011460,47.74307,8.99898\n3656,1647011461,47.74307,8.99898\n3657,1647011462,47.74307,8.99898\n3658,1647011463,47.74307,8.99898\n3659,1647011464,47.74307,8.99898\n3660,1647011465,47.74307,8.99898\n3661,1647011592,47.74311,8.99899\n3662,1647011593,47.74310,8.99900\n3663,1647011594,47.74309,8.99898\n3664,1647011595,47.74308,8.99898\n3665,1647011596,47.74307,8.99897\n3666,1647011597,47.74306,8.99897\n3667,1647011598,47.74306,8.99896\n3668,1647011599,47.74305,8.99896\n3669,1647011600,47.74305,8.99893\n3670,1647011602,47.74304,8.99892\n3671,1647011603,47.74304,8.99892\n3672,1647011604,47.74304,8.99892\n3673,1647011605,47.74303,8.99892\n3674,1647011606,47.74303,8.99892\n3675,1647011607,47.74303,8.99891\n3676,1647011608,47.74302,8.99891\n3677,1647011609,47.74302,8.99891\n3678,1647011610,47.74302,8.99891\n3679,1647011611,47.74302,8.99891\n3680,1647011613,47.74302,8.99891\n3681,1647011739,47.74303,8.99909\n3682,1647011740,47.74303,8.99905\n3683,1647011741,47.74303,8.99902\n3684,1647011742,47.74304,8.99902\n3685,1647011743,47.74303,8.99899\n3686,1647011744,47.74303,8.99896\n3687,1647011745,47.74304,8.99896\n3688,1647011746,47.74305,8.99896\n3689,1647011747,47.74305,8.99894\n3690,1647011748,47.74306,8.99894\n3691,1647011749,47.74305,8.99898\n3692,1647011751,47.74306,8.99897\n3693,1647011752,47.74306,8.99896\n3694,1647011753,47.74305,8.99897\n3695,1647011754,47.74306,8.99896\n3696,1647011755,47.74305,8.99897\n3697,1647011756,47.74305,8.99896\n3698,1647011757,47.74305,8.99896\n3699,1647011758,47.74305,8.99895\n3700,1647011759,47.74305,8.99896\n3701,1647011886,47.74307,8.99912\n3702,1647011887,47.74306,8.99907\n3703,1647011888,47.74306,8.99903\n3704,1647011889,47.74305,8.99899\n3705,1647011890,47.74305,8.99896\n3706,1647011891,47.74304,8.99894\n3707,1647011892,47.74304,8.99893\n3708,1647011893,47.74304,8.99893\n3709,1647011894,47.74305,8.99899\n3710,1647011896,47.74305,8.99898\n3711,1647011897,47.74305,8.99898\n3712,1647011898,47.74304,8.99897\n3713,1647011899,47.74305,8.99896\n3714,1647011900,47.74305,8.99896\n3715,1647011901,47.74305,8.99896\n3716,1647011902,47.74304,8.99895\n3717,1647011903,47.74305,8.99894\n3718,1647011904,47.74305,8.99894\n3719,1647011905,47.74305,8.99893\n3720,1647011906,47.74305,8.99893\n3721,1647012033,47.74302,8.99911\n3722,1647012034,47.74302,8.99910\n3723,1647012035,47.74303,8.99902\n3724,1647012036,47.74302,8.99898\n3725,1647012037,47.74302,8.99897\n3726,1647012038,47.74302,8.99897\n3727,1647012039,47.74302,8.99896\n3728,1647012040,47.74302,8.99896\n3729,1647012041,47.74302,8.99895\n3730,1647012042,47.74302,8.99895\n3731,1647012043,47.74301,8.99895\n3732,1647012044,47.74301,8.99895\n3733,1647012046,47.74301,8.99894\n3734,1647012047,47.74301,8.99895\n3735,1647012048,47.74301,8.99894\n3736,1647012049,47.74301,8.99895\n3737,1647012050,47.74301,8.99895\n3738,1647012051,47.74301,8.99895\n3739,1647012052,47.74301,8.99895\n3740,1647012053,47.74301,8.99896\n3741,1647012182,47.74300,8.99875\n3742,1647012183,47.74303,8.99883\n3743,1647012184,47.74305,8.99888\n3744,1647012185,47.74305,8.99888\n3745,1647012186,47.74305,8.99887\n3746,1647012187,47.74304,8.99886\n3747,1647012188,47.74304,8.99893\n3748,1647012190,47.74303,8.99893\n3749,1647012191,47.74303,8.99892\n3750,1647012192,47.74303,8.99892\n3751,1647012193,47.74303,8.99892\n3752,1647012194,47.74303,8.99892\n3753,1647012195,47.74303,8.99892\n3754,1647012196,47.74302,8.99892\n3755,1647012197,47.74302,8.99892\n3756,1647012198,47.74302,8.99892\n3757,1647012199,47.74302,8.99893\n3758,1647012200,47.74302,8.99893\n3759,1647012201,47.74302,8.99893\n3760,1647012202,47.74302,8.99893\n3761,1647012331,47.74304,8.99902\n3762,1647012332,47.74305,8.99901\n3763,1647012333,47.74305,8.99900\n3764,1647012334,47.74304,8.99901\n3765,1647012335,47.74304,8.99900\n3766,1647012336,47.74305,8.99899\n3767,1647012337,47.74305,8.99899\n3768,1647012338,47.74309,8.99894\n3769,1647012340,47.74310,8.99894\n3770,1647012341,47.74310,8.99893\n3771,1647012342,47.74311,8.99893\n3772,1647012343,47.74310,8.99893\n3773,1647012344,47.74310,8.99893\n3774,1647012345,47.74310,8.99893\n3775,1647012346,47.74310,8.99894\n3776,1647012347,47.74310,8.99893\n3777,1647012348,47.74310,8.99893\n3778,1647012349,47.74310,8.99893\n3779,1647012350,47.74310,8.99893\n3780,1647012351,47.74310,8.99893\n3781,1647012477,47.74299,8.99892\n3782,1647012478,47.74300,8.99890\n3783,1647012479,47.74300,8.99890\n3784,1647012480,47.74301,8.99889\n3785,1647012481,47.74302,8.99889\n3786,1647012482,47.74302,8.99890\n3787,1647012483,47.74303,8.99890\n3788,1647012484,47.74303,8.99891\n3789,1647012485,47.74304,8.99891\n3790,1647012486,47.74305,8.99892\n3791,1647012487,47.74305,8.99892\n3792,1647012488,47.74303,8.99897\n3793,1647012490,47.74303,8.99897\n3794,1647012491,47.74304,8.99897\n3795,1647012492,47.74304,8.99897\n3796,1647012493,47.74304,8.99897\n3797,1647012494,47.74304,8.99897\n3798,1647012495,47.74304,8.99897\n3799,1647012496,47.74304,8.99897\n3800,1647012497,47.74304,8.99897\n3801,1647012623,47.74310,8.99897\n3802,1647012624,47.74309,8.99897\n3803,1647012625,47.74308,8.99897\n3804,1647012626,47.74307,8.99898\n3805,1647012627,47.74307,8.99898\n3806,1647012628,47.74307,8.99898\n3807,1647012629,47.74307,8.99898\n3808,1647012630,47.74307,8.99898\n3809,1647012631,47.74307,8.99898\n3810,1647012632,47.74305,8.99901\n3811,1647012634,47.74306,8.99901\n3812,1647012635,47.74306,8.99901\n3813,1647012636,47.74306,8.99900\n3814,1647012637,47.74306,8.99900\n3815,1647012638,47.74306,8.99899\n3816,1647012639,47.74306,8.99899\n3817,1647012640,47.74306,8.99898\n3818,1647012641,47.74305,8.99898\n3819,1647012642,47.74305,8.99898\n3820,1647012643,47.74305,8.99898\n3821,1647012769,47.74309,8.99878\n3822,1647012770,47.74305,8.99884\n3823,1647012771,47.74305,8.99886\n3824,1647012772,47.74306,8.99886\n3825,1647012773,47.74307,8.99887\n3826,1647012774,47.74306,8.99888\n3827,1647012775,47.74306,8.99889\n3828,1647012776,47.74307,8.99889\n3829,1647012778,47.74307,8.99889\n3830,1647012779,47.74306,8.99890\n3831,1647012780,47.74306,8.99890\n3832,1647012781,47.74306,8.99890\n3833,1647012782,47.74306,8.99890\n3834,1647012783,47.74306,8.99891\n3835,1647012784,47.74306,8.99890\n3836,1647012785,47.74307,8.99890\n3837,1647012786,47.74307,8.99891\n3838,1647012787,47.74307,8.99891\n3839,1647012788,47.74307,8.99891\n3840,1647012789,47.74307,8.99891\n3841,1647012916,47.74307,8.99898\n3842,1647012917,47.74308,8.99898\n3843,1647012918,47.74310,8.99897\n3844,1647012919,47.74310,8.99897\n3845,1647012920,47.74309,8.99898\n3846,1647012921,47.74310,8.99898\n3847,1647012922,47.74310,8.99898\n3848,1647012923,47.74310,8.99899\n3849,1647012924,47.74310,8.99899\n3850,1647012925,47.74311,8.99899\n3851,1647012926,47.74310,8.99900\n3852,1647012928,47.74310,8.99900\n3853,1647012929,47.74310,8.99900\n3854,1647012930,47.74310,8.99899\n3855,1647012931,47.74310,8.99899\n3856,1647012932,47.74310,8.99898\n3857,1647012933,47.74310,8.99898\n3858,1647012934,47.74310,8.99898\n3859,1647012935,47.74309,8.99897\n3860,1647012936,47.74309,8.99897\n3861,1647013065,47.74313,8.99908\n3862,1647013066,47.74309,8.99907\n3863,1647013067,47.74306,8.99905\n3864,1647013068,47.74305,8.99905\n3865,1647013069,47.74304,8.99905\n3866,1647013070,47.74304,8.99905\n3867,1647013072,47.74303,8.99906\n3868,1647013073,47.74303,8.99905\n3869,1647013074,47.74303,8.99905\n3870,1647013075,47.74302,8.99905\n3871,1647013076,47.74302,8.99905\n3872,1647013077,47.74301,8.99905\n3873,1647013078,47.74301,8.99905\n3874,1647013079,47.74300,8.99905\n3875,1647013080,47.74300,8.99905\n3876,1647013081,47.74300,8.99905\n3877,1647013082,47.74300,8.99905\n3878,1647013083,47.74300,8.99904\n3879,1647013084,47.74300,8.99904\n3880,1647013085,47.74300,8.99904\n3881,1647013213,47.74318,8.99917\n3882,1647013214,47.74310,8.99899\n3883,1647013215,47.74307,8.99894\n3884,1647013216,47.74307,8.99893\n3885,1647013217,47.74306,8.99892\n3886,1647013218,47.74305,8.99891\n3887,1647013219,47.74304,8.99890\n3888,1647013220,47.74302,8.99896\n3889,1647013222,47.74300,8.99895\n3890,1647013223,47.74300,8.99894\n3891,1647013224,47.74300,8.99894\n3892,1647013225,47.74299,8.99893\n3893,1647013226,47.74299,8.99893\n3894,1647013227,47.74298,8.99892\n3895,1647013228,47.74298,8.99892\n3896,1647013229,47.74297,8.99892\n3897,1647013230,47.74297,8.99891\n3898,1647013231,47.74297,8.99891\n3899,1647013232,47.74297,8.99891\n3900,1647013233,47.74298,8.99891\n3901,1647013360,47.74304,8.99899\n3902,1647013361,47.74300,8.99890\n3903,1647013362,47.74300,8.99892\n3904,1647013363,47.74300,8.99894\n3905,1647013364,47.74300,8.99894\n3906,1647013365,47.74300,8.99895\n3907,1647013366,47.74299,8.99895\n3908,1647013367,47.74299,8.99895\n3909,1647013368,47.74300,8.99896\n3910,1647013369,47.74300,8.99897\n3911,1647013370,47.74299,8.99899\n3912,1647013372,47.74299,8.99899\n3913,1647013373,47.74298,8.99900\n3914,1647013374,47.74298,8.99900\n3915,1647013375,47.74298,8.99900\n3916,1647013376,47.74298,8.99901\n3917,1647013377,47.74298,8.99901\n3918,1647013378,47.74298,8.99901\n3919,1647013379,47.74298,8.99901\n3920,1647013380,47.74297,8.99901\n3921,1647013508,47.74303,8.99905\n3922,1647013509,47.74304,8.99902\n3923,1647013510,47.74305,8.99903\n3924,1647013511,47.74305,8.99902\n3925,1647013512,47.74306,8.99902\n3926,1647013513,47.74306,8.99900\n3927,1647013514,47.74305,8.99902\n3928,1647013516,47.74306,8.99902\n3929,1647013517,47.74306,8.99902\n3930,1647013518,47.74306,8.99902\n3931,1647013519,47.74307,8.99901\n3932,1647013520,47.74307,8.99901\n3933,1647013521,47.74307,8.99901\n3934,1647013522,47.74308,8.99901\n3935,1647013523,47.74308,8.99901\n3936,1647013524,47.74309,8.99901\n3937,1647013525,47.74309,8.99901\n3938,1647013526,47.74309,8.99901\n3939,1647013527,47.74310,8.99900\n3940,1647013528,47.74310,8.99900\n3941,1647013654,47.74308,8.99882\n3942,1647013655,47.74304,8.99887\n3943,1647013656,47.74302,8.99890\n3944,1647013657,47.74298,8.99894\n3945,1647013658,47.74297,8.99897\n3946,1647013659,47.74297,8.99898\n3947,1647013660,47.74297,8.99899\n3948,1647013661,47.74296,8.99901\n3949,1647013662,47.74296,8.99902\n3950,1647013663,47.74297,8.99903\n3951,1647013664,47.74300,8.99900\n3952,1647013666,47.74300,8.99901\n3953,1647013667,47.74300,8.99902\n3954,1647013668,47.74301,8.99902\n3955,1647013669,47.74301,8.99902\n3956,1647013670,47.74301,8.99902\n3957,1647013671,47.74301,8.99902\n3958,1647013672,47.74302,8.99902\n3959,1647013673,47.74302,8.99902\n3960,1647013674,47.74302,8.99902\n3961,1647013800,47.74293,8.99899\n3962,1647013801,47.74293,8.99902\n3963,1647013802,47.74294,8.99902\n3964,1647013803,47.74296,8.99900\n3965,1647013804,47.74297,8.99900\n3966,1647013805,47.74297,8.99899\n3967,1647013806,47.74297,8.99900\n3968,1647013807,47.74297,8.99900\n3969,1647013808,47.74297,8.99901\n3970,1647013810,47.74297,8.99901\n3971,1647013811,47.74297,8.99900\n3972,1647013812,47.74297,8.99900\n3973,1647013813,47.74298,8.99899\n3974,1647013814,47.74298,8.99899\n3975,1647013815,47.74298,8.99898\n3976,1647013816,47.74298,8.99898\n3977,1647013817,47.74298,8.99898\n3978,1647013818,47.74298,8.99898\n3979,1647013819,47.74298,8.99898\n3980,1647013820,47.74298,8.99898\n3981,1647013946,47.74296,8.99918\n3982,1647013947,47.74299,8.99912\n3983,1647013948,47.74301,8.99909\n3984,1647013949,47.74302,8.99906\n3985,1647013950,47.74303,8.99903\n3986,1647013951,47.74304,8.99901\n3987,1647013952,47.74304,8.99900\n3988,1647013953,47.74305,8.99900\n3989,1647013954,47.74305,8.99900\n3990,1647013955,47.74305,8.99899\n3991,1647013956,47.74305,8.99898\n3992,1647013957,47.74298,8.99906\n3993,1647013959,47.74299,8.99905\n3994,1647013960,47.74300,8.99904\n3995,1647013961,47.74300,8.99904\n3996,1647013962,47.74300,8.99904\n3997,1647013963,47.74300,8.99904\n3998,1647013964,47.74300,8.99903\n3999,1647013965,47.74299,8.99903\n4000,1647013966,47.74299,8.99902\n4001,1647014093,47.74308,8.99941\n4002,1647014094,47.74311,8.99934\n4003,1647014095,47.74314,8.99928\n4004,1647014096,47.74316,8.99925\n4005,1647014097,47.74318,8.99922\n4006,1647014098,47.74319,8.99919\n4007,1647014099,47.74319,8.99916\n4008,1647014100,47.74317,8.99913\n4009,1647014101,47.74317,8.99903\n4010,1647014103,47.74315,8.99904\n4011,1647014104,47.74314,8.99905\n4012,1647014105,47.74312,8.99905\n4013,1647014106,47.74311,8.99905\n4014,1647014107,47.74310,8.99906\n4015,1647014108,47.74309,8.99906\n4016,1647014109,47.74309,8.99906\n4017,1647014110,47.74308,8.99906\n4018,1647014111,47.74307,8.99906\n4019,1647014112,47.74306,8.99906\n4020,1647014113,47.74305,8.99906\n4021,1647014239,47.74309,8.99920\n4022,1647014240,47.74308,8.99921\n4023,1647014241,47.74307,8.99918\n4024,1647014242,47.74309,8.99915\n4025,1647014243,47.74308,8.99917\n4026,1647014244,47.74308,8.99910\n4027,1647014245,47.74311,8.99902\n4028,1647014247,47.74311,8.99903\n4029,1647014248,47.74311,8.99903\n4030,1647014249,47.74310,8.99904\n4031,1647014250,47.74309,8.99904\n4032,1647014251,47.74309,8.99904\n4033,1647014252,47.74309,8.99904\n4034,1647014253,47.74309,8.99905\n4035,1647014254,47.74309,8.99905\n4036,1647014255,47.74309,8.99905\n4037,1647014256,47.74309,8.99905\n4038,1647014257,47.74308,8.99904\n4039,1647014258,47.74308,8.99904\n4040,1647014259,47.74308,8.99904\n4041,1647014386,47.74300,8.99900\n4042,1647014387,47.74302,8.99903\n4043,1647014388,47.74302,8.99903\n4044,1647014389,47.74301,8.99903\n4045,1647014390,47.74301,8.99904\n4046,1647014391,47.74300,8.99904\n4047,1647014392,47.74299,8.99905\n4048,1647014393,47.74300,8.99905\n4049,1647014394,47.74300,8.99904\n4050,1647014395,47.74304,8.99900\n4051,1647014397,47.74304,8.99893\n4052,1647014398,47.74304,8.99895\n4053,1647014399,47.74304,8.99894\n4054,1647014400,47.74305,8.99895\n4055,1647014401,47.74304,8.99894\n4056,1647014402,47.74304,8.99893\n4057,1647014403,47.74304,8.99893\n4058,1647014404,47.74304,8.99893\n4059,1647014405,47.74304,8.99894\n4060,1647014406,47.74304,8.99895\n4061,1647014534,47.74308,8.99909\n4062,1647014535,47.74309,8.99910\n4063,1647014536,47.74311,8.99911\n4064,1647014537,47.74311,8.99908\n4065,1647014538,47.74309,8.99910\n4066,1647014539,47.74312,8.99902\n4067,1647014541,47.74309,8.99903\n4068,1647014542,47.74308,8.99903\n4069,1647014543,47.74308,8.99903\n4070,1647014544,47.74308,8.99903\n4071,1647014545,47.74307,8.99903\n4072,1647014546,47.74307,8.99904\n4073,1647014547,47.74307,8.99903\n4074,1647014548,47.74306,8.99903\n4075,1647014549,47.74306,8.99903\n4076,1647014550,47.74306,8.99903\n4077,1647014551,47.74306,8.99902\n4078,1647014553,47.74305,8.99902\n4079,1647014554,47.74305,8.99901\n4080,1647014555,47.74304,8.99901\n4081,1647014682,47.74289,8.99949\n4082,1647014683,47.74293,8.99937\n4083,1647014684,47.74292,8.99930\n4084,1647014685,47.74293,8.99926\n4085,1647014686,47.74294,8.99923\n4086,1647014687,47.74296,8.99924\n4087,1647014688,47.74297,8.99926\n4088,1647014689,47.74309,8.99896\n4089,1647014691,47.74311,8.99896\n4090,1647014692,47.74313,8.99896\n4091,1647014693,47.74313,8.99896\n4092,1647014694,47.74310,8.99896\n4093,1647014695,47.74309,8.99895\n4094,1647014696,47.74307,8.99895\n4095,1647014697,47.74307,8.99894\n4096,1647014698,47.74306,8.99894\n4097,1647014699,47.74306,8.99894\n4098,1647014700,47.74306,8.99894\n4099,1647014701,47.74306,8.99894\n4100,1647014703,47.74305,8.99894\n4101,1647014828,47.74304,8.99887\n4102,1647014829,47.74302,8.99885\n4103,1647014830,47.74302,8.99883\n4104,1647014831,47.74302,8.99883\n4105,1647014832,47.74303,8.99886\n4106,1647014833,47.74305,8.99888\n4107,1647014834,47.74306,8.99890\n4108,1647014835,47.74306,8.99892\n4109,1647014836,47.74307,8.99893\n4110,1647014837,47.74307,8.99893\n4111,1647014838,47.74307,8.99894\n4112,1647014839,47.74306,8.99893\n4113,1647014841,47.74306,8.99893\n4114,1647014842,47.74306,8.99893\n4115,1647014843,47.74306,8.99894\n4116,1647014844,47.74306,8.99893\n4117,1647014845,47.74306,8.99894\n4118,1647014846,47.74306,8.99894\n4119,1647014847,47.74306,8.99894\n4120,1647014848,47.74306,8.99894\n4121,1647014974,47.74304,8.99896\n4122,1647014975,47.74302,8.99896\n4123,1647014976,47.74301,8.99895\n4124,1647014977,47.74301,8.99895\n4125,1647014978,47.74301,8.99894\n4126,1647014979,47.74302,8.99894\n4127,1647014980,47.74302,8.99895\n4128,1647014981,47.74303,8.99895\n4129,1647014982,47.74304,8.99896\n4130,1647014983,47.74304,8.99896\n4131,1647014984,47.74306,8.99899\n4132,1647014986,47.74306,8.99899\n4133,1647014987,47.74306,8.99899\n4134,1647014988,47.74306,8.99899\n4135,1647014989,47.74306,8.99899\n4136,1647014990,47.74306,8.99899\n4137,1647014991,47.74306,8.99899\n4138,1647014992,47.74307,8.99899\n4139,1647014993,47.74307,8.99899\n4140,1647014994,47.74307,8.99899\n4141,1647015120,47.74306,8.99901\n4142,1647015121,47.74306,8.99901\n4143,1647015122,47.74306,8.99900\n4144,1647015123,47.74307,8.99899\n4145,1647015124,47.74307,8.99899\n4146,1647015125,47.74308,8.99899\n4147,1647015126,47.74308,8.99900\n4148,1647015127,47.74307,8.99898\n4149,1647015129,47.74307,8.99898\n4150,1647015130,47.74307,8.99898\n4151,1647015131,47.74307,8.99899\n4152,1647015132,47.74307,8.99899\n4153,1647015133,47.74307,8.99899\n4154,1647015134,47.74308,8.99899\n4155,1647015135,47.74308,8.99900\n4156,1647015136,47.74308,8.99900\n4157,1647015137,47.74308,8.99900\n4158,1647015138,47.74308,8.99900\n4159,1647015139,47.74308,8.99900\n4160,1647015140,47.74308,8.99900\n4161,1647015265,47.74302,8.99891\n4162,1647015266,47.74308,8.99898\n4163,1647015267,47.74308,8.99898\n4164,1647015268,47.74308,8.99898\n4165,1647015269,47.74308,8.99899\n4166,1647015270,47.74307,8.99898\n4167,1647015271,47.74307,8.99899\n4168,1647015272,47.74307,8.99899\n4169,1647015273,47.74306,8.99899\n4170,1647015274,47.74306,8.99899\n4171,1647015275,47.74306,8.99898\n4172,1647015276,47.74306,8.99898\n4173,1647015277,47.74306,8.99899\n4174,1647015279,47.74306,8.99899\n4175,1647015280,47.74306,8.99899\n4176,1647015281,47.74305,8.99899\n4177,1647015282,47.74305,8.99898\n4178,1647015283,47.74305,8.99898\n4179,1647015284,47.74305,8.99898\n4180,1647015285,47.74305,8.99898\n4181,1647015411,47.74312,8.99895\n4182,1647015412,47.74311,8.99895\n4183,1647015413,47.74311,8.99897\n4184,1647015414,47.74310,8.99897\n4185,1647015415,47.74310,8.99898\n4186,1647015416,47.74309,8.99898\n4187,1647015417,47.74309,8.99898\n4188,1647015418,47.74309,8.99898\n4189,1647015419,47.74309,8.99898\n4190,1647015420,47.74308,8.99898\n4191,1647015421,47.74308,8.99898\n4192,1647015423,47.74308,8.99898\n4193,1647015424,47.74308,8.99898\n4194,1647015425,47.74307,8.99898\n4195,1647015426,47.74307,8.99898\n4196,1647015427,47.74307,8.99898\n4197,1647015428,47.74307,8.99898\n4198,1647015429,47.74307,8.99898\n4199,1647015430,47.74307,8.99898\n4200,1647015431,47.74307,8.99899\n4201,1647015558,47.74311,8.99902\n4202,1647015559,47.74309,8.99902\n4203,1647015560,47.74308,8.99901\n4204,1647015561,47.74308,8.99902\n4205,1647015562,47.74308,8.99902\n4206,1647015563,47.74309,8.99902\n4207,1647015564,47.74309,8.99902\n4208,1647015565,47.74306,8.99898\n4209,1647015567,47.74306,8.99898\n4210,1647015568,47.74306,8.99898\n4211,1647015569,47.74306,8.99898\n4212,1647015570,47.74307,8.99898\n4213,1647015571,47.74306,8.99898\n4214,1647015572,47.74306,8.99898\n4215,1647015573,47.74306,8.99898\n4216,1647015574,47.74306,8.99898\n4217,1647015575,47.74306,8.99898\n4218,1647015576,47.74306,8.99899\n4219,1647015577,47.74306,8.99899\n4220,1647015578,47.74306,8.99899\n4221,1647015706,47.74311,8.99901\n4222,1647015707,47.74308,8.99899\n4223,1647015708,47.74307,8.99899\n4224,1647015709,47.74307,8.99898\n4225,1647015710,47.74306,8.99898\n4226,1647015711,47.74306,8.99897\n4227,1647015712,47.74307,8.99898\n4228,1647015713,47.74307,8.99898\n4229,1647015714,47.74307,8.99898\n4230,1647015715,47.74308,8.99899\n4231,1647015717,47.74308,8.99899\n4232,1647015718,47.74308,8.99899\n4233,1647015719,47.74308,8.99899\n4234,1647015720,47.74309,8.99899\n4235,1647015721,47.74308,8.99899\n4236,1647015722,47.74309,8.99899\n4237,1647015723,47.74308,8.99899\n4238,1647015724,47.74308,8.99899\n4239,1647015725,47.74308,8.99899\n4240,1647015726,47.74308,8.99899\n4241,1647015852,47.74299,8.99893\n4242,1647015853,47.74302,8.99898\n4243,1647015854,47.74302,8.99897\n4244,1647015855,47.74302,8.99898\n4245,1647015856,47.74301,8.99896\n4246,1647015857,47.74301,8.99896\n4247,1647015858,47.74300,8.99896\n4248,1647015859,47.74301,8.99897\n4249,1647015861,47.74301,8.99897\n4250,1647015862,47.74301,8.99897\n4251,1647015863,47.74301,8.99897\n4252,1647015864,47.74301,8.99897\n4253,1647015865,47.74301,8.99897\n4254,1647015866,47.74301,8.99897\n4255,1647015867,47.74302,8.99897\n4256,1647015868,47.74302,8.99897\n4257,1647015869,47.74302,8.99897\n4258,1647015870,47.74302,8.99897\n4259,1647015871,47.74302,8.99897\n4260,1647015873,47.74303,8.99897\n4261,1647015999,47.74306,8.99898\n4262,1647016000,47.74306,8.99898\n4263,1647016001,47.74308,8.99899\n4264,1647016002,47.74307,8.99900\n4265,1647016003,47.74308,8.99901\n4266,1647016004,47.74306,8.99901\n4267,1647016005,47.74306,8.99902\n4268,1647016006,47.74305,8.99902\n4269,1647016007,47.74305,8.99903\n4270,1647016008,47.74305,8.99902\n4271,1647016009,47.74302,8.99899\n4272,1647016011,47.74302,8.99899\n4273,1647016012,47.74302,8.99899\n4274,1647016013,47.74302,8.99898\n4275,1647016014,47.74302,8.99899\n4276,1647016015,47.74302,8.99898\n4277,1647016016,47.74302,8.99898\n4278,1647016017,47.74302,8.99898\n4279,1647016018,47.74303,8.99899\n4280,1647016019,47.74302,8.99898\n4281,1647016145,47.74304,8.99908\n4282,1647016146,47.74303,8.99909\n4283,1647016147,47.74302,8.99908\n4284,1647016148,47.74302,8.99908\n4285,1647016149,47.74302,8.99909\n4286,1647016150,47.74301,8.99908\n4287,1647016151,47.74299,8.99908\n4288,1647016152,47.74298,8.99906\n4289,1647016153,47.74294,8.99902\n4290,1647016155,47.74294,8.99903\n4291,1647016156,47.74295,8.99903\n4292,1647016157,47.74295,8.99903\n4293,1647016158,47.74296,8.99903\n4294,1647016159,47.74297,8.99902\n4295,1647016160,47.74297,8.99902\n4296,1647016161,47.74298,8.99902\n4297,1647016162,47.74298,8.99903\n4298,1647016163,47.74299,8.99903\n4299,1647016164,47.74300,8.99903\n4300,1647016165,47.74300,8.99903\n4301,1647016291,47.74302,8.99886\n4302,1647016292,47.74301,8.99891\n4303,1647016293,47.74302,8.99892\n4304,1647016294,47.74304,8.99894\n4305,1647016295,47.74305,8.99895\n4306,1647016296,47.74306,8.99896\n4307,1647016297,47.74306,8.99895\n4308,1647016298,47.74306,8.99895\n4309,1647016299,47.74307,8.99895\n4310,1647016300,47.74306,8.99894\n4311,1647016301,47.74306,8.99895\n4312,1647016302,47.74306,8.99894\n4313,1647016303,47.74308,8.99896\n4314,1647016305,47.74308,8.99895\n4315,1647016306,47.74308,8.99895\n4316,1647016307,47.74308,8.99895\n4317,1647016308,47.74308,8.99895\n4318,1647016309,47.74308,8.99895\n4319,1647016310,47.74307,8.99894\n4320,1647016311,47.74307,8.99894\n4321,1647016438,47.74313,8.99898\n4322,1647016439,47.74312,8.99897\n4323,1647016440,47.74311,8.99897\n4324,1647016441,47.74309,8.99896\n4325,1647016442,47.74308,8.99895\n4326,1647016443,47.74307,8.99894\n4327,1647016444,47.74306,8.99894\n4328,1647016445,47.74306,8.99893\n4329,1647016446,47.74305,8.99892\n4330,1647016447,47.74310,8.99896\n4331,1647016449,47.74310,8.99895\n4332,1647016450,47.74309,8.99894\n4333,1647016451,47.74308,8.99894\n4334,1647016452,47.74308,8.99893\n4335,1647016453,47.74308,8.99893\n4336,1647016454,47.74307,8.99892\n4337,1647016455,47.74307,8.99892\n4338,1647016456,47.74307,8.99892\n4339,1647016457,47.74306,8.99892\n4340,1647016458,47.74306,8.99891\n4341,1647016586,47.74300,8.99898\n4342,1647016587,47.74299,8.99898\n4343,1647016588,47.74300,8.99897\n4344,1647016589,47.74299,8.99896\n4345,1647016590,47.74298,8.99896\n4346,1647016591,47.74302,8.99900\n4347,1647016593,47.74301,8.99899\n4348,1647016594,47.74302,8.99899\n4349,1647016595,47.74302,8.99898\n4350,1647016596,47.74301,8.99899\n4351,1647016597,47.74301,8.99898\n4352,1647016598,47.74301,8.99898\n4353,1647016599,47.74301,8.99898\n4354,1647016600,47.74301,8.99898\n4355,1647016601,47.74301,8.99898\n4356,1647016602,47.74301,8.99898\n4357,1647016603,47.74301,8.99898\n4358,1647016604,47.74301,8.99899\n4359,1647016605,47.74301,8.99899\n4360,1647016606,47.74301,8.99899\n4361,1647016733,47.74288,8.99892\n4362,1647016734,47.74288,8.99892\n4363,1647016735,47.74289,8.99892\n4364,1647016736,47.74289,8.99891\n4365,1647016737,47.74289,8.99891\n4366,1647016738,47.74290,8.99890\n4367,1647016739,47.74290,8.99890\n4368,1647016740,47.74290,8.99889\n4369,1647016741,47.74298,8.99896\n4370,1647016743,47.74298,8.99896\n4371,1647016744,47.74298,8.99895\n4372,1647016745,47.74298,8.99895\n4373,1647016746,47.74298,8.99895\n4374,1647016747,47.74297,8.99894\n4375,1647016748,47.74297,8.99894\n4376,1647016749,47.74297,8.99894\n4377,1647016750,47.74298,8.99894\n4378,1647016751,47.74298,8.99895\n4379,1647016752,47.74298,8.99895\n4380,1647016753,47.74298,8.99895\n4381,1647016879,47.74298,8.99902\n4382,1647016880,47.74300,8.99902\n4383,1647016881,47.74300,8.99899\n4384,1647016882,47.74300,8.99898\n4385,1647016883,47.74301,8.99898\n4386,1647016884,47.74301,8.99898\n4387,1647016885,47.74304,8.99900\n4388,1647016887,47.74304,8.99900\n4389,1647016888,47.74305,8.99900\n4390,1647016889,47.74305,8.99901\n4391,1647016890,47.74305,8.99901\n4392,1647016891,47.74305,8.99901\n4393,1647016892,47.74305,8.99901\n4394,1647016893,47.74305,8.99901\n4395,1647016894,47.74306,8.99901\n4396,1647016895,47.74306,8.99901\n4397,1647016896,47.74307,8.99902\n4398,1647016897,47.74307,8.99902\n4399,1647016898,47.74307,8.99902\n4400,1647016899,47.74307,8.99902\n4401,1647017025,47.74298,8.99900\n4402,1647017026,47.74299,8.99900\n4403,1647017027,47.74300,8.99900\n4404,1647017028,47.74303,8.99900\n4405,1647017029,47.74303,8.99901\n4406,1647017030,47.74303,8.99901\n4407,1647017031,47.74303,8.99900\n4408,1647017032,47.74304,8.99901\n4409,1647017033,47.74304,8.99901\n4410,1647017034,47.74305,8.99901\n4411,1647017035,47.74307,8.99902\n4412,1647017037,47.74307,8.99901\n4413,1647017038,47.74307,8.99901\n4414,1647017039,47.74308,8.99901\n4415,1647017040,47.74308,8.99901\n4416,1647017041,47.74308,8.99901\n4417,1647017042,47.74308,8.99901\n4418,1647017043,47.74308,8.99901\n4419,1647017044,47.74308,8.99901\n4420,1647017045,47.74308,8.99901\n4421,1647017170,47.74312,8.99910\n4422,1647017171,47.74310,8.99911\n4423,1647017172,47.74310,8.99907\n4424,1647017173,47.74310,8.99904\n4425,1647017174,47.74310,8.99903\n4426,1647017175,47.74310,8.99901\n4427,1647017176,47.74310,8.99900\n4428,1647017177,47.74309,8.99899\n4429,1647017178,47.74309,8.99898\n4430,1647017179,47.74309,8.99897\n4431,1647017181,47.74310,8.99898\n4432,1647017182,47.74311,8.99897\n4433,1647017183,47.74311,8.99898\n4434,1647017184,47.74311,8.99898\n4435,1647017185,47.74310,8.99898\n4436,1647017186,47.74310,8.99898\n4437,1647017187,47.74310,8.99897\n4438,1647017188,47.74310,8.99897\n4439,1647017189,47.74309,8.99897\n4440,1647017190,47.74309,8.99897\n4441,1647022108,47.74319,8.99892\n4442,1647022109,47.74320,8.99896\n4443,1647022110,47.74321,8.99898\n4444,1647022111,47.74320,8.99898\n4445,1647022112,47.74319,8.99899\n4446,1647022113,47.74319,8.99899\n4447,1647022114,47.74319,8.99899\n4448,1647022115,47.74318,8.99900\n4449,1647022116,47.74317,8.99900\n4450,1647022117,47.74299,8.99888\n4451,1647022119,47.74298,8.99886\n4452,1647022120,47.74296,8.99884\n4453,1647022121,47.74296,8.99883\n4454,1647022122,47.74296,8.99883\n4455,1647022123,47.74296,8.99883\n4456,1647022124,47.74296,8.99884\n4457,1647022125,47.74297,8.99884\n4458,1647022126,47.74297,8.99885\n4459,1647022127,47.74297,8.99885\n4460,1647022128,47.74298,8.99886\n4461,1647022254,47.74306,8.99901\n4462,1647022255,47.74303,8.99891\n4463,1647022256,47.74302,8.99890\n4464,1647022257,47.74302,8.99889\n4465,1647022258,47.74303,8.99889\n4466,1647022259,47.74303,8.99888\n4467,1647022260,47.74303,8.99888\n4468,1647022261,47.74303,8.99888\n4469,1647022262,47.74303,8.99894\n4470,1647022264,47.74302,8.99894\n4471,1647022265,47.74302,8.99894\n4472,1647022266,47.74302,8.99894\n4473,1647022267,47.74302,8.99894\n4474,1647022268,47.74301,8.99894\n4475,1647022269,47.74301,8.99894\n4476,1647022270,47.74301,8.99894\n4477,1647022271,47.74301,8.99893\n4478,1647022272,47.74300,8.99893\n4479,1647022273,47.74300,8.99893\n4480,1647022274,47.74300,8.99893\n4481,1647022401,47.74306,8.99881\n4482,1647022402,47.74306,8.99882\n4483,1647022403,47.74305,8.99883\n4484,1647022404,47.74306,8.99883\n4485,1647022405,47.74307,8.99885\n4486,1647022406,47.74307,8.99886\n4487,1647022407,47.74307,8.99886\n4488,1647022408,47.74306,8.99886\n4489,1647022409,47.74306,8.99886\n4490,1647022410,47.74305,8.99886\n4491,1647022411,47.74305,8.99885\n4492,1647022412,47.74303,8.99889\n4493,1647022414,47.74303,8.99889\n4494,1647022415,47.74303,8.99889\n4495,1647022416,47.74303,8.99890\n4496,1647022417,47.74304,8.99889\n4497,1647022418,47.74305,8.99889\n4498,1647022419,47.74305,8.99889\n4499,1647022420,47.74305,8.99888\n4500,1647022421,47.74305,8.99888\n4501,1647022548,47.74304,8.99889\n4502,1647022549,47.74301,8.99883\n4503,1647022550,47.74301,8.99883\n4504,1647022551,47.74302,8.99884\n4505,1647022552,47.74301,8.99884\n4506,1647022553,47.74302,8.99884\n4507,1647022554,47.74302,8.99883\n4508,1647022555,47.74303,8.99884\n4509,1647022556,47.74303,8.99887\n4510,1647022558,47.74303,8.99887\n4511,1647022559,47.74304,8.99887\n4512,1647022560,47.74304,8.99887\n4513,1647022561,47.74304,8.99888\n4514,1647022562,47.74305,8.99888\n4515,1647022563,47.74305,8.99888\n4516,1647022564,47.74306,8.99888\n4517,1647022565,47.74306,8.99888\n4518,1647022566,47.74307,8.99888\n4519,1647022567,47.74307,8.99888\n4520,1647022568,47.74307,8.99888\n4521,1647022695,47.74295,8.99880\n4522,1647022696,47.74297,8.99883\n4523,1647022697,47.74297,8.99884\n4524,1647022698,47.74298,8.99886\n4525,1647022699,47.74298,8.99887\n4526,1647022700,47.74299,8.99887\n4527,1647022701,47.74299,8.99887\n4528,1647022702,47.74299,8.99887\n4529,1647022703,47.74300,8.99887\n4530,1647022704,47.74301,8.99887\n4531,1647022705,47.74302,8.99887\n4532,1647022706,47.74298,8.99896\n4533,1647022708,47.74299,8.99896\n4534,1647022709,47.74301,8.99895\n4535,1647022710,47.74302,8.99894\n4536,1647022711,47.74304,8.99893\n4537,1647022712,47.74305,8.99893\n4538,1647022713,47.74305,8.99893\n4539,1647022714,47.74306,8.99892\n4540,1647022715,47.74306,8.99892\n4541,1647022843,47.74306,8.99892\n4542,1647022844,47.74304,8.99893\n4543,1647022845,47.74301,8.99896\n4544,1647022846,47.74302,8.99898\n4545,1647022847,47.74303,8.99899\n4546,1647022848,47.74303,8.99899\n4547,1647022849,47.74303,8.99899\n4548,1647022850,47.74301,8.99901\n4549,1647022852,47.74301,8.99901\n4550,1647022853,47.74301,8.99900\n4551,1647022854,47.74300,8.99901\n4552,1647022855,47.74300,8.99901\n4553,1647022856,47.74300,8.99901\n4554,1647022857,47.74300,8.99901\n4555,1647022858,47.74300,8.99901\n4556,1647022859,47.74299,8.99901\n4557,1647022860,47.74299,8.99901\n4558,1647022861,47.74299,8.99902\n4559,1647022926,47.74301,8.99887\n4560,1647022927,47.74302,8.99887\n4561,1647022928,47.74302,8.99888\n4562,1647022929,47.74303,8.99888\n4563,1647022930,47.74304,8.99889\n4564,1647022931,47.74304,8.99889\n4565,1647022932,47.74305,8.99889\n4566,1647022933,47.74300,8.99895\n4567,1647022935,47.74299,8.99896\n4568,1647022936,47.74299,8.99896\n4569,1647022937,47.74299,8.99896\n4570,1647022938,47.74299,8.99895\n4571,1647022939,47.74299,8.99895\n4572,1647022940,47.74299,8.99896\n4573,1647023005,47.74320,8.99897\n4574,1647023006,47.74314,8.99894\n4575,1647023007,47.74312,8.99893\n4576,1647023008,47.74311,8.99894\n4577,1647023009,47.74311,8.99894\n4578,1647023010,47.74310,8.99894\n4579,1647023011,47.74310,8.99894\n4580,1647023012,47.74309,8.99894\n4581,1647023013,47.74308,8.99894\n4582,1647023014,47.74308,8.99894\n4583,1647023015,47.74308,8.99894\n4584,1647023016,47.74308,8.99895\n4585,1647023081,47.74322,8.99892\n4586,1647023082,47.74315,8.99887\n4587,1647023083,47.74313,8.99888\n4588,1647023084,47.74311,8.99888\n4589,1647023085,47.74311,8.99888\n4590,1647023086,47.74310,8.99888\n4591,1647023087,47.74310,8.99888\n4592,1647023088,47.74310,8.99888\n4593,1647023089,47.74306,8.99891\n4594,1647023091,47.74306,8.99891\n4595,1647023092,47.74306,8.99891\n4596,1647023093,47.74305,8.99891\n4597,1647023157,47.74311,8.99895\n4598,1647023158,47.74309,8.99891\n4599,1647023159,47.74308,8.99892\n4600,1647023160,47.74307,8.99891\n4601,1647023225,47.74311,8.99886\n4602,1647023226,47.74309,8.99890\n4603,1647023227,47.74309,8.99890\n4604,1647023292,47.74307,8.99879\n4605,1647023293,47.74310,8.99883\n4606,1647023294,47.74311,8.99884\n4607,1647023295,47.74311,8.99885\n4608,1647023296,47.74310,8.99885\n4609,1647023361,47.74309,8.99901\n4610,1647023362,47.74300,8.99887\n4611,1647023363,47.74301,8.99886\n4612,1647023364,47.74302,8.99886\n4613,1647023365,47.74302,8.99887\n4614,1647023366,47.74302,8.99888\n4615,1647023367,47.74302,8.99888\n4616,1647023368,47.74302,8.99888\n4617,1647023369,47.74302,8.99889\n4618,1647023370,47.74303,8.99889\n4619,1647023371,47.74301,8.99893\n4620,1647023437,47.74313,8.99883\n4621,1647023502,47.74284,8.99884\n4622,1647023503,47.74292,8.99890\n4623,1647023504,47.74294,8.99890\n4624,1647023505,47.74296,8.99891\n4625,1647023506,47.74297,8.99892\n4626,1647023507,47.74298,8.99892\n4627,1647023508,47.74298,8.99893\n4628,1647023509,47.74299,8.99893\n4629,1647023510,47.74303,8.99889\n4630,1647023512,47.74303,8.99889\n4631,1647023576,47.74299,8.99888\n4632,1647023577,47.74287,8.99908\n4633,1647023578,47.74287,8.99909\n4634,1647023644,47.74316,8.99898\n4635,1647023710,47.74312,8.99884\n4636,1647023776,47.74311,8.99888\n4637,1647023843,47.74309,8.99889\n4638,1647023844,47.74309,8.99891\n4639,1647023845,47.74308,8.99892\n4640,1647023846,47.74308,8.99893\n4641,1647023913,47.74303,8.99886\n4642,1647023914,47.74304,8.99884\n4643,1647023915,47.74304,8.99884\n4644,1647023983,47.74299,8.99894\n4645,1647023984,47.74301,8.99897\n4646,1647023985,47.74301,8.99896\n4647,1647023986,47.74300,8.99896\n4648,1647023987,47.74299,8.99896\n4649,1647024052,47.74319,8.99895\n4650,1647024251,47.74305,8.99895\n4651,1647024317,47.74316,8.99891\n4652,1647024318,47.74305,8.99890\n4653,1647024319,47.74305,8.99890\n4654,1647024320,47.74304,8.99889\n4655,1647024517,47.74307,8.99885\n4656,1647024584,47.74281,8.99901"
  },
  {
    "path": "TickTagData/07_StationaryPosition_20s_Burst_Every_120s/20220311_20s_Burst_Every_120s_4656_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 127, TOs: 0/0, ErrorsOrGF: 1, TTFF: 97\nFixes: 4656, Avg. TTF: 15 s, Avg. HDOP (x10): 13\n\ncount,timestamp,lat,lon\n1,1646984553,47.74303,8.99898\n2,1646984554,47.74303,8.99898\n3,1646984555,47.74304,8.99898\n4,1646984556,47.74304,8.99898\n5,1646984557,47.74304,8.99898\n6,1646984558,47.74303,8.99898\n7,1646984559,47.74303,8.99898\n8,1646984560,47.74303,8.99898\n9,1646984561,47.74303,8.99898\n10,1646984562,47.74304,8.99898\n11,1646984563,47.74304,8.99898\n12,1646984564,47.74304,8.99898\n13,1646984565,47.74304,8.99898\n14,1646984566,47.74304,8.99898\n15,1646984567,47.74304,8.99898\n16,1646984568,47.74304,8.99898\n17,1646984569,47.74304,8.99898\n18,1646984570,47.74304,8.99898\n19,1646984571,47.74304,8.99898\n20,1646984572,47.74304,8.99898\n21,1646984698,47.74311,8.99901\n22,1646984699,47.74314,8.99898\n23,1646984700,47.74316,8.99897\n24,1646984701,47.74316,8.99896\n25,1646984702,47.74317,8.99896\n26,1646984703,47.74317,8.99895\n27,1646984704,47.74317,8.99895\n28,1646984705,47.74317,8.99894\n29,1646984706,47.74317,8.99894\n30,1646984707,47.74316,8.99894\n31,1646984708,47.74316,8.99894\n32,1646984709,47.74313,8.99894\n33,1646984711,47.74313,8.99894\n34,1646984712,47.74312,8.99894\n35,1646984713,47.74312,8.99894\n36,1646984714,47.74311,8.99894\n37,1646984715,47.74311,8.99894\n38,1646984716,47.74310,8.99894\n39,1646984717,47.74310,8.99894\n40,1646984718,47.74309,8.99894\n41,1646984844,47.74313,8.99890\n42,1646984845,47.74310,8.99891\n43,1646984846,47.74308,8.99891\n44,1646984847,47.74308,8.99892\n45,1646984848,47.74306,8.99892\n46,1646984849,47.74305,8.99893\n47,1646984850,47.74303,8.99893\n48,1646984851,47.74303,8.99893\n49,1646984852,47.74303,8.99894\n50,1646984853,47.74304,8.99894\n51,1646984855,47.74305,8.99894\n52,1646984856,47.74305,8.99895\n53,1646984857,47.74305,8.99895\n54,1646984858,47.74305,8.99895\n55,1646984859,47.74305,8.99895\n56,1646984860,47.74305,8.99896\n57,1646984861,47.74305,8.99896\n58,1646984862,47.74305,8.99896\n59,1646984863,47.74305,8.99896\n60,1646984864,47.74305,8.99897\n61,1646984990,47.74302,8.99900\n62,1646984991,47.74303,8.99900\n63,1646984992,47.74303,8.99900\n64,1646984993,47.74304,8.99900\n65,1646984994,47.74305,8.99900\n66,1646984995,47.74305,8.99900\n67,1646984996,47.74304,8.99900\n68,1646984997,47.74306,8.99899\n69,1646984999,47.74306,8.99898\n70,1646985000,47.74305,8.99898\n71,1646985001,47.74305,8.99898\n72,1646985002,47.74306,8.99898\n73,1646985003,47.74306,8.99898\n74,1646985004,47.74306,8.99897\n75,1646985005,47.74306,8.99897\n76,1646985006,47.74306,8.99897\n77,1646985007,47.74306,8.99897\n78,1646985008,47.74305,8.99897\n79,1646985009,47.74305,8.99897\n80,1646985010,47.74305,8.99898\n81,1646985136,47.74292,8.99906\n82,1646985137,47.74291,8.99905\n83,1646985138,47.74293,8.99904\n84,1646985139,47.74294,8.99903\n85,1646985140,47.74295,8.99902\n86,1646985141,47.74296,8.99901\n87,1646985142,47.74297,8.99900\n88,1646985143,47.74297,8.99899\n89,1646985144,47.74298,8.99899\n90,1646985145,47.74298,8.99899\n91,1646985146,47.74299,8.99898\n92,1646985147,47.74301,8.99898\n93,1646985149,47.74301,8.99898\n94,1646985150,47.74302,8.99898\n95,1646985151,47.74303,8.99897\n96,1646985152,47.74303,8.99897\n97,1646985153,47.74304,8.99897\n98,1646985154,47.74304,8.99897\n99,1646985155,47.74304,8.99897\n100,1646985156,47.74305,8.99897\n101,1646985283,47.74297,8.99897\n102,1646985284,47.74300,8.99897\n103,1646985285,47.74300,8.99897\n104,1646985286,47.74300,8.99897\n105,1646985287,47.74300,8.99896\n106,1646985288,47.74301,8.99896\n107,1646985289,47.74302,8.99897\n108,1646985290,47.74303,8.99897\n109,1646985291,47.74303,8.99897\n110,1646985292,47.74305,8.99896\n111,1646985294,47.74305,8.99896\n112,1646985295,47.74305,8.99896\n113,1646985296,47.74305,8.99895\n114,1646985297,47.74305,8.99895\n115,1646985298,47.74305,8.99895\n116,1646985299,47.74305,8.99895\n117,1646985300,47.74305,8.99895\n118,1646985301,47.74306,8.99896\n119,1646985302,47.74306,8.99896\n120,1646985303,47.74306,8.99896\n121,1646985430,47.74298,8.99895\n122,1646985431,47.74299,8.99895\n123,1646985432,47.74299,8.99895\n124,1646985433,47.74299,8.99894\n125,1646985434,47.74300,8.99895\n126,1646985435,47.74300,8.99896\n127,1646985436,47.74301,8.99898\n128,1646985438,47.74301,8.99898\n129,1646985439,47.74301,8.99899\n130,1646985440,47.74300,8.99899\n131,1646985441,47.74301,8.99900\n132,1646985442,47.74301,8.99900\n133,1646985443,47.74301,8.99899\n134,1646985444,47.74301,8.99899\n135,1646985445,47.74301,8.99899\n136,1646985446,47.74301,8.99898\n137,1646985447,47.74301,8.99898\n138,1646985448,47.74301,8.99898\n139,1646985449,47.74301,8.99898\n140,1646985450,47.74301,8.99897\n141,1646985576,47.74296,8.99902\n142,1646985577,47.74296,8.99901\n143,1646985578,47.74297,8.99899\n144,1646985579,47.74299,8.99898\n145,1646985580,47.74300,8.99897\n146,1646985581,47.74300,8.99897\n147,1646985582,47.74301,8.99897\n148,1646985583,47.74301,8.99897\n149,1646985584,47.74301,8.99896\n150,1646985585,47.74301,8.99896\n151,1646985587,47.74300,8.99896\n152,1646985588,47.74301,8.99896\n153,1646985589,47.74301,8.99895\n154,1646985590,47.74301,8.99895\n155,1646985591,47.74301,8.99894\n156,1646985592,47.74301,8.99894\n157,1646985593,47.74302,8.99894\n158,1646985594,47.74302,8.99893\n159,1646985595,47.74302,8.99892\n160,1646985596,47.74302,8.99892\n161,1646985722,47.74298,8.99892\n162,1646985723,47.74301,8.99893\n163,1646985724,47.74302,8.99895\n164,1646985725,47.74304,8.99896\n165,1646985726,47.74304,8.99895\n166,1646985727,47.74305,8.99895\n167,1646985728,47.74306,8.99895\n168,1646985729,47.74307,8.99896\n169,1646985731,47.74307,8.99897\n170,1646985732,47.74306,8.99896\n171,1646985733,47.74306,8.99896\n172,1646985734,47.74307,8.99896\n173,1646985735,47.74307,8.99896\n174,1646985736,47.74307,8.99897\n175,1646985737,47.74307,8.99897\n176,1646985738,47.74307,8.99897\n177,1646985739,47.74307,8.99897\n178,1646985740,47.74307,8.99897\n179,1646985741,47.74307,8.99896\n180,1646985742,47.74307,8.99896\n181,1646985869,47.74296,8.99892\n182,1646985870,47.74299,8.99894\n183,1646985871,47.74299,8.99895\n184,1646985872,47.74301,8.99895\n185,1646985873,47.74302,8.99896\n186,1646985874,47.74303,8.99897\n187,1646985875,47.74304,8.99897\n188,1646985876,47.74305,8.99897\n189,1646985877,47.74305,8.99898\n190,1646985878,47.74306,8.99898\n191,1646985879,47.74306,8.99898\n192,1646985881,47.74306,8.99897\n193,1646985882,47.74306,8.99896\n194,1646985883,47.74306,8.99896\n195,1646985884,47.74306,8.99895\n196,1646985885,47.74306,8.99895\n197,1646985886,47.74306,8.99895\n198,1646985887,47.74306,8.99896\n199,1646985888,47.74306,8.99896\n200,1646985889,47.74307,8.99896\n201,1646986016,47.74310,8.99890\n202,1646986017,47.74309,8.99892\n203,1646986018,47.74308,8.99893\n204,1646986019,47.74309,8.99894\n205,1646986020,47.74310,8.99894\n206,1646986021,47.74312,8.99894\n207,1646986022,47.74314,8.99894\n208,1646986023,47.74313,8.99894\n209,1646986025,47.74314,8.99894\n210,1646986026,47.74316,8.99894\n211,1646986027,47.74316,8.99894\n212,1646986028,47.74317,8.99894\n213,1646986029,47.74318,8.99894\n214,1646986030,47.74319,8.99894\n215,1646986031,47.74320,8.99894\n216,1646986032,47.74321,8.99894\n217,1646986033,47.74321,8.99894\n218,1646986034,47.74322,8.99894\n219,1646986035,47.74322,8.99894\n220,1646986036,47.74322,8.99894\n221,1646986177,47.74284,8.99897\n222,1646986178,47.74284,8.99897\n223,1646986179,47.74285,8.99897\n224,1646986180,47.74285,8.99897\n225,1646986181,47.74284,8.99896\n226,1646986182,47.74283,8.99896\n227,1646986183,47.74282,8.99896\n228,1646986184,47.74282,8.99895\n229,1646986185,47.74281,8.99895\n230,1646986186,47.74280,8.99895\n231,1646986187,47.74280,8.99894\n232,1646986188,47.74279,8.99894\n233,1646986189,47.74278,8.99894\n234,1646986190,47.74277,8.99894\n235,1646986191,47.74277,8.99894\n236,1646986192,47.74277,8.99893\n237,1646986193,47.74277,8.99893\n238,1646986194,47.74278,8.99893\n239,1646986195,47.74277,8.99893\n240,1646986196,47.74277,8.99893\n241,1646986326,47.74282,8.99899\n242,1646986327,47.74281,8.99899\n243,1646986328,47.74292,8.99902\n244,1646986329,47.74308,8.99901\n245,1646986331,47.74309,8.99902\n246,1646986332,47.74310,8.99903\n247,1646986333,47.74311,8.99905\n248,1646986334,47.74310,8.99905\n249,1646986335,47.74310,8.99906\n250,1646986336,47.74310,8.99907\n251,1646986337,47.74310,8.99908\n252,1646986338,47.74310,8.99909\n253,1646986339,47.74311,8.99909\n254,1646986340,47.74310,8.99909\n255,1646986341,47.74309,8.99909\n256,1646986342,47.74311,8.99910\n257,1646986343,47.74312,8.99910\n258,1646986344,47.74312,8.99911\n259,1646986345,47.74313,8.99912\n260,1646986346,47.74314,8.99912\n261,1646986477,47.74291,8.99887\n262,1646986478,47.74295,8.99891\n263,1646986479,47.74299,8.99894\n264,1646986480,47.74300,8.99896\n265,1646986482,47.74304,8.99899\n266,1646986483,47.74306,8.99900\n267,1646986484,47.74307,8.99901\n268,1646986485,47.74309,8.99902\n269,1646986486,47.74311,8.99903\n270,1646986487,47.74312,8.99905\n271,1646986488,47.74313,8.99906\n272,1646986489,47.74315,8.99907\n273,1646986490,47.74317,8.99909\n274,1646986491,47.74319,8.99910\n275,1646986492,47.74321,8.99911\n276,1646986493,47.74324,8.99913\n277,1646986494,47.74327,8.99916\n278,1646986495,47.74330,8.99918\n279,1646986496,47.74333,8.99921\n280,1646986497,47.74335,8.99924\n281,1646986634,47.74297,8.99895\n282,1646986635,47.74296,8.99895\n283,1646986636,47.74298,8.99896\n284,1646986638,47.74300,8.99897\n285,1646986639,47.74301,8.99896\n286,1646986640,47.74302,8.99896\n287,1646986641,47.74302,8.99897\n288,1646986642,47.74303,8.99897\n289,1646986643,47.74303,8.99897\n290,1646986644,47.74302,8.99897\n291,1646986645,47.74302,8.99897\n292,1646986646,47.74302,8.99897\n293,1646986647,47.74302,8.99897\n294,1646986648,47.74302,8.99897\n295,1646986649,47.74302,8.99897\n296,1646986650,47.74302,8.99898\n297,1646986651,47.74301,8.99898\n298,1646986652,47.74302,8.99898\n299,1646986653,47.74301,8.99898\n300,1646986654,47.74301,8.99898\n301,1646986802,47.74308,8.99913\n302,1646986803,47.74306,8.99911\n303,1646986804,47.74305,8.99911\n304,1646986805,47.74302,8.99909\n305,1646986806,47.74301,8.99908\n306,1646986807,47.74301,8.99909\n307,1646986808,47.74302,8.99910\n308,1646986809,47.74303,8.99911\n309,1646986810,47.74305,8.99912\n310,1646986811,47.74305,8.99911\n311,1646986812,47.74306,8.99912\n312,1646986813,47.74306,8.99912\n313,1646986814,47.74306,8.99912\n314,1646986815,47.74306,8.99912\n315,1646986816,47.74306,8.99912\n316,1646986817,47.74306,8.99912\n317,1646986818,47.74306,8.99913\n318,1646986819,47.74306,8.99912\n319,1646986820,47.74306,8.99912\n320,1646986821,47.74307,8.99912\n321,1646986952,47.74293,8.99905\n322,1646986953,47.74298,8.99906\n323,1646986955,47.74301,8.99907\n324,1646986956,47.74302,8.99908\n325,1646986957,47.74304,8.99908\n326,1646986958,47.74305,8.99908\n327,1646986959,47.74306,8.99907\n328,1646986959,47.74307,8.99908\n329,1646986961,47.74307,8.99908\n330,1646986962,47.74307,8.99908\n331,1646986963,47.74308,8.99907\n332,1646986964,47.74307,8.99906\n333,1646986965,47.74307,8.99906\n334,1646986966,47.74307,8.99905\n335,1646986967,47.74306,8.99905\n336,1646986968,47.74307,8.99904\n337,1646986969,47.74305,8.99903\n338,1646986970,47.74306,8.99903\n339,1646986971,47.74306,8.99902\n340,1646986972,47.74305,8.99901\n341,1646987102,47.74309,8.99893\n342,1646987103,47.74312,8.99893\n343,1646987104,47.74317,8.99893\n344,1646987105,47.74319,8.99893\n345,1646987106,47.74321,8.99893\n346,1646987107,47.74322,8.99893\n347,1646987108,47.74321,8.99893\n348,1646987109,47.74295,8.99892\n349,1646987111,47.74294,8.99892\n350,1646987112,47.74294,8.99892\n351,1646987113,47.74294,8.99892\n352,1646987114,47.74294,8.99892\n353,1646987115,47.74295,8.99892\n354,1646987116,47.74296,8.99892\n355,1646987117,47.74296,8.99892\n356,1646987118,47.74296,8.99892\n357,1646987119,47.74297,8.99892\n358,1646987120,47.74297,8.99892\n359,1646987121,47.74297,8.99892\n360,1646987122,47.74298,8.99892\n361,1646987251,47.74288,8.99904\n362,1646987252,47.74299,8.99904\n363,1646987253,47.74298,8.99903\n364,1646987254,47.74295,8.99902\n365,1646987255,47.74295,8.99901\n366,1646987256,47.74294,8.99901\n367,1646987257,47.74294,8.99900\n368,1646987258,47.74295,8.99900\n369,1646987259,47.74296,8.99899\n370,1646987261,47.74297,8.99899\n371,1646987262,47.74297,8.99899\n372,1646987263,47.74297,8.99899\n373,1646987264,47.74296,8.99898\n374,1646987265,47.74296,8.99898\n375,1646987266,47.74296,8.99898\n376,1646987267,47.74295,8.99898\n377,1646987268,47.74295,8.99898\n378,1646987269,47.74295,8.99897\n379,1646987270,47.74295,8.99897\n380,1646987271,47.74295,8.99897\n381,1646987399,47.74300,8.99890\n382,1646987400,47.74298,8.99890\n383,1646987401,47.74296,8.99890\n384,1646987402,47.74296,8.99891\n385,1646987403,47.74297,8.99893\n386,1646987404,47.74295,8.99893\n387,1646987405,47.74294,8.99893\n388,1646987406,47.74293,8.99893\n389,1646987407,47.74293,8.99893\n390,1646987408,47.74293,8.99892\n391,1646987409,47.74294,8.99893\n392,1646987410,47.74299,8.99894\n393,1646987412,47.74300,8.99894\n394,1646987413,47.74301,8.99894\n395,1646987414,47.74301,8.99894\n396,1646987415,47.74301,8.99894\n397,1646987416,47.74301,8.99894\n398,1646987417,47.74301,8.99894\n399,1646987418,47.74301,8.99894\n400,1646987419,47.74301,8.99895\n401,1646987546,47.74292,8.99894\n402,1646987547,47.74293,8.99894\n403,1646987548,47.74292,8.99895\n404,1646987549,47.74293,8.99895\n405,1646987550,47.74292,8.99895\n406,1646987551,47.74293,8.99895\n407,1646987552,47.74294,8.99896\n408,1646987553,47.74295,8.99896\n409,1646987554,47.74295,8.99897\n410,1646987556,47.74295,8.99897\n411,1646987557,47.74296,8.99898\n412,1646987558,47.74296,8.99898\n413,1646987559,47.74297,8.99898\n414,1646987560,47.74297,8.99898\n415,1646987561,47.74297,8.99899\n416,1646987562,47.74298,8.99899\n417,1646987563,47.74299,8.99899\n418,1646987564,47.74299,8.99899\n419,1646987565,47.74299,8.99898\n420,1646987566,47.74299,8.99898\n421,1646987692,47.74323,8.99894\n422,1646987693,47.74307,8.99895\n423,1646987694,47.74304,8.99895\n424,1646987695,47.74302,8.99895\n425,1646987696,47.74302,8.99896\n426,1646987697,47.74302,8.99896\n427,1646987698,47.74301,8.99895\n428,1646987699,47.74301,8.99895\n429,1646987700,47.74299,8.99894\n430,1646987701,47.74299,8.99894\n431,1646987702,47.74299,8.99894\n432,1646987703,47.74299,8.99895\n433,1646987704,47.74300,8.99895\n434,1646987706,47.74300,8.99895\n435,1646987707,47.74300,8.99895\n436,1646987708,47.74300,8.99895\n437,1646987709,47.74299,8.99895\n438,1646987710,47.74300,8.99895\n439,1646987711,47.74299,8.99895\n440,1646987712,47.74300,8.99895\n441,1646987846,47.74309,8.99898\n442,1646987847,47.74308,8.99899\n443,1646987848,47.74299,8.99898\n444,1646987850,47.74300,8.99899\n445,1646987851,47.74299,8.99898\n446,1646987852,47.74299,8.99898\n447,1646987853,47.74299,8.99898\n448,1646987854,47.74298,8.99898\n449,1646987855,47.74298,8.99898\n450,1646987856,47.74297,8.99898\n451,1646987857,47.74297,8.99897\n452,1646987858,47.74296,8.99897\n453,1646987859,47.74295,8.99898\n454,1646987860,47.74295,8.99898\n455,1646987861,47.74294,8.99898\n456,1646987862,47.74293,8.99898\n457,1646987863,47.74293,8.99898\n458,1646987864,47.74292,8.99899\n459,1646987865,47.74292,8.99899\n460,1646987866,47.74292,8.99898\n461,1646987994,47.74297,8.99895\n462,1646987995,47.74296,8.99895\n463,1646987996,47.74296,8.99895\n464,1646987997,47.74295,8.99894\n465,1646987998,47.74295,8.99893\n466,1646987999,47.74296,8.99893\n467,1646988000,47.74296,8.99893\n468,1646988001,47.74296,8.99893\n469,1646988002,47.74296,8.99893\n470,1646988003,47.74296,8.99893\n471,1646988004,47.74295,8.99893\n472,1646988006,47.74293,8.99893\n473,1646988007,47.74292,8.99893\n474,1646988008,47.74292,8.99893\n475,1646988009,47.74292,8.99894\n476,1646988010,47.74291,8.99894\n477,1646988011,47.74291,8.99894\n478,1646988012,47.74290,8.99894\n479,1646988013,47.74290,8.99894\n480,1646988014,47.74290,8.99895\n481,1646988141,47.74296,8.99897\n482,1646988142,47.74293,8.99896\n483,1646988143,47.74291,8.99895\n484,1646988144,47.74294,8.99894\n485,1646988145,47.74293,8.99894\n486,1646988146,47.74293,8.99894\n487,1646988147,47.74282,8.99895\n488,1646988149,47.74281,8.99895\n489,1646988150,47.74279,8.99895\n490,1646988151,47.74278,8.99895\n491,1646988152,47.74277,8.99895\n492,1646988153,47.74278,8.99895\n493,1646988154,47.74278,8.99895\n494,1646988155,47.74277,8.99895\n495,1646988156,47.74277,8.99895\n496,1646988157,47.74275,8.99895\n497,1646988158,47.74275,8.99895\n498,1646988159,47.74274,8.99895\n499,1646988160,47.74274,8.99895\n500,1646988161,47.74273,8.99895\n501,1646988288,47.74309,8.99905\n502,1646988289,47.74307,8.99905\n503,1646988290,47.74305,8.99904\n504,1646988291,47.74304,8.99904\n505,1646988292,47.74303,8.99903\n506,1646988293,47.74303,8.99901\n507,1646988294,47.74303,8.99900\n508,1646988295,47.74302,8.99900\n509,1646988296,47.74302,8.99899\n510,1646988297,47.74304,8.99899\n511,1646988299,47.74304,8.99899\n512,1646988300,47.74303,8.99899\n513,1646988301,47.74303,8.99899\n514,1646988302,47.74303,8.99899\n515,1646988303,47.74302,8.99899\n516,1646988304,47.74302,8.99900\n517,1646988305,47.74302,8.99900\n518,1646988306,47.74301,8.99900\n519,1646988307,47.74301,8.99899\n520,1646988308,47.74300,8.99900\n521,1646988434,47.74273,8.99894\n522,1646988435,47.74276,8.99895\n523,1646988436,47.74276,8.99895\n524,1646988437,47.74277,8.99895\n525,1646988438,47.74276,8.99895\n526,1646988439,47.74276,8.99894\n527,1646988440,47.74277,8.99894\n528,1646988441,47.74297,8.99898\n529,1646988443,47.74297,8.99898\n530,1646988444,47.74299,8.99898\n531,1646988445,47.74299,8.99899\n532,1646988446,47.74300,8.99899\n533,1646988447,47.74300,8.99899\n534,1646988448,47.74300,8.99899\n535,1646988449,47.74300,8.99899\n536,1646988450,47.74300,8.99898\n537,1646988451,47.74299,8.99898\n538,1646988452,47.74299,8.99898\n539,1646988453,47.74299,8.99898\n540,1646988454,47.74299,8.99898\n541,1646988582,47.74298,8.99897\n542,1646988583,47.74300,8.99897\n543,1646988584,47.74301,8.99898\n544,1646988585,47.74300,8.99896\n545,1646988586,47.74298,8.99894\n546,1646988587,47.74297,8.99895\n547,1646988588,47.74297,8.99895\n548,1646988589,47.74296,8.99895\n549,1646988590,47.74295,8.99894\n550,1646988591,47.74299,8.99895\n551,1646988593,47.74299,8.99895\n552,1646988594,47.74299,8.99895\n553,1646988595,47.74299,8.99895\n554,1646988596,47.74299,8.99894\n555,1646988597,47.74298,8.99894\n556,1646988598,47.74298,8.99894\n557,1646988599,47.74298,8.99894\n558,1646988600,47.74298,8.99895\n559,1646988601,47.74298,8.99895\n560,1646988602,47.74297,8.99895\n561,1646988728,47.74300,8.99897\n562,1646988729,47.74300,8.99898\n563,1646988730,47.74299,8.99897\n564,1646988731,47.74298,8.99897\n565,1646988732,47.74296,8.99896\n566,1646988733,47.74297,8.99896\n567,1646988734,47.74298,8.99895\n568,1646988735,47.74293,8.99894\n569,1646988737,47.74294,8.99895\n570,1646988738,47.74294,8.99894\n571,1646988739,47.74294,8.99894\n572,1646988740,47.74294,8.99894\n573,1646988741,47.74294,8.99894\n574,1646988742,47.74294,8.99894\n575,1646988743,47.74295,8.99894\n576,1646988744,47.74296,8.99895\n577,1646988745,47.74296,8.99895\n578,1646988746,47.74297,8.99896\n579,1646988747,47.74298,8.99897\n580,1646988748,47.74298,8.99899\n581,1646988874,47.74301,8.99903\n582,1646988875,47.74299,8.99902\n583,1646988876,47.74301,8.99900\n584,1646988877,47.74303,8.99901\n585,1646988878,47.74306,8.99902\n586,1646988879,47.74306,8.99904\n587,1646988880,47.74305,8.99904\n588,1646988881,47.74303,8.99903\n589,1646988882,47.74303,8.99904\n590,1646988883,47.74303,8.99904\n591,1646988884,47.74304,8.99904\n592,1646988885,47.74298,8.99902\n593,1646988887,47.74299,8.99902\n594,1646988888,47.74299,8.99902\n595,1646988889,47.74299,8.99902\n596,1646988890,47.74299,8.99901\n597,1646988891,47.74299,8.99901\n598,1646988892,47.74299,8.99900\n599,1646988893,47.74299,8.99900\n600,1646988894,47.74300,8.99900\n601,1646989020,47.74301,8.99893\n602,1646989021,47.74302,8.99894\n603,1646989022,47.74303,8.99895\n604,1646989023,47.74303,8.99896\n605,1646989024,47.74303,8.99896\n606,1646989025,47.74302,8.99896\n607,1646989026,47.74302,8.99897\n608,1646989027,47.74301,8.99897\n609,1646989028,47.74301,8.99898\n610,1646989029,47.74301,8.99898\n611,1646989031,47.74301,8.99898\n612,1646989032,47.74300,8.99898\n613,1646989033,47.74301,8.99898\n614,1646989034,47.74301,8.99898\n615,1646989035,47.74301,8.99898\n616,1646989036,47.74301,8.99899\n617,1646989037,47.74301,8.99899\n618,1646989038,47.74301,8.99899\n619,1646989039,47.74301,8.99899\n620,1646989040,47.74301,8.99899\n621,1646989166,47.74286,8.99893\n622,1646989168,47.74283,8.99894\n623,1646989169,47.74281,8.99892\n624,1646989170,47.74282,8.99894\n625,1646989171,47.74282,8.99893\n626,1646989171,47.74287,8.99895\n627,1646989172,47.74289,8.99895\n628,1646989173,47.74303,8.99897\n629,1646989175,47.74303,8.99897\n630,1646989176,47.74303,8.99896\n631,1646989177,47.74303,8.99896\n632,1646989178,47.74303,8.99896\n633,1646989179,47.74304,8.99896\n634,1646989180,47.74303,8.99895\n635,1646989181,47.74303,8.99895\n636,1646989182,47.74303,8.99895\n637,1646989183,47.74303,8.99895\n638,1646989184,47.74303,8.99895\n639,1646989185,47.74302,8.99895\n640,1646989186,47.74302,8.99895\n641,1646989311,47.74279,8.99903\n642,1646989312,47.74305,8.99902\n643,1646989313,47.74305,8.99902\n644,1646989314,47.74303,8.99901\n645,1646989315,47.74303,8.99902\n646,1646989316,47.74302,8.99902\n647,1646989317,47.74302,8.99903\n648,1646989318,47.74302,8.99904\n649,1646989319,47.74300,8.99903\n650,1646989320,47.74299,8.99902\n651,1646989321,47.74298,8.99902\n652,1646989322,47.74297,8.99902\n653,1646989323,47.74304,8.99901\n654,1646989325,47.74304,8.99901\n655,1646989326,47.74304,8.99900\n656,1646989327,47.74304,8.99900\n657,1646989328,47.74303,8.99900\n658,1646989329,47.74303,8.99900\n659,1646989330,47.74303,8.99900\n660,1646989331,47.74303,8.99900\n661,1646989459,47.74233,8.99891\n662,1646989460,47.74231,8.99891\n663,1646989461,47.74248,8.99893\n664,1646989462,47.74259,8.99894\n665,1646989463,47.74267,8.99895\n666,1646989464,47.74274,8.99895\n667,1646989465,47.74281,8.99895\n668,1646989466,47.74285,8.99895\n669,1646989467,47.74303,8.99894\n670,1646989469,47.74303,8.99894\n671,1646989470,47.74302,8.99893\n672,1646989471,47.74302,8.99892\n673,1646989472,47.74302,8.99892\n674,1646989473,47.74302,8.99892\n675,1646989474,47.74302,8.99892\n676,1646989475,47.74302,8.99892\n677,1646989476,47.74302,8.99892\n678,1646989477,47.74302,8.99892\n679,1646989478,47.74302,8.99892\n680,1646989479,47.74302,8.99892\n681,1646989605,47.74347,8.99875\n682,1646989606,47.74317,8.99898\n683,1646989607,47.74319,8.99896\n684,1646989608,47.74317,8.99896\n685,1646989609,47.74316,8.99894\n686,1646989610,47.74315,8.99893\n687,1646989611,47.74308,8.99894\n688,1646989613,47.74309,8.99893\n689,1646989614,47.74310,8.99892\n690,1646989615,47.74310,8.99891\n691,1646989616,47.74310,8.99891\n692,1646989617,47.74310,8.99891\n693,1646989618,47.74310,8.99891\n694,1646989619,47.74310,8.99891\n695,1646989620,47.74310,8.99891\n696,1646989621,47.74310,8.99891\n697,1646989622,47.74310,8.99891\n698,1646989623,47.74307,8.99894\n699,1646989624,47.74306,8.99895\n700,1646989625,47.74305,8.99896\n701,1646989752,47.74282,8.99900\n702,1646989753,47.74287,8.99901\n703,1646989754,47.74287,8.99903\n704,1646989755,47.74287,8.99903\n705,1646989756,47.74287,8.99903\n706,1646989757,47.74288,8.99902\n707,1646989758,47.74288,8.99904\n708,1646989759,47.74288,8.99904\n709,1646989760,47.74287,8.99903\n710,1646989761,47.74301,8.99899\n711,1646989763,47.74301,8.99898\n712,1646989764,47.74301,8.99899\n713,1646989765,47.74301,8.99899\n714,1646989766,47.74300,8.99898\n715,1646989767,47.74300,8.99898\n716,1646989768,47.74300,8.99898\n717,1646989769,47.74300,8.99898\n718,1646989770,47.74300,8.99897\n719,1646989771,47.74300,8.99897\n720,1646989772,47.74300,8.99897\n721,1646989898,47.74286,8.99908\n722,1646989899,47.74288,8.99907\n723,1646989900,47.74290,8.99905\n724,1646989901,47.74292,8.99903\n725,1646989902,47.74293,8.99901\n726,1646989903,47.74294,8.99900\n727,1646989904,47.74295,8.99899\n728,1646989905,47.74304,8.99895\n729,1646989907,47.74303,8.99895\n730,1646989908,47.74303,8.99894\n731,1646989909,47.74303,8.99895\n732,1646989910,47.74303,8.99895\n733,1646989911,47.74303,8.99895\n734,1646989912,47.74303,8.99895\n735,1646989913,47.74303,8.99895\n736,1646989914,47.74303,8.99895\n737,1646989915,47.74303,8.99895\n738,1646989916,47.74303,8.99894\n739,1646989917,47.74303,8.99894\n740,1646989918,47.74303,8.99895\n741,1646990043,47.74292,8.99900\n742,1646990044,47.74294,8.99899\n743,1646990045,47.74294,8.99899\n744,1646990046,47.74294,8.99899\n745,1646990047,47.74293,8.99899\n746,1646990048,47.74293,8.99898\n747,1646990049,47.74302,8.99896\n748,1646990051,47.74302,8.99896\n749,1646990052,47.74302,8.99896\n750,1646990053,47.74302,8.99895\n751,1646990054,47.74302,8.99895\n752,1646990055,47.74301,8.99895\n753,1646990056,47.74301,8.99895\n754,1646990057,47.74301,8.99895\n755,1646990058,47.74300,8.99896\n756,1646990059,47.74300,8.99896\n757,1646990060,47.74300,8.99896\n758,1646990061,47.74300,8.99896\n759,1646990062,47.74300,8.99896\n760,1646990063,47.74299,8.99896\n761,1646990188,47.74311,8.99903\n762,1646990189,47.74309,8.99903\n763,1646990190,47.74309,8.99903\n764,1646990191,47.74306,8.99904\n765,1646990192,47.74306,8.99903\n766,1646990193,47.74306,8.99902\n767,1646990194,47.74307,8.99902\n768,1646990195,47.74307,8.99902\n769,1646990196,47.74307,8.99902\n770,1646990197,47.74307,8.99903\n771,1646990198,47.74307,8.99903\n772,1646990199,47.74304,8.99903\n773,1646990201,47.74304,8.99903\n774,1646990202,47.74304,8.99903\n775,1646990203,47.74304,8.99902\n776,1646990204,47.74304,8.99902\n777,1646990205,47.74304,8.99902\n778,1646990206,47.74303,8.99902\n779,1646990207,47.74303,8.99902\n780,1646990208,47.74303,8.99902\n781,1646990335,47.74314,8.99903\n782,1646990336,47.74310,8.99900\n783,1646990337,47.74311,8.99900\n784,1646990338,47.74311,8.99900\n785,1646990339,47.74312,8.99901\n786,1646990340,47.74312,8.99901\n787,1646990341,47.74312,8.99901\n788,1646990342,47.74312,8.99902\n789,1646990343,47.74302,8.99899\n790,1646990345,47.74302,8.99900\n791,1646990346,47.74303,8.99901\n792,1646990347,47.74303,8.99901\n793,1646990348,47.74304,8.99901\n794,1646990349,47.74304,8.99901\n795,1646990350,47.74305,8.99900\n796,1646990351,47.74305,8.99900\n797,1646990352,47.74305,8.99899\n798,1646990353,47.74305,8.99899\n799,1646990354,47.74305,8.99899\n800,1646990355,47.74305,8.99899\n801,1646990482,47.74305,8.99888\n802,1646990483,47.74299,8.99887\n803,1646990484,47.74298,8.99888\n804,1646990485,47.74297,8.99889\n805,1646990486,47.74296,8.99891\n806,1646990487,47.74295,8.99892\n807,1646990488,47.74295,8.99893\n808,1646990489,47.74296,8.99893\n809,1646990490,47.74296,8.99893\n810,1646990491,47.74297,8.99894\n811,1646990492,47.74297,8.99895\n812,1646990493,47.74301,8.99896\n813,1646990495,47.74301,8.99897\n814,1646990496,47.74302,8.99897\n815,1646990497,47.74302,8.99898\n816,1646990498,47.74302,8.99898\n817,1646990499,47.74303,8.99899\n818,1646990500,47.74303,8.99899\n819,1646990501,47.74303,8.99899\n820,1646990502,47.74303,8.99899\n821,1646990628,47.74286,8.99901\n822,1646990629,47.74288,8.99901\n823,1646990630,47.74289,8.99901\n824,1646990631,47.74290,8.99901\n825,1646990632,47.74292,8.99901\n826,1646990633,47.74293,8.99901\n827,1646990634,47.74294,8.99901\n828,1646990635,47.74296,8.99901\n829,1646990636,47.74296,8.99901\n830,1646990637,47.74303,8.99903\n831,1646990639,47.74304,8.99903\n832,1646990640,47.74305,8.99904\n833,1646990641,47.74305,8.99904\n834,1646990642,47.74306,8.99904\n835,1646990643,47.74306,8.99905\n836,1646990644,47.74306,8.99905\n837,1646990645,47.74306,8.99906\n838,1646990646,47.74307,8.99906\n839,1646990647,47.74307,8.99906\n840,1646990648,47.74307,8.99907\n841,1646990774,47.74291,8.99893\n842,1646990775,47.74292,8.99895\n843,1646990776,47.74293,8.99896\n844,1646990777,47.74293,8.99896\n845,1646990778,47.74294,8.99896\n846,1646990779,47.74296,8.99897\n847,1646990780,47.74297,8.99897\n848,1646990781,47.74303,8.99899\n849,1646990783,47.74303,8.99900\n850,1646990784,47.74304,8.99900\n851,1646990785,47.74303,8.99900\n852,1646990786,47.74303,8.99901\n853,1646990787,47.74303,8.99900\n854,1646990788,47.74303,8.99900\n855,1646990789,47.74303,8.99900\n856,1646990790,47.74303,8.99901\n857,1646990791,47.74303,8.99901\n858,1646990792,47.74303,8.99901\n859,1646990793,47.74303,8.99901\n860,1646990794,47.74303,8.99901\n861,1646990921,47.74285,8.99894\n862,1646990922,47.74290,8.99897\n863,1646990923,47.74290,8.99897\n864,1646990924,47.74287,8.99894\n865,1646990925,47.74297,8.99894\n866,1646990927,47.74297,8.99895\n867,1646990928,47.74297,8.99896\n868,1646990929,47.74298,8.99896\n869,1646990930,47.74298,8.99897\n870,1646990931,47.74298,8.99897\n871,1646990932,47.74298,8.99897\n872,1646990933,47.74298,8.99897\n873,1646990934,47.74298,8.99897\n874,1646990935,47.74298,8.99897\n875,1646990936,47.74298,8.99898\n876,1646990937,47.74298,8.99898\n877,1646990938,47.74299,8.99899\n878,1646990939,47.74299,8.99899\n879,1646990940,47.74299,8.99899\n880,1646990941,47.74299,8.99899\n881,1646991067,47.74294,8.99895\n882,1646991068,47.74297,8.99897\n883,1646991069,47.74298,8.99899\n884,1646991070,47.74300,8.99899\n885,1646991071,47.74301,8.99900\n886,1646991072,47.74301,8.99901\n887,1646991073,47.74301,8.99902\n888,1646991074,47.74302,8.99902\n889,1646991075,47.74302,8.99903\n890,1646991077,47.74303,8.99903\n891,1646991078,47.74303,8.99903\n892,1646991079,47.74303,8.99903\n893,1646991080,47.74304,8.99904\n894,1646991081,47.74304,8.99904\n895,1646991082,47.74304,8.99904\n896,1646991083,47.74304,8.99905\n897,1646991084,47.74304,8.99904\n898,1646991085,47.74304,8.99904\n899,1646991086,47.74304,8.99904\n900,1646991087,47.74304,8.99905\n901,1646991211,47.74285,8.99898\n902,1646991212,47.74293,8.99902\n903,1646991213,47.74294,8.99903\n904,1646991214,47.74295,8.99903\n905,1646991215,47.74296,8.99905\n906,1646991216,47.74296,8.99907\n907,1646991217,47.74297,8.99907\n908,1646991218,47.74298,8.99906\n909,1646991219,47.74304,8.99908\n910,1646991221,47.74304,8.99907\n911,1646991222,47.74304,8.99907\n912,1646991223,47.74305,8.99907\n913,1646991224,47.74305,8.99907\n914,1646991225,47.74305,8.99907\n915,1646991226,47.74305,8.99907\n916,1646991227,47.74306,8.99906\n917,1646991228,47.74306,8.99906\n918,1646991229,47.74306,8.99906\n919,1646991230,47.74307,8.99906\n920,1646991231,47.74307,8.99906\n921,1646991357,47.74303,8.99897\n922,1646991358,47.74302,8.99896\n923,1646991359,47.74302,8.99896\n924,1646991360,47.74302,8.99896\n925,1646991361,47.74303,8.99895\n926,1646991362,47.74303,8.99896\n927,1646991363,47.74298,8.99896\n928,1646991365,47.74298,8.99897\n929,1646991366,47.74298,8.99897\n930,1646991367,47.74298,8.99898\n931,1646991368,47.74298,8.99899\n932,1646991369,47.74298,8.99900\n933,1646991370,47.74298,8.99900\n934,1646991371,47.74297,8.99900\n935,1646991372,47.74297,8.99901\n936,1646991373,47.74297,8.99901\n937,1646991374,47.74297,8.99901\n938,1646991375,47.74298,8.99901\n939,1646991376,47.74298,8.99902\n940,1646991377,47.74298,8.99902\n941,1646991509,47.74315,8.99907\n942,1646991510,47.74314,8.99907\n943,1646991511,47.74312,8.99906\n944,1646991512,47.74310,8.99907\n945,1646991513,47.74298,8.99900\n946,1646991515,47.74298,8.99902\n947,1646991516,47.74298,8.99902\n948,1646991517,47.74298,8.99903\n949,1646991518,47.74298,8.99903\n950,1646991519,47.74298,8.99904\n951,1646991520,47.74298,8.99904\n952,1646991521,47.74298,8.99905\n953,1646991522,47.74298,8.99905\n954,1646991523,47.74298,8.99906\n955,1646991524,47.74298,8.99906\n956,1646991525,47.74298,8.99907\n957,1646991526,47.74299,8.99907\n958,1646991527,47.74299,8.99907\n959,1646991528,47.74300,8.99908\n960,1646991529,47.74300,8.99908\n961,1646991662,47.74280,8.99871\n962,1646991663,47.74292,8.99880\n963,1646991665,47.74291,8.99880\n964,1646991666,47.74291,8.99880\n965,1646991667,47.74291,8.99881\n966,1646991668,47.74292,8.99882\n967,1646991669,47.74292,8.99882\n968,1646991670,47.74293,8.99883\n969,1646991671,47.74293,8.99884\n970,1646991672,47.74293,8.99884\n971,1646991673,47.74293,8.99885\n972,1646991674,47.74294,8.99886\n973,1646991675,47.74293,8.99886\n974,1646991676,47.74294,8.99887\n975,1646991677,47.74294,8.99888\n976,1646991678,47.74294,8.99889\n977,1646991679,47.74294,8.99889\n978,1646991680,47.74295,8.99890\n979,1646991681,47.74295,8.99890\n980,1646991682,47.74295,8.99890\n981,1646991813,47.74303,8.99897\n982,1646991815,47.74303,8.99898\n983,1646991816,47.74303,8.99899\n984,1646991817,47.74303,8.99900\n985,1646991818,47.74305,8.99901\n986,1646991817,47.74304,8.99901\n987,1646991818,47.74304,8.99900\n988,1646991819,47.74304,8.99900\n989,1646991820,47.74304,8.99900\n990,1646991821,47.74304,8.99901\n991,1646991822,47.74304,8.99901\n992,1646991823,47.74305,8.99901\n993,1646991824,47.74305,8.99901\n994,1646991825,47.74304,8.99899\n995,1646991826,47.74304,8.99898\n996,1646991827,47.74303,8.99898\n997,1646991828,47.74303,8.99897\n998,1646991829,47.74303,8.99896\n999,1646991830,47.74302,8.99894\n1000,1646991831,47.74302,8.99893\n1001,1646991961,47.74301,8.99883\n1002,1646991962,47.74303,8.99884\n1003,1646991963,47.74303,8.99884\n1004,1646991964,47.74302,8.99883\n1005,1646991965,47.74301,8.99882\n1006,1646991966,47.74299,8.99881\n1007,1646991967,47.74292,8.99877\n1008,1646991969,47.74294,8.99878\n1009,1646991970,47.74294,8.99879\n1010,1646991971,47.74295,8.99879\n1011,1646991972,47.74294,8.99879\n1012,1646991973,47.74294,8.99878\n1013,1646991974,47.74293,8.99877\n1014,1646991975,47.74293,8.99876\n1015,1646991976,47.74293,8.99876\n1016,1646991977,47.74293,8.99875\n1017,1646991978,47.74293,8.99875\n1018,1646991979,47.74293,8.99875\n1019,1646991980,47.74293,8.99876\n1020,1646991981,47.74294,8.99877\n1021,1646992113,47.74326,8.99912\n1022,1646992114,47.74324,8.99913\n1023,1646992115,47.74324,8.99914\n1024,1646992116,47.74325,8.99914\n1025,1646992117,47.74294,8.99891\n1026,1646992119,47.74295,8.99891\n1027,1646992120,47.74296,8.99892\n1028,1646992121,47.74297,8.99893\n1029,1646992122,47.74297,8.99894\n1030,1646992123,47.74297,8.99894\n1031,1646992124,47.74298,8.99894\n1032,1646992125,47.74298,8.99894\n1033,1646992126,47.74298,8.99894\n1034,1646992127,47.74298,8.99895\n1035,1646992128,47.74298,8.99895\n1036,1646992129,47.74299,8.99895\n1037,1646992130,47.74299,8.99895\n1038,1646992131,47.74299,8.99896\n1039,1646992132,47.74298,8.99896\n1040,1646992133,47.74299,8.99896\n1041,1646992270,47.74306,8.99894\n1042,1646992271,47.74303,8.99895\n1043,1646992273,47.74305,8.99894\n1044,1646992274,47.74305,8.99893\n1045,1646992275,47.74306,8.99892\n1046,1646992276,47.74307,8.99891\n1047,1646992277,47.74307,8.99890\n1048,1646992278,47.74308,8.99889\n1049,1646992279,47.74309,8.99889\n1050,1646992280,47.74309,8.99888\n1051,1646992281,47.74310,8.99888\n1052,1646992282,47.74310,8.99887\n1053,1646992283,47.74311,8.99887\n1054,1646992284,47.74312,8.99889\n1055,1646992285,47.74312,8.99889\n1056,1646992286,47.74313,8.99889\n1057,1646992287,47.74314,8.99890\n1058,1646992288,47.74314,8.99890\n1059,1646992289,47.74315,8.99890\n1060,1646992290,47.74315,8.99889\n1061,1646992416,47.74270,8.99908\n1062,1646992417,47.74292,8.99902\n1063,1646992418,47.74296,8.99901\n1064,1646992419,47.74296,8.99900\n1065,1646992420,47.74296,8.99899\n1066,1646992421,47.74296,8.99899\n1067,1646992422,47.74296,8.99899\n1068,1646992423,47.74296,8.99900\n1069,1646992424,47.74295,8.99900\n1070,1646992426,47.74295,8.99901\n1071,1646992427,47.74295,8.99901\n1072,1646992428,47.74295,8.99901\n1073,1646992429,47.74296,8.99901\n1074,1646992430,47.74296,8.99901\n1075,1646992431,47.74296,8.99901\n1076,1646992432,47.74295,8.99901\n1077,1646992433,47.74295,8.99901\n1078,1646992434,47.74295,8.99901\n1079,1646992435,47.74295,8.99901\n1080,1646992436,47.74295,8.99901\n1081,1646992561,47.74299,8.99907\n1082,1646992562,47.74298,8.99906\n1083,1646992563,47.74309,8.99902\n1084,1646992564,47.74309,8.99901\n1085,1646992565,47.74309,8.99901\n1086,1646992566,47.74310,8.99900\n1087,1646992567,47.74309,8.99900\n1088,1646992569,47.74309,8.99900\n1089,1646992570,47.74308,8.99900\n1090,1646992571,47.74308,8.99899\n1091,1646992572,47.74307,8.99899\n1092,1646992573,47.74307,8.99899\n1093,1646992574,47.74307,8.99899\n1094,1646992575,47.74307,8.99899\n1095,1646992576,47.74307,8.99899\n1096,1646992577,47.74307,8.99899\n1097,1646992578,47.74307,8.99899\n1098,1646992579,47.74307,8.99899\n1099,1646992580,47.74307,8.99900\n1100,1646992581,47.74307,8.99900\n1101,1646992707,47.74284,8.99894\n1102,1646992708,47.74291,8.99892\n1103,1646992709,47.74291,8.99892\n1104,1646992710,47.74293,8.99891\n1105,1646992711,47.74293,8.99891\n1106,1646992712,47.74293,8.99892\n1107,1646992713,47.74294,8.99892\n1108,1646992714,47.74294,8.99893\n1109,1646992715,47.74294,8.99893\n1110,1646992716,47.74295,8.99895\n1111,1646992717,47.74295,8.99895\n1112,1646992718,47.74294,8.99896\n1113,1646992720,47.74295,8.99896\n1114,1646992721,47.74295,8.99896\n1115,1646992722,47.74295,8.99896\n1116,1646992723,47.74295,8.99897\n1117,1646992724,47.74295,8.99897\n1118,1646992725,47.74295,8.99897\n1119,1646992726,47.74295,8.99897\n1120,1646992727,47.74296,8.99897\n1121,1646992853,47.74296,8.99896\n1122,1646992854,47.74296,8.99894\n1123,1646992855,47.74297,8.99894\n1124,1646992856,47.74296,8.99894\n1125,1646992857,47.74297,8.99894\n1126,1646992858,47.74298,8.99895\n1127,1646992859,47.74298,8.99895\n1128,1646992860,47.74299,8.99895\n1129,1646992861,47.74299,8.99895\n1130,1646992862,47.74298,8.99896\n1131,1646992864,47.74300,8.99897\n1132,1646992865,47.74300,8.99898\n1133,1646992866,47.74300,8.99898\n1134,1646992867,47.74300,8.99899\n1135,1646992868,47.74300,8.99899\n1136,1646992869,47.74300,8.99899\n1137,1646992870,47.74300,8.99900\n1138,1646992871,47.74301,8.99900\n1139,1646992872,47.74300,8.99900\n1140,1646992873,47.74300,8.99900\n1141,1646992999,47.74297,8.99901\n1142,1646993000,47.74298,8.99900\n1143,1646993001,47.74297,8.99900\n1144,1646993002,47.74298,8.99901\n1145,1646993003,47.74298,8.99900\n1146,1646993004,47.74299,8.99900\n1147,1646993005,47.74300,8.99900\n1148,1646993006,47.74302,8.99898\n1149,1646993008,47.74302,8.99897\n1150,1646993009,47.74303,8.99896\n1151,1646993010,47.74303,8.99895\n1152,1646993011,47.74304,8.99895\n1153,1646993012,47.74304,8.99894\n1154,1646993013,47.74304,8.99895\n1155,1646993014,47.74304,8.99896\n1156,1646993015,47.74304,8.99897\n1157,1646993016,47.74304,8.99897\n1158,1646993017,47.74304,8.99897\n1159,1646993018,47.74304,8.99898\n1160,1646993019,47.74304,8.99897\n1161,1646993145,47.74303,8.99880\n1162,1646993146,47.74303,8.99884\n1163,1646993147,47.74302,8.99886\n1164,1646993148,47.74302,8.99887\n1165,1646993149,47.74302,8.99887\n1166,1646993150,47.74303,8.99890\n1167,1646993151,47.74303,8.99891\n1168,1646993152,47.74303,8.99892\n1169,1646993153,47.74304,8.99893\n1170,1646993154,47.74304,8.99894\n1171,1646993155,47.74305,8.99894\n1172,1646993156,47.74307,8.99893\n1173,1646993158,47.74307,8.99893\n1174,1646993159,47.74307,8.99893\n1175,1646993160,47.74307,8.99893\n1176,1646993161,47.74306,8.99893\n1177,1646993162,47.74306,8.99894\n1178,1646993163,47.74306,8.99894\n1179,1646993164,47.74306,8.99895\n1180,1646993165,47.74305,8.99895\n1181,1646993291,47.74283,8.99900\n1182,1646993292,47.74283,8.99900\n1183,1646993293,47.74291,8.99904\n1184,1646993294,47.74292,8.99904\n1185,1646993295,47.74292,8.99905\n1186,1646993296,47.74293,8.99906\n1187,1646993297,47.74293,8.99907\n1188,1646993298,47.74294,8.99908\n1189,1646993299,47.74297,8.99903\n1190,1646993301,47.74297,8.99903\n1191,1646993302,47.74297,8.99903\n1192,1646993303,47.74298,8.99903\n1193,1646993304,47.74298,8.99904\n1194,1646993305,47.74298,8.99904\n1195,1646993306,47.74299,8.99904\n1196,1646993307,47.74299,8.99904\n1197,1646993308,47.74299,8.99904\n1198,1646993309,47.74299,8.99904\n1199,1646993310,47.74299,8.99903\n1200,1646993311,47.74300,8.99903\n1201,1646993438,47.74292,8.99906\n1202,1646993439,47.74284,8.99909\n1203,1646993440,47.74285,8.99910\n1204,1646993441,47.74286,8.99910\n1205,1646993442,47.74287,8.99910\n1206,1646993443,47.74291,8.99907\n1207,1646993445,47.74292,8.99907\n1208,1646993446,47.74292,8.99906\n1209,1646993447,47.74293,8.99906\n1210,1646993448,47.74293,8.99906\n1211,1646993449,47.74294,8.99906\n1212,1646993450,47.74294,8.99905\n1213,1646993451,47.74295,8.99905\n1214,1646993452,47.74296,8.99905\n1215,1646993453,47.74296,8.99905\n1216,1646993454,47.74297,8.99905\n1217,1646993455,47.74297,8.99904\n1218,1646993456,47.74297,8.99904\n1219,1646993457,47.74297,8.99904\n1220,1646993458,47.74297,8.99904\n1221,1646993584,47.74294,8.99916\n1222,1646993585,47.74294,8.99915\n1223,1646993586,47.74293,8.99916\n1224,1646993587,47.74294,8.99914\n1225,1646993588,47.74294,8.99914\n1226,1646993589,47.74294,8.99914\n1227,1646993590,47.74295,8.99913\n1228,1646993591,47.74295,8.99912\n1229,1646993592,47.74296,8.99911\n1230,1646993593,47.74299,8.99908\n1231,1646993595,47.74299,8.99908\n1232,1646993596,47.74300,8.99908\n1233,1646993597,47.74300,8.99907\n1234,1646993598,47.74300,8.99907\n1235,1646993599,47.74301,8.99907\n1236,1646993600,47.74301,8.99907\n1237,1646993601,47.74301,8.99908\n1238,1646993602,47.74301,8.99908\n1239,1646993603,47.74301,8.99908\n1240,1646993604,47.74301,8.99907\n1241,1646993729,47.74288,8.99902\n1242,1646993730,47.74290,8.99902\n1243,1646993731,47.74291,8.99902\n1244,1646993732,47.74293,8.99904\n1245,1646993733,47.74293,8.99903\n1246,1646993734,47.74293,8.99903\n1247,1646993735,47.74294,8.99903\n1248,1646993736,47.74294,8.99903\n1249,1646993737,47.74294,8.99903\n1250,1646993738,47.74297,8.99900\n1251,1646993740,47.74297,8.99901\n1252,1646993741,47.74297,8.99901\n1253,1646993742,47.74298,8.99901\n1254,1646993743,47.74298,8.99902\n1255,1646993744,47.74298,8.99903\n1256,1646993745,47.74298,8.99903\n1257,1646993746,47.74298,8.99903\n1258,1646993747,47.74299,8.99903\n1259,1646993748,47.74299,8.99903\n1260,1646993749,47.74299,8.99903\n1261,1646993875,47.74302,8.99900\n1262,1646993876,47.74306,8.99901\n1263,1646993877,47.74305,8.99899\n1264,1646993878,47.74305,8.99898\n1265,1646993879,47.74305,8.99898\n1266,1646993880,47.74304,8.99898\n1267,1646993881,47.74303,8.99897\n1268,1646993882,47.74303,8.99897\n1269,1646993884,47.74303,8.99898\n1270,1646993885,47.74303,8.99899\n1271,1646993886,47.74303,8.99900\n1272,1646993887,47.74303,8.99900\n1273,1646993888,47.74303,8.99900\n1274,1646993889,47.74303,8.99901\n1275,1646993890,47.74302,8.99901\n1276,1646993891,47.74302,8.99901\n1277,1646993892,47.74302,8.99902\n1278,1646993893,47.74302,8.99902\n1279,1646993894,47.74302,8.99902\n1280,1646993895,47.74301,8.99902\n1281,1646994022,47.74278,8.99891\n1282,1646994023,47.74287,8.99897\n1283,1646994024,47.74292,8.99899\n1284,1646994025,47.74295,8.99900\n1285,1646994026,47.74297,8.99900\n1286,1646994027,47.74298,8.99901\n1287,1646994028,47.74299,8.99901\n1288,1646994029,47.74300,8.99902\n1289,1646994030,47.74300,8.99902\n1290,1646994031,47.74301,8.99902\n1291,1646994032,47.74302,8.99896\n1292,1646994034,47.74302,8.99896\n1293,1646994035,47.74303,8.99897\n1294,1646994036,47.74303,8.99896\n1295,1646994037,47.74303,8.99897\n1296,1646994038,47.74303,8.99898\n1297,1646994039,47.74304,8.99899\n1298,1646994040,47.74304,8.99899\n1299,1646994041,47.74304,8.99900\n1300,1646994042,47.74304,8.99900\n1301,1646994167,47.74306,8.99895\n1302,1646994168,47.74297,8.99888\n1303,1646994169,47.74298,8.99889\n1304,1646994170,47.74300,8.99891\n1305,1646994171,47.74301,8.99893\n1306,1646994172,47.74301,8.99894\n1307,1646994173,47.74301,8.99895\n1308,1646994174,47.74301,8.99896\n1309,1646994175,47.74301,8.99896\n1310,1646994176,47.74301,8.99897\n1311,1646994178,47.74302,8.99897\n1312,1646994179,47.74302,8.99897\n1313,1646994180,47.74302,8.99897\n1314,1646994181,47.74302,8.99898\n1315,1646994182,47.74303,8.99899\n1316,1646994183,47.74303,8.99900\n1317,1646994184,47.74303,8.99901\n1318,1646994185,47.74303,8.99901\n1319,1646994186,47.74303,8.99901\n1320,1646994187,47.74303,8.99902\n1321,1646994312,47.74305,8.99893\n1322,1646994313,47.74305,8.99895\n1323,1646994314,47.74304,8.99895\n1324,1646994315,47.74304,8.99895\n1325,1646994316,47.74304,8.99896\n1326,1646994317,47.74304,8.99897\n1327,1646994318,47.74305,8.99898\n1328,1646994319,47.74306,8.99887\n1329,1646994321,47.74306,8.99888\n1330,1646994322,47.74306,8.99889\n1331,1646994323,47.74306,8.99889\n1332,1646994324,47.74306,8.99888\n1333,1646994325,47.74306,8.99889\n1334,1646994326,47.74305,8.99888\n1335,1646994327,47.74305,8.99888\n1336,1646994328,47.74304,8.99888\n1337,1646994329,47.74304,8.99888\n1338,1646994330,47.74304,8.99888\n1339,1646994331,47.74305,8.99888\n1340,1646994332,47.74305,8.99888\n1341,1646994457,47.74306,8.99897\n1342,1646994458,47.74304,8.99899\n1343,1646994459,47.74303,8.99900\n1344,1646994460,47.74302,8.99901\n1345,1646994461,47.74301,8.99902\n1346,1646994462,47.74301,8.99903\n1347,1646994463,47.74305,8.99900\n1348,1646994465,47.74304,8.99899\n1349,1646994466,47.74304,8.99899\n1350,1646994467,47.74304,8.99899\n1351,1646994468,47.74304,8.99899\n1352,1646994469,47.74304,8.99899\n1353,1646994470,47.74303,8.99899\n1354,1646994471,47.74303,8.99900\n1355,1646994472,47.74303,8.99901\n1356,1646994473,47.74303,8.99901\n1357,1646994474,47.74302,8.99901\n1358,1646994475,47.74302,8.99902\n1359,1646994476,47.74302,8.99902\n1360,1646994477,47.74302,8.99902\n1361,1646994603,47.74309,8.99908\n1362,1646994604,47.74307,8.99909\n1363,1646994605,47.74305,8.99910\n1364,1646994606,47.74304,8.99911\n1365,1646994607,47.74304,8.99911\n1366,1646994608,47.74303,8.99911\n1367,1646994609,47.74303,8.99911\n1368,1646994610,47.74303,8.99911\n1369,1646994611,47.74303,8.99910\n1370,1646994612,47.74302,8.99909\n1371,1646994613,47.74307,8.99904\n1372,1646994615,47.74307,8.99903\n1373,1646994616,47.74307,8.99902\n1374,1646994617,47.74307,8.99903\n1375,1646994618,47.74307,8.99903\n1376,1646994619,47.74307,8.99904\n1377,1646994620,47.74307,8.99904\n1378,1646994621,47.74307,8.99904\n1379,1646994622,47.74307,8.99904\n1380,1646994623,47.74306,8.99905\n1381,1646994749,47.74306,8.99905\n1382,1646994750,47.74307,8.99906\n1383,1646994751,47.74307,8.99905\n1384,1646994752,47.74307,8.99905\n1385,1646994753,47.74306,8.99904\n1386,1646994754,47.74305,8.99904\n1387,1646994755,47.74304,8.99902\n1388,1646994756,47.74304,8.99901\n1389,1646994757,47.74304,8.99900\n1390,1646994758,47.74307,8.99901\n1391,1646994760,47.74307,8.99901\n1392,1646994761,47.74308,8.99901\n1393,1646994762,47.74308,8.99901\n1394,1646994763,47.74308,8.99902\n1395,1646994764,47.74308,8.99903\n1396,1646994765,47.74308,8.99903\n1397,1646994766,47.74308,8.99904\n1398,1646994767,47.74309,8.99904\n1399,1646994768,47.74309,8.99904\n1400,1646994769,47.74309,8.99904\n1401,1646994897,47.74286,8.99907\n1402,1646994898,47.74286,8.99906\n1403,1646994899,47.74286,8.99905\n1404,1646994900,47.74286,8.99905\n1405,1646994901,47.74286,8.99903\n1406,1646994902,47.74295,8.99893\n1407,1646994904,47.74295,8.99894\n1408,1646994905,47.74296,8.99896\n1409,1646994906,47.74296,8.99896\n1410,1646994907,47.74296,8.99896\n1411,1646994908,47.74296,8.99896\n1412,1646994909,47.74296,8.99896\n1413,1646994910,47.74295,8.99896\n1414,1646994911,47.74294,8.99895\n1415,1646994912,47.74294,8.99895\n1416,1646994913,47.74294,8.99894\n1417,1646994914,47.74293,8.99895\n1418,1646994915,47.74293,8.99896\n1419,1646994916,47.74293,8.99896\n1420,1646994917,47.74294,8.99896\n1421,1646995045,47.74281,8.99914\n1422,1646995046,47.74283,8.99915\n1423,1646995047,47.74288,8.99917\n1424,1646995048,47.74288,8.99916\n1425,1646995049,47.74289,8.99915\n1426,1646995050,47.74290,8.99915\n1427,1646995051,47.74291,8.99916\n1428,1646995052,47.74299,8.99896\n1429,1646995054,47.74299,8.99894\n1430,1646995055,47.74298,8.99893\n1431,1646995056,47.74298,8.99892\n1432,1646995057,47.74299,8.99891\n1433,1646995058,47.74299,8.99891\n1434,1646995059,47.74300,8.99891\n1435,1646995060,47.74300,8.99891\n1436,1646995061,47.74300,8.99891\n1437,1646995062,47.74301,8.99891\n1438,1646995063,47.74301,8.99891\n1439,1646995064,47.74301,8.99891\n1440,1646995065,47.74302,8.99890\n1441,1646995195,47.74303,8.99892\n1442,1646995196,47.74301,8.99890\n1443,1646995197,47.74300,8.99890\n1444,1646995198,47.74306,8.99894\n1445,1646995199,47.74310,8.99897\n1446,1646995200,47.74309,8.99897\n1447,1646995201,47.74309,8.99897\n1448,1646995202,47.74309,8.99894\n1449,1646995204,47.74308,8.99893\n1450,1646995205,47.74308,8.99893\n1451,1646995206,47.74308,8.99893\n1452,1646995207,47.74307,8.99892\n1453,1646995208,47.74307,8.99892\n1454,1646995209,47.74306,8.99892\n1455,1646995210,47.74306,8.99893\n1456,1646995211,47.74306,8.99893\n1457,1646995212,47.74305,8.99892\n1458,1646995213,47.74305,8.99892\n1459,1646995214,47.74304,8.99892\n1460,1646995215,47.74304,8.99892\n1461,1646995347,47.74299,8.99895\n1462,1646995348,47.74299,8.99896\n1463,1646995349,47.74298,8.99897\n1464,1646995350,47.74298,8.99897\n1465,1646995351,47.74297,8.99897\n1466,1646995352,47.74303,8.99890\n1467,1646995354,47.74303,8.99890\n1468,1646995355,47.74303,8.99890\n1469,1646995356,47.74304,8.99890\n1470,1646995357,47.74304,8.99890\n1471,1646995358,47.74304,8.99890\n1472,1646995359,47.74304,8.99889\n1473,1646995360,47.74304,8.99889\n1474,1646995361,47.74304,8.99888\n1475,1646995362,47.74304,8.99888\n1476,1646995363,47.74304,8.99888\n1477,1646995364,47.74304,8.99888\n1478,1646995365,47.74305,8.99888\n1479,1646995366,47.74305,8.99888\n1480,1646995367,47.74305,8.99888\n1481,1646995497,47.74295,8.99885\n1482,1646995498,47.74293,8.99884\n1483,1646995499,47.74292,8.99883\n1484,1646995500,47.74292,8.99883\n1485,1646995501,47.74292,8.99882\n1486,1646995502,47.74294,8.99877\n1487,1646995504,47.74298,8.99879\n1488,1646995505,47.74300,8.99881\n1489,1646995506,47.74301,8.99882\n1490,1646995507,47.74301,8.99882\n1491,1646995508,47.74302,8.99883\n1492,1646995509,47.74303,8.99884\n1493,1646995510,47.74303,8.99884\n1494,1646995511,47.74304,8.99885\n1495,1646995512,47.74305,8.99886\n1496,1646995513,47.74306,8.99888\n1497,1646995514,47.74307,8.99889\n1498,1646995515,47.74307,8.99890\n1499,1646995516,47.74308,8.99890\n1500,1646995517,47.74309,8.99891\n1501,1646995651,47.74272,8.99890\n1502,1646995654,47.74286,8.99872\n1503,1646995655,47.74287,8.99874\n1504,1646995656,47.74286,8.99873\n1505,1646995657,47.74284,8.99872\n1506,1646995658,47.74284,8.99871\n1507,1646995659,47.74283,8.99871\n1508,1646995660,47.74282,8.99870\n1509,1646995661,47.74282,8.99870\n1510,1646995662,47.74281,8.99869\n1511,1646995663,47.74280,8.99868\n1512,1646995664,47.74280,8.99868\n1513,1646995665,47.74280,8.99869\n1514,1646995666,47.74280,8.99869\n1515,1646995667,47.74279,8.99868\n1516,1646995668,47.74278,8.99867\n1517,1646995669,47.74277,8.99866\n1518,1646995670,47.74276,8.99865\n1519,1646995671,47.74276,8.99864\n1520,1646995672,47.74275,8.99864\n1521,1646995805,47.74308,8.99900\n1522,1646995806,47.74306,8.99900\n1523,1646995807,47.74303,8.99899\n1524,1646995808,47.74306,8.99896\n1525,1646995810,47.74306,8.99895\n1526,1646995811,47.74305,8.99894\n1527,1646995812,47.74304,8.99893\n1528,1646995813,47.74303,8.99892\n1529,1646995814,47.74302,8.99891\n1530,1646995815,47.74301,8.99890\n1531,1646995816,47.74300,8.99889\n1532,1646995817,47.74300,8.99888\n1533,1646995818,47.74299,8.99888\n1534,1646995819,47.74299,8.99888\n1535,1646995820,47.74298,8.99888\n1536,1646995821,47.74298,8.99888\n1537,1646995822,47.74298,8.99888\n1538,1646995823,47.74298,8.99888\n1539,1646995824,47.74298,8.99888\n1540,1646995825,47.74297,8.99888\n1541,1646995977,47.74319,8.99901\n1542,1646995978,47.74318,8.99901\n1543,1646995979,47.74317,8.99901\n1544,1646995980,47.74316,8.99902\n1545,1646995981,47.74312,8.99899\n1546,1646995982,47.74310,8.99898\n1547,1646995983,47.74309,8.99897\n1548,1646995984,47.74308,8.99897\n1549,1646995985,47.74307,8.99896\n1550,1646995986,47.74307,8.99896\n1551,1646995987,47.74306,8.99895\n1552,1646995988,47.74305,8.99895\n1553,1646995989,47.74305,8.99894\n1554,1646995990,47.74304,8.99894\n1555,1646995991,47.74304,8.99894\n1556,1646995992,47.74304,8.99894\n1557,1646995993,47.74304,8.99894\n1558,1646995994,47.74304,8.99894\n1559,1646995995,47.74303,8.99893\n1560,1646995996,47.74303,8.99893\n1561,1646996126,47.74312,8.99893\n1562,1646996127,47.74310,8.99893\n1563,1646996128,47.74311,8.99891\n1564,1646996129,47.74309,8.99889\n1565,1646996130,47.74309,8.99889\n1566,1646996131,47.74313,8.99889\n1567,1646996133,47.74313,8.99890\n1568,1646996134,47.74314,8.99890\n1569,1646996135,47.74315,8.99890\n1570,1646996136,47.74315,8.99889\n1571,1646996137,47.74316,8.99889\n1572,1646996138,47.74316,8.99890\n1573,1646996139,47.74316,8.99891\n1574,1646996140,47.74315,8.99892\n1575,1646996141,47.74315,8.99892\n1576,1646996142,47.74315,8.99892\n1577,1646996143,47.74315,8.99891\n1578,1646996144,47.74316,8.99891\n1579,1646996145,47.74315,8.99891\n1580,1646996146,47.74315,8.99891\n1581,1646996274,47.74310,8.99911\n1582,1646996275,47.74311,8.99910\n1583,1646996276,47.74312,8.99910\n1584,1646996277,47.74310,8.99909\n1585,1646996278,47.74309,8.99907\n1586,1646996279,47.74308,8.99905\n1587,1646996280,47.74307,8.99905\n1588,1646996281,47.74307,8.99905\n1589,1646996282,47.74311,8.99903\n1590,1646996284,47.74311,8.99903\n1591,1646996285,47.74311,8.99903\n1592,1646996286,47.74311,8.99903\n1593,1646996287,47.74310,8.99903\n1594,1646996288,47.74310,8.99904\n1595,1646996289,47.74310,8.99904\n1596,1646996290,47.74310,8.99904\n1597,1646996291,47.74310,8.99904\n1598,1646996292,47.74311,8.99903\n1599,1646996293,47.74311,8.99903\n1600,1646996294,47.74311,8.99902\n1601,1646996426,47.74306,8.99892\n1602,1646996428,47.74311,8.99888\n1603,1646996429,47.74311,8.99888\n1604,1646996430,47.74310,8.99889\n1605,1646996431,47.74309,8.99890\n1606,1646996432,47.74309,8.99891\n1607,1646996433,47.74310,8.99891\n1608,1646996434,47.74310,8.99892\n1609,1646996435,47.74310,8.99892\n1610,1646996436,47.74310,8.99893\n1611,1646996437,47.74310,8.99893\n1612,1646996438,47.74311,8.99893\n1613,1646996439,47.74311,8.99894\n1614,1646996440,47.74312,8.99894\n1615,1646996441,47.74312,8.99893\n1616,1646996442,47.74312,8.99893\n1617,1646996443,47.74313,8.99893\n1618,1646996444,47.74313,8.99894\n1619,1646996445,47.74313,8.99894\n1620,1646996446,47.74312,8.99894\n1621,1646996586,47.74334,8.99901\n1622,1646996587,47.74308,8.99903\n1623,1646996589,47.74312,8.99906\n1624,1646996590,47.74313,8.99906\n1625,1646996591,47.74312,8.99905\n1626,1646996592,47.74311,8.99904\n1627,1646996593,47.74312,8.99904\n1628,1646996594,47.74312,8.99904\n1629,1646996595,47.74313,8.99904\n1630,1646996596,47.74313,8.99904\n1631,1646996597,47.74314,8.99904\n1632,1646996598,47.74314,8.99903\n1633,1646996599,47.74314,8.99902\n1634,1646996600,47.74314,8.99901\n1635,1646996601,47.74315,8.99901\n1636,1646996602,47.74315,8.99901\n1637,1646996603,47.74315,8.99900\n1638,1646996604,47.74315,8.99900\n1639,1646996605,47.74315,8.99900\n1640,1646996606,47.74314,8.99899\n1641,1646996737,47.74308,8.99887\n1642,1646996738,47.74306,8.99887\n1643,1646996740,47.74305,8.99886\n1644,1646996741,47.74305,8.99885\n1645,1646996742,47.74305,8.99885\n1646,1646996743,47.74306,8.99886\n1647,1646996744,47.74306,8.99887\n1648,1646996745,47.74306,8.99887\n1649,1646996746,47.74307,8.99887\n1650,1646996747,47.74306,8.99887\n1651,1646996748,47.74306,8.99888\n1652,1646996749,47.74307,8.99889\n1653,1646996750,47.74307,8.99889\n1654,1646996751,47.74307,8.99889\n1655,1646996752,47.74306,8.99889\n1656,1646996753,47.74306,8.99890\n1657,1646996754,47.74306,8.99890\n1658,1646996755,47.74306,8.99890\n1659,1646996756,47.74306,8.99891\n1660,1646996757,47.74306,8.99891\n1661,1646996886,47.74300,8.99902\n1662,1646996887,47.74299,8.99900\n1663,1646996888,47.74305,8.99888\n1664,1646996890,47.74305,8.99886\n1665,1646996891,47.74306,8.99887\n1666,1646996892,47.74306,8.99887\n1667,1646996893,47.74307,8.99887\n1668,1646996894,47.74307,8.99887\n1669,1646996895,47.74307,8.99888\n1670,1646996896,47.74307,8.99889\n1671,1646996897,47.74308,8.99889\n1672,1646996898,47.74308,8.99889\n1673,1646996899,47.74309,8.99890\n1674,1646996900,47.74309,8.99890\n1675,1646996901,47.74309,8.99890\n1676,1646996902,47.74310,8.99890\n1677,1646996903,47.74310,8.99890\n1678,1646996904,47.74310,8.99890\n1679,1646996905,47.74311,8.99890\n1680,1646996906,47.74311,8.99890\n1681,1646997036,47.74300,8.99897\n1682,1646997037,47.74303,8.99901\n1683,1646997038,47.74305,8.99892\n1684,1646997040,47.74305,8.99891\n1685,1646997041,47.74305,8.99890\n1686,1646997042,47.74304,8.99891\n1687,1646997043,47.74305,8.99892\n1688,1646997044,47.74305,8.99891\n1689,1646997045,47.74304,8.99891\n1690,1646997046,47.74305,8.99890\n1691,1646997047,47.74305,8.99890\n1692,1646997048,47.74305,8.99889\n1693,1646997049,47.74304,8.99889\n1694,1646997050,47.74305,8.99889\n1695,1646997051,47.74305,8.99888\n1696,1646997052,47.74305,8.99887\n1697,1646997053,47.74305,8.99887\n1698,1646997054,47.74305,8.99887\n1699,1646997055,47.74305,8.99887\n1700,1646997056,47.74305,8.99888\n1701,1646997186,47.74366,8.99893\n1702,1646997188,47.74300,8.99894\n1703,1646997189,47.74300,8.99894\n1704,1646997190,47.74301,8.99894\n1705,1646997191,47.74301,8.99895\n1706,1646997192,47.74301,8.99896\n1707,1646997193,47.74301,8.99896\n1708,1646997194,47.74301,8.99895\n1709,1646997195,47.74302,8.99895\n1710,1646997196,47.74303,8.99895\n1711,1646997197,47.74303,8.99895\n1712,1646997198,47.74303,8.99895\n1713,1646997199,47.74303,8.99895\n1714,1646997200,47.74303,8.99895\n1715,1646997201,47.74302,8.99894\n1716,1646997202,47.74302,8.99894\n1717,1646997203,47.74302,8.99894\n1718,1646997204,47.74302,8.99894\n1719,1646997205,47.74302,8.99894\n1720,1646997206,47.74302,8.99894\n1721,1646997334,47.74299,8.99903\n1722,1646997335,47.74299,8.99902\n1723,1646997336,47.74300,8.99901\n1724,1646997337,47.74303,8.99898\n1725,1646997339,47.74303,8.99898\n1726,1646997340,47.74304,8.99898\n1727,1646997341,47.74304,8.99898\n1728,1646997342,47.74304,8.99898\n1729,1646997343,47.74304,8.99898\n1730,1646997344,47.74304,8.99898\n1731,1646997345,47.74304,8.99898\n1732,1646997346,47.74305,8.99898\n1733,1646997347,47.74305,8.99898\n1734,1646997348,47.74305,8.99898\n1735,1646997349,47.74305,8.99898\n1736,1646997350,47.74305,8.99899\n1737,1646997351,47.74305,8.99899\n1738,1646997352,47.74305,8.99899\n1739,1646997353,47.74305,8.99899\n1740,1646997354,47.74305,8.99899\n1741,1646997482,47.74294,8.99901\n1742,1646997483,47.74304,8.99903\n1743,1646997484,47.74305,8.99904\n1744,1646997485,47.74306,8.99904\n1745,1646997486,47.74306,8.99905\n1746,1646997487,47.74307,8.99905\n1747,1646997488,47.74307,8.99903\n1748,1646997490,47.74308,8.99903\n1749,1646997491,47.74307,8.99904\n1750,1646997492,47.74307,8.99904\n1751,1646997493,47.74307,8.99904\n1752,1646997494,47.74308,8.99904\n1753,1646997495,47.74308,8.99904\n1754,1646997496,47.74308,8.99904\n1755,1646997497,47.74308,8.99904\n1756,1646997498,47.74308,8.99904\n1757,1646997499,47.74308,8.99903\n1758,1646997500,47.74308,8.99903\n1759,1646997501,47.74308,8.99902\n1760,1646997502,47.74308,8.99901\n1761,1646997630,47.74303,8.99965\n1762,1646997631,47.74303,8.99960\n1763,1646997632,47.74303,8.99957\n1764,1646997633,47.74303,8.99943\n1765,1646997634,47.74303,8.99938\n1766,1646997635,47.74303,8.99933\n1767,1646997636,47.74303,8.99931\n1768,1646997637,47.74304,8.99926\n1769,1646997637,47.74308,8.99895\n1770,1646997639,47.74308,8.99894\n1771,1646997640,47.74308,8.99893\n1772,1646997641,47.74308,8.99893\n1773,1646997642,47.74308,8.99892\n1774,1646997643,47.74308,8.99892\n1775,1646997644,47.74308,8.99891\n1776,1646997645,47.74308,8.99891\n1777,1646997646,47.74308,8.99890\n1778,1646997647,47.74307,8.99889\n1779,1646997648,47.74307,8.99888\n1780,1646997649,47.74307,8.99888\n1781,1646997777,47.74304,8.99882\n1782,1646997778,47.74308,8.99882\n1783,1646997779,47.74307,8.99882\n1784,1646997780,47.74306,8.99883\n1785,1646997781,47.74309,8.99880\n1786,1646997783,47.74310,8.99881\n1787,1646997784,47.74310,8.99881\n1788,1646997785,47.74311,8.99882\n1789,1646997786,47.74311,8.99882\n1790,1646997787,47.74311,8.99883\n1791,1646997788,47.74311,8.99884\n1792,1646997789,47.74311,8.99884\n1793,1646997790,47.74311,8.99885\n1794,1646997791,47.74312,8.99885\n1795,1646997792,47.74312,8.99885\n1796,1646997793,47.74312,8.99885\n1797,1646997794,47.74312,8.99885\n1798,1646997795,47.74312,8.99885\n1799,1646997796,47.74312,8.99886\n1800,1646997797,47.74312,8.99886\n1801,1646997927,47.74310,8.99896\n1802,1646997928,47.74310,8.99897\n1803,1646997929,47.74312,8.99898\n1804,1646997930,47.74314,8.99901\n1805,1646997931,47.74310,8.99906\n1806,1646997933,47.74310,8.99907\n1807,1646997934,47.74310,8.99907\n1808,1646997935,47.74310,8.99907\n1809,1646997936,47.74309,8.99908\n1810,1646997937,47.74309,8.99908\n1811,1646997938,47.74308,8.99908\n1812,1646997939,47.74308,8.99908\n1813,1646997940,47.74308,8.99909\n1814,1646997941,47.74307,8.99909\n1815,1646997942,47.74307,8.99909\n1816,1646997943,47.74307,8.99909\n1817,1646997944,47.74307,8.99909\n1818,1646997945,47.74307,8.99909\n1819,1646997946,47.74307,8.99909\n1820,1646997947,47.74307,8.99909\n1821,1646998085,47.74302,8.99904\n1822,1646998086,47.74302,8.99904\n1823,1646998087,47.74303,8.99904\n1824,1646998088,47.74303,8.99904\n1825,1646998089,47.74304,8.99905\n1826,1646998090,47.74304,8.99905\n1827,1646998091,47.74304,8.99905\n1828,1646998092,47.74303,8.99905\n1829,1646998093,47.74303,8.99905\n1830,1646998094,47.74303,8.99905\n1831,1646998095,47.74303,8.99905\n1832,1646998096,47.74303,8.99905\n1833,1646998097,47.74303,8.99905\n1834,1646998098,47.74302,8.99904\n1835,1646998099,47.74302,8.99904\n1836,1646998100,47.74302,8.99904\n1837,1646998101,47.74302,8.99905\n1838,1646998102,47.74302,8.99904\n1839,1646998103,47.74302,8.99904\n1840,1646998104,47.74302,8.99904\n1841,1646998232,47.74313,8.99914\n1842,1646998233,47.74318,8.99917\n1843,1646998234,47.74320,8.99917\n1844,1646998235,47.74321,8.99917\n1845,1646998236,47.74322,8.99917\n1846,1646998237,47.74330,8.99919\n1847,1646998239,47.74331,8.99919\n1848,1646998240,47.74330,8.99918\n1849,1646998241,47.74330,8.99918\n1850,1646998242,47.74329,8.99917\n1851,1646998243,47.74328,8.99916\n1852,1646998244,47.74327,8.99915\n1853,1646998245,47.74326,8.99915\n1854,1646998246,47.74325,8.99914\n1855,1646998247,47.74324,8.99914\n1856,1646998249,47.74323,8.99913\n1857,1646998250,47.74322,8.99912\n1858,1646998251,47.74321,8.99912\n1859,1646998252,47.74321,8.99912\n1860,1646998253,47.74321,8.99912\n1861,1646998378,47.74302,8.99897\n1862,1646998379,47.74301,8.99896\n1863,1646998380,47.74301,8.99895\n1864,1646998381,47.74300,8.99894\n1865,1646998382,47.74299,8.99893\n1866,1646998383,47.74299,8.99893\n1867,1646998384,47.74299,8.99893\n1868,1646998385,47.74299,8.99894\n1869,1646998386,47.74299,8.99894\n1870,1646998387,47.74300,8.99893\n1871,1646998389,47.74300,8.99893\n1872,1646998390,47.74300,8.99894\n1873,1646998391,47.74300,8.99894\n1874,1646998392,47.74300,8.99894\n1875,1646998393,47.74300,8.99893\n1876,1646998394,47.74300,8.99893\n1877,1646998395,47.74300,8.99893\n1878,1646998396,47.74300,8.99893\n1879,1646998397,47.74300,8.99894\n1880,1646998398,47.74299,8.99894\n1881,1646998527,47.74310,8.99903\n1882,1646998528,47.74313,8.99904\n1883,1646998529,47.74311,8.99904\n1884,1646998530,47.74312,8.99906\n1885,1646998531,47.74317,8.99906\n1886,1646998533,47.74316,8.99906\n1887,1646998534,47.74316,8.99906\n1888,1646998535,47.74316,8.99906\n1889,1646998536,47.74316,8.99906\n1890,1646998537,47.74316,8.99906\n1891,1646998538,47.74316,8.99906\n1892,1646998539,47.74316,8.99906\n1893,1646998540,47.74315,8.99906\n1894,1646998541,47.74315,8.99906\n1895,1646998542,47.74314,8.99906\n1896,1646998543,47.74314,8.99906\n1897,1646998544,47.74314,8.99905\n1898,1646998545,47.74313,8.99905\n1899,1646998546,47.74313,8.99905\n1900,1646998547,47.74312,8.99905\n1901,1646998672,47.74297,8.99900\n1902,1646998673,47.74299,8.99899\n1903,1646998674,47.74299,8.99899\n1904,1646998675,47.74298,8.99899\n1905,1646998676,47.74298,8.99899\n1906,1646998677,47.74298,8.99899\n1907,1646998678,47.74298,8.99900\n1908,1646998679,47.74299,8.99900\n1909,1646998680,47.74299,8.99901\n1910,1646998681,47.74300,8.99900\n1911,1646998683,47.74301,8.99900\n1912,1646998684,47.74301,8.99901\n1913,1646998685,47.74301,8.99901\n1914,1646998686,47.74302,8.99901\n1915,1646998687,47.74302,8.99902\n1916,1646998688,47.74303,8.99902\n1917,1646998689,47.74303,8.99904\n1918,1646998690,47.74303,8.99903\n1919,1646998691,47.74304,8.99904\n1920,1646998692,47.74304,8.99905\n1921,1646998824,47.74307,8.99908\n1922,1646998825,47.74320,8.99910\n1923,1646998827,47.74319,8.99909\n1924,1646998828,47.74320,8.99910\n1925,1646998829,47.74321,8.99910\n1926,1646998830,47.74320,8.99910\n1927,1646998831,47.74318,8.99909\n1928,1646998832,47.74317,8.99909\n1929,1646998833,47.74315,8.99908\n1930,1646998834,47.74314,8.99907\n1931,1646998835,47.74314,8.99908\n1932,1646998836,47.74314,8.99908\n1933,1646998837,47.74314,8.99907\n1934,1646998838,47.74315,8.99907\n1935,1646998839,47.74316,8.99908\n1936,1646998840,47.74316,8.99908\n1937,1646998841,47.74317,8.99908\n1938,1646998842,47.74317,8.99908\n1939,1646998843,47.74318,8.99908\n1940,1646998844,47.74318,8.99908\n1941,1646998972,47.74294,8.99894\n1942,1646998973,47.74296,8.99897\n1943,1646998974,47.74300,8.99897\n1944,1646998975,47.74302,8.99901\n1945,1646998977,47.74303,8.99901\n1946,1646998978,47.74305,8.99901\n1947,1646998979,47.74307,8.99902\n1948,1646998980,47.74308,8.99902\n1949,1646998981,47.74309,8.99902\n1950,1646998982,47.74309,8.99902\n1951,1646998983,47.74310,8.99902\n1952,1646998984,47.74310,8.99902\n1953,1646998985,47.74310,8.99902\n1954,1646998986,47.74310,8.99901\n1955,1646998987,47.74310,8.99901\n1956,1646998988,47.74311,8.99900\n1957,1646998989,47.74311,8.99900\n1958,1646998990,47.74311,8.99899\n1959,1646998991,47.74311,8.99899\n1960,1646998992,47.74311,8.99899\n1961,1646999119,47.74324,8.99898\n1962,1646999120,47.74323,8.99898\n1963,1646999121,47.74323,8.99899\n1964,1646999122,47.74319,8.99897\n1965,1646999123,47.74319,8.99897\n1966,1646999124,47.74319,8.99897\n1967,1646999125,47.74318,8.99896\n1968,1646999127,47.74318,8.99896\n1969,1646999128,47.74318,8.99896\n1970,1646999129,47.74318,8.99897\n1971,1646999130,47.74318,8.99897\n1972,1646999131,47.74318,8.99897\n1973,1646999132,47.74319,8.99897\n1974,1646999133,47.74319,8.99897\n1975,1646999134,47.74320,8.99898\n1976,1646999135,47.74321,8.99899\n1977,1646999136,47.74322,8.99899\n1978,1646999137,47.74323,8.99899\n1979,1646999138,47.74323,8.99900\n1980,1646999139,47.74324,8.99900\n1981,1646999275,47.74314,8.99915\n1982,1646999277,47.74317,8.99914\n1983,1646999278,47.74318,8.99914\n1984,1646999279,47.74318,8.99914\n1985,1646999280,47.74319,8.99915\n1986,1646999281,47.74320,8.99915\n1987,1646999282,47.74321,8.99915\n1988,1646999283,47.74321,8.99916\n1989,1646999284,47.74321,8.99916\n1990,1646999285,47.74322,8.99916\n1991,1646999286,47.74321,8.99916\n1992,1646999287,47.74322,8.99916\n1993,1646999288,47.74323,8.99916\n1994,1646999289,47.74323,8.99915\n1995,1646999290,47.74323,8.99915\n1996,1646999291,47.74322,8.99914\n1997,1646999292,47.74322,8.99914\n1998,1646999293,47.74323,8.99914\n1999,1646999294,47.74322,8.99913\n2000,1646999295,47.74322,8.99913\n2001,1646999423,47.74340,8.99918\n2002,1646999424,47.74339,8.99918\n2003,1646999425,47.74336,8.99916\n2004,1646999426,47.74337,8.99917\n2005,1646999427,47.74334,8.99916\n2006,1646999428,47.74329,8.99914\n2007,1646999429,47.74327,8.99913\n2008,1646999430,47.74325,8.99912\n2009,1646999431,47.74321,8.99910\n2010,1646999433,47.74321,8.99910\n2011,1646999434,47.74321,8.99910\n2012,1646999435,47.74320,8.99909\n2013,1646999436,47.74320,8.99908\n2014,1646999437,47.74319,8.99907\n2015,1646999438,47.74319,8.99907\n2016,1646999439,47.74320,8.99906\n2017,1646999440,47.74320,8.99906\n2018,1646999441,47.74320,8.99905\n2019,1646999442,47.74321,8.99905\n2020,1646999443,47.74321,8.99905\n2021,1646999566,47.74310,8.99906\n2022,1646999567,47.74315,8.99908\n2023,1646999568,47.74317,8.99909\n2024,1646999569,47.74318,8.99909\n2025,1646999570,47.74319,8.99908\n2026,1646999571,47.74320,8.99907\n2027,1646999572,47.74319,8.99906\n2028,1646999573,47.74318,8.99905\n2029,1646999574,47.74318,8.99905\n2030,1646999575,47.74310,8.99902\n2031,1646999577,47.74310,8.99902\n2032,1646999578,47.74310,8.99902\n2033,1646999579,47.74311,8.99902\n2034,1646999580,47.74311,8.99901\n2035,1646999581,47.74311,8.99902\n2036,1646999582,47.74311,8.99902\n2037,1646999583,47.74311,8.99902\n2038,1646999584,47.74311,8.99902\n2039,1646999585,47.74311,8.99901\n2040,1646999586,47.74312,8.99901\n2041,1646999712,47.74312,8.99913\n2042,1646999713,47.74310,8.99912\n2043,1646999714,47.74310,8.99910\n2044,1646999715,47.74310,8.99909\n2045,1646999716,47.74310,8.99908\n2046,1646999717,47.74310,8.99907\n2047,1646999718,47.74309,8.99906\n2048,1646999719,47.74312,8.99904\n2049,1646999721,47.74312,8.99904\n2050,1646999722,47.74312,8.99904\n2051,1646999723,47.74312,8.99904\n2052,1646999724,47.74312,8.99903\n2053,1646999725,47.74312,8.99903\n2054,1646999726,47.74312,8.99903\n2055,1646999727,47.74312,8.99903\n2056,1646999728,47.74312,8.99903\n2057,1646999729,47.74312,8.99903\n2058,1646999730,47.74312,8.99903\n2059,1646999731,47.74312,8.99902\n2060,1646999732,47.74311,8.99902\n2061,1646999856,47.74308,8.99904\n2062,1646999857,47.74307,8.99902\n2063,1646999858,47.74307,8.99901\n2064,1646999859,47.74307,8.99899\n2065,1646999860,47.74307,8.99899\n2066,1646999861,47.74307,8.99899\n2067,1646999862,47.74308,8.99899\n2068,1646999863,47.74307,8.99898\n2069,1646999865,47.74307,8.99899\n2070,1646999866,47.74307,8.99899\n2071,1646999867,47.74307,8.99898\n2072,1646999868,47.74307,8.99898\n2073,1646999869,47.74307,8.99898\n2074,1646999870,47.74307,8.99898\n2075,1646999871,47.74307,8.99898\n2076,1646999872,47.74308,8.99898\n2077,1646999873,47.74308,8.99898\n2078,1646999874,47.74308,8.99898\n2079,1646999875,47.74308,8.99898\n2080,1646999876,47.74308,8.99898\n2081,1647000004,47.74300,8.99904\n2082,1647000005,47.74300,8.99903\n2083,1647000006,47.74300,8.99903\n2084,1647000007,47.74300,8.99903\n2085,1647000008,47.74300,8.99903\n2086,1647000009,47.74300,8.99902\n2087,1647000010,47.74300,8.99902\n2088,1647000011,47.74300,8.99902\n2089,1647000012,47.74299,8.99901\n2090,1647000013,47.74301,8.99902\n2091,1647000015,47.74301,8.99902\n2092,1647000016,47.74301,8.99902\n2093,1647000017,47.74301,8.99902\n2094,1647000018,47.74301,8.99902\n2095,1647000019,47.74301,8.99902\n2096,1647000020,47.74301,8.99902\n2097,1647000021,47.74302,8.99902\n2098,1647000022,47.74302,8.99903\n2099,1647000023,47.74302,8.99902\n2100,1647000024,47.74303,8.99902\n2101,1647000147,47.74317,8.99899\n2102,1647000148,47.74313,8.99901\n2103,1647000149,47.74310,8.99901\n2104,1647000150,47.74309,8.99901\n2105,1647000151,47.74308,8.99901\n2106,1647000152,47.74308,8.99901\n2107,1647000153,47.74308,8.99901\n2108,1647000154,47.74308,8.99901\n2109,1647000155,47.74308,8.99901\n2110,1647000156,47.74308,8.99901\n2111,1647000157,47.74307,8.99901\n2112,1647000159,47.74307,8.99901\n2113,1647000160,47.74307,8.99901\n2114,1647000161,47.74307,8.99901\n2115,1647000162,47.74306,8.99901\n2116,1647000163,47.74306,8.99901\n2117,1647000164,47.74306,8.99901\n2118,1647000165,47.74306,8.99901\n2119,1647000166,47.74306,8.99901\n2120,1647000167,47.74306,8.99901\n2121,1647000290,47.74308,8.99909\n2122,1647000291,47.74307,8.99907\n2123,1647000292,47.74308,8.99906\n2124,1647000293,47.74307,8.99905\n2125,1647000294,47.74305,8.99903\n2126,1647000295,47.74305,8.99903\n2127,1647000296,47.74305,8.99902\n2128,1647000297,47.74305,8.99901\n2129,1647000298,47.74305,8.99901\n2130,1647000299,47.74306,8.99901\n2131,1647000300,47.74305,8.99900\n2132,1647000301,47.74305,8.99900\n2133,1647000303,47.74305,8.99900\n2134,1647000304,47.74305,8.99900\n2135,1647000305,47.74305,8.99900\n2136,1647000306,47.74305,8.99900\n2137,1647000307,47.74305,8.99900\n2138,1647000308,47.74305,8.99899\n2139,1647000309,47.74305,8.99898\n2140,1647000310,47.74305,8.99898\n2141,1647000434,47.74309,8.99899\n2142,1647000435,47.74308,8.99899\n2143,1647000436,47.74309,8.99898\n2144,1647000437,47.74310,8.99899\n2145,1647000438,47.74309,8.99899\n2146,1647000439,47.74308,8.99900\n2147,1647000440,47.74308,8.99900\n2148,1647000441,47.74307,8.99900\n2149,1647000442,47.74308,8.99900\n2150,1647000443,47.74308,8.99899\n2151,1647000444,47.74308,8.99899\n2152,1647000445,47.74308,8.99898\n2153,1647000447,47.74309,8.99898\n2154,1647000448,47.74309,8.99898\n2155,1647000449,47.74309,8.99899\n2156,1647000450,47.74309,8.99899\n2157,1647000451,47.74309,8.99899\n2158,1647000452,47.74309,8.99899\n2159,1647000454,47.74310,8.99899\n2160,1647000455,47.74310,8.99899\n2161,1647000578,47.74322,8.99896\n2162,1647000579,47.74314,8.99898\n2163,1647000580,47.74313,8.99898\n2164,1647000581,47.74312,8.99898\n2165,1647000582,47.74312,8.99898\n2166,1647000583,47.74312,8.99898\n2167,1647000584,47.74311,8.99898\n2168,1647000585,47.74311,8.99898\n2169,1647000586,47.74311,8.99898\n2170,1647000587,47.74310,8.99898\n2171,1647000588,47.74310,8.99898\n2172,1647000589,47.74308,8.99898\n2173,1647000591,47.74308,8.99898\n2174,1647000592,47.74308,8.99898\n2175,1647000593,47.74308,8.99898\n2176,1647000594,47.74307,8.99898\n2177,1647000595,47.74307,8.99898\n2178,1647000596,47.74307,8.99898\n2179,1647000597,47.74307,8.99898\n2180,1647000598,47.74307,8.99898\n2181,1647000721,47.74338,8.99888\n2182,1647000722,47.74317,8.99893\n2183,1647000723,47.74316,8.99894\n2184,1647000724,47.74315,8.99894\n2185,1647000725,47.74314,8.99893\n2186,1647000726,47.74313,8.99893\n2187,1647000727,47.74313,8.99893\n2188,1647000728,47.74312,8.99893\n2189,1647000729,47.74312,8.99894\n2190,1647000730,47.74311,8.99894\n2191,1647000731,47.74311,8.99894\n2192,1647000732,47.74310,8.99895\n2193,1647000733,47.74308,8.99895\n2194,1647000735,47.74308,8.99895\n2195,1647000736,47.74308,8.99895\n2196,1647000737,47.74308,8.99895\n2197,1647000738,47.74307,8.99896\n2198,1647000739,47.74307,8.99895\n2199,1647000740,47.74307,8.99896\n2200,1647000742,47.74307,8.99896\n2201,1647000866,47.74311,8.99882\n2202,1647000867,47.74310,8.99883\n2203,1647000868,47.74307,8.99890\n2204,1647000869,47.74306,8.99892\n2205,1647000870,47.74305,8.99894\n2206,1647000871,47.74305,8.99895\n2207,1647000872,47.74304,8.99897\n2208,1647000873,47.74305,8.99898\n2209,1647000874,47.74305,8.99898\n2210,1647000875,47.74306,8.99899\n2211,1647000876,47.74306,8.99899\n2212,1647000877,47.74305,8.99899\n2213,1647000879,47.74305,8.99899\n2214,1647000880,47.74305,8.99899\n2215,1647000881,47.74305,8.99899\n2216,1647000882,47.74305,8.99899\n2217,1647000883,47.74305,8.99899\n2218,1647000884,47.74305,8.99900\n2219,1647000886,47.74305,8.99900\n2220,1647000887,47.74305,8.99900\n2221,1647001011,47.74312,8.99894\n2222,1647001012,47.74310,8.99894\n2223,1647001013,47.74309,8.99895\n2224,1647001014,47.74309,8.99895\n2225,1647001015,47.74309,8.99895\n2226,1647001016,47.74308,8.99895\n2227,1647001017,47.74307,8.99896\n2228,1647001018,47.74306,8.99896\n2229,1647001019,47.74305,8.99896\n2230,1647001020,47.74305,8.99896\n2231,1647001021,47.74305,8.99896\n2232,1647001023,47.74305,8.99896\n2233,1647001024,47.74305,8.99897\n2234,1647001025,47.74304,8.99897\n2235,1647001026,47.74304,8.99897\n2236,1647001027,47.74304,8.99897\n2237,1647001028,47.74304,8.99897\n2238,1647001029,47.74304,8.99897\n2239,1647001030,47.74304,8.99897\n2240,1647001031,47.74304,8.99898\n2241,1647001155,47.74305,8.99901\n2242,1647001156,47.74306,8.99901\n2243,1647001157,47.74307,8.99901\n2244,1647001158,47.74307,8.99901\n2245,1647001159,47.74308,8.99900\n2246,1647001160,47.74308,8.99900\n2247,1647001161,47.74308,8.99899\n2248,1647001162,47.74307,8.99899\n2249,1647001163,47.74307,8.99898\n2250,1647001164,47.74307,8.99898\n2251,1647001165,47.74307,8.99897\n2252,1647001167,47.74307,8.99897\n2253,1647001168,47.74307,8.99897\n2254,1647001169,47.74307,8.99897\n2255,1647001170,47.74307,8.99897\n2256,1647001171,47.74307,8.99897\n2257,1647001172,47.74308,8.99897\n2258,1647001173,47.74308,8.99897\n2259,1647001174,47.74308,8.99897\n2260,1647001175,47.74308,8.99897\n2261,1647001299,47.74311,8.99895\n2262,1647001300,47.74313,8.99894\n2263,1647001301,47.74313,8.99894\n2264,1647001302,47.74313,8.99895\n2265,1647001303,47.74312,8.99896\n2266,1647001304,47.74311,8.99896\n2267,1647001305,47.74311,8.99897\n2268,1647001306,47.74310,8.99898\n2269,1647001307,47.74310,8.99898\n2270,1647001308,47.74309,8.99898\n2271,1647001309,47.74309,8.99897\n2272,1647001311,47.74309,8.99897\n2273,1647001312,47.74309,8.99897\n2274,1647001313,47.74309,8.99897\n2275,1647001314,47.74309,8.99896\n2276,1647001315,47.74309,8.99896\n2277,1647001316,47.74309,8.99896\n2278,1647001317,47.74309,8.99895\n2279,1647001319,47.74309,8.99895\n2280,1647001320,47.74309,8.99895\n2281,1647001443,47.74276,8.99907\n2282,1647001444,47.74294,8.99900\n2283,1647001445,47.74297,8.99900\n2284,1647001446,47.74299,8.99900\n2285,1647001447,47.74300,8.99900\n2286,1647001448,47.74301,8.99900\n2287,1647001449,47.74301,8.99900\n2288,1647001450,47.74301,8.99900\n2289,1647001451,47.74301,8.99900\n2290,1647001452,47.74302,8.99900\n2291,1647001453,47.74303,8.99899\n2292,1647001455,47.74303,8.99899\n2293,1647001456,47.74303,8.99899\n2294,1647001457,47.74303,8.99899\n2295,1647001458,47.74303,8.99899\n2296,1647001459,47.74303,8.99898\n2297,1647001460,47.74304,8.99898\n2298,1647001461,47.74304,8.99898\n2299,1647001462,47.74304,8.99898\n2300,1647001463,47.74304,8.99898\n2301,1647001586,47.74320,8.99905\n2302,1647001587,47.74293,8.99924\n2303,1647001588,47.74294,8.99923\n2304,1647001589,47.74295,8.99921\n2305,1647001590,47.74299,8.99909\n2306,1647001591,47.74301,8.99906\n2307,1647001592,47.74301,8.99904\n2308,1647001593,47.74301,8.99902\n2309,1647001594,47.74302,8.99901\n2310,1647001595,47.74302,8.99900\n2311,1647001596,47.74303,8.99899\n2312,1647001597,47.74305,8.99895\n2313,1647001599,47.74306,8.99895\n2314,1647001600,47.74306,8.99895\n2315,1647001601,47.74306,8.99894\n2316,1647001602,47.74307,8.99894\n2317,1647001603,47.74307,8.99894\n2318,1647001604,47.74307,8.99894\n2319,1647001605,47.74307,8.99894\n2320,1647001607,47.74308,8.99894\n2321,1647001731,47.74298,8.99899\n2322,1647001732,47.74299,8.99899\n2323,1647001733,47.74299,8.99899\n2324,1647001734,47.74299,8.99897\n2325,1647001735,47.74299,8.99896\n2326,1647001736,47.74300,8.99895\n2327,1647001737,47.74301,8.99895\n2328,1647001738,47.74301,8.99895\n2329,1647001739,47.74301,8.99895\n2330,1647001740,47.74302,8.99895\n2331,1647001741,47.74307,8.99892\n2332,1647001743,47.74307,8.99892\n2333,1647001744,47.74307,8.99892\n2334,1647001745,47.74307,8.99891\n2335,1647001746,47.74308,8.99891\n2336,1647001747,47.74308,8.99891\n2337,1647001748,47.74308,8.99891\n2338,1647001749,47.74308,8.99891\n2339,1647001751,47.74309,8.99891\n2340,1647001752,47.74309,8.99891\n2341,1647001877,47.74314,8.99901\n2342,1647001878,47.74313,8.99900\n2343,1647001879,47.74313,8.99900\n2344,1647001880,47.74312,8.99899\n2345,1647001881,47.74312,8.99899\n2346,1647001882,47.74312,8.99898\n2347,1647001883,47.74312,8.99898\n2348,1647001884,47.74312,8.99897\n2349,1647001885,47.74316,8.99895\n2350,1647001887,47.74316,8.99894\n2351,1647001888,47.74316,8.99894\n2352,1647001889,47.74316,8.99893\n2353,1647001890,47.74316,8.99892\n2354,1647001891,47.74317,8.99891\n2355,1647001892,47.74316,8.99891\n2356,1647001893,47.74316,8.99890\n2357,1647001894,47.74316,8.99890\n2358,1647001896,47.74316,8.99890\n2359,1647001897,47.74316,8.99890\n2360,1647001898,47.74316,8.99890\n2361,1647002028,47.74298,8.99906\n2362,1647002029,47.74295,8.99908\n2363,1647002031,47.74293,8.99908\n2364,1647002032,47.74292,8.99909\n2365,1647002033,47.74290,8.99909\n2366,1647002034,47.74289,8.99910\n2367,1647002035,47.74288,8.99910\n2368,1647002036,47.74287,8.99910\n2369,1647002037,47.74286,8.99911\n2370,1647002038,47.74286,8.99910\n2371,1647002039,47.74287,8.99910\n2372,1647002040,47.74287,8.99910\n2373,1647002041,47.74287,8.99910\n2374,1647002042,47.74287,8.99910\n2375,1647002043,47.74287,8.99909\n2376,1647002044,47.74287,8.99909\n2377,1647002045,47.74287,8.99910\n2378,1647002046,47.74287,8.99909\n2379,1647002047,47.74287,8.99909\n2380,1647002048,47.74287,8.99909\n2381,1647002179,47.74297,8.99893\n2382,1647002180,47.74302,8.99892\n2383,1647002182,47.74302,8.99895\n2384,1647002183,47.74302,8.99895\n2385,1647002184,47.74302,8.99896\n2386,1647002185,47.74302,8.99897\n2387,1647002186,47.74301,8.99898\n2388,1647002187,47.74301,8.99899\n2389,1647002188,47.74300,8.99900\n2390,1647002189,47.74299,8.99901\n2391,1647002190,47.74299,8.99902\n2392,1647002191,47.74298,8.99903\n2393,1647002193,47.74297,8.99904\n2394,1647002194,47.74296,8.99904\n2395,1647002195,47.74296,8.99905\n2396,1647002196,47.74295,8.99905\n2397,1647002197,47.74295,8.99905\n2398,1647002198,47.74294,8.99905\n2399,1647002199,47.74294,8.99906\n2400,1647002200,47.74294,8.99906\n2401,1647002328,47.74290,8.99907\n2402,1647002329,47.74292,8.99907\n2403,1647002330,47.74293,8.99906\n2404,1647002331,47.74296,8.99905\n2405,1647002332,47.74298,8.99904\n2406,1647002333,47.74298,8.99904\n2407,1647002334,47.74299,8.99904\n2408,1647002335,47.74301,8.99903\n2409,1647002337,47.74302,8.99903\n2410,1647002338,47.74302,8.99903\n2411,1647002339,47.74302,8.99903\n2412,1647002340,47.74302,8.99903\n2413,1647002341,47.74302,8.99903\n2414,1647002342,47.74301,8.99902\n2415,1647002343,47.74301,8.99902\n2416,1647002344,47.74301,8.99902\n2417,1647002345,47.74300,8.99903\n2418,1647002346,47.74300,8.99903\n2419,1647002347,47.74300,8.99902\n2420,1647002348,47.74300,8.99902\n2421,1647002474,47.74316,8.99900\n2422,1647002475,47.74312,8.99900\n2423,1647002476,47.74313,8.99900\n2424,1647002477,47.74311,8.99901\n2425,1647002478,47.74310,8.99901\n2426,1647002479,47.74307,8.99902\n2427,1647002481,47.74305,8.99903\n2428,1647002482,47.74304,8.99903\n2429,1647002483,47.74303,8.99903\n2430,1647002484,47.74302,8.99903\n2431,1647002485,47.74302,8.99904\n2432,1647002486,47.74301,8.99904\n2433,1647002487,47.74300,8.99904\n2434,1647002488,47.74300,8.99904\n2435,1647002489,47.74299,8.99904\n2436,1647002490,47.74299,8.99905\n2437,1647002491,47.74298,8.99905\n2438,1647002492,47.74298,8.99905\n2439,1647002493,47.74298,8.99906\n2440,1647002494,47.74298,8.99906\n2441,1647002618,47.74319,8.99893\n2442,1647002619,47.74337,8.99885\n2443,1647002620,47.74332,8.99888\n2444,1647002621,47.74326,8.99890\n2445,1647002622,47.74322,8.99892\n2446,1647002623,47.74320,8.99893\n2447,1647002624,47.74319,8.99893\n2448,1647002625,47.74317,8.99894\n2449,1647002626,47.74315,8.99894\n2450,1647002627,47.74314,8.99895\n2451,1647002628,47.74312,8.99896\n2452,1647002629,47.74306,8.99898\n2453,1647002631,47.74305,8.99899\n2454,1647002632,47.74304,8.99899\n2455,1647002633,47.74303,8.99899\n2456,1647002634,47.74302,8.99900\n2457,1647002635,47.74301,8.99900\n2458,1647002636,47.74301,8.99901\n2459,1647002637,47.74300,8.99901\n2460,1647002638,47.74299,8.99901\n2461,1647002764,47.74303,8.99898\n2462,1647002765,47.74301,8.99899\n2463,1647002766,47.74300,8.99898\n2464,1647002767,47.74299,8.99898\n2465,1647002768,47.74297,8.99899\n2466,1647002769,47.74296,8.99899\n2467,1647002770,47.74295,8.99899\n2468,1647002771,47.74294,8.99899\n2469,1647002772,47.74294,8.99899\n2470,1647002773,47.74294,8.99900\n2471,1647002775,47.74293,8.99900\n2472,1647002776,47.74293,8.99900\n2473,1647002777,47.74293,8.99900\n2474,1647002778,47.74293,8.99900\n2475,1647002779,47.74293,8.99901\n2476,1647002780,47.74293,8.99902\n2477,1647002781,47.74294,8.99903\n2478,1647002782,47.74294,8.99903\n2479,1647002783,47.74294,8.99903\n2480,1647002784,47.74294,8.99903\n2481,1647002914,47.74306,8.99894\n2482,1647002915,47.74306,8.99894\n2483,1647002916,47.74306,8.99894\n2484,1647002917,47.74305,8.99894\n2485,1647002918,47.74305,8.99894\n2486,1647002920,47.74306,8.99894\n2487,1647002921,47.74304,8.99895\n2488,1647002922,47.74303,8.99896\n2489,1647002923,47.74302,8.99896\n2490,1647002924,47.74302,8.99896\n2491,1647002925,47.74301,8.99896\n2492,1647002926,47.74301,8.99897\n2493,1647002927,47.74301,8.99897\n2494,1647002928,47.74301,8.99897\n2495,1647002929,47.74302,8.99897\n2496,1647002930,47.74302,8.99897\n2497,1647002931,47.74302,8.99897\n2498,1647002932,47.74302,8.99897\n2499,1647002933,47.74302,8.99897\n2500,1647002934,47.74302,8.99897\n2501,1647003065,47.74289,8.99905\n2502,1647003066,47.74286,8.99906\n2503,1647003067,47.74286,8.99906\n2504,1647003068,47.74311,8.99896\n2505,1647003070,47.74305,8.99898\n2506,1647003071,47.74303,8.99899\n2507,1647003072,47.74303,8.99900\n2508,1647003073,47.74303,8.99899\n2509,1647003074,47.74303,8.99899\n2510,1647003075,47.74302,8.99899\n2511,1647003076,47.74302,8.99900\n2512,1647003077,47.74301,8.99900\n2513,1647003078,47.74301,8.99900\n2514,1647003079,47.74300,8.99901\n2515,1647003080,47.74299,8.99901\n2516,1647003081,47.74298,8.99902\n2517,1647003082,47.74297,8.99902\n2518,1647003083,47.74296,8.99903\n2519,1647003084,47.74295,8.99903\n2520,1647003085,47.74294,8.99904\n2521,1647003216,47.74292,8.99904\n2522,1647003217,47.74291,8.99904\n2523,1647003218,47.74290,8.99908\n2524,1647003220,47.74289,8.99908\n2525,1647003221,47.74289,8.99908\n2526,1647003222,47.74289,8.99908\n2527,1647003223,47.74289,8.99908\n2528,1647003224,47.74288,8.99909\n2529,1647003225,47.74288,8.99910\n2530,1647003226,47.74286,8.99911\n2531,1647003227,47.74285,8.99912\n2532,1647003228,47.74284,8.99913\n2533,1647003229,47.74283,8.99913\n2534,1647003230,47.74282,8.99914\n2535,1647003231,47.74281,8.99914\n2536,1647003232,47.74281,8.99914\n2537,1647003233,47.74281,8.99914\n2538,1647003234,47.74281,8.99915\n2539,1647003235,47.74281,8.99914\n2540,1647003236,47.74281,8.99914\n2541,1647003367,47.74302,8.99903\n2542,1647003368,47.74298,8.99907\n2543,1647003370,47.74295,8.99909\n2544,1647003371,47.74294,8.99909\n2545,1647003372,47.74293,8.99910\n2546,1647003373,47.74292,8.99910\n2547,1647003374,47.74291,8.99911\n2548,1647003375,47.74291,8.99910\n2549,1647003376,47.74291,8.99910\n2550,1647003377,47.74290,8.99911\n2551,1647003378,47.74290,8.99911\n2552,1647003379,47.74289,8.99911\n2553,1647003380,47.74289,8.99911\n2554,1647003381,47.74289,8.99911\n2555,1647003382,47.74289,8.99912\n2556,1647003383,47.74288,8.99912\n2557,1647003384,47.74287,8.99913\n2558,1647003385,47.74287,8.99913\n2559,1647003386,47.74286,8.99914\n2560,1647003387,47.74286,8.99914\n2561,1647003524,47.74296,8.99907\n2562,1647003526,47.74296,8.99907\n2563,1647003527,47.74296,8.99907\n2564,1647003528,47.74296,8.99906\n2565,1647003529,47.74296,8.99906\n2566,1647003530,47.74297,8.99906\n2567,1647003531,47.74297,8.99906\n2568,1647003532,47.74297,8.99905\n2569,1647003533,47.74297,8.99906\n2570,1647003534,47.74297,8.99905\n2571,1647003535,47.74297,8.99905\n2572,1647003536,47.74298,8.99905\n2573,1647003537,47.74298,8.99905\n2574,1647003538,47.74298,8.99905\n2575,1647003539,47.74298,8.99905\n2576,1647003540,47.74298,8.99905\n2577,1647003541,47.74299,8.99904\n2578,1647003543,47.74301,8.99903\n2579,1647003544,47.74301,8.99903\n2580,1647003545,47.74302,8.99902\n2581,1647003670,47.74297,8.99903\n2582,1647003671,47.74298,8.99903\n2583,1647003672,47.74297,8.99903\n2584,1647003673,47.74296,8.99904\n2585,1647003674,47.74294,8.99905\n2586,1647003675,47.74292,8.99905\n2587,1647003676,47.74291,8.99906\n2588,1647003677,47.74291,8.99906\n2589,1647003678,47.74291,8.99906\n2590,1647003679,47.74293,8.99904\n2591,1647003681,47.74293,8.99904\n2592,1647003682,47.74294,8.99904\n2593,1647003683,47.74294,8.99904\n2594,1647003684,47.74294,8.99904\n2595,1647003685,47.74294,8.99904\n2596,1647003686,47.74294,8.99904\n2597,1647003687,47.74294,8.99904\n2598,1647003688,47.74294,8.99903\n2599,1647003689,47.74294,8.99903\n2600,1647003690,47.74294,8.99903\n2601,1647003814,47.74298,8.99898\n2602,1647003815,47.74295,8.99899\n2603,1647003816,47.74295,8.99898\n2604,1647003817,47.74297,8.99899\n2605,1647003818,47.74298,8.99899\n2606,1647003819,47.74300,8.99898\n2607,1647003820,47.74301,8.99899\n2608,1647003821,47.74301,8.99899\n2609,1647003822,47.74302,8.99899\n2610,1647003823,47.74302,8.99898\n2611,1647003824,47.74303,8.99898\n2612,1647003826,47.74304,8.99898\n2613,1647003827,47.74304,8.99898\n2614,1647003828,47.74304,8.99897\n2615,1647003829,47.74304,8.99897\n2616,1647003830,47.74304,8.99897\n2617,1647003831,47.74304,8.99897\n2618,1647003832,47.74304,8.99897\n2619,1647003833,47.74304,8.99897\n2620,1647003834,47.74304,8.99897\n2621,1647003957,47.74307,8.99890\n2622,1647003958,47.74313,8.99894\n2623,1647003959,47.74310,8.99895\n2624,1647003960,47.74310,8.99896\n2625,1647003961,47.74311,8.99896\n2626,1647003962,47.74311,8.99897\n2627,1647003963,47.74311,8.99897\n2628,1647003964,47.74311,8.99898\n2629,1647003965,47.74311,8.99898\n2630,1647003966,47.74311,8.99898\n2631,1647003967,47.74312,8.99897\n2632,1647003969,47.74312,8.99897\n2633,1647003970,47.74312,8.99897\n2634,1647003971,47.74312,8.99897\n2635,1647003972,47.74311,8.99897\n2636,1647003973,47.74311,8.99898\n2637,1647003974,47.74310,8.99898\n2638,1647003975,47.74310,8.99898\n2639,1647003976,47.74310,8.99899\n2640,1647003977,47.74310,8.99899\n2641,1647004102,47.74301,8.99901\n2642,1647004103,47.74302,8.99901\n2643,1647004104,47.74301,8.99902\n2644,1647004105,47.74301,8.99902\n2645,1647004106,47.74300,8.99902\n2646,1647004107,47.74300,8.99902\n2647,1647004108,47.74299,8.99902\n2648,1647004109,47.74300,8.99901\n2649,1647004110,47.74300,8.99901\n2650,1647004111,47.74300,8.99901\n2651,1647004112,47.74305,8.99899\n2652,1647004114,47.74305,8.99899\n2653,1647004115,47.74305,8.99898\n2654,1647004116,47.74304,8.99898\n2655,1647004117,47.74304,8.99898\n2656,1647004118,47.74304,8.99898\n2657,1647004119,47.74304,8.99897\n2658,1647004120,47.74304,8.99897\n2659,1647004121,47.74304,8.99897\n2660,1647004122,47.74304,8.99897\n2661,1647004247,47.74318,8.99889\n2662,1647004248,47.74312,8.99894\n2663,1647004249,47.74310,8.99896\n2664,1647004250,47.74308,8.99896\n2665,1647004251,47.74308,8.99896\n2666,1647004252,47.74307,8.99897\n2667,1647004253,47.74307,8.99897\n2668,1647004254,47.74308,8.99898\n2669,1647004255,47.74307,8.99898\n2670,1647004256,47.74310,8.99896\n2671,1647004258,47.74310,8.99896\n2672,1647004259,47.74310,8.99896\n2673,1647004260,47.74310,8.99896\n2674,1647004261,47.74310,8.99896\n2675,1647004262,47.74309,8.99897\n2676,1647004263,47.74308,8.99897\n2677,1647004264,47.74308,8.99897\n2678,1647004265,47.74307,8.99898\n2679,1647004266,47.74307,8.99898\n2680,1647004267,47.74307,8.99898\n2681,1647004392,47.74298,8.99899\n2682,1647004393,47.74298,8.99900\n2683,1647004394,47.74299,8.99901\n2684,1647004395,47.74300,8.99901\n2685,1647004396,47.74300,8.99901\n2686,1647004397,47.74300,8.99901\n2687,1647004398,47.74301,8.99901\n2688,1647004399,47.74301,8.99901\n2689,1647004400,47.74304,8.99898\n2690,1647004402,47.74304,8.99898\n2691,1647004403,47.74304,8.99898\n2692,1647004404,47.74305,8.99898\n2693,1647004405,47.74305,8.99898\n2694,1647004406,47.74305,8.99898\n2695,1647004407,47.74305,8.99898\n2696,1647004408,47.74305,8.99897\n2697,1647004409,47.74305,8.99897\n2698,1647004410,47.74305,8.99898\n2699,1647004411,47.74305,8.99898\n2700,1647004412,47.74305,8.99898\n2701,1647004536,47.74294,8.99882\n2702,1647004537,47.74294,8.99888\n2703,1647004538,47.74294,8.99889\n2704,1647004539,47.74295,8.99890\n2705,1647004540,47.74296,8.99891\n2706,1647004541,47.74297,8.99891\n2707,1647004542,47.74298,8.99891\n2708,1647004543,47.74296,8.99895\n2709,1647004545,47.74296,8.99895\n2710,1647004546,47.74296,8.99895\n2711,1647004547,47.74296,8.99895\n2712,1647004548,47.74296,8.99895\n2713,1647004549,47.74296,8.99895\n2714,1647004550,47.74296,8.99895\n2715,1647004551,47.74296,8.99895\n2716,1647004552,47.74296,8.99896\n2717,1647004553,47.74297,8.99896\n2718,1647004554,47.74297,8.99896\n2719,1647004555,47.74297,8.99896\n2720,1647004556,47.74297,8.99896\n2721,1647004682,47.74313,8.99887\n2722,1647004683,47.74311,8.99887\n2723,1647004684,47.74308,8.99888\n2724,1647004685,47.74306,8.99888\n2725,1647004686,47.74305,8.99889\n2726,1647004687,47.74305,8.99890\n2727,1647004688,47.74305,8.99891\n2728,1647004689,47.74305,8.99891\n2729,1647004690,47.74305,8.99892\n2730,1647004691,47.74305,8.99894\n2731,1647004692,47.74305,8.99894\n2732,1647004693,47.74305,8.99895\n2733,1647004694,47.74304,8.99896\n2734,1647004696,47.74303,8.99897\n2735,1647004697,47.74303,8.99898\n2736,1647004698,47.74302,8.99899\n2737,1647004699,47.74302,8.99899\n2738,1647004700,47.74301,8.99900\n2739,1647004701,47.74301,8.99900\n2740,1647004702,47.74301,8.99900\n2741,1647004828,47.74300,8.99898\n2742,1647004829,47.74300,8.99898\n2743,1647004830,47.74299,8.99898\n2744,1647004831,47.74300,8.99898\n2745,1647004832,47.74300,8.99898\n2746,1647004833,47.74300,8.99898\n2747,1647004834,47.74301,8.99898\n2748,1647004835,47.74301,8.99898\n2749,1647004836,47.74301,8.99897\n2750,1647004837,47.74301,8.99897\n2751,1647004838,47.74303,8.99895\n2752,1647004840,47.74304,8.99895\n2753,1647004841,47.74304,8.99895\n2754,1647004842,47.74304,8.99896\n2755,1647004843,47.74303,8.99896\n2756,1647004844,47.74303,8.99896\n2757,1647004845,47.74303,8.99896\n2758,1647004846,47.74303,8.99896\n2759,1647004847,47.74302,8.99896\n2760,1647004848,47.74302,8.99896\n2761,1647004973,47.74286,8.99892\n2762,1647004974,47.74288,8.99892\n2763,1647004975,47.74304,8.99891\n2764,1647004976,47.74307,8.99891\n2765,1647004977,47.74306,8.99891\n2766,1647004978,47.74306,8.99891\n2767,1647004979,47.74307,8.99891\n2768,1647004980,47.74308,8.99891\n2769,1647004981,47.74308,8.99892\n2770,1647004982,47.74303,8.99895\n2771,1647004984,47.74304,8.99896\n2772,1647004985,47.74305,8.99896\n2773,1647004986,47.74305,8.99896\n2774,1647004987,47.74305,8.99897\n2775,1647004988,47.74306,8.99897\n2776,1647004989,47.74306,8.99897\n2777,1647004990,47.74306,8.99897\n2778,1647004991,47.74306,8.99897\n2779,1647004992,47.74306,8.99897\n2780,1647004993,47.74306,8.99898\n2781,1647005119,47.74310,8.99889\n2782,1647005120,47.74311,8.99889\n2783,1647005121,47.74313,8.99888\n2784,1647005122,47.74314,8.99888\n2785,1647005123,47.74315,8.99888\n2786,1647005124,47.74315,8.99888\n2787,1647005125,47.74315,8.99888\n2788,1647005126,47.74309,8.99893\n2789,1647005128,47.74309,8.99893\n2790,1647005129,47.74309,8.99894\n2791,1647005130,47.74309,8.99894\n2792,1647005131,47.74309,8.99894\n2793,1647005132,47.74310,8.99894\n2794,1647005133,47.74310,8.99894\n2795,1647005134,47.74310,8.99894\n2796,1647005135,47.74309,8.99894\n2797,1647005136,47.74309,8.99893\n2798,1647005137,47.74308,8.99893\n2799,1647005138,47.74308,8.99893\n2800,1647005139,47.74307,8.99893\n2801,1647005266,47.74305,8.99902\n2802,1647005267,47.74300,8.99900\n2803,1647005268,47.74297,8.99898\n2804,1647005269,47.74295,8.99896\n2805,1647005270,47.74293,8.99895\n2806,1647005271,47.74291,8.99894\n2807,1647005272,47.74290,8.99893\n2808,1647005273,47.74289,8.99893\n2809,1647005274,47.74289,8.99892\n2810,1647005275,47.74288,8.99892\n2811,1647005276,47.74287,8.99892\n2812,1647005278,47.74286,8.99891\n2813,1647005279,47.74285,8.99891\n2814,1647005280,47.74284,8.99890\n2815,1647005281,47.74282,8.99890\n2816,1647005282,47.74282,8.99890\n2817,1647005283,47.74282,8.99890\n2818,1647005284,47.74282,8.99890\n2819,1647005285,47.74282,8.99890\n2820,1647005286,47.74282,8.99890\n2821,1647005412,47.74300,8.99904\n2822,1647005413,47.74300,8.99904\n2823,1647005414,47.74301,8.99902\n2824,1647005415,47.74302,8.99901\n2825,1647005416,47.74303,8.99900\n2826,1647005417,47.74303,8.99899\n2827,1647005418,47.74304,8.99897\n2828,1647005419,47.74304,8.99896\n2829,1647005420,47.74303,8.99896\n2830,1647005422,47.74304,8.99896\n2831,1647005423,47.74303,8.99895\n2832,1647005424,47.74303,8.99895\n2833,1647005425,47.74302,8.99895\n2834,1647005426,47.74304,8.99895\n2835,1647005427,47.74304,8.99895\n2836,1647005428,47.74304,8.99895\n2837,1647005429,47.74305,8.99896\n2838,1647005430,47.74305,8.99895\n2839,1647005431,47.74305,8.99895\n2840,1647005432,47.74305,8.99895\n2841,1647005557,47.74291,8.99897\n2842,1647005558,47.74291,8.99897\n2843,1647005559,47.74293,8.99896\n2844,1647005560,47.74291,8.99895\n2845,1647005561,47.74288,8.99894\n2846,1647005562,47.74288,8.99894\n2847,1647005563,47.74293,8.99891\n2848,1647005565,47.74293,8.99892\n2849,1647005566,47.74294,8.99892\n2850,1647005567,47.74294,8.99893\n2851,1647005568,47.74295,8.99893\n2852,1647005569,47.74295,8.99894\n2853,1647005570,47.74295,8.99894\n2854,1647005571,47.74296,8.99894\n2855,1647005572,47.74296,8.99894\n2856,1647005573,47.74297,8.99894\n2857,1647005574,47.74297,8.99894\n2858,1647005575,47.74297,8.99894\n2859,1647005576,47.74298,8.99894\n2860,1647005577,47.74298,8.99894\n2861,1647005703,47.74326,8.99892\n2862,1647005704,47.74320,8.99894\n2863,1647005705,47.74316,8.99895\n2864,1647005706,47.74314,8.99896\n2865,1647005707,47.74311,8.99897\n2866,1647005708,47.74309,8.99897\n2867,1647005709,47.74306,8.99898\n2868,1647005710,47.74303,8.99898\n2869,1647005711,47.74302,8.99898\n2870,1647005712,47.74302,8.99898\n2871,1647005713,47.74301,8.99898\n2872,1647005715,47.74302,8.99898\n2873,1647005716,47.74304,8.99898\n2874,1647005717,47.74304,8.99898\n2875,1647005718,47.74305,8.99898\n2876,1647005719,47.74305,8.99898\n2877,1647005720,47.74306,8.99898\n2878,1647005721,47.74306,8.99898\n2879,1647005722,47.74306,8.99898\n2880,1647005723,47.74306,8.99898\n2881,1647005850,47.74306,8.99893\n2882,1647005851,47.74303,8.99894\n2883,1647005852,47.74304,8.99895\n2884,1647005853,47.74304,8.99894\n2885,1647005854,47.74304,8.99894\n2886,1647005855,47.74304,8.99895\n2887,1647005856,47.74304,8.99896\n2888,1647005857,47.74307,8.99896\n2889,1647005859,47.74308,8.99896\n2890,1647005860,47.74309,8.99897\n2891,1647005861,47.74309,8.99897\n2892,1647005862,47.74309,8.99897\n2893,1647005863,47.74310,8.99897\n2894,1647005864,47.74310,8.99897\n2895,1647005865,47.74310,8.99897\n2896,1647005866,47.74310,8.99897\n2897,1647005867,47.74310,8.99897\n2898,1647005868,47.74311,8.99897\n2899,1647005869,47.74311,8.99897\n2900,1647005870,47.74311,8.99897\n2901,1647005998,47.74312,8.99889\n2902,1647005999,47.74308,8.99890\n2903,1647006000,47.74305,8.99890\n2904,1647006001,47.74306,8.99890\n2905,1647006003,47.74305,8.99890\n2906,1647006004,47.74305,8.99890\n2907,1647006005,47.74306,8.99890\n2908,1647006006,47.74306,8.99890\n2909,1647006007,47.74307,8.99890\n2910,1647006008,47.74308,8.99890\n2911,1647006009,47.74308,8.99890\n2912,1647006010,47.74309,8.99890\n2913,1647006011,47.74310,8.99890\n2914,1647006012,47.74310,8.99890\n2915,1647006013,47.74311,8.99890\n2916,1647006014,47.74312,8.99891\n2917,1647006015,47.74312,8.99891\n2918,1647006016,47.74313,8.99891\n2919,1647006017,47.74314,8.99892\n2920,1647006018,47.74314,8.99892\n2921,1647006150,47.74291,8.99898\n2922,1647006151,47.74310,8.99894\n2923,1647006153,47.74310,8.99895\n2924,1647006154,47.74311,8.99895\n2925,1647006155,47.74311,8.99895\n2926,1647006156,47.74312,8.99895\n2927,1647006157,47.74312,8.99895\n2928,1647006158,47.74312,8.99895\n2929,1647006159,47.74313,8.99895\n2930,1647006160,47.74314,8.99895\n2931,1647006161,47.74315,8.99895\n2932,1647006162,47.74316,8.99895\n2933,1647006163,47.74317,8.99895\n2934,1647006164,47.74317,8.99895\n2935,1647006165,47.74318,8.99895\n2936,1647006166,47.74318,8.99896\n2937,1647006167,47.74318,8.99896\n2938,1647006168,47.74318,8.99896\n2939,1647006169,47.74318,8.99896\n2940,1647006170,47.74318,8.99896\n2941,1647006300,47.74287,8.99894\n2942,1647006301,47.74310,8.99890\n2943,1647006303,47.74311,8.99890\n2944,1647006304,47.74311,8.99891\n2945,1647006305,47.74312,8.99891\n2946,1647006306,47.74313,8.99891\n2947,1647006307,47.74314,8.99892\n2948,1647006308,47.74315,8.99892\n2949,1647006309,47.74316,8.99892\n2950,1647006310,47.74317,8.99893\n2951,1647006311,47.74317,8.99893\n2952,1647006312,47.74317,8.99893\n2953,1647006313,47.74317,8.99893\n2954,1647006314,47.74316,8.99893\n2955,1647006315,47.74315,8.99893\n2956,1647006316,47.74315,8.99893\n2957,1647006317,47.74315,8.99893\n2958,1647006318,47.74315,8.99893\n2959,1647006319,47.74314,8.99893\n2960,1647006320,47.74314,8.99893\n2961,1647006456,47.74289,8.99892\n2962,1647006457,47.74293,8.99891\n2963,1647006459,47.74293,8.99891\n2964,1647006460,47.74294,8.99892\n2965,1647006461,47.74294,8.99892\n2966,1647006462,47.74295,8.99893\n2967,1647006463,47.74296,8.99893\n2968,1647006464,47.74296,8.99894\n2969,1647006465,47.74296,8.99894\n2970,1647006466,47.74296,8.99894\n2971,1647006467,47.74297,8.99894\n2972,1647006468,47.74297,8.99894\n2973,1647006469,47.74297,8.99894\n2974,1647006470,47.74297,8.99894\n2975,1647006471,47.74296,8.99894\n2976,1647006472,47.74296,8.99894\n2977,1647006473,47.74296,8.99894\n2978,1647006474,47.74296,8.99894\n2979,1647006475,47.74296,8.99894\n2980,1647006476,47.74295,8.99894\n2981,1647006606,47.74357,8.99880\n2982,1647006607,47.74318,8.99895\n2983,1647006608,47.74316,8.99894\n2984,1647006610,47.74315,8.99894\n2985,1647006611,47.74314,8.99894\n2986,1647006612,47.74312,8.99893\n2987,1647006613,47.74310,8.99893\n2988,1647006614,47.74308,8.99892\n2989,1647006615,47.74307,8.99892\n2990,1647006616,47.74307,8.99891\n2991,1647006617,47.74306,8.99891\n2992,1647006618,47.74306,8.99891\n2993,1647006619,47.74305,8.99890\n2994,1647006620,47.74305,8.99890\n2995,1647006621,47.74305,8.99890\n2996,1647006622,47.74304,8.99890\n2997,1647006623,47.74304,8.99890\n2998,1647006624,47.74304,8.99890\n2999,1647006625,47.74303,8.99890\n3000,1647006626,47.74303,8.99890\n3001,1647006763,47.74295,8.99884\n3002,1647006765,47.74297,8.99884\n3003,1647006766,47.74298,8.99883\n3004,1647006767,47.74298,8.99884\n3005,1647006768,47.74299,8.99884\n3006,1647006769,47.74300,8.99884\n3007,1647006770,47.74300,8.99884\n3008,1647006771,47.74301,8.99884\n3009,1647006772,47.74302,8.99884\n3010,1647006773,47.74302,8.99885\n3011,1647006774,47.74302,8.99885\n3012,1647006775,47.74302,8.99885\n3013,1647006776,47.74302,8.99885\n3014,1647006777,47.74302,8.99885\n3015,1647006778,47.74303,8.99885\n3016,1647006779,47.74303,8.99885\n3017,1647006780,47.74303,8.99885\n3018,1647006781,47.74302,8.99885\n3019,1647006783,47.74301,8.99885\n3020,1647006784,47.74301,8.99885\n3021,1647006910,47.74312,8.99878\n3022,1647006911,47.74310,8.99881\n3023,1647006912,47.74306,8.99883\n3024,1647006913,47.74304,8.99882\n3025,1647006914,47.74302,8.99883\n3026,1647006915,47.74301,8.99883\n3027,1647006916,47.74301,8.99883\n3028,1647006917,47.74300,8.99884\n3029,1647006918,47.74300,8.99884\n3030,1647006919,47.74301,8.99885\n3031,1647006921,47.74301,8.99884\n3032,1647006922,47.74300,8.99884\n3033,1647006923,47.74300,8.99884\n3034,1647006924,47.74300,8.99884\n3035,1647006925,47.74300,8.99884\n3036,1647006926,47.74300,8.99884\n3037,1647006927,47.74301,8.99884\n3038,1647006928,47.74301,8.99884\n3039,1647006929,47.74301,8.99884\n3040,1647006930,47.74301,8.99884\n3041,1647007056,47.74308,8.99900\n3042,1647007057,47.74307,8.99899\n3043,1647007058,47.74305,8.99899\n3044,1647007059,47.74305,8.99899\n3045,1647007060,47.74305,8.99898\n3046,1647007061,47.74304,8.99897\n3047,1647007062,47.74304,8.99897\n3048,1647007063,47.74303,8.99896\n3049,1647007065,47.74303,8.99896\n3050,1647007066,47.74303,8.99896\n3051,1647007067,47.74303,8.99895\n3052,1647007068,47.74303,8.99895\n3053,1647007069,47.74303,8.99894\n3054,1647007070,47.74303,8.99894\n3055,1647007071,47.74303,8.99893\n3056,1647007072,47.74303,8.99893\n3057,1647007073,47.74303,8.99893\n3058,1647007074,47.74303,8.99893\n3059,1647007075,47.74303,8.99893\n3060,1647007076,47.74303,8.99894\n3061,1647007202,47.74329,8.99906\n3062,1647007203,47.74330,8.99909\n3063,1647007204,47.74328,8.99910\n3064,1647007205,47.74326,8.99911\n3065,1647007206,47.74323,8.99912\n3066,1647007207,47.74322,8.99912\n3067,1647007208,47.74320,8.99912\n3068,1647007209,47.74318,8.99910\n3069,1647007210,47.74316,8.99908\n3070,1647007211,47.74315,8.99906\n3071,1647007212,47.74314,8.99905\n3072,1647007213,47.74304,8.99894\n3073,1647007215,47.74305,8.99894\n3074,1647007216,47.74305,8.99894\n3075,1647007217,47.74305,8.99894\n3076,1647007218,47.74304,8.99894\n3077,1647007219,47.74304,8.99894\n3078,1647007220,47.74304,8.99894\n3079,1647007221,47.74304,8.99894\n3080,1647007222,47.74304,8.99894\n3081,1647007348,47.74304,8.99875\n3082,1647007349,47.74304,8.99879\n3083,1647007350,47.74303,8.99881\n3084,1647007351,47.74303,8.99883\n3085,1647007352,47.74303,8.99883\n3086,1647007353,47.74302,8.99883\n3087,1647007354,47.74301,8.99884\n3088,1647007355,47.74300,8.99884\n3089,1647007356,47.74300,8.99885\n3090,1647007357,47.74301,8.99886\n3091,1647007359,47.74301,8.99886\n3092,1647007360,47.74301,8.99886\n3093,1647007361,47.74300,8.99887\n3094,1647007362,47.74300,8.99886\n3095,1647007363,47.74300,8.99887\n3096,1647007364,47.74300,8.99887\n3097,1647007365,47.74300,8.99887\n3098,1647007366,47.74301,8.99886\n3099,1647007367,47.74301,8.99886\n3100,1647007368,47.74301,8.99887\n3101,1647007499,47.74306,8.99883\n3102,1647007500,47.74306,8.99884\n3103,1647007501,47.74303,8.99882\n3104,1647007503,47.74303,8.99883\n3105,1647007504,47.74302,8.99884\n3106,1647007505,47.74301,8.99885\n3107,1647007506,47.74300,8.99885\n3108,1647007507,47.74300,8.99885\n3109,1647007508,47.74299,8.99886\n3110,1647007509,47.74298,8.99886\n3111,1647007510,47.74298,8.99887\n3112,1647007511,47.74297,8.99887\n3113,1647007512,47.74297,8.99888\n3114,1647007513,47.74297,8.99889\n3115,1647007514,47.74297,8.99890\n3116,1647007515,47.74297,8.99891\n3117,1647007516,47.74298,8.99892\n3118,1647007517,47.74297,8.99893\n3119,1647007518,47.74297,8.99894\n3120,1647007519,47.74297,8.99894\n3121,1647007647,47.74281,8.99901\n3122,1647007648,47.74285,8.99899\n3123,1647007649,47.74289,8.99898\n3124,1647007650,47.74291,8.99897\n3125,1647007651,47.74290,8.99899\n3126,1647007653,47.74291,8.99899\n3127,1647007654,47.74291,8.99899\n3128,1647007655,47.74292,8.99899\n3129,1647007656,47.74291,8.99900\n3130,1647007657,47.74291,8.99901\n3131,1647007658,47.74290,8.99901\n3132,1647007659,47.74290,8.99902\n3133,1647007660,47.74290,8.99902\n3134,1647007661,47.74290,8.99902\n3135,1647007662,47.74291,8.99902\n3136,1647007663,47.74291,8.99902\n3137,1647007664,47.74292,8.99902\n3138,1647007665,47.74292,8.99902\n3139,1647007666,47.74292,8.99902\n3140,1647007667,47.74292,8.99902\n3141,1647007798,47.74318,8.99895\n3142,1647007799,47.74314,8.99899\n3143,1647007800,47.74310,8.99900\n3144,1647007801,47.74306,8.99904\n3145,1647007803,47.74304,8.99904\n3146,1647007804,47.74304,8.99904\n3147,1647007805,47.74304,8.99904\n3148,1647007806,47.74303,8.99904\n3149,1647007807,47.74303,8.99904\n3150,1647007808,47.74303,8.99904\n3151,1647007809,47.74303,8.99904\n3152,1647007810,47.74303,8.99905\n3153,1647007811,47.74303,8.99905\n3154,1647007812,47.74303,8.99904\n3155,1647007813,47.74302,8.99904\n3156,1647007814,47.74302,8.99904\n3157,1647007815,47.74302,8.99904\n3158,1647007816,47.74301,8.99903\n3159,1647007817,47.74301,8.99903\n3160,1647007818,47.74301,8.99902\n3161,1647007944,47.74305,8.99886\n3162,1647007945,47.74307,8.99888\n3163,1647007946,47.74306,8.99888\n3164,1647007947,47.74306,8.99890\n3165,1647007948,47.74305,8.99889\n3166,1647007949,47.74305,8.99890\n3167,1647007950,47.74305,8.99890\n3168,1647007951,47.74308,8.99893\n3169,1647007953,47.74308,8.99893\n3170,1647007954,47.74309,8.99893\n3171,1647007955,47.74308,8.99893\n3172,1647007956,47.74309,8.99893\n3173,1647007957,47.74309,8.99893\n3174,1647007958,47.74309,8.99894\n3175,1647007959,47.74309,8.99894\n3176,1647007960,47.74309,8.99894\n3177,1647007961,47.74309,8.99894\n3178,1647007962,47.74309,8.99894\n3179,1647007963,47.74308,8.99894\n3180,1647007964,47.74308,8.99895\n3181,1647008092,47.74301,8.99892\n3182,1647008093,47.74304,8.99893\n3183,1647008094,47.74303,8.99893\n3184,1647008095,47.74303,8.99894\n3185,1647008096,47.74302,8.99896\n3186,1647008097,47.74301,8.99896\n3187,1647008098,47.74300,8.99896\n3188,1647008099,47.74300,8.99897\n3189,1647008100,47.74300,8.99897\n3190,1647008101,47.74299,8.99902\n3191,1647008103,47.74299,8.99902\n3192,1647008104,47.74298,8.99903\n3193,1647008105,47.74298,8.99904\n3194,1647008106,47.74298,8.99904\n3195,1647008107,47.74298,8.99904\n3196,1647008108,47.74299,8.99904\n3197,1647008109,47.74299,8.99905\n3198,1647008110,47.74299,8.99904\n3199,1647008111,47.74299,8.99904\n3200,1647008112,47.74299,8.99904\n3201,1647008238,47.74314,8.99884\n3202,1647008239,47.74311,8.99885\n3203,1647008240,47.74311,8.99886\n3204,1647008241,47.74311,8.99886\n3205,1647008242,47.74311,8.99887\n3206,1647008243,47.74311,8.99888\n3207,1647008244,47.74311,8.99889\n3208,1647008245,47.74311,8.99889\n3209,1647008247,47.74311,8.99889\n3210,1647008248,47.74310,8.99890\n3211,1647008249,47.74310,8.99890\n3212,1647008250,47.74310,8.99890\n3213,1647008251,47.74310,8.99891\n3214,1647008252,47.74310,8.99891\n3215,1647008253,47.74310,8.99892\n3216,1647008254,47.74310,8.99892\n3217,1647008255,47.74309,8.99892\n3218,1647008256,47.74309,8.99893\n3219,1647008257,47.74309,8.99892\n3220,1647008258,47.74309,8.99893\n3221,1647008385,47.74308,8.99886\n3222,1647008386,47.74312,8.99884\n3223,1647008387,47.74312,8.99886\n3224,1647008388,47.74310,8.99889\n3225,1647008389,47.74309,8.99890\n3226,1647008390,47.74309,8.99891\n3227,1647008391,47.74307,8.99893\n3228,1647008392,47.74305,8.99893\n3229,1647008393,47.74305,8.99893\n3230,1647008394,47.74304,8.99893\n3231,1647008395,47.74304,8.99894\n3232,1647008397,47.74303,8.99894\n3233,1647008398,47.74303,8.99894\n3234,1647008399,47.74303,8.99895\n3235,1647008400,47.74303,8.99895\n3236,1647008401,47.74303,8.99895\n3237,1647008402,47.74302,8.99895\n3238,1647008403,47.74302,8.99895\n3239,1647008404,47.74302,8.99895\n3240,1647008405,47.74302,8.99894\n3241,1647008531,47.74305,8.99874\n3242,1647008532,47.74307,8.99879\n3243,1647008533,47.74309,8.99881\n3244,1647008534,47.74309,8.99881\n3245,1647008535,47.74309,8.99882\n3246,1647008536,47.74309,8.99884\n3247,1647008537,47.74309,8.99884\n3248,1647008538,47.74309,8.99885\n3249,1647008539,47.74310,8.99891\n3250,1647008541,47.74310,8.99892\n3251,1647008542,47.74310,8.99892\n3252,1647008543,47.74310,8.99893\n3253,1647008544,47.74309,8.99893\n3254,1647008545,47.74309,8.99893\n3255,1647008546,47.74309,8.99893\n3256,1647008547,47.74309,8.99893\n3257,1647008548,47.74309,8.99893\n3258,1647008549,47.74309,8.99893\n3259,1647008550,47.74309,8.99894\n3260,1647008551,47.74309,8.99894\n3261,1647008677,47.74299,8.99896\n3262,1647008678,47.74300,8.99895\n3263,1647008679,47.74300,8.99893\n3264,1647008680,47.74301,8.99893\n3265,1647008681,47.74302,8.99893\n3266,1647008682,47.74302,8.99893\n3267,1647008683,47.74302,8.99892\n3268,1647008685,47.74302,8.99892\n3269,1647008686,47.74302,8.99892\n3270,1647008687,47.74303,8.99891\n3271,1647008688,47.74303,8.99892\n3272,1647008689,47.74304,8.99891\n3273,1647008690,47.74304,8.99891\n3274,1647008691,47.74304,8.99891\n3275,1647008692,47.74305,8.99891\n3276,1647008693,47.74305,8.99891\n3277,1647008694,47.74305,8.99891\n3278,1647008695,47.74305,8.99891\n3279,1647008696,47.74306,8.99891\n3280,1647008697,47.74306,8.99891\n3281,1647008823,47.74287,8.99887\n3282,1647008824,47.74288,8.99886\n3283,1647008825,47.74289,8.99884\n3284,1647008826,47.74291,8.99883\n3285,1647008827,47.74291,8.99882\n3286,1647008828,47.74292,8.99881\n3287,1647008829,47.74292,8.99881\n3288,1647008830,47.74294,8.99880\n3289,1647008831,47.74294,8.99880\n3290,1647008832,47.74294,8.99879\n3291,1647008833,47.74293,8.99877\n3292,1647008835,47.74293,8.99876\n3293,1647008836,47.74294,8.99876\n3294,1647008837,47.74294,8.99877\n3295,1647008838,47.74294,8.99877\n3296,1647008839,47.74294,8.99877\n3297,1647008840,47.74295,8.99878\n3298,1647008841,47.74295,8.99878\n3299,1647008842,47.74295,8.99878\n3300,1647008843,47.74295,8.99878\n3301,1647008976,47.74307,8.99888\n3302,1647008977,47.74307,8.99890\n3303,1647008979,47.74308,8.99891\n3304,1647008980,47.74308,8.99892\n3305,1647008981,47.74308,8.99892\n3306,1647008982,47.74308,8.99893\n3307,1647008983,47.74308,8.99893\n3308,1647008984,47.74308,8.99893\n3309,1647008985,47.74307,8.99893\n3310,1647008986,47.74307,8.99893\n3311,1647008987,47.74307,8.99893\n3312,1647008988,47.74307,8.99893\n3313,1647008989,47.74307,8.99893\n3314,1647008990,47.74307,8.99893\n3315,1647008991,47.74307,8.99892\n3316,1647008992,47.74307,8.99892\n3317,1647008993,47.74307,8.99892\n3318,1647008994,47.74307,8.99892\n3319,1647008995,47.74307,8.99893\n3320,1647008996,47.74306,8.99892\n3321,1647009122,47.74291,8.99882\n3322,1647009123,47.74294,8.99886\n3323,1647009124,47.74295,8.99888\n3324,1647009125,47.74297,8.99891\n3325,1647009126,47.74298,8.99895\n3326,1647009127,47.74299,8.99897\n3327,1647009128,47.74300,8.99899\n3328,1647009129,47.74300,8.99900\n3329,1647009130,47.74300,8.99901\n3330,1647009131,47.74300,8.99901\n3331,1647009132,47.74299,8.99900\n3332,1647009133,47.74299,8.99899\n3333,1647009135,47.74299,8.99898\n3334,1647009136,47.74299,8.99897\n3335,1647009137,47.74300,8.99897\n3336,1647009138,47.74300,8.99897\n3337,1647009139,47.74300,8.99897\n3338,1647009140,47.74301,8.99897\n3339,1647009141,47.74301,8.99897\n3340,1647009142,47.74301,8.99898\n3341,1647009268,47.74300,8.99899\n3342,1647009269,47.74297,8.99896\n3343,1647009270,47.74296,8.99894\n3344,1647009271,47.74297,8.99895\n3345,1647009272,47.74297,8.99895\n3346,1647009273,47.74298,8.99896\n3347,1647009274,47.74298,8.99896\n3348,1647009275,47.74298,8.99897\n3349,1647009276,47.74299,8.99897\n3350,1647009277,47.74300,8.99896\n3351,1647009279,47.74301,8.99897\n3352,1647009280,47.74301,8.99897\n3353,1647009281,47.74302,8.99897\n3354,1647009282,47.74302,8.99897\n3355,1647009283,47.74302,8.99897\n3356,1647009284,47.74302,8.99898\n3357,1647009285,47.74303,8.99898\n3358,1647009286,47.74303,8.99898\n3359,1647009287,47.74303,8.99897\n3360,1647009288,47.74304,8.99897\n3361,1647009415,47.74303,8.99907\n3362,1647009416,47.74301,8.99904\n3363,1647009417,47.74297,8.99898\n3364,1647009418,47.74295,8.99894\n3365,1647009419,47.74295,8.99892\n3366,1647009420,47.74293,8.99891\n3367,1647009421,47.74294,8.99895\n3368,1647009423,47.74293,8.99894\n3369,1647009424,47.74293,8.99893\n3370,1647009425,47.74293,8.99892\n3371,1647009426,47.74292,8.99892\n3372,1647009427,47.74292,8.99891\n3373,1647009428,47.74292,8.99891\n3374,1647009429,47.74292,8.99891\n3375,1647009430,47.74292,8.99891\n3376,1647009431,47.74292,8.99890\n3377,1647009432,47.74292,8.99890\n3378,1647009433,47.74292,8.99890\n3379,1647009434,47.74293,8.99890\n3380,1647009435,47.74293,8.99890\n3381,1647009559,47.74297,8.99888\n3382,1647009560,47.74303,8.99888\n3383,1647009561,47.74303,8.99890\n3384,1647009562,47.74302,8.99889\n3385,1647009563,47.74302,8.99889\n3386,1647009564,47.74301,8.99889\n3387,1647009565,47.74301,8.99890\n3388,1647009566,47.74301,8.99891\n3389,1647009567,47.74301,8.99891\n3390,1647009568,47.74301,8.99892\n3391,1647009569,47.74301,8.99892\n3392,1647009570,47.74301,8.99892\n3393,1647009571,47.74301,8.99895\n3394,1647009573,47.74301,8.99896\n3395,1647009574,47.74301,8.99895\n3396,1647009575,47.74301,8.99895\n3397,1647009576,47.74301,8.99895\n3398,1647009577,47.74301,8.99895\n3399,1647009578,47.74301,8.99895\n3400,1647009579,47.74301,8.99895\n3401,1647009703,47.74305,8.99889\n3402,1647009704,47.74305,8.99895\n3403,1647009705,47.74304,8.99893\n3404,1647009706,47.74303,8.99892\n3405,1647009707,47.74304,8.99893\n3406,1647009708,47.74303,8.99893\n3407,1647009709,47.74303,8.99893\n3408,1647009710,47.74303,8.99894\n3409,1647009711,47.74303,8.99894\n3410,1647009712,47.74303,8.99894\n3411,1647009713,47.74303,8.99894\n3412,1647009714,47.74303,8.99895\n3413,1647009715,47.74303,8.99896\n3414,1647009717,47.74303,8.99896\n3415,1647009718,47.74303,8.99897\n3416,1647009719,47.74304,8.99896\n3417,1647009720,47.74304,8.99896\n3418,1647009721,47.74304,8.99896\n3419,1647009722,47.74304,8.99895\n3420,1647009723,47.74304,8.99895\n3421,1647009849,47.74302,8.99896\n3422,1647009850,47.74301,8.99895\n3423,1647009851,47.74301,8.99895\n3424,1647009852,47.74300,8.99895\n3425,1647009853,47.74300,8.99895\n3426,1647009854,47.74300,8.99895\n3427,1647009855,47.74300,8.99896\n3428,1647009856,47.74300,8.99896\n3429,1647009857,47.74300,8.99896\n3430,1647009858,47.74300,8.99896\n3431,1647009859,47.74301,8.99898\n3432,1647009861,47.74301,8.99898\n3433,1647009862,47.74301,8.99899\n3434,1647009863,47.74301,8.99898\n3435,1647009864,47.74302,8.99899\n3436,1647009865,47.74302,8.99898\n3437,1647009866,47.74302,8.99898\n3438,1647009867,47.74303,8.99898\n3439,1647009868,47.74303,8.99899\n3440,1647009869,47.74303,8.99899\n3441,1647009995,47.74310,8.99912\n3442,1647009996,47.74309,8.99912\n3443,1647009997,47.74308,8.99913\n3444,1647009998,47.74308,8.99911\n3445,1647009999,47.74305,8.99904\n3446,1647010000,47.74305,8.99903\n3447,1647010001,47.74304,8.99902\n3448,1647010002,47.74304,8.99901\n3449,1647010003,47.74303,8.99898\n3450,1647010005,47.74302,8.99897\n3451,1647010006,47.74302,8.99897\n3452,1647010007,47.74302,8.99898\n3453,1647010008,47.74302,8.99897\n3454,1647010009,47.74303,8.99897\n3455,1647010010,47.74303,8.99897\n3456,1647010011,47.74303,8.99897\n3457,1647010012,47.74303,8.99897\n3458,1647010013,47.74303,8.99896\n3459,1647010014,47.74303,8.99896\n3460,1647010015,47.74303,8.99896\n3461,1647010139,47.74307,8.99898\n3462,1647010140,47.74303,8.99891\n3463,1647010141,47.74302,8.99891\n3464,1647010142,47.74301,8.99891\n3465,1647010143,47.74301,8.99890\n3466,1647010144,47.74300,8.99889\n3467,1647010145,47.74300,8.99889\n3468,1647010146,47.74300,8.99889\n3469,1647010147,47.74300,8.99889\n3470,1647010149,47.74300,8.99889\n3471,1647010150,47.74300,8.99889\n3472,1647010151,47.74300,8.99888\n3473,1647010152,47.74300,8.99888\n3474,1647010153,47.74300,8.99888\n3475,1647010154,47.74300,8.99889\n3476,1647010155,47.74300,8.99889\n3477,1647010156,47.74301,8.99889\n3478,1647010157,47.74301,8.99888\n3479,1647010158,47.74301,8.99888\n3480,1647010159,47.74301,8.99888\n3481,1647010283,47.74315,8.99897\n3482,1647010284,47.74301,8.99874\n3483,1647010285,47.74298,8.99872\n3484,1647010286,47.74298,8.99877\n3485,1647010287,47.74298,8.99880\n3486,1647010288,47.74302,8.99889\n3487,1647010289,47.74302,8.99891\n3488,1647010290,47.74303,8.99892\n3489,1647010291,47.74304,8.99898\n3490,1647010293,47.74304,8.99897\n3491,1647010294,47.74304,8.99896\n3492,1647010295,47.74304,8.99896\n3493,1647010296,47.74304,8.99896\n3494,1647010297,47.74303,8.99896\n3495,1647010298,47.74303,8.99895\n3496,1647010299,47.74303,8.99895\n3497,1647010300,47.74303,8.99895\n3498,1647010301,47.74303,8.99895\n3499,1647010302,47.74303,8.99894\n3500,1647010303,47.74303,8.99894\n3501,1647010427,47.74301,8.99900\n3502,1647010428,47.74300,8.99895\n3503,1647010429,47.74299,8.99896\n3504,1647010430,47.74300,8.99895\n3505,1647010431,47.74300,8.99894\n3506,1647010432,47.74300,8.99894\n3507,1647010433,47.74301,8.99894\n3508,1647010434,47.74301,8.99894\n3509,1647010435,47.74301,8.99891\n3510,1647010437,47.74301,8.99892\n3511,1647010438,47.74301,8.99892\n3512,1647010439,47.74301,8.99892\n3513,1647010440,47.74301,8.99892\n3514,1647010441,47.74301,8.99893\n3515,1647010442,47.74301,8.99893\n3516,1647010443,47.74301,8.99893\n3517,1647010444,47.74301,8.99893\n3518,1647010445,47.74301,8.99893\n3519,1647010446,47.74301,8.99893\n3520,1647010447,47.74301,8.99893\n3521,1647010573,47.74304,8.99899\n3522,1647010574,47.74305,8.99896\n3523,1647010575,47.74304,8.99895\n3524,1647010576,47.74303,8.99894\n3525,1647010577,47.74303,8.99893\n3526,1647010578,47.74303,8.99893\n3527,1647010579,47.74303,8.99894\n3528,1647010581,47.74303,8.99894\n3529,1647010582,47.74303,8.99894\n3530,1647010583,47.74303,8.99894\n3531,1647010584,47.74303,8.99895\n3532,1647010585,47.74303,8.99895\n3533,1647010586,47.74303,8.99895\n3534,1647010587,47.74302,8.99895\n3535,1647010588,47.74302,8.99894\n3536,1647010589,47.74302,8.99894\n3537,1647010590,47.74302,8.99894\n3538,1647010591,47.74302,8.99894\n3539,1647010592,47.74301,8.99894\n3540,1647010593,47.74301,8.99894\n3541,1647010719,47.74309,8.99906\n3542,1647010720,47.74307,8.99901\n3543,1647010721,47.74306,8.99900\n3544,1647010722,47.74305,8.99899\n3545,1647010723,47.74304,8.99898\n3546,1647010724,47.74303,8.99898\n3547,1647010725,47.74303,8.99897\n3548,1647010726,47.74302,8.99897\n3549,1647010727,47.74302,8.99896\n3550,1647010728,47.74301,8.99894\n3551,1647010729,47.74302,8.99896\n3552,1647010731,47.74302,8.99895\n3553,1647010732,47.74301,8.99895\n3554,1647010733,47.74301,8.99895\n3555,1647010734,47.74301,8.99894\n3556,1647010735,47.74301,8.99894\n3557,1647010736,47.74301,8.99894\n3558,1647010737,47.74301,8.99894\n3559,1647010738,47.74300,8.99894\n3560,1647010739,47.74300,8.99894\n3561,1647010863,47.74305,8.99897\n3562,1647010864,47.74304,8.99893\n3563,1647010865,47.74305,8.99893\n3564,1647010866,47.74305,8.99893\n3565,1647010867,47.74305,8.99894\n3566,1647010868,47.74306,8.99895\n3567,1647010869,47.74305,8.99895\n3568,1647010870,47.74305,8.99895\n3569,1647010871,47.74305,8.99896\n3570,1647010872,47.74305,8.99896\n3571,1647010873,47.74305,8.99897\n3572,1647010875,47.74305,8.99897\n3573,1647010876,47.74305,8.99896\n3574,1647010877,47.74305,8.99896\n3575,1647010878,47.74305,8.99896\n3576,1647010879,47.74305,8.99896\n3577,1647010880,47.74305,8.99897\n3578,1647010881,47.74305,8.99897\n3579,1647010882,47.74305,8.99897\n3580,1647010883,47.74305,8.99897\n3581,1647011007,47.74311,8.99921\n3582,1647011008,47.74311,8.99920\n3583,1647011009,47.74312,8.99919\n3584,1647011010,47.74312,8.99919\n3585,1647011011,47.74310,8.99914\n3586,1647011012,47.74307,8.99907\n3587,1647011013,47.74305,8.99901\n3588,1647011014,47.74303,8.99895\n3589,1647011015,47.74303,8.99892\n3590,1647011016,47.74302,8.99890\n3591,1647011017,47.74302,8.99893\n3592,1647011019,47.74302,8.99893\n3593,1647011020,47.74302,8.99893\n3594,1647011021,47.74302,8.99893\n3595,1647011022,47.74302,8.99892\n3596,1647011023,47.74302,8.99892\n3597,1647011024,47.74302,8.99892\n3598,1647011025,47.74302,8.99891\n3599,1647011026,47.74302,8.99891\n3600,1647011027,47.74301,8.99891\n3601,1647011153,47.74298,8.99877\n3602,1647011154,47.74300,8.99881\n3603,1647011155,47.74301,8.99883\n3604,1647011156,47.74301,8.99884\n3605,1647011157,47.74301,8.99885\n3606,1647011158,47.74301,8.99884\n3607,1647011159,47.74301,8.99884\n3608,1647011160,47.74301,8.99884\n3609,1647011161,47.74301,8.99890\n3610,1647011163,47.74301,8.99890\n3611,1647011164,47.74301,8.99890\n3612,1647011165,47.74301,8.99890\n3613,1647011166,47.74300,8.99890\n3614,1647011167,47.74300,8.99890\n3615,1647011168,47.74300,8.99890\n3616,1647011169,47.74300,8.99890\n3617,1647011170,47.74300,8.99890\n3618,1647011171,47.74300,8.99890\n3619,1647011172,47.74299,8.99890\n3620,1647011173,47.74299,8.99889\n3621,1647011298,47.74306,8.99899\n3622,1647011299,47.74306,8.99900\n3623,1647011300,47.74307,8.99900\n3624,1647011301,47.74306,8.99898\n3625,1647011302,47.74306,8.99898\n3626,1647011303,47.74305,8.99897\n3627,1647011304,47.74306,8.99895\n3628,1647011305,47.74306,8.99897\n3629,1647011307,47.74305,8.99896\n3630,1647011308,47.74305,8.99895\n3631,1647011309,47.74304,8.99895\n3632,1647011310,47.74304,8.99895\n3633,1647011311,47.74303,8.99894\n3634,1647011312,47.74303,8.99894\n3635,1647011313,47.74303,8.99894\n3636,1647011314,47.74302,8.99893\n3637,1647011315,47.74302,8.99893\n3638,1647011316,47.74302,8.99893\n3639,1647011317,47.74302,8.99893\n3640,1647011318,47.74302,8.99893\n3641,1647011445,47.74306,8.99886\n3642,1647011446,47.74308,8.99888\n3643,1647011447,47.74309,8.99890\n3644,1647011448,47.74309,8.99891\n3645,1647011449,47.74308,8.99891\n3646,1647011450,47.74308,8.99891\n3647,1647011451,47.74308,8.99892\n3648,1647011452,47.74307,8.99892\n3649,1647011453,47.74307,8.99893\n3650,1647011454,47.74307,8.99893\n3651,1647011455,47.74307,8.99893\n3652,1647011456,47.74306,8.99897\n3653,1647011458,47.74307,8.99897\n3654,1647011459,47.74307,8.99897\n3655,1647011460,47.74307,8.99898\n3656,1647011461,47.74307,8.99898\n3657,1647011462,47.74307,8.99898\n3658,1647011463,47.74307,8.99898\n3659,1647011464,47.74307,8.99898\n3660,1647011465,47.74307,8.99898\n3661,1647011592,47.74311,8.99899\n3662,1647011593,47.74310,8.99900\n3663,1647011594,47.74309,8.99898\n3664,1647011595,47.74308,8.99898\n3665,1647011596,47.74307,8.99897\n3666,1647011597,47.74306,8.99897\n3667,1647011598,47.74306,8.99896\n3668,1647011599,47.74305,8.99896\n3669,1647011600,47.74305,8.99893\n3670,1647011602,47.74304,8.99892\n3671,1647011603,47.74304,8.99892\n3672,1647011604,47.74304,8.99892\n3673,1647011605,47.74303,8.99892\n3674,1647011606,47.74303,8.99892\n3675,1647011607,47.74303,8.99891\n3676,1647011608,47.74302,8.99891\n3677,1647011609,47.74302,8.99891\n3678,1647011610,47.74302,8.99891\n3679,1647011611,47.74302,8.99891\n3680,1647011613,47.74302,8.99891\n3681,1647011739,47.74303,8.99909\n3682,1647011740,47.74303,8.99905\n3683,1647011741,47.74303,8.99902\n3684,1647011742,47.74304,8.99902\n3685,1647011743,47.74303,8.99899\n3686,1647011744,47.74303,8.99896\n3687,1647011745,47.74304,8.99896\n3688,1647011746,47.74305,8.99896\n3689,1647011747,47.74305,8.99894\n3690,1647011748,47.74306,8.99894\n3691,1647011749,47.74305,8.99898\n3692,1647011751,47.74306,8.99897\n3693,1647011752,47.74306,8.99896\n3694,1647011753,47.74305,8.99897\n3695,1647011754,47.74306,8.99896\n3696,1647011755,47.74305,8.99897\n3697,1647011756,47.74305,8.99896\n3698,1647011757,47.74305,8.99896\n3699,1647011758,47.74305,8.99895\n3700,1647011759,47.74305,8.99896\n3701,1647011886,47.74307,8.99912\n3702,1647011887,47.74306,8.99907\n3703,1647011888,47.74306,8.99903\n3704,1647011889,47.74305,8.99899\n3705,1647011890,47.74305,8.99896\n3706,1647011891,47.74304,8.99894\n3707,1647011892,47.74304,8.99893\n3708,1647011893,47.74304,8.99893\n3709,1647011894,47.74305,8.99899\n3710,1647011896,47.74305,8.99898\n3711,1647011897,47.74305,8.99898\n3712,1647011898,47.74304,8.99897\n3713,1647011899,47.74305,8.99896\n3714,1647011900,47.74305,8.99896\n3715,1647011901,47.74305,8.99896\n3716,1647011902,47.74304,8.99895\n3717,1647011903,47.74305,8.99894\n3718,1647011904,47.74305,8.99894\n3719,1647011905,47.74305,8.99893\n3720,1647011906,47.74305,8.99893\n3721,1647012033,47.74302,8.99911\n3722,1647012034,47.74302,8.99910\n3723,1647012035,47.74303,8.99902\n3724,1647012036,47.74302,8.99898\n3725,1647012037,47.74302,8.99897\n3726,1647012038,47.74302,8.99897\n3727,1647012039,47.74302,8.99896\n3728,1647012040,47.74302,8.99896\n3729,1647012041,47.74302,8.99895\n3730,1647012042,47.74302,8.99895\n3731,1647012043,47.74301,8.99895\n3732,1647012044,47.74301,8.99895\n3733,1647012046,47.74301,8.99894\n3734,1647012047,47.74301,8.99895\n3735,1647012048,47.74301,8.99894\n3736,1647012049,47.74301,8.99895\n3737,1647012050,47.74301,8.99895\n3738,1647012051,47.74301,8.99895\n3739,1647012052,47.74301,8.99895\n3740,1647012053,47.74301,8.99896\n3741,1647012182,47.74300,8.99875\n3742,1647012183,47.74303,8.99883\n3743,1647012184,47.74305,8.99888\n3744,1647012185,47.74305,8.99888\n3745,1647012186,47.74305,8.99887\n3746,1647012187,47.74304,8.99886\n3747,1647012188,47.74304,8.99893\n3748,1647012190,47.74303,8.99893\n3749,1647012191,47.74303,8.99892\n3750,1647012192,47.74303,8.99892\n3751,1647012193,47.74303,8.99892\n3752,1647012194,47.74303,8.99892\n3753,1647012195,47.74303,8.99892\n3754,1647012196,47.74302,8.99892\n3755,1647012197,47.74302,8.99892\n3756,1647012198,47.74302,8.99892\n3757,1647012199,47.74302,8.99893\n3758,1647012200,47.74302,8.99893\n3759,1647012201,47.74302,8.99893\n3760,1647012202,47.74302,8.99893\n3761,1647012331,47.74304,8.99902\n3762,1647012332,47.74305,8.99901\n3763,1647012333,47.74305,8.99900\n3764,1647012334,47.74304,8.99901\n3765,1647012335,47.74304,8.99900\n3766,1647012336,47.74305,8.99899\n3767,1647012337,47.74305,8.99899\n3768,1647012338,47.74309,8.99894\n3769,1647012340,47.74310,8.99894\n3770,1647012341,47.74310,8.99893\n3771,1647012342,47.74311,8.99893\n3772,1647012343,47.74310,8.99893\n3773,1647012344,47.74310,8.99893\n3774,1647012345,47.74310,8.99893\n3775,1647012346,47.74310,8.99894\n3776,1647012347,47.74310,8.99893\n3777,1647012348,47.74310,8.99893\n3778,1647012349,47.74310,8.99893\n3779,1647012350,47.74310,8.99893\n3780,1647012351,47.74310,8.99893\n3781,1647012477,47.74299,8.99892\n3782,1647012478,47.74300,8.99890\n3783,1647012479,47.74300,8.99890\n3784,1647012480,47.74301,8.99889\n3785,1647012481,47.74302,8.99889\n3786,1647012482,47.74302,8.99890\n3787,1647012483,47.74303,8.99890\n3788,1647012484,47.74303,8.99891\n3789,1647012485,47.74304,8.99891\n3790,1647012486,47.74305,8.99892\n3791,1647012487,47.74305,8.99892\n3792,1647012488,47.74303,8.99897\n3793,1647012490,47.74303,8.99897\n3794,1647012491,47.74304,8.99897\n3795,1647012492,47.74304,8.99897\n3796,1647012493,47.74304,8.99897\n3797,1647012494,47.74304,8.99897\n3798,1647012495,47.74304,8.99897\n3799,1647012496,47.74304,8.99897\n3800,1647012497,47.74304,8.99897\n3801,1647012623,47.74310,8.99897\n3802,1647012624,47.74309,8.99897\n3803,1647012625,47.74308,8.99897\n3804,1647012626,47.74307,8.99898\n3805,1647012627,47.74307,8.99898\n3806,1647012628,47.74307,8.99898\n3807,1647012629,47.74307,8.99898\n3808,1647012630,47.74307,8.99898\n3809,1647012631,47.74307,8.99898\n3810,1647012632,47.74305,8.99901\n3811,1647012634,47.74306,8.99901\n3812,1647012635,47.74306,8.99901\n3813,1647012636,47.74306,8.99900\n3814,1647012637,47.74306,8.99900\n3815,1647012638,47.74306,8.99899\n3816,1647012639,47.74306,8.99899\n3817,1647012640,47.74306,8.99898\n3818,1647012641,47.74305,8.99898\n3819,1647012642,47.74305,8.99898\n3820,1647012643,47.74305,8.99898\n3821,1647012769,47.74309,8.99878\n3822,1647012770,47.74305,8.99884\n3823,1647012771,47.74305,8.99886\n3824,1647012772,47.74306,8.99886\n3825,1647012773,47.74307,8.99887\n3826,1647012774,47.74306,8.99888\n3827,1647012775,47.74306,8.99889\n3828,1647012776,47.74307,8.99889\n3829,1647012778,47.74307,8.99889\n3830,1647012779,47.74306,8.99890\n3831,1647012780,47.74306,8.99890\n3832,1647012781,47.74306,8.99890\n3833,1647012782,47.74306,8.99890\n3834,1647012783,47.74306,8.99891\n3835,1647012784,47.74306,8.99890\n3836,1647012785,47.74307,8.99890\n3837,1647012786,47.74307,8.99891\n3838,1647012787,47.74307,8.99891\n3839,1647012788,47.74307,8.99891\n3840,1647012789,47.74307,8.99891\n3841,1647012916,47.74307,8.99898\n3842,1647012917,47.74308,8.99898\n3843,1647012918,47.74310,8.99897\n3844,1647012919,47.74310,8.99897\n3845,1647012920,47.74309,8.99898\n3846,1647012921,47.74310,8.99898\n3847,1647012922,47.74310,8.99898\n3848,1647012923,47.74310,8.99899\n3849,1647012924,47.74310,8.99899\n3850,1647012925,47.74311,8.99899\n3851,1647012926,47.74310,8.99900\n3852,1647012928,47.74310,8.99900\n3853,1647012929,47.74310,8.99900\n3854,1647012930,47.74310,8.99899\n3855,1647012931,47.74310,8.99899\n3856,1647012932,47.74310,8.99898\n3857,1647012933,47.74310,8.99898\n3858,1647012934,47.74310,8.99898\n3859,1647012935,47.74309,8.99897\n3860,1647012936,47.74309,8.99897\n3861,1647013065,47.74313,8.99908\n3862,1647013066,47.74309,8.99907\n3863,1647013067,47.74306,8.99905\n3864,1647013068,47.74305,8.99905\n3865,1647013069,47.74304,8.99905\n3866,1647013070,47.74304,8.99905\n3867,1647013072,47.74303,8.99906\n3868,1647013073,47.74303,8.99905\n3869,1647013074,47.74303,8.99905\n3870,1647013075,47.74302,8.99905\n3871,1647013076,47.74302,8.99905\n3872,1647013077,47.74301,8.99905\n3873,1647013078,47.74301,8.99905\n3874,1647013079,47.74300,8.99905\n3875,1647013080,47.74300,8.99905\n3876,1647013081,47.74300,8.99905\n3877,1647013082,47.74300,8.99905\n3878,1647013083,47.74300,8.99904\n3879,1647013084,47.74300,8.99904\n3880,1647013085,47.74300,8.99904\n3881,1647013213,47.74318,8.99917\n3882,1647013214,47.74310,8.99899\n3883,1647013215,47.74307,8.99894\n3884,1647013216,47.74307,8.99893\n3885,1647013217,47.74306,8.99892\n3886,1647013218,47.74305,8.99891\n3887,1647013219,47.74304,8.99890\n3888,1647013220,47.74302,8.99896\n3889,1647013222,47.74300,8.99895\n3890,1647013223,47.74300,8.99894\n3891,1647013224,47.74300,8.99894\n3892,1647013225,47.74299,8.99893\n3893,1647013226,47.74299,8.99893\n3894,1647013227,47.74298,8.99892\n3895,1647013228,47.74298,8.99892\n3896,1647013229,47.74297,8.99892\n3897,1647013230,47.74297,8.99891\n3898,1647013231,47.74297,8.99891\n3899,1647013232,47.74297,8.99891\n3900,1647013233,47.74298,8.99891\n3901,1647013360,47.74304,8.99899\n3902,1647013361,47.74300,8.99890\n3903,1647013362,47.74300,8.99892\n3904,1647013363,47.74300,8.99894\n3905,1647013364,47.74300,8.99894\n3906,1647013365,47.74300,8.99895\n3907,1647013366,47.74299,8.99895\n3908,1647013367,47.74299,8.99895\n3909,1647013368,47.74300,8.99896\n3910,1647013369,47.74300,8.99897\n3911,1647013370,47.74299,8.99899\n3912,1647013372,47.74299,8.99899\n3913,1647013373,47.74298,8.99900\n3914,1647013374,47.74298,8.99900\n3915,1647013375,47.74298,8.99900\n3916,1647013376,47.74298,8.99901\n3917,1647013377,47.74298,8.99901\n3918,1647013378,47.74298,8.99901\n3919,1647013379,47.74298,8.99901\n3920,1647013380,47.74297,8.99901\n3921,1647013508,47.74303,8.99905\n3922,1647013509,47.74304,8.99902\n3923,1647013510,47.74305,8.99903\n3924,1647013511,47.74305,8.99902\n3925,1647013512,47.74306,8.99902\n3926,1647013513,47.74306,8.99900\n3927,1647013514,47.74305,8.99902\n3928,1647013516,47.74306,8.99902\n3929,1647013517,47.74306,8.99902\n3930,1647013518,47.74306,8.99902\n3931,1647013519,47.74307,8.99901\n3932,1647013520,47.74307,8.99901\n3933,1647013521,47.74307,8.99901\n3934,1647013522,47.74308,8.99901\n3935,1647013523,47.74308,8.99901\n3936,1647013524,47.74309,8.99901\n3937,1647013525,47.74309,8.99901\n3938,1647013526,47.74309,8.99901\n3939,1647013527,47.74310,8.99900\n3940,1647013528,47.74310,8.99900\n3941,1647013654,47.74308,8.99882\n3942,1647013655,47.74304,8.99887\n3943,1647013656,47.74302,8.99890\n3944,1647013657,47.74298,8.99894\n3945,1647013658,47.74297,8.99897\n3946,1647013659,47.74297,8.99898\n3947,1647013660,47.74297,8.99899\n3948,1647013661,47.74296,8.99901\n3949,1647013662,47.74296,8.99902\n3950,1647013663,47.74297,8.99903\n3951,1647013664,47.74300,8.99900\n3952,1647013666,47.74300,8.99901\n3953,1647013667,47.74300,8.99902\n3954,1647013668,47.74301,8.99902\n3955,1647013669,47.74301,8.99902\n3956,1647013670,47.74301,8.99902\n3957,1647013671,47.74301,8.99902\n3958,1647013672,47.74302,8.99902\n3959,1647013673,47.74302,8.99902\n3960,1647013674,47.74302,8.99902\n3961,1647013800,47.74293,8.99899\n3962,1647013801,47.74293,8.99902\n3963,1647013802,47.74294,8.99902\n3964,1647013803,47.74296,8.99900\n3965,1647013804,47.74297,8.99900\n3966,1647013805,47.74297,8.99899\n3967,1647013806,47.74297,8.99900\n3968,1647013807,47.74297,8.99900\n3969,1647013808,47.74297,8.99901\n3970,1647013810,47.74297,8.99901\n3971,1647013811,47.74297,8.99900\n3972,1647013812,47.74297,8.99900\n3973,1647013813,47.74298,8.99899\n3974,1647013814,47.74298,8.99899\n3975,1647013815,47.74298,8.99898\n3976,1647013816,47.74298,8.99898\n3977,1647013817,47.74298,8.99898\n3978,1647013818,47.74298,8.99898\n3979,1647013819,47.74298,8.99898\n3980,1647013820,47.74298,8.99898\n3981,1647013946,47.74296,8.99918\n3982,1647013947,47.74299,8.99912\n3983,1647013948,47.74301,8.99909\n3984,1647013949,47.74302,8.99906\n3985,1647013950,47.74303,8.99903\n3986,1647013951,47.74304,8.99901\n3987,1647013952,47.74304,8.99900\n3988,1647013953,47.74305,8.99900\n3989,1647013954,47.74305,8.99900\n3990,1647013955,47.74305,8.99899\n3991,1647013956,47.74305,8.99898\n3992,1647013957,47.74298,8.99906\n3993,1647013959,47.74299,8.99905\n3994,1647013960,47.74300,8.99904\n3995,1647013961,47.74300,8.99904\n3996,1647013962,47.74300,8.99904\n3997,1647013963,47.74300,8.99904\n3998,1647013964,47.74300,8.99903\n3999,1647013965,47.74299,8.99903\n4000,1647013966,47.74299,8.99902\n4001,1647014093,47.74308,8.99941\n4002,1647014094,47.74311,8.99934\n4003,1647014095,47.74314,8.99928\n4004,1647014096,47.74316,8.99925\n4005,1647014097,47.74318,8.99922\n4006,1647014098,47.74319,8.99919\n4007,1647014099,47.74319,8.99916\n4008,1647014100,47.74317,8.99913\n4009,1647014101,47.74317,8.99903\n4010,1647014103,47.74315,8.99904\n4011,1647014104,47.74314,8.99905\n4012,1647014105,47.74312,8.99905\n4013,1647014106,47.74311,8.99905\n4014,1647014107,47.74310,8.99906\n4015,1647014108,47.74309,8.99906\n4016,1647014109,47.74309,8.99906\n4017,1647014110,47.74308,8.99906\n4018,1647014111,47.74307,8.99906\n4019,1647014112,47.74306,8.99906\n4020,1647014113,47.74305,8.99906\n4021,1647014239,47.74309,8.99920\n4022,1647014240,47.74308,8.99921\n4023,1647014241,47.74307,8.99918\n4024,1647014242,47.74309,8.99915\n4025,1647014243,47.74308,8.99917\n4026,1647014244,47.74308,8.99910\n4027,1647014245,47.74311,8.99902\n4028,1647014247,47.74311,8.99903\n4029,1647014248,47.74311,8.99903\n4030,1647014249,47.74310,8.99904\n4031,1647014250,47.74309,8.99904\n4032,1647014251,47.74309,8.99904\n4033,1647014252,47.74309,8.99904\n4034,1647014253,47.74309,8.99905\n4035,1647014254,47.74309,8.99905\n4036,1647014255,47.74309,8.99905\n4037,1647014256,47.74309,8.99905\n4038,1647014257,47.74308,8.99904\n4039,1647014258,47.74308,8.99904\n4040,1647014259,47.74308,8.99904\n4041,1647014386,47.74300,8.99900\n4042,1647014387,47.74302,8.99903\n4043,1647014388,47.74302,8.99903\n4044,1647014389,47.74301,8.99903\n4045,1647014390,47.74301,8.99904\n4046,1647014391,47.74300,8.99904\n4047,1647014392,47.74299,8.99905\n4048,1647014393,47.74300,8.99905\n4049,1647014394,47.74300,8.99904\n4050,1647014395,47.74304,8.99900\n4051,1647014397,47.74304,8.99893\n4052,1647014398,47.74304,8.99895\n4053,1647014399,47.74304,8.99894\n4054,1647014400,47.74305,8.99895\n4055,1647014401,47.74304,8.99894\n4056,1647014402,47.74304,8.99893\n4057,1647014403,47.74304,8.99893\n4058,1647014404,47.74304,8.99893\n4059,1647014405,47.74304,8.99894\n4060,1647014406,47.74304,8.99895\n4061,1647014534,47.74308,8.99909\n4062,1647014535,47.74309,8.99910\n4063,1647014536,47.74311,8.99911\n4064,1647014537,47.74311,8.99908\n4065,1647014538,47.74309,8.99910\n4066,1647014539,47.74312,8.99902\n4067,1647014541,47.74309,8.99903\n4068,1647014542,47.74308,8.99903\n4069,1647014543,47.74308,8.99903\n4070,1647014544,47.74308,8.99903\n4071,1647014545,47.74307,8.99903\n4072,1647014546,47.74307,8.99904\n4073,1647014547,47.74307,8.99903\n4074,1647014548,47.74306,8.99903\n4075,1647014549,47.74306,8.99903\n4076,1647014550,47.74306,8.99903\n4077,1647014551,47.74306,8.99902\n4078,1647014553,47.74305,8.99902\n4079,1647014554,47.74305,8.99901\n4080,1647014555,47.74304,8.99901\n4081,1647014682,47.74289,8.99949\n4082,1647014683,47.74293,8.99937\n4083,1647014684,47.74292,8.99930\n4084,1647014685,47.74293,8.99926\n4085,1647014686,47.74294,8.99923\n4086,1647014687,47.74296,8.99924\n4087,1647014688,47.74297,8.99926\n4088,1647014689,47.74309,8.99896\n4089,1647014691,47.74311,8.99896\n4090,1647014692,47.74313,8.99896\n4091,1647014693,47.74313,8.99896\n4092,1647014694,47.74310,8.99896\n4093,1647014695,47.74309,8.99895\n4094,1647014696,47.74307,8.99895\n4095,1647014697,47.74307,8.99894\n4096,1647014698,47.74306,8.99894\n4097,1647014699,47.74306,8.99894\n4098,1647014700,47.74306,8.99894\n4099,1647014701,47.74306,8.99894\n4100,1647014703,47.74305,8.99894\n4101,1647014828,47.74304,8.99887\n4102,1647014829,47.74302,8.99885\n4103,1647014830,47.74302,8.99883\n4104,1647014831,47.74302,8.99883\n4105,1647014832,47.74303,8.99886\n4106,1647014833,47.74305,8.99888\n4107,1647014834,47.74306,8.99890\n4108,1647014835,47.74306,8.99892\n4109,1647014836,47.74307,8.99893\n4110,1647014837,47.74307,8.99893\n4111,1647014838,47.74307,8.99894\n4112,1647014839,47.74306,8.99893\n4113,1647014841,47.74306,8.99893\n4114,1647014842,47.74306,8.99893\n4115,1647014843,47.74306,8.99894\n4116,1647014844,47.74306,8.99893\n4117,1647014845,47.74306,8.99894\n4118,1647014846,47.74306,8.99894\n4119,1647014847,47.74306,8.99894\n4120,1647014848,47.74306,8.99894\n4121,1647014974,47.74304,8.99896\n4122,1647014975,47.74302,8.99896\n4123,1647014976,47.74301,8.99895\n4124,1647014977,47.74301,8.99895\n4125,1647014978,47.74301,8.99894\n4126,1647014979,47.74302,8.99894\n4127,1647014980,47.74302,8.99895\n4128,1647014981,47.74303,8.99895\n4129,1647014982,47.74304,8.99896\n4130,1647014983,47.74304,8.99896\n4131,1647014984,47.74306,8.99899\n4132,1647014986,47.74306,8.99899\n4133,1647014987,47.74306,8.99899\n4134,1647014988,47.74306,8.99899\n4135,1647014989,47.74306,8.99899\n4136,1647014990,47.74306,8.99899\n4137,1647014991,47.74306,8.99899\n4138,1647014992,47.74307,8.99899\n4139,1647014993,47.74307,8.99899\n4140,1647014994,47.74307,8.99899\n4141,1647015120,47.74306,8.99901\n4142,1647015121,47.74306,8.99901\n4143,1647015122,47.74306,8.99900\n4144,1647015123,47.74307,8.99899\n4145,1647015124,47.74307,8.99899\n4146,1647015125,47.74308,8.99899\n4147,1647015126,47.74308,8.99900\n4148,1647015127,47.74307,8.99898\n4149,1647015129,47.74307,8.99898\n4150,1647015130,47.74307,8.99898\n4151,1647015131,47.74307,8.99899\n4152,1647015132,47.74307,8.99899\n4153,1647015133,47.74307,8.99899\n4154,1647015134,47.74308,8.99899\n4155,1647015135,47.74308,8.99900\n4156,1647015136,47.74308,8.99900\n4157,1647015137,47.74308,8.99900\n4158,1647015138,47.74308,8.99900\n4159,1647015139,47.74308,8.99900\n4160,1647015140,47.74308,8.99900\n4161,1647015265,47.74302,8.99891\n4162,1647015266,47.74308,8.99898\n4163,1647015267,47.74308,8.99898\n4164,1647015268,47.74308,8.99898\n4165,1647015269,47.74308,8.99899\n4166,1647015270,47.74307,8.99898\n4167,1647015271,47.74307,8.99899\n4168,1647015272,47.74307,8.99899\n4169,1647015273,47.74306,8.99899\n4170,1647015274,47.74306,8.99899\n4171,1647015275,47.74306,8.99898\n4172,1647015276,47.74306,8.99898\n4173,1647015277,47.74306,8.99899\n4174,1647015279,47.74306,8.99899\n4175,1647015280,47.74306,8.99899\n4176,1647015281,47.74305,8.99899\n4177,1647015282,47.74305,8.99898\n4178,1647015283,47.74305,8.99898\n4179,1647015284,47.74305,8.99898\n4180,1647015285,47.74305,8.99898\n4181,1647015411,47.74312,8.99895\n4182,1647015412,47.74311,8.99895\n4183,1647015413,47.74311,8.99897\n4184,1647015414,47.74310,8.99897\n4185,1647015415,47.74310,8.99898\n4186,1647015416,47.74309,8.99898\n4187,1647015417,47.74309,8.99898\n4188,1647015418,47.74309,8.99898\n4189,1647015419,47.74309,8.99898\n4190,1647015420,47.74308,8.99898\n4191,1647015421,47.74308,8.99898\n4192,1647015423,47.74308,8.99898\n4193,1647015424,47.74308,8.99898\n4194,1647015425,47.74307,8.99898\n4195,1647015426,47.74307,8.99898\n4196,1647015427,47.74307,8.99898\n4197,1647015428,47.74307,8.99898\n4198,1647015429,47.74307,8.99898\n4199,1647015430,47.74307,8.99898\n4200,1647015431,47.74307,8.99899\n4201,1647015558,47.74311,8.99902\n4202,1647015559,47.74309,8.99902\n4203,1647015560,47.74308,8.99901\n4204,1647015561,47.74308,8.99902\n4205,1647015562,47.74308,8.99902\n4206,1647015563,47.74309,8.99902\n4207,1647015564,47.74309,8.99902\n4208,1647015565,47.74306,8.99898\n4209,1647015567,47.74306,8.99898\n4210,1647015568,47.74306,8.99898\n4211,1647015569,47.74306,8.99898\n4212,1647015570,47.74307,8.99898\n4213,1647015571,47.74306,8.99898\n4214,1647015572,47.74306,8.99898\n4215,1647015573,47.74306,8.99898\n4216,1647015574,47.74306,8.99898\n4217,1647015575,47.74306,8.99898\n4218,1647015576,47.74306,8.99899\n4219,1647015577,47.74306,8.99899\n4220,1647015578,47.74306,8.99899\n4221,1647015706,47.74311,8.99901\n4222,1647015707,47.74308,8.99899\n4223,1647015708,47.74307,8.99899\n4224,1647015709,47.74307,8.99898\n4225,1647015710,47.74306,8.99898\n4226,1647015711,47.74306,8.99897\n4227,1647015712,47.74307,8.99898\n4228,1647015713,47.74307,8.99898\n4229,1647015714,47.74307,8.99898\n4230,1647015715,47.74308,8.99899\n4231,1647015717,47.74308,8.99899\n4232,1647015718,47.74308,8.99899\n4233,1647015719,47.74308,8.99899\n4234,1647015720,47.74309,8.99899\n4235,1647015721,47.74308,8.99899\n4236,1647015722,47.74309,8.99899\n4237,1647015723,47.74308,8.99899\n4238,1647015724,47.74308,8.99899\n4239,1647015725,47.74308,8.99899\n4240,1647015726,47.74308,8.99899\n4241,1647015852,47.74299,8.99893\n4242,1647015853,47.74302,8.99898\n4243,1647015854,47.74302,8.99897\n4244,1647015855,47.74302,8.99898\n4245,1647015856,47.74301,8.99896\n4246,1647015857,47.74301,8.99896\n4247,1647015858,47.74300,8.99896\n4248,1647015859,47.74301,8.99897\n4249,1647015861,47.74301,8.99897\n4250,1647015862,47.74301,8.99897\n4251,1647015863,47.74301,8.99897\n4252,1647015864,47.74301,8.99897\n4253,1647015865,47.74301,8.99897\n4254,1647015866,47.74301,8.99897\n4255,1647015867,47.74302,8.99897\n4256,1647015868,47.74302,8.99897\n4257,1647015869,47.74302,8.99897\n4258,1647015870,47.74302,8.99897\n4259,1647015871,47.74302,8.99897\n4260,1647015873,47.74303,8.99897\n4261,1647015999,47.74306,8.99898\n4262,1647016000,47.74306,8.99898\n4263,1647016001,47.74308,8.99899\n4264,1647016002,47.74307,8.99900\n4265,1647016003,47.74308,8.99901\n4266,1647016004,47.74306,8.99901\n4267,1647016005,47.74306,8.99902\n4268,1647016006,47.74305,8.99902\n4269,1647016007,47.74305,8.99903\n4270,1647016008,47.74305,8.99902\n4271,1647016009,47.74302,8.99899\n4272,1647016011,47.74302,8.99899\n4273,1647016012,47.74302,8.99899\n4274,1647016013,47.74302,8.99898\n4275,1647016014,47.74302,8.99899\n4276,1647016015,47.74302,8.99898\n4277,1647016016,47.74302,8.99898\n4278,1647016017,47.74302,8.99898\n4279,1647016018,47.74303,8.99899\n4280,1647016019,47.74302,8.99898\n4281,1647016145,47.74304,8.99908\n4282,1647016146,47.74303,8.99909\n4283,1647016147,47.74302,8.99908\n4284,1647016148,47.74302,8.99908\n4285,1647016149,47.74302,8.99909\n4286,1647016150,47.74301,8.99908\n4287,1647016151,47.74299,8.99908\n4288,1647016152,47.74298,8.99906\n4289,1647016153,47.74294,8.99902\n4290,1647016155,47.74294,8.99903\n4291,1647016156,47.74295,8.99903\n4292,1647016157,47.74295,8.99903\n4293,1647016158,47.74296,8.99903\n4294,1647016159,47.74297,8.99902\n4295,1647016160,47.74297,8.99902\n4296,1647016161,47.74298,8.99902\n4297,1647016162,47.74298,8.99903\n4298,1647016163,47.74299,8.99903\n4299,1647016164,47.74300,8.99903\n4300,1647016165,47.74300,8.99903\n4301,1647016291,47.74302,8.99886\n4302,1647016292,47.74301,8.99891\n4303,1647016293,47.74302,8.99892\n4304,1647016294,47.74304,8.99894\n4305,1647016295,47.74305,8.99895\n4306,1647016296,47.74306,8.99896\n4307,1647016297,47.74306,8.99895\n4308,1647016298,47.74306,8.99895\n4309,1647016299,47.74307,8.99895\n4310,1647016300,47.74306,8.99894\n4311,1647016301,47.74306,8.99895\n4312,1647016302,47.74306,8.99894\n4313,1647016303,47.74308,8.99896\n4314,1647016305,47.74308,8.99895\n4315,1647016306,47.74308,8.99895\n4316,1647016307,47.74308,8.99895\n4317,1647016308,47.74308,8.99895\n4318,1647016309,47.74308,8.99895\n4319,1647016310,47.74307,8.99894\n4320,1647016311,47.74307,8.99894\n4321,1647016438,47.74313,8.99898\n4322,1647016439,47.74312,8.99897\n4323,1647016440,47.74311,8.99897\n4324,1647016441,47.74309,8.99896\n4325,1647016442,47.74308,8.99895\n4326,1647016443,47.74307,8.99894\n4327,1647016444,47.74306,8.99894\n4328,1647016445,47.74306,8.99893\n4329,1647016446,47.74305,8.99892\n4330,1647016447,47.74310,8.99896\n4331,1647016449,47.74310,8.99895\n4332,1647016450,47.74309,8.99894\n4333,1647016451,47.74308,8.99894\n4334,1647016452,47.74308,8.99893\n4335,1647016453,47.74308,8.99893\n4336,1647016454,47.74307,8.99892\n4337,1647016455,47.74307,8.99892\n4338,1647016456,47.74307,8.99892\n4339,1647016457,47.74306,8.99892\n4340,1647016458,47.74306,8.99891\n4341,1647016586,47.74300,8.99898\n4342,1647016587,47.74299,8.99898\n4343,1647016588,47.74300,8.99897\n4344,1647016589,47.74299,8.99896\n4345,1647016590,47.74298,8.99896\n4346,1647016591,47.74302,8.99900\n4347,1647016593,47.74301,8.99899\n4348,1647016594,47.74302,8.99899\n4349,1647016595,47.74302,8.99898\n4350,1647016596,47.74301,8.99899\n4351,1647016597,47.74301,8.99898\n4352,1647016598,47.74301,8.99898\n4353,1647016599,47.74301,8.99898\n4354,1647016600,47.74301,8.99898\n4355,1647016601,47.74301,8.99898\n4356,1647016602,47.74301,8.99898\n4357,1647016603,47.74301,8.99898\n4358,1647016604,47.74301,8.99899\n4359,1647016605,47.74301,8.99899\n4360,1647016606,47.74301,8.99899\n4361,1647016733,47.74288,8.99892\n4362,1647016734,47.74288,8.99892\n4363,1647016735,47.74289,8.99892\n4364,1647016736,47.74289,8.99891\n4365,1647016737,47.74289,8.99891\n4366,1647016738,47.74290,8.99890\n4367,1647016739,47.74290,8.99890\n4368,1647016740,47.74290,8.99889\n4369,1647016741,47.74298,8.99896\n4370,1647016743,47.74298,8.99896\n4371,1647016744,47.74298,8.99895\n4372,1647016745,47.74298,8.99895\n4373,1647016746,47.74298,8.99895\n4374,1647016747,47.74297,8.99894\n4375,1647016748,47.74297,8.99894\n4376,1647016749,47.74297,8.99894\n4377,1647016750,47.74298,8.99894\n4378,1647016751,47.74298,8.99895\n4379,1647016752,47.74298,8.99895\n4380,1647016753,47.74298,8.99895\n4381,1647016879,47.74298,8.99902\n4382,1647016880,47.74300,8.99902\n4383,1647016881,47.74300,8.99899\n4384,1647016882,47.74300,8.99898\n4385,1647016883,47.74301,8.99898\n4386,1647016884,47.74301,8.99898\n4387,1647016885,47.74304,8.99900\n4388,1647016887,47.74304,8.99900\n4389,1647016888,47.74305,8.99900\n4390,1647016889,47.74305,8.99901\n4391,1647016890,47.74305,8.99901\n4392,1647016891,47.74305,8.99901\n4393,1647016892,47.74305,8.99901\n4394,1647016893,47.74305,8.99901\n4395,1647016894,47.74306,8.99901\n4396,1647016895,47.74306,8.99901\n4397,1647016896,47.74307,8.99902\n4398,1647016897,47.74307,8.99902\n4399,1647016898,47.74307,8.99902\n4400,1647016899,47.74307,8.99902\n4401,1647017025,47.74298,8.99900\n4402,1647017026,47.74299,8.99900\n4403,1647017027,47.74300,8.99900\n4404,1647017028,47.74303,8.99900\n4405,1647017029,47.74303,8.99901\n4406,1647017030,47.74303,8.99901\n4407,1647017031,47.74303,8.99900\n4408,1647017032,47.74304,8.99901\n4409,1647017033,47.74304,8.99901\n4410,1647017034,47.74305,8.99901\n4411,1647017035,47.74307,8.99902\n4412,1647017037,47.74307,8.99901\n4413,1647017038,47.74307,8.99901\n4414,1647017039,47.74308,8.99901\n4415,1647017040,47.74308,8.99901\n4416,1647017041,47.74308,8.99901\n4417,1647017042,47.74308,8.99901\n4418,1647017043,47.74308,8.99901\n4419,1647017044,47.74308,8.99901\n4420,1647017045,47.74308,8.99901\n4421,1647017170,47.74312,8.99910\n4422,1647017171,47.74310,8.99911\n4423,1647017172,47.74310,8.99907\n4424,1647017173,47.74310,8.99904\n4425,1647017174,47.74310,8.99903\n4426,1647017175,47.74310,8.99901\n4427,1647017176,47.74310,8.99900\n4428,1647017177,47.74309,8.99899\n4429,1647017178,47.74309,8.99898\n4430,1647017179,47.74309,8.99897\n4431,1647017181,47.74310,8.99898\n4432,1647017182,47.74311,8.99897\n4433,1647017183,47.74311,8.99898\n4434,1647017184,47.74311,8.99898\n4435,1647017185,47.74310,8.99898\n4436,1647017186,47.74310,8.99898\n4437,1647017187,47.74310,8.99897\n4438,1647017188,47.74310,8.99897\n4439,1647017189,47.74309,8.99897\n4440,1647017190,47.74309,8.99897\n4441,1647022108,47.74319,8.99892\n4442,1647022109,47.74320,8.99896\n4443,1647022110,47.74321,8.99898\n4444,1647022111,47.74320,8.99898\n4445,1647022112,47.74319,8.99899\n4446,1647022113,47.74319,8.99899\n4447,1647022114,47.74319,8.99899\n4448,1647022115,47.74318,8.99900\n4449,1647022116,47.74317,8.99900\n4450,1647022117,47.74299,8.99888\n4451,1647022119,47.74298,8.99886\n4452,1647022120,47.74296,8.99884\n4453,1647022121,47.74296,8.99883\n4454,1647022122,47.74296,8.99883\n4455,1647022123,47.74296,8.99883\n4456,1647022124,47.74296,8.99884\n4457,1647022125,47.74297,8.99884\n4458,1647022126,47.74297,8.99885\n4459,1647022127,47.74297,8.99885\n4460,1647022128,47.74298,8.99886\n4461,1647022254,47.74306,8.99901\n4462,1647022255,47.74303,8.99891\n4463,1647022256,47.74302,8.99890\n4464,1647022257,47.74302,8.99889\n4465,1647022258,47.74303,8.99889\n4466,1647022259,47.74303,8.99888\n4467,1647022260,47.74303,8.99888\n4468,1647022261,47.74303,8.99888\n4469,1647022262,47.74303,8.99894\n4470,1647022264,47.74302,8.99894\n4471,1647022265,47.74302,8.99894\n4472,1647022266,47.74302,8.99894\n4473,1647022267,47.74302,8.99894\n4474,1647022268,47.74301,8.99894\n4475,1647022269,47.74301,8.99894\n4476,1647022270,47.74301,8.99894\n4477,1647022271,47.74301,8.99893\n4478,1647022272,47.74300,8.99893\n4479,1647022273,47.74300,8.99893\n4480,1647022274,47.74300,8.99893\n4481,1647022401,47.74306,8.99881\n4482,1647022402,47.74306,8.99882\n4483,1647022403,47.74305,8.99883\n4484,1647022404,47.74306,8.99883\n4485,1647022405,47.74307,8.99885\n4486,1647022406,47.74307,8.99886\n4487,1647022407,47.74307,8.99886\n4488,1647022408,47.74306,8.99886\n4489,1647022409,47.74306,8.99886\n4490,1647022410,47.74305,8.99886\n4491,1647022411,47.74305,8.99885\n4492,1647022412,47.74303,8.99889\n4493,1647022414,47.74303,8.99889\n4494,1647022415,47.74303,8.99889\n4495,1647022416,47.74303,8.99890\n4496,1647022417,47.74304,8.99889\n4497,1647022418,47.74305,8.99889\n4498,1647022419,47.74305,8.99889\n4499,1647022420,47.74305,8.99888\n4500,1647022421,47.74305,8.99888\n4501,1647022548,47.74304,8.99889\n4502,1647022549,47.74301,8.99883\n4503,1647022550,47.74301,8.99883\n4504,1647022551,47.74302,8.99884\n4505,1647022552,47.74301,8.99884\n4506,1647022553,47.74302,8.99884\n4507,1647022554,47.74302,8.99883\n4508,1647022555,47.74303,8.99884\n4509,1647022556,47.74303,8.99887\n4510,1647022558,47.74303,8.99887\n4511,1647022559,47.74304,8.99887\n4512,1647022560,47.74304,8.99887\n4513,1647022561,47.74304,8.99888\n4514,1647022562,47.74305,8.99888\n4515,1647022563,47.74305,8.99888\n4516,1647022564,47.74306,8.99888\n4517,1647022565,47.74306,8.99888\n4518,1647022566,47.74307,8.99888\n4519,1647022567,47.74307,8.99888\n4520,1647022568,47.74307,8.99888\n4521,1647022695,47.74295,8.99880\n4522,1647022696,47.74297,8.99883\n4523,1647022697,47.74297,8.99884\n4524,1647022698,47.74298,8.99886\n4525,1647022699,47.74298,8.99887\n4526,1647022700,47.74299,8.99887\n4527,1647022701,47.74299,8.99887\n4528,1647022702,47.74299,8.99887\n4529,1647022703,47.74300,8.99887\n4530,1647022704,47.74301,8.99887\n4531,1647022705,47.74302,8.99887\n4532,1647022706,47.74298,8.99896\n4533,1647022708,47.74299,8.99896\n4534,1647022709,47.74301,8.99895\n4535,1647022710,47.74302,8.99894\n4536,1647022711,47.74304,8.99893\n4537,1647022712,47.74305,8.99893\n4538,1647022713,47.74305,8.99893\n4539,1647022714,47.74306,8.99892\n4540,1647022715,47.74306,8.99892\n4541,1647022843,47.74306,8.99892\n4542,1647022844,47.74304,8.99893\n4543,1647022845,47.74301,8.99896\n4544,1647022846,47.74302,8.99898\n4545,1647022847,47.74303,8.99899\n4546,1647022848,47.74303,8.99899\n4547,1647022849,47.74303,8.99899\n4548,1647022850,47.74301,8.99901\n4549,1647022852,47.74301,8.99901\n4550,1647022853,47.74301,8.99900\n4551,1647022854,47.74300,8.99901\n4552,1647022855,47.74300,8.99901\n4553,1647022856,47.74300,8.99901\n4554,1647022857,47.74300,8.99901\n4555,1647022858,47.74300,8.99901\n4556,1647022859,47.74299,8.99901\n4557,1647022860,47.74299,8.99901\n4558,1647022861,47.74299,8.99902\n4559,1647022926,47.74301,8.99887\n4560,1647022927,47.74302,8.99887\n4561,1647022928,47.74302,8.99888\n4562,1647022929,47.74303,8.99888\n4563,1647022930,47.74304,8.99889\n4564,1647022931,47.74304,8.99889\n4565,1647022932,47.74305,8.99889\n4566,1647022933,47.74300,8.99895\n4567,1647022935,47.74299,8.99896\n4568,1647022936,47.74299,8.99896\n4569,1647022937,47.74299,8.99896\n4570,1647022938,47.74299,8.99895\n4571,1647022939,47.74299,8.99895\n4572,1647022940,47.74299,8.99896\n4573,1647023005,47.74320,8.99897\n4574,1647023006,47.74314,8.99894\n4575,1647023007,47.74312,8.99893\n4576,1647023008,47.74311,8.99894\n4577,1647023009,47.74311,8.99894\n4578,1647023010,47.74310,8.99894\n4579,1647023011,47.74310,8.99894\n4580,1647023012,47.74309,8.99894\n4581,1647023013,47.74308,8.99894\n4582,1647023014,47.74308,8.99894\n4583,1647023015,47.74308,8.99894\n4584,1647023016,47.74308,8.99895\n4585,1647023081,47.74322,8.99892\n4586,1647023082,47.74315,8.99887\n4587,1647023083,47.74313,8.99888\n4588,1647023084,47.74311,8.99888\n4589,1647023085,47.74311,8.99888\n4590,1647023086,47.74310,8.99888\n4591,1647023087,47.74310,8.99888\n4592,1647023088,47.74310,8.99888\n4593,1647023089,47.74306,8.99891\n4594,1647023091,47.74306,8.99891\n4595,1647023092,47.74306,8.99891\n4596,1647023093,47.74305,8.99891\n4597,1647023157,47.74311,8.99895\n4598,1647023158,47.74309,8.99891\n4599,1647023159,47.74308,8.99892\n4600,1647023160,47.74307,8.99891\n4601,1647023225,47.74311,8.99886\n4602,1647023226,47.74309,8.99890\n4603,1647023227,47.74309,8.99890\n4604,1647023292,47.74307,8.99879\n4605,1647023293,47.74310,8.99883\n4606,1647023294,47.74311,8.99884\n4607,1647023295,47.74311,8.99885\n4608,1647023296,47.74310,8.99885\n4609,1647023361,47.74309,8.99901\n4610,1647023362,47.74300,8.99887\n4611,1647023363,47.74301,8.99886\n4612,1647023364,47.74302,8.99886\n4613,1647023365,47.74302,8.99887\n4614,1647023366,47.74302,8.99888\n4615,1647023367,47.74302,8.99888\n4616,1647023368,47.74302,8.99888\n4617,1647023369,47.74302,8.99889\n4618,1647023370,47.74303,8.99889\n4619,1647023371,47.74301,8.99893\n4620,1647023437,47.74313,8.99883\n4621,1647023502,47.74284,8.99884\n4622,1647023503,47.74292,8.99890\n4623,1647023504,47.74294,8.99890\n4624,1647023505,47.74296,8.99891\n4625,1647023506,47.74297,8.99892\n4626,1647023507,47.74298,8.99892\n4627,1647023508,47.74298,8.99893\n4628,1647023509,47.74299,8.99893\n4629,1647023510,47.74303,8.99889\n4630,1647023512,47.74303,8.99889\n4631,1647023576,47.74299,8.99888\n4632,1647023577,47.74287,8.99908\n4633,1647023578,47.74287,8.99909\n4634,1647023644,47.74316,8.99898\n4635,1647023710,47.74312,8.99884\n4636,1647023776,47.74311,8.99888\n4637,1647023843,47.74309,8.99889\n4638,1647023844,47.74309,8.99891\n4639,1647023845,47.74308,8.99892\n4640,1647023846,47.74308,8.99893\n4641,1647023913,47.74303,8.99886\n4642,1647023914,47.74304,8.99884\n4643,1647023915,47.74304,8.99884\n4644,1647023983,47.74299,8.99894\n4645,1647023984,47.74301,8.99897\n4646,1647023985,47.74301,8.99896\n4647,1647023986,47.74300,8.99896\n4648,1647023987,47.74299,8.99896\n4649,1647024052,47.74319,8.99895\n4650,1647024251,47.74305,8.99895\n4651,1647024317,47.74316,8.99891\n4652,1647024318,47.74305,8.99890\n4653,1647024319,47.74305,8.99890\n4654,1647024320,47.74304,8.99889\n4655,1647024517,47.74307,8.99885\n4656,1647024584,47.74281,8.99901\n*END MEMORY*\nV201, ID: 30-1444, 3410mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 120 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 20 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/07_StationaryPosition_20s_Burst_Every_120s/20220313_20s_Burst_Every_120s_4280_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1647165001,47.74234,9.00157\n2,1647165002,47.74232,9.00155\n3,1647165003,47.74231,9.00153\n4,1647165004,47.74229,9.00151\n5,1647165005,47.74228,9.00150\n6,1647165006,47.74226,9.00149\n7,1647165007,47.74224,9.00148\n8,1647165008,47.74222,9.00147\n9,1647165009,47.74220,9.00145\n10,1647165010,47.74218,9.00144\n11,1647165011,47.74217,9.00143\n12,1647165012,47.74215,9.00142\n13,1647165013,47.74214,9.00140\n14,1647165014,47.74213,9.00138\n15,1647165015,47.74211,9.00137\n16,1647165016,47.74210,9.00136\n17,1647165017,47.74209,9.00134\n18,1647165018,47.74207,9.00133\n19,1647165019,47.74206,9.00132\n20,1647165020,47.74204,9.00131\n21,1647165164,47.74139,9.00196\n22,1647165165,47.74171,9.00174\n23,1647165166,47.74189,9.00163\n24,1647165167,47.74192,9.00160\n25,1647165168,47.74198,9.00156\n26,1647165169,47.74203,9.00153\n27,1647165170,47.74207,9.00150\n28,1647165171,47.74208,9.00149\n29,1647165172,47.74204,9.00152\n30,1647165173,47.74199,9.00154\n31,1647165174,47.74200,9.00152\n32,1647165175,47.74202,9.00150\n33,1647165176,47.74204,9.00148\n34,1647165177,47.74211,9.00142\n35,1647165178,47.74215,9.00138\n36,1647165179,47.74220,9.00134\n37,1647165180,47.74225,9.00131\n38,1647165181,47.74229,9.00127\n39,1647165182,47.74230,9.00124\n40,1647165183,47.74234,9.00121\n41,1647165328,47.74170,9.00039\n42,1647165329,47.74177,9.00043\n43,1647165330,47.74182,9.00045\n44,1647165331,47.74186,9.00047\n45,1647165332,47.74189,9.00048\n46,1647165333,47.74192,9.00050\n47,1647165334,47.74195,9.00051\n48,1647165335,47.74196,9.00052\n49,1647165336,47.74196,9.00054\n50,1647165337,47.74197,9.00055\n51,1647165338,47.74198,9.00056\n52,1647165339,47.74198,9.00057\n53,1647165340,47.74199,9.00057\n54,1647165341,47.74199,9.00057\n55,1647165342,47.74199,9.00058\n56,1647165343,47.74199,9.00058\n57,1647165344,47.74199,9.00058\n58,1647165345,47.74199,9.00059\n59,1647165346,47.74199,9.00059\n60,1647165347,47.74200,9.00060\n61,1647165482,47.74221,9.00056\n62,1647165484,47.74229,9.00058\n63,1647165485,47.74231,9.00059\n64,1647165486,47.74231,9.00059\n65,1647165487,47.74229,9.00058\n66,1647165488,47.74230,9.00058\n67,1647165489,47.74231,9.00058\n68,1647165490,47.74231,9.00057\n69,1647165491,47.74231,9.00058\n70,1647165492,47.74232,9.00058\n71,1647165493,47.74231,9.00058\n72,1647165494,47.74232,9.00058\n73,1647165495,47.74232,9.00058\n74,1647165496,47.74232,9.00059\n75,1647165497,47.74232,9.00059\n76,1647165498,47.74231,9.00060\n77,1647165499,47.74231,9.00060\n78,1647165500,47.74232,9.00061\n79,1647165501,47.74234,9.00062\n80,1647165502,47.74235,9.00063\n81,1647165635,47.74315,9.00039\n82,1647165636,47.74315,9.00038\n83,1647165637,47.74316,9.00038\n84,1647165640,47.74285,9.00076\n85,1647165641,47.74287,9.00076\n86,1647165642,47.74289,9.00075\n87,1647165643,47.74290,9.00074\n88,1647165644,47.74290,9.00074\n89,1647165645,47.74291,9.00074\n90,1647165646,47.74297,9.00075\n91,1647165647,47.74300,9.00076\n92,1647165648,47.74300,9.00076\n93,1647165649,47.74300,9.00076\n94,1647165650,47.74300,9.00076\n95,1647165651,47.74300,9.00076\n96,1647165652,47.74300,9.00076\n97,1647165653,47.74300,9.00076\n98,1647165654,47.74301,9.00076\n99,1647165655,47.74301,9.00076\n100,1647165656,47.74303,9.00076\n101,1647165821,47.74142,9.00037\n102,1647165822,47.74146,9.00038\n103,1647165823,47.74149,9.00039\n104,1647165824,47.74152,9.00039\n105,1647165825,47.74155,9.00041\n106,1647165826,47.74158,9.00041\n107,1647165827,47.74161,9.00042\n108,1647165828,47.74163,9.00042\n109,1647165829,47.74139,9.00033\n110,1647165830,47.74128,9.00029\n111,1647165831,47.74122,9.00026\n112,1647165832,47.74118,9.00025\n113,1647165833,47.74116,9.00024\n114,1647165834,47.74115,9.00024\n115,1647165835,47.74114,9.00023\n116,1647165836,47.74114,9.00023\n117,1647165837,47.74113,9.00023\n118,1647165838,47.74113,9.00023\n119,1647165839,47.74112,9.00023\n120,1647165840,47.74112,9.00023\n121,1647165966,47.74191,8.99978\n122,1647165966,47.74135,9.00006\n123,1647165967,47.74108,9.00016\n124,1647165968,47.74091,9.00019\n125,1647165969,47.74087,9.00019\n126,1647165970,47.74083,9.00019\n127,1647165971,47.74081,9.00020\n128,1647165972,47.74079,9.00020\n129,1647165975,47.74083,9.00026\n130,1647165976,47.74084,9.00027\n131,1647165977,47.74084,9.00027\n132,1647165978,47.74083,9.00028\n133,1647165979,47.74083,9.00028\n134,1647165980,47.74083,9.00028\n135,1647165981,47.74083,9.00028\n136,1647165982,47.74083,9.00028\n137,1647165983,47.74083,9.00028\n138,1647165984,47.74084,9.00028\n139,1647165985,47.74084,9.00027\n140,1647165986,47.74085,9.00027\n141,1647166110,47.74126,9.00006\n142,1647166111,47.74097,9.00022\n143,1647166112,47.74096,9.00022\n144,1647166113,47.74095,9.00022\n145,1647166114,47.74095,9.00019\n146,1647166115,47.74097,9.00018\n147,1647166116,47.74098,9.00016\n148,1647166117,47.74098,9.00016\n149,1647166118,47.74099,9.00016\n150,1647166119,47.74099,9.00015\n151,1647166120,47.74099,9.00015\n152,1647166121,47.74099,9.00016\n153,1647166122,47.74098,9.00016\n154,1647166123,47.74100,9.00029\n155,1647166125,47.74100,9.00029\n156,1647166126,47.74100,9.00029\n157,1647166127,47.74101,9.00028\n158,1647166128,47.74101,9.00028\n159,1647166129,47.74101,9.00026\n160,1647166130,47.74101,9.00025\n161,1647166257,47.74122,9.00023\n162,1647166258,47.74123,9.00022\n163,1647166259,47.74125,9.00018\n164,1647166260,47.74124,9.00019\n165,1647166263,47.74120,9.00002\n166,1647166264,47.74120,9.00002\n167,1647166265,47.74119,9.00002\n168,1647166266,47.74118,9.00003\n169,1647166267,47.74118,9.00004\n170,1647166268,47.74117,9.00005\n171,1647166269,47.74118,9.00006\n172,1647166270,47.74117,9.00008\n173,1647166271,47.74117,9.00009\n174,1647166272,47.74116,9.00009\n175,1647166273,47.74116,9.00009\n176,1647166274,47.74116,9.00010\n177,1647166275,47.74116,9.00010\n178,1647166276,47.74116,9.00011\n179,1647166277,47.74116,9.00012\n180,1647166278,47.74116,9.00013\n181,1647166404,47.74162,9.00020\n182,1647166405,47.74152,9.00020\n183,1647166406,47.74148,9.00020\n184,1647166407,47.74144,9.00022\n185,1647166408,47.74142,9.00024\n186,1647166409,47.74139,9.00025\n187,1647166410,47.74138,9.00025\n188,1647166411,47.74124,9.00024\n189,1647166413,47.74122,9.00025\n190,1647166414,47.74121,9.00026\n191,1647166415,47.74118,9.00026\n192,1647166416,47.74116,9.00026\n193,1647166417,47.74115,9.00026\n194,1647166418,47.74114,9.00025\n195,1647166419,47.74113,9.00025\n196,1647166420,47.74112,9.00025\n197,1647166421,47.74111,9.00025\n198,1647166422,47.74110,9.00025\n199,1647166423,47.74112,9.00023\n200,1647166424,47.74114,9.00022\n201,1647166551,47.74154,9.00018\n202,1647166552,47.74154,9.00019\n203,1647166553,47.74154,9.00018\n204,1647166554,47.74155,9.00018\n205,1647166555,47.74155,9.00016\n206,1647166556,47.74157,9.00016\n207,1647166557,47.74156,9.00014\n208,1647166558,47.74156,9.00014\n209,1647166559,47.74154,9.00015\n210,1647166560,47.74153,9.00015\n211,1647166563,47.74141,8.99995\n212,1647166564,47.74142,8.99995\n213,1647166565,47.74143,8.99998\n214,1647166566,47.74143,8.99998\n215,1647166567,47.74143,8.99997\n216,1647166568,47.74142,8.99998\n217,1647166569,47.74141,8.99999\n218,1647166570,47.74139,9.00000\n219,1647166571,47.74139,9.00001\n220,1647166572,47.74138,9.00001\n221,1647166698,47.74200,9.00009\n222,1647166699,47.74205,9.00013\n223,1647166700,47.74208,9.00013\n224,1647166701,47.74210,9.00013\n225,1647166702,47.74209,9.00012\n226,1647166703,47.74210,9.00012\n227,1647166704,47.74210,9.00012\n228,1647166705,47.74183,8.99970\n229,1647166707,47.74182,8.99971\n230,1647166708,47.74181,8.99972\n231,1647166709,47.74180,8.99971\n232,1647166710,47.74180,8.99970\n233,1647166711,47.74179,8.99971\n234,1647166712,47.74178,8.99970\n235,1647166713,47.74175,8.99969\n236,1647166714,47.74175,8.99970\n237,1647166715,47.74174,8.99970\n238,1647166716,47.74174,8.99970\n239,1647166717,47.74173,8.99970\n240,1647166718,47.74171,8.99970\n241,1647166844,47.74208,9.00045\n242,1647166845,47.74191,9.00047\n243,1647166846,47.74192,9.00047\n244,1647166847,47.74192,9.00048\n245,1647166848,47.74193,9.00052\n246,1647166849,47.74191,9.00052\n247,1647166850,47.74191,9.00052\n248,1647166851,47.74189,9.00052\n249,1647166852,47.74190,9.00054\n250,1647166853,47.74191,9.00052\n251,1647166854,47.74194,9.00051\n252,1647166857,47.74166,9.00040\n253,1647166858,47.74164,9.00041\n254,1647166859,47.74166,9.00041\n255,1647166860,47.74167,9.00041\n256,1647166861,47.74169,9.00041\n257,1647166862,47.74166,9.00042\n258,1647166863,47.74165,9.00042\n259,1647166864,47.74163,9.00042\n260,1647166865,47.74163,9.00042\n261,1647166997,47.74451,9.00076\n262,1647167000,47.74197,9.00037\n263,1647167001,47.74192,9.00035\n264,1647167002,47.74193,9.00033\n265,1647167003,47.74192,9.00032\n266,1647167004,47.74197,9.00031\n267,1647167005,47.74203,9.00029\n268,1647167006,47.74206,9.00029\n269,1647167007,47.74208,9.00029\n270,1647167008,47.74212,9.00028\n271,1647167009,47.74214,9.00028\n272,1647167010,47.74215,9.00028\n273,1647167013,47.74210,8.99973\n274,1647167014,47.74212,8.99973\n275,1647167015,47.74213,8.99972\n276,1647167016,47.74213,8.99973\n277,1647167017,47.74214,8.99972\n278,1647167018,47.74215,8.99972\n279,1647167019,47.74215,8.99972\n280,1647167020,47.74216,8.99972\n281,1647167156,47.74258,8.99960\n282,1647167157,47.74257,8.99960\n283,1647167158,47.74257,8.99960\n284,1647167159,47.74256,8.99960\n285,1647167160,47.74256,8.99960\n286,1647167161,47.74259,8.99924\n287,1647167163,47.74258,8.99925\n288,1647167164,47.74257,8.99921\n289,1647167165,47.74256,8.99919\n290,1647167166,47.74256,8.99917\n291,1647167167,47.74255,8.99916\n292,1647167168,47.74255,8.99915\n293,1647167169,47.74255,8.99914\n294,1647167170,47.74254,8.99913\n295,1647167171,47.74255,8.99913\n296,1647167172,47.74255,8.99912\n297,1647167173,47.74255,8.99911\n298,1647167174,47.74255,8.99911\n299,1647167175,47.74255,8.99910\n300,1647167176,47.74256,8.99910\n301,1647167306,47.74432,9.00070\n302,1647167307,47.74351,9.00052\n303,1647167308,47.74334,9.00048\n304,1647167309,47.74316,9.00043\n305,1647167310,47.74305,9.00040\n306,1647167311,47.74286,8.99966\n307,1647167313,47.74285,8.99965\n308,1647167314,47.74279,8.99953\n309,1647167315,47.74275,8.99942\n310,1647167316,47.74270,8.99947\n311,1647167317,47.74271,8.99951\n312,1647167318,47.74272,8.99953\n313,1647167319,47.74272,8.99953\n314,1647167320,47.74273,8.99959\n315,1647167321,47.74274,8.99964\n316,1647167322,47.74272,8.99964\n317,1647167323,47.74269,8.99960\n318,1647167324,47.74269,8.99955\n319,1647167325,47.74268,8.99944\n320,1647167326,47.74268,8.99938\n321,1647167466,47.74443,9.00032\n322,1647167467,47.74443,9.00032\n323,1647167468,47.74449,9.00043\n324,1647167469,47.74446,8.99994\n325,1647167470,47.74410,8.99978\n326,1647167472,47.74337,8.99936\n327,1647167473,47.74311,8.99923\n328,1647167474,47.74295,8.99920\n329,1647167475,47.74291,8.99920\n330,1647167476,47.74286,8.99921\n331,1647167477,47.74285,8.99933\n332,1647167478,47.74283,8.99936\n333,1647167479,47.74282,8.99941\n334,1647167480,47.74281,8.99942\n335,1647167481,47.74280,8.99943\n336,1647167482,47.74279,8.99944\n337,1647167483,47.74279,8.99942\n338,1647167484,47.74278,8.99942\n339,1647167485,47.74277,8.99943\n340,1647167487,47.74276,8.99942\n341,1647167614,47.74468,9.00066\n342,1647167615,47.74371,9.00050\n343,1647167616,47.74356,9.00046\n344,1647167617,47.74339,9.00045\n345,1647167618,47.74318,9.00040\n346,1647167619,47.74326,9.00042\n347,1647167620,47.74310,9.00038\n348,1647167621,47.74299,9.00036\n349,1647167622,47.74292,9.00035\n350,1647167623,47.74261,8.99975\n351,1647167625,47.74259,8.99973\n352,1647167626,47.74257,8.99973\n353,1647167627,47.74256,8.99973\n354,1647167628,47.74255,8.99969\n355,1647167629,47.74255,8.99968\n356,1647167630,47.74255,8.99968\n357,1647167631,47.74256,8.99966\n358,1647167632,47.74250,8.99970\n359,1647167633,47.74249,8.99970\n360,1647167634,47.74247,8.99971\n361,1647167771,47.74483,9.00060\n362,1647167772,47.74481,9.00057\n363,1647167773,47.74480,9.00057\n364,1647167774,47.74480,9.00057\n365,1647167775,47.74480,9.00057\n366,1647167776,47.74479,9.00055\n367,1647167777,47.74478,9.00056\n368,1647167778,47.74478,9.00056\n369,1647167779,47.74478,9.00056\n370,1647167780,47.74480,9.00057\n371,1647167781,47.74481,9.00056\n372,1647167782,47.74482,9.00058\n373,1647167783,47.74482,9.00057\n374,1647167784,47.74481,9.00058\n375,1647167785,47.74481,9.00058\n376,1647167786,47.74482,9.00059\n377,1647167787,47.74483,9.00059\n378,1647167788,47.74482,9.00060\n379,1647167789,47.74482,9.00060\n380,1647167790,47.74482,9.00060\n381,1647167932,47.74285,8.99862\n382,1647167933,47.74278,8.99858\n383,1647167935,47.74280,8.99875\n384,1647167936,47.74278,8.99873\n385,1647167937,47.74280,8.99872\n386,1647167938,47.74282,8.99871\n387,1647167939,47.74283,8.99871\n388,1647167940,47.74280,8.99868\n389,1647167941,47.74282,8.99869\n390,1647167942,47.74283,8.99869\n391,1647167943,47.74283,8.99870\n392,1647167944,47.74283,8.99870\n393,1647167945,47.74284,8.99870\n394,1647167946,47.74285,8.99873\n395,1647167947,47.74286,8.99875\n396,1647167948,47.74285,8.99875\n397,1647167949,47.74286,8.99877\n398,1647167950,47.74287,8.99878\n399,1647167951,47.74288,8.99879\n400,1647167952,47.74288,8.99880\n401,1647168094,47.74263,8.99855\n402,1647168095,47.74263,8.99855\n403,1647168096,47.74261,8.99856\n404,1647168097,47.74261,8.99856\n405,1647168098,47.74260,8.99856\n406,1647168099,47.74259,8.99856\n407,1647168100,47.74257,8.99856\n408,1647168101,47.74257,8.99856\n409,1647168102,47.74256,8.99856\n410,1647168103,47.74256,8.99856\n411,1647168104,47.74257,8.99859\n412,1647168105,47.74258,8.99859\n413,1647168106,47.74258,8.99862\n414,1647168107,47.74258,8.99861\n415,1647168108,47.74259,8.99864\n416,1647168109,47.74259,8.99866\n417,1647168110,47.74259,8.99866\n418,1647168111,47.74259,8.99868\n419,1647168112,47.74258,8.99868\n420,1647168113,47.74258,8.99870\n421,1647168339,47.74295,8.99893\n422,1647168343,47.74312,8.99893\n423,1647168344,47.74308,8.99895\n424,1647168345,47.74306,8.99896\n425,1647168346,47.74303,8.99898\n426,1647168347,47.74300,8.99899\n427,1647168348,47.74299,8.99899\n428,1647168349,47.74300,8.99898\n429,1647168351,47.74300,8.99898\n430,1647168352,47.74300,8.99898\n431,1647168353,47.74300,8.99898\n432,1647168354,47.74301,8.99898\n433,1647168355,47.74301,8.99898\n434,1647168356,47.74301,8.99898\n435,1647168357,47.74302,8.99898\n436,1647168358,47.74302,8.99898\n437,1647168359,47.74302,8.99898\n438,1647168360,47.74302,8.99898\n439,1647168361,47.74301,8.99899\n440,1647168362,47.74301,8.99899\n441,1647168493,47.74302,8.99900\n442,1647168495,47.74302,8.99897\n443,1647168496,47.74305,8.99897\n444,1647168497,47.74306,8.99898\n445,1647168498,47.74306,8.99899\n446,1647168499,47.74305,8.99899\n447,1647168499,47.74305,8.99900\n448,1647168501,47.74304,8.99900\n449,1647168502,47.74304,8.99900\n450,1647168503,47.74304,8.99900\n451,1647168504,47.74305,8.99900\n452,1647168505,47.74305,8.99899\n453,1647168506,47.74306,8.99899\n454,1647168507,47.74306,8.99899\n455,1647168508,47.74306,8.99899\n456,1647168509,47.74306,8.99900\n457,1647168510,47.74306,8.99900\n458,1647168511,47.74306,8.99901\n459,1647168513,47.74305,8.99901\n460,1647168514,47.74305,8.99902\n461,1647168637,47.74300,8.99895\n462,1647168638,47.74302,8.99898\n463,1647168639,47.74302,8.99899\n464,1647168640,47.74304,8.99899\n465,1647168641,47.74305,8.99899\n466,1647168642,47.74306,8.99899\n467,1647168643,47.74306,8.99900\n468,1647168644,47.74306,8.99900\n469,1647168645,47.74306,8.99900\n470,1647168646,47.74306,8.99899\n471,1647168647,47.74306,8.99899\n472,1647168648,47.74306,8.99899\n473,1647168649,47.74307,8.99900\n474,1647168651,47.74307,8.99900\n475,1647168652,47.74306,8.99900\n476,1647168653,47.74306,8.99900\n477,1647168654,47.74306,8.99900\n478,1647168655,47.74306,8.99900\n479,1647168656,47.74306,8.99900\n480,1647168657,47.74306,8.99900\n481,1647168781,47.74299,8.99901\n482,1647168782,47.74301,8.99899\n483,1647168783,47.74301,8.99898\n484,1647168784,47.74303,8.99898\n485,1647168785,47.74304,8.99899\n486,1647168786,47.74304,8.99899\n487,1647168787,47.74305,8.99899\n488,1647168788,47.74305,8.99899\n489,1647168789,47.74305,8.99899\n490,1647168790,47.74305,8.99899\n491,1647168791,47.74305,8.99899\n492,1647168792,47.74305,8.99899\n493,1647168793,47.74305,8.99898\n494,1647168795,47.74305,8.99898\n495,1647168796,47.74305,8.99898\n496,1647168797,47.74304,8.99897\n497,1647168798,47.74304,8.99897\n498,1647168799,47.74304,8.99897\n499,1647168800,47.74304,8.99897\n500,1647168801,47.74304,8.99897\n501,1647168925,47.74306,8.99898\n502,1647168926,47.74307,8.99899\n503,1647168927,47.74308,8.99900\n504,1647168928,47.74308,8.99901\n505,1647168929,47.74308,8.99902\n506,1647168930,47.74308,8.99902\n507,1647168931,47.74308,8.99903\n508,1647168932,47.74308,8.99903\n509,1647168933,47.74309,8.99903\n510,1647168934,47.74309,8.99903\n511,1647168935,47.74309,8.99903\n512,1647168936,47.74308,8.99903\n513,1647168937,47.74307,8.99901\n514,1647168939,47.74307,8.99901\n515,1647168940,47.74307,8.99901\n516,1647168941,47.74307,8.99901\n517,1647168942,47.74307,8.99901\n518,1647168943,47.74307,8.99901\n519,1647168944,47.74307,8.99901\n520,1647168945,47.74307,8.99901\n521,1647169069,47.74309,8.99902\n522,1647169070,47.74308,8.99902\n523,1647169071,47.74308,8.99902\n524,1647169072,47.74307,8.99903\n525,1647169073,47.74307,8.99903\n526,1647169074,47.74307,8.99903\n527,1647169075,47.74307,8.99904\n528,1647169077,47.74306,8.99904\n529,1647169078,47.74306,8.99904\n530,1647169079,47.74307,8.99904\n531,1647169080,47.74307,8.99904\n532,1647169081,47.74307,8.99904\n533,1647169082,47.74307,8.99904\n534,1647169083,47.74307,8.99904\n535,1647169084,47.74307,8.99904\n536,1647169085,47.74307,8.99904\n537,1647169086,47.74307,8.99904\n538,1647169087,47.74307,8.99904\n539,1647169088,47.74307,8.99904\n540,1647169089,47.74307,8.99903\n541,1647169213,47.74314,8.99910\n542,1647169214,47.74313,8.99909\n543,1647169215,47.74312,8.99907\n544,1647169216,47.74311,8.99907\n545,1647169217,47.74311,8.99906\n546,1647169218,47.74310,8.99906\n547,1647169219,47.74308,8.99904\n548,1647169221,47.74308,8.99904\n549,1647169222,47.74308,8.99904\n550,1647169223,47.74308,8.99904\n551,1647169224,47.74308,8.99904\n552,1647169225,47.74308,8.99904\n553,1647169226,47.74308,8.99904\n554,1647169227,47.74308,8.99904\n555,1647169228,47.74308,8.99904\n556,1647169229,47.74308,8.99904\n557,1647169230,47.74308,8.99904\n558,1647169231,47.74308,8.99904\n559,1647169233,47.74307,8.99904\n560,1647169234,47.74307,8.99904\n561,1647169358,47.74302,8.99900\n562,1647169359,47.74302,8.99900\n563,1647169360,47.74302,8.99900\n564,1647169361,47.74303,8.99901\n565,1647169362,47.74304,8.99901\n566,1647169363,47.74304,8.99901\n567,1647169364,47.74305,8.99902\n568,1647169365,47.74305,8.99902\n569,1647169366,47.74306,8.99902\n570,1647169367,47.74306,8.99902\n571,1647169368,47.74306,8.99902\n572,1647169369,47.74307,8.99903\n573,1647169371,47.74306,8.99903\n574,1647169372,47.74307,8.99903\n575,1647169373,47.74307,8.99903\n576,1647169374,47.74307,8.99903\n577,1647169375,47.74307,8.99903\n578,1647169376,47.74308,8.99903\n579,1647169377,47.74308,8.99903\n580,1647169378,47.74308,8.99903\n581,1647169502,47.74301,8.99895\n582,1647169503,47.74305,8.99899\n583,1647169504,47.74307,8.99901\n584,1647169505,47.74308,8.99902\n585,1647169506,47.74308,8.99902\n586,1647169507,47.74308,8.99903\n587,1647169508,47.74309,8.99903\n588,1647169509,47.74310,8.99905\n589,1647169510,47.74310,8.99905\n590,1647169511,47.74310,8.99905\n591,1647169512,47.74310,8.99906\n592,1647169513,47.74310,8.99905\n593,1647169515,47.74311,8.99906\n594,1647169516,47.74311,8.99906\n595,1647169517,47.74311,8.99906\n596,1647169518,47.74311,8.99906\n597,1647169519,47.74312,8.99907\n598,1647169520,47.74312,8.99907\n599,1647169521,47.74312,8.99907\n600,1647169522,47.74312,8.99907\n601,1647169646,47.74308,8.99899\n602,1647169647,47.74306,8.99899\n603,1647169648,47.74305,8.99899\n604,1647169649,47.74304,8.99898\n605,1647169650,47.74304,8.99899\n606,1647169651,47.74304,8.99899\n607,1647169652,47.74304,8.99899\n608,1647169653,47.74304,8.99900\n609,1647169654,47.74304,8.99900\n610,1647169655,47.74304,8.99901\n611,1647169656,47.74304,8.99901\n612,1647169657,47.74304,8.99901\n613,1647169659,47.74304,8.99901\n614,1647169660,47.74304,8.99902\n615,1647169661,47.74304,8.99902\n616,1647169662,47.74304,8.99902\n617,1647169663,47.74304,8.99903\n618,1647169664,47.74304,8.99903\n619,1647169665,47.74304,8.99902\n620,1647169666,47.74304,8.99902\n621,1647169791,47.74315,8.99911\n622,1647169792,47.74313,8.99910\n623,1647169793,47.74312,8.99909\n624,1647169794,47.74312,8.99908\n625,1647169795,47.74311,8.99908\n626,1647169796,47.74311,8.99907\n627,1647169797,47.74310,8.99906\n628,1647169798,47.74310,8.99906\n629,1647169799,47.74309,8.99906\n630,1647169800,47.74309,8.99905\n631,1647169801,47.74308,8.99902\n632,1647169803,47.74308,8.99902\n633,1647169804,47.74307,8.99902\n634,1647169805,47.74307,8.99902\n635,1647169806,47.74307,8.99902\n636,1647169807,47.74307,8.99902\n637,1647169808,47.74307,8.99902\n638,1647169809,47.74307,8.99902\n639,1647169810,47.74307,8.99902\n640,1647169811,47.74307,8.99902\n641,1647169935,47.74299,8.99897\n642,1647169936,47.74300,8.99896\n643,1647169937,47.74301,8.99895\n644,1647169938,47.74302,8.99896\n645,1647169939,47.74302,8.99896\n646,1647169940,47.74302,8.99897\n647,1647169941,47.74302,8.99897\n648,1647169942,47.74303,8.99897\n649,1647169943,47.74303,8.99898\n650,1647169944,47.74303,8.99898\n651,1647169945,47.74303,8.99899\n652,1647169947,47.74303,8.99899\n653,1647169948,47.74304,8.99899\n654,1647169949,47.74303,8.99899\n655,1647169950,47.74303,8.99899\n656,1647169951,47.74303,8.99898\n657,1647169952,47.74303,8.99898\n658,1647169953,47.74303,8.99898\n659,1647169954,47.74303,8.99898\n660,1647169955,47.74303,8.99898\n661,1647170079,47.74319,8.99904\n662,1647170080,47.74314,8.99900\n663,1647170081,47.74312,8.99900\n664,1647170082,47.74311,8.99901\n665,1647170083,47.74311,8.99901\n666,1647170084,47.74310,8.99901\n667,1647170085,47.74309,8.99901\n668,1647170086,47.74309,8.99901\n669,1647170087,47.74309,8.99901\n670,1647170088,47.74309,8.99901\n671,1647170089,47.74309,8.99901\n672,1647170091,47.74309,8.99901\n673,1647170092,47.74309,8.99901\n674,1647170093,47.74308,8.99901\n675,1647170094,47.74308,8.99900\n676,1647170095,47.74308,8.99900\n677,1647170096,47.74308,8.99900\n678,1647170097,47.74308,8.99900\n679,1647170098,47.74309,8.99900\n680,1647170099,47.74308,8.99900\n681,1647170224,47.74297,8.99886\n682,1647170225,47.74300,8.99886\n683,1647170226,47.74302,8.99890\n684,1647170227,47.74303,8.99893\n685,1647170228,47.74304,8.99895\n686,1647170229,47.74305,8.99897\n687,1647170230,47.74306,8.99897\n688,1647170231,47.74308,8.99898\n689,1647170232,47.74308,8.99899\n690,1647170233,47.74306,8.99906\n691,1647170235,47.74306,8.99906\n692,1647170236,47.74307,8.99906\n693,1647170237,47.74308,8.99907\n694,1647170238,47.74309,8.99907\n695,1647170239,47.74309,8.99907\n696,1647170240,47.74310,8.99908\n697,1647170241,47.74310,8.99908\n698,1647170242,47.74311,8.99908\n699,1647170243,47.74311,8.99908\n700,1647170244,47.74312,8.99909\n701,1647170368,47.74319,8.99906\n702,1647170369,47.74316,8.99904\n703,1647170370,47.74313,8.99902\n704,1647170371,47.74314,8.99904\n705,1647170372,47.74313,8.99904\n706,1647170373,47.74312,8.99904\n707,1647170374,47.74312,8.99904\n708,1647170375,47.74311,8.99904\n709,1647170376,47.74311,8.99904\n710,1647170377,47.74312,8.99903\n711,1647170379,47.74312,8.99904\n712,1647170380,47.74312,8.99904\n713,1647170381,47.74313,8.99904\n714,1647170382,47.74313,8.99904\n715,1647170383,47.74313,8.99904\n716,1647170384,47.74312,8.99904\n717,1647170385,47.74312,8.99904\n718,1647170386,47.74312,8.99904\n719,1647170387,47.74312,8.99904\n720,1647170388,47.74312,8.99904\n721,1647170512,47.74310,8.99903\n722,1647170513,47.74308,8.99901\n723,1647170514,47.74308,8.99901\n724,1647170515,47.74307,8.99900\n725,1647170516,47.74306,8.99900\n726,1647170517,47.74306,8.99899\n727,1647170518,47.74305,8.99899\n728,1647170519,47.74305,8.99899\n729,1647170520,47.74304,8.99899\n730,1647170521,47.74305,8.99900\n731,1647170523,47.74306,8.99900\n732,1647170524,47.74306,8.99900\n733,1647170525,47.74306,8.99900\n734,1647170526,47.74306,8.99900\n735,1647170527,47.74307,8.99900\n736,1647170528,47.74307,8.99900\n737,1647170529,47.74307,8.99900\n738,1647170530,47.74308,8.99901\n739,1647170531,47.74308,8.99901\n740,1647170532,47.74308,8.99901\n741,1647170656,47.74317,8.99911\n742,1647170657,47.74315,8.99909\n743,1647170658,47.74312,8.99907\n744,1647170659,47.74311,8.99906\n745,1647170660,47.74310,8.99905\n746,1647170661,47.74310,8.99905\n747,1647170662,47.74309,8.99904\n748,1647170663,47.74308,8.99903\n749,1647170664,47.74307,8.99903\n750,1647170665,47.74308,8.99904\n751,1647170667,47.74307,8.99903\n752,1647170668,47.74307,8.99903\n753,1647170669,47.74307,8.99903\n754,1647170670,47.74307,8.99903\n755,1647170671,47.74307,8.99903\n756,1647170672,47.74307,8.99903\n757,1647170673,47.74307,8.99903\n758,1647170674,47.74307,8.99903\n759,1647170675,47.74307,8.99903\n760,1647170676,47.74307,8.99903\n761,1647170800,47.74298,8.99903\n762,1647170801,47.74299,8.99902\n763,1647170802,47.74298,8.99901\n764,1647170803,47.74297,8.99901\n765,1647170804,47.74298,8.99901\n766,1647170805,47.74298,8.99901\n767,1647170806,47.74300,8.99901\n768,1647170807,47.74301,8.99902\n769,1647170808,47.74301,8.99902\n770,1647170809,47.74300,8.99902\n771,1647170811,47.74301,8.99902\n772,1647170812,47.74301,8.99902\n773,1647170813,47.74302,8.99902\n774,1647170814,47.74302,8.99902\n775,1647170815,47.74302,8.99902\n776,1647170816,47.74303,8.99902\n777,1647170817,47.74303,8.99902\n778,1647170818,47.74303,8.99902\n779,1647170819,47.74303,8.99902\n780,1647170820,47.74303,8.99902\n781,1647170944,47.74318,8.99906\n782,1647170945,47.74318,8.99907\n783,1647170946,47.74317,8.99906\n784,1647170947,47.74315,8.99906\n785,1647170948,47.74313,8.99905\n786,1647170949,47.74311,8.99904\n787,1647170950,47.74310,8.99904\n788,1647170951,47.74310,8.99904\n789,1647170952,47.74310,8.99904\n790,1647170953,47.74311,8.99905\n791,1647170955,47.74311,8.99905\n792,1647170956,47.74310,8.99904\n793,1647170957,47.74310,8.99904\n794,1647170958,47.74310,8.99903\n795,1647170959,47.74310,8.99903\n796,1647170960,47.74310,8.99903\n797,1647170961,47.74310,8.99903\n798,1647170962,47.74310,8.99903\n799,1647170963,47.74310,8.99904\n800,1647170964,47.74310,8.99903\n801,1647171088,47.74324,8.99916\n802,1647171089,47.74322,8.99914\n803,1647171090,47.74321,8.99913\n804,1647171091,47.74321,8.99913\n805,1647171092,47.74320,8.99911\n806,1647171093,47.74319,8.99911\n807,1647171094,47.74318,8.99911\n808,1647171095,47.74317,8.99910\n809,1647171096,47.74317,8.99909\n810,1647171097,47.74314,8.99908\n811,1647171099,47.74313,8.99907\n812,1647171100,47.74313,8.99907\n813,1647171101,47.74312,8.99907\n814,1647171102,47.74312,8.99907\n815,1647171103,47.74313,8.99906\n816,1647171104,47.74313,8.99906\n817,1647171105,47.74312,8.99906\n818,1647171106,47.74312,8.99906\n819,1647171107,47.74312,8.99906\n820,1647171108,47.74312,8.99906\n821,1647171232,47.74311,8.99907\n822,1647171233,47.74310,8.99907\n823,1647171234,47.74307,8.99906\n824,1647171235,47.74306,8.99904\n825,1647171236,47.74306,8.99904\n826,1647171237,47.74305,8.99903\n827,1647171238,47.74305,8.99902\n828,1647171239,47.74306,8.99901\n829,1647171240,47.74306,8.99901\n830,1647171241,47.74308,8.99902\n831,1647171243,47.74308,8.99903\n832,1647171244,47.74308,8.99903\n833,1647171245,47.74308,8.99903\n834,1647171246,47.74307,8.99904\n835,1647171247,47.74307,8.99905\n836,1647171248,47.74307,8.99905\n837,1647171249,47.74307,8.99905\n838,1647171250,47.74307,8.99906\n839,1647171251,47.74307,8.99906\n840,1647171252,47.74307,8.99906\n841,1647171377,47.74304,8.99903\n842,1647171378,47.74303,8.99900\n843,1647171379,47.74302,8.99898\n844,1647171380,47.74301,8.99896\n845,1647171381,47.74301,8.99896\n846,1647171382,47.74301,8.99896\n847,1647171383,47.74301,8.99896\n848,1647171384,47.74301,8.99896\n849,1647171385,47.74301,8.99896\n850,1647171387,47.74301,8.99896\n851,1647171388,47.74302,8.99897\n852,1647171389,47.74302,8.99897\n853,1647171390,47.74303,8.99897\n854,1647171391,47.74303,8.99897\n855,1647171392,47.74303,8.99897\n856,1647171393,47.74304,8.99897\n857,1647171394,47.74304,8.99897\n858,1647171395,47.74304,8.99897\n859,1647171396,47.74304,8.99897\n860,1647171397,47.74304,8.99897\n861,1647171521,47.74301,8.99888\n862,1647171522,47.74304,8.99891\n863,1647171523,47.74304,8.99892\n864,1647171524,47.74306,8.99893\n865,1647171525,47.74306,8.99894\n866,1647171526,47.74305,8.99895\n867,1647171527,47.74305,8.99895\n868,1647171528,47.74304,8.99896\n869,1647171529,47.74302,8.99896\n870,1647171531,47.74302,8.99897\n871,1647171532,47.74302,8.99897\n872,1647171533,47.74302,8.99898\n873,1647171534,47.74302,8.99898\n874,1647171535,47.74303,8.99898\n875,1647171536,47.74303,8.99899\n876,1647171537,47.74303,8.99899\n877,1647171538,47.74303,8.99899\n878,1647171539,47.74303,8.99900\n879,1647171540,47.74303,8.99900\n880,1647171541,47.74303,8.99900\n881,1647171665,47.74317,8.99900\n882,1647171666,47.74316,8.99901\n883,1647171667,47.74315,8.99902\n884,1647171668,47.74315,8.99902\n885,1647171669,47.74314,8.99902\n886,1647171670,47.74314,8.99902\n887,1647171671,47.74314,8.99902\n888,1647171672,47.74314,8.99902\n889,1647171673,47.74308,8.99902\n890,1647171675,47.74309,8.99902\n891,1647171676,47.74309,8.99902\n892,1647171677,47.74309,8.99902\n893,1647171678,47.74310,8.99902\n894,1647171679,47.74310,8.99902\n895,1647171680,47.74310,8.99902\n896,1647171681,47.74310,8.99902\n897,1647171682,47.74310,8.99902\n898,1647171683,47.74310,8.99902\n899,1647171684,47.74310,8.99902\n900,1647171685,47.74310,8.99902\n901,1647171809,47.74309,8.99894\n902,1647171810,47.74309,8.99896\n903,1647171811,47.74310,8.99897\n904,1647171812,47.74310,8.99897\n905,1647171813,47.74310,8.99898\n906,1647171814,47.74310,8.99899\n907,1647171815,47.74310,8.99898\n908,1647171816,47.74310,8.99898\n909,1647171817,47.74306,8.99898\n910,1647171819,47.74306,8.99898\n911,1647171820,47.74306,8.99898\n912,1647171821,47.74307,8.99898\n913,1647171822,47.74307,8.99898\n914,1647171823,47.74307,8.99898\n915,1647171824,47.74308,8.99898\n916,1647171825,47.74308,8.99898\n917,1647171826,47.74308,8.99898\n918,1647171827,47.74308,8.99898\n919,1647171828,47.74308,8.99898\n920,1647171829,47.74308,8.99898\n921,1647171954,47.74315,8.99896\n922,1647171955,47.74313,8.99895\n923,1647171956,47.74312,8.99895\n924,1647171957,47.74311,8.99898\n925,1647171958,47.74311,8.99898\n926,1647171959,47.74311,8.99899\n927,1647171960,47.74311,8.99899\n928,1647171961,47.74307,8.99903\n929,1647171963,47.74308,8.99903\n930,1647171964,47.74308,8.99902\n931,1647171965,47.74309,8.99902\n932,1647171966,47.74309,8.99902\n933,1647171967,47.74309,8.99902\n934,1647171968,47.74309,8.99902\n935,1647171969,47.74310,8.99902\n936,1647171970,47.74309,8.99902\n937,1647171971,47.74309,8.99902\n938,1647171972,47.74309,8.99902\n939,1647171973,47.74309,8.99901\n940,1647171974,47.74310,8.99901\n941,1647172098,47.74315,8.99897\n942,1647172099,47.74310,8.99902\n943,1647172100,47.74311,8.99903\n944,1647172101,47.74311,8.99903\n945,1647172102,47.74311,8.99902\n946,1647172103,47.74311,8.99902\n947,1647172104,47.74310,8.99902\n948,1647172105,47.74304,8.99905\n949,1647172107,47.74304,8.99904\n950,1647172108,47.74304,8.99904\n951,1647172109,47.74305,8.99903\n952,1647172110,47.74305,8.99903\n953,1647172111,47.74305,8.99904\n954,1647172112,47.74306,8.99904\n955,1647172113,47.74306,8.99904\n956,1647172114,47.74306,8.99904\n957,1647172115,47.74306,8.99904\n958,1647172116,47.74307,8.99904\n959,1647172117,47.74306,8.99903\n960,1647172118,47.74306,8.99903\n961,1647172241,47.74344,8.99912\n962,1647172242,47.74315,8.99902\n963,1647172243,47.74312,8.99902\n964,1647172244,47.74310,8.99902\n965,1647172245,47.74309,8.99902\n966,1647172246,47.74307,8.99901\n967,1647172247,47.74307,8.99901\n968,1647172248,47.74306,8.99901\n969,1647172249,47.74301,8.99901\n970,1647172251,47.74301,8.99900\n971,1647172252,47.74301,8.99900\n972,1647172253,47.74301,8.99900\n973,1647172254,47.74301,8.99900\n974,1647172255,47.74301,8.99900\n975,1647172256,47.74301,8.99900\n976,1647172257,47.74301,8.99899\n977,1647172258,47.74301,8.99899\n978,1647172259,47.74301,8.99899\n979,1647172260,47.74302,8.99899\n980,1647172261,47.74302,8.99899\n981,1647172385,47.74308,8.99893\n982,1647172386,47.74308,8.99892\n983,1647172387,47.74309,8.99891\n984,1647172388,47.74310,8.99891\n985,1647172389,47.74310,8.99891\n986,1647172390,47.74310,8.99891\n987,1647172391,47.74310,8.99891\n988,1647172392,47.74310,8.99891\n989,1647172393,47.74299,8.99895\n990,1647172395,47.74300,8.99895\n991,1647172396,47.74300,8.99896\n992,1647172397,47.74300,8.99896\n993,1647172398,47.74300,8.99896\n994,1647172399,47.74301,8.99896\n995,1647172400,47.74301,8.99897\n996,1647172401,47.74301,8.99897\n997,1647172402,47.74301,8.99897\n998,1647172403,47.74301,8.99897\n999,1647172404,47.74301,8.99897\n1000,1647172405,47.74301,8.99897\n1001,1647172528,47.74306,8.99883\n1002,1647172529,47.74305,8.99885\n1003,1647172530,47.74305,8.99886\n1004,1647172531,47.74305,8.99886\n1005,1647172532,47.74305,8.99886\n1006,1647172533,47.74305,8.99887\n1007,1647172534,47.74306,8.99888\n1008,1647172535,47.74307,8.99889\n1009,1647172536,47.74308,8.99889\n1010,1647172537,47.74302,8.99898\n1011,1647172539,47.74302,8.99899\n1012,1647172540,47.74302,8.99898\n1013,1647172541,47.74302,8.99898\n1014,1647172542,47.74302,8.99897\n1015,1647172543,47.74302,8.99897\n1016,1647172544,47.74302,8.99897\n1017,1647172545,47.74302,8.99897\n1018,1647172546,47.74302,8.99897\n1019,1647172547,47.74302,8.99897\n1020,1647172548,47.74302,8.99897\n1021,1647172674,47.74305,8.99896\n1022,1647172675,47.74303,8.99896\n1023,1647172676,47.74303,8.99896\n1024,1647172677,47.74303,8.99897\n1025,1647172678,47.74303,8.99897\n1026,1647172679,47.74303,8.99897\n1027,1647172680,47.74303,8.99897\n1028,1647172681,47.74301,8.99898\n1029,1647172683,47.74300,8.99898\n1030,1647172684,47.74300,8.99898\n1031,1647172685,47.74299,8.99898\n1032,1647172686,47.74299,8.99898\n1033,1647172687,47.74299,8.99898\n1034,1647172688,47.74298,8.99898\n1035,1647172689,47.74298,8.99898\n1036,1647172690,47.74298,8.99898\n1037,1647172691,47.74298,8.99898\n1038,1647172692,47.74298,8.99898\n1039,1647172693,47.74298,8.99898\n1040,1647172694,47.74298,8.99898\n1041,1647172823,47.74298,8.99898\n1042,1647172824,47.74301,8.99898\n1043,1647172825,47.74303,8.99898\n1044,1647172827,47.74304,8.99898\n1045,1647172828,47.74305,8.99898\n1046,1647172829,47.74306,8.99898\n1047,1647172830,47.74306,8.99899\n1048,1647172831,47.74308,8.99899\n1049,1647172832,47.74308,8.99899\n1050,1647172833,47.74308,8.99899\n1051,1647172834,47.74308,8.99899\n1052,1647172835,47.74308,8.99900\n1053,1647172836,47.74307,8.99900\n1054,1647172837,47.74307,8.99900\n1055,1647172838,47.74307,8.99900\n1056,1647172839,47.74307,8.99900\n1057,1647172840,47.74306,8.99900\n1058,1647172841,47.74306,8.99900\n1059,1647172842,47.74306,8.99900\n1060,1647172843,47.74306,8.99900\n1061,1647172967,47.74308,8.99903\n1062,1647172968,47.74316,8.99906\n1063,1647172969,47.74310,8.99904\n1064,1647172970,47.74309,8.99903\n1065,1647172971,47.74309,8.99902\n1066,1647172972,47.74309,8.99903\n1067,1647172973,47.74308,8.99902\n1068,1647172974,47.74308,8.99903\n1069,1647172975,47.74305,8.99902\n1070,1647172977,47.74305,8.99902\n1071,1647172978,47.74304,8.99902\n1072,1647172979,47.74304,8.99902\n1073,1647172980,47.74304,8.99902\n1074,1647172981,47.74304,8.99902\n1075,1647172982,47.74304,8.99902\n1076,1647172983,47.74304,8.99902\n1077,1647172984,47.74304,8.99902\n1078,1647172985,47.74304,8.99902\n1079,1647172986,47.74304,8.99902\n1080,1647172987,47.74304,8.99902\n1081,1647173112,47.74299,8.99899\n1082,1647173113,47.74303,8.99898\n1083,1647173114,47.74305,8.99898\n1084,1647173115,47.74306,8.99897\n1085,1647173116,47.74307,8.99897\n1086,1647173117,47.74308,8.99897\n1087,1647173118,47.74308,8.99897\n1088,1647173119,47.74301,8.99899\n1089,1647173121,47.74301,8.99899\n1090,1647173122,47.74301,8.99899\n1091,1647173123,47.74301,8.99898\n1092,1647173124,47.74301,8.99898\n1093,1647173125,47.74301,8.99898\n1094,1647173126,47.74301,8.99898\n1095,1647173127,47.74301,8.99898\n1096,1647173128,47.74301,8.99899\n1097,1647173129,47.74301,8.99899\n1098,1647173130,47.74301,8.99899\n1099,1647173131,47.74301,8.99899\n1100,1647173132,47.74301,8.99899\n1101,1647173256,47.74301,8.99900\n1102,1647173257,47.74301,8.99900\n1103,1647173258,47.74301,8.99899\n1104,1647173259,47.74301,8.99899\n1105,1647173260,47.74302,8.99899\n1106,1647173261,47.74302,8.99898\n1107,1647173262,47.74301,8.99898\n1108,1647173263,47.74302,8.99898\n1109,1647173265,47.74302,8.99898\n1110,1647173266,47.74302,8.99897\n1111,1647173267,47.74302,8.99897\n1112,1647173268,47.74302,8.99897\n1113,1647173269,47.74302,8.99897\n1114,1647173270,47.74302,8.99897\n1115,1647173271,47.74302,8.99897\n1116,1647173272,47.74302,8.99897\n1117,1647173273,47.74302,8.99896\n1118,1647173274,47.74302,8.99896\n1119,1647173275,47.74302,8.99897\n1120,1647173276,47.74302,8.99896\n1121,1647173399,47.74306,8.99910\n1122,1647173400,47.74299,8.99906\n1123,1647173401,47.74300,8.99905\n1124,1647173402,47.74302,8.99905\n1125,1647173403,47.74303,8.99904\n1126,1647173404,47.74304,8.99904\n1127,1647173405,47.74304,8.99904\n1128,1647173406,47.74304,8.99904\n1129,1647173407,47.74303,8.99904\n1130,1647173409,47.74303,8.99904\n1131,1647173410,47.74303,8.99904\n1132,1647173411,47.74303,8.99904\n1133,1647173412,47.74304,8.99904\n1134,1647173413,47.74304,8.99904\n1135,1647173414,47.74304,8.99904\n1136,1647173415,47.74304,8.99904\n1137,1647173416,47.74304,8.99904\n1138,1647173417,47.74304,8.99904\n1139,1647173418,47.74303,8.99904\n1140,1647173419,47.74303,8.99904\n1141,1647173544,47.74299,8.99908\n1142,1647173545,47.74301,8.99905\n1143,1647173546,47.74301,8.99903\n1144,1647173547,47.74301,8.99903\n1145,1647173548,47.74301,8.99902\n1146,1647173549,47.74302,8.99901\n1147,1647173550,47.74302,8.99901\n1148,1647173551,47.74301,8.99901\n1149,1647173553,47.74302,8.99901\n1150,1647173554,47.74302,8.99901\n1151,1647173555,47.74302,8.99901\n1152,1647173556,47.74302,8.99901\n1153,1647173557,47.74302,8.99901\n1154,1647173558,47.74303,8.99901\n1155,1647173559,47.74303,8.99901\n1156,1647173560,47.74303,8.99901\n1157,1647173561,47.74302,8.99901\n1158,1647173562,47.74303,8.99901\n1159,1647173563,47.74302,8.99901\n1160,1647173564,47.74302,8.99901\n1161,1647173689,47.74282,8.99902\n1162,1647173690,47.74279,8.99901\n1163,1647173691,47.74276,8.99899\n1164,1647173692,47.74275,8.99898\n1165,1647173693,47.74273,8.99897\n1166,1647173694,47.74276,8.99897\n1167,1647173695,47.74273,8.99896\n1168,1647173697,47.74270,8.99895\n1169,1647173698,47.74272,8.99895\n1170,1647173699,47.74272,8.99894\n1171,1647173700,47.74274,8.99894\n1172,1647173701,47.74276,8.99894\n1173,1647173702,47.74276,8.99894\n1174,1647173703,47.74277,8.99894\n1175,1647173704,47.74280,8.99894\n1176,1647173705,47.74283,8.99894\n1177,1647173706,47.74285,8.99894\n1178,1647173707,47.74287,8.99894\n1179,1647173708,47.74289,8.99894\n1180,1647173709,47.74290,8.99895\n1181,1647173834,47.74327,8.99899\n1182,1647173835,47.74323,8.99897\n1183,1647173836,47.74320,8.99894\n1184,1647173837,47.74317,8.99894\n1185,1647173838,47.74316,8.99896\n1186,1647173839,47.74307,8.99902\n1187,1647173841,47.74306,8.99901\n1188,1647173842,47.74305,8.99900\n1189,1647173843,47.74306,8.99900\n1190,1647173844,47.74306,8.99900\n1191,1647173845,47.74306,8.99900\n1192,1647173846,47.74306,8.99899\n1193,1647173847,47.74306,8.99899\n1194,1647173848,47.74306,8.99899\n1195,1647173849,47.74305,8.99899\n1196,1647173850,47.74305,8.99899\n1197,1647173851,47.74305,8.99899\n1198,1647173852,47.74304,8.99898\n1199,1647173853,47.74304,8.99898\n1200,1647173854,47.74304,8.99898\n1201,1647173983,47.74299,8.99888\n1202,1647173984,47.74298,8.99888\n1203,1647173985,47.74297,8.99887\n1204,1647173986,47.74297,8.99887\n1205,1647173987,47.74299,8.99886\n1206,1647173988,47.74299,8.99886\n1207,1647173989,47.74293,8.99891\n1208,1647173991,47.74293,8.99891\n1209,1647173992,47.74292,8.99891\n1210,1647173993,47.74292,8.99891\n1211,1647173994,47.74291,8.99891\n1212,1647173995,47.74290,8.99891\n1213,1647173996,47.74290,8.99891\n1214,1647173997,47.74289,8.99891\n1215,1647173998,47.74289,8.99892\n1216,1647173999,47.74289,8.99892\n1217,1647174000,47.74288,8.99892\n1218,1647174001,47.74294,8.99893\n1219,1647174003,47.74299,8.99894\n1220,1647174004,47.74299,8.99894\n1221,1647174127,47.74307,8.99899\n1222,1647174128,47.74307,8.99897\n1223,1647174129,47.74306,8.99898\n1224,1647174130,47.74306,8.99899\n1225,1647174131,47.74306,8.99899\n1226,1647174132,47.74305,8.99899\n1227,1647174133,47.74305,8.99899\n1228,1647174134,47.74305,8.99899\n1229,1647174135,47.74305,8.99898\n1230,1647174136,47.74305,8.99898\n1231,1647174137,47.74305,8.99898\n1232,1647174138,47.74304,8.99897\n1233,1647174139,47.74304,8.99898\n1234,1647174141,47.74303,8.99897\n1235,1647174142,47.74303,8.99897\n1236,1647174143,47.74302,8.99897\n1237,1647174144,47.74302,8.99897\n1238,1647174145,47.74302,8.99897\n1239,1647174146,47.74302,8.99898\n1240,1647174147,47.74302,8.99898\n1241,1647174271,47.74320,8.99898\n1242,1647174272,47.74310,8.99898\n1243,1647174273,47.74309,8.99899\n1244,1647174274,47.74309,8.99899\n1245,1647174275,47.74308,8.99899\n1246,1647174276,47.74309,8.99900\n1247,1647174277,47.74310,8.99900\n1248,1647174279,47.74309,8.99900\n1249,1647174280,47.74309,8.99900\n1250,1647174281,47.74308,8.99899\n1251,1647174282,47.74308,8.99899\n1252,1647174283,47.74308,8.99900\n1253,1647174284,47.74308,8.99900\n1254,1647174285,47.74309,8.99900\n1255,1647174286,47.74309,8.99899\n1256,1647174287,47.74309,8.99899\n1257,1647174288,47.74309,8.99899\n1258,1647174289,47.74309,8.99900\n1259,1647174290,47.74309,8.99900\n1260,1647174291,47.74309,8.99900\n1261,1647174414,47.74281,8.99906\n1262,1647174415,47.74293,8.99909\n1263,1647174416,47.74295,8.99907\n1264,1647174417,47.74295,8.99906\n1265,1647174418,47.74296,8.99904\n1266,1647174419,47.74295,8.99903\n1267,1647174420,47.74294,8.99903\n1268,1647174421,47.74294,8.99903\n1269,1647174422,47.74294,8.99902\n1270,1647174423,47.74294,8.99902\n1271,1647174424,47.74295,8.99902\n1272,1647174425,47.74295,8.99902\n1273,1647174426,47.74295,8.99901\n1274,1647174427,47.74297,8.99902\n1275,1647174429,47.74298,8.99901\n1276,1647174430,47.74298,8.99901\n1277,1647174431,47.74298,8.99901\n1278,1647174432,47.74298,8.99901\n1279,1647174433,47.74299,8.99901\n1280,1647174434,47.74299,8.99901\n1281,1647174557,47.74311,8.99897\n1282,1647174558,47.74326,8.99899\n1283,1647174559,47.74324,8.99897\n1284,1647174560,47.74322,8.99896\n1285,1647174561,47.74321,8.99896\n1286,1647174562,47.74320,8.99896\n1287,1647174563,47.74320,8.99895\n1288,1647174564,47.74318,8.99896\n1289,1647174565,47.74316,8.99895\n1290,1647174567,47.74315,8.99896\n1291,1647174568,47.74315,8.99896\n1292,1647174569,47.74313,8.99896\n1293,1647174570,47.74311,8.99897\n1294,1647174571,47.74311,8.99897\n1295,1647174572,47.74310,8.99897\n1296,1647174573,47.74309,8.99897\n1297,1647174574,47.74308,8.99898\n1298,1647174575,47.74307,8.99898\n1299,1647174576,47.74306,8.99898\n1300,1647174577,47.74306,8.99898\n1301,1647174701,47.74313,8.99886\n1302,1647174702,47.74304,8.99894\n1303,1647174703,47.74301,8.99895\n1304,1647174704,47.74301,8.99896\n1305,1647174705,47.74300,8.99896\n1306,1647174706,47.74300,8.99897\n1307,1647174707,47.74300,8.99897\n1308,1647174708,47.74301,8.99898\n1309,1647174709,47.74300,8.99900\n1310,1647174711,47.74300,8.99901\n1311,1647174712,47.74300,8.99901\n1312,1647174713,47.74300,8.99901\n1313,1647174714,47.74300,8.99901\n1314,1647174715,47.74301,8.99901\n1315,1647174716,47.74300,8.99901\n1316,1647174717,47.74301,8.99901\n1317,1647174718,47.74301,8.99901\n1318,1647174719,47.74301,8.99901\n1319,1647174720,47.74301,8.99901\n1320,1647174721,47.74301,8.99901\n1321,1647174844,47.74308,8.99895\n1322,1647174845,47.74320,8.99893\n1323,1647174846,47.74315,8.99896\n1324,1647174847,47.74311,8.99897\n1325,1647174848,47.74309,8.99897\n1326,1647174849,47.74307,8.99898\n1327,1647174850,47.74307,8.99898\n1328,1647174851,47.74306,8.99898\n1329,1647174852,47.74306,8.99898\n1330,1647174853,47.74305,8.99899\n1331,1647174855,47.74305,8.99899\n1332,1647174856,47.74305,8.99899\n1333,1647174857,47.74304,8.99900\n1334,1647174858,47.74304,8.99900\n1335,1647174859,47.74304,8.99900\n1336,1647174860,47.74304,8.99900\n1337,1647174861,47.74304,8.99900\n1338,1647174862,47.74304,8.99900\n1339,1647174863,47.74304,8.99900\n1340,1647174864,47.74304,8.99900\n1341,1647174988,47.74298,8.99894\n1342,1647174989,47.74298,8.99896\n1343,1647174990,47.74300,8.99897\n1344,1647174991,47.74301,8.99896\n1345,1647174992,47.74301,8.99894\n1346,1647174993,47.74303,8.99894\n1347,1647174994,47.74304,8.99894\n1348,1647174995,47.74304,8.99893\n1349,1647174996,47.74305,8.99893\n1350,1647174997,47.74307,8.99897\n1351,1647174999,47.74307,8.99896\n1352,1647175000,47.74307,8.99896\n1353,1647175001,47.74307,8.99896\n1354,1647175002,47.74307,8.99895\n1355,1647175003,47.74307,8.99895\n1356,1647175004,47.74307,8.99895\n1357,1647175005,47.74307,8.99896\n1358,1647175006,47.74307,8.99896\n1359,1647175007,47.74307,8.99895\n1360,1647175008,47.74307,8.99895\n1361,1647175131,47.74305,8.99896\n1362,1647175132,47.74307,8.99903\n1363,1647175133,47.74306,8.99898\n1364,1647175134,47.74306,8.99897\n1365,1647175135,47.74305,8.99897\n1366,1647175136,47.74305,8.99897\n1367,1647175137,47.74304,8.99898\n1368,1647175138,47.74304,8.99898\n1369,1647175139,47.74304,8.99899\n1370,1647175140,47.74303,8.99899\n1371,1647175141,47.74303,8.99900\n1372,1647175143,47.74303,8.99900\n1373,1647175144,47.74303,8.99900\n1374,1647175145,47.74303,8.99901\n1375,1647175146,47.74303,8.99901\n1376,1647175147,47.74302,8.99901\n1377,1647175148,47.74302,8.99901\n1378,1647175149,47.74302,8.99901\n1379,1647175150,47.74303,8.99901\n1380,1647175151,47.74303,8.99901\n1381,1647175274,47.74291,8.99921\n1382,1647175275,47.74313,8.99895\n1383,1647175276,47.74313,8.99896\n1384,1647175277,47.74312,8.99897\n1385,1647175278,47.74312,8.99898\n1386,1647175279,47.74312,8.99898\n1387,1647175280,47.74311,8.99898\n1388,1647175281,47.74311,8.99898\n1389,1647175282,47.74311,8.99898\n1390,1647175283,47.74311,8.99898\n1391,1647175284,47.74310,8.99898\n1392,1647175285,47.74310,8.99897\n1393,1647175287,47.74309,8.99897\n1394,1647175288,47.74309,8.99897\n1395,1647175289,47.74308,8.99897\n1396,1647175290,47.74308,8.99897\n1397,1647175291,47.74308,8.99897\n1398,1647175292,47.74308,8.99897\n1399,1647175293,47.74308,8.99897\n1400,1647175294,47.74307,8.99898\n1401,1647175418,47.74306,8.99891\n1402,1647175419,47.74303,8.99893\n1403,1647175420,47.74304,8.99892\n1404,1647175421,47.74304,8.99892\n1405,1647175422,47.74304,8.99893\n1406,1647175423,47.74304,8.99893\n1407,1647175424,47.74304,8.99893\n1408,1647175425,47.74304,8.99893\n1409,1647175426,47.74304,8.99893\n1410,1647175427,47.74304,8.99893\n1411,1647175428,47.74304,8.99893\n1412,1647175429,47.74304,8.99895\n1413,1647175431,47.74304,8.99895\n1414,1647175432,47.74305,8.99895\n1415,1647175433,47.74305,8.99895\n1416,1647175434,47.74305,8.99895\n1417,1647175435,47.74305,8.99894\n1418,1647175436,47.74305,8.99894\n1419,1647175437,47.74305,8.99894\n1420,1647175438,47.74306,8.99894\n1421,1647175562,47.74301,8.99904\n1422,1647175563,47.74303,8.99902\n1423,1647175564,47.74307,8.99899\n1424,1647175565,47.74308,8.99897\n1425,1647175566,47.74307,8.99897\n1426,1647175567,47.74307,8.99897\n1427,1647175568,47.74307,8.99896\n1428,1647175569,47.74307,8.99896\n1429,1647175570,47.74308,8.99897\n1430,1647175571,47.74307,8.99897\n1431,1647175572,47.74307,8.99897\n1432,1647175573,47.74308,8.99897\n1433,1647175575,47.74308,8.99897\n1434,1647175576,47.74307,8.99897\n1435,1647175577,47.74307,8.99898\n1436,1647175578,47.74307,8.99898\n1437,1647175579,47.74307,8.99898\n1438,1647175580,47.74307,8.99898\n1439,1647175581,47.74307,8.99898\n1440,1647175582,47.74307,8.99898\n1441,1647175707,47.74302,8.99897\n1442,1647175708,47.74304,8.99896\n1443,1647175709,47.74304,8.99896\n1444,1647175710,47.74304,8.99897\n1445,1647175711,47.74305,8.99897\n1446,1647175712,47.74305,8.99897\n1447,1647175713,47.74305,8.99898\n1448,1647175714,47.74305,8.99898\n1449,1647175715,47.74305,8.99898\n1450,1647175716,47.74305,8.99899\n1451,1647175717,47.74305,8.99899\n1452,1647175719,47.74306,8.99899\n1453,1647175720,47.74306,8.99899\n1454,1647175721,47.74306,8.99899\n1455,1647175722,47.74306,8.99899\n1456,1647175723,47.74305,8.99899\n1457,1647175724,47.74305,8.99899\n1458,1647175725,47.74305,8.99899\n1459,1647175726,47.74305,8.99899\n1460,1647175727,47.74306,8.99899\n1461,1647175851,47.74307,8.99902\n1462,1647175852,47.74309,8.99896\n1463,1647175853,47.74310,8.99895\n1464,1647175854,47.74308,8.99896\n1465,1647175855,47.74307,8.99895\n1466,1647175856,47.74306,8.99895\n1467,1647175857,47.74306,8.99895\n1468,1647175858,47.74306,8.99896\n1469,1647175859,47.74306,8.99896\n1470,1647175860,47.74306,8.99898\n1471,1647175861,47.74305,8.99898\n1472,1647175863,47.74305,8.99899\n1473,1647175864,47.74305,8.99899\n1474,1647175865,47.74305,8.99899\n1475,1647175866,47.74305,8.99899\n1476,1647175867,47.74305,8.99899\n1477,1647175868,47.74306,8.99899\n1478,1647175869,47.74306,8.99899\n1479,1647175870,47.74306,8.99899\n1480,1647175871,47.74306,8.99899\n1481,1647175995,47.74306,8.99903\n1482,1647175996,47.74307,8.99901\n1483,1647175997,47.74308,8.99899\n1484,1647175998,47.74308,8.99899\n1485,1647175999,47.74308,8.99898\n1486,1647176000,47.74308,8.99898\n1487,1647176001,47.74308,8.99898\n1488,1647176002,47.74308,8.99898\n1489,1647176003,47.74308,8.99899\n1490,1647176004,47.74307,8.99899\n1491,1647176005,47.74307,8.99899\n1492,1647176007,47.74307,8.99899\n1493,1647176008,47.74306,8.99899\n1494,1647176009,47.74306,8.99899\n1495,1647176010,47.74306,8.99899\n1496,1647176011,47.74306,8.99899\n1497,1647176012,47.74306,8.99899\n1498,1647176013,47.74306,8.99899\n1499,1647176014,47.74306,8.99899\n1500,1647176015,47.74306,8.99899\n1501,1647176138,47.74317,8.99939\n1502,1647176139,47.74309,8.99915\n1503,1647176140,47.74309,8.99909\n1504,1647176141,47.74308,8.99907\n1505,1647176142,47.74308,8.99905\n1506,1647176143,47.74307,8.99899\n1507,1647176144,47.74308,8.99893\n1508,1647176145,47.74308,8.99892\n1509,1647176146,47.74308,8.99891\n1510,1647176147,47.74308,8.99889\n1511,1647176148,47.74308,8.99888\n1512,1647176149,47.74307,8.99897\n1513,1647176151,47.74306,8.99897\n1514,1647176152,47.74305,8.99897\n1515,1647176153,47.74305,8.99897\n1516,1647176154,47.74305,8.99897\n1517,1647176155,47.74305,8.99897\n1518,1647176156,47.74305,8.99897\n1519,1647176157,47.74306,8.99897\n1520,1647176158,47.74306,8.99897\n1521,1647176282,47.74324,8.99899\n1522,1647176282,47.74311,8.99892\n1523,1647176283,47.74311,8.99891\n1524,1647176284,47.74310,8.99892\n1525,1647176285,47.74310,8.99892\n1526,1647176286,47.74309,8.99892\n1527,1647176287,47.74309,8.99893\n1528,1647176288,47.74309,8.99893\n1529,1647176289,47.74309,8.99894\n1530,1647176290,47.74309,8.99894\n1531,1647176291,47.74308,8.99895\n1532,1647176292,47.74308,8.99895\n1533,1647176293,47.74310,8.99894\n1534,1647176295,47.74310,8.99894\n1535,1647176296,47.74310,8.99894\n1536,1647176297,47.74310,8.99894\n1537,1647176298,47.74310,8.99894\n1538,1647176299,47.74311,8.99894\n1539,1647176300,47.74311,8.99894\n1540,1647176301,47.74310,8.99895\n1541,1647176425,47.74305,8.99911\n1542,1647176426,47.74305,8.99905\n1543,1647176427,47.74305,8.99903\n1544,1647176428,47.74306,8.99903\n1545,1647176429,47.74307,8.99902\n1546,1647176430,47.74308,8.99901\n1547,1647176431,47.74308,8.99900\n1548,1647176432,47.74309,8.99900\n1549,1647176433,47.74309,8.99900\n1550,1647176434,47.74309,8.99899\n1551,1647176435,47.74310,8.99899\n1552,1647176436,47.74310,8.99899\n1553,1647176437,47.74310,8.99898\n1554,1647176438,47.74310,8.99898\n1555,1647176440,47.74310,8.99897\n1556,1647176441,47.74310,8.99897\n1557,1647176442,47.74310,8.99897\n1558,1647176443,47.74310,8.99897\n1559,1647176444,47.74310,8.99897\n1560,1647176445,47.74310,8.99897\n1561,1647176570,47.74308,8.99901\n1562,1647176571,47.74307,8.99901\n1563,1647176572,47.74306,8.99901\n1564,1647176573,47.74305,8.99901\n1565,1647176574,47.74304,8.99901\n1566,1647176575,47.74303,8.99901\n1567,1647176576,47.74303,8.99901\n1568,1647176577,47.74302,8.99901\n1569,1647176578,47.74302,8.99902\n1570,1647176579,47.74302,8.99902\n1571,1647176580,47.74302,8.99902\n1572,1647176581,47.74303,8.99901\n1573,1647176583,47.74303,8.99901\n1574,1647176584,47.74303,8.99901\n1575,1647176585,47.74303,8.99901\n1576,1647176586,47.74303,8.99900\n1577,1647176587,47.74303,8.99900\n1578,1647176588,47.74303,8.99900\n1579,1647176589,47.74303,8.99900\n1580,1647176590,47.74303,8.99900\n1581,1647176713,47.74308,8.99913\n1582,1647176714,47.74297,8.99895\n1583,1647176715,47.74296,8.99895\n1584,1647176716,47.74303,8.99892\n1585,1647176717,47.74305,8.99889\n1586,1647176718,47.74305,8.99889\n1587,1647176719,47.74306,8.99889\n1588,1647176720,47.74306,8.99888\n1589,1647176721,47.74307,8.99888\n1590,1647176722,47.74307,8.99888\n1591,1647176723,47.74307,8.99887\n1592,1647176724,47.74307,8.99887\n1593,1647176725,47.74304,8.99891\n1594,1647176727,47.74304,8.99892\n1595,1647176728,47.74304,8.99892\n1596,1647176729,47.74305,8.99892\n1597,1647176730,47.74305,8.99892\n1598,1647176731,47.74304,8.99893\n1599,1647176732,47.74304,8.99893\n1600,1647176733,47.74303,8.99893\n1601,1647176857,47.74314,8.99894\n1602,1647176858,47.74313,8.99897\n1603,1647176859,47.74312,8.99896\n1604,1647176860,47.74312,8.99896\n1605,1647176861,47.74311,8.99896\n1606,1647176862,47.74311,8.99896\n1607,1647176863,47.74311,8.99896\n1608,1647176864,47.74311,8.99895\n1609,1647176865,47.74310,8.99895\n1610,1647176866,47.74310,8.99894\n1611,1647176867,47.74309,8.99894\n1612,1647176868,47.74309,8.99894\n1613,1647176869,47.74307,8.99896\n1614,1647176871,47.74307,8.99896\n1615,1647176872,47.74307,8.99896\n1616,1647176873,47.74307,8.99896\n1617,1647176874,47.74307,8.99896\n1618,1647176875,47.74307,8.99897\n1619,1647176876,47.74307,8.99897\n1620,1647176877,47.74307,8.99897\n1621,1647177001,47.74304,8.99891\n1622,1647177002,47.74305,8.99892\n1623,1647177003,47.74305,8.99892\n1624,1647177004,47.74304,8.99891\n1625,1647177005,47.74305,8.99891\n1626,1647177006,47.74305,8.99890\n1627,1647177007,47.74305,8.99890\n1628,1647177008,47.74305,8.99890\n1629,1647177009,47.74305,8.99890\n1630,1647177010,47.74305,8.99889\n1631,1647177011,47.74306,8.99890\n1632,1647177012,47.74306,8.99890\n1633,1647177013,47.74304,8.99894\n1634,1647177015,47.74304,8.99894\n1635,1647177016,47.74304,8.99894\n1636,1647177017,47.74304,8.99894\n1637,1647177018,47.74304,8.99894\n1638,1647177019,47.74304,8.99895\n1639,1647177020,47.74304,8.99895\n1640,1647177021,47.74304,8.99895\n1641,1647177144,47.74279,8.99901\n1642,1647177145,47.74288,8.99902\n1643,1647177146,47.74292,8.99901\n1644,1647177147,47.74294,8.99900\n1645,1647177148,47.74296,8.99899\n1646,1647177149,47.74298,8.99898\n1647,1647177150,47.74299,8.99898\n1648,1647177151,47.74300,8.99898\n1649,1647177152,47.74300,8.99898\n1650,1647177153,47.74300,8.99897\n1651,1647177154,47.74301,8.99897\n1652,1647177155,47.74301,8.99897\n1653,1647177156,47.74301,8.99897\n1654,1647177157,47.74302,8.99895\n1655,1647177159,47.74303,8.99895\n1656,1647177160,47.74303,8.99895\n1657,1647177161,47.74303,8.99895\n1658,1647177162,47.74303,8.99896\n1659,1647177163,47.74303,8.99896\n1660,1647177164,47.74303,8.99896\n1661,1647177288,47.74293,8.99910\n1662,1647177289,47.74296,8.99905\n1663,1647177290,47.74298,8.99907\n1664,1647177291,47.74301,8.99908\n1665,1647177292,47.74302,8.99908\n1666,1647177293,47.74302,8.99908\n1667,1647177294,47.74304,8.99909\n1668,1647177295,47.74306,8.99905\n1669,1647177297,47.74306,8.99905\n1670,1647177298,47.74307,8.99905\n1671,1647177299,47.74307,8.99905\n1672,1647177300,47.74307,8.99905\n1673,1647177301,47.74307,8.99905\n1674,1647177302,47.74307,8.99905\n1675,1647177303,47.74307,8.99905\n1676,1647177304,47.74306,8.99905\n1677,1647177305,47.74306,8.99904\n1678,1647177306,47.74306,8.99904\n1679,1647177307,47.74306,8.99904\n1680,1647177308,47.74306,8.99904\n1681,1647177431,47.74303,8.99905\n1682,1647177432,47.74303,8.99900\n1683,1647177433,47.74303,8.99899\n1684,1647177434,47.74304,8.99898\n1685,1647177435,47.74306,8.99898\n1686,1647177436,47.74306,8.99898\n1687,1647177437,47.74307,8.99897\n1688,1647177438,47.74308,8.99897\n1689,1647177439,47.74309,8.99896\n1690,1647177441,47.74310,8.99896\n1691,1647177442,47.74310,8.99896\n1692,1647177443,47.74310,8.99896\n1693,1647177444,47.74310,8.99896\n1694,1647177445,47.74310,8.99896\n1695,1647177446,47.74310,8.99896\n1696,1647177447,47.74310,8.99896\n1697,1647177448,47.74310,8.99896\n1698,1647177449,47.74310,8.99896\n1699,1647177450,47.74311,8.99896\n1700,1647177451,47.74310,8.99897\n1701,1647177575,47.74336,8.99903\n1702,1647177575,47.74327,8.99879\n1703,1647177576,47.74326,8.99880\n1704,1647177577,47.74325,8.99882\n1705,1647177578,47.74324,8.99882\n1706,1647177579,47.74322,8.99882\n1707,1647177580,47.74321,8.99883\n1708,1647177581,47.74320,8.99883\n1709,1647177582,47.74320,8.99883\n1710,1647177583,47.74311,8.99889\n1711,1647177585,47.74311,8.99891\n1712,1647177586,47.74311,8.99891\n1713,1647177587,47.74310,8.99892\n1714,1647177588,47.74310,8.99891\n1715,1647177589,47.74310,8.99892\n1716,1647177590,47.74310,8.99892\n1717,1647177591,47.74310,8.99892\n1718,1647177592,47.74311,8.99892\n1719,1647177593,47.74311,8.99891\n1720,1647177594,47.74310,8.99892\n1721,1647177718,47.74323,8.99888\n1722,1647177719,47.74324,8.99887\n1723,1647177720,47.74323,8.99888\n1724,1647177721,47.74322,8.99888\n1725,1647177722,47.74321,8.99888\n1726,1647177723,47.74321,8.99887\n1727,1647177724,47.74320,8.99887\n1728,1647177725,47.74320,8.99887\n1729,1647177726,47.74319,8.99888\n1730,1647177727,47.74308,8.99894\n1731,1647177729,47.74308,8.99893\n1732,1647177730,47.74308,8.99893\n1733,1647177731,47.74309,8.99894\n1734,1647177732,47.74309,8.99894\n1735,1647177733,47.74308,8.99893\n1736,1647177734,47.74308,8.99893\n1737,1647177735,47.74308,8.99893\n1738,1647177736,47.74309,8.99893\n1739,1647177737,47.74308,8.99893\n1740,1647177738,47.74308,8.99892\n1741,1647177865,47.74290,8.99895\n1742,1647177866,47.74291,8.99896\n1743,1647177867,47.74292,8.99896\n1744,1647177868,47.74293,8.99895\n1745,1647177869,47.74295,8.99895\n1746,1647177870,47.74296,8.99894\n1747,1647177871,47.74298,8.99894\n1748,1647177872,47.74302,8.99893\n1749,1647177874,47.74303,8.99893\n1750,1647177875,47.74304,8.99893\n1751,1647177876,47.74304,8.99893\n1752,1647177877,47.74305,8.99893\n1753,1647177878,47.74305,8.99893\n1754,1647177879,47.74306,8.99893\n1755,1647177880,47.74305,8.99893\n1756,1647177881,47.74305,8.99893\n1757,1647177882,47.74305,8.99893\n1758,1647177883,47.74305,8.99893\n1759,1647177884,47.74305,8.99893\n1760,1647177885,47.74305,8.99893\n1761,1647178011,47.74289,8.99890\n1762,1647178012,47.74287,8.99891\n1763,1647178013,47.74287,8.99891\n1764,1647178014,47.74291,8.99894\n1765,1647178015,47.74292,8.99894\n1766,1647178016,47.74294,8.99895\n1767,1647178017,47.74296,8.99895\n1768,1647178018,47.74297,8.99894\n1769,1647178019,47.74299,8.99894\n1770,1647178020,47.74300,8.99894\n1771,1647178021,47.74298,8.99895\n1772,1647178023,47.74298,8.99894\n1773,1647178024,47.74298,8.99894\n1774,1647178025,47.74298,8.99894\n1775,1647178026,47.74297,8.99894\n1776,1647178027,47.74297,8.99894\n1777,1647178028,47.74297,8.99893\n1778,1647178029,47.74297,8.99893\n1779,1647178030,47.74297,8.99893\n1780,1647178031,47.74296,8.99893\n1781,1647178157,47.74306,8.99888\n1782,1647178158,47.74310,8.99887\n1783,1647178159,47.74311,8.99887\n1784,1647178160,47.74312,8.99887\n1785,1647178161,47.74313,8.99887\n1786,1647178162,47.74314,8.99887\n1787,1647178163,47.74314,8.99888\n1788,1647178164,47.74314,8.99888\n1789,1647178165,47.74308,8.99890\n1790,1647178167,47.74307,8.99890\n1791,1647178168,47.74307,8.99890\n1792,1647178169,47.74307,8.99891\n1793,1647178170,47.74306,8.99891\n1794,1647178171,47.74306,8.99891\n1795,1647178172,47.74305,8.99891\n1796,1647178173,47.74304,8.99891\n1797,1647178174,47.74304,8.99891\n1798,1647178175,47.74304,8.99891\n1799,1647178176,47.74304,8.99891\n1800,1647178177,47.74303,8.99891\n1801,1647178304,47.74307,8.99891\n1802,1647178305,47.74306,8.99892\n1803,1647178306,47.74304,8.99893\n1804,1647178307,47.74304,8.99894\n1805,1647178308,47.74304,8.99893\n1806,1647178309,47.74310,8.99892\n1807,1647178311,47.74310,8.99892\n1808,1647178312,47.74310,8.99892\n1809,1647178313,47.74309,8.99892\n1810,1647178314,47.74309,8.99891\n1811,1647178315,47.74309,8.99891\n1812,1647178316,47.74309,8.99891\n1813,1647178317,47.74310,8.99891\n1814,1647178318,47.74310,8.99890\n1815,1647178319,47.74310,8.99890\n1816,1647178320,47.74310,8.99890\n1817,1647178321,47.74308,8.99890\n1818,1647178323,47.74307,8.99890\n1819,1647178324,47.74306,8.99891\n1820,1647178325,47.74306,8.99890\n1821,1647178449,47.74303,8.99882\n1822,1647178450,47.74303,8.99883\n1823,1647178451,47.74302,8.99884\n1824,1647178452,47.74301,8.99885\n1825,1647178453,47.74302,8.99886\n1826,1647178454,47.74302,8.99887\n1827,1647178455,47.74303,8.99887\n1828,1647178456,47.74303,8.99888\n1829,1647178457,47.74303,8.99888\n1830,1647178458,47.74304,8.99889\n1831,1647178459,47.74304,8.99889\n1832,1647178461,47.74304,8.99890\n1833,1647178462,47.74304,8.99890\n1834,1647178463,47.74304,8.99890\n1835,1647178464,47.74304,8.99890\n1836,1647178465,47.74304,8.99891\n1837,1647178466,47.74304,8.99891\n1838,1647178467,47.74304,8.99891\n1839,1647178468,47.74304,8.99891\n1840,1647178469,47.74304,8.99892\n1841,1647178595,47.74286,8.99893\n1842,1647178596,47.74289,8.99892\n1843,1647178597,47.74290,8.99892\n1844,1647178598,47.74291,8.99892\n1845,1647178599,47.74292,8.99891\n1846,1647178600,47.74293,8.99891\n1847,1647178601,47.74294,8.99891\n1848,1647178602,47.74295,8.99891\n1849,1647178603,47.74297,8.99890\n1850,1647178605,47.74297,8.99890\n1851,1647178606,47.74298,8.99890\n1852,1647178607,47.74298,8.99890\n1853,1647178608,47.74299,8.99890\n1854,1647178609,47.74299,8.99890\n1855,1647178610,47.74299,8.99890\n1856,1647178611,47.74300,8.99890\n1857,1647178612,47.74300,8.99891\n1858,1647178613,47.74299,8.99891\n1859,1647178614,47.74299,8.99891\n1860,1647178615,47.74299,8.99891\n1861,1647178747,47.74309,8.99893\n1862,1647178749,47.74312,8.99892\n1863,1647178750,47.74313,8.99891\n1864,1647178751,47.74313,8.99892\n1865,1647178752,47.74313,8.99892\n1866,1647178753,47.74313,8.99891\n1867,1647178754,47.74313,8.99891\n1868,1647178755,47.74313,8.99891\n1869,1647178756,47.74312,8.99891\n1870,1647178757,47.74312,8.99891\n1871,1647178758,47.74312,8.99892\n1872,1647178759,47.74313,8.99891\n1873,1647178760,47.74313,8.99891\n1874,1647178761,47.74313,8.99891\n1875,1647178762,47.74313,8.99891\n1876,1647178763,47.74313,8.99891\n1877,1647178764,47.74314,8.99891\n1878,1647178765,47.74314,8.99891\n1879,1647178766,47.74314,8.99891\n1880,1647178767,47.74315,8.99890\n1881,1647178894,47.74299,8.99885\n1882,1647178895,47.74300,8.99886\n1883,1647178896,47.74299,8.99886\n1884,1647178897,47.74299,8.99887\n1885,1647178898,47.74299,8.99889\n1886,1647178899,47.74299,8.99889\n1887,1647178900,47.74299,8.99889\n1888,1647178901,47.74299,8.99889\n1889,1647178902,47.74299,8.99890\n1890,1647178903,47.74299,8.99890\n1891,1647178904,47.74302,8.99890\n1892,1647178905,47.74303,8.99891\n1893,1647178906,47.74303,8.99891\n1894,1647178907,47.74303,8.99891\n1895,1647178908,47.74303,8.99891\n1896,1647178909,47.74302,8.99891\n1897,1647178910,47.74303,8.99891\n1898,1647178911,47.74303,8.99891\n1899,1647178912,47.74303,8.99891\n1900,1647178913,47.74303,8.99891\n1901,1647179038,47.74296,8.99898\n1902,1647179040,47.74299,8.99896\n1903,1647179041,47.74299,8.99896\n1904,1647179042,47.74299,8.99895\n1905,1647179043,47.74298,8.99896\n1906,1647179044,47.74298,8.99895\n1907,1647179045,47.74297,8.99894\n1908,1647179046,47.74296,8.99895\n1909,1647179047,47.74296,8.99894\n1910,1647179048,47.74295,8.99894\n1911,1647179049,47.74295,8.99894\n1912,1647179050,47.74295,8.99895\n1913,1647179051,47.74295,8.99895\n1914,1647179052,47.74295,8.99895\n1915,1647179053,47.74295,8.99895\n1916,1647179054,47.74295,8.99895\n1917,1647179055,47.74295,8.99895\n1918,1647179056,47.74294,8.99895\n1919,1647179057,47.74295,8.99895\n1920,1647179058,47.74295,8.99895\n1921,1647179183,47.74298,8.99887\n1922,1647179184,47.74298,8.99888\n1923,1647179185,47.74299,8.99888\n1924,1647179186,47.74299,8.99888\n1925,1647179187,47.74300,8.99888\n1926,1647179188,47.74300,8.99889\n1927,1647179189,47.74300,8.99890\n1928,1647179190,47.74301,8.99890\n1929,1647179191,47.74300,8.99891\n1930,1647179193,47.74300,8.99891\n1931,1647179194,47.74301,8.99891\n1932,1647179195,47.74301,8.99891\n1933,1647179196,47.74301,8.99891\n1934,1647179197,47.74301,8.99891\n1935,1647179198,47.74301,8.99890\n1936,1647179199,47.74301,8.99890\n1937,1647179200,47.74301,8.99890\n1938,1647179201,47.74301,8.99890\n1939,1647179202,47.74301,8.99890\n1940,1647179203,47.74301,8.99890\n1941,1647179328,47.74320,8.99908\n1942,1647179329,47.74306,8.99893\n1943,1647179330,47.74305,8.99892\n1944,1647179331,47.74305,8.99891\n1945,1647179332,47.74305,8.99892\n1946,1647179333,47.74305,8.99892\n1947,1647179334,47.74305,8.99891\n1948,1647179335,47.74305,8.99890\n1949,1647179336,47.74305,8.99890\n1950,1647179338,47.74306,8.99890\n1951,1647179339,47.74305,8.99889\n1952,1647179340,47.74305,8.99889\n1953,1647179341,47.74305,8.99889\n1954,1647179342,47.74305,8.99889\n1955,1647179343,47.74305,8.99889\n1956,1647179344,47.74305,8.99889\n1957,1647179345,47.74305,8.99889\n1958,1647179346,47.74305,8.99888\n1959,1647179347,47.74305,8.99888\n1960,1647179348,47.74305,8.99888\n1961,1647179472,47.74300,8.99900\n1962,1647179473,47.74299,8.99906\n1963,1647179474,47.74298,8.99905\n1964,1647179475,47.74297,8.99903\n1965,1647179476,47.74296,8.99899\n1966,1647179477,47.74297,8.99897\n1967,1647179478,47.74297,8.99895\n1968,1647179479,47.74297,8.99894\n1969,1647179480,47.74293,8.99890\n1970,1647179482,47.74293,8.99889\n1971,1647179483,47.74293,8.99888\n1972,1647179484,47.74293,8.99888\n1973,1647179485,47.74294,8.99888\n1974,1647179486,47.74294,8.99888\n1975,1647179487,47.74294,8.99889\n1976,1647179488,47.74294,8.99889\n1977,1647179489,47.74295,8.99890\n1978,1647179490,47.74295,8.99891\n1979,1647179491,47.74295,8.99891\n1980,1647179493,47.74296,8.99891\n1981,1647179619,47.74305,8.99884\n1982,1647179620,47.74303,8.99882\n1983,1647179621,47.74302,8.99882\n1984,1647179622,47.74301,8.99883\n1985,1647179623,47.74301,8.99887\n1986,1647179624,47.74301,8.99888\n1987,1647179625,47.74300,8.99889\n1988,1647179626,47.74299,8.99891\n1989,1647179627,47.74299,8.99892\n1990,1647179628,47.74300,8.99892\n1991,1647179629,47.74301,8.99893\n1992,1647179631,47.74302,8.99893\n1993,1647179632,47.74302,8.99893\n1994,1647179633,47.74302,8.99893\n1995,1647179634,47.74303,8.99894\n1996,1647179635,47.74304,8.99894\n1997,1647179636,47.74304,8.99894\n1998,1647179637,47.74305,8.99894\n1999,1647179638,47.74306,8.99894\n2000,1647179639,47.74306,8.99894\n2001,1647179768,47.74310,8.99893\n2002,1647179769,47.74307,8.99895\n2003,1647179770,47.74306,8.99895\n2004,1647179771,47.74306,8.99896\n2005,1647179772,47.74304,8.99896\n2006,1647179773,47.74303,8.99897\n2007,1647179774,47.74306,8.99893\n2008,1647179776,47.74307,8.99893\n2009,1647179777,47.74307,8.99893\n2010,1647179778,47.74308,8.99893\n2011,1647179779,47.74308,8.99893\n2012,1647179780,47.74309,8.99893\n2013,1647179781,47.74309,8.99893\n2014,1647179782,47.74309,8.99893\n2015,1647179783,47.74309,8.99894\n2016,1647179784,47.74309,8.99894\n2017,1647179785,47.74309,8.99894\n2018,1647179786,47.74309,8.99894\n2019,1647179787,47.74309,8.99894\n2020,1647179788,47.74309,8.99894\n2021,1647179912,47.74326,8.99909\n2022,1647179913,47.74306,8.99898\n2023,1647179914,47.74304,8.99896\n2024,1647179915,47.74305,8.99896\n2025,1647179916,47.74306,8.99894\n2026,1647179917,47.74307,8.99894\n2027,1647179918,47.74307,8.99893\n2028,1647179919,47.74308,8.99893\n2029,1647179920,47.74308,8.99893\n2030,1647179921,47.74308,8.99893\n2031,1647179922,47.74307,8.99893\n2032,1647179923,47.74307,8.99893\n2033,1647179924,47.74304,8.99891\n2034,1647179926,47.74304,8.99891\n2035,1647179927,47.74303,8.99890\n2036,1647179928,47.74303,8.99889\n2037,1647179929,47.74304,8.99888\n2038,1647179930,47.74304,8.99887\n2039,1647179931,47.74303,8.99888\n2040,1647179932,47.74303,8.99887\n2041,1647180058,47.74315,8.99898\n2042,1647180059,47.74313,8.99896\n2043,1647180060,47.74312,8.99896\n2044,1647180061,47.74311,8.99895\n2045,1647180062,47.74311,8.99896\n2046,1647180063,47.74311,8.99896\n2047,1647180064,47.74311,8.99896\n2048,1647180065,47.74312,8.99896\n2049,1647180066,47.74312,8.99896\n2050,1647180067,47.74312,8.99895\n2051,1647180068,47.74305,8.99890\n2052,1647180070,47.74305,8.99890\n2053,1647180071,47.74305,8.99890\n2054,1647180072,47.74305,8.99890\n2055,1647180073,47.74305,8.99890\n2056,1647180074,47.74305,8.99890\n2057,1647180075,47.74305,8.99890\n2058,1647180076,47.74305,8.99890\n2059,1647180077,47.74305,8.99890\n2060,1647180078,47.74305,8.99890\n2061,1647180203,47.74314,8.99893\n2062,1647180204,47.74310,8.99890\n2063,1647180205,47.74311,8.99891\n2064,1647180206,47.74310,8.99893\n2065,1647180207,47.74310,8.99894\n2066,1647180208,47.74309,8.99895\n2067,1647180209,47.74309,8.99896\n2068,1647180210,47.74308,8.99896\n2069,1647180211,47.74308,8.99897\n2070,1647180212,47.74302,8.99892\n2071,1647180214,47.74302,8.99892\n2072,1647180215,47.74302,8.99892\n2073,1647180216,47.74302,8.99891\n2074,1647180217,47.74302,8.99891\n2075,1647180218,47.74303,8.99892\n2076,1647180219,47.74303,8.99892\n2077,1647180220,47.74303,8.99891\n2078,1647180221,47.74303,8.99891\n2079,1647180222,47.74303,8.99891\n2080,1647180223,47.74303,8.99891\n2081,1647180347,47.74303,8.99904\n2082,1647180348,47.74303,8.99900\n2083,1647180349,47.74304,8.99899\n2084,1647180350,47.74305,8.99899\n2085,1647180351,47.74305,8.99898\n2086,1647180352,47.74305,8.99897\n2087,1647180353,47.74305,8.99896\n2088,1647180354,47.74305,8.99896\n2089,1647180355,47.74305,8.99896\n2090,1647180356,47.74303,8.99894\n2091,1647180358,47.74303,8.99894\n2092,1647180359,47.74303,8.99893\n2093,1647180360,47.74303,8.99893\n2094,1647180361,47.74303,8.99893\n2095,1647180362,47.74303,8.99893\n2096,1647180363,47.74303,8.99892\n2097,1647180364,47.74303,8.99892\n2098,1647180365,47.74302,8.99892\n2099,1647180366,47.74302,8.99891\n2100,1647180367,47.74303,8.99891\n2101,1647180492,47.74316,8.99880\n2102,1647180493,47.74312,8.99891\n2103,1647180494,47.74313,8.99893\n2104,1647180495,47.74313,8.99894\n2105,1647180496,47.74311,8.99894\n2106,1647180497,47.74311,8.99894\n2107,1647180498,47.74311,8.99894\n2108,1647180499,47.74311,8.99894\n2109,1647180500,47.74307,8.99887\n2110,1647180502,47.74307,8.99886\n2111,1647180503,47.74306,8.99886\n2112,1647180504,47.74305,8.99886\n2113,1647180505,47.74304,8.99886\n2114,1647180506,47.74303,8.99885\n2115,1647180507,47.74303,8.99885\n2116,1647180508,47.74302,8.99885\n2117,1647180509,47.74303,8.99885\n2118,1647180510,47.74303,8.99886\n2119,1647180511,47.74302,8.99888\n2120,1647180513,47.74301,8.99890\n2121,1647180638,47.74310,8.99887\n2122,1647180639,47.74308,8.99887\n2123,1647180640,47.74310,8.99887\n2124,1647180641,47.74312,8.99886\n2125,1647180642,47.74312,8.99886\n2126,1647180643,47.74312,8.99886\n2127,1647180644,47.74311,8.99886\n2128,1647180645,47.74308,8.99888\n2129,1647180646,47.74307,8.99889\n2130,1647180647,47.74307,8.99890\n2131,1647180648,47.74306,8.99891\n2132,1647180649,47.74302,8.99898\n2133,1647180651,47.74302,8.99897\n2134,1647180652,47.74302,8.99897\n2135,1647180653,47.74302,8.99897\n2136,1647180654,47.74302,8.99896\n2137,1647180655,47.74302,8.99896\n2138,1647180656,47.74302,8.99895\n2139,1647180657,47.74302,8.99895\n2140,1647180658,47.74302,8.99895\n2141,1647180784,47.74297,8.99897\n2142,1647180785,47.74297,8.99898\n2143,1647180786,47.74296,8.99898\n2144,1647180787,47.74296,8.99898\n2145,1647180788,47.74297,8.99898\n2146,1647180789,47.74297,8.99898\n2147,1647180790,47.74297,8.99898\n2148,1647180791,47.74298,8.99898\n2149,1647180792,47.74298,8.99898\n2150,1647180793,47.74298,8.99898\n2151,1647180794,47.74298,8.99899\n2152,1647180796,47.74299,8.99899\n2153,1647180797,47.74299,8.99899\n2154,1647180798,47.74300,8.99899\n2155,1647180799,47.74300,8.99898\n2156,1647180800,47.74299,8.99898\n2157,1647180801,47.74300,8.99898\n2158,1647180802,47.74299,8.99898\n2159,1647180803,47.74299,8.99898\n2160,1647180804,47.74299,8.99898\n2161,1647180929,47.74307,8.99899\n2162,1647180930,47.74305,8.99894\n2163,1647180931,47.74304,8.99893\n2164,1647180932,47.74303,8.99893\n2165,1647180933,47.74303,8.99893\n2166,1647180934,47.74303,8.99893\n2167,1647180935,47.74303,8.99893\n2168,1647180936,47.74303,8.99894\n2169,1647180937,47.74302,8.99894\n2170,1647180938,47.74303,8.99895\n2171,1647180940,47.74302,8.99895\n2172,1647180941,47.74301,8.99894\n2173,1647180942,47.74301,8.99894\n2174,1647180943,47.74300,8.99894\n2175,1647180944,47.74300,8.99894\n2176,1647180945,47.74300,8.99894\n2177,1647180946,47.74300,8.99894\n2178,1647180947,47.74300,8.99894\n2179,1647180948,47.74300,8.99894\n2180,1647180949,47.74300,8.99893\n2181,1647181074,47.74298,8.99897\n2182,1647181075,47.74302,8.99896\n2183,1647181076,47.74302,8.99895\n2184,1647181077,47.74302,8.99895\n2185,1647181078,47.74302,8.99896\n2186,1647181079,47.74302,8.99897\n2187,1647181080,47.74301,8.99897\n2188,1647181081,47.74300,8.99897\n2189,1647181082,47.74303,8.99899\n2190,1647181084,47.74302,8.99899\n2191,1647181085,47.74302,8.99899\n2192,1647181086,47.74302,8.99899\n2193,1647181087,47.74301,8.99899\n2194,1647181088,47.74301,8.99899\n2195,1647181089,47.74301,8.99899\n2196,1647181090,47.74301,8.99898\n2197,1647181091,47.74301,8.99898\n2198,1647181092,47.74301,8.99898\n2199,1647181093,47.74301,8.99899\n2200,1647181094,47.74301,8.99899\n2201,1647181228,47.74300,8.99894\n2202,1647181229,47.74300,8.99891\n2203,1647181230,47.74301,8.99894\n2204,1647181231,47.74300,8.99894\n2205,1647181232,47.74303,8.99895\n2206,1647181234,47.74302,8.99897\n2207,1647181235,47.74303,8.99897\n2208,1647181236,47.74303,8.99898\n2209,1647181237,47.74303,8.99898\n2210,1647181238,47.74303,8.99898\n2211,1647181239,47.74303,8.99898\n2212,1647181240,47.74303,8.99899\n2213,1647181241,47.74303,8.99899\n2214,1647181242,47.74303,8.99899\n2215,1647181243,47.74303,8.99898\n2216,1647181244,47.74303,8.99898\n2217,1647181245,47.74303,8.99897\n2218,1647181246,47.74304,8.99897\n2219,1647181247,47.74304,8.99896\n2220,1647181248,47.74304,8.99895\n2221,1647181373,47.74303,8.99907\n2222,1647181374,47.74301,8.99903\n2223,1647181375,47.74300,8.99901\n2224,1647181376,47.74299,8.99898\n2225,1647181377,47.74298,8.99896\n2226,1647181378,47.74297,8.99896\n2227,1647181379,47.74297,8.99895\n2228,1647181380,47.74297,8.99894\n2229,1647181381,47.74297,8.99894\n2230,1647181382,47.74297,8.99894\n2231,1647181384,47.74296,8.99894\n2232,1647181385,47.74297,8.99894\n2233,1647181386,47.74297,8.99894\n2234,1647181387,47.74297,8.99895\n2235,1647181388,47.74298,8.99895\n2236,1647181389,47.74298,8.99895\n2237,1647181390,47.74298,8.99896\n2238,1647181391,47.74298,8.99896\n2239,1647181392,47.74298,8.99896\n2240,1647181393,47.74298,8.99895\n2241,1647181517,47.74301,8.99901\n2242,1647181518,47.74301,8.99897\n2243,1647181519,47.74302,8.99896\n2244,1647181520,47.74301,8.99895\n2245,1647181521,47.74302,8.99896\n2246,1647181522,47.74302,8.99896\n2247,1647181523,47.74301,8.99896\n2248,1647181524,47.74301,8.99896\n2249,1647181525,47.74301,8.99896\n2250,1647181526,47.74301,8.99894\n2251,1647181528,47.74300,8.99894\n2252,1647181529,47.74300,8.99894\n2253,1647181530,47.74300,8.99893\n2254,1647181531,47.74300,8.99893\n2255,1647181532,47.74300,8.99893\n2256,1647181533,47.74300,8.99893\n2257,1647181534,47.74300,8.99892\n2258,1647181535,47.74300,8.99892\n2259,1647181536,47.74300,8.99892\n2260,1647181537,47.74300,8.99892\n2261,1647181661,47.74305,8.99905\n2262,1647181662,47.74314,8.99901\n2263,1647181663,47.74312,8.99900\n2264,1647181664,47.74311,8.99899\n2265,1647181665,47.74309,8.99899\n2266,1647181666,47.74308,8.99898\n2267,1647181667,47.74307,8.99898\n2268,1647181668,47.74307,8.99897\n2269,1647181669,47.74306,8.99897\n2270,1647181670,47.74306,8.99898\n2271,1647181672,47.74305,8.99898\n2272,1647181673,47.74305,8.99898\n2273,1647181674,47.74305,8.99897\n2274,1647181675,47.74304,8.99897\n2275,1647181676,47.74304,8.99897\n2276,1647181677,47.74304,8.99897\n2277,1647181678,47.74304,8.99897\n2278,1647181679,47.74304,8.99897\n2279,1647181680,47.74304,8.99897\n2280,1647181681,47.74304,8.99897\n2281,1647181805,47.74306,8.99881\n2282,1647181806,47.74300,8.99883\n2283,1647181807,47.74298,8.99883\n2284,1647181808,47.74296,8.99883\n2285,1647181809,47.74296,8.99881\n2286,1647181810,47.74295,8.99882\n2287,1647181811,47.74296,8.99883\n2288,1647181812,47.74296,8.99884\n2289,1647181813,47.74296,8.99884\n2290,1647181814,47.74298,8.99893\n2291,1647181816,47.74298,8.99893\n2292,1647181817,47.74297,8.99893\n2293,1647181818,47.74297,8.99893\n2294,1647181819,47.74298,8.99893\n2295,1647181820,47.74298,8.99893\n2296,1647181821,47.74298,8.99893\n2297,1647181822,47.74298,8.99893\n2298,1647181823,47.74298,8.99893\n2299,1647181824,47.74298,8.99893\n2300,1647181825,47.74298,8.99893\n2301,1647181951,47.74297,8.99892\n2302,1647181952,47.74297,8.99892\n2303,1647181953,47.74298,8.99891\n2304,1647181954,47.74298,8.99891\n2305,1647181955,47.74298,8.99891\n2306,1647181956,47.74298,8.99891\n2307,1647181957,47.74298,8.99893\n2308,1647181959,47.74299,8.99893\n2309,1647181960,47.74299,8.99893\n2310,1647181961,47.74299,8.99893\n2311,1647181962,47.74299,8.99893\n2312,1647181963,47.74299,8.99893\n2313,1647181964,47.74299,8.99892\n2314,1647181965,47.74299,8.99892\n2315,1647181966,47.74299,8.99892\n2316,1647181967,47.74299,8.99892\n2317,1647181968,47.74298,8.99892\n2318,1647181969,47.74298,8.99892\n2319,1647181970,47.74298,8.99892\n2320,1647181971,47.74298,8.99892\n2321,1647182096,47.74298,8.99894\n2322,1647182097,47.74298,8.99892\n2323,1647182098,47.74298,8.99892\n2324,1647182099,47.74298,8.99893\n2325,1647182100,47.74299,8.99894\n2326,1647182101,47.74299,8.99893\n2327,1647182102,47.74299,8.99894\n2328,1647182103,47.74299,8.99893\n2329,1647182104,47.74299,8.99892\n2330,1647182105,47.74299,8.99892\n2331,1647182106,47.74299,8.99892\n2332,1647182107,47.74300,8.99894\n2333,1647182109,47.74299,8.99894\n2334,1647182110,47.74299,8.99894\n2335,1647182111,47.74299,8.99894\n2336,1647182112,47.74299,8.99894\n2337,1647182113,47.74299,8.99894\n2338,1647182114,47.74299,8.99894\n2339,1647182115,47.74299,8.99893\n2340,1647182116,47.74299,8.99893\n2341,1647182241,47.74305,8.99894\n2342,1647182242,47.74304,8.99894\n2343,1647182243,47.74304,8.99893\n2344,1647182244,47.74303,8.99893\n2345,1647182245,47.74303,8.99893\n2346,1647182246,47.74303,8.99892\n2347,1647182247,47.74303,8.99892\n2348,1647182248,47.74303,8.99892\n2349,1647182249,47.74303,8.99892\n2350,1647182250,47.74303,8.99892\n2351,1647182251,47.74302,8.99891\n2352,1647182253,47.74302,8.99891\n2353,1647182254,47.74302,8.99891\n2354,1647182255,47.74302,8.99891\n2355,1647182256,47.74302,8.99891\n2356,1647182257,47.74301,8.99891\n2357,1647182258,47.74301,8.99892\n2358,1647182259,47.74301,8.99892\n2359,1647182260,47.74301,8.99892\n2360,1647182261,47.74301,8.99892\n2361,1647182385,47.74298,8.99892\n2362,1647182386,47.74296,8.99897\n2363,1647182387,47.74297,8.99893\n2364,1647182388,47.74298,8.99893\n2365,1647182389,47.74298,8.99893\n2366,1647182390,47.74298,8.99892\n2367,1647182391,47.74298,8.99892\n2368,1647182392,47.74299,8.99892\n2369,1647182393,47.74299,8.99892\n2370,1647182394,47.74299,8.99893\n2371,1647182395,47.74299,8.99893\n2372,1647182396,47.74300,8.99894\n2373,1647182398,47.74300,8.99895\n2374,1647182399,47.74300,8.99895\n2375,1647182400,47.74300,8.99895\n2376,1647182401,47.74300,8.99895\n2377,1647182402,47.74300,8.99895\n2378,1647182403,47.74300,8.99896\n2379,1647182404,47.74300,8.99896\n2380,1647182405,47.74300,8.99896\n2381,1647182531,47.74308,8.99898\n2382,1647182532,47.74309,8.99891\n2383,1647182533,47.74310,8.99890\n2384,1647182534,47.74310,8.99889\n2385,1647182535,47.74310,8.99889\n2386,1647182536,47.74309,8.99888\n2387,1647182537,47.74309,8.99888\n2388,1647182538,47.74309,8.99888\n2389,1647182539,47.74309,8.99888\n2390,1647182540,47.74306,8.99888\n2391,1647182542,47.74306,8.99888\n2392,1647182543,47.74306,8.99888\n2393,1647182544,47.74305,8.99888\n2394,1647182545,47.74305,8.99888\n2395,1647182546,47.74305,8.99888\n2396,1647182547,47.74305,8.99888\n2397,1647182548,47.74304,8.99888\n2398,1647182549,47.74304,8.99888\n2399,1647182550,47.74304,8.99888\n2400,1647182551,47.74304,8.99889\n2401,1647182677,47.74300,8.99886\n2402,1647182678,47.74299,8.99887\n2403,1647182679,47.74299,8.99889\n2404,1647182680,47.74299,8.99894\n2405,1647182681,47.74299,8.99895\n2406,1647182682,47.74299,8.99895\n2407,1647182683,47.74299,8.99895\n2408,1647182684,47.74299,8.99899\n2409,1647182686,47.74299,8.99899\n2410,1647182687,47.74299,8.99899\n2411,1647182688,47.74299,8.99899\n2412,1647182689,47.74300,8.99900\n2413,1647182690,47.74300,8.99901\n2414,1647182691,47.74300,8.99901\n2415,1647182692,47.74300,8.99901\n2416,1647182693,47.74301,8.99901\n2417,1647182694,47.74301,8.99901\n2418,1647182695,47.74301,8.99901\n2419,1647182696,47.74301,8.99901\n2420,1647182697,47.74302,8.99900\n2421,1647182822,47.74296,8.99894\n2422,1647182823,47.74298,8.99896\n2423,1647182824,47.74300,8.99899\n2424,1647182825,47.74300,8.99901\n2425,1647182826,47.74300,8.99900\n2426,1647182827,47.74301,8.99899\n2427,1647182828,47.74301,8.99899\n2428,1647182829,47.74301,8.99900\n2429,1647182830,47.74301,8.99900\n2430,1647182831,47.74301,8.99900\n2431,1647182832,47.74301,8.99900\n2432,1647182833,47.74301,8.99900\n2433,1647182834,47.74301,8.99899\n2434,1647182836,47.74301,8.99900\n2435,1647182837,47.74301,8.99900\n2436,1647182838,47.74301,8.99900\n2437,1647182839,47.74302,8.99900\n2438,1647182840,47.74302,8.99900\n2439,1647182841,47.74302,8.99900\n2440,1647182842,47.74302,8.99900\n2441,1647182967,47.74306,8.99906\n2442,1647182968,47.74304,8.99904\n2443,1647182969,47.74303,8.99903\n2444,1647182970,47.74302,8.99902\n2445,1647182971,47.74302,8.99902\n2446,1647182972,47.74302,8.99902\n2447,1647182973,47.74302,8.99902\n2448,1647182974,47.74302,8.99902\n2449,1647182975,47.74302,8.99902\n2450,1647182976,47.74301,8.99902\n2451,1647182977,47.74301,8.99902\n2452,1647182978,47.74301,8.99901\n2453,1647182980,47.74301,8.99900\n2454,1647182981,47.74301,8.99900\n2455,1647182982,47.74301,8.99900\n2456,1647182983,47.74301,8.99900\n2457,1647182984,47.74301,8.99900\n2458,1647182985,47.74301,8.99900\n2459,1647182986,47.74301,8.99900\n2460,1647182987,47.74301,8.99900\n2461,1647183113,47.74293,8.99901\n2462,1647183114,47.74295,8.99902\n2463,1647183115,47.74296,8.99900\n2464,1647183116,47.74297,8.99899\n2465,1647183117,47.74298,8.99899\n2466,1647183118,47.74299,8.99900\n2467,1647183119,47.74300,8.99900\n2468,1647183120,47.74300,8.99900\n2469,1647183121,47.74301,8.99899\n2470,1647183122,47.74302,8.99896\n2471,1647183124,47.74302,8.99896\n2472,1647183125,47.74302,8.99896\n2473,1647183126,47.74302,8.99895\n2474,1647183127,47.74302,8.99895\n2475,1647183128,47.74302,8.99895\n2476,1647183129,47.74303,8.99895\n2477,1647183130,47.74303,8.99895\n2478,1647183131,47.74303,8.99895\n2479,1647183132,47.74302,8.99895\n2480,1647183133,47.74302,8.99895\n2481,1647183258,47.74295,8.99897\n2482,1647183259,47.74295,8.99897\n2483,1647183260,47.74295,8.99898\n2484,1647183261,47.74295,8.99897\n2485,1647183262,47.74296,8.99897\n2486,1647183263,47.74296,8.99896\n2487,1647183264,47.74297,8.99896\n2488,1647183265,47.74298,8.99896\n2489,1647183266,47.74301,8.99895\n2490,1647183268,47.74301,8.99896\n2491,1647183269,47.74301,8.99896\n2492,1647183270,47.74301,8.99896\n2493,1647183271,47.74302,8.99896\n2494,1647183272,47.74302,8.99896\n2495,1647183273,47.74302,8.99896\n2496,1647183274,47.74302,8.99896\n2497,1647183275,47.74302,8.99896\n2498,1647183276,47.74302,8.99896\n2499,1647183277,47.74303,8.99896\n2500,1647183278,47.74303,8.99896\n2501,1647183403,47.74305,8.99901\n2502,1647183404,47.74304,8.99898\n2503,1647183405,47.74305,8.99901\n2504,1647183406,47.74305,8.99901\n2505,1647183407,47.74305,8.99901\n2506,1647183408,47.74304,8.99900\n2507,1647183409,47.74304,8.99900\n2508,1647183410,47.74304,8.99900\n2509,1647183412,47.74304,8.99900\n2510,1647183413,47.74304,8.99900\n2511,1647183414,47.74304,8.99899\n2512,1647183415,47.74303,8.99899\n2513,1647183416,47.74303,8.99899\n2514,1647183417,47.74303,8.99899\n2515,1647183418,47.74303,8.99899\n2516,1647183419,47.74303,8.99899\n2517,1647183420,47.74302,8.99899\n2518,1647183421,47.74302,8.99899\n2519,1647183422,47.74302,8.99899\n2520,1647183423,47.74302,8.99899\n2521,1647183548,47.74303,8.99905\n2522,1647183549,47.74303,8.99904\n2523,1647183550,47.74304,8.99903\n2524,1647183551,47.74304,8.99903\n2525,1647183552,47.74303,8.99902\n2526,1647183553,47.74303,8.99902\n2527,1647183554,47.74302,8.99902\n2528,1647183555,47.74302,8.99901\n2529,1647183556,47.74302,8.99901\n2530,1647183557,47.74302,8.99900\n2531,1647183558,47.74302,8.99900\n2532,1647183559,47.74301,8.99900\n2533,1647183560,47.74300,8.99900\n2534,1647183562,47.74300,8.99900\n2535,1647183563,47.74301,8.99900\n2536,1647183564,47.74301,8.99900\n2537,1647183565,47.74301,8.99900\n2538,1647183566,47.74301,8.99900\n2539,1647183567,47.74301,8.99900\n2540,1647183568,47.74301,8.99900\n2541,1647183693,47.74300,8.99903\n2542,1647183694,47.74302,8.99902\n2543,1647183695,47.74303,8.99902\n2544,1647183696,47.74303,8.99901\n2545,1647183697,47.74303,8.99901\n2546,1647183698,47.74302,8.99900\n2547,1647183699,47.74302,8.99900\n2548,1647183700,47.74302,8.99899\n2549,1647183701,47.74302,8.99899\n2550,1647183702,47.74303,8.99898\n2551,1647183703,47.74301,8.99899\n2552,1647183705,47.74302,8.99899\n2553,1647183706,47.74302,8.99899\n2554,1647183707,47.74301,8.99899\n2555,1647183708,47.74301,8.99898\n2556,1647183709,47.74301,8.99899\n2557,1647183710,47.74301,8.99899\n2558,1647183711,47.74301,8.99898\n2559,1647183712,47.74301,8.99898\n2560,1647183713,47.74301,8.99898\n2561,1647183839,47.74311,8.99893\n2562,1647183840,47.74310,8.99893\n2563,1647183841,47.74308,8.99894\n2564,1647183842,47.74307,8.99896\n2565,1647183843,47.74306,8.99896\n2566,1647183844,47.74305,8.99896\n2567,1647183845,47.74305,8.99896\n2568,1647183846,47.74304,8.99896\n2569,1647183847,47.74303,8.99897\n2570,1647183849,47.74303,8.99896\n2571,1647183850,47.74303,8.99896\n2572,1647183851,47.74303,8.99896\n2573,1647183852,47.74303,8.99896\n2574,1647183853,47.74303,8.99896\n2575,1647183854,47.74302,8.99897\n2576,1647183855,47.74302,8.99897\n2577,1647183856,47.74302,8.99897\n2578,1647183857,47.74301,8.99897\n2579,1647183858,47.74301,8.99898\n2580,1647183859,47.74301,8.99898\n2581,1647183984,47.74293,8.99920\n2582,1647183985,47.74294,8.99915\n2583,1647183986,47.74295,8.99914\n2584,1647183987,47.74296,8.99912\n2585,1647183988,47.74296,8.99911\n2586,1647183989,47.74297,8.99910\n2587,1647183990,47.74297,8.99908\n2588,1647183991,47.74296,8.99909\n2589,1647183993,47.74296,8.99908\n2590,1647183994,47.74297,8.99908\n2591,1647183995,47.74297,8.99907\n2592,1647183996,47.74297,8.99907\n2593,1647183997,47.74297,8.99906\n2594,1647183998,47.74298,8.99906\n2595,1647183999,47.74298,8.99905\n2596,1647184000,47.74298,8.99905\n2597,1647184001,47.74298,8.99905\n2598,1647184002,47.74298,8.99905\n2599,1647184003,47.74299,8.99904\n2600,1647184004,47.74299,8.99904\n2601,1647184128,47.74293,8.99902\n2602,1647184129,47.74299,8.99910\n2603,1647184130,47.74297,8.99903\n2604,1647184131,47.74296,8.99898\n2605,1647184132,47.74296,8.99897\n2606,1647184133,47.74297,8.99896\n2607,1647184134,47.74297,8.99896\n2608,1647184135,47.74297,8.99895\n2609,1647184136,47.74298,8.99894\n2610,1647184137,47.74298,8.99893\n2611,1647184138,47.74298,8.99893\n2612,1647184139,47.74298,8.99893\n2613,1647184140,47.74298,8.99892\n2614,1647184141,47.74297,8.99896\n2615,1647184143,47.74297,8.99895\n2616,1647184144,47.74298,8.99895\n2617,1647184145,47.74298,8.99895\n2618,1647184146,47.74298,8.99895\n2619,1647184147,47.74299,8.99894\n2620,1647184148,47.74299,8.99895\n2621,1647184272,47.74295,8.99905\n2622,1647184273,47.74297,8.99900\n2623,1647184274,47.74299,8.99898\n2624,1647184275,47.74299,8.99897\n2625,1647184276,47.74300,8.99896\n2626,1647184277,47.74301,8.99896\n2627,1647184278,47.74301,8.99896\n2628,1647184279,47.74302,8.99896\n2629,1647184280,47.74302,8.99896\n2630,1647184281,47.74302,8.99896\n2631,1647184282,47.74302,8.99896\n2632,1647184283,47.74302,8.99896\n2633,1647184284,47.74302,8.99897\n2634,1647184285,47.74301,8.99899\n2635,1647184287,47.74301,8.99899\n2636,1647184288,47.74302,8.99900\n2637,1647184289,47.74302,8.99900\n2638,1647184290,47.74302,8.99900\n2639,1647184291,47.74302,8.99900\n2640,1647184292,47.74302,8.99899\n2641,1647184417,47.74303,8.99882\n2642,1647184418,47.74303,8.99882\n2643,1647184419,47.74303,8.99883\n2644,1647184420,47.74303,8.99882\n2645,1647184421,47.74303,8.99883\n2646,1647184422,47.74303,8.99883\n2647,1647184423,47.74303,8.99883\n2648,1647184424,47.74303,8.99883\n2649,1647184425,47.74303,8.99883\n2650,1647184426,47.74303,8.99884\n2651,1647184427,47.74304,8.99884\n2652,1647184428,47.74304,8.99884\n2653,1647184429,47.74302,8.99889\n2654,1647184431,47.74302,8.99889\n2655,1647184432,47.74302,8.99889\n2656,1647184433,47.74302,8.99889\n2657,1647184434,47.74302,8.99889\n2658,1647184435,47.74302,8.99889\n2659,1647184436,47.74302,8.99889\n2660,1647184437,47.74302,8.99889\n2661,1647184562,47.74300,8.99886\n2662,1647184563,47.74300,8.99885\n2663,1647184564,47.74300,8.99885\n2664,1647184565,47.74300,8.99885\n2665,1647184566,47.74300,8.99886\n2666,1647184567,47.74300,8.99886\n2667,1647184568,47.74300,8.99886\n2668,1647184569,47.74301,8.99885\n2669,1647184570,47.74301,8.99885\n2670,1647184571,47.74301,8.99885\n2671,1647184572,47.74301,8.99884\n2672,1647184573,47.74298,8.99892\n2673,1647184575,47.74298,8.99892\n2674,1647184576,47.74298,8.99892\n2675,1647184577,47.74298,8.99892\n2676,1647184578,47.74298,8.99892\n2677,1647184579,47.74298,8.99892\n2678,1647184580,47.74298,8.99892\n2679,1647184581,47.74298,8.99891\n2680,1647184582,47.74298,8.99891\n2681,1647184709,47.74300,8.99898\n2682,1647184710,47.74300,8.99899\n2683,1647184711,47.74302,8.99896\n2684,1647184712,47.74303,8.99895\n2685,1647184713,47.74303,8.99894\n2686,1647184714,47.74304,8.99894\n2687,1647184715,47.74304,8.99894\n2688,1647184716,47.74304,8.99894\n2689,1647184717,47.74302,8.99898\n2690,1647184719,47.74302,8.99898\n2691,1647184720,47.74302,8.99898\n2692,1647184721,47.74302,8.99897\n2693,1647184722,47.74302,8.99897\n2694,1647184723,47.74302,8.99897\n2695,1647184724,47.74302,8.99897\n2696,1647184725,47.74302,8.99897\n2697,1647184726,47.74302,8.99897\n2698,1647184727,47.74303,8.99897\n2699,1647184728,47.74303,8.99897\n2700,1647184729,47.74303,8.99896\n2701,1647184855,47.74301,8.99898\n2702,1647184856,47.74301,8.99895\n2703,1647184857,47.74304,8.99892\n2704,1647184858,47.74303,8.99891\n2705,1647184859,47.74303,8.99890\n2706,1647184860,47.74303,8.99889\n2707,1647184861,47.74300,8.99893\n2708,1647184863,47.74300,8.99893\n2709,1647184864,47.74300,8.99894\n2710,1647184865,47.74301,8.99894\n2711,1647184866,47.74301,8.99893\n2712,1647184867,47.74301,8.99893\n2713,1647184868,47.74301,8.99893\n2714,1647184869,47.74301,8.99893\n2715,1647184870,47.74301,8.99893\n2716,1647184871,47.74302,8.99893\n2717,1647184872,47.74302,8.99893\n2718,1647184873,47.74302,8.99893\n2719,1647184874,47.74302,8.99893\n2720,1647184875,47.74302,8.99893\n2721,1647185005,47.74303,8.99898\n2722,1647185006,47.74297,8.99897\n2723,1647185007,47.74298,8.99898\n2724,1647185008,47.74299,8.99900\n2725,1647185009,47.74299,8.99899\n2726,1647185010,47.74298,8.99899\n2727,1647185011,47.74304,8.99896\n2728,1647185013,47.74304,8.99896\n2729,1647185014,47.74304,8.99895\n2730,1647185015,47.74303,8.99895\n2731,1647185016,47.74303,8.99895\n2732,1647185017,47.74303,8.99895\n2733,1647185018,47.74303,8.99895\n2734,1647185019,47.74303,8.99894\n2735,1647185020,47.74304,8.99894\n2736,1647185021,47.74304,8.99894\n2737,1647185022,47.74304,8.99894\n2738,1647185023,47.74304,8.99894\n2739,1647185024,47.74304,8.99894\n2740,1647185025,47.74304,8.99894\n2741,1647185151,47.74293,8.99901\n2742,1647185152,47.74294,8.99901\n2743,1647185153,47.74296,8.99901\n2744,1647185154,47.74299,8.99900\n2745,1647185155,47.74299,8.99899\n2746,1647185156,47.74300,8.99899\n2747,1647185157,47.74301,8.99899\n2748,1647185158,47.74301,8.99898\n2749,1647185159,47.74302,8.99898\n2750,1647185160,47.74303,8.99898\n2751,1647185161,47.74301,8.99899\n2752,1647185163,47.74302,8.99899\n2753,1647185164,47.74302,8.99899\n2754,1647185165,47.74302,8.99899\n2755,1647185166,47.74302,8.99899\n2756,1647185167,47.74302,8.99899\n2757,1647185168,47.74302,8.99899\n2758,1647185169,47.74302,8.99899\n2759,1647185170,47.74303,8.99899\n2760,1647185171,47.74303,8.99899\n2761,1647185298,47.74290,8.99893\n2762,1647185299,47.74290,8.99893\n2763,1647185300,47.74290,8.99894\n2764,1647185301,47.74297,8.99900\n2765,1647185302,47.74297,8.99900\n2766,1647185303,47.74296,8.99901\n2767,1647185304,47.74294,8.99901\n2768,1647185305,47.74299,8.99900\n2769,1647185307,47.74299,8.99899\n2770,1647185308,47.74299,8.99899\n2771,1647185309,47.74299,8.99898\n2772,1647185310,47.74300,8.99898\n2773,1647185311,47.74300,8.99898\n2774,1647185312,47.74300,8.99897\n2775,1647185313,47.74300,8.99897\n2776,1647185314,47.74300,8.99897\n2777,1647185315,47.74300,8.99897\n2778,1647185316,47.74301,8.99897\n2779,1647185317,47.74301,8.99897\n2780,1647185318,47.74301,8.99897\n2781,1647185450,47.74302,8.99918\n2782,1647185451,47.74305,8.99913\n2783,1647185452,47.74306,8.99913\n2784,1647185453,47.74306,8.99909\n2785,1647185454,47.74308,8.99907\n2786,1647185455,47.74306,8.99909\n2787,1647185457,47.74306,8.99908\n2788,1647185458,47.74306,8.99907\n2789,1647185459,47.74306,8.99906\n2790,1647185460,47.74307,8.99905\n2791,1647185461,47.74307,8.99905\n2792,1647185462,47.74307,8.99905\n2793,1647185463,47.74307,8.99904\n2794,1647185464,47.74307,8.99904\n2795,1647185465,47.74307,8.99904\n2796,1647185466,47.74307,8.99904\n2797,1647185467,47.74307,8.99904\n2798,1647185468,47.74307,8.99903\n2799,1647185469,47.74307,8.99903\n2800,1647185470,47.74307,8.99903\n2801,1647185596,47.74287,8.99905\n2802,1647185597,47.74287,8.99905\n2803,1647185598,47.74289,8.99904\n2804,1647185599,47.74290,8.99903\n2805,1647185600,47.74292,8.99902\n2806,1647185601,47.74296,8.99899\n2807,1647185602,47.74297,8.99897\n2808,1647185603,47.74297,8.99898\n2809,1647185604,47.74297,8.99899\n2810,1647185605,47.74292,8.99906\n2811,1647185607,47.74292,8.99906\n2812,1647185608,47.74292,8.99906\n2813,1647185609,47.74292,8.99906\n2814,1647185610,47.74292,8.99906\n2815,1647185611,47.74292,8.99905\n2816,1647185612,47.74292,8.99905\n2817,1647185613,47.74292,8.99906\n2818,1647185614,47.74292,8.99906\n2819,1647185615,47.74292,8.99906\n2820,1647185616,47.74292,8.99906\n2821,1647185744,47.74288,8.99907\n2822,1647185745,47.74288,8.99908\n2823,1647185746,47.74288,8.99909\n2824,1647185747,47.74287,8.99910\n2825,1647185748,47.74287,8.99911\n2826,1647185749,47.74294,8.99902\n2827,1647185751,47.74294,8.99903\n2828,1647185752,47.74295,8.99903\n2829,1647185753,47.74295,8.99903\n2830,1647185754,47.74295,8.99903\n2831,1647185755,47.74295,8.99903\n2832,1647185756,47.74296,8.99903\n2833,1647185757,47.74296,8.99903\n2834,1647185758,47.74296,8.99903\n2835,1647185759,47.74296,8.99904\n2836,1647185760,47.74296,8.99904\n2837,1647185761,47.74296,8.99904\n2838,1647185762,47.74296,8.99904\n2839,1647185763,47.74296,8.99904\n2840,1647185764,47.74296,8.99905\n2841,1647185890,47.74294,8.99911\n2842,1647185891,47.74294,8.99909\n2843,1647185892,47.74294,8.99909\n2844,1647185893,47.74293,8.99910\n2845,1647185894,47.74293,8.99910\n2846,1647185895,47.74293,8.99909\n2847,1647185896,47.74294,8.99909\n2848,1647185897,47.74294,8.99908\n2849,1647185898,47.74294,8.99908\n2850,1647185899,47.74292,8.99911\n2851,1647185901,47.74293,8.99910\n2852,1647185902,47.74293,8.99909\n2853,1647185903,47.74293,8.99909\n2854,1647185904,47.74294,8.99908\n2855,1647185905,47.74294,8.99905\n2856,1647185906,47.74295,8.99904\n2857,1647185907,47.74295,8.99904\n2858,1647185908,47.74295,8.99904\n2859,1647185909,47.74294,8.99905\n2860,1647185910,47.74294,8.99906\n2861,1647186034,47.74324,8.99871\n2862,1647186035,47.74311,8.99891\n2863,1647186036,47.74310,8.99892\n2864,1647186037,47.74309,8.99893\n2865,1647186038,47.74309,8.99894\n2866,1647186039,47.74309,8.99893\n2867,1647186040,47.74310,8.99893\n2868,1647186041,47.74309,8.99893\n2869,1647186042,47.74309,8.99894\n2870,1647186043,47.74302,8.99902\n2871,1647186045,47.74302,8.99901\n2872,1647186046,47.74303,8.99901\n2873,1647186047,47.74303,8.99901\n2874,1647186048,47.74303,8.99901\n2875,1647186049,47.74303,8.99900\n2876,1647186050,47.74303,8.99900\n2877,1647186051,47.74303,8.99900\n2878,1647186052,47.74303,8.99900\n2879,1647186053,47.74303,8.99900\n2880,1647186054,47.74303,8.99900\n2881,1647186178,47.74297,8.99915\n2882,1647186179,47.74317,8.99893\n2883,1647186180,47.74316,8.99894\n2884,1647186181,47.74317,8.99892\n2885,1647186182,47.74316,8.99890\n2886,1647186183,47.74312,8.99889\n2887,1647186184,47.74311,8.99889\n2888,1647186185,47.74309,8.99891\n2889,1647186186,47.74308,8.99893\n2890,1647186187,47.74305,8.99897\n2891,1647186189,47.74304,8.99898\n2892,1647186190,47.74304,8.99898\n2893,1647186191,47.74303,8.99899\n2894,1647186192,47.74303,8.99899\n2895,1647186193,47.74303,8.99899\n2896,1647186194,47.74303,8.99899\n2897,1647186195,47.74303,8.99899\n2898,1647186196,47.74303,8.99899\n2899,1647186197,47.74303,8.99899\n2900,1647186198,47.74303,8.99899\n2901,1647186323,47.74300,8.99926\n2902,1647186324,47.74299,8.99901\n2903,1647186325,47.74299,8.99898\n2904,1647186326,47.74296,8.99901\n2905,1647186327,47.74294,8.99902\n2906,1647186328,47.74295,8.99901\n2907,1647186329,47.74296,8.99900\n2908,1647186330,47.74295,8.99900\n2909,1647186331,47.74295,8.99900\n2910,1647186332,47.74298,8.99897\n2911,1647186334,47.74298,8.99898\n2912,1647186335,47.74299,8.99898\n2913,1647186336,47.74299,8.99899\n2914,1647186337,47.74299,8.99899\n2915,1647186338,47.74299,8.99899\n2916,1647186339,47.74301,8.99900\n2917,1647186340,47.74302,8.99900\n2918,1647186341,47.74302,8.99899\n2919,1647186342,47.74302,8.99899\n2920,1647186343,47.74302,8.99898\n2921,1647186470,47.74300,8.99900\n2922,1647186471,47.74299,8.99901\n2923,1647186472,47.74300,8.99901\n2924,1647186473,47.74301,8.99899\n2925,1647186474,47.74302,8.99898\n2926,1647186475,47.74303,8.99897\n2927,1647186476,47.74305,8.99896\n2928,1647186478,47.74305,8.99896\n2929,1647186479,47.74305,8.99897\n2930,1647186480,47.74305,8.99896\n2931,1647186481,47.74305,8.99897\n2932,1647186482,47.74305,8.99897\n2933,1647186483,47.74305,8.99898\n2934,1647186484,47.74305,8.99898\n2935,1647186485,47.74306,8.99898\n2936,1647186486,47.74306,8.99898\n2937,1647186487,47.74306,8.99898\n2938,1647186488,47.74306,8.99898\n2939,1647186489,47.74306,8.99898\n2940,1647186490,47.74306,8.99899\n2941,1647186616,47.74315,8.99879\n2942,1647186617,47.74313,8.99882\n2943,1647186618,47.74313,8.99885\n2944,1647186619,47.74313,8.99885\n2945,1647186620,47.74313,8.99885\n2946,1647186621,47.74314,8.99886\n2947,1647186622,47.74314,8.99887\n2948,1647186623,47.74312,8.99889\n2949,1647186624,47.74312,8.99890\n2950,1647186625,47.74311,8.99892\n2951,1647186626,47.74302,8.99905\n2952,1647186628,47.74303,8.99906\n2953,1647186629,47.74303,8.99906\n2954,1647186630,47.74303,8.99906\n2955,1647186631,47.74303,8.99906\n2956,1647186632,47.74304,8.99905\n2957,1647186633,47.74304,8.99905\n2958,1647186634,47.74304,8.99906\n2959,1647186635,47.74304,8.99906\n2960,1647186636,47.74304,8.99906\n2961,1647186763,47.74312,8.99883\n2962,1647186764,47.74311,8.99885\n2963,1647186765,47.74311,8.99886\n2964,1647186766,47.74311,8.99887\n2965,1647186767,47.74311,8.99888\n2966,1647186768,47.74311,8.99889\n2967,1647186769,47.74311,8.99890\n2968,1647186770,47.74306,8.99897\n2969,1647186772,47.74306,8.99897\n2970,1647186773,47.74306,8.99897\n2971,1647186774,47.74306,8.99897\n2972,1647186775,47.74305,8.99897\n2973,1647186776,47.74305,8.99898\n2974,1647186777,47.74305,8.99898\n2975,1647186778,47.74305,8.99899\n2976,1647186779,47.74305,8.99899\n2977,1647186780,47.74305,8.99900\n2978,1647186781,47.74305,8.99900\n2979,1647186783,47.74306,8.99900\n2980,1647186784,47.74306,8.99900\n2981,1647186910,47.74300,8.99899\n2982,1647186911,47.74304,8.99897\n2983,1647186912,47.74310,8.99894\n2984,1647186913,47.74313,8.99892\n2985,1647186914,47.74313,8.99891\n2986,1647186915,47.74314,8.99891\n2987,1647186916,47.74314,8.99891\n2988,1647186917,47.74315,8.99891\n2989,1647186918,47.74316,8.99891\n2990,1647186919,47.74309,8.99904\n2991,1647186921,47.74308,8.99904\n2992,1647186922,47.74307,8.99904\n2993,1647186923,47.74306,8.99904\n2994,1647186924,47.74306,8.99904\n2995,1647186925,47.74306,8.99905\n2996,1647186926,47.74306,8.99905\n2997,1647186927,47.74306,8.99905\n2998,1647186928,47.74305,8.99905\n2999,1647186929,47.74305,8.99905\n3000,1647186930,47.74305,8.99905\n3001,1647187055,47.74306,8.99900\n3002,1647187056,47.74311,8.99898\n3003,1647187057,47.74310,8.99899\n3004,1647187058,47.74313,8.99897\n3005,1647187059,47.74314,8.99894\n3006,1647187060,47.74315,8.99894\n3007,1647187061,47.74315,8.99895\n3008,1647187062,47.74315,8.99895\n3009,1647187063,47.74304,8.99909\n3010,1647187065,47.74304,8.99909\n3011,1647187066,47.74304,8.99909\n3012,1647187067,47.74305,8.99909\n3013,1647187068,47.74305,8.99909\n3014,1647187069,47.74306,8.99909\n3015,1647187070,47.74306,8.99908\n3016,1647187071,47.74306,8.99908\n3017,1647187072,47.74307,8.99908\n3018,1647187073,47.74307,8.99907\n3019,1647187074,47.74307,8.99907\n3020,1647187075,47.74307,8.99907\n3021,1647187201,47.74302,8.99896\n3022,1647187202,47.74308,8.99888\n3023,1647187203,47.74306,8.99886\n3024,1647187204,47.74302,8.99890\n3025,1647187205,47.74298,8.99895\n3026,1647187206,47.74297,8.99896\n3027,1647187207,47.74293,8.99903\n3028,1647187209,47.74293,8.99903\n3029,1647187210,47.74294,8.99903\n3030,1647187211,47.74294,8.99903\n3031,1647187212,47.74294,8.99902\n3032,1647187213,47.74295,8.99902\n3033,1647187214,47.74295,8.99901\n3034,1647187215,47.74295,8.99901\n3035,1647187216,47.74296,8.99901\n3036,1647187217,47.74296,8.99901\n3037,1647187218,47.74296,8.99901\n3038,1647187219,47.74296,8.99901\n3039,1647187220,47.74296,8.99901\n3040,1647187221,47.74297,8.99901\n3041,1647187349,47.74300,8.99903\n3042,1647187350,47.74300,8.99902\n3043,1647187351,47.74304,8.99898\n3044,1647187352,47.74302,8.99900\n3045,1647187353,47.74302,8.99900\n3046,1647187354,47.74302,8.99900\n3047,1647187355,47.74302,8.99901\n3048,1647187356,47.74303,8.99902\n3049,1647187357,47.74304,8.99900\n3050,1647187359,47.74305,8.99900\n3051,1647187360,47.74305,8.99900\n3052,1647187361,47.74305,8.99900\n3053,1647187362,47.74305,8.99899\n3054,1647187363,47.74305,8.99899\n3055,1647187364,47.74305,8.99899\n3056,1647187365,47.74305,8.99898\n3057,1647187366,47.74305,8.99898\n3058,1647187367,47.74305,8.99898\n3059,1647187368,47.74304,8.99898\n3060,1647187369,47.74304,8.99898\n3061,1647187494,47.74304,8.99900\n3062,1647187495,47.74304,8.99900\n3063,1647187496,47.74304,8.99900\n3064,1647187497,47.74305,8.99900\n3065,1647187498,47.74304,8.99900\n3066,1647187499,47.74305,8.99900\n3067,1647187500,47.74307,8.99902\n3068,1647187501,47.74305,8.99900\n3069,1647187503,47.74305,8.99900\n3070,1647187504,47.74305,8.99900\n3071,1647187505,47.74305,8.99900\n3072,1647187506,47.74305,8.99901\n3073,1647187507,47.74305,8.99901\n3074,1647187508,47.74306,8.99901\n3075,1647187509,47.74306,8.99901\n3076,1647187510,47.74306,8.99901\n3077,1647187511,47.74306,8.99901\n3078,1647187512,47.74306,8.99901\n3079,1647187513,47.74306,8.99901\n3080,1647187514,47.74306,8.99901\n3081,1647187640,47.74305,8.99906\n3082,1647187641,47.74303,8.99904\n3083,1647187642,47.74303,8.99903\n3084,1647187643,47.74307,8.99908\n3085,1647187644,47.74303,8.99902\n3086,1647187645,47.74303,8.99901\n3087,1647187646,47.74302,8.99901\n3088,1647187647,47.74302,8.99901\n3089,1647187648,47.74302,8.99901\n3090,1647187649,47.74302,8.99901\n3091,1647187650,47.74302,8.99901\n3092,1647187651,47.74302,8.99901\n3093,1647187652,47.74302,8.99900\n3094,1647187654,47.74302,8.99900\n3095,1647187655,47.74302,8.99900\n3096,1647187656,47.74302,8.99900\n3097,1647187657,47.74302,8.99900\n3098,1647187658,47.74302,8.99900\n3099,1647187659,47.74302,8.99900\n3100,1647187660,47.74302,8.99900\n3101,1647187785,47.74307,8.99891\n3102,1647187786,47.74310,8.99900\n3103,1647187787,47.74310,8.99901\n3104,1647187788,47.74310,8.99901\n3105,1647187789,47.74311,8.99901\n3106,1647187790,47.74311,8.99901\n3107,1647187791,47.74311,8.99901\n3108,1647187792,47.74311,8.99901\n3109,1647187793,47.74311,8.99901\n3110,1647187794,47.74311,8.99901\n3111,1647187795,47.74319,8.99911\n3112,1647187796,47.74313,8.99907\n3113,1647187798,47.74311,8.99906\n3114,1647187799,47.74310,8.99906\n3115,1647187800,47.74310,8.99906\n3116,1647187801,47.74310,8.99906\n3117,1647187802,47.74310,8.99905\n3118,1647187803,47.74309,8.99905\n3119,1647187804,47.74309,8.99904\n3120,1647187805,47.74309,8.99904\n3121,1647187930,47.74309,8.99910\n3122,1647187931,47.74309,8.99910\n3123,1647187932,47.74309,8.99909\n3124,1647187933,47.74308,8.99907\n3125,1647187934,47.74308,8.99907\n3126,1647187935,47.74308,8.99906\n3127,1647187936,47.74309,8.99906\n3128,1647187937,47.74309,8.99907\n3129,1647187938,47.74310,8.99907\n3130,1647187939,47.74309,8.99905\n3131,1647187941,47.74309,8.99905\n3132,1647187942,47.74310,8.99905\n3133,1647187943,47.74310,8.99906\n3134,1647187944,47.74310,8.99906\n3135,1647187945,47.74311,8.99906\n3136,1647187946,47.74311,8.99907\n3137,1647187947,47.74311,8.99907\n3138,1647187948,47.74311,8.99907\n3139,1647187949,47.74311,8.99907\n3140,1647187950,47.74311,8.99907\n3141,1647188076,47.74314,8.99905\n3142,1647188077,47.74313,8.99906\n3143,1647188078,47.74312,8.99907\n3144,1647188079,47.74313,8.99908\n3145,1647188080,47.74313,8.99908\n3146,1647188081,47.74312,8.99908\n3147,1647188082,47.74312,8.99908\n3148,1647188083,47.74311,8.99906\n3149,1647188085,47.74310,8.99906\n3150,1647188086,47.74310,8.99906\n3151,1647188087,47.74309,8.99905\n3152,1647188088,47.74308,8.99905\n3153,1647188089,47.74308,8.99905\n3154,1647188090,47.74307,8.99904\n3155,1647188091,47.74307,8.99905\n3156,1647188092,47.74307,8.99905\n3157,1647188093,47.74307,8.99905\n3158,1647188094,47.74307,8.99905\n3159,1647188095,47.74307,8.99905\n3160,1647188096,47.74307,8.99905\n3161,1647188222,47.74315,8.99903\n3162,1647188223,47.74315,8.99904\n3163,1647188224,47.74315,8.99903\n3164,1647188225,47.74314,8.99903\n3165,1647188226,47.74312,8.99901\n3166,1647188227,47.74311,8.99901\n3167,1647188228,47.74311,8.99901\n3168,1647188229,47.74310,8.99902\n3169,1647188230,47.74310,8.99902\n3170,1647188231,47.74309,8.99902\n3171,1647188232,47.74309,8.99902\n3172,1647188233,47.74309,8.99905\n3173,1647188235,47.74309,8.99905\n3174,1647188236,47.74309,8.99904\n3175,1647188237,47.74309,8.99904\n3176,1647188238,47.74309,8.99904\n3177,1647188239,47.74309,8.99904\n3178,1647188240,47.74309,8.99903\n3179,1647188241,47.74309,8.99904\n3180,1647188242,47.74308,8.99903\n3181,1647188370,47.74307,8.99893\n3182,1647188371,47.74307,8.99895\n3183,1647188372,47.74307,8.99896\n3184,1647188373,47.74307,8.99898\n3185,1647188374,47.74306,8.99898\n3186,1647188375,47.74306,8.99898\n3187,1647188376,47.74306,8.99898\n3188,1647188377,47.74306,8.99899\n3189,1647188378,47.74305,8.99901\n3190,1647188380,47.74306,8.99900\n3191,1647188381,47.74306,8.99900\n3192,1647188382,47.74306,8.99900\n3193,1647188383,47.74306,8.99901\n3194,1647188384,47.74307,8.99901\n3195,1647188385,47.74307,8.99901\n3196,1647188386,47.74307,8.99901\n3197,1647188387,47.74307,8.99901\n3198,1647188388,47.74307,8.99901\n3199,1647188389,47.74307,8.99901\n3200,1647188390,47.74307,8.99901\n3201,1647188517,47.74319,8.99885\n3202,1647188518,47.74316,8.99888\n3203,1647188519,47.74315,8.99889\n3204,1647188520,47.74314,8.99890\n3205,1647188521,47.74315,8.99890\n3206,1647188522,47.74315,8.99891\n3207,1647188523,47.74315,8.99892\n3208,1647188524,47.74314,8.99891\n3209,1647188525,47.74314,8.99891\n3210,1647188526,47.74313,8.99892\n3211,1647188527,47.74311,8.99894\n3212,1647188528,47.74312,8.99892\n3213,1647188530,47.74311,8.99892\n3214,1647188531,47.74311,8.99893\n3215,1647188532,47.74311,8.99893\n3216,1647188533,47.74311,8.99893\n3217,1647188534,47.74311,8.99893\n3218,1647188535,47.74311,8.99893\n3219,1647188536,47.74311,8.99893\n3220,1647188537,47.74311,8.99893\n3221,1647188662,47.74337,8.99860\n3222,1647188663,47.74312,8.99891\n3223,1647188664,47.74312,8.99894\n3224,1647188665,47.74311,8.99895\n3225,1647188666,47.74310,8.99896\n3226,1647188667,47.74310,8.99897\n3227,1647188668,47.74310,8.99898\n3228,1647188669,47.74310,8.99898\n3229,1647188670,47.74310,8.99898\n3230,1647188671,47.74309,8.99898\n3231,1647188672,47.74308,8.99903\n3232,1647188674,47.74308,8.99903\n3233,1647188675,47.74308,8.99902\n3234,1647188676,47.74308,8.99902\n3235,1647188677,47.74308,8.99902\n3236,1647188678,47.74308,8.99902\n3237,1647188679,47.74308,8.99902\n3238,1647188680,47.74308,8.99903\n3239,1647188681,47.74308,8.99903\n3240,1647188682,47.74308,8.99903\n3241,1647188808,47.74307,8.99905\n3242,1647188809,47.74309,8.99901\n3243,1647188810,47.74308,8.99901\n3244,1647188811,47.74308,8.99900\n3245,1647188812,47.74308,8.99900\n3246,1647188813,47.74308,8.99900\n3247,1647188814,47.74308,8.99901\n3248,1647188815,47.74308,8.99901\n3249,1647188816,47.74307,8.99901\n3250,1647188818,47.74308,8.99902\n3251,1647188819,47.74308,8.99903\n3252,1647188820,47.74308,8.99903\n3253,1647188821,47.74308,8.99903\n3254,1647188822,47.74308,8.99904\n3255,1647188823,47.74308,8.99904\n3256,1647188824,47.74308,8.99905\n3257,1647188825,47.74308,8.99905\n3258,1647188826,47.74308,8.99906\n3259,1647188827,47.74308,8.99906\n3260,1647188828,47.74308,8.99906\n3261,1647188954,47.74309,8.99898\n3262,1647188955,47.74305,8.99907\n3263,1647188956,47.74304,8.99906\n3264,1647188957,47.74304,8.99908\n3265,1647188958,47.74305,8.99907\n3266,1647188959,47.74304,8.99908\n3267,1647188960,47.74304,8.99909\n3268,1647188961,47.74303,8.99910\n3269,1647188962,47.74303,8.99910\n3270,1647188963,47.74303,8.99910\n3271,1647188964,47.74303,8.99910\n3272,1647188965,47.74303,8.99911\n3273,1647188966,47.74307,8.99902\n3274,1647188968,47.74307,8.99902\n3275,1647188969,47.74307,8.99902\n3276,1647188970,47.74307,8.99902\n3277,1647188971,47.74307,8.99902\n3278,1647188972,47.74307,8.99903\n3279,1647188973,47.74306,8.99902\n3280,1647188974,47.74306,8.99902\n3281,1647189099,47.74310,8.99902\n3282,1647189100,47.74312,8.99900\n3283,1647189101,47.74313,8.99901\n3284,1647189102,47.74313,8.99902\n3285,1647189103,47.74313,8.99902\n3286,1647189104,47.74313,8.99902\n3287,1647189105,47.74313,8.99901\n3288,1647189106,47.74313,8.99901\n3289,1647189107,47.74313,8.99901\n3290,1647189108,47.74313,8.99901\n3291,1647189109,47.74312,8.99901\n3292,1647189110,47.74313,8.99902\n3293,1647189112,47.74313,8.99902\n3294,1647189113,47.74313,8.99903\n3295,1647189114,47.74313,8.99903\n3296,1647189115,47.74312,8.99903\n3297,1647189116,47.74312,8.99903\n3298,1647189117,47.74312,8.99903\n3299,1647189118,47.74311,8.99903\n3300,1647189119,47.74311,8.99903\n3301,1647189244,47.74322,8.99895\n3302,1647189245,47.74315,8.99901\n3303,1647189246,47.74314,8.99902\n3304,1647189247,47.74313,8.99901\n3305,1647189248,47.74312,8.99901\n3306,1647189249,47.74312,8.99901\n3307,1647189250,47.74311,8.99900\n3308,1647189251,47.74310,8.99900\n3309,1647189252,47.74310,8.99899\n3310,1647189253,47.74310,8.99900\n3311,1647189255,47.74310,8.99900\n3312,1647189256,47.74310,8.99900\n3313,1647189257,47.74310,8.99900\n3314,1647189258,47.74310,8.99900\n3315,1647189259,47.74310,8.99900\n3316,1647189260,47.74310,8.99900\n3317,1647189261,47.74310,8.99900\n3318,1647189262,47.74310,8.99900\n3319,1647189263,47.74311,8.99900\n3320,1647189264,47.74311,8.99901\n3321,1647189389,47.74311,8.99911\n3322,1647189390,47.74311,8.99908\n3323,1647189391,47.74313,8.99907\n3324,1647189392,47.74313,8.99907\n3325,1647189393,47.74313,8.99907\n3326,1647189394,47.74313,8.99907\n3327,1647189395,47.74313,8.99907\n3328,1647189396,47.74312,8.99906\n3329,1647189397,47.74313,8.99906\n3330,1647189399,47.74313,8.99906\n3331,1647189400,47.74313,8.99905\n3332,1647189401,47.74313,8.99905\n3333,1647189402,47.74313,8.99905\n3334,1647189403,47.74313,8.99905\n3335,1647189404,47.74313,8.99904\n3336,1647189405,47.74313,8.99904\n3337,1647189406,47.74313,8.99904\n3338,1647189407,47.74313,8.99904\n3339,1647189408,47.74312,8.99904\n3340,1647189409,47.74312,8.99904\n3341,1647189534,47.74306,8.99904\n3342,1647189535,47.74305,8.99903\n3343,1647189536,47.74307,8.99903\n3344,1647189537,47.74307,8.99902\n3345,1647189538,47.74307,8.99902\n3346,1647189539,47.74307,8.99902\n3347,1647189540,47.74307,8.99902\n3348,1647189541,47.74307,8.99902\n3349,1647189543,47.74307,8.99902\n3350,1647189544,47.74307,8.99902\n3351,1647189545,47.74307,8.99901\n3352,1647189546,47.74307,8.99901\n3353,1647189547,47.74306,8.99901\n3354,1647189548,47.74306,8.99901\n3355,1647189549,47.74306,8.99900\n3356,1647189550,47.74306,8.99900\n3357,1647189551,47.74306,8.99900\n3358,1647189552,47.74306,8.99900\n3359,1647189553,47.74306,8.99900\n3360,1647189554,47.74306,8.99900\n3361,1647189679,47.74321,8.99907\n3362,1647189680,47.74307,8.99898\n3363,1647189681,47.74305,8.99898\n3364,1647189682,47.74306,8.99901\n3365,1647189683,47.74307,8.99902\n3366,1647189684,47.74308,8.99903\n3367,1647189685,47.74308,8.99903\n3368,1647189686,47.74309,8.99904\n3369,1647189687,47.74310,8.99904\n3370,1647189688,47.74310,8.99905\n3371,1647189689,47.74310,8.99906\n3372,1647189690,47.74310,8.99906\n3373,1647189691,47.74310,8.99906\n3374,1647189693,47.74310,8.99906\n3375,1647189694,47.74310,8.99906\n3376,1647189695,47.74310,8.99905\n3377,1647189696,47.74309,8.99905\n3378,1647189697,47.74309,8.99905\n3379,1647189698,47.74309,8.99905\n3380,1647189699,47.74309,8.99904\n3381,1647189824,47.74308,8.99874\n3382,1647189825,47.74320,8.99902\n3383,1647189826,47.74313,8.99899\n3384,1647189827,47.74311,8.99899\n3385,1647189828,47.74311,8.99899\n3386,1647189829,47.74311,8.99899\n3387,1647189830,47.74310,8.99899\n3388,1647189831,47.74310,8.99898\n3389,1647189832,47.74309,8.99898\n3390,1647189833,47.74309,8.99898\n3391,1647189834,47.74309,8.99898\n3392,1647189835,47.74308,8.99898\n3393,1647189837,47.74308,8.99899\n3394,1647189838,47.74308,8.99899\n3395,1647189839,47.74309,8.99899\n3396,1647189840,47.74308,8.99899\n3397,1647189841,47.74308,8.99899\n3398,1647189842,47.74308,8.99900\n3399,1647189843,47.74309,8.99900\n3400,1647189844,47.74309,8.99900\n3401,1647189969,47.74316,8.99890\n3402,1647189970,47.74312,8.99889\n3403,1647189971,47.74311,8.99893\n3404,1647189972,47.74311,8.99893\n3405,1647189973,47.74311,8.99894\n3406,1647189974,47.74311,8.99893\n3407,1647189975,47.74311,8.99894\n3408,1647189976,47.74311,8.99894\n3409,1647189977,47.74312,8.99894\n3410,1647189978,47.74312,8.99894\n3411,1647189979,47.74310,8.99894\n3412,1647189981,47.74311,8.99894\n3413,1647189982,47.74311,8.99894\n3414,1647189983,47.74311,8.99894\n3415,1647189984,47.74312,8.99894\n3416,1647189985,47.74312,8.99893\n3417,1647189986,47.74312,8.99893\n3418,1647189987,47.74312,8.99893\n3419,1647189988,47.74313,8.99893\n3420,1647189989,47.74313,8.99892\n3421,1647190114,47.74321,8.99891\n3422,1647190115,47.74310,8.99883\n3423,1647190116,47.74310,8.99886\n3424,1647190117,47.74309,8.99890\n3425,1647190118,47.74309,8.99892\n3426,1647190119,47.74309,8.99894\n3427,1647190120,47.74309,8.99895\n3428,1647190121,47.74309,8.99897\n3429,1647190122,47.74310,8.99898\n3430,1647190123,47.74310,8.99899\n3431,1647190125,47.74310,8.99900\n3432,1647190126,47.74310,8.99901\n3433,1647190127,47.74310,8.99901\n3434,1647190128,47.74311,8.99902\n3435,1647190129,47.74311,8.99903\n3436,1647190130,47.74311,8.99904\n3437,1647190131,47.74312,8.99904\n3438,1647190132,47.74312,8.99904\n3439,1647190133,47.74313,8.99905\n3440,1647190134,47.74313,8.99906\n3441,1647190260,47.74306,8.99894\n3442,1647190261,47.74306,8.99897\n3443,1647190262,47.74307,8.99899\n3444,1647190263,47.74307,8.99899\n3445,1647190264,47.74307,8.99900\n3446,1647190265,47.74307,8.99899\n3447,1647190266,47.74307,8.99899\n3448,1647190267,47.74307,8.99899\n3449,1647190269,47.74307,8.99899\n3450,1647190270,47.74308,8.99899\n3451,1647190271,47.74308,8.99899\n3452,1647190272,47.74308,8.99899\n3453,1647190273,47.74308,8.99899\n3454,1647190274,47.74308,8.99899\n3455,1647190275,47.74308,8.99900\n3456,1647190276,47.74308,8.99900\n3457,1647190277,47.74308,8.99900\n3458,1647190278,47.74308,8.99899\n3459,1647190279,47.74308,8.99899\n3460,1647190280,47.74308,8.99899\n3461,1647190405,47.74304,8.99881\n3462,1647190406,47.74305,8.99887\n3463,1647190407,47.74305,8.99890\n3464,1647190408,47.74306,8.99892\n3465,1647190409,47.74306,8.99892\n3466,1647190410,47.74306,8.99892\n3467,1647190411,47.74307,8.99893\n3468,1647190412,47.74307,8.99893\n3469,1647190413,47.74307,8.99894\n3470,1647190414,47.74307,8.99894\n3471,1647190415,47.74306,8.99895\n3472,1647190416,47.74307,8.99895\n3473,1647190417,47.74306,8.99895\n3474,1647190419,47.74306,8.99895\n3475,1647190420,47.74306,8.99895\n3476,1647190421,47.74306,8.99895\n3477,1647190422,47.74306,8.99895\n3478,1647190423,47.74306,8.99895\n3479,1647190424,47.74306,8.99895\n3480,1647190425,47.74306,8.99895\n3481,1647190550,47.74301,8.99909\n3482,1647190551,47.74305,8.99905\n3483,1647190552,47.74302,8.99901\n3484,1647190553,47.74302,8.99900\n3485,1647190554,47.74303,8.99899\n3486,1647190555,47.74304,8.99899\n3487,1647190556,47.74304,8.99899\n3488,1647190557,47.74305,8.99899\n3489,1647190558,47.74305,8.99899\n3490,1647190559,47.74305,8.99898\n3491,1647190560,47.74305,8.99898\n3492,1647190561,47.74305,8.99898\n3493,1647190563,47.74306,8.99899\n3494,1647190564,47.74306,8.99898\n3495,1647190565,47.74306,8.99899\n3496,1647190566,47.74306,8.99899\n3497,1647190567,47.74306,8.99899\n3498,1647190568,47.74306,8.99899\n3499,1647190569,47.74306,8.99899\n3500,1647190570,47.74306,8.99899\n3501,1647190695,47.74307,8.99916\n3502,1647190696,47.74307,8.99912\n3503,1647190697,47.74308,8.99909\n3504,1647190698,47.74309,8.99907\n3505,1647190699,47.74308,8.99907\n3506,1647190700,47.74308,8.99906\n3507,1647190701,47.74307,8.99906\n3508,1647190702,47.74307,8.99906\n3509,1647190703,47.74307,8.99907\n3510,1647190704,47.74307,8.99906\n3511,1647190705,47.74305,8.99902\n3512,1647190707,47.74306,8.99902\n3513,1647190708,47.74306,8.99902\n3514,1647190709,47.74305,8.99902\n3515,1647190710,47.74305,8.99902\n3516,1647190711,47.74305,8.99902\n3517,1647190712,47.74305,8.99901\n3518,1647190713,47.74305,8.99901\n3519,1647190714,47.74305,8.99901\n3520,1647190715,47.74305,8.99901\n3521,1647190841,47.74303,8.99891\n3522,1647190842,47.74304,8.99893\n3523,1647190843,47.74304,8.99893\n3524,1647190844,47.74306,8.99894\n3525,1647190845,47.74306,8.99896\n3526,1647190846,47.74306,8.99897\n3527,1647190847,47.74306,8.99897\n3528,1647190848,47.74306,8.99897\n3529,1647190849,47.74306,8.99899\n3530,1647190851,47.74305,8.99899\n3531,1647190852,47.74305,8.99899\n3532,1647190853,47.74306,8.99899\n3533,1647190854,47.74306,8.99900\n3534,1647190855,47.74306,8.99900\n3535,1647190856,47.74306,8.99901\n3536,1647190857,47.74306,8.99901\n3537,1647190858,47.74306,8.99901\n3538,1647190859,47.74306,8.99901\n3539,1647190860,47.74306,8.99902\n3540,1647190861,47.74306,8.99902\n3541,1647190986,47.74303,8.99900\n3542,1647190987,47.74304,8.99902\n3543,1647190988,47.74303,8.99901\n3544,1647190989,47.74303,8.99900\n3545,1647190990,47.74304,8.99900\n3546,1647190991,47.74304,8.99900\n3547,1647190992,47.74304,8.99900\n3548,1647190993,47.74304,8.99900\n3549,1647190995,47.74304,8.99899\n3550,1647190996,47.74304,8.99899\n3551,1647190997,47.74304,8.99899\n3552,1647190998,47.74305,8.99899\n3553,1647190999,47.74305,8.99899\n3554,1647191000,47.74305,8.99899\n3555,1647191001,47.74305,8.99899\n3556,1647191002,47.74305,8.99900\n3557,1647191003,47.74305,8.99900\n3558,1647191004,47.74305,8.99899\n3559,1647191005,47.74305,8.99900\n3560,1647191006,47.74304,8.99899\n3561,1647191132,47.74307,8.99886\n3562,1647191133,47.74307,8.99889\n3563,1647191134,47.74307,8.99889\n3564,1647191135,47.74305,8.99891\n3565,1647191136,47.74304,8.99893\n3566,1647191137,47.74304,8.99895\n3567,1647191138,47.74303,8.99896\n3568,1647191139,47.74303,8.99896\n3569,1647191140,47.74303,8.99897\n3570,1647191141,47.74302,8.99898\n3571,1647191142,47.74302,8.99897\n3572,1647191143,47.74302,8.99898\n3573,1647191145,47.74302,8.99898\n3574,1647191146,47.74302,8.99898\n3575,1647191147,47.74302,8.99898\n3576,1647191148,47.74302,8.99898\n3577,1647191149,47.74303,8.99898\n3578,1647191150,47.74303,8.99898\n3579,1647191151,47.74303,8.99898\n3580,1647191152,47.74303,8.99898\n3581,1647191277,47.74299,8.99898\n3582,1647191278,47.74297,8.99897\n3583,1647191279,47.74297,8.99896\n3584,1647191280,47.74297,8.99895\n3585,1647191281,47.74298,8.99895\n3586,1647191282,47.74298,8.99895\n3587,1647191283,47.74298,8.99894\n3588,1647191284,47.74298,8.99894\n3589,1647191285,47.74298,8.99895\n3590,1647191286,47.74298,8.99895\n3591,1647191287,47.74300,8.99897\n3592,1647191289,47.74300,8.99897\n3593,1647191290,47.74300,8.99897\n3594,1647191291,47.74300,8.99897\n3595,1647191292,47.74300,8.99898\n3596,1647191293,47.74300,8.99898\n3597,1647191294,47.74300,8.99898\n3598,1647191295,47.74300,8.99898\n3599,1647191296,47.74300,8.99898\n3600,1647191297,47.74300,8.99898\n3601,1647191422,47.74295,8.99889\n3602,1647191423,47.74299,8.99888\n3603,1647191424,47.74298,8.99887\n3604,1647191425,47.74299,8.99888\n3605,1647191426,47.74301,8.99890\n3606,1647191427,47.74301,8.99891\n3607,1647191428,47.74300,8.99891\n3608,1647191429,47.74300,8.99891\n3609,1647191430,47.74302,8.99892\n3610,1647191431,47.74306,8.99895\n3611,1647191433,47.74306,8.99895\n3612,1647191434,47.74306,8.99895\n3613,1647191435,47.74306,8.99896\n3614,1647191436,47.74306,8.99896\n3615,1647191437,47.74307,8.99896\n3616,1647191438,47.74307,8.99897\n3617,1647191439,47.74307,8.99897\n3618,1647191440,47.74308,8.99897\n3619,1647191441,47.74308,8.99897\n3620,1647191442,47.74308,8.99897\n3621,1647191569,47.74309,8.99901\n3622,1647191570,47.74310,8.99901\n3623,1647191571,47.74310,8.99901\n3624,1647191572,47.74310,8.99902\n3625,1647191573,47.74311,8.99902\n3626,1647191574,47.74312,8.99902\n3627,1647191575,47.74309,8.99901\n3628,1647191577,47.74310,8.99902\n3629,1647191578,47.74310,8.99903\n3630,1647191579,47.74310,8.99903\n3631,1647191580,47.74310,8.99903\n3632,1647191581,47.74310,8.99903\n3633,1647191582,47.74310,8.99903\n3634,1647191583,47.74310,8.99902\n3635,1647191584,47.74310,8.99902\n3636,1647191585,47.74311,8.99902\n3637,1647191586,47.74311,8.99902\n3638,1647191587,47.74311,8.99902\n3639,1647191588,47.74311,8.99902\n3640,1647191589,47.74311,8.99902\n3641,1647191715,47.74308,8.99903\n3642,1647191716,47.74308,8.99900\n3643,1647191717,47.74309,8.99900\n3644,1647191718,47.74309,8.99900\n3645,1647191719,47.74309,8.99899\n3646,1647191720,47.74310,8.99899\n3647,1647191721,47.74310,8.99898\n3648,1647191722,47.74310,8.99897\n3649,1647191723,47.74310,8.99897\n3650,1647191724,47.74311,8.99898\n3651,1647191725,47.74310,8.99897\n3652,1647191727,47.74311,8.99897\n3653,1647191728,47.74310,8.99897\n3654,1647191729,47.74310,8.99897\n3655,1647191730,47.74310,8.99896\n3656,1647191731,47.74311,8.99897\n3657,1647191732,47.74310,8.99896\n3658,1647191733,47.74310,8.99896\n3659,1647191734,47.74311,8.99896\n3660,1647191735,47.74311,8.99895\n3661,1647191860,47.74315,8.99891\n3662,1647191861,47.74305,8.99900\n3663,1647191862,47.74306,8.99900\n3664,1647191863,47.74306,8.99901\n3665,1647191864,47.74305,8.99900\n3666,1647191865,47.74305,8.99900\n3667,1647191866,47.74305,8.99900\n3668,1647191867,47.74304,8.99900\n3669,1647191868,47.74304,8.99900\n3670,1647191869,47.74304,8.99901\n3671,1647191871,47.74304,8.99901\n3672,1647191872,47.74304,8.99901\n3673,1647191873,47.74304,8.99900\n3674,1647191874,47.74304,8.99900\n3675,1647191875,47.74304,8.99900\n3676,1647191876,47.74304,8.99900\n3677,1647191877,47.74304,8.99900\n3678,1647191878,47.74305,8.99900\n3679,1647191879,47.74305,8.99899\n3680,1647191880,47.74304,8.99899\n3681,1647192006,47.74305,8.99899\n3682,1647192007,47.74305,8.99899\n3683,1647192008,47.74305,8.99899\n3684,1647192009,47.74305,8.99899\n3685,1647192010,47.74305,8.99899\n3686,1647192011,47.74305,8.99898\n3687,1647192012,47.74305,8.99898\n3688,1647192013,47.74306,8.99900\n3689,1647192015,47.74306,8.99900\n3690,1647192016,47.74306,8.99901\n3691,1647192017,47.74306,8.99901\n3692,1647192018,47.74306,8.99902\n3693,1647192019,47.74306,8.99902\n3694,1647192020,47.74306,8.99902\n3695,1647192021,47.74306,8.99902\n3696,1647192022,47.74307,8.99902\n3697,1647192023,47.74307,8.99902\n3698,1647192024,47.74307,8.99902\n3699,1647192025,47.74307,8.99902\n3700,1647192026,47.74307,8.99902\n3701,1647192151,47.74308,8.99904\n3702,1647192152,47.74307,8.99900\n3703,1647192153,47.74305,8.99899\n3704,1647192154,47.74306,8.99899\n3705,1647192155,47.74305,8.99898\n3706,1647192156,47.74305,8.99897\n3707,1647192157,47.74304,8.99897\n3708,1647192158,47.74303,8.99897\n3709,1647192159,47.74303,8.99898\n3710,1647192160,47.74303,8.99897\n3711,1647192161,47.74302,8.99897\n3712,1647192162,47.74302,8.99898\n3713,1647192163,47.74303,8.99899\n3714,1647192165,47.74303,8.99899\n3715,1647192166,47.74303,8.99899\n3716,1647192167,47.74303,8.99899\n3717,1647192168,47.74303,8.99899\n3718,1647192169,47.74303,8.99900\n3719,1647192170,47.74303,8.99900\n3720,1647192171,47.74303,8.99900\n3721,1647192297,47.74301,8.99896\n3722,1647192298,47.74302,8.99895\n3723,1647192299,47.74302,8.99896\n3724,1647192300,47.74302,8.99896\n3725,1647192301,47.74303,8.99897\n3726,1647192302,47.74303,8.99897\n3727,1647192303,47.74303,8.99897\n3728,1647192304,47.74303,8.99896\n3729,1647192305,47.74303,8.99896\n3730,1647192306,47.74303,8.99895\n3731,1647192307,47.74305,8.99897\n3732,1647192309,47.74305,8.99897\n3733,1647192310,47.74305,8.99897\n3734,1647192311,47.74305,8.99897\n3735,1647192312,47.74305,8.99897\n3736,1647192313,47.74305,8.99897\n3737,1647192314,47.74305,8.99897\n3738,1647192315,47.74305,8.99897\n3739,1647192316,47.74305,8.99897\n3740,1647192317,47.74305,8.99897\n3741,1647192442,47.74305,8.99890\n3742,1647192443,47.74305,8.99892\n3743,1647192444,47.74304,8.99893\n3744,1647192445,47.74304,8.99894\n3745,1647192446,47.74304,8.99895\n3746,1647192447,47.74304,8.99895\n3747,1647192448,47.74303,8.99895\n3748,1647192449,47.74303,8.99895\n3749,1647192450,47.74302,8.99895\n3750,1647192451,47.74304,8.99896\n3751,1647192453,47.74303,8.99896\n3752,1647192454,47.74303,8.99896\n3753,1647192455,47.74303,8.99895\n3754,1647192456,47.74303,8.99895\n3755,1647192457,47.74303,8.99895\n3756,1647192458,47.74303,8.99895\n3757,1647192459,47.74303,8.99895\n3758,1647192460,47.74303,8.99896\n3759,1647192461,47.74303,8.99896\n3760,1647192462,47.74303,8.99896\n3761,1647192588,47.74306,8.99894\n3762,1647192589,47.74304,8.99895\n3763,1647192590,47.74304,8.99896\n3764,1647192591,47.74304,8.99896\n3765,1647192592,47.74304,8.99896\n3766,1647192593,47.74304,8.99896\n3767,1647192594,47.74304,8.99896\n3768,1647192595,47.74305,8.99896\n3769,1647192597,47.74305,8.99896\n3770,1647192598,47.74305,8.99896\n3771,1647192599,47.74304,8.99895\n3772,1647192600,47.74304,8.99895\n3773,1647192601,47.74304,8.99895\n3774,1647192602,47.74304,8.99895\n3775,1647192603,47.74304,8.99894\n3776,1647192604,47.74304,8.99895\n3777,1647192605,47.74304,8.99895\n3778,1647192606,47.74304,8.99895\n3779,1647192607,47.74304,8.99895\n3780,1647192608,47.74304,8.99895\n3781,1647192734,47.74307,8.99900\n3782,1647192735,47.74307,8.99901\n3783,1647192736,47.74306,8.99901\n3784,1647192737,47.74306,8.99901\n3785,1647192738,47.74306,8.99900\n3786,1647192739,47.74305,8.99899\n3787,1647192740,47.74305,8.99899\n3788,1647192741,47.74305,8.99899\n3789,1647192742,47.74305,8.99898\n3790,1647192743,47.74305,8.99898\n3791,1647192744,47.74305,8.99898\n3792,1647192745,47.74306,8.99900\n3793,1647192747,47.74306,8.99900\n3794,1647192748,47.74306,8.99900\n3795,1647192749,47.74306,8.99900\n3796,1647192750,47.74306,8.99900\n3797,1647192751,47.74306,8.99900\n3798,1647192752,47.74305,8.99900\n3799,1647192753,47.74305,8.99900\n3800,1647192754,47.74305,8.99900\n3801,1647192879,47.74301,8.99906\n3802,1647192880,47.74300,8.99900\n3803,1647192881,47.74301,8.99900\n3804,1647192882,47.74300,8.99900\n3805,1647192883,47.74300,8.99901\n3806,1647192884,47.74300,8.99902\n3807,1647192885,47.74300,8.99902\n3808,1647192886,47.74300,8.99902\n3809,1647192887,47.74299,8.99901\n3810,1647192888,47.74299,8.99901\n3811,1647192889,47.74300,8.99905\n3812,1647192891,47.74300,8.99904\n3813,1647192892,47.74300,8.99904\n3814,1647192893,47.74300,8.99904\n3815,1647192894,47.74299,8.99903\n3816,1647192895,47.74300,8.99903\n3817,1647192896,47.74299,8.99903\n3818,1647192897,47.74299,8.99903\n3819,1647192898,47.74299,8.99903\n3820,1647192899,47.74299,8.99903\n3821,1647193024,47.74309,8.99896\n3822,1647193025,47.74312,8.99907\n3823,1647193026,47.74307,8.99902\n3824,1647193027,47.74306,8.99900\n3825,1647193028,47.74306,8.99900\n3826,1647193029,47.74306,8.99900\n3827,1647193030,47.74306,8.99900\n3828,1647193031,47.74305,8.99899\n3829,1647193032,47.74305,8.99898\n3830,1647193033,47.74304,8.99898\n3831,1647193035,47.74303,8.99898\n3832,1647193036,47.74303,8.99898\n3833,1647193037,47.74303,8.99898\n3834,1647193038,47.74303,8.99898\n3835,1647193039,47.74303,8.99898\n3836,1647193040,47.74303,8.99897\n3837,1647193041,47.74303,8.99897\n3838,1647193042,47.74303,8.99897\n3839,1647193043,47.74303,8.99897\n3840,1647193044,47.74302,8.99897\n3841,1647193170,47.74301,8.99892\n3842,1647193171,47.74302,8.99894\n3843,1647193172,47.74302,8.99894\n3844,1647193173,47.74303,8.99896\n3845,1647193174,47.74306,8.99898\n3846,1647193175,47.74307,8.99900\n3847,1647193176,47.74308,8.99902\n3848,1647193177,47.74305,8.99901\n3849,1647193179,47.74306,8.99901\n3850,1647193180,47.74306,8.99902\n3851,1647193181,47.74306,8.99901\n3852,1647193182,47.74307,8.99901\n3853,1647193183,47.74307,8.99902\n3854,1647193184,47.74307,8.99902\n3855,1647193185,47.74307,8.99902\n3856,1647193186,47.74307,8.99903\n3857,1647193187,47.74307,8.99903\n3858,1647193188,47.74307,8.99903\n3859,1647193189,47.74307,8.99903\n3860,1647193190,47.74307,8.99903\n3861,1647193316,47.74301,8.99894\n3862,1647193317,47.74302,8.99896\n3863,1647193318,47.74303,8.99896\n3864,1647193319,47.74304,8.99897\n3865,1647193320,47.74304,8.99898\n3866,1647193321,47.74304,8.99898\n3867,1647193322,47.74305,8.99899\n3868,1647193323,47.74305,8.99898\n3869,1647193324,47.74305,8.99898\n3870,1647193325,47.74304,8.99897\n3871,1647193326,47.74304,8.99896\n3872,1647193327,47.74301,8.99896\n3873,1647193329,47.74301,8.99896\n3874,1647193330,47.74301,8.99895\n3875,1647193331,47.74301,8.99895\n3876,1647193332,47.74301,8.99895\n3877,1647193333,47.74301,8.99895\n3878,1647193334,47.74301,8.99895\n3879,1647193335,47.74301,8.99895\n3880,1647193336,47.74301,8.99895\n3881,1647193462,47.74299,8.99886\n3882,1647193463,47.74300,8.99888\n3883,1647193464,47.74300,8.99889\n3884,1647193465,47.74300,8.99891\n3885,1647193466,47.74301,8.99892\n3886,1647193467,47.74301,8.99893\n3887,1647193468,47.74301,8.99894\n3888,1647193469,47.74301,8.99895\n3889,1647193470,47.74302,8.99896\n3890,1647193471,47.74298,8.99894\n3891,1647193473,47.74298,8.99895\n3892,1647193474,47.74299,8.99895\n3893,1647193475,47.74299,8.99896\n3894,1647193476,47.74300,8.99896\n3895,1647193477,47.74300,8.99897\n3896,1647193478,47.74300,8.99897\n3897,1647193479,47.74300,8.99897\n3898,1647193480,47.74300,8.99898\n3899,1647193481,47.74300,8.99898\n3900,1647193482,47.74300,8.99898\n3901,1647193608,47.74297,8.99907\n3902,1647193609,47.74296,8.99900\n3903,1647193610,47.74298,8.99901\n3904,1647193611,47.74300,8.99901\n3905,1647193612,47.74302,8.99902\n3906,1647193613,47.74303,8.99902\n3907,1647193614,47.74304,8.99903\n3908,1647193615,47.74304,8.99903\n3909,1647193616,47.74304,8.99904\n3910,1647193618,47.74305,8.99904\n3911,1647193619,47.74305,8.99904\n3912,1647193620,47.74305,8.99904\n3913,1647193621,47.74305,8.99904\n3914,1647193622,47.74306,8.99903\n3915,1647193623,47.74306,8.99903\n3916,1647193624,47.74306,8.99903\n3917,1647193625,47.74306,8.99902\n3918,1647193626,47.74306,8.99902\n3919,1647193627,47.74306,8.99902\n3920,1647193628,47.74306,8.99902\n3921,1647193755,47.74312,8.99907\n3922,1647193756,47.74307,8.99902\n3923,1647193757,47.74306,8.99901\n3924,1647193758,47.74306,8.99900\n3925,1647193759,47.74306,8.99898\n3926,1647193760,47.74305,8.99898\n3927,1647193761,47.74305,8.99898\n3928,1647193762,47.74305,8.99897\n3929,1647193763,47.74305,8.99898\n3930,1647193764,47.74305,8.99898\n3931,1647193765,47.74305,8.99897\n3932,1647193766,47.74304,8.99899\n3933,1647193768,47.74304,8.99900\n3934,1647193769,47.74304,8.99899\n3935,1647193770,47.74304,8.99899\n3936,1647193771,47.74304,8.99899\n3937,1647193772,47.74303,8.99898\n3938,1647193773,47.74303,8.99899\n3939,1647193774,47.74303,8.99899\n3940,1647193775,47.74303,8.99899\n3941,1647193902,47.74296,8.99891\n3942,1647193903,47.74299,8.99892\n3943,1647193904,47.74300,8.99893\n3944,1647193905,47.74302,8.99894\n3945,1647193906,47.74303,8.99895\n3946,1647193907,47.74304,8.99896\n3947,1647193908,47.74305,8.99898\n3948,1647193909,47.74306,8.99899\n3949,1647193910,47.74303,8.99898\n3950,1647193912,47.74304,8.99899\n3951,1647193913,47.74304,8.99900\n3952,1647193914,47.74304,8.99900\n3953,1647193915,47.74304,8.99901\n3954,1647193916,47.74304,8.99901\n3955,1647193917,47.74305,8.99902\n3956,1647193918,47.74305,8.99902\n3957,1647193919,47.74305,8.99903\n3958,1647193920,47.74305,8.99904\n3959,1647193921,47.74305,8.99904\n3960,1647193922,47.74305,8.99904\n3961,1647194048,47.74311,8.99888\n3962,1647194049,47.74310,8.99889\n3963,1647194050,47.74312,8.99893\n3964,1647194051,47.74311,8.99894\n3965,1647194052,47.74310,8.99894\n3966,1647194053,47.74310,8.99895\n3967,1647194054,47.74310,8.99896\n3968,1647194055,47.74310,8.99897\n3969,1647194056,47.74309,8.99897\n3970,1647194057,47.74309,8.99898\n3971,1647194058,47.74309,8.99898\n3972,1647194059,47.74308,8.99898\n3973,1647194061,47.74308,8.99898\n3974,1647194062,47.74308,8.99898\n3975,1647194063,47.74308,8.99898\n3976,1647194064,47.74308,8.99898\n3977,1647194065,47.74309,8.99899\n3978,1647194066,47.74309,8.99898\n3979,1647194067,47.74309,8.99899\n3980,1647194068,47.74309,8.99899\n3981,1647194194,47.74307,8.99906\n3982,1647194195,47.74307,8.99905\n3983,1647194196,47.74308,8.99905\n3984,1647194197,47.74307,8.99904\n3985,1647194198,47.74307,8.99904\n3986,1647194199,47.74307,8.99904\n3987,1647194200,47.74308,8.99904\n3988,1647194201,47.74308,8.99903\n3989,1647194202,47.74308,8.99903\n3990,1647194203,47.74308,8.99902\n3991,1647194204,47.74306,8.99902\n3992,1647194206,47.74306,8.99902\n3993,1647194207,47.74306,8.99902\n3994,1647194208,47.74306,8.99902\n3995,1647194209,47.74306,8.99901\n3996,1647194210,47.74306,8.99901\n3997,1647194211,47.74306,8.99901\n3998,1647194212,47.74306,8.99900\n3999,1647194213,47.74306,8.99900\n4000,1647194214,47.74306,8.99900\n4001,1647194341,47.74301,8.99896\n4002,1647194342,47.74305,8.99896\n4003,1647194343,47.74306,8.99896\n4004,1647194344,47.74306,8.99896\n4005,1647194345,47.74306,8.99896\n4006,1647194346,47.74307,8.99897\n4007,1647194347,47.74307,8.99898\n4008,1647194348,47.74306,8.99898\n4009,1647194350,47.74306,8.99898\n4010,1647194351,47.74306,8.99898\n4011,1647194352,47.74306,8.99898\n4012,1647194353,47.74307,8.99898\n4013,1647194354,47.74307,8.99897\n4014,1647194355,47.74307,8.99898\n4015,1647194356,47.74307,8.99898\n4016,1647194357,47.74307,8.99898\n4017,1647194358,47.74307,8.99898\n4018,1647194359,47.74307,8.99898\n4019,1647194360,47.74307,8.99897\n4020,1647194361,47.74306,8.99897\n4021,1647194487,47.74314,8.99886\n4022,1647194488,47.74303,8.99890\n4023,1647194489,47.74306,8.99893\n4024,1647194490,47.74307,8.99894\n4025,1647194491,47.74307,8.99894\n4026,1647194492,47.74308,8.99895\n4027,1647194493,47.74308,8.99895\n4028,1647194494,47.74308,8.99896\n4029,1647194495,47.74308,8.99896\n4030,1647194496,47.74308,8.99896\n4031,1647194497,47.74308,8.99895\n4032,1647194498,47.74305,8.99896\n4033,1647194500,47.74305,8.99897\n4034,1647194501,47.74305,8.99897\n4035,1647194502,47.74306,8.99897\n4036,1647194503,47.74306,8.99898\n4037,1647194504,47.74306,8.99898\n4038,1647194505,47.74306,8.99899\n4039,1647194506,47.74306,8.99899\n4040,1647194507,47.74306,8.99899\n4041,1647194633,47.74307,8.99902\n4042,1647194634,47.74309,8.99908\n4043,1647194635,47.74309,8.99902\n4044,1647194636,47.74310,8.99901\n4045,1647194637,47.74310,8.99901\n4046,1647194638,47.74309,8.99900\n4047,1647194639,47.74308,8.99899\n4048,1647194640,47.74308,8.99898\n4049,1647194641,47.74308,8.99897\n4050,1647194642,47.74305,8.99897\n4051,1647194644,47.74304,8.99895\n4052,1647194645,47.74303,8.99895\n4053,1647194646,47.74303,8.99895\n4054,1647194647,47.74303,8.99895\n4055,1647194648,47.74303,8.99894\n4056,1647194649,47.74303,8.99894\n4057,1647194650,47.74303,8.99893\n4058,1647194651,47.74303,8.99893\n4059,1647194652,47.74304,8.99893\n4060,1647194653,47.74304,8.99892\n4061,1647194779,47.74294,8.99893\n4062,1647194780,47.74295,8.99898\n4063,1647194781,47.74295,8.99898\n4064,1647194782,47.74296,8.99897\n4065,1647194783,47.74297,8.99898\n4066,1647194784,47.74298,8.99897\n4067,1647194785,47.74298,8.99897\n4068,1647194786,47.74300,8.99897\n4069,1647194787,47.74300,8.99896\n4070,1647194788,47.74301,8.99896\n4071,1647194789,47.74301,8.99896\n4072,1647194790,47.74302,8.99897\n4073,1647194791,47.74303,8.99896\n4074,1647194792,47.74302,8.99898\n4075,1647194794,47.74302,8.99898\n4076,1647194795,47.74302,8.99898\n4077,1647194796,47.74302,8.99897\n4078,1647194797,47.74302,8.99897\n4079,1647194798,47.74302,8.99897\n4080,1647194799,47.74302,8.99897\n4081,1647194925,47.74312,8.99913\n4082,1647194926,47.74311,8.99907\n4083,1647194927,47.74309,8.99905\n4084,1647194928,47.74308,8.99905\n4085,1647194929,47.74307,8.99905\n4086,1647194930,47.74306,8.99905\n4087,1647194931,47.74306,8.99905\n4088,1647194932,47.74305,8.99905\n4089,1647194933,47.74305,8.99905\n4090,1647194934,47.74305,8.99905\n4091,1647194935,47.74304,8.99905\n4092,1647194936,47.74304,8.99905\n4093,1647194938,47.74304,8.99904\n4094,1647194939,47.74304,8.99904\n4095,1647194940,47.74304,8.99904\n4096,1647194941,47.74304,8.99904\n4097,1647194942,47.74304,8.99904\n4098,1647194943,47.74304,8.99904\n4099,1647194944,47.74304,8.99904\n4100,1647194945,47.74303,8.99904\n4101,1647195072,47.74306,8.99901\n4102,1647195073,47.74306,8.99899\n4103,1647195074,47.74306,8.99899\n4104,1647195075,47.74306,8.99898\n4105,1647195076,47.74306,8.99897\n4106,1647195077,47.74306,8.99896\n4107,1647195078,47.74306,8.99895\n4108,1647195079,47.74306,8.99895\n4109,1647195080,47.74305,8.99895\n4110,1647195082,47.74304,8.99895\n4111,1647195083,47.74304,8.99895\n4112,1647195084,47.74305,8.99895\n4113,1647195085,47.74305,8.99894\n4114,1647195086,47.74305,8.99894\n4115,1647195087,47.74304,8.99895\n4116,1647195088,47.74304,8.99895\n4117,1647195089,47.74304,8.99895\n4118,1647195090,47.74304,8.99895\n4119,1647195091,47.74304,8.99895\n4120,1647195092,47.74304,8.99895\n4121,1647195217,47.74296,8.99886\n4122,1647195218,47.74300,8.99897\n4123,1647195219,47.74303,8.99900\n4124,1647195220,47.74302,8.99900\n4125,1647195221,47.74302,8.99900\n4126,1647195222,47.74302,8.99900\n4127,1647195223,47.74302,8.99900\n4128,1647195224,47.74302,8.99900\n4129,1647195225,47.74302,8.99900\n4130,1647195226,47.74302,8.99901\n4131,1647195227,47.74302,8.99902\n4132,1647195228,47.74303,8.99902\n4133,1647195229,47.74300,8.99905\n4134,1647195231,47.74300,8.99906\n4135,1647195232,47.74300,8.99906\n4136,1647195233,47.74301,8.99906\n4137,1647195234,47.74301,8.99905\n4138,1647195235,47.74301,8.99905\n4139,1647195236,47.74301,8.99905\n4140,1647195237,47.74301,8.99905\n4141,1647195362,47.74305,8.99894\n4142,1647195363,47.74309,8.99885\n4143,1647195364,47.74309,8.99887\n4144,1647195365,47.74309,8.99887\n4145,1647195366,47.74308,8.99888\n4146,1647195367,47.74308,8.99889\n4147,1647195368,47.74308,8.99890\n4148,1647195369,47.74308,8.99890\n4149,1647195370,47.74307,8.99891\n4150,1647195371,47.74307,8.99892\n4151,1647195372,47.74306,8.99892\n4152,1647195373,47.74305,8.99894\n4153,1647195375,47.74305,8.99895\n4154,1647195376,47.74305,8.99895\n4155,1647195377,47.74305,8.99894\n4156,1647195378,47.74305,8.99894\n4157,1647195379,47.74305,8.99894\n4158,1647195380,47.74304,8.99894\n4159,1647195381,47.74304,8.99894\n4160,1647195382,47.74304,8.99894\n4161,1647195508,47.74305,8.99897\n4162,1647195509,47.74303,8.99902\n4163,1647195510,47.74305,8.99901\n4164,1647195511,47.74307,8.99903\n4165,1647195512,47.74307,8.99903\n4166,1647195513,47.74307,8.99902\n4167,1647195514,47.74307,8.99902\n4168,1647195515,47.74307,8.99901\n4169,1647195516,47.74307,8.99901\n4170,1647195517,47.74307,8.99901\n4171,1647195518,47.74304,8.99904\n4172,1647195520,47.74304,8.99904\n4173,1647195521,47.74304,8.99904\n4174,1647195522,47.74304,8.99904\n4175,1647195523,47.74304,8.99904\n4176,1647195524,47.74304,8.99904\n4177,1647195525,47.74304,8.99904\n4178,1647195526,47.74304,8.99904\n4179,1647195527,47.74304,8.99904\n4180,1647195528,47.74304,8.99903\n4181,1647195654,47.74310,8.99901\n4182,1647195655,47.74309,8.99900\n4183,1647195656,47.74308,8.99899\n4184,1647195657,47.74307,8.99898\n4185,1647195658,47.74307,8.99899\n4186,1647195659,47.74306,8.99899\n4187,1647195660,47.74305,8.99898\n4188,1647195661,47.74305,8.99898\n4189,1647195662,47.74304,8.99900\n4190,1647195664,47.74304,8.99900\n4191,1647195665,47.74304,8.99899\n4192,1647195666,47.74304,8.99899\n4193,1647195667,47.74304,8.99899\n4194,1647195668,47.74303,8.99899\n4195,1647195669,47.74303,8.99899\n4196,1647195670,47.74303,8.99899\n4197,1647195671,47.74303,8.99899\n4198,1647195672,47.74303,8.99899\n4199,1647195673,47.74303,8.99899\n4200,1647195674,47.74303,8.99899\n4201,1647195800,47.74314,8.99893\n4202,1647195801,47.74306,8.99900\n4203,1647195802,47.74306,8.99901\n4204,1647195803,47.74305,8.99902\n4205,1647195804,47.74305,8.99901\n4206,1647195805,47.74304,8.99901\n4207,1647195806,47.74304,8.99901\n4208,1647195807,47.74304,8.99901\n4209,1647195808,47.74304,8.99900\n4210,1647195809,47.74304,8.99901\n4211,1647195810,47.74304,8.99901\n4212,1647195811,47.74304,8.99901\n4213,1647195812,47.74303,8.99902\n4214,1647195814,47.74303,8.99902\n4215,1647195815,47.74303,8.99902\n4216,1647195816,47.74303,8.99902\n4217,1647195817,47.74303,8.99902\n4218,1647195818,47.74303,8.99902\n4219,1647195819,47.74303,8.99903\n4220,1647195820,47.74304,8.99903\n4221,1647195945,47.74321,8.99866\n4222,1647195947,47.74314,8.99889\n4223,1647195948,47.74312,8.99891\n4224,1647195949,47.74311,8.99892\n4225,1647195950,47.74310,8.99893\n4226,1647195951,47.74308,8.99893\n4227,1647195952,47.74307,8.99894\n4228,1647195953,47.74306,8.99895\n4229,1647195954,47.74306,8.99895\n4230,1647195955,47.74305,8.99895\n4231,1647195956,47.74302,8.99899\n4232,1647195958,47.74302,8.99899\n4233,1647195959,47.74302,8.99900\n4234,1647195960,47.74302,8.99900\n4235,1647195961,47.74301,8.99900\n4236,1647195962,47.74301,8.99900\n4237,1647195963,47.74301,8.99900\n4238,1647195964,47.74301,8.99900\n4239,1647195965,47.74301,8.99900\n4240,1647195966,47.74301,8.99900\n4241,1647196093,47.74303,8.99892\n4242,1647196094,47.74303,8.99893\n4243,1647196095,47.74302,8.99893\n4244,1647196096,47.74302,8.99894\n4245,1647196097,47.74302,8.99895\n4246,1647196098,47.74302,8.99895\n4247,1647196099,47.74302,8.99896\n4248,1647196100,47.74300,8.99898\n4249,1647196102,47.74301,8.99899\n4250,1647196103,47.74301,8.99899\n4251,1647196104,47.74301,8.99899\n4252,1647196105,47.74301,8.99899\n4253,1647196106,47.74301,8.99900\n4254,1647196107,47.74301,8.99900\n4255,1647196108,47.74301,8.99900\n4256,1647196109,47.74301,8.99900\n4257,1647196110,47.74302,8.99900\n4258,1647196111,47.74302,8.99900\n4259,1647196112,47.74302,8.99900\n4260,1647196113,47.74302,8.99900\n4261,1647196240,47.74301,8.99888\n4262,1647196241,47.74300,8.99890\n4263,1647196242,47.74300,8.99892\n4264,1647196243,47.74301,8.99894\n4265,1647196244,47.74300,8.99896\n4266,1647196245,47.74301,8.99897\n4267,1647196246,47.74301,8.99898\n4268,1647196247,47.74301,8.99899\n4269,1647196248,47.74301,8.99900\n4270,1647196249,47.74302,8.99900\n4271,1647196250,47.74304,8.99900\n4272,1647196252,47.74304,8.99900\n4273,1647196253,47.74304,8.99900\n4274,1647196254,47.74304,8.99901\n4275,1647196255,47.74304,8.99900\n4276,1647196256,47.74304,8.99901\n4277,1647196257,47.74304,8.99901\n4278,1647196258,47.74304,8.99901\n4279,1647196259,47.74304,8.99901\n4280,1647196260,47.74304,8.99902"
  },
  {
    "path": "TickTagData/07_StationaryPosition_20s_Burst_Every_120s/20220313_20s_Burst_Every_120s_4280_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 7, TOs: 0/0, ErrorsOrGF: 1, TTFF: 100\nFixes: 4280, Avg. TTF: 15 s, Avg. HDOP (x10): 14\n\ncount,timestamp,lat,lon\n1,1647165001,47.74234,9.00157\n2,1647165002,47.74232,9.00155\n3,1647165003,47.74231,9.00153\n4,1647165004,47.74229,9.00151\n5,1647165005,47.74228,9.00150\n6,1647165006,47.74226,9.00149\n7,1647165007,47.74224,9.00148\n8,1647165008,47.74222,9.00147\n9,1647165009,47.74220,9.00145\n10,1647165010,47.74218,9.00144\n11,1647165011,47.74217,9.00143\n12,1647165012,47.74215,9.00142\n13,1647165013,47.74214,9.00140\n14,1647165014,47.74213,9.00138\n15,1647165015,47.74211,9.00137\n16,1647165016,47.74210,9.00136\n17,1647165017,47.74209,9.00134\n18,1647165018,47.74207,9.00133\n19,1647165019,47.74206,9.00132\n20,1647165020,47.74204,9.00131\n21,1647165164,47.74139,9.00196\n22,1647165165,47.74171,9.00174\n23,1647165166,47.74189,9.00163\n24,1647165167,47.74192,9.00160\n25,1647165168,47.74198,9.00156\n26,1647165169,47.74203,9.00153\n27,1647165170,47.74207,9.00150\n28,1647165171,47.74208,9.00149\n29,1647165172,47.74204,9.00152\n30,1647165173,47.74199,9.00154\n31,1647165174,47.74200,9.00152\n32,1647165175,47.74202,9.00150\n33,1647165176,47.74204,9.00148\n34,1647165177,47.74211,9.00142\n35,1647165178,47.74215,9.00138\n36,1647165179,47.74220,9.00134\n37,1647165180,47.74225,9.00131\n38,1647165181,47.74229,9.00127\n39,1647165182,47.74230,9.00124\n40,1647165183,47.74234,9.00121\n41,1647165328,47.74170,9.00039\n42,1647165329,47.74177,9.00043\n43,1647165330,47.74182,9.00045\n44,1647165331,47.74186,9.00047\n45,1647165332,47.74189,9.00048\n46,1647165333,47.74192,9.00050\n47,1647165334,47.74195,9.00051\n48,1647165335,47.74196,9.00052\n49,1647165336,47.74196,9.00054\n50,1647165337,47.74197,9.00055\n51,1647165338,47.74198,9.00056\n52,1647165339,47.74198,9.00057\n53,1647165340,47.74199,9.00057\n54,1647165341,47.74199,9.00057\n55,1647165342,47.74199,9.00058\n56,1647165343,47.74199,9.00058\n57,1647165344,47.74199,9.00058\n58,1647165345,47.74199,9.00059\n59,1647165346,47.74199,9.00059\n60,1647165347,47.74200,9.00060\n61,1647165482,47.74221,9.00056\n62,1647165484,47.74229,9.00058\n63,1647165485,47.74231,9.00059\n64,1647165486,47.74231,9.00059\n65,1647165487,47.74229,9.00058\n66,1647165488,47.74230,9.00058\n67,1647165489,47.74231,9.00058\n68,1647165490,47.74231,9.00057\n69,1647165491,47.74231,9.00058\n70,1647165492,47.74232,9.00058\n71,1647165493,47.74231,9.00058\n72,1647165494,47.74232,9.00058\n73,1647165495,47.74232,9.00058\n74,1647165496,47.74232,9.00059\n75,1647165497,47.74232,9.00059\n76,1647165498,47.74231,9.00060\n77,1647165499,47.74231,9.00060\n78,1647165500,47.74232,9.00061\n79,1647165501,47.74234,9.00062\n80,1647165502,47.74235,9.00063\n81,1647165635,47.74315,9.00039\n82,1647165636,47.74315,9.00038\n83,1647165637,47.74316,9.00038\n84,1647165640,47.74285,9.00076\n85,1647165641,47.74287,9.00076\n86,1647165642,47.74289,9.00075\n87,1647165643,47.74290,9.00074\n88,1647165644,47.74290,9.00074\n89,1647165645,47.74291,9.00074\n90,1647165646,47.74297,9.00075\n91,1647165647,47.74300,9.00076\n92,1647165648,47.74300,9.00076\n93,1647165649,47.74300,9.00076\n94,1647165650,47.74300,9.00076\n95,1647165651,47.74300,9.00076\n96,1647165652,47.74300,9.00076\n97,1647165653,47.74300,9.00076\n98,1647165654,47.74301,9.00076\n99,1647165655,47.74301,9.00076\n100,1647165656,47.74303,9.00076\n101,1647165821,47.74142,9.00037\n102,1647165822,47.74146,9.00038\n103,1647165823,47.74149,9.00039\n104,1647165824,47.74152,9.00039\n105,1647165825,47.74155,9.00041\n106,1647165826,47.74158,9.00041\n107,1647165827,47.74161,9.00042\n108,1647165828,47.74163,9.00042\n109,1647165829,47.74139,9.00033\n110,1647165830,47.74128,9.00029\n111,1647165831,47.74122,9.00026\n112,1647165832,47.74118,9.00025\n113,1647165833,47.74116,9.00024\n114,1647165834,47.74115,9.00024\n115,1647165835,47.74114,9.00023\n116,1647165836,47.74114,9.00023\n117,1647165837,47.74113,9.00023\n118,1647165838,47.74113,9.00023\n119,1647165839,47.74112,9.00023\n120,1647165840,47.74112,9.00023\n121,1647165966,47.74191,8.99978\n122,1647165966,47.74135,9.00006\n123,1647165967,47.74108,9.00016\n124,1647165968,47.74091,9.00019\n125,1647165969,47.74087,9.00019\n126,1647165970,47.74083,9.00019\n127,1647165971,47.74081,9.00020\n128,1647165972,47.74079,9.00020\n129,1647165975,47.74083,9.00026\n130,1647165976,47.74084,9.00027\n131,1647165977,47.74084,9.00027\n132,1647165978,47.74083,9.00028\n133,1647165979,47.74083,9.00028\n134,1647165980,47.74083,9.00028\n135,1647165981,47.74083,9.00028\n136,1647165982,47.74083,9.00028\n137,1647165983,47.74083,9.00028\n138,1647165984,47.74084,9.00028\n139,1647165985,47.74084,9.00027\n140,1647165986,47.74085,9.00027\n141,1647166110,47.74126,9.00006\n142,1647166111,47.74097,9.00022\n143,1647166112,47.74096,9.00022\n144,1647166113,47.74095,9.00022\n145,1647166114,47.74095,9.00019\n146,1647166115,47.74097,9.00018\n147,1647166116,47.74098,9.00016\n148,1647166117,47.74098,9.00016\n149,1647166118,47.74099,9.00016\n150,1647166119,47.74099,9.00015\n151,1647166120,47.74099,9.00015\n152,1647166121,47.74099,9.00016\n153,1647166122,47.74098,9.00016\n154,1647166123,47.74100,9.00029\n155,1647166125,47.74100,9.00029\n156,1647166126,47.74100,9.00029\n157,1647166127,47.74101,9.00028\n158,1647166128,47.74101,9.00028\n159,1647166129,47.74101,9.00026\n160,1647166130,47.74101,9.00025\n161,1647166257,47.74122,9.00023\n162,1647166258,47.74123,9.00022\n163,1647166259,47.74125,9.00018\n164,1647166260,47.74124,9.00019\n165,1647166263,47.74120,9.00002\n166,1647166264,47.74120,9.00002\n167,1647166265,47.74119,9.00002\n168,1647166266,47.74118,9.00003\n169,1647166267,47.74118,9.00004\n170,1647166268,47.74117,9.00005\n171,1647166269,47.74118,9.00006\n172,1647166270,47.74117,9.00008\n173,1647166271,47.74117,9.00009\n174,1647166272,47.74116,9.00009\n175,1647166273,47.74116,9.00009\n176,1647166274,47.74116,9.00010\n177,1647166275,47.74116,9.00010\n178,1647166276,47.74116,9.00011\n179,1647166277,47.74116,9.00012\n180,1647166278,47.74116,9.00013\n181,1647166404,47.74162,9.00020\n182,1647166405,47.74152,9.00020\n183,1647166406,47.74148,9.00020\n184,1647166407,47.74144,9.00022\n185,1647166408,47.74142,9.00024\n186,1647166409,47.74139,9.00025\n187,1647166410,47.74138,9.00025\n188,1647166411,47.74124,9.00024\n189,1647166413,47.74122,9.00025\n190,1647166414,47.74121,9.00026\n191,1647166415,47.74118,9.00026\n192,1647166416,47.74116,9.00026\n193,1647166417,47.74115,9.00026\n194,1647166418,47.74114,9.00025\n195,1647166419,47.74113,9.00025\n196,1647166420,47.74112,9.00025\n197,1647166421,47.74111,9.00025\n198,1647166422,47.74110,9.00025\n199,1647166423,47.74112,9.00023\n200,1647166424,47.74114,9.00022\n201,1647166551,47.74154,9.00018\n202,1647166552,47.74154,9.00019\n203,1647166553,47.74154,9.00018\n204,1647166554,47.74155,9.00018\n205,1647166555,47.74155,9.00016\n206,1647166556,47.74157,9.00016\n207,1647166557,47.74156,9.00014\n208,1647166558,47.74156,9.00014\n209,1647166559,47.74154,9.00015\n210,1647166560,47.74153,9.00015\n211,1647166563,47.74141,8.99995\n212,1647166564,47.74142,8.99995\n213,1647166565,47.74143,8.99998\n214,1647166566,47.74143,8.99998\n215,1647166567,47.74143,8.99997\n216,1647166568,47.74142,8.99998\n217,1647166569,47.74141,8.99999\n218,1647166570,47.74139,9.00000\n219,1647166571,47.74139,9.00001\n220,1647166572,47.74138,9.00001\n221,1647166698,47.74200,9.00009\n222,1647166699,47.74205,9.00013\n223,1647166700,47.74208,9.00013\n224,1647166701,47.74210,9.00013\n225,1647166702,47.74209,9.00012\n226,1647166703,47.74210,9.00012\n227,1647166704,47.74210,9.00012\n228,1647166705,47.74183,8.99970\n229,1647166707,47.74182,8.99971\n230,1647166708,47.74181,8.99972\n231,1647166709,47.74180,8.99971\n232,1647166710,47.74180,8.99970\n233,1647166711,47.74179,8.99971\n234,1647166712,47.74178,8.99970\n235,1647166713,47.74175,8.99969\n236,1647166714,47.74175,8.99970\n237,1647166715,47.74174,8.99970\n238,1647166716,47.74174,8.99970\n239,1647166717,47.74173,8.99970\n240,1647166718,47.74171,8.99970\n241,1647166844,47.74208,9.00045\n242,1647166845,47.74191,9.00047\n243,1647166846,47.74192,9.00047\n244,1647166847,47.74192,9.00048\n245,1647166848,47.74193,9.00052\n246,1647166849,47.74191,9.00052\n247,1647166850,47.74191,9.00052\n248,1647166851,47.74189,9.00052\n249,1647166852,47.74190,9.00054\n250,1647166853,47.74191,9.00052\n251,1647166854,47.74194,9.00051\n252,1647166857,47.74166,9.00040\n253,1647166858,47.74164,9.00041\n254,1647166859,47.74166,9.00041\n255,1647166860,47.74167,9.00041\n256,1647166861,47.74169,9.00041\n257,1647166862,47.74166,9.00042\n258,1647166863,47.74165,9.00042\n259,1647166864,47.74163,9.00042\n260,1647166865,47.74163,9.00042\n261,1647166997,47.74451,9.00076\n262,1647167000,47.74197,9.00037\n263,1647167001,47.74192,9.00035\n264,1647167002,47.74193,9.00033\n265,1647167003,47.74192,9.00032\n266,1647167004,47.74197,9.00031\n267,1647167005,47.74203,9.00029\n268,1647167006,47.74206,9.00029\n269,1647167007,47.74208,9.00029\n270,1647167008,47.74212,9.00028\n271,1647167009,47.74214,9.00028\n272,1647167010,47.74215,9.00028\n273,1647167013,47.74210,8.99973\n274,1647167014,47.74212,8.99973\n275,1647167015,47.74213,8.99972\n276,1647167016,47.74213,8.99973\n277,1647167017,47.74214,8.99972\n278,1647167018,47.74215,8.99972\n279,1647167019,47.74215,8.99972\n280,1647167020,47.74216,8.99972\n281,1647167156,47.74258,8.99960\n282,1647167157,47.74257,8.99960\n283,1647167158,47.74257,8.99960\n284,1647167159,47.74256,8.99960\n285,1647167160,47.74256,8.99960\n286,1647167161,47.74259,8.99924\n287,1647167163,47.74258,8.99925\n288,1647167164,47.74257,8.99921\n289,1647167165,47.74256,8.99919\n290,1647167166,47.74256,8.99917\n291,1647167167,47.74255,8.99916\n292,1647167168,47.74255,8.99915\n293,1647167169,47.74255,8.99914\n294,1647167170,47.74254,8.99913\n295,1647167171,47.74255,8.99913\n296,1647167172,47.74255,8.99912\n297,1647167173,47.74255,8.99911\n298,1647167174,47.74255,8.99911\n299,1647167175,47.74255,8.99910\n300,1647167176,47.74256,8.99910\n301,1647167306,47.74432,9.00070\n302,1647167307,47.74351,9.00052\n303,1647167308,47.74334,9.00048\n304,1647167309,47.74316,9.00043\n305,1647167310,47.74305,9.00040\n306,1647167311,47.74286,8.99966\n307,1647167313,47.74285,8.99965\n308,1647167314,47.74279,8.99953\n309,1647167315,47.74275,8.99942\n310,1647167316,47.74270,8.99947\n311,1647167317,47.74271,8.99951\n312,1647167318,47.74272,8.99953\n313,1647167319,47.74272,8.99953\n314,1647167320,47.74273,8.99959\n315,1647167321,47.74274,8.99964\n316,1647167322,47.74272,8.99964\n317,1647167323,47.74269,8.99960\n318,1647167324,47.74269,8.99955\n319,1647167325,47.74268,8.99944\n320,1647167326,47.74268,8.99938\n321,1647167466,47.74443,9.00032\n322,1647167467,47.74443,9.00032\n323,1647167468,47.74449,9.00043\n324,1647167469,47.74446,8.99994\n325,1647167470,47.74410,8.99978\n326,1647167472,47.74337,8.99936\n327,1647167473,47.74311,8.99923\n328,1647167474,47.74295,8.99920\n329,1647167475,47.74291,8.99920\n330,1647167476,47.74286,8.99921\n331,1647167477,47.74285,8.99933\n332,1647167478,47.74283,8.99936\n333,1647167479,47.74282,8.99941\n334,1647167480,47.74281,8.99942\n335,1647167481,47.74280,8.99943\n336,1647167482,47.74279,8.99944\n337,1647167483,47.74279,8.99942\n338,1647167484,47.74278,8.99942\n339,1647167485,47.74277,8.99943\n340,1647167487,47.74276,8.99942\n341,1647167614,47.74468,9.00066\n342,1647167615,47.74371,9.00050\n343,1647167616,47.74356,9.00046\n344,1647167617,47.74339,9.00045\n345,1647167618,47.74318,9.00040\n346,1647167619,47.74326,9.00042\n347,1647167620,47.74310,9.00038\n348,1647167621,47.74299,9.00036\n349,1647167622,47.74292,9.00035\n350,1647167623,47.74261,8.99975\n351,1647167625,47.74259,8.99973\n352,1647167626,47.74257,8.99973\n353,1647167627,47.74256,8.99973\n354,1647167628,47.74255,8.99969\n355,1647167629,47.74255,8.99968\n356,1647167630,47.74255,8.99968\n357,1647167631,47.74256,8.99966\n358,1647167632,47.74250,8.99970\n359,1647167633,47.74249,8.99970\n360,1647167634,47.74247,8.99971\n361,1647167771,47.74483,9.00060\n362,1647167772,47.74481,9.00057\n363,1647167773,47.74480,9.00057\n364,1647167774,47.74480,9.00057\n365,1647167775,47.74480,9.00057\n366,1647167776,47.74479,9.00055\n367,1647167777,47.74478,9.00056\n368,1647167778,47.74478,9.00056\n369,1647167779,47.74478,9.00056\n370,1647167780,47.74480,9.00057\n371,1647167781,47.74481,9.00056\n372,1647167782,47.74482,9.00058\n373,1647167783,47.74482,9.00057\n374,1647167784,47.74481,9.00058\n375,1647167785,47.74481,9.00058\n376,1647167786,47.74482,9.00059\n377,1647167787,47.74483,9.00059\n378,1647167788,47.74482,9.00060\n379,1647167789,47.74482,9.00060\n380,1647167790,47.74482,9.00060\n381,1647167932,47.74285,8.99862\n382,1647167933,47.74278,8.99858\n383,1647167935,47.74280,8.99875\n384,1647167936,47.74278,8.99873\n385,1647167937,47.74280,8.99872\n386,1647167938,47.74282,8.99871\n387,1647167939,47.74283,8.99871\n388,1647167940,47.74280,8.99868\n389,1647167941,47.74282,8.99869\n390,1647167942,47.74283,8.99869\n391,1647167943,47.74283,8.99870\n392,1647167944,47.74283,8.99870\n393,1647167945,47.74284,8.99870\n394,1647167946,47.74285,8.99873\n395,1647167947,47.74286,8.99875\n396,1647167948,47.74285,8.99875\n397,1647167949,47.74286,8.99877\n398,1647167950,47.74287,8.99878\n399,1647167951,47.74288,8.99879\n400,1647167952,47.74288,8.99880\n401,1647168094,47.74263,8.99855\n402,1647168095,47.74263,8.99855\n403,1647168096,47.74261,8.99856\n404,1647168097,47.74261,8.99856\n405,1647168098,47.74260,8.99856\n406,1647168099,47.74259,8.99856\n407,1647168100,47.74257,8.99856\n408,1647168101,47.74257,8.99856\n409,1647168102,47.74256,8.99856\n410,1647168103,47.74256,8.99856\n411,1647168104,47.74257,8.99859\n412,1647168105,47.74258,8.99859\n413,1647168106,47.74258,8.99862\n414,1647168107,47.74258,8.99861\n415,1647168108,47.74259,8.99864\n416,1647168109,47.74259,8.99866\n417,1647168110,47.74259,8.99866\n418,1647168111,47.74259,8.99868\n419,1647168112,47.74258,8.99868\n420,1647168113,47.74258,8.99870\n421,1647168339,47.74295,8.99893\n422,1647168343,47.74312,8.99893\n423,1647168344,47.74308,8.99895\n424,1647168345,47.74306,8.99896\n425,1647168346,47.74303,8.99898\n426,1647168347,47.74300,8.99899\n427,1647168348,47.74299,8.99899\n428,1647168349,47.74300,8.99898\n429,1647168351,47.74300,8.99898\n430,1647168352,47.74300,8.99898\n431,1647168353,47.74300,8.99898\n432,1647168354,47.74301,8.99898\n433,1647168355,47.74301,8.99898\n434,1647168356,47.74301,8.99898\n435,1647168357,47.74302,8.99898\n436,1647168358,47.74302,8.99898\n437,1647168359,47.74302,8.99898\n438,1647168360,47.74302,8.99898\n439,1647168361,47.74301,8.99899\n440,1647168362,47.74301,8.99899\n441,1647168493,47.74302,8.99900\n442,1647168495,47.74302,8.99897\n443,1647168496,47.74305,8.99897\n444,1647168497,47.74306,8.99898\n445,1647168498,47.74306,8.99899\n446,1647168499,47.74305,8.99899\n447,1647168499,47.74305,8.99900\n448,1647168501,47.74304,8.99900\n449,1647168502,47.74304,8.99900\n450,1647168503,47.74304,8.99900\n451,1647168504,47.74305,8.99900\n452,1647168505,47.74305,8.99899\n453,1647168506,47.74306,8.99899\n454,1647168507,47.74306,8.99899\n455,1647168508,47.74306,8.99899\n456,1647168509,47.74306,8.99900\n457,1647168510,47.74306,8.99900\n458,1647168511,47.74306,8.99901\n459,1647168513,47.74305,8.99901\n460,1647168514,47.74305,8.99902\n461,1647168637,47.74300,8.99895\n462,1647168638,47.74302,8.99898\n463,1647168639,47.74302,8.99899\n464,1647168640,47.74304,8.99899\n465,1647168641,47.74305,8.99899\n466,1647168642,47.74306,8.99899\n467,1647168643,47.74306,8.99900\n468,1647168644,47.74306,8.99900\n469,1647168645,47.74306,8.99900\n470,1647168646,47.74306,8.99899\n471,1647168647,47.74306,8.99899\n472,1647168648,47.74306,8.99899\n473,1647168649,47.74307,8.99900\n474,1647168651,47.74307,8.99900\n475,1647168652,47.74306,8.99900\n476,1647168653,47.74306,8.99900\n477,1647168654,47.74306,8.99900\n478,1647168655,47.74306,8.99900\n479,1647168656,47.74306,8.99900\n480,1647168657,47.74306,8.99900\n481,1647168781,47.74299,8.99901\n482,1647168782,47.74301,8.99899\n483,1647168783,47.74301,8.99898\n484,1647168784,47.74303,8.99898\n485,1647168785,47.74304,8.99899\n486,1647168786,47.74304,8.99899\n487,1647168787,47.74305,8.99899\n488,1647168788,47.74305,8.99899\n489,1647168789,47.74305,8.99899\n490,1647168790,47.74305,8.99899\n491,1647168791,47.74305,8.99899\n492,1647168792,47.74305,8.99899\n493,1647168793,47.74305,8.99898\n494,1647168795,47.74305,8.99898\n495,1647168796,47.74305,8.99898\n496,1647168797,47.74304,8.99897\n497,1647168798,47.74304,8.99897\n498,1647168799,47.74304,8.99897\n499,1647168800,47.74304,8.99897\n500,1647168801,47.74304,8.99897\n501,1647168925,47.74306,8.99898\n502,1647168926,47.74307,8.99899\n503,1647168927,47.74308,8.99900\n504,1647168928,47.74308,8.99901\n505,1647168929,47.74308,8.99902\n506,1647168930,47.74308,8.99902\n507,1647168931,47.74308,8.99903\n508,1647168932,47.74308,8.99903\n509,1647168933,47.74309,8.99903\n510,1647168934,47.74309,8.99903\n511,1647168935,47.74309,8.99903\n512,1647168936,47.74308,8.99903\n513,1647168937,47.74307,8.99901\n514,1647168939,47.74307,8.99901\n515,1647168940,47.74307,8.99901\n516,1647168941,47.74307,8.99901\n517,1647168942,47.74307,8.99901\n518,1647168943,47.74307,8.99901\n519,1647168944,47.74307,8.99901\n520,1647168945,47.74307,8.99901\n521,1647169069,47.74309,8.99902\n522,1647169070,47.74308,8.99902\n523,1647169071,47.74308,8.99902\n524,1647169072,47.74307,8.99903\n525,1647169073,47.74307,8.99903\n526,1647169074,47.74307,8.99903\n527,1647169075,47.74307,8.99904\n528,1647169077,47.74306,8.99904\n529,1647169078,47.74306,8.99904\n530,1647169079,47.74307,8.99904\n531,1647169080,47.74307,8.99904\n532,1647169081,47.74307,8.99904\n533,1647169082,47.74307,8.99904\n534,1647169083,47.74307,8.99904\n535,1647169084,47.74307,8.99904\n536,1647169085,47.74307,8.99904\n537,1647169086,47.74307,8.99904\n538,1647169087,47.74307,8.99904\n539,1647169088,47.74307,8.99904\n540,1647169089,47.74307,8.99903\n541,1647169213,47.74314,8.99910\n542,1647169214,47.74313,8.99909\n543,1647169215,47.74312,8.99907\n544,1647169216,47.74311,8.99907\n545,1647169217,47.74311,8.99906\n546,1647169218,47.74310,8.99906\n547,1647169219,47.74308,8.99904\n548,1647169221,47.74308,8.99904\n549,1647169222,47.74308,8.99904\n550,1647169223,47.74308,8.99904\n551,1647169224,47.74308,8.99904\n552,1647169225,47.74308,8.99904\n553,1647169226,47.74308,8.99904\n554,1647169227,47.74308,8.99904\n555,1647169228,47.74308,8.99904\n556,1647169229,47.74308,8.99904\n557,1647169230,47.74308,8.99904\n558,1647169231,47.74308,8.99904\n559,1647169233,47.74307,8.99904\n560,1647169234,47.74307,8.99904\n561,1647169358,47.74302,8.99900\n562,1647169359,47.74302,8.99900\n563,1647169360,47.74302,8.99900\n564,1647169361,47.74303,8.99901\n565,1647169362,47.74304,8.99901\n566,1647169363,47.74304,8.99901\n567,1647169364,47.74305,8.99902\n568,1647169365,47.74305,8.99902\n569,1647169366,47.74306,8.99902\n570,1647169367,47.74306,8.99902\n571,1647169368,47.74306,8.99902\n572,1647169369,47.74307,8.99903\n573,1647169371,47.74306,8.99903\n574,1647169372,47.74307,8.99903\n575,1647169373,47.74307,8.99903\n576,1647169374,47.74307,8.99903\n577,1647169375,47.74307,8.99903\n578,1647169376,47.74308,8.99903\n579,1647169377,47.74308,8.99903\n580,1647169378,47.74308,8.99903\n581,1647169502,47.74301,8.99895\n582,1647169503,47.74305,8.99899\n583,1647169504,47.74307,8.99901\n584,1647169505,47.74308,8.99902\n585,1647169506,47.74308,8.99902\n586,1647169507,47.74308,8.99903\n587,1647169508,47.74309,8.99903\n588,1647169509,47.74310,8.99905\n589,1647169510,47.74310,8.99905\n590,1647169511,47.74310,8.99905\n591,1647169512,47.74310,8.99906\n592,1647169513,47.74310,8.99905\n593,1647169515,47.74311,8.99906\n594,1647169516,47.74311,8.99906\n595,1647169517,47.74311,8.99906\n596,1647169518,47.74311,8.99906\n597,1647169519,47.74312,8.99907\n598,1647169520,47.74312,8.99907\n599,1647169521,47.74312,8.99907\n600,1647169522,47.74312,8.99907\n601,1647169646,47.74308,8.99899\n602,1647169647,47.74306,8.99899\n603,1647169648,47.74305,8.99899\n604,1647169649,47.74304,8.99898\n605,1647169650,47.74304,8.99899\n606,1647169651,47.74304,8.99899\n607,1647169652,47.74304,8.99899\n608,1647169653,47.74304,8.99900\n609,1647169654,47.74304,8.99900\n610,1647169655,47.74304,8.99901\n611,1647169656,47.74304,8.99901\n612,1647169657,47.74304,8.99901\n613,1647169659,47.74304,8.99901\n614,1647169660,47.74304,8.99902\n615,1647169661,47.74304,8.99902\n616,1647169662,47.74304,8.99902\n617,1647169663,47.74304,8.99903\n618,1647169664,47.74304,8.99903\n619,1647169665,47.74304,8.99902\n620,1647169666,47.74304,8.99902\n621,1647169791,47.74315,8.99911\n622,1647169792,47.74313,8.99910\n623,1647169793,47.74312,8.99909\n624,1647169794,47.74312,8.99908\n625,1647169795,47.74311,8.99908\n626,1647169796,47.74311,8.99907\n627,1647169797,47.74310,8.99906\n628,1647169798,47.74310,8.99906\n629,1647169799,47.74309,8.99906\n630,1647169800,47.74309,8.99905\n631,1647169801,47.74308,8.99902\n632,1647169803,47.74308,8.99902\n633,1647169804,47.74307,8.99902\n634,1647169805,47.74307,8.99902\n635,1647169806,47.74307,8.99902\n636,1647169807,47.74307,8.99902\n637,1647169808,47.74307,8.99902\n638,1647169809,47.74307,8.99902\n639,1647169810,47.74307,8.99902\n640,1647169811,47.74307,8.99902\n641,1647169935,47.74299,8.99897\n642,1647169936,47.74300,8.99896\n643,1647169937,47.74301,8.99895\n644,1647169938,47.74302,8.99896\n645,1647169939,47.74302,8.99896\n646,1647169940,47.74302,8.99897\n647,1647169941,47.74302,8.99897\n648,1647169942,47.74303,8.99897\n649,1647169943,47.74303,8.99898\n650,1647169944,47.74303,8.99898\n651,1647169945,47.74303,8.99899\n652,1647169947,47.74303,8.99899\n653,1647169948,47.74304,8.99899\n654,1647169949,47.74303,8.99899\n655,1647169950,47.74303,8.99899\n656,1647169951,47.74303,8.99898\n657,1647169952,47.74303,8.99898\n658,1647169953,47.74303,8.99898\n659,1647169954,47.74303,8.99898\n660,1647169955,47.74303,8.99898\n661,1647170079,47.74319,8.99904\n662,1647170080,47.74314,8.99900\n663,1647170081,47.74312,8.99900\n664,1647170082,47.74311,8.99901\n665,1647170083,47.74311,8.99901\n666,1647170084,47.74310,8.99901\n667,1647170085,47.74309,8.99901\n668,1647170086,47.74309,8.99901\n669,1647170087,47.74309,8.99901\n670,1647170088,47.74309,8.99901\n671,1647170089,47.74309,8.99901\n672,1647170091,47.74309,8.99901\n673,1647170092,47.74309,8.99901\n674,1647170093,47.74308,8.99901\n675,1647170094,47.74308,8.99900\n676,1647170095,47.74308,8.99900\n677,1647170096,47.74308,8.99900\n678,1647170097,47.74308,8.99900\n679,1647170098,47.74309,8.99900\n680,1647170099,47.74308,8.99900\n681,1647170224,47.74297,8.99886\n682,1647170225,47.74300,8.99886\n683,1647170226,47.74302,8.99890\n684,1647170227,47.74303,8.99893\n685,1647170228,47.74304,8.99895\n686,1647170229,47.74305,8.99897\n687,1647170230,47.74306,8.99897\n688,1647170231,47.74308,8.99898\n689,1647170232,47.74308,8.99899\n690,1647170233,47.74306,8.99906\n691,1647170235,47.74306,8.99906\n692,1647170236,47.74307,8.99906\n693,1647170237,47.74308,8.99907\n694,1647170238,47.74309,8.99907\n695,1647170239,47.74309,8.99907\n696,1647170240,47.74310,8.99908\n697,1647170241,47.74310,8.99908\n698,1647170242,47.74311,8.99908\n699,1647170243,47.74311,8.99908\n700,1647170244,47.74312,8.99909\n701,1647170368,47.74319,8.99906\n702,1647170369,47.74316,8.99904\n703,1647170370,47.74313,8.99902\n704,1647170371,47.74314,8.99904\n705,1647170372,47.74313,8.99904\n706,1647170373,47.74312,8.99904\n707,1647170374,47.74312,8.99904\n708,1647170375,47.74311,8.99904\n709,1647170376,47.74311,8.99904\n710,1647170377,47.74312,8.99903\n711,1647170379,47.74312,8.99904\n712,1647170380,47.74312,8.99904\n713,1647170381,47.74313,8.99904\n714,1647170382,47.74313,8.99904\n715,1647170383,47.74313,8.99904\n716,1647170384,47.74312,8.99904\n717,1647170385,47.74312,8.99904\n718,1647170386,47.74312,8.99904\n719,1647170387,47.74312,8.99904\n720,1647170388,47.74312,8.99904\n721,1647170512,47.74310,8.99903\n722,1647170513,47.74308,8.99901\n723,1647170514,47.74308,8.99901\n724,1647170515,47.74307,8.99900\n725,1647170516,47.74306,8.99900\n726,1647170517,47.74306,8.99899\n727,1647170518,47.74305,8.99899\n728,1647170519,47.74305,8.99899\n729,1647170520,47.74304,8.99899\n730,1647170521,47.74305,8.99900\n731,1647170523,47.74306,8.99900\n732,1647170524,47.74306,8.99900\n733,1647170525,47.74306,8.99900\n734,1647170526,47.74306,8.99900\n735,1647170527,47.74307,8.99900\n736,1647170528,47.74307,8.99900\n737,1647170529,47.74307,8.99900\n738,1647170530,47.74308,8.99901\n739,1647170531,47.74308,8.99901\n740,1647170532,47.74308,8.99901\n741,1647170656,47.74317,8.99911\n742,1647170657,47.74315,8.99909\n743,1647170658,47.74312,8.99907\n744,1647170659,47.74311,8.99906\n745,1647170660,47.74310,8.99905\n746,1647170661,47.74310,8.99905\n747,1647170662,47.74309,8.99904\n748,1647170663,47.74308,8.99903\n749,1647170664,47.74307,8.99903\n750,1647170665,47.74308,8.99904\n751,1647170667,47.74307,8.99903\n752,1647170668,47.74307,8.99903\n753,1647170669,47.74307,8.99903\n754,1647170670,47.74307,8.99903\n755,1647170671,47.74307,8.99903\n756,1647170672,47.74307,8.99903\n757,1647170673,47.74307,8.99903\n758,1647170674,47.74307,8.99903\n759,1647170675,47.74307,8.99903\n760,1647170676,47.74307,8.99903\n761,1647170800,47.74298,8.99903\n762,1647170801,47.74299,8.99902\n763,1647170802,47.74298,8.99901\n764,1647170803,47.74297,8.99901\n765,1647170804,47.74298,8.99901\n766,1647170805,47.74298,8.99901\n767,1647170806,47.74300,8.99901\n768,1647170807,47.74301,8.99902\n769,1647170808,47.74301,8.99902\n770,1647170809,47.74300,8.99902\n771,1647170811,47.74301,8.99902\n772,1647170812,47.74301,8.99902\n773,1647170813,47.74302,8.99902\n774,1647170814,47.74302,8.99902\n775,1647170815,47.74302,8.99902\n776,1647170816,47.74303,8.99902\n777,1647170817,47.74303,8.99902\n778,1647170818,47.74303,8.99902\n779,1647170819,47.74303,8.99902\n780,1647170820,47.74303,8.99902\n781,1647170944,47.74318,8.99906\n782,1647170945,47.74318,8.99907\n783,1647170946,47.74317,8.99906\n784,1647170947,47.74315,8.99906\n785,1647170948,47.74313,8.99905\n786,1647170949,47.74311,8.99904\n787,1647170950,47.74310,8.99904\n788,1647170951,47.74310,8.99904\n789,1647170952,47.74310,8.99904\n790,1647170953,47.74311,8.99905\n791,1647170955,47.74311,8.99905\n792,1647170956,47.74310,8.99904\n793,1647170957,47.74310,8.99904\n794,1647170958,47.74310,8.99903\n795,1647170959,47.74310,8.99903\n796,1647170960,47.74310,8.99903\n797,1647170961,47.74310,8.99903\n798,1647170962,47.74310,8.99903\n799,1647170963,47.74310,8.99904\n800,1647170964,47.74310,8.99903\n801,1647171088,47.74324,8.99916\n802,1647171089,47.74322,8.99914\n803,1647171090,47.74321,8.99913\n804,1647171091,47.74321,8.99913\n805,1647171092,47.74320,8.99911\n806,1647171093,47.74319,8.99911\n807,1647171094,47.74318,8.99911\n808,1647171095,47.74317,8.99910\n809,1647171096,47.74317,8.99909\n810,1647171097,47.74314,8.99908\n811,1647171099,47.74313,8.99907\n812,1647171100,47.74313,8.99907\n813,1647171101,47.74312,8.99907\n814,1647171102,47.74312,8.99907\n815,1647171103,47.74313,8.99906\n816,1647171104,47.74313,8.99906\n817,1647171105,47.74312,8.99906\n818,1647171106,47.74312,8.99906\n819,1647171107,47.74312,8.99906\n820,1647171108,47.74312,8.99906\n821,1647171232,47.74311,8.99907\n822,1647171233,47.74310,8.99907\n823,1647171234,47.74307,8.99906\n824,1647171235,47.74306,8.99904\n825,1647171236,47.74306,8.99904\n826,1647171237,47.74305,8.99903\n827,1647171238,47.74305,8.99902\n828,1647171239,47.74306,8.99901\n829,1647171240,47.74306,8.99901\n830,1647171241,47.74308,8.99902\n831,1647171243,47.74308,8.99903\n832,1647171244,47.74308,8.99903\n833,1647171245,47.74308,8.99903\n834,1647171246,47.74307,8.99904\n835,1647171247,47.74307,8.99905\n836,1647171248,47.74307,8.99905\n837,1647171249,47.74307,8.99905\n838,1647171250,47.74307,8.99906\n839,1647171251,47.74307,8.99906\n840,1647171252,47.74307,8.99906\n841,1647171377,47.74304,8.99903\n842,1647171378,47.74303,8.99900\n843,1647171379,47.74302,8.99898\n844,1647171380,47.74301,8.99896\n845,1647171381,47.74301,8.99896\n846,1647171382,47.74301,8.99896\n847,1647171383,47.74301,8.99896\n848,1647171384,47.74301,8.99896\n849,1647171385,47.74301,8.99896\n850,1647171387,47.74301,8.99896\n851,1647171388,47.74302,8.99897\n852,1647171389,47.74302,8.99897\n853,1647171390,47.74303,8.99897\n854,1647171391,47.74303,8.99897\n855,1647171392,47.74303,8.99897\n856,1647171393,47.74304,8.99897\n857,1647171394,47.74304,8.99897\n858,1647171395,47.74304,8.99897\n859,1647171396,47.74304,8.99897\n860,1647171397,47.74304,8.99897\n861,1647171521,47.74301,8.99888\n862,1647171522,47.74304,8.99891\n863,1647171523,47.74304,8.99892\n864,1647171524,47.74306,8.99893\n865,1647171525,47.74306,8.99894\n866,1647171526,47.74305,8.99895\n867,1647171527,47.74305,8.99895\n868,1647171528,47.74304,8.99896\n869,1647171529,47.74302,8.99896\n870,1647171531,47.74302,8.99897\n871,1647171532,47.74302,8.99897\n872,1647171533,47.74302,8.99898\n873,1647171534,47.74302,8.99898\n874,1647171535,47.74303,8.99898\n875,1647171536,47.74303,8.99899\n876,1647171537,47.74303,8.99899\n877,1647171538,47.74303,8.99899\n878,1647171539,47.74303,8.99900\n879,1647171540,47.74303,8.99900\n880,1647171541,47.74303,8.99900\n881,1647171665,47.74317,8.99900\n882,1647171666,47.74316,8.99901\n883,1647171667,47.74315,8.99902\n884,1647171668,47.74315,8.99902\n885,1647171669,47.74314,8.99902\n886,1647171670,47.74314,8.99902\n887,1647171671,47.74314,8.99902\n888,1647171672,47.74314,8.99902\n889,1647171673,47.74308,8.99902\n890,1647171675,47.74309,8.99902\n891,1647171676,47.74309,8.99902\n892,1647171677,47.74309,8.99902\n893,1647171678,47.74310,8.99902\n894,1647171679,47.74310,8.99902\n895,1647171680,47.74310,8.99902\n896,1647171681,47.74310,8.99902\n897,1647171682,47.74310,8.99902\n898,1647171683,47.74310,8.99902\n899,1647171684,47.74310,8.99902\n900,1647171685,47.74310,8.99902\n901,1647171809,47.74309,8.99894\n902,1647171810,47.74309,8.99896\n903,1647171811,47.74310,8.99897\n904,1647171812,47.74310,8.99897\n905,1647171813,47.74310,8.99898\n906,1647171814,47.74310,8.99899\n907,1647171815,47.74310,8.99898\n908,1647171816,47.74310,8.99898\n909,1647171817,47.74306,8.99898\n910,1647171819,47.74306,8.99898\n911,1647171820,47.74306,8.99898\n912,1647171821,47.74307,8.99898\n913,1647171822,47.74307,8.99898\n914,1647171823,47.74307,8.99898\n915,1647171824,47.74308,8.99898\n916,1647171825,47.74308,8.99898\n917,1647171826,47.74308,8.99898\n918,1647171827,47.74308,8.99898\n919,1647171828,47.74308,8.99898\n920,1647171829,47.74308,8.99898\n921,1647171954,47.74315,8.99896\n922,1647171955,47.74313,8.99895\n923,1647171956,47.74312,8.99895\n924,1647171957,47.74311,8.99898\n925,1647171958,47.74311,8.99898\n926,1647171959,47.74311,8.99899\n927,1647171960,47.74311,8.99899\n928,1647171961,47.74307,8.99903\n929,1647171963,47.74308,8.99903\n930,1647171964,47.74308,8.99902\n931,1647171965,47.74309,8.99902\n932,1647171966,47.74309,8.99902\n933,1647171967,47.74309,8.99902\n934,1647171968,47.74309,8.99902\n935,1647171969,47.74310,8.99902\n936,1647171970,47.74309,8.99902\n937,1647171971,47.74309,8.99902\n938,1647171972,47.74309,8.99902\n939,1647171973,47.74309,8.99901\n940,1647171974,47.74310,8.99901\n941,1647172098,47.74315,8.99897\n942,1647172099,47.74310,8.99902\n943,1647172100,47.74311,8.99903\n944,1647172101,47.74311,8.99903\n945,1647172102,47.74311,8.99902\n946,1647172103,47.74311,8.99902\n947,1647172104,47.74310,8.99902\n948,1647172105,47.74304,8.99905\n949,1647172107,47.74304,8.99904\n950,1647172108,47.74304,8.99904\n951,1647172109,47.74305,8.99903\n952,1647172110,47.74305,8.99903\n953,1647172111,47.74305,8.99904\n954,1647172112,47.74306,8.99904\n955,1647172113,47.74306,8.99904\n956,1647172114,47.74306,8.99904\n957,1647172115,47.74306,8.99904\n958,1647172116,47.74307,8.99904\n959,1647172117,47.74306,8.99903\n960,1647172118,47.74306,8.99903\n961,1647172241,47.74344,8.99912\n962,1647172242,47.74315,8.99902\n963,1647172243,47.74312,8.99902\n964,1647172244,47.74310,8.99902\n965,1647172245,47.74309,8.99902\n966,1647172246,47.74307,8.99901\n967,1647172247,47.74307,8.99901\n968,1647172248,47.74306,8.99901\n969,1647172249,47.74301,8.99901\n970,1647172251,47.74301,8.99900\n971,1647172252,47.74301,8.99900\n972,1647172253,47.74301,8.99900\n973,1647172254,47.74301,8.99900\n974,1647172255,47.74301,8.99900\n975,1647172256,47.74301,8.99900\n976,1647172257,47.74301,8.99899\n977,1647172258,47.74301,8.99899\n978,1647172259,47.74301,8.99899\n979,1647172260,47.74302,8.99899\n980,1647172261,47.74302,8.99899\n981,1647172385,47.74308,8.99893\n982,1647172386,47.74308,8.99892\n983,1647172387,47.74309,8.99891\n984,1647172388,47.74310,8.99891\n985,1647172389,47.74310,8.99891\n986,1647172390,47.74310,8.99891\n987,1647172391,47.74310,8.99891\n988,1647172392,47.74310,8.99891\n989,1647172393,47.74299,8.99895\n990,1647172395,47.74300,8.99895\n991,1647172396,47.74300,8.99896\n992,1647172397,47.74300,8.99896\n993,1647172398,47.74300,8.99896\n994,1647172399,47.74301,8.99896\n995,1647172400,47.74301,8.99897\n996,1647172401,47.74301,8.99897\n997,1647172402,47.74301,8.99897\n998,1647172403,47.74301,8.99897\n999,1647172404,47.74301,8.99897\n1000,1647172405,47.74301,8.99897\n1001,1647172528,47.74306,8.99883\n1002,1647172529,47.74305,8.99885\n1003,1647172530,47.74305,8.99886\n1004,1647172531,47.74305,8.99886\n1005,1647172532,47.74305,8.99886\n1006,1647172533,47.74305,8.99887\n1007,1647172534,47.74306,8.99888\n1008,1647172535,47.74307,8.99889\n1009,1647172536,47.74308,8.99889\n1010,1647172537,47.74302,8.99898\n1011,1647172539,47.74302,8.99899\n1012,1647172540,47.74302,8.99898\n1013,1647172541,47.74302,8.99898\n1014,1647172542,47.74302,8.99897\n1015,1647172543,47.74302,8.99897\n1016,1647172544,47.74302,8.99897\n1017,1647172545,47.74302,8.99897\n1018,1647172546,47.74302,8.99897\n1019,1647172547,47.74302,8.99897\n1020,1647172548,47.74302,8.99897\n1021,1647172674,47.74305,8.99896\n1022,1647172675,47.74303,8.99896\n1023,1647172676,47.74303,8.99896\n1024,1647172677,47.74303,8.99897\n1025,1647172678,47.74303,8.99897\n1026,1647172679,47.74303,8.99897\n1027,1647172680,47.74303,8.99897\n1028,1647172681,47.74301,8.99898\n1029,1647172683,47.74300,8.99898\n1030,1647172684,47.74300,8.99898\n1031,1647172685,47.74299,8.99898\n1032,1647172686,47.74299,8.99898\n1033,1647172687,47.74299,8.99898\n1034,1647172688,47.74298,8.99898\n1035,1647172689,47.74298,8.99898\n1036,1647172690,47.74298,8.99898\n1037,1647172691,47.74298,8.99898\n1038,1647172692,47.74298,8.99898\n1039,1647172693,47.74298,8.99898\n1040,1647172694,47.74298,8.99898\n1041,1647172823,47.74298,8.99898\n1042,1647172824,47.74301,8.99898\n1043,1647172825,47.74303,8.99898\n1044,1647172827,47.74304,8.99898\n1045,1647172828,47.74305,8.99898\n1046,1647172829,47.74306,8.99898\n1047,1647172830,47.74306,8.99899\n1048,1647172831,47.74308,8.99899\n1049,1647172832,47.74308,8.99899\n1050,1647172833,47.74308,8.99899\n1051,1647172834,47.74308,8.99899\n1052,1647172835,47.74308,8.99900\n1053,1647172836,47.74307,8.99900\n1054,1647172837,47.74307,8.99900\n1055,1647172838,47.74307,8.99900\n1056,1647172839,47.74307,8.99900\n1057,1647172840,47.74306,8.99900\n1058,1647172841,47.74306,8.99900\n1059,1647172842,47.74306,8.99900\n1060,1647172843,47.74306,8.99900\n1061,1647172967,47.74308,8.99903\n1062,1647172968,47.74316,8.99906\n1063,1647172969,47.74310,8.99904\n1064,1647172970,47.74309,8.99903\n1065,1647172971,47.74309,8.99902\n1066,1647172972,47.74309,8.99903\n1067,1647172973,47.74308,8.99902\n1068,1647172974,47.74308,8.99903\n1069,1647172975,47.74305,8.99902\n1070,1647172977,47.74305,8.99902\n1071,1647172978,47.74304,8.99902\n1072,1647172979,47.74304,8.99902\n1073,1647172980,47.74304,8.99902\n1074,1647172981,47.74304,8.99902\n1075,1647172982,47.74304,8.99902\n1076,1647172983,47.74304,8.99902\n1077,1647172984,47.74304,8.99902\n1078,1647172985,47.74304,8.99902\n1079,1647172986,47.74304,8.99902\n1080,1647172987,47.74304,8.99902\n1081,1647173112,47.74299,8.99899\n1082,1647173113,47.74303,8.99898\n1083,1647173114,47.74305,8.99898\n1084,1647173115,47.74306,8.99897\n1085,1647173116,47.74307,8.99897\n1086,1647173117,47.74308,8.99897\n1087,1647173118,47.74308,8.99897\n1088,1647173119,47.74301,8.99899\n1089,1647173121,47.74301,8.99899\n1090,1647173122,47.74301,8.99899\n1091,1647173123,47.74301,8.99898\n1092,1647173124,47.74301,8.99898\n1093,1647173125,47.74301,8.99898\n1094,1647173126,47.74301,8.99898\n1095,1647173127,47.74301,8.99898\n1096,1647173128,47.74301,8.99899\n1097,1647173129,47.74301,8.99899\n1098,1647173130,47.74301,8.99899\n1099,1647173131,47.74301,8.99899\n1100,1647173132,47.74301,8.99899\n1101,1647173256,47.74301,8.99900\n1102,1647173257,47.74301,8.99900\n1103,1647173258,47.74301,8.99899\n1104,1647173259,47.74301,8.99899\n1105,1647173260,47.74302,8.99899\n1106,1647173261,47.74302,8.99898\n1107,1647173262,47.74301,8.99898\n1108,1647173263,47.74302,8.99898\n1109,1647173265,47.74302,8.99898\n1110,1647173266,47.74302,8.99897\n1111,1647173267,47.74302,8.99897\n1112,1647173268,47.74302,8.99897\n1113,1647173269,47.74302,8.99897\n1114,1647173270,47.74302,8.99897\n1115,1647173271,47.74302,8.99897\n1116,1647173272,47.74302,8.99897\n1117,1647173273,47.74302,8.99896\n1118,1647173274,47.74302,8.99896\n1119,1647173275,47.74302,8.99897\n1120,1647173276,47.74302,8.99896\n1121,1647173399,47.74306,8.99910\n1122,1647173400,47.74299,8.99906\n1123,1647173401,47.74300,8.99905\n1124,1647173402,47.74302,8.99905\n1125,1647173403,47.74303,8.99904\n1126,1647173404,47.74304,8.99904\n1127,1647173405,47.74304,8.99904\n1128,1647173406,47.74304,8.99904\n1129,1647173407,47.74303,8.99904\n1130,1647173409,47.74303,8.99904\n1131,1647173410,47.74303,8.99904\n1132,1647173411,47.74303,8.99904\n1133,1647173412,47.74304,8.99904\n1134,1647173413,47.74304,8.99904\n1135,1647173414,47.74304,8.99904\n1136,1647173415,47.74304,8.99904\n1137,1647173416,47.74304,8.99904\n1138,1647173417,47.74304,8.99904\n1139,1647173418,47.74303,8.99904\n1140,1647173419,47.74303,8.99904\n1141,1647173544,47.74299,8.99908\n1142,1647173545,47.74301,8.99905\n1143,1647173546,47.74301,8.99903\n1144,1647173547,47.74301,8.99903\n1145,1647173548,47.74301,8.99902\n1146,1647173549,47.74302,8.99901\n1147,1647173550,47.74302,8.99901\n1148,1647173551,47.74301,8.99901\n1149,1647173553,47.74302,8.99901\n1150,1647173554,47.74302,8.99901\n1151,1647173555,47.74302,8.99901\n1152,1647173556,47.74302,8.99901\n1153,1647173557,47.74302,8.99901\n1154,1647173558,47.74303,8.99901\n1155,1647173559,47.74303,8.99901\n1156,1647173560,47.74303,8.99901\n1157,1647173561,47.74302,8.99901\n1158,1647173562,47.74303,8.99901\n1159,1647173563,47.74302,8.99901\n1160,1647173564,47.74302,8.99901\n1161,1647173689,47.74282,8.99902\n1162,1647173690,47.74279,8.99901\n1163,1647173691,47.74276,8.99899\n1164,1647173692,47.74275,8.99898\n1165,1647173693,47.74273,8.99897\n1166,1647173694,47.74276,8.99897\n1167,1647173695,47.74273,8.99896\n1168,1647173697,47.74270,8.99895\n1169,1647173698,47.74272,8.99895\n1170,1647173699,47.74272,8.99894\n1171,1647173700,47.74274,8.99894\n1172,1647173701,47.74276,8.99894\n1173,1647173702,47.74276,8.99894\n1174,1647173703,47.74277,8.99894\n1175,1647173704,47.74280,8.99894\n1176,1647173705,47.74283,8.99894\n1177,1647173706,47.74285,8.99894\n1178,1647173707,47.74287,8.99894\n1179,1647173708,47.74289,8.99894\n1180,1647173709,47.74290,8.99895\n1181,1647173834,47.74327,8.99899\n1182,1647173835,47.74323,8.99897\n1183,1647173836,47.74320,8.99894\n1184,1647173837,47.74317,8.99894\n1185,1647173838,47.74316,8.99896\n1186,1647173839,47.74307,8.99902\n1187,1647173841,47.74306,8.99901\n1188,1647173842,47.74305,8.99900\n1189,1647173843,47.74306,8.99900\n1190,1647173844,47.74306,8.99900\n1191,1647173845,47.74306,8.99900\n1192,1647173846,47.74306,8.99899\n1193,1647173847,47.74306,8.99899\n1194,1647173848,47.74306,8.99899\n1195,1647173849,47.74305,8.99899\n1196,1647173850,47.74305,8.99899\n1197,1647173851,47.74305,8.99899\n1198,1647173852,47.74304,8.99898\n1199,1647173853,47.74304,8.99898\n1200,1647173854,47.74304,8.99898\n1201,1647173983,47.74299,8.99888\n1202,1647173984,47.74298,8.99888\n1203,1647173985,47.74297,8.99887\n1204,1647173986,47.74297,8.99887\n1205,1647173987,47.74299,8.99886\n1206,1647173988,47.74299,8.99886\n1207,1647173989,47.74293,8.99891\n1208,1647173991,47.74293,8.99891\n1209,1647173992,47.74292,8.99891\n1210,1647173993,47.74292,8.99891\n1211,1647173994,47.74291,8.99891\n1212,1647173995,47.74290,8.99891\n1213,1647173996,47.74290,8.99891\n1214,1647173997,47.74289,8.99891\n1215,1647173998,47.74289,8.99892\n1216,1647173999,47.74289,8.99892\n1217,1647174000,47.74288,8.99892\n1218,1647174001,47.74294,8.99893\n1219,1647174003,47.74299,8.99894\n1220,1647174004,47.74299,8.99894\n1221,1647174127,47.74307,8.99899\n1222,1647174128,47.74307,8.99897\n1223,1647174129,47.74306,8.99898\n1224,1647174130,47.74306,8.99899\n1225,1647174131,47.74306,8.99899\n1226,1647174132,47.74305,8.99899\n1227,1647174133,47.74305,8.99899\n1228,1647174134,47.74305,8.99899\n1229,1647174135,47.74305,8.99898\n1230,1647174136,47.74305,8.99898\n1231,1647174137,47.74305,8.99898\n1232,1647174138,47.74304,8.99897\n1233,1647174139,47.74304,8.99898\n1234,1647174141,47.74303,8.99897\n1235,1647174142,47.74303,8.99897\n1236,1647174143,47.74302,8.99897\n1237,1647174144,47.74302,8.99897\n1238,1647174145,47.74302,8.99897\n1239,1647174146,47.74302,8.99898\n1240,1647174147,47.74302,8.99898\n1241,1647174271,47.74320,8.99898\n1242,1647174272,47.74310,8.99898\n1243,1647174273,47.74309,8.99899\n1244,1647174274,47.74309,8.99899\n1245,1647174275,47.74308,8.99899\n1246,1647174276,47.74309,8.99900\n1247,1647174277,47.74310,8.99900\n1248,1647174279,47.74309,8.99900\n1249,1647174280,47.74309,8.99900\n1250,1647174281,47.74308,8.99899\n1251,1647174282,47.74308,8.99899\n1252,1647174283,47.74308,8.99900\n1253,1647174284,47.74308,8.99900\n1254,1647174285,47.74309,8.99900\n1255,1647174286,47.74309,8.99899\n1256,1647174287,47.74309,8.99899\n1257,1647174288,47.74309,8.99899\n1258,1647174289,47.74309,8.99900\n1259,1647174290,47.74309,8.99900\n1260,1647174291,47.74309,8.99900\n1261,1647174414,47.74281,8.99906\n1262,1647174415,47.74293,8.99909\n1263,1647174416,47.74295,8.99907\n1264,1647174417,47.74295,8.99906\n1265,1647174418,47.74296,8.99904\n1266,1647174419,47.74295,8.99903\n1267,1647174420,47.74294,8.99903\n1268,1647174421,47.74294,8.99903\n1269,1647174422,47.74294,8.99902\n1270,1647174423,47.74294,8.99902\n1271,1647174424,47.74295,8.99902\n1272,1647174425,47.74295,8.99902\n1273,1647174426,47.74295,8.99901\n1274,1647174427,47.74297,8.99902\n1275,1647174429,47.74298,8.99901\n1276,1647174430,47.74298,8.99901\n1277,1647174431,47.74298,8.99901\n1278,1647174432,47.74298,8.99901\n1279,1647174433,47.74299,8.99901\n1280,1647174434,47.74299,8.99901\n1281,1647174557,47.74311,8.99897\n1282,1647174558,47.74326,8.99899\n1283,1647174559,47.74324,8.99897\n1284,1647174560,47.74322,8.99896\n1285,1647174561,47.74321,8.99896\n1286,1647174562,47.74320,8.99896\n1287,1647174563,47.74320,8.99895\n1288,1647174564,47.74318,8.99896\n1289,1647174565,47.74316,8.99895\n1290,1647174567,47.74315,8.99896\n1291,1647174568,47.74315,8.99896\n1292,1647174569,47.74313,8.99896\n1293,1647174570,47.74311,8.99897\n1294,1647174571,47.74311,8.99897\n1295,1647174572,47.74310,8.99897\n1296,1647174573,47.74309,8.99897\n1297,1647174574,47.74308,8.99898\n1298,1647174575,47.74307,8.99898\n1299,1647174576,47.74306,8.99898\n1300,1647174577,47.74306,8.99898\n1301,1647174701,47.74313,8.99886\n1302,1647174702,47.74304,8.99894\n1303,1647174703,47.74301,8.99895\n1304,1647174704,47.74301,8.99896\n1305,1647174705,47.74300,8.99896\n1306,1647174706,47.74300,8.99897\n1307,1647174707,47.74300,8.99897\n1308,1647174708,47.74301,8.99898\n1309,1647174709,47.74300,8.99900\n1310,1647174711,47.74300,8.99901\n1311,1647174712,47.74300,8.99901\n1312,1647174713,47.74300,8.99901\n1313,1647174714,47.74300,8.99901\n1314,1647174715,47.74301,8.99901\n1315,1647174716,47.74300,8.99901\n1316,1647174717,47.74301,8.99901\n1317,1647174718,47.74301,8.99901\n1318,1647174719,47.74301,8.99901\n1319,1647174720,47.74301,8.99901\n1320,1647174721,47.74301,8.99901\n1321,1647174844,47.74308,8.99895\n1322,1647174845,47.74320,8.99893\n1323,1647174846,47.74315,8.99896\n1324,1647174847,47.74311,8.99897\n1325,1647174848,47.74309,8.99897\n1326,1647174849,47.74307,8.99898\n1327,1647174850,47.74307,8.99898\n1328,1647174851,47.74306,8.99898\n1329,1647174852,47.74306,8.99898\n1330,1647174853,47.74305,8.99899\n1331,1647174855,47.74305,8.99899\n1332,1647174856,47.74305,8.99899\n1333,1647174857,47.74304,8.99900\n1334,1647174858,47.74304,8.99900\n1335,1647174859,47.74304,8.99900\n1336,1647174860,47.74304,8.99900\n1337,1647174861,47.74304,8.99900\n1338,1647174862,47.74304,8.99900\n1339,1647174863,47.74304,8.99900\n1340,1647174864,47.74304,8.99900\n1341,1647174988,47.74298,8.99894\n1342,1647174989,47.74298,8.99896\n1343,1647174990,47.74300,8.99897\n1344,1647174991,47.74301,8.99896\n1345,1647174992,47.74301,8.99894\n1346,1647174993,47.74303,8.99894\n1347,1647174994,47.74304,8.99894\n1348,1647174995,47.74304,8.99893\n1349,1647174996,47.74305,8.99893\n1350,1647174997,47.74307,8.99897\n1351,1647174999,47.74307,8.99896\n1352,1647175000,47.74307,8.99896\n1353,1647175001,47.74307,8.99896\n1354,1647175002,47.74307,8.99895\n1355,1647175003,47.74307,8.99895\n1356,1647175004,47.74307,8.99895\n1357,1647175005,47.74307,8.99896\n1358,1647175006,47.74307,8.99896\n1359,1647175007,47.74307,8.99895\n1360,1647175008,47.74307,8.99895\n1361,1647175131,47.74305,8.99896\n1362,1647175132,47.74307,8.99903\n1363,1647175133,47.74306,8.99898\n1364,1647175134,47.74306,8.99897\n1365,1647175135,47.74305,8.99897\n1366,1647175136,47.74305,8.99897\n1367,1647175137,47.74304,8.99898\n1368,1647175138,47.74304,8.99898\n1369,1647175139,47.74304,8.99899\n1370,1647175140,47.74303,8.99899\n1371,1647175141,47.74303,8.99900\n1372,1647175143,47.74303,8.99900\n1373,1647175144,47.74303,8.99900\n1374,1647175145,47.74303,8.99901\n1375,1647175146,47.74303,8.99901\n1376,1647175147,47.74302,8.99901\n1377,1647175148,47.74302,8.99901\n1378,1647175149,47.74302,8.99901\n1379,1647175150,47.74303,8.99901\n1380,1647175151,47.74303,8.99901\n1381,1647175274,47.74291,8.99921\n1382,1647175275,47.74313,8.99895\n1383,1647175276,47.74313,8.99896\n1384,1647175277,47.74312,8.99897\n1385,1647175278,47.74312,8.99898\n1386,1647175279,47.74312,8.99898\n1387,1647175280,47.74311,8.99898\n1388,1647175281,47.74311,8.99898\n1389,1647175282,47.74311,8.99898\n1390,1647175283,47.74311,8.99898\n1391,1647175284,47.74310,8.99898\n1392,1647175285,47.74310,8.99897\n1393,1647175287,47.74309,8.99897\n1394,1647175288,47.74309,8.99897\n1395,1647175289,47.74308,8.99897\n1396,1647175290,47.74308,8.99897\n1397,1647175291,47.74308,8.99897\n1398,1647175292,47.74308,8.99897\n1399,1647175293,47.74308,8.99897\n1400,1647175294,47.74307,8.99898\n1401,1647175418,47.74306,8.99891\n1402,1647175419,47.74303,8.99893\n1403,1647175420,47.74304,8.99892\n1404,1647175421,47.74304,8.99892\n1405,1647175422,47.74304,8.99893\n1406,1647175423,47.74304,8.99893\n1407,1647175424,47.74304,8.99893\n1408,1647175425,47.74304,8.99893\n1409,1647175426,47.74304,8.99893\n1410,1647175427,47.74304,8.99893\n1411,1647175428,47.74304,8.99893\n1412,1647175429,47.74304,8.99895\n1413,1647175431,47.74304,8.99895\n1414,1647175432,47.74305,8.99895\n1415,1647175433,47.74305,8.99895\n1416,1647175434,47.74305,8.99895\n1417,1647175435,47.74305,8.99894\n1418,1647175436,47.74305,8.99894\n1419,1647175437,47.74305,8.99894\n1420,1647175438,47.74306,8.99894\n1421,1647175562,47.74301,8.99904\n1422,1647175563,47.74303,8.99902\n1423,1647175564,47.74307,8.99899\n1424,1647175565,47.74308,8.99897\n1425,1647175566,47.74307,8.99897\n1426,1647175567,47.74307,8.99897\n1427,1647175568,47.74307,8.99896\n1428,1647175569,47.74307,8.99896\n1429,1647175570,47.74308,8.99897\n1430,1647175571,47.74307,8.99897\n1431,1647175572,47.74307,8.99897\n1432,1647175573,47.74308,8.99897\n1433,1647175575,47.74308,8.99897\n1434,1647175576,47.74307,8.99897\n1435,1647175577,47.74307,8.99898\n1436,1647175578,47.74307,8.99898\n1437,1647175579,47.74307,8.99898\n1438,1647175580,47.74307,8.99898\n1439,1647175581,47.74307,8.99898\n1440,1647175582,47.74307,8.99898\n1441,1647175707,47.74302,8.99897\n1442,1647175708,47.74304,8.99896\n1443,1647175709,47.74304,8.99896\n1444,1647175710,47.74304,8.99897\n1445,1647175711,47.74305,8.99897\n1446,1647175712,47.74305,8.99897\n1447,1647175713,47.74305,8.99898\n1448,1647175714,47.74305,8.99898\n1449,1647175715,47.74305,8.99898\n1450,1647175716,47.74305,8.99899\n1451,1647175717,47.74305,8.99899\n1452,1647175719,47.74306,8.99899\n1453,1647175720,47.74306,8.99899\n1454,1647175721,47.74306,8.99899\n1455,1647175722,47.74306,8.99899\n1456,1647175723,47.74305,8.99899\n1457,1647175724,47.74305,8.99899\n1458,1647175725,47.74305,8.99899\n1459,1647175726,47.74305,8.99899\n1460,1647175727,47.74306,8.99899\n1461,1647175851,47.74307,8.99902\n1462,1647175852,47.74309,8.99896\n1463,1647175853,47.74310,8.99895\n1464,1647175854,47.74308,8.99896\n1465,1647175855,47.74307,8.99895\n1466,1647175856,47.74306,8.99895\n1467,1647175857,47.74306,8.99895\n1468,1647175858,47.74306,8.99896\n1469,1647175859,47.74306,8.99896\n1470,1647175860,47.74306,8.99898\n1471,1647175861,47.74305,8.99898\n1472,1647175863,47.74305,8.99899\n1473,1647175864,47.74305,8.99899\n1474,1647175865,47.74305,8.99899\n1475,1647175866,47.74305,8.99899\n1476,1647175867,47.74305,8.99899\n1477,1647175868,47.74306,8.99899\n1478,1647175869,47.74306,8.99899\n1479,1647175870,47.74306,8.99899\n1480,1647175871,47.74306,8.99899\n1481,1647175995,47.74306,8.99903\n1482,1647175996,47.74307,8.99901\n1483,1647175997,47.74308,8.99899\n1484,1647175998,47.74308,8.99899\n1485,1647175999,47.74308,8.99898\n1486,1647176000,47.74308,8.99898\n1487,1647176001,47.74308,8.99898\n1488,1647176002,47.74308,8.99898\n1489,1647176003,47.74308,8.99899\n1490,1647176004,47.74307,8.99899\n1491,1647176005,47.74307,8.99899\n1492,1647176007,47.74307,8.99899\n1493,1647176008,47.74306,8.99899\n1494,1647176009,47.74306,8.99899\n1495,1647176010,47.74306,8.99899\n1496,1647176011,47.74306,8.99899\n1497,1647176012,47.74306,8.99899\n1498,1647176013,47.74306,8.99899\n1499,1647176014,47.74306,8.99899\n1500,1647176015,47.74306,8.99899\n1501,1647176138,47.74317,8.99939\n1502,1647176139,47.74309,8.99915\n1503,1647176140,47.74309,8.99909\n1504,1647176141,47.74308,8.99907\n1505,1647176142,47.74308,8.99905\n1506,1647176143,47.74307,8.99899\n1507,1647176144,47.74308,8.99893\n1508,1647176145,47.74308,8.99892\n1509,1647176146,47.74308,8.99891\n1510,1647176147,47.74308,8.99889\n1511,1647176148,47.74308,8.99888\n1512,1647176149,47.74307,8.99897\n1513,1647176151,47.74306,8.99897\n1514,1647176152,47.74305,8.99897\n1515,1647176153,47.74305,8.99897\n1516,1647176154,47.74305,8.99897\n1517,1647176155,47.74305,8.99897\n1518,1647176156,47.74305,8.99897\n1519,1647176157,47.74306,8.99897\n1520,1647176158,47.74306,8.99897\n1521,1647176282,47.74324,8.99899\n1522,1647176282,47.74311,8.99892\n1523,1647176283,47.74311,8.99891\n1524,1647176284,47.74310,8.99892\n1525,1647176285,47.74310,8.99892\n1526,1647176286,47.74309,8.99892\n1527,1647176287,47.74309,8.99893\n1528,1647176288,47.74309,8.99893\n1529,1647176289,47.74309,8.99894\n1530,1647176290,47.74309,8.99894\n1531,1647176291,47.74308,8.99895\n1532,1647176292,47.74308,8.99895\n1533,1647176293,47.74310,8.99894\n1534,1647176295,47.74310,8.99894\n1535,1647176296,47.74310,8.99894\n1536,1647176297,47.74310,8.99894\n1537,1647176298,47.74310,8.99894\n1538,1647176299,47.74311,8.99894\n1539,1647176300,47.74311,8.99894\n1540,1647176301,47.74310,8.99895\n1541,1647176425,47.74305,8.99911\n1542,1647176426,47.74305,8.99905\n1543,1647176427,47.74305,8.99903\n1544,1647176428,47.74306,8.99903\n1545,1647176429,47.74307,8.99902\n1546,1647176430,47.74308,8.99901\n1547,1647176431,47.74308,8.99900\n1548,1647176432,47.74309,8.99900\n1549,1647176433,47.74309,8.99900\n1550,1647176434,47.74309,8.99899\n1551,1647176435,47.74310,8.99899\n1552,1647176436,47.74310,8.99899\n1553,1647176437,47.74310,8.99898\n1554,1647176438,47.74310,8.99898\n1555,1647176440,47.74310,8.99897\n1556,1647176441,47.74310,8.99897\n1557,1647176442,47.74310,8.99897\n1558,1647176443,47.74310,8.99897\n1559,1647176444,47.74310,8.99897\n1560,1647176445,47.74310,8.99897\n1561,1647176570,47.74308,8.99901\n1562,1647176571,47.74307,8.99901\n1563,1647176572,47.74306,8.99901\n1564,1647176573,47.74305,8.99901\n1565,1647176574,47.74304,8.99901\n1566,1647176575,47.74303,8.99901\n1567,1647176576,47.74303,8.99901\n1568,1647176577,47.74302,8.99901\n1569,1647176578,47.74302,8.99902\n1570,1647176579,47.74302,8.99902\n1571,1647176580,47.74302,8.99902\n1572,1647176581,47.74303,8.99901\n1573,1647176583,47.74303,8.99901\n1574,1647176584,47.74303,8.99901\n1575,1647176585,47.74303,8.99901\n1576,1647176586,47.74303,8.99900\n1577,1647176587,47.74303,8.99900\n1578,1647176588,47.74303,8.99900\n1579,1647176589,47.74303,8.99900\n1580,1647176590,47.74303,8.99900\n1581,1647176713,47.74308,8.99913\n1582,1647176714,47.74297,8.99895\n1583,1647176715,47.74296,8.99895\n1584,1647176716,47.74303,8.99892\n1585,1647176717,47.74305,8.99889\n1586,1647176718,47.74305,8.99889\n1587,1647176719,47.74306,8.99889\n1588,1647176720,47.74306,8.99888\n1589,1647176721,47.74307,8.99888\n1590,1647176722,47.74307,8.99888\n1591,1647176723,47.74307,8.99887\n1592,1647176724,47.74307,8.99887\n1593,1647176725,47.74304,8.99891\n1594,1647176727,47.74304,8.99892\n1595,1647176728,47.74304,8.99892\n1596,1647176729,47.74305,8.99892\n1597,1647176730,47.74305,8.99892\n1598,1647176731,47.74304,8.99893\n1599,1647176732,47.74304,8.99893\n1600,1647176733,47.74303,8.99893\n1601,1647176857,47.74314,8.99894\n1602,1647176858,47.74313,8.99897\n1603,1647176859,47.74312,8.99896\n1604,1647176860,47.74312,8.99896\n1605,1647176861,47.74311,8.99896\n1606,1647176862,47.74311,8.99896\n1607,1647176863,47.74311,8.99896\n1608,1647176864,47.74311,8.99895\n1609,1647176865,47.74310,8.99895\n1610,1647176866,47.74310,8.99894\n1611,1647176867,47.74309,8.99894\n1612,1647176868,47.74309,8.99894\n1613,1647176869,47.74307,8.99896\n1614,1647176871,47.74307,8.99896\n1615,1647176872,47.74307,8.99896\n1616,1647176873,47.74307,8.99896\n1617,1647176874,47.74307,8.99896\n1618,1647176875,47.74307,8.99897\n1619,1647176876,47.74307,8.99897\n1620,1647176877,47.74307,8.99897\n1621,1647177001,47.74304,8.99891\n1622,1647177002,47.74305,8.99892\n1623,1647177003,47.74305,8.99892\n1624,1647177004,47.74304,8.99891\n1625,1647177005,47.74305,8.99891\n1626,1647177006,47.74305,8.99890\n1627,1647177007,47.74305,8.99890\n1628,1647177008,47.74305,8.99890\n1629,1647177009,47.74305,8.99890\n1630,1647177010,47.74305,8.99889\n1631,1647177011,47.74306,8.99890\n1632,1647177012,47.74306,8.99890\n1633,1647177013,47.74304,8.99894\n1634,1647177015,47.74304,8.99894\n1635,1647177016,47.74304,8.99894\n1636,1647177017,47.74304,8.99894\n1637,1647177018,47.74304,8.99894\n1638,1647177019,47.74304,8.99895\n1639,1647177020,47.74304,8.99895\n1640,1647177021,47.74304,8.99895\n1641,1647177144,47.74279,8.99901\n1642,1647177145,47.74288,8.99902\n1643,1647177146,47.74292,8.99901\n1644,1647177147,47.74294,8.99900\n1645,1647177148,47.74296,8.99899\n1646,1647177149,47.74298,8.99898\n1647,1647177150,47.74299,8.99898\n1648,1647177151,47.74300,8.99898\n1649,1647177152,47.74300,8.99898\n1650,1647177153,47.74300,8.99897\n1651,1647177154,47.74301,8.99897\n1652,1647177155,47.74301,8.99897\n1653,1647177156,47.74301,8.99897\n1654,1647177157,47.74302,8.99895\n1655,1647177159,47.74303,8.99895\n1656,1647177160,47.74303,8.99895\n1657,1647177161,47.74303,8.99895\n1658,1647177162,47.74303,8.99896\n1659,1647177163,47.74303,8.99896\n1660,1647177164,47.74303,8.99896\n1661,1647177288,47.74293,8.99910\n1662,1647177289,47.74296,8.99905\n1663,1647177290,47.74298,8.99907\n1664,1647177291,47.74301,8.99908\n1665,1647177292,47.74302,8.99908\n1666,1647177293,47.74302,8.99908\n1667,1647177294,47.74304,8.99909\n1668,1647177295,47.74306,8.99905\n1669,1647177297,47.74306,8.99905\n1670,1647177298,47.74307,8.99905\n1671,1647177299,47.74307,8.99905\n1672,1647177300,47.74307,8.99905\n1673,1647177301,47.74307,8.99905\n1674,1647177302,47.74307,8.99905\n1675,1647177303,47.74307,8.99905\n1676,1647177304,47.74306,8.99905\n1677,1647177305,47.74306,8.99904\n1678,1647177306,47.74306,8.99904\n1679,1647177307,47.74306,8.99904\n1680,1647177308,47.74306,8.99904\n1681,1647177431,47.74303,8.99905\n1682,1647177432,47.74303,8.99900\n1683,1647177433,47.74303,8.99899\n1684,1647177434,47.74304,8.99898\n1685,1647177435,47.74306,8.99898\n1686,1647177436,47.74306,8.99898\n1687,1647177437,47.74307,8.99897\n1688,1647177438,47.74308,8.99897\n1689,1647177439,47.74309,8.99896\n1690,1647177441,47.74310,8.99896\n1691,1647177442,47.74310,8.99896\n1692,1647177443,47.74310,8.99896\n1693,1647177444,47.74310,8.99896\n1694,1647177445,47.74310,8.99896\n1695,1647177446,47.74310,8.99896\n1696,1647177447,47.74310,8.99896\n1697,1647177448,47.74310,8.99896\n1698,1647177449,47.74310,8.99896\n1699,1647177450,47.74311,8.99896\n1700,1647177451,47.74310,8.99897\n1701,1647177575,47.74336,8.99903\n1702,1647177575,47.74327,8.99879\n1703,1647177576,47.74326,8.99880\n1704,1647177577,47.74325,8.99882\n1705,1647177578,47.74324,8.99882\n1706,1647177579,47.74322,8.99882\n1707,1647177580,47.74321,8.99883\n1708,1647177581,47.74320,8.99883\n1709,1647177582,47.74320,8.99883\n1710,1647177583,47.74311,8.99889\n1711,1647177585,47.74311,8.99891\n1712,1647177586,47.74311,8.99891\n1713,1647177587,47.74310,8.99892\n1714,1647177588,47.74310,8.99891\n1715,1647177589,47.74310,8.99892\n1716,1647177590,47.74310,8.99892\n1717,1647177591,47.74310,8.99892\n1718,1647177592,47.74311,8.99892\n1719,1647177593,47.74311,8.99891\n1720,1647177594,47.74310,8.99892\n1721,1647177718,47.74323,8.99888\n1722,1647177719,47.74324,8.99887\n1723,1647177720,47.74323,8.99888\n1724,1647177721,47.74322,8.99888\n1725,1647177722,47.74321,8.99888\n1726,1647177723,47.74321,8.99887\n1727,1647177724,47.74320,8.99887\n1728,1647177725,47.74320,8.99887\n1729,1647177726,47.74319,8.99888\n1730,1647177727,47.74308,8.99894\n1731,1647177729,47.74308,8.99893\n1732,1647177730,47.74308,8.99893\n1733,1647177731,47.74309,8.99894\n1734,1647177732,47.74309,8.99894\n1735,1647177733,47.74308,8.99893\n1736,1647177734,47.74308,8.99893\n1737,1647177735,47.74308,8.99893\n1738,1647177736,47.74309,8.99893\n1739,1647177737,47.74308,8.99893\n1740,1647177738,47.74308,8.99892\n1741,1647177865,47.74290,8.99895\n1742,1647177866,47.74291,8.99896\n1743,1647177867,47.74292,8.99896\n1744,1647177868,47.74293,8.99895\n1745,1647177869,47.74295,8.99895\n1746,1647177870,47.74296,8.99894\n1747,1647177871,47.74298,8.99894\n1748,1647177872,47.74302,8.99893\n1749,1647177874,47.74303,8.99893\n1750,1647177875,47.74304,8.99893\n1751,1647177876,47.74304,8.99893\n1752,1647177877,47.74305,8.99893\n1753,1647177878,47.74305,8.99893\n1754,1647177879,47.74306,8.99893\n1755,1647177880,47.74305,8.99893\n1756,1647177881,47.74305,8.99893\n1757,1647177882,47.74305,8.99893\n1758,1647177883,47.74305,8.99893\n1759,1647177884,47.74305,8.99893\n1760,1647177885,47.74305,8.99893\n1761,1647178011,47.74289,8.99890\n1762,1647178012,47.74287,8.99891\n1763,1647178013,47.74287,8.99891\n1764,1647178014,47.74291,8.99894\n1765,1647178015,47.74292,8.99894\n1766,1647178016,47.74294,8.99895\n1767,1647178017,47.74296,8.99895\n1768,1647178018,47.74297,8.99894\n1769,1647178019,47.74299,8.99894\n1770,1647178020,47.74300,8.99894\n1771,1647178021,47.74298,8.99895\n1772,1647178023,47.74298,8.99894\n1773,1647178024,47.74298,8.99894\n1774,1647178025,47.74298,8.99894\n1775,1647178026,47.74297,8.99894\n1776,1647178027,47.74297,8.99894\n1777,1647178028,47.74297,8.99893\n1778,1647178029,47.74297,8.99893\n1779,1647178030,47.74297,8.99893\n1780,1647178031,47.74296,8.99893\n1781,1647178157,47.74306,8.99888\n1782,1647178158,47.74310,8.99887\n1783,1647178159,47.74311,8.99887\n1784,1647178160,47.74312,8.99887\n1785,1647178161,47.74313,8.99887\n1786,1647178162,47.74314,8.99887\n1787,1647178163,47.74314,8.99888\n1788,1647178164,47.74314,8.99888\n1789,1647178165,47.74308,8.99890\n1790,1647178167,47.74307,8.99890\n1791,1647178168,47.74307,8.99890\n1792,1647178169,47.74307,8.99891\n1793,1647178170,47.74306,8.99891\n1794,1647178171,47.74306,8.99891\n1795,1647178172,47.74305,8.99891\n1796,1647178173,47.74304,8.99891\n1797,1647178174,47.74304,8.99891\n1798,1647178175,47.74304,8.99891\n1799,1647178176,47.74304,8.99891\n1800,1647178177,47.74303,8.99891\n1801,1647178304,47.74307,8.99891\n1802,1647178305,47.74306,8.99892\n1803,1647178306,47.74304,8.99893\n1804,1647178307,47.74304,8.99894\n1805,1647178308,47.74304,8.99893\n1806,1647178309,47.74310,8.99892\n1807,1647178311,47.74310,8.99892\n1808,1647178312,47.74310,8.99892\n1809,1647178313,47.74309,8.99892\n1810,1647178314,47.74309,8.99891\n1811,1647178315,47.74309,8.99891\n1812,1647178316,47.74309,8.99891\n1813,1647178317,47.74310,8.99891\n1814,1647178318,47.74310,8.99890\n1815,1647178319,47.74310,8.99890\n1816,1647178320,47.74310,8.99890\n1817,1647178321,47.74308,8.99890\n1818,1647178323,47.74307,8.99890\n1819,1647178324,47.74306,8.99891\n1820,1647178325,47.74306,8.99890\n1821,1647178449,47.74303,8.99882\n1822,1647178450,47.74303,8.99883\n1823,1647178451,47.74302,8.99884\n1824,1647178452,47.74301,8.99885\n1825,1647178453,47.74302,8.99886\n1826,1647178454,47.74302,8.99887\n1827,1647178455,47.74303,8.99887\n1828,1647178456,47.74303,8.99888\n1829,1647178457,47.74303,8.99888\n1830,1647178458,47.74304,8.99889\n1831,1647178459,47.74304,8.99889\n1832,1647178461,47.74304,8.99890\n1833,1647178462,47.74304,8.99890\n1834,1647178463,47.74304,8.99890\n1835,1647178464,47.74304,8.99890\n1836,1647178465,47.74304,8.99891\n1837,1647178466,47.74304,8.99891\n1838,1647178467,47.74304,8.99891\n1839,1647178468,47.74304,8.99891\n1840,1647178469,47.74304,8.99892\n1841,1647178595,47.74286,8.99893\n1842,1647178596,47.74289,8.99892\n1843,1647178597,47.74290,8.99892\n1844,1647178598,47.74291,8.99892\n1845,1647178599,47.74292,8.99891\n1846,1647178600,47.74293,8.99891\n1847,1647178601,47.74294,8.99891\n1848,1647178602,47.74295,8.99891\n1849,1647178603,47.74297,8.99890\n1850,1647178605,47.74297,8.99890\n1851,1647178606,47.74298,8.99890\n1852,1647178607,47.74298,8.99890\n1853,1647178608,47.74299,8.99890\n1854,1647178609,47.74299,8.99890\n1855,1647178610,47.74299,8.99890\n1856,1647178611,47.74300,8.99890\n1857,1647178612,47.74300,8.99891\n1858,1647178613,47.74299,8.99891\n1859,1647178614,47.74299,8.99891\n1860,1647178615,47.74299,8.99891\n1861,1647178747,47.74309,8.99893\n1862,1647178749,47.74312,8.99892\n1863,1647178750,47.74313,8.99891\n1864,1647178751,47.74313,8.99892\n1865,1647178752,47.74313,8.99892\n1866,1647178753,47.74313,8.99891\n1867,1647178754,47.74313,8.99891\n1868,1647178755,47.74313,8.99891\n1869,1647178756,47.74312,8.99891\n1870,1647178757,47.74312,8.99891\n1871,1647178758,47.74312,8.99892\n1872,1647178759,47.74313,8.99891\n1873,1647178760,47.74313,8.99891\n1874,1647178761,47.74313,8.99891\n1875,1647178762,47.74313,8.99891\n1876,1647178763,47.74313,8.99891\n1877,1647178764,47.74314,8.99891\n1878,1647178765,47.74314,8.99891\n1879,1647178766,47.74314,8.99891\n1880,1647178767,47.74315,8.99890\n1881,1647178894,47.74299,8.99885\n1882,1647178895,47.74300,8.99886\n1883,1647178896,47.74299,8.99886\n1884,1647178897,47.74299,8.99887\n1885,1647178898,47.74299,8.99889\n1886,1647178899,47.74299,8.99889\n1887,1647178900,47.74299,8.99889\n1888,1647178901,47.74299,8.99889\n1889,1647178902,47.74299,8.99890\n1890,1647178903,47.74299,8.99890\n1891,1647178904,47.74302,8.99890\n1892,1647178905,47.74303,8.99891\n1893,1647178906,47.74303,8.99891\n1894,1647178907,47.74303,8.99891\n1895,1647178908,47.74303,8.99891\n1896,1647178909,47.74302,8.99891\n1897,1647178910,47.74303,8.99891\n1898,1647178911,47.74303,8.99891\n1899,1647178912,47.74303,8.99891\n1900,1647178913,47.74303,8.99891\n1901,1647179038,47.74296,8.99898\n1902,1647179040,47.74299,8.99896\n1903,1647179041,47.74299,8.99896\n1904,1647179042,47.74299,8.99895\n1905,1647179043,47.74298,8.99896\n1906,1647179044,47.74298,8.99895\n1907,1647179045,47.74297,8.99894\n1908,1647179046,47.74296,8.99895\n1909,1647179047,47.74296,8.99894\n1910,1647179048,47.74295,8.99894\n1911,1647179049,47.74295,8.99894\n1912,1647179050,47.74295,8.99895\n1913,1647179051,47.74295,8.99895\n1914,1647179052,47.74295,8.99895\n1915,1647179053,47.74295,8.99895\n1916,1647179054,47.74295,8.99895\n1917,1647179055,47.74295,8.99895\n1918,1647179056,47.74294,8.99895\n1919,1647179057,47.74295,8.99895\n1920,1647179058,47.74295,8.99895\n1921,1647179183,47.74298,8.99887\n1922,1647179184,47.74298,8.99888\n1923,1647179185,47.74299,8.99888\n1924,1647179186,47.74299,8.99888\n1925,1647179187,47.74300,8.99888\n1926,1647179188,47.74300,8.99889\n1927,1647179189,47.74300,8.99890\n1928,1647179190,47.74301,8.99890\n1929,1647179191,47.74300,8.99891\n1930,1647179193,47.74300,8.99891\n1931,1647179194,47.74301,8.99891\n1932,1647179195,47.74301,8.99891\n1933,1647179196,47.74301,8.99891\n1934,1647179197,47.74301,8.99891\n1935,1647179198,47.74301,8.99890\n1936,1647179199,47.74301,8.99890\n1937,1647179200,47.74301,8.99890\n1938,1647179201,47.74301,8.99890\n1939,1647179202,47.74301,8.99890\n1940,1647179203,47.74301,8.99890\n1941,1647179328,47.74320,8.99908\n1942,1647179329,47.74306,8.99893\n1943,1647179330,47.74305,8.99892\n1944,1647179331,47.74305,8.99891\n1945,1647179332,47.74305,8.99892\n1946,1647179333,47.74305,8.99892\n1947,1647179334,47.74305,8.99891\n1948,1647179335,47.74305,8.99890\n1949,1647179336,47.74305,8.99890\n1950,1647179338,47.74306,8.99890\n1951,1647179339,47.74305,8.99889\n1952,1647179340,47.74305,8.99889\n1953,1647179341,47.74305,8.99889\n1954,1647179342,47.74305,8.99889\n1955,1647179343,47.74305,8.99889\n1956,1647179344,47.74305,8.99889\n1957,1647179345,47.74305,8.99889\n1958,1647179346,47.74305,8.99888\n1959,1647179347,47.74305,8.99888\n1960,1647179348,47.74305,8.99888\n1961,1647179472,47.74300,8.99900\n1962,1647179473,47.74299,8.99906\n1963,1647179474,47.74298,8.99905\n1964,1647179475,47.74297,8.99903\n1965,1647179476,47.74296,8.99899\n1966,1647179477,47.74297,8.99897\n1967,1647179478,47.74297,8.99895\n1968,1647179479,47.74297,8.99894\n1969,1647179480,47.74293,8.99890\n1970,1647179482,47.74293,8.99889\n1971,1647179483,47.74293,8.99888\n1972,1647179484,47.74293,8.99888\n1973,1647179485,47.74294,8.99888\n1974,1647179486,47.74294,8.99888\n1975,1647179487,47.74294,8.99889\n1976,1647179488,47.74294,8.99889\n1977,1647179489,47.74295,8.99890\n1978,1647179490,47.74295,8.99891\n1979,1647179491,47.74295,8.99891\n1980,1647179493,47.74296,8.99891\n1981,1647179619,47.74305,8.99884\n1982,1647179620,47.74303,8.99882\n1983,1647179621,47.74302,8.99882\n1984,1647179622,47.74301,8.99883\n1985,1647179623,47.74301,8.99887\n1986,1647179624,47.74301,8.99888\n1987,1647179625,47.74300,8.99889\n1988,1647179626,47.74299,8.99891\n1989,1647179627,47.74299,8.99892\n1990,1647179628,47.74300,8.99892\n1991,1647179629,47.74301,8.99893\n1992,1647179631,47.74302,8.99893\n1993,1647179632,47.74302,8.99893\n1994,1647179633,47.74302,8.99893\n1995,1647179634,47.74303,8.99894\n1996,1647179635,47.74304,8.99894\n1997,1647179636,47.74304,8.99894\n1998,1647179637,47.74305,8.99894\n1999,1647179638,47.74306,8.99894\n2000,1647179639,47.74306,8.99894\n2001,1647179768,47.74310,8.99893\n2002,1647179769,47.74307,8.99895\n2003,1647179770,47.74306,8.99895\n2004,1647179771,47.74306,8.99896\n2005,1647179772,47.74304,8.99896\n2006,1647179773,47.74303,8.99897\n2007,1647179774,47.74306,8.99893\n2008,1647179776,47.74307,8.99893\n2009,1647179777,47.74307,8.99893\n2010,1647179778,47.74308,8.99893\n2011,1647179779,47.74308,8.99893\n2012,1647179780,47.74309,8.99893\n2013,1647179781,47.74309,8.99893\n2014,1647179782,47.74309,8.99893\n2015,1647179783,47.74309,8.99894\n2016,1647179784,47.74309,8.99894\n2017,1647179785,47.74309,8.99894\n2018,1647179786,47.74309,8.99894\n2019,1647179787,47.74309,8.99894\n2020,1647179788,47.74309,8.99894\n2021,1647179912,47.74326,8.99909\n2022,1647179913,47.74306,8.99898\n2023,1647179914,47.74304,8.99896\n2024,1647179915,47.74305,8.99896\n2025,1647179916,47.74306,8.99894\n2026,1647179917,47.74307,8.99894\n2027,1647179918,47.74307,8.99893\n2028,1647179919,47.74308,8.99893\n2029,1647179920,47.74308,8.99893\n2030,1647179921,47.74308,8.99893\n2031,1647179922,47.74307,8.99893\n2032,1647179923,47.74307,8.99893\n2033,1647179924,47.74304,8.99891\n2034,1647179926,47.74304,8.99891\n2035,1647179927,47.74303,8.99890\n2036,1647179928,47.74303,8.99889\n2037,1647179929,47.74304,8.99888\n2038,1647179930,47.74304,8.99887\n2039,1647179931,47.74303,8.99888\n2040,1647179932,47.74303,8.99887\n2041,1647180058,47.74315,8.99898\n2042,1647180059,47.74313,8.99896\n2043,1647180060,47.74312,8.99896\n2044,1647180061,47.74311,8.99895\n2045,1647180062,47.74311,8.99896\n2046,1647180063,47.74311,8.99896\n2047,1647180064,47.74311,8.99896\n2048,1647180065,47.74312,8.99896\n2049,1647180066,47.74312,8.99896\n2050,1647180067,47.74312,8.99895\n2051,1647180068,47.74305,8.99890\n2052,1647180070,47.74305,8.99890\n2053,1647180071,47.74305,8.99890\n2054,1647180072,47.74305,8.99890\n2055,1647180073,47.74305,8.99890\n2056,1647180074,47.74305,8.99890\n2057,1647180075,47.74305,8.99890\n2058,1647180076,47.74305,8.99890\n2059,1647180077,47.74305,8.99890\n2060,1647180078,47.74305,8.99890\n2061,1647180203,47.74314,8.99893\n2062,1647180204,47.74310,8.99890\n2063,1647180205,47.74311,8.99891\n2064,1647180206,47.74310,8.99893\n2065,1647180207,47.74310,8.99894\n2066,1647180208,47.74309,8.99895\n2067,1647180209,47.74309,8.99896\n2068,1647180210,47.74308,8.99896\n2069,1647180211,47.74308,8.99897\n2070,1647180212,47.74302,8.99892\n2071,1647180214,47.74302,8.99892\n2072,1647180215,47.74302,8.99892\n2073,1647180216,47.74302,8.99891\n2074,1647180217,47.74302,8.99891\n2075,1647180218,47.74303,8.99892\n2076,1647180219,47.74303,8.99892\n2077,1647180220,47.74303,8.99891\n2078,1647180221,47.74303,8.99891\n2079,1647180222,47.74303,8.99891\n2080,1647180223,47.74303,8.99891\n2081,1647180347,47.74303,8.99904\n2082,1647180348,47.74303,8.99900\n2083,1647180349,47.74304,8.99899\n2084,1647180350,47.74305,8.99899\n2085,1647180351,47.74305,8.99898\n2086,1647180352,47.74305,8.99897\n2087,1647180353,47.74305,8.99896\n2088,1647180354,47.74305,8.99896\n2089,1647180355,47.74305,8.99896\n2090,1647180356,47.74303,8.99894\n2091,1647180358,47.74303,8.99894\n2092,1647180359,47.74303,8.99893\n2093,1647180360,47.74303,8.99893\n2094,1647180361,47.74303,8.99893\n2095,1647180362,47.74303,8.99893\n2096,1647180363,47.74303,8.99892\n2097,1647180364,47.74303,8.99892\n2098,1647180365,47.74302,8.99892\n2099,1647180366,47.74302,8.99891\n2100,1647180367,47.74303,8.99891\n2101,1647180492,47.74316,8.99880\n2102,1647180493,47.74312,8.99891\n2103,1647180494,47.74313,8.99893\n2104,1647180495,47.74313,8.99894\n2105,1647180496,47.74311,8.99894\n2106,1647180497,47.74311,8.99894\n2107,1647180498,47.74311,8.99894\n2108,1647180499,47.74311,8.99894\n2109,1647180500,47.74307,8.99887\n2110,1647180502,47.74307,8.99886\n2111,1647180503,47.74306,8.99886\n2112,1647180504,47.74305,8.99886\n2113,1647180505,47.74304,8.99886\n2114,1647180506,47.74303,8.99885\n2115,1647180507,47.74303,8.99885\n2116,1647180508,47.74302,8.99885\n2117,1647180509,47.74303,8.99885\n2118,1647180510,47.74303,8.99886\n2119,1647180511,47.74302,8.99888\n2120,1647180513,47.74301,8.99890\n2121,1647180638,47.74310,8.99887\n2122,1647180639,47.74308,8.99887\n2123,1647180640,47.74310,8.99887\n2124,1647180641,47.74312,8.99886\n2125,1647180642,47.74312,8.99886\n2126,1647180643,47.74312,8.99886\n2127,1647180644,47.74311,8.99886\n2128,1647180645,47.74308,8.99888\n2129,1647180646,47.74307,8.99889\n2130,1647180647,47.74307,8.99890\n2131,1647180648,47.74306,8.99891\n2132,1647180649,47.74302,8.99898\n2133,1647180651,47.74302,8.99897\n2134,1647180652,47.74302,8.99897\n2135,1647180653,47.74302,8.99897\n2136,1647180654,47.74302,8.99896\n2137,1647180655,47.74302,8.99896\n2138,1647180656,47.74302,8.99895\n2139,1647180657,47.74302,8.99895\n2140,1647180658,47.74302,8.99895\n2141,1647180784,47.74297,8.99897\n2142,1647180785,47.74297,8.99898\n2143,1647180786,47.74296,8.99898\n2144,1647180787,47.74296,8.99898\n2145,1647180788,47.74297,8.99898\n2146,1647180789,47.74297,8.99898\n2147,1647180790,47.74297,8.99898\n2148,1647180791,47.74298,8.99898\n2149,1647180792,47.74298,8.99898\n2150,1647180793,47.74298,8.99898\n2151,1647180794,47.74298,8.99899\n2152,1647180796,47.74299,8.99899\n2153,1647180797,47.74299,8.99899\n2154,1647180798,47.74300,8.99899\n2155,1647180799,47.74300,8.99898\n2156,1647180800,47.74299,8.99898\n2157,1647180801,47.74300,8.99898\n2158,1647180802,47.74299,8.99898\n2159,1647180803,47.74299,8.99898\n2160,1647180804,47.74299,8.99898\n2161,1647180929,47.74307,8.99899\n2162,1647180930,47.74305,8.99894\n2163,1647180931,47.74304,8.99893\n2164,1647180932,47.74303,8.99893\n2165,1647180933,47.74303,8.99893\n2166,1647180934,47.74303,8.99893\n2167,1647180935,47.74303,8.99893\n2168,1647180936,47.74303,8.99894\n2169,1647180937,47.74302,8.99894\n2170,1647180938,47.74303,8.99895\n2171,1647180940,47.74302,8.99895\n2172,1647180941,47.74301,8.99894\n2173,1647180942,47.74301,8.99894\n2174,1647180943,47.74300,8.99894\n2175,1647180944,47.74300,8.99894\n2176,1647180945,47.74300,8.99894\n2177,1647180946,47.74300,8.99894\n2178,1647180947,47.74300,8.99894\n2179,1647180948,47.74300,8.99894\n2180,1647180949,47.74300,8.99893\n2181,1647181074,47.74298,8.99897\n2182,1647181075,47.74302,8.99896\n2183,1647181076,47.74302,8.99895\n2184,1647181077,47.74302,8.99895\n2185,1647181078,47.74302,8.99896\n2186,1647181079,47.74302,8.99897\n2187,1647181080,47.74301,8.99897\n2188,1647181081,47.74300,8.99897\n2189,1647181082,47.74303,8.99899\n2190,1647181084,47.74302,8.99899\n2191,1647181085,47.74302,8.99899\n2192,1647181086,47.74302,8.99899\n2193,1647181087,47.74301,8.99899\n2194,1647181088,47.74301,8.99899\n2195,1647181089,47.74301,8.99899\n2196,1647181090,47.74301,8.99898\n2197,1647181091,47.74301,8.99898\n2198,1647181092,47.74301,8.99898\n2199,1647181093,47.74301,8.99899\n2200,1647181094,47.74301,8.99899\n2201,1647181228,47.74300,8.99894\n2202,1647181229,47.74300,8.99891\n2203,1647181230,47.74301,8.99894\n2204,1647181231,47.74300,8.99894\n2205,1647181232,47.74303,8.99895\n2206,1647181234,47.74302,8.99897\n2207,1647181235,47.74303,8.99897\n2208,1647181236,47.74303,8.99898\n2209,1647181237,47.74303,8.99898\n2210,1647181238,47.74303,8.99898\n2211,1647181239,47.74303,8.99898\n2212,1647181240,47.74303,8.99899\n2213,1647181241,47.74303,8.99899\n2214,1647181242,47.74303,8.99899\n2215,1647181243,47.74303,8.99898\n2216,1647181244,47.74303,8.99898\n2217,1647181245,47.74303,8.99897\n2218,1647181246,47.74304,8.99897\n2219,1647181247,47.74304,8.99896\n2220,1647181248,47.74304,8.99895\n2221,1647181373,47.74303,8.99907\n2222,1647181374,47.74301,8.99903\n2223,1647181375,47.74300,8.99901\n2224,1647181376,47.74299,8.99898\n2225,1647181377,47.74298,8.99896\n2226,1647181378,47.74297,8.99896\n2227,1647181379,47.74297,8.99895\n2228,1647181380,47.74297,8.99894\n2229,1647181381,47.74297,8.99894\n2230,1647181382,47.74297,8.99894\n2231,1647181384,47.74296,8.99894\n2232,1647181385,47.74297,8.99894\n2233,1647181386,47.74297,8.99894\n2234,1647181387,47.74297,8.99895\n2235,1647181388,47.74298,8.99895\n2236,1647181389,47.74298,8.99895\n2237,1647181390,47.74298,8.99896\n2238,1647181391,47.74298,8.99896\n2239,1647181392,47.74298,8.99896\n2240,1647181393,47.74298,8.99895\n2241,1647181517,47.74301,8.99901\n2242,1647181518,47.74301,8.99897\n2243,1647181519,47.74302,8.99896\n2244,1647181520,47.74301,8.99895\n2245,1647181521,47.74302,8.99896\n2246,1647181522,47.74302,8.99896\n2247,1647181523,47.74301,8.99896\n2248,1647181524,47.74301,8.99896\n2249,1647181525,47.74301,8.99896\n2250,1647181526,47.74301,8.99894\n2251,1647181528,47.74300,8.99894\n2252,1647181529,47.74300,8.99894\n2253,1647181530,47.74300,8.99893\n2254,1647181531,47.74300,8.99893\n2255,1647181532,47.74300,8.99893\n2256,1647181533,47.74300,8.99893\n2257,1647181534,47.74300,8.99892\n2258,1647181535,47.74300,8.99892\n2259,1647181536,47.74300,8.99892\n2260,1647181537,47.74300,8.99892\n2261,1647181661,47.74305,8.99905\n2262,1647181662,47.74314,8.99901\n2263,1647181663,47.74312,8.99900\n2264,1647181664,47.74311,8.99899\n2265,1647181665,47.74309,8.99899\n2266,1647181666,47.74308,8.99898\n2267,1647181667,47.74307,8.99898\n2268,1647181668,47.74307,8.99897\n2269,1647181669,47.74306,8.99897\n2270,1647181670,47.74306,8.99898\n2271,1647181672,47.74305,8.99898\n2272,1647181673,47.74305,8.99898\n2273,1647181674,47.74305,8.99897\n2274,1647181675,47.74304,8.99897\n2275,1647181676,47.74304,8.99897\n2276,1647181677,47.74304,8.99897\n2277,1647181678,47.74304,8.99897\n2278,1647181679,47.74304,8.99897\n2279,1647181680,47.74304,8.99897\n2280,1647181681,47.74304,8.99897\n2281,1647181805,47.74306,8.99881\n2282,1647181806,47.74300,8.99883\n2283,1647181807,47.74298,8.99883\n2284,1647181808,47.74296,8.99883\n2285,1647181809,47.74296,8.99881\n2286,1647181810,47.74295,8.99882\n2287,1647181811,47.74296,8.99883\n2288,1647181812,47.74296,8.99884\n2289,1647181813,47.74296,8.99884\n2290,1647181814,47.74298,8.99893\n2291,1647181816,47.74298,8.99893\n2292,1647181817,47.74297,8.99893\n2293,1647181818,47.74297,8.99893\n2294,1647181819,47.74298,8.99893\n2295,1647181820,47.74298,8.99893\n2296,1647181821,47.74298,8.99893\n2297,1647181822,47.74298,8.99893\n2298,1647181823,47.74298,8.99893\n2299,1647181824,47.74298,8.99893\n2300,1647181825,47.74298,8.99893\n2301,1647181951,47.74297,8.99892\n2302,1647181952,47.74297,8.99892\n2303,1647181953,47.74298,8.99891\n2304,1647181954,47.74298,8.99891\n2305,1647181955,47.74298,8.99891\n2306,1647181956,47.74298,8.99891\n2307,1647181957,47.74298,8.99893\n2308,1647181959,47.74299,8.99893\n2309,1647181960,47.74299,8.99893\n2310,1647181961,47.74299,8.99893\n2311,1647181962,47.74299,8.99893\n2312,1647181963,47.74299,8.99893\n2313,1647181964,47.74299,8.99892\n2314,1647181965,47.74299,8.99892\n2315,1647181966,47.74299,8.99892\n2316,1647181967,47.74299,8.99892\n2317,1647181968,47.74298,8.99892\n2318,1647181969,47.74298,8.99892\n2319,1647181970,47.74298,8.99892\n2320,1647181971,47.74298,8.99892\n2321,1647182096,47.74298,8.99894\n2322,1647182097,47.74298,8.99892\n2323,1647182098,47.74298,8.99892\n2324,1647182099,47.74298,8.99893\n2325,1647182100,47.74299,8.99894\n2326,1647182101,47.74299,8.99893\n2327,1647182102,47.74299,8.99894\n2328,1647182103,47.74299,8.99893\n2329,1647182104,47.74299,8.99892\n2330,1647182105,47.74299,8.99892\n2331,1647182106,47.74299,8.99892\n2332,1647182107,47.74300,8.99894\n2333,1647182109,47.74299,8.99894\n2334,1647182110,47.74299,8.99894\n2335,1647182111,47.74299,8.99894\n2336,1647182112,47.74299,8.99894\n2337,1647182113,47.74299,8.99894\n2338,1647182114,47.74299,8.99894\n2339,1647182115,47.74299,8.99893\n2340,1647182116,47.74299,8.99893\n2341,1647182241,47.74305,8.99894\n2342,1647182242,47.74304,8.99894\n2343,1647182243,47.74304,8.99893\n2344,1647182244,47.74303,8.99893\n2345,1647182245,47.74303,8.99893\n2346,1647182246,47.74303,8.99892\n2347,1647182247,47.74303,8.99892\n2348,1647182248,47.74303,8.99892\n2349,1647182249,47.74303,8.99892\n2350,1647182250,47.74303,8.99892\n2351,1647182251,47.74302,8.99891\n2352,1647182253,47.74302,8.99891\n2353,1647182254,47.74302,8.99891\n2354,1647182255,47.74302,8.99891\n2355,1647182256,47.74302,8.99891\n2356,1647182257,47.74301,8.99891\n2357,1647182258,47.74301,8.99892\n2358,1647182259,47.74301,8.99892\n2359,1647182260,47.74301,8.99892\n2360,1647182261,47.74301,8.99892\n2361,1647182385,47.74298,8.99892\n2362,1647182386,47.74296,8.99897\n2363,1647182387,47.74297,8.99893\n2364,1647182388,47.74298,8.99893\n2365,1647182389,47.74298,8.99893\n2366,1647182390,47.74298,8.99892\n2367,1647182391,47.74298,8.99892\n2368,1647182392,47.74299,8.99892\n2369,1647182393,47.74299,8.99892\n2370,1647182394,47.74299,8.99893\n2371,1647182395,47.74299,8.99893\n2372,1647182396,47.74300,8.99894\n2373,1647182398,47.74300,8.99895\n2374,1647182399,47.74300,8.99895\n2375,1647182400,47.74300,8.99895\n2376,1647182401,47.74300,8.99895\n2377,1647182402,47.74300,8.99895\n2378,1647182403,47.74300,8.99896\n2379,1647182404,47.74300,8.99896\n2380,1647182405,47.74300,8.99896\n2381,1647182531,47.74308,8.99898\n2382,1647182532,47.74309,8.99891\n2383,1647182533,47.74310,8.99890\n2384,1647182534,47.74310,8.99889\n2385,1647182535,47.74310,8.99889\n2386,1647182536,47.74309,8.99888\n2387,1647182537,47.74309,8.99888\n2388,1647182538,47.74309,8.99888\n2389,1647182539,47.74309,8.99888\n2390,1647182540,47.74306,8.99888\n2391,1647182542,47.74306,8.99888\n2392,1647182543,47.74306,8.99888\n2393,1647182544,47.74305,8.99888\n2394,1647182545,47.74305,8.99888\n2395,1647182546,47.74305,8.99888\n2396,1647182547,47.74305,8.99888\n2397,1647182548,47.74304,8.99888\n2398,1647182549,47.74304,8.99888\n2399,1647182550,47.74304,8.99888\n2400,1647182551,47.74304,8.99889\n2401,1647182677,47.74300,8.99886\n2402,1647182678,47.74299,8.99887\n2403,1647182679,47.74299,8.99889\n2404,1647182680,47.74299,8.99894\n2405,1647182681,47.74299,8.99895\n2406,1647182682,47.74299,8.99895\n2407,1647182683,47.74299,8.99895\n2408,1647182684,47.74299,8.99899\n2409,1647182686,47.74299,8.99899\n2410,1647182687,47.74299,8.99899\n2411,1647182688,47.74299,8.99899\n2412,1647182689,47.74300,8.99900\n2413,1647182690,47.74300,8.99901\n2414,1647182691,47.74300,8.99901\n2415,1647182692,47.74300,8.99901\n2416,1647182693,47.74301,8.99901\n2417,1647182694,47.74301,8.99901\n2418,1647182695,47.74301,8.99901\n2419,1647182696,47.74301,8.99901\n2420,1647182697,47.74302,8.99900\n2421,1647182822,47.74296,8.99894\n2422,1647182823,47.74298,8.99896\n2423,1647182824,47.74300,8.99899\n2424,1647182825,47.74300,8.99901\n2425,1647182826,47.74300,8.99900\n2426,1647182827,47.74301,8.99899\n2427,1647182828,47.74301,8.99899\n2428,1647182829,47.74301,8.99900\n2429,1647182830,47.74301,8.99900\n2430,1647182831,47.74301,8.99900\n2431,1647182832,47.74301,8.99900\n2432,1647182833,47.74301,8.99900\n2433,1647182834,47.74301,8.99899\n2434,1647182836,47.74301,8.99900\n2435,1647182837,47.74301,8.99900\n2436,1647182838,47.74301,8.99900\n2437,1647182839,47.74302,8.99900\n2438,1647182840,47.74302,8.99900\n2439,1647182841,47.74302,8.99900\n2440,1647182842,47.74302,8.99900\n2441,1647182967,47.74306,8.99906\n2442,1647182968,47.74304,8.99904\n2443,1647182969,47.74303,8.99903\n2444,1647182970,47.74302,8.99902\n2445,1647182971,47.74302,8.99902\n2446,1647182972,47.74302,8.99902\n2447,1647182973,47.74302,8.99902\n2448,1647182974,47.74302,8.99902\n2449,1647182975,47.74302,8.99902\n2450,1647182976,47.74301,8.99902\n2451,1647182977,47.74301,8.99902\n2452,1647182978,47.74301,8.99901\n2453,1647182980,47.74301,8.99900\n2454,1647182981,47.74301,8.99900\n2455,1647182982,47.74301,8.99900\n2456,1647182983,47.74301,8.99900\n2457,1647182984,47.74301,8.99900\n2458,1647182985,47.74301,8.99900\n2459,1647182986,47.74301,8.99900\n2460,1647182987,47.74301,8.99900\n2461,1647183113,47.74293,8.99901\n2462,1647183114,47.74295,8.99902\n2463,1647183115,47.74296,8.99900\n2464,1647183116,47.74297,8.99899\n2465,1647183117,47.74298,8.99899\n2466,1647183118,47.74299,8.99900\n2467,1647183119,47.74300,8.99900\n2468,1647183120,47.74300,8.99900\n2469,1647183121,47.74301,8.99899\n2470,1647183122,47.74302,8.99896\n2471,1647183124,47.74302,8.99896\n2472,1647183125,47.74302,8.99896\n2473,1647183126,47.74302,8.99895\n2474,1647183127,47.74302,8.99895\n2475,1647183128,47.74302,8.99895\n2476,1647183129,47.74303,8.99895\n2477,1647183130,47.74303,8.99895\n2478,1647183131,47.74303,8.99895\n2479,1647183132,47.74302,8.99895\n2480,1647183133,47.74302,8.99895\n2481,1647183258,47.74295,8.99897\n2482,1647183259,47.74295,8.99897\n2483,1647183260,47.74295,8.99898\n2484,1647183261,47.74295,8.99897\n2485,1647183262,47.74296,8.99897\n2486,1647183263,47.74296,8.99896\n2487,1647183264,47.74297,8.99896\n2488,1647183265,47.74298,8.99896\n2489,1647183266,47.74301,8.99895\n2490,1647183268,47.74301,8.99896\n2491,1647183269,47.74301,8.99896\n2492,1647183270,47.74301,8.99896\n2493,1647183271,47.74302,8.99896\n2494,1647183272,47.74302,8.99896\n2495,1647183273,47.74302,8.99896\n2496,1647183274,47.74302,8.99896\n2497,1647183275,47.74302,8.99896\n2498,1647183276,47.74302,8.99896\n2499,1647183277,47.74303,8.99896\n2500,1647183278,47.74303,8.99896\n2501,1647183403,47.74305,8.99901\n2502,1647183404,47.74304,8.99898\n2503,1647183405,47.74305,8.99901\n2504,1647183406,47.74305,8.99901\n2505,1647183407,47.74305,8.99901\n2506,1647183408,47.74304,8.99900\n2507,1647183409,47.74304,8.99900\n2508,1647183410,47.74304,8.99900\n2509,1647183412,47.74304,8.99900\n2510,1647183413,47.74304,8.99900\n2511,1647183414,47.74304,8.99899\n2512,1647183415,47.74303,8.99899\n2513,1647183416,47.74303,8.99899\n2514,1647183417,47.74303,8.99899\n2515,1647183418,47.74303,8.99899\n2516,1647183419,47.74303,8.99899\n2517,1647183420,47.74302,8.99899\n2518,1647183421,47.74302,8.99899\n2519,1647183422,47.74302,8.99899\n2520,1647183423,47.74302,8.99899\n2521,1647183548,47.74303,8.99905\n2522,1647183549,47.74303,8.99904\n2523,1647183550,47.74304,8.99903\n2524,1647183551,47.74304,8.99903\n2525,1647183552,47.74303,8.99902\n2526,1647183553,47.74303,8.99902\n2527,1647183554,47.74302,8.99902\n2528,1647183555,47.74302,8.99901\n2529,1647183556,47.74302,8.99901\n2530,1647183557,47.74302,8.99900\n2531,1647183558,47.74302,8.99900\n2532,1647183559,47.74301,8.99900\n2533,1647183560,47.74300,8.99900\n2534,1647183562,47.74300,8.99900\n2535,1647183563,47.74301,8.99900\n2536,1647183564,47.74301,8.99900\n2537,1647183565,47.74301,8.99900\n2538,1647183566,47.74301,8.99900\n2539,1647183567,47.74301,8.99900\n2540,1647183568,47.74301,8.99900\n2541,1647183693,47.74300,8.99903\n2542,1647183694,47.74302,8.99902\n2543,1647183695,47.74303,8.99902\n2544,1647183696,47.74303,8.99901\n2545,1647183697,47.74303,8.99901\n2546,1647183698,47.74302,8.99900\n2547,1647183699,47.74302,8.99900\n2548,1647183700,47.74302,8.99899\n2549,1647183701,47.74302,8.99899\n2550,1647183702,47.74303,8.99898\n2551,1647183703,47.74301,8.99899\n2552,1647183705,47.74302,8.99899\n2553,1647183706,47.74302,8.99899\n2554,1647183707,47.74301,8.99899\n2555,1647183708,47.74301,8.99898\n2556,1647183709,47.74301,8.99899\n2557,1647183710,47.74301,8.99899\n2558,1647183711,47.74301,8.99898\n2559,1647183712,47.74301,8.99898\n2560,1647183713,47.74301,8.99898\n2561,1647183839,47.74311,8.99893\n2562,1647183840,47.74310,8.99893\n2563,1647183841,47.74308,8.99894\n2564,1647183842,47.74307,8.99896\n2565,1647183843,47.74306,8.99896\n2566,1647183844,47.74305,8.99896\n2567,1647183845,47.74305,8.99896\n2568,1647183846,47.74304,8.99896\n2569,1647183847,47.74303,8.99897\n2570,1647183849,47.74303,8.99896\n2571,1647183850,47.74303,8.99896\n2572,1647183851,47.74303,8.99896\n2573,1647183852,47.74303,8.99896\n2574,1647183853,47.74303,8.99896\n2575,1647183854,47.74302,8.99897\n2576,1647183855,47.74302,8.99897\n2577,1647183856,47.74302,8.99897\n2578,1647183857,47.74301,8.99897\n2579,1647183858,47.74301,8.99898\n2580,1647183859,47.74301,8.99898\n2581,1647183984,47.74293,8.99920\n2582,1647183985,47.74294,8.99915\n2583,1647183986,47.74295,8.99914\n2584,1647183987,47.74296,8.99912\n2585,1647183988,47.74296,8.99911\n2586,1647183989,47.74297,8.99910\n2587,1647183990,47.74297,8.99908\n2588,1647183991,47.74296,8.99909\n2589,1647183993,47.74296,8.99908\n2590,1647183994,47.74297,8.99908\n2591,1647183995,47.74297,8.99907\n2592,1647183996,47.74297,8.99907\n2593,1647183997,47.74297,8.99906\n2594,1647183998,47.74298,8.99906\n2595,1647183999,47.74298,8.99905\n2596,1647184000,47.74298,8.99905\n2597,1647184001,47.74298,8.99905\n2598,1647184002,47.74298,8.99905\n2599,1647184003,47.74299,8.99904\n2600,1647184004,47.74299,8.99904\n2601,1647184128,47.74293,8.99902\n2602,1647184129,47.74299,8.99910\n2603,1647184130,47.74297,8.99903\n2604,1647184131,47.74296,8.99898\n2605,1647184132,47.74296,8.99897\n2606,1647184133,47.74297,8.99896\n2607,1647184134,47.74297,8.99896\n2608,1647184135,47.74297,8.99895\n2609,1647184136,47.74298,8.99894\n2610,1647184137,47.74298,8.99893\n2611,1647184138,47.74298,8.99893\n2612,1647184139,47.74298,8.99893\n2613,1647184140,47.74298,8.99892\n2614,1647184141,47.74297,8.99896\n2615,1647184143,47.74297,8.99895\n2616,1647184144,47.74298,8.99895\n2617,1647184145,47.74298,8.99895\n2618,1647184146,47.74298,8.99895\n2619,1647184147,47.74299,8.99894\n2620,1647184148,47.74299,8.99895\n2621,1647184272,47.74295,8.99905\n2622,1647184273,47.74297,8.99900\n2623,1647184274,47.74299,8.99898\n2624,1647184275,47.74299,8.99897\n2625,1647184276,47.74300,8.99896\n2626,1647184277,47.74301,8.99896\n2627,1647184278,47.74301,8.99896\n2628,1647184279,47.74302,8.99896\n2629,1647184280,47.74302,8.99896\n2630,1647184281,47.74302,8.99896\n2631,1647184282,47.74302,8.99896\n2632,1647184283,47.74302,8.99896\n2633,1647184284,47.74302,8.99897\n2634,1647184285,47.74301,8.99899\n2635,1647184287,47.74301,8.99899\n2636,1647184288,47.74302,8.99900\n2637,1647184289,47.74302,8.99900\n2638,1647184290,47.74302,8.99900\n2639,1647184291,47.74302,8.99900\n2640,1647184292,47.74302,8.99899\n2641,1647184417,47.74303,8.99882\n2642,1647184418,47.74303,8.99882\n2643,1647184419,47.74303,8.99883\n2644,1647184420,47.74303,8.99882\n2645,1647184421,47.74303,8.99883\n2646,1647184422,47.74303,8.99883\n2647,1647184423,47.74303,8.99883\n2648,1647184424,47.74303,8.99883\n2649,1647184425,47.74303,8.99883\n2650,1647184426,47.74303,8.99884\n2651,1647184427,47.74304,8.99884\n2652,1647184428,47.74304,8.99884\n2653,1647184429,47.74302,8.99889\n2654,1647184431,47.74302,8.99889\n2655,1647184432,47.74302,8.99889\n2656,1647184433,47.74302,8.99889\n2657,1647184434,47.74302,8.99889\n2658,1647184435,47.74302,8.99889\n2659,1647184436,47.74302,8.99889\n2660,1647184437,47.74302,8.99889\n2661,1647184562,47.74300,8.99886\n2662,1647184563,47.74300,8.99885\n2663,1647184564,47.74300,8.99885\n2664,1647184565,47.74300,8.99885\n2665,1647184566,47.74300,8.99886\n2666,1647184567,47.74300,8.99886\n2667,1647184568,47.74300,8.99886\n2668,1647184569,47.74301,8.99885\n2669,1647184570,47.74301,8.99885\n2670,1647184571,47.74301,8.99885\n2671,1647184572,47.74301,8.99884\n2672,1647184573,47.74298,8.99892\n2673,1647184575,47.74298,8.99892\n2674,1647184576,47.74298,8.99892\n2675,1647184577,47.74298,8.99892\n2676,1647184578,47.74298,8.99892\n2677,1647184579,47.74298,8.99892\n2678,1647184580,47.74298,8.99892\n2679,1647184581,47.74298,8.99891\n2680,1647184582,47.74298,8.99891\n2681,1647184709,47.74300,8.99898\n2682,1647184710,47.74300,8.99899\n2683,1647184711,47.74302,8.99896\n2684,1647184712,47.74303,8.99895\n2685,1647184713,47.74303,8.99894\n2686,1647184714,47.74304,8.99894\n2687,1647184715,47.74304,8.99894\n2688,1647184716,47.74304,8.99894\n2689,1647184717,47.74302,8.99898\n2690,1647184719,47.74302,8.99898\n2691,1647184720,47.74302,8.99898\n2692,1647184721,47.74302,8.99897\n2693,1647184722,47.74302,8.99897\n2694,1647184723,47.74302,8.99897\n2695,1647184724,47.74302,8.99897\n2696,1647184725,47.74302,8.99897\n2697,1647184726,47.74302,8.99897\n2698,1647184727,47.74303,8.99897\n2699,1647184728,47.74303,8.99897\n2700,1647184729,47.74303,8.99896\n2701,1647184855,47.74301,8.99898\n2702,1647184856,47.74301,8.99895\n2703,1647184857,47.74304,8.99892\n2704,1647184858,47.74303,8.99891\n2705,1647184859,47.74303,8.99890\n2706,1647184860,47.74303,8.99889\n2707,1647184861,47.74300,8.99893\n2708,1647184863,47.74300,8.99893\n2709,1647184864,47.74300,8.99894\n2710,1647184865,47.74301,8.99894\n2711,1647184866,47.74301,8.99893\n2712,1647184867,47.74301,8.99893\n2713,1647184868,47.74301,8.99893\n2714,1647184869,47.74301,8.99893\n2715,1647184870,47.74301,8.99893\n2716,1647184871,47.74302,8.99893\n2717,1647184872,47.74302,8.99893\n2718,1647184873,47.74302,8.99893\n2719,1647184874,47.74302,8.99893\n2720,1647184875,47.74302,8.99893\n2721,1647185005,47.74303,8.99898\n2722,1647185006,47.74297,8.99897\n2723,1647185007,47.74298,8.99898\n2724,1647185008,47.74299,8.99900\n2725,1647185009,47.74299,8.99899\n2726,1647185010,47.74298,8.99899\n2727,1647185011,47.74304,8.99896\n2728,1647185013,47.74304,8.99896\n2729,1647185014,47.74304,8.99895\n2730,1647185015,47.74303,8.99895\n2731,1647185016,47.74303,8.99895\n2732,1647185017,47.74303,8.99895\n2733,1647185018,47.74303,8.99895\n2734,1647185019,47.74303,8.99894\n2735,1647185020,47.74304,8.99894\n2736,1647185021,47.74304,8.99894\n2737,1647185022,47.74304,8.99894\n2738,1647185023,47.74304,8.99894\n2739,1647185024,47.74304,8.99894\n2740,1647185025,47.74304,8.99894\n2741,1647185151,47.74293,8.99901\n2742,1647185152,47.74294,8.99901\n2743,1647185153,47.74296,8.99901\n2744,1647185154,47.74299,8.99900\n2745,1647185155,47.74299,8.99899\n2746,1647185156,47.74300,8.99899\n2747,1647185157,47.74301,8.99899\n2748,1647185158,47.74301,8.99898\n2749,1647185159,47.74302,8.99898\n2750,1647185160,47.74303,8.99898\n2751,1647185161,47.74301,8.99899\n2752,1647185163,47.74302,8.99899\n2753,1647185164,47.74302,8.99899\n2754,1647185165,47.74302,8.99899\n2755,1647185166,47.74302,8.99899\n2756,1647185167,47.74302,8.99899\n2757,1647185168,47.74302,8.99899\n2758,1647185169,47.74302,8.99899\n2759,1647185170,47.74303,8.99899\n2760,1647185171,47.74303,8.99899\n2761,1647185298,47.74290,8.99893\n2762,1647185299,47.74290,8.99893\n2763,1647185300,47.74290,8.99894\n2764,1647185301,47.74297,8.99900\n2765,1647185302,47.74297,8.99900\n2766,1647185303,47.74296,8.99901\n2767,1647185304,47.74294,8.99901\n2768,1647185305,47.74299,8.99900\n2769,1647185307,47.74299,8.99899\n2770,1647185308,47.74299,8.99899\n2771,1647185309,47.74299,8.99898\n2772,1647185310,47.74300,8.99898\n2773,1647185311,47.74300,8.99898\n2774,1647185312,47.74300,8.99897\n2775,1647185313,47.74300,8.99897\n2776,1647185314,47.74300,8.99897\n2777,1647185315,47.74300,8.99897\n2778,1647185316,47.74301,8.99897\n2779,1647185317,47.74301,8.99897\n2780,1647185318,47.74301,8.99897\n2781,1647185450,47.74302,8.99918\n2782,1647185451,47.74305,8.99913\n2783,1647185452,47.74306,8.99913\n2784,1647185453,47.74306,8.99909\n2785,1647185454,47.74308,8.99907\n2786,1647185455,47.74306,8.99909\n2787,1647185457,47.74306,8.99908\n2788,1647185458,47.74306,8.99907\n2789,1647185459,47.74306,8.99906\n2790,1647185460,47.74307,8.99905\n2791,1647185461,47.74307,8.99905\n2792,1647185462,47.74307,8.99905\n2793,1647185463,47.74307,8.99904\n2794,1647185464,47.74307,8.99904\n2795,1647185465,47.74307,8.99904\n2796,1647185466,47.74307,8.99904\n2797,1647185467,47.74307,8.99904\n2798,1647185468,47.74307,8.99903\n2799,1647185469,47.74307,8.99903\n2800,1647185470,47.74307,8.99903\n2801,1647185596,47.74287,8.99905\n2802,1647185597,47.74287,8.99905\n2803,1647185598,47.74289,8.99904\n2804,1647185599,47.74290,8.99903\n2805,1647185600,47.74292,8.99902\n2806,1647185601,47.74296,8.99899\n2807,1647185602,47.74297,8.99897\n2808,1647185603,47.74297,8.99898\n2809,1647185604,47.74297,8.99899\n2810,1647185605,47.74292,8.99906\n2811,1647185607,47.74292,8.99906\n2812,1647185608,47.74292,8.99906\n2813,1647185609,47.74292,8.99906\n2814,1647185610,47.74292,8.99906\n2815,1647185611,47.74292,8.99905\n2816,1647185612,47.74292,8.99905\n2817,1647185613,47.74292,8.99906\n2818,1647185614,47.74292,8.99906\n2819,1647185615,47.74292,8.99906\n2820,1647185616,47.74292,8.99906\n2821,1647185744,47.74288,8.99907\n2822,1647185745,47.74288,8.99908\n2823,1647185746,47.74288,8.99909\n2824,1647185747,47.74287,8.99910\n2825,1647185748,47.74287,8.99911\n2826,1647185749,47.74294,8.99902\n2827,1647185751,47.74294,8.99903\n2828,1647185752,47.74295,8.99903\n2829,1647185753,47.74295,8.99903\n2830,1647185754,47.74295,8.99903\n2831,1647185755,47.74295,8.99903\n2832,1647185756,47.74296,8.99903\n2833,1647185757,47.74296,8.99903\n2834,1647185758,47.74296,8.99903\n2835,1647185759,47.74296,8.99904\n2836,1647185760,47.74296,8.99904\n2837,1647185761,47.74296,8.99904\n2838,1647185762,47.74296,8.99904\n2839,1647185763,47.74296,8.99904\n2840,1647185764,47.74296,8.99905\n2841,1647185890,47.74294,8.99911\n2842,1647185891,47.74294,8.99909\n2843,1647185892,47.74294,8.99909\n2844,1647185893,47.74293,8.99910\n2845,1647185894,47.74293,8.99910\n2846,1647185895,47.74293,8.99909\n2847,1647185896,47.74294,8.99909\n2848,1647185897,47.74294,8.99908\n2849,1647185898,47.74294,8.99908\n2850,1647185899,47.74292,8.99911\n2851,1647185901,47.74293,8.99910\n2852,1647185902,47.74293,8.99909\n2853,1647185903,47.74293,8.99909\n2854,1647185904,47.74294,8.99908\n2855,1647185905,47.74294,8.99905\n2856,1647185906,47.74295,8.99904\n2857,1647185907,47.74295,8.99904\n2858,1647185908,47.74295,8.99904\n2859,1647185909,47.74294,8.99905\n2860,1647185910,47.74294,8.99906\n2861,1647186034,47.74324,8.99871\n2862,1647186035,47.74311,8.99891\n2863,1647186036,47.74310,8.99892\n2864,1647186037,47.74309,8.99893\n2865,1647186038,47.74309,8.99894\n2866,1647186039,47.74309,8.99893\n2867,1647186040,47.74310,8.99893\n2868,1647186041,47.74309,8.99893\n2869,1647186042,47.74309,8.99894\n2870,1647186043,47.74302,8.99902\n2871,1647186045,47.74302,8.99901\n2872,1647186046,47.74303,8.99901\n2873,1647186047,47.74303,8.99901\n2874,1647186048,47.74303,8.99901\n2875,1647186049,47.74303,8.99900\n2876,1647186050,47.74303,8.99900\n2877,1647186051,47.74303,8.99900\n2878,1647186052,47.74303,8.99900\n2879,1647186053,47.74303,8.99900\n2880,1647186054,47.74303,8.99900\n2881,1647186178,47.74297,8.99915\n2882,1647186179,47.74317,8.99893\n2883,1647186180,47.74316,8.99894\n2884,1647186181,47.74317,8.99892\n2885,1647186182,47.74316,8.99890\n2886,1647186183,47.74312,8.99889\n2887,1647186184,47.74311,8.99889\n2888,1647186185,47.74309,8.99891\n2889,1647186186,47.74308,8.99893\n2890,1647186187,47.74305,8.99897\n2891,1647186189,47.74304,8.99898\n2892,1647186190,47.74304,8.99898\n2893,1647186191,47.74303,8.99899\n2894,1647186192,47.74303,8.99899\n2895,1647186193,47.74303,8.99899\n2896,1647186194,47.74303,8.99899\n2897,1647186195,47.74303,8.99899\n2898,1647186196,47.74303,8.99899\n2899,1647186197,47.74303,8.99899\n2900,1647186198,47.74303,8.99899\n2901,1647186323,47.74300,8.99926\n2902,1647186324,47.74299,8.99901\n2903,1647186325,47.74299,8.99898\n2904,1647186326,47.74296,8.99901\n2905,1647186327,47.74294,8.99902\n2906,1647186328,47.74295,8.99901\n2907,1647186329,47.74296,8.99900\n2908,1647186330,47.74295,8.99900\n2909,1647186331,47.74295,8.99900\n2910,1647186332,47.74298,8.99897\n2911,1647186334,47.74298,8.99898\n2912,1647186335,47.74299,8.99898\n2913,1647186336,47.74299,8.99899\n2914,1647186337,47.74299,8.99899\n2915,1647186338,47.74299,8.99899\n2916,1647186339,47.74301,8.99900\n2917,1647186340,47.74302,8.99900\n2918,1647186341,47.74302,8.99899\n2919,1647186342,47.74302,8.99899\n2920,1647186343,47.74302,8.99898\n2921,1647186470,47.74300,8.99900\n2922,1647186471,47.74299,8.99901\n2923,1647186472,47.74300,8.99901\n2924,1647186473,47.74301,8.99899\n2925,1647186474,47.74302,8.99898\n2926,1647186475,47.74303,8.99897\n2927,1647186476,47.74305,8.99896\n2928,1647186478,47.74305,8.99896\n2929,1647186479,47.74305,8.99897\n2930,1647186480,47.74305,8.99896\n2931,1647186481,47.74305,8.99897\n2932,1647186482,47.74305,8.99897\n2933,1647186483,47.74305,8.99898\n2934,1647186484,47.74305,8.99898\n2935,1647186485,47.74306,8.99898\n2936,1647186486,47.74306,8.99898\n2937,1647186487,47.74306,8.99898\n2938,1647186488,47.74306,8.99898\n2939,1647186489,47.74306,8.99898\n2940,1647186490,47.74306,8.99899\n2941,1647186616,47.74315,8.99879\n2942,1647186617,47.74313,8.99882\n2943,1647186618,47.74313,8.99885\n2944,1647186619,47.74313,8.99885\n2945,1647186620,47.74313,8.99885\n2946,1647186621,47.74314,8.99886\n2947,1647186622,47.74314,8.99887\n2948,1647186623,47.74312,8.99889\n2949,1647186624,47.74312,8.99890\n2950,1647186625,47.74311,8.99892\n2951,1647186626,47.74302,8.99905\n2952,1647186628,47.74303,8.99906\n2953,1647186629,47.74303,8.99906\n2954,1647186630,47.74303,8.99906\n2955,1647186631,47.74303,8.99906\n2956,1647186632,47.74304,8.99905\n2957,1647186633,47.74304,8.99905\n2958,1647186634,47.74304,8.99906\n2959,1647186635,47.74304,8.99906\n2960,1647186636,47.74304,8.99906\n2961,1647186763,47.74312,8.99883\n2962,1647186764,47.74311,8.99885\n2963,1647186765,47.74311,8.99886\n2964,1647186766,47.74311,8.99887\n2965,1647186767,47.74311,8.99888\n2966,1647186768,47.74311,8.99889\n2967,1647186769,47.74311,8.99890\n2968,1647186770,47.74306,8.99897\n2969,1647186772,47.74306,8.99897\n2970,1647186773,47.74306,8.99897\n2971,1647186774,47.74306,8.99897\n2972,1647186775,47.74305,8.99897\n2973,1647186776,47.74305,8.99898\n2974,1647186777,47.74305,8.99898\n2975,1647186778,47.74305,8.99899\n2976,1647186779,47.74305,8.99899\n2977,1647186780,47.74305,8.99900\n2978,1647186781,47.74305,8.99900\n2979,1647186783,47.74306,8.99900\n2980,1647186784,47.74306,8.99900\n2981,1647186910,47.74300,8.99899\n2982,1647186911,47.74304,8.99897\n2983,1647186912,47.74310,8.99894\n2984,1647186913,47.74313,8.99892\n2985,1647186914,47.74313,8.99891\n2986,1647186915,47.74314,8.99891\n2987,1647186916,47.74314,8.99891\n2988,1647186917,47.74315,8.99891\n2989,1647186918,47.74316,8.99891\n2990,1647186919,47.74309,8.99904\n2991,1647186921,47.74308,8.99904\n2992,1647186922,47.74307,8.99904\n2993,1647186923,47.74306,8.99904\n2994,1647186924,47.74306,8.99904\n2995,1647186925,47.74306,8.99905\n2996,1647186926,47.74306,8.99905\n2997,1647186927,47.74306,8.99905\n2998,1647186928,47.74305,8.99905\n2999,1647186929,47.74305,8.99905\n3000,1647186930,47.74305,8.99905\n3001,1647187055,47.74306,8.99900\n3002,1647187056,47.74311,8.99898\n3003,1647187057,47.74310,8.99899\n3004,1647187058,47.74313,8.99897\n3005,1647187059,47.74314,8.99894\n3006,1647187060,47.74315,8.99894\n3007,1647187061,47.74315,8.99895\n3008,1647187062,47.74315,8.99895\n3009,1647187063,47.74304,8.99909\n3010,1647187065,47.74304,8.99909\n3011,1647187066,47.74304,8.99909\n3012,1647187067,47.74305,8.99909\n3013,1647187068,47.74305,8.99909\n3014,1647187069,47.74306,8.99909\n3015,1647187070,47.74306,8.99908\n3016,1647187071,47.74306,8.99908\n3017,1647187072,47.74307,8.99908\n3018,1647187073,47.74307,8.99907\n3019,1647187074,47.74307,8.99907\n3020,1647187075,47.74307,8.99907\n3021,1647187201,47.74302,8.99896\n3022,1647187202,47.74308,8.99888\n3023,1647187203,47.74306,8.99886\n3024,1647187204,47.74302,8.99890\n3025,1647187205,47.74298,8.99895\n3026,1647187206,47.74297,8.99896\n3027,1647187207,47.74293,8.99903\n3028,1647187209,47.74293,8.99903\n3029,1647187210,47.74294,8.99903\n3030,1647187211,47.74294,8.99903\n3031,1647187212,47.74294,8.99902\n3032,1647187213,47.74295,8.99902\n3033,1647187214,47.74295,8.99901\n3034,1647187215,47.74295,8.99901\n3035,1647187216,47.74296,8.99901\n3036,1647187217,47.74296,8.99901\n3037,1647187218,47.74296,8.99901\n3038,1647187219,47.74296,8.99901\n3039,1647187220,47.74296,8.99901\n3040,1647187221,47.74297,8.99901\n3041,1647187349,47.74300,8.99903\n3042,1647187350,47.74300,8.99902\n3043,1647187351,47.74304,8.99898\n3044,1647187352,47.74302,8.99900\n3045,1647187353,47.74302,8.99900\n3046,1647187354,47.74302,8.99900\n3047,1647187355,47.74302,8.99901\n3048,1647187356,47.74303,8.99902\n3049,1647187357,47.74304,8.99900\n3050,1647187359,47.74305,8.99900\n3051,1647187360,47.74305,8.99900\n3052,1647187361,47.74305,8.99900\n3053,1647187362,47.74305,8.99899\n3054,1647187363,47.74305,8.99899\n3055,1647187364,47.74305,8.99899\n3056,1647187365,47.74305,8.99898\n3057,1647187366,47.74305,8.99898\n3058,1647187367,47.74305,8.99898\n3059,1647187368,47.74304,8.99898\n3060,1647187369,47.74304,8.99898\n3061,1647187494,47.74304,8.99900\n3062,1647187495,47.74304,8.99900\n3063,1647187496,47.74304,8.99900\n3064,1647187497,47.74305,8.99900\n3065,1647187498,47.74304,8.99900\n3066,1647187499,47.74305,8.99900\n3067,1647187500,47.74307,8.99902\n3068,1647187501,47.74305,8.99900\n3069,1647187503,47.74305,8.99900\n3070,1647187504,47.74305,8.99900\n3071,1647187505,47.74305,8.99900\n3072,1647187506,47.74305,8.99901\n3073,1647187507,47.74305,8.99901\n3074,1647187508,47.74306,8.99901\n3075,1647187509,47.74306,8.99901\n3076,1647187510,47.74306,8.99901\n3077,1647187511,47.74306,8.99901\n3078,1647187512,47.74306,8.99901\n3079,1647187513,47.74306,8.99901\n3080,1647187514,47.74306,8.99901\n3081,1647187640,47.74305,8.99906\n3082,1647187641,47.74303,8.99904\n3083,1647187642,47.74303,8.99903\n3084,1647187643,47.74307,8.99908\n3085,1647187644,47.74303,8.99902\n3086,1647187645,47.74303,8.99901\n3087,1647187646,47.74302,8.99901\n3088,1647187647,47.74302,8.99901\n3089,1647187648,47.74302,8.99901\n3090,1647187649,47.74302,8.99901\n3091,1647187650,47.74302,8.99901\n3092,1647187651,47.74302,8.99901\n3093,1647187652,47.74302,8.99900\n3094,1647187654,47.74302,8.99900\n3095,1647187655,47.74302,8.99900\n3096,1647187656,47.74302,8.99900\n3097,1647187657,47.74302,8.99900\n3098,1647187658,47.74302,8.99900\n3099,1647187659,47.74302,8.99900\n3100,1647187660,47.74302,8.99900\n3101,1647187785,47.74307,8.99891\n3102,1647187786,47.74310,8.99900\n3103,1647187787,47.74310,8.99901\n3104,1647187788,47.74310,8.99901\n3105,1647187789,47.74311,8.99901\n3106,1647187790,47.74311,8.99901\n3107,1647187791,47.74311,8.99901\n3108,1647187792,47.74311,8.99901\n3109,1647187793,47.74311,8.99901\n3110,1647187794,47.74311,8.99901\n3111,1647187795,47.74319,8.99911\n3112,1647187796,47.74313,8.99907\n3113,1647187798,47.74311,8.99906\n3114,1647187799,47.74310,8.99906\n3115,1647187800,47.74310,8.99906\n3116,1647187801,47.74310,8.99906\n3117,1647187802,47.74310,8.99905\n3118,1647187803,47.74309,8.99905\n3119,1647187804,47.74309,8.99904\n3120,1647187805,47.74309,8.99904\n3121,1647187930,47.74309,8.99910\n3122,1647187931,47.74309,8.99910\n3123,1647187932,47.74309,8.99909\n3124,1647187933,47.74308,8.99907\n3125,1647187934,47.74308,8.99907\n3126,1647187935,47.74308,8.99906\n3127,1647187936,47.74309,8.99906\n3128,1647187937,47.74309,8.99907\n3129,1647187938,47.74310,8.99907\n3130,1647187939,47.74309,8.99905\n3131,1647187941,47.74309,8.99905\n3132,1647187942,47.74310,8.99905\n3133,1647187943,47.74310,8.99906\n3134,1647187944,47.74310,8.99906\n3135,1647187945,47.74311,8.99906\n3136,1647187946,47.74311,8.99907\n3137,1647187947,47.74311,8.99907\n3138,1647187948,47.74311,8.99907\n3139,1647187949,47.74311,8.99907\n3140,1647187950,47.74311,8.99907\n3141,1647188076,47.74314,8.99905\n3142,1647188077,47.74313,8.99906\n3143,1647188078,47.74312,8.99907\n3144,1647188079,47.74313,8.99908\n3145,1647188080,47.74313,8.99908\n3146,1647188081,47.74312,8.99908\n3147,1647188082,47.74312,8.99908\n3148,1647188083,47.74311,8.99906\n3149,1647188085,47.74310,8.99906\n3150,1647188086,47.74310,8.99906\n3151,1647188087,47.74309,8.99905\n3152,1647188088,47.74308,8.99905\n3153,1647188089,47.74308,8.99905\n3154,1647188090,47.74307,8.99904\n3155,1647188091,47.74307,8.99905\n3156,1647188092,47.74307,8.99905\n3157,1647188093,47.74307,8.99905\n3158,1647188094,47.74307,8.99905\n3159,1647188095,47.74307,8.99905\n3160,1647188096,47.74307,8.99905\n3161,1647188222,47.74315,8.99903\n3162,1647188223,47.74315,8.99904\n3163,1647188224,47.74315,8.99903\n3164,1647188225,47.74314,8.99903\n3165,1647188226,47.74312,8.99901\n3166,1647188227,47.74311,8.99901\n3167,1647188228,47.74311,8.99901\n3168,1647188229,47.74310,8.99902\n3169,1647188230,47.74310,8.99902\n3170,1647188231,47.74309,8.99902\n3171,1647188232,47.74309,8.99902\n3172,1647188233,47.74309,8.99905\n3173,1647188235,47.74309,8.99905\n3174,1647188236,47.74309,8.99904\n3175,1647188237,47.74309,8.99904\n3176,1647188238,47.74309,8.99904\n3177,1647188239,47.74309,8.99904\n3178,1647188240,47.74309,8.99903\n3179,1647188241,47.74309,8.99904\n3180,1647188242,47.74308,8.99903\n3181,1647188370,47.74307,8.99893\n3182,1647188371,47.74307,8.99895\n3183,1647188372,47.74307,8.99896\n3184,1647188373,47.74307,8.99898\n3185,1647188374,47.74306,8.99898\n3186,1647188375,47.74306,8.99898\n3187,1647188376,47.74306,8.99898\n3188,1647188377,47.74306,8.99899\n3189,1647188378,47.74305,8.99901\n3190,1647188380,47.74306,8.99900\n3191,1647188381,47.74306,8.99900\n3192,1647188382,47.74306,8.99900\n3193,1647188383,47.74306,8.99901\n3194,1647188384,47.74307,8.99901\n3195,1647188385,47.74307,8.99901\n3196,1647188386,47.74307,8.99901\n3197,1647188387,47.74307,8.99901\n3198,1647188388,47.74307,8.99901\n3199,1647188389,47.74307,8.99901\n3200,1647188390,47.74307,8.99901\n3201,1647188517,47.74319,8.99885\n3202,1647188518,47.74316,8.99888\n3203,1647188519,47.74315,8.99889\n3204,1647188520,47.74314,8.99890\n3205,1647188521,47.74315,8.99890\n3206,1647188522,47.74315,8.99891\n3207,1647188523,47.74315,8.99892\n3208,1647188524,47.74314,8.99891\n3209,1647188525,47.74314,8.99891\n3210,1647188526,47.74313,8.99892\n3211,1647188527,47.74311,8.99894\n3212,1647188528,47.74312,8.99892\n3213,1647188530,47.74311,8.99892\n3214,1647188531,47.74311,8.99893\n3215,1647188532,47.74311,8.99893\n3216,1647188533,47.74311,8.99893\n3217,1647188534,47.74311,8.99893\n3218,1647188535,47.74311,8.99893\n3219,1647188536,47.74311,8.99893\n3220,1647188537,47.74311,8.99893\n3221,1647188662,47.74337,8.99860\n3222,1647188663,47.74312,8.99891\n3223,1647188664,47.74312,8.99894\n3224,1647188665,47.74311,8.99895\n3225,1647188666,47.74310,8.99896\n3226,1647188667,47.74310,8.99897\n3227,1647188668,47.74310,8.99898\n3228,1647188669,47.74310,8.99898\n3229,1647188670,47.74310,8.99898\n3230,1647188671,47.74309,8.99898\n3231,1647188672,47.74308,8.99903\n3232,1647188674,47.74308,8.99903\n3233,1647188675,47.74308,8.99902\n3234,1647188676,47.74308,8.99902\n3235,1647188677,47.74308,8.99902\n3236,1647188678,47.74308,8.99902\n3237,1647188679,47.74308,8.99902\n3238,1647188680,47.74308,8.99903\n3239,1647188681,47.74308,8.99903\n3240,1647188682,47.74308,8.99903\n3241,1647188808,47.74307,8.99905\n3242,1647188809,47.74309,8.99901\n3243,1647188810,47.74308,8.99901\n3244,1647188811,47.74308,8.99900\n3245,1647188812,47.74308,8.99900\n3246,1647188813,47.74308,8.99900\n3247,1647188814,47.74308,8.99901\n3248,1647188815,47.74308,8.99901\n3249,1647188816,47.74307,8.99901\n3250,1647188818,47.74308,8.99902\n3251,1647188819,47.74308,8.99903\n3252,1647188820,47.74308,8.99903\n3253,1647188821,47.74308,8.99903\n3254,1647188822,47.74308,8.99904\n3255,1647188823,47.74308,8.99904\n3256,1647188824,47.74308,8.99905\n3257,1647188825,47.74308,8.99905\n3258,1647188826,47.74308,8.99906\n3259,1647188827,47.74308,8.99906\n3260,1647188828,47.74308,8.99906\n3261,1647188954,47.74309,8.99898\n3262,1647188955,47.74305,8.99907\n3263,1647188956,47.74304,8.99906\n3264,1647188957,47.74304,8.99908\n3265,1647188958,47.74305,8.99907\n3266,1647188959,47.74304,8.99908\n3267,1647188960,47.74304,8.99909\n3268,1647188961,47.74303,8.99910\n3269,1647188962,47.74303,8.99910\n3270,1647188963,47.74303,8.99910\n3271,1647188964,47.74303,8.99910\n3272,1647188965,47.74303,8.99911\n3273,1647188966,47.74307,8.99902\n3274,1647188968,47.74307,8.99902\n3275,1647188969,47.74307,8.99902\n3276,1647188970,47.74307,8.99902\n3277,1647188971,47.74307,8.99902\n3278,1647188972,47.74307,8.99903\n3279,1647188973,47.74306,8.99902\n3280,1647188974,47.74306,8.99902\n3281,1647189099,47.74310,8.99902\n3282,1647189100,47.74312,8.99900\n3283,1647189101,47.74313,8.99901\n3284,1647189102,47.74313,8.99902\n3285,1647189103,47.74313,8.99902\n3286,1647189104,47.74313,8.99902\n3287,1647189105,47.74313,8.99901\n3288,1647189106,47.74313,8.99901\n3289,1647189107,47.74313,8.99901\n3290,1647189108,47.74313,8.99901\n3291,1647189109,47.74312,8.99901\n3292,1647189110,47.74313,8.99902\n3293,1647189112,47.74313,8.99902\n3294,1647189113,47.74313,8.99903\n3295,1647189114,47.74313,8.99903\n3296,1647189115,47.74312,8.99903\n3297,1647189116,47.74312,8.99903\n3298,1647189117,47.74312,8.99903\n3299,1647189118,47.74311,8.99903\n3300,1647189119,47.74311,8.99903\n3301,1647189244,47.74322,8.99895\n3302,1647189245,47.74315,8.99901\n3303,1647189246,47.74314,8.99902\n3304,1647189247,47.74313,8.99901\n3305,1647189248,47.74312,8.99901\n3306,1647189249,47.74312,8.99901\n3307,1647189250,47.74311,8.99900\n3308,1647189251,47.74310,8.99900\n3309,1647189252,47.74310,8.99899\n3310,1647189253,47.74310,8.99900\n3311,1647189255,47.74310,8.99900\n3312,1647189256,47.74310,8.99900\n3313,1647189257,47.74310,8.99900\n3314,1647189258,47.74310,8.99900\n3315,1647189259,47.74310,8.99900\n3316,1647189260,47.74310,8.99900\n3317,1647189261,47.74310,8.99900\n3318,1647189262,47.74310,8.99900\n3319,1647189263,47.74311,8.99900\n3320,1647189264,47.74311,8.99901\n3321,1647189389,47.74311,8.99911\n3322,1647189390,47.74311,8.99908\n3323,1647189391,47.74313,8.99907\n3324,1647189392,47.74313,8.99907\n3325,1647189393,47.74313,8.99907\n3326,1647189394,47.74313,8.99907\n3327,1647189395,47.74313,8.99907\n3328,1647189396,47.74312,8.99906\n3329,1647189397,47.74313,8.99906\n3330,1647189399,47.74313,8.99906\n3331,1647189400,47.74313,8.99905\n3332,1647189401,47.74313,8.99905\n3333,1647189402,47.74313,8.99905\n3334,1647189403,47.74313,8.99905\n3335,1647189404,47.74313,8.99904\n3336,1647189405,47.74313,8.99904\n3337,1647189406,47.74313,8.99904\n3338,1647189407,47.74313,8.99904\n3339,1647189408,47.74312,8.99904\n3340,1647189409,47.74312,8.99904\n3341,1647189534,47.74306,8.99904\n3342,1647189535,47.74305,8.99903\n3343,1647189536,47.74307,8.99903\n3344,1647189537,47.74307,8.99902\n3345,1647189538,47.74307,8.99902\n3346,1647189539,47.74307,8.99902\n3347,1647189540,47.74307,8.99902\n3348,1647189541,47.74307,8.99902\n3349,1647189543,47.74307,8.99902\n3350,1647189544,47.74307,8.99902\n3351,1647189545,47.74307,8.99901\n3352,1647189546,47.74307,8.99901\n3353,1647189547,47.74306,8.99901\n3354,1647189548,47.74306,8.99901\n3355,1647189549,47.74306,8.99900\n3356,1647189550,47.74306,8.99900\n3357,1647189551,47.74306,8.99900\n3358,1647189552,47.74306,8.99900\n3359,1647189553,47.74306,8.99900\n3360,1647189554,47.74306,8.99900\n3361,1647189679,47.74321,8.99907\n3362,1647189680,47.74307,8.99898\n3363,1647189681,47.74305,8.99898\n3364,1647189682,47.74306,8.99901\n3365,1647189683,47.74307,8.99902\n3366,1647189684,47.74308,8.99903\n3367,1647189685,47.74308,8.99903\n3368,1647189686,47.74309,8.99904\n3369,1647189687,47.74310,8.99904\n3370,1647189688,47.74310,8.99905\n3371,1647189689,47.74310,8.99906\n3372,1647189690,47.74310,8.99906\n3373,1647189691,47.74310,8.99906\n3374,1647189693,47.74310,8.99906\n3375,1647189694,47.74310,8.99906\n3376,1647189695,47.74310,8.99905\n3377,1647189696,47.74309,8.99905\n3378,1647189697,47.74309,8.99905\n3379,1647189698,47.74309,8.99905\n3380,1647189699,47.74309,8.99904\n3381,1647189824,47.74308,8.99874\n3382,1647189825,47.74320,8.99902\n3383,1647189826,47.74313,8.99899\n3384,1647189827,47.74311,8.99899\n3385,1647189828,47.74311,8.99899\n3386,1647189829,47.74311,8.99899\n3387,1647189830,47.74310,8.99899\n3388,1647189831,47.74310,8.99898\n3389,1647189832,47.74309,8.99898\n3390,1647189833,47.74309,8.99898\n3391,1647189834,47.74309,8.99898\n3392,1647189835,47.74308,8.99898\n3393,1647189837,47.74308,8.99899\n3394,1647189838,47.74308,8.99899\n3395,1647189839,47.74309,8.99899\n3396,1647189840,47.74308,8.99899\n3397,1647189841,47.74308,8.99899\n3398,1647189842,47.74308,8.99900\n3399,1647189843,47.74309,8.99900\n3400,1647189844,47.74309,8.99900\n3401,1647189969,47.74316,8.99890\n3402,1647189970,47.74312,8.99889\n3403,1647189971,47.74311,8.99893\n3404,1647189972,47.74311,8.99893\n3405,1647189973,47.74311,8.99894\n3406,1647189974,47.74311,8.99893\n3407,1647189975,47.74311,8.99894\n3408,1647189976,47.74311,8.99894\n3409,1647189977,47.74312,8.99894\n3410,1647189978,47.74312,8.99894\n3411,1647189979,47.74310,8.99894\n3412,1647189981,47.74311,8.99894\n3413,1647189982,47.74311,8.99894\n3414,1647189983,47.74311,8.99894\n3415,1647189984,47.74312,8.99894\n3416,1647189985,47.74312,8.99893\n3417,1647189986,47.74312,8.99893\n3418,1647189987,47.74312,8.99893\n3419,1647189988,47.74313,8.99893\n3420,1647189989,47.74313,8.99892\n3421,1647190114,47.74321,8.99891\n3422,1647190115,47.74310,8.99883\n3423,1647190116,47.74310,8.99886\n3424,1647190117,47.74309,8.99890\n3425,1647190118,47.74309,8.99892\n3426,1647190119,47.74309,8.99894\n3427,1647190120,47.74309,8.99895\n3428,1647190121,47.74309,8.99897\n3429,1647190122,47.74310,8.99898\n3430,1647190123,47.74310,8.99899\n3431,1647190125,47.74310,8.99900\n3432,1647190126,47.74310,8.99901\n3433,1647190127,47.74310,8.99901\n3434,1647190128,47.74311,8.99902\n3435,1647190129,47.74311,8.99903\n3436,1647190130,47.74311,8.99904\n3437,1647190131,47.74312,8.99904\n3438,1647190132,47.74312,8.99904\n3439,1647190133,47.74313,8.99905\n3440,1647190134,47.74313,8.99906\n3441,1647190260,47.74306,8.99894\n3442,1647190261,47.74306,8.99897\n3443,1647190262,47.74307,8.99899\n3444,1647190263,47.74307,8.99899\n3445,1647190264,47.74307,8.99900\n3446,1647190265,47.74307,8.99899\n3447,1647190266,47.74307,8.99899\n3448,1647190267,47.74307,8.99899\n3449,1647190269,47.74307,8.99899\n3450,1647190270,47.74308,8.99899\n3451,1647190271,47.74308,8.99899\n3452,1647190272,47.74308,8.99899\n3453,1647190273,47.74308,8.99899\n3454,1647190274,47.74308,8.99899\n3455,1647190275,47.74308,8.99900\n3456,1647190276,47.74308,8.99900\n3457,1647190277,47.74308,8.99900\n3458,1647190278,47.74308,8.99899\n3459,1647190279,47.74308,8.99899\n3460,1647190280,47.74308,8.99899\n3461,1647190405,47.74304,8.99881\n3462,1647190406,47.74305,8.99887\n3463,1647190407,47.74305,8.99890\n3464,1647190408,47.74306,8.99892\n3465,1647190409,47.74306,8.99892\n3466,1647190410,47.74306,8.99892\n3467,1647190411,47.74307,8.99893\n3468,1647190412,47.74307,8.99893\n3469,1647190413,47.74307,8.99894\n3470,1647190414,47.74307,8.99894\n3471,1647190415,47.74306,8.99895\n3472,1647190416,47.74307,8.99895\n3473,1647190417,47.74306,8.99895\n3474,1647190419,47.74306,8.99895\n3475,1647190420,47.74306,8.99895\n3476,1647190421,47.74306,8.99895\n3477,1647190422,47.74306,8.99895\n3478,1647190423,47.74306,8.99895\n3479,1647190424,47.74306,8.99895\n3480,1647190425,47.74306,8.99895\n3481,1647190550,47.74301,8.99909\n3482,1647190551,47.74305,8.99905\n3483,1647190552,47.74302,8.99901\n3484,1647190553,47.74302,8.99900\n3485,1647190554,47.74303,8.99899\n3486,1647190555,47.74304,8.99899\n3487,1647190556,47.74304,8.99899\n3488,1647190557,47.74305,8.99899\n3489,1647190558,47.74305,8.99899\n3490,1647190559,47.74305,8.99898\n3491,1647190560,47.74305,8.99898\n3492,1647190561,47.74305,8.99898\n3493,1647190563,47.74306,8.99899\n3494,1647190564,47.74306,8.99898\n3495,1647190565,47.74306,8.99899\n3496,1647190566,47.74306,8.99899\n3497,1647190567,47.74306,8.99899\n3498,1647190568,47.74306,8.99899\n3499,1647190569,47.74306,8.99899\n3500,1647190570,47.74306,8.99899\n3501,1647190695,47.74307,8.99916\n3502,1647190696,47.74307,8.99912\n3503,1647190697,47.74308,8.99909\n3504,1647190698,47.74309,8.99907\n3505,1647190699,47.74308,8.99907\n3506,1647190700,47.74308,8.99906\n3507,1647190701,47.74307,8.99906\n3508,1647190702,47.74307,8.99906\n3509,1647190703,47.74307,8.99907\n3510,1647190704,47.74307,8.99906\n3511,1647190705,47.74305,8.99902\n3512,1647190707,47.74306,8.99902\n3513,1647190708,47.74306,8.99902\n3514,1647190709,47.74305,8.99902\n3515,1647190710,47.74305,8.99902\n3516,1647190711,47.74305,8.99902\n3517,1647190712,47.74305,8.99901\n3518,1647190713,47.74305,8.99901\n3519,1647190714,47.74305,8.99901\n3520,1647190715,47.74305,8.99901\n3521,1647190841,47.74303,8.99891\n3522,1647190842,47.74304,8.99893\n3523,1647190843,47.74304,8.99893\n3524,1647190844,47.74306,8.99894\n3525,1647190845,47.74306,8.99896\n3526,1647190846,47.74306,8.99897\n3527,1647190847,47.74306,8.99897\n3528,1647190848,47.74306,8.99897\n3529,1647190849,47.74306,8.99899\n3530,1647190851,47.74305,8.99899\n3531,1647190852,47.74305,8.99899\n3532,1647190853,47.74306,8.99899\n3533,1647190854,47.74306,8.99900\n3534,1647190855,47.74306,8.99900\n3535,1647190856,47.74306,8.99901\n3536,1647190857,47.74306,8.99901\n3537,1647190858,47.74306,8.99901\n3538,1647190859,47.74306,8.99901\n3539,1647190860,47.74306,8.99902\n3540,1647190861,47.74306,8.99902\n3541,1647190986,47.74303,8.99900\n3542,1647190987,47.74304,8.99902\n3543,1647190988,47.74303,8.99901\n3544,1647190989,47.74303,8.99900\n3545,1647190990,47.74304,8.99900\n3546,1647190991,47.74304,8.99900\n3547,1647190992,47.74304,8.99900\n3548,1647190993,47.74304,8.99900\n3549,1647190995,47.74304,8.99899\n3550,1647190996,47.74304,8.99899\n3551,1647190997,47.74304,8.99899\n3552,1647190998,47.74305,8.99899\n3553,1647190999,47.74305,8.99899\n3554,1647191000,47.74305,8.99899\n3555,1647191001,47.74305,8.99899\n3556,1647191002,47.74305,8.99900\n3557,1647191003,47.74305,8.99900\n3558,1647191004,47.74305,8.99899\n3559,1647191005,47.74305,8.99900\n3560,1647191006,47.74304,8.99899\n3561,1647191132,47.74307,8.99886\n3562,1647191133,47.74307,8.99889\n3563,1647191134,47.74307,8.99889\n3564,1647191135,47.74305,8.99891\n3565,1647191136,47.74304,8.99893\n3566,1647191137,47.74304,8.99895\n3567,1647191138,47.74303,8.99896\n3568,1647191139,47.74303,8.99896\n3569,1647191140,47.74303,8.99897\n3570,1647191141,47.74302,8.99898\n3571,1647191142,47.74302,8.99897\n3572,1647191143,47.74302,8.99898\n3573,1647191145,47.74302,8.99898\n3574,1647191146,47.74302,8.99898\n3575,1647191147,47.74302,8.99898\n3576,1647191148,47.74302,8.99898\n3577,1647191149,47.74303,8.99898\n3578,1647191150,47.74303,8.99898\n3579,1647191151,47.74303,8.99898\n3580,1647191152,47.74303,8.99898\n3581,1647191277,47.74299,8.99898\n3582,1647191278,47.74297,8.99897\n3583,1647191279,47.74297,8.99896\n3584,1647191280,47.74297,8.99895\n3585,1647191281,47.74298,8.99895\n3586,1647191282,47.74298,8.99895\n3587,1647191283,47.74298,8.99894\n3588,1647191284,47.74298,8.99894\n3589,1647191285,47.74298,8.99895\n3590,1647191286,47.74298,8.99895\n3591,1647191287,47.74300,8.99897\n3592,1647191289,47.74300,8.99897\n3593,1647191290,47.74300,8.99897\n3594,1647191291,47.74300,8.99897\n3595,1647191292,47.74300,8.99898\n3596,1647191293,47.74300,8.99898\n3597,1647191294,47.74300,8.99898\n3598,1647191295,47.74300,8.99898\n3599,1647191296,47.74300,8.99898\n3600,1647191297,47.74300,8.99898\n3601,1647191422,47.74295,8.99889\n3602,1647191423,47.74299,8.99888\n3603,1647191424,47.74298,8.99887\n3604,1647191425,47.74299,8.99888\n3605,1647191426,47.74301,8.99890\n3606,1647191427,47.74301,8.99891\n3607,1647191428,47.74300,8.99891\n3608,1647191429,47.74300,8.99891\n3609,1647191430,47.74302,8.99892\n3610,1647191431,47.74306,8.99895\n3611,1647191433,47.74306,8.99895\n3612,1647191434,47.74306,8.99895\n3613,1647191435,47.74306,8.99896\n3614,1647191436,47.74306,8.99896\n3615,1647191437,47.74307,8.99896\n3616,1647191438,47.74307,8.99897\n3617,1647191439,47.74307,8.99897\n3618,1647191440,47.74308,8.99897\n3619,1647191441,47.74308,8.99897\n3620,1647191442,47.74308,8.99897\n3621,1647191569,47.74309,8.99901\n3622,1647191570,47.74310,8.99901\n3623,1647191571,47.74310,8.99901\n3624,1647191572,47.74310,8.99902\n3625,1647191573,47.74311,8.99902\n3626,1647191574,47.74312,8.99902\n3627,1647191575,47.74309,8.99901\n3628,1647191577,47.74310,8.99902\n3629,1647191578,47.74310,8.99903\n3630,1647191579,47.74310,8.99903\n3631,1647191580,47.74310,8.99903\n3632,1647191581,47.74310,8.99903\n3633,1647191582,47.74310,8.99903\n3634,1647191583,47.74310,8.99902\n3635,1647191584,47.74310,8.99902\n3636,1647191585,47.74311,8.99902\n3637,1647191586,47.74311,8.99902\n3638,1647191587,47.74311,8.99902\n3639,1647191588,47.74311,8.99902\n3640,1647191589,47.74311,8.99902\n3641,1647191715,47.74308,8.99903\n3642,1647191716,47.74308,8.99900\n3643,1647191717,47.74309,8.99900\n3644,1647191718,47.74309,8.99900\n3645,1647191719,47.74309,8.99899\n3646,1647191720,47.74310,8.99899\n3647,1647191721,47.74310,8.99898\n3648,1647191722,47.74310,8.99897\n3649,1647191723,47.74310,8.99897\n3650,1647191724,47.74311,8.99898\n3651,1647191725,47.74310,8.99897\n3652,1647191727,47.74311,8.99897\n3653,1647191728,47.74310,8.99897\n3654,1647191729,47.74310,8.99897\n3655,1647191730,47.74310,8.99896\n3656,1647191731,47.74311,8.99897\n3657,1647191732,47.74310,8.99896\n3658,1647191733,47.74310,8.99896\n3659,1647191734,47.74311,8.99896\n3660,1647191735,47.74311,8.99895\n3661,1647191860,47.74315,8.99891\n3662,1647191861,47.74305,8.99900\n3663,1647191862,47.74306,8.99900\n3664,1647191863,47.74306,8.99901\n3665,1647191864,47.74305,8.99900\n3666,1647191865,47.74305,8.99900\n3667,1647191866,47.74305,8.99900\n3668,1647191867,47.74304,8.99900\n3669,1647191868,47.74304,8.99900\n3670,1647191869,47.74304,8.99901\n3671,1647191871,47.74304,8.99901\n3672,1647191872,47.74304,8.99901\n3673,1647191873,47.74304,8.99900\n3674,1647191874,47.74304,8.99900\n3675,1647191875,47.74304,8.99900\n3676,1647191876,47.74304,8.99900\n3677,1647191877,47.74304,8.99900\n3678,1647191878,47.74305,8.99900\n3679,1647191879,47.74305,8.99899\n3680,1647191880,47.74304,8.99899\n3681,1647192006,47.74305,8.99899\n3682,1647192007,47.74305,8.99899\n3683,1647192008,47.74305,8.99899\n3684,1647192009,47.74305,8.99899\n3685,1647192010,47.74305,8.99899\n3686,1647192011,47.74305,8.99898\n3687,1647192012,47.74305,8.99898\n3688,1647192013,47.74306,8.99900\n3689,1647192015,47.74306,8.99900\n3690,1647192016,47.74306,8.99901\n3691,1647192017,47.74306,8.99901\n3692,1647192018,47.74306,8.99902\n3693,1647192019,47.74306,8.99902\n3694,1647192020,47.74306,8.99902\n3695,1647192021,47.74306,8.99902\n3696,1647192022,47.74307,8.99902\n3697,1647192023,47.74307,8.99902\n3698,1647192024,47.74307,8.99902\n3699,1647192025,47.74307,8.99902\n3700,1647192026,47.74307,8.99902\n3701,1647192151,47.74308,8.99904\n3702,1647192152,47.74307,8.99900\n3703,1647192153,47.74305,8.99899\n3704,1647192154,47.74306,8.99899\n3705,1647192155,47.74305,8.99898\n3706,1647192156,47.74305,8.99897\n3707,1647192157,47.74304,8.99897\n3708,1647192158,47.74303,8.99897\n3709,1647192159,47.74303,8.99898\n3710,1647192160,47.74303,8.99897\n3711,1647192161,47.74302,8.99897\n3712,1647192162,47.74302,8.99898\n3713,1647192163,47.74303,8.99899\n3714,1647192165,47.74303,8.99899\n3715,1647192166,47.74303,8.99899\n3716,1647192167,47.74303,8.99899\n3717,1647192168,47.74303,8.99899\n3718,1647192169,47.74303,8.99900\n3719,1647192170,47.74303,8.99900\n3720,1647192171,47.74303,8.99900\n3721,1647192297,47.74301,8.99896\n3722,1647192298,47.74302,8.99895\n3723,1647192299,47.74302,8.99896\n3724,1647192300,47.74302,8.99896\n3725,1647192301,47.74303,8.99897\n3726,1647192302,47.74303,8.99897\n3727,1647192303,47.74303,8.99897\n3728,1647192304,47.74303,8.99896\n3729,1647192305,47.74303,8.99896\n3730,1647192306,47.74303,8.99895\n3731,1647192307,47.74305,8.99897\n3732,1647192309,47.74305,8.99897\n3733,1647192310,47.74305,8.99897\n3734,1647192311,47.74305,8.99897\n3735,1647192312,47.74305,8.99897\n3736,1647192313,47.74305,8.99897\n3737,1647192314,47.74305,8.99897\n3738,1647192315,47.74305,8.99897\n3739,1647192316,47.74305,8.99897\n3740,1647192317,47.74305,8.99897\n3741,1647192442,47.74305,8.99890\n3742,1647192443,47.74305,8.99892\n3743,1647192444,47.74304,8.99893\n3744,1647192445,47.74304,8.99894\n3745,1647192446,47.74304,8.99895\n3746,1647192447,47.74304,8.99895\n3747,1647192448,47.74303,8.99895\n3748,1647192449,47.74303,8.99895\n3749,1647192450,47.74302,8.99895\n3750,1647192451,47.74304,8.99896\n3751,1647192453,47.74303,8.99896\n3752,1647192454,47.74303,8.99896\n3753,1647192455,47.74303,8.99895\n3754,1647192456,47.74303,8.99895\n3755,1647192457,47.74303,8.99895\n3756,1647192458,47.74303,8.99895\n3757,1647192459,47.74303,8.99895\n3758,1647192460,47.74303,8.99896\n3759,1647192461,47.74303,8.99896\n3760,1647192462,47.74303,8.99896\n3761,1647192588,47.74306,8.99894\n3762,1647192589,47.74304,8.99895\n3763,1647192590,47.74304,8.99896\n3764,1647192591,47.74304,8.99896\n3765,1647192592,47.74304,8.99896\n3766,1647192593,47.74304,8.99896\n3767,1647192594,47.74304,8.99896\n3768,1647192595,47.74305,8.99896\n3769,1647192597,47.74305,8.99896\n3770,1647192598,47.74305,8.99896\n3771,1647192599,47.74304,8.99895\n3772,1647192600,47.74304,8.99895\n3773,1647192601,47.74304,8.99895\n3774,1647192602,47.74304,8.99895\n3775,1647192603,47.74304,8.99894\n3776,1647192604,47.74304,8.99895\n3777,1647192605,47.74304,8.99895\n3778,1647192606,47.74304,8.99895\n3779,1647192607,47.74304,8.99895\n3780,1647192608,47.74304,8.99895\n3781,1647192734,47.74307,8.99900\n3782,1647192735,47.74307,8.99901\n3783,1647192736,47.74306,8.99901\n3784,1647192737,47.74306,8.99901\n3785,1647192738,47.74306,8.99900\n3786,1647192739,47.74305,8.99899\n3787,1647192740,47.74305,8.99899\n3788,1647192741,47.74305,8.99899\n3789,1647192742,47.74305,8.99898\n3790,1647192743,47.74305,8.99898\n3791,1647192744,47.74305,8.99898\n3792,1647192745,47.74306,8.99900\n3793,1647192747,47.74306,8.99900\n3794,1647192748,47.74306,8.99900\n3795,1647192749,47.74306,8.99900\n3796,1647192750,47.74306,8.99900\n3797,1647192751,47.74306,8.99900\n3798,1647192752,47.74305,8.99900\n3799,1647192753,47.74305,8.99900\n3800,1647192754,47.74305,8.99900\n3801,1647192879,47.74301,8.99906\n3802,1647192880,47.74300,8.99900\n3803,1647192881,47.74301,8.99900\n3804,1647192882,47.74300,8.99900\n3805,1647192883,47.74300,8.99901\n3806,1647192884,47.74300,8.99902\n3807,1647192885,47.74300,8.99902\n3808,1647192886,47.74300,8.99902\n3809,1647192887,47.74299,8.99901\n3810,1647192888,47.74299,8.99901\n3811,1647192889,47.74300,8.99905\n3812,1647192891,47.74300,8.99904\n3813,1647192892,47.74300,8.99904\n3814,1647192893,47.74300,8.99904\n3815,1647192894,47.74299,8.99903\n3816,1647192895,47.74300,8.99903\n3817,1647192896,47.74299,8.99903\n3818,1647192897,47.74299,8.99903\n3819,1647192898,47.74299,8.99903\n3820,1647192899,47.74299,8.99903\n3821,1647193024,47.74309,8.99896\n3822,1647193025,47.74312,8.99907\n3823,1647193026,47.74307,8.99902\n3824,1647193027,47.74306,8.99900\n3825,1647193028,47.74306,8.99900\n3826,1647193029,47.74306,8.99900\n3827,1647193030,47.74306,8.99900\n3828,1647193031,47.74305,8.99899\n3829,1647193032,47.74305,8.99898\n3830,1647193033,47.74304,8.99898\n3831,1647193035,47.74303,8.99898\n3832,1647193036,47.74303,8.99898\n3833,1647193037,47.74303,8.99898\n3834,1647193038,47.74303,8.99898\n3835,1647193039,47.74303,8.99898\n3836,1647193040,47.74303,8.99897\n3837,1647193041,47.74303,8.99897\n3838,1647193042,47.74303,8.99897\n3839,1647193043,47.74303,8.99897\n3840,1647193044,47.74302,8.99897\n3841,1647193170,47.74301,8.99892\n3842,1647193171,47.74302,8.99894\n3843,1647193172,47.74302,8.99894\n3844,1647193173,47.74303,8.99896\n3845,1647193174,47.74306,8.99898\n3846,1647193175,47.74307,8.99900\n3847,1647193176,47.74308,8.99902\n3848,1647193177,47.74305,8.99901\n3849,1647193179,47.74306,8.99901\n3850,1647193180,47.74306,8.99902\n3851,1647193181,47.74306,8.99901\n3852,1647193182,47.74307,8.99901\n3853,1647193183,47.74307,8.99902\n3854,1647193184,47.74307,8.99902\n3855,1647193185,47.74307,8.99902\n3856,1647193186,47.74307,8.99903\n3857,1647193187,47.74307,8.99903\n3858,1647193188,47.74307,8.99903\n3859,1647193189,47.74307,8.99903\n3860,1647193190,47.74307,8.99903\n3861,1647193316,47.74301,8.99894\n3862,1647193317,47.74302,8.99896\n3863,1647193318,47.74303,8.99896\n3864,1647193319,47.74304,8.99897\n3865,1647193320,47.74304,8.99898\n3866,1647193321,47.74304,8.99898\n3867,1647193322,47.74305,8.99899\n3868,1647193323,47.74305,8.99898\n3869,1647193324,47.74305,8.99898\n3870,1647193325,47.74304,8.99897\n3871,1647193326,47.74304,8.99896\n3872,1647193327,47.74301,8.99896\n3873,1647193329,47.74301,8.99896\n3874,1647193330,47.74301,8.99895\n3875,1647193331,47.74301,8.99895\n3876,1647193332,47.74301,8.99895\n3877,1647193333,47.74301,8.99895\n3878,1647193334,47.74301,8.99895\n3879,1647193335,47.74301,8.99895\n3880,1647193336,47.74301,8.99895\n3881,1647193462,47.74299,8.99886\n3882,1647193463,47.74300,8.99888\n3883,1647193464,47.74300,8.99889\n3884,1647193465,47.74300,8.99891\n3885,1647193466,47.74301,8.99892\n3886,1647193467,47.74301,8.99893\n3887,1647193468,47.74301,8.99894\n3888,1647193469,47.74301,8.99895\n3889,1647193470,47.74302,8.99896\n3890,1647193471,47.74298,8.99894\n3891,1647193473,47.74298,8.99895\n3892,1647193474,47.74299,8.99895\n3893,1647193475,47.74299,8.99896\n3894,1647193476,47.74300,8.99896\n3895,1647193477,47.74300,8.99897\n3896,1647193478,47.74300,8.99897\n3897,1647193479,47.74300,8.99897\n3898,1647193480,47.74300,8.99898\n3899,1647193481,47.74300,8.99898\n3900,1647193482,47.74300,8.99898\n3901,1647193608,47.74297,8.99907\n3902,1647193609,47.74296,8.99900\n3903,1647193610,47.74298,8.99901\n3904,1647193611,47.74300,8.99901\n3905,1647193612,47.74302,8.99902\n3906,1647193613,47.74303,8.99902\n3907,1647193614,47.74304,8.99903\n3908,1647193615,47.74304,8.99903\n3909,1647193616,47.74304,8.99904\n3910,1647193618,47.74305,8.99904\n3911,1647193619,47.74305,8.99904\n3912,1647193620,47.74305,8.99904\n3913,1647193621,47.74305,8.99904\n3914,1647193622,47.74306,8.99903\n3915,1647193623,47.74306,8.99903\n3916,1647193624,47.74306,8.99903\n3917,1647193625,47.74306,8.99902\n3918,1647193626,47.74306,8.99902\n3919,1647193627,47.74306,8.99902\n3920,1647193628,47.74306,8.99902\n3921,1647193755,47.74312,8.99907\n3922,1647193756,47.74307,8.99902\n3923,1647193757,47.74306,8.99901\n3924,1647193758,47.74306,8.99900\n3925,1647193759,47.74306,8.99898\n3926,1647193760,47.74305,8.99898\n3927,1647193761,47.74305,8.99898\n3928,1647193762,47.74305,8.99897\n3929,1647193763,47.74305,8.99898\n3930,1647193764,47.74305,8.99898\n3931,1647193765,47.74305,8.99897\n3932,1647193766,47.74304,8.99899\n3933,1647193768,47.74304,8.99900\n3934,1647193769,47.74304,8.99899\n3935,1647193770,47.74304,8.99899\n3936,1647193771,47.74304,8.99899\n3937,1647193772,47.74303,8.99898\n3938,1647193773,47.74303,8.99899\n3939,1647193774,47.74303,8.99899\n3940,1647193775,47.74303,8.99899\n3941,1647193902,47.74296,8.99891\n3942,1647193903,47.74299,8.99892\n3943,1647193904,47.74300,8.99893\n3944,1647193905,47.74302,8.99894\n3945,1647193906,47.74303,8.99895\n3946,1647193907,47.74304,8.99896\n3947,1647193908,47.74305,8.99898\n3948,1647193909,47.74306,8.99899\n3949,1647193910,47.74303,8.99898\n3950,1647193912,47.74304,8.99899\n3951,1647193913,47.74304,8.99900\n3952,1647193914,47.74304,8.99900\n3953,1647193915,47.74304,8.99901\n3954,1647193916,47.74304,8.99901\n3955,1647193917,47.74305,8.99902\n3956,1647193918,47.74305,8.99902\n3957,1647193919,47.74305,8.99903\n3958,1647193920,47.74305,8.99904\n3959,1647193921,47.74305,8.99904\n3960,1647193922,47.74305,8.99904\n3961,1647194048,47.74311,8.99888\n3962,1647194049,47.74310,8.99889\n3963,1647194050,47.74312,8.99893\n3964,1647194051,47.74311,8.99894\n3965,1647194052,47.74310,8.99894\n3966,1647194053,47.74310,8.99895\n3967,1647194054,47.74310,8.99896\n3968,1647194055,47.74310,8.99897\n3969,1647194056,47.74309,8.99897\n3970,1647194057,47.74309,8.99898\n3971,1647194058,47.74309,8.99898\n3972,1647194059,47.74308,8.99898\n3973,1647194061,47.74308,8.99898\n3974,1647194062,47.74308,8.99898\n3975,1647194063,47.74308,8.99898\n3976,1647194064,47.74308,8.99898\n3977,1647194065,47.74309,8.99899\n3978,1647194066,47.74309,8.99898\n3979,1647194067,47.74309,8.99899\n3980,1647194068,47.74309,8.99899\n3981,1647194194,47.74307,8.99906\n3982,1647194195,47.74307,8.99905\n3983,1647194196,47.74308,8.99905\n3984,1647194197,47.74307,8.99904\n3985,1647194198,47.74307,8.99904\n3986,1647194199,47.74307,8.99904\n3987,1647194200,47.74308,8.99904\n3988,1647194201,47.74308,8.99903\n3989,1647194202,47.74308,8.99903\n3990,1647194203,47.74308,8.99902\n3991,1647194204,47.74306,8.99902\n3992,1647194206,47.74306,8.99902\n3993,1647194207,47.74306,8.99902\n3994,1647194208,47.74306,8.99902\n3995,1647194209,47.74306,8.99901\n3996,1647194210,47.74306,8.99901\n3997,1647194211,47.74306,8.99901\n3998,1647194212,47.74306,8.99900\n3999,1647194213,47.74306,8.99900\n4000,1647194214,47.74306,8.99900\n4001,1647194341,47.74301,8.99896\n4002,1647194342,47.74305,8.99896\n4003,1647194343,47.74306,8.99896\n4004,1647194344,47.74306,8.99896\n4005,1647194345,47.74306,8.99896\n4006,1647194346,47.74307,8.99897\n4007,1647194347,47.74307,8.99898\n4008,1647194348,47.74306,8.99898\n4009,1647194350,47.74306,8.99898\n4010,1647194351,47.74306,8.99898\n4011,1647194352,47.74306,8.99898\n4012,1647194353,47.74307,8.99898\n4013,1647194354,47.74307,8.99897\n4014,1647194355,47.74307,8.99898\n4015,1647194356,47.74307,8.99898\n4016,1647194357,47.74307,8.99898\n4017,1647194358,47.74307,8.99898\n4018,1647194359,47.74307,8.99898\n4019,1647194360,47.74307,8.99897\n4020,1647194361,47.74306,8.99897\n4021,1647194487,47.74314,8.99886\n4022,1647194488,47.74303,8.99890\n4023,1647194489,47.74306,8.99893\n4024,1647194490,47.74307,8.99894\n4025,1647194491,47.74307,8.99894\n4026,1647194492,47.74308,8.99895\n4027,1647194493,47.74308,8.99895\n4028,1647194494,47.74308,8.99896\n4029,1647194495,47.74308,8.99896\n4030,1647194496,47.74308,8.99896\n4031,1647194497,47.74308,8.99895\n4032,1647194498,47.74305,8.99896\n4033,1647194500,47.74305,8.99897\n4034,1647194501,47.74305,8.99897\n4035,1647194502,47.74306,8.99897\n4036,1647194503,47.74306,8.99898\n4037,1647194504,47.74306,8.99898\n4038,1647194505,47.74306,8.99899\n4039,1647194506,47.74306,8.99899\n4040,1647194507,47.74306,8.99899\n4041,1647194633,47.74307,8.99902\n4042,1647194634,47.74309,8.99908\n4043,1647194635,47.74309,8.99902\n4044,1647194636,47.74310,8.99901\n4045,1647194637,47.74310,8.99901\n4046,1647194638,47.74309,8.99900\n4047,1647194639,47.74308,8.99899\n4048,1647194640,47.74308,8.99898\n4049,1647194641,47.74308,8.99897\n4050,1647194642,47.74305,8.99897\n4051,1647194644,47.74304,8.99895\n4052,1647194645,47.74303,8.99895\n4053,1647194646,47.74303,8.99895\n4054,1647194647,47.74303,8.99895\n4055,1647194648,47.74303,8.99894\n4056,1647194649,47.74303,8.99894\n4057,1647194650,47.74303,8.99893\n4058,1647194651,47.74303,8.99893\n4059,1647194652,47.74304,8.99893\n4060,1647194653,47.74304,8.99892\n4061,1647194779,47.74294,8.99893\n4062,1647194780,47.74295,8.99898\n4063,1647194781,47.74295,8.99898\n4064,1647194782,47.74296,8.99897\n4065,1647194783,47.74297,8.99898\n4066,1647194784,47.74298,8.99897\n4067,1647194785,47.74298,8.99897\n4068,1647194786,47.74300,8.99897\n4069,1647194787,47.74300,8.99896\n4070,1647194788,47.74301,8.99896\n4071,1647194789,47.74301,8.99896\n4072,1647194790,47.74302,8.99897\n4073,1647194791,47.74303,8.99896\n4074,1647194792,47.74302,8.99898\n4075,1647194794,47.74302,8.99898\n4076,1647194795,47.74302,8.99898\n4077,1647194796,47.74302,8.99897\n4078,1647194797,47.74302,8.99897\n4079,1647194798,47.74302,8.99897\n4080,1647194799,47.74302,8.99897\n4081,1647194925,47.74312,8.99913\n4082,1647194926,47.74311,8.99907\n4083,1647194927,47.74309,8.99905\n4084,1647194928,47.74308,8.99905\n4085,1647194929,47.74307,8.99905\n4086,1647194930,47.74306,8.99905\n4087,1647194931,47.74306,8.99905\n4088,1647194932,47.74305,8.99905\n4089,1647194933,47.74305,8.99905\n4090,1647194934,47.74305,8.99905\n4091,1647194935,47.74304,8.99905\n4092,1647194936,47.74304,8.99905\n4093,1647194938,47.74304,8.99904\n4094,1647194939,47.74304,8.99904\n4095,1647194940,47.74304,8.99904\n4096,1647194941,47.74304,8.99904\n4097,1647194942,47.74304,8.99904\n4098,1647194943,47.74304,8.99904\n4099,1647194944,47.74304,8.99904\n4100,1647194945,47.74303,8.99904\n4101,1647195072,47.74306,8.99901\n4102,1647195073,47.74306,8.99899\n4103,1647195074,47.74306,8.99899\n4104,1647195075,47.74306,8.99898\n4105,1647195076,47.74306,8.99897\n4106,1647195077,47.74306,8.99896\n4107,1647195078,47.74306,8.99895\n4108,1647195079,47.74306,8.99895\n4109,1647195080,47.74305,8.99895\n4110,1647195082,47.74304,8.99895\n4111,1647195083,47.74304,8.99895\n4112,1647195084,47.74305,8.99895\n4113,1647195085,47.74305,8.99894\n4114,1647195086,47.74305,8.99894\n4115,1647195087,47.74304,8.99895\n4116,1647195088,47.74304,8.99895\n4117,1647195089,47.74304,8.99895\n4118,1647195090,47.74304,8.99895\n4119,1647195091,47.74304,8.99895\n4120,1647195092,47.74304,8.99895\n4121,1647195217,47.74296,8.99886\n4122,1647195218,47.74300,8.99897\n4123,1647195219,47.74303,8.99900\n4124,1647195220,47.74302,8.99900\n4125,1647195221,47.74302,8.99900\n4126,1647195222,47.74302,8.99900\n4127,1647195223,47.74302,8.99900\n4128,1647195224,47.74302,8.99900\n4129,1647195225,47.74302,8.99900\n4130,1647195226,47.74302,8.99901\n4131,1647195227,47.74302,8.99902\n4132,1647195228,47.74303,8.99902\n4133,1647195229,47.74300,8.99905\n4134,1647195231,47.74300,8.99906\n4135,1647195232,47.74300,8.99906\n4136,1647195233,47.74301,8.99906\n4137,1647195234,47.74301,8.99905\n4138,1647195235,47.74301,8.99905\n4139,1647195236,47.74301,8.99905\n4140,1647195237,47.74301,8.99905\n4141,1647195362,47.74305,8.99894\n4142,1647195363,47.74309,8.99885\n4143,1647195364,47.74309,8.99887\n4144,1647195365,47.74309,8.99887\n4145,1647195366,47.74308,8.99888\n4146,1647195367,47.74308,8.99889\n4147,1647195368,47.74308,8.99890\n4148,1647195369,47.74308,8.99890\n4149,1647195370,47.74307,8.99891\n4150,1647195371,47.74307,8.99892\n4151,1647195372,47.74306,8.99892\n4152,1647195373,47.74305,8.99894\n4153,1647195375,47.74305,8.99895\n4154,1647195376,47.74305,8.99895\n4155,1647195377,47.74305,8.99894\n4156,1647195378,47.74305,8.99894\n4157,1647195379,47.74305,8.99894\n4158,1647195380,47.74304,8.99894\n4159,1647195381,47.74304,8.99894\n4160,1647195382,47.74304,8.99894\n4161,1647195508,47.74305,8.99897\n4162,1647195509,47.74303,8.99902\n4163,1647195510,47.74305,8.99901\n4164,1647195511,47.74307,8.99903\n4165,1647195512,47.74307,8.99903\n4166,1647195513,47.74307,8.99902\n4167,1647195514,47.74307,8.99902\n4168,1647195515,47.74307,8.99901\n4169,1647195516,47.74307,8.99901\n4170,1647195517,47.74307,8.99901\n4171,1647195518,47.74304,8.99904\n4172,1647195520,47.74304,8.99904\n4173,1647195521,47.74304,8.99904\n4174,1647195522,47.74304,8.99904\n4175,1647195523,47.74304,8.99904\n4176,1647195524,47.74304,8.99904\n4177,1647195525,47.74304,8.99904\n4178,1647195526,47.74304,8.99904\n4179,1647195527,47.74304,8.99904\n4180,1647195528,47.74304,8.99903\n4181,1647195654,47.74310,8.99901\n4182,1647195655,47.74309,8.99900\n4183,1647195656,47.74308,8.99899\n4184,1647195657,47.74307,8.99898\n4185,1647195658,47.74307,8.99899\n4186,1647195659,47.74306,8.99899\n4187,1647195660,47.74305,8.99898\n4188,1647195661,47.74305,8.99898\n4189,1647195662,47.74304,8.99900\n4190,1647195664,47.74304,8.99900\n4191,1647195665,47.74304,8.99899\n4192,1647195666,47.74304,8.99899\n4193,1647195667,47.74304,8.99899\n4194,1647195668,47.74303,8.99899\n4195,1647195669,47.74303,8.99899\n4196,1647195670,47.74303,8.99899\n4197,1647195671,47.74303,8.99899\n4198,1647195672,47.74303,8.99899\n4199,1647195673,47.74303,8.99899\n4200,1647195674,47.74303,8.99899\n4201,1647195800,47.74314,8.99893\n4202,1647195801,47.74306,8.99900\n4203,1647195802,47.74306,8.99901\n4204,1647195803,47.74305,8.99902\n4205,1647195804,47.74305,8.99901\n4206,1647195805,47.74304,8.99901\n4207,1647195806,47.74304,8.99901\n4208,1647195807,47.74304,8.99901\n4209,1647195808,47.74304,8.99900\n4210,1647195809,47.74304,8.99901\n4211,1647195810,47.74304,8.99901\n4212,1647195811,47.74304,8.99901\n4213,1647195812,47.74303,8.99902\n4214,1647195814,47.74303,8.99902\n4215,1647195815,47.74303,8.99902\n4216,1647195816,47.74303,8.99902\n4217,1647195817,47.74303,8.99902\n4218,1647195818,47.74303,8.99902\n4219,1647195819,47.74303,8.99903\n4220,1647195820,47.74304,8.99903\n4221,1647195945,47.74321,8.99866\n4222,1647195947,47.74314,8.99889\n4223,1647195948,47.74312,8.99891\n4224,1647195949,47.74311,8.99892\n4225,1647195950,47.74310,8.99893\n4226,1647195951,47.74308,8.99893\n4227,1647195952,47.74307,8.99894\n4228,1647195953,47.74306,8.99895\n4229,1647195954,47.74306,8.99895\n4230,1647195955,47.74305,8.99895\n4231,1647195956,47.74302,8.99899\n4232,1647195958,47.74302,8.99899\n4233,1647195959,47.74302,8.99900\n4234,1647195960,47.74302,8.99900\n4235,1647195961,47.74301,8.99900\n4236,1647195962,47.74301,8.99900\n4237,1647195963,47.74301,8.99900\n4238,1647195964,47.74301,8.99900\n4239,1647195965,47.74301,8.99900\n4240,1647195966,47.74301,8.99900\n4241,1647196093,47.74303,8.99892\n4242,1647196094,47.74303,8.99893\n4243,1647196095,47.74302,8.99893\n4244,1647196096,47.74302,8.99894\n4245,1647196097,47.74302,8.99895\n4246,1647196098,47.74302,8.99895\n4247,1647196099,47.74302,8.99896\n4248,1647196100,47.74300,8.99898\n4249,1647196102,47.74301,8.99899\n4250,1647196103,47.74301,8.99899\n4251,1647196104,47.74301,8.99899\n4252,1647196105,47.74301,8.99899\n4253,1647196106,47.74301,8.99900\n4254,1647196107,47.74301,8.99900\n4255,1647196108,47.74301,8.99900\n4256,1647196109,47.74301,8.99900\n4257,1647196110,47.74302,8.99900\n4258,1647196111,47.74302,8.99900\n4259,1647196112,47.74302,8.99900\n4260,1647196113,47.74302,8.99900\n4261,1647196240,47.74301,8.99888\n4262,1647196241,47.74300,8.99890\n4263,1647196242,47.74300,8.99892\n4264,1647196243,47.74301,8.99894\n4265,1647196244,47.74300,8.99896\n4266,1647196245,47.74301,8.99897\n4267,1647196246,47.74301,8.99898\n4268,1647196247,47.74301,8.99899\n4269,1647196248,47.74301,8.99900\n4270,1647196249,47.74302,8.99900\n4271,1647196250,47.74304,8.99900\n4272,1647196252,47.74304,8.99900\n4273,1647196253,47.74304,8.99900\n4274,1647196254,47.74304,8.99901\n4275,1647196255,47.74304,8.99900\n4276,1647196256,47.74304,8.99901\n4277,1647196257,47.74304,8.99901\n4278,1647196258,47.74304,8.99901\n4279,1647196259,47.74304,8.99901\n4280,1647196260,47.74304,8.99902\n*END MEMORY*\nV201, ID: 30-1444, 3352mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 120 s\n- Min HDOP (x10): 30\n- Activation delay: 60 s\n- Geofencing: 0\n- Burst duration: 20 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/08_PetDogWalk_1s_Interval/20220303_PetDog_1s_Interval_10309_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646321123,47.74378,8.99929\n2,1646321124,47.74379,8.99928\n3,1646321125,47.74381,8.99926\n4,1646321126,47.74382,8.99925\n5,1646321128,47.74384,8.99922\n6,1646321129,47.74386,8.99921\n7,1646321130,47.74387,8.99920\n8,1646321131,47.74388,8.99918\n9,1646321132,47.74389,8.99918\n10,1646321134,47.74390,8.99917\n11,1646321135,47.74391,8.99917\n12,1646321136,47.74391,8.99917\n13,1646321137,47.74391,8.99917\n14,1646321138,47.74392,8.99916\n15,1646321140,47.74393,8.99917\n16,1646321143,47.74394,8.99914\n17,1646321144,47.74393,8.99913\n18,1646321146,47.74394,8.99911\n19,1646321147,47.74396,8.99910\n20,1646321148,47.74397,8.99909\n21,1646321149,47.74399,8.99908\n22,1646321150,47.74400,8.99908\n23,1646321152,47.74403,8.99907\n24,1646321153,47.74405,8.99906\n25,1646321159,47.74415,8.99904\n26,1646321160,47.74416,8.99903\n27,1646321161,47.74417,8.99902\n28,1646321162,47.74419,8.99900\n29,1646321163,47.74420,8.99899\n30,1646321164,47.74422,8.99899\n31,1646321165,47.74423,8.99898\n32,1646321166,47.74424,8.99897\n33,1646321167,47.74425,8.99896\n34,1646321168,47.74426,8.99895\n35,1646321169,47.74427,8.99893\n36,1646321170,47.74428,8.99893\n37,1646321171,47.74430,8.99892\n38,1646321172,47.74431,8.99890\n39,1646321173,47.74432,8.99889\n40,1646321174,47.74433,8.99888\n41,1646321175,47.74434,8.99886\n42,1646321176,47.74435,8.99885\n43,1646321177,47.74436,8.99884\n44,1646321178,47.74437,8.99883\n45,1646321179,47.74439,8.99881\n46,1646321180,47.74440,8.99880\n47,1646321181,47.74429,8.99846\n48,1646321182,47.74430,8.99845\n49,1646321183,47.74431,8.99844\n50,1646321184,47.74432,8.99843\n51,1646321185,47.74434,8.99843\n52,1646321186,47.74435,8.99842\n53,1646321187,47.74436,8.99841\n54,1646321188,47.74438,8.99840\n55,1646321189,47.74439,8.99840\n56,1646321190,47.74440,8.99839\n57,1646321191,47.74441,8.99838\n58,1646321192,47.74442,8.99837\n59,1646321193,47.74443,8.99837\n60,1646321194,47.74444,8.99836\n61,1646321195,47.74445,8.99834\n62,1646321196,47.74446,8.99832\n63,1646321197,47.74446,8.99831\n64,1646321198,47.74447,8.99829\n65,1646321199,47.74447,8.99828\n66,1646321200,47.74448,8.99826\n67,1646321201,47.74448,8.99825\n68,1646321202,47.74449,8.99823\n69,1646321203,47.74449,8.99821\n70,1646321204,47.74449,8.99819\n71,1646321205,47.74449,8.99818\n72,1646321206,47.74449,8.99816\n73,1646321207,47.74450,8.99815\n74,1646321208,47.74451,8.99812\n75,1646321209,47.74451,8.99810\n76,1646321210,47.74452,8.99807\n77,1646321211,47.74452,8.99806\n78,1646321212,47.74452,8.99804\n79,1646321213,47.74452,8.99802\n80,1646321214,47.74453,8.99800\n81,1646321215,47.74453,8.99798\n82,1646321216,47.74454,8.99796\n83,1646321217,47.74454,8.99794\n84,1646321218,47.74454,8.99792\n85,1646321219,47.74454,8.99790\n86,1646321220,47.74455,8.99788\n87,1646321221,47.74455,8.99786\n88,1646321222,47.74455,8.99784\n89,1646321223,47.74456,8.99782\n90,1646321224,47.74456,8.99780\n91,1646321225,47.74456,8.99778\n92,1646321226,47.74457,8.99776\n93,1646321227,47.74457,8.99774\n94,1646321228,47.74458,8.99772\n95,1646321229,47.74458,8.99772\n96,1646321230,47.74459,8.99771\n97,1646321231,47.74459,8.99770\n98,1646321232,47.74459,8.99770\n99,1646321233,47.74459,8.99769\n100,1646321234,47.74459,8.99769\n101,1646321235,47.74459,8.99770\n102,1646321236,47.74459,8.99769\n103,1646321237,47.74459,8.99770\n104,1646321238,47.74459,8.99770\n105,1646321239,47.74459,8.99770\n106,1646321240,47.74459,8.99770\n107,1646321241,47.74459,8.99767\n108,1646321242,47.74459,8.99765\n109,1646321243,47.74459,8.99763\n110,1646321244,47.74459,8.99761\n111,1646321245,47.74459,8.99759\n112,1646321246,47.74460,8.99756\n113,1646321247,47.74460,8.99754\n114,1646321248,47.74460,8.99752\n115,1646321249,47.74460,8.99751\n116,1646321250,47.74460,8.99749\n117,1646321251,47.74460,8.99747\n118,1646321252,47.74460,8.99745\n119,1646321253,47.74461,8.99743\n120,1646321254,47.74461,8.99741\n121,1646321255,47.74461,8.99739\n122,1646321256,47.74462,8.99737\n123,1646321257,47.74462,8.99735\n124,1646321258,47.74462,8.99733\n125,1646321259,47.74462,8.99731\n126,1646321260,47.74463,8.99729\n127,1646321261,47.74463,8.99727\n128,1646321262,47.74463,8.99725\n129,1646321263,47.74464,8.99723\n130,1646321264,47.74464,8.99721\n131,1646321265,47.74464,8.99719\n132,1646321266,47.74465,8.99717\n133,1646321267,47.74465,8.99715\n134,1646321268,47.74465,8.99713\n135,1646321269,47.74465,8.99711\n136,1646321270,47.74466,8.99709\n137,1646321271,47.74466,8.99707\n138,1646321272,47.74466,8.99705\n139,1646321273,47.74466,8.99704\n140,1646321274,47.74467,8.99702\n141,1646321275,47.74467,8.99700\n142,1646321276,47.74467,8.99698\n143,1646321277,47.74467,8.99695\n144,1646321278,47.74467,8.99693\n145,1646321279,47.74467,8.99691\n146,1646321280,47.74468,8.99689\n147,1646321281,47.74468,8.99687\n148,1646321282,47.74468,8.99685\n149,1646321283,47.74469,8.99682\n150,1646321284,47.74469,8.99680\n151,1646321285,47.74469,8.99678\n152,1646321286,47.74469,8.99676\n153,1646321287,47.74469,8.99674\n154,1646321288,47.74470,8.99672\n155,1646321289,47.74470,8.99670\n156,1646321290,47.74470,8.99668\n157,1646321291,47.74471,8.99667\n158,1646321292,47.74471,8.99666\n159,1646321293,47.74472,8.99666\n160,1646321294,47.74472,8.99666\n161,1646321295,47.74472,8.99666\n162,1646321296,47.74472,8.99666\n163,1646321297,47.74472,8.99666\n164,1646321298,47.74472,8.99666\n165,1646321299,47.74472,8.99664\n166,1646321300,47.74472,8.99662\n167,1646321301,47.74471,8.99660\n168,1646321302,47.74471,8.99658\n169,1646321303,47.74471,8.99656\n170,1646321304,47.74472,8.99654\n171,1646321305,47.74472,8.99652\n172,1646321306,47.74472,8.99650\n173,1646321307,47.74472,8.99648\n174,1646321308,47.74473,8.99645\n175,1646321309,47.74473,8.99644\n176,1646321310,47.74473,8.99643\n177,1646321311,47.74473,8.99642\n178,1646321312,47.74474,8.99641\n179,1646321313,47.74474,8.99641\n180,1646321314,47.74474,8.99641\n181,1646321315,47.74473,8.99641\n182,1646321316,47.74473,8.99641\n183,1646321317,47.74473,8.99641\n184,1646321318,47.74473,8.99641\n185,1646321319,47.74473,8.99641\n186,1646321320,47.74473,8.99641\n187,1646321321,47.74473,8.99641\n188,1646321322,47.74473,8.99641\n189,1646321323,47.74473,8.99641\n190,1646321324,47.74473,8.99641\n191,1646321325,47.74474,8.99639\n192,1646321326,47.74474,8.99637\n193,1646321327,47.74475,8.99635\n194,1646321328,47.74475,8.99633\n195,1646321329,47.74475,8.99631\n196,1646321330,47.74476,8.99628\n197,1646321331,47.74476,8.99626\n198,1646321332,47.74476,8.99624\n199,1646321333,47.74477,8.99622\n200,1646321334,47.74477,8.99620\n201,1646321335,47.74477,8.99618\n202,1646321336,47.74477,8.99616\n203,1646321337,47.74477,8.99614\n204,1646321338,47.74478,8.99612\n205,1646321339,47.74478,8.99610\n206,1646321340,47.74478,8.99608\n207,1646321341,47.74478,8.99606\n208,1646321342,47.74479,8.99604\n209,1646321343,47.74479,8.99602\n210,1646321344,47.74479,8.99601\n211,1646321345,47.74480,8.99599\n212,1646321346,47.74480,8.99597\n213,1646321347,47.74480,8.99595\n214,1646321348,47.74480,8.99593\n215,1646321349,47.74481,8.99591\n216,1646321350,47.74481,8.99589\n217,1646321351,47.74481,8.99587\n218,1646321352,47.74482,8.99585\n219,1646321353,47.74482,8.99583\n220,1646321354,47.74482,8.99581\n221,1646321355,47.74483,8.99579\n222,1646321356,47.74483,8.99577\n223,1646321357,47.74483,8.99575\n224,1646321358,47.74483,8.99573\n225,1646321359,47.74483,8.99571\n226,1646321360,47.74484,8.99569\n227,1646321361,47.74484,8.99567\n228,1646321362,47.74484,8.99566\n229,1646321363,47.74484,8.99564\n230,1646321364,47.74484,8.99562\n231,1646321365,47.74485,8.99561\n232,1646321366,47.74485,8.99559\n233,1646321367,47.74485,8.99557\n234,1646321368,47.74485,8.99555\n235,1646321369,47.74486,8.99553\n236,1646321370,47.74486,8.99551\n237,1646321371,47.74486,8.99549\n238,1646321372,47.74486,8.99547\n239,1646321373,47.74486,8.99545\n240,1646321374,47.74487,8.99544\n241,1646321375,47.74487,8.99542\n242,1646321376,47.74487,8.99540\n243,1646321377,47.74487,8.99538\n244,1646321378,47.74488,8.99536\n245,1646321379,47.74488,8.99534\n246,1646321380,47.74488,8.99532\n247,1646321381,47.74488,8.99530\n248,1646321382,47.74488,8.99528\n249,1646321383,47.74488,8.99527\n250,1646321384,47.74489,8.99525\n251,1646321385,47.74489,8.99523\n252,1646321386,47.74489,8.99521\n253,1646321387,47.74489,8.99519\n254,1646321388,47.74489,8.99517\n255,1646321389,47.74490,8.99515\n256,1646321390,47.74490,8.99513\n257,1646321391,47.74491,8.99511\n258,1646321392,47.74491,8.99509\n259,1646321393,47.74491,8.99507\n260,1646321394,47.74492,8.99505\n261,1646321395,47.74492,8.99503\n262,1646321396,47.74492,8.99501\n263,1646321397,47.74492,8.99499\n264,1646321398,47.74493,8.99498\n265,1646321399,47.74493,8.99496\n266,1646321400,47.74493,8.99494\n267,1646321401,47.74493,8.99492\n268,1646321402,47.74493,8.99490\n269,1646321403,47.74494,8.99488\n270,1646321404,47.74494,8.99486\n271,1646321405,47.74494,8.99484\n272,1646321406,47.74494,8.99482\n273,1646321407,47.74495,8.99481\n274,1646321408,47.74495,8.99478\n275,1646321409,47.74495,8.99476\n276,1646321410,47.74495,8.99474\n277,1646321411,47.74496,8.99472\n278,1646321412,47.74496,8.99470\n279,1646321413,47.74496,8.99468\n280,1646321414,47.74496,8.99466\n281,1646321415,47.74497,8.99464\n282,1646321416,47.74497,8.99462\n283,1646321417,47.74497,8.99460\n284,1646321418,47.74497,8.99458\n285,1646321419,47.74498,8.99457\n286,1646321420,47.74498,8.99455\n287,1646321421,47.74498,8.99453\n288,1646321422,47.74498,8.99451\n289,1646321423,47.74499,8.99449\n290,1646321424,47.74499,8.99447\n291,1646321425,47.74499,8.99445\n292,1646321426,47.74499,8.99443\n293,1646321427,47.74500,8.99441\n294,1646321428,47.74500,8.99439\n295,1646321429,47.74500,8.99437\n296,1646321430,47.74500,8.99435\n297,1646321431,47.74501,8.99433\n298,1646321432,47.74501,8.99431\n299,1646321433,47.74501,8.99429\n300,1646321434,47.74501,8.99427\n301,1646321435,47.74502,8.99425\n302,1646321436,47.74502,8.99423\n303,1646321437,47.74502,8.99421\n304,1646321438,47.74502,8.99420\n305,1646321439,47.74503,8.99418\n306,1646321440,47.74503,8.99416\n307,1646321441,47.74504,8.99415\n308,1646321442,47.74505,8.99414\n309,1646321443,47.74506,8.99413\n310,1646321444,47.74507,8.99413\n311,1646321445,47.74509,8.99414\n312,1646321446,47.74510,8.99414\n313,1646321447,47.74512,8.99414\n314,1646321448,47.74513,8.99415\n315,1646321449,47.74514,8.99415\n316,1646321450,47.74515,8.99416\n317,1646321451,47.74517,8.99416\n318,1646321452,47.74518,8.99417\n319,1646321453,47.74520,8.99418\n320,1646321454,47.74521,8.99419\n321,1646321455,47.74523,8.99420\n322,1646321456,47.74524,8.99420\n323,1646321457,47.74524,8.99420\n324,1646321458,47.74525,8.99420\n325,1646321459,47.74526,8.99420\n326,1646321460,47.74527,8.99421\n327,1646321461,47.74528,8.99421\n328,1646321462,47.74528,8.99420\n329,1646321463,47.74528,8.99420\n330,1646321464,47.74528,8.99420\n331,1646321465,47.74528,8.99420\n332,1646321466,47.74529,8.99421\n333,1646321467,47.74530,8.99422\n334,1646321468,47.74530,8.99422\n335,1646321469,47.74530,8.99422\n336,1646321470,47.74530,8.99422\n337,1646321471,47.74530,8.99422\n338,1646321472,47.74530,8.99422\n339,1646321473,47.74530,8.99423\n340,1646321474,47.74530,8.99423\n341,1646321475,47.74530,8.99423\n342,1646321476,47.74530,8.99423\n343,1646321477,47.74531,8.99423\n344,1646321478,47.74531,8.99423\n345,1646321479,47.74531,8.99423\n346,1646321480,47.74531,8.99424\n347,1646321481,47.74531,8.99424\n348,1646321482,47.74531,8.99424\n349,1646321483,47.74532,8.99424\n350,1646321484,47.74533,8.99425\n351,1646321485,47.74534,8.99425\n352,1646321486,47.74536,8.99426\n353,1646321487,47.74537,8.99426\n354,1646321488,47.74539,8.99427\n355,1646321489,47.74540,8.99427\n356,1646321490,47.74541,8.99428\n357,1646321491,47.74543,8.99428\n358,1646321492,47.74544,8.99429\n359,1646321493,47.74545,8.99429\n360,1646321494,47.74546,8.99430\n361,1646321495,47.74548,8.99431\n362,1646321496,47.74549,8.99431\n363,1646321497,47.74550,8.99431\n364,1646321498,47.74551,8.99432\n365,1646321499,47.74552,8.99432\n366,1646321500,47.74553,8.99432\n367,1646321501,47.74554,8.99433\n368,1646321502,47.74556,8.99433\n369,1646321503,47.74557,8.99434\n370,1646321504,47.74558,8.99434\n371,1646321505,47.74559,8.99434\n372,1646321506,47.74560,8.99435\n373,1646321507,47.74562,8.99435\n374,1646321508,47.74563,8.99436\n375,1646321509,47.74565,8.99436\n376,1646321510,47.74566,8.99437\n377,1646321511,47.74568,8.99437\n378,1646321512,47.74569,8.99438\n379,1646321513,47.74570,8.99439\n380,1646321514,47.74571,8.99439\n381,1646321515,47.74573,8.99440\n382,1646321516,47.74574,8.99440\n383,1646321517,47.74575,8.99441\n384,1646321518,47.74576,8.99442\n385,1646321519,47.74577,8.99443\n386,1646321520,47.74579,8.99444\n387,1646321521,47.74580,8.99445\n388,1646321522,47.74581,8.99446\n389,1646321523,47.74582,8.99447\n390,1646321524,47.74583,8.99448\n391,1646321525,47.74584,8.99450\n392,1646321526,47.74585,8.99451\n393,1646321527,47.74586,8.99453\n394,1646321528,47.74587,8.99454\n395,1646321529,47.74588,8.99456\n396,1646321530,47.74588,8.99457\n397,1646321531,47.74589,8.99458\n398,1646321532,47.74590,8.99460\n399,1646321533,47.74591,8.99461\n400,1646321534,47.74592,8.99463\n401,1646321535,47.74593,8.99464\n402,1646321536,47.74594,8.99466\n403,1646321537,47.74594,8.99467\n404,1646321538,47.74595,8.99468\n405,1646321539,47.74596,8.99469\n406,1646321540,47.74597,8.99471\n407,1646321541,47.74598,8.99473\n408,1646321542,47.74599,8.99474\n409,1646321543,47.74600,8.99476\n410,1646321544,47.74601,8.99477\n411,1646321545,47.74601,8.99479\n412,1646321546,47.74602,8.99480\n413,1646321547,47.74603,8.99481\n414,1646321548,47.74604,8.99483\n415,1646321549,47.74605,8.99484\n416,1646321550,47.74606,8.99486\n417,1646321551,47.74607,8.99487\n418,1646321552,47.74607,8.99489\n419,1646321553,47.74608,8.99490\n420,1646321554,47.74609,8.99491\n421,1646321555,47.74610,8.99493\n422,1646321556,47.74611,8.99494\n423,1646321557,47.74612,8.99496\n424,1646321558,47.74613,8.99497\n425,1646321559,47.74614,8.99499\n426,1646321560,47.74615,8.99501\n427,1646321561,47.74616,8.99502\n428,1646321562,47.74617,8.99503\n429,1646321563,47.74617,8.99504\n430,1646321564,47.74618,8.99505\n431,1646321565,47.74619,8.99506\n432,1646321566,47.74620,8.99507\n433,1646321567,47.74621,8.99507\n434,1646321568,47.74623,8.99507\n435,1646321569,47.74624,8.99506\n436,1646321570,47.74625,8.99505\n437,1646321571,47.74626,8.99503\n438,1646321572,47.74626,8.99501\n439,1646321573,47.74627,8.99499\n440,1646321574,47.74628,8.99497\n441,1646321575,47.74628,8.99495\n442,1646321576,47.74629,8.99493\n443,1646321577,47.74629,8.99491\n444,1646321578,47.74630,8.99489\n445,1646321579,47.74630,8.99487\n446,1646321580,47.74631,8.99485\n447,1646321581,47.74632,8.99483\n448,1646321582,47.74632,8.99481\n449,1646321583,47.74633,8.99479\n450,1646321584,47.74633,8.99477\n451,1646321585,47.74634,8.99475\n452,1646321586,47.74635,8.99473\n453,1646321587,47.74635,8.99471\n454,1646321588,47.74636,8.99470\n455,1646321589,47.74636,8.99468\n456,1646321590,47.74637,8.99466\n457,1646321591,47.74637,8.99464\n458,1646321592,47.74638,8.99462\n459,1646321593,47.74638,8.99460\n460,1646321594,47.74639,8.99459\n461,1646321595,47.74639,8.99457\n462,1646321596,47.74640,8.99456\n463,1646321597,47.74640,8.99454\n464,1646321598,47.74641,8.99452\n465,1646321599,47.74642,8.99451\n466,1646321600,47.74642,8.99450\n467,1646321601,47.74643,8.99448\n468,1646321602,47.74643,8.99447\n469,1646321603,47.74643,8.99445\n470,1646321604,47.74644,8.99443\n471,1646321605,47.74644,8.99442\n472,1646321606,47.74645,8.99440\n473,1646321607,47.74645,8.99438\n474,1646321608,47.74645,8.99437\n475,1646321609,47.74646,8.99435\n476,1646321610,47.74646,8.99434\n477,1646321611,47.74647,8.99433\n478,1646321612,47.74647,8.99431\n479,1646321613,47.74648,8.99430\n480,1646321614,47.74648,8.99428\n481,1646321615,47.74649,8.99426\n482,1646321616,47.74649,8.99425\n483,1646321617,47.74650,8.99424\n484,1646321618,47.74651,8.99422\n485,1646321619,47.74651,8.99420\n486,1646321620,47.74652,8.99419\n487,1646321621,47.74652,8.99417\n488,1646321622,47.74653,8.99416\n489,1646321623,47.74654,8.99415\n490,1646321624,47.74654,8.99414\n491,1646321625,47.74654,8.99414\n492,1646321626,47.74654,8.99414\n493,1646321627,47.74654,8.99414\n494,1646321628,47.74654,8.99414\n495,1646321629,47.74654,8.99414\n496,1646321630,47.74654,8.99414\n497,1646321631,47.74654,8.99414\n498,1646321632,47.74654,8.99414\n499,1646321633,47.74654,8.99414\n500,1646321634,47.74654,8.99414\n501,1646321635,47.74654,8.99414\n502,1646321636,47.74654,8.99414\n503,1646321637,47.74654,8.99414\n504,1646321638,47.74654,8.99414\n505,1646321639,47.74654,8.99414\n506,1646321640,47.74654,8.99414\n507,1646321641,47.74654,8.99414\n508,1646321642,47.74654,8.99414\n509,1646321643,47.74654,8.99414\n510,1646321644,47.74654,8.99414\n511,1646321645,47.74654,8.99414\n512,1646321646,47.74655,8.99415\n513,1646321647,47.74656,8.99415\n514,1646321648,47.74657,8.99415\n515,1646321649,47.74659,8.99415\n516,1646321650,47.74660,8.99414\n517,1646321651,47.74662,8.99414\n518,1646321652,47.74664,8.99414\n519,1646321653,47.74665,8.99414\n520,1646321654,47.74666,8.99414\n521,1646321655,47.74668,8.99414\n522,1646321656,47.74669,8.99414\n523,1646321657,47.74670,8.99415\n524,1646321658,47.74670,8.99415\n525,1646321659,47.74671,8.99415\n526,1646321660,47.74671,8.99416\n527,1646321661,47.74671,8.99415\n528,1646321662,47.74672,8.99416\n529,1646321663,47.74672,8.99416\n530,1646321664,47.74673,8.99416\n531,1646321665,47.74674,8.99417\n532,1646321666,47.74675,8.99417\n533,1646321667,47.74676,8.99418\n534,1646321668,47.74677,8.99419\n535,1646321669,47.74678,8.99419\n536,1646321670,47.74679,8.99420\n537,1646321671,47.74680,8.99421\n538,1646321672,47.74680,8.99422\n539,1646321673,47.74681,8.99423\n540,1646321674,47.74682,8.99423\n541,1646321675,47.74683,8.99424\n542,1646321676,47.74684,8.99424\n543,1646321677,47.74685,8.99425\n544,1646321678,47.74686,8.99426\n545,1646321679,47.74687,8.99426\n546,1646321680,47.74688,8.99427\n547,1646321681,47.74689,8.99428\n548,1646321682,47.74689,8.99429\n549,1646321683,47.74690,8.99429\n550,1646321684,47.74691,8.99430\n551,1646321685,47.74692,8.99431\n552,1646321686,47.74693,8.99432\n553,1646321687,47.74694,8.99432\n554,1646321688,47.74695,8.99433\n555,1646321689,47.74696,8.99434\n556,1646321690,47.74697,8.99435\n557,1646321691,47.74697,8.99435\n558,1646321692,47.74698,8.99436\n559,1646321693,47.74697,8.99436\n560,1646321694,47.74697,8.99436\n561,1646321695,47.74697,8.99436\n562,1646321696,47.74697,8.99436\n563,1646321697,47.74697,8.99436\n564,1646321698,47.74697,8.99436\n565,1646321699,47.74697,8.99436\n566,1646321700,47.74697,8.99436\n567,1646321701,47.74697,8.99436\n568,1646321702,47.74697,8.99436\n569,1646321703,47.74697,8.99436\n570,1646321704,47.74697,8.99436\n571,1646321705,47.74697,8.99436\n572,1646321706,47.74697,8.99436\n573,1646321707,47.74697,8.99436\n574,1646321708,47.74697,8.99436\n575,1646321709,47.74697,8.99436\n576,1646321710,47.74697,8.99436\n577,1646321711,47.74697,8.99436\n578,1646321712,47.74697,8.99436\n579,1646321713,47.74697,8.99436\n580,1646321714,47.74697,8.99436\n581,1646321715,47.74697,8.99436\n582,1646321716,47.74698,8.99437\n583,1646321717,47.74699,8.99437\n584,1646321718,47.74699,8.99438\n585,1646321719,47.74700,8.99439\n586,1646321720,47.74701,8.99439\n587,1646321721,47.74702,8.99440\n588,1646321722,47.74704,8.99441\n589,1646321723,47.74706,8.99443\n590,1646321724,47.74708,8.99444\n591,1646321725,47.74710,8.99446\n592,1646321726,47.74712,8.99447\n593,1646321727,47.74713,8.99449\n594,1646321728,47.74715,8.99450\n595,1646321729,47.74717,8.99451\n596,1646321730,47.74719,8.99453\n597,1646321731,47.74720,8.99454\n598,1646321732,47.74722,8.99455\n599,1646321733,47.74724,8.99457\n600,1646321734,47.74725,8.99458\n601,1646321735,47.74727,8.99459\n602,1646321736,47.74728,8.99460\n603,1646321737,47.74730,8.99461\n604,1646321738,47.74731,8.99461\n605,1646321739,47.74732,8.99462\n606,1646321740,47.74734,8.99463\n607,1646321741,47.74734,8.99464\n608,1646321742,47.74735,8.99464\n609,1646321743,47.74736,8.99465\n610,1646321744,47.74736,8.99465\n611,1646321745,47.74736,8.99465\n612,1646321746,47.74737,8.99464\n613,1646321747,47.74738,8.99464\n614,1646321748,47.74740,8.99463\n615,1646321749,47.74742,8.99464\n616,1646321750,47.74744,8.99464\n617,1646321751,47.74746,8.99465\n618,1646321752,47.74748,8.99466\n619,1646321753,47.74748,8.99466\n620,1646321754,47.74748,8.99466\n621,1646321755,47.74748,8.99466\n622,1646321756,47.74748,8.99466\n623,1646321757,47.74748,8.99466\n624,1646321758,47.74749,8.99466\n625,1646321759,47.74750,8.99466\n626,1646321760,47.74752,8.99466\n627,1646321761,47.74754,8.99466\n628,1646321762,47.74755,8.99466\n629,1646321763,47.74757,8.99467\n630,1646321764,47.74758,8.99468\n631,1646321765,47.74759,8.99468\n632,1646321766,47.74759,8.99468\n633,1646321767,47.74759,8.99468\n634,1646321768,47.74759,8.99468\n635,1646321767,47.74759,8.99469\n636,1646321768,47.74759,8.99469\n637,1646321769,47.74759,8.99469\n638,1646321770,47.74759,8.99469\n639,1646321771,47.74759,8.99469\n640,1646321772,47.74759,8.99469\n641,1646321773,47.74759,8.99469\n642,1646321774,47.74759,8.99469\n643,1646321775,47.74759,8.99469\n644,1646321776,47.74758,8.99469\n645,1646321777,47.74758,8.99468\n646,1646321778,47.74758,8.99469\n647,1646321779,47.74758,8.99468\n648,1646321780,47.74760,8.99468\n649,1646321781,47.74762,8.99468\n650,1646321782,47.74763,8.99469\n651,1646321783,47.74766,8.99469\n652,1646321784,47.74768,8.99470\n653,1646321785,47.74771,8.99471\n654,1646321786,47.74773,8.99472\n655,1646321787,47.74775,8.99472\n656,1646321788,47.74777,8.99473\n657,1646321789,47.74779,8.99473\n658,1646321790,47.74781,8.99473\n659,1646321791,47.74782,8.99473\n660,1646321792,47.74783,8.99473\n661,1646321793,47.74783,8.99473\n662,1646321794,47.74784,8.99473\n663,1646321795,47.74785,8.99473\n664,1646321796,47.74787,8.99473\n665,1646321797,47.74789,8.99474\n666,1646321798,47.74790,8.99474\n667,1646321799,47.74790,8.99474\n668,1646321800,47.74791,8.99474\n669,1646321801,47.74791,8.99473\n670,1646321802,47.74792,8.99473\n671,1646321803,47.74794,8.99473\n672,1646321804,47.74796,8.99472\n673,1646321805,47.74798,8.99472\n674,1646321806,47.74800,8.99472\n675,1646321807,47.74802,8.99472\n676,1646321808,47.74804,8.99472\n677,1646321809,47.74806,8.99473\n678,1646321810,47.74808,8.99474\n679,1646321811,47.74809,8.99475\n680,1646321812,47.74810,8.99476\n681,1646321813,47.74810,8.99477\n682,1646321814,47.74811,8.99477\n683,1646321815,47.74812,8.99477\n684,1646321816,47.74812,8.99476\n685,1646321817,47.74814,8.99475\n686,1646321818,47.74815,8.99474\n687,1646321819,47.74817,8.99474\n688,1646321820,47.74818,8.99474\n689,1646321821,47.74820,8.99474\n690,1646321822,47.74821,8.99474\n691,1646321823,47.74823,8.99474\n692,1646321824,47.74824,8.99475\n693,1646321825,47.74826,8.99475\n694,1646321826,47.74827,8.99476\n695,1646321827,47.74828,8.99477\n696,1646321828,47.74828,8.99477\n697,1646321829,47.74828,8.99477\n698,1646321830,47.74828,8.99477\n699,1646321831,47.74828,8.99477\n700,1646321832,47.74828,8.99477\n701,1646321833,47.74828,8.99477\n702,1646321834,47.74828,8.99477\n703,1646321835,47.74828,8.99477\n704,1646321836,47.74828,8.99477\n705,1646321837,47.74828,8.99478\n706,1646321838,47.74828,8.99478\n707,1646321839,47.74828,8.99477\n708,1646321840,47.74828,8.99477\n709,1646321841,47.74828,8.99477\n710,1646321842,47.74828,8.99477\n711,1646321843,47.74828,8.99477\n712,1646321844,47.74828,8.99477\n713,1646321845,47.74828,8.99477\n714,1646321846,47.74828,8.99477\n715,1646321847,47.74828,8.99478\n716,1646321848,47.74828,8.99477\n717,1646321849,47.74829,8.99476\n718,1646321850,47.74831,8.99475\n719,1646321851,47.74835,8.99471\n720,1646321852,47.74841,8.99466\n721,1646321853,47.74849,8.99460\n722,1646321854,47.74856,8.99454\n723,1646321855,47.74864,8.99449\n724,1646321856,47.74871,8.99444\n725,1646321857,47.74877,8.99439\n726,1646321858,47.74883,8.99433\n727,1646321859,47.74889,8.99426\n728,1646321860,47.74894,8.99417\n729,1646321861,47.74894,8.99407\n730,1646321862,47.74889,8.99405\n731,1646321863,47.74884,8.99411\n732,1646321864,47.74881,8.99422\n733,1646321865,47.74879,8.99434\n734,1646321866,47.74875,8.99444\n735,1646321867,47.74870,8.99451\n736,1646321868,47.74862,8.99454\n737,1646321869,47.74855,8.99449\n738,1646321870,47.74856,8.99441\n739,1646321871,47.74861,8.99436\n740,1646321872,47.74867,8.99437\n741,1646321873,47.74874,8.99440\n742,1646321874,47.74880,8.99443\n743,1646321875,47.74885,8.99441\n744,1646321876,47.74890,8.99437\n745,1646321877,47.74891,8.99431\n746,1646321878,47.74890,8.99428\n747,1646321879,47.74890,8.99427\n748,1646321880,47.74889,8.99429\n749,1646321881,47.74886,8.99431\n750,1646321882,47.74886,8.99433\n751,1646321883,47.74889,8.99431\n752,1646321884,47.74891,8.99424\n753,1646321885,47.74892,8.99417\n754,1646321886,47.74892,8.99411\n755,1646321887,47.74892,8.99406\n756,1646321888,47.74890,8.99404\n757,1646321889,47.74890,8.99404\n758,1646321890,47.74890,8.99404\n759,1646321891,47.74890,8.99404\n760,1646321892,47.74891,8.99405\n761,1646321893,47.74892,8.99407\n762,1646321894,47.74894,8.99409\n763,1646321895,47.74895,8.99409\n764,1646321896,47.74896,8.99407\n765,1646321897,47.74897,8.99406\n766,1646321898,47.74898,8.99405\n767,1646321899,47.74898,8.99405\n768,1646321900,47.74898,8.99405\n769,1646321901,47.74898,8.99406\n770,1646321902,47.74899,8.99406\n771,1646321903,47.74899,8.99406\n772,1646321904,47.74901,8.99403\n773,1646321905,47.74904,8.99399\n774,1646321906,47.74908,8.99395\n775,1646321907,47.74911,8.99392\n776,1646321908,47.74913,8.99390\n777,1646321909,47.74914,8.99388\n778,1646321910,47.74915,8.99387\n779,1646321911,47.74914,8.99385\n780,1646321912,47.74914,8.99385\n781,1646321913,47.74914,8.99385\n782,1646321914,47.74914,8.99385\n783,1646321915,47.74914,8.99385\n784,1646321916,47.74913,8.99384\n785,1646321917,47.74913,8.99385\n786,1646321918,47.74915,8.99384\n787,1646321919,47.74917,8.99382\n788,1646321920,47.74920,8.99380\n789,1646321921,47.74921,8.99377\n790,1646321922,47.74922,8.99375\n791,1646321923,47.74922,8.99372\n792,1646321924,47.74923,8.99371\n793,1646321925,47.74924,8.99370\n794,1646321926,47.74924,8.99369\n795,1646321927,47.74924,8.99368\n796,1646321928,47.74924,8.99366\n797,1646321929,47.74924,8.99365\n798,1646321930,47.74924,8.99364\n799,1646321931,47.74924,8.99363\n800,1646321932,47.74924,8.99361\n801,1646321933,47.74924,8.99359\n802,1646321934,47.74925,8.99357\n803,1646321935,47.74926,8.99355\n804,1646321936,47.74928,8.99354\n805,1646321937,47.74929,8.99353\n806,1646321938,47.74930,8.99351\n807,1646321939,47.74931,8.99350\n808,1646321940,47.74932,8.99349\n809,1646321941,47.74932,8.99349\n810,1646321942,47.74933,8.99348\n811,1646321943,47.74934,8.99347\n812,1646321944,47.74935,8.99347\n813,1646321945,47.74936,8.99347\n814,1646321946,47.74936,8.99347\n815,1646321947,47.74936,8.99347\n816,1646321948,47.74936,8.99347\n817,1646321949,47.74935,8.99347\n818,1646321950,47.74935,8.99347\n819,1646321951,47.74935,8.99347\n820,1646321952,47.74935,8.99347\n821,1646321953,47.74935,8.99347\n822,1646321954,47.74936,8.99346\n823,1646321955,47.74936,8.99345\n824,1646321956,47.74936,8.99345\n825,1646321957,47.74936,8.99344\n826,1646321958,47.74937,8.99344\n827,1646321959,47.74938,8.99343\n828,1646321960,47.74939,8.99342\n829,1646321961,47.74940,8.99341\n830,1646321962,47.74941,8.99340\n831,1646321963,47.74942,8.99340\n832,1646321964,47.74943,8.99339\n833,1646321965,47.74944,8.99339\n834,1646321966,47.74945,8.99339\n835,1646321967,47.74946,8.99338\n836,1646321968,47.74948,8.99337\n837,1646321969,47.74949,8.99336\n838,1646321970,47.74951,8.99336\n839,1646321971,47.74952,8.99335\n840,1646321972,47.74953,8.99334\n841,1646321973,47.74955,8.99333\n842,1646321974,47.74957,8.99333\n843,1646321975,47.74958,8.99333\n844,1646321976,47.74960,8.99332\n845,1646321977,47.74961,8.99331\n846,1646321978,47.74962,8.99331\n847,1646321979,47.74963,8.99330\n848,1646321980,47.74964,8.99330\n849,1646321981,47.74965,8.99329\n850,1646321982,47.74966,8.99328\n851,1646321983,47.74967,8.99327\n852,1646321984,47.74969,8.99327\n853,1646321985,47.74970,8.99326\n854,1646321986,47.74971,8.99326\n855,1646321987,47.74972,8.99325\n856,1646321988,47.74974,8.99325\n857,1646321989,47.74975,8.99325\n858,1646321990,47.74977,8.99325\n859,1646321991,47.74978,8.99325\n860,1646321992,47.74979,8.99326\n861,1646321993,47.74980,8.99326\n862,1646321994,47.74981,8.99326\n863,1646321995,47.74982,8.99327\n864,1646321996,47.74983,8.99327\n865,1646321997,47.74985,8.99328\n866,1646321998,47.74986,8.99328\n867,1646321999,47.74987,8.99329\n868,1646322000,47.74988,8.99330\n869,1646322001,47.74989,8.99330\n870,1646322002,47.74990,8.99331\n871,1646322003,47.74992,8.99332\n872,1646322004,47.74993,8.99332\n873,1646322005,47.74994,8.99333\n874,1646322006,47.74996,8.99333\n875,1646322007,47.74997,8.99332\n876,1646322008,47.74998,8.99330\n877,1646322009,47.74999,8.99329\n878,1646322010,47.75000,8.99328\n879,1646322011,47.75001,8.99327\n880,1646322012,47.75002,8.99326\n881,1646322013,47.75003,8.99325\n882,1646322014,47.75004,8.99324\n883,1646322015,47.75005,8.99322\n884,1646322016,47.75006,8.99320\n885,1646322017,47.75007,8.99319\n886,1646322018,47.75008,8.99317\n887,1646322019,47.75009,8.99316\n888,1646322020,47.75010,8.99314\n889,1646322021,47.75010,8.99313\n890,1646322022,47.75010,8.99311\n891,1646322023,47.75011,8.99310\n892,1646322024,47.75011,8.99307\n893,1646322025,47.75011,8.99305\n894,1646322026,47.75012,8.99304\n895,1646322027,47.75013,8.99302\n896,1646322028,47.75013,8.99301\n897,1646322029,47.75014,8.99299\n898,1646322030,47.75014,8.99297\n899,1646322031,47.75015,8.99295\n900,1646322032,47.75016,8.99293\n901,1646322033,47.75016,8.99291\n902,1646322034,47.75017,8.99290\n903,1646322035,47.75017,8.99288\n904,1646322036,47.75018,8.99287\n905,1646322037,47.75018,8.99285\n906,1646322038,47.75018,8.99284\n907,1646322039,47.75019,8.99282\n908,1646322040,47.75019,8.99280\n909,1646322041,47.75020,8.99278\n910,1646322042,47.75020,8.99276\n911,1646322043,47.75020,8.99274\n912,1646322044,47.75021,8.99272\n913,1646322045,47.75021,8.99271\n914,1646322046,47.75021,8.99270\n915,1646322047,47.75021,8.99269\n916,1646322048,47.75021,8.99268\n917,1646322049,47.75021,8.99266\n918,1646322050,47.75022,8.99264\n919,1646322051,47.75022,8.99262\n920,1646322052,47.75023,8.99260\n921,1646322053,47.75023,8.99258\n922,1646322054,47.75023,8.99256\n923,1646322055,47.75024,8.99255\n924,1646322056,47.75024,8.99253\n925,1646322057,47.75024,8.99251\n926,1646322058,47.75025,8.99250\n927,1646322059,47.75025,8.99249\n928,1646322060,47.75025,8.99247\n929,1646322061,47.75025,8.99245\n930,1646322062,47.75026,8.99243\n931,1646322063,47.75027,8.99241\n932,1646322064,47.75027,8.99239\n933,1646322065,47.75027,8.99237\n934,1646322066,47.75028,8.99235\n935,1646322067,47.75028,8.99233\n936,1646322068,47.75028,8.99231\n937,1646322069,47.75028,8.99229\n938,1646322070,47.75028,8.99227\n939,1646322071,47.75029,8.99226\n940,1646322072,47.75029,8.99224\n941,1646322073,47.75029,8.99222\n942,1646322074,47.75030,8.99220\n943,1646322075,47.75030,8.99218\n944,1646322076,47.75031,8.99216\n945,1646322077,47.75031,8.99214\n946,1646322078,47.75031,8.99212\n947,1646322079,47.75031,8.99211\n948,1646322080,47.75031,8.99209\n949,1646322081,47.75031,8.99208\n950,1646322082,47.75031,8.99207\n951,1646322083,47.75032,8.99205\n952,1646322084,47.75033,8.99203\n953,1646322085,47.75034,8.99201\n954,1646322086,47.75035,8.99199\n955,1646322087,47.75035,8.99196\n956,1646322088,47.75036,8.99194\n957,1646322089,47.75036,8.99192\n958,1646322090,47.75036,8.99190\n959,1646322091,47.75036,8.99187\n960,1646322092,47.75036,8.99186\n961,1646322093,47.75037,8.99184\n962,1646322094,47.75037,8.99182\n963,1646322095,47.75038,8.99180\n964,1646322096,47.75039,8.99178\n965,1646322097,47.75040,8.99176\n966,1646322098,47.75041,8.99174\n967,1646322099,47.75042,8.99172\n968,1646322100,47.75043,8.99170\n969,1646322101,47.75043,8.99168\n970,1646322102,47.75044,8.99166\n971,1646322103,47.75045,8.99164\n972,1646322104,47.75046,8.99162\n973,1646322105,47.75047,8.99160\n974,1646322106,47.75048,8.99158\n975,1646322107,47.75048,8.99157\n976,1646322108,47.75047,8.99156\n977,1646322109,47.75047,8.99154\n978,1646322110,47.75046,8.99154\n979,1646322111,47.75046,8.99153\n980,1646322112,47.75046,8.99151\n981,1646322113,47.75046,8.99149\n982,1646322114,47.75046,8.99147\n983,1646322115,47.75047,8.99145\n984,1646322116,47.75048,8.99143\n985,1646322117,47.75049,8.99141\n986,1646322118,47.75050,8.99138\n987,1646322119,47.75050,8.99137\n988,1646322120,47.75051,8.99135\n989,1646322121,47.75051,8.99133\n990,1646322122,47.75052,8.99131\n991,1646322123,47.75053,8.99129\n992,1646322124,47.75053,8.99127\n993,1646322125,47.75054,8.99125\n994,1646322126,47.75054,8.99123\n995,1646322127,47.75055,8.99121\n996,1646322128,47.75056,8.99119\n997,1646322129,47.75056,8.99117\n998,1646322130,47.75057,8.99115\n999,1646322131,47.75057,8.99113\n1000,1646322132,47.75057,8.99113\n1001,1646322133,47.75057,8.99111\n1002,1646322134,47.75057,8.99110\n1003,1646322135,47.75057,8.99109\n1004,1646322136,47.75058,8.99107\n1005,1646322137,47.75058,8.99106\n1006,1646322138,47.75058,8.99105\n1007,1646322139,47.75059,8.99104\n1008,1646322140,47.75059,8.99102\n1009,1646322141,47.75059,8.99100\n1010,1646322142,47.75060,8.99098\n1011,1646322143,47.75060,8.99097\n1012,1646322144,47.75061,8.99096\n1013,1646322145,47.75061,8.99094\n1014,1646322146,47.75062,8.99092\n1015,1646322147,47.75062,8.99090\n1016,1646322148,47.75063,8.99087\n1017,1646322149,47.75064,8.99085\n1018,1646322150,47.75064,8.99084\n1019,1646322151,47.75064,8.99083\n1020,1646322152,47.75065,8.99082\n1021,1646322153,47.75066,8.99081\n1022,1646322154,47.75067,8.99080\n1023,1646322155,47.75068,8.99078\n1024,1646322156,47.75069,8.99078\n1025,1646322157,47.75069,8.99076\n1026,1646322158,47.75071,8.99075\n1027,1646322159,47.75072,8.99074\n1028,1646322160,47.75073,8.99072\n1029,1646322161,47.75074,8.99071\n1030,1646322162,47.75076,8.99070\n1031,1646322163,47.75077,8.99070\n1032,1646322164,47.75078,8.99069\n1033,1646322165,47.75079,8.99068\n1034,1646322166,47.75080,8.99066\n1035,1646322167,47.75081,8.99065\n1036,1646322168,47.75083,8.99064\n1037,1646322169,47.75084,8.99063\n1038,1646322170,47.75085,8.99063\n1039,1646322171,47.75086,8.99061\n1040,1646322172,47.75087,8.99060\n1041,1646322173,47.75088,8.99059\n1042,1646322174,47.75089,8.99058\n1043,1646322175,47.75090,8.99057\n1044,1646322176,47.75090,8.99056\n1045,1646322177,47.75091,8.99055\n1046,1646322178,47.75092,8.99054\n1047,1646322179,47.75092,8.99052\n1048,1646322180,47.75093,8.99052\n1049,1646322181,47.75093,8.99050\n1050,1646322182,47.75094,8.99048\n1051,1646322183,47.75095,8.99047\n1052,1646322184,47.75096,8.99044\n1053,1646322185,47.75097,8.99042\n1054,1646322186,47.75097,8.99040\n1055,1646322187,47.75098,8.99038\n1056,1646322188,47.75099,8.99036\n1057,1646322189,47.75099,8.99034\n1058,1646322190,47.75100,8.99032\n1059,1646322191,47.75101,8.99031\n1060,1646322192,47.75101,8.99029\n1061,1646322193,47.75102,8.99027\n1062,1646322194,47.75102,8.99026\n1063,1646322195,47.75103,8.99024\n1064,1646322196,47.75103,8.99023\n1065,1646322197,47.75104,8.99021\n1066,1646322198,47.75105,8.99019\n1067,1646322199,47.75105,8.99018\n1068,1646322200,47.75106,8.99016\n1069,1646322201,47.75106,8.99014\n1070,1646322202,47.75107,8.99012\n1071,1646322203,47.75107,8.99010\n1072,1646322204,47.75108,8.99008\n1073,1646322205,47.75109,8.99006\n1074,1646322206,47.75109,8.99004\n1075,1646322207,47.75110,8.99002\n1076,1646322208,47.75111,8.99000\n1077,1646322209,47.75112,8.98998\n1078,1646322210,47.75113,8.98994\n1079,1646322211,47.75113,8.98992\n1080,1646322212,47.75113,8.98990\n1081,1646322213,47.75113,8.98988\n1082,1646322214,47.75113,8.98987\n1083,1646322215,47.75114,8.98985\n1084,1646322216,47.75114,8.98983\n1085,1646322217,47.75115,8.98980\n1086,1646322218,47.75115,8.98978\n1087,1646322219,47.75116,8.98975\n1088,1646322220,47.75116,8.98973\n1089,1646322221,47.75117,8.98970\n1090,1646322222,47.75117,8.98968\n1091,1646322223,47.75118,8.98966\n1092,1646322224,47.75118,8.98965\n1093,1646322225,47.75118,8.98963\n1094,1646322226,47.75118,8.98961\n1095,1646322227,47.75119,8.98959\n1096,1646322228,47.75119,8.98957\n1097,1646322229,47.75119,8.98955\n1098,1646322230,47.75119,8.98954\n1099,1646322231,47.75119,8.98952\n1100,1646322232,47.75119,8.98950\n1101,1646322233,47.75120,8.98948\n1102,1646322234,47.75120,8.98946\n1103,1646322235,47.75120,8.98944\n1104,1646322236,47.75120,8.98942\n1105,1646322237,47.75120,8.98940\n1106,1646322238,47.75121,8.98938\n1107,1646322239,47.75121,8.98936\n1108,1646322240,47.75121,8.98934\n1109,1646322241,47.75121,8.98932\n1110,1646322242,47.75122,8.98929\n1111,1646322243,47.75122,8.98926\n1112,1646322244,47.75122,8.98923\n1113,1646322245,47.75123,8.98921\n1114,1646322246,47.75123,8.98919\n1115,1646322247,47.75124,8.98917\n1116,1646322248,47.75124,8.98915\n1117,1646322249,47.75124,8.98914\n1118,1646322250,47.75124,8.98912\n1119,1646322251,47.75124,8.98910\n1120,1646322252,47.75124,8.98909\n1121,1646322253,47.75124,8.98908\n1122,1646322254,47.75124,8.98906\n1123,1646322255,47.75124,8.98905\n1124,1646322256,47.75124,8.98903\n1125,1646322257,47.75124,8.98901\n1126,1646322258,47.75124,8.98899\n1127,1646322259,47.75124,8.98897\n1128,1646322260,47.75124,8.98894\n1129,1646322261,47.75124,8.98892\n1130,1646322262,47.75124,8.98890\n1131,1646322263,47.75124,8.98888\n1132,1646322264,47.75124,8.98886\n1133,1646322265,47.75125,8.98885\n1134,1646322266,47.75126,8.98883\n1135,1646322267,47.75127,8.98881\n1136,1646322268,47.75128,8.98880\n1137,1646322269,47.75130,8.98880\n1138,1646322270,47.75131,8.98881\n1139,1646322271,47.75132,8.98882\n1140,1646322272,47.75133,8.98884\n1141,1646322273,47.75135,8.98886\n1142,1646322274,47.75136,8.98888\n1143,1646322275,47.75137,8.98890\n1144,1646322276,47.75139,8.98892\n1145,1646322277,47.75141,8.98894\n1146,1646322278,47.75142,8.98897\n1147,1646322279,47.75143,8.98900\n1148,1646322280,47.75144,8.98902\n1149,1646322281,47.75145,8.98904\n1150,1646322282,47.75146,8.98906\n1151,1646322283,47.75147,8.98909\n1152,1646322284,47.75148,8.98911\n1153,1646322285,47.75149,8.98914\n1154,1646322286,47.75151,8.98916\n1155,1646322287,47.75152,8.98918\n1156,1646322288,47.75152,8.98920\n1157,1646322289,47.75153,8.98922\n1158,1646322290,47.75154,8.98924\n1159,1646322291,47.75155,8.98926\n1160,1646322292,47.75156,8.98927\n1161,1646322293,47.75155,8.98927\n1162,1646322294,47.75155,8.98928\n1163,1646322295,47.75154,8.98927\n1164,1646322296,47.75154,8.98928\n1165,1646322297,47.75153,8.98928\n1166,1646322298,47.75153,8.98928\n1167,1646322299,47.75154,8.98930\n1168,1646322300,47.75155,8.98932\n1169,1646322301,47.75156,8.98935\n1170,1646322302,47.75157,8.98937\n1171,1646322303,47.75158,8.98939\n1172,1646322304,47.75159,8.98941\n1173,1646322305,47.75160,8.98943\n1174,1646322306,47.75162,8.98944\n1175,1646322307,47.75161,8.98944\n1176,1646322308,47.75161,8.98944\n1177,1646322309,47.75161,8.98944\n1178,1646322310,47.75161,8.98943\n1179,1646322311,47.75161,8.98943\n1180,1646322312,47.75160,8.98943\n1181,1646322313,47.75160,8.98943\n1182,1646322314,47.75160,8.98943\n1183,1646322315,47.75160,8.98943\n1184,1646322316,47.75160,8.98943\n1185,1646322317,47.75160,8.98943\n1186,1646322318,47.75160,8.98943\n1187,1646322319,47.75160,8.98943\n1188,1646322320,47.75160,8.98943\n1189,1646322321,47.75161,8.98944\n1190,1646322322,47.75162,8.98946\n1191,1646322323,47.75163,8.98948\n1192,1646322324,47.75165,8.98950\n1193,1646322325,47.75166,8.98953\n1194,1646322326,47.75168,8.98957\n1195,1646322327,47.75170,8.98960\n1196,1646322328,47.75171,8.98962\n1197,1646322329,47.75173,8.98965\n1198,1646322330,47.75174,8.98966\n1199,1646322331,47.75175,8.98967\n1200,1646322332,47.75176,8.98967\n1201,1646322333,47.75176,8.98967\n1202,1646322334,47.75176,8.98968\n1203,1646322335,47.75176,8.98968\n1204,1646322336,47.75176,8.98968\n1205,1646322337,47.75176,8.98968\n1206,1646322338,47.75177,8.98968\n1207,1646322339,47.75177,8.98968\n1208,1646322340,47.75177,8.98968\n1209,1646322341,47.75177,8.98968\n1210,1646322342,47.75177,8.98968\n1211,1646322343,47.75177,8.98968\n1212,1646322344,47.75177,8.98968\n1213,1646322345,47.75177,8.98968\n1214,1646322346,47.75177,8.98968\n1215,1646322347,47.75177,8.98968\n1216,1646322348,47.75177,8.98968\n1217,1646322349,47.75177,8.98968\n1218,1646322350,47.75177,8.98968\n1219,1646322351,47.75177,8.98968\n1220,1646322352,47.75177,8.98968\n1221,1646322353,47.75177,8.98968\n1222,1646322354,47.75178,8.98968\n1223,1646322355,47.75178,8.98968\n1224,1646322356,47.75178,8.98968\n1225,1646322357,47.75178,8.98968\n1226,1646322358,47.75178,8.98969\n1227,1646322359,47.75178,8.98969\n1228,1646322360,47.75178,8.98969\n1229,1646322361,47.75178,8.98971\n1230,1646322362,47.75179,8.98973\n1231,1646322363,47.75179,8.98976\n1232,1646322364,47.75181,8.98979\n1233,1646322365,47.75182,8.98983\n1234,1646322366,47.75183,8.98987\n1235,1646322367,47.75184,8.98989\n1236,1646322368,47.75184,8.98990\n1237,1646322369,47.75185,8.98992\n1238,1646322370,47.75186,8.98993\n1239,1646322371,47.75186,8.98994\n1240,1646322372,47.75187,8.98996\n1241,1646322373,47.75188,8.98997\n1242,1646322374,47.75188,8.98998\n1243,1646322375,47.75188,8.99000\n1244,1646322376,47.75189,8.99002\n1245,1646322377,47.75190,8.99003\n1246,1646322378,47.75190,8.99004\n1247,1646322379,47.75190,8.99005\n1248,1646322380,47.75189,8.99005\n1249,1646322381,47.75189,8.99005\n1250,1646322382,47.75189,8.99005\n1251,1646322383,47.75189,8.99004\n1252,1646322384,47.75189,8.99003\n1253,1646322385,47.75189,8.99003\n1254,1646322386,47.75189,8.99003\n1255,1646322387,47.75189,8.99003\n1256,1646322388,47.75189,8.99003\n1257,1646322389,47.75189,8.99002\n1258,1646322390,47.75189,8.99002\n1259,1646322391,47.75189,8.99002\n1260,1646322392,47.75189,8.99002\n1261,1646322393,47.75190,8.99002\n1262,1646322394,47.75190,8.99002\n1263,1646322395,47.75190,8.99002\n1264,1646322396,47.75191,8.99004\n1265,1646322397,47.75193,8.99005\n1266,1646322398,47.75194,8.99007\n1267,1646322399,47.75196,8.99009\n1268,1646322400,47.75198,8.99012\n1269,1646322401,47.75200,8.99015\n1270,1646322402,47.75202,8.99018\n1271,1646322403,47.75203,8.99021\n1272,1646322404,47.75205,8.99023\n1273,1646322405,47.75206,8.99026\n1274,1646322406,47.75207,8.99029\n1275,1646322407,47.75208,8.99032\n1276,1646322408,47.75209,8.99035\n1277,1646322409,47.75211,8.99037\n1278,1646322410,47.75213,8.99039\n1279,1646322411,47.75215,8.99039\n1280,1646322412,47.75217,8.99040\n1281,1646322413,47.75218,8.99041\n1282,1646322414,47.75220,8.99041\n1283,1646322415,47.75221,8.99042\n1284,1646322416,47.75222,8.99043\n1285,1646322417,47.75224,8.99043\n1286,1646322418,47.75226,8.99044\n1287,1646322419,47.75228,8.99045\n1288,1646322420,47.75230,8.99046\n1289,1646322421,47.75232,8.99046\n1290,1646322422,47.75232,8.99046\n1291,1646322423,47.75233,8.99046\n1292,1646322424,47.75235,8.99046\n1293,1646322425,47.75236,8.99046\n1294,1646322426,47.75239,8.99047\n1295,1646322427,47.75241,8.99048\n1296,1646322428,47.75242,8.99048\n1297,1646322429,47.75244,8.99049\n1298,1646322430,47.75246,8.99049\n1299,1646322431,47.75248,8.99049\n1300,1646322432,47.75249,8.99050\n1301,1646322433,47.75251,8.99051\n1302,1646322434,47.75253,8.99052\n1303,1646322435,47.75255,8.99053\n1304,1646322436,47.75256,8.99054\n1305,1646322437,47.75258,8.99055\n1306,1646322438,47.75260,8.99055\n1307,1646322439,47.75261,8.99054\n1308,1646322440,47.75261,8.99054\n1309,1646322441,47.75262,8.99054\n1310,1646322442,47.75261,8.99054\n1311,1646322443,47.75261,8.99055\n1312,1646322444,47.75261,8.99055\n1313,1646322445,47.75261,8.99054\n1314,1646322446,47.75261,8.99054\n1315,1646322447,47.75261,8.99054\n1316,1646322448,47.75261,8.99054\n1317,1646322449,47.75262,8.99053\n1318,1646322450,47.75263,8.99053\n1319,1646322451,47.75265,8.99054\n1320,1646322452,47.75267,8.99054\n1321,1646322453,47.75268,8.99054\n1322,1646322454,47.75270,8.99055\n1323,1646322455,47.75271,8.99055\n1324,1646322456,47.75273,8.99055\n1325,1646322457,47.75274,8.99056\n1326,1646322458,47.75276,8.99055\n1327,1646322459,47.75278,8.99055\n1328,1646322460,47.75279,8.99055\n1329,1646322461,47.75283,8.99055\n1330,1646322462,47.75285,8.99055\n1331,1646322463,47.75287,8.99055\n1332,1646322464,47.75289,8.99056\n1333,1646322465,47.75291,8.99056\n1334,1646322466,47.75293,8.99056\n1335,1646322467,47.75293,8.99056\n1336,1646322468,47.75294,8.99056\n1337,1646322469,47.75294,8.99057\n1338,1646322470,47.75294,8.99057\n1339,1646322471,47.75294,8.99057\n1340,1646322472,47.75294,8.99057\n1341,1646322473,47.75294,8.99057\n1342,1646322474,47.75294,8.99057\n1343,1646322475,47.75294,8.99057\n1344,1646322476,47.75294,8.99057\n1345,1646322477,47.75294,8.99057\n1346,1646322478,47.75294,8.99057\n1347,1646322479,47.75294,8.99057\n1348,1646322480,47.75294,8.99057\n1349,1646322481,47.75294,8.99057\n1350,1646322482,47.75295,8.99058\n1351,1646322483,47.75296,8.99058\n1352,1646322484,47.75296,8.99058\n1353,1646322485,47.75296,8.99058\n1354,1646322486,47.75297,8.99058\n1355,1646322487,47.75297,8.99058\n1356,1646322488,47.75297,8.99058\n1357,1646322489,47.75298,8.99058\n1358,1646322490,47.75299,8.99058\n1359,1646322491,47.75300,8.99058\n1360,1646322492,47.75301,8.99059\n1361,1646322493,47.75302,8.99059\n1362,1646322494,47.75302,8.99059\n1363,1646322495,47.75303,8.99059\n1364,1646322496,47.75304,8.99060\n1365,1646322497,47.75305,8.99060\n1366,1646322498,47.75305,8.99060\n1367,1646322499,47.75305,8.99060\n1368,1646322500,47.75305,8.99060\n1369,1646322501,47.75306,8.99060\n1370,1646322502,47.75306,8.99060\n1371,1646322503,47.75306,8.99060\n1372,1646322504,47.75307,8.99060\n1373,1646322505,47.75307,8.99060\n1374,1646322506,47.75307,8.99060\n1375,1646322507,47.75307,8.99060\n1376,1646322508,47.75307,8.99060\n1377,1646322509,47.75307,8.99060\n1378,1646322510,47.75308,8.99060\n1379,1646322511,47.75308,8.99059\n1380,1646322512,47.75308,8.99059\n1381,1646322513,47.75308,8.99059\n1382,1646322514,47.75309,8.99059\n1383,1646322515,47.75309,8.99059\n1384,1646322516,47.75310,8.99059\n1385,1646322517,47.75311,8.99059\n1386,1646322518,47.75311,8.99059\n1387,1646322519,47.75312,8.99059\n1388,1646322520,47.75312,8.99059\n1389,1646322521,47.75313,8.99059\n1390,1646322522,47.75314,8.99059\n1391,1646322523,47.75315,8.99059\n1392,1646322524,47.75316,8.99060\n1393,1646322525,47.75317,8.99060\n1394,1646322526,47.75317,8.99060\n1395,1646322527,47.75318,8.99061\n1396,1646322528,47.75320,8.99061\n1397,1646322529,47.75321,8.99061\n1398,1646322530,47.75322,8.99062\n1399,1646322531,47.75323,8.99062\n1400,1646322532,47.75324,8.99062\n1401,1646322533,47.75325,8.99063\n1402,1646322534,47.75327,8.99063\n1403,1646322535,47.75328,8.99063\n1404,1646322536,47.75330,8.99063\n1405,1646322537,47.75331,8.99063\n1406,1646322538,47.75331,8.99063\n1407,1646322539,47.75332,8.99063\n1408,1646322540,47.75333,8.99063\n1409,1646322541,47.75334,8.99063\n1410,1646322542,47.75334,8.99063\n1411,1646322543,47.75335,8.99063\n1412,1646322544,47.75336,8.99063\n1413,1646322545,47.75337,8.99064\n1414,1646322546,47.75337,8.99064\n1415,1646322547,47.75339,8.99064\n1416,1646322548,47.75340,8.99065\n1417,1646322549,47.75341,8.99065\n1418,1646322550,47.75343,8.99066\n1419,1646322551,47.75344,8.99066\n1420,1646322552,47.75345,8.99066\n1421,1646322553,47.75346,8.99066\n1422,1646322554,47.75348,8.99066\n1423,1646322555,47.75349,8.99066\n1424,1646322556,47.75350,8.99066\n1425,1646322557,47.75351,8.99066\n1426,1646322558,47.75352,8.99066\n1427,1646322559,47.75353,8.99065\n1428,1646322560,47.75354,8.99066\n1429,1646322561,47.75356,8.99066\n1430,1646322562,47.75357,8.99066\n1431,1646322563,47.75358,8.99067\n1432,1646322564,47.75359,8.99067\n1433,1646322565,47.75361,8.99067\n1434,1646322566,47.75362,8.99067\n1435,1646322567,47.75363,8.99066\n1436,1646322568,47.75364,8.99066\n1437,1646322569,47.75365,8.99067\n1438,1646322570,47.75366,8.99067\n1439,1646322571,47.75367,8.99067\n1440,1646322572,47.75368,8.99068\n1441,1646322573,47.75369,8.99068\n1442,1646322574,47.75370,8.99068\n1443,1646322575,47.75371,8.99068\n1444,1646322576,47.75372,8.99068\n1445,1646322577,47.75373,8.99069\n1446,1646322578,47.75373,8.99069\n1447,1646322579,47.75374,8.99069\n1448,1646322580,47.75375,8.99069\n1449,1646322581,47.75376,8.99070\n1450,1646322582,47.75377,8.99071\n1451,1646322583,47.75378,8.99072\n1452,1646322584,47.75379,8.99072\n1453,1646322585,47.75379,8.99073\n1454,1646322586,47.75380,8.99073\n1455,1646322587,47.75381,8.99073\n1456,1646322588,47.75382,8.99073\n1457,1646322589,47.75383,8.99073\n1458,1646322590,47.75384,8.99074\n1459,1646322591,47.75384,8.99074\n1460,1646322592,47.75386,8.99074\n1461,1646322593,47.75388,8.99076\n1462,1646322594,47.75389,8.99077\n1463,1646322595,47.75391,8.99077\n1464,1646322596,47.75392,8.99078\n1465,1646322597,47.75392,8.99078\n1466,1646322598,47.75394,8.99080\n1467,1646322599,47.75395,8.99081\n1468,1646322600,47.75397,8.99082\n1469,1646322601,47.75398,8.99083\n1470,1646322602,47.75399,8.99084\n1471,1646322603,47.75400,8.99085\n1472,1646322604,47.75401,8.99086\n1473,1646322605,47.75402,8.99086\n1474,1646322606,47.75403,8.99087\n1475,1646322607,47.75404,8.99088\n1476,1646322608,47.75405,8.99088\n1477,1646322609,47.75406,8.99090\n1478,1646322610,47.75407,8.99091\n1479,1646322611,47.75409,8.99092\n1480,1646322612,47.75410,8.99093\n1481,1646322613,47.75411,8.99095\n1482,1646322614,47.75413,8.99097\n1483,1646322615,47.75414,8.99099\n1484,1646322616,47.75416,8.99101\n1485,1646322617,47.75418,8.99102\n1486,1646322618,47.75420,8.99104\n1487,1646322619,47.75421,8.99105\n1488,1646322620,47.75423,8.99107\n1489,1646322621,47.75424,8.99107\n1490,1646322622,47.75424,8.99106\n1491,1646322623,47.75425,8.99106\n1492,1646322624,47.75427,8.99106\n1493,1646322625,47.75428,8.99108\n1494,1646322626,47.75429,8.99109\n1495,1646322627,47.75431,8.99111\n1496,1646322628,47.75433,8.99112\n1497,1646322629,47.75435,8.99114\n1498,1646322630,47.75436,8.99115\n1499,1646322631,47.75438,8.99117\n1500,1646322632,47.75439,8.99118\n1501,1646322633,47.75441,8.99120\n1502,1646322634,47.75443,8.99121\n1503,1646322635,47.75444,8.99123\n1504,1646322636,47.75446,8.99124\n1505,1646322637,47.75448,8.99125\n1506,1646322638,47.75449,8.99127\n1507,1646322639,47.75451,8.99128\n1508,1646322640,47.75452,8.99129\n1509,1646322641,47.75453,8.99130\n1510,1646322642,47.75454,8.99131\n1511,1646322643,47.75455,8.99133\n1512,1646322644,47.75457,8.99134\n1513,1646322645,47.75458,8.99134\n1514,1646322646,47.75460,8.99135\n1515,1646322647,47.75461,8.99136\n1516,1646322648,47.75461,8.99136\n1517,1646322649,47.75461,8.99136\n1518,1646322650,47.75460,8.99136\n1519,1646322651,47.75460,8.99137\n1520,1646322652,47.75460,8.99136\n1521,1646322653,47.75460,8.99136\n1522,1646322654,47.75460,8.99137\n1523,1646322655,47.75460,8.99137\n1524,1646322656,47.75461,8.99137\n1525,1646322657,47.75462,8.99138\n1526,1646322658,47.75463,8.99139\n1527,1646322659,47.75465,8.99139\n1528,1646322660,47.75468,8.99140\n1529,1646322661,47.75469,8.99142\n1530,1646322662,47.75471,8.99144\n1531,1646322663,47.75473,8.99146\n1532,1646322664,47.75474,8.99148\n1533,1646322665,47.75475,8.99150\n1534,1646322666,47.75476,8.99153\n1535,1646322667,47.75476,8.99155\n1536,1646322668,47.75476,8.99157\n1537,1646322669,47.75475,8.99158\n1538,1646322670,47.75475,8.99159\n1539,1646322671,47.75475,8.99159\n1540,1646322672,47.75476,8.99160\n1541,1646322673,47.75476,8.99161\n1542,1646322674,47.75476,8.99161\n1543,1646322675,47.75475,8.99162\n1544,1646322676,47.75475,8.99164\n1545,1646322677,47.75474,8.99165\n1546,1646322678,47.75473,8.99167\n1547,1646322679,47.75472,8.99169\n1548,1646322680,47.75471,8.99170\n1549,1646322681,47.75471,8.99172\n1550,1646322682,47.75470,8.99174\n1551,1646322683,47.75469,8.99176\n1552,1646322684,47.75468,8.99177\n1553,1646322685,47.75467,8.99178\n1554,1646322686,47.75466,8.99180\n1555,1646322687,47.75466,8.99182\n1556,1646322688,47.75465,8.99184\n1557,1646322689,47.75464,8.99186\n1558,1646322690,47.75464,8.99189\n1559,1646322691,47.75462,8.99192\n1560,1646322692,47.75461,8.99195\n1561,1646322693,47.75461,8.99197\n1562,1646322694,47.75460,8.99199\n1563,1646322695,47.75458,8.99201\n1564,1646322696,47.75457,8.99204\n1565,1646322697,47.75456,8.99206\n1566,1646322698,47.75455,8.99208\n1567,1646322699,47.75455,8.99210\n1568,1646322700,47.75453,8.99212\n1569,1646322701,47.75452,8.99213\n1570,1646322702,47.75451,8.99215\n1571,1646322703,47.75450,8.99216\n1572,1646322704,47.75449,8.99217\n1573,1646322705,47.75449,8.99218\n1574,1646322706,47.75448,8.99219\n1575,1646322707,47.75447,8.99220\n1576,1646322708,47.75446,8.99220\n1577,1646322709,47.75446,8.99220\n1578,1646322710,47.75446,8.99219\n1579,1646322711,47.75446,8.99219\n1580,1646322712,47.75446,8.99219\n1581,1646322713,47.75446,8.99221\n1582,1646322714,47.75446,8.99222\n1583,1646322715,47.75445,8.99223\n1584,1646322716,47.75445,8.99223\n1585,1646322717,47.75444,8.99224\n1586,1646322718,47.75444,8.99224\n1587,1646322719,47.75443,8.99224\n1588,1646322720,47.75443,8.99226\n1589,1646322721,47.75443,8.99227\n1590,1646322722,47.75442,8.99229\n1591,1646322723,47.75442,8.99230\n1592,1646322724,47.75442,8.99230\n1593,1646322725,47.75441,8.99230\n1594,1646322726,47.75441,8.99231\n1595,1646322727,47.75441,8.99231\n1596,1646322728,47.75441,8.99231\n1597,1646322729,47.75441,8.99231\n1598,1646322730,47.75441,8.99231\n1599,1646322731,47.75441,8.99231\n1600,1646322732,47.75441,8.99231\n1601,1646322733,47.75441,8.99231\n1602,1646322734,47.75441,8.99231\n1603,1646322735,47.75441,8.99232\n1604,1646322736,47.75441,8.99232\n1605,1646322737,47.75441,8.99235\n1606,1646322738,47.75440,8.99238\n1607,1646322739,47.75439,8.99241\n1608,1646322740,47.75437,8.99244\n1609,1646322741,47.75436,8.99246\n1610,1646322742,47.75434,8.99249\n1611,1646322743,47.75432,8.99251\n1612,1646322744,47.75430,8.99253\n1613,1646322745,47.75429,8.99255\n1614,1646322746,47.75428,8.99258\n1615,1646322747,47.75427,8.99260\n1616,1646322748,47.75426,8.99262\n1617,1646322749,47.75424,8.99265\n1618,1646322750,47.75422,8.99267\n1619,1646322751,47.75421,8.99269\n1620,1646322752,47.75419,8.99272\n1621,1646322753,47.75417,8.99275\n1622,1646322754,47.75416,8.99277\n1623,1646322755,47.75414,8.99280\n1624,1646322756,47.75413,8.99282\n1625,1646322757,47.75411,8.99284\n1626,1646322758,47.75411,8.99283\n1627,1646322759,47.75411,8.99282\n1628,1646322760,47.75411,8.99281\n1629,1646322761,47.75411,8.99281\n1630,1646322762,47.75411,8.99282\n1631,1646322763,47.75411,8.99282\n1632,1646322764,47.75410,8.99282\n1633,1646322765,47.75410,8.99282\n1634,1646322766,47.75410,8.99283\n1635,1646322767,47.75410,8.99283\n1636,1646322768,47.75410,8.99283\n1637,1646322769,47.75410,8.99283\n1638,1646322770,47.75410,8.99283\n1639,1646322771,47.75410,8.99283\n1640,1646322772,47.75410,8.99283\n1641,1646322773,47.75410,8.99283\n1642,1646322774,47.75410,8.99283\n1643,1646322775,47.75410,8.99283\n1644,1646322776,47.75410,8.99283\n1645,1646322777,47.75409,8.99283\n1646,1646322778,47.75409,8.99283\n1647,1646322779,47.75409,8.99282\n1648,1646322780,47.75409,8.99282\n1649,1646322781,47.75409,8.99282\n1650,1646322782,47.75409,8.99282\n1651,1646322783,47.75409,8.99282\n1652,1646322784,47.75409,8.99282\n1653,1646322785,47.75409,8.99282\n1654,1646322786,47.75409,8.99284\n1655,1646322787,47.75408,8.99286\n1656,1646322788,47.75407,8.99289\n1657,1646322789,47.75406,8.99292\n1658,1646322790,47.75404,8.99297\n1659,1646322791,47.75402,8.99302\n1660,1646322792,47.75399,8.99307\n1661,1646322793,47.75397,8.99311\n1662,1646322794,47.75394,8.99316\n1663,1646322795,47.75392,8.99321\n1664,1646322796,47.75389,8.99325\n1665,1646322797,47.75388,8.99329\n1666,1646322798,47.75386,8.99332\n1667,1646322799,47.75384,8.99335\n1668,1646322800,47.75383,8.99338\n1669,1646322801,47.75381,8.99340\n1670,1646322802,47.75380,8.99343\n1671,1646322803,47.75379,8.99345\n1672,1646322804,47.75378,8.99348\n1673,1646322805,47.75376,8.99351\n1674,1646322806,47.75375,8.99353\n1675,1646322807,47.75374,8.99355\n1676,1646322808,47.75374,8.99354\n1677,1646322809,47.75374,8.99354\n1678,1646322810,47.75374,8.99354\n1679,1646322811,47.75374,8.99353\n1680,1646322812,47.75374,8.99353\n1681,1646322813,47.75374,8.99353\n1682,1646322814,47.75374,8.99353\n1683,1646322815,47.75374,8.99353\n1684,1646322816,47.75374,8.99353\n1685,1646322817,47.75374,8.99353\n1686,1646322818,47.75374,8.99353\n1687,1646322819,47.75374,8.99352\n1688,1646322820,47.75374,8.99352\n1689,1646322821,47.75374,8.99352\n1690,1646322822,47.75374,8.99352\n1691,1646322823,47.75374,8.99352\n1692,1646322824,47.75374,8.99353\n1693,1646322825,47.75374,8.99353\n1694,1646322826,47.75373,8.99356\n1695,1646322827,47.75372,8.99361\n1696,1646322828,47.75370,8.99366\n1697,1646322829,47.75368,8.99370\n1698,1646322830,47.75367,8.99373\n1699,1646322831,47.75365,8.99377\n1700,1646322832,47.75363,8.99380\n1701,1646322833,47.75361,8.99383\n1702,1646322834,47.75359,8.99386\n1703,1646322835,47.75357,8.99390\n1704,1646322836,47.75356,8.99393\n1705,1646322837,47.75354,8.99396\n1706,1646322838,47.75353,8.99399\n1707,1646322839,47.75351,8.99402\n1708,1646322840,47.75350,8.99405\n1709,1646322841,47.75348,8.99408\n1710,1646322842,47.75346,8.99412\n1711,1646322843,47.75344,8.99415\n1712,1646322844,47.75343,8.99418\n1713,1646322845,47.75341,8.99421\n1714,1646322846,47.75340,8.99424\n1715,1646322847,47.75338,8.99427\n1716,1646322848,47.75336,8.99430\n1717,1646322849,47.75335,8.99432\n1718,1646322850,47.75334,8.99435\n1719,1646322851,47.75332,8.99438\n1720,1646322852,47.75331,8.99441\n1721,1646322853,47.75329,8.99443\n1722,1646322854,47.75328,8.99446\n1723,1646322855,47.75326,8.99448\n1724,1646322856,47.75325,8.99451\n1725,1646322857,47.75324,8.99453\n1726,1646322858,47.75322,8.99456\n1727,1646322859,47.75321,8.99458\n1728,1646322860,47.75320,8.99460\n1729,1646322861,47.75319,8.99461\n1730,1646322862,47.75318,8.99463\n1731,1646322863,47.75316,8.99466\n1732,1646322864,47.75315,8.99468\n1733,1646322865,47.75313,8.99470\n1734,1646322866,47.75312,8.99473\n1735,1646322867,47.75311,8.99475\n1736,1646322868,47.75309,8.99477\n1737,1646322869,47.75309,8.99479\n1738,1646322870,47.75308,8.99480\n1739,1646322871,47.75308,8.99481\n1740,1646322872,47.75308,8.99481\n1741,1646322873,47.75308,8.99480\n1742,1646322874,47.75309,8.99478\n1743,1646322875,47.75310,8.99477\n1744,1646322876,47.75311,8.99475\n1745,1646322877,47.75312,8.99473\n1746,1646322878,47.75312,8.99472\n1747,1646322879,47.75312,8.99473\n1748,1646322880,47.75311,8.99474\n1749,1646322881,47.75311,8.99476\n1750,1646322882,47.75310,8.99478\n1751,1646322883,47.75309,8.99480\n1752,1646322884,47.75308,8.99481\n1753,1646322885,47.75307,8.99483\n1754,1646322886,47.75306,8.99485\n1755,1646322887,47.75305,8.99486\n1756,1646322888,47.75305,8.99487\n1757,1646322889,47.75304,8.99488\n1758,1646322890,47.75305,8.99488\n1759,1646322891,47.75305,8.99488\n1760,1646322892,47.75305,8.99488\n1761,1646322893,47.75305,8.99489\n1762,1646322894,47.75304,8.99490\n1763,1646322895,47.75303,8.99492\n1764,1646322896,47.75302,8.99493\n1765,1646322897,47.75301,8.99495\n1766,1646322898,47.75300,8.99496\n1767,1646322899,47.75299,8.99498\n1768,1646322900,47.75299,8.99499\n1769,1646322901,47.75298,8.99501\n1770,1646322902,47.75297,8.99503\n1771,1646322903,47.75296,8.99504\n1772,1646322904,47.75295,8.99506\n1773,1646322905,47.75294,8.99507\n1774,1646322906,47.75293,8.99508\n1775,1646322907,47.75293,8.99508\n1776,1646322908,47.75292,8.99509\n1777,1646322909,47.75291,8.99510\n1778,1646322910,47.75289,8.99510\n1779,1646322911,47.75288,8.99511\n1780,1646322912,47.75287,8.99513\n1781,1646322913,47.75286,8.99514\n1782,1646322914,47.75285,8.99515\n1783,1646322915,47.75284,8.99517\n1784,1646322916,47.75283,8.99518\n1785,1646322917,47.75282,8.99520\n1786,1646322918,47.75281,8.99522\n1787,1646322919,47.75280,8.99523\n1788,1646322920,47.75279,8.99524\n1789,1646322921,47.75278,8.99525\n1790,1646322922,47.75278,8.99526\n1791,1646322923,47.75277,8.99527\n1792,1646322924,47.75276,8.99529\n1793,1646322925,47.75275,8.99531\n1794,1646322926,47.75275,8.99533\n1795,1646322927,47.75274,8.99534\n1796,1646322928,47.75273,8.99536\n1797,1646322929,47.75273,8.99537\n1798,1646322930,47.75272,8.99539\n1799,1646322931,47.75271,8.99540\n1800,1646322932,47.75271,8.99542\n1801,1646322933,47.75270,8.99544\n1802,1646322934,47.75270,8.99545\n1803,1646322935,47.75269,8.99547\n1804,1646322936,47.75269,8.99549\n1805,1646322937,47.75268,8.99551\n1806,1646322938,47.75268,8.99553\n1807,1646322939,47.75267,8.99555\n1808,1646322940,47.75267,8.99556\n1809,1646322941,47.75266,8.99558\n1810,1646322942,47.75265,8.99560\n1811,1646322943,47.75264,8.99562\n1812,1646322944,47.75264,8.99563\n1813,1646322945,47.75263,8.99565\n1814,1646322946,47.75262,8.99567\n1815,1646322947,47.75262,8.99569\n1816,1646322948,47.75261,8.99571\n1817,1646322949,47.75260,8.99572\n1818,1646322950,47.75259,8.99574\n1819,1646322951,47.75258,8.99575\n1820,1646322952,47.75257,8.99577\n1821,1646322953,47.75256,8.99578\n1822,1646322954,47.75255,8.99580\n1823,1646322955,47.75254,8.99582\n1824,1646322956,47.75254,8.99583\n1825,1646322957,47.75253,8.99585\n1826,1646322958,47.75252,8.99586\n1827,1646322959,47.75251,8.99588\n1828,1646322960,47.75251,8.99590\n1829,1646322961,47.75250,8.99592\n1830,1646322962,47.75249,8.99594\n1831,1646322963,47.75249,8.99595\n1832,1646322964,47.75249,8.99597\n1833,1646322965,47.75249,8.99599\n1834,1646322966,47.75248,8.99601\n1835,1646322967,47.75248,8.99603\n1836,1646322968,47.75247,8.99604\n1837,1646322969,47.75247,8.99606\n1838,1646322970,47.75246,8.99608\n1839,1646322971,47.75246,8.99609\n1840,1646322972,47.75245,8.99611\n1841,1646322973,47.75244,8.99613\n1842,1646322974,47.75243,8.99615\n1843,1646322975,47.75243,8.99616\n1844,1646322976,47.75242,8.99618\n1845,1646322977,47.75242,8.99620\n1846,1646322978,47.75241,8.99621\n1847,1646322979,47.75241,8.99623\n1848,1646322980,47.75240,8.99625\n1849,1646322981,47.75240,8.99626\n1850,1646322982,47.75240,8.99628\n1851,1646322983,47.75240,8.99630\n1852,1646322984,47.75239,8.99632\n1853,1646322985,47.75238,8.99633\n1854,1646322986,47.75237,8.99635\n1855,1646322987,47.75236,8.99637\n1856,1646322988,47.75235,8.99639\n1857,1646322989,47.75234,8.99641\n1858,1646322990,47.75234,8.99643\n1859,1646322991,47.75233,8.99644\n1860,1646322992,47.75233,8.99646\n1861,1646322993,47.75232,8.99648\n1862,1646322994,47.75232,8.99649\n1863,1646322995,47.75231,8.99651\n1864,1646322996,47.75230,8.99652\n1865,1646322997,47.75230,8.99654\n1866,1646322998,47.75229,8.99656\n1867,1646322999,47.75228,8.99658\n1868,1646323000,47.75227,8.99660\n1869,1646323001,47.75226,8.99661\n1870,1646323002,47.75225,8.99663\n1871,1646323003,47.75224,8.99665\n1872,1646323004,47.75224,8.99667\n1873,1646323005,47.75223,8.99668\n1874,1646323006,47.75223,8.99670\n1875,1646323007,47.75222,8.99672\n1876,1646323008,47.75221,8.99673\n1877,1646323009,47.75221,8.99675\n1878,1646323010,47.75220,8.99677\n1879,1646323011,47.75219,8.99680\n1880,1646323012,47.75219,8.99681\n1881,1646323013,47.75218,8.99684\n1882,1646323014,47.75217,8.99686\n1883,1646323015,47.75216,8.99687\n1884,1646323016,47.75215,8.99689\n1885,1646323017,47.75215,8.99691\n1886,1646323018,47.75214,8.99693\n1887,1646323019,47.75214,8.99695\n1888,1646323020,47.75213,8.99697\n1889,1646323021,47.75212,8.99698\n1890,1646323022,47.75212,8.99700\n1891,1646323023,47.75211,8.99702\n1892,1646323024,47.75210,8.99704\n1893,1646323025,47.75210,8.99706\n1894,1646323026,47.75209,8.99708\n1895,1646323027,47.75209,8.99709\n1896,1646323028,47.75208,8.99711\n1897,1646323029,47.75207,8.99714\n1898,1646323030,47.75207,8.99716\n1899,1646323031,47.75206,8.99718\n1900,1646323032,47.75205,8.99719\n1901,1646323033,47.75205,8.99721\n1902,1646323034,47.75204,8.99723\n1903,1646323035,47.75204,8.99724\n1904,1646323036,47.75203,8.99726\n1905,1646323037,47.75202,8.99728\n1906,1646323038,47.75202,8.99729\n1907,1646323039,47.75201,8.99731\n1908,1646323040,47.75201,8.99733\n1909,1646323041,47.75200,8.99734\n1910,1646323042,47.75199,8.99736\n1911,1646323043,47.75198,8.99738\n1912,1646323044,47.75198,8.99739\n1913,1646323045,47.75197,8.99741\n1914,1646323046,47.75197,8.99742\n1915,1646323047,47.75196,8.99744\n1916,1646323048,47.75196,8.99745\n1917,1646323049,47.75195,8.99747\n1918,1646323050,47.75195,8.99748\n1919,1646323051,47.75194,8.99750\n1920,1646323052,47.75193,8.99752\n1921,1646323053,47.75193,8.99754\n1922,1646323054,47.75192,8.99755\n1923,1646323055,47.75192,8.99757\n1924,1646323056,47.75191,8.99759\n1925,1646323057,47.75191,8.99760\n1926,1646323058,47.75190,8.99762\n1927,1646323059,47.75190,8.99764\n1928,1646323060,47.75190,8.99766\n1929,1646323061,47.75190,8.99768\n1930,1646323062,47.75190,8.99770\n1931,1646323063,47.75190,8.99772\n1932,1646323064,47.75189,8.99774\n1933,1646323065,47.75189,8.99776\n1934,1646323066,47.75189,8.99778\n1935,1646323067,47.75189,8.99780\n1936,1646323068,47.75189,8.99782\n1937,1646323069,47.75189,8.99783\n1938,1646323070,47.75189,8.99785\n1939,1646323071,47.75189,8.99786\n1940,1646323072,47.75189,8.99788\n1941,1646323073,47.75189,8.99790\n1942,1646323074,47.75188,8.99792\n1943,1646323075,47.75188,8.99795\n1944,1646323076,47.75188,8.99797\n1945,1646323077,47.75189,8.99799\n1946,1646323078,47.75189,8.99801\n1947,1646323079,47.75188,8.99803\n1948,1646323080,47.75188,8.99804\n1949,1646323081,47.75188,8.99806\n1950,1646323082,47.75188,8.99809\n1951,1646323083,47.75188,8.99810\n1952,1646323084,47.75188,8.99812\n1953,1646323085,47.75189,8.99814\n1954,1646323086,47.75189,8.99816\n1955,1646323087,47.75190,8.99817\n1956,1646323088,47.75190,8.99819\n1957,1646323089,47.75190,8.99821\n1958,1646323090,47.75190,8.99822\n1959,1646323091,47.75190,8.99824\n1960,1646323092,47.75190,8.99826\n1961,1646323093,47.75191,8.99827\n1962,1646323094,47.75191,8.99829\n1963,1646323095,47.75191,8.99831\n1964,1646323096,47.75190,8.99833\n1965,1646323097,47.75190,8.99834\n1966,1646323098,47.75190,8.99836\n1967,1646323099,47.75189,8.99838\n1968,1646323100,47.75189,8.99840\n1969,1646323101,47.75189,8.99842\n1970,1646323102,47.75189,8.99844\n1971,1646323103,47.75189,8.99846\n1972,1646323104,47.75189,8.99847\n1973,1646323105,47.75188,8.99849\n1974,1646323106,47.75189,8.99851\n1975,1646323107,47.75189,8.99852\n1976,1646323108,47.75189,8.99854\n1977,1646323109,47.75189,8.99856\n1978,1646323110,47.75190,8.99857\n1979,1646323111,47.75190,8.99859\n1980,1646323112,47.75189,8.99861\n1981,1646323113,47.75189,8.99862\n1982,1646323114,47.75189,8.99865\n1983,1646323115,47.75189,8.99867\n1984,1646323116,47.75189,8.99869\n1985,1646323117,47.75188,8.99871\n1986,1646323118,47.75188,8.99873\n1987,1646323119,47.75187,8.99876\n1988,1646323120,47.75187,8.99878\n1989,1646323121,47.75186,8.99880\n1990,1646323122,47.75186,8.99883\n1991,1646323123,47.75186,8.99885\n1992,1646323124,47.75185,8.99886\n1993,1646323125,47.75185,8.99888\n1994,1646323126,47.75184,8.99889\n1995,1646323127,47.75184,8.99891\n1996,1646323128,47.75183,8.99893\n1997,1646323129,47.75183,8.99896\n1998,1646323130,47.75183,8.99898\n1999,1646323131,47.75182,8.99900\n2000,1646323132,47.75182,8.99902\n2001,1646323133,47.75181,8.99904\n2002,1646323134,47.75181,8.99906\n2003,1646323135,47.75181,8.99908\n2004,1646323136,47.75181,8.99909\n2005,1646323137,47.75180,8.99911\n2006,1646323138,47.75180,8.99913\n2007,1646323139,47.75180,8.99915\n2008,1646323140,47.75180,8.99917\n2009,1646323141,47.75180,8.99919\n2010,1646323142,47.75180,8.99920\n2011,1646323143,47.75179,8.99922\n2012,1646323144,47.75179,8.99924\n2013,1646323145,47.75179,8.99927\n2014,1646323146,47.75178,8.99928\n2015,1646323147,47.75178,8.99930\n2016,1646323148,47.75178,8.99932\n2017,1646323149,47.75177,8.99934\n2018,1646323150,47.75177,8.99935\n2019,1646323151,47.75176,8.99937\n2020,1646323152,47.75176,8.99939\n2021,1646323153,47.75176,8.99941\n2022,1646323154,47.75175,8.99943\n2023,1646323155,47.75175,8.99945\n2024,1646323156,47.75175,8.99947\n2025,1646323157,47.75174,8.99949\n2026,1646323158,47.75174,8.99950\n2027,1646323159,47.75174,8.99952\n2028,1646323160,47.75174,8.99953\n2029,1646323161,47.75174,8.99955\n2030,1646323162,47.75174,8.99957\n2031,1646323163,47.75173,8.99959\n2032,1646323164,47.75173,8.99961\n2033,1646323165,47.75173,8.99963\n2034,1646323166,47.75173,8.99965\n2035,1646323167,47.75172,8.99966\n2036,1646323168,47.75172,8.99968\n2037,1646323169,47.75171,8.99971\n2038,1646323170,47.75171,8.99973\n2039,1646323171,47.75171,8.99976\n2040,1646323172,47.75170,8.99978\n2041,1646323173,47.75170,8.99980\n2042,1646323174,47.75170,8.99982\n2043,1646323175,47.75170,8.99984\n2044,1646323176,47.75169,8.99986\n2045,1646323177,47.75169,8.99987\n2046,1646323178,47.75169,8.99989\n2047,1646323179,47.75168,8.99991\n2048,1646323180,47.75168,8.99992\n2049,1646323181,47.75168,8.99994\n2050,1646323182,47.75168,8.99996\n2051,1646323183,47.75168,8.99997\n2052,1646323184,47.75168,8.99999\n2053,1646323185,47.75168,9.00001\n2054,1646323186,47.75168,9.00003\n2055,1646323187,47.75168,9.00004\n2056,1646323188,47.75167,9.00006\n2057,1646323189,47.75167,9.00008\n2058,1646323190,47.75167,9.00010\n2059,1646323191,47.75166,9.00011\n2060,1646323192,47.75166,9.00013\n2061,1646323193,47.75166,9.00015\n2062,1646323194,47.75165,9.00017\n2063,1646323195,47.75165,9.00019\n2064,1646323196,47.75165,9.00021\n2065,1646323197,47.75164,9.00023\n2066,1646323198,47.75164,9.00024\n2067,1646323199,47.75163,9.00026\n2068,1646323200,47.75163,9.00028\n2069,1646323201,47.75162,9.00029\n2070,1646323202,47.75162,9.00030\n2071,1646323203,47.75161,9.00032\n2072,1646323204,47.75161,9.00034\n2073,1646323205,47.75160,9.00036\n2074,1646323206,47.75160,9.00038\n2075,1646323207,47.75159,9.00039\n2076,1646323208,47.75159,9.00041\n2077,1646323209,47.75159,9.00043\n2078,1646323210,47.75158,9.00045\n2079,1646323211,47.75158,9.00046\n2080,1646323212,47.75158,9.00048\n2081,1646323213,47.75158,9.00050\n2082,1646323214,47.75157,9.00052\n2083,1646323215,47.75157,9.00053\n2084,1646323216,47.75157,9.00055\n2085,1646323217,47.75156,9.00057\n2086,1646323218,47.75155,9.00059\n2087,1646323219,47.75155,9.00060\n2088,1646323220,47.75154,9.00062\n2089,1646323221,47.75154,9.00064\n2090,1646323222,47.75153,9.00066\n2091,1646323223,47.75153,9.00067\n2092,1646323224,47.75152,9.00069\n2093,1646323225,47.75152,9.00071\n2094,1646323226,47.75151,9.00073\n2095,1646323227,47.75151,9.00075\n2096,1646323228,47.75150,9.00077\n2097,1646323229,47.75149,9.00079\n2098,1646323230,47.75148,9.00081\n2099,1646323231,47.75147,9.00083\n2100,1646323232,47.75146,9.00085\n2101,1646323233,47.75145,9.00087\n2102,1646323234,47.75144,9.00088\n2103,1646323235,47.75144,9.00090\n2104,1646323236,47.75142,9.00093\n2105,1646323237,47.75142,9.00095\n2106,1646323238,47.75141,9.00096\n2107,1646323239,47.75140,9.00098\n2108,1646323240,47.75139,9.00100\n2109,1646323241,47.75139,9.00101\n2110,1646323242,47.75138,9.00103\n2111,1646323243,47.75137,9.00105\n2112,1646323244,47.75136,9.00107\n2113,1646323245,47.75136,9.00108\n2114,1646323246,47.75135,9.00110\n2115,1646323247,47.75135,9.00111\n2116,1646323248,47.75134,9.00113\n2117,1646323249,47.75134,9.00114\n2118,1646323250,47.75133,9.00116\n2119,1646323251,47.75132,9.00118\n2120,1646323252,47.75131,9.00119\n2121,1646323253,47.75130,9.00121\n2122,1646323254,47.75130,9.00122\n2123,1646323255,47.75129,9.00124\n2124,1646323256,47.75128,9.00125\n2125,1646323257,47.75127,9.00126\n2126,1646323258,47.75126,9.00128\n2127,1646323259,47.75125,9.00129\n2128,1646323260,47.75125,9.00131\n2129,1646323261,47.75123,9.00133\n2130,1646323262,47.75122,9.00134\n2131,1646323263,47.75121,9.00136\n2132,1646323264,47.75120,9.00137\n2133,1646323265,47.75119,9.00138\n2134,1646323266,47.75118,9.00139\n2135,1646323267,47.75118,9.00140\n2136,1646323268,47.75117,9.00141\n2137,1646323269,47.75117,9.00142\n2138,1646323270,47.75116,9.00144\n2139,1646323271,47.75115,9.00146\n2140,1646323272,47.75115,9.00147\n2141,1646323273,47.75114,9.00149\n2142,1646323274,47.75113,9.00150\n2143,1646323275,47.75112,9.00151\n2144,1646323276,47.75112,9.00152\n2145,1646323277,47.75111,9.00153\n2146,1646323278,47.75110,9.00155\n2147,1646323279,47.75110,9.00156\n2148,1646323280,47.75109,9.00158\n2149,1646323281,47.75109,9.00159\n2150,1646323282,47.75109,9.00160\n2151,1646323283,47.75109,9.00161\n2152,1646323284,47.75108,9.00162\n2153,1646323285,47.75107,9.00162\n2154,1646323286,47.75106,9.00162\n2155,1646323287,47.75104,9.00162\n2156,1646323288,47.75103,9.00163\n2157,1646323289,47.75101,9.00164\n2158,1646323290,47.75100,9.00164\n2159,1646323291,47.75099,9.00165\n2160,1646323292,47.75097,9.00166\n2161,1646323293,47.75096,9.00166\n2162,1646323294,47.75095,9.00167\n2163,1646323295,47.75094,9.00167\n2164,1646323296,47.75093,9.00167\n2165,1646323297,47.75091,9.00168\n2166,1646323298,47.75090,9.00169\n2167,1646323299,47.75089,9.00169\n2168,1646323300,47.75088,9.00170\n2169,1646323301,47.75086,9.00171\n2170,1646323302,47.75085,9.00171\n2171,1646323303,47.75084,9.00172\n2172,1646323304,47.75083,9.00172\n2173,1646323305,47.75082,9.00173\n2174,1646323306,47.75081,9.00173\n2175,1646323307,47.75079,9.00174\n2176,1646323308,47.75078,9.00175\n2177,1646323309,47.75077,9.00175\n2178,1646323310,47.75076,9.00176\n2179,1646323311,47.75074,9.00176\n2180,1646323312,47.75073,9.00176\n2181,1646323313,47.75072,9.00176\n2182,1646323314,47.75071,9.00177\n2183,1646323315,47.75070,9.00177\n2184,1646323316,47.75068,9.00177\n2185,1646323317,47.75067,9.00177\n2186,1646323318,47.75066,9.00178\n2187,1646323319,47.75065,9.00178\n2188,1646323320,47.75064,9.00178\n2189,1646323321,47.75063,9.00179\n2190,1646323322,47.75062,9.00179\n2191,1646323323,47.75060,9.00178\n2192,1646323324,47.75059,9.00179\n2193,1646323325,47.75058,9.00179\n2194,1646323326,47.75057,9.00180\n2195,1646323327,47.75055,9.00180\n2196,1646323328,47.75054,9.00180\n2197,1646323329,47.75053,9.00181\n2198,1646323330,47.75052,9.00181\n2199,1646323331,47.75050,9.00182\n2200,1646323332,47.75049,9.00182\n2201,1646323333,47.75048,9.00183\n2202,1646323334,47.75047,9.00183\n2203,1646323335,47.75046,9.00184\n2204,1646323336,47.75045,9.00185\n2205,1646323337,47.75044,9.00186\n2206,1646323338,47.75043,9.00188\n2207,1646323339,47.75042,9.00188\n2208,1646323340,47.75041,9.00189\n2209,1646323341,47.75040,9.00189\n2210,1646323342,47.75039,9.00190\n2211,1646323343,47.75038,9.00190\n2212,1646323344,47.75037,9.00191\n2213,1646323345,47.75036,9.00192\n2214,1646323346,47.75035,9.00192\n2215,1646323347,47.75034,9.00193\n2216,1646323348,47.75032,9.00194\n2217,1646323349,47.75031,9.00194\n2218,1646323350,47.75030,9.00195\n2219,1646323351,47.75029,9.00195\n2220,1646323352,47.75028,9.00196\n2221,1646323353,47.75027,9.00197\n2222,1646323354,47.75026,9.00197\n2223,1646323355,47.75025,9.00197\n2224,1646323356,47.75024,9.00198\n2225,1646323357,47.75023,9.00199\n2226,1646323358,47.75022,9.00199\n2227,1646323359,47.75021,9.00200\n2228,1646323360,47.75020,9.00201\n2229,1646323361,47.75018,9.00202\n2230,1646323362,47.75017,9.00202\n2231,1646323363,47.75016,9.00203\n2232,1646323364,47.75015,9.00204\n2233,1646323365,47.75014,9.00205\n2234,1646323366,47.75013,9.00206\n2235,1646323367,47.75013,9.00207\n2236,1646323368,47.75012,9.00207\n2237,1646323369,47.75011,9.00208\n2238,1646323370,47.75010,9.00209\n2239,1646323371,47.75009,9.00210\n2240,1646323372,47.75008,9.00211\n2241,1646323373,47.75007,9.00211\n2242,1646323374,47.75006,9.00212\n2243,1646323375,47.75005,9.00213\n2244,1646323376,47.75004,9.00214\n2245,1646323377,47.75003,9.00215\n2246,1646323378,47.75002,9.00216\n2247,1646323379,47.75002,9.00216\n2248,1646323380,47.75001,9.00217\n2249,1646323381,47.75000,9.00218\n2250,1646323382,47.74999,9.00219\n2251,1646323383,47.74997,9.00220\n2252,1646323384,47.74996,9.00220\n2253,1646323385,47.74996,9.00221\n2254,1646323386,47.74995,9.00222\n2255,1646323387,47.74994,9.00223\n2256,1646323388,47.74993,9.00224\n2257,1646323389,47.74992,9.00225\n2258,1646323390,47.74991,9.00226\n2259,1646323391,47.74990,9.00227\n2260,1646323392,47.74988,9.00228\n2261,1646323393,47.74987,9.00229\n2262,1646323394,47.74986,9.00230\n2263,1646323395,47.74985,9.00231\n2264,1646323396,47.74984,9.00231\n2265,1646323397,47.74983,9.00232\n2266,1646323398,47.74982,9.00233\n2267,1646323399,47.74981,9.00233\n2268,1646323400,47.74980,9.00234\n2269,1646323401,47.74979,9.00235\n2270,1646323402,47.74978,9.00236\n2271,1646323403,47.74977,9.00237\n2272,1646323404,47.74975,9.00237\n2273,1646323405,47.74974,9.00239\n2274,1646323406,47.74973,9.00239\n2275,1646323407,47.74972,9.00240\n2276,1646323408,47.74971,9.00241\n2277,1646323409,47.74970,9.00241\n2278,1646323410,47.74969,9.00242\n2279,1646323411,47.74968,9.00243\n2280,1646323412,47.74967,9.00243\n2281,1646323413,47.74966,9.00244\n2282,1646323414,47.74965,9.00244\n2283,1646323415,47.74964,9.00245\n2284,1646323416,47.74963,9.00245\n2285,1646323417,47.74961,9.00246\n2286,1646323418,47.74960,9.00246\n2287,1646323419,47.74959,9.00247\n2288,1646323420,47.74958,9.00247\n2289,1646323421,47.74957,9.00248\n2290,1646323422,47.74956,9.00248\n2291,1646323423,47.74954,9.00249\n2292,1646323424,47.74953,9.00249\n2293,1646323425,47.74952,9.00250\n2294,1646323426,47.74951,9.00250\n2295,1646323427,47.74950,9.00251\n2296,1646323428,47.74949,9.00252\n2297,1646323429,47.74948,9.00252\n2298,1646323430,47.74947,9.00253\n2299,1646323431,47.74946,9.00254\n2300,1646323432,47.74945,9.00255\n2301,1646323433,47.74943,9.00255\n2302,1646323434,47.74942,9.00254\n2303,1646323435,47.74941,9.00253\n2304,1646323436,47.74940,9.00251\n2305,1646323437,47.74940,9.00249\n2306,1646323438,47.74940,9.00247\n2307,1646323439,47.74940,9.00246\n2308,1646323440,47.74940,9.00244\n2309,1646323441,47.74940,9.00242\n2310,1646323442,47.74939,9.00240\n2311,1646323443,47.74939,9.00238\n2312,1646323444,47.74939,9.00236\n2313,1646323445,47.74939,9.00234\n2314,1646323446,47.74939,9.00232\n2315,1646323447,47.74939,9.00229\n2316,1646323448,47.74940,9.00227\n2317,1646323449,47.74940,9.00225\n2318,1646323450,47.74940,9.00223\n2319,1646323451,47.74940,9.00221\n2320,1646323452,47.74940,9.00219\n2321,1646323453,47.74940,9.00217\n2322,1646323454,47.74940,9.00215\n2323,1646323455,47.74940,9.00213\n2324,1646323456,47.74940,9.00211\n2325,1646323457,47.74940,9.00210\n2326,1646323458,47.74940,9.00208\n2327,1646323459,47.74940,9.00206\n2328,1646323460,47.74940,9.00204\n2329,1646323461,47.74940,9.00202\n2330,1646323462,47.74940,9.00201\n2331,1646323463,47.74941,9.00199\n2332,1646323464,47.74941,9.00197\n2333,1646323465,47.74941,9.00195\n2334,1646323466,47.74941,9.00193\n2335,1646323467,47.74941,9.00191\n2336,1646323468,47.74941,9.00190\n2337,1646323469,47.74941,9.00189\n2338,1646323470,47.74941,9.00188\n2339,1646323471,47.74941,9.00187\n2340,1646323472,47.74941,9.00187\n2341,1646323473,47.74940,9.00187\n2342,1646323474,47.74940,9.00186\n2343,1646323475,47.74940,9.00185\n2344,1646323476,47.74940,9.00183\n2345,1646323477,47.74939,9.00181\n2346,1646323478,47.74939,9.00179\n2347,1646323479,47.74939,9.00177\n2348,1646323480,47.74939,9.00175\n2349,1646323481,47.74938,9.00173\n2350,1646323482,47.74938,9.00172\n2351,1646323483,47.74937,9.00170\n2352,1646323484,47.74937,9.00169\n2353,1646323485,47.74936,9.00167\n2354,1646323486,47.74936,9.00165\n2355,1646323487,47.74935,9.00164\n2356,1646323488,47.74935,9.00162\n2357,1646323489,47.74934,9.00161\n2358,1646323490,47.74934,9.00159\n2359,1646323491,47.74933,9.00158\n2360,1646323492,47.74933,9.00158\n2361,1646323493,47.74933,9.00159\n2362,1646323494,47.74934,9.00161\n2363,1646323495,47.74934,9.00164\n2364,1646323496,47.74935,9.00166\n2365,1646323497,47.74935,9.00168\n2366,1646323498,47.74936,9.00171\n2367,1646323499,47.74937,9.00173\n2368,1646323500,47.74938,9.00175\n2369,1646323501,47.74938,9.00177\n2370,1646323502,47.74938,9.00178\n2371,1646323503,47.74938,9.00179\n2372,1646323504,47.74938,9.00180\n2373,1646323505,47.74938,9.00181\n2374,1646323506,47.74937,9.00183\n2375,1646323507,47.74936,9.00184\n2376,1646323508,47.74936,9.00185\n2377,1646323509,47.74936,9.00186\n2378,1646323510,47.74936,9.00186\n2379,1646323511,47.74936,9.00186\n2380,1646323512,47.74936,9.00186\n2381,1646323513,47.74936,9.00186\n2382,1646323514,47.74936,9.00187\n2383,1646323515,47.74936,9.00186\n2384,1646323516,47.74936,9.00186\n2385,1646323517,47.74935,9.00187\n2386,1646323518,47.74935,9.00187\n2387,1646323519,47.74935,9.00187\n2388,1646323520,47.74935,9.00187\n2389,1646323521,47.74935,9.00187\n2390,1646323522,47.74936,9.00187\n2391,1646323523,47.74937,9.00187\n2392,1646323524,47.74939,9.00188\n2393,1646323525,47.74940,9.00190\n2394,1646323526,47.74941,9.00193\n2395,1646323527,47.74941,9.00197\n2396,1646323528,47.74941,9.00201\n2397,1646323529,47.74940,9.00205\n2398,1646323530,47.74940,9.00209\n2399,1646323531,47.74939,9.00214\n2400,1646323532,47.74939,9.00218\n2401,1646323533,47.74939,9.00223\n2402,1646323534,47.74939,9.00227\n2403,1646323535,47.74938,9.00232\n2404,1646323536,47.74938,9.00236\n2405,1646323537,47.74938,9.00240\n2406,1646323538,47.74938,9.00243\n2407,1646323539,47.74938,9.00247\n2408,1646323540,47.74938,9.00249\n2409,1646323541,47.74937,9.00252\n2410,1646323542,47.74937,9.00253\n2411,1646323543,47.74937,9.00254\n2412,1646323544,47.74937,9.00254\n2413,1646323545,47.74937,9.00255\n2414,1646323546,47.74936,9.00257\n2415,1646323547,47.74936,9.00258\n2416,1646323548,47.74935,9.00260\n2417,1646323549,47.74935,9.00262\n2418,1646323550,47.74934,9.00264\n2419,1646323551,47.74933,9.00266\n2420,1646323552,47.74932,9.00267\n2421,1646323553,47.74931,9.00269\n2422,1646323554,47.74930,9.00270\n2423,1646323555,47.74929,9.00271\n2424,1646323556,47.74929,9.00272\n2425,1646323557,47.74927,9.00273\n2426,1646323558,47.74926,9.00274\n2427,1646323559,47.74926,9.00275\n2428,1646323560,47.74925,9.00275\n2429,1646323561,47.74924,9.00276\n2430,1646323562,47.74923,9.00277\n2431,1646323563,47.74922,9.00278\n2432,1646323564,47.74921,9.00279\n2433,1646323565,47.74920,9.00280\n2434,1646323566,47.74918,9.00282\n2435,1646323567,47.74917,9.00283\n2436,1646323568,47.74916,9.00284\n2437,1646323569,47.74915,9.00285\n2438,1646323570,47.74914,9.00285\n2439,1646323571,47.74914,9.00286\n2440,1646323572,47.74914,9.00286\n2441,1646323573,47.74914,9.00286\n2442,1646323574,47.74914,9.00286\n2443,1646323575,47.74914,9.00286\n2444,1646323576,47.74914,9.00286\n2445,1646323577,47.74914,9.00286\n2446,1646323578,47.74914,9.00287\n2447,1646323579,47.74912,9.00288\n2448,1646323580,47.74911,9.00291\n2449,1646323581,47.74909,9.00293\n2450,1646323582,47.74908,9.00296\n2451,1646323583,47.74906,9.00298\n2452,1646323584,47.74904,9.00300\n2453,1646323585,47.74903,9.00302\n2454,1646323586,47.74901,9.00304\n2455,1646323587,47.74899,9.00306\n2456,1646323588,47.74897,9.00308\n2457,1646323589,47.74896,9.00309\n2458,1646323590,47.74894,9.00311\n2459,1646323591,47.74893,9.00312\n2460,1646323592,47.74892,9.00313\n2461,1646323593,47.74891,9.00314\n2462,1646323594,47.74891,9.00314\n2463,1646323595,47.74891,9.00314\n2464,1646323596,47.74891,9.00314\n2465,1646323597,47.74891,9.00314\n2466,1646323598,47.74891,9.00314\n2467,1646323599,47.74891,9.00314\n2468,1646323600,47.74891,9.00314\n2469,1646323601,47.74891,9.00314\n2470,1646323602,47.74891,9.00314\n2471,1646323603,47.74890,9.00315\n2472,1646323604,47.74889,9.00318\n2473,1646323605,47.74888,9.00320\n2474,1646323606,47.74886,9.00323\n2475,1646323607,47.74884,9.00325\n2476,1646323608,47.74882,9.00327\n2477,1646323609,47.74880,9.00329\n2478,1646323610,47.74879,9.00331\n2479,1646323611,47.74879,9.00332\n2480,1646323612,47.74879,9.00332\n2481,1646323613,47.74879,9.00332\n2482,1646323614,47.74880,9.00332\n2483,1646323615,47.74880,9.00332\n2484,1646323616,47.74880,9.00332\n2485,1646323617,47.74880,9.00332\n2486,1646323618,47.74880,9.00332\n2487,1646323619,47.74880,9.00332\n2488,1646323620,47.74880,9.00333\n2489,1646323621,47.74878,9.00334\n2490,1646323622,47.74877,9.00335\n2491,1646323623,47.74876,9.00336\n2492,1646323624,47.74874,9.00338\n2493,1646323625,47.74873,9.00339\n2494,1646323626,47.74872,9.00340\n2495,1646323627,47.74871,9.00341\n2496,1646323628,47.74870,9.00342\n2497,1646323629,47.74869,9.00344\n2498,1646323630,47.74868,9.00345\n2499,1646323631,47.74867,9.00347\n2500,1646323632,47.74866,9.00348\n2501,1646323633,47.74864,9.00349\n2502,1646323634,47.74863,9.00351\n2503,1646323635,47.74862,9.00352\n2504,1646323636,47.74861,9.00354\n2505,1646323637,47.74860,9.00356\n2506,1646323638,47.74859,9.00357\n2507,1646323639,47.74858,9.00359\n2508,1646323640,47.74857,9.00360\n2509,1646323641,47.74856,9.00361\n2510,1646323642,47.74855,9.00363\n2511,1646323643,47.74854,9.00364\n2512,1646323644,47.74853,9.00365\n2513,1646323645,47.74852,9.00366\n2514,1646323646,47.74850,9.00368\n2515,1646323647,47.74849,9.00369\n2516,1646323648,47.74849,9.00370\n2517,1646323649,47.74848,9.00371\n2518,1646323650,47.74846,9.00373\n2519,1646323651,47.74845,9.00374\n2520,1646323652,47.74844,9.00376\n2521,1646323653,47.74843,9.00377\n2522,1646323654,47.74842,9.00379\n2523,1646323655,47.74841,9.00380\n2524,1646323656,47.74840,9.00381\n2525,1646323657,47.74839,9.00382\n2526,1646323658,47.74838,9.00383\n2527,1646323659,47.74837,9.00384\n2528,1646323660,47.74837,9.00385\n2529,1646323661,47.74836,9.00386\n2530,1646323662,47.74835,9.00388\n2531,1646323663,47.74834,9.00390\n2532,1646323664,47.74833,9.00391\n2533,1646323665,47.74832,9.00393\n2534,1646323666,47.74831,9.00394\n2535,1646323667,47.74831,9.00396\n2536,1646323668,47.74830,9.00398\n2537,1646323669,47.74829,9.00400\n2538,1646323670,47.74829,9.00401\n2539,1646323671,47.74828,9.00403\n2540,1646323672,47.74826,9.00404\n2541,1646323673,47.74825,9.00406\n2542,1646323674,47.74824,9.00407\n2543,1646323675,47.74823,9.00409\n2544,1646323676,47.74822,9.00410\n2545,1646323677,47.74821,9.00411\n2546,1646323678,47.74820,9.00413\n2547,1646323679,47.74819,9.00414\n2548,1646323680,47.74818,9.00416\n2549,1646323681,47.74817,9.00417\n2550,1646323682,47.74816,9.00418\n2551,1646323683,47.74815,9.00420\n2552,1646323684,47.74814,9.00421\n2553,1646323685,47.74814,9.00422\n2554,1646323686,47.74813,9.00424\n2555,1646323687,47.74812,9.00424\n2556,1646323688,47.74811,9.00425\n2557,1646323689,47.74810,9.00427\n2558,1646323690,47.74809,9.00428\n2559,1646323691,47.74808,9.00429\n2560,1646323692,47.74807,9.00431\n2561,1646323693,47.74806,9.00432\n2562,1646323694,47.74805,9.00433\n2563,1646323695,47.74805,9.00434\n2564,1646323696,47.74804,9.00436\n2565,1646323697,47.74803,9.00437\n2566,1646323698,47.74802,9.00438\n2567,1646323699,47.74801,9.00440\n2568,1646323700,47.74800,9.00441\n2569,1646323701,47.74799,9.00442\n2570,1646323702,47.74798,9.00443\n2571,1646323703,47.74796,9.00444\n2572,1646323704,47.74796,9.00445\n2573,1646323705,47.74795,9.00447\n2574,1646323706,47.74794,9.00448\n2575,1646323707,47.74793,9.00450\n2576,1646323708,47.74792,9.00451\n2577,1646323709,47.74791,9.00452\n2578,1646323710,47.74789,9.00454\n2579,1646323711,47.74788,9.00455\n2580,1646323712,47.74787,9.00456\n2581,1646323713,47.74787,9.00457\n2582,1646323714,47.74786,9.00459\n2583,1646323715,47.74785,9.00460\n2584,1646323716,47.74784,9.00461\n2585,1646323717,47.74782,9.00463\n2586,1646323718,47.74781,9.00464\n2587,1646323719,47.74780,9.00466\n2588,1646323720,47.74779,9.00467\n2589,1646323721,47.74778,9.00469\n2590,1646323722,47.74777,9.00470\n2591,1646323723,47.74776,9.00472\n2592,1646323724,47.74775,9.00473\n2593,1646323725,47.74774,9.00475\n2594,1646323726,47.74773,9.00477\n2595,1646323727,47.74772,9.00478\n2596,1646323728,47.74771,9.00480\n2597,1646323729,47.74771,9.00482\n2598,1646323730,47.74770,9.00484\n2599,1646323731,47.74768,9.00485\n2600,1646323732,47.74767,9.00487\n2601,1646323733,47.74766,9.00488\n2602,1646323734,47.74765,9.00490\n2603,1646323735,47.74764,9.00491\n2604,1646323736,47.74763,9.00493\n2605,1646323737,47.74762,9.00494\n2606,1646323738,47.74761,9.00496\n2607,1646323739,47.74760,9.00497\n2608,1646323740,47.74759,9.00498\n2609,1646323741,47.74757,9.00500\n2610,1646323742,47.74756,9.00501\n2611,1646323743,47.74755,9.00502\n2612,1646323744,47.74754,9.00503\n2613,1646323745,47.74753,9.00505\n2614,1646323746,47.74752,9.00506\n2615,1646323747,47.74751,9.00507\n2616,1646323748,47.74750,9.00509\n2617,1646323749,47.74749,9.00510\n2618,1646323750,47.74748,9.00511\n2619,1646323751,47.74747,9.00513\n2620,1646323752,47.74746,9.00514\n2621,1646323753,47.74745,9.00515\n2622,1646323754,47.74744,9.00516\n2623,1646323755,47.74742,9.00517\n2624,1646323756,47.74741,9.00518\n2625,1646323757,47.74740,9.00519\n2626,1646323758,47.74739,9.00521\n2627,1646323759,47.74738,9.00522\n2628,1646323760,47.74737,9.00524\n2629,1646323761,47.74736,9.00525\n2630,1646323762,47.74734,9.00526\n2631,1646323763,47.74733,9.00527\n2632,1646323764,47.74732,9.00529\n2633,1646323765,47.74731,9.00530\n2634,1646323766,47.74730,9.00532\n2635,1646323767,47.74729,9.00533\n2636,1646323768,47.74727,9.00534\n2637,1646323769,47.74726,9.00536\n2638,1646323770,47.74725,9.00537\n2639,1646323771,47.74724,9.00539\n2640,1646323772,47.74723,9.00540\n2641,1646323773,47.74722,9.00541\n2642,1646323774,47.74721,9.00542\n2643,1646323775,47.74720,9.00544\n2644,1646323776,47.74719,9.00545\n2645,1646323777,47.74718,9.00546\n2646,1646323778,47.74716,9.00547\n2647,1646323779,47.74715,9.00548\n2648,1646323780,47.74714,9.00550\n2649,1646323781,47.74713,9.00551\n2650,1646323782,47.74712,9.00552\n2651,1646323783,47.74711,9.00553\n2652,1646323784,47.74709,9.00555\n2653,1646323785,47.74709,9.00556\n2654,1646323786,47.74707,9.00557\n2655,1646323787,47.74706,9.00558\n2656,1646323788,47.74705,9.00558\n2657,1646323789,47.74704,9.00559\n2658,1646323790,47.74703,9.00560\n2659,1646323791,47.74702,9.00561\n2660,1646323792,47.74700,9.00562\n2661,1646323793,47.74699,9.00563\n2662,1646323794,47.74698,9.00565\n2663,1646323795,47.74696,9.00566\n2664,1646323796,47.74695,9.00567\n2665,1646323797,47.74693,9.00568\n2666,1646323798,47.74692,9.00569\n2667,1646323799,47.74691,9.00570\n2668,1646323800,47.74689,9.00570\n2669,1646323801,47.74688,9.00571\n2670,1646323802,47.74687,9.00572\n2671,1646323803,47.74685,9.00572\n2672,1646323804,47.74684,9.00573\n2673,1646323805,47.74683,9.00573\n2674,1646323806,47.74681,9.00574\n2675,1646323807,47.74680,9.00574\n2676,1646323808,47.74679,9.00574\n2677,1646323809,47.74677,9.00575\n2678,1646323810,47.74676,9.00575\n2679,1646323811,47.74675,9.00575\n2680,1646323812,47.74674,9.00576\n2681,1646323813,47.74672,9.00576\n2682,1646323814,47.74671,9.00576\n2683,1646323815,47.74670,9.00577\n2684,1646323816,47.74669,9.00577\n2685,1646323817,47.74667,9.00578\n2686,1646323818,47.74666,9.00578\n2687,1646323819,47.74665,9.00579\n2688,1646323820,47.74664,9.00579\n2689,1646323821,47.74662,9.00580\n2690,1646323822,47.74661,9.00581\n2691,1646323823,47.74660,9.00581\n2692,1646323824,47.74659,9.00581\n2693,1646323825,47.74657,9.00582\n2694,1646323826,47.74656,9.00582\n2695,1646323827,47.74655,9.00582\n2696,1646323828,47.74654,9.00583\n2697,1646323829,47.74652,9.00583\n2698,1646323830,47.74651,9.00584\n2699,1646323831,47.74650,9.00584\n2700,1646323832,47.74649,9.00585\n2701,1646323833,47.74647,9.00585\n2702,1646323834,47.74646,9.00585\n2703,1646323835,47.74644,9.00586\n2704,1646323836,47.74643,9.00586\n2705,1646323837,47.74642,9.00586\n2706,1646323838,47.74641,9.00587\n2707,1646323839,47.74639,9.00587\n2708,1646323840,47.74638,9.00587\n2709,1646323841,47.74637,9.00587\n2710,1646323842,47.74635,9.00588\n2711,1646323843,47.74634,9.00588\n2712,1646323844,47.74633,9.00588\n2713,1646323845,47.74632,9.00589\n2714,1646323846,47.74630,9.00589\n2715,1646323847,47.74629,9.00589\n2716,1646323848,47.74628,9.00590\n2717,1646323849,47.74627,9.00591\n2718,1646323851,47.74625,9.00592\n2719,1646323852,47.74624,9.00593\n2720,1646323853,47.74623,9.00594\n2721,1646323854,47.74622,9.00594\n2722,1646323855,47.74621,9.00595\n2723,1646323856,47.74619,9.00595\n2724,1646323857,47.74618,9.00596\n2725,1646323858,47.74616,9.00597\n2726,1646323859,47.74615,9.00597\n2727,1646323860,47.74614,9.00598\n2728,1646323861,47.74612,9.00598\n2729,1646323862,47.74611,9.00599\n2730,1646323863,47.74610,9.00599\n2731,1646323864,47.74609,9.00600\n2732,1646323865,47.74607,9.00600\n2733,1646323866,47.74606,9.00601\n2734,1646323867,47.74605,9.00602\n2735,1646323868,47.74604,9.00602\n2736,1646323869,47.74603,9.00603\n2737,1646323870,47.74602,9.00603\n2738,1646323871,47.74600,9.00604\n2739,1646323872,47.74599,9.00604\n2740,1646323873,47.74598,9.00605\n2741,1646323874,47.74597,9.00605\n2742,1646323875,47.74596,9.00606\n2743,1646323876,47.74594,9.00607\n2744,1646323877,47.74593,9.00607\n2745,1646323878,47.74591,9.00608\n2746,1646323879,47.74590,9.00608\n2747,1646323880,47.74589,9.00609\n2748,1646323881,47.74588,9.00609\n2749,1646323882,47.74588,9.00608\n2750,1646323883,47.74587,9.00609\n2751,1646323884,47.74585,9.00610\n2752,1646323885,47.74584,9.00611\n2753,1646323886,47.74583,9.00611\n2754,1646323887,47.74582,9.00612\n2755,1646323888,47.74581,9.00613\n2756,1646323889,47.74580,9.00614\n2757,1646323890,47.74578,9.00615\n2758,1646323891,47.74577,9.00616\n2759,1646323892,47.74575,9.00616\n2760,1646323893,47.74574,9.00616\n2761,1646323894,47.74572,9.00616\n2762,1646323895,47.74571,9.00615\n2763,1646323896,47.74570,9.00615\n2764,1646323897,47.74570,9.00615\n2765,1646323898,47.74570,9.00615\n2766,1646323899,47.74570,9.00616\n2767,1646323900,47.74569,9.00616\n2768,1646323901,47.74569,9.00617\n2769,1646323902,47.74568,9.00618\n2770,1646323903,47.74567,9.00618\n2771,1646323904,47.74566,9.00619\n2772,1646323905,47.74564,9.00621\n2773,1646323906,47.74563,9.00622\n2774,1646323907,47.74562,9.00624\n2775,1646323908,47.74560,9.00625\n2776,1646323909,47.74559,9.00627\n2777,1646323910,47.74557,9.00628\n2778,1646323911,47.74556,9.00629\n2779,1646323912,47.74555,9.00630\n2780,1646323913,47.74554,9.00632\n2781,1646323914,47.74553,9.00633\n2782,1646323915,47.74551,9.00634\n2783,1646323916,47.74550,9.00635\n2784,1646323917,47.74549,9.00637\n2785,1646323918,47.74548,9.00638\n2786,1646323919,47.74547,9.00639\n2787,1646323920,47.74546,9.00640\n2788,1646323921,47.74545,9.00641\n2789,1646323922,47.74544,9.00641\n2790,1646323923,47.74544,9.00641\n2791,1646323924,47.74543,9.00642\n2792,1646323925,47.74542,9.00644\n2793,1646323926,47.74541,9.00645\n2794,1646323927,47.74540,9.00647\n2795,1646323928,47.74538,9.00648\n2796,1646323929,47.74537,9.00649\n2797,1646323930,47.74536,9.00651\n2798,1646323931,47.74534,9.00652\n2799,1646323932,47.74533,9.00653\n2800,1646323933,47.74532,9.00654\n2801,1646323934,47.74531,9.00655\n2802,1646323935,47.74530,9.00657\n2803,1646323936,47.74529,9.00658\n2804,1646323937,47.74528,9.00659\n2805,1646323938,47.74527,9.00660\n2806,1646323939,47.74526,9.00662\n2807,1646323940,47.74525,9.00663\n2808,1646323941,47.74524,9.00664\n2809,1646323942,47.74523,9.00665\n2810,1646323943,47.74522,9.00666\n2811,1646323944,47.74521,9.00667\n2812,1646323945,47.74520,9.00669\n2813,1646323946,47.74520,9.00670\n2814,1646323947,47.74519,9.00672\n2815,1646323948,47.74518,9.00673\n2816,1646323949,47.74516,9.00674\n2817,1646323950,47.74516,9.00676\n2818,1646323951,47.74515,9.00677\n2819,1646323952,47.74514,9.00679\n2820,1646323953,47.74513,9.00680\n2821,1646323954,47.74512,9.00682\n2822,1646323955,47.74511,9.00683\n2823,1646323956,47.74510,9.00685\n2824,1646323957,47.74509,9.00686\n2825,1646323958,47.74508,9.00688\n2826,1646323959,47.74507,9.00689\n2827,1646323960,47.74506,9.00691\n2828,1646323961,47.74505,9.00692\n2829,1646323962,47.74504,9.00693\n2830,1646323963,47.74503,9.00694\n2831,1646323964,47.74502,9.00696\n2832,1646323965,47.74502,9.00697\n2833,1646323966,47.74501,9.00699\n2834,1646323967,47.74500,9.00700\n2835,1646323968,47.74499,9.00702\n2836,1646323969,47.74499,9.00703\n2837,1646323970,47.74498,9.00705\n2838,1646323971,47.74497,9.00706\n2839,1646323972,47.74496,9.00707\n2840,1646323973,47.74495,9.00709\n2841,1646323974,47.74494,9.00710\n2842,1646323975,47.74493,9.00711\n2843,1646323976,47.74492,9.00713\n2844,1646323977,47.74491,9.00714\n2845,1646323978,47.74490,9.00715\n2846,1646323979,47.74489,9.00717\n2847,1646323980,47.74488,9.00718\n2848,1646323981,47.74487,9.00720\n2849,1646323982,47.74486,9.00721\n2850,1646323983,47.74485,9.00722\n2851,1646323984,47.74485,9.00724\n2852,1646323985,47.74484,9.00725\n2853,1646323986,47.74483,9.00727\n2854,1646323987,47.74482,9.00729\n2855,1646323988,47.74481,9.00731\n2856,1646323989,47.74480,9.00732\n2857,1646323990,47.74479,9.00734\n2858,1646323991,47.74478,9.00735\n2859,1646323992,47.74477,9.00737\n2860,1646323993,47.74476,9.00738\n2861,1646323994,47.74475,9.00740\n2862,1646323995,47.74474,9.00742\n2863,1646323996,47.74473,9.00743\n2864,1646323997,47.74472,9.00745\n2865,1646323998,47.74471,9.00747\n2866,1646323999,47.74470,9.00748\n2867,1646324000,47.74468,9.00749\n2868,1646324001,47.74467,9.00751\n2869,1646324002,47.74466,9.00752\n2870,1646324003,47.74465,9.00753\n2871,1646324004,47.74464,9.00754\n2872,1646324005,47.74464,9.00756\n2873,1646324006,47.74463,9.00757\n2874,1646324007,47.74462,9.00759\n2875,1646324008,47.74460,9.00759\n2876,1646324009,47.74459,9.00760\n2877,1646324010,47.74458,9.00761\n2878,1646324011,47.74457,9.00762\n2879,1646324012,47.74456,9.00762\n2880,1646324013,47.74455,9.00763\n2881,1646324014,47.74454,9.00763\n2882,1646324015,47.74453,9.00763\n2883,1646324016,47.74452,9.00764\n2884,1646324017,47.74451,9.00764\n2885,1646324018,47.74449,9.00763\n2886,1646324019,47.74449,9.00763\n2887,1646324020,47.74448,9.00764\n2888,1646324021,47.74446,9.00764\n2889,1646324022,47.74445,9.00764\n2890,1646324023,47.74445,9.00764\n2891,1646324024,47.74444,9.00763\n2892,1646324025,47.74444,9.00764\n2893,1646324026,47.74444,9.00764\n2894,1646324027,47.74444,9.00764\n2895,1646324028,47.74444,9.00764\n2896,1646324029,47.74444,9.00764\n2897,1646324030,47.74443,9.00764\n2898,1646324031,47.74443,9.00764\n2899,1646324032,47.74443,9.00764\n2900,1646324033,47.74444,9.00764\n2901,1646324034,47.74444,9.00764\n2902,1646324035,47.74443,9.00762\n2903,1646324036,47.74442,9.00760\n2904,1646324037,47.74441,9.00758\n2905,1646324038,47.74440,9.00757\n2906,1646324039,47.74439,9.00755\n2907,1646324040,47.74438,9.00754\n2908,1646324041,47.74437,9.00753\n2909,1646324042,47.74437,9.00752\n2910,1646324043,47.74436,9.00750\n2911,1646324044,47.74435,9.00748\n2912,1646324045,47.74434,9.00746\n2913,1646324046,47.74433,9.00744\n2914,1646324047,47.74433,9.00743\n2915,1646324048,47.74432,9.00742\n2916,1646324049,47.74431,9.00740\n2917,1646324050,47.74430,9.00739\n2918,1646324051,47.74429,9.00737\n2919,1646324052,47.74429,9.00735\n2920,1646324053,47.74428,9.00734\n2921,1646324054,47.74427,9.00733\n2922,1646324055,47.74427,9.00732\n2923,1646324056,47.74427,9.00731\n2924,1646324057,47.74426,9.00729\n2925,1646324058,47.74426,9.00727\n2926,1646324059,47.74425,9.00725\n2927,1646324060,47.74424,9.00723\n2928,1646324061,47.74424,9.00721\n2929,1646324062,47.74423,9.00719\n2930,1646324063,47.74422,9.00717\n2931,1646324064,47.74422,9.00715\n2932,1646324065,47.74421,9.00714\n2933,1646324066,47.74421,9.00712\n2934,1646324067,47.74420,9.00710\n2935,1646324068,47.74419,9.00708\n2936,1646324069,47.74418,9.00707\n2937,1646324070,47.74418,9.00705\n2938,1646324071,47.74416,9.00703\n2939,1646324072,47.74417,9.00700\n2940,1646324073,47.74418,9.00696\n2941,1646324074,47.74417,9.00694\n2942,1646324075,47.74416,9.00692\n2943,1646324076,47.74416,9.00690\n2944,1646324077,47.74415,9.00689\n2945,1646324078,47.74414,9.00687\n2946,1646324079,47.74413,9.00686\n2947,1646324080,47.74412,9.00685\n2948,1646324081,47.74411,9.00684\n2949,1646324082,47.74410,9.00683\n2950,1646324083,47.74409,9.00681\n2951,1646324084,47.74408,9.00680\n2952,1646324085,47.74407,9.00679\n2953,1646324086,47.74406,9.00678\n2954,1646324087,47.74405,9.00678\n2955,1646324088,47.74403,9.00677\n2956,1646324089,47.74402,9.00677\n2957,1646324090,47.74401,9.00676\n2958,1646324091,47.74399,9.00675\n2959,1646324092,47.74398,9.00675\n2960,1646324093,47.74397,9.00675\n2961,1646324094,47.74396,9.00675\n2962,1646324095,47.74395,9.00674\n2963,1646324096,47.74393,9.00674\n2964,1646324097,47.74392,9.00673\n2965,1646324098,47.74390,9.00672\n2966,1646324099,47.74389,9.00672\n2967,1646324100,47.74388,9.00671\n2968,1646324101,47.74387,9.00670\n2969,1646324102,47.74385,9.00670\n2970,1646324103,47.74383,9.00670\n2971,1646324104,47.74381,9.00670\n2972,1646324105,47.74380,9.00669\n2973,1646324106,47.74379,9.00669\n2974,1646324107,47.74378,9.00668\n2975,1646324108,47.74377,9.00667\n2976,1646324109,47.74375,9.00667\n2977,1646324110,47.74374,9.00667\n2978,1646324111,47.74373,9.00667\n2979,1646324112,47.74373,9.00667\n2980,1646324113,47.74373,9.00667\n2981,1646324114,47.74372,9.00667\n2982,1646324115,47.74371,9.00667\n2983,1646324116,47.74370,9.00666\n2984,1646324117,47.74368,9.00666\n2985,1646324118,47.74367,9.00665\n2986,1646324119,47.74365,9.00665\n2987,1646324120,47.74364,9.00664\n2988,1646324121,47.74363,9.00664\n2989,1646324122,47.74361,9.00663\n2990,1646324123,47.74360,9.00662\n2991,1646324124,47.74358,9.00661\n2992,1646324125,47.74357,9.00660\n2993,1646324126,47.74357,9.00658\n2994,1646324127,47.74356,9.00656\n2995,1646324128,47.74354,9.00655\n2996,1646324129,47.74353,9.00654\n2997,1646324130,47.74352,9.00653\n2998,1646324131,47.74351,9.00651\n2999,1646324132,47.74350,9.00650\n3000,1646324133,47.74349,9.00648\n3001,1646324134,47.74348,9.00647\n3002,1646324135,47.74347,9.00646\n3003,1646324136,47.74346,9.00644\n3004,1646324137,47.74345,9.00643\n3005,1646324138,47.74344,9.00642\n3006,1646324139,47.74343,9.00640\n3007,1646324140,47.74342,9.00639\n3008,1646324141,47.74341,9.00638\n3009,1646324142,47.74340,9.00636\n3010,1646324143,47.74339,9.00635\n3011,1646324144,47.74338,9.00634\n3012,1646324145,47.74336,9.00632\n3013,1646324146,47.74335,9.00631\n3014,1646324147,47.74334,9.00630\n3015,1646324148,47.74333,9.00629\n3016,1646324149,47.74332,9.00627\n3017,1646324150,47.74331,9.00625\n3018,1646324151,47.74331,9.00624\n3019,1646324152,47.74330,9.00621\n3020,1646324153,47.74330,9.00619\n3021,1646324154,47.74329,9.00618\n3022,1646324155,47.74329,9.00616\n3023,1646324156,47.74328,9.00615\n3024,1646324157,47.74327,9.00613\n3025,1646324158,47.74326,9.00611\n3026,1646324159,47.74326,9.00610\n3027,1646324160,47.74325,9.00609\n3028,1646324161,47.74323,9.00609\n3029,1646324162,47.74322,9.00608\n3030,1646324163,47.74322,9.00607\n3031,1646324164,47.74321,9.00607\n3032,1646324165,47.74320,9.00606\n3033,1646324166,47.74319,9.00604\n3034,1646324167,47.74319,9.00602\n3035,1646324168,47.74318,9.00599\n3036,1646324169,47.74317,9.00598\n3037,1646324170,47.74316,9.00596\n3038,1646324171,47.74315,9.00594\n3039,1646324172,47.74314,9.00593\n3040,1646324173,47.74313,9.00592\n3041,1646324174,47.74312,9.00590\n3042,1646324175,47.74311,9.00589\n3043,1646324176,47.74309,9.00587\n3044,1646324177,47.74308,9.00586\n3045,1646324178,47.74307,9.00585\n3046,1646324179,47.74306,9.00584\n3047,1646324180,47.74305,9.00582\n3048,1646324181,47.74304,9.00581\n3049,1646324182,47.74303,9.00579\n3050,1646324183,47.74302,9.00578\n3051,1646324184,47.74301,9.00576\n3052,1646324185,47.74300,9.00574\n3053,1646324186,47.74299,9.00573\n3054,1646324187,47.74298,9.00572\n3055,1646324188,47.74296,9.00572\n3056,1646324189,47.74295,9.00571\n3057,1646324190,47.74294,9.00569\n3058,1646324191,47.74293,9.00567\n3059,1646324192,47.74293,9.00565\n3060,1646324193,47.74292,9.00564\n3061,1646324194,47.74291,9.00563\n3062,1646324195,47.74290,9.00561\n3063,1646324196,47.74289,9.00559\n3064,1646324197,47.74290,9.00557\n3065,1646324198,47.74291,9.00555\n3066,1646324199,47.74291,9.00553\n3067,1646324200,47.74291,9.00551\n3068,1646324201,47.74291,9.00549\n3069,1646324202,47.74290,9.00547\n3070,1646324203,47.74289,9.00545\n3071,1646324204,47.74289,9.00544\n3072,1646324205,47.74288,9.00542\n3073,1646324206,47.74287,9.00542\n3074,1646324207,47.74286,9.00540\n3075,1646324208,47.74285,9.00539\n3076,1646324209,47.74284,9.00538\n3077,1646324210,47.74283,9.00536\n3078,1646324211,47.74282,9.00535\n3079,1646324212,47.74281,9.00535\n3080,1646324213,47.74279,9.00534\n3081,1646324214,47.74278,9.00534\n3082,1646324215,47.74276,9.00533\n3083,1646324216,47.74275,9.00532\n3084,1646324217,47.74274,9.00530\n3085,1646324218,47.74273,9.00529\n3086,1646324219,47.74273,9.00527\n3087,1646324220,47.74272,9.00525\n3088,1646324221,47.74271,9.00523\n3089,1646324222,47.74271,9.00521\n3090,1646324223,47.74270,9.00520\n3091,1646324224,47.74268,9.00518\n3092,1646324225,47.74267,9.00517\n3093,1646324226,47.74266,9.00516\n3094,1646324227,47.74264,9.00514\n3095,1646324228,47.74263,9.00512\n3096,1646324229,47.74262,9.00511\n3097,1646324230,47.74261,9.00509\n3098,1646324231,47.74260,9.00508\n3099,1646324232,47.74260,9.00506\n3100,1646324233,47.74259,9.00504\n3101,1646324234,47.74259,9.00502\n3102,1646324235,47.74259,9.00500\n3103,1646324236,47.74258,9.00498\n3104,1646324237,47.74256,9.00497\n3105,1646324238,47.74255,9.00495\n3106,1646324239,47.74255,9.00493\n3107,1646324240,47.74255,9.00491\n3108,1646324241,47.74254,9.00490\n3109,1646324242,47.74253,9.00488\n3110,1646324243,47.74252,9.00487\n3111,1646324244,47.74252,9.00485\n3112,1646324245,47.74251,9.00483\n3113,1646324246,47.74251,9.00481\n3114,1646324247,47.74250,9.00480\n3115,1646324248,47.74249,9.00478\n3116,1646324249,47.74248,9.00477\n3117,1646324250,47.74247,9.00475\n3118,1646324251,47.74246,9.00474\n3119,1646324252,47.74245,9.00473\n3120,1646324253,47.74245,9.00472\n3121,1646324254,47.74244,9.00470\n3122,1646324255,47.74243,9.00469\n3123,1646324256,47.74242,9.00468\n3124,1646324257,47.74243,9.00466\n3125,1646324258,47.74243,9.00464\n3126,1646324259,47.74242,9.00463\n3127,1646324260,47.74242,9.00460\n3128,1646324261,47.74242,9.00457\n3129,1646324262,47.74241,9.00456\n3130,1646324263,47.74240,9.00455\n3131,1646324264,47.74239,9.00453\n3132,1646324265,47.74238,9.00452\n3133,1646324266,47.74237,9.00451\n3134,1646324267,47.74236,9.00450\n3135,1646324268,47.74234,9.00448\n3136,1646324269,47.74233,9.00447\n3137,1646324270,47.74232,9.00446\n3138,1646324271,47.74231,9.00445\n3139,1646324272,47.74230,9.00443\n3140,1646324273,47.74229,9.00442\n3141,1646324274,47.74227,9.00441\n3142,1646324275,47.74226,9.00439\n3143,1646324276,47.74225,9.00438\n3144,1646324277,47.74224,9.00437\n3145,1646324278,47.74223,9.00436\n3146,1646324279,47.74222,9.00435\n3147,1646324280,47.74221,9.00434\n3148,1646324281,47.74219,9.00433\n3149,1646324282,47.74218,9.00432\n3150,1646324283,47.74217,9.00430\n3151,1646324284,47.74217,9.00429\n3152,1646324285,47.74216,9.00427\n3153,1646324286,47.74215,9.00426\n3154,1646324287,47.74214,9.00425\n3155,1646324288,47.74213,9.00424\n3156,1646324289,47.74212,9.00423\n3157,1646324290,47.74211,9.00423\n3158,1646324291,47.74211,9.00422\n3159,1646324292,47.74210,9.00420\n3160,1646324293,47.74209,9.00419\n3161,1646324294,47.74208,9.00417\n3162,1646324295,47.74207,9.00415\n3163,1646324296,47.74206,9.00413\n3164,1646324297,47.74206,9.00411\n3165,1646324298,47.74206,9.00409\n3166,1646324299,47.74207,9.00407\n3167,1646324300,47.74207,9.00405\n3168,1646324301,47.74207,9.00404\n3169,1646324302,47.74208,9.00404\n3170,1646324303,47.74208,9.00404\n3171,1646324304,47.74208,9.00404\n3172,1646324305,47.74208,9.00404\n3173,1646324306,47.74208,9.00404\n3174,1646324307,47.74208,9.00404\n3175,1646324308,47.74208,9.00404\n3176,1646324309,47.74208,9.00404\n3177,1646324310,47.74208,9.00404\n3178,1646324311,47.74208,9.00404\n3179,1646324312,47.74208,9.00404\n3180,1646324313,47.74208,9.00404\n3181,1646324314,47.74208,9.00404\n3182,1646324315,47.74208,9.00404\n3183,1646324316,47.74208,9.00404\n3184,1646324317,47.74208,9.00404\n3185,1646324318,47.74208,9.00404\n3186,1646324319,47.74208,9.00404\n3187,1646324320,47.74208,9.00404\n3188,1646324321,47.74208,9.00404\n3189,1646324322,47.74208,9.00404\n3190,1646324323,47.74208,9.00404\n3191,1646324324,47.74208,9.00405\n3192,1646324325,47.74208,9.00405\n3193,1646324326,47.74208,9.00405\n3194,1646324327,47.74208,9.00405\n3195,1646324328,47.74208,9.00405\n3196,1646324329,47.74208,9.00405\n3197,1646324330,47.74208,9.00405\n3198,1646324331,47.74208,9.00405\n3199,1646324332,47.74208,9.00405\n3200,1646324333,47.74208,9.00405\n3201,1646324334,47.74208,9.00406\n3202,1646324335,47.74208,9.00406\n3203,1646324336,47.74208,9.00406\n3204,1646324337,47.74208,9.00406\n3205,1646324338,47.74208,9.00406\n3206,1646324339,47.74208,9.00406\n3207,1646324340,47.74208,9.00406\n3208,1646324341,47.74208,9.00406\n3209,1646324342,47.74208,9.00406\n3210,1646324343,47.74208,9.00406\n3211,1646324344,47.74208,9.00407\n3212,1646324345,47.74208,9.00407\n3213,1646324346,47.74208,9.00407\n3214,1646324347,47.74208,9.00407\n3215,1646324348,47.74208,9.00407\n3216,1646324349,47.74207,9.00406\n3217,1646324350,47.74207,9.00405\n3218,1646324351,47.74207,9.00403\n3219,1646324352,47.74206,9.00402\n3220,1646324353,47.74206,9.00400\n3221,1646324354,47.74205,9.00398\n3222,1646324355,47.74204,9.00394\n3223,1646324356,47.74204,9.00392\n3224,1646324357,47.74204,9.00389\n3225,1646324358,47.74204,9.00387\n3226,1646324359,47.74204,9.00385\n3227,1646324360,47.74205,9.00383\n3228,1646324361,47.74205,9.00381\n3229,1646324362,47.74206,9.00379\n3230,1646324363,47.74207,9.00377\n3231,1646324364,47.74208,9.00376\n3232,1646324365,47.74209,9.00375\n3233,1646324366,47.74210,9.00374\n3234,1646324367,47.74212,9.00373\n3235,1646324368,47.74214,9.00373\n3236,1646324369,47.74215,9.00371\n3237,1646324370,47.74217,9.00370\n3238,1646324371,47.74218,9.00368\n3239,1646324372,47.74219,9.00366\n3240,1646324373,47.74220,9.00364\n3241,1646324374,47.74221,9.00363\n3242,1646324375,47.74222,9.00362\n3243,1646324376,47.74223,9.00360\n3244,1646324377,47.74224,9.00359\n3245,1646324378,47.74225,9.00358\n3246,1646324379,47.74226,9.00357\n3247,1646324380,47.74227,9.00355\n3248,1646324381,47.74227,9.00354\n3249,1646324382,47.74228,9.00352\n3250,1646324383,47.74229,9.00351\n3251,1646324384,47.74230,9.00349\n3252,1646324385,47.74231,9.00348\n3253,1646324386,47.74232,9.00347\n3254,1646324387,47.74234,9.00346\n3255,1646324388,47.74234,9.00345\n3256,1646324389,47.74235,9.00344\n3257,1646324390,47.74236,9.00343\n3258,1646324391,47.74237,9.00342\n3259,1646324392,47.74238,9.00340\n3260,1646324393,47.74239,9.00339\n3261,1646324394,47.74241,9.00338\n3262,1646324395,47.74242,9.00336\n3263,1646324396,47.74243,9.00334\n3264,1646324397,47.74245,9.00334\n3265,1646324398,47.74247,9.00333\n3266,1646324399,47.74248,9.00333\n3267,1646324400,47.74249,9.00332\n3268,1646324401,47.74250,9.00331\n3269,1646324402,47.74251,9.00330\n3270,1646324403,47.74251,9.00329\n3271,1646324404,47.74252,9.00328\n3272,1646324405,47.74253,9.00327\n3273,1646324406,47.74254,9.00326\n3274,1646324407,47.74255,9.00325\n3275,1646324408,47.74256,9.00323\n3276,1646324409,47.74257,9.00322\n3277,1646324410,47.74258,9.00321\n3278,1646324411,47.74259,9.00320\n3279,1646324412,47.74260,9.00319\n3280,1646324413,47.74261,9.00317\n3281,1646324414,47.74262,9.00316\n3282,1646324415,47.74263,9.00315\n3283,1646324416,47.74264,9.00314\n3284,1646324417,47.74265,9.00313\n3285,1646324418,47.74265,9.00311\n3286,1646324419,47.74266,9.00310\n3287,1646324420,47.74267,9.00308\n3288,1646324421,47.74268,9.00307\n3289,1646324422,47.74268,9.00306\n3290,1646324423,47.74269,9.00305\n3291,1646324424,47.74270,9.00304\n3292,1646324425,47.74271,9.00302\n3293,1646324426,47.74272,9.00301\n3294,1646324427,47.74273,9.00299\n3295,1646324428,47.74274,9.00297\n3296,1646324429,47.74276,9.00296\n3297,1646324430,47.74276,9.00295\n3298,1646324431,47.74277,9.00294\n3299,1646324432,47.74278,9.00292\n3300,1646324433,47.74280,9.00291\n3301,1646324434,47.74281,9.00289\n3302,1646324435,47.74282,9.00288\n3303,1646324436,47.74283,9.00286\n3304,1646324437,47.74284,9.00285\n3305,1646324438,47.74285,9.00284\n3306,1646324439,47.74286,9.00283\n3307,1646324440,47.74286,9.00281\n3308,1646324441,47.74287,9.00279\n3309,1646324442,47.74288,9.00277\n3310,1646324443,47.74289,9.00276\n3311,1646324444,47.74291,9.00274\n3312,1646324445,47.74292,9.00273\n3313,1646324446,47.74293,9.00271\n3314,1646324447,47.74294,9.00270\n3315,1646324448,47.74295,9.00271\n3316,1646324449,47.74295,9.00270\n3317,1646324450,47.74296,9.00269\n3318,1646324451,47.74297,9.00268\n3319,1646324452,47.74298,9.00266\n3320,1646324453,47.74299,9.00264\n3321,1646324454,47.74300,9.00263\n3322,1646324455,47.74300,9.00261\n3323,1646324456,47.74300,9.00260\n3324,1646324457,47.74300,9.00258\n3325,1646324458,47.74299,9.00257\n3326,1646324459,47.74299,9.00255\n3327,1646324460,47.74298,9.00253\n3328,1646324461,47.74297,9.00251\n3329,1646324462,47.74297,9.00249\n3330,1646324463,47.74296,9.00248\n3331,1646324464,47.74295,9.00246\n3332,1646324465,47.74295,9.00246\n3333,1646324466,47.74294,9.00245\n3334,1646324467,47.74293,9.00245\n3335,1646324468,47.74292,9.00246\n3336,1646324469,47.74291,9.00246\n3337,1646324470,47.74291,9.00246\n3338,1646324471,47.74291,9.00246\n3339,1646324472,47.74291,9.00246\n3340,1646324473,47.74290,9.00246\n3341,1646324474,47.74290,9.00246\n3342,1646324475,47.74289,9.00245\n3343,1646324476,47.74288,9.00245\n3344,1646324477,47.74287,9.00244\n3345,1646324478,47.74287,9.00242\n3346,1646324479,47.74287,9.00241\n3347,1646324480,47.74286,9.00240\n3348,1646324481,47.74285,9.00238\n3349,1646324482,47.74284,9.00236\n3350,1646324483,47.74283,9.00234\n3351,1646324484,47.74282,9.00233\n3352,1646324485,47.74281,9.00232\n3353,1646324486,47.74281,9.00230\n3354,1646324487,47.74281,9.00229\n3355,1646324488,47.74280,9.00227\n3356,1646324489,47.74279,9.00226\n3357,1646324490,47.74278,9.00224\n3358,1646324491,47.74277,9.00222\n3359,1646324492,47.74276,9.00220\n3360,1646324493,47.74276,9.00219\n3361,1646324494,47.74275,9.00217\n3362,1646324495,47.74274,9.00217\n3363,1646324496,47.74273,9.00216\n3364,1646324497,47.74272,9.00214\n3365,1646324498,47.74271,9.00213\n3366,1646324499,47.74271,9.00212\n3367,1646324500,47.74270,9.00211\n3368,1646324501,47.74269,9.00209\n3369,1646324502,47.74268,9.00208\n3370,1646324503,47.74267,9.00206\n3371,1646324504,47.74267,9.00205\n3372,1646324505,47.74266,9.00203\n3373,1646324506,47.74265,9.00202\n3374,1646324507,47.74264,9.00201\n3375,1646324508,47.74263,9.00199\n3376,1646324509,47.74262,9.00198\n3377,1646324510,47.74261,9.00196\n3378,1646324511,47.74259,9.00195\n3379,1646324512,47.74258,9.00194\n3380,1646324513,47.74257,9.00192\n3381,1646324514,47.74256,9.00191\n3382,1646324515,47.74254,9.00190\n3383,1646324516,47.74253,9.00188\n3384,1646324517,47.74252,9.00187\n3385,1646324518,47.74251,9.00185\n3386,1646324519,47.74250,9.00183\n3387,1646324520,47.74249,9.00182\n3388,1646324521,47.74248,9.00180\n3389,1646324522,47.74247,9.00178\n3390,1646324523,47.74246,9.00177\n3391,1646324524,47.74245,9.00175\n3392,1646324525,47.74244,9.00174\n3393,1646324526,47.74243,9.00173\n3394,1646324527,47.74242,9.00171\n3395,1646324528,47.74241,9.00169\n3396,1646324529,47.74240,9.00168\n3397,1646324530,47.74240,9.00166\n3398,1646324531,47.74240,9.00166\n3399,1646324532,47.74239,9.00165\n3400,1646324533,47.74238,9.00164\n3401,1646324534,47.74237,9.00163\n3402,1646324535,47.74236,9.00161\n3403,1646324536,47.74235,9.00160\n3404,1646324537,47.74233,9.00160\n3405,1646324538,47.74232,9.00158\n3406,1646324539,47.74230,9.00157\n3407,1646324540,47.74229,9.00155\n3408,1646324541,47.74228,9.00153\n3409,1646324542,47.74226,9.00152\n3410,1646324543,47.74225,9.00150\n3411,1646324544,47.74224,9.00149\n3412,1646324545,47.74223,9.00147\n3413,1646324546,47.74222,9.00145\n3414,1646324547,47.74221,9.00144\n3415,1646324548,47.74220,9.00143\n3416,1646324549,47.74220,9.00142\n3417,1646324550,47.74219,9.00141\n3418,1646324551,47.74218,9.00139\n3419,1646324552,47.74217,9.00138\n3420,1646324553,47.74216,9.00136\n3421,1646324554,47.74215,9.00135\n3422,1646324555,47.74214,9.00134\n3423,1646324556,47.74214,9.00133\n3424,1646324557,47.74213,9.00131\n3425,1646324558,47.74212,9.00130\n3426,1646324559,47.74211,9.00128\n3427,1646324560,47.74210,9.00127\n3428,1646324561,47.74209,9.00125\n3429,1646324562,47.74208,9.00124\n3430,1646324563,47.74207,9.00122\n3431,1646324564,47.74206,9.00121\n3432,1646324565,47.74206,9.00119\n3433,1646324566,47.74205,9.00117\n3434,1646324567,47.74204,9.00115\n3435,1646324568,47.74203,9.00114\n3436,1646324569,47.74202,9.00112\n3437,1646324570,47.74201,9.00111\n3438,1646324571,47.74200,9.00110\n3439,1646324572,47.74199,9.00109\n3440,1646324573,47.74197,9.00108\n3441,1646324574,47.74196,9.00107\n3442,1646324575,47.74195,9.00105\n3443,1646324576,47.74194,9.00104\n3444,1646324577,47.74193,9.00102\n3445,1646324578,47.74193,9.00100\n3446,1646324579,47.74192,9.00098\n3447,1646324580,47.74191,9.00097\n3448,1646324581,47.74190,9.00095\n3449,1646324582,47.74189,9.00094\n3450,1646324583,47.74188,9.00092\n3451,1646324584,47.74188,9.00090\n3452,1646324585,47.74187,9.00088\n3453,1646324586,47.74186,9.00087\n3454,1646324587,47.74185,9.00086\n3455,1646324588,47.74184,9.00084\n3456,1646324589,47.74183,9.00083\n3457,1646324590,47.74182,9.00081\n3458,1646324591,47.74181,9.00080\n3459,1646324592,47.74180,9.00079\n3460,1646324593,47.74179,9.00079\n3461,1646324594,47.74178,9.00078\n3462,1646324595,47.74177,9.00077\n3463,1646324596,47.74176,9.00076\n3464,1646324597,47.74176,9.00076\n3465,1646324598,47.74175,9.00075\n3466,1646324599,47.74174,9.00074\n3467,1646324600,47.74174,9.00072\n3468,1646324601,47.74173,9.00070\n3469,1646324602,47.74173,9.00067\n3470,1646324603,47.74173,9.00064\n3471,1646324604,47.74174,9.00062\n3472,1646324605,47.74174,9.00060\n3473,1646324606,47.74175,9.00058\n3474,1646324607,47.74176,9.00057\n3475,1646324608,47.74177,9.00056\n3476,1646324609,47.74179,9.00055\n3477,1646324610,47.74180,9.00055\n3478,1646324611,47.74181,9.00055\n3479,1646324612,47.74181,9.00054\n3480,1646324613,47.74182,9.00053\n3481,1646324614,47.74183,9.00052\n3482,1646324615,47.74185,9.00051\n3483,1646324616,47.74186,9.00050\n3484,1646324617,47.74187,9.00049\n3485,1646324618,47.74188,9.00048\n3486,1646324619,47.74188,9.00047\n3487,1646324620,47.74189,9.00046\n3488,1646324621,47.74190,9.00045\n3489,1646324622,47.74191,9.00044\n3490,1646324623,47.74192,9.00043\n3491,1646324624,47.74194,9.00042\n3492,1646324625,47.74195,9.00041\n3493,1646324626,47.74196,9.00040\n3494,1646324627,47.74197,9.00039\n3495,1646324628,47.74198,9.00038\n3496,1646324629,47.74199,9.00037\n3497,1646324630,47.74200,9.00036\n3498,1646324631,47.74201,9.00035\n3499,1646324632,47.74202,9.00034\n3500,1646324633,47.74203,9.00033\n3501,1646324634,47.74204,9.00031\n3502,1646324635,47.74205,9.00030\n3503,1646324636,47.74206,9.00029\n3504,1646324637,47.74207,9.00028\n3505,1646324638,47.74208,9.00027\n3506,1646324639,47.74209,9.00026\n3507,1646324640,47.74210,9.00025\n3508,1646324641,47.74211,9.00024\n3509,1646324642,47.74212,9.00023\n3510,1646324643,47.74213,9.00022\n3511,1646324644,47.74215,9.00021\n3512,1646324645,47.74216,9.00020\n3513,1646324646,47.74217,9.00019\n3514,1646324647,47.74218,9.00018\n3515,1646324648,47.74219,9.00017\n3516,1646324649,47.74220,9.00016\n3517,1646324650,47.74221,9.00014\n3518,1646324651,47.74223,9.00013\n3519,1646324652,47.74224,9.00012\n3520,1646324653,47.74225,9.00012\n3521,1646324654,47.74226,9.00010\n3522,1646324655,47.74227,9.00010\n3523,1646324656,47.74229,9.00009\n3524,1646324657,47.74230,9.00008\n3525,1646324658,47.74231,9.00007\n3526,1646324659,47.74232,9.00006\n3527,1646324660,47.74234,9.00005\n3528,1646324661,47.74235,9.00004\n3529,1646324662,47.74236,9.00003\n3530,1646324663,47.74237,9.00002\n3531,1646324664,47.74238,9.00002\n3532,1646324665,47.74239,9.00000\n3533,1646324666,47.74240,8.99999\n3534,1646324667,47.74241,8.99998\n3535,1646324668,47.74242,8.99997\n3536,1646324669,47.74243,8.99996\n3537,1646324670,47.74245,8.99995\n3538,1646324671,47.74246,8.99994\n3539,1646324672,47.74247,8.99994\n3540,1646324673,47.74248,8.99992\n3541,1646324674,47.74249,8.99991\n3542,1646324675,47.74250,8.99990\n3543,1646324676,47.74252,8.99989\n3544,1646324677,47.74253,8.99988\n3545,1646324678,47.74254,8.99987\n3546,1646324679,47.74255,8.99986\n3547,1646324680,47.74257,8.99984\n3548,1646324681,47.74258,8.99983\n3549,1646324682,47.74259,8.99982\n3550,1646324683,47.74260,8.99981\n3551,1646324684,47.74261,8.99980\n3552,1646324685,47.74262,8.99979\n3553,1646324686,47.74263,8.99978\n3554,1646324687,47.74264,8.99977\n3555,1646324688,47.74265,8.99976\n3556,1646324689,47.74266,8.99975\n3557,1646324690,47.74267,8.99974\n3558,1646324691,47.74268,8.99972\n3559,1646324692,47.74269,8.99971\n3560,1646324693,47.74270,8.99970\n3561,1646324694,47.74271,8.99969\n3562,1646324695,47.74272,8.99968\n3563,1646324696,47.74273,8.99968\n3564,1646324697,47.74274,8.99967\n3565,1646324698,47.74275,8.99967\n3566,1646324699,47.74276,8.99966\n3567,1646324700,47.74277,8.99965\n3568,1646324701,47.74278,8.99964\n3569,1646324702,47.74279,8.99963\n3570,1646324703,47.74281,8.99962\n3571,1646324704,47.74282,8.99963\n3572,1646324705,47.74283,8.99963\n3573,1646324706,47.74284,8.99962\n3574,1646324707,47.74285,8.99960\n3575,1646324708,47.74287,8.99960\n3576,1646324709,47.74288,8.99959\n3577,1646324710,47.74289,8.99958\n3578,1646324711,47.74290,8.99957\n3579,1646324712,47.74291,8.99956\n3580,1646324713,47.74292,8.99955\n3581,1646324714,47.74293,8.99954\n3582,1646324715,47.74294,8.99953\n3583,1646324716,47.74295,8.99952\n3584,1646324717,47.74297,8.99951\n3585,1646324718,47.74298,8.99950\n3586,1646324719,47.74299,8.99949\n3587,1646324720,47.74300,8.99948\n3588,1646324721,47.74301,8.99947\n3589,1646324722,47.74302,8.99946\n3590,1646324723,47.74303,8.99945\n3591,1646324724,47.74303,8.99944\n3592,1646324725,47.74304,8.99944\n3593,1646324726,47.74305,8.99943\n3594,1646324727,47.74306,8.99943\n3595,1646324728,47.74307,8.99942\n3596,1646324729,47.74308,8.99941\n3597,1646324730,47.74309,8.99940\n3598,1646324731,47.74310,8.99939\n3599,1646324732,47.74312,8.99938\n3600,1646324733,47.74313,8.99936\n3601,1646324734,47.74314,8.99934\n3602,1646324735,47.74315,8.99933\n3603,1646324736,47.74316,8.99932\n3604,1646324737,47.74317,8.99931\n3605,1646324738,47.74318,8.99930\n3606,1646324739,47.74319,8.99929\n3607,1646324740,47.74319,8.99928\n3608,1646324741,47.74320,8.99926\n3609,1646324742,47.74320,8.99925\n3610,1646324743,47.74319,8.99924\n3611,1646324744,47.74318,8.99922\n3612,1646324745,47.74318,8.99921\n3613,1646324746,47.74317,8.99920\n3614,1646324747,47.74316,8.99919\n3615,1646324748,47.74316,8.99918\n3616,1646324749,47.74315,8.99917\n3617,1646324750,47.74315,8.99916\n3618,1646324751,47.74315,8.99915\n3619,1646324752,47.74315,8.99915\n3620,1646324753,47.74314,8.99915\n3621,1646324754,47.74313,8.99914\n3622,1646324755,47.74312,8.99914\n3623,1646324756,47.74312,8.99914\n3624,1646324757,47.74312,8.99914\n3625,1646324758,47.74312,8.99914\n3626,1646324759,47.74310,8.99913\n3627,1646324760,47.74310,8.99914\n3628,1646324761,47.74309,8.99915\n3629,1646324762,47.74308,8.99914\n3630,1646324763,47.74307,8.99915\n3631,1646324764,47.74307,8.99915\n3632,1646324765,47.74310,8.99911\n3633,1646324766,47.74308,8.99909\n3634,1646324767,47.74308,8.99909\n3635,1646324768,47.74307,8.99908\n3636,1646324769,47.74306,8.99907\n3637,1646324770,47.74304,8.99906\n3638,1646324771,47.74303,8.99905\n3639,1646324772,47.74303,8.99904\n3640,1646324773,47.74302,8.99904\n3641,1646324774,47.74303,8.99905\n3642,1646324775,47.74304,8.99905\n3643,1646324776,47.74305,8.99905\n3644,1646324777,47.74305,8.99905\n3645,1646324778,47.74306,8.99905\n3646,1646324779,47.74306,8.99904\n3647,1646324780,47.74306,8.99904\n3648,1646324781,47.74306,8.99904\n3649,1646324782,47.74306,8.99904\n3650,1646324783,47.74306,8.99904\n3651,1646324784,47.74306,8.99904\n3652,1646324785,47.74306,8.99904\n3653,1646324786,47.74306,8.99904\n3654,1646324787,47.74305,8.99904\n3655,1646324788,47.74305,8.99904\n3656,1646324789,47.74305,8.99904\n3657,1646324790,47.74305,8.99904\n3658,1646324791,47.74305,8.99904\n3659,1646324792,47.74305,8.99903\n3660,1646324793,47.74305,8.99903\n3661,1646324794,47.74305,8.99902\n3662,1646324795,47.74305,8.99902\n3663,1646324796,47.74305,8.99901\n3664,1646324797,47.74305,8.99901\n3665,1646324798,47.74305,8.99900\n3666,1646324799,47.74305,8.99900\n3667,1646324800,47.74305,8.99899\n3668,1646324801,47.74305,8.99899\n3669,1646324802,47.74305,8.99899\n3670,1646324803,47.74305,8.99899\n3671,1646324804,47.74305,8.99899\n3672,1646324805,47.74305,8.99899\n3673,1646324806,47.74305,8.99899\n3674,1646324807,47.74305,8.99899\n3675,1646324808,47.74305,8.99899\n3676,1646324809,47.74305,8.99899\n3677,1646324810,47.74305,8.99899\n3678,1646324811,47.74305,8.99899\n3679,1646324812,47.74305,8.99899\n3680,1646324813,47.74305,8.99899\n3681,1646324814,47.74305,8.99899\n3682,1646324815,47.74305,8.99899\n3683,1646324816,47.74305,8.99899\n3684,1646324817,47.74305,8.99899\n3685,1646324818,47.74305,8.99899\n3686,1646324819,47.74305,8.99899\n3687,1646324820,47.74305,8.99899\n3688,1646324821,47.74305,8.99899\n3689,1646324822,47.74305,8.99899\n3690,1646324823,47.74305,8.99899\n3691,1646324824,47.74305,8.99899\n3692,1646324825,47.74305,8.99899\n3693,1646324826,47.74305,8.99899\n3694,1646324827,47.74305,8.99899\n3695,1646324828,47.74305,8.99899\n3696,1646324829,47.74305,8.99899\n3697,1646324830,47.74305,8.99899\n3698,1646324831,47.74305,8.99899\n3699,1646324832,47.74305,8.99899\n3700,1646324833,47.74305,8.99899\n3701,1646324834,47.74305,8.99899\n3702,1646324835,47.74305,8.99899\n3703,1646324836,47.74305,8.99899\n3704,1646324837,47.74305,8.99899\n3705,1646324838,47.74305,8.99899\n3706,1646324839,47.74305,8.99899\n3707,1646324840,47.74305,8.99899\n3708,1646324841,47.74305,8.99899\n3709,1646324842,47.74305,8.99899\n3710,1646324843,47.74305,8.99899\n3711,1646324844,47.74305,8.99899\n3712,1646324845,47.74305,8.99899\n3713,1646324846,47.74305,8.99899\n3714,1646324847,47.74305,8.99899\n3715,1646324848,47.74305,8.99899\n3716,1646324849,47.74305,8.99899\n3717,1646324850,47.74305,8.99899\n3718,1646324851,47.74305,8.99899\n3719,1646324852,47.74305,8.99899\n3720,1646324853,47.74305,8.99899\n3721,1646324854,47.74305,8.99899\n3722,1646324855,47.74305,8.99899\n3723,1646324856,47.74305,8.99899\n3724,1646324857,47.74305,8.99899\n3725,1646324858,47.74305,8.99899\n3726,1646324859,47.74305,8.99899\n3727,1646324860,47.74305,8.99899\n3728,1646324861,47.74305,8.99899\n3729,1646324862,47.74305,8.99899\n3730,1646324863,47.74305,8.99899\n3731,1646324864,47.74305,8.99899\n3732,1646324865,47.74305,8.99899\n3733,1646324866,47.74305,8.99899\n3734,1646324867,47.74305,8.99899\n3735,1646324868,47.74305,8.99899\n3736,1646324869,47.74305,8.99899\n3737,1646324870,47.74305,8.99899\n3738,1646324871,47.74305,8.99899\n3739,1646324872,47.74305,8.99899\n3740,1646324873,47.74305,8.99899\n3741,1646324874,47.74305,8.99899\n3742,1646324875,47.74305,8.99899\n3743,1646324876,47.74305,8.99899\n3744,1646324877,47.74305,8.99899\n3745,1646324878,47.74305,8.99899\n3746,1646324879,47.74305,8.99899\n3747,1646324880,47.74305,8.99899\n3748,1646324881,47.74305,8.99899\n3749,1646324882,47.74305,8.99899\n3750,1646324883,47.74305,8.99899\n3751,1646324884,47.74305,8.99899\n3752,1646324885,47.74305,8.99899\n3753,1646324886,47.74305,8.99899\n3754,1646324887,47.74305,8.99899\n3755,1646324888,47.74305,8.99899\n3756,1646324889,47.74305,8.99899\n3757,1646324890,47.74305,8.99899\n3758,1646324891,47.74305,8.99899\n3759,1646324892,47.74305,8.99899\n3760,1646324893,47.74305,8.99899\n3761,1646324894,47.74305,8.99899\n3762,1646324895,47.74305,8.99899\n3763,1646324896,47.74305,8.99899\n3764,1646324897,47.74305,8.99899\n3765,1646324898,47.74305,8.99899\n3766,1646324899,47.74305,8.99899\n3767,1646324900,47.74305,8.99899\n3768,1646324901,47.74305,8.99899\n3769,1646324902,47.74305,8.99899\n3770,1646324903,47.74305,8.99899\n3771,1646324904,47.74305,8.99899\n3772,1646324905,47.74305,8.99899\n3773,1646324906,47.74305,8.99899\n3774,1646324907,47.74305,8.99899\n3775,1646324908,47.74305,8.99899\n3776,1646324909,47.74305,8.99899\n3777,1646324910,47.74305,8.99899\n3778,1646324911,47.74305,8.99899\n3779,1646324912,47.74305,8.99899\n3780,1646324913,47.74305,8.99899\n3781,1646324914,47.74305,8.99899\n3782,1646324915,47.74305,8.99899\n3783,1646324916,47.74305,8.99899\n3784,1646324917,47.74305,8.99899\n3785,1646324918,47.74305,8.99899\n3786,1646324919,47.74305,8.99899\n3787,1646324920,47.74305,8.99899\n3788,1646324921,47.74305,8.99899\n3789,1646324922,47.74305,8.99899\n3790,1646324923,47.74305,8.99899\n3791,1646324924,47.74305,8.99899\n3792,1646324925,47.74305,8.99899\n3793,1646324926,47.74305,8.99899\n3794,1646324927,47.74305,8.99899\n3795,1646324928,47.74305,8.99899\n3796,1646324929,47.74305,8.99899\n3797,1646324930,47.74305,8.99899\n3798,1646324931,47.74305,8.99899\n3799,1646324932,47.74305,8.99899\n3800,1646324933,47.74305,8.99899\n3801,1646324934,47.74305,8.99899\n3802,1646324935,47.74305,8.99899\n3803,1646324936,47.74305,8.99899\n3804,1646324937,47.74305,8.99899\n3805,1646324938,47.74305,8.99899\n3806,1646324939,47.74305,8.99899\n3807,1646324940,47.74305,8.99899\n3808,1646324941,47.74305,8.99899\n3809,1646324942,47.74305,8.99899\n3810,1646324943,47.74305,8.99899\n3811,1646324944,47.74305,8.99899\n3812,1646324945,47.74305,8.99899\n3813,1646324946,47.74305,8.99899\n3814,1646324947,47.74305,8.99899\n3815,1646324948,47.74305,8.99899\n3816,1646324949,47.74305,8.99899\n3817,1646324950,47.74305,8.99899\n3818,1646324951,47.74305,8.99899\n3819,1646324952,47.74305,8.99899\n3820,1646324953,47.74305,8.99899\n3821,1646324954,47.74305,8.99899\n3822,1646324955,47.74305,8.99899\n3823,1646324956,47.74305,8.99899\n3824,1646324957,47.74305,8.99899\n3825,1646324958,47.74305,8.99899\n3826,1646324959,47.74305,8.99899\n3827,1646324960,47.74305,8.99899\n3828,1646324961,47.74305,8.99899\n3829,1646324962,47.74305,8.99899\n3830,1646324963,47.74305,8.99899\n3831,1646324964,47.74305,8.99899\n3832,1646324965,47.74305,8.99899\n3833,1646324966,47.74305,8.99899\n3834,1646324967,47.74305,8.99899\n3835,1646324968,47.74305,8.99899\n3836,1646324969,47.74305,8.99899\n3837,1646324970,47.74305,8.99899\n3838,1646324971,47.74305,8.99899\n3839,1646324972,47.74305,8.99899\n3840,1646324973,47.74305,8.99899\n3841,1646324974,47.74305,8.99899\n3842,1646324975,47.74305,8.99899\n3843,1646324976,47.74305,8.99899\n3844,1646324977,47.74305,8.99899\n3845,1646324978,47.74305,8.99899\n3846,1646324979,47.74305,8.99899\n3847,1646324980,47.74305,8.99899\n3848,1646324981,47.74305,8.99899\n3849,1646324982,47.74305,8.99899\n3850,1646324983,47.74305,8.99899\n3851,1646324984,47.74305,8.99899\n3852,1646324985,47.74305,8.99899\n3853,1646324986,47.74305,8.99899\n3854,1646324987,47.74305,8.99899\n3855,1646324988,47.74305,8.99899\n3856,1646324989,47.74305,8.99899\n3857,1646324990,47.74305,8.99899\n3858,1646324991,47.74305,8.99899\n3859,1646324992,47.74305,8.99899\n3860,1646324993,47.74305,8.99899\n3861,1646324994,47.74305,8.99899\n3862,1646324995,47.74305,8.99899\n3863,1646324996,47.74305,8.99899\n3864,1646324997,47.74305,8.99899\n3865,1646324998,47.74305,8.99899\n3866,1646324999,47.74305,8.99899\n3867,1646325000,47.74305,8.99899\n3868,1646325001,47.74305,8.99899\n3869,1646325002,47.74305,8.99899\n3870,1646325003,47.74305,8.99899\n3871,1646325004,47.74305,8.99899\n3872,1646325005,47.74305,8.99899\n3873,1646325006,47.74305,8.99899\n3874,1646325007,47.74305,8.99899\n3875,1646325008,47.74305,8.99899\n3876,1646325009,47.74305,8.99899\n3877,1646325010,47.74305,8.99899\n3878,1646325011,47.74305,8.99899\n3879,1646325012,47.74305,8.99899\n3880,1646325013,47.74305,8.99899\n3881,1646325014,47.74305,8.99899\n3882,1646325015,47.74305,8.99899\n3883,1646325016,47.74305,8.99899\n3884,1646325017,47.74305,8.99899\n3885,1646325018,47.74305,8.99899\n3886,1646325019,47.74305,8.99899\n3887,1646325020,47.74305,8.99899\n3888,1646325021,47.74305,8.99899\n3889,1646325022,47.74305,8.99899\n3890,1646325023,47.74305,8.99899\n3891,1646325024,47.74305,8.99899\n3892,1646325025,47.74305,8.99899\n3893,1646325026,47.74305,8.99899\n3894,1646325027,47.74305,8.99899\n3895,1646325028,47.74305,8.99899\n3896,1646325029,47.74305,8.99899\n3897,1646325030,47.74305,8.99899\n3898,1646325031,47.74305,8.99899\n3899,1646325032,47.74305,8.99899\n3900,1646325033,47.74305,8.99899\n3901,1646325034,47.74305,8.99899\n3902,1646325035,47.74305,8.99899\n3903,1646325036,47.74305,8.99899\n3904,1646325037,47.74305,8.99899\n3905,1646325038,47.74305,8.99899\n3906,1646325039,47.74305,8.99899\n3907,1646325040,47.74305,8.99899\n3908,1646325041,47.74305,8.99899\n3909,1646325042,47.74305,8.99899\n3910,1646325043,47.74305,8.99899\n3911,1646325044,47.74305,8.99899\n3912,1646325045,47.74305,8.99899\n3913,1646325046,47.74305,8.99899\n3914,1646325047,47.74305,8.99899\n3915,1646325048,47.74305,8.99899\n3916,1646325049,47.74305,8.99899\n3917,1646325050,47.74305,8.99899\n3918,1646325051,47.74305,8.99899\n3919,1646325052,47.74305,8.99899\n3920,1646325053,47.74305,8.99899\n3921,1646325054,47.74305,8.99899\n3922,1646325055,47.74305,8.99899\n3923,1646325056,47.74305,8.99899\n3924,1646325057,47.74305,8.99899\n3925,1646325058,47.74305,8.99899\n3926,1646325059,47.74305,8.99899\n3927,1646325060,47.74305,8.99899\n3928,1646325061,47.74305,8.99899\n3929,1646325062,47.74305,8.99899\n3930,1646325063,47.74305,8.99899\n3931,1646325064,47.74305,8.99899\n3932,1646325065,47.74305,8.99899\n3933,1646325066,47.74305,8.99899\n3934,1646325067,47.74305,8.99899\n3935,1646325068,47.74305,8.99899\n3936,1646325069,47.74305,8.99899\n3937,1646325070,47.74305,8.99899\n3938,1646325071,47.74305,8.99899\n3939,1646325072,47.74305,8.99899\n3940,1646325073,47.74305,8.99899\n3941,1646325074,47.74305,8.99899\n3942,1646325075,47.74305,8.99899\n3943,1646325076,47.74305,8.99899\n3944,1646325077,47.74305,8.99899\n3945,1646325078,47.74305,8.99899\n3946,1646325079,47.74305,8.99899\n3947,1646325080,47.74305,8.99899\n3948,1646325081,47.74305,8.99899\n3949,1646325082,47.74305,8.99899\n3950,1646325083,47.74305,8.99899\n3951,1646325084,47.74305,8.99899\n3952,1646325085,47.74305,8.99899\n3953,1646325086,47.74305,8.99899\n3954,1646325087,47.74305,8.99899\n3955,1646325088,47.74305,8.99899\n3956,1646325089,47.74305,8.99899\n3957,1646325090,47.74305,8.99899\n3958,1646325091,47.74305,8.99899\n3959,1646325092,47.74305,8.99899\n3960,1646325093,47.74305,8.99899\n3961,1646325094,47.74305,8.99899\n3962,1646325095,47.74305,8.99899\n3963,1646325096,47.74305,8.99899\n3964,1646325097,47.74305,8.99899\n3965,1646325098,47.74305,8.99899\n3966,1646325099,47.74305,8.99899\n3967,1646325100,47.74305,8.99899\n3968,1646325101,47.74305,8.99899\n3969,1646325102,47.74305,8.99899\n3970,1646325103,47.74305,8.99899\n3971,1646325104,47.74305,8.99899\n3972,1646325105,47.74305,8.99899\n3973,1646325106,47.74305,8.99899\n3974,1646325107,47.74305,8.99899\n3975,1646325108,47.74305,8.99899\n3976,1646325109,47.74305,8.99899\n3977,1646325110,47.74305,8.99899\n3978,1646325111,47.74305,8.99899\n3979,1646325112,47.74305,8.99899\n3980,1646325113,47.74305,8.99899\n3981,1646325114,47.74305,8.99899\n3982,1646325115,47.74305,8.99899\n3983,1646325116,47.74305,8.99899\n3984,1646325117,47.74305,8.99899\n3985,1646325118,47.74305,8.99899\n3986,1646325119,47.74305,8.99899\n3987,1646325120,47.74305,8.99899\n3988,1646325121,47.74305,8.99899\n3989,1646325122,47.74305,8.99899\n3990,1646325123,47.74305,8.99899\n3991,1646325124,47.74305,8.99899\n3992,1646325125,47.74305,8.99899\n3993,1646325126,47.74305,8.99899\n3994,1646325127,47.74305,8.99899\n3995,1646325128,47.74305,8.99899\n3996,1646325129,47.74305,8.99899\n3997,1646325130,47.74305,8.99899\n3998,1646325131,47.74305,8.99899\n3999,1646325132,47.74305,8.99899\n4000,1646325133,47.74305,8.99899\n4001,1646325134,47.74305,8.99899\n4002,1646325135,47.74305,8.99899\n4003,1646325136,47.74305,8.99899\n4004,1646325137,47.74305,8.99899\n4005,1646325138,47.74305,8.99899\n4006,1646325139,47.74305,8.99899\n4007,1646325140,47.74305,8.99899\n4008,1646325141,47.74305,8.99899\n4009,1646325142,47.74305,8.99899\n4010,1646325143,47.74305,8.99899\n4011,1646325144,47.74305,8.99899\n4012,1646325145,47.74305,8.99899\n4013,1646325146,47.74305,8.99899\n4014,1646325147,47.74305,8.99899\n4015,1646325148,47.74305,8.99899\n4016,1646325149,47.74305,8.99899\n4017,1646325150,47.74305,8.99899\n4018,1646325151,47.74305,8.99899\n4019,1646325152,47.74305,8.99899\n4020,1646325153,47.74305,8.99899\n4021,1646325154,47.74305,8.99899\n4022,1646325155,47.74305,8.99899\n4023,1646325156,47.74305,8.99899\n4024,1646325157,47.74305,8.99899\n4025,1646325158,47.74305,8.99899\n4026,1646325159,47.74305,8.99899\n4027,1646325160,47.74305,8.99899\n4028,1646325161,47.74305,8.99899\n4029,1646325162,47.74305,8.99899\n4030,1646325163,47.74305,8.99899\n4031,1646325164,47.74305,8.99899\n4032,1646325165,47.74305,8.99899\n4033,1646325166,47.74305,8.99899\n4034,1646325167,47.74305,8.99899\n4035,1646325168,47.74305,8.99899\n4036,1646325169,47.74305,8.99899\n4037,1646325170,47.74305,8.99899\n4038,1646325171,47.74305,8.99899\n4039,1646325172,47.74305,8.99899\n4040,1646325173,47.74305,8.99899\n4041,1646325174,47.74305,8.99899\n4042,1646325175,47.74305,8.99899\n4043,1646325176,47.74305,8.99899\n4044,1646325177,47.74305,8.99899\n4045,1646325178,47.74305,8.99899\n4046,1646325179,47.74305,8.99899\n4047,1646325180,47.74305,8.99899\n4048,1646325181,47.74305,8.99899\n4049,1646325182,47.74305,8.99899\n4050,1646325183,47.74305,8.99899\n4051,1646325184,47.74305,8.99899\n4052,1646325185,47.74305,8.99899\n4053,1646325186,47.74305,8.99899\n4054,1646325187,47.74305,8.99899\n4055,1646325188,47.74305,8.99899\n4056,1646325189,47.74305,8.99899\n4057,1646325190,47.74305,8.99899\n4058,1646325191,47.74305,8.99899\n4059,1646325192,47.74305,8.99899\n4060,1646325193,47.74305,8.99899\n4061,1646325194,47.74305,8.99899\n4062,1646325195,47.74305,8.99899\n4063,1646325196,47.74305,8.99899\n4064,1646325197,47.74305,8.99899\n4065,1646325198,47.74305,8.99899\n4066,1646325199,47.74305,8.99899\n4067,1646325200,47.74305,8.99899\n4068,1646325201,47.74305,8.99899\n4069,1646325202,47.74305,8.99899\n4070,1646325203,47.74305,8.99899\n4071,1646325204,47.74305,8.99899\n4072,1646325205,47.74305,8.99899\n4073,1646325206,47.74305,8.99899\n4074,1646325207,47.74305,8.99899\n4075,1646325208,47.74305,8.99899\n4076,1646325209,47.74305,8.99899\n4077,1646325210,47.74305,8.99899\n4078,1646325211,47.74305,8.99899\n4079,1646325212,47.74305,8.99899\n4080,1646325213,47.74305,8.99899\n4081,1646325214,47.74305,8.99899\n4082,1646325215,47.74305,8.99899\n4083,1646325216,47.74305,8.99899\n4084,1646325217,47.74305,8.99899\n4085,1646325218,47.74305,8.99899\n4086,1646325219,47.74305,8.99899\n4087,1646325220,47.74305,8.99899\n4088,1646325221,47.74305,8.99899\n4089,1646325222,47.74305,8.99899\n4090,1646325223,47.74305,8.99899\n4091,1646325224,47.74305,8.99899\n4092,1646325225,47.74305,8.99899\n4093,1646325226,47.74305,8.99899\n4094,1646325227,47.74305,8.99899\n4095,1646325228,47.74305,8.99899\n4096,1646325229,47.74305,8.99899\n4097,1646325230,47.74305,8.99899\n4098,1646325231,47.74305,8.99899\n4099,1646325232,47.74305,8.99899\n4100,1646325233,47.74305,8.99899\n4101,1646325234,47.74305,8.99899\n4102,1646325235,47.74305,8.99899\n4103,1646325236,47.74305,8.99899\n4104,1646325237,47.74305,8.99899\n4105,1646325238,47.74305,8.99899\n4106,1646325239,47.74305,8.99899\n4107,1646325240,47.74305,8.99899\n4108,1646325241,47.74305,8.99899\n4109,1646325242,47.74305,8.99899\n4110,1646325243,47.74305,8.99899\n4111,1646325244,47.74305,8.99899\n4112,1646325245,47.74305,8.99899\n4113,1646325246,47.74305,8.99899\n4114,1646325247,47.74305,8.99899\n4115,1646325248,47.74305,8.99899\n4116,1646325249,47.74305,8.99899\n4117,1646325250,47.74305,8.99899\n4118,1646325251,47.74305,8.99899\n4119,1646325252,47.74305,8.99899\n4120,1646325253,47.74305,8.99899\n4121,1646325254,47.74305,8.99899\n4122,1646325255,47.74305,8.99899\n4123,1646325256,47.74305,8.99899\n4124,1646325257,47.74305,8.99899\n4125,1646325258,47.74305,8.99899\n4126,1646325259,47.74305,8.99899\n4127,1646325260,47.74305,8.99899\n4128,1646325261,47.74305,8.99899\n4129,1646325262,47.74305,8.99899\n4130,1646325263,47.74305,8.99899\n4131,1646325264,47.74305,8.99899\n4132,1646325265,47.74305,8.99899\n4133,1646325266,47.74305,8.99899\n4134,1646325267,47.74305,8.99899\n4135,1646325268,47.74305,8.99899\n4136,1646325269,47.74305,8.99899\n4137,1646325270,47.74305,8.99899\n4138,1646325271,47.74305,8.99899\n4139,1646325272,47.74305,8.99899\n4140,1646325273,47.74305,8.99899\n4141,1646325274,47.74305,8.99899\n4142,1646325275,47.74305,8.99899\n4143,1646325276,47.74305,8.99899\n4144,1646325277,47.74305,8.99899\n4145,1646325278,47.74305,8.99899\n4146,1646325279,47.74305,8.99899\n4147,1646325280,47.74305,8.99899\n4148,1646325281,47.74305,8.99899\n4149,1646325282,47.74305,8.99899\n4150,1646325283,47.74305,8.99899\n4151,1646325284,47.74305,8.99899\n4152,1646325285,47.74305,8.99899\n4153,1646325286,47.74305,8.99899\n4154,1646325287,47.74305,8.99899\n4155,1646325288,47.74305,8.99899\n4156,1646325289,47.74305,8.99899\n4157,1646325290,47.74305,8.99899\n4158,1646325291,47.74305,8.99899\n4159,1646325292,47.74305,8.99899\n4160,1646325293,47.74305,8.99899\n4161,1646325294,47.74305,8.99899\n4162,1646325295,47.74305,8.99899\n4163,1646325296,47.74305,8.99899\n4164,1646325297,47.74305,8.99899\n4165,1646325298,47.74305,8.99899\n4166,1646325299,47.74305,8.99899\n4167,1646325300,47.74305,8.99899\n4168,1646325301,47.74305,8.99899\n4169,1646325302,47.74305,8.99899\n4170,1646325303,47.74305,8.99899\n4171,1646325304,47.74305,8.99899\n4172,1646325305,47.74305,8.99899\n4173,1646325306,47.74305,8.99899\n4174,1646325307,47.74305,8.99899\n4175,1646325308,47.74305,8.99899\n4176,1646325309,47.74305,8.99899\n4177,1646325310,47.74305,8.99899\n4178,1646325311,47.74305,8.99899\n4179,1646325312,47.74305,8.99899\n4180,1646325313,47.74305,8.99899\n4181,1646325314,47.74305,8.99899\n4182,1646325315,47.74305,8.99899\n4183,1646325316,47.74305,8.99899\n4184,1646325317,47.74305,8.99899\n4185,1646325318,47.74305,8.99899\n4186,1646325319,47.74305,8.99899\n4187,1646325320,47.74305,8.99899\n4188,1646325321,47.74305,8.99899\n4189,1646325322,47.74305,8.99899\n4190,1646325323,47.74305,8.99899\n4191,1646325324,47.74305,8.99899\n4192,1646325325,47.74305,8.99899\n4193,1646325326,47.74305,8.99899\n4194,1646325327,47.74305,8.99899\n4195,1646325328,47.74305,8.99899\n4196,1646325329,47.74305,8.99899\n4197,1646325330,47.74305,8.99899\n4198,1646325331,47.74305,8.99899\n4199,1646325332,47.74305,8.99899\n4200,1646325333,47.74305,8.99899\n4201,1646325334,47.74305,8.99899\n4202,1646325335,47.74305,8.99899\n4203,1646325336,47.74305,8.99899\n4204,1646325337,47.74305,8.99899\n4205,1646325338,47.74305,8.99899\n4206,1646325339,47.74305,8.99899\n4207,1646325340,47.74305,8.99899\n4208,1646325341,47.74305,8.99899\n4209,1646325342,47.74305,8.99899\n4210,1646325343,47.74305,8.99899\n4211,1646325344,47.74305,8.99899\n4212,1646325345,47.74305,8.99899\n4213,1646325346,47.74305,8.99899\n4214,1646325347,47.74305,8.99899\n4215,1646325348,47.74305,8.99899\n4216,1646325349,47.74305,8.99899\n4217,1646325350,47.74305,8.99899\n4218,1646325351,47.74305,8.99899\n4219,1646325352,47.74305,8.99899\n4220,1646325353,47.74305,8.99899\n4221,1646325354,47.74305,8.99899\n4222,1646325355,47.74305,8.99899\n4223,1646325356,47.74305,8.99899\n4224,1646325357,47.74305,8.99899\n4225,1646325358,47.74305,8.99899\n4226,1646325359,47.74305,8.99899\n4227,1646325360,47.74305,8.99899\n4228,1646325361,47.74305,8.99899\n4229,1646325362,47.74305,8.99899\n4230,1646325363,47.74305,8.99899\n4231,1646325364,47.74305,8.99899\n4232,1646325365,47.74305,8.99899\n4233,1646325366,47.74305,8.99899\n4234,1646325367,47.74305,8.99899\n4235,1646325368,47.74305,8.99899\n4236,1646325369,47.74305,8.99899\n4237,1646325370,47.74305,8.99899\n4238,1646325371,47.74305,8.99899\n4239,1646325372,47.74305,8.99899\n4240,1646325373,47.74305,8.99899\n4241,1646325374,47.74305,8.99899\n4242,1646325375,47.74305,8.99899\n4243,1646325376,47.74305,8.99899\n4244,1646325377,47.74305,8.99899\n4245,1646325378,47.74305,8.99899\n4246,1646325379,47.74305,8.99899\n4247,1646325380,47.74305,8.99899\n4248,1646325381,47.74305,8.99899\n4249,1646325382,47.74305,8.99899\n4250,1646325383,47.74305,8.99899\n4251,1646325384,47.74305,8.99899\n4252,1646325385,47.74305,8.99899\n4253,1646325386,47.74305,8.99899\n4254,1646325387,47.74305,8.99899\n4255,1646325388,47.74305,8.99899\n4256,1646325389,47.74305,8.99899\n4257,1646325390,47.74305,8.99899\n4258,1646325391,47.74305,8.99899\n4259,1646325392,47.74305,8.99899\n4260,1646325393,47.74305,8.99899\n4261,1646325394,47.74305,8.99899\n4262,1646325395,47.74305,8.99899\n4263,1646325396,47.74305,8.99899\n4264,1646325397,47.74305,8.99899\n4265,1646325398,47.74305,8.99899\n4266,1646325399,47.74305,8.99899\n4267,1646325400,47.74305,8.99899\n4268,1646325401,47.74305,8.99899\n4269,1646325402,47.74305,8.99899\n4270,1646325403,47.74305,8.99899\n4271,1646325404,47.74305,8.99899\n4272,1646325405,47.74305,8.99899\n4273,1646325406,47.74305,8.99899\n4274,1646325407,47.74305,8.99899\n4275,1646325408,47.74305,8.99899\n4276,1646325409,47.74305,8.99899\n4277,1646325410,47.74305,8.99899\n4278,1646325411,47.74305,8.99899\n4279,1646325412,47.74305,8.99899\n4280,1646325413,47.74305,8.99899\n4281,1646325414,47.74305,8.99899\n4282,1646325415,47.74305,8.99899\n4283,1646325416,47.74305,8.99899\n4284,1646325417,47.74305,8.99899\n4285,1646325418,47.74305,8.99899\n4286,1646325419,47.74305,8.99899\n4287,1646325420,47.74305,8.99899\n4288,1646325421,47.74305,8.99899\n4289,1646325422,47.74305,8.99899\n4290,1646325423,47.74305,8.99899\n4291,1646325424,47.74305,8.99899\n4292,1646325425,47.74305,8.99899\n4293,1646325426,47.74305,8.99899\n4294,1646325427,47.74305,8.99899\n4295,1646325428,47.74305,8.99899\n4296,1646325429,47.74305,8.99899\n4297,1646325430,47.74305,8.99899\n4298,1646325431,47.74305,8.99899\n4299,1646325432,47.74305,8.99899\n4300,1646325433,47.74305,8.99899\n4301,1646325434,47.74305,8.99899\n4302,1646325435,47.74305,8.99899\n4303,1646325436,47.74305,8.99899\n4304,1646325437,47.74305,8.99899\n4305,1646325438,47.74305,8.99899\n4306,1646325439,47.74305,8.99899\n4307,1646325440,47.74305,8.99899\n4308,1646325441,47.74305,8.99899\n4309,1646325442,47.74305,8.99899\n4310,1646325443,47.74305,8.99899\n4311,1646325444,47.74305,8.99899\n4312,1646325445,47.74305,8.99899\n4313,1646325446,47.74305,8.99899\n4314,1646325447,47.74305,8.99899\n4315,1646325448,47.74305,8.99899\n4316,1646325449,47.74305,8.99899\n4317,1646325450,47.74305,8.99899\n4318,1646325451,47.74305,8.99899\n4319,1646325452,47.74305,8.99899\n4320,1646325453,47.74305,8.99899\n4321,1646325454,47.74305,8.99899\n4322,1646325455,47.74305,8.99899\n4323,1646325456,47.74305,8.99899\n4324,1646325457,47.74305,8.99899\n4325,1646325458,47.74305,8.99899\n4326,1646325459,47.74305,8.99899\n4327,1646325460,47.74305,8.99899\n4328,1646325461,47.74305,8.99899\n4329,1646325462,47.74305,8.99899\n4330,1646325463,47.74305,8.99899\n4331,1646325464,47.74305,8.99899\n4332,1646325465,47.74305,8.99899\n4333,1646325466,47.74305,8.99899\n4334,1646325467,47.74305,8.99899\n4335,1646325468,47.74305,8.99899\n4336,1646325469,47.74305,8.99899\n4337,1646325470,47.74305,8.99899\n4338,1646325471,47.74305,8.99899\n4339,1646325472,47.74305,8.99899\n4340,1646325473,47.74305,8.99899\n4341,1646325474,47.74305,8.99899\n4342,1646325475,47.74305,8.99899\n4343,1646325476,47.74305,8.99899\n4344,1646325477,47.74305,8.99899\n4345,1646325478,47.74305,8.99899\n4346,1646325479,47.74305,8.99899\n4347,1646325480,47.74305,8.99899\n4348,1646325481,47.74305,8.99899\n4349,1646325482,47.74305,8.99899\n4350,1646325483,47.74305,8.99899\n4351,1646325484,47.74305,8.99899\n4352,1646325485,47.74305,8.99899\n4353,1646325486,47.74305,8.99899\n4354,1646325487,47.74305,8.99899\n4355,1646325488,47.74305,8.99899\n4356,1646325489,47.74305,8.99899\n4357,1646325490,47.74305,8.99899\n4358,1646325491,47.74305,8.99899\n4359,1646325492,47.74305,8.99899\n4360,1646325493,47.74305,8.99899\n4361,1646325494,47.74305,8.99899\n4362,1646325495,47.74305,8.99899\n4363,1646325496,47.74305,8.99899\n4364,1646325497,47.74305,8.99899\n4365,1646325498,47.74305,8.99899\n4366,1646325499,47.74305,8.99899\n4367,1646325500,47.74305,8.99899\n4368,1646325501,47.74305,8.99899\n4369,1646325502,47.74305,8.99899\n4370,1646325503,47.74305,8.99899\n4371,1646325504,47.74305,8.99899\n4372,1646325505,47.74305,8.99899\n4373,1646325506,47.74305,8.99899\n4374,1646325507,47.74305,8.99899\n4375,1646325508,47.74305,8.99899\n4376,1646325509,47.74305,8.99899\n4377,1646325510,47.74305,8.99899\n4378,1646325511,47.74305,8.99899\n4379,1646325512,47.74305,8.99898\n4380,1646325513,47.74305,8.99898\n4381,1646325514,47.74305,8.99898\n4382,1646325515,47.74305,8.99898\n4383,1646325516,47.74305,8.99898\n4384,1646325517,47.74305,8.99898\n4385,1646325518,47.74305,8.99898\n4386,1646325519,47.74305,8.99898\n4387,1646325520,47.74305,8.99898\n4388,1646325521,47.74305,8.99898\n4389,1646325522,47.74305,8.99898\n4390,1646325523,47.74305,8.99898\n4391,1646325524,47.74305,8.99898\n4392,1646325525,47.74305,8.99898\n4393,1646325526,47.74305,8.99898\n4394,1646325527,47.74305,8.99898\n4395,1646325528,47.74305,8.99898\n4396,1646325529,47.74305,8.99898\n4397,1646325530,47.74305,8.99898\n4398,1646325531,47.74305,8.99898\n4399,1646325532,47.74305,8.99898\n4400,1646325533,47.74305,8.99898\n4401,1646325534,47.74305,8.99898\n4402,1646325535,47.74305,8.99898\n4403,1646325536,47.74305,8.99898\n4404,1646325537,47.74305,8.99898\n4405,1646325538,47.74305,8.99898\n4406,1646325539,47.74305,8.99898\n4407,1646325540,47.74305,8.99898\n4408,1646325541,47.74305,8.99898\n4409,1646325542,47.74305,8.99898\n4410,1646325543,47.74305,8.99898\n4411,1646325544,47.74305,8.99898\n4412,1646325545,47.74305,8.99898\n4413,1646325546,47.74305,8.99898\n4414,1646325547,47.74305,8.99898\n4415,1646325548,47.74305,8.99898\n4416,1646325549,47.74305,8.99898\n4417,1646325550,47.74305,8.99898\n4418,1646325551,47.74305,8.99898\n4419,1646325552,47.74305,8.99898\n4420,1646325553,47.74305,8.99898\n4421,1646325554,47.74305,8.99898\n4422,1646325555,47.74305,8.99898\n4423,1646325556,47.74305,8.99898\n4424,1646325557,47.74305,8.99898\n4425,1646325558,47.74305,8.99898\n4426,1646325559,47.74305,8.99898\n4427,1646325560,47.74305,8.99898\n4428,1646325561,47.74305,8.99898\n4429,1646325562,47.74305,8.99898\n4430,1646325563,47.74305,8.99898\n4431,1646325564,47.74305,8.99898\n4432,1646325565,47.74305,8.99898\n4433,1646325566,47.74305,8.99898\n4434,1646325567,47.74305,8.99898\n4435,1646325568,47.74305,8.99898\n4436,1646325569,47.74305,8.99898\n4437,1646325570,47.74305,8.99898\n4438,1646325571,47.74305,8.99898\n4439,1646325572,47.74305,8.99898\n4440,1646325573,47.74305,8.99898\n4441,1646325574,47.74305,8.99898\n4442,1646325575,47.74305,8.99898\n4443,1646325576,47.74305,8.99898\n4444,1646325577,47.74305,8.99898\n4445,1646325578,47.74305,8.99898\n4446,1646325579,47.74305,8.99898\n4447,1646325580,47.74305,8.99898\n4448,1646325581,47.74305,8.99898\n4449,1646325582,47.74305,8.99898\n4450,1646325583,47.74305,8.99898\n4451,1646325584,47.74305,8.99898\n4452,1646325585,47.74305,8.99898\n4453,1646325586,47.74305,8.99898\n4454,1646325587,47.74305,8.99898\n4455,1646325588,47.74305,8.99898\n4456,1646325589,47.74305,8.99898\n4457,1646325590,47.74305,8.99898\n4458,1646325591,47.74305,8.99898\n4459,1646325592,47.74305,8.99898\n4460,1646325593,47.74305,8.99898\n4461,1646325594,47.74305,8.99898\n4462,1646325595,47.74305,8.99898\n4463,1646325596,47.74305,8.99898\n4464,1646325597,47.74305,8.99898\n4465,1646325598,47.74305,8.99898\n4466,1646325599,47.74305,8.99898\n4467,1646325600,47.74305,8.99898\n4468,1646325601,47.74305,8.99898\n4469,1646325602,47.74305,8.99898\n4470,1646325603,47.74305,8.99898\n4471,1646325604,47.74305,8.99898\n4472,1646325605,47.74305,8.99898\n4473,1646325606,47.74305,8.99898\n4474,1646325607,47.74305,8.99898\n4475,1646325608,47.74305,8.99898\n4476,1646325609,47.74305,8.99898\n4477,1646325610,47.74305,8.99898\n4478,1646325611,47.74305,8.99898\n4479,1646325612,47.74305,8.99898\n4480,1646325613,47.74305,8.99898\n4481,1646325614,47.74305,8.99898\n4482,1646325615,47.74305,8.99898\n4483,1646325616,47.74305,8.99898\n4484,1646325617,47.74305,8.99898\n4485,1646325618,47.74305,8.99898\n4486,1646325619,47.74305,8.99898\n4487,1646325620,47.74305,8.99898\n4488,1646325621,47.74305,8.99898\n4489,1646325622,47.74305,8.99898\n4490,1646325623,47.74305,8.99898\n4491,1646325624,47.74305,8.99898\n4492,1646325625,47.74305,8.99898\n4493,1646325626,47.74305,8.99898\n4494,1646325627,47.74305,8.99898\n4495,1646325628,47.74305,8.99898\n4496,1646325629,47.74305,8.99898\n4497,1646325630,47.74305,8.99898\n4498,1646325631,47.74305,8.99898\n4499,1646325632,47.74305,8.99898\n4500,1646325633,47.74305,8.99898\n4501,1646325634,47.74305,8.99898\n4502,1646325635,47.74305,8.99898\n4503,1646325636,47.74305,8.99898\n4504,1646325637,47.74305,8.99898\n4505,1646325638,47.74305,8.99898\n4506,1646325639,47.74305,8.99898\n4507,1646325640,47.74305,8.99898\n4508,1646325641,47.74305,8.99898\n4509,1646325642,47.74305,8.99898\n4510,1646325643,47.74305,8.99898\n4511,1646325644,47.74305,8.99898\n4512,1646325645,47.74305,8.99898\n4513,1646325646,47.74305,8.99898\n4514,1646325647,47.74305,8.99898\n4515,1646325648,47.74305,8.99898\n4516,1646325649,47.74305,8.99898\n4517,1646325650,47.74305,8.99898\n4518,1646325651,47.74305,8.99898\n4519,1646325652,47.74305,8.99898\n4520,1646325653,47.74305,8.99898\n4521,1646325654,47.74305,8.99898\n4522,1646325655,47.74305,8.99898\n4523,1646325656,47.74305,8.99898\n4524,1646325657,47.74305,8.99898\n4525,1646325658,47.74305,8.99898\n4526,1646325659,47.74305,8.99898\n4527,1646325660,47.74305,8.99898\n4528,1646325661,47.74305,8.99898\n4529,1646325662,47.74305,8.99898\n4530,1646325663,47.74305,8.99898\n4531,1646325664,47.74305,8.99898\n4532,1646325665,47.74305,8.99898\n4533,1646325666,47.74305,8.99898\n4534,1646325667,47.74305,8.99898\n4535,1646325668,47.74305,8.99898\n4536,1646325669,47.74305,8.99898\n4537,1646325670,47.74305,8.99898\n4538,1646325671,47.74305,8.99898\n4539,1646325672,47.74305,8.99898\n4540,1646325673,47.74305,8.99898\n4541,1646325674,47.74305,8.99898\n4542,1646325675,47.74305,8.99898\n4543,1646325676,47.74305,8.99898\n4544,1646325677,47.74305,8.99898\n4545,1646325678,47.74305,8.99898\n4546,1646325679,47.74305,8.99898\n4547,1646325680,47.74305,8.99898\n4548,1646325681,47.74305,8.99898\n4549,1646325682,47.74305,8.99898\n4550,1646325683,47.74305,8.99898\n4551,1646325684,47.74305,8.99898\n4552,1646325685,47.74305,8.99898\n4553,1646325686,47.74305,8.99898\n4554,1646325687,47.74305,8.99898\n4555,1646325688,47.74305,8.99898\n4556,1646325689,47.74305,8.99898\n4557,1646325690,47.74305,8.99898\n4558,1646325691,47.74305,8.99898\n4559,1646325692,47.74305,8.99898\n4560,1646325693,47.74305,8.99898\n4561,1646325694,47.74305,8.99898\n4562,1646325695,47.74305,8.99898\n4563,1646325696,47.74305,8.99898\n4564,1646325697,47.74305,8.99898\n4565,1646325698,47.74305,8.99898\n4566,1646325699,47.74305,8.99898\n4567,1646325700,47.74305,8.99898\n4568,1646325701,47.74305,8.99898\n4569,1646325702,47.74305,8.99898\n4570,1646325703,47.74305,8.99898\n4571,1646325704,47.74305,8.99898\n4572,1646325705,47.74305,8.99898\n4573,1646325706,47.74305,8.99898\n4574,1646325707,47.74305,8.99898\n4575,1646325708,47.74305,8.99898\n4576,1646325709,47.74305,8.99898\n4577,1646325710,47.74305,8.99898\n4578,1646325711,47.74305,8.99898\n4579,1646325712,47.74305,8.99898\n4580,1646325713,47.74305,8.99898\n4581,1646325714,47.74305,8.99898\n4582,1646325715,47.74305,8.99898\n4583,1646325716,47.74305,8.99898\n4584,1646325717,47.74305,8.99898\n4585,1646325718,47.74305,8.99898\n4586,1646325719,47.74305,8.99898\n4587,1646325720,47.74305,8.99898\n4588,1646325721,47.74305,8.99898\n4589,1646325722,47.74305,8.99898\n4590,1646325723,47.74305,8.99898\n4591,1646325724,47.74305,8.99898\n4592,1646325725,47.74305,8.99898\n4593,1646325726,47.74305,8.99898\n4594,1646325727,47.74305,8.99898\n4595,1646325728,47.74305,8.99898\n4596,1646325729,47.74305,8.99898\n4597,1646325730,47.74305,8.99898\n4598,1646325731,47.74305,8.99898\n4599,1646325732,47.74305,8.99898\n4600,1646325733,47.74305,8.99898\n4601,1646325734,47.74305,8.99898\n4602,1646325735,47.74305,8.99898\n4603,1646325736,47.74305,8.99898\n4604,1646325737,47.74305,8.99898\n4605,1646325738,47.74305,8.99898\n4606,1646325739,47.74305,8.99898\n4607,1646325740,47.74305,8.99898\n4608,1646325741,47.74305,8.99898\n4609,1646325742,47.74305,8.99898\n4610,1646325743,47.74305,8.99898\n4611,1646325744,47.74305,8.99898\n4612,1646325745,47.74305,8.99898\n4613,1646325746,47.74305,8.99898\n4614,1646325747,47.74305,8.99898\n4615,1646325748,47.74305,8.99898\n4616,1646325749,47.74305,8.99898\n4617,1646325750,47.74305,8.99898\n4618,1646325751,47.74305,8.99898\n4619,1646325752,47.74305,8.99898\n4620,1646325753,47.74305,8.99898\n4621,1646325754,47.74305,8.99898\n4622,1646325755,47.74305,8.99898\n4623,1646325756,47.74305,8.99898\n4624,1646325757,47.74305,8.99898\n4625,1646325758,47.74305,8.99898\n4626,1646325759,47.74305,8.99898\n4627,1646325760,47.74305,8.99898\n4628,1646325761,47.74305,8.99898\n4629,1646325762,47.74305,8.99898\n4630,1646325763,47.74305,8.99898\n4631,1646325764,47.74305,8.99898\n4632,1646325765,47.74305,8.99898\n4633,1646325766,47.74305,8.99898\n4634,1646325767,47.74305,8.99898\n4635,1646325768,47.74305,8.99898\n4636,1646325769,47.74305,8.99898\n4637,1646325770,47.74305,8.99898\n4638,1646325771,47.74305,8.99898\n4639,1646325772,47.74305,8.99898\n4640,1646325773,47.74305,8.99898\n4641,1646325774,47.74305,8.99898\n4642,1646325775,47.74305,8.99898\n4643,1646325776,47.74305,8.99898\n4644,1646325777,47.74305,8.99898\n4645,1646325778,47.74305,8.99898\n4646,1646325779,47.74305,8.99898\n4647,1646325780,47.74305,8.99898\n4648,1646325781,47.74305,8.99898\n4649,1646325782,47.74305,8.99898\n4650,1646325783,47.74305,8.99898\n4651,1646325784,47.74305,8.99898\n4652,1646325785,47.74305,8.99898\n4653,1646325786,47.74305,8.99898\n4654,1646325787,47.74305,8.99898\n4655,1646325788,47.74305,8.99898\n4656,1646325789,47.74305,8.99898\n4657,1646325790,47.74305,8.99898\n4658,1646325791,47.74305,8.99898\n4659,1646325792,47.74305,8.99898\n4660,1646325793,47.74305,8.99898\n4661,1646325794,47.74305,8.99898\n4662,1646325795,47.74305,8.99898\n4663,1646325796,47.74305,8.99898\n4664,1646325797,47.74305,8.99898\n4665,1646325798,47.74305,8.99898\n4666,1646325799,47.74305,8.99898\n4667,1646325800,47.74305,8.99898\n4668,1646325801,47.74305,8.99898\n4669,1646325802,47.74305,8.99898\n4670,1646325803,47.74305,8.99898\n4671,1646325804,47.74305,8.99898\n4672,1646325805,47.74305,8.99898\n4673,1646325806,47.74305,8.99898\n4674,1646325807,47.74305,8.99898\n4675,1646325808,47.74305,8.99898\n4676,1646325809,47.74305,8.99898\n4677,1646325810,47.74305,8.99898\n4678,1646325811,47.74305,8.99898\n4679,1646325812,47.74305,8.99898\n4680,1646325813,47.74305,8.99898\n4681,1646325814,47.74305,8.99898\n4682,1646325815,47.74305,8.99898\n4683,1646325816,47.74305,8.99898\n4684,1646325817,47.74305,8.99898\n4685,1646325818,47.74305,8.99898\n4686,1646325819,47.74305,8.99898\n4687,1646325820,47.74305,8.99898\n4688,1646325821,47.74305,8.99898\n4689,1646325822,47.74305,8.99898\n4690,1646325823,47.74305,8.99898\n4691,1646325824,47.74305,8.99898\n4692,1646325825,47.74305,8.99898\n4693,1646325826,47.74305,8.99898\n4694,1646325827,47.74305,8.99898\n4695,1646325828,47.74305,8.99898\n4696,1646325829,47.74305,8.99898\n4697,1646325830,47.74305,8.99898\n4698,1646325831,47.74305,8.99898\n4699,1646325832,47.74305,8.99898\n4700,1646325833,47.74305,8.99898\n4701,1646325834,47.74305,8.99898\n4702,1646325835,47.74305,8.99898\n4703,1646325836,47.74305,8.99898\n4704,1646325837,47.74305,8.99898\n4705,1646325838,47.74305,8.99898\n4706,1646325839,47.74305,8.99898\n4707,1646325840,47.74305,8.99898\n4708,1646325841,47.74305,8.99898\n4709,1646325842,47.74305,8.99898\n4710,1646325843,47.74305,8.99898\n4711,1646325844,47.74305,8.99898\n4712,1646325845,47.74305,8.99898\n4713,1646325846,47.74305,8.99898\n4714,1646325847,47.74305,8.99898\n4715,1646325848,47.74305,8.99898\n4716,1646325849,47.74305,8.99898\n4717,1646325850,47.74305,8.99898\n4718,1646325851,47.74305,8.99898\n4719,1646325852,47.74305,8.99898\n4720,1646325853,47.74305,8.99898\n4721,1646325854,47.74305,8.99898\n4722,1646325855,47.74305,8.99898\n4723,1646325856,47.74305,8.99898\n4724,1646325857,47.74305,8.99898\n4725,1646325858,47.74305,8.99898\n4726,1646325859,47.74305,8.99898\n4727,1646325860,47.74305,8.99898\n4728,1646325861,47.74305,8.99898\n4729,1646325862,47.74305,8.99898\n4730,1646325863,47.74305,8.99898\n4731,1646325864,47.74305,8.99898\n4732,1646325865,47.74305,8.99898\n4733,1646325866,47.74305,8.99898\n4734,1646325867,47.74305,8.99898\n4735,1646325868,47.74305,8.99898\n4736,1646325869,47.74305,8.99898\n4737,1646325870,47.74305,8.99898\n4738,1646325871,47.74305,8.99898\n4739,1646325872,47.74305,8.99898\n4740,1646325873,47.74305,8.99898\n4741,1646325874,47.74305,8.99898\n4742,1646325875,47.74305,8.99898\n4743,1646325876,47.74305,8.99898\n4744,1646325877,47.74305,8.99898\n4745,1646325878,47.74305,8.99898\n4746,1646325879,47.74305,8.99898\n4747,1646325880,47.74305,8.99898\n4748,1646325881,47.74305,8.99898\n4749,1646325882,47.74305,8.99898\n4750,1646325883,47.74305,8.99898\n4751,1646325884,47.74305,8.99898\n4752,1646325885,47.74305,8.99898\n4753,1646325886,47.74305,8.99898\n4754,1646325887,47.74305,8.99898\n4755,1646325888,47.74305,8.99898\n4756,1646325889,47.74305,8.99898\n4757,1646325890,47.74305,8.99898\n4758,1646325891,47.74305,8.99898\n4759,1646325892,47.74305,8.99898\n4760,1646325893,47.74305,8.99898\n4761,1646325894,47.74305,8.99898\n4762,1646325895,47.74305,8.99898\n4763,1646325896,47.74305,8.99898\n4764,1646325897,47.74305,8.99898\n4765,1646325898,47.74305,8.99898\n4766,1646325899,47.74305,8.99898\n4767,1646325900,47.74305,8.99898\n4768,1646325901,47.74305,8.99898\n4769,1646325902,47.74305,8.99898\n4770,1646325903,47.74305,8.99898\n4771,1646325904,47.74305,8.99898\n4772,1646325905,47.74305,8.99898\n4773,1646325906,47.74305,8.99898\n4774,1646325907,47.74305,8.99898\n4775,1646325908,47.74305,8.99898\n4776,1646325909,47.74305,8.99898\n4777,1646325910,47.74305,8.99898\n4778,1646325911,47.74305,8.99898\n4779,1646325912,47.74305,8.99898\n4780,1646325913,47.74305,8.99898\n4781,1646325914,47.74305,8.99898\n4782,1646325915,47.74305,8.99898\n4783,1646325916,47.74305,8.99898\n4784,1646325917,47.74305,8.99898\n4785,1646325918,47.74305,8.99898\n4786,1646325919,47.74305,8.99898\n4787,1646325920,47.74305,8.99898\n4788,1646325921,47.74305,8.99898\n4789,1646325922,47.74305,8.99898\n4790,1646325923,47.74305,8.99898\n4791,1646325924,47.74305,8.99898\n4792,1646325925,47.74305,8.99898\n4793,1646325926,47.74305,8.99898\n4794,1646325927,47.74305,8.99898\n4795,1646325928,47.74305,8.99898\n4796,1646325929,47.74305,8.99898\n4797,1646325930,47.74305,8.99898\n4798,1646325931,47.74305,8.99898\n4799,1646325932,47.74305,8.99898\n4800,1646325933,47.74305,8.99898\n4801,1646325934,47.74305,8.99898\n4802,1646325935,47.74305,8.99898\n4803,1646325936,47.74305,8.99898\n4804,1646325937,47.74305,8.99898\n4805,1646325938,47.74305,8.99898\n4806,1646325939,47.74305,8.99898\n4807,1646325940,47.74305,8.99898\n4808,1646325941,47.74305,8.99898\n4809,1646325942,47.74305,8.99898\n4810,1646325943,47.74305,8.99898\n4811,1646325944,47.74305,8.99898\n4812,1646325945,47.74305,8.99898\n4813,1646325946,47.74305,8.99898\n4814,1646325947,47.74305,8.99898\n4815,1646325948,47.74305,8.99898\n4816,1646325949,47.74305,8.99898\n4817,1646325950,47.74305,8.99898\n4818,1646325951,47.74305,8.99898\n4819,1646325952,47.74305,8.99898\n4820,1646325953,47.74305,8.99898\n4821,1646325954,47.74305,8.99898\n4822,1646325955,47.74305,8.99898\n4823,1646325956,47.74305,8.99898\n4824,1646325957,47.74305,8.99898\n4825,1646325958,47.74305,8.99898\n4826,1646325959,47.74305,8.99898\n4827,1646325960,47.74305,8.99898\n4828,1646325961,47.74305,8.99898\n4829,1646325962,47.74305,8.99898\n4830,1646325963,47.74305,8.99898\n4831,1646325964,47.74305,8.99898\n4832,1646325965,47.74305,8.99898\n4833,1646325966,47.74305,8.99898\n4834,1646325967,47.74305,8.99898\n4835,1646325968,47.74305,8.99898\n4836,1646325969,47.74305,8.99898\n4837,1646325970,47.74305,8.99898\n4838,1646325971,47.74305,8.99898\n4839,1646325972,47.74305,8.99898\n4840,1646325973,47.74305,8.99898\n4841,1646325974,47.74305,8.99898\n4842,1646325975,47.74305,8.99898\n4843,1646325976,47.74305,8.99898\n4844,1646325977,47.74305,8.99898\n4845,1646325978,47.74305,8.99898\n4846,1646325979,47.74305,8.99898\n4847,1646325980,47.74305,8.99898\n4848,1646325981,47.74305,8.99898\n4849,1646325982,47.74305,8.99898\n4850,1646325983,47.74305,8.99898\n4851,1646325984,47.74305,8.99898\n4852,1646325985,47.74305,8.99898\n4853,1646325986,47.74305,8.99898\n4854,1646325987,47.74305,8.99898\n4855,1646325988,47.74305,8.99898\n4856,1646325989,47.74305,8.99898\n4857,1646325990,47.74305,8.99898\n4858,1646325991,47.74305,8.99898\n4859,1646325992,47.74305,8.99898\n4860,1646325993,47.74305,8.99898\n4861,1646325994,47.74305,8.99898\n4862,1646325995,47.74305,8.99898\n4863,1646325996,47.74305,8.99898\n4864,1646325997,47.74305,8.99898\n4865,1646325998,47.74305,8.99898\n4866,1646325999,47.74305,8.99898\n4867,1646326000,47.74305,8.99898\n4868,1646326001,47.74305,8.99898\n4869,1646326002,47.74305,8.99898\n4870,1646326003,47.74305,8.99898\n4871,1646326004,47.74305,8.99898\n4872,1646326005,47.74305,8.99898\n4873,1646326006,47.74305,8.99898\n4874,1646326007,47.74305,8.99898\n4875,1646326008,47.74305,8.99898\n4876,1646326009,47.74305,8.99898\n4877,1646326010,47.74305,8.99898\n4878,1646326011,47.74305,8.99898\n4879,1646326012,47.74305,8.99898\n4880,1646326013,47.74305,8.99898\n4881,1646326014,47.74305,8.99898\n4882,1646326015,47.74305,8.99898\n4883,1646326016,47.74305,8.99898\n4884,1646326017,47.74305,8.99898\n4885,1646326018,47.74305,8.99898\n4886,1646326019,47.74305,8.99898\n4887,1646326020,47.74305,8.99898\n4888,1646326021,47.74305,8.99898\n4889,1646326022,47.74305,8.99898\n4890,1646326023,47.74305,8.99898\n4891,1646326024,47.74305,8.99898\n4892,1646326025,47.74305,8.99898\n4893,1646326026,47.74305,8.99898\n4894,1646326027,47.74305,8.99898\n4895,1646326028,47.74305,8.99898\n4896,1646326029,47.74305,8.99898\n4897,1646326030,47.74305,8.99898\n4898,1646326031,47.74305,8.99898\n4899,1646326032,47.74305,8.99898\n4900,1646326033,47.74305,8.99898\n4901,1646326034,47.74305,8.99898\n4902,1646326035,47.74305,8.99898\n4903,1646326036,47.74305,8.99898\n4904,1646326037,47.74305,8.99898\n4905,1646326038,47.74305,8.99898\n4906,1646326039,47.74305,8.99898\n4907,1646326040,47.74305,8.99898\n4908,1646326041,47.74305,8.99898\n4909,1646326042,47.74305,8.99898\n4910,1646326043,47.74305,8.99898\n4911,1646326044,47.74305,8.99898\n4912,1646326045,47.74305,8.99898\n4913,1646326046,47.74305,8.99898\n4914,1646326047,47.74305,8.99898\n4915,1646326048,47.74305,8.99898\n4916,1646326049,47.74305,8.99898\n4917,1646326050,47.74305,8.99898\n4918,1646326051,47.74305,8.99898\n4919,1646326052,47.74305,8.99898\n4920,1646326053,47.74305,8.99898\n4921,1646326054,47.74305,8.99898\n4922,1646326055,47.74305,8.99898\n4923,1646326056,47.74305,8.99898\n4924,1646326057,47.74305,8.99898\n4925,1646326058,47.74305,8.99898\n4926,1646326059,47.74305,8.99898\n4927,1646326060,47.74305,8.99898\n4928,1646326061,47.74305,8.99898\n4929,1646326062,47.74305,8.99898\n4930,1646326063,47.74305,8.99898\n4931,1646326064,47.74305,8.99898\n4932,1646326065,47.74305,8.99898\n4933,1646326066,47.74305,8.99898\n4934,1646326067,47.74305,8.99898\n4935,1646326068,47.74305,8.99898\n4936,1646326069,47.74305,8.99898\n4937,1646326070,47.74305,8.99898\n4938,1646326071,47.74305,8.99898\n4939,1646326072,47.74305,8.99898\n4940,1646326073,47.74305,8.99898\n4941,1646326074,47.74305,8.99898\n4942,1646326075,47.74305,8.99898\n4943,1646326076,47.74305,8.99898\n4944,1646326077,47.74305,8.99898\n4945,1646326078,47.74305,8.99898\n4946,1646326079,47.74305,8.99898\n4947,1646326080,47.74305,8.99898\n4948,1646326081,47.74305,8.99898\n4949,1646326082,47.74305,8.99898\n4950,1646326083,47.74305,8.99898\n4951,1646326084,47.74305,8.99898\n4952,1646326085,47.74305,8.99898\n4953,1646326086,47.74305,8.99898\n4954,1646326087,47.74305,8.99898\n4955,1646326088,47.74305,8.99898\n4956,1646326089,47.74305,8.99898\n4957,1646326090,47.74305,8.99898\n4958,1646326091,47.74305,8.99898\n4959,1646326092,47.74305,8.99898\n4960,1646326093,47.74305,8.99898\n4961,1646326094,47.74305,8.99898\n4962,1646326095,47.74305,8.99898\n4963,1646326096,47.74305,8.99898\n4964,1646326097,47.74305,8.99898\n4965,1646326098,47.74305,8.99898\n4966,1646326099,47.74305,8.99898\n4967,1646326100,47.74305,8.99898\n4968,1646326101,47.74305,8.99898\n4969,1646326102,47.74305,8.99898\n4970,1646326103,47.74305,8.99898\n4971,1646326104,47.74305,8.99898\n4972,1646326105,47.74305,8.99898\n4973,1646326106,47.74305,8.99898\n4974,1646326107,47.74305,8.99898\n4975,1646326108,47.74305,8.99898\n4976,1646326109,47.74305,8.99898\n4977,1646326110,47.74305,8.99898\n4978,1646326111,47.74305,8.99898\n4979,1646326112,47.74305,8.99898\n4980,1646326113,47.74305,8.99898\n4981,1646326114,47.74305,8.99898\n4982,1646326115,47.74305,8.99898\n4983,1646326116,47.74305,8.99898\n4984,1646326117,47.74305,8.99898\n4985,1646326118,47.74305,8.99898\n4986,1646326119,47.74305,8.99898\n4987,1646326120,47.74305,8.99898\n4988,1646326121,47.74305,8.99898\n4989,1646326122,47.74305,8.99898\n4990,1646326123,47.74305,8.99898\n4991,1646326124,47.74305,8.99898\n4992,1646326125,47.74305,8.99898\n4993,1646326126,47.74305,8.99898\n4994,1646326127,47.74305,8.99898\n4995,1646326128,47.74305,8.99898\n4996,1646326129,47.74305,8.99898\n4997,1646326130,47.74305,8.99898\n4998,1646326131,47.74305,8.99898\n4999,1646326132,47.74305,8.99898\n5000,1646326133,47.74305,8.99898\n5001,1646326134,47.74305,8.99898\n5002,1646326135,47.74305,8.99898\n5003,1646326136,47.74305,8.99898\n5004,1646326137,47.74305,8.99898\n5005,1646326138,47.74305,8.99898\n5006,1646326139,47.74305,8.99898\n5007,1646326140,47.74305,8.99898\n5008,1646326141,47.74305,8.99898\n5009,1646326142,47.74305,8.99898\n5010,1646326143,47.74305,8.99898\n5011,1646326144,47.74305,8.99898\n5012,1646326145,47.74305,8.99898\n5013,1646326146,47.74305,8.99898\n5014,1646326147,47.74305,8.99898\n5015,1646326148,47.74305,8.99898\n5016,1646326149,47.74305,8.99898\n5017,1646326150,47.74305,8.99898\n5018,1646326151,47.74305,8.99898\n5019,1646326152,47.74305,8.99898\n5020,1646326153,47.74305,8.99898\n5021,1646326154,47.74305,8.99898\n5022,1646326155,47.74305,8.99898\n5023,1646326156,47.74305,8.99898\n5024,1646326157,47.74305,8.99898\n5025,1646326158,47.74305,8.99898\n5026,1646326159,47.74305,8.99898\n5027,1646326160,47.74305,8.99898\n5028,1646326161,47.74305,8.99898\n5029,1646326162,47.74305,8.99898\n5030,1646326163,47.74305,8.99898\n5031,1646326164,47.74305,8.99898\n5032,1646326165,47.74305,8.99898\n5033,1646326166,47.74305,8.99898\n5034,1646326167,47.74305,8.99898\n5035,1646326168,47.74305,8.99898\n5036,1646326169,47.74305,8.99898\n5037,1646326170,47.74305,8.99898\n5038,1646326171,47.74305,8.99898\n5039,1646326172,47.74305,8.99898\n5040,1646326173,47.74305,8.99898\n5041,1646326174,47.74305,8.99898\n5042,1646326175,47.74305,8.99898\n5043,1646326176,47.74305,8.99898\n5044,1646326177,47.74305,8.99898\n5045,1646326178,47.74305,8.99898\n5046,1646326179,47.74305,8.99898\n5047,1646326180,47.74305,8.99898\n5048,1646326181,47.74305,8.99898\n5049,1646326182,47.74305,8.99898\n5050,1646326183,47.74305,8.99898\n5051,1646326184,47.74305,8.99898\n5052,1646326185,47.74305,8.99898\n5053,1646326186,47.74305,8.99898\n5054,1646326187,47.74305,8.99898\n5055,1646326188,47.74305,8.99898\n5056,1646326189,47.74305,8.99898\n5057,1646326190,47.74305,8.99898\n5058,1646326191,47.74305,8.99898\n5059,1646326192,47.74305,8.99898\n5060,1646326193,47.74305,8.99898\n5061,1646326194,47.74305,8.99898\n5062,1646326195,47.74305,8.99898\n5063,1646326196,47.74305,8.99898\n5064,1646326197,47.74305,8.99898\n5065,1646326198,47.74305,8.99898\n5066,1646326199,47.74305,8.99898\n5067,1646326200,47.74305,8.99898\n5068,1646326201,47.74305,8.99898\n5069,1646326202,47.74305,8.99898\n5070,1646326203,47.74305,8.99898\n5071,1646326204,47.74305,8.99898\n5072,1646326205,47.74305,8.99898\n5073,1646326206,47.74305,8.99898\n5074,1646326207,47.74305,8.99898\n5075,1646326208,47.74305,8.99898\n5076,1646326209,47.74305,8.99898\n5077,1646326210,47.74305,8.99898\n5078,1646326211,47.74305,8.99898\n5079,1646326212,47.74305,8.99898\n5080,1646326213,47.74305,8.99898\n5081,1646326214,47.74305,8.99898\n5082,1646326215,47.74305,8.99898\n5083,1646326216,47.74305,8.99898\n5084,1646326217,47.74305,8.99898\n5085,1646326218,47.74305,8.99898\n5086,1646326219,47.74305,8.99898\n5087,1646326220,47.74305,8.99898\n5088,1646326221,47.74305,8.99898\n5089,1646326222,47.74305,8.99898\n5090,1646326223,47.74305,8.99898\n5091,1646326224,47.74305,8.99898\n5092,1646326225,47.74305,8.99898\n5093,1646326226,47.74305,8.99898\n5094,1646326227,47.74305,8.99898\n5095,1646326228,47.74305,8.99898\n5096,1646326229,47.74305,8.99898\n5097,1646326230,47.74305,8.99898\n5098,1646326231,47.74305,8.99898\n5099,1646326232,47.74305,8.99898\n5100,1646326233,47.74305,8.99898\n5101,1646326234,47.74305,8.99898\n5102,1646326235,47.74305,8.99898\n5103,1646326236,47.74305,8.99898\n5104,1646326237,47.74305,8.99898\n5105,1646326238,47.74305,8.99898\n5106,1646326239,47.74305,8.99898\n5107,1646326240,47.74305,8.99898\n5108,1646326241,47.74305,8.99898\n5109,1646326242,47.74305,8.99898\n5110,1646326243,47.74305,8.99898\n5111,1646326244,47.74305,8.99898\n5112,1646326245,47.74305,8.99898\n5113,1646326246,47.74305,8.99898\n5114,1646326247,47.74305,8.99898\n5115,1646326248,47.74305,8.99898\n5116,1646326249,47.74305,8.99898\n5117,1646326250,47.74305,8.99898\n5118,1646326251,47.74305,8.99898\n5119,1646326252,47.74305,8.99898\n5120,1646326253,47.74305,8.99898\n5121,1646326254,47.74305,8.99898\n5122,1646326255,47.74305,8.99898\n5123,1646326256,47.74305,8.99898\n5124,1646326257,47.74305,8.99898\n5125,1646326258,47.74305,8.99898\n5126,1646326259,47.74305,8.99898\n5127,1646326260,47.74305,8.99898\n5128,1646326261,47.74305,8.99898\n5129,1646326262,47.74305,8.99898\n5130,1646326263,47.74305,8.99898\n5131,1646326264,47.74305,8.99898\n5132,1646326265,47.74305,8.99898\n5133,1646326266,47.74305,8.99898\n5134,1646326267,47.74305,8.99898\n5135,1646326268,47.74305,8.99898\n5136,1646326269,47.74305,8.99898\n5137,1646326270,47.74305,8.99898\n5138,1646326271,47.74305,8.99898\n5139,1646326272,47.74305,8.99898\n5140,1646326273,47.74305,8.99898\n5141,1646326274,47.74305,8.99898\n5142,1646326275,47.74305,8.99898\n5143,1646326276,47.74305,8.99898\n5144,1646326277,47.74305,8.99898\n5145,1646326278,47.74305,8.99898\n5146,1646326279,47.74305,8.99898\n5147,1646326280,47.74305,8.99898\n5148,1646326281,47.74305,8.99898\n5149,1646326282,47.74305,8.99898\n5150,1646326283,47.74305,8.99898\n5151,1646326284,47.74305,8.99898\n5152,1646326285,47.74305,8.99898\n5153,1646326286,47.74305,8.99898\n5154,1646326287,47.74305,8.99898\n5155,1646326288,47.74305,8.99898\n5156,1646326289,47.74305,8.99898\n5157,1646326290,47.74305,8.99898\n5158,1646326291,47.74305,8.99898\n5159,1646326292,47.74305,8.99898\n5160,1646326293,47.74305,8.99898\n5161,1646326294,47.74305,8.99898\n5162,1646326295,47.74305,8.99898\n5163,1646326296,47.74305,8.99898\n5164,1646326297,47.74305,8.99898\n5165,1646326298,47.74305,8.99898\n5166,1646326299,47.74305,8.99898\n5167,1646326300,47.74305,8.99898\n5168,1646326301,47.74305,8.99898\n5169,1646326302,47.74305,8.99898\n5170,1646326303,47.74305,8.99898\n5171,1646326304,47.74305,8.99898\n5172,1646326305,47.74305,8.99898\n5173,1646326306,47.74305,8.99898\n5174,1646326307,47.74305,8.99898\n5175,1646326308,47.74305,8.99898\n5176,1646326309,47.74305,8.99898\n5177,1646326310,47.74305,8.99898\n5178,1646326311,47.74305,8.99898\n5179,1646326312,47.74305,8.99898\n5180,1646326313,47.74305,8.99898\n5181,1646326314,47.74305,8.99898\n5182,1646326315,47.74305,8.99898\n5183,1646326316,47.74305,8.99898\n5184,1646326317,47.74305,8.99898\n5185,1646326318,47.74305,8.99898\n5186,1646326319,47.74305,8.99898\n5187,1646326320,47.74305,8.99898\n5188,1646326321,47.74305,8.99898\n5189,1646326322,47.74305,8.99898\n5190,1646326323,47.74305,8.99898\n5191,1646326324,47.74305,8.99898\n5192,1646326325,47.74305,8.99898\n5193,1646326326,47.74305,8.99898\n5194,1646326327,47.74305,8.99898\n5195,1646326328,47.74305,8.99898\n5196,1646326329,47.74305,8.99898\n5197,1646326330,47.74305,8.99898\n5198,1646326331,47.74305,8.99898\n5199,1646326332,47.74305,8.99898\n5200,1646326333,47.74305,8.99898\n5201,1646326334,47.74305,8.99898\n5202,1646326335,47.74305,8.99898\n5203,1646326336,47.74305,8.99898\n5204,1646326337,47.74305,8.99898\n5205,1646326338,47.74305,8.99898\n5206,1646326339,47.74305,8.99898\n5207,1646326340,47.74305,8.99898\n5208,1646326341,47.74305,8.99898\n5209,1646326342,47.74305,8.99898\n5210,1646326343,47.74305,8.99898\n5211,1646326344,47.74305,8.99898\n5212,1646326345,47.74305,8.99898\n5213,1646326346,47.74305,8.99898\n5214,1646326347,47.74305,8.99898\n5215,1646326348,47.74305,8.99898\n5216,1646326349,47.74305,8.99898\n5217,1646326350,47.74305,8.99898\n5218,1646326351,47.74305,8.99898\n5219,1646326352,47.74305,8.99898\n5220,1646326353,47.74305,8.99898\n5221,1646326354,47.74305,8.99898\n5222,1646326355,47.74305,8.99898\n5223,1646326356,47.74305,8.99898\n5224,1646326357,47.74305,8.99898\n5225,1646326358,47.74305,8.99898\n5226,1646326359,47.74305,8.99898\n5227,1646326360,47.74305,8.99898\n5228,1646326361,47.74305,8.99898\n5229,1646326362,47.74305,8.99898\n5230,1646326363,47.74305,8.99898\n5231,1646326364,47.74305,8.99898\n5232,1646326365,47.74305,8.99898\n5233,1646326366,47.74305,8.99898\n5234,1646326367,47.74305,8.99898\n5235,1646326368,47.74305,8.99898\n5236,1646326369,47.74305,8.99898\n5237,1646326370,47.74305,8.99898\n5238,1646326371,47.74305,8.99898\n5239,1646326372,47.74305,8.99898\n5240,1646326373,47.74305,8.99898\n5241,1646326374,47.74305,8.99898\n5242,1646326375,47.74305,8.99898\n5243,1646326376,47.74305,8.99898\n5244,1646326377,47.74305,8.99898\n5245,1646326378,47.74305,8.99898\n5246,1646326379,47.74305,8.99898\n5247,1646326380,47.74305,8.99898\n5248,1646326381,47.74305,8.99898\n5249,1646326382,47.74305,8.99898\n5250,1646326383,47.74305,8.99898\n5251,1646326384,47.74305,8.99898\n5252,1646326385,47.74305,8.99898\n5253,1646326386,47.74305,8.99898\n5254,1646326387,47.74305,8.99898\n5255,1646326388,47.74305,8.99898\n5256,1646326389,47.74305,8.99898\n5257,1646326390,47.74305,8.99898\n5258,1646326391,47.74305,8.99898\n5259,1646326392,47.74305,8.99898\n5260,1646326393,47.74305,8.99898\n5261,1646326394,47.74305,8.99898\n5262,1646326395,47.74305,8.99898\n5263,1646326396,47.74305,8.99898\n5264,1646326397,47.74305,8.99898\n5265,1646326398,47.74305,8.99898\n5266,1646326399,47.74305,8.99898\n5267,1646326400,47.74305,8.99898\n5268,1646326401,47.74305,8.99898\n5269,1646326402,47.74305,8.99898\n5270,1646326403,47.74305,8.99898\n5271,1646326404,47.74305,8.99898\n5272,1646326405,47.74305,8.99898\n5273,1646326406,47.74305,8.99898\n5274,1646326407,47.74305,8.99898\n5275,1646326408,47.74305,8.99898\n5276,1646326409,47.74305,8.99898\n5277,1646326410,47.74305,8.99898\n5278,1646326411,47.74305,8.99898\n5279,1646326412,47.74305,8.99898\n5280,1646326413,47.74305,8.99898\n5281,1646326414,47.74305,8.99898\n5282,1646326415,47.74305,8.99898\n5283,1646326416,47.74305,8.99898\n5284,1646326417,47.74305,8.99898\n5285,1646326418,47.74305,8.99898\n5286,1646326419,47.74305,8.99898\n5287,1646326420,47.74305,8.99898\n5288,1646326421,47.74305,8.99898\n5289,1646326422,47.74305,8.99898\n5290,1646326423,47.74305,8.99898\n5291,1646326424,47.74305,8.99898\n5292,1646326425,47.74305,8.99898\n5293,1646326426,47.74305,8.99898\n5294,1646326427,47.74305,8.99898\n5295,1646326428,47.74305,8.99898\n5296,1646326429,47.74305,8.99898\n5297,1646326430,47.74305,8.99898\n5298,1646326431,47.74305,8.99898\n5299,1646326432,47.74305,8.99898\n5300,1646326433,47.74305,8.99898\n5301,1646326434,47.74305,8.99898\n5302,1646326435,47.74305,8.99898\n5303,1646326436,47.74305,8.99898\n5304,1646326437,47.74305,8.99898\n5305,1646326438,47.74305,8.99898\n5306,1646326439,47.74305,8.99898\n5307,1646326440,47.74305,8.99898\n5308,1646326441,47.74305,8.99898\n5309,1646326442,47.74305,8.99898\n5310,1646326443,47.74305,8.99898\n5311,1646326444,47.74305,8.99898\n5312,1646326445,47.74305,8.99898\n5313,1646326446,47.74305,8.99898\n5314,1646326447,47.74305,8.99898\n5315,1646326448,47.74305,8.99898\n5316,1646326449,47.74305,8.99898\n5317,1646326450,47.74305,8.99898\n5318,1646326451,47.74305,8.99898\n5319,1646326452,47.74305,8.99898\n5320,1646326453,47.74305,8.99898\n5321,1646326454,47.74305,8.99898\n5322,1646326455,47.74305,8.99898\n5323,1646326456,47.74305,8.99898\n5324,1646326457,47.74305,8.99898\n5325,1646326458,47.74305,8.99898\n5326,1646326459,47.74305,8.99898\n5327,1646326460,47.74305,8.99898\n5328,1646326461,47.74305,8.99898\n5329,1646326462,47.74305,8.99898\n5330,1646326463,47.74305,8.99898\n5331,1646326464,47.74305,8.99898\n5332,1646326465,47.74305,8.99898\n5333,1646326466,47.74305,8.99898\n5334,1646326467,47.74305,8.99898\n5335,1646326468,47.74305,8.99898\n5336,1646326469,47.74305,8.99898\n5337,1646326470,47.74305,8.99898\n5338,1646326471,47.74305,8.99898\n5339,1646326472,47.74305,8.99898\n5340,1646326473,47.74305,8.99898\n5341,1646326474,47.74305,8.99898\n5342,1646326475,47.74305,8.99898\n5343,1646326476,47.74305,8.99898\n5344,1646326477,47.74305,8.99898\n5345,1646326478,47.74305,8.99898\n5346,1646326479,47.74305,8.99898\n5347,1646326480,47.74305,8.99898\n5348,1646326481,47.74305,8.99898\n5349,1646326482,47.74305,8.99898\n5350,1646326483,47.74305,8.99898\n5351,1646326484,47.74305,8.99898\n5352,1646326485,47.74305,8.99898\n5353,1646326486,47.74305,8.99898\n5354,1646326487,47.74305,8.99898\n5355,1646326488,47.74305,8.99898\n5356,1646326489,47.74305,8.99898\n5357,1646326490,47.74305,8.99898\n5358,1646326491,47.74305,8.99898\n5359,1646326492,47.74305,8.99898\n5360,1646326493,47.74305,8.99898\n5361,1646326494,47.74305,8.99898\n5362,1646326495,47.74305,8.99898\n5363,1646326496,47.74305,8.99898\n5364,1646326497,47.74305,8.99898\n5365,1646326498,47.74305,8.99898\n5366,1646326499,47.74305,8.99898\n5367,1646326500,47.74305,8.99898\n5368,1646326501,47.74305,8.99898\n5369,1646326502,47.74305,8.99898\n5370,1646326503,47.74305,8.99898\n5371,1646326504,47.74305,8.99898\n5372,1646326505,47.74305,8.99898\n5373,1646326506,47.74305,8.99898\n5374,1646326507,47.74305,8.99898\n5375,1646326508,47.74305,8.99898\n5376,1646326509,47.74305,8.99898\n5377,1646326510,47.74305,8.99898\n5378,1646326511,47.74305,8.99898\n5379,1646326512,47.74305,8.99898\n5380,1646326513,47.74305,8.99898\n5381,1646326514,47.74305,8.99898\n5382,1646326515,47.74305,8.99898\n5383,1646326516,47.74305,8.99898\n5384,1646326517,47.74305,8.99898\n5385,1646326518,47.74305,8.99898\n5386,1646326519,47.74305,8.99898\n5387,1646326520,47.74305,8.99898\n5388,1646326521,47.74305,8.99898\n5389,1646326522,47.74305,8.99898\n5390,1646326523,47.74305,8.99898\n5391,1646326524,47.74305,8.99898\n5392,1646326525,47.74305,8.99898\n5393,1646326526,47.74305,8.99898\n5394,1646326527,47.74305,8.99898\n5395,1646326528,47.74305,8.99898\n5396,1646326529,47.74305,8.99898\n5397,1646326530,47.74305,8.99898\n5398,1646326531,47.74305,8.99898\n5399,1646326532,47.74305,8.99898\n5400,1646326533,47.74305,8.99898\n5401,1646326534,47.74305,8.99898\n5402,1646326535,47.74305,8.99898\n5403,1646326536,47.74305,8.99898\n5404,1646326537,47.74305,8.99898\n5405,1646326538,47.74305,8.99898\n5406,1646326539,47.74305,8.99898\n5407,1646326540,47.74305,8.99898\n5408,1646326541,47.74305,8.99898\n5409,1646326542,47.74305,8.99898\n5410,1646326543,47.74305,8.99898\n5411,1646326544,47.74305,8.99898\n5412,1646326545,47.74305,8.99898\n5413,1646326546,47.74305,8.99898\n5414,1646326547,47.74305,8.99898\n5415,1646326548,47.74305,8.99898\n5416,1646326549,47.74305,8.99898\n5417,1646326550,47.74305,8.99898\n5418,1646326551,47.74305,8.99898\n5419,1646326552,47.74305,8.99898\n5420,1646326553,47.74305,8.99898\n5421,1646326554,47.74305,8.99898\n5422,1646326555,47.74305,8.99898\n5423,1646326556,47.74305,8.99898\n5424,1646326557,47.74305,8.99898\n5425,1646326558,47.74305,8.99898\n5426,1646326559,47.74305,8.99898\n5427,1646326560,47.74305,8.99898\n5428,1646326561,47.74305,8.99898\n5429,1646326562,47.74305,8.99898\n5430,1646326563,47.74305,8.99898\n5431,1646326564,47.74305,8.99898\n5432,1646326565,47.74305,8.99898\n5433,1646326566,47.74305,8.99898\n5434,1646326567,47.74305,8.99898\n5435,1646326568,47.74305,8.99898\n5436,1646326569,47.74305,8.99898\n5437,1646326570,47.74305,8.99898\n5438,1646326571,47.74305,8.99898\n5439,1646326572,47.74305,8.99898\n5440,1646326573,47.74305,8.99898\n5441,1646326574,47.74305,8.99898\n5442,1646326575,47.74305,8.99898\n5443,1646326576,47.74305,8.99898\n5444,1646326577,47.74305,8.99898\n5445,1646326578,47.74305,8.99898\n5446,1646326579,47.74305,8.99898\n5447,1646326580,47.74305,8.99898\n5448,1646326581,47.74305,8.99898\n5449,1646326582,47.74305,8.99898\n5450,1646326583,47.74305,8.99898\n5451,1646326584,47.74305,8.99898\n5452,1646326585,47.74305,8.99898\n5453,1646326586,47.74305,8.99898\n5454,1646326587,47.74305,8.99898\n5455,1646326588,47.74305,8.99898\n5456,1646326589,47.74305,8.99898\n5457,1646326590,47.74305,8.99898\n5458,1646326591,47.74305,8.99898\n5459,1646326592,47.74305,8.99898\n5460,1646326593,47.74306,8.99898\n5461,1646326594,47.74306,8.99898\n5462,1646326595,47.74306,8.99898\n5463,1646326596,47.74306,8.99898\n5464,1646326597,47.74306,8.99898\n5465,1646326598,47.74306,8.99898\n5466,1646326599,47.74306,8.99898\n5467,1646326600,47.74306,8.99898\n5468,1646326601,47.74306,8.99898\n5469,1646326602,47.74306,8.99898\n5470,1646326603,47.74306,8.99898\n5471,1646326604,47.74306,8.99898\n5472,1646326605,47.74306,8.99898\n5473,1646326606,47.74306,8.99898\n5474,1646326607,47.74306,8.99898\n5475,1646326608,47.74306,8.99898\n5476,1646326609,47.74306,8.99898\n5477,1646326610,47.74306,8.99898\n5478,1646326611,47.74306,8.99898\n5479,1646326612,47.74306,8.99898\n5480,1646326613,47.74306,8.99898\n5481,1646326614,47.74306,8.99898\n5482,1646326615,47.74306,8.99898\n5483,1646326616,47.74306,8.99898\n5484,1646326617,47.74306,8.99898\n5485,1646326618,47.74306,8.99898\n5486,1646326619,47.74306,8.99898\n5487,1646326620,47.74306,8.99898\n5488,1646326621,47.74306,8.99898\n5489,1646326622,47.74306,8.99898\n5490,1646326623,47.74306,8.99898\n5491,1646326624,47.74306,8.99898\n5492,1646326625,47.74306,8.99898\n5493,1646326626,47.74306,8.99898\n5494,1646326627,47.74306,8.99898\n5495,1646326628,47.74306,8.99898\n5496,1646326629,47.74306,8.99898\n5497,1646326630,47.74306,8.99898\n5498,1646326631,47.74306,8.99898\n5499,1646326632,47.74306,8.99898\n5500,1646326633,47.74306,8.99898\n5501,1646326634,47.74306,8.99898\n5502,1646326635,47.74306,8.99898\n5503,1646326636,47.74306,8.99898\n5504,1646326637,47.74306,8.99898\n5505,1646326638,47.74306,8.99898\n5506,1646326639,47.74306,8.99898\n5507,1646326640,47.74306,8.99898\n5508,1646326641,47.74306,8.99898\n5509,1646326642,47.74306,8.99898\n5510,1646326643,47.74306,8.99898\n5511,1646326644,47.74306,8.99898\n5512,1646326645,47.74306,8.99898\n5513,1646326646,47.74306,8.99898\n5514,1646326647,47.74306,8.99898\n5515,1646326648,47.74306,8.99898\n5516,1646326649,47.74306,8.99898\n5517,1646326650,47.74306,8.99898\n5518,1646326651,47.74306,8.99898\n5519,1646326652,47.74306,8.99898\n5520,1646326653,47.74306,8.99898\n5521,1646326654,47.74306,8.99898\n5522,1646326655,47.74306,8.99898\n5523,1646326656,47.74306,8.99898\n5524,1646326657,47.74306,8.99898\n5525,1646326658,47.74306,8.99898\n5526,1646326659,47.74306,8.99898\n5527,1646326660,47.74306,8.99898\n5528,1646326661,47.74306,8.99898\n5529,1646326662,47.74306,8.99898\n5530,1646326663,47.74306,8.99898\n5531,1646326664,47.74306,8.99898\n5532,1646326665,47.74306,8.99898\n5533,1646326666,47.74306,8.99898\n5534,1646326667,47.74306,8.99898\n5535,1646326668,47.74306,8.99898\n5536,1646326669,47.74306,8.99898\n5537,1646326670,47.74306,8.99898\n5538,1646326671,47.74306,8.99898\n5539,1646326672,47.74306,8.99898\n5540,1646326673,47.74306,8.99898\n5541,1646326674,47.74306,8.99898\n5542,1646326675,47.74306,8.99898\n5543,1646326676,47.74306,8.99898\n5544,1646326677,47.74306,8.99898\n5545,1646326678,47.74306,8.99898\n5546,1646326679,47.74306,8.99898\n5547,1646326680,47.74306,8.99898\n5548,1646326681,47.74306,8.99898\n5549,1646326682,47.74306,8.99898\n5550,1646326683,47.74306,8.99898\n5551,1646326684,47.74306,8.99898\n5552,1646326685,47.74306,8.99898\n5553,1646326686,47.74306,8.99898\n5554,1646326687,47.74306,8.99898\n5555,1646326688,47.74306,8.99898\n5556,1646326689,47.74306,8.99898\n5557,1646326690,47.74306,8.99898\n5558,1646326691,47.74306,8.99898\n5559,1646326692,47.74306,8.99898\n5560,1646326693,47.74306,8.99898\n5561,1646326694,47.74306,8.99898\n5562,1646326695,47.74306,8.99898\n5563,1646326696,47.74306,8.99898\n5564,1646326697,47.74306,8.99898\n5565,1646326698,47.74306,8.99898\n5566,1646326699,47.74306,8.99898\n5567,1646326700,47.74306,8.99898\n5568,1646326701,47.74306,8.99898\n5569,1646326702,47.74306,8.99898\n5570,1646326703,47.74306,8.99898\n5571,1646326704,47.74306,8.99898\n5572,1646326705,47.74306,8.99898\n5573,1646326706,47.74306,8.99898\n5574,1646326707,47.74306,8.99898\n5575,1646326708,47.74306,8.99898\n5576,1646326709,47.74306,8.99898\n5577,1646326710,47.74306,8.99898\n5578,1646326711,47.74306,8.99898\n5579,1646326712,47.74306,8.99898\n5580,1646326713,47.74306,8.99898\n5581,1646326714,47.74306,8.99898\n5582,1646326715,47.74306,8.99898\n5583,1646326716,47.74306,8.99898\n5584,1646326717,47.74306,8.99898\n5585,1646326718,47.74306,8.99898\n5586,1646326719,47.74306,8.99898\n5587,1646326720,47.74306,8.99898\n5588,1646326721,47.74306,8.99898\n5589,1646326722,47.74306,8.99898\n5590,1646326723,47.74306,8.99898\n5591,1646326724,47.74306,8.99898\n5592,1646326725,47.74306,8.99898\n5593,1646326726,47.74306,8.99898\n5594,1646326727,47.74306,8.99898\n5595,1646326728,47.74306,8.99898\n5596,1646326729,47.74306,8.99898\n5597,1646326730,47.74306,8.99898\n5598,1646326731,47.74306,8.99898\n5599,1646326732,47.74306,8.99898\n5600,1646326733,47.74306,8.99898\n5601,1646326734,47.74306,8.99898\n5602,1646326735,47.74306,8.99898\n5603,1646326736,47.74306,8.99898\n5604,1646326737,47.74306,8.99898\n5605,1646326738,47.74306,8.99898\n5606,1646326739,47.74306,8.99898\n5607,1646326740,47.74306,8.99898\n5608,1646326741,47.74306,8.99898\n5609,1646326742,47.74306,8.99898\n5610,1646326743,47.74306,8.99898\n5611,1646326744,47.74306,8.99898\n5612,1646326745,47.74306,8.99898\n5613,1646326746,47.74306,8.99898\n5614,1646326747,47.74306,8.99898\n5615,1646326748,47.74306,8.99898\n5616,1646326749,47.74306,8.99898\n5617,1646326750,47.74306,8.99898\n5618,1646326751,47.74306,8.99898\n5619,1646326752,47.74306,8.99898\n5620,1646326753,47.74306,8.99898\n5621,1646326754,47.74306,8.99898\n5622,1646326755,47.74306,8.99898\n5623,1646326756,47.74306,8.99898\n5624,1646326757,47.74306,8.99898\n5625,1646326758,47.74306,8.99898\n5626,1646326759,47.74306,8.99898\n5627,1646326760,47.74306,8.99898\n5628,1646326761,47.74306,8.99898\n5629,1646326762,47.74306,8.99898\n5630,1646326763,47.74306,8.99898\n5631,1646326764,47.74306,8.99898\n5632,1646326765,47.74306,8.99898\n5633,1646326766,47.74306,8.99898\n5634,1646326767,47.74306,8.99898\n5635,1646326768,47.74306,8.99898\n5636,1646326769,47.74306,8.99898\n5637,1646326770,47.74306,8.99898\n5638,1646326771,47.74306,8.99898\n5639,1646326772,47.74306,8.99898\n5640,1646326773,47.74306,8.99898\n5641,1646326774,47.74306,8.99898\n5642,1646326775,47.74306,8.99898\n5643,1646326776,47.74306,8.99898\n5644,1646326777,47.74306,8.99898\n5645,1646326778,47.74306,8.99898\n5646,1646326779,47.74306,8.99898\n5647,1646326780,47.74306,8.99898\n5648,1646326781,47.74306,8.99898\n5649,1646326782,47.74306,8.99898\n5650,1646326783,47.74306,8.99898\n5651,1646326784,47.74306,8.99898\n5652,1646326785,47.74306,8.99898\n5653,1646326786,47.74306,8.99898\n5654,1646326787,47.74306,8.99898\n5655,1646326788,47.74306,8.99898\n5656,1646326789,47.74306,8.99898\n5657,1646326790,47.74306,8.99898\n5658,1646326791,47.74306,8.99898\n5659,1646326792,47.74306,8.99898\n5660,1646326793,47.74306,8.99898\n5661,1646326794,47.74306,8.99898\n5662,1646326795,47.74306,8.99898\n5663,1646326796,47.74306,8.99898\n5664,1646326797,47.74306,8.99898\n5665,1646326798,47.74306,8.99898\n5666,1646326799,47.74306,8.99898\n5667,1646326800,47.74306,8.99898\n5668,1646326801,47.74306,8.99898\n5669,1646326802,47.74306,8.99898\n5670,1646326803,47.74306,8.99898\n5671,1646326804,47.74306,8.99898\n5672,1646326805,47.74306,8.99898\n5673,1646326806,47.74306,8.99898\n5674,1646326807,47.74306,8.99898\n5675,1646326808,47.74306,8.99898\n5676,1646326809,47.74306,8.99898\n5677,1646326810,47.74306,8.99898\n5678,1646326811,47.74306,8.99898\n5679,1646326812,47.74306,8.99898\n5680,1646326813,47.74306,8.99898\n5681,1646326814,47.74306,8.99898\n5682,1646326815,47.74306,8.99898\n5683,1646326816,47.74306,8.99898\n5684,1646326817,47.74306,8.99898\n5685,1646326818,47.74306,8.99898\n5686,1646326819,47.74306,8.99898\n5687,1646326820,47.74306,8.99898\n5688,1646326821,47.74306,8.99898\n5689,1646326822,47.74306,8.99898\n5690,1646326823,47.74306,8.99898\n5691,1646326824,47.74306,8.99898\n5692,1646326825,47.74306,8.99898\n5693,1646326826,47.74306,8.99898\n5694,1646326827,47.74306,8.99898\n5695,1646326828,47.74306,8.99898\n5696,1646326829,47.74306,8.99898\n5697,1646326830,47.74306,8.99898\n5698,1646326831,47.74306,8.99898\n5699,1646326832,47.74306,8.99898\n5700,1646326833,47.74306,8.99898\n5701,1646326834,47.74306,8.99898\n5702,1646326835,47.74306,8.99898\n5703,1646326836,47.74306,8.99898\n5704,1646326837,47.74306,8.99898\n5705,1646326838,47.74306,8.99898\n5706,1646326839,47.74306,8.99898\n5707,1646326840,47.74306,8.99898\n5708,1646326841,47.74306,8.99898\n5709,1646326842,47.74306,8.99898\n5710,1646326843,47.74306,8.99898\n5711,1646326844,47.74306,8.99898\n5712,1646326845,47.74306,8.99898\n5713,1646326846,47.74306,8.99898\n5714,1646326847,47.74306,8.99898\n5715,1646326848,47.74306,8.99898\n5716,1646326849,47.74306,8.99898\n5717,1646326850,47.74306,8.99898\n5718,1646326851,47.74306,8.99898\n5719,1646326852,47.74306,8.99898\n5720,1646326853,47.74306,8.99898\n5721,1646326854,47.74306,8.99898\n5722,1646326855,47.74306,8.99898\n5723,1646326856,47.74306,8.99898\n5724,1646326857,47.74306,8.99898\n5725,1646326858,47.74305,8.99898\n5726,1646326859,47.74305,8.99898\n5727,1646326860,47.74305,8.99898\n5728,1646326861,47.74305,8.99898\n5729,1646326862,47.74305,8.99898\n5730,1646326863,47.74305,8.99898\n5731,1646326864,47.74305,8.99898\n5732,1646326865,47.74305,8.99898\n5733,1646326866,47.74306,8.99898\n5734,1646326867,47.74306,8.99898\n5735,1646326868,47.74306,8.99898\n5736,1646326869,47.74305,8.99898\n5737,1646326870,47.74305,8.99898\n5738,1646326871,47.74305,8.99898\n5739,1646326872,47.74305,8.99898\n5740,1646326873,47.74305,8.99898\n5741,1646326874,47.74305,8.99898\n5742,1646326875,47.74305,8.99898\n5743,1646326876,47.74305,8.99898\n5744,1646326877,47.74305,8.99898\n5745,1646326878,47.74305,8.99898\n5746,1646326879,47.74305,8.99898\n5747,1646326880,47.74305,8.99898\n5748,1646326881,47.74305,8.99898\n5749,1646326882,47.74305,8.99898\n5750,1646326883,47.74306,8.99898\n5751,1646326884,47.74306,8.99898\n5752,1646326885,47.74306,8.99898\n5753,1646326886,47.74306,8.99898\n5754,1646326887,47.74306,8.99898\n5755,1646326888,47.74306,8.99898\n5756,1646326889,47.74306,8.99898\n5757,1646326890,47.74306,8.99898\n5758,1646326891,47.74306,8.99898\n5759,1646326892,47.74306,8.99898\n5760,1646326893,47.74306,8.99898\n5761,1646326894,47.74306,8.99898\n5762,1646326895,47.74306,8.99898\n5763,1646326896,47.74305,8.99898\n5764,1646326897,47.74305,8.99898\n5765,1646326898,47.74305,8.99898\n5766,1646326899,47.74305,8.99898\n5767,1646326900,47.74305,8.99898\n5768,1646326901,47.74305,8.99898\n5769,1646326902,47.74305,8.99898\n5770,1646326903,47.74305,8.99898\n5771,1646326904,47.74305,8.99898\n5772,1646326905,47.74305,8.99898\n5773,1646326906,47.74305,8.99898\n5774,1646326907,47.74305,8.99898\n5775,1646326908,47.74305,8.99898\n5776,1646326909,47.74305,8.99898\n5777,1646326910,47.74305,8.99898\n5778,1646326911,47.74305,8.99898\n5779,1646326912,47.74305,8.99898\n5780,1646326913,47.74305,8.99898\n5781,1646326914,47.74305,8.99898\n5782,1646326915,47.74305,8.99898\n5783,1646326916,47.74305,8.99898\n5784,1646326917,47.74305,8.99898\n5785,1646326918,47.74305,8.99898\n5786,1646326919,47.74305,8.99898\n5787,1646326920,47.74305,8.99898\n5788,1646326921,47.74305,8.99898\n5789,1646326922,47.74305,8.99898\n5790,1646326923,47.74305,8.99898\n5791,1646326924,47.74305,8.99898\n5792,1646326925,47.74305,8.99898\n5793,1646326926,47.74305,8.99898\n5794,1646326927,47.74305,8.99898\n5795,1646326928,47.74305,8.99898\n5796,1646326929,47.74305,8.99898\n5797,1646326930,47.74305,8.99898\n5798,1646326931,47.74305,8.99898\n5799,1646326932,47.74305,8.99898\n5800,1646326933,47.74305,8.99898\n5801,1646326934,47.74305,8.99898\n5802,1646326935,47.74305,8.99898\n5803,1646326936,47.74305,8.99898\n5804,1646326937,47.74305,8.99898\n5805,1646326938,47.74305,8.99898\n5806,1646326939,47.74305,8.99898\n5807,1646326940,47.74305,8.99898\n5808,1646326941,47.74305,8.99898\n5809,1646326942,47.74305,8.99898\n5810,1646326943,47.74305,8.99898\n5811,1646326944,47.74305,8.99898\n5812,1646326945,47.74305,8.99898\n5813,1646326946,47.74305,8.99898\n5814,1646326947,47.74305,8.99898\n5815,1646326948,47.74305,8.99898\n5816,1646326949,47.74305,8.99898\n5817,1646326950,47.74305,8.99898\n5818,1646326951,47.74305,8.99898\n5819,1646326952,47.74305,8.99898\n5820,1646326953,47.74305,8.99898\n5821,1646326954,47.74305,8.99898\n5822,1646326955,47.74305,8.99898\n5823,1646326956,47.74305,8.99898\n5824,1646326957,47.74305,8.99898\n5825,1646326958,47.74305,8.99898\n5826,1646326959,47.74305,8.99898\n5827,1646326960,47.74305,8.99898\n5828,1646326961,47.74305,8.99898\n5829,1646326962,47.74305,8.99898\n5830,1646326963,47.74305,8.99898\n5831,1646326964,47.74305,8.99898\n5832,1646326965,47.74305,8.99898\n5833,1646326966,47.74305,8.99898\n5834,1646326967,47.74305,8.99898\n5835,1646326968,47.74305,8.99898\n5836,1646326969,47.74305,8.99898\n5837,1646326970,47.74305,8.99898\n5838,1646326971,47.74305,8.99898\n5839,1646326972,47.74305,8.99898\n5840,1646326973,47.74305,8.99898\n5841,1646326974,47.74305,8.99898\n5842,1646326975,47.74305,8.99898\n5843,1646326976,47.74305,8.99898\n5844,1646326977,47.74305,8.99898\n5845,1646326978,47.74305,8.99898\n5846,1646326979,47.74305,8.99898\n5847,1646326980,47.74305,8.99898\n5848,1646326981,47.74305,8.99898\n5849,1646326982,47.74305,8.99898\n5850,1646326983,47.74305,8.99898\n5851,1646326984,47.74305,8.99898\n5852,1646326985,47.74305,8.99898\n5853,1646326986,47.74305,8.99898\n5854,1646326987,47.74305,8.99898\n5855,1646326988,47.74305,8.99898\n5856,1646326989,47.74305,8.99898\n5857,1646326990,47.74305,8.99898\n5858,1646326991,47.74305,8.99898\n5859,1646326992,47.74305,8.99898\n5860,1646326993,47.74305,8.99898\n5861,1646326994,47.74305,8.99898\n5862,1646326995,47.74305,8.99898\n5863,1646326996,47.74305,8.99898\n5864,1646326997,47.74305,8.99898\n5865,1646326998,47.74305,8.99898\n5866,1646326999,47.74305,8.99898\n5867,1646327000,47.74305,8.99898\n5868,1646327001,47.74305,8.99898\n5869,1646327002,47.74305,8.99898\n5870,1646327003,47.74305,8.99898\n5871,1646327004,47.74305,8.99898\n5872,1646327005,47.74305,8.99898\n5873,1646327006,47.74305,8.99898\n5874,1646327007,47.74305,8.99898\n5875,1646327008,47.74305,8.99898\n5876,1646327009,47.74305,8.99898\n5877,1646327010,47.74305,8.99898\n5878,1646327011,47.74305,8.99898\n5879,1646327012,47.74305,8.99898\n5880,1646327013,47.74305,8.99898\n5881,1646327014,47.74305,8.99898\n5882,1646327015,47.74305,8.99898\n5883,1646327016,47.74305,8.99898\n5884,1646327017,47.74305,8.99898\n5885,1646327018,47.74305,8.99898\n5886,1646327019,47.74305,8.99898\n5887,1646327020,47.74305,8.99898\n5888,1646327021,47.74305,8.99898\n5889,1646327022,47.74305,8.99898\n5890,1646327023,47.74305,8.99898\n5891,1646327024,47.74305,8.99898\n5892,1646327025,47.74305,8.99898\n5893,1646327026,47.74305,8.99898\n5894,1646327027,47.74305,8.99898\n5895,1646327028,47.74305,8.99898\n5896,1646327029,47.74305,8.99898\n5897,1646327030,47.74305,8.99898\n5898,1646327031,47.74305,8.99898\n5899,1646327032,47.74305,8.99898\n5900,1646327033,47.74305,8.99898\n5901,1646327034,47.74305,8.99898\n5902,1646327035,47.74305,8.99898\n5903,1646327036,47.74305,8.99898\n5904,1646327037,47.74305,8.99898\n5905,1646327038,47.74305,8.99898\n5906,1646327039,47.74305,8.99898\n5907,1646327040,47.74305,8.99898\n5908,1646327041,47.74305,8.99898\n5909,1646327042,47.74305,8.99898\n5910,1646327043,47.74305,8.99898\n5911,1646327044,47.74305,8.99898\n5912,1646327045,47.74305,8.99898\n5913,1646327046,47.74305,8.99898\n5914,1646327047,47.74305,8.99898\n5915,1646327048,47.74305,8.99898\n5916,1646327049,47.74305,8.99898\n5917,1646327050,47.74305,8.99898\n5918,1646327051,47.74305,8.99898\n5919,1646327052,47.74305,8.99898\n5920,1646327053,47.74305,8.99898\n5921,1646327054,47.74305,8.99898\n5922,1646327055,47.74305,8.99898\n5923,1646327056,47.74305,8.99898\n5924,1646327057,47.74305,8.99898\n5925,1646327058,47.74305,8.99898\n5926,1646327059,47.74305,8.99898\n5927,1646327060,47.74305,8.99898\n5928,1646327061,47.74305,8.99898\n5929,1646327062,47.74306,8.99898\n5930,1646327063,47.74306,8.99898\n5931,1646327064,47.74306,8.99898\n5932,1646327065,47.74306,8.99898\n5933,1646327066,47.74306,8.99898\n5934,1646327067,47.74306,8.99898\n5935,1646327068,47.74306,8.99898\n5936,1646327069,47.74306,8.99898\n5937,1646327070,47.74306,8.99898\n5938,1646327071,47.74306,8.99898\n5939,1646327072,47.74306,8.99898\n5940,1646327073,47.74306,8.99898\n5941,1646327074,47.74306,8.99898\n5942,1646327075,47.74306,8.99898\n5943,1646327076,47.74306,8.99898\n5944,1646327077,47.74306,8.99898\n5945,1646327078,47.74306,8.99898\n5946,1646327079,47.74306,8.99898\n5947,1646327080,47.74306,8.99898\n5948,1646327081,47.74306,8.99898\n5949,1646327082,47.74306,8.99898\n5950,1646327083,47.74306,8.99898\n5951,1646327084,47.74306,8.99898\n5952,1646327085,47.74306,8.99898\n5953,1646327086,47.74306,8.99898\n5954,1646327087,47.74306,8.99898\n5955,1646327088,47.74306,8.99898\n5956,1646327089,47.74306,8.99898\n5957,1646327090,47.74306,8.99898\n5958,1646327091,47.74306,8.99898\n5959,1646327092,47.74306,8.99898\n5960,1646327093,47.74306,8.99898\n5961,1646327094,47.74306,8.99898\n5962,1646327095,47.74306,8.99898\n5963,1646327096,47.74306,8.99898\n5964,1646327097,47.74306,8.99898\n5965,1646327098,47.74306,8.99898\n5966,1646327099,47.74306,8.99898\n5967,1646327100,47.74306,8.99898\n5968,1646327101,47.74306,8.99898\n5969,1646327102,47.74306,8.99898\n5970,1646327103,47.74306,8.99898\n5971,1646327104,47.74306,8.99898\n5972,1646327105,47.74306,8.99898\n5973,1646327106,47.74306,8.99898\n5974,1646327107,47.74306,8.99898\n5975,1646327108,47.74306,8.99898\n5976,1646327109,47.74306,8.99898\n5977,1646327110,47.74306,8.99898\n5978,1646327111,47.74306,8.99898\n5979,1646327112,47.74306,8.99898\n5980,1646327113,47.74306,8.99898\n5981,1646327114,47.74306,8.99898\n5982,1646327115,47.74306,8.99898\n5983,1646327116,47.74306,8.99898\n5984,1646327117,47.74306,8.99898\n5985,1646327118,47.74306,8.99898\n5986,1646327119,47.74306,8.99898\n5987,1646327120,47.74306,8.99898\n5988,1646327121,47.74306,8.99898\n5989,1646327122,47.74306,8.99898\n5990,1646327123,47.74306,8.99898\n5991,1646327124,47.74306,8.99898\n5992,1646327125,47.74306,8.99898\n5993,1646327126,47.74306,8.99898\n5994,1646327127,47.74306,8.99898\n5995,1646327128,47.74306,8.99898\n5996,1646327129,47.74306,8.99898\n5997,1646327130,47.74306,8.99898\n5998,1646327131,47.74306,8.99898\n5999,1646327132,47.74306,8.99898\n6000,1646327133,47.74306,8.99898\n6001,1646327134,47.74306,8.99898\n6002,1646327135,47.74306,8.99898\n6003,1646327136,47.74306,8.99898\n6004,1646327137,47.74306,8.99898\n6005,1646327138,47.74306,8.99898\n6006,1646327139,47.74306,8.99898\n6007,1646327140,47.74306,8.99898\n6008,1646327141,47.74306,8.99898\n6009,1646327142,47.74306,8.99898\n6010,1646327143,47.74306,8.99898\n6011,1646327144,47.74306,8.99898\n6012,1646327145,47.74306,8.99898\n6013,1646327146,47.74306,8.99898\n6014,1646327147,47.74306,8.99898\n6015,1646327148,47.74306,8.99898\n6016,1646327149,47.74306,8.99898\n6017,1646327150,47.74306,8.99898\n6018,1646327151,47.74306,8.99898\n6019,1646327152,47.74306,8.99898\n6020,1646327153,47.74306,8.99898\n6021,1646327154,47.74306,8.99898\n6022,1646327155,47.74306,8.99898\n6023,1646327156,47.74306,8.99898\n6024,1646327157,47.74306,8.99898\n6025,1646327158,47.74306,8.99898\n6026,1646327159,47.74306,8.99898\n6027,1646327160,47.74306,8.99898\n6028,1646327161,47.74306,8.99898\n6029,1646327162,47.74306,8.99898\n6030,1646327163,47.74306,8.99898\n6031,1646327164,47.74306,8.99898\n6032,1646327165,47.74306,8.99898\n6033,1646327166,47.74306,8.99898\n6034,1646327167,47.74306,8.99898\n6035,1646327168,47.74306,8.99898\n6036,1646327169,47.74306,8.99898\n6037,1646327170,47.74306,8.99898\n6038,1646327171,47.74306,8.99898\n6039,1646327172,47.74306,8.99898\n6040,1646327173,47.74306,8.99898\n6041,1646327174,47.74306,8.99898\n6042,1646327175,47.74306,8.99898\n6043,1646327176,47.74306,8.99898\n6044,1646327177,47.74306,8.99898\n6045,1646327178,47.74306,8.99898\n6046,1646327179,47.74306,8.99898\n6047,1646327180,47.74306,8.99898\n6048,1646327181,47.74306,8.99898\n6049,1646327182,47.74306,8.99898\n6050,1646327183,47.74306,8.99898\n6051,1646327184,47.74306,8.99898\n6052,1646327185,47.74306,8.99898\n6053,1646327186,47.74306,8.99898\n6054,1646327187,47.74306,8.99898\n6055,1646327188,47.74306,8.99898\n6056,1646327189,47.74306,8.99898\n6057,1646327190,47.74306,8.99898\n6058,1646327191,47.74306,8.99898\n6059,1646327192,47.74306,8.99898\n6060,1646327193,47.74306,8.99898\n6061,1646327194,47.74306,8.99898\n6062,1646327195,47.74306,8.99898\n6063,1646327196,47.74306,8.99898\n6064,1646327197,47.74306,8.99898\n6065,1646327198,47.74306,8.99898\n6066,1646327199,47.74306,8.99898\n6067,1646327200,47.74306,8.99898\n6068,1646327201,47.74306,8.99898\n6069,1646327202,47.74306,8.99898\n6070,1646327203,47.74306,8.99898\n6071,1646327204,47.74306,8.99898\n6072,1646327205,47.74306,8.99898\n6073,1646327206,47.74306,8.99898\n6074,1646327207,47.74306,8.99898\n6075,1646327208,47.74306,8.99898\n6076,1646327209,47.74306,8.99898\n6077,1646327210,47.74306,8.99898\n6078,1646327211,47.74306,8.99898\n6079,1646327212,47.74306,8.99898\n6080,1646327213,47.74306,8.99898\n6081,1646327214,47.74306,8.99898\n6082,1646327215,47.74306,8.99898\n6083,1646327216,47.74306,8.99898\n6084,1646327217,47.74306,8.99898\n6085,1646327218,47.74306,8.99898\n6086,1646327219,47.74306,8.99898\n6087,1646327220,47.74306,8.99898\n6088,1646327221,47.74306,8.99898\n6089,1646327222,47.74306,8.99898\n6090,1646327223,47.74306,8.99898\n6091,1646327224,47.74306,8.99898\n6092,1646327225,47.74306,8.99898\n6093,1646327226,47.74306,8.99898\n6094,1646327227,47.74306,8.99898\n6095,1646327228,47.74306,8.99898\n6096,1646327229,47.74306,8.99898\n6097,1646327230,47.74306,8.99898\n6098,1646327231,47.74306,8.99898\n6099,1646327232,47.74306,8.99898\n6100,1646327233,47.74306,8.99898\n6101,1646327234,47.74306,8.99898\n6102,1646327235,47.74306,8.99898\n6103,1646327236,47.74306,8.99898\n6104,1646327237,47.74306,8.99898\n6105,1646327238,47.74306,8.99898\n6106,1646327239,47.74306,8.99898\n6107,1646327240,47.74306,8.99898\n6108,1646327241,47.74306,8.99898\n6109,1646327242,47.74306,8.99898\n6110,1646327243,47.74306,8.99898\n6111,1646327244,47.74306,8.99898\n6112,1646327245,47.74306,8.99898\n6113,1646327246,47.74306,8.99898\n6114,1646327247,47.74306,8.99898\n6115,1646327248,47.74306,8.99898\n6116,1646327249,47.74306,8.99898\n6117,1646327250,47.74306,8.99898\n6118,1646327251,47.74306,8.99898\n6119,1646327252,47.74306,8.99898\n6120,1646327253,47.74306,8.99898\n6121,1646327254,47.74306,8.99898\n6122,1646327255,47.74306,8.99898\n6123,1646327256,47.74306,8.99898\n6124,1646327257,47.74306,8.99898\n6125,1646327258,47.74306,8.99898\n6126,1646327259,47.74306,8.99898\n6127,1646327260,47.74306,8.99898\n6128,1646327261,47.74306,8.99898\n6129,1646327262,47.74306,8.99898\n6130,1646327263,47.74306,8.99898\n6131,1646327264,47.74306,8.99898\n6132,1646327265,47.74306,8.99898\n6133,1646327266,47.74306,8.99898\n6134,1646327267,47.74306,8.99898\n6135,1646327268,47.74306,8.99898\n6136,1646327269,47.74306,8.99898\n6137,1646327270,47.74306,8.99898\n6138,1646327271,47.74306,8.99898\n6139,1646327272,47.74306,8.99898\n6140,1646327273,47.74306,8.99898\n6141,1646327274,47.74306,8.99898\n6142,1646327275,47.74306,8.99898\n6143,1646327276,47.74306,8.99898\n6144,1646327277,47.74306,8.99898\n6145,1646327278,47.74306,8.99898\n6146,1646327279,47.74306,8.99898\n6147,1646327280,47.74306,8.99897\n6148,1646327281,47.74306,8.99897\n6149,1646327283,47.74306,8.99897\n6150,1646327284,47.74306,8.99897\n6151,1646327285,47.74306,8.99897\n6152,1646327286,47.74306,8.99897\n6153,1646327287,47.74306,8.99897\n6154,1646327288,47.74306,8.99897\n6155,1646327289,47.74306,8.99897\n6156,1646327290,47.74306,8.99897\n6157,1646327291,47.74306,8.99897\n6158,1646327292,47.74306,8.99897\n6159,1646327293,47.74306,8.99897\n6160,1646327294,47.74306,8.99898\n6161,1646327295,47.74306,8.99898\n6162,1646327296,47.74306,8.99898\n6163,1646327297,47.74306,8.99898\n6164,1646327298,47.74306,8.99898\n6165,1646327299,47.74306,8.99898\n6166,1646327300,47.74306,8.99898\n6167,1646327301,47.74306,8.99898\n6168,1646327302,47.74306,8.99898\n6169,1646327303,47.74306,8.99898\n6170,1646327304,47.74306,8.99898\n6171,1646327305,47.74306,8.99898\n6172,1646327306,47.74306,8.99898\n6173,1646327307,47.74306,8.99898\n6174,1646327308,47.74306,8.99898\n6175,1646327309,47.74306,8.99898\n6176,1646327310,47.74306,8.99898\n6177,1646327311,47.74306,8.99898\n6178,1646327312,47.74306,8.99898\n6179,1646327313,47.74306,8.99898\n6180,1646327314,47.74306,8.99898\n6181,1646327315,47.74306,8.99898\n6182,1646327316,47.74306,8.99898\n6183,1646327317,47.74306,8.99898\n6184,1646327318,47.74306,8.99898\n6185,1646327319,47.74306,8.99898\n6186,1646327320,47.74306,8.99898\n6187,1646327321,47.74306,8.99898\n6188,1646327322,47.74306,8.99898\n6189,1646327323,47.74306,8.99898\n6190,1646327324,47.74306,8.99898\n6191,1646327325,47.74306,8.99898\n6192,1646327326,47.74306,8.99898\n6193,1646327327,47.74306,8.99898\n6194,1646327328,47.74306,8.99898\n6195,1646327329,47.74306,8.99898\n6196,1646327330,47.74306,8.99898\n6197,1646327331,47.74306,8.99898\n6198,1646327332,47.74306,8.99898\n6199,1646327333,47.74306,8.99898\n6200,1646327334,47.74306,8.99898\n6201,1646327335,47.74306,8.99898\n6202,1646327336,47.74306,8.99898\n6203,1646327337,47.74306,8.99898\n6204,1646327338,47.74306,8.99898\n6205,1646327339,47.74306,8.99898\n6206,1646327340,47.74306,8.99898\n6207,1646327341,47.74306,8.99898\n6208,1646327342,47.74306,8.99898\n6209,1646327343,47.74306,8.99898\n6210,1646327344,47.74306,8.99898\n6211,1646327345,47.74306,8.99898\n6212,1646327346,47.74306,8.99898\n6213,1646327347,47.74306,8.99898\n6214,1646327348,47.74306,8.99898\n6215,1646327349,47.74306,8.99898\n6216,1646327350,47.74306,8.99898\n6217,1646327351,47.74306,8.99898\n6218,1646327352,47.74306,8.99898\n6219,1646327353,47.74306,8.99898\n6220,1646327354,47.74306,8.99898\n6221,1646327355,47.74306,8.99898\n6222,1646327356,47.74306,8.99898\n6223,1646327357,47.74306,8.99898\n6224,1646327358,47.74306,8.99898\n6225,1646327359,47.74306,8.99898\n6226,1646327360,47.74306,8.99898\n6227,1646327361,47.74306,8.99898\n6228,1646327362,47.74306,8.99898\n6229,1646327363,47.74306,8.99898\n6230,1646327364,47.74306,8.99898\n6231,1646327365,47.74306,8.99898\n6232,1646327366,47.74306,8.99898\n6233,1646327367,47.74306,8.99898\n6234,1646327368,47.74306,8.99898\n6235,1646327369,47.74306,8.99898\n6236,1646327370,47.74306,8.99898\n6237,1646327371,47.74306,8.99898\n6238,1646327372,47.74306,8.99898\n6239,1646327373,47.74306,8.99898\n6240,1646327374,47.74306,8.99898\n6241,1646327375,47.74306,8.99898\n6242,1646327376,47.74306,8.99898\n6243,1646327377,47.74306,8.99898\n6244,1646327378,47.74306,8.99898\n6245,1646327379,47.74306,8.99898\n6246,1646327380,47.74306,8.99898\n6247,1646327381,47.74306,8.99898\n6248,1646327382,47.74306,8.99898\n6249,1646327383,47.74306,8.99898\n6250,1646327384,47.74306,8.99898\n6251,1646327385,47.74306,8.99898\n6252,1646327386,47.74306,8.99898\n6253,1646327387,47.74306,8.99898\n6254,1646327388,47.74306,8.99898\n6255,1646327389,47.74306,8.99898\n6256,1646327390,47.74306,8.99898\n6257,1646327391,47.74306,8.99898\n6258,1646327392,47.74306,8.99898\n6259,1646327393,47.74306,8.99898\n6260,1646327394,47.74306,8.99898\n6261,1646327395,47.74306,8.99898\n6262,1646327396,47.74306,8.99898\n6263,1646327397,47.74306,8.99898\n6264,1646327398,47.74306,8.99898\n6265,1646327399,47.74306,8.99898\n6266,1646327400,47.74306,8.99898\n6267,1646327401,47.74306,8.99898\n6268,1646327402,47.74306,8.99898\n6269,1646327403,47.74306,8.99898\n6270,1646327404,47.74306,8.99898\n6271,1646327405,47.74306,8.99898\n6272,1646327406,47.74306,8.99898\n6273,1646327407,47.74306,8.99898\n6274,1646327408,47.74306,8.99898\n6275,1646327409,47.74306,8.99898\n6276,1646327410,47.74306,8.99898\n6277,1646327411,47.74306,8.99898\n6278,1646327412,47.74306,8.99898\n6279,1646327413,47.74306,8.99898\n6280,1646327414,47.74306,8.99898\n6281,1646327415,47.74306,8.99898\n6282,1646327416,47.74306,8.99898\n6283,1646327417,47.74306,8.99898\n6284,1646327418,47.74306,8.99898\n6285,1646327419,47.74306,8.99898\n6286,1646327420,47.74306,8.99898\n6287,1646327421,47.74306,8.99898\n6288,1646327422,47.74306,8.99898\n6289,1646327423,47.74306,8.99898\n6290,1646327424,47.74306,8.99898\n6291,1646327425,47.74306,8.99898\n6292,1646327426,47.74306,8.99898\n6293,1646327427,47.74306,8.99898\n6294,1646327428,47.74306,8.99898\n6295,1646327429,47.74306,8.99898\n6296,1646327430,47.74306,8.99898\n6297,1646327431,47.74306,8.99898\n6298,1646327432,47.74306,8.99898\n6299,1646327433,47.74306,8.99898\n6300,1646327434,47.74306,8.99898\n6301,1646327435,47.74306,8.99898\n6302,1646327436,47.74306,8.99898\n6303,1646327437,47.74306,8.99898\n6304,1646327438,47.74306,8.99898\n6305,1646327439,47.74306,8.99898\n6306,1646327440,47.74306,8.99898\n6307,1646327441,47.74306,8.99898\n6308,1646327442,47.74306,8.99898\n6309,1646327443,47.74306,8.99898\n6310,1646327444,47.74306,8.99898\n6311,1646327445,47.74306,8.99898\n6312,1646327446,47.74306,8.99898\n6313,1646327447,47.74306,8.99898\n6314,1646327448,47.74306,8.99898\n6315,1646327449,47.74306,8.99898\n6316,1646327450,47.74306,8.99898\n6317,1646327451,47.74306,8.99898\n6318,1646327452,47.74306,8.99898\n6319,1646327453,47.74306,8.99898\n6320,1646327454,47.74306,8.99898\n6321,1646327455,47.74306,8.99898\n6322,1646327456,47.74306,8.99898\n6323,1646327457,47.74306,8.99898\n6324,1646327458,47.74306,8.99898\n6325,1646327459,47.74306,8.99898\n6326,1646327460,47.74306,8.99898\n6327,1646327461,47.74306,8.99898\n6328,1646327462,47.74306,8.99898\n6329,1646327463,47.74306,8.99898\n6330,1646327464,47.74306,8.99898\n6331,1646327465,47.74306,8.99898\n6332,1646327466,47.74306,8.99898\n6333,1646327467,47.74306,8.99898\n6334,1646327468,47.74306,8.99898\n6335,1646327469,47.74306,8.99898\n6336,1646327470,47.74306,8.99898\n6337,1646327471,47.74306,8.99898\n6338,1646327472,47.74306,8.99898\n6339,1646327473,47.74306,8.99898\n6340,1646327474,47.74306,8.99898\n6341,1646327475,47.74306,8.99898\n6342,1646327476,47.74306,8.99898\n6343,1646327477,47.74306,8.99898\n6344,1646327478,47.74306,8.99898\n6345,1646327479,47.74306,8.99898\n6346,1646327480,47.74306,8.99898\n6347,1646327481,47.74306,8.99898\n6348,1646327482,47.74306,8.99898\n6349,1646327483,47.74306,8.99898\n6350,1646327484,47.74306,8.99898\n6351,1646327485,47.74306,8.99898\n6352,1646327486,47.74306,8.99898\n6353,1646327487,47.74306,8.99898\n6354,1646327488,47.74306,8.99898\n6355,1646327489,47.74306,8.99898\n6356,1646327490,47.74306,8.99898\n6357,1646327491,47.74306,8.99898\n6358,1646327492,47.74306,8.99898\n6359,1646327493,47.74306,8.99898\n6360,1646327494,47.74306,8.99898\n6361,1646327495,47.74306,8.99898\n6362,1646327496,47.74306,8.99898\n6363,1646327497,47.74306,8.99898\n6364,1646327498,47.74306,8.99898\n6365,1646327499,47.74306,8.99898\n6366,1646327500,47.74306,8.99898\n6367,1646327501,47.74306,8.99898\n6368,1646327502,47.74306,8.99898\n6369,1646327503,47.74306,8.99898\n6370,1646327504,47.74306,8.99898\n6371,1646327505,47.74306,8.99898\n6372,1646327506,47.74306,8.99898\n6373,1646327507,47.74306,8.99898\n6374,1646327508,47.74306,8.99898\n6375,1646327509,47.74306,8.99898\n6376,1646327510,47.74306,8.99898\n6377,1646327511,47.74306,8.99898\n6378,1646327512,47.74306,8.99898\n6379,1646327513,47.74306,8.99898\n6380,1646327514,47.74306,8.99898\n6381,1646327515,47.74306,8.99898\n6382,1646327516,47.74306,8.99898\n6383,1646327517,47.74306,8.99898\n6384,1646327518,47.74306,8.99898\n6385,1646327519,47.74306,8.99898\n6386,1646327520,47.74306,8.99898\n6387,1646327521,47.74306,8.99898\n6388,1646327522,47.74306,8.99898\n6389,1646327523,47.74306,8.99898\n6390,1646327524,47.74306,8.99898\n6391,1646327525,47.74306,8.99898\n6392,1646327526,47.74306,8.99898\n6393,1646327527,47.74306,8.99898\n6394,1646327528,47.74306,8.99898\n6395,1646327529,47.74306,8.99898\n6396,1646327530,47.74306,8.99898\n6397,1646327531,47.74306,8.99898\n6398,1646327532,47.74306,8.99898\n6399,1646327533,47.74306,8.99898\n6400,1646327534,47.74306,8.99898\n6401,1646327535,47.74306,8.99898\n6402,1646327536,47.74306,8.99898\n6403,1646327537,47.74306,8.99898\n6404,1646327538,47.74306,8.99898\n6405,1646327539,47.74306,8.99898\n6406,1646327540,47.74306,8.99898\n6407,1646327541,47.74306,8.99898\n6408,1646327542,47.74306,8.99898\n6409,1646327543,47.74306,8.99898\n6410,1646327544,47.74306,8.99898\n6411,1646327545,47.74306,8.99898\n6412,1646327546,47.74306,8.99898\n6413,1646327547,47.74306,8.99898\n6414,1646327548,47.74306,8.99898\n6415,1646327549,47.74306,8.99898\n6416,1646327550,47.74306,8.99898\n6417,1646327551,47.74306,8.99898\n6418,1646327552,47.74306,8.99898\n6419,1646327553,47.74306,8.99898\n6420,1646327554,47.74306,8.99898\n6421,1646327555,47.74306,8.99898\n6422,1646327556,47.74306,8.99898\n6423,1646327557,47.74306,8.99898\n6424,1646327558,47.74306,8.99898\n6425,1646327559,47.74306,8.99898\n6426,1646327560,47.74306,8.99898\n6427,1646327561,47.74306,8.99898\n6428,1646327562,47.74306,8.99898\n6429,1646327563,47.74306,8.99898\n6430,1646327564,47.74306,8.99898\n6431,1646327565,47.74306,8.99898\n6432,1646327566,47.74306,8.99898\n6433,1646327567,47.74306,8.99898\n6434,1646327568,47.74306,8.99898\n6435,1646327569,47.74306,8.99898\n6436,1646327570,47.74306,8.99898\n6437,1646327571,47.74306,8.99898\n6438,1646327572,47.74306,8.99898\n6439,1646327573,47.74306,8.99898\n6440,1646327574,47.74306,8.99898\n6441,1646327575,47.74306,8.99898\n6442,1646327576,47.74306,8.99898\n6443,1646327577,47.74306,8.99898\n6444,1646327578,47.74306,8.99898\n6445,1646327579,47.74306,8.99898\n6446,1646327580,47.74306,8.99898\n6447,1646327581,47.74306,8.99898\n6448,1646327582,47.74306,8.99898\n6449,1646327583,47.74306,8.99898\n6450,1646327584,47.74306,8.99898\n6451,1646327585,47.74306,8.99898\n6452,1646327586,47.74306,8.99898\n6453,1646327587,47.74306,8.99898\n6454,1646327588,47.74306,8.99898\n6455,1646327589,47.74306,8.99898\n6456,1646327590,47.74306,8.99898\n6457,1646327591,47.74306,8.99898\n6458,1646327592,47.74306,8.99898\n6459,1646327593,47.74306,8.99898\n6460,1646327594,47.74306,8.99898\n6461,1646327595,47.74306,8.99898\n6462,1646327596,47.74306,8.99898\n6463,1646327597,47.74306,8.99898\n6464,1646327598,47.74306,8.99898\n6465,1646327599,47.74306,8.99898\n6466,1646327600,47.74306,8.99898\n6467,1646327601,47.74306,8.99898\n6468,1646327602,47.74306,8.99898\n6469,1646327603,47.74306,8.99898\n6470,1646327604,47.74306,8.99898\n6471,1646327605,47.74306,8.99898\n6472,1646327606,47.74306,8.99898\n6473,1646327607,47.74306,8.99898\n6474,1646327608,47.74306,8.99898\n6475,1646327609,47.74306,8.99898\n6476,1646327610,47.74306,8.99898\n6477,1646327611,47.74306,8.99898\n6478,1646327612,47.74306,8.99898\n6479,1646327613,47.74306,8.99898\n6480,1646327614,47.74306,8.99898\n6481,1646327615,47.74306,8.99898\n6482,1646327616,47.74306,8.99898\n6483,1646327617,47.74306,8.99898\n6484,1646327618,47.74306,8.99898\n6485,1646327619,47.74306,8.99898\n6486,1646327620,47.74306,8.99898\n6487,1646327621,47.74306,8.99898\n6488,1646327622,47.74306,8.99898\n6489,1646327623,47.74306,8.99898\n6490,1646327624,47.74306,8.99898\n6491,1646327625,47.74306,8.99898\n6492,1646327626,47.74306,8.99898\n6493,1646327627,47.74306,8.99898\n6494,1646327628,47.74306,8.99898\n6495,1646327629,47.74306,8.99898\n6496,1646327630,47.74306,8.99898\n6497,1646327631,47.74306,8.99898\n6498,1646327632,47.74306,8.99898\n6499,1646327633,47.74306,8.99898\n6500,1646327634,47.74306,8.99898\n6501,1646327635,47.74306,8.99898\n6502,1646327636,47.74306,8.99898\n6503,1646327637,47.74306,8.99897\n6504,1646327638,47.74306,8.99897\n6505,1646327639,47.74306,8.99897\n6506,1646327640,47.74306,8.99897\n6507,1646327641,47.74306,8.99897\n6508,1646327642,47.74306,8.99897\n6509,1646327643,47.74306,8.99897\n6510,1646327644,47.74306,8.99897\n6511,1646327645,47.74306,8.99897\n6512,1646327646,47.74306,8.99897\n6513,1646327647,47.74306,8.99897\n6514,1646327648,47.74306,8.99897\n6515,1646327649,47.74306,8.99897\n6516,1646327650,47.74306,8.99897\n6517,1646327651,47.74306,8.99897\n6518,1646327652,47.74306,8.99897\n6519,1646327653,47.74306,8.99897\n6520,1646327654,47.74306,8.99897\n6521,1646327655,47.74306,8.99897\n6522,1646327656,47.74306,8.99897\n6523,1646327657,47.74306,8.99897\n6524,1646327658,47.74306,8.99897\n6525,1646327659,47.74306,8.99897\n6526,1646327660,47.74306,8.99897\n6527,1646327661,47.74306,8.99897\n6528,1646327662,47.74306,8.99897\n6529,1646327663,47.74306,8.99897\n6530,1646327664,47.74306,8.99897\n6531,1646327665,47.74306,8.99897\n6532,1646327666,47.74306,8.99897\n6533,1646327667,47.74306,8.99897\n6534,1646327668,47.74306,8.99897\n6535,1646327669,47.74306,8.99897\n6536,1646327670,47.74306,8.99897\n6537,1646327671,47.74306,8.99897\n6538,1646327672,47.74306,8.99897\n6539,1646327673,47.74306,8.99897\n6540,1646327674,47.74306,8.99897\n6541,1646327675,47.74306,8.99897\n6542,1646327676,47.74306,8.99897\n6543,1646327677,47.74306,8.99897\n6544,1646327678,47.74306,8.99897\n6545,1646327679,47.74306,8.99897\n6546,1646327680,47.74306,8.99897\n6547,1646327681,47.74306,8.99897\n6548,1646327682,47.74306,8.99897\n6549,1646327683,47.74306,8.99897\n6550,1646327684,47.74306,8.99897\n6551,1646327685,47.74306,8.99897\n6552,1646327686,47.74306,8.99897\n6553,1646327687,47.74306,8.99897\n6554,1646327688,47.74306,8.99897\n6555,1646327689,47.74306,8.99897\n6556,1646327690,47.74306,8.99897\n6557,1646327691,47.74306,8.99897\n6558,1646327692,47.74306,8.99897\n6559,1646327693,47.74306,8.99897\n6560,1646327694,47.74306,8.99897\n6561,1646327695,47.74306,8.99897\n6562,1646327696,47.74306,8.99897\n6563,1646327697,47.74306,8.99897\n6564,1646327698,47.74306,8.99897\n6565,1646327699,47.74306,8.99897\n6566,1646327700,47.74306,8.99897\n6567,1646327701,47.74306,8.99897\n6568,1646327702,47.74306,8.99897\n6569,1646327703,47.74306,8.99897\n6570,1646327704,47.74306,8.99897\n6571,1646327705,47.74306,8.99897\n6572,1646327706,47.74306,8.99897\n6573,1646327707,47.74306,8.99897\n6574,1646327708,47.74306,8.99897\n6575,1646327709,47.74306,8.99897\n6576,1646327710,47.74306,8.99897\n6577,1646327711,47.74306,8.99897\n6578,1646327712,47.74306,8.99897\n6579,1646327713,47.74306,8.99897\n6580,1646327714,47.74306,8.99897\n6581,1646327715,47.74306,8.99897\n6582,1646327716,47.74306,8.99897\n6583,1646327717,47.74306,8.99897\n6584,1646327718,47.74306,8.99897\n6585,1646327719,47.74306,8.99897\n6586,1646327720,47.74306,8.99897\n6587,1646327721,47.74306,8.99897\n6588,1646327722,47.74306,8.99897\n6589,1646327723,47.74306,8.99897\n6590,1646327724,47.74306,8.99897\n6591,1646327725,47.74306,8.99897\n6592,1646327726,47.74306,8.99897\n6593,1646327727,47.74306,8.99897\n6594,1646327728,47.74306,8.99897\n6595,1646327729,47.74306,8.99897\n6596,1646327730,47.74306,8.99897\n6597,1646327731,47.74306,8.99897\n6598,1646327732,47.74306,8.99897\n6599,1646327733,47.74306,8.99897\n6600,1646327734,47.74306,8.99897\n6601,1646327735,47.74306,8.99897\n6602,1646327736,47.74306,8.99897\n6603,1646327737,47.74306,8.99897\n6604,1646327738,47.74306,8.99897\n6605,1646327739,47.74306,8.99897\n6606,1646327740,47.74306,8.99897\n6607,1646327741,47.74306,8.99898\n6608,1646327742,47.74306,8.99898\n6609,1646327743,47.74306,8.99898\n6610,1646327744,47.74306,8.99898\n6611,1646327745,47.74306,8.99898\n6612,1646327746,47.74306,8.99898\n6613,1646327747,47.74306,8.99898\n6614,1646327748,47.74306,8.99898\n6615,1646327749,47.74306,8.99898\n6616,1646327750,47.74306,8.99898\n6617,1646327751,47.74306,8.99898\n6618,1646327752,47.74306,8.99898\n6619,1646327753,47.74306,8.99898\n6620,1646327754,47.74306,8.99898\n6621,1646327755,47.74306,8.99898\n6622,1646327756,47.74306,8.99898\n6623,1646327757,47.74306,8.99898\n6624,1646327758,47.74306,8.99898\n6625,1646327759,47.74306,8.99898\n6626,1646327760,47.74306,8.99898\n6627,1646327761,47.74306,8.99898\n6628,1646327762,47.74306,8.99898\n6629,1646327763,47.74306,8.99898\n6630,1646327764,47.74306,8.99898\n6631,1646327765,47.74306,8.99898\n6632,1646327766,47.74306,8.99898\n6633,1646327767,47.74306,8.99898\n6634,1646327768,47.74306,8.99898\n6635,1646327769,47.74306,8.99898\n6636,1646327770,47.74306,8.99898\n6637,1646327771,47.74306,8.99898\n6638,1646327772,47.74306,8.99898\n6639,1646327773,47.74306,8.99898\n6640,1646327774,47.74306,8.99898\n6641,1646327775,47.74306,8.99898\n6642,1646327776,47.74306,8.99898\n6643,1646327777,47.74306,8.99898\n6644,1646327778,47.74306,8.99898\n6645,1646327779,47.74306,8.99898\n6646,1646327780,47.74306,8.99898\n6647,1646327781,47.74306,8.99898\n6648,1646327782,47.74306,8.99898\n6649,1646327783,47.74306,8.99898\n6650,1646327784,47.74306,8.99898\n6651,1646327785,47.74307,8.99898\n6652,1646327786,47.74307,8.99898\n6653,1646327787,47.74307,8.99898\n6654,1646327788,47.74307,8.99898\n6655,1646327789,47.74307,8.99898\n6656,1646327790,47.74307,8.99898\n6657,1646327791,47.74307,8.99898\n6658,1646327792,47.74307,8.99898\n6659,1646327793,47.74307,8.99898\n6660,1646327794,47.74307,8.99898\n6661,1646327795,47.74307,8.99898\n6662,1646327796,47.74307,8.99898\n6663,1646327797,47.74307,8.99898\n6664,1646327798,47.74307,8.99898\n6665,1646327799,47.74307,8.99898\n6666,1646327800,47.74307,8.99898\n6667,1646327801,47.74307,8.99898\n6668,1646327802,47.74307,8.99898\n6669,1646327803,47.74307,8.99898\n6670,1646327804,47.74307,8.99898\n6671,1646327805,47.74307,8.99898\n6672,1646327806,47.74307,8.99898\n6673,1646327807,47.74307,8.99898\n6674,1646327808,47.74307,8.99898\n6675,1646327809,47.74307,8.99898\n6676,1646327810,47.74307,8.99898\n6677,1646327811,47.74307,8.99898\n6678,1646327812,47.74307,8.99898\n6679,1646327813,47.74307,8.99898\n6680,1646327814,47.74307,8.99898\n6681,1646327815,47.74307,8.99898\n6682,1646327816,47.74307,8.99898\n6683,1646327817,47.74307,8.99898\n6684,1646327818,47.74307,8.99898\n6685,1646327819,47.74307,8.99898\n6686,1646327820,47.74307,8.99898\n6687,1646327821,47.74307,8.99898\n6688,1646327822,47.74307,8.99898\n6689,1646327823,47.74307,8.99898\n6690,1646327824,47.74307,8.99898\n6691,1646327825,47.74307,8.99898\n6692,1646327826,47.74307,8.99898\n6693,1646327827,47.74307,8.99898\n6694,1646327828,47.74307,8.99898\n6695,1646327829,47.74307,8.99898\n6696,1646327830,47.74307,8.99898\n6697,1646327831,47.74307,8.99898\n6698,1646327832,47.74307,8.99898\n6699,1646327833,47.74307,8.99898\n6700,1646327834,47.74307,8.99898\n6701,1646327835,47.74307,8.99898\n6702,1646327836,47.74307,8.99898\n6703,1646327837,47.74307,8.99898\n6704,1646327838,47.74307,8.99898\n6705,1646327839,47.74307,8.99898\n6706,1646327840,47.74307,8.99898\n6707,1646327841,47.74307,8.99898\n6708,1646327842,47.74307,8.99898\n6709,1646327843,47.74307,8.99898\n6710,1646327844,47.74307,8.99898\n6711,1646327845,47.74307,8.99898\n6712,1646327846,47.74307,8.99898\n6713,1646327847,47.74307,8.99898\n6714,1646327848,47.74307,8.99898\n6715,1646327849,47.74307,8.99898\n6716,1646327850,47.74307,8.99898\n6717,1646327851,47.74307,8.99898\n6718,1646327852,47.74307,8.99898\n6719,1646327853,47.74307,8.99898\n6720,1646327854,47.74307,8.99898\n6721,1646327855,47.74307,8.99898\n6722,1646327856,47.74307,8.99898\n6723,1646327857,47.74307,8.99898\n6724,1646327858,47.74307,8.99898\n6725,1646327859,47.74307,8.99898\n6726,1646327860,47.74307,8.99898\n6727,1646327861,47.74307,8.99898\n6728,1646327862,47.74307,8.99898\n6729,1646327863,47.74307,8.99898\n6730,1646327864,47.74307,8.99898\n6731,1646327865,47.74307,8.99898\n6732,1646327866,47.74307,8.99898\n6733,1646327867,47.74307,8.99898\n6734,1646327868,47.74307,8.99898\n6735,1646327869,47.74307,8.99898\n6736,1646327870,47.74307,8.99898\n6737,1646327871,47.74307,8.99898\n6738,1646327872,47.74307,8.99898\n6739,1646327873,47.74307,8.99898\n6740,1646327874,47.74307,8.99898\n6741,1646327875,47.74307,8.99898\n6742,1646327876,47.74307,8.99898\n6743,1646327877,47.74307,8.99898\n6744,1646327878,47.74307,8.99898\n6745,1646327879,47.74307,8.99898\n6746,1646327880,47.74307,8.99898\n6747,1646327881,47.74307,8.99898\n6748,1646327882,47.74307,8.99898\n6749,1646327883,47.74307,8.99898\n6750,1646327884,47.74307,8.99898\n6751,1646327885,47.74307,8.99898\n6752,1646327886,47.74307,8.99898\n6753,1646327887,47.74307,8.99898\n6754,1646327888,47.74307,8.99898\n6755,1646327889,47.74307,8.99898\n6756,1646327890,47.74307,8.99898\n6757,1646327891,47.74307,8.99898\n6758,1646327892,47.74307,8.99898\n6759,1646327893,47.74307,8.99898\n6760,1646327894,47.74307,8.99898\n6761,1646327895,47.74307,8.99898\n6762,1646327896,47.74307,8.99898\n6763,1646327897,47.74307,8.99898\n6764,1646327898,47.74307,8.99898\n6765,1646327899,47.74307,8.99898\n6766,1646327900,47.74307,8.99898\n6767,1646327901,47.74307,8.99898\n6768,1646327902,47.74307,8.99898\n6769,1646327903,47.74307,8.99898\n6770,1646327904,47.74307,8.99898\n6771,1646327905,47.74307,8.99898\n6772,1646327906,47.74307,8.99898\n6773,1646327907,47.74307,8.99898\n6774,1646327908,47.74307,8.99898\n6775,1646327909,47.74307,8.99898\n6776,1646327910,47.74307,8.99898\n6777,1646327911,47.74307,8.99898\n6778,1646327912,47.74307,8.99898\n6779,1646327913,47.74307,8.99898\n6780,1646327914,47.74307,8.99898\n6781,1646327915,47.74307,8.99898\n6782,1646327916,47.74307,8.99898\n6783,1646327917,47.74307,8.99898\n6784,1646327918,47.74307,8.99898\n6785,1646327919,47.74307,8.99898\n6786,1646327920,47.74307,8.99898\n6787,1646327921,47.74307,8.99898\n6788,1646327922,47.74307,8.99898\n6789,1646327923,47.74307,8.99898\n6790,1646327924,47.74307,8.99898\n6791,1646327925,47.74307,8.99898\n6792,1646327926,47.74307,8.99898\n6793,1646327927,47.74307,8.99898\n6794,1646327928,47.74307,8.99898\n6795,1646327929,47.74307,8.99898\n6796,1646327930,47.74307,8.99898\n6797,1646327931,47.74307,8.99898\n6798,1646327932,47.74307,8.99898\n6799,1646327933,47.74307,8.99898\n6800,1646327934,47.74307,8.99898\n6801,1646327935,47.74307,8.99898\n6802,1646327936,47.74307,8.99898\n6803,1646327937,47.74307,8.99898\n6804,1646327938,47.74307,8.99898\n6805,1646327939,47.74307,8.99898\n6806,1646327940,47.74307,8.99898\n6807,1646327941,47.74307,8.99898\n6808,1646327942,47.74307,8.99898\n6809,1646327943,47.74307,8.99898\n6810,1646327944,47.74307,8.99898\n6811,1646327945,47.74307,8.99898\n6812,1646327946,47.74307,8.99898\n6813,1646327947,47.74307,8.99898\n6814,1646327948,47.74307,8.99898\n6815,1646327949,47.74307,8.99898\n6816,1646327950,47.74307,8.99898\n6817,1646327951,47.74307,8.99898\n6818,1646327952,47.74307,8.99898\n6819,1646327953,47.74307,8.99898\n6820,1646327954,47.74307,8.99898\n6821,1646327955,47.74307,8.99898\n6822,1646327956,47.74307,8.99898\n6823,1646327957,47.74307,8.99898\n6824,1646327958,47.74307,8.99898\n6825,1646327959,47.74307,8.99898\n6826,1646327960,47.74307,8.99898\n6827,1646327961,47.74307,8.99898\n6828,1646327962,47.74307,8.99898\n6829,1646327963,47.74307,8.99898\n6830,1646327964,47.74307,8.99898\n6831,1646327965,47.74307,8.99898\n6832,1646327966,47.74307,8.99898\n6833,1646327967,47.74307,8.99898\n6834,1646327968,47.74307,8.99898\n6835,1646327969,47.74307,8.99898\n6836,1646327970,47.74307,8.99898\n6837,1646327971,47.74307,8.99898\n6838,1646327972,47.74307,8.99898\n6839,1646327973,47.74307,8.99898\n6840,1646327974,47.74307,8.99898\n6841,1646327975,47.74307,8.99898\n6842,1646327976,47.74307,8.99898\n6843,1646327977,47.74307,8.99898\n6844,1646327978,47.74307,8.99898\n6845,1646327979,47.74307,8.99898\n6846,1646327980,47.74307,8.99898\n6847,1646327981,47.74307,8.99898\n6848,1646327982,47.74307,8.99898\n6849,1646327983,47.74307,8.99898\n6850,1646327984,47.74307,8.99898\n6851,1646327985,47.74307,8.99898\n6852,1646327986,47.74307,8.99898\n6853,1646327987,47.74307,8.99898\n6854,1646327988,47.74307,8.99898\n6855,1646327989,47.74307,8.99898\n6856,1646327990,47.74307,8.99898\n6857,1646327991,47.74307,8.99898\n6858,1646327992,47.74307,8.99898\n6859,1646327993,47.74307,8.99898\n6860,1646327994,47.74307,8.99898\n6861,1646327995,47.74307,8.99898\n6862,1646327996,47.74307,8.99898\n6863,1646327997,47.74307,8.99898\n6864,1646327998,47.74307,8.99898\n6865,1646327999,47.74307,8.99898\n6866,1646328000,47.74307,8.99898\n6867,1646328001,47.74307,8.99898\n6868,1646328002,47.74307,8.99898\n6869,1646328003,47.74307,8.99898\n6870,1646328004,47.74307,8.99898\n6871,1646328005,47.74307,8.99898\n6872,1646328006,47.74307,8.99898\n6873,1646328007,47.74307,8.99898\n6874,1646328008,47.74307,8.99898\n6875,1646328009,47.74307,8.99898\n6876,1646328010,47.74307,8.99898\n6877,1646328011,47.74307,8.99898\n6878,1646328012,47.74307,8.99898\n6879,1646328013,47.74307,8.99898\n6880,1646328014,47.74307,8.99898\n6881,1646328015,47.74307,8.99898\n6882,1646328016,47.74307,8.99898\n6883,1646328017,47.74307,8.99898\n6884,1646328018,47.74307,8.99898\n6885,1646328019,47.74307,8.99898\n6886,1646328020,47.74307,8.99898\n6887,1646328021,47.74307,8.99898\n6888,1646328022,47.74307,8.99898\n6889,1646328023,47.74307,8.99898\n6890,1646328024,47.74307,8.99898\n6891,1646328025,47.74307,8.99898\n6892,1646328026,47.74307,8.99898\n6893,1646328027,47.74307,8.99898\n6894,1646328028,47.74307,8.99898\n6895,1646328029,47.74307,8.99898\n6896,1646328030,47.74307,8.99898\n6897,1646328031,47.74307,8.99898\n6898,1646328032,47.74307,8.99898\n6899,1646328033,47.74307,8.99898\n6900,1646328034,47.74307,8.99898\n6901,1646328035,47.74307,8.99898\n6902,1646328036,47.74307,8.99898\n6903,1646328037,47.74307,8.99898\n6904,1646328038,47.74307,8.99898\n6905,1646328039,47.74307,8.99898\n6906,1646328040,47.74307,8.99898\n6907,1646328041,47.74307,8.99898\n6908,1646328042,47.74307,8.99898\n6909,1646328043,47.74307,8.99898\n6910,1646328044,47.74307,8.99898\n6911,1646328045,47.74307,8.99898\n6912,1646328046,47.74307,8.99898\n6913,1646328047,47.74307,8.99898\n6914,1646328048,47.74307,8.99898\n6915,1646328049,47.74307,8.99898\n6916,1646328050,47.74307,8.99898\n6917,1646328051,47.74307,8.99898\n6918,1646328052,47.74307,8.99898\n6919,1646328053,47.74307,8.99898\n6920,1646328054,47.74307,8.99898\n6921,1646328055,47.74307,8.99898\n6922,1646328056,47.74307,8.99898\n6923,1646328057,47.74307,8.99898\n6924,1646328058,47.74307,8.99898\n6925,1646328059,47.74307,8.99898\n6926,1646328060,47.74307,8.99898\n6927,1646328061,47.74307,8.99898\n6928,1646328062,47.74307,8.99898\n6929,1646328063,47.74307,8.99898\n6930,1646328064,47.74307,8.99898\n6931,1646328065,47.74307,8.99898\n6932,1646328066,47.74307,8.99898\n6933,1646328067,47.74307,8.99898\n6934,1646328068,47.74307,8.99898\n6935,1646328069,47.74307,8.99898\n6936,1646328070,47.74307,8.99898\n6937,1646328071,47.74307,8.99898\n6938,1646328072,47.74307,8.99898\n6939,1646328073,47.74307,8.99898\n6940,1646328074,47.74307,8.99898\n6941,1646328075,47.74307,8.99898\n6942,1646328076,47.74307,8.99898\n6943,1646328077,47.74307,8.99898\n6944,1646328078,47.74307,8.99898\n6945,1646328079,47.74307,8.99898\n6946,1646328080,47.74307,8.99898\n6947,1646328081,47.74307,8.99898\n6948,1646328082,47.74307,8.99898\n6949,1646328083,47.74307,8.99898\n6950,1646328084,47.74307,8.99898\n6951,1646328085,47.74307,8.99898\n6952,1646328086,47.74307,8.99898\n6953,1646328087,47.74307,8.99898\n6954,1646328088,47.74307,8.99898\n6955,1646328089,47.74307,8.99898\n6956,1646328090,47.74307,8.99898\n6957,1646328091,47.74307,8.99898\n6958,1646328092,47.74307,8.99898\n6959,1646328093,47.74307,8.99898\n6960,1646328094,47.74307,8.99898\n6961,1646328095,47.74307,8.99898\n6962,1646328096,47.74307,8.99898\n6963,1646328097,47.74307,8.99898\n6964,1646328098,47.74307,8.99898\n6965,1646328099,47.74307,8.99898\n6966,1646328100,47.74307,8.99898\n6967,1646328101,47.74307,8.99898\n6968,1646328102,47.74307,8.99898\n6969,1646328103,47.74307,8.99898\n6970,1646328104,47.74307,8.99898\n6971,1646328105,47.74307,8.99898\n6972,1646328106,47.74307,8.99898\n6973,1646328107,47.74307,8.99898\n6974,1646328108,47.74307,8.99898\n6975,1646328109,47.74307,8.99898\n6976,1646328110,47.74307,8.99898\n6977,1646328111,47.74307,8.99898\n6978,1646328112,47.74307,8.99898\n6979,1646328113,47.74307,8.99898\n6980,1646328114,47.74307,8.99898\n6981,1646328115,47.74307,8.99898\n6982,1646328116,47.74307,8.99898\n6983,1646328117,47.74307,8.99898\n6984,1646328118,47.74307,8.99898\n6985,1646328119,47.74307,8.99898\n6986,1646328120,47.74307,8.99898\n6987,1646328121,47.74307,8.99898\n6988,1646328122,47.74307,8.99898\n6989,1646328123,47.74307,8.99898\n6990,1646328124,47.74307,8.99898\n6991,1646328125,47.74307,8.99898\n6992,1646328126,47.74307,8.99898\n6993,1646328127,47.74307,8.99898\n6994,1646328128,47.74307,8.99898\n6995,1646328129,47.74307,8.99898\n6996,1646328130,47.74307,8.99898\n6997,1646328131,47.74307,8.99898\n6998,1646328132,47.74307,8.99898\n6999,1646328133,47.74307,8.99898\n7000,1646328134,47.74307,8.99898\n7001,1646328135,47.74307,8.99898\n7002,1646328136,47.74307,8.99898\n7003,1646328137,47.74307,8.99898\n7004,1646328138,47.74307,8.99898\n7005,1646328139,47.74307,8.99898\n7006,1646328140,47.74307,8.99898\n7007,1646328141,47.74307,8.99898\n7008,1646328142,47.74307,8.99898\n7009,1646328143,47.74307,8.99898\n7010,1646328144,47.74307,8.99898\n7011,1646328145,47.74307,8.99898\n7012,1646328146,47.74307,8.99898\n7013,1646328147,47.74307,8.99898\n7014,1646328148,47.74307,8.99898\n7015,1646328149,47.74307,8.99898\n7016,1646328150,47.74307,8.99898\n7017,1646328151,47.74307,8.99898\n7018,1646328152,47.74307,8.99898\n7019,1646328153,47.74307,8.99898\n7020,1646328154,47.74307,8.99898\n7021,1646328155,47.74307,8.99898\n7022,1646328156,47.74307,8.99898\n7023,1646328157,47.74307,8.99898\n7024,1646328158,47.74307,8.99898\n7025,1646328159,47.74307,8.99898\n7026,1646328160,47.74307,8.99898\n7027,1646328161,47.74307,8.99898\n7028,1646328162,47.74307,8.99898\n7029,1646328163,47.74307,8.99898\n7030,1646328164,47.74307,8.99898\n7031,1646328165,47.74307,8.99898\n7032,1646328166,47.74307,8.99898\n7033,1646328167,47.74307,8.99898\n7034,1646328168,47.74307,8.99898\n7035,1646328169,47.74307,8.99898\n7036,1646328170,47.74307,8.99898\n7037,1646328171,47.74307,8.99898\n7038,1646328172,47.74307,8.99898\n7039,1646328173,47.74307,8.99898\n7040,1646328174,47.74307,8.99898\n7041,1646328175,47.74307,8.99898\n7042,1646328176,47.74307,8.99898\n7043,1646328177,47.74307,8.99898\n7044,1646328178,47.74307,8.99898\n7045,1646328179,47.74307,8.99898\n7046,1646328180,47.74307,8.99898\n7047,1646328181,47.74307,8.99898\n7048,1646328182,47.74307,8.99898\n7049,1646328183,47.74307,8.99898\n7050,1646328184,47.74307,8.99898\n7051,1646328185,47.74307,8.99898\n7052,1646328186,47.74307,8.99898\n7053,1646328187,47.74307,8.99898\n7054,1646328188,47.74307,8.99898\n7055,1646328189,47.74307,8.99898\n7056,1646328190,47.74307,8.99898\n7057,1646328191,47.74307,8.99898\n7058,1646328192,47.74307,8.99898\n7059,1646328193,47.74307,8.99898\n7060,1646328194,47.74307,8.99899\n7061,1646328195,47.74307,8.99899\n7062,1646328196,47.74307,8.99899\n7063,1646328197,47.74307,8.99899\n7064,1646328198,47.74307,8.99899\n7065,1646328199,47.74307,8.99899\n7066,1646328200,47.74307,8.99899\n7067,1646328201,47.74307,8.99899\n7068,1646328202,47.74307,8.99899\n7069,1646328203,47.74307,8.99899\n7070,1646328204,47.74307,8.99899\n7071,1646328205,47.74307,8.99899\n7072,1646328206,47.74307,8.99899\n7073,1646328207,47.74307,8.99899\n7074,1646328208,47.74307,8.99899\n7075,1646328209,47.74307,8.99899\n7076,1646328210,47.74307,8.99899\n7077,1646328211,47.74307,8.99899\n7078,1646328212,47.74307,8.99899\n7079,1646328213,47.74307,8.99899\n7080,1646328214,47.74307,8.99899\n7081,1646328215,47.74307,8.99899\n7082,1646328216,47.74307,8.99899\n7083,1646328217,47.74307,8.99899\n7084,1646328218,47.74307,8.99899\n7085,1646328219,47.74307,8.99899\n7086,1646328220,47.74307,8.99899\n7087,1646328221,47.74307,8.99899\n7088,1646328222,47.74307,8.99899\n7089,1646328223,47.74307,8.99899\n7090,1646328224,47.74307,8.99899\n7091,1646328225,47.74307,8.99899\n7092,1646328226,47.74307,8.99899\n7093,1646328227,47.74307,8.99899\n7094,1646328228,47.74307,8.99899\n7095,1646328229,47.74307,8.99899\n7096,1646328230,47.74307,8.99899\n7097,1646328231,47.74307,8.99899\n7098,1646328232,47.74307,8.99899\n7099,1646328233,47.74307,8.99899\n7100,1646328234,47.74307,8.99899\n7101,1646328235,47.74307,8.99899\n7102,1646328236,47.74307,8.99899\n7103,1646328237,47.74307,8.99899\n7104,1646328238,47.74307,8.99899\n7105,1646328239,47.74307,8.99899\n7106,1646328240,47.74307,8.99899\n7107,1646328241,47.74307,8.99899\n7108,1646328242,47.74307,8.99899\n7109,1646328243,47.74307,8.99899\n7110,1646328244,47.74307,8.99899\n7111,1646328245,47.74307,8.99899\n7112,1646328246,47.74307,8.99899\n7113,1646328247,47.74307,8.99899\n7114,1646328248,47.74307,8.99899\n7115,1646328249,47.74307,8.99899\n7116,1646328250,47.74307,8.99899\n7117,1646328251,47.74307,8.99899\n7118,1646328252,47.74307,8.99899\n7119,1646328253,47.74307,8.99899\n7120,1646328254,47.74307,8.99899\n7121,1646328255,47.74307,8.99899\n7122,1646328256,47.74307,8.99899\n7123,1646328257,47.74307,8.99899\n7124,1646328258,47.74307,8.99899\n7125,1646328259,47.74307,8.99899\n7126,1646328260,47.74307,8.99899\n7127,1646328261,47.74307,8.99899\n7128,1646328262,47.74307,8.99899\n7129,1646328263,47.74307,8.99899\n7130,1646328264,47.74307,8.99899\n7131,1646328265,47.74307,8.99899\n7132,1646328266,47.74307,8.99899\n7133,1646328267,47.74307,8.99899\n7134,1646328268,47.74307,8.99899\n7135,1646328269,47.74307,8.99899\n7136,1646328270,47.74307,8.99899\n7137,1646328271,47.74307,8.99899\n7138,1646328272,47.74307,8.99899\n7139,1646328273,47.74307,8.99899\n7140,1646328274,47.74307,8.99899\n7141,1646328275,47.74307,8.99899\n7142,1646328276,47.74307,8.99899\n7143,1646328277,47.74307,8.99899\n7144,1646328278,47.74307,8.99899\n7145,1646328279,47.74307,8.99899\n7146,1646328280,47.74307,8.99899\n7147,1646328281,47.74307,8.99899\n7148,1646328282,47.74307,8.99899\n7149,1646328283,47.74307,8.99899\n7150,1646328284,47.74307,8.99899\n7151,1646328285,47.74307,8.99899\n7152,1646328286,47.74307,8.99899\n7153,1646328287,47.74307,8.99899\n7154,1646328288,47.74307,8.99899\n7155,1646328289,47.74307,8.99899\n7156,1646328290,47.74307,8.99899\n7157,1646328291,47.74307,8.99899\n7158,1646328292,47.74307,8.99899\n7159,1646328293,47.74307,8.99899\n7160,1646328294,47.74307,8.99899\n7161,1646328295,47.74307,8.99899\n7162,1646328296,47.74307,8.99899\n7163,1646328297,47.74307,8.99899\n7164,1646328298,47.74307,8.99899\n7165,1646328299,47.74307,8.99899\n7166,1646328300,47.74307,8.99899\n7167,1646328301,47.74307,8.99899\n7168,1646328302,47.74307,8.99899\n7169,1646328303,47.74307,8.99899\n7170,1646328304,47.74307,8.99899\n7171,1646328305,47.74307,8.99899\n7172,1646328306,47.74307,8.99899\n7173,1646328307,47.74307,8.99899\n7174,1646328308,47.74307,8.99899\n7175,1646328309,47.74307,8.99899\n7176,1646328310,47.74307,8.99899\n7177,1646328311,47.74307,8.99899\n7178,1646328312,47.74307,8.99899\n7179,1646328313,47.74307,8.99899\n7180,1646328314,47.74307,8.99899\n7181,1646328315,47.74307,8.99899\n7182,1646328316,47.74307,8.99899\n7183,1646328317,47.74307,8.99899\n7184,1646328318,47.74307,8.99899\n7185,1646328319,47.74307,8.99899\n7186,1646328320,47.74307,8.99899\n7187,1646328321,47.74307,8.99899\n7188,1646328322,47.74307,8.99899\n7189,1646328323,47.74307,8.99899\n7190,1646328324,47.74307,8.99899\n7191,1646328325,47.74307,8.99899\n7192,1646328326,47.74307,8.99899\n7193,1646328327,47.74307,8.99899\n7194,1646328328,47.74307,8.99899\n7195,1646328329,47.74307,8.99899\n7196,1646328330,47.74307,8.99899\n7197,1646328331,47.74307,8.99899\n7198,1646328332,47.74307,8.99899\n7199,1646328333,47.74307,8.99899\n7200,1646328334,47.74307,8.99899\n7201,1646328335,47.74307,8.99899\n7202,1646328336,47.74307,8.99899\n7203,1646328337,47.74307,8.99899\n7204,1646328338,47.74307,8.99899\n7205,1646328339,47.74307,8.99899\n7206,1646328340,47.74307,8.99899\n7207,1646328341,47.74307,8.99899\n7208,1646328342,47.74307,8.99899\n7209,1646328343,47.74307,8.99899\n7210,1646328344,47.74307,8.99899\n7211,1646328345,47.74307,8.99899\n7212,1646328346,47.74307,8.99899\n7213,1646328347,47.74307,8.99899\n7214,1646328348,47.74307,8.99899\n7215,1646328349,47.74307,8.99899\n7216,1646328350,47.74307,8.99899\n7217,1646328351,47.74307,8.99899\n7218,1646328352,47.74307,8.99899\n7219,1646328353,47.74307,8.99899\n7220,1646328354,47.74307,8.99899\n7221,1646328355,47.74307,8.99899\n7222,1646328356,47.74307,8.99899\n7223,1646328357,47.74307,8.99899\n7224,1646328358,47.74307,8.99899\n7225,1646328359,47.74307,8.99899\n7226,1646328360,47.74307,8.99899\n7227,1646328361,47.74307,8.99899\n7228,1646328362,47.74307,8.99899\n7229,1646328363,47.74307,8.99899\n7230,1646328364,47.74307,8.99899\n7231,1646328365,47.74307,8.99899\n7232,1646328366,47.74307,8.99899\n7233,1646328367,47.74307,8.99899\n7234,1646328368,47.74307,8.99899\n7235,1646328369,47.74307,8.99899\n7236,1646328370,47.74307,8.99899\n7237,1646328371,47.74307,8.99899\n7238,1646328372,47.74307,8.99899\n7239,1646328373,47.74307,8.99899\n7240,1646328374,47.74307,8.99899\n7241,1646328375,47.74307,8.99899\n7242,1646328376,47.74307,8.99899\n7243,1646328377,47.74307,8.99899\n7244,1646328378,47.74307,8.99899\n7245,1646328379,47.74307,8.99899\n7246,1646328380,47.74307,8.99899\n7247,1646328381,47.74307,8.99899\n7248,1646328382,47.74307,8.99899\n7249,1646328383,47.74307,8.99899\n7250,1646328384,47.74307,8.99899\n7251,1646328385,47.74307,8.99899\n7252,1646328386,47.74307,8.99899\n7253,1646328387,47.74307,8.99899\n7254,1646328388,47.74307,8.99899\n7255,1646328389,47.74307,8.99899\n7256,1646328390,47.74307,8.99899\n7257,1646328391,47.74307,8.99899\n7258,1646328392,47.74307,8.99899\n7259,1646328393,47.74307,8.99899\n7260,1646328394,47.74307,8.99899\n7261,1646328395,47.74307,8.99899\n7262,1646328396,47.74307,8.99899\n7263,1646328397,47.74307,8.99899\n7264,1646328398,47.74307,8.99899\n7265,1646328399,47.74307,8.99899\n7266,1646328400,47.74307,8.99899\n7267,1646328401,47.74307,8.99899\n7268,1646328402,47.74307,8.99899\n7269,1646328403,47.74307,8.99899\n7270,1646328404,47.74307,8.99899\n7271,1646328405,47.74307,8.99899\n7272,1646328406,47.74307,8.99899\n7273,1646328407,47.74307,8.99899\n7274,1646328408,47.74307,8.99899\n7275,1646328409,47.74307,8.99899\n7276,1646328410,47.74307,8.99899\n7277,1646328411,47.74307,8.99899\n7278,1646328412,47.74307,8.99899\n7279,1646328413,47.74307,8.99899\n7280,1646328414,47.74307,8.99899\n7281,1646328415,47.74307,8.99899\n7282,1646328416,47.74307,8.99899\n7283,1646328417,47.74307,8.99899\n7284,1646328418,47.74307,8.99899\n7285,1646328419,47.74307,8.99899\n7286,1646328420,47.74307,8.99899\n7287,1646328421,47.74307,8.99899\n7288,1646328422,47.74307,8.99899\n7289,1646328423,47.74307,8.99899\n7290,1646328424,47.74307,8.99899\n7291,1646328425,47.74307,8.99899\n7292,1646328426,47.74307,8.99899\n7293,1646328427,47.74307,8.99899\n7294,1646328428,47.74307,8.99899\n7295,1646328429,47.74307,8.99899\n7296,1646328430,47.74307,8.99899\n7297,1646328431,47.74307,8.99899\n7298,1646328432,47.74307,8.99899\n7299,1646328433,47.74307,8.99899\n7300,1646328434,47.74307,8.99899\n7301,1646328435,47.74307,8.99899\n7302,1646328436,47.74307,8.99899\n7303,1646328437,47.74307,8.99899\n7304,1646328438,47.74307,8.99899\n7305,1646328439,47.74307,8.99899\n7306,1646328440,47.74307,8.99899\n7307,1646328441,47.74307,8.99899\n7308,1646328442,47.74307,8.99899\n7309,1646328443,47.74307,8.99899\n7310,1646328444,47.74307,8.99899\n7311,1646328445,47.74307,8.99899\n7312,1646328446,47.74307,8.99899\n7313,1646328447,47.74307,8.99899\n7314,1646328448,47.74307,8.99899\n7315,1646328449,47.74307,8.99899\n7316,1646328450,47.74307,8.99899\n7317,1646328451,47.74307,8.99899\n7318,1646328452,47.74307,8.99899\n7319,1646328453,47.74307,8.99899\n7320,1646328454,47.74307,8.99899\n7321,1646328455,47.74307,8.99899\n7322,1646328456,47.74307,8.99899\n7323,1646328457,47.74307,8.99899\n7324,1646328458,47.74307,8.99899\n7325,1646328459,47.74307,8.99899\n7326,1646328460,47.74307,8.99899\n7327,1646328461,47.74307,8.99899\n7328,1646328462,47.74307,8.99899\n7329,1646328463,47.74307,8.99899\n7330,1646328464,47.74307,8.99899\n7331,1646328465,47.74307,8.99899\n7332,1646328466,47.74307,8.99899\n7333,1646328467,47.74307,8.99899\n7334,1646328468,47.74307,8.99899\n7335,1646328469,47.74307,8.99899\n7336,1646328470,47.74307,8.99899\n7337,1646328471,47.74307,8.99899\n7338,1646328472,47.74307,8.99899\n7339,1646328473,47.74307,8.99899\n7340,1646328474,47.74307,8.99899\n7341,1646328475,47.74307,8.99899\n7342,1646328476,47.74307,8.99899\n7343,1646328477,47.74307,8.99899\n7344,1646328478,47.74307,8.99899\n7345,1646328479,47.74307,8.99899\n7346,1646328480,47.74307,8.99899\n7347,1646328481,47.74307,8.99899\n7348,1646328482,47.74307,8.99899\n7349,1646328483,47.74307,8.99899\n7350,1646328484,47.74307,8.99899\n7351,1646328485,47.74307,8.99899\n7352,1646328486,47.74307,8.99899\n7353,1646328487,47.74307,8.99899\n7354,1646328488,47.74307,8.99899\n7355,1646328489,47.74307,8.99899\n7356,1646328490,47.74307,8.99899\n7357,1646328491,47.74307,8.99899\n7358,1646328492,47.74307,8.99899\n7359,1646328493,47.74307,8.99899\n7360,1646328494,47.74307,8.99899\n7361,1646328495,47.74307,8.99899\n7362,1646328496,47.74307,8.99899\n7363,1646328497,47.74307,8.99899\n7364,1646328498,47.74307,8.99899\n7365,1646328499,47.74307,8.99899\n7366,1646328500,47.74307,8.99899\n7367,1646328501,47.74307,8.99899\n7368,1646328502,47.74307,8.99899\n7369,1646328503,47.74307,8.99899\n7370,1646328504,47.74307,8.99899\n7371,1646328505,47.74307,8.99899\n7372,1646328506,47.74307,8.99899\n7373,1646328507,47.74307,8.99899\n7374,1646328508,47.74307,8.99899\n7375,1646328509,47.74307,8.99899\n7376,1646328510,47.74307,8.99899\n7377,1646328511,47.74307,8.99899\n7378,1646328512,47.74307,8.99899\n7379,1646328513,47.74307,8.99899\n7380,1646328514,47.74307,8.99899\n7381,1646328515,47.74307,8.99899\n7382,1646328516,47.74307,8.99899\n7383,1646328517,47.74307,8.99899\n7384,1646328518,47.74307,8.99899\n7385,1646328519,47.74307,8.99899\n7386,1646328520,47.74307,8.99899\n7387,1646328521,47.74307,8.99899\n7388,1646328522,47.74307,8.99899\n7389,1646328523,47.74307,8.99899\n7390,1646328524,47.74307,8.99899\n7391,1646328525,47.74307,8.99899\n7392,1646328526,47.74307,8.99899\n7393,1646328527,47.74307,8.99899\n7394,1646328528,47.74307,8.99899\n7395,1646328529,47.74307,8.99899\n7396,1646328530,47.74307,8.99899\n7397,1646328531,47.74307,8.99899\n7398,1646328532,47.74307,8.99899\n7399,1646328533,47.74307,8.99899\n7400,1646328534,47.74307,8.99899\n7401,1646328535,47.74307,8.99899\n7402,1646328536,47.74307,8.99899\n7403,1646328537,47.74307,8.99899\n7404,1646328538,47.74307,8.99899\n7405,1646328539,47.74307,8.99899\n7406,1646328540,47.74307,8.99899\n7407,1646328541,47.74307,8.99899\n7408,1646328542,47.74307,8.99899\n7409,1646328543,47.74307,8.99899\n7410,1646328544,47.74307,8.99899\n7411,1646328545,47.74307,8.99899\n7412,1646328546,47.74307,8.99899\n7413,1646328547,47.74307,8.99899\n7414,1646328548,47.74307,8.99899\n7415,1646328549,47.74307,8.99899\n7416,1646328550,47.74307,8.99899\n7417,1646328551,47.74307,8.99899\n7418,1646328552,47.74307,8.99899\n7419,1646328553,47.74307,8.99899\n7420,1646328554,47.74307,8.99899\n7421,1646328555,47.74307,8.99899\n7422,1646328556,47.74307,8.99899\n7423,1646328557,47.74307,8.99899\n7424,1646328558,47.74307,8.99899\n7425,1646328559,47.74307,8.99899\n7426,1646328560,47.74307,8.99899\n7427,1646328561,47.74307,8.99899\n7428,1646328562,47.74307,8.99899\n7429,1646328563,47.74307,8.99899\n7430,1646328564,47.74307,8.99899\n7431,1646328565,47.74307,8.99899\n7432,1646328566,47.74307,8.99899\n7433,1646328567,47.74307,8.99899\n7434,1646328568,47.74307,8.99899\n7435,1646328569,47.74307,8.99899\n7436,1646328570,47.74307,8.99899\n7437,1646328571,47.74307,8.99899\n7438,1646328572,47.74307,8.99899\n7439,1646328573,47.74307,8.99899\n7440,1646328574,47.74307,8.99899\n7441,1646328575,47.74307,8.99899\n7442,1646328576,47.74307,8.99899\n7443,1646328577,47.74307,8.99899\n7444,1646328578,47.74307,8.99899\n7445,1646328579,47.74307,8.99899\n7446,1646328580,47.74307,8.99899\n7447,1646328581,47.74307,8.99899\n7448,1646328582,47.74307,8.99899\n7449,1646328583,47.74307,8.99899\n7450,1646328584,47.74307,8.99899\n7451,1646328585,47.74307,8.99899\n7452,1646328586,47.74307,8.99899\n7453,1646328587,47.74307,8.99899\n7454,1646328588,47.74307,8.99899\n7455,1646328589,47.74307,8.99899\n7456,1646328590,47.74307,8.99899\n7457,1646328591,47.74307,8.99899\n7458,1646328592,47.74307,8.99899\n7459,1646328593,47.74307,8.99899\n7460,1646328594,47.74307,8.99899\n7461,1646328595,47.74307,8.99899\n7462,1646328596,47.74307,8.99899\n7463,1646328597,47.74307,8.99899\n7464,1646328598,47.74307,8.99899\n7465,1646328599,47.74307,8.99899\n7466,1646328600,47.74307,8.99899\n7467,1646328601,47.74307,8.99899\n7468,1646328602,47.74307,8.99899\n7469,1646328603,47.74307,8.99899\n7470,1646328604,47.74307,8.99899\n7471,1646328605,47.74307,8.99899\n7472,1646328606,47.74307,8.99899\n7473,1646328607,47.74307,8.99899\n7474,1646328608,47.74307,8.99899\n7475,1646328609,47.74307,8.99899\n7476,1646328610,47.74307,8.99899\n7477,1646328611,47.74307,8.99899\n7478,1646328612,47.74307,8.99899\n7479,1646328613,47.74307,8.99899\n7480,1646328614,47.74307,8.99899\n7481,1646328615,47.74307,8.99899\n7482,1646328616,47.74307,8.99899\n7483,1646328617,47.74307,8.99899\n7484,1646328618,47.74307,8.99899\n7485,1646328619,47.74307,8.99899\n7486,1646328620,47.74307,8.99899\n7487,1646328621,47.74307,8.99899\n7488,1646328622,47.74307,8.99899\n7489,1646328623,47.74307,8.99899\n7490,1646328624,47.74307,8.99899\n7491,1646328625,47.74307,8.99899\n7492,1646328626,47.74307,8.99899\n7493,1646328627,47.74307,8.99899\n7494,1646328628,47.74307,8.99899\n7495,1646328629,47.74307,8.99899\n7496,1646328630,47.74307,8.99899\n7497,1646328631,47.74307,8.99899\n7498,1646328632,47.74307,8.99899\n7499,1646328633,47.74307,8.99899\n7500,1646328634,47.74307,8.99899\n7501,1646328635,47.74307,8.99899\n7502,1646328636,47.74307,8.99899\n7503,1646328637,47.74307,8.99899\n7504,1646328638,47.74307,8.99899\n7505,1646328639,47.74307,8.99899\n7506,1646328640,47.74307,8.99899\n7507,1646328641,47.74307,8.99899\n7508,1646328642,47.74307,8.99899\n7509,1646328643,47.74307,8.99899\n7510,1646328644,47.74307,8.99899\n7511,1646328645,47.74307,8.99899\n7512,1646328646,47.74307,8.99899\n7513,1646328647,47.74307,8.99899\n7514,1646328648,47.74307,8.99899\n7515,1646328649,47.74307,8.99899\n7516,1646328650,47.74307,8.99899\n7517,1646328651,47.74307,8.99899\n7518,1646328652,47.74307,8.99899\n7519,1646328653,47.74307,8.99899\n7520,1646328654,47.74307,8.99899\n7521,1646328655,47.74307,8.99899\n7522,1646328656,47.74307,8.99899\n7523,1646328657,47.74307,8.99899\n7524,1646328658,47.74307,8.99899\n7525,1646328659,47.74307,8.99899\n7526,1646328660,47.74307,8.99899\n7527,1646328661,47.74307,8.99899\n7528,1646328662,47.74307,8.99899\n7529,1646328663,47.74307,8.99899\n7530,1646328664,47.74307,8.99899\n7531,1646328665,47.74307,8.99899\n7532,1646328666,47.74307,8.99899\n7533,1646328667,47.74307,8.99899\n7534,1646328668,47.74307,8.99899\n7535,1646328669,47.74307,8.99899\n7536,1646328670,47.74307,8.99899\n7537,1646328671,47.74307,8.99899\n7538,1646328672,47.74307,8.99899\n7539,1646328673,47.74307,8.99899\n7540,1646328674,47.74307,8.99899\n7541,1646328675,47.74307,8.99899\n7542,1646328676,47.74307,8.99899\n7543,1646328677,47.74307,8.99899\n7544,1646328678,47.74307,8.99899\n7545,1646328679,47.74307,8.99899\n7546,1646328680,47.74307,8.99899\n7547,1646328681,47.74307,8.99899\n7548,1646328682,47.74307,8.99899\n7549,1646328683,47.74307,8.99899\n7550,1646328684,47.74307,8.99899\n7551,1646328685,47.74307,8.99899\n7552,1646328686,47.74307,8.99899\n7553,1646328687,47.74307,8.99899\n7554,1646328688,47.74307,8.99899\n7555,1646328689,47.74307,8.99899\n7556,1646328690,47.74307,8.99899\n7557,1646328691,47.74307,8.99899\n7558,1646328692,47.74307,8.99899\n7559,1646328693,47.74307,8.99899\n7560,1646328694,47.74307,8.99899\n7561,1646328695,47.74307,8.99899\n7562,1646328696,47.74307,8.99899\n7563,1646328697,47.74307,8.99899\n7564,1646328698,47.74307,8.99899\n7565,1646328699,47.74307,8.99899\n7566,1646328700,47.74307,8.99899\n7567,1646328701,47.74307,8.99899\n7568,1646328702,47.74307,8.99899\n7569,1646328703,47.74307,8.99899\n7570,1646328704,47.74307,8.99899\n7571,1646328705,47.74307,8.99899\n7572,1646328706,47.74307,8.99899\n7573,1646328707,47.74307,8.99899\n7574,1646328708,47.74307,8.99899\n7575,1646328709,47.74307,8.99899\n7576,1646328710,47.74307,8.99899\n7577,1646328711,47.74307,8.99899\n7578,1646328712,47.74307,8.99899\n7579,1646328713,47.74307,8.99899\n7580,1646328714,47.74307,8.99899\n7581,1646328715,47.74307,8.99899\n7582,1646328716,47.74307,8.99899\n7583,1646328717,47.74307,8.99899\n7584,1646328718,47.74307,8.99899\n7585,1646328719,47.74307,8.99899\n7586,1646328720,47.74307,8.99899\n7587,1646328721,47.74307,8.99899\n7588,1646328722,47.74307,8.99899\n7589,1646328723,47.74307,8.99899\n7590,1646328724,47.74307,8.99899\n7591,1646328725,47.74307,8.99899\n7592,1646328726,47.74307,8.99899\n7593,1646328727,47.74307,8.99899\n7594,1646328728,47.74307,8.99899\n7595,1646328729,47.74307,8.99899\n7596,1646328730,47.74307,8.99899\n7597,1646328731,47.74307,8.99899\n7598,1646328732,47.74307,8.99899\n7599,1646328733,47.74307,8.99899\n7600,1646328734,47.74307,8.99899\n7601,1646328735,47.74307,8.99899\n7602,1646328736,47.74307,8.99899\n7603,1646328737,47.74307,8.99899\n7604,1646328738,47.74307,8.99899\n7605,1646328739,47.74307,8.99899\n7606,1646328740,47.74307,8.99899\n7607,1646328741,47.74307,8.99899\n7608,1646328742,47.74307,8.99899\n7609,1646328743,47.74307,8.99899\n7610,1646328744,47.74307,8.99899\n7611,1646328745,47.74307,8.99899\n7612,1646328746,47.74307,8.99899\n7613,1646328747,47.74307,8.99899\n7614,1646328748,47.74307,8.99899\n7615,1646328749,47.74307,8.99899\n7616,1646328750,47.74307,8.99899\n7617,1646328751,47.74307,8.99899\n7618,1646328752,47.74307,8.99899\n7619,1646328753,47.74307,8.99899\n7620,1646328754,47.74307,8.99899\n7621,1646328755,47.74307,8.99899\n7622,1646328756,47.74307,8.99899\n7623,1646328757,47.74307,8.99899\n7624,1646328758,47.74307,8.99899\n7625,1646328759,47.74307,8.99899\n7626,1646328760,47.74307,8.99899\n7627,1646328761,47.74307,8.99899\n7628,1646328762,47.74307,8.99899\n7629,1646328763,47.74307,8.99899\n7630,1646328764,47.74307,8.99899\n7631,1646328765,47.74307,8.99899\n7632,1646328766,47.74307,8.99899\n7633,1646328767,47.74307,8.99899\n7634,1646328768,47.74307,8.99899\n7635,1646328769,47.74307,8.99899\n7636,1646328770,47.74307,8.99899\n7637,1646328771,47.74307,8.99899\n7638,1646328772,47.74307,8.99899\n7639,1646328773,47.74307,8.99899\n7640,1646328774,47.74307,8.99899\n7641,1646328775,47.74307,8.99899\n7642,1646328776,47.74307,8.99899\n7643,1646328777,47.74307,8.99899\n7644,1646328778,47.74307,8.99899\n7645,1646328779,47.74307,8.99899\n7646,1646328780,47.74307,8.99899\n7647,1646328781,47.74307,8.99899\n7648,1646328782,47.74307,8.99899\n7649,1646328783,47.74307,8.99899\n7650,1646328784,47.74307,8.99899\n7651,1646328785,47.74307,8.99899\n7652,1646328786,47.74307,8.99899\n7653,1646328787,47.74307,8.99899\n7654,1646328788,47.74307,8.99899\n7655,1646328789,47.74307,8.99899\n7656,1646328790,47.74307,8.99899\n7657,1646328791,47.74307,8.99899\n7658,1646328792,47.74307,8.99899\n7659,1646328793,47.74307,8.99899\n7660,1646328794,47.74307,8.99899\n7661,1646328795,47.74307,8.99899\n7662,1646328796,47.74307,8.99899\n7663,1646328797,47.74307,8.99899\n7664,1646328798,47.74307,8.99899\n7665,1646328799,47.74307,8.99899\n7666,1646328800,47.74307,8.99899\n7667,1646328801,47.74307,8.99899\n7668,1646328802,47.74307,8.99899\n7669,1646328803,47.74307,8.99899\n7670,1646328804,47.74307,8.99899\n7671,1646328805,47.74307,8.99899\n7672,1646328806,47.74307,8.99899\n7673,1646328807,47.74307,8.99899\n7674,1646328808,47.74307,8.99899\n7675,1646328809,47.74307,8.99899\n7676,1646328810,47.74307,8.99899\n7677,1646328811,47.74307,8.99899\n7678,1646328812,47.74307,8.99899\n7679,1646328813,47.74307,8.99899\n7680,1646328814,47.74307,8.99899\n7681,1646328815,47.74307,8.99899\n7682,1646328816,47.74307,8.99899\n7683,1646328817,47.74307,8.99899\n7684,1646328818,47.74307,8.99899\n7685,1646328819,47.74307,8.99899\n7686,1646328820,47.74307,8.99899\n7687,1646328821,47.74307,8.99899\n7688,1646328822,47.74307,8.99899\n7689,1646328823,47.74307,8.99899\n7690,1646328824,47.74307,8.99899\n7691,1646328825,47.74307,8.99899\n7692,1646328826,47.74307,8.99899\n7693,1646328827,47.74307,8.99899\n7694,1646328828,47.74307,8.99899\n7695,1646328829,47.74307,8.99899\n7696,1646328830,47.74307,8.99899\n7697,1646328831,47.74307,8.99899\n7698,1646328832,47.74307,8.99899\n7699,1646328833,47.74307,8.99899\n7700,1646328834,47.74307,8.99899\n7701,1646328835,47.74307,8.99899\n7702,1646328836,47.74307,8.99899\n7703,1646328837,47.74307,8.99899\n7704,1646328838,47.74307,8.99899\n7705,1646328839,47.74307,8.99899\n7706,1646328840,47.74307,8.99899\n7707,1646328841,47.74307,8.99899\n7708,1646328842,47.74307,8.99899\n7709,1646328843,47.74307,8.99899\n7710,1646328844,47.74307,8.99899\n7711,1646328845,47.74307,8.99899\n7712,1646328846,47.74307,8.99899\n7713,1646328847,47.74307,8.99899\n7714,1646328848,47.74307,8.99899\n7715,1646328849,47.74307,8.99899\n7716,1646328850,47.74307,8.99899\n7717,1646328851,47.74307,8.99899\n7718,1646328852,47.74307,8.99899\n7719,1646328853,47.74307,8.99899\n7720,1646328854,47.74307,8.99899\n7721,1646328855,47.74307,8.99899\n7722,1646328856,47.74307,8.99899\n7723,1646328857,47.74307,8.99899\n7724,1646328858,47.74307,8.99899\n7725,1646328859,47.74307,8.99899\n7726,1646328860,47.74307,8.99899\n7727,1646328861,47.74307,8.99899\n7728,1646328862,47.74307,8.99899\n7729,1646328863,47.74307,8.99899\n7730,1646328864,47.74307,8.99899\n7731,1646328865,47.74307,8.99899\n7732,1646328866,47.74307,8.99899\n7733,1646328867,47.74307,8.99899\n7734,1646328868,47.74307,8.99899\n7735,1646328869,47.74307,8.99899\n7736,1646328870,47.74307,8.99899\n7737,1646328871,47.74307,8.99899\n7738,1646328872,47.74307,8.99899\n7739,1646328873,47.74307,8.99899\n7740,1646328874,47.74307,8.99899\n7741,1646328875,47.74307,8.99899\n7742,1646328876,47.74307,8.99899\n7743,1646328877,47.74307,8.99899\n7744,1646328878,47.74307,8.99899\n7745,1646328879,47.74307,8.99899\n7746,1646328880,47.74307,8.99899\n7747,1646328881,47.74307,8.99899\n7748,1646328882,47.74307,8.99899\n7749,1646328883,47.74307,8.99899\n7750,1646328884,47.74307,8.99899\n7751,1646328885,47.74307,8.99899\n7752,1646328886,47.74307,8.99899\n7753,1646328887,47.74307,8.99899\n7754,1646328888,47.74307,8.99899\n7755,1646328889,47.74307,8.99899\n7756,1646328890,47.74307,8.99899\n7757,1646328891,47.74307,8.99899\n7758,1646328892,47.74307,8.99899\n7759,1646328893,47.74307,8.99899\n7760,1646328894,47.74307,8.99899\n7761,1646328895,47.74307,8.99899\n7762,1646328896,47.74307,8.99899\n7763,1646328897,47.74307,8.99899\n7764,1646328898,47.74307,8.99899\n7765,1646328899,47.74307,8.99899\n7766,1646328900,47.74307,8.99899\n7767,1646328901,47.74307,8.99899\n7768,1646328902,47.74307,8.99899\n7769,1646328903,47.74307,8.99899\n7770,1646328904,47.74307,8.99899\n7771,1646328905,47.74307,8.99899\n7772,1646328906,47.74307,8.99899\n7773,1646328907,47.74307,8.99899\n7774,1646328908,47.74307,8.99899\n7775,1646328909,47.74307,8.99899\n7776,1646328910,47.74307,8.99899\n7777,1646328911,47.74307,8.99899\n7778,1646328912,47.74307,8.99899\n7779,1646328913,47.74307,8.99899\n7780,1646328914,47.74307,8.99899\n7781,1646328915,47.74307,8.99899\n7782,1646328916,47.74307,8.99899\n7783,1646328917,47.74307,8.99899\n7784,1646328918,47.74307,8.99899\n7785,1646328919,47.74307,8.99899\n7786,1646328920,47.74307,8.99899\n7787,1646328921,47.74307,8.99899\n7788,1646328922,47.74307,8.99899\n7789,1646328923,47.74307,8.99899\n7790,1646328924,47.74307,8.99899\n7791,1646328925,47.74307,8.99899\n7792,1646328926,47.74307,8.99899\n7793,1646328927,47.74307,8.99899\n7794,1646328928,47.74307,8.99899\n7795,1646328929,47.74307,8.99899\n7796,1646328930,47.74307,8.99899\n7797,1646328931,47.74307,8.99899\n7798,1646328932,47.74307,8.99899\n7799,1646328933,47.74307,8.99899\n7800,1646328934,47.74307,8.99899\n7801,1646328935,47.74307,8.99899\n7802,1646328936,47.74307,8.99899\n7803,1646328937,47.74307,8.99899\n7804,1646328938,47.74307,8.99899\n7805,1646328939,47.74307,8.99899\n7806,1646328940,47.74307,8.99899\n7807,1646328941,47.74307,8.99899\n7808,1646328942,47.74307,8.99899\n7809,1646328943,47.74307,8.99899\n7810,1646328944,47.74307,8.99899\n7811,1646328945,47.74307,8.99899\n7812,1646328946,47.74307,8.99899\n7813,1646328947,47.74307,8.99899\n7814,1646328948,47.74307,8.99899\n7815,1646328949,47.74307,8.99899\n7816,1646328950,47.74307,8.99899\n7817,1646328951,47.74307,8.99899\n7818,1646328952,47.74307,8.99899\n7819,1646328953,47.74307,8.99899\n7820,1646328954,47.74307,8.99899\n7821,1646328955,47.74307,8.99899\n7822,1646328956,47.74307,8.99899\n7823,1646328957,47.74307,8.99899\n7824,1646328958,47.74307,8.99899\n7825,1646328959,47.74307,8.99899\n7826,1646328960,47.74307,8.99899\n7827,1646328961,47.74307,8.99899\n7828,1646328962,47.74307,8.99899\n7829,1646328963,47.74307,8.99899\n7830,1646328964,47.74307,8.99899\n7831,1646328965,47.74307,8.99899\n7832,1646328966,47.74307,8.99899\n7833,1646328967,47.74307,8.99899\n7834,1646328968,47.74307,8.99899\n7835,1646328969,47.74307,8.99899\n7836,1646328970,47.74307,8.99899\n7837,1646328971,47.74307,8.99899\n7838,1646328972,47.74307,8.99899\n7839,1646328973,47.74307,8.99899\n7840,1646328974,47.74307,8.99899\n7841,1646328975,47.74307,8.99899\n7842,1646328976,47.74307,8.99899\n7843,1646328977,47.74307,8.99899\n7844,1646328978,47.74307,8.99899\n7845,1646328979,47.74307,8.99899\n7846,1646328980,47.74307,8.99899\n7847,1646328981,47.74307,8.99899\n7848,1646328982,47.74307,8.99899\n7849,1646328983,47.74307,8.99899\n7850,1646328984,47.74307,8.99899\n7851,1646328985,47.74307,8.99899\n7852,1646328986,47.74307,8.99899\n7853,1646328987,47.74307,8.99899\n7854,1646328988,47.74307,8.99899\n7855,1646328989,47.74307,8.99899\n7856,1646328990,47.74307,8.99899\n7857,1646328991,47.74307,8.99899\n7858,1646328992,47.74307,8.99899\n7859,1646328993,47.74307,8.99899\n7860,1646328994,47.74307,8.99899\n7861,1646328995,47.74307,8.99899\n7862,1646328996,47.74307,8.99899\n7863,1646328997,47.74307,8.99899\n7864,1646328998,47.74307,8.99899\n7865,1646328999,47.74307,8.99899\n7866,1646329000,47.74307,8.99899\n7867,1646329001,47.74307,8.99899\n7868,1646329002,47.74307,8.99899\n7869,1646329003,47.74307,8.99899\n7870,1646329004,47.74307,8.99899\n7871,1646329005,47.74307,8.99899\n7872,1646329006,47.74307,8.99899\n7873,1646329007,47.74307,8.99899\n7874,1646329008,47.74307,8.99899\n7875,1646329009,47.74307,8.99899\n7876,1646329010,47.74307,8.99899\n7877,1646329011,47.74307,8.99899\n7878,1646329012,47.74307,8.99899\n7879,1646329013,47.74307,8.99899\n7880,1646329014,47.74307,8.99899\n7881,1646329015,47.74307,8.99899\n7882,1646329016,47.74307,8.99899\n7883,1646329017,47.74307,8.99899\n7884,1646329018,47.74307,8.99899\n7885,1646329019,47.74307,8.99899\n7886,1646329020,47.74307,8.99899\n7887,1646329021,47.74307,8.99899\n7888,1646329022,47.74307,8.99899\n7889,1646329023,47.74307,8.99899\n7890,1646329024,47.74307,8.99899\n7891,1646329025,47.74307,8.99899\n7892,1646329026,47.74307,8.99899\n7893,1646329027,47.74307,8.99899\n7894,1646329028,47.74307,8.99899\n7895,1646329029,47.74307,8.99899\n7896,1646329030,47.74307,8.99899\n7897,1646329031,47.74307,8.99899\n7898,1646329032,47.74307,8.99899\n7899,1646329033,47.74307,8.99899\n7900,1646329034,47.74307,8.99899\n7901,1646329035,47.74307,8.99899\n7902,1646329036,47.74307,8.99899\n7903,1646329037,47.74307,8.99899\n7904,1646329038,47.74307,8.99899\n7905,1646329039,47.74307,8.99899\n7906,1646329040,47.74307,8.99899\n7907,1646329041,47.74307,8.99899\n7908,1646329042,47.74307,8.99899\n7909,1646329043,47.74307,8.99899\n7910,1646329044,47.74307,8.99899\n7911,1646329045,47.74307,8.99899\n7912,1646329046,47.74307,8.99899\n7913,1646329047,47.74307,8.99899\n7914,1646329048,47.74307,8.99899\n7915,1646329049,47.74307,8.99899\n7916,1646329050,47.74307,8.99899\n7917,1646329051,47.74307,8.99899\n7918,1646329052,47.74307,8.99899\n7919,1646329053,47.74307,8.99899\n7920,1646329054,47.74307,8.99899\n7921,1646329055,47.74307,8.99899\n7922,1646329056,47.74307,8.99899\n7923,1646329057,47.74307,8.99899\n7924,1646329058,47.74307,8.99899\n7925,1646329059,47.74307,8.99899\n7926,1646329060,47.74307,8.99899\n7927,1646329061,47.74307,8.99899\n7928,1646329062,47.74307,8.99899\n7929,1646329063,47.74307,8.99899\n7930,1646329064,47.74307,8.99899\n7931,1646329065,47.74307,8.99899\n7932,1646329066,47.74307,8.99899\n7933,1646329067,47.74307,8.99899\n7934,1646329068,47.74307,8.99899\n7935,1646329069,47.74307,8.99899\n7936,1646329070,47.74307,8.99899\n7937,1646329071,47.74307,8.99899\n7938,1646329072,47.74307,8.99899\n7939,1646329073,47.74307,8.99899\n7940,1646329074,47.74307,8.99899\n7941,1646329075,47.74307,8.99899\n7942,1646329076,47.74307,8.99899\n7943,1646329077,47.74307,8.99899\n7944,1646329078,47.74307,8.99899\n7945,1646329079,47.74307,8.99899\n7946,1646329080,47.74307,8.99899\n7947,1646329081,47.74307,8.99899\n7948,1646329082,47.74307,8.99899\n7949,1646329083,47.74307,8.99899\n7950,1646329084,47.74307,8.99899\n7951,1646329085,47.74307,8.99899\n7952,1646329086,47.74307,8.99899\n7953,1646329087,47.74307,8.99899\n7954,1646329088,47.74307,8.99899\n7955,1646329089,47.74307,8.99899\n7956,1646329090,47.74307,8.99899\n7957,1646329091,47.74307,8.99899\n7958,1646329092,47.74307,8.99899\n7959,1646329093,47.74307,8.99899\n7960,1646329094,47.74307,8.99899\n7961,1646329095,47.74307,8.99899\n7962,1646329096,47.74307,8.99899\n7963,1646329097,47.74307,8.99899\n7964,1646329098,47.74307,8.99899\n7965,1646329099,47.74307,8.99899\n7966,1646329100,47.74307,8.99899\n7967,1646329101,47.74307,8.99899\n7968,1646329102,47.74307,8.99899\n7969,1646329103,47.74307,8.99899\n7970,1646329104,47.74307,8.99899\n7971,1646329105,47.74307,8.99899\n7972,1646329106,47.74307,8.99899\n7973,1646329107,47.74307,8.99899\n7974,1646329108,47.74307,8.99899\n7975,1646329109,47.74307,8.99899\n7976,1646329110,47.74307,8.99899\n7977,1646329111,47.74307,8.99899\n7978,1646329112,47.74307,8.99899\n7979,1646329113,47.74307,8.99899\n7980,1646329114,47.74307,8.99899\n7981,1646329115,47.74307,8.99899\n7982,1646329116,47.74307,8.99899\n7983,1646329117,47.74307,8.99899\n7984,1646329118,47.74307,8.99899\n7985,1646329119,47.74307,8.99899\n7986,1646329120,47.74307,8.99899\n7987,1646329121,47.74307,8.99899\n7988,1646329122,47.74307,8.99899\n7989,1646329123,47.74307,8.99899\n7990,1646329124,47.74307,8.99899\n7991,1646329125,47.74307,8.99899\n7992,1646329126,47.74307,8.99899\n7993,1646329127,47.74307,8.99899\n7994,1646329128,47.74307,8.99899\n7995,1646329129,47.74307,8.99899\n7996,1646329130,47.74307,8.99899\n7997,1646329131,47.74307,8.99899\n7998,1646329132,47.74307,8.99899\n7999,1646329133,47.74307,8.99899\n8000,1646329134,47.74307,8.99899\n8001,1646329135,47.74307,8.99899\n8002,1646329136,47.74307,8.99899\n8003,1646329137,47.74307,8.99899\n8004,1646329138,47.74307,8.99899\n8005,1646329139,47.74307,8.99899\n8006,1646329140,47.74307,8.99899\n8007,1646329141,47.74307,8.99899\n8008,1646329142,47.74307,8.99899\n8009,1646329143,47.74307,8.99899\n8010,1646329144,47.74307,8.99899\n8011,1646329145,47.74307,8.99899\n8012,1646329146,47.74307,8.99899\n8013,1646329147,47.74307,8.99899\n8014,1646329148,47.74307,8.99899\n8015,1646329149,47.74307,8.99899\n8016,1646329150,47.74307,8.99899\n8017,1646329151,47.74307,8.99899\n8018,1646329152,47.74307,8.99899\n8019,1646329153,47.74307,8.99899\n8020,1646329154,47.74307,8.99899\n8021,1646329155,47.74307,8.99899\n8022,1646329156,47.74307,8.99899\n8023,1646329157,47.74307,8.99899\n8024,1646329158,47.74307,8.99899\n8025,1646329159,47.74307,8.99899\n8026,1646329160,47.74307,8.99899\n8027,1646329161,47.74307,8.99899\n8028,1646329162,47.74307,8.99899\n8029,1646329163,47.74307,8.99899\n8030,1646329164,47.74307,8.99899\n8031,1646329165,47.74307,8.99899\n8032,1646329166,47.74307,8.99899\n8033,1646329167,47.74307,8.99899\n8034,1646329168,47.74307,8.99899\n8035,1646329169,47.74307,8.99899\n8036,1646329170,47.74307,8.99899\n8037,1646329171,47.74307,8.99899\n8038,1646329172,47.74307,8.99899\n8039,1646329173,47.74307,8.99899\n8040,1646329174,47.74307,8.99899\n8041,1646329175,47.74307,8.99899\n8042,1646329176,47.74307,8.99899\n8043,1646329177,47.74307,8.99899\n8044,1646329178,47.74307,8.99899\n8045,1646329179,47.74307,8.99899\n8046,1646329180,47.74307,8.99899\n8047,1646329181,47.74307,8.99899\n8048,1646329182,47.74307,8.99899\n8049,1646329183,47.74307,8.99899\n8050,1646329184,47.74307,8.99899\n8051,1646329185,47.74307,8.99899\n8052,1646329186,47.74307,8.99899\n8053,1646329187,47.74307,8.99899\n8054,1646329188,47.74307,8.99899\n8055,1646329189,47.74307,8.99899\n8056,1646329190,47.74307,8.99899\n8057,1646329191,47.74307,8.99899\n8058,1646329192,47.74307,8.99899\n8059,1646329193,47.74307,8.99899\n8060,1646329194,47.74307,8.99899\n8061,1646329195,47.74307,8.99899\n8062,1646329196,47.74307,8.99899\n8063,1646329197,47.74307,8.99899\n8064,1646329198,47.74307,8.99899\n8065,1646329199,47.74307,8.99899\n8066,1646329200,47.74307,8.99899\n8067,1646329201,47.74307,8.99899\n8068,1646329202,47.74307,8.99899\n8069,1646329203,47.74307,8.99899\n8070,1646329204,47.74307,8.99899\n8071,1646329205,47.74307,8.99899\n8072,1646329206,47.74307,8.99899\n8073,1646329207,47.74307,8.99899\n8074,1646329208,47.74307,8.99899\n8075,1646329209,47.74307,8.99899\n8076,1646329210,47.74307,8.99899\n8077,1646329211,47.74307,8.99899\n8078,1646329212,47.74307,8.99899\n8079,1646329213,47.74307,8.99899\n8080,1646329214,47.74307,8.99899\n8081,1646329215,47.74307,8.99899\n8082,1646329216,47.74307,8.99899\n8083,1646329217,47.74307,8.99899\n8084,1646329218,47.74307,8.99899\n8085,1646329219,47.74307,8.99899\n8086,1646329220,47.74307,8.99899\n8087,1646329221,47.74307,8.99899\n8088,1646329222,47.74307,8.99899\n8089,1646329223,47.74307,8.99899\n8090,1646329224,47.74307,8.99899\n8091,1646329225,47.74307,8.99899\n8092,1646329226,47.74307,8.99899\n8093,1646329227,47.74307,8.99899\n8094,1646329228,47.74307,8.99899\n8095,1646329229,47.74307,8.99899\n8096,1646329230,47.74307,8.99899\n8097,1646329231,47.74307,8.99899\n8098,1646329232,47.74307,8.99899\n8099,1646329233,47.74307,8.99899\n8100,1646329234,47.74307,8.99899\n8101,1646329235,47.74307,8.99899\n8102,1646329236,47.74307,8.99899\n8103,1646329237,47.74307,8.99899\n8104,1646329238,47.74307,8.99899\n8105,1646329239,47.74307,8.99899\n8106,1646329240,47.74307,8.99899\n8107,1646329241,47.74307,8.99899\n8108,1646329242,47.74307,8.99899\n8109,1646329243,47.74307,8.99899\n8110,1646329244,47.74307,8.99899\n8111,1646329245,47.74307,8.99899\n8112,1646329246,47.74307,8.99899\n8113,1646329247,47.74307,8.99899\n8114,1646329248,47.74307,8.99899\n8115,1646329249,47.74307,8.99899\n8116,1646329250,47.74307,8.99899\n8117,1646329251,47.74307,8.99899\n8118,1646329252,47.74307,8.99899\n8119,1646329253,47.74307,8.99899\n8120,1646329254,47.74307,8.99899\n8121,1646329255,47.74307,8.99899\n8122,1646329256,47.74307,8.99899\n8123,1646329257,47.74307,8.99899\n8124,1646329258,47.74307,8.99899\n8125,1646329259,47.74307,8.99899\n8126,1646329260,47.74307,8.99899\n8127,1646329261,47.74307,8.99899\n8128,1646329262,47.74307,8.99899\n8129,1646329263,47.74307,8.99899\n8130,1646329264,47.74307,8.99899\n8131,1646329265,47.74307,8.99899\n8132,1646329266,47.74307,8.99899\n8133,1646329267,47.74307,8.99899\n8134,1646329268,47.74307,8.99899\n8135,1646329269,47.74307,8.99899\n8136,1646329270,47.74307,8.99899\n8137,1646329271,47.74307,8.99899\n8138,1646329272,47.74307,8.99899\n8139,1646329273,47.74307,8.99899\n8140,1646329274,47.74307,8.99899\n8141,1646329275,47.74307,8.99899\n8142,1646329276,47.74307,8.99899\n8143,1646329277,47.74307,8.99899\n8144,1646329278,47.74307,8.99899\n8145,1646329279,47.74307,8.99899\n8146,1646329280,47.74307,8.99899\n8147,1646329281,47.74307,8.99899\n8148,1646329282,47.74307,8.99899\n8149,1646329283,47.74307,8.99899\n8150,1646329284,47.74307,8.99899\n8151,1646329285,47.74307,8.99899\n8152,1646329286,47.74307,8.99899\n8153,1646329287,47.74307,8.99899\n8154,1646329288,47.74307,8.99899\n8155,1646329289,47.74307,8.99899\n8156,1646329290,47.74307,8.99899\n8157,1646329291,47.74307,8.99899\n8158,1646329292,47.74307,8.99899\n8159,1646329293,47.74307,8.99899\n8160,1646329294,47.74307,8.99899\n8161,1646329295,47.74307,8.99899\n8162,1646329296,47.74307,8.99899\n8163,1646329297,47.74307,8.99899\n8164,1646329298,47.74307,8.99899\n8165,1646329299,47.74307,8.99899\n8166,1646329300,47.74307,8.99899\n8167,1646329301,47.74307,8.99899\n8168,1646329302,47.74307,8.99899\n8169,1646329303,47.74307,8.99899\n8170,1646329304,47.74307,8.99899\n8171,1646329305,47.74307,8.99899\n8172,1646329306,47.74307,8.99899\n8173,1646329307,47.74307,8.99899\n8174,1646329308,47.74307,8.99899\n8175,1646329309,47.74307,8.99899\n8176,1646329310,47.74307,8.99899\n8177,1646329311,47.74307,8.99899\n8178,1646329312,47.74307,8.99899\n8179,1646329313,47.74307,8.99899\n8180,1646329314,47.74307,8.99899\n8181,1646329315,47.74307,8.99899\n8182,1646329316,47.74307,8.99899\n8183,1646329317,47.74307,8.99899\n8184,1646329318,47.74307,8.99899\n8185,1646329319,47.74307,8.99899\n8186,1646329320,47.74307,8.99899\n8187,1646329321,47.74307,8.99899\n8188,1646329322,47.74307,8.99899\n8189,1646329323,47.74307,8.99899\n8190,1646329324,47.74307,8.99899\n8191,1646329325,47.74307,8.99899\n8192,1646329326,47.74307,8.99899\n8193,1646329327,47.74307,8.99899\n8194,1646329328,47.74307,8.99899\n8195,1646329329,47.74307,8.99899\n8196,1646329330,47.74307,8.99899\n8197,1646329331,47.74307,8.99899\n8198,1646329332,47.74307,8.99899\n8199,1646329333,47.74307,8.99899\n8200,1646329334,47.74307,8.99899\n8201,1646329335,47.74307,8.99899\n8202,1646329336,47.74307,8.99899\n8203,1646329337,47.74307,8.99899\n8204,1646329338,47.74307,8.99899\n8205,1646329339,47.74307,8.99899\n8206,1646329340,47.74307,8.99899\n8207,1646329341,47.74307,8.99899\n8208,1646329342,47.74307,8.99899\n8209,1646329343,47.74307,8.99899\n8210,1646329344,47.74307,8.99899\n8211,1646329345,47.74307,8.99899\n8212,1646329346,47.74307,8.99899\n8213,1646329347,47.74307,8.99899\n8214,1646329348,47.74307,8.99899\n8215,1646329349,47.74307,8.99899\n8216,1646329350,47.74307,8.99899\n8217,1646329351,47.74307,8.99899\n8218,1646329352,47.74307,8.99899\n8219,1646329353,47.74307,8.99899\n8220,1646329354,47.74307,8.99899\n8221,1646329355,47.74307,8.99899\n8222,1646329356,47.74307,8.99899\n8223,1646329357,47.74307,8.99899\n8224,1646329358,47.74307,8.99899\n8225,1646329359,47.74307,8.99899\n8226,1646329360,47.74307,8.99899\n8227,1646329361,47.74307,8.99899\n8228,1646329362,47.74307,8.99899\n8229,1646329363,47.74307,8.99899\n8230,1646329364,47.74307,8.99899\n8231,1646329365,47.74307,8.99899\n8232,1646329366,47.74307,8.99899\n8233,1646329367,47.74307,8.99899\n8234,1646329368,47.74307,8.99899\n8235,1646329369,47.74307,8.99899\n8236,1646329370,47.74307,8.99899\n8237,1646329371,47.74307,8.99899\n8238,1646329372,47.74307,8.99899\n8239,1646329373,47.74307,8.99899\n8240,1646329374,47.74307,8.99899\n8241,1646329375,47.74307,8.99899\n8242,1646329376,47.74307,8.99899\n8243,1646329377,47.74307,8.99899\n8244,1646329378,47.74307,8.99899\n8245,1646329379,47.74307,8.99899\n8246,1646329380,47.74307,8.99899\n8247,1646329381,47.74307,8.99899\n8248,1646329382,47.74307,8.99899\n8249,1646329383,47.74307,8.99899\n8250,1646329384,47.74307,8.99899\n8251,1646329385,47.74307,8.99899\n8252,1646329386,47.74307,8.99899\n8253,1646329387,47.74307,8.99899\n8254,1646329388,47.74307,8.99899\n8255,1646329389,47.74307,8.99899\n8256,1646329390,47.74307,8.99899\n8257,1646329391,47.74307,8.99899\n8258,1646329392,47.74307,8.99899\n8259,1646329393,47.74307,8.99899\n8260,1646329394,47.74307,8.99899\n8261,1646329395,47.74307,8.99899\n8262,1646329396,47.74307,8.99899\n8263,1646329397,47.74307,8.99899\n8264,1646329398,47.74307,8.99899\n8265,1646329399,47.74307,8.99899\n8266,1646329400,47.74307,8.99899\n8267,1646329401,47.74307,8.99899\n8268,1646329402,47.74307,8.99899\n8269,1646329403,47.74307,8.99899\n8270,1646329404,47.74307,8.99899\n8271,1646329405,47.74307,8.99899\n8272,1646329406,47.74307,8.99899\n8273,1646329407,47.74307,8.99899\n8274,1646329408,47.74307,8.99899\n8275,1646329409,47.74307,8.99899\n8276,1646329410,47.74307,8.99899\n8277,1646329411,47.74307,8.99899\n8278,1646329412,47.74307,8.99899\n8279,1646329413,47.74307,8.99899\n8280,1646329414,47.74307,8.99899\n8281,1646329415,47.74307,8.99899\n8282,1646329416,47.74307,8.99899\n8283,1646329417,47.74307,8.99899\n8284,1646329418,47.74307,8.99899\n8285,1646329419,47.74307,8.99899\n8286,1646329420,47.74307,8.99899\n8287,1646329421,47.74307,8.99899\n8288,1646329422,47.74307,8.99899\n8289,1646329423,47.74307,8.99899\n8290,1646329424,47.74307,8.99899\n8291,1646329425,47.74307,8.99899\n8292,1646329426,47.74307,8.99899\n8293,1646329427,47.74307,8.99899\n8294,1646329428,47.74307,8.99899\n8295,1646329429,47.74307,8.99899\n8296,1646329430,47.74307,8.99899\n8297,1646329431,47.74307,8.99899\n8298,1646329432,47.74307,8.99899\n8299,1646329433,47.74307,8.99899\n8300,1646329434,47.74307,8.99899\n8301,1646329435,47.74307,8.99899\n8302,1646329436,47.74307,8.99899\n8303,1646329437,47.74307,8.99899\n8304,1646329438,47.74307,8.99899\n8305,1646329439,47.74307,8.99899\n8306,1646329440,47.74307,8.99899\n8307,1646329441,47.74307,8.99899\n8308,1646329442,47.74307,8.99899\n8309,1646329443,47.74307,8.99899\n8310,1646329444,47.74307,8.99899\n8311,1646329445,47.74307,8.99899\n8312,1646329446,47.74307,8.99899\n8313,1646329447,47.74307,8.99899\n8314,1646329448,47.74307,8.99899\n8315,1646329449,47.74307,8.99899\n8316,1646329450,47.74307,8.99899\n8317,1646329451,47.74307,8.99899\n8318,1646329452,47.74307,8.99899\n8319,1646329453,47.74307,8.99899\n8320,1646329454,47.74307,8.99899\n8321,1646329455,47.74307,8.99899\n8322,1646329456,47.74307,8.99899\n8323,1646329457,47.74307,8.99899\n8324,1646329458,47.74307,8.99899\n8325,1646329459,47.74307,8.99899\n8326,1646329460,47.74307,8.99899\n8327,1646329461,47.74307,8.99899\n8328,1646329462,47.74307,8.99899\n8329,1646329463,47.74307,8.99899\n8330,1646329464,47.74307,8.99899\n8331,1646329465,47.74307,8.99899\n8332,1646329466,47.74307,8.99899\n8333,1646329467,47.74307,8.99899\n8334,1646329468,47.74307,8.99899\n8335,1646329469,47.74307,8.99899\n8336,1646329470,47.74307,8.99899\n8337,1646329471,47.74307,8.99899\n8338,1646329472,47.74307,8.99899\n8339,1646329473,47.74307,8.99899\n8340,1646329474,47.74307,8.99899\n8341,1646329475,47.74307,8.99899\n8342,1646329476,47.74307,8.99899\n8343,1646329477,47.74307,8.99899\n8344,1646329478,47.74307,8.99899\n8345,1646329479,47.74307,8.99899\n8346,1646329480,47.74307,8.99899\n8347,1646329481,47.74307,8.99899\n8348,1646329482,47.74307,8.99899\n8349,1646329483,47.74307,8.99899\n8350,1646329484,47.74307,8.99899\n8351,1646329485,47.74307,8.99899\n8352,1646329486,47.74307,8.99899\n8353,1646329487,47.74307,8.99899\n8354,1646329488,47.74307,8.99899\n8355,1646329489,47.74307,8.99899\n8356,1646329490,47.74307,8.99899\n8357,1646329491,47.74307,8.99899\n8358,1646329492,47.74307,8.99899\n8359,1646329493,47.74307,8.99899\n8360,1646329494,47.74307,8.99899\n8361,1646329495,47.74307,8.99899\n8362,1646329496,47.74307,8.99899\n8363,1646329497,47.74307,8.99899\n8364,1646329498,47.74307,8.99899\n8365,1646329499,47.74307,8.99899\n8366,1646329500,47.74307,8.99899\n8367,1646329501,47.74307,8.99899\n8368,1646329502,47.74307,8.99899\n8369,1646329503,47.74307,8.99899\n8370,1646329504,47.74307,8.99899\n8371,1646329505,47.74307,8.99899\n8372,1646329506,47.74307,8.99899\n8373,1646329507,47.74307,8.99899\n8374,1646329508,47.74307,8.99899\n8375,1646329509,47.74307,8.99899\n8376,1646329510,47.74307,8.99899\n8377,1646329511,47.74307,8.99899\n8378,1646329512,47.74307,8.99899\n8379,1646329513,47.74307,8.99899\n8380,1646329514,47.74307,8.99899\n8381,1646329515,47.74307,8.99899\n8382,1646329516,47.74307,8.99899\n8383,1646329517,47.74307,8.99899\n8384,1646329518,47.74307,8.99899\n8385,1646329519,47.74307,8.99899\n8386,1646329520,47.74307,8.99899\n8387,1646329521,47.74307,8.99899\n8388,1646329522,47.74307,8.99899\n8389,1646329523,47.74307,8.99899\n8390,1646329524,47.74307,8.99899\n8391,1646329525,47.74307,8.99899\n8392,1646329526,47.74307,8.99899\n8393,1646329527,47.74307,8.99899\n8394,1646329528,47.74307,8.99899\n8395,1646329529,47.74307,8.99899\n8396,1646329530,47.74307,8.99899\n8397,1646329531,47.74307,8.99899\n8398,1646329532,47.74307,8.99899\n8399,1646329533,47.74307,8.99899\n8400,1646329534,47.74307,8.99899\n8401,1646329535,47.74307,8.99899\n8402,1646329536,47.74307,8.99899\n8403,1646329537,47.74307,8.99899\n8404,1646329538,47.74307,8.99899\n8405,1646329539,47.74307,8.99899\n8406,1646329540,47.74307,8.99899\n8407,1646329541,47.74307,8.99899\n8408,1646329542,47.74307,8.99899\n8409,1646329543,47.74307,8.99899\n8410,1646329544,47.74307,8.99899\n8411,1646329545,47.74307,8.99899\n8412,1646329546,47.74307,8.99899\n8413,1646329547,47.74307,8.99899\n8414,1646329548,47.74307,8.99899\n8415,1646329549,47.74307,8.99899\n8416,1646329550,47.74307,8.99899\n8417,1646329551,47.74307,8.99899\n8418,1646329552,47.74307,8.99899\n8419,1646329553,47.74307,8.99899\n8420,1646329554,47.74307,8.99899\n8421,1646329555,47.74307,8.99899\n8422,1646329556,47.74307,8.99899\n8423,1646329557,47.74307,8.99899\n8424,1646329558,47.74307,8.99899\n8425,1646329559,47.74307,8.99899\n8426,1646329560,47.74307,8.99899\n8427,1646329561,47.74307,8.99899\n8428,1646329562,47.74307,8.99899\n8429,1646329563,47.74307,8.99899\n8430,1646329564,47.74307,8.99899\n8431,1646329565,47.74307,8.99899\n8432,1646329566,47.74307,8.99899\n8433,1646329567,47.74307,8.99899\n8434,1646329568,47.74307,8.99899\n8435,1646329569,47.74307,8.99899\n8436,1646329570,47.74307,8.99899\n8437,1646329571,47.74307,8.99899\n8438,1646329572,47.74307,8.99899\n8439,1646329573,47.74307,8.99899\n8440,1646329574,47.74307,8.99899\n8441,1646329575,47.74307,8.99899\n8442,1646329576,47.74307,8.99899\n8443,1646329577,47.74307,8.99899\n8444,1646329578,47.74307,8.99899\n8445,1646329579,47.74307,8.99899\n8446,1646329580,47.74307,8.99899\n8447,1646329581,47.74307,8.99899\n8448,1646329582,47.74307,8.99899\n8449,1646329583,47.74307,8.99899\n8450,1646329584,47.74307,8.99899\n8451,1646329585,47.74307,8.99899\n8452,1646329586,47.74307,8.99899\n8453,1646329587,47.74307,8.99899\n8454,1646329588,47.74307,8.99899\n8455,1646329589,47.74307,8.99899\n8456,1646329590,47.74307,8.99899\n8457,1646329591,47.74307,8.99899\n8458,1646329592,47.74307,8.99899\n8459,1646329593,47.74307,8.99899\n8460,1646329594,47.74307,8.99899\n8461,1646329595,47.74307,8.99899\n8462,1646329596,47.74307,8.99899\n8463,1646329597,47.74307,8.99899\n8464,1646329598,47.74307,8.99899\n8465,1646329599,47.74307,8.99899\n8466,1646329600,47.74307,8.99899\n8467,1646329601,47.74307,8.99899\n8468,1646329602,47.74307,8.99899\n8469,1646329603,47.74307,8.99899\n8470,1646329604,47.74307,8.99899\n8471,1646329605,47.74307,8.99899\n8472,1646329606,47.74307,8.99899\n8473,1646329607,47.74307,8.99899\n8474,1646329608,47.74307,8.99899\n8475,1646329609,47.74307,8.99899\n8476,1646329610,47.74307,8.99899\n8477,1646329611,47.74307,8.99899\n8478,1646329612,47.74307,8.99899\n8479,1646329613,47.74307,8.99899\n8480,1646329614,47.74307,8.99899\n8481,1646329615,47.74307,8.99899\n8482,1646329616,47.74307,8.99899\n8483,1646329617,47.74307,8.99899\n8484,1646329618,47.74307,8.99899\n8485,1646329619,47.74307,8.99899\n8486,1646329620,47.74307,8.99899\n8487,1646329621,47.74307,8.99899\n8488,1646329622,47.74307,8.99899\n8489,1646329623,47.74307,8.99899\n8490,1646329624,47.74307,8.99899\n8491,1646329625,47.74307,8.99899\n8492,1646329626,47.74307,8.99899\n8493,1646329627,47.74307,8.99899\n8494,1646329628,47.74307,8.99899\n8495,1646329629,47.74307,8.99899\n8496,1646329630,47.74307,8.99899\n8497,1646329631,47.74307,8.99899\n8498,1646329632,47.74307,8.99899\n8499,1646329633,47.74307,8.99899\n8500,1646329634,47.74307,8.99899\n8501,1646329635,47.74307,8.99899\n8502,1646329636,47.74307,8.99899\n8503,1646329637,47.74307,8.99899\n8504,1646329638,47.74307,8.99899\n8505,1646329639,47.74307,8.99899\n8506,1646329640,47.74307,8.99899\n8507,1646329641,47.74307,8.99899\n8508,1646329642,47.74307,8.99899\n8509,1646329643,47.74307,8.99899\n8510,1646329644,47.74307,8.99899\n8511,1646329645,47.74307,8.99899\n8512,1646329646,47.74307,8.99899\n8513,1646329647,47.74307,8.99899\n8514,1646329648,47.74307,8.99899\n8515,1646329649,47.74307,8.99899\n8516,1646329650,47.74307,8.99899\n8517,1646329651,47.74307,8.99899\n8518,1646329652,47.74307,8.99899\n8519,1646329653,47.74307,8.99899\n8520,1646329654,47.74307,8.99899\n8521,1646329655,47.74307,8.99899\n8522,1646329656,47.74307,8.99899\n8523,1646329657,47.74307,8.99899\n8524,1646329658,47.74307,8.99899\n8525,1646329659,47.74307,8.99899\n8526,1646329660,47.74307,8.99899\n8527,1646329661,47.74307,8.99899\n8528,1646329662,47.74307,8.99899\n8529,1646329663,47.74307,8.99899\n8530,1646329664,47.74307,8.99899\n8531,1646329665,47.74307,8.99899\n8532,1646329666,47.74307,8.99899\n8533,1646329667,47.74307,8.99899\n8534,1646329668,47.74307,8.99899\n8535,1646329669,47.74307,8.99899\n8536,1646329670,47.74307,8.99899\n8537,1646329671,47.74307,8.99899\n8538,1646329672,47.74307,8.99899\n8539,1646329673,47.74307,8.99899\n8540,1646329674,47.74307,8.99899\n8541,1646329675,47.74307,8.99899\n8542,1646329676,47.74307,8.99899\n8543,1646329677,47.74307,8.99899\n8544,1646329678,47.74307,8.99899\n8545,1646329679,47.74307,8.99899\n8546,1646329680,47.74307,8.99899\n8547,1646329681,47.74307,8.99899\n8548,1646329682,47.74307,8.99899\n8549,1646329683,47.74307,8.99899\n8550,1646329684,47.74307,8.99899\n8551,1646329685,47.74307,8.99899\n8552,1646329686,47.74307,8.99899\n8553,1646329687,47.74307,8.99899\n8554,1646329688,47.74307,8.99899\n8555,1646329689,47.74307,8.99899\n8556,1646329690,47.74307,8.99899\n8557,1646329691,47.74307,8.99899\n8558,1646329692,47.74307,8.99899\n8559,1646329693,47.74307,8.99899\n8560,1646329694,47.74307,8.99899\n8561,1646329695,47.74307,8.99899\n8562,1646329696,47.74307,8.99899\n8563,1646329697,47.74307,8.99899\n8564,1646329698,47.74307,8.99899\n8565,1646329699,47.74307,8.99899\n8566,1646329700,47.74307,8.99899\n8567,1646329701,47.74307,8.99899\n8568,1646329702,47.74307,8.99899\n8569,1646329703,47.74307,8.99899\n8570,1646329704,47.74307,8.99899\n8571,1646329705,47.74307,8.99899\n8572,1646329706,47.74307,8.99899\n8573,1646329707,47.74307,8.99899\n8574,1646329708,47.74307,8.99899\n8575,1646329709,47.74307,8.99899\n8576,1646329710,47.74307,8.99899\n8577,1646329711,47.74307,8.99899\n8578,1646329712,47.74307,8.99899\n8579,1646329713,47.74307,8.99899\n8580,1646329714,47.74307,8.99899\n8581,1646329715,47.74307,8.99899\n8582,1646329716,47.74307,8.99899\n8583,1646329717,47.74307,8.99899\n8584,1646329718,47.74307,8.99899\n8585,1646329719,47.74307,8.99899\n8586,1646329720,47.74307,8.99899\n8587,1646329721,47.74307,8.99899\n8588,1646329722,47.74307,8.99899\n8589,1646329723,47.74307,8.99899\n8590,1646329724,47.74307,8.99899\n8591,1646329725,47.74307,8.99899\n8592,1646329726,47.74307,8.99899\n8593,1646329727,47.74307,8.99899\n8594,1646329728,47.74307,8.99899\n8595,1646329729,47.74307,8.99899\n8596,1646329730,47.74307,8.99899\n8597,1646329731,47.74307,8.99899\n8598,1646329732,47.74307,8.99899\n8599,1646329733,47.74307,8.99899\n8600,1646329734,47.74307,8.99899\n8601,1646329735,47.74307,8.99899\n8602,1646329736,47.74307,8.99899\n8603,1646329737,47.74307,8.99899\n8604,1646329738,47.74307,8.99899\n8605,1646329739,47.74307,8.99899\n8606,1646329740,47.74307,8.99899\n8607,1646329741,47.74307,8.99899\n8608,1646329742,47.74307,8.99899\n8609,1646329743,47.74307,8.99899\n8610,1646329744,47.74307,8.99899\n8611,1646329745,47.74307,8.99899\n8612,1646329746,47.74307,8.99899\n8613,1646329747,47.74307,8.99899\n8614,1646329748,47.74307,8.99899\n8615,1646329749,47.74307,8.99899\n8616,1646329750,47.74307,8.99899\n8617,1646329751,47.74307,8.99899\n8618,1646329752,47.74307,8.99899\n8619,1646329753,47.74307,8.99899\n8620,1646329754,47.74307,8.99899\n8621,1646329755,47.74307,8.99899\n8622,1646329756,47.74307,8.99899\n8623,1646329757,47.74307,8.99899\n8624,1646329758,47.74307,8.99899\n8625,1646329759,47.74307,8.99899\n8626,1646329760,47.74307,8.99899\n8627,1646329761,47.74307,8.99899\n8628,1646329762,47.74307,8.99899\n8629,1646329763,47.74307,8.99899\n8630,1646329764,47.74307,8.99899\n8631,1646329765,47.74307,8.99899\n8632,1646329766,47.74307,8.99899\n8633,1646329767,47.74307,8.99899\n8634,1646329768,47.74307,8.99899\n8635,1646329769,47.74307,8.99899\n8636,1646329770,47.74307,8.99899\n8637,1646329771,47.74307,8.99899\n8638,1646329772,47.74307,8.99899\n8639,1646329773,47.74307,8.99899\n8640,1646329774,47.74307,8.99899\n8641,1646329775,47.74307,8.99899\n8642,1646329776,47.74307,8.99899\n8643,1646329777,47.74307,8.99899\n8644,1646329778,47.74307,8.99899\n8645,1646329779,47.74307,8.99899\n8646,1646329780,47.74307,8.99899\n8647,1646329781,47.74307,8.99899\n8648,1646329782,47.74307,8.99899\n8649,1646329783,47.74307,8.99899\n8650,1646329784,47.74307,8.99899\n8651,1646329785,47.74307,8.99899\n8652,1646329786,47.74307,8.99899\n8653,1646329787,47.74307,8.99899\n8654,1646329788,47.74307,8.99899\n8655,1646329789,47.74307,8.99899\n8656,1646329790,47.74307,8.99899\n8657,1646329791,47.74307,8.99899\n8658,1646329792,47.74307,8.99899\n8659,1646329793,47.74307,8.99899\n8660,1646329794,47.74307,8.99899\n8661,1646329795,47.74307,8.99899\n8662,1646329796,47.74307,8.99899\n8663,1646329797,47.74307,8.99899\n8664,1646329798,47.74307,8.99899\n8665,1646329799,47.74307,8.99899\n8666,1646329800,47.74307,8.99899\n8667,1646329801,47.74307,8.99899\n8668,1646329802,47.74307,8.99899\n8669,1646329803,47.74307,8.99899\n8670,1646329804,47.74307,8.99899\n8671,1646329805,47.74307,8.99899\n8672,1646329806,47.74307,8.99899\n8673,1646329807,47.74307,8.99899\n8674,1646329808,47.74307,8.99899\n8675,1646329809,47.74307,8.99899\n8676,1646329810,47.74307,8.99899\n8677,1646329811,47.74307,8.99899\n8678,1646329812,47.74307,8.99899\n8679,1646329813,47.74307,8.99899\n8680,1646329814,47.74307,8.99899\n8681,1646329815,47.74307,8.99899\n8682,1646329816,47.74307,8.99899\n8683,1646329817,47.74307,8.99899\n8684,1646329818,47.74307,8.99899\n8685,1646329819,47.74308,8.99899\n8686,1646329820,47.74308,8.99899\n8687,1646329821,47.74308,8.99899\n8688,1646329822,47.74308,8.99899\n8689,1646329823,47.74308,8.99899\n8690,1646329824,47.74308,8.99899\n8691,1646329825,47.74308,8.99899\n8692,1646329826,47.74308,8.99899\n8693,1646329827,47.74308,8.99899\n8694,1646329828,47.74308,8.99899\n8695,1646329829,47.74308,8.99899\n8696,1646329830,47.74308,8.99899\n8697,1646329831,47.74308,8.99899\n8698,1646329832,47.74308,8.99899\n8699,1646329833,47.74308,8.99899\n8700,1646329834,47.74308,8.99899\n8701,1646329835,47.74308,8.99899\n8702,1646329836,47.74308,8.99899\n8703,1646329837,47.74308,8.99899\n8704,1646329838,47.74308,8.99899\n8705,1646329839,47.74308,8.99899\n8706,1646329840,47.74308,8.99899\n8707,1646329841,47.74308,8.99899\n8708,1646329842,47.74308,8.99899\n8709,1646329843,47.74308,8.99899\n8710,1646329844,47.74308,8.99899\n8711,1646329845,47.74308,8.99899\n8712,1646329846,47.74308,8.99899\n8713,1646329847,47.74308,8.99899\n8714,1646329848,47.74308,8.99899\n8715,1646329849,47.74308,8.99899\n8716,1646329850,47.74308,8.99899\n8717,1646329851,47.74308,8.99899\n8718,1646329852,47.74308,8.99899\n8719,1646329853,47.74308,8.99899\n8720,1646329854,47.74308,8.99899\n8721,1646329855,47.74307,8.99899\n8722,1646329856,47.74307,8.99899\n8723,1646329857,47.74307,8.99899\n8724,1646329858,47.74307,8.99899\n8725,1646329859,47.74307,8.99899\n8726,1646329860,47.74307,8.99899\n8727,1646329861,47.74307,8.99899\n8728,1646329862,47.74307,8.99899\n8729,1646329863,47.74307,8.99899\n8730,1646329864,47.74307,8.99899\n8731,1646329865,47.74307,8.99899\n8732,1646329866,47.74307,8.99899\n8733,1646329867,47.74307,8.99899\n8734,1646329868,47.74307,8.99899\n8735,1646329869,47.74307,8.99899\n8736,1646329870,47.74307,8.99899\n8737,1646329871,47.74307,8.99899\n8738,1646329872,47.74307,8.99899\n8739,1646329873,47.74307,8.99899\n8740,1646329874,47.74307,8.99899\n8741,1646329875,47.74307,8.99899\n8742,1646329876,47.74307,8.99899\n8743,1646329877,47.74307,8.99899\n8744,1646329878,47.74307,8.99899\n8745,1646329879,47.74307,8.99899\n8746,1646329880,47.74307,8.99899\n8747,1646329881,47.74307,8.99899\n8748,1646329882,47.74307,8.99899\n8749,1646329883,47.74307,8.99899\n8750,1646329884,47.74307,8.99899\n8751,1646329885,47.74307,8.99899\n8752,1646329886,47.74307,8.99899\n8753,1646329887,47.74307,8.99899\n8754,1646329888,47.74307,8.99899\n8755,1646329889,47.74307,8.99899\n8756,1646329890,47.74307,8.99899\n8757,1646329891,47.74307,8.99899\n8758,1646329892,47.74307,8.99899\n8759,1646329893,47.74307,8.99899\n8760,1646329894,47.74307,8.99899\n8761,1646329895,47.74307,8.99899\n8762,1646329896,47.74307,8.99899\n8763,1646329897,47.74307,8.99899\n8764,1646329898,47.74307,8.99899\n8765,1646329899,47.74307,8.99899\n8766,1646329900,47.74307,8.99899\n8767,1646329901,47.74307,8.99899\n8768,1646329902,47.74307,8.99899\n8769,1646329903,47.74307,8.99899\n8770,1646329904,47.74307,8.99899\n8771,1646329905,47.74307,8.99899\n8772,1646329906,47.74307,8.99899\n8773,1646329907,47.74307,8.99899\n8774,1646329908,47.74307,8.99899\n8775,1646329909,47.74307,8.99899\n8776,1646329910,47.74307,8.99899\n8777,1646329911,47.74307,8.99899\n8778,1646329912,47.74307,8.99899\n8779,1646329913,47.74307,8.99899\n8780,1646329914,47.74307,8.99899\n8781,1646329915,47.74307,8.99899\n8782,1646329916,47.74308,8.99899\n8783,1646329917,47.74308,8.99899\n8784,1646329918,47.74308,8.99899\n8785,1646329919,47.74308,8.99899\n8786,1646329920,47.74308,8.99899\n8787,1646329921,47.74308,8.99899\n8788,1646329922,47.74308,8.99899\n8789,1646329923,47.74308,8.99899\n8790,1646329924,47.74308,8.99899\n8791,1646329925,47.74308,8.99899\n8792,1646329926,47.74308,8.99899\n8793,1646329927,47.74308,8.99899\n8794,1646329928,47.74308,8.99899\n8795,1646329929,47.74308,8.99899\n8796,1646329930,47.74308,8.99899\n8797,1646329931,47.74308,8.99899\n8798,1646329932,47.74308,8.99899\n8799,1646329933,47.74308,8.99899\n8800,1646329934,47.74308,8.99899\n8801,1646329935,47.74308,8.99899\n8802,1646329936,47.74308,8.99899\n8803,1646329937,47.74308,8.99899\n8804,1646329938,47.74308,8.99899\n8805,1646329939,47.74308,8.99899\n8806,1646329940,47.74308,8.99899\n8807,1646329941,47.74308,8.99899\n8808,1646329942,47.74308,8.99899\n8809,1646329943,47.74308,8.99899\n8810,1646329944,47.74308,8.99899\n8811,1646329945,47.74308,8.99899\n8812,1646329946,47.74308,8.99899\n8813,1646329947,47.74308,8.99899\n8814,1646329948,47.74308,8.99899\n8815,1646329949,47.74308,8.99899\n8816,1646329950,47.74308,8.99899\n8817,1646329951,47.74308,8.99899\n8818,1646329952,47.74308,8.99899\n8819,1646329953,47.74308,8.99899\n8820,1646329954,47.74308,8.99899\n8821,1646329955,47.74308,8.99899\n8822,1646329956,47.74308,8.99899\n8823,1646329957,47.74308,8.99899\n8824,1646329958,47.74308,8.99899\n8825,1646329959,47.74308,8.99899\n8826,1646329960,47.74308,8.99899\n8827,1646329961,47.74308,8.99899\n8828,1646329962,47.74308,8.99899\n8829,1646329963,47.74308,8.99899\n8830,1646329964,47.74308,8.99899\n8831,1646329965,47.74308,8.99899\n8832,1646329966,47.74308,8.99899\n8833,1646329967,47.74308,8.99899\n8834,1646329968,47.74308,8.99899\n8835,1646329969,47.74308,8.99899\n8836,1646329970,47.74308,8.99899\n8837,1646329971,47.74308,8.99899\n8838,1646329972,47.74308,8.99899\n8839,1646329973,47.74308,8.99899\n8840,1646329974,47.74308,8.99899\n8841,1646329975,47.74308,8.99899\n8842,1646329976,47.74308,8.99899\n8843,1646329977,47.74308,8.99899\n8844,1646329978,47.74308,8.99899\n8845,1646329979,47.74308,8.99899\n8846,1646329980,47.74308,8.99899\n8847,1646329981,47.74308,8.99899\n8848,1646329982,47.74308,8.99899\n8849,1646329983,47.74308,8.99899\n8850,1646329984,47.74308,8.99899\n8851,1646329985,47.74308,8.99899\n8852,1646329986,47.74308,8.99899\n8853,1646329987,47.74308,8.99899\n8854,1646329988,47.74308,8.99899\n8855,1646329989,47.74308,8.99899\n8856,1646329990,47.74308,8.99899\n8857,1646329991,47.74308,8.99899\n8858,1646329992,47.74308,8.99899\n8859,1646329993,47.74308,8.99899\n8860,1646329994,47.74308,8.99899\n8861,1646329995,47.74308,8.99899\n8862,1646329996,47.74308,8.99899\n8863,1646329997,47.74308,8.99899\n8864,1646329998,47.74308,8.99899\n8865,1646329999,47.74308,8.99899\n8866,1646330000,47.74308,8.99899\n8867,1646330001,47.74308,8.99899\n8868,1646330002,47.74308,8.99899\n8869,1646330003,47.74308,8.99899\n8870,1646330004,47.74308,8.99899\n8871,1646330005,47.74308,8.99899\n8872,1646330006,47.74308,8.99899\n8873,1646330007,47.74308,8.99899\n8874,1646330008,47.74308,8.99899\n8875,1646330009,47.74308,8.99899\n8876,1646330010,47.74308,8.99899\n8877,1646330011,47.74308,8.99899\n8878,1646330012,47.74308,8.99899\n8879,1646330013,47.74308,8.99899\n8880,1646330014,47.74308,8.99899\n8881,1646330015,47.74308,8.99899\n8882,1646330016,47.74308,8.99899\n8883,1646330017,47.74308,8.99899\n8884,1646330018,47.74308,8.99899\n8885,1646330019,47.74308,8.99899\n8886,1646330020,47.74308,8.99899\n8887,1646330021,47.74308,8.99899\n8888,1646330022,47.74308,8.99899\n8889,1646330023,47.74308,8.99899\n8890,1646330024,47.74308,8.99899\n8891,1646330025,47.74308,8.99899\n8892,1646330026,47.74308,8.99899\n8893,1646330027,47.74308,8.99899\n8894,1646330028,47.74308,8.99899\n8895,1646330029,47.74308,8.99899\n8896,1646330030,47.74308,8.99899\n8897,1646330031,47.74308,8.99899\n8898,1646330032,47.74308,8.99899\n8899,1646330033,47.74308,8.99899\n8900,1646330034,47.74308,8.99899\n8901,1646330035,47.74308,8.99899\n8902,1646330036,47.74308,8.99899\n8903,1646330037,47.74308,8.99899\n8904,1646330038,47.74308,8.99899\n8905,1646330039,47.74308,8.99899\n8906,1646330040,47.74308,8.99899\n8907,1646330041,47.74308,8.99899\n8908,1646330042,47.74308,8.99899\n8909,1646330043,47.74308,8.99899\n8910,1646330044,47.74308,8.99899\n8911,1646330045,47.74308,8.99899\n8912,1646330046,47.74308,8.99899\n8913,1646330047,47.74308,8.99899\n8914,1646330048,47.74308,8.99899\n8915,1646330049,47.74308,8.99899\n8916,1646330050,47.74308,8.99899\n8917,1646330051,47.74308,8.99899\n8918,1646330052,47.74308,8.99899\n8919,1646330053,47.74308,8.99899\n8920,1646330054,47.74308,8.99899\n8921,1646330055,47.74308,8.99899\n8922,1646330056,47.74308,8.99899\n8923,1646330057,47.74308,8.99899\n8924,1646330058,47.74308,8.99899\n8925,1646330059,47.74308,8.99899\n8926,1646330060,47.74308,8.99899\n8927,1646330061,47.74308,8.99899\n8928,1646330062,47.74308,8.99899\n8929,1646330063,47.74308,8.99899\n8930,1646330064,47.74308,8.99899\n8931,1646330065,47.74308,8.99899\n8932,1646330066,47.74308,8.99899\n8933,1646330067,47.74308,8.99899\n8934,1646330068,47.74308,8.99899\n8935,1646330069,47.74308,8.99899\n8936,1646330070,47.74308,8.99899\n8937,1646330071,47.74308,8.99899\n8938,1646330072,47.74308,8.99899\n8939,1646330073,47.74308,8.99899\n8940,1646330074,47.74308,8.99899\n8941,1646330075,47.74308,8.99899\n8942,1646330076,47.74308,8.99899\n8943,1646330077,47.74308,8.99899\n8944,1646330078,47.74308,8.99899\n8945,1646330079,47.74308,8.99899\n8946,1646330080,47.74308,8.99899\n8947,1646330081,47.74308,8.99899\n8948,1646330082,47.74308,8.99899\n8949,1646330083,47.74308,8.99899\n8950,1646330084,47.74308,8.99899\n8951,1646330085,47.74308,8.99899\n8952,1646330086,47.74308,8.99899\n8953,1646330087,47.74308,8.99899\n8954,1646330088,47.74308,8.99899\n8955,1646330089,47.74308,8.99899\n8956,1646330090,47.74308,8.99899\n8957,1646330091,47.74308,8.99899\n8958,1646330092,47.74308,8.99899\n8959,1646330093,47.74308,8.99899\n8960,1646330094,47.74308,8.99899\n8961,1646330095,47.74308,8.99899\n8962,1646330096,47.74308,8.99899\n8963,1646330097,47.74308,8.99899\n8964,1646330098,47.74308,8.99899\n8965,1646330099,47.74308,8.99899\n8966,1646330100,47.74308,8.99899\n8967,1646330101,47.74308,8.99899\n8968,1646330102,47.74308,8.99899\n8969,1646330103,47.74308,8.99899\n8970,1646330104,47.74308,8.99899\n8971,1646330105,47.74308,8.99899\n8972,1646330106,47.74308,8.99899\n8973,1646330107,47.74308,8.99899\n8974,1646330108,47.74308,8.99899\n8975,1646330109,47.74308,8.99899\n8976,1646330110,47.74308,8.99899\n8977,1646330111,47.74308,8.99899\n8978,1646330112,47.74308,8.99899\n8979,1646330113,47.74308,8.99899\n8980,1646330114,47.74308,8.99899\n8981,1646330115,47.74308,8.99899\n8982,1646330116,47.74308,8.99899\n8983,1646330117,47.74308,8.99899\n8984,1646330118,47.74308,8.99899\n8985,1646330119,47.74308,8.99899\n8986,1646330120,47.74308,8.99899\n8987,1646330121,47.74308,8.99899\n8988,1646330122,47.74308,8.99899\n8989,1646330123,47.74308,8.99899\n8990,1646330124,47.74308,8.99899\n8991,1646330125,47.74308,8.99899\n8992,1646330126,47.74308,8.99899\n8993,1646330127,47.74308,8.99899\n8994,1646330128,47.74308,8.99899\n8995,1646330129,47.74308,8.99899\n8996,1646330130,47.74308,8.99899\n8997,1646330131,47.74308,8.99899\n8998,1646330132,47.74308,8.99899\n8999,1646330133,47.74308,8.99899\n9000,1646330134,47.74308,8.99899\n9001,1646330135,47.74308,8.99899\n9002,1646330136,47.74308,8.99899\n9003,1646330137,47.74308,8.99899\n9004,1646330138,47.74308,8.99899\n9005,1646330139,47.74308,8.99899\n9006,1646330140,47.74308,8.99899\n9007,1646330141,47.74308,8.99899\n9008,1646330142,47.74308,8.99899\n9009,1646330143,47.74308,8.99899\n9010,1646330144,47.74308,8.99899\n9011,1646330145,47.74308,8.99899\n9012,1646330146,47.74308,8.99899\n9013,1646330147,47.74308,8.99899\n9014,1646330148,47.74308,8.99899\n9015,1646330149,47.74308,8.99899\n9016,1646330150,47.74308,8.99899\n9017,1646330151,47.74308,8.99899\n9018,1646330152,47.74308,8.99899\n9019,1646330153,47.74308,8.99899\n9020,1646330154,47.74308,8.99899\n9021,1646330155,47.74308,8.99899\n9022,1646330156,47.74308,8.99899\n9023,1646330157,47.74308,8.99899\n9024,1646330158,47.74308,8.99899\n9025,1646330159,47.74308,8.99899\n9026,1646330160,47.74308,8.99899\n9027,1646330161,47.74308,8.99899\n9028,1646330162,47.74308,8.99899\n9029,1646330163,47.74308,8.99899\n9030,1646330164,47.74308,8.99899\n9031,1646330165,47.74308,8.99899\n9032,1646330166,47.74308,8.99899\n9033,1646330167,47.74308,8.99899\n9034,1646330168,47.74308,8.99899\n9035,1646330169,47.74308,8.99899\n9036,1646330170,47.74308,8.99899\n9037,1646330171,47.74308,8.99899\n9038,1646330172,47.74308,8.99899\n9039,1646330173,47.74308,8.99899\n9040,1646330174,47.74308,8.99899\n9041,1646330175,47.74308,8.99899\n9042,1646330176,47.74308,8.99899\n9043,1646330177,47.74308,8.99899\n9044,1646330178,47.74308,8.99899\n9045,1646330179,47.74308,8.99899\n9046,1646330180,47.74308,8.99899\n9047,1646330181,47.74308,8.99899\n9048,1646330182,47.74308,8.99899\n9049,1646330183,47.74308,8.99899\n9050,1646330184,47.74308,8.99899\n9051,1646330185,47.74308,8.99899\n9052,1646330186,47.74308,8.99899\n9053,1646330187,47.74308,8.99899\n9054,1646330188,47.74308,8.99899\n9055,1646330189,47.74308,8.99899\n9056,1646330190,47.74308,8.99899\n9057,1646330191,47.74308,8.99899\n9058,1646330192,47.74308,8.99899\n9059,1646330193,47.74308,8.99899\n9060,1646330194,47.74308,8.99899\n9061,1646330195,47.74308,8.99899\n9062,1646330196,47.74308,8.99899\n9063,1646330197,47.74308,8.99899\n9064,1646330198,47.74308,8.99899\n9065,1646330199,47.74308,8.99899\n9066,1646330200,47.74308,8.99899\n9067,1646330201,47.74308,8.99899\n9068,1646330202,47.74308,8.99899\n9069,1646330203,47.74308,8.99899\n9070,1646330204,47.74308,8.99899\n9071,1646330205,47.74308,8.99899\n9072,1646330206,47.74308,8.99899\n9073,1646330207,47.74308,8.99899\n9074,1646330208,47.74308,8.99899\n9075,1646330209,47.74308,8.99899\n9076,1646330210,47.74308,8.99899\n9077,1646330211,47.74308,8.99899\n9078,1646330212,47.74308,8.99899\n9079,1646330213,47.74308,8.99899\n9080,1646330214,47.74308,8.99899\n9081,1646330215,47.74308,8.99899\n9082,1646330216,47.74308,8.99899\n9083,1646330217,47.74308,8.99899\n9084,1646330218,47.74308,8.99899\n9085,1646330219,47.74308,8.99899\n9086,1646330220,47.74308,8.99899\n9087,1646330221,47.74308,8.99899\n9088,1646330222,47.74308,8.99899\n9089,1646330223,47.74308,8.99899\n9090,1646330224,47.74308,8.99899\n9091,1646330225,47.74308,8.99899\n9092,1646330226,47.74308,8.99899\n9093,1646330227,47.74308,8.99899\n9094,1646330228,47.74308,8.99899\n9095,1646330229,47.74308,8.99899\n9096,1646330230,47.74308,8.99899\n9097,1646330231,47.74308,8.99899\n9098,1646330232,47.74308,8.99899\n9099,1646330233,47.74308,8.99899\n9100,1646330234,47.74308,8.99899\n9101,1646330235,47.74308,8.99899\n9102,1646330236,47.74308,8.99899\n9103,1646330237,47.74308,8.99899\n9104,1646330238,47.74308,8.99899\n9105,1646330239,47.74308,8.99899\n9106,1646330240,47.74308,8.99899\n9107,1646330241,47.74308,8.99899\n9108,1646330242,47.74308,8.99899\n9109,1646330243,47.74308,8.99899\n9110,1646330244,47.74308,8.99899\n9111,1646330245,47.74308,8.99899\n9112,1646330246,47.74308,8.99899\n9113,1646330247,47.74308,8.99899\n9114,1646330248,47.74308,8.99899\n9115,1646330249,47.74308,8.99899\n9116,1646330250,47.74308,8.99899\n9117,1646330251,47.74308,8.99899\n9118,1646330252,47.74308,8.99899\n9119,1646330253,47.74308,8.99899\n9120,1646330254,47.74308,8.99899\n9121,1646330255,47.74308,8.99899\n9122,1646330256,47.74308,8.99899\n9123,1646330257,47.74308,8.99899\n9124,1646330258,47.74308,8.99899\n9125,1646330259,47.74308,8.99899\n9126,1646330260,47.74308,8.99899\n9127,1646330261,47.74308,8.99899\n9128,1646330262,47.74308,8.99899\n9129,1646330263,47.74308,8.99899\n9130,1646330264,47.74308,8.99899\n9131,1646330265,47.74308,8.99899\n9132,1646330266,47.74308,8.99899\n9133,1646330267,47.74308,8.99899\n9134,1646330268,47.74308,8.99899\n9135,1646330269,47.74308,8.99899\n9136,1646330270,47.74308,8.99899\n9137,1646330271,47.74308,8.99899\n9138,1646330272,47.74308,8.99899\n9139,1646330273,47.74308,8.99899\n9140,1646330274,47.74308,8.99899\n9141,1646330275,47.74308,8.99899\n9142,1646330276,47.74308,8.99899\n9143,1646330277,47.74308,8.99899\n9144,1646330278,47.74308,8.99899\n9145,1646330279,47.74308,8.99899\n9146,1646330280,47.74308,8.99899\n9147,1646330281,47.74308,8.99899\n9148,1646330282,47.74308,8.99899\n9149,1646330283,47.74308,8.99899\n9150,1646330284,47.74308,8.99899\n9151,1646330285,47.74308,8.99899\n9152,1646330286,47.74308,8.99899\n9153,1646330287,47.74308,8.99899\n9154,1646330288,47.74308,8.99899\n9155,1646330289,47.74308,8.99899\n9156,1646330290,47.74308,8.99899\n9157,1646330291,47.74308,8.99899\n9158,1646330292,47.74308,8.99899\n9159,1646330293,47.74308,8.99899\n9160,1646330294,47.74308,8.99899\n9161,1646330295,47.74308,8.99899\n9162,1646330296,47.74308,8.99899\n9163,1646330297,47.74308,8.99899\n9164,1646330298,47.74308,8.99899\n9165,1646330299,47.74308,8.99899\n9166,1646330300,47.74308,8.99899\n9167,1646330301,47.74308,8.99899\n9168,1646330302,47.74308,8.99899\n9169,1646330303,47.74308,8.99899\n9170,1646330304,47.74308,8.99899\n9171,1646330305,47.74308,8.99899\n9172,1646330306,47.74308,8.99899\n9173,1646330307,47.74308,8.99899\n9174,1646330308,47.74308,8.99899\n9175,1646330309,47.74308,8.99899\n9176,1646330310,47.74308,8.99899\n9177,1646330311,47.74308,8.99899\n9178,1646330312,47.74308,8.99899\n9179,1646330313,47.74308,8.99899\n9180,1646330314,47.74308,8.99899\n9181,1646330315,47.74308,8.99899\n9182,1646330316,47.74308,8.99899\n9183,1646330317,47.74308,8.99899\n9184,1646330318,47.74308,8.99899\n9185,1646330319,47.74308,8.99899\n9186,1646330320,47.74308,8.99899\n9187,1646330321,47.74308,8.99899\n9188,1646330322,47.74308,8.99899\n9189,1646330323,47.74308,8.99899\n9190,1646330324,47.74308,8.99899\n9191,1646330325,47.74308,8.99899\n9192,1646330326,47.74308,8.99899\n9193,1646330327,47.74308,8.99899\n9194,1646330328,47.74308,8.99899\n9195,1646330329,47.74308,8.99899\n9196,1646330330,47.74308,8.99899\n9197,1646330331,47.74308,8.99899\n9198,1646330332,47.74308,8.99899\n9199,1646330333,47.74308,8.99899\n9200,1646330334,47.74308,8.99899\n9201,1646330335,47.74308,8.99899\n9202,1646330336,47.74308,8.99899\n9203,1646330337,47.74308,8.99899\n9204,1646330338,47.74308,8.99899\n9205,1646330339,47.74308,8.99899\n9206,1646330340,47.74308,8.99899\n9207,1646330341,47.74308,8.99899\n9208,1646330342,47.74308,8.99899\n9209,1646330343,47.74308,8.99899\n9210,1646330344,47.74308,8.99899\n9211,1646330345,47.74308,8.99899\n9212,1646330346,47.74308,8.99899\n9213,1646330347,47.74308,8.99899\n9214,1646330348,47.74308,8.99899\n9215,1646330349,47.74308,8.99899\n9216,1646330350,47.74308,8.99899\n9217,1646330351,47.74308,8.99899\n9218,1646330352,47.74308,8.99899\n9219,1646330353,47.74308,8.99899\n9220,1646330354,47.74308,8.99899\n9221,1646330355,47.74308,8.99899\n9222,1646330356,47.74308,8.99899\n9223,1646330357,47.74308,8.99899\n9224,1646330358,47.74308,8.99899\n9225,1646330359,47.74308,8.99899\n9226,1646330360,47.74308,8.99899\n9227,1646330361,47.74308,8.99899\n9228,1646330362,47.74308,8.99899\n9229,1646330363,47.74308,8.99899\n9230,1646330364,47.74308,8.99899\n9231,1646330365,47.74308,8.99899\n9232,1646330366,47.74308,8.99899\n9233,1646330367,47.74308,8.99899\n9234,1646330368,47.74308,8.99899\n9235,1646330369,47.74308,8.99899\n9236,1646330370,47.74308,8.99899\n9237,1646330371,47.74308,8.99899\n9238,1646330372,47.74308,8.99899\n9239,1646330373,47.74308,8.99899\n9240,1646330374,47.74308,8.99899\n9241,1646330375,47.74308,8.99899\n9242,1646330376,47.74308,8.99899\n9243,1646330377,47.74308,8.99899\n9244,1646330378,47.74308,8.99899\n9245,1646330379,47.74308,8.99899\n9246,1646330380,47.74308,8.99899\n9247,1646330381,47.74308,8.99899\n9248,1646330382,47.74308,8.99899\n9249,1646330383,47.74308,8.99899\n9250,1646330384,47.74308,8.99899\n9251,1646330385,47.74308,8.99899\n9252,1646330386,47.74308,8.99899\n9253,1646330387,47.74308,8.99899\n9254,1646330388,47.74308,8.99899\n9255,1646330389,47.74308,8.99899\n9256,1646330390,47.74308,8.99899\n9257,1646330391,47.74308,8.99899\n9258,1646330392,47.74308,8.99899\n9259,1646330393,47.74308,8.99899\n9260,1646330394,47.74308,8.99899\n9261,1646330395,47.74308,8.99899\n9262,1646330396,47.74308,8.99899\n9263,1646330397,47.74308,8.99899\n9264,1646330398,47.74308,8.99899\n9265,1646330399,47.74308,8.99899\n9266,1646330400,47.74308,8.99899\n9267,1646330401,47.74308,8.99899\n9268,1646330402,47.74308,8.99899\n9269,1646330403,47.74308,8.99899\n9270,1646330404,47.74308,8.99899\n9271,1646330405,47.74308,8.99899\n9272,1646330406,47.74308,8.99899\n9273,1646330407,47.74308,8.99899\n9274,1646330408,47.74308,8.99899\n9275,1646330409,47.74308,8.99899\n9276,1646330410,47.74308,8.99899\n9277,1646330411,47.74308,8.99899\n9278,1646330412,47.74308,8.99899\n9279,1646330413,47.74308,8.99899\n9280,1646330414,47.74308,8.99899\n9281,1646330415,47.74308,8.99899\n9282,1646330416,47.74308,8.99899\n9283,1646330417,47.74308,8.99899\n9284,1646330418,47.74308,8.99899\n9285,1646330419,47.74308,8.99899\n9286,1646330420,47.74308,8.99899\n9287,1646330421,47.74308,8.99899\n9288,1646330422,47.74308,8.99899\n9289,1646330423,47.74308,8.99899\n9290,1646330424,47.74308,8.99899\n9291,1646330425,47.74308,8.99899\n9292,1646330426,47.74308,8.99899\n9293,1646330427,47.74308,8.99899\n9294,1646330428,47.74308,8.99899\n9295,1646330429,47.74308,8.99899\n9296,1646330430,47.74308,8.99899\n9297,1646330431,47.74308,8.99899\n9298,1646330432,47.74308,8.99899\n9299,1646330433,47.74308,8.99899\n9300,1646330434,47.74308,8.99899\n9301,1646330435,47.74308,8.99899\n9302,1646330436,47.74308,8.99899\n9303,1646330437,47.74308,8.99899\n9304,1646330438,47.74308,8.99899\n9305,1646330439,47.74308,8.99899\n9306,1646330440,47.74308,8.99899\n9307,1646330441,47.74308,8.99899\n9308,1646330442,47.74308,8.99899\n9309,1646330443,47.74308,8.99899\n9310,1646330444,47.74308,8.99899\n9311,1646330445,47.74308,8.99899\n9312,1646330446,47.74308,8.99899\n9313,1646330447,47.74308,8.99899\n9314,1646330448,47.74308,8.99899\n9315,1646330449,47.74308,8.99899\n9316,1646330450,47.74308,8.99899\n9317,1646330451,47.74308,8.99899\n9318,1646330452,47.74308,8.99899\n9319,1646330453,47.74308,8.99899\n9320,1646330454,47.74308,8.99899\n9321,1646330455,47.74308,8.99899\n9322,1646330456,47.74308,8.99899\n9323,1646330457,47.74308,8.99899\n9324,1646330458,47.74308,8.99899\n9325,1646330459,47.74308,8.99899\n9326,1646330460,47.74308,8.99899\n9327,1646330461,47.74308,8.99899\n9328,1646330462,47.74308,8.99899\n9329,1646330463,47.74308,8.99899\n9330,1646330464,47.74308,8.99899\n9331,1646330465,47.74308,8.99899\n9332,1646330466,47.74308,8.99899\n9333,1646330467,47.74308,8.99899\n9334,1646330468,47.74308,8.99899\n9335,1646330469,47.74308,8.99899\n9336,1646330470,47.74308,8.99899\n9337,1646330471,47.74308,8.99899\n9338,1646330472,47.74308,8.99899\n9339,1646330473,47.74308,8.99899\n9340,1646330474,47.74308,8.99899\n9341,1646330475,47.74308,8.99899\n9342,1646330476,47.74308,8.99899\n9343,1646330477,47.74308,8.99899\n9344,1646330478,47.74308,8.99899\n9345,1646330479,47.74308,8.99899\n9346,1646330480,47.74308,8.99899\n9347,1646330481,47.74308,8.99899\n9348,1646330482,47.74308,8.99899\n9349,1646330483,47.74308,8.99899\n9350,1646330484,47.74308,8.99899\n9351,1646330485,47.74308,8.99899\n9352,1646330486,47.74308,8.99899\n9353,1646330487,47.74308,8.99899\n9354,1646330488,47.74308,8.99899\n9355,1646330489,47.74308,8.99899\n9356,1646330490,47.74308,8.99899\n9357,1646330491,47.74308,8.99899\n9358,1646330492,47.74308,8.99899\n9359,1646330493,47.74308,8.99899\n9360,1646330494,47.74308,8.99899\n9361,1646330495,47.74308,8.99899\n9362,1646330496,47.74308,8.99899\n9363,1646330497,47.74308,8.99899\n9364,1646330498,47.74308,8.99899\n9365,1646330499,47.74308,8.99899\n9366,1646330500,47.74308,8.99899\n9367,1646330501,47.74308,8.99899\n9368,1646330502,47.74308,8.99899\n9369,1646330503,47.74308,8.99899\n9370,1646330504,47.74308,8.99899\n9371,1646330505,47.74308,8.99899\n9372,1646330506,47.74308,8.99899\n9373,1646330507,47.74308,8.99899\n9374,1646330508,47.74308,8.99899\n9375,1646330509,47.74308,8.99899\n9376,1646330510,47.74308,8.99899\n9377,1646330511,47.74308,8.99899\n9378,1646330512,47.74308,8.99899\n9379,1646330513,47.74308,8.99899\n9380,1646330514,47.74308,8.99899\n9381,1646330515,47.74308,8.99899\n9382,1646330516,47.74308,8.99899\n9383,1646330517,47.74308,8.99899\n9384,1646330518,47.74308,8.99899\n9385,1646330519,47.74308,8.99899\n9386,1646330520,47.74308,8.99899\n9387,1646330521,47.74308,8.99899\n9388,1646330522,47.74308,8.99899\n9389,1646330523,47.74308,8.99899\n9390,1646330524,47.74308,8.99899\n9391,1646330525,47.74308,8.99899\n9392,1646330526,47.74308,8.99899\n9393,1646330527,47.74308,8.99899\n9394,1646330528,47.74308,8.99899\n9395,1646330529,47.74308,8.99899\n9396,1646330530,47.74308,8.99899\n9397,1646330531,47.74308,8.99899\n9398,1646330532,47.74308,8.99899\n9399,1646330533,47.74308,8.99899\n9400,1646330534,47.74308,8.99899\n9401,1646330535,47.74308,8.99899\n9402,1646330536,47.74308,8.99899\n9403,1646330537,47.74308,8.99899\n9404,1646330538,47.74308,8.99899\n9405,1646330539,47.74308,8.99899\n9406,1646330540,47.74308,8.99899\n9407,1646330541,47.74308,8.99899\n9408,1646330542,47.74308,8.99899\n9409,1646330543,47.74308,8.99899\n9410,1646330544,47.74307,8.99899\n9411,1646330545,47.74307,8.99899\n9412,1646330546,47.74307,8.99899\n9413,1646330547,47.74307,8.99899\n9414,1646330548,47.74307,8.99899\n9415,1646330549,47.74307,8.99899\n9416,1646330550,47.74307,8.99899\n9417,1646330551,47.74307,8.99899\n9418,1646330552,47.74307,8.99899\n9419,1646330553,47.74307,8.99899\n9420,1646330554,47.74307,8.99899\n9421,1646330555,47.74307,8.99899\n9422,1646330556,47.74307,8.99899\n9423,1646330557,47.74307,8.99899\n9424,1646330558,47.74307,8.99899\n9425,1646330559,47.74307,8.99899\n9426,1646330560,47.74307,8.99899\n9427,1646330561,47.74307,8.99899\n9428,1646330562,47.74307,8.99899\n9429,1646330563,47.74307,8.99899\n9430,1646330564,47.74307,8.99899\n9431,1646330565,47.74307,8.99899\n9432,1646330566,47.74307,8.99899\n9433,1646330567,47.74307,8.99899\n9434,1646330568,47.74307,8.99899\n9435,1646330569,47.74307,8.99899\n9436,1646330570,47.74307,8.99899\n9437,1646330571,47.74307,8.99899\n9438,1646330572,47.74307,8.99899\n9439,1646330573,47.74307,8.99899\n9440,1646330574,47.74307,8.99899\n9441,1646330575,47.74307,8.99899\n9442,1646330576,47.74307,8.99899\n9443,1646330577,47.74307,8.99899\n9444,1646330578,47.74307,8.99899\n9445,1646330579,47.74307,8.99899\n9446,1646330580,47.74307,8.99899\n9447,1646330581,47.74307,8.99899\n9448,1646330582,47.74307,8.99899\n9449,1646330583,47.74307,8.99899\n9450,1646330584,47.74307,8.99899\n9451,1646330585,47.74307,8.99899\n9452,1646330586,47.74307,8.99899\n9453,1646330587,47.74307,8.99899\n9454,1646330588,47.74307,8.99899\n9455,1646330589,47.74307,8.99899\n9456,1646330590,47.74307,8.99899\n9457,1646330591,47.74307,8.99899\n9458,1646330592,47.74307,8.99899\n9459,1646330593,47.74307,8.99899\n9460,1646330594,47.74307,8.99899\n9461,1646330595,47.74307,8.99899\n9462,1646330596,47.74307,8.99899\n9463,1646330597,47.74307,8.99899\n9464,1646330598,47.74307,8.99899\n9465,1646330599,47.74307,8.99899\n9466,1646330600,47.74307,8.99899\n9467,1646330601,47.74307,8.99899\n9468,1646330602,47.74307,8.99899\n9469,1646330603,47.74307,8.99899\n9470,1646330604,47.74307,8.99899\n9471,1646330605,47.74307,8.99899\n9472,1646330606,47.74307,8.99899\n9473,1646330607,47.74307,8.99899\n9474,1646330608,47.74307,8.99899\n9475,1646330609,47.74307,8.99899\n9476,1646330610,47.74307,8.99899\n9477,1646330611,47.74307,8.99899\n9478,1646330612,47.74307,8.99899\n9479,1646330613,47.74307,8.99899\n9480,1646330614,47.74307,8.99899\n9481,1646330615,47.74307,8.99899\n9482,1646330616,47.74307,8.99899\n9483,1646330617,47.74307,8.99899\n9484,1646330618,47.74307,8.99899\n9485,1646330619,47.74307,8.99899\n9486,1646330620,47.74307,8.99899\n9487,1646330621,47.74307,8.99899\n9488,1646330622,47.74307,8.99899\n9489,1646330623,47.74307,8.99899\n9490,1646330624,47.74307,8.99899\n9491,1646330625,47.74307,8.99899\n9492,1646330626,47.74307,8.99899\n9493,1646330627,47.74307,8.99899\n9494,1646330628,47.74307,8.99899\n9495,1646330629,47.74307,8.99899\n9496,1646330630,47.74307,8.99899\n9497,1646330631,47.74307,8.99899\n9498,1646330632,47.74307,8.99899\n9499,1646330633,47.74307,8.99899\n9500,1646330634,47.74307,8.99899\n9501,1646330635,47.74307,8.99899\n9502,1646330636,47.74307,8.99899\n9503,1646330637,47.74307,8.99899\n9504,1646330638,47.74307,8.99899\n9505,1646330639,47.74307,8.99899\n9506,1646330640,47.74307,8.99899\n9507,1646330641,47.74307,8.99899\n9508,1646330642,47.74307,8.99899\n9509,1646330643,47.74307,8.99899\n9510,1646330644,47.74307,8.99899\n9511,1646330645,47.74307,8.99899\n9512,1646330646,47.74307,8.99899\n9513,1646330647,47.74307,8.99899\n9514,1646330648,47.74307,8.99899\n9515,1646330649,47.74307,8.99899\n9516,1646330650,47.74307,8.99899\n9517,1646330651,47.74307,8.99899\n9518,1646330652,47.74307,8.99899\n9519,1646330653,47.74307,8.99899\n9520,1646330654,47.74307,8.99899\n9521,1646330655,47.74307,8.99899\n9522,1646330656,47.74307,8.99899\n9523,1646330657,47.74307,8.99899\n9524,1646330658,47.74307,8.99899\n9525,1646330659,47.74307,8.99899\n9526,1646330660,47.74307,8.99899\n9527,1646330661,47.74307,8.99899\n9528,1646330662,47.74307,8.99899\n9529,1646330663,47.74307,8.99899\n9530,1646330664,47.74307,8.99899\n9531,1646330665,47.74307,8.99899\n9532,1646330666,47.74307,8.99899\n9533,1646330667,47.74307,8.99899\n9534,1646330668,47.74307,8.99899\n9535,1646330669,47.74307,8.99899\n9536,1646330670,47.74307,8.99899\n9537,1646330671,47.74307,8.99899\n9538,1646330672,47.74307,8.99899\n9539,1646330673,47.74307,8.99899\n9540,1646330674,47.74308,8.99899\n9541,1646330675,47.74308,8.99899\n9542,1646330676,47.74308,8.99899\n9543,1646330677,47.74308,8.99899\n9544,1646330678,47.74308,8.99899\n9545,1646330679,47.74308,8.99899\n9546,1646330680,47.74308,8.99899\n9547,1646330681,47.74308,8.99899\n9548,1646330682,47.74308,8.99899\n9549,1646330683,47.74308,8.99899\n9550,1646330684,47.74308,8.99899\n9551,1646330685,47.74308,8.99899\n9552,1646330686,47.74308,8.99899\n9553,1646330687,47.74308,8.99899\n9554,1646330688,47.74308,8.99899\n9555,1646330689,47.74308,8.99899\n9556,1646330690,47.74308,8.99899\n9557,1646330691,47.74308,8.99899\n9558,1646330692,47.74308,8.99899\n9559,1646330693,47.74308,8.99899\n9560,1646330694,47.74308,8.99899\n9561,1646330695,47.74308,8.99899\n9562,1646330696,47.74308,8.99899\n9563,1646330697,47.74308,8.99899\n9564,1646330698,47.74308,8.99899\n9565,1646330699,47.74308,8.99899\n9566,1646330700,47.74308,8.99899\n9567,1646330701,47.74308,8.99899\n9568,1646330702,47.74308,8.99899\n9569,1646330703,47.74307,8.99899\n9570,1646330704,47.74307,8.99899\n9571,1646330705,47.74307,8.99899\n9572,1646330706,47.74307,8.99899\n9573,1646330707,47.74307,8.99899\n9574,1646330708,47.74307,8.99899\n9575,1646330709,47.74307,8.99899\n9576,1646330710,47.74307,8.99899\n9577,1646330711,47.74307,8.99899\n9578,1646330712,47.74307,8.99899\n9579,1646330713,47.74307,8.99899\n9580,1646330714,47.74307,8.99899\n9581,1646330715,47.74307,8.99899\n9582,1646330779,47.74303,8.99901\n9583,1646330780,47.74304,8.99902\n9584,1646330781,47.74304,8.99903\n9585,1646330782,47.74304,8.99903\n9586,1646330783,47.74305,8.99902\n9587,1646330784,47.74305,8.99902\n9588,1646330785,47.74305,8.99901\n9589,1646330786,47.74306,8.99901\n9590,1646330787,47.74306,8.99901\n9591,1646330788,47.74306,8.99900\n9592,1646330789,47.74306,8.99900\n9593,1646330790,47.74306,8.99899\n9594,1646330791,47.74305,8.99898\n9595,1646330793,47.74305,8.99899\n9596,1646330794,47.74305,8.99899\n9597,1646330795,47.74305,8.99899\n9598,1646330796,47.74305,8.99899\n9599,1646330797,47.74305,8.99899\n9600,1646330798,47.74305,8.99899\n9601,1646330799,47.74305,8.99899\n9602,1646330800,47.74304,8.99898\n9603,1646330801,47.74304,8.99898\n9604,1646330802,47.74304,8.99898\n9605,1646330803,47.74304,8.99897\n9606,1646330804,47.74304,8.99897\n9607,1646330805,47.74304,8.99897\n9608,1646330806,47.74304,8.99897\n9609,1646330807,47.74304,8.99896\n9610,1646330808,47.74304,8.99896\n9611,1646330809,47.74304,8.99896\n9612,1646330810,47.74304,8.99896\n9613,1646330811,47.74304,8.99896\n9614,1646330812,47.74303,8.99896\n9615,1646330813,47.74303,8.99896\n9616,1646330814,47.74303,8.99896\n9617,1646330815,47.74303,8.99896\n9618,1646330816,47.74303,8.99896\n9619,1646330817,47.74303,8.99896\n9620,1646330818,47.74303,8.99896\n9621,1646330819,47.74303,8.99896\n9622,1646330820,47.74303,8.99896\n9623,1646330821,47.74303,8.99896\n9624,1646330822,47.74303,8.99896\n9625,1646330823,47.74303,8.99896\n9626,1646330824,47.74303,8.99896\n9627,1646330825,47.74303,8.99896\n9628,1646330826,47.74303,8.99896\n9629,1646330827,47.74303,8.99896\n9630,1646330828,47.74303,8.99896\n9631,1646330829,47.74303,8.99896\n9632,1646330830,47.74303,8.99896\n9633,1646330831,47.74303,8.99896\n9634,1646330832,47.74303,8.99896\n9635,1646330833,47.74303,8.99896\n9636,1646330834,47.74303,8.99896\n9637,1646330835,47.74303,8.99896\n9638,1646330836,47.74303,8.99896\n9639,1646330837,47.74303,8.99896\n9640,1646330838,47.74303,8.99896\n9641,1646330839,47.74303,8.99896\n9642,1646330840,47.74303,8.99896\n9643,1646330841,47.74303,8.99896\n9644,1646330842,47.74303,8.99896\n9645,1646330843,47.74303,8.99896\n9646,1646330844,47.74303,8.99896\n9647,1646330845,47.74303,8.99896\n9648,1646330846,47.74303,8.99896\n9649,1646330847,47.74303,8.99896\n9650,1646330848,47.74303,8.99896\n9651,1646330849,47.74303,8.99896\n9652,1646330850,47.74303,8.99896\n9653,1646330851,47.74303,8.99896\n9654,1646330852,47.74303,8.99896\n9655,1646330853,47.74303,8.99896\n9656,1646330854,47.74303,8.99896\n9657,1646330855,47.74303,8.99896\n9658,1646330856,47.74303,8.99896\n9659,1646330857,47.74303,8.99896\n9660,1646330858,47.74303,8.99896\n9661,1646330859,47.74303,8.99896\n9662,1646330860,47.74303,8.99896\n9663,1646330861,47.74303,8.99896\n9664,1646330862,47.74303,8.99896\n9665,1646330863,47.74304,8.99896\n9666,1646330864,47.74304,8.99896\n9667,1646330865,47.74304,8.99897\n9668,1646330866,47.74304,8.99897\n9669,1646330867,47.74304,8.99897\n9670,1646330868,47.74304,8.99897\n9671,1646330869,47.74304,8.99897\n9672,1646330870,47.74305,8.99898\n9673,1646330871,47.74305,8.99898\n9674,1646330872,47.74305,8.99898\n9675,1646330873,47.74305,8.99898\n9676,1646330874,47.74305,8.99898\n9677,1646330875,47.74305,8.99899\n9678,1646330876,47.74305,8.99899\n9679,1646330877,47.74305,8.99898\n9680,1646330878,47.74305,8.99899\n9681,1646330879,47.74305,8.99899\n9682,1646330880,47.74305,8.99899\n9683,1646330881,47.74305,8.99899\n9684,1646330882,47.74305,8.99899\n9685,1646330883,47.74305,8.99899\n9686,1646330884,47.74305,8.99899\n9687,1646330885,47.74305,8.99899\n9688,1646330886,47.74305,8.99899\n9689,1646330887,47.74305,8.99898\n9690,1646330888,47.74305,8.99898\n9691,1646330889,47.74305,8.99899\n9692,1646330890,47.74305,8.99899\n9693,1646330891,47.74305,8.99899\n9694,1646330892,47.74305,8.99899\n9695,1646330893,47.74305,8.99899\n9696,1646330894,47.74305,8.99899\n9697,1646330895,47.74305,8.99899\n9698,1646330896,47.74305,8.99899\n9699,1646330897,47.74306,8.99899\n9700,1646330898,47.74306,8.99899\n9701,1646330899,47.74306,8.99899\n9702,1646330900,47.74306,8.99899\n9703,1646330901,47.74306,8.99899\n9704,1646330902,47.74306,8.99899\n9705,1646330903,47.74306,8.99899\n9706,1646330904,47.74306,8.99899\n9707,1646330905,47.74306,8.99899\n9708,1646330906,47.74306,8.99899\n9709,1646330907,47.74306,8.99899\n9710,1646330908,47.74306,8.99899\n9711,1646330909,47.74306,8.99899\n9712,1646330910,47.74306,8.99899\n9713,1646330911,47.74306,8.99899\n9714,1646330912,47.74306,8.99899\n9715,1646330913,47.74306,8.99899\n9716,1646330914,47.74306,8.99899\n9717,1646330915,47.74306,8.99899\n9718,1646330916,47.74306,8.99899\n9719,1646330917,47.74306,8.99899\n9720,1646330918,47.74306,8.99899\n9721,1646330919,47.74306,8.99899\n9722,1646330920,47.74306,8.99899\n9723,1646330921,47.74306,8.99899\n9724,1646330922,47.74306,8.99899\n9725,1646330923,47.74306,8.99899\n9726,1646330924,47.74306,8.99899\n9727,1646330925,47.74306,8.99899\n9728,1646330926,47.74306,8.99899\n9729,1646330927,47.74306,8.99899\n9730,1646330928,47.74306,8.99899\n9731,1646330929,47.74306,8.99899\n9732,1646330930,47.74306,8.99899\n9733,1646330931,47.74306,8.99899\n9734,1646330932,47.74306,8.99899\n9735,1646330933,47.74306,8.99899\n9736,1646330934,47.74306,8.99899\n9737,1646330935,47.74306,8.99899\n9738,1646330936,47.74306,8.99899\n9739,1646330937,47.74306,8.99899\n9740,1646330938,47.74306,8.99899\n9741,1646330939,47.74306,8.99899\n9742,1646330940,47.74306,8.99899\n9743,1646330941,47.74306,8.99899\n9744,1646330942,47.74306,8.99899\n9745,1646330943,47.74306,8.99899\n9746,1646330944,47.74306,8.99899\n9747,1646330945,47.74306,8.99899\n9748,1646330946,47.74306,8.99899\n9749,1646330947,47.74306,8.99899\n9750,1646330948,47.74306,8.99899\n9751,1646330949,47.74306,8.99899\n9752,1646330950,47.74306,8.99899\n9753,1646330951,47.74306,8.99899\n9754,1646330952,47.74306,8.99899\n9755,1646330953,47.74306,8.99899\n9756,1646330954,47.74306,8.99899\n9757,1646330955,47.74306,8.99899\n9758,1646330956,47.74306,8.99899\n9759,1646330957,47.74306,8.99899\n9760,1646330958,47.74306,8.99899\n9761,1646330959,47.74306,8.99899\n9762,1646330960,47.74306,8.99899\n9763,1646330961,47.74306,8.99899\n9764,1646330962,47.74306,8.99899\n9765,1646330963,47.74306,8.99899\n9766,1646330964,47.74306,8.99899\n9767,1646330965,47.74306,8.99899\n9768,1646330966,47.74306,8.99899\n9769,1646330967,47.74306,8.99899\n9770,1646330968,47.74306,8.99899\n9771,1646330969,47.74306,8.99899\n9772,1646330970,47.74306,8.99899\n9773,1646330971,47.74306,8.99899\n9774,1646330972,47.74306,8.99899\n9775,1646330973,47.74306,8.99899\n9776,1646330974,47.74306,8.99899\n9777,1646330975,47.74306,8.99899\n9778,1646330976,47.74306,8.99899\n9779,1646330977,47.74306,8.99899\n9780,1646330978,47.74306,8.99899\n9781,1646330979,47.74306,8.99899\n9782,1646330980,47.74306,8.99899\n9783,1646330981,47.74306,8.99899\n9784,1646330982,47.74306,8.99899\n9785,1646330983,47.74306,8.99899\n9786,1646330984,47.74306,8.99899\n9787,1646330985,47.74306,8.99899\n9788,1646330986,47.74306,8.99899\n9789,1646330987,47.74306,8.99899\n9790,1646330988,47.74306,8.99899\n9791,1646330989,47.74306,8.99899\n9792,1646330990,47.74306,8.99899\n9793,1646330991,47.74306,8.99899\n9794,1646330992,47.74306,8.99899\n9795,1646330993,47.74306,8.99899\n9796,1646330994,47.74306,8.99899\n9797,1646330995,47.74306,8.99899\n9798,1646330996,47.74306,8.99899\n9799,1646330997,47.74306,8.99899\n9800,1646330998,47.74306,8.99899\n9801,1646330999,47.74306,8.99899\n9802,1646331000,47.74306,8.99899\n9803,1646331001,47.74306,8.99899\n9804,1646331002,47.74306,8.99899\n9805,1646331003,47.74306,8.99899\n9806,1646331004,47.74306,8.99899\n9807,1646331005,47.74306,8.99899\n9808,1646331006,47.74306,8.99899\n9809,1646331007,47.74306,8.99899\n9810,1646331008,47.74306,8.99899\n9811,1646331009,47.74306,8.99899\n9812,1646331010,47.74306,8.99899\n9813,1646331011,47.74306,8.99899\n9814,1646331012,47.74306,8.99899\n9815,1646331013,47.74306,8.99899\n9816,1646331014,47.74306,8.99899\n9817,1646331015,47.74306,8.99899\n9818,1646331016,47.74306,8.99899\n9819,1646331017,47.74306,8.99899\n9820,1646331018,47.74306,8.99899\n9821,1646331019,47.74306,8.99899\n9822,1646331020,47.74306,8.99899\n9823,1646331021,47.74306,8.99899\n9824,1646331022,47.74306,8.99899\n9825,1646331023,47.74306,8.99899\n9826,1646331024,47.74306,8.99899\n9827,1646331025,47.74306,8.99899\n9828,1646331026,47.74306,8.99899\n9829,1646331027,47.74306,8.99899\n9830,1646331028,47.74306,8.99899\n9831,1646331029,47.74306,8.99899\n9832,1646331030,47.74306,8.99899\n9833,1646331031,47.74306,8.99899\n9834,1646331032,47.74306,8.99899\n9835,1646331033,47.74306,8.99899\n9836,1646331034,47.74306,8.99899\n9837,1646331035,47.74306,8.99899\n9838,1646331036,47.74306,8.99899\n9839,1646331037,47.74306,8.99899\n9840,1646331038,47.74306,8.99899\n9841,1646331039,47.74306,8.99899\n9842,1646331040,47.74306,8.99899\n9843,1646331041,47.74306,8.99899\n9844,1646331042,47.74306,8.99899\n9845,1646331043,47.74306,8.99899\n9846,1646331044,47.74306,8.99899\n9847,1646331045,47.74306,8.99899\n9848,1646331046,47.74306,8.99899\n9849,1646331047,47.74306,8.99899\n9850,1646331048,47.74306,8.99899\n9851,1646331049,47.74306,8.99899\n9852,1646331050,47.74306,8.99899\n9853,1646331051,47.74306,8.99899\n9854,1646331052,47.74306,8.99899\n9855,1646331053,47.74306,8.99899\n9856,1646331054,47.74306,8.99899\n9857,1646331055,47.74306,8.99899\n9858,1646331056,47.74306,8.99899\n9859,1646331057,47.74306,8.99899\n9860,1646331058,47.74306,8.99899\n9861,1646331059,47.74306,8.99899\n9862,1646331060,47.74306,8.99899\n9863,1646331061,47.74306,8.99899\n9864,1646331062,47.74306,8.99899\n9865,1646331063,47.74306,8.99899\n9866,1646331064,47.74306,8.99899\n9867,1646331065,47.74306,8.99899\n9868,1646331066,47.74306,8.99899\n9869,1646331067,47.74306,8.99899\n9870,1646331068,47.74306,8.99899\n9871,1646331069,47.74306,8.99899\n9872,1646331070,47.74306,8.99899\n9873,1646331071,47.74306,8.99899\n9874,1646331072,47.74306,8.99899\n9875,1646331073,47.74306,8.99899\n9876,1646331074,47.74306,8.99899\n9877,1646331075,47.74306,8.99899\n9878,1646331076,47.74306,8.99899\n9879,1646331077,47.74306,8.99899\n9880,1646331078,47.74306,8.99899\n9881,1646331079,47.74306,8.99899\n9882,1646331080,47.74306,8.99899\n9883,1646331081,47.74306,8.99899\n9884,1646331082,47.74306,8.99899\n9885,1646331083,47.74306,8.99899\n9886,1646331084,47.74306,8.99899\n9887,1646331085,47.74306,8.99899\n9888,1646331086,47.74306,8.99899\n9889,1646331087,47.74306,8.99899\n9890,1646331088,47.74306,8.99899\n9891,1646331089,47.74306,8.99899\n9892,1646331090,47.74306,8.99899\n9893,1646331091,47.74306,8.99899\n9894,1646331092,47.74306,8.99899\n9895,1646331093,47.74306,8.99899\n9896,1646331094,47.74306,8.99899\n9897,1646331095,47.74306,8.99899\n9898,1646331096,47.74306,8.99899\n9899,1646331097,47.74306,8.99899\n9900,1646331098,47.74306,8.99899\n9901,1646331099,47.74306,8.99899\n9902,1646331100,47.74306,8.99899\n9903,1646331101,47.74306,8.99899\n9904,1646331102,47.74306,8.99899\n9905,1646331103,47.74306,8.99899\n9906,1646331104,47.74306,8.99899\n9907,1646331105,47.74306,8.99899\n9908,1646331106,47.74306,8.99899\n9909,1646331107,47.74306,8.99899\n9910,1646331108,47.74306,8.99899\n9911,1646331109,47.74306,8.99899\n9912,1646331110,47.74306,8.99899\n9913,1646331111,47.74306,8.99899\n9914,1646331112,47.74306,8.99899\n9915,1646331113,47.74306,8.99899\n9916,1646331114,47.74306,8.99899\n9917,1646331115,47.74306,8.99899\n9918,1646331116,47.74306,8.99899\n9919,1646331117,47.74306,8.99899\n9920,1646331118,47.74306,8.99899\n9921,1646331119,47.74306,8.99899\n9922,1646331120,47.74306,8.99899\n9923,1646331121,47.74306,8.99899\n9924,1646331122,47.74306,8.99899\n9925,1646331123,47.74306,8.99899\n9926,1646331124,47.74306,8.99899\n9927,1646331125,47.74306,8.99899\n9928,1646331190,47.74300,8.99902\n9929,1646331191,47.74300,8.99900\n9930,1646331192,47.74300,8.99900\n9931,1646331193,47.74301,8.99898\n9932,1646331194,47.74301,8.99898\n9933,1646331195,47.74301,8.99897\n9934,1646331196,47.74302,8.99896\n9935,1646331197,47.74302,8.99896\n9936,1646331198,47.74302,8.99896\n9937,1646331199,47.74303,8.99896\n9938,1646331201,47.74303,8.99896\n9939,1646331202,47.74303,8.99896\n9940,1646331203,47.74303,8.99896\n9941,1646331204,47.74304,8.99896\n9942,1646331205,47.74304,8.99896\n9943,1646331206,47.74304,8.99896\n9944,1646331207,47.74305,8.99896\n9945,1646331208,47.74304,8.99896\n9946,1646331209,47.74305,8.99896\n9947,1646331210,47.74305,8.99896\n9948,1646331211,47.74305,8.99896\n9949,1646331212,47.74305,8.99896\n9950,1646331213,47.74305,8.99896\n9951,1646331214,47.74305,8.99896\n9952,1646331215,47.74305,8.99896\n9953,1646331216,47.74305,8.99896\n9954,1646331217,47.74306,8.99896\n9955,1646331218,47.74306,8.99896\n9956,1646331219,47.74306,8.99896\n9957,1646331220,47.74306,8.99896\n9958,1646331221,47.74306,8.99896\n9959,1646331222,47.74306,8.99896\n9960,1646331223,47.74306,8.99896\n9961,1646331224,47.74306,8.99896\n9962,1646331225,47.74306,8.99896\n9963,1646331226,47.74306,8.99896\n9964,1646331227,47.74306,8.99896\n9965,1646331228,47.74306,8.99896\n9966,1646331229,47.74306,8.99896\n9967,1646331230,47.74306,8.99896\n9968,1646331231,47.74306,8.99896\n9969,1646331232,47.74306,8.99896\n9970,1646331233,47.74306,8.99896\n9971,1646331234,47.74306,8.99896\n9972,1646331235,47.74306,8.99896\n9973,1646331236,47.74306,8.99896\n9974,1646331237,47.74306,8.99896\n9975,1646331238,47.74306,8.99896\n9976,1646331239,47.74306,8.99896\n9977,1646331240,47.74306,8.99896\n9978,1646331241,47.74306,8.99896\n9979,1646331242,47.74306,8.99896\n9980,1646331243,47.74306,8.99896\n9981,1646331244,47.74306,8.99896\n9982,1646331245,47.74306,8.99896\n9983,1646331246,47.74306,8.99896\n9984,1646331247,47.74306,8.99896\n9985,1646331248,47.74306,8.99896\n9986,1646331249,47.74306,8.99896\n9987,1646331250,47.74306,8.99896\n9988,1646331251,47.74306,8.99896\n9989,1646331252,47.74306,8.99896\n9990,1646331253,47.74306,8.99896\n9991,1646331254,47.74306,8.99896\n9992,1646331255,47.74306,8.99896\n9993,1646331256,47.74306,8.99896\n9994,1646331257,47.74306,8.99896\n9995,1646331258,47.74306,8.99896\n9996,1646331259,47.74306,8.99896\n9997,1646331260,47.74306,8.99896\n9998,1646331261,47.74306,8.99896\n9999,1646331326,47.74303,8.99898\n10000,1646331327,47.74302,8.99896\n10001,1646331328,47.74303,8.99895\n10002,1646331329,47.74304,8.99896\n10003,1646331330,47.74304,8.99897\n10004,1646331331,47.74304,8.99897\n10005,1646331332,47.74305,8.99897\n10006,1646331333,47.74306,8.99897\n10007,1646331334,47.74306,8.99897\n10008,1646331335,47.74306,8.99898\n10009,1646331336,47.74307,8.99898\n10010,1646331337,47.74306,8.99897\n10011,1646331339,47.74306,8.99897\n10012,1646331340,47.74306,8.99897\n10013,1646331341,47.74306,8.99897\n10014,1646331342,47.74306,8.99896\n10015,1646331343,47.74306,8.99896\n10016,1646331344,47.74306,8.99895\n10017,1646331345,47.74306,8.99894\n10018,1646331346,47.74306,8.99894\n10019,1646331347,47.74306,8.99894\n10020,1646331348,47.74306,8.99894\n10021,1646331349,47.74306,8.99894\n10022,1646331350,47.74306,8.99894\n10023,1646331351,47.74306,8.99894\n10024,1646331352,47.74306,8.99894\n10025,1646331353,47.74306,8.99894\n10026,1646331354,47.74306,8.99894\n10027,1646331355,47.74306,8.99893\n10028,1646331356,47.74306,8.99893\n10029,1646331357,47.74306,8.99893\n10030,1646331358,47.74306,8.99893\n10031,1646331359,47.74306,8.99893\n10032,1646331360,47.74306,8.99893\n10033,1646331361,47.74306,8.99893\n10034,1646331426,47.74314,8.99908\n10035,1646331427,47.74309,8.99901\n10036,1646331428,47.74308,8.99899\n10037,1646331429,47.74307,8.99898\n10038,1646331430,47.74307,8.99898\n10039,1646331431,47.74308,8.99898\n10040,1646331432,47.74307,8.99897\n10041,1646331433,47.74307,8.99897\n10042,1646331434,47.74306,8.99896\n10043,1646331435,47.74306,8.99896\n10044,1646331436,47.74306,8.99896\n10045,1646331437,47.74306,8.99895\n10046,1646331438,47.74306,8.99895\n10047,1646331439,47.74306,8.99895\n10048,1646331440,47.74306,8.99895\n10049,1646331441,47.74305,8.99894\n10050,1646331442,47.74305,8.99894\n10051,1646331443,47.74305,8.99894\n10052,1646331444,47.74305,8.99894\n10053,1646331445,47.74305,8.99893\n10054,1646331446,47.74305,8.99893\n10055,1646331447,47.74305,8.99893\n10056,1646331448,47.74305,8.99893\n10057,1646331449,47.74305,8.99892\n10058,1646331450,47.74305,8.99892\n10059,1646331451,47.74305,8.99892\n10060,1646331452,47.74304,8.99892\n10061,1646331453,47.74304,8.99892\n10062,1646331454,47.74304,8.99892\n10063,1646331455,47.74304,8.99892\n10064,1646331456,47.74304,8.99893\n10065,1646331457,47.74304,8.99893\n10066,1646331458,47.74304,8.99893\n10067,1646331459,47.74304,8.99893\n10068,1646331460,47.74304,8.99893\n10069,1646331461,47.74304,8.99893\n10070,1646331527,47.74305,8.99895\n10071,1646331528,47.74304,8.99895\n10072,1646331529,47.74305,8.99894\n10073,1646331530,47.74305,8.99894\n10074,1646331531,47.74305,8.99894\n10075,1646331532,47.74305,8.99894\n10076,1646331533,47.74305,8.99894\n10077,1646331534,47.74305,8.99894\n10078,1646331535,47.74305,8.99894\n10079,1646331536,47.74306,8.99895\n10080,1646331538,47.74306,8.99895\n10081,1646331539,47.74306,8.99895\n10082,1646331540,47.74305,8.99895\n10083,1646331541,47.74305,8.99895\n10084,1646331542,47.74305,8.99894\n10085,1646331543,47.74305,8.99894\n10086,1646331544,47.74305,8.99894\n10087,1646331545,47.74305,8.99893\n10088,1646331546,47.74305,8.99893\n10089,1646331547,47.74305,8.99893\n10090,1646331548,47.74305,8.99893\n10091,1646331549,47.74304,8.99892\n10092,1646331550,47.74304,8.99892\n10093,1646331551,47.74304,8.99892\n10094,1646331552,47.74304,8.99892\n10095,1646331553,47.74304,8.99892\n10096,1646331554,47.74304,8.99892\n10097,1646331555,47.74304,8.99892\n10098,1646331556,47.74304,8.99892\n10099,1646331557,47.74304,8.99892\n10100,1646331558,47.74304,8.99892\n10101,1646331622,47.74307,8.99901\n10102,1646331623,47.74307,8.99900\n10103,1646331624,47.74307,8.99900\n10104,1646331625,47.74307,8.99899\n10105,1646331626,47.74307,8.99898\n10106,1646331627,47.74307,8.99898\n10107,1646331628,47.74307,8.99897\n10108,1646331629,47.74306,8.99897\n10109,1646331630,47.74306,8.99896\n10110,1646331631,47.74305,8.99899\n10111,1646331633,47.74305,8.99899\n10112,1646331634,47.74305,8.99899\n10113,1646331635,47.74305,8.99899\n10114,1646331636,47.74305,8.99899\n10115,1646331637,47.74305,8.99898\n10116,1646331638,47.74305,8.99897\n10117,1646331639,47.74305,8.99897\n10118,1646331640,47.74305,8.99897\n10119,1646331641,47.74305,8.99897\n10120,1646331642,47.74305,8.99897\n10121,1646331643,47.74305,8.99896\n10122,1646331644,47.74305,8.99896\n10123,1646331645,47.74305,8.99896\n10124,1646331646,47.74306,8.99896\n10125,1646331647,47.74306,8.99896\n10126,1646331648,47.74306,8.99896\n10127,1646331649,47.74306,8.99896\n10128,1646331713,47.74300,8.99894\n10129,1646331714,47.74300,8.99894\n10130,1646331715,47.74300,8.99895\n10131,1646331716,47.74300,8.99895\n10132,1646331717,47.74300,8.99895\n10133,1646331718,47.74300,8.99894\n10134,1646331719,47.74299,8.99894\n10135,1646331720,47.74300,8.99894\n10136,1646331721,47.74299,8.99894\n10137,1646331723,47.74299,8.99894\n10138,1646331724,47.74299,8.99893\n10139,1646331725,47.74299,8.99893\n10140,1646331726,47.74300,8.99893\n10141,1646331727,47.74300,8.99893\n10142,1646331728,47.74300,8.99893\n10143,1646331729,47.74300,8.99892\n10144,1646331730,47.74300,8.99892\n10145,1646331731,47.74300,8.99892\n10146,1646331732,47.74300,8.99892\n10147,1646331733,47.74300,8.99892\n10148,1646331734,47.74300,8.99892\n10149,1646331735,47.74300,8.99892\n10150,1646331736,47.74300,8.99891\n10151,1646331737,47.74300,8.99891\n10152,1646331802,47.74312,8.99893\n10153,1646331803,47.74311,8.99894\n10154,1646331804,47.74311,8.99894\n10155,1646331805,47.74311,8.99895\n10156,1646331806,47.74311,8.99895\n10157,1646331807,47.74311,8.99896\n10158,1646331808,47.74311,8.99896\n10159,1646331809,47.74311,8.99896\n10160,1646331810,47.74310,8.99897\n10161,1646331811,47.74308,8.99895\n10162,1646331813,47.74308,8.99895\n10163,1646331814,47.74308,8.99895\n10164,1646331815,47.74308,8.99896\n10165,1646331816,47.74308,8.99895\n10166,1646331817,47.74308,8.99894\n10167,1646331818,47.74308,8.99894\n10168,1646331819,47.74309,8.99894\n10169,1646331820,47.74308,8.99894\n10170,1646331821,47.74309,8.99894\n10171,1646331822,47.74308,8.99893\n10172,1646331823,47.74308,8.99893\n10173,1646331887,47.74306,8.99889\n10174,1646331888,47.74306,8.99893\n10175,1646331889,47.74306,8.99893\n10176,1646331890,47.74306,8.99893\n10177,1646331891,47.74305,8.99892\n10178,1646331892,47.74305,8.99892\n10179,1646331893,47.74304,8.99892\n10180,1646331894,47.74304,8.99891\n10181,1646331895,47.74298,8.99884\n10182,1646331897,47.74298,8.99883\n10183,1646331898,47.74298,8.99882\n10184,1646331899,47.74298,8.99882\n10185,1646331900,47.74297,8.99882\n10186,1646331901,47.74297,8.99881\n10187,1646331902,47.74297,8.99881\n10188,1646331903,47.74297,8.99881\n10189,1646331904,47.74298,8.99883\n10190,1646331905,47.74299,8.99884\n10191,1646331906,47.74299,8.99884\n10192,1646331907,47.74300,8.99884\n10193,1646331972,47.74300,8.99888\n10194,1646331973,47.74301,8.99889\n10195,1646331974,47.74301,8.99888\n10196,1646331975,47.74302,8.99889\n10197,1646331976,47.74303,8.99889\n10198,1646331977,47.74303,8.99890\n10199,1646331978,47.74304,8.99890\n10200,1646331979,47.74304,8.99891\n10201,1646331980,47.74304,8.99891\n10202,1646331982,47.74305,8.99891\n10203,1646331983,47.74305,8.99891\n10204,1646331984,47.74305,8.99891\n10205,1646331985,47.74305,8.99891\n10206,1646331986,47.74305,8.99891\n10207,1646331987,47.74306,8.99892\n10208,1646331988,47.74306,8.99893\n10209,1646331989,47.74306,8.99893\n10210,1646332054,47.74303,8.99889\n10211,1646332055,47.74303,8.99891\n10212,1646332056,47.74304,8.99893\n10213,1646332057,47.74305,8.99895\n10214,1646332058,47.74305,8.99896\n10215,1646332059,47.74306,8.99898\n10216,1646332060,47.74307,8.99899\n10217,1646332061,47.74307,8.99900\n10218,1646332062,47.74307,8.99901\n10219,1646332063,47.74308,8.99903\n10220,1646332064,47.74305,8.99900\n10221,1646332066,47.74305,8.99900\n10222,1646332067,47.74304,8.99900\n10223,1646332068,47.74304,8.99900\n10224,1646332069,47.74304,8.99899\n10225,1646332070,47.74304,8.99898\n10226,1646332071,47.74304,8.99898\n10227,1646332136,47.74302,8.99897\n10228,1646332137,47.74303,8.99897\n10229,1646332138,47.74303,8.99897\n10230,1646332139,47.74304,8.99896\n10231,1646332140,47.74304,8.99897\n10232,1646332141,47.74304,8.99897\n10233,1646332142,47.74304,8.99896\n10234,1646332143,47.74304,8.99896\n10235,1646332144,47.74304,8.99896\n10236,1646332145,47.74304,8.99896\n10237,1646332146,47.74303,8.99895\n10238,1646332147,47.74303,8.99895\n10239,1646332148,47.74299,8.99891\n10240,1646332150,47.74298,8.99891\n10241,1646332151,47.74299,8.99891\n10242,1646332217,47.74302,8.99883\n10243,1646332218,47.74301,8.99884\n10244,1646332219,47.74301,8.99882\n10245,1646332220,47.74300,8.99882\n10246,1646332221,47.74300,8.99881\n10247,1646332222,47.74300,8.99881\n10248,1646332223,47.74300,8.99880\n10249,1646332224,47.74299,8.99879\n10250,1646332225,47.74299,8.99880\n10251,1646332226,47.74299,8.99880\n10252,1646332228,47.74299,8.99880\n10253,1646332229,47.74299,8.99881\n10254,1646332230,47.74299,8.99881\n10255,1646332231,47.74300,8.99882\n10256,1646332297,47.74311,8.99893\n10257,1646332298,47.74312,8.99895\n10258,1646332299,47.74311,8.99896\n10259,1646332300,47.74310,8.99895\n10260,1646332301,47.74309,8.99894\n10261,1646332302,47.74308,8.99894\n10262,1646332303,47.74308,8.99894\n10263,1646332304,47.74305,8.99894\n10264,1646332306,47.74305,8.99893\n10265,1646332307,47.74304,8.99893\n10266,1646332308,47.74304,8.99893\n10267,1646332309,47.74304,8.99893\n10268,1646332310,47.74304,8.99893\n10269,1646332311,47.74304,8.99892\n10270,1646332375,47.74320,8.99906\n10271,1646332376,47.74316,8.99900\n10272,1646332377,47.74314,8.99900\n10273,1646332378,47.74314,8.99900\n10274,1646332379,47.74313,8.99900\n10275,1646332380,47.74312,8.99898\n10276,1646332381,47.74312,8.99898\n10277,1646332382,47.74311,8.99898\n10278,1646332383,47.74310,8.99898\n10279,1646332384,47.74310,8.99898\n10280,1646332385,47.74310,8.99897\n10281,1646332386,47.74310,8.99896\n10282,1646332387,47.74310,8.99896\n10283,1646332388,47.74310,8.99895\n10284,1646332389,47.74310,8.99894\n10285,1646332390,47.74310,8.99894\n10286,1646332391,47.74309,8.99895\n10287,1646332392,47.74308,8.99896\n10288,1646332393,47.74308,8.99896\n10289,1646332394,47.74307,8.99897\n10290,1646332395,47.74306,8.99897\n10291,1646332396,47.74306,8.99898\n10292,1646332397,47.74306,8.99899\n10293,1646332398,47.74305,8.99900\n10294,1646332399,47.74304,8.99902\n10295,1646332400,47.74303,8.99906\n10296,1646332401,47.74303,8.99914\n10297,1646332402,47.74299,8.99923\n10298,1646332403,47.74298,8.99927\n10299,1646332404,47.74297,8.99931\n10300,1646332405,47.74296,8.99935\n10301,1646332406,47.74296,8.99938\n10302,1646332407,47.74296,8.99941\n10303,1646332408,47.74294,8.99944\n10304,1646332409,47.74293,8.99948\n10305,1646332410,47.74293,8.99952\n10306,1646332411,47.74293,8.99957\n10307,1646332412,47.74290,8.99964\n10308,1646332484,47.74327,8.99862\n10309,1646332485,47.74326,8.99867"
  },
  {
    "path": "TickTagData/08_PetDogWalk_1s_Interval/20220303_PetDog_1s_Interval_10309_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 15, TOs: 0/0, ErrorsOrGF: 0, TTFF: 83\nFixes: 10309, Avg. TTF: 0 s, Avg. HDOP (x10): 9\n\ncount,timestamp,lat,lon\n1,1646321123,47.74378,8.99929\n2,1646321124,47.74379,8.99928\n3,1646321125,47.74381,8.99926\n4,1646321126,47.74382,8.99925\n5,1646321128,47.74384,8.99922\n6,1646321129,47.74386,8.99921\n7,1646321130,47.74387,8.99920\n8,1646321131,47.74388,8.99918\n9,1646321132,47.74389,8.99918\n10,1646321134,47.74390,8.99917\n11,1646321135,47.74391,8.99917\n12,1646321136,47.74391,8.99917\n13,1646321137,47.74391,8.99917\n14,1646321138,47.74392,8.99916\n15,1646321140,47.74393,8.99917\n16,1646321143,47.74394,8.99914\n17,1646321144,47.74393,8.99913\n18,1646321146,47.74394,8.99911\n19,1646321147,47.74396,8.99910\n20,1646321148,47.74397,8.99909\n21,1646321149,47.74399,8.99908\n22,1646321150,47.74400,8.99908\n23,1646321152,47.74403,8.99907\n24,1646321153,47.74405,8.99906\n25,1646321159,47.74415,8.99904\n26,1646321160,47.74416,8.99903\n27,1646321161,47.74417,8.99902\n28,1646321162,47.74419,8.99900\n29,1646321163,47.74420,8.99899\n30,1646321164,47.74422,8.99899\n31,1646321165,47.74423,8.99898\n32,1646321166,47.74424,8.99897\n33,1646321167,47.74425,8.99896\n34,1646321168,47.74426,8.99895\n35,1646321169,47.74427,8.99893\n36,1646321170,47.74428,8.99893\n37,1646321171,47.74430,8.99892\n38,1646321172,47.74431,8.99890\n39,1646321173,47.74432,8.99889\n40,1646321174,47.74433,8.99888\n41,1646321175,47.74434,8.99886\n42,1646321176,47.74435,8.99885\n43,1646321177,47.74436,8.99884\n44,1646321178,47.74437,8.99883\n45,1646321179,47.74439,8.99881\n46,1646321180,47.74440,8.99880\n47,1646321181,47.74429,8.99846\n48,1646321182,47.74430,8.99845\n49,1646321183,47.74431,8.99844\n50,1646321184,47.74432,8.99843\n51,1646321185,47.74434,8.99843\n52,1646321186,47.74435,8.99842\n53,1646321187,47.74436,8.99841\n54,1646321188,47.74438,8.99840\n55,1646321189,47.74439,8.99840\n56,1646321190,47.74440,8.99839\n57,1646321191,47.74441,8.99838\n58,1646321192,47.74442,8.99837\n59,1646321193,47.74443,8.99837\n60,1646321194,47.74444,8.99836\n61,1646321195,47.74445,8.99834\n62,1646321196,47.74446,8.99832\n63,1646321197,47.74446,8.99831\n64,1646321198,47.74447,8.99829\n65,1646321199,47.74447,8.99828\n66,1646321200,47.74448,8.99826\n67,1646321201,47.74448,8.99825\n68,1646321202,47.74449,8.99823\n69,1646321203,47.74449,8.99821\n70,1646321204,47.74449,8.99819\n71,1646321205,47.74449,8.99818\n72,1646321206,47.74449,8.99816\n73,1646321207,47.74450,8.99815\n74,1646321208,47.74451,8.99812\n75,1646321209,47.74451,8.99810\n76,1646321210,47.74452,8.99807\n77,1646321211,47.74452,8.99806\n78,1646321212,47.74452,8.99804\n79,1646321213,47.74452,8.99802\n80,1646321214,47.74453,8.99800\n81,1646321215,47.74453,8.99798\n82,1646321216,47.74454,8.99796\n83,1646321217,47.74454,8.99794\n84,1646321218,47.74454,8.99792\n85,1646321219,47.74454,8.99790\n86,1646321220,47.74455,8.99788\n87,1646321221,47.74455,8.99786\n88,1646321222,47.74455,8.99784\n89,1646321223,47.74456,8.99782\n90,1646321224,47.74456,8.99780\n91,1646321225,47.74456,8.99778\n92,1646321226,47.74457,8.99776\n93,1646321227,47.74457,8.99774\n94,1646321228,47.74458,8.99772\n95,1646321229,47.74458,8.99772\n96,1646321230,47.74459,8.99771\n97,1646321231,47.74459,8.99770\n98,1646321232,47.74459,8.99770\n99,1646321233,47.74459,8.99769\n100,1646321234,47.74459,8.99769\n101,1646321235,47.74459,8.99770\n102,1646321236,47.74459,8.99769\n103,1646321237,47.74459,8.99770\n104,1646321238,47.74459,8.99770\n105,1646321239,47.74459,8.99770\n106,1646321240,47.74459,8.99770\n107,1646321241,47.74459,8.99767\n108,1646321242,47.74459,8.99765\n109,1646321243,47.74459,8.99763\n110,1646321244,47.74459,8.99761\n111,1646321245,47.74459,8.99759\n112,1646321246,47.74460,8.99756\n113,1646321247,47.74460,8.99754\n114,1646321248,47.74460,8.99752\n115,1646321249,47.74460,8.99751\n116,1646321250,47.74460,8.99749\n117,1646321251,47.74460,8.99747\n118,1646321252,47.74460,8.99745\n119,1646321253,47.74461,8.99743\n120,1646321254,47.74461,8.99741\n121,1646321255,47.74461,8.99739\n122,1646321256,47.74462,8.99737\n123,1646321257,47.74462,8.99735\n124,1646321258,47.74462,8.99733\n125,1646321259,47.74462,8.99731\n126,1646321260,47.74463,8.99729\n127,1646321261,47.74463,8.99727\n128,1646321262,47.74463,8.99725\n129,1646321263,47.74464,8.99723\n130,1646321264,47.74464,8.99721\n131,1646321265,47.74464,8.99719\n132,1646321266,47.74465,8.99717\n133,1646321267,47.74465,8.99715\n134,1646321268,47.74465,8.99713\n135,1646321269,47.74465,8.99711\n136,1646321270,47.74466,8.99709\n137,1646321271,47.74466,8.99707\n138,1646321272,47.74466,8.99705\n139,1646321273,47.74466,8.99704\n140,1646321274,47.74467,8.99702\n141,1646321275,47.74467,8.99700\n142,1646321276,47.74467,8.99698\n143,1646321277,47.74467,8.99695\n144,1646321278,47.74467,8.99693\n145,1646321279,47.74467,8.99691\n146,1646321280,47.74468,8.99689\n147,1646321281,47.74468,8.99687\n148,1646321282,47.74468,8.99685\n149,1646321283,47.74469,8.99682\n150,1646321284,47.74469,8.99680\n151,1646321285,47.74469,8.99678\n152,1646321286,47.74469,8.99676\n153,1646321287,47.74469,8.99674\n154,1646321288,47.74470,8.99672\n155,1646321289,47.74470,8.99670\n156,1646321290,47.74470,8.99668\n157,1646321291,47.74471,8.99667\n158,1646321292,47.74471,8.99666\n159,1646321293,47.74472,8.99666\n160,1646321294,47.74472,8.99666\n161,1646321295,47.74472,8.99666\n162,1646321296,47.74472,8.99666\n163,1646321297,47.74472,8.99666\n164,1646321298,47.74472,8.99666\n165,1646321299,47.74472,8.99664\n166,1646321300,47.74472,8.99662\n167,1646321301,47.74471,8.99660\n168,1646321302,47.74471,8.99658\n169,1646321303,47.74471,8.99656\n170,1646321304,47.74472,8.99654\n171,1646321305,47.74472,8.99652\n172,1646321306,47.74472,8.99650\n173,1646321307,47.74472,8.99648\n174,1646321308,47.74473,8.99645\n175,1646321309,47.74473,8.99644\n176,1646321310,47.74473,8.99643\n177,1646321311,47.74473,8.99642\n178,1646321312,47.74474,8.99641\n179,1646321313,47.74474,8.99641\n180,1646321314,47.74474,8.99641\n181,1646321315,47.74473,8.99641\n182,1646321316,47.74473,8.99641\n183,1646321317,47.74473,8.99641\n184,1646321318,47.74473,8.99641\n185,1646321319,47.74473,8.99641\n186,1646321320,47.74473,8.99641\n187,1646321321,47.74473,8.99641\n188,1646321322,47.74473,8.99641\n189,1646321323,47.74473,8.99641\n190,1646321324,47.74473,8.99641\n191,1646321325,47.74474,8.99639\n192,1646321326,47.74474,8.99637\n193,1646321327,47.74475,8.99635\n194,1646321328,47.74475,8.99633\n195,1646321329,47.74475,8.99631\n196,1646321330,47.74476,8.99628\n197,1646321331,47.74476,8.99626\n198,1646321332,47.74476,8.99624\n199,1646321333,47.74477,8.99622\n200,1646321334,47.74477,8.99620\n201,1646321335,47.74477,8.99618\n202,1646321336,47.74477,8.99616\n203,1646321337,47.74477,8.99614\n204,1646321338,47.74478,8.99612\n205,1646321339,47.74478,8.99610\n206,1646321340,47.74478,8.99608\n207,1646321341,47.74478,8.99606\n208,1646321342,47.74479,8.99604\n209,1646321343,47.74479,8.99602\n210,1646321344,47.74479,8.99601\n211,1646321345,47.74480,8.99599\n212,1646321346,47.74480,8.99597\n213,1646321347,47.74480,8.99595\n214,1646321348,47.74480,8.99593\n215,1646321349,47.74481,8.99591\n216,1646321350,47.74481,8.99589\n217,1646321351,47.74481,8.99587\n218,1646321352,47.74482,8.99585\n219,1646321353,47.74482,8.99583\n220,1646321354,47.74482,8.99581\n221,1646321355,47.74483,8.99579\n222,1646321356,47.74483,8.99577\n223,1646321357,47.74483,8.99575\n224,1646321358,47.74483,8.99573\n225,1646321359,47.74483,8.99571\n226,1646321360,47.74484,8.99569\n227,1646321361,47.74484,8.99567\n228,1646321362,47.74484,8.99566\n229,1646321363,47.74484,8.99564\n230,1646321364,47.74484,8.99562\n231,1646321365,47.74485,8.99561\n232,1646321366,47.74485,8.99559\n233,1646321367,47.74485,8.99557\n234,1646321368,47.74485,8.99555\n235,1646321369,47.74486,8.99553\n236,1646321370,47.74486,8.99551\n237,1646321371,47.74486,8.99549\n238,1646321372,47.74486,8.99547\n239,1646321373,47.74486,8.99545\n240,1646321374,47.74487,8.99544\n241,1646321375,47.74487,8.99542\n242,1646321376,47.74487,8.99540\n243,1646321377,47.74487,8.99538\n244,1646321378,47.74488,8.99536\n245,1646321379,47.74488,8.99534\n246,1646321380,47.74488,8.99532\n247,1646321381,47.74488,8.99530\n248,1646321382,47.74488,8.99528\n249,1646321383,47.74488,8.99527\n250,1646321384,47.74489,8.99525\n251,1646321385,47.74489,8.99523\n252,1646321386,47.74489,8.99521\n253,1646321387,47.74489,8.99519\n254,1646321388,47.74489,8.99517\n255,1646321389,47.74490,8.99515\n256,1646321390,47.74490,8.99513\n257,1646321391,47.74491,8.99511\n258,1646321392,47.74491,8.99509\n259,1646321393,47.74491,8.99507\n260,1646321394,47.74492,8.99505\n261,1646321395,47.74492,8.99503\n262,1646321396,47.74492,8.99501\n263,1646321397,47.74492,8.99499\n264,1646321398,47.74493,8.99498\n265,1646321399,47.74493,8.99496\n266,1646321400,47.74493,8.99494\n267,1646321401,47.74493,8.99492\n268,1646321402,47.74493,8.99490\n269,1646321403,47.74494,8.99488\n270,1646321404,47.74494,8.99486\n271,1646321405,47.74494,8.99484\n272,1646321406,47.74494,8.99482\n273,1646321407,47.74495,8.99481\n274,1646321408,47.74495,8.99478\n275,1646321409,47.74495,8.99476\n276,1646321410,47.74495,8.99474\n277,1646321411,47.74496,8.99472\n278,1646321412,47.74496,8.99470\n279,1646321413,47.74496,8.99468\n280,1646321414,47.74496,8.99466\n281,1646321415,47.74497,8.99464\n282,1646321416,47.74497,8.99462\n283,1646321417,47.74497,8.99460\n284,1646321418,47.74497,8.99458\n285,1646321419,47.74498,8.99457\n286,1646321420,47.74498,8.99455\n287,1646321421,47.74498,8.99453\n288,1646321422,47.74498,8.99451\n289,1646321423,47.74499,8.99449\n290,1646321424,47.74499,8.99447\n291,1646321425,47.74499,8.99445\n292,1646321426,47.74499,8.99443\n293,1646321427,47.74500,8.99441\n294,1646321428,47.74500,8.99439\n295,1646321429,47.74500,8.99437\n296,1646321430,47.74500,8.99435\n297,1646321431,47.74501,8.99433\n298,1646321432,47.74501,8.99431\n299,1646321433,47.74501,8.99429\n300,1646321434,47.74501,8.99427\n301,1646321435,47.74502,8.99425\n302,1646321436,47.74502,8.99423\n303,1646321437,47.74502,8.99421\n304,1646321438,47.74502,8.99420\n305,1646321439,47.74503,8.99418\n306,1646321440,47.74503,8.99416\n307,1646321441,47.74504,8.99415\n308,1646321442,47.74505,8.99414\n309,1646321443,47.74506,8.99413\n310,1646321444,47.74507,8.99413\n311,1646321445,47.74509,8.99414\n312,1646321446,47.74510,8.99414\n313,1646321447,47.74512,8.99414\n314,1646321448,47.74513,8.99415\n315,1646321449,47.74514,8.99415\n316,1646321450,47.74515,8.99416\n317,1646321451,47.74517,8.99416\n318,1646321452,47.74518,8.99417\n319,1646321453,47.74520,8.99418\n320,1646321454,47.74521,8.99419\n321,1646321455,47.74523,8.99420\n322,1646321456,47.74524,8.99420\n323,1646321457,47.74524,8.99420\n324,1646321458,47.74525,8.99420\n325,1646321459,47.74526,8.99420\n326,1646321460,47.74527,8.99421\n327,1646321461,47.74528,8.99421\n328,1646321462,47.74528,8.99420\n329,1646321463,47.74528,8.99420\n330,1646321464,47.74528,8.99420\n331,1646321465,47.74528,8.99420\n332,1646321466,47.74529,8.99421\n333,1646321467,47.74530,8.99422\n334,1646321468,47.74530,8.99422\n335,1646321469,47.74530,8.99422\n336,1646321470,47.74530,8.99422\n337,1646321471,47.74530,8.99422\n338,1646321472,47.74530,8.99422\n339,1646321473,47.74530,8.99423\n340,1646321474,47.74530,8.99423\n341,1646321475,47.74530,8.99423\n342,1646321476,47.74530,8.99423\n343,1646321477,47.74531,8.99423\n344,1646321478,47.74531,8.99423\n345,1646321479,47.74531,8.99423\n346,1646321480,47.74531,8.99424\n347,1646321481,47.74531,8.99424\n348,1646321482,47.74531,8.99424\n349,1646321483,47.74532,8.99424\n350,1646321484,47.74533,8.99425\n351,1646321485,47.74534,8.99425\n352,1646321486,47.74536,8.99426\n353,1646321487,47.74537,8.99426\n354,1646321488,47.74539,8.99427\n355,1646321489,47.74540,8.99427\n356,1646321490,47.74541,8.99428\n357,1646321491,47.74543,8.99428\n358,1646321492,47.74544,8.99429\n359,1646321493,47.74545,8.99429\n360,1646321494,47.74546,8.99430\n361,1646321495,47.74548,8.99431\n362,1646321496,47.74549,8.99431\n363,1646321497,47.74550,8.99431\n364,1646321498,47.74551,8.99432\n365,1646321499,47.74552,8.99432\n366,1646321500,47.74553,8.99432\n367,1646321501,47.74554,8.99433\n368,1646321502,47.74556,8.99433\n369,1646321503,47.74557,8.99434\n370,1646321504,47.74558,8.99434\n371,1646321505,47.74559,8.99434\n372,1646321506,47.74560,8.99435\n373,1646321507,47.74562,8.99435\n374,1646321508,47.74563,8.99436\n375,1646321509,47.74565,8.99436\n376,1646321510,47.74566,8.99437\n377,1646321511,47.74568,8.99437\n378,1646321512,47.74569,8.99438\n379,1646321513,47.74570,8.99439\n380,1646321514,47.74571,8.99439\n381,1646321515,47.74573,8.99440\n382,1646321516,47.74574,8.99440\n383,1646321517,47.74575,8.99441\n384,1646321518,47.74576,8.99442\n385,1646321519,47.74577,8.99443\n386,1646321520,47.74579,8.99444\n387,1646321521,47.74580,8.99445\n388,1646321522,47.74581,8.99446\n389,1646321523,47.74582,8.99447\n390,1646321524,47.74583,8.99448\n391,1646321525,47.74584,8.99450\n392,1646321526,47.74585,8.99451\n393,1646321527,47.74586,8.99453\n394,1646321528,47.74587,8.99454\n395,1646321529,47.74588,8.99456\n396,1646321530,47.74588,8.99457\n397,1646321531,47.74589,8.99458\n398,1646321532,47.74590,8.99460\n399,1646321533,47.74591,8.99461\n400,1646321534,47.74592,8.99463\n401,1646321535,47.74593,8.99464\n402,1646321536,47.74594,8.99466\n403,1646321537,47.74594,8.99467\n404,1646321538,47.74595,8.99468\n405,1646321539,47.74596,8.99469\n406,1646321540,47.74597,8.99471\n407,1646321541,47.74598,8.99473\n408,1646321542,47.74599,8.99474\n409,1646321543,47.74600,8.99476\n410,1646321544,47.74601,8.99477\n411,1646321545,47.74601,8.99479\n412,1646321546,47.74602,8.99480\n413,1646321547,47.74603,8.99481\n414,1646321548,47.74604,8.99483\n415,1646321549,47.74605,8.99484\n416,1646321550,47.74606,8.99486\n417,1646321551,47.74607,8.99487\n418,1646321552,47.74607,8.99489\n419,1646321553,47.74608,8.99490\n420,1646321554,47.74609,8.99491\n421,1646321555,47.74610,8.99493\n422,1646321556,47.74611,8.99494\n423,1646321557,47.74612,8.99496\n424,1646321558,47.74613,8.99497\n425,1646321559,47.74614,8.99499\n426,1646321560,47.74615,8.99501\n427,1646321561,47.74616,8.99502\n428,1646321562,47.74617,8.99503\n429,1646321563,47.74617,8.99504\n430,1646321564,47.74618,8.99505\n431,1646321565,47.74619,8.99506\n432,1646321566,47.74620,8.99507\n433,1646321567,47.74621,8.99507\n434,1646321568,47.74623,8.99507\n435,1646321569,47.74624,8.99506\n436,1646321570,47.74625,8.99505\n437,1646321571,47.74626,8.99503\n438,1646321572,47.74626,8.99501\n439,1646321573,47.74627,8.99499\n440,1646321574,47.74628,8.99497\n441,1646321575,47.74628,8.99495\n442,1646321576,47.74629,8.99493\n443,1646321577,47.74629,8.99491\n444,1646321578,47.74630,8.99489\n445,1646321579,47.74630,8.99487\n446,1646321580,47.74631,8.99485\n447,1646321581,47.74632,8.99483\n448,1646321582,47.74632,8.99481\n449,1646321583,47.74633,8.99479\n450,1646321584,47.74633,8.99477\n451,1646321585,47.74634,8.99475\n452,1646321586,47.74635,8.99473\n453,1646321587,47.74635,8.99471\n454,1646321588,47.74636,8.99470\n455,1646321589,47.74636,8.99468\n456,1646321590,47.74637,8.99466\n457,1646321591,47.74637,8.99464\n458,1646321592,47.74638,8.99462\n459,1646321593,47.74638,8.99460\n460,1646321594,47.74639,8.99459\n461,1646321595,47.74639,8.99457\n462,1646321596,47.74640,8.99456\n463,1646321597,47.74640,8.99454\n464,1646321598,47.74641,8.99452\n465,1646321599,47.74642,8.99451\n466,1646321600,47.74642,8.99450\n467,1646321601,47.74643,8.99448\n468,1646321602,47.74643,8.99447\n469,1646321603,47.74643,8.99445\n470,1646321604,47.74644,8.99443\n471,1646321605,47.74644,8.99442\n472,1646321606,47.74645,8.99440\n473,1646321607,47.74645,8.99438\n474,1646321608,47.74645,8.99437\n475,1646321609,47.74646,8.99435\n476,1646321610,47.74646,8.99434\n477,1646321611,47.74647,8.99433\n478,1646321612,47.74647,8.99431\n479,1646321613,47.74648,8.99430\n480,1646321614,47.74648,8.99428\n481,1646321615,47.74649,8.99426\n482,1646321616,47.74649,8.99425\n483,1646321617,47.74650,8.99424\n484,1646321618,47.74651,8.99422\n485,1646321619,47.74651,8.99420\n486,1646321620,47.74652,8.99419\n487,1646321621,47.74652,8.99417\n488,1646321622,47.74653,8.99416\n489,1646321623,47.74654,8.99415\n490,1646321624,47.74654,8.99414\n491,1646321625,47.74654,8.99414\n492,1646321626,47.74654,8.99414\n493,1646321627,47.74654,8.99414\n494,1646321628,47.74654,8.99414\n495,1646321629,47.74654,8.99414\n496,1646321630,47.74654,8.99414\n497,1646321631,47.74654,8.99414\n498,1646321632,47.74654,8.99414\n499,1646321633,47.74654,8.99414\n500,1646321634,47.74654,8.99414\n501,1646321635,47.74654,8.99414\n502,1646321636,47.74654,8.99414\n503,1646321637,47.74654,8.99414\n504,1646321638,47.74654,8.99414\n505,1646321639,47.74654,8.99414\n506,1646321640,47.74654,8.99414\n507,1646321641,47.74654,8.99414\n508,1646321642,47.74654,8.99414\n509,1646321643,47.74654,8.99414\n510,1646321644,47.74654,8.99414\n511,1646321645,47.74654,8.99414\n512,1646321646,47.74655,8.99415\n513,1646321647,47.74656,8.99415\n514,1646321648,47.74657,8.99415\n515,1646321649,47.74659,8.99415\n516,1646321650,47.74660,8.99414\n517,1646321651,47.74662,8.99414\n518,1646321652,47.74664,8.99414\n519,1646321653,47.74665,8.99414\n520,1646321654,47.74666,8.99414\n521,1646321655,47.74668,8.99414\n522,1646321656,47.74669,8.99414\n523,1646321657,47.74670,8.99415\n524,1646321658,47.74670,8.99415\n525,1646321659,47.74671,8.99415\n526,1646321660,47.74671,8.99416\n527,1646321661,47.74671,8.99415\n528,1646321662,47.74672,8.99416\n529,1646321663,47.74672,8.99416\n530,1646321664,47.74673,8.99416\n531,1646321665,47.74674,8.99417\n532,1646321666,47.74675,8.99417\n533,1646321667,47.74676,8.99418\n534,1646321668,47.74677,8.99419\n535,1646321669,47.74678,8.99419\n536,1646321670,47.74679,8.99420\n537,1646321671,47.74680,8.99421\n538,1646321672,47.74680,8.99422\n539,1646321673,47.74681,8.99423\n540,1646321674,47.74682,8.99423\n541,1646321675,47.74683,8.99424\n542,1646321676,47.74684,8.99424\n543,1646321677,47.74685,8.99425\n544,1646321678,47.74686,8.99426\n545,1646321679,47.74687,8.99426\n546,1646321680,47.74688,8.99427\n547,1646321681,47.74689,8.99428\n548,1646321682,47.74689,8.99429\n549,1646321683,47.74690,8.99429\n550,1646321684,47.74691,8.99430\n551,1646321685,47.74692,8.99431\n552,1646321686,47.74693,8.99432\n553,1646321687,47.74694,8.99432\n554,1646321688,47.74695,8.99433\n555,1646321689,47.74696,8.99434\n556,1646321690,47.74697,8.99435\n557,1646321691,47.74697,8.99435\n558,1646321692,47.74698,8.99436\n559,1646321693,47.74697,8.99436\n560,1646321694,47.74697,8.99436\n561,1646321695,47.74697,8.99436\n562,1646321696,47.74697,8.99436\n563,1646321697,47.74697,8.99436\n564,1646321698,47.74697,8.99436\n565,1646321699,47.74697,8.99436\n566,1646321700,47.74697,8.99436\n567,1646321701,47.74697,8.99436\n568,1646321702,47.74697,8.99436\n569,1646321703,47.74697,8.99436\n570,1646321704,47.74697,8.99436\n571,1646321705,47.74697,8.99436\n572,1646321706,47.74697,8.99436\n573,1646321707,47.74697,8.99436\n574,1646321708,47.74697,8.99436\n575,1646321709,47.74697,8.99436\n576,1646321710,47.74697,8.99436\n577,1646321711,47.74697,8.99436\n578,1646321712,47.74697,8.99436\n579,1646321713,47.74697,8.99436\n580,1646321714,47.74697,8.99436\n581,1646321715,47.74697,8.99436\n582,1646321716,47.74698,8.99437\n583,1646321717,47.74699,8.99437\n584,1646321718,47.74699,8.99438\n585,1646321719,47.74700,8.99439\n586,1646321720,47.74701,8.99439\n587,1646321721,47.74702,8.99440\n588,1646321722,47.74704,8.99441\n589,1646321723,47.74706,8.99443\n590,1646321724,47.74708,8.99444\n591,1646321725,47.74710,8.99446\n592,1646321726,47.74712,8.99447\n593,1646321727,47.74713,8.99449\n594,1646321728,47.74715,8.99450\n595,1646321729,47.74717,8.99451\n596,1646321730,47.74719,8.99453\n597,1646321731,47.74720,8.99454\n598,1646321732,47.74722,8.99455\n599,1646321733,47.74724,8.99457\n600,1646321734,47.74725,8.99458\n601,1646321735,47.74727,8.99459\n602,1646321736,47.74728,8.99460\n603,1646321737,47.74730,8.99461\n604,1646321738,47.74731,8.99461\n605,1646321739,47.74732,8.99462\n606,1646321740,47.74734,8.99463\n607,1646321741,47.74734,8.99464\n608,1646321742,47.74735,8.99464\n609,1646321743,47.74736,8.99465\n610,1646321744,47.74736,8.99465\n611,1646321745,47.74736,8.99465\n612,1646321746,47.74737,8.99464\n613,1646321747,47.74738,8.99464\n614,1646321748,47.74740,8.99463\n615,1646321749,47.74742,8.99464\n616,1646321750,47.74744,8.99464\n617,1646321751,47.74746,8.99465\n618,1646321752,47.74748,8.99466\n619,1646321753,47.74748,8.99466\n620,1646321754,47.74748,8.99466\n621,1646321755,47.74748,8.99466\n622,1646321756,47.74748,8.99466\n623,1646321757,47.74748,8.99466\n624,1646321758,47.74749,8.99466\n625,1646321759,47.74750,8.99466\n626,1646321760,47.74752,8.99466\n627,1646321761,47.74754,8.99466\n628,1646321762,47.74755,8.99466\n629,1646321763,47.74757,8.99467\n630,1646321764,47.74758,8.99468\n631,1646321765,47.74759,8.99468\n632,1646321766,47.74759,8.99468\n633,1646321767,47.74759,8.99468\n634,1646321768,47.74759,8.99468\n635,1646321767,47.74759,8.99469\n636,1646321768,47.74759,8.99469\n637,1646321769,47.74759,8.99469\n638,1646321770,47.74759,8.99469\n639,1646321771,47.74759,8.99469\n640,1646321772,47.74759,8.99469\n641,1646321773,47.74759,8.99469\n642,1646321774,47.74759,8.99469\n643,1646321775,47.74759,8.99469\n644,1646321776,47.74758,8.99469\n645,1646321777,47.74758,8.99468\n646,1646321778,47.74758,8.99469\n647,1646321779,47.74758,8.99468\n648,1646321780,47.74760,8.99468\n649,1646321781,47.74762,8.99468\n650,1646321782,47.74763,8.99469\n651,1646321783,47.74766,8.99469\n652,1646321784,47.74768,8.99470\n653,1646321785,47.74771,8.99471\n654,1646321786,47.74773,8.99472\n655,1646321787,47.74775,8.99472\n656,1646321788,47.74777,8.99473\n657,1646321789,47.74779,8.99473\n658,1646321790,47.74781,8.99473\n659,1646321791,47.74782,8.99473\n660,1646321792,47.74783,8.99473\n661,1646321793,47.74783,8.99473\n662,1646321794,47.74784,8.99473\n663,1646321795,47.74785,8.99473\n664,1646321796,47.74787,8.99473\n665,1646321797,47.74789,8.99474\n666,1646321798,47.74790,8.99474\n667,1646321799,47.74790,8.99474\n668,1646321800,47.74791,8.99474\n669,1646321801,47.74791,8.99473\n670,1646321802,47.74792,8.99473\n671,1646321803,47.74794,8.99473\n672,1646321804,47.74796,8.99472\n673,1646321805,47.74798,8.99472\n674,1646321806,47.74800,8.99472\n675,1646321807,47.74802,8.99472\n676,1646321808,47.74804,8.99472\n677,1646321809,47.74806,8.99473\n678,1646321810,47.74808,8.99474\n679,1646321811,47.74809,8.99475\n680,1646321812,47.74810,8.99476\n681,1646321813,47.74810,8.99477\n682,1646321814,47.74811,8.99477\n683,1646321815,47.74812,8.99477\n684,1646321816,47.74812,8.99476\n685,1646321817,47.74814,8.99475\n686,1646321818,47.74815,8.99474\n687,1646321819,47.74817,8.99474\n688,1646321820,47.74818,8.99474\n689,1646321821,47.74820,8.99474\n690,1646321822,47.74821,8.99474\n691,1646321823,47.74823,8.99474\n692,1646321824,47.74824,8.99475\n693,1646321825,47.74826,8.99475\n694,1646321826,47.74827,8.99476\n695,1646321827,47.74828,8.99477\n696,1646321828,47.74828,8.99477\n697,1646321829,47.74828,8.99477\n698,1646321830,47.74828,8.99477\n699,1646321831,47.74828,8.99477\n700,1646321832,47.74828,8.99477\n701,1646321833,47.74828,8.99477\n702,1646321834,47.74828,8.99477\n703,1646321835,47.74828,8.99477\n704,1646321836,47.74828,8.99477\n705,1646321837,47.74828,8.99478\n706,1646321838,47.74828,8.99478\n707,1646321839,47.74828,8.99477\n708,1646321840,47.74828,8.99477\n709,1646321841,47.74828,8.99477\n710,1646321842,47.74828,8.99477\n711,1646321843,47.74828,8.99477\n712,1646321844,47.74828,8.99477\n713,1646321845,47.74828,8.99477\n714,1646321846,47.74828,8.99477\n715,1646321847,47.74828,8.99478\n716,1646321848,47.74828,8.99477\n717,1646321849,47.74829,8.99476\n718,1646321850,47.74831,8.99475\n719,1646321851,47.74835,8.99471\n720,1646321852,47.74841,8.99466\n721,1646321853,47.74849,8.99460\n722,1646321854,47.74856,8.99454\n723,1646321855,47.74864,8.99449\n724,1646321856,47.74871,8.99444\n725,1646321857,47.74877,8.99439\n726,1646321858,47.74883,8.99433\n727,1646321859,47.74889,8.99426\n728,1646321860,47.74894,8.99417\n729,1646321861,47.74894,8.99407\n730,1646321862,47.74889,8.99405\n731,1646321863,47.74884,8.99411\n732,1646321864,47.74881,8.99422\n733,1646321865,47.74879,8.99434\n734,1646321866,47.74875,8.99444\n735,1646321867,47.74870,8.99451\n736,1646321868,47.74862,8.99454\n737,1646321869,47.74855,8.99449\n738,1646321870,47.74856,8.99441\n739,1646321871,47.74861,8.99436\n740,1646321872,47.74867,8.99437\n741,1646321873,47.74874,8.99440\n742,1646321874,47.74880,8.99443\n743,1646321875,47.74885,8.99441\n744,1646321876,47.74890,8.99437\n745,1646321877,47.74891,8.99431\n746,1646321878,47.74890,8.99428\n747,1646321879,47.74890,8.99427\n748,1646321880,47.74889,8.99429\n749,1646321881,47.74886,8.99431\n750,1646321882,47.74886,8.99433\n751,1646321883,47.74889,8.99431\n752,1646321884,47.74891,8.99424\n753,1646321885,47.74892,8.99417\n754,1646321886,47.74892,8.99411\n755,1646321887,47.74892,8.99406\n756,1646321888,47.74890,8.99404\n757,1646321889,47.74890,8.99404\n758,1646321890,47.74890,8.99404\n759,1646321891,47.74890,8.99404\n760,1646321892,47.74891,8.99405\n761,1646321893,47.74892,8.99407\n762,1646321894,47.74894,8.99409\n763,1646321895,47.74895,8.99409\n764,1646321896,47.74896,8.99407\n765,1646321897,47.74897,8.99406\n766,1646321898,47.74898,8.99405\n767,1646321899,47.74898,8.99405\n768,1646321900,47.74898,8.99405\n769,1646321901,47.74898,8.99406\n770,1646321902,47.74899,8.99406\n771,1646321903,47.74899,8.99406\n772,1646321904,47.74901,8.99403\n773,1646321905,47.74904,8.99399\n774,1646321906,47.74908,8.99395\n775,1646321907,47.74911,8.99392\n776,1646321908,47.74913,8.99390\n777,1646321909,47.74914,8.99388\n778,1646321910,47.74915,8.99387\n779,1646321911,47.74914,8.99385\n780,1646321912,47.74914,8.99385\n781,1646321913,47.74914,8.99385\n782,1646321914,47.74914,8.99385\n783,1646321915,47.74914,8.99385\n784,1646321916,47.74913,8.99384\n785,1646321917,47.74913,8.99385\n786,1646321918,47.74915,8.99384\n787,1646321919,47.74917,8.99382\n788,1646321920,47.74920,8.99380\n789,1646321921,47.74921,8.99377\n790,1646321922,47.74922,8.99375\n791,1646321923,47.74922,8.99372\n792,1646321924,47.74923,8.99371\n793,1646321925,47.74924,8.99370\n794,1646321926,47.74924,8.99369\n795,1646321927,47.74924,8.99368\n796,1646321928,47.74924,8.99366\n797,1646321929,47.74924,8.99365\n798,1646321930,47.74924,8.99364\n799,1646321931,47.74924,8.99363\n800,1646321932,47.74924,8.99361\n801,1646321933,47.74924,8.99359\n802,1646321934,47.74925,8.99357\n803,1646321935,47.74926,8.99355\n804,1646321936,47.74928,8.99354\n805,1646321937,47.74929,8.99353\n806,1646321938,47.74930,8.99351\n807,1646321939,47.74931,8.99350\n808,1646321940,47.74932,8.99349\n809,1646321941,47.74932,8.99349\n810,1646321942,47.74933,8.99348\n811,1646321943,47.74934,8.99347\n812,1646321944,47.74935,8.99347\n813,1646321945,47.74936,8.99347\n814,1646321946,47.74936,8.99347\n815,1646321947,47.74936,8.99347\n816,1646321948,47.74936,8.99347\n817,1646321949,47.74935,8.99347\n818,1646321950,47.74935,8.99347\n819,1646321951,47.74935,8.99347\n820,1646321952,47.74935,8.99347\n821,1646321953,47.74935,8.99347\n822,1646321954,47.74936,8.99346\n823,1646321955,47.74936,8.99345\n824,1646321956,47.74936,8.99345\n825,1646321957,47.74936,8.99344\n826,1646321958,47.74937,8.99344\n827,1646321959,47.74938,8.99343\n828,1646321960,47.74939,8.99342\n829,1646321961,47.74940,8.99341\n830,1646321962,47.74941,8.99340\n831,1646321963,47.74942,8.99340\n832,1646321964,47.74943,8.99339\n833,1646321965,47.74944,8.99339\n834,1646321966,47.74945,8.99339\n835,1646321967,47.74946,8.99338\n836,1646321968,47.74948,8.99337\n837,1646321969,47.74949,8.99336\n838,1646321970,47.74951,8.99336\n839,1646321971,47.74952,8.99335\n840,1646321972,47.74953,8.99334\n841,1646321973,47.74955,8.99333\n842,1646321974,47.74957,8.99333\n843,1646321975,47.74958,8.99333\n844,1646321976,47.74960,8.99332\n845,1646321977,47.74961,8.99331\n846,1646321978,47.74962,8.99331\n847,1646321979,47.74963,8.99330\n848,1646321980,47.74964,8.99330\n849,1646321981,47.74965,8.99329\n850,1646321982,47.74966,8.99328\n851,1646321983,47.74967,8.99327\n852,1646321984,47.74969,8.99327\n853,1646321985,47.74970,8.99326\n854,1646321986,47.74971,8.99326\n855,1646321987,47.74972,8.99325\n856,1646321988,47.74974,8.99325\n857,1646321989,47.74975,8.99325\n858,1646321990,47.74977,8.99325\n859,1646321991,47.74978,8.99325\n860,1646321992,47.74979,8.99326\n861,1646321993,47.74980,8.99326\n862,1646321994,47.74981,8.99326\n863,1646321995,47.74982,8.99327\n864,1646321996,47.74983,8.99327\n865,1646321997,47.74985,8.99328\n866,1646321998,47.74986,8.99328\n867,1646321999,47.74987,8.99329\n868,1646322000,47.74988,8.99330\n869,1646322001,47.74989,8.99330\n870,1646322002,47.74990,8.99331\n871,1646322003,47.74992,8.99332\n872,1646322004,47.74993,8.99332\n873,1646322005,47.74994,8.99333\n874,1646322006,47.74996,8.99333\n875,1646322007,47.74997,8.99332\n876,1646322008,47.74998,8.99330\n877,1646322009,47.74999,8.99329\n878,1646322010,47.75000,8.99328\n879,1646322011,47.75001,8.99327\n880,1646322012,47.75002,8.99326\n881,1646322013,47.75003,8.99325\n882,1646322014,47.75004,8.99324\n883,1646322015,47.75005,8.99322\n884,1646322016,47.75006,8.99320\n885,1646322017,47.75007,8.99319\n886,1646322018,47.75008,8.99317\n887,1646322019,47.75009,8.99316\n888,1646322020,47.75010,8.99314\n889,1646322021,47.75010,8.99313\n890,1646322022,47.75010,8.99311\n891,1646322023,47.75011,8.99310\n892,1646322024,47.75011,8.99307\n893,1646322025,47.75011,8.99305\n894,1646322026,47.75012,8.99304\n895,1646322027,47.75013,8.99302\n896,1646322028,47.75013,8.99301\n897,1646322029,47.75014,8.99299\n898,1646322030,47.75014,8.99297\n899,1646322031,47.75015,8.99295\n900,1646322032,47.75016,8.99293\n901,1646322033,47.75016,8.99291\n902,1646322034,47.75017,8.99290\n903,1646322035,47.75017,8.99288\n904,1646322036,47.75018,8.99287\n905,1646322037,47.75018,8.99285\n906,1646322038,47.75018,8.99284\n907,1646322039,47.75019,8.99282\n908,1646322040,47.75019,8.99280\n909,1646322041,47.75020,8.99278\n910,1646322042,47.75020,8.99276\n911,1646322043,47.75020,8.99274\n912,1646322044,47.75021,8.99272\n913,1646322045,47.75021,8.99271\n914,1646322046,47.75021,8.99270\n915,1646322047,47.75021,8.99269\n916,1646322048,47.75021,8.99268\n917,1646322049,47.75021,8.99266\n918,1646322050,47.75022,8.99264\n919,1646322051,47.75022,8.99262\n920,1646322052,47.75023,8.99260\n921,1646322053,47.75023,8.99258\n922,1646322054,47.75023,8.99256\n923,1646322055,47.75024,8.99255\n924,1646322056,47.75024,8.99253\n925,1646322057,47.75024,8.99251\n926,1646322058,47.75025,8.99250\n927,1646322059,47.75025,8.99249\n928,1646322060,47.75025,8.99247\n929,1646322061,47.75025,8.99245\n930,1646322062,47.75026,8.99243\n931,1646322063,47.75027,8.99241\n932,1646322064,47.75027,8.99239\n933,1646322065,47.75027,8.99237\n934,1646322066,47.75028,8.99235\n935,1646322067,47.75028,8.99233\n936,1646322068,47.75028,8.99231\n937,1646322069,47.75028,8.99229\n938,1646322070,47.75028,8.99227\n939,1646322071,47.75029,8.99226\n940,1646322072,47.75029,8.99224\n941,1646322073,47.75029,8.99222\n942,1646322074,47.75030,8.99220\n943,1646322075,47.75030,8.99218\n944,1646322076,47.75031,8.99216\n945,1646322077,47.75031,8.99214\n946,1646322078,47.75031,8.99212\n947,1646322079,47.75031,8.99211\n948,1646322080,47.75031,8.99209\n949,1646322081,47.75031,8.99208\n950,1646322082,47.75031,8.99207\n951,1646322083,47.75032,8.99205\n952,1646322084,47.75033,8.99203\n953,1646322085,47.75034,8.99201\n954,1646322086,47.75035,8.99199\n955,1646322087,47.75035,8.99196\n956,1646322088,47.75036,8.99194\n957,1646322089,47.75036,8.99192\n958,1646322090,47.75036,8.99190\n959,1646322091,47.75036,8.99187\n960,1646322092,47.75036,8.99186\n961,1646322093,47.75037,8.99184\n962,1646322094,47.75037,8.99182\n963,1646322095,47.75038,8.99180\n964,1646322096,47.75039,8.99178\n965,1646322097,47.75040,8.99176\n966,1646322098,47.75041,8.99174\n967,1646322099,47.75042,8.99172\n968,1646322100,47.75043,8.99170\n969,1646322101,47.75043,8.99168\n970,1646322102,47.75044,8.99166\n971,1646322103,47.75045,8.99164\n972,1646322104,47.75046,8.99162\n973,1646322105,47.75047,8.99160\n974,1646322106,47.75048,8.99158\n975,1646322107,47.75048,8.99157\n976,1646322108,47.75047,8.99156\n977,1646322109,47.75047,8.99154\n978,1646322110,47.75046,8.99154\n979,1646322111,47.75046,8.99153\n980,1646322112,47.75046,8.99151\n981,1646322113,47.75046,8.99149\n982,1646322114,47.75046,8.99147\n983,1646322115,47.75047,8.99145\n984,1646322116,47.75048,8.99143\n985,1646322117,47.75049,8.99141\n986,1646322118,47.75050,8.99138\n987,1646322119,47.75050,8.99137\n988,1646322120,47.75051,8.99135\n989,1646322121,47.75051,8.99133\n990,1646322122,47.75052,8.99131\n991,1646322123,47.75053,8.99129\n992,1646322124,47.75053,8.99127\n993,1646322125,47.75054,8.99125\n994,1646322126,47.75054,8.99123\n995,1646322127,47.75055,8.99121\n996,1646322128,47.75056,8.99119\n997,1646322129,47.75056,8.99117\n998,1646322130,47.75057,8.99115\n999,1646322131,47.75057,8.99113\n1000,1646322132,47.75057,8.99113\n1001,1646322133,47.75057,8.99111\n1002,1646322134,47.75057,8.99110\n1003,1646322135,47.75057,8.99109\n1004,1646322136,47.75058,8.99107\n1005,1646322137,47.75058,8.99106\n1006,1646322138,47.75058,8.99105\n1007,1646322139,47.75059,8.99104\n1008,1646322140,47.75059,8.99102\n1009,1646322141,47.75059,8.99100\n1010,1646322142,47.75060,8.99098\n1011,1646322143,47.75060,8.99097\n1012,1646322144,47.75061,8.99096\n1013,1646322145,47.75061,8.99094\n1014,1646322146,47.75062,8.99092\n1015,1646322147,47.75062,8.99090\n1016,1646322148,47.75063,8.99087\n1017,1646322149,47.75064,8.99085\n1018,1646322150,47.75064,8.99084\n1019,1646322151,47.75064,8.99083\n1020,1646322152,47.75065,8.99082\n1021,1646322153,47.75066,8.99081\n1022,1646322154,47.75067,8.99080\n1023,1646322155,47.75068,8.99078\n1024,1646322156,47.75069,8.99078\n1025,1646322157,47.75069,8.99076\n1026,1646322158,47.75071,8.99075\n1027,1646322159,47.75072,8.99074\n1028,1646322160,47.75073,8.99072\n1029,1646322161,47.75074,8.99071\n1030,1646322162,47.75076,8.99070\n1031,1646322163,47.75077,8.99070\n1032,1646322164,47.75078,8.99069\n1033,1646322165,47.75079,8.99068\n1034,1646322166,47.75080,8.99066\n1035,1646322167,47.75081,8.99065\n1036,1646322168,47.75083,8.99064\n1037,1646322169,47.75084,8.99063\n1038,1646322170,47.75085,8.99063\n1039,1646322171,47.75086,8.99061\n1040,1646322172,47.75087,8.99060\n1041,1646322173,47.75088,8.99059\n1042,1646322174,47.75089,8.99058\n1043,1646322175,47.75090,8.99057\n1044,1646322176,47.75090,8.99056\n1045,1646322177,47.75091,8.99055\n1046,1646322178,47.75092,8.99054\n1047,1646322179,47.75092,8.99052\n1048,1646322180,47.75093,8.99052\n1049,1646322181,47.75093,8.99050\n1050,1646322182,47.75094,8.99048\n1051,1646322183,47.75095,8.99047\n1052,1646322184,47.75096,8.99044\n1053,1646322185,47.75097,8.99042\n1054,1646322186,47.75097,8.99040\n1055,1646322187,47.75098,8.99038\n1056,1646322188,47.75099,8.99036\n1057,1646322189,47.75099,8.99034\n1058,1646322190,47.75100,8.99032\n1059,1646322191,47.75101,8.99031\n1060,1646322192,47.75101,8.99029\n1061,1646322193,47.75102,8.99027\n1062,1646322194,47.75102,8.99026\n1063,1646322195,47.75103,8.99024\n1064,1646322196,47.75103,8.99023\n1065,1646322197,47.75104,8.99021\n1066,1646322198,47.75105,8.99019\n1067,1646322199,47.75105,8.99018\n1068,1646322200,47.75106,8.99016\n1069,1646322201,47.75106,8.99014\n1070,1646322202,47.75107,8.99012\n1071,1646322203,47.75107,8.99010\n1072,1646322204,47.75108,8.99008\n1073,1646322205,47.75109,8.99006\n1074,1646322206,47.75109,8.99004\n1075,1646322207,47.75110,8.99002\n1076,1646322208,47.75111,8.99000\n1077,1646322209,47.75112,8.98998\n1078,1646322210,47.75113,8.98994\n1079,1646322211,47.75113,8.98992\n1080,1646322212,47.75113,8.98990\n1081,1646322213,47.75113,8.98988\n1082,1646322214,47.75113,8.98987\n1083,1646322215,47.75114,8.98985\n1084,1646322216,47.75114,8.98983\n1085,1646322217,47.75115,8.98980\n1086,1646322218,47.75115,8.98978\n1087,1646322219,47.75116,8.98975\n1088,1646322220,47.75116,8.98973\n1089,1646322221,47.75117,8.98970\n1090,1646322222,47.75117,8.98968\n1091,1646322223,47.75118,8.98966\n1092,1646322224,47.75118,8.98965\n1093,1646322225,47.75118,8.98963\n1094,1646322226,47.75118,8.98961\n1095,1646322227,47.75119,8.98959\n1096,1646322228,47.75119,8.98957\n1097,1646322229,47.75119,8.98955\n1098,1646322230,47.75119,8.98954\n1099,1646322231,47.75119,8.98952\n1100,1646322232,47.75119,8.98950\n1101,1646322233,47.75120,8.98948\n1102,1646322234,47.75120,8.98946\n1103,1646322235,47.75120,8.98944\n1104,1646322236,47.75120,8.98942\n1105,1646322237,47.75120,8.98940\n1106,1646322238,47.75121,8.98938\n1107,1646322239,47.75121,8.98936\n1108,1646322240,47.75121,8.98934\n1109,1646322241,47.75121,8.98932\n1110,1646322242,47.75122,8.98929\n1111,1646322243,47.75122,8.98926\n1112,1646322244,47.75122,8.98923\n1113,1646322245,47.75123,8.98921\n1114,1646322246,47.75123,8.98919\n1115,1646322247,47.75124,8.98917\n1116,1646322248,47.75124,8.98915\n1117,1646322249,47.75124,8.98914\n1118,1646322250,47.75124,8.98912\n1119,1646322251,47.75124,8.98910\n1120,1646322252,47.75124,8.98909\n1121,1646322253,47.75124,8.98908\n1122,1646322254,47.75124,8.98906\n1123,1646322255,47.75124,8.98905\n1124,1646322256,47.75124,8.98903\n1125,1646322257,47.75124,8.98901\n1126,1646322258,47.75124,8.98899\n1127,1646322259,47.75124,8.98897\n1128,1646322260,47.75124,8.98894\n1129,1646322261,47.75124,8.98892\n1130,1646322262,47.75124,8.98890\n1131,1646322263,47.75124,8.98888\n1132,1646322264,47.75124,8.98886\n1133,1646322265,47.75125,8.98885\n1134,1646322266,47.75126,8.98883\n1135,1646322267,47.75127,8.98881\n1136,1646322268,47.75128,8.98880\n1137,1646322269,47.75130,8.98880\n1138,1646322270,47.75131,8.98881\n1139,1646322271,47.75132,8.98882\n1140,1646322272,47.75133,8.98884\n1141,1646322273,47.75135,8.98886\n1142,1646322274,47.75136,8.98888\n1143,1646322275,47.75137,8.98890\n1144,1646322276,47.75139,8.98892\n1145,1646322277,47.75141,8.98894\n1146,1646322278,47.75142,8.98897\n1147,1646322279,47.75143,8.98900\n1148,1646322280,47.75144,8.98902\n1149,1646322281,47.75145,8.98904\n1150,1646322282,47.75146,8.98906\n1151,1646322283,47.75147,8.98909\n1152,1646322284,47.75148,8.98911\n1153,1646322285,47.75149,8.98914\n1154,1646322286,47.75151,8.98916\n1155,1646322287,47.75152,8.98918\n1156,1646322288,47.75152,8.98920\n1157,1646322289,47.75153,8.98922\n1158,1646322290,47.75154,8.98924\n1159,1646322291,47.75155,8.98926\n1160,1646322292,47.75156,8.98927\n1161,1646322293,47.75155,8.98927\n1162,1646322294,47.75155,8.98928\n1163,1646322295,47.75154,8.98927\n1164,1646322296,47.75154,8.98928\n1165,1646322297,47.75153,8.98928\n1166,1646322298,47.75153,8.98928\n1167,1646322299,47.75154,8.98930\n1168,1646322300,47.75155,8.98932\n1169,1646322301,47.75156,8.98935\n1170,1646322302,47.75157,8.98937\n1171,1646322303,47.75158,8.98939\n1172,1646322304,47.75159,8.98941\n1173,1646322305,47.75160,8.98943\n1174,1646322306,47.75162,8.98944\n1175,1646322307,47.75161,8.98944\n1176,1646322308,47.75161,8.98944\n1177,1646322309,47.75161,8.98944\n1178,1646322310,47.75161,8.98943\n1179,1646322311,47.75161,8.98943\n1180,1646322312,47.75160,8.98943\n1181,1646322313,47.75160,8.98943\n1182,1646322314,47.75160,8.98943\n1183,1646322315,47.75160,8.98943\n1184,1646322316,47.75160,8.98943\n1185,1646322317,47.75160,8.98943\n1186,1646322318,47.75160,8.98943\n1187,1646322319,47.75160,8.98943\n1188,1646322320,47.75160,8.98943\n1189,1646322321,47.75161,8.98944\n1190,1646322322,47.75162,8.98946\n1191,1646322323,47.75163,8.98948\n1192,1646322324,47.75165,8.98950\n1193,1646322325,47.75166,8.98953\n1194,1646322326,47.75168,8.98957\n1195,1646322327,47.75170,8.98960\n1196,1646322328,47.75171,8.98962\n1197,1646322329,47.75173,8.98965\n1198,1646322330,47.75174,8.98966\n1199,1646322331,47.75175,8.98967\n1200,1646322332,47.75176,8.98967\n1201,1646322333,47.75176,8.98967\n1202,1646322334,47.75176,8.98968\n1203,1646322335,47.75176,8.98968\n1204,1646322336,47.75176,8.98968\n1205,1646322337,47.75176,8.98968\n1206,1646322338,47.75177,8.98968\n1207,1646322339,47.75177,8.98968\n1208,1646322340,47.75177,8.98968\n1209,1646322341,47.75177,8.98968\n1210,1646322342,47.75177,8.98968\n1211,1646322343,47.75177,8.98968\n1212,1646322344,47.75177,8.98968\n1213,1646322345,47.75177,8.98968\n1214,1646322346,47.75177,8.98968\n1215,1646322347,47.75177,8.98968\n1216,1646322348,47.75177,8.98968\n1217,1646322349,47.75177,8.98968\n1218,1646322350,47.75177,8.98968\n1219,1646322351,47.75177,8.98968\n1220,1646322352,47.75177,8.98968\n1221,1646322353,47.75177,8.98968\n1222,1646322354,47.75178,8.98968\n1223,1646322355,47.75178,8.98968\n1224,1646322356,47.75178,8.98968\n1225,1646322357,47.75178,8.98968\n1226,1646322358,47.75178,8.98969\n1227,1646322359,47.75178,8.98969\n1228,1646322360,47.75178,8.98969\n1229,1646322361,47.75178,8.98971\n1230,1646322362,47.75179,8.98973\n1231,1646322363,47.75179,8.98976\n1232,1646322364,47.75181,8.98979\n1233,1646322365,47.75182,8.98983\n1234,1646322366,47.75183,8.98987\n1235,1646322367,47.75184,8.98989\n1236,1646322368,47.75184,8.98990\n1237,1646322369,47.75185,8.98992\n1238,1646322370,47.75186,8.98993\n1239,1646322371,47.75186,8.98994\n1240,1646322372,47.75187,8.98996\n1241,1646322373,47.75188,8.98997\n1242,1646322374,47.75188,8.98998\n1243,1646322375,47.75188,8.99000\n1244,1646322376,47.75189,8.99002\n1245,1646322377,47.75190,8.99003\n1246,1646322378,47.75190,8.99004\n1247,1646322379,47.75190,8.99005\n1248,1646322380,47.75189,8.99005\n1249,1646322381,47.75189,8.99005\n1250,1646322382,47.75189,8.99005\n1251,1646322383,47.75189,8.99004\n1252,1646322384,47.75189,8.99003\n1253,1646322385,47.75189,8.99003\n1254,1646322386,47.75189,8.99003\n1255,1646322387,47.75189,8.99003\n1256,1646322388,47.75189,8.99003\n1257,1646322389,47.75189,8.99002\n1258,1646322390,47.75189,8.99002\n1259,1646322391,47.75189,8.99002\n1260,1646322392,47.75189,8.99002\n1261,1646322393,47.75190,8.99002\n1262,1646322394,47.75190,8.99002\n1263,1646322395,47.75190,8.99002\n1264,1646322396,47.75191,8.99004\n1265,1646322397,47.75193,8.99005\n1266,1646322398,47.75194,8.99007\n1267,1646322399,47.75196,8.99009\n1268,1646322400,47.75198,8.99012\n1269,1646322401,47.75200,8.99015\n1270,1646322402,47.75202,8.99018\n1271,1646322403,47.75203,8.99021\n1272,1646322404,47.75205,8.99023\n1273,1646322405,47.75206,8.99026\n1274,1646322406,47.75207,8.99029\n1275,1646322407,47.75208,8.99032\n1276,1646322408,47.75209,8.99035\n1277,1646322409,47.75211,8.99037\n1278,1646322410,47.75213,8.99039\n1279,1646322411,47.75215,8.99039\n1280,1646322412,47.75217,8.99040\n1281,1646322413,47.75218,8.99041\n1282,1646322414,47.75220,8.99041\n1283,1646322415,47.75221,8.99042\n1284,1646322416,47.75222,8.99043\n1285,1646322417,47.75224,8.99043\n1286,1646322418,47.75226,8.99044\n1287,1646322419,47.75228,8.99045\n1288,1646322420,47.75230,8.99046\n1289,1646322421,47.75232,8.99046\n1290,1646322422,47.75232,8.99046\n1291,1646322423,47.75233,8.99046\n1292,1646322424,47.75235,8.99046\n1293,1646322425,47.75236,8.99046\n1294,1646322426,47.75239,8.99047\n1295,1646322427,47.75241,8.99048\n1296,1646322428,47.75242,8.99048\n1297,1646322429,47.75244,8.99049\n1298,1646322430,47.75246,8.99049\n1299,1646322431,47.75248,8.99049\n1300,1646322432,47.75249,8.99050\n1301,1646322433,47.75251,8.99051\n1302,1646322434,47.75253,8.99052\n1303,1646322435,47.75255,8.99053\n1304,1646322436,47.75256,8.99054\n1305,1646322437,47.75258,8.99055\n1306,1646322438,47.75260,8.99055\n1307,1646322439,47.75261,8.99054\n1308,1646322440,47.75261,8.99054\n1309,1646322441,47.75262,8.99054\n1310,1646322442,47.75261,8.99054\n1311,1646322443,47.75261,8.99055\n1312,1646322444,47.75261,8.99055\n1313,1646322445,47.75261,8.99054\n1314,1646322446,47.75261,8.99054\n1315,1646322447,47.75261,8.99054\n1316,1646322448,47.75261,8.99054\n1317,1646322449,47.75262,8.99053\n1318,1646322450,47.75263,8.99053\n1319,1646322451,47.75265,8.99054\n1320,1646322452,47.75267,8.99054\n1321,1646322453,47.75268,8.99054\n1322,1646322454,47.75270,8.99055\n1323,1646322455,47.75271,8.99055\n1324,1646322456,47.75273,8.99055\n1325,1646322457,47.75274,8.99056\n1326,1646322458,47.75276,8.99055\n1327,1646322459,47.75278,8.99055\n1328,1646322460,47.75279,8.99055\n1329,1646322461,47.75283,8.99055\n1330,1646322462,47.75285,8.99055\n1331,1646322463,47.75287,8.99055\n1332,1646322464,47.75289,8.99056\n1333,1646322465,47.75291,8.99056\n1334,1646322466,47.75293,8.99056\n1335,1646322467,47.75293,8.99056\n1336,1646322468,47.75294,8.99056\n1337,1646322469,47.75294,8.99057\n1338,1646322470,47.75294,8.99057\n1339,1646322471,47.75294,8.99057\n1340,1646322472,47.75294,8.99057\n1341,1646322473,47.75294,8.99057\n1342,1646322474,47.75294,8.99057\n1343,1646322475,47.75294,8.99057\n1344,1646322476,47.75294,8.99057\n1345,1646322477,47.75294,8.99057\n1346,1646322478,47.75294,8.99057\n1347,1646322479,47.75294,8.99057\n1348,1646322480,47.75294,8.99057\n1349,1646322481,47.75294,8.99057\n1350,1646322482,47.75295,8.99058\n1351,1646322483,47.75296,8.99058\n1352,1646322484,47.75296,8.99058\n1353,1646322485,47.75296,8.99058\n1354,1646322486,47.75297,8.99058\n1355,1646322487,47.75297,8.99058\n1356,1646322488,47.75297,8.99058\n1357,1646322489,47.75298,8.99058\n1358,1646322490,47.75299,8.99058\n1359,1646322491,47.75300,8.99058\n1360,1646322492,47.75301,8.99059\n1361,1646322493,47.75302,8.99059\n1362,1646322494,47.75302,8.99059\n1363,1646322495,47.75303,8.99059\n1364,1646322496,47.75304,8.99060\n1365,1646322497,47.75305,8.99060\n1366,1646322498,47.75305,8.99060\n1367,1646322499,47.75305,8.99060\n1368,1646322500,47.75305,8.99060\n1369,1646322501,47.75306,8.99060\n1370,1646322502,47.75306,8.99060\n1371,1646322503,47.75306,8.99060\n1372,1646322504,47.75307,8.99060\n1373,1646322505,47.75307,8.99060\n1374,1646322506,47.75307,8.99060\n1375,1646322507,47.75307,8.99060\n1376,1646322508,47.75307,8.99060\n1377,1646322509,47.75307,8.99060\n1378,1646322510,47.75308,8.99060\n1379,1646322511,47.75308,8.99059\n1380,1646322512,47.75308,8.99059\n1381,1646322513,47.75308,8.99059\n1382,1646322514,47.75309,8.99059\n1383,1646322515,47.75309,8.99059\n1384,1646322516,47.75310,8.99059\n1385,1646322517,47.75311,8.99059\n1386,1646322518,47.75311,8.99059\n1387,1646322519,47.75312,8.99059\n1388,1646322520,47.75312,8.99059\n1389,1646322521,47.75313,8.99059\n1390,1646322522,47.75314,8.99059\n1391,1646322523,47.75315,8.99059\n1392,1646322524,47.75316,8.99060\n1393,1646322525,47.75317,8.99060\n1394,1646322526,47.75317,8.99060\n1395,1646322527,47.75318,8.99061\n1396,1646322528,47.75320,8.99061\n1397,1646322529,47.75321,8.99061\n1398,1646322530,47.75322,8.99062\n1399,1646322531,47.75323,8.99062\n1400,1646322532,47.75324,8.99062\n1401,1646322533,47.75325,8.99063\n1402,1646322534,47.75327,8.99063\n1403,1646322535,47.75328,8.99063\n1404,1646322536,47.75330,8.99063\n1405,1646322537,47.75331,8.99063\n1406,1646322538,47.75331,8.99063\n1407,1646322539,47.75332,8.99063\n1408,1646322540,47.75333,8.99063\n1409,1646322541,47.75334,8.99063\n1410,1646322542,47.75334,8.99063\n1411,1646322543,47.75335,8.99063\n1412,1646322544,47.75336,8.99063\n1413,1646322545,47.75337,8.99064\n1414,1646322546,47.75337,8.99064\n1415,1646322547,47.75339,8.99064\n1416,1646322548,47.75340,8.99065\n1417,1646322549,47.75341,8.99065\n1418,1646322550,47.75343,8.99066\n1419,1646322551,47.75344,8.99066\n1420,1646322552,47.75345,8.99066\n1421,1646322553,47.75346,8.99066\n1422,1646322554,47.75348,8.99066\n1423,1646322555,47.75349,8.99066\n1424,1646322556,47.75350,8.99066\n1425,1646322557,47.75351,8.99066\n1426,1646322558,47.75352,8.99066\n1427,1646322559,47.75353,8.99065\n1428,1646322560,47.75354,8.99066\n1429,1646322561,47.75356,8.99066\n1430,1646322562,47.75357,8.99066\n1431,1646322563,47.75358,8.99067\n1432,1646322564,47.75359,8.99067\n1433,1646322565,47.75361,8.99067\n1434,1646322566,47.75362,8.99067\n1435,1646322567,47.75363,8.99066\n1436,1646322568,47.75364,8.99066\n1437,1646322569,47.75365,8.99067\n1438,1646322570,47.75366,8.99067\n1439,1646322571,47.75367,8.99067\n1440,1646322572,47.75368,8.99068\n1441,1646322573,47.75369,8.99068\n1442,1646322574,47.75370,8.99068\n1443,1646322575,47.75371,8.99068\n1444,1646322576,47.75372,8.99068\n1445,1646322577,47.75373,8.99069\n1446,1646322578,47.75373,8.99069\n1447,1646322579,47.75374,8.99069\n1448,1646322580,47.75375,8.99069\n1449,1646322581,47.75376,8.99070\n1450,1646322582,47.75377,8.99071\n1451,1646322583,47.75378,8.99072\n1452,1646322584,47.75379,8.99072\n1453,1646322585,47.75379,8.99073\n1454,1646322586,47.75380,8.99073\n1455,1646322587,47.75381,8.99073\n1456,1646322588,47.75382,8.99073\n1457,1646322589,47.75383,8.99073\n1458,1646322590,47.75384,8.99074\n1459,1646322591,47.75384,8.99074\n1460,1646322592,47.75386,8.99074\n1461,1646322593,47.75388,8.99076\n1462,1646322594,47.75389,8.99077\n1463,1646322595,47.75391,8.99077\n1464,1646322596,47.75392,8.99078\n1465,1646322597,47.75392,8.99078\n1466,1646322598,47.75394,8.99080\n1467,1646322599,47.75395,8.99081\n1468,1646322600,47.75397,8.99082\n1469,1646322601,47.75398,8.99083\n1470,1646322602,47.75399,8.99084\n1471,1646322603,47.75400,8.99085\n1472,1646322604,47.75401,8.99086\n1473,1646322605,47.75402,8.99086\n1474,1646322606,47.75403,8.99087\n1475,1646322607,47.75404,8.99088\n1476,1646322608,47.75405,8.99088\n1477,1646322609,47.75406,8.99090\n1478,1646322610,47.75407,8.99091\n1479,1646322611,47.75409,8.99092\n1480,1646322612,47.75410,8.99093\n1481,1646322613,47.75411,8.99095\n1482,1646322614,47.75413,8.99097\n1483,1646322615,47.75414,8.99099\n1484,1646322616,47.75416,8.99101\n1485,1646322617,47.75418,8.99102\n1486,1646322618,47.75420,8.99104\n1487,1646322619,47.75421,8.99105\n1488,1646322620,47.75423,8.99107\n1489,1646322621,47.75424,8.99107\n1490,1646322622,47.75424,8.99106\n1491,1646322623,47.75425,8.99106\n1492,1646322624,47.75427,8.99106\n1493,1646322625,47.75428,8.99108\n1494,1646322626,47.75429,8.99109\n1495,1646322627,47.75431,8.99111\n1496,1646322628,47.75433,8.99112\n1497,1646322629,47.75435,8.99114\n1498,1646322630,47.75436,8.99115\n1499,1646322631,47.75438,8.99117\n1500,1646322632,47.75439,8.99118\n1501,1646322633,47.75441,8.99120\n1502,1646322634,47.75443,8.99121\n1503,1646322635,47.75444,8.99123\n1504,1646322636,47.75446,8.99124\n1505,1646322637,47.75448,8.99125\n1506,1646322638,47.75449,8.99127\n1507,1646322639,47.75451,8.99128\n1508,1646322640,47.75452,8.99129\n1509,1646322641,47.75453,8.99130\n1510,1646322642,47.75454,8.99131\n1511,1646322643,47.75455,8.99133\n1512,1646322644,47.75457,8.99134\n1513,1646322645,47.75458,8.99134\n1514,1646322646,47.75460,8.99135\n1515,1646322647,47.75461,8.99136\n1516,1646322648,47.75461,8.99136\n1517,1646322649,47.75461,8.99136\n1518,1646322650,47.75460,8.99136\n1519,1646322651,47.75460,8.99137\n1520,1646322652,47.75460,8.99136\n1521,1646322653,47.75460,8.99136\n1522,1646322654,47.75460,8.99137\n1523,1646322655,47.75460,8.99137\n1524,1646322656,47.75461,8.99137\n1525,1646322657,47.75462,8.99138\n1526,1646322658,47.75463,8.99139\n1527,1646322659,47.75465,8.99139\n1528,1646322660,47.75468,8.99140\n1529,1646322661,47.75469,8.99142\n1530,1646322662,47.75471,8.99144\n1531,1646322663,47.75473,8.99146\n1532,1646322664,47.75474,8.99148\n1533,1646322665,47.75475,8.99150\n1534,1646322666,47.75476,8.99153\n1535,1646322667,47.75476,8.99155\n1536,1646322668,47.75476,8.99157\n1537,1646322669,47.75475,8.99158\n1538,1646322670,47.75475,8.99159\n1539,1646322671,47.75475,8.99159\n1540,1646322672,47.75476,8.99160\n1541,1646322673,47.75476,8.99161\n1542,1646322674,47.75476,8.99161\n1543,1646322675,47.75475,8.99162\n1544,1646322676,47.75475,8.99164\n1545,1646322677,47.75474,8.99165\n1546,1646322678,47.75473,8.99167\n1547,1646322679,47.75472,8.99169\n1548,1646322680,47.75471,8.99170\n1549,1646322681,47.75471,8.99172\n1550,1646322682,47.75470,8.99174\n1551,1646322683,47.75469,8.99176\n1552,1646322684,47.75468,8.99177\n1553,1646322685,47.75467,8.99178\n1554,1646322686,47.75466,8.99180\n1555,1646322687,47.75466,8.99182\n1556,1646322688,47.75465,8.99184\n1557,1646322689,47.75464,8.99186\n1558,1646322690,47.75464,8.99189\n1559,1646322691,47.75462,8.99192\n1560,1646322692,47.75461,8.99195\n1561,1646322693,47.75461,8.99197\n1562,1646322694,47.75460,8.99199\n1563,1646322695,47.75458,8.99201\n1564,1646322696,47.75457,8.99204\n1565,1646322697,47.75456,8.99206\n1566,1646322698,47.75455,8.99208\n1567,1646322699,47.75455,8.99210\n1568,1646322700,47.75453,8.99212\n1569,1646322701,47.75452,8.99213\n1570,1646322702,47.75451,8.99215\n1571,1646322703,47.75450,8.99216\n1572,1646322704,47.75449,8.99217\n1573,1646322705,47.75449,8.99218\n1574,1646322706,47.75448,8.99219\n1575,1646322707,47.75447,8.99220\n1576,1646322708,47.75446,8.99220\n1577,1646322709,47.75446,8.99220\n1578,1646322710,47.75446,8.99219\n1579,1646322711,47.75446,8.99219\n1580,1646322712,47.75446,8.99219\n1581,1646322713,47.75446,8.99221\n1582,1646322714,47.75446,8.99222\n1583,1646322715,47.75445,8.99223\n1584,1646322716,47.75445,8.99223\n1585,1646322717,47.75444,8.99224\n1586,1646322718,47.75444,8.99224\n1587,1646322719,47.75443,8.99224\n1588,1646322720,47.75443,8.99226\n1589,1646322721,47.75443,8.99227\n1590,1646322722,47.75442,8.99229\n1591,1646322723,47.75442,8.99230\n1592,1646322724,47.75442,8.99230\n1593,1646322725,47.75441,8.99230\n1594,1646322726,47.75441,8.99231\n1595,1646322727,47.75441,8.99231\n1596,1646322728,47.75441,8.99231\n1597,1646322729,47.75441,8.99231\n1598,1646322730,47.75441,8.99231\n1599,1646322731,47.75441,8.99231\n1600,1646322732,47.75441,8.99231\n1601,1646322733,47.75441,8.99231\n1602,1646322734,47.75441,8.99231\n1603,1646322735,47.75441,8.99232\n1604,1646322736,47.75441,8.99232\n1605,1646322737,47.75441,8.99235\n1606,1646322738,47.75440,8.99238\n1607,1646322739,47.75439,8.99241\n1608,1646322740,47.75437,8.99244\n1609,1646322741,47.75436,8.99246\n1610,1646322742,47.75434,8.99249\n1611,1646322743,47.75432,8.99251\n1612,1646322744,47.75430,8.99253\n1613,1646322745,47.75429,8.99255\n1614,1646322746,47.75428,8.99258\n1615,1646322747,47.75427,8.99260\n1616,1646322748,47.75426,8.99262\n1617,1646322749,47.75424,8.99265\n1618,1646322750,47.75422,8.99267\n1619,1646322751,47.75421,8.99269\n1620,1646322752,47.75419,8.99272\n1621,1646322753,47.75417,8.99275\n1622,1646322754,47.75416,8.99277\n1623,1646322755,47.75414,8.99280\n1624,1646322756,47.75413,8.99282\n1625,1646322757,47.75411,8.99284\n1626,1646322758,47.75411,8.99283\n1627,1646322759,47.75411,8.99282\n1628,1646322760,47.75411,8.99281\n1629,1646322761,47.75411,8.99281\n1630,1646322762,47.75411,8.99282\n1631,1646322763,47.75411,8.99282\n1632,1646322764,47.75410,8.99282\n1633,1646322765,47.75410,8.99282\n1634,1646322766,47.75410,8.99283\n1635,1646322767,47.75410,8.99283\n1636,1646322768,47.75410,8.99283\n1637,1646322769,47.75410,8.99283\n1638,1646322770,47.75410,8.99283\n1639,1646322771,47.75410,8.99283\n1640,1646322772,47.75410,8.99283\n1641,1646322773,47.75410,8.99283\n1642,1646322774,47.75410,8.99283\n1643,1646322775,47.75410,8.99283\n1644,1646322776,47.75410,8.99283\n1645,1646322777,47.75409,8.99283\n1646,1646322778,47.75409,8.99283\n1647,1646322779,47.75409,8.99282\n1648,1646322780,47.75409,8.99282\n1649,1646322781,47.75409,8.99282\n1650,1646322782,47.75409,8.99282\n1651,1646322783,47.75409,8.99282\n1652,1646322784,47.75409,8.99282\n1653,1646322785,47.75409,8.99282\n1654,1646322786,47.75409,8.99284\n1655,1646322787,47.75408,8.99286\n1656,1646322788,47.75407,8.99289\n1657,1646322789,47.75406,8.99292\n1658,1646322790,47.75404,8.99297\n1659,1646322791,47.75402,8.99302\n1660,1646322792,47.75399,8.99307\n1661,1646322793,47.75397,8.99311\n1662,1646322794,47.75394,8.99316\n1663,1646322795,47.75392,8.99321\n1664,1646322796,47.75389,8.99325\n1665,1646322797,47.75388,8.99329\n1666,1646322798,47.75386,8.99332\n1667,1646322799,47.75384,8.99335\n1668,1646322800,47.75383,8.99338\n1669,1646322801,47.75381,8.99340\n1670,1646322802,47.75380,8.99343\n1671,1646322803,47.75379,8.99345\n1672,1646322804,47.75378,8.99348\n1673,1646322805,47.75376,8.99351\n1674,1646322806,47.75375,8.99353\n1675,1646322807,47.75374,8.99355\n1676,1646322808,47.75374,8.99354\n1677,1646322809,47.75374,8.99354\n1678,1646322810,47.75374,8.99354\n1679,1646322811,47.75374,8.99353\n1680,1646322812,47.75374,8.99353\n1681,1646322813,47.75374,8.99353\n1682,1646322814,47.75374,8.99353\n1683,1646322815,47.75374,8.99353\n1684,1646322816,47.75374,8.99353\n1685,1646322817,47.75374,8.99353\n1686,1646322818,47.75374,8.99353\n1687,1646322819,47.75374,8.99352\n1688,1646322820,47.75374,8.99352\n1689,1646322821,47.75374,8.99352\n1690,1646322822,47.75374,8.99352\n1691,1646322823,47.75374,8.99352\n1692,1646322824,47.75374,8.99353\n1693,1646322825,47.75374,8.99353\n1694,1646322826,47.75373,8.99356\n1695,1646322827,47.75372,8.99361\n1696,1646322828,47.75370,8.99366\n1697,1646322829,47.75368,8.99370\n1698,1646322830,47.75367,8.99373\n1699,1646322831,47.75365,8.99377\n1700,1646322832,47.75363,8.99380\n1701,1646322833,47.75361,8.99383\n1702,1646322834,47.75359,8.99386\n1703,1646322835,47.75357,8.99390\n1704,1646322836,47.75356,8.99393\n1705,1646322837,47.75354,8.99396\n1706,1646322838,47.75353,8.99399\n1707,1646322839,47.75351,8.99402\n1708,1646322840,47.75350,8.99405\n1709,1646322841,47.75348,8.99408\n1710,1646322842,47.75346,8.99412\n1711,1646322843,47.75344,8.99415\n1712,1646322844,47.75343,8.99418\n1713,1646322845,47.75341,8.99421\n1714,1646322846,47.75340,8.99424\n1715,1646322847,47.75338,8.99427\n1716,1646322848,47.75336,8.99430\n1717,1646322849,47.75335,8.99432\n1718,1646322850,47.75334,8.99435\n1719,1646322851,47.75332,8.99438\n1720,1646322852,47.75331,8.99441\n1721,1646322853,47.75329,8.99443\n1722,1646322854,47.75328,8.99446\n1723,1646322855,47.75326,8.99448\n1724,1646322856,47.75325,8.99451\n1725,1646322857,47.75324,8.99453\n1726,1646322858,47.75322,8.99456\n1727,1646322859,47.75321,8.99458\n1728,1646322860,47.75320,8.99460\n1729,1646322861,47.75319,8.99461\n1730,1646322862,47.75318,8.99463\n1731,1646322863,47.75316,8.99466\n1732,1646322864,47.75315,8.99468\n1733,1646322865,47.75313,8.99470\n1734,1646322866,47.75312,8.99473\n1735,1646322867,47.75311,8.99475\n1736,1646322868,47.75309,8.99477\n1737,1646322869,47.75309,8.99479\n1738,1646322870,47.75308,8.99480\n1739,1646322871,47.75308,8.99481\n1740,1646322872,47.75308,8.99481\n1741,1646322873,47.75308,8.99480\n1742,1646322874,47.75309,8.99478\n1743,1646322875,47.75310,8.99477\n1744,1646322876,47.75311,8.99475\n1745,1646322877,47.75312,8.99473\n1746,1646322878,47.75312,8.99472\n1747,1646322879,47.75312,8.99473\n1748,1646322880,47.75311,8.99474\n1749,1646322881,47.75311,8.99476\n1750,1646322882,47.75310,8.99478\n1751,1646322883,47.75309,8.99480\n1752,1646322884,47.75308,8.99481\n1753,1646322885,47.75307,8.99483\n1754,1646322886,47.75306,8.99485\n1755,1646322887,47.75305,8.99486\n1756,1646322888,47.75305,8.99487\n1757,1646322889,47.75304,8.99488\n1758,1646322890,47.75305,8.99488\n1759,1646322891,47.75305,8.99488\n1760,1646322892,47.75305,8.99488\n1761,1646322893,47.75305,8.99489\n1762,1646322894,47.75304,8.99490\n1763,1646322895,47.75303,8.99492\n1764,1646322896,47.75302,8.99493\n1765,1646322897,47.75301,8.99495\n1766,1646322898,47.75300,8.99496\n1767,1646322899,47.75299,8.99498\n1768,1646322900,47.75299,8.99499\n1769,1646322901,47.75298,8.99501\n1770,1646322902,47.75297,8.99503\n1771,1646322903,47.75296,8.99504\n1772,1646322904,47.75295,8.99506\n1773,1646322905,47.75294,8.99507\n1774,1646322906,47.75293,8.99508\n1775,1646322907,47.75293,8.99508\n1776,1646322908,47.75292,8.99509\n1777,1646322909,47.75291,8.99510\n1778,1646322910,47.75289,8.99510\n1779,1646322911,47.75288,8.99511\n1780,1646322912,47.75287,8.99513\n1781,1646322913,47.75286,8.99514\n1782,1646322914,47.75285,8.99515\n1783,1646322915,47.75284,8.99517\n1784,1646322916,47.75283,8.99518\n1785,1646322917,47.75282,8.99520\n1786,1646322918,47.75281,8.99522\n1787,1646322919,47.75280,8.99523\n1788,1646322920,47.75279,8.99524\n1789,1646322921,47.75278,8.99525\n1790,1646322922,47.75278,8.99526\n1791,1646322923,47.75277,8.99527\n1792,1646322924,47.75276,8.99529\n1793,1646322925,47.75275,8.99531\n1794,1646322926,47.75275,8.99533\n1795,1646322927,47.75274,8.99534\n1796,1646322928,47.75273,8.99536\n1797,1646322929,47.75273,8.99537\n1798,1646322930,47.75272,8.99539\n1799,1646322931,47.75271,8.99540\n1800,1646322932,47.75271,8.99542\n1801,1646322933,47.75270,8.99544\n1802,1646322934,47.75270,8.99545\n1803,1646322935,47.75269,8.99547\n1804,1646322936,47.75269,8.99549\n1805,1646322937,47.75268,8.99551\n1806,1646322938,47.75268,8.99553\n1807,1646322939,47.75267,8.99555\n1808,1646322940,47.75267,8.99556\n1809,1646322941,47.75266,8.99558\n1810,1646322942,47.75265,8.99560\n1811,1646322943,47.75264,8.99562\n1812,1646322944,47.75264,8.99563\n1813,1646322945,47.75263,8.99565\n1814,1646322946,47.75262,8.99567\n1815,1646322947,47.75262,8.99569\n1816,1646322948,47.75261,8.99571\n1817,1646322949,47.75260,8.99572\n1818,1646322950,47.75259,8.99574\n1819,1646322951,47.75258,8.99575\n1820,1646322952,47.75257,8.99577\n1821,1646322953,47.75256,8.99578\n1822,1646322954,47.75255,8.99580\n1823,1646322955,47.75254,8.99582\n1824,1646322956,47.75254,8.99583\n1825,1646322957,47.75253,8.99585\n1826,1646322958,47.75252,8.99586\n1827,1646322959,47.75251,8.99588\n1828,1646322960,47.75251,8.99590\n1829,1646322961,47.75250,8.99592\n1830,1646322962,47.75249,8.99594\n1831,1646322963,47.75249,8.99595\n1832,1646322964,47.75249,8.99597\n1833,1646322965,47.75249,8.99599\n1834,1646322966,47.75248,8.99601\n1835,1646322967,47.75248,8.99603\n1836,1646322968,47.75247,8.99604\n1837,1646322969,47.75247,8.99606\n1838,1646322970,47.75246,8.99608\n1839,1646322971,47.75246,8.99609\n1840,1646322972,47.75245,8.99611\n1841,1646322973,47.75244,8.99613\n1842,1646322974,47.75243,8.99615\n1843,1646322975,47.75243,8.99616\n1844,1646322976,47.75242,8.99618\n1845,1646322977,47.75242,8.99620\n1846,1646322978,47.75241,8.99621\n1847,1646322979,47.75241,8.99623\n1848,1646322980,47.75240,8.99625\n1849,1646322981,47.75240,8.99626\n1850,1646322982,47.75240,8.99628\n1851,1646322983,47.75240,8.99630\n1852,1646322984,47.75239,8.99632\n1853,1646322985,47.75238,8.99633\n1854,1646322986,47.75237,8.99635\n1855,1646322987,47.75236,8.99637\n1856,1646322988,47.75235,8.99639\n1857,1646322989,47.75234,8.99641\n1858,1646322990,47.75234,8.99643\n1859,1646322991,47.75233,8.99644\n1860,1646322992,47.75233,8.99646\n1861,1646322993,47.75232,8.99648\n1862,1646322994,47.75232,8.99649\n1863,1646322995,47.75231,8.99651\n1864,1646322996,47.75230,8.99652\n1865,1646322997,47.75230,8.99654\n1866,1646322998,47.75229,8.99656\n1867,1646322999,47.75228,8.99658\n1868,1646323000,47.75227,8.99660\n1869,1646323001,47.75226,8.99661\n1870,1646323002,47.75225,8.99663\n1871,1646323003,47.75224,8.99665\n1872,1646323004,47.75224,8.99667\n1873,1646323005,47.75223,8.99668\n1874,1646323006,47.75223,8.99670\n1875,1646323007,47.75222,8.99672\n1876,1646323008,47.75221,8.99673\n1877,1646323009,47.75221,8.99675\n1878,1646323010,47.75220,8.99677\n1879,1646323011,47.75219,8.99680\n1880,1646323012,47.75219,8.99681\n1881,1646323013,47.75218,8.99684\n1882,1646323014,47.75217,8.99686\n1883,1646323015,47.75216,8.99687\n1884,1646323016,47.75215,8.99689\n1885,1646323017,47.75215,8.99691\n1886,1646323018,47.75214,8.99693\n1887,1646323019,47.75214,8.99695\n1888,1646323020,47.75213,8.99697\n1889,1646323021,47.75212,8.99698\n1890,1646323022,47.75212,8.99700\n1891,1646323023,47.75211,8.99702\n1892,1646323024,47.75210,8.99704\n1893,1646323025,47.75210,8.99706\n1894,1646323026,47.75209,8.99708\n1895,1646323027,47.75209,8.99709\n1896,1646323028,47.75208,8.99711\n1897,1646323029,47.75207,8.99714\n1898,1646323030,47.75207,8.99716\n1899,1646323031,47.75206,8.99718\n1900,1646323032,47.75205,8.99719\n1901,1646323033,47.75205,8.99721\n1902,1646323034,47.75204,8.99723\n1903,1646323035,47.75204,8.99724\n1904,1646323036,47.75203,8.99726\n1905,1646323037,47.75202,8.99728\n1906,1646323038,47.75202,8.99729\n1907,1646323039,47.75201,8.99731\n1908,1646323040,47.75201,8.99733\n1909,1646323041,47.75200,8.99734\n1910,1646323042,47.75199,8.99736\n1911,1646323043,47.75198,8.99738\n1912,1646323044,47.75198,8.99739\n1913,1646323045,47.75197,8.99741\n1914,1646323046,47.75197,8.99742\n1915,1646323047,47.75196,8.99744\n1916,1646323048,47.75196,8.99745\n1917,1646323049,47.75195,8.99747\n1918,1646323050,47.75195,8.99748\n1919,1646323051,47.75194,8.99750\n1920,1646323052,47.75193,8.99752\n1921,1646323053,47.75193,8.99754\n1922,1646323054,47.75192,8.99755\n1923,1646323055,47.75192,8.99757\n1924,1646323056,47.75191,8.99759\n1925,1646323057,47.75191,8.99760\n1926,1646323058,47.75190,8.99762\n1927,1646323059,47.75190,8.99764\n1928,1646323060,47.75190,8.99766\n1929,1646323061,47.75190,8.99768\n1930,1646323062,47.75190,8.99770\n1931,1646323063,47.75190,8.99772\n1932,1646323064,47.75189,8.99774\n1933,1646323065,47.75189,8.99776\n1934,1646323066,47.75189,8.99778\n1935,1646323067,47.75189,8.99780\n1936,1646323068,47.75189,8.99782\n1937,1646323069,47.75189,8.99783\n1938,1646323070,47.75189,8.99785\n1939,1646323071,47.75189,8.99786\n1940,1646323072,47.75189,8.99788\n1941,1646323073,47.75189,8.99790\n1942,1646323074,47.75188,8.99792\n1943,1646323075,47.75188,8.99795\n1944,1646323076,47.75188,8.99797\n1945,1646323077,47.75189,8.99799\n1946,1646323078,47.75189,8.99801\n1947,1646323079,47.75188,8.99803\n1948,1646323080,47.75188,8.99804\n1949,1646323081,47.75188,8.99806\n1950,1646323082,47.75188,8.99809\n1951,1646323083,47.75188,8.99810\n1952,1646323084,47.75188,8.99812\n1953,1646323085,47.75189,8.99814\n1954,1646323086,47.75189,8.99816\n1955,1646323087,47.75190,8.99817\n1956,1646323088,47.75190,8.99819\n1957,1646323089,47.75190,8.99821\n1958,1646323090,47.75190,8.99822\n1959,1646323091,47.75190,8.99824\n1960,1646323092,47.75190,8.99826\n1961,1646323093,47.75191,8.99827\n1962,1646323094,47.75191,8.99829\n1963,1646323095,47.75191,8.99831\n1964,1646323096,47.75190,8.99833\n1965,1646323097,47.75190,8.99834\n1966,1646323098,47.75190,8.99836\n1967,1646323099,47.75189,8.99838\n1968,1646323100,47.75189,8.99840\n1969,1646323101,47.75189,8.99842\n1970,1646323102,47.75189,8.99844\n1971,1646323103,47.75189,8.99846\n1972,1646323104,47.75189,8.99847\n1973,1646323105,47.75188,8.99849\n1974,1646323106,47.75189,8.99851\n1975,1646323107,47.75189,8.99852\n1976,1646323108,47.75189,8.99854\n1977,1646323109,47.75189,8.99856\n1978,1646323110,47.75190,8.99857\n1979,1646323111,47.75190,8.99859\n1980,1646323112,47.75189,8.99861\n1981,1646323113,47.75189,8.99862\n1982,1646323114,47.75189,8.99865\n1983,1646323115,47.75189,8.99867\n1984,1646323116,47.75189,8.99869\n1985,1646323117,47.75188,8.99871\n1986,1646323118,47.75188,8.99873\n1987,1646323119,47.75187,8.99876\n1988,1646323120,47.75187,8.99878\n1989,1646323121,47.75186,8.99880\n1990,1646323122,47.75186,8.99883\n1991,1646323123,47.75186,8.99885\n1992,1646323124,47.75185,8.99886\n1993,1646323125,47.75185,8.99888\n1994,1646323126,47.75184,8.99889\n1995,1646323127,47.75184,8.99891\n1996,1646323128,47.75183,8.99893\n1997,1646323129,47.75183,8.99896\n1998,1646323130,47.75183,8.99898\n1999,1646323131,47.75182,8.99900\n2000,1646323132,47.75182,8.99902\n2001,1646323133,47.75181,8.99904\n2002,1646323134,47.75181,8.99906\n2003,1646323135,47.75181,8.99908\n2004,1646323136,47.75181,8.99909\n2005,1646323137,47.75180,8.99911\n2006,1646323138,47.75180,8.99913\n2007,1646323139,47.75180,8.99915\n2008,1646323140,47.75180,8.99917\n2009,1646323141,47.75180,8.99919\n2010,1646323142,47.75180,8.99920\n2011,1646323143,47.75179,8.99922\n2012,1646323144,47.75179,8.99924\n2013,1646323145,47.75179,8.99927\n2014,1646323146,47.75178,8.99928\n2015,1646323147,47.75178,8.99930\n2016,1646323148,47.75178,8.99932\n2017,1646323149,47.75177,8.99934\n2018,1646323150,47.75177,8.99935\n2019,1646323151,47.75176,8.99937\n2020,1646323152,47.75176,8.99939\n2021,1646323153,47.75176,8.99941\n2022,1646323154,47.75175,8.99943\n2023,1646323155,47.75175,8.99945\n2024,1646323156,47.75175,8.99947\n2025,1646323157,47.75174,8.99949\n2026,1646323158,47.75174,8.99950\n2027,1646323159,47.75174,8.99952\n2028,1646323160,47.75174,8.99953\n2029,1646323161,47.75174,8.99955\n2030,1646323162,47.75174,8.99957\n2031,1646323163,47.75173,8.99959\n2032,1646323164,47.75173,8.99961\n2033,1646323165,47.75173,8.99963\n2034,1646323166,47.75173,8.99965\n2035,1646323167,47.75172,8.99966\n2036,1646323168,47.75172,8.99968\n2037,1646323169,47.75171,8.99971\n2038,1646323170,47.75171,8.99973\n2039,1646323171,47.75171,8.99976\n2040,1646323172,47.75170,8.99978\n2041,1646323173,47.75170,8.99980\n2042,1646323174,47.75170,8.99982\n2043,1646323175,47.75170,8.99984\n2044,1646323176,47.75169,8.99986\n2045,1646323177,47.75169,8.99987\n2046,1646323178,47.75169,8.99989\n2047,1646323179,47.75168,8.99991\n2048,1646323180,47.75168,8.99992\n2049,1646323181,47.75168,8.99994\n2050,1646323182,47.75168,8.99996\n2051,1646323183,47.75168,8.99997\n2052,1646323184,47.75168,8.99999\n2053,1646323185,47.75168,9.00001\n2054,1646323186,47.75168,9.00003\n2055,1646323187,47.75168,9.00004\n2056,1646323188,47.75167,9.00006\n2057,1646323189,47.75167,9.00008\n2058,1646323190,47.75167,9.00010\n2059,1646323191,47.75166,9.00011\n2060,1646323192,47.75166,9.00013\n2061,1646323193,47.75166,9.00015\n2062,1646323194,47.75165,9.00017\n2063,1646323195,47.75165,9.00019\n2064,1646323196,47.75165,9.00021\n2065,1646323197,47.75164,9.00023\n2066,1646323198,47.75164,9.00024\n2067,1646323199,47.75163,9.00026\n2068,1646323200,47.75163,9.00028\n2069,1646323201,47.75162,9.00029\n2070,1646323202,47.75162,9.00030\n2071,1646323203,47.75161,9.00032\n2072,1646323204,47.75161,9.00034\n2073,1646323205,47.75160,9.00036\n2074,1646323206,47.75160,9.00038\n2075,1646323207,47.75159,9.00039\n2076,1646323208,47.75159,9.00041\n2077,1646323209,47.75159,9.00043\n2078,1646323210,47.75158,9.00045\n2079,1646323211,47.75158,9.00046\n2080,1646323212,47.75158,9.00048\n2081,1646323213,47.75158,9.00050\n2082,1646323214,47.75157,9.00052\n2083,1646323215,47.75157,9.00053\n2084,1646323216,47.75157,9.00055\n2085,1646323217,47.75156,9.00057\n2086,1646323218,47.75155,9.00059\n2087,1646323219,47.75155,9.00060\n2088,1646323220,47.75154,9.00062\n2089,1646323221,47.75154,9.00064\n2090,1646323222,47.75153,9.00066\n2091,1646323223,47.75153,9.00067\n2092,1646323224,47.75152,9.00069\n2093,1646323225,47.75152,9.00071\n2094,1646323226,47.75151,9.00073\n2095,1646323227,47.75151,9.00075\n2096,1646323228,47.75150,9.00077\n2097,1646323229,47.75149,9.00079\n2098,1646323230,47.75148,9.00081\n2099,1646323231,47.75147,9.00083\n2100,1646323232,47.75146,9.00085\n2101,1646323233,47.75145,9.00087\n2102,1646323234,47.75144,9.00088\n2103,1646323235,47.75144,9.00090\n2104,1646323236,47.75142,9.00093\n2105,1646323237,47.75142,9.00095\n2106,1646323238,47.75141,9.00096\n2107,1646323239,47.75140,9.00098\n2108,1646323240,47.75139,9.00100\n2109,1646323241,47.75139,9.00101\n2110,1646323242,47.75138,9.00103\n2111,1646323243,47.75137,9.00105\n2112,1646323244,47.75136,9.00107\n2113,1646323245,47.75136,9.00108\n2114,1646323246,47.75135,9.00110\n2115,1646323247,47.75135,9.00111\n2116,1646323248,47.75134,9.00113\n2117,1646323249,47.75134,9.00114\n2118,1646323250,47.75133,9.00116\n2119,1646323251,47.75132,9.00118\n2120,1646323252,47.75131,9.00119\n2121,1646323253,47.75130,9.00121\n2122,1646323254,47.75130,9.00122\n2123,1646323255,47.75129,9.00124\n2124,1646323256,47.75128,9.00125\n2125,1646323257,47.75127,9.00126\n2126,1646323258,47.75126,9.00128\n2127,1646323259,47.75125,9.00129\n2128,1646323260,47.75125,9.00131\n2129,1646323261,47.75123,9.00133\n2130,1646323262,47.75122,9.00134\n2131,1646323263,47.75121,9.00136\n2132,1646323264,47.75120,9.00137\n2133,1646323265,47.75119,9.00138\n2134,1646323266,47.75118,9.00139\n2135,1646323267,47.75118,9.00140\n2136,1646323268,47.75117,9.00141\n2137,1646323269,47.75117,9.00142\n2138,1646323270,47.75116,9.00144\n2139,1646323271,47.75115,9.00146\n2140,1646323272,47.75115,9.00147\n2141,1646323273,47.75114,9.00149\n2142,1646323274,47.75113,9.00150\n2143,1646323275,47.75112,9.00151\n2144,1646323276,47.75112,9.00152\n2145,1646323277,47.75111,9.00153\n2146,1646323278,47.75110,9.00155\n2147,1646323279,47.75110,9.00156\n2148,1646323280,47.75109,9.00158\n2149,1646323281,47.75109,9.00159\n2150,1646323282,47.75109,9.00160\n2151,1646323283,47.75109,9.00161\n2152,1646323284,47.75108,9.00162\n2153,1646323285,47.75107,9.00162\n2154,1646323286,47.75106,9.00162\n2155,1646323287,47.75104,9.00162\n2156,1646323288,47.75103,9.00163\n2157,1646323289,47.75101,9.00164\n2158,1646323290,47.75100,9.00164\n2159,1646323291,47.75099,9.00165\n2160,1646323292,47.75097,9.00166\n2161,1646323293,47.75096,9.00166\n2162,1646323294,47.75095,9.00167\n2163,1646323295,47.75094,9.00167\n2164,1646323296,47.75093,9.00167\n2165,1646323297,47.75091,9.00168\n2166,1646323298,47.75090,9.00169\n2167,1646323299,47.75089,9.00169\n2168,1646323300,47.75088,9.00170\n2169,1646323301,47.75086,9.00171\n2170,1646323302,47.75085,9.00171\n2171,1646323303,47.75084,9.00172\n2172,1646323304,47.75083,9.00172\n2173,1646323305,47.75082,9.00173\n2174,1646323306,47.75081,9.00173\n2175,1646323307,47.75079,9.00174\n2176,1646323308,47.75078,9.00175\n2177,1646323309,47.75077,9.00175\n2178,1646323310,47.75076,9.00176\n2179,1646323311,47.75074,9.00176\n2180,1646323312,47.75073,9.00176\n2181,1646323313,47.75072,9.00176\n2182,1646323314,47.75071,9.00177\n2183,1646323315,47.75070,9.00177\n2184,1646323316,47.75068,9.00177\n2185,1646323317,47.75067,9.00177\n2186,1646323318,47.75066,9.00178\n2187,1646323319,47.75065,9.00178\n2188,1646323320,47.75064,9.00178\n2189,1646323321,47.75063,9.00179\n2190,1646323322,47.75062,9.00179\n2191,1646323323,47.75060,9.00178\n2192,1646323324,47.75059,9.00179\n2193,1646323325,47.75058,9.00179\n2194,1646323326,47.75057,9.00180\n2195,1646323327,47.75055,9.00180\n2196,1646323328,47.75054,9.00180\n2197,1646323329,47.75053,9.00181\n2198,1646323330,47.75052,9.00181\n2199,1646323331,47.75050,9.00182\n2200,1646323332,47.75049,9.00182\n2201,1646323333,47.75048,9.00183\n2202,1646323334,47.75047,9.00183\n2203,1646323335,47.75046,9.00184\n2204,1646323336,47.75045,9.00185\n2205,1646323337,47.75044,9.00186\n2206,1646323338,47.75043,9.00188\n2207,1646323339,47.75042,9.00188\n2208,1646323340,47.75041,9.00189\n2209,1646323341,47.75040,9.00189\n2210,1646323342,47.75039,9.00190\n2211,1646323343,47.75038,9.00190\n2212,1646323344,47.75037,9.00191\n2213,1646323345,47.75036,9.00192\n2214,1646323346,47.75035,9.00192\n2215,1646323347,47.75034,9.00193\n2216,1646323348,47.75032,9.00194\n2217,1646323349,47.75031,9.00194\n2218,1646323350,47.75030,9.00195\n2219,1646323351,47.75029,9.00195\n2220,1646323352,47.75028,9.00196\n2221,1646323353,47.75027,9.00197\n2222,1646323354,47.75026,9.00197\n2223,1646323355,47.75025,9.00197\n2224,1646323356,47.75024,9.00198\n2225,1646323357,47.75023,9.00199\n2226,1646323358,47.75022,9.00199\n2227,1646323359,47.75021,9.00200\n2228,1646323360,47.75020,9.00201\n2229,1646323361,47.75018,9.00202\n2230,1646323362,47.75017,9.00202\n2231,1646323363,47.75016,9.00203\n2232,1646323364,47.75015,9.00204\n2233,1646323365,47.75014,9.00205\n2234,1646323366,47.75013,9.00206\n2235,1646323367,47.75013,9.00207\n2236,1646323368,47.75012,9.00207\n2237,1646323369,47.75011,9.00208\n2238,1646323370,47.75010,9.00209\n2239,1646323371,47.75009,9.00210\n2240,1646323372,47.75008,9.00211\n2241,1646323373,47.75007,9.00211\n2242,1646323374,47.75006,9.00212\n2243,1646323375,47.75005,9.00213\n2244,1646323376,47.75004,9.00214\n2245,1646323377,47.75003,9.00215\n2246,1646323378,47.75002,9.00216\n2247,1646323379,47.75002,9.00216\n2248,1646323380,47.75001,9.00217\n2249,1646323381,47.75000,9.00218\n2250,1646323382,47.74999,9.00219\n2251,1646323383,47.74997,9.00220\n2252,1646323384,47.74996,9.00220\n2253,1646323385,47.74996,9.00221\n2254,1646323386,47.74995,9.00222\n2255,1646323387,47.74994,9.00223\n2256,1646323388,47.74993,9.00224\n2257,1646323389,47.74992,9.00225\n2258,1646323390,47.74991,9.00226\n2259,1646323391,47.74990,9.00227\n2260,1646323392,47.74988,9.00228\n2261,1646323393,47.74987,9.00229\n2262,1646323394,47.74986,9.00230\n2263,1646323395,47.74985,9.00231\n2264,1646323396,47.74984,9.00231\n2265,1646323397,47.74983,9.00232\n2266,1646323398,47.74982,9.00233\n2267,1646323399,47.74981,9.00233\n2268,1646323400,47.74980,9.00234\n2269,1646323401,47.74979,9.00235\n2270,1646323402,47.74978,9.00236\n2271,1646323403,47.74977,9.00237\n2272,1646323404,47.74975,9.00237\n2273,1646323405,47.74974,9.00239\n2274,1646323406,47.74973,9.00239\n2275,1646323407,47.74972,9.00240\n2276,1646323408,47.74971,9.00241\n2277,1646323409,47.74970,9.00241\n2278,1646323410,47.74969,9.00242\n2279,1646323411,47.74968,9.00243\n2280,1646323412,47.74967,9.00243\n2281,1646323413,47.74966,9.00244\n2282,1646323414,47.74965,9.00244\n2283,1646323415,47.74964,9.00245\n2284,1646323416,47.74963,9.00245\n2285,1646323417,47.74961,9.00246\n2286,1646323418,47.74960,9.00246\n2287,1646323419,47.74959,9.00247\n2288,1646323420,47.74958,9.00247\n2289,1646323421,47.74957,9.00248\n2290,1646323422,47.74956,9.00248\n2291,1646323423,47.74954,9.00249\n2292,1646323424,47.74953,9.00249\n2293,1646323425,47.74952,9.00250\n2294,1646323426,47.74951,9.00250\n2295,1646323427,47.74950,9.00251\n2296,1646323428,47.74949,9.00252\n2297,1646323429,47.74948,9.00252\n2298,1646323430,47.74947,9.00253\n2299,1646323431,47.74946,9.00254\n2300,1646323432,47.74945,9.00255\n2301,1646323433,47.74943,9.00255\n2302,1646323434,47.74942,9.00254\n2303,1646323435,47.74941,9.00253\n2304,1646323436,47.74940,9.00251\n2305,1646323437,47.74940,9.00249\n2306,1646323438,47.74940,9.00247\n2307,1646323439,47.74940,9.00246\n2308,1646323440,47.74940,9.00244\n2309,1646323441,47.74940,9.00242\n2310,1646323442,47.74939,9.00240\n2311,1646323443,47.74939,9.00238\n2312,1646323444,47.74939,9.00236\n2313,1646323445,47.74939,9.00234\n2314,1646323446,47.74939,9.00232\n2315,1646323447,47.74939,9.00229\n2316,1646323448,47.74940,9.00227\n2317,1646323449,47.74940,9.00225\n2318,1646323450,47.74940,9.00223\n2319,1646323451,47.74940,9.00221\n2320,1646323452,47.74940,9.00219\n2321,1646323453,47.74940,9.00217\n2322,1646323454,47.74940,9.00215\n2323,1646323455,47.74940,9.00213\n2324,1646323456,47.74940,9.00211\n2325,1646323457,47.74940,9.00210\n2326,1646323458,47.74940,9.00208\n2327,1646323459,47.74940,9.00206\n2328,1646323460,47.74940,9.00204\n2329,1646323461,47.74940,9.00202\n2330,1646323462,47.74940,9.00201\n2331,1646323463,47.74941,9.00199\n2332,1646323464,47.74941,9.00197\n2333,1646323465,47.74941,9.00195\n2334,1646323466,47.74941,9.00193\n2335,1646323467,47.74941,9.00191\n2336,1646323468,47.74941,9.00190\n2337,1646323469,47.74941,9.00189\n2338,1646323470,47.74941,9.00188\n2339,1646323471,47.74941,9.00187\n2340,1646323472,47.74941,9.00187\n2341,1646323473,47.74940,9.00187\n2342,1646323474,47.74940,9.00186\n2343,1646323475,47.74940,9.00185\n2344,1646323476,47.74940,9.00183\n2345,1646323477,47.74939,9.00181\n2346,1646323478,47.74939,9.00179\n2347,1646323479,47.74939,9.00177\n2348,1646323480,47.74939,9.00175\n2349,1646323481,47.74938,9.00173\n2350,1646323482,47.74938,9.00172\n2351,1646323483,47.74937,9.00170\n2352,1646323484,47.74937,9.00169\n2353,1646323485,47.74936,9.00167\n2354,1646323486,47.74936,9.00165\n2355,1646323487,47.74935,9.00164\n2356,1646323488,47.74935,9.00162\n2357,1646323489,47.74934,9.00161\n2358,1646323490,47.74934,9.00159\n2359,1646323491,47.74933,9.00158\n2360,1646323492,47.74933,9.00158\n2361,1646323493,47.74933,9.00159\n2362,1646323494,47.74934,9.00161\n2363,1646323495,47.74934,9.00164\n2364,1646323496,47.74935,9.00166\n2365,1646323497,47.74935,9.00168\n2366,1646323498,47.74936,9.00171\n2367,1646323499,47.74937,9.00173\n2368,1646323500,47.74938,9.00175\n2369,1646323501,47.74938,9.00177\n2370,1646323502,47.74938,9.00178\n2371,1646323503,47.74938,9.00179\n2372,1646323504,47.74938,9.00180\n2373,1646323505,47.74938,9.00181\n2374,1646323506,47.74937,9.00183\n2375,1646323507,47.74936,9.00184\n2376,1646323508,47.74936,9.00185\n2377,1646323509,47.74936,9.00186\n2378,1646323510,47.74936,9.00186\n2379,1646323511,47.74936,9.00186\n2380,1646323512,47.74936,9.00186\n2381,1646323513,47.74936,9.00186\n2382,1646323514,47.74936,9.00187\n2383,1646323515,47.74936,9.00186\n2384,1646323516,47.74936,9.00186\n2385,1646323517,47.74935,9.00187\n2386,1646323518,47.74935,9.00187\n2387,1646323519,47.74935,9.00187\n2388,1646323520,47.74935,9.00187\n2389,1646323521,47.74935,9.00187\n2390,1646323522,47.74936,9.00187\n2391,1646323523,47.74937,9.00187\n2392,1646323524,47.74939,9.00188\n2393,1646323525,47.74940,9.00190\n2394,1646323526,47.74941,9.00193\n2395,1646323527,47.74941,9.00197\n2396,1646323528,47.74941,9.00201\n2397,1646323529,47.74940,9.00205\n2398,1646323530,47.74940,9.00209\n2399,1646323531,47.74939,9.00214\n2400,1646323532,47.74939,9.00218\n2401,1646323533,47.74939,9.00223\n2402,1646323534,47.74939,9.00227\n2403,1646323535,47.74938,9.00232\n2404,1646323536,47.74938,9.00236\n2405,1646323537,47.74938,9.00240\n2406,1646323538,47.74938,9.00243\n2407,1646323539,47.74938,9.00247\n2408,1646323540,47.74938,9.00249\n2409,1646323541,47.74937,9.00252\n2410,1646323542,47.74937,9.00253\n2411,1646323543,47.74937,9.00254\n2412,1646323544,47.74937,9.00254\n2413,1646323545,47.74937,9.00255\n2414,1646323546,47.74936,9.00257\n2415,1646323547,47.74936,9.00258\n2416,1646323548,47.74935,9.00260\n2417,1646323549,47.74935,9.00262\n2418,1646323550,47.74934,9.00264\n2419,1646323551,47.74933,9.00266\n2420,1646323552,47.74932,9.00267\n2421,1646323553,47.74931,9.00269\n2422,1646323554,47.74930,9.00270\n2423,1646323555,47.74929,9.00271\n2424,1646323556,47.74929,9.00272\n2425,1646323557,47.74927,9.00273\n2426,1646323558,47.74926,9.00274\n2427,1646323559,47.74926,9.00275\n2428,1646323560,47.74925,9.00275\n2429,1646323561,47.74924,9.00276\n2430,1646323562,47.74923,9.00277\n2431,1646323563,47.74922,9.00278\n2432,1646323564,47.74921,9.00279\n2433,1646323565,47.74920,9.00280\n2434,1646323566,47.74918,9.00282\n2435,1646323567,47.74917,9.00283\n2436,1646323568,47.74916,9.00284\n2437,1646323569,47.74915,9.00285\n2438,1646323570,47.74914,9.00285\n2439,1646323571,47.74914,9.00286\n2440,1646323572,47.74914,9.00286\n2441,1646323573,47.74914,9.00286\n2442,1646323574,47.74914,9.00286\n2443,1646323575,47.74914,9.00286\n2444,1646323576,47.74914,9.00286\n2445,1646323577,47.74914,9.00286\n2446,1646323578,47.74914,9.00287\n2447,1646323579,47.74912,9.00288\n2448,1646323580,47.74911,9.00291\n2449,1646323581,47.74909,9.00293\n2450,1646323582,47.74908,9.00296\n2451,1646323583,47.74906,9.00298\n2452,1646323584,47.74904,9.00300\n2453,1646323585,47.74903,9.00302\n2454,1646323586,47.74901,9.00304\n2455,1646323587,47.74899,9.00306\n2456,1646323588,47.74897,9.00308\n2457,1646323589,47.74896,9.00309\n2458,1646323590,47.74894,9.00311\n2459,1646323591,47.74893,9.00312\n2460,1646323592,47.74892,9.00313\n2461,1646323593,47.74891,9.00314\n2462,1646323594,47.74891,9.00314\n2463,1646323595,47.74891,9.00314\n2464,1646323596,47.74891,9.00314\n2465,1646323597,47.74891,9.00314\n2466,1646323598,47.74891,9.00314\n2467,1646323599,47.74891,9.00314\n2468,1646323600,47.74891,9.00314\n2469,1646323601,47.74891,9.00314\n2470,1646323602,47.74891,9.00314\n2471,1646323603,47.74890,9.00315\n2472,1646323604,47.74889,9.00318\n2473,1646323605,47.74888,9.00320\n2474,1646323606,47.74886,9.00323\n2475,1646323607,47.74884,9.00325\n2476,1646323608,47.74882,9.00327\n2477,1646323609,47.74880,9.00329\n2478,1646323610,47.74879,9.00331\n2479,1646323611,47.74879,9.00332\n2480,1646323612,47.74879,9.00332\n2481,1646323613,47.74879,9.00332\n2482,1646323614,47.74880,9.00332\n2483,1646323615,47.74880,9.00332\n2484,1646323616,47.74880,9.00332\n2485,1646323617,47.74880,9.00332\n2486,1646323618,47.74880,9.00332\n2487,1646323619,47.74880,9.00332\n2488,1646323620,47.74880,9.00333\n2489,1646323621,47.74878,9.00334\n2490,1646323622,47.74877,9.00335\n2491,1646323623,47.74876,9.00336\n2492,1646323624,47.74874,9.00338\n2493,1646323625,47.74873,9.00339\n2494,1646323626,47.74872,9.00340\n2495,1646323627,47.74871,9.00341\n2496,1646323628,47.74870,9.00342\n2497,1646323629,47.74869,9.00344\n2498,1646323630,47.74868,9.00345\n2499,1646323631,47.74867,9.00347\n2500,1646323632,47.74866,9.00348\n2501,1646323633,47.74864,9.00349\n2502,1646323634,47.74863,9.00351\n2503,1646323635,47.74862,9.00352\n2504,1646323636,47.74861,9.00354\n2505,1646323637,47.74860,9.00356\n2506,1646323638,47.74859,9.00357\n2507,1646323639,47.74858,9.00359\n2508,1646323640,47.74857,9.00360\n2509,1646323641,47.74856,9.00361\n2510,1646323642,47.74855,9.00363\n2511,1646323643,47.74854,9.00364\n2512,1646323644,47.74853,9.00365\n2513,1646323645,47.74852,9.00366\n2514,1646323646,47.74850,9.00368\n2515,1646323647,47.74849,9.00369\n2516,1646323648,47.74849,9.00370\n2517,1646323649,47.74848,9.00371\n2518,1646323650,47.74846,9.00373\n2519,1646323651,47.74845,9.00374\n2520,1646323652,47.74844,9.00376\n2521,1646323653,47.74843,9.00377\n2522,1646323654,47.74842,9.00379\n2523,1646323655,47.74841,9.00380\n2524,1646323656,47.74840,9.00381\n2525,1646323657,47.74839,9.00382\n2526,1646323658,47.74838,9.00383\n2527,1646323659,47.74837,9.00384\n2528,1646323660,47.74837,9.00385\n2529,1646323661,47.74836,9.00386\n2530,1646323662,47.74835,9.00388\n2531,1646323663,47.74834,9.00390\n2532,1646323664,47.74833,9.00391\n2533,1646323665,47.74832,9.00393\n2534,1646323666,47.74831,9.00394\n2535,1646323667,47.74831,9.00396\n2536,1646323668,47.74830,9.00398\n2537,1646323669,47.74829,9.00400\n2538,1646323670,47.74829,9.00401\n2539,1646323671,47.74828,9.00403\n2540,1646323672,47.74826,9.00404\n2541,1646323673,47.74825,9.00406\n2542,1646323674,47.74824,9.00407\n2543,1646323675,47.74823,9.00409\n2544,1646323676,47.74822,9.00410\n2545,1646323677,47.74821,9.00411\n2546,1646323678,47.74820,9.00413\n2547,1646323679,47.74819,9.00414\n2548,1646323680,47.74818,9.00416\n2549,1646323681,47.74817,9.00417\n2550,1646323682,47.74816,9.00418\n2551,1646323683,47.74815,9.00420\n2552,1646323684,47.74814,9.00421\n2553,1646323685,47.74814,9.00422\n2554,1646323686,47.74813,9.00424\n2555,1646323687,47.74812,9.00424\n2556,1646323688,47.74811,9.00425\n2557,1646323689,47.74810,9.00427\n2558,1646323690,47.74809,9.00428\n2559,1646323691,47.74808,9.00429\n2560,1646323692,47.74807,9.00431\n2561,1646323693,47.74806,9.00432\n2562,1646323694,47.74805,9.00433\n2563,1646323695,47.74805,9.00434\n2564,1646323696,47.74804,9.00436\n2565,1646323697,47.74803,9.00437\n2566,1646323698,47.74802,9.00438\n2567,1646323699,47.74801,9.00440\n2568,1646323700,47.74800,9.00441\n2569,1646323701,47.74799,9.00442\n2570,1646323702,47.74798,9.00443\n2571,1646323703,47.74796,9.00444\n2572,1646323704,47.74796,9.00445\n2573,1646323705,47.74795,9.00447\n2574,1646323706,47.74794,9.00448\n2575,1646323707,47.74793,9.00450\n2576,1646323708,47.74792,9.00451\n2577,1646323709,47.74791,9.00452\n2578,1646323710,47.74789,9.00454\n2579,1646323711,47.74788,9.00455\n2580,1646323712,47.74787,9.00456\n2581,1646323713,47.74787,9.00457\n2582,1646323714,47.74786,9.00459\n2583,1646323715,47.74785,9.00460\n2584,1646323716,47.74784,9.00461\n2585,1646323717,47.74782,9.00463\n2586,1646323718,47.74781,9.00464\n2587,1646323719,47.74780,9.00466\n2588,1646323720,47.74779,9.00467\n2589,1646323721,47.74778,9.00469\n2590,1646323722,47.74777,9.00470\n2591,1646323723,47.74776,9.00472\n2592,1646323724,47.74775,9.00473\n2593,1646323725,47.74774,9.00475\n2594,1646323726,47.74773,9.00477\n2595,1646323727,47.74772,9.00478\n2596,1646323728,47.74771,9.00480\n2597,1646323729,47.74771,9.00482\n2598,1646323730,47.74770,9.00484\n2599,1646323731,47.74768,9.00485\n2600,1646323732,47.74767,9.00487\n2601,1646323733,47.74766,9.00488\n2602,1646323734,47.74765,9.00490\n2603,1646323735,47.74764,9.00491\n2604,1646323736,47.74763,9.00493\n2605,1646323737,47.74762,9.00494\n2606,1646323738,47.74761,9.00496\n2607,1646323739,47.74760,9.00497\n2608,1646323740,47.74759,9.00498\n2609,1646323741,47.74757,9.00500\n2610,1646323742,47.74756,9.00501\n2611,1646323743,47.74755,9.00502\n2612,1646323744,47.74754,9.00503\n2613,1646323745,47.74753,9.00505\n2614,1646323746,47.74752,9.00506\n2615,1646323747,47.74751,9.00507\n2616,1646323748,47.74750,9.00509\n2617,1646323749,47.74749,9.00510\n2618,1646323750,47.74748,9.00511\n2619,1646323751,47.74747,9.00513\n2620,1646323752,47.74746,9.00514\n2621,1646323753,47.74745,9.00515\n2622,1646323754,47.74744,9.00516\n2623,1646323755,47.74742,9.00517\n2624,1646323756,47.74741,9.00518\n2625,1646323757,47.74740,9.00519\n2626,1646323758,47.74739,9.00521\n2627,1646323759,47.74738,9.00522\n2628,1646323760,47.74737,9.00524\n2629,1646323761,47.74736,9.00525\n2630,1646323762,47.74734,9.00526\n2631,1646323763,47.74733,9.00527\n2632,1646323764,47.74732,9.00529\n2633,1646323765,47.74731,9.00530\n2634,1646323766,47.74730,9.00532\n2635,1646323767,47.74729,9.00533\n2636,1646323768,47.74727,9.00534\n2637,1646323769,47.74726,9.00536\n2638,1646323770,47.74725,9.00537\n2639,1646323771,47.74724,9.00539\n2640,1646323772,47.74723,9.00540\n2641,1646323773,47.74722,9.00541\n2642,1646323774,47.74721,9.00542\n2643,1646323775,47.74720,9.00544\n2644,1646323776,47.74719,9.00545\n2645,1646323777,47.74718,9.00546\n2646,1646323778,47.74716,9.00547\n2647,1646323779,47.74715,9.00548\n2648,1646323780,47.74714,9.00550\n2649,1646323781,47.74713,9.00551\n2650,1646323782,47.74712,9.00552\n2651,1646323783,47.74711,9.00553\n2652,1646323784,47.74709,9.00555\n2653,1646323785,47.74709,9.00556\n2654,1646323786,47.74707,9.00557\n2655,1646323787,47.74706,9.00558\n2656,1646323788,47.74705,9.00558\n2657,1646323789,47.74704,9.00559\n2658,1646323790,47.74703,9.00560\n2659,1646323791,47.74702,9.00561\n2660,1646323792,47.74700,9.00562\n2661,1646323793,47.74699,9.00563\n2662,1646323794,47.74698,9.00565\n2663,1646323795,47.74696,9.00566\n2664,1646323796,47.74695,9.00567\n2665,1646323797,47.74693,9.00568\n2666,1646323798,47.74692,9.00569\n2667,1646323799,47.74691,9.00570\n2668,1646323800,47.74689,9.00570\n2669,1646323801,47.74688,9.00571\n2670,1646323802,47.74687,9.00572\n2671,1646323803,47.74685,9.00572\n2672,1646323804,47.74684,9.00573\n2673,1646323805,47.74683,9.00573\n2674,1646323806,47.74681,9.00574\n2675,1646323807,47.74680,9.00574\n2676,1646323808,47.74679,9.00574\n2677,1646323809,47.74677,9.00575\n2678,1646323810,47.74676,9.00575\n2679,1646323811,47.74675,9.00575\n2680,1646323812,47.74674,9.00576\n2681,1646323813,47.74672,9.00576\n2682,1646323814,47.74671,9.00576\n2683,1646323815,47.74670,9.00577\n2684,1646323816,47.74669,9.00577\n2685,1646323817,47.74667,9.00578\n2686,1646323818,47.74666,9.00578\n2687,1646323819,47.74665,9.00579\n2688,1646323820,47.74664,9.00579\n2689,1646323821,47.74662,9.00580\n2690,1646323822,47.74661,9.00581\n2691,1646323823,47.74660,9.00581\n2692,1646323824,47.74659,9.00581\n2693,1646323825,47.74657,9.00582\n2694,1646323826,47.74656,9.00582\n2695,1646323827,47.74655,9.00582\n2696,1646323828,47.74654,9.00583\n2697,1646323829,47.74652,9.00583\n2698,1646323830,47.74651,9.00584\n2699,1646323831,47.74650,9.00584\n2700,1646323832,47.74649,9.00585\n2701,1646323833,47.74647,9.00585\n2702,1646323834,47.74646,9.00585\n2703,1646323835,47.74644,9.00586\n2704,1646323836,47.74643,9.00586\n2705,1646323837,47.74642,9.00586\n2706,1646323838,47.74641,9.00587\n2707,1646323839,47.74639,9.00587\n2708,1646323840,47.74638,9.00587\n2709,1646323841,47.74637,9.00587\n2710,1646323842,47.74635,9.00588\n2711,1646323843,47.74634,9.00588\n2712,1646323844,47.74633,9.00588\n2713,1646323845,47.74632,9.00589\n2714,1646323846,47.74630,9.00589\n2715,1646323847,47.74629,9.00589\n2716,1646323848,47.74628,9.00590\n2717,1646323849,47.74627,9.00591\n2718,1646323851,47.74625,9.00592\n2719,1646323852,47.74624,9.00593\n2720,1646323853,47.74623,9.00594\n2721,1646323854,47.74622,9.00594\n2722,1646323855,47.74621,9.00595\n2723,1646323856,47.74619,9.00595\n2724,1646323857,47.74618,9.00596\n2725,1646323858,47.74616,9.00597\n2726,1646323859,47.74615,9.00597\n2727,1646323860,47.74614,9.00598\n2728,1646323861,47.74612,9.00598\n2729,1646323862,47.74611,9.00599\n2730,1646323863,47.74610,9.00599\n2731,1646323864,47.74609,9.00600\n2732,1646323865,47.74607,9.00600\n2733,1646323866,47.74606,9.00601\n2734,1646323867,47.74605,9.00602\n2735,1646323868,47.74604,9.00602\n2736,1646323869,47.74603,9.00603\n2737,1646323870,47.74602,9.00603\n2738,1646323871,47.74600,9.00604\n2739,1646323872,47.74599,9.00604\n2740,1646323873,47.74598,9.00605\n2741,1646323874,47.74597,9.00605\n2742,1646323875,47.74596,9.00606\n2743,1646323876,47.74594,9.00607\n2744,1646323877,47.74593,9.00607\n2745,1646323878,47.74591,9.00608\n2746,1646323879,47.74590,9.00608\n2747,1646323880,47.74589,9.00609\n2748,1646323881,47.74588,9.00609\n2749,1646323882,47.74588,9.00608\n2750,1646323883,47.74587,9.00609\n2751,1646323884,47.74585,9.00610\n2752,1646323885,47.74584,9.00611\n2753,1646323886,47.74583,9.00611\n2754,1646323887,47.74582,9.00612\n2755,1646323888,47.74581,9.00613\n2756,1646323889,47.74580,9.00614\n2757,1646323890,47.74578,9.00615\n2758,1646323891,47.74577,9.00616\n2759,1646323892,47.74575,9.00616\n2760,1646323893,47.74574,9.00616\n2761,1646323894,47.74572,9.00616\n2762,1646323895,47.74571,9.00615\n2763,1646323896,47.74570,9.00615\n2764,1646323897,47.74570,9.00615\n2765,1646323898,47.74570,9.00615\n2766,1646323899,47.74570,9.00616\n2767,1646323900,47.74569,9.00616\n2768,1646323901,47.74569,9.00617\n2769,1646323902,47.74568,9.00618\n2770,1646323903,47.74567,9.00618\n2771,1646323904,47.74566,9.00619\n2772,1646323905,47.74564,9.00621\n2773,1646323906,47.74563,9.00622\n2774,1646323907,47.74562,9.00624\n2775,1646323908,47.74560,9.00625\n2776,1646323909,47.74559,9.00627\n2777,1646323910,47.74557,9.00628\n2778,1646323911,47.74556,9.00629\n2779,1646323912,47.74555,9.00630\n2780,1646323913,47.74554,9.00632\n2781,1646323914,47.74553,9.00633\n2782,1646323915,47.74551,9.00634\n2783,1646323916,47.74550,9.00635\n2784,1646323917,47.74549,9.00637\n2785,1646323918,47.74548,9.00638\n2786,1646323919,47.74547,9.00639\n2787,1646323920,47.74546,9.00640\n2788,1646323921,47.74545,9.00641\n2789,1646323922,47.74544,9.00641\n2790,1646323923,47.74544,9.00641\n2791,1646323924,47.74543,9.00642\n2792,1646323925,47.74542,9.00644\n2793,1646323926,47.74541,9.00645\n2794,1646323927,47.74540,9.00647\n2795,1646323928,47.74538,9.00648\n2796,1646323929,47.74537,9.00649\n2797,1646323930,47.74536,9.00651\n2798,1646323931,47.74534,9.00652\n2799,1646323932,47.74533,9.00653\n2800,1646323933,47.74532,9.00654\n2801,1646323934,47.74531,9.00655\n2802,1646323935,47.74530,9.00657\n2803,1646323936,47.74529,9.00658\n2804,1646323937,47.74528,9.00659\n2805,1646323938,47.74527,9.00660\n2806,1646323939,47.74526,9.00662\n2807,1646323940,47.74525,9.00663\n2808,1646323941,47.74524,9.00664\n2809,1646323942,47.74523,9.00665\n2810,1646323943,47.74522,9.00666\n2811,1646323944,47.74521,9.00667\n2812,1646323945,47.74520,9.00669\n2813,1646323946,47.74520,9.00670\n2814,1646323947,47.74519,9.00672\n2815,1646323948,47.74518,9.00673\n2816,1646323949,47.74516,9.00674\n2817,1646323950,47.74516,9.00676\n2818,1646323951,47.74515,9.00677\n2819,1646323952,47.74514,9.00679\n2820,1646323953,47.74513,9.00680\n2821,1646323954,47.74512,9.00682\n2822,1646323955,47.74511,9.00683\n2823,1646323956,47.74510,9.00685\n2824,1646323957,47.74509,9.00686\n2825,1646323958,47.74508,9.00688\n2826,1646323959,47.74507,9.00689\n2827,1646323960,47.74506,9.00691\n2828,1646323961,47.74505,9.00692\n2829,1646323962,47.74504,9.00693\n2830,1646323963,47.74503,9.00694\n2831,1646323964,47.74502,9.00696\n2832,1646323965,47.74502,9.00697\n2833,1646323966,47.74501,9.00699\n2834,1646323967,47.74500,9.00700\n2835,1646323968,47.74499,9.00702\n2836,1646323969,47.74499,9.00703\n2837,1646323970,47.74498,9.00705\n2838,1646323971,47.74497,9.00706\n2839,1646323972,47.74496,9.00707\n2840,1646323973,47.74495,9.00709\n2841,1646323974,47.74494,9.00710\n2842,1646323975,47.74493,9.00711\n2843,1646323976,47.74492,9.00713\n2844,1646323977,47.74491,9.00714\n2845,1646323978,47.74490,9.00715\n2846,1646323979,47.74489,9.00717\n2847,1646323980,47.74488,9.00718\n2848,1646323981,47.74487,9.00720\n2849,1646323982,47.74486,9.00721\n2850,1646323983,47.74485,9.00722\n2851,1646323984,47.74485,9.00724\n2852,1646323985,47.74484,9.00725\n2853,1646323986,47.74483,9.00727\n2854,1646323987,47.74482,9.00729\n2855,1646323988,47.74481,9.00731\n2856,1646323989,47.74480,9.00732\n2857,1646323990,47.74479,9.00734\n2858,1646323991,47.74478,9.00735\n2859,1646323992,47.74477,9.00737\n2860,1646323993,47.74476,9.00738\n2861,1646323994,47.74475,9.00740\n2862,1646323995,47.74474,9.00742\n2863,1646323996,47.74473,9.00743\n2864,1646323997,47.74472,9.00745\n2865,1646323998,47.74471,9.00747\n2866,1646323999,47.74470,9.00748\n2867,1646324000,47.74468,9.00749\n2868,1646324001,47.74467,9.00751\n2869,1646324002,47.74466,9.00752\n2870,1646324003,47.74465,9.00753\n2871,1646324004,47.74464,9.00754\n2872,1646324005,47.74464,9.00756\n2873,1646324006,47.74463,9.00757\n2874,1646324007,47.74462,9.00759\n2875,1646324008,47.74460,9.00759\n2876,1646324009,47.74459,9.00760\n2877,1646324010,47.74458,9.00761\n2878,1646324011,47.74457,9.00762\n2879,1646324012,47.74456,9.00762\n2880,1646324013,47.74455,9.00763\n2881,1646324014,47.74454,9.00763\n2882,1646324015,47.74453,9.00763\n2883,1646324016,47.74452,9.00764\n2884,1646324017,47.74451,9.00764\n2885,1646324018,47.74449,9.00763\n2886,1646324019,47.74449,9.00763\n2887,1646324020,47.74448,9.00764\n2888,1646324021,47.74446,9.00764\n2889,1646324022,47.74445,9.00764\n2890,1646324023,47.74445,9.00764\n2891,1646324024,47.74444,9.00763\n2892,1646324025,47.74444,9.00764\n2893,1646324026,47.74444,9.00764\n2894,1646324027,47.74444,9.00764\n2895,1646324028,47.74444,9.00764\n2896,1646324029,47.74444,9.00764\n2897,1646324030,47.74443,9.00764\n2898,1646324031,47.74443,9.00764\n2899,1646324032,47.74443,9.00764\n2900,1646324033,47.74444,9.00764\n2901,1646324034,47.74444,9.00764\n2902,1646324035,47.74443,9.00762\n2903,1646324036,47.74442,9.00760\n2904,1646324037,47.74441,9.00758\n2905,1646324038,47.74440,9.00757\n2906,1646324039,47.74439,9.00755\n2907,1646324040,47.74438,9.00754\n2908,1646324041,47.74437,9.00753\n2909,1646324042,47.74437,9.00752\n2910,1646324043,47.74436,9.00750\n2911,1646324044,47.74435,9.00748\n2912,1646324045,47.74434,9.00746\n2913,1646324046,47.74433,9.00744\n2914,1646324047,47.74433,9.00743\n2915,1646324048,47.74432,9.00742\n2916,1646324049,47.74431,9.00740\n2917,1646324050,47.74430,9.00739\n2918,1646324051,47.74429,9.00737\n2919,1646324052,47.74429,9.00735\n2920,1646324053,47.74428,9.00734\n2921,1646324054,47.74427,9.00733\n2922,1646324055,47.74427,9.00732\n2923,1646324056,47.74427,9.00731\n2924,1646324057,47.74426,9.00729\n2925,1646324058,47.74426,9.00727\n2926,1646324059,47.74425,9.00725\n2927,1646324060,47.74424,9.00723\n2928,1646324061,47.74424,9.00721\n2929,1646324062,47.74423,9.00719\n2930,1646324063,47.74422,9.00717\n2931,1646324064,47.74422,9.00715\n2932,1646324065,47.74421,9.00714\n2933,1646324066,47.74421,9.00712\n2934,1646324067,47.74420,9.00710\n2935,1646324068,47.74419,9.00708\n2936,1646324069,47.74418,9.00707\n2937,1646324070,47.74418,9.00705\n2938,1646324071,47.74416,9.00703\n2939,1646324072,47.74417,9.00700\n2940,1646324073,47.74418,9.00696\n2941,1646324074,47.74417,9.00694\n2942,1646324075,47.74416,9.00692\n2943,1646324076,47.74416,9.00690\n2944,1646324077,47.74415,9.00689\n2945,1646324078,47.74414,9.00687\n2946,1646324079,47.74413,9.00686\n2947,1646324080,47.74412,9.00685\n2948,1646324081,47.74411,9.00684\n2949,1646324082,47.74410,9.00683\n2950,1646324083,47.74409,9.00681\n2951,1646324084,47.74408,9.00680\n2952,1646324085,47.74407,9.00679\n2953,1646324086,47.74406,9.00678\n2954,1646324087,47.74405,9.00678\n2955,1646324088,47.74403,9.00677\n2956,1646324089,47.74402,9.00677\n2957,1646324090,47.74401,9.00676\n2958,1646324091,47.74399,9.00675\n2959,1646324092,47.74398,9.00675\n2960,1646324093,47.74397,9.00675\n2961,1646324094,47.74396,9.00675\n2962,1646324095,47.74395,9.00674\n2963,1646324096,47.74393,9.00674\n2964,1646324097,47.74392,9.00673\n2965,1646324098,47.74390,9.00672\n2966,1646324099,47.74389,9.00672\n2967,1646324100,47.74388,9.00671\n2968,1646324101,47.74387,9.00670\n2969,1646324102,47.74385,9.00670\n2970,1646324103,47.74383,9.00670\n2971,1646324104,47.74381,9.00670\n2972,1646324105,47.74380,9.00669\n2973,1646324106,47.74379,9.00669\n2974,1646324107,47.74378,9.00668\n2975,1646324108,47.74377,9.00667\n2976,1646324109,47.74375,9.00667\n2977,1646324110,47.74374,9.00667\n2978,1646324111,47.74373,9.00667\n2979,1646324112,47.74373,9.00667\n2980,1646324113,47.74373,9.00667\n2981,1646324114,47.74372,9.00667\n2982,1646324115,47.74371,9.00667\n2983,1646324116,47.74370,9.00666\n2984,1646324117,47.74368,9.00666\n2985,1646324118,47.74367,9.00665\n2986,1646324119,47.74365,9.00665\n2987,1646324120,47.74364,9.00664\n2988,1646324121,47.74363,9.00664\n2989,1646324122,47.74361,9.00663\n2990,1646324123,47.74360,9.00662\n2991,1646324124,47.74358,9.00661\n2992,1646324125,47.74357,9.00660\n2993,1646324126,47.74357,9.00658\n2994,1646324127,47.74356,9.00656\n2995,1646324128,47.74354,9.00655\n2996,1646324129,47.74353,9.00654\n2997,1646324130,47.74352,9.00653\n2998,1646324131,47.74351,9.00651\n2999,1646324132,47.74350,9.00650\n3000,1646324133,47.74349,9.00648\n3001,1646324134,47.74348,9.00647\n3002,1646324135,47.74347,9.00646\n3003,1646324136,47.74346,9.00644\n3004,1646324137,47.74345,9.00643\n3005,1646324138,47.74344,9.00642\n3006,1646324139,47.74343,9.00640\n3007,1646324140,47.74342,9.00639\n3008,1646324141,47.74341,9.00638\n3009,1646324142,47.74340,9.00636\n3010,1646324143,47.74339,9.00635\n3011,1646324144,47.74338,9.00634\n3012,1646324145,47.74336,9.00632\n3013,1646324146,47.74335,9.00631\n3014,1646324147,47.74334,9.00630\n3015,1646324148,47.74333,9.00629\n3016,1646324149,47.74332,9.00627\n3017,1646324150,47.74331,9.00625\n3018,1646324151,47.74331,9.00624\n3019,1646324152,47.74330,9.00621\n3020,1646324153,47.74330,9.00619\n3021,1646324154,47.74329,9.00618\n3022,1646324155,47.74329,9.00616\n3023,1646324156,47.74328,9.00615\n3024,1646324157,47.74327,9.00613\n3025,1646324158,47.74326,9.00611\n3026,1646324159,47.74326,9.00610\n3027,1646324160,47.74325,9.00609\n3028,1646324161,47.74323,9.00609\n3029,1646324162,47.74322,9.00608\n3030,1646324163,47.74322,9.00607\n3031,1646324164,47.74321,9.00607\n3032,1646324165,47.74320,9.00606\n3033,1646324166,47.74319,9.00604\n3034,1646324167,47.74319,9.00602\n3035,1646324168,47.74318,9.00599\n3036,1646324169,47.74317,9.00598\n3037,1646324170,47.74316,9.00596\n3038,1646324171,47.74315,9.00594\n3039,1646324172,47.74314,9.00593\n3040,1646324173,47.74313,9.00592\n3041,1646324174,47.74312,9.00590\n3042,1646324175,47.74311,9.00589\n3043,1646324176,47.74309,9.00587\n3044,1646324177,47.74308,9.00586\n3045,1646324178,47.74307,9.00585\n3046,1646324179,47.74306,9.00584\n3047,1646324180,47.74305,9.00582\n3048,1646324181,47.74304,9.00581\n3049,1646324182,47.74303,9.00579\n3050,1646324183,47.74302,9.00578\n3051,1646324184,47.74301,9.00576\n3052,1646324185,47.74300,9.00574\n3053,1646324186,47.74299,9.00573\n3054,1646324187,47.74298,9.00572\n3055,1646324188,47.74296,9.00572\n3056,1646324189,47.74295,9.00571\n3057,1646324190,47.74294,9.00569\n3058,1646324191,47.74293,9.00567\n3059,1646324192,47.74293,9.00565\n3060,1646324193,47.74292,9.00564\n3061,1646324194,47.74291,9.00563\n3062,1646324195,47.74290,9.00561\n3063,1646324196,47.74289,9.00559\n3064,1646324197,47.74290,9.00557\n3065,1646324198,47.74291,9.00555\n3066,1646324199,47.74291,9.00553\n3067,1646324200,47.74291,9.00551\n3068,1646324201,47.74291,9.00549\n3069,1646324202,47.74290,9.00547\n3070,1646324203,47.74289,9.00545\n3071,1646324204,47.74289,9.00544\n3072,1646324205,47.74288,9.00542\n3073,1646324206,47.74287,9.00542\n3074,1646324207,47.74286,9.00540\n3075,1646324208,47.74285,9.00539\n3076,1646324209,47.74284,9.00538\n3077,1646324210,47.74283,9.00536\n3078,1646324211,47.74282,9.00535\n3079,1646324212,47.74281,9.00535\n3080,1646324213,47.74279,9.00534\n3081,1646324214,47.74278,9.00534\n3082,1646324215,47.74276,9.00533\n3083,1646324216,47.74275,9.00532\n3084,1646324217,47.74274,9.00530\n3085,1646324218,47.74273,9.00529\n3086,1646324219,47.74273,9.00527\n3087,1646324220,47.74272,9.00525\n3088,1646324221,47.74271,9.00523\n3089,1646324222,47.74271,9.00521\n3090,1646324223,47.74270,9.00520\n3091,1646324224,47.74268,9.00518\n3092,1646324225,47.74267,9.00517\n3093,1646324226,47.74266,9.00516\n3094,1646324227,47.74264,9.00514\n3095,1646324228,47.74263,9.00512\n3096,1646324229,47.74262,9.00511\n3097,1646324230,47.74261,9.00509\n3098,1646324231,47.74260,9.00508\n3099,1646324232,47.74260,9.00506\n3100,1646324233,47.74259,9.00504\n3101,1646324234,47.74259,9.00502\n3102,1646324235,47.74259,9.00500\n3103,1646324236,47.74258,9.00498\n3104,1646324237,47.74256,9.00497\n3105,1646324238,47.74255,9.00495\n3106,1646324239,47.74255,9.00493\n3107,1646324240,47.74255,9.00491\n3108,1646324241,47.74254,9.00490\n3109,1646324242,47.74253,9.00488\n3110,1646324243,47.74252,9.00487\n3111,1646324244,47.74252,9.00485\n3112,1646324245,47.74251,9.00483\n3113,1646324246,47.74251,9.00481\n3114,1646324247,47.74250,9.00480\n3115,1646324248,47.74249,9.00478\n3116,1646324249,47.74248,9.00477\n3117,1646324250,47.74247,9.00475\n3118,1646324251,47.74246,9.00474\n3119,1646324252,47.74245,9.00473\n3120,1646324253,47.74245,9.00472\n3121,1646324254,47.74244,9.00470\n3122,1646324255,47.74243,9.00469\n3123,1646324256,47.74242,9.00468\n3124,1646324257,47.74243,9.00466\n3125,1646324258,47.74243,9.00464\n3126,1646324259,47.74242,9.00463\n3127,1646324260,47.74242,9.00460\n3128,1646324261,47.74242,9.00457\n3129,1646324262,47.74241,9.00456\n3130,1646324263,47.74240,9.00455\n3131,1646324264,47.74239,9.00453\n3132,1646324265,47.74238,9.00452\n3133,1646324266,47.74237,9.00451\n3134,1646324267,47.74236,9.00450\n3135,1646324268,47.74234,9.00448\n3136,1646324269,47.74233,9.00447\n3137,1646324270,47.74232,9.00446\n3138,1646324271,47.74231,9.00445\n3139,1646324272,47.74230,9.00443\n3140,1646324273,47.74229,9.00442\n3141,1646324274,47.74227,9.00441\n3142,1646324275,47.74226,9.00439\n3143,1646324276,47.74225,9.00438\n3144,1646324277,47.74224,9.00437\n3145,1646324278,47.74223,9.00436\n3146,1646324279,47.74222,9.00435\n3147,1646324280,47.74221,9.00434\n3148,1646324281,47.74219,9.00433\n3149,1646324282,47.74218,9.00432\n3150,1646324283,47.74217,9.00430\n3151,1646324284,47.74217,9.00429\n3152,1646324285,47.74216,9.00427\n3153,1646324286,47.74215,9.00426\n3154,1646324287,47.74214,9.00425\n3155,1646324288,47.74213,9.00424\n3156,1646324289,47.74212,9.00423\n3157,1646324290,47.74211,9.00423\n3158,1646324291,47.74211,9.00422\n3159,1646324292,47.74210,9.00420\n3160,1646324293,47.74209,9.00419\n3161,1646324294,47.74208,9.00417\n3162,1646324295,47.74207,9.00415\n3163,1646324296,47.74206,9.00413\n3164,1646324297,47.74206,9.00411\n3165,1646324298,47.74206,9.00409\n3166,1646324299,47.74207,9.00407\n3167,1646324300,47.74207,9.00405\n3168,1646324301,47.74207,9.00404\n3169,1646324302,47.74208,9.00404\n3170,1646324303,47.74208,9.00404\n3171,1646324304,47.74208,9.00404\n3172,1646324305,47.74208,9.00404\n3173,1646324306,47.74208,9.00404\n3174,1646324307,47.74208,9.00404\n3175,1646324308,47.74208,9.00404\n3176,1646324309,47.74208,9.00404\n3177,1646324310,47.74208,9.00404\n3178,1646324311,47.74208,9.00404\n3179,1646324312,47.74208,9.00404\n3180,1646324313,47.74208,9.00404\n3181,1646324314,47.74208,9.00404\n3182,1646324315,47.74208,9.00404\n3183,1646324316,47.74208,9.00404\n3184,1646324317,47.74208,9.00404\n3185,1646324318,47.74208,9.00404\n3186,1646324319,47.74208,9.00404\n3187,1646324320,47.74208,9.00404\n3188,1646324321,47.74208,9.00404\n3189,1646324322,47.74208,9.00404\n3190,1646324323,47.74208,9.00404\n3191,1646324324,47.74208,9.00405\n3192,1646324325,47.74208,9.00405\n3193,1646324326,47.74208,9.00405\n3194,1646324327,47.74208,9.00405\n3195,1646324328,47.74208,9.00405\n3196,1646324329,47.74208,9.00405\n3197,1646324330,47.74208,9.00405\n3198,1646324331,47.74208,9.00405\n3199,1646324332,47.74208,9.00405\n3200,1646324333,47.74208,9.00405\n3201,1646324334,47.74208,9.00406\n3202,1646324335,47.74208,9.00406\n3203,1646324336,47.74208,9.00406\n3204,1646324337,47.74208,9.00406\n3205,1646324338,47.74208,9.00406\n3206,1646324339,47.74208,9.00406\n3207,1646324340,47.74208,9.00406\n3208,1646324341,47.74208,9.00406\n3209,1646324342,47.74208,9.00406\n3210,1646324343,47.74208,9.00406\n3211,1646324344,47.74208,9.00407\n3212,1646324345,47.74208,9.00407\n3213,1646324346,47.74208,9.00407\n3214,1646324347,47.74208,9.00407\n3215,1646324348,47.74208,9.00407\n3216,1646324349,47.74207,9.00406\n3217,1646324350,47.74207,9.00405\n3218,1646324351,47.74207,9.00403\n3219,1646324352,47.74206,9.00402\n3220,1646324353,47.74206,9.00400\n3221,1646324354,47.74205,9.00398\n3222,1646324355,47.74204,9.00394\n3223,1646324356,47.74204,9.00392\n3224,1646324357,47.74204,9.00389\n3225,1646324358,47.74204,9.00387\n3226,1646324359,47.74204,9.00385\n3227,1646324360,47.74205,9.00383\n3228,1646324361,47.74205,9.00381\n3229,1646324362,47.74206,9.00379\n3230,1646324363,47.74207,9.00377\n3231,1646324364,47.74208,9.00376\n3232,1646324365,47.74209,9.00375\n3233,1646324366,47.74210,9.00374\n3234,1646324367,47.74212,9.00373\n3235,1646324368,47.74214,9.00373\n3236,1646324369,47.74215,9.00371\n3237,1646324370,47.74217,9.00370\n3238,1646324371,47.74218,9.00368\n3239,1646324372,47.74219,9.00366\n3240,1646324373,47.74220,9.00364\n3241,1646324374,47.74221,9.00363\n3242,1646324375,47.74222,9.00362\n3243,1646324376,47.74223,9.00360\n3244,1646324377,47.74224,9.00359\n3245,1646324378,47.74225,9.00358\n3246,1646324379,47.74226,9.00357\n3247,1646324380,47.74227,9.00355\n3248,1646324381,47.74227,9.00354\n3249,1646324382,47.74228,9.00352\n3250,1646324383,47.74229,9.00351\n3251,1646324384,47.74230,9.00349\n3252,1646324385,47.74231,9.00348\n3253,1646324386,47.74232,9.00347\n3254,1646324387,47.74234,9.00346\n3255,1646324388,47.74234,9.00345\n3256,1646324389,47.74235,9.00344\n3257,1646324390,47.74236,9.00343\n3258,1646324391,47.74237,9.00342\n3259,1646324392,47.74238,9.00340\n3260,1646324393,47.74239,9.00339\n3261,1646324394,47.74241,9.00338\n3262,1646324395,47.74242,9.00336\n3263,1646324396,47.74243,9.00334\n3264,1646324397,47.74245,9.00334\n3265,1646324398,47.74247,9.00333\n3266,1646324399,47.74248,9.00333\n3267,1646324400,47.74249,9.00332\n3268,1646324401,47.74250,9.00331\n3269,1646324402,47.74251,9.00330\n3270,1646324403,47.74251,9.00329\n3271,1646324404,47.74252,9.00328\n3272,1646324405,47.74253,9.00327\n3273,1646324406,47.74254,9.00326\n3274,1646324407,47.74255,9.00325\n3275,1646324408,47.74256,9.00323\n3276,1646324409,47.74257,9.00322\n3277,1646324410,47.74258,9.00321\n3278,1646324411,47.74259,9.00320\n3279,1646324412,47.74260,9.00319\n3280,1646324413,47.74261,9.00317\n3281,1646324414,47.74262,9.00316\n3282,1646324415,47.74263,9.00315\n3283,1646324416,47.74264,9.00314\n3284,1646324417,47.74265,9.00313\n3285,1646324418,47.74265,9.00311\n3286,1646324419,47.74266,9.00310\n3287,1646324420,47.74267,9.00308\n3288,1646324421,47.74268,9.00307\n3289,1646324422,47.74268,9.00306\n3290,1646324423,47.74269,9.00305\n3291,1646324424,47.74270,9.00304\n3292,1646324425,47.74271,9.00302\n3293,1646324426,47.74272,9.00301\n3294,1646324427,47.74273,9.00299\n3295,1646324428,47.74274,9.00297\n3296,1646324429,47.74276,9.00296\n3297,1646324430,47.74276,9.00295\n3298,1646324431,47.74277,9.00294\n3299,1646324432,47.74278,9.00292\n3300,1646324433,47.74280,9.00291\n3301,1646324434,47.74281,9.00289\n3302,1646324435,47.74282,9.00288\n3303,1646324436,47.74283,9.00286\n3304,1646324437,47.74284,9.00285\n3305,1646324438,47.74285,9.00284\n3306,1646324439,47.74286,9.00283\n3307,1646324440,47.74286,9.00281\n3308,1646324441,47.74287,9.00279\n3309,1646324442,47.74288,9.00277\n3310,1646324443,47.74289,9.00276\n3311,1646324444,47.74291,9.00274\n3312,1646324445,47.74292,9.00273\n3313,1646324446,47.74293,9.00271\n3314,1646324447,47.74294,9.00270\n3315,1646324448,47.74295,9.00271\n3316,1646324449,47.74295,9.00270\n3317,1646324450,47.74296,9.00269\n3318,1646324451,47.74297,9.00268\n3319,1646324452,47.74298,9.00266\n3320,1646324453,47.74299,9.00264\n3321,1646324454,47.74300,9.00263\n3322,1646324455,47.74300,9.00261\n3323,1646324456,47.74300,9.00260\n3324,1646324457,47.74300,9.00258\n3325,1646324458,47.74299,9.00257\n3326,1646324459,47.74299,9.00255\n3327,1646324460,47.74298,9.00253\n3328,1646324461,47.74297,9.00251\n3329,1646324462,47.74297,9.00249\n3330,1646324463,47.74296,9.00248\n3331,1646324464,47.74295,9.00246\n3332,1646324465,47.74295,9.00246\n3333,1646324466,47.74294,9.00245\n3334,1646324467,47.74293,9.00245\n3335,1646324468,47.74292,9.00246\n3336,1646324469,47.74291,9.00246\n3337,1646324470,47.74291,9.00246\n3338,1646324471,47.74291,9.00246\n3339,1646324472,47.74291,9.00246\n3340,1646324473,47.74290,9.00246\n3341,1646324474,47.74290,9.00246\n3342,1646324475,47.74289,9.00245\n3343,1646324476,47.74288,9.00245\n3344,1646324477,47.74287,9.00244\n3345,1646324478,47.74287,9.00242\n3346,1646324479,47.74287,9.00241\n3347,1646324480,47.74286,9.00240\n3348,1646324481,47.74285,9.00238\n3349,1646324482,47.74284,9.00236\n3350,1646324483,47.74283,9.00234\n3351,1646324484,47.74282,9.00233\n3352,1646324485,47.74281,9.00232\n3353,1646324486,47.74281,9.00230\n3354,1646324487,47.74281,9.00229\n3355,1646324488,47.74280,9.00227\n3356,1646324489,47.74279,9.00226\n3357,1646324490,47.74278,9.00224\n3358,1646324491,47.74277,9.00222\n3359,1646324492,47.74276,9.00220\n3360,1646324493,47.74276,9.00219\n3361,1646324494,47.74275,9.00217\n3362,1646324495,47.74274,9.00217\n3363,1646324496,47.74273,9.00216\n3364,1646324497,47.74272,9.00214\n3365,1646324498,47.74271,9.00213\n3366,1646324499,47.74271,9.00212\n3367,1646324500,47.74270,9.00211\n3368,1646324501,47.74269,9.00209\n3369,1646324502,47.74268,9.00208\n3370,1646324503,47.74267,9.00206\n3371,1646324504,47.74267,9.00205\n3372,1646324505,47.74266,9.00203\n3373,1646324506,47.74265,9.00202\n3374,1646324507,47.74264,9.00201\n3375,1646324508,47.74263,9.00199\n3376,1646324509,47.74262,9.00198\n3377,1646324510,47.74261,9.00196\n3378,1646324511,47.74259,9.00195\n3379,1646324512,47.74258,9.00194\n3380,1646324513,47.74257,9.00192\n3381,1646324514,47.74256,9.00191\n3382,1646324515,47.74254,9.00190\n3383,1646324516,47.74253,9.00188\n3384,1646324517,47.74252,9.00187\n3385,1646324518,47.74251,9.00185\n3386,1646324519,47.74250,9.00183\n3387,1646324520,47.74249,9.00182\n3388,1646324521,47.74248,9.00180\n3389,1646324522,47.74247,9.00178\n3390,1646324523,47.74246,9.00177\n3391,1646324524,47.74245,9.00175\n3392,1646324525,47.74244,9.00174\n3393,1646324526,47.74243,9.00173\n3394,1646324527,47.74242,9.00171\n3395,1646324528,47.74241,9.00169\n3396,1646324529,47.74240,9.00168\n3397,1646324530,47.74240,9.00166\n3398,1646324531,47.74240,9.00166\n3399,1646324532,47.74239,9.00165\n3400,1646324533,47.74238,9.00164\n3401,1646324534,47.74237,9.00163\n3402,1646324535,47.74236,9.00161\n3403,1646324536,47.74235,9.00160\n3404,1646324537,47.74233,9.00160\n3405,1646324538,47.74232,9.00158\n3406,1646324539,47.74230,9.00157\n3407,1646324540,47.74229,9.00155\n3408,1646324541,47.74228,9.00153\n3409,1646324542,47.74226,9.00152\n3410,1646324543,47.74225,9.00150\n3411,1646324544,47.74224,9.00149\n3412,1646324545,47.74223,9.00147\n3413,1646324546,47.74222,9.00145\n3414,1646324547,47.74221,9.00144\n3415,1646324548,47.74220,9.00143\n3416,1646324549,47.74220,9.00142\n3417,1646324550,47.74219,9.00141\n3418,1646324551,47.74218,9.00139\n3419,1646324552,47.74217,9.00138\n3420,1646324553,47.74216,9.00136\n3421,1646324554,47.74215,9.00135\n3422,1646324555,47.74214,9.00134\n3423,1646324556,47.74214,9.00133\n3424,1646324557,47.74213,9.00131\n3425,1646324558,47.74212,9.00130\n3426,1646324559,47.74211,9.00128\n3427,1646324560,47.74210,9.00127\n3428,1646324561,47.74209,9.00125\n3429,1646324562,47.74208,9.00124\n3430,1646324563,47.74207,9.00122\n3431,1646324564,47.74206,9.00121\n3432,1646324565,47.74206,9.00119\n3433,1646324566,47.74205,9.00117\n3434,1646324567,47.74204,9.00115\n3435,1646324568,47.74203,9.00114\n3436,1646324569,47.74202,9.00112\n3437,1646324570,47.74201,9.00111\n3438,1646324571,47.74200,9.00110\n3439,1646324572,47.74199,9.00109\n3440,1646324573,47.74197,9.00108\n3441,1646324574,47.74196,9.00107\n3442,1646324575,47.74195,9.00105\n3443,1646324576,47.74194,9.00104\n3444,1646324577,47.74193,9.00102\n3445,1646324578,47.74193,9.00100\n3446,1646324579,47.74192,9.00098\n3447,1646324580,47.74191,9.00097\n3448,1646324581,47.74190,9.00095\n3449,1646324582,47.74189,9.00094\n3450,1646324583,47.74188,9.00092\n3451,1646324584,47.74188,9.00090\n3452,1646324585,47.74187,9.00088\n3453,1646324586,47.74186,9.00087\n3454,1646324587,47.74185,9.00086\n3455,1646324588,47.74184,9.00084\n3456,1646324589,47.74183,9.00083\n3457,1646324590,47.74182,9.00081\n3458,1646324591,47.74181,9.00080\n3459,1646324592,47.74180,9.00079\n3460,1646324593,47.74179,9.00079\n3461,1646324594,47.74178,9.00078\n3462,1646324595,47.74177,9.00077\n3463,1646324596,47.74176,9.00076\n3464,1646324597,47.74176,9.00076\n3465,1646324598,47.74175,9.00075\n3466,1646324599,47.74174,9.00074\n3467,1646324600,47.74174,9.00072\n3468,1646324601,47.74173,9.00070\n3469,1646324602,47.74173,9.00067\n3470,1646324603,47.74173,9.00064\n3471,1646324604,47.74174,9.00062\n3472,1646324605,47.74174,9.00060\n3473,1646324606,47.74175,9.00058\n3474,1646324607,47.74176,9.00057\n3475,1646324608,47.74177,9.00056\n3476,1646324609,47.74179,9.00055\n3477,1646324610,47.74180,9.00055\n3478,1646324611,47.74181,9.00055\n3479,1646324612,47.74181,9.00054\n3480,1646324613,47.74182,9.00053\n3481,1646324614,47.74183,9.00052\n3482,1646324615,47.74185,9.00051\n3483,1646324616,47.74186,9.00050\n3484,1646324617,47.74187,9.00049\n3485,1646324618,47.74188,9.00048\n3486,1646324619,47.74188,9.00047\n3487,1646324620,47.74189,9.00046\n3488,1646324621,47.74190,9.00045\n3489,1646324622,47.74191,9.00044\n3490,1646324623,47.74192,9.00043\n3491,1646324624,47.74194,9.00042\n3492,1646324625,47.74195,9.00041\n3493,1646324626,47.74196,9.00040\n3494,1646324627,47.74197,9.00039\n3495,1646324628,47.74198,9.00038\n3496,1646324629,47.74199,9.00037\n3497,1646324630,47.74200,9.00036\n3498,1646324631,47.74201,9.00035\n3499,1646324632,47.74202,9.00034\n3500,1646324633,47.74203,9.00033\n3501,1646324634,47.74204,9.00031\n3502,1646324635,47.74205,9.00030\n3503,1646324636,47.74206,9.00029\n3504,1646324637,47.74207,9.00028\n3505,1646324638,47.74208,9.00027\n3506,1646324639,47.74209,9.00026\n3507,1646324640,47.74210,9.00025\n3508,1646324641,47.74211,9.00024\n3509,1646324642,47.74212,9.00023\n3510,1646324643,47.74213,9.00022\n3511,1646324644,47.74215,9.00021\n3512,1646324645,47.74216,9.00020\n3513,1646324646,47.74217,9.00019\n3514,1646324647,47.74218,9.00018\n3515,1646324648,47.74219,9.00017\n3516,1646324649,47.74220,9.00016\n3517,1646324650,47.74221,9.00014\n3518,1646324651,47.74223,9.00013\n3519,1646324652,47.74224,9.00012\n3520,1646324653,47.74225,9.00012\n3521,1646324654,47.74226,9.00010\n3522,1646324655,47.74227,9.00010\n3523,1646324656,47.74229,9.00009\n3524,1646324657,47.74230,9.00008\n3525,1646324658,47.74231,9.00007\n3526,1646324659,47.74232,9.00006\n3527,1646324660,47.74234,9.00005\n3528,1646324661,47.74235,9.00004\n3529,1646324662,47.74236,9.00003\n3530,1646324663,47.74237,9.00002\n3531,1646324664,47.74238,9.00002\n3532,1646324665,47.74239,9.00000\n3533,1646324666,47.74240,8.99999\n3534,1646324667,47.74241,8.99998\n3535,1646324668,47.74242,8.99997\n3536,1646324669,47.74243,8.99996\n3537,1646324670,47.74245,8.99995\n3538,1646324671,47.74246,8.99994\n3539,1646324672,47.74247,8.99994\n3540,1646324673,47.74248,8.99992\n3541,1646324674,47.74249,8.99991\n3542,1646324675,47.74250,8.99990\n3543,1646324676,47.74252,8.99989\n3544,1646324677,47.74253,8.99988\n3545,1646324678,47.74254,8.99987\n3546,1646324679,47.74255,8.99986\n3547,1646324680,47.74257,8.99984\n3548,1646324681,47.74258,8.99983\n3549,1646324682,47.74259,8.99982\n3550,1646324683,47.74260,8.99981\n3551,1646324684,47.74261,8.99980\n3552,1646324685,47.74262,8.99979\n3553,1646324686,47.74263,8.99978\n3554,1646324687,47.74264,8.99977\n3555,1646324688,47.74265,8.99976\n3556,1646324689,47.74266,8.99975\n3557,1646324690,47.74267,8.99974\n3558,1646324691,47.74268,8.99972\n3559,1646324692,47.74269,8.99971\n3560,1646324693,47.74270,8.99970\n3561,1646324694,47.74271,8.99969\n3562,1646324695,47.74272,8.99968\n3563,1646324696,47.74273,8.99968\n3564,1646324697,47.74274,8.99967\n3565,1646324698,47.74275,8.99967\n3566,1646324699,47.74276,8.99966\n3567,1646324700,47.74277,8.99965\n3568,1646324701,47.74278,8.99964\n3569,1646324702,47.74279,8.99963\n3570,1646324703,47.74281,8.99962\n3571,1646324704,47.74282,8.99963\n3572,1646324705,47.74283,8.99963\n3573,1646324706,47.74284,8.99962\n3574,1646324707,47.74285,8.99960\n3575,1646324708,47.74287,8.99960\n3576,1646324709,47.74288,8.99959\n3577,1646324710,47.74289,8.99958\n3578,1646324711,47.74290,8.99957\n3579,1646324712,47.74291,8.99956\n3580,1646324713,47.74292,8.99955\n3581,1646324714,47.74293,8.99954\n3582,1646324715,47.74294,8.99953\n3583,1646324716,47.74295,8.99952\n3584,1646324717,47.74297,8.99951\n3585,1646324718,47.74298,8.99950\n3586,1646324719,47.74299,8.99949\n3587,1646324720,47.74300,8.99948\n3588,1646324721,47.74301,8.99947\n3589,1646324722,47.74302,8.99946\n3590,1646324723,47.74303,8.99945\n3591,1646324724,47.74303,8.99944\n3592,1646324725,47.74304,8.99944\n3593,1646324726,47.74305,8.99943\n3594,1646324727,47.74306,8.99943\n3595,1646324728,47.74307,8.99942\n3596,1646324729,47.74308,8.99941\n3597,1646324730,47.74309,8.99940\n3598,1646324731,47.74310,8.99939\n3599,1646324732,47.74312,8.99938\n3600,1646324733,47.74313,8.99936\n3601,1646324734,47.74314,8.99934\n3602,1646324735,47.74315,8.99933\n3603,1646324736,47.74316,8.99932\n3604,1646324737,47.74317,8.99931\n3605,1646324738,47.74318,8.99930\n3606,1646324739,47.74319,8.99929\n3607,1646324740,47.74319,8.99928\n3608,1646324741,47.74320,8.99926\n3609,1646324742,47.74320,8.99925\n3610,1646324743,47.74319,8.99924\n3611,1646324744,47.74318,8.99922\n3612,1646324745,47.74318,8.99921\n3613,1646324746,47.74317,8.99920\n3614,1646324747,47.74316,8.99919\n3615,1646324748,47.74316,8.99918\n3616,1646324749,47.74315,8.99917\n3617,1646324750,47.74315,8.99916\n3618,1646324751,47.74315,8.99915\n3619,1646324752,47.74315,8.99915\n3620,1646324753,47.74314,8.99915\n3621,1646324754,47.74313,8.99914\n3622,1646324755,47.74312,8.99914\n3623,1646324756,47.74312,8.99914\n3624,1646324757,47.74312,8.99914\n3625,1646324758,47.74312,8.99914\n3626,1646324759,47.74310,8.99913\n3627,1646324760,47.74310,8.99914\n3628,1646324761,47.74309,8.99915\n3629,1646324762,47.74308,8.99914\n3630,1646324763,47.74307,8.99915\n3631,1646324764,47.74307,8.99915\n3632,1646324765,47.74310,8.99911\n3633,1646324766,47.74308,8.99909\n3634,1646324767,47.74308,8.99909\n3635,1646324768,47.74307,8.99908\n3636,1646324769,47.74306,8.99907\n3637,1646324770,47.74304,8.99906\n3638,1646324771,47.74303,8.99905\n3639,1646324772,47.74303,8.99904\n3640,1646324773,47.74302,8.99904\n3641,1646324774,47.74303,8.99905\n3642,1646324775,47.74304,8.99905\n3643,1646324776,47.74305,8.99905\n3644,1646324777,47.74305,8.99905\n3645,1646324778,47.74306,8.99905\n3646,1646324779,47.74306,8.99904\n3647,1646324780,47.74306,8.99904\n3648,1646324781,47.74306,8.99904\n3649,1646324782,47.74306,8.99904\n3650,1646324783,47.74306,8.99904\n3651,1646324784,47.74306,8.99904\n3652,1646324785,47.74306,8.99904\n3653,1646324786,47.74306,8.99904\n3654,1646324787,47.74305,8.99904\n3655,1646324788,47.74305,8.99904\n3656,1646324789,47.74305,8.99904\n3657,1646324790,47.74305,8.99904\n3658,1646324791,47.74305,8.99904\n3659,1646324792,47.74305,8.99903\n3660,1646324793,47.74305,8.99903\n3661,1646324794,47.74305,8.99902\n3662,1646324795,47.74305,8.99902\n3663,1646324796,47.74305,8.99901\n3664,1646324797,47.74305,8.99901\n3665,1646324798,47.74305,8.99900\n3666,1646324799,47.74305,8.99900\n3667,1646324800,47.74305,8.99899\n3668,1646324801,47.74305,8.99899\n3669,1646324802,47.74305,8.99899\n3670,1646324803,47.74305,8.99899\n3671,1646324804,47.74305,8.99899\n3672,1646324805,47.74305,8.99899\n3673,1646324806,47.74305,8.99899\n3674,1646324807,47.74305,8.99899\n3675,1646324808,47.74305,8.99899\n3676,1646324809,47.74305,8.99899\n3677,1646324810,47.74305,8.99899\n3678,1646324811,47.74305,8.99899\n3679,1646324812,47.74305,8.99899\n3680,1646324813,47.74305,8.99899\n3681,1646324814,47.74305,8.99899\n3682,1646324815,47.74305,8.99899\n3683,1646324816,47.74305,8.99899\n3684,1646324817,47.74305,8.99899\n3685,1646324818,47.74305,8.99899\n3686,1646324819,47.74305,8.99899\n3687,1646324820,47.74305,8.99899\n3688,1646324821,47.74305,8.99899\n3689,1646324822,47.74305,8.99899\n3690,1646324823,47.74305,8.99899\n3691,1646324824,47.74305,8.99899\n3692,1646324825,47.74305,8.99899\n3693,1646324826,47.74305,8.99899\n3694,1646324827,47.74305,8.99899\n3695,1646324828,47.74305,8.99899\n3696,1646324829,47.74305,8.99899\n3697,1646324830,47.74305,8.99899\n3698,1646324831,47.74305,8.99899\n3699,1646324832,47.74305,8.99899\n3700,1646324833,47.74305,8.99899\n3701,1646324834,47.74305,8.99899\n3702,1646324835,47.74305,8.99899\n3703,1646324836,47.74305,8.99899\n3704,1646324837,47.74305,8.99899\n3705,1646324838,47.74305,8.99899\n3706,1646324839,47.74305,8.99899\n3707,1646324840,47.74305,8.99899\n3708,1646324841,47.74305,8.99899\n3709,1646324842,47.74305,8.99899\n3710,1646324843,47.74305,8.99899\n3711,1646324844,47.74305,8.99899\n3712,1646324845,47.74305,8.99899\n3713,1646324846,47.74305,8.99899\n3714,1646324847,47.74305,8.99899\n3715,1646324848,47.74305,8.99899\n3716,1646324849,47.74305,8.99899\n3717,1646324850,47.74305,8.99899\n3718,1646324851,47.74305,8.99899\n3719,1646324852,47.74305,8.99899\n3720,1646324853,47.74305,8.99899\n3721,1646324854,47.74305,8.99899\n3722,1646324855,47.74305,8.99899\n3723,1646324856,47.74305,8.99899\n3724,1646324857,47.74305,8.99899\n3725,1646324858,47.74305,8.99899\n3726,1646324859,47.74305,8.99899\n3727,1646324860,47.74305,8.99899\n3728,1646324861,47.74305,8.99899\n3729,1646324862,47.74305,8.99899\n3730,1646324863,47.74305,8.99899\n3731,1646324864,47.74305,8.99899\n3732,1646324865,47.74305,8.99899\n3733,1646324866,47.74305,8.99899\n3734,1646324867,47.74305,8.99899\n3735,1646324868,47.74305,8.99899\n3736,1646324869,47.74305,8.99899\n3737,1646324870,47.74305,8.99899\n3738,1646324871,47.74305,8.99899\n3739,1646324872,47.74305,8.99899\n3740,1646324873,47.74305,8.99899\n3741,1646324874,47.74305,8.99899\n3742,1646324875,47.74305,8.99899\n3743,1646324876,47.74305,8.99899\n3744,1646324877,47.74305,8.99899\n3745,1646324878,47.74305,8.99899\n3746,1646324879,47.74305,8.99899\n3747,1646324880,47.74305,8.99899\n3748,1646324881,47.74305,8.99899\n3749,1646324882,47.74305,8.99899\n3750,1646324883,47.74305,8.99899\n3751,1646324884,47.74305,8.99899\n3752,1646324885,47.74305,8.99899\n3753,1646324886,47.74305,8.99899\n3754,1646324887,47.74305,8.99899\n3755,1646324888,47.74305,8.99899\n3756,1646324889,47.74305,8.99899\n3757,1646324890,47.74305,8.99899\n3758,1646324891,47.74305,8.99899\n3759,1646324892,47.74305,8.99899\n3760,1646324893,47.74305,8.99899\n3761,1646324894,47.74305,8.99899\n3762,1646324895,47.74305,8.99899\n3763,1646324896,47.74305,8.99899\n3764,1646324897,47.74305,8.99899\n3765,1646324898,47.74305,8.99899\n3766,1646324899,47.74305,8.99899\n3767,1646324900,47.74305,8.99899\n3768,1646324901,47.74305,8.99899\n3769,1646324902,47.74305,8.99899\n3770,1646324903,47.74305,8.99899\n3771,1646324904,47.74305,8.99899\n3772,1646324905,47.74305,8.99899\n3773,1646324906,47.74305,8.99899\n3774,1646324907,47.74305,8.99899\n3775,1646324908,47.74305,8.99899\n3776,1646324909,47.74305,8.99899\n3777,1646324910,47.74305,8.99899\n3778,1646324911,47.74305,8.99899\n3779,1646324912,47.74305,8.99899\n3780,1646324913,47.74305,8.99899\n3781,1646324914,47.74305,8.99899\n3782,1646324915,47.74305,8.99899\n3783,1646324916,47.74305,8.99899\n3784,1646324917,47.74305,8.99899\n3785,1646324918,47.74305,8.99899\n3786,1646324919,47.74305,8.99899\n3787,1646324920,47.74305,8.99899\n3788,1646324921,47.74305,8.99899\n3789,1646324922,47.74305,8.99899\n3790,1646324923,47.74305,8.99899\n3791,1646324924,47.74305,8.99899\n3792,1646324925,47.74305,8.99899\n3793,1646324926,47.74305,8.99899\n3794,1646324927,47.74305,8.99899\n3795,1646324928,47.74305,8.99899\n3796,1646324929,47.74305,8.99899\n3797,1646324930,47.74305,8.99899\n3798,1646324931,47.74305,8.99899\n3799,1646324932,47.74305,8.99899\n3800,1646324933,47.74305,8.99899\n3801,1646324934,47.74305,8.99899\n3802,1646324935,47.74305,8.99899\n3803,1646324936,47.74305,8.99899\n3804,1646324937,47.74305,8.99899\n3805,1646324938,47.74305,8.99899\n3806,1646324939,47.74305,8.99899\n3807,1646324940,47.74305,8.99899\n3808,1646324941,47.74305,8.99899\n3809,1646324942,47.74305,8.99899\n3810,1646324943,47.74305,8.99899\n3811,1646324944,47.74305,8.99899\n3812,1646324945,47.74305,8.99899\n3813,1646324946,47.74305,8.99899\n3814,1646324947,47.74305,8.99899\n3815,1646324948,47.74305,8.99899\n3816,1646324949,47.74305,8.99899\n3817,1646324950,47.74305,8.99899\n3818,1646324951,47.74305,8.99899\n3819,1646324952,47.74305,8.99899\n3820,1646324953,47.74305,8.99899\n3821,1646324954,47.74305,8.99899\n3822,1646324955,47.74305,8.99899\n3823,1646324956,47.74305,8.99899\n3824,1646324957,47.74305,8.99899\n3825,1646324958,47.74305,8.99899\n3826,1646324959,47.74305,8.99899\n3827,1646324960,47.74305,8.99899\n3828,1646324961,47.74305,8.99899\n3829,1646324962,47.74305,8.99899\n3830,1646324963,47.74305,8.99899\n3831,1646324964,47.74305,8.99899\n3832,1646324965,47.74305,8.99899\n3833,1646324966,47.74305,8.99899\n3834,1646324967,47.74305,8.99899\n3835,1646324968,47.74305,8.99899\n3836,1646324969,47.74305,8.99899\n3837,1646324970,47.74305,8.99899\n3838,1646324971,47.74305,8.99899\n3839,1646324972,47.74305,8.99899\n3840,1646324973,47.74305,8.99899\n3841,1646324974,47.74305,8.99899\n3842,1646324975,47.74305,8.99899\n3843,1646324976,47.74305,8.99899\n3844,1646324977,47.74305,8.99899\n3845,1646324978,47.74305,8.99899\n3846,1646324979,47.74305,8.99899\n3847,1646324980,47.74305,8.99899\n3848,1646324981,47.74305,8.99899\n3849,1646324982,47.74305,8.99899\n3850,1646324983,47.74305,8.99899\n3851,1646324984,47.74305,8.99899\n3852,1646324985,47.74305,8.99899\n3853,1646324986,47.74305,8.99899\n3854,1646324987,47.74305,8.99899\n3855,1646324988,47.74305,8.99899\n3856,1646324989,47.74305,8.99899\n3857,1646324990,47.74305,8.99899\n3858,1646324991,47.74305,8.99899\n3859,1646324992,47.74305,8.99899\n3860,1646324993,47.74305,8.99899\n3861,1646324994,47.74305,8.99899\n3862,1646324995,47.74305,8.99899\n3863,1646324996,47.74305,8.99899\n3864,1646324997,47.74305,8.99899\n3865,1646324998,47.74305,8.99899\n3866,1646324999,47.74305,8.99899\n3867,1646325000,47.74305,8.99899\n3868,1646325001,47.74305,8.99899\n3869,1646325002,47.74305,8.99899\n3870,1646325003,47.74305,8.99899\n3871,1646325004,47.74305,8.99899\n3872,1646325005,47.74305,8.99899\n3873,1646325006,47.74305,8.99899\n3874,1646325007,47.74305,8.99899\n3875,1646325008,47.74305,8.99899\n3876,1646325009,47.74305,8.99899\n3877,1646325010,47.74305,8.99899\n3878,1646325011,47.74305,8.99899\n3879,1646325012,47.74305,8.99899\n3880,1646325013,47.74305,8.99899\n3881,1646325014,47.74305,8.99899\n3882,1646325015,47.74305,8.99899\n3883,1646325016,47.74305,8.99899\n3884,1646325017,47.74305,8.99899\n3885,1646325018,47.74305,8.99899\n3886,1646325019,47.74305,8.99899\n3887,1646325020,47.74305,8.99899\n3888,1646325021,47.74305,8.99899\n3889,1646325022,47.74305,8.99899\n3890,1646325023,47.74305,8.99899\n3891,1646325024,47.74305,8.99899\n3892,1646325025,47.74305,8.99899\n3893,1646325026,47.74305,8.99899\n3894,1646325027,47.74305,8.99899\n3895,1646325028,47.74305,8.99899\n3896,1646325029,47.74305,8.99899\n3897,1646325030,47.74305,8.99899\n3898,1646325031,47.74305,8.99899\n3899,1646325032,47.74305,8.99899\n3900,1646325033,47.74305,8.99899\n3901,1646325034,47.74305,8.99899\n3902,1646325035,47.74305,8.99899\n3903,1646325036,47.74305,8.99899\n3904,1646325037,47.74305,8.99899\n3905,1646325038,47.74305,8.99899\n3906,1646325039,47.74305,8.99899\n3907,1646325040,47.74305,8.99899\n3908,1646325041,47.74305,8.99899\n3909,1646325042,47.74305,8.99899\n3910,1646325043,47.74305,8.99899\n3911,1646325044,47.74305,8.99899\n3912,1646325045,47.74305,8.99899\n3913,1646325046,47.74305,8.99899\n3914,1646325047,47.74305,8.99899\n3915,1646325048,47.74305,8.99899\n3916,1646325049,47.74305,8.99899\n3917,1646325050,47.74305,8.99899\n3918,1646325051,47.74305,8.99899\n3919,1646325052,47.74305,8.99899\n3920,1646325053,47.74305,8.99899\n3921,1646325054,47.74305,8.99899\n3922,1646325055,47.74305,8.99899\n3923,1646325056,47.74305,8.99899\n3924,1646325057,47.74305,8.99899\n3925,1646325058,47.74305,8.99899\n3926,1646325059,47.74305,8.99899\n3927,1646325060,47.74305,8.99899\n3928,1646325061,47.74305,8.99899\n3929,1646325062,47.74305,8.99899\n3930,1646325063,47.74305,8.99899\n3931,1646325064,47.74305,8.99899\n3932,1646325065,47.74305,8.99899\n3933,1646325066,47.74305,8.99899\n3934,1646325067,47.74305,8.99899\n3935,1646325068,47.74305,8.99899\n3936,1646325069,47.74305,8.99899\n3937,1646325070,47.74305,8.99899\n3938,1646325071,47.74305,8.99899\n3939,1646325072,47.74305,8.99899\n3940,1646325073,47.74305,8.99899\n3941,1646325074,47.74305,8.99899\n3942,1646325075,47.74305,8.99899\n3943,1646325076,47.74305,8.99899\n3944,1646325077,47.74305,8.99899\n3945,1646325078,47.74305,8.99899\n3946,1646325079,47.74305,8.99899\n3947,1646325080,47.74305,8.99899\n3948,1646325081,47.74305,8.99899\n3949,1646325082,47.74305,8.99899\n3950,1646325083,47.74305,8.99899\n3951,1646325084,47.74305,8.99899\n3952,1646325085,47.74305,8.99899\n3953,1646325086,47.74305,8.99899\n3954,1646325087,47.74305,8.99899\n3955,1646325088,47.74305,8.99899\n3956,1646325089,47.74305,8.99899\n3957,1646325090,47.74305,8.99899\n3958,1646325091,47.74305,8.99899\n3959,1646325092,47.74305,8.99899\n3960,1646325093,47.74305,8.99899\n3961,1646325094,47.74305,8.99899\n3962,1646325095,47.74305,8.99899\n3963,1646325096,47.74305,8.99899\n3964,1646325097,47.74305,8.99899\n3965,1646325098,47.74305,8.99899\n3966,1646325099,47.74305,8.99899\n3967,1646325100,47.74305,8.99899\n3968,1646325101,47.74305,8.99899\n3969,1646325102,47.74305,8.99899\n3970,1646325103,47.74305,8.99899\n3971,1646325104,47.74305,8.99899\n3972,1646325105,47.74305,8.99899\n3973,1646325106,47.74305,8.99899\n3974,1646325107,47.74305,8.99899\n3975,1646325108,47.74305,8.99899\n3976,1646325109,47.74305,8.99899\n3977,1646325110,47.74305,8.99899\n3978,1646325111,47.74305,8.99899\n3979,1646325112,47.74305,8.99899\n3980,1646325113,47.74305,8.99899\n3981,1646325114,47.74305,8.99899\n3982,1646325115,47.74305,8.99899\n3983,1646325116,47.74305,8.99899\n3984,1646325117,47.74305,8.99899\n3985,1646325118,47.74305,8.99899\n3986,1646325119,47.74305,8.99899\n3987,1646325120,47.74305,8.99899\n3988,1646325121,47.74305,8.99899\n3989,1646325122,47.74305,8.99899\n3990,1646325123,47.74305,8.99899\n3991,1646325124,47.74305,8.99899\n3992,1646325125,47.74305,8.99899\n3993,1646325126,47.74305,8.99899\n3994,1646325127,47.74305,8.99899\n3995,1646325128,47.74305,8.99899\n3996,1646325129,47.74305,8.99899\n3997,1646325130,47.74305,8.99899\n3998,1646325131,47.74305,8.99899\n3999,1646325132,47.74305,8.99899\n4000,1646325133,47.74305,8.99899\n4001,1646325134,47.74305,8.99899\n4002,1646325135,47.74305,8.99899\n4003,1646325136,47.74305,8.99899\n4004,1646325137,47.74305,8.99899\n4005,1646325138,47.74305,8.99899\n4006,1646325139,47.74305,8.99899\n4007,1646325140,47.74305,8.99899\n4008,1646325141,47.74305,8.99899\n4009,1646325142,47.74305,8.99899\n4010,1646325143,47.74305,8.99899\n4011,1646325144,47.74305,8.99899\n4012,1646325145,47.74305,8.99899\n4013,1646325146,47.74305,8.99899\n4014,1646325147,47.74305,8.99899\n4015,1646325148,47.74305,8.99899\n4016,1646325149,47.74305,8.99899\n4017,1646325150,47.74305,8.99899\n4018,1646325151,47.74305,8.99899\n4019,1646325152,47.74305,8.99899\n4020,1646325153,47.74305,8.99899\n4021,1646325154,47.74305,8.99899\n4022,1646325155,47.74305,8.99899\n4023,1646325156,47.74305,8.99899\n4024,1646325157,47.74305,8.99899\n4025,1646325158,47.74305,8.99899\n4026,1646325159,47.74305,8.99899\n4027,1646325160,47.74305,8.99899\n4028,1646325161,47.74305,8.99899\n4029,1646325162,47.74305,8.99899\n4030,1646325163,47.74305,8.99899\n4031,1646325164,47.74305,8.99899\n4032,1646325165,47.74305,8.99899\n4033,1646325166,47.74305,8.99899\n4034,1646325167,47.74305,8.99899\n4035,1646325168,47.74305,8.99899\n4036,1646325169,47.74305,8.99899\n4037,1646325170,47.74305,8.99899\n4038,1646325171,47.74305,8.99899\n4039,1646325172,47.74305,8.99899\n4040,1646325173,47.74305,8.99899\n4041,1646325174,47.74305,8.99899\n4042,1646325175,47.74305,8.99899\n4043,1646325176,47.74305,8.99899\n4044,1646325177,47.74305,8.99899\n4045,1646325178,47.74305,8.99899\n4046,1646325179,47.74305,8.99899\n4047,1646325180,47.74305,8.99899\n4048,1646325181,47.74305,8.99899\n4049,1646325182,47.74305,8.99899\n4050,1646325183,47.74305,8.99899\n4051,1646325184,47.74305,8.99899\n4052,1646325185,47.74305,8.99899\n4053,1646325186,47.74305,8.99899\n4054,1646325187,47.74305,8.99899\n4055,1646325188,47.74305,8.99899\n4056,1646325189,47.74305,8.99899\n4057,1646325190,47.74305,8.99899\n4058,1646325191,47.74305,8.99899\n4059,1646325192,47.74305,8.99899\n4060,1646325193,47.74305,8.99899\n4061,1646325194,47.74305,8.99899\n4062,1646325195,47.74305,8.99899\n4063,1646325196,47.74305,8.99899\n4064,1646325197,47.74305,8.99899\n4065,1646325198,47.74305,8.99899\n4066,1646325199,47.74305,8.99899\n4067,1646325200,47.74305,8.99899\n4068,1646325201,47.74305,8.99899\n4069,1646325202,47.74305,8.99899\n4070,1646325203,47.74305,8.99899\n4071,1646325204,47.74305,8.99899\n4072,1646325205,47.74305,8.99899\n4073,1646325206,47.74305,8.99899\n4074,1646325207,47.74305,8.99899\n4075,1646325208,47.74305,8.99899\n4076,1646325209,47.74305,8.99899\n4077,1646325210,47.74305,8.99899\n4078,1646325211,47.74305,8.99899\n4079,1646325212,47.74305,8.99899\n4080,1646325213,47.74305,8.99899\n4081,1646325214,47.74305,8.99899\n4082,1646325215,47.74305,8.99899\n4083,1646325216,47.74305,8.99899\n4084,1646325217,47.74305,8.99899\n4085,1646325218,47.74305,8.99899\n4086,1646325219,47.74305,8.99899\n4087,1646325220,47.74305,8.99899\n4088,1646325221,47.74305,8.99899\n4089,1646325222,47.74305,8.99899\n4090,1646325223,47.74305,8.99899\n4091,1646325224,47.74305,8.99899\n4092,1646325225,47.74305,8.99899\n4093,1646325226,47.74305,8.99899\n4094,1646325227,47.74305,8.99899\n4095,1646325228,47.74305,8.99899\n4096,1646325229,47.74305,8.99899\n4097,1646325230,47.74305,8.99899\n4098,1646325231,47.74305,8.99899\n4099,1646325232,47.74305,8.99899\n4100,1646325233,47.74305,8.99899\n4101,1646325234,47.74305,8.99899\n4102,1646325235,47.74305,8.99899\n4103,1646325236,47.74305,8.99899\n4104,1646325237,47.74305,8.99899\n4105,1646325238,47.74305,8.99899\n4106,1646325239,47.74305,8.99899\n4107,1646325240,47.74305,8.99899\n4108,1646325241,47.74305,8.99899\n4109,1646325242,47.74305,8.99899\n4110,1646325243,47.74305,8.99899\n4111,1646325244,47.74305,8.99899\n4112,1646325245,47.74305,8.99899\n4113,1646325246,47.74305,8.99899\n4114,1646325247,47.74305,8.99899\n4115,1646325248,47.74305,8.99899\n4116,1646325249,47.74305,8.99899\n4117,1646325250,47.74305,8.99899\n4118,1646325251,47.74305,8.99899\n4119,1646325252,47.74305,8.99899\n4120,1646325253,47.74305,8.99899\n4121,1646325254,47.74305,8.99899\n4122,1646325255,47.74305,8.99899\n4123,1646325256,47.74305,8.99899\n4124,1646325257,47.74305,8.99899\n4125,1646325258,47.74305,8.99899\n4126,1646325259,47.74305,8.99899\n4127,1646325260,47.74305,8.99899\n4128,1646325261,47.74305,8.99899\n4129,1646325262,47.74305,8.99899\n4130,1646325263,47.74305,8.99899\n4131,1646325264,47.74305,8.99899\n4132,1646325265,47.74305,8.99899\n4133,1646325266,47.74305,8.99899\n4134,1646325267,47.74305,8.99899\n4135,1646325268,47.74305,8.99899\n4136,1646325269,47.74305,8.99899\n4137,1646325270,47.74305,8.99899\n4138,1646325271,47.74305,8.99899\n4139,1646325272,47.74305,8.99899\n4140,1646325273,47.74305,8.99899\n4141,1646325274,47.74305,8.99899\n4142,1646325275,47.74305,8.99899\n4143,1646325276,47.74305,8.99899\n4144,1646325277,47.74305,8.99899\n4145,1646325278,47.74305,8.99899\n4146,1646325279,47.74305,8.99899\n4147,1646325280,47.74305,8.99899\n4148,1646325281,47.74305,8.99899\n4149,1646325282,47.74305,8.99899\n4150,1646325283,47.74305,8.99899\n4151,1646325284,47.74305,8.99899\n4152,1646325285,47.74305,8.99899\n4153,1646325286,47.74305,8.99899\n4154,1646325287,47.74305,8.99899\n4155,1646325288,47.74305,8.99899\n4156,1646325289,47.74305,8.99899\n4157,1646325290,47.74305,8.99899\n4158,1646325291,47.74305,8.99899\n4159,1646325292,47.74305,8.99899\n4160,1646325293,47.74305,8.99899\n4161,1646325294,47.74305,8.99899\n4162,1646325295,47.74305,8.99899\n4163,1646325296,47.74305,8.99899\n4164,1646325297,47.74305,8.99899\n4165,1646325298,47.74305,8.99899\n4166,1646325299,47.74305,8.99899\n4167,1646325300,47.74305,8.99899\n4168,1646325301,47.74305,8.99899\n4169,1646325302,47.74305,8.99899\n4170,1646325303,47.74305,8.99899\n4171,1646325304,47.74305,8.99899\n4172,1646325305,47.74305,8.99899\n4173,1646325306,47.74305,8.99899\n4174,1646325307,47.74305,8.99899\n4175,1646325308,47.74305,8.99899\n4176,1646325309,47.74305,8.99899\n4177,1646325310,47.74305,8.99899\n4178,1646325311,47.74305,8.99899\n4179,1646325312,47.74305,8.99899\n4180,1646325313,47.74305,8.99899\n4181,1646325314,47.74305,8.99899\n4182,1646325315,47.74305,8.99899\n4183,1646325316,47.74305,8.99899\n4184,1646325317,47.74305,8.99899\n4185,1646325318,47.74305,8.99899\n4186,1646325319,47.74305,8.99899\n4187,1646325320,47.74305,8.99899\n4188,1646325321,47.74305,8.99899\n4189,1646325322,47.74305,8.99899\n4190,1646325323,47.74305,8.99899\n4191,1646325324,47.74305,8.99899\n4192,1646325325,47.74305,8.99899\n4193,1646325326,47.74305,8.99899\n4194,1646325327,47.74305,8.99899\n4195,1646325328,47.74305,8.99899\n4196,1646325329,47.74305,8.99899\n4197,1646325330,47.74305,8.99899\n4198,1646325331,47.74305,8.99899\n4199,1646325332,47.74305,8.99899\n4200,1646325333,47.74305,8.99899\n4201,1646325334,47.74305,8.99899\n4202,1646325335,47.74305,8.99899\n4203,1646325336,47.74305,8.99899\n4204,1646325337,47.74305,8.99899\n4205,1646325338,47.74305,8.99899\n4206,1646325339,47.74305,8.99899\n4207,1646325340,47.74305,8.99899\n4208,1646325341,47.74305,8.99899\n4209,1646325342,47.74305,8.99899\n4210,1646325343,47.74305,8.99899\n4211,1646325344,47.74305,8.99899\n4212,1646325345,47.74305,8.99899\n4213,1646325346,47.74305,8.99899\n4214,1646325347,47.74305,8.99899\n4215,1646325348,47.74305,8.99899\n4216,1646325349,47.74305,8.99899\n4217,1646325350,47.74305,8.99899\n4218,1646325351,47.74305,8.99899\n4219,1646325352,47.74305,8.99899\n4220,1646325353,47.74305,8.99899\n4221,1646325354,47.74305,8.99899\n4222,1646325355,47.74305,8.99899\n4223,1646325356,47.74305,8.99899\n4224,1646325357,47.74305,8.99899\n4225,1646325358,47.74305,8.99899\n4226,1646325359,47.74305,8.99899\n4227,1646325360,47.74305,8.99899\n4228,1646325361,47.74305,8.99899\n4229,1646325362,47.74305,8.99899\n4230,1646325363,47.74305,8.99899\n4231,1646325364,47.74305,8.99899\n4232,1646325365,47.74305,8.99899\n4233,1646325366,47.74305,8.99899\n4234,1646325367,47.74305,8.99899\n4235,1646325368,47.74305,8.99899\n4236,1646325369,47.74305,8.99899\n4237,1646325370,47.74305,8.99899\n4238,1646325371,47.74305,8.99899\n4239,1646325372,47.74305,8.99899\n4240,1646325373,47.74305,8.99899\n4241,1646325374,47.74305,8.99899\n4242,1646325375,47.74305,8.99899\n4243,1646325376,47.74305,8.99899\n4244,1646325377,47.74305,8.99899\n4245,1646325378,47.74305,8.99899\n4246,1646325379,47.74305,8.99899\n4247,1646325380,47.74305,8.99899\n4248,1646325381,47.74305,8.99899\n4249,1646325382,47.74305,8.99899\n4250,1646325383,47.74305,8.99899\n4251,1646325384,47.74305,8.99899\n4252,1646325385,47.74305,8.99899\n4253,1646325386,47.74305,8.99899\n4254,1646325387,47.74305,8.99899\n4255,1646325388,47.74305,8.99899\n4256,1646325389,47.74305,8.99899\n4257,1646325390,47.74305,8.99899\n4258,1646325391,47.74305,8.99899\n4259,1646325392,47.74305,8.99899\n4260,1646325393,47.74305,8.99899\n4261,1646325394,47.74305,8.99899\n4262,1646325395,47.74305,8.99899\n4263,1646325396,47.74305,8.99899\n4264,1646325397,47.74305,8.99899\n4265,1646325398,47.74305,8.99899\n4266,1646325399,47.74305,8.99899\n4267,1646325400,47.74305,8.99899\n4268,1646325401,47.74305,8.99899\n4269,1646325402,47.74305,8.99899\n4270,1646325403,47.74305,8.99899\n4271,1646325404,47.74305,8.99899\n4272,1646325405,47.74305,8.99899\n4273,1646325406,47.74305,8.99899\n4274,1646325407,47.74305,8.99899\n4275,1646325408,47.74305,8.99899\n4276,1646325409,47.74305,8.99899\n4277,1646325410,47.74305,8.99899\n4278,1646325411,47.74305,8.99899\n4279,1646325412,47.74305,8.99899\n4280,1646325413,47.74305,8.99899\n4281,1646325414,47.74305,8.99899\n4282,1646325415,47.74305,8.99899\n4283,1646325416,47.74305,8.99899\n4284,1646325417,47.74305,8.99899\n4285,1646325418,47.74305,8.99899\n4286,1646325419,47.74305,8.99899\n4287,1646325420,47.74305,8.99899\n4288,1646325421,47.74305,8.99899\n4289,1646325422,47.74305,8.99899\n4290,1646325423,47.74305,8.99899\n4291,1646325424,47.74305,8.99899\n4292,1646325425,47.74305,8.99899\n4293,1646325426,47.74305,8.99899\n4294,1646325427,47.74305,8.99899\n4295,1646325428,47.74305,8.99899\n4296,1646325429,47.74305,8.99899\n4297,1646325430,47.74305,8.99899\n4298,1646325431,47.74305,8.99899\n4299,1646325432,47.74305,8.99899\n4300,1646325433,47.74305,8.99899\n4301,1646325434,47.74305,8.99899\n4302,1646325435,47.74305,8.99899\n4303,1646325436,47.74305,8.99899\n4304,1646325437,47.74305,8.99899\n4305,1646325438,47.74305,8.99899\n4306,1646325439,47.74305,8.99899\n4307,1646325440,47.74305,8.99899\n4308,1646325441,47.74305,8.99899\n4309,1646325442,47.74305,8.99899\n4310,1646325443,47.74305,8.99899\n4311,1646325444,47.74305,8.99899\n4312,1646325445,47.74305,8.99899\n4313,1646325446,47.74305,8.99899\n4314,1646325447,47.74305,8.99899\n4315,1646325448,47.74305,8.99899\n4316,1646325449,47.74305,8.99899\n4317,1646325450,47.74305,8.99899\n4318,1646325451,47.74305,8.99899\n4319,1646325452,47.74305,8.99899\n4320,1646325453,47.74305,8.99899\n4321,1646325454,47.74305,8.99899\n4322,1646325455,47.74305,8.99899\n4323,1646325456,47.74305,8.99899\n4324,1646325457,47.74305,8.99899\n4325,1646325458,47.74305,8.99899\n4326,1646325459,47.74305,8.99899\n4327,1646325460,47.74305,8.99899\n4328,1646325461,47.74305,8.99899\n4329,1646325462,47.74305,8.99899\n4330,1646325463,47.74305,8.99899\n4331,1646325464,47.74305,8.99899\n4332,1646325465,47.74305,8.99899\n4333,1646325466,47.74305,8.99899\n4334,1646325467,47.74305,8.99899\n4335,1646325468,47.74305,8.99899\n4336,1646325469,47.74305,8.99899\n4337,1646325470,47.74305,8.99899\n4338,1646325471,47.74305,8.99899\n4339,1646325472,47.74305,8.99899\n4340,1646325473,47.74305,8.99899\n4341,1646325474,47.74305,8.99899\n4342,1646325475,47.74305,8.99899\n4343,1646325476,47.74305,8.99899\n4344,1646325477,47.74305,8.99899\n4345,1646325478,47.74305,8.99899\n4346,1646325479,47.74305,8.99899\n4347,1646325480,47.74305,8.99899\n4348,1646325481,47.74305,8.99899\n4349,1646325482,47.74305,8.99899\n4350,1646325483,47.74305,8.99899\n4351,1646325484,47.74305,8.99899\n4352,1646325485,47.74305,8.99899\n4353,1646325486,47.74305,8.99899\n4354,1646325487,47.74305,8.99899\n4355,1646325488,47.74305,8.99899\n4356,1646325489,47.74305,8.99899\n4357,1646325490,47.74305,8.99899\n4358,1646325491,47.74305,8.99899\n4359,1646325492,47.74305,8.99899\n4360,1646325493,47.74305,8.99899\n4361,1646325494,47.74305,8.99899\n4362,1646325495,47.74305,8.99899\n4363,1646325496,47.74305,8.99899\n4364,1646325497,47.74305,8.99899\n4365,1646325498,47.74305,8.99899\n4366,1646325499,47.74305,8.99899\n4367,1646325500,47.74305,8.99899\n4368,1646325501,47.74305,8.99899\n4369,1646325502,47.74305,8.99899\n4370,1646325503,47.74305,8.99899\n4371,1646325504,47.74305,8.99899\n4372,1646325505,47.74305,8.99899\n4373,1646325506,47.74305,8.99899\n4374,1646325507,47.74305,8.99899\n4375,1646325508,47.74305,8.99899\n4376,1646325509,47.74305,8.99899\n4377,1646325510,47.74305,8.99899\n4378,1646325511,47.74305,8.99899\n4379,1646325512,47.74305,8.99898\n4380,1646325513,47.74305,8.99898\n4381,1646325514,47.74305,8.99898\n4382,1646325515,47.74305,8.99898\n4383,1646325516,47.74305,8.99898\n4384,1646325517,47.74305,8.99898\n4385,1646325518,47.74305,8.99898\n4386,1646325519,47.74305,8.99898\n4387,1646325520,47.74305,8.99898\n4388,1646325521,47.74305,8.99898\n4389,1646325522,47.74305,8.99898\n4390,1646325523,47.74305,8.99898\n4391,1646325524,47.74305,8.99898\n4392,1646325525,47.74305,8.99898\n4393,1646325526,47.74305,8.99898\n4394,1646325527,47.74305,8.99898\n4395,1646325528,47.74305,8.99898\n4396,1646325529,47.74305,8.99898\n4397,1646325530,47.74305,8.99898\n4398,1646325531,47.74305,8.99898\n4399,1646325532,47.74305,8.99898\n4400,1646325533,47.74305,8.99898\n4401,1646325534,47.74305,8.99898\n4402,1646325535,47.74305,8.99898\n4403,1646325536,47.74305,8.99898\n4404,1646325537,47.74305,8.99898\n4405,1646325538,47.74305,8.99898\n4406,1646325539,47.74305,8.99898\n4407,1646325540,47.74305,8.99898\n4408,1646325541,47.74305,8.99898\n4409,1646325542,47.74305,8.99898\n4410,1646325543,47.74305,8.99898\n4411,1646325544,47.74305,8.99898\n4412,1646325545,47.74305,8.99898\n4413,1646325546,47.74305,8.99898\n4414,1646325547,47.74305,8.99898\n4415,1646325548,47.74305,8.99898\n4416,1646325549,47.74305,8.99898\n4417,1646325550,47.74305,8.99898\n4418,1646325551,47.74305,8.99898\n4419,1646325552,47.74305,8.99898\n4420,1646325553,47.74305,8.99898\n4421,1646325554,47.74305,8.99898\n4422,1646325555,47.74305,8.99898\n4423,1646325556,47.74305,8.99898\n4424,1646325557,47.74305,8.99898\n4425,1646325558,47.74305,8.99898\n4426,1646325559,47.74305,8.99898\n4427,1646325560,47.74305,8.99898\n4428,1646325561,47.74305,8.99898\n4429,1646325562,47.74305,8.99898\n4430,1646325563,47.74305,8.99898\n4431,1646325564,47.74305,8.99898\n4432,1646325565,47.74305,8.99898\n4433,1646325566,47.74305,8.99898\n4434,1646325567,47.74305,8.99898\n4435,1646325568,47.74305,8.99898\n4436,1646325569,47.74305,8.99898\n4437,1646325570,47.74305,8.99898\n4438,1646325571,47.74305,8.99898\n4439,1646325572,47.74305,8.99898\n4440,1646325573,47.74305,8.99898\n4441,1646325574,47.74305,8.99898\n4442,1646325575,47.74305,8.99898\n4443,1646325576,47.74305,8.99898\n4444,1646325577,47.74305,8.99898\n4445,1646325578,47.74305,8.99898\n4446,1646325579,47.74305,8.99898\n4447,1646325580,47.74305,8.99898\n4448,1646325581,47.74305,8.99898\n4449,1646325582,47.74305,8.99898\n4450,1646325583,47.74305,8.99898\n4451,1646325584,47.74305,8.99898\n4452,1646325585,47.74305,8.99898\n4453,1646325586,47.74305,8.99898\n4454,1646325587,47.74305,8.99898\n4455,1646325588,47.74305,8.99898\n4456,1646325589,47.74305,8.99898\n4457,1646325590,47.74305,8.99898\n4458,1646325591,47.74305,8.99898\n4459,1646325592,47.74305,8.99898\n4460,1646325593,47.74305,8.99898\n4461,1646325594,47.74305,8.99898\n4462,1646325595,47.74305,8.99898\n4463,1646325596,47.74305,8.99898\n4464,1646325597,47.74305,8.99898\n4465,1646325598,47.74305,8.99898\n4466,1646325599,47.74305,8.99898\n4467,1646325600,47.74305,8.99898\n4468,1646325601,47.74305,8.99898\n4469,1646325602,47.74305,8.99898\n4470,1646325603,47.74305,8.99898\n4471,1646325604,47.74305,8.99898\n4472,1646325605,47.74305,8.99898\n4473,1646325606,47.74305,8.99898\n4474,1646325607,47.74305,8.99898\n4475,1646325608,47.74305,8.99898\n4476,1646325609,47.74305,8.99898\n4477,1646325610,47.74305,8.99898\n4478,1646325611,47.74305,8.99898\n4479,1646325612,47.74305,8.99898\n4480,1646325613,47.74305,8.99898\n4481,1646325614,47.74305,8.99898\n4482,1646325615,47.74305,8.99898\n4483,1646325616,47.74305,8.99898\n4484,1646325617,47.74305,8.99898\n4485,1646325618,47.74305,8.99898\n4486,1646325619,47.74305,8.99898\n4487,1646325620,47.74305,8.99898\n4488,1646325621,47.74305,8.99898\n4489,1646325622,47.74305,8.99898\n4490,1646325623,47.74305,8.99898\n4491,1646325624,47.74305,8.99898\n4492,1646325625,47.74305,8.99898\n4493,1646325626,47.74305,8.99898\n4494,1646325627,47.74305,8.99898\n4495,1646325628,47.74305,8.99898\n4496,1646325629,47.74305,8.99898\n4497,1646325630,47.74305,8.99898\n4498,1646325631,47.74305,8.99898\n4499,1646325632,47.74305,8.99898\n4500,1646325633,47.74305,8.99898\n4501,1646325634,47.74305,8.99898\n4502,1646325635,47.74305,8.99898\n4503,1646325636,47.74305,8.99898\n4504,1646325637,47.74305,8.99898\n4505,1646325638,47.74305,8.99898\n4506,1646325639,47.74305,8.99898\n4507,1646325640,47.74305,8.99898\n4508,1646325641,47.74305,8.99898\n4509,1646325642,47.74305,8.99898\n4510,1646325643,47.74305,8.99898\n4511,1646325644,47.74305,8.99898\n4512,1646325645,47.74305,8.99898\n4513,1646325646,47.74305,8.99898\n4514,1646325647,47.74305,8.99898\n4515,1646325648,47.74305,8.99898\n4516,1646325649,47.74305,8.99898\n4517,1646325650,47.74305,8.99898\n4518,1646325651,47.74305,8.99898\n4519,1646325652,47.74305,8.99898\n4520,1646325653,47.74305,8.99898\n4521,1646325654,47.74305,8.99898\n4522,1646325655,47.74305,8.99898\n4523,1646325656,47.74305,8.99898\n4524,1646325657,47.74305,8.99898\n4525,1646325658,47.74305,8.99898\n4526,1646325659,47.74305,8.99898\n4527,1646325660,47.74305,8.99898\n4528,1646325661,47.74305,8.99898\n4529,1646325662,47.74305,8.99898\n4530,1646325663,47.74305,8.99898\n4531,1646325664,47.74305,8.99898\n4532,1646325665,47.74305,8.99898\n4533,1646325666,47.74305,8.99898\n4534,1646325667,47.74305,8.99898\n4535,1646325668,47.74305,8.99898\n4536,1646325669,47.74305,8.99898\n4537,1646325670,47.74305,8.99898\n4538,1646325671,47.74305,8.99898\n4539,1646325672,47.74305,8.99898\n4540,1646325673,47.74305,8.99898\n4541,1646325674,47.74305,8.99898\n4542,1646325675,47.74305,8.99898\n4543,1646325676,47.74305,8.99898\n4544,1646325677,47.74305,8.99898\n4545,1646325678,47.74305,8.99898\n4546,1646325679,47.74305,8.99898\n4547,1646325680,47.74305,8.99898\n4548,1646325681,47.74305,8.99898\n4549,1646325682,47.74305,8.99898\n4550,1646325683,47.74305,8.99898\n4551,1646325684,47.74305,8.99898\n4552,1646325685,47.74305,8.99898\n4553,1646325686,47.74305,8.99898\n4554,1646325687,47.74305,8.99898\n4555,1646325688,47.74305,8.99898\n4556,1646325689,47.74305,8.99898\n4557,1646325690,47.74305,8.99898\n4558,1646325691,47.74305,8.99898\n4559,1646325692,47.74305,8.99898\n4560,1646325693,47.74305,8.99898\n4561,1646325694,47.74305,8.99898\n4562,1646325695,47.74305,8.99898\n4563,1646325696,47.74305,8.99898\n4564,1646325697,47.74305,8.99898\n4565,1646325698,47.74305,8.99898\n4566,1646325699,47.74305,8.99898\n4567,1646325700,47.74305,8.99898\n4568,1646325701,47.74305,8.99898\n4569,1646325702,47.74305,8.99898\n4570,1646325703,47.74305,8.99898\n4571,1646325704,47.74305,8.99898\n4572,1646325705,47.74305,8.99898\n4573,1646325706,47.74305,8.99898\n4574,1646325707,47.74305,8.99898\n4575,1646325708,47.74305,8.99898\n4576,1646325709,47.74305,8.99898\n4577,1646325710,47.74305,8.99898\n4578,1646325711,47.74305,8.99898\n4579,1646325712,47.74305,8.99898\n4580,1646325713,47.74305,8.99898\n4581,1646325714,47.74305,8.99898\n4582,1646325715,47.74305,8.99898\n4583,1646325716,47.74305,8.99898\n4584,1646325717,47.74305,8.99898\n4585,1646325718,47.74305,8.99898\n4586,1646325719,47.74305,8.99898\n4587,1646325720,47.74305,8.99898\n4588,1646325721,47.74305,8.99898\n4589,1646325722,47.74305,8.99898\n4590,1646325723,47.74305,8.99898\n4591,1646325724,47.74305,8.99898\n4592,1646325725,47.74305,8.99898\n4593,1646325726,47.74305,8.99898\n4594,1646325727,47.74305,8.99898\n4595,1646325728,47.74305,8.99898\n4596,1646325729,47.74305,8.99898\n4597,1646325730,47.74305,8.99898\n4598,1646325731,47.74305,8.99898\n4599,1646325732,47.74305,8.99898\n4600,1646325733,47.74305,8.99898\n4601,1646325734,47.74305,8.99898\n4602,1646325735,47.74305,8.99898\n4603,1646325736,47.74305,8.99898\n4604,1646325737,47.74305,8.99898\n4605,1646325738,47.74305,8.99898\n4606,1646325739,47.74305,8.99898\n4607,1646325740,47.74305,8.99898\n4608,1646325741,47.74305,8.99898\n4609,1646325742,47.74305,8.99898\n4610,1646325743,47.74305,8.99898\n4611,1646325744,47.74305,8.99898\n4612,1646325745,47.74305,8.99898\n4613,1646325746,47.74305,8.99898\n4614,1646325747,47.74305,8.99898\n4615,1646325748,47.74305,8.99898\n4616,1646325749,47.74305,8.99898\n4617,1646325750,47.74305,8.99898\n4618,1646325751,47.74305,8.99898\n4619,1646325752,47.74305,8.99898\n4620,1646325753,47.74305,8.99898\n4621,1646325754,47.74305,8.99898\n4622,1646325755,47.74305,8.99898\n4623,1646325756,47.74305,8.99898\n4624,1646325757,47.74305,8.99898\n4625,1646325758,47.74305,8.99898\n4626,1646325759,47.74305,8.99898\n4627,1646325760,47.74305,8.99898\n4628,1646325761,47.74305,8.99898\n4629,1646325762,47.74305,8.99898\n4630,1646325763,47.74305,8.99898\n4631,1646325764,47.74305,8.99898\n4632,1646325765,47.74305,8.99898\n4633,1646325766,47.74305,8.99898\n4634,1646325767,47.74305,8.99898\n4635,1646325768,47.74305,8.99898\n4636,1646325769,47.74305,8.99898\n4637,1646325770,47.74305,8.99898\n4638,1646325771,47.74305,8.99898\n4639,1646325772,47.74305,8.99898\n4640,1646325773,47.74305,8.99898\n4641,1646325774,47.74305,8.99898\n4642,1646325775,47.74305,8.99898\n4643,1646325776,47.74305,8.99898\n4644,1646325777,47.74305,8.99898\n4645,1646325778,47.74305,8.99898\n4646,1646325779,47.74305,8.99898\n4647,1646325780,47.74305,8.99898\n4648,1646325781,47.74305,8.99898\n4649,1646325782,47.74305,8.99898\n4650,1646325783,47.74305,8.99898\n4651,1646325784,47.74305,8.99898\n4652,1646325785,47.74305,8.99898\n4653,1646325786,47.74305,8.99898\n4654,1646325787,47.74305,8.99898\n4655,1646325788,47.74305,8.99898\n4656,1646325789,47.74305,8.99898\n4657,1646325790,47.74305,8.99898\n4658,1646325791,47.74305,8.99898\n4659,1646325792,47.74305,8.99898\n4660,1646325793,47.74305,8.99898\n4661,1646325794,47.74305,8.99898\n4662,1646325795,47.74305,8.99898\n4663,1646325796,47.74305,8.99898\n4664,1646325797,47.74305,8.99898\n4665,1646325798,47.74305,8.99898\n4666,1646325799,47.74305,8.99898\n4667,1646325800,47.74305,8.99898\n4668,1646325801,47.74305,8.99898\n4669,1646325802,47.74305,8.99898\n4670,1646325803,47.74305,8.99898\n4671,1646325804,47.74305,8.99898\n4672,1646325805,47.74305,8.99898\n4673,1646325806,47.74305,8.99898\n4674,1646325807,47.74305,8.99898\n4675,1646325808,47.74305,8.99898\n4676,1646325809,47.74305,8.99898\n4677,1646325810,47.74305,8.99898\n4678,1646325811,47.74305,8.99898\n4679,1646325812,47.74305,8.99898\n4680,1646325813,47.74305,8.99898\n4681,1646325814,47.74305,8.99898\n4682,1646325815,47.74305,8.99898\n4683,1646325816,47.74305,8.99898\n4684,1646325817,47.74305,8.99898\n4685,1646325818,47.74305,8.99898\n4686,1646325819,47.74305,8.99898\n4687,1646325820,47.74305,8.99898\n4688,1646325821,47.74305,8.99898\n4689,1646325822,47.74305,8.99898\n4690,1646325823,47.74305,8.99898\n4691,1646325824,47.74305,8.99898\n4692,1646325825,47.74305,8.99898\n4693,1646325826,47.74305,8.99898\n4694,1646325827,47.74305,8.99898\n4695,1646325828,47.74305,8.99898\n4696,1646325829,47.74305,8.99898\n4697,1646325830,47.74305,8.99898\n4698,1646325831,47.74305,8.99898\n4699,1646325832,47.74305,8.99898\n4700,1646325833,47.74305,8.99898\n4701,1646325834,47.74305,8.99898\n4702,1646325835,47.74305,8.99898\n4703,1646325836,47.74305,8.99898\n4704,1646325837,47.74305,8.99898\n4705,1646325838,47.74305,8.99898\n4706,1646325839,47.74305,8.99898\n4707,1646325840,47.74305,8.99898\n4708,1646325841,47.74305,8.99898\n4709,1646325842,47.74305,8.99898\n4710,1646325843,47.74305,8.99898\n4711,1646325844,47.74305,8.99898\n4712,1646325845,47.74305,8.99898\n4713,1646325846,47.74305,8.99898\n4714,1646325847,47.74305,8.99898\n4715,1646325848,47.74305,8.99898\n4716,1646325849,47.74305,8.99898\n4717,1646325850,47.74305,8.99898\n4718,1646325851,47.74305,8.99898\n4719,1646325852,47.74305,8.99898\n4720,1646325853,47.74305,8.99898\n4721,1646325854,47.74305,8.99898\n4722,1646325855,47.74305,8.99898\n4723,1646325856,47.74305,8.99898\n4724,1646325857,47.74305,8.99898\n4725,1646325858,47.74305,8.99898\n4726,1646325859,47.74305,8.99898\n4727,1646325860,47.74305,8.99898\n4728,1646325861,47.74305,8.99898\n4729,1646325862,47.74305,8.99898\n4730,1646325863,47.74305,8.99898\n4731,1646325864,47.74305,8.99898\n4732,1646325865,47.74305,8.99898\n4733,1646325866,47.74305,8.99898\n4734,1646325867,47.74305,8.99898\n4735,1646325868,47.74305,8.99898\n4736,1646325869,47.74305,8.99898\n4737,1646325870,47.74305,8.99898\n4738,1646325871,47.74305,8.99898\n4739,1646325872,47.74305,8.99898\n4740,1646325873,47.74305,8.99898\n4741,1646325874,47.74305,8.99898\n4742,1646325875,47.74305,8.99898\n4743,1646325876,47.74305,8.99898\n4744,1646325877,47.74305,8.99898\n4745,1646325878,47.74305,8.99898\n4746,1646325879,47.74305,8.99898\n4747,1646325880,47.74305,8.99898\n4748,1646325881,47.74305,8.99898\n4749,1646325882,47.74305,8.99898\n4750,1646325883,47.74305,8.99898\n4751,1646325884,47.74305,8.99898\n4752,1646325885,47.74305,8.99898\n4753,1646325886,47.74305,8.99898\n4754,1646325887,47.74305,8.99898\n4755,1646325888,47.74305,8.99898\n4756,1646325889,47.74305,8.99898\n4757,1646325890,47.74305,8.99898\n4758,1646325891,47.74305,8.99898\n4759,1646325892,47.74305,8.99898\n4760,1646325893,47.74305,8.99898\n4761,1646325894,47.74305,8.99898\n4762,1646325895,47.74305,8.99898\n4763,1646325896,47.74305,8.99898\n4764,1646325897,47.74305,8.99898\n4765,1646325898,47.74305,8.99898\n4766,1646325899,47.74305,8.99898\n4767,1646325900,47.74305,8.99898\n4768,1646325901,47.74305,8.99898\n4769,1646325902,47.74305,8.99898\n4770,1646325903,47.74305,8.99898\n4771,1646325904,47.74305,8.99898\n4772,1646325905,47.74305,8.99898\n4773,1646325906,47.74305,8.99898\n4774,1646325907,47.74305,8.99898\n4775,1646325908,47.74305,8.99898\n4776,1646325909,47.74305,8.99898\n4777,1646325910,47.74305,8.99898\n4778,1646325911,47.74305,8.99898\n4779,1646325912,47.74305,8.99898\n4780,1646325913,47.74305,8.99898\n4781,1646325914,47.74305,8.99898\n4782,1646325915,47.74305,8.99898\n4783,1646325916,47.74305,8.99898\n4784,1646325917,47.74305,8.99898\n4785,1646325918,47.74305,8.99898\n4786,1646325919,47.74305,8.99898\n4787,1646325920,47.74305,8.99898\n4788,1646325921,47.74305,8.99898\n4789,1646325922,47.74305,8.99898\n4790,1646325923,47.74305,8.99898\n4791,1646325924,47.74305,8.99898\n4792,1646325925,47.74305,8.99898\n4793,1646325926,47.74305,8.99898\n4794,1646325927,47.74305,8.99898\n4795,1646325928,47.74305,8.99898\n4796,1646325929,47.74305,8.99898\n4797,1646325930,47.74305,8.99898\n4798,1646325931,47.74305,8.99898\n4799,1646325932,47.74305,8.99898\n4800,1646325933,47.74305,8.99898\n4801,1646325934,47.74305,8.99898\n4802,1646325935,47.74305,8.99898\n4803,1646325936,47.74305,8.99898\n4804,1646325937,47.74305,8.99898\n4805,1646325938,47.74305,8.99898\n4806,1646325939,47.74305,8.99898\n4807,1646325940,47.74305,8.99898\n4808,1646325941,47.74305,8.99898\n4809,1646325942,47.74305,8.99898\n4810,1646325943,47.74305,8.99898\n4811,1646325944,47.74305,8.99898\n4812,1646325945,47.74305,8.99898\n4813,1646325946,47.74305,8.99898\n4814,1646325947,47.74305,8.99898\n4815,1646325948,47.74305,8.99898\n4816,1646325949,47.74305,8.99898\n4817,1646325950,47.74305,8.99898\n4818,1646325951,47.74305,8.99898\n4819,1646325952,47.74305,8.99898\n4820,1646325953,47.74305,8.99898\n4821,1646325954,47.74305,8.99898\n4822,1646325955,47.74305,8.99898\n4823,1646325956,47.74305,8.99898\n4824,1646325957,47.74305,8.99898\n4825,1646325958,47.74305,8.99898\n4826,1646325959,47.74305,8.99898\n4827,1646325960,47.74305,8.99898\n4828,1646325961,47.74305,8.99898\n4829,1646325962,47.74305,8.99898\n4830,1646325963,47.74305,8.99898\n4831,1646325964,47.74305,8.99898\n4832,1646325965,47.74305,8.99898\n4833,1646325966,47.74305,8.99898\n4834,1646325967,47.74305,8.99898\n4835,1646325968,47.74305,8.99898\n4836,1646325969,47.74305,8.99898\n4837,1646325970,47.74305,8.99898\n4838,1646325971,47.74305,8.99898\n4839,1646325972,47.74305,8.99898\n4840,1646325973,47.74305,8.99898\n4841,1646325974,47.74305,8.99898\n4842,1646325975,47.74305,8.99898\n4843,1646325976,47.74305,8.99898\n4844,1646325977,47.74305,8.99898\n4845,1646325978,47.74305,8.99898\n4846,1646325979,47.74305,8.99898\n4847,1646325980,47.74305,8.99898\n4848,1646325981,47.74305,8.99898\n4849,1646325982,47.74305,8.99898\n4850,1646325983,47.74305,8.99898\n4851,1646325984,47.74305,8.99898\n4852,1646325985,47.74305,8.99898\n4853,1646325986,47.74305,8.99898\n4854,1646325987,47.74305,8.99898\n4855,1646325988,47.74305,8.99898\n4856,1646325989,47.74305,8.99898\n4857,1646325990,47.74305,8.99898\n4858,1646325991,47.74305,8.99898\n4859,1646325992,47.74305,8.99898\n4860,1646325993,47.74305,8.99898\n4861,1646325994,47.74305,8.99898\n4862,1646325995,47.74305,8.99898\n4863,1646325996,47.74305,8.99898\n4864,1646325997,47.74305,8.99898\n4865,1646325998,47.74305,8.99898\n4866,1646325999,47.74305,8.99898\n4867,1646326000,47.74305,8.99898\n4868,1646326001,47.74305,8.99898\n4869,1646326002,47.74305,8.99898\n4870,1646326003,47.74305,8.99898\n4871,1646326004,47.74305,8.99898\n4872,1646326005,47.74305,8.99898\n4873,1646326006,47.74305,8.99898\n4874,1646326007,47.74305,8.99898\n4875,1646326008,47.74305,8.99898\n4876,1646326009,47.74305,8.99898\n4877,1646326010,47.74305,8.99898\n4878,1646326011,47.74305,8.99898\n4879,1646326012,47.74305,8.99898\n4880,1646326013,47.74305,8.99898\n4881,1646326014,47.74305,8.99898\n4882,1646326015,47.74305,8.99898\n4883,1646326016,47.74305,8.99898\n4884,1646326017,47.74305,8.99898\n4885,1646326018,47.74305,8.99898\n4886,1646326019,47.74305,8.99898\n4887,1646326020,47.74305,8.99898\n4888,1646326021,47.74305,8.99898\n4889,1646326022,47.74305,8.99898\n4890,1646326023,47.74305,8.99898\n4891,1646326024,47.74305,8.99898\n4892,1646326025,47.74305,8.99898\n4893,1646326026,47.74305,8.99898\n4894,1646326027,47.74305,8.99898\n4895,1646326028,47.74305,8.99898\n4896,1646326029,47.74305,8.99898\n4897,1646326030,47.74305,8.99898\n4898,1646326031,47.74305,8.99898\n4899,1646326032,47.74305,8.99898\n4900,1646326033,47.74305,8.99898\n4901,1646326034,47.74305,8.99898\n4902,1646326035,47.74305,8.99898\n4903,1646326036,47.74305,8.99898\n4904,1646326037,47.74305,8.99898\n4905,1646326038,47.74305,8.99898\n4906,1646326039,47.74305,8.99898\n4907,1646326040,47.74305,8.99898\n4908,1646326041,47.74305,8.99898\n4909,1646326042,47.74305,8.99898\n4910,1646326043,47.74305,8.99898\n4911,1646326044,47.74305,8.99898\n4912,1646326045,47.74305,8.99898\n4913,1646326046,47.74305,8.99898\n4914,1646326047,47.74305,8.99898\n4915,1646326048,47.74305,8.99898\n4916,1646326049,47.74305,8.99898\n4917,1646326050,47.74305,8.99898\n4918,1646326051,47.74305,8.99898\n4919,1646326052,47.74305,8.99898\n4920,1646326053,47.74305,8.99898\n4921,1646326054,47.74305,8.99898\n4922,1646326055,47.74305,8.99898\n4923,1646326056,47.74305,8.99898\n4924,1646326057,47.74305,8.99898\n4925,1646326058,47.74305,8.99898\n4926,1646326059,47.74305,8.99898\n4927,1646326060,47.74305,8.99898\n4928,1646326061,47.74305,8.99898\n4929,1646326062,47.74305,8.99898\n4930,1646326063,47.74305,8.99898\n4931,1646326064,47.74305,8.99898\n4932,1646326065,47.74305,8.99898\n4933,1646326066,47.74305,8.99898\n4934,1646326067,47.74305,8.99898\n4935,1646326068,47.74305,8.99898\n4936,1646326069,47.74305,8.99898\n4937,1646326070,47.74305,8.99898\n4938,1646326071,47.74305,8.99898\n4939,1646326072,47.74305,8.99898\n4940,1646326073,47.74305,8.99898\n4941,1646326074,47.74305,8.99898\n4942,1646326075,47.74305,8.99898\n4943,1646326076,47.74305,8.99898\n4944,1646326077,47.74305,8.99898\n4945,1646326078,47.74305,8.99898\n4946,1646326079,47.74305,8.99898\n4947,1646326080,47.74305,8.99898\n4948,1646326081,47.74305,8.99898\n4949,1646326082,47.74305,8.99898\n4950,1646326083,47.74305,8.99898\n4951,1646326084,47.74305,8.99898\n4952,1646326085,47.74305,8.99898\n4953,1646326086,47.74305,8.99898\n4954,1646326087,47.74305,8.99898\n4955,1646326088,47.74305,8.99898\n4956,1646326089,47.74305,8.99898\n4957,1646326090,47.74305,8.99898\n4958,1646326091,47.74305,8.99898\n4959,1646326092,47.74305,8.99898\n4960,1646326093,47.74305,8.99898\n4961,1646326094,47.74305,8.99898\n4962,1646326095,47.74305,8.99898\n4963,1646326096,47.74305,8.99898\n4964,1646326097,47.74305,8.99898\n4965,1646326098,47.74305,8.99898\n4966,1646326099,47.74305,8.99898\n4967,1646326100,47.74305,8.99898\n4968,1646326101,47.74305,8.99898\n4969,1646326102,47.74305,8.99898\n4970,1646326103,47.74305,8.99898\n4971,1646326104,47.74305,8.99898\n4972,1646326105,47.74305,8.99898\n4973,1646326106,47.74305,8.99898\n4974,1646326107,47.74305,8.99898\n4975,1646326108,47.74305,8.99898\n4976,1646326109,47.74305,8.99898\n4977,1646326110,47.74305,8.99898\n4978,1646326111,47.74305,8.99898\n4979,1646326112,47.74305,8.99898\n4980,1646326113,47.74305,8.99898\n4981,1646326114,47.74305,8.99898\n4982,1646326115,47.74305,8.99898\n4983,1646326116,47.74305,8.99898\n4984,1646326117,47.74305,8.99898\n4985,1646326118,47.74305,8.99898\n4986,1646326119,47.74305,8.99898\n4987,1646326120,47.74305,8.99898\n4988,1646326121,47.74305,8.99898\n4989,1646326122,47.74305,8.99898\n4990,1646326123,47.74305,8.99898\n4991,1646326124,47.74305,8.99898\n4992,1646326125,47.74305,8.99898\n4993,1646326126,47.74305,8.99898\n4994,1646326127,47.74305,8.99898\n4995,1646326128,47.74305,8.99898\n4996,1646326129,47.74305,8.99898\n4997,1646326130,47.74305,8.99898\n4998,1646326131,47.74305,8.99898\n4999,1646326132,47.74305,8.99898\n5000,1646326133,47.74305,8.99898\n5001,1646326134,47.74305,8.99898\n5002,1646326135,47.74305,8.99898\n5003,1646326136,47.74305,8.99898\n5004,1646326137,47.74305,8.99898\n5005,1646326138,47.74305,8.99898\n5006,1646326139,47.74305,8.99898\n5007,1646326140,47.74305,8.99898\n5008,1646326141,47.74305,8.99898\n5009,1646326142,47.74305,8.99898\n5010,1646326143,47.74305,8.99898\n5011,1646326144,47.74305,8.99898\n5012,1646326145,47.74305,8.99898\n5013,1646326146,47.74305,8.99898\n5014,1646326147,47.74305,8.99898\n5015,1646326148,47.74305,8.99898\n5016,1646326149,47.74305,8.99898\n5017,1646326150,47.74305,8.99898\n5018,1646326151,47.74305,8.99898\n5019,1646326152,47.74305,8.99898\n5020,1646326153,47.74305,8.99898\n5021,1646326154,47.74305,8.99898\n5022,1646326155,47.74305,8.99898\n5023,1646326156,47.74305,8.99898\n5024,1646326157,47.74305,8.99898\n5025,1646326158,47.74305,8.99898\n5026,1646326159,47.74305,8.99898\n5027,1646326160,47.74305,8.99898\n5028,1646326161,47.74305,8.99898\n5029,1646326162,47.74305,8.99898\n5030,1646326163,47.74305,8.99898\n5031,1646326164,47.74305,8.99898\n5032,1646326165,47.74305,8.99898\n5033,1646326166,47.74305,8.99898\n5034,1646326167,47.74305,8.99898\n5035,1646326168,47.74305,8.99898\n5036,1646326169,47.74305,8.99898\n5037,1646326170,47.74305,8.99898\n5038,1646326171,47.74305,8.99898\n5039,1646326172,47.74305,8.99898\n5040,1646326173,47.74305,8.99898\n5041,1646326174,47.74305,8.99898\n5042,1646326175,47.74305,8.99898\n5043,1646326176,47.74305,8.99898\n5044,1646326177,47.74305,8.99898\n5045,1646326178,47.74305,8.99898\n5046,1646326179,47.74305,8.99898\n5047,1646326180,47.74305,8.99898\n5048,1646326181,47.74305,8.99898\n5049,1646326182,47.74305,8.99898\n5050,1646326183,47.74305,8.99898\n5051,1646326184,47.74305,8.99898\n5052,1646326185,47.74305,8.99898\n5053,1646326186,47.74305,8.99898\n5054,1646326187,47.74305,8.99898\n5055,1646326188,47.74305,8.99898\n5056,1646326189,47.74305,8.99898\n5057,1646326190,47.74305,8.99898\n5058,1646326191,47.74305,8.99898\n5059,1646326192,47.74305,8.99898\n5060,1646326193,47.74305,8.99898\n5061,1646326194,47.74305,8.99898\n5062,1646326195,47.74305,8.99898\n5063,1646326196,47.74305,8.99898\n5064,1646326197,47.74305,8.99898\n5065,1646326198,47.74305,8.99898\n5066,1646326199,47.74305,8.99898\n5067,1646326200,47.74305,8.99898\n5068,1646326201,47.74305,8.99898\n5069,1646326202,47.74305,8.99898\n5070,1646326203,47.74305,8.99898\n5071,1646326204,47.74305,8.99898\n5072,1646326205,47.74305,8.99898\n5073,1646326206,47.74305,8.99898\n5074,1646326207,47.74305,8.99898\n5075,1646326208,47.74305,8.99898\n5076,1646326209,47.74305,8.99898\n5077,1646326210,47.74305,8.99898\n5078,1646326211,47.74305,8.99898\n5079,1646326212,47.74305,8.99898\n5080,1646326213,47.74305,8.99898\n5081,1646326214,47.74305,8.99898\n5082,1646326215,47.74305,8.99898\n5083,1646326216,47.74305,8.99898\n5084,1646326217,47.74305,8.99898\n5085,1646326218,47.74305,8.99898\n5086,1646326219,47.74305,8.99898\n5087,1646326220,47.74305,8.99898\n5088,1646326221,47.74305,8.99898\n5089,1646326222,47.74305,8.99898\n5090,1646326223,47.74305,8.99898\n5091,1646326224,47.74305,8.99898\n5092,1646326225,47.74305,8.99898\n5093,1646326226,47.74305,8.99898\n5094,1646326227,47.74305,8.99898\n5095,1646326228,47.74305,8.99898\n5096,1646326229,47.74305,8.99898\n5097,1646326230,47.74305,8.99898\n5098,1646326231,47.74305,8.99898\n5099,1646326232,47.74305,8.99898\n5100,1646326233,47.74305,8.99898\n5101,1646326234,47.74305,8.99898\n5102,1646326235,47.74305,8.99898\n5103,1646326236,47.74305,8.99898\n5104,1646326237,47.74305,8.99898\n5105,1646326238,47.74305,8.99898\n5106,1646326239,47.74305,8.99898\n5107,1646326240,47.74305,8.99898\n5108,1646326241,47.74305,8.99898\n5109,1646326242,47.74305,8.99898\n5110,1646326243,47.74305,8.99898\n5111,1646326244,47.74305,8.99898\n5112,1646326245,47.74305,8.99898\n5113,1646326246,47.74305,8.99898\n5114,1646326247,47.74305,8.99898\n5115,1646326248,47.74305,8.99898\n5116,1646326249,47.74305,8.99898\n5117,1646326250,47.74305,8.99898\n5118,1646326251,47.74305,8.99898\n5119,1646326252,47.74305,8.99898\n5120,1646326253,47.74305,8.99898\n5121,1646326254,47.74305,8.99898\n5122,1646326255,47.74305,8.99898\n5123,1646326256,47.74305,8.99898\n5124,1646326257,47.74305,8.99898\n5125,1646326258,47.74305,8.99898\n5126,1646326259,47.74305,8.99898\n5127,1646326260,47.74305,8.99898\n5128,1646326261,47.74305,8.99898\n5129,1646326262,47.74305,8.99898\n5130,1646326263,47.74305,8.99898\n5131,1646326264,47.74305,8.99898\n5132,1646326265,47.74305,8.99898\n5133,1646326266,47.74305,8.99898\n5134,1646326267,47.74305,8.99898\n5135,1646326268,47.74305,8.99898\n5136,1646326269,47.74305,8.99898\n5137,1646326270,47.74305,8.99898\n5138,1646326271,47.74305,8.99898\n5139,1646326272,47.74305,8.99898\n5140,1646326273,47.74305,8.99898\n5141,1646326274,47.74305,8.99898\n5142,1646326275,47.74305,8.99898\n5143,1646326276,47.74305,8.99898\n5144,1646326277,47.74305,8.99898\n5145,1646326278,47.74305,8.99898\n5146,1646326279,47.74305,8.99898\n5147,1646326280,47.74305,8.99898\n5148,1646326281,47.74305,8.99898\n5149,1646326282,47.74305,8.99898\n5150,1646326283,47.74305,8.99898\n5151,1646326284,47.74305,8.99898\n5152,1646326285,47.74305,8.99898\n5153,1646326286,47.74305,8.99898\n5154,1646326287,47.74305,8.99898\n5155,1646326288,47.74305,8.99898\n5156,1646326289,47.74305,8.99898\n5157,1646326290,47.74305,8.99898\n5158,1646326291,47.74305,8.99898\n5159,1646326292,47.74305,8.99898\n5160,1646326293,47.74305,8.99898\n5161,1646326294,47.74305,8.99898\n5162,1646326295,47.74305,8.99898\n5163,1646326296,47.74305,8.99898\n5164,1646326297,47.74305,8.99898\n5165,1646326298,47.74305,8.99898\n5166,1646326299,47.74305,8.99898\n5167,1646326300,47.74305,8.99898\n5168,1646326301,47.74305,8.99898\n5169,1646326302,47.74305,8.99898\n5170,1646326303,47.74305,8.99898\n5171,1646326304,47.74305,8.99898\n5172,1646326305,47.74305,8.99898\n5173,1646326306,47.74305,8.99898\n5174,1646326307,47.74305,8.99898\n5175,1646326308,47.74305,8.99898\n5176,1646326309,47.74305,8.99898\n5177,1646326310,47.74305,8.99898\n5178,1646326311,47.74305,8.99898\n5179,1646326312,47.74305,8.99898\n5180,1646326313,47.74305,8.99898\n5181,1646326314,47.74305,8.99898\n5182,1646326315,47.74305,8.99898\n5183,1646326316,47.74305,8.99898\n5184,1646326317,47.74305,8.99898\n5185,1646326318,47.74305,8.99898\n5186,1646326319,47.74305,8.99898\n5187,1646326320,47.74305,8.99898\n5188,1646326321,47.74305,8.99898\n5189,1646326322,47.74305,8.99898\n5190,1646326323,47.74305,8.99898\n5191,1646326324,47.74305,8.99898\n5192,1646326325,47.74305,8.99898\n5193,1646326326,47.74305,8.99898\n5194,1646326327,47.74305,8.99898\n5195,1646326328,47.74305,8.99898\n5196,1646326329,47.74305,8.99898\n5197,1646326330,47.74305,8.99898\n5198,1646326331,47.74305,8.99898\n5199,1646326332,47.74305,8.99898\n5200,1646326333,47.74305,8.99898\n5201,1646326334,47.74305,8.99898\n5202,1646326335,47.74305,8.99898\n5203,1646326336,47.74305,8.99898\n5204,1646326337,47.74305,8.99898\n5205,1646326338,47.74305,8.99898\n5206,1646326339,47.74305,8.99898\n5207,1646326340,47.74305,8.99898\n5208,1646326341,47.74305,8.99898\n5209,1646326342,47.74305,8.99898\n5210,1646326343,47.74305,8.99898\n5211,1646326344,47.74305,8.99898\n5212,1646326345,47.74305,8.99898\n5213,1646326346,47.74305,8.99898\n5214,1646326347,47.74305,8.99898\n5215,1646326348,47.74305,8.99898\n5216,1646326349,47.74305,8.99898\n5217,1646326350,47.74305,8.99898\n5218,1646326351,47.74305,8.99898\n5219,1646326352,47.74305,8.99898\n5220,1646326353,47.74305,8.99898\n5221,1646326354,47.74305,8.99898\n5222,1646326355,47.74305,8.99898\n5223,1646326356,47.74305,8.99898\n5224,1646326357,47.74305,8.99898\n5225,1646326358,47.74305,8.99898\n5226,1646326359,47.74305,8.99898\n5227,1646326360,47.74305,8.99898\n5228,1646326361,47.74305,8.99898\n5229,1646326362,47.74305,8.99898\n5230,1646326363,47.74305,8.99898\n5231,1646326364,47.74305,8.99898\n5232,1646326365,47.74305,8.99898\n5233,1646326366,47.74305,8.99898\n5234,1646326367,47.74305,8.99898\n5235,1646326368,47.74305,8.99898\n5236,1646326369,47.74305,8.99898\n5237,1646326370,47.74305,8.99898\n5238,1646326371,47.74305,8.99898\n5239,1646326372,47.74305,8.99898\n5240,1646326373,47.74305,8.99898\n5241,1646326374,47.74305,8.99898\n5242,1646326375,47.74305,8.99898\n5243,1646326376,47.74305,8.99898\n5244,1646326377,47.74305,8.99898\n5245,1646326378,47.74305,8.99898\n5246,1646326379,47.74305,8.99898\n5247,1646326380,47.74305,8.99898\n5248,1646326381,47.74305,8.99898\n5249,1646326382,47.74305,8.99898\n5250,1646326383,47.74305,8.99898\n5251,1646326384,47.74305,8.99898\n5252,1646326385,47.74305,8.99898\n5253,1646326386,47.74305,8.99898\n5254,1646326387,47.74305,8.99898\n5255,1646326388,47.74305,8.99898\n5256,1646326389,47.74305,8.99898\n5257,1646326390,47.74305,8.99898\n5258,1646326391,47.74305,8.99898\n5259,1646326392,47.74305,8.99898\n5260,1646326393,47.74305,8.99898\n5261,1646326394,47.74305,8.99898\n5262,1646326395,47.74305,8.99898\n5263,1646326396,47.74305,8.99898\n5264,1646326397,47.74305,8.99898\n5265,1646326398,47.74305,8.99898\n5266,1646326399,47.74305,8.99898\n5267,1646326400,47.74305,8.99898\n5268,1646326401,47.74305,8.99898\n5269,1646326402,47.74305,8.99898\n5270,1646326403,47.74305,8.99898\n5271,1646326404,47.74305,8.99898\n5272,1646326405,47.74305,8.99898\n5273,1646326406,47.74305,8.99898\n5274,1646326407,47.74305,8.99898\n5275,1646326408,47.74305,8.99898\n5276,1646326409,47.74305,8.99898\n5277,1646326410,47.74305,8.99898\n5278,1646326411,47.74305,8.99898\n5279,1646326412,47.74305,8.99898\n5280,1646326413,47.74305,8.99898\n5281,1646326414,47.74305,8.99898\n5282,1646326415,47.74305,8.99898\n5283,1646326416,47.74305,8.99898\n5284,1646326417,47.74305,8.99898\n5285,1646326418,47.74305,8.99898\n5286,1646326419,47.74305,8.99898\n5287,1646326420,47.74305,8.99898\n5288,1646326421,47.74305,8.99898\n5289,1646326422,47.74305,8.99898\n5290,1646326423,47.74305,8.99898\n5291,1646326424,47.74305,8.99898\n5292,1646326425,47.74305,8.99898\n5293,1646326426,47.74305,8.99898\n5294,1646326427,47.74305,8.99898\n5295,1646326428,47.74305,8.99898\n5296,1646326429,47.74305,8.99898\n5297,1646326430,47.74305,8.99898\n5298,1646326431,47.74305,8.99898\n5299,1646326432,47.74305,8.99898\n5300,1646326433,47.74305,8.99898\n5301,1646326434,47.74305,8.99898\n5302,1646326435,47.74305,8.99898\n5303,1646326436,47.74305,8.99898\n5304,1646326437,47.74305,8.99898\n5305,1646326438,47.74305,8.99898\n5306,1646326439,47.74305,8.99898\n5307,1646326440,47.74305,8.99898\n5308,1646326441,47.74305,8.99898\n5309,1646326442,47.74305,8.99898\n5310,1646326443,47.74305,8.99898\n5311,1646326444,47.74305,8.99898\n5312,1646326445,47.74305,8.99898\n5313,1646326446,47.74305,8.99898\n5314,1646326447,47.74305,8.99898\n5315,1646326448,47.74305,8.99898\n5316,1646326449,47.74305,8.99898\n5317,1646326450,47.74305,8.99898\n5318,1646326451,47.74305,8.99898\n5319,1646326452,47.74305,8.99898\n5320,1646326453,47.74305,8.99898\n5321,1646326454,47.74305,8.99898\n5322,1646326455,47.74305,8.99898\n5323,1646326456,47.74305,8.99898\n5324,1646326457,47.74305,8.99898\n5325,1646326458,47.74305,8.99898\n5326,1646326459,47.74305,8.99898\n5327,1646326460,47.74305,8.99898\n5328,1646326461,47.74305,8.99898\n5329,1646326462,47.74305,8.99898\n5330,1646326463,47.74305,8.99898\n5331,1646326464,47.74305,8.99898\n5332,1646326465,47.74305,8.99898\n5333,1646326466,47.74305,8.99898\n5334,1646326467,47.74305,8.99898\n5335,1646326468,47.74305,8.99898\n5336,1646326469,47.74305,8.99898\n5337,1646326470,47.74305,8.99898\n5338,1646326471,47.74305,8.99898\n5339,1646326472,47.74305,8.99898\n5340,1646326473,47.74305,8.99898\n5341,1646326474,47.74305,8.99898\n5342,1646326475,47.74305,8.99898\n5343,1646326476,47.74305,8.99898\n5344,1646326477,47.74305,8.99898\n5345,1646326478,47.74305,8.99898\n5346,1646326479,47.74305,8.99898\n5347,1646326480,47.74305,8.99898\n5348,1646326481,47.74305,8.99898\n5349,1646326482,47.74305,8.99898\n5350,1646326483,47.74305,8.99898\n5351,1646326484,47.74305,8.99898\n5352,1646326485,47.74305,8.99898\n5353,1646326486,47.74305,8.99898\n5354,1646326487,47.74305,8.99898\n5355,1646326488,47.74305,8.99898\n5356,1646326489,47.74305,8.99898\n5357,1646326490,47.74305,8.99898\n5358,1646326491,47.74305,8.99898\n5359,1646326492,47.74305,8.99898\n5360,1646326493,47.74305,8.99898\n5361,1646326494,47.74305,8.99898\n5362,1646326495,47.74305,8.99898\n5363,1646326496,47.74305,8.99898\n5364,1646326497,47.74305,8.99898\n5365,1646326498,47.74305,8.99898\n5366,1646326499,47.74305,8.99898\n5367,1646326500,47.74305,8.99898\n5368,1646326501,47.74305,8.99898\n5369,1646326502,47.74305,8.99898\n5370,1646326503,47.74305,8.99898\n5371,1646326504,47.74305,8.99898\n5372,1646326505,47.74305,8.99898\n5373,1646326506,47.74305,8.99898\n5374,1646326507,47.74305,8.99898\n5375,1646326508,47.74305,8.99898\n5376,1646326509,47.74305,8.99898\n5377,1646326510,47.74305,8.99898\n5378,1646326511,47.74305,8.99898\n5379,1646326512,47.74305,8.99898\n5380,1646326513,47.74305,8.99898\n5381,1646326514,47.74305,8.99898\n5382,1646326515,47.74305,8.99898\n5383,1646326516,47.74305,8.99898\n5384,1646326517,47.74305,8.99898\n5385,1646326518,47.74305,8.99898\n5386,1646326519,47.74305,8.99898\n5387,1646326520,47.74305,8.99898\n5388,1646326521,47.74305,8.99898\n5389,1646326522,47.74305,8.99898\n5390,1646326523,47.74305,8.99898\n5391,1646326524,47.74305,8.99898\n5392,1646326525,47.74305,8.99898\n5393,1646326526,47.74305,8.99898\n5394,1646326527,47.74305,8.99898\n5395,1646326528,47.74305,8.99898\n5396,1646326529,47.74305,8.99898\n5397,1646326530,47.74305,8.99898\n5398,1646326531,47.74305,8.99898\n5399,1646326532,47.74305,8.99898\n5400,1646326533,47.74305,8.99898\n5401,1646326534,47.74305,8.99898\n5402,1646326535,47.74305,8.99898\n5403,1646326536,47.74305,8.99898\n5404,1646326537,47.74305,8.99898\n5405,1646326538,47.74305,8.99898\n5406,1646326539,47.74305,8.99898\n5407,1646326540,47.74305,8.99898\n5408,1646326541,47.74305,8.99898\n5409,1646326542,47.74305,8.99898\n5410,1646326543,47.74305,8.99898\n5411,1646326544,47.74305,8.99898\n5412,1646326545,47.74305,8.99898\n5413,1646326546,47.74305,8.99898\n5414,1646326547,47.74305,8.99898\n5415,1646326548,47.74305,8.99898\n5416,1646326549,47.74305,8.99898\n5417,1646326550,47.74305,8.99898\n5418,1646326551,47.74305,8.99898\n5419,1646326552,47.74305,8.99898\n5420,1646326553,47.74305,8.99898\n5421,1646326554,47.74305,8.99898\n5422,1646326555,47.74305,8.99898\n5423,1646326556,47.74305,8.99898\n5424,1646326557,47.74305,8.99898\n5425,1646326558,47.74305,8.99898\n5426,1646326559,47.74305,8.99898\n5427,1646326560,47.74305,8.99898\n5428,1646326561,47.74305,8.99898\n5429,1646326562,47.74305,8.99898\n5430,1646326563,47.74305,8.99898\n5431,1646326564,47.74305,8.99898\n5432,1646326565,47.74305,8.99898\n5433,1646326566,47.74305,8.99898\n5434,1646326567,47.74305,8.99898\n5435,1646326568,47.74305,8.99898\n5436,1646326569,47.74305,8.99898\n5437,1646326570,47.74305,8.99898\n5438,1646326571,47.74305,8.99898\n5439,1646326572,47.74305,8.99898\n5440,1646326573,47.74305,8.99898\n5441,1646326574,47.74305,8.99898\n5442,1646326575,47.74305,8.99898\n5443,1646326576,47.74305,8.99898\n5444,1646326577,47.74305,8.99898\n5445,1646326578,47.74305,8.99898\n5446,1646326579,47.74305,8.99898\n5447,1646326580,47.74305,8.99898\n5448,1646326581,47.74305,8.99898\n5449,1646326582,47.74305,8.99898\n5450,1646326583,47.74305,8.99898\n5451,1646326584,47.74305,8.99898\n5452,1646326585,47.74305,8.99898\n5453,1646326586,47.74305,8.99898\n5454,1646326587,47.74305,8.99898\n5455,1646326588,47.74305,8.99898\n5456,1646326589,47.74305,8.99898\n5457,1646326590,47.74305,8.99898\n5458,1646326591,47.74305,8.99898\n5459,1646326592,47.74305,8.99898\n5460,1646326593,47.74306,8.99898\n5461,1646326594,47.74306,8.99898\n5462,1646326595,47.74306,8.99898\n5463,1646326596,47.74306,8.99898\n5464,1646326597,47.74306,8.99898\n5465,1646326598,47.74306,8.99898\n5466,1646326599,47.74306,8.99898\n5467,1646326600,47.74306,8.99898\n5468,1646326601,47.74306,8.99898\n5469,1646326602,47.74306,8.99898\n5470,1646326603,47.74306,8.99898\n5471,1646326604,47.74306,8.99898\n5472,1646326605,47.74306,8.99898\n5473,1646326606,47.74306,8.99898\n5474,1646326607,47.74306,8.99898\n5475,1646326608,47.74306,8.99898\n5476,1646326609,47.74306,8.99898\n5477,1646326610,47.74306,8.99898\n5478,1646326611,47.74306,8.99898\n5479,1646326612,47.74306,8.99898\n5480,1646326613,47.74306,8.99898\n5481,1646326614,47.74306,8.99898\n5482,1646326615,47.74306,8.99898\n5483,1646326616,47.74306,8.99898\n5484,1646326617,47.74306,8.99898\n5485,1646326618,47.74306,8.99898\n5486,1646326619,47.74306,8.99898\n5487,1646326620,47.74306,8.99898\n5488,1646326621,47.74306,8.99898\n5489,1646326622,47.74306,8.99898\n5490,1646326623,47.74306,8.99898\n5491,1646326624,47.74306,8.99898\n5492,1646326625,47.74306,8.99898\n5493,1646326626,47.74306,8.99898\n5494,1646326627,47.74306,8.99898\n5495,1646326628,47.74306,8.99898\n5496,1646326629,47.74306,8.99898\n5497,1646326630,47.74306,8.99898\n5498,1646326631,47.74306,8.99898\n5499,1646326632,47.74306,8.99898\n5500,1646326633,47.74306,8.99898\n5501,1646326634,47.74306,8.99898\n5502,1646326635,47.74306,8.99898\n5503,1646326636,47.74306,8.99898\n5504,1646326637,47.74306,8.99898\n5505,1646326638,47.74306,8.99898\n5506,1646326639,47.74306,8.99898\n5507,1646326640,47.74306,8.99898\n5508,1646326641,47.74306,8.99898\n5509,1646326642,47.74306,8.99898\n5510,1646326643,47.74306,8.99898\n5511,1646326644,47.74306,8.99898\n5512,1646326645,47.74306,8.99898\n5513,1646326646,47.74306,8.99898\n5514,1646326647,47.74306,8.99898\n5515,1646326648,47.74306,8.99898\n5516,1646326649,47.74306,8.99898\n5517,1646326650,47.74306,8.99898\n5518,1646326651,47.74306,8.99898\n5519,1646326652,47.74306,8.99898\n5520,1646326653,47.74306,8.99898\n5521,1646326654,47.74306,8.99898\n5522,1646326655,47.74306,8.99898\n5523,1646326656,47.74306,8.99898\n5524,1646326657,47.74306,8.99898\n5525,1646326658,47.74306,8.99898\n5526,1646326659,47.74306,8.99898\n5527,1646326660,47.74306,8.99898\n5528,1646326661,47.74306,8.99898\n5529,1646326662,47.74306,8.99898\n5530,1646326663,47.74306,8.99898\n5531,1646326664,47.74306,8.99898\n5532,1646326665,47.74306,8.99898\n5533,1646326666,47.74306,8.99898\n5534,1646326667,47.74306,8.99898\n5535,1646326668,47.74306,8.99898\n5536,1646326669,47.74306,8.99898\n5537,1646326670,47.74306,8.99898\n5538,1646326671,47.74306,8.99898\n5539,1646326672,47.74306,8.99898\n5540,1646326673,47.74306,8.99898\n5541,1646326674,47.74306,8.99898\n5542,1646326675,47.74306,8.99898\n5543,1646326676,47.74306,8.99898\n5544,1646326677,47.74306,8.99898\n5545,1646326678,47.74306,8.99898\n5546,1646326679,47.74306,8.99898\n5547,1646326680,47.74306,8.99898\n5548,1646326681,47.74306,8.99898\n5549,1646326682,47.74306,8.99898\n5550,1646326683,47.74306,8.99898\n5551,1646326684,47.74306,8.99898\n5552,1646326685,47.74306,8.99898\n5553,1646326686,47.74306,8.99898\n5554,1646326687,47.74306,8.99898\n5555,1646326688,47.74306,8.99898\n5556,1646326689,47.74306,8.99898\n5557,1646326690,47.74306,8.99898\n5558,1646326691,47.74306,8.99898\n5559,1646326692,47.74306,8.99898\n5560,1646326693,47.74306,8.99898\n5561,1646326694,47.74306,8.99898\n5562,1646326695,47.74306,8.99898\n5563,1646326696,47.74306,8.99898\n5564,1646326697,47.74306,8.99898\n5565,1646326698,47.74306,8.99898\n5566,1646326699,47.74306,8.99898\n5567,1646326700,47.74306,8.99898\n5568,1646326701,47.74306,8.99898\n5569,1646326702,47.74306,8.99898\n5570,1646326703,47.74306,8.99898\n5571,1646326704,47.74306,8.99898\n5572,1646326705,47.74306,8.99898\n5573,1646326706,47.74306,8.99898\n5574,1646326707,47.74306,8.99898\n5575,1646326708,47.74306,8.99898\n5576,1646326709,47.74306,8.99898\n5577,1646326710,47.74306,8.99898\n5578,1646326711,47.74306,8.99898\n5579,1646326712,47.74306,8.99898\n5580,1646326713,47.74306,8.99898\n5581,1646326714,47.74306,8.99898\n5582,1646326715,47.74306,8.99898\n5583,1646326716,47.74306,8.99898\n5584,1646326717,47.74306,8.99898\n5585,1646326718,47.74306,8.99898\n5586,1646326719,47.74306,8.99898\n5587,1646326720,47.74306,8.99898\n5588,1646326721,47.74306,8.99898\n5589,1646326722,47.74306,8.99898\n5590,1646326723,47.74306,8.99898\n5591,1646326724,47.74306,8.99898\n5592,1646326725,47.74306,8.99898\n5593,1646326726,47.74306,8.99898\n5594,1646326727,47.74306,8.99898\n5595,1646326728,47.74306,8.99898\n5596,1646326729,47.74306,8.99898\n5597,1646326730,47.74306,8.99898\n5598,1646326731,47.74306,8.99898\n5599,1646326732,47.74306,8.99898\n5600,1646326733,47.74306,8.99898\n5601,1646326734,47.74306,8.99898\n5602,1646326735,47.74306,8.99898\n5603,1646326736,47.74306,8.99898\n5604,1646326737,47.74306,8.99898\n5605,1646326738,47.74306,8.99898\n5606,1646326739,47.74306,8.99898\n5607,1646326740,47.74306,8.99898\n5608,1646326741,47.74306,8.99898\n5609,1646326742,47.74306,8.99898\n5610,1646326743,47.74306,8.99898\n5611,1646326744,47.74306,8.99898\n5612,1646326745,47.74306,8.99898\n5613,1646326746,47.74306,8.99898\n5614,1646326747,47.74306,8.99898\n5615,1646326748,47.74306,8.99898\n5616,1646326749,47.74306,8.99898\n5617,1646326750,47.74306,8.99898\n5618,1646326751,47.74306,8.99898\n5619,1646326752,47.74306,8.99898\n5620,1646326753,47.74306,8.99898\n5621,1646326754,47.74306,8.99898\n5622,1646326755,47.74306,8.99898\n5623,1646326756,47.74306,8.99898\n5624,1646326757,47.74306,8.99898\n5625,1646326758,47.74306,8.99898\n5626,1646326759,47.74306,8.99898\n5627,1646326760,47.74306,8.99898\n5628,1646326761,47.74306,8.99898\n5629,1646326762,47.74306,8.99898\n5630,1646326763,47.74306,8.99898\n5631,1646326764,47.74306,8.99898\n5632,1646326765,47.74306,8.99898\n5633,1646326766,47.74306,8.99898\n5634,1646326767,47.74306,8.99898\n5635,1646326768,47.74306,8.99898\n5636,1646326769,47.74306,8.99898\n5637,1646326770,47.74306,8.99898\n5638,1646326771,47.74306,8.99898\n5639,1646326772,47.74306,8.99898\n5640,1646326773,47.74306,8.99898\n5641,1646326774,47.74306,8.99898\n5642,1646326775,47.74306,8.99898\n5643,1646326776,47.74306,8.99898\n5644,1646326777,47.74306,8.99898\n5645,1646326778,47.74306,8.99898\n5646,1646326779,47.74306,8.99898\n5647,1646326780,47.74306,8.99898\n5648,1646326781,47.74306,8.99898\n5649,1646326782,47.74306,8.99898\n5650,1646326783,47.74306,8.99898\n5651,1646326784,47.74306,8.99898\n5652,1646326785,47.74306,8.99898\n5653,1646326786,47.74306,8.99898\n5654,1646326787,47.74306,8.99898\n5655,1646326788,47.74306,8.99898\n5656,1646326789,47.74306,8.99898\n5657,1646326790,47.74306,8.99898\n5658,1646326791,47.74306,8.99898\n5659,1646326792,47.74306,8.99898\n5660,1646326793,47.74306,8.99898\n5661,1646326794,47.74306,8.99898\n5662,1646326795,47.74306,8.99898\n5663,1646326796,47.74306,8.99898\n5664,1646326797,47.74306,8.99898\n5665,1646326798,47.74306,8.99898\n5666,1646326799,47.74306,8.99898\n5667,1646326800,47.74306,8.99898\n5668,1646326801,47.74306,8.99898\n5669,1646326802,47.74306,8.99898\n5670,1646326803,47.74306,8.99898\n5671,1646326804,47.74306,8.99898\n5672,1646326805,47.74306,8.99898\n5673,1646326806,47.74306,8.99898\n5674,1646326807,47.74306,8.99898\n5675,1646326808,47.74306,8.99898\n5676,1646326809,47.74306,8.99898\n5677,1646326810,47.74306,8.99898\n5678,1646326811,47.74306,8.99898\n5679,1646326812,47.74306,8.99898\n5680,1646326813,47.74306,8.99898\n5681,1646326814,47.74306,8.99898\n5682,1646326815,47.74306,8.99898\n5683,1646326816,47.74306,8.99898\n5684,1646326817,47.74306,8.99898\n5685,1646326818,47.74306,8.99898\n5686,1646326819,47.74306,8.99898\n5687,1646326820,47.74306,8.99898\n5688,1646326821,47.74306,8.99898\n5689,1646326822,47.74306,8.99898\n5690,1646326823,47.74306,8.99898\n5691,1646326824,47.74306,8.99898\n5692,1646326825,47.74306,8.99898\n5693,1646326826,47.74306,8.99898\n5694,1646326827,47.74306,8.99898\n5695,1646326828,47.74306,8.99898\n5696,1646326829,47.74306,8.99898\n5697,1646326830,47.74306,8.99898\n5698,1646326831,47.74306,8.99898\n5699,1646326832,47.74306,8.99898\n5700,1646326833,47.74306,8.99898\n5701,1646326834,47.74306,8.99898\n5702,1646326835,47.74306,8.99898\n5703,1646326836,47.74306,8.99898\n5704,1646326837,47.74306,8.99898\n5705,1646326838,47.74306,8.99898\n5706,1646326839,47.74306,8.99898\n5707,1646326840,47.74306,8.99898\n5708,1646326841,47.74306,8.99898\n5709,1646326842,47.74306,8.99898\n5710,1646326843,47.74306,8.99898\n5711,1646326844,47.74306,8.99898\n5712,1646326845,47.74306,8.99898\n5713,1646326846,47.74306,8.99898\n5714,1646326847,47.74306,8.99898\n5715,1646326848,47.74306,8.99898\n5716,1646326849,47.74306,8.99898\n5717,1646326850,47.74306,8.99898\n5718,1646326851,47.74306,8.99898\n5719,1646326852,47.74306,8.99898\n5720,1646326853,47.74306,8.99898\n5721,1646326854,47.74306,8.99898\n5722,1646326855,47.74306,8.99898\n5723,1646326856,47.74306,8.99898\n5724,1646326857,47.74306,8.99898\n5725,1646326858,47.74305,8.99898\n5726,1646326859,47.74305,8.99898\n5727,1646326860,47.74305,8.99898\n5728,1646326861,47.74305,8.99898\n5729,1646326862,47.74305,8.99898\n5730,1646326863,47.74305,8.99898\n5731,1646326864,47.74305,8.99898\n5732,1646326865,47.74305,8.99898\n5733,1646326866,47.74306,8.99898\n5734,1646326867,47.74306,8.99898\n5735,1646326868,47.74306,8.99898\n5736,1646326869,47.74305,8.99898\n5737,1646326870,47.74305,8.99898\n5738,1646326871,47.74305,8.99898\n5739,1646326872,47.74305,8.99898\n5740,1646326873,47.74305,8.99898\n5741,1646326874,47.74305,8.99898\n5742,1646326875,47.74305,8.99898\n5743,1646326876,47.74305,8.99898\n5744,1646326877,47.74305,8.99898\n5745,1646326878,47.74305,8.99898\n5746,1646326879,47.74305,8.99898\n5747,1646326880,47.74305,8.99898\n5748,1646326881,47.74305,8.99898\n5749,1646326882,47.74305,8.99898\n5750,1646326883,47.74306,8.99898\n5751,1646326884,47.74306,8.99898\n5752,1646326885,47.74306,8.99898\n5753,1646326886,47.74306,8.99898\n5754,1646326887,47.74306,8.99898\n5755,1646326888,47.74306,8.99898\n5756,1646326889,47.74306,8.99898\n5757,1646326890,47.74306,8.99898\n5758,1646326891,47.74306,8.99898\n5759,1646326892,47.74306,8.99898\n5760,1646326893,47.74306,8.99898\n5761,1646326894,47.74306,8.99898\n5762,1646326895,47.74306,8.99898\n5763,1646326896,47.74305,8.99898\n5764,1646326897,47.74305,8.99898\n5765,1646326898,47.74305,8.99898\n5766,1646326899,47.74305,8.99898\n5767,1646326900,47.74305,8.99898\n5768,1646326901,47.74305,8.99898\n5769,1646326902,47.74305,8.99898\n5770,1646326903,47.74305,8.99898\n5771,1646326904,47.74305,8.99898\n5772,1646326905,47.74305,8.99898\n5773,1646326906,47.74305,8.99898\n5774,1646326907,47.74305,8.99898\n5775,1646326908,47.74305,8.99898\n5776,1646326909,47.74305,8.99898\n5777,1646326910,47.74305,8.99898\n5778,1646326911,47.74305,8.99898\n5779,1646326912,47.74305,8.99898\n5780,1646326913,47.74305,8.99898\n5781,1646326914,47.74305,8.99898\n5782,1646326915,47.74305,8.99898\n5783,1646326916,47.74305,8.99898\n5784,1646326917,47.74305,8.99898\n5785,1646326918,47.74305,8.99898\n5786,1646326919,47.74305,8.99898\n5787,1646326920,47.74305,8.99898\n5788,1646326921,47.74305,8.99898\n5789,1646326922,47.74305,8.99898\n5790,1646326923,47.74305,8.99898\n5791,1646326924,47.74305,8.99898\n5792,1646326925,47.74305,8.99898\n5793,1646326926,47.74305,8.99898\n5794,1646326927,47.74305,8.99898\n5795,1646326928,47.74305,8.99898\n5796,1646326929,47.74305,8.99898\n5797,1646326930,47.74305,8.99898\n5798,1646326931,47.74305,8.99898\n5799,1646326932,47.74305,8.99898\n5800,1646326933,47.74305,8.99898\n5801,1646326934,47.74305,8.99898\n5802,1646326935,47.74305,8.99898\n5803,1646326936,47.74305,8.99898\n5804,1646326937,47.74305,8.99898\n5805,1646326938,47.74305,8.99898\n5806,1646326939,47.74305,8.99898\n5807,1646326940,47.74305,8.99898\n5808,1646326941,47.74305,8.99898\n5809,1646326942,47.74305,8.99898\n5810,1646326943,47.74305,8.99898\n5811,1646326944,47.74305,8.99898\n5812,1646326945,47.74305,8.99898\n5813,1646326946,47.74305,8.99898\n5814,1646326947,47.74305,8.99898\n5815,1646326948,47.74305,8.99898\n5816,1646326949,47.74305,8.99898\n5817,1646326950,47.74305,8.99898\n5818,1646326951,47.74305,8.99898\n5819,1646326952,47.74305,8.99898\n5820,1646326953,47.74305,8.99898\n5821,1646326954,47.74305,8.99898\n5822,1646326955,47.74305,8.99898\n5823,1646326956,47.74305,8.99898\n5824,1646326957,47.74305,8.99898\n5825,1646326958,47.74305,8.99898\n5826,1646326959,47.74305,8.99898\n5827,1646326960,47.74305,8.99898\n5828,1646326961,47.74305,8.99898\n5829,1646326962,47.74305,8.99898\n5830,1646326963,47.74305,8.99898\n5831,1646326964,47.74305,8.99898\n5832,1646326965,47.74305,8.99898\n5833,1646326966,47.74305,8.99898\n5834,1646326967,47.74305,8.99898\n5835,1646326968,47.74305,8.99898\n5836,1646326969,47.74305,8.99898\n5837,1646326970,47.74305,8.99898\n5838,1646326971,47.74305,8.99898\n5839,1646326972,47.74305,8.99898\n5840,1646326973,47.74305,8.99898\n5841,1646326974,47.74305,8.99898\n5842,1646326975,47.74305,8.99898\n5843,1646326976,47.74305,8.99898\n5844,1646326977,47.74305,8.99898\n5845,1646326978,47.74305,8.99898\n5846,1646326979,47.74305,8.99898\n5847,1646326980,47.74305,8.99898\n5848,1646326981,47.74305,8.99898\n5849,1646326982,47.74305,8.99898\n5850,1646326983,47.74305,8.99898\n5851,1646326984,47.74305,8.99898\n5852,1646326985,47.74305,8.99898\n5853,1646326986,47.74305,8.99898\n5854,1646326987,47.74305,8.99898\n5855,1646326988,47.74305,8.99898\n5856,1646326989,47.74305,8.99898\n5857,1646326990,47.74305,8.99898\n5858,1646326991,47.74305,8.99898\n5859,1646326992,47.74305,8.99898\n5860,1646326993,47.74305,8.99898\n5861,1646326994,47.74305,8.99898\n5862,1646326995,47.74305,8.99898\n5863,1646326996,47.74305,8.99898\n5864,1646326997,47.74305,8.99898\n5865,1646326998,47.74305,8.99898\n5866,1646326999,47.74305,8.99898\n5867,1646327000,47.74305,8.99898\n5868,1646327001,47.74305,8.99898\n5869,1646327002,47.74305,8.99898\n5870,1646327003,47.74305,8.99898\n5871,1646327004,47.74305,8.99898\n5872,1646327005,47.74305,8.99898\n5873,1646327006,47.74305,8.99898\n5874,1646327007,47.74305,8.99898\n5875,1646327008,47.74305,8.99898\n5876,1646327009,47.74305,8.99898\n5877,1646327010,47.74305,8.99898\n5878,1646327011,47.74305,8.99898\n5879,1646327012,47.74305,8.99898\n5880,1646327013,47.74305,8.99898\n5881,1646327014,47.74305,8.99898\n5882,1646327015,47.74305,8.99898\n5883,1646327016,47.74305,8.99898\n5884,1646327017,47.74305,8.99898\n5885,1646327018,47.74305,8.99898\n5886,1646327019,47.74305,8.99898\n5887,1646327020,47.74305,8.99898\n5888,1646327021,47.74305,8.99898\n5889,1646327022,47.74305,8.99898\n5890,1646327023,47.74305,8.99898\n5891,1646327024,47.74305,8.99898\n5892,1646327025,47.74305,8.99898\n5893,1646327026,47.74305,8.99898\n5894,1646327027,47.74305,8.99898\n5895,1646327028,47.74305,8.99898\n5896,1646327029,47.74305,8.99898\n5897,1646327030,47.74305,8.99898\n5898,1646327031,47.74305,8.99898\n5899,1646327032,47.74305,8.99898\n5900,1646327033,47.74305,8.99898\n5901,1646327034,47.74305,8.99898\n5902,1646327035,47.74305,8.99898\n5903,1646327036,47.74305,8.99898\n5904,1646327037,47.74305,8.99898\n5905,1646327038,47.74305,8.99898\n5906,1646327039,47.74305,8.99898\n5907,1646327040,47.74305,8.99898\n5908,1646327041,47.74305,8.99898\n5909,1646327042,47.74305,8.99898\n5910,1646327043,47.74305,8.99898\n5911,1646327044,47.74305,8.99898\n5912,1646327045,47.74305,8.99898\n5913,1646327046,47.74305,8.99898\n5914,1646327047,47.74305,8.99898\n5915,1646327048,47.74305,8.99898\n5916,1646327049,47.74305,8.99898\n5917,1646327050,47.74305,8.99898\n5918,1646327051,47.74305,8.99898\n5919,1646327052,47.74305,8.99898\n5920,1646327053,47.74305,8.99898\n5921,1646327054,47.74305,8.99898\n5922,1646327055,47.74305,8.99898\n5923,1646327056,47.74305,8.99898\n5924,1646327057,47.74305,8.99898\n5925,1646327058,47.74305,8.99898\n5926,1646327059,47.74305,8.99898\n5927,1646327060,47.74305,8.99898\n5928,1646327061,47.74305,8.99898\n5929,1646327062,47.74306,8.99898\n5930,1646327063,47.74306,8.99898\n5931,1646327064,47.74306,8.99898\n5932,1646327065,47.74306,8.99898\n5933,1646327066,47.74306,8.99898\n5934,1646327067,47.74306,8.99898\n5935,1646327068,47.74306,8.99898\n5936,1646327069,47.74306,8.99898\n5937,1646327070,47.74306,8.99898\n5938,1646327071,47.74306,8.99898\n5939,1646327072,47.74306,8.99898\n5940,1646327073,47.74306,8.99898\n5941,1646327074,47.74306,8.99898\n5942,1646327075,47.74306,8.99898\n5943,1646327076,47.74306,8.99898\n5944,1646327077,47.74306,8.99898\n5945,1646327078,47.74306,8.99898\n5946,1646327079,47.74306,8.99898\n5947,1646327080,47.74306,8.99898\n5948,1646327081,47.74306,8.99898\n5949,1646327082,47.74306,8.99898\n5950,1646327083,47.74306,8.99898\n5951,1646327084,47.74306,8.99898\n5952,1646327085,47.74306,8.99898\n5953,1646327086,47.74306,8.99898\n5954,1646327087,47.74306,8.99898\n5955,1646327088,47.74306,8.99898\n5956,1646327089,47.74306,8.99898\n5957,1646327090,47.74306,8.99898\n5958,1646327091,47.74306,8.99898\n5959,1646327092,47.74306,8.99898\n5960,1646327093,47.74306,8.99898\n5961,1646327094,47.74306,8.99898\n5962,1646327095,47.74306,8.99898\n5963,1646327096,47.74306,8.99898\n5964,1646327097,47.74306,8.99898\n5965,1646327098,47.74306,8.99898\n5966,1646327099,47.74306,8.99898\n5967,1646327100,47.74306,8.99898\n5968,1646327101,47.74306,8.99898\n5969,1646327102,47.74306,8.99898\n5970,1646327103,47.74306,8.99898\n5971,1646327104,47.74306,8.99898\n5972,1646327105,47.74306,8.99898\n5973,1646327106,47.74306,8.99898\n5974,1646327107,47.74306,8.99898\n5975,1646327108,47.74306,8.99898\n5976,1646327109,47.74306,8.99898\n5977,1646327110,47.74306,8.99898\n5978,1646327111,47.74306,8.99898\n5979,1646327112,47.74306,8.99898\n5980,1646327113,47.74306,8.99898\n5981,1646327114,47.74306,8.99898\n5982,1646327115,47.74306,8.99898\n5983,1646327116,47.74306,8.99898\n5984,1646327117,47.74306,8.99898\n5985,1646327118,47.74306,8.99898\n5986,1646327119,47.74306,8.99898\n5987,1646327120,47.74306,8.99898\n5988,1646327121,47.74306,8.99898\n5989,1646327122,47.74306,8.99898\n5990,1646327123,47.74306,8.99898\n5991,1646327124,47.74306,8.99898\n5992,1646327125,47.74306,8.99898\n5993,1646327126,47.74306,8.99898\n5994,1646327127,47.74306,8.99898\n5995,1646327128,47.74306,8.99898\n5996,1646327129,47.74306,8.99898\n5997,1646327130,47.74306,8.99898\n5998,1646327131,47.74306,8.99898\n5999,1646327132,47.74306,8.99898\n6000,1646327133,47.74306,8.99898\n6001,1646327134,47.74306,8.99898\n6002,1646327135,47.74306,8.99898\n6003,1646327136,47.74306,8.99898\n6004,1646327137,47.74306,8.99898\n6005,1646327138,47.74306,8.99898\n6006,1646327139,47.74306,8.99898\n6007,1646327140,47.74306,8.99898\n6008,1646327141,47.74306,8.99898\n6009,1646327142,47.74306,8.99898\n6010,1646327143,47.74306,8.99898\n6011,1646327144,47.74306,8.99898\n6012,1646327145,47.74306,8.99898\n6013,1646327146,47.74306,8.99898\n6014,1646327147,47.74306,8.99898\n6015,1646327148,47.74306,8.99898\n6016,1646327149,47.74306,8.99898\n6017,1646327150,47.74306,8.99898\n6018,1646327151,47.74306,8.99898\n6019,1646327152,47.74306,8.99898\n6020,1646327153,47.74306,8.99898\n6021,1646327154,47.74306,8.99898\n6022,1646327155,47.74306,8.99898\n6023,1646327156,47.74306,8.99898\n6024,1646327157,47.74306,8.99898\n6025,1646327158,47.74306,8.99898\n6026,1646327159,47.74306,8.99898\n6027,1646327160,47.74306,8.99898\n6028,1646327161,47.74306,8.99898\n6029,1646327162,47.74306,8.99898\n6030,1646327163,47.74306,8.99898\n6031,1646327164,47.74306,8.99898\n6032,1646327165,47.74306,8.99898\n6033,1646327166,47.74306,8.99898\n6034,1646327167,47.74306,8.99898\n6035,1646327168,47.74306,8.99898\n6036,1646327169,47.74306,8.99898\n6037,1646327170,47.74306,8.99898\n6038,1646327171,47.74306,8.99898\n6039,1646327172,47.74306,8.99898\n6040,1646327173,47.74306,8.99898\n6041,1646327174,47.74306,8.99898\n6042,1646327175,47.74306,8.99898\n6043,1646327176,47.74306,8.99898\n6044,1646327177,47.74306,8.99898\n6045,1646327178,47.74306,8.99898\n6046,1646327179,47.74306,8.99898\n6047,1646327180,47.74306,8.99898\n6048,1646327181,47.74306,8.99898\n6049,1646327182,47.74306,8.99898\n6050,1646327183,47.74306,8.99898\n6051,1646327184,47.74306,8.99898\n6052,1646327185,47.74306,8.99898\n6053,1646327186,47.74306,8.99898\n6054,1646327187,47.74306,8.99898\n6055,1646327188,47.74306,8.99898\n6056,1646327189,47.74306,8.99898\n6057,1646327190,47.74306,8.99898\n6058,1646327191,47.74306,8.99898\n6059,1646327192,47.74306,8.99898\n6060,1646327193,47.74306,8.99898\n6061,1646327194,47.74306,8.99898\n6062,1646327195,47.74306,8.99898\n6063,1646327196,47.74306,8.99898\n6064,1646327197,47.74306,8.99898\n6065,1646327198,47.74306,8.99898\n6066,1646327199,47.74306,8.99898\n6067,1646327200,47.74306,8.99898\n6068,1646327201,47.74306,8.99898\n6069,1646327202,47.74306,8.99898\n6070,1646327203,47.74306,8.99898\n6071,1646327204,47.74306,8.99898\n6072,1646327205,47.74306,8.99898\n6073,1646327206,47.74306,8.99898\n6074,1646327207,47.74306,8.99898\n6075,1646327208,47.74306,8.99898\n6076,1646327209,47.74306,8.99898\n6077,1646327210,47.74306,8.99898\n6078,1646327211,47.74306,8.99898\n6079,1646327212,47.74306,8.99898\n6080,1646327213,47.74306,8.99898\n6081,1646327214,47.74306,8.99898\n6082,1646327215,47.74306,8.99898\n6083,1646327216,47.74306,8.99898\n6084,1646327217,47.74306,8.99898\n6085,1646327218,47.74306,8.99898\n6086,1646327219,47.74306,8.99898\n6087,1646327220,47.74306,8.99898\n6088,1646327221,47.74306,8.99898\n6089,1646327222,47.74306,8.99898\n6090,1646327223,47.74306,8.99898\n6091,1646327224,47.74306,8.99898\n6092,1646327225,47.74306,8.99898\n6093,1646327226,47.74306,8.99898\n6094,1646327227,47.74306,8.99898\n6095,1646327228,47.74306,8.99898\n6096,1646327229,47.74306,8.99898\n6097,1646327230,47.74306,8.99898\n6098,1646327231,47.74306,8.99898\n6099,1646327232,47.74306,8.99898\n6100,1646327233,47.74306,8.99898\n6101,1646327234,47.74306,8.99898\n6102,1646327235,47.74306,8.99898\n6103,1646327236,47.74306,8.99898\n6104,1646327237,47.74306,8.99898\n6105,1646327238,47.74306,8.99898\n6106,1646327239,47.74306,8.99898\n6107,1646327240,47.74306,8.99898\n6108,1646327241,47.74306,8.99898\n6109,1646327242,47.74306,8.99898\n6110,1646327243,47.74306,8.99898\n6111,1646327244,47.74306,8.99898\n6112,1646327245,47.74306,8.99898\n6113,1646327246,47.74306,8.99898\n6114,1646327247,47.74306,8.99898\n6115,1646327248,47.74306,8.99898\n6116,1646327249,47.74306,8.99898\n6117,1646327250,47.74306,8.99898\n6118,1646327251,47.74306,8.99898\n6119,1646327252,47.74306,8.99898\n6120,1646327253,47.74306,8.99898\n6121,1646327254,47.74306,8.99898\n6122,1646327255,47.74306,8.99898\n6123,1646327256,47.74306,8.99898\n6124,1646327257,47.74306,8.99898\n6125,1646327258,47.74306,8.99898\n6126,1646327259,47.74306,8.99898\n6127,1646327260,47.74306,8.99898\n6128,1646327261,47.74306,8.99898\n6129,1646327262,47.74306,8.99898\n6130,1646327263,47.74306,8.99898\n6131,1646327264,47.74306,8.99898\n6132,1646327265,47.74306,8.99898\n6133,1646327266,47.74306,8.99898\n6134,1646327267,47.74306,8.99898\n6135,1646327268,47.74306,8.99898\n6136,1646327269,47.74306,8.99898\n6137,1646327270,47.74306,8.99898\n6138,1646327271,47.74306,8.99898\n6139,1646327272,47.74306,8.99898\n6140,1646327273,47.74306,8.99898\n6141,1646327274,47.74306,8.99898\n6142,1646327275,47.74306,8.99898\n6143,1646327276,47.74306,8.99898\n6144,1646327277,47.74306,8.99898\n6145,1646327278,47.74306,8.99898\n6146,1646327279,47.74306,8.99898\n6147,1646327280,47.74306,8.99897\n6148,1646327281,47.74306,8.99897\n6149,1646327283,47.74306,8.99897\n6150,1646327284,47.74306,8.99897\n6151,1646327285,47.74306,8.99897\n6152,1646327286,47.74306,8.99897\n6153,1646327287,47.74306,8.99897\n6154,1646327288,47.74306,8.99897\n6155,1646327289,47.74306,8.99897\n6156,1646327290,47.74306,8.99897\n6157,1646327291,47.74306,8.99897\n6158,1646327292,47.74306,8.99897\n6159,1646327293,47.74306,8.99897\n6160,1646327294,47.74306,8.99898\n6161,1646327295,47.74306,8.99898\n6162,1646327296,47.74306,8.99898\n6163,1646327297,47.74306,8.99898\n6164,1646327298,47.74306,8.99898\n6165,1646327299,47.74306,8.99898\n6166,1646327300,47.74306,8.99898\n6167,1646327301,47.74306,8.99898\n6168,1646327302,47.74306,8.99898\n6169,1646327303,47.74306,8.99898\n6170,1646327304,47.74306,8.99898\n6171,1646327305,47.74306,8.99898\n6172,1646327306,47.74306,8.99898\n6173,1646327307,47.74306,8.99898\n6174,1646327308,47.74306,8.99898\n6175,1646327309,47.74306,8.99898\n6176,1646327310,47.74306,8.99898\n6177,1646327311,47.74306,8.99898\n6178,1646327312,47.74306,8.99898\n6179,1646327313,47.74306,8.99898\n6180,1646327314,47.74306,8.99898\n6181,1646327315,47.74306,8.99898\n6182,1646327316,47.74306,8.99898\n6183,1646327317,47.74306,8.99898\n6184,1646327318,47.74306,8.99898\n6185,1646327319,47.74306,8.99898\n6186,1646327320,47.74306,8.99898\n6187,1646327321,47.74306,8.99898\n6188,1646327322,47.74306,8.99898\n6189,1646327323,47.74306,8.99898\n6190,1646327324,47.74306,8.99898\n6191,1646327325,47.74306,8.99898\n6192,1646327326,47.74306,8.99898\n6193,1646327327,47.74306,8.99898\n6194,1646327328,47.74306,8.99898\n6195,1646327329,47.74306,8.99898\n6196,1646327330,47.74306,8.99898\n6197,1646327331,47.74306,8.99898\n6198,1646327332,47.74306,8.99898\n6199,1646327333,47.74306,8.99898\n6200,1646327334,47.74306,8.99898\n6201,1646327335,47.74306,8.99898\n6202,1646327336,47.74306,8.99898\n6203,1646327337,47.74306,8.99898\n6204,1646327338,47.74306,8.99898\n6205,1646327339,47.74306,8.99898\n6206,1646327340,47.74306,8.99898\n6207,1646327341,47.74306,8.99898\n6208,1646327342,47.74306,8.99898\n6209,1646327343,47.74306,8.99898\n6210,1646327344,47.74306,8.99898\n6211,1646327345,47.74306,8.99898\n6212,1646327346,47.74306,8.99898\n6213,1646327347,47.74306,8.99898\n6214,1646327348,47.74306,8.99898\n6215,1646327349,47.74306,8.99898\n6216,1646327350,47.74306,8.99898\n6217,1646327351,47.74306,8.99898\n6218,1646327352,47.74306,8.99898\n6219,1646327353,47.74306,8.99898\n6220,1646327354,47.74306,8.99898\n6221,1646327355,47.74306,8.99898\n6222,1646327356,47.74306,8.99898\n6223,1646327357,47.74306,8.99898\n6224,1646327358,47.74306,8.99898\n6225,1646327359,47.74306,8.99898\n6226,1646327360,47.74306,8.99898\n6227,1646327361,47.74306,8.99898\n6228,1646327362,47.74306,8.99898\n6229,1646327363,47.74306,8.99898\n6230,1646327364,47.74306,8.99898\n6231,1646327365,47.74306,8.99898\n6232,1646327366,47.74306,8.99898\n6233,1646327367,47.74306,8.99898\n6234,1646327368,47.74306,8.99898\n6235,1646327369,47.74306,8.99898\n6236,1646327370,47.74306,8.99898\n6237,1646327371,47.74306,8.99898\n6238,1646327372,47.74306,8.99898\n6239,1646327373,47.74306,8.99898\n6240,1646327374,47.74306,8.99898\n6241,1646327375,47.74306,8.99898\n6242,1646327376,47.74306,8.99898\n6243,1646327377,47.74306,8.99898\n6244,1646327378,47.74306,8.99898\n6245,1646327379,47.74306,8.99898\n6246,1646327380,47.74306,8.99898\n6247,1646327381,47.74306,8.99898\n6248,1646327382,47.74306,8.99898\n6249,1646327383,47.74306,8.99898\n6250,1646327384,47.74306,8.99898\n6251,1646327385,47.74306,8.99898\n6252,1646327386,47.74306,8.99898\n6253,1646327387,47.74306,8.99898\n6254,1646327388,47.74306,8.99898\n6255,1646327389,47.74306,8.99898\n6256,1646327390,47.74306,8.99898\n6257,1646327391,47.74306,8.99898\n6258,1646327392,47.74306,8.99898\n6259,1646327393,47.74306,8.99898\n6260,1646327394,47.74306,8.99898\n6261,1646327395,47.74306,8.99898\n6262,1646327396,47.74306,8.99898\n6263,1646327397,47.74306,8.99898\n6264,1646327398,47.74306,8.99898\n6265,1646327399,47.74306,8.99898\n6266,1646327400,47.74306,8.99898\n6267,1646327401,47.74306,8.99898\n6268,1646327402,47.74306,8.99898\n6269,1646327403,47.74306,8.99898\n6270,1646327404,47.74306,8.99898\n6271,1646327405,47.74306,8.99898\n6272,1646327406,47.74306,8.99898\n6273,1646327407,47.74306,8.99898\n6274,1646327408,47.74306,8.99898\n6275,1646327409,47.74306,8.99898\n6276,1646327410,47.74306,8.99898\n6277,1646327411,47.74306,8.99898\n6278,1646327412,47.74306,8.99898\n6279,1646327413,47.74306,8.99898\n6280,1646327414,47.74306,8.99898\n6281,1646327415,47.74306,8.99898\n6282,1646327416,47.74306,8.99898\n6283,1646327417,47.74306,8.99898\n6284,1646327418,47.74306,8.99898\n6285,1646327419,47.74306,8.99898\n6286,1646327420,47.74306,8.99898\n6287,1646327421,47.74306,8.99898\n6288,1646327422,47.74306,8.99898\n6289,1646327423,47.74306,8.99898\n6290,1646327424,47.74306,8.99898\n6291,1646327425,47.74306,8.99898\n6292,1646327426,47.74306,8.99898\n6293,1646327427,47.74306,8.99898\n6294,1646327428,47.74306,8.99898\n6295,1646327429,47.74306,8.99898\n6296,1646327430,47.74306,8.99898\n6297,1646327431,47.74306,8.99898\n6298,1646327432,47.74306,8.99898\n6299,1646327433,47.74306,8.99898\n6300,1646327434,47.74306,8.99898\n6301,1646327435,47.74306,8.99898\n6302,1646327436,47.74306,8.99898\n6303,1646327437,47.74306,8.99898\n6304,1646327438,47.74306,8.99898\n6305,1646327439,47.74306,8.99898\n6306,1646327440,47.74306,8.99898\n6307,1646327441,47.74306,8.99898\n6308,1646327442,47.74306,8.99898\n6309,1646327443,47.74306,8.99898\n6310,1646327444,47.74306,8.99898\n6311,1646327445,47.74306,8.99898\n6312,1646327446,47.74306,8.99898\n6313,1646327447,47.74306,8.99898\n6314,1646327448,47.74306,8.99898\n6315,1646327449,47.74306,8.99898\n6316,1646327450,47.74306,8.99898\n6317,1646327451,47.74306,8.99898\n6318,1646327452,47.74306,8.99898\n6319,1646327453,47.74306,8.99898\n6320,1646327454,47.74306,8.99898\n6321,1646327455,47.74306,8.99898\n6322,1646327456,47.74306,8.99898\n6323,1646327457,47.74306,8.99898\n6324,1646327458,47.74306,8.99898\n6325,1646327459,47.74306,8.99898\n6326,1646327460,47.74306,8.99898\n6327,1646327461,47.74306,8.99898\n6328,1646327462,47.74306,8.99898\n6329,1646327463,47.74306,8.99898\n6330,1646327464,47.74306,8.99898\n6331,1646327465,47.74306,8.99898\n6332,1646327466,47.74306,8.99898\n6333,1646327467,47.74306,8.99898\n6334,1646327468,47.74306,8.99898\n6335,1646327469,47.74306,8.99898\n6336,1646327470,47.74306,8.99898\n6337,1646327471,47.74306,8.99898\n6338,1646327472,47.74306,8.99898\n6339,1646327473,47.74306,8.99898\n6340,1646327474,47.74306,8.99898\n6341,1646327475,47.74306,8.99898\n6342,1646327476,47.74306,8.99898\n6343,1646327477,47.74306,8.99898\n6344,1646327478,47.74306,8.99898\n6345,1646327479,47.74306,8.99898\n6346,1646327480,47.74306,8.99898\n6347,1646327481,47.74306,8.99898\n6348,1646327482,47.74306,8.99898\n6349,1646327483,47.74306,8.99898\n6350,1646327484,47.74306,8.99898\n6351,1646327485,47.74306,8.99898\n6352,1646327486,47.74306,8.99898\n6353,1646327487,47.74306,8.99898\n6354,1646327488,47.74306,8.99898\n6355,1646327489,47.74306,8.99898\n6356,1646327490,47.74306,8.99898\n6357,1646327491,47.74306,8.99898\n6358,1646327492,47.74306,8.99898\n6359,1646327493,47.74306,8.99898\n6360,1646327494,47.74306,8.99898\n6361,1646327495,47.74306,8.99898\n6362,1646327496,47.74306,8.99898\n6363,1646327497,47.74306,8.99898\n6364,1646327498,47.74306,8.99898\n6365,1646327499,47.74306,8.99898\n6366,1646327500,47.74306,8.99898\n6367,1646327501,47.74306,8.99898\n6368,1646327502,47.74306,8.99898\n6369,1646327503,47.74306,8.99898\n6370,1646327504,47.74306,8.99898\n6371,1646327505,47.74306,8.99898\n6372,1646327506,47.74306,8.99898\n6373,1646327507,47.74306,8.99898\n6374,1646327508,47.74306,8.99898\n6375,1646327509,47.74306,8.99898\n6376,1646327510,47.74306,8.99898\n6377,1646327511,47.74306,8.99898\n6378,1646327512,47.74306,8.99898\n6379,1646327513,47.74306,8.99898\n6380,1646327514,47.74306,8.99898\n6381,1646327515,47.74306,8.99898\n6382,1646327516,47.74306,8.99898\n6383,1646327517,47.74306,8.99898\n6384,1646327518,47.74306,8.99898\n6385,1646327519,47.74306,8.99898\n6386,1646327520,47.74306,8.99898\n6387,1646327521,47.74306,8.99898\n6388,1646327522,47.74306,8.99898\n6389,1646327523,47.74306,8.99898\n6390,1646327524,47.74306,8.99898\n6391,1646327525,47.74306,8.99898\n6392,1646327526,47.74306,8.99898\n6393,1646327527,47.74306,8.99898\n6394,1646327528,47.74306,8.99898\n6395,1646327529,47.74306,8.99898\n6396,1646327530,47.74306,8.99898\n6397,1646327531,47.74306,8.99898\n6398,1646327532,47.74306,8.99898\n6399,1646327533,47.74306,8.99898\n6400,1646327534,47.74306,8.99898\n6401,1646327535,47.74306,8.99898\n6402,1646327536,47.74306,8.99898\n6403,1646327537,47.74306,8.99898\n6404,1646327538,47.74306,8.99898\n6405,1646327539,47.74306,8.99898\n6406,1646327540,47.74306,8.99898\n6407,1646327541,47.74306,8.99898\n6408,1646327542,47.74306,8.99898\n6409,1646327543,47.74306,8.99898\n6410,1646327544,47.74306,8.99898\n6411,1646327545,47.74306,8.99898\n6412,1646327546,47.74306,8.99898\n6413,1646327547,47.74306,8.99898\n6414,1646327548,47.74306,8.99898\n6415,1646327549,47.74306,8.99898\n6416,1646327550,47.74306,8.99898\n6417,1646327551,47.74306,8.99898\n6418,1646327552,47.74306,8.99898\n6419,1646327553,47.74306,8.99898\n6420,1646327554,47.74306,8.99898\n6421,1646327555,47.74306,8.99898\n6422,1646327556,47.74306,8.99898\n6423,1646327557,47.74306,8.99898\n6424,1646327558,47.74306,8.99898\n6425,1646327559,47.74306,8.99898\n6426,1646327560,47.74306,8.99898\n6427,1646327561,47.74306,8.99898\n6428,1646327562,47.74306,8.99898\n6429,1646327563,47.74306,8.99898\n6430,1646327564,47.74306,8.99898\n6431,1646327565,47.74306,8.99898\n6432,1646327566,47.74306,8.99898\n6433,1646327567,47.74306,8.99898\n6434,1646327568,47.74306,8.99898\n6435,1646327569,47.74306,8.99898\n6436,1646327570,47.74306,8.99898\n6437,1646327571,47.74306,8.99898\n6438,1646327572,47.74306,8.99898\n6439,1646327573,47.74306,8.99898\n6440,1646327574,47.74306,8.99898\n6441,1646327575,47.74306,8.99898\n6442,1646327576,47.74306,8.99898\n6443,1646327577,47.74306,8.99898\n6444,1646327578,47.74306,8.99898\n6445,1646327579,47.74306,8.99898\n6446,1646327580,47.74306,8.99898\n6447,1646327581,47.74306,8.99898\n6448,1646327582,47.74306,8.99898\n6449,1646327583,47.74306,8.99898\n6450,1646327584,47.74306,8.99898\n6451,1646327585,47.74306,8.99898\n6452,1646327586,47.74306,8.99898\n6453,1646327587,47.74306,8.99898\n6454,1646327588,47.74306,8.99898\n6455,1646327589,47.74306,8.99898\n6456,1646327590,47.74306,8.99898\n6457,1646327591,47.74306,8.99898\n6458,1646327592,47.74306,8.99898\n6459,1646327593,47.74306,8.99898\n6460,1646327594,47.74306,8.99898\n6461,1646327595,47.74306,8.99898\n6462,1646327596,47.74306,8.99898\n6463,1646327597,47.74306,8.99898\n6464,1646327598,47.74306,8.99898\n6465,1646327599,47.74306,8.99898\n6466,1646327600,47.74306,8.99898\n6467,1646327601,47.74306,8.99898\n6468,1646327602,47.74306,8.99898\n6469,1646327603,47.74306,8.99898\n6470,1646327604,47.74306,8.99898\n6471,1646327605,47.74306,8.99898\n6472,1646327606,47.74306,8.99898\n6473,1646327607,47.74306,8.99898\n6474,1646327608,47.74306,8.99898\n6475,1646327609,47.74306,8.99898\n6476,1646327610,47.74306,8.99898\n6477,1646327611,47.74306,8.99898\n6478,1646327612,47.74306,8.99898\n6479,1646327613,47.74306,8.99898\n6480,1646327614,47.74306,8.99898\n6481,1646327615,47.74306,8.99898\n6482,1646327616,47.74306,8.99898\n6483,1646327617,47.74306,8.99898\n6484,1646327618,47.74306,8.99898\n6485,1646327619,47.74306,8.99898\n6486,1646327620,47.74306,8.99898\n6487,1646327621,47.74306,8.99898\n6488,1646327622,47.74306,8.99898\n6489,1646327623,47.74306,8.99898\n6490,1646327624,47.74306,8.99898\n6491,1646327625,47.74306,8.99898\n6492,1646327626,47.74306,8.99898\n6493,1646327627,47.74306,8.99898\n6494,1646327628,47.74306,8.99898\n6495,1646327629,47.74306,8.99898\n6496,1646327630,47.74306,8.99898\n6497,1646327631,47.74306,8.99898\n6498,1646327632,47.74306,8.99898\n6499,1646327633,47.74306,8.99898\n6500,1646327634,47.74306,8.99898\n6501,1646327635,47.74306,8.99898\n6502,1646327636,47.74306,8.99898\n6503,1646327637,47.74306,8.99897\n6504,1646327638,47.74306,8.99897\n6505,1646327639,47.74306,8.99897\n6506,1646327640,47.74306,8.99897\n6507,1646327641,47.74306,8.99897\n6508,1646327642,47.74306,8.99897\n6509,1646327643,47.74306,8.99897\n6510,1646327644,47.74306,8.99897\n6511,1646327645,47.74306,8.99897\n6512,1646327646,47.74306,8.99897\n6513,1646327647,47.74306,8.99897\n6514,1646327648,47.74306,8.99897\n6515,1646327649,47.74306,8.99897\n6516,1646327650,47.74306,8.99897\n6517,1646327651,47.74306,8.99897\n6518,1646327652,47.74306,8.99897\n6519,1646327653,47.74306,8.99897\n6520,1646327654,47.74306,8.99897\n6521,1646327655,47.74306,8.99897\n6522,1646327656,47.74306,8.99897\n6523,1646327657,47.74306,8.99897\n6524,1646327658,47.74306,8.99897\n6525,1646327659,47.74306,8.99897\n6526,1646327660,47.74306,8.99897\n6527,1646327661,47.74306,8.99897\n6528,1646327662,47.74306,8.99897\n6529,1646327663,47.74306,8.99897\n6530,1646327664,47.74306,8.99897\n6531,1646327665,47.74306,8.99897\n6532,1646327666,47.74306,8.99897\n6533,1646327667,47.74306,8.99897\n6534,1646327668,47.74306,8.99897\n6535,1646327669,47.74306,8.99897\n6536,1646327670,47.74306,8.99897\n6537,1646327671,47.74306,8.99897\n6538,1646327672,47.74306,8.99897\n6539,1646327673,47.74306,8.99897\n6540,1646327674,47.74306,8.99897\n6541,1646327675,47.74306,8.99897\n6542,1646327676,47.74306,8.99897\n6543,1646327677,47.74306,8.99897\n6544,1646327678,47.74306,8.99897\n6545,1646327679,47.74306,8.99897\n6546,1646327680,47.74306,8.99897\n6547,1646327681,47.74306,8.99897\n6548,1646327682,47.74306,8.99897\n6549,1646327683,47.74306,8.99897\n6550,1646327684,47.74306,8.99897\n6551,1646327685,47.74306,8.99897\n6552,1646327686,47.74306,8.99897\n6553,1646327687,47.74306,8.99897\n6554,1646327688,47.74306,8.99897\n6555,1646327689,47.74306,8.99897\n6556,1646327690,47.74306,8.99897\n6557,1646327691,47.74306,8.99897\n6558,1646327692,47.74306,8.99897\n6559,1646327693,47.74306,8.99897\n6560,1646327694,47.74306,8.99897\n6561,1646327695,47.74306,8.99897\n6562,1646327696,47.74306,8.99897\n6563,1646327697,47.74306,8.99897\n6564,1646327698,47.74306,8.99897\n6565,1646327699,47.74306,8.99897\n6566,1646327700,47.74306,8.99897\n6567,1646327701,47.74306,8.99897\n6568,1646327702,47.74306,8.99897\n6569,1646327703,47.74306,8.99897\n6570,1646327704,47.74306,8.99897\n6571,1646327705,47.74306,8.99897\n6572,1646327706,47.74306,8.99897\n6573,1646327707,47.74306,8.99897\n6574,1646327708,47.74306,8.99897\n6575,1646327709,47.74306,8.99897\n6576,1646327710,47.74306,8.99897\n6577,1646327711,47.74306,8.99897\n6578,1646327712,47.74306,8.99897\n6579,1646327713,47.74306,8.99897\n6580,1646327714,47.74306,8.99897\n6581,1646327715,47.74306,8.99897\n6582,1646327716,47.74306,8.99897\n6583,1646327717,47.74306,8.99897\n6584,1646327718,47.74306,8.99897\n6585,1646327719,47.74306,8.99897\n6586,1646327720,47.74306,8.99897\n6587,1646327721,47.74306,8.99897\n6588,1646327722,47.74306,8.99897\n6589,1646327723,47.74306,8.99897\n6590,1646327724,47.74306,8.99897\n6591,1646327725,47.74306,8.99897\n6592,1646327726,47.74306,8.99897\n6593,1646327727,47.74306,8.99897\n6594,1646327728,47.74306,8.99897\n6595,1646327729,47.74306,8.99897\n6596,1646327730,47.74306,8.99897\n6597,1646327731,47.74306,8.99897\n6598,1646327732,47.74306,8.99897\n6599,1646327733,47.74306,8.99897\n6600,1646327734,47.74306,8.99897\n6601,1646327735,47.74306,8.99897\n6602,1646327736,47.74306,8.99897\n6603,1646327737,47.74306,8.99897\n6604,1646327738,47.74306,8.99897\n6605,1646327739,47.74306,8.99897\n6606,1646327740,47.74306,8.99897\n6607,1646327741,47.74306,8.99898\n6608,1646327742,47.74306,8.99898\n6609,1646327743,47.74306,8.99898\n6610,1646327744,47.74306,8.99898\n6611,1646327745,47.74306,8.99898\n6612,1646327746,47.74306,8.99898\n6613,1646327747,47.74306,8.99898\n6614,1646327748,47.74306,8.99898\n6615,1646327749,47.74306,8.99898\n6616,1646327750,47.74306,8.99898\n6617,1646327751,47.74306,8.99898\n6618,1646327752,47.74306,8.99898\n6619,1646327753,47.74306,8.99898\n6620,1646327754,47.74306,8.99898\n6621,1646327755,47.74306,8.99898\n6622,1646327756,47.74306,8.99898\n6623,1646327757,47.74306,8.99898\n6624,1646327758,47.74306,8.99898\n6625,1646327759,47.74306,8.99898\n6626,1646327760,47.74306,8.99898\n6627,1646327761,47.74306,8.99898\n6628,1646327762,47.74306,8.99898\n6629,1646327763,47.74306,8.99898\n6630,1646327764,47.74306,8.99898\n6631,1646327765,47.74306,8.99898\n6632,1646327766,47.74306,8.99898\n6633,1646327767,47.74306,8.99898\n6634,1646327768,47.74306,8.99898\n6635,1646327769,47.74306,8.99898\n6636,1646327770,47.74306,8.99898\n6637,1646327771,47.74306,8.99898\n6638,1646327772,47.74306,8.99898\n6639,1646327773,47.74306,8.99898\n6640,1646327774,47.74306,8.99898\n6641,1646327775,47.74306,8.99898\n6642,1646327776,47.74306,8.99898\n6643,1646327777,47.74306,8.99898\n6644,1646327778,47.74306,8.99898\n6645,1646327779,47.74306,8.99898\n6646,1646327780,47.74306,8.99898\n6647,1646327781,47.74306,8.99898\n6648,1646327782,47.74306,8.99898\n6649,1646327783,47.74306,8.99898\n6650,1646327784,47.74306,8.99898\n6651,1646327785,47.74307,8.99898\n6652,1646327786,47.74307,8.99898\n6653,1646327787,47.74307,8.99898\n6654,1646327788,47.74307,8.99898\n6655,1646327789,47.74307,8.99898\n6656,1646327790,47.74307,8.99898\n6657,1646327791,47.74307,8.99898\n6658,1646327792,47.74307,8.99898\n6659,1646327793,47.74307,8.99898\n6660,1646327794,47.74307,8.99898\n6661,1646327795,47.74307,8.99898\n6662,1646327796,47.74307,8.99898\n6663,1646327797,47.74307,8.99898\n6664,1646327798,47.74307,8.99898\n6665,1646327799,47.74307,8.99898\n6666,1646327800,47.74307,8.99898\n6667,1646327801,47.74307,8.99898\n6668,1646327802,47.74307,8.99898\n6669,1646327803,47.74307,8.99898\n6670,1646327804,47.74307,8.99898\n6671,1646327805,47.74307,8.99898\n6672,1646327806,47.74307,8.99898\n6673,1646327807,47.74307,8.99898\n6674,1646327808,47.74307,8.99898\n6675,1646327809,47.74307,8.99898\n6676,1646327810,47.74307,8.99898\n6677,1646327811,47.74307,8.99898\n6678,1646327812,47.74307,8.99898\n6679,1646327813,47.74307,8.99898\n6680,1646327814,47.74307,8.99898\n6681,1646327815,47.74307,8.99898\n6682,1646327816,47.74307,8.99898\n6683,1646327817,47.74307,8.99898\n6684,1646327818,47.74307,8.99898\n6685,1646327819,47.74307,8.99898\n6686,1646327820,47.74307,8.99898\n6687,1646327821,47.74307,8.99898\n6688,1646327822,47.74307,8.99898\n6689,1646327823,47.74307,8.99898\n6690,1646327824,47.74307,8.99898\n6691,1646327825,47.74307,8.99898\n6692,1646327826,47.74307,8.99898\n6693,1646327827,47.74307,8.99898\n6694,1646327828,47.74307,8.99898\n6695,1646327829,47.74307,8.99898\n6696,1646327830,47.74307,8.99898\n6697,1646327831,47.74307,8.99898\n6698,1646327832,47.74307,8.99898\n6699,1646327833,47.74307,8.99898\n6700,1646327834,47.74307,8.99898\n6701,1646327835,47.74307,8.99898\n6702,1646327836,47.74307,8.99898\n6703,1646327837,47.74307,8.99898\n6704,1646327838,47.74307,8.99898\n6705,1646327839,47.74307,8.99898\n6706,1646327840,47.74307,8.99898\n6707,1646327841,47.74307,8.99898\n6708,1646327842,47.74307,8.99898\n6709,1646327843,47.74307,8.99898\n6710,1646327844,47.74307,8.99898\n6711,1646327845,47.74307,8.99898\n6712,1646327846,47.74307,8.99898\n6713,1646327847,47.74307,8.99898\n6714,1646327848,47.74307,8.99898\n6715,1646327849,47.74307,8.99898\n6716,1646327850,47.74307,8.99898\n6717,1646327851,47.74307,8.99898\n6718,1646327852,47.74307,8.99898\n6719,1646327853,47.74307,8.99898\n6720,1646327854,47.74307,8.99898\n6721,1646327855,47.74307,8.99898\n6722,1646327856,47.74307,8.99898\n6723,1646327857,47.74307,8.99898\n6724,1646327858,47.74307,8.99898\n6725,1646327859,47.74307,8.99898\n6726,1646327860,47.74307,8.99898\n6727,1646327861,47.74307,8.99898\n6728,1646327862,47.74307,8.99898\n6729,1646327863,47.74307,8.99898\n6730,1646327864,47.74307,8.99898\n6731,1646327865,47.74307,8.99898\n6732,1646327866,47.74307,8.99898\n6733,1646327867,47.74307,8.99898\n6734,1646327868,47.74307,8.99898\n6735,1646327869,47.74307,8.99898\n6736,1646327870,47.74307,8.99898\n6737,1646327871,47.74307,8.99898\n6738,1646327872,47.74307,8.99898\n6739,1646327873,47.74307,8.99898\n6740,1646327874,47.74307,8.99898\n6741,1646327875,47.74307,8.99898\n6742,1646327876,47.74307,8.99898\n6743,1646327877,47.74307,8.99898\n6744,1646327878,47.74307,8.99898\n6745,1646327879,47.74307,8.99898\n6746,1646327880,47.74307,8.99898\n6747,1646327881,47.74307,8.99898\n6748,1646327882,47.74307,8.99898\n6749,1646327883,47.74307,8.99898\n6750,1646327884,47.74307,8.99898\n6751,1646327885,47.74307,8.99898\n6752,1646327886,47.74307,8.99898\n6753,1646327887,47.74307,8.99898\n6754,1646327888,47.74307,8.99898\n6755,1646327889,47.74307,8.99898\n6756,1646327890,47.74307,8.99898\n6757,1646327891,47.74307,8.99898\n6758,1646327892,47.74307,8.99898\n6759,1646327893,47.74307,8.99898\n6760,1646327894,47.74307,8.99898\n6761,1646327895,47.74307,8.99898\n6762,1646327896,47.74307,8.99898\n6763,1646327897,47.74307,8.99898\n6764,1646327898,47.74307,8.99898\n6765,1646327899,47.74307,8.99898\n6766,1646327900,47.74307,8.99898\n6767,1646327901,47.74307,8.99898\n6768,1646327902,47.74307,8.99898\n6769,1646327903,47.74307,8.99898\n6770,1646327904,47.74307,8.99898\n6771,1646327905,47.74307,8.99898\n6772,1646327906,47.74307,8.99898\n6773,1646327907,47.74307,8.99898\n6774,1646327908,47.74307,8.99898\n6775,1646327909,47.74307,8.99898\n6776,1646327910,47.74307,8.99898\n6777,1646327911,47.74307,8.99898\n6778,1646327912,47.74307,8.99898\n6779,1646327913,47.74307,8.99898\n6780,1646327914,47.74307,8.99898\n6781,1646327915,47.74307,8.99898\n6782,1646327916,47.74307,8.99898\n6783,1646327917,47.74307,8.99898\n6784,1646327918,47.74307,8.99898\n6785,1646327919,47.74307,8.99898\n6786,1646327920,47.74307,8.99898\n6787,1646327921,47.74307,8.99898\n6788,1646327922,47.74307,8.99898\n6789,1646327923,47.74307,8.99898\n6790,1646327924,47.74307,8.99898\n6791,1646327925,47.74307,8.99898\n6792,1646327926,47.74307,8.99898\n6793,1646327927,47.74307,8.99898\n6794,1646327928,47.74307,8.99898\n6795,1646327929,47.74307,8.99898\n6796,1646327930,47.74307,8.99898\n6797,1646327931,47.74307,8.99898\n6798,1646327932,47.74307,8.99898\n6799,1646327933,47.74307,8.99898\n6800,1646327934,47.74307,8.99898\n6801,1646327935,47.74307,8.99898\n6802,1646327936,47.74307,8.99898\n6803,1646327937,47.74307,8.99898\n6804,1646327938,47.74307,8.99898\n6805,1646327939,47.74307,8.99898\n6806,1646327940,47.74307,8.99898\n6807,1646327941,47.74307,8.99898\n6808,1646327942,47.74307,8.99898\n6809,1646327943,47.74307,8.99898\n6810,1646327944,47.74307,8.99898\n6811,1646327945,47.74307,8.99898\n6812,1646327946,47.74307,8.99898\n6813,1646327947,47.74307,8.99898\n6814,1646327948,47.74307,8.99898\n6815,1646327949,47.74307,8.99898\n6816,1646327950,47.74307,8.99898\n6817,1646327951,47.74307,8.99898\n6818,1646327952,47.74307,8.99898\n6819,1646327953,47.74307,8.99898\n6820,1646327954,47.74307,8.99898\n6821,1646327955,47.74307,8.99898\n6822,1646327956,47.74307,8.99898\n6823,1646327957,47.74307,8.99898\n6824,1646327958,47.74307,8.99898\n6825,1646327959,47.74307,8.99898\n6826,1646327960,47.74307,8.99898\n6827,1646327961,47.74307,8.99898\n6828,1646327962,47.74307,8.99898\n6829,1646327963,47.74307,8.99898\n6830,1646327964,47.74307,8.99898\n6831,1646327965,47.74307,8.99898\n6832,1646327966,47.74307,8.99898\n6833,1646327967,47.74307,8.99898\n6834,1646327968,47.74307,8.99898\n6835,1646327969,47.74307,8.99898\n6836,1646327970,47.74307,8.99898\n6837,1646327971,47.74307,8.99898\n6838,1646327972,47.74307,8.99898\n6839,1646327973,47.74307,8.99898\n6840,1646327974,47.74307,8.99898\n6841,1646327975,47.74307,8.99898\n6842,1646327976,47.74307,8.99898\n6843,1646327977,47.74307,8.99898\n6844,1646327978,47.74307,8.99898\n6845,1646327979,47.74307,8.99898\n6846,1646327980,47.74307,8.99898\n6847,1646327981,47.74307,8.99898\n6848,1646327982,47.74307,8.99898\n6849,1646327983,47.74307,8.99898\n6850,1646327984,47.74307,8.99898\n6851,1646327985,47.74307,8.99898\n6852,1646327986,47.74307,8.99898\n6853,1646327987,47.74307,8.99898\n6854,1646327988,47.74307,8.99898\n6855,1646327989,47.74307,8.99898\n6856,1646327990,47.74307,8.99898\n6857,1646327991,47.74307,8.99898\n6858,1646327992,47.74307,8.99898\n6859,1646327993,47.74307,8.99898\n6860,1646327994,47.74307,8.99898\n6861,1646327995,47.74307,8.99898\n6862,1646327996,47.74307,8.99898\n6863,1646327997,47.74307,8.99898\n6864,1646327998,47.74307,8.99898\n6865,1646327999,47.74307,8.99898\n6866,1646328000,47.74307,8.99898\n6867,1646328001,47.74307,8.99898\n6868,1646328002,47.74307,8.99898\n6869,1646328003,47.74307,8.99898\n6870,1646328004,47.74307,8.99898\n6871,1646328005,47.74307,8.99898\n6872,1646328006,47.74307,8.99898\n6873,1646328007,47.74307,8.99898\n6874,1646328008,47.74307,8.99898\n6875,1646328009,47.74307,8.99898\n6876,1646328010,47.74307,8.99898\n6877,1646328011,47.74307,8.99898\n6878,1646328012,47.74307,8.99898\n6879,1646328013,47.74307,8.99898\n6880,1646328014,47.74307,8.99898\n6881,1646328015,47.74307,8.99898\n6882,1646328016,47.74307,8.99898\n6883,1646328017,47.74307,8.99898\n6884,1646328018,47.74307,8.99898\n6885,1646328019,47.74307,8.99898\n6886,1646328020,47.74307,8.99898\n6887,1646328021,47.74307,8.99898\n6888,1646328022,47.74307,8.99898\n6889,1646328023,47.74307,8.99898\n6890,1646328024,47.74307,8.99898\n6891,1646328025,47.74307,8.99898\n6892,1646328026,47.74307,8.99898\n6893,1646328027,47.74307,8.99898\n6894,1646328028,47.74307,8.99898\n6895,1646328029,47.74307,8.99898\n6896,1646328030,47.74307,8.99898\n6897,1646328031,47.74307,8.99898\n6898,1646328032,47.74307,8.99898\n6899,1646328033,47.74307,8.99898\n6900,1646328034,47.74307,8.99898\n6901,1646328035,47.74307,8.99898\n6902,1646328036,47.74307,8.99898\n6903,1646328037,47.74307,8.99898\n6904,1646328038,47.74307,8.99898\n6905,1646328039,47.74307,8.99898\n6906,1646328040,47.74307,8.99898\n6907,1646328041,47.74307,8.99898\n6908,1646328042,47.74307,8.99898\n6909,1646328043,47.74307,8.99898\n6910,1646328044,47.74307,8.99898\n6911,1646328045,47.74307,8.99898\n6912,1646328046,47.74307,8.99898\n6913,1646328047,47.74307,8.99898\n6914,1646328048,47.74307,8.99898\n6915,1646328049,47.74307,8.99898\n6916,1646328050,47.74307,8.99898\n6917,1646328051,47.74307,8.99898\n6918,1646328052,47.74307,8.99898\n6919,1646328053,47.74307,8.99898\n6920,1646328054,47.74307,8.99898\n6921,1646328055,47.74307,8.99898\n6922,1646328056,47.74307,8.99898\n6923,1646328057,47.74307,8.99898\n6924,1646328058,47.74307,8.99898\n6925,1646328059,47.74307,8.99898\n6926,1646328060,47.74307,8.99898\n6927,1646328061,47.74307,8.99898\n6928,1646328062,47.74307,8.99898\n6929,1646328063,47.74307,8.99898\n6930,1646328064,47.74307,8.99898\n6931,1646328065,47.74307,8.99898\n6932,1646328066,47.74307,8.99898\n6933,1646328067,47.74307,8.99898\n6934,1646328068,47.74307,8.99898\n6935,1646328069,47.74307,8.99898\n6936,1646328070,47.74307,8.99898\n6937,1646328071,47.74307,8.99898\n6938,1646328072,47.74307,8.99898\n6939,1646328073,47.74307,8.99898\n6940,1646328074,47.74307,8.99898\n6941,1646328075,47.74307,8.99898\n6942,1646328076,47.74307,8.99898\n6943,1646328077,47.74307,8.99898\n6944,1646328078,47.74307,8.99898\n6945,1646328079,47.74307,8.99898\n6946,1646328080,47.74307,8.99898\n6947,1646328081,47.74307,8.99898\n6948,1646328082,47.74307,8.99898\n6949,1646328083,47.74307,8.99898\n6950,1646328084,47.74307,8.99898\n6951,1646328085,47.74307,8.99898\n6952,1646328086,47.74307,8.99898\n6953,1646328087,47.74307,8.99898\n6954,1646328088,47.74307,8.99898\n6955,1646328089,47.74307,8.99898\n6956,1646328090,47.74307,8.99898\n6957,1646328091,47.74307,8.99898\n6958,1646328092,47.74307,8.99898\n6959,1646328093,47.74307,8.99898\n6960,1646328094,47.74307,8.99898\n6961,1646328095,47.74307,8.99898\n6962,1646328096,47.74307,8.99898\n6963,1646328097,47.74307,8.99898\n6964,1646328098,47.74307,8.99898\n6965,1646328099,47.74307,8.99898\n6966,1646328100,47.74307,8.99898\n6967,1646328101,47.74307,8.99898\n6968,1646328102,47.74307,8.99898\n6969,1646328103,47.74307,8.99898\n6970,1646328104,47.74307,8.99898\n6971,1646328105,47.74307,8.99898\n6972,1646328106,47.74307,8.99898\n6973,1646328107,47.74307,8.99898\n6974,1646328108,47.74307,8.99898\n6975,1646328109,47.74307,8.99898\n6976,1646328110,47.74307,8.99898\n6977,1646328111,47.74307,8.99898\n6978,1646328112,47.74307,8.99898\n6979,1646328113,47.74307,8.99898\n6980,1646328114,47.74307,8.99898\n6981,1646328115,47.74307,8.99898\n6982,1646328116,47.74307,8.99898\n6983,1646328117,47.74307,8.99898\n6984,1646328118,47.74307,8.99898\n6985,1646328119,47.74307,8.99898\n6986,1646328120,47.74307,8.99898\n6987,1646328121,47.74307,8.99898\n6988,1646328122,47.74307,8.99898\n6989,1646328123,47.74307,8.99898\n6990,1646328124,47.74307,8.99898\n6991,1646328125,47.74307,8.99898\n6992,1646328126,47.74307,8.99898\n6993,1646328127,47.74307,8.99898\n6994,1646328128,47.74307,8.99898\n6995,1646328129,47.74307,8.99898\n6996,1646328130,47.74307,8.99898\n6997,1646328131,47.74307,8.99898\n6998,1646328132,47.74307,8.99898\n6999,1646328133,47.74307,8.99898\n7000,1646328134,47.74307,8.99898\n7001,1646328135,47.74307,8.99898\n7002,1646328136,47.74307,8.99898\n7003,1646328137,47.74307,8.99898\n7004,1646328138,47.74307,8.99898\n7005,1646328139,47.74307,8.99898\n7006,1646328140,47.74307,8.99898\n7007,1646328141,47.74307,8.99898\n7008,1646328142,47.74307,8.99898\n7009,1646328143,47.74307,8.99898\n7010,1646328144,47.74307,8.99898\n7011,1646328145,47.74307,8.99898\n7012,1646328146,47.74307,8.99898\n7013,1646328147,47.74307,8.99898\n7014,1646328148,47.74307,8.99898\n7015,1646328149,47.74307,8.99898\n7016,1646328150,47.74307,8.99898\n7017,1646328151,47.74307,8.99898\n7018,1646328152,47.74307,8.99898\n7019,1646328153,47.74307,8.99898\n7020,1646328154,47.74307,8.99898\n7021,1646328155,47.74307,8.99898\n7022,1646328156,47.74307,8.99898\n7023,1646328157,47.74307,8.99898\n7024,1646328158,47.74307,8.99898\n7025,1646328159,47.74307,8.99898\n7026,1646328160,47.74307,8.99898\n7027,1646328161,47.74307,8.99898\n7028,1646328162,47.74307,8.99898\n7029,1646328163,47.74307,8.99898\n7030,1646328164,47.74307,8.99898\n7031,1646328165,47.74307,8.99898\n7032,1646328166,47.74307,8.99898\n7033,1646328167,47.74307,8.99898\n7034,1646328168,47.74307,8.99898\n7035,1646328169,47.74307,8.99898\n7036,1646328170,47.74307,8.99898\n7037,1646328171,47.74307,8.99898\n7038,1646328172,47.74307,8.99898\n7039,1646328173,47.74307,8.99898\n7040,1646328174,47.74307,8.99898\n7041,1646328175,47.74307,8.99898\n7042,1646328176,47.74307,8.99898\n7043,1646328177,47.74307,8.99898\n7044,1646328178,47.74307,8.99898\n7045,1646328179,47.74307,8.99898\n7046,1646328180,47.74307,8.99898\n7047,1646328181,47.74307,8.99898\n7048,1646328182,47.74307,8.99898\n7049,1646328183,47.74307,8.99898\n7050,1646328184,47.74307,8.99898\n7051,1646328185,47.74307,8.99898\n7052,1646328186,47.74307,8.99898\n7053,1646328187,47.74307,8.99898\n7054,1646328188,47.74307,8.99898\n7055,1646328189,47.74307,8.99898\n7056,1646328190,47.74307,8.99898\n7057,1646328191,47.74307,8.99898\n7058,1646328192,47.74307,8.99898\n7059,1646328193,47.74307,8.99898\n7060,1646328194,47.74307,8.99899\n7061,1646328195,47.74307,8.99899\n7062,1646328196,47.74307,8.99899\n7063,1646328197,47.74307,8.99899\n7064,1646328198,47.74307,8.99899\n7065,1646328199,47.74307,8.99899\n7066,1646328200,47.74307,8.99899\n7067,1646328201,47.74307,8.99899\n7068,1646328202,47.74307,8.99899\n7069,1646328203,47.74307,8.99899\n7070,1646328204,47.74307,8.99899\n7071,1646328205,47.74307,8.99899\n7072,1646328206,47.74307,8.99899\n7073,1646328207,47.74307,8.99899\n7074,1646328208,47.74307,8.99899\n7075,1646328209,47.74307,8.99899\n7076,1646328210,47.74307,8.99899\n7077,1646328211,47.74307,8.99899\n7078,1646328212,47.74307,8.99899\n7079,1646328213,47.74307,8.99899\n7080,1646328214,47.74307,8.99899\n7081,1646328215,47.74307,8.99899\n7082,1646328216,47.74307,8.99899\n7083,1646328217,47.74307,8.99899\n7084,1646328218,47.74307,8.99899\n7085,1646328219,47.74307,8.99899\n7086,1646328220,47.74307,8.99899\n7087,1646328221,47.74307,8.99899\n7088,1646328222,47.74307,8.99899\n7089,1646328223,47.74307,8.99899\n7090,1646328224,47.74307,8.99899\n7091,1646328225,47.74307,8.99899\n7092,1646328226,47.74307,8.99899\n7093,1646328227,47.74307,8.99899\n7094,1646328228,47.74307,8.99899\n7095,1646328229,47.74307,8.99899\n7096,1646328230,47.74307,8.99899\n7097,1646328231,47.74307,8.99899\n7098,1646328232,47.74307,8.99899\n7099,1646328233,47.74307,8.99899\n7100,1646328234,47.74307,8.99899\n7101,1646328235,47.74307,8.99899\n7102,1646328236,47.74307,8.99899\n7103,1646328237,47.74307,8.99899\n7104,1646328238,47.74307,8.99899\n7105,1646328239,47.74307,8.99899\n7106,1646328240,47.74307,8.99899\n7107,1646328241,47.74307,8.99899\n7108,1646328242,47.74307,8.99899\n7109,1646328243,47.74307,8.99899\n7110,1646328244,47.74307,8.99899\n7111,1646328245,47.74307,8.99899\n7112,1646328246,47.74307,8.99899\n7113,1646328247,47.74307,8.99899\n7114,1646328248,47.74307,8.99899\n7115,1646328249,47.74307,8.99899\n7116,1646328250,47.74307,8.99899\n7117,1646328251,47.74307,8.99899\n7118,1646328252,47.74307,8.99899\n7119,1646328253,47.74307,8.99899\n7120,1646328254,47.74307,8.99899\n7121,1646328255,47.74307,8.99899\n7122,1646328256,47.74307,8.99899\n7123,1646328257,47.74307,8.99899\n7124,1646328258,47.74307,8.99899\n7125,1646328259,47.74307,8.99899\n7126,1646328260,47.74307,8.99899\n7127,1646328261,47.74307,8.99899\n7128,1646328262,47.74307,8.99899\n7129,1646328263,47.74307,8.99899\n7130,1646328264,47.74307,8.99899\n7131,1646328265,47.74307,8.99899\n7132,1646328266,47.74307,8.99899\n7133,1646328267,47.74307,8.99899\n7134,1646328268,47.74307,8.99899\n7135,1646328269,47.74307,8.99899\n7136,1646328270,47.74307,8.99899\n7137,1646328271,47.74307,8.99899\n7138,1646328272,47.74307,8.99899\n7139,1646328273,47.74307,8.99899\n7140,1646328274,47.74307,8.99899\n7141,1646328275,47.74307,8.99899\n7142,1646328276,47.74307,8.99899\n7143,1646328277,47.74307,8.99899\n7144,1646328278,47.74307,8.99899\n7145,1646328279,47.74307,8.99899\n7146,1646328280,47.74307,8.99899\n7147,1646328281,47.74307,8.99899\n7148,1646328282,47.74307,8.99899\n7149,1646328283,47.74307,8.99899\n7150,1646328284,47.74307,8.99899\n7151,1646328285,47.74307,8.99899\n7152,1646328286,47.74307,8.99899\n7153,1646328287,47.74307,8.99899\n7154,1646328288,47.74307,8.99899\n7155,1646328289,47.74307,8.99899\n7156,1646328290,47.74307,8.99899\n7157,1646328291,47.74307,8.99899\n7158,1646328292,47.74307,8.99899\n7159,1646328293,47.74307,8.99899\n7160,1646328294,47.74307,8.99899\n7161,1646328295,47.74307,8.99899\n7162,1646328296,47.74307,8.99899\n7163,1646328297,47.74307,8.99899\n7164,1646328298,47.74307,8.99899\n7165,1646328299,47.74307,8.99899\n7166,1646328300,47.74307,8.99899\n7167,1646328301,47.74307,8.99899\n7168,1646328302,47.74307,8.99899\n7169,1646328303,47.74307,8.99899\n7170,1646328304,47.74307,8.99899\n7171,1646328305,47.74307,8.99899\n7172,1646328306,47.74307,8.99899\n7173,1646328307,47.74307,8.99899\n7174,1646328308,47.74307,8.99899\n7175,1646328309,47.74307,8.99899\n7176,1646328310,47.74307,8.99899\n7177,1646328311,47.74307,8.99899\n7178,1646328312,47.74307,8.99899\n7179,1646328313,47.74307,8.99899\n7180,1646328314,47.74307,8.99899\n7181,1646328315,47.74307,8.99899\n7182,1646328316,47.74307,8.99899\n7183,1646328317,47.74307,8.99899\n7184,1646328318,47.74307,8.99899\n7185,1646328319,47.74307,8.99899\n7186,1646328320,47.74307,8.99899\n7187,1646328321,47.74307,8.99899\n7188,1646328322,47.74307,8.99899\n7189,1646328323,47.74307,8.99899\n7190,1646328324,47.74307,8.99899\n7191,1646328325,47.74307,8.99899\n7192,1646328326,47.74307,8.99899\n7193,1646328327,47.74307,8.99899\n7194,1646328328,47.74307,8.99899\n7195,1646328329,47.74307,8.99899\n7196,1646328330,47.74307,8.99899\n7197,1646328331,47.74307,8.99899\n7198,1646328332,47.74307,8.99899\n7199,1646328333,47.74307,8.99899\n7200,1646328334,47.74307,8.99899\n7201,1646328335,47.74307,8.99899\n7202,1646328336,47.74307,8.99899\n7203,1646328337,47.74307,8.99899\n7204,1646328338,47.74307,8.99899\n7205,1646328339,47.74307,8.99899\n7206,1646328340,47.74307,8.99899\n7207,1646328341,47.74307,8.99899\n7208,1646328342,47.74307,8.99899\n7209,1646328343,47.74307,8.99899\n7210,1646328344,47.74307,8.99899\n7211,1646328345,47.74307,8.99899\n7212,1646328346,47.74307,8.99899\n7213,1646328347,47.74307,8.99899\n7214,1646328348,47.74307,8.99899\n7215,1646328349,47.74307,8.99899\n7216,1646328350,47.74307,8.99899\n7217,1646328351,47.74307,8.99899\n7218,1646328352,47.74307,8.99899\n7219,1646328353,47.74307,8.99899\n7220,1646328354,47.74307,8.99899\n7221,1646328355,47.74307,8.99899\n7222,1646328356,47.74307,8.99899\n7223,1646328357,47.74307,8.99899\n7224,1646328358,47.74307,8.99899\n7225,1646328359,47.74307,8.99899\n7226,1646328360,47.74307,8.99899\n7227,1646328361,47.74307,8.99899\n7228,1646328362,47.74307,8.99899\n7229,1646328363,47.74307,8.99899\n7230,1646328364,47.74307,8.99899\n7231,1646328365,47.74307,8.99899\n7232,1646328366,47.74307,8.99899\n7233,1646328367,47.74307,8.99899\n7234,1646328368,47.74307,8.99899\n7235,1646328369,47.74307,8.99899\n7236,1646328370,47.74307,8.99899\n7237,1646328371,47.74307,8.99899\n7238,1646328372,47.74307,8.99899\n7239,1646328373,47.74307,8.99899\n7240,1646328374,47.74307,8.99899\n7241,1646328375,47.74307,8.99899\n7242,1646328376,47.74307,8.99899\n7243,1646328377,47.74307,8.99899\n7244,1646328378,47.74307,8.99899\n7245,1646328379,47.74307,8.99899\n7246,1646328380,47.74307,8.99899\n7247,1646328381,47.74307,8.99899\n7248,1646328382,47.74307,8.99899\n7249,1646328383,47.74307,8.99899\n7250,1646328384,47.74307,8.99899\n7251,1646328385,47.74307,8.99899\n7252,1646328386,47.74307,8.99899\n7253,1646328387,47.74307,8.99899\n7254,1646328388,47.74307,8.99899\n7255,1646328389,47.74307,8.99899\n7256,1646328390,47.74307,8.99899\n7257,1646328391,47.74307,8.99899\n7258,1646328392,47.74307,8.99899\n7259,1646328393,47.74307,8.99899\n7260,1646328394,47.74307,8.99899\n7261,1646328395,47.74307,8.99899\n7262,1646328396,47.74307,8.99899\n7263,1646328397,47.74307,8.99899\n7264,1646328398,47.74307,8.99899\n7265,1646328399,47.74307,8.99899\n7266,1646328400,47.74307,8.99899\n7267,1646328401,47.74307,8.99899\n7268,1646328402,47.74307,8.99899\n7269,1646328403,47.74307,8.99899\n7270,1646328404,47.74307,8.99899\n7271,1646328405,47.74307,8.99899\n7272,1646328406,47.74307,8.99899\n7273,1646328407,47.74307,8.99899\n7274,1646328408,47.74307,8.99899\n7275,1646328409,47.74307,8.99899\n7276,1646328410,47.74307,8.99899\n7277,1646328411,47.74307,8.99899\n7278,1646328412,47.74307,8.99899\n7279,1646328413,47.74307,8.99899\n7280,1646328414,47.74307,8.99899\n7281,1646328415,47.74307,8.99899\n7282,1646328416,47.74307,8.99899\n7283,1646328417,47.74307,8.99899\n7284,1646328418,47.74307,8.99899\n7285,1646328419,47.74307,8.99899\n7286,1646328420,47.74307,8.99899\n7287,1646328421,47.74307,8.99899\n7288,1646328422,47.74307,8.99899\n7289,1646328423,47.74307,8.99899\n7290,1646328424,47.74307,8.99899\n7291,1646328425,47.74307,8.99899\n7292,1646328426,47.74307,8.99899\n7293,1646328427,47.74307,8.99899\n7294,1646328428,47.74307,8.99899\n7295,1646328429,47.74307,8.99899\n7296,1646328430,47.74307,8.99899\n7297,1646328431,47.74307,8.99899\n7298,1646328432,47.74307,8.99899\n7299,1646328433,47.74307,8.99899\n7300,1646328434,47.74307,8.99899\n7301,1646328435,47.74307,8.99899\n7302,1646328436,47.74307,8.99899\n7303,1646328437,47.74307,8.99899\n7304,1646328438,47.74307,8.99899\n7305,1646328439,47.74307,8.99899\n7306,1646328440,47.74307,8.99899\n7307,1646328441,47.74307,8.99899\n7308,1646328442,47.74307,8.99899\n7309,1646328443,47.74307,8.99899\n7310,1646328444,47.74307,8.99899\n7311,1646328445,47.74307,8.99899\n7312,1646328446,47.74307,8.99899\n7313,1646328447,47.74307,8.99899\n7314,1646328448,47.74307,8.99899\n7315,1646328449,47.74307,8.99899\n7316,1646328450,47.74307,8.99899\n7317,1646328451,47.74307,8.99899\n7318,1646328452,47.74307,8.99899\n7319,1646328453,47.74307,8.99899\n7320,1646328454,47.74307,8.99899\n7321,1646328455,47.74307,8.99899\n7322,1646328456,47.74307,8.99899\n7323,1646328457,47.74307,8.99899\n7324,1646328458,47.74307,8.99899\n7325,1646328459,47.74307,8.99899\n7326,1646328460,47.74307,8.99899\n7327,1646328461,47.74307,8.99899\n7328,1646328462,47.74307,8.99899\n7329,1646328463,47.74307,8.99899\n7330,1646328464,47.74307,8.99899\n7331,1646328465,47.74307,8.99899\n7332,1646328466,47.74307,8.99899\n7333,1646328467,47.74307,8.99899\n7334,1646328468,47.74307,8.99899\n7335,1646328469,47.74307,8.99899\n7336,1646328470,47.74307,8.99899\n7337,1646328471,47.74307,8.99899\n7338,1646328472,47.74307,8.99899\n7339,1646328473,47.74307,8.99899\n7340,1646328474,47.74307,8.99899\n7341,1646328475,47.74307,8.99899\n7342,1646328476,47.74307,8.99899\n7343,1646328477,47.74307,8.99899\n7344,1646328478,47.74307,8.99899\n7345,1646328479,47.74307,8.99899\n7346,1646328480,47.74307,8.99899\n7347,1646328481,47.74307,8.99899\n7348,1646328482,47.74307,8.99899\n7349,1646328483,47.74307,8.99899\n7350,1646328484,47.74307,8.99899\n7351,1646328485,47.74307,8.99899\n7352,1646328486,47.74307,8.99899\n7353,1646328487,47.74307,8.99899\n7354,1646328488,47.74307,8.99899\n7355,1646328489,47.74307,8.99899\n7356,1646328490,47.74307,8.99899\n7357,1646328491,47.74307,8.99899\n7358,1646328492,47.74307,8.99899\n7359,1646328493,47.74307,8.99899\n7360,1646328494,47.74307,8.99899\n7361,1646328495,47.74307,8.99899\n7362,1646328496,47.74307,8.99899\n7363,1646328497,47.74307,8.99899\n7364,1646328498,47.74307,8.99899\n7365,1646328499,47.74307,8.99899\n7366,1646328500,47.74307,8.99899\n7367,1646328501,47.74307,8.99899\n7368,1646328502,47.74307,8.99899\n7369,1646328503,47.74307,8.99899\n7370,1646328504,47.74307,8.99899\n7371,1646328505,47.74307,8.99899\n7372,1646328506,47.74307,8.99899\n7373,1646328507,47.74307,8.99899\n7374,1646328508,47.74307,8.99899\n7375,1646328509,47.74307,8.99899\n7376,1646328510,47.74307,8.99899\n7377,1646328511,47.74307,8.99899\n7378,1646328512,47.74307,8.99899\n7379,1646328513,47.74307,8.99899\n7380,1646328514,47.74307,8.99899\n7381,1646328515,47.74307,8.99899\n7382,1646328516,47.74307,8.99899\n7383,1646328517,47.74307,8.99899\n7384,1646328518,47.74307,8.99899\n7385,1646328519,47.74307,8.99899\n7386,1646328520,47.74307,8.99899\n7387,1646328521,47.74307,8.99899\n7388,1646328522,47.74307,8.99899\n7389,1646328523,47.74307,8.99899\n7390,1646328524,47.74307,8.99899\n7391,1646328525,47.74307,8.99899\n7392,1646328526,47.74307,8.99899\n7393,1646328527,47.74307,8.99899\n7394,1646328528,47.74307,8.99899\n7395,1646328529,47.74307,8.99899\n7396,1646328530,47.74307,8.99899\n7397,1646328531,47.74307,8.99899\n7398,1646328532,47.74307,8.99899\n7399,1646328533,47.74307,8.99899\n7400,1646328534,47.74307,8.99899\n7401,1646328535,47.74307,8.99899\n7402,1646328536,47.74307,8.99899\n7403,1646328537,47.74307,8.99899\n7404,1646328538,47.74307,8.99899\n7405,1646328539,47.74307,8.99899\n7406,1646328540,47.74307,8.99899\n7407,1646328541,47.74307,8.99899\n7408,1646328542,47.74307,8.99899\n7409,1646328543,47.74307,8.99899\n7410,1646328544,47.74307,8.99899\n7411,1646328545,47.74307,8.99899\n7412,1646328546,47.74307,8.99899\n7413,1646328547,47.74307,8.99899\n7414,1646328548,47.74307,8.99899\n7415,1646328549,47.74307,8.99899\n7416,1646328550,47.74307,8.99899\n7417,1646328551,47.74307,8.99899\n7418,1646328552,47.74307,8.99899\n7419,1646328553,47.74307,8.99899\n7420,1646328554,47.74307,8.99899\n7421,1646328555,47.74307,8.99899\n7422,1646328556,47.74307,8.99899\n7423,1646328557,47.74307,8.99899\n7424,1646328558,47.74307,8.99899\n7425,1646328559,47.74307,8.99899\n7426,1646328560,47.74307,8.99899\n7427,1646328561,47.74307,8.99899\n7428,1646328562,47.74307,8.99899\n7429,1646328563,47.74307,8.99899\n7430,1646328564,47.74307,8.99899\n7431,1646328565,47.74307,8.99899\n7432,1646328566,47.74307,8.99899\n7433,1646328567,47.74307,8.99899\n7434,1646328568,47.74307,8.99899\n7435,1646328569,47.74307,8.99899\n7436,1646328570,47.74307,8.99899\n7437,1646328571,47.74307,8.99899\n7438,1646328572,47.74307,8.99899\n7439,1646328573,47.74307,8.99899\n7440,1646328574,47.74307,8.99899\n7441,1646328575,47.74307,8.99899\n7442,1646328576,47.74307,8.99899\n7443,1646328577,47.74307,8.99899\n7444,1646328578,47.74307,8.99899\n7445,1646328579,47.74307,8.99899\n7446,1646328580,47.74307,8.99899\n7447,1646328581,47.74307,8.99899\n7448,1646328582,47.74307,8.99899\n7449,1646328583,47.74307,8.99899\n7450,1646328584,47.74307,8.99899\n7451,1646328585,47.74307,8.99899\n7452,1646328586,47.74307,8.99899\n7453,1646328587,47.74307,8.99899\n7454,1646328588,47.74307,8.99899\n7455,1646328589,47.74307,8.99899\n7456,1646328590,47.74307,8.99899\n7457,1646328591,47.74307,8.99899\n7458,1646328592,47.74307,8.99899\n7459,1646328593,47.74307,8.99899\n7460,1646328594,47.74307,8.99899\n7461,1646328595,47.74307,8.99899\n7462,1646328596,47.74307,8.99899\n7463,1646328597,47.74307,8.99899\n7464,1646328598,47.74307,8.99899\n7465,1646328599,47.74307,8.99899\n7466,1646328600,47.74307,8.99899\n7467,1646328601,47.74307,8.99899\n7468,1646328602,47.74307,8.99899\n7469,1646328603,47.74307,8.99899\n7470,1646328604,47.74307,8.99899\n7471,1646328605,47.74307,8.99899\n7472,1646328606,47.74307,8.99899\n7473,1646328607,47.74307,8.99899\n7474,1646328608,47.74307,8.99899\n7475,1646328609,47.74307,8.99899\n7476,1646328610,47.74307,8.99899\n7477,1646328611,47.74307,8.99899\n7478,1646328612,47.74307,8.99899\n7479,1646328613,47.74307,8.99899\n7480,1646328614,47.74307,8.99899\n7481,1646328615,47.74307,8.99899\n7482,1646328616,47.74307,8.99899\n7483,1646328617,47.74307,8.99899\n7484,1646328618,47.74307,8.99899\n7485,1646328619,47.74307,8.99899\n7486,1646328620,47.74307,8.99899\n7487,1646328621,47.74307,8.99899\n7488,1646328622,47.74307,8.99899\n7489,1646328623,47.74307,8.99899\n7490,1646328624,47.74307,8.99899\n7491,1646328625,47.74307,8.99899\n7492,1646328626,47.74307,8.99899\n7493,1646328627,47.74307,8.99899\n7494,1646328628,47.74307,8.99899\n7495,1646328629,47.74307,8.99899\n7496,1646328630,47.74307,8.99899\n7497,1646328631,47.74307,8.99899\n7498,1646328632,47.74307,8.99899\n7499,1646328633,47.74307,8.99899\n7500,1646328634,47.74307,8.99899\n7501,1646328635,47.74307,8.99899\n7502,1646328636,47.74307,8.99899\n7503,1646328637,47.74307,8.99899\n7504,1646328638,47.74307,8.99899\n7505,1646328639,47.74307,8.99899\n7506,1646328640,47.74307,8.99899\n7507,1646328641,47.74307,8.99899\n7508,1646328642,47.74307,8.99899\n7509,1646328643,47.74307,8.99899\n7510,1646328644,47.74307,8.99899\n7511,1646328645,47.74307,8.99899\n7512,1646328646,47.74307,8.99899\n7513,1646328647,47.74307,8.99899\n7514,1646328648,47.74307,8.99899\n7515,1646328649,47.74307,8.99899\n7516,1646328650,47.74307,8.99899\n7517,1646328651,47.74307,8.99899\n7518,1646328652,47.74307,8.99899\n7519,1646328653,47.74307,8.99899\n7520,1646328654,47.74307,8.99899\n7521,1646328655,47.74307,8.99899\n7522,1646328656,47.74307,8.99899\n7523,1646328657,47.74307,8.99899\n7524,1646328658,47.74307,8.99899\n7525,1646328659,47.74307,8.99899\n7526,1646328660,47.74307,8.99899\n7527,1646328661,47.74307,8.99899\n7528,1646328662,47.74307,8.99899\n7529,1646328663,47.74307,8.99899\n7530,1646328664,47.74307,8.99899\n7531,1646328665,47.74307,8.99899\n7532,1646328666,47.74307,8.99899\n7533,1646328667,47.74307,8.99899\n7534,1646328668,47.74307,8.99899\n7535,1646328669,47.74307,8.99899\n7536,1646328670,47.74307,8.99899\n7537,1646328671,47.74307,8.99899\n7538,1646328672,47.74307,8.99899\n7539,1646328673,47.74307,8.99899\n7540,1646328674,47.74307,8.99899\n7541,1646328675,47.74307,8.99899\n7542,1646328676,47.74307,8.99899\n7543,1646328677,47.74307,8.99899\n7544,1646328678,47.74307,8.99899\n7545,1646328679,47.74307,8.99899\n7546,1646328680,47.74307,8.99899\n7547,1646328681,47.74307,8.99899\n7548,1646328682,47.74307,8.99899\n7549,1646328683,47.74307,8.99899\n7550,1646328684,47.74307,8.99899\n7551,1646328685,47.74307,8.99899\n7552,1646328686,47.74307,8.99899\n7553,1646328687,47.74307,8.99899\n7554,1646328688,47.74307,8.99899\n7555,1646328689,47.74307,8.99899\n7556,1646328690,47.74307,8.99899\n7557,1646328691,47.74307,8.99899\n7558,1646328692,47.74307,8.99899\n7559,1646328693,47.74307,8.99899\n7560,1646328694,47.74307,8.99899\n7561,1646328695,47.74307,8.99899\n7562,1646328696,47.74307,8.99899\n7563,1646328697,47.74307,8.99899\n7564,1646328698,47.74307,8.99899\n7565,1646328699,47.74307,8.99899\n7566,1646328700,47.74307,8.99899\n7567,1646328701,47.74307,8.99899\n7568,1646328702,47.74307,8.99899\n7569,1646328703,47.74307,8.99899\n7570,1646328704,47.74307,8.99899\n7571,1646328705,47.74307,8.99899\n7572,1646328706,47.74307,8.99899\n7573,1646328707,47.74307,8.99899\n7574,1646328708,47.74307,8.99899\n7575,1646328709,47.74307,8.99899\n7576,1646328710,47.74307,8.99899\n7577,1646328711,47.74307,8.99899\n7578,1646328712,47.74307,8.99899\n7579,1646328713,47.74307,8.99899\n7580,1646328714,47.74307,8.99899\n7581,1646328715,47.74307,8.99899\n7582,1646328716,47.74307,8.99899\n7583,1646328717,47.74307,8.99899\n7584,1646328718,47.74307,8.99899\n7585,1646328719,47.74307,8.99899\n7586,1646328720,47.74307,8.99899\n7587,1646328721,47.74307,8.99899\n7588,1646328722,47.74307,8.99899\n7589,1646328723,47.74307,8.99899\n7590,1646328724,47.74307,8.99899\n7591,1646328725,47.74307,8.99899\n7592,1646328726,47.74307,8.99899\n7593,1646328727,47.74307,8.99899\n7594,1646328728,47.74307,8.99899\n7595,1646328729,47.74307,8.99899\n7596,1646328730,47.74307,8.99899\n7597,1646328731,47.74307,8.99899\n7598,1646328732,47.74307,8.99899\n7599,1646328733,47.74307,8.99899\n7600,1646328734,47.74307,8.99899\n7601,1646328735,47.74307,8.99899\n7602,1646328736,47.74307,8.99899\n7603,1646328737,47.74307,8.99899\n7604,1646328738,47.74307,8.99899\n7605,1646328739,47.74307,8.99899\n7606,1646328740,47.74307,8.99899\n7607,1646328741,47.74307,8.99899\n7608,1646328742,47.74307,8.99899\n7609,1646328743,47.74307,8.99899\n7610,1646328744,47.74307,8.99899\n7611,1646328745,47.74307,8.99899\n7612,1646328746,47.74307,8.99899\n7613,1646328747,47.74307,8.99899\n7614,1646328748,47.74307,8.99899\n7615,1646328749,47.74307,8.99899\n7616,1646328750,47.74307,8.99899\n7617,1646328751,47.74307,8.99899\n7618,1646328752,47.74307,8.99899\n7619,1646328753,47.74307,8.99899\n7620,1646328754,47.74307,8.99899\n7621,1646328755,47.74307,8.99899\n7622,1646328756,47.74307,8.99899\n7623,1646328757,47.74307,8.99899\n7624,1646328758,47.74307,8.99899\n7625,1646328759,47.74307,8.99899\n7626,1646328760,47.74307,8.99899\n7627,1646328761,47.74307,8.99899\n7628,1646328762,47.74307,8.99899\n7629,1646328763,47.74307,8.99899\n7630,1646328764,47.74307,8.99899\n7631,1646328765,47.74307,8.99899\n7632,1646328766,47.74307,8.99899\n7633,1646328767,47.74307,8.99899\n7634,1646328768,47.74307,8.99899\n7635,1646328769,47.74307,8.99899\n7636,1646328770,47.74307,8.99899\n7637,1646328771,47.74307,8.99899\n7638,1646328772,47.74307,8.99899\n7639,1646328773,47.74307,8.99899\n7640,1646328774,47.74307,8.99899\n7641,1646328775,47.74307,8.99899\n7642,1646328776,47.74307,8.99899\n7643,1646328777,47.74307,8.99899\n7644,1646328778,47.74307,8.99899\n7645,1646328779,47.74307,8.99899\n7646,1646328780,47.74307,8.99899\n7647,1646328781,47.74307,8.99899\n7648,1646328782,47.74307,8.99899\n7649,1646328783,47.74307,8.99899\n7650,1646328784,47.74307,8.99899\n7651,1646328785,47.74307,8.99899\n7652,1646328786,47.74307,8.99899\n7653,1646328787,47.74307,8.99899\n7654,1646328788,47.74307,8.99899\n7655,1646328789,47.74307,8.99899\n7656,1646328790,47.74307,8.99899\n7657,1646328791,47.74307,8.99899\n7658,1646328792,47.74307,8.99899\n7659,1646328793,47.74307,8.99899\n7660,1646328794,47.74307,8.99899\n7661,1646328795,47.74307,8.99899\n7662,1646328796,47.74307,8.99899\n7663,1646328797,47.74307,8.99899\n7664,1646328798,47.74307,8.99899\n7665,1646328799,47.74307,8.99899\n7666,1646328800,47.74307,8.99899\n7667,1646328801,47.74307,8.99899\n7668,1646328802,47.74307,8.99899\n7669,1646328803,47.74307,8.99899\n7670,1646328804,47.74307,8.99899\n7671,1646328805,47.74307,8.99899\n7672,1646328806,47.74307,8.99899\n7673,1646328807,47.74307,8.99899\n7674,1646328808,47.74307,8.99899\n7675,1646328809,47.74307,8.99899\n7676,1646328810,47.74307,8.99899\n7677,1646328811,47.74307,8.99899\n7678,1646328812,47.74307,8.99899\n7679,1646328813,47.74307,8.99899\n7680,1646328814,47.74307,8.99899\n7681,1646328815,47.74307,8.99899\n7682,1646328816,47.74307,8.99899\n7683,1646328817,47.74307,8.99899\n7684,1646328818,47.74307,8.99899\n7685,1646328819,47.74307,8.99899\n7686,1646328820,47.74307,8.99899\n7687,1646328821,47.74307,8.99899\n7688,1646328822,47.74307,8.99899\n7689,1646328823,47.74307,8.99899\n7690,1646328824,47.74307,8.99899\n7691,1646328825,47.74307,8.99899\n7692,1646328826,47.74307,8.99899\n7693,1646328827,47.74307,8.99899\n7694,1646328828,47.74307,8.99899\n7695,1646328829,47.74307,8.99899\n7696,1646328830,47.74307,8.99899\n7697,1646328831,47.74307,8.99899\n7698,1646328832,47.74307,8.99899\n7699,1646328833,47.74307,8.99899\n7700,1646328834,47.74307,8.99899\n7701,1646328835,47.74307,8.99899\n7702,1646328836,47.74307,8.99899\n7703,1646328837,47.74307,8.99899\n7704,1646328838,47.74307,8.99899\n7705,1646328839,47.74307,8.99899\n7706,1646328840,47.74307,8.99899\n7707,1646328841,47.74307,8.99899\n7708,1646328842,47.74307,8.99899\n7709,1646328843,47.74307,8.99899\n7710,1646328844,47.74307,8.99899\n7711,1646328845,47.74307,8.99899\n7712,1646328846,47.74307,8.99899\n7713,1646328847,47.74307,8.99899\n7714,1646328848,47.74307,8.99899\n7715,1646328849,47.74307,8.99899\n7716,1646328850,47.74307,8.99899\n7717,1646328851,47.74307,8.99899\n7718,1646328852,47.74307,8.99899\n7719,1646328853,47.74307,8.99899\n7720,1646328854,47.74307,8.99899\n7721,1646328855,47.74307,8.99899\n7722,1646328856,47.74307,8.99899\n7723,1646328857,47.74307,8.99899\n7724,1646328858,47.74307,8.99899\n7725,1646328859,47.74307,8.99899\n7726,1646328860,47.74307,8.99899\n7727,1646328861,47.74307,8.99899\n7728,1646328862,47.74307,8.99899\n7729,1646328863,47.74307,8.99899\n7730,1646328864,47.74307,8.99899\n7731,1646328865,47.74307,8.99899\n7732,1646328866,47.74307,8.99899\n7733,1646328867,47.74307,8.99899\n7734,1646328868,47.74307,8.99899\n7735,1646328869,47.74307,8.99899\n7736,1646328870,47.74307,8.99899\n7737,1646328871,47.74307,8.99899\n7738,1646328872,47.74307,8.99899\n7739,1646328873,47.74307,8.99899\n7740,1646328874,47.74307,8.99899\n7741,1646328875,47.74307,8.99899\n7742,1646328876,47.74307,8.99899\n7743,1646328877,47.74307,8.99899\n7744,1646328878,47.74307,8.99899\n7745,1646328879,47.74307,8.99899\n7746,1646328880,47.74307,8.99899\n7747,1646328881,47.74307,8.99899\n7748,1646328882,47.74307,8.99899\n7749,1646328883,47.74307,8.99899\n7750,1646328884,47.74307,8.99899\n7751,1646328885,47.74307,8.99899\n7752,1646328886,47.74307,8.99899\n7753,1646328887,47.74307,8.99899\n7754,1646328888,47.74307,8.99899\n7755,1646328889,47.74307,8.99899\n7756,1646328890,47.74307,8.99899\n7757,1646328891,47.74307,8.99899\n7758,1646328892,47.74307,8.99899\n7759,1646328893,47.74307,8.99899\n7760,1646328894,47.74307,8.99899\n7761,1646328895,47.74307,8.99899\n7762,1646328896,47.74307,8.99899\n7763,1646328897,47.74307,8.99899\n7764,1646328898,47.74307,8.99899\n7765,1646328899,47.74307,8.99899\n7766,1646328900,47.74307,8.99899\n7767,1646328901,47.74307,8.99899\n7768,1646328902,47.74307,8.99899\n7769,1646328903,47.74307,8.99899\n7770,1646328904,47.74307,8.99899\n7771,1646328905,47.74307,8.99899\n7772,1646328906,47.74307,8.99899\n7773,1646328907,47.74307,8.99899\n7774,1646328908,47.74307,8.99899\n7775,1646328909,47.74307,8.99899\n7776,1646328910,47.74307,8.99899\n7777,1646328911,47.74307,8.99899\n7778,1646328912,47.74307,8.99899\n7779,1646328913,47.74307,8.99899\n7780,1646328914,47.74307,8.99899\n7781,1646328915,47.74307,8.99899\n7782,1646328916,47.74307,8.99899\n7783,1646328917,47.74307,8.99899\n7784,1646328918,47.74307,8.99899\n7785,1646328919,47.74307,8.99899\n7786,1646328920,47.74307,8.99899\n7787,1646328921,47.74307,8.99899\n7788,1646328922,47.74307,8.99899\n7789,1646328923,47.74307,8.99899\n7790,1646328924,47.74307,8.99899\n7791,1646328925,47.74307,8.99899\n7792,1646328926,47.74307,8.99899\n7793,1646328927,47.74307,8.99899\n7794,1646328928,47.74307,8.99899\n7795,1646328929,47.74307,8.99899\n7796,1646328930,47.74307,8.99899\n7797,1646328931,47.74307,8.99899\n7798,1646328932,47.74307,8.99899\n7799,1646328933,47.74307,8.99899\n7800,1646328934,47.74307,8.99899\n7801,1646328935,47.74307,8.99899\n7802,1646328936,47.74307,8.99899\n7803,1646328937,47.74307,8.99899\n7804,1646328938,47.74307,8.99899\n7805,1646328939,47.74307,8.99899\n7806,1646328940,47.74307,8.99899\n7807,1646328941,47.74307,8.99899\n7808,1646328942,47.74307,8.99899\n7809,1646328943,47.74307,8.99899\n7810,1646328944,47.74307,8.99899\n7811,1646328945,47.74307,8.99899\n7812,1646328946,47.74307,8.99899\n7813,1646328947,47.74307,8.99899\n7814,1646328948,47.74307,8.99899\n7815,1646328949,47.74307,8.99899\n7816,1646328950,47.74307,8.99899\n7817,1646328951,47.74307,8.99899\n7818,1646328952,47.74307,8.99899\n7819,1646328953,47.74307,8.99899\n7820,1646328954,47.74307,8.99899\n7821,1646328955,47.74307,8.99899\n7822,1646328956,47.74307,8.99899\n7823,1646328957,47.74307,8.99899\n7824,1646328958,47.74307,8.99899\n7825,1646328959,47.74307,8.99899\n7826,1646328960,47.74307,8.99899\n7827,1646328961,47.74307,8.99899\n7828,1646328962,47.74307,8.99899\n7829,1646328963,47.74307,8.99899\n7830,1646328964,47.74307,8.99899\n7831,1646328965,47.74307,8.99899\n7832,1646328966,47.74307,8.99899\n7833,1646328967,47.74307,8.99899\n7834,1646328968,47.74307,8.99899\n7835,1646328969,47.74307,8.99899\n7836,1646328970,47.74307,8.99899\n7837,1646328971,47.74307,8.99899\n7838,1646328972,47.74307,8.99899\n7839,1646328973,47.74307,8.99899\n7840,1646328974,47.74307,8.99899\n7841,1646328975,47.74307,8.99899\n7842,1646328976,47.74307,8.99899\n7843,1646328977,47.74307,8.99899\n7844,1646328978,47.74307,8.99899\n7845,1646328979,47.74307,8.99899\n7846,1646328980,47.74307,8.99899\n7847,1646328981,47.74307,8.99899\n7848,1646328982,47.74307,8.99899\n7849,1646328983,47.74307,8.99899\n7850,1646328984,47.74307,8.99899\n7851,1646328985,47.74307,8.99899\n7852,1646328986,47.74307,8.99899\n7853,1646328987,47.74307,8.99899\n7854,1646328988,47.74307,8.99899\n7855,1646328989,47.74307,8.99899\n7856,1646328990,47.74307,8.99899\n7857,1646328991,47.74307,8.99899\n7858,1646328992,47.74307,8.99899\n7859,1646328993,47.74307,8.99899\n7860,1646328994,47.74307,8.99899\n7861,1646328995,47.74307,8.99899\n7862,1646328996,47.74307,8.99899\n7863,1646328997,47.74307,8.99899\n7864,1646328998,47.74307,8.99899\n7865,1646328999,47.74307,8.99899\n7866,1646329000,47.74307,8.99899\n7867,1646329001,47.74307,8.99899\n7868,1646329002,47.74307,8.99899\n7869,1646329003,47.74307,8.99899\n7870,1646329004,47.74307,8.99899\n7871,1646329005,47.74307,8.99899\n7872,1646329006,47.74307,8.99899\n7873,1646329007,47.74307,8.99899\n7874,1646329008,47.74307,8.99899\n7875,1646329009,47.74307,8.99899\n7876,1646329010,47.74307,8.99899\n7877,1646329011,47.74307,8.99899\n7878,1646329012,47.74307,8.99899\n7879,1646329013,47.74307,8.99899\n7880,1646329014,47.74307,8.99899\n7881,1646329015,47.74307,8.99899\n7882,1646329016,47.74307,8.99899\n7883,1646329017,47.74307,8.99899\n7884,1646329018,47.74307,8.99899\n7885,1646329019,47.74307,8.99899\n7886,1646329020,47.74307,8.99899\n7887,1646329021,47.74307,8.99899\n7888,1646329022,47.74307,8.99899\n7889,1646329023,47.74307,8.99899\n7890,1646329024,47.74307,8.99899\n7891,1646329025,47.74307,8.99899\n7892,1646329026,47.74307,8.99899\n7893,1646329027,47.74307,8.99899\n7894,1646329028,47.74307,8.99899\n7895,1646329029,47.74307,8.99899\n7896,1646329030,47.74307,8.99899\n7897,1646329031,47.74307,8.99899\n7898,1646329032,47.74307,8.99899\n7899,1646329033,47.74307,8.99899\n7900,1646329034,47.74307,8.99899\n7901,1646329035,47.74307,8.99899\n7902,1646329036,47.74307,8.99899\n7903,1646329037,47.74307,8.99899\n7904,1646329038,47.74307,8.99899\n7905,1646329039,47.74307,8.99899\n7906,1646329040,47.74307,8.99899\n7907,1646329041,47.74307,8.99899\n7908,1646329042,47.74307,8.99899\n7909,1646329043,47.74307,8.99899\n7910,1646329044,47.74307,8.99899\n7911,1646329045,47.74307,8.99899\n7912,1646329046,47.74307,8.99899\n7913,1646329047,47.74307,8.99899\n7914,1646329048,47.74307,8.99899\n7915,1646329049,47.74307,8.99899\n7916,1646329050,47.74307,8.99899\n7917,1646329051,47.74307,8.99899\n7918,1646329052,47.74307,8.99899\n7919,1646329053,47.74307,8.99899\n7920,1646329054,47.74307,8.99899\n7921,1646329055,47.74307,8.99899\n7922,1646329056,47.74307,8.99899\n7923,1646329057,47.74307,8.99899\n7924,1646329058,47.74307,8.99899\n7925,1646329059,47.74307,8.99899\n7926,1646329060,47.74307,8.99899\n7927,1646329061,47.74307,8.99899\n7928,1646329062,47.74307,8.99899\n7929,1646329063,47.74307,8.99899\n7930,1646329064,47.74307,8.99899\n7931,1646329065,47.74307,8.99899\n7932,1646329066,47.74307,8.99899\n7933,1646329067,47.74307,8.99899\n7934,1646329068,47.74307,8.99899\n7935,1646329069,47.74307,8.99899\n7936,1646329070,47.74307,8.99899\n7937,1646329071,47.74307,8.99899\n7938,1646329072,47.74307,8.99899\n7939,1646329073,47.74307,8.99899\n7940,1646329074,47.74307,8.99899\n7941,1646329075,47.74307,8.99899\n7942,1646329076,47.74307,8.99899\n7943,1646329077,47.74307,8.99899\n7944,1646329078,47.74307,8.99899\n7945,1646329079,47.74307,8.99899\n7946,1646329080,47.74307,8.99899\n7947,1646329081,47.74307,8.99899\n7948,1646329082,47.74307,8.99899\n7949,1646329083,47.74307,8.99899\n7950,1646329084,47.74307,8.99899\n7951,1646329085,47.74307,8.99899\n7952,1646329086,47.74307,8.99899\n7953,1646329087,47.74307,8.99899\n7954,1646329088,47.74307,8.99899\n7955,1646329089,47.74307,8.99899\n7956,1646329090,47.74307,8.99899\n7957,1646329091,47.74307,8.99899\n7958,1646329092,47.74307,8.99899\n7959,1646329093,47.74307,8.99899\n7960,1646329094,47.74307,8.99899\n7961,1646329095,47.74307,8.99899\n7962,1646329096,47.74307,8.99899\n7963,1646329097,47.74307,8.99899\n7964,1646329098,47.74307,8.99899\n7965,1646329099,47.74307,8.99899\n7966,1646329100,47.74307,8.99899\n7967,1646329101,47.74307,8.99899\n7968,1646329102,47.74307,8.99899\n7969,1646329103,47.74307,8.99899\n7970,1646329104,47.74307,8.99899\n7971,1646329105,47.74307,8.99899\n7972,1646329106,47.74307,8.99899\n7973,1646329107,47.74307,8.99899\n7974,1646329108,47.74307,8.99899\n7975,1646329109,47.74307,8.99899\n7976,1646329110,47.74307,8.99899\n7977,1646329111,47.74307,8.99899\n7978,1646329112,47.74307,8.99899\n7979,1646329113,47.74307,8.99899\n7980,1646329114,47.74307,8.99899\n7981,1646329115,47.74307,8.99899\n7982,1646329116,47.74307,8.99899\n7983,1646329117,47.74307,8.99899\n7984,1646329118,47.74307,8.99899\n7985,1646329119,47.74307,8.99899\n7986,1646329120,47.74307,8.99899\n7987,1646329121,47.74307,8.99899\n7988,1646329122,47.74307,8.99899\n7989,1646329123,47.74307,8.99899\n7990,1646329124,47.74307,8.99899\n7991,1646329125,47.74307,8.99899\n7992,1646329126,47.74307,8.99899\n7993,1646329127,47.74307,8.99899\n7994,1646329128,47.74307,8.99899\n7995,1646329129,47.74307,8.99899\n7996,1646329130,47.74307,8.99899\n7997,1646329131,47.74307,8.99899\n7998,1646329132,47.74307,8.99899\n7999,1646329133,47.74307,8.99899\n8000,1646329134,47.74307,8.99899\n8001,1646329135,47.74307,8.99899\n8002,1646329136,47.74307,8.99899\n8003,1646329137,47.74307,8.99899\n8004,1646329138,47.74307,8.99899\n8005,1646329139,47.74307,8.99899\n8006,1646329140,47.74307,8.99899\n8007,1646329141,47.74307,8.99899\n8008,1646329142,47.74307,8.99899\n8009,1646329143,47.74307,8.99899\n8010,1646329144,47.74307,8.99899\n8011,1646329145,47.74307,8.99899\n8012,1646329146,47.74307,8.99899\n8013,1646329147,47.74307,8.99899\n8014,1646329148,47.74307,8.99899\n8015,1646329149,47.74307,8.99899\n8016,1646329150,47.74307,8.99899\n8017,1646329151,47.74307,8.99899\n8018,1646329152,47.74307,8.99899\n8019,1646329153,47.74307,8.99899\n8020,1646329154,47.74307,8.99899\n8021,1646329155,47.74307,8.99899\n8022,1646329156,47.74307,8.99899\n8023,1646329157,47.74307,8.99899\n8024,1646329158,47.74307,8.99899\n8025,1646329159,47.74307,8.99899\n8026,1646329160,47.74307,8.99899\n8027,1646329161,47.74307,8.99899\n8028,1646329162,47.74307,8.99899\n8029,1646329163,47.74307,8.99899\n8030,1646329164,47.74307,8.99899\n8031,1646329165,47.74307,8.99899\n8032,1646329166,47.74307,8.99899\n8033,1646329167,47.74307,8.99899\n8034,1646329168,47.74307,8.99899\n8035,1646329169,47.74307,8.99899\n8036,1646329170,47.74307,8.99899\n8037,1646329171,47.74307,8.99899\n8038,1646329172,47.74307,8.99899\n8039,1646329173,47.74307,8.99899\n8040,1646329174,47.74307,8.99899\n8041,1646329175,47.74307,8.99899\n8042,1646329176,47.74307,8.99899\n8043,1646329177,47.74307,8.99899\n8044,1646329178,47.74307,8.99899\n8045,1646329179,47.74307,8.99899\n8046,1646329180,47.74307,8.99899\n8047,1646329181,47.74307,8.99899\n8048,1646329182,47.74307,8.99899\n8049,1646329183,47.74307,8.99899\n8050,1646329184,47.74307,8.99899\n8051,1646329185,47.74307,8.99899\n8052,1646329186,47.74307,8.99899\n8053,1646329187,47.74307,8.99899\n8054,1646329188,47.74307,8.99899\n8055,1646329189,47.74307,8.99899\n8056,1646329190,47.74307,8.99899\n8057,1646329191,47.74307,8.99899\n8058,1646329192,47.74307,8.99899\n8059,1646329193,47.74307,8.99899\n8060,1646329194,47.74307,8.99899\n8061,1646329195,47.74307,8.99899\n8062,1646329196,47.74307,8.99899\n8063,1646329197,47.74307,8.99899\n8064,1646329198,47.74307,8.99899\n8065,1646329199,47.74307,8.99899\n8066,1646329200,47.74307,8.99899\n8067,1646329201,47.74307,8.99899\n8068,1646329202,47.74307,8.99899\n8069,1646329203,47.74307,8.99899\n8070,1646329204,47.74307,8.99899\n8071,1646329205,47.74307,8.99899\n8072,1646329206,47.74307,8.99899\n8073,1646329207,47.74307,8.99899\n8074,1646329208,47.74307,8.99899\n8075,1646329209,47.74307,8.99899\n8076,1646329210,47.74307,8.99899\n8077,1646329211,47.74307,8.99899\n8078,1646329212,47.74307,8.99899\n8079,1646329213,47.74307,8.99899\n8080,1646329214,47.74307,8.99899\n8081,1646329215,47.74307,8.99899\n8082,1646329216,47.74307,8.99899\n8083,1646329217,47.74307,8.99899\n8084,1646329218,47.74307,8.99899\n8085,1646329219,47.74307,8.99899\n8086,1646329220,47.74307,8.99899\n8087,1646329221,47.74307,8.99899\n8088,1646329222,47.74307,8.99899\n8089,1646329223,47.74307,8.99899\n8090,1646329224,47.74307,8.99899\n8091,1646329225,47.74307,8.99899\n8092,1646329226,47.74307,8.99899\n8093,1646329227,47.74307,8.99899\n8094,1646329228,47.74307,8.99899\n8095,1646329229,47.74307,8.99899\n8096,1646329230,47.74307,8.99899\n8097,1646329231,47.74307,8.99899\n8098,1646329232,47.74307,8.99899\n8099,1646329233,47.74307,8.99899\n8100,1646329234,47.74307,8.99899\n8101,1646329235,47.74307,8.99899\n8102,1646329236,47.74307,8.99899\n8103,1646329237,47.74307,8.99899\n8104,1646329238,47.74307,8.99899\n8105,1646329239,47.74307,8.99899\n8106,1646329240,47.74307,8.99899\n8107,1646329241,47.74307,8.99899\n8108,1646329242,47.74307,8.99899\n8109,1646329243,47.74307,8.99899\n8110,1646329244,47.74307,8.99899\n8111,1646329245,47.74307,8.99899\n8112,1646329246,47.74307,8.99899\n8113,1646329247,47.74307,8.99899\n8114,1646329248,47.74307,8.99899\n8115,1646329249,47.74307,8.99899\n8116,1646329250,47.74307,8.99899\n8117,1646329251,47.74307,8.99899\n8118,1646329252,47.74307,8.99899\n8119,1646329253,47.74307,8.99899\n8120,1646329254,47.74307,8.99899\n8121,1646329255,47.74307,8.99899\n8122,1646329256,47.74307,8.99899\n8123,1646329257,47.74307,8.99899\n8124,1646329258,47.74307,8.99899\n8125,1646329259,47.74307,8.99899\n8126,1646329260,47.74307,8.99899\n8127,1646329261,47.74307,8.99899\n8128,1646329262,47.74307,8.99899\n8129,1646329263,47.74307,8.99899\n8130,1646329264,47.74307,8.99899\n8131,1646329265,47.74307,8.99899\n8132,1646329266,47.74307,8.99899\n8133,1646329267,47.74307,8.99899\n8134,1646329268,47.74307,8.99899\n8135,1646329269,47.74307,8.99899\n8136,1646329270,47.74307,8.99899\n8137,1646329271,47.74307,8.99899\n8138,1646329272,47.74307,8.99899\n8139,1646329273,47.74307,8.99899\n8140,1646329274,47.74307,8.99899\n8141,1646329275,47.74307,8.99899\n8142,1646329276,47.74307,8.99899\n8143,1646329277,47.74307,8.99899\n8144,1646329278,47.74307,8.99899\n8145,1646329279,47.74307,8.99899\n8146,1646329280,47.74307,8.99899\n8147,1646329281,47.74307,8.99899\n8148,1646329282,47.74307,8.99899\n8149,1646329283,47.74307,8.99899\n8150,1646329284,47.74307,8.99899\n8151,1646329285,47.74307,8.99899\n8152,1646329286,47.74307,8.99899\n8153,1646329287,47.74307,8.99899\n8154,1646329288,47.74307,8.99899\n8155,1646329289,47.74307,8.99899\n8156,1646329290,47.74307,8.99899\n8157,1646329291,47.74307,8.99899\n8158,1646329292,47.74307,8.99899\n8159,1646329293,47.74307,8.99899\n8160,1646329294,47.74307,8.99899\n8161,1646329295,47.74307,8.99899\n8162,1646329296,47.74307,8.99899\n8163,1646329297,47.74307,8.99899\n8164,1646329298,47.74307,8.99899\n8165,1646329299,47.74307,8.99899\n8166,1646329300,47.74307,8.99899\n8167,1646329301,47.74307,8.99899\n8168,1646329302,47.74307,8.99899\n8169,1646329303,47.74307,8.99899\n8170,1646329304,47.74307,8.99899\n8171,1646329305,47.74307,8.99899\n8172,1646329306,47.74307,8.99899\n8173,1646329307,47.74307,8.99899\n8174,1646329308,47.74307,8.99899\n8175,1646329309,47.74307,8.99899\n8176,1646329310,47.74307,8.99899\n8177,1646329311,47.74307,8.99899\n8178,1646329312,47.74307,8.99899\n8179,1646329313,47.74307,8.99899\n8180,1646329314,47.74307,8.99899\n8181,1646329315,47.74307,8.99899\n8182,1646329316,47.74307,8.99899\n8183,1646329317,47.74307,8.99899\n8184,1646329318,47.74307,8.99899\n8185,1646329319,47.74307,8.99899\n8186,1646329320,47.74307,8.99899\n8187,1646329321,47.74307,8.99899\n8188,1646329322,47.74307,8.99899\n8189,1646329323,47.74307,8.99899\n8190,1646329324,47.74307,8.99899\n8191,1646329325,47.74307,8.99899\n8192,1646329326,47.74307,8.99899\n8193,1646329327,47.74307,8.99899\n8194,1646329328,47.74307,8.99899\n8195,1646329329,47.74307,8.99899\n8196,1646329330,47.74307,8.99899\n8197,1646329331,47.74307,8.99899\n8198,1646329332,47.74307,8.99899\n8199,1646329333,47.74307,8.99899\n8200,1646329334,47.74307,8.99899\n8201,1646329335,47.74307,8.99899\n8202,1646329336,47.74307,8.99899\n8203,1646329337,47.74307,8.99899\n8204,1646329338,47.74307,8.99899\n8205,1646329339,47.74307,8.99899\n8206,1646329340,47.74307,8.99899\n8207,1646329341,47.74307,8.99899\n8208,1646329342,47.74307,8.99899\n8209,1646329343,47.74307,8.99899\n8210,1646329344,47.74307,8.99899\n8211,1646329345,47.74307,8.99899\n8212,1646329346,47.74307,8.99899\n8213,1646329347,47.74307,8.99899\n8214,1646329348,47.74307,8.99899\n8215,1646329349,47.74307,8.99899\n8216,1646329350,47.74307,8.99899\n8217,1646329351,47.74307,8.99899\n8218,1646329352,47.74307,8.99899\n8219,1646329353,47.74307,8.99899\n8220,1646329354,47.74307,8.99899\n8221,1646329355,47.74307,8.99899\n8222,1646329356,47.74307,8.99899\n8223,1646329357,47.74307,8.99899\n8224,1646329358,47.74307,8.99899\n8225,1646329359,47.74307,8.99899\n8226,1646329360,47.74307,8.99899\n8227,1646329361,47.74307,8.99899\n8228,1646329362,47.74307,8.99899\n8229,1646329363,47.74307,8.99899\n8230,1646329364,47.74307,8.99899\n8231,1646329365,47.74307,8.99899\n8232,1646329366,47.74307,8.99899\n8233,1646329367,47.74307,8.99899\n8234,1646329368,47.74307,8.99899\n8235,1646329369,47.74307,8.99899\n8236,1646329370,47.74307,8.99899\n8237,1646329371,47.74307,8.99899\n8238,1646329372,47.74307,8.99899\n8239,1646329373,47.74307,8.99899\n8240,1646329374,47.74307,8.99899\n8241,1646329375,47.74307,8.99899\n8242,1646329376,47.74307,8.99899\n8243,1646329377,47.74307,8.99899\n8244,1646329378,47.74307,8.99899\n8245,1646329379,47.74307,8.99899\n8246,1646329380,47.74307,8.99899\n8247,1646329381,47.74307,8.99899\n8248,1646329382,47.74307,8.99899\n8249,1646329383,47.74307,8.99899\n8250,1646329384,47.74307,8.99899\n8251,1646329385,47.74307,8.99899\n8252,1646329386,47.74307,8.99899\n8253,1646329387,47.74307,8.99899\n8254,1646329388,47.74307,8.99899\n8255,1646329389,47.74307,8.99899\n8256,1646329390,47.74307,8.99899\n8257,1646329391,47.74307,8.99899\n8258,1646329392,47.74307,8.99899\n8259,1646329393,47.74307,8.99899\n8260,1646329394,47.74307,8.99899\n8261,1646329395,47.74307,8.99899\n8262,1646329396,47.74307,8.99899\n8263,1646329397,47.74307,8.99899\n8264,1646329398,47.74307,8.99899\n8265,1646329399,47.74307,8.99899\n8266,1646329400,47.74307,8.99899\n8267,1646329401,47.74307,8.99899\n8268,1646329402,47.74307,8.99899\n8269,1646329403,47.74307,8.99899\n8270,1646329404,47.74307,8.99899\n8271,1646329405,47.74307,8.99899\n8272,1646329406,47.74307,8.99899\n8273,1646329407,47.74307,8.99899\n8274,1646329408,47.74307,8.99899\n8275,1646329409,47.74307,8.99899\n8276,1646329410,47.74307,8.99899\n8277,1646329411,47.74307,8.99899\n8278,1646329412,47.74307,8.99899\n8279,1646329413,47.74307,8.99899\n8280,1646329414,47.74307,8.99899\n8281,1646329415,47.74307,8.99899\n8282,1646329416,47.74307,8.99899\n8283,1646329417,47.74307,8.99899\n8284,1646329418,47.74307,8.99899\n8285,1646329419,47.74307,8.99899\n8286,1646329420,47.74307,8.99899\n8287,1646329421,47.74307,8.99899\n8288,1646329422,47.74307,8.99899\n8289,1646329423,47.74307,8.99899\n8290,1646329424,47.74307,8.99899\n8291,1646329425,47.74307,8.99899\n8292,1646329426,47.74307,8.99899\n8293,1646329427,47.74307,8.99899\n8294,1646329428,47.74307,8.99899\n8295,1646329429,47.74307,8.99899\n8296,1646329430,47.74307,8.99899\n8297,1646329431,47.74307,8.99899\n8298,1646329432,47.74307,8.99899\n8299,1646329433,47.74307,8.99899\n8300,1646329434,47.74307,8.99899\n8301,1646329435,47.74307,8.99899\n8302,1646329436,47.74307,8.99899\n8303,1646329437,47.74307,8.99899\n8304,1646329438,47.74307,8.99899\n8305,1646329439,47.74307,8.99899\n8306,1646329440,47.74307,8.99899\n8307,1646329441,47.74307,8.99899\n8308,1646329442,47.74307,8.99899\n8309,1646329443,47.74307,8.99899\n8310,1646329444,47.74307,8.99899\n8311,1646329445,47.74307,8.99899\n8312,1646329446,47.74307,8.99899\n8313,1646329447,47.74307,8.99899\n8314,1646329448,47.74307,8.99899\n8315,1646329449,47.74307,8.99899\n8316,1646329450,47.74307,8.99899\n8317,1646329451,47.74307,8.99899\n8318,1646329452,47.74307,8.99899\n8319,1646329453,47.74307,8.99899\n8320,1646329454,47.74307,8.99899\n8321,1646329455,47.74307,8.99899\n8322,1646329456,47.74307,8.99899\n8323,1646329457,47.74307,8.99899\n8324,1646329458,47.74307,8.99899\n8325,1646329459,47.74307,8.99899\n8326,1646329460,47.74307,8.99899\n8327,1646329461,47.74307,8.99899\n8328,1646329462,47.74307,8.99899\n8329,1646329463,47.74307,8.99899\n8330,1646329464,47.74307,8.99899\n8331,1646329465,47.74307,8.99899\n8332,1646329466,47.74307,8.99899\n8333,1646329467,47.74307,8.99899\n8334,1646329468,47.74307,8.99899\n8335,1646329469,47.74307,8.99899\n8336,1646329470,47.74307,8.99899\n8337,1646329471,47.74307,8.99899\n8338,1646329472,47.74307,8.99899\n8339,1646329473,47.74307,8.99899\n8340,1646329474,47.74307,8.99899\n8341,1646329475,47.74307,8.99899\n8342,1646329476,47.74307,8.99899\n8343,1646329477,47.74307,8.99899\n8344,1646329478,47.74307,8.99899\n8345,1646329479,47.74307,8.99899\n8346,1646329480,47.74307,8.99899\n8347,1646329481,47.74307,8.99899\n8348,1646329482,47.74307,8.99899\n8349,1646329483,47.74307,8.99899\n8350,1646329484,47.74307,8.99899\n8351,1646329485,47.74307,8.99899\n8352,1646329486,47.74307,8.99899\n8353,1646329487,47.74307,8.99899\n8354,1646329488,47.74307,8.99899\n8355,1646329489,47.74307,8.99899\n8356,1646329490,47.74307,8.99899\n8357,1646329491,47.74307,8.99899\n8358,1646329492,47.74307,8.99899\n8359,1646329493,47.74307,8.99899\n8360,1646329494,47.74307,8.99899\n8361,1646329495,47.74307,8.99899\n8362,1646329496,47.74307,8.99899\n8363,1646329497,47.74307,8.99899\n8364,1646329498,47.74307,8.99899\n8365,1646329499,47.74307,8.99899\n8366,1646329500,47.74307,8.99899\n8367,1646329501,47.74307,8.99899\n8368,1646329502,47.74307,8.99899\n8369,1646329503,47.74307,8.99899\n8370,1646329504,47.74307,8.99899\n8371,1646329505,47.74307,8.99899\n8372,1646329506,47.74307,8.99899\n8373,1646329507,47.74307,8.99899\n8374,1646329508,47.74307,8.99899\n8375,1646329509,47.74307,8.99899\n8376,1646329510,47.74307,8.99899\n8377,1646329511,47.74307,8.99899\n8378,1646329512,47.74307,8.99899\n8379,1646329513,47.74307,8.99899\n8380,1646329514,47.74307,8.99899\n8381,1646329515,47.74307,8.99899\n8382,1646329516,47.74307,8.99899\n8383,1646329517,47.74307,8.99899\n8384,1646329518,47.74307,8.99899\n8385,1646329519,47.74307,8.99899\n8386,1646329520,47.74307,8.99899\n8387,1646329521,47.74307,8.99899\n8388,1646329522,47.74307,8.99899\n8389,1646329523,47.74307,8.99899\n8390,1646329524,47.74307,8.99899\n8391,1646329525,47.74307,8.99899\n8392,1646329526,47.74307,8.99899\n8393,1646329527,47.74307,8.99899\n8394,1646329528,47.74307,8.99899\n8395,1646329529,47.74307,8.99899\n8396,1646329530,47.74307,8.99899\n8397,1646329531,47.74307,8.99899\n8398,1646329532,47.74307,8.99899\n8399,1646329533,47.74307,8.99899\n8400,1646329534,47.74307,8.99899\n8401,1646329535,47.74307,8.99899\n8402,1646329536,47.74307,8.99899\n8403,1646329537,47.74307,8.99899\n8404,1646329538,47.74307,8.99899\n8405,1646329539,47.74307,8.99899\n8406,1646329540,47.74307,8.99899\n8407,1646329541,47.74307,8.99899\n8408,1646329542,47.74307,8.99899\n8409,1646329543,47.74307,8.99899\n8410,1646329544,47.74307,8.99899\n8411,1646329545,47.74307,8.99899\n8412,1646329546,47.74307,8.99899\n8413,1646329547,47.74307,8.99899\n8414,1646329548,47.74307,8.99899\n8415,1646329549,47.74307,8.99899\n8416,1646329550,47.74307,8.99899\n8417,1646329551,47.74307,8.99899\n8418,1646329552,47.74307,8.99899\n8419,1646329553,47.74307,8.99899\n8420,1646329554,47.74307,8.99899\n8421,1646329555,47.74307,8.99899\n8422,1646329556,47.74307,8.99899\n8423,1646329557,47.74307,8.99899\n8424,1646329558,47.74307,8.99899\n8425,1646329559,47.74307,8.99899\n8426,1646329560,47.74307,8.99899\n8427,1646329561,47.74307,8.99899\n8428,1646329562,47.74307,8.99899\n8429,1646329563,47.74307,8.99899\n8430,1646329564,47.74307,8.99899\n8431,1646329565,47.74307,8.99899\n8432,1646329566,47.74307,8.99899\n8433,1646329567,47.74307,8.99899\n8434,1646329568,47.74307,8.99899\n8435,1646329569,47.74307,8.99899\n8436,1646329570,47.74307,8.99899\n8437,1646329571,47.74307,8.99899\n8438,1646329572,47.74307,8.99899\n8439,1646329573,47.74307,8.99899\n8440,1646329574,47.74307,8.99899\n8441,1646329575,47.74307,8.99899\n8442,1646329576,47.74307,8.99899\n8443,1646329577,47.74307,8.99899\n8444,1646329578,47.74307,8.99899\n8445,1646329579,47.74307,8.99899\n8446,1646329580,47.74307,8.99899\n8447,1646329581,47.74307,8.99899\n8448,1646329582,47.74307,8.99899\n8449,1646329583,47.74307,8.99899\n8450,1646329584,47.74307,8.99899\n8451,1646329585,47.74307,8.99899\n8452,1646329586,47.74307,8.99899\n8453,1646329587,47.74307,8.99899\n8454,1646329588,47.74307,8.99899\n8455,1646329589,47.74307,8.99899\n8456,1646329590,47.74307,8.99899\n8457,1646329591,47.74307,8.99899\n8458,1646329592,47.74307,8.99899\n8459,1646329593,47.74307,8.99899\n8460,1646329594,47.74307,8.99899\n8461,1646329595,47.74307,8.99899\n8462,1646329596,47.74307,8.99899\n8463,1646329597,47.74307,8.99899\n8464,1646329598,47.74307,8.99899\n8465,1646329599,47.74307,8.99899\n8466,1646329600,47.74307,8.99899\n8467,1646329601,47.74307,8.99899\n8468,1646329602,47.74307,8.99899\n8469,1646329603,47.74307,8.99899\n8470,1646329604,47.74307,8.99899\n8471,1646329605,47.74307,8.99899\n8472,1646329606,47.74307,8.99899\n8473,1646329607,47.74307,8.99899\n8474,1646329608,47.74307,8.99899\n8475,1646329609,47.74307,8.99899\n8476,1646329610,47.74307,8.99899\n8477,1646329611,47.74307,8.99899\n8478,1646329612,47.74307,8.99899\n8479,1646329613,47.74307,8.99899\n8480,1646329614,47.74307,8.99899\n8481,1646329615,47.74307,8.99899\n8482,1646329616,47.74307,8.99899\n8483,1646329617,47.74307,8.99899\n8484,1646329618,47.74307,8.99899\n8485,1646329619,47.74307,8.99899\n8486,1646329620,47.74307,8.99899\n8487,1646329621,47.74307,8.99899\n8488,1646329622,47.74307,8.99899\n8489,1646329623,47.74307,8.99899\n8490,1646329624,47.74307,8.99899\n8491,1646329625,47.74307,8.99899\n8492,1646329626,47.74307,8.99899\n8493,1646329627,47.74307,8.99899\n8494,1646329628,47.74307,8.99899\n8495,1646329629,47.74307,8.99899\n8496,1646329630,47.74307,8.99899\n8497,1646329631,47.74307,8.99899\n8498,1646329632,47.74307,8.99899\n8499,1646329633,47.74307,8.99899\n8500,1646329634,47.74307,8.99899\n8501,1646329635,47.74307,8.99899\n8502,1646329636,47.74307,8.99899\n8503,1646329637,47.74307,8.99899\n8504,1646329638,47.74307,8.99899\n8505,1646329639,47.74307,8.99899\n8506,1646329640,47.74307,8.99899\n8507,1646329641,47.74307,8.99899\n8508,1646329642,47.74307,8.99899\n8509,1646329643,47.74307,8.99899\n8510,1646329644,47.74307,8.99899\n8511,1646329645,47.74307,8.99899\n8512,1646329646,47.74307,8.99899\n8513,1646329647,47.74307,8.99899\n8514,1646329648,47.74307,8.99899\n8515,1646329649,47.74307,8.99899\n8516,1646329650,47.74307,8.99899\n8517,1646329651,47.74307,8.99899\n8518,1646329652,47.74307,8.99899\n8519,1646329653,47.74307,8.99899\n8520,1646329654,47.74307,8.99899\n8521,1646329655,47.74307,8.99899\n8522,1646329656,47.74307,8.99899\n8523,1646329657,47.74307,8.99899\n8524,1646329658,47.74307,8.99899\n8525,1646329659,47.74307,8.99899\n8526,1646329660,47.74307,8.99899\n8527,1646329661,47.74307,8.99899\n8528,1646329662,47.74307,8.99899\n8529,1646329663,47.74307,8.99899\n8530,1646329664,47.74307,8.99899\n8531,1646329665,47.74307,8.99899\n8532,1646329666,47.74307,8.99899\n8533,1646329667,47.74307,8.99899\n8534,1646329668,47.74307,8.99899\n8535,1646329669,47.74307,8.99899\n8536,1646329670,47.74307,8.99899\n8537,1646329671,47.74307,8.99899\n8538,1646329672,47.74307,8.99899\n8539,1646329673,47.74307,8.99899\n8540,1646329674,47.74307,8.99899\n8541,1646329675,47.74307,8.99899\n8542,1646329676,47.74307,8.99899\n8543,1646329677,47.74307,8.99899\n8544,1646329678,47.74307,8.99899\n8545,1646329679,47.74307,8.99899\n8546,1646329680,47.74307,8.99899\n8547,1646329681,47.74307,8.99899\n8548,1646329682,47.74307,8.99899\n8549,1646329683,47.74307,8.99899\n8550,1646329684,47.74307,8.99899\n8551,1646329685,47.74307,8.99899\n8552,1646329686,47.74307,8.99899\n8553,1646329687,47.74307,8.99899\n8554,1646329688,47.74307,8.99899\n8555,1646329689,47.74307,8.99899\n8556,1646329690,47.74307,8.99899\n8557,1646329691,47.74307,8.99899\n8558,1646329692,47.74307,8.99899\n8559,1646329693,47.74307,8.99899\n8560,1646329694,47.74307,8.99899\n8561,1646329695,47.74307,8.99899\n8562,1646329696,47.74307,8.99899\n8563,1646329697,47.74307,8.99899\n8564,1646329698,47.74307,8.99899\n8565,1646329699,47.74307,8.99899\n8566,1646329700,47.74307,8.99899\n8567,1646329701,47.74307,8.99899\n8568,1646329702,47.74307,8.99899\n8569,1646329703,47.74307,8.99899\n8570,1646329704,47.74307,8.99899\n8571,1646329705,47.74307,8.99899\n8572,1646329706,47.74307,8.99899\n8573,1646329707,47.74307,8.99899\n8574,1646329708,47.74307,8.99899\n8575,1646329709,47.74307,8.99899\n8576,1646329710,47.74307,8.99899\n8577,1646329711,47.74307,8.99899\n8578,1646329712,47.74307,8.99899\n8579,1646329713,47.74307,8.99899\n8580,1646329714,47.74307,8.99899\n8581,1646329715,47.74307,8.99899\n8582,1646329716,47.74307,8.99899\n8583,1646329717,47.74307,8.99899\n8584,1646329718,47.74307,8.99899\n8585,1646329719,47.74307,8.99899\n8586,1646329720,47.74307,8.99899\n8587,1646329721,47.74307,8.99899\n8588,1646329722,47.74307,8.99899\n8589,1646329723,47.74307,8.99899\n8590,1646329724,47.74307,8.99899\n8591,1646329725,47.74307,8.99899\n8592,1646329726,47.74307,8.99899\n8593,1646329727,47.74307,8.99899\n8594,1646329728,47.74307,8.99899\n8595,1646329729,47.74307,8.99899\n8596,1646329730,47.74307,8.99899\n8597,1646329731,47.74307,8.99899\n8598,1646329732,47.74307,8.99899\n8599,1646329733,47.74307,8.99899\n8600,1646329734,47.74307,8.99899\n8601,1646329735,47.74307,8.99899\n8602,1646329736,47.74307,8.99899\n8603,1646329737,47.74307,8.99899\n8604,1646329738,47.74307,8.99899\n8605,1646329739,47.74307,8.99899\n8606,1646329740,47.74307,8.99899\n8607,1646329741,47.74307,8.99899\n8608,1646329742,47.74307,8.99899\n8609,1646329743,47.74307,8.99899\n8610,1646329744,47.74307,8.99899\n8611,1646329745,47.74307,8.99899\n8612,1646329746,47.74307,8.99899\n8613,1646329747,47.74307,8.99899\n8614,1646329748,47.74307,8.99899\n8615,1646329749,47.74307,8.99899\n8616,1646329750,47.74307,8.99899\n8617,1646329751,47.74307,8.99899\n8618,1646329752,47.74307,8.99899\n8619,1646329753,47.74307,8.99899\n8620,1646329754,47.74307,8.99899\n8621,1646329755,47.74307,8.99899\n8622,1646329756,47.74307,8.99899\n8623,1646329757,47.74307,8.99899\n8624,1646329758,47.74307,8.99899\n8625,1646329759,47.74307,8.99899\n8626,1646329760,47.74307,8.99899\n8627,1646329761,47.74307,8.99899\n8628,1646329762,47.74307,8.99899\n8629,1646329763,47.74307,8.99899\n8630,1646329764,47.74307,8.99899\n8631,1646329765,47.74307,8.99899\n8632,1646329766,47.74307,8.99899\n8633,1646329767,47.74307,8.99899\n8634,1646329768,47.74307,8.99899\n8635,1646329769,47.74307,8.99899\n8636,1646329770,47.74307,8.99899\n8637,1646329771,47.74307,8.99899\n8638,1646329772,47.74307,8.99899\n8639,1646329773,47.74307,8.99899\n8640,1646329774,47.74307,8.99899\n8641,1646329775,47.74307,8.99899\n8642,1646329776,47.74307,8.99899\n8643,1646329777,47.74307,8.99899\n8644,1646329778,47.74307,8.99899\n8645,1646329779,47.74307,8.99899\n8646,1646329780,47.74307,8.99899\n8647,1646329781,47.74307,8.99899\n8648,1646329782,47.74307,8.99899\n8649,1646329783,47.74307,8.99899\n8650,1646329784,47.74307,8.99899\n8651,1646329785,47.74307,8.99899\n8652,1646329786,47.74307,8.99899\n8653,1646329787,47.74307,8.99899\n8654,1646329788,47.74307,8.99899\n8655,1646329789,47.74307,8.99899\n8656,1646329790,47.74307,8.99899\n8657,1646329791,47.74307,8.99899\n8658,1646329792,47.74307,8.99899\n8659,1646329793,47.74307,8.99899\n8660,1646329794,47.74307,8.99899\n8661,1646329795,47.74307,8.99899\n8662,1646329796,47.74307,8.99899\n8663,1646329797,47.74307,8.99899\n8664,1646329798,47.74307,8.99899\n8665,1646329799,47.74307,8.99899\n8666,1646329800,47.74307,8.99899\n8667,1646329801,47.74307,8.99899\n8668,1646329802,47.74307,8.99899\n8669,1646329803,47.74307,8.99899\n8670,1646329804,47.74307,8.99899\n8671,1646329805,47.74307,8.99899\n8672,1646329806,47.74307,8.99899\n8673,1646329807,47.74307,8.99899\n8674,1646329808,47.74307,8.99899\n8675,1646329809,47.74307,8.99899\n8676,1646329810,47.74307,8.99899\n8677,1646329811,47.74307,8.99899\n8678,1646329812,47.74307,8.99899\n8679,1646329813,47.74307,8.99899\n8680,1646329814,47.74307,8.99899\n8681,1646329815,47.74307,8.99899\n8682,1646329816,47.74307,8.99899\n8683,1646329817,47.74307,8.99899\n8684,1646329818,47.74307,8.99899\n8685,1646329819,47.74308,8.99899\n8686,1646329820,47.74308,8.99899\n8687,1646329821,47.74308,8.99899\n8688,1646329822,47.74308,8.99899\n8689,1646329823,47.74308,8.99899\n8690,1646329824,47.74308,8.99899\n8691,1646329825,47.74308,8.99899\n8692,1646329826,47.74308,8.99899\n8693,1646329827,47.74308,8.99899\n8694,1646329828,47.74308,8.99899\n8695,1646329829,47.74308,8.99899\n8696,1646329830,47.74308,8.99899\n8697,1646329831,47.74308,8.99899\n8698,1646329832,47.74308,8.99899\n8699,1646329833,47.74308,8.99899\n8700,1646329834,47.74308,8.99899\n8701,1646329835,47.74308,8.99899\n8702,1646329836,47.74308,8.99899\n8703,1646329837,47.74308,8.99899\n8704,1646329838,47.74308,8.99899\n8705,1646329839,47.74308,8.99899\n8706,1646329840,47.74308,8.99899\n8707,1646329841,47.74308,8.99899\n8708,1646329842,47.74308,8.99899\n8709,1646329843,47.74308,8.99899\n8710,1646329844,47.74308,8.99899\n8711,1646329845,47.74308,8.99899\n8712,1646329846,47.74308,8.99899\n8713,1646329847,47.74308,8.99899\n8714,1646329848,47.74308,8.99899\n8715,1646329849,47.74308,8.99899\n8716,1646329850,47.74308,8.99899\n8717,1646329851,47.74308,8.99899\n8718,1646329852,47.74308,8.99899\n8719,1646329853,47.74308,8.99899\n8720,1646329854,47.74308,8.99899\n8721,1646329855,47.74307,8.99899\n8722,1646329856,47.74307,8.99899\n8723,1646329857,47.74307,8.99899\n8724,1646329858,47.74307,8.99899\n8725,1646329859,47.74307,8.99899\n8726,1646329860,47.74307,8.99899\n8727,1646329861,47.74307,8.99899\n8728,1646329862,47.74307,8.99899\n8729,1646329863,47.74307,8.99899\n8730,1646329864,47.74307,8.99899\n8731,1646329865,47.74307,8.99899\n8732,1646329866,47.74307,8.99899\n8733,1646329867,47.74307,8.99899\n8734,1646329868,47.74307,8.99899\n8735,1646329869,47.74307,8.99899\n8736,1646329870,47.74307,8.99899\n8737,1646329871,47.74307,8.99899\n8738,1646329872,47.74307,8.99899\n8739,1646329873,47.74307,8.99899\n8740,1646329874,47.74307,8.99899\n8741,1646329875,47.74307,8.99899\n8742,1646329876,47.74307,8.99899\n8743,1646329877,47.74307,8.99899\n8744,1646329878,47.74307,8.99899\n8745,1646329879,47.74307,8.99899\n8746,1646329880,47.74307,8.99899\n8747,1646329881,47.74307,8.99899\n8748,1646329882,47.74307,8.99899\n8749,1646329883,47.74307,8.99899\n8750,1646329884,47.74307,8.99899\n8751,1646329885,47.74307,8.99899\n8752,1646329886,47.74307,8.99899\n8753,1646329887,47.74307,8.99899\n8754,1646329888,47.74307,8.99899\n8755,1646329889,47.74307,8.99899\n8756,1646329890,47.74307,8.99899\n8757,1646329891,47.74307,8.99899\n8758,1646329892,47.74307,8.99899\n8759,1646329893,47.74307,8.99899\n8760,1646329894,47.74307,8.99899\n8761,1646329895,47.74307,8.99899\n8762,1646329896,47.74307,8.99899\n8763,1646329897,47.74307,8.99899\n8764,1646329898,47.74307,8.99899\n8765,1646329899,47.74307,8.99899\n8766,1646329900,47.74307,8.99899\n8767,1646329901,47.74307,8.99899\n8768,1646329902,47.74307,8.99899\n8769,1646329903,47.74307,8.99899\n8770,1646329904,47.74307,8.99899\n8771,1646329905,47.74307,8.99899\n8772,1646329906,47.74307,8.99899\n8773,1646329907,47.74307,8.99899\n8774,1646329908,47.74307,8.99899\n8775,1646329909,47.74307,8.99899\n8776,1646329910,47.74307,8.99899\n8777,1646329911,47.74307,8.99899\n8778,1646329912,47.74307,8.99899\n8779,1646329913,47.74307,8.99899\n8780,1646329914,47.74307,8.99899\n8781,1646329915,47.74307,8.99899\n8782,1646329916,47.74308,8.99899\n8783,1646329917,47.74308,8.99899\n8784,1646329918,47.74308,8.99899\n8785,1646329919,47.74308,8.99899\n8786,1646329920,47.74308,8.99899\n8787,1646329921,47.74308,8.99899\n8788,1646329922,47.74308,8.99899\n8789,1646329923,47.74308,8.99899\n8790,1646329924,47.74308,8.99899\n8791,1646329925,47.74308,8.99899\n8792,1646329926,47.74308,8.99899\n8793,1646329927,47.74308,8.99899\n8794,1646329928,47.74308,8.99899\n8795,1646329929,47.74308,8.99899\n8796,1646329930,47.74308,8.99899\n8797,1646329931,47.74308,8.99899\n8798,1646329932,47.74308,8.99899\n8799,1646329933,47.74308,8.99899\n8800,1646329934,47.74308,8.99899\n8801,1646329935,47.74308,8.99899\n8802,1646329936,47.74308,8.99899\n8803,1646329937,47.74308,8.99899\n8804,1646329938,47.74308,8.99899\n8805,1646329939,47.74308,8.99899\n8806,1646329940,47.74308,8.99899\n8807,1646329941,47.74308,8.99899\n8808,1646329942,47.74308,8.99899\n8809,1646329943,47.74308,8.99899\n8810,1646329944,47.74308,8.99899\n8811,1646329945,47.74308,8.99899\n8812,1646329946,47.74308,8.99899\n8813,1646329947,47.74308,8.99899\n8814,1646329948,47.74308,8.99899\n8815,1646329949,47.74308,8.99899\n8816,1646329950,47.74308,8.99899\n8817,1646329951,47.74308,8.99899\n8818,1646329952,47.74308,8.99899\n8819,1646329953,47.74308,8.99899\n8820,1646329954,47.74308,8.99899\n8821,1646329955,47.74308,8.99899\n8822,1646329956,47.74308,8.99899\n8823,1646329957,47.74308,8.99899\n8824,1646329958,47.74308,8.99899\n8825,1646329959,47.74308,8.99899\n8826,1646329960,47.74308,8.99899\n8827,1646329961,47.74308,8.99899\n8828,1646329962,47.74308,8.99899\n8829,1646329963,47.74308,8.99899\n8830,1646329964,47.74308,8.99899\n8831,1646329965,47.74308,8.99899\n8832,1646329966,47.74308,8.99899\n8833,1646329967,47.74308,8.99899\n8834,1646329968,47.74308,8.99899\n8835,1646329969,47.74308,8.99899\n8836,1646329970,47.74308,8.99899\n8837,1646329971,47.74308,8.99899\n8838,1646329972,47.74308,8.99899\n8839,1646329973,47.74308,8.99899\n8840,1646329974,47.74308,8.99899\n8841,1646329975,47.74308,8.99899\n8842,1646329976,47.74308,8.99899\n8843,1646329977,47.74308,8.99899\n8844,1646329978,47.74308,8.99899\n8845,1646329979,47.74308,8.99899\n8846,1646329980,47.74308,8.99899\n8847,1646329981,47.74308,8.99899\n8848,1646329982,47.74308,8.99899\n8849,1646329983,47.74308,8.99899\n8850,1646329984,47.74308,8.99899\n8851,1646329985,47.74308,8.99899\n8852,1646329986,47.74308,8.99899\n8853,1646329987,47.74308,8.99899\n8854,1646329988,47.74308,8.99899\n8855,1646329989,47.74308,8.99899\n8856,1646329990,47.74308,8.99899\n8857,1646329991,47.74308,8.99899\n8858,1646329992,47.74308,8.99899\n8859,1646329993,47.74308,8.99899\n8860,1646329994,47.74308,8.99899\n8861,1646329995,47.74308,8.99899\n8862,1646329996,47.74308,8.99899\n8863,1646329997,47.74308,8.99899\n8864,1646329998,47.74308,8.99899\n8865,1646329999,47.74308,8.99899\n8866,1646330000,47.74308,8.99899\n8867,1646330001,47.74308,8.99899\n8868,1646330002,47.74308,8.99899\n8869,1646330003,47.74308,8.99899\n8870,1646330004,47.74308,8.99899\n8871,1646330005,47.74308,8.99899\n8872,1646330006,47.74308,8.99899\n8873,1646330007,47.74308,8.99899\n8874,1646330008,47.74308,8.99899\n8875,1646330009,47.74308,8.99899\n8876,1646330010,47.74308,8.99899\n8877,1646330011,47.74308,8.99899\n8878,1646330012,47.74308,8.99899\n8879,1646330013,47.74308,8.99899\n8880,1646330014,47.74308,8.99899\n8881,1646330015,47.74308,8.99899\n8882,1646330016,47.74308,8.99899\n8883,1646330017,47.74308,8.99899\n8884,1646330018,47.74308,8.99899\n8885,1646330019,47.74308,8.99899\n8886,1646330020,47.74308,8.99899\n8887,1646330021,47.74308,8.99899\n8888,1646330022,47.74308,8.99899\n8889,1646330023,47.74308,8.99899\n8890,1646330024,47.74308,8.99899\n8891,1646330025,47.74308,8.99899\n8892,1646330026,47.74308,8.99899\n8893,1646330027,47.74308,8.99899\n8894,1646330028,47.74308,8.99899\n8895,1646330029,47.74308,8.99899\n8896,1646330030,47.74308,8.99899\n8897,1646330031,47.74308,8.99899\n8898,1646330032,47.74308,8.99899\n8899,1646330033,47.74308,8.99899\n8900,1646330034,47.74308,8.99899\n8901,1646330035,47.74308,8.99899\n8902,1646330036,47.74308,8.99899\n8903,1646330037,47.74308,8.99899\n8904,1646330038,47.74308,8.99899\n8905,1646330039,47.74308,8.99899\n8906,1646330040,47.74308,8.99899\n8907,1646330041,47.74308,8.99899\n8908,1646330042,47.74308,8.99899\n8909,1646330043,47.74308,8.99899\n8910,1646330044,47.74308,8.99899\n8911,1646330045,47.74308,8.99899\n8912,1646330046,47.74308,8.99899\n8913,1646330047,47.74308,8.99899\n8914,1646330048,47.74308,8.99899\n8915,1646330049,47.74308,8.99899\n8916,1646330050,47.74308,8.99899\n8917,1646330051,47.74308,8.99899\n8918,1646330052,47.74308,8.99899\n8919,1646330053,47.74308,8.99899\n8920,1646330054,47.74308,8.99899\n8921,1646330055,47.74308,8.99899\n8922,1646330056,47.74308,8.99899\n8923,1646330057,47.74308,8.99899\n8924,1646330058,47.74308,8.99899\n8925,1646330059,47.74308,8.99899\n8926,1646330060,47.74308,8.99899\n8927,1646330061,47.74308,8.99899\n8928,1646330062,47.74308,8.99899\n8929,1646330063,47.74308,8.99899\n8930,1646330064,47.74308,8.99899\n8931,1646330065,47.74308,8.99899\n8932,1646330066,47.74308,8.99899\n8933,1646330067,47.74308,8.99899\n8934,1646330068,47.74308,8.99899\n8935,1646330069,47.74308,8.99899\n8936,1646330070,47.74308,8.99899\n8937,1646330071,47.74308,8.99899\n8938,1646330072,47.74308,8.99899\n8939,1646330073,47.74308,8.99899\n8940,1646330074,47.74308,8.99899\n8941,1646330075,47.74308,8.99899\n8942,1646330076,47.74308,8.99899\n8943,1646330077,47.74308,8.99899\n8944,1646330078,47.74308,8.99899\n8945,1646330079,47.74308,8.99899\n8946,1646330080,47.74308,8.99899\n8947,1646330081,47.74308,8.99899\n8948,1646330082,47.74308,8.99899\n8949,1646330083,47.74308,8.99899\n8950,1646330084,47.74308,8.99899\n8951,1646330085,47.74308,8.99899\n8952,1646330086,47.74308,8.99899\n8953,1646330087,47.74308,8.99899\n8954,1646330088,47.74308,8.99899\n8955,1646330089,47.74308,8.99899\n8956,1646330090,47.74308,8.99899\n8957,1646330091,47.74308,8.99899\n8958,1646330092,47.74308,8.99899\n8959,1646330093,47.74308,8.99899\n8960,1646330094,47.74308,8.99899\n8961,1646330095,47.74308,8.99899\n8962,1646330096,47.74308,8.99899\n8963,1646330097,47.74308,8.99899\n8964,1646330098,47.74308,8.99899\n8965,1646330099,47.74308,8.99899\n8966,1646330100,47.74308,8.99899\n8967,1646330101,47.74308,8.99899\n8968,1646330102,47.74308,8.99899\n8969,1646330103,47.74308,8.99899\n8970,1646330104,47.74308,8.99899\n8971,1646330105,47.74308,8.99899\n8972,1646330106,47.74308,8.99899\n8973,1646330107,47.74308,8.99899\n8974,1646330108,47.74308,8.99899\n8975,1646330109,47.74308,8.99899\n8976,1646330110,47.74308,8.99899\n8977,1646330111,47.74308,8.99899\n8978,1646330112,47.74308,8.99899\n8979,1646330113,47.74308,8.99899\n8980,1646330114,47.74308,8.99899\n8981,1646330115,47.74308,8.99899\n8982,1646330116,47.74308,8.99899\n8983,1646330117,47.74308,8.99899\n8984,1646330118,47.74308,8.99899\n8985,1646330119,47.74308,8.99899\n8986,1646330120,47.74308,8.99899\n8987,1646330121,47.74308,8.99899\n8988,1646330122,47.74308,8.99899\n8989,1646330123,47.74308,8.99899\n8990,1646330124,47.74308,8.99899\n8991,1646330125,47.74308,8.99899\n8992,1646330126,47.74308,8.99899\n8993,1646330127,47.74308,8.99899\n8994,1646330128,47.74308,8.99899\n8995,1646330129,47.74308,8.99899\n8996,1646330130,47.74308,8.99899\n8997,1646330131,47.74308,8.99899\n8998,1646330132,47.74308,8.99899\n8999,1646330133,47.74308,8.99899\n9000,1646330134,47.74308,8.99899\n9001,1646330135,47.74308,8.99899\n9002,1646330136,47.74308,8.99899\n9003,1646330137,47.74308,8.99899\n9004,1646330138,47.74308,8.99899\n9005,1646330139,47.74308,8.99899\n9006,1646330140,47.74308,8.99899\n9007,1646330141,47.74308,8.99899\n9008,1646330142,47.74308,8.99899\n9009,1646330143,47.74308,8.99899\n9010,1646330144,47.74308,8.99899\n9011,1646330145,47.74308,8.99899\n9012,1646330146,47.74308,8.99899\n9013,1646330147,47.74308,8.99899\n9014,1646330148,47.74308,8.99899\n9015,1646330149,47.74308,8.99899\n9016,1646330150,47.74308,8.99899\n9017,1646330151,47.74308,8.99899\n9018,1646330152,47.74308,8.99899\n9019,1646330153,47.74308,8.99899\n9020,1646330154,47.74308,8.99899\n9021,1646330155,47.74308,8.99899\n9022,1646330156,47.74308,8.99899\n9023,1646330157,47.74308,8.99899\n9024,1646330158,47.74308,8.99899\n9025,1646330159,47.74308,8.99899\n9026,1646330160,47.74308,8.99899\n9027,1646330161,47.74308,8.99899\n9028,1646330162,47.74308,8.99899\n9029,1646330163,47.74308,8.99899\n9030,1646330164,47.74308,8.99899\n9031,1646330165,47.74308,8.99899\n9032,1646330166,47.74308,8.99899\n9033,1646330167,47.74308,8.99899\n9034,1646330168,47.74308,8.99899\n9035,1646330169,47.74308,8.99899\n9036,1646330170,47.74308,8.99899\n9037,1646330171,47.74308,8.99899\n9038,1646330172,47.74308,8.99899\n9039,1646330173,47.74308,8.99899\n9040,1646330174,47.74308,8.99899\n9041,1646330175,47.74308,8.99899\n9042,1646330176,47.74308,8.99899\n9043,1646330177,47.74308,8.99899\n9044,1646330178,47.74308,8.99899\n9045,1646330179,47.74308,8.99899\n9046,1646330180,47.74308,8.99899\n9047,1646330181,47.74308,8.99899\n9048,1646330182,47.74308,8.99899\n9049,1646330183,47.74308,8.99899\n9050,1646330184,47.74308,8.99899\n9051,1646330185,47.74308,8.99899\n9052,1646330186,47.74308,8.99899\n9053,1646330187,47.74308,8.99899\n9054,1646330188,47.74308,8.99899\n9055,1646330189,47.74308,8.99899\n9056,1646330190,47.74308,8.99899\n9057,1646330191,47.74308,8.99899\n9058,1646330192,47.74308,8.99899\n9059,1646330193,47.74308,8.99899\n9060,1646330194,47.74308,8.99899\n9061,1646330195,47.74308,8.99899\n9062,1646330196,47.74308,8.99899\n9063,1646330197,47.74308,8.99899\n9064,1646330198,47.74308,8.99899\n9065,1646330199,47.74308,8.99899\n9066,1646330200,47.74308,8.99899\n9067,1646330201,47.74308,8.99899\n9068,1646330202,47.74308,8.99899\n9069,1646330203,47.74308,8.99899\n9070,1646330204,47.74308,8.99899\n9071,1646330205,47.74308,8.99899\n9072,1646330206,47.74308,8.99899\n9073,1646330207,47.74308,8.99899\n9074,1646330208,47.74308,8.99899\n9075,1646330209,47.74308,8.99899\n9076,1646330210,47.74308,8.99899\n9077,1646330211,47.74308,8.99899\n9078,1646330212,47.74308,8.99899\n9079,1646330213,47.74308,8.99899\n9080,1646330214,47.74308,8.99899\n9081,1646330215,47.74308,8.99899\n9082,1646330216,47.74308,8.99899\n9083,1646330217,47.74308,8.99899\n9084,1646330218,47.74308,8.99899\n9085,1646330219,47.74308,8.99899\n9086,1646330220,47.74308,8.99899\n9087,1646330221,47.74308,8.99899\n9088,1646330222,47.74308,8.99899\n9089,1646330223,47.74308,8.99899\n9090,1646330224,47.74308,8.99899\n9091,1646330225,47.74308,8.99899\n9092,1646330226,47.74308,8.99899\n9093,1646330227,47.74308,8.99899\n9094,1646330228,47.74308,8.99899\n9095,1646330229,47.74308,8.99899\n9096,1646330230,47.74308,8.99899\n9097,1646330231,47.74308,8.99899\n9098,1646330232,47.74308,8.99899\n9099,1646330233,47.74308,8.99899\n9100,1646330234,47.74308,8.99899\n9101,1646330235,47.74308,8.99899\n9102,1646330236,47.74308,8.99899\n9103,1646330237,47.74308,8.99899\n9104,1646330238,47.74308,8.99899\n9105,1646330239,47.74308,8.99899\n9106,1646330240,47.74308,8.99899\n9107,1646330241,47.74308,8.99899\n9108,1646330242,47.74308,8.99899\n9109,1646330243,47.74308,8.99899\n9110,1646330244,47.74308,8.99899\n9111,1646330245,47.74308,8.99899\n9112,1646330246,47.74308,8.99899\n9113,1646330247,47.74308,8.99899\n9114,1646330248,47.74308,8.99899\n9115,1646330249,47.74308,8.99899\n9116,1646330250,47.74308,8.99899\n9117,1646330251,47.74308,8.99899\n9118,1646330252,47.74308,8.99899\n9119,1646330253,47.74308,8.99899\n9120,1646330254,47.74308,8.99899\n9121,1646330255,47.74308,8.99899\n9122,1646330256,47.74308,8.99899\n9123,1646330257,47.74308,8.99899\n9124,1646330258,47.74308,8.99899\n9125,1646330259,47.74308,8.99899\n9126,1646330260,47.74308,8.99899\n9127,1646330261,47.74308,8.99899\n9128,1646330262,47.74308,8.99899\n9129,1646330263,47.74308,8.99899\n9130,1646330264,47.74308,8.99899\n9131,1646330265,47.74308,8.99899\n9132,1646330266,47.74308,8.99899\n9133,1646330267,47.74308,8.99899\n9134,1646330268,47.74308,8.99899\n9135,1646330269,47.74308,8.99899\n9136,1646330270,47.74308,8.99899\n9137,1646330271,47.74308,8.99899\n9138,1646330272,47.74308,8.99899\n9139,1646330273,47.74308,8.99899\n9140,1646330274,47.74308,8.99899\n9141,1646330275,47.74308,8.99899\n9142,1646330276,47.74308,8.99899\n9143,1646330277,47.74308,8.99899\n9144,1646330278,47.74308,8.99899\n9145,1646330279,47.74308,8.99899\n9146,1646330280,47.74308,8.99899\n9147,1646330281,47.74308,8.99899\n9148,1646330282,47.74308,8.99899\n9149,1646330283,47.74308,8.99899\n9150,1646330284,47.74308,8.99899\n9151,1646330285,47.74308,8.99899\n9152,1646330286,47.74308,8.99899\n9153,1646330287,47.74308,8.99899\n9154,1646330288,47.74308,8.99899\n9155,1646330289,47.74308,8.99899\n9156,1646330290,47.74308,8.99899\n9157,1646330291,47.74308,8.99899\n9158,1646330292,47.74308,8.99899\n9159,1646330293,47.74308,8.99899\n9160,1646330294,47.74308,8.99899\n9161,1646330295,47.74308,8.99899\n9162,1646330296,47.74308,8.99899\n9163,1646330297,47.74308,8.99899\n9164,1646330298,47.74308,8.99899\n9165,1646330299,47.74308,8.99899\n9166,1646330300,47.74308,8.99899\n9167,1646330301,47.74308,8.99899\n9168,1646330302,47.74308,8.99899\n9169,1646330303,47.74308,8.99899\n9170,1646330304,47.74308,8.99899\n9171,1646330305,47.74308,8.99899\n9172,1646330306,47.74308,8.99899\n9173,1646330307,47.74308,8.99899\n9174,1646330308,47.74308,8.99899\n9175,1646330309,47.74308,8.99899\n9176,1646330310,47.74308,8.99899\n9177,1646330311,47.74308,8.99899\n9178,1646330312,47.74308,8.99899\n9179,1646330313,47.74308,8.99899\n9180,1646330314,47.74308,8.99899\n9181,1646330315,47.74308,8.99899\n9182,1646330316,47.74308,8.99899\n9183,1646330317,47.74308,8.99899\n9184,1646330318,47.74308,8.99899\n9185,1646330319,47.74308,8.99899\n9186,1646330320,47.74308,8.99899\n9187,1646330321,47.74308,8.99899\n9188,1646330322,47.74308,8.99899\n9189,1646330323,47.74308,8.99899\n9190,1646330324,47.74308,8.99899\n9191,1646330325,47.74308,8.99899\n9192,1646330326,47.74308,8.99899\n9193,1646330327,47.74308,8.99899\n9194,1646330328,47.74308,8.99899\n9195,1646330329,47.74308,8.99899\n9196,1646330330,47.74308,8.99899\n9197,1646330331,47.74308,8.99899\n9198,1646330332,47.74308,8.99899\n9199,1646330333,47.74308,8.99899\n9200,1646330334,47.74308,8.99899\n9201,1646330335,47.74308,8.99899\n9202,1646330336,47.74308,8.99899\n9203,1646330337,47.74308,8.99899\n9204,1646330338,47.74308,8.99899\n9205,1646330339,47.74308,8.99899\n9206,1646330340,47.74308,8.99899\n9207,1646330341,47.74308,8.99899\n9208,1646330342,47.74308,8.99899\n9209,1646330343,47.74308,8.99899\n9210,1646330344,47.74308,8.99899\n9211,1646330345,47.74308,8.99899\n9212,1646330346,47.74308,8.99899\n9213,1646330347,47.74308,8.99899\n9214,1646330348,47.74308,8.99899\n9215,1646330349,47.74308,8.99899\n9216,1646330350,47.74308,8.99899\n9217,1646330351,47.74308,8.99899\n9218,1646330352,47.74308,8.99899\n9219,1646330353,47.74308,8.99899\n9220,1646330354,47.74308,8.99899\n9221,1646330355,47.74308,8.99899\n9222,1646330356,47.74308,8.99899\n9223,1646330357,47.74308,8.99899\n9224,1646330358,47.74308,8.99899\n9225,1646330359,47.74308,8.99899\n9226,1646330360,47.74308,8.99899\n9227,1646330361,47.74308,8.99899\n9228,1646330362,47.74308,8.99899\n9229,1646330363,47.74308,8.99899\n9230,1646330364,47.74308,8.99899\n9231,1646330365,47.74308,8.99899\n9232,1646330366,47.74308,8.99899\n9233,1646330367,47.74308,8.99899\n9234,1646330368,47.74308,8.99899\n9235,1646330369,47.74308,8.99899\n9236,1646330370,47.74308,8.99899\n9237,1646330371,47.74308,8.99899\n9238,1646330372,47.74308,8.99899\n9239,1646330373,47.74308,8.99899\n9240,1646330374,47.74308,8.99899\n9241,1646330375,47.74308,8.99899\n9242,1646330376,47.74308,8.99899\n9243,1646330377,47.74308,8.99899\n9244,1646330378,47.74308,8.99899\n9245,1646330379,47.74308,8.99899\n9246,1646330380,47.74308,8.99899\n9247,1646330381,47.74308,8.99899\n9248,1646330382,47.74308,8.99899\n9249,1646330383,47.74308,8.99899\n9250,1646330384,47.74308,8.99899\n9251,1646330385,47.74308,8.99899\n9252,1646330386,47.74308,8.99899\n9253,1646330387,47.74308,8.99899\n9254,1646330388,47.74308,8.99899\n9255,1646330389,47.74308,8.99899\n9256,1646330390,47.74308,8.99899\n9257,1646330391,47.74308,8.99899\n9258,1646330392,47.74308,8.99899\n9259,1646330393,47.74308,8.99899\n9260,1646330394,47.74308,8.99899\n9261,1646330395,47.74308,8.99899\n9262,1646330396,47.74308,8.99899\n9263,1646330397,47.74308,8.99899\n9264,1646330398,47.74308,8.99899\n9265,1646330399,47.74308,8.99899\n9266,1646330400,47.74308,8.99899\n9267,1646330401,47.74308,8.99899\n9268,1646330402,47.74308,8.99899\n9269,1646330403,47.74308,8.99899\n9270,1646330404,47.74308,8.99899\n9271,1646330405,47.74308,8.99899\n9272,1646330406,47.74308,8.99899\n9273,1646330407,47.74308,8.99899\n9274,1646330408,47.74308,8.99899\n9275,1646330409,47.74308,8.99899\n9276,1646330410,47.74308,8.99899\n9277,1646330411,47.74308,8.99899\n9278,1646330412,47.74308,8.99899\n9279,1646330413,47.74308,8.99899\n9280,1646330414,47.74308,8.99899\n9281,1646330415,47.74308,8.99899\n9282,1646330416,47.74308,8.99899\n9283,1646330417,47.74308,8.99899\n9284,1646330418,47.74308,8.99899\n9285,1646330419,47.74308,8.99899\n9286,1646330420,47.74308,8.99899\n9287,1646330421,47.74308,8.99899\n9288,1646330422,47.74308,8.99899\n9289,1646330423,47.74308,8.99899\n9290,1646330424,47.74308,8.99899\n9291,1646330425,47.74308,8.99899\n9292,1646330426,47.74308,8.99899\n9293,1646330427,47.74308,8.99899\n9294,1646330428,47.74308,8.99899\n9295,1646330429,47.74308,8.99899\n9296,1646330430,47.74308,8.99899\n9297,1646330431,47.74308,8.99899\n9298,1646330432,47.74308,8.99899\n9299,1646330433,47.74308,8.99899\n9300,1646330434,47.74308,8.99899\n9301,1646330435,47.74308,8.99899\n9302,1646330436,47.74308,8.99899\n9303,1646330437,47.74308,8.99899\n9304,1646330438,47.74308,8.99899\n9305,1646330439,47.74308,8.99899\n9306,1646330440,47.74308,8.99899\n9307,1646330441,47.74308,8.99899\n9308,1646330442,47.74308,8.99899\n9309,1646330443,47.74308,8.99899\n9310,1646330444,47.74308,8.99899\n9311,1646330445,47.74308,8.99899\n9312,1646330446,47.74308,8.99899\n9313,1646330447,47.74308,8.99899\n9314,1646330448,47.74308,8.99899\n9315,1646330449,47.74308,8.99899\n9316,1646330450,47.74308,8.99899\n9317,1646330451,47.74308,8.99899\n9318,1646330452,47.74308,8.99899\n9319,1646330453,47.74308,8.99899\n9320,1646330454,47.74308,8.99899\n9321,1646330455,47.74308,8.99899\n9322,1646330456,47.74308,8.99899\n9323,1646330457,47.74308,8.99899\n9324,1646330458,47.74308,8.99899\n9325,1646330459,47.74308,8.99899\n9326,1646330460,47.74308,8.99899\n9327,1646330461,47.74308,8.99899\n9328,1646330462,47.74308,8.99899\n9329,1646330463,47.74308,8.99899\n9330,1646330464,47.74308,8.99899\n9331,1646330465,47.74308,8.99899\n9332,1646330466,47.74308,8.99899\n9333,1646330467,47.74308,8.99899\n9334,1646330468,47.74308,8.99899\n9335,1646330469,47.74308,8.99899\n9336,1646330470,47.74308,8.99899\n9337,1646330471,47.74308,8.99899\n9338,1646330472,47.74308,8.99899\n9339,1646330473,47.74308,8.99899\n9340,1646330474,47.74308,8.99899\n9341,1646330475,47.74308,8.99899\n9342,1646330476,47.74308,8.99899\n9343,1646330477,47.74308,8.99899\n9344,1646330478,47.74308,8.99899\n9345,1646330479,47.74308,8.99899\n9346,1646330480,47.74308,8.99899\n9347,1646330481,47.74308,8.99899\n9348,1646330482,47.74308,8.99899\n9349,1646330483,47.74308,8.99899\n9350,1646330484,47.74308,8.99899\n9351,1646330485,47.74308,8.99899\n9352,1646330486,47.74308,8.99899\n9353,1646330487,47.74308,8.99899\n9354,1646330488,47.74308,8.99899\n9355,1646330489,47.74308,8.99899\n9356,1646330490,47.74308,8.99899\n9357,1646330491,47.74308,8.99899\n9358,1646330492,47.74308,8.99899\n9359,1646330493,47.74308,8.99899\n9360,1646330494,47.74308,8.99899\n9361,1646330495,47.74308,8.99899\n9362,1646330496,47.74308,8.99899\n9363,1646330497,47.74308,8.99899\n9364,1646330498,47.74308,8.99899\n9365,1646330499,47.74308,8.99899\n9366,1646330500,47.74308,8.99899\n9367,1646330501,47.74308,8.99899\n9368,1646330502,47.74308,8.99899\n9369,1646330503,47.74308,8.99899\n9370,1646330504,47.74308,8.99899\n9371,1646330505,47.74308,8.99899\n9372,1646330506,47.74308,8.99899\n9373,1646330507,47.74308,8.99899\n9374,1646330508,47.74308,8.99899\n9375,1646330509,47.74308,8.99899\n9376,1646330510,47.74308,8.99899\n9377,1646330511,47.74308,8.99899\n9378,1646330512,47.74308,8.99899\n9379,1646330513,47.74308,8.99899\n9380,1646330514,47.74308,8.99899\n9381,1646330515,47.74308,8.99899\n9382,1646330516,47.74308,8.99899\n9383,1646330517,47.74308,8.99899\n9384,1646330518,47.74308,8.99899\n9385,1646330519,47.74308,8.99899\n9386,1646330520,47.74308,8.99899\n9387,1646330521,47.74308,8.99899\n9388,1646330522,47.74308,8.99899\n9389,1646330523,47.74308,8.99899\n9390,1646330524,47.74308,8.99899\n9391,1646330525,47.74308,8.99899\n9392,1646330526,47.74308,8.99899\n9393,1646330527,47.74308,8.99899\n9394,1646330528,47.74308,8.99899\n9395,1646330529,47.74308,8.99899\n9396,1646330530,47.74308,8.99899\n9397,1646330531,47.74308,8.99899\n9398,1646330532,47.74308,8.99899\n9399,1646330533,47.74308,8.99899\n9400,1646330534,47.74308,8.99899\n9401,1646330535,47.74308,8.99899\n9402,1646330536,47.74308,8.99899\n9403,1646330537,47.74308,8.99899\n9404,1646330538,47.74308,8.99899\n9405,1646330539,47.74308,8.99899\n9406,1646330540,47.74308,8.99899\n9407,1646330541,47.74308,8.99899\n9408,1646330542,47.74308,8.99899\n9409,1646330543,47.74308,8.99899\n9410,1646330544,47.74307,8.99899\n9411,1646330545,47.74307,8.99899\n9412,1646330546,47.74307,8.99899\n9413,1646330547,47.74307,8.99899\n9414,1646330548,47.74307,8.99899\n9415,1646330549,47.74307,8.99899\n9416,1646330550,47.74307,8.99899\n9417,1646330551,47.74307,8.99899\n9418,1646330552,47.74307,8.99899\n9419,1646330553,47.74307,8.99899\n9420,1646330554,47.74307,8.99899\n9421,1646330555,47.74307,8.99899\n9422,1646330556,47.74307,8.99899\n9423,1646330557,47.74307,8.99899\n9424,1646330558,47.74307,8.99899\n9425,1646330559,47.74307,8.99899\n9426,1646330560,47.74307,8.99899\n9427,1646330561,47.74307,8.99899\n9428,1646330562,47.74307,8.99899\n9429,1646330563,47.74307,8.99899\n9430,1646330564,47.74307,8.99899\n9431,1646330565,47.74307,8.99899\n9432,1646330566,47.74307,8.99899\n9433,1646330567,47.74307,8.99899\n9434,1646330568,47.74307,8.99899\n9435,1646330569,47.74307,8.99899\n9436,1646330570,47.74307,8.99899\n9437,1646330571,47.74307,8.99899\n9438,1646330572,47.74307,8.99899\n9439,1646330573,47.74307,8.99899\n9440,1646330574,47.74307,8.99899\n9441,1646330575,47.74307,8.99899\n9442,1646330576,47.74307,8.99899\n9443,1646330577,47.74307,8.99899\n9444,1646330578,47.74307,8.99899\n9445,1646330579,47.74307,8.99899\n9446,1646330580,47.74307,8.99899\n9447,1646330581,47.74307,8.99899\n9448,1646330582,47.74307,8.99899\n9449,1646330583,47.74307,8.99899\n9450,1646330584,47.74307,8.99899\n9451,1646330585,47.74307,8.99899\n9452,1646330586,47.74307,8.99899\n9453,1646330587,47.74307,8.99899\n9454,1646330588,47.74307,8.99899\n9455,1646330589,47.74307,8.99899\n9456,1646330590,47.74307,8.99899\n9457,1646330591,47.74307,8.99899\n9458,1646330592,47.74307,8.99899\n9459,1646330593,47.74307,8.99899\n9460,1646330594,47.74307,8.99899\n9461,1646330595,47.74307,8.99899\n9462,1646330596,47.74307,8.99899\n9463,1646330597,47.74307,8.99899\n9464,1646330598,47.74307,8.99899\n9465,1646330599,47.74307,8.99899\n9466,1646330600,47.74307,8.99899\n9467,1646330601,47.74307,8.99899\n9468,1646330602,47.74307,8.99899\n9469,1646330603,47.74307,8.99899\n9470,1646330604,47.74307,8.99899\n9471,1646330605,47.74307,8.99899\n9472,1646330606,47.74307,8.99899\n9473,1646330607,47.74307,8.99899\n9474,1646330608,47.74307,8.99899\n9475,1646330609,47.74307,8.99899\n9476,1646330610,47.74307,8.99899\n9477,1646330611,47.74307,8.99899\n9478,1646330612,47.74307,8.99899\n9479,1646330613,47.74307,8.99899\n9480,1646330614,47.74307,8.99899\n9481,1646330615,47.74307,8.99899\n9482,1646330616,47.74307,8.99899\n9483,1646330617,47.74307,8.99899\n9484,1646330618,47.74307,8.99899\n9485,1646330619,47.74307,8.99899\n9486,1646330620,47.74307,8.99899\n9487,1646330621,47.74307,8.99899\n9488,1646330622,47.74307,8.99899\n9489,1646330623,47.74307,8.99899\n9490,1646330624,47.74307,8.99899\n9491,1646330625,47.74307,8.99899\n9492,1646330626,47.74307,8.99899\n9493,1646330627,47.74307,8.99899\n9494,1646330628,47.74307,8.99899\n9495,1646330629,47.74307,8.99899\n9496,1646330630,47.74307,8.99899\n9497,1646330631,47.74307,8.99899\n9498,1646330632,47.74307,8.99899\n9499,1646330633,47.74307,8.99899\n9500,1646330634,47.74307,8.99899\n9501,1646330635,47.74307,8.99899\n9502,1646330636,47.74307,8.99899\n9503,1646330637,47.74307,8.99899\n9504,1646330638,47.74307,8.99899\n9505,1646330639,47.74307,8.99899\n9506,1646330640,47.74307,8.99899\n9507,1646330641,47.74307,8.99899\n9508,1646330642,47.74307,8.99899\n9509,1646330643,47.74307,8.99899\n9510,1646330644,47.74307,8.99899\n9511,1646330645,47.74307,8.99899\n9512,1646330646,47.74307,8.99899\n9513,1646330647,47.74307,8.99899\n9514,1646330648,47.74307,8.99899\n9515,1646330649,47.74307,8.99899\n9516,1646330650,47.74307,8.99899\n9517,1646330651,47.74307,8.99899\n9518,1646330652,47.74307,8.99899\n9519,1646330653,47.74307,8.99899\n9520,1646330654,47.74307,8.99899\n9521,1646330655,47.74307,8.99899\n9522,1646330656,47.74307,8.99899\n9523,1646330657,47.74307,8.99899\n9524,1646330658,47.74307,8.99899\n9525,1646330659,47.74307,8.99899\n9526,1646330660,47.74307,8.99899\n9527,1646330661,47.74307,8.99899\n9528,1646330662,47.74307,8.99899\n9529,1646330663,47.74307,8.99899\n9530,1646330664,47.74307,8.99899\n9531,1646330665,47.74307,8.99899\n9532,1646330666,47.74307,8.99899\n9533,1646330667,47.74307,8.99899\n9534,1646330668,47.74307,8.99899\n9535,1646330669,47.74307,8.99899\n9536,1646330670,47.74307,8.99899\n9537,1646330671,47.74307,8.99899\n9538,1646330672,47.74307,8.99899\n9539,1646330673,47.74307,8.99899\n9540,1646330674,47.74308,8.99899\n9541,1646330675,47.74308,8.99899\n9542,1646330676,47.74308,8.99899\n9543,1646330677,47.74308,8.99899\n9544,1646330678,47.74308,8.99899\n9545,1646330679,47.74308,8.99899\n9546,1646330680,47.74308,8.99899\n9547,1646330681,47.74308,8.99899\n9548,1646330682,47.74308,8.99899\n9549,1646330683,47.74308,8.99899\n9550,1646330684,47.74308,8.99899\n9551,1646330685,47.74308,8.99899\n9552,1646330686,47.74308,8.99899\n9553,1646330687,47.74308,8.99899\n9554,1646330688,47.74308,8.99899\n9555,1646330689,47.74308,8.99899\n9556,1646330690,47.74308,8.99899\n9557,1646330691,47.74308,8.99899\n9558,1646330692,47.74308,8.99899\n9559,1646330693,47.74308,8.99899\n9560,1646330694,47.74308,8.99899\n9561,1646330695,47.74308,8.99899\n9562,1646330696,47.74308,8.99899\n9563,1646330697,47.74308,8.99899\n9564,1646330698,47.74308,8.99899\n9565,1646330699,47.74308,8.99899\n9566,1646330700,47.74308,8.99899\n9567,1646330701,47.74308,8.99899\n9568,1646330702,47.74308,8.99899\n9569,1646330703,47.74307,8.99899\n9570,1646330704,47.74307,8.99899\n9571,1646330705,47.74307,8.99899\n9572,1646330706,47.74307,8.99899\n9573,1646330707,47.74307,8.99899\n9574,1646330708,47.74307,8.99899\n9575,1646330709,47.74307,8.99899\n9576,1646330710,47.74307,8.99899\n9577,1646330711,47.74307,8.99899\n9578,1646330712,47.74307,8.99899\n9579,1646330713,47.74307,8.99899\n9580,1646330714,47.74307,8.99899\n9581,1646330715,47.74307,8.99899\n9582,1646330779,47.74303,8.99901\n9583,1646330780,47.74304,8.99902\n9584,1646330781,47.74304,8.99903\n9585,1646330782,47.74304,8.99903\n9586,1646330783,47.74305,8.99902\n9587,1646330784,47.74305,8.99902\n9588,1646330785,47.74305,8.99901\n9589,1646330786,47.74306,8.99901\n9590,1646330787,47.74306,8.99901\n9591,1646330788,47.74306,8.99900\n9592,1646330789,47.74306,8.99900\n9593,1646330790,47.74306,8.99899\n9594,1646330791,47.74305,8.99898\n9595,1646330793,47.74305,8.99899\n9596,1646330794,47.74305,8.99899\n9597,1646330795,47.74305,8.99899\n9598,1646330796,47.74305,8.99899\n9599,1646330797,47.74305,8.99899\n9600,1646330798,47.74305,8.99899\n9601,1646330799,47.74305,8.99899\n9602,1646330800,47.74304,8.99898\n9603,1646330801,47.74304,8.99898\n9604,1646330802,47.74304,8.99898\n9605,1646330803,47.74304,8.99897\n9606,1646330804,47.74304,8.99897\n9607,1646330805,47.74304,8.99897\n9608,1646330806,47.74304,8.99897\n9609,1646330807,47.74304,8.99896\n9610,1646330808,47.74304,8.99896\n9611,1646330809,47.74304,8.99896\n9612,1646330810,47.74304,8.99896\n9613,1646330811,47.74304,8.99896\n9614,1646330812,47.74303,8.99896\n9615,1646330813,47.74303,8.99896\n9616,1646330814,47.74303,8.99896\n9617,1646330815,47.74303,8.99896\n9618,1646330816,47.74303,8.99896\n9619,1646330817,47.74303,8.99896\n9620,1646330818,47.74303,8.99896\n9621,1646330819,47.74303,8.99896\n9622,1646330820,47.74303,8.99896\n9623,1646330821,47.74303,8.99896\n9624,1646330822,47.74303,8.99896\n9625,1646330823,47.74303,8.99896\n9626,1646330824,47.74303,8.99896\n9627,1646330825,47.74303,8.99896\n9628,1646330826,47.74303,8.99896\n9629,1646330827,47.74303,8.99896\n9630,1646330828,47.74303,8.99896\n9631,1646330829,47.74303,8.99896\n9632,1646330830,47.74303,8.99896\n9633,1646330831,47.74303,8.99896\n9634,1646330832,47.74303,8.99896\n9635,1646330833,47.74303,8.99896\n9636,1646330834,47.74303,8.99896\n9637,1646330835,47.74303,8.99896\n9638,1646330836,47.74303,8.99896\n9639,1646330837,47.74303,8.99896\n9640,1646330838,47.74303,8.99896\n9641,1646330839,47.74303,8.99896\n9642,1646330840,47.74303,8.99896\n9643,1646330841,47.74303,8.99896\n9644,1646330842,47.74303,8.99896\n9645,1646330843,47.74303,8.99896\n9646,1646330844,47.74303,8.99896\n9647,1646330845,47.74303,8.99896\n9648,1646330846,47.74303,8.99896\n9649,1646330847,47.74303,8.99896\n9650,1646330848,47.74303,8.99896\n9651,1646330849,47.74303,8.99896\n9652,1646330850,47.74303,8.99896\n9653,1646330851,47.74303,8.99896\n9654,1646330852,47.74303,8.99896\n9655,1646330853,47.74303,8.99896\n9656,1646330854,47.74303,8.99896\n9657,1646330855,47.74303,8.99896\n9658,1646330856,47.74303,8.99896\n9659,1646330857,47.74303,8.99896\n9660,1646330858,47.74303,8.99896\n9661,1646330859,47.74303,8.99896\n9662,1646330860,47.74303,8.99896\n9663,1646330861,47.74303,8.99896\n9664,1646330862,47.74303,8.99896\n9665,1646330863,47.74304,8.99896\n9666,1646330864,47.74304,8.99896\n9667,1646330865,47.74304,8.99897\n9668,1646330866,47.74304,8.99897\n9669,1646330867,47.74304,8.99897\n9670,1646330868,47.74304,8.99897\n9671,1646330869,47.74304,8.99897\n9672,1646330870,47.74305,8.99898\n9673,1646330871,47.74305,8.99898\n9674,1646330872,47.74305,8.99898\n9675,1646330873,47.74305,8.99898\n9676,1646330874,47.74305,8.99898\n9677,1646330875,47.74305,8.99899\n9678,1646330876,47.74305,8.99899\n9679,1646330877,47.74305,8.99898\n9680,1646330878,47.74305,8.99899\n9681,1646330879,47.74305,8.99899\n9682,1646330880,47.74305,8.99899\n9683,1646330881,47.74305,8.99899\n9684,1646330882,47.74305,8.99899\n9685,1646330883,47.74305,8.99899\n9686,1646330884,47.74305,8.99899\n9687,1646330885,47.74305,8.99899\n9688,1646330886,47.74305,8.99899\n9689,1646330887,47.74305,8.99898\n9690,1646330888,47.74305,8.99898\n9691,1646330889,47.74305,8.99899\n9692,1646330890,47.74305,8.99899\n9693,1646330891,47.74305,8.99899\n9694,1646330892,47.74305,8.99899\n9695,1646330893,47.74305,8.99899\n9696,1646330894,47.74305,8.99899\n9697,1646330895,47.74305,8.99899\n9698,1646330896,47.74305,8.99899\n9699,1646330897,47.74306,8.99899\n9700,1646330898,47.74306,8.99899\n9701,1646330899,47.74306,8.99899\n9702,1646330900,47.74306,8.99899\n9703,1646330901,47.74306,8.99899\n9704,1646330902,47.74306,8.99899\n9705,1646330903,47.74306,8.99899\n9706,1646330904,47.74306,8.99899\n9707,1646330905,47.74306,8.99899\n9708,1646330906,47.74306,8.99899\n9709,1646330907,47.74306,8.99899\n9710,1646330908,47.74306,8.99899\n9711,1646330909,47.74306,8.99899\n9712,1646330910,47.74306,8.99899\n9713,1646330911,47.74306,8.99899\n9714,1646330912,47.74306,8.99899\n9715,1646330913,47.74306,8.99899\n9716,1646330914,47.74306,8.99899\n9717,1646330915,47.74306,8.99899\n9718,1646330916,47.74306,8.99899\n9719,1646330917,47.74306,8.99899\n9720,1646330918,47.74306,8.99899\n9721,1646330919,47.74306,8.99899\n9722,1646330920,47.74306,8.99899\n9723,1646330921,47.74306,8.99899\n9724,1646330922,47.74306,8.99899\n9725,1646330923,47.74306,8.99899\n9726,1646330924,47.74306,8.99899\n9727,1646330925,47.74306,8.99899\n9728,1646330926,47.74306,8.99899\n9729,1646330927,47.74306,8.99899\n9730,1646330928,47.74306,8.99899\n9731,1646330929,47.74306,8.99899\n9732,1646330930,47.74306,8.99899\n9733,1646330931,47.74306,8.99899\n9734,1646330932,47.74306,8.99899\n9735,1646330933,47.74306,8.99899\n9736,1646330934,47.74306,8.99899\n9737,1646330935,47.74306,8.99899\n9738,1646330936,47.74306,8.99899\n9739,1646330937,47.74306,8.99899\n9740,1646330938,47.74306,8.99899\n9741,1646330939,47.74306,8.99899\n9742,1646330940,47.74306,8.99899\n9743,1646330941,47.74306,8.99899\n9744,1646330942,47.74306,8.99899\n9745,1646330943,47.74306,8.99899\n9746,1646330944,47.74306,8.99899\n9747,1646330945,47.74306,8.99899\n9748,1646330946,47.74306,8.99899\n9749,1646330947,47.74306,8.99899\n9750,1646330948,47.74306,8.99899\n9751,1646330949,47.74306,8.99899\n9752,1646330950,47.74306,8.99899\n9753,1646330951,47.74306,8.99899\n9754,1646330952,47.74306,8.99899\n9755,1646330953,47.74306,8.99899\n9756,1646330954,47.74306,8.99899\n9757,1646330955,47.74306,8.99899\n9758,1646330956,47.74306,8.99899\n9759,1646330957,47.74306,8.99899\n9760,1646330958,47.74306,8.99899\n9761,1646330959,47.74306,8.99899\n9762,1646330960,47.74306,8.99899\n9763,1646330961,47.74306,8.99899\n9764,1646330962,47.74306,8.99899\n9765,1646330963,47.74306,8.99899\n9766,1646330964,47.74306,8.99899\n9767,1646330965,47.74306,8.99899\n9768,1646330966,47.74306,8.99899\n9769,1646330967,47.74306,8.99899\n9770,1646330968,47.74306,8.99899\n9771,1646330969,47.74306,8.99899\n9772,1646330970,47.74306,8.99899\n9773,1646330971,47.74306,8.99899\n9774,1646330972,47.74306,8.99899\n9775,1646330973,47.74306,8.99899\n9776,1646330974,47.74306,8.99899\n9777,1646330975,47.74306,8.99899\n9778,1646330976,47.74306,8.99899\n9779,1646330977,47.74306,8.99899\n9780,1646330978,47.74306,8.99899\n9781,1646330979,47.74306,8.99899\n9782,1646330980,47.74306,8.99899\n9783,1646330981,47.74306,8.99899\n9784,1646330982,47.74306,8.99899\n9785,1646330983,47.74306,8.99899\n9786,1646330984,47.74306,8.99899\n9787,1646330985,47.74306,8.99899\n9788,1646330986,47.74306,8.99899\n9789,1646330987,47.74306,8.99899\n9790,1646330988,47.74306,8.99899\n9791,1646330989,47.74306,8.99899\n9792,1646330990,47.74306,8.99899\n9793,1646330991,47.74306,8.99899\n9794,1646330992,47.74306,8.99899\n9795,1646330993,47.74306,8.99899\n9796,1646330994,47.74306,8.99899\n9797,1646330995,47.74306,8.99899\n9798,1646330996,47.74306,8.99899\n9799,1646330997,47.74306,8.99899\n9800,1646330998,47.74306,8.99899\n9801,1646330999,47.74306,8.99899\n9802,1646331000,47.74306,8.99899\n9803,1646331001,47.74306,8.99899\n9804,1646331002,47.74306,8.99899\n9805,1646331003,47.74306,8.99899\n9806,1646331004,47.74306,8.99899\n9807,1646331005,47.74306,8.99899\n9808,1646331006,47.74306,8.99899\n9809,1646331007,47.74306,8.99899\n9810,1646331008,47.74306,8.99899\n9811,1646331009,47.74306,8.99899\n9812,1646331010,47.74306,8.99899\n9813,1646331011,47.74306,8.99899\n9814,1646331012,47.74306,8.99899\n9815,1646331013,47.74306,8.99899\n9816,1646331014,47.74306,8.99899\n9817,1646331015,47.74306,8.99899\n9818,1646331016,47.74306,8.99899\n9819,1646331017,47.74306,8.99899\n9820,1646331018,47.74306,8.99899\n9821,1646331019,47.74306,8.99899\n9822,1646331020,47.74306,8.99899\n9823,1646331021,47.74306,8.99899\n9824,1646331022,47.74306,8.99899\n9825,1646331023,47.74306,8.99899\n9826,1646331024,47.74306,8.99899\n9827,1646331025,47.74306,8.99899\n9828,1646331026,47.74306,8.99899\n9829,1646331027,47.74306,8.99899\n9830,1646331028,47.74306,8.99899\n9831,1646331029,47.74306,8.99899\n9832,1646331030,47.74306,8.99899\n9833,1646331031,47.74306,8.99899\n9834,1646331032,47.74306,8.99899\n9835,1646331033,47.74306,8.99899\n9836,1646331034,47.74306,8.99899\n9837,1646331035,47.74306,8.99899\n9838,1646331036,47.74306,8.99899\n9839,1646331037,47.74306,8.99899\n9840,1646331038,47.74306,8.99899\n9841,1646331039,47.74306,8.99899\n9842,1646331040,47.74306,8.99899\n9843,1646331041,47.74306,8.99899\n9844,1646331042,47.74306,8.99899\n9845,1646331043,47.74306,8.99899\n9846,1646331044,47.74306,8.99899\n9847,1646331045,47.74306,8.99899\n9848,1646331046,47.74306,8.99899\n9849,1646331047,47.74306,8.99899\n9850,1646331048,47.74306,8.99899\n9851,1646331049,47.74306,8.99899\n9852,1646331050,47.74306,8.99899\n9853,1646331051,47.74306,8.99899\n9854,1646331052,47.74306,8.99899\n9855,1646331053,47.74306,8.99899\n9856,1646331054,47.74306,8.99899\n9857,1646331055,47.74306,8.99899\n9858,1646331056,47.74306,8.99899\n9859,1646331057,47.74306,8.99899\n9860,1646331058,47.74306,8.99899\n9861,1646331059,47.74306,8.99899\n9862,1646331060,47.74306,8.99899\n9863,1646331061,47.74306,8.99899\n9864,1646331062,47.74306,8.99899\n9865,1646331063,47.74306,8.99899\n9866,1646331064,47.74306,8.99899\n9867,1646331065,47.74306,8.99899\n9868,1646331066,47.74306,8.99899\n9869,1646331067,47.74306,8.99899\n9870,1646331068,47.74306,8.99899\n9871,1646331069,47.74306,8.99899\n9872,1646331070,47.74306,8.99899\n9873,1646331071,47.74306,8.99899\n9874,1646331072,47.74306,8.99899\n9875,1646331073,47.74306,8.99899\n9876,1646331074,47.74306,8.99899\n9877,1646331075,47.74306,8.99899\n9878,1646331076,47.74306,8.99899\n9879,1646331077,47.74306,8.99899\n9880,1646331078,47.74306,8.99899\n9881,1646331079,47.74306,8.99899\n9882,1646331080,47.74306,8.99899\n9883,1646331081,47.74306,8.99899\n9884,1646331082,47.74306,8.99899\n9885,1646331083,47.74306,8.99899\n9886,1646331084,47.74306,8.99899\n9887,1646331085,47.74306,8.99899\n9888,1646331086,47.74306,8.99899\n9889,1646331087,47.74306,8.99899\n9890,1646331088,47.74306,8.99899\n9891,1646331089,47.74306,8.99899\n9892,1646331090,47.74306,8.99899\n9893,1646331091,47.74306,8.99899\n9894,1646331092,47.74306,8.99899\n9895,1646331093,47.74306,8.99899\n9896,1646331094,47.74306,8.99899\n9897,1646331095,47.74306,8.99899\n9898,1646331096,47.74306,8.99899\n9899,1646331097,47.74306,8.99899\n9900,1646331098,47.74306,8.99899\n9901,1646331099,47.74306,8.99899\n9902,1646331100,47.74306,8.99899\n9903,1646331101,47.74306,8.99899\n9904,1646331102,47.74306,8.99899\n9905,1646331103,47.74306,8.99899\n9906,1646331104,47.74306,8.99899\n9907,1646331105,47.74306,8.99899\n9908,1646331106,47.74306,8.99899\n9909,1646331107,47.74306,8.99899\n9910,1646331108,47.74306,8.99899\n9911,1646331109,47.74306,8.99899\n9912,1646331110,47.74306,8.99899\n9913,1646331111,47.74306,8.99899\n9914,1646331112,47.74306,8.99899\n9915,1646331113,47.74306,8.99899\n9916,1646331114,47.74306,8.99899\n9917,1646331115,47.74306,8.99899\n9918,1646331116,47.74306,8.99899\n9919,1646331117,47.74306,8.99899\n9920,1646331118,47.74306,8.99899\n9921,1646331119,47.74306,8.99899\n9922,1646331120,47.74306,8.99899\n9923,1646331121,47.74306,8.99899\n9924,1646331122,47.74306,8.99899\n9925,1646331123,47.74306,8.99899\n9926,1646331124,47.74306,8.99899\n9927,1646331125,47.74306,8.99899\n9928,1646331190,47.74300,8.99902\n9929,1646331191,47.74300,8.99900\n9930,1646331192,47.74300,8.99900\n9931,1646331193,47.74301,8.99898\n9932,1646331194,47.74301,8.99898\n9933,1646331195,47.74301,8.99897\n9934,1646331196,47.74302,8.99896\n9935,1646331197,47.74302,8.99896\n9936,1646331198,47.74302,8.99896\n9937,1646331199,47.74303,8.99896\n9938,1646331201,47.74303,8.99896\n9939,1646331202,47.74303,8.99896\n9940,1646331203,47.74303,8.99896\n9941,1646331204,47.74304,8.99896\n9942,1646331205,47.74304,8.99896\n9943,1646331206,47.74304,8.99896\n9944,1646331207,47.74305,8.99896\n9945,1646331208,47.74304,8.99896\n9946,1646331209,47.74305,8.99896\n9947,1646331210,47.74305,8.99896\n9948,1646331211,47.74305,8.99896\n9949,1646331212,47.74305,8.99896\n9950,1646331213,47.74305,8.99896\n9951,1646331214,47.74305,8.99896\n9952,1646331215,47.74305,8.99896\n9953,1646331216,47.74305,8.99896\n9954,1646331217,47.74306,8.99896\n9955,1646331218,47.74306,8.99896\n9956,1646331219,47.74306,8.99896\n9957,1646331220,47.74306,8.99896\n9958,1646331221,47.74306,8.99896\n9959,1646331222,47.74306,8.99896\n9960,1646331223,47.74306,8.99896\n9961,1646331224,47.74306,8.99896\n9962,1646331225,47.74306,8.99896\n9963,1646331226,47.74306,8.99896\n9964,1646331227,47.74306,8.99896\n9965,1646331228,47.74306,8.99896\n9966,1646331229,47.74306,8.99896\n9967,1646331230,47.74306,8.99896\n9968,1646331231,47.74306,8.99896\n9969,1646331232,47.74306,8.99896\n9970,1646331233,47.74306,8.99896\n9971,1646331234,47.74306,8.99896\n9972,1646331235,47.74306,8.99896\n9973,1646331236,47.74306,8.99896\n9974,1646331237,47.74306,8.99896\n9975,1646331238,47.74306,8.99896\n9976,1646331239,47.74306,8.99896\n9977,1646331240,47.74306,8.99896\n9978,1646331241,47.74306,8.99896\n9979,1646331242,47.74306,8.99896\n9980,1646331243,47.74306,8.99896\n9981,1646331244,47.74306,8.99896\n9982,1646331245,47.74306,8.99896\n9983,1646331246,47.74306,8.99896\n9984,1646331247,47.74306,8.99896\n9985,1646331248,47.74306,8.99896\n9986,1646331249,47.74306,8.99896\n9987,1646331250,47.74306,8.99896\n9988,1646331251,47.74306,8.99896\n9989,1646331252,47.74306,8.99896\n9990,1646331253,47.74306,8.99896\n9991,1646331254,47.74306,8.99896\n9992,1646331255,47.74306,8.99896\n9993,1646331256,47.74306,8.99896\n9994,1646331257,47.74306,8.99896\n9995,1646331258,47.74306,8.99896\n9996,1646331259,47.74306,8.99896\n9997,1646331260,47.74306,8.99896\n9998,1646331261,47.74306,8.99896\n9999,1646331326,47.74303,8.99898\n10000,1646331327,47.74302,8.99896\n10001,1646331328,47.74303,8.99895\n10002,1646331329,47.74304,8.99896\n10003,1646331330,47.74304,8.99897\n10004,1646331331,47.74304,8.99897\n10005,1646331332,47.74305,8.99897\n10006,1646331333,47.74306,8.99897\n10007,1646331334,47.74306,8.99897\n10008,1646331335,47.74306,8.99898\n10009,1646331336,47.74307,8.99898\n10010,1646331337,47.74306,8.99897\n10011,1646331339,47.74306,8.99897\n10012,1646331340,47.74306,8.99897\n10013,1646331341,47.74306,8.99897\n10014,1646331342,47.74306,8.99896\n10015,1646331343,47.74306,8.99896\n10016,1646331344,47.74306,8.99895\n10017,1646331345,47.74306,8.99894\n10018,1646331346,47.74306,8.99894\n10019,1646331347,47.74306,8.99894\n10020,1646331348,47.74306,8.99894\n10021,1646331349,47.74306,8.99894\n10022,1646331350,47.74306,8.99894\n10023,1646331351,47.74306,8.99894\n10024,1646331352,47.74306,8.99894\n10025,1646331353,47.74306,8.99894\n10026,1646331354,47.74306,8.99894\n10027,1646331355,47.74306,8.99893\n10028,1646331356,47.74306,8.99893\n10029,1646331357,47.74306,8.99893\n10030,1646331358,47.74306,8.99893\n10031,1646331359,47.74306,8.99893\n10032,1646331360,47.74306,8.99893\n10033,1646331361,47.74306,8.99893\n10034,1646331426,47.74314,8.99908\n10035,1646331427,47.74309,8.99901\n10036,1646331428,47.74308,8.99899\n10037,1646331429,47.74307,8.99898\n10038,1646331430,47.74307,8.99898\n10039,1646331431,47.74308,8.99898\n10040,1646331432,47.74307,8.99897\n10041,1646331433,47.74307,8.99897\n10042,1646331434,47.74306,8.99896\n10043,1646331435,47.74306,8.99896\n10044,1646331436,47.74306,8.99896\n10045,1646331437,47.74306,8.99895\n10046,1646331438,47.74306,8.99895\n10047,1646331439,47.74306,8.99895\n10048,1646331440,47.74306,8.99895\n10049,1646331441,47.74305,8.99894\n10050,1646331442,47.74305,8.99894\n10051,1646331443,47.74305,8.99894\n10052,1646331444,47.74305,8.99894\n10053,1646331445,47.74305,8.99893\n10054,1646331446,47.74305,8.99893\n10055,1646331447,47.74305,8.99893\n10056,1646331448,47.74305,8.99893\n10057,1646331449,47.74305,8.99892\n10058,1646331450,47.74305,8.99892\n10059,1646331451,47.74305,8.99892\n10060,1646331452,47.74304,8.99892\n10061,1646331453,47.74304,8.99892\n10062,1646331454,47.74304,8.99892\n10063,1646331455,47.74304,8.99892\n10064,1646331456,47.74304,8.99893\n10065,1646331457,47.74304,8.99893\n10066,1646331458,47.74304,8.99893\n10067,1646331459,47.74304,8.99893\n10068,1646331460,47.74304,8.99893\n10069,1646331461,47.74304,8.99893\n10070,1646331527,47.74305,8.99895\n10071,1646331528,47.74304,8.99895\n10072,1646331529,47.74305,8.99894\n10073,1646331530,47.74305,8.99894\n10074,1646331531,47.74305,8.99894\n10075,1646331532,47.74305,8.99894\n10076,1646331533,47.74305,8.99894\n10077,1646331534,47.74305,8.99894\n10078,1646331535,47.74305,8.99894\n10079,1646331536,47.74306,8.99895\n10080,1646331538,47.74306,8.99895\n10081,1646331539,47.74306,8.99895\n10082,1646331540,47.74305,8.99895\n10083,1646331541,47.74305,8.99895\n10084,1646331542,47.74305,8.99894\n10085,1646331543,47.74305,8.99894\n10086,1646331544,47.74305,8.99894\n10087,1646331545,47.74305,8.99893\n10088,1646331546,47.74305,8.99893\n10089,1646331547,47.74305,8.99893\n10090,1646331548,47.74305,8.99893\n10091,1646331549,47.74304,8.99892\n10092,1646331550,47.74304,8.99892\n10093,1646331551,47.74304,8.99892\n10094,1646331552,47.74304,8.99892\n10095,1646331553,47.74304,8.99892\n10096,1646331554,47.74304,8.99892\n10097,1646331555,47.74304,8.99892\n10098,1646331556,47.74304,8.99892\n10099,1646331557,47.74304,8.99892\n10100,1646331558,47.74304,8.99892\n10101,1646331622,47.74307,8.99901\n10102,1646331623,47.74307,8.99900\n10103,1646331624,47.74307,8.99900\n10104,1646331625,47.74307,8.99899\n10105,1646331626,47.74307,8.99898\n10106,1646331627,47.74307,8.99898\n10107,1646331628,47.74307,8.99897\n10108,1646331629,47.74306,8.99897\n10109,1646331630,47.74306,8.99896\n10110,1646331631,47.74305,8.99899\n10111,1646331633,47.74305,8.99899\n10112,1646331634,47.74305,8.99899\n10113,1646331635,47.74305,8.99899\n10114,1646331636,47.74305,8.99899\n10115,1646331637,47.74305,8.99898\n10116,1646331638,47.74305,8.99897\n10117,1646331639,47.74305,8.99897\n10118,1646331640,47.74305,8.99897\n10119,1646331641,47.74305,8.99897\n10120,1646331642,47.74305,8.99897\n10121,1646331643,47.74305,8.99896\n10122,1646331644,47.74305,8.99896\n10123,1646331645,47.74305,8.99896\n10124,1646331646,47.74306,8.99896\n10125,1646331647,47.74306,8.99896\n10126,1646331648,47.74306,8.99896\n10127,1646331649,47.74306,8.99896\n10128,1646331713,47.74300,8.99894\n10129,1646331714,47.74300,8.99894\n10130,1646331715,47.74300,8.99895\n10131,1646331716,47.74300,8.99895\n10132,1646331717,47.74300,8.99895\n10133,1646331718,47.74300,8.99894\n10134,1646331719,47.74299,8.99894\n10135,1646331720,47.74300,8.99894\n10136,1646331721,47.74299,8.99894\n10137,1646331723,47.74299,8.99894\n10138,1646331724,47.74299,8.99893\n10139,1646331725,47.74299,8.99893\n10140,1646331726,47.74300,8.99893\n10141,1646331727,47.74300,8.99893\n10142,1646331728,47.74300,8.99893\n10143,1646331729,47.74300,8.99892\n10144,1646331730,47.74300,8.99892\n10145,1646331731,47.74300,8.99892\n10146,1646331732,47.74300,8.99892\n10147,1646331733,47.74300,8.99892\n10148,1646331734,47.74300,8.99892\n10149,1646331735,47.74300,8.99892\n10150,1646331736,47.74300,8.99891\n10151,1646331737,47.74300,8.99891\n10152,1646331802,47.74312,8.99893\n10153,1646331803,47.74311,8.99894\n10154,1646331804,47.74311,8.99894\n10155,1646331805,47.74311,8.99895\n10156,1646331806,47.74311,8.99895\n10157,1646331807,47.74311,8.99896\n10158,1646331808,47.74311,8.99896\n10159,1646331809,47.74311,8.99896\n10160,1646331810,47.74310,8.99897\n10161,1646331811,47.74308,8.99895\n10162,1646331813,47.74308,8.99895\n10163,1646331814,47.74308,8.99895\n10164,1646331815,47.74308,8.99896\n10165,1646331816,47.74308,8.99895\n10166,1646331817,47.74308,8.99894\n10167,1646331818,47.74308,8.99894\n10168,1646331819,47.74309,8.99894\n10169,1646331820,47.74308,8.99894\n10170,1646331821,47.74309,8.99894\n10171,1646331822,47.74308,8.99893\n10172,1646331823,47.74308,8.99893\n10173,1646331887,47.74306,8.99889\n10174,1646331888,47.74306,8.99893\n10175,1646331889,47.74306,8.99893\n10176,1646331890,47.74306,8.99893\n10177,1646331891,47.74305,8.99892\n10178,1646331892,47.74305,8.99892\n10179,1646331893,47.74304,8.99892\n10180,1646331894,47.74304,8.99891\n10181,1646331895,47.74298,8.99884\n10182,1646331897,47.74298,8.99883\n10183,1646331898,47.74298,8.99882\n10184,1646331899,47.74298,8.99882\n10185,1646331900,47.74297,8.99882\n10186,1646331901,47.74297,8.99881\n10187,1646331902,47.74297,8.99881\n10188,1646331903,47.74297,8.99881\n10189,1646331904,47.74298,8.99883\n10190,1646331905,47.74299,8.99884\n10191,1646331906,47.74299,8.99884\n10192,1646331907,47.74300,8.99884\n10193,1646331972,47.74300,8.99888\n10194,1646331973,47.74301,8.99889\n10195,1646331974,47.74301,8.99888\n10196,1646331975,47.74302,8.99889\n10197,1646331976,47.74303,8.99889\n10198,1646331977,47.74303,8.99890\n10199,1646331978,47.74304,8.99890\n10200,1646331979,47.74304,8.99891\n10201,1646331980,47.74304,8.99891\n10202,1646331982,47.74305,8.99891\n10203,1646331983,47.74305,8.99891\n10204,1646331984,47.74305,8.99891\n10205,1646331985,47.74305,8.99891\n10206,1646331986,47.74305,8.99891\n10207,1646331987,47.74306,8.99892\n10208,1646331988,47.74306,8.99893\n10209,1646331989,47.74306,8.99893\n10210,1646332054,47.74303,8.99889\n10211,1646332055,47.74303,8.99891\n10212,1646332056,47.74304,8.99893\n10213,1646332057,47.74305,8.99895\n10214,1646332058,47.74305,8.99896\n10215,1646332059,47.74306,8.99898\n10216,1646332060,47.74307,8.99899\n10217,1646332061,47.74307,8.99900\n10218,1646332062,47.74307,8.99901\n10219,1646332063,47.74308,8.99903\n10220,1646332064,47.74305,8.99900\n10221,1646332066,47.74305,8.99900\n10222,1646332067,47.74304,8.99900\n10223,1646332068,47.74304,8.99900\n10224,1646332069,47.74304,8.99899\n10225,1646332070,47.74304,8.99898\n10226,1646332071,47.74304,8.99898\n10227,1646332136,47.74302,8.99897\n10228,1646332137,47.74303,8.99897\n10229,1646332138,47.74303,8.99897\n10230,1646332139,47.74304,8.99896\n10231,1646332140,47.74304,8.99897\n10232,1646332141,47.74304,8.99897\n10233,1646332142,47.74304,8.99896\n10234,1646332143,47.74304,8.99896\n10235,1646332144,47.74304,8.99896\n10236,1646332145,47.74304,8.99896\n10237,1646332146,47.74303,8.99895\n10238,1646332147,47.74303,8.99895\n10239,1646332148,47.74299,8.99891\n10240,1646332150,47.74298,8.99891\n10241,1646332151,47.74299,8.99891\n10242,1646332217,47.74302,8.99883\n10243,1646332218,47.74301,8.99884\n10244,1646332219,47.74301,8.99882\n10245,1646332220,47.74300,8.99882\n10246,1646332221,47.74300,8.99881\n10247,1646332222,47.74300,8.99881\n10248,1646332223,47.74300,8.99880\n10249,1646332224,47.74299,8.99879\n10250,1646332225,47.74299,8.99880\n10251,1646332226,47.74299,8.99880\n10252,1646332228,47.74299,8.99880\n10253,1646332229,47.74299,8.99881\n10254,1646332230,47.74299,8.99881\n10255,1646332231,47.74300,8.99882\n10256,1646332297,47.74311,8.99893\n10257,1646332298,47.74312,8.99895\n10258,1646332299,47.74311,8.99896\n10259,1646332300,47.74310,8.99895\n10260,1646332301,47.74309,8.99894\n10261,1646332302,47.74308,8.99894\n10262,1646332303,47.74308,8.99894\n10263,1646332304,47.74305,8.99894\n10264,1646332306,47.74305,8.99893\n10265,1646332307,47.74304,8.99893\n10266,1646332308,47.74304,8.99893\n10267,1646332309,47.74304,8.99893\n10268,1646332310,47.74304,8.99893\n10269,1646332311,47.74304,8.99892\n10270,1646332375,47.74320,8.99906\n10271,1646332376,47.74316,8.99900\n10272,1646332377,47.74314,8.99900\n10273,1646332378,47.74314,8.99900\n10274,1646332379,47.74313,8.99900\n10275,1646332380,47.74312,8.99898\n10276,1646332381,47.74312,8.99898\n10277,1646332382,47.74311,8.99898\n10278,1646332383,47.74310,8.99898\n10279,1646332384,47.74310,8.99898\n10280,1646332385,47.74310,8.99897\n10281,1646332386,47.74310,8.99896\n10282,1646332387,47.74310,8.99896\n10283,1646332388,47.74310,8.99895\n10284,1646332389,47.74310,8.99894\n10285,1646332390,47.74310,8.99894\n10286,1646332391,47.74309,8.99895\n10287,1646332392,47.74308,8.99896\n10288,1646332393,47.74308,8.99896\n10289,1646332394,47.74307,8.99897\n10290,1646332395,47.74306,8.99897\n10291,1646332396,47.74306,8.99898\n10292,1646332397,47.74306,8.99899\n10293,1646332398,47.74305,8.99900\n10294,1646332399,47.74304,8.99902\n10295,1646332400,47.74303,8.99906\n10296,1646332401,47.74303,8.99914\n10297,1646332402,47.74299,8.99923\n10298,1646332403,47.74298,8.99927\n10299,1646332404,47.74297,8.99931\n10300,1646332405,47.74296,8.99935\n10301,1646332406,47.74296,8.99938\n10302,1646332407,47.74296,8.99941\n10303,1646332408,47.74294,8.99944\n10304,1646332409,47.74293,8.99948\n10305,1646332410,47.74293,8.99952\n10306,1646332411,47.74293,8.99957\n10307,1646332412,47.74290,8.99964\n10308,1646332484,47.74327,8.99862\n10309,1646332485,47.74326,8.99867\n*END MEMORY*\nV201, ID: 30-083C, 3443mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 1 s\n- Min HDOP (x10): 30\n- Activation delay: 120 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/08_PetDogWalk_1s_Interval/20220304_PetDog_1s_Interval_13105_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646383774,47.74354,8.99901\n2,1646383776,47.74356,8.99899\n3,1646383777,47.74356,8.99899\n4,1646383779,47.74359,8.99900\n5,1646383780,47.74361,8.99900\n6,1646383786,47.74367,8.99897\n7,1646383787,47.74368,8.99896\n8,1646383788,47.74370,8.99895\n9,1646383789,47.74371,8.99894\n10,1646383790,47.74372,8.99893\n11,1646383791,47.74374,8.99891\n12,1646383792,47.74375,8.99890\n13,1646383793,47.74377,8.99889\n14,1646383794,47.74379,8.99888\n15,1646383795,47.74380,8.99888\n16,1646383796,47.74382,8.99887\n17,1646383797,47.74383,8.99885\n18,1646383798,47.74385,8.99884\n19,1646383799,47.74386,8.99883\n20,1646383800,47.74388,8.99883\n21,1646383801,47.74388,8.99881\n22,1646383802,47.74389,8.99880\n23,1646383803,47.74391,8.99879\n24,1646383804,47.74392,8.99878\n25,1646383805,47.74393,8.99877\n26,1646383806,47.74394,8.99876\n27,1646383807,47.74394,8.99875\n28,1646383808,47.74396,8.99875\n29,1646383809,47.74397,8.99874\n30,1646383810,47.74399,8.99874\n31,1646383811,47.74400,8.99873\n32,1646383812,47.74402,8.99872\n33,1646383813,47.74403,8.99871\n34,1646383814,47.74405,8.99870\n35,1646383815,47.74406,8.99869\n36,1646383816,47.74407,8.99868\n37,1646383817,47.74409,8.99867\n38,1646383818,47.74410,8.99865\n39,1646383819,47.74410,8.99863\n40,1646383820,47.74411,8.99862\n41,1646383821,47.74412,8.99860\n42,1646383822,47.74413,8.99859\n43,1646383823,47.74414,8.99857\n44,1646383824,47.74415,8.99856\n45,1646383825,47.74416,8.99854\n46,1646383826,47.74416,8.99853\n47,1646383827,47.74417,8.99852\n48,1646383828,47.74418,8.99851\n49,1646383829,47.74419,8.99849\n50,1646383830,47.74420,8.99848\n51,1646383831,47.74421,8.99846\n52,1646383832,47.74422,8.99845\n53,1646383833,47.74423,8.99843\n54,1646383834,47.74424,8.99841\n55,1646383835,47.74424,8.99840\n56,1646383836,47.74425,8.99838\n57,1646383837,47.74426,8.99837\n58,1646383838,47.74427,8.99835\n59,1646383839,47.74427,8.99834\n60,1646383840,47.74428,8.99832\n61,1646383841,47.74429,8.99830\n62,1646383842,47.74430,8.99829\n63,1646383843,47.74430,8.99827\n64,1646383844,47.74431,8.99825\n65,1646383845,47.74431,8.99824\n66,1646383846,47.74432,8.99822\n67,1646383847,47.74433,8.99820\n68,1646383848,47.74434,8.99818\n69,1646383849,47.74434,8.99817\n70,1646383850,47.74435,8.99815\n71,1646383851,47.74435,8.99813\n72,1646383852,47.74436,8.99811\n73,1646383853,47.74436,8.99810\n74,1646383854,47.74437,8.99808\n75,1646383855,47.74438,8.99806\n76,1646383856,47.74439,8.99805\n77,1646383857,47.74439,8.99803\n78,1646383858,47.74440,8.99802\n79,1646383859,47.74441,8.99800\n80,1646383860,47.74442,8.99798\n81,1646383861,47.74443,8.99797\n82,1646383862,47.74444,8.99795\n83,1646383863,47.74444,8.99793\n84,1646383864,47.74445,8.99791\n85,1646383865,47.74446,8.99790\n86,1646383866,47.74447,8.99788\n87,1646383867,47.74448,8.99786\n88,1646383868,47.74448,8.99784\n89,1646383869,47.74449,8.99782\n90,1646383870,47.74450,8.99780\n91,1646383871,47.74451,8.99779\n92,1646383872,47.74452,8.99778\n93,1646383873,47.74453,8.99776\n94,1646383874,47.74453,8.99774\n95,1646383875,47.74454,8.99772\n96,1646383876,47.74455,8.99770\n97,1646383877,47.74456,8.99769\n98,1646383878,47.74456,8.99767\n99,1646383879,47.74457,8.99765\n100,1646383880,47.74458,8.99764\n101,1646383881,47.74459,8.99762\n102,1646383882,47.74459,8.99760\n103,1646383883,47.74460,8.99758\n104,1646383884,47.74460,8.99756\n105,1646383885,47.74461,8.99754\n106,1646383886,47.74461,8.99753\n107,1646383887,47.74461,8.99751\n108,1646383888,47.74462,8.99750\n109,1646383889,47.74462,8.99749\n110,1646383890,47.74462,8.99748\n111,1646383891,47.74463,8.99746\n112,1646383892,47.74463,8.99746\n113,1646383893,47.74463,8.99746\n114,1646383894,47.74462,8.99746\n115,1646383895,47.74462,8.99746\n116,1646383896,47.74462,8.99746\n117,1646383897,47.74462,8.99746\n118,1646383898,47.74462,8.99746\n119,1646383899,47.74462,8.99746\n120,1646383900,47.74462,8.99746\n121,1646383901,47.74462,8.99746\n122,1646383902,47.74462,8.99746\n123,1646383903,47.74462,8.99746\n124,1646383904,47.74461,8.99745\n125,1646383905,47.74461,8.99744\n126,1646383906,47.74462,8.99744\n127,1646383907,47.74462,8.99744\n128,1646383908,47.74462,8.99744\n129,1646383909,47.74462,8.99744\n130,1646383910,47.74462,8.99744\n131,1646383911,47.74462,8.99744\n132,1646383912,47.74462,8.99742\n133,1646383913,47.74462,8.99740\n134,1646383914,47.74462,8.99738\n135,1646383915,47.74463,8.99735\n136,1646383916,47.74463,8.99733\n137,1646383917,47.74463,8.99731\n138,1646383918,47.74463,8.99729\n139,1646383919,47.74463,8.99727\n140,1646383920,47.74464,8.99725\n141,1646383921,47.74464,8.99723\n142,1646383922,47.74464,8.99720\n143,1646383923,47.74464,8.99718\n144,1646383924,47.74465,8.99716\n145,1646383925,47.74465,8.99714\n146,1646383926,47.74465,8.99712\n147,1646383927,47.74466,8.99710\n148,1646383928,47.74466,8.99708\n149,1646383929,47.74466,8.99706\n150,1646383930,47.74467,8.99704\n151,1646383931,47.74467,8.99702\n152,1646383932,47.74467,8.99700\n153,1646383933,47.74467,8.99698\n154,1646383934,47.74468,8.99696\n155,1646383935,47.74468,8.99694\n156,1646383936,47.74468,8.99691\n157,1646383937,47.74469,8.99689\n158,1646383938,47.74469,8.99687\n159,1646383939,47.74469,8.99685\n160,1646383940,47.74470,8.99683\n161,1646383941,47.74470,8.99681\n162,1646383942,47.74470,8.99680\n163,1646383943,47.74470,8.99678\n164,1646383944,47.74470,8.99676\n165,1646383945,47.74471,8.99674\n166,1646383946,47.74471,8.99672\n167,1646383947,47.74471,8.99669\n168,1646383948,47.74471,8.99668\n169,1646383949,47.74472,8.99666\n170,1646383950,47.74472,8.99665\n171,1646383951,47.74473,8.99664\n172,1646383952,47.74473,8.99664\n173,1646383953,47.74473,8.99664\n174,1646383954,47.74473,8.99664\n175,1646383955,47.74472,8.99664\n176,1646383956,47.74472,8.99664\n177,1646383957,47.74471,8.99662\n178,1646383958,47.74471,8.99660\n179,1646383959,47.74471,8.99658\n180,1646383960,47.74472,8.99656\n181,1646383961,47.74472,8.99654\n182,1646383962,47.74472,8.99652\n183,1646383963,47.74473,8.99650\n184,1646383964,47.74473,8.99648\n185,1646383965,47.74473,8.99646\n186,1646383966,47.74474,8.99644\n187,1646383967,47.74474,8.99642\n188,1646383968,47.74475,8.99640\n189,1646383969,47.74475,8.99638\n190,1646383970,47.74476,8.99637\n191,1646383971,47.74476,8.99636\n192,1646383972,47.74477,8.99635\n193,1646383973,47.74477,8.99634\n194,1646383974,47.74477,8.99633\n195,1646383975,47.74477,8.99632\n196,1646383977,47.74477,8.99631\n197,1646383978,47.74477,8.99631\n198,1646383979,47.74477,8.99631\n199,1646383980,47.74477,8.99631\n200,1646383981,47.74477,8.99631\n201,1646383982,47.74477,8.99631\n202,1646383983,47.74477,8.99631\n203,1646383984,47.74477,8.99631\n204,1646383985,47.74477,8.99631\n205,1646383986,47.74477,8.99631\n206,1646383987,47.74477,8.99631\n207,1646383988,47.74476,8.99630\n208,1646383989,47.74475,8.99630\n209,1646383990,47.74475,8.99630\n210,1646383991,47.74475,8.99630\n211,1646383992,47.74475,8.99630\n212,1646383993,47.74475,8.99630\n213,1646383994,47.74475,8.99630\n214,1646383995,47.74475,8.99629\n215,1646383996,47.74475,8.99627\n216,1646383997,47.74476,8.99625\n217,1646383998,47.74476,8.99623\n218,1646383999,47.74476,8.99621\n219,1646384000,47.74476,8.99620\n220,1646384001,47.74477,8.99618\n221,1646384002,47.74477,8.99616\n222,1646384003,47.74477,8.99615\n223,1646384004,47.74477,8.99613\n224,1646384005,47.74477,8.99611\n225,1646384006,47.74478,8.99608\n226,1646384007,47.74478,8.99606\n227,1646384008,47.74478,8.99604\n228,1646384009,47.74479,8.99602\n229,1646384010,47.74479,8.99600\n230,1646384011,47.74479,8.99599\n231,1646384012,47.74479,8.99596\n232,1646384013,47.74479,8.99594\n233,1646384014,47.74480,8.99592\n234,1646384015,47.74480,8.99590\n235,1646384016,47.74480,8.99588\n236,1646384017,47.74480,8.99586\n237,1646384018,47.74481,8.99585\n238,1646384019,47.74481,8.99583\n239,1646384020,47.74481,8.99581\n240,1646384021,47.74481,8.99580\n241,1646384022,47.74482,8.99578\n242,1646384023,47.74482,8.99576\n243,1646384024,47.74482,8.99574\n244,1646384025,47.74482,8.99572\n245,1646384026,47.74482,8.99570\n246,1646384027,47.74483,8.99568\n247,1646384028,47.74483,8.99566\n248,1646384029,47.74483,8.99565\n249,1646384030,47.74483,8.99563\n250,1646384031,47.74484,8.99561\n251,1646384032,47.74484,8.99559\n252,1646384033,47.74484,8.99557\n253,1646384034,47.74484,8.99555\n254,1646384035,47.74485,8.99553\n255,1646384036,47.74485,8.99551\n256,1646384037,47.74485,8.99549\n257,1646384038,47.74486,8.99547\n258,1646384039,47.74486,8.99545\n259,1646384040,47.74486,8.99543\n260,1646384041,47.74486,8.99541\n261,1646384042,47.74487,8.99539\n262,1646384043,47.74487,8.99537\n263,1646384044,47.74487,8.99535\n264,1646384045,47.74487,8.99533\n265,1646384046,47.74487,8.99532\n266,1646384047,47.74488,8.99530\n267,1646384048,47.74488,8.99528\n268,1646384049,47.74488,8.99526\n269,1646384050,47.74488,8.99524\n270,1646384051,47.74489,8.99522\n271,1646384052,47.74489,8.99520\n272,1646384053,47.74489,8.99518\n273,1646384054,47.74490,8.99516\n274,1646384055,47.74490,8.99514\n275,1646384056,47.74490,8.99512\n276,1646384057,47.74490,8.99510\n277,1646384058,47.74491,8.99508\n278,1646384059,47.74491,8.99507\n279,1646384060,47.74491,8.99505\n280,1646384061,47.74491,8.99503\n281,1646384062,47.74491,8.99501\n282,1646384063,47.74492,8.99499\n283,1646384064,47.74492,8.99497\n284,1646384065,47.74492,8.99496\n285,1646384066,47.74492,8.99494\n286,1646384067,47.74492,8.99492\n287,1646384068,47.74493,8.99491\n288,1646384069,47.74493,8.99489\n289,1646384070,47.74493,8.99487\n290,1646384071,47.74494,8.99485\n291,1646384072,47.74494,8.99483\n292,1646384073,47.74494,8.99481\n293,1646384074,47.74494,8.99480\n294,1646384075,47.74494,8.99478\n295,1646384076,47.74495,8.99476\n296,1646384077,47.74495,8.99474\n297,1646384078,47.74495,8.99473\n298,1646384079,47.74495,8.99471\n299,1646384080,47.74496,8.99469\n300,1646384081,47.74496,8.99467\n301,1646384082,47.74496,8.99465\n302,1646384083,47.74496,8.99463\n303,1646384084,47.74497,8.99461\n304,1646384085,47.74497,8.99459\n305,1646384086,47.74497,8.99457\n306,1646384087,47.74497,8.99455\n307,1646384088,47.74498,8.99453\n308,1646384089,47.74498,8.99451\n309,1646384090,47.74498,8.99449\n310,1646384091,47.74498,8.99448\n311,1646384092,47.74499,8.99446\n312,1646384093,47.74499,8.99444\n313,1646384094,47.74499,8.99442\n314,1646384095,47.74499,8.99440\n315,1646384096,47.74499,8.99439\n316,1646384097,47.74499,8.99437\n317,1646384098,47.74499,8.99436\n318,1646384099,47.74500,8.99434\n319,1646384100,47.74500,8.99432\n320,1646384101,47.74500,8.99431\n321,1646384102,47.74500,8.99429\n322,1646384103,47.74501,8.99427\n323,1646384104,47.74501,8.99425\n324,1646384105,47.74501,8.99422\n325,1646384106,47.74501,8.99420\n326,1646384107,47.74502,8.99419\n327,1646384108,47.74502,8.99417\n328,1646384109,47.74503,8.99415\n329,1646384110,47.74504,8.99414\n330,1646384111,47.74505,8.99413\n331,1646384112,47.74505,8.99412\n332,1646384113,47.74506,8.99411\n333,1646384114,47.74506,8.99411\n334,1646384115,47.74507,8.99412\n335,1646384116,47.74507,8.99413\n336,1646384117,47.74508,8.99415\n337,1646384118,47.74510,8.99416\n338,1646384119,47.74512,8.99417\n339,1646384120,47.74513,8.99418\n340,1646384121,47.74514,8.99419\n341,1646384122,47.74516,8.99419\n342,1646384123,47.74517,8.99420\n343,1646384124,47.74518,8.99421\n344,1646384125,47.74520,8.99421\n345,1646384126,47.74521,8.99422\n346,1646384127,47.74522,8.99422\n347,1646384128,47.74523,8.99422\n348,1646384129,47.74523,8.99422\n349,1646384130,47.74524,8.99423\n350,1646384131,47.74526,8.99423\n351,1646384132,47.74527,8.99424\n352,1646384133,47.74529,8.99425\n353,1646384134,47.74530,8.99425\n354,1646384135,47.74532,8.99426\n355,1646384136,47.74533,8.99426\n356,1646384137,47.74535,8.99427\n357,1646384138,47.74536,8.99427\n358,1646384139,47.74537,8.99428\n359,1646384140,47.74539,8.99429\n360,1646384141,47.74540,8.99429\n361,1646384142,47.74541,8.99430\n362,1646384143,47.74542,8.99430\n363,1646384144,47.74544,8.99430\n364,1646384145,47.74545,8.99431\n365,1646384146,47.74546,8.99431\n366,1646384147,47.74547,8.99432\n367,1646384148,47.74549,8.99432\n368,1646384149,47.74550,8.99433\n369,1646384150,47.74552,8.99433\n370,1646384151,47.74554,8.99434\n371,1646384152,47.74555,8.99435\n372,1646384153,47.74556,8.99435\n373,1646384154,47.74557,8.99435\n374,1646384155,47.74558,8.99436\n375,1646384156,47.74560,8.99436\n376,1646384157,47.74561,8.99437\n377,1646384158,47.74562,8.99437\n378,1646384159,47.74563,8.99438\n379,1646384160,47.74565,8.99438\n380,1646384161,47.74566,8.99439\n381,1646384162,47.74568,8.99439\n382,1646384163,47.74569,8.99440\n383,1646384164,47.74570,8.99441\n384,1646384165,47.74572,8.99441\n385,1646384166,47.74573,8.99442\n386,1646384167,47.74574,8.99443\n387,1646384168,47.74576,8.99444\n388,1646384169,47.74577,8.99445\n389,1646384170,47.74578,8.99445\n390,1646384171,47.74579,8.99446\n391,1646384172,47.74579,8.99447\n392,1646384173,47.74580,8.99448\n393,1646384174,47.74581,8.99449\n394,1646384175,47.74582,8.99451\n395,1646384176,47.74583,8.99451\n396,1646384177,47.74584,8.99452\n397,1646384178,47.74585,8.99453\n398,1646384179,47.74585,8.99455\n399,1646384180,47.74586,8.99456\n400,1646384181,47.74586,8.99458\n401,1646384182,47.74587,8.99459\n402,1646384183,47.74588,8.99461\n403,1646384184,47.74589,8.99463\n404,1646384185,47.74590,8.99464\n405,1646384186,47.74591,8.99466\n406,1646384187,47.74592,8.99468\n407,1646384188,47.74593,8.99469\n408,1646384189,47.74594,8.99471\n409,1646384190,47.74595,8.99473\n410,1646384191,47.74596,8.99474\n411,1646384192,47.74597,8.99475\n412,1646384193,47.74598,8.99477\n413,1646384194,47.74599,8.99478\n414,1646384195,47.74600,8.99480\n415,1646384196,47.74601,8.99481\n416,1646384197,47.74601,8.99483\n417,1646384198,47.74602,8.99484\n418,1646384199,47.74603,8.99486\n419,1646384200,47.74604,8.99487\n420,1646384201,47.74605,8.99488\n421,1646384202,47.74606,8.99490\n422,1646384203,47.74607,8.99491\n423,1646384204,47.74608,8.99493\n424,1646384205,47.74609,8.99495\n425,1646384206,47.74610,8.99496\n426,1646384207,47.74611,8.99498\n427,1646384208,47.74612,8.99499\n428,1646384209,47.74613,8.99500\n429,1646384210,47.74614,8.99501\n430,1646384211,47.74615,8.99503\n431,1646384212,47.74616,8.99504\n432,1646384213,47.74617,8.99504\n433,1646384214,47.74618,8.99505\n434,1646384215,47.74619,8.99506\n435,1646384216,47.74620,8.99508\n436,1646384217,47.74621,8.99508\n437,1646384218,47.74622,8.99507\n438,1646384219,47.74623,8.99505\n439,1646384220,47.74624,8.99504\n440,1646384221,47.74624,8.99502\n441,1646384222,47.74625,8.99500\n442,1646384223,47.74626,8.99498\n443,1646384224,47.74626,8.99496\n444,1646384225,47.74627,8.99494\n445,1646384226,47.74628,8.99492\n446,1646384227,47.74628,8.99490\n447,1646384228,47.74629,8.99488\n448,1646384229,47.74630,8.99486\n449,1646384230,47.74630,8.99484\n450,1646384231,47.74631,8.99482\n451,1646384232,47.74631,8.99480\n452,1646384233,47.74632,8.99478\n453,1646384234,47.74633,8.99476\n454,1646384235,47.74633,8.99474\n455,1646384236,47.74634,8.99472\n456,1646384237,47.74634,8.99470\n457,1646384238,47.74635,8.99468\n458,1646384239,47.74636,8.99466\n459,1646384240,47.74636,8.99464\n460,1646384241,47.74637,8.99462\n461,1646384242,47.74637,8.99460\n462,1646384243,47.74638,8.99458\n463,1646384244,47.74639,8.99457\n464,1646384245,47.74639,8.99455\n465,1646384246,47.74640,8.99453\n466,1646384247,47.74641,8.99451\n467,1646384248,47.74641,8.99449\n468,1646384249,47.74642,8.99448\n469,1646384250,47.74643,8.99446\n470,1646384251,47.74643,8.99444\n471,1646384252,47.74644,8.99443\n472,1646384253,47.74644,8.99441\n473,1646384254,47.74645,8.99439\n474,1646384255,47.74646,8.99437\n475,1646384256,47.74646,8.99435\n476,1646384257,47.74646,8.99433\n477,1646384258,47.74647,8.99432\n478,1646384259,47.74648,8.99430\n479,1646384260,47.74648,8.99428\n480,1646384261,47.74649,8.99427\n481,1646384262,47.74649,8.99425\n482,1646384263,47.74650,8.99423\n483,1646384264,47.74651,8.99421\n484,1646384265,47.74651,8.99419\n485,1646384266,47.74652,8.99418\n486,1646384267,47.74654,8.99417\n487,1646384268,47.74656,8.99417\n488,1646384269,47.74658,8.99417\n489,1646384270,47.74660,8.99416\n490,1646384271,47.74662,8.99416\n491,1646384272,47.74664,8.99416\n492,1646384273,47.74665,8.99416\n493,1646384274,47.74667,8.99415\n494,1646384275,47.74668,8.99415\n495,1646384276,47.74668,8.99415\n496,1646384277,47.74669,8.99415\n497,1646384278,47.74670,8.99416\n498,1646384279,47.74670,8.99416\n499,1646384280,47.74671,8.99417\n500,1646384281,47.74672,8.99417\n501,1646384282,47.74673,8.99418\n502,1646384283,47.74674,8.99419\n503,1646384284,47.74675,8.99420\n504,1646384285,47.74677,8.99421\n505,1646384286,47.74679,8.99423\n506,1646384287,47.74680,8.99423\n507,1646384288,47.74680,8.99423\n508,1646384289,47.74681,8.99423\n509,1646384290,47.74681,8.99424\n510,1646384291,47.74682,8.99425\n511,1646384292,47.74684,8.99426\n512,1646384293,47.74686,8.99428\n513,1646384294,47.74688,8.99430\n514,1646384295,47.74690,8.99431\n515,1646384296,47.74691,8.99433\n516,1646384297,47.74693,8.99434\n517,1646384298,47.74694,8.99436\n518,1646384299,47.74695,8.99437\n519,1646384300,47.74696,8.99438\n520,1646384301,47.74696,8.99438\n521,1646384302,47.74696,8.99438\n522,1646384303,47.74696,8.99438\n523,1646384304,47.74696,8.99438\n524,1646384305,47.74697,8.99438\n525,1646384306,47.74697,8.99438\n526,1646384307,47.74697,8.99438\n527,1646384308,47.74697,8.99438\n528,1646384309,47.74698,8.99439\n529,1646384310,47.74700,8.99440\n530,1646384311,47.74702,8.99441\n531,1646384312,47.74704,8.99442\n532,1646384313,47.74706,8.99444\n533,1646384314,47.74708,8.99445\n534,1646384315,47.74709,8.99447\n535,1646384316,47.74711,8.99448\n536,1646384317,47.74713,8.99449\n537,1646384318,47.74715,8.99451\n538,1646384319,47.74716,8.99452\n539,1646384320,47.74718,8.99453\n540,1646384321,47.74720,8.99455\n541,1646384322,47.74721,8.99456\n542,1646384323,47.74723,8.99457\n543,1646384324,47.74724,8.99458\n544,1646384325,47.74726,8.99459\n545,1646384326,47.74727,8.99460\n546,1646384327,47.74729,8.99461\n547,1646384328,47.74730,8.99462\n548,1646384329,47.74731,8.99463\n549,1646384330,47.74732,8.99464\n550,1646384331,47.74733,8.99465\n551,1646384332,47.74733,8.99465\n552,1646384333,47.74734,8.99466\n553,1646384334,47.74735,8.99466\n554,1646384335,47.74736,8.99468\n555,1646384336,47.74736,8.99471\n556,1646384337,47.74736,8.99475\n557,1646384338,47.74736,8.99478\n558,1646384339,47.74735,8.99482\n559,1646384340,47.74735,8.99485\n560,1646384341,47.74734,8.99488\n561,1646384342,47.74733,8.99491\n562,1646384343,47.74732,8.99494\n563,1646384344,47.74731,8.99496\n564,1646384345,47.74731,8.99498\n565,1646384346,47.74730,8.99500\n566,1646384347,47.74729,8.99502\n567,1646384348,47.74729,8.99502\n568,1646384349,47.74729,8.99502\n569,1646384350,47.74729,8.99502\n570,1646384351,47.74729,8.99502\n571,1646384352,47.74729,8.99502\n572,1646384353,47.74729,8.99502\n573,1646384354,47.74729,8.99503\n574,1646384355,47.74729,8.99503\n575,1646384356,47.74729,8.99504\n576,1646384357,47.74728,8.99506\n577,1646384358,47.74727,8.99509\n578,1646384359,47.74726,8.99512\n579,1646384360,47.74725,8.99515\n580,1646384361,47.74725,8.99519\n581,1646384362,47.74724,8.99522\n582,1646384363,47.74723,8.99525\n583,1646384364,47.74722,8.99528\n584,1646384365,47.74721,8.99531\n585,1646384366,47.74721,8.99533\n586,1646384367,47.74722,8.99534\n587,1646384368,47.74722,8.99534\n588,1646384369,47.74722,8.99535\n589,1646384370,47.74721,8.99536\n590,1646384371,47.74721,8.99536\n591,1646384372,47.74720,8.99537\n592,1646384373,47.74719,8.99538\n593,1646384374,47.74718,8.99538\n594,1646384375,47.74718,8.99539\n595,1646384376,47.74719,8.99541\n596,1646384377,47.74718,8.99542\n597,1646384378,47.74718,8.99543\n598,1646384379,47.74718,8.99542\n599,1646384380,47.74718,8.99542\n600,1646384381,47.74718,8.99543\n601,1646384382,47.74718,8.99543\n602,1646384383,47.74718,8.99543\n603,1646384384,47.74718,8.99545\n604,1646384385,47.74718,8.99547\n605,1646384386,47.74718,8.99548\n606,1646384387,47.74718,8.99548\n607,1646384388,47.74718,8.99549\n608,1646384389,47.74717,8.99550\n609,1646384390,47.74716,8.99552\n610,1646384391,47.74716,8.99553\n611,1646384392,47.74716,8.99553\n612,1646384393,47.74716,8.99553\n613,1646384394,47.74716,8.99553\n614,1646384395,47.74716,8.99553\n615,1646384396,47.74716,8.99553\n616,1646384397,47.74716,8.99553\n617,1646384398,47.74716,8.99553\n618,1646384399,47.74716,8.99553\n619,1646384400,47.74716,8.99553\n620,1646384401,47.74716,8.99553\n621,1646384402,47.74716,8.99553\n622,1646384403,47.74716,8.99553\n623,1646384404,47.74716,8.99554\n624,1646384405,47.74715,8.99556\n625,1646384406,47.74714,8.99558\n626,1646384407,47.74713,8.99561\n627,1646384408,47.74713,8.99564\n628,1646384409,47.74713,8.99566\n629,1646384410,47.74713,8.99569\n630,1646384411,47.74713,8.99571\n631,1646384412,47.74713,8.99573\n632,1646384413,47.74713,8.99574\n633,1646384414,47.74713,8.99574\n634,1646384415,47.74713,8.99574\n635,1646384416,47.74713,8.99574\n636,1646384417,47.74713,8.99574\n637,1646384418,47.74713,8.99574\n638,1646384419,47.74713,8.99574\n639,1646384420,47.74712,8.99574\n640,1646384421,47.74712,8.99574\n641,1646384422,47.74712,8.99574\n642,1646384423,47.74712,8.99574\n643,1646384424,47.74712,8.99574\n644,1646384425,47.74712,8.99574\n645,1646384426,47.74712,8.99574\n646,1646384427,47.74712,8.99574\n647,1646384428,47.74712,8.99574\n648,1646384429,47.74712,8.99574\n649,1646384430,47.74712,8.99574\n650,1646384431,47.74711,8.99576\n651,1646384432,47.74710,8.99578\n652,1646384433,47.74709,8.99582\n653,1646384434,47.74708,8.99585\n654,1646384435,47.74707,8.99590\n655,1646384436,47.74705,8.99597\n656,1646384437,47.74703,8.99604\n657,1646384438,47.74700,8.99612\n658,1646384439,47.74698,8.99619\n659,1646384440,47.74695,8.99628\n660,1646384441,47.74692,8.99637\n661,1646384442,47.74689,8.99647\n662,1646384443,47.74686,8.99658\n663,1646384444,47.74683,8.99667\n664,1646384445,47.74681,8.99675\n665,1646384446,47.74679,8.99681\n666,1646384447,47.74678,8.99686\n667,1646384448,47.74678,8.99691\n668,1646384449,47.74677,8.99694\n669,1646384450,47.74677,8.99697\n670,1646384451,47.74677,8.99700\n671,1646384452,47.74677,8.99701\n672,1646384453,47.74677,8.99701\n673,1646384454,47.74676,8.99702\n674,1646384455,47.74676,8.99703\n675,1646384456,47.74676,8.99704\n676,1646384457,47.74676,8.99705\n677,1646384458,47.74676,8.99705\n678,1646384459,47.74675,8.99706\n679,1646384460,47.74674,8.99707\n680,1646384461,47.74673,8.99709\n681,1646384462,47.74673,8.99710\n682,1646384463,47.74672,8.99712\n683,1646384464,47.74672,8.99714\n684,1646384465,47.74672,8.99715\n685,1646384466,47.74672,8.99716\n686,1646384467,47.74671,8.99718\n687,1646384468,47.74671,8.99719\n688,1646384469,47.74671,8.99721\n689,1646384470,47.74670,8.99723\n690,1646384471,47.74670,8.99725\n691,1646384472,47.74669,8.99727\n692,1646384473,47.74669,8.99728\n693,1646384474,47.74669,8.99729\n694,1646384475,47.74668,8.99729\n695,1646384476,47.74667,8.99730\n696,1646384477,47.74667,8.99730\n697,1646384478,47.74666,8.99731\n698,1646384479,47.74666,8.99732\n699,1646384480,47.74666,8.99733\n700,1646384481,47.74666,8.99735\n701,1646384482,47.74665,8.99737\n702,1646384483,47.74665,8.99740\n703,1646384484,47.74664,8.99743\n704,1646384485,47.74663,8.99746\n705,1646384486,47.74662,8.99748\n706,1646384487,47.74662,8.99751\n707,1646384488,47.74661,8.99753\n708,1646384489,47.74660,8.99755\n709,1646384490,47.74660,8.99757\n710,1646384491,47.74659,8.99759\n711,1646384492,47.74658,8.99761\n712,1646384493,47.74657,8.99764\n713,1646384494,47.74656,8.99766\n714,1646384495,47.74655,8.99768\n715,1646384496,47.74655,8.99770\n716,1646384497,47.74654,8.99772\n717,1646384498,47.74653,8.99773\n718,1646384499,47.74652,8.99775\n719,1646384500,47.74652,8.99777\n720,1646384501,47.74652,8.99777\n721,1646384502,47.74652,8.99778\n722,1646384503,47.74652,8.99780\n723,1646384504,47.74652,8.99781\n724,1646384505,47.74652,8.99782\n725,1646384506,47.74652,8.99783\n726,1646384507,47.74652,8.99783\n727,1646384508,47.74653,8.99784\n728,1646384509,47.74653,8.99784\n729,1646384510,47.74653,8.99784\n730,1646384511,47.74653,8.99784\n731,1646384512,47.74653,8.99784\n732,1646384513,47.74652,8.99785\n733,1646384514,47.74650,8.99786\n734,1646384515,47.74649,8.99789\n735,1646384516,47.74648,8.99792\n736,1646384517,47.74646,8.99795\n737,1646384518,47.74645,8.99798\n738,1646384519,47.74644,8.99801\n739,1646384520,47.74643,8.99803\n740,1646384521,47.74642,8.99806\n741,1646384522,47.74641,8.99808\n742,1646384523,47.74640,8.99810\n743,1646384524,47.74639,8.99811\n744,1646384525,47.74639,8.99814\n745,1646384526,47.74638,8.99816\n746,1646384527,47.74637,8.99817\n747,1646384528,47.74637,8.99818\n748,1646384529,47.74636,8.99820\n749,1646384530,47.74635,8.99821\n750,1646384531,47.74635,8.99823\n751,1646384532,47.74634,8.99824\n752,1646384533,47.74634,8.99823\n753,1646384534,47.74634,8.99823\n754,1646384535,47.74634,8.99823\n755,1646384536,47.74634,8.99823\n756,1646384537,47.74634,8.99823\n757,1646384538,47.74634,8.99823\n758,1646384539,47.74634,8.99823\n759,1646384540,47.74634,8.99823\n760,1646384541,47.74634,8.99824\n761,1646384542,47.74633,8.99826\n762,1646384543,47.74633,8.99827\n763,1646384544,47.74633,8.99828\n764,1646384545,47.74633,8.99831\n765,1646384546,47.74632,8.99833\n766,1646384547,47.74633,8.99836\n767,1646384548,47.74633,8.99838\n768,1646384549,47.74633,8.99841\n769,1646384550,47.74634,8.99846\n770,1646384551,47.74635,8.99853\n771,1646384552,47.74637,8.99860\n772,1646384553,47.74638,8.99866\n773,1646384554,47.74639,8.99870\n774,1646384555,47.74640,8.99873\n775,1646384556,47.74641,8.99876\n776,1646384557,47.74642,8.99877\n777,1646384558,47.74643,8.99878\n778,1646384559,47.74643,8.99878\n779,1646384560,47.74643,8.99879\n780,1646384561,47.74644,8.99881\n781,1646384562,47.74645,8.99883\n782,1646384563,47.74646,8.99885\n783,1646384564,47.74647,8.99887\n784,1646384565,47.74648,8.99889\n785,1646384566,47.74649,8.99891\n786,1646384567,47.74650,8.99893\n787,1646384568,47.74650,8.99894\n788,1646384569,47.74650,8.99895\n789,1646384570,47.74650,8.99896\n790,1646384571,47.74650,8.99896\n791,1646384572,47.74650,8.99896\n792,1646384573,47.74650,8.99896\n793,1646384574,47.74650,8.99896\n794,1646384575,47.74650,8.99896\n795,1646384576,47.74650,8.99896\n796,1646384577,47.74650,8.99896\n797,1646384578,47.74650,8.99896\n798,1646384579,47.74650,8.99896\n799,1646384580,47.74650,8.99896\n800,1646384581,47.74651,8.99896\n801,1646384582,47.74652,8.99897\n802,1646384583,47.74653,8.99899\n803,1646384584,47.74654,8.99900\n804,1646384585,47.74655,8.99902\n805,1646384586,47.74656,8.99903\n806,1646384587,47.74657,8.99905\n807,1646384588,47.74657,8.99905\n808,1646384589,47.74658,8.99905\n809,1646384590,47.74658,8.99906\n810,1646384591,47.74659,8.99907\n811,1646384592,47.74659,8.99908\n812,1646384593,47.74659,8.99909\n813,1646384594,47.74659,8.99910\n814,1646384595,47.74659,8.99911\n815,1646384596,47.74660,8.99911\n816,1646384597,47.74660,8.99912\n817,1646384598,47.74660,8.99912\n818,1646384599,47.74660,8.99912\n819,1646384600,47.74660,8.99912\n820,1646384601,47.74660,8.99912\n821,1646384602,47.74660,8.99912\n822,1646384603,47.74660,8.99912\n823,1646384604,47.74661,8.99913\n824,1646384605,47.74662,8.99914\n825,1646384606,47.74662,8.99914\n826,1646384607,47.74663,8.99915\n827,1646384608,47.74664,8.99916\n828,1646384609,47.74664,8.99916\n829,1646384610,47.74665,8.99917\n830,1646384611,47.74665,8.99918\n831,1646384612,47.74666,8.99918\n832,1646384613,47.74666,8.99918\n833,1646384614,47.74666,8.99918\n834,1646384615,47.74666,8.99918\n835,1646384616,47.74666,8.99918\n836,1646384617,47.74666,8.99918\n837,1646384618,47.74666,8.99918\n838,1646384619,47.74666,8.99919\n839,1646384620,47.74667,8.99920\n840,1646384621,47.74667,8.99921\n841,1646384622,47.74667,8.99920\n842,1646384623,47.74667,8.99920\n843,1646384624,47.74667,8.99920\n844,1646384625,47.74667,8.99920\n845,1646384626,47.74667,8.99920\n846,1646384627,47.74666,8.99920\n847,1646384628,47.74666,8.99920\n848,1646384629,47.74666,8.99921\n849,1646384630,47.74667,8.99921\n850,1646384631,47.74668,8.99922\n851,1646384632,47.74669,8.99923\n852,1646384633,47.74671,8.99924\n853,1646384634,47.74673,8.99926\n854,1646384635,47.74675,8.99927\n855,1646384636,47.74677,8.99929\n856,1646384637,47.74679,8.99931\n857,1646384638,47.74681,8.99932\n858,1646384639,47.74683,8.99934\n859,1646384640,47.74684,8.99935\n860,1646384641,47.74686,8.99937\n861,1646384642,47.74687,8.99938\n862,1646384643,47.74689,8.99939\n863,1646384644,47.74691,8.99940\n864,1646384645,47.74692,8.99941\n865,1646384646,47.74693,8.99942\n866,1646384647,47.74695,8.99943\n867,1646384648,47.74697,8.99943\n868,1646384649,47.74698,8.99943\n869,1646384650,47.74699,8.99943\n870,1646384651,47.74700,8.99943\n871,1646384652,47.74701,8.99943\n872,1646384653,47.74701,8.99943\n873,1646384654,47.74701,8.99943\n874,1646384655,47.74700,8.99944\n875,1646384656,47.74700,8.99944\n876,1646384657,47.74700,8.99943\n877,1646384658,47.74700,8.99943\n878,1646384659,47.74700,8.99943\n879,1646384660,47.74700,8.99943\n880,1646384661,47.74700,8.99943\n881,1646384662,47.74700,8.99943\n882,1646384663,47.74700,8.99943\n883,1646384664,47.74701,8.99941\n884,1646384665,47.74702,8.99939\n885,1646384666,47.74703,8.99936\n886,1646384667,47.74704,8.99934\n887,1646384668,47.74705,8.99931\n888,1646384669,47.74706,8.99928\n889,1646384670,47.74707,8.99925\n890,1646384671,47.74708,8.99922\n891,1646384672,47.74709,8.99919\n892,1646384673,47.74710,8.99916\n893,1646384674,47.74711,8.99915\n894,1646384675,47.74711,8.99915\n895,1646384676,47.74711,8.99916\n896,1646384677,47.74711,8.99916\n897,1646384678,47.74710,8.99916\n898,1646384679,47.74711,8.99914\n899,1646384680,47.74711,8.99912\n900,1646384681,47.74712,8.99910\n901,1646384682,47.74713,8.99907\n902,1646384683,47.74714,8.99904\n903,1646384684,47.74715,8.99901\n904,1646384685,47.74716,8.99898\n905,1646384686,47.74717,8.99896\n906,1646384687,47.74718,8.99893\n907,1646384688,47.74719,8.99891\n908,1646384689,47.74720,8.99888\n909,1646384690,47.74721,8.99886\n910,1646384691,47.74722,8.99883\n911,1646384692,47.74723,8.99882\n912,1646384693,47.74723,8.99882\n913,1646384694,47.74723,8.99882\n914,1646384695,47.74723,8.99882\n915,1646384696,47.74723,8.99882\n916,1646384697,47.74723,8.99881\n917,1646384698,47.74723,8.99881\n918,1646384699,47.74723,8.99881\n919,1646384700,47.74723,8.99881\n920,1646384701,47.74723,8.99880\n921,1646384702,47.74724,8.99880\n922,1646384703,47.74724,8.99879\n923,1646384704,47.74725,8.99879\n924,1646384705,47.74725,8.99878\n925,1646384706,47.74726,8.99878\n926,1646384707,47.74727,8.99878\n927,1646384708,47.74727,8.99877\n928,1646384709,47.74727,8.99877\n929,1646384710,47.74727,8.99877\n930,1646384711,47.74727,8.99877\n931,1646384712,47.74727,8.99877\n932,1646384713,47.74727,8.99877\n933,1646384714,47.74727,8.99877\n934,1646384715,47.74727,8.99877\n935,1646384716,47.74727,8.99877\n936,1646384717,47.74727,8.99877\n937,1646384718,47.74727,8.99877\n938,1646384719,47.74727,8.99877\n939,1646384720,47.74727,8.99877\n940,1646384721,47.74727,8.99877\n941,1646384722,47.74727,8.99877\n942,1646384723,47.74727,8.99876\n943,1646384724,47.74726,8.99874\n944,1646384725,47.74727,8.99871\n945,1646384726,47.74727,8.99868\n946,1646384727,47.74728,8.99865\n947,1646384728,47.74729,8.99862\n948,1646384729,47.74730,8.99859\n949,1646384730,47.74731,8.99856\n950,1646384731,47.74732,8.99853\n951,1646384732,47.74733,8.99849\n952,1646384733,47.74735,8.99846\n953,1646384734,47.74736,8.99843\n954,1646384735,47.74737,8.99840\n955,1646384736,47.74738,8.99837\n956,1646384737,47.74739,8.99834\n957,1646384738,47.74740,8.99831\n958,1646384739,47.74741,8.99827\n959,1646384740,47.74742,8.99824\n960,1646384741,47.74743,8.99820\n961,1646384742,47.74744,8.99817\n962,1646384743,47.74745,8.99813\n963,1646384744,47.74746,8.99810\n964,1646384745,47.74746,8.99806\n965,1646384746,47.74747,8.99803\n966,1646384747,47.74748,8.99801\n967,1646384748,47.74749,8.99798\n968,1646384749,47.74750,8.99795\n969,1646384750,47.74751,8.99793\n970,1646384751,47.74752,8.99792\n971,1646384752,47.74752,8.99793\n972,1646384753,47.74752,8.99793\n973,1646384754,47.74753,8.99793\n974,1646384755,47.74753,8.99793\n975,1646384756,47.74752,8.99793\n976,1646384757,47.74752,8.99793\n977,1646384758,47.74752,8.99793\n978,1646384759,47.74752,8.99793\n979,1646384760,47.74752,8.99793\n980,1646384761,47.74752,8.99793\n981,1646384762,47.74752,8.99793\n982,1646384763,47.74752,8.99793\n983,1646384764,47.74752,8.99793\n984,1646384765,47.74752,8.99793\n985,1646384766,47.74753,8.99793\n986,1646384767,47.74752,8.99793\n987,1646384768,47.74753,8.99792\n988,1646384769,47.74753,8.99791\n989,1646384770,47.74753,8.99789\n990,1646384771,47.74754,8.99787\n991,1646384772,47.74755,8.99784\n992,1646384773,47.74756,8.99781\n993,1646384774,47.74757,8.99778\n994,1646384775,47.74758,8.99775\n995,1646384776,47.74759,8.99772\n996,1646384777,47.74760,8.99769\n997,1646384778,47.74761,8.99766\n998,1646384779,47.74762,8.99763\n999,1646384780,47.74763,8.99760\n1000,1646384781,47.74764,8.99758\n1001,1646384782,47.74764,8.99755\n1002,1646384783,47.74765,8.99753\n1003,1646384784,47.74766,8.99750\n1004,1646384785,47.74767,8.99748\n1005,1646384786,47.74767,8.99747\n1006,1646384787,47.74767,8.99746\n1007,1646384788,47.74767,8.99746\n1008,1646384789,47.74767,8.99747\n1009,1646384790,47.74767,8.99747\n1010,1646384791,47.74767,8.99747\n1011,1646384792,47.74767,8.99747\n1012,1646384793,47.74767,8.99747\n1013,1646384794,47.74767,8.99747\n1014,1646384795,47.74767,8.99745\n1015,1646384796,47.74768,8.99743\n1016,1646384797,47.74769,8.99741\n1017,1646384798,47.74769,8.99738\n1018,1646384799,47.74770,8.99735\n1019,1646384800,47.74771,8.99732\n1020,1646384801,47.74772,8.99730\n1021,1646384802,47.74773,8.99727\n1022,1646384803,47.74774,8.99724\n1023,1646384804,47.74775,8.99721\n1024,1646384805,47.74776,8.99717\n1025,1646384806,47.74777,8.99714\n1026,1646384807,47.74777,8.99711\n1027,1646384808,47.74778,8.99708\n1028,1646384809,47.74779,8.99705\n1029,1646384810,47.74780,8.99702\n1030,1646384811,47.74780,8.99699\n1031,1646384812,47.74781,8.99696\n1032,1646384813,47.74781,8.99693\n1033,1646384814,47.74782,8.99690\n1034,1646384815,47.74782,8.99687\n1035,1646384816,47.74783,8.99684\n1036,1646384817,47.74783,8.99681\n1037,1646384818,47.74783,8.99678\n1038,1646384819,47.74784,8.99676\n1039,1646384820,47.74784,8.99673\n1040,1646384821,47.74785,8.99670\n1041,1646384822,47.74785,8.99667\n1042,1646384823,47.74786,8.99664\n1043,1646384824,47.74787,8.99661\n1044,1646384825,47.74788,8.99658\n1045,1646384826,47.74788,8.99656\n1046,1646384827,47.74789,8.99653\n1047,1646384828,47.74789,8.99650\n1048,1646384829,47.74790,8.99648\n1049,1646384830,47.74790,8.99645\n1050,1646384831,47.74790,8.99643\n1051,1646384832,47.74790,8.99641\n1052,1646384833,47.74790,8.99638\n1053,1646384834,47.74789,8.99637\n1054,1646384835,47.74789,8.99636\n1055,1646384836,47.74789,8.99636\n1056,1646384837,47.74788,8.99635\n1057,1646384838,47.74788,8.99635\n1058,1646384839,47.74788,8.99635\n1059,1646384840,47.74788,8.99635\n1060,1646384841,47.74788,8.99635\n1061,1646384842,47.74788,8.99635\n1062,1646384843,47.74788,8.99634\n1063,1646384844,47.74788,8.99634\n1064,1646384845,47.74788,8.99633\n1065,1646384846,47.74788,8.99633\n1066,1646384847,47.74788,8.99633\n1067,1646384848,47.74788,8.99633\n1068,1646384849,47.74788,8.99633\n1069,1646384850,47.74788,8.99633\n1070,1646384851,47.74788,8.99633\n1071,1646384852,47.74788,8.99633\n1072,1646384853,47.74788,8.99633\n1073,1646384854,47.74788,8.99633\n1074,1646384855,47.74788,8.99632\n1075,1646384856,47.74789,8.99632\n1076,1646384857,47.74790,8.99630\n1077,1646384858,47.74790,8.99628\n1078,1646384859,47.74791,8.99625\n1079,1646384860,47.74791,8.99622\n1080,1646384861,47.74791,8.99619\n1081,1646384862,47.74792,8.99616\n1082,1646384863,47.74792,8.99612\n1083,1646384864,47.74792,8.99609\n1084,1646384865,47.74792,8.99606\n1085,1646384866,47.74793,8.99603\n1086,1646384867,47.74793,8.99600\n1087,1646384868,47.74793,8.99598\n1088,1646384869,47.74793,8.99596\n1089,1646384870,47.74794,8.99593\n1090,1646384871,47.74794,8.99590\n1091,1646384872,47.74794,8.99587\n1092,1646384873,47.74795,8.99584\n1093,1646384874,47.74795,8.99581\n1094,1646384875,47.74796,8.99577\n1095,1646384876,47.74796,8.99574\n1096,1646384877,47.74797,8.99571\n1097,1646384878,47.74797,8.99568\n1098,1646384879,47.74798,8.99565\n1099,1646384880,47.74798,8.99561\n1100,1646384881,47.74799,8.99558\n1101,1646384882,47.74799,8.99555\n1102,1646384883,47.74800,8.99553\n1103,1646384884,47.74800,8.99550\n1104,1646384885,47.74801,8.99547\n1105,1646384886,47.74801,8.99544\n1106,1646384887,47.74802,8.99542\n1107,1646384888,47.74802,8.99540\n1108,1646384889,47.74802,8.99538\n1109,1646384890,47.74803,8.99536\n1110,1646384891,47.74803,8.99535\n1111,1646384892,47.74804,8.99533\n1112,1646384893,47.74804,8.99531\n1113,1646384894,47.74804,8.99529\n1114,1646384895,47.74805,8.99527\n1115,1646384896,47.74805,8.99525\n1116,1646384897,47.74805,8.99523\n1117,1646384898,47.74805,8.99521\n1118,1646384899,47.74805,8.99520\n1119,1646384900,47.74806,8.99518\n1120,1646384901,47.74806,8.99517\n1121,1646384902,47.74806,8.99515\n1122,1646384903,47.74806,8.99513\n1123,1646384904,47.74806,8.99511\n1124,1646384905,47.74807,8.99510\n1125,1646384906,47.74807,8.99508\n1126,1646384907,47.74807,8.99506\n1127,1646384908,47.74807,8.99503\n1128,1646384909,47.74807,8.99501\n1129,1646384910,47.74807,8.99500\n1130,1646384911,47.74807,8.99498\n1131,1646384912,47.74807,8.99496\n1132,1646384913,47.74807,8.99494\n1133,1646384914,47.74807,8.99492\n1134,1646384915,47.74808,8.99490\n1135,1646384916,47.74808,8.99489\n1136,1646384917,47.74808,8.99488\n1137,1646384918,47.74809,8.99486\n1138,1646384919,47.74809,8.99484\n1139,1646384920,47.74809,8.99482\n1140,1646384921,47.74809,8.99480\n1141,1646384922,47.74810,8.99479\n1142,1646384923,47.74810,8.99477\n1143,1646384924,47.74811,8.99475\n1144,1646384925,47.74812,8.99473\n1145,1646384926,47.74813,8.99471\n1146,1646384927,47.74815,8.99469\n1147,1646384928,47.74816,8.99467\n1148,1646384929,47.74817,8.99466\n1149,1646384930,47.74817,8.99465\n1150,1646384931,47.74818,8.99464\n1151,1646384932,47.74820,8.99462\n1152,1646384933,47.74821,8.99460\n1153,1646384934,47.74822,8.99458\n1154,1646384935,47.74823,8.99457\n1155,1646384936,47.74825,8.99457\n1156,1646384937,47.74827,8.99454\n1157,1646384938,47.74830,8.99450\n1158,1646384939,47.74831,8.99446\n1159,1646384940,47.74832,8.99443\n1160,1646384941,47.74832,8.99441\n1161,1646384942,47.74833,8.99439\n1162,1646384943,47.74833,8.99438\n1163,1646384944,47.74833,8.99439\n1164,1646384945,47.74833,8.99441\n1165,1646384946,47.74834,8.99445\n1166,1646384947,47.74836,8.99449\n1167,1646384948,47.74841,8.99452\n1168,1646384949,47.74845,8.99453\n1169,1646384950,47.74848,8.99453\n1170,1646384951,47.74850,8.99452\n1171,1646384952,47.74851,8.99452\n1172,1646384953,47.74852,8.99452\n1173,1646384954,47.74851,8.99451\n1174,1646384955,47.74850,8.99450\n1175,1646384956,47.74849,8.99448\n1176,1646384957,47.74849,8.99447\n1177,1646384958,47.74848,8.99445\n1178,1646384959,47.74849,8.99444\n1179,1646384960,47.74851,8.99444\n1180,1646384961,47.74853,8.99444\n1181,1646384962,47.74855,8.99444\n1182,1646384963,47.74857,8.99442\n1183,1646384964,47.74858,8.99440\n1184,1646384965,47.74858,8.99439\n1185,1646384966,47.74858,8.99439\n1186,1646384967,47.74858,8.99440\n1187,1646384968,47.74860,8.99442\n1188,1646384969,47.74861,8.99441\n1189,1646384970,47.74862,8.99437\n1190,1646384971,47.74864,8.99433\n1191,1646384972,47.74865,8.99431\n1192,1646384973,47.74866,8.99431\n1193,1646384974,47.74866,8.99431\n1194,1646384975,47.74866,8.99432\n1195,1646384976,47.74866,8.99434\n1196,1646384977,47.74867,8.99437\n1197,1646384978,47.74869,8.99438\n1198,1646384979,47.74871,8.99437\n1199,1646384980,47.74872,8.99436\n1200,1646384981,47.74873,8.99434\n1201,1646384982,47.74874,8.99432\n1202,1646384983,47.74875,8.99430\n1203,1646384984,47.74876,8.99428\n1204,1646384985,47.74877,8.99426\n1205,1646384986,47.74877,8.99425\n1206,1646384987,47.74877,8.99425\n1207,1646384988,47.74878,8.99425\n1208,1646384989,47.74878,8.99425\n1209,1646384990,47.74878,8.99424\n1210,1646384991,47.74879,8.99422\n1211,1646384992,47.74880,8.99420\n1212,1646384993,47.74882,8.99417\n1213,1646384994,47.74883,8.99415\n1214,1646384995,47.74884,8.99412\n1215,1646384996,47.74885,8.99410\n1216,1646384997,47.74885,8.99407\n1217,1646384998,47.74886,8.99405\n1218,1646384999,47.74886,8.99404\n1219,1646385000,47.74886,8.99403\n1220,1646385001,47.74886,8.99403\n1221,1646385002,47.74886,8.99404\n1222,1646385003,47.74886,8.99404\n1223,1646385004,47.74886,8.99404\n1224,1646385005,47.74886,8.99403\n1225,1646385006,47.74886,8.99403\n1226,1646385007,47.74886,8.99402\n1227,1646385008,47.74887,8.99401\n1228,1646385009,47.74888,8.99399\n1229,1646385010,47.74889,8.99397\n1230,1646385011,47.74891,8.99396\n1231,1646385012,47.74892,8.99394\n1232,1646385013,47.74893,8.99392\n1233,1646385014,47.74894,8.99390\n1234,1646385015,47.74895,8.99388\n1235,1646385016,47.74896,8.99386\n1236,1646385017,47.74898,8.99384\n1237,1646385018,47.74899,8.99382\n1238,1646385019,47.74900,8.99381\n1239,1646385020,47.74902,8.99379\n1240,1646385021,47.74903,8.99378\n1241,1646385022,47.74905,8.99377\n1242,1646385023,47.74907,8.99376\n1243,1646385024,47.74908,8.99375\n1244,1646385025,47.74910,8.99374\n1245,1646385026,47.74911,8.99373\n1246,1646385027,47.74912,8.99372\n1247,1646385028,47.74912,8.99371\n1248,1646385029,47.74912,8.99371\n1249,1646385030,47.74913,8.99370\n1250,1646385031,47.74913,8.99369\n1251,1646385032,47.74914,8.99368\n1252,1646385033,47.74915,8.99367\n1253,1646385034,47.74917,8.99366\n1254,1646385035,47.74918,8.99365\n1255,1646385036,47.74920,8.99364\n1256,1646385037,47.74921,8.99363\n1257,1646385038,47.74923,8.99361\n1258,1646385039,47.74924,8.99360\n1259,1646385040,47.74926,8.99360\n1260,1646385041,47.74927,8.99359\n1261,1646385042,47.74928,8.99357\n1262,1646385043,47.74929,8.99357\n1263,1646385044,47.74930,8.99356\n1264,1646385045,47.74931,8.99356\n1265,1646385046,47.74932,8.99355\n1266,1646385047,47.74933,8.99355\n1267,1646385048,47.74934,8.99354\n1268,1646385049,47.74935,8.99352\n1269,1646385050,47.74936,8.99351\n1270,1646385051,47.74938,8.99349\n1271,1646385052,47.74939,8.99348\n1272,1646385053,47.74940,8.99347\n1273,1646385054,47.74941,8.99345\n1274,1646385055,47.74943,8.99344\n1275,1646385056,47.74944,8.99343\n1276,1646385057,47.74945,8.99342\n1277,1646385058,47.74947,8.99341\n1278,1646385059,47.74948,8.99340\n1279,1646385060,47.74949,8.99339\n1280,1646385061,47.74950,8.99338\n1281,1646385062,47.74951,8.99337\n1282,1646385063,47.74951,8.99337\n1283,1646385064,47.74951,8.99337\n1284,1646385065,47.74951,8.99337\n1285,1646385066,47.74952,8.99337\n1286,1646385067,47.74953,8.99336\n1287,1646385068,47.74954,8.99335\n1288,1646385069,47.74956,8.99334\n1289,1646385070,47.74957,8.99333\n1290,1646385071,47.74959,8.99332\n1291,1646385072,47.74960,8.99331\n1292,1646385073,47.74960,8.99330\n1293,1646385074,47.74961,8.99329\n1294,1646385075,47.74962,8.99328\n1295,1646385076,47.74964,8.99327\n1296,1646385077,47.74965,8.99326\n1297,1646385078,47.74966,8.99325\n1298,1646385079,47.74967,8.99325\n1299,1646385080,47.74967,8.99325\n1300,1646385081,47.74969,8.99324\n1301,1646385082,47.74970,8.99323\n1302,1646385083,47.74971,8.99322\n1303,1646385084,47.74972,8.99322\n1304,1646385085,47.74972,8.99322\n1305,1646385086,47.74973,8.99322\n1306,1646385087,47.74975,8.99321\n1307,1646385088,47.74976,8.99321\n1308,1646385089,47.74977,8.99322\n1309,1646385090,47.74976,8.99322\n1310,1646385091,47.74976,8.99321\n1311,1646385092,47.74976,8.99321\n1312,1646385093,47.74977,8.99321\n1313,1646385094,47.74978,8.99321\n1314,1646385095,47.74979,8.99322\n1315,1646385096,47.74981,8.99322\n1316,1646385097,47.74982,8.99323\n1317,1646385098,47.74984,8.99324\n1318,1646385099,47.74985,8.99325\n1319,1646385100,47.74986,8.99326\n1320,1646385101,47.74987,8.99327\n1321,1646385102,47.74988,8.99327\n1322,1646385103,47.74989,8.99328\n1323,1646385104,47.74990,8.99329\n1324,1646385105,47.74991,8.99329\n1325,1646385106,47.74992,8.99330\n1326,1646385107,47.74993,8.99330\n1327,1646385108,47.74995,8.99329\n1328,1646385109,47.74995,8.99329\n1329,1646385110,47.74994,8.99329\n1330,1646385111,47.74994,8.99329\n1331,1646385112,47.74995,8.99328\n1332,1646385113,47.74997,8.99327\n1333,1646385114,47.74998,8.99326\n1334,1646385115,47.74999,8.99325\n1335,1646385116,47.75000,8.99324\n1336,1646385117,47.75001,8.99323\n1337,1646385118,47.75002,8.99322\n1338,1646385119,47.75002,8.99321\n1339,1646385120,47.75003,8.99321\n1340,1646385121,47.75004,8.99319\n1341,1646385122,47.75004,8.99318\n1342,1646385123,47.75005,8.99317\n1343,1646385124,47.75005,8.99315\n1344,1646385125,47.75006,8.99314\n1345,1646385126,47.75007,8.99312\n1346,1646385127,47.75008,8.99311\n1347,1646385128,47.75008,8.99309\n1348,1646385129,47.75009,8.99308\n1349,1646385130,47.75010,8.99306\n1350,1646385131,47.75011,8.99305\n1351,1646385132,47.75011,8.99303\n1352,1646385133,47.75012,8.99302\n1353,1646385134,47.75012,8.99301\n1354,1646385135,47.75013,8.99300\n1355,1646385136,47.75014,8.99298\n1356,1646385137,47.75014,8.99296\n1357,1646385138,47.75015,8.99294\n1358,1646385139,47.75015,8.99293\n1359,1646385140,47.75016,8.99291\n1360,1646385141,47.75016,8.99290\n1361,1646385142,47.75017,8.99288\n1362,1646385143,47.75018,8.99286\n1363,1646385144,47.75018,8.99285\n1364,1646385145,47.75019,8.99283\n1365,1646385146,47.75019,8.99281\n1366,1646385147,47.75020,8.99279\n1367,1646385148,47.75021,8.99278\n1368,1646385149,47.75022,8.99276\n1369,1646385150,47.75022,8.99275\n1370,1646385151,47.75023,8.99273\n1371,1646385152,47.75023,8.99271\n1372,1646385153,47.75024,8.99270\n1373,1646385154,47.75024,8.99268\n1374,1646385155,47.75025,8.99266\n1375,1646385156,47.75025,8.99264\n1376,1646385157,47.75026,8.99262\n1377,1646385158,47.75026,8.99261\n1378,1646385159,47.75027,8.99259\n1379,1646385160,47.75027,8.99257\n1380,1646385161,47.75028,8.99255\n1381,1646385162,47.75028,8.99254\n1382,1646385163,47.75029,8.99252\n1383,1646385164,47.75029,8.99250\n1384,1646385165,47.75030,8.99248\n1385,1646385166,47.75030,8.99246\n1386,1646385167,47.75031,8.99244\n1387,1646385168,47.75031,8.99243\n1388,1646385169,47.75031,8.99241\n1389,1646385170,47.75032,8.99239\n1390,1646385171,47.75032,8.99237\n1391,1646385172,47.75033,8.99235\n1392,1646385173,47.75033,8.99233\n1393,1646385174,47.75033,8.99231\n1394,1646385175,47.75033,8.99229\n1395,1646385176,47.75034,8.99227\n1396,1646385177,47.75034,8.99225\n1397,1646385178,47.75035,8.99224\n1398,1646385179,47.75035,8.99221\n1399,1646385180,47.75035,8.99219\n1400,1646385181,47.75035,8.99217\n1401,1646385182,47.75036,8.99215\n1402,1646385183,47.75036,8.99214\n1403,1646385184,47.75036,8.99212\n1404,1646385185,47.75036,8.99210\n1405,1646385186,47.75037,8.99209\n1406,1646385187,47.75037,8.99207\n1407,1646385188,47.75037,8.99206\n1408,1646385189,47.75038,8.99204\n1409,1646385190,47.75038,8.99203\n1410,1646385191,47.75038,8.99201\n1411,1646385192,47.75038,8.99200\n1412,1646385193,47.75038,8.99198\n1413,1646385194,47.75039,8.99196\n1414,1646385195,47.75039,8.99194\n1415,1646385196,47.75039,8.99192\n1416,1646385197,47.75040,8.99191\n1417,1646385198,47.75040,8.99189\n1418,1646385199,47.75041,8.99187\n1419,1646385200,47.75041,8.99185\n1420,1646385201,47.75042,8.99182\n1421,1646385202,47.75042,8.99180\n1422,1646385203,47.75043,8.99179\n1423,1646385204,47.75044,8.99177\n1424,1646385205,47.75045,8.99175\n1425,1646385206,47.75047,8.99175\n1426,1646385207,47.75048,8.99175\n1427,1646385208,47.75050,8.99177\n1428,1646385209,47.75051,8.99177\n1429,1646385210,47.75053,8.99177\n1430,1646385211,47.75053,8.99178\n1431,1646385212,47.75053,8.99179\n1432,1646385213,47.75053,8.99179\n1433,1646385214,47.75053,8.99179\n1434,1646385215,47.75053,8.99179\n1435,1646385216,47.75053,8.99179\n1436,1646385217,47.75053,8.99179\n1437,1646385218,47.75055,8.99181\n1438,1646385219,47.75056,8.99184\n1439,1646385220,47.75057,8.99187\n1440,1646385221,47.75058,8.99191\n1441,1646385222,47.75059,8.99194\n1442,1646385223,47.75060,8.99197\n1443,1646385224,47.75060,8.99201\n1444,1646385225,47.75061,8.99204\n1445,1646385226,47.75061,8.99207\n1446,1646385227,47.75061,8.99210\n1447,1646385228,47.75061,8.99213\n1448,1646385229,47.75061,8.99215\n1449,1646385230,47.75061,8.99218\n1450,1646385231,47.75062,8.99219\n1451,1646385232,47.75063,8.99220\n1452,1646385233,47.75063,8.99221\n1453,1646385234,47.75063,8.99220\n1454,1646385235,47.75063,8.99220\n1455,1646385236,47.75064,8.99220\n1456,1646385237,47.75064,8.99220\n1457,1646385238,47.75064,8.99220\n1458,1646385239,47.75064,8.99220\n1459,1646385240,47.75064,8.99220\n1460,1646385241,47.75063,8.99220\n1461,1646385242,47.75064,8.99220\n1462,1646385243,47.75064,8.99220\n1463,1646385244,47.75064,8.99220\n1464,1646385245,47.75064,8.99220\n1465,1646385246,47.75064,8.99220\n1466,1646385247,47.75064,8.99220\n1467,1646385248,47.75064,8.99220\n1468,1646385249,47.75064,8.99220\n1469,1646385250,47.75064,8.99220\n1470,1646385251,47.75064,8.99220\n1471,1646385252,47.75064,8.99220\n1472,1646385253,47.75064,8.99220\n1473,1646385254,47.75064,8.99220\n1474,1646385255,47.75064,8.99220\n1475,1646385256,47.75064,8.99220\n1476,1646385257,47.75064,8.99220\n1477,1646385258,47.75063,8.99221\n1478,1646385259,47.75062,8.99223\n1479,1646385260,47.75062,8.99225\n1480,1646385261,47.75061,8.99228\n1481,1646385262,47.75061,8.99231\n1482,1646385263,47.75061,8.99232\n1483,1646385264,47.75062,8.99233\n1484,1646385265,47.75062,8.99233\n1485,1646385266,47.75062,8.99233\n1486,1646385267,47.75062,8.99233\n1487,1646385268,47.75062,8.99233\n1488,1646385269,47.75062,8.99233\n1489,1646385270,47.75062,8.99233\n1490,1646385271,47.75062,8.99233\n1491,1646385272,47.75062,8.99233\n1492,1646385273,47.75062,8.99234\n1493,1646385274,47.75061,8.99236\n1494,1646385275,47.75061,8.99239\n1495,1646385276,47.75060,8.99242\n1496,1646385277,47.75060,8.99246\n1497,1646385278,47.75059,8.99249\n1498,1646385279,47.75059,8.99252\n1499,1646385280,47.75058,8.99256\n1500,1646385281,47.75058,8.99260\n1501,1646385282,47.75057,8.99263\n1502,1646385283,47.75057,8.99267\n1503,1646385284,47.75056,8.99270\n1504,1646385285,47.75055,8.99274\n1505,1646385286,47.75055,8.99277\n1506,1646385287,47.75054,8.99281\n1507,1646385288,47.75053,8.99284\n1508,1646385289,47.75052,8.99288\n1509,1646385290,47.75052,8.99291\n1510,1646385291,47.75052,8.99294\n1511,1646385292,47.75052,8.99297\n1512,1646385293,47.75051,8.99300\n1513,1646385294,47.75051,8.99303\n1514,1646385295,47.75050,8.99305\n1515,1646385296,47.75050,8.99307\n1516,1646385297,47.75050,8.99310\n1517,1646385298,47.75049,8.99311\n1518,1646385299,47.75049,8.99312\n1519,1646385300,47.75049,8.99314\n1520,1646385301,47.75049,8.99314\n1521,1646385302,47.75049,8.99315\n1522,1646385303,47.75049,8.99314\n1523,1646385304,47.75048,8.99314\n1524,1646385305,47.75048,8.99315\n1525,1646385306,47.75048,8.99315\n1526,1646385307,47.75048,8.99315\n1527,1646385308,47.75048,8.99315\n1528,1646385309,47.75048,8.99315\n1529,1646385310,47.75048,8.99315\n1530,1646385311,47.75048,8.99315\n1531,1646385312,47.75048,8.99315\n1532,1646385313,47.75047,8.99317\n1533,1646385314,47.75047,8.99319\n1534,1646385315,47.75046,8.99322\n1535,1646385316,47.75045,8.99325\n1536,1646385317,47.75045,8.99329\n1537,1646385318,47.75044,8.99332\n1538,1646385319,47.75043,8.99336\n1539,1646385320,47.75043,8.99340\n1540,1646385321,47.75042,8.99344\n1541,1646385322,47.75041,8.99348\n1542,1646385323,47.75041,8.99351\n1543,1646385324,47.75041,8.99354\n1544,1646385325,47.75040,8.99356\n1545,1646385326,47.75040,8.99356\n1546,1646385327,47.75040,8.99356\n1547,1646385328,47.75040,8.99357\n1548,1646385329,47.75040,8.99359\n1549,1646385330,47.75040,8.99362\n1550,1646385331,47.75040,8.99365\n1551,1646385332,47.75039,8.99368\n1552,1646385333,47.75038,8.99371\n1553,1646385334,47.75038,8.99373\n1554,1646385335,47.75037,8.99376\n1555,1646385336,47.75037,8.99378\n1556,1646385337,47.75036,8.99381\n1557,1646385338,47.75036,8.99383\n1558,1646385339,47.75036,8.99386\n1559,1646385340,47.75036,8.99388\n1560,1646385341,47.75035,8.99391\n1561,1646385342,47.75035,8.99393\n1562,1646385343,47.75035,8.99396\n1563,1646385344,47.75035,8.99399\n1564,1646385345,47.75034,8.99401\n1565,1646385346,47.75034,8.99403\n1566,1646385347,47.75033,8.99404\n1567,1646385348,47.75033,8.99405\n1568,1646385349,47.75033,8.99406\n1569,1646385350,47.75033,8.99407\n1570,1646385351,47.75033,8.99407\n1571,1646385352,47.75033,8.99408\n1572,1646385353,47.75032,8.99409\n1573,1646385354,47.75032,8.99409\n1574,1646385355,47.75032,8.99410\n1575,1646385356,47.75032,8.99410\n1576,1646385357,47.75032,8.99410\n1577,1646385358,47.75032,8.99410\n1578,1646385359,47.75033,8.99410\n1579,1646385360,47.75033,8.99410\n1580,1646385361,47.75033,8.99410\n1581,1646385362,47.75033,8.99410\n1582,1646385363,47.75033,8.99410\n1583,1646385364,47.75033,8.99411\n1584,1646385365,47.75033,8.99411\n1585,1646385366,47.75033,8.99411\n1586,1646385367,47.75033,8.99412\n1587,1646385368,47.75034,8.99415\n1588,1646385369,47.75034,8.99418\n1589,1646385370,47.75035,8.99420\n1590,1646385371,47.75035,8.99424\n1591,1646385372,47.75035,8.99427\n1592,1646385373,47.75036,8.99430\n1593,1646385374,47.75036,8.99433\n1594,1646385375,47.75037,8.99437\n1595,1646385376,47.75038,8.99440\n1596,1646385377,47.75038,8.99443\n1597,1646385378,47.75039,8.99446\n1598,1646385379,47.75040,8.99449\n1599,1646385380,47.75041,8.99452\n1600,1646385381,47.75042,8.99454\n1601,1646385382,47.75043,8.99457\n1602,1646385383,47.75044,8.99459\n1603,1646385384,47.75045,8.99461\n1604,1646385385,47.75046,8.99463\n1605,1646385386,47.75047,8.99466\n1606,1646385387,47.75048,8.99468\n1607,1646385388,47.75048,8.99471\n1608,1646385389,47.75049,8.99473\n1609,1646385390,47.75050,8.99475\n1610,1646385391,47.75051,8.99477\n1611,1646385392,47.75052,8.99480\n1612,1646385393,47.75053,8.99482\n1613,1646385394,47.75054,8.99484\n1614,1646385395,47.75055,8.99486\n1615,1646385396,47.75056,8.99488\n1616,1646385397,47.75057,8.99491\n1617,1646385398,47.75058,8.99493\n1618,1646385399,47.75059,8.99495\n1619,1646385400,47.75060,8.99496\n1620,1646385401,47.75062,8.99498\n1621,1646385402,47.75063,8.99500\n1622,1646385403,47.75064,8.99502\n1623,1646385404,47.75065,8.99504\n1624,1646385405,47.75066,8.99506\n1625,1646385406,47.75067,8.99508\n1626,1646385407,47.75068,8.99510\n1627,1646385408,47.75069,8.99512\n1628,1646385409,47.75070,8.99514\n1629,1646385410,47.75071,8.99515\n1630,1646385411,47.75071,8.99516\n1631,1646385412,47.75072,8.99518\n1632,1646385413,47.75072,8.99518\n1633,1646385414,47.75073,8.99519\n1634,1646385415,47.75073,8.99520\n1635,1646385416,47.75074,8.99521\n1636,1646385417,47.75075,8.99522\n1637,1646385418,47.75076,8.99524\n1638,1646385419,47.75078,8.99526\n1639,1646385420,47.75079,8.99527\n1640,1646385421,47.75080,8.99529\n1641,1646385422,47.75081,8.99531\n1642,1646385423,47.75082,8.99533\n1643,1646385424,47.75084,8.99535\n1644,1646385425,47.75085,8.99537\n1645,1646385426,47.75086,8.99539\n1646,1646385427,47.75087,8.99540\n1647,1646385428,47.75089,8.99542\n1648,1646385429,47.75090,8.99544\n1649,1646385430,47.75091,8.99545\n1650,1646385431,47.75093,8.99546\n1651,1646385432,47.75094,8.99547\n1652,1646385433,47.75095,8.99548\n1653,1646385434,47.75096,8.99550\n1654,1646385435,47.75098,8.99551\n1655,1646385436,47.75099,8.99553\n1656,1646385437,47.75100,8.99554\n1657,1646385438,47.75102,8.99556\n1658,1646385439,47.75103,8.99558\n1659,1646385440,47.75105,8.99559\n1660,1646385441,47.75106,8.99561\n1661,1646385442,47.75107,8.99562\n1662,1646385443,47.75109,8.99563\n1663,1646385444,47.75109,8.99564\n1664,1646385445,47.75109,8.99564\n1665,1646385446,47.75110,8.99564\n1666,1646385447,47.75110,8.99564\n1667,1646385448,47.75110,8.99564\n1668,1646385449,47.75111,8.99565\n1669,1646385450,47.75112,8.99567\n1670,1646385451,47.75113,8.99568\n1671,1646385452,47.75114,8.99570\n1672,1646385453,47.75116,8.99572\n1673,1646385454,47.75117,8.99573\n1674,1646385455,47.75119,8.99575\n1675,1646385456,47.75121,8.99576\n1676,1646385457,47.75122,8.99578\n1677,1646385458,47.75124,8.99579\n1678,1646385459,47.75126,8.99581\n1679,1646385460,47.75127,8.99582\n1680,1646385461,47.75129,8.99584\n1681,1646385462,47.75130,8.99585\n1682,1646385463,47.75132,8.99586\n1683,1646385464,47.75134,8.99587\n1684,1646385465,47.75136,8.99588\n1685,1646385466,47.75137,8.99589\n1686,1646385467,47.75139,8.99590\n1687,1646385468,47.75140,8.99592\n1688,1646385469,47.75142,8.99593\n1689,1646385470,47.75144,8.99594\n1690,1646385471,47.75145,8.99594\n1691,1646385472,47.75147,8.99594\n1692,1646385473,47.75148,8.99594\n1693,1646385474,47.75150,8.99595\n1694,1646385475,47.75151,8.99595\n1695,1646385476,47.75153,8.99596\n1696,1646385477,47.75154,8.99596\n1697,1646385478,47.75156,8.99596\n1698,1646385479,47.75158,8.99596\n1699,1646385480,47.75159,8.99597\n1700,1646385481,47.75161,8.99597\n1701,1646385482,47.75162,8.99597\n1702,1646385483,47.75162,8.99597\n1703,1646385484,47.75162,8.99597\n1704,1646385485,47.75162,8.99597\n1705,1646385486,47.75161,8.99596\n1706,1646385487,47.75160,8.99596\n1707,1646385488,47.75158,8.99596\n1708,1646385489,47.75156,8.99596\n1709,1646385490,47.75154,8.99596\n1710,1646385491,47.75154,8.99597\n1711,1646385492,47.75154,8.99597\n1712,1646385493,47.75154,8.99597\n1713,1646385494,47.75154,8.99597\n1714,1646385495,47.75154,8.99597\n1715,1646385496,47.75153,8.99597\n1716,1646385497,47.75154,8.99597\n1717,1646385498,47.75155,8.99597\n1718,1646385499,47.75157,8.99596\n1719,1646385500,47.75159,8.99596\n1720,1646385501,47.75161,8.99596\n1721,1646385502,47.75163,8.99596\n1722,1646385503,47.75165,8.99596\n1723,1646385504,47.75167,8.99596\n1724,1646385505,47.75168,8.99595\n1725,1646385506,47.75170,8.99595\n1726,1646385507,47.75171,8.99595\n1727,1646385508,47.75171,8.99595\n1728,1646385509,47.75172,8.99595\n1729,1646385510,47.75173,8.99594\n1730,1646385511,47.75175,8.99593\n1731,1646385512,47.75176,8.99592\n1732,1646385513,47.75177,8.99591\n1733,1646385514,47.75177,8.99591\n1734,1646385515,47.75177,8.99591\n1735,1646385516,47.75177,8.99591\n1736,1646385517,47.75177,8.99591\n1737,1646385518,47.75178,8.99590\n1738,1646385519,47.75180,8.99589\n1739,1646385520,47.75181,8.99588\n1740,1646385521,47.75182,8.99587\n1741,1646385522,47.75183,8.99586\n1742,1646385523,47.75184,8.99585\n1743,1646385524,47.75186,8.99584\n1744,1646385525,47.75187,8.99583\n1745,1646385526,47.75188,8.99582\n1746,1646385527,47.75189,8.99581\n1747,1646385528,47.75190,8.99580\n1748,1646385529,47.75192,8.99579\n1749,1646385530,47.75193,8.99578\n1750,1646385531,47.75194,8.99577\n1751,1646385532,47.75196,8.99576\n1752,1646385533,47.75197,8.99575\n1753,1646385534,47.75198,8.99573\n1754,1646385535,47.75199,8.99572\n1755,1646385536,47.75200,8.99571\n1756,1646385537,47.75201,8.99570\n1757,1646385538,47.75203,8.99569\n1758,1646385539,47.75204,8.99568\n1759,1646385540,47.75205,8.99567\n1760,1646385541,47.75207,8.99566\n1761,1646385542,47.75208,8.99565\n1762,1646385543,47.75209,8.99564\n1763,1646385544,47.75211,8.99563\n1764,1646385545,47.75212,8.99562\n1765,1646385546,47.75214,8.99561\n1766,1646385547,47.75215,8.99560\n1767,1646385548,47.75216,8.99560\n1768,1646385549,47.75218,8.99559\n1769,1646385550,47.75219,8.99558\n1770,1646385551,47.75220,8.99556\n1771,1646385552,47.75222,8.99555\n1772,1646385553,47.75222,8.99554\n1773,1646385554,47.75223,8.99554\n1774,1646385555,47.75224,8.99554\n1775,1646385556,47.75224,8.99553\n1776,1646385557,47.75226,8.99551\n1777,1646385558,47.75227,8.99550\n1778,1646385559,47.75228,8.99549\n1779,1646385560,47.75229,8.99548\n1780,1646385561,47.75230,8.99547\n1781,1646385562,47.75232,8.99546\n1782,1646385563,47.75233,8.99545\n1783,1646385564,47.75234,8.99544\n1784,1646385565,47.75235,8.99542\n1785,1646385566,47.75236,8.99541\n1786,1646385567,47.75237,8.99539\n1787,1646385568,47.75238,8.99538\n1788,1646385569,47.75240,8.99536\n1789,1646385570,47.75241,8.99535\n1790,1646385571,47.75242,8.99533\n1791,1646385572,47.75243,8.99532\n1792,1646385573,47.75244,8.99530\n1793,1646385574,47.75245,8.99529\n1794,1646385575,47.75246,8.99527\n1795,1646385576,47.75247,8.99526\n1796,1646385577,47.75248,8.99525\n1797,1646385578,47.75249,8.99524\n1798,1646385579,47.75250,8.99522\n1799,1646385580,47.75251,8.99521\n1800,1646385581,47.75252,8.99519\n1801,1646385582,47.75253,8.99518\n1802,1646385583,47.75254,8.99517\n1803,1646385584,47.75255,8.99516\n1804,1646385585,47.75256,8.99515\n1805,1646385586,47.75258,8.99514\n1806,1646385587,47.75259,8.99513\n1807,1646385588,47.75260,8.99512\n1808,1646385589,47.75261,8.99512\n1809,1646385590,47.75262,8.99511\n1810,1646385591,47.75263,8.99511\n1811,1646385592,47.75264,8.99510\n1812,1646385593,47.75266,8.99509\n1813,1646385594,47.75267,8.99508\n1814,1646385595,47.75268,8.99507\n1815,1646385596,47.75269,8.99506\n1816,1646385597,47.75270,8.99505\n1817,1646385598,47.75271,8.99503\n1818,1646385599,47.75272,8.99502\n1819,1646385600,47.75273,8.99501\n1820,1646385601,47.75274,8.99499\n1821,1646385602,47.75274,8.99498\n1822,1646385603,47.75275,8.99496\n1823,1646385604,47.75276,8.99494\n1824,1646385605,47.75277,8.99492\n1825,1646385606,47.75278,8.99490\n1826,1646385607,47.75279,8.99487\n1827,1646385608,47.75279,8.99485\n1828,1646385609,47.75280,8.99482\n1829,1646385610,47.75280,8.99480\n1830,1646385611,47.75280,8.99477\n1831,1646385612,47.75281,8.99474\n1832,1646385613,47.75281,8.99472\n1833,1646385614,47.75280,8.99469\n1834,1646385615,47.75280,8.99466\n1835,1646385616,47.75280,8.99464\n1836,1646385617,47.75280,8.99461\n1837,1646385618,47.75280,8.99458\n1838,1646385619,47.75280,8.99455\n1839,1646385620,47.75279,8.99453\n1840,1646385621,47.75278,8.99453\n1841,1646385622,47.75278,8.99452\n1842,1646385623,47.75278,8.99452\n1843,1646385624,47.75277,8.99451\n1844,1646385625,47.75277,8.99451\n1845,1646385626,47.75277,8.99451\n1846,1646385627,47.75277,8.99451\n1847,1646385628,47.75277,8.99451\n1848,1646385629,47.75277,8.99451\n1849,1646385630,47.75277,8.99452\n1850,1646385631,47.75277,8.99452\n1851,1646385632,47.75277,8.99452\n1852,1646385633,47.75277,8.99452\n1853,1646385634,47.75277,8.99452\n1854,1646385635,47.75277,8.99452\n1855,1646385636,47.75277,8.99452\n1856,1646385637,47.75277,8.99452\n1857,1646385638,47.75277,8.99452\n1858,1646385639,47.75277,8.99452\n1859,1646385640,47.75278,8.99451\n1860,1646385641,47.75278,8.99449\n1861,1646385642,47.75278,8.99446\n1862,1646385643,47.75278,8.99442\n1863,1646385644,47.75278,8.99438\n1864,1646385645,47.75278,8.99435\n1865,1646385646,47.75278,8.99431\n1866,1646385647,47.75278,8.99427\n1867,1646385648,47.75278,8.99424\n1868,1646385649,47.75278,8.99420\n1869,1646385650,47.75278,8.99417\n1870,1646385651,47.75278,8.99413\n1871,1646385652,47.75278,8.99410\n1872,1646385653,47.75277,8.99406\n1873,1646385654,47.75277,8.99403\n1874,1646385655,47.75277,8.99400\n1875,1646385656,47.75276,8.99397\n1876,1646385657,47.75276,8.99394\n1877,1646385658,47.75276,8.99391\n1878,1646385659,47.75275,8.99388\n1879,1646385660,47.75275,8.99384\n1880,1646385661,47.75275,8.99381\n1881,1646385662,47.75275,8.99378\n1882,1646385663,47.75275,8.99375\n1883,1646385664,47.75275,8.99373\n1884,1646385665,47.75275,8.99370\n1885,1646385666,47.75274,8.99368\n1886,1646385667,47.75274,8.99366\n1887,1646385668,47.75274,8.99364\n1888,1646385669,47.75273,8.99362\n1889,1646385670,47.75273,8.99359\n1890,1646385671,47.75272,8.99357\n1891,1646385672,47.75271,8.99355\n1892,1646385673,47.75271,8.99352\n1893,1646385674,47.75270,8.99350\n1894,1646385675,47.75270,8.99347\n1895,1646385676,47.75270,8.99345\n1896,1646385677,47.75269,8.99342\n1897,1646385678,47.75268,8.99340\n1898,1646385679,47.75268,8.99338\n1899,1646385680,47.75267,8.99335\n1900,1646385681,47.75267,8.99333\n1901,1646385682,47.75266,8.99331\n1902,1646385683,47.75265,8.99328\n1903,1646385684,47.75265,8.99326\n1904,1646385685,47.75265,8.99323\n1905,1646385686,47.75265,8.99321\n1906,1646385687,47.75265,8.99319\n1907,1646385688,47.75265,8.99316\n1908,1646385689,47.75266,8.99314\n1909,1646385690,47.75266,8.99312\n1910,1646385691,47.75266,8.99310\n1911,1646385692,47.75267,8.99309\n1912,1646385693,47.75267,8.99309\n1913,1646385694,47.75268,8.99309\n1914,1646385695,47.75269,8.99309\n1915,1646385696,47.75270,8.99309\n1916,1646385697,47.75270,8.99309\n1917,1646385698,47.75271,8.99308\n1918,1646385699,47.75271,8.99306\n1919,1646385700,47.75272,8.99305\n1920,1646385701,47.75273,8.99304\n1921,1646385702,47.75275,8.99302\n1922,1646385703,47.75276,8.99301\n1923,1646385704,47.75278,8.99300\n1924,1646385705,47.75280,8.99298\n1925,1646385706,47.75281,8.99297\n1926,1646385707,47.75283,8.99296\n1927,1646385708,47.75284,8.99295\n1928,1646385709,47.75286,8.99293\n1929,1646385710,47.75288,8.99292\n1930,1646385711,47.75289,8.99291\n1931,1646385712,47.75290,8.99291\n1932,1646385713,47.75292,8.99290\n1933,1646385714,47.75292,8.99290\n1934,1646385715,47.75293,8.99290\n1935,1646385716,47.75294,8.99289\n1936,1646385717,47.75295,8.99288\n1937,1646385718,47.75296,8.99286\n1938,1646385719,47.75297,8.99285\n1939,1646385720,47.75298,8.99284\n1940,1646385721,47.75299,8.99283\n1941,1646385722,47.75299,8.99282\n1942,1646385723,47.75299,8.99282\n1943,1646385724,47.75300,8.99281\n1944,1646385725,47.75301,8.99280\n1945,1646385726,47.75302,8.99279\n1946,1646385727,47.75303,8.99279\n1947,1646385728,47.75305,8.99278\n1948,1646385729,47.75306,8.99277\n1949,1646385730,47.75308,8.99276\n1950,1646385731,47.75309,8.99275\n1951,1646385732,47.75311,8.99273\n1952,1646385733,47.75312,8.99272\n1953,1646385734,47.75314,8.99271\n1954,1646385735,47.75315,8.99269\n1955,1646385736,47.75317,8.99268\n1956,1646385737,47.75318,8.99267\n1957,1646385738,47.75320,8.99266\n1958,1646385739,47.75321,8.99264\n1959,1646385740,47.75322,8.99262\n1960,1646385741,47.75324,8.99261\n1961,1646385742,47.75325,8.99259\n1962,1646385743,47.75327,8.99258\n1963,1646385744,47.75328,8.99256\n1964,1646385745,47.75329,8.99254\n1965,1646385746,47.75330,8.99252\n1966,1646385747,47.75331,8.99251\n1967,1646385748,47.75332,8.99250\n1968,1646385749,47.75334,8.99248\n1969,1646385750,47.75335,8.99247\n1970,1646385751,47.75336,8.99246\n1971,1646385752,47.75338,8.99245\n1972,1646385753,47.75339,8.99243\n1973,1646385754,47.75340,8.99242\n1974,1646385755,47.75341,8.99241\n1975,1646385756,47.75341,8.99241\n1976,1646385757,47.75341,8.99241\n1977,1646385758,47.75342,8.99241\n1978,1646385759,47.75343,8.99240\n1979,1646385760,47.75344,8.99239\n1980,1646385761,47.75346,8.99238\n1981,1646385762,47.75347,8.99236\n1982,1646385763,47.75349,8.99235\n1983,1646385764,47.75351,8.99233\n1984,1646385765,47.75354,8.99231\n1985,1646385766,47.75357,8.99229\n1986,1646385767,47.75358,8.99229\n1987,1646385768,47.75358,8.99229\n1988,1646385769,47.75358,8.99229\n1989,1646385770,47.75356,8.99230\n1990,1646385771,47.75354,8.99231\n1991,1646385772,47.75353,8.99232\n1992,1646385773,47.75353,8.99232\n1993,1646385774,47.75354,8.99232\n1994,1646385775,47.75355,8.99232\n1995,1646385776,47.75355,8.99231\n1996,1646385777,47.75357,8.99231\n1997,1646385778,47.75358,8.99229\n1998,1646385779,47.75359,8.99228\n1999,1646385780,47.75360,8.99227\n2000,1646385781,47.75362,8.99226\n2001,1646385782,47.75363,8.99225\n2002,1646385783,47.75364,8.99224\n2003,1646385784,47.75365,8.99223\n2004,1646385785,47.75366,8.99222\n2005,1646385786,47.75367,8.99221\n2006,1646385787,47.75368,8.99220\n2007,1646385788,47.75369,8.99219\n2008,1646385789,47.75370,8.99218\n2009,1646385790,47.75371,8.99217\n2010,1646385791,47.75372,8.99216\n2011,1646385792,47.75373,8.99215\n2012,1646385793,47.75374,8.99215\n2013,1646385794,47.75375,8.99214\n2014,1646385795,47.75376,8.99212\n2015,1646385796,47.75377,8.99211\n2016,1646385797,47.75378,8.99210\n2017,1646385798,47.75379,8.99209\n2018,1646385799,47.75381,8.99207\n2019,1646385800,47.75382,8.99206\n2020,1646385801,47.75383,8.99205\n2021,1646385802,47.75384,8.99204\n2022,1646385803,47.75385,8.99203\n2023,1646385804,47.75387,8.99202\n2024,1646385805,47.75388,8.99201\n2025,1646385806,47.75389,8.99199\n2026,1646385807,47.75390,8.99198\n2027,1646385808,47.75391,8.99197\n2028,1646385809,47.75392,8.99196\n2029,1646385810,47.75393,8.99194\n2030,1646385811,47.75394,8.99192\n2031,1646385812,47.75395,8.99191\n2032,1646385813,47.75395,8.99189\n2033,1646385814,47.75396,8.99188\n2034,1646385815,47.75396,8.99188\n2035,1646385816,47.75396,8.99188\n2036,1646385817,47.75396,8.99187\n2037,1646385818,47.75395,8.99187\n2038,1646385819,47.75396,8.99188\n2039,1646385820,47.75396,8.99188\n2040,1646385821,47.75397,8.99188\n2041,1646385822,47.75398,8.99188\n2042,1646385823,47.75400,8.99187\n2043,1646385824,47.75402,8.99186\n2044,1646385825,47.75404,8.99184\n2045,1646385826,47.75406,8.99182\n2046,1646385827,47.75408,8.99180\n2047,1646385828,47.75410,8.99179\n2048,1646385829,47.75412,8.99177\n2049,1646385830,47.75414,8.99175\n2050,1646385831,47.75416,8.99174\n2051,1646385832,47.75418,8.99172\n2052,1646385833,47.75420,8.99170\n2053,1646385834,47.75421,8.99168\n2054,1646385835,47.75423,8.99167\n2055,1646385836,47.75425,8.99165\n2056,1646385837,47.75427,8.99163\n2057,1646385838,47.75429,8.99162\n2058,1646385839,47.75431,8.99160\n2059,1646385840,47.75432,8.99159\n2060,1646385841,47.75434,8.99158\n2061,1646385842,47.75436,8.99157\n2062,1646385843,47.75438,8.99155\n2063,1646385844,47.75439,8.99153\n2064,1646385845,47.75441,8.99151\n2065,1646385846,47.75443,8.99149\n2066,1646385847,47.75444,8.99147\n2067,1646385848,47.75446,8.99145\n2068,1646385849,47.75447,8.99143\n2069,1646385850,47.75449,8.99141\n2070,1646385851,47.75450,8.99139\n2071,1646385852,47.75452,8.99138\n2072,1646385853,47.75453,8.99138\n2073,1646385854,47.75454,8.99138\n2074,1646385855,47.75455,8.99138\n2075,1646385856,47.75456,8.99137\n2076,1646385857,47.75456,8.99138\n2077,1646385858,47.75457,8.99138\n2078,1646385859,47.75457,8.99138\n2079,1646385860,47.75458,8.99138\n2080,1646385861,47.75458,8.99138\n2081,1646385862,47.75458,8.99137\n2082,1646385863,47.75458,8.99137\n2083,1646385864,47.75458,8.99137\n2084,1646385865,47.75458,8.99137\n2085,1646385866,47.75459,8.99137\n2086,1646385867,47.75460,8.99137\n2087,1646385868,47.75461,8.99137\n2088,1646385869,47.75463,8.99137\n2089,1646385870,47.75465,8.99139\n2090,1646385871,47.75466,8.99139\n2091,1646385872,47.75468,8.99141\n2092,1646385873,47.75469,8.99142\n2093,1646385874,47.75471,8.99143\n2094,1646385875,47.75473,8.99145\n2095,1646385876,47.75474,8.99148\n2096,1646385877,47.75475,8.99151\n2097,1646385878,47.75475,8.99153\n2098,1646385879,47.75475,8.99155\n2099,1646385880,47.75476,8.99155\n2100,1646385881,47.75476,8.99155\n2101,1646385882,47.75476,8.99156\n2102,1646385883,47.75475,8.99157\n2103,1646385884,47.75474,8.99159\n2104,1646385885,47.75473,8.99161\n2105,1646385886,47.75472,8.99163\n2106,1646385887,47.75471,8.99165\n2107,1646385888,47.75470,8.99167\n2108,1646385889,47.75469,8.99169\n2109,1646385890,47.75468,8.99171\n2110,1646385891,47.75467,8.99172\n2111,1646385892,47.75466,8.99173\n2112,1646385893,47.75465,8.99175\n2113,1646385894,47.75464,8.99176\n2114,1646385895,47.75465,8.99176\n2115,1646385896,47.75465,8.99176\n2116,1646385897,47.75465,8.99176\n2117,1646385898,47.75465,8.99176\n2118,1646385899,47.75465,8.99176\n2119,1646385900,47.75464,8.99176\n2120,1646385901,47.75464,8.99176\n2121,1646385902,47.75464,8.99178\n2122,1646385903,47.75463,8.99180\n2123,1646385904,47.75463,8.99182\n2124,1646385905,47.75461,8.99185\n2125,1646385906,47.75460,8.99187\n2126,1646385907,47.75459,8.99189\n2127,1646385908,47.75458,8.99192\n2128,1646385909,47.75457,8.99194\n2129,1646385910,47.75455,8.99197\n2130,1646385911,47.75454,8.99199\n2131,1646385912,47.75452,8.99202\n2132,1646385913,47.75451,8.99204\n2133,1646385914,47.75449,8.99207\n2134,1646385915,47.75448,8.99209\n2135,1646385916,47.75447,8.99211\n2136,1646385917,47.75445,8.99213\n2137,1646385918,47.75444,8.99216\n2138,1646385919,47.75443,8.99218\n2139,1646385920,47.75442,8.99220\n2140,1646385921,47.75441,8.99222\n2141,1646385922,47.75440,8.99224\n2142,1646385923,47.75438,8.99226\n2143,1646385924,47.75437,8.99227\n2144,1646385925,47.75437,8.99227\n2145,1646385926,47.75436,8.99227\n2146,1646385927,47.75436,8.99227\n2147,1646385928,47.75436,8.99226\n2148,1646385929,47.75436,8.99226\n2149,1646385930,47.75436,8.99226\n2150,1646385931,47.75436,8.99226\n2151,1646385932,47.75437,8.99226\n2152,1646385933,47.75437,8.99226\n2153,1646385934,47.75437,8.99226\n2154,1646385935,47.75437,8.99226\n2155,1646385936,47.75437,8.99226\n2156,1646385937,47.75437,8.99226\n2157,1646385938,47.75438,8.99227\n2158,1646385939,47.75438,8.99227\n2159,1646385940,47.75438,8.99227\n2160,1646385941,47.75438,8.99227\n2161,1646385942,47.75438,8.99227\n2162,1646385943,47.75438,8.99226\n2163,1646385944,47.75439,8.99226\n2164,1646385945,47.75439,8.99226\n2165,1646385946,47.75439,8.99226\n2166,1646385947,47.75439,8.99226\n2167,1646385948,47.75439,8.99227\n2168,1646385949,47.75439,8.99228\n2169,1646385950,47.75438,8.99230\n2170,1646385951,47.75437,8.99233\n2171,1646385952,47.75436,8.99235\n2172,1646385953,47.75435,8.99238\n2173,1646385954,47.75434,8.99241\n2174,1646385955,47.75432,8.99244\n2175,1646385956,47.75430,8.99247\n2176,1646385957,47.75429,8.99250\n2177,1646385958,47.75428,8.99252\n2178,1646385959,47.75426,8.99255\n2179,1646385960,47.75425,8.99258\n2180,1646385961,47.75424,8.99260\n2181,1646385962,47.75423,8.99263\n2182,1646385963,47.75421,8.99265\n2183,1646385964,47.75420,8.99268\n2184,1646385965,47.75418,8.99271\n2185,1646385966,47.75416,8.99274\n2186,1646385967,47.75415,8.99277\n2187,1646385968,47.75413,8.99279\n2188,1646385969,47.75411,8.99280\n2189,1646385970,47.75410,8.99283\n2190,1646385971,47.75408,8.99285\n2191,1646385972,47.75407,8.99288\n2192,1646385973,47.75406,8.99290\n2193,1646385974,47.75404,8.99293\n2194,1646385975,47.75404,8.99296\n2195,1646385976,47.75402,8.99298\n2196,1646385977,47.75401,8.99301\n2197,1646385978,47.75400,8.99303\n2198,1646385979,47.75399,8.99305\n2199,1646385980,47.75398,8.99308\n2200,1646385981,47.75397,8.99310\n2201,1646385982,47.75396,8.99312\n2202,1646385983,47.75395,8.99315\n2203,1646385984,47.75394,8.99317\n2204,1646385985,47.75394,8.99319\n2205,1646385986,47.75394,8.99320\n2206,1646385987,47.75395,8.99322\n2207,1646385988,47.75395,8.99322\n2208,1646385989,47.75395,8.99323\n2209,1646385990,47.75395,8.99323\n2210,1646385991,47.75395,8.99324\n2211,1646385992,47.75395,8.99324\n2212,1646385993,47.75395,8.99325\n2213,1646385994,47.75395,8.99326\n2214,1646385995,47.75393,8.99327\n2215,1646385996,47.75391,8.99329\n2216,1646385997,47.75389,8.99330\n2217,1646385998,47.75387,8.99331\n2218,1646385999,47.75386,8.99333\n2219,1646386000,47.75385,8.99335\n2220,1646386001,47.75384,8.99336\n2221,1646386002,47.75382,8.99338\n2222,1646386003,47.75381,8.99340\n2223,1646386004,47.75380,8.99342\n2224,1646386005,47.75379,8.99344\n2225,1646386006,47.75378,8.99345\n2226,1646386007,47.75379,8.99345\n2227,1646386008,47.75379,8.99345\n2228,1646386009,47.75379,8.99345\n2229,1646386010,47.75378,8.99346\n2230,1646386011,47.75378,8.99346\n2231,1646386012,47.75378,8.99346\n2232,1646386013,47.75378,8.99347\n2233,1646386014,47.75378,8.99347\n2234,1646386015,47.75377,8.99348\n2235,1646386016,47.75376,8.99351\n2236,1646386017,47.75374,8.99354\n2237,1646386018,47.75372,8.99356\n2238,1646386019,47.75371,8.99359\n2239,1646386020,47.75369,8.99361\n2240,1646386021,47.75368,8.99363\n2241,1646386022,47.75367,8.99366\n2242,1646386023,47.75365,8.99367\n2243,1646386024,47.75364,8.99369\n2244,1646386025,47.75364,8.99370\n2245,1646386026,47.75364,8.99371\n2246,1646386027,47.75364,8.99371\n2247,1646386028,47.75365,8.99370\n2248,1646386029,47.75365,8.99370\n2249,1646386030,47.75365,8.99370\n2250,1646386031,47.75365,8.99370\n2251,1646386032,47.75365,8.99370\n2252,1646386033,47.75366,8.99370\n2253,1646386034,47.75366,8.99370\n2254,1646386035,47.75366,8.99371\n2255,1646386036,47.75366,8.99370\n2256,1646386037,47.75366,8.99371\n2257,1646386038,47.75365,8.99372\n2258,1646386039,47.75364,8.99374\n2259,1646386040,47.75363,8.99377\n2260,1646386041,47.75361,8.99379\n2261,1646386042,47.75360,8.99381\n2262,1646386043,47.75358,8.99383\n2263,1646386044,47.75357,8.99384\n2264,1646386045,47.75357,8.99384\n2265,1646386046,47.75356,8.99384\n2266,1646386047,47.75356,8.99384\n2267,1646386048,47.75356,8.99384\n2268,1646386049,47.75356,8.99384\n2269,1646386050,47.75355,8.99385\n2270,1646386051,47.75354,8.99387\n2271,1646386052,47.75353,8.99389\n2272,1646386053,47.75352,8.99392\n2273,1646386054,47.75352,8.99395\n2274,1646386055,47.75351,8.99396\n2275,1646386056,47.75351,8.99397\n2276,1646386057,47.75352,8.99397\n2277,1646386058,47.75352,8.99397\n2278,1646386059,47.75353,8.99397\n2279,1646386060,47.75353,8.99397\n2280,1646386061,47.75353,8.99397\n2281,1646386062,47.75353,8.99397\n2282,1646386063,47.75353,8.99396\n2283,1646386064,47.75353,8.99396\n2284,1646386065,47.75352,8.99397\n2285,1646386066,47.75352,8.99398\n2286,1646386067,47.75352,8.99398\n2287,1646386068,47.75351,8.99399\n2288,1646386069,47.75350,8.99401\n2289,1646386070,47.75348,8.99402\n2290,1646386071,47.75347,8.99405\n2291,1646386072,47.75345,8.99407\n2292,1646386073,47.75343,8.99409\n2293,1646386074,47.75342,8.99412\n2294,1646386075,47.75341,8.99414\n2295,1646386076,47.75339,8.99417\n2296,1646386077,47.75338,8.99419\n2297,1646386078,47.75337,8.99421\n2298,1646386079,47.75336,8.99424\n2299,1646386080,47.75334,8.99427\n2300,1646386081,47.75332,8.99430\n2301,1646386082,47.75331,8.99433\n2302,1646386083,47.75329,8.99436\n2303,1646386084,47.75327,8.99440\n2304,1646386085,47.75325,8.99443\n2305,1646386086,47.75323,8.99445\n2306,1646386087,47.75321,8.99447\n2307,1646386088,47.75321,8.99447\n2308,1646386089,47.75322,8.99447\n2309,1646386090,47.75322,8.99446\n2310,1646386091,47.75323,8.99444\n2311,1646386092,47.75325,8.99443\n2312,1646386093,47.75325,8.99443\n2313,1646386094,47.75325,8.99444\n2314,1646386095,47.75324,8.99445\n2315,1646386096,47.75324,8.99446\n2316,1646386097,47.75324,8.99446\n2317,1646386098,47.75324,8.99447\n2318,1646386099,47.75323,8.99448\n2319,1646386100,47.75322,8.99450\n2320,1646386101,47.75321,8.99452\n2321,1646386102,47.75320,8.99454\n2322,1646386103,47.75319,8.99456\n2323,1646386104,47.75319,8.99457\n2324,1646386105,47.75318,8.99458\n2325,1646386106,47.75317,8.99460\n2326,1646386107,47.75316,8.99462\n2327,1646386108,47.75315,8.99463\n2328,1646386109,47.75314,8.99465\n2329,1646386110,47.75313,8.99467\n2330,1646386111,47.75312,8.99469\n2331,1646386112,47.75311,8.99470\n2332,1646386113,47.75310,8.99472\n2333,1646386114,47.75309,8.99474\n2334,1646386115,47.75307,8.99477\n2335,1646386116,47.75306,8.99479\n2336,1646386117,47.75303,8.99481\n2337,1646386118,47.75302,8.99483\n2338,1646386119,47.75300,8.99485\n2339,1646386120,47.75298,8.99488\n2340,1646386121,47.75297,8.99490\n2341,1646386122,47.75296,8.99493\n2342,1646386123,47.75295,8.99495\n2343,1646386124,47.75294,8.99498\n2344,1646386125,47.75293,8.99500\n2345,1646386126,47.75292,8.99502\n2346,1646386127,47.75291,8.99503\n2347,1646386128,47.75289,8.99505\n2348,1646386129,47.75289,8.99506\n2349,1646386130,47.75287,8.99507\n2350,1646386131,47.75286,8.99509\n2351,1646386132,47.75285,8.99510\n2352,1646386133,47.75283,8.99512\n2353,1646386134,47.75282,8.99513\n2354,1646386135,47.75281,8.99514\n2355,1646386136,47.75280,8.99515\n2356,1646386137,47.75279,8.99516\n2357,1646386138,47.75279,8.99517\n2358,1646386139,47.75278,8.99518\n2359,1646386140,47.75278,8.99519\n2360,1646386141,47.75276,8.99520\n2361,1646386142,47.75275,8.99522\n2362,1646386143,47.75274,8.99524\n2363,1646386144,47.75273,8.99527\n2364,1646386145,47.75272,8.99529\n2365,1646386146,47.75272,8.99531\n2366,1646386147,47.75271,8.99534\n2367,1646386148,47.75270,8.99536\n2368,1646386149,47.75269,8.99538\n2369,1646386150,47.75268,8.99541\n2370,1646386151,47.75267,8.99543\n2371,1646386152,47.75267,8.99545\n2372,1646386153,47.75266,8.99548\n2373,1646386154,47.75265,8.99550\n2374,1646386155,47.75264,8.99553\n2375,1646386156,47.75263,8.99555\n2376,1646386157,47.75262,8.99556\n2377,1646386158,47.75262,8.99556\n2378,1646386159,47.75262,8.99557\n2379,1646386160,47.75262,8.99557\n2380,1646386161,47.75262,8.99557\n2381,1646386162,47.75262,8.99557\n2382,1646386163,47.75262,8.99558\n2383,1646386164,47.75262,8.99558\n2384,1646386165,47.75262,8.99558\n2385,1646386166,47.75262,8.99558\n2386,1646386167,47.75263,8.99558\n2387,1646386168,47.75263,8.99558\n2388,1646386169,47.75263,8.99558\n2389,1646386170,47.75263,8.99558\n2390,1646386171,47.75262,8.99560\n2391,1646386172,47.75262,8.99562\n2392,1646386173,47.75261,8.99565\n2393,1646386174,47.75260,8.99568\n2394,1646386175,47.75259,8.99572\n2395,1646386176,47.75257,8.99574\n2396,1646386177,47.75256,8.99578\n2397,1646386178,47.75255,8.99580\n2398,1646386179,47.75254,8.99583\n2399,1646386180,47.75253,8.99586\n2400,1646386181,47.75252,8.99588\n2401,1646386182,47.75251,8.99590\n2402,1646386183,47.75250,8.99591\n2403,1646386184,47.75249,8.99593\n2404,1646386185,47.75249,8.99595\n2405,1646386186,47.75248,8.99597\n2406,1646386187,47.75248,8.99599\n2407,1646386188,47.75247,8.99601\n2408,1646386189,47.75246,8.99604\n2409,1646386190,47.75245,8.99607\n2410,1646386191,47.75244,8.99609\n2411,1646386192,47.75243,8.99612\n2412,1646386193,47.75242,8.99614\n2413,1646386194,47.75241,8.99616\n2414,1646386195,47.75240,8.99618\n2415,1646386196,47.75239,8.99621\n2416,1646386197,47.75238,8.99623\n2417,1646386198,47.75237,8.99626\n2418,1646386199,47.75236,8.99629\n2419,1646386200,47.75235,8.99632\n2420,1646386201,47.75233,8.99634\n2421,1646386202,47.75232,8.99637\n2422,1646386203,47.75231,8.99639\n2423,1646386204,47.75230,8.99641\n2424,1646386205,47.75229,8.99644\n2425,1646386206,47.75228,8.99646\n2426,1646386207,47.75228,8.99647\n2427,1646386208,47.75228,8.99649\n2428,1646386209,47.75229,8.99649\n2429,1646386210,47.75229,8.99649\n2430,1646386211,47.75228,8.99648\n2431,1646386212,47.75228,8.99648\n2432,1646386213,47.75228,8.99648\n2433,1646386214,47.75228,8.99648\n2434,1646386215,47.75227,8.99649\n2435,1646386216,47.75226,8.99650\n2436,1646386217,47.75225,8.99653\n2437,1646386218,47.75224,8.99655\n2438,1646386219,47.75223,8.99658\n2439,1646386220,47.75221,8.99660\n2440,1646386221,47.75220,8.99663\n2441,1646386222,47.75220,8.99667\n2442,1646386223,47.75219,8.99670\n2443,1646386224,47.75219,8.99673\n2444,1646386225,47.75218,8.99675\n2445,1646386226,47.75217,8.99678\n2446,1646386227,47.75217,8.99681\n2447,1646386228,47.75216,8.99684\n2448,1646386229,47.75216,8.99687\n2449,1646386230,47.75215,8.99689\n2450,1646386231,47.75214,8.99690\n2451,1646386232,47.75214,8.99691\n2452,1646386233,47.75214,8.99691\n2453,1646386234,47.75215,8.99692\n2454,1646386235,47.75215,8.99692\n2455,1646386236,47.75215,8.99692\n2456,1646386237,47.75215,8.99692\n2457,1646386238,47.75215,8.99692\n2458,1646386239,47.75215,8.99692\n2459,1646386240,47.75215,8.99693\n2460,1646386241,47.75214,8.99694\n2461,1646386242,47.75214,8.99695\n2462,1646386243,47.75213,8.99697\n2463,1646386244,47.75212,8.99699\n2464,1646386245,47.75210,8.99703\n2465,1646386246,47.75209,8.99706\n2466,1646386247,47.75208,8.99709\n2467,1646386248,47.75207,8.99710\n2468,1646386249,47.75206,8.99711\n2469,1646386250,47.75206,8.99710\n2470,1646386251,47.75206,8.99711\n2471,1646386252,47.75205,8.99712\n2472,1646386253,47.75205,8.99712\n2473,1646386254,47.75204,8.99713\n2474,1646386255,47.75205,8.99714\n2475,1646386256,47.75204,8.99716\n2476,1646386257,47.75203,8.99718\n2477,1646386258,47.75203,8.99721\n2478,1646386259,47.75202,8.99724\n2479,1646386260,47.75201,8.99726\n2480,1646386261,47.75199,8.99729\n2481,1646386262,47.75198,8.99732\n2482,1646386263,47.75197,8.99734\n2483,1646386264,47.75197,8.99736\n2484,1646386265,47.75196,8.99738\n2485,1646386266,47.75195,8.99740\n2486,1646386267,47.75194,8.99743\n2487,1646386268,47.75193,8.99745\n2488,1646386269,47.75192,8.99746\n2489,1646386270,47.75191,8.99747\n2490,1646386271,47.75191,8.99747\n2491,1646386272,47.75191,8.99746\n2492,1646386273,47.75191,8.99746\n2493,1646386274,47.75191,8.99746\n2494,1646386275,47.75190,8.99746\n2495,1646386276,47.75190,8.99746\n2496,1646386277,47.75190,8.99746\n2497,1646386278,47.75190,8.99746\n2498,1646386279,47.75190,8.99747\n2499,1646386280,47.75190,8.99747\n2500,1646386281,47.75190,8.99748\n2501,1646386282,47.75189,8.99749\n2502,1646386283,47.75189,8.99750\n2503,1646386284,47.75189,8.99753\n2504,1646386285,47.75189,8.99756\n2505,1646386286,47.75189,8.99760\n2506,1646386287,47.75189,8.99763\n2507,1646386288,47.75189,8.99767\n2508,1646386289,47.75189,8.99770\n2509,1646386290,47.75189,8.99773\n2510,1646386291,47.75190,8.99776\n2511,1646386292,47.75190,8.99778\n2512,1646386293,47.75189,8.99780\n2513,1646386294,47.75189,8.99781\n2514,1646386295,47.75190,8.99781\n2515,1646386296,47.75190,8.99782\n2516,1646386297,47.75190,8.99783\n2517,1646386298,47.75190,8.99784\n2518,1646386299,47.75190,8.99784\n2519,1646386300,47.75190,8.99784\n2520,1646386301,47.75190,8.99785\n2521,1646386302,47.75190,8.99785\n2522,1646386303,47.75190,8.99785\n2523,1646386304,47.75190,8.99785\n2524,1646386305,47.75190,8.99786\n2525,1646386306,47.75190,8.99786\n2526,1646386307,47.75190,8.99788\n2527,1646386308,47.75190,8.99791\n2528,1646386309,47.75191,8.99794\n2529,1646386310,47.75191,8.99797\n2530,1646386311,47.75191,8.99800\n2531,1646386312,47.75191,8.99804\n2532,1646386313,47.75191,8.99807\n2533,1646386314,47.75191,8.99811\n2534,1646386315,47.75191,8.99815\n2535,1646386316,47.75191,8.99819\n2536,1646386317,47.75191,8.99824\n2537,1646386318,47.75191,8.99829\n2538,1646386319,47.75191,8.99834\n2539,1646386320,47.75190,8.99838\n2540,1646386321,47.75190,8.99841\n2541,1646386322,47.75190,8.99845\n2542,1646386323,47.75190,8.99848\n2543,1646386324,47.75189,8.99851\n2544,1646386325,47.75189,8.99854\n2545,1646386326,47.75188,8.99856\n2546,1646386327,47.75187,8.99859\n2547,1646386328,47.75187,8.99862\n2548,1646386329,47.75186,8.99864\n2549,1646386330,47.75186,8.99867\n2550,1646386331,47.75185,8.99869\n2551,1646386332,47.75185,8.99872\n2552,1646386333,47.75184,8.99874\n2553,1646386334,47.75183,8.99877\n2554,1646386335,47.75183,8.99880\n2555,1646386336,47.75183,8.99882\n2556,1646386337,47.75183,8.99885\n2557,1646386338,47.75183,8.99886\n2558,1646386339,47.75183,8.99889\n2559,1646386340,47.75183,8.99891\n2560,1646386341,47.75182,8.99893\n2561,1646386342,47.75182,8.99895\n2562,1646386343,47.75182,8.99897\n2563,1646386344,47.75182,8.99899\n2564,1646386345,47.75182,8.99900\n2565,1646386346,47.75182,8.99898\n2566,1646386347,47.75183,8.99897\n2567,1646386348,47.75183,8.99895\n2568,1646386349,47.75184,8.99892\n2569,1646386350,47.75184,8.99887\n2570,1646386351,47.75182,8.99883\n2571,1646386352,47.75180,8.99880\n2572,1646386353,47.75177,8.99878\n2573,1646386354,47.75174,8.99876\n2574,1646386355,47.75171,8.99875\n2575,1646386356,47.75169,8.99874\n2576,1646386357,47.75166,8.99872\n2577,1646386358,47.75164,8.99871\n2578,1646386359,47.75162,8.99870\n2579,1646386360,47.75161,8.99868\n2580,1646386361,47.75159,8.99866\n2581,1646386362,47.75158,8.99864\n2582,1646386363,47.75156,8.99862\n2583,1646386364,47.75154,8.99860\n2584,1646386365,47.75153,8.99859\n2585,1646386366,47.75152,8.99857\n2586,1646386367,47.75151,8.99856\n2587,1646386368,47.75151,8.99856\n2588,1646386369,47.75150,8.99856\n2589,1646386370,47.75150,8.99856\n2590,1646386371,47.75150,8.99856\n2591,1646386372,47.75150,8.99856\n2592,1646386373,47.75149,8.99855\n2593,1646386374,47.75148,8.99853\n2594,1646386375,47.75146,8.99851\n2595,1646386376,47.75144,8.99849\n2596,1646386377,47.75143,8.99847\n2597,1646386378,47.75141,8.99846\n2598,1646386379,47.75140,8.99844\n2599,1646386380,47.75138,8.99841\n2600,1646386381,47.75136,8.99839\n2601,1646386382,47.75135,8.99837\n2602,1646386383,47.75134,8.99837\n2603,1646386384,47.75135,8.99838\n2604,1646386385,47.75135,8.99840\n2605,1646386386,47.75135,8.99841\n2606,1646386387,47.75136,8.99841\n2607,1646386388,47.75136,8.99841\n2608,1646386389,47.75136,8.99841\n2609,1646386390,47.75137,8.99841\n2610,1646386391,47.75137,8.99840\n2611,1646386392,47.75138,8.99840\n2612,1646386393,47.75138,8.99839\n2613,1646386394,47.75137,8.99838\n2614,1646386395,47.75136,8.99836\n2615,1646386396,47.75135,8.99833\n2616,1646386397,47.75133,8.99831\n2617,1646386398,47.75131,8.99828\n2618,1646386399,47.75129,8.99825\n2619,1646386400,47.75128,8.99822\n2620,1646386401,47.75126,8.99820\n2621,1646386402,47.75125,8.99817\n2622,1646386403,47.75123,8.99815\n2623,1646386404,47.75122,8.99813\n2624,1646386405,47.75121,8.99811\n2625,1646386406,47.75120,8.99809\n2626,1646386407,47.75119,8.99807\n2627,1646386408,47.75118,8.99805\n2628,1646386409,47.75117,8.99804\n2629,1646386410,47.75116,8.99802\n2630,1646386411,47.75116,8.99801\n2631,1646386412,47.75115,8.99799\n2632,1646386413,47.75114,8.99798\n2633,1646386414,47.75113,8.99797\n2634,1646386415,47.75113,8.99795\n2635,1646386416,47.75112,8.99794\n2636,1646386417,47.75111,8.99792\n2637,1646386418,47.75111,8.99791\n2638,1646386419,47.75111,8.99790\n2639,1646386420,47.75111,8.99789\n2640,1646386421,47.75111,8.99788\n2641,1646386422,47.75110,8.99786\n2642,1646386423,47.75109,8.99784\n2643,1646386424,47.75108,8.99782\n2644,1646386425,47.75106,8.99780\n2645,1646386426,47.75105,8.99777\n2646,1646386427,47.75104,8.99775\n2647,1646386428,47.75103,8.99773\n2648,1646386429,47.75103,8.99772\n2649,1646386430,47.75103,8.99771\n2650,1646386431,47.75102,8.99769\n2651,1646386432,47.75101,8.99767\n2652,1646386433,47.75099,8.99764\n2653,1646386434,47.75098,8.99762\n2654,1646386435,47.75097,8.99759\n2655,1646386436,47.75096,8.99756\n2656,1646386437,47.75095,8.99754\n2657,1646386438,47.75093,8.99751\n2658,1646386439,47.75092,8.99749\n2659,1646386440,47.75090,8.99747\n2660,1646386441,47.75089,8.99745\n2661,1646386442,47.75088,8.99744\n2662,1646386443,47.75087,8.99742\n2663,1646386444,47.75086,8.99741\n2664,1646386445,47.75086,8.99742\n2665,1646386446,47.75085,8.99741\n2666,1646386447,47.75085,8.99740\n2667,1646386448,47.75084,8.99737\n2668,1646386449,47.75082,8.99735\n2669,1646386450,47.75081,8.99732\n2670,1646386451,47.75079,8.99730\n2671,1646386452,47.75077,8.99727\n2672,1646386453,47.75076,8.99725\n2673,1646386454,47.75074,8.99723\n2674,1646386455,47.75073,8.99721\n2675,1646386456,47.75071,8.99720\n2676,1646386457,47.75070,8.99718\n2677,1646386458,47.75069,8.99716\n2678,1646386459,47.75069,8.99716\n2679,1646386460,47.75069,8.99715\n2680,1646386461,47.75068,8.99714\n2681,1646386462,47.75068,8.99714\n2682,1646386463,47.75067,8.99712\n2683,1646386464,47.75067,8.99712\n2684,1646386465,47.75066,8.99711\n2685,1646386466,47.75066,8.99711\n2686,1646386467,47.75066,8.99711\n2687,1646386468,47.75067,8.99711\n2688,1646386469,47.75067,8.99711\n2689,1646386470,47.75067,8.99711\n2690,1646386471,47.75067,8.99711\n2691,1646386472,47.75067,8.99711\n2692,1646386473,47.75067,8.99711\n2693,1646386474,47.75067,8.99711\n2694,1646386475,47.75067,8.99711\n2695,1646386476,47.75067,8.99711\n2696,1646386477,47.75067,8.99711\n2697,1646386478,47.75067,8.99711\n2698,1646386479,47.75067,8.99711\n2699,1646386480,47.75067,8.99711\n2700,1646386481,47.75067,8.99711\n2701,1646386482,47.75067,8.99711\n2702,1646386483,47.75067,8.99711\n2703,1646386484,47.75067,8.99711\n2704,1646386485,47.75067,8.99711\n2705,1646386486,47.75067,8.99711\n2706,1646386487,47.75067,8.99711\n2707,1646386488,47.75067,8.99711\n2708,1646386489,47.75067,8.99711\n2709,1646386490,47.75066,8.99710\n2710,1646386491,47.75064,8.99708\n2711,1646386492,47.75062,8.99705\n2712,1646386493,47.75060,8.99703\n2713,1646386494,47.75057,8.99701\n2714,1646386495,47.75055,8.99699\n2715,1646386496,47.75052,8.99699\n2716,1646386497,47.75050,8.99700\n2717,1646386498,47.75048,8.99701\n2718,1646386499,47.75046,8.99702\n2719,1646386500,47.75045,8.99703\n2720,1646386501,47.75044,8.99703\n2721,1646386502,47.75044,8.99703\n2722,1646386503,47.75044,8.99702\n2723,1646386504,47.75044,8.99702\n2724,1646386505,47.75044,8.99703\n2725,1646386506,47.75043,8.99703\n2726,1646386507,47.75042,8.99702\n2727,1646386508,47.75041,8.99702\n2728,1646386509,47.75039,8.99702\n2729,1646386510,47.75037,8.99702\n2730,1646386511,47.75036,8.99702\n2731,1646386512,47.75034,8.99702\n2732,1646386513,47.75033,8.99702\n2733,1646386514,47.75033,8.99702\n2734,1646386515,47.75032,8.99702\n2735,1646386516,47.75031,8.99703\n2736,1646386517,47.75029,8.99703\n2737,1646386518,47.75028,8.99704\n2738,1646386519,47.75027,8.99704\n2739,1646386520,47.75026,8.99704\n2740,1646386521,47.75025,8.99705\n2741,1646386522,47.75024,8.99705\n2742,1646386523,47.75022,8.99706\n2743,1646386524,47.75021,8.99705\n2744,1646386525,47.75019,8.99705\n2745,1646386526,47.75018,8.99706\n2746,1646386527,47.75017,8.99707\n2747,1646386528,47.75016,8.99708\n2748,1646386529,47.75016,8.99709\n2749,1646386530,47.75015,8.99710\n2750,1646386531,47.75014,8.99711\n2751,1646386532,47.75012,8.99711\n2752,1646386533,47.75011,8.99712\n2753,1646386534,47.75009,8.99713\n2754,1646386535,47.75008,8.99713\n2755,1646386536,47.75006,8.99714\n2756,1646386537,47.75005,8.99714\n2757,1646386538,47.75004,8.99715\n2758,1646386539,47.75003,8.99716\n2759,1646386540,47.75002,8.99717\n2760,1646386541,47.75002,8.99717\n2761,1646386542,47.75001,8.99718\n2762,1646386543,47.75000,8.99719\n2763,1646386544,47.74999,8.99720\n2764,1646386545,47.74997,8.99720\n2765,1646386546,47.74996,8.99720\n2766,1646386547,47.74994,8.99721\n2767,1646386548,47.74992,8.99721\n2768,1646386549,47.74991,8.99721\n2769,1646386550,47.74989,8.99722\n2770,1646386551,47.74988,8.99723\n2771,1646386552,47.74987,8.99724\n2772,1646386553,47.74986,8.99724\n2773,1646386554,47.74984,8.99724\n2774,1646386555,47.74983,8.99725\n2775,1646386556,47.74982,8.99725\n2776,1646386557,47.74981,8.99726\n2777,1646386558,47.74979,8.99726\n2778,1646386559,47.74978,8.99727\n2779,1646386560,47.74977,8.99728\n2780,1646386561,47.74975,8.99729\n2781,1646386562,47.74974,8.99731\n2782,1646386563,47.74974,8.99733\n2783,1646386564,47.74973,8.99734\n2784,1646386565,47.74972,8.99736\n2785,1646386566,47.74972,8.99738\n2786,1646386567,47.74971,8.99740\n2787,1646386568,47.74970,8.99742\n2788,1646386569,47.74970,8.99743\n2789,1646386570,47.74969,8.99745\n2790,1646386571,47.74968,8.99747\n2791,1646386572,47.74967,8.99749\n2792,1646386573,47.74967,8.99750\n2793,1646386574,47.74966,8.99752\n2794,1646386575,47.74965,8.99754\n2795,1646386576,47.74965,8.99755\n2796,1646386577,47.74964,8.99757\n2797,1646386578,47.74963,8.99759\n2798,1646386579,47.74962,8.99761\n2799,1646386580,47.74962,8.99762\n2800,1646386581,47.74961,8.99764\n2801,1646386582,47.74960,8.99766\n2802,1646386583,47.74960,8.99767\n2803,1646386584,47.74959,8.99769\n2804,1646386585,47.74958,8.99771\n2805,1646386586,47.74958,8.99773\n2806,1646386587,47.74957,8.99774\n2807,1646386588,47.74957,8.99776\n2808,1646386589,47.74956,8.99778\n2809,1646386590,47.74956,8.99779\n2810,1646386591,47.74955,8.99781\n2811,1646386592,47.74955,8.99782\n2812,1646386593,47.74954,8.99784\n2813,1646386594,47.74953,8.99786\n2814,1646386595,47.74952,8.99788\n2815,1646386596,47.74951,8.99789\n2816,1646386597,47.74951,8.99791\n2817,1646386598,47.74950,8.99793\n2818,1646386599,47.74949,8.99794\n2819,1646386600,47.74948,8.99796\n2820,1646386601,47.74947,8.99797\n2821,1646386602,47.74947,8.99799\n2822,1646386603,47.74946,8.99801\n2823,1646386604,47.74945,8.99802\n2824,1646386605,47.74945,8.99804\n2825,1646386606,47.74944,8.99806\n2826,1646386607,47.74943,8.99808\n2827,1646386608,47.74942,8.99809\n2828,1646386609,47.74941,8.99810\n2829,1646386610,47.74940,8.99812\n2830,1646386611,47.74939,8.99813\n2831,1646386612,47.74939,8.99814\n2832,1646386613,47.74937,8.99816\n2833,1646386614,47.74936,8.99817\n2834,1646386615,47.74935,8.99817\n2835,1646386616,47.74934,8.99818\n2836,1646386617,47.74932,8.99818\n2837,1646386618,47.74931,8.99818\n2838,1646386619,47.74929,8.99818\n2839,1646386620,47.74928,8.99817\n2840,1646386621,47.74926,8.99817\n2841,1646386622,47.74925,8.99816\n2842,1646386623,47.74923,8.99817\n2843,1646386624,47.74922,8.99817\n2844,1646386625,47.74921,8.99818\n2845,1646386626,47.74920,8.99819\n2846,1646386627,47.74918,8.99820\n2847,1646386628,47.74917,8.99821\n2848,1646386629,47.74916,8.99823\n2849,1646386630,47.74915,8.99824\n2850,1646386631,47.74914,8.99826\n2851,1646386632,47.74913,8.99827\n2852,1646386633,47.74912,8.99828\n2853,1646386634,47.74912,8.99830\n2854,1646386635,47.74911,8.99831\n2855,1646386636,47.74910,8.99833\n2856,1646386637,47.74909,8.99835\n2857,1646386638,47.74908,8.99836\n2858,1646386639,47.74907,8.99838\n2859,1646386640,47.74906,8.99840\n2860,1646386641,47.74905,8.99841\n2861,1646386642,47.74905,8.99843\n2862,1646386643,47.74904,8.99844\n2863,1646386644,47.74903,8.99846\n2864,1646386645,47.74902,8.99847\n2865,1646386646,47.74901,8.99849\n2866,1646386647,47.74901,8.99850\n2867,1646386648,47.74900,8.99851\n2868,1646386649,47.74899,8.99853\n2869,1646386650,47.74898,8.99854\n2870,1646386651,47.74897,8.99855\n2871,1646386652,47.74896,8.99857\n2872,1646386653,47.74895,8.99858\n2873,1646386654,47.74894,8.99860\n2874,1646386655,47.74894,8.99862\n2875,1646386656,47.74893,8.99863\n2876,1646386657,47.74892,8.99864\n2877,1646386658,47.74891,8.99865\n2878,1646386659,47.74891,8.99867\n2879,1646386660,47.74890,8.99869\n2880,1646386661,47.74889,8.99871\n2881,1646386662,47.74888,8.99873\n2882,1646386663,47.74888,8.99875\n2883,1646386664,47.74887,8.99877\n2884,1646386665,47.74886,8.99878\n2885,1646386666,47.74885,8.99880\n2886,1646386667,47.74885,8.99881\n2887,1646386668,47.74884,8.99883\n2888,1646386669,47.74883,8.99884\n2889,1646386670,47.74882,8.99886\n2890,1646386671,47.74882,8.99887\n2891,1646386672,47.74881,8.99889\n2892,1646386673,47.74880,8.99890\n2893,1646386674,47.74879,8.99892\n2894,1646386675,47.74878,8.99893\n2895,1646386676,47.74878,8.99895\n2896,1646386677,47.74877,8.99897\n2897,1646386678,47.74876,8.99898\n2898,1646386679,47.74875,8.99900\n2899,1646386680,47.74874,8.99902\n2900,1646386681,47.74873,8.99903\n2901,1646386682,47.74872,8.99905\n2902,1646386683,47.74872,8.99907\n2903,1646386684,47.74871,8.99909\n2904,1646386685,47.74870,8.99910\n2905,1646386686,47.74869,8.99912\n2906,1646386687,47.74868,8.99914\n2907,1646386688,47.74867,8.99915\n2908,1646386689,47.74866,8.99917\n2909,1646386690,47.74865,8.99919\n2910,1646386691,47.74864,8.99920\n2911,1646386692,47.74863,8.99922\n2912,1646386693,47.74863,8.99924\n2913,1646386694,47.74862,8.99925\n2914,1646386695,47.74861,8.99927\n2915,1646386696,47.74860,8.99928\n2916,1646386697,47.74859,8.99930\n2917,1646386698,47.74858,8.99932\n2918,1646386699,47.74858,8.99933\n2919,1646386700,47.74857,8.99935\n2920,1646386701,47.74856,8.99936\n2921,1646386702,47.74855,8.99938\n2922,1646386703,47.74854,8.99940\n2923,1646386704,47.74853,8.99941\n2924,1646386705,47.74852,8.99943\n2925,1646386706,47.74851,8.99945\n2926,1646386707,47.74851,8.99946\n2927,1646386708,47.74850,8.99948\n2928,1646386709,47.74849,8.99950\n2929,1646386710,47.74848,8.99951\n2930,1646386711,47.74847,8.99953\n2931,1646386712,47.74846,8.99955\n2932,1646386713,47.74845,8.99957\n2933,1646386714,47.74844,8.99958\n2934,1646386715,47.74844,8.99960\n2935,1646386716,47.74843,8.99961\n2936,1646386717,47.74842,8.99963\n2937,1646386718,47.74841,8.99963\n2938,1646386719,47.74840,8.99964\n2939,1646386720,47.74839,8.99964\n2940,1646386721,47.74838,8.99963\n2941,1646386722,47.74838,8.99962\n2942,1646386723,47.74838,8.99961\n2943,1646386724,47.74838,8.99961\n2944,1646386725,47.74838,8.99960\n2945,1646386726,47.74838,8.99960\n2946,1646386727,47.74838,8.99960\n2947,1646386728,47.74838,8.99959\n2948,1646386729,47.74838,8.99959\n2949,1646386730,47.74838,8.99959\n2950,1646386731,47.74838,8.99959\n2951,1646386732,47.74838,8.99959\n2952,1646386733,47.74837,8.99958\n2953,1646386734,47.74837,8.99958\n2954,1646386735,47.74836,8.99957\n2955,1646386736,47.74836,8.99956\n2956,1646386737,47.74836,8.99955\n2957,1646386738,47.74835,8.99954\n2958,1646386739,47.74835,8.99953\n2959,1646386740,47.74835,8.99953\n2960,1646386741,47.74834,8.99952\n2961,1646386742,47.74833,8.99951\n2962,1646386743,47.74832,8.99950\n2963,1646386744,47.74831,8.99948\n2964,1646386745,47.74830,8.99946\n2965,1646386746,47.74829,8.99945\n2966,1646386747,47.74828,8.99943\n2967,1646386748,47.74827,8.99942\n2968,1646386749,47.74826,8.99940\n2969,1646386750,47.74825,8.99937\n2970,1646386751,47.74823,8.99935\n2971,1646386752,47.74821,8.99935\n2972,1646386753,47.74819,8.99936\n2973,1646386754,47.74817,8.99937\n2974,1646386755,47.74815,8.99938\n2975,1646386756,47.74814,8.99940\n2976,1646386757,47.74813,8.99942\n2977,1646386758,47.74812,8.99943\n2978,1646386759,47.74811,8.99944\n2979,1646386760,47.74810,8.99943\n2980,1646386761,47.74808,8.99942\n2981,1646386762,47.74807,8.99941\n2982,1646386763,47.74805,8.99939\n2983,1646386764,47.74803,8.99938\n2984,1646386765,47.74801,8.99937\n2985,1646386766,47.74801,8.99937\n2986,1646386767,47.74801,8.99937\n2987,1646386768,47.74801,8.99937\n2988,1646386769,47.74801,8.99937\n2989,1646386770,47.74801,8.99937\n2990,1646386771,47.74801,8.99937\n2991,1646386772,47.74801,8.99937\n2992,1646386773,47.74801,8.99937\n2993,1646386774,47.74801,8.99937\n2994,1646386775,47.74801,8.99937\n2995,1646386776,47.74799,8.99936\n2996,1646386777,47.74797,8.99934\n2997,1646386778,47.74794,8.99932\n2998,1646386779,47.74791,8.99930\n2999,1646386780,47.74789,8.99929\n3000,1646386781,47.74788,8.99928\n3001,1646386782,47.74788,8.99927\n3002,1646386783,47.74788,8.99927\n3003,1646386784,47.74787,8.99927\n3004,1646386785,47.74787,8.99927\n3005,1646386786,47.74787,8.99927\n3006,1646386787,47.74787,8.99927\n3007,1646386788,47.74786,8.99926\n3008,1646386789,47.74785,8.99925\n3009,1646386790,47.74784,8.99925\n3010,1646386791,47.74782,8.99924\n3011,1646386792,47.74781,8.99923\n3012,1646386793,47.74779,8.99922\n3013,1646386794,47.74778,8.99921\n3014,1646386795,47.74776,8.99920\n3015,1646386796,47.74775,8.99919\n3016,1646386797,47.74773,8.99918\n3017,1646386798,47.74772,8.99917\n3018,1646386799,47.74770,8.99916\n3019,1646386800,47.74769,8.99915\n3020,1646386801,47.74769,8.99915\n3021,1646386802,47.74769,8.99915\n3022,1646386803,47.74769,8.99915\n3023,1646386804,47.74768,8.99914\n3024,1646386805,47.74767,8.99914\n3025,1646386806,47.74766,8.99913\n3026,1646386807,47.74765,8.99912\n3027,1646386808,47.74764,8.99912\n3028,1646386809,47.74763,8.99910\n3029,1646386810,47.74761,8.99908\n3030,1646386811,47.74760,8.99907\n3031,1646386812,47.74758,8.99905\n3032,1646386813,47.74756,8.99904\n3033,1646386814,47.74754,8.99903\n3034,1646386815,47.74752,8.99901\n3035,1646386816,47.74750,8.99899\n3036,1646386817,47.74749,8.99898\n3037,1646386818,47.74748,8.99898\n3038,1646386819,47.74748,8.99898\n3039,1646386820,47.74748,8.99898\n3040,1646386821,47.74749,8.99899\n3041,1646386822,47.74749,8.99899\n3042,1646386823,47.74749,8.99899\n3043,1646386824,47.74749,8.99899\n3044,1646386825,47.74748,8.99898\n3045,1646386826,47.74747,8.99897\n3046,1646386827,47.74746,8.99896\n3047,1646386828,47.74744,8.99895\n3048,1646386829,47.74743,8.99894\n3049,1646386830,47.74742,8.99893\n3050,1646386831,47.74741,8.99893\n3051,1646386832,47.74740,8.99892\n3052,1646386833,47.74738,8.99891\n3053,1646386834,47.74737,8.99890\n3054,1646386835,47.74736,8.99889\n3055,1646386836,47.74735,8.99888\n3056,1646386837,47.74734,8.99888\n3057,1646386838,47.74733,8.99887\n3058,1646386839,47.74732,8.99887\n3059,1646386840,47.74730,8.99886\n3060,1646386841,47.74729,8.99886\n3061,1646386842,47.74728,8.99885\n3062,1646386843,47.74727,8.99885\n3063,1646386844,47.74726,8.99885\n3064,1646386845,47.74724,8.99885\n3065,1646386846,47.74723,8.99886\n3066,1646386847,47.74722,8.99887\n3067,1646386848,47.74720,8.99888\n3068,1646386849,47.74720,8.99890\n3069,1646386850,47.74719,8.99892\n3070,1646386851,47.74718,8.99894\n3071,1646386852,47.74718,8.99895\n3072,1646386853,47.74717,8.99897\n3073,1646386854,47.74716,8.99899\n3074,1646386855,47.74716,8.99900\n3075,1646386856,47.74715,8.99902\n3076,1646386857,47.74714,8.99904\n3077,1646386858,47.74713,8.99905\n3078,1646386859,47.74713,8.99907\n3079,1646386860,47.74712,8.99909\n3080,1646386861,47.74712,8.99911\n3081,1646386862,47.74711,8.99912\n3082,1646386863,47.74711,8.99914\n3083,1646386864,47.74710,8.99916\n3084,1646386865,47.74709,8.99918\n3085,1646386866,47.74709,8.99920\n3086,1646386867,47.74708,8.99922\n3087,1646386868,47.74708,8.99924\n3088,1646386869,47.74707,8.99926\n3089,1646386870,47.74707,8.99928\n3090,1646386871,47.74706,8.99930\n3091,1646386872,47.74705,8.99932\n3092,1646386873,47.74705,8.99934\n3093,1646386874,47.74704,8.99935\n3094,1646386875,47.74704,8.99937\n3095,1646386876,47.74703,8.99939\n3096,1646386877,47.74702,8.99941\n3097,1646386878,47.74702,8.99943\n3098,1646386879,47.74701,8.99945\n3099,1646386880,47.74700,8.99947\n3100,1646386881,47.74700,8.99949\n3101,1646386882,47.74699,8.99951\n3102,1646386883,47.74699,8.99952\n3103,1646386884,47.74698,8.99954\n3104,1646386885,47.74697,8.99956\n3105,1646386886,47.74697,8.99958\n3106,1646386887,47.74696,8.99960\n3107,1646386888,47.74695,8.99962\n3108,1646386889,47.74695,8.99963\n3109,1646386890,47.74694,8.99965\n3110,1646386891,47.74693,8.99967\n3111,1646386892,47.74693,8.99969\n3112,1646386893,47.74692,8.99971\n3113,1646386894,47.74691,8.99973\n3114,1646386895,47.74691,8.99975\n3115,1646386896,47.74690,8.99977\n3116,1646386897,47.74689,8.99978\n3117,1646386898,47.74689,8.99980\n3118,1646386899,47.74688,8.99982\n3119,1646386900,47.74688,8.99984\n3120,1646386901,47.74687,8.99986\n3121,1646386902,47.74686,8.99988\n3122,1646386903,47.74685,8.99990\n3123,1646386904,47.74684,8.99991\n3124,1646386905,47.74683,8.99992\n3125,1646386906,47.74682,8.99993\n3126,1646386907,47.74682,8.99994\n3127,1646386908,47.74681,8.99997\n3128,1646386909,47.74680,8.99999\n3129,1646386910,47.74679,9.00002\n3130,1646386911,47.74679,9.00004\n3131,1646386912,47.74678,9.00006\n3132,1646386913,47.74677,9.00008\n3133,1646386914,47.74676,9.00010\n3134,1646386915,47.74676,9.00012\n3135,1646386916,47.74675,9.00014\n3136,1646386917,47.74675,9.00016\n3137,1646386918,47.74674,9.00018\n3138,1646386919,47.74674,9.00019\n3139,1646386920,47.74673,9.00021\n3140,1646386921,47.74673,9.00023\n3141,1646386922,47.74672,9.00025\n3142,1646386923,47.74671,9.00027\n3143,1646386924,47.74671,9.00028\n3144,1646386925,47.74670,9.00030\n3145,1646386926,47.74670,9.00032\n3146,1646386927,47.74669,9.00034\n3147,1646386928,47.74669,9.00036\n3148,1646386929,47.74668,9.00038\n3149,1646386930,47.74667,9.00040\n3150,1646386931,47.74667,9.00041\n3151,1646386932,47.74666,9.00043\n3152,1646386933,47.74665,9.00045\n3153,1646386934,47.74664,9.00047\n3154,1646386935,47.74664,9.00048\n3155,1646386936,47.74662,9.00050\n3156,1646386937,47.74662,9.00052\n3157,1646386938,47.74661,9.00054\n3158,1646386939,47.74661,9.00056\n3159,1646386940,47.74660,9.00058\n3160,1646386941,47.74659,9.00060\n3161,1646386942,47.74659,9.00061\n3162,1646386943,47.74658,9.00063\n3163,1646386944,47.74658,9.00064\n3164,1646386945,47.74657,9.00066\n3165,1646386946,47.74657,9.00068\n3166,1646386947,47.74656,9.00070\n3167,1646386948,47.74656,9.00072\n3168,1646386949,47.74657,9.00073\n3169,1646386950,47.74657,9.00073\n3170,1646386951,47.74657,9.00074\n3171,1646386952,47.74657,9.00074\n3172,1646386953,47.74657,9.00074\n3173,1646386954,47.74657,9.00074\n3174,1646386955,47.74657,9.00074\n3175,1646386956,47.74657,9.00074\n3176,1646386957,47.74657,9.00074\n3177,1646386958,47.74657,9.00074\n3178,1646386959,47.74657,9.00075\n3179,1646386960,47.74657,9.00075\n3180,1646386961,47.74657,9.00075\n3181,1646386962,47.74657,9.00075\n3182,1646386963,47.74656,9.00077\n3183,1646386964,47.74655,9.00079\n3184,1646386965,47.74655,9.00081\n3185,1646386966,47.74654,9.00083\n3186,1646386967,47.74653,9.00085\n3187,1646386968,47.74652,9.00087\n3188,1646386969,47.74651,9.00088\n3189,1646386970,47.74650,9.00089\n3190,1646386971,47.74649,9.00090\n3191,1646386972,47.74648,9.00092\n3192,1646386973,47.74647,9.00094\n3193,1646386974,47.74646,9.00096\n3194,1646386975,47.74645,9.00098\n3195,1646386976,47.74644,9.00100\n3196,1646386977,47.74643,9.00101\n3197,1646386978,47.74642,9.00103\n3198,1646386979,47.74641,9.00105\n3199,1646386980,47.74640,9.00107\n3200,1646386981,47.74639,9.00108\n3201,1646386982,47.74639,9.00110\n3202,1646386983,47.74638,9.00112\n3203,1646386984,47.74637,9.00113\n3204,1646386985,47.74636,9.00115\n3205,1646386986,47.74636,9.00117\n3206,1646386987,47.74635,9.00119\n3207,1646386988,47.74634,9.00121\n3208,1646386989,47.74634,9.00123\n3209,1646386990,47.74633,9.00124\n3210,1646386991,47.74632,9.00126\n3211,1646386992,47.74631,9.00127\n3212,1646386993,47.74630,9.00128\n3213,1646386994,47.74629,9.00129\n3214,1646386995,47.74628,9.00130\n3215,1646386996,47.74627,9.00130\n3216,1646386997,47.74625,9.00130\n3217,1646386998,47.74624,9.00129\n3218,1646386999,47.74623,9.00128\n3219,1646387000,47.74622,9.00127\n3220,1646387001,47.74620,9.00126\n3221,1646387002,47.74619,9.00125\n3222,1646387003,47.74618,9.00124\n3223,1646387004,47.74617,9.00123\n3224,1646387005,47.74616,9.00122\n3225,1646387006,47.74615,9.00120\n3226,1646387007,47.74614,9.00119\n3227,1646387008,47.74613,9.00118\n3228,1646387009,47.74612,9.00116\n3229,1646387010,47.74611,9.00115\n3230,1646387011,47.74610,9.00114\n3231,1646387012,47.74609,9.00113\n3232,1646387013,47.74608,9.00112\n3233,1646387014,47.74607,9.00110\n3234,1646387015,47.74606,9.00109\n3235,1646387016,47.74605,9.00108\n3236,1646387017,47.74604,9.00106\n3237,1646387018,47.74603,9.00105\n3238,1646387019,47.74601,9.00104\n3239,1646387020,47.74600,9.00103\n3240,1646387021,47.74599,9.00102\n3241,1646387022,47.74598,9.00101\n3242,1646387023,47.74597,9.00100\n3243,1646387024,47.74596,9.00100\n3244,1646387025,47.74595,9.00098\n3245,1646387026,47.74594,9.00097\n3246,1646387027,47.74593,9.00096\n3247,1646387028,47.74591,9.00094\n3248,1646387029,47.74590,9.00093\n3249,1646387030,47.74589,9.00092\n3250,1646387031,47.74588,9.00091\n3251,1646387032,47.74587,9.00090\n3252,1646387033,47.74586,9.00089\n3253,1646387034,47.74585,9.00088\n3254,1646387035,47.74584,9.00087\n3255,1646387036,47.74583,9.00085\n3256,1646387037,47.74582,9.00084\n3257,1646387038,47.74581,9.00083\n3258,1646387039,47.74580,9.00082\n3259,1646387040,47.74579,9.00081\n3260,1646387041,47.74578,9.00081\n3261,1646387042,47.74577,9.00080\n3262,1646387043,47.74575,9.00080\n3263,1646387044,47.74574,9.00079\n3264,1646387045,47.74573,9.00078\n3265,1646387046,47.74572,9.00077\n3266,1646387047,47.74571,9.00076\n3267,1646387048,47.74570,9.00075\n3268,1646387049,47.74569,9.00074\n3269,1646387050,47.74568,9.00073\n3270,1646387051,47.74567,9.00072\n3271,1646387052,47.74566,9.00070\n3272,1646387053,47.74565,9.00069\n3273,1646387054,47.74564,9.00068\n3274,1646387055,47.74563,9.00066\n3275,1646387056,47.74562,9.00065\n3276,1646387057,47.74561,9.00065\n3277,1646387058,47.74560,9.00066\n3278,1646387059,47.74558,9.00065\n3279,1646387060,47.74556,9.00064\n3280,1646387061,47.74555,9.00063\n3281,1646387062,47.74553,9.00063\n3282,1646387063,47.74551,9.00063\n3283,1646387064,47.74550,9.00062\n3284,1646387065,47.74549,9.00062\n3285,1646387066,47.74548,9.00061\n3286,1646387067,47.74547,9.00060\n3287,1646387068,47.74546,9.00059\n3288,1646387069,47.74545,9.00058\n3289,1646387070,47.74544,9.00057\n3290,1646387071,47.74543,9.00056\n3291,1646387072,47.74542,9.00054\n3292,1646387073,47.74541,9.00053\n3293,1646387074,47.74540,9.00052\n3294,1646387075,47.74539,9.00050\n3295,1646387076,47.74539,9.00049\n3296,1646387077,47.74538,9.00048\n3297,1646387078,47.74537,9.00046\n3298,1646387079,47.74536,9.00045\n3299,1646387080,47.74536,9.00044\n3300,1646387081,47.74535,9.00044\n3301,1646387082,47.74535,9.00044\n3302,1646387083,47.74534,9.00043\n3303,1646387084,47.74533,9.00041\n3304,1646387085,47.74532,9.00040\n3305,1646387086,47.74532,9.00038\n3306,1646387087,47.74531,9.00037\n3307,1646387088,47.74530,9.00036\n3308,1646387089,47.74530,9.00035\n3309,1646387090,47.74530,9.00036\n3310,1646387091,47.74531,9.00037\n3311,1646387092,47.74531,9.00036\n3312,1646387093,47.74530,9.00036\n3313,1646387094,47.74530,9.00034\n3314,1646387095,47.74529,9.00033\n3315,1646387096,47.74527,9.00031\n3316,1646387097,47.74527,9.00030\n3317,1646387098,47.74526,9.00029\n3318,1646387099,47.74525,9.00028\n3319,1646387100,47.74524,9.00027\n3320,1646387101,47.74523,9.00026\n3321,1646387102,47.74522,9.00024\n3322,1646387103,47.74521,9.00023\n3323,1646387104,47.74521,9.00022\n3324,1646387105,47.74520,9.00021\n3325,1646387106,47.74519,9.00019\n3326,1646387107,47.74518,9.00018\n3327,1646387108,47.74517,9.00017\n3328,1646387109,47.74516,9.00016\n3329,1646387110,47.74515,9.00015\n3330,1646387111,47.74513,9.00014\n3331,1646387112,47.74512,9.00013\n3332,1646387113,47.74511,9.00012\n3333,1646387114,47.74510,9.00011\n3334,1646387115,47.74510,9.00010\n3335,1646387116,47.74509,9.00009\n3336,1646387117,47.74508,9.00008\n3337,1646387118,47.74507,9.00008\n3338,1646387119,47.74506,9.00008\n3339,1646387120,47.74505,9.00008\n3340,1646387121,47.74505,9.00009\n3341,1646387122,47.74504,9.00009\n3342,1646387123,47.74503,9.00009\n3343,1646387124,47.74502,9.00008\n3344,1646387125,47.74501,9.00008\n3345,1646387126,47.74500,9.00009\n3346,1646387127,47.74499,9.00009\n3347,1646387128,47.74498,9.00010\n3348,1646387129,47.74497,9.00012\n3349,1646387130,47.74495,9.00013\n3350,1646387131,47.74494,9.00015\n3351,1646387132,47.74493,9.00016\n3352,1646387133,47.74493,9.00018\n3353,1646387134,47.74492,9.00020\n3354,1646387135,47.74491,9.00021\n3355,1646387136,47.74491,9.00021\n3356,1646387137,47.74490,9.00021\n3357,1646387138,47.74490,9.00021\n3358,1646387139,47.74490,9.00021\n3359,1646387140,47.74490,9.00021\n3360,1646387141,47.74490,9.00021\n3361,1646387142,47.74490,9.00021\n3362,1646387143,47.74490,9.00021\n3363,1646387144,47.74490,9.00022\n3364,1646387145,47.74490,9.00022\n3365,1646387146,47.74490,9.00022\n3366,1646387147,47.74490,9.00024\n3367,1646387148,47.74488,9.00025\n3368,1646387149,47.74487,9.00025\n3369,1646387150,47.74485,9.00024\n3370,1646387151,47.74484,9.00024\n3371,1646387152,47.74483,9.00023\n3372,1646387153,47.74482,9.00023\n3373,1646387154,47.74480,9.00022\n3374,1646387155,47.74479,9.00021\n3375,1646387156,47.74478,9.00021\n3376,1646387157,47.74476,9.00020\n3377,1646387158,47.74475,9.00020\n3378,1646387159,47.74474,9.00019\n3379,1646387160,47.74473,9.00019\n3380,1646387161,47.74472,9.00018\n3381,1646387162,47.74471,9.00016\n3382,1646387163,47.74470,9.00015\n3383,1646387164,47.74469,9.00014\n3384,1646387165,47.74468,9.00014\n3385,1646387166,47.74467,9.00013\n3386,1646387167,47.74466,9.00012\n3387,1646387168,47.74465,9.00010\n3388,1646387169,47.74464,9.00009\n3389,1646387170,47.74463,9.00008\n3390,1646387171,47.74462,9.00007\n3391,1646387172,47.74461,9.00006\n3392,1646387173,47.74460,9.00004\n3393,1646387174,47.74459,9.00003\n3394,1646387175,47.74458,9.00002\n3395,1646387176,47.74457,9.00001\n3396,1646387177,47.74456,9.00000\n3397,1646387178,47.74456,9.00000\n3398,1646387179,47.74455,8.99999\n3399,1646387180,47.74455,8.99999\n3400,1646387181,47.74454,8.99998\n3401,1646387182,47.74454,8.99997\n3402,1646387183,47.74453,8.99996\n3403,1646387184,47.74453,8.99995\n3404,1646387185,47.74452,8.99993\n3405,1646387186,47.74450,8.99991\n3406,1646387187,47.74444,8.99990\n3407,1646387188,47.74442,8.99989\n3408,1646387189,47.74441,8.99987\n3409,1646387190,47.74439,8.99986\n3410,1646387191,47.74439,8.99983\n3411,1646387192,47.74438,8.99982\n3412,1646387193,47.74438,8.99982\n3413,1646387194,47.74438,8.99984\n3414,1646387195,47.74439,8.99986\n3415,1646387196,47.74439,8.99987\n3416,1646387197,47.74440,8.99989\n3417,1646387198,47.74440,8.99990\n3418,1646387199,47.74440,8.99991\n3419,1646387200,47.74440,8.99991\n3420,1646387201,47.74441,8.99991\n3421,1646387202,47.74441,8.99991\n3422,1646387203,47.74441,8.99990\n3423,1646387204,47.74441,8.99990\n3424,1646387205,47.74441,8.99990\n3425,1646387206,47.74441,8.99989\n3426,1646387207,47.74440,8.99987\n3427,1646387208,47.74439,8.99986\n3428,1646387209,47.74438,8.99983\n3429,1646387210,47.74438,8.99981\n3430,1646387211,47.74438,8.99979\n3431,1646387212,47.74437,8.99977\n3432,1646387213,47.74437,8.99975\n3433,1646387214,47.74438,8.99974\n3434,1646387215,47.74438,8.99972\n3435,1646387216,47.74439,8.99970\n3436,1646387217,47.74439,8.99968\n3437,1646387218,47.74440,8.99967\n3438,1646387219,47.74441,8.99965\n3439,1646387220,47.74442,8.99963\n3440,1646387221,47.74444,8.99961\n3441,1646387222,47.74445,8.99960\n3442,1646387223,47.74446,8.99959\n3443,1646387224,47.74448,8.99957\n3444,1646387225,47.74449,8.99956\n3445,1646387226,47.74450,8.99954\n3446,1646387227,47.74450,8.99953\n3447,1646387228,47.74451,8.99951\n3448,1646387229,47.74452,8.99949\n3449,1646387230,47.74453,8.99947\n3450,1646387231,47.74454,8.99945\n3451,1646387232,47.74455,8.99943\n3452,1646387233,47.74456,8.99941\n3453,1646387234,47.74457,8.99939\n3454,1646387235,47.74457,8.99937\n3455,1646387236,47.74458,8.99935\n3456,1646387237,47.74459,8.99932\n3457,1646387238,47.74459,8.99930\n3458,1646387239,47.74460,8.99927\n3459,1646387240,47.74460,8.99925\n3460,1646387241,47.74459,8.99923\n3461,1646387242,47.74459,8.99921\n3462,1646387243,47.74459,8.99919\n3463,1646387244,47.74458,8.99917\n3464,1646387245,47.74457,8.99915\n3465,1646387246,47.74457,8.99913\n3466,1646387247,47.74456,8.99912\n3467,1646387248,47.74456,8.99910\n3468,1646387249,47.74456,8.99908\n3469,1646387250,47.74455,8.99906\n3470,1646387251,47.74456,8.99904\n3471,1646387252,47.74456,8.99902\n3472,1646387253,47.74456,8.99900\n3473,1646387254,47.74455,8.99898\n3474,1646387255,47.74455,8.99896\n3475,1646387256,47.74454,8.99894\n3476,1646387257,47.74454,8.99891\n3477,1646387258,47.74454,8.99889\n3478,1646387259,47.74454,8.99887\n3479,1646387260,47.74453,8.99885\n3480,1646387261,47.74453,8.99883\n3481,1646387262,47.74453,8.99881\n3482,1646387263,47.74452,8.99879\n3483,1646387264,47.74452,8.99877\n3484,1646387265,47.74451,8.99874\n3485,1646387266,47.74451,8.99873\n3486,1646387267,47.74450,8.99871\n3487,1646387268,47.74450,8.99869\n3488,1646387269,47.74450,8.99867\n3489,1646387270,47.74449,8.99865\n3490,1646387271,47.74449,8.99863\n3491,1646387272,47.74448,8.99861\n3492,1646387273,47.74448,8.99859\n3493,1646387274,47.74448,8.99857\n3494,1646387275,47.74447,8.99855\n3495,1646387276,47.74447,8.99853\n3496,1646387277,47.74447,8.99851\n3497,1646387278,47.74446,8.99850\n3498,1646387279,47.74445,8.99849\n3499,1646387280,47.74444,8.99848\n3500,1646387281,47.74443,8.99847\n3501,1646387282,47.74441,8.99847\n3502,1646387283,47.74439,8.99847\n3503,1646387284,47.74438,8.99847\n3504,1646387285,47.74436,8.99848\n3505,1646387286,47.74435,8.99849\n3506,1646387287,47.74434,8.99850\n3507,1646387288,47.74433,8.99851\n3508,1646387289,47.74432,8.99852\n3509,1646387290,47.74431,8.99852\n3510,1646387291,47.74430,8.99853\n3511,1646387292,47.74429,8.99854\n3512,1646387293,47.74428,8.99855\n3513,1646387294,47.74426,8.99856\n3514,1646387295,47.74425,8.99857\n3515,1646387296,47.74424,8.99858\n3516,1646387297,47.74422,8.99859\n3517,1646387298,47.74421,8.99860\n3518,1646387299,47.74420,8.99860\n3519,1646387300,47.74418,8.99861\n3520,1646387301,47.74417,8.99862\n3521,1646387302,47.74416,8.99863\n3522,1646387303,47.74414,8.99864\n3523,1646387304,47.74413,8.99865\n3524,1646387305,47.74412,8.99866\n3525,1646387306,47.74410,8.99866\n3526,1646387307,47.74409,8.99867\n3527,1646387308,47.74408,8.99868\n3528,1646387309,47.74407,8.99869\n3529,1646387310,47.74405,8.99870\n3530,1646387311,47.74404,8.99871\n3531,1646387312,47.74402,8.99871\n3532,1646387313,47.74401,8.99872\n3533,1646387314,47.74400,8.99873\n3534,1646387315,47.74398,8.99874\n3535,1646387316,47.74397,8.99874\n3536,1646387317,47.74395,8.99874\n3537,1646387318,47.74394,8.99875\n3538,1646387319,47.74393,8.99876\n3539,1646387320,47.74392,8.99876\n3540,1646387321,47.74390,8.99877\n3541,1646387322,47.74389,8.99878\n3542,1646387323,47.74388,8.99878\n3543,1646387324,47.74386,8.99879\n3544,1646387325,47.74385,8.99879\n3545,1646387326,47.74383,8.99880\n3546,1646387327,47.74382,8.99881\n3547,1646387328,47.74381,8.99882\n3548,1646387329,47.74379,8.99883\n3549,1646387330,47.74378,8.99884\n3550,1646387331,47.74377,8.99885\n3551,1646387332,47.74376,8.99886\n3552,1646387333,47.74375,8.99887\n3553,1646387334,47.74374,8.99887\n3554,1646387335,47.74372,8.99889\n3555,1646387336,47.74371,8.99890\n3556,1646387337,47.74370,8.99891\n3557,1646387338,47.74369,8.99892\n3558,1646387339,47.74368,8.99893\n3559,1646387340,47.74366,8.99894\n3560,1646387341,47.74365,8.99895\n3561,1646387342,47.74364,8.99895\n3562,1646387343,47.74363,8.99896\n3563,1646387344,47.74362,8.99897\n3564,1646387345,47.74361,8.99898\n3565,1646387346,47.74359,8.99899\n3566,1646387347,47.74358,8.99900\n3567,1646387348,47.74357,8.99901\n3568,1646387349,47.74356,8.99902\n3569,1646387350,47.74355,8.99903\n3570,1646387351,47.74353,8.99904\n3571,1646387352,47.74352,8.99905\n3572,1646387353,47.74351,8.99905\n3573,1646387354,47.74349,8.99906\n3574,1646387355,47.74348,8.99907\n3575,1646387356,47.74347,8.99908\n3576,1646387357,47.74346,8.99909\n3577,1646387358,47.74345,8.99910\n3578,1646387359,47.74344,8.99911\n3579,1646387360,47.74342,8.99912\n3580,1646387361,47.74341,8.99913\n3581,1646387362,47.74340,8.99914\n3582,1646387363,47.74339,8.99915\n3583,1646387364,47.74338,8.99916\n3584,1646387365,47.74337,8.99917\n3585,1646387366,47.74335,8.99918\n3586,1646387367,47.74334,8.99920\n3587,1646387368,47.74333,8.99921\n3588,1646387369,47.74332,8.99922\n3589,1646387370,47.74331,8.99923\n3590,1646387371,47.74330,8.99924\n3591,1646387372,47.74328,8.99925\n3592,1646387373,47.74327,8.99926\n3593,1646387374,47.74326,8.99927\n3594,1646387375,47.74325,8.99928\n3595,1646387376,47.74324,8.99928\n3596,1646387377,47.74322,8.99928\n3597,1646387378,47.74321,8.99928\n3598,1646387379,47.74321,8.99928\n3599,1646387380,47.74320,8.99928\n3600,1646387381,47.74319,8.99928\n3601,1646387382,47.74318,8.99927\n3602,1646387383,47.74317,8.99926\n3603,1646387384,47.74316,8.99925\n3604,1646387385,47.74315,8.99924\n3605,1646387386,47.74314,8.99923\n3606,1646387387,47.74313,8.99923\n3607,1646387388,47.74313,8.99922\n3608,1646387389,47.74312,8.99921\n3609,1646387390,47.74312,8.99920\n3610,1646387391,47.74312,8.99919\n3611,1646387392,47.74311,8.99918\n3612,1646387393,47.74311,8.99917\n3613,1646387394,47.74311,8.99917\n3614,1646387395,47.74311,8.99916\n3615,1646387396,47.74311,8.99916\n3616,1646387397,47.74310,8.99915\n3617,1646387398,47.74310,8.99915\n3618,1646387399,47.74310,8.99914\n3619,1646387400,47.74310,8.99914\n3620,1646387401,47.74310,8.99914\n3621,1646387402,47.74310,8.99914\n3622,1646387403,47.74310,8.99914\n3623,1646387404,47.74310,8.99913\n3624,1646387405,47.74311,8.99914\n3625,1646387406,47.74311,8.99914\n3626,1646387407,47.74311,8.99914\n3627,1646387408,47.74311,8.99914\n3628,1646387409,47.74311,8.99914\n3629,1646387410,47.74311,8.99914\n3630,1646387411,47.74311,8.99914\n3631,1646387412,47.74311,8.99914\n3632,1646387413,47.74311,8.99914\n3633,1646387414,47.74311,8.99914\n3634,1646387415,47.74311,8.99914\n3635,1646387416,47.74311,8.99914\n3636,1646387417,47.74311,8.99914\n3637,1646387418,47.74310,8.99914\n3638,1646387419,47.74309,8.99913\n3639,1646387420,47.74309,8.99912\n3640,1646387421,47.74308,8.99911\n3641,1646387422,47.74305,8.99912\n3642,1646387423,47.74304,8.99911\n3643,1646387424,47.74303,8.99910\n3644,1646387425,47.74302,8.99909\n3645,1646387426,47.74301,8.99907\n3646,1646387427,47.74300,8.99906\n3647,1646387428,47.74299,8.99905\n3648,1646387429,47.74299,8.99904\n3649,1646387430,47.74299,8.99904\n3650,1646387431,47.74299,8.99904\n3651,1646387432,47.74299,8.99904\n3652,1646387433,47.74300,8.99904\n3653,1646387434,47.74300,8.99903\n3654,1646387435,47.74300,8.99902\n3655,1646387436,47.74300,8.99901\n3656,1646387437,47.74300,8.99900\n3657,1646387438,47.74300,8.99900\n3658,1646387439,47.74300,8.99900\n3659,1646387440,47.74300,8.99899\n3660,1646387441,47.74300,8.99899\n3661,1646387442,47.74300,8.99899\n3662,1646387443,47.74300,8.99899\n3663,1646387444,47.74300,8.99899\n3664,1646387445,47.74300,8.99899\n3665,1646387446,47.74300,8.99899\n3666,1646387447,47.74300,8.99899\n3667,1646387448,47.74300,8.99899\n3668,1646387449,47.74300,8.99898\n3669,1646387450,47.74300,8.99898\n3670,1646387451,47.74300,8.99898\n3671,1646387452,47.74300,8.99898\n3672,1646387453,47.74299,8.99897\n3673,1646387454,47.74299,8.99897\n3674,1646387455,47.74299,8.99897\n3675,1646387456,47.74299,8.99897\n3676,1646387457,47.74299,8.99897\n3677,1646387458,47.74299,8.99897\n3678,1646387459,47.74299,8.99897\n3679,1646387460,47.74299,8.99897\n3680,1646387461,47.74299,8.99897\n3681,1646387462,47.74299,8.99897\n3682,1646387463,47.74299,8.99897\n3683,1646387464,47.74299,8.99897\n3684,1646387465,47.74299,8.99897\n3685,1646387466,47.74299,8.99897\n3686,1646387467,47.74299,8.99897\n3687,1646387468,47.74299,8.99897\n3688,1646387469,47.74299,8.99897\n3689,1646387470,47.74299,8.99897\n3690,1646387471,47.74299,8.99897\n3691,1646387472,47.74299,8.99897\n3692,1646387473,47.74299,8.99897\n3693,1646387474,47.74299,8.99897\n3694,1646387475,47.74299,8.99897\n3695,1646387476,47.74299,8.99897\n3696,1646387477,47.74299,8.99897\n3697,1646387478,47.74299,8.99897\n3698,1646387479,47.74299,8.99897\n3699,1646387480,47.74299,8.99897\n3700,1646387481,47.74299,8.99897\n3701,1646387482,47.74299,8.99897\n3702,1646387483,47.74299,8.99897\n3703,1646387484,47.74299,8.99897\n3704,1646387485,47.74299,8.99897\n3705,1646387486,47.74299,8.99897\n3706,1646387487,47.74299,8.99897\n3707,1646387488,47.74299,8.99897\n3708,1646387489,47.74299,8.99897\n3709,1646387490,47.74299,8.99897\n3710,1646387491,47.74299,8.99897\n3711,1646387492,47.74299,8.99897\n3712,1646387493,47.74299,8.99897\n3713,1646387494,47.74299,8.99897\n3714,1646387495,47.74299,8.99897\n3715,1646387496,47.74299,8.99897\n3716,1646387497,47.74299,8.99897\n3717,1646387498,47.74299,8.99897\n3718,1646387499,47.74299,8.99897\n3719,1646387500,47.74299,8.99897\n3720,1646387501,47.74299,8.99897\n3721,1646387502,47.74299,8.99897\n3722,1646387503,47.74299,8.99897\n3723,1646387504,47.74299,8.99897\n3724,1646387505,47.74299,8.99897\n3725,1646387506,47.74299,8.99897\n3726,1646387507,47.74299,8.99897\n3727,1646387508,47.74299,8.99897\n3728,1646387509,47.74299,8.99897\n3729,1646387510,47.74300,8.99897\n3730,1646387511,47.74300,8.99897\n3731,1646387512,47.74300,8.99897\n3732,1646387513,47.74300,8.99897\n3733,1646387514,47.74300,8.99897\n3734,1646387515,47.74300,8.99897\n3735,1646387516,47.74300,8.99897\n3736,1646387517,47.74300,8.99897\n3737,1646387518,47.74300,8.99897\n3738,1646387519,47.74300,8.99897\n3739,1646387520,47.74300,8.99897\n3740,1646387521,47.74300,8.99897\n3741,1646387522,47.74300,8.99897\n3742,1646387523,47.74299,8.99897\n3743,1646387524,47.74299,8.99897\n3744,1646387525,47.74299,8.99898\n3745,1646387526,47.74299,8.99898\n3746,1646387527,47.74299,8.99898\n3747,1646387528,47.74299,8.99898\n3748,1646387529,47.74299,8.99898\n3749,1646387530,47.74299,8.99898\n3750,1646387531,47.74299,8.99898\n3751,1646387532,47.74299,8.99898\n3752,1646387533,47.74299,8.99898\n3753,1646387534,47.74299,8.99898\n3754,1646387535,47.74299,8.99898\n3755,1646387536,47.74299,8.99898\n3756,1646387537,47.74299,8.99898\n3757,1646387538,47.74299,8.99898\n3758,1646387539,47.74299,8.99898\n3759,1646387540,47.74299,8.99898\n3760,1646387541,47.74299,8.99898\n3761,1646387542,47.74299,8.99898\n3762,1646387543,47.74299,8.99898\n3763,1646387544,47.74299,8.99898\n3764,1646387545,47.74299,8.99898\n3765,1646387546,47.74299,8.99898\n3766,1646387547,47.74299,8.99898\n3767,1646387548,47.74299,8.99898\n3768,1646387549,47.74299,8.99898\n3769,1646387550,47.74299,8.99898\n3770,1646387551,47.74299,8.99898\n3771,1646387552,47.74299,8.99898\n3772,1646387553,47.74299,8.99898\n3773,1646387554,47.74299,8.99898\n3774,1646387555,47.74299,8.99898\n3775,1646387556,47.74299,8.99898\n3776,1646387557,47.74300,8.99898\n3777,1646387558,47.74300,8.99898\n3778,1646387559,47.74300,8.99898\n3779,1646387560,47.74300,8.99898\n3780,1646387561,47.74300,8.99898\n3781,1646387562,47.74300,8.99898\n3782,1646387563,47.74300,8.99898\n3783,1646387564,47.74300,8.99898\n3784,1646387565,47.74300,8.99898\n3785,1646387566,47.74300,8.99898\n3786,1646387567,47.74300,8.99898\n3787,1646387568,47.74300,8.99898\n3788,1646387569,47.74300,8.99898\n3789,1646387570,47.74300,8.99898\n3790,1646387571,47.74300,8.99898\n3791,1646387572,47.74300,8.99898\n3792,1646387573,47.74300,8.99898\n3793,1646387574,47.74300,8.99898\n3794,1646387575,47.74300,8.99898\n3795,1646387576,47.74300,8.99898\n3796,1646387577,47.74300,8.99898\n3797,1646387578,47.74300,8.99898\n3798,1646387579,47.74300,8.99898\n3799,1646387580,47.74300,8.99898\n3800,1646387581,47.74300,8.99898\n3801,1646387582,47.74300,8.99898\n3802,1646387583,47.74300,8.99898\n3803,1646387584,47.74300,8.99898\n3804,1646387585,47.74300,8.99898\n3805,1646387586,47.74300,8.99898\n3806,1646387587,47.74300,8.99898\n3807,1646387588,47.74300,8.99898\n3808,1646387589,47.74300,8.99898\n3809,1646387590,47.74300,8.99898\n3810,1646387591,47.74300,8.99898\n3811,1646387592,47.74300,8.99898\n3812,1646387593,47.74300,8.99898\n3813,1646387594,47.74300,8.99898\n3814,1646387595,47.74300,8.99898\n3815,1646387596,47.74300,8.99898\n3816,1646387597,47.74300,8.99898\n3817,1646387598,47.74300,8.99898\n3818,1646387599,47.74300,8.99898\n3819,1646387600,47.74300,8.99898\n3820,1646387601,47.74300,8.99898\n3821,1646387602,47.74300,8.99898\n3822,1646387603,47.74300,8.99898\n3823,1646387604,47.74300,8.99898\n3824,1646387605,47.74300,8.99898\n3825,1646387606,47.74300,8.99898\n3826,1646387607,47.74300,8.99898\n3827,1646387608,47.74300,8.99898\n3828,1646387609,47.74300,8.99898\n3829,1646387610,47.74300,8.99898\n3830,1646387611,47.74300,8.99898\n3831,1646387612,47.74300,8.99898\n3832,1646387613,47.74300,8.99898\n3833,1646387614,47.74300,8.99898\n3834,1646387615,47.74300,8.99898\n3835,1646387616,47.74300,8.99898\n3836,1646387617,47.74300,8.99898\n3837,1646387618,47.74300,8.99898\n3838,1646387619,47.74300,8.99898\n3839,1646387620,47.74300,8.99898\n3840,1646387621,47.74300,8.99898\n3841,1646387622,47.74300,8.99898\n3842,1646387623,47.74300,8.99898\n3843,1646387624,47.74300,8.99898\n3844,1646387625,47.74300,8.99898\n3845,1646387626,47.74300,8.99898\n3846,1646387627,47.74300,8.99898\n3847,1646387628,47.74300,8.99898\n3848,1646387629,47.74300,8.99898\n3849,1646387630,47.74300,8.99898\n3850,1646387631,47.74300,8.99898\n3851,1646387632,47.74300,8.99898\n3852,1646387633,47.74300,8.99898\n3853,1646387634,47.74300,8.99898\n3854,1646387635,47.74300,8.99898\n3855,1646387636,47.74300,8.99898\n3856,1646387637,47.74300,8.99898\n3857,1646387638,47.74300,8.99898\n3858,1646387639,47.74300,8.99898\n3859,1646387640,47.74300,8.99898\n3860,1646387641,47.74300,8.99898\n3861,1646387642,47.74300,8.99898\n3862,1646387643,47.74300,8.99898\n3863,1646387644,47.74300,8.99898\n3864,1646387645,47.74300,8.99898\n3865,1646387646,47.74300,8.99898\n3866,1646387647,47.74300,8.99898\n3867,1646387648,47.74300,8.99898\n3868,1646387649,47.74300,8.99898\n3869,1646387650,47.74300,8.99898\n3870,1646387651,47.74300,8.99898\n3871,1646387652,47.74300,8.99898\n3872,1646387653,47.74300,8.99898\n3873,1646387654,47.74300,8.99898\n3874,1646387655,47.74300,8.99898\n3875,1646387656,47.74300,8.99898\n3876,1646387657,47.74300,8.99898\n3877,1646387658,47.74300,8.99897\n3878,1646387659,47.74300,8.99897\n3879,1646387660,47.74300,8.99897\n3880,1646387661,47.74300,8.99897\n3881,1646387662,47.74300,8.99897\n3882,1646387663,47.74300,8.99897\n3883,1646387664,47.74300,8.99897\n3884,1646387665,47.74300,8.99897\n3885,1646387666,47.74300,8.99897\n3886,1646387667,47.74300,8.99897\n3887,1646387668,47.74300,8.99897\n3888,1646387669,47.74300,8.99897\n3889,1646387670,47.74300,8.99897\n3890,1646387671,47.74300,8.99897\n3891,1646387672,47.74300,8.99897\n3892,1646387673,47.74300,8.99897\n3893,1646387674,47.74300,8.99897\n3894,1646387675,47.74300,8.99897\n3895,1646387676,47.74300,8.99897\n3896,1646387677,47.74300,8.99897\n3897,1646387678,47.74300,8.99897\n3898,1646387679,47.74300,8.99897\n3899,1646387680,47.74300,8.99897\n3900,1646387681,47.74300,8.99897\n3901,1646387682,47.74300,8.99897\n3902,1646387683,47.74300,8.99897\n3903,1646387684,47.74300,8.99897\n3904,1646387685,47.74300,8.99897\n3905,1646387686,47.74300,8.99897\n3906,1646387687,47.74300,8.99897\n3907,1646387688,47.74300,8.99897\n3908,1646387689,47.74300,8.99897\n3909,1646387690,47.74300,8.99897\n3910,1646387691,47.74300,8.99897\n3911,1646387692,47.74300,8.99897\n3912,1646387693,47.74300,8.99897\n3913,1646387694,47.74300,8.99897\n3914,1646387695,47.74300,8.99897\n3915,1646387696,47.74300,8.99897\n3916,1646387697,47.74300,8.99897\n3917,1646387698,47.74300,8.99897\n3918,1646387699,47.74300,8.99897\n3919,1646387700,47.74300,8.99897\n3920,1646387701,47.74300,8.99897\n3921,1646387702,47.74300,8.99897\n3922,1646387703,47.74300,8.99897\n3923,1646387704,47.74300,8.99897\n3924,1646387705,47.74300,8.99897\n3925,1646387706,47.74300,8.99897\n3926,1646387707,47.74300,8.99897\n3927,1646387708,47.74300,8.99897\n3928,1646387709,47.74300,8.99897\n3929,1646387710,47.74300,8.99897\n3930,1646387711,47.74300,8.99897\n3931,1646387712,47.74300,8.99897\n3932,1646387713,47.74300,8.99897\n3933,1646387714,47.74300,8.99897\n3934,1646387715,47.74300,8.99897\n3935,1646387716,47.74300,8.99897\n3936,1646387717,47.74300,8.99897\n3937,1646387718,47.74300,8.99897\n3938,1646387719,47.74300,8.99897\n3939,1646387720,47.74300,8.99897\n3940,1646387721,47.74300,8.99897\n3941,1646387722,47.74300,8.99897\n3942,1646387723,47.74300,8.99897\n3943,1646387724,47.74300,8.99897\n3944,1646387725,47.74300,8.99897\n3945,1646387726,47.74300,8.99897\n3946,1646387727,47.74300,8.99897\n3947,1646387728,47.74300,8.99897\n3948,1646387729,47.74300,8.99897\n3949,1646387730,47.74300,8.99897\n3950,1646387731,47.74300,8.99897\n3951,1646387732,47.74300,8.99897\n3952,1646387733,47.74300,8.99897\n3953,1646387734,47.74300,8.99897\n3954,1646387735,47.74300,8.99897\n3955,1646387736,47.74300,8.99897\n3956,1646387737,47.74300,8.99897\n3957,1646387738,47.74300,8.99897\n3958,1646387739,47.74300,8.99897\n3959,1646387740,47.74300,8.99897\n3960,1646387741,47.74300,8.99897\n3961,1646387742,47.74300,8.99897\n3962,1646387743,47.74300,8.99897\n3963,1646387744,47.74300,8.99897\n3964,1646387745,47.74300,8.99897\n3965,1646387746,47.74300,8.99897\n3966,1646387747,47.74300,8.99897\n3967,1646387748,47.74300,8.99897\n3968,1646387749,47.74300,8.99897\n3969,1646387750,47.74300,8.99897\n3970,1646387751,47.74300,8.99897\n3971,1646387752,47.74300,8.99897\n3972,1646387753,47.74300,8.99897\n3973,1646387754,47.74300,8.99897\n3974,1646387755,47.74300,8.99897\n3975,1646387756,47.74300,8.99897\n3976,1646387757,47.74300,8.99897\n3977,1646387758,47.74300,8.99897\n3978,1646387759,47.74300,8.99897\n3979,1646387760,47.74300,8.99897\n3980,1646387761,47.74300,8.99897\n3981,1646387762,47.74300,8.99897\n3982,1646387763,47.74300,8.99897\n3983,1646387764,47.74300,8.99897\n3984,1646387765,47.74300,8.99897\n3985,1646387766,47.74300,8.99897\n3986,1646387767,47.74300,8.99897\n3987,1646387768,47.74300,8.99897\n3988,1646387769,47.74300,8.99897\n3989,1646387770,47.74300,8.99897\n3990,1646387771,47.74300,8.99897\n3991,1646387772,47.74300,8.99897\n3992,1646387773,47.74300,8.99897\n3993,1646387774,47.74300,8.99897\n3994,1646387775,47.74300,8.99897\n3995,1646387776,47.74300,8.99897\n3996,1646387777,47.74300,8.99897\n3997,1646387778,47.74300,8.99897\n3998,1646387779,47.74300,8.99897\n3999,1646387780,47.74300,8.99897\n4000,1646387781,47.74300,8.99897\n4001,1646387782,47.74300,8.99897\n4002,1646387783,47.74300,8.99897\n4003,1646387784,47.74300,8.99897\n4004,1646387785,47.74300,8.99897\n4005,1646387786,47.74300,8.99897\n4006,1646387787,47.74300,8.99897\n4007,1646387788,47.74300,8.99897\n4008,1646387789,47.74300,8.99897\n4009,1646387790,47.74300,8.99897\n4010,1646387791,47.74300,8.99897\n4011,1646387792,47.74300,8.99897\n4012,1646387793,47.74300,8.99897\n4013,1646387794,47.74300,8.99897\n4014,1646387795,47.74300,8.99897\n4015,1646387796,47.74300,8.99897\n4016,1646387797,47.74300,8.99897\n4017,1646387798,47.74300,8.99897\n4018,1646387799,47.74300,8.99897\n4019,1646387800,47.74300,8.99897\n4020,1646387801,47.74300,8.99897\n4021,1646387802,47.74300,8.99897\n4022,1646387803,47.74300,8.99897\n4023,1646387804,47.74300,8.99897\n4024,1646387805,47.74300,8.99897\n4025,1646387806,47.74300,8.99897\n4026,1646387807,47.74300,8.99897\n4027,1646387808,47.74300,8.99897\n4028,1646387809,47.74300,8.99897\n4029,1646387810,47.74300,8.99897\n4030,1646387811,47.74300,8.99897\n4031,1646387812,47.74300,8.99897\n4032,1646387813,47.74300,8.99897\n4033,1646387814,47.74300,8.99897\n4034,1646387815,47.74300,8.99897\n4035,1646387816,47.74300,8.99897\n4036,1646387817,47.74300,8.99897\n4037,1646387818,47.74300,8.99897\n4038,1646387819,47.74300,8.99897\n4039,1646387820,47.74300,8.99897\n4040,1646387821,47.74300,8.99897\n4041,1646387822,47.74300,8.99897\n4042,1646387823,47.74300,8.99897\n4043,1646387824,47.74300,8.99897\n4044,1646387825,47.74300,8.99897\n4045,1646387826,47.74300,8.99897\n4046,1646387827,47.74300,8.99897\n4047,1646387828,47.74300,8.99897\n4048,1646387829,47.74300,8.99897\n4049,1646387830,47.74300,8.99897\n4050,1646387831,47.74300,8.99897\n4051,1646387832,47.74300,8.99897\n4052,1646387833,47.74300,8.99897\n4053,1646387834,47.74300,8.99897\n4054,1646387835,47.74300,8.99897\n4055,1646387836,47.74300,8.99897\n4056,1646387837,47.74300,8.99897\n4057,1646387838,47.74300,8.99897\n4058,1646387839,47.74300,8.99897\n4059,1646387840,47.74300,8.99897\n4060,1646387841,47.74300,8.99897\n4061,1646387842,47.74300,8.99897\n4062,1646387843,47.74300,8.99897\n4063,1646387844,47.74300,8.99897\n4064,1646387845,47.74300,8.99897\n4065,1646387846,47.74300,8.99897\n4066,1646387847,47.74300,8.99897\n4067,1646387848,47.74300,8.99897\n4068,1646387849,47.74300,8.99897\n4069,1646387850,47.74300,8.99897\n4070,1646387851,47.74300,8.99897\n4071,1646387852,47.74300,8.99897\n4072,1646387853,47.74300,8.99897\n4073,1646387854,47.74300,8.99897\n4074,1646387855,47.74300,8.99897\n4075,1646387856,47.74300,8.99897\n4076,1646387857,47.74300,8.99897\n4077,1646387858,47.74300,8.99897\n4078,1646387859,47.74300,8.99897\n4079,1646387860,47.74300,8.99897\n4080,1646387861,47.74300,8.99897\n4081,1646387862,47.74300,8.99897\n4082,1646387863,47.74300,8.99897\n4083,1646387864,47.74300,8.99897\n4084,1646387865,47.74300,8.99897\n4085,1646387866,47.74300,8.99897\n4086,1646387867,47.74300,8.99897\n4087,1646387868,47.74300,8.99898\n4088,1646387869,47.74300,8.99898\n4089,1646387870,47.74300,8.99898\n4090,1646387871,47.74300,8.99897\n4091,1646387872,47.74300,8.99897\n4092,1646387873,47.74300,8.99897\n4093,1646387874,47.74300,8.99897\n4094,1646387875,47.74300,8.99897\n4095,1646387876,47.74300,8.99898\n4096,1646387877,47.74300,8.99898\n4097,1646387878,47.74300,8.99898\n4098,1646387879,47.74300,8.99898\n4099,1646387880,47.74300,8.99898\n4100,1646387881,47.74300,8.99898\n4101,1646387882,47.74300,8.99898\n4102,1646387883,47.74300,8.99898\n4103,1646387884,47.74300,8.99898\n4104,1646387885,47.74300,8.99898\n4105,1646387886,47.74300,8.99897\n4106,1646387887,47.74300,8.99897\n4107,1646387888,47.74300,8.99897\n4108,1646387889,47.74300,8.99897\n4109,1646387890,47.74300,8.99897\n4110,1646387891,47.74300,8.99897\n4111,1646387892,47.74300,8.99897\n4112,1646387893,47.74300,8.99897\n4113,1646387894,47.74300,8.99897\n4114,1646387895,47.74300,8.99897\n4115,1646387896,47.74300,8.99897\n4116,1646387897,47.74300,8.99897\n4117,1646387898,47.74300,8.99897\n4118,1646387899,47.74300,8.99897\n4119,1646387900,47.74300,8.99897\n4120,1646387901,47.74300,8.99898\n4121,1646387902,47.74300,8.99898\n4122,1646387903,47.74300,8.99898\n4123,1646387904,47.74300,8.99898\n4124,1646387905,47.74300,8.99898\n4125,1646387906,47.74300,8.99898\n4126,1646387907,47.74300,8.99898\n4127,1646387908,47.74300,8.99898\n4128,1646387909,47.74300,8.99898\n4129,1646387910,47.74300,8.99898\n4130,1646387911,47.74300,8.99898\n4131,1646387912,47.74300,8.99898\n4132,1646387913,47.74300,8.99898\n4133,1646387914,47.74300,8.99898\n4134,1646387915,47.74300,8.99898\n4135,1646387916,47.74300,8.99898\n4136,1646387917,47.74300,8.99898\n4137,1646387918,47.74300,8.99898\n4138,1646387919,47.74300,8.99898\n4139,1646387920,47.74300,8.99898\n4140,1646387921,47.74300,8.99898\n4141,1646387922,47.74300,8.99898\n4142,1646387923,47.74300,8.99898\n4143,1646387924,47.74300,8.99898\n4144,1646387925,47.74300,8.99898\n4145,1646387926,47.74300,8.99898\n4146,1646387927,47.74300,8.99898\n4147,1646387928,47.74300,8.99898\n4148,1646387929,47.74300,8.99898\n4149,1646387930,47.74300,8.99898\n4150,1646387931,47.74300,8.99898\n4151,1646387932,47.74300,8.99898\n4152,1646387933,47.74300,8.99898\n4153,1646387934,47.74300,8.99898\n4154,1646387935,47.74300,8.99898\n4155,1646387936,47.74300,8.99898\n4156,1646387937,47.74300,8.99898\n4157,1646387938,47.74300,8.99898\n4158,1646387939,47.74300,8.99898\n4159,1646387940,47.74300,8.99898\n4160,1646387941,47.74300,8.99898\n4161,1646387942,47.74300,8.99898\n4162,1646387943,47.74300,8.99898\n4163,1646387944,47.74300,8.99898\n4164,1646387945,47.74300,8.99898\n4165,1646387946,47.74300,8.99898\n4166,1646387947,47.74300,8.99898\n4167,1646387948,47.74300,8.99898\n4168,1646387949,47.74300,8.99898\n4169,1646387950,47.74300,8.99898\n4170,1646387951,47.74300,8.99898\n4171,1646387952,47.74300,8.99898\n4172,1646387953,47.74300,8.99897\n4173,1646387954,47.74300,8.99897\n4174,1646387955,47.74300,8.99897\n4175,1646387956,47.74300,8.99897\n4176,1646387957,47.74300,8.99897\n4177,1646387958,47.74300,8.99897\n4178,1646387959,47.74300,8.99897\n4179,1646387960,47.74300,8.99897\n4180,1646387961,47.74300,8.99897\n4181,1646387962,47.74300,8.99897\n4182,1646387963,47.74300,8.99897\n4183,1646387964,47.74300,8.99897\n4184,1646387965,47.74300,8.99897\n4185,1646387966,47.74300,8.99897\n4186,1646387967,47.74300,8.99897\n4187,1646387968,47.74300,8.99897\n4188,1646387969,47.74300,8.99897\n4189,1646387970,47.74300,8.99897\n4190,1646387971,47.74300,8.99897\n4191,1646387972,47.74300,8.99897\n4192,1646387973,47.74300,8.99897\n4193,1646387974,47.74300,8.99897\n4194,1646387975,47.74300,8.99897\n4195,1646387976,47.74300,8.99897\n4196,1646387977,47.74300,8.99897\n4197,1646387978,47.74300,8.99897\n4198,1646387979,47.74300,8.99897\n4199,1646387980,47.74300,8.99897\n4200,1646387981,47.74300,8.99897\n4201,1646387982,47.74300,8.99897\n4202,1646387983,47.74300,8.99897\n4203,1646387984,47.74300,8.99897\n4204,1646387985,47.74300,8.99897\n4205,1646387986,47.74300,8.99897\n4206,1646387987,47.74300,8.99897\n4207,1646387988,47.74300,8.99897\n4208,1646387989,47.74300,8.99897\n4209,1646387990,47.74300,8.99897\n4210,1646387991,47.74300,8.99897\n4211,1646387992,47.74300,8.99897\n4212,1646387993,47.74300,8.99897\n4213,1646387994,47.74300,8.99897\n4214,1646387995,47.74300,8.99897\n4215,1646387996,47.74300,8.99897\n4216,1646387997,47.74300,8.99897\n4217,1646387998,47.74300,8.99897\n4218,1646387999,47.74300,8.99897\n4219,1646388000,47.74300,8.99897\n4220,1646388001,47.74300,8.99897\n4221,1646388002,47.74300,8.99897\n4222,1646388003,47.74300,8.99897\n4223,1646388004,47.74300,8.99897\n4224,1646388005,47.74300,8.99897\n4225,1646388006,47.74300,8.99897\n4226,1646388007,47.74300,8.99897\n4227,1646388008,47.74300,8.99897\n4228,1646388009,47.74300,8.99897\n4229,1646388010,47.74300,8.99897\n4230,1646388011,47.74300,8.99897\n4231,1646388012,47.74300,8.99897\n4232,1646388013,47.74300,8.99897\n4233,1646388014,47.74300,8.99897\n4234,1646388015,47.74300,8.99897\n4235,1646388016,47.74300,8.99897\n4236,1646388017,47.74300,8.99897\n4237,1646388018,47.74300,8.99897\n4238,1646388019,47.74300,8.99897\n4239,1646388020,47.74300,8.99897\n4240,1646388021,47.74300,8.99897\n4241,1646388022,47.74300,8.99897\n4242,1646388023,47.74300,8.99897\n4243,1646388024,47.74300,8.99897\n4244,1646388025,47.74300,8.99897\n4245,1646388026,47.74300,8.99897\n4246,1646388027,47.74300,8.99897\n4247,1646388028,47.74300,8.99897\n4248,1646388029,47.74300,8.99897\n4249,1646388030,47.74300,8.99897\n4250,1646388031,47.74300,8.99897\n4251,1646388032,47.74300,8.99897\n4252,1646388033,47.74300,8.99897\n4253,1646388034,47.74300,8.99897\n4254,1646388035,47.74300,8.99897\n4255,1646388036,47.74300,8.99897\n4256,1646388037,47.74300,8.99897\n4257,1646388038,47.74300,8.99897\n4258,1646388039,47.74300,8.99897\n4259,1646388040,47.74300,8.99897\n4260,1646388041,47.74300,8.99897\n4261,1646388042,47.74300,8.99897\n4262,1646388043,47.74300,8.99897\n4263,1646388044,47.74300,8.99897\n4264,1646388045,47.74300,8.99897\n4265,1646388046,47.74300,8.99897\n4266,1646388047,47.74300,8.99897\n4267,1646388048,47.74300,8.99897\n4268,1646388049,47.74300,8.99897\n4269,1646388050,47.74300,8.99897\n4270,1646388051,47.74300,8.99897\n4271,1646388052,47.74300,8.99897\n4272,1646388053,47.74300,8.99897\n4273,1646388054,47.74300,8.99897\n4274,1646388055,47.74300,8.99897\n4275,1646388056,47.74300,8.99897\n4276,1646388057,47.74300,8.99897\n4277,1646388058,47.74300,8.99897\n4278,1646388059,47.74300,8.99897\n4279,1646388060,47.74300,8.99897\n4280,1646388061,47.74300,8.99897\n4281,1646388062,47.74300,8.99897\n4282,1646388063,47.74300,8.99897\n4283,1646388064,47.74300,8.99897\n4284,1646388065,47.74300,8.99897\n4285,1646388066,47.74300,8.99897\n4286,1646388067,47.74300,8.99897\n4287,1646388068,47.74300,8.99897\n4288,1646388069,47.74300,8.99897\n4289,1646388070,47.74300,8.99897\n4290,1646388071,47.74300,8.99897\n4291,1646388072,47.74300,8.99897\n4292,1646388073,47.74300,8.99897\n4293,1646388074,47.74300,8.99897\n4294,1646388075,47.74300,8.99897\n4295,1646388076,47.74300,8.99897\n4296,1646388077,47.74300,8.99897\n4297,1646388078,47.74300,8.99897\n4298,1646388079,47.74300,8.99897\n4299,1646388080,47.74300,8.99897\n4300,1646388081,47.74300,8.99897\n4301,1646388082,47.74300,8.99897\n4302,1646388083,47.74300,8.99897\n4303,1646388084,47.74300,8.99897\n4304,1646388085,47.74300,8.99897\n4305,1646388086,47.74300,8.99897\n4306,1646388087,47.74300,8.99897\n4307,1646388088,47.74300,8.99897\n4308,1646388089,47.74300,8.99897\n4309,1646388090,47.74300,8.99897\n4310,1646388091,47.74300,8.99897\n4311,1646388092,47.74300,8.99897\n4312,1646388093,47.74300,8.99897\n4313,1646388094,47.74300,8.99897\n4314,1646388095,47.74300,8.99897\n4315,1646388096,47.74300,8.99897\n4316,1646388097,47.74300,8.99897\n4317,1646388098,47.74300,8.99897\n4318,1646388099,47.74300,8.99897\n4319,1646388100,47.74300,8.99897\n4320,1646388101,47.74300,8.99897\n4321,1646388102,47.74300,8.99897\n4322,1646388103,47.74300,8.99897\n4323,1646388104,47.74300,8.99897\n4324,1646388105,47.74300,8.99897\n4325,1646388106,47.74300,8.99897\n4326,1646388107,47.74300,8.99897\n4327,1646388108,47.74300,8.99897\n4328,1646388109,47.74300,8.99897\n4329,1646388110,47.74300,8.99897\n4330,1646388111,47.74300,8.99897\n4331,1646388112,47.74300,8.99897\n4332,1646388113,47.74300,8.99897\n4333,1646388114,47.74300,8.99897\n4334,1646388115,47.74300,8.99897\n4335,1646388116,47.74300,8.99897\n4336,1646388117,47.74300,8.99897\n4337,1646388118,47.74300,8.99897\n4338,1646388119,47.74300,8.99897\n4339,1646388120,47.74300,8.99897\n4340,1646388121,47.74300,8.99897\n4341,1646388122,47.74300,8.99897\n4342,1646388123,47.74300,8.99897\n4343,1646388124,47.74300,8.99897\n4344,1646388125,47.74300,8.99897\n4345,1646388126,47.74300,8.99897\n4346,1646388127,47.74300,8.99897\n4347,1646388128,47.74300,8.99897\n4348,1646388129,47.74300,8.99897\n4349,1646388130,47.74300,8.99897\n4350,1646388131,47.74300,8.99897\n4351,1646388132,47.74300,8.99897\n4352,1646388133,47.74300,8.99897\n4353,1646388134,47.74300,8.99897\n4354,1646388135,47.74300,8.99897\n4355,1646388136,47.74300,8.99897\n4356,1646388137,47.74300,8.99897\n4357,1646388138,47.74300,8.99897\n4358,1646388139,47.74300,8.99897\n4359,1646388140,47.74300,8.99897\n4360,1646388141,47.74300,8.99897\n4361,1646388142,47.74300,8.99897\n4362,1646388143,47.74300,8.99897\n4363,1646388144,47.74300,8.99897\n4364,1646388145,47.74300,8.99897\n4365,1646388146,47.74300,8.99897\n4366,1646388147,47.74300,8.99897\n4367,1646388148,47.74300,8.99897\n4368,1646388149,47.74300,8.99897\n4369,1646388150,47.74300,8.99897\n4370,1646388151,47.74300,8.99897\n4371,1646388152,47.74300,8.99897\n4372,1646388153,47.74300,8.99897\n4373,1646388154,47.74300,8.99897\n4374,1646388155,47.74300,8.99897\n4375,1646388156,47.74300,8.99897\n4376,1646388157,47.74300,8.99897\n4377,1646388158,47.74300,8.99897\n4378,1646388159,47.74300,8.99897\n4379,1646388160,47.74300,8.99897\n4380,1646388161,47.74300,8.99897\n4381,1646388162,47.74300,8.99897\n4382,1646388163,47.74300,8.99897\n4383,1646388164,47.74300,8.99897\n4384,1646388165,47.74300,8.99897\n4385,1646388166,47.74300,8.99897\n4386,1646388167,47.74300,8.99897\n4387,1646388168,47.74300,8.99897\n4388,1646388169,47.74300,8.99897\n4389,1646388170,47.74300,8.99897\n4390,1646388171,47.74300,8.99897\n4391,1646388172,47.74300,8.99897\n4392,1646388173,47.74300,8.99897\n4393,1646388174,47.74300,8.99897\n4394,1646388175,47.74300,8.99897\n4395,1646388176,47.74300,8.99897\n4396,1646388177,47.74300,8.99897\n4397,1646388178,47.74300,8.99897\n4398,1646388179,47.74300,8.99897\n4399,1646388180,47.74300,8.99897\n4400,1646388181,47.74300,8.99897\n4401,1646388182,47.74300,8.99897\n4402,1646388183,47.74300,8.99897\n4403,1646388184,47.74300,8.99897\n4404,1646388185,47.74300,8.99897\n4405,1646388186,47.74300,8.99897\n4406,1646388187,47.74300,8.99897\n4407,1646388188,47.74300,8.99897\n4408,1646388189,47.74300,8.99897\n4409,1646388190,47.74300,8.99897\n4410,1646388191,47.74300,8.99897\n4411,1646388192,47.74300,8.99897\n4412,1646388193,47.74300,8.99897\n4413,1646388194,47.74300,8.99897\n4414,1646388195,47.74300,8.99897\n4415,1646388196,47.74300,8.99897\n4416,1646388197,47.74300,8.99897\n4417,1646388198,47.74300,8.99897\n4418,1646388199,47.74300,8.99897\n4419,1646388200,47.74300,8.99897\n4420,1646388201,47.74300,8.99897\n4421,1646388202,47.74300,8.99897\n4422,1646388203,47.74300,8.99897\n4423,1646388204,47.74300,8.99897\n4424,1646388205,47.74300,8.99897\n4425,1646388206,47.74300,8.99897\n4426,1646388207,47.74300,8.99897\n4427,1646388208,47.74300,8.99897\n4428,1646388209,47.74300,8.99897\n4429,1646388210,47.74300,8.99897\n4430,1646388211,47.74300,8.99897\n4431,1646388212,47.74300,8.99897\n4432,1646388213,47.74300,8.99897\n4433,1646388214,47.74300,8.99897\n4434,1646388215,47.74300,8.99897\n4435,1646388216,47.74300,8.99897\n4436,1646388217,47.74300,8.99897\n4437,1646388218,47.74300,8.99897\n4438,1646388219,47.74300,8.99897\n4439,1646388220,47.74300,8.99897\n4440,1646388221,47.74300,8.99897\n4441,1646388222,47.74300,8.99897\n4442,1646388223,47.74300,8.99897\n4443,1646388224,47.74300,8.99897\n4444,1646388225,47.74300,8.99897\n4445,1646388226,47.74300,8.99897\n4446,1646388227,47.74300,8.99897\n4447,1646388228,47.74300,8.99897\n4448,1646388229,47.74300,8.99897\n4449,1646388230,47.74300,8.99897\n4450,1646388231,47.74300,8.99897\n4451,1646388232,47.74300,8.99897\n4452,1646388233,47.74300,8.99897\n4453,1646388234,47.74300,8.99897\n4454,1646388235,47.74300,8.99897\n4455,1646388236,47.74300,8.99897\n4456,1646388237,47.74300,8.99897\n4457,1646388238,47.74300,8.99897\n4458,1646388239,47.74300,8.99897\n4459,1646388240,47.74300,8.99897\n4460,1646388241,47.74300,8.99897\n4461,1646388242,47.74300,8.99897\n4462,1646388243,47.74300,8.99897\n4463,1646388244,47.74300,8.99897\n4464,1646388245,47.74300,8.99897\n4465,1646388246,47.74300,8.99897\n4466,1646388247,47.74300,8.99897\n4467,1646388248,47.74300,8.99897\n4468,1646388249,47.74300,8.99897\n4469,1646388250,47.74300,8.99897\n4470,1646388251,47.74300,8.99897\n4471,1646388252,47.74300,8.99897\n4472,1646388253,47.74300,8.99897\n4473,1646388254,47.74300,8.99897\n4474,1646388255,47.74300,8.99897\n4475,1646388256,47.74300,8.99897\n4476,1646388257,47.74300,8.99897\n4477,1646388258,47.74300,8.99897\n4478,1646388259,47.74300,8.99897\n4479,1646388260,47.74300,8.99897\n4480,1646388261,47.74300,8.99897\n4481,1646388262,47.74300,8.99897\n4482,1646388263,47.74300,8.99897\n4483,1646388264,47.74300,8.99897\n4484,1646388265,47.74300,8.99897\n4485,1646388266,47.74300,8.99897\n4486,1646388267,47.74300,8.99897\n4487,1646388268,47.74300,8.99897\n4488,1646388269,47.74300,8.99897\n4489,1646388270,47.74300,8.99897\n4490,1646388271,47.74300,8.99897\n4491,1646388272,47.74300,8.99897\n4492,1646388273,47.74300,8.99897\n4493,1646388274,47.74300,8.99897\n4494,1646388275,47.74300,8.99897\n4495,1646388276,47.74300,8.99897\n4496,1646388277,47.74300,8.99897\n4497,1646388278,47.74300,8.99897\n4498,1646388279,47.74301,8.99897\n4499,1646388280,47.74301,8.99897\n4500,1646388281,47.74301,8.99897\n4501,1646388282,47.74301,8.99897\n4502,1646388283,47.74301,8.99897\n4503,1646388284,47.74301,8.99897\n4504,1646388285,47.74301,8.99897\n4505,1646388286,47.74301,8.99897\n4506,1646388287,47.74301,8.99897\n4507,1646388288,47.74301,8.99897\n4508,1646388289,47.74301,8.99897\n4509,1646388290,47.74301,8.99897\n4510,1646388291,47.74301,8.99897\n4511,1646388292,47.74301,8.99897\n4512,1646388293,47.74301,8.99897\n4513,1646388294,47.74301,8.99897\n4514,1646388295,47.74301,8.99897\n4515,1646388296,47.74301,8.99897\n4516,1646388297,47.74301,8.99897\n4517,1646388298,47.74301,8.99897\n4518,1646388299,47.74301,8.99897\n4519,1646388300,47.74301,8.99897\n4520,1646388301,47.74301,8.99897\n4521,1646388302,47.74301,8.99897\n4522,1646388303,47.74301,8.99897\n4523,1646388304,47.74301,8.99897\n4524,1646388305,47.74301,8.99897\n4525,1646388306,47.74301,8.99897\n4526,1646388307,47.74301,8.99897\n4527,1646388308,47.74301,8.99897\n4528,1646388309,47.74301,8.99897\n4529,1646388310,47.74301,8.99897\n4530,1646388311,47.74301,8.99897\n4531,1646388312,47.74301,8.99897\n4532,1646388313,47.74301,8.99897\n4533,1646388314,47.74301,8.99897\n4534,1646388315,47.74301,8.99897\n4535,1646388316,47.74301,8.99897\n4536,1646388317,47.74301,8.99897\n4537,1646388318,47.74301,8.99897\n4538,1646388319,47.74301,8.99897\n4539,1646388320,47.74301,8.99897\n4540,1646388321,47.74301,8.99897\n4541,1646388322,47.74301,8.99897\n4542,1646388323,47.74301,8.99897\n4543,1646388324,47.74301,8.99897\n4544,1646388325,47.74301,8.99897\n4545,1646388326,47.74301,8.99897\n4546,1646388327,47.74301,8.99897\n4547,1646388328,47.74301,8.99897\n4548,1646388329,47.74301,8.99897\n4549,1646388330,47.74301,8.99897\n4550,1646388331,47.74301,8.99897\n4551,1646388332,47.74301,8.99897\n4552,1646388333,47.74301,8.99897\n4553,1646388334,47.74301,8.99897\n4554,1646388335,47.74301,8.99897\n4555,1646388336,47.74301,8.99897\n4556,1646388337,47.74301,8.99897\n4557,1646388338,47.74301,8.99897\n4558,1646388339,47.74301,8.99897\n4559,1646388340,47.74301,8.99897\n4560,1646388341,47.74301,8.99897\n4561,1646388342,47.74301,8.99897\n4562,1646388343,47.74301,8.99897\n4563,1646388344,47.74301,8.99897\n4564,1646388345,47.74301,8.99897\n4565,1646388346,47.74301,8.99897\n4566,1646388347,47.74301,8.99897\n4567,1646388348,47.74301,8.99897\n4568,1646388349,47.74301,8.99897\n4569,1646388350,47.74301,8.99897\n4570,1646388351,47.74301,8.99897\n4571,1646388352,47.74301,8.99897\n4572,1646388353,47.74301,8.99897\n4573,1646388354,47.74301,8.99897\n4574,1646388355,47.74301,8.99897\n4575,1646388356,47.74301,8.99897\n4576,1646388357,47.74301,8.99897\n4577,1646388358,47.74301,8.99897\n4578,1646388359,47.74301,8.99897\n4579,1646388360,47.74301,8.99897\n4580,1646388361,47.74301,8.99897\n4581,1646388362,47.74301,8.99897\n4582,1646388363,47.74301,8.99897\n4583,1646388364,47.74301,8.99897\n4584,1646388365,47.74301,8.99897\n4585,1646388366,47.74301,8.99897\n4586,1646388367,47.74301,8.99897\n4587,1646388368,47.74301,8.99897\n4588,1646388369,47.74301,8.99897\n4589,1646388370,47.74301,8.99897\n4590,1646388371,47.74301,8.99897\n4591,1646388372,47.74301,8.99897\n4592,1646388373,47.74301,8.99897\n4593,1646388374,47.74301,8.99897\n4594,1646388375,47.74301,8.99897\n4595,1646388376,47.74301,8.99897\n4596,1646388377,47.74301,8.99897\n4597,1646388378,47.74301,8.99897\n4598,1646388379,47.74301,8.99897\n4599,1646388380,47.74301,8.99897\n4600,1646388381,47.74301,8.99897\n4601,1646388382,47.74301,8.99897\n4602,1646388383,47.74301,8.99897\n4603,1646388384,47.74301,8.99897\n4604,1646388385,47.74301,8.99897\n4605,1646388386,47.74301,8.99897\n4606,1646388387,47.74301,8.99897\n4607,1646388388,47.74301,8.99897\n4608,1646388389,47.74301,8.99897\n4609,1646388390,47.74301,8.99897\n4610,1646388391,47.74301,8.99897\n4611,1646388392,47.74301,8.99897\n4612,1646388393,47.74301,8.99897\n4613,1646388394,47.74301,8.99897\n4614,1646388395,47.74301,8.99897\n4615,1646388396,47.74301,8.99897\n4616,1646388397,47.74301,8.99897\n4617,1646388398,47.74301,8.99897\n4618,1646388399,47.74301,8.99897\n4619,1646388400,47.74301,8.99897\n4620,1646388401,47.74301,8.99897\n4621,1646388402,47.74301,8.99897\n4622,1646388403,47.74301,8.99897\n4623,1646388404,47.74301,8.99897\n4624,1646388405,47.74301,8.99897\n4625,1646388406,47.74301,8.99897\n4626,1646388407,47.74301,8.99897\n4627,1646388408,47.74301,8.99897\n4628,1646388409,47.74301,8.99897\n4629,1646388410,47.74301,8.99897\n4630,1646388411,47.74301,8.99897\n4631,1646388412,47.74301,8.99897\n4632,1646388413,47.74301,8.99897\n4633,1646388414,47.74301,8.99897\n4634,1646388415,47.74301,8.99897\n4635,1646388416,47.74301,8.99897\n4636,1646388417,47.74301,8.99897\n4637,1646388418,47.74301,8.99897\n4638,1646388419,47.74301,8.99897\n4639,1646388420,47.74301,8.99897\n4640,1646388421,47.74301,8.99898\n4641,1646388422,47.74301,8.99898\n4642,1646388423,47.74301,8.99898\n4643,1646388424,47.74301,8.99898\n4644,1646388425,47.74301,8.99898\n4645,1646388426,47.74301,8.99898\n4646,1646388427,47.74301,8.99898\n4647,1646388428,47.74301,8.99898\n4648,1646388429,47.74301,8.99897\n4649,1646388430,47.74301,8.99897\n4650,1646388431,47.74301,8.99897\n4651,1646388432,47.74301,8.99897\n4652,1646388433,47.74301,8.99897\n4653,1646388434,47.74301,8.99898\n4654,1646388435,47.74301,8.99898\n4655,1646388436,47.74301,8.99898\n4656,1646388437,47.74301,8.99898\n4657,1646388438,47.74301,8.99898\n4658,1646388439,47.74301,8.99898\n4659,1646388440,47.74301,8.99898\n4660,1646388441,47.74301,8.99898\n4661,1646388442,47.74301,8.99898\n4662,1646388443,47.74301,8.99898\n4663,1646388444,47.74301,8.99898\n4664,1646388445,47.74301,8.99898\n4665,1646388446,47.74301,8.99898\n4666,1646388447,47.74301,8.99898\n4667,1646388448,47.74301,8.99898\n4668,1646388449,47.74301,8.99898\n4669,1646388450,47.74301,8.99898\n4670,1646388451,47.74301,8.99898\n4671,1646388452,47.74301,8.99898\n4672,1646388453,47.74301,8.99898\n4673,1646388454,47.74301,8.99898\n4674,1646388455,47.74301,8.99898\n4675,1646388456,47.74301,8.99898\n4676,1646388457,47.74301,8.99898\n4677,1646388458,47.74301,8.99898\n4678,1646388459,47.74301,8.99898\n4679,1646388460,47.74301,8.99898\n4680,1646388461,47.74301,8.99898\n4681,1646388462,47.74301,8.99898\n4682,1646388463,47.74301,8.99898\n4683,1646388464,47.74301,8.99898\n4684,1646388465,47.74301,8.99898\n4685,1646388466,47.74301,8.99898\n4686,1646388467,47.74301,8.99898\n4687,1646388468,47.74301,8.99898\n4688,1646388469,47.74301,8.99898\n4689,1646388470,47.74301,8.99898\n4690,1646388471,47.74301,8.99898\n4691,1646388472,47.74301,8.99898\n4692,1646388473,47.74301,8.99898\n4693,1646388474,47.74301,8.99898\n4694,1646388475,47.74301,8.99898\n4695,1646388476,47.74301,8.99898\n4696,1646388477,47.74301,8.99898\n4697,1646388478,47.74301,8.99898\n4698,1646388479,47.74301,8.99898\n4699,1646388480,47.74301,8.99898\n4700,1646388481,47.74301,8.99898\n4701,1646388482,47.74301,8.99898\n4702,1646388483,47.74301,8.99898\n4703,1646388484,47.74301,8.99898\n4704,1646388485,47.74301,8.99898\n4705,1646388486,47.74301,8.99898\n4706,1646388487,47.74301,8.99898\n4707,1646388488,47.74301,8.99898\n4708,1646388489,47.74301,8.99898\n4709,1646388490,47.74301,8.99898\n4710,1646388491,47.74301,8.99898\n4711,1646388492,47.74301,8.99898\n4712,1646388493,47.74301,8.99898\n4713,1646388494,47.74301,8.99898\n4714,1646388495,47.74301,8.99898\n4715,1646388496,47.74301,8.99898\n4716,1646388497,47.74301,8.99898\n4717,1646388498,47.74301,8.99898\n4718,1646388499,47.74301,8.99898\n4719,1646388500,47.74301,8.99898\n4720,1646388501,47.74301,8.99898\n4721,1646388502,47.74301,8.99898\n4722,1646388503,47.74301,8.99898\n4723,1646388504,47.74301,8.99898\n4724,1646388505,47.74301,8.99898\n4725,1646388506,47.74301,8.99898\n4726,1646388507,47.74301,8.99898\n4727,1646388508,47.74301,8.99898\n4728,1646388509,47.74301,8.99898\n4729,1646388510,47.74301,8.99898\n4730,1646388511,47.74301,8.99898\n4731,1646388512,47.74301,8.99898\n4732,1646388513,47.74301,8.99898\n4733,1646388514,47.74301,8.99898\n4734,1646388515,47.74301,8.99898\n4735,1646388516,47.74301,8.99898\n4736,1646388517,47.74301,8.99898\n4737,1646388518,47.74301,8.99898\n4738,1646388519,47.74301,8.99898\n4739,1646388520,47.74301,8.99898\n4740,1646388521,47.74301,8.99898\n4741,1646388522,47.74301,8.99898\n4742,1646388523,47.74301,8.99898\n4743,1646388524,47.74301,8.99898\n4744,1646388525,47.74301,8.99898\n4745,1646388526,47.74302,8.99898\n4746,1646388527,47.74302,8.99898\n4747,1646388528,47.74302,8.99898\n4748,1646388529,47.74302,8.99898\n4749,1646388530,47.74302,8.99898\n4750,1646388531,47.74302,8.99898\n4751,1646388532,47.74302,8.99898\n4752,1646388533,47.74302,8.99898\n4753,1646388534,47.74302,8.99898\n4754,1646388535,47.74302,8.99898\n4755,1646388536,47.74302,8.99898\n4756,1646388537,47.74302,8.99898\n4757,1646388538,47.74302,8.99898\n4758,1646388539,47.74302,8.99898\n4759,1646388540,47.74302,8.99898\n4760,1646388541,47.74302,8.99898\n4761,1646388542,47.74302,8.99898\n4762,1646388543,47.74302,8.99898\n4763,1646388544,47.74302,8.99898\n4764,1646388545,47.74302,8.99898\n4765,1646388546,47.74302,8.99898\n4766,1646388547,47.74302,8.99898\n4767,1646388548,47.74302,8.99898\n4768,1646388549,47.74302,8.99898\n4769,1646388550,47.74302,8.99898\n4770,1646388551,47.74302,8.99898\n4771,1646388552,47.74302,8.99898\n4772,1646388553,47.74302,8.99898\n4773,1646388554,47.74302,8.99898\n4774,1646388555,47.74302,8.99898\n4775,1646388556,47.74302,8.99898\n4776,1646388557,47.74302,8.99898\n4777,1646388558,47.74302,8.99898\n4778,1646388559,47.74302,8.99898\n4779,1646388560,47.74302,8.99898\n4780,1646388561,47.74302,8.99898\n4781,1646388562,47.74302,8.99898\n4782,1646388563,47.74302,8.99898\n4783,1646388564,47.74302,8.99898\n4784,1646388565,47.74302,8.99898\n4785,1646388566,47.74302,8.99898\n4786,1646388567,47.74302,8.99898\n4787,1646388568,47.74302,8.99898\n4788,1646388569,47.74302,8.99898\n4789,1646388570,47.74302,8.99898\n4790,1646388571,47.74302,8.99898\n4791,1646388572,47.74302,8.99898\n4792,1646388573,47.74302,8.99898\n4793,1646388574,47.74302,8.99898\n4794,1646388575,47.74302,8.99898\n4795,1646388576,47.74302,8.99898\n4796,1646388577,47.74302,8.99898\n4797,1646388578,47.74302,8.99898\n4798,1646388579,47.74302,8.99898\n4799,1646388580,47.74302,8.99898\n4800,1646388581,47.74302,8.99898\n4801,1646388582,47.74302,8.99898\n4802,1646388583,47.74302,8.99898\n4803,1646388584,47.74302,8.99898\n4804,1646388585,47.74302,8.99898\n4805,1646388586,47.74302,8.99898\n4806,1646388587,47.74302,8.99898\n4807,1646388588,47.74302,8.99898\n4808,1646388589,47.74302,8.99898\n4809,1646388590,47.74302,8.99898\n4810,1646388591,47.74302,8.99898\n4811,1646388592,47.74302,8.99898\n4812,1646388593,47.74302,8.99898\n4813,1646388594,47.74302,8.99898\n4814,1646388595,47.74302,8.99898\n4815,1646388596,47.74302,8.99898\n4816,1646388597,47.74302,8.99898\n4817,1646388598,47.74302,8.99898\n4818,1646388599,47.74302,8.99898\n4819,1646388600,47.74302,8.99898\n4820,1646388601,47.74302,8.99898\n4821,1646388602,47.74302,8.99898\n4822,1646388603,47.74302,8.99898\n4823,1646388604,47.74302,8.99898\n4824,1646388605,47.74302,8.99898\n4825,1646388606,47.74302,8.99898\n4826,1646388607,47.74302,8.99898\n4827,1646388608,47.74302,8.99898\n4828,1646388609,47.74302,8.99898\n4829,1646388610,47.74302,8.99898\n4830,1646388611,47.74302,8.99898\n4831,1646388612,47.74302,8.99898\n4832,1646388613,47.74302,8.99898\n4833,1646388614,47.74302,8.99898\n4834,1646388615,47.74302,8.99898\n4835,1646388616,47.74302,8.99898\n4836,1646388617,47.74302,8.99898\n4837,1646388618,47.74302,8.99898\n4838,1646388619,47.74302,8.99898\n4839,1646388620,47.74302,8.99898\n4840,1646388621,47.74302,8.99898\n4841,1646388622,47.74302,8.99898\n4842,1646388623,47.74302,8.99898\n4843,1646388624,47.74302,8.99898\n4844,1646388625,47.74302,8.99898\n4845,1646388626,47.74302,8.99898\n4846,1646388627,47.74302,8.99898\n4847,1646388628,47.74302,8.99898\n4848,1646388629,47.74302,8.99898\n4849,1646388630,47.74302,8.99898\n4850,1646388631,47.74302,8.99898\n4851,1646388632,47.74302,8.99898\n4852,1646388633,47.74302,8.99898\n4853,1646388634,47.74302,8.99898\n4854,1646388635,47.74302,8.99898\n4855,1646388636,47.74302,8.99898\n4856,1646388637,47.74302,8.99898\n4857,1646388638,47.74302,8.99898\n4858,1646388639,47.74302,8.99898\n4859,1646388640,47.74302,8.99898\n4860,1646388641,47.74302,8.99898\n4861,1646388642,47.74302,8.99898\n4862,1646388643,47.74302,8.99898\n4863,1646388644,47.74302,8.99898\n4864,1646388645,47.74302,8.99898\n4865,1646388646,47.74302,8.99898\n4866,1646388647,47.74302,8.99898\n4867,1646388648,47.74302,8.99898\n4868,1646388649,47.74302,8.99898\n4869,1646388650,47.74302,8.99898\n4870,1646388651,47.74302,8.99898\n4871,1646388652,47.74302,8.99898\n4872,1646388653,47.74302,8.99898\n4873,1646388654,47.74302,8.99898\n4874,1646388655,47.74302,8.99898\n4875,1646388656,47.74302,8.99898\n4876,1646388657,47.74302,8.99898\n4877,1646388658,47.74302,8.99898\n4878,1646388659,47.74302,8.99898\n4879,1646388660,47.74302,8.99898\n4880,1646388661,47.74302,8.99898\n4881,1646388662,47.74302,8.99898\n4882,1646388663,47.74302,8.99898\n4883,1646388664,47.74302,8.99898\n4884,1646388665,47.74302,8.99898\n4885,1646388666,47.74302,8.99898\n4886,1646388667,47.74302,8.99898\n4887,1646388668,47.74302,8.99898\n4888,1646388669,47.74302,8.99898\n4889,1646388670,47.74302,8.99898\n4890,1646388671,47.74302,8.99898\n4891,1646388672,47.74302,8.99898\n4892,1646388673,47.74302,8.99898\n4893,1646388674,47.74302,8.99898\n4894,1646388675,47.74302,8.99898\n4895,1646388676,47.74302,8.99898\n4896,1646388677,47.74302,8.99898\n4897,1646388678,47.74302,8.99898\n4898,1646388679,47.74302,8.99898\n4899,1646388680,47.74302,8.99898\n4900,1646388681,47.74302,8.99898\n4901,1646388682,47.74302,8.99898\n4902,1646388683,47.74302,8.99898\n4903,1646388684,47.74302,8.99898\n4904,1646388685,47.74302,8.99898\n4905,1646388686,47.74302,8.99898\n4906,1646388687,47.74302,8.99898\n4907,1646388688,47.74302,8.99898\n4908,1646388689,47.74302,8.99898\n4909,1646388690,47.74302,8.99898\n4910,1646388691,47.74302,8.99898\n4911,1646388692,47.74302,8.99898\n4912,1646388693,47.74302,8.99898\n4913,1646388694,47.74302,8.99898\n4914,1646388695,47.74302,8.99898\n4915,1646388696,47.74302,8.99898\n4916,1646388697,47.74302,8.99898\n4917,1646388698,47.74302,8.99898\n4918,1646388699,47.74302,8.99898\n4919,1646388700,47.74302,8.99898\n4920,1646388701,47.74302,8.99898\n4921,1646388702,47.74302,8.99898\n4922,1646388703,47.74302,8.99898\n4923,1646388704,47.74302,8.99898\n4924,1646388705,47.74302,8.99898\n4925,1646388706,47.74302,8.99898\n4926,1646388707,47.74302,8.99898\n4927,1646388708,47.74302,8.99898\n4928,1646388709,47.74302,8.99898\n4929,1646388710,47.74302,8.99898\n4930,1646388711,47.74302,8.99898\n4931,1646388712,47.74302,8.99898\n4932,1646388713,47.74302,8.99898\n4933,1646388714,47.74302,8.99898\n4934,1646388715,47.74302,8.99898\n4935,1646388716,47.74302,8.99898\n4936,1646388717,47.74302,8.99898\n4937,1646388718,47.74302,8.99898\n4938,1646388719,47.74302,8.99898\n4939,1646388720,47.74302,8.99898\n4940,1646388721,47.74302,8.99898\n4941,1646388722,47.74302,8.99898\n4942,1646388723,47.74302,8.99898\n4943,1646388724,47.74302,8.99898\n4944,1646388725,47.74302,8.99898\n4945,1646388726,47.74302,8.99898\n4946,1646388727,47.74302,8.99898\n4947,1646388728,47.74302,8.99898\n4948,1646388729,47.74302,8.99898\n4949,1646388730,47.74302,8.99898\n4950,1646388731,47.74302,8.99898\n4951,1646388732,47.74302,8.99898\n4952,1646388733,47.74302,8.99898\n4953,1646388734,47.74302,8.99898\n4954,1646388735,47.74302,8.99898\n4955,1646388736,47.74302,8.99898\n4956,1646388737,47.74302,8.99898\n4957,1646388738,47.74302,8.99898\n4958,1646388739,47.74302,8.99898\n4959,1646388740,47.74302,8.99898\n4960,1646388741,47.74302,8.99898\n4961,1646388742,47.74302,8.99898\n4962,1646388743,47.74302,8.99898\n4963,1646388744,47.74302,8.99898\n4964,1646388745,47.74302,8.99898\n4965,1646388746,47.74302,8.99898\n4966,1646388747,47.74302,8.99898\n4967,1646388748,47.74302,8.99898\n4968,1646388749,47.74302,8.99898\n4969,1646388750,47.74302,8.99898\n4970,1646388751,47.74302,8.99898\n4971,1646388752,47.74302,8.99898\n4972,1646388753,47.74302,8.99898\n4973,1646388754,47.74302,8.99898\n4974,1646388755,47.74302,8.99898\n4975,1646388756,47.74302,8.99898\n4976,1646388757,47.74302,8.99898\n4977,1646388758,47.74302,8.99898\n4978,1646388759,47.74302,8.99898\n4979,1646388760,47.74302,8.99898\n4980,1646388761,47.74302,8.99898\n4981,1646388762,47.74302,8.99898\n4982,1646388763,47.74302,8.99898\n4983,1646388764,47.74302,8.99898\n4984,1646388765,47.74302,8.99898\n4985,1646388766,47.74302,8.99898\n4986,1646388767,47.74302,8.99898\n4987,1646388768,47.74302,8.99898\n4988,1646388769,47.74302,8.99898\n4989,1646388770,47.74302,8.99898\n4990,1646388771,47.74302,8.99898\n4991,1646388772,47.74302,8.99898\n4992,1646388773,47.74302,8.99898\n4993,1646388774,47.74302,8.99898\n4994,1646388775,47.74302,8.99898\n4995,1646388776,47.74302,8.99898\n4996,1646388777,47.74302,8.99898\n4997,1646388778,47.74302,8.99898\n4998,1646388779,47.74302,8.99898\n4999,1646388780,47.74302,8.99898\n5000,1646388781,47.74302,8.99898\n5001,1646388782,47.74302,8.99898\n5002,1646388783,47.74302,8.99898\n5003,1646388784,47.74302,8.99898\n5004,1646388785,47.74302,8.99898\n5005,1646388786,47.74302,8.99898\n5006,1646388787,47.74302,8.99898\n5007,1646388788,47.74302,8.99898\n5008,1646388789,47.74302,8.99898\n5009,1646388790,47.74302,8.99898\n5010,1646388791,47.74302,8.99898\n5011,1646388792,47.74302,8.99898\n5012,1646388793,47.74302,8.99898\n5013,1646388794,47.74302,8.99898\n5014,1646388795,47.74302,8.99898\n5015,1646388796,47.74302,8.99898\n5016,1646388797,47.74302,8.99898\n5017,1646388798,47.74302,8.99898\n5018,1646388799,47.74302,8.99898\n5019,1646388800,47.74302,8.99898\n5020,1646388801,47.74302,8.99898\n5021,1646388802,47.74302,8.99898\n5022,1646388803,47.74302,8.99898\n5023,1646388804,47.74302,8.99898\n5024,1646388805,47.74302,8.99898\n5025,1646388806,47.74302,8.99898\n5026,1646388807,47.74302,8.99898\n5027,1646388808,47.74302,8.99898\n5028,1646388809,47.74302,8.99898\n5029,1646388810,47.74302,8.99898\n5030,1646388811,47.74302,8.99898\n5031,1646388812,47.74302,8.99898\n5032,1646388813,47.74302,8.99898\n5033,1646388814,47.74302,8.99898\n5034,1646388815,47.74302,8.99898\n5035,1646388816,47.74302,8.99898\n5036,1646388817,47.74302,8.99898\n5037,1646388818,47.74302,8.99898\n5038,1646388819,47.74302,8.99898\n5039,1646388820,47.74302,8.99898\n5040,1646388821,47.74302,8.99898\n5041,1646388822,47.74302,8.99898\n5042,1646388823,47.74302,8.99898\n5043,1646388824,47.74302,8.99898\n5044,1646388825,47.74302,8.99898\n5045,1646388826,47.74302,8.99898\n5046,1646388827,47.74302,8.99898\n5047,1646388828,47.74302,8.99898\n5048,1646388829,47.74302,8.99898\n5049,1646388830,47.74302,8.99898\n5050,1646388831,47.74302,8.99898\n5051,1646388832,47.74302,8.99898\n5052,1646388833,47.74302,8.99898\n5053,1646388834,47.74302,8.99898\n5054,1646388835,47.74302,8.99898\n5055,1646388836,47.74302,8.99898\n5056,1646388837,47.74302,8.99898\n5057,1646388838,47.74302,8.99898\n5058,1646388839,47.74302,8.99898\n5059,1646388840,47.74302,8.99898\n5060,1646388841,47.74302,8.99898\n5061,1646388842,47.74302,8.99898\n5062,1646388843,47.74302,8.99898\n5063,1646388844,47.74302,8.99898\n5064,1646388845,47.74302,8.99898\n5065,1646388846,47.74302,8.99898\n5066,1646388847,47.74302,8.99898\n5067,1646388848,47.74302,8.99898\n5068,1646388849,47.74302,8.99898\n5069,1646388850,47.74302,8.99898\n5070,1646388851,47.74302,8.99898\n5071,1646388852,47.74302,8.99898\n5072,1646388853,47.74302,8.99898\n5073,1646388854,47.74302,8.99898\n5074,1646388855,47.74302,8.99898\n5075,1646388856,47.74302,8.99898\n5076,1646388857,47.74302,8.99898\n5077,1646388858,47.74302,8.99898\n5078,1646388859,47.74302,8.99898\n5079,1646388860,47.74302,8.99898\n5080,1646388861,47.74302,8.99898\n5081,1646388862,47.74302,8.99898\n5082,1646388863,47.74302,8.99898\n5083,1646388864,47.74302,8.99898\n5084,1646388865,47.74302,8.99898\n5085,1646388866,47.74302,8.99898\n5086,1646388867,47.74302,8.99898\n5087,1646388868,47.74302,8.99898\n5088,1646388869,47.74302,8.99898\n5089,1646388870,47.74302,8.99898\n5090,1646388871,47.74302,8.99898\n5091,1646388872,47.74302,8.99898\n5092,1646388873,47.74302,8.99898\n5093,1646388874,47.74302,8.99898\n5094,1646388875,47.74302,8.99898\n5095,1646388876,47.74302,8.99898\n5096,1646388877,47.74302,8.99898\n5097,1646388878,47.74302,8.99898\n5098,1646388879,47.74302,8.99898\n5099,1646388880,47.74302,8.99898\n5100,1646388881,47.74302,8.99898\n5101,1646388882,47.74302,8.99898\n5102,1646388883,47.74302,8.99898\n5103,1646388884,47.74302,8.99898\n5104,1646388885,47.74302,8.99898\n5105,1646388886,47.74302,8.99898\n5106,1646388887,47.74302,8.99898\n5107,1646388888,47.74302,8.99898\n5108,1646388889,47.74302,8.99898\n5109,1646388890,47.74302,8.99898\n5110,1646388891,47.74302,8.99898\n5111,1646388892,47.74302,8.99898\n5112,1646388893,47.74302,8.99898\n5113,1646388894,47.74302,8.99898\n5114,1646388895,47.74302,8.99898\n5115,1646388896,47.74302,8.99898\n5116,1646388897,47.74302,8.99898\n5117,1646388898,47.74302,8.99898\n5118,1646388899,47.74302,8.99898\n5119,1646388900,47.74302,8.99898\n5120,1646388901,47.74302,8.99898\n5121,1646388902,47.74302,8.99898\n5122,1646388903,47.74302,8.99898\n5123,1646388904,47.74302,8.99898\n5124,1646388905,47.74302,8.99898\n5125,1646388906,47.74302,8.99898\n5126,1646388907,47.74302,8.99898\n5127,1646388908,47.74302,8.99898\n5128,1646388909,47.74302,8.99898\n5129,1646388910,47.74302,8.99898\n5130,1646388911,47.74302,8.99898\n5131,1646388912,47.74302,8.99898\n5132,1646388913,47.74302,8.99898\n5133,1646388914,47.74302,8.99898\n5134,1646388915,47.74302,8.99898\n5135,1646388916,47.74302,8.99898\n5136,1646388917,47.74302,8.99898\n5137,1646388918,47.74302,8.99898\n5138,1646388919,47.74302,8.99898\n5139,1646388920,47.74302,8.99898\n5140,1646388921,47.74302,8.99898\n5141,1646388922,47.74302,8.99898\n5142,1646388923,47.74302,8.99898\n5143,1646388924,47.74302,8.99898\n5144,1646388925,47.74302,8.99898\n5145,1646388926,47.74302,8.99898\n5146,1646388927,47.74302,8.99898\n5147,1646388928,47.74302,8.99898\n5148,1646388929,47.74302,8.99898\n5149,1646388930,47.74302,8.99898\n5150,1646388931,47.74302,8.99898\n5151,1646388932,47.74302,8.99898\n5152,1646388933,47.74302,8.99898\n5153,1646388934,47.74302,8.99898\n5154,1646388935,47.74302,8.99898\n5155,1646388936,47.74302,8.99898\n5156,1646388937,47.74302,8.99898\n5157,1646388938,47.74302,8.99898\n5158,1646388939,47.74302,8.99898\n5159,1646388940,47.74302,8.99898\n5160,1646388941,47.74302,8.99898\n5161,1646388942,47.74302,8.99898\n5162,1646388943,47.74302,8.99898\n5163,1646388944,47.74302,8.99898\n5164,1646388945,47.74302,8.99898\n5165,1646388946,47.74302,8.99898\n5166,1646388947,47.74302,8.99898\n5167,1646388948,47.74302,8.99898\n5168,1646388949,47.74302,8.99898\n5169,1646388950,47.74302,8.99898\n5170,1646388951,47.74302,8.99898\n5171,1646388952,47.74302,8.99898\n5172,1646388953,47.74302,8.99898\n5173,1646388954,47.74302,8.99898\n5174,1646388955,47.74302,8.99898\n5175,1646388956,47.74302,8.99898\n5176,1646388957,47.74302,8.99898\n5177,1646388958,47.74302,8.99898\n5178,1646388959,47.74302,8.99898\n5179,1646388960,47.74302,8.99898\n5180,1646388961,47.74302,8.99898\n5181,1646388962,47.74302,8.99898\n5182,1646388963,47.74302,8.99898\n5183,1646388964,47.74302,8.99898\n5184,1646388965,47.74302,8.99898\n5185,1646388966,47.74302,8.99898\n5186,1646388967,47.74302,8.99898\n5187,1646388968,47.74302,8.99898\n5188,1646388969,47.74302,8.99898\n5189,1646388970,47.74302,8.99898\n5190,1646388971,47.74302,8.99898\n5191,1646388972,47.74302,8.99898\n5192,1646388973,47.74302,8.99898\n5193,1646388974,47.74302,8.99898\n5194,1646388975,47.74302,8.99898\n5195,1646388976,47.74302,8.99898\n5196,1646388977,47.74302,8.99898\n5197,1646388978,47.74302,8.99898\n5198,1646388979,47.74302,8.99898\n5199,1646388980,47.74302,8.99898\n5200,1646388981,47.74302,8.99898\n5201,1646388982,47.74302,8.99898\n5202,1646388983,47.74302,8.99898\n5203,1646388984,47.74302,8.99898\n5204,1646388985,47.74302,8.99898\n5205,1646388986,47.74302,8.99898\n5206,1646388987,47.74302,8.99898\n5207,1646388988,47.74302,8.99898\n5208,1646388989,47.74302,8.99898\n5209,1646388990,47.74302,8.99898\n5210,1646388991,47.74302,8.99898\n5211,1646388992,47.74302,8.99898\n5212,1646388993,47.74302,8.99898\n5213,1646388994,47.74302,8.99898\n5214,1646388995,47.74302,8.99898\n5215,1646388996,47.74302,8.99898\n5216,1646388997,47.74302,8.99898\n5217,1646388998,47.74302,8.99898\n5218,1646388999,47.74302,8.99898\n5219,1646389000,47.74302,8.99898\n5220,1646389001,47.74302,8.99898\n5221,1646389002,47.74302,8.99898\n5222,1646389003,47.74302,8.99898\n5223,1646389004,47.74302,8.99898\n5224,1646389005,47.74302,8.99898\n5225,1646389006,47.74302,8.99898\n5226,1646389007,47.74302,8.99898\n5227,1646389008,47.74302,8.99898\n5228,1646389009,47.74302,8.99898\n5229,1646389010,47.74302,8.99898\n5230,1646389011,47.74302,8.99898\n5231,1646389012,47.74302,8.99898\n5232,1646389013,47.74302,8.99898\n5233,1646389014,47.74302,8.99898\n5234,1646389015,47.74302,8.99898\n5235,1646389016,47.74302,8.99898\n5236,1646389017,47.74302,8.99898\n5237,1646389018,47.74302,8.99898\n5238,1646389019,47.74302,8.99898\n5239,1646389020,47.74302,8.99898\n5240,1646389021,47.74302,8.99898\n5241,1646389022,47.74302,8.99898\n5242,1646389023,47.74302,8.99898\n5243,1646389024,47.74302,8.99898\n5244,1646389025,47.74302,8.99898\n5245,1646389026,47.74302,8.99898\n5246,1646389027,47.74302,8.99898\n5247,1646389028,47.74302,8.99898\n5248,1646389029,47.74302,8.99898\n5249,1646389030,47.74302,8.99898\n5250,1646389031,47.74302,8.99898\n5251,1646389032,47.74302,8.99898\n5252,1646389033,47.74302,8.99898\n5253,1646389034,47.74302,8.99898\n5254,1646389035,47.74302,8.99898\n5255,1646389036,47.74302,8.99898\n5256,1646389037,47.74302,8.99898\n5257,1646389038,47.74302,8.99898\n5258,1646389039,47.74302,8.99898\n5259,1646389040,47.74302,8.99898\n5260,1646389041,47.74302,8.99898\n5261,1646389042,47.74302,8.99898\n5262,1646389043,47.74302,8.99898\n5263,1646389044,47.74302,8.99898\n5264,1646389045,47.74302,8.99898\n5265,1646389046,47.74302,8.99898\n5266,1646389047,47.74302,8.99898\n5267,1646389048,47.74302,8.99898\n5268,1646389049,47.74302,8.99898\n5269,1646389050,47.74302,8.99898\n5270,1646389051,47.74302,8.99898\n5271,1646389052,47.74302,8.99898\n5272,1646389053,47.74302,8.99898\n5273,1646389054,47.74302,8.99898\n5274,1646389055,47.74302,8.99898\n5275,1646389056,47.74302,8.99898\n5276,1646389057,47.74302,8.99898\n5277,1646389058,47.74302,8.99898\n5278,1646389059,47.74302,8.99898\n5279,1646389060,47.74302,8.99898\n5280,1646389061,47.74302,8.99898\n5281,1646389062,47.74302,8.99898\n5282,1646389063,47.74302,8.99898\n5283,1646389064,47.74302,8.99898\n5284,1646389065,47.74302,8.99898\n5285,1646389066,47.74302,8.99898\n5286,1646389067,47.74302,8.99898\n5287,1646389068,47.74302,8.99898\n5288,1646389069,47.74302,8.99898\n5289,1646389070,47.74302,8.99898\n5290,1646389071,47.74302,8.99898\n5291,1646389072,47.74302,8.99898\n5292,1646389073,47.74302,8.99898\n5293,1646389074,47.74302,8.99898\n5294,1646389075,47.74302,8.99898\n5295,1646389076,47.74302,8.99898\n5296,1646389077,47.74302,8.99898\n5297,1646389078,47.74302,8.99898\n5298,1646389079,47.74302,8.99898\n5299,1646389080,47.74302,8.99898\n5300,1646389081,47.74302,8.99898\n5301,1646389082,47.74302,8.99898\n5302,1646389083,47.74302,8.99898\n5303,1646389084,47.74302,8.99898\n5304,1646389085,47.74302,8.99898\n5305,1646389086,47.74302,8.99898\n5306,1646389087,47.74302,8.99898\n5307,1646389088,47.74302,8.99898\n5308,1646389089,47.74302,8.99898\n5309,1646389090,47.74302,8.99898\n5310,1646389091,47.74302,8.99898\n5311,1646389092,47.74302,8.99898\n5312,1646389093,47.74302,8.99898\n5313,1646389094,47.74303,8.99898\n5314,1646389095,47.74303,8.99898\n5315,1646389096,47.74303,8.99898\n5316,1646389097,47.74303,8.99898\n5317,1646389098,47.74303,8.99898\n5318,1646389099,47.74303,8.99898\n5319,1646389100,47.74303,8.99898\n5320,1646389101,47.74303,8.99898\n5321,1646389102,47.74303,8.99898\n5322,1646389103,47.74303,8.99898\n5323,1646389104,47.74303,8.99898\n5324,1646389105,47.74303,8.99898\n5325,1646389106,47.74303,8.99898\n5326,1646389107,47.74303,8.99898\n5327,1646389108,47.74303,8.99898\n5328,1646389109,47.74303,8.99898\n5329,1646389110,47.74303,8.99898\n5330,1646389111,47.74303,8.99898\n5331,1646389112,47.74303,8.99898\n5332,1646389113,47.74303,8.99898\n5333,1646389114,47.74303,8.99898\n5334,1646389115,47.74303,8.99898\n5335,1646389116,47.74303,8.99898\n5336,1646389117,47.74303,8.99898\n5337,1646389118,47.74303,8.99898\n5338,1646389119,47.74303,8.99898\n5339,1646389120,47.74303,8.99898\n5340,1646389121,47.74303,8.99898\n5341,1646389122,47.74303,8.99898\n5342,1646389123,47.74303,8.99898\n5343,1646389124,47.74303,8.99898\n5344,1646389125,47.74303,8.99898\n5345,1646389126,47.74303,8.99898\n5346,1646389127,47.74303,8.99898\n5347,1646389128,47.74303,8.99898\n5348,1646389129,47.74303,8.99898\n5349,1646389130,47.74303,8.99898\n5350,1646389131,47.74303,8.99898\n5351,1646389132,47.74303,8.99898\n5352,1646389133,47.74303,8.99898\n5353,1646389134,47.74303,8.99898\n5354,1646389135,47.74303,8.99898\n5355,1646389136,47.74303,8.99898\n5356,1646389137,47.74303,8.99898\n5357,1646389138,47.74303,8.99898\n5358,1646389139,47.74303,8.99898\n5359,1646389140,47.74303,8.99898\n5360,1646389141,47.74303,8.99898\n5361,1646389142,47.74303,8.99898\n5362,1646389143,47.74303,8.99898\n5363,1646389144,47.74303,8.99898\n5364,1646389145,47.74303,8.99898\n5365,1646389146,47.74303,8.99898\n5366,1646389147,47.74303,8.99898\n5367,1646389148,47.74303,8.99898\n5368,1646389149,47.74303,8.99898\n5369,1646389150,47.74303,8.99898\n5370,1646389151,47.74303,8.99898\n5371,1646389152,47.74303,8.99898\n5372,1646389153,47.74303,8.99898\n5373,1646389154,47.74303,8.99898\n5374,1646389155,47.74303,8.99898\n5375,1646389156,47.74303,8.99898\n5376,1646389157,47.74303,8.99898\n5377,1646389158,47.74303,8.99898\n5378,1646389159,47.74303,8.99898\n5379,1646389160,47.74303,8.99898\n5380,1646389161,47.74303,8.99898\n5381,1646389162,47.74303,8.99898\n5382,1646389163,47.74303,8.99898\n5383,1646389164,47.74303,8.99898\n5384,1646389165,47.74303,8.99898\n5385,1646389166,47.74303,8.99898\n5386,1646389167,47.74303,8.99898\n5387,1646389168,47.74303,8.99898\n5388,1646389169,47.74303,8.99898\n5389,1646389170,47.74303,8.99898\n5390,1646389171,47.74303,8.99898\n5391,1646389172,47.74303,8.99898\n5392,1646389173,47.74303,8.99898\n5393,1646389174,47.74303,8.99898\n5394,1646389175,47.74303,8.99898\n5395,1646389176,47.74303,8.99898\n5396,1646389177,47.74303,8.99898\n5397,1646389178,47.74303,8.99898\n5398,1646389179,47.74303,8.99898\n5399,1646389180,47.74303,8.99898\n5400,1646389181,47.74303,8.99898\n5401,1646389182,47.74303,8.99898\n5402,1646389183,47.74303,8.99898\n5403,1646389184,47.74303,8.99898\n5404,1646389185,47.74303,8.99898\n5405,1646389186,47.74303,8.99898\n5406,1646389187,47.74303,8.99898\n5407,1646389188,47.74303,8.99898\n5408,1646389189,47.74303,8.99898\n5409,1646389190,47.74303,8.99898\n5410,1646389191,47.74303,8.99898\n5411,1646389192,47.74303,8.99898\n5412,1646389193,47.74303,8.99898\n5413,1646389194,47.74303,8.99898\n5414,1646389195,47.74303,8.99898\n5415,1646389196,47.74303,8.99898\n5416,1646389197,47.74303,8.99898\n5417,1646389198,47.74303,8.99898\n5418,1646389199,47.74303,8.99898\n5419,1646389200,47.74303,8.99898\n5420,1646389201,47.74303,8.99898\n5421,1646389202,47.74303,8.99898\n5422,1646389203,47.74303,8.99898\n5423,1646389204,47.74303,8.99898\n5424,1646389205,47.74303,8.99898\n5425,1646389206,47.74303,8.99898\n5426,1646389207,47.74303,8.99898\n5427,1646389208,47.74303,8.99898\n5428,1646389209,47.74303,8.99898\n5429,1646389210,47.74303,8.99898\n5430,1646389211,47.74303,8.99898\n5431,1646389212,47.74303,8.99898\n5432,1646389213,47.74303,8.99898\n5433,1646389214,47.74303,8.99898\n5434,1646389215,47.74303,8.99898\n5435,1646389216,47.74303,8.99898\n5436,1646389217,47.74303,8.99898\n5437,1646389218,47.74303,8.99898\n5438,1646389219,47.74303,8.99898\n5439,1646389220,47.74303,8.99898\n5440,1646389221,47.74303,8.99898\n5441,1646389222,47.74303,8.99898\n5442,1646389223,47.74303,8.99898\n5443,1646389224,47.74303,8.99898\n5444,1646389225,47.74303,8.99898\n5445,1646389226,47.74303,8.99898\n5446,1646389227,47.74303,8.99898\n5447,1646389228,47.74303,8.99898\n5448,1646389229,47.74303,8.99898\n5449,1646389230,47.74303,8.99898\n5450,1646389231,47.74303,8.99898\n5451,1646389232,47.74303,8.99898\n5452,1646389233,47.74303,8.99898\n5453,1646389234,47.74303,8.99898\n5454,1646389235,47.74303,8.99898\n5455,1646389236,47.74303,8.99898\n5456,1646389237,47.74303,8.99898\n5457,1646389238,47.74303,8.99898\n5458,1646389239,47.74303,8.99898\n5459,1646389240,47.74303,8.99898\n5460,1646389241,47.74303,8.99898\n5461,1646389242,47.74303,8.99898\n5462,1646389243,47.74303,8.99898\n5463,1646389244,47.74303,8.99898\n5464,1646389245,47.74303,8.99898\n5465,1646389246,47.74303,8.99898\n5466,1646389247,47.74303,8.99898\n5467,1646389248,47.74303,8.99898\n5468,1646389249,47.74303,8.99898\n5469,1646389250,47.74303,8.99898\n5470,1646389251,47.74303,8.99898\n5471,1646389252,47.74303,8.99898\n5472,1646389253,47.74303,8.99898\n5473,1646389254,47.74303,8.99898\n5474,1646389255,47.74303,8.99898\n5475,1646389256,47.74303,8.99898\n5476,1646389257,47.74303,8.99898\n5477,1646389258,47.74303,8.99898\n5478,1646389259,47.74303,8.99898\n5479,1646389260,47.74303,8.99898\n5480,1646389261,47.74303,8.99898\n5481,1646389262,47.74303,8.99898\n5482,1646389263,47.74303,8.99898\n5483,1646389264,47.74303,8.99898\n5484,1646389265,47.74303,8.99898\n5485,1646389266,47.74303,8.99898\n5486,1646389267,47.74303,8.99898\n5487,1646389268,47.74303,8.99898\n5488,1646389269,47.74303,8.99898\n5489,1646389270,47.74303,8.99898\n5490,1646389271,47.74303,8.99898\n5491,1646389272,47.74303,8.99898\n5492,1646389273,47.74303,8.99898\n5493,1646389274,47.74303,8.99898\n5494,1646389275,47.74303,8.99898\n5495,1646389276,47.74303,8.99898\n5496,1646389277,47.74303,8.99898\n5497,1646389278,47.74303,8.99898\n5498,1646389279,47.74303,8.99898\n5499,1646389280,47.74303,8.99898\n5500,1646389281,47.74303,8.99898\n5501,1646389282,47.74303,8.99898\n5502,1646389283,47.74303,8.99898\n5503,1646389284,47.74303,8.99898\n5504,1646389285,47.74303,8.99898\n5505,1646389286,47.74303,8.99898\n5506,1646389287,47.74303,8.99898\n5507,1646389288,47.74303,8.99898\n5508,1646389289,47.74303,8.99898\n5509,1646389290,47.74303,8.99898\n5510,1646389291,47.74303,8.99898\n5511,1646389292,47.74303,8.99898\n5512,1646389293,47.74303,8.99898\n5513,1646389294,47.74303,8.99898\n5514,1646389295,47.74303,8.99898\n5515,1646389296,47.74303,8.99898\n5516,1646389297,47.74303,8.99898\n5517,1646389298,47.74303,8.99898\n5518,1646389299,47.74303,8.99898\n5519,1646389300,47.74303,8.99898\n5520,1646389301,47.74303,8.99898\n5521,1646389302,47.74303,8.99898\n5522,1646389303,47.74303,8.99898\n5523,1646389304,47.74303,8.99898\n5524,1646389305,47.74303,8.99898\n5525,1646389306,47.74303,8.99898\n5526,1646389307,47.74303,8.99898\n5527,1646389308,47.74303,8.99898\n5528,1646389309,47.74303,8.99898\n5529,1646389310,47.74303,8.99898\n5530,1646389311,47.74303,8.99898\n5531,1646389312,47.74303,8.99898\n5532,1646389313,47.74303,8.99898\n5533,1646389314,47.74303,8.99898\n5534,1646389315,47.74303,8.99898\n5535,1646389316,47.74303,8.99898\n5536,1646389317,47.74303,8.99898\n5537,1646389318,47.74303,8.99898\n5538,1646389319,47.74303,8.99898\n5539,1646389320,47.74303,8.99898\n5540,1646389321,47.74303,8.99898\n5541,1646389322,47.74303,8.99898\n5542,1646389323,47.74303,8.99898\n5543,1646389324,47.74303,8.99898\n5544,1646389325,47.74303,8.99898\n5545,1646389326,47.74303,8.99898\n5546,1646389327,47.74303,8.99898\n5547,1646389328,47.74303,8.99898\n5548,1646389329,47.74303,8.99898\n5549,1646389330,47.74303,8.99898\n5550,1646389331,47.74303,8.99898\n5551,1646389332,47.74303,8.99898\n5552,1646389333,47.74303,8.99898\n5553,1646389334,47.74303,8.99898\n5554,1646389335,47.74303,8.99898\n5555,1646389336,47.74303,8.99898\n5556,1646389337,47.74303,8.99898\n5557,1646389338,47.74303,8.99898\n5558,1646389339,47.74303,8.99898\n5559,1646389340,47.74303,8.99898\n5560,1646389341,47.74303,8.99898\n5561,1646389342,47.74303,8.99898\n5562,1646389343,47.74303,8.99898\n5563,1646389344,47.74303,8.99898\n5564,1646389345,47.74303,8.99898\n5565,1646389346,47.74303,8.99898\n5566,1646389347,47.74303,8.99898\n5567,1646389348,47.74303,8.99898\n5568,1646389349,47.74303,8.99898\n5569,1646389350,47.74303,8.99898\n5570,1646389351,47.74303,8.99898\n5571,1646389352,47.74303,8.99898\n5572,1646389353,47.74303,8.99898\n5573,1646389354,47.74303,8.99898\n5574,1646389355,47.74303,8.99898\n5575,1646389356,47.74303,8.99898\n5576,1646389357,47.74303,8.99898\n5577,1646389358,47.74303,8.99898\n5578,1646389359,47.74303,8.99898\n5579,1646389360,47.74303,8.99898\n5580,1646389361,47.74303,8.99898\n5581,1646389362,47.74303,8.99898\n5582,1646389363,47.74303,8.99898\n5583,1646389364,47.74303,8.99898\n5584,1646389365,47.74303,8.99898\n5585,1646389366,47.74303,8.99898\n5586,1646389367,47.74303,8.99898\n5587,1646389368,47.74303,8.99898\n5588,1646389369,47.74303,8.99898\n5589,1646389370,47.74303,8.99898\n5590,1646389371,47.74303,8.99898\n5591,1646389372,47.74303,8.99898\n5592,1646389373,47.74303,8.99898\n5593,1646389374,47.74303,8.99898\n5594,1646389375,47.74303,8.99898\n5595,1646389376,47.74303,8.99898\n5596,1646389377,47.74303,8.99898\n5597,1646389378,47.74303,8.99898\n5598,1646389379,47.74303,8.99898\n5599,1646389380,47.74303,8.99898\n5600,1646389381,47.74303,8.99898\n5601,1646389382,47.74303,8.99898\n5602,1646389383,47.74303,8.99898\n5603,1646389384,47.74303,8.99898\n5604,1646389385,47.74303,8.99898\n5605,1646389386,47.74303,8.99898\n5606,1646389387,47.74303,8.99898\n5607,1646389388,47.74303,8.99898\n5608,1646389389,47.74303,8.99898\n5609,1646389390,47.74303,8.99898\n5610,1646389391,47.74303,8.99898\n5611,1646389392,47.74303,8.99898\n5612,1646389393,47.74303,8.99898\n5613,1646389394,47.74303,8.99898\n5614,1646389395,47.74303,8.99898\n5615,1646389396,47.74303,8.99898\n5616,1646389397,47.74303,8.99898\n5617,1646389398,47.74303,8.99898\n5618,1646389399,47.74303,8.99898\n5619,1646389400,47.74303,8.99898\n5620,1646389401,47.74303,8.99898\n5621,1646389402,47.74303,8.99898\n5622,1646389403,47.74303,8.99898\n5623,1646389404,47.74303,8.99898\n5624,1646389405,47.74303,8.99898\n5625,1646389406,47.74303,8.99898\n5626,1646389407,47.74303,8.99898\n5627,1646389408,47.74303,8.99898\n5628,1646389409,47.74303,8.99898\n5629,1646389410,47.74303,8.99898\n5630,1646389411,47.74303,8.99898\n5631,1646389412,47.74303,8.99898\n5632,1646389413,47.74303,8.99898\n5633,1646389414,47.74303,8.99898\n5634,1646389415,47.74303,8.99898\n5635,1646389416,47.74303,8.99898\n5636,1646389417,47.74303,8.99898\n5637,1646389418,47.74303,8.99898\n5638,1646389419,47.74303,8.99898\n5639,1646389420,47.74303,8.99898\n5640,1646389421,47.74303,8.99898\n5641,1646389422,47.74303,8.99898\n5642,1646389423,47.74303,8.99898\n5643,1646389424,47.74303,8.99898\n5644,1646389425,47.74303,8.99898\n5645,1646389426,47.74303,8.99898\n5646,1646389427,47.74303,8.99898\n5647,1646389428,47.74303,8.99898\n5648,1646389429,47.74303,8.99898\n5649,1646389430,47.74303,8.99898\n5650,1646389431,47.74303,8.99898\n5651,1646389432,47.74303,8.99898\n5652,1646389433,47.74303,8.99898\n5653,1646389434,47.74303,8.99898\n5654,1646389435,47.74303,8.99898\n5655,1646389436,47.74303,8.99898\n5656,1646389437,47.74303,8.99898\n5657,1646389438,47.74303,8.99898\n5658,1646389439,47.74303,8.99898\n5659,1646389440,47.74303,8.99898\n5660,1646389441,47.74303,8.99898\n5661,1646389442,47.74303,8.99898\n5662,1646389443,47.74303,8.99898\n5663,1646389444,47.74303,8.99898\n5664,1646389445,47.74303,8.99898\n5665,1646389446,47.74303,8.99898\n5666,1646389447,47.74303,8.99898\n5667,1646389448,47.74303,8.99898\n5668,1646389449,47.74303,8.99898\n5669,1646389450,47.74303,8.99898\n5670,1646389451,47.74303,8.99898\n5671,1646389452,47.74303,8.99898\n5672,1646389453,47.74303,8.99898\n5673,1646389454,47.74303,8.99898\n5674,1646389455,47.74303,8.99898\n5675,1646389456,47.74303,8.99898\n5676,1646389457,47.74303,8.99898\n5677,1646389458,47.74303,8.99898\n5678,1646389459,47.74303,8.99898\n5679,1646389460,47.74303,8.99898\n5680,1646389461,47.74303,8.99898\n5681,1646389462,47.74303,8.99898\n5682,1646389463,47.74303,8.99898\n5683,1646389464,47.74303,8.99898\n5684,1646389465,47.74303,8.99898\n5685,1646389466,47.74303,8.99898\n5686,1646389467,47.74303,8.99898\n5687,1646389468,47.74303,8.99898\n5688,1646389469,47.74303,8.99898\n5689,1646389470,47.74303,8.99898\n5690,1646389471,47.74303,8.99898\n5691,1646389472,47.74303,8.99898\n5692,1646389473,47.74303,8.99898\n5693,1646389474,47.74303,8.99898\n5694,1646389475,47.74303,8.99898\n5695,1646389476,47.74303,8.99898\n5696,1646389477,47.74303,8.99898\n5697,1646389478,47.74303,8.99898\n5698,1646389479,47.74303,8.99898\n5699,1646389480,47.74303,8.99898\n5700,1646389481,47.74303,8.99898\n5701,1646389482,47.74303,8.99898\n5702,1646389483,47.74303,8.99898\n5703,1646389484,47.74303,8.99898\n5704,1646389485,47.74303,8.99898\n5705,1646389486,47.74303,8.99898\n5706,1646389487,47.74303,8.99898\n5707,1646389488,47.74303,8.99898\n5708,1646389489,47.74303,8.99898\n5709,1646389490,47.74303,8.99898\n5710,1646389491,47.74303,8.99898\n5711,1646389492,47.74303,8.99898\n5712,1646389493,47.74303,8.99898\n5713,1646389494,47.74303,8.99898\n5714,1646389495,47.74303,8.99898\n5715,1646389496,47.74303,8.99898\n5716,1646389497,47.74303,8.99898\n5717,1646389498,47.74303,8.99898\n5718,1646389499,47.74303,8.99898\n5719,1646389500,47.74303,8.99898\n5720,1646389501,47.74303,8.99898\n5721,1646389502,47.74303,8.99898\n5722,1646389503,47.74303,8.99898\n5723,1646389504,47.74303,8.99898\n5724,1646389505,47.74303,8.99898\n5725,1646389506,47.74303,8.99898\n5726,1646389507,47.74303,8.99898\n5727,1646389508,47.74303,8.99898\n5728,1646389509,47.74303,8.99898\n5729,1646389510,47.74303,8.99898\n5730,1646389511,47.74303,8.99898\n5731,1646389512,47.74303,8.99898\n5732,1646389513,47.74303,8.99898\n5733,1646389514,47.74303,8.99898\n5734,1646389515,47.74303,8.99898\n5735,1646389516,47.74303,8.99898\n5736,1646389517,47.74303,8.99898\n5737,1646389518,47.74303,8.99898\n5738,1646389519,47.74303,8.99898\n5739,1646389520,47.74303,8.99898\n5740,1646389521,47.74303,8.99898\n5741,1646389522,47.74303,8.99898\n5742,1646389523,47.74303,8.99898\n5743,1646389524,47.74303,8.99898\n5744,1646389525,47.74303,8.99898\n5745,1646389526,47.74303,8.99898\n5746,1646389527,47.74303,8.99898\n5747,1646389528,47.74303,8.99898\n5748,1646389529,47.74303,8.99898\n5749,1646389530,47.74303,8.99898\n5750,1646389531,47.74303,8.99898\n5751,1646389532,47.74303,8.99898\n5752,1646389533,47.74303,8.99898\n5753,1646389534,47.74303,8.99898\n5754,1646389535,47.74303,8.99898\n5755,1646389536,47.74303,8.99898\n5756,1646389537,47.74303,8.99898\n5757,1646389538,47.74303,8.99898\n5758,1646389539,47.74303,8.99898\n5759,1646389540,47.74303,8.99898\n5760,1646389541,47.74303,8.99898\n5761,1646389542,47.74303,8.99898\n5762,1646389543,47.74303,8.99898\n5763,1646389544,47.74303,8.99898\n5764,1646389545,47.74303,8.99898\n5765,1646389546,47.74303,8.99898\n5766,1646389547,47.74303,8.99898\n5767,1646389548,47.74303,8.99898\n5768,1646389549,47.74303,8.99898\n5769,1646389550,47.74303,8.99898\n5770,1646389551,47.74303,8.99898\n5771,1646389552,47.74303,8.99898\n5772,1646389553,47.74303,8.99898\n5773,1646389554,47.74303,8.99898\n5774,1646389555,47.74303,8.99898\n5775,1646389556,47.74303,8.99898\n5776,1646389557,47.74303,8.99898\n5777,1646389558,47.74303,8.99898\n5778,1646389559,47.74303,8.99898\n5779,1646389560,47.74303,8.99898\n5780,1646389561,47.74303,8.99898\n5781,1646389562,47.74303,8.99898\n5782,1646389563,47.74303,8.99898\n5783,1646389564,47.74303,8.99898\n5784,1646389565,47.74303,8.99898\n5785,1646389566,47.74303,8.99898\n5786,1646389567,47.74303,8.99898\n5787,1646389568,47.74303,8.99898\n5788,1646389569,47.74303,8.99898\n5789,1646389570,47.74303,8.99898\n5790,1646389571,47.74303,8.99898\n5791,1646389572,47.74303,8.99898\n5792,1646389573,47.74303,8.99898\n5793,1646389574,47.74303,8.99898\n5794,1646389575,47.74303,8.99898\n5795,1646389576,47.74303,8.99898\n5796,1646389577,47.74303,8.99898\n5797,1646389578,47.74303,8.99898\n5798,1646389579,47.74303,8.99898\n5799,1646389580,47.74303,8.99898\n5800,1646389581,47.74303,8.99898\n5801,1646389582,47.74303,8.99898\n5802,1646389583,47.74303,8.99898\n5803,1646389584,47.74303,8.99898\n5804,1646389585,47.74303,8.99898\n5805,1646389586,47.74303,8.99898\n5806,1646389587,47.74303,8.99898\n5807,1646389588,47.74303,8.99898\n5808,1646389589,47.74303,8.99898\n5809,1646389590,47.74303,8.99898\n5810,1646389591,47.74303,8.99898\n5811,1646389592,47.74303,8.99898\n5812,1646389593,47.74303,8.99898\n5813,1646389594,47.74303,8.99898\n5814,1646389595,47.74303,8.99898\n5815,1646389596,47.74303,8.99898\n5816,1646389597,47.74303,8.99898\n5817,1646389598,47.74303,8.99898\n5818,1646389599,47.74303,8.99898\n5819,1646389600,47.74303,8.99898\n5820,1646389601,47.74303,8.99898\n5821,1646389602,47.74303,8.99898\n5822,1646389603,47.74303,8.99898\n5823,1646389604,47.74303,8.99898\n5824,1646389605,47.74303,8.99898\n5825,1646389606,47.74303,8.99898\n5826,1646389607,47.74303,8.99898\n5827,1646389608,47.74303,8.99898\n5828,1646389609,47.74303,8.99898\n5829,1646389610,47.74303,8.99898\n5830,1646389611,47.74303,8.99898\n5831,1646389612,47.74303,8.99898\n5832,1646389613,47.74303,8.99898\n5833,1646389614,47.74303,8.99898\n5834,1646389615,47.74303,8.99898\n5835,1646389616,47.74303,8.99898\n5836,1646389617,47.74303,8.99898\n5837,1646389618,47.74303,8.99898\n5838,1646389619,47.74303,8.99898\n5839,1646389620,47.74303,8.99898\n5840,1646389621,47.74303,8.99898\n5841,1646389622,47.74303,8.99898\n5842,1646389623,47.74303,8.99898\n5843,1646389624,47.74303,8.99898\n5844,1646389625,47.74303,8.99898\n5845,1646389626,47.74303,8.99898\n5846,1646389627,47.74303,8.99898\n5847,1646389628,47.74303,8.99898\n5848,1646389629,47.74303,8.99898\n5849,1646389630,47.74303,8.99898\n5850,1646389631,47.74303,8.99898\n5851,1646389632,47.74303,8.99898\n5852,1646389633,47.74303,8.99898\n5853,1646389634,47.74303,8.99898\n5854,1646389635,47.74303,8.99898\n5855,1646389636,47.74303,8.99898\n5856,1646389637,47.74303,8.99898\n5857,1646389638,47.74303,8.99898\n5858,1646389639,47.74303,8.99898\n5859,1646389640,47.74303,8.99898\n5860,1646389641,47.74303,8.99898\n5861,1646389642,47.74303,8.99898\n5862,1646389643,47.74303,8.99898\n5863,1646389644,47.74303,8.99898\n5864,1646389645,47.74303,8.99898\n5865,1646389646,47.74303,8.99898\n5866,1646389647,47.74303,8.99898\n5867,1646389648,47.74303,8.99898\n5868,1646389649,47.74303,8.99898\n5869,1646389650,47.74303,8.99898\n5870,1646389651,47.74303,8.99898\n5871,1646389652,47.74303,8.99898\n5872,1646389653,47.74303,8.99898\n5873,1646389654,47.74303,8.99898\n5874,1646389655,47.74303,8.99898\n5875,1646389656,47.74303,8.99898\n5876,1646389657,47.74303,8.99898\n5877,1646389658,47.74303,8.99898\n5878,1646389659,47.74303,8.99898\n5879,1646389660,47.74303,8.99898\n5880,1646389661,47.74303,8.99898\n5881,1646389662,47.74303,8.99898\n5882,1646389663,47.74303,8.99898\n5883,1646389664,47.74303,8.99898\n5884,1646389665,47.74303,8.99898\n5885,1646389666,47.74303,8.99898\n5886,1646389667,47.74303,8.99898\n5887,1646389668,47.74303,8.99898\n5888,1646389669,47.74303,8.99898\n5889,1646389670,47.74303,8.99898\n5890,1646389671,47.74303,8.99898\n5891,1646389672,47.74303,8.99898\n5892,1646389673,47.74303,8.99898\n5893,1646389674,47.74303,8.99898\n5894,1646389675,47.74303,8.99898\n5895,1646389676,47.74303,8.99898\n5896,1646389677,47.74303,8.99898\n5897,1646389678,47.74303,8.99898\n5898,1646389679,47.74303,8.99898\n5899,1646389680,47.74303,8.99898\n5900,1646389681,47.74303,8.99898\n5901,1646389682,47.74303,8.99898\n5902,1646389683,47.74303,8.99898\n5903,1646389684,47.74303,8.99898\n5904,1646389685,47.74303,8.99898\n5905,1646389686,47.74303,8.99898\n5906,1646389687,47.74303,8.99898\n5907,1646389688,47.74303,8.99898\n5908,1646389689,47.74303,8.99898\n5909,1646389690,47.74303,8.99898\n5910,1646389691,47.74303,8.99898\n5911,1646389692,47.74303,8.99898\n5912,1646389693,47.74303,8.99898\n5913,1646389694,47.74303,8.99898\n5914,1646389695,47.74303,8.99898\n5915,1646389696,47.74303,8.99898\n5916,1646389697,47.74303,8.99898\n5917,1646389698,47.74303,8.99899\n5918,1646389699,47.74303,8.99899\n5919,1646389700,47.74303,8.99899\n5920,1646389701,47.74303,8.99899\n5921,1646389702,47.74303,8.99899\n5922,1646389703,47.74303,8.99899\n5923,1646389704,47.74303,8.99899\n5924,1646389705,47.74303,8.99899\n5925,1646389706,47.74303,8.99899\n5926,1646389707,47.74303,8.99899\n5927,1646389708,47.74303,8.99899\n5928,1646389709,47.74303,8.99899\n5929,1646389710,47.74303,8.99899\n5930,1646389711,47.74303,8.99899\n5931,1646389712,47.74303,8.99899\n5932,1646389713,47.74303,8.99899\n5933,1646389714,47.74303,8.99899\n5934,1646389715,47.74303,8.99899\n5935,1646389716,47.74303,8.99899\n5936,1646389717,47.74303,8.99899\n5937,1646389718,47.74303,8.99899\n5938,1646389719,47.74303,8.99899\n5939,1646389720,47.74303,8.99899\n5940,1646389721,47.74303,8.99899\n5941,1646389722,47.74303,8.99899\n5942,1646389723,47.74303,8.99899\n5943,1646389724,47.74303,8.99899\n5944,1646389725,47.74303,8.99899\n5945,1646389726,47.74303,8.99899\n5946,1646389727,47.74303,8.99899\n5947,1646389728,47.74303,8.99899\n5948,1646389729,47.74303,8.99899\n5949,1646389730,47.74303,8.99899\n5950,1646389731,47.74303,8.99899\n5951,1646389732,47.74303,8.99899\n5952,1646389733,47.74303,8.99899\n5953,1646389734,47.74303,8.99899\n5954,1646389735,47.74303,8.99899\n5955,1646389736,47.74303,8.99899\n5956,1646389737,47.74303,8.99899\n5957,1646389738,47.74303,8.99899\n5958,1646389739,47.74303,8.99899\n5959,1646389740,47.74303,8.99899\n5960,1646389741,47.74303,8.99899\n5961,1646389742,47.74303,8.99899\n5962,1646389743,47.74303,8.99899\n5963,1646389744,47.74303,8.99899\n5964,1646389745,47.74303,8.99899\n5965,1646389746,47.74303,8.99899\n5966,1646389747,47.74303,8.99899\n5967,1646389748,47.74303,8.99899\n5968,1646389749,47.74303,8.99899\n5969,1646389750,47.74303,8.99899\n5970,1646389751,47.74303,8.99899\n5971,1646389752,47.74303,8.99899\n5972,1646389753,47.74303,8.99899\n5973,1646389754,47.74303,8.99899\n5974,1646389755,47.74303,8.99899\n5975,1646389756,47.74303,8.99899\n5976,1646389757,47.74303,8.99899\n5977,1646389758,47.74303,8.99899\n5978,1646389759,47.74303,8.99899\n5979,1646389760,47.74303,8.99899\n5980,1646389761,47.74303,8.99899\n5981,1646389762,47.74303,8.99899\n5982,1646389763,47.74303,8.99899\n5983,1646389764,47.74303,8.99899\n5984,1646389765,47.74303,8.99899\n5985,1646389766,47.74303,8.99899\n5986,1646389767,47.74303,8.99899\n5987,1646389768,47.74303,8.99899\n5988,1646389769,47.74303,8.99899\n5989,1646389770,47.74303,8.99899\n5990,1646389771,47.74303,8.99899\n5991,1646389772,47.74303,8.99899\n5992,1646389773,47.74303,8.99899\n5993,1646389774,47.74303,8.99899\n5994,1646389775,47.74303,8.99899\n5995,1646389776,47.74303,8.99899\n5996,1646389777,47.74303,8.99899\n5997,1646389778,47.74303,8.99899\n5998,1646389779,47.74303,8.99899\n5999,1646389780,47.74303,8.99899\n6000,1646389781,47.74303,8.99899\n6001,1646389782,47.74303,8.99899\n6002,1646389783,47.74303,8.99899\n6003,1646389784,47.74303,8.99899\n6004,1646389785,47.74303,8.99899\n6005,1646389786,47.74303,8.99899\n6006,1646389787,47.74303,8.99899\n6007,1646389788,47.74303,8.99899\n6008,1646389789,47.74303,8.99899\n6009,1646389790,47.74303,8.99899\n6010,1646389791,47.74303,8.99899\n6011,1646389792,47.74303,8.99899\n6012,1646389793,47.74303,8.99899\n6013,1646389794,47.74303,8.99899\n6014,1646389795,47.74303,8.99899\n6015,1646389796,47.74303,8.99899\n6016,1646389797,47.74303,8.99899\n6017,1646389798,47.74303,8.99899\n6018,1646389799,47.74303,8.99899\n6019,1646389800,47.74303,8.99899\n6020,1646389801,47.74303,8.99899\n6021,1646389802,47.74303,8.99899\n6022,1646389803,47.74303,8.99899\n6023,1646389804,47.74303,8.99899\n6024,1646389805,47.74303,8.99899\n6025,1646389806,47.74303,8.99899\n6026,1646389807,47.74303,8.99899\n6027,1646389808,47.74303,8.99899\n6028,1646389809,47.74303,8.99899\n6029,1646389810,47.74303,8.99899\n6030,1646389811,47.74303,8.99899\n6031,1646389812,47.74303,8.99899\n6032,1646389813,47.74303,8.99899\n6033,1646389814,47.74303,8.99899\n6034,1646389815,47.74303,8.99899\n6035,1646389816,47.74303,8.99899\n6036,1646389817,47.74303,8.99899\n6037,1646389818,47.74303,8.99899\n6038,1646389819,47.74303,8.99899\n6039,1646389820,47.74303,8.99899\n6040,1646389821,47.74303,8.99899\n6041,1646389822,47.74303,8.99899\n6042,1646389823,47.74303,8.99899\n6043,1646389824,47.74303,8.99899\n6044,1646389825,47.74303,8.99899\n6045,1646389826,47.74303,8.99899\n6046,1646389827,47.74303,8.99899\n6047,1646389828,47.74303,8.99899\n6048,1646389829,47.74303,8.99899\n6049,1646389830,47.74303,8.99899\n6050,1646389831,47.74303,8.99899\n6051,1646389832,47.74303,8.99899\n6052,1646389833,47.74303,8.99899\n6053,1646389834,47.74303,8.99899\n6054,1646389835,47.74303,8.99899\n6055,1646389836,47.74303,8.99899\n6056,1646389837,47.74303,8.99899\n6057,1646389838,47.74303,8.99899\n6058,1646389839,47.74303,8.99899\n6059,1646389840,47.74303,8.99899\n6060,1646389841,47.74303,8.99899\n6061,1646389842,47.74303,8.99899\n6062,1646389843,47.74303,8.99899\n6063,1646389844,47.74303,8.99899\n6064,1646389845,47.74303,8.99899\n6065,1646389846,47.74303,8.99899\n6066,1646389847,47.74303,8.99899\n6067,1646389848,47.74303,8.99899\n6068,1646389849,47.74303,8.99899\n6069,1646389850,47.74303,8.99899\n6070,1646389851,47.74303,8.99899\n6071,1646389852,47.74303,8.99899\n6072,1646389853,47.74303,8.99899\n6073,1646389854,47.74303,8.99899\n6074,1646389855,47.74303,8.99899\n6075,1646389856,47.74303,8.99899\n6076,1646389857,47.74303,8.99899\n6077,1646389858,47.74303,8.99899\n6078,1646389859,47.74303,8.99899\n6079,1646389860,47.74303,8.99899\n6080,1646389861,47.74303,8.99899\n6081,1646389862,47.74303,8.99899\n6082,1646389863,47.74303,8.99899\n6083,1646389864,47.74303,8.99899\n6084,1646389865,47.74303,8.99899\n6085,1646389866,47.74303,8.99899\n6086,1646389867,47.74303,8.99899\n6087,1646389868,47.74303,8.99899\n6088,1646389869,47.74303,8.99899\n6089,1646389870,47.74303,8.99899\n6090,1646389871,47.74303,8.99899\n6091,1646389872,47.74303,8.99899\n6092,1646389873,47.74303,8.99899\n6093,1646389874,47.74303,8.99899\n6094,1646389875,47.74303,8.99899\n6095,1646389876,47.74303,8.99899\n6096,1646389877,47.74303,8.99899\n6097,1646389878,47.74304,8.99899\n6098,1646389879,47.74304,8.99899\n6099,1646389880,47.74304,8.99899\n6100,1646389881,47.74304,8.99899\n6101,1646389882,47.74304,8.99899\n6102,1646389883,47.74304,8.99899\n6103,1646389884,47.74304,8.99899\n6104,1646389885,47.74304,8.99899\n6105,1646389886,47.74304,8.99899\n6106,1646389887,47.74304,8.99899\n6107,1646389888,47.74304,8.99899\n6108,1646389889,47.74304,8.99899\n6109,1646389890,47.74304,8.99899\n6110,1646389891,47.74304,8.99899\n6111,1646389892,47.74304,8.99899\n6112,1646389893,47.74304,8.99899\n6113,1646389894,47.74304,8.99899\n6114,1646389895,47.74304,8.99899\n6115,1646389896,47.74304,8.99899\n6116,1646389897,47.74304,8.99899\n6117,1646389898,47.74304,8.99899\n6118,1646389899,47.74304,8.99899\n6119,1646389900,47.74304,8.99899\n6120,1646389901,47.74304,8.99899\n6121,1646389902,47.74304,8.99899\n6122,1646389903,47.74304,8.99899\n6123,1646389904,47.74304,8.99899\n6124,1646389905,47.74304,8.99899\n6125,1646389906,47.74304,8.99899\n6126,1646389907,47.74304,8.99899\n6127,1646389908,47.74304,8.99899\n6128,1646389909,47.74304,8.99899\n6129,1646389910,47.74304,8.99899\n6130,1646389911,47.74304,8.99899\n6131,1646389912,47.74304,8.99899\n6132,1646389913,47.74304,8.99899\n6133,1646389914,47.74304,8.99899\n6134,1646389915,47.74304,8.99899\n6135,1646389916,47.74304,8.99899\n6136,1646389917,47.74304,8.99899\n6137,1646389918,47.74304,8.99899\n6138,1646389919,47.74304,8.99899\n6139,1646389920,47.74304,8.99899\n6140,1646389921,47.74304,8.99899\n6141,1646389922,47.74304,8.99899\n6142,1646389923,47.74304,8.99899\n6143,1646389924,47.74304,8.99899\n6144,1646389925,47.74304,8.99899\n6145,1646389926,47.74304,8.99899\n6146,1646389927,47.74304,8.99899\n6147,1646389928,47.74304,8.99899\n6148,1646389929,47.74304,8.99899\n6149,1646389930,47.74304,8.99899\n6150,1646389931,47.74304,8.99899\n6151,1646389932,47.74304,8.99899\n6152,1646389933,47.74304,8.99899\n6153,1646389934,47.74304,8.99899\n6154,1646389935,47.74304,8.99899\n6155,1646389936,47.74304,8.99899\n6156,1646389937,47.74304,8.99899\n6157,1646389938,47.74304,8.99899\n6158,1646389939,47.74304,8.99899\n6159,1646389940,47.74304,8.99899\n6160,1646389941,47.74304,8.99899\n6161,1646389942,47.74304,8.99899\n6162,1646389943,47.74304,8.99899\n6163,1646389944,47.74304,8.99899\n6164,1646389945,47.74304,8.99899\n6165,1646389946,47.74304,8.99899\n6166,1646389947,47.74304,8.99899\n6167,1646389948,47.74304,8.99899\n6168,1646389949,47.74304,8.99899\n6169,1646389950,47.74304,8.99899\n6170,1646389951,47.74304,8.99899\n6171,1646389952,47.74304,8.99899\n6172,1646389953,47.74304,8.99899\n6173,1646389954,47.74304,8.99899\n6174,1646389955,47.74304,8.99899\n6175,1646389956,47.74304,8.99899\n6176,1646389957,47.74304,8.99899\n6177,1646389958,47.74304,8.99899\n6178,1646389959,47.74304,8.99899\n6179,1646389960,47.74304,8.99899\n6180,1646389961,47.74304,8.99899\n6181,1646389962,47.74304,8.99899\n6182,1646389963,47.74304,8.99899\n6183,1646389964,47.74304,8.99899\n6184,1646389965,47.74304,8.99899\n6185,1646389966,47.74304,8.99899\n6186,1646389967,47.74304,8.99899\n6187,1646389968,47.74304,8.99899\n6188,1646389969,47.74304,8.99899\n6189,1646389970,47.74304,8.99899\n6190,1646389971,47.74304,8.99899\n6191,1646389972,47.74304,8.99899\n6192,1646389973,47.74304,8.99899\n6193,1646389974,47.74304,8.99899\n6194,1646389975,47.74304,8.99899\n6195,1646389976,47.74304,8.99899\n6196,1646389977,47.74304,8.99899\n6197,1646389978,47.74304,8.99899\n6198,1646389979,47.74304,8.99899\n6199,1646389980,47.74304,8.99899\n6200,1646389981,47.74304,8.99899\n6201,1646389982,47.74304,8.99899\n6202,1646389983,47.74304,8.99899\n6203,1646389984,47.74304,8.99899\n6204,1646389985,47.74304,8.99899\n6205,1646389986,47.74304,8.99899\n6206,1646389987,47.74304,8.99899\n6207,1646389988,47.74304,8.99899\n6208,1646389989,47.74304,8.99899\n6209,1646389990,47.74304,8.99899\n6210,1646389991,47.74304,8.99899\n6211,1646389992,47.74304,8.99899\n6212,1646389993,47.74304,8.99899\n6213,1646389994,47.74304,8.99899\n6214,1646389995,47.74304,8.99899\n6215,1646389996,47.74304,8.99899\n6216,1646389997,47.74304,8.99899\n6217,1646389998,47.74304,8.99899\n6218,1646389999,47.74304,8.99899\n6219,1646390000,47.74304,8.99899\n6220,1646390001,47.74304,8.99899\n6221,1646390002,47.74304,8.99899\n6222,1646390003,47.74304,8.99899\n6223,1646390004,47.74304,8.99899\n6224,1646390005,47.74304,8.99899\n6225,1646390006,47.74304,8.99899\n6226,1646390007,47.74304,8.99899\n6227,1646390008,47.74304,8.99899\n6228,1646390009,47.74304,8.99899\n6229,1646390010,47.74304,8.99899\n6230,1646390011,47.74304,8.99899\n6231,1646390012,47.74304,8.99899\n6232,1646390013,47.74304,8.99899\n6233,1646390014,47.74304,8.99899\n6234,1646390015,47.74304,8.99899\n6235,1646390016,47.74304,8.99899\n6236,1646390017,47.74304,8.99899\n6237,1646390018,47.74304,8.99899\n6238,1646390019,47.74304,8.99899\n6239,1646390020,47.74304,8.99899\n6240,1646390021,47.74304,8.99899\n6241,1646390022,47.74304,8.99899\n6242,1646390023,47.74304,8.99899\n6243,1646390024,47.74304,8.99899\n6244,1646390025,47.74304,8.99899\n6245,1646390026,47.74304,8.99899\n6246,1646390027,47.74304,8.99899\n6247,1646390028,47.74304,8.99899\n6248,1646390029,47.74304,8.99899\n6249,1646390030,47.74304,8.99899\n6250,1646390031,47.74304,8.99899\n6251,1646390032,47.74304,8.99899\n6252,1646390033,47.74304,8.99899\n6253,1646390034,47.74304,8.99899\n6254,1646390035,47.74304,8.99899\n6255,1646390036,47.74304,8.99899\n6256,1646390037,47.74304,8.99899\n6257,1646390038,47.74304,8.99899\n6258,1646390039,47.74304,8.99899\n6259,1646390040,47.74304,8.99899\n6260,1646390041,47.74304,8.99899\n6261,1646390042,47.74304,8.99899\n6262,1646390043,47.74304,8.99899\n6263,1646390044,47.74304,8.99899\n6264,1646390045,47.74304,8.99899\n6265,1646390046,47.74304,8.99899\n6266,1646390047,47.74304,8.99899\n6267,1646390048,47.74304,8.99899\n6268,1646390049,47.74304,8.99899\n6269,1646390050,47.74304,8.99899\n6270,1646390051,47.74304,8.99899\n6271,1646390052,47.74304,8.99899\n6272,1646390053,47.74304,8.99899\n6273,1646390054,47.74304,8.99899\n6274,1646390055,47.74304,8.99899\n6275,1646390056,47.74304,8.99899\n6276,1646390057,47.74304,8.99899\n6277,1646390058,47.74304,8.99899\n6278,1646390059,47.74304,8.99899\n6279,1646390060,47.74304,8.99899\n6280,1646390061,47.74304,8.99899\n6281,1646390062,47.74304,8.99899\n6282,1646390063,47.74304,8.99899\n6283,1646390064,47.74304,8.99899\n6284,1646390065,47.74304,8.99899\n6285,1646390066,47.74304,8.99899\n6286,1646390067,47.74304,8.99899\n6287,1646390068,47.74304,8.99899\n6288,1646390069,47.74304,8.99899\n6289,1646390070,47.74304,8.99899\n6290,1646390071,47.74304,8.99899\n6291,1646390072,47.74304,8.99899\n6292,1646390073,47.74304,8.99899\n6293,1646390074,47.74304,8.99899\n6294,1646390075,47.74304,8.99899\n6295,1646390076,47.74304,8.99899\n6296,1646390077,47.74304,8.99899\n6297,1646390078,47.74304,8.99899\n6298,1646390079,47.74304,8.99899\n6299,1646390080,47.74304,8.99899\n6300,1646390081,47.74304,8.99899\n6301,1646390082,47.74304,8.99899\n6302,1646390083,47.74304,8.99899\n6303,1646390084,47.74304,8.99899\n6304,1646390085,47.74304,8.99899\n6305,1646390086,47.74304,8.99899\n6306,1646390087,47.74304,8.99899\n6307,1646390088,47.74304,8.99899\n6308,1646390089,47.74304,8.99899\n6309,1646390090,47.74304,8.99899\n6310,1646390091,47.74304,8.99899\n6311,1646390092,47.74304,8.99899\n6312,1646390093,47.74304,8.99899\n6313,1646390094,47.74304,8.99899\n6314,1646390095,47.74304,8.99899\n6315,1646390096,47.74304,8.99899\n6316,1646390097,47.74304,8.99899\n6317,1646390098,47.74304,8.99899\n6318,1646390099,47.74304,8.99899\n6319,1646390100,47.74304,8.99899\n6320,1646390101,47.74304,8.99899\n6321,1646390102,47.74304,8.99899\n6322,1646390103,47.74304,8.99899\n6323,1646390104,47.74304,8.99899\n6324,1646390105,47.74304,8.99899\n6325,1646390106,47.74304,8.99899\n6326,1646390107,47.74304,8.99899\n6327,1646390108,47.74304,8.99899\n6328,1646390109,47.74304,8.99899\n6329,1646390110,47.74304,8.99899\n6330,1646390111,47.74304,8.99899\n6331,1646390112,47.74304,8.99899\n6332,1646390113,47.74304,8.99899\n6333,1646390114,47.74304,8.99899\n6334,1646390115,47.74304,8.99899\n6335,1646390116,47.74304,8.99899\n6336,1646390117,47.74304,8.99899\n6337,1646390118,47.74304,8.99899\n6338,1646390119,47.74304,8.99899\n6339,1646390120,47.74304,8.99899\n6340,1646390121,47.74304,8.99899\n6341,1646390122,47.74304,8.99899\n6342,1646390123,47.74304,8.99899\n6343,1646390124,47.74304,8.99899\n6344,1646390125,47.74304,8.99899\n6345,1646390126,47.74304,8.99899\n6346,1646390127,47.74304,8.99899\n6347,1646390128,47.74304,8.99899\n6348,1646390129,47.74304,8.99899\n6349,1646390130,47.74304,8.99899\n6350,1646390131,47.74304,8.99899\n6351,1646390132,47.74304,8.99899\n6352,1646390133,47.74304,8.99899\n6353,1646390134,47.74304,8.99899\n6354,1646390135,47.74304,8.99899\n6355,1646390136,47.74304,8.99899\n6356,1646390137,47.74304,8.99899\n6357,1646390138,47.74304,8.99899\n6358,1646390139,47.74304,8.99899\n6359,1646390140,47.74304,8.99899\n6360,1646390141,47.74304,8.99899\n6361,1646390142,47.74304,8.99899\n6362,1646390143,47.74304,8.99899\n6363,1646390144,47.74304,8.99899\n6364,1646390145,47.74304,8.99899\n6365,1646390146,47.74304,8.99899\n6366,1646390147,47.74304,8.99899\n6367,1646390148,47.74304,8.99899\n6368,1646390149,47.74304,8.99899\n6369,1646390150,47.74304,8.99899\n6370,1646390151,47.74304,8.99899\n6371,1646390152,47.74304,8.99899\n6372,1646390153,47.74304,8.99899\n6373,1646390154,47.74304,8.99899\n6374,1646390155,47.74304,8.99899\n6375,1646390156,47.74304,8.99899\n6376,1646390157,47.74304,8.99899\n6377,1646390158,47.74304,8.99899\n6378,1646390159,47.74304,8.99899\n6379,1646390160,47.74304,8.99899\n6380,1646390161,47.74304,8.99899\n6381,1646390162,47.74304,8.99899\n6382,1646390163,47.74304,8.99899\n6383,1646390164,47.74304,8.99899\n6384,1646390165,47.74304,8.99899\n6385,1646390166,47.74304,8.99899\n6386,1646390167,47.74304,8.99899\n6387,1646390168,47.74304,8.99899\n6388,1646390169,47.74304,8.99899\n6389,1646390170,47.74304,8.99899\n6390,1646390171,47.74304,8.99899\n6391,1646390172,47.74304,8.99899\n6392,1646390173,47.74304,8.99899\n6393,1646390174,47.74304,8.99899\n6394,1646390175,47.74304,8.99899\n6395,1646390176,47.74304,8.99899\n6396,1646390177,47.74304,8.99899\n6397,1646390178,47.74304,8.99899\n6398,1646390179,47.74304,8.99899\n6399,1646390180,47.74304,8.99899\n6400,1646390181,47.74304,8.99899\n6401,1646390182,47.74304,8.99899\n6402,1646390183,47.74304,8.99899\n6403,1646390184,47.74304,8.99899\n6404,1646390185,47.74304,8.99899\n6405,1646390186,47.74304,8.99899\n6406,1646390187,47.74304,8.99899\n6407,1646390188,47.74304,8.99899\n6408,1646390189,47.74304,8.99899\n6409,1646390190,47.74304,8.99899\n6410,1646390191,47.74304,8.99899\n6411,1646390192,47.74304,8.99899\n6412,1646390193,47.74304,8.99899\n6413,1646390194,47.74304,8.99899\n6414,1646390195,47.74304,8.99899\n6415,1646390196,47.74304,8.99899\n6416,1646390197,47.74304,8.99899\n6417,1646390198,47.74304,8.99899\n6418,1646390199,47.74304,8.99899\n6419,1646390200,47.74304,8.99899\n6420,1646390201,47.74304,8.99899\n6421,1646390202,47.74304,8.99899\n6422,1646390203,47.74304,8.99899\n6423,1646390204,47.74304,8.99899\n6424,1646390205,47.74304,8.99899\n6425,1646390206,47.74304,8.99899\n6426,1646390207,47.74304,8.99899\n6427,1646390208,47.74304,8.99899\n6428,1646390209,47.74304,8.99899\n6429,1646390210,47.74304,8.99899\n6430,1646390211,47.74304,8.99899\n6431,1646390212,47.74304,8.99899\n6432,1646390213,47.74304,8.99899\n6433,1646390214,47.74304,8.99899\n6434,1646390215,47.74304,8.99899\n6435,1646390216,47.74304,8.99899\n6436,1646390217,47.74304,8.99899\n6437,1646390218,47.74304,8.99899\n6438,1646390219,47.74304,8.99899\n6439,1646390220,47.74304,8.99899\n6440,1646390221,47.74304,8.99899\n6441,1646390222,47.74304,8.99899\n6442,1646390223,47.74304,8.99899\n6443,1646390224,47.74304,8.99899\n6444,1646390225,47.74304,8.99899\n6445,1646390226,47.74304,8.99899\n6446,1646390227,47.74304,8.99899\n6447,1646390228,47.74304,8.99899\n6448,1646390229,47.74304,8.99899\n6449,1646390230,47.74304,8.99899\n6450,1646390231,47.74304,8.99899\n6451,1646390232,47.74304,8.99899\n6452,1646390233,47.74304,8.99899\n6453,1646390234,47.74304,8.99899\n6454,1646390235,47.74304,8.99899\n6455,1646390236,47.74304,8.99899\n6456,1646390237,47.74304,8.99899\n6457,1646390238,47.74304,8.99899\n6458,1646390239,47.74304,8.99899\n6459,1646390240,47.74304,8.99899\n6460,1646390241,47.74304,8.99899\n6461,1646390242,47.74304,8.99899\n6462,1646390243,47.74304,8.99899\n6463,1646390244,47.74304,8.99899\n6464,1646390245,47.74304,8.99899\n6465,1646390246,47.74304,8.99899\n6466,1646390247,47.74304,8.99899\n6467,1646390248,47.74304,8.99899\n6468,1646390249,47.74304,8.99899\n6469,1646390250,47.74304,8.99899\n6470,1646390251,47.74304,8.99899\n6471,1646390252,47.74304,8.99899\n6472,1646390253,47.74304,8.99899\n6473,1646390254,47.74304,8.99899\n6474,1646390255,47.74304,8.99899\n6475,1646390256,47.74304,8.99899\n6476,1646390257,47.74304,8.99899\n6477,1646390258,47.74304,8.99899\n6478,1646390259,47.74304,8.99899\n6479,1646390260,47.74304,8.99899\n6480,1646390261,47.74304,8.99899\n6481,1646390262,47.74304,8.99899\n6482,1646390263,47.74304,8.99899\n6483,1646390264,47.74304,8.99899\n6484,1646390265,47.74304,8.99899\n6485,1646390266,47.74304,8.99899\n6486,1646390267,47.74304,8.99899\n6487,1646390268,47.74304,8.99899\n6488,1646390269,47.74304,8.99899\n6489,1646390270,47.74304,8.99899\n6490,1646390271,47.74304,8.99899\n6491,1646390272,47.74304,8.99899\n6492,1646390273,47.74304,8.99899\n6493,1646390274,47.74304,8.99899\n6494,1646390275,47.74304,8.99899\n6495,1646390276,47.74304,8.99899\n6496,1646390277,47.74304,8.99899\n6497,1646390278,47.74304,8.99899\n6498,1646390279,47.74304,8.99899\n6499,1646390280,47.74304,8.99899\n6500,1646390281,47.74304,8.99899\n6501,1646390282,47.74304,8.99899\n6502,1646390283,47.74304,8.99899\n6503,1646390284,47.74304,8.99899\n6504,1646390285,47.74304,8.99899\n6505,1646390286,47.74304,8.99899\n6506,1646390287,47.74304,8.99899\n6507,1646390288,47.74304,8.99899\n6508,1646390289,47.74304,8.99899\n6509,1646390290,47.74304,8.99899\n6510,1646390291,47.74304,8.99899\n6511,1646390292,47.74304,8.99899\n6512,1646390293,47.74304,8.99899\n6513,1646390294,47.74304,8.99899\n6514,1646390295,47.74304,8.99899\n6515,1646390296,47.74304,8.99899\n6516,1646390297,47.74304,8.99899\n6517,1646390298,47.74304,8.99899\n6518,1646390299,47.74304,8.99899\n6519,1646390300,47.74304,8.99899\n6520,1646390301,47.74304,8.99899\n6521,1646390302,47.74304,8.99899\n6522,1646390303,47.74304,8.99899\n6523,1646390304,47.74304,8.99899\n6524,1646390305,47.74304,8.99899\n6525,1646390306,47.74304,8.99899\n6526,1646390307,47.74304,8.99899\n6527,1646390308,47.74304,8.99899\n6528,1646390309,47.74304,8.99899\n6529,1646390310,47.74304,8.99899\n6530,1646390311,47.74304,8.99899\n6531,1646390312,47.74304,8.99899\n6532,1646390313,47.74304,8.99899\n6533,1646390314,47.74304,8.99899\n6534,1646390315,47.74303,8.99899\n6535,1646390316,47.74303,8.99899\n6536,1646390317,47.74304,8.99899\n6537,1646390318,47.74304,8.99899\n6538,1646390319,47.74304,8.99899\n6539,1646390320,47.74304,8.99899\n6540,1646390321,47.74303,8.99899\n6541,1646390322,47.74303,8.99899\n6542,1646390323,47.74303,8.99899\n6543,1646390324,47.74303,8.99899\n6544,1646390325,47.74303,8.99899\n6545,1646390326,47.74303,8.99899\n6546,1646390327,47.74303,8.99899\n6547,1646390328,47.74303,8.99899\n6548,1646390329,47.74303,8.99899\n6549,1646390330,47.74303,8.99899\n6550,1646390331,47.74303,8.99899\n6551,1646390332,47.74303,8.99899\n6552,1646390333,47.74303,8.99899\n6553,1646390334,47.74303,8.99899\n6554,1646390335,47.74303,8.99899\n6555,1646390336,47.74303,8.99899\n6556,1646390337,47.74303,8.99899\n6557,1646390338,47.74303,8.99899\n6558,1646390339,47.74303,8.99899\n6559,1646390340,47.74303,8.99899\n6560,1646390341,47.74303,8.99899\n6561,1646390342,47.74303,8.99898\n6562,1646390343,47.74303,8.99898\n6563,1646390344,47.74303,8.99898\n6564,1646390345,47.74303,8.99898\n6565,1646390346,47.74303,8.99898\n6566,1646390347,47.74303,8.99898\n6567,1646390348,47.74303,8.99898\n6568,1646390349,47.74303,8.99898\n6569,1646390350,47.74303,8.99898\n6570,1646390351,47.74303,8.99898\n6571,1646390352,47.74303,8.99898\n6572,1646390353,47.74303,8.99898\n6573,1646390354,47.74303,8.99898\n6574,1646390355,47.74303,8.99898\n6575,1646390356,47.74303,8.99898\n6576,1646390357,47.74303,8.99898\n6577,1646390358,47.74303,8.99898\n6578,1646390359,47.74303,8.99898\n6579,1646390360,47.74303,8.99898\n6580,1646390361,47.74303,8.99898\n6581,1646390362,47.74303,8.99898\n6582,1646390363,47.74303,8.99898\n6583,1646390364,47.74303,8.99898\n6584,1646390365,47.74303,8.99898\n6585,1646390366,47.74303,8.99898\n6586,1646390367,47.74303,8.99898\n6587,1646390368,47.74303,8.99898\n6588,1646390369,47.74303,8.99898\n6589,1646390370,47.74303,8.99898\n6590,1646390371,47.74303,8.99898\n6591,1646390372,47.74303,8.99898\n6592,1646390373,47.74303,8.99898\n6593,1646390374,47.74303,8.99898\n6594,1646390375,47.74303,8.99898\n6595,1646390376,47.74303,8.99898\n6596,1646390377,47.74303,8.99898\n6597,1646390378,47.74303,8.99898\n6598,1646390379,47.74303,8.99898\n6599,1646390380,47.74303,8.99898\n6600,1646390381,47.74303,8.99898\n6601,1646390382,47.74303,8.99898\n6602,1646390383,47.74303,8.99898\n6603,1646390384,47.74303,8.99898\n6604,1646390385,47.74303,8.99898\n6605,1646390386,47.74303,8.99898\n6606,1646390387,47.74303,8.99898\n6607,1646390388,47.74303,8.99898\n6608,1646390389,47.74303,8.99898\n6609,1646390390,47.74303,8.99898\n6610,1646390391,47.74303,8.99898\n6611,1646390392,47.74303,8.99898\n6612,1646390393,47.74303,8.99898\n6613,1646390394,47.74303,8.99898\n6614,1646390395,47.74303,8.99898\n6615,1646390396,47.74303,8.99898\n6616,1646390397,47.74303,8.99898\n6617,1646390398,47.74303,8.99898\n6618,1646390399,47.74303,8.99898\n6619,1646390400,47.74303,8.99898\n6620,1646390401,47.74303,8.99898\n6621,1646390402,47.74303,8.99898\n6622,1646390403,47.74303,8.99898\n6623,1646390404,47.74303,8.99898\n6624,1646390405,47.74303,8.99898\n6625,1646390406,47.74303,8.99898\n6626,1646390407,47.74303,8.99898\n6627,1646390408,47.74303,8.99898\n6628,1646390409,47.74303,8.99898\n6629,1646390410,47.74303,8.99898\n6630,1646390411,47.74303,8.99898\n6631,1646390412,47.74303,8.99898\n6632,1646390413,47.74303,8.99898\n6633,1646390414,47.74303,8.99898\n6634,1646390415,47.74303,8.99898\n6635,1646390416,47.74303,8.99898\n6636,1646390417,47.74303,8.99898\n6637,1646390418,47.74303,8.99898\n6638,1646390419,47.74303,8.99898\n6639,1646390420,47.74303,8.99898\n6640,1646390421,47.74303,8.99898\n6641,1646390422,47.74303,8.99898\n6642,1646390423,47.74303,8.99898\n6643,1646390424,47.74303,8.99898\n6644,1646390425,47.74303,8.99898\n6645,1646390426,47.74303,8.99898\n6646,1646390427,47.74303,8.99898\n6647,1646390428,47.74303,8.99898\n6648,1646390429,47.74303,8.99898\n6649,1646390430,47.74303,8.99898\n6650,1646390431,47.74303,8.99898\n6651,1646390432,47.74303,8.99898\n6652,1646390433,47.74303,8.99899\n6653,1646390434,47.74303,8.99899\n6654,1646390435,47.74303,8.99899\n6655,1646390436,47.74303,8.99899\n6656,1646390437,47.74303,8.99899\n6657,1646390438,47.74303,8.99899\n6658,1646390439,47.74303,8.99899\n6659,1646390440,47.74303,8.99899\n6660,1646390441,47.74303,8.99899\n6661,1646390442,47.74303,8.99899\n6662,1646390443,47.74303,8.99899\n6663,1646390444,47.74303,8.99899\n6664,1646390445,47.74303,8.99899\n6665,1646390446,47.74303,8.99899\n6666,1646390447,47.74303,8.99899\n6667,1646390448,47.74303,8.99899\n6668,1646390449,47.74303,8.99899\n6669,1646390450,47.74303,8.99899\n6670,1646390451,47.74303,8.99899\n6671,1646390452,47.74303,8.99899\n6672,1646390453,47.74303,8.99899\n6673,1646390454,47.74303,8.99899\n6674,1646390455,47.74304,8.99899\n6675,1646390456,47.74304,8.99899\n6676,1646390457,47.74304,8.99899\n6677,1646390458,47.74304,8.99899\n6678,1646390459,47.74304,8.99899\n6679,1646390460,47.74304,8.99899\n6680,1646390461,47.74304,8.99899\n6681,1646390462,47.74304,8.99899\n6682,1646390463,47.74304,8.99899\n6683,1646390464,47.74304,8.99899\n6684,1646390465,47.74304,8.99899\n6685,1646390466,47.74304,8.99899\n6686,1646390467,47.74304,8.99898\n6687,1646390468,47.74304,8.99898\n6688,1646390469,47.74304,8.99898\n6689,1646390470,47.74304,8.99898\n6690,1646390471,47.74304,8.99898\n6691,1646390472,47.74304,8.99899\n6692,1646390473,47.74304,8.99899\n6693,1646390474,47.74304,8.99898\n6694,1646390475,47.74304,8.99898\n6695,1646390476,47.74304,8.99898\n6696,1646390477,47.74304,8.99898\n6697,1646390478,47.74304,8.99898\n6698,1646390479,47.74304,8.99898\n6699,1646390480,47.74304,8.99898\n6700,1646390481,47.74304,8.99898\n6701,1646390482,47.74304,8.99898\n6702,1646390483,47.74304,8.99898\n6703,1646390484,47.74304,8.99898\n6704,1646390485,47.74304,8.99898\n6705,1646390486,47.74304,8.99898\n6706,1646390487,47.74304,8.99898\n6707,1646390488,47.74304,8.99898\n6708,1646390489,47.74304,8.99898\n6709,1646390490,47.74304,8.99898\n6710,1646390491,47.74304,8.99898\n6711,1646390492,47.74304,8.99898\n6712,1646390493,47.74304,8.99898\n6713,1646390494,47.74304,8.99898\n6714,1646390495,47.74304,8.99898\n6715,1646390496,47.74304,8.99898\n6716,1646390497,47.74304,8.99898\n6717,1646390498,47.74304,8.99898\n6718,1646390499,47.74304,8.99898\n6719,1646390500,47.74304,8.99898\n6720,1646390501,47.74304,8.99898\n6721,1646390502,47.74304,8.99898\n6722,1646390503,47.74304,8.99898\n6723,1646390504,47.74304,8.99898\n6724,1646390505,47.74304,8.99898\n6725,1646390506,47.74304,8.99898\n6726,1646390507,47.74304,8.99898\n6727,1646390508,47.74304,8.99898\n6728,1646390509,47.74304,8.99898\n6729,1646390510,47.74304,8.99898\n6730,1646390511,47.74304,8.99898\n6731,1646390512,47.74304,8.99898\n6732,1646390513,47.74304,8.99898\n6733,1646390514,47.74304,8.99898\n6734,1646390515,47.74304,8.99898\n6735,1646390516,47.74304,8.99898\n6736,1646390517,47.74304,8.99898\n6737,1646390518,47.74304,8.99898\n6738,1646390519,47.74304,8.99898\n6739,1646390520,47.74304,8.99898\n6740,1646390521,47.74304,8.99898\n6741,1646390522,47.74304,8.99898\n6742,1646390523,47.74304,8.99898\n6743,1646390524,47.74304,8.99898\n6744,1646390525,47.74304,8.99898\n6745,1646390526,47.74304,8.99898\n6746,1646390527,47.74304,8.99898\n6747,1646390528,47.74304,8.99898\n6748,1646390529,47.74304,8.99898\n6749,1646390530,47.74304,8.99898\n6750,1646390531,47.74304,8.99898\n6751,1646390532,47.74304,8.99898\n6752,1646390533,47.74304,8.99898\n6753,1646390534,47.74304,8.99898\n6754,1646390535,47.74304,8.99898\n6755,1646390536,47.74304,8.99898\n6756,1646390537,47.74304,8.99898\n6757,1646390538,47.74304,8.99898\n6758,1646390539,47.74304,8.99898\n6759,1646390540,47.74304,8.99898\n6760,1646390541,47.74304,8.99898\n6761,1646390542,47.74304,8.99898\n6762,1646390543,47.74304,8.99898\n6763,1646390544,47.74304,8.99898\n6764,1646390545,47.74304,8.99898\n6765,1646390546,47.74304,8.99898\n6766,1646390547,47.74304,8.99898\n6767,1646390548,47.74304,8.99898\n6768,1646390549,47.74304,8.99898\n6769,1646390550,47.74304,8.99898\n6770,1646390551,47.74304,8.99898\n6771,1646390552,47.74304,8.99898\n6772,1646390553,47.74304,8.99898\n6773,1646390554,47.74304,8.99898\n6774,1646390555,47.74304,8.99898\n6775,1646390556,47.74304,8.99898\n6776,1646390557,47.74304,8.99898\n6777,1646390558,47.74304,8.99898\n6778,1646390559,47.74304,8.99898\n6779,1646390560,47.74304,8.99898\n6780,1646390561,47.74304,8.99898\n6781,1646390562,47.74304,8.99898\n6782,1646390563,47.74304,8.99898\n6783,1646390564,47.74304,8.99898\n6784,1646390565,47.74304,8.99898\n6785,1646390566,47.74304,8.99898\n6786,1646390567,47.74304,8.99898\n6787,1646390568,47.74304,8.99898\n6788,1646390569,47.74304,8.99898\n6789,1646390570,47.74304,8.99898\n6790,1646390571,47.74304,8.99898\n6791,1646390572,47.74304,8.99898\n6792,1646390573,47.74304,8.99898\n6793,1646390574,47.74304,8.99898\n6794,1646390575,47.74304,8.99898\n6795,1646390576,47.74304,8.99898\n6796,1646390577,47.74304,8.99898\n6797,1646390578,47.74304,8.99898\n6798,1646390579,47.74304,8.99898\n6799,1646390580,47.74304,8.99898\n6800,1646390581,47.74304,8.99898\n6801,1646390582,47.74304,8.99898\n6802,1646390583,47.74304,8.99898\n6803,1646390584,47.74304,8.99898\n6804,1646390585,47.74304,8.99898\n6805,1646390586,47.74304,8.99898\n6806,1646390587,47.74304,8.99898\n6807,1646390588,47.74304,8.99898\n6808,1646390589,47.74304,8.99899\n6809,1646390590,47.74304,8.99899\n6810,1646390591,47.74304,8.99899\n6811,1646390592,47.74304,8.99899\n6812,1646390593,47.74304,8.99899\n6813,1646390594,47.74304,8.99899\n6814,1646390595,47.74304,8.99899\n6815,1646390596,47.74304,8.99899\n6816,1646390597,47.74304,8.99899\n6817,1646390598,47.74304,8.99899\n6818,1646390599,47.74304,8.99899\n6819,1646390600,47.74304,8.99899\n6820,1646390601,47.74304,8.99899\n6821,1646390602,47.74304,8.99899\n6822,1646390603,47.74304,8.99899\n6823,1646390604,47.74304,8.99899\n6824,1646390605,47.74304,8.99899\n6825,1646390606,47.74304,8.99899\n6826,1646390607,47.74304,8.99899\n6827,1646390608,47.74304,8.99899\n6828,1646390609,47.74304,8.99899\n6829,1646390610,47.74304,8.99899\n6830,1646390611,47.74304,8.99899\n6831,1646390612,47.74304,8.99899\n6832,1646390613,47.74304,8.99899\n6833,1646390614,47.74304,8.99899\n6834,1646390615,47.74304,8.99899\n6835,1646390616,47.74304,8.99899\n6836,1646390617,47.74304,8.99899\n6837,1646390618,47.74304,8.99899\n6838,1646390619,47.74304,8.99899\n6839,1646390620,47.74304,8.99899\n6840,1646390621,47.74304,8.99899\n6841,1646390622,47.74304,8.99899\n6842,1646390623,47.74304,8.99899\n6843,1646390624,47.74304,8.99899\n6844,1646390625,47.74304,8.99899\n6845,1646390626,47.74304,8.99899\n6846,1646390627,47.74304,8.99899\n6847,1646390628,47.74304,8.99899\n6848,1646390629,47.74304,8.99899\n6849,1646390630,47.74304,8.99899\n6850,1646390631,47.74304,8.99899\n6851,1646390632,47.74304,8.99899\n6852,1646390633,47.74304,8.99899\n6853,1646390634,47.74304,8.99899\n6854,1646390635,47.74304,8.99899\n6855,1646390636,47.74304,8.99899\n6856,1646390637,47.74304,8.99899\n6857,1646390638,47.74304,8.99899\n6858,1646390639,47.74304,8.99899\n6859,1646390640,47.74304,8.99899\n6860,1646390641,47.74304,8.99898\n6861,1646390642,47.74304,8.99898\n6862,1646390643,47.74304,8.99898\n6863,1646390644,47.74304,8.99898\n6864,1646390645,47.74304,8.99898\n6865,1646390646,47.74304,8.99898\n6866,1646390647,47.74304,8.99898\n6867,1646390648,47.74304,8.99898\n6868,1646390649,47.74304,8.99898\n6869,1646390650,47.74304,8.99898\n6870,1646390651,47.74304,8.99898\n6871,1646390652,47.74304,8.99898\n6872,1646390653,47.74304,8.99898\n6873,1646390654,47.74304,8.99898\n6874,1646390655,47.74304,8.99898\n6875,1646390656,47.74304,8.99898\n6876,1646390657,47.74304,8.99898\n6877,1646390658,47.74304,8.99898\n6878,1646390659,47.74304,8.99898\n6879,1646390660,47.74304,8.99898\n6880,1646390661,47.74304,8.99898\n6881,1646390662,47.74304,8.99898\n6882,1646390663,47.74304,8.99898\n6883,1646390664,47.74304,8.99898\n6884,1646390665,47.74304,8.99898\n6885,1646390666,47.74304,8.99898\n6886,1646390667,47.74304,8.99898\n6887,1646390668,47.74304,8.99898\n6888,1646390669,47.74304,8.99898\n6889,1646390670,47.74304,8.99898\n6890,1646390671,47.74304,8.99898\n6891,1646390672,47.74304,8.99898\n6892,1646390673,47.74304,8.99898\n6893,1646390674,47.74304,8.99898\n6894,1646390675,47.74304,8.99898\n6895,1646390676,47.74304,8.99898\n6896,1646390677,47.74304,8.99898\n6897,1646390678,47.74304,8.99898\n6898,1646390679,47.74304,8.99898\n6899,1646390680,47.74304,8.99898\n6900,1646390681,47.74304,8.99898\n6901,1646390682,47.74304,8.99898\n6902,1646390683,47.74304,8.99898\n6903,1646390684,47.74304,8.99898\n6904,1646390685,47.74304,8.99898\n6905,1646390686,47.74304,8.99898\n6906,1646390687,47.74304,8.99898\n6907,1646390688,47.74304,8.99898\n6908,1646390689,47.74304,8.99898\n6909,1646390690,47.74304,8.99898\n6910,1646390691,47.74304,8.99898\n6911,1646390692,47.74304,8.99898\n6912,1646390693,47.74304,8.99898\n6913,1646390694,47.74304,8.99898\n6914,1646390695,47.74304,8.99898\n6915,1646390696,47.74304,8.99898\n6916,1646390697,47.74304,8.99898\n6917,1646390698,47.74304,8.99898\n6918,1646390699,47.74304,8.99898\n6919,1646390700,47.74304,8.99898\n6920,1646390701,47.74304,8.99898\n6921,1646390703,47.74304,8.99898\n6922,1646390704,47.74304,8.99898\n6923,1646390705,47.74304,8.99898\n6924,1646390706,47.74304,8.99898\n6925,1646390707,47.74304,8.99898\n6926,1646390708,47.74304,8.99898\n6927,1646390709,47.74304,8.99898\n6928,1646390710,47.74304,8.99898\n6929,1646390711,47.74304,8.99898\n6930,1646390712,47.74304,8.99898\n6931,1646390713,47.74304,8.99898\n6932,1646390714,47.74304,8.99898\n6933,1646390715,47.74304,8.99898\n6934,1646390716,47.74304,8.99898\n6935,1646390717,47.74304,8.99898\n6936,1646390718,47.74304,8.99898\n6937,1646390719,47.74304,8.99898\n6938,1646390720,47.74304,8.99898\n6939,1646390721,47.74304,8.99898\n6940,1646390722,47.74304,8.99898\n6941,1646390723,47.74304,8.99898\n6942,1646390724,47.74304,8.99898\n6943,1646390725,47.74304,8.99898\n6944,1646390726,47.74304,8.99898\n6945,1646390727,47.74304,8.99898\n6946,1646390728,47.74304,8.99898\n6947,1646390729,47.74304,8.99898\n6948,1646390730,47.74304,8.99898\n6949,1646390731,47.74304,8.99898\n6950,1646390732,47.74304,8.99898\n6951,1646390733,47.74304,8.99898\n6952,1646390734,47.74304,8.99898\n6953,1646390735,47.74304,8.99898\n6954,1646390736,47.74304,8.99898\n6955,1646390737,47.74304,8.99898\n6956,1646390738,47.74304,8.99898\n6957,1646390739,47.74304,8.99898\n6958,1646390740,47.74304,8.99898\n6959,1646390741,47.74304,8.99898\n6960,1646390742,47.74304,8.99898\n6961,1646390743,47.74304,8.99898\n6962,1646390744,47.74304,8.99898\n6963,1646390745,47.74304,8.99898\n6964,1646390746,47.74304,8.99898\n6965,1646390747,47.74304,8.99898\n6966,1646390748,47.74304,8.99898\n6967,1646390749,47.74304,8.99898\n6968,1646390750,47.74304,8.99898\n6969,1646390751,47.74304,8.99898\n6970,1646390752,47.74304,8.99898\n6971,1646390753,47.74304,8.99898\n6972,1646390754,47.74304,8.99898\n6973,1646390755,47.74304,8.99898\n6974,1646390756,47.74304,8.99898\n6975,1646390757,47.74304,8.99898\n6976,1646390758,47.74304,8.99898\n6977,1646390759,47.74304,8.99898\n6978,1646390760,47.74304,8.99898\n6979,1646390761,47.74304,8.99898\n6980,1646390762,47.74304,8.99898\n6981,1646390763,47.74304,8.99898\n6982,1646390764,47.74304,8.99898\n6983,1646390765,47.74304,8.99898\n6984,1646390766,47.74304,8.99898\n6985,1646390767,47.74304,8.99898\n6986,1646390768,47.74304,8.99898\n6987,1646390769,47.74304,8.99898\n6988,1646390770,47.74304,8.99898\n6989,1646390771,47.74304,8.99898\n6990,1646390772,47.74304,8.99898\n6991,1646390773,47.74304,8.99898\n6992,1646390774,47.74304,8.99898\n6993,1646390775,47.74304,8.99898\n6994,1646390776,47.74304,8.99898\n6995,1646390777,47.74304,8.99898\n6996,1646390778,47.74304,8.99898\n6997,1646390779,47.74304,8.99898\n6998,1646390780,47.74304,8.99898\n6999,1646390781,47.74304,8.99898\n7000,1646390782,47.74304,8.99898\n7001,1646390783,47.74304,8.99898\n7002,1646390784,47.74304,8.99898\n7003,1646390785,47.74304,8.99898\n7004,1646390786,47.74304,8.99898\n7005,1646390787,47.74304,8.99898\n7006,1646390788,47.74304,8.99898\n7007,1646390789,47.74304,8.99898\n7008,1646390790,47.74304,8.99898\n7009,1646390791,47.74304,8.99898\n7010,1646390792,47.74304,8.99898\n7011,1646390793,47.74304,8.99898\n7012,1646390794,47.74304,8.99898\n7013,1646390795,47.74304,8.99898\n7014,1646390796,47.74304,8.99898\n7015,1646390797,47.74304,8.99898\n7016,1646390798,47.74304,8.99898\n7017,1646390799,47.74304,8.99898\n7018,1646390800,47.74304,8.99898\n7019,1646390801,47.74304,8.99898\n7020,1646390802,47.74304,8.99898\n7021,1646390803,47.74304,8.99898\n7022,1646390804,47.74304,8.99898\n7023,1646390805,47.74304,8.99898\n7024,1646390806,47.74305,8.99898\n7025,1646390807,47.74305,8.99898\n7026,1646390808,47.74305,8.99898\n7027,1646390809,47.74305,8.99898\n7028,1646390810,47.74305,8.99898\n7029,1646390811,47.74305,8.99898\n7030,1646390812,47.74305,8.99898\n7031,1646390813,47.74305,8.99898\n7032,1646390814,47.74305,8.99898\n7033,1646390815,47.74305,8.99898\n7034,1646390816,47.74305,8.99898\n7035,1646390817,47.74305,8.99898\n7036,1646390818,47.74305,8.99898\n7037,1646390819,47.74305,8.99898\n7038,1646390820,47.74305,8.99898\n7039,1646390821,47.74305,8.99898\n7040,1646390822,47.74305,8.99898\n7041,1646390823,47.74305,8.99898\n7042,1646390824,47.74305,8.99898\n7043,1646390825,47.74305,8.99898\n7044,1646390826,47.74305,8.99898\n7045,1646390827,47.74305,8.99898\n7046,1646390828,47.74305,8.99898\n7047,1646390829,47.74305,8.99898\n7048,1646390830,47.74305,8.99898\n7049,1646390831,47.74305,8.99898\n7050,1646390832,47.74305,8.99898\n7051,1646390833,47.74305,8.99898\n7052,1646390834,47.74305,8.99898\n7053,1646390835,47.74305,8.99898\n7054,1646390836,47.74305,8.99898\n7055,1646390837,47.74305,8.99898\n7056,1646390838,47.74305,8.99898\n7057,1646390839,47.74305,8.99898\n7058,1646390840,47.74305,8.99898\n7059,1646390841,47.74305,8.99898\n7060,1646390842,47.74305,8.99898\n7061,1646390843,47.74305,8.99898\n7062,1646390844,47.74305,8.99898\n7063,1646390845,47.74305,8.99898\n7064,1646390846,47.74305,8.99898\n7065,1646390847,47.74305,8.99898\n7066,1646390848,47.74305,8.99898\n7067,1646390849,47.74305,8.99898\n7068,1646390850,47.74305,8.99898\n7069,1646390851,47.74305,8.99898\n7070,1646390852,47.74305,8.99898\n7071,1646390853,47.74305,8.99898\n7072,1646390854,47.74305,8.99898\n7073,1646390855,47.74305,8.99898\n7074,1646390856,47.74305,8.99898\n7075,1646390857,47.74305,8.99898\n7076,1646390858,47.74305,8.99898\n7077,1646390859,47.74305,8.99898\n7078,1646390860,47.74305,8.99898\n7079,1646390861,47.74305,8.99898\n7080,1646390862,47.74305,8.99898\n7081,1646390863,47.74305,8.99898\n7082,1646390864,47.74305,8.99898\n7083,1646390865,47.74305,8.99898\n7084,1646390866,47.74305,8.99898\n7085,1646390867,47.74305,8.99898\n7086,1646390868,47.74305,8.99898\n7087,1646390869,47.74305,8.99898\n7088,1646390870,47.74305,8.99898\n7089,1646390871,47.74305,8.99898\n7090,1646390872,47.74305,8.99898\n7091,1646390873,47.74305,8.99898\n7092,1646390874,47.74305,8.99898\n7093,1646390875,47.74305,8.99898\n7094,1646390876,47.74305,8.99898\n7095,1646390877,47.74305,8.99898\n7096,1646390878,47.74305,8.99898\n7097,1646390879,47.74305,8.99898\n7098,1646390880,47.74305,8.99898\n7099,1646390881,47.74305,8.99898\n7100,1646390882,47.74305,8.99898\n7101,1646390883,47.74305,8.99898\n7102,1646390884,47.74305,8.99898\n7103,1646390885,47.74305,8.99898\n7104,1646390886,47.74305,8.99898\n7105,1646390887,47.74305,8.99898\n7106,1646390888,47.74305,8.99898\n7107,1646390889,47.74305,8.99898\n7108,1646390890,47.74305,8.99898\n7109,1646390891,47.74305,8.99898\n7110,1646390892,47.74305,8.99898\n7111,1646390893,47.74305,8.99898\n7112,1646390894,47.74305,8.99898\n7113,1646390895,47.74305,8.99898\n7114,1646390896,47.74305,8.99898\n7115,1646390897,47.74305,8.99898\n7116,1646390898,47.74305,8.99898\n7117,1646390899,47.74305,8.99898\n7118,1646390900,47.74305,8.99898\n7119,1646390901,47.74305,8.99898\n7120,1646390902,47.74305,8.99898\n7121,1646390903,47.74305,8.99898\n7122,1646390904,47.74305,8.99898\n7123,1646390905,47.74305,8.99898\n7124,1646390906,47.74305,8.99898\n7125,1646390907,47.74305,8.99898\n7126,1646390908,47.74305,8.99898\n7127,1646390909,47.74305,8.99898\n7128,1646390910,47.74305,8.99898\n7129,1646390911,47.74305,8.99898\n7130,1646390912,47.74305,8.99898\n7131,1646390913,47.74305,8.99898\n7132,1646390914,47.74305,8.99898\n7133,1646390915,47.74305,8.99898\n7134,1646390916,47.74305,8.99898\n7135,1646390917,47.74305,8.99898\n7136,1646390918,47.74305,8.99898\n7137,1646390919,47.74305,8.99898\n7138,1646390920,47.74305,8.99898\n7139,1646390921,47.74305,8.99898\n7140,1646390922,47.74305,8.99898\n7141,1646390923,47.74305,8.99898\n7142,1646390924,47.74305,8.99898\n7143,1646390925,47.74305,8.99898\n7144,1646390926,47.74305,8.99898\n7145,1646390927,47.74305,8.99898\n7146,1646390928,47.74305,8.99898\n7147,1646390929,47.74305,8.99898\n7148,1646390930,47.74305,8.99898\n7149,1646390931,47.74305,8.99898\n7150,1646390932,47.74305,8.99898\n7151,1646390933,47.74305,8.99898\n7152,1646390934,47.74305,8.99898\n7153,1646390935,47.74305,8.99898\n7154,1646390936,47.74305,8.99898\n7155,1646390937,47.74305,8.99898\n7156,1646390938,47.74305,8.99898\n7157,1646390939,47.74305,8.99898\n7158,1646390940,47.74305,8.99898\n7159,1646390941,47.74305,8.99898\n7160,1646390942,47.74305,8.99898\n7161,1646390943,47.74305,8.99898\n7162,1646390944,47.74305,8.99898\n7163,1646390945,47.74305,8.99898\n7164,1646390946,47.74305,8.99898\n7165,1646390947,47.74305,8.99898\n7166,1646390948,47.74305,8.99898\n7167,1646390949,47.74305,8.99898\n7168,1646390950,47.74305,8.99897\n7169,1646390951,47.74305,8.99897\n7170,1646390952,47.74305,8.99897\n7171,1646390953,47.74305,8.99897\n7172,1646390954,47.74305,8.99897\n7173,1646390955,47.74305,8.99897\n7174,1646390956,47.74305,8.99897\n7175,1646390957,47.74305,8.99897\n7176,1646390958,47.74305,8.99897\n7177,1646390959,47.74305,8.99897\n7178,1646390960,47.74304,8.99897\n7179,1646390961,47.74304,8.99897\n7180,1646390962,47.74304,8.99897\n7181,1646390963,47.74304,8.99897\n7182,1646390964,47.74304,8.99897\n7183,1646390965,47.74304,8.99897\n7184,1646390966,47.74304,8.99897\n7185,1646390967,47.74304,8.99897\n7186,1646390968,47.74304,8.99897\n7187,1646390969,47.74304,8.99897\n7188,1646390970,47.74304,8.99897\n7189,1646390971,47.74304,8.99897\n7190,1646390972,47.74304,8.99897\n7191,1646390973,47.74304,8.99897\n7192,1646390974,47.74304,8.99897\n7193,1646390975,47.74304,8.99897\n7194,1646390976,47.74304,8.99897\n7195,1646390977,47.74304,8.99897\n7196,1646390978,47.74304,8.99897\n7197,1646390979,47.74304,8.99897\n7198,1646390980,47.74304,8.99897\n7199,1646390981,47.74304,8.99897\n7200,1646390982,47.74304,8.99897\n7201,1646390983,47.74304,8.99897\n7202,1646390984,47.74304,8.99897\n7203,1646390985,47.74304,8.99897\n7204,1646390986,47.74304,8.99897\n7205,1646390987,47.74304,8.99897\n7206,1646390988,47.74304,8.99897\n7207,1646390989,47.74304,8.99897\n7208,1646390990,47.74304,8.99897\n7209,1646390991,47.74304,8.99897\n7210,1646390992,47.74304,8.99897\n7211,1646390993,47.74304,8.99897\n7212,1646390994,47.74304,8.99897\n7213,1646390995,47.74304,8.99897\n7214,1646390996,47.74304,8.99897\n7215,1646390997,47.74304,8.99897\n7216,1646390998,47.74304,8.99897\n7217,1646390999,47.74304,8.99897\n7218,1646391000,47.74304,8.99897\n7219,1646391001,47.74304,8.99897\n7220,1646391002,47.74304,8.99897\n7221,1646391003,47.74304,8.99897\n7222,1646391004,47.74304,8.99897\n7223,1646391005,47.74304,8.99897\n7224,1646391006,47.74304,8.99897\n7225,1646391007,47.74304,8.99897\n7226,1646391008,47.74304,8.99897\n7227,1646391009,47.74304,8.99897\n7228,1646391010,47.74304,8.99897\n7229,1646391011,47.74304,8.99897\n7230,1646391012,47.74304,8.99897\n7231,1646391013,47.74304,8.99897\n7232,1646391014,47.74304,8.99897\n7233,1646391015,47.74304,8.99897\n7234,1646391016,47.74304,8.99897\n7235,1646391017,47.74304,8.99897\n7236,1646391018,47.74304,8.99897\n7237,1646391019,47.74304,8.99897\n7238,1646391020,47.74304,8.99897\n7239,1646391021,47.74304,8.99897\n7240,1646391022,47.74304,8.99897\n7241,1646391023,47.74304,8.99897\n7242,1646391024,47.74304,8.99897\n7243,1646391025,47.74304,8.99897\n7244,1646391026,47.74304,8.99897\n7245,1646391027,47.74304,8.99897\n7246,1646391028,47.74304,8.99897\n7247,1646391029,47.74304,8.99897\n7248,1646391030,47.74304,8.99897\n7249,1646391031,47.74304,8.99897\n7250,1646391032,47.74304,8.99897\n7251,1646391033,47.74304,8.99897\n7252,1646391034,47.74304,8.99897\n7253,1646391035,47.74304,8.99897\n7254,1646391036,47.74304,8.99897\n7255,1646391037,47.74304,8.99897\n7256,1646391038,47.74304,8.99897\n7257,1646391039,47.74304,8.99897\n7258,1646391040,47.74304,8.99897\n7259,1646391041,47.74304,8.99897\n7260,1646391042,47.74304,8.99897\n7261,1646391043,47.74304,8.99897\n7262,1646391044,47.74304,8.99897\n7263,1646391045,47.74304,8.99897\n7264,1646391046,47.74304,8.99898\n7265,1646391047,47.74304,8.99898\n7266,1646391048,47.74304,8.99898\n7267,1646391049,47.74304,8.99898\n7268,1646391050,47.74304,8.99898\n7269,1646391051,47.74304,8.99898\n7270,1646391052,47.74304,8.99898\n7271,1646391053,47.74304,8.99898\n7272,1646391054,47.74304,8.99898\n7273,1646391055,47.74304,8.99898\n7274,1646391056,47.74304,8.99898\n7275,1646391057,47.74304,8.99898\n7276,1646391058,47.74304,8.99898\n7277,1646391059,47.74304,8.99898\n7278,1646391060,47.74304,8.99898\n7279,1646391061,47.74304,8.99898\n7280,1646391062,47.74304,8.99898\n7281,1646391063,47.74304,8.99898\n7282,1646391064,47.74304,8.99898\n7283,1646391065,47.74304,8.99898\n7284,1646391066,47.74304,8.99898\n7285,1646391067,47.74304,8.99898\n7286,1646391068,47.74304,8.99898\n7287,1646391069,47.74304,8.99898\n7288,1646391070,47.74304,8.99898\n7289,1646391071,47.74304,8.99898\n7290,1646391072,47.74304,8.99898\n7291,1646391073,47.74304,8.99898\n7292,1646391074,47.74304,8.99898\n7293,1646391075,47.74304,8.99898\n7294,1646391076,47.74304,8.99898\n7295,1646391077,47.74304,8.99898\n7296,1646391078,47.74304,8.99898\n7297,1646391079,47.74304,8.99898\n7298,1646391080,47.74304,8.99898\n7299,1646391081,47.74304,8.99898\n7300,1646391082,47.74304,8.99898\n7301,1646391083,47.74304,8.99898\n7302,1646391084,47.74304,8.99898\n7303,1646391085,47.74304,8.99898\n7304,1646391086,47.74304,8.99898\n7305,1646391087,47.74304,8.99898\n7306,1646391088,47.74304,8.99898\n7307,1646391089,47.74304,8.99898\n7308,1646391090,47.74304,8.99898\n7309,1646391091,47.74304,8.99898\n7310,1646391092,47.74304,8.99898\n7311,1646391093,47.74304,8.99898\n7312,1646391094,47.74304,8.99898\n7313,1646391095,47.74304,8.99898\n7314,1646391096,47.74304,8.99898\n7315,1646391097,47.74304,8.99898\n7316,1646391098,47.74304,8.99898\n7317,1646391099,47.74304,8.99898\n7318,1646391100,47.74304,8.99898\n7319,1646391101,47.74304,8.99898\n7320,1646391102,47.74304,8.99898\n7321,1646391103,47.74304,8.99898\n7322,1646391104,47.74304,8.99898\n7323,1646391105,47.74304,8.99898\n7324,1646391106,47.74304,8.99898\n7325,1646391107,47.74304,8.99898\n7326,1646391108,47.74304,8.99898\n7327,1646391109,47.74304,8.99898\n7328,1646391110,47.74304,8.99898\n7329,1646391111,47.74304,8.99898\n7330,1646391112,47.74304,8.99898\n7331,1646391113,47.74304,8.99898\n7332,1646391114,47.74304,8.99898\n7333,1646391115,47.74304,8.99898\n7334,1646391116,47.74304,8.99898\n7335,1646391117,47.74304,8.99898\n7336,1646391118,47.74304,8.99898\n7337,1646391119,47.74304,8.99898\n7338,1646391120,47.74304,8.99898\n7339,1646391121,47.74304,8.99898\n7340,1646391122,47.74304,8.99898\n7341,1646391123,47.74304,8.99898\n7342,1646391124,47.74304,8.99898\n7343,1646391125,47.74304,8.99898\n7344,1646391126,47.74304,8.99898\n7345,1646391127,47.74304,8.99898\n7346,1646391128,47.74304,8.99898\n7347,1646391129,47.74304,8.99898\n7348,1646391130,47.74304,8.99898\n7349,1646391131,47.74304,8.99898\n7350,1646391132,47.74304,8.99898\n7351,1646391133,47.74304,8.99898\n7352,1646391134,47.74304,8.99898\n7353,1646391135,47.74304,8.99898\n7354,1646391136,47.74304,8.99898\n7355,1646391137,47.74304,8.99898\n7356,1646391138,47.74304,8.99898\n7357,1646391139,47.74304,8.99898\n7358,1646391140,47.74304,8.99898\n7359,1646391141,47.74304,8.99898\n7360,1646391142,47.74304,8.99898\n7361,1646391143,47.74304,8.99898\n7362,1646391144,47.74304,8.99898\n7363,1646391145,47.74304,8.99898\n7364,1646391146,47.74304,8.99898\n7365,1646391147,47.74304,8.99898\n7366,1646391148,47.74304,8.99898\n7367,1646391149,47.74304,8.99898\n7368,1646391150,47.74304,8.99898\n7369,1646391151,47.74304,8.99898\n7370,1646391152,47.74304,8.99898\n7371,1646391153,47.74304,8.99898\n7372,1646391154,47.74304,8.99898\n7373,1646391155,47.74304,8.99898\n7374,1646391156,47.74304,8.99898\n7375,1646391157,47.74304,8.99898\n7376,1646391158,47.74304,8.99898\n7377,1646391159,47.74304,8.99898\n7378,1646391160,47.74304,8.99898\n7379,1646391161,47.74304,8.99898\n7380,1646391162,47.74304,8.99898\n7381,1646391163,47.74304,8.99898\n7382,1646391164,47.74304,8.99898\n7383,1646391165,47.74304,8.99898\n7384,1646391166,47.74304,8.99898\n7385,1646391167,47.74304,8.99898\n7386,1646391168,47.74304,8.99898\n7387,1646391169,47.74304,8.99898\n7388,1646391170,47.74304,8.99898\n7389,1646391171,47.74304,8.99898\n7390,1646391172,47.74304,8.99898\n7391,1646391173,47.74304,8.99898\n7392,1646391174,47.74304,8.99898\n7393,1646391175,47.74304,8.99898\n7394,1646391176,47.74304,8.99898\n7395,1646391177,47.74304,8.99898\n7396,1646391178,47.74304,8.99898\n7397,1646391179,47.74304,8.99898\n7398,1646391180,47.74304,8.99898\n7399,1646391181,47.74304,8.99898\n7400,1646391182,47.74304,8.99898\n7401,1646391183,47.74304,8.99898\n7402,1646391184,47.74304,8.99898\n7403,1646391185,47.74304,8.99898\n7404,1646391186,47.74304,8.99898\n7405,1646391187,47.74304,8.99898\n7406,1646391188,47.74304,8.99898\n7407,1646391189,47.74304,8.99898\n7408,1646391190,47.74304,8.99898\n7409,1646391191,47.74304,8.99898\n7410,1646391192,47.74304,8.99898\n7411,1646391193,47.74304,8.99898\n7412,1646391194,47.74304,8.99898\n7413,1646391195,47.74304,8.99898\n7414,1646391196,47.74304,8.99898\n7415,1646391197,47.74304,8.99898\n7416,1646391198,47.74304,8.99898\n7417,1646391199,47.74304,8.99898\n7418,1646391200,47.74304,8.99898\n7419,1646391201,47.74304,8.99898\n7420,1646391202,47.74304,8.99898\n7421,1646391203,47.74304,8.99898\n7422,1646391204,47.74304,8.99898\n7423,1646391205,47.74304,8.99898\n7424,1646391206,47.74304,8.99898\n7425,1646391207,47.74304,8.99898\n7426,1646391208,47.74304,8.99898\n7427,1646391209,47.74304,8.99898\n7428,1646391210,47.74304,8.99898\n7429,1646391211,47.74304,8.99898\n7430,1646391212,47.74304,8.99898\n7431,1646391213,47.74304,8.99898\n7432,1646391214,47.74304,8.99898\n7433,1646391215,47.74304,8.99898\n7434,1646391216,47.74304,8.99898\n7435,1646391217,47.74304,8.99898\n7436,1646391218,47.74304,8.99898\n7437,1646391219,47.74304,8.99898\n7438,1646391220,47.74304,8.99898\n7439,1646391221,47.74304,8.99898\n7440,1646391222,47.74304,8.99898\n7441,1646391223,47.74304,8.99898\n7442,1646391224,47.74304,8.99898\n7443,1646391225,47.74304,8.99898\n7444,1646391226,47.74304,8.99898\n7445,1646391227,47.74304,8.99898\n7446,1646391228,47.74304,8.99898\n7447,1646391229,47.74304,8.99898\n7448,1646391230,47.74304,8.99898\n7449,1646391231,47.74304,8.99898\n7450,1646391232,47.74304,8.99898\n7451,1646391233,47.74304,8.99898\n7452,1646391234,47.74304,8.99898\n7453,1646391235,47.74304,8.99898\n7454,1646391236,47.74304,8.99898\n7455,1646391237,47.74304,8.99898\n7456,1646391238,47.74304,8.99898\n7457,1646391239,47.74304,8.99898\n7458,1646391240,47.74304,8.99898\n7459,1646391241,47.74304,8.99898\n7460,1646391242,47.74304,8.99898\n7461,1646391243,47.74304,8.99898\n7462,1646391244,47.74304,8.99898\n7463,1646391245,47.74304,8.99898\n7464,1646391246,47.74304,8.99898\n7465,1646391247,47.74304,8.99898\n7466,1646391248,47.74304,8.99898\n7467,1646391249,47.74304,8.99898\n7468,1646391250,47.74304,8.99898\n7469,1646391251,47.74304,8.99898\n7470,1646391252,47.74304,8.99898\n7471,1646391253,47.74304,8.99898\n7472,1646391254,47.74304,8.99898\n7473,1646391255,47.74304,8.99898\n7474,1646391256,47.74304,8.99898\n7475,1646391257,47.74304,8.99898\n7476,1646391258,47.74304,8.99898\n7477,1646391259,47.74304,8.99898\n7478,1646391260,47.74304,8.99898\n7479,1646391261,47.74304,8.99898\n7480,1646391262,47.74304,8.99898\n7481,1646391263,47.74304,8.99898\n7482,1646391264,47.74304,8.99898\n7483,1646391265,47.74304,8.99898\n7484,1646391266,47.74304,8.99898\n7485,1646391267,47.74304,8.99898\n7486,1646391268,47.74304,8.99898\n7487,1646391269,47.74304,8.99898\n7488,1646391270,47.74304,8.99898\n7489,1646391271,47.74304,8.99898\n7490,1646391272,47.74304,8.99898\n7491,1646391273,47.74304,8.99898\n7492,1646391274,47.74304,8.99898\n7493,1646391275,47.74304,8.99898\n7494,1646391276,47.74304,8.99898\n7495,1646391277,47.74304,8.99898\n7496,1646391278,47.74304,8.99898\n7497,1646391279,47.74304,8.99898\n7498,1646391280,47.74304,8.99898\n7499,1646391281,47.74304,8.99898\n7500,1646391282,47.74304,8.99898\n7501,1646391283,47.74304,8.99898\n7502,1646391284,47.74304,8.99898\n7503,1646391285,47.74304,8.99898\n7504,1646391286,47.74304,8.99898\n7505,1646391287,47.74304,8.99898\n7506,1646391288,47.74304,8.99898\n7507,1646391289,47.74304,8.99898\n7508,1646391290,47.74304,8.99898\n7509,1646391291,47.74304,8.99898\n7510,1646391292,47.74304,8.99898\n7511,1646391293,47.74304,8.99898\n7512,1646391294,47.74304,8.99898\n7513,1646391295,47.74304,8.99898\n7514,1646391296,47.74304,8.99898\n7515,1646391297,47.74304,8.99898\n7516,1646391298,47.74304,8.99898\n7517,1646391299,47.74304,8.99898\n7518,1646391300,47.74304,8.99898\n7519,1646391301,47.74304,8.99898\n7520,1646391302,47.74304,8.99898\n7521,1646391303,47.74304,8.99898\n7522,1646391304,47.74304,8.99898\n7523,1646391305,47.74304,8.99898\n7524,1646391306,47.74304,8.99898\n7525,1646391307,47.74304,8.99898\n7526,1646391308,47.74304,8.99898\n7527,1646391309,47.74304,8.99897\n7528,1646391310,47.74304,8.99897\n7529,1646391311,47.74304,8.99897\n7530,1646391312,47.74304,8.99897\n7531,1646391313,47.74304,8.99897\n7532,1646391314,47.74304,8.99897\n7533,1646391315,47.74304,8.99897\n7534,1646391316,47.74304,8.99897\n7535,1646391317,47.74304,8.99897\n7536,1646391318,47.74304,8.99897\n7537,1646391319,47.74304,8.99897\n7538,1646391320,47.74304,8.99897\n7539,1646391321,47.74304,8.99897\n7540,1646391322,47.74304,8.99896\n7541,1646391323,47.74304,8.99896\n7542,1646391324,47.74304,8.99896\n7543,1646391325,47.74304,8.99896\n7544,1646391326,47.74304,8.99896\n7545,1646391327,47.74304,8.99896\n7546,1646391328,47.74304,8.99896\n7547,1646391329,47.74304,8.99895\n7548,1646391330,47.74304,8.99895\n7549,1646391331,47.74304,8.99895\n7550,1646391332,47.74304,8.99895\n7551,1646391333,47.74304,8.99895\n7552,1646391334,47.74304,8.99894\n7553,1646391335,47.74304,8.99894\n7554,1646391336,47.74304,8.99894\n7555,1646391337,47.74304,8.99894\n7556,1646391338,47.74304,8.99893\n7557,1646391339,47.74304,8.99893\n7558,1646391340,47.74304,8.99893\n7559,1646391341,47.74304,8.99893\n7560,1646391342,47.74304,8.99893\n7561,1646391343,47.74304,8.99892\n7562,1646391344,47.74304,8.99892\n7563,1646391345,47.74304,8.99892\n7564,1646391346,47.74304,8.99892\n7565,1646391347,47.74304,8.99892\n7566,1646391348,47.74303,8.99892\n7567,1646391349,47.74303,8.99892\n7568,1646391350,47.74303,8.99892\n7569,1646391351,47.74303,8.99891\n7570,1646391352,47.74303,8.99891\n7571,1646391353,47.74303,8.99891\n7572,1646391354,47.74303,8.99891\n7573,1646391355,47.74303,8.99891\n7574,1646391356,47.74303,8.99891\n7575,1646391357,47.74303,8.99891\n7576,1646391358,47.74303,8.99891\n7577,1646391359,47.74303,8.99891\n7578,1646391360,47.74303,8.99891\n7579,1646391361,47.74303,8.99891\n7580,1646391362,47.74303,8.99891\n7581,1646391363,47.74303,8.99891\n7582,1646391364,47.74302,8.99890\n7583,1646391365,47.74302,8.99890\n7584,1646391366,47.74302,8.99890\n7585,1646391367,47.74302,8.99890\n7586,1646391368,47.74302,8.99890\n7587,1646391369,47.74302,8.99890\n7588,1646391370,47.74302,8.99890\n7589,1646391371,47.74302,8.99889\n7590,1646391372,47.74302,8.99889\n7591,1646391373,47.74302,8.99889\n7592,1646391374,47.74302,8.99889\n7593,1646391375,47.74302,8.99889\n7594,1646391376,47.74302,8.99888\n7595,1646391377,47.74301,8.99888\n7596,1646391378,47.74301,8.99888\n7597,1646391379,47.74301,8.99888\n7598,1646391380,47.74301,8.99888\n7599,1646391381,47.74301,8.99887\n7600,1646391382,47.74301,8.99887\n7601,1646391383,47.74301,8.99887\n7602,1646391384,47.74301,8.99887\n7603,1646391385,47.74301,8.99886\n7604,1646391386,47.74301,8.99886\n7605,1646391387,47.74300,8.99886\n7606,1646391388,47.74300,8.99886\n7607,1646391389,47.74300,8.99886\n7608,1646391390,47.74300,8.99885\n7609,1646391391,47.74300,8.99885\n7610,1646391392,47.74300,8.99885\n7611,1646391393,47.74300,8.99885\n7612,1646391394,47.74300,8.99884\n7613,1646391395,47.74300,8.99884\n7614,1646391396,47.74300,8.99884\n7615,1646391397,47.74299,8.99884\n7616,1646391398,47.74299,8.99883\n7617,1646391399,47.74299,8.99883\n7618,1646391400,47.74299,8.99883\n7619,1646391401,47.74299,8.99883\n7620,1646391402,47.74299,8.99883\n7621,1646391403,47.74299,8.99882\n7622,1646391404,47.74299,8.99882\n7623,1646391405,47.74299,8.99882\n7624,1646391406,47.74299,8.99882\n7625,1646391407,47.74299,8.99882\n7626,1646391408,47.74299,8.99881\n7627,1646391409,47.74299,8.99881\n7628,1646391410,47.74299,8.99881\n7629,1646391411,47.74299,8.99881\n7630,1646391412,47.74299,8.99881\n7631,1646391413,47.74299,8.99880\n7632,1646391414,47.74299,8.99880\n7633,1646391415,47.74299,8.99880\n7634,1646391416,47.74299,8.99880\n7635,1646391417,47.74299,8.99880\n7636,1646391418,47.74299,8.99880\n7637,1646391419,47.74299,8.99879\n7638,1646391420,47.74299,8.99879\n7639,1646391421,47.74299,8.99879\n7640,1646391422,47.74299,8.99879\n7641,1646391423,47.74299,8.99879\n7642,1646391424,47.74300,8.99879\n7643,1646391425,47.74300,8.99879\n7644,1646391426,47.74300,8.99878\n7645,1646391427,47.74300,8.99878\n7646,1646391428,47.74300,8.99878\n7647,1646391429,47.74300,8.99878\n7648,1646391430,47.74300,8.99878\n7649,1646391431,47.74300,8.99878\n7650,1646391432,47.74300,8.99878\n7651,1646391433,47.74301,8.99878\n7652,1646391434,47.74301,8.99878\n7653,1646391435,47.74301,8.99878\n7654,1646391436,47.74301,8.99878\n7655,1646391437,47.74301,8.99878\n7656,1646391438,47.74301,8.99878\n7657,1646391439,47.74301,8.99878\n7658,1646391440,47.74302,8.99878\n7659,1646391441,47.74302,8.99878\n7660,1646391442,47.74302,8.99878\n7661,1646391443,47.74302,8.99878\n7662,1646391444,47.74302,8.99878\n7663,1646391445,47.74302,8.99878\n7664,1646391446,47.74302,8.99878\n7665,1646391447,47.74303,8.99878\n7666,1646391448,47.74303,8.99878\n7667,1646391449,47.74303,8.99879\n7668,1646391450,47.74303,8.99879\n7669,1646391451,47.74303,8.99879\n7670,1646391452,47.74303,8.99879\n7671,1646391453,47.74303,8.99879\n7672,1646391454,47.74303,8.99879\n7673,1646391455,47.74304,8.99879\n7674,1646391456,47.74304,8.99879\n7675,1646391457,47.74304,8.99880\n7676,1646391458,47.74304,8.99880\n7677,1646391459,47.74304,8.99880\n7678,1646391460,47.74304,8.99880\n7679,1646391461,47.74304,8.99880\n7680,1646391462,47.74304,8.99880\n7681,1646391463,47.74304,8.99881\n7682,1646391464,47.74304,8.99881\n7683,1646391465,47.74304,8.99881\n7684,1646391466,47.74304,8.99881\n7685,1646391467,47.74304,8.99881\n7686,1646391468,47.74304,8.99882\n7687,1646391469,47.74304,8.99882\n7688,1646391470,47.74304,8.99882\n7689,1646391471,47.74304,8.99882\n7690,1646391472,47.74304,8.99883\n7691,1646391473,47.74304,8.99883\n7692,1646391474,47.74304,8.99883\n7693,1646391475,47.74304,8.99883\n7694,1646391476,47.74304,8.99883\n7695,1646391477,47.74304,8.99884\n7696,1646391478,47.74304,8.99884\n7697,1646391479,47.74304,8.99884\n7698,1646391480,47.74304,8.99884\n7699,1646391481,47.74304,8.99885\n7700,1646391482,47.74304,8.99885\n7701,1646391483,47.74304,8.99885\n7702,1646391484,47.74304,8.99885\n7703,1646391485,47.74304,8.99885\n7704,1646391486,47.74304,8.99886\n7705,1646391487,47.74304,8.99886\n7706,1646391488,47.74304,8.99886\n7707,1646391489,47.74304,8.99886\n7708,1646391490,47.74304,8.99886\n7709,1646391491,47.74304,8.99887\n7710,1646391492,47.74304,8.99887\n7711,1646391493,47.74303,8.99887\n7712,1646391494,47.74303,8.99887\n7713,1646391495,47.74303,8.99887\n7714,1646391496,47.74303,8.99887\n7715,1646391497,47.74303,8.99887\n7716,1646391498,47.74303,8.99887\n7717,1646391499,47.74303,8.99887\n7718,1646391500,47.74303,8.99888\n7719,1646391501,47.74303,8.99888\n7720,1646391502,47.74303,8.99888\n7721,1646391503,47.74303,8.99888\n7722,1646391504,47.74302,8.99888\n7723,1646391505,47.74302,8.99888\n7724,1646391506,47.74302,8.99888\n7725,1646391507,47.74302,8.99888\n7726,1646391508,47.74302,8.99888\n7727,1646391509,47.74302,8.99888\n7728,1646391510,47.74302,8.99889\n7729,1646391511,47.74302,8.99889\n7730,1646391512,47.74302,8.99889\n7731,1646391513,47.74302,8.99889\n7732,1646391514,47.74302,8.99889\n7733,1646391515,47.74301,8.99889\n7734,1646391516,47.74301,8.99889\n7735,1646391517,47.74301,8.99889\n7736,1646391518,47.74301,8.99890\n7737,1646391519,47.74301,8.99890\n7738,1646391520,47.74301,8.99890\n7739,1646391521,47.74301,8.99890\n7740,1646391522,47.74301,8.99890\n7741,1646391523,47.74301,8.99890\n7742,1646391524,47.74301,8.99891\n7743,1646391525,47.74301,8.99891\n7744,1646391526,47.74301,8.99891\n7745,1646391527,47.74301,8.99891\n7746,1646391528,47.74301,8.99891\n7747,1646391529,47.74301,8.99891\n7748,1646391530,47.74301,8.99891\n7749,1646391531,47.74301,8.99891\n7750,1646391532,47.74301,8.99891\n7751,1646391533,47.74301,8.99892\n7752,1646391534,47.74301,8.99892\n7753,1646391535,47.74301,8.99892\n7754,1646391536,47.74301,8.99892\n7755,1646391537,47.74301,8.99892\n7756,1646391538,47.74300,8.99892\n7757,1646391539,47.74300,8.99893\n7758,1646391540,47.74300,8.99893\n7759,1646391541,47.74300,8.99893\n7760,1646391542,47.74300,8.99893\n7761,1646391543,47.74300,8.99893\n7762,1646391544,47.74300,8.99893\n7763,1646391545,47.74300,8.99893\n7764,1646391546,47.74300,8.99894\n7765,1646391547,47.74300,8.99894\n7766,1646391548,47.74300,8.99894\n7767,1646391549,47.74300,8.99894\n7768,1646391550,47.74300,8.99894\n7769,1646391551,47.74300,8.99894\n7770,1646391552,47.74300,8.99894\n7771,1646391553,47.74300,8.99894\n7772,1646391554,47.74300,8.99894\n7773,1646391555,47.74300,8.99895\n7774,1646391556,47.74300,8.99895\n7775,1646391557,47.74300,8.99895\n7776,1646391558,47.74300,8.99895\n7777,1646391559,47.74300,8.99895\n7778,1646391560,47.74300,8.99895\n7779,1646391561,47.74300,8.99896\n7780,1646391562,47.74300,8.99896\n7781,1646391563,47.74300,8.99896\n7782,1646391564,47.74300,8.99896\n7783,1646391565,47.74300,8.99896\n7784,1646391566,47.74300,8.99896\n7785,1646391567,47.74300,8.99897\n7786,1646391568,47.74301,8.99897\n7787,1646391569,47.74301,8.99897\n7788,1646391570,47.74301,8.99897\n7789,1646391571,47.74301,8.99897\n7790,1646391572,47.74301,8.99898\n7791,1646391573,47.74301,8.99898\n7792,1646391574,47.74301,8.99898\n7793,1646391575,47.74301,8.99898\n7794,1646391576,47.74301,8.99898\n7795,1646391577,47.74301,8.99898\n7796,1646391578,47.74301,8.99898\n7797,1646391579,47.74301,8.99899\n7798,1646391580,47.74301,8.99899\n7799,1646391581,47.74301,8.99899\n7800,1646391582,47.74301,8.99899\n7801,1646391583,47.74302,8.99899\n7802,1646391584,47.74302,8.99899\n7803,1646391585,47.74302,8.99899\n7804,1646391586,47.74302,8.99899\n7805,1646391587,47.74302,8.99899\n7806,1646391588,47.74302,8.99899\n7807,1646391589,47.74302,8.99899\n7808,1646391590,47.74302,8.99899\n7809,1646391591,47.74302,8.99899\n7810,1646391592,47.74302,8.99900\n7811,1646391593,47.74302,8.99900\n7812,1646391594,47.74302,8.99900\n7813,1646391595,47.74302,8.99900\n7814,1646391596,47.74302,8.99900\n7815,1646391597,47.74302,8.99900\n7816,1646391598,47.74302,8.99900\n7817,1646391599,47.74302,8.99900\n7818,1646391600,47.74302,8.99900\n7819,1646391601,47.74302,8.99900\n7820,1646391602,47.74302,8.99900\n7821,1646391603,47.74302,8.99900\n7822,1646391604,47.74302,8.99900\n7823,1646391605,47.74302,8.99900\n7824,1646391606,47.74302,8.99900\n7825,1646391607,47.74302,8.99900\n7826,1646391608,47.74302,8.99900\n7827,1646391609,47.74302,8.99900\n7828,1646391610,47.74302,8.99900\n7829,1646391611,47.74302,8.99900\n7830,1646391612,47.74302,8.99900\n7831,1646391613,47.74302,8.99900\n7832,1646391614,47.74302,8.99900\n7833,1646391615,47.74302,8.99900\n7834,1646391616,47.74302,8.99900\n7835,1646391617,47.74302,8.99901\n7836,1646391618,47.74302,8.99901\n7837,1646391619,47.74302,8.99901\n7838,1646391620,47.74302,8.99901\n7839,1646391621,47.74302,8.99901\n7840,1646391622,47.74302,8.99901\n7841,1646391623,47.74302,8.99901\n7842,1646391624,47.74302,8.99902\n7843,1646391625,47.74302,8.99902\n7844,1646391626,47.74302,8.99902\n7845,1646391627,47.74302,8.99902\n7846,1646391628,47.74302,8.99902\n7847,1646391629,47.74302,8.99903\n7848,1646391630,47.74302,8.99903\n7849,1646391631,47.74302,8.99903\n7850,1646391632,47.74302,8.99903\n7851,1646391633,47.74302,8.99904\n7852,1646391634,47.74302,8.99904\n7853,1646391635,47.74302,8.99904\n7854,1646391636,47.74302,8.99904\n7855,1646391637,47.74302,8.99905\n7856,1646391638,47.74303,8.99905\n7857,1646391639,47.74303,8.99905\n7858,1646391640,47.74303,8.99905\n7859,1646391641,47.74303,8.99905\n7860,1646391642,47.74303,8.99905\n7861,1646391643,47.74303,8.99906\n7862,1646391644,47.74303,8.99906\n7863,1646391645,47.74303,8.99906\n7864,1646391646,47.74303,8.99906\n7865,1646391647,47.74303,8.99906\n7866,1646391648,47.74303,8.99906\n7867,1646391649,47.74303,8.99907\n7868,1646391650,47.74303,8.99907\n7869,1646391651,47.74303,8.99907\n7870,1646391652,47.74303,8.99907\n7871,1646391653,47.74303,8.99907\n7872,1646391654,47.74303,8.99907\n7873,1646391655,47.74303,8.99907\n7874,1646391656,47.74303,8.99907\n7875,1646391657,47.74303,8.99907\n7876,1646391658,47.74303,8.99907\n7877,1646391659,47.74303,8.99907\n7878,1646391660,47.74303,8.99907\n7879,1646391661,47.74303,8.99907\n7880,1646391662,47.74303,8.99907\n7881,1646391663,47.74303,8.99907\n7882,1646391664,47.74303,8.99907\n7883,1646391665,47.74303,8.99907\n7884,1646391666,47.74303,8.99907\n7885,1646391667,47.74303,8.99907\n7886,1646391668,47.74303,8.99907\n7887,1646391669,47.74303,8.99907\n7888,1646391670,47.74303,8.99907\n7889,1646391671,47.74303,8.99907\n7890,1646391672,47.74303,8.99907\n7891,1646391673,47.74303,8.99907\n7892,1646391674,47.74303,8.99907\n7893,1646391675,47.74303,8.99907\n7894,1646391676,47.74303,8.99907\n7895,1646391677,47.74303,8.99907\n7896,1646391678,47.74303,8.99907\n7897,1646391679,47.74303,8.99907\n7898,1646391680,47.74303,8.99907\n7899,1646391681,47.74303,8.99907\n7900,1646391682,47.74303,8.99907\n7901,1646391683,47.74303,8.99907\n7902,1646391684,47.74303,8.99907\n7903,1646391685,47.74303,8.99907\n7904,1646391686,47.74303,8.99907\n7905,1646391687,47.74303,8.99907\n7906,1646391688,47.74303,8.99907\n7907,1646391689,47.74303,8.99907\n7908,1646391690,47.74303,8.99907\n7909,1646391691,47.74303,8.99907\n7910,1646391692,47.74303,8.99907\n7911,1646391693,47.74303,8.99907\n7912,1646391694,47.74303,8.99907\n7913,1646391695,47.74303,8.99907\n7914,1646391696,47.74303,8.99907\n7915,1646391697,47.74303,8.99907\n7916,1646391698,47.74303,8.99907\n7917,1646391699,47.74303,8.99907\n7918,1646391700,47.74303,8.99907\n7919,1646391701,47.74303,8.99907\n7920,1646391702,47.74303,8.99907\n7921,1646391703,47.74303,8.99907\n7922,1646391704,47.74303,8.99907\n7923,1646391705,47.74303,8.99907\n7924,1646391706,47.74303,8.99907\n7925,1646391707,47.74303,8.99907\n7926,1646391708,47.74303,8.99907\n7927,1646391709,47.74303,8.99907\n7928,1646391710,47.74303,8.99907\n7929,1646391711,47.74303,8.99907\n7930,1646391712,47.74303,8.99907\n7931,1646391713,47.74303,8.99907\n7932,1646391714,47.74303,8.99907\n7933,1646391715,47.74303,8.99907\n7934,1646391716,47.74303,8.99907\n7935,1646391717,47.74303,8.99907\n7936,1646391718,47.74303,8.99907\n7937,1646391719,47.74303,8.99907\n7938,1646391720,47.74303,8.99907\n7939,1646391721,47.74303,8.99907\n7940,1646391722,47.74303,8.99907\n7941,1646391723,47.74303,8.99907\n7942,1646391724,47.74303,8.99907\n7943,1646391725,47.74303,8.99907\n7944,1646391726,47.74303,8.99907\n7945,1646391727,47.74303,8.99907\n7946,1646391728,47.74303,8.99907\n7947,1646391729,47.74303,8.99907\n7948,1646391730,47.74303,8.99907\n7949,1646391731,47.74303,8.99907\n7950,1646391732,47.74303,8.99907\n7951,1646391733,47.74303,8.99907\n7952,1646391734,47.74303,8.99907\n7953,1646391735,47.74303,8.99907\n7954,1646391736,47.74303,8.99907\n7955,1646391737,47.74303,8.99907\n7956,1646391738,47.74303,8.99907\n7957,1646391739,47.74303,8.99907\n7958,1646391740,47.74303,8.99907\n7959,1646391741,47.74303,8.99907\n7960,1646391742,47.74303,8.99907\n7961,1646391743,47.74303,8.99907\n7962,1646391744,47.74303,8.99907\n7963,1646391745,47.74303,8.99907\n7964,1646391746,47.74303,8.99907\n7965,1646391747,47.74303,8.99907\n7966,1646391748,47.74303,8.99907\n7967,1646391749,47.74303,8.99907\n7968,1646391750,47.74303,8.99907\n7969,1646391751,47.74304,8.99907\n7970,1646391752,47.74304,8.99907\n7971,1646391753,47.74304,8.99907\n7972,1646391754,47.74304,8.99907\n7973,1646391755,47.74304,8.99907\n7974,1646391756,47.74304,8.99907\n7975,1646391757,47.74304,8.99907\n7976,1646391758,47.74304,8.99907\n7977,1646391759,47.74304,8.99907\n7978,1646391760,47.74304,8.99907\n7979,1646391761,47.74304,8.99907\n7980,1646391762,47.74304,8.99908\n7981,1646391763,47.74304,8.99908\n7982,1646391764,47.74304,8.99908\n7983,1646391765,47.74304,8.99908\n7984,1646391766,47.74304,8.99907\n7985,1646391767,47.74304,8.99907\n7986,1646391768,47.74304,8.99907\n7987,1646391769,47.74304,8.99907\n7988,1646391770,47.74304,8.99907\n7989,1646391771,47.74304,8.99907\n7990,1646391772,47.74304,8.99907\n7991,1646391773,47.74304,8.99907\n7992,1646391774,47.74304,8.99907\n7993,1646391775,47.74304,8.99907\n7994,1646391776,47.74304,8.99907\n7995,1646391777,47.74304,8.99907\n7996,1646391778,47.74304,8.99907\n7997,1646391779,47.74304,8.99907\n7998,1646391780,47.74304,8.99907\n7999,1646391781,47.74304,8.99907\n8000,1646391782,47.74304,8.99907\n8001,1646391783,47.74304,8.99907\n8002,1646391784,47.74304,8.99907\n8003,1646391785,47.74304,8.99907\n8004,1646391786,47.74304,8.99907\n8005,1646391787,47.74304,8.99907\n8006,1646391788,47.74304,8.99907\n8007,1646391789,47.74304,8.99907\n8008,1646391790,47.74304,8.99907\n8009,1646391791,47.74304,8.99907\n8010,1646391792,47.74304,8.99907\n8011,1646391793,47.74304,8.99907\n8012,1646391794,47.74304,8.99907\n8013,1646391795,47.74304,8.99907\n8014,1646391796,47.74304,8.99907\n8015,1646391797,47.74304,8.99907\n8016,1646391798,47.74304,8.99907\n8017,1646391799,47.74304,8.99907\n8018,1646391800,47.74304,8.99907\n8019,1646391801,47.74304,8.99907\n8020,1646391802,47.74304,8.99907\n8021,1646391803,47.74304,8.99907\n8022,1646391804,47.74304,8.99907\n8023,1646391805,47.74304,8.99907\n8024,1646391806,47.74304,8.99907\n8025,1646391807,47.74304,8.99907\n8026,1646391808,47.74304,8.99907\n8027,1646391809,47.74304,8.99907\n8028,1646391810,47.74304,8.99907\n8029,1646391811,47.74304,8.99907\n8030,1646391812,47.74304,8.99907\n8031,1646391813,47.74304,8.99907\n8032,1646391814,47.74304,8.99907\n8033,1646391815,47.74304,8.99907\n8034,1646391816,47.74304,8.99907\n8035,1646391817,47.74304,8.99907\n8036,1646391818,47.74304,8.99907\n8037,1646391819,47.74304,8.99907\n8038,1646391820,47.74304,8.99907\n8039,1646391821,47.74304,8.99907\n8040,1646391822,47.74304,8.99907\n8041,1646391823,47.74304,8.99907\n8042,1646391824,47.74304,8.99907\n8043,1646391825,47.74304,8.99907\n8044,1646391826,47.74304,8.99907\n8045,1646391827,47.74304,8.99907\n8046,1646391828,47.74304,8.99907\n8047,1646391829,47.74304,8.99907\n8048,1646391830,47.74304,8.99907\n8049,1646391831,47.74304,8.99907\n8050,1646391832,47.74304,8.99907\n8051,1646391833,47.74304,8.99907\n8052,1646391834,47.74304,8.99907\n8053,1646391835,47.74304,8.99907\n8054,1646391836,47.74304,8.99907\n8055,1646391837,47.74304,8.99907\n8056,1646391838,47.74304,8.99907\n8057,1646391839,47.74304,8.99907\n8058,1646391840,47.74304,8.99907\n8059,1646391841,47.74304,8.99907\n8060,1646391842,47.74304,8.99907\n8061,1646391843,47.74304,8.99907\n8062,1646391844,47.74304,8.99907\n8063,1646391845,47.74304,8.99907\n8064,1646391846,47.74304,8.99907\n8065,1646391847,47.74304,8.99907\n8066,1646391848,47.74304,8.99907\n8067,1646391849,47.74304,8.99907\n8068,1646391850,47.74304,8.99907\n8069,1646391851,47.74304,8.99907\n8070,1646391852,47.74304,8.99907\n8071,1646391853,47.74304,8.99907\n8072,1646391854,47.74304,8.99907\n8073,1646391855,47.74304,8.99907\n8074,1646391856,47.74304,8.99907\n8075,1646391857,47.74304,8.99907\n8076,1646391858,47.74304,8.99907\n8077,1646391859,47.74304,8.99907\n8078,1646391860,47.74304,8.99907\n8079,1646391861,47.74304,8.99907\n8080,1646391862,47.74304,8.99907\n8081,1646391863,47.74304,8.99907\n8082,1646391864,47.74304,8.99907\n8083,1646391865,47.74304,8.99907\n8084,1646391866,47.74304,8.99907\n8085,1646391867,47.74304,8.99907\n8086,1646391868,47.74304,8.99907\n8087,1646391869,47.74304,8.99907\n8088,1646391870,47.74304,8.99907\n8089,1646391871,47.74304,8.99907\n8090,1646391872,47.74304,8.99907\n8091,1646391873,47.74304,8.99907\n8092,1646391874,47.74304,8.99907\n8093,1646391875,47.74304,8.99907\n8094,1646391876,47.74304,8.99907\n8095,1646391877,47.74304,8.99907\n8096,1646391878,47.74304,8.99907\n8097,1646391879,47.74304,8.99907\n8098,1646391880,47.74304,8.99907\n8099,1646391881,47.74304,8.99907\n8100,1646391882,47.74304,8.99907\n8101,1646391883,47.74304,8.99907\n8102,1646391884,47.74304,8.99907\n8103,1646391885,47.74304,8.99907\n8104,1646391886,47.74304,8.99907\n8105,1646391887,47.74304,8.99907\n8106,1646391888,47.74304,8.99907\n8107,1646391889,47.74304,8.99907\n8108,1646391890,47.74304,8.99907\n8109,1646391891,47.74304,8.99907\n8110,1646391892,47.74304,8.99907\n8111,1646391893,47.74304,8.99907\n8112,1646391894,47.74304,8.99907\n8113,1646391895,47.74304,8.99907\n8114,1646391896,47.74304,8.99907\n8115,1646391897,47.74304,8.99907\n8116,1646391898,47.74304,8.99907\n8117,1646391899,47.74304,8.99907\n8118,1646391900,47.74304,8.99907\n8119,1646391901,47.74304,8.99907\n8120,1646391902,47.74304,8.99907\n8121,1646391903,47.74304,8.99907\n8122,1646391904,47.74304,8.99907\n8123,1646391905,47.74304,8.99907\n8124,1646391906,47.74304,8.99907\n8125,1646391907,47.74304,8.99907\n8126,1646391908,47.74305,8.99907\n8127,1646391909,47.74305,8.99907\n8128,1646391910,47.74305,8.99907\n8129,1646391911,47.74305,8.99907\n8130,1646391912,47.74305,8.99907\n8131,1646391913,47.74305,8.99907\n8132,1646391914,47.74305,8.99907\n8133,1646391915,47.74305,8.99907\n8134,1646391916,47.74305,8.99907\n8135,1646391917,47.74305,8.99907\n8136,1646391918,47.74305,8.99907\n8137,1646391919,47.74305,8.99907\n8138,1646391920,47.74305,8.99907\n8139,1646391921,47.74305,8.99907\n8140,1646391922,47.74305,8.99907\n8141,1646391923,47.74305,8.99907\n8142,1646391924,47.74305,8.99907\n8143,1646391925,47.74305,8.99907\n8144,1646391926,47.74305,8.99907\n8145,1646391927,47.74305,8.99907\n8146,1646391928,47.74305,8.99907\n8147,1646391929,47.74305,8.99907\n8148,1646391930,47.74305,8.99907\n8149,1646391931,47.74305,8.99907\n8150,1646391932,47.74305,8.99907\n8151,1646391933,47.74305,8.99907\n8152,1646391934,47.74305,8.99907\n8153,1646391935,47.74305,8.99907\n8154,1646391936,47.74305,8.99907\n8155,1646391937,47.74305,8.99907\n8156,1646391938,47.74305,8.99907\n8157,1646391939,47.74305,8.99907\n8158,1646391940,47.74305,8.99907\n8159,1646391941,47.74305,8.99907\n8160,1646391942,47.74305,8.99907\n8161,1646391943,47.74305,8.99907\n8162,1646391944,47.74305,8.99907\n8163,1646391945,47.74305,8.99907\n8164,1646391946,47.74305,8.99907\n8165,1646391947,47.74305,8.99907\n8166,1646391948,47.74305,8.99907\n8167,1646391949,47.74305,8.99907\n8168,1646391950,47.74305,8.99907\n8169,1646391951,47.74305,8.99907\n8170,1646391952,47.74305,8.99907\n8171,1646391953,47.74305,8.99907\n8172,1646391954,47.74305,8.99907\n8173,1646391955,47.74305,8.99907\n8174,1646391956,47.74305,8.99907\n8175,1646391957,47.74305,8.99907\n8176,1646391958,47.74305,8.99907\n8177,1646391959,47.74305,8.99907\n8178,1646391960,47.74305,8.99907\n8179,1646391961,47.74305,8.99907\n8180,1646391962,47.74305,8.99907\n8181,1646391963,47.74305,8.99907\n8182,1646391964,47.74305,8.99907\n8183,1646391965,47.74305,8.99907\n8184,1646391966,47.74305,8.99907\n8185,1646391967,47.74305,8.99907\n8186,1646391968,47.74305,8.99907\n8187,1646391969,47.74305,8.99907\n8188,1646391970,47.74305,8.99907\n8189,1646391971,47.74305,8.99907\n8190,1646391972,47.74305,8.99907\n8191,1646391973,47.74305,8.99907\n8192,1646391974,47.74305,8.99907\n8193,1646391975,47.74305,8.99907\n8194,1646391976,47.74305,8.99907\n8195,1646391977,47.74305,8.99907\n8196,1646391978,47.74305,8.99907\n8197,1646391979,47.74305,8.99907\n8198,1646391980,47.74305,8.99907\n8199,1646391981,47.74305,8.99907\n8200,1646391982,47.74305,8.99907\n8201,1646391983,47.74305,8.99907\n8202,1646391984,47.74305,8.99907\n8203,1646391985,47.74305,8.99907\n8204,1646391986,47.74305,8.99907\n8205,1646391987,47.74305,8.99907\n8206,1646391988,47.74305,8.99907\n8207,1646391989,47.74305,8.99907\n8208,1646391990,47.74305,8.99907\n8209,1646391991,47.74305,8.99907\n8210,1646391992,47.74305,8.99907\n8211,1646391993,47.74305,8.99907\n8212,1646391994,47.74305,8.99907\n8213,1646391995,47.74305,8.99907\n8214,1646391996,47.74305,8.99907\n8215,1646391997,47.74305,8.99907\n8216,1646391998,47.74305,8.99907\n8217,1646391999,47.74305,8.99907\n8218,1646392000,47.74305,8.99907\n8219,1646392001,47.74305,8.99907\n8220,1646392002,47.74305,8.99907\n8221,1646392003,47.74305,8.99907\n8222,1646392004,47.74305,8.99907\n8223,1646392005,47.74305,8.99907\n8224,1646392006,47.74305,8.99907\n8225,1646392007,47.74305,8.99907\n8226,1646392008,47.74305,8.99907\n8227,1646392009,47.74305,8.99907\n8228,1646392010,47.74305,8.99907\n8229,1646392011,47.74305,8.99907\n8230,1646392012,47.74305,8.99907\n8231,1646392013,47.74305,8.99907\n8232,1646392014,47.74305,8.99907\n8233,1646392015,47.74305,8.99907\n8234,1646392016,47.74305,8.99907\n8235,1646392017,47.74305,8.99907\n8236,1646392018,47.74305,8.99907\n8237,1646392019,47.74305,8.99907\n8238,1646392020,47.74305,8.99907\n8239,1646392021,47.74305,8.99907\n8240,1646392022,47.74305,8.99907\n8241,1646392023,47.74305,8.99907\n8242,1646392024,47.74305,8.99906\n8243,1646392025,47.74305,8.99906\n8244,1646392026,47.74305,8.99906\n8245,1646392027,47.74305,8.99906\n8246,1646392028,47.74305,8.99906\n8247,1646392029,47.74305,8.99906\n8248,1646392030,47.74305,8.99906\n8249,1646392031,47.74305,8.99906\n8250,1646392032,47.74305,8.99906\n8251,1646392033,47.74305,8.99906\n8252,1646392034,47.74305,8.99906\n8253,1646392035,47.74305,8.99906\n8254,1646392036,47.74305,8.99906\n8255,1646392037,47.74305,8.99906\n8256,1646392038,47.74305,8.99906\n8257,1646392039,47.74305,8.99906\n8258,1646392040,47.74305,8.99906\n8259,1646392041,47.74305,8.99906\n8260,1646392042,47.74305,8.99906\n8261,1646392043,47.74305,8.99906\n8262,1646392044,47.74305,8.99906\n8263,1646392045,47.74305,8.99906\n8264,1646392046,47.74305,8.99906\n8265,1646392047,47.74305,8.99906\n8266,1646392048,47.74305,8.99906\n8267,1646392049,47.74305,8.99906\n8268,1646392050,47.74305,8.99906\n8269,1646392051,47.74305,8.99906\n8270,1646392052,47.74305,8.99906\n8271,1646392053,47.74305,8.99906\n8272,1646392054,47.74305,8.99906\n8273,1646392055,47.74305,8.99906\n8274,1646392056,47.74305,8.99906\n8275,1646392057,47.74305,8.99906\n8276,1646392058,47.74305,8.99906\n8277,1646392059,47.74305,8.99906\n8278,1646392060,47.74305,8.99906\n8279,1646392061,47.74305,8.99906\n8280,1646392062,47.74305,8.99906\n8281,1646392063,47.74305,8.99906\n8282,1646392064,47.74305,8.99906\n8283,1646392065,47.74305,8.99906\n8284,1646392066,47.74305,8.99906\n8285,1646392067,47.74305,8.99906\n8286,1646392068,47.74305,8.99906\n8287,1646392069,47.74305,8.99906\n8288,1646392070,47.74305,8.99906\n8289,1646392071,47.74305,8.99906\n8290,1646392072,47.74305,8.99906\n8291,1646392073,47.74305,8.99907\n8292,1646392074,47.74305,8.99907\n8293,1646392075,47.74305,8.99907\n8294,1646392076,47.74305,8.99907\n8295,1646392077,47.74305,8.99907\n8296,1646392078,47.74305,8.99907\n8297,1646392079,47.74305,8.99907\n8298,1646392080,47.74305,8.99907\n8299,1646392081,47.74305,8.99907\n8300,1646392082,47.74305,8.99907\n8301,1646392083,47.74305,8.99907\n8302,1646392084,47.74305,8.99907\n8303,1646392085,47.74305,8.99907\n8304,1646392086,47.74305,8.99907\n8305,1646392087,47.74305,8.99907\n8306,1646392088,47.74305,8.99907\n8307,1646392089,47.74306,8.99907\n8308,1646392090,47.74306,8.99907\n8309,1646392091,47.74306,8.99907\n8310,1646392092,47.74306,8.99907\n8311,1646392093,47.74306,8.99907\n8312,1646392094,47.74306,8.99907\n8313,1646392095,47.74306,8.99907\n8314,1646392096,47.74306,8.99907\n8315,1646392097,47.74306,8.99907\n8316,1646392098,47.74306,8.99907\n8317,1646392099,47.74306,8.99907\n8318,1646392100,47.74306,8.99907\n8319,1646392101,47.74306,8.99907\n8320,1646392102,47.74306,8.99907\n8321,1646392103,47.74306,8.99907\n8322,1646392104,47.74306,8.99907\n8323,1646392105,47.74306,8.99907\n8324,1646392106,47.74306,8.99907\n8325,1646392107,47.74306,8.99907\n8326,1646392108,47.74306,8.99907\n8327,1646392109,47.74306,8.99907\n8328,1646392110,47.74306,8.99907\n8329,1646392111,47.74306,8.99907\n8330,1646392112,47.74306,8.99907\n8331,1646392113,47.74306,8.99907\n8332,1646392114,47.74306,8.99907\n8333,1646392115,47.74306,8.99907\n8334,1646392116,47.74306,8.99907\n8335,1646392117,47.74306,8.99907\n8336,1646392118,47.74306,8.99907\n8337,1646392119,47.74306,8.99907\n8338,1646392120,47.74306,8.99907\n8339,1646392121,47.74306,8.99907\n8340,1646392122,47.74306,8.99907\n8341,1646392123,47.74306,8.99907\n8342,1646392124,47.74306,8.99907\n8343,1646392125,47.74306,8.99907\n8344,1646392126,47.74306,8.99907\n8345,1646392127,47.74306,8.99907\n8346,1646392128,47.74306,8.99907\n8347,1646392129,47.74306,8.99907\n8348,1646392130,47.74306,8.99907\n8349,1646392131,47.74306,8.99907\n8350,1646392132,47.74306,8.99907\n8351,1646392133,47.74306,8.99907\n8352,1646392134,47.74306,8.99907\n8353,1646392135,47.74306,8.99907\n8354,1646392136,47.74306,8.99907\n8355,1646392137,47.74306,8.99907\n8356,1646392138,47.74306,8.99907\n8357,1646392139,47.74306,8.99907\n8358,1646392140,47.74306,8.99907\n8359,1646392141,47.74306,8.99907\n8360,1646392142,47.74306,8.99907\n8361,1646392143,47.74306,8.99907\n8362,1646392144,47.74306,8.99907\n8363,1646392145,47.74306,8.99907\n8364,1646392146,47.74306,8.99907\n8365,1646392147,47.74306,8.99907\n8366,1646392148,47.74306,8.99907\n8367,1646392149,47.74306,8.99907\n8368,1646392150,47.74306,8.99907\n8369,1646392151,47.74306,8.99907\n8370,1646392152,47.74306,8.99907\n8371,1646392153,47.74306,8.99907\n8372,1646392154,47.74306,8.99907\n8373,1646392155,47.74306,8.99907\n8374,1646392156,47.74306,8.99907\n8375,1646392157,47.74306,8.99907\n8376,1646392158,47.74306,8.99907\n8377,1646392159,47.74306,8.99907\n8378,1646392160,47.74306,8.99907\n8379,1646392161,47.74306,8.99907\n8380,1646392162,47.74306,8.99907\n8381,1646392163,47.74306,8.99907\n8382,1646392164,47.74306,8.99907\n8383,1646392165,47.74306,8.99907\n8384,1646392166,47.74306,8.99907\n8385,1646392167,47.74306,8.99907\n8386,1646392168,47.74306,8.99907\n8387,1646392169,47.74306,8.99907\n8388,1646392170,47.74306,8.99907\n8389,1646392171,47.74306,8.99907\n8390,1646392172,47.74306,8.99907\n8391,1646392173,47.74306,8.99907\n8392,1646392174,47.74306,8.99907\n8393,1646392175,47.74306,8.99907\n8394,1646392176,47.74306,8.99907\n8395,1646392177,47.74306,8.99907\n8396,1646392178,47.74306,8.99907\n8397,1646392179,47.74306,8.99907\n8398,1646392180,47.74306,8.99907\n8399,1646392181,47.74306,8.99907\n8400,1646392182,47.74306,8.99907\n8401,1646392183,47.74306,8.99907\n8402,1646392184,47.74306,8.99907\n8403,1646392185,47.74306,8.99907\n8404,1646392186,47.74306,8.99907\n8405,1646392187,47.74306,8.99907\n8406,1646392188,47.74306,8.99907\n8407,1646392189,47.74306,8.99907\n8408,1646392190,47.74306,8.99907\n8409,1646392191,47.74306,8.99907\n8410,1646392192,47.74306,8.99907\n8411,1646392193,47.74306,8.99907\n8412,1646392194,47.74306,8.99907\n8413,1646392195,47.74306,8.99907\n8414,1646392196,47.74306,8.99907\n8415,1646392197,47.74306,8.99907\n8416,1646392198,47.74306,8.99907\n8417,1646392199,47.74306,8.99907\n8418,1646392200,47.74306,8.99907\n8419,1646392201,47.74306,8.99907\n8420,1646392202,47.74306,8.99907\n8421,1646392203,47.74306,8.99907\n8422,1646392204,47.74306,8.99907\n8423,1646392205,47.74306,8.99907\n8424,1646392206,47.74306,8.99907\n8425,1646392207,47.74306,8.99907\n8426,1646392208,47.74306,8.99907\n8427,1646392209,47.74306,8.99907\n8428,1646392210,47.74306,8.99907\n8429,1646392211,47.74306,8.99907\n8430,1646392212,47.74306,8.99907\n8431,1646392213,47.74306,8.99907\n8432,1646392214,47.74306,8.99907\n8433,1646392215,47.74306,8.99907\n8434,1646392216,47.74306,8.99907\n8435,1646392217,47.74306,8.99907\n8436,1646392218,47.74306,8.99907\n8437,1646392219,47.74306,8.99907\n8438,1646392220,47.74306,8.99907\n8439,1646392221,47.74306,8.99907\n8440,1646392222,47.74306,8.99907\n8441,1646392223,47.74306,8.99907\n8442,1646392224,47.74306,8.99907\n8443,1646392225,47.74306,8.99907\n8444,1646392226,47.74306,8.99907\n8445,1646392227,47.74306,8.99907\n8446,1646392228,47.74306,8.99907\n8447,1646392229,47.74306,8.99907\n8448,1646392230,47.74306,8.99907\n8449,1646392231,47.74306,8.99907\n8450,1646392232,47.74306,8.99907\n8451,1646392233,47.74306,8.99907\n8452,1646392234,47.74306,8.99907\n8453,1646392235,47.74306,8.99907\n8454,1646392236,47.74306,8.99907\n8455,1646392237,47.74306,8.99907\n8456,1646392238,47.74306,8.99907\n8457,1646392239,47.74306,8.99907\n8458,1646392240,47.74306,8.99907\n8459,1646392241,47.74306,8.99907\n8460,1646392242,47.74306,8.99907\n8461,1646392243,47.74306,8.99907\n8462,1646392244,47.74306,8.99907\n8463,1646392245,47.74306,8.99907\n8464,1646392246,47.74306,8.99907\n8465,1646392247,47.74306,8.99907\n8466,1646392248,47.74306,8.99907\n8467,1646392249,47.74306,8.99907\n8468,1646392250,47.74306,8.99907\n8469,1646392251,47.74306,8.99907\n8470,1646392252,47.74306,8.99907\n8471,1646392253,47.74306,8.99907\n8472,1646392254,47.74306,8.99907\n8473,1646392255,47.74306,8.99907\n8474,1646392256,47.74306,8.99907\n8475,1646392257,47.74306,8.99907\n8476,1646392258,47.74306,8.99907\n8477,1646392259,47.74306,8.99907\n8478,1646392260,47.74306,8.99907\n8479,1646392261,47.74306,8.99907\n8480,1646392262,47.74306,8.99907\n8481,1646392263,47.74306,8.99907\n8482,1646392264,47.74306,8.99907\n8483,1646392265,47.74306,8.99907\n8484,1646392266,47.74306,8.99907\n8485,1646392267,47.74306,8.99907\n8486,1646392268,47.74306,8.99907\n8487,1646392269,47.74306,8.99907\n8488,1646392270,47.74306,8.99907\n8489,1646392271,47.74306,8.99907\n8490,1646392272,47.74306,8.99907\n8491,1646392273,47.74306,8.99907\n8492,1646392274,47.74306,8.99907\n8493,1646392275,47.74306,8.99907\n8494,1646392276,47.74306,8.99907\n8495,1646392277,47.74306,8.99907\n8496,1646392278,47.74306,8.99907\n8497,1646392279,47.74306,8.99907\n8498,1646392280,47.74306,8.99907\n8499,1646392281,47.74306,8.99907\n8500,1646392282,47.74306,8.99907\n8501,1646392283,47.74306,8.99907\n8502,1646392284,47.74306,8.99907\n8503,1646392285,47.74306,8.99907\n8504,1646392286,47.74306,8.99907\n8505,1646392287,47.74306,8.99907\n8506,1646392288,47.74306,8.99907\n8507,1646392289,47.74306,8.99907\n8508,1646392290,47.74306,8.99907\n8509,1646392291,47.74306,8.99907\n8510,1646392292,47.74306,8.99907\n8511,1646392293,47.74306,8.99907\n8512,1646392294,47.74306,8.99907\n8513,1646392295,47.74306,8.99907\n8514,1646392296,47.74306,8.99907\n8515,1646392297,47.74306,8.99907\n8516,1646392298,47.74306,8.99907\n8517,1646392299,47.74306,8.99907\n8518,1646392300,47.74306,8.99907\n8519,1646392301,47.74306,8.99907\n8520,1646392302,47.74306,8.99907\n8521,1646392303,47.74306,8.99907\n8522,1646392304,47.74306,8.99907\n8523,1646392305,47.74306,8.99907\n8524,1646392306,47.74306,8.99907\n8525,1646392307,47.74306,8.99907\n8526,1646392308,47.74306,8.99907\n8527,1646392309,47.74306,8.99907\n8528,1646392310,47.74306,8.99907\n8529,1646392311,47.74306,8.99907\n8530,1646392312,47.74306,8.99907\n8531,1646392313,47.74306,8.99907\n8532,1646392314,47.74306,8.99907\n8533,1646392315,47.74306,8.99907\n8534,1646392316,47.74306,8.99907\n8535,1646392317,47.74306,8.99907\n8536,1646392318,47.74306,8.99907\n8537,1646392319,47.74306,8.99907\n8538,1646392320,47.74306,8.99907\n8539,1646392321,47.74306,8.99907\n8540,1646392322,47.74306,8.99907\n8541,1646392323,47.74306,8.99907\n8542,1646392324,47.74306,8.99907\n8543,1646392325,47.74306,8.99907\n8544,1646392326,47.74306,8.99907\n8545,1646392327,47.74306,8.99907\n8546,1646392328,47.74306,8.99907\n8547,1646392329,47.74306,8.99906\n8548,1646392330,47.74306,8.99906\n8549,1646392331,47.74306,8.99906\n8550,1646392332,47.74306,8.99906\n8551,1646392333,47.74306,8.99906\n8552,1646392334,47.74306,8.99906\n8553,1646392335,47.74306,8.99906\n8554,1646392336,47.74306,8.99906\n8555,1646392337,47.74306,8.99906\n8556,1646392338,47.74306,8.99906\n8557,1646392339,47.74306,8.99906\n8558,1646392340,47.74306,8.99906\n8559,1646392341,47.74306,8.99906\n8560,1646392342,47.74306,8.99906\n8561,1646392343,47.74306,8.99906\n8562,1646392344,47.74306,8.99906\n8563,1646392345,47.74306,8.99906\n8564,1646392346,47.74306,8.99906\n8565,1646392347,47.74306,8.99906\n8566,1646392348,47.74306,8.99906\n8567,1646392349,47.74306,8.99906\n8568,1646392350,47.74306,8.99906\n8569,1646392351,47.74306,8.99906\n8570,1646392352,47.74306,8.99906\n8571,1646392353,47.74306,8.99906\n8572,1646392354,47.74306,8.99906\n8573,1646392355,47.74306,8.99906\n8574,1646392356,47.74306,8.99906\n8575,1646392357,47.74306,8.99906\n8576,1646392358,47.74306,8.99906\n8577,1646392359,47.74306,8.99906\n8578,1646392360,47.74306,8.99906\n8579,1646392361,47.74306,8.99906\n8580,1646392362,47.74306,8.99906\n8581,1646392363,47.74306,8.99906\n8582,1646392364,47.74306,8.99906\n8583,1646392365,47.74306,8.99906\n8584,1646392366,47.74306,8.99906\n8585,1646392367,47.74306,8.99906\n8586,1646392368,47.74306,8.99906\n8587,1646392369,47.74306,8.99906\n8588,1646392370,47.74306,8.99906\n8589,1646392371,47.74306,8.99906\n8590,1646392372,47.74306,8.99906\n8591,1646392373,47.74306,8.99906\n8592,1646392374,47.74306,8.99906\n8593,1646392375,47.74306,8.99906\n8594,1646392376,47.74306,8.99906\n8595,1646392377,47.74306,8.99906\n8596,1646392378,47.74306,8.99906\n8597,1646392379,47.74306,8.99906\n8598,1646392380,47.74306,8.99906\n8599,1646392381,47.74306,8.99906\n8600,1646392382,47.74306,8.99906\n8601,1646392383,47.74306,8.99906\n8602,1646392384,47.74306,8.99906\n8603,1646392385,47.74306,8.99906\n8604,1646392386,47.74306,8.99906\n8605,1646392387,47.74306,8.99906\n8606,1646392388,47.74306,8.99906\n8607,1646392389,47.74306,8.99906\n8608,1646392390,47.74306,8.99906\n8609,1646392391,47.74306,8.99906\n8610,1646392392,47.74306,8.99906\n8611,1646392393,47.74306,8.99906\n8612,1646392394,47.74306,8.99906\n8613,1646392395,47.74306,8.99906\n8614,1646392396,47.74306,8.99906\n8615,1646392397,47.74306,8.99906\n8616,1646392398,47.74306,8.99906\n8617,1646392399,47.74306,8.99906\n8618,1646392400,47.74306,8.99906\n8619,1646392401,47.74306,8.99906\n8620,1646392402,47.74306,8.99906\n8621,1646392403,47.74306,8.99906\n8622,1646392404,47.74306,8.99906\n8623,1646392405,47.74306,8.99906\n8624,1646392406,47.74306,8.99906\n8625,1646392407,47.74306,8.99906\n8626,1646392408,47.74306,8.99906\n8627,1646392409,47.74306,8.99906\n8628,1646392410,47.74306,8.99906\n8629,1646392411,47.74306,8.99906\n8630,1646392412,47.74306,8.99906\n8631,1646392413,47.74306,8.99906\n8632,1646392414,47.74306,8.99906\n8633,1646392415,47.74306,8.99906\n8634,1646392416,47.74306,8.99906\n8635,1646392417,47.74306,8.99906\n8636,1646392418,47.74306,8.99906\n8637,1646392419,47.74306,8.99906\n8638,1646392420,47.74306,8.99906\n8639,1646392421,47.74306,8.99906\n8640,1646392422,47.74306,8.99906\n8641,1646392423,47.74306,8.99906\n8642,1646392424,47.74306,8.99906\n8643,1646392425,47.74306,8.99906\n8644,1646392426,47.74306,8.99906\n8645,1646392427,47.74306,8.99906\n8646,1646392428,47.74306,8.99905\n8647,1646392429,47.74306,8.99905\n8648,1646392430,47.74306,8.99905\n8649,1646392431,47.74306,8.99905\n8650,1646392432,47.74306,8.99905\n8651,1646392433,47.74306,8.99905\n8652,1646392434,47.74306,8.99905\n8653,1646392435,47.74306,8.99905\n8654,1646392436,47.74306,8.99905\n8655,1646392437,47.74306,8.99905\n8656,1646392438,47.74306,8.99905\n8657,1646392439,47.74306,8.99905\n8658,1646392440,47.74306,8.99905\n8659,1646392441,47.74306,8.99905\n8660,1646392442,47.74306,8.99905\n8661,1646392443,47.74306,8.99905\n8662,1646392444,47.74306,8.99905\n8663,1646392445,47.74306,8.99905\n8664,1646392446,47.74306,8.99905\n8665,1646392447,47.74306,8.99905\n8666,1646392448,47.74306,8.99905\n8667,1646392449,47.74306,8.99905\n8668,1646392450,47.74306,8.99905\n8669,1646392451,47.74306,8.99905\n8670,1646392452,47.74306,8.99905\n8671,1646392453,47.74306,8.99905\n8672,1646392454,47.74306,8.99905\n8673,1646392455,47.74306,8.99905\n8674,1646392456,47.74306,8.99905\n8675,1646392457,47.74306,8.99905\n8676,1646392458,47.74306,8.99905\n8677,1646392459,47.74306,8.99905\n8678,1646392460,47.74306,8.99905\n8679,1646392461,47.74306,8.99905\n8680,1646392462,47.74306,8.99905\n8681,1646392463,47.74306,8.99905\n8682,1646392464,47.74306,8.99905\n8683,1646392465,47.74306,8.99905\n8684,1646392466,47.74306,8.99905\n8685,1646392467,47.74306,8.99905\n8686,1646392468,47.74306,8.99905\n8687,1646392469,47.74306,8.99905\n8688,1646392470,47.74306,8.99905\n8689,1646392471,47.74306,8.99905\n8690,1646392472,47.74306,8.99905\n8691,1646392473,47.74306,8.99905\n8692,1646392474,47.74306,8.99905\n8693,1646392475,47.74306,8.99905\n8694,1646392476,47.74306,8.99905\n8695,1646392477,47.74306,8.99905\n8696,1646392478,47.74306,8.99905\n8697,1646392479,47.74306,8.99905\n8698,1646392480,47.74306,8.99905\n8699,1646392481,47.74306,8.99905\n8700,1646392482,47.74306,8.99905\n8701,1646392483,47.74306,8.99905\n8702,1646392484,47.74306,8.99905\n8703,1646392485,47.74306,8.99905\n8704,1646392486,47.74306,8.99905\n8705,1646392487,47.74306,8.99905\n8706,1646392488,47.74306,8.99905\n8707,1646392489,47.74306,8.99905\n8708,1646392490,47.74306,8.99905\n8709,1646392491,47.74306,8.99905\n8710,1646392492,47.74306,8.99905\n8711,1646392493,47.74306,8.99905\n8712,1646392494,47.74306,8.99905\n8713,1646392495,47.74306,8.99905\n8714,1646392496,47.74306,8.99905\n8715,1646392497,47.74306,8.99905\n8716,1646392498,47.74306,8.99905\n8717,1646392499,47.74306,8.99905\n8718,1646392500,47.74306,8.99905\n8719,1646392501,47.74306,8.99905\n8720,1646392502,47.74306,8.99905\n8721,1646392503,47.74306,8.99905\n8722,1646392504,47.74306,8.99905\n8723,1646392505,47.74306,8.99905\n8724,1646392506,47.74306,8.99905\n8725,1646392507,47.74306,8.99905\n8726,1646392508,47.74306,8.99905\n8727,1646392509,47.74306,8.99905\n8728,1646392510,47.74306,8.99905\n8729,1646392511,47.74306,8.99905\n8730,1646392512,47.74306,8.99905\n8731,1646392513,47.74306,8.99905\n8732,1646392514,47.74306,8.99905\n8733,1646392515,47.74306,8.99905\n8734,1646392516,47.74306,8.99905\n8735,1646392517,47.74306,8.99905\n8736,1646392518,47.74306,8.99905\n8737,1646392519,47.74306,8.99905\n8738,1646392520,47.74306,8.99905\n8739,1646392521,47.74306,8.99905\n8740,1646392522,47.74306,8.99905\n8741,1646392523,47.74306,8.99905\n8742,1646392524,47.74306,8.99905\n8743,1646392525,47.74306,8.99905\n8744,1646392526,47.74306,8.99905\n8745,1646392527,47.74306,8.99905\n8746,1646392528,47.74306,8.99905\n8747,1646392529,47.74306,8.99905\n8748,1646392530,47.74306,8.99905\n8749,1646392531,47.74306,8.99905\n8750,1646392532,47.74306,8.99905\n8751,1646392533,47.74306,8.99905\n8752,1646392534,47.74306,8.99905\n8753,1646392535,47.74306,8.99905\n8754,1646392536,47.74306,8.99905\n8755,1646392537,47.74306,8.99905\n8756,1646392538,47.74306,8.99905\n8757,1646392539,47.74306,8.99905\n8758,1646392540,47.74306,8.99905\n8759,1646392541,47.74306,8.99905\n8760,1646392542,47.74306,8.99905\n8761,1646392543,47.74306,8.99905\n8762,1646392544,47.74306,8.99905\n8763,1646392545,47.74306,8.99905\n8764,1646392546,47.74306,8.99905\n8765,1646392547,47.74306,8.99905\n8766,1646392548,47.74306,8.99905\n8767,1646392549,47.74306,8.99905\n8768,1646392550,47.74306,8.99905\n8769,1646392551,47.74306,8.99905\n8770,1646392552,47.74306,8.99905\n8771,1646392553,47.74306,8.99905\n8772,1646392554,47.74306,8.99905\n8773,1646392555,47.74306,8.99905\n8774,1646392556,47.74306,8.99905\n8775,1646392557,47.74306,8.99905\n8776,1646392558,47.74306,8.99905\n8777,1646392559,47.74306,8.99905\n8778,1646392560,47.74306,8.99905\n8779,1646392561,47.74306,8.99905\n8780,1646392562,47.74306,8.99905\n8781,1646392563,47.74306,8.99905\n8782,1646392564,47.74306,8.99905\n8783,1646392565,47.74306,8.99905\n8784,1646392566,47.74306,8.99905\n8785,1646392567,47.74306,8.99905\n8786,1646392568,47.74306,8.99905\n8787,1646392569,47.74306,8.99906\n8788,1646392570,47.74306,8.99906\n8789,1646392571,47.74306,8.99906\n8790,1646392572,47.74306,8.99906\n8791,1646392573,47.74306,8.99906\n8792,1646392574,47.74306,8.99906\n8793,1646392575,47.74306,8.99906\n8794,1646392576,47.74306,8.99906\n8795,1646392577,47.74306,8.99906\n8796,1646392578,47.74306,8.99907\n8797,1646392579,47.74306,8.99907\n8798,1646392580,47.74306,8.99907\n8799,1646392581,47.74306,8.99907\n8800,1646392582,47.74306,8.99907\n8801,1646392583,47.74306,8.99907\n8802,1646392584,47.74306,8.99907\n8803,1646392585,47.74306,8.99907\n8804,1646392586,47.74306,8.99907\n8805,1646392587,47.74306,8.99907\n8806,1646392588,47.74306,8.99907\n8807,1646392589,47.74306,8.99907\n8808,1646392590,47.74306,8.99907\n8809,1646392591,47.74306,8.99908\n8810,1646392592,47.74306,8.99908\n8811,1646392593,47.74306,8.99908\n8812,1646392594,47.74306,8.99908\n8813,1646392595,47.74306,8.99908\n8814,1646392596,47.74306,8.99908\n8815,1646392597,47.74306,8.99908\n8816,1646392598,47.74306,8.99908\n8817,1646392599,47.74306,8.99908\n8818,1646392600,47.74306,8.99908\n8819,1646392601,47.74306,8.99908\n8820,1646392602,47.74306,8.99908\n8821,1646392603,47.74306,8.99908\n8822,1646392604,47.74306,8.99908\n8823,1646392605,47.74306,8.99908\n8824,1646392606,47.74306,8.99908\n8825,1646392607,47.74306,8.99908\n8826,1646392608,47.74306,8.99908\n8827,1646392609,47.74306,8.99908\n8828,1646392610,47.74306,8.99908\n8829,1646392611,47.74306,8.99908\n8830,1646392612,47.74306,8.99908\n8831,1646392613,47.74306,8.99908\n8832,1646392614,47.74306,8.99908\n8833,1646392615,47.74306,8.99908\n8834,1646392616,47.74306,8.99908\n8835,1646392617,47.74306,8.99908\n8836,1646392618,47.74306,8.99908\n8837,1646392619,47.74306,8.99909\n8838,1646392620,47.74306,8.99909\n8839,1646392621,47.74306,8.99909\n8840,1646392622,47.74306,8.99909\n8841,1646392623,47.74306,8.99909\n8842,1646392624,47.74306,8.99909\n8843,1646392625,47.74306,8.99909\n8844,1646392626,47.74306,8.99909\n8845,1646392627,47.74306,8.99909\n8846,1646392628,47.74306,8.99909\n8847,1646392629,47.74306,8.99909\n8848,1646392630,47.74306,8.99909\n8849,1646392631,47.74306,8.99909\n8850,1646392632,47.74306,8.99909\n8851,1646392633,47.74306,8.99909\n8852,1646392634,47.74306,8.99909\n8853,1646392635,47.74306,8.99909\n8854,1646392636,47.74306,8.99909\n8855,1646392637,47.74306,8.99909\n8856,1646392638,47.74306,8.99909\n8857,1646392639,47.74306,8.99909\n8858,1646392640,47.74306,8.99909\n8859,1646392641,47.74306,8.99909\n8860,1646392642,47.74306,8.99908\n8861,1646392643,47.74306,8.99908\n8862,1646392644,47.74306,8.99908\n8863,1646392645,47.74306,8.99908\n8864,1646392646,47.74306,8.99908\n8865,1646392647,47.74306,8.99908\n8866,1646392648,47.74306,8.99908\n8867,1646392649,47.74306,8.99908\n8868,1646392650,47.74306,8.99908\n8869,1646392651,47.74306,8.99908\n8870,1646392652,47.74306,8.99908\n8871,1646392653,47.74306,8.99908\n8872,1646392654,47.74306,8.99908\n8873,1646392655,47.74306,8.99908\n8874,1646392656,47.74306,8.99908\n8875,1646392657,47.74306,8.99907\n8876,1646392658,47.74306,8.99907\n8877,1646392659,47.74306,8.99907\n8878,1646392660,47.74306,8.99907\n8879,1646392661,47.74306,8.99907\n8880,1646392662,47.74306,8.99907\n8881,1646392663,47.74306,8.99907\n8882,1646392664,47.74306,8.99907\n8883,1646392665,47.74306,8.99907\n8884,1646392666,47.74306,8.99907\n8885,1646392667,47.74306,8.99907\n8886,1646392668,47.74305,8.99907\n8887,1646392669,47.74305,8.99907\n8888,1646392670,47.74305,8.99906\n8889,1646392671,47.74305,8.99906\n8890,1646392672,47.74305,8.99906\n8891,1646392673,47.74305,8.99906\n8892,1646392674,47.74305,8.99906\n8893,1646392675,47.74305,8.99906\n8894,1646392676,47.74305,8.99906\n8895,1646392677,47.74305,8.99906\n8896,1646392678,47.74305,8.99906\n8897,1646392679,47.74305,8.99906\n8898,1646392680,47.74305,8.99906\n8899,1646392681,47.74305,8.99906\n8900,1646392682,47.74305,8.99906\n8901,1646392683,47.74305,8.99906\n8902,1646392684,47.74305,8.99906\n8903,1646392685,47.74305,8.99906\n8904,1646392686,47.74305,8.99906\n8905,1646392687,47.74305,8.99906\n8906,1646392688,47.74305,8.99906\n8907,1646392689,47.74305,8.99906\n8908,1646392690,47.74305,8.99906\n8909,1646392691,47.74305,8.99906\n8910,1646392692,47.74305,8.99906\n8911,1646392693,47.74305,8.99906\n8912,1646392694,47.74305,8.99906\n8913,1646392695,47.74305,8.99906\n8914,1646392696,47.74305,8.99906\n8915,1646392697,47.74305,8.99906\n8916,1646392698,47.74305,8.99906\n8917,1646392699,47.74305,8.99906\n8918,1646392700,47.74305,8.99906\n8919,1646392701,47.74305,8.99906\n8920,1646392702,47.74305,8.99906\n8921,1646392703,47.74305,8.99906\n8922,1646392704,47.74305,8.99906\n8923,1646392705,47.74305,8.99906\n8924,1646392706,47.74305,8.99906\n8925,1646392707,47.74305,8.99906\n8926,1646392708,47.74305,8.99906\n8927,1646392709,47.74305,8.99906\n8928,1646392710,47.74305,8.99906\n8929,1646392711,47.74305,8.99906\n8930,1646392712,47.74305,8.99906\n8931,1646392713,47.74305,8.99906\n8932,1646392714,47.74305,8.99906\n8933,1646392715,47.74305,8.99906\n8934,1646392716,47.74305,8.99906\n8935,1646392717,47.74305,8.99906\n8936,1646392718,47.74305,8.99906\n8937,1646392719,47.74305,8.99906\n8938,1646392720,47.74305,8.99906\n8939,1646392721,47.74305,8.99906\n8940,1646392722,47.74305,8.99906\n8941,1646392723,47.74305,8.99906\n8942,1646392724,47.74305,8.99906\n8943,1646392725,47.74305,8.99906\n8944,1646392726,47.74305,8.99906\n8945,1646392727,47.74305,8.99906\n8946,1646392728,47.74305,8.99906\n8947,1646392729,47.74305,8.99906\n8948,1646392730,47.74305,8.99906\n8949,1646392731,47.74305,8.99906\n8950,1646392732,47.74305,8.99906\n8951,1646392733,47.74305,8.99906\n8952,1646392734,47.74305,8.99906\n8953,1646392735,47.74305,8.99906\n8954,1646392736,47.74305,8.99906\n8955,1646392737,47.74305,8.99906\n8956,1646392738,47.74305,8.99906\n8957,1646392739,47.74305,8.99906\n8958,1646392740,47.74305,8.99906\n8959,1646392741,47.74305,8.99906\n8960,1646392742,47.74305,8.99906\n8961,1646392743,47.74305,8.99906\n8962,1646392744,47.74305,8.99906\n8963,1646392745,47.74305,8.99906\n8964,1646392746,47.74305,8.99906\n8965,1646392747,47.74305,8.99906\n8966,1646392748,47.74305,8.99906\n8967,1646392749,47.74305,8.99906\n8968,1646392750,47.74305,8.99906\n8969,1646392751,47.74305,8.99906\n8970,1646392752,47.74305,8.99906\n8971,1646392753,47.74305,8.99906\n8972,1646392754,47.74305,8.99906\n8973,1646392755,47.74305,8.99906\n8974,1646392756,47.74305,8.99906\n8975,1646392757,47.74305,8.99906\n8976,1646392758,47.74305,8.99906\n8977,1646392759,47.74305,8.99906\n8978,1646392760,47.74305,8.99906\n8979,1646392761,47.74305,8.99906\n8980,1646392762,47.74305,8.99906\n8981,1646392763,47.74305,8.99906\n8982,1646392764,47.74305,8.99906\n8983,1646392765,47.74305,8.99906\n8984,1646392766,47.74305,8.99906\n8985,1646392767,47.74305,8.99906\n8986,1646392768,47.74305,8.99906\n8987,1646392769,47.74305,8.99906\n8988,1646392770,47.74305,8.99906\n8989,1646392771,47.74305,8.99906\n8990,1646392772,47.74305,8.99906\n8991,1646392773,47.74305,8.99906\n8992,1646392774,47.74305,8.99906\n8993,1646392775,47.74305,8.99906\n8994,1646392776,47.74305,8.99906\n8995,1646392777,47.74305,8.99906\n8996,1646392778,47.74305,8.99906\n8997,1646392779,47.74305,8.99906\n8998,1646392780,47.74305,8.99906\n8999,1646392781,47.74305,8.99906\n9000,1646392782,47.74305,8.99906\n9001,1646392783,47.74305,8.99906\n9002,1646392784,47.74305,8.99906\n9003,1646392785,47.74305,8.99906\n9004,1646392786,47.74305,8.99906\n9005,1646392787,47.74305,8.99906\n9006,1646392788,47.74305,8.99906\n9007,1646392789,47.74305,8.99906\n9008,1646392790,47.74305,8.99906\n9009,1646392791,47.74305,8.99906\n9010,1646392792,47.74305,8.99906\n9011,1646392793,47.74305,8.99906\n9012,1646392794,47.74305,8.99906\n9013,1646392795,47.74305,8.99906\n9014,1646392796,47.74305,8.99906\n9015,1646392797,47.74305,8.99906\n9016,1646392798,47.74305,8.99906\n9017,1646392799,47.74305,8.99906\n9018,1646392800,47.74305,8.99906\n9019,1646392801,47.74305,8.99906\n9020,1646392802,47.74305,8.99906\n9021,1646392803,47.74305,8.99906\n9022,1646392804,47.74305,8.99906\n9023,1646392805,47.74305,8.99906\n9024,1646392806,47.74305,8.99906\n9025,1646392807,47.74305,8.99906\n9026,1646392808,47.74305,8.99906\n9027,1646392809,47.74305,8.99906\n9028,1646392810,47.74305,8.99906\n9029,1646392811,47.74305,8.99906\n9030,1646392812,47.74305,8.99906\n9031,1646392813,47.74305,8.99906\n9032,1646392814,47.74305,8.99906\n9033,1646392815,47.74305,8.99906\n9034,1646392816,47.74305,8.99906\n9035,1646392817,47.74305,8.99906\n9036,1646392818,47.74305,8.99906\n9037,1646392819,47.74305,8.99906\n9038,1646392820,47.74305,8.99906\n9039,1646392821,47.74305,8.99906\n9040,1646392822,47.74305,8.99906\n9041,1646392823,47.74305,8.99906\n9042,1646392824,47.74305,8.99906\n9043,1646392825,47.74305,8.99906\n9044,1646392826,47.74305,8.99906\n9045,1646392827,47.74305,8.99906\n9046,1646392828,47.74305,8.99906\n9047,1646392829,47.74305,8.99906\n9048,1646392830,47.74305,8.99906\n9049,1646392831,47.74305,8.99906\n9050,1646392832,47.74305,8.99906\n9051,1646392833,47.74305,8.99906\n9052,1646392834,47.74305,8.99906\n9053,1646392835,47.74305,8.99906\n9054,1646392836,47.74305,8.99905\n9055,1646392837,47.74305,8.99905\n9056,1646392838,47.74305,8.99905\n9057,1646392839,47.74305,8.99905\n9058,1646392840,47.74305,8.99905\n9059,1646392841,47.74305,8.99905\n9060,1646392842,47.74305,8.99905\n9061,1646392843,47.74305,8.99905\n9062,1646392844,47.74305,8.99905\n9063,1646392845,47.74305,8.99905\n9064,1646392846,47.74305,8.99905\n9065,1646392847,47.74305,8.99905\n9066,1646392848,47.74305,8.99905\n9067,1646392849,47.74305,8.99905\n9068,1646392850,47.74305,8.99905\n9069,1646392851,47.74305,8.99905\n9070,1646392852,47.74305,8.99905\n9071,1646392853,47.74305,8.99905\n9072,1646392854,47.74305,8.99905\n9073,1646392855,47.74305,8.99905\n9074,1646392856,47.74305,8.99905\n9075,1646392857,47.74305,8.99905\n9076,1646392858,47.74305,8.99905\n9077,1646392859,47.74305,8.99905\n9078,1646392860,47.74305,8.99905\n9079,1646392861,47.74305,8.99905\n9080,1646392862,47.74305,8.99905\n9081,1646392863,47.74305,8.99905\n9082,1646392864,47.74305,8.99905\n9083,1646392865,47.74305,8.99905\n9084,1646392866,47.74305,8.99905\n9085,1646392867,47.74305,8.99905\n9086,1646392868,47.74305,8.99905\n9087,1646392869,47.74305,8.99905\n9088,1646392870,47.74305,8.99905\n9089,1646392871,47.74305,8.99905\n9090,1646392872,47.74305,8.99905\n9091,1646392873,47.74305,8.99905\n9092,1646392874,47.74305,8.99905\n9093,1646392875,47.74305,8.99905\n9094,1646392876,47.74305,8.99905\n9095,1646392877,47.74305,8.99905\n9096,1646392878,47.74305,8.99905\n9097,1646392879,47.74305,8.99905\n9098,1646392880,47.74305,8.99905\n9099,1646392881,47.74305,8.99905\n9100,1646392882,47.74305,8.99905\n9101,1646392883,47.74305,8.99905\n9102,1646392884,47.74305,8.99905\n9103,1646392885,47.74305,8.99905\n9104,1646392886,47.74305,8.99905\n9105,1646392887,47.74305,8.99905\n9106,1646392888,47.74305,8.99905\n9107,1646392889,47.74305,8.99905\n9108,1646392890,47.74305,8.99905\n9109,1646392891,47.74305,8.99905\n9110,1646392892,47.74305,8.99905\n9111,1646392893,47.74305,8.99905\n9112,1646392894,47.74305,8.99905\n9113,1646392895,47.74305,8.99905\n9114,1646392896,47.74305,8.99905\n9115,1646392897,47.74305,8.99905\n9116,1646392898,47.74305,8.99905\n9117,1646392899,47.74305,8.99905\n9118,1646392900,47.74305,8.99905\n9119,1646392901,47.74305,8.99905\n9120,1646392902,47.74305,8.99905\n9121,1646392903,47.74305,8.99905\n9122,1646392904,47.74305,8.99905\n9123,1646392905,47.74305,8.99905\n9124,1646392906,47.74305,8.99905\n9125,1646392907,47.74305,8.99905\n9126,1646392908,47.74305,8.99905\n9127,1646392909,47.74305,8.99905\n9128,1646392910,47.74305,8.99905\n9129,1646392911,47.74305,8.99905\n9130,1646392912,47.74305,8.99905\n9131,1646392913,47.74305,8.99905\n9132,1646392914,47.74305,8.99905\n9133,1646392915,47.74305,8.99905\n9134,1646392916,47.74305,8.99905\n9135,1646392917,47.74305,8.99905\n9136,1646392918,47.74305,8.99905\n9137,1646392919,47.74305,8.99905\n9138,1646392920,47.74305,8.99905\n9139,1646392921,47.74305,8.99905\n9140,1646392922,47.74305,8.99905\n9141,1646392923,47.74305,8.99905\n9142,1646392924,47.74305,8.99905\n9143,1646392925,47.74305,8.99905\n9144,1646392926,47.74305,8.99905\n9145,1646392927,47.74305,8.99905\n9146,1646392928,47.74305,8.99905\n9147,1646392929,47.74305,8.99905\n9148,1646392930,47.74305,8.99905\n9149,1646392931,47.74305,8.99905\n9150,1646392932,47.74305,8.99905\n9151,1646392933,47.74305,8.99905\n9152,1646392934,47.74305,8.99905\n9153,1646392935,47.74305,8.99905\n9154,1646392936,47.74305,8.99905\n9155,1646392937,47.74305,8.99905\n9156,1646392938,47.74305,8.99905\n9157,1646392939,47.74305,8.99905\n9158,1646392940,47.74305,8.99905\n9159,1646392941,47.74305,8.99905\n9160,1646392942,47.74305,8.99905\n9161,1646392943,47.74305,8.99905\n9162,1646392944,47.74305,8.99905\n9163,1646392945,47.74305,8.99905\n9164,1646392946,47.74305,8.99905\n9165,1646392947,47.74305,8.99905\n9166,1646392948,47.74305,8.99905\n9167,1646392949,47.74305,8.99905\n9168,1646392950,47.74305,8.99905\n9169,1646392951,47.74305,8.99905\n9170,1646392952,47.74305,8.99905\n9171,1646392953,47.74305,8.99905\n9172,1646392954,47.74305,8.99905\n9173,1646392955,47.74305,8.99905\n9174,1646392956,47.74305,8.99905\n9175,1646392957,47.74305,8.99905\n9176,1646392958,47.74305,8.99905\n9177,1646392959,47.74305,8.99905\n9178,1646392960,47.74305,8.99905\n9179,1646392961,47.74305,8.99905\n9180,1646392962,47.74305,8.99905\n9181,1646392963,47.74305,8.99905\n9182,1646392964,47.74305,8.99905\n9183,1646392965,47.74305,8.99905\n9184,1646392966,47.74305,8.99905\n9185,1646392967,47.74305,8.99905\n9186,1646392968,47.74305,8.99905\n9187,1646392969,47.74305,8.99905\n9188,1646392970,47.74305,8.99905\n9189,1646392971,47.74305,8.99905\n9190,1646392972,47.74305,8.99905\n9191,1646392973,47.74305,8.99905\n9192,1646392974,47.74305,8.99905\n9193,1646392975,47.74305,8.99905\n9194,1646392976,47.74305,8.99905\n9195,1646392977,47.74305,8.99905\n9196,1646392978,47.74305,8.99905\n9197,1646392979,47.74305,8.99905\n9198,1646392980,47.74305,8.99905\n9199,1646392981,47.74305,8.99905\n9200,1646392982,47.74305,8.99905\n9201,1646392983,47.74305,8.99905\n9202,1646392984,47.74305,8.99905\n9203,1646392985,47.74305,8.99905\n9204,1646392986,47.74305,8.99905\n9205,1646392987,47.74305,8.99905\n9206,1646392988,47.74305,8.99905\n9207,1646392989,47.74305,8.99905\n9208,1646392990,47.74305,8.99905\n9209,1646392991,47.74305,8.99905\n9210,1646392992,47.74305,8.99905\n9211,1646392993,47.74305,8.99905\n9212,1646392994,47.74305,8.99905\n9213,1646392995,47.74305,8.99905\n9214,1646392996,47.74305,8.99905\n9215,1646392997,47.74305,8.99905\n9216,1646392998,47.74305,8.99905\n9217,1646392999,47.74305,8.99905\n9218,1646393000,47.74305,8.99905\n9219,1646393001,47.74305,8.99905\n9220,1646393002,47.74305,8.99905\n9221,1646393003,47.74305,8.99905\n9222,1646393004,47.74305,8.99905\n9223,1646393005,47.74305,8.99905\n9224,1646393006,47.74305,8.99905\n9225,1646393007,47.74305,8.99905\n9226,1646393008,47.74305,8.99905\n9227,1646393009,47.74305,8.99905\n9228,1646393010,47.74305,8.99905\n9229,1646393011,47.74305,8.99905\n9230,1646393012,47.74305,8.99905\n9231,1646393013,47.74305,8.99905\n9232,1646393014,47.74305,8.99904\n9233,1646393015,47.74305,8.99904\n9234,1646393016,47.74305,8.99904\n9235,1646393017,47.74305,8.99904\n9236,1646393018,47.74305,8.99904\n9237,1646393019,47.74305,8.99904\n9238,1646393020,47.74305,8.99904\n9239,1646393021,47.74305,8.99904\n9240,1646393022,47.74305,8.99904\n9241,1646393023,47.74305,8.99904\n9242,1646393024,47.74305,8.99904\n9243,1646393025,47.74305,8.99904\n9244,1646393026,47.74305,8.99904\n9245,1646393027,47.74305,8.99904\n9246,1646393028,47.74305,8.99904\n9247,1646393029,47.74305,8.99904\n9248,1646393030,47.74305,8.99904\n9249,1646393031,47.74305,8.99904\n9250,1646393032,47.74305,8.99904\n9251,1646393033,47.74305,8.99904\n9252,1646393034,47.74305,8.99904\n9253,1646393035,47.74305,8.99904\n9254,1646393036,47.74305,8.99904\n9255,1646393037,47.74305,8.99904\n9256,1646393038,47.74305,8.99904\n9257,1646393039,47.74305,8.99904\n9258,1646393040,47.74305,8.99904\n9259,1646393041,47.74305,8.99904\n9260,1646393042,47.74305,8.99904\n9261,1646393043,47.74305,8.99904\n9262,1646393044,47.74305,8.99904\n9263,1646393045,47.74305,8.99904\n9264,1646393046,47.74305,8.99904\n9265,1646393047,47.74305,8.99904\n9266,1646393048,47.74305,8.99904\n9267,1646393049,47.74305,8.99904\n9268,1646393050,47.74305,8.99904\n9269,1646393051,47.74305,8.99904\n9270,1646393052,47.74305,8.99904\n9271,1646393053,47.74305,8.99904\n9272,1646393054,47.74305,8.99904\n9273,1646393055,47.74305,8.99904\n9274,1646393056,47.74305,8.99904\n9275,1646393057,47.74305,8.99904\n9276,1646393058,47.74305,8.99904\n9277,1646393059,47.74305,8.99904\n9278,1646393060,47.74305,8.99904\n9279,1646393061,47.74305,8.99904\n9280,1646393062,47.74305,8.99904\n9281,1646393063,47.74305,8.99904\n9282,1646393064,47.74305,8.99904\n9283,1646393065,47.74305,8.99904\n9284,1646393066,47.74305,8.99904\n9285,1646393067,47.74305,8.99904\n9286,1646393068,47.74305,8.99904\n9287,1646393069,47.74305,8.99904\n9288,1646393070,47.74305,8.99904\n9289,1646393071,47.74305,8.99904\n9290,1646393072,47.74305,8.99904\n9291,1646393073,47.74305,8.99904\n9292,1646393074,47.74305,8.99904\n9293,1646393075,47.74305,8.99904\n9294,1646393076,47.74305,8.99904\n9295,1646393077,47.74305,8.99904\n9296,1646393078,47.74305,8.99904\n9297,1646393079,47.74305,8.99904\n9298,1646393080,47.74305,8.99904\n9299,1646393081,47.74305,8.99904\n9300,1646393082,47.74305,8.99904\n9301,1646393083,47.74305,8.99904\n9302,1646393084,47.74305,8.99904\n9303,1646393085,47.74305,8.99904\n9304,1646393086,47.74305,8.99904\n9305,1646393087,47.74305,8.99904\n9306,1646393088,47.74305,8.99904\n9307,1646393089,47.74305,8.99904\n9308,1646393090,47.74305,8.99904\n9309,1646393091,47.74305,8.99904\n9310,1646393092,47.74305,8.99904\n9311,1646393093,47.74305,8.99904\n9312,1646393094,47.74305,8.99904\n9313,1646393095,47.74305,8.99904\n9314,1646393096,47.74305,8.99904\n9315,1646393097,47.74305,8.99904\n9316,1646393098,47.74305,8.99904\n9317,1646393099,47.74305,8.99904\n9318,1646393100,47.74305,8.99904\n9319,1646393101,47.74305,8.99904\n9320,1646393102,47.74305,8.99904\n9321,1646393103,47.74305,8.99904\n9322,1646393104,47.74305,8.99904\n9323,1646393105,47.74305,8.99904\n9324,1646393106,47.74305,8.99904\n9325,1646393107,47.74305,8.99904\n9326,1646393108,47.74305,8.99904\n9327,1646393109,47.74305,8.99904\n9328,1646393110,47.74305,8.99904\n9329,1646393111,47.74305,8.99904\n9330,1646393112,47.74305,8.99904\n9331,1646393113,47.74305,8.99904\n9332,1646393114,47.74305,8.99904\n9333,1646393115,47.74305,8.99904\n9334,1646393116,47.74305,8.99904\n9335,1646393117,47.74305,8.99904\n9336,1646393118,47.74305,8.99904\n9337,1646393119,47.74305,8.99904\n9338,1646393120,47.74305,8.99904\n9339,1646393121,47.74305,8.99904\n9340,1646393122,47.74305,8.99904\n9341,1646393123,47.74305,8.99904\n9342,1646393124,47.74305,8.99904\n9343,1646393125,47.74305,8.99904\n9344,1646393126,47.74305,8.99904\n9345,1646393127,47.74305,8.99904\n9346,1646393128,47.74305,8.99904\n9347,1646393129,47.74305,8.99904\n9348,1646393130,47.74305,8.99904\n9349,1646393131,47.74305,8.99904\n9350,1646393132,47.74305,8.99904\n9351,1646393133,47.74305,8.99904\n9352,1646393134,47.74305,8.99904\n9353,1646393135,47.74305,8.99904\n9354,1646393136,47.74305,8.99904\n9355,1646393137,47.74305,8.99904\n9356,1646393138,47.74305,8.99904\n9357,1646393139,47.74305,8.99904\n9358,1646393140,47.74305,8.99904\n9359,1646393141,47.74305,8.99904\n9360,1646393142,47.74305,8.99904\n9361,1646393143,47.74305,8.99904\n9362,1646393144,47.74305,8.99904\n9363,1646393145,47.74305,8.99904\n9364,1646393146,47.74305,8.99904\n9365,1646393147,47.74305,8.99904\n9366,1646393148,47.74305,8.99904\n9367,1646393149,47.74305,8.99904\n9368,1646393150,47.74305,8.99904\n9369,1646393151,47.74305,8.99904\n9370,1646393152,47.74305,8.99904\n9371,1646393153,47.74305,8.99904\n9372,1646393154,47.74305,8.99904\n9373,1646393155,47.74305,8.99904\n9374,1646393156,47.74305,8.99904\n9375,1646393157,47.74305,8.99904\n9376,1646393158,47.74305,8.99904\n9377,1646393159,47.74305,8.99904\n9378,1646393160,47.74305,8.99904\n9379,1646393161,47.74305,8.99904\n9380,1646393162,47.74305,8.99904\n9381,1646393163,47.74305,8.99904\n9382,1646393164,47.74305,8.99904\n9383,1646393165,47.74305,8.99904\n9384,1646393166,47.74305,8.99904\n9385,1646393167,47.74305,8.99904\n9386,1646393168,47.74305,8.99904\n9387,1646393169,47.74305,8.99904\n9388,1646393170,47.74305,8.99904\n9389,1646393171,47.74305,8.99904\n9390,1646393172,47.74305,8.99904\n9391,1646393173,47.74305,8.99904\n9392,1646393174,47.74305,8.99904\n9393,1646393175,47.74305,8.99904\n9394,1646393176,47.74305,8.99904\n9395,1646393177,47.74305,8.99904\n9396,1646393178,47.74305,8.99904\n9397,1646393179,47.74305,8.99904\n9398,1646393180,47.74305,8.99904\n9399,1646393181,47.74305,8.99904\n9400,1646393182,47.74305,8.99904\n9401,1646393183,47.74305,8.99904\n9402,1646393184,47.74305,8.99904\n9403,1646393185,47.74305,8.99904\n9404,1646393186,47.74305,8.99904\n9405,1646393187,47.74305,8.99904\n9406,1646393188,47.74305,8.99904\n9407,1646393189,47.74305,8.99904\n9408,1646393190,47.74305,8.99904\n9409,1646393191,47.74305,8.99904\n9410,1646393192,47.74305,8.99904\n9411,1646393193,47.74305,8.99904\n9412,1646393194,47.74305,8.99904\n9413,1646393195,47.74305,8.99904\n9414,1646393196,47.74305,8.99904\n9415,1646393197,47.74305,8.99904\n9416,1646393198,47.74305,8.99904\n9417,1646393199,47.74305,8.99904\n9418,1646393200,47.74305,8.99903\n9419,1646393201,47.74305,8.99903\n9420,1646393202,47.74305,8.99903\n9421,1646393203,47.74305,8.99903\n9422,1646393204,47.74305,8.99903\n9423,1646393205,47.74305,8.99903\n9424,1646393206,47.74305,8.99903\n9425,1646393207,47.74305,8.99903\n9426,1646393208,47.74305,8.99903\n9427,1646393209,47.74305,8.99903\n9428,1646393210,47.74305,8.99903\n9429,1646393211,47.74305,8.99903\n9430,1646393212,47.74305,8.99903\n9431,1646393213,47.74305,8.99903\n9432,1646393214,47.74305,8.99903\n9433,1646393215,47.74305,8.99903\n9434,1646393216,47.74305,8.99903\n9435,1646393217,47.74305,8.99903\n9436,1646393218,47.74305,8.99903\n9437,1646393219,47.74305,8.99903\n9438,1646393220,47.74305,8.99903\n9439,1646393221,47.74305,8.99903\n9440,1646393222,47.74305,8.99903\n9441,1646393223,47.74305,8.99903\n9442,1646393224,47.74305,8.99903\n9443,1646393225,47.74305,8.99903\n9444,1646393226,47.74305,8.99903\n9445,1646393227,47.74305,8.99903\n9446,1646393228,47.74305,8.99903\n9447,1646393229,47.74305,8.99903\n9448,1646393230,47.74305,8.99903\n9449,1646393231,47.74305,8.99903\n9450,1646393232,47.74305,8.99903\n9451,1646393233,47.74305,8.99903\n9452,1646393234,47.74305,8.99903\n9453,1646393235,47.74305,8.99903\n9454,1646393236,47.74305,8.99903\n9455,1646393237,47.74305,8.99903\n9456,1646393238,47.74305,8.99903\n9457,1646393239,47.74305,8.99903\n9458,1646393240,47.74305,8.99903\n9459,1646393241,47.74305,8.99903\n9460,1646393242,47.74305,8.99903\n9461,1646393243,47.74305,8.99903\n9462,1646393244,47.74305,8.99903\n9463,1646393245,47.74305,8.99903\n9464,1646393246,47.74305,8.99903\n9465,1646393247,47.74305,8.99903\n9466,1646393248,47.74305,8.99903\n9467,1646393249,47.74305,8.99903\n9468,1646393250,47.74305,8.99903\n9469,1646393251,47.74305,8.99903\n9470,1646393252,47.74305,8.99903\n9471,1646393253,47.74305,8.99903\n9472,1646393254,47.74305,8.99903\n9473,1646393255,47.74305,8.99903\n9474,1646393256,47.74305,8.99903\n9475,1646393257,47.74305,8.99903\n9476,1646393258,47.74305,8.99903\n9477,1646393259,47.74305,8.99903\n9478,1646393260,47.74305,8.99903\n9479,1646393261,47.74305,8.99903\n9480,1646393262,47.74305,8.99903\n9481,1646393263,47.74305,8.99903\n9482,1646393264,47.74305,8.99903\n9483,1646393265,47.74305,8.99903\n9484,1646393266,47.74305,8.99903\n9485,1646393267,47.74305,8.99903\n9486,1646393268,47.74305,8.99903\n9487,1646393269,47.74305,8.99903\n9488,1646393270,47.74305,8.99903\n9489,1646393271,47.74305,8.99903\n9490,1646393272,47.74305,8.99903\n9491,1646393273,47.74305,8.99903\n9492,1646393274,47.74305,8.99903\n9493,1646393275,47.74305,8.99903\n9494,1646393276,47.74305,8.99903\n9495,1646393277,47.74305,8.99903\n9496,1646393278,47.74305,8.99903\n9497,1646393279,47.74305,8.99903\n9498,1646393280,47.74305,8.99903\n9499,1646393281,47.74305,8.99903\n9500,1646393282,47.74305,8.99903\n9501,1646393283,47.74305,8.99903\n9502,1646393284,47.74305,8.99903\n9503,1646393285,47.74305,8.99903\n9504,1646393286,47.74305,8.99903\n9505,1646393287,47.74305,8.99903\n9506,1646393288,47.74305,8.99903\n9507,1646393289,47.74305,8.99903\n9508,1646393290,47.74305,8.99903\n9509,1646393291,47.74305,8.99903\n9510,1646393292,47.74305,8.99903\n9511,1646393293,47.74305,8.99903\n9512,1646393294,47.74305,8.99903\n9513,1646393295,47.74305,8.99903\n9514,1646393296,47.74305,8.99903\n9515,1646393297,47.74305,8.99903\n9516,1646393298,47.74305,8.99903\n9517,1646393299,47.74305,8.99903\n9518,1646393300,47.74305,8.99903\n9519,1646393301,47.74305,8.99903\n9520,1646393302,47.74305,8.99903\n9521,1646393303,47.74305,8.99903\n9522,1646393304,47.74305,8.99903\n9523,1646393305,47.74305,8.99903\n9524,1646393306,47.74305,8.99903\n9525,1646393307,47.74305,8.99903\n9526,1646393308,47.74305,8.99903\n9527,1646393309,47.74305,8.99903\n9528,1646393310,47.74305,8.99903\n9529,1646393311,47.74305,8.99903\n9530,1646393312,47.74305,8.99903\n9531,1646393313,47.74305,8.99903\n9532,1646393314,47.74305,8.99903\n9533,1646393315,47.74305,8.99903\n9534,1646393316,47.74305,8.99903\n9535,1646393317,47.74305,8.99903\n9536,1646393318,47.74305,8.99903\n9537,1646393319,47.74305,8.99903\n9538,1646393320,47.74305,8.99903\n9539,1646393321,47.74305,8.99903\n9540,1646393322,47.74305,8.99903\n9541,1646393323,47.74305,8.99903\n9542,1646393324,47.74305,8.99903\n9543,1646393325,47.74305,8.99903\n9544,1646393326,47.74305,8.99903\n9545,1646393327,47.74305,8.99903\n9546,1646393328,47.74305,8.99903\n9547,1646393329,47.74305,8.99903\n9548,1646393330,47.74305,8.99903\n9549,1646393331,47.74305,8.99903\n9550,1646393332,47.74305,8.99903\n9551,1646393333,47.74305,8.99903\n9552,1646393334,47.74305,8.99903\n9553,1646393335,47.74305,8.99903\n9554,1646393336,47.74305,8.99903\n9555,1646393337,47.74305,8.99903\n9556,1646393338,47.74305,8.99903\n9557,1646393339,47.74305,8.99903\n9558,1646393340,47.74305,8.99903\n9559,1646393341,47.74305,8.99903\n9560,1646393342,47.74305,8.99903\n9561,1646393343,47.74305,8.99903\n9562,1646393344,47.74305,8.99903\n9563,1646393345,47.74305,8.99903\n9564,1646393346,47.74305,8.99903\n9565,1646393347,47.74305,8.99903\n9566,1646393348,47.74305,8.99903\n9567,1646393349,47.74305,8.99903\n9568,1646393350,47.74305,8.99903\n9569,1646393351,47.74305,8.99903\n9570,1646393352,47.74305,8.99902\n9571,1646393353,47.74305,8.99902\n9572,1646393354,47.74305,8.99902\n9573,1646393355,47.74305,8.99902\n9574,1646393356,47.74305,8.99902\n9575,1646393357,47.74305,8.99902\n9576,1646393358,47.74305,8.99902\n9577,1646393359,47.74305,8.99902\n9578,1646393360,47.74305,8.99902\n9579,1646393361,47.74305,8.99902\n9580,1646393362,47.74305,8.99902\n9581,1646393363,47.74305,8.99902\n9582,1646393364,47.74305,8.99902\n9583,1646393365,47.74305,8.99902\n9584,1646393366,47.74305,8.99902\n9585,1646393367,47.74305,8.99902\n9586,1646393368,47.74305,8.99902\n9587,1646393369,47.74305,8.99902\n9588,1646393370,47.74305,8.99902\n9589,1646393371,47.74305,8.99902\n9590,1646393372,47.74305,8.99902\n9591,1646393373,47.74305,8.99902\n9592,1646393374,47.74305,8.99902\n9593,1646393375,47.74305,8.99902\n9594,1646393376,47.74305,8.99902\n9595,1646393377,47.74305,8.99902\n9596,1646393378,47.74305,8.99902\n9597,1646393379,47.74305,8.99902\n9598,1646393380,47.74305,8.99902\n9599,1646393381,47.74305,8.99902\n9600,1646393382,47.74305,8.99902\n9601,1646393383,47.74305,8.99902\n9602,1646393384,47.74305,8.99902\n9603,1646393385,47.74305,8.99902\n9604,1646393386,47.74305,8.99902\n9605,1646393387,47.74305,8.99902\n9606,1646393388,47.74305,8.99902\n9607,1646393389,47.74305,8.99902\n9608,1646393390,47.74305,8.99902\n9609,1646393391,47.74305,8.99902\n9610,1646393392,47.74305,8.99902\n9611,1646393393,47.74305,8.99902\n9612,1646393394,47.74305,8.99902\n9613,1646393395,47.74305,8.99902\n9614,1646393396,47.74305,8.99902\n9615,1646393397,47.74305,8.99902\n9616,1646393398,47.74305,8.99902\n9617,1646393399,47.74305,8.99902\n9618,1646393400,47.74305,8.99902\n9619,1646393401,47.74305,8.99902\n9620,1646393402,47.74305,8.99902\n9621,1646393403,47.74305,8.99902\n9622,1646393404,47.74305,8.99902\n9623,1646393405,47.74305,8.99902\n9624,1646393406,47.74305,8.99902\n9625,1646393407,47.74305,8.99902\n9626,1646393408,47.74305,8.99902\n9627,1646393409,47.74305,8.99902\n9628,1646393410,47.74305,8.99902\n9629,1646393411,47.74305,8.99902\n9630,1646393412,47.74305,8.99902\n9631,1646393413,47.74305,8.99902\n9632,1646393414,47.74305,8.99902\n9633,1646393415,47.74305,8.99902\n9634,1646393416,47.74305,8.99902\n9635,1646393417,47.74305,8.99902\n9636,1646393418,47.74305,8.99902\n9637,1646393419,47.74305,8.99902\n9638,1646393420,47.74305,8.99902\n9639,1646393421,47.74305,8.99902\n9640,1646393422,47.74305,8.99902\n9641,1646393423,47.74305,8.99902\n9642,1646393424,47.74305,8.99902\n9643,1646393425,47.74305,8.99902\n9644,1646393426,47.74305,8.99902\n9645,1646393427,47.74305,8.99902\n9646,1646393428,47.74305,8.99902\n9647,1646393429,47.74305,8.99902\n9648,1646393430,47.74305,8.99902\n9649,1646393431,47.74305,8.99902\n9650,1646393432,47.74305,8.99902\n9651,1646393433,47.74304,8.99902\n9652,1646393434,47.74304,8.99902\n9653,1646393435,47.74304,8.99902\n9654,1646393436,47.74304,8.99902\n9655,1646393437,47.74304,8.99902\n9656,1646393438,47.74304,8.99902\n9657,1646393439,47.74304,8.99902\n9658,1646393440,47.74304,8.99902\n9659,1646393441,47.74304,8.99902\n9660,1646393442,47.74304,8.99902\n9661,1646393443,47.74304,8.99902\n9662,1646393444,47.74304,8.99902\n9663,1646393445,47.74304,8.99902\n9664,1646393446,47.74304,8.99902\n9665,1646393447,47.74304,8.99902\n9666,1646393448,47.74304,8.99902\n9667,1646393449,47.74304,8.99902\n9668,1646393450,47.74304,8.99902\n9669,1646393451,47.74304,8.99902\n9670,1646393452,47.74304,8.99902\n9671,1646393453,47.74304,8.99902\n9672,1646393454,47.74304,8.99902\n9673,1646393455,47.74304,8.99902\n9674,1646393456,47.74304,8.99902\n9675,1646393457,47.74304,8.99902\n9676,1646393458,47.74304,8.99902\n9677,1646393459,47.74304,8.99902\n9678,1646393460,47.74304,8.99902\n9679,1646393461,47.74304,8.99902\n9680,1646393462,47.74304,8.99902\n9681,1646393463,47.74304,8.99902\n9682,1646393464,47.74304,8.99902\n9683,1646393465,47.74304,8.99902\n9684,1646393466,47.74304,8.99902\n9685,1646393467,47.74304,8.99902\n9686,1646393468,47.74304,8.99902\n9687,1646393469,47.74304,8.99902\n9688,1646393470,47.74304,8.99902\n9689,1646393471,47.74304,8.99902\n9690,1646393472,47.74304,8.99902\n9691,1646393473,47.74304,8.99902\n9692,1646393474,47.74304,8.99902\n9693,1646393475,47.74304,8.99902\n9694,1646393476,47.74304,8.99902\n9695,1646393477,47.74304,8.99902\n9696,1646393478,47.74304,8.99902\n9697,1646393479,47.74304,8.99902\n9698,1646393480,47.74305,8.99902\n9699,1646393481,47.74305,8.99902\n9700,1646393482,47.74305,8.99902\n9701,1646393483,47.74305,8.99902\n9702,1646393484,47.74305,8.99902\n9703,1646393485,47.74305,8.99902\n9704,1646393486,47.74305,8.99902\n9705,1646393487,47.74305,8.99902\n9706,1646393488,47.74305,8.99902\n9707,1646393489,47.74305,8.99902\n9708,1646393490,47.74305,8.99902\n9709,1646393491,47.74305,8.99902\n9710,1646393492,47.74305,8.99902\n9711,1646393493,47.74305,8.99902\n9712,1646393494,47.74305,8.99902\n9713,1646393495,47.74305,8.99902\n9714,1646393496,47.74305,8.99902\n9715,1646393497,47.74305,8.99902\n9716,1646393498,47.74305,8.99902\n9717,1646393499,47.74305,8.99902\n9718,1646393500,47.74305,8.99902\n9719,1646393501,47.74305,8.99902\n9720,1646393502,47.74305,8.99902\n9721,1646393503,47.74305,8.99902\n9722,1646393504,47.74305,8.99902\n9723,1646393505,47.74305,8.99902\n9724,1646393506,47.74305,8.99902\n9725,1646393507,47.74305,8.99902\n9726,1646393508,47.74305,8.99902\n9727,1646393509,47.74305,8.99902\n9728,1646393510,47.74305,8.99902\n9729,1646393511,47.74305,8.99902\n9730,1646393512,47.74305,8.99902\n9731,1646393513,47.74305,8.99902\n9732,1646393514,47.74305,8.99902\n9733,1646393515,47.74305,8.99902\n9734,1646393516,47.74305,8.99902\n9735,1646393517,47.74305,8.99902\n9736,1646393518,47.74305,8.99902\n9737,1646393519,47.74305,8.99902\n9738,1646393520,47.74305,8.99902\n9739,1646393521,47.74305,8.99902\n9740,1646393522,47.74305,8.99902\n9741,1646393523,47.74305,8.99902\n9742,1646393524,47.74305,8.99902\n9743,1646393525,47.74305,8.99902\n9744,1646393526,47.74305,8.99902\n9745,1646393527,47.74305,8.99902\n9746,1646393528,47.74305,8.99902\n9747,1646393529,47.74305,8.99902\n9748,1646393530,47.74305,8.99902\n9749,1646393531,47.74305,8.99902\n9750,1646393532,47.74305,8.99902\n9751,1646393533,47.74305,8.99902\n9752,1646393534,47.74305,8.99902\n9753,1646393535,47.74305,8.99902\n9754,1646393536,47.74305,8.99902\n9755,1646393537,47.74305,8.99902\n9756,1646393538,47.74305,8.99902\n9757,1646393539,47.74305,8.99902\n9758,1646393540,47.74305,8.99902\n9759,1646393541,47.74305,8.99902\n9760,1646393542,47.74305,8.99902\n9761,1646393543,47.74305,8.99902\n9762,1646393544,47.74305,8.99902\n9763,1646393545,47.74305,8.99902\n9764,1646393546,47.74305,8.99902\n9765,1646393547,47.74305,8.99902\n9766,1646393548,47.74305,8.99902\n9767,1646393549,47.74305,8.99902\n9768,1646393550,47.74305,8.99902\n9769,1646393551,47.74305,8.99902\n9770,1646393552,47.74305,8.99902\n9771,1646393553,47.74305,8.99902\n9772,1646393554,47.74305,8.99902\n9773,1646393555,47.74305,8.99902\n9774,1646393556,47.74305,8.99902\n9775,1646393557,47.74305,8.99902\n9776,1646393558,47.74305,8.99902\n9777,1646393559,47.74305,8.99902\n9778,1646393560,47.74305,8.99902\n9779,1646393561,47.74305,8.99902\n9780,1646393562,47.74305,8.99902\n9781,1646393563,47.74305,8.99902\n9782,1646393564,47.74305,8.99902\n9783,1646393565,47.74305,8.99902\n9784,1646393566,47.74305,8.99902\n9785,1646393567,47.74305,8.99902\n9786,1646393568,47.74305,8.99902\n9787,1646393569,47.74305,8.99902\n9788,1646393570,47.74305,8.99902\n9789,1646393571,47.74305,8.99902\n9790,1646393572,47.74305,8.99902\n9791,1646393573,47.74305,8.99902\n9792,1646393574,47.74305,8.99902\n9793,1646393575,47.74305,8.99902\n9794,1646393576,47.74305,8.99902\n9795,1646393577,47.74305,8.99902\n9796,1646393578,47.74305,8.99902\n9797,1646393579,47.74305,8.99902\n9798,1646393580,47.74305,8.99902\n9799,1646393581,47.74305,8.99902\n9800,1646393582,47.74305,8.99902\n9801,1646393583,47.74305,8.99902\n9802,1646393584,47.74305,8.99902\n9803,1646393585,47.74305,8.99902\n9804,1646393586,47.74305,8.99902\n9805,1646393587,47.74305,8.99902\n9806,1646393588,47.74305,8.99902\n9807,1646393589,47.74305,8.99902\n9808,1646393590,47.74305,8.99902\n9809,1646393591,47.74305,8.99902\n9810,1646393592,47.74305,8.99902\n9811,1646393593,47.74305,8.99902\n9812,1646393594,47.74305,8.99902\n9813,1646393595,47.74305,8.99902\n9814,1646393596,47.74305,8.99902\n9815,1646393597,47.74305,8.99902\n9816,1646393598,47.74305,8.99902\n9817,1646393599,47.74305,8.99902\n9818,1646393600,47.74305,8.99902\n9819,1646393601,47.74305,8.99902\n9820,1646393602,47.74305,8.99902\n9821,1646393603,47.74305,8.99902\n9822,1646393604,47.74305,8.99902\n9823,1646393605,47.74305,8.99902\n9824,1646393606,47.74305,8.99902\n9825,1646393607,47.74305,8.99902\n9826,1646393608,47.74305,8.99902\n9827,1646393609,47.74305,8.99902\n9828,1646393610,47.74305,8.99902\n9829,1646393611,47.74305,8.99902\n9830,1646393612,47.74305,8.99902\n9831,1646393613,47.74305,8.99902\n9832,1646393614,47.74305,8.99902\n9833,1646393615,47.74305,8.99902\n9834,1646393616,47.74305,8.99902\n9835,1646393617,47.74305,8.99902\n9836,1646393618,47.74305,8.99902\n9837,1646393619,47.74305,8.99902\n9838,1646393620,47.74305,8.99902\n9839,1646393621,47.74305,8.99902\n9840,1646393622,47.74305,8.99902\n9841,1646393623,47.74305,8.99902\n9842,1646393624,47.74305,8.99902\n9843,1646393625,47.74305,8.99902\n9844,1646393626,47.74305,8.99902\n9845,1646393627,47.74305,8.99902\n9846,1646393628,47.74305,8.99902\n9847,1646393629,47.74305,8.99902\n9848,1646393630,47.74305,8.99902\n9849,1646393631,47.74305,8.99902\n9850,1646393632,47.74305,8.99902\n9851,1646393633,47.74305,8.99902\n9852,1646393634,47.74305,8.99902\n9853,1646393635,47.74305,8.99902\n9854,1646393636,47.74306,8.99902\n9855,1646393637,47.74306,8.99902\n9856,1646393638,47.74306,8.99902\n9857,1646393639,47.74306,8.99902\n9858,1646393640,47.74306,8.99902\n9859,1646393641,47.74306,8.99902\n9860,1646393642,47.74306,8.99902\n9861,1646393643,47.74306,8.99902\n9862,1646393644,47.74306,8.99902\n9863,1646393645,47.74306,8.99902\n9864,1646393646,47.74306,8.99902\n9865,1646393647,47.74306,8.99902\n9866,1646393648,47.74306,8.99902\n9867,1646393649,47.74306,8.99902\n9868,1646393650,47.74306,8.99902\n9869,1646393651,47.74306,8.99902\n9870,1646393652,47.74306,8.99902\n9871,1646393653,47.74306,8.99902\n9872,1646393654,47.74306,8.99902\n9873,1646393655,47.74306,8.99902\n9874,1646393656,47.74306,8.99902\n9875,1646393657,47.74306,8.99902\n9876,1646393658,47.74306,8.99902\n9877,1646393659,47.74306,8.99902\n9878,1646393660,47.74306,8.99902\n9879,1646393661,47.74306,8.99902\n9880,1646393662,47.74306,8.99902\n9881,1646393663,47.74306,8.99902\n9882,1646393664,47.74306,8.99902\n9883,1646393665,47.74306,8.99902\n9884,1646393666,47.74306,8.99902\n9885,1646393667,47.74306,8.99902\n9886,1646393668,47.74306,8.99902\n9887,1646393669,47.74306,8.99902\n9888,1646393670,47.74306,8.99902\n9889,1646393671,47.74306,8.99902\n9890,1646393672,47.74306,8.99902\n9891,1646393673,47.74306,8.99902\n9892,1646393674,47.74306,8.99902\n9893,1646393675,47.74306,8.99902\n9894,1646393676,47.74306,8.99902\n9895,1646393677,47.74306,8.99902\n9896,1646393678,47.74306,8.99902\n9897,1646393679,47.74306,8.99902\n9898,1646393680,47.74306,8.99902\n9899,1646393681,47.74306,8.99902\n9900,1646393682,47.74306,8.99902\n9901,1646393683,47.74306,8.99902\n9902,1646393684,47.74306,8.99902\n9903,1646393685,47.74306,8.99902\n9904,1646393686,47.74306,8.99902\n9905,1646393687,47.74306,8.99902\n9906,1646393688,47.74306,8.99902\n9907,1646393689,47.74306,8.99902\n9908,1646393690,47.74306,8.99902\n9909,1646393691,47.74306,8.99902\n9910,1646393692,47.74306,8.99902\n9911,1646393693,47.74306,8.99902\n9912,1646393694,47.74306,8.99902\n9913,1646393695,47.74306,8.99902\n9914,1646393696,47.74306,8.99902\n9915,1646393697,47.74306,8.99902\n9916,1646393698,47.74306,8.99902\n9917,1646393699,47.74306,8.99902\n9918,1646393700,47.74306,8.99902\n9919,1646393701,47.74306,8.99902\n9920,1646393702,47.74306,8.99902\n9921,1646393703,47.74306,8.99902\n9922,1646393704,47.74306,8.99902\n9923,1646393705,47.74306,8.99902\n9924,1646393706,47.74306,8.99902\n9925,1646393707,47.74306,8.99902\n9926,1646393708,47.74306,8.99902\n9927,1646393709,47.74306,8.99902\n9928,1646393710,47.74306,8.99902\n9929,1646393711,47.74306,8.99902\n9930,1646393712,47.74306,8.99902\n9931,1646393713,47.74306,8.99902\n9932,1646393714,47.74307,8.99902\n9933,1646393715,47.74307,8.99902\n9934,1646393716,47.74307,8.99902\n9935,1646393717,47.74307,8.99902\n9936,1646393718,47.74307,8.99902\n9937,1646393719,47.74307,8.99902\n9938,1646393720,47.74307,8.99902\n9939,1646393721,47.74307,8.99902\n9940,1646393722,47.74307,8.99902\n9941,1646393723,47.74307,8.99902\n9942,1646393724,47.74308,8.99902\n9943,1646393725,47.74308,8.99902\n9944,1646393726,47.74308,8.99902\n9945,1646393727,47.74308,8.99902\n9946,1646393728,47.74308,8.99902\n9947,1646393729,47.74308,8.99902\n9948,1646393730,47.74308,8.99902\n9949,1646393731,47.74308,8.99902\n9950,1646393732,47.74308,8.99902\n9951,1646393733,47.74308,8.99902\n9952,1646393734,47.74309,8.99902\n9953,1646393735,47.74309,8.99902\n9954,1646393736,47.74309,8.99902\n9955,1646393737,47.74309,8.99902\n9956,1646393738,47.74309,8.99902\n9957,1646393739,47.74309,8.99902\n9958,1646393740,47.74309,8.99902\n9959,1646393741,47.74309,8.99902\n9960,1646393742,47.74309,8.99902\n9961,1646393743,47.74309,8.99902\n9962,1646393744,47.74309,8.99902\n9963,1646393745,47.74309,8.99902\n9964,1646393746,47.74309,8.99902\n9965,1646393747,47.74309,8.99902\n9966,1646393748,47.74309,8.99902\n9967,1646393749,47.74309,8.99902\n9968,1646393750,47.74309,8.99902\n9969,1646393751,47.74309,8.99902\n9970,1646393752,47.74309,8.99902\n9971,1646393753,47.74309,8.99902\n9972,1646393754,47.74309,8.99902\n9973,1646393755,47.74309,8.99902\n9974,1646393756,47.74309,8.99902\n9975,1646393757,47.74309,8.99902\n9976,1646393758,47.74309,8.99902\n9977,1646393759,47.74309,8.99902\n9978,1646393760,47.74309,8.99902\n9979,1646393761,47.74309,8.99902\n9980,1646393762,47.74309,8.99902\n9981,1646393763,47.74309,8.99902\n9982,1646393764,47.74309,8.99902\n9983,1646393765,47.74309,8.99902\n9984,1646393766,47.74309,8.99902\n9985,1646393767,47.74309,8.99902\n9986,1646393768,47.74309,8.99902\n9987,1646393769,47.74309,8.99902\n9988,1646393770,47.74309,8.99902\n9989,1646393771,47.74309,8.99902\n9990,1646393772,47.74309,8.99902\n9991,1646393773,47.74309,8.99902\n9992,1646393774,47.74309,8.99902\n9993,1646393775,47.74309,8.99902\n9994,1646393776,47.74309,8.99902\n9995,1646393777,47.74309,8.99902\n9996,1646393778,47.74309,8.99902\n9997,1646393779,47.74309,8.99902\n9998,1646393780,47.74309,8.99902\n9999,1646393781,47.74309,8.99902\n10000,1646393782,47.74309,8.99902\n10001,1646393783,47.74309,8.99902\n10002,1646393784,47.74309,8.99902\n10003,1646393785,47.74309,8.99902\n10004,1646393786,47.74309,8.99902\n10005,1646393787,47.74309,8.99902\n10006,1646393788,47.74309,8.99902\n10007,1646393789,47.74309,8.99902\n10008,1646393790,47.74309,8.99902\n10009,1646393791,47.74309,8.99902\n10010,1646393792,47.74309,8.99902\n10011,1646393793,47.74309,8.99902\n10012,1646393794,47.74309,8.99902\n10013,1646393795,47.74309,8.99902\n10014,1646393796,47.74309,8.99902\n10015,1646393797,47.74309,8.99902\n10016,1646393798,47.74309,8.99902\n10017,1646393799,47.74309,8.99902\n10018,1646393800,47.74309,8.99902\n10019,1646393801,47.74309,8.99902\n10020,1646393802,47.74309,8.99902\n10021,1646393803,47.74309,8.99902\n10022,1646393804,47.74309,8.99902\n10023,1646393805,47.74309,8.99902\n10024,1646393806,47.74309,8.99902\n10025,1646393807,47.74309,8.99902\n10026,1646393808,47.74309,8.99902\n10027,1646393809,47.74309,8.99902\n10028,1646393810,47.74309,8.99902\n10029,1646393811,47.74309,8.99902\n10030,1646393812,47.74309,8.99902\n10031,1646393813,47.74309,8.99902\n10032,1646393814,47.74309,8.99902\n10033,1646393815,47.74309,8.99902\n10034,1646393816,47.74309,8.99902\n10035,1646393817,47.74309,8.99902\n10036,1646393818,47.74309,8.99901\n10037,1646393819,47.74309,8.99901\n10038,1646393820,47.74309,8.99901\n10039,1646393821,47.74309,8.99901\n10040,1646393822,47.74309,8.99901\n10041,1646393823,47.74309,8.99901\n10042,1646393824,47.74309,8.99901\n10043,1646393825,47.74309,8.99901\n10044,1646393826,47.74309,8.99901\n10045,1646393827,47.74309,8.99901\n10046,1646393828,47.74309,8.99901\n10047,1646393829,47.74309,8.99901\n10048,1646393830,47.74309,8.99901\n10049,1646393831,47.74309,8.99901\n10050,1646393832,47.74309,8.99901\n10051,1646393833,47.74309,8.99901\n10052,1646393834,47.74309,8.99901\n10053,1646393835,47.74309,8.99901\n10054,1646393836,47.74309,8.99901\n10055,1646393837,47.74309,8.99901\n10056,1646393838,47.74309,8.99901\n10057,1646393839,47.74309,8.99901\n10058,1646393840,47.74309,8.99901\n10059,1646393841,47.74309,8.99901\n10060,1646393842,47.74309,8.99901\n10061,1646393843,47.74309,8.99901\n10062,1646393844,47.74309,8.99901\n10063,1646393845,47.74309,8.99901\n10064,1646393846,47.74309,8.99901\n10065,1646393847,47.74309,8.99901\n10066,1646393848,47.74309,8.99901\n10067,1646393849,47.74309,8.99901\n10068,1646393850,47.74309,8.99901\n10069,1646393851,47.74309,8.99901\n10070,1646393852,47.74309,8.99901\n10071,1646393853,47.74309,8.99901\n10072,1646393854,47.74309,8.99901\n10073,1646393855,47.74309,8.99901\n10074,1646393856,47.74309,8.99901\n10075,1646393857,47.74309,8.99901\n10076,1646393858,47.74309,8.99901\n10077,1646393859,47.74309,8.99901\n10078,1646393860,47.74309,8.99901\n10079,1646393861,47.74309,8.99901\n10080,1646393862,47.74309,8.99901\n10081,1646393863,47.74309,8.99901\n10082,1646393864,47.74309,8.99901\n10083,1646393865,47.74309,8.99901\n10084,1646393866,47.74309,8.99901\n10085,1646393867,47.74309,8.99901\n10086,1646393868,47.74309,8.99901\n10087,1646393869,47.74309,8.99901\n10088,1646393870,47.74309,8.99901\n10089,1646393871,47.74309,8.99901\n10090,1646393872,47.74309,8.99901\n10091,1646393873,47.74309,8.99901\n10092,1646393874,47.74309,8.99901\n10093,1646393875,47.74309,8.99901\n10094,1646393876,47.74309,8.99901\n10095,1646393877,47.74309,8.99901\n10096,1646393878,47.74309,8.99901\n10097,1646393879,47.74309,8.99901\n10098,1646393880,47.74309,8.99901\n10099,1646393881,47.74309,8.99901\n10100,1646393882,47.74309,8.99901\n10101,1646393883,47.74309,8.99901\n10102,1646393884,47.74309,8.99901\n10103,1646393885,47.74309,8.99901\n10104,1646393886,47.74309,8.99901\n10105,1646393887,47.74309,8.99901\n10106,1646393888,47.74309,8.99901\n10107,1646393889,47.74309,8.99901\n10108,1646393890,47.74309,8.99901\n10109,1646393891,47.74309,8.99901\n10110,1646393892,47.74309,8.99901\n10111,1646393893,47.74309,8.99901\n10112,1646393894,47.74309,8.99901\n10113,1646393895,47.74309,8.99901\n10114,1646393896,47.74309,8.99901\n10115,1646393897,47.74309,8.99901\n10116,1646393898,47.74309,8.99901\n10117,1646393899,47.74309,8.99901\n10118,1646393900,47.74309,8.99901\n10119,1646393901,47.74309,8.99901\n10120,1646393902,47.74309,8.99901\n10121,1646393903,47.74309,8.99901\n10122,1646393904,47.74309,8.99901\n10123,1646393905,47.74309,8.99901\n10124,1646393906,47.74309,8.99901\n10125,1646393907,47.74309,8.99901\n10126,1646393908,47.74309,8.99901\n10127,1646393909,47.74309,8.99901\n10128,1646393910,47.74309,8.99901\n10129,1646393911,47.74309,8.99901\n10130,1646393912,47.74309,8.99901\n10131,1646393913,47.74309,8.99901\n10132,1646393914,47.74309,8.99901\n10133,1646393915,47.74309,8.99901\n10134,1646393916,47.74309,8.99901\n10135,1646393917,47.74309,8.99901\n10136,1646393918,47.74309,8.99901\n10137,1646393919,47.74309,8.99901\n10138,1646393920,47.74309,8.99901\n10139,1646393921,47.74309,8.99901\n10140,1646393922,47.74309,8.99901\n10141,1646393923,47.74309,8.99901\n10142,1646393924,47.74309,8.99901\n10143,1646393925,47.74309,8.99901\n10144,1646393926,47.74309,8.99901\n10145,1646393927,47.74309,8.99901\n10146,1646393928,47.74309,8.99901\n10147,1646393929,47.74309,8.99901\n10148,1646393930,47.74309,8.99901\n10149,1646393931,47.74309,8.99901\n10150,1646393932,47.74309,8.99901\n10151,1646393933,47.74309,8.99901\n10152,1646393934,47.74309,8.99901\n10153,1646393935,47.74309,8.99901\n10154,1646393936,47.74309,8.99901\n10155,1646393937,47.74309,8.99901\n10156,1646393938,47.74309,8.99901\n10157,1646393939,47.74309,8.99901\n10158,1646393940,47.74309,8.99901\n10159,1646393941,47.74309,8.99901\n10160,1646393942,47.74309,8.99901\n10161,1646393943,47.74309,8.99901\n10162,1646393944,47.74309,8.99901\n10163,1646393945,47.74309,8.99901\n10164,1646393946,47.74309,8.99901\n10165,1646393947,47.74309,8.99901\n10166,1646393948,47.74309,8.99901\n10167,1646393949,47.74309,8.99901\n10168,1646393950,47.74309,8.99901\n10169,1646393951,47.74309,8.99901\n10170,1646393952,47.74309,8.99901\n10171,1646393953,47.74309,8.99901\n10172,1646393954,47.74309,8.99901\n10173,1646393955,47.74309,8.99901\n10174,1646393956,47.74309,8.99901\n10175,1646393957,47.74309,8.99901\n10176,1646393958,47.74309,8.99901\n10177,1646393959,47.74309,8.99901\n10178,1646393960,47.74309,8.99901\n10179,1646393961,47.74309,8.99901\n10180,1646393962,47.74309,8.99901\n10181,1646393963,47.74309,8.99901\n10182,1646393964,47.74309,8.99901\n10183,1646393965,47.74309,8.99901\n10184,1646393966,47.74309,8.99901\n10185,1646393967,47.74309,8.99901\n10186,1646393968,47.74309,8.99901\n10187,1646393969,47.74309,8.99901\n10188,1646393970,47.74309,8.99901\n10189,1646393971,47.74309,8.99901\n10190,1646393972,47.74309,8.99901\n10191,1646393973,47.74309,8.99901\n10192,1646393974,47.74309,8.99901\n10193,1646393975,47.74309,8.99901\n10194,1646393976,47.74309,8.99901\n10195,1646393977,47.74309,8.99901\n10196,1646393978,47.74309,8.99901\n10197,1646393979,47.74309,8.99901\n10198,1646393980,47.74309,8.99901\n10199,1646393981,47.74309,8.99901\n10200,1646393982,47.74309,8.99901\n10201,1646393983,47.74309,8.99901\n10202,1646393984,47.74309,8.99901\n10203,1646393985,47.74309,8.99901\n10204,1646393986,47.74309,8.99901\n10205,1646393987,47.74309,8.99901\n10206,1646393988,47.74309,8.99901\n10207,1646393989,47.74309,8.99901\n10208,1646393990,47.74309,8.99901\n10209,1646393991,47.74309,8.99901\n10210,1646393992,47.74309,8.99901\n10211,1646393993,47.74309,8.99901\n10212,1646393994,47.74309,8.99901\n10213,1646393995,47.74309,8.99901\n10214,1646393996,47.74309,8.99901\n10215,1646393997,47.74309,8.99901\n10216,1646393998,47.74309,8.99901\n10217,1646393999,47.74309,8.99901\n10218,1646394000,47.74309,8.99901\n10219,1646394001,47.74309,8.99901\n10220,1646394002,47.74309,8.99901\n10221,1646394003,47.74309,8.99901\n10222,1646394004,47.74309,8.99901\n10223,1646394005,47.74309,8.99901\n10224,1646394006,47.74309,8.99901\n10225,1646394007,47.74309,8.99901\n10226,1646394008,47.74309,8.99901\n10227,1646394009,47.74309,8.99901\n10228,1646394010,47.74309,8.99901\n10229,1646394011,47.74309,8.99901\n10230,1646394012,47.74309,8.99901\n10231,1646394013,47.74309,8.99901\n10232,1646394014,47.74309,8.99901\n10233,1646394015,47.74309,8.99901\n10234,1646394016,47.74309,8.99901\n10235,1646394017,47.74309,8.99901\n10236,1646394018,47.74309,8.99901\n10237,1646394019,47.74309,8.99901\n10238,1646394020,47.74309,8.99901\n10239,1646394021,47.74309,8.99901\n10240,1646394022,47.74309,8.99901\n10241,1646394023,47.74309,8.99901\n10242,1646394024,47.74309,8.99901\n10243,1646394025,47.74309,8.99901\n10244,1646394026,47.74309,8.99901\n10245,1646394027,47.74309,8.99901\n10246,1646394028,47.74309,8.99901\n10247,1646394029,47.74309,8.99901\n10248,1646394030,47.74309,8.99901\n10249,1646394031,47.74309,8.99901\n10250,1646394032,47.74309,8.99901\n10251,1646394033,47.74309,8.99901\n10252,1646394034,47.74309,8.99901\n10253,1646394035,47.74309,8.99901\n10254,1646394036,47.74309,8.99901\n10255,1646394037,47.74309,8.99901\n10256,1646394038,47.74309,8.99901\n10257,1646394039,47.74309,8.99901\n10258,1646394040,47.74309,8.99901\n10259,1646394041,47.74309,8.99901\n10260,1646394042,47.74309,8.99901\n10261,1646394043,47.74309,8.99901\n10262,1646394044,47.74309,8.99901\n10263,1646394045,47.74309,8.99901\n10264,1646394046,47.74309,8.99901\n10265,1646394047,47.74309,8.99901\n10266,1646394048,47.74309,8.99901\n10267,1646394049,47.74309,8.99901\n10268,1646394050,47.74309,8.99901\n10269,1646394051,47.74309,8.99901\n10270,1646394052,47.74309,8.99901\n10271,1646394053,47.74309,8.99901\n10272,1646394054,47.74309,8.99901\n10273,1646394055,47.74309,8.99901\n10274,1646394056,47.74309,8.99901\n10275,1646394057,47.74309,8.99901\n10276,1646394058,47.74309,8.99901\n10277,1646394059,47.74309,8.99901\n10278,1646394060,47.74309,8.99901\n10279,1646394061,47.74309,8.99901\n10280,1646394062,47.74309,8.99901\n10281,1646394063,47.74309,8.99901\n10282,1646394064,47.74309,8.99901\n10283,1646394065,47.74309,8.99901\n10284,1646394066,47.74309,8.99901\n10285,1646394067,47.74309,8.99901\n10286,1646394068,47.74309,8.99901\n10287,1646394069,47.74309,8.99901\n10288,1646394070,47.74309,8.99901\n10289,1646394071,47.74309,8.99901\n10290,1646394072,47.74309,8.99901\n10291,1646394073,47.74309,8.99901\n10292,1646394074,47.74309,8.99901\n10293,1646394075,47.74309,8.99901\n10294,1646394076,47.74309,8.99901\n10295,1646394077,47.74309,8.99901\n10296,1646394078,47.74309,8.99901\n10297,1646394079,47.74309,8.99901\n10298,1646394080,47.74309,8.99901\n10299,1646394081,47.74309,8.99901\n10300,1646394082,47.74309,8.99901\n10301,1646394083,47.74309,8.99901\n10302,1646394084,47.74309,8.99901\n10303,1646394085,47.74309,8.99901\n10304,1646394086,47.74309,8.99901\n10305,1646394087,47.74309,8.99901\n10306,1646394088,47.74309,8.99901\n10307,1646394089,47.74309,8.99901\n10308,1646394090,47.74309,8.99901\n10309,1646394091,47.74309,8.99901\n10310,1646394092,47.74309,8.99901\n10311,1646394093,47.74309,8.99901\n10312,1646394094,47.74309,8.99901\n10313,1646394095,47.74309,8.99901\n10314,1646394096,47.74309,8.99901\n10315,1646394097,47.74309,8.99901\n10316,1646394098,47.74309,8.99901\n10317,1646394099,47.74309,8.99901\n10318,1646394100,47.74309,8.99901\n10319,1646394101,47.74309,8.99901\n10320,1646394102,47.74309,8.99901\n10321,1646394103,47.74309,8.99901\n10322,1646394104,47.74309,8.99901\n10323,1646394105,47.74309,8.99901\n10324,1646394106,47.74309,8.99901\n10325,1646394107,47.74309,8.99901\n10326,1646394108,47.74309,8.99901\n10327,1646394109,47.74309,8.99901\n10328,1646394110,47.74309,8.99901\n10329,1646394111,47.74309,8.99901\n10330,1646394112,47.74309,8.99901\n10331,1646394113,47.74309,8.99901\n10332,1646394114,47.74309,8.99901\n10333,1646394115,47.74309,8.99901\n10334,1646394116,47.74309,8.99901\n10335,1646394117,47.74309,8.99901\n10336,1646394118,47.74309,8.99901\n10337,1646394119,47.74309,8.99901\n10338,1646394120,47.74309,8.99901\n10339,1646394121,47.74309,8.99901\n10340,1646394122,47.74309,8.99901\n10341,1646394123,47.74309,8.99901\n10342,1646394124,47.74309,8.99901\n10343,1646394125,47.74309,8.99901\n10344,1646394126,47.74309,8.99901\n10345,1646394127,47.74309,8.99901\n10346,1646394128,47.74309,8.99901\n10347,1646394129,47.74309,8.99901\n10348,1646394130,47.74309,8.99901\n10349,1646394131,47.74309,8.99901\n10350,1646394132,47.74309,8.99901\n10351,1646394133,47.74309,8.99901\n10352,1646394134,47.74309,8.99901\n10353,1646394135,47.74309,8.99901\n10354,1646394136,47.74309,8.99901\n10355,1646394137,47.74309,8.99901\n10356,1646394138,47.74309,8.99901\n10357,1646394139,47.74309,8.99901\n10358,1646394140,47.74309,8.99901\n10359,1646394141,47.74309,8.99901\n10360,1646394142,47.74309,8.99901\n10361,1646394143,47.74309,8.99901\n10362,1646394144,47.74309,8.99901\n10363,1646394145,47.74309,8.99901\n10364,1646394146,47.74309,8.99901\n10365,1646394147,47.74309,8.99901\n10366,1646394148,47.74309,8.99901\n10367,1646394149,47.74309,8.99901\n10368,1646394150,47.74309,8.99901\n10369,1646394151,47.74309,8.99901\n10370,1646394152,47.74309,8.99901\n10371,1646394153,47.74309,8.99901\n10372,1646394154,47.74309,8.99901\n10373,1646394155,47.74309,8.99901\n10374,1646394156,47.74309,8.99901\n10375,1646394157,47.74309,8.99901\n10376,1646394158,47.74309,8.99901\n10377,1646394159,47.74309,8.99901\n10378,1646394160,47.74309,8.99901\n10379,1646394161,47.74309,8.99901\n10380,1646394162,47.74309,8.99901\n10381,1646394163,47.74309,8.99901\n10382,1646394164,47.74309,8.99901\n10383,1646394165,47.74309,8.99901\n10384,1646394166,47.74309,8.99901\n10385,1646394167,47.74309,8.99901\n10386,1646394168,47.74309,8.99901\n10387,1646394169,47.74309,8.99901\n10388,1646394170,47.74309,8.99901\n10389,1646394171,47.74309,8.99901\n10390,1646394172,47.74309,8.99901\n10391,1646394173,47.74309,8.99901\n10392,1646394174,47.74309,8.99901\n10393,1646394175,47.74309,8.99901\n10394,1646394176,47.74309,8.99901\n10395,1646394177,47.74309,8.99901\n10396,1646394178,47.74309,8.99901\n10397,1646394179,47.74309,8.99901\n10398,1646394180,47.74309,8.99901\n10399,1646394181,47.74309,8.99901\n10400,1646394182,47.74309,8.99901\n10401,1646394183,47.74309,8.99901\n10402,1646394184,47.74309,8.99901\n10403,1646394185,47.74309,8.99901\n10404,1646394186,47.74309,8.99901\n10405,1646394187,47.74309,8.99901\n10406,1646394188,47.74309,8.99901\n10407,1646394189,47.74309,8.99901\n10408,1646394190,47.74309,8.99901\n10409,1646394191,47.74309,8.99901\n10410,1646394192,47.74309,8.99901\n10411,1646394193,47.74309,8.99901\n10412,1646394194,47.74309,8.99901\n10413,1646394195,47.74309,8.99901\n10414,1646394196,47.74309,8.99901\n10415,1646394197,47.74309,8.99901\n10416,1646394198,47.74309,8.99901\n10417,1646394199,47.74309,8.99901\n10418,1646394200,47.74309,8.99901\n10419,1646394201,47.74309,8.99901\n10420,1646394202,47.74309,8.99901\n10421,1646394203,47.74309,8.99901\n10422,1646394204,47.74309,8.99901\n10423,1646394205,47.74309,8.99901\n10424,1646394206,47.74309,8.99901\n10425,1646394207,47.74309,8.99901\n10426,1646394208,47.74309,8.99901\n10427,1646394209,47.74309,8.99901\n10428,1646394210,47.74309,8.99901\n10429,1646394211,47.74309,8.99901\n10430,1646394212,47.74309,8.99901\n10431,1646394213,47.74309,8.99901\n10432,1646394214,47.74309,8.99901\n10433,1646394215,47.74309,8.99901\n10434,1646394216,47.74309,8.99901\n10435,1646394217,47.74309,8.99901\n10436,1646394218,47.74309,8.99901\n10437,1646394219,47.74309,8.99901\n10438,1646394220,47.74309,8.99901\n10439,1646394221,47.74309,8.99901\n10440,1646394222,47.74309,8.99901\n10441,1646394223,47.74309,8.99901\n10442,1646394224,47.74309,8.99901\n10443,1646394225,47.74309,8.99901\n10444,1646394226,47.74309,8.99901\n10445,1646394227,47.74309,8.99901\n10446,1646394228,47.74309,8.99901\n10447,1646394229,47.74309,8.99901\n10448,1646394230,47.74309,8.99901\n10449,1646394231,47.74309,8.99901\n10450,1646394232,47.74309,8.99901\n10451,1646394233,47.74309,8.99901\n10452,1646394234,47.74309,8.99901\n10453,1646394235,47.74309,8.99901\n10454,1646394236,47.74309,8.99901\n10455,1646394237,47.74309,8.99901\n10456,1646394238,47.74309,8.99901\n10457,1646394239,47.74309,8.99901\n10458,1646394240,47.74309,8.99901\n10459,1646394241,47.74309,8.99901\n10460,1646394242,47.74309,8.99901\n10461,1646394243,47.74309,8.99901\n10462,1646394244,47.74309,8.99901\n10463,1646394245,47.74309,8.99901\n10464,1646394246,47.74309,8.99901\n10465,1646394247,47.74309,8.99901\n10466,1646394248,47.74309,8.99901\n10467,1646394249,47.74309,8.99901\n10468,1646394250,47.74309,8.99901\n10469,1646394251,47.74309,8.99901\n10470,1646394252,47.74309,8.99901\n10471,1646394253,47.74309,8.99901\n10472,1646394254,47.74309,8.99901\n10473,1646394255,47.74309,8.99901\n10474,1646394256,47.74309,8.99901\n10475,1646394257,47.74309,8.99901\n10476,1646394258,47.74309,8.99901\n10477,1646394259,47.74309,8.99901\n10478,1646394260,47.74309,8.99901\n10479,1646394261,47.74309,8.99901\n10480,1646394262,47.74309,8.99901\n10481,1646394263,47.74309,8.99901\n10482,1646394264,47.74309,8.99901\n10483,1646394265,47.74309,8.99901\n10484,1646394266,47.74309,8.99901\n10485,1646394267,47.74309,8.99901\n10486,1646394268,47.74309,8.99901\n10487,1646394269,47.74309,8.99901\n10488,1646394270,47.74309,8.99901\n10489,1646394271,47.74309,8.99901\n10490,1646394272,47.74309,8.99901\n10491,1646394273,47.74309,8.99901\n10492,1646394274,47.74309,8.99901\n10493,1646394275,47.74309,8.99901\n10494,1646394276,47.74309,8.99901\n10495,1646394277,47.74309,8.99901\n10496,1646394278,47.74309,8.99901\n10497,1646394279,47.74309,8.99901\n10498,1646394280,47.74309,8.99901\n10499,1646394281,47.74309,8.99901\n10500,1646394282,47.74308,8.99901\n10501,1646394283,47.74308,8.99901\n10502,1646394284,47.74308,8.99901\n10503,1646394285,47.74308,8.99901\n10504,1646394286,47.74308,8.99901\n10505,1646394287,47.74308,8.99901\n10506,1646394288,47.74308,8.99901\n10507,1646394289,47.74308,8.99901\n10508,1646394290,47.74308,8.99901\n10509,1646394291,47.74308,8.99901\n10510,1646394292,47.74308,8.99901\n10511,1646394293,47.74308,8.99901\n10512,1646394294,47.74308,8.99901\n10513,1646394295,47.74308,8.99901\n10514,1646394296,47.74308,8.99901\n10515,1646394297,47.74308,8.99901\n10516,1646394298,47.74308,8.99901\n10517,1646394299,47.74308,8.99901\n10518,1646394300,47.74308,8.99901\n10519,1646394301,47.74308,8.99901\n10520,1646394302,47.74308,8.99901\n10521,1646394303,47.74308,8.99901\n10522,1646394304,47.74308,8.99901\n10523,1646394305,47.74308,8.99901\n10524,1646394306,47.74308,8.99901\n10525,1646394307,47.74308,8.99901\n10526,1646394308,47.74308,8.99901\n10527,1646394309,47.74308,8.99901\n10528,1646394310,47.74308,8.99901\n10529,1646394311,47.74308,8.99901\n10530,1646394312,47.74308,8.99901\n10531,1646394313,47.74308,8.99901\n10532,1646394314,47.74308,8.99901\n10533,1646394315,47.74308,8.99901\n10534,1646394316,47.74308,8.99901\n10535,1646394317,47.74308,8.99901\n10536,1646394318,47.74308,8.99901\n10537,1646394319,47.74308,8.99901\n10538,1646394320,47.74308,8.99901\n10539,1646394321,47.74308,8.99901\n10540,1646394322,47.74308,8.99901\n10541,1646394323,47.74308,8.99901\n10542,1646394324,47.74308,8.99901\n10543,1646394325,47.74308,8.99901\n10544,1646394326,47.74308,8.99902\n10545,1646394327,47.74308,8.99902\n10546,1646394328,47.74308,8.99902\n10547,1646394329,47.74308,8.99902\n10548,1646394330,47.74308,8.99902\n10549,1646394331,47.74308,8.99902\n10550,1646394332,47.74308,8.99902\n10551,1646394333,47.74308,8.99902\n10552,1646394334,47.74308,8.99902\n10553,1646394335,47.74308,8.99902\n10554,1646394336,47.74308,8.99902\n10555,1646394337,47.74308,8.99902\n10556,1646394338,47.74308,8.99902\n10557,1646394339,47.74308,8.99902\n10558,1646394340,47.74308,8.99902\n10559,1646394341,47.74308,8.99902\n10560,1646394342,47.74308,8.99902\n10561,1646394343,47.74308,8.99902\n10562,1646394344,47.74308,8.99902\n10563,1646394345,47.74308,8.99902\n10564,1646394346,47.74308,8.99902\n10565,1646394347,47.74308,8.99902\n10566,1646394348,47.74308,8.99902\n10567,1646394349,47.74308,8.99902\n10568,1646394350,47.74308,8.99902\n10569,1646394351,47.74308,8.99902\n10570,1646394352,47.74308,8.99902\n10571,1646394353,47.74308,8.99902\n10572,1646394354,47.74308,8.99902\n10573,1646394355,47.74308,8.99902\n10574,1646394356,47.74308,8.99902\n10575,1646394357,47.74308,8.99902\n10576,1646394358,47.74308,8.99902\n10577,1646394359,47.74308,8.99902\n10578,1646394360,47.74308,8.99902\n10579,1646394361,47.74308,8.99902\n10580,1646394362,47.74308,8.99902\n10581,1646394363,47.74308,8.99902\n10582,1646394364,47.74308,8.99902\n10583,1646394365,47.74308,8.99902\n10584,1646394366,47.74308,8.99902\n10585,1646394367,47.74308,8.99902\n10586,1646394368,47.74308,8.99902\n10587,1646394369,47.74308,8.99902\n10588,1646394370,47.74308,8.99902\n10589,1646394371,47.74308,8.99902\n10590,1646394372,47.74308,8.99902\n10591,1646394373,47.74308,8.99902\n10592,1646394374,47.74308,8.99902\n10593,1646394375,47.74308,8.99902\n10594,1646394376,47.74308,8.99902\n10595,1646394377,47.74308,8.99902\n10596,1646394378,47.74308,8.99902\n10597,1646394379,47.74308,8.99902\n10598,1646394380,47.74308,8.99902\n10599,1646394381,47.74308,8.99902\n10600,1646394382,47.74308,8.99902\n10601,1646394383,47.74308,8.99902\n10602,1646394384,47.74308,8.99902\n10603,1646394385,47.74308,8.99902\n10604,1646394386,47.74308,8.99902\n10605,1646394387,47.74308,8.99902\n10606,1646394388,47.74308,8.99902\n10607,1646394389,47.74308,8.99902\n10608,1646394390,47.74308,8.99902\n10609,1646394391,47.74308,8.99902\n10610,1646394392,47.74308,8.99902\n10611,1646394393,47.74308,8.99902\n10612,1646394394,47.74308,8.99902\n10613,1646394395,47.74308,8.99902\n10614,1646394396,47.74308,8.99902\n10615,1646394397,47.74308,8.99902\n10616,1646394398,47.74308,8.99902\n10617,1646394399,47.74308,8.99902\n10618,1646394400,47.74308,8.99902\n10619,1646394401,47.74308,8.99902\n10620,1646394402,47.74308,8.99902\n10621,1646394403,47.74308,8.99902\n10622,1646394404,47.74308,8.99902\n10623,1646394405,47.74308,8.99902\n10624,1646394406,47.74308,8.99902\n10625,1646394407,47.74308,8.99902\n10626,1646394408,47.74308,8.99902\n10627,1646394409,47.74308,8.99902\n10628,1646394410,47.74308,8.99902\n10629,1646394411,47.74308,8.99902\n10630,1646394412,47.74308,8.99902\n10631,1646394413,47.74308,8.99902\n10632,1646394414,47.74308,8.99902\n10633,1646394415,47.74308,8.99902\n10634,1646394416,47.74308,8.99902\n10635,1646394417,47.74308,8.99902\n10636,1646394418,47.74308,8.99902\n10637,1646394419,47.74308,8.99902\n10638,1646394420,47.74308,8.99902\n10639,1646394421,47.74308,8.99902\n10640,1646394422,47.74308,8.99902\n10641,1646394423,47.74308,8.99902\n10642,1646394424,47.74308,8.99902\n10643,1646394425,47.74308,8.99902\n10644,1646394426,47.74308,8.99902\n10645,1646394427,47.74308,8.99902\n10646,1646394428,47.74308,8.99902\n10647,1646394429,47.74308,8.99902\n10648,1646394430,47.74308,8.99902\n10649,1646394431,47.74308,8.99902\n10650,1646394432,47.74308,8.99902\n10651,1646394433,47.74308,8.99902\n10652,1646394434,47.74308,8.99902\n10653,1646394435,47.74308,8.99902\n10654,1646394436,47.74308,8.99902\n10655,1646394437,47.74308,8.99902\n10656,1646394438,47.74308,8.99902\n10657,1646394439,47.74308,8.99902\n10658,1646394440,47.74308,8.99902\n10659,1646394441,47.74308,8.99902\n10660,1646394442,47.74308,8.99902\n10661,1646394443,47.74308,8.99902\n10662,1646394444,47.74308,8.99902\n10663,1646394445,47.74308,8.99902\n10664,1646394446,47.74308,8.99902\n10665,1646394447,47.74308,8.99902\n10666,1646394448,47.74308,8.99902\n10667,1646394449,47.74308,8.99902\n10668,1646394450,47.74308,8.99902\n10669,1646394451,47.74308,8.99902\n10670,1646394452,47.74308,8.99902\n10671,1646394453,47.74308,8.99902\n10672,1646394454,47.74308,8.99902\n10673,1646394455,47.74308,8.99902\n10674,1646394456,47.74308,8.99902\n10675,1646394457,47.74308,8.99902\n10676,1646394458,47.74308,8.99902\n10677,1646394459,47.74308,8.99902\n10678,1646394460,47.74308,8.99902\n10679,1646394461,47.74308,8.99902\n10680,1646394462,47.74308,8.99902\n10681,1646394463,47.74308,8.99902\n10682,1646394464,47.74308,8.99902\n10683,1646394465,47.74308,8.99902\n10684,1646394466,47.74308,8.99902\n10685,1646394467,47.74308,8.99902\n10686,1646394468,47.74308,8.99902\n10687,1646394469,47.74308,8.99902\n10688,1646394470,47.74308,8.99902\n10689,1646394471,47.74308,8.99902\n10690,1646394472,47.74308,8.99902\n10691,1646394473,47.74308,8.99902\n10692,1646394474,47.74308,8.99902\n10693,1646394475,47.74308,8.99902\n10694,1646394476,47.74308,8.99902\n10695,1646394477,47.74309,8.99902\n10696,1646394478,47.74309,8.99902\n10697,1646394479,47.74309,8.99902\n10698,1646394480,47.74309,8.99902\n10699,1646394481,47.74309,8.99902\n10700,1646394482,47.74309,8.99902\n10701,1646394483,47.74309,8.99902\n10702,1646394484,47.74309,8.99902\n10703,1646394485,47.74309,8.99902\n10704,1646394486,47.74309,8.99902\n10705,1646394487,47.74309,8.99902\n10706,1646394488,47.74309,8.99902\n10707,1646394489,47.74309,8.99902\n10708,1646394490,47.74309,8.99902\n10709,1646394491,47.74309,8.99902\n10710,1646394492,47.74309,8.99902\n10711,1646394493,47.74309,8.99902\n10712,1646394494,47.74309,8.99902\n10713,1646394495,47.74309,8.99902\n10714,1646394496,47.74309,8.99902\n10715,1646394497,47.74309,8.99902\n10716,1646394498,47.74308,8.99902\n10717,1646394499,47.74308,8.99902\n10718,1646394500,47.74308,8.99902\n10719,1646394501,47.74308,8.99902\n10720,1646394502,47.74308,8.99902\n10721,1646394503,47.74308,8.99902\n10722,1646394504,47.74308,8.99902\n10723,1646394505,47.74308,8.99902\n10724,1646394506,47.74308,8.99902\n10725,1646394507,47.74308,8.99902\n10726,1646394508,47.74308,8.99902\n10727,1646394509,47.74308,8.99902\n10728,1646394510,47.74308,8.99902\n10729,1646394511,47.74308,8.99902\n10730,1646394512,47.74308,8.99902\n10731,1646394513,47.74308,8.99902\n10732,1646394514,47.74308,8.99902\n10733,1646394515,47.74308,8.99902\n10734,1646394516,47.74308,8.99902\n10735,1646394517,47.74308,8.99902\n10736,1646394518,47.74308,8.99902\n10737,1646394519,47.74308,8.99902\n10738,1646394520,47.74308,8.99902\n10739,1646394521,47.74308,8.99902\n10740,1646394522,47.74308,8.99902\n10741,1646394523,47.74308,8.99902\n10742,1646394524,47.74308,8.99902\n10743,1646394525,47.74308,8.99902\n10744,1646394526,47.74308,8.99902\n10745,1646394527,47.74308,8.99902\n10746,1646394528,47.74308,8.99902\n10747,1646394529,47.74308,8.99902\n10748,1646394530,47.74308,8.99902\n10749,1646394531,47.74308,8.99902\n10750,1646394532,47.74308,8.99902\n10751,1646394533,47.74308,8.99902\n10752,1646394534,47.74308,8.99902\n10753,1646394535,47.74308,8.99902\n10754,1646394536,47.74308,8.99902\n10755,1646394537,47.74308,8.99902\n10756,1646394538,47.74308,8.99902\n10757,1646394539,47.74308,8.99902\n10758,1646394540,47.74308,8.99902\n10759,1646394541,47.74308,8.99902\n10760,1646394542,47.74308,8.99902\n10761,1646394543,47.74308,8.99902\n10762,1646394544,47.74308,8.99902\n10763,1646394545,47.74308,8.99902\n10764,1646394546,47.74308,8.99902\n10765,1646394547,47.74308,8.99902\n10766,1646394548,47.74308,8.99902\n10767,1646394549,47.74308,8.99902\n10768,1646394550,47.74308,8.99902\n10769,1646394551,47.74308,8.99902\n10770,1646394552,47.74308,8.99902\n10771,1646394553,47.74308,8.99902\n10772,1646394554,47.74308,8.99902\n10773,1646394555,47.74308,8.99902\n10774,1646394556,47.74308,8.99902\n10775,1646394557,47.74308,8.99902\n10776,1646394558,47.74308,8.99902\n10777,1646394559,47.74308,8.99902\n10778,1646394560,47.74308,8.99902\n10779,1646394561,47.74308,8.99902\n10780,1646394562,47.74308,8.99902\n10781,1646394563,47.74308,8.99902\n10782,1646394564,47.74308,8.99902\n10783,1646394565,47.74308,8.99902\n10784,1646394566,47.74308,8.99902\n10785,1646394567,47.74308,8.99902\n10786,1646394568,47.74308,8.99902\n10787,1646394569,47.74308,8.99902\n10788,1646394570,47.74308,8.99902\n10789,1646394571,47.74308,8.99902\n10790,1646394572,47.74308,8.99902\n10791,1646394573,47.74308,8.99902\n10792,1646394574,47.74308,8.99902\n10793,1646394575,47.74308,8.99902\n10794,1646394576,47.74308,8.99902\n10795,1646394577,47.74308,8.99902\n10796,1646394578,47.74308,8.99902\n10797,1646394579,47.74308,8.99902\n10798,1646394580,47.74308,8.99902\n10799,1646394581,47.74308,8.99902\n10800,1646394582,47.74308,8.99902\n10801,1646394583,47.74308,8.99902\n10802,1646394584,47.74308,8.99902\n10803,1646394585,47.74308,8.99902\n10804,1646394586,47.74308,8.99902\n10805,1646394587,47.74308,8.99902\n10806,1646394588,47.74308,8.99902\n10807,1646394589,47.74308,8.99902\n10808,1646394590,47.74308,8.99902\n10809,1646394591,47.74308,8.99902\n10810,1646394592,47.74308,8.99902\n10811,1646394593,47.74308,8.99902\n10812,1646394594,47.74308,8.99902\n10813,1646394595,47.74308,8.99902\n10814,1646394596,47.74308,8.99902\n10815,1646394597,47.74308,8.99902\n10816,1646394598,47.74308,8.99902\n10817,1646394599,47.74308,8.99902\n10818,1646394600,47.74308,8.99902\n10819,1646394601,47.74308,8.99902\n10820,1646394602,47.74308,8.99902\n10821,1646394603,47.74308,8.99902\n10822,1646394604,47.74308,8.99902\n10823,1646394605,47.74308,8.99902\n10824,1646394606,47.74308,8.99902\n10825,1646394607,47.74308,8.99902\n10826,1646394608,47.74308,8.99902\n10827,1646394609,47.74308,8.99902\n10828,1646394610,47.74308,8.99902\n10829,1646394611,47.74308,8.99902\n10830,1646394612,47.74308,8.99902\n10831,1646394613,47.74308,8.99902\n10832,1646394614,47.74308,8.99902\n10833,1646394615,47.74308,8.99902\n10834,1646394616,47.74308,8.99902\n10835,1646394617,47.74308,8.99902\n10836,1646394618,47.74308,8.99902\n10837,1646394619,47.74308,8.99902\n10838,1646394620,47.74308,8.99902\n10839,1646394621,47.74308,8.99902\n10840,1646394622,47.74308,8.99902\n10841,1646394623,47.74308,8.99902\n10842,1646394624,47.74308,8.99902\n10843,1646394625,47.74308,8.99902\n10844,1646394626,47.74308,8.99902\n10845,1646394627,47.74308,8.99902\n10846,1646394628,47.74308,8.99902\n10847,1646394629,47.74308,8.99902\n10848,1646394630,47.74308,8.99902\n10849,1646394631,47.74308,8.99902\n10850,1646394632,47.74308,8.99902\n10851,1646394633,47.74308,8.99902\n10852,1646394634,47.74308,8.99902\n10853,1646394635,47.74308,8.99902\n10854,1646394636,47.74308,8.99902\n10855,1646394637,47.74308,8.99902\n10856,1646394638,47.74308,8.99902\n10857,1646394639,47.74308,8.99902\n10858,1646394640,47.74308,8.99902\n10859,1646394641,47.74308,8.99902\n10860,1646394642,47.74308,8.99902\n10861,1646394643,47.74308,8.99902\n10862,1646394644,47.74308,8.99902\n10863,1646394645,47.74308,8.99902\n10864,1646394646,47.74308,8.99902\n10865,1646394647,47.74308,8.99902\n10866,1646394648,47.74308,8.99902\n10867,1646394649,47.74308,8.99902\n10868,1646394650,47.74308,8.99902\n10869,1646394651,47.74308,8.99902\n10870,1646394652,47.74308,8.99902\n10871,1646394653,47.74308,8.99902\n10872,1646394654,47.74308,8.99902\n10873,1646394655,47.74308,8.99902\n10874,1646394656,47.74308,8.99902\n10875,1646394657,47.74308,8.99902\n10876,1646394658,47.74308,8.99902\n10877,1646394659,47.74308,8.99902\n10878,1646394660,47.74308,8.99902\n10879,1646394661,47.74308,8.99902\n10880,1646394662,47.74308,8.99902\n10881,1646394663,47.74308,8.99902\n10882,1646394664,47.74308,8.99902\n10883,1646394665,47.74308,8.99902\n10884,1646394666,47.74308,8.99902\n10885,1646394667,47.74308,8.99902\n10886,1646394668,47.74308,8.99902\n10887,1646394669,47.74308,8.99902\n10888,1646394670,47.74308,8.99902\n10889,1646394671,47.74308,8.99902\n10890,1646394672,47.74308,8.99902\n10891,1646394673,47.74308,8.99902\n10892,1646394674,47.74308,8.99902\n10893,1646394675,47.74308,8.99902\n10894,1646394676,47.74308,8.99902\n10895,1646394677,47.74308,8.99902\n10896,1646394678,47.74308,8.99902\n10897,1646394679,47.74308,8.99902\n10898,1646394680,47.74308,8.99902\n10899,1646394681,47.74308,8.99902\n10900,1646394682,47.74308,8.99902\n10901,1646394683,47.74308,8.99902\n10902,1646394684,47.74308,8.99902\n10903,1646394685,47.74308,8.99902\n10904,1646394686,47.74308,8.99902\n10905,1646394687,47.74308,8.99902\n10906,1646394688,47.74308,8.99902\n10907,1646394689,47.74308,8.99902\n10908,1646394690,47.74308,8.99902\n10909,1646394691,47.74308,8.99902\n10910,1646394692,47.74308,8.99902\n10911,1646394693,47.74308,8.99902\n10912,1646394694,47.74308,8.99902\n10913,1646394695,47.74308,8.99902\n10914,1646394696,47.74308,8.99902\n10915,1646394697,47.74308,8.99902\n10916,1646394698,47.74308,8.99902\n10917,1646394699,47.74308,8.99902\n10918,1646394700,47.74308,8.99902\n10919,1646394701,47.74308,8.99902\n10920,1646394702,47.74308,8.99902\n10921,1646394703,47.74308,8.99902\n10922,1646394704,47.74308,8.99902\n10923,1646394705,47.74308,8.99902\n10924,1646394706,47.74308,8.99902\n10925,1646394707,47.74308,8.99902\n10926,1646394708,47.74308,8.99902\n10927,1646394709,47.74308,8.99902\n10928,1646394710,47.74308,8.99902\n10929,1646394711,47.74308,8.99902\n10930,1646394712,47.74308,8.99902\n10931,1646394713,47.74308,8.99902\n10932,1646394714,47.74308,8.99902\n10933,1646394715,47.74308,8.99902\n10934,1646394716,47.74308,8.99902\n10935,1646394717,47.74308,8.99902\n10936,1646394718,47.74308,8.99902\n10937,1646394719,47.74308,8.99902\n10938,1646394720,47.74308,8.99902\n10939,1646394721,47.74308,8.99902\n10940,1646394722,47.74308,8.99902\n10941,1646394723,47.74308,8.99902\n10942,1646394724,47.74308,8.99902\n10943,1646394725,47.74308,8.99902\n10944,1646394726,47.74308,8.99902\n10945,1646394727,47.74308,8.99902\n10946,1646394728,47.74308,8.99902\n10947,1646394729,47.74308,8.99902\n10948,1646394730,47.74308,8.99902\n10949,1646394731,47.74308,8.99902\n10950,1646394732,47.74308,8.99902\n10951,1646394733,47.74308,8.99902\n10952,1646394734,47.74308,8.99902\n10953,1646394735,47.74308,8.99902\n10954,1646394736,47.74308,8.99902\n10955,1646394737,47.74308,8.99902\n10956,1646394738,47.74308,8.99902\n10957,1646394739,47.74308,8.99902\n10958,1646394740,47.74308,8.99902\n10959,1646394741,47.74308,8.99902\n10960,1646394742,47.74308,8.99902\n10961,1646394743,47.74308,8.99902\n10962,1646394744,47.74308,8.99902\n10963,1646394745,47.74308,8.99902\n10964,1646394746,47.74308,8.99902\n10965,1646394747,47.74308,8.99902\n10966,1646394748,47.74308,8.99902\n10967,1646394749,47.74308,8.99902\n10968,1646394750,47.74308,8.99902\n10969,1646394751,47.74308,8.99902\n10970,1646394752,47.74308,8.99902\n10971,1646394753,47.74308,8.99902\n10972,1646394754,47.74308,8.99902\n10973,1646394755,47.74308,8.99902\n10974,1646394756,47.74307,8.99902\n10975,1646394757,47.74307,8.99902\n10976,1646394758,47.74307,8.99902\n10977,1646394759,47.74307,8.99902\n10978,1646394760,47.74307,8.99902\n10979,1646394761,47.74307,8.99902\n10980,1646394762,47.74307,8.99902\n10981,1646394763,47.74307,8.99902\n10982,1646394764,47.74307,8.99902\n10983,1646394765,47.74307,8.99902\n10984,1646394766,47.74307,8.99902\n10985,1646394767,47.74307,8.99902\n10986,1646394768,47.74307,8.99902\n10987,1646394769,47.74307,8.99902\n10988,1646394770,47.74307,8.99902\n10989,1646394771,47.74307,8.99902\n10990,1646394772,47.74307,8.99902\n10991,1646394773,47.74307,8.99902\n10992,1646394774,47.74307,8.99902\n10993,1646394775,47.74307,8.99902\n10994,1646394776,47.74307,8.99902\n10995,1646394777,47.74307,8.99902\n10996,1646394778,47.74307,8.99902\n10997,1646394779,47.74307,8.99902\n10998,1646394780,47.74307,8.99902\n10999,1646394781,47.74307,8.99902\n11000,1646394782,47.74307,8.99902\n11001,1646394783,47.74307,8.99902\n11002,1646394784,47.74307,8.99902\n11003,1646394785,47.74307,8.99902\n11004,1646394786,47.74307,8.99902\n11005,1646394787,47.74307,8.99902\n11006,1646394788,47.74307,8.99902\n11007,1646394789,47.74307,8.99902\n11008,1646394790,47.74307,8.99902\n11009,1646394791,47.74307,8.99902\n11010,1646394792,47.74307,8.99902\n11011,1646394793,47.74307,8.99902\n11012,1646394794,47.74307,8.99902\n11013,1646394795,47.74307,8.99902\n11014,1646394796,47.74307,8.99902\n11015,1646394797,47.74307,8.99902\n11016,1646394798,47.74307,8.99902\n11017,1646394799,47.74307,8.99902\n11018,1646394800,47.74307,8.99902\n11019,1646394801,47.74307,8.99902\n11020,1646394802,47.74307,8.99902\n11021,1646394803,47.74307,8.99902\n11022,1646394804,47.74307,8.99902\n11023,1646394805,47.74307,8.99902\n11024,1646394806,47.74307,8.99902\n11025,1646394807,47.74307,8.99902\n11026,1646394808,47.74307,8.99902\n11027,1646394809,47.74307,8.99902\n11028,1646394810,47.74307,8.99902\n11029,1646394811,47.74307,8.99902\n11030,1646394812,47.74307,8.99902\n11031,1646394813,47.74307,8.99902\n11032,1646394814,47.74307,8.99902\n11033,1646394815,47.74307,8.99902\n11034,1646394816,47.74307,8.99902\n11035,1646394817,47.74307,8.99902\n11036,1646394818,47.74307,8.99902\n11037,1646394819,47.74307,8.99902\n11038,1646394820,47.74307,8.99902\n11039,1646394821,47.74307,8.99902\n11040,1646394822,47.74307,8.99902\n11041,1646394823,47.74307,8.99902\n11042,1646394824,47.74307,8.99902\n11043,1646394825,47.74307,8.99902\n11044,1646394826,47.74307,8.99902\n11045,1646394827,47.74307,8.99902\n11046,1646394828,47.74307,8.99902\n11047,1646394829,47.74307,8.99902\n11048,1646394830,47.74307,8.99902\n11049,1646394831,47.74307,8.99902\n11050,1646394832,47.74307,8.99902\n11051,1646394833,47.74307,8.99902\n11052,1646394834,47.74307,8.99902\n11053,1646394835,47.74307,8.99902\n11054,1646394836,47.74307,8.99902\n11055,1646394837,47.74307,8.99902\n11056,1646394838,47.74307,8.99902\n11057,1646394839,47.74307,8.99902\n11058,1646394840,47.74307,8.99902\n11059,1646394841,47.74307,8.99902\n11060,1646394842,47.74307,8.99902\n11061,1646394843,47.74307,8.99902\n11062,1646394844,47.74307,8.99902\n11063,1646394845,47.74307,8.99902\n11064,1646394846,47.74307,8.99902\n11065,1646394847,47.74307,8.99902\n11066,1646394848,47.74307,8.99902\n11067,1646394849,47.74307,8.99902\n11068,1646394850,47.74307,8.99902\n11069,1646394851,47.74307,8.99902\n11070,1646394852,47.74307,8.99902\n11071,1646394853,47.74307,8.99902\n11072,1646394854,47.74307,8.99902\n11073,1646394855,47.74307,8.99902\n11074,1646394856,47.74307,8.99902\n11075,1646394857,47.74307,8.99902\n11076,1646394858,47.74307,8.99902\n11077,1646394859,47.74307,8.99902\n11078,1646394860,47.74307,8.99902\n11079,1646394861,47.74307,8.99902\n11080,1646394862,47.74307,8.99902\n11081,1646394863,47.74307,8.99902\n11082,1646394864,47.74307,8.99902\n11083,1646394865,47.74307,8.99902\n11084,1646394866,47.74307,8.99902\n11085,1646394867,47.74307,8.99902\n11086,1646394868,47.74307,8.99902\n11087,1646394869,47.74307,8.99902\n11088,1646394870,47.74307,8.99902\n11089,1646394871,47.74307,8.99902\n11090,1646394872,47.74307,8.99902\n11091,1646394873,47.74307,8.99902\n11092,1646394874,47.74307,8.99902\n11093,1646394875,47.74307,8.99902\n11094,1646394876,47.74307,8.99902\n11095,1646394877,47.74307,8.99902\n11096,1646394878,47.74307,8.99902\n11097,1646394879,47.74307,8.99902\n11098,1646394880,47.74307,8.99902\n11099,1646394881,47.74307,8.99902\n11100,1646394882,47.74307,8.99902\n11101,1646394883,47.74307,8.99902\n11102,1646394884,47.74307,8.99902\n11103,1646394885,47.74307,8.99902\n11104,1646394886,47.74307,8.99902\n11105,1646394887,47.74307,8.99902\n11106,1646394888,47.74307,8.99902\n11107,1646394889,47.74307,8.99902\n11108,1646394890,47.74307,8.99902\n11109,1646394891,47.74307,8.99902\n11110,1646394892,47.74307,8.99902\n11111,1646394893,47.74307,8.99902\n11112,1646394894,47.74307,8.99902\n11113,1646394895,47.74307,8.99902\n11114,1646394896,47.74307,8.99902\n11115,1646394897,47.74307,8.99902\n11116,1646394898,47.74307,8.99902\n11117,1646394899,47.74307,8.99902\n11118,1646394900,47.74307,8.99902\n11119,1646394901,47.74307,8.99902\n11120,1646394902,47.74307,8.99902\n11121,1646394903,47.74307,8.99902\n11122,1646394904,47.74307,8.99902\n11123,1646394905,47.74307,8.99902\n11124,1646394906,47.74307,8.99902\n11125,1646394907,47.74307,8.99902\n11126,1646394908,47.74307,8.99902\n11127,1646394909,47.74307,8.99902\n11128,1646394910,47.74307,8.99902\n11129,1646394911,47.74307,8.99902\n11130,1646394912,47.74307,8.99902\n11131,1646394913,47.74307,8.99902\n11132,1646394914,47.74307,8.99902\n11133,1646394915,47.74307,8.99902\n11134,1646394916,47.74307,8.99902\n11135,1646394917,47.74307,8.99902\n11136,1646394918,47.74307,8.99902\n11137,1646394919,47.74307,8.99902\n11138,1646394920,47.74307,8.99902\n11139,1646394921,47.74307,8.99902\n11140,1646394922,47.74307,8.99902\n11141,1646394923,47.74307,8.99902\n11142,1646394924,47.74307,8.99902\n11143,1646394925,47.74307,8.99902\n11144,1646394926,47.74307,8.99902\n11145,1646394927,47.74307,8.99902\n11146,1646394928,47.74307,8.99902\n11147,1646394929,47.74307,8.99902\n11148,1646394930,47.74307,8.99902\n11149,1646394931,47.74307,8.99902\n11150,1646394932,47.74307,8.99902\n11151,1646394933,47.74307,8.99902\n11152,1646394934,47.74307,8.99902\n11153,1646394935,47.74307,8.99902\n11154,1646394936,47.74307,8.99902\n11155,1646394937,47.74307,8.99902\n11156,1646394938,47.74307,8.99902\n11157,1646394939,47.74307,8.99902\n11158,1646394940,47.74307,8.99902\n11159,1646394941,47.74307,8.99902\n11160,1646394942,47.74307,8.99902\n11161,1646394943,47.74307,8.99902\n11162,1646394944,47.74307,8.99902\n11163,1646394945,47.74307,8.99902\n11164,1646394946,47.74307,8.99902\n11165,1646394947,47.74307,8.99902\n11166,1646394948,47.74307,8.99902\n11167,1646394949,47.74307,8.99902\n11168,1646394950,47.74307,8.99902\n11169,1646394951,47.74307,8.99902\n11170,1646394952,47.74307,8.99902\n11171,1646394953,47.74307,8.99902\n11172,1646394954,47.74307,8.99902\n11173,1646394955,47.74307,8.99902\n11174,1646394956,47.74307,8.99902\n11175,1646394957,47.74307,8.99902\n11176,1646394958,47.74307,8.99902\n11177,1646394959,47.74307,8.99902\n11178,1646394960,47.74307,8.99902\n11179,1646394961,47.74307,8.99902\n11180,1646394962,47.74307,8.99902\n11181,1646394963,47.74307,8.99902\n11182,1646394964,47.74307,8.99902\n11183,1646394965,47.74307,8.99902\n11184,1646394966,47.74307,8.99902\n11185,1646394967,47.74307,8.99902\n11186,1646394968,47.74307,8.99902\n11187,1646394969,47.74307,8.99902\n11188,1646394970,47.74307,8.99902\n11189,1646394971,47.74307,8.99902\n11190,1646394972,47.74307,8.99902\n11191,1646394973,47.74307,8.99902\n11192,1646394974,47.74307,8.99902\n11193,1646394975,47.74307,8.99902\n11194,1646394976,47.74307,8.99902\n11195,1646394977,47.74307,8.99902\n11196,1646394978,47.74307,8.99902\n11197,1646394979,47.74307,8.99902\n11198,1646394980,47.74307,8.99902\n11199,1646394981,47.74307,8.99902\n11200,1646394982,47.74307,8.99902\n11201,1646394983,47.74307,8.99902\n11202,1646394984,47.74307,8.99902\n11203,1646394985,47.74307,8.99902\n11204,1646394986,47.74307,8.99902\n11205,1646394987,47.74307,8.99902\n11206,1646394988,47.74307,8.99902\n11207,1646394989,47.74307,8.99902\n11208,1646394990,47.74307,8.99902\n11209,1646394991,47.74307,8.99902\n11210,1646394992,47.74307,8.99902\n11211,1646394993,47.74307,8.99902\n11212,1646394994,47.74307,8.99902\n11213,1646394995,47.74307,8.99902\n11214,1646394996,47.74307,8.99902\n11215,1646394997,47.74307,8.99902\n11216,1646394998,47.74307,8.99902\n11217,1646394999,47.74307,8.99902\n11218,1646395000,47.74307,8.99902\n11219,1646395001,47.74307,8.99902\n11220,1646395002,47.74307,8.99902\n11221,1646395003,47.74307,8.99902\n11222,1646395004,47.74307,8.99902\n11223,1646395005,47.74307,8.99902\n11224,1646395006,47.74307,8.99902\n11225,1646395007,47.74307,8.99902\n11226,1646395008,47.74307,8.99902\n11227,1646395009,47.74307,8.99902\n11228,1646395010,47.74307,8.99902\n11229,1646395011,47.74307,8.99902\n11230,1646395012,47.74307,8.99902\n11231,1646395013,47.74307,8.99902\n11232,1646395014,47.74307,8.99902\n11233,1646395015,47.74307,8.99902\n11234,1646395016,47.74307,8.99902\n11235,1646395017,47.74307,8.99902\n11236,1646395018,47.74307,8.99902\n11237,1646395019,47.74307,8.99902\n11238,1646395020,47.74307,8.99902\n11239,1646395021,47.74307,8.99902\n11240,1646395022,47.74307,8.99902\n11241,1646395023,47.74307,8.99902\n11242,1646395024,47.74307,8.99902\n11243,1646395025,47.74307,8.99902\n11244,1646395026,47.74307,8.99902\n11245,1646395027,47.74307,8.99902\n11246,1646395028,47.74307,8.99902\n11247,1646395029,47.74307,8.99902\n11248,1646395030,47.74307,8.99902\n11249,1646395031,47.74307,8.99902\n11250,1646395032,47.74307,8.99902\n11251,1646395033,47.74307,8.99902\n11252,1646395034,47.74307,8.99902\n11253,1646395035,47.74307,8.99902\n11254,1646395036,47.74307,8.99902\n11255,1646395037,47.74307,8.99902\n11256,1646395038,47.74307,8.99902\n11257,1646395039,47.74307,8.99902\n11258,1646395040,47.74307,8.99902\n11259,1646395041,47.74307,8.99902\n11260,1646395042,47.74307,8.99902\n11261,1646395043,47.74307,8.99902\n11262,1646395044,47.74307,8.99902\n11263,1646395045,47.74307,8.99902\n11264,1646395046,47.74307,8.99902\n11265,1646395047,47.74307,8.99902\n11266,1646395048,47.74307,8.99902\n11267,1646395049,47.74307,8.99902\n11268,1646395050,47.74307,8.99902\n11269,1646395051,47.74307,8.99902\n11270,1646395052,47.74307,8.99902\n11271,1646395053,47.74307,8.99902\n11272,1646395054,47.74307,8.99902\n11273,1646395055,47.74307,8.99902\n11274,1646395056,47.74307,8.99902\n11275,1646395057,47.74307,8.99902\n11276,1646395058,47.74307,8.99902\n11277,1646395059,47.74307,8.99902\n11278,1646395060,47.74307,8.99902\n11279,1646395061,47.74307,8.99902\n11280,1646395062,47.74307,8.99902\n11281,1646395063,47.74307,8.99902\n11282,1646395064,47.74307,8.99902\n11283,1646395065,47.74307,8.99902\n11284,1646395066,47.74307,8.99902\n11285,1646395067,47.74307,8.99902\n11286,1646395068,47.74307,8.99902\n11287,1646395069,47.74307,8.99902\n11288,1646395070,47.74307,8.99902\n11289,1646395071,47.74307,8.99902\n11290,1646395072,47.74307,8.99902\n11291,1646395073,47.74307,8.99902\n11292,1646395074,47.74307,8.99902\n11293,1646395075,47.74307,8.99902\n11294,1646395076,47.74307,8.99902\n11295,1646395077,47.74307,8.99902\n11296,1646395078,47.74307,8.99902\n11297,1646395079,47.74307,8.99902\n11298,1646395080,47.74307,8.99902\n11299,1646395081,47.74307,8.99902\n11300,1646395082,47.74307,8.99902\n11301,1646395083,47.74307,8.99902\n11302,1646395084,47.74307,8.99902\n11303,1646395085,47.74307,8.99902\n11304,1646395086,47.74307,8.99902\n11305,1646395087,47.74307,8.99902\n11306,1646395088,47.74307,8.99902\n11307,1646395089,47.74307,8.99902\n11308,1646395090,47.74307,8.99902\n11309,1646395091,47.74307,8.99902\n11310,1646395092,47.74307,8.99902\n11311,1646395093,47.74307,8.99902\n11312,1646395094,47.74307,8.99902\n11313,1646395095,47.74307,8.99902\n11314,1646395096,47.74307,8.99902\n11315,1646395097,47.74307,8.99902\n11316,1646395098,47.74307,8.99902\n11317,1646395099,47.74307,8.99902\n11318,1646395100,47.74307,8.99902\n11319,1646395101,47.74307,8.99902\n11320,1646395102,47.74307,8.99902\n11321,1646395103,47.74307,8.99902\n11322,1646395104,47.74307,8.99902\n11323,1646395105,47.74307,8.99902\n11324,1646395106,47.74307,8.99902\n11325,1646395107,47.74307,8.99902\n11326,1646395108,47.74307,8.99902\n11327,1646395109,47.74307,8.99902\n11328,1646395110,47.74307,8.99902\n11329,1646395111,47.74307,8.99902\n11330,1646395112,47.74307,8.99902\n11331,1646395113,47.74307,8.99902\n11332,1646395114,47.74307,8.99902\n11333,1646395115,47.74307,8.99902\n11334,1646395116,47.74307,8.99902\n11335,1646395117,47.74307,8.99902\n11336,1646395118,47.74307,8.99902\n11337,1646395119,47.74307,8.99902\n11338,1646395120,47.74307,8.99902\n11339,1646395121,47.74307,8.99902\n11340,1646395122,47.74307,8.99902\n11341,1646395123,47.74307,8.99902\n11342,1646395124,47.74307,8.99902\n11343,1646395125,47.74307,8.99902\n11344,1646395126,47.74307,8.99902\n11345,1646395127,47.74307,8.99902\n11346,1646395128,47.74307,8.99902\n11347,1646395129,47.74307,8.99902\n11348,1646395130,47.74307,8.99902\n11349,1646395131,47.74307,8.99902\n11350,1646395132,47.74307,8.99902\n11351,1646395133,47.74307,8.99902\n11352,1646395134,47.74307,8.99902\n11353,1646395135,47.74307,8.99902\n11354,1646395136,47.74307,8.99902\n11355,1646395137,47.74307,8.99902\n11356,1646395138,47.74307,8.99902\n11357,1646395139,47.74307,8.99902\n11358,1646395140,47.74307,8.99902\n11359,1646395141,47.74307,8.99902\n11360,1646395142,47.74307,8.99902\n11361,1646395143,47.74307,8.99902\n11362,1646395144,47.74307,8.99902\n11363,1646395145,47.74307,8.99903\n11364,1646395146,47.74307,8.99903\n11365,1646395147,47.74307,8.99903\n11366,1646395148,47.74307,8.99903\n11367,1646395149,47.74307,8.99903\n11368,1646395150,47.74307,8.99903\n11369,1646395151,47.74307,8.99903\n11370,1646395152,47.74307,8.99903\n11371,1646395153,47.74308,8.99903\n11372,1646395154,47.74308,8.99903\n11373,1646395155,47.74308,8.99903\n11374,1646395156,47.74308,8.99903\n11375,1646395157,47.74308,8.99903\n11376,1646395158,47.74308,8.99903\n11377,1646395159,47.74308,8.99903\n11378,1646395160,47.74308,8.99904\n11379,1646395161,47.74308,8.99904\n11380,1646395162,47.74308,8.99904\n11381,1646395163,47.74308,8.99904\n11382,1646395164,47.74308,8.99904\n11383,1646395165,47.74308,8.99904\n11384,1646395166,47.74308,8.99904\n11385,1646395167,47.74308,8.99904\n11386,1646395168,47.74308,8.99904\n11387,1646395169,47.74308,8.99904\n11388,1646395170,47.74308,8.99904\n11389,1646395171,47.74308,8.99904\n11390,1646395172,47.74308,8.99904\n11391,1646395173,47.74308,8.99904\n11392,1646395174,47.74308,8.99904\n11393,1646395175,47.74308,8.99904\n11394,1646395176,47.74309,8.99904\n11395,1646395177,47.74309,8.99904\n11396,1646395178,47.74309,8.99904\n11397,1646395179,47.74309,8.99904\n11398,1646395180,47.74309,8.99904\n11399,1646395181,47.74309,8.99904\n11400,1646395182,47.74309,8.99904\n11401,1646395183,47.74309,8.99904\n11402,1646395184,47.74309,8.99904\n11403,1646395185,47.74309,8.99904\n11404,1646395186,47.74309,8.99904\n11405,1646395187,47.74309,8.99904\n11406,1646395188,47.74309,8.99904\n11407,1646395189,47.74309,8.99904\n11408,1646395190,47.74309,8.99904\n11409,1646395191,47.74309,8.99904\n11410,1646395192,47.74309,8.99904\n11411,1646395193,47.74309,8.99904\n11412,1646395194,47.74309,8.99904\n11413,1646395195,47.74308,8.99904\n11414,1646395196,47.74308,8.99904\n11415,1646395197,47.74308,8.99904\n11416,1646395198,47.74308,8.99904\n11417,1646395199,47.74308,8.99904\n11418,1646395200,47.74308,8.99904\n11419,1646395201,47.74308,8.99904\n11420,1646395202,47.74308,8.99904\n11421,1646395203,47.74308,8.99904\n11422,1646395204,47.74308,8.99904\n11423,1646395205,47.74308,8.99904\n11424,1646395206,47.74308,8.99904\n11425,1646395207,47.74308,8.99904\n11426,1646395208,47.74308,8.99904\n11427,1646395209,47.74308,8.99904\n11428,1646395210,47.74308,8.99904\n11429,1646395211,47.74308,8.99904\n11430,1646395212,47.74308,8.99904\n11431,1646395213,47.74308,8.99904\n11432,1646395214,47.74308,8.99904\n11433,1646395215,47.74308,8.99904\n11434,1646395216,47.74308,8.99904\n11435,1646395217,47.74308,8.99904\n11436,1646395218,47.74308,8.99904\n11437,1646395219,47.74308,8.99904\n11438,1646395220,47.74308,8.99904\n11439,1646395221,47.74308,8.99904\n11440,1646395222,47.74308,8.99904\n11441,1646395223,47.74308,8.99904\n11442,1646395224,47.74308,8.99904\n11443,1646395225,47.74308,8.99904\n11444,1646395226,47.74308,8.99904\n11445,1646395227,47.74308,8.99904\n11446,1646395228,47.74308,8.99904\n11447,1646395229,47.74308,8.99904\n11448,1646395230,47.74308,8.99904\n11449,1646395231,47.74308,8.99904\n11450,1646395233,47.74308,8.99904\n11451,1646395234,47.74308,8.99904\n11452,1646395235,47.74308,8.99904\n11453,1646395236,47.74308,8.99904\n11454,1646395237,47.74308,8.99904\n11455,1646395238,47.74308,8.99904\n11456,1646395239,47.74308,8.99904\n11457,1646395240,47.74308,8.99904\n11458,1646395241,47.74308,8.99904\n11459,1646395242,47.74308,8.99904\n11460,1646395243,47.74308,8.99904\n11461,1646395244,47.74308,8.99904\n11462,1646395245,47.74308,8.99904\n11463,1646395246,47.74308,8.99904\n11464,1646395247,47.74308,8.99904\n11465,1646395248,47.74308,8.99904\n11466,1646395249,47.74308,8.99904\n11467,1646395250,47.74308,8.99904\n11468,1646395251,47.74308,8.99904\n11469,1646395252,47.74308,8.99904\n11470,1646395253,47.74308,8.99904\n11471,1646395254,47.74308,8.99904\n11472,1646395255,47.74308,8.99904\n11473,1646395256,47.74308,8.99904\n11474,1646395257,47.74308,8.99904\n11475,1646395258,47.74308,8.99904\n11476,1646395259,47.74308,8.99904\n11477,1646395260,47.74308,8.99904\n11478,1646395261,47.74308,8.99904\n11479,1646395262,47.74308,8.99904\n11480,1646395263,47.74308,8.99904\n11481,1646395264,47.74308,8.99904\n11482,1646395265,47.74308,8.99904\n11483,1646395266,47.74308,8.99904\n11484,1646395267,47.74308,8.99904\n11485,1646395268,47.74308,8.99904\n11486,1646395269,47.74308,8.99904\n11487,1646395270,47.74308,8.99904\n11488,1646395271,47.74308,8.99904\n11489,1646395272,47.74308,8.99904\n11490,1646395273,47.74308,8.99904\n11491,1646395274,47.74308,8.99904\n11492,1646395275,47.74308,8.99904\n11493,1646395276,47.74308,8.99904\n11494,1646395277,47.74308,8.99904\n11495,1646395278,47.74308,8.99904\n11496,1646395279,47.74308,8.99904\n11497,1646395280,47.74308,8.99904\n11498,1646395281,47.74308,8.99904\n11499,1646395282,47.74308,8.99904\n11500,1646395283,47.74308,8.99904\n11501,1646395284,47.74308,8.99904\n11502,1646395285,47.74308,8.99904\n11503,1646395286,47.74308,8.99904\n11504,1646395287,47.74308,8.99904\n11505,1646395288,47.74308,8.99904\n11506,1646395289,47.74308,8.99904\n11507,1646395290,47.74308,8.99904\n11508,1646395291,47.74308,8.99904\n11509,1646395292,47.74308,8.99904\n11510,1646395293,47.74308,8.99904\n11511,1646395294,47.74308,8.99904\n11512,1646395295,47.74308,8.99904\n11513,1646395296,47.74308,8.99904\n11514,1646395297,47.74308,8.99904\n11515,1646395298,47.74308,8.99904\n11516,1646395299,47.74308,8.99904\n11517,1646395300,47.74308,8.99904\n11518,1646395301,47.74308,8.99904\n11519,1646395302,47.74308,8.99904\n11520,1646395303,47.74308,8.99904\n11521,1646395304,47.74308,8.99904\n11522,1646395305,47.74308,8.99903\n11523,1646395306,47.74308,8.99903\n11524,1646395307,47.74308,8.99903\n11525,1646395308,47.74308,8.99903\n11526,1646395309,47.74308,8.99903\n11527,1646395310,47.74308,8.99903\n11528,1646395311,47.74308,8.99903\n11529,1646395312,47.74308,8.99903\n11530,1646395313,47.74308,8.99903\n11531,1646395314,47.74308,8.99903\n11532,1646395315,47.74308,8.99903\n11533,1646395316,47.74308,8.99903\n11534,1646395317,47.74308,8.99903\n11535,1646395318,47.74308,8.99903\n11536,1646395319,47.74308,8.99903\n11537,1646395320,47.74308,8.99903\n11538,1646395321,47.74308,8.99903\n11539,1646395322,47.74308,8.99903\n11540,1646395323,47.74308,8.99903\n11541,1646395324,47.74308,8.99903\n11542,1646395325,47.74308,8.99903\n11543,1646395326,47.74308,8.99903\n11544,1646395327,47.74308,8.99903\n11545,1646395328,47.74308,8.99903\n11546,1646395329,47.74308,8.99903\n11547,1646395330,47.74308,8.99903\n11548,1646395331,47.74308,8.99903\n11549,1646395332,47.74308,8.99903\n11550,1646395333,47.74308,8.99903\n11551,1646395334,47.74308,8.99903\n11552,1646395335,47.74308,8.99903\n11553,1646395336,47.74308,8.99903\n11554,1646395337,47.74308,8.99903\n11555,1646395338,47.74308,8.99903\n11556,1646395339,47.74308,8.99903\n11557,1646395340,47.74308,8.99903\n11558,1646395341,47.74308,8.99903\n11559,1646395342,47.74308,8.99903\n11560,1646395343,47.74308,8.99903\n11561,1646395344,47.74308,8.99903\n11562,1646395345,47.74308,8.99903\n11563,1646395346,47.74308,8.99903\n11564,1646395347,47.74308,8.99903\n11565,1646395348,47.74308,8.99903\n11566,1646395349,47.74308,8.99903\n11567,1646395350,47.74308,8.99903\n11568,1646395351,47.74308,8.99903\n11569,1646395352,47.74308,8.99903\n11570,1646395353,47.74308,8.99903\n11571,1646395354,47.74308,8.99903\n11572,1646395355,47.74308,8.99903\n11573,1646395356,47.74308,8.99903\n11574,1646395357,47.74308,8.99903\n11575,1646395358,47.74308,8.99903\n11576,1646395359,47.74308,8.99903\n11577,1646395360,47.74308,8.99903\n11578,1646395361,47.74308,8.99903\n11579,1646395362,47.74308,8.99903\n11580,1646395363,47.74308,8.99903\n11581,1646395364,47.74308,8.99903\n11582,1646395365,47.74308,8.99903\n11583,1646395366,47.74308,8.99903\n11584,1646395367,47.74308,8.99903\n11585,1646395368,47.74308,8.99903\n11586,1646395369,47.74308,8.99903\n11587,1646395370,47.74308,8.99903\n11588,1646395371,47.74308,8.99903\n11589,1646395372,47.74308,8.99903\n11590,1646395373,47.74308,8.99903\n11591,1646395374,47.74308,8.99903\n11592,1646395375,47.74308,8.99903\n11593,1646395376,47.74308,8.99903\n11594,1646395377,47.74308,8.99903\n11595,1646395378,47.74308,8.99903\n11596,1646395379,47.74308,8.99903\n11597,1646395380,47.74308,8.99903\n11598,1646395381,47.74308,8.99903\n11599,1646395382,47.74308,8.99903\n11600,1646395383,47.74308,8.99903\n11601,1646395384,47.74308,8.99903\n11602,1646395385,47.74308,8.99903\n11603,1646395386,47.74308,8.99903\n11604,1646395387,47.74308,8.99903\n11605,1646395388,47.74308,8.99903\n11606,1646395389,47.74308,8.99903\n11607,1646395390,47.74308,8.99903\n11608,1646395391,47.74308,8.99903\n11609,1646395392,47.74308,8.99903\n11610,1646395393,47.74308,8.99903\n11611,1646395394,47.74308,8.99903\n11612,1646395395,47.74308,8.99903\n11613,1646395396,47.74308,8.99903\n11614,1646395397,47.74308,8.99903\n11615,1646395398,47.74308,8.99903\n11616,1646395399,47.74308,8.99903\n11617,1646395400,47.74308,8.99903\n11618,1646395401,47.74308,8.99903\n11619,1646395402,47.74308,8.99903\n11620,1646395403,47.74308,8.99903\n11621,1646395404,47.74308,8.99903\n11622,1646395405,47.74308,8.99903\n11623,1646395406,47.74308,8.99903\n11624,1646395407,47.74308,8.99903\n11625,1646395408,47.74308,8.99903\n11626,1646395409,47.74308,8.99903\n11627,1646395410,47.74308,8.99903\n11628,1646395411,47.74308,8.99903\n11629,1646395412,47.74308,8.99903\n11630,1646395413,47.74308,8.99903\n11631,1646395414,47.74308,8.99903\n11632,1646395415,47.74308,8.99903\n11633,1646395416,47.74308,8.99903\n11634,1646395417,47.74308,8.99903\n11635,1646395418,47.74308,8.99903\n11636,1646395419,47.74308,8.99903\n11637,1646395420,47.74308,8.99903\n11638,1646395421,47.74308,8.99903\n11639,1646395422,47.74308,8.99903\n11640,1646395423,47.74308,8.99903\n11641,1646395424,47.74308,8.99903\n11642,1646395425,47.74308,8.99903\n11643,1646395426,47.74308,8.99903\n11644,1646395427,47.74308,8.99903\n11645,1646395428,47.74308,8.99903\n11646,1646395429,47.74308,8.99903\n11647,1646395430,47.74308,8.99903\n11648,1646395431,47.74308,8.99903\n11649,1646395432,47.74308,8.99903\n11650,1646395433,47.74308,8.99903\n11651,1646395434,47.74308,8.99903\n11652,1646395435,47.74308,8.99903\n11653,1646395436,47.74308,8.99903\n11654,1646395437,47.74308,8.99903\n11655,1646395438,47.74308,8.99903\n11656,1646395439,47.74308,8.99903\n11657,1646395440,47.74308,8.99903\n11658,1646395441,47.74308,8.99903\n11659,1646395442,47.74308,8.99903\n11660,1646395443,47.74308,8.99903\n11661,1646395444,47.74308,8.99903\n11662,1646395445,47.74308,8.99903\n11663,1646395446,47.74308,8.99903\n11664,1646395447,47.74308,8.99903\n11665,1646395448,47.74308,8.99903\n11666,1646395449,47.74308,8.99903\n11667,1646395450,47.74308,8.99903\n11668,1646395451,47.74308,8.99903\n11669,1646395452,47.74308,8.99903\n11670,1646395453,47.74308,8.99903\n11671,1646395454,47.74308,8.99902\n11672,1646395455,47.74308,8.99902\n11673,1646395456,47.74308,8.99902\n11674,1646395457,47.74308,8.99902\n11675,1646395458,47.74308,8.99902\n11676,1646395459,47.74308,8.99902\n11677,1646395460,47.74308,8.99902\n11678,1646395461,47.74308,8.99902\n11679,1646395462,47.74308,8.99901\n11680,1646395463,47.74308,8.99901\n11681,1646395464,47.74308,8.99901\n11682,1646395465,47.74308,8.99901\n11683,1646395466,47.74308,8.99901\n11684,1646395467,47.74308,8.99900\n11685,1646395468,47.74308,8.99900\n11686,1646395469,47.74308,8.99900\n11687,1646395470,47.74307,8.99900\n11688,1646395471,47.74307,8.99900\n11689,1646395472,47.74307,8.99899\n11690,1646395473,47.74307,8.99899\n11691,1646395474,47.74307,8.99899\n11692,1646395475,47.74307,8.99899\n11693,1646395476,47.74307,8.99899\n11694,1646395477,47.74307,8.99898\n11695,1646395478,47.74307,8.99898\n11696,1646395479,47.74307,8.99898\n11697,1646395480,47.74307,8.99898\n11698,1646395481,47.74307,8.99898\n11699,1646395482,47.74307,8.99897\n11700,1646395483,47.74306,8.99897\n11701,1646395484,47.74306,8.99897\n11702,1646395485,47.74306,8.99897\n11703,1646395486,47.74306,8.99897\n11704,1646395487,47.74306,8.99897\n11705,1646395488,47.74306,8.99897\n11706,1646395489,47.74306,8.99896\n11707,1646395490,47.74306,8.99896\n11708,1646395491,47.74306,8.99896\n11709,1646395492,47.74306,8.99896\n11710,1646395493,47.74305,8.99896\n11711,1646395494,47.74305,8.99896\n11712,1646395495,47.74305,8.99896\n11713,1646395496,47.74305,8.99895\n11714,1646395497,47.74305,8.99895\n11715,1646395498,47.74305,8.99895\n11716,1646395499,47.74305,8.99895\n11717,1646395500,47.74305,8.99895\n11718,1646395501,47.74305,8.99895\n11719,1646395502,47.74305,8.99895\n11720,1646395503,47.74305,8.99895\n11721,1646395504,47.74305,8.99894\n11722,1646395505,47.74305,8.99894\n11723,1646395506,47.74305,8.99894\n11724,1646395507,47.74304,8.99894\n11725,1646395508,47.74304,8.99894\n11726,1646395509,47.74304,8.99894\n11727,1646395510,47.74304,8.99894\n11728,1646395511,47.74304,8.99894\n11729,1646395512,47.74304,8.99894\n11730,1646395513,47.74304,8.99894\n11731,1646395514,47.74304,8.99894\n11732,1646395515,47.74304,8.99894\n11733,1646395516,47.74304,8.99894\n11734,1646395517,47.74304,8.99893\n11735,1646395518,47.74304,8.99893\n11736,1646395519,47.74304,8.99893\n11737,1646395520,47.74304,8.99893\n11738,1646395521,47.74304,8.99893\n11739,1646395522,47.74304,8.99893\n11740,1646395523,47.74304,8.99893\n11741,1646395524,47.74304,8.99893\n11742,1646395525,47.74304,8.99893\n11743,1646395526,47.74304,8.99893\n11744,1646395527,47.74304,8.99893\n11745,1646395528,47.74304,8.99893\n11746,1646395529,47.74304,8.99893\n11747,1646395530,47.74304,8.99893\n11748,1646395531,47.74304,8.99893\n11749,1646395532,47.74304,8.99893\n11750,1646395533,47.74304,8.99893\n11751,1646395534,47.74304,8.99893\n11752,1646395535,47.74304,8.99893\n11753,1646395536,47.74304,8.99893\n11754,1646395537,47.74304,8.99893\n11755,1646395538,47.74304,8.99893\n11756,1646395539,47.74304,8.99893\n11757,1646395540,47.74304,8.99893\n11758,1646395541,47.74304,8.99894\n11759,1646395542,47.74304,8.99894\n11760,1646395543,47.74304,8.99894\n11761,1646395544,47.74304,8.99894\n11762,1646395545,47.74304,8.99894\n11763,1646395546,47.74304,8.99894\n11764,1646395547,47.74304,8.99894\n11765,1646395548,47.74304,8.99894\n11766,1646395549,47.74304,8.99894\n11767,1646395550,47.74304,8.99894\n11768,1646395551,47.74304,8.99894\n11769,1646395552,47.74304,8.99894\n11770,1646395553,47.74304,8.99894\n11771,1646395554,47.74304,8.99894\n11772,1646395555,47.74304,8.99894\n11773,1646395556,47.74304,8.99894\n11774,1646395557,47.74304,8.99894\n11775,1646395558,47.74304,8.99894\n11776,1646395559,47.74304,8.99894\n11777,1646395560,47.74304,8.99894\n11778,1646395561,47.74304,8.99894\n11779,1646395562,47.74304,8.99894\n11780,1646395563,47.74304,8.99894\n11781,1646395564,47.74304,8.99894\n11782,1646395565,47.74304,8.99894\n11783,1646395566,47.74304,8.99894\n11784,1646395567,47.74304,8.99894\n11785,1646395568,47.74304,8.99894\n11786,1646395569,47.74304,8.99894\n11787,1646395570,47.74304,8.99894\n11788,1646395571,47.74304,8.99894\n11789,1646395572,47.74304,8.99894\n11790,1646395573,47.74304,8.99894\n11791,1646395574,47.74304,8.99894\n11792,1646395575,47.74304,8.99894\n11793,1646395576,47.74304,8.99894\n11794,1646395577,47.74304,8.99894\n11795,1646395578,47.74304,8.99894\n11796,1646395579,47.74304,8.99894\n11797,1646395580,47.74304,8.99894\n11798,1646395581,47.74304,8.99894\n11799,1646395582,47.74304,8.99894\n11800,1646395583,47.74304,8.99894\n11801,1646395584,47.74304,8.99894\n11802,1646395585,47.74304,8.99894\n11803,1646395586,47.74304,8.99894\n11804,1646395587,47.74304,8.99894\n11805,1646395588,47.74304,8.99894\n11806,1646395589,47.74304,8.99894\n11807,1646395590,47.74304,8.99894\n11808,1646395591,47.74304,8.99894\n11809,1646395592,47.74304,8.99894\n11810,1646395593,47.74304,8.99894\n11811,1646395594,47.74304,8.99894\n11812,1646395595,47.74304,8.99894\n11813,1646395596,47.74304,8.99894\n11814,1646395597,47.74304,8.99894\n11815,1646395598,47.74304,8.99894\n11816,1646395599,47.74304,8.99894\n11817,1646395600,47.74304,8.99894\n11818,1646395601,47.74304,8.99894\n11819,1646395602,47.74304,8.99894\n11820,1646395603,47.74304,8.99894\n11821,1646395604,47.74304,8.99894\n11822,1646395605,47.74304,8.99894\n11823,1646395606,47.74304,8.99894\n11824,1646395607,47.74304,8.99894\n11825,1646395608,47.74304,8.99894\n11826,1646395609,47.74304,8.99894\n11827,1646395610,47.74304,8.99894\n11828,1646395611,47.74304,8.99894\n11829,1646395612,47.74304,8.99894\n11830,1646395613,47.74304,8.99894\n11831,1646395614,47.74304,8.99894\n11832,1646395615,47.74304,8.99894\n11833,1646395616,47.74304,8.99894\n11834,1646395617,47.74304,8.99894\n11835,1646395618,47.74304,8.99894\n11836,1646395619,47.74304,8.99894\n11837,1646395620,47.74304,8.99894\n11838,1646395621,47.74304,8.99894\n11839,1646395622,47.74304,8.99894\n11840,1646395623,47.74304,8.99894\n11841,1646395624,47.74304,8.99894\n11842,1646395625,47.74304,8.99894\n11843,1646395626,47.74304,8.99894\n11844,1646395627,47.74304,8.99894\n11845,1646395628,47.74304,8.99894\n11846,1646395629,47.74304,8.99894\n11847,1646395630,47.74304,8.99894\n11848,1646395631,47.74304,8.99894\n11849,1646395632,47.74304,8.99894\n11850,1646395633,47.74304,8.99894\n11851,1646395634,47.74304,8.99894\n11852,1646395635,47.74304,8.99894\n11853,1646395636,47.74304,8.99894\n11854,1646395637,47.74304,8.99894\n11855,1646395638,47.74304,8.99894\n11856,1646395639,47.74304,8.99894\n11857,1646395640,47.74304,8.99894\n11858,1646395641,47.74304,8.99894\n11859,1646395642,47.74304,8.99894\n11860,1646395643,47.74304,8.99894\n11861,1646395644,47.74304,8.99894\n11862,1646395645,47.74304,8.99894\n11863,1646395646,47.74304,8.99894\n11864,1646395647,47.74304,8.99894\n11865,1646395648,47.74304,8.99894\n11866,1646395649,47.74304,8.99894\n11867,1646395650,47.74304,8.99894\n11868,1646395651,47.74304,8.99894\n11869,1646395652,47.74304,8.99894\n11870,1646395653,47.74304,8.99894\n11871,1646395654,47.74304,8.99894\n11872,1646395655,47.74304,8.99894\n11873,1646395656,47.74304,8.99894\n11874,1646395657,47.74304,8.99894\n11875,1646395658,47.74304,8.99894\n11876,1646395659,47.74304,8.99894\n11877,1646395660,47.74304,8.99894\n11878,1646395661,47.74304,8.99894\n11879,1646395662,47.74304,8.99894\n11880,1646395663,47.74304,8.99894\n11881,1646395664,47.74304,8.99894\n11882,1646395665,47.74304,8.99894\n11883,1646395666,47.74304,8.99894\n11884,1646395667,47.74304,8.99894\n11885,1646395668,47.74304,8.99894\n11886,1646395669,47.74304,8.99894\n11887,1646395670,47.74304,8.99894\n11888,1646395671,47.74304,8.99894\n11889,1646395672,47.74304,8.99894\n11890,1646395673,47.74304,8.99894\n11891,1646395674,47.74304,8.99894\n11892,1646395675,47.74304,8.99894\n11893,1646395676,47.74304,8.99894\n11894,1646395677,47.74304,8.99894\n11895,1646395678,47.74304,8.99894\n11896,1646395679,47.74304,8.99894\n11897,1646395680,47.74304,8.99894\n11898,1646395681,47.74304,8.99894\n11899,1646395682,47.74304,8.99894\n11900,1646395683,47.74304,8.99894\n11901,1646395684,47.74304,8.99894\n11902,1646395685,47.74304,8.99894\n11903,1646395686,47.74304,8.99894\n11904,1646395687,47.74304,8.99894\n11905,1646395688,47.74304,8.99894\n11906,1646395689,47.74304,8.99894\n11907,1646395690,47.74304,8.99894\n11908,1646395691,47.74304,8.99894\n11909,1646395692,47.74304,8.99894\n11910,1646395693,47.74304,8.99894\n11911,1646395694,47.74304,8.99894\n11912,1646395695,47.74304,8.99894\n11913,1646395696,47.74304,8.99894\n11914,1646395697,47.74304,8.99894\n11915,1646395698,47.74304,8.99894\n11916,1646395699,47.74304,8.99894\n11917,1646395700,47.74304,8.99894\n11918,1646395701,47.74304,8.99894\n11919,1646395702,47.74304,8.99894\n11920,1646395703,47.74304,8.99894\n11921,1646395704,47.74304,8.99894\n11922,1646395705,47.74304,8.99894\n11923,1646395706,47.74304,8.99894\n11924,1646395707,47.74304,8.99894\n11925,1646395708,47.74304,8.99894\n11926,1646395709,47.74304,8.99894\n11927,1646395710,47.74304,8.99894\n11928,1646395711,47.74304,8.99894\n11929,1646395712,47.74304,8.99894\n11930,1646395713,47.74304,8.99894\n11931,1646395714,47.74304,8.99894\n11932,1646395715,47.74304,8.99894\n11933,1646395716,47.74304,8.99894\n11934,1646395717,47.74304,8.99894\n11935,1646395718,47.74304,8.99894\n11936,1646395719,47.74304,8.99894\n11937,1646395720,47.74304,8.99894\n11938,1646395721,47.74304,8.99894\n11939,1646395722,47.74304,8.99894\n11940,1646395723,47.74304,8.99894\n11941,1646395724,47.74304,8.99894\n11942,1646395725,47.74304,8.99894\n11943,1646395726,47.74304,8.99894\n11944,1646395727,47.74304,8.99894\n11945,1646395728,47.74304,8.99894\n11946,1646395729,47.74304,8.99894\n11947,1646395730,47.74304,8.99894\n11948,1646395731,47.74304,8.99894\n11949,1646395732,47.74304,8.99894\n11950,1646395733,47.74304,8.99895\n11951,1646395734,47.74304,8.99895\n11952,1646395735,47.74304,8.99895\n11953,1646395736,47.74304,8.99895\n11954,1646395737,47.74304,8.99895\n11955,1646395738,47.74304,8.99895\n11956,1646395739,47.74304,8.99895\n11957,1646395740,47.74304,8.99895\n11958,1646395741,47.74304,8.99895\n11959,1646395742,47.74304,8.99895\n11960,1646395743,47.74304,8.99895\n11961,1646395744,47.74304,8.99895\n11962,1646395745,47.74304,8.99895\n11963,1646395746,47.74304,8.99895\n11964,1646395747,47.74304,8.99895\n11965,1646395748,47.74304,8.99895\n11966,1646395749,47.74304,8.99895\n11967,1646395750,47.74304,8.99895\n11968,1646395751,47.74304,8.99895\n11969,1646395752,47.74304,8.99895\n11970,1646395753,47.74304,8.99895\n11971,1646395754,47.74304,8.99895\n11972,1646395755,47.74304,8.99895\n11973,1646395756,47.74304,8.99895\n11974,1646395757,47.74304,8.99895\n11975,1646395758,47.74304,8.99895\n11976,1646395759,47.74304,8.99895\n11977,1646395760,47.74304,8.99895\n11978,1646395761,47.74304,8.99895\n11979,1646395762,47.74304,8.99895\n11980,1646395763,47.74304,8.99895\n11981,1646395764,47.74304,8.99895\n11982,1646395765,47.74304,8.99895\n11983,1646395766,47.74304,8.99895\n11984,1646395767,47.74304,8.99895\n11985,1646395768,47.74304,8.99895\n11986,1646395769,47.74304,8.99895\n11987,1646395770,47.74304,8.99895\n11988,1646395771,47.74304,8.99895\n11989,1646395772,47.74304,8.99895\n11990,1646395773,47.74304,8.99895\n11991,1646395774,47.74304,8.99895\n11992,1646395775,47.74304,8.99895\n11993,1646395776,47.74304,8.99895\n11994,1646395777,47.74304,8.99895\n11995,1646395778,47.74304,8.99895\n11996,1646395779,47.74304,8.99895\n11997,1646395780,47.74304,8.99895\n11998,1646395781,47.74304,8.99895\n11999,1646395782,47.74304,8.99895\n12000,1646395783,47.74304,8.99895\n12001,1646395784,47.74304,8.99895\n12002,1646395785,47.74304,8.99895\n12003,1646395786,47.74304,8.99895\n12004,1646395787,47.74304,8.99895\n12005,1646395788,47.74304,8.99895\n12006,1646395789,47.74304,8.99895\n12007,1646395790,47.74304,8.99895\n12008,1646395791,47.74304,8.99895\n12009,1646395792,47.74304,8.99895\n12010,1646395793,47.74304,8.99895\n12011,1646395794,47.74304,8.99895\n12012,1646395795,47.74304,8.99895\n12013,1646395796,47.74304,8.99895\n12014,1646395797,47.74304,8.99895\n12015,1646395798,47.74304,8.99895\n12016,1646395799,47.74304,8.99895\n12017,1646395800,47.74304,8.99895\n12018,1646395801,47.74304,8.99895\n12019,1646395802,47.74304,8.99895\n12020,1646395803,47.74304,8.99895\n12021,1646395804,47.74304,8.99895\n12022,1646395805,47.74304,8.99895\n12023,1646395806,47.74304,8.99895\n12024,1646395807,47.74304,8.99895\n12025,1646395808,47.74304,8.99895\n12026,1646395809,47.74304,8.99895\n12027,1646395810,47.74304,8.99895\n12028,1646395811,47.74304,8.99895\n12029,1646395812,47.74304,8.99895\n12030,1646395813,47.74304,8.99895\n12031,1646395814,47.74304,8.99895\n12032,1646395815,47.74304,8.99895\n12033,1646395816,47.74304,8.99895\n12034,1646395817,47.74304,8.99895\n12035,1646395818,47.74304,8.99895\n12036,1646395819,47.74304,8.99895\n12037,1646395820,47.74304,8.99895\n12038,1646395821,47.74304,8.99895\n12039,1646395822,47.74304,8.99895\n12040,1646395823,47.74304,8.99895\n12041,1646395824,47.74304,8.99895\n12042,1646395825,47.74304,8.99895\n12043,1646395826,47.74304,8.99895\n12044,1646395827,47.74304,8.99895\n12045,1646395828,47.74304,8.99895\n12046,1646395829,47.74304,8.99895\n12047,1646395830,47.74304,8.99895\n12048,1646395831,47.74304,8.99895\n12049,1646395832,47.74304,8.99895\n12050,1646395833,47.74304,8.99895\n12051,1646395834,47.74304,8.99895\n12052,1646395835,47.74304,8.99895\n12053,1646395836,47.74304,8.99895\n12054,1646395837,47.74304,8.99895\n12055,1646395838,47.74304,8.99895\n12056,1646395839,47.74304,8.99895\n12057,1646395840,47.74304,8.99895\n12058,1646395841,47.74304,8.99895\n12059,1646395842,47.74304,8.99895\n12060,1646395843,47.74304,8.99895\n12061,1646395844,47.74304,8.99895\n12062,1646395845,47.74304,8.99895\n12063,1646395846,47.74304,8.99895\n12064,1646395847,47.74304,8.99895\n12065,1646395848,47.74304,8.99895\n12066,1646395849,47.74304,8.99895\n12067,1646395850,47.74304,8.99895\n12068,1646395851,47.74304,8.99895\n12069,1646395852,47.74304,8.99895\n12070,1646395853,47.74304,8.99895\n12071,1646395854,47.74304,8.99895\n12072,1646395855,47.74304,8.99895\n12073,1646395856,47.74304,8.99895\n12074,1646395857,47.74304,8.99895\n12075,1646395858,47.74304,8.99895\n12076,1646395859,47.74304,8.99895\n12077,1646395860,47.74304,8.99895\n12078,1646395861,47.74304,8.99895\n12079,1646395862,47.74304,8.99895\n12080,1646395863,47.74304,8.99895\n12081,1646395864,47.74304,8.99895\n12082,1646395865,47.74304,8.99895\n12083,1646395866,47.74304,8.99895\n12084,1646395867,47.74304,8.99895\n12085,1646395868,47.74304,8.99895\n12086,1646395869,47.74304,8.99895\n12087,1646395870,47.74304,8.99895\n12088,1646395871,47.74304,8.99895\n12089,1646395872,47.74304,8.99895\n12090,1646395873,47.74304,8.99895\n12091,1646395874,47.74304,8.99895\n12092,1646395875,47.74304,8.99895\n12093,1646395876,47.74304,8.99895\n12094,1646395877,47.74304,8.99895\n12095,1646395878,47.74304,8.99895\n12096,1646395879,47.74304,8.99895\n12097,1646395880,47.74304,8.99895\n12098,1646395881,47.74304,8.99895\n12099,1646395882,47.74304,8.99895\n12100,1646395883,47.74304,8.99895\n12101,1646395884,47.74304,8.99895\n12102,1646395885,47.74304,8.99895\n12103,1646395886,47.74304,8.99895\n12104,1646395887,47.74304,8.99895\n12105,1646395888,47.74304,8.99895\n12106,1646395889,47.74304,8.99895\n12107,1646395890,47.74304,8.99895\n12108,1646395891,47.74304,8.99895\n12109,1646395892,47.74305,8.99895\n12110,1646395893,47.74305,8.99895\n12111,1646395894,47.74305,8.99895\n12112,1646395895,47.74305,8.99895\n12113,1646395896,47.74305,8.99895\n12114,1646395897,47.74305,8.99895\n12115,1646395898,47.74305,8.99895\n12116,1646395899,47.74305,8.99895\n12117,1646395900,47.74305,8.99895\n12118,1646395901,47.74305,8.99895\n12119,1646395902,47.74305,8.99895\n12120,1646395903,47.74305,8.99895\n12121,1646395904,47.74305,8.99895\n12122,1646395905,47.74305,8.99895\n12123,1646395906,47.74305,8.99895\n12124,1646395907,47.74305,8.99895\n12125,1646395908,47.74305,8.99895\n12126,1646395909,47.74305,8.99895\n12127,1646395910,47.74305,8.99895\n12128,1646395911,47.74305,8.99895\n12129,1646395912,47.74305,8.99895\n12130,1646395913,47.74305,8.99895\n12131,1646395914,47.74305,8.99895\n12132,1646395915,47.74305,8.99895\n12133,1646395916,47.74305,8.99895\n12134,1646395917,47.74305,8.99895\n12135,1646395918,47.74305,8.99895\n12136,1646395919,47.74305,8.99895\n12137,1646395920,47.74305,8.99895\n12138,1646395921,47.74305,8.99895\n12139,1646395922,47.74305,8.99895\n12140,1646395923,47.74305,8.99895\n12141,1646395924,47.74305,8.99895\n12142,1646395925,47.74305,8.99895\n12143,1646395926,47.74305,8.99895\n12144,1646395927,47.74305,8.99895\n12145,1646395928,47.74305,8.99895\n12146,1646395929,47.74305,8.99895\n12147,1646395930,47.74305,8.99895\n12148,1646395931,47.74305,8.99895\n12149,1646395932,47.74305,8.99895\n12150,1646395933,47.74305,8.99895\n12151,1646395934,47.74305,8.99895\n12152,1646395935,47.74305,8.99895\n12153,1646395936,47.74305,8.99895\n12154,1646395937,47.74305,8.99895\n12155,1646395938,47.74305,8.99895\n12156,1646395939,47.74305,8.99895\n12157,1646395940,47.74305,8.99895\n12158,1646395941,47.74305,8.99895\n12159,1646395942,47.74305,8.99895\n12160,1646395943,47.74305,8.99895\n12161,1646395944,47.74305,8.99896\n12162,1646395945,47.74305,8.99896\n12163,1646395946,47.74305,8.99896\n12164,1646395947,47.74305,8.99896\n12165,1646395948,47.74305,8.99896\n12166,1646395949,47.74305,8.99896\n12167,1646395950,47.74305,8.99896\n12168,1646395951,47.74305,8.99896\n12169,1646395952,47.74305,8.99896\n12170,1646395953,47.74305,8.99896\n12171,1646395954,47.74305,8.99896\n12172,1646395955,47.74305,8.99896\n12173,1646395956,47.74305,8.99896\n12174,1646395957,47.74305,8.99896\n12175,1646395958,47.74305,8.99896\n12176,1646395959,47.74305,8.99896\n12177,1646395960,47.74305,8.99896\n12178,1646395961,47.74305,8.99896\n12179,1646395962,47.74305,8.99896\n12180,1646395963,47.74305,8.99896\n12181,1646395964,47.74305,8.99896\n12182,1646395965,47.74305,8.99896\n12183,1646395966,47.74305,8.99896\n12184,1646395967,47.74305,8.99896\n12185,1646395968,47.74305,8.99896\n12186,1646395969,47.74305,8.99896\n12187,1646395970,47.74305,8.99896\n12188,1646395971,47.74305,8.99896\n12189,1646395972,47.74305,8.99896\n12190,1646395973,47.74305,8.99896\n12191,1646395974,47.74305,8.99896\n12192,1646395975,47.74305,8.99896\n12193,1646395976,47.74305,8.99896\n12194,1646395977,47.74305,8.99896\n12195,1646395978,47.74305,8.99896\n12196,1646395979,47.74305,8.99896\n12197,1646395980,47.74305,8.99896\n12198,1646395981,47.74305,8.99896\n12199,1646395982,47.74305,8.99896\n12200,1646395983,47.74305,8.99896\n12201,1646395984,47.74305,8.99896\n12202,1646395985,47.74305,8.99896\n12203,1646395986,47.74305,8.99896\n12204,1646395987,47.74305,8.99896\n12205,1646395988,47.74305,8.99896\n12206,1646395989,47.74305,8.99896\n12207,1646395990,47.74305,8.99896\n12208,1646395991,47.74305,8.99896\n12209,1646395992,47.74305,8.99896\n12210,1646395993,47.74305,8.99896\n12211,1646395994,47.74305,8.99896\n12212,1646395995,47.74305,8.99896\n12213,1646395996,47.74305,8.99896\n12214,1646395997,47.74305,8.99896\n12215,1646395998,47.74305,8.99896\n12216,1646395999,47.74305,8.99896\n12217,1646396000,47.74305,8.99896\n12218,1646396001,47.74305,8.99896\n12219,1646396002,47.74305,8.99896\n12220,1646396003,47.74305,8.99896\n12221,1646396004,47.74305,8.99896\n12222,1646396005,47.74305,8.99896\n12223,1646396006,47.74305,8.99896\n12224,1646396007,47.74305,8.99896\n12225,1646396008,47.74305,8.99896\n12226,1646396009,47.74305,8.99896\n12227,1646396010,47.74305,8.99896\n12228,1646396011,47.74305,8.99896\n12229,1646396012,47.74305,8.99896\n12230,1646396013,47.74305,8.99896\n12231,1646396014,47.74305,8.99896\n12232,1646396015,47.74305,8.99896\n12233,1646396016,47.74305,8.99896\n12234,1646396017,47.74305,8.99896\n12235,1646396018,47.74305,8.99896\n12236,1646396019,47.74305,8.99896\n12237,1646396020,47.74305,8.99896\n12238,1646396021,47.74305,8.99896\n12239,1646396022,47.74305,8.99896\n12240,1646396023,47.74305,8.99896\n12241,1646396024,47.74305,8.99896\n12242,1646396025,47.74305,8.99896\n12243,1646396026,47.74305,8.99896\n12244,1646396027,47.74305,8.99896\n12245,1646396028,47.74305,8.99896\n12246,1646396029,47.74305,8.99896\n12247,1646396030,47.74305,8.99896\n12248,1646396031,47.74305,8.99896\n12249,1646396032,47.74305,8.99896\n12250,1646396033,47.74305,8.99896\n12251,1646396034,47.74305,8.99896\n12252,1646396035,47.74305,8.99896\n12253,1646396036,47.74305,8.99896\n12254,1646396037,47.74305,8.99896\n12255,1646396038,47.74305,8.99896\n12256,1646396039,47.74305,8.99896\n12257,1646396040,47.74305,8.99896\n12258,1646396041,47.74305,8.99896\n12259,1646396042,47.74305,8.99896\n12260,1646396043,47.74305,8.99896\n12261,1646396044,47.74305,8.99896\n12262,1646396045,47.74305,8.99896\n12263,1646396046,47.74305,8.99896\n12264,1646396047,47.74305,8.99896\n12265,1646396048,47.74305,8.99896\n12266,1646396049,47.74305,8.99896\n12267,1646396050,47.74305,8.99896\n12268,1646396051,47.74305,8.99896\n12269,1646396052,47.74305,8.99896\n12270,1646396053,47.74305,8.99896\n12271,1646396054,47.74305,8.99896\n12272,1646396055,47.74305,8.99896\n12273,1646396056,47.74305,8.99896\n12274,1646396057,47.74305,8.99896\n12275,1646396058,47.74305,8.99896\n12276,1646396059,47.74305,8.99896\n12277,1646396060,47.74305,8.99896\n12278,1646396061,47.74305,8.99896\n12279,1646396062,47.74305,8.99896\n12280,1646396063,47.74305,8.99896\n12281,1646396064,47.74305,8.99896\n12282,1646396065,47.74305,8.99896\n12283,1646396066,47.74305,8.99896\n12284,1646396067,47.74305,8.99896\n12285,1646396068,47.74305,8.99896\n12286,1646396069,47.74305,8.99896\n12287,1646396070,47.74305,8.99896\n12288,1646396071,47.74305,8.99896\n12289,1646396072,47.74305,8.99896\n12290,1646396073,47.74305,8.99896\n12291,1646396074,47.74305,8.99896\n12292,1646396075,47.74305,8.99896\n12293,1646396076,47.74305,8.99896\n12294,1646396077,47.74305,8.99896\n12295,1646396078,47.74305,8.99896\n12296,1646396079,47.74305,8.99896\n12297,1646396080,47.74305,8.99896\n12298,1646396081,47.74305,8.99896\n12299,1646396082,47.74305,8.99896\n12300,1646396083,47.74305,8.99896\n12301,1646396084,47.74305,8.99896\n12302,1646396085,47.74305,8.99896\n12303,1646396086,47.74305,8.99896\n12304,1646396087,47.74305,8.99896\n12305,1646396088,47.74305,8.99896\n12306,1646396089,47.74305,8.99896\n12307,1646396090,47.74305,8.99896\n12308,1646396091,47.74305,8.99896\n12309,1646396092,47.74305,8.99896\n12310,1646396093,47.74305,8.99896\n12311,1646396094,47.74305,8.99896\n12312,1646396095,47.74305,8.99896\n12313,1646396096,47.74305,8.99896\n12314,1646396097,47.74305,8.99896\n12315,1646396098,47.74305,8.99896\n12316,1646396099,47.74305,8.99896\n12317,1646396100,47.74305,8.99896\n12318,1646396101,47.74305,8.99896\n12319,1646396102,47.74305,8.99896\n12320,1646396103,47.74305,8.99896\n12321,1646396104,47.74305,8.99896\n12322,1646396105,47.74305,8.99896\n12323,1646396106,47.74305,8.99896\n12324,1646396107,47.74305,8.99896\n12325,1646396108,47.74305,8.99896\n12326,1646396109,47.74305,8.99896\n12327,1646396110,47.74305,8.99896\n12328,1646396111,47.74305,8.99896\n12329,1646396112,47.74305,8.99896\n12330,1646396113,47.74305,8.99896\n12331,1646396114,47.74305,8.99896\n12332,1646396115,47.74305,8.99896\n12333,1646396116,47.74305,8.99896\n12334,1646396117,47.74305,8.99896\n12335,1646396118,47.74305,8.99896\n12336,1646396119,47.74305,8.99896\n12337,1646396120,47.74305,8.99896\n12338,1646396121,47.74305,8.99896\n12339,1646396122,47.74305,8.99896\n12340,1646396123,47.74305,8.99896\n12341,1646396124,47.74305,8.99896\n12342,1646396125,47.74305,8.99896\n12343,1646396126,47.74305,8.99896\n12344,1646396127,47.74305,8.99896\n12345,1646396128,47.74305,8.99896\n12346,1646396129,47.74305,8.99896\n12347,1646396130,47.74305,8.99896\n12348,1646396131,47.74305,8.99896\n12349,1646396132,47.74305,8.99896\n12350,1646396133,47.74305,8.99896\n12351,1646396134,47.74305,8.99896\n12352,1646396135,47.74305,8.99896\n12353,1646396136,47.74305,8.99896\n12354,1646396137,47.74305,8.99896\n12355,1646396138,47.74305,8.99896\n12356,1646396139,47.74305,8.99896\n12357,1646396140,47.74305,8.99896\n12358,1646396141,47.74305,8.99896\n12359,1646396142,47.74305,8.99896\n12360,1646396143,47.74305,8.99896\n12361,1646396144,47.74305,8.99896\n12362,1646396145,47.74305,8.99896\n12363,1646396146,47.74305,8.99896\n12364,1646396147,47.74305,8.99896\n12365,1646396148,47.74305,8.99896\n12366,1646396149,47.74305,8.99896\n12367,1646396150,47.74305,8.99896\n12368,1646396151,47.74305,8.99896\n12369,1646396152,47.74305,8.99896\n12370,1646396153,47.74305,8.99896\n12371,1646396154,47.74305,8.99896\n12372,1646396155,47.74305,8.99896\n12373,1646396156,47.74305,8.99896\n12374,1646396157,47.74305,8.99896\n12375,1646396158,47.74305,8.99896\n12376,1646396159,47.74305,8.99896\n12377,1646396160,47.74305,8.99896\n12378,1646396161,47.74305,8.99896\n12379,1646396162,47.74305,8.99896\n12380,1646396163,47.74305,8.99896\n12381,1646396164,47.74305,8.99896\n12382,1646396165,47.74305,8.99896\n12383,1646396166,47.74305,8.99896\n12384,1646396167,47.74305,8.99896\n12385,1646396168,47.74305,8.99896\n12386,1646396169,47.74305,8.99896\n12387,1646396170,47.74305,8.99896\n12388,1646396171,47.74305,8.99896\n12389,1646396172,47.74305,8.99896\n12390,1646396173,47.74305,8.99896\n12391,1646396174,47.74305,8.99896\n12392,1646396175,47.74305,8.99896\n12393,1646396176,47.74305,8.99896\n12394,1646396177,47.74305,8.99896\n12395,1646396178,47.74305,8.99896\n12396,1646396179,47.74305,8.99896\n12397,1646396180,47.74305,8.99896\n12398,1646396181,47.74305,8.99896\n12399,1646396182,47.74305,8.99896\n12400,1646396183,47.74305,8.99896\n12401,1646396184,47.74305,8.99896\n12402,1646396185,47.74305,8.99896\n12403,1646396186,47.74305,8.99896\n12404,1646396187,47.74305,8.99896\n12405,1646396188,47.74305,8.99896\n12406,1646396189,47.74305,8.99896\n12407,1646396190,47.74305,8.99896\n12408,1646396191,47.74305,8.99896\n12409,1646396192,47.74305,8.99896\n12410,1646396193,47.74305,8.99896\n12411,1646396194,47.74305,8.99896\n12412,1646396195,47.74305,8.99896\n12413,1646396196,47.74305,8.99896\n12414,1646396197,47.74305,8.99896\n12415,1646396198,47.74305,8.99896\n12416,1646396199,47.74305,8.99896\n12417,1646396200,47.74305,8.99896\n12418,1646396201,47.74305,8.99896\n12419,1646396202,47.74305,8.99896\n12420,1646396203,47.74305,8.99896\n12421,1646396204,47.74305,8.99896\n12422,1646396205,47.74305,8.99896\n12423,1646396206,47.74305,8.99896\n12424,1646396207,47.74305,8.99896\n12425,1646396208,47.74305,8.99896\n12426,1646396209,47.74305,8.99896\n12427,1646396210,47.74305,8.99896\n12428,1646396211,47.74305,8.99896\n12429,1646396212,47.74305,8.99896\n12430,1646396213,47.74305,8.99896\n12431,1646396214,47.74305,8.99896\n12432,1646396215,47.74305,8.99896\n12433,1646396216,47.74305,8.99896\n12434,1646396217,47.74305,8.99896\n12435,1646396218,47.74305,8.99896\n12436,1646396219,47.74305,8.99896\n12437,1646396220,47.74305,8.99896\n12438,1646396221,47.74305,8.99896\n12439,1646396222,47.74305,8.99896\n12440,1646396223,47.74305,8.99896\n12441,1646396224,47.74305,8.99896\n12442,1646396225,47.74305,8.99896\n12443,1646396226,47.74305,8.99896\n12444,1646396227,47.74305,8.99896\n12445,1646396228,47.74305,8.99896\n12446,1646396229,47.74305,8.99896\n12447,1646396230,47.74305,8.99896\n12448,1646396231,47.74305,8.99896\n12449,1646396232,47.74305,8.99896\n12450,1646396233,47.74305,8.99896\n12451,1646396234,47.74305,8.99896\n12452,1646396235,47.74305,8.99896\n12453,1646396236,47.74305,8.99896\n12454,1646396237,47.74305,8.99896\n12455,1646396238,47.74305,8.99897\n12456,1646396239,47.74305,8.99897\n12457,1646396240,47.74305,8.99897\n12458,1646396241,47.74305,8.99897\n12459,1646396242,47.74305,8.99897\n12460,1646396243,47.74305,8.99897\n12461,1646396244,47.74305,8.99897\n12462,1646396245,47.74305,8.99897\n12463,1646396246,47.74305,8.99897\n12464,1646396247,47.74305,8.99897\n12465,1646396248,47.74305,8.99897\n12466,1646396249,47.74305,8.99897\n12467,1646396250,47.74305,8.99897\n12468,1646396251,47.74305,8.99897\n12469,1646396252,47.74305,8.99897\n12470,1646396253,47.74305,8.99897\n12471,1646396254,47.74305,8.99897\n12472,1646396255,47.74305,8.99897\n12473,1646396256,47.74305,8.99897\n12474,1646396257,47.74305,8.99897\n12475,1646396258,47.74305,8.99897\n12476,1646396259,47.74305,8.99897\n12477,1646396260,47.74305,8.99897\n12478,1646396261,47.74305,8.99897\n12479,1646396262,47.74305,8.99897\n12480,1646396263,47.74305,8.99897\n12481,1646396264,47.74305,8.99897\n12482,1646396265,47.74305,8.99897\n12483,1646396266,47.74305,8.99897\n12484,1646396267,47.74305,8.99897\n12485,1646396268,47.74305,8.99897\n12486,1646396269,47.74305,8.99897\n12487,1646396270,47.74305,8.99897\n12488,1646396271,47.74305,8.99897\n12489,1646396272,47.74305,8.99897\n12490,1646396273,47.74305,8.99897\n12491,1646396274,47.74305,8.99897\n12492,1646396275,47.74305,8.99897\n12493,1646396276,47.74305,8.99897\n12494,1646396277,47.74305,8.99897\n12495,1646396278,47.74305,8.99897\n12496,1646396279,47.74305,8.99897\n12497,1646396280,47.74305,8.99897\n12498,1646396281,47.74305,8.99897\n12499,1646396282,47.74305,8.99897\n12500,1646396283,47.74305,8.99897\n12501,1646396284,47.74305,8.99897\n12502,1646396285,47.74305,8.99897\n12503,1646396286,47.74305,8.99897\n12504,1646396287,47.74305,8.99897\n12505,1646396288,47.74305,8.99897\n12506,1646396289,47.74305,8.99897\n12507,1646396290,47.74305,8.99897\n12508,1646396291,47.74305,8.99897\n12509,1646396292,47.74305,8.99897\n12510,1646396293,47.74305,8.99897\n12511,1646396294,47.74305,8.99897\n12512,1646396295,47.74305,8.99897\n12513,1646396296,47.74305,8.99897\n12514,1646396297,47.74305,8.99897\n12515,1646396298,47.74305,8.99897\n12516,1646396299,47.74305,8.99897\n12517,1646396300,47.74305,8.99897\n12518,1646396301,47.74305,8.99897\n12519,1646396302,47.74305,8.99897\n12520,1646396303,47.74305,8.99897\n12521,1646396304,47.74305,8.99897\n12522,1646396305,47.74305,8.99897\n12523,1646396306,47.74305,8.99897\n12524,1646396307,47.74305,8.99897\n12525,1646396308,47.74305,8.99897\n12526,1646396309,47.74305,8.99897\n12527,1646396310,47.74305,8.99897\n12528,1646396311,47.74305,8.99897\n12529,1646396312,47.74305,8.99897\n12530,1646396313,47.74305,8.99897\n12531,1646396314,47.74305,8.99897\n12532,1646396315,47.74305,8.99897\n12533,1646396316,47.74305,8.99897\n12534,1646396317,47.74305,8.99897\n12535,1646396318,47.74305,8.99897\n12536,1646396319,47.74305,8.99897\n12537,1646396320,47.74305,8.99897\n12538,1646396321,47.74305,8.99897\n12539,1646396322,47.74305,8.99897\n12540,1646396323,47.74305,8.99897\n12541,1646396324,47.74305,8.99897\n12542,1646396325,47.74305,8.99897\n12543,1646396326,47.74305,8.99897\n12544,1646396327,47.74305,8.99897\n12545,1646396328,47.74305,8.99897\n12546,1646396329,47.74305,8.99897\n12547,1646396330,47.74305,8.99897\n12548,1646396331,47.74305,8.99897\n12549,1646396332,47.74305,8.99897\n12550,1646396333,47.74305,8.99897\n12551,1646396334,47.74305,8.99897\n12552,1646396335,47.74305,8.99897\n12553,1646396336,47.74305,8.99897\n12554,1646396337,47.74305,8.99897\n12555,1646396338,47.74305,8.99897\n12556,1646396339,47.74305,8.99897\n12557,1646396340,47.74305,8.99897\n12558,1646396341,47.74305,8.99897\n12559,1646396342,47.74305,8.99897\n12560,1646396343,47.74305,8.99897\n12561,1646396344,47.74305,8.99897\n12562,1646396345,47.74305,8.99897\n12563,1646396346,47.74305,8.99897\n12564,1646396347,47.74305,8.99897\n12565,1646396348,47.74305,8.99897\n12566,1646396349,47.74305,8.99897\n12567,1646396350,47.74305,8.99897\n12568,1646396351,47.74305,8.99897\n12569,1646396352,47.74305,8.99897\n12570,1646396353,47.74305,8.99897\n12571,1646396354,47.74305,8.99897\n12572,1646396355,47.74305,8.99897\n12573,1646396356,47.74305,8.99897\n12574,1646396357,47.74305,8.99897\n12575,1646396358,47.74305,8.99897\n12576,1646396359,47.74305,8.99897\n12577,1646396360,47.74305,8.99897\n12578,1646396361,47.74305,8.99897\n12579,1646396362,47.74305,8.99897\n12580,1646396363,47.74305,8.99897\n12581,1646396364,47.74305,8.99897\n12582,1646396365,47.74305,8.99897\n12583,1646396366,47.74305,8.99897\n12584,1646396367,47.74305,8.99897\n12585,1646396368,47.74305,8.99897\n12586,1646396369,47.74305,8.99897\n12587,1646396370,47.74305,8.99897\n12588,1646396371,47.74305,8.99897\n12589,1646396372,47.74305,8.99897\n12590,1646396373,47.74305,8.99897\n12591,1646396374,47.74305,8.99897\n12592,1646396375,47.74305,8.99897\n12593,1646396376,47.74305,8.99897\n12594,1646396377,47.74305,8.99897\n12595,1646396378,47.74305,8.99897\n12596,1646396379,47.74305,8.99897\n12597,1646396380,47.74305,8.99897\n12598,1646396381,47.74305,8.99897\n12599,1646396382,47.74305,8.99897\n12600,1646396383,47.74305,8.99897\n12601,1646396384,47.74305,8.99897\n12602,1646396385,47.74305,8.99897\n12603,1646396386,47.74305,8.99897\n12604,1646396387,47.74305,8.99897\n12605,1646396388,47.74305,8.99897\n12606,1646396389,47.74305,8.99897\n12607,1646396390,47.74305,8.99897\n12608,1646396391,47.74305,8.99897\n12609,1646396392,47.74305,8.99897\n12610,1646396393,47.74305,8.99897\n12611,1646396394,47.74305,8.99897\n12612,1646396395,47.74305,8.99897\n12613,1646396396,47.74305,8.99897\n12614,1646396397,47.74305,8.99897\n12615,1646396398,47.74305,8.99897\n12616,1646396399,47.74305,8.99897\n12617,1646396400,47.74305,8.99897\n12618,1646396401,47.74305,8.99897\n12619,1646396402,47.74305,8.99897\n12620,1646396403,47.74305,8.99897\n12621,1646396404,47.74305,8.99897\n12622,1646396405,47.74305,8.99897\n12623,1646396406,47.74305,8.99897\n12624,1646396407,47.74305,8.99897\n12625,1646396408,47.74305,8.99897\n12626,1646396409,47.74305,8.99897\n12627,1646396410,47.74305,8.99897\n12628,1646396411,47.74305,8.99897\n12629,1646396412,47.74305,8.99897\n12630,1646396413,47.74305,8.99897\n12631,1646396414,47.74305,8.99897\n12632,1646396415,47.74305,8.99897\n12633,1646396416,47.74305,8.99897\n12634,1646396417,47.74305,8.99897\n12635,1646396418,47.74305,8.99897\n12636,1646396419,47.74305,8.99897\n12637,1646396420,47.74305,8.99897\n12638,1646396421,47.74305,8.99897\n12639,1646396422,47.74305,8.99897\n12640,1646396423,47.74305,8.99897\n12641,1646396424,47.74305,8.99897\n12642,1646396425,47.74305,8.99897\n12643,1646396426,47.74305,8.99897\n12644,1646396427,47.74305,8.99897\n12645,1646396428,47.74305,8.99897\n12646,1646396429,47.74305,8.99897\n12647,1646396430,47.74305,8.99897\n12648,1646396431,47.74305,8.99897\n12649,1646396432,47.74305,8.99897\n12650,1646396433,47.74305,8.99897\n12651,1646396434,47.74305,8.99897\n12652,1646396435,47.74305,8.99897\n12653,1646396436,47.74305,8.99897\n12654,1646396437,47.74305,8.99897\n12655,1646396438,47.74305,8.99897\n12656,1646396439,47.74305,8.99897\n12657,1646396440,47.74305,8.99897\n12658,1646396441,47.74305,8.99897\n12659,1646396442,47.74305,8.99897\n12660,1646396443,47.74305,8.99897\n12661,1646396444,47.74305,8.99897\n12662,1646396445,47.74305,8.99897\n12663,1646396446,47.74305,8.99897\n12664,1646396447,47.74305,8.99897\n12665,1646396448,47.74305,8.99897\n12666,1646396449,47.74305,8.99897\n12667,1646396450,47.74305,8.99897\n12668,1646396451,47.74305,8.99897\n12669,1646396452,47.74305,8.99897\n12670,1646396453,47.74305,8.99897\n12671,1646396454,47.74305,8.99897\n12672,1646396455,47.74305,8.99897\n12673,1646396456,47.74305,8.99897\n12674,1646396457,47.74305,8.99897\n12675,1646396458,47.74305,8.99897\n12676,1646396459,47.74305,8.99897\n12677,1646396460,47.74305,8.99897\n12678,1646396461,47.74305,8.99897\n12679,1646396462,47.74305,8.99897\n12680,1646396463,47.74305,8.99897\n12681,1646396464,47.74305,8.99897\n12682,1646396465,47.74305,8.99897\n12683,1646396466,47.74305,8.99897\n12684,1646396467,47.74305,8.99897\n12685,1646396468,47.74305,8.99897\n12686,1646396469,47.74305,8.99897\n12687,1646396470,47.74305,8.99897\n12688,1646396471,47.74305,8.99897\n12689,1646396472,47.74305,8.99897\n12690,1646396473,47.74305,8.99897\n12691,1646396474,47.74305,8.99897\n12692,1646396475,47.74305,8.99897\n12693,1646396476,47.74305,8.99897\n12694,1646396477,47.74305,8.99897\n12695,1646396478,47.74305,8.99897\n12696,1646396479,47.74305,8.99897\n12697,1646396480,47.74305,8.99897\n12698,1646396481,47.74305,8.99897\n12699,1646396482,47.74305,8.99897\n12700,1646396483,47.74305,8.99897\n12701,1646396484,47.74305,8.99897\n12702,1646396485,47.74305,8.99897\n12703,1646396486,47.74305,8.99897\n12704,1646396487,47.74305,8.99897\n12705,1646396488,47.74305,8.99897\n12706,1646396489,47.74305,8.99897\n12707,1646396490,47.74305,8.99897\n12708,1646396491,47.74305,8.99897\n12709,1646396492,47.74305,8.99897\n12710,1646396493,47.74305,8.99897\n12711,1646396494,47.74305,8.99897\n12712,1646396495,47.74305,8.99897\n12713,1646396496,47.74305,8.99897\n12714,1646396497,47.74305,8.99897\n12715,1646396498,47.74305,8.99897\n12716,1646396499,47.74305,8.99897\n12717,1646396500,47.74305,8.99897\n12718,1646396501,47.74304,8.99897\n12719,1646396502,47.74304,8.99897\n12720,1646396503,47.74304,8.99897\n12721,1646396504,47.74304,8.99897\n12722,1646396505,47.74304,8.99897\n12723,1646396506,47.74304,8.99897\n12724,1646396507,47.74304,8.99897\n12725,1646396508,47.74304,8.99897\n12726,1646396509,47.74304,8.99897\n12727,1646396510,47.74304,8.99897\n12728,1646396511,47.74304,8.99897\n12729,1646396512,47.74304,8.99897\n12730,1646396513,47.74304,8.99897\n12731,1646396514,47.74304,8.99897\n12732,1646396515,47.74304,8.99897\n12733,1646396516,47.74304,8.99897\n12734,1646396517,47.74304,8.99897\n12735,1646396518,47.74304,8.99897\n12736,1646396519,47.74304,8.99897\n12737,1646396520,47.74304,8.99897\n12738,1646396521,47.74304,8.99897\n12739,1646396522,47.74304,8.99898\n12740,1646396523,47.74304,8.99898\n12741,1646396524,47.74304,8.99898\n12742,1646396525,47.74304,8.99898\n12743,1646396526,47.74304,8.99898\n12744,1646396527,47.74304,8.99898\n12745,1646396528,47.74304,8.99898\n12746,1646396529,47.74304,8.99898\n12747,1646396530,47.74304,8.99898\n12748,1646396531,47.74304,8.99898\n12749,1646396532,47.74304,8.99898\n12750,1646396533,47.74304,8.99898\n12751,1646396534,47.74304,8.99898\n12752,1646396535,47.74304,8.99898\n12753,1646396536,47.74304,8.99898\n12754,1646396537,47.74304,8.99898\n12755,1646396538,47.74304,8.99898\n12756,1646396539,47.74304,8.99898\n12757,1646396540,47.74304,8.99898\n12758,1646396541,47.74304,8.99898\n12759,1646396542,47.74304,8.99898\n12760,1646396543,47.74304,8.99898\n12761,1646396544,47.74304,8.99898\n12762,1646396545,47.74304,8.99898\n12763,1646396546,47.74304,8.99898\n12764,1646396547,47.74304,8.99898\n12765,1646396548,47.74304,8.99898\n12766,1646396549,47.74304,8.99898\n12767,1646396550,47.74304,8.99898\n12768,1646396551,47.74304,8.99898\n12769,1646396552,47.74304,8.99898\n12770,1646396553,47.74304,8.99898\n12771,1646396554,47.74304,8.99898\n12772,1646396555,47.74304,8.99898\n12773,1646396556,47.74304,8.99898\n12774,1646396557,47.74304,8.99898\n12775,1646396558,47.74304,8.99898\n12776,1646396559,47.74304,8.99898\n12777,1646396560,47.74305,8.99898\n12778,1646396561,47.74305,8.99898\n12779,1646396562,47.74305,8.99898\n12780,1646396563,47.74305,8.99898\n12781,1646396564,47.74305,8.99898\n12782,1646396565,47.74305,8.99898\n12783,1646396566,47.74305,8.99898\n12784,1646396567,47.74305,8.99898\n12785,1646396568,47.74305,8.99898\n12786,1646396569,47.74305,8.99898\n12787,1646396570,47.74305,8.99898\n12788,1646396571,47.74305,8.99898\n12789,1646396572,47.74305,8.99898\n12790,1646396573,47.74305,8.99898\n12791,1646396574,47.74305,8.99898\n12792,1646396575,47.74305,8.99898\n12793,1646396576,47.74305,8.99898\n12794,1646396577,47.74305,8.99898\n12795,1646396578,47.74305,8.99898\n12796,1646396579,47.74305,8.99898\n12797,1646396580,47.74305,8.99898\n12798,1646396581,47.74305,8.99898\n12799,1646396582,47.74305,8.99898\n12800,1646396583,47.74305,8.99898\n12801,1646396584,47.74305,8.99898\n12802,1646396585,47.74305,8.99898\n12803,1646396586,47.74305,8.99898\n12804,1646396587,47.74305,8.99898\n12805,1646396588,47.74305,8.99899\n12806,1646396589,47.74305,8.99899\n12807,1646396590,47.74305,8.99899\n12808,1646396591,47.74305,8.99899\n12809,1646396592,47.74305,8.99899\n12810,1646396593,47.74305,8.99899\n12811,1646396594,47.74305,8.99899\n12812,1646396595,47.74305,8.99899\n12813,1646396596,47.74305,8.99899\n12814,1646396597,47.74305,8.99899\n12815,1646396598,47.74305,8.99899\n12816,1646396599,47.74305,8.99899\n12817,1646396600,47.74305,8.99899\n12818,1646396601,47.74305,8.99899\n12819,1646396602,47.74305,8.99899\n12820,1646396603,47.74305,8.99899\n12821,1646396604,47.74305,8.99899\n12822,1646396605,47.74305,8.99899\n12823,1646396606,47.74305,8.99899\n12824,1646396607,47.74305,8.99899\n12825,1646396608,47.74305,8.99899\n12826,1646396609,47.74305,8.99899\n12827,1646396610,47.74305,8.99899\n12828,1646396611,47.74305,8.99899\n12829,1646396612,47.74305,8.99899\n12830,1646396613,47.74305,8.99899\n12831,1646396614,47.74305,8.99899\n12832,1646396615,47.74305,8.99899\n12833,1646396616,47.74305,8.99899\n12834,1646396617,47.74305,8.99899\n12835,1646396618,47.74305,8.99899\n12836,1646396682,47.74310,8.99904\n12837,1646396683,47.74311,8.99902\n12838,1646396684,47.74311,8.99901\n12839,1646396685,47.74311,8.99901\n12840,1646396686,47.74310,8.99901\n12841,1646396687,47.74309,8.99900\n12842,1646396688,47.74308,8.99900\n12843,1646396689,47.74308,8.99899\n12844,1646396690,47.74307,8.99896\n12845,1646396692,47.74307,8.99896\n12846,1646396693,47.74307,8.99896\n12847,1646396694,47.74306,8.99896\n12848,1646396695,47.74306,8.99896\n12849,1646396696,47.74306,8.99896\n12850,1646396697,47.74306,8.99896\n12851,1646396698,47.74305,8.99896\n12852,1646396699,47.74305,8.99896\n12853,1646396700,47.74305,8.99896\n12854,1646396701,47.74305,8.99896\n12855,1646396702,47.74305,8.99896\n12856,1646396703,47.74305,8.99896\n12857,1646396704,47.74305,8.99896\n12858,1646396705,47.74305,8.99896\n12859,1646396706,47.74306,8.99896\n12860,1646396707,47.74306,8.99896\n12861,1646396708,47.74306,8.99896\n12862,1646396709,47.74306,8.99896\n12863,1646396710,47.74306,8.99896\n12864,1646396711,47.74306,8.99896\n12865,1646396712,47.74306,8.99896\n12866,1646396713,47.74305,8.99896\n12867,1646396714,47.74305,8.99896\n12868,1646396715,47.74305,8.99896\n12869,1646396716,47.74305,8.99896\n12870,1646396717,47.74305,8.99896\n12871,1646396718,47.74305,8.99896\n12872,1646396719,47.74305,8.99896\n12873,1646396720,47.74305,8.99896\n12874,1646396721,47.74305,8.99896\n12875,1646396722,47.74305,8.99896\n12876,1646396723,47.74305,8.99896\n12877,1646396724,47.74305,8.99896\n12878,1646396725,47.74305,8.99896\n12879,1646396726,47.74305,8.99896\n12880,1646396727,47.74305,8.99896\n12881,1646396728,47.74305,8.99896\n12882,1646396729,47.74305,8.99896\n12883,1646396730,47.74305,8.99896\n12884,1646396731,47.74305,8.99896\n12885,1646396732,47.74305,8.99896\n12886,1646396733,47.74305,8.99896\n12887,1646396734,47.74305,8.99896\n12888,1646396735,47.74305,8.99896\n12889,1646396736,47.74305,8.99896\n12890,1646396737,47.74305,8.99896\n12891,1646396738,47.74305,8.99896\n12892,1646396739,47.74305,8.99896\n12893,1646396740,47.74305,8.99896\n12894,1646396741,47.74305,8.99896\n12895,1646396742,47.74305,8.99896\n12896,1646396743,47.74305,8.99896\n12897,1646396744,47.74305,8.99896\n12898,1646396745,47.74305,8.99896\n12899,1646396746,47.74305,8.99896\n12900,1646396810,47.74319,8.99896\n12901,1646396811,47.74306,8.99898\n12902,1646396812,47.74305,8.99898\n12903,1646396813,47.74305,8.99897\n12904,1646396814,47.74305,8.99896\n12905,1646396815,47.74305,8.99897\n12906,1646396816,47.74305,8.99897\n12907,1646396817,47.74305,8.99897\n12908,1646396818,47.74305,8.99897\n12909,1646396819,47.74305,8.99897\n12910,1646396820,47.74305,8.99897\n12911,1646396821,47.74305,8.99897\n12912,1646396822,47.74305,8.99896\n12913,1646396824,47.74305,8.99895\n12914,1646396825,47.74305,8.99895\n12915,1646396826,47.74305,8.99896\n12916,1646396827,47.74305,8.99896\n12917,1646396828,47.74305,8.99896\n12918,1646396829,47.74305,8.99896\n12919,1646396830,47.74305,8.99896\n12920,1646396831,47.74305,8.99896\n12921,1646396832,47.74305,8.99896\n12922,1646396833,47.74305,8.99896\n12923,1646396834,47.74305,8.99897\n12924,1646396835,47.74305,8.99897\n12925,1646396836,47.74305,8.99897\n12926,1646396837,47.74305,8.99897\n12927,1646396838,47.74305,8.99897\n12928,1646396839,47.74305,8.99897\n12929,1646396840,47.74305,8.99897\n12930,1646396841,47.74305,8.99897\n12931,1646396842,47.74305,8.99897\n12932,1646396843,47.74305,8.99898\n12933,1646396844,47.74305,8.99898\n12934,1646396845,47.74305,8.99898\n12935,1646396909,47.74337,8.99908\n12936,1646396910,47.74372,8.99921\n12937,1646396911,47.74387,8.99927\n12938,1646396912,47.74306,8.99895\n12939,1646396913,47.74304,8.99894\n12940,1646396914,47.74303,8.99896\n12941,1646396915,47.74304,8.99896\n12942,1646396916,47.74303,8.99896\n12943,1646396917,47.74303,8.99897\n12944,1646396918,47.74303,8.99897\n12945,1646396920,47.74302,8.99897\n12946,1646396921,47.74302,8.99897\n12947,1646396922,47.74302,8.99897\n12948,1646396923,47.74302,8.99898\n12949,1646396924,47.74302,8.99898\n12950,1646396925,47.74302,8.99898\n12951,1646396926,47.74302,8.99898\n12952,1646396927,47.74302,8.99899\n12953,1646396928,47.74302,8.99899\n12954,1646396929,47.74302,8.99899\n12955,1646396930,47.74302,8.99899\n12956,1646396931,47.74302,8.99899\n12957,1646396932,47.74302,8.99899\n12958,1646396933,47.74302,8.99899\n12959,1646396934,47.74303,8.99900\n12960,1646396935,47.74303,8.99900\n12961,1646396936,47.74303,8.99900\n12962,1646396937,47.74303,8.99899\n12963,1646396938,47.74303,8.99899\n12964,1646396939,47.74303,8.99899\n12965,1646396940,47.74303,8.99899\n12966,1646396941,47.74303,8.99899\n12967,1646397005,47.74305,8.99899\n12968,1646397006,47.74304,8.99900\n12969,1646397007,47.74303,8.99899\n12970,1646397008,47.74303,8.99899\n12971,1646397009,47.74303,8.99898\n12972,1646397010,47.74303,8.99897\n12973,1646397011,47.74303,8.99896\n12974,1646397012,47.74303,8.99895\n12975,1646397013,47.74303,8.99895\n12976,1646397014,47.74303,8.99896\n12977,1646397016,47.74303,8.99896\n12978,1646397017,47.74303,8.99896\n12979,1646397018,47.74304,8.99896\n12980,1646397019,47.74304,8.99896\n12981,1646397020,47.74304,8.99896\n12982,1646397021,47.74304,8.99895\n12983,1646397022,47.74304,8.99895\n12984,1646397023,47.74304,8.99895\n12985,1646397024,47.74304,8.99895\n12986,1646397025,47.74304,8.99895\n12987,1646397026,47.74304,8.99895\n12988,1646397027,47.74304,8.99896\n12989,1646397028,47.74304,8.99896\n12990,1646397029,47.74304,8.99896\n12991,1646397030,47.74304,8.99896\n12992,1646397031,47.74304,8.99895\n12993,1646397095,47.74298,8.99891\n12994,1646397096,47.74299,8.99891\n12995,1646397097,47.74299,8.99893\n12996,1646397098,47.74300,8.99894\n12997,1646397099,47.74301,8.99894\n12998,1646397100,47.74301,8.99893\n12999,1646397101,47.74301,8.99892\n13000,1646397102,47.74302,8.99893\n13001,1646397103,47.74302,8.99893\n13002,1646397104,47.74303,8.99895\n13003,1646397106,47.74303,8.99895\n13004,1646397107,47.74303,8.99895\n13005,1646397108,47.74303,8.99895\n13006,1646397109,47.74303,8.99895\n13007,1646397110,47.74303,8.99895\n13008,1646397111,47.74303,8.99895\n13009,1646397112,47.74303,8.99895\n13010,1646397113,47.74303,8.99895\n13011,1646397114,47.74303,8.99895\n13012,1646397115,47.74303,8.99895\n13013,1646397116,47.74303,8.99895\n13014,1646397117,47.74303,8.99895\n13015,1646397181,47.74303,8.99896\n13016,1646397182,47.74303,8.99897\n13017,1646397183,47.74302,8.99897\n13018,1646397184,47.74303,8.99897\n13019,1646397185,47.74303,8.99897\n13020,1646397186,47.74303,8.99897\n13021,1646397187,47.74303,8.99898\n13022,1646397188,47.74303,8.99898\n13023,1646397189,47.74303,8.99898\n13024,1646397190,47.74304,8.99898\n13025,1646397191,47.74304,8.99897\n13026,1646397192,47.74304,8.99897\n13027,1646397193,47.74304,8.99897\n13028,1646397194,47.74304,8.99897\n13029,1646397196,47.74304,8.99897\n13030,1646397197,47.74304,8.99897\n13031,1646397198,47.74304,8.99897\n13032,1646397199,47.74304,8.99897\n13033,1646397200,47.74305,8.99897\n13034,1646397264,47.74299,8.99902\n13035,1646397265,47.74299,8.99899\n13036,1646397266,47.74299,8.99899\n13037,1646397267,47.74299,8.99899\n13038,1646397268,47.74299,8.99898\n13039,1646397269,47.74299,8.99898\n13040,1646397270,47.74298,8.99897\n13041,1646397271,47.74298,8.99897\n13042,1646397272,47.74301,8.99896\n13043,1646397274,47.74300,8.99896\n13044,1646397275,47.74300,8.99895\n13045,1646397276,47.74300,8.99895\n13046,1646397277,47.74300,8.99895\n13047,1646397278,47.74300,8.99895\n13048,1646397279,47.74300,8.99895\n13049,1646397280,47.74300,8.99895\n13050,1646397281,47.74300,8.99896\n13051,1646397282,47.74300,8.99895\n13052,1646397346,47.74312,8.99896\n13053,1646397347,47.74311,8.99895\n13054,1646397348,47.74311,8.99896\n13055,1646397349,47.74311,8.99896\n13056,1646397350,47.74310,8.99897\n13057,1646397351,47.74310,8.99897\n13058,1646397352,47.74310,8.99898\n13059,1646397353,47.74309,8.99898\n13060,1646397354,47.74309,8.99898\n13061,1646397355,47.74309,8.99898\n13062,1646397356,47.74309,8.99898\n13063,1646397358,47.74308,8.99898\n13064,1646397359,47.74308,8.99898\n13065,1646397360,47.74308,8.99897\n13066,1646397361,47.74308,8.99897\n13067,1646397362,47.74308,8.99897\n13068,1646397363,47.74308,8.99897\n13069,1646397427,47.74302,8.99902\n13070,1646397428,47.74303,8.99901\n13071,1646397429,47.74303,8.99899\n13072,1646397430,47.74303,8.99898\n13073,1646397431,47.74303,8.99897\n13074,1646397432,47.74302,8.99896\n13075,1646397433,47.74302,8.99896\n13076,1646397434,47.74302,8.99896\n13077,1646397435,47.74302,8.99896\n13078,1646397436,47.74302,8.99896\n13079,1646397437,47.74302,8.99896\n13080,1646397438,47.74302,8.99896\n13081,1646397439,47.74303,8.99896\n13082,1646397440,47.74304,8.99895\n13083,1646397442,47.74304,8.99895\n13084,1646397443,47.74303,8.99895\n13085,1646397507,47.74300,8.99897\n13086,1646397508,47.74304,8.99899\n13087,1646397509,47.74303,8.99898\n13088,1646397510,47.74303,8.99898\n13089,1646397511,47.74303,8.99898\n13090,1646397512,47.74303,8.99898\n13091,1646397513,47.74302,8.99897\n13092,1646397514,47.74302,8.99897\n13093,1646397515,47.74302,8.99897\n13094,1646397516,47.74302,8.99897\n13095,1646397517,47.74302,8.99897\n13096,1646397518,47.74302,8.99897\n13097,1646397520,47.74303,8.99897\n13098,1646397584,47.74291,8.99897\n13099,1646397585,47.74301,8.99897\n13100,1646397586,47.74301,8.99897\n13101,1646397587,47.74302,8.99897\n13102,1646397588,47.74303,8.99898\n13103,1646397589,47.74303,8.99898\n13104,1646397590,47.74303,8.99899\n13105,1646397591,47.74303,8.99899"
  },
  {
    "path": "TickTagData/08_PetDogWalk_1s_Interval/20220304_PetDog_1s_Interval_13105_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 11, TOs: 0/0, ErrorsOrGF: 0, TTFF: 55\nFixes: 13105, Avg. TTF: 0 s, Avg. HDOP (x10): 9\n\ncount,timestamp,lat,lon\n1,1646383774,47.74354,8.99901\n2,1646383776,47.74356,8.99899\n3,1646383777,47.74356,8.99899\n4,1646383779,47.74359,8.99900\n5,1646383780,47.74361,8.99900\n6,1646383786,47.74367,8.99897\n7,1646383787,47.74368,8.99896\n8,1646383788,47.74370,8.99895\n9,1646383789,47.74371,8.99894\n10,1646383790,47.74372,8.99893\n11,1646383791,47.74374,8.99891\n12,1646383792,47.74375,8.99890\n13,1646383793,47.74377,8.99889\n14,1646383794,47.74379,8.99888\n15,1646383795,47.74380,8.99888\n16,1646383796,47.74382,8.99887\n17,1646383797,47.74383,8.99885\n18,1646383798,47.74385,8.99884\n19,1646383799,47.74386,8.99883\n20,1646383800,47.74388,8.99883\n21,1646383801,47.74388,8.99881\n22,1646383802,47.74389,8.99880\n23,1646383803,47.74391,8.99879\n24,1646383804,47.74392,8.99878\n25,1646383805,47.74393,8.99877\n26,1646383806,47.74394,8.99876\n27,1646383807,47.74394,8.99875\n28,1646383808,47.74396,8.99875\n29,1646383809,47.74397,8.99874\n30,1646383810,47.74399,8.99874\n31,1646383811,47.74400,8.99873\n32,1646383812,47.74402,8.99872\n33,1646383813,47.74403,8.99871\n34,1646383814,47.74405,8.99870\n35,1646383815,47.74406,8.99869\n36,1646383816,47.74407,8.99868\n37,1646383817,47.74409,8.99867\n38,1646383818,47.74410,8.99865\n39,1646383819,47.74410,8.99863\n40,1646383820,47.74411,8.99862\n41,1646383821,47.74412,8.99860\n42,1646383822,47.74413,8.99859\n43,1646383823,47.74414,8.99857\n44,1646383824,47.74415,8.99856\n45,1646383825,47.74416,8.99854\n46,1646383826,47.74416,8.99853\n47,1646383827,47.74417,8.99852\n48,1646383828,47.74418,8.99851\n49,1646383829,47.74419,8.99849\n50,1646383830,47.74420,8.99848\n51,1646383831,47.74421,8.99846\n52,1646383832,47.74422,8.99845\n53,1646383833,47.74423,8.99843\n54,1646383834,47.74424,8.99841\n55,1646383835,47.74424,8.99840\n56,1646383836,47.74425,8.99838\n57,1646383837,47.74426,8.99837\n58,1646383838,47.74427,8.99835\n59,1646383839,47.74427,8.99834\n60,1646383840,47.74428,8.99832\n61,1646383841,47.74429,8.99830\n62,1646383842,47.74430,8.99829\n63,1646383843,47.74430,8.99827\n64,1646383844,47.74431,8.99825\n65,1646383845,47.74431,8.99824\n66,1646383846,47.74432,8.99822\n67,1646383847,47.74433,8.99820\n68,1646383848,47.74434,8.99818\n69,1646383849,47.74434,8.99817\n70,1646383850,47.74435,8.99815\n71,1646383851,47.74435,8.99813\n72,1646383852,47.74436,8.99811\n73,1646383853,47.74436,8.99810\n74,1646383854,47.74437,8.99808\n75,1646383855,47.74438,8.99806\n76,1646383856,47.74439,8.99805\n77,1646383857,47.74439,8.99803\n78,1646383858,47.74440,8.99802\n79,1646383859,47.74441,8.99800\n80,1646383860,47.74442,8.99798\n81,1646383861,47.74443,8.99797\n82,1646383862,47.74444,8.99795\n83,1646383863,47.74444,8.99793\n84,1646383864,47.74445,8.99791\n85,1646383865,47.74446,8.99790\n86,1646383866,47.74447,8.99788\n87,1646383867,47.74448,8.99786\n88,1646383868,47.74448,8.99784\n89,1646383869,47.74449,8.99782\n90,1646383870,47.74450,8.99780\n91,1646383871,47.74451,8.99779\n92,1646383872,47.74452,8.99778\n93,1646383873,47.74453,8.99776\n94,1646383874,47.74453,8.99774\n95,1646383875,47.74454,8.99772\n96,1646383876,47.74455,8.99770\n97,1646383877,47.74456,8.99769\n98,1646383878,47.74456,8.99767\n99,1646383879,47.74457,8.99765\n100,1646383880,47.74458,8.99764\n101,1646383881,47.74459,8.99762\n102,1646383882,47.74459,8.99760\n103,1646383883,47.74460,8.99758\n104,1646383884,47.74460,8.99756\n105,1646383885,47.74461,8.99754\n106,1646383886,47.74461,8.99753\n107,1646383887,47.74461,8.99751\n108,1646383888,47.74462,8.99750\n109,1646383889,47.74462,8.99749\n110,1646383890,47.74462,8.99748\n111,1646383891,47.74463,8.99746\n112,1646383892,47.74463,8.99746\n113,1646383893,47.74463,8.99746\n114,1646383894,47.74462,8.99746\n115,1646383895,47.74462,8.99746\n116,1646383896,47.74462,8.99746\n117,1646383897,47.74462,8.99746\n118,1646383898,47.74462,8.99746\n119,1646383899,47.74462,8.99746\n120,1646383900,47.74462,8.99746\n121,1646383901,47.74462,8.99746\n122,1646383902,47.74462,8.99746\n123,1646383903,47.74462,8.99746\n124,1646383904,47.74461,8.99745\n125,1646383905,47.74461,8.99744\n126,1646383906,47.74462,8.99744\n127,1646383907,47.74462,8.99744\n128,1646383908,47.74462,8.99744\n129,1646383909,47.74462,8.99744\n130,1646383910,47.74462,8.99744\n131,1646383911,47.74462,8.99744\n132,1646383912,47.74462,8.99742\n133,1646383913,47.74462,8.99740\n134,1646383914,47.74462,8.99738\n135,1646383915,47.74463,8.99735\n136,1646383916,47.74463,8.99733\n137,1646383917,47.74463,8.99731\n138,1646383918,47.74463,8.99729\n139,1646383919,47.74463,8.99727\n140,1646383920,47.74464,8.99725\n141,1646383921,47.74464,8.99723\n142,1646383922,47.74464,8.99720\n143,1646383923,47.74464,8.99718\n144,1646383924,47.74465,8.99716\n145,1646383925,47.74465,8.99714\n146,1646383926,47.74465,8.99712\n147,1646383927,47.74466,8.99710\n148,1646383928,47.74466,8.99708\n149,1646383929,47.74466,8.99706\n150,1646383930,47.74467,8.99704\n151,1646383931,47.74467,8.99702\n152,1646383932,47.74467,8.99700\n153,1646383933,47.74467,8.99698\n154,1646383934,47.74468,8.99696\n155,1646383935,47.74468,8.99694\n156,1646383936,47.74468,8.99691\n157,1646383937,47.74469,8.99689\n158,1646383938,47.74469,8.99687\n159,1646383939,47.74469,8.99685\n160,1646383940,47.74470,8.99683\n161,1646383941,47.74470,8.99681\n162,1646383942,47.74470,8.99680\n163,1646383943,47.74470,8.99678\n164,1646383944,47.74470,8.99676\n165,1646383945,47.74471,8.99674\n166,1646383946,47.74471,8.99672\n167,1646383947,47.74471,8.99669\n168,1646383948,47.74471,8.99668\n169,1646383949,47.74472,8.99666\n170,1646383950,47.74472,8.99665\n171,1646383951,47.74473,8.99664\n172,1646383952,47.74473,8.99664\n173,1646383953,47.74473,8.99664\n174,1646383954,47.74473,8.99664\n175,1646383955,47.74472,8.99664\n176,1646383956,47.74472,8.99664\n177,1646383957,47.74471,8.99662\n178,1646383958,47.74471,8.99660\n179,1646383959,47.74471,8.99658\n180,1646383960,47.74472,8.99656\n181,1646383961,47.74472,8.99654\n182,1646383962,47.74472,8.99652\n183,1646383963,47.74473,8.99650\n184,1646383964,47.74473,8.99648\n185,1646383965,47.74473,8.99646\n186,1646383966,47.74474,8.99644\n187,1646383967,47.74474,8.99642\n188,1646383968,47.74475,8.99640\n189,1646383969,47.74475,8.99638\n190,1646383970,47.74476,8.99637\n191,1646383971,47.74476,8.99636\n192,1646383972,47.74477,8.99635\n193,1646383973,47.74477,8.99634\n194,1646383974,47.74477,8.99633\n195,1646383975,47.74477,8.99632\n196,1646383977,47.74477,8.99631\n197,1646383978,47.74477,8.99631\n198,1646383979,47.74477,8.99631\n199,1646383980,47.74477,8.99631\n200,1646383981,47.74477,8.99631\n201,1646383982,47.74477,8.99631\n202,1646383983,47.74477,8.99631\n203,1646383984,47.74477,8.99631\n204,1646383985,47.74477,8.99631\n205,1646383986,47.74477,8.99631\n206,1646383987,47.74477,8.99631\n207,1646383988,47.74476,8.99630\n208,1646383989,47.74475,8.99630\n209,1646383990,47.74475,8.99630\n210,1646383991,47.74475,8.99630\n211,1646383992,47.74475,8.99630\n212,1646383993,47.74475,8.99630\n213,1646383994,47.74475,8.99630\n214,1646383995,47.74475,8.99629\n215,1646383996,47.74475,8.99627\n216,1646383997,47.74476,8.99625\n217,1646383998,47.74476,8.99623\n218,1646383999,47.74476,8.99621\n219,1646384000,47.74476,8.99620\n220,1646384001,47.74477,8.99618\n221,1646384002,47.74477,8.99616\n222,1646384003,47.74477,8.99615\n223,1646384004,47.74477,8.99613\n224,1646384005,47.74477,8.99611\n225,1646384006,47.74478,8.99608\n226,1646384007,47.74478,8.99606\n227,1646384008,47.74478,8.99604\n228,1646384009,47.74479,8.99602\n229,1646384010,47.74479,8.99600\n230,1646384011,47.74479,8.99599\n231,1646384012,47.74479,8.99596\n232,1646384013,47.74479,8.99594\n233,1646384014,47.74480,8.99592\n234,1646384015,47.74480,8.99590\n235,1646384016,47.74480,8.99588\n236,1646384017,47.74480,8.99586\n237,1646384018,47.74481,8.99585\n238,1646384019,47.74481,8.99583\n239,1646384020,47.74481,8.99581\n240,1646384021,47.74481,8.99580\n241,1646384022,47.74482,8.99578\n242,1646384023,47.74482,8.99576\n243,1646384024,47.74482,8.99574\n244,1646384025,47.74482,8.99572\n245,1646384026,47.74482,8.99570\n246,1646384027,47.74483,8.99568\n247,1646384028,47.74483,8.99566\n248,1646384029,47.74483,8.99565\n249,1646384030,47.74483,8.99563\n250,1646384031,47.74484,8.99561\n251,1646384032,47.74484,8.99559\n252,1646384033,47.74484,8.99557\n253,1646384034,47.74484,8.99555\n254,1646384035,47.74485,8.99553\n255,1646384036,47.74485,8.99551\n256,1646384037,47.74485,8.99549\n257,1646384038,47.74486,8.99547\n258,1646384039,47.74486,8.99545\n259,1646384040,47.74486,8.99543\n260,1646384041,47.74486,8.99541\n261,1646384042,47.74487,8.99539\n262,1646384043,47.74487,8.99537\n263,1646384044,47.74487,8.99535\n264,1646384045,47.74487,8.99533\n265,1646384046,47.74487,8.99532\n266,1646384047,47.74488,8.99530\n267,1646384048,47.74488,8.99528\n268,1646384049,47.74488,8.99526\n269,1646384050,47.74488,8.99524\n270,1646384051,47.74489,8.99522\n271,1646384052,47.74489,8.99520\n272,1646384053,47.74489,8.99518\n273,1646384054,47.74490,8.99516\n274,1646384055,47.74490,8.99514\n275,1646384056,47.74490,8.99512\n276,1646384057,47.74490,8.99510\n277,1646384058,47.74491,8.99508\n278,1646384059,47.74491,8.99507\n279,1646384060,47.74491,8.99505\n280,1646384061,47.74491,8.99503\n281,1646384062,47.74491,8.99501\n282,1646384063,47.74492,8.99499\n283,1646384064,47.74492,8.99497\n284,1646384065,47.74492,8.99496\n285,1646384066,47.74492,8.99494\n286,1646384067,47.74492,8.99492\n287,1646384068,47.74493,8.99491\n288,1646384069,47.74493,8.99489\n289,1646384070,47.74493,8.99487\n290,1646384071,47.74494,8.99485\n291,1646384072,47.74494,8.99483\n292,1646384073,47.74494,8.99481\n293,1646384074,47.74494,8.99480\n294,1646384075,47.74494,8.99478\n295,1646384076,47.74495,8.99476\n296,1646384077,47.74495,8.99474\n297,1646384078,47.74495,8.99473\n298,1646384079,47.74495,8.99471\n299,1646384080,47.74496,8.99469\n300,1646384081,47.74496,8.99467\n301,1646384082,47.74496,8.99465\n302,1646384083,47.74496,8.99463\n303,1646384084,47.74497,8.99461\n304,1646384085,47.74497,8.99459\n305,1646384086,47.74497,8.99457\n306,1646384087,47.74497,8.99455\n307,1646384088,47.74498,8.99453\n308,1646384089,47.74498,8.99451\n309,1646384090,47.74498,8.99449\n310,1646384091,47.74498,8.99448\n311,1646384092,47.74499,8.99446\n312,1646384093,47.74499,8.99444\n313,1646384094,47.74499,8.99442\n314,1646384095,47.74499,8.99440\n315,1646384096,47.74499,8.99439\n316,1646384097,47.74499,8.99437\n317,1646384098,47.74499,8.99436\n318,1646384099,47.74500,8.99434\n319,1646384100,47.74500,8.99432\n320,1646384101,47.74500,8.99431\n321,1646384102,47.74500,8.99429\n322,1646384103,47.74501,8.99427\n323,1646384104,47.74501,8.99425\n324,1646384105,47.74501,8.99422\n325,1646384106,47.74501,8.99420\n326,1646384107,47.74502,8.99419\n327,1646384108,47.74502,8.99417\n328,1646384109,47.74503,8.99415\n329,1646384110,47.74504,8.99414\n330,1646384111,47.74505,8.99413\n331,1646384112,47.74505,8.99412\n332,1646384113,47.74506,8.99411\n333,1646384114,47.74506,8.99411\n334,1646384115,47.74507,8.99412\n335,1646384116,47.74507,8.99413\n336,1646384117,47.74508,8.99415\n337,1646384118,47.74510,8.99416\n338,1646384119,47.74512,8.99417\n339,1646384120,47.74513,8.99418\n340,1646384121,47.74514,8.99419\n341,1646384122,47.74516,8.99419\n342,1646384123,47.74517,8.99420\n343,1646384124,47.74518,8.99421\n344,1646384125,47.74520,8.99421\n345,1646384126,47.74521,8.99422\n346,1646384127,47.74522,8.99422\n347,1646384128,47.74523,8.99422\n348,1646384129,47.74523,8.99422\n349,1646384130,47.74524,8.99423\n350,1646384131,47.74526,8.99423\n351,1646384132,47.74527,8.99424\n352,1646384133,47.74529,8.99425\n353,1646384134,47.74530,8.99425\n354,1646384135,47.74532,8.99426\n355,1646384136,47.74533,8.99426\n356,1646384137,47.74535,8.99427\n357,1646384138,47.74536,8.99427\n358,1646384139,47.74537,8.99428\n359,1646384140,47.74539,8.99429\n360,1646384141,47.74540,8.99429\n361,1646384142,47.74541,8.99430\n362,1646384143,47.74542,8.99430\n363,1646384144,47.74544,8.99430\n364,1646384145,47.74545,8.99431\n365,1646384146,47.74546,8.99431\n366,1646384147,47.74547,8.99432\n367,1646384148,47.74549,8.99432\n368,1646384149,47.74550,8.99433\n369,1646384150,47.74552,8.99433\n370,1646384151,47.74554,8.99434\n371,1646384152,47.74555,8.99435\n372,1646384153,47.74556,8.99435\n373,1646384154,47.74557,8.99435\n374,1646384155,47.74558,8.99436\n375,1646384156,47.74560,8.99436\n376,1646384157,47.74561,8.99437\n377,1646384158,47.74562,8.99437\n378,1646384159,47.74563,8.99438\n379,1646384160,47.74565,8.99438\n380,1646384161,47.74566,8.99439\n381,1646384162,47.74568,8.99439\n382,1646384163,47.74569,8.99440\n383,1646384164,47.74570,8.99441\n384,1646384165,47.74572,8.99441\n385,1646384166,47.74573,8.99442\n386,1646384167,47.74574,8.99443\n387,1646384168,47.74576,8.99444\n388,1646384169,47.74577,8.99445\n389,1646384170,47.74578,8.99445\n390,1646384171,47.74579,8.99446\n391,1646384172,47.74579,8.99447\n392,1646384173,47.74580,8.99448\n393,1646384174,47.74581,8.99449\n394,1646384175,47.74582,8.99451\n395,1646384176,47.74583,8.99451\n396,1646384177,47.74584,8.99452\n397,1646384178,47.74585,8.99453\n398,1646384179,47.74585,8.99455\n399,1646384180,47.74586,8.99456\n400,1646384181,47.74586,8.99458\n401,1646384182,47.74587,8.99459\n402,1646384183,47.74588,8.99461\n403,1646384184,47.74589,8.99463\n404,1646384185,47.74590,8.99464\n405,1646384186,47.74591,8.99466\n406,1646384187,47.74592,8.99468\n407,1646384188,47.74593,8.99469\n408,1646384189,47.74594,8.99471\n409,1646384190,47.74595,8.99473\n410,1646384191,47.74596,8.99474\n411,1646384192,47.74597,8.99475\n412,1646384193,47.74598,8.99477\n413,1646384194,47.74599,8.99478\n414,1646384195,47.74600,8.99480\n415,1646384196,47.74601,8.99481\n416,1646384197,47.74601,8.99483\n417,1646384198,47.74602,8.99484\n418,1646384199,47.74603,8.99486\n419,1646384200,47.74604,8.99487\n420,1646384201,47.74605,8.99488\n421,1646384202,47.74606,8.99490\n422,1646384203,47.74607,8.99491\n423,1646384204,47.74608,8.99493\n424,1646384205,47.74609,8.99495\n425,1646384206,47.74610,8.99496\n426,1646384207,47.74611,8.99498\n427,1646384208,47.74612,8.99499\n428,1646384209,47.74613,8.99500\n429,1646384210,47.74614,8.99501\n430,1646384211,47.74615,8.99503\n431,1646384212,47.74616,8.99504\n432,1646384213,47.74617,8.99504\n433,1646384214,47.74618,8.99505\n434,1646384215,47.74619,8.99506\n435,1646384216,47.74620,8.99508\n436,1646384217,47.74621,8.99508\n437,1646384218,47.74622,8.99507\n438,1646384219,47.74623,8.99505\n439,1646384220,47.74624,8.99504\n440,1646384221,47.74624,8.99502\n441,1646384222,47.74625,8.99500\n442,1646384223,47.74626,8.99498\n443,1646384224,47.74626,8.99496\n444,1646384225,47.74627,8.99494\n445,1646384226,47.74628,8.99492\n446,1646384227,47.74628,8.99490\n447,1646384228,47.74629,8.99488\n448,1646384229,47.74630,8.99486\n449,1646384230,47.74630,8.99484\n450,1646384231,47.74631,8.99482\n451,1646384232,47.74631,8.99480\n452,1646384233,47.74632,8.99478\n453,1646384234,47.74633,8.99476\n454,1646384235,47.74633,8.99474\n455,1646384236,47.74634,8.99472\n456,1646384237,47.74634,8.99470\n457,1646384238,47.74635,8.99468\n458,1646384239,47.74636,8.99466\n459,1646384240,47.74636,8.99464\n460,1646384241,47.74637,8.99462\n461,1646384242,47.74637,8.99460\n462,1646384243,47.74638,8.99458\n463,1646384244,47.74639,8.99457\n464,1646384245,47.74639,8.99455\n465,1646384246,47.74640,8.99453\n466,1646384247,47.74641,8.99451\n467,1646384248,47.74641,8.99449\n468,1646384249,47.74642,8.99448\n469,1646384250,47.74643,8.99446\n470,1646384251,47.74643,8.99444\n471,1646384252,47.74644,8.99443\n472,1646384253,47.74644,8.99441\n473,1646384254,47.74645,8.99439\n474,1646384255,47.74646,8.99437\n475,1646384256,47.74646,8.99435\n476,1646384257,47.74646,8.99433\n477,1646384258,47.74647,8.99432\n478,1646384259,47.74648,8.99430\n479,1646384260,47.74648,8.99428\n480,1646384261,47.74649,8.99427\n481,1646384262,47.74649,8.99425\n482,1646384263,47.74650,8.99423\n483,1646384264,47.74651,8.99421\n484,1646384265,47.74651,8.99419\n485,1646384266,47.74652,8.99418\n486,1646384267,47.74654,8.99417\n487,1646384268,47.74656,8.99417\n488,1646384269,47.74658,8.99417\n489,1646384270,47.74660,8.99416\n490,1646384271,47.74662,8.99416\n491,1646384272,47.74664,8.99416\n492,1646384273,47.74665,8.99416\n493,1646384274,47.74667,8.99415\n494,1646384275,47.74668,8.99415\n495,1646384276,47.74668,8.99415\n496,1646384277,47.74669,8.99415\n497,1646384278,47.74670,8.99416\n498,1646384279,47.74670,8.99416\n499,1646384280,47.74671,8.99417\n500,1646384281,47.74672,8.99417\n501,1646384282,47.74673,8.99418\n502,1646384283,47.74674,8.99419\n503,1646384284,47.74675,8.99420\n504,1646384285,47.74677,8.99421\n505,1646384286,47.74679,8.99423\n506,1646384287,47.74680,8.99423\n507,1646384288,47.74680,8.99423\n508,1646384289,47.74681,8.99423\n509,1646384290,47.74681,8.99424\n510,1646384291,47.74682,8.99425\n511,1646384292,47.74684,8.99426\n512,1646384293,47.74686,8.99428\n513,1646384294,47.74688,8.99430\n514,1646384295,47.74690,8.99431\n515,1646384296,47.74691,8.99433\n516,1646384297,47.74693,8.99434\n517,1646384298,47.74694,8.99436\n518,1646384299,47.74695,8.99437\n519,1646384300,47.74696,8.99438\n520,1646384301,47.74696,8.99438\n521,1646384302,47.74696,8.99438\n522,1646384303,47.74696,8.99438\n523,1646384304,47.74696,8.99438\n524,1646384305,47.74697,8.99438\n525,1646384306,47.74697,8.99438\n526,1646384307,47.74697,8.99438\n527,1646384308,47.74697,8.99438\n528,1646384309,47.74698,8.99439\n529,1646384310,47.74700,8.99440\n530,1646384311,47.74702,8.99441\n531,1646384312,47.74704,8.99442\n532,1646384313,47.74706,8.99444\n533,1646384314,47.74708,8.99445\n534,1646384315,47.74709,8.99447\n535,1646384316,47.74711,8.99448\n536,1646384317,47.74713,8.99449\n537,1646384318,47.74715,8.99451\n538,1646384319,47.74716,8.99452\n539,1646384320,47.74718,8.99453\n540,1646384321,47.74720,8.99455\n541,1646384322,47.74721,8.99456\n542,1646384323,47.74723,8.99457\n543,1646384324,47.74724,8.99458\n544,1646384325,47.74726,8.99459\n545,1646384326,47.74727,8.99460\n546,1646384327,47.74729,8.99461\n547,1646384328,47.74730,8.99462\n548,1646384329,47.74731,8.99463\n549,1646384330,47.74732,8.99464\n550,1646384331,47.74733,8.99465\n551,1646384332,47.74733,8.99465\n552,1646384333,47.74734,8.99466\n553,1646384334,47.74735,8.99466\n554,1646384335,47.74736,8.99468\n555,1646384336,47.74736,8.99471\n556,1646384337,47.74736,8.99475\n557,1646384338,47.74736,8.99478\n558,1646384339,47.74735,8.99482\n559,1646384340,47.74735,8.99485\n560,1646384341,47.74734,8.99488\n561,1646384342,47.74733,8.99491\n562,1646384343,47.74732,8.99494\n563,1646384344,47.74731,8.99496\n564,1646384345,47.74731,8.99498\n565,1646384346,47.74730,8.99500\n566,1646384347,47.74729,8.99502\n567,1646384348,47.74729,8.99502\n568,1646384349,47.74729,8.99502\n569,1646384350,47.74729,8.99502\n570,1646384351,47.74729,8.99502\n571,1646384352,47.74729,8.99502\n572,1646384353,47.74729,8.99502\n573,1646384354,47.74729,8.99503\n574,1646384355,47.74729,8.99503\n575,1646384356,47.74729,8.99504\n576,1646384357,47.74728,8.99506\n577,1646384358,47.74727,8.99509\n578,1646384359,47.74726,8.99512\n579,1646384360,47.74725,8.99515\n580,1646384361,47.74725,8.99519\n581,1646384362,47.74724,8.99522\n582,1646384363,47.74723,8.99525\n583,1646384364,47.74722,8.99528\n584,1646384365,47.74721,8.99531\n585,1646384366,47.74721,8.99533\n586,1646384367,47.74722,8.99534\n587,1646384368,47.74722,8.99534\n588,1646384369,47.74722,8.99535\n589,1646384370,47.74721,8.99536\n590,1646384371,47.74721,8.99536\n591,1646384372,47.74720,8.99537\n592,1646384373,47.74719,8.99538\n593,1646384374,47.74718,8.99538\n594,1646384375,47.74718,8.99539\n595,1646384376,47.74719,8.99541\n596,1646384377,47.74718,8.99542\n597,1646384378,47.74718,8.99543\n598,1646384379,47.74718,8.99542\n599,1646384380,47.74718,8.99542\n600,1646384381,47.74718,8.99543\n601,1646384382,47.74718,8.99543\n602,1646384383,47.74718,8.99543\n603,1646384384,47.74718,8.99545\n604,1646384385,47.74718,8.99547\n605,1646384386,47.74718,8.99548\n606,1646384387,47.74718,8.99548\n607,1646384388,47.74718,8.99549\n608,1646384389,47.74717,8.99550\n609,1646384390,47.74716,8.99552\n610,1646384391,47.74716,8.99553\n611,1646384392,47.74716,8.99553\n612,1646384393,47.74716,8.99553\n613,1646384394,47.74716,8.99553\n614,1646384395,47.74716,8.99553\n615,1646384396,47.74716,8.99553\n616,1646384397,47.74716,8.99553\n617,1646384398,47.74716,8.99553\n618,1646384399,47.74716,8.99553\n619,1646384400,47.74716,8.99553\n620,1646384401,47.74716,8.99553\n621,1646384402,47.74716,8.99553\n622,1646384403,47.74716,8.99553\n623,1646384404,47.74716,8.99554\n624,1646384405,47.74715,8.99556\n625,1646384406,47.74714,8.99558\n626,1646384407,47.74713,8.99561\n627,1646384408,47.74713,8.99564\n628,1646384409,47.74713,8.99566\n629,1646384410,47.74713,8.99569\n630,1646384411,47.74713,8.99571\n631,1646384412,47.74713,8.99573\n632,1646384413,47.74713,8.99574\n633,1646384414,47.74713,8.99574\n634,1646384415,47.74713,8.99574\n635,1646384416,47.74713,8.99574\n636,1646384417,47.74713,8.99574\n637,1646384418,47.74713,8.99574\n638,1646384419,47.74713,8.99574\n639,1646384420,47.74712,8.99574\n640,1646384421,47.74712,8.99574\n641,1646384422,47.74712,8.99574\n642,1646384423,47.74712,8.99574\n643,1646384424,47.74712,8.99574\n644,1646384425,47.74712,8.99574\n645,1646384426,47.74712,8.99574\n646,1646384427,47.74712,8.99574\n647,1646384428,47.74712,8.99574\n648,1646384429,47.74712,8.99574\n649,1646384430,47.74712,8.99574\n650,1646384431,47.74711,8.99576\n651,1646384432,47.74710,8.99578\n652,1646384433,47.74709,8.99582\n653,1646384434,47.74708,8.99585\n654,1646384435,47.74707,8.99590\n655,1646384436,47.74705,8.99597\n656,1646384437,47.74703,8.99604\n657,1646384438,47.74700,8.99612\n658,1646384439,47.74698,8.99619\n659,1646384440,47.74695,8.99628\n660,1646384441,47.74692,8.99637\n661,1646384442,47.74689,8.99647\n662,1646384443,47.74686,8.99658\n663,1646384444,47.74683,8.99667\n664,1646384445,47.74681,8.99675\n665,1646384446,47.74679,8.99681\n666,1646384447,47.74678,8.99686\n667,1646384448,47.74678,8.99691\n668,1646384449,47.74677,8.99694\n669,1646384450,47.74677,8.99697\n670,1646384451,47.74677,8.99700\n671,1646384452,47.74677,8.99701\n672,1646384453,47.74677,8.99701\n673,1646384454,47.74676,8.99702\n674,1646384455,47.74676,8.99703\n675,1646384456,47.74676,8.99704\n676,1646384457,47.74676,8.99705\n677,1646384458,47.74676,8.99705\n678,1646384459,47.74675,8.99706\n679,1646384460,47.74674,8.99707\n680,1646384461,47.74673,8.99709\n681,1646384462,47.74673,8.99710\n682,1646384463,47.74672,8.99712\n683,1646384464,47.74672,8.99714\n684,1646384465,47.74672,8.99715\n685,1646384466,47.74672,8.99716\n686,1646384467,47.74671,8.99718\n687,1646384468,47.74671,8.99719\n688,1646384469,47.74671,8.99721\n689,1646384470,47.74670,8.99723\n690,1646384471,47.74670,8.99725\n691,1646384472,47.74669,8.99727\n692,1646384473,47.74669,8.99728\n693,1646384474,47.74669,8.99729\n694,1646384475,47.74668,8.99729\n695,1646384476,47.74667,8.99730\n696,1646384477,47.74667,8.99730\n697,1646384478,47.74666,8.99731\n698,1646384479,47.74666,8.99732\n699,1646384480,47.74666,8.99733\n700,1646384481,47.74666,8.99735\n701,1646384482,47.74665,8.99737\n702,1646384483,47.74665,8.99740\n703,1646384484,47.74664,8.99743\n704,1646384485,47.74663,8.99746\n705,1646384486,47.74662,8.99748\n706,1646384487,47.74662,8.99751\n707,1646384488,47.74661,8.99753\n708,1646384489,47.74660,8.99755\n709,1646384490,47.74660,8.99757\n710,1646384491,47.74659,8.99759\n711,1646384492,47.74658,8.99761\n712,1646384493,47.74657,8.99764\n713,1646384494,47.74656,8.99766\n714,1646384495,47.74655,8.99768\n715,1646384496,47.74655,8.99770\n716,1646384497,47.74654,8.99772\n717,1646384498,47.74653,8.99773\n718,1646384499,47.74652,8.99775\n719,1646384500,47.74652,8.99777\n720,1646384501,47.74652,8.99777\n721,1646384502,47.74652,8.99778\n722,1646384503,47.74652,8.99780\n723,1646384504,47.74652,8.99781\n724,1646384505,47.74652,8.99782\n725,1646384506,47.74652,8.99783\n726,1646384507,47.74652,8.99783\n727,1646384508,47.74653,8.99784\n728,1646384509,47.74653,8.99784\n729,1646384510,47.74653,8.99784\n730,1646384511,47.74653,8.99784\n731,1646384512,47.74653,8.99784\n732,1646384513,47.74652,8.99785\n733,1646384514,47.74650,8.99786\n734,1646384515,47.74649,8.99789\n735,1646384516,47.74648,8.99792\n736,1646384517,47.74646,8.99795\n737,1646384518,47.74645,8.99798\n738,1646384519,47.74644,8.99801\n739,1646384520,47.74643,8.99803\n740,1646384521,47.74642,8.99806\n741,1646384522,47.74641,8.99808\n742,1646384523,47.74640,8.99810\n743,1646384524,47.74639,8.99811\n744,1646384525,47.74639,8.99814\n745,1646384526,47.74638,8.99816\n746,1646384527,47.74637,8.99817\n747,1646384528,47.74637,8.99818\n748,1646384529,47.74636,8.99820\n749,1646384530,47.74635,8.99821\n750,1646384531,47.74635,8.99823\n751,1646384532,47.74634,8.99824\n752,1646384533,47.74634,8.99823\n753,1646384534,47.74634,8.99823\n754,1646384535,47.74634,8.99823\n755,1646384536,47.74634,8.99823\n756,1646384537,47.74634,8.99823\n757,1646384538,47.74634,8.99823\n758,1646384539,47.74634,8.99823\n759,1646384540,47.74634,8.99823\n760,1646384541,47.74634,8.99824\n761,1646384542,47.74633,8.99826\n762,1646384543,47.74633,8.99827\n763,1646384544,47.74633,8.99828\n764,1646384545,47.74633,8.99831\n765,1646384546,47.74632,8.99833\n766,1646384547,47.74633,8.99836\n767,1646384548,47.74633,8.99838\n768,1646384549,47.74633,8.99841\n769,1646384550,47.74634,8.99846\n770,1646384551,47.74635,8.99853\n771,1646384552,47.74637,8.99860\n772,1646384553,47.74638,8.99866\n773,1646384554,47.74639,8.99870\n774,1646384555,47.74640,8.99873\n775,1646384556,47.74641,8.99876\n776,1646384557,47.74642,8.99877\n777,1646384558,47.74643,8.99878\n778,1646384559,47.74643,8.99878\n779,1646384560,47.74643,8.99879\n780,1646384561,47.74644,8.99881\n781,1646384562,47.74645,8.99883\n782,1646384563,47.74646,8.99885\n783,1646384564,47.74647,8.99887\n784,1646384565,47.74648,8.99889\n785,1646384566,47.74649,8.99891\n786,1646384567,47.74650,8.99893\n787,1646384568,47.74650,8.99894\n788,1646384569,47.74650,8.99895\n789,1646384570,47.74650,8.99896\n790,1646384571,47.74650,8.99896\n791,1646384572,47.74650,8.99896\n792,1646384573,47.74650,8.99896\n793,1646384574,47.74650,8.99896\n794,1646384575,47.74650,8.99896\n795,1646384576,47.74650,8.99896\n796,1646384577,47.74650,8.99896\n797,1646384578,47.74650,8.99896\n798,1646384579,47.74650,8.99896\n799,1646384580,47.74650,8.99896\n800,1646384581,47.74651,8.99896\n801,1646384582,47.74652,8.99897\n802,1646384583,47.74653,8.99899\n803,1646384584,47.74654,8.99900\n804,1646384585,47.74655,8.99902\n805,1646384586,47.74656,8.99903\n806,1646384587,47.74657,8.99905\n807,1646384588,47.74657,8.99905\n808,1646384589,47.74658,8.99905\n809,1646384590,47.74658,8.99906\n810,1646384591,47.74659,8.99907\n811,1646384592,47.74659,8.99908\n812,1646384593,47.74659,8.99909\n813,1646384594,47.74659,8.99910\n814,1646384595,47.74659,8.99911\n815,1646384596,47.74660,8.99911\n816,1646384597,47.74660,8.99912\n817,1646384598,47.74660,8.99912\n818,1646384599,47.74660,8.99912\n819,1646384600,47.74660,8.99912\n820,1646384601,47.74660,8.99912\n821,1646384602,47.74660,8.99912\n822,1646384603,47.74660,8.99912\n823,1646384604,47.74661,8.99913\n824,1646384605,47.74662,8.99914\n825,1646384606,47.74662,8.99914\n826,1646384607,47.74663,8.99915\n827,1646384608,47.74664,8.99916\n828,1646384609,47.74664,8.99916\n829,1646384610,47.74665,8.99917\n830,1646384611,47.74665,8.99918\n831,1646384612,47.74666,8.99918\n832,1646384613,47.74666,8.99918\n833,1646384614,47.74666,8.99918\n834,1646384615,47.74666,8.99918\n835,1646384616,47.74666,8.99918\n836,1646384617,47.74666,8.99918\n837,1646384618,47.74666,8.99918\n838,1646384619,47.74666,8.99919\n839,1646384620,47.74667,8.99920\n840,1646384621,47.74667,8.99921\n841,1646384622,47.74667,8.99920\n842,1646384623,47.74667,8.99920\n843,1646384624,47.74667,8.99920\n844,1646384625,47.74667,8.99920\n845,1646384626,47.74667,8.99920\n846,1646384627,47.74666,8.99920\n847,1646384628,47.74666,8.99920\n848,1646384629,47.74666,8.99921\n849,1646384630,47.74667,8.99921\n850,1646384631,47.74668,8.99922\n851,1646384632,47.74669,8.99923\n852,1646384633,47.74671,8.99924\n853,1646384634,47.74673,8.99926\n854,1646384635,47.74675,8.99927\n855,1646384636,47.74677,8.99929\n856,1646384637,47.74679,8.99931\n857,1646384638,47.74681,8.99932\n858,1646384639,47.74683,8.99934\n859,1646384640,47.74684,8.99935\n860,1646384641,47.74686,8.99937\n861,1646384642,47.74687,8.99938\n862,1646384643,47.74689,8.99939\n863,1646384644,47.74691,8.99940\n864,1646384645,47.74692,8.99941\n865,1646384646,47.74693,8.99942\n866,1646384647,47.74695,8.99943\n867,1646384648,47.74697,8.99943\n868,1646384649,47.74698,8.99943\n869,1646384650,47.74699,8.99943\n870,1646384651,47.74700,8.99943\n871,1646384652,47.74701,8.99943\n872,1646384653,47.74701,8.99943\n873,1646384654,47.74701,8.99943\n874,1646384655,47.74700,8.99944\n875,1646384656,47.74700,8.99944\n876,1646384657,47.74700,8.99943\n877,1646384658,47.74700,8.99943\n878,1646384659,47.74700,8.99943\n879,1646384660,47.74700,8.99943\n880,1646384661,47.74700,8.99943\n881,1646384662,47.74700,8.99943\n882,1646384663,47.74700,8.99943\n883,1646384664,47.74701,8.99941\n884,1646384665,47.74702,8.99939\n885,1646384666,47.74703,8.99936\n886,1646384667,47.74704,8.99934\n887,1646384668,47.74705,8.99931\n888,1646384669,47.74706,8.99928\n889,1646384670,47.74707,8.99925\n890,1646384671,47.74708,8.99922\n891,1646384672,47.74709,8.99919\n892,1646384673,47.74710,8.99916\n893,1646384674,47.74711,8.99915\n894,1646384675,47.74711,8.99915\n895,1646384676,47.74711,8.99916\n896,1646384677,47.74711,8.99916\n897,1646384678,47.74710,8.99916\n898,1646384679,47.74711,8.99914\n899,1646384680,47.74711,8.99912\n900,1646384681,47.74712,8.99910\n901,1646384682,47.74713,8.99907\n902,1646384683,47.74714,8.99904\n903,1646384684,47.74715,8.99901\n904,1646384685,47.74716,8.99898\n905,1646384686,47.74717,8.99896\n906,1646384687,47.74718,8.99893\n907,1646384688,47.74719,8.99891\n908,1646384689,47.74720,8.99888\n909,1646384690,47.74721,8.99886\n910,1646384691,47.74722,8.99883\n911,1646384692,47.74723,8.99882\n912,1646384693,47.74723,8.99882\n913,1646384694,47.74723,8.99882\n914,1646384695,47.74723,8.99882\n915,1646384696,47.74723,8.99882\n916,1646384697,47.74723,8.99881\n917,1646384698,47.74723,8.99881\n918,1646384699,47.74723,8.99881\n919,1646384700,47.74723,8.99881\n920,1646384701,47.74723,8.99880\n921,1646384702,47.74724,8.99880\n922,1646384703,47.74724,8.99879\n923,1646384704,47.74725,8.99879\n924,1646384705,47.74725,8.99878\n925,1646384706,47.74726,8.99878\n926,1646384707,47.74727,8.99878\n927,1646384708,47.74727,8.99877\n928,1646384709,47.74727,8.99877\n929,1646384710,47.74727,8.99877\n930,1646384711,47.74727,8.99877\n931,1646384712,47.74727,8.99877\n932,1646384713,47.74727,8.99877\n933,1646384714,47.74727,8.99877\n934,1646384715,47.74727,8.99877\n935,1646384716,47.74727,8.99877\n936,1646384717,47.74727,8.99877\n937,1646384718,47.74727,8.99877\n938,1646384719,47.74727,8.99877\n939,1646384720,47.74727,8.99877\n940,1646384721,47.74727,8.99877\n941,1646384722,47.74727,8.99877\n942,1646384723,47.74727,8.99876\n943,1646384724,47.74726,8.99874\n944,1646384725,47.74727,8.99871\n945,1646384726,47.74727,8.99868\n946,1646384727,47.74728,8.99865\n947,1646384728,47.74729,8.99862\n948,1646384729,47.74730,8.99859\n949,1646384730,47.74731,8.99856\n950,1646384731,47.74732,8.99853\n951,1646384732,47.74733,8.99849\n952,1646384733,47.74735,8.99846\n953,1646384734,47.74736,8.99843\n954,1646384735,47.74737,8.99840\n955,1646384736,47.74738,8.99837\n956,1646384737,47.74739,8.99834\n957,1646384738,47.74740,8.99831\n958,1646384739,47.74741,8.99827\n959,1646384740,47.74742,8.99824\n960,1646384741,47.74743,8.99820\n961,1646384742,47.74744,8.99817\n962,1646384743,47.74745,8.99813\n963,1646384744,47.74746,8.99810\n964,1646384745,47.74746,8.99806\n965,1646384746,47.74747,8.99803\n966,1646384747,47.74748,8.99801\n967,1646384748,47.74749,8.99798\n968,1646384749,47.74750,8.99795\n969,1646384750,47.74751,8.99793\n970,1646384751,47.74752,8.99792\n971,1646384752,47.74752,8.99793\n972,1646384753,47.74752,8.99793\n973,1646384754,47.74753,8.99793\n974,1646384755,47.74753,8.99793\n975,1646384756,47.74752,8.99793\n976,1646384757,47.74752,8.99793\n977,1646384758,47.74752,8.99793\n978,1646384759,47.74752,8.99793\n979,1646384760,47.74752,8.99793\n980,1646384761,47.74752,8.99793\n981,1646384762,47.74752,8.99793\n982,1646384763,47.74752,8.99793\n983,1646384764,47.74752,8.99793\n984,1646384765,47.74752,8.99793\n985,1646384766,47.74753,8.99793\n986,1646384767,47.74752,8.99793\n987,1646384768,47.74753,8.99792\n988,1646384769,47.74753,8.99791\n989,1646384770,47.74753,8.99789\n990,1646384771,47.74754,8.99787\n991,1646384772,47.74755,8.99784\n992,1646384773,47.74756,8.99781\n993,1646384774,47.74757,8.99778\n994,1646384775,47.74758,8.99775\n995,1646384776,47.74759,8.99772\n996,1646384777,47.74760,8.99769\n997,1646384778,47.74761,8.99766\n998,1646384779,47.74762,8.99763\n999,1646384780,47.74763,8.99760\n1000,1646384781,47.74764,8.99758\n1001,1646384782,47.74764,8.99755\n1002,1646384783,47.74765,8.99753\n1003,1646384784,47.74766,8.99750\n1004,1646384785,47.74767,8.99748\n1005,1646384786,47.74767,8.99747\n1006,1646384787,47.74767,8.99746\n1007,1646384788,47.74767,8.99746\n1008,1646384789,47.74767,8.99747\n1009,1646384790,47.74767,8.99747\n1010,1646384791,47.74767,8.99747\n1011,1646384792,47.74767,8.99747\n1012,1646384793,47.74767,8.99747\n1013,1646384794,47.74767,8.99747\n1014,1646384795,47.74767,8.99745\n1015,1646384796,47.74768,8.99743\n1016,1646384797,47.74769,8.99741\n1017,1646384798,47.74769,8.99738\n1018,1646384799,47.74770,8.99735\n1019,1646384800,47.74771,8.99732\n1020,1646384801,47.74772,8.99730\n1021,1646384802,47.74773,8.99727\n1022,1646384803,47.74774,8.99724\n1023,1646384804,47.74775,8.99721\n1024,1646384805,47.74776,8.99717\n1025,1646384806,47.74777,8.99714\n1026,1646384807,47.74777,8.99711\n1027,1646384808,47.74778,8.99708\n1028,1646384809,47.74779,8.99705\n1029,1646384810,47.74780,8.99702\n1030,1646384811,47.74780,8.99699\n1031,1646384812,47.74781,8.99696\n1032,1646384813,47.74781,8.99693\n1033,1646384814,47.74782,8.99690\n1034,1646384815,47.74782,8.99687\n1035,1646384816,47.74783,8.99684\n1036,1646384817,47.74783,8.99681\n1037,1646384818,47.74783,8.99678\n1038,1646384819,47.74784,8.99676\n1039,1646384820,47.74784,8.99673\n1040,1646384821,47.74785,8.99670\n1041,1646384822,47.74785,8.99667\n1042,1646384823,47.74786,8.99664\n1043,1646384824,47.74787,8.99661\n1044,1646384825,47.74788,8.99658\n1045,1646384826,47.74788,8.99656\n1046,1646384827,47.74789,8.99653\n1047,1646384828,47.74789,8.99650\n1048,1646384829,47.74790,8.99648\n1049,1646384830,47.74790,8.99645\n1050,1646384831,47.74790,8.99643\n1051,1646384832,47.74790,8.99641\n1052,1646384833,47.74790,8.99638\n1053,1646384834,47.74789,8.99637\n1054,1646384835,47.74789,8.99636\n1055,1646384836,47.74789,8.99636\n1056,1646384837,47.74788,8.99635\n1057,1646384838,47.74788,8.99635\n1058,1646384839,47.74788,8.99635\n1059,1646384840,47.74788,8.99635\n1060,1646384841,47.74788,8.99635\n1061,1646384842,47.74788,8.99635\n1062,1646384843,47.74788,8.99634\n1063,1646384844,47.74788,8.99634\n1064,1646384845,47.74788,8.99633\n1065,1646384846,47.74788,8.99633\n1066,1646384847,47.74788,8.99633\n1067,1646384848,47.74788,8.99633\n1068,1646384849,47.74788,8.99633\n1069,1646384850,47.74788,8.99633\n1070,1646384851,47.74788,8.99633\n1071,1646384852,47.74788,8.99633\n1072,1646384853,47.74788,8.99633\n1073,1646384854,47.74788,8.99633\n1074,1646384855,47.74788,8.99632\n1075,1646384856,47.74789,8.99632\n1076,1646384857,47.74790,8.99630\n1077,1646384858,47.74790,8.99628\n1078,1646384859,47.74791,8.99625\n1079,1646384860,47.74791,8.99622\n1080,1646384861,47.74791,8.99619\n1081,1646384862,47.74792,8.99616\n1082,1646384863,47.74792,8.99612\n1083,1646384864,47.74792,8.99609\n1084,1646384865,47.74792,8.99606\n1085,1646384866,47.74793,8.99603\n1086,1646384867,47.74793,8.99600\n1087,1646384868,47.74793,8.99598\n1088,1646384869,47.74793,8.99596\n1089,1646384870,47.74794,8.99593\n1090,1646384871,47.74794,8.99590\n1091,1646384872,47.74794,8.99587\n1092,1646384873,47.74795,8.99584\n1093,1646384874,47.74795,8.99581\n1094,1646384875,47.74796,8.99577\n1095,1646384876,47.74796,8.99574\n1096,1646384877,47.74797,8.99571\n1097,1646384878,47.74797,8.99568\n1098,1646384879,47.74798,8.99565\n1099,1646384880,47.74798,8.99561\n1100,1646384881,47.74799,8.99558\n1101,1646384882,47.74799,8.99555\n1102,1646384883,47.74800,8.99553\n1103,1646384884,47.74800,8.99550\n1104,1646384885,47.74801,8.99547\n1105,1646384886,47.74801,8.99544\n1106,1646384887,47.74802,8.99542\n1107,1646384888,47.74802,8.99540\n1108,1646384889,47.74802,8.99538\n1109,1646384890,47.74803,8.99536\n1110,1646384891,47.74803,8.99535\n1111,1646384892,47.74804,8.99533\n1112,1646384893,47.74804,8.99531\n1113,1646384894,47.74804,8.99529\n1114,1646384895,47.74805,8.99527\n1115,1646384896,47.74805,8.99525\n1116,1646384897,47.74805,8.99523\n1117,1646384898,47.74805,8.99521\n1118,1646384899,47.74805,8.99520\n1119,1646384900,47.74806,8.99518\n1120,1646384901,47.74806,8.99517\n1121,1646384902,47.74806,8.99515\n1122,1646384903,47.74806,8.99513\n1123,1646384904,47.74806,8.99511\n1124,1646384905,47.74807,8.99510\n1125,1646384906,47.74807,8.99508\n1126,1646384907,47.74807,8.99506\n1127,1646384908,47.74807,8.99503\n1128,1646384909,47.74807,8.99501\n1129,1646384910,47.74807,8.99500\n1130,1646384911,47.74807,8.99498\n1131,1646384912,47.74807,8.99496\n1132,1646384913,47.74807,8.99494\n1133,1646384914,47.74807,8.99492\n1134,1646384915,47.74808,8.99490\n1135,1646384916,47.74808,8.99489\n1136,1646384917,47.74808,8.99488\n1137,1646384918,47.74809,8.99486\n1138,1646384919,47.74809,8.99484\n1139,1646384920,47.74809,8.99482\n1140,1646384921,47.74809,8.99480\n1141,1646384922,47.74810,8.99479\n1142,1646384923,47.74810,8.99477\n1143,1646384924,47.74811,8.99475\n1144,1646384925,47.74812,8.99473\n1145,1646384926,47.74813,8.99471\n1146,1646384927,47.74815,8.99469\n1147,1646384928,47.74816,8.99467\n1148,1646384929,47.74817,8.99466\n1149,1646384930,47.74817,8.99465\n1150,1646384931,47.74818,8.99464\n1151,1646384932,47.74820,8.99462\n1152,1646384933,47.74821,8.99460\n1153,1646384934,47.74822,8.99458\n1154,1646384935,47.74823,8.99457\n1155,1646384936,47.74825,8.99457\n1156,1646384937,47.74827,8.99454\n1157,1646384938,47.74830,8.99450\n1158,1646384939,47.74831,8.99446\n1159,1646384940,47.74832,8.99443\n1160,1646384941,47.74832,8.99441\n1161,1646384942,47.74833,8.99439\n1162,1646384943,47.74833,8.99438\n1163,1646384944,47.74833,8.99439\n1164,1646384945,47.74833,8.99441\n1165,1646384946,47.74834,8.99445\n1166,1646384947,47.74836,8.99449\n1167,1646384948,47.74841,8.99452\n1168,1646384949,47.74845,8.99453\n1169,1646384950,47.74848,8.99453\n1170,1646384951,47.74850,8.99452\n1171,1646384952,47.74851,8.99452\n1172,1646384953,47.74852,8.99452\n1173,1646384954,47.74851,8.99451\n1174,1646384955,47.74850,8.99450\n1175,1646384956,47.74849,8.99448\n1176,1646384957,47.74849,8.99447\n1177,1646384958,47.74848,8.99445\n1178,1646384959,47.74849,8.99444\n1179,1646384960,47.74851,8.99444\n1180,1646384961,47.74853,8.99444\n1181,1646384962,47.74855,8.99444\n1182,1646384963,47.74857,8.99442\n1183,1646384964,47.74858,8.99440\n1184,1646384965,47.74858,8.99439\n1185,1646384966,47.74858,8.99439\n1186,1646384967,47.74858,8.99440\n1187,1646384968,47.74860,8.99442\n1188,1646384969,47.74861,8.99441\n1189,1646384970,47.74862,8.99437\n1190,1646384971,47.74864,8.99433\n1191,1646384972,47.74865,8.99431\n1192,1646384973,47.74866,8.99431\n1193,1646384974,47.74866,8.99431\n1194,1646384975,47.74866,8.99432\n1195,1646384976,47.74866,8.99434\n1196,1646384977,47.74867,8.99437\n1197,1646384978,47.74869,8.99438\n1198,1646384979,47.74871,8.99437\n1199,1646384980,47.74872,8.99436\n1200,1646384981,47.74873,8.99434\n1201,1646384982,47.74874,8.99432\n1202,1646384983,47.74875,8.99430\n1203,1646384984,47.74876,8.99428\n1204,1646384985,47.74877,8.99426\n1205,1646384986,47.74877,8.99425\n1206,1646384987,47.74877,8.99425\n1207,1646384988,47.74878,8.99425\n1208,1646384989,47.74878,8.99425\n1209,1646384990,47.74878,8.99424\n1210,1646384991,47.74879,8.99422\n1211,1646384992,47.74880,8.99420\n1212,1646384993,47.74882,8.99417\n1213,1646384994,47.74883,8.99415\n1214,1646384995,47.74884,8.99412\n1215,1646384996,47.74885,8.99410\n1216,1646384997,47.74885,8.99407\n1217,1646384998,47.74886,8.99405\n1218,1646384999,47.74886,8.99404\n1219,1646385000,47.74886,8.99403\n1220,1646385001,47.74886,8.99403\n1221,1646385002,47.74886,8.99404\n1222,1646385003,47.74886,8.99404\n1223,1646385004,47.74886,8.99404\n1224,1646385005,47.74886,8.99403\n1225,1646385006,47.74886,8.99403\n1226,1646385007,47.74886,8.99402\n1227,1646385008,47.74887,8.99401\n1228,1646385009,47.74888,8.99399\n1229,1646385010,47.74889,8.99397\n1230,1646385011,47.74891,8.99396\n1231,1646385012,47.74892,8.99394\n1232,1646385013,47.74893,8.99392\n1233,1646385014,47.74894,8.99390\n1234,1646385015,47.74895,8.99388\n1235,1646385016,47.74896,8.99386\n1236,1646385017,47.74898,8.99384\n1237,1646385018,47.74899,8.99382\n1238,1646385019,47.74900,8.99381\n1239,1646385020,47.74902,8.99379\n1240,1646385021,47.74903,8.99378\n1241,1646385022,47.74905,8.99377\n1242,1646385023,47.74907,8.99376\n1243,1646385024,47.74908,8.99375\n1244,1646385025,47.74910,8.99374\n1245,1646385026,47.74911,8.99373\n1246,1646385027,47.74912,8.99372\n1247,1646385028,47.74912,8.99371\n1248,1646385029,47.74912,8.99371\n1249,1646385030,47.74913,8.99370\n1250,1646385031,47.74913,8.99369\n1251,1646385032,47.74914,8.99368\n1252,1646385033,47.74915,8.99367\n1253,1646385034,47.74917,8.99366\n1254,1646385035,47.74918,8.99365\n1255,1646385036,47.74920,8.99364\n1256,1646385037,47.74921,8.99363\n1257,1646385038,47.74923,8.99361\n1258,1646385039,47.74924,8.99360\n1259,1646385040,47.74926,8.99360\n1260,1646385041,47.74927,8.99359\n1261,1646385042,47.74928,8.99357\n1262,1646385043,47.74929,8.99357\n1263,1646385044,47.74930,8.99356\n1264,1646385045,47.74931,8.99356\n1265,1646385046,47.74932,8.99355\n1266,1646385047,47.74933,8.99355\n1267,1646385048,47.74934,8.99354\n1268,1646385049,47.74935,8.99352\n1269,1646385050,47.74936,8.99351\n1270,1646385051,47.74938,8.99349\n1271,1646385052,47.74939,8.99348\n1272,1646385053,47.74940,8.99347\n1273,1646385054,47.74941,8.99345\n1274,1646385055,47.74943,8.99344\n1275,1646385056,47.74944,8.99343\n1276,1646385057,47.74945,8.99342\n1277,1646385058,47.74947,8.99341\n1278,1646385059,47.74948,8.99340\n1279,1646385060,47.74949,8.99339\n1280,1646385061,47.74950,8.99338\n1281,1646385062,47.74951,8.99337\n1282,1646385063,47.74951,8.99337\n1283,1646385064,47.74951,8.99337\n1284,1646385065,47.74951,8.99337\n1285,1646385066,47.74952,8.99337\n1286,1646385067,47.74953,8.99336\n1287,1646385068,47.74954,8.99335\n1288,1646385069,47.74956,8.99334\n1289,1646385070,47.74957,8.99333\n1290,1646385071,47.74959,8.99332\n1291,1646385072,47.74960,8.99331\n1292,1646385073,47.74960,8.99330\n1293,1646385074,47.74961,8.99329\n1294,1646385075,47.74962,8.99328\n1295,1646385076,47.74964,8.99327\n1296,1646385077,47.74965,8.99326\n1297,1646385078,47.74966,8.99325\n1298,1646385079,47.74967,8.99325\n1299,1646385080,47.74967,8.99325\n1300,1646385081,47.74969,8.99324\n1301,1646385082,47.74970,8.99323\n1302,1646385083,47.74971,8.99322\n1303,1646385084,47.74972,8.99322\n1304,1646385085,47.74972,8.99322\n1305,1646385086,47.74973,8.99322\n1306,1646385087,47.74975,8.99321\n1307,1646385088,47.74976,8.99321\n1308,1646385089,47.74977,8.99322\n1309,1646385090,47.74976,8.99322\n1310,1646385091,47.74976,8.99321\n1311,1646385092,47.74976,8.99321\n1312,1646385093,47.74977,8.99321\n1313,1646385094,47.74978,8.99321\n1314,1646385095,47.74979,8.99322\n1315,1646385096,47.74981,8.99322\n1316,1646385097,47.74982,8.99323\n1317,1646385098,47.74984,8.99324\n1318,1646385099,47.74985,8.99325\n1319,1646385100,47.74986,8.99326\n1320,1646385101,47.74987,8.99327\n1321,1646385102,47.74988,8.99327\n1322,1646385103,47.74989,8.99328\n1323,1646385104,47.74990,8.99329\n1324,1646385105,47.74991,8.99329\n1325,1646385106,47.74992,8.99330\n1326,1646385107,47.74993,8.99330\n1327,1646385108,47.74995,8.99329\n1328,1646385109,47.74995,8.99329\n1329,1646385110,47.74994,8.99329\n1330,1646385111,47.74994,8.99329\n1331,1646385112,47.74995,8.99328\n1332,1646385113,47.74997,8.99327\n1333,1646385114,47.74998,8.99326\n1334,1646385115,47.74999,8.99325\n1335,1646385116,47.75000,8.99324\n1336,1646385117,47.75001,8.99323\n1337,1646385118,47.75002,8.99322\n1338,1646385119,47.75002,8.99321\n1339,1646385120,47.75003,8.99321\n1340,1646385121,47.75004,8.99319\n1341,1646385122,47.75004,8.99318\n1342,1646385123,47.75005,8.99317\n1343,1646385124,47.75005,8.99315\n1344,1646385125,47.75006,8.99314\n1345,1646385126,47.75007,8.99312\n1346,1646385127,47.75008,8.99311\n1347,1646385128,47.75008,8.99309\n1348,1646385129,47.75009,8.99308\n1349,1646385130,47.75010,8.99306\n1350,1646385131,47.75011,8.99305\n1351,1646385132,47.75011,8.99303\n1352,1646385133,47.75012,8.99302\n1353,1646385134,47.75012,8.99301\n1354,1646385135,47.75013,8.99300\n1355,1646385136,47.75014,8.99298\n1356,1646385137,47.75014,8.99296\n1357,1646385138,47.75015,8.99294\n1358,1646385139,47.75015,8.99293\n1359,1646385140,47.75016,8.99291\n1360,1646385141,47.75016,8.99290\n1361,1646385142,47.75017,8.99288\n1362,1646385143,47.75018,8.99286\n1363,1646385144,47.75018,8.99285\n1364,1646385145,47.75019,8.99283\n1365,1646385146,47.75019,8.99281\n1366,1646385147,47.75020,8.99279\n1367,1646385148,47.75021,8.99278\n1368,1646385149,47.75022,8.99276\n1369,1646385150,47.75022,8.99275\n1370,1646385151,47.75023,8.99273\n1371,1646385152,47.75023,8.99271\n1372,1646385153,47.75024,8.99270\n1373,1646385154,47.75024,8.99268\n1374,1646385155,47.75025,8.99266\n1375,1646385156,47.75025,8.99264\n1376,1646385157,47.75026,8.99262\n1377,1646385158,47.75026,8.99261\n1378,1646385159,47.75027,8.99259\n1379,1646385160,47.75027,8.99257\n1380,1646385161,47.75028,8.99255\n1381,1646385162,47.75028,8.99254\n1382,1646385163,47.75029,8.99252\n1383,1646385164,47.75029,8.99250\n1384,1646385165,47.75030,8.99248\n1385,1646385166,47.75030,8.99246\n1386,1646385167,47.75031,8.99244\n1387,1646385168,47.75031,8.99243\n1388,1646385169,47.75031,8.99241\n1389,1646385170,47.75032,8.99239\n1390,1646385171,47.75032,8.99237\n1391,1646385172,47.75033,8.99235\n1392,1646385173,47.75033,8.99233\n1393,1646385174,47.75033,8.99231\n1394,1646385175,47.75033,8.99229\n1395,1646385176,47.75034,8.99227\n1396,1646385177,47.75034,8.99225\n1397,1646385178,47.75035,8.99224\n1398,1646385179,47.75035,8.99221\n1399,1646385180,47.75035,8.99219\n1400,1646385181,47.75035,8.99217\n1401,1646385182,47.75036,8.99215\n1402,1646385183,47.75036,8.99214\n1403,1646385184,47.75036,8.99212\n1404,1646385185,47.75036,8.99210\n1405,1646385186,47.75037,8.99209\n1406,1646385187,47.75037,8.99207\n1407,1646385188,47.75037,8.99206\n1408,1646385189,47.75038,8.99204\n1409,1646385190,47.75038,8.99203\n1410,1646385191,47.75038,8.99201\n1411,1646385192,47.75038,8.99200\n1412,1646385193,47.75038,8.99198\n1413,1646385194,47.75039,8.99196\n1414,1646385195,47.75039,8.99194\n1415,1646385196,47.75039,8.99192\n1416,1646385197,47.75040,8.99191\n1417,1646385198,47.75040,8.99189\n1418,1646385199,47.75041,8.99187\n1419,1646385200,47.75041,8.99185\n1420,1646385201,47.75042,8.99182\n1421,1646385202,47.75042,8.99180\n1422,1646385203,47.75043,8.99179\n1423,1646385204,47.75044,8.99177\n1424,1646385205,47.75045,8.99175\n1425,1646385206,47.75047,8.99175\n1426,1646385207,47.75048,8.99175\n1427,1646385208,47.75050,8.99177\n1428,1646385209,47.75051,8.99177\n1429,1646385210,47.75053,8.99177\n1430,1646385211,47.75053,8.99178\n1431,1646385212,47.75053,8.99179\n1432,1646385213,47.75053,8.99179\n1433,1646385214,47.75053,8.99179\n1434,1646385215,47.75053,8.99179\n1435,1646385216,47.75053,8.99179\n1436,1646385217,47.75053,8.99179\n1437,1646385218,47.75055,8.99181\n1438,1646385219,47.75056,8.99184\n1439,1646385220,47.75057,8.99187\n1440,1646385221,47.75058,8.99191\n1441,1646385222,47.75059,8.99194\n1442,1646385223,47.75060,8.99197\n1443,1646385224,47.75060,8.99201\n1444,1646385225,47.75061,8.99204\n1445,1646385226,47.75061,8.99207\n1446,1646385227,47.75061,8.99210\n1447,1646385228,47.75061,8.99213\n1448,1646385229,47.75061,8.99215\n1449,1646385230,47.75061,8.99218\n1450,1646385231,47.75062,8.99219\n1451,1646385232,47.75063,8.99220\n1452,1646385233,47.75063,8.99221\n1453,1646385234,47.75063,8.99220\n1454,1646385235,47.75063,8.99220\n1455,1646385236,47.75064,8.99220\n1456,1646385237,47.75064,8.99220\n1457,1646385238,47.75064,8.99220\n1458,1646385239,47.75064,8.99220\n1459,1646385240,47.75064,8.99220\n1460,1646385241,47.75063,8.99220\n1461,1646385242,47.75064,8.99220\n1462,1646385243,47.75064,8.99220\n1463,1646385244,47.75064,8.99220\n1464,1646385245,47.75064,8.99220\n1465,1646385246,47.75064,8.99220\n1466,1646385247,47.75064,8.99220\n1467,1646385248,47.75064,8.99220\n1468,1646385249,47.75064,8.99220\n1469,1646385250,47.75064,8.99220\n1470,1646385251,47.75064,8.99220\n1471,1646385252,47.75064,8.99220\n1472,1646385253,47.75064,8.99220\n1473,1646385254,47.75064,8.99220\n1474,1646385255,47.75064,8.99220\n1475,1646385256,47.75064,8.99220\n1476,1646385257,47.75064,8.99220\n1477,1646385258,47.75063,8.99221\n1478,1646385259,47.75062,8.99223\n1479,1646385260,47.75062,8.99225\n1480,1646385261,47.75061,8.99228\n1481,1646385262,47.75061,8.99231\n1482,1646385263,47.75061,8.99232\n1483,1646385264,47.75062,8.99233\n1484,1646385265,47.75062,8.99233\n1485,1646385266,47.75062,8.99233\n1486,1646385267,47.75062,8.99233\n1487,1646385268,47.75062,8.99233\n1488,1646385269,47.75062,8.99233\n1489,1646385270,47.75062,8.99233\n1490,1646385271,47.75062,8.99233\n1491,1646385272,47.75062,8.99233\n1492,1646385273,47.75062,8.99234\n1493,1646385274,47.75061,8.99236\n1494,1646385275,47.75061,8.99239\n1495,1646385276,47.75060,8.99242\n1496,1646385277,47.75060,8.99246\n1497,1646385278,47.75059,8.99249\n1498,1646385279,47.75059,8.99252\n1499,1646385280,47.75058,8.99256\n1500,1646385281,47.75058,8.99260\n1501,1646385282,47.75057,8.99263\n1502,1646385283,47.75057,8.99267\n1503,1646385284,47.75056,8.99270\n1504,1646385285,47.75055,8.99274\n1505,1646385286,47.75055,8.99277\n1506,1646385287,47.75054,8.99281\n1507,1646385288,47.75053,8.99284\n1508,1646385289,47.75052,8.99288\n1509,1646385290,47.75052,8.99291\n1510,1646385291,47.75052,8.99294\n1511,1646385292,47.75052,8.99297\n1512,1646385293,47.75051,8.99300\n1513,1646385294,47.75051,8.99303\n1514,1646385295,47.75050,8.99305\n1515,1646385296,47.75050,8.99307\n1516,1646385297,47.75050,8.99310\n1517,1646385298,47.75049,8.99311\n1518,1646385299,47.75049,8.99312\n1519,1646385300,47.75049,8.99314\n1520,1646385301,47.75049,8.99314\n1521,1646385302,47.75049,8.99315\n1522,1646385303,47.75049,8.99314\n1523,1646385304,47.75048,8.99314\n1524,1646385305,47.75048,8.99315\n1525,1646385306,47.75048,8.99315\n1526,1646385307,47.75048,8.99315\n1527,1646385308,47.75048,8.99315\n1528,1646385309,47.75048,8.99315\n1529,1646385310,47.75048,8.99315\n1530,1646385311,47.75048,8.99315\n1531,1646385312,47.75048,8.99315\n1532,1646385313,47.75047,8.99317\n1533,1646385314,47.75047,8.99319\n1534,1646385315,47.75046,8.99322\n1535,1646385316,47.75045,8.99325\n1536,1646385317,47.75045,8.99329\n1537,1646385318,47.75044,8.99332\n1538,1646385319,47.75043,8.99336\n1539,1646385320,47.75043,8.99340\n1540,1646385321,47.75042,8.99344\n1541,1646385322,47.75041,8.99348\n1542,1646385323,47.75041,8.99351\n1543,1646385324,47.75041,8.99354\n1544,1646385325,47.75040,8.99356\n1545,1646385326,47.75040,8.99356\n1546,1646385327,47.75040,8.99356\n1547,1646385328,47.75040,8.99357\n1548,1646385329,47.75040,8.99359\n1549,1646385330,47.75040,8.99362\n1550,1646385331,47.75040,8.99365\n1551,1646385332,47.75039,8.99368\n1552,1646385333,47.75038,8.99371\n1553,1646385334,47.75038,8.99373\n1554,1646385335,47.75037,8.99376\n1555,1646385336,47.75037,8.99378\n1556,1646385337,47.75036,8.99381\n1557,1646385338,47.75036,8.99383\n1558,1646385339,47.75036,8.99386\n1559,1646385340,47.75036,8.99388\n1560,1646385341,47.75035,8.99391\n1561,1646385342,47.75035,8.99393\n1562,1646385343,47.75035,8.99396\n1563,1646385344,47.75035,8.99399\n1564,1646385345,47.75034,8.99401\n1565,1646385346,47.75034,8.99403\n1566,1646385347,47.75033,8.99404\n1567,1646385348,47.75033,8.99405\n1568,1646385349,47.75033,8.99406\n1569,1646385350,47.75033,8.99407\n1570,1646385351,47.75033,8.99407\n1571,1646385352,47.75033,8.99408\n1572,1646385353,47.75032,8.99409\n1573,1646385354,47.75032,8.99409\n1574,1646385355,47.75032,8.99410\n1575,1646385356,47.75032,8.99410\n1576,1646385357,47.75032,8.99410\n1577,1646385358,47.75032,8.99410\n1578,1646385359,47.75033,8.99410\n1579,1646385360,47.75033,8.99410\n1580,1646385361,47.75033,8.99410\n1581,1646385362,47.75033,8.99410\n1582,1646385363,47.75033,8.99410\n1583,1646385364,47.75033,8.99411\n1584,1646385365,47.75033,8.99411\n1585,1646385366,47.75033,8.99411\n1586,1646385367,47.75033,8.99412\n1587,1646385368,47.75034,8.99415\n1588,1646385369,47.75034,8.99418\n1589,1646385370,47.75035,8.99420\n1590,1646385371,47.75035,8.99424\n1591,1646385372,47.75035,8.99427\n1592,1646385373,47.75036,8.99430\n1593,1646385374,47.75036,8.99433\n1594,1646385375,47.75037,8.99437\n1595,1646385376,47.75038,8.99440\n1596,1646385377,47.75038,8.99443\n1597,1646385378,47.75039,8.99446\n1598,1646385379,47.75040,8.99449\n1599,1646385380,47.75041,8.99452\n1600,1646385381,47.75042,8.99454\n1601,1646385382,47.75043,8.99457\n1602,1646385383,47.75044,8.99459\n1603,1646385384,47.75045,8.99461\n1604,1646385385,47.75046,8.99463\n1605,1646385386,47.75047,8.99466\n1606,1646385387,47.75048,8.99468\n1607,1646385388,47.75048,8.99471\n1608,1646385389,47.75049,8.99473\n1609,1646385390,47.75050,8.99475\n1610,1646385391,47.75051,8.99477\n1611,1646385392,47.75052,8.99480\n1612,1646385393,47.75053,8.99482\n1613,1646385394,47.75054,8.99484\n1614,1646385395,47.75055,8.99486\n1615,1646385396,47.75056,8.99488\n1616,1646385397,47.75057,8.99491\n1617,1646385398,47.75058,8.99493\n1618,1646385399,47.75059,8.99495\n1619,1646385400,47.75060,8.99496\n1620,1646385401,47.75062,8.99498\n1621,1646385402,47.75063,8.99500\n1622,1646385403,47.75064,8.99502\n1623,1646385404,47.75065,8.99504\n1624,1646385405,47.75066,8.99506\n1625,1646385406,47.75067,8.99508\n1626,1646385407,47.75068,8.99510\n1627,1646385408,47.75069,8.99512\n1628,1646385409,47.75070,8.99514\n1629,1646385410,47.75071,8.99515\n1630,1646385411,47.75071,8.99516\n1631,1646385412,47.75072,8.99518\n1632,1646385413,47.75072,8.99518\n1633,1646385414,47.75073,8.99519\n1634,1646385415,47.75073,8.99520\n1635,1646385416,47.75074,8.99521\n1636,1646385417,47.75075,8.99522\n1637,1646385418,47.75076,8.99524\n1638,1646385419,47.75078,8.99526\n1639,1646385420,47.75079,8.99527\n1640,1646385421,47.75080,8.99529\n1641,1646385422,47.75081,8.99531\n1642,1646385423,47.75082,8.99533\n1643,1646385424,47.75084,8.99535\n1644,1646385425,47.75085,8.99537\n1645,1646385426,47.75086,8.99539\n1646,1646385427,47.75087,8.99540\n1647,1646385428,47.75089,8.99542\n1648,1646385429,47.75090,8.99544\n1649,1646385430,47.75091,8.99545\n1650,1646385431,47.75093,8.99546\n1651,1646385432,47.75094,8.99547\n1652,1646385433,47.75095,8.99548\n1653,1646385434,47.75096,8.99550\n1654,1646385435,47.75098,8.99551\n1655,1646385436,47.75099,8.99553\n1656,1646385437,47.75100,8.99554\n1657,1646385438,47.75102,8.99556\n1658,1646385439,47.75103,8.99558\n1659,1646385440,47.75105,8.99559\n1660,1646385441,47.75106,8.99561\n1661,1646385442,47.75107,8.99562\n1662,1646385443,47.75109,8.99563\n1663,1646385444,47.75109,8.99564\n1664,1646385445,47.75109,8.99564\n1665,1646385446,47.75110,8.99564\n1666,1646385447,47.75110,8.99564\n1667,1646385448,47.75110,8.99564\n1668,1646385449,47.75111,8.99565\n1669,1646385450,47.75112,8.99567\n1670,1646385451,47.75113,8.99568\n1671,1646385452,47.75114,8.99570\n1672,1646385453,47.75116,8.99572\n1673,1646385454,47.75117,8.99573\n1674,1646385455,47.75119,8.99575\n1675,1646385456,47.75121,8.99576\n1676,1646385457,47.75122,8.99578\n1677,1646385458,47.75124,8.99579\n1678,1646385459,47.75126,8.99581\n1679,1646385460,47.75127,8.99582\n1680,1646385461,47.75129,8.99584\n1681,1646385462,47.75130,8.99585\n1682,1646385463,47.75132,8.99586\n1683,1646385464,47.75134,8.99587\n1684,1646385465,47.75136,8.99588\n1685,1646385466,47.75137,8.99589\n1686,1646385467,47.75139,8.99590\n1687,1646385468,47.75140,8.99592\n1688,1646385469,47.75142,8.99593\n1689,1646385470,47.75144,8.99594\n1690,1646385471,47.75145,8.99594\n1691,1646385472,47.75147,8.99594\n1692,1646385473,47.75148,8.99594\n1693,1646385474,47.75150,8.99595\n1694,1646385475,47.75151,8.99595\n1695,1646385476,47.75153,8.99596\n1696,1646385477,47.75154,8.99596\n1697,1646385478,47.75156,8.99596\n1698,1646385479,47.75158,8.99596\n1699,1646385480,47.75159,8.99597\n1700,1646385481,47.75161,8.99597\n1701,1646385482,47.75162,8.99597\n1702,1646385483,47.75162,8.99597\n1703,1646385484,47.75162,8.99597\n1704,1646385485,47.75162,8.99597\n1705,1646385486,47.75161,8.99596\n1706,1646385487,47.75160,8.99596\n1707,1646385488,47.75158,8.99596\n1708,1646385489,47.75156,8.99596\n1709,1646385490,47.75154,8.99596\n1710,1646385491,47.75154,8.99597\n1711,1646385492,47.75154,8.99597\n1712,1646385493,47.75154,8.99597\n1713,1646385494,47.75154,8.99597\n1714,1646385495,47.75154,8.99597\n1715,1646385496,47.75153,8.99597\n1716,1646385497,47.75154,8.99597\n1717,1646385498,47.75155,8.99597\n1718,1646385499,47.75157,8.99596\n1719,1646385500,47.75159,8.99596\n1720,1646385501,47.75161,8.99596\n1721,1646385502,47.75163,8.99596\n1722,1646385503,47.75165,8.99596\n1723,1646385504,47.75167,8.99596\n1724,1646385505,47.75168,8.99595\n1725,1646385506,47.75170,8.99595\n1726,1646385507,47.75171,8.99595\n1727,1646385508,47.75171,8.99595\n1728,1646385509,47.75172,8.99595\n1729,1646385510,47.75173,8.99594\n1730,1646385511,47.75175,8.99593\n1731,1646385512,47.75176,8.99592\n1732,1646385513,47.75177,8.99591\n1733,1646385514,47.75177,8.99591\n1734,1646385515,47.75177,8.99591\n1735,1646385516,47.75177,8.99591\n1736,1646385517,47.75177,8.99591\n1737,1646385518,47.75178,8.99590\n1738,1646385519,47.75180,8.99589\n1739,1646385520,47.75181,8.99588\n1740,1646385521,47.75182,8.99587\n1741,1646385522,47.75183,8.99586\n1742,1646385523,47.75184,8.99585\n1743,1646385524,47.75186,8.99584\n1744,1646385525,47.75187,8.99583\n1745,1646385526,47.75188,8.99582\n1746,1646385527,47.75189,8.99581\n1747,1646385528,47.75190,8.99580\n1748,1646385529,47.75192,8.99579\n1749,1646385530,47.75193,8.99578\n1750,1646385531,47.75194,8.99577\n1751,1646385532,47.75196,8.99576\n1752,1646385533,47.75197,8.99575\n1753,1646385534,47.75198,8.99573\n1754,1646385535,47.75199,8.99572\n1755,1646385536,47.75200,8.99571\n1756,1646385537,47.75201,8.99570\n1757,1646385538,47.75203,8.99569\n1758,1646385539,47.75204,8.99568\n1759,1646385540,47.75205,8.99567\n1760,1646385541,47.75207,8.99566\n1761,1646385542,47.75208,8.99565\n1762,1646385543,47.75209,8.99564\n1763,1646385544,47.75211,8.99563\n1764,1646385545,47.75212,8.99562\n1765,1646385546,47.75214,8.99561\n1766,1646385547,47.75215,8.99560\n1767,1646385548,47.75216,8.99560\n1768,1646385549,47.75218,8.99559\n1769,1646385550,47.75219,8.99558\n1770,1646385551,47.75220,8.99556\n1771,1646385552,47.75222,8.99555\n1772,1646385553,47.75222,8.99554\n1773,1646385554,47.75223,8.99554\n1774,1646385555,47.75224,8.99554\n1775,1646385556,47.75224,8.99553\n1776,1646385557,47.75226,8.99551\n1777,1646385558,47.75227,8.99550\n1778,1646385559,47.75228,8.99549\n1779,1646385560,47.75229,8.99548\n1780,1646385561,47.75230,8.99547\n1781,1646385562,47.75232,8.99546\n1782,1646385563,47.75233,8.99545\n1783,1646385564,47.75234,8.99544\n1784,1646385565,47.75235,8.99542\n1785,1646385566,47.75236,8.99541\n1786,1646385567,47.75237,8.99539\n1787,1646385568,47.75238,8.99538\n1788,1646385569,47.75240,8.99536\n1789,1646385570,47.75241,8.99535\n1790,1646385571,47.75242,8.99533\n1791,1646385572,47.75243,8.99532\n1792,1646385573,47.75244,8.99530\n1793,1646385574,47.75245,8.99529\n1794,1646385575,47.75246,8.99527\n1795,1646385576,47.75247,8.99526\n1796,1646385577,47.75248,8.99525\n1797,1646385578,47.75249,8.99524\n1798,1646385579,47.75250,8.99522\n1799,1646385580,47.75251,8.99521\n1800,1646385581,47.75252,8.99519\n1801,1646385582,47.75253,8.99518\n1802,1646385583,47.75254,8.99517\n1803,1646385584,47.75255,8.99516\n1804,1646385585,47.75256,8.99515\n1805,1646385586,47.75258,8.99514\n1806,1646385587,47.75259,8.99513\n1807,1646385588,47.75260,8.99512\n1808,1646385589,47.75261,8.99512\n1809,1646385590,47.75262,8.99511\n1810,1646385591,47.75263,8.99511\n1811,1646385592,47.75264,8.99510\n1812,1646385593,47.75266,8.99509\n1813,1646385594,47.75267,8.99508\n1814,1646385595,47.75268,8.99507\n1815,1646385596,47.75269,8.99506\n1816,1646385597,47.75270,8.99505\n1817,1646385598,47.75271,8.99503\n1818,1646385599,47.75272,8.99502\n1819,1646385600,47.75273,8.99501\n1820,1646385601,47.75274,8.99499\n1821,1646385602,47.75274,8.99498\n1822,1646385603,47.75275,8.99496\n1823,1646385604,47.75276,8.99494\n1824,1646385605,47.75277,8.99492\n1825,1646385606,47.75278,8.99490\n1826,1646385607,47.75279,8.99487\n1827,1646385608,47.75279,8.99485\n1828,1646385609,47.75280,8.99482\n1829,1646385610,47.75280,8.99480\n1830,1646385611,47.75280,8.99477\n1831,1646385612,47.75281,8.99474\n1832,1646385613,47.75281,8.99472\n1833,1646385614,47.75280,8.99469\n1834,1646385615,47.75280,8.99466\n1835,1646385616,47.75280,8.99464\n1836,1646385617,47.75280,8.99461\n1837,1646385618,47.75280,8.99458\n1838,1646385619,47.75280,8.99455\n1839,1646385620,47.75279,8.99453\n1840,1646385621,47.75278,8.99453\n1841,1646385622,47.75278,8.99452\n1842,1646385623,47.75278,8.99452\n1843,1646385624,47.75277,8.99451\n1844,1646385625,47.75277,8.99451\n1845,1646385626,47.75277,8.99451\n1846,1646385627,47.75277,8.99451\n1847,1646385628,47.75277,8.99451\n1848,1646385629,47.75277,8.99451\n1849,1646385630,47.75277,8.99452\n1850,1646385631,47.75277,8.99452\n1851,1646385632,47.75277,8.99452\n1852,1646385633,47.75277,8.99452\n1853,1646385634,47.75277,8.99452\n1854,1646385635,47.75277,8.99452\n1855,1646385636,47.75277,8.99452\n1856,1646385637,47.75277,8.99452\n1857,1646385638,47.75277,8.99452\n1858,1646385639,47.75277,8.99452\n1859,1646385640,47.75278,8.99451\n1860,1646385641,47.75278,8.99449\n1861,1646385642,47.75278,8.99446\n1862,1646385643,47.75278,8.99442\n1863,1646385644,47.75278,8.99438\n1864,1646385645,47.75278,8.99435\n1865,1646385646,47.75278,8.99431\n1866,1646385647,47.75278,8.99427\n1867,1646385648,47.75278,8.99424\n1868,1646385649,47.75278,8.99420\n1869,1646385650,47.75278,8.99417\n1870,1646385651,47.75278,8.99413\n1871,1646385652,47.75278,8.99410\n1872,1646385653,47.75277,8.99406\n1873,1646385654,47.75277,8.99403\n1874,1646385655,47.75277,8.99400\n1875,1646385656,47.75276,8.99397\n1876,1646385657,47.75276,8.99394\n1877,1646385658,47.75276,8.99391\n1878,1646385659,47.75275,8.99388\n1879,1646385660,47.75275,8.99384\n1880,1646385661,47.75275,8.99381\n1881,1646385662,47.75275,8.99378\n1882,1646385663,47.75275,8.99375\n1883,1646385664,47.75275,8.99373\n1884,1646385665,47.75275,8.99370\n1885,1646385666,47.75274,8.99368\n1886,1646385667,47.75274,8.99366\n1887,1646385668,47.75274,8.99364\n1888,1646385669,47.75273,8.99362\n1889,1646385670,47.75273,8.99359\n1890,1646385671,47.75272,8.99357\n1891,1646385672,47.75271,8.99355\n1892,1646385673,47.75271,8.99352\n1893,1646385674,47.75270,8.99350\n1894,1646385675,47.75270,8.99347\n1895,1646385676,47.75270,8.99345\n1896,1646385677,47.75269,8.99342\n1897,1646385678,47.75268,8.99340\n1898,1646385679,47.75268,8.99338\n1899,1646385680,47.75267,8.99335\n1900,1646385681,47.75267,8.99333\n1901,1646385682,47.75266,8.99331\n1902,1646385683,47.75265,8.99328\n1903,1646385684,47.75265,8.99326\n1904,1646385685,47.75265,8.99323\n1905,1646385686,47.75265,8.99321\n1906,1646385687,47.75265,8.99319\n1907,1646385688,47.75265,8.99316\n1908,1646385689,47.75266,8.99314\n1909,1646385690,47.75266,8.99312\n1910,1646385691,47.75266,8.99310\n1911,1646385692,47.75267,8.99309\n1912,1646385693,47.75267,8.99309\n1913,1646385694,47.75268,8.99309\n1914,1646385695,47.75269,8.99309\n1915,1646385696,47.75270,8.99309\n1916,1646385697,47.75270,8.99309\n1917,1646385698,47.75271,8.99308\n1918,1646385699,47.75271,8.99306\n1919,1646385700,47.75272,8.99305\n1920,1646385701,47.75273,8.99304\n1921,1646385702,47.75275,8.99302\n1922,1646385703,47.75276,8.99301\n1923,1646385704,47.75278,8.99300\n1924,1646385705,47.75280,8.99298\n1925,1646385706,47.75281,8.99297\n1926,1646385707,47.75283,8.99296\n1927,1646385708,47.75284,8.99295\n1928,1646385709,47.75286,8.99293\n1929,1646385710,47.75288,8.99292\n1930,1646385711,47.75289,8.99291\n1931,1646385712,47.75290,8.99291\n1932,1646385713,47.75292,8.99290\n1933,1646385714,47.75292,8.99290\n1934,1646385715,47.75293,8.99290\n1935,1646385716,47.75294,8.99289\n1936,1646385717,47.75295,8.99288\n1937,1646385718,47.75296,8.99286\n1938,1646385719,47.75297,8.99285\n1939,1646385720,47.75298,8.99284\n1940,1646385721,47.75299,8.99283\n1941,1646385722,47.75299,8.99282\n1942,1646385723,47.75299,8.99282\n1943,1646385724,47.75300,8.99281\n1944,1646385725,47.75301,8.99280\n1945,1646385726,47.75302,8.99279\n1946,1646385727,47.75303,8.99279\n1947,1646385728,47.75305,8.99278\n1948,1646385729,47.75306,8.99277\n1949,1646385730,47.75308,8.99276\n1950,1646385731,47.75309,8.99275\n1951,1646385732,47.75311,8.99273\n1952,1646385733,47.75312,8.99272\n1953,1646385734,47.75314,8.99271\n1954,1646385735,47.75315,8.99269\n1955,1646385736,47.75317,8.99268\n1956,1646385737,47.75318,8.99267\n1957,1646385738,47.75320,8.99266\n1958,1646385739,47.75321,8.99264\n1959,1646385740,47.75322,8.99262\n1960,1646385741,47.75324,8.99261\n1961,1646385742,47.75325,8.99259\n1962,1646385743,47.75327,8.99258\n1963,1646385744,47.75328,8.99256\n1964,1646385745,47.75329,8.99254\n1965,1646385746,47.75330,8.99252\n1966,1646385747,47.75331,8.99251\n1967,1646385748,47.75332,8.99250\n1968,1646385749,47.75334,8.99248\n1969,1646385750,47.75335,8.99247\n1970,1646385751,47.75336,8.99246\n1971,1646385752,47.75338,8.99245\n1972,1646385753,47.75339,8.99243\n1973,1646385754,47.75340,8.99242\n1974,1646385755,47.75341,8.99241\n1975,1646385756,47.75341,8.99241\n1976,1646385757,47.75341,8.99241\n1977,1646385758,47.75342,8.99241\n1978,1646385759,47.75343,8.99240\n1979,1646385760,47.75344,8.99239\n1980,1646385761,47.75346,8.99238\n1981,1646385762,47.75347,8.99236\n1982,1646385763,47.75349,8.99235\n1983,1646385764,47.75351,8.99233\n1984,1646385765,47.75354,8.99231\n1985,1646385766,47.75357,8.99229\n1986,1646385767,47.75358,8.99229\n1987,1646385768,47.75358,8.99229\n1988,1646385769,47.75358,8.99229\n1989,1646385770,47.75356,8.99230\n1990,1646385771,47.75354,8.99231\n1991,1646385772,47.75353,8.99232\n1992,1646385773,47.75353,8.99232\n1993,1646385774,47.75354,8.99232\n1994,1646385775,47.75355,8.99232\n1995,1646385776,47.75355,8.99231\n1996,1646385777,47.75357,8.99231\n1997,1646385778,47.75358,8.99229\n1998,1646385779,47.75359,8.99228\n1999,1646385780,47.75360,8.99227\n2000,1646385781,47.75362,8.99226\n2001,1646385782,47.75363,8.99225\n2002,1646385783,47.75364,8.99224\n2003,1646385784,47.75365,8.99223\n2004,1646385785,47.75366,8.99222\n2005,1646385786,47.75367,8.99221\n2006,1646385787,47.75368,8.99220\n2007,1646385788,47.75369,8.99219\n2008,1646385789,47.75370,8.99218\n2009,1646385790,47.75371,8.99217\n2010,1646385791,47.75372,8.99216\n2011,1646385792,47.75373,8.99215\n2012,1646385793,47.75374,8.99215\n2013,1646385794,47.75375,8.99214\n2014,1646385795,47.75376,8.99212\n2015,1646385796,47.75377,8.99211\n2016,1646385797,47.75378,8.99210\n2017,1646385798,47.75379,8.99209\n2018,1646385799,47.75381,8.99207\n2019,1646385800,47.75382,8.99206\n2020,1646385801,47.75383,8.99205\n2021,1646385802,47.75384,8.99204\n2022,1646385803,47.75385,8.99203\n2023,1646385804,47.75387,8.99202\n2024,1646385805,47.75388,8.99201\n2025,1646385806,47.75389,8.99199\n2026,1646385807,47.75390,8.99198\n2027,1646385808,47.75391,8.99197\n2028,1646385809,47.75392,8.99196\n2029,1646385810,47.75393,8.99194\n2030,1646385811,47.75394,8.99192\n2031,1646385812,47.75395,8.99191\n2032,1646385813,47.75395,8.99189\n2033,1646385814,47.75396,8.99188\n2034,1646385815,47.75396,8.99188\n2035,1646385816,47.75396,8.99188\n2036,1646385817,47.75396,8.99187\n2037,1646385818,47.75395,8.99187\n2038,1646385819,47.75396,8.99188\n2039,1646385820,47.75396,8.99188\n2040,1646385821,47.75397,8.99188\n2041,1646385822,47.75398,8.99188\n2042,1646385823,47.75400,8.99187\n2043,1646385824,47.75402,8.99186\n2044,1646385825,47.75404,8.99184\n2045,1646385826,47.75406,8.99182\n2046,1646385827,47.75408,8.99180\n2047,1646385828,47.75410,8.99179\n2048,1646385829,47.75412,8.99177\n2049,1646385830,47.75414,8.99175\n2050,1646385831,47.75416,8.99174\n2051,1646385832,47.75418,8.99172\n2052,1646385833,47.75420,8.99170\n2053,1646385834,47.75421,8.99168\n2054,1646385835,47.75423,8.99167\n2055,1646385836,47.75425,8.99165\n2056,1646385837,47.75427,8.99163\n2057,1646385838,47.75429,8.99162\n2058,1646385839,47.75431,8.99160\n2059,1646385840,47.75432,8.99159\n2060,1646385841,47.75434,8.99158\n2061,1646385842,47.75436,8.99157\n2062,1646385843,47.75438,8.99155\n2063,1646385844,47.75439,8.99153\n2064,1646385845,47.75441,8.99151\n2065,1646385846,47.75443,8.99149\n2066,1646385847,47.75444,8.99147\n2067,1646385848,47.75446,8.99145\n2068,1646385849,47.75447,8.99143\n2069,1646385850,47.75449,8.99141\n2070,1646385851,47.75450,8.99139\n2071,1646385852,47.75452,8.99138\n2072,1646385853,47.75453,8.99138\n2073,1646385854,47.75454,8.99138\n2074,1646385855,47.75455,8.99138\n2075,1646385856,47.75456,8.99137\n2076,1646385857,47.75456,8.99138\n2077,1646385858,47.75457,8.99138\n2078,1646385859,47.75457,8.99138\n2079,1646385860,47.75458,8.99138\n2080,1646385861,47.75458,8.99138\n2081,1646385862,47.75458,8.99137\n2082,1646385863,47.75458,8.99137\n2083,1646385864,47.75458,8.99137\n2084,1646385865,47.75458,8.99137\n2085,1646385866,47.75459,8.99137\n2086,1646385867,47.75460,8.99137\n2087,1646385868,47.75461,8.99137\n2088,1646385869,47.75463,8.99137\n2089,1646385870,47.75465,8.99139\n2090,1646385871,47.75466,8.99139\n2091,1646385872,47.75468,8.99141\n2092,1646385873,47.75469,8.99142\n2093,1646385874,47.75471,8.99143\n2094,1646385875,47.75473,8.99145\n2095,1646385876,47.75474,8.99148\n2096,1646385877,47.75475,8.99151\n2097,1646385878,47.75475,8.99153\n2098,1646385879,47.75475,8.99155\n2099,1646385880,47.75476,8.99155\n2100,1646385881,47.75476,8.99155\n2101,1646385882,47.75476,8.99156\n2102,1646385883,47.75475,8.99157\n2103,1646385884,47.75474,8.99159\n2104,1646385885,47.75473,8.99161\n2105,1646385886,47.75472,8.99163\n2106,1646385887,47.75471,8.99165\n2107,1646385888,47.75470,8.99167\n2108,1646385889,47.75469,8.99169\n2109,1646385890,47.75468,8.99171\n2110,1646385891,47.75467,8.99172\n2111,1646385892,47.75466,8.99173\n2112,1646385893,47.75465,8.99175\n2113,1646385894,47.75464,8.99176\n2114,1646385895,47.75465,8.99176\n2115,1646385896,47.75465,8.99176\n2116,1646385897,47.75465,8.99176\n2117,1646385898,47.75465,8.99176\n2118,1646385899,47.75465,8.99176\n2119,1646385900,47.75464,8.99176\n2120,1646385901,47.75464,8.99176\n2121,1646385902,47.75464,8.99178\n2122,1646385903,47.75463,8.99180\n2123,1646385904,47.75463,8.99182\n2124,1646385905,47.75461,8.99185\n2125,1646385906,47.75460,8.99187\n2126,1646385907,47.75459,8.99189\n2127,1646385908,47.75458,8.99192\n2128,1646385909,47.75457,8.99194\n2129,1646385910,47.75455,8.99197\n2130,1646385911,47.75454,8.99199\n2131,1646385912,47.75452,8.99202\n2132,1646385913,47.75451,8.99204\n2133,1646385914,47.75449,8.99207\n2134,1646385915,47.75448,8.99209\n2135,1646385916,47.75447,8.99211\n2136,1646385917,47.75445,8.99213\n2137,1646385918,47.75444,8.99216\n2138,1646385919,47.75443,8.99218\n2139,1646385920,47.75442,8.99220\n2140,1646385921,47.75441,8.99222\n2141,1646385922,47.75440,8.99224\n2142,1646385923,47.75438,8.99226\n2143,1646385924,47.75437,8.99227\n2144,1646385925,47.75437,8.99227\n2145,1646385926,47.75436,8.99227\n2146,1646385927,47.75436,8.99227\n2147,1646385928,47.75436,8.99226\n2148,1646385929,47.75436,8.99226\n2149,1646385930,47.75436,8.99226\n2150,1646385931,47.75436,8.99226\n2151,1646385932,47.75437,8.99226\n2152,1646385933,47.75437,8.99226\n2153,1646385934,47.75437,8.99226\n2154,1646385935,47.75437,8.99226\n2155,1646385936,47.75437,8.99226\n2156,1646385937,47.75437,8.99226\n2157,1646385938,47.75438,8.99227\n2158,1646385939,47.75438,8.99227\n2159,1646385940,47.75438,8.99227\n2160,1646385941,47.75438,8.99227\n2161,1646385942,47.75438,8.99227\n2162,1646385943,47.75438,8.99226\n2163,1646385944,47.75439,8.99226\n2164,1646385945,47.75439,8.99226\n2165,1646385946,47.75439,8.99226\n2166,1646385947,47.75439,8.99226\n2167,1646385948,47.75439,8.99227\n2168,1646385949,47.75439,8.99228\n2169,1646385950,47.75438,8.99230\n2170,1646385951,47.75437,8.99233\n2171,1646385952,47.75436,8.99235\n2172,1646385953,47.75435,8.99238\n2173,1646385954,47.75434,8.99241\n2174,1646385955,47.75432,8.99244\n2175,1646385956,47.75430,8.99247\n2176,1646385957,47.75429,8.99250\n2177,1646385958,47.75428,8.99252\n2178,1646385959,47.75426,8.99255\n2179,1646385960,47.75425,8.99258\n2180,1646385961,47.75424,8.99260\n2181,1646385962,47.75423,8.99263\n2182,1646385963,47.75421,8.99265\n2183,1646385964,47.75420,8.99268\n2184,1646385965,47.75418,8.99271\n2185,1646385966,47.75416,8.99274\n2186,1646385967,47.75415,8.99277\n2187,1646385968,47.75413,8.99279\n2188,1646385969,47.75411,8.99280\n2189,1646385970,47.75410,8.99283\n2190,1646385971,47.75408,8.99285\n2191,1646385972,47.75407,8.99288\n2192,1646385973,47.75406,8.99290\n2193,1646385974,47.75404,8.99293\n2194,1646385975,47.75404,8.99296\n2195,1646385976,47.75402,8.99298\n2196,1646385977,47.75401,8.99301\n2197,1646385978,47.75400,8.99303\n2198,1646385979,47.75399,8.99305\n2199,1646385980,47.75398,8.99308\n2200,1646385981,47.75397,8.99310\n2201,1646385982,47.75396,8.99312\n2202,1646385983,47.75395,8.99315\n2203,1646385984,47.75394,8.99317\n2204,1646385985,47.75394,8.99319\n2205,1646385986,47.75394,8.99320\n2206,1646385987,47.75395,8.99322\n2207,1646385988,47.75395,8.99322\n2208,1646385989,47.75395,8.99323\n2209,1646385990,47.75395,8.99323\n2210,1646385991,47.75395,8.99324\n2211,1646385992,47.75395,8.99324\n2212,1646385993,47.75395,8.99325\n2213,1646385994,47.75395,8.99326\n2214,1646385995,47.75393,8.99327\n2215,1646385996,47.75391,8.99329\n2216,1646385997,47.75389,8.99330\n2217,1646385998,47.75387,8.99331\n2218,1646385999,47.75386,8.99333\n2219,1646386000,47.75385,8.99335\n2220,1646386001,47.75384,8.99336\n2221,1646386002,47.75382,8.99338\n2222,1646386003,47.75381,8.99340\n2223,1646386004,47.75380,8.99342\n2224,1646386005,47.75379,8.99344\n2225,1646386006,47.75378,8.99345\n2226,1646386007,47.75379,8.99345\n2227,1646386008,47.75379,8.99345\n2228,1646386009,47.75379,8.99345\n2229,1646386010,47.75378,8.99346\n2230,1646386011,47.75378,8.99346\n2231,1646386012,47.75378,8.99346\n2232,1646386013,47.75378,8.99347\n2233,1646386014,47.75378,8.99347\n2234,1646386015,47.75377,8.99348\n2235,1646386016,47.75376,8.99351\n2236,1646386017,47.75374,8.99354\n2237,1646386018,47.75372,8.99356\n2238,1646386019,47.75371,8.99359\n2239,1646386020,47.75369,8.99361\n2240,1646386021,47.75368,8.99363\n2241,1646386022,47.75367,8.99366\n2242,1646386023,47.75365,8.99367\n2243,1646386024,47.75364,8.99369\n2244,1646386025,47.75364,8.99370\n2245,1646386026,47.75364,8.99371\n2246,1646386027,47.75364,8.99371\n2247,1646386028,47.75365,8.99370\n2248,1646386029,47.75365,8.99370\n2249,1646386030,47.75365,8.99370\n2250,1646386031,47.75365,8.99370\n2251,1646386032,47.75365,8.99370\n2252,1646386033,47.75366,8.99370\n2253,1646386034,47.75366,8.99370\n2254,1646386035,47.75366,8.99371\n2255,1646386036,47.75366,8.99370\n2256,1646386037,47.75366,8.99371\n2257,1646386038,47.75365,8.99372\n2258,1646386039,47.75364,8.99374\n2259,1646386040,47.75363,8.99377\n2260,1646386041,47.75361,8.99379\n2261,1646386042,47.75360,8.99381\n2262,1646386043,47.75358,8.99383\n2263,1646386044,47.75357,8.99384\n2264,1646386045,47.75357,8.99384\n2265,1646386046,47.75356,8.99384\n2266,1646386047,47.75356,8.99384\n2267,1646386048,47.75356,8.99384\n2268,1646386049,47.75356,8.99384\n2269,1646386050,47.75355,8.99385\n2270,1646386051,47.75354,8.99387\n2271,1646386052,47.75353,8.99389\n2272,1646386053,47.75352,8.99392\n2273,1646386054,47.75352,8.99395\n2274,1646386055,47.75351,8.99396\n2275,1646386056,47.75351,8.99397\n2276,1646386057,47.75352,8.99397\n2277,1646386058,47.75352,8.99397\n2278,1646386059,47.75353,8.99397\n2279,1646386060,47.75353,8.99397\n2280,1646386061,47.75353,8.99397\n2281,1646386062,47.75353,8.99397\n2282,1646386063,47.75353,8.99396\n2283,1646386064,47.75353,8.99396\n2284,1646386065,47.75352,8.99397\n2285,1646386066,47.75352,8.99398\n2286,1646386067,47.75352,8.99398\n2287,1646386068,47.75351,8.99399\n2288,1646386069,47.75350,8.99401\n2289,1646386070,47.75348,8.99402\n2290,1646386071,47.75347,8.99405\n2291,1646386072,47.75345,8.99407\n2292,1646386073,47.75343,8.99409\n2293,1646386074,47.75342,8.99412\n2294,1646386075,47.75341,8.99414\n2295,1646386076,47.75339,8.99417\n2296,1646386077,47.75338,8.99419\n2297,1646386078,47.75337,8.99421\n2298,1646386079,47.75336,8.99424\n2299,1646386080,47.75334,8.99427\n2300,1646386081,47.75332,8.99430\n2301,1646386082,47.75331,8.99433\n2302,1646386083,47.75329,8.99436\n2303,1646386084,47.75327,8.99440\n2304,1646386085,47.75325,8.99443\n2305,1646386086,47.75323,8.99445\n2306,1646386087,47.75321,8.99447\n2307,1646386088,47.75321,8.99447\n2308,1646386089,47.75322,8.99447\n2309,1646386090,47.75322,8.99446\n2310,1646386091,47.75323,8.99444\n2311,1646386092,47.75325,8.99443\n2312,1646386093,47.75325,8.99443\n2313,1646386094,47.75325,8.99444\n2314,1646386095,47.75324,8.99445\n2315,1646386096,47.75324,8.99446\n2316,1646386097,47.75324,8.99446\n2317,1646386098,47.75324,8.99447\n2318,1646386099,47.75323,8.99448\n2319,1646386100,47.75322,8.99450\n2320,1646386101,47.75321,8.99452\n2321,1646386102,47.75320,8.99454\n2322,1646386103,47.75319,8.99456\n2323,1646386104,47.75319,8.99457\n2324,1646386105,47.75318,8.99458\n2325,1646386106,47.75317,8.99460\n2326,1646386107,47.75316,8.99462\n2327,1646386108,47.75315,8.99463\n2328,1646386109,47.75314,8.99465\n2329,1646386110,47.75313,8.99467\n2330,1646386111,47.75312,8.99469\n2331,1646386112,47.75311,8.99470\n2332,1646386113,47.75310,8.99472\n2333,1646386114,47.75309,8.99474\n2334,1646386115,47.75307,8.99477\n2335,1646386116,47.75306,8.99479\n2336,1646386117,47.75303,8.99481\n2337,1646386118,47.75302,8.99483\n2338,1646386119,47.75300,8.99485\n2339,1646386120,47.75298,8.99488\n2340,1646386121,47.75297,8.99490\n2341,1646386122,47.75296,8.99493\n2342,1646386123,47.75295,8.99495\n2343,1646386124,47.75294,8.99498\n2344,1646386125,47.75293,8.99500\n2345,1646386126,47.75292,8.99502\n2346,1646386127,47.75291,8.99503\n2347,1646386128,47.75289,8.99505\n2348,1646386129,47.75289,8.99506\n2349,1646386130,47.75287,8.99507\n2350,1646386131,47.75286,8.99509\n2351,1646386132,47.75285,8.99510\n2352,1646386133,47.75283,8.99512\n2353,1646386134,47.75282,8.99513\n2354,1646386135,47.75281,8.99514\n2355,1646386136,47.75280,8.99515\n2356,1646386137,47.75279,8.99516\n2357,1646386138,47.75279,8.99517\n2358,1646386139,47.75278,8.99518\n2359,1646386140,47.75278,8.99519\n2360,1646386141,47.75276,8.99520\n2361,1646386142,47.75275,8.99522\n2362,1646386143,47.75274,8.99524\n2363,1646386144,47.75273,8.99527\n2364,1646386145,47.75272,8.99529\n2365,1646386146,47.75272,8.99531\n2366,1646386147,47.75271,8.99534\n2367,1646386148,47.75270,8.99536\n2368,1646386149,47.75269,8.99538\n2369,1646386150,47.75268,8.99541\n2370,1646386151,47.75267,8.99543\n2371,1646386152,47.75267,8.99545\n2372,1646386153,47.75266,8.99548\n2373,1646386154,47.75265,8.99550\n2374,1646386155,47.75264,8.99553\n2375,1646386156,47.75263,8.99555\n2376,1646386157,47.75262,8.99556\n2377,1646386158,47.75262,8.99556\n2378,1646386159,47.75262,8.99557\n2379,1646386160,47.75262,8.99557\n2380,1646386161,47.75262,8.99557\n2381,1646386162,47.75262,8.99557\n2382,1646386163,47.75262,8.99558\n2383,1646386164,47.75262,8.99558\n2384,1646386165,47.75262,8.99558\n2385,1646386166,47.75262,8.99558\n2386,1646386167,47.75263,8.99558\n2387,1646386168,47.75263,8.99558\n2388,1646386169,47.75263,8.99558\n2389,1646386170,47.75263,8.99558\n2390,1646386171,47.75262,8.99560\n2391,1646386172,47.75262,8.99562\n2392,1646386173,47.75261,8.99565\n2393,1646386174,47.75260,8.99568\n2394,1646386175,47.75259,8.99572\n2395,1646386176,47.75257,8.99574\n2396,1646386177,47.75256,8.99578\n2397,1646386178,47.75255,8.99580\n2398,1646386179,47.75254,8.99583\n2399,1646386180,47.75253,8.99586\n2400,1646386181,47.75252,8.99588\n2401,1646386182,47.75251,8.99590\n2402,1646386183,47.75250,8.99591\n2403,1646386184,47.75249,8.99593\n2404,1646386185,47.75249,8.99595\n2405,1646386186,47.75248,8.99597\n2406,1646386187,47.75248,8.99599\n2407,1646386188,47.75247,8.99601\n2408,1646386189,47.75246,8.99604\n2409,1646386190,47.75245,8.99607\n2410,1646386191,47.75244,8.99609\n2411,1646386192,47.75243,8.99612\n2412,1646386193,47.75242,8.99614\n2413,1646386194,47.75241,8.99616\n2414,1646386195,47.75240,8.99618\n2415,1646386196,47.75239,8.99621\n2416,1646386197,47.75238,8.99623\n2417,1646386198,47.75237,8.99626\n2418,1646386199,47.75236,8.99629\n2419,1646386200,47.75235,8.99632\n2420,1646386201,47.75233,8.99634\n2421,1646386202,47.75232,8.99637\n2422,1646386203,47.75231,8.99639\n2423,1646386204,47.75230,8.99641\n2424,1646386205,47.75229,8.99644\n2425,1646386206,47.75228,8.99646\n2426,1646386207,47.75228,8.99647\n2427,1646386208,47.75228,8.99649\n2428,1646386209,47.75229,8.99649\n2429,1646386210,47.75229,8.99649\n2430,1646386211,47.75228,8.99648\n2431,1646386212,47.75228,8.99648\n2432,1646386213,47.75228,8.99648\n2433,1646386214,47.75228,8.99648\n2434,1646386215,47.75227,8.99649\n2435,1646386216,47.75226,8.99650\n2436,1646386217,47.75225,8.99653\n2437,1646386218,47.75224,8.99655\n2438,1646386219,47.75223,8.99658\n2439,1646386220,47.75221,8.99660\n2440,1646386221,47.75220,8.99663\n2441,1646386222,47.75220,8.99667\n2442,1646386223,47.75219,8.99670\n2443,1646386224,47.75219,8.99673\n2444,1646386225,47.75218,8.99675\n2445,1646386226,47.75217,8.99678\n2446,1646386227,47.75217,8.99681\n2447,1646386228,47.75216,8.99684\n2448,1646386229,47.75216,8.99687\n2449,1646386230,47.75215,8.99689\n2450,1646386231,47.75214,8.99690\n2451,1646386232,47.75214,8.99691\n2452,1646386233,47.75214,8.99691\n2453,1646386234,47.75215,8.99692\n2454,1646386235,47.75215,8.99692\n2455,1646386236,47.75215,8.99692\n2456,1646386237,47.75215,8.99692\n2457,1646386238,47.75215,8.99692\n2458,1646386239,47.75215,8.99692\n2459,1646386240,47.75215,8.99693\n2460,1646386241,47.75214,8.99694\n2461,1646386242,47.75214,8.99695\n2462,1646386243,47.75213,8.99697\n2463,1646386244,47.75212,8.99699\n2464,1646386245,47.75210,8.99703\n2465,1646386246,47.75209,8.99706\n2466,1646386247,47.75208,8.99709\n2467,1646386248,47.75207,8.99710\n2468,1646386249,47.75206,8.99711\n2469,1646386250,47.75206,8.99710\n2470,1646386251,47.75206,8.99711\n2471,1646386252,47.75205,8.99712\n2472,1646386253,47.75205,8.99712\n2473,1646386254,47.75204,8.99713\n2474,1646386255,47.75205,8.99714\n2475,1646386256,47.75204,8.99716\n2476,1646386257,47.75203,8.99718\n2477,1646386258,47.75203,8.99721\n2478,1646386259,47.75202,8.99724\n2479,1646386260,47.75201,8.99726\n2480,1646386261,47.75199,8.99729\n2481,1646386262,47.75198,8.99732\n2482,1646386263,47.75197,8.99734\n2483,1646386264,47.75197,8.99736\n2484,1646386265,47.75196,8.99738\n2485,1646386266,47.75195,8.99740\n2486,1646386267,47.75194,8.99743\n2487,1646386268,47.75193,8.99745\n2488,1646386269,47.75192,8.99746\n2489,1646386270,47.75191,8.99747\n2490,1646386271,47.75191,8.99747\n2491,1646386272,47.75191,8.99746\n2492,1646386273,47.75191,8.99746\n2493,1646386274,47.75191,8.99746\n2494,1646386275,47.75190,8.99746\n2495,1646386276,47.75190,8.99746\n2496,1646386277,47.75190,8.99746\n2497,1646386278,47.75190,8.99746\n2498,1646386279,47.75190,8.99747\n2499,1646386280,47.75190,8.99747\n2500,1646386281,47.75190,8.99748\n2501,1646386282,47.75189,8.99749\n2502,1646386283,47.75189,8.99750\n2503,1646386284,47.75189,8.99753\n2504,1646386285,47.75189,8.99756\n2505,1646386286,47.75189,8.99760\n2506,1646386287,47.75189,8.99763\n2507,1646386288,47.75189,8.99767\n2508,1646386289,47.75189,8.99770\n2509,1646386290,47.75189,8.99773\n2510,1646386291,47.75190,8.99776\n2511,1646386292,47.75190,8.99778\n2512,1646386293,47.75189,8.99780\n2513,1646386294,47.75189,8.99781\n2514,1646386295,47.75190,8.99781\n2515,1646386296,47.75190,8.99782\n2516,1646386297,47.75190,8.99783\n2517,1646386298,47.75190,8.99784\n2518,1646386299,47.75190,8.99784\n2519,1646386300,47.75190,8.99784\n2520,1646386301,47.75190,8.99785\n2521,1646386302,47.75190,8.99785\n2522,1646386303,47.75190,8.99785\n2523,1646386304,47.75190,8.99785\n2524,1646386305,47.75190,8.99786\n2525,1646386306,47.75190,8.99786\n2526,1646386307,47.75190,8.99788\n2527,1646386308,47.75190,8.99791\n2528,1646386309,47.75191,8.99794\n2529,1646386310,47.75191,8.99797\n2530,1646386311,47.75191,8.99800\n2531,1646386312,47.75191,8.99804\n2532,1646386313,47.75191,8.99807\n2533,1646386314,47.75191,8.99811\n2534,1646386315,47.75191,8.99815\n2535,1646386316,47.75191,8.99819\n2536,1646386317,47.75191,8.99824\n2537,1646386318,47.75191,8.99829\n2538,1646386319,47.75191,8.99834\n2539,1646386320,47.75190,8.99838\n2540,1646386321,47.75190,8.99841\n2541,1646386322,47.75190,8.99845\n2542,1646386323,47.75190,8.99848\n2543,1646386324,47.75189,8.99851\n2544,1646386325,47.75189,8.99854\n2545,1646386326,47.75188,8.99856\n2546,1646386327,47.75187,8.99859\n2547,1646386328,47.75187,8.99862\n2548,1646386329,47.75186,8.99864\n2549,1646386330,47.75186,8.99867\n2550,1646386331,47.75185,8.99869\n2551,1646386332,47.75185,8.99872\n2552,1646386333,47.75184,8.99874\n2553,1646386334,47.75183,8.99877\n2554,1646386335,47.75183,8.99880\n2555,1646386336,47.75183,8.99882\n2556,1646386337,47.75183,8.99885\n2557,1646386338,47.75183,8.99886\n2558,1646386339,47.75183,8.99889\n2559,1646386340,47.75183,8.99891\n2560,1646386341,47.75182,8.99893\n2561,1646386342,47.75182,8.99895\n2562,1646386343,47.75182,8.99897\n2563,1646386344,47.75182,8.99899\n2564,1646386345,47.75182,8.99900\n2565,1646386346,47.75182,8.99898\n2566,1646386347,47.75183,8.99897\n2567,1646386348,47.75183,8.99895\n2568,1646386349,47.75184,8.99892\n2569,1646386350,47.75184,8.99887\n2570,1646386351,47.75182,8.99883\n2571,1646386352,47.75180,8.99880\n2572,1646386353,47.75177,8.99878\n2573,1646386354,47.75174,8.99876\n2574,1646386355,47.75171,8.99875\n2575,1646386356,47.75169,8.99874\n2576,1646386357,47.75166,8.99872\n2577,1646386358,47.75164,8.99871\n2578,1646386359,47.75162,8.99870\n2579,1646386360,47.75161,8.99868\n2580,1646386361,47.75159,8.99866\n2581,1646386362,47.75158,8.99864\n2582,1646386363,47.75156,8.99862\n2583,1646386364,47.75154,8.99860\n2584,1646386365,47.75153,8.99859\n2585,1646386366,47.75152,8.99857\n2586,1646386367,47.75151,8.99856\n2587,1646386368,47.75151,8.99856\n2588,1646386369,47.75150,8.99856\n2589,1646386370,47.75150,8.99856\n2590,1646386371,47.75150,8.99856\n2591,1646386372,47.75150,8.99856\n2592,1646386373,47.75149,8.99855\n2593,1646386374,47.75148,8.99853\n2594,1646386375,47.75146,8.99851\n2595,1646386376,47.75144,8.99849\n2596,1646386377,47.75143,8.99847\n2597,1646386378,47.75141,8.99846\n2598,1646386379,47.75140,8.99844\n2599,1646386380,47.75138,8.99841\n2600,1646386381,47.75136,8.99839\n2601,1646386382,47.75135,8.99837\n2602,1646386383,47.75134,8.99837\n2603,1646386384,47.75135,8.99838\n2604,1646386385,47.75135,8.99840\n2605,1646386386,47.75135,8.99841\n2606,1646386387,47.75136,8.99841\n2607,1646386388,47.75136,8.99841\n2608,1646386389,47.75136,8.99841\n2609,1646386390,47.75137,8.99841\n2610,1646386391,47.75137,8.99840\n2611,1646386392,47.75138,8.99840\n2612,1646386393,47.75138,8.99839\n2613,1646386394,47.75137,8.99838\n2614,1646386395,47.75136,8.99836\n2615,1646386396,47.75135,8.99833\n2616,1646386397,47.75133,8.99831\n2617,1646386398,47.75131,8.99828\n2618,1646386399,47.75129,8.99825\n2619,1646386400,47.75128,8.99822\n2620,1646386401,47.75126,8.99820\n2621,1646386402,47.75125,8.99817\n2622,1646386403,47.75123,8.99815\n2623,1646386404,47.75122,8.99813\n2624,1646386405,47.75121,8.99811\n2625,1646386406,47.75120,8.99809\n2626,1646386407,47.75119,8.99807\n2627,1646386408,47.75118,8.99805\n2628,1646386409,47.75117,8.99804\n2629,1646386410,47.75116,8.99802\n2630,1646386411,47.75116,8.99801\n2631,1646386412,47.75115,8.99799\n2632,1646386413,47.75114,8.99798\n2633,1646386414,47.75113,8.99797\n2634,1646386415,47.75113,8.99795\n2635,1646386416,47.75112,8.99794\n2636,1646386417,47.75111,8.99792\n2637,1646386418,47.75111,8.99791\n2638,1646386419,47.75111,8.99790\n2639,1646386420,47.75111,8.99789\n2640,1646386421,47.75111,8.99788\n2641,1646386422,47.75110,8.99786\n2642,1646386423,47.75109,8.99784\n2643,1646386424,47.75108,8.99782\n2644,1646386425,47.75106,8.99780\n2645,1646386426,47.75105,8.99777\n2646,1646386427,47.75104,8.99775\n2647,1646386428,47.75103,8.99773\n2648,1646386429,47.75103,8.99772\n2649,1646386430,47.75103,8.99771\n2650,1646386431,47.75102,8.99769\n2651,1646386432,47.75101,8.99767\n2652,1646386433,47.75099,8.99764\n2653,1646386434,47.75098,8.99762\n2654,1646386435,47.75097,8.99759\n2655,1646386436,47.75096,8.99756\n2656,1646386437,47.75095,8.99754\n2657,1646386438,47.75093,8.99751\n2658,1646386439,47.75092,8.99749\n2659,1646386440,47.75090,8.99747\n2660,1646386441,47.75089,8.99745\n2661,1646386442,47.75088,8.99744\n2662,1646386443,47.75087,8.99742\n2663,1646386444,47.75086,8.99741\n2664,1646386445,47.75086,8.99742\n2665,1646386446,47.75085,8.99741\n2666,1646386447,47.75085,8.99740\n2667,1646386448,47.75084,8.99737\n2668,1646386449,47.75082,8.99735\n2669,1646386450,47.75081,8.99732\n2670,1646386451,47.75079,8.99730\n2671,1646386452,47.75077,8.99727\n2672,1646386453,47.75076,8.99725\n2673,1646386454,47.75074,8.99723\n2674,1646386455,47.75073,8.99721\n2675,1646386456,47.75071,8.99720\n2676,1646386457,47.75070,8.99718\n2677,1646386458,47.75069,8.99716\n2678,1646386459,47.75069,8.99716\n2679,1646386460,47.75069,8.99715\n2680,1646386461,47.75068,8.99714\n2681,1646386462,47.75068,8.99714\n2682,1646386463,47.75067,8.99712\n2683,1646386464,47.75067,8.99712\n2684,1646386465,47.75066,8.99711\n2685,1646386466,47.75066,8.99711\n2686,1646386467,47.75066,8.99711\n2687,1646386468,47.75067,8.99711\n2688,1646386469,47.75067,8.99711\n2689,1646386470,47.75067,8.99711\n2690,1646386471,47.75067,8.99711\n2691,1646386472,47.75067,8.99711\n2692,1646386473,47.75067,8.99711\n2693,1646386474,47.75067,8.99711\n2694,1646386475,47.75067,8.99711\n2695,1646386476,47.75067,8.99711\n2696,1646386477,47.75067,8.99711\n2697,1646386478,47.75067,8.99711\n2698,1646386479,47.75067,8.99711\n2699,1646386480,47.75067,8.99711\n2700,1646386481,47.75067,8.99711\n2701,1646386482,47.75067,8.99711\n2702,1646386483,47.75067,8.99711\n2703,1646386484,47.75067,8.99711\n2704,1646386485,47.75067,8.99711\n2705,1646386486,47.75067,8.99711\n2706,1646386487,47.75067,8.99711\n2707,1646386488,47.75067,8.99711\n2708,1646386489,47.75067,8.99711\n2709,1646386490,47.75066,8.99710\n2710,1646386491,47.75064,8.99708\n2711,1646386492,47.75062,8.99705\n2712,1646386493,47.75060,8.99703\n2713,1646386494,47.75057,8.99701\n2714,1646386495,47.75055,8.99699\n2715,1646386496,47.75052,8.99699\n2716,1646386497,47.75050,8.99700\n2717,1646386498,47.75048,8.99701\n2718,1646386499,47.75046,8.99702\n2719,1646386500,47.75045,8.99703\n2720,1646386501,47.75044,8.99703\n2721,1646386502,47.75044,8.99703\n2722,1646386503,47.75044,8.99702\n2723,1646386504,47.75044,8.99702\n2724,1646386505,47.75044,8.99703\n2725,1646386506,47.75043,8.99703\n2726,1646386507,47.75042,8.99702\n2727,1646386508,47.75041,8.99702\n2728,1646386509,47.75039,8.99702\n2729,1646386510,47.75037,8.99702\n2730,1646386511,47.75036,8.99702\n2731,1646386512,47.75034,8.99702\n2732,1646386513,47.75033,8.99702\n2733,1646386514,47.75033,8.99702\n2734,1646386515,47.75032,8.99702\n2735,1646386516,47.75031,8.99703\n2736,1646386517,47.75029,8.99703\n2737,1646386518,47.75028,8.99704\n2738,1646386519,47.75027,8.99704\n2739,1646386520,47.75026,8.99704\n2740,1646386521,47.75025,8.99705\n2741,1646386522,47.75024,8.99705\n2742,1646386523,47.75022,8.99706\n2743,1646386524,47.75021,8.99705\n2744,1646386525,47.75019,8.99705\n2745,1646386526,47.75018,8.99706\n2746,1646386527,47.75017,8.99707\n2747,1646386528,47.75016,8.99708\n2748,1646386529,47.75016,8.99709\n2749,1646386530,47.75015,8.99710\n2750,1646386531,47.75014,8.99711\n2751,1646386532,47.75012,8.99711\n2752,1646386533,47.75011,8.99712\n2753,1646386534,47.75009,8.99713\n2754,1646386535,47.75008,8.99713\n2755,1646386536,47.75006,8.99714\n2756,1646386537,47.75005,8.99714\n2757,1646386538,47.75004,8.99715\n2758,1646386539,47.75003,8.99716\n2759,1646386540,47.75002,8.99717\n2760,1646386541,47.75002,8.99717\n2761,1646386542,47.75001,8.99718\n2762,1646386543,47.75000,8.99719\n2763,1646386544,47.74999,8.99720\n2764,1646386545,47.74997,8.99720\n2765,1646386546,47.74996,8.99720\n2766,1646386547,47.74994,8.99721\n2767,1646386548,47.74992,8.99721\n2768,1646386549,47.74991,8.99721\n2769,1646386550,47.74989,8.99722\n2770,1646386551,47.74988,8.99723\n2771,1646386552,47.74987,8.99724\n2772,1646386553,47.74986,8.99724\n2773,1646386554,47.74984,8.99724\n2774,1646386555,47.74983,8.99725\n2775,1646386556,47.74982,8.99725\n2776,1646386557,47.74981,8.99726\n2777,1646386558,47.74979,8.99726\n2778,1646386559,47.74978,8.99727\n2779,1646386560,47.74977,8.99728\n2780,1646386561,47.74975,8.99729\n2781,1646386562,47.74974,8.99731\n2782,1646386563,47.74974,8.99733\n2783,1646386564,47.74973,8.99734\n2784,1646386565,47.74972,8.99736\n2785,1646386566,47.74972,8.99738\n2786,1646386567,47.74971,8.99740\n2787,1646386568,47.74970,8.99742\n2788,1646386569,47.74970,8.99743\n2789,1646386570,47.74969,8.99745\n2790,1646386571,47.74968,8.99747\n2791,1646386572,47.74967,8.99749\n2792,1646386573,47.74967,8.99750\n2793,1646386574,47.74966,8.99752\n2794,1646386575,47.74965,8.99754\n2795,1646386576,47.74965,8.99755\n2796,1646386577,47.74964,8.99757\n2797,1646386578,47.74963,8.99759\n2798,1646386579,47.74962,8.99761\n2799,1646386580,47.74962,8.99762\n2800,1646386581,47.74961,8.99764\n2801,1646386582,47.74960,8.99766\n2802,1646386583,47.74960,8.99767\n2803,1646386584,47.74959,8.99769\n2804,1646386585,47.74958,8.99771\n2805,1646386586,47.74958,8.99773\n2806,1646386587,47.74957,8.99774\n2807,1646386588,47.74957,8.99776\n2808,1646386589,47.74956,8.99778\n2809,1646386590,47.74956,8.99779\n2810,1646386591,47.74955,8.99781\n2811,1646386592,47.74955,8.99782\n2812,1646386593,47.74954,8.99784\n2813,1646386594,47.74953,8.99786\n2814,1646386595,47.74952,8.99788\n2815,1646386596,47.74951,8.99789\n2816,1646386597,47.74951,8.99791\n2817,1646386598,47.74950,8.99793\n2818,1646386599,47.74949,8.99794\n2819,1646386600,47.74948,8.99796\n2820,1646386601,47.74947,8.99797\n2821,1646386602,47.74947,8.99799\n2822,1646386603,47.74946,8.99801\n2823,1646386604,47.74945,8.99802\n2824,1646386605,47.74945,8.99804\n2825,1646386606,47.74944,8.99806\n2826,1646386607,47.74943,8.99808\n2827,1646386608,47.74942,8.99809\n2828,1646386609,47.74941,8.99810\n2829,1646386610,47.74940,8.99812\n2830,1646386611,47.74939,8.99813\n2831,1646386612,47.74939,8.99814\n2832,1646386613,47.74937,8.99816\n2833,1646386614,47.74936,8.99817\n2834,1646386615,47.74935,8.99817\n2835,1646386616,47.74934,8.99818\n2836,1646386617,47.74932,8.99818\n2837,1646386618,47.74931,8.99818\n2838,1646386619,47.74929,8.99818\n2839,1646386620,47.74928,8.99817\n2840,1646386621,47.74926,8.99817\n2841,1646386622,47.74925,8.99816\n2842,1646386623,47.74923,8.99817\n2843,1646386624,47.74922,8.99817\n2844,1646386625,47.74921,8.99818\n2845,1646386626,47.74920,8.99819\n2846,1646386627,47.74918,8.99820\n2847,1646386628,47.74917,8.99821\n2848,1646386629,47.74916,8.99823\n2849,1646386630,47.74915,8.99824\n2850,1646386631,47.74914,8.99826\n2851,1646386632,47.74913,8.99827\n2852,1646386633,47.74912,8.99828\n2853,1646386634,47.74912,8.99830\n2854,1646386635,47.74911,8.99831\n2855,1646386636,47.74910,8.99833\n2856,1646386637,47.74909,8.99835\n2857,1646386638,47.74908,8.99836\n2858,1646386639,47.74907,8.99838\n2859,1646386640,47.74906,8.99840\n2860,1646386641,47.74905,8.99841\n2861,1646386642,47.74905,8.99843\n2862,1646386643,47.74904,8.99844\n2863,1646386644,47.74903,8.99846\n2864,1646386645,47.74902,8.99847\n2865,1646386646,47.74901,8.99849\n2866,1646386647,47.74901,8.99850\n2867,1646386648,47.74900,8.99851\n2868,1646386649,47.74899,8.99853\n2869,1646386650,47.74898,8.99854\n2870,1646386651,47.74897,8.99855\n2871,1646386652,47.74896,8.99857\n2872,1646386653,47.74895,8.99858\n2873,1646386654,47.74894,8.99860\n2874,1646386655,47.74894,8.99862\n2875,1646386656,47.74893,8.99863\n2876,1646386657,47.74892,8.99864\n2877,1646386658,47.74891,8.99865\n2878,1646386659,47.74891,8.99867\n2879,1646386660,47.74890,8.99869\n2880,1646386661,47.74889,8.99871\n2881,1646386662,47.74888,8.99873\n2882,1646386663,47.74888,8.99875\n2883,1646386664,47.74887,8.99877\n2884,1646386665,47.74886,8.99878\n2885,1646386666,47.74885,8.99880\n2886,1646386667,47.74885,8.99881\n2887,1646386668,47.74884,8.99883\n2888,1646386669,47.74883,8.99884\n2889,1646386670,47.74882,8.99886\n2890,1646386671,47.74882,8.99887\n2891,1646386672,47.74881,8.99889\n2892,1646386673,47.74880,8.99890\n2893,1646386674,47.74879,8.99892\n2894,1646386675,47.74878,8.99893\n2895,1646386676,47.74878,8.99895\n2896,1646386677,47.74877,8.99897\n2897,1646386678,47.74876,8.99898\n2898,1646386679,47.74875,8.99900\n2899,1646386680,47.74874,8.99902\n2900,1646386681,47.74873,8.99903\n2901,1646386682,47.74872,8.99905\n2902,1646386683,47.74872,8.99907\n2903,1646386684,47.74871,8.99909\n2904,1646386685,47.74870,8.99910\n2905,1646386686,47.74869,8.99912\n2906,1646386687,47.74868,8.99914\n2907,1646386688,47.74867,8.99915\n2908,1646386689,47.74866,8.99917\n2909,1646386690,47.74865,8.99919\n2910,1646386691,47.74864,8.99920\n2911,1646386692,47.74863,8.99922\n2912,1646386693,47.74863,8.99924\n2913,1646386694,47.74862,8.99925\n2914,1646386695,47.74861,8.99927\n2915,1646386696,47.74860,8.99928\n2916,1646386697,47.74859,8.99930\n2917,1646386698,47.74858,8.99932\n2918,1646386699,47.74858,8.99933\n2919,1646386700,47.74857,8.99935\n2920,1646386701,47.74856,8.99936\n2921,1646386702,47.74855,8.99938\n2922,1646386703,47.74854,8.99940\n2923,1646386704,47.74853,8.99941\n2924,1646386705,47.74852,8.99943\n2925,1646386706,47.74851,8.99945\n2926,1646386707,47.74851,8.99946\n2927,1646386708,47.74850,8.99948\n2928,1646386709,47.74849,8.99950\n2929,1646386710,47.74848,8.99951\n2930,1646386711,47.74847,8.99953\n2931,1646386712,47.74846,8.99955\n2932,1646386713,47.74845,8.99957\n2933,1646386714,47.74844,8.99958\n2934,1646386715,47.74844,8.99960\n2935,1646386716,47.74843,8.99961\n2936,1646386717,47.74842,8.99963\n2937,1646386718,47.74841,8.99963\n2938,1646386719,47.74840,8.99964\n2939,1646386720,47.74839,8.99964\n2940,1646386721,47.74838,8.99963\n2941,1646386722,47.74838,8.99962\n2942,1646386723,47.74838,8.99961\n2943,1646386724,47.74838,8.99961\n2944,1646386725,47.74838,8.99960\n2945,1646386726,47.74838,8.99960\n2946,1646386727,47.74838,8.99960\n2947,1646386728,47.74838,8.99959\n2948,1646386729,47.74838,8.99959\n2949,1646386730,47.74838,8.99959\n2950,1646386731,47.74838,8.99959\n2951,1646386732,47.74838,8.99959\n2952,1646386733,47.74837,8.99958\n2953,1646386734,47.74837,8.99958\n2954,1646386735,47.74836,8.99957\n2955,1646386736,47.74836,8.99956\n2956,1646386737,47.74836,8.99955\n2957,1646386738,47.74835,8.99954\n2958,1646386739,47.74835,8.99953\n2959,1646386740,47.74835,8.99953\n2960,1646386741,47.74834,8.99952\n2961,1646386742,47.74833,8.99951\n2962,1646386743,47.74832,8.99950\n2963,1646386744,47.74831,8.99948\n2964,1646386745,47.74830,8.99946\n2965,1646386746,47.74829,8.99945\n2966,1646386747,47.74828,8.99943\n2967,1646386748,47.74827,8.99942\n2968,1646386749,47.74826,8.99940\n2969,1646386750,47.74825,8.99937\n2970,1646386751,47.74823,8.99935\n2971,1646386752,47.74821,8.99935\n2972,1646386753,47.74819,8.99936\n2973,1646386754,47.74817,8.99937\n2974,1646386755,47.74815,8.99938\n2975,1646386756,47.74814,8.99940\n2976,1646386757,47.74813,8.99942\n2977,1646386758,47.74812,8.99943\n2978,1646386759,47.74811,8.99944\n2979,1646386760,47.74810,8.99943\n2980,1646386761,47.74808,8.99942\n2981,1646386762,47.74807,8.99941\n2982,1646386763,47.74805,8.99939\n2983,1646386764,47.74803,8.99938\n2984,1646386765,47.74801,8.99937\n2985,1646386766,47.74801,8.99937\n2986,1646386767,47.74801,8.99937\n2987,1646386768,47.74801,8.99937\n2988,1646386769,47.74801,8.99937\n2989,1646386770,47.74801,8.99937\n2990,1646386771,47.74801,8.99937\n2991,1646386772,47.74801,8.99937\n2992,1646386773,47.74801,8.99937\n2993,1646386774,47.74801,8.99937\n2994,1646386775,47.74801,8.99937\n2995,1646386776,47.74799,8.99936\n2996,1646386777,47.74797,8.99934\n2997,1646386778,47.74794,8.99932\n2998,1646386779,47.74791,8.99930\n2999,1646386780,47.74789,8.99929\n3000,1646386781,47.74788,8.99928\n3001,1646386782,47.74788,8.99927\n3002,1646386783,47.74788,8.99927\n3003,1646386784,47.74787,8.99927\n3004,1646386785,47.74787,8.99927\n3005,1646386786,47.74787,8.99927\n3006,1646386787,47.74787,8.99927\n3007,1646386788,47.74786,8.99926\n3008,1646386789,47.74785,8.99925\n3009,1646386790,47.74784,8.99925\n3010,1646386791,47.74782,8.99924\n3011,1646386792,47.74781,8.99923\n3012,1646386793,47.74779,8.99922\n3013,1646386794,47.74778,8.99921\n3014,1646386795,47.74776,8.99920\n3015,1646386796,47.74775,8.99919\n3016,1646386797,47.74773,8.99918\n3017,1646386798,47.74772,8.99917\n3018,1646386799,47.74770,8.99916\n3019,1646386800,47.74769,8.99915\n3020,1646386801,47.74769,8.99915\n3021,1646386802,47.74769,8.99915\n3022,1646386803,47.74769,8.99915\n3023,1646386804,47.74768,8.99914\n3024,1646386805,47.74767,8.99914\n3025,1646386806,47.74766,8.99913\n3026,1646386807,47.74765,8.99912\n3027,1646386808,47.74764,8.99912\n3028,1646386809,47.74763,8.99910\n3029,1646386810,47.74761,8.99908\n3030,1646386811,47.74760,8.99907\n3031,1646386812,47.74758,8.99905\n3032,1646386813,47.74756,8.99904\n3033,1646386814,47.74754,8.99903\n3034,1646386815,47.74752,8.99901\n3035,1646386816,47.74750,8.99899\n3036,1646386817,47.74749,8.99898\n3037,1646386818,47.74748,8.99898\n3038,1646386819,47.74748,8.99898\n3039,1646386820,47.74748,8.99898\n3040,1646386821,47.74749,8.99899\n3041,1646386822,47.74749,8.99899\n3042,1646386823,47.74749,8.99899\n3043,1646386824,47.74749,8.99899\n3044,1646386825,47.74748,8.99898\n3045,1646386826,47.74747,8.99897\n3046,1646386827,47.74746,8.99896\n3047,1646386828,47.74744,8.99895\n3048,1646386829,47.74743,8.99894\n3049,1646386830,47.74742,8.99893\n3050,1646386831,47.74741,8.99893\n3051,1646386832,47.74740,8.99892\n3052,1646386833,47.74738,8.99891\n3053,1646386834,47.74737,8.99890\n3054,1646386835,47.74736,8.99889\n3055,1646386836,47.74735,8.99888\n3056,1646386837,47.74734,8.99888\n3057,1646386838,47.74733,8.99887\n3058,1646386839,47.74732,8.99887\n3059,1646386840,47.74730,8.99886\n3060,1646386841,47.74729,8.99886\n3061,1646386842,47.74728,8.99885\n3062,1646386843,47.74727,8.99885\n3063,1646386844,47.74726,8.99885\n3064,1646386845,47.74724,8.99885\n3065,1646386846,47.74723,8.99886\n3066,1646386847,47.74722,8.99887\n3067,1646386848,47.74720,8.99888\n3068,1646386849,47.74720,8.99890\n3069,1646386850,47.74719,8.99892\n3070,1646386851,47.74718,8.99894\n3071,1646386852,47.74718,8.99895\n3072,1646386853,47.74717,8.99897\n3073,1646386854,47.74716,8.99899\n3074,1646386855,47.74716,8.99900\n3075,1646386856,47.74715,8.99902\n3076,1646386857,47.74714,8.99904\n3077,1646386858,47.74713,8.99905\n3078,1646386859,47.74713,8.99907\n3079,1646386860,47.74712,8.99909\n3080,1646386861,47.74712,8.99911\n3081,1646386862,47.74711,8.99912\n3082,1646386863,47.74711,8.99914\n3083,1646386864,47.74710,8.99916\n3084,1646386865,47.74709,8.99918\n3085,1646386866,47.74709,8.99920\n3086,1646386867,47.74708,8.99922\n3087,1646386868,47.74708,8.99924\n3088,1646386869,47.74707,8.99926\n3089,1646386870,47.74707,8.99928\n3090,1646386871,47.74706,8.99930\n3091,1646386872,47.74705,8.99932\n3092,1646386873,47.74705,8.99934\n3093,1646386874,47.74704,8.99935\n3094,1646386875,47.74704,8.99937\n3095,1646386876,47.74703,8.99939\n3096,1646386877,47.74702,8.99941\n3097,1646386878,47.74702,8.99943\n3098,1646386879,47.74701,8.99945\n3099,1646386880,47.74700,8.99947\n3100,1646386881,47.74700,8.99949\n3101,1646386882,47.74699,8.99951\n3102,1646386883,47.74699,8.99952\n3103,1646386884,47.74698,8.99954\n3104,1646386885,47.74697,8.99956\n3105,1646386886,47.74697,8.99958\n3106,1646386887,47.74696,8.99960\n3107,1646386888,47.74695,8.99962\n3108,1646386889,47.74695,8.99963\n3109,1646386890,47.74694,8.99965\n3110,1646386891,47.74693,8.99967\n3111,1646386892,47.74693,8.99969\n3112,1646386893,47.74692,8.99971\n3113,1646386894,47.74691,8.99973\n3114,1646386895,47.74691,8.99975\n3115,1646386896,47.74690,8.99977\n3116,1646386897,47.74689,8.99978\n3117,1646386898,47.74689,8.99980\n3118,1646386899,47.74688,8.99982\n3119,1646386900,47.74688,8.99984\n3120,1646386901,47.74687,8.99986\n3121,1646386902,47.74686,8.99988\n3122,1646386903,47.74685,8.99990\n3123,1646386904,47.74684,8.99991\n3124,1646386905,47.74683,8.99992\n3125,1646386906,47.74682,8.99993\n3126,1646386907,47.74682,8.99994\n3127,1646386908,47.74681,8.99997\n3128,1646386909,47.74680,8.99999\n3129,1646386910,47.74679,9.00002\n3130,1646386911,47.74679,9.00004\n3131,1646386912,47.74678,9.00006\n3132,1646386913,47.74677,9.00008\n3133,1646386914,47.74676,9.00010\n3134,1646386915,47.74676,9.00012\n3135,1646386916,47.74675,9.00014\n3136,1646386917,47.74675,9.00016\n3137,1646386918,47.74674,9.00018\n3138,1646386919,47.74674,9.00019\n3139,1646386920,47.74673,9.00021\n3140,1646386921,47.74673,9.00023\n3141,1646386922,47.74672,9.00025\n3142,1646386923,47.74671,9.00027\n3143,1646386924,47.74671,9.00028\n3144,1646386925,47.74670,9.00030\n3145,1646386926,47.74670,9.00032\n3146,1646386927,47.74669,9.00034\n3147,1646386928,47.74669,9.00036\n3148,1646386929,47.74668,9.00038\n3149,1646386930,47.74667,9.00040\n3150,1646386931,47.74667,9.00041\n3151,1646386932,47.74666,9.00043\n3152,1646386933,47.74665,9.00045\n3153,1646386934,47.74664,9.00047\n3154,1646386935,47.74664,9.00048\n3155,1646386936,47.74662,9.00050\n3156,1646386937,47.74662,9.00052\n3157,1646386938,47.74661,9.00054\n3158,1646386939,47.74661,9.00056\n3159,1646386940,47.74660,9.00058\n3160,1646386941,47.74659,9.00060\n3161,1646386942,47.74659,9.00061\n3162,1646386943,47.74658,9.00063\n3163,1646386944,47.74658,9.00064\n3164,1646386945,47.74657,9.00066\n3165,1646386946,47.74657,9.00068\n3166,1646386947,47.74656,9.00070\n3167,1646386948,47.74656,9.00072\n3168,1646386949,47.74657,9.00073\n3169,1646386950,47.74657,9.00073\n3170,1646386951,47.74657,9.00074\n3171,1646386952,47.74657,9.00074\n3172,1646386953,47.74657,9.00074\n3173,1646386954,47.74657,9.00074\n3174,1646386955,47.74657,9.00074\n3175,1646386956,47.74657,9.00074\n3176,1646386957,47.74657,9.00074\n3177,1646386958,47.74657,9.00074\n3178,1646386959,47.74657,9.00075\n3179,1646386960,47.74657,9.00075\n3180,1646386961,47.74657,9.00075\n3181,1646386962,47.74657,9.00075\n3182,1646386963,47.74656,9.00077\n3183,1646386964,47.74655,9.00079\n3184,1646386965,47.74655,9.00081\n3185,1646386966,47.74654,9.00083\n3186,1646386967,47.74653,9.00085\n3187,1646386968,47.74652,9.00087\n3188,1646386969,47.74651,9.00088\n3189,1646386970,47.74650,9.00089\n3190,1646386971,47.74649,9.00090\n3191,1646386972,47.74648,9.00092\n3192,1646386973,47.74647,9.00094\n3193,1646386974,47.74646,9.00096\n3194,1646386975,47.74645,9.00098\n3195,1646386976,47.74644,9.00100\n3196,1646386977,47.74643,9.00101\n3197,1646386978,47.74642,9.00103\n3198,1646386979,47.74641,9.00105\n3199,1646386980,47.74640,9.00107\n3200,1646386981,47.74639,9.00108\n3201,1646386982,47.74639,9.00110\n3202,1646386983,47.74638,9.00112\n3203,1646386984,47.74637,9.00113\n3204,1646386985,47.74636,9.00115\n3205,1646386986,47.74636,9.00117\n3206,1646386987,47.74635,9.00119\n3207,1646386988,47.74634,9.00121\n3208,1646386989,47.74634,9.00123\n3209,1646386990,47.74633,9.00124\n3210,1646386991,47.74632,9.00126\n3211,1646386992,47.74631,9.00127\n3212,1646386993,47.74630,9.00128\n3213,1646386994,47.74629,9.00129\n3214,1646386995,47.74628,9.00130\n3215,1646386996,47.74627,9.00130\n3216,1646386997,47.74625,9.00130\n3217,1646386998,47.74624,9.00129\n3218,1646386999,47.74623,9.00128\n3219,1646387000,47.74622,9.00127\n3220,1646387001,47.74620,9.00126\n3221,1646387002,47.74619,9.00125\n3222,1646387003,47.74618,9.00124\n3223,1646387004,47.74617,9.00123\n3224,1646387005,47.74616,9.00122\n3225,1646387006,47.74615,9.00120\n3226,1646387007,47.74614,9.00119\n3227,1646387008,47.74613,9.00118\n3228,1646387009,47.74612,9.00116\n3229,1646387010,47.74611,9.00115\n3230,1646387011,47.74610,9.00114\n3231,1646387012,47.74609,9.00113\n3232,1646387013,47.74608,9.00112\n3233,1646387014,47.74607,9.00110\n3234,1646387015,47.74606,9.00109\n3235,1646387016,47.74605,9.00108\n3236,1646387017,47.74604,9.00106\n3237,1646387018,47.74603,9.00105\n3238,1646387019,47.74601,9.00104\n3239,1646387020,47.74600,9.00103\n3240,1646387021,47.74599,9.00102\n3241,1646387022,47.74598,9.00101\n3242,1646387023,47.74597,9.00100\n3243,1646387024,47.74596,9.00100\n3244,1646387025,47.74595,9.00098\n3245,1646387026,47.74594,9.00097\n3246,1646387027,47.74593,9.00096\n3247,1646387028,47.74591,9.00094\n3248,1646387029,47.74590,9.00093\n3249,1646387030,47.74589,9.00092\n3250,1646387031,47.74588,9.00091\n3251,1646387032,47.74587,9.00090\n3252,1646387033,47.74586,9.00089\n3253,1646387034,47.74585,9.00088\n3254,1646387035,47.74584,9.00087\n3255,1646387036,47.74583,9.00085\n3256,1646387037,47.74582,9.00084\n3257,1646387038,47.74581,9.00083\n3258,1646387039,47.74580,9.00082\n3259,1646387040,47.74579,9.00081\n3260,1646387041,47.74578,9.00081\n3261,1646387042,47.74577,9.00080\n3262,1646387043,47.74575,9.00080\n3263,1646387044,47.74574,9.00079\n3264,1646387045,47.74573,9.00078\n3265,1646387046,47.74572,9.00077\n3266,1646387047,47.74571,9.00076\n3267,1646387048,47.74570,9.00075\n3268,1646387049,47.74569,9.00074\n3269,1646387050,47.74568,9.00073\n3270,1646387051,47.74567,9.00072\n3271,1646387052,47.74566,9.00070\n3272,1646387053,47.74565,9.00069\n3273,1646387054,47.74564,9.00068\n3274,1646387055,47.74563,9.00066\n3275,1646387056,47.74562,9.00065\n3276,1646387057,47.74561,9.00065\n3277,1646387058,47.74560,9.00066\n3278,1646387059,47.74558,9.00065\n3279,1646387060,47.74556,9.00064\n3280,1646387061,47.74555,9.00063\n3281,1646387062,47.74553,9.00063\n3282,1646387063,47.74551,9.00063\n3283,1646387064,47.74550,9.00062\n3284,1646387065,47.74549,9.00062\n3285,1646387066,47.74548,9.00061\n3286,1646387067,47.74547,9.00060\n3287,1646387068,47.74546,9.00059\n3288,1646387069,47.74545,9.00058\n3289,1646387070,47.74544,9.00057\n3290,1646387071,47.74543,9.00056\n3291,1646387072,47.74542,9.00054\n3292,1646387073,47.74541,9.00053\n3293,1646387074,47.74540,9.00052\n3294,1646387075,47.74539,9.00050\n3295,1646387076,47.74539,9.00049\n3296,1646387077,47.74538,9.00048\n3297,1646387078,47.74537,9.00046\n3298,1646387079,47.74536,9.00045\n3299,1646387080,47.74536,9.00044\n3300,1646387081,47.74535,9.00044\n3301,1646387082,47.74535,9.00044\n3302,1646387083,47.74534,9.00043\n3303,1646387084,47.74533,9.00041\n3304,1646387085,47.74532,9.00040\n3305,1646387086,47.74532,9.00038\n3306,1646387087,47.74531,9.00037\n3307,1646387088,47.74530,9.00036\n3308,1646387089,47.74530,9.00035\n3309,1646387090,47.74530,9.00036\n3310,1646387091,47.74531,9.00037\n3311,1646387092,47.74531,9.00036\n3312,1646387093,47.74530,9.00036\n3313,1646387094,47.74530,9.00034\n3314,1646387095,47.74529,9.00033\n3315,1646387096,47.74527,9.00031\n3316,1646387097,47.74527,9.00030\n3317,1646387098,47.74526,9.00029\n3318,1646387099,47.74525,9.00028\n3319,1646387100,47.74524,9.00027\n3320,1646387101,47.74523,9.00026\n3321,1646387102,47.74522,9.00024\n3322,1646387103,47.74521,9.00023\n3323,1646387104,47.74521,9.00022\n3324,1646387105,47.74520,9.00021\n3325,1646387106,47.74519,9.00019\n3326,1646387107,47.74518,9.00018\n3327,1646387108,47.74517,9.00017\n3328,1646387109,47.74516,9.00016\n3329,1646387110,47.74515,9.00015\n3330,1646387111,47.74513,9.00014\n3331,1646387112,47.74512,9.00013\n3332,1646387113,47.74511,9.00012\n3333,1646387114,47.74510,9.00011\n3334,1646387115,47.74510,9.00010\n3335,1646387116,47.74509,9.00009\n3336,1646387117,47.74508,9.00008\n3337,1646387118,47.74507,9.00008\n3338,1646387119,47.74506,9.00008\n3339,1646387120,47.74505,9.00008\n3340,1646387121,47.74505,9.00009\n3341,1646387122,47.74504,9.00009\n3342,1646387123,47.74503,9.00009\n3343,1646387124,47.74502,9.00008\n3344,1646387125,47.74501,9.00008\n3345,1646387126,47.74500,9.00009\n3346,1646387127,47.74499,9.00009\n3347,1646387128,47.74498,9.00010\n3348,1646387129,47.74497,9.00012\n3349,1646387130,47.74495,9.00013\n3350,1646387131,47.74494,9.00015\n3351,1646387132,47.74493,9.00016\n3352,1646387133,47.74493,9.00018\n3353,1646387134,47.74492,9.00020\n3354,1646387135,47.74491,9.00021\n3355,1646387136,47.74491,9.00021\n3356,1646387137,47.74490,9.00021\n3357,1646387138,47.74490,9.00021\n3358,1646387139,47.74490,9.00021\n3359,1646387140,47.74490,9.00021\n3360,1646387141,47.74490,9.00021\n3361,1646387142,47.74490,9.00021\n3362,1646387143,47.74490,9.00021\n3363,1646387144,47.74490,9.00022\n3364,1646387145,47.74490,9.00022\n3365,1646387146,47.74490,9.00022\n3366,1646387147,47.74490,9.00024\n3367,1646387148,47.74488,9.00025\n3368,1646387149,47.74487,9.00025\n3369,1646387150,47.74485,9.00024\n3370,1646387151,47.74484,9.00024\n3371,1646387152,47.74483,9.00023\n3372,1646387153,47.74482,9.00023\n3373,1646387154,47.74480,9.00022\n3374,1646387155,47.74479,9.00021\n3375,1646387156,47.74478,9.00021\n3376,1646387157,47.74476,9.00020\n3377,1646387158,47.74475,9.00020\n3378,1646387159,47.74474,9.00019\n3379,1646387160,47.74473,9.00019\n3380,1646387161,47.74472,9.00018\n3381,1646387162,47.74471,9.00016\n3382,1646387163,47.74470,9.00015\n3383,1646387164,47.74469,9.00014\n3384,1646387165,47.74468,9.00014\n3385,1646387166,47.74467,9.00013\n3386,1646387167,47.74466,9.00012\n3387,1646387168,47.74465,9.00010\n3388,1646387169,47.74464,9.00009\n3389,1646387170,47.74463,9.00008\n3390,1646387171,47.74462,9.00007\n3391,1646387172,47.74461,9.00006\n3392,1646387173,47.74460,9.00004\n3393,1646387174,47.74459,9.00003\n3394,1646387175,47.74458,9.00002\n3395,1646387176,47.74457,9.00001\n3396,1646387177,47.74456,9.00000\n3397,1646387178,47.74456,9.00000\n3398,1646387179,47.74455,8.99999\n3399,1646387180,47.74455,8.99999\n3400,1646387181,47.74454,8.99998\n3401,1646387182,47.74454,8.99997\n3402,1646387183,47.74453,8.99996\n3403,1646387184,47.74453,8.99995\n3404,1646387185,47.74452,8.99993\n3405,1646387186,47.74450,8.99991\n3406,1646387187,47.74444,8.99990\n3407,1646387188,47.74442,8.99989\n3408,1646387189,47.74441,8.99987\n3409,1646387190,47.74439,8.99986\n3410,1646387191,47.74439,8.99983\n3411,1646387192,47.74438,8.99982\n3412,1646387193,47.74438,8.99982\n3413,1646387194,47.74438,8.99984\n3414,1646387195,47.74439,8.99986\n3415,1646387196,47.74439,8.99987\n3416,1646387197,47.74440,8.99989\n3417,1646387198,47.74440,8.99990\n3418,1646387199,47.74440,8.99991\n3419,1646387200,47.74440,8.99991\n3420,1646387201,47.74441,8.99991\n3421,1646387202,47.74441,8.99991\n3422,1646387203,47.74441,8.99990\n3423,1646387204,47.74441,8.99990\n3424,1646387205,47.74441,8.99990\n3425,1646387206,47.74441,8.99989\n3426,1646387207,47.74440,8.99987\n3427,1646387208,47.74439,8.99986\n3428,1646387209,47.74438,8.99983\n3429,1646387210,47.74438,8.99981\n3430,1646387211,47.74438,8.99979\n3431,1646387212,47.74437,8.99977\n3432,1646387213,47.74437,8.99975\n3433,1646387214,47.74438,8.99974\n3434,1646387215,47.74438,8.99972\n3435,1646387216,47.74439,8.99970\n3436,1646387217,47.74439,8.99968\n3437,1646387218,47.74440,8.99967\n3438,1646387219,47.74441,8.99965\n3439,1646387220,47.74442,8.99963\n3440,1646387221,47.74444,8.99961\n3441,1646387222,47.74445,8.99960\n3442,1646387223,47.74446,8.99959\n3443,1646387224,47.74448,8.99957\n3444,1646387225,47.74449,8.99956\n3445,1646387226,47.74450,8.99954\n3446,1646387227,47.74450,8.99953\n3447,1646387228,47.74451,8.99951\n3448,1646387229,47.74452,8.99949\n3449,1646387230,47.74453,8.99947\n3450,1646387231,47.74454,8.99945\n3451,1646387232,47.74455,8.99943\n3452,1646387233,47.74456,8.99941\n3453,1646387234,47.74457,8.99939\n3454,1646387235,47.74457,8.99937\n3455,1646387236,47.74458,8.99935\n3456,1646387237,47.74459,8.99932\n3457,1646387238,47.74459,8.99930\n3458,1646387239,47.74460,8.99927\n3459,1646387240,47.74460,8.99925\n3460,1646387241,47.74459,8.99923\n3461,1646387242,47.74459,8.99921\n3462,1646387243,47.74459,8.99919\n3463,1646387244,47.74458,8.99917\n3464,1646387245,47.74457,8.99915\n3465,1646387246,47.74457,8.99913\n3466,1646387247,47.74456,8.99912\n3467,1646387248,47.74456,8.99910\n3468,1646387249,47.74456,8.99908\n3469,1646387250,47.74455,8.99906\n3470,1646387251,47.74456,8.99904\n3471,1646387252,47.74456,8.99902\n3472,1646387253,47.74456,8.99900\n3473,1646387254,47.74455,8.99898\n3474,1646387255,47.74455,8.99896\n3475,1646387256,47.74454,8.99894\n3476,1646387257,47.74454,8.99891\n3477,1646387258,47.74454,8.99889\n3478,1646387259,47.74454,8.99887\n3479,1646387260,47.74453,8.99885\n3480,1646387261,47.74453,8.99883\n3481,1646387262,47.74453,8.99881\n3482,1646387263,47.74452,8.99879\n3483,1646387264,47.74452,8.99877\n3484,1646387265,47.74451,8.99874\n3485,1646387266,47.74451,8.99873\n3486,1646387267,47.74450,8.99871\n3487,1646387268,47.74450,8.99869\n3488,1646387269,47.74450,8.99867\n3489,1646387270,47.74449,8.99865\n3490,1646387271,47.74449,8.99863\n3491,1646387272,47.74448,8.99861\n3492,1646387273,47.74448,8.99859\n3493,1646387274,47.74448,8.99857\n3494,1646387275,47.74447,8.99855\n3495,1646387276,47.74447,8.99853\n3496,1646387277,47.74447,8.99851\n3497,1646387278,47.74446,8.99850\n3498,1646387279,47.74445,8.99849\n3499,1646387280,47.74444,8.99848\n3500,1646387281,47.74443,8.99847\n3501,1646387282,47.74441,8.99847\n3502,1646387283,47.74439,8.99847\n3503,1646387284,47.74438,8.99847\n3504,1646387285,47.74436,8.99848\n3505,1646387286,47.74435,8.99849\n3506,1646387287,47.74434,8.99850\n3507,1646387288,47.74433,8.99851\n3508,1646387289,47.74432,8.99852\n3509,1646387290,47.74431,8.99852\n3510,1646387291,47.74430,8.99853\n3511,1646387292,47.74429,8.99854\n3512,1646387293,47.74428,8.99855\n3513,1646387294,47.74426,8.99856\n3514,1646387295,47.74425,8.99857\n3515,1646387296,47.74424,8.99858\n3516,1646387297,47.74422,8.99859\n3517,1646387298,47.74421,8.99860\n3518,1646387299,47.74420,8.99860\n3519,1646387300,47.74418,8.99861\n3520,1646387301,47.74417,8.99862\n3521,1646387302,47.74416,8.99863\n3522,1646387303,47.74414,8.99864\n3523,1646387304,47.74413,8.99865\n3524,1646387305,47.74412,8.99866\n3525,1646387306,47.74410,8.99866\n3526,1646387307,47.74409,8.99867\n3527,1646387308,47.74408,8.99868\n3528,1646387309,47.74407,8.99869\n3529,1646387310,47.74405,8.99870\n3530,1646387311,47.74404,8.99871\n3531,1646387312,47.74402,8.99871\n3532,1646387313,47.74401,8.99872\n3533,1646387314,47.74400,8.99873\n3534,1646387315,47.74398,8.99874\n3535,1646387316,47.74397,8.99874\n3536,1646387317,47.74395,8.99874\n3537,1646387318,47.74394,8.99875\n3538,1646387319,47.74393,8.99876\n3539,1646387320,47.74392,8.99876\n3540,1646387321,47.74390,8.99877\n3541,1646387322,47.74389,8.99878\n3542,1646387323,47.74388,8.99878\n3543,1646387324,47.74386,8.99879\n3544,1646387325,47.74385,8.99879\n3545,1646387326,47.74383,8.99880\n3546,1646387327,47.74382,8.99881\n3547,1646387328,47.74381,8.99882\n3548,1646387329,47.74379,8.99883\n3549,1646387330,47.74378,8.99884\n3550,1646387331,47.74377,8.99885\n3551,1646387332,47.74376,8.99886\n3552,1646387333,47.74375,8.99887\n3553,1646387334,47.74374,8.99887\n3554,1646387335,47.74372,8.99889\n3555,1646387336,47.74371,8.99890\n3556,1646387337,47.74370,8.99891\n3557,1646387338,47.74369,8.99892\n3558,1646387339,47.74368,8.99893\n3559,1646387340,47.74366,8.99894\n3560,1646387341,47.74365,8.99895\n3561,1646387342,47.74364,8.99895\n3562,1646387343,47.74363,8.99896\n3563,1646387344,47.74362,8.99897\n3564,1646387345,47.74361,8.99898\n3565,1646387346,47.74359,8.99899\n3566,1646387347,47.74358,8.99900\n3567,1646387348,47.74357,8.99901\n3568,1646387349,47.74356,8.99902\n3569,1646387350,47.74355,8.99903\n3570,1646387351,47.74353,8.99904\n3571,1646387352,47.74352,8.99905\n3572,1646387353,47.74351,8.99905\n3573,1646387354,47.74349,8.99906\n3574,1646387355,47.74348,8.99907\n3575,1646387356,47.74347,8.99908\n3576,1646387357,47.74346,8.99909\n3577,1646387358,47.74345,8.99910\n3578,1646387359,47.74344,8.99911\n3579,1646387360,47.74342,8.99912\n3580,1646387361,47.74341,8.99913\n3581,1646387362,47.74340,8.99914\n3582,1646387363,47.74339,8.99915\n3583,1646387364,47.74338,8.99916\n3584,1646387365,47.74337,8.99917\n3585,1646387366,47.74335,8.99918\n3586,1646387367,47.74334,8.99920\n3587,1646387368,47.74333,8.99921\n3588,1646387369,47.74332,8.99922\n3589,1646387370,47.74331,8.99923\n3590,1646387371,47.74330,8.99924\n3591,1646387372,47.74328,8.99925\n3592,1646387373,47.74327,8.99926\n3593,1646387374,47.74326,8.99927\n3594,1646387375,47.74325,8.99928\n3595,1646387376,47.74324,8.99928\n3596,1646387377,47.74322,8.99928\n3597,1646387378,47.74321,8.99928\n3598,1646387379,47.74321,8.99928\n3599,1646387380,47.74320,8.99928\n3600,1646387381,47.74319,8.99928\n3601,1646387382,47.74318,8.99927\n3602,1646387383,47.74317,8.99926\n3603,1646387384,47.74316,8.99925\n3604,1646387385,47.74315,8.99924\n3605,1646387386,47.74314,8.99923\n3606,1646387387,47.74313,8.99923\n3607,1646387388,47.74313,8.99922\n3608,1646387389,47.74312,8.99921\n3609,1646387390,47.74312,8.99920\n3610,1646387391,47.74312,8.99919\n3611,1646387392,47.74311,8.99918\n3612,1646387393,47.74311,8.99917\n3613,1646387394,47.74311,8.99917\n3614,1646387395,47.74311,8.99916\n3615,1646387396,47.74311,8.99916\n3616,1646387397,47.74310,8.99915\n3617,1646387398,47.74310,8.99915\n3618,1646387399,47.74310,8.99914\n3619,1646387400,47.74310,8.99914\n3620,1646387401,47.74310,8.99914\n3621,1646387402,47.74310,8.99914\n3622,1646387403,47.74310,8.99914\n3623,1646387404,47.74310,8.99913\n3624,1646387405,47.74311,8.99914\n3625,1646387406,47.74311,8.99914\n3626,1646387407,47.74311,8.99914\n3627,1646387408,47.74311,8.99914\n3628,1646387409,47.74311,8.99914\n3629,1646387410,47.74311,8.99914\n3630,1646387411,47.74311,8.99914\n3631,1646387412,47.74311,8.99914\n3632,1646387413,47.74311,8.99914\n3633,1646387414,47.74311,8.99914\n3634,1646387415,47.74311,8.99914\n3635,1646387416,47.74311,8.99914\n3636,1646387417,47.74311,8.99914\n3637,1646387418,47.74310,8.99914\n3638,1646387419,47.74309,8.99913\n3639,1646387420,47.74309,8.99912\n3640,1646387421,47.74308,8.99911\n3641,1646387422,47.74305,8.99912\n3642,1646387423,47.74304,8.99911\n3643,1646387424,47.74303,8.99910\n3644,1646387425,47.74302,8.99909\n3645,1646387426,47.74301,8.99907\n3646,1646387427,47.74300,8.99906\n3647,1646387428,47.74299,8.99905\n3648,1646387429,47.74299,8.99904\n3649,1646387430,47.74299,8.99904\n3650,1646387431,47.74299,8.99904\n3651,1646387432,47.74299,8.99904\n3652,1646387433,47.74300,8.99904\n3653,1646387434,47.74300,8.99903\n3654,1646387435,47.74300,8.99902\n3655,1646387436,47.74300,8.99901\n3656,1646387437,47.74300,8.99900\n3657,1646387438,47.74300,8.99900\n3658,1646387439,47.74300,8.99900\n3659,1646387440,47.74300,8.99899\n3660,1646387441,47.74300,8.99899\n3661,1646387442,47.74300,8.99899\n3662,1646387443,47.74300,8.99899\n3663,1646387444,47.74300,8.99899\n3664,1646387445,47.74300,8.99899\n3665,1646387446,47.74300,8.99899\n3666,1646387447,47.74300,8.99899\n3667,1646387448,47.74300,8.99899\n3668,1646387449,47.74300,8.99898\n3669,1646387450,47.74300,8.99898\n3670,1646387451,47.74300,8.99898\n3671,1646387452,47.74300,8.99898\n3672,1646387453,47.74299,8.99897\n3673,1646387454,47.74299,8.99897\n3674,1646387455,47.74299,8.99897\n3675,1646387456,47.74299,8.99897\n3676,1646387457,47.74299,8.99897\n3677,1646387458,47.74299,8.99897\n3678,1646387459,47.74299,8.99897\n3679,1646387460,47.74299,8.99897\n3680,1646387461,47.74299,8.99897\n3681,1646387462,47.74299,8.99897\n3682,1646387463,47.74299,8.99897\n3683,1646387464,47.74299,8.99897\n3684,1646387465,47.74299,8.99897\n3685,1646387466,47.74299,8.99897\n3686,1646387467,47.74299,8.99897\n3687,1646387468,47.74299,8.99897\n3688,1646387469,47.74299,8.99897\n3689,1646387470,47.74299,8.99897\n3690,1646387471,47.74299,8.99897\n3691,1646387472,47.74299,8.99897\n3692,1646387473,47.74299,8.99897\n3693,1646387474,47.74299,8.99897\n3694,1646387475,47.74299,8.99897\n3695,1646387476,47.74299,8.99897\n3696,1646387477,47.74299,8.99897\n3697,1646387478,47.74299,8.99897\n3698,1646387479,47.74299,8.99897\n3699,1646387480,47.74299,8.99897\n3700,1646387481,47.74299,8.99897\n3701,1646387482,47.74299,8.99897\n3702,1646387483,47.74299,8.99897\n3703,1646387484,47.74299,8.99897\n3704,1646387485,47.74299,8.99897\n3705,1646387486,47.74299,8.99897\n3706,1646387487,47.74299,8.99897\n3707,1646387488,47.74299,8.99897\n3708,1646387489,47.74299,8.99897\n3709,1646387490,47.74299,8.99897\n3710,1646387491,47.74299,8.99897\n3711,1646387492,47.74299,8.99897\n3712,1646387493,47.74299,8.99897\n3713,1646387494,47.74299,8.99897\n3714,1646387495,47.74299,8.99897\n3715,1646387496,47.74299,8.99897\n3716,1646387497,47.74299,8.99897\n3717,1646387498,47.74299,8.99897\n3718,1646387499,47.74299,8.99897\n3719,1646387500,47.74299,8.99897\n3720,1646387501,47.74299,8.99897\n3721,1646387502,47.74299,8.99897\n3722,1646387503,47.74299,8.99897\n3723,1646387504,47.74299,8.99897\n3724,1646387505,47.74299,8.99897\n3725,1646387506,47.74299,8.99897\n3726,1646387507,47.74299,8.99897\n3727,1646387508,47.74299,8.99897\n3728,1646387509,47.74299,8.99897\n3729,1646387510,47.74300,8.99897\n3730,1646387511,47.74300,8.99897\n3731,1646387512,47.74300,8.99897\n3732,1646387513,47.74300,8.99897\n3733,1646387514,47.74300,8.99897\n3734,1646387515,47.74300,8.99897\n3735,1646387516,47.74300,8.99897\n3736,1646387517,47.74300,8.99897\n3737,1646387518,47.74300,8.99897\n3738,1646387519,47.74300,8.99897\n3739,1646387520,47.74300,8.99897\n3740,1646387521,47.74300,8.99897\n3741,1646387522,47.74300,8.99897\n3742,1646387523,47.74299,8.99897\n3743,1646387524,47.74299,8.99897\n3744,1646387525,47.74299,8.99898\n3745,1646387526,47.74299,8.99898\n3746,1646387527,47.74299,8.99898\n3747,1646387528,47.74299,8.99898\n3748,1646387529,47.74299,8.99898\n3749,1646387530,47.74299,8.99898\n3750,1646387531,47.74299,8.99898\n3751,1646387532,47.74299,8.99898\n3752,1646387533,47.74299,8.99898\n3753,1646387534,47.74299,8.99898\n3754,1646387535,47.74299,8.99898\n3755,1646387536,47.74299,8.99898\n3756,1646387537,47.74299,8.99898\n3757,1646387538,47.74299,8.99898\n3758,1646387539,47.74299,8.99898\n3759,1646387540,47.74299,8.99898\n3760,1646387541,47.74299,8.99898\n3761,1646387542,47.74299,8.99898\n3762,1646387543,47.74299,8.99898\n3763,1646387544,47.74299,8.99898\n3764,1646387545,47.74299,8.99898\n3765,1646387546,47.74299,8.99898\n3766,1646387547,47.74299,8.99898\n3767,1646387548,47.74299,8.99898\n3768,1646387549,47.74299,8.99898\n3769,1646387550,47.74299,8.99898\n3770,1646387551,47.74299,8.99898\n3771,1646387552,47.74299,8.99898\n3772,1646387553,47.74299,8.99898\n3773,1646387554,47.74299,8.99898\n3774,1646387555,47.74299,8.99898\n3775,1646387556,47.74299,8.99898\n3776,1646387557,47.74300,8.99898\n3777,1646387558,47.74300,8.99898\n3778,1646387559,47.74300,8.99898\n3779,1646387560,47.74300,8.99898\n3780,1646387561,47.74300,8.99898\n3781,1646387562,47.74300,8.99898\n3782,1646387563,47.74300,8.99898\n3783,1646387564,47.74300,8.99898\n3784,1646387565,47.74300,8.99898\n3785,1646387566,47.74300,8.99898\n3786,1646387567,47.74300,8.99898\n3787,1646387568,47.74300,8.99898\n3788,1646387569,47.74300,8.99898\n3789,1646387570,47.74300,8.99898\n3790,1646387571,47.74300,8.99898\n3791,1646387572,47.74300,8.99898\n3792,1646387573,47.74300,8.99898\n3793,1646387574,47.74300,8.99898\n3794,1646387575,47.74300,8.99898\n3795,1646387576,47.74300,8.99898\n3796,1646387577,47.74300,8.99898\n3797,1646387578,47.74300,8.99898\n3798,1646387579,47.74300,8.99898\n3799,1646387580,47.74300,8.99898\n3800,1646387581,47.74300,8.99898\n3801,1646387582,47.74300,8.99898\n3802,1646387583,47.74300,8.99898\n3803,1646387584,47.74300,8.99898\n3804,1646387585,47.74300,8.99898\n3805,1646387586,47.74300,8.99898\n3806,1646387587,47.74300,8.99898\n3807,1646387588,47.74300,8.99898\n3808,1646387589,47.74300,8.99898\n3809,1646387590,47.74300,8.99898\n3810,1646387591,47.74300,8.99898\n3811,1646387592,47.74300,8.99898\n3812,1646387593,47.74300,8.99898\n3813,1646387594,47.74300,8.99898\n3814,1646387595,47.74300,8.99898\n3815,1646387596,47.74300,8.99898\n3816,1646387597,47.74300,8.99898\n3817,1646387598,47.74300,8.99898\n3818,1646387599,47.74300,8.99898\n3819,1646387600,47.74300,8.99898\n3820,1646387601,47.74300,8.99898\n3821,1646387602,47.74300,8.99898\n3822,1646387603,47.74300,8.99898\n3823,1646387604,47.74300,8.99898\n3824,1646387605,47.74300,8.99898\n3825,1646387606,47.74300,8.99898\n3826,1646387607,47.74300,8.99898\n3827,1646387608,47.74300,8.99898\n3828,1646387609,47.74300,8.99898\n3829,1646387610,47.74300,8.99898\n3830,1646387611,47.74300,8.99898\n3831,1646387612,47.74300,8.99898\n3832,1646387613,47.74300,8.99898\n3833,1646387614,47.74300,8.99898\n3834,1646387615,47.74300,8.99898\n3835,1646387616,47.74300,8.99898\n3836,1646387617,47.74300,8.99898\n3837,1646387618,47.74300,8.99898\n3838,1646387619,47.74300,8.99898\n3839,1646387620,47.74300,8.99898\n3840,1646387621,47.74300,8.99898\n3841,1646387622,47.74300,8.99898\n3842,1646387623,47.74300,8.99898\n3843,1646387624,47.74300,8.99898\n3844,1646387625,47.74300,8.99898\n3845,1646387626,47.74300,8.99898\n3846,1646387627,47.74300,8.99898\n3847,1646387628,47.74300,8.99898\n3848,1646387629,47.74300,8.99898\n3849,1646387630,47.74300,8.99898\n3850,1646387631,47.74300,8.99898\n3851,1646387632,47.74300,8.99898\n3852,1646387633,47.74300,8.99898\n3853,1646387634,47.74300,8.99898\n3854,1646387635,47.74300,8.99898\n3855,1646387636,47.74300,8.99898\n3856,1646387637,47.74300,8.99898\n3857,1646387638,47.74300,8.99898\n3858,1646387639,47.74300,8.99898\n3859,1646387640,47.74300,8.99898\n3860,1646387641,47.74300,8.99898\n3861,1646387642,47.74300,8.99898\n3862,1646387643,47.74300,8.99898\n3863,1646387644,47.74300,8.99898\n3864,1646387645,47.74300,8.99898\n3865,1646387646,47.74300,8.99898\n3866,1646387647,47.74300,8.99898\n3867,1646387648,47.74300,8.99898\n3868,1646387649,47.74300,8.99898\n3869,1646387650,47.74300,8.99898\n3870,1646387651,47.74300,8.99898\n3871,1646387652,47.74300,8.99898\n3872,1646387653,47.74300,8.99898\n3873,1646387654,47.74300,8.99898\n3874,1646387655,47.74300,8.99898\n3875,1646387656,47.74300,8.99898\n3876,1646387657,47.74300,8.99898\n3877,1646387658,47.74300,8.99897\n3878,1646387659,47.74300,8.99897\n3879,1646387660,47.74300,8.99897\n3880,1646387661,47.74300,8.99897\n3881,1646387662,47.74300,8.99897\n3882,1646387663,47.74300,8.99897\n3883,1646387664,47.74300,8.99897\n3884,1646387665,47.74300,8.99897\n3885,1646387666,47.74300,8.99897\n3886,1646387667,47.74300,8.99897\n3887,1646387668,47.74300,8.99897\n3888,1646387669,47.74300,8.99897\n3889,1646387670,47.74300,8.99897\n3890,1646387671,47.74300,8.99897\n3891,1646387672,47.74300,8.99897\n3892,1646387673,47.74300,8.99897\n3893,1646387674,47.74300,8.99897\n3894,1646387675,47.74300,8.99897\n3895,1646387676,47.74300,8.99897\n3896,1646387677,47.74300,8.99897\n3897,1646387678,47.74300,8.99897\n3898,1646387679,47.74300,8.99897\n3899,1646387680,47.74300,8.99897\n3900,1646387681,47.74300,8.99897\n3901,1646387682,47.74300,8.99897\n3902,1646387683,47.74300,8.99897\n3903,1646387684,47.74300,8.99897\n3904,1646387685,47.74300,8.99897\n3905,1646387686,47.74300,8.99897\n3906,1646387687,47.74300,8.99897\n3907,1646387688,47.74300,8.99897\n3908,1646387689,47.74300,8.99897\n3909,1646387690,47.74300,8.99897\n3910,1646387691,47.74300,8.99897\n3911,1646387692,47.74300,8.99897\n3912,1646387693,47.74300,8.99897\n3913,1646387694,47.74300,8.99897\n3914,1646387695,47.74300,8.99897\n3915,1646387696,47.74300,8.99897\n3916,1646387697,47.74300,8.99897\n3917,1646387698,47.74300,8.99897\n3918,1646387699,47.74300,8.99897\n3919,1646387700,47.74300,8.99897\n3920,1646387701,47.74300,8.99897\n3921,1646387702,47.74300,8.99897\n3922,1646387703,47.74300,8.99897\n3923,1646387704,47.74300,8.99897\n3924,1646387705,47.74300,8.99897\n3925,1646387706,47.74300,8.99897\n3926,1646387707,47.74300,8.99897\n3927,1646387708,47.74300,8.99897\n3928,1646387709,47.74300,8.99897\n3929,1646387710,47.74300,8.99897\n3930,1646387711,47.74300,8.99897\n3931,1646387712,47.74300,8.99897\n3932,1646387713,47.74300,8.99897\n3933,1646387714,47.74300,8.99897\n3934,1646387715,47.74300,8.99897\n3935,1646387716,47.74300,8.99897\n3936,1646387717,47.74300,8.99897\n3937,1646387718,47.74300,8.99897\n3938,1646387719,47.74300,8.99897\n3939,1646387720,47.74300,8.99897\n3940,1646387721,47.74300,8.99897\n3941,1646387722,47.74300,8.99897\n3942,1646387723,47.74300,8.99897\n3943,1646387724,47.74300,8.99897\n3944,1646387725,47.74300,8.99897\n3945,1646387726,47.74300,8.99897\n3946,1646387727,47.74300,8.99897\n3947,1646387728,47.74300,8.99897\n3948,1646387729,47.74300,8.99897\n3949,1646387730,47.74300,8.99897\n3950,1646387731,47.74300,8.99897\n3951,1646387732,47.74300,8.99897\n3952,1646387733,47.74300,8.99897\n3953,1646387734,47.74300,8.99897\n3954,1646387735,47.74300,8.99897\n3955,1646387736,47.74300,8.99897\n3956,1646387737,47.74300,8.99897\n3957,1646387738,47.74300,8.99897\n3958,1646387739,47.74300,8.99897\n3959,1646387740,47.74300,8.99897\n3960,1646387741,47.74300,8.99897\n3961,1646387742,47.74300,8.99897\n3962,1646387743,47.74300,8.99897\n3963,1646387744,47.74300,8.99897\n3964,1646387745,47.74300,8.99897\n3965,1646387746,47.74300,8.99897\n3966,1646387747,47.74300,8.99897\n3967,1646387748,47.74300,8.99897\n3968,1646387749,47.74300,8.99897\n3969,1646387750,47.74300,8.99897\n3970,1646387751,47.74300,8.99897\n3971,1646387752,47.74300,8.99897\n3972,1646387753,47.74300,8.99897\n3973,1646387754,47.74300,8.99897\n3974,1646387755,47.74300,8.99897\n3975,1646387756,47.74300,8.99897\n3976,1646387757,47.74300,8.99897\n3977,1646387758,47.74300,8.99897\n3978,1646387759,47.74300,8.99897\n3979,1646387760,47.74300,8.99897\n3980,1646387761,47.74300,8.99897\n3981,1646387762,47.74300,8.99897\n3982,1646387763,47.74300,8.99897\n3983,1646387764,47.74300,8.99897\n3984,1646387765,47.74300,8.99897\n3985,1646387766,47.74300,8.99897\n3986,1646387767,47.74300,8.99897\n3987,1646387768,47.74300,8.99897\n3988,1646387769,47.74300,8.99897\n3989,1646387770,47.74300,8.99897\n3990,1646387771,47.74300,8.99897\n3991,1646387772,47.74300,8.99897\n3992,1646387773,47.74300,8.99897\n3993,1646387774,47.74300,8.99897\n3994,1646387775,47.74300,8.99897\n3995,1646387776,47.74300,8.99897\n3996,1646387777,47.74300,8.99897\n3997,1646387778,47.74300,8.99897\n3998,1646387779,47.74300,8.99897\n3999,1646387780,47.74300,8.99897\n4000,1646387781,47.74300,8.99897\n4001,1646387782,47.74300,8.99897\n4002,1646387783,47.74300,8.99897\n4003,1646387784,47.74300,8.99897\n4004,1646387785,47.74300,8.99897\n4005,1646387786,47.74300,8.99897\n4006,1646387787,47.74300,8.99897\n4007,1646387788,47.74300,8.99897\n4008,1646387789,47.74300,8.99897\n4009,1646387790,47.74300,8.99897\n4010,1646387791,47.74300,8.99897\n4011,1646387792,47.74300,8.99897\n4012,1646387793,47.74300,8.99897\n4013,1646387794,47.74300,8.99897\n4014,1646387795,47.74300,8.99897\n4015,1646387796,47.74300,8.99897\n4016,1646387797,47.74300,8.99897\n4017,1646387798,47.74300,8.99897\n4018,1646387799,47.74300,8.99897\n4019,1646387800,47.74300,8.99897\n4020,1646387801,47.74300,8.99897\n4021,1646387802,47.74300,8.99897\n4022,1646387803,47.74300,8.99897\n4023,1646387804,47.74300,8.99897\n4024,1646387805,47.74300,8.99897\n4025,1646387806,47.74300,8.99897\n4026,1646387807,47.74300,8.99897\n4027,1646387808,47.74300,8.99897\n4028,1646387809,47.74300,8.99897\n4029,1646387810,47.74300,8.99897\n4030,1646387811,47.74300,8.99897\n4031,1646387812,47.74300,8.99897\n4032,1646387813,47.74300,8.99897\n4033,1646387814,47.74300,8.99897\n4034,1646387815,47.74300,8.99897\n4035,1646387816,47.74300,8.99897\n4036,1646387817,47.74300,8.99897\n4037,1646387818,47.74300,8.99897\n4038,1646387819,47.74300,8.99897\n4039,1646387820,47.74300,8.99897\n4040,1646387821,47.74300,8.99897\n4041,1646387822,47.74300,8.99897\n4042,1646387823,47.74300,8.99897\n4043,1646387824,47.74300,8.99897\n4044,1646387825,47.74300,8.99897\n4045,1646387826,47.74300,8.99897\n4046,1646387827,47.74300,8.99897\n4047,1646387828,47.74300,8.99897\n4048,1646387829,47.74300,8.99897\n4049,1646387830,47.74300,8.99897\n4050,1646387831,47.74300,8.99897\n4051,1646387832,47.74300,8.99897\n4052,1646387833,47.74300,8.99897\n4053,1646387834,47.74300,8.99897\n4054,1646387835,47.74300,8.99897\n4055,1646387836,47.74300,8.99897\n4056,1646387837,47.74300,8.99897\n4057,1646387838,47.74300,8.99897\n4058,1646387839,47.74300,8.99897\n4059,1646387840,47.74300,8.99897\n4060,1646387841,47.74300,8.99897\n4061,1646387842,47.74300,8.99897\n4062,1646387843,47.74300,8.99897\n4063,1646387844,47.74300,8.99897\n4064,1646387845,47.74300,8.99897\n4065,1646387846,47.74300,8.99897\n4066,1646387847,47.74300,8.99897\n4067,1646387848,47.74300,8.99897\n4068,1646387849,47.74300,8.99897\n4069,1646387850,47.74300,8.99897\n4070,1646387851,47.74300,8.99897\n4071,1646387852,47.74300,8.99897\n4072,1646387853,47.74300,8.99897\n4073,1646387854,47.74300,8.99897\n4074,1646387855,47.74300,8.99897\n4075,1646387856,47.74300,8.99897\n4076,1646387857,47.74300,8.99897\n4077,1646387858,47.74300,8.99897\n4078,1646387859,47.74300,8.99897\n4079,1646387860,47.74300,8.99897\n4080,1646387861,47.74300,8.99897\n4081,1646387862,47.74300,8.99897\n4082,1646387863,47.74300,8.99897\n4083,1646387864,47.74300,8.99897\n4084,1646387865,47.74300,8.99897\n4085,1646387866,47.74300,8.99897\n4086,1646387867,47.74300,8.99897\n4087,1646387868,47.74300,8.99898\n4088,1646387869,47.74300,8.99898\n4089,1646387870,47.74300,8.99898\n4090,1646387871,47.74300,8.99897\n4091,1646387872,47.74300,8.99897\n4092,1646387873,47.74300,8.99897\n4093,1646387874,47.74300,8.99897\n4094,1646387875,47.74300,8.99897\n4095,1646387876,47.74300,8.99898\n4096,1646387877,47.74300,8.99898\n4097,1646387878,47.74300,8.99898\n4098,1646387879,47.74300,8.99898\n4099,1646387880,47.74300,8.99898\n4100,1646387881,47.74300,8.99898\n4101,1646387882,47.74300,8.99898\n4102,1646387883,47.74300,8.99898\n4103,1646387884,47.74300,8.99898\n4104,1646387885,47.74300,8.99898\n4105,1646387886,47.74300,8.99897\n4106,1646387887,47.74300,8.99897\n4107,1646387888,47.74300,8.99897\n4108,1646387889,47.74300,8.99897\n4109,1646387890,47.74300,8.99897\n4110,1646387891,47.74300,8.99897\n4111,1646387892,47.74300,8.99897\n4112,1646387893,47.74300,8.99897\n4113,1646387894,47.74300,8.99897\n4114,1646387895,47.74300,8.99897\n4115,1646387896,47.74300,8.99897\n4116,1646387897,47.74300,8.99897\n4117,1646387898,47.74300,8.99897\n4118,1646387899,47.74300,8.99897\n4119,1646387900,47.74300,8.99897\n4120,1646387901,47.74300,8.99898\n4121,1646387902,47.74300,8.99898\n4122,1646387903,47.74300,8.99898\n4123,1646387904,47.74300,8.99898\n4124,1646387905,47.74300,8.99898\n4125,1646387906,47.74300,8.99898\n4126,1646387907,47.74300,8.99898\n4127,1646387908,47.74300,8.99898\n4128,1646387909,47.74300,8.99898\n4129,1646387910,47.74300,8.99898\n4130,1646387911,47.74300,8.99898\n4131,1646387912,47.74300,8.99898\n4132,1646387913,47.74300,8.99898\n4133,1646387914,47.74300,8.99898\n4134,1646387915,47.74300,8.99898\n4135,1646387916,47.74300,8.99898\n4136,1646387917,47.74300,8.99898\n4137,1646387918,47.74300,8.99898\n4138,1646387919,47.74300,8.99898\n4139,1646387920,47.74300,8.99898\n4140,1646387921,47.74300,8.99898\n4141,1646387922,47.74300,8.99898\n4142,1646387923,47.74300,8.99898\n4143,1646387924,47.74300,8.99898\n4144,1646387925,47.74300,8.99898\n4145,1646387926,47.74300,8.99898\n4146,1646387927,47.74300,8.99898\n4147,1646387928,47.74300,8.99898\n4148,1646387929,47.74300,8.99898\n4149,1646387930,47.74300,8.99898\n4150,1646387931,47.74300,8.99898\n4151,1646387932,47.74300,8.99898\n4152,1646387933,47.74300,8.99898\n4153,1646387934,47.74300,8.99898\n4154,1646387935,47.74300,8.99898\n4155,1646387936,47.74300,8.99898\n4156,1646387937,47.74300,8.99898\n4157,1646387938,47.74300,8.99898\n4158,1646387939,47.74300,8.99898\n4159,1646387940,47.74300,8.99898\n4160,1646387941,47.74300,8.99898\n4161,1646387942,47.74300,8.99898\n4162,1646387943,47.74300,8.99898\n4163,1646387944,47.74300,8.99898\n4164,1646387945,47.74300,8.99898\n4165,1646387946,47.74300,8.99898\n4166,1646387947,47.74300,8.99898\n4167,1646387948,47.74300,8.99898\n4168,1646387949,47.74300,8.99898\n4169,1646387950,47.74300,8.99898\n4170,1646387951,47.74300,8.99898\n4171,1646387952,47.74300,8.99898\n4172,1646387953,47.74300,8.99897\n4173,1646387954,47.74300,8.99897\n4174,1646387955,47.74300,8.99897\n4175,1646387956,47.74300,8.99897\n4176,1646387957,47.74300,8.99897\n4177,1646387958,47.74300,8.99897\n4178,1646387959,47.74300,8.99897\n4179,1646387960,47.74300,8.99897\n4180,1646387961,47.74300,8.99897\n4181,1646387962,47.74300,8.99897\n4182,1646387963,47.74300,8.99897\n4183,1646387964,47.74300,8.99897\n4184,1646387965,47.74300,8.99897\n4185,1646387966,47.74300,8.99897\n4186,1646387967,47.74300,8.99897\n4187,1646387968,47.74300,8.99897\n4188,1646387969,47.74300,8.99897\n4189,1646387970,47.74300,8.99897\n4190,1646387971,47.74300,8.99897\n4191,1646387972,47.74300,8.99897\n4192,1646387973,47.74300,8.99897\n4193,1646387974,47.74300,8.99897\n4194,1646387975,47.74300,8.99897\n4195,1646387976,47.74300,8.99897\n4196,1646387977,47.74300,8.99897\n4197,1646387978,47.74300,8.99897\n4198,1646387979,47.74300,8.99897\n4199,1646387980,47.74300,8.99897\n4200,1646387981,47.74300,8.99897\n4201,1646387982,47.74300,8.99897\n4202,1646387983,47.74300,8.99897\n4203,1646387984,47.74300,8.99897\n4204,1646387985,47.74300,8.99897\n4205,1646387986,47.74300,8.99897\n4206,1646387987,47.74300,8.99897\n4207,1646387988,47.74300,8.99897\n4208,1646387989,47.74300,8.99897\n4209,1646387990,47.74300,8.99897\n4210,1646387991,47.74300,8.99897\n4211,1646387992,47.74300,8.99897\n4212,1646387993,47.74300,8.99897\n4213,1646387994,47.74300,8.99897\n4214,1646387995,47.74300,8.99897\n4215,1646387996,47.74300,8.99897\n4216,1646387997,47.74300,8.99897\n4217,1646387998,47.74300,8.99897\n4218,1646387999,47.74300,8.99897\n4219,1646388000,47.74300,8.99897\n4220,1646388001,47.74300,8.99897\n4221,1646388002,47.74300,8.99897\n4222,1646388003,47.74300,8.99897\n4223,1646388004,47.74300,8.99897\n4224,1646388005,47.74300,8.99897\n4225,1646388006,47.74300,8.99897\n4226,1646388007,47.74300,8.99897\n4227,1646388008,47.74300,8.99897\n4228,1646388009,47.74300,8.99897\n4229,1646388010,47.74300,8.99897\n4230,1646388011,47.74300,8.99897\n4231,1646388012,47.74300,8.99897\n4232,1646388013,47.74300,8.99897\n4233,1646388014,47.74300,8.99897\n4234,1646388015,47.74300,8.99897\n4235,1646388016,47.74300,8.99897\n4236,1646388017,47.74300,8.99897\n4237,1646388018,47.74300,8.99897\n4238,1646388019,47.74300,8.99897\n4239,1646388020,47.74300,8.99897\n4240,1646388021,47.74300,8.99897\n4241,1646388022,47.74300,8.99897\n4242,1646388023,47.74300,8.99897\n4243,1646388024,47.74300,8.99897\n4244,1646388025,47.74300,8.99897\n4245,1646388026,47.74300,8.99897\n4246,1646388027,47.74300,8.99897\n4247,1646388028,47.74300,8.99897\n4248,1646388029,47.74300,8.99897\n4249,1646388030,47.74300,8.99897\n4250,1646388031,47.74300,8.99897\n4251,1646388032,47.74300,8.99897\n4252,1646388033,47.74300,8.99897\n4253,1646388034,47.74300,8.99897\n4254,1646388035,47.74300,8.99897\n4255,1646388036,47.74300,8.99897\n4256,1646388037,47.74300,8.99897\n4257,1646388038,47.74300,8.99897\n4258,1646388039,47.74300,8.99897\n4259,1646388040,47.74300,8.99897\n4260,1646388041,47.74300,8.99897\n4261,1646388042,47.74300,8.99897\n4262,1646388043,47.74300,8.99897\n4263,1646388044,47.74300,8.99897\n4264,1646388045,47.74300,8.99897\n4265,1646388046,47.74300,8.99897\n4266,1646388047,47.74300,8.99897\n4267,1646388048,47.74300,8.99897\n4268,1646388049,47.74300,8.99897\n4269,1646388050,47.74300,8.99897\n4270,1646388051,47.74300,8.99897\n4271,1646388052,47.74300,8.99897\n4272,1646388053,47.74300,8.99897\n4273,1646388054,47.74300,8.99897\n4274,1646388055,47.74300,8.99897\n4275,1646388056,47.74300,8.99897\n4276,1646388057,47.74300,8.99897\n4277,1646388058,47.74300,8.99897\n4278,1646388059,47.74300,8.99897\n4279,1646388060,47.74300,8.99897\n4280,1646388061,47.74300,8.99897\n4281,1646388062,47.74300,8.99897\n4282,1646388063,47.74300,8.99897\n4283,1646388064,47.74300,8.99897\n4284,1646388065,47.74300,8.99897\n4285,1646388066,47.74300,8.99897\n4286,1646388067,47.74300,8.99897\n4287,1646388068,47.74300,8.99897\n4288,1646388069,47.74300,8.99897\n4289,1646388070,47.74300,8.99897\n4290,1646388071,47.74300,8.99897\n4291,1646388072,47.74300,8.99897\n4292,1646388073,47.74300,8.99897\n4293,1646388074,47.74300,8.99897\n4294,1646388075,47.74300,8.99897\n4295,1646388076,47.74300,8.99897\n4296,1646388077,47.74300,8.99897\n4297,1646388078,47.74300,8.99897\n4298,1646388079,47.74300,8.99897\n4299,1646388080,47.74300,8.99897\n4300,1646388081,47.74300,8.99897\n4301,1646388082,47.74300,8.99897\n4302,1646388083,47.74300,8.99897\n4303,1646388084,47.74300,8.99897\n4304,1646388085,47.74300,8.99897\n4305,1646388086,47.74300,8.99897\n4306,1646388087,47.74300,8.99897\n4307,1646388088,47.74300,8.99897\n4308,1646388089,47.74300,8.99897\n4309,1646388090,47.74300,8.99897\n4310,1646388091,47.74300,8.99897\n4311,1646388092,47.74300,8.99897\n4312,1646388093,47.74300,8.99897\n4313,1646388094,47.74300,8.99897\n4314,1646388095,47.74300,8.99897\n4315,1646388096,47.74300,8.99897\n4316,1646388097,47.74300,8.99897\n4317,1646388098,47.74300,8.99897\n4318,1646388099,47.74300,8.99897\n4319,1646388100,47.74300,8.99897\n4320,1646388101,47.74300,8.99897\n4321,1646388102,47.74300,8.99897\n4322,1646388103,47.74300,8.99897\n4323,1646388104,47.74300,8.99897\n4324,1646388105,47.74300,8.99897\n4325,1646388106,47.74300,8.99897\n4326,1646388107,47.74300,8.99897\n4327,1646388108,47.74300,8.99897\n4328,1646388109,47.74300,8.99897\n4329,1646388110,47.74300,8.99897\n4330,1646388111,47.74300,8.99897\n4331,1646388112,47.74300,8.99897\n4332,1646388113,47.74300,8.99897\n4333,1646388114,47.74300,8.99897\n4334,1646388115,47.74300,8.99897\n4335,1646388116,47.74300,8.99897\n4336,1646388117,47.74300,8.99897\n4337,1646388118,47.74300,8.99897\n4338,1646388119,47.74300,8.99897\n4339,1646388120,47.74300,8.99897\n4340,1646388121,47.74300,8.99897\n4341,1646388122,47.74300,8.99897\n4342,1646388123,47.74300,8.99897\n4343,1646388124,47.74300,8.99897\n4344,1646388125,47.74300,8.99897\n4345,1646388126,47.74300,8.99897\n4346,1646388127,47.74300,8.99897\n4347,1646388128,47.74300,8.99897\n4348,1646388129,47.74300,8.99897\n4349,1646388130,47.74300,8.99897\n4350,1646388131,47.74300,8.99897\n4351,1646388132,47.74300,8.99897\n4352,1646388133,47.74300,8.99897\n4353,1646388134,47.74300,8.99897\n4354,1646388135,47.74300,8.99897\n4355,1646388136,47.74300,8.99897\n4356,1646388137,47.74300,8.99897\n4357,1646388138,47.74300,8.99897\n4358,1646388139,47.74300,8.99897\n4359,1646388140,47.74300,8.99897\n4360,1646388141,47.74300,8.99897\n4361,1646388142,47.74300,8.99897\n4362,1646388143,47.74300,8.99897\n4363,1646388144,47.74300,8.99897\n4364,1646388145,47.74300,8.99897\n4365,1646388146,47.74300,8.99897\n4366,1646388147,47.74300,8.99897\n4367,1646388148,47.74300,8.99897\n4368,1646388149,47.74300,8.99897\n4369,1646388150,47.74300,8.99897\n4370,1646388151,47.74300,8.99897\n4371,1646388152,47.74300,8.99897\n4372,1646388153,47.74300,8.99897\n4373,1646388154,47.74300,8.99897\n4374,1646388155,47.74300,8.99897\n4375,1646388156,47.74300,8.99897\n4376,1646388157,47.74300,8.99897\n4377,1646388158,47.74300,8.99897\n4378,1646388159,47.74300,8.99897\n4379,1646388160,47.74300,8.99897\n4380,1646388161,47.74300,8.99897\n4381,1646388162,47.74300,8.99897\n4382,1646388163,47.74300,8.99897\n4383,1646388164,47.74300,8.99897\n4384,1646388165,47.74300,8.99897\n4385,1646388166,47.74300,8.99897\n4386,1646388167,47.74300,8.99897\n4387,1646388168,47.74300,8.99897\n4388,1646388169,47.74300,8.99897\n4389,1646388170,47.74300,8.99897\n4390,1646388171,47.74300,8.99897\n4391,1646388172,47.74300,8.99897\n4392,1646388173,47.74300,8.99897\n4393,1646388174,47.74300,8.99897\n4394,1646388175,47.74300,8.99897\n4395,1646388176,47.74300,8.99897\n4396,1646388177,47.74300,8.99897\n4397,1646388178,47.74300,8.99897\n4398,1646388179,47.74300,8.99897\n4399,1646388180,47.74300,8.99897\n4400,1646388181,47.74300,8.99897\n4401,1646388182,47.74300,8.99897\n4402,1646388183,47.74300,8.99897\n4403,1646388184,47.74300,8.99897\n4404,1646388185,47.74300,8.99897\n4405,1646388186,47.74300,8.99897\n4406,1646388187,47.74300,8.99897\n4407,1646388188,47.74300,8.99897\n4408,1646388189,47.74300,8.99897\n4409,1646388190,47.74300,8.99897\n4410,1646388191,47.74300,8.99897\n4411,1646388192,47.74300,8.99897\n4412,1646388193,47.74300,8.99897\n4413,1646388194,47.74300,8.99897\n4414,1646388195,47.74300,8.99897\n4415,1646388196,47.74300,8.99897\n4416,1646388197,47.74300,8.99897\n4417,1646388198,47.74300,8.99897\n4418,1646388199,47.74300,8.99897\n4419,1646388200,47.74300,8.99897\n4420,1646388201,47.74300,8.99897\n4421,1646388202,47.74300,8.99897\n4422,1646388203,47.74300,8.99897\n4423,1646388204,47.74300,8.99897\n4424,1646388205,47.74300,8.99897\n4425,1646388206,47.74300,8.99897\n4426,1646388207,47.74300,8.99897\n4427,1646388208,47.74300,8.99897\n4428,1646388209,47.74300,8.99897\n4429,1646388210,47.74300,8.99897\n4430,1646388211,47.74300,8.99897\n4431,1646388212,47.74300,8.99897\n4432,1646388213,47.74300,8.99897\n4433,1646388214,47.74300,8.99897\n4434,1646388215,47.74300,8.99897\n4435,1646388216,47.74300,8.99897\n4436,1646388217,47.74300,8.99897\n4437,1646388218,47.74300,8.99897\n4438,1646388219,47.74300,8.99897\n4439,1646388220,47.74300,8.99897\n4440,1646388221,47.74300,8.99897\n4441,1646388222,47.74300,8.99897\n4442,1646388223,47.74300,8.99897\n4443,1646388224,47.74300,8.99897\n4444,1646388225,47.74300,8.99897\n4445,1646388226,47.74300,8.99897\n4446,1646388227,47.74300,8.99897\n4447,1646388228,47.74300,8.99897\n4448,1646388229,47.74300,8.99897\n4449,1646388230,47.74300,8.99897\n4450,1646388231,47.74300,8.99897\n4451,1646388232,47.74300,8.99897\n4452,1646388233,47.74300,8.99897\n4453,1646388234,47.74300,8.99897\n4454,1646388235,47.74300,8.99897\n4455,1646388236,47.74300,8.99897\n4456,1646388237,47.74300,8.99897\n4457,1646388238,47.74300,8.99897\n4458,1646388239,47.74300,8.99897\n4459,1646388240,47.74300,8.99897\n4460,1646388241,47.74300,8.99897\n4461,1646388242,47.74300,8.99897\n4462,1646388243,47.74300,8.99897\n4463,1646388244,47.74300,8.99897\n4464,1646388245,47.74300,8.99897\n4465,1646388246,47.74300,8.99897\n4466,1646388247,47.74300,8.99897\n4467,1646388248,47.74300,8.99897\n4468,1646388249,47.74300,8.99897\n4469,1646388250,47.74300,8.99897\n4470,1646388251,47.74300,8.99897\n4471,1646388252,47.74300,8.99897\n4472,1646388253,47.74300,8.99897\n4473,1646388254,47.74300,8.99897\n4474,1646388255,47.74300,8.99897\n4475,1646388256,47.74300,8.99897\n4476,1646388257,47.74300,8.99897\n4477,1646388258,47.74300,8.99897\n4478,1646388259,47.74300,8.99897\n4479,1646388260,47.74300,8.99897\n4480,1646388261,47.74300,8.99897\n4481,1646388262,47.74300,8.99897\n4482,1646388263,47.74300,8.99897\n4483,1646388264,47.74300,8.99897\n4484,1646388265,47.74300,8.99897\n4485,1646388266,47.74300,8.99897\n4486,1646388267,47.74300,8.99897\n4487,1646388268,47.74300,8.99897\n4488,1646388269,47.74300,8.99897\n4489,1646388270,47.74300,8.99897\n4490,1646388271,47.74300,8.99897\n4491,1646388272,47.74300,8.99897\n4492,1646388273,47.74300,8.99897\n4493,1646388274,47.74300,8.99897\n4494,1646388275,47.74300,8.99897\n4495,1646388276,47.74300,8.99897\n4496,1646388277,47.74300,8.99897\n4497,1646388278,47.74300,8.99897\n4498,1646388279,47.74301,8.99897\n4499,1646388280,47.74301,8.99897\n4500,1646388281,47.74301,8.99897\n4501,1646388282,47.74301,8.99897\n4502,1646388283,47.74301,8.99897\n4503,1646388284,47.74301,8.99897\n4504,1646388285,47.74301,8.99897\n4505,1646388286,47.74301,8.99897\n4506,1646388287,47.74301,8.99897\n4507,1646388288,47.74301,8.99897\n4508,1646388289,47.74301,8.99897\n4509,1646388290,47.74301,8.99897\n4510,1646388291,47.74301,8.99897\n4511,1646388292,47.74301,8.99897\n4512,1646388293,47.74301,8.99897\n4513,1646388294,47.74301,8.99897\n4514,1646388295,47.74301,8.99897\n4515,1646388296,47.74301,8.99897\n4516,1646388297,47.74301,8.99897\n4517,1646388298,47.74301,8.99897\n4518,1646388299,47.74301,8.99897\n4519,1646388300,47.74301,8.99897\n4520,1646388301,47.74301,8.99897\n4521,1646388302,47.74301,8.99897\n4522,1646388303,47.74301,8.99897\n4523,1646388304,47.74301,8.99897\n4524,1646388305,47.74301,8.99897\n4525,1646388306,47.74301,8.99897\n4526,1646388307,47.74301,8.99897\n4527,1646388308,47.74301,8.99897\n4528,1646388309,47.74301,8.99897\n4529,1646388310,47.74301,8.99897\n4530,1646388311,47.74301,8.99897\n4531,1646388312,47.74301,8.99897\n4532,1646388313,47.74301,8.99897\n4533,1646388314,47.74301,8.99897\n4534,1646388315,47.74301,8.99897\n4535,1646388316,47.74301,8.99897\n4536,1646388317,47.74301,8.99897\n4537,1646388318,47.74301,8.99897\n4538,1646388319,47.74301,8.99897\n4539,1646388320,47.74301,8.99897\n4540,1646388321,47.74301,8.99897\n4541,1646388322,47.74301,8.99897\n4542,1646388323,47.74301,8.99897\n4543,1646388324,47.74301,8.99897\n4544,1646388325,47.74301,8.99897\n4545,1646388326,47.74301,8.99897\n4546,1646388327,47.74301,8.99897\n4547,1646388328,47.74301,8.99897\n4548,1646388329,47.74301,8.99897\n4549,1646388330,47.74301,8.99897\n4550,1646388331,47.74301,8.99897\n4551,1646388332,47.74301,8.99897\n4552,1646388333,47.74301,8.99897\n4553,1646388334,47.74301,8.99897\n4554,1646388335,47.74301,8.99897\n4555,1646388336,47.74301,8.99897\n4556,1646388337,47.74301,8.99897\n4557,1646388338,47.74301,8.99897\n4558,1646388339,47.74301,8.99897\n4559,1646388340,47.74301,8.99897\n4560,1646388341,47.74301,8.99897\n4561,1646388342,47.74301,8.99897\n4562,1646388343,47.74301,8.99897\n4563,1646388344,47.74301,8.99897\n4564,1646388345,47.74301,8.99897\n4565,1646388346,47.74301,8.99897\n4566,1646388347,47.74301,8.99897\n4567,1646388348,47.74301,8.99897\n4568,1646388349,47.74301,8.99897\n4569,1646388350,47.74301,8.99897\n4570,1646388351,47.74301,8.99897\n4571,1646388352,47.74301,8.99897\n4572,1646388353,47.74301,8.99897\n4573,1646388354,47.74301,8.99897\n4574,1646388355,47.74301,8.99897\n4575,1646388356,47.74301,8.99897\n4576,1646388357,47.74301,8.99897\n4577,1646388358,47.74301,8.99897\n4578,1646388359,47.74301,8.99897\n4579,1646388360,47.74301,8.99897\n4580,1646388361,47.74301,8.99897\n4581,1646388362,47.74301,8.99897\n4582,1646388363,47.74301,8.99897\n4583,1646388364,47.74301,8.99897\n4584,1646388365,47.74301,8.99897\n4585,1646388366,47.74301,8.99897\n4586,1646388367,47.74301,8.99897\n4587,1646388368,47.74301,8.99897\n4588,1646388369,47.74301,8.99897\n4589,1646388370,47.74301,8.99897\n4590,1646388371,47.74301,8.99897\n4591,1646388372,47.74301,8.99897\n4592,1646388373,47.74301,8.99897\n4593,1646388374,47.74301,8.99897\n4594,1646388375,47.74301,8.99897\n4595,1646388376,47.74301,8.99897\n4596,1646388377,47.74301,8.99897\n4597,1646388378,47.74301,8.99897\n4598,1646388379,47.74301,8.99897\n4599,1646388380,47.74301,8.99897\n4600,1646388381,47.74301,8.99897\n4601,1646388382,47.74301,8.99897\n4602,1646388383,47.74301,8.99897\n4603,1646388384,47.74301,8.99897\n4604,1646388385,47.74301,8.99897\n4605,1646388386,47.74301,8.99897\n4606,1646388387,47.74301,8.99897\n4607,1646388388,47.74301,8.99897\n4608,1646388389,47.74301,8.99897\n4609,1646388390,47.74301,8.99897\n4610,1646388391,47.74301,8.99897\n4611,1646388392,47.74301,8.99897\n4612,1646388393,47.74301,8.99897\n4613,1646388394,47.74301,8.99897\n4614,1646388395,47.74301,8.99897\n4615,1646388396,47.74301,8.99897\n4616,1646388397,47.74301,8.99897\n4617,1646388398,47.74301,8.99897\n4618,1646388399,47.74301,8.99897\n4619,1646388400,47.74301,8.99897\n4620,1646388401,47.74301,8.99897\n4621,1646388402,47.74301,8.99897\n4622,1646388403,47.74301,8.99897\n4623,1646388404,47.74301,8.99897\n4624,1646388405,47.74301,8.99897\n4625,1646388406,47.74301,8.99897\n4626,1646388407,47.74301,8.99897\n4627,1646388408,47.74301,8.99897\n4628,1646388409,47.74301,8.99897\n4629,1646388410,47.74301,8.99897\n4630,1646388411,47.74301,8.99897\n4631,1646388412,47.74301,8.99897\n4632,1646388413,47.74301,8.99897\n4633,1646388414,47.74301,8.99897\n4634,1646388415,47.74301,8.99897\n4635,1646388416,47.74301,8.99897\n4636,1646388417,47.74301,8.99897\n4637,1646388418,47.74301,8.99897\n4638,1646388419,47.74301,8.99897\n4639,1646388420,47.74301,8.99897\n4640,1646388421,47.74301,8.99898\n4641,1646388422,47.74301,8.99898\n4642,1646388423,47.74301,8.99898\n4643,1646388424,47.74301,8.99898\n4644,1646388425,47.74301,8.99898\n4645,1646388426,47.74301,8.99898\n4646,1646388427,47.74301,8.99898\n4647,1646388428,47.74301,8.99898\n4648,1646388429,47.74301,8.99897\n4649,1646388430,47.74301,8.99897\n4650,1646388431,47.74301,8.99897\n4651,1646388432,47.74301,8.99897\n4652,1646388433,47.74301,8.99897\n4653,1646388434,47.74301,8.99898\n4654,1646388435,47.74301,8.99898\n4655,1646388436,47.74301,8.99898\n4656,1646388437,47.74301,8.99898\n4657,1646388438,47.74301,8.99898\n4658,1646388439,47.74301,8.99898\n4659,1646388440,47.74301,8.99898\n4660,1646388441,47.74301,8.99898\n4661,1646388442,47.74301,8.99898\n4662,1646388443,47.74301,8.99898\n4663,1646388444,47.74301,8.99898\n4664,1646388445,47.74301,8.99898\n4665,1646388446,47.74301,8.99898\n4666,1646388447,47.74301,8.99898\n4667,1646388448,47.74301,8.99898\n4668,1646388449,47.74301,8.99898\n4669,1646388450,47.74301,8.99898\n4670,1646388451,47.74301,8.99898\n4671,1646388452,47.74301,8.99898\n4672,1646388453,47.74301,8.99898\n4673,1646388454,47.74301,8.99898\n4674,1646388455,47.74301,8.99898\n4675,1646388456,47.74301,8.99898\n4676,1646388457,47.74301,8.99898\n4677,1646388458,47.74301,8.99898\n4678,1646388459,47.74301,8.99898\n4679,1646388460,47.74301,8.99898\n4680,1646388461,47.74301,8.99898\n4681,1646388462,47.74301,8.99898\n4682,1646388463,47.74301,8.99898\n4683,1646388464,47.74301,8.99898\n4684,1646388465,47.74301,8.99898\n4685,1646388466,47.74301,8.99898\n4686,1646388467,47.74301,8.99898\n4687,1646388468,47.74301,8.99898\n4688,1646388469,47.74301,8.99898\n4689,1646388470,47.74301,8.99898\n4690,1646388471,47.74301,8.99898\n4691,1646388472,47.74301,8.99898\n4692,1646388473,47.74301,8.99898\n4693,1646388474,47.74301,8.99898\n4694,1646388475,47.74301,8.99898\n4695,1646388476,47.74301,8.99898\n4696,1646388477,47.74301,8.99898\n4697,1646388478,47.74301,8.99898\n4698,1646388479,47.74301,8.99898\n4699,1646388480,47.74301,8.99898\n4700,1646388481,47.74301,8.99898\n4701,1646388482,47.74301,8.99898\n4702,1646388483,47.74301,8.99898\n4703,1646388484,47.74301,8.99898\n4704,1646388485,47.74301,8.99898\n4705,1646388486,47.74301,8.99898\n4706,1646388487,47.74301,8.99898\n4707,1646388488,47.74301,8.99898\n4708,1646388489,47.74301,8.99898\n4709,1646388490,47.74301,8.99898\n4710,1646388491,47.74301,8.99898\n4711,1646388492,47.74301,8.99898\n4712,1646388493,47.74301,8.99898\n4713,1646388494,47.74301,8.99898\n4714,1646388495,47.74301,8.99898\n4715,1646388496,47.74301,8.99898\n4716,1646388497,47.74301,8.99898\n4717,1646388498,47.74301,8.99898\n4718,1646388499,47.74301,8.99898\n4719,1646388500,47.74301,8.99898\n4720,1646388501,47.74301,8.99898\n4721,1646388502,47.74301,8.99898\n4722,1646388503,47.74301,8.99898\n4723,1646388504,47.74301,8.99898\n4724,1646388505,47.74301,8.99898\n4725,1646388506,47.74301,8.99898\n4726,1646388507,47.74301,8.99898\n4727,1646388508,47.74301,8.99898\n4728,1646388509,47.74301,8.99898\n4729,1646388510,47.74301,8.99898\n4730,1646388511,47.74301,8.99898\n4731,1646388512,47.74301,8.99898\n4732,1646388513,47.74301,8.99898\n4733,1646388514,47.74301,8.99898\n4734,1646388515,47.74301,8.99898\n4735,1646388516,47.74301,8.99898\n4736,1646388517,47.74301,8.99898\n4737,1646388518,47.74301,8.99898\n4738,1646388519,47.74301,8.99898\n4739,1646388520,47.74301,8.99898\n4740,1646388521,47.74301,8.99898\n4741,1646388522,47.74301,8.99898\n4742,1646388523,47.74301,8.99898\n4743,1646388524,47.74301,8.99898\n4744,1646388525,47.74301,8.99898\n4745,1646388526,47.74302,8.99898\n4746,1646388527,47.74302,8.99898\n4747,1646388528,47.74302,8.99898\n4748,1646388529,47.74302,8.99898\n4749,1646388530,47.74302,8.99898\n4750,1646388531,47.74302,8.99898\n4751,1646388532,47.74302,8.99898\n4752,1646388533,47.74302,8.99898\n4753,1646388534,47.74302,8.99898\n4754,1646388535,47.74302,8.99898\n4755,1646388536,47.74302,8.99898\n4756,1646388537,47.74302,8.99898\n4757,1646388538,47.74302,8.99898\n4758,1646388539,47.74302,8.99898\n4759,1646388540,47.74302,8.99898\n4760,1646388541,47.74302,8.99898\n4761,1646388542,47.74302,8.99898\n4762,1646388543,47.74302,8.99898\n4763,1646388544,47.74302,8.99898\n4764,1646388545,47.74302,8.99898\n4765,1646388546,47.74302,8.99898\n4766,1646388547,47.74302,8.99898\n4767,1646388548,47.74302,8.99898\n4768,1646388549,47.74302,8.99898\n4769,1646388550,47.74302,8.99898\n4770,1646388551,47.74302,8.99898\n4771,1646388552,47.74302,8.99898\n4772,1646388553,47.74302,8.99898\n4773,1646388554,47.74302,8.99898\n4774,1646388555,47.74302,8.99898\n4775,1646388556,47.74302,8.99898\n4776,1646388557,47.74302,8.99898\n4777,1646388558,47.74302,8.99898\n4778,1646388559,47.74302,8.99898\n4779,1646388560,47.74302,8.99898\n4780,1646388561,47.74302,8.99898\n4781,1646388562,47.74302,8.99898\n4782,1646388563,47.74302,8.99898\n4783,1646388564,47.74302,8.99898\n4784,1646388565,47.74302,8.99898\n4785,1646388566,47.74302,8.99898\n4786,1646388567,47.74302,8.99898\n4787,1646388568,47.74302,8.99898\n4788,1646388569,47.74302,8.99898\n4789,1646388570,47.74302,8.99898\n4790,1646388571,47.74302,8.99898\n4791,1646388572,47.74302,8.99898\n4792,1646388573,47.74302,8.99898\n4793,1646388574,47.74302,8.99898\n4794,1646388575,47.74302,8.99898\n4795,1646388576,47.74302,8.99898\n4796,1646388577,47.74302,8.99898\n4797,1646388578,47.74302,8.99898\n4798,1646388579,47.74302,8.99898\n4799,1646388580,47.74302,8.99898\n4800,1646388581,47.74302,8.99898\n4801,1646388582,47.74302,8.99898\n4802,1646388583,47.74302,8.99898\n4803,1646388584,47.74302,8.99898\n4804,1646388585,47.74302,8.99898\n4805,1646388586,47.74302,8.99898\n4806,1646388587,47.74302,8.99898\n4807,1646388588,47.74302,8.99898\n4808,1646388589,47.74302,8.99898\n4809,1646388590,47.74302,8.99898\n4810,1646388591,47.74302,8.99898\n4811,1646388592,47.74302,8.99898\n4812,1646388593,47.74302,8.99898\n4813,1646388594,47.74302,8.99898\n4814,1646388595,47.74302,8.99898\n4815,1646388596,47.74302,8.99898\n4816,1646388597,47.74302,8.99898\n4817,1646388598,47.74302,8.99898\n4818,1646388599,47.74302,8.99898\n4819,1646388600,47.74302,8.99898\n4820,1646388601,47.74302,8.99898\n4821,1646388602,47.74302,8.99898\n4822,1646388603,47.74302,8.99898\n4823,1646388604,47.74302,8.99898\n4824,1646388605,47.74302,8.99898\n4825,1646388606,47.74302,8.99898\n4826,1646388607,47.74302,8.99898\n4827,1646388608,47.74302,8.99898\n4828,1646388609,47.74302,8.99898\n4829,1646388610,47.74302,8.99898\n4830,1646388611,47.74302,8.99898\n4831,1646388612,47.74302,8.99898\n4832,1646388613,47.74302,8.99898\n4833,1646388614,47.74302,8.99898\n4834,1646388615,47.74302,8.99898\n4835,1646388616,47.74302,8.99898\n4836,1646388617,47.74302,8.99898\n4837,1646388618,47.74302,8.99898\n4838,1646388619,47.74302,8.99898\n4839,1646388620,47.74302,8.99898\n4840,1646388621,47.74302,8.99898\n4841,1646388622,47.74302,8.99898\n4842,1646388623,47.74302,8.99898\n4843,1646388624,47.74302,8.99898\n4844,1646388625,47.74302,8.99898\n4845,1646388626,47.74302,8.99898\n4846,1646388627,47.74302,8.99898\n4847,1646388628,47.74302,8.99898\n4848,1646388629,47.74302,8.99898\n4849,1646388630,47.74302,8.99898\n4850,1646388631,47.74302,8.99898\n4851,1646388632,47.74302,8.99898\n4852,1646388633,47.74302,8.99898\n4853,1646388634,47.74302,8.99898\n4854,1646388635,47.74302,8.99898\n4855,1646388636,47.74302,8.99898\n4856,1646388637,47.74302,8.99898\n4857,1646388638,47.74302,8.99898\n4858,1646388639,47.74302,8.99898\n4859,1646388640,47.74302,8.99898\n4860,1646388641,47.74302,8.99898\n4861,1646388642,47.74302,8.99898\n4862,1646388643,47.74302,8.99898\n4863,1646388644,47.74302,8.99898\n4864,1646388645,47.74302,8.99898\n4865,1646388646,47.74302,8.99898\n4866,1646388647,47.74302,8.99898\n4867,1646388648,47.74302,8.99898\n4868,1646388649,47.74302,8.99898\n4869,1646388650,47.74302,8.99898\n4870,1646388651,47.74302,8.99898\n4871,1646388652,47.74302,8.99898\n4872,1646388653,47.74302,8.99898\n4873,1646388654,47.74302,8.99898\n4874,1646388655,47.74302,8.99898\n4875,1646388656,47.74302,8.99898\n4876,1646388657,47.74302,8.99898\n4877,1646388658,47.74302,8.99898\n4878,1646388659,47.74302,8.99898\n4879,1646388660,47.74302,8.99898\n4880,1646388661,47.74302,8.99898\n4881,1646388662,47.74302,8.99898\n4882,1646388663,47.74302,8.99898\n4883,1646388664,47.74302,8.99898\n4884,1646388665,47.74302,8.99898\n4885,1646388666,47.74302,8.99898\n4886,1646388667,47.74302,8.99898\n4887,1646388668,47.74302,8.99898\n4888,1646388669,47.74302,8.99898\n4889,1646388670,47.74302,8.99898\n4890,1646388671,47.74302,8.99898\n4891,1646388672,47.74302,8.99898\n4892,1646388673,47.74302,8.99898\n4893,1646388674,47.74302,8.99898\n4894,1646388675,47.74302,8.99898\n4895,1646388676,47.74302,8.99898\n4896,1646388677,47.74302,8.99898\n4897,1646388678,47.74302,8.99898\n4898,1646388679,47.74302,8.99898\n4899,1646388680,47.74302,8.99898\n4900,1646388681,47.74302,8.99898\n4901,1646388682,47.74302,8.99898\n4902,1646388683,47.74302,8.99898\n4903,1646388684,47.74302,8.99898\n4904,1646388685,47.74302,8.99898\n4905,1646388686,47.74302,8.99898\n4906,1646388687,47.74302,8.99898\n4907,1646388688,47.74302,8.99898\n4908,1646388689,47.74302,8.99898\n4909,1646388690,47.74302,8.99898\n4910,1646388691,47.74302,8.99898\n4911,1646388692,47.74302,8.99898\n4912,1646388693,47.74302,8.99898\n4913,1646388694,47.74302,8.99898\n4914,1646388695,47.74302,8.99898\n4915,1646388696,47.74302,8.99898\n4916,1646388697,47.74302,8.99898\n4917,1646388698,47.74302,8.99898\n4918,1646388699,47.74302,8.99898\n4919,1646388700,47.74302,8.99898\n4920,1646388701,47.74302,8.99898\n4921,1646388702,47.74302,8.99898\n4922,1646388703,47.74302,8.99898\n4923,1646388704,47.74302,8.99898\n4924,1646388705,47.74302,8.99898\n4925,1646388706,47.74302,8.99898\n4926,1646388707,47.74302,8.99898\n4927,1646388708,47.74302,8.99898\n4928,1646388709,47.74302,8.99898\n4929,1646388710,47.74302,8.99898\n4930,1646388711,47.74302,8.99898\n4931,1646388712,47.74302,8.99898\n4932,1646388713,47.74302,8.99898\n4933,1646388714,47.74302,8.99898\n4934,1646388715,47.74302,8.99898\n4935,1646388716,47.74302,8.99898\n4936,1646388717,47.74302,8.99898\n4937,1646388718,47.74302,8.99898\n4938,1646388719,47.74302,8.99898\n4939,1646388720,47.74302,8.99898\n4940,1646388721,47.74302,8.99898\n4941,1646388722,47.74302,8.99898\n4942,1646388723,47.74302,8.99898\n4943,1646388724,47.74302,8.99898\n4944,1646388725,47.74302,8.99898\n4945,1646388726,47.74302,8.99898\n4946,1646388727,47.74302,8.99898\n4947,1646388728,47.74302,8.99898\n4948,1646388729,47.74302,8.99898\n4949,1646388730,47.74302,8.99898\n4950,1646388731,47.74302,8.99898\n4951,1646388732,47.74302,8.99898\n4952,1646388733,47.74302,8.99898\n4953,1646388734,47.74302,8.99898\n4954,1646388735,47.74302,8.99898\n4955,1646388736,47.74302,8.99898\n4956,1646388737,47.74302,8.99898\n4957,1646388738,47.74302,8.99898\n4958,1646388739,47.74302,8.99898\n4959,1646388740,47.74302,8.99898\n4960,1646388741,47.74302,8.99898\n4961,1646388742,47.74302,8.99898\n4962,1646388743,47.74302,8.99898\n4963,1646388744,47.74302,8.99898\n4964,1646388745,47.74302,8.99898\n4965,1646388746,47.74302,8.99898\n4966,1646388747,47.74302,8.99898\n4967,1646388748,47.74302,8.99898\n4968,1646388749,47.74302,8.99898\n4969,1646388750,47.74302,8.99898\n4970,1646388751,47.74302,8.99898\n4971,1646388752,47.74302,8.99898\n4972,1646388753,47.74302,8.99898\n4973,1646388754,47.74302,8.99898\n4974,1646388755,47.74302,8.99898\n4975,1646388756,47.74302,8.99898\n4976,1646388757,47.74302,8.99898\n4977,1646388758,47.74302,8.99898\n4978,1646388759,47.74302,8.99898\n4979,1646388760,47.74302,8.99898\n4980,1646388761,47.74302,8.99898\n4981,1646388762,47.74302,8.99898\n4982,1646388763,47.74302,8.99898\n4983,1646388764,47.74302,8.99898\n4984,1646388765,47.74302,8.99898\n4985,1646388766,47.74302,8.99898\n4986,1646388767,47.74302,8.99898\n4987,1646388768,47.74302,8.99898\n4988,1646388769,47.74302,8.99898\n4989,1646388770,47.74302,8.99898\n4990,1646388771,47.74302,8.99898\n4991,1646388772,47.74302,8.99898\n4992,1646388773,47.74302,8.99898\n4993,1646388774,47.74302,8.99898\n4994,1646388775,47.74302,8.99898\n4995,1646388776,47.74302,8.99898\n4996,1646388777,47.74302,8.99898\n4997,1646388778,47.74302,8.99898\n4998,1646388779,47.74302,8.99898\n4999,1646388780,47.74302,8.99898\n5000,1646388781,47.74302,8.99898\n5001,1646388782,47.74302,8.99898\n5002,1646388783,47.74302,8.99898\n5003,1646388784,47.74302,8.99898\n5004,1646388785,47.74302,8.99898\n5005,1646388786,47.74302,8.99898\n5006,1646388787,47.74302,8.99898\n5007,1646388788,47.74302,8.99898\n5008,1646388789,47.74302,8.99898\n5009,1646388790,47.74302,8.99898\n5010,1646388791,47.74302,8.99898\n5011,1646388792,47.74302,8.99898\n5012,1646388793,47.74302,8.99898\n5013,1646388794,47.74302,8.99898\n5014,1646388795,47.74302,8.99898\n5015,1646388796,47.74302,8.99898\n5016,1646388797,47.74302,8.99898\n5017,1646388798,47.74302,8.99898\n5018,1646388799,47.74302,8.99898\n5019,1646388800,47.74302,8.99898\n5020,1646388801,47.74302,8.99898\n5021,1646388802,47.74302,8.99898\n5022,1646388803,47.74302,8.99898\n5023,1646388804,47.74302,8.99898\n5024,1646388805,47.74302,8.99898\n5025,1646388806,47.74302,8.99898\n5026,1646388807,47.74302,8.99898\n5027,1646388808,47.74302,8.99898\n5028,1646388809,47.74302,8.99898\n5029,1646388810,47.74302,8.99898\n5030,1646388811,47.74302,8.99898\n5031,1646388812,47.74302,8.99898\n5032,1646388813,47.74302,8.99898\n5033,1646388814,47.74302,8.99898\n5034,1646388815,47.74302,8.99898\n5035,1646388816,47.74302,8.99898\n5036,1646388817,47.74302,8.99898\n5037,1646388818,47.74302,8.99898\n5038,1646388819,47.74302,8.99898\n5039,1646388820,47.74302,8.99898\n5040,1646388821,47.74302,8.99898\n5041,1646388822,47.74302,8.99898\n5042,1646388823,47.74302,8.99898\n5043,1646388824,47.74302,8.99898\n5044,1646388825,47.74302,8.99898\n5045,1646388826,47.74302,8.99898\n5046,1646388827,47.74302,8.99898\n5047,1646388828,47.74302,8.99898\n5048,1646388829,47.74302,8.99898\n5049,1646388830,47.74302,8.99898\n5050,1646388831,47.74302,8.99898\n5051,1646388832,47.74302,8.99898\n5052,1646388833,47.74302,8.99898\n5053,1646388834,47.74302,8.99898\n5054,1646388835,47.74302,8.99898\n5055,1646388836,47.74302,8.99898\n5056,1646388837,47.74302,8.99898\n5057,1646388838,47.74302,8.99898\n5058,1646388839,47.74302,8.99898\n5059,1646388840,47.74302,8.99898\n5060,1646388841,47.74302,8.99898\n5061,1646388842,47.74302,8.99898\n5062,1646388843,47.74302,8.99898\n5063,1646388844,47.74302,8.99898\n5064,1646388845,47.74302,8.99898\n5065,1646388846,47.74302,8.99898\n5066,1646388847,47.74302,8.99898\n5067,1646388848,47.74302,8.99898\n5068,1646388849,47.74302,8.99898\n5069,1646388850,47.74302,8.99898\n5070,1646388851,47.74302,8.99898\n5071,1646388852,47.74302,8.99898\n5072,1646388853,47.74302,8.99898\n5073,1646388854,47.74302,8.99898\n5074,1646388855,47.74302,8.99898\n5075,1646388856,47.74302,8.99898\n5076,1646388857,47.74302,8.99898\n5077,1646388858,47.74302,8.99898\n5078,1646388859,47.74302,8.99898\n5079,1646388860,47.74302,8.99898\n5080,1646388861,47.74302,8.99898\n5081,1646388862,47.74302,8.99898\n5082,1646388863,47.74302,8.99898\n5083,1646388864,47.74302,8.99898\n5084,1646388865,47.74302,8.99898\n5085,1646388866,47.74302,8.99898\n5086,1646388867,47.74302,8.99898\n5087,1646388868,47.74302,8.99898\n5088,1646388869,47.74302,8.99898\n5089,1646388870,47.74302,8.99898\n5090,1646388871,47.74302,8.99898\n5091,1646388872,47.74302,8.99898\n5092,1646388873,47.74302,8.99898\n5093,1646388874,47.74302,8.99898\n5094,1646388875,47.74302,8.99898\n5095,1646388876,47.74302,8.99898\n5096,1646388877,47.74302,8.99898\n5097,1646388878,47.74302,8.99898\n5098,1646388879,47.74302,8.99898\n5099,1646388880,47.74302,8.99898\n5100,1646388881,47.74302,8.99898\n5101,1646388882,47.74302,8.99898\n5102,1646388883,47.74302,8.99898\n5103,1646388884,47.74302,8.99898\n5104,1646388885,47.74302,8.99898\n5105,1646388886,47.74302,8.99898\n5106,1646388887,47.74302,8.99898\n5107,1646388888,47.74302,8.99898\n5108,1646388889,47.74302,8.99898\n5109,1646388890,47.74302,8.99898\n5110,1646388891,47.74302,8.99898\n5111,1646388892,47.74302,8.99898\n5112,1646388893,47.74302,8.99898\n5113,1646388894,47.74302,8.99898\n5114,1646388895,47.74302,8.99898\n5115,1646388896,47.74302,8.99898\n5116,1646388897,47.74302,8.99898\n5117,1646388898,47.74302,8.99898\n5118,1646388899,47.74302,8.99898\n5119,1646388900,47.74302,8.99898\n5120,1646388901,47.74302,8.99898\n5121,1646388902,47.74302,8.99898\n5122,1646388903,47.74302,8.99898\n5123,1646388904,47.74302,8.99898\n5124,1646388905,47.74302,8.99898\n5125,1646388906,47.74302,8.99898\n5126,1646388907,47.74302,8.99898\n5127,1646388908,47.74302,8.99898\n5128,1646388909,47.74302,8.99898\n5129,1646388910,47.74302,8.99898\n5130,1646388911,47.74302,8.99898\n5131,1646388912,47.74302,8.99898\n5132,1646388913,47.74302,8.99898\n5133,1646388914,47.74302,8.99898\n5134,1646388915,47.74302,8.99898\n5135,1646388916,47.74302,8.99898\n5136,1646388917,47.74302,8.99898\n5137,1646388918,47.74302,8.99898\n5138,1646388919,47.74302,8.99898\n5139,1646388920,47.74302,8.99898\n5140,1646388921,47.74302,8.99898\n5141,1646388922,47.74302,8.99898\n5142,1646388923,47.74302,8.99898\n5143,1646388924,47.74302,8.99898\n5144,1646388925,47.74302,8.99898\n5145,1646388926,47.74302,8.99898\n5146,1646388927,47.74302,8.99898\n5147,1646388928,47.74302,8.99898\n5148,1646388929,47.74302,8.99898\n5149,1646388930,47.74302,8.99898\n5150,1646388931,47.74302,8.99898\n5151,1646388932,47.74302,8.99898\n5152,1646388933,47.74302,8.99898\n5153,1646388934,47.74302,8.99898\n5154,1646388935,47.74302,8.99898\n5155,1646388936,47.74302,8.99898\n5156,1646388937,47.74302,8.99898\n5157,1646388938,47.74302,8.99898\n5158,1646388939,47.74302,8.99898\n5159,1646388940,47.74302,8.99898\n5160,1646388941,47.74302,8.99898\n5161,1646388942,47.74302,8.99898\n5162,1646388943,47.74302,8.99898\n5163,1646388944,47.74302,8.99898\n5164,1646388945,47.74302,8.99898\n5165,1646388946,47.74302,8.99898\n5166,1646388947,47.74302,8.99898\n5167,1646388948,47.74302,8.99898\n5168,1646388949,47.74302,8.99898\n5169,1646388950,47.74302,8.99898\n5170,1646388951,47.74302,8.99898\n5171,1646388952,47.74302,8.99898\n5172,1646388953,47.74302,8.99898\n5173,1646388954,47.74302,8.99898\n5174,1646388955,47.74302,8.99898\n5175,1646388956,47.74302,8.99898\n5176,1646388957,47.74302,8.99898\n5177,1646388958,47.74302,8.99898\n5178,1646388959,47.74302,8.99898\n5179,1646388960,47.74302,8.99898\n5180,1646388961,47.74302,8.99898\n5181,1646388962,47.74302,8.99898\n5182,1646388963,47.74302,8.99898\n5183,1646388964,47.74302,8.99898\n5184,1646388965,47.74302,8.99898\n5185,1646388966,47.74302,8.99898\n5186,1646388967,47.74302,8.99898\n5187,1646388968,47.74302,8.99898\n5188,1646388969,47.74302,8.99898\n5189,1646388970,47.74302,8.99898\n5190,1646388971,47.74302,8.99898\n5191,1646388972,47.74302,8.99898\n5192,1646388973,47.74302,8.99898\n5193,1646388974,47.74302,8.99898\n5194,1646388975,47.74302,8.99898\n5195,1646388976,47.74302,8.99898\n5196,1646388977,47.74302,8.99898\n5197,1646388978,47.74302,8.99898\n5198,1646388979,47.74302,8.99898\n5199,1646388980,47.74302,8.99898\n5200,1646388981,47.74302,8.99898\n5201,1646388982,47.74302,8.99898\n5202,1646388983,47.74302,8.99898\n5203,1646388984,47.74302,8.99898\n5204,1646388985,47.74302,8.99898\n5205,1646388986,47.74302,8.99898\n5206,1646388987,47.74302,8.99898\n5207,1646388988,47.74302,8.99898\n5208,1646388989,47.74302,8.99898\n5209,1646388990,47.74302,8.99898\n5210,1646388991,47.74302,8.99898\n5211,1646388992,47.74302,8.99898\n5212,1646388993,47.74302,8.99898\n5213,1646388994,47.74302,8.99898\n5214,1646388995,47.74302,8.99898\n5215,1646388996,47.74302,8.99898\n5216,1646388997,47.74302,8.99898\n5217,1646388998,47.74302,8.99898\n5218,1646388999,47.74302,8.99898\n5219,1646389000,47.74302,8.99898\n5220,1646389001,47.74302,8.99898\n5221,1646389002,47.74302,8.99898\n5222,1646389003,47.74302,8.99898\n5223,1646389004,47.74302,8.99898\n5224,1646389005,47.74302,8.99898\n5225,1646389006,47.74302,8.99898\n5226,1646389007,47.74302,8.99898\n5227,1646389008,47.74302,8.99898\n5228,1646389009,47.74302,8.99898\n5229,1646389010,47.74302,8.99898\n5230,1646389011,47.74302,8.99898\n5231,1646389012,47.74302,8.99898\n5232,1646389013,47.74302,8.99898\n5233,1646389014,47.74302,8.99898\n5234,1646389015,47.74302,8.99898\n5235,1646389016,47.74302,8.99898\n5236,1646389017,47.74302,8.99898\n5237,1646389018,47.74302,8.99898\n5238,1646389019,47.74302,8.99898\n5239,1646389020,47.74302,8.99898\n5240,1646389021,47.74302,8.99898\n5241,1646389022,47.74302,8.99898\n5242,1646389023,47.74302,8.99898\n5243,1646389024,47.74302,8.99898\n5244,1646389025,47.74302,8.99898\n5245,1646389026,47.74302,8.99898\n5246,1646389027,47.74302,8.99898\n5247,1646389028,47.74302,8.99898\n5248,1646389029,47.74302,8.99898\n5249,1646389030,47.74302,8.99898\n5250,1646389031,47.74302,8.99898\n5251,1646389032,47.74302,8.99898\n5252,1646389033,47.74302,8.99898\n5253,1646389034,47.74302,8.99898\n5254,1646389035,47.74302,8.99898\n5255,1646389036,47.74302,8.99898\n5256,1646389037,47.74302,8.99898\n5257,1646389038,47.74302,8.99898\n5258,1646389039,47.74302,8.99898\n5259,1646389040,47.74302,8.99898\n5260,1646389041,47.74302,8.99898\n5261,1646389042,47.74302,8.99898\n5262,1646389043,47.74302,8.99898\n5263,1646389044,47.74302,8.99898\n5264,1646389045,47.74302,8.99898\n5265,1646389046,47.74302,8.99898\n5266,1646389047,47.74302,8.99898\n5267,1646389048,47.74302,8.99898\n5268,1646389049,47.74302,8.99898\n5269,1646389050,47.74302,8.99898\n5270,1646389051,47.74302,8.99898\n5271,1646389052,47.74302,8.99898\n5272,1646389053,47.74302,8.99898\n5273,1646389054,47.74302,8.99898\n5274,1646389055,47.74302,8.99898\n5275,1646389056,47.74302,8.99898\n5276,1646389057,47.74302,8.99898\n5277,1646389058,47.74302,8.99898\n5278,1646389059,47.74302,8.99898\n5279,1646389060,47.74302,8.99898\n5280,1646389061,47.74302,8.99898\n5281,1646389062,47.74302,8.99898\n5282,1646389063,47.74302,8.99898\n5283,1646389064,47.74302,8.99898\n5284,1646389065,47.74302,8.99898\n5285,1646389066,47.74302,8.99898\n5286,1646389067,47.74302,8.99898\n5287,1646389068,47.74302,8.99898\n5288,1646389069,47.74302,8.99898\n5289,1646389070,47.74302,8.99898\n5290,1646389071,47.74302,8.99898\n5291,1646389072,47.74302,8.99898\n5292,1646389073,47.74302,8.99898\n5293,1646389074,47.74302,8.99898\n5294,1646389075,47.74302,8.99898\n5295,1646389076,47.74302,8.99898\n5296,1646389077,47.74302,8.99898\n5297,1646389078,47.74302,8.99898\n5298,1646389079,47.74302,8.99898\n5299,1646389080,47.74302,8.99898\n5300,1646389081,47.74302,8.99898\n5301,1646389082,47.74302,8.99898\n5302,1646389083,47.74302,8.99898\n5303,1646389084,47.74302,8.99898\n5304,1646389085,47.74302,8.99898\n5305,1646389086,47.74302,8.99898\n5306,1646389087,47.74302,8.99898\n5307,1646389088,47.74302,8.99898\n5308,1646389089,47.74302,8.99898\n5309,1646389090,47.74302,8.99898\n5310,1646389091,47.74302,8.99898\n5311,1646389092,47.74302,8.99898\n5312,1646389093,47.74302,8.99898\n5313,1646389094,47.74303,8.99898\n5314,1646389095,47.74303,8.99898\n5315,1646389096,47.74303,8.99898\n5316,1646389097,47.74303,8.99898\n5317,1646389098,47.74303,8.99898\n5318,1646389099,47.74303,8.99898\n5319,1646389100,47.74303,8.99898\n5320,1646389101,47.74303,8.99898\n5321,1646389102,47.74303,8.99898\n5322,1646389103,47.74303,8.99898\n5323,1646389104,47.74303,8.99898\n5324,1646389105,47.74303,8.99898\n5325,1646389106,47.74303,8.99898\n5326,1646389107,47.74303,8.99898\n5327,1646389108,47.74303,8.99898\n5328,1646389109,47.74303,8.99898\n5329,1646389110,47.74303,8.99898\n5330,1646389111,47.74303,8.99898\n5331,1646389112,47.74303,8.99898\n5332,1646389113,47.74303,8.99898\n5333,1646389114,47.74303,8.99898\n5334,1646389115,47.74303,8.99898\n5335,1646389116,47.74303,8.99898\n5336,1646389117,47.74303,8.99898\n5337,1646389118,47.74303,8.99898\n5338,1646389119,47.74303,8.99898\n5339,1646389120,47.74303,8.99898\n5340,1646389121,47.74303,8.99898\n5341,1646389122,47.74303,8.99898\n5342,1646389123,47.74303,8.99898\n5343,1646389124,47.74303,8.99898\n5344,1646389125,47.74303,8.99898\n5345,1646389126,47.74303,8.99898\n5346,1646389127,47.74303,8.99898\n5347,1646389128,47.74303,8.99898\n5348,1646389129,47.74303,8.99898\n5349,1646389130,47.74303,8.99898\n5350,1646389131,47.74303,8.99898\n5351,1646389132,47.74303,8.99898\n5352,1646389133,47.74303,8.99898\n5353,1646389134,47.74303,8.99898\n5354,1646389135,47.74303,8.99898\n5355,1646389136,47.74303,8.99898\n5356,1646389137,47.74303,8.99898\n5357,1646389138,47.74303,8.99898\n5358,1646389139,47.74303,8.99898\n5359,1646389140,47.74303,8.99898\n5360,1646389141,47.74303,8.99898\n5361,1646389142,47.74303,8.99898\n5362,1646389143,47.74303,8.99898\n5363,1646389144,47.74303,8.99898\n5364,1646389145,47.74303,8.99898\n5365,1646389146,47.74303,8.99898\n5366,1646389147,47.74303,8.99898\n5367,1646389148,47.74303,8.99898\n5368,1646389149,47.74303,8.99898\n5369,1646389150,47.74303,8.99898\n5370,1646389151,47.74303,8.99898\n5371,1646389152,47.74303,8.99898\n5372,1646389153,47.74303,8.99898\n5373,1646389154,47.74303,8.99898\n5374,1646389155,47.74303,8.99898\n5375,1646389156,47.74303,8.99898\n5376,1646389157,47.74303,8.99898\n5377,1646389158,47.74303,8.99898\n5378,1646389159,47.74303,8.99898\n5379,1646389160,47.74303,8.99898\n5380,1646389161,47.74303,8.99898\n5381,1646389162,47.74303,8.99898\n5382,1646389163,47.74303,8.99898\n5383,1646389164,47.74303,8.99898\n5384,1646389165,47.74303,8.99898\n5385,1646389166,47.74303,8.99898\n5386,1646389167,47.74303,8.99898\n5387,1646389168,47.74303,8.99898\n5388,1646389169,47.74303,8.99898\n5389,1646389170,47.74303,8.99898\n5390,1646389171,47.74303,8.99898\n5391,1646389172,47.74303,8.99898\n5392,1646389173,47.74303,8.99898\n5393,1646389174,47.74303,8.99898\n5394,1646389175,47.74303,8.99898\n5395,1646389176,47.74303,8.99898\n5396,1646389177,47.74303,8.99898\n5397,1646389178,47.74303,8.99898\n5398,1646389179,47.74303,8.99898\n5399,1646389180,47.74303,8.99898\n5400,1646389181,47.74303,8.99898\n5401,1646389182,47.74303,8.99898\n5402,1646389183,47.74303,8.99898\n5403,1646389184,47.74303,8.99898\n5404,1646389185,47.74303,8.99898\n5405,1646389186,47.74303,8.99898\n5406,1646389187,47.74303,8.99898\n5407,1646389188,47.74303,8.99898\n5408,1646389189,47.74303,8.99898\n5409,1646389190,47.74303,8.99898\n5410,1646389191,47.74303,8.99898\n5411,1646389192,47.74303,8.99898\n5412,1646389193,47.74303,8.99898\n5413,1646389194,47.74303,8.99898\n5414,1646389195,47.74303,8.99898\n5415,1646389196,47.74303,8.99898\n5416,1646389197,47.74303,8.99898\n5417,1646389198,47.74303,8.99898\n5418,1646389199,47.74303,8.99898\n5419,1646389200,47.74303,8.99898\n5420,1646389201,47.74303,8.99898\n5421,1646389202,47.74303,8.99898\n5422,1646389203,47.74303,8.99898\n5423,1646389204,47.74303,8.99898\n5424,1646389205,47.74303,8.99898\n5425,1646389206,47.74303,8.99898\n5426,1646389207,47.74303,8.99898\n5427,1646389208,47.74303,8.99898\n5428,1646389209,47.74303,8.99898\n5429,1646389210,47.74303,8.99898\n5430,1646389211,47.74303,8.99898\n5431,1646389212,47.74303,8.99898\n5432,1646389213,47.74303,8.99898\n5433,1646389214,47.74303,8.99898\n5434,1646389215,47.74303,8.99898\n5435,1646389216,47.74303,8.99898\n5436,1646389217,47.74303,8.99898\n5437,1646389218,47.74303,8.99898\n5438,1646389219,47.74303,8.99898\n5439,1646389220,47.74303,8.99898\n5440,1646389221,47.74303,8.99898\n5441,1646389222,47.74303,8.99898\n5442,1646389223,47.74303,8.99898\n5443,1646389224,47.74303,8.99898\n5444,1646389225,47.74303,8.99898\n5445,1646389226,47.74303,8.99898\n5446,1646389227,47.74303,8.99898\n5447,1646389228,47.74303,8.99898\n5448,1646389229,47.74303,8.99898\n5449,1646389230,47.74303,8.99898\n5450,1646389231,47.74303,8.99898\n5451,1646389232,47.74303,8.99898\n5452,1646389233,47.74303,8.99898\n5453,1646389234,47.74303,8.99898\n5454,1646389235,47.74303,8.99898\n5455,1646389236,47.74303,8.99898\n5456,1646389237,47.74303,8.99898\n5457,1646389238,47.74303,8.99898\n5458,1646389239,47.74303,8.99898\n5459,1646389240,47.74303,8.99898\n5460,1646389241,47.74303,8.99898\n5461,1646389242,47.74303,8.99898\n5462,1646389243,47.74303,8.99898\n5463,1646389244,47.74303,8.99898\n5464,1646389245,47.74303,8.99898\n5465,1646389246,47.74303,8.99898\n5466,1646389247,47.74303,8.99898\n5467,1646389248,47.74303,8.99898\n5468,1646389249,47.74303,8.99898\n5469,1646389250,47.74303,8.99898\n5470,1646389251,47.74303,8.99898\n5471,1646389252,47.74303,8.99898\n5472,1646389253,47.74303,8.99898\n5473,1646389254,47.74303,8.99898\n5474,1646389255,47.74303,8.99898\n5475,1646389256,47.74303,8.99898\n5476,1646389257,47.74303,8.99898\n5477,1646389258,47.74303,8.99898\n5478,1646389259,47.74303,8.99898\n5479,1646389260,47.74303,8.99898\n5480,1646389261,47.74303,8.99898\n5481,1646389262,47.74303,8.99898\n5482,1646389263,47.74303,8.99898\n5483,1646389264,47.74303,8.99898\n5484,1646389265,47.74303,8.99898\n5485,1646389266,47.74303,8.99898\n5486,1646389267,47.74303,8.99898\n5487,1646389268,47.74303,8.99898\n5488,1646389269,47.74303,8.99898\n5489,1646389270,47.74303,8.99898\n5490,1646389271,47.74303,8.99898\n5491,1646389272,47.74303,8.99898\n5492,1646389273,47.74303,8.99898\n5493,1646389274,47.74303,8.99898\n5494,1646389275,47.74303,8.99898\n5495,1646389276,47.74303,8.99898\n5496,1646389277,47.74303,8.99898\n5497,1646389278,47.74303,8.99898\n5498,1646389279,47.74303,8.99898\n5499,1646389280,47.74303,8.99898\n5500,1646389281,47.74303,8.99898\n5501,1646389282,47.74303,8.99898\n5502,1646389283,47.74303,8.99898\n5503,1646389284,47.74303,8.99898\n5504,1646389285,47.74303,8.99898\n5505,1646389286,47.74303,8.99898\n5506,1646389287,47.74303,8.99898\n5507,1646389288,47.74303,8.99898\n5508,1646389289,47.74303,8.99898\n5509,1646389290,47.74303,8.99898\n5510,1646389291,47.74303,8.99898\n5511,1646389292,47.74303,8.99898\n5512,1646389293,47.74303,8.99898\n5513,1646389294,47.74303,8.99898\n5514,1646389295,47.74303,8.99898\n5515,1646389296,47.74303,8.99898\n5516,1646389297,47.74303,8.99898\n5517,1646389298,47.74303,8.99898\n5518,1646389299,47.74303,8.99898\n5519,1646389300,47.74303,8.99898\n5520,1646389301,47.74303,8.99898\n5521,1646389302,47.74303,8.99898\n5522,1646389303,47.74303,8.99898\n5523,1646389304,47.74303,8.99898\n5524,1646389305,47.74303,8.99898\n5525,1646389306,47.74303,8.99898\n5526,1646389307,47.74303,8.99898\n5527,1646389308,47.74303,8.99898\n5528,1646389309,47.74303,8.99898\n5529,1646389310,47.74303,8.99898\n5530,1646389311,47.74303,8.99898\n5531,1646389312,47.74303,8.99898\n5532,1646389313,47.74303,8.99898\n5533,1646389314,47.74303,8.99898\n5534,1646389315,47.74303,8.99898\n5535,1646389316,47.74303,8.99898\n5536,1646389317,47.74303,8.99898\n5537,1646389318,47.74303,8.99898\n5538,1646389319,47.74303,8.99898\n5539,1646389320,47.74303,8.99898\n5540,1646389321,47.74303,8.99898\n5541,1646389322,47.74303,8.99898\n5542,1646389323,47.74303,8.99898\n5543,1646389324,47.74303,8.99898\n5544,1646389325,47.74303,8.99898\n5545,1646389326,47.74303,8.99898\n5546,1646389327,47.74303,8.99898\n5547,1646389328,47.74303,8.99898\n5548,1646389329,47.74303,8.99898\n5549,1646389330,47.74303,8.99898\n5550,1646389331,47.74303,8.99898\n5551,1646389332,47.74303,8.99898\n5552,1646389333,47.74303,8.99898\n5553,1646389334,47.74303,8.99898\n5554,1646389335,47.74303,8.99898\n5555,1646389336,47.74303,8.99898\n5556,1646389337,47.74303,8.99898\n5557,1646389338,47.74303,8.99898\n5558,1646389339,47.74303,8.99898\n5559,1646389340,47.74303,8.99898\n5560,1646389341,47.74303,8.99898\n5561,1646389342,47.74303,8.99898\n5562,1646389343,47.74303,8.99898\n5563,1646389344,47.74303,8.99898\n5564,1646389345,47.74303,8.99898\n5565,1646389346,47.74303,8.99898\n5566,1646389347,47.74303,8.99898\n5567,1646389348,47.74303,8.99898\n5568,1646389349,47.74303,8.99898\n5569,1646389350,47.74303,8.99898\n5570,1646389351,47.74303,8.99898\n5571,1646389352,47.74303,8.99898\n5572,1646389353,47.74303,8.99898\n5573,1646389354,47.74303,8.99898\n5574,1646389355,47.74303,8.99898\n5575,1646389356,47.74303,8.99898\n5576,1646389357,47.74303,8.99898\n5577,1646389358,47.74303,8.99898\n5578,1646389359,47.74303,8.99898\n5579,1646389360,47.74303,8.99898\n5580,1646389361,47.74303,8.99898\n5581,1646389362,47.74303,8.99898\n5582,1646389363,47.74303,8.99898\n5583,1646389364,47.74303,8.99898\n5584,1646389365,47.74303,8.99898\n5585,1646389366,47.74303,8.99898\n5586,1646389367,47.74303,8.99898\n5587,1646389368,47.74303,8.99898\n5588,1646389369,47.74303,8.99898\n5589,1646389370,47.74303,8.99898\n5590,1646389371,47.74303,8.99898\n5591,1646389372,47.74303,8.99898\n5592,1646389373,47.74303,8.99898\n5593,1646389374,47.74303,8.99898\n5594,1646389375,47.74303,8.99898\n5595,1646389376,47.74303,8.99898\n5596,1646389377,47.74303,8.99898\n5597,1646389378,47.74303,8.99898\n5598,1646389379,47.74303,8.99898\n5599,1646389380,47.74303,8.99898\n5600,1646389381,47.74303,8.99898\n5601,1646389382,47.74303,8.99898\n5602,1646389383,47.74303,8.99898\n5603,1646389384,47.74303,8.99898\n5604,1646389385,47.74303,8.99898\n5605,1646389386,47.74303,8.99898\n5606,1646389387,47.74303,8.99898\n5607,1646389388,47.74303,8.99898\n5608,1646389389,47.74303,8.99898\n5609,1646389390,47.74303,8.99898\n5610,1646389391,47.74303,8.99898\n5611,1646389392,47.74303,8.99898\n5612,1646389393,47.74303,8.99898\n5613,1646389394,47.74303,8.99898\n5614,1646389395,47.74303,8.99898\n5615,1646389396,47.74303,8.99898\n5616,1646389397,47.74303,8.99898\n5617,1646389398,47.74303,8.99898\n5618,1646389399,47.74303,8.99898\n5619,1646389400,47.74303,8.99898\n5620,1646389401,47.74303,8.99898\n5621,1646389402,47.74303,8.99898\n5622,1646389403,47.74303,8.99898\n5623,1646389404,47.74303,8.99898\n5624,1646389405,47.74303,8.99898\n5625,1646389406,47.74303,8.99898\n5626,1646389407,47.74303,8.99898\n5627,1646389408,47.74303,8.99898\n5628,1646389409,47.74303,8.99898\n5629,1646389410,47.74303,8.99898\n5630,1646389411,47.74303,8.99898\n5631,1646389412,47.74303,8.99898\n5632,1646389413,47.74303,8.99898\n5633,1646389414,47.74303,8.99898\n5634,1646389415,47.74303,8.99898\n5635,1646389416,47.74303,8.99898\n5636,1646389417,47.74303,8.99898\n5637,1646389418,47.74303,8.99898\n5638,1646389419,47.74303,8.99898\n5639,1646389420,47.74303,8.99898\n5640,1646389421,47.74303,8.99898\n5641,1646389422,47.74303,8.99898\n5642,1646389423,47.74303,8.99898\n5643,1646389424,47.74303,8.99898\n5644,1646389425,47.74303,8.99898\n5645,1646389426,47.74303,8.99898\n5646,1646389427,47.74303,8.99898\n5647,1646389428,47.74303,8.99898\n5648,1646389429,47.74303,8.99898\n5649,1646389430,47.74303,8.99898\n5650,1646389431,47.74303,8.99898\n5651,1646389432,47.74303,8.99898\n5652,1646389433,47.74303,8.99898\n5653,1646389434,47.74303,8.99898\n5654,1646389435,47.74303,8.99898\n5655,1646389436,47.74303,8.99898\n5656,1646389437,47.74303,8.99898\n5657,1646389438,47.74303,8.99898\n5658,1646389439,47.74303,8.99898\n5659,1646389440,47.74303,8.99898\n5660,1646389441,47.74303,8.99898\n5661,1646389442,47.74303,8.99898\n5662,1646389443,47.74303,8.99898\n5663,1646389444,47.74303,8.99898\n5664,1646389445,47.74303,8.99898\n5665,1646389446,47.74303,8.99898\n5666,1646389447,47.74303,8.99898\n5667,1646389448,47.74303,8.99898\n5668,1646389449,47.74303,8.99898\n5669,1646389450,47.74303,8.99898\n5670,1646389451,47.74303,8.99898\n5671,1646389452,47.74303,8.99898\n5672,1646389453,47.74303,8.99898\n5673,1646389454,47.74303,8.99898\n5674,1646389455,47.74303,8.99898\n5675,1646389456,47.74303,8.99898\n5676,1646389457,47.74303,8.99898\n5677,1646389458,47.74303,8.99898\n5678,1646389459,47.74303,8.99898\n5679,1646389460,47.74303,8.99898\n5680,1646389461,47.74303,8.99898\n5681,1646389462,47.74303,8.99898\n5682,1646389463,47.74303,8.99898\n5683,1646389464,47.74303,8.99898\n5684,1646389465,47.74303,8.99898\n5685,1646389466,47.74303,8.99898\n5686,1646389467,47.74303,8.99898\n5687,1646389468,47.74303,8.99898\n5688,1646389469,47.74303,8.99898\n5689,1646389470,47.74303,8.99898\n5690,1646389471,47.74303,8.99898\n5691,1646389472,47.74303,8.99898\n5692,1646389473,47.74303,8.99898\n5693,1646389474,47.74303,8.99898\n5694,1646389475,47.74303,8.99898\n5695,1646389476,47.74303,8.99898\n5696,1646389477,47.74303,8.99898\n5697,1646389478,47.74303,8.99898\n5698,1646389479,47.74303,8.99898\n5699,1646389480,47.74303,8.99898\n5700,1646389481,47.74303,8.99898\n5701,1646389482,47.74303,8.99898\n5702,1646389483,47.74303,8.99898\n5703,1646389484,47.74303,8.99898\n5704,1646389485,47.74303,8.99898\n5705,1646389486,47.74303,8.99898\n5706,1646389487,47.74303,8.99898\n5707,1646389488,47.74303,8.99898\n5708,1646389489,47.74303,8.99898\n5709,1646389490,47.74303,8.99898\n5710,1646389491,47.74303,8.99898\n5711,1646389492,47.74303,8.99898\n5712,1646389493,47.74303,8.99898\n5713,1646389494,47.74303,8.99898\n5714,1646389495,47.74303,8.99898\n5715,1646389496,47.74303,8.99898\n5716,1646389497,47.74303,8.99898\n5717,1646389498,47.74303,8.99898\n5718,1646389499,47.74303,8.99898\n5719,1646389500,47.74303,8.99898\n5720,1646389501,47.74303,8.99898\n5721,1646389502,47.74303,8.99898\n5722,1646389503,47.74303,8.99898\n5723,1646389504,47.74303,8.99898\n5724,1646389505,47.74303,8.99898\n5725,1646389506,47.74303,8.99898\n5726,1646389507,47.74303,8.99898\n5727,1646389508,47.74303,8.99898\n5728,1646389509,47.74303,8.99898\n5729,1646389510,47.74303,8.99898\n5730,1646389511,47.74303,8.99898\n5731,1646389512,47.74303,8.99898\n5732,1646389513,47.74303,8.99898\n5733,1646389514,47.74303,8.99898\n5734,1646389515,47.74303,8.99898\n5735,1646389516,47.74303,8.99898\n5736,1646389517,47.74303,8.99898\n5737,1646389518,47.74303,8.99898\n5738,1646389519,47.74303,8.99898\n5739,1646389520,47.74303,8.99898\n5740,1646389521,47.74303,8.99898\n5741,1646389522,47.74303,8.99898\n5742,1646389523,47.74303,8.99898\n5743,1646389524,47.74303,8.99898\n5744,1646389525,47.74303,8.99898\n5745,1646389526,47.74303,8.99898\n5746,1646389527,47.74303,8.99898\n5747,1646389528,47.74303,8.99898\n5748,1646389529,47.74303,8.99898\n5749,1646389530,47.74303,8.99898\n5750,1646389531,47.74303,8.99898\n5751,1646389532,47.74303,8.99898\n5752,1646389533,47.74303,8.99898\n5753,1646389534,47.74303,8.99898\n5754,1646389535,47.74303,8.99898\n5755,1646389536,47.74303,8.99898\n5756,1646389537,47.74303,8.99898\n5757,1646389538,47.74303,8.99898\n5758,1646389539,47.74303,8.99898\n5759,1646389540,47.74303,8.99898\n5760,1646389541,47.74303,8.99898\n5761,1646389542,47.74303,8.99898\n5762,1646389543,47.74303,8.99898\n5763,1646389544,47.74303,8.99898\n5764,1646389545,47.74303,8.99898\n5765,1646389546,47.74303,8.99898\n5766,1646389547,47.74303,8.99898\n5767,1646389548,47.74303,8.99898\n5768,1646389549,47.74303,8.99898\n5769,1646389550,47.74303,8.99898\n5770,1646389551,47.74303,8.99898\n5771,1646389552,47.74303,8.99898\n5772,1646389553,47.74303,8.99898\n5773,1646389554,47.74303,8.99898\n5774,1646389555,47.74303,8.99898\n5775,1646389556,47.74303,8.99898\n5776,1646389557,47.74303,8.99898\n5777,1646389558,47.74303,8.99898\n5778,1646389559,47.74303,8.99898\n5779,1646389560,47.74303,8.99898\n5780,1646389561,47.74303,8.99898\n5781,1646389562,47.74303,8.99898\n5782,1646389563,47.74303,8.99898\n5783,1646389564,47.74303,8.99898\n5784,1646389565,47.74303,8.99898\n5785,1646389566,47.74303,8.99898\n5786,1646389567,47.74303,8.99898\n5787,1646389568,47.74303,8.99898\n5788,1646389569,47.74303,8.99898\n5789,1646389570,47.74303,8.99898\n5790,1646389571,47.74303,8.99898\n5791,1646389572,47.74303,8.99898\n5792,1646389573,47.74303,8.99898\n5793,1646389574,47.74303,8.99898\n5794,1646389575,47.74303,8.99898\n5795,1646389576,47.74303,8.99898\n5796,1646389577,47.74303,8.99898\n5797,1646389578,47.74303,8.99898\n5798,1646389579,47.74303,8.99898\n5799,1646389580,47.74303,8.99898\n5800,1646389581,47.74303,8.99898\n5801,1646389582,47.74303,8.99898\n5802,1646389583,47.74303,8.99898\n5803,1646389584,47.74303,8.99898\n5804,1646389585,47.74303,8.99898\n5805,1646389586,47.74303,8.99898\n5806,1646389587,47.74303,8.99898\n5807,1646389588,47.74303,8.99898\n5808,1646389589,47.74303,8.99898\n5809,1646389590,47.74303,8.99898\n5810,1646389591,47.74303,8.99898\n5811,1646389592,47.74303,8.99898\n5812,1646389593,47.74303,8.99898\n5813,1646389594,47.74303,8.99898\n5814,1646389595,47.74303,8.99898\n5815,1646389596,47.74303,8.99898\n5816,1646389597,47.74303,8.99898\n5817,1646389598,47.74303,8.99898\n5818,1646389599,47.74303,8.99898\n5819,1646389600,47.74303,8.99898\n5820,1646389601,47.74303,8.99898\n5821,1646389602,47.74303,8.99898\n5822,1646389603,47.74303,8.99898\n5823,1646389604,47.74303,8.99898\n5824,1646389605,47.74303,8.99898\n5825,1646389606,47.74303,8.99898\n5826,1646389607,47.74303,8.99898\n5827,1646389608,47.74303,8.99898\n5828,1646389609,47.74303,8.99898\n5829,1646389610,47.74303,8.99898\n5830,1646389611,47.74303,8.99898\n5831,1646389612,47.74303,8.99898\n5832,1646389613,47.74303,8.99898\n5833,1646389614,47.74303,8.99898\n5834,1646389615,47.74303,8.99898\n5835,1646389616,47.74303,8.99898\n5836,1646389617,47.74303,8.99898\n5837,1646389618,47.74303,8.99898\n5838,1646389619,47.74303,8.99898\n5839,1646389620,47.74303,8.99898\n5840,1646389621,47.74303,8.99898\n5841,1646389622,47.74303,8.99898\n5842,1646389623,47.74303,8.99898\n5843,1646389624,47.74303,8.99898\n5844,1646389625,47.74303,8.99898\n5845,1646389626,47.74303,8.99898\n5846,1646389627,47.74303,8.99898\n5847,1646389628,47.74303,8.99898\n5848,1646389629,47.74303,8.99898\n5849,1646389630,47.74303,8.99898\n5850,1646389631,47.74303,8.99898\n5851,1646389632,47.74303,8.99898\n5852,1646389633,47.74303,8.99898\n5853,1646389634,47.74303,8.99898\n5854,1646389635,47.74303,8.99898\n5855,1646389636,47.74303,8.99898\n5856,1646389637,47.74303,8.99898\n5857,1646389638,47.74303,8.99898\n5858,1646389639,47.74303,8.99898\n5859,1646389640,47.74303,8.99898\n5860,1646389641,47.74303,8.99898\n5861,1646389642,47.74303,8.99898\n5862,1646389643,47.74303,8.99898\n5863,1646389644,47.74303,8.99898\n5864,1646389645,47.74303,8.99898\n5865,1646389646,47.74303,8.99898\n5866,1646389647,47.74303,8.99898\n5867,1646389648,47.74303,8.99898\n5868,1646389649,47.74303,8.99898\n5869,1646389650,47.74303,8.99898\n5870,1646389651,47.74303,8.99898\n5871,1646389652,47.74303,8.99898\n5872,1646389653,47.74303,8.99898\n5873,1646389654,47.74303,8.99898\n5874,1646389655,47.74303,8.99898\n5875,1646389656,47.74303,8.99898\n5876,1646389657,47.74303,8.99898\n5877,1646389658,47.74303,8.99898\n5878,1646389659,47.74303,8.99898\n5879,1646389660,47.74303,8.99898\n5880,1646389661,47.74303,8.99898\n5881,1646389662,47.74303,8.99898\n5882,1646389663,47.74303,8.99898\n5883,1646389664,47.74303,8.99898\n5884,1646389665,47.74303,8.99898\n5885,1646389666,47.74303,8.99898\n5886,1646389667,47.74303,8.99898\n5887,1646389668,47.74303,8.99898\n5888,1646389669,47.74303,8.99898\n5889,1646389670,47.74303,8.99898\n5890,1646389671,47.74303,8.99898\n5891,1646389672,47.74303,8.99898\n5892,1646389673,47.74303,8.99898\n5893,1646389674,47.74303,8.99898\n5894,1646389675,47.74303,8.99898\n5895,1646389676,47.74303,8.99898\n5896,1646389677,47.74303,8.99898\n5897,1646389678,47.74303,8.99898\n5898,1646389679,47.74303,8.99898\n5899,1646389680,47.74303,8.99898\n5900,1646389681,47.74303,8.99898\n5901,1646389682,47.74303,8.99898\n5902,1646389683,47.74303,8.99898\n5903,1646389684,47.74303,8.99898\n5904,1646389685,47.74303,8.99898\n5905,1646389686,47.74303,8.99898\n5906,1646389687,47.74303,8.99898\n5907,1646389688,47.74303,8.99898\n5908,1646389689,47.74303,8.99898\n5909,1646389690,47.74303,8.99898\n5910,1646389691,47.74303,8.99898\n5911,1646389692,47.74303,8.99898\n5912,1646389693,47.74303,8.99898\n5913,1646389694,47.74303,8.99898\n5914,1646389695,47.74303,8.99898\n5915,1646389696,47.74303,8.99898\n5916,1646389697,47.74303,8.99898\n5917,1646389698,47.74303,8.99899\n5918,1646389699,47.74303,8.99899\n5919,1646389700,47.74303,8.99899\n5920,1646389701,47.74303,8.99899\n5921,1646389702,47.74303,8.99899\n5922,1646389703,47.74303,8.99899\n5923,1646389704,47.74303,8.99899\n5924,1646389705,47.74303,8.99899\n5925,1646389706,47.74303,8.99899\n5926,1646389707,47.74303,8.99899\n5927,1646389708,47.74303,8.99899\n5928,1646389709,47.74303,8.99899\n5929,1646389710,47.74303,8.99899\n5930,1646389711,47.74303,8.99899\n5931,1646389712,47.74303,8.99899\n5932,1646389713,47.74303,8.99899\n5933,1646389714,47.74303,8.99899\n5934,1646389715,47.74303,8.99899\n5935,1646389716,47.74303,8.99899\n5936,1646389717,47.74303,8.99899\n5937,1646389718,47.74303,8.99899\n5938,1646389719,47.74303,8.99899\n5939,1646389720,47.74303,8.99899\n5940,1646389721,47.74303,8.99899\n5941,1646389722,47.74303,8.99899\n5942,1646389723,47.74303,8.99899\n5943,1646389724,47.74303,8.99899\n5944,1646389725,47.74303,8.99899\n5945,1646389726,47.74303,8.99899\n5946,1646389727,47.74303,8.99899\n5947,1646389728,47.74303,8.99899\n5948,1646389729,47.74303,8.99899\n5949,1646389730,47.74303,8.99899\n5950,1646389731,47.74303,8.99899\n5951,1646389732,47.74303,8.99899\n5952,1646389733,47.74303,8.99899\n5953,1646389734,47.74303,8.99899\n5954,1646389735,47.74303,8.99899\n5955,1646389736,47.74303,8.99899\n5956,1646389737,47.74303,8.99899\n5957,1646389738,47.74303,8.99899\n5958,1646389739,47.74303,8.99899\n5959,1646389740,47.74303,8.99899\n5960,1646389741,47.74303,8.99899\n5961,1646389742,47.74303,8.99899\n5962,1646389743,47.74303,8.99899\n5963,1646389744,47.74303,8.99899\n5964,1646389745,47.74303,8.99899\n5965,1646389746,47.74303,8.99899\n5966,1646389747,47.74303,8.99899\n5967,1646389748,47.74303,8.99899\n5968,1646389749,47.74303,8.99899\n5969,1646389750,47.74303,8.99899\n5970,1646389751,47.74303,8.99899\n5971,1646389752,47.74303,8.99899\n5972,1646389753,47.74303,8.99899\n5973,1646389754,47.74303,8.99899\n5974,1646389755,47.74303,8.99899\n5975,1646389756,47.74303,8.99899\n5976,1646389757,47.74303,8.99899\n5977,1646389758,47.74303,8.99899\n5978,1646389759,47.74303,8.99899\n5979,1646389760,47.74303,8.99899\n5980,1646389761,47.74303,8.99899\n5981,1646389762,47.74303,8.99899\n5982,1646389763,47.74303,8.99899\n5983,1646389764,47.74303,8.99899\n5984,1646389765,47.74303,8.99899\n5985,1646389766,47.74303,8.99899\n5986,1646389767,47.74303,8.99899\n5987,1646389768,47.74303,8.99899\n5988,1646389769,47.74303,8.99899\n5989,1646389770,47.74303,8.99899\n5990,1646389771,47.74303,8.99899\n5991,1646389772,47.74303,8.99899\n5992,1646389773,47.74303,8.99899\n5993,1646389774,47.74303,8.99899\n5994,1646389775,47.74303,8.99899\n5995,1646389776,47.74303,8.99899\n5996,1646389777,47.74303,8.99899\n5997,1646389778,47.74303,8.99899\n5998,1646389779,47.74303,8.99899\n5999,1646389780,47.74303,8.99899\n6000,1646389781,47.74303,8.99899\n6001,1646389782,47.74303,8.99899\n6002,1646389783,47.74303,8.99899\n6003,1646389784,47.74303,8.99899\n6004,1646389785,47.74303,8.99899\n6005,1646389786,47.74303,8.99899\n6006,1646389787,47.74303,8.99899\n6007,1646389788,47.74303,8.99899\n6008,1646389789,47.74303,8.99899\n6009,1646389790,47.74303,8.99899\n6010,1646389791,47.74303,8.99899\n6011,1646389792,47.74303,8.99899\n6012,1646389793,47.74303,8.99899\n6013,1646389794,47.74303,8.99899\n6014,1646389795,47.74303,8.99899\n6015,1646389796,47.74303,8.99899\n6016,1646389797,47.74303,8.99899\n6017,1646389798,47.74303,8.99899\n6018,1646389799,47.74303,8.99899\n6019,1646389800,47.74303,8.99899\n6020,1646389801,47.74303,8.99899\n6021,1646389802,47.74303,8.99899\n6022,1646389803,47.74303,8.99899\n6023,1646389804,47.74303,8.99899\n6024,1646389805,47.74303,8.99899\n6025,1646389806,47.74303,8.99899\n6026,1646389807,47.74303,8.99899\n6027,1646389808,47.74303,8.99899\n6028,1646389809,47.74303,8.99899\n6029,1646389810,47.74303,8.99899\n6030,1646389811,47.74303,8.99899\n6031,1646389812,47.74303,8.99899\n6032,1646389813,47.74303,8.99899\n6033,1646389814,47.74303,8.99899\n6034,1646389815,47.74303,8.99899\n6035,1646389816,47.74303,8.99899\n6036,1646389817,47.74303,8.99899\n6037,1646389818,47.74303,8.99899\n6038,1646389819,47.74303,8.99899\n6039,1646389820,47.74303,8.99899\n6040,1646389821,47.74303,8.99899\n6041,1646389822,47.74303,8.99899\n6042,1646389823,47.74303,8.99899\n6043,1646389824,47.74303,8.99899\n6044,1646389825,47.74303,8.99899\n6045,1646389826,47.74303,8.99899\n6046,1646389827,47.74303,8.99899\n6047,1646389828,47.74303,8.99899\n6048,1646389829,47.74303,8.99899\n6049,1646389830,47.74303,8.99899\n6050,1646389831,47.74303,8.99899\n6051,1646389832,47.74303,8.99899\n6052,1646389833,47.74303,8.99899\n6053,1646389834,47.74303,8.99899\n6054,1646389835,47.74303,8.99899\n6055,1646389836,47.74303,8.99899\n6056,1646389837,47.74303,8.99899\n6057,1646389838,47.74303,8.99899\n6058,1646389839,47.74303,8.99899\n6059,1646389840,47.74303,8.99899\n6060,1646389841,47.74303,8.99899\n6061,1646389842,47.74303,8.99899\n6062,1646389843,47.74303,8.99899\n6063,1646389844,47.74303,8.99899\n6064,1646389845,47.74303,8.99899\n6065,1646389846,47.74303,8.99899\n6066,1646389847,47.74303,8.99899\n6067,1646389848,47.74303,8.99899\n6068,1646389849,47.74303,8.99899\n6069,1646389850,47.74303,8.99899\n6070,1646389851,47.74303,8.99899\n6071,1646389852,47.74303,8.99899\n6072,1646389853,47.74303,8.99899\n6073,1646389854,47.74303,8.99899\n6074,1646389855,47.74303,8.99899\n6075,1646389856,47.74303,8.99899\n6076,1646389857,47.74303,8.99899\n6077,1646389858,47.74303,8.99899\n6078,1646389859,47.74303,8.99899\n6079,1646389860,47.74303,8.99899\n6080,1646389861,47.74303,8.99899\n6081,1646389862,47.74303,8.99899\n6082,1646389863,47.74303,8.99899\n6083,1646389864,47.74303,8.99899\n6084,1646389865,47.74303,8.99899\n6085,1646389866,47.74303,8.99899\n6086,1646389867,47.74303,8.99899\n6087,1646389868,47.74303,8.99899\n6088,1646389869,47.74303,8.99899\n6089,1646389870,47.74303,8.99899\n6090,1646389871,47.74303,8.99899\n6091,1646389872,47.74303,8.99899\n6092,1646389873,47.74303,8.99899\n6093,1646389874,47.74303,8.99899\n6094,1646389875,47.74303,8.99899\n6095,1646389876,47.74303,8.99899\n6096,1646389877,47.74303,8.99899\n6097,1646389878,47.74304,8.99899\n6098,1646389879,47.74304,8.99899\n6099,1646389880,47.74304,8.99899\n6100,1646389881,47.74304,8.99899\n6101,1646389882,47.74304,8.99899\n6102,1646389883,47.74304,8.99899\n6103,1646389884,47.74304,8.99899\n6104,1646389885,47.74304,8.99899\n6105,1646389886,47.74304,8.99899\n6106,1646389887,47.74304,8.99899\n6107,1646389888,47.74304,8.99899\n6108,1646389889,47.74304,8.99899\n6109,1646389890,47.74304,8.99899\n6110,1646389891,47.74304,8.99899\n6111,1646389892,47.74304,8.99899\n6112,1646389893,47.74304,8.99899\n6113,1646389894,47.74304,8.99899\n6114,1646389895,47.74304,8.99899\n6115,1646389896,47.74304,8.99899\n6116,1646389897,47.74304,8.99899\n6117,1646389898,47.74304,8.99899\n6118,1646389899,47.74304,8.99899\n6119,1646389900,47.74304,8.99899\n6120,1646389901,47.74304,8.99899\n6121,1646389902,47.74304,8.99899\n6122,1646389903,47.74304,8.99899\n6123,1646389904,47.74304,8.99899\n6124,1646389905,47.74304,8.99899\n6125,1646389906,47.74304,8.99899\n6126,1646389907,47.74304,8.99899\n6127,1646389908,47.74304,8.99899\n6128,1646389909,47.74304,8.99899\n6129,1646389910,47.74304,8.99899\n6130,1646389911,47.74304,8.99899\n6131,1646389912,47.74304,8.99899\n6132,1646389913,47.74304,8.99899\n6133,1646389914,47.74304,8.99899\n6134,1646389915,47.74304,8.99899\n6135,1646389916,47.74304,8.99899\n6136,1646389917,47.74304,8.99899\n6137,1646389918,47.74304,8.99899\n6138,1646389919,47.74304,8.99899\n6139,1646389920,47.74304,8.99899\n6140,1646389921,47.74304,8.99899\n6141,1646389922,47.74304,8.99899\n6142,1646389923,47.74304,8.99899\n6143,1646389924,47.74304,8.99899\n6144,1646389925,47.74304,8.99899\n6145,1646389926,47.74304,8.99899\n6146,1646389927,47.74304,8.99899\n6147,1646389928,47.74304,8.99899\n6148,1646389929,47.74304,8.99899\n6149,1646389930,47.74304,8.99899\n6150,1646389931,47.74304,8.99899\n6151,1646389932,47.74304,8.99899\n6152,1646389933,47.74304,8.99899\n6153,1646389934,47.74304,8.99899\n6154,1646389935,47.74304,8.99899\n6155,1646389936,47.74304,8.99899\n6156,1646389937,47.74304,8.99899\n6157,1646389938,47.74304,8.99899\n6158,1646389939,47.74304,8.99899\n6159,1646389940,47.74304,8.99899\n6160,1646389941,47.74304,8.99899\n6161,1646389942,47.74304,8.99899\n6162,1646389943,47.74304,8.99899\n6163,1646389944,47.74304,8.99899\n6164,1646389945,47.74304,8.99899\n6165,1646389946,47.74304,8.99899\n6166,1646389947,47.74304,8.99899\n6167,1646389948,47.74304,8.99899\n6168,1646389949,47.74304,8.99899\n6169,1646389950,47.74304,8.99899\n6170,1646389951,47.74304,8.99899\n6171,1646389952,47.74304,8.99899\n6172,1646389953,47.74304,8.99899\n6173,1646389954,47.74304,8.99899\n6174,1646389955,47.74304,8.99899\n6175,1646389956,47.74304,8.99899\n6176,1646389957,47.74304,8.99899\n6177,1646389958,47.74304,8.99899\n6178,1646389959,47.74304,8.99899\n6179,1646389960,47.74304,8.99899\n6180,1646389961,47.74304,8.99899\n6181,1646389962,47.74304,8.99899\n6182,1646389963,47.74304,8.99899\n6183,1646389964,47.74304,8.99899\n6184,1646389965,47.74304,8.99899\n6185,1646389966,47.74304,8.99899\n6186,1646389967,47.74304,8.99899\n6187,1646389968,47.74304,8.99899\n6188,1646389969,47.74304,8.99899\n6189,1646389970,47.74304,8.99899\n6190,1646389971,47.74304,8.99899\n6191,1646389972,47.74304,8.99899\n6192,1646389973,47.74304,8.99899\n6193,1646389974,47.74304,8.99899\n6194,1646389975,47.74304,8.99899\n6195,1646389976,47.74304,8.99899\n6196,1646389977,47.74304,8.99899\n6197,1646389978,47.74304,8.99899\n6198,1646389979,47.74304,8.99899\n6199,1646389980,47.74304,8.99899\n6200,1646389981,47.74304,8.99899\n6201,1646389982,47.74304,8.99899\n6202,1646389983,47.74304,8.99899\n6203,1646389984,47.74304,8.99899\n6204,1646389985,47.74304,8.99899\n6205,1646389986,47.74304,8.99899\n6206,1646389987,47.74304,8.99899\n6207,1646389988,47.74304,8.99899\n6208,1646389989,47.74304,8.99899\n6209,1646389990,47.74304,8.99899\n6210,1646389991,47.74304,8.99899\n6211,1646389992,47.74304,8.99899\n6212,1646389993,47.74304,8.99899\n6213,1646389994,47.74304,8.99899\n6214,1646389995,47.74304,8.99899\n6215,1646389996,47.74304,8.99899\n6216,1646389997,47.74304,8.99899\n6217,1646389998,47.74304,8.99899\n6218,1646389999,47.74304,8.99899\n6219,1646390000,47.74304,8.99899\n6220,1646390001,47.74304,8.99899\n6221,1646390002,47.74304,8.99899\n6222,1646390003,47.74304,8.99899\n6223,1646390004,47.74304,8.99899\n6224,1646390005,47.74304,8.99899\n6225,1646390006,47.74304,8.99899\n6226,1646390007,47.74304,8.99899\n6227,1646390008,47.74304,8.99899\n6228,1646390009,47.74304,8.99899\n6229,1646390010,47.74304,8.99899\n6230,1646390011,47.74304,8.99899\n6231,1646390012,47.74304,8.99899\n6232,1646390013,47.74304,8.99899\n6233,1646390014,47.74304,8.99899\n6234,1646390015,47.74304,8.99899\n6235,1646390016,47.74304,8.99899\n6236,1646390017,47.74304,8.99899\n6237,1646390018,47.74304,8.99899\n6238,1646390019,47.74304,8.99899\n6239,1646390020,47.74304,8.99899\n6240,1646390021,47.74304,8.99899\n6241,1646390022,47.74304,8.99899\n6242,1646390023,47.74304,8.99899\n6243,1646390024,47.74304,8.99899\n6244,1646390025,47.74304,8.99899\n6245,1646390026,47.74304,8.99899\n6246,1646390027,47.74304,8.99899\n6247,1646390028,47.74304,8.99899\n6248,1646390029,47.74304,8.99899\n6249,1646390030,47.74304,8.99899\n6250,1646390031,47.74304,8.99899\n6251,1646390032,47.74304,8.99899\n6252,1646390033,47.74304,8.99899\n6253,1646390034,47.74304,8.99899\n6254,1646390035,47.74304,8.99899\n6255,1646390036,47.74304,8.99899\n6256,1646390037,47.74304,8.99899\n6257,1646390038,47.74304,8.99899\n6258,1646390039,47.74304,8.99899\n6259,1646390040,47.74304,8.99899\n6260,1646390041,47.74304,8.99899\n6261,1646390042,47.74304,8.99899\n6262,1646390043,47.74304,8.99899\n6263,1646390044,47.74304,8.99899\n6264,1646390045,47.74304,8.99899\n6265,1646390046,47.74304,8.99899\n6266,1646390047,47.74304,8.99899\n6267,1646390048,47.74304,8.99899\n6268,1646390049,47.74304,8.99899\n6269,1646390050,47.74304,8.99899\n6270,1646390051,47.74304,8.99899\n6271,1646390052,47.74304,8.99899\n6272,1646390053,47.74304,8.99899\n6273,1646390054,47.74304,8.99899\n6274,1646390055,47.74304,8.99899\n6275,1646390056,47.74304,8.99899\n6276,1646390057,47.74304,8.99899\n6277,1646390058,47.74304,8.99899\n6278,1646390059,47.74304,8.99899\n6279,1646390060,47.74304,8.99899\n6280,1646390061,47.74304,8.99899\n6281,1646390062,47.74304,8.99899\n6282,1646390063,47.74304,8.99899\n6283,1646390064,47.74304,8.99899\n6284,1646390065,47.74304,8.99899\n6285,1646390066,47.74304,8.99899\n6286,1646390067,47.74304,8.99899\n6287,1646390068,47.74304,8.99899\n6288,1646390069,47.74304,8.99899\n6289,1646390070,47.74304,8.99899\n6290,1646390071,47.74304,8.99899\n6291,1646390072,47.74304,8.99899\n6292,1646390073,47.74304,8.99899\n6293,1646390074,47.74304,8.99899\n6294,1646390075,47.74304,8.99899\n6295,1646390076,47.74304,8.99899\n6296,1646390077,47.74304,8.99899\n6297,1646390078,47.74304,8.99899\n6298,1646390079,47.74304,8.99899\n6299,1646390080,47.74304,8.99899\n6300,1646390081,47.74304,8.99899\n6301,1646390082,47.74304,8.99899\n6302,1646390083,47.74304,8.99899\n6303,1646390084,47.74304,8.99899\n6304,1646390085,47.74304,8.99899\n6305,1646390086,47.74304,8.99899\n6306,1646390087,47.74304,8.99899\n6307,1646390088,47.74304,8.99899\n6308,1646390089,47.74304,8.99899\n6309,1646390090,47.74304,8.99899\n6310,1646390091,47.74304,8.99899\n6311,1646390092,47.74304,8.99899\n6312,1646390093,47.74304,8.99899\n6313,1646390094,47.74304,8.99899\n6314,1646390095,47.74304,8.99899\n6315,1646390096,47.74304,8.99899\n6316,1646390097,47.74304,8.99899\n6317,1646390098,47.74304,8.99899\n6318,1646390099,47.74304,8.99899\n6319,1646390100,47.74304,8.99899\n6320,1646390101,47.74304,8.99899\n6321,1646390102,47.74304,8.99899\n6322,1646390103,47.74304,8.99899\n6323,1646390104,47.74304,8.99899\n6324,1646390105,47.74304,8.99899\n6325,1646390106,47.74304,8.99899\n6326,1646390107,47.74304,8.99899\n6327,1646390108,47.74304,8.99899\n6328,1646390109,47.74304,8.99899\n6329,1646390110,47.74304,8.99899\n6330,1646390111,47.74304,8.99899\n6331,1646390112,47.74304,8.99899\n6332,1646390113,47.74304,8.99899\n6333,1646390114,47.74304,8.99899\n6334,1646390115,47.74304,8.99899\n6335,1646390116,47.74304,8.99899\n6336,1646390117,47.74304,8.99899\n6337,1646390118,47.74304,8.99899\n6338,1646390119,47.74304,8.99899\n6339,1646390120,47.74304,8.99899\n6340,1646390121,47.74304,8.99899\n6341,1646390122,47.74304,8.99899\n6342,1646390123,47.74304,8.99899\n6343,1646390124,47.74304,8.99899\n6344,1646390125,47.74304,8.99899\n6345,1646390126,47.74304,8.99899\n6346,1646390127,47.74304,8.99899\n6347,1646390128,47.74304,8.99899\n6348,1646390129,47.74304,8.99899\n6349,1646390130,47.74304,8.99899\n6350,1646390131,47.74304,8.99899\n6351,1646390132,47.74304,8.99899\n6352,1646390133,47.74304,8.99899\n6353,1646390134,47.74304,8.99899\n6354,1646390135,47.74304,8.99899\n6355,1646390136,47.74304,8.99899\n6356,1646390137,47.74304,8.99899\n6357,1646390138,47.74304,8.99899\n6358,1646390139,47.74304,8.99899\n6359,1646390140,47.74304,8.99899\n6360,1646390141,47.74304,8.99899\n6361,1646390142,47.74304,8.99899\n6362,1646390143,47.74304,8.99899\n6363,1646390144,47.74304,8.99899\n6364,1646390145,47.74304,8.99899\n6365,1646390146,47.74304,8.99899\n6366,1646390147,47.74304,8.99899\n6367,1646390148,47.74304,8.99899\n6368,1646390149,47.74304,8.99899\n6369,1646390150,47.74304,8.99899\n6370,1646390151,47.74304,8.99899\n6371,1646390152,47.74304,8.99899\n6372,1646390153,47.74304,8.99899\n6373,1646390154,47.74304,8.99899\n6374,1646390155,47.74304,8.99899\n6375,1646390156,47.74304,8.99899\n6376,1646390157,47.74304,8.99899\n6377,1646390158,47.74304,8.99899\n6378,1646390159,47.74304,8.99899\n6379,1646390160,47.74304,8.99899\n6380,1646390161,47.74304,8.99899\n6381,1646390162,47.74304,8.99899\n6382,1646390163,47.74304,8.99899\n6383,1646390164,47.74304,8.99899\n6384,1646390165,47.74304,8.99899\n6385,1646390166,47.74304,8.99899\n6386,1646390167,47.74304,8.99899\n6387,1646390168,47.74304,8.99899\n6388,1646390169,47.74304,8.99899\n6389,1646390170,47.74304,8.99899\n6390,1646390171,47.74304,8.99899\n6391,1646390172,47.74304,8.99899\n6392,1646390173,47.74304,8.99899\n6393,1646390174,47.74304,8.99899\n6394,1646390175,47.74304,8.99899\n6395,1646390176,47.74304,8.99899\n6396,1646390177,47.74304,8.99899\n6397,1646390178,47.74304,8.99899\n6398,1646390179,47.74304,8.99899\n6399,1646390180,47.74304,8.99899\n6400,1646390181,47.74304,8.99899\n6401,1646390182,47.74304,8.99899\n6402,1646390183,47.74304,8.99899\n6403,1646390184,47.74304,8.99899\n6404,1646390185,47.74304,8.99899\n6405,1646390186,47.74304,8.99899\n6406,1646390187,47.74304,8.99899\n6407,1646390188,47.74304,8.99899\n6408,1646390189,47.74304,8.99899\n6409,1646390190,47.74304,8.99899\n6410,1646390191,47.74304,8.99899\n6411,1646390192,47.74304,8.99899\n6412,1646390193,47.74304,8.99899\n6413,1646390194,47.74304,8.99899\n6414,1646390195,47.74304,8.99899\n6415,1646390196,47.74304,8.99899\n6416,1646390197,47.74304,8.99899\n6417,1646390198,47.74304,8.99899\n6418,1646390199,47.74304,8.99899\n6419,1646390200,47.74304,8.99899\n6420,1646390201,47.74304,8.99899\n6421,1646390202,47.74304,8.99899\n6422,1646390203,47.74304,8.99899\n6423,1646390204,47.74304,8.99899\n6424,1646390205,47.74304,8.99899\n6425,1646390206,47.74304,8.99899\n6426,1646390207,47.74304,8.99899\n6427,1646390208,47.74304,8.99899\n6428,1646390209,47.74304,8.99899\n6429,1646390210,47.74304,8.99899\n6430,1646390211,47.74304,8.99899\n6431,1646390212,47.74304,8.99899\n6432,1646390213,47.74304,8.99899\n6433,1646390214,47.74304,8.99899\n6434,1646390215,47.74304,8.99899\n6435,1646390216,47.74304,8.99899\n6436,1646390217,47.74304,8.99899\n6437,1646390218,47.74304,8.99899\n6438,1646390219,47.74304,8.99899\n6439,1646390220,47.74304,8.99899\n6440,1646390221,47.74304,8.99899\n6441,1646390222,47.74304,8.99899\n6442,1646390223,47.74304,8.99899\n6443,1646390224,47.74304,8.99899\n6444,1646390225,47.74304,8.99899\n6445,1646390226,47.74304,8.99899\n6446,1646390227,47.74304,8.99899\n6447,1646390228,47.74304,8.99899\n6448,1646390229,47.74304,8.99899\n6449,1646390230,47.74304,8.99899\n6450,1646390231,47.74304,8.99899\n6451,1646390232,47.74304,8.99899\n6452,1646390233,47.74304,8.99899\n6453,1646390234,47.74304,8.99899\n6454,1646390235,47.74304,8.99899\n6455,1646390236,47.74304,8.99899\n6456,1646390237,47.74304,8.99899\n6457,1646390238,47.74304,8.99899\n6458,1646390239,47.74304,8.99899\n6459,1646390240,47.74304,8.99899\n6460,1646390241,47.74304,8.99899\n6461,1646390242,47.74304,8.99899\n6462,1646390243,47.74304,8.99899\n6463,1646390244,47.74304,8.99899\n6464,1646390245,47.74304,8.99899\n6465,1646390246,47.74304,8.99899\n6466,1646390247,47.74304,8.99899\n6467,1646390248,47.74304,8.99899\n6468,1646390249,47.74304,8.99899\n6469,1646390250,47.74304,8.99899\n6470,1646390251,47.74304,8.99899\n6471,1646390252,47.74304,8.99899\n6472,1646390253,47.74304,8.99899\n6473,1646390254,47.74304,8.99899\n6474,1646390255,47.74304,8.99899\n6475,1646390256,47.74304,8.99899\n6476,1646390257,47.74304,8.99899\n6477,1646390258,47.74304,8.99899\n6478,1646390259,47.74304,8.99899\n6479,1646390260,47.74304,8.99899\n6480,1646390261,47.74304,8.99899\n6481,1646390262,47.74304,8.99899\n6482,1646390263,47.74304,8.99899\n6483,1646390264,47.74304,8.99899\n6484,1646390265,47.74304,8.99899\n6485,1646390266,47.74304,8.99899\n6486,1646390267,47.74304,8.99899\n6487,1646390268,47.74304,8.99899\n6488,1646390269,47.74304,8.99899\n6489,1646390270,47.74304,8.99899\n6490,1646390271,47.74304,8.99899\n6491,1646390272,47.74304,8.99899\n6492,1646390273,47.74304,8.99899\n6493,1646390274,47.74304,8.99899\n6494,1646390275,47.74304,8.99899\n6495,1646390276,47.74304,8.99899\n6496,1646390277,47.74304,8.99899\n6497,1646390278,47.74304,8.99899\n6498,1646390279,47.74304,8.99899\n6499,1646390280,47.74304,8.99899\n6500,1646390281,47.74304,8.99899\n6501,1646390282,47.74304,8.99899\n6502,1646390283,47.74304,8.99899\n6503,1646390284,47.74304,8.99899\n6504,1646390285,47.74304,8.99899\n6505,1646390286,47.74304,8.99899\n6506,1646390287,47.74304,8.99899\n6507,1646390288,47.74304,8.99899\n6508,1646390289,47.74304,8.99899\n6509,1646390290,47.74304,8.99899\n6510,1646390291,47.74304,8.99899\n6511,1646390292,47.74304,8.99899\n6512,1646390293,47.74304,8.99899\n6513,1646390294,47.74304,8.99899\n6514,1646390295,47.74304,8.99899\n6515,1646390296,47.74304,8.99899\n6516,1646390297,47.74304,8.99899\n6517,1646390298,47.74304,8.99899\n6518,1646390299,47.74304,8.99899\n6519,1646390300,47.74304,8.99899\n6520,1646390301,47.74304,8.99899\n6521,1646390302,47.74304,8.99899\n6522,1646390303,47.74304,8.99899\n6523,1646390304,47.74304,8.99899\n6524,1646390305,47.74304,8.99899\n6525,1646390306,47.74304,8.99899\n6526,1646390307,47.74304,8.99899\n6527,1646390308,47.74304,8.99899\n6528,1646390309,47.74304,8.99899\n6529,1646390310,47.74304,8.99899\n6530,1646390311,47.74304,8.99899\n6531,1646390312,47.74304,8.99899\n6532,1646390313,47.74304,8.99899\n6533,1646390314,47.74304,8.99899\n6534,1646390315,47.74303,8.99899\n6535,1646390316,47.74303,8.99899\n6536,1646390317,47.74304,8.99899\n6537,1646390318,47.74304,8.99899\n6538,1646390319,47.74304,8.99899\n6539,1646390320,47.74304,8.99899\n6540,1646390321,47.74303,8.99899\n6541,1646390322,47.74303,8.99899\n6542,1646390323,47.74303,8.99899\n6543,1646390324,47.74303,8.99899\n6544,1646390325,47.74303,8.99899\n6545,1646390326,47.74303,8.99899\n6546,1646390327,47.74303,8.99899\n6547,1646390328,47.74303,8.99899\n6548,1646390329,47.74303,8.99899\n6549,1646390330,47.74303,8.99899\n6550,1646390331,47.74303,8.99899\n6551,1646390332,47.74303,8.99899\n6552,1646390333,47.74303,8.99899\n6553,1646390334,47.74303,8.99899\n6554,1646390335,47.74303,8.99899\n6555,1646390336,47.74303,8.99899\n6556,1646390337,47.74303,8.99899\n6557,1646390338,47.74303,8.99899\n6558,1646390339,47.74303,8.99899\n6559,1646390340,47.74303,8.99899\n6560,1646390341,47.74303,8.99899\n6561,1646390342,47.74303,8.99898\n6562,1646390343,47.74303,8.99898\n6563,1646390344,47.74303,8.99898\n6564,1646390345,47.74303,8.99898\n6565,1646390346,47.74303,8.99898\n6566,1646390347,47.74303,8.99898\n6567,1646390348,47.74303,8.99898\n6568,1646390349,47.74303,8.99898\n6569,1646390350,47.74303,8.99898\n6570,1646390351,47.74303,8.99898\n6571,1646390352,47.74303,8.99898\n6572,1646390353,47.74303,8.99898\n6573,1646390354,47.74303,8.99898\n6574,1646390355,47.74303,8.99898\n6575,1646390356,47.74303,8.99898\n6576,1646390357,47.74303,8.99898\n6577,1646390358,47.74303,8.99898\n6578,1646390359,47.74303,8.99898\n6579,1646390360,47.74303,8.99898\n6580,1646390361,47.74303,8.99898\n6581,1646390362,47.74303,8.99898\n6582,1646390363,47.74303,8.99898\n6583,1646390364,47.74303,8.99898\n6584,1646390365,47.74303,8.99898\n6585,1646390366,47.74303,8.99898\n6586,1646390367,47.74303,8.99898\n6587,1646390368,47.74303,8.99898\n6588,1646390369,47.74303,8.99898\n6589,1646390370,47.74303,8.99898\n6590,1646390371,47.74303,8.99898\n6591,1646390372,47.74303,8.99898\n6592,1646390373,47.74303,8.99898\n6593,1646390374,47.74303,8.99898\n6594,1646390375,47.74303,8.99898\n6595,1646390376,47.74303,8.99898\n6596,1646390377,47.74303,8.99898\n6597,1646390378,47.74303,8.99898\n6598,1646390379,47.74303,8.99898\n6599,1646390380,47.74303,8.99898\n6600,1646390381,47.74303,8.99898\n6601,1646390382,47.74303,8.99898\n6602,1646390383,47.74303,8.99898\n6603,1646390384,47.74303,8.99898\n6604,1646390385,47.74303,8.99898\n6605,1646390386,47.74303,8.99898\n6606,1646390387,47.74303,8.99898\n6607,1646390388,47.74303,8.99898\n6608,1646390389,47.74303,8.99898\n6609,1646390390,47.74303,8.99898\n6610,1646390391,47.74303,8.99898\n6611,1646390392,47.74303,8.99898\n6612,1646390393,47.74303,8.99898\n6613,1646390394,47.74303,8.99898\n6614,1646390395,47.74303,8.99898\n6615,1646390396,47.74303,8.99898\n6616,1646390397,47.74303,8.99898\n6617,1646390398,47.74303,8.99898\n6618,1646390399,47.74303,8.99898\n6619,1646390400,47.74303,8.99898\n6620,1646390401,47.74303,8.99898\n6621,1646390402,47.74303,8.99898\n6622,1646390403,47.74303,8.99898\n6623,1646390404,47.74303,8.99898\n6624,1646390405,47.74303,8.99898\n6625,1646390406,47.74303,8.99898\n6626,1646390407,47.74303,8.99898\n6627,1646390408,47.74303,8.99898\n6628,1646390409,47.74303,8.99898\n6629,1646390410,47.74303,8.99898\n6630,1646390411,47.74303,8.99898\n6631,1646390412,47.74303,8.99898\n6632,1646390413,47.74303,8.99898\n6633,1646390414,47.74303,8.99898\n6634,1646390415,47.74303,8.99898\n6635,1646390416,47.74303,8.99898\n6636,1646390417,47.74303,8.99898\n6637,1646390418,47.74303,8.99898\n6638,1646390419,47.74303,8.99898\n6639,1646390420,47.74303,8.99898\n6640,1646390421,47.74303,8.99898\n6641,1646390422,47.74303,8.99898\n6642,1646390423,47.74303,8.99898\n6643,1646390424,47.74303,8.99898\n6644,1646390425,47.74303,8.99898\n6645,1646390426,47.74303,8.99898\n6646,1646390427,47.74303,8.99898\n6647,1646390428,47.74303,8.99898\n6648,1646390429,47.74303,8.99898\n6649,1646390430,47.74303,8.99898\n6650,1646390431,47.74303,8.99898\n6651,1646390432,47.74303,8.99898\n6652,1646390433,47.74303,8.99899\n6653,1646390434,47.74303,8.99899\n6654,1646390435,47.74303,8.99899\n6655,1646390436,47.74303,8.99899\n6656,1646390437,47.74303,8.99899\n6657,1646390438,47.74303,8.99899\n6658,1646390439,47.74303,8.99899\n6659,1646390440,47.74303,8.99899\n6660,1646390441,47.74303,8.99899\n6661,1646390442,47.74303,8.99899\n6662,1646390443,47.74303,8.99899\n6663,1646390444,47.74303,8.99899\n6664,1646390445,47.74303,8.99899\n6665,1646390446,47.74303,8.99899\n6666,1646390447,47.74303,8.99899\n6667,1646390448,47.74303,8.99899\n6668,1646390449,47.74303,8.99899\n6669,1646390450,47.74303,8.99899\n6670,1646390451,47.74303,8.99899\n6671,1646390452,47.74303,8.99899\n6672,1646390453,47.74303,8.99899\n6673,1646390454,47.74303,8.99899\n6674,1646390455,47.74304,8.99899\n6675,1646390456,47.74304,8.99899\n6676,1646390457,47.74304,8.99899\n6677,1646390458,47.74304,8.99899\n6678,1646390459,47.74304,8.99899\n6679,1646390460,47.74304,8.99899\n6680,1646390461,47.74304,8.99899\n6681,1646390462,47.74304,8.99899\n6682,1646390463,47.74304,8.99899\n6683,1646390464,47.74304,8.99899\n6684,1646390465,47.74304,8.99899\n6685,1646390466,47.74304,8.99899\n6686,1646390467,47.74304,8.99898\n6687,1646390468,47.74304,8.99898\n6688,1646390469,47.74304,8.99898\n6689,1646390470,47.74304,8.99898\n6690,1646390471,47.74304,8.99898\n6691,1646390472,47.74304,8.99899\n6692,1646390473,47.74304,8.99899\n6693,1646390474,47.74304,8.99898\n6694,1646390475,47.74304,8.99898\n6695,1646390476,47.74304,8.99898\n6696,1646390477,47.74304,8.99898\n6697,1646390478,47.74304,8.99898\n6698,1646390479,47.74304,8.99898\n6699,1646390480,47.74304,8.99898\n6700,1646390481,47.74304,8.99898\n6701,1646390482,47.74304,8.99898\n6702,1646390483,47.74304,8.99898\n6703,1646390484,47.74304,8.99898\n6704,1646390485,47.74304,8.99898\n6705,1646390486,47.74304,8.99898\n6706,1646390487,47.74304,8.99898\n6707,1646390488,47.74304,8.99898\n6708,1646390489,47.74304,8.99898\n6709,1646390490,47.74304,8.99898\n6710,1646390491,47.74304,8.99898\n6711,1646390492,47.74304,8.99898\n6712,1646390493,47.74304,8.99898\n6713,1646390494,47.74304,8.99898\n6714,1646390495,47.74304,8.99898\n6715,1646390496,47.74304,8.99898\n6716,1646390497,47.74304,8.99898\n6717,1646390498,47.74304,8.99898\n6718,1646390499,47.74304,8.99898\n6719,1646390500,47.74304,8.99898\n6720,1646390501,47.74304,8.99898\n6721,1646390502,47.74304,8.99898\n6722,1646390503,47.74304,8.99898\n6723,1646390504,47.74304,8.99898\n6724,1646390505,47.74304,8.99898\n6725,1646390506,47.74304,8.99898\n6726,1646390507,47.74304,8.99898\n6727,1646390508,47.74304,8.99898\n6728,1646390509,47.74304,8.99898\n6729,1646390510,47.74304,8.99898\n6730,1646390511,47.74304,8.99898\n6731,1646390512,47.74304,8.99898\n6732,1646390513,47.74304,8.99898\n6733,1646390514,47.74304,8.99898\n6734,1646390515,47.74304,8.99898\n6735,1646390516,47.74304,8.99898\n6736,1646390517,47.74304,8.99898\n6737,1646390518,47.74304,8.99898\n6738,1646390519,47.74304,8.99898\n6739,1646390520,47.74304,8.99898\n6740,1646390521,47.74304,8.99898\n6741,1646390522,47.74304,8.99898\n6742,1646390523,47.74304,8.99898\n6743,1646390524,47.74304,8.99898\n6744,1646390525,47.74304,8.99898\n6745,1646390526,47.74304,8.99898\n6746,1646390527,47.74304,8.99898\n6747,1646390528,47.74304,8.99898\n6748,1646390529,47.74304,8.99898\n6749,1646390530,47.74304,8.99898\n6750,1646390531,47.74304,8.99898\n6751,1646390532,47.74304,8.99898\n6752,1646390533,47.74304,8.99898\n6753,1646390534,47.74304,8.99898\n6754,1646390535,47.74304,8.99898\n6755,1646390536,47.74304,8.99898\n6756,1646390537,47.74304,8.99898\n6757,1646390538,47.74304,8.99898\n6758,1646390539,47.74304,8.99898\n6759,1646390540,47.74304,8.99898\n6760,1646390541,47.74304,8.99898\n6761,1646390542,47.74304,8.99898\n6762,1646390543,47.74304,8.99898\n6763,1646390544,47.74304,8.99898\n6764,1646390545,47.74304,8.99898\n6765,1646390546,47.74304,8.99898\n6766,1646390547,47.74304,8.99898\n6767,1646390548,47.74304,8.99898\n6768,1646390549,47.74304,8.99898\n6769,1646390550,47.74304,8.99898\n6770,1646390551,47.74304,8.99898\n6771,1646390552,47.74304,8.99898\n6772,1646390553,47.74304,8.99898\n6773,1646390554,47.74304,8.99898\n6774,1646390555,47.74304,8.99898\n6775,1646390556,47.74304,8.99898\n6776,1646390557,47.74304,8.99898\n6777,1646390558,47.74304,8.99898\n6778,1646390559,47.74304,8.99898\n6779,1646390560,47.74304,8.99898\n6780,1646390561,47.74304,8.99898\n6781,1646390562,47.74304,8.99898\n6782,1646390563,47.74304,8.99898\n6783,1646390564,47.74304,8.99898\n6784,1646390565,47.74304,8.99898\n6785,1646390566,47.74304,8.99898\n6786,1646390567,47.74304,8.99898\n6787,1646390568,47.74304,8.99898\n6788,1646390569,47.74304,8.99898\n6789,1646390570,47.74304,8.99898\n6790,1646390571,47.74304,8.99898\n6791,1646390572,47.74304,8.99898\n6792,1646390573,47.74304,8.99898\n6793,1646390574,47.74304,8.99898\n6794,1646390575,47.74304,8.99898\n6795,1646390576,47.74304,8.99898\n6796,1646390577,47.74304,8.99898\n6797,1646390578,47.74304,8.99898\n6798,1646390579,47.74304,8.99898\n6799,1646390580,47.74304,8.99898\n6800,1646390581,47.74304,8.99898\n6801,1646390582,47.74304,8.99898\n6802,1646390583,47.74304,8.99898\n6803,1646390584,47.74304,8.99898\n6804,1646390585,47.74304,8.99898\n6805,1646390586,47.74304,8.99898\n6806,1646390587,47.74304,8.99898\n6807,1646390588,47.74304,8.99898\n6808,1646390589,47.74304,8.99899\n6809,1646390590,47.74304,8.99899\n6810,1646390591,47.74304,8.99899\n6811,1646390592,47.74304,8.99899\n6812,1646390593,47.74304,8.99899\n6813,1646390594,47.74304,8.99899\n6814,1646390595,47.74304,8.99899\n6815,1646390596,47.74304,8.99899\n6816,1646390597,47.74304,8.99899\n6817,1646390598,47.74304,8.99899\n6818,1646390599,47.74304,8.99899\n6819,1646390600,47.74304,8.99899\n6820,1646390601,47.74304,8.99899\n6821,1646390602,47.74304,8.99899\n6822,1646390603,47.74304,8.99899\n6823,1646390604,47.74304,8.99899\n6824,1646390605,47.74304,8.99899\n6825,1646390606,47.74304,8.99899\n6826,1646390607,47.74304,8.99899\n6827,1646390608,47.74304,8.99899\n6828,1646390609,47.74304,8.99899\n6829,1646390610,47.74304,8.99899\n6830,1646390611,47.74304,8.99899\n6831,1646390612,47.74304,8.99899\n6832,1646390613,47.74304,8.99899\n6833,1646390614,47.74304,8.99899\n6834,1646390615,47.74304,8.99899\n6835,1646390616,47.74304,8.99899\n6836,1646390617,47.74304,8.99899\n6837,1646390618,47.74304,8.99899\n6838,1646390619,47.74304,8.99899\n6839,1646390620,47.74304,8.99899\n6840,1646390621,47.74304,8.99899\n6841,1646390622,47.74304,8.99899\n6842,1646390623,47.74304,8.99899\n6843,1646390624,47.74304,8.99899\n6844,1646390625,47.74304,8.99899\n6845,1646390626,47.74304,8.99899\n6846,1646390627,47.74304,8.99899\n6847,1646390628,47.74304,8.99899\n6848,1646390629,47.74304,8.99899\n6849,1646390630,47.74304,8.99899\n6850,1646390631,47.74304,8.99899\n6851,1646390632,47.74304,8.99899\n6852,1646390633,47.74304,8.99899\n6853,1646390634,47.74304,8.99899\n6854,1646390635,47.74304,8.99899\n6855,1646390636,47.74304,8.99899\n6856,1646390637,47.74304,8.99899\n6857,1646390638,47.74304,8.99899\n6858,1646390639,47.74304,8.99899\n6859,1646390640,47.74304,8.99899\n6860,1646390641,47.74304,8.99898\n6861,1646390642,47.74304,8.99898\n6862,1646390643,47.74304,8.99898\n6863,1646390644,47.74304,8.99898\n6864,1646390645,47.74304,8.99898\n6865,1646390646,47.74304,8.99898\n6866,1646390647,47.74304,8.99898\n6867,1646390648,47.74304,8.99898\n6868,1646390649,47.74304,8.99898\n6869,1646390650,47.74304,8.99898\n6870,1646390651,47.74304,8.99898\n6871,1646390652,47.74304,8.99898\n6872,1646390653,47.74304,8.99898\n6873,1646390654,47.74304,8.99898\n6874,1646390655,47.74304,8.99898\n6875,1646390656,47.74304,8.99898\n6876,1646390657,47.74304,8.99898\n6877,1646390658,47.74304,8.99898\n6878,1646390659,47.74304,8.99898\n6879,1646390660,47.74304,8.99898\n6880,1646390661,47.74304,8.99898\n6881,1646390662,47.74304,8.99898\n6882,1646390663,47.74304,8.99898\n6883,1646390664,47.74304,8.99898\n6884,1646390665,47.74304,8.99898\n6885,1646390666,47.74304,8.99898\n6886,1646390667,47.74304,8.99898\n6887,1646390668,47.74304,8.99898\n6888,1646390669,47.74304,8.99898\n6889,1646390670,47.74304,8.99898\n6890,1646390671,47.74304,8.99898\n6891,1646390672,47.74304,8.99898\n6892,1646390673,47.74304,8.99898\n6893,1646390674,47.74304,8.99898\n6894,1646390675,47.74304,8.99898\n6895,1646390676,47.74304,8.99898\n6896,1646390677,47.74304,8.99898\n6897,1646390678,47.74304,8.99898\n6898,1646390679,47.74304,8.99898\n6899,1646390680,47.74304,8.99898\n6900,1646390681,47.74304,8.99898\n6901,1646390682,47.74304,8.99898\n6902,1646390683,47.74304,8.99898\n6903,1646390684,47.74304,8.99898\n6904,1646390685,47.74304,8.99898\n6905,1646390686,47.74304,8.99898\n6906,1646390687,47.74304,8.99898\n6907,1646390688,47.74304,8.99898\n6908,1646390689,47.74304,8.99898\n6909,1646390690,47.74304,8.99898\n6910,1646390691,47.74304,8.99898\n6911,1646390692,47.74304,8.99898\n6912,1646390693,47.74304,8.99898\n6913,1646390694,47.74304,8.99898\n6914,1646390695,47.74304,8.99898\n6915,1646390696,47.74304,8.99898\n6916,1646390697,47.74304,8.99898\n6917,1646390698,47.74304,8.99898\n6918,1646390699,47.74304,8.99898\n6919,1646390700,47.74304,8.99898\n6920,1646390701,47.74304,8.99898\n6921,1646390703,47.74304,8.99898\n6922,1646390704,47.74304,8.99898\n6923,1646390705,47.74304,8.99898\n6924,1646390706,47.74304,8.99898\n6925,1646390707,47.74304,8.99898\n6926,1646390708,47.74304,8.99898\n6927,1646390709,47.74304,8.99898\n6928,1646390710,47.74304,8.99898\n6929,1646390711,47.74304,8.99898\n6930,1646390712,47.74304,8.99898\n6931,1646390713,47.74304,8.99898\n6932,1646390714,47.74304,8.99898\n6933,1646390715,47.74304,8.99898\n6934,1646390716,47.74304,8.99898\n6935,1646390717,47.74304,8.99898\n6936,1646390718,47.74304,8.99898\n6937,1646390719,47.74304,8.99898\n6938,1646390720,47.74304,8.99898\n6939,1646390721,47.74304,8.99898\n6940,1646390722,47.74304,8.99898\n6941,1646390723,47.74304,8.99898\n6942,1646390724,47.74304,8.99898\n6943,1646390725,47.74304,8.99898\n6944,1646390726,47.74304,8.99898\n6945,1646390727,47.74304,8.99898\n6946,1646390728,47.74304,8.99898\n6947,1646390729,47.74304,8.99898\n6948,1646390730,47.74304,8.99898\n6949,1646390731,47.74304,8.99898\n6950,1646390732,47.74304,8.99898\n6951,1646390733,47.74304,8.99898\n6952,1646390734,47.74304,8.99898\n6953,1646390735,47.74304,8.99898\n6954,1646390736,47.74304,8.99898\n6955,1646390737,47.74304,8.99898\n6956,1646390738,47.74304,8.99898\n6957,1646390739,47.74304,8.99898\n6958,1646390740,47.74304,8.99898\n6959,1646390741,47.74304,8.99898\n6960,1646390742,47.74304,8.99898\n6961,1646390743,47.74304,8.99898\n6962,1646390744,47.74304,8.99898\n6963,1646390745,47.74304,8.99898\n6964,1646390746,47.74304,8.99898\n6965,1646390747,47.74304,8.99898\n6966,1646390748,47.74304,8.99898\n6967,1646390749,47.74304,8.99898\n6968,1646390750,47.74304,8.99898\n6969,1646390751,47.74304,8.99898\n6970,1646390752,47.74304,8.99898\n6971,1646390753,47.74304,8.99898\n6972,1646390754,47.74304,8.99898\n6973,1646390755,47.74304,8.99898\n6974,1646390756,47.74304,8.99898\n6975,1646390757,47.74304,8.99898\n6976,1646390758,47.74304,8.99898\n6977,1646390759,47.74304,8.99898\n6978,1646390760,47.74304,8.99898\n6979,1646390761,47.74304,8.99898\n6980,1646390762,47.74304,8.99898\n6981,1646390763,47.74304,8.99898\n6982,1646390764,47.74304,8.99898\n6983,1646390765,47.74304,8.99898\n6984,1646390766,47.74304,8.99898\n6985,1646390767,47.74304,8.99898\n6986,1646390768,47.74304,8.99898\n6987,1646390769,47.74304,8.99898\n6988,1646390770,47.74304,8.99898\n6989,1646390771,47.74304,8.99898\n6990,1646390772,47.74304,8.99898\n6991,1646390773,47.74304,8.99898\n6992,1646390774,47.74304,8.99898\n6993,1646390775,47.74304,8.99898\n6994,1646390776,47.74304,8.99898\n6995,1646390777,47.74304,8.99898\n6996,1646390778,47.74304,8.99898\n6997,1646390779,47.74304,8.99898\n6998,1646390780,47.74304,8.99898\n6999,1646390781,47.74304,8.99898\n7000,1646390782,47.74304,8.99898\n7001,1646390783,47.74304,8.99898\n7002,1646390784,47.74304,8.99898\n7003,1646390785,47.74304,8.99898\n7004,1646390786,47.74304,8.99898\n7005,1646390787,47.74304,8.99898\n7006,1646390788,47.74304,8.99898\n7007,1646390789,47.74304,8.99898\n7008,1646390790,47.74304,8.99898\n7009,1646390791,47.74304,8.99898\n7010,1646390792,47.74304,8.99898\n7011,1646390793,47.74304,8.99898\n7012,1646390794,47.74304,8.99898\n7013,1646390795,47.74304,8.99898\n7014,1646390796,47.74304,8.99898\n7015,1646390797,47.74304,8.99898\n7016,1646390798,47.74304,8.99898\n7017,1646390799,47.74304,8.99898\n7018,1646390800,47.74304,8.99898\n7019,1646390801,47.74304,8.99898\n7020,1646390802,47.74304,8.99898\n7021,1646390803,47.74304,8.99898\n7022,1646390804,47.74304,8.99898\n7023,1646390805,47.74304,8.99898\n7024,1646390806,47.74305,8.99898\n7025,1646390807,47.74305,8.99898\n7026,1646390808,47.74305,8.99898\n7027,1646390809,47.74305,8.99898\n7028,1646390810,47.74305,8.99898\n7029,1646390811,47.74305,8.99898\n7030,1646390812,47.74305,8.99898\n7031,1646390813,47.74305,8.99898\n7032,1646390814,47.74305,8.99898\n7033,1646390815,47.74305,8.99898\n7034,1646390816,47.74305,8.99898\n7035,1646390817,47.74305,8.99898\n7036,1646390818,47.74305,8.99898\n7037,1646390819,47.74305,8.99898\n7038,1646390820,47.74305,8.99898\n7039,1646390821,47.74305,8.99898\n7040,1646390822,47.74305,8.99898\n7041,1646390823,47.74305,8.99898\n7042,1646390824,47.74305,8.99898\n7043,1646390825,47.74305,8.99898\n7044,1646390826,47.74305,8.99898\n7045,1646390827,47.74305,8.99898\n7046,1646390828,47.74305,8.99898\n7047,1646390829,47.74305,8.99898\n7048,1646390830,47.74305,8.99898\n7049,1646390831,47.74305,8.99898\n7050,1646390832,47.74305,8.99898\n7051,1646390833,47.74305,8.99898\n7052,1646390834,47.74305,8.99898\n7053,1646390835,47.74305,8.99898\n7054,1646390836,47.74305,8.99898\n7055,1646390837,47.74305,8.99898\n7056,1646390838,47.74305,8.99898\n7057,1646390839,47.74305,8.99898\n7058,1646390840,47.74305,8.99898\n7059,1646390841,47.74305,8.99898\n7060,1646390842,47.74305,8.99898\n7061,1646390843,47.74305,8.99898\n7062,1646390844,47.74305,8.99898\n7063,1646390845,47.74305,8.99898\n7064,1646390846,47.74305,8.99898\n7065,1646390847,47.74305,8.99898\n7066,1646390848,47.74305,8.99898\n7067,1646390849,47.74305,8.99898\n7068,1646390850,47.74305,8.99898\n7069,1646390851,47.74305,8.99898\n7070,1646390852,47.74305,8.99898\n7071,1646390853,47.74305,8.99898\n7072,1646390854,47.74305,8.99898\n7073,1646390855,47.74305,8.99898\n7074,1646390856,47.74305,8.99898\n7075,1646390857,47.74305,8.99898\n7076,1646390858,47.74305,8.99898\n7077,1646390859,47.74305,8.99898\n7078,1646390860,47.74305,8.99898\n7079,1646390861,47.74305,8.99898\n7080,1646390862,47.74305,8.99898\n7081,1646390863,47.74305,8.99898\n7082,1646390864,47.74305,8.99898\n7083,1646390865,47.74305,8.99898\n7084,1646390866,47.74305,8.99898\n7085,1646390867,47.74305,8.99898\n7086,1646390868,47.74305,8.99898\n7087,1646390869,47.74305,8.99898\n7088,1646390870,47.74305,8.99898\n7089,1646390871,47.74305,8.99898\n7090,1646390872,47.74305,8.99898\n7091,1646390873,47.74305,8.99898\n7092,1646390874,47.74305,8.99898\n7093,1646390875,47.74305,8.99898\n7094,1646390876,47.74305,8.99898\n7095,1646390877,47.74305,8.99898\n7096,1646390878,47.74305,8.99898\n7097,1646390879,47.74305,8.99898\n7098,1646390880,47.74305,8.99898\n7099,1646390881,47.74305,8.99898\n7100,1646390882,47.74305,8.99898\n7101,1646390883,47.74305,8.99898\n7102,1646390884,47.74305,8.99898\n7103,1646390885,47.74305,8.99898\n7104,1646390886,47.74305,8.99898\n7105,1646390887,47.74305,8.99898\n7106,1646390888,47.74305,8.99898\n7107,1646390889,47.74305,8.99898\n7108,1646390890,47.74305,8.99898\n7109,1646390891,47.74305,8.99898\n7110,1646390892,47.74305,8.99898\n7111,1646390893,47.74305,8.99898\n7112,1646390894,47.74305,8.99898\n7113,1646390895,47.74305,8.99898\n7114,1646390896,47.74305,8.99898\n7115,1646390897,47.74305,8.99898\n7116,1646390898,47.74305,8.99898\n7117,1646390899,47.74305,8.99898\n7118,1646390900,47.74305,8.99898\n7119,1646390901,47.74305,8.99898\n7120,1646390902,47.74305,8.99898\n7121,1646390903,47.74305,8.99898\n7122,1646390904,47.74305,8.99898\n7123,1646390905,47.74305,8.99898\n7124,1646390906,47.74305,8.99898\n7125,1646390907,47.74305,8.99898\n7126,1646390908,47.74305,8.99898\n7127,1646390909,47.74305,8.99898\n7128,1646390910,47.74305,8.99898\n7129,1646390911,47.74305,8.99898\n7130,1646390912,47.74305,8.99898\n7131,1646390913,47.74305,8.99898\n7132,1646390914,47.74305,8.99898\n7133,1646390915,47.74305,8.99898\n7134,1646390916,47.74305,8.99898\n7135,1646390917,47.74305,8.99898\n7136,1646390918,47.74305,8.99898\n7137,1646390919,47.74305,8.99898\n7138,1646390920,47.74305,8.99898\n7139,1646390921,47.74305,8.99898\n7140,1646390922,47.74305,8.99898\n7141,1646390923,47.74305,8.99898\n7142,1646390924,47.74305,8.99898\n7143,1646390925,47.74305,8.99898\n7144,1646390926,47.74305,8.99898\n7145,1646390927,47.74305,8.99898\n7146,1646390928,47.74305,8.99898\n7147,1646390929,47.74305,8.99898\n7148,1646390930,47.74305,8.99898\n7149,1646390931,47.74305,8.99898\n7150,1646390932,47.74305,8.99898\n7151,1646390933,47.74305,8.99898\n7152,1646390934,47.74305,8.99898\n7153,1646390935,47.74305,8.99898\n7154,1646390936,47.74305,8.99898\n7155,1646390937,47.74305,8.99898\n7156,1646390938,47.74305,8.99898\n7157,1646390939,47.74305,8.99898\n7158,1646390940,47.74305,8.99898\n7159,1646390941,47.74305,8.99898\n7160,1646390942,47.74305,8.99898\n7161,1646390943,47.74305,8.99898\n7162,1646390944,47.74305,8.99898\n7163,1646390945,47.74305,8.99898\n7164,1646390946,47.74305,8.99898\n7165,1646390947,47.74305,8.99898\n7166,1646390948,47.74305,8.99898\n7167,1646390949,47.74305,8.99898\n7168,1646390950,47.74305,8.99897\n7169,1646390951,47.74305,8.99897\n7170,1646390952,47.74305,8.99897\n7171,1646390953,47.74305,8.99897\n7172,1646390954,47.74305,8.99897\n7173,1646390955,47.74305,8.99897\n7174,1646390956,47.74305,8.99897\n7175,1646390957,47.74305,8.99897\n7176,1646390958,47.74305,8.99897\n7177,1646390959,47.74305,8.99897\n7178,1646390960,47.74304,8.99897\n7179,1646390961,47.74304,8.99897\n7180,1646390962,47.74304,8.99897\n7181,1646390963,47.74304,8.99897\n7182,1646390964,47.74304,8.99897\n7183,1646390965,47.74304,8.99897\n7184,1646390966,47.74304,8.99897\n7185,1646390967,47.74304,8.99897\n7186,1646390968,47.74304,8.99897\n7187,1646390969,47.74304,8.99897\n7188,1646390970,47.74304,8.99897\n7189,1646390971,47.74304,8.99897\n7190,1646390972,47.74304,8.99897\n7191,1646390973,47.74304,8.99897\n7192,1646390974,47.74304,8.99897\n7193,1646390975,47.74304,8.99897\n7194,1646390976,47.74304,8.99897\n7195,1646390977,47.74304,8.99897\n7196,1646390978,47.74304,8.99897\n7197,1646390979,47.74304,8.99897\n7198,1646390980,47.74304,8.99897\n7199,1646390981,47.74304,8.99897\n7200,1646390982,47.74304,8.99897\n7201,1646390983,47.74304,8.99897\n7202,1646390984,47.74304,8.99897\n7203,1646390985,47.74304,8.99897\n7204,1646390986,47.74304,8.99897\n7205,1646390987,47.74304,8.99897\n7206,1646390988,47.74304,8.99897\n7207,1646390989,47.74304,8.99897\n7208,1646390990,47.74304,8.99897\n7209,1646390991,47.74304,8.99897\n7210,1646390992,47.74304,8.99897\n7211,1646390993,47.74304,8.99897\n7212,1646390994,47.74304,8.99897\n7213,1646390995,47.74304,8.99897\n7214,1646390996,47.74304,8.99897\n7215,1646390997,47.74304,8.99897\n7216,1646390998,47.74304,8.99897\n7217,1646390999,47.74304,8.99897\n7218,1646391000,47.74304,8.99897\n7219,1646391001,47.74304,8.99897\n7220,1646391002,47.74304,8.99897\n7221,1646391003,47.74304,8.99897\n7222,1646391004,47.74304,8.99897\n7223,1646391005,47.74304,8.99897\n7224,1646391006,47.74304,8.99897\n7225,1646391007,47.74304,8.99897\n7226,1646391008,47.74304,8.99897\n7227,1646391009,47.74304,8.99897\n7228,1646391010,47.74304,8.99897\n7229,1646391011,47.74304,8.99897\n7230,1646391012,47.74304,8.99897\n7231,1646391013,47.74304,8.99897\n7232,1646391014,47.74304,8.99897\n7233,1646391015,47.74304,8.99897\n7234,1646391016,47.74304,8.99897\n7235,1646391017,47.74304,8.99897\n7236,1646391018,47.74304,8.99897\n7237,1646391019,47.74304,8.99897\n7238,1646391020,47.74304,8.99897\n7239,1646391021,47.74304,8.99897\n7240,1646391022,47.74304,8.99897\n7241,1646391023,47.74304,8.99897\n7242,1646391024,47.74304,8.99897\n7243,1646391025,47.74304,8.99897\n7244,1646391026,47.74304,8.99897\n7245,1646391027,47.74304,8.99897\n7246,1646391028,47.74304,8.99897\n7247,1646391029,47.74304,8.99897\n7248,1646391030,47.74304,8.99897\n7249,1646391031,47.74304,8.99897\n7250,1646391032,47.74304,8.99897\n7251,1646391033,47.74304,8.99897\n7252,1646391034,47.74304,8.99897\n7253,1646391035,47.74304,8.99897\n7254,1646391036,47.74304,8.99897\n7255,1646391037,47.74304,8.99897\n7256,1646391038,47.74304,8.99897\n7257,1646391039,47.74304,8.99897\n7258,1646391040,47.74304,8.99897\n7259,1646391041,47.74304,8.99897\n7260,1646391042,47.74304,8.99897\n7261,1646391043,47.74304,8.99897\n7262,1646391044,47.74304,8.99897\n7263,1646391045,47.74304,8.99897\n7264,1646391046,47.74304,8.99898\n7265,1646391047,47.74304,8.99898\n7266,1646391048,47.74304,8.99898\n7267,1646391049,47.74304,8.99898\n7268,1646391050,47.74304,8.99898\n7269,1646391051,47.74304,8.99898\n7270,1646391052,47.74304,8.99898\n7271,1646391053,47.74304,8.99898\n7272,1646391054,47.74304,8.99898\n7273,1646391055,47.74304,8.99898\n7274,1646391056,47.74304,8.99898\n7275,1646391057,47.74304,8.99898\n7276,1646391058,47.74304,8.99898\n7277,1646391059,47.74304,8.99898\n7278,1646391060,47.74304,8.99898\n7279,1646391061,47.74304,8.99898\n7280,1646391062,47.74304,8.99898\n7281,1646391063,47.74304,8.99898\n7282,1646391064,47.74304,8.99898\n7283,1646391065,47.74304,8.99898\n7284,1646391066,47.74304,8.99898\n7285,1646391067,47.74304,8.99898\n7286,1646391068,47.74304,8.99898\n7287,1646391069,47.74304,8.99898\n7288,1646391070,47.74304,8.99898\n7289,1646391071,47.74304,8.99898\n7290,1646391072,47.74304,8.99898\n7291,1646391073,47.74304,8.99898\n7292,1646391074,47.74304,8.99898\n7293,1646391075,47.74304,8.99898\n7294,1646391076,47.74304,8.99898\n7295,1646391077,47.74304,8.99898\n7296,1646391078,47.74304,8.99898\n7297,1646391079,47.74304,8.99898\n7298,1646391080,47.74304,8.99898\n7299,1646391081,47.74304,8.99898\n7300,1646391082,47.74304,8.99898\n7301,1646391083,47.74304,8.99898\n7302,1646391084,47.74304,8.99898\n7303,1646391085,47.74304,8.99898\n7304,1646391086,47.74304,8.99898\n7305,1646391087,47.74304,8.99898\n7306,1646391088,47.74304,8.99898\n7307,1646391089,47.74304,8.99898\n7308,1646391090,47.74304,8.99898\n7309,1646391091,47.74304,8.99898\n7310,1646391092,47.74304,8.99898\n7311,1646391093,47.74304,8.99898\n7312,1646391094,47.74304,8.99898\n7313,1646391095,47.74304,8.99898\n7314,1646391096,47.74304,8.99898\n7315,1646391097,47.74304,8.99898\n7316,1646391098,47.74304,8.99898\n7317,1646391099,47.74304,8.99898\n7318,1646391100,47.74304,8.99898\n7319,1646391101,47.74304,8.99898\n7320,1646391102,47.74304,8.99898\n7321,1646391103,47.74304,8.99898\n7322,1646391104,47.74304,8.99898\n7323,1646391105,47.74304,8.99898\n7324,1646391106,47.74304,8.99898\n7325,1646391107,47.74304,8.99898\n7326,1646391108,47.74304,8.99898\n7327,1646391109,47.74304,8.99898\n7328,1646391110,47.74304,8.99898\n7329,1646391111,47.74304,8.99898\n7330,1646391112,47.74304,8.99898\n7331,1646391113,47.74304,8.99898\n7332,1646391114,47.74304,8.99898\n7333,1646391115,47.74304,8.99898\n7334,1646391116,47.74304,8.99898\n7335,1646391117,47.74304,8.99898\n7336,1646391118,47.74304,8.99898\n7337,1646391119,47.74304,8.99898\n7338,1646391120,47.74304,8.99898\n7339,1646391121,47.74304,8.99898\n7340,1646391122,47.74304,8.99898\n7341,1646391123,47.74304,8.99898\n7342,1646391124,47.74304,8.99898\n7343,1646391125,47.74304,8.99898\n7344,1646391126,47.74304,8.99898\n7345,1646391127,47.74304,8.99898\n7346,1646391128,47.74304,8.99898\n7347,1646391129,47.74304,8.99898\n7348,1646391130,47.74304,8.99898\n7349,1646391131,47.74304,8.99898\n7350,1646391132,47.74304,8.99898\n7351,1646391133,47.74304,8.99898\n7352,1646391134,47.74304,8.99898\n7353,1646391135,47.74304,8.99898\n7354,1646391136,47.74304,8.99898\n7355,1646391137,47.74304,8.99898\n7356,1646391138,47.74304,8.99898\n7357,1646391139,47.74304,8.99898\n7358,1646391140,47.74304,8.99898\n7359,1646391141,47.74304,8.99898\n7360,1646391142,47.74304,8.99898\n7361,1646391143,47.74304,8.99898\n7362,1646391144,47.74304,8.99898\n7363,1646391145,47.74304,8.99898\n7364,1646391146,47.74304,8.99898\n7365,1646391147,47.74304,8.99898\n7366,1646391148,47.74304,8.99898\n7367,1646391149,47.74304,8.99898\n7368,1646391150,47.74304,8.99898\n7369,1646391151,47.74304,8.99898\n7370,1646391152,47.74304,8.99898\n7371,1646391153,47.74304,8.99898\n7372,1646391154,47.74304,8.99898\n7373,1646391155,47.74304,8.99898\n7374,1646391156,47.74304,8.99898\n7375,1646391157,47.74304,8.99898\n7376,1646391158,47.74304,8.99898\n7377,1646391159,47.74304,8.99898\n7378,1646391160,47.74304,8.99898\n7379,1646391161,47.74304,8.99898\n7380,1646391162,47.74304,8.99898\n7381,1646391163,47.74304,8.99898\n7382,1646391164,47.74304,8.99898\n7383,1646391165,47.74304,8.99898\n7384,1646391166,47.74304,8.99898\n7385,1646391167,47.74304,8.99898\n7386,1646391168,47.74304,8.99898\n7387,1646391169,47.74304,8.99898\n7388,1646391170,47.74304,8.99898\n7389,1646391171,47.74304,8.99898\n7390,1646391172,47.74304,8.99898\n7391,1646391173,47.74304,8.99898\n7392,1646391174,47.74304,8.99898\n7393,1646391175,47.74304,8.99898\n7394,1646391176,47.74304,8.99898\n7395,1646391177,47.74304,8.99898\n7396,1646391178,47.74304,8.99898\n7397,1646391179,47.74304,8.99898\n7398,1646391180,47.74304,8.99898\n7399,1646391181,47.74304,8.99898\n7400,1646391182,47.74304,8.99898\n7401,1646391183,47.74304,8.99898\n7402,1646391184,47.74304,8.99898\n7403,1646391185,47.74304,8.99898\n7404,1646391186,47.74304,8.99898\n7405,1646391187,47.74304,8.99898\n7406,1646391188,47.74304,8.99898\n7407,1646391189,47.74304,8.99898\n7408,1646391190,47.74304,8.99898\n7409,1646391191,47.74304,8.99898\n7410,1646391192,47.74304,8.99898\n7411,1646391193,47.74304,8.99898\n7412,1646391194,47.74304,8.99898\n7413,1646391195,47.74304,8.99898\n7414,1646391196,47.74304,8.99898\n7415,1646391197,47.74304,8.99898\n7416,1646391198,47.74304,8.99898\n7417,1646391199,47.74304,8.99898\n7418,1646391200,47.74304,8.99898\n7419,1646391201,47.74304,8.99898\n7420,1646391202,47.74304,8.99898\n7421,1646391203,47.74304,8.99898\n7422,1646391204,47.74304,8.99898\n7423,1646391205,47.74304,8.99898\n7424,1646391206,47.74304,8.99898\n7425,1646391207,47.74304,8.99898\n7426,1646391208,47.74304,8.99898\n7427,1646391209,47.74304,8.99898\n7428,1646391210,47.74304,8.99898\n7429,1646391211,47.74304,8.99898\n7430,1646391212,47.74304,8.99898\n7431,1646391213,47.74304,8.99898\n7432,1646391214,47.74304,8.99898\n7433,1646391215,47.74304,8.99898\n7434,1646391216,47.74304,8.99898\n7435,1646391217,47.74304,8.99898\n7436,1646391218,47.74304,8.99898\n7437,1646391219,47.74304,8.99898\n7438,1646391220,47.74304,8.99898\n7439,1646391221,47.74304,8.99898\n7440,1646391222,47.74304,8.99898\n7441,1646391223,47.74304,8.99898\n7442,1646391224,47.74304,8.99898\n7443,1646391225,47.74304,8.99898\n7444,1646391226,47.74304,8.99898\n7445,1646391227,47.74304,8.99898\n7446,1646391228,47.74304,8.99898\n7447,1646391229,47.74304,8.99898\n7448,1646391230,47.74304,8.99898\n7449,1646391231,47.74304,8.99898\n7450,1646391232,47.74304,8.99898\n7451,1646391233,47.74304,8.99898\n7452,1646391234,47.74304,8.99898\n7453,1646391235,47.74304,8.99898\n7454,1646391236,47.74304,8.99898\n7455,1646391237,47.74304,8.99898\n7456,1646391238,47.74304,8.99898\n7457,1646391239,47.74304,8.99898\n7458,1646391240,47.74304,8.99898\n7459,1646391241,47.74304,8.99898\n7460,1646391242,47.74304,8.99898\n7461,1646391243,47.74304,8.99898\n7462,1646391244,47.74304,8.99898\n7463,1646391245,47.74304,8.99898\n7464,1646391246,47.74304,8.99898\n7465,1646391247,47.74304,8.99898\n7466,1646391248,47.74304,8.99898\n7467,1646391249,47.74304,8.99898\n7468,1646391250,47.74304,8.99898\n7469,1646391251,47.74304,8.99898\n7470,1646391252,47.74304,8.99898\n7471,1646391253,47.74304,8.99898\n7472,1646391254,47.74304,8.99898\n7473,1646391255,47.74304,8.99898\n7474,1646391256,47.74304,8.99898\n7475,1646391257,47.74304,8.99898\n7476,1646391258,47.74304,8.99898\n7477,1646391259,47.74304,8.99898\n7478,1646391260,47.74304,8.99898\n7479,1646391261,47.74304,8.99898\n7480,1646391262,47.74304,8.99898\n7481,1646391263,47.74304,8.99898\n7482,1646391264,47.74304,8.99898\n7483,1646391265,47.74304,8.99898\n7484,1646391266,47.74304,8.99898\n7485,1646391267,47.74304,8.99898\n7486,1646391268,47.74304,8.99898\n7487,1646391269,47.74304,8.99898\n7488,1646391270,47.74304,8.99898\n7489,1646391271,47.74304,8.99898\n7490,1646391272,47.74304,8.99898\n7491,1646391273,47.74304,8.99898\n7492,1646391274,47.74304,8.99898\n7493,1646391275,47.74304,8.99898\n7494,1646391276,47.74304,8.99898\n7495,1646391277,47.74304,8.99898\n7496,1646391278,47.74304,8.99898\n7497,1646391279,47.74304,8.99898\n7498,1646391280,47.74304,8.99898\n7499,1646391281,47.74304,8.99898\n7500,1646391282,47.74304,8.99898\n7501,1646391283,47.74304,8.99898\n7502,1646391284,47.74304,8.99898\n7503,1646391285,47.74304,8.99898\n7504,1646391286,47.74304,8.99898\n7505,1646391287,47.74304,8.99898\n7506,1646391288,47.74304,8.99898\n7507,1646391289,47.74304,8.99898\n7508,1646391290,47.74304,8.99898\n7509,1646391291,47.74304,8.99898\n7510,1646391292,47.74304,8.99898\n7511,1646391293,47.74304,8.99898\n7512,1646391294,47.74304,8.99898\n7513,1646391295,47.74304,8.99898\n7514,1646391296,47.74304,8.99898\n7515,1646391297,47.74304,8.99898\n7516,1646391298,47.74304,8.99898\n7517,1646391299,47.74304,8.99898\n7518,1646391300,47.74304,8.99898\n7519,1646391301,47.74304,8.99898\n7520,1646391302,47.74304,8.99898\n7521,1646391303,47.74304,8.99898\n7522,1646391304,47.74304,8.99898\n7523,1646391305,47.74304,8.99898\n7524,1646391306,47.74304,8.99898\n7525,1646391307,47.74304,8.99898\n7526,1646391308,47.74304,8.99898\n7527,1646391309,47.74304,8.99897\n7528,1646391310,47.74304,8.99897\n7529,1646391311,47.74304,8.99897\n7530,1646391312,47.74304,8.99897\n7531,1646391313,47.74304,8.99897\n7532,1646391314,47.74304,8.99897\n7533,1646391315,47.74304,8.99897\n7534,1646391316,47.74304,8.99897\n7535,1646391317,47.74304,8.99897\n7536,1646391318,47.74304,8.99897\n7537,1646391319,47.74304,8.99897\n7538,1646391320,47.74304,8.99897\n7539,1646391321,47.74304,8.99897\n7540,1646391322,47.74304,8.99896\n7541,1646391323,47.74304,8.99896\n7542,1646391324,47.74304,8.99896\n7543,1646391325,47.74304,8.99896\n7544,1646391326,47.74304,8.99896\n7545,1646391327,47.74304,8.99896\n7546,1646391328,47.74304,8.99896\n7547,1646391329,47.74304,8.99895\n7548,1646391330,47.74304,8.99895\n7549,1646391331,47.74304,8.99895\n7550,1646391332,47.74304,8.99895\n7551,1646391333,47.74304,8.99895\n7552,1646391334,47.74304,8.99894\n7553,1646391335,47.74304,8.99894\n7554,1646391336,47.74304,8.99894\n7555,1646391337,47.74304,8.99894\n7556,1646391338,47.74304,8.99893\n7557,1646391339,47.74304,8.99893\n7558,1646391340,47.74304,8.99893\n7559,1646391341,47.74304,8.99893\n7560,1646391342,47.74304,8.99893\n7561,1646391343,47.74304,8.99892\n7562,1646391344,47.74304,8.99892\n7563,1646391345,47.74304,8.99892\n7564,1646391346,47.74304,8.99892\n7565,1646391347,47.74304,8.99892\n7566,1646391348,47.74303,8.99892\n7567,1646391349,47.74303,8.99892\n7568,1646391350,47.74303,8.99892\n7569,1646391351,47.74303,8.99891\n7570,1646391352,47.74303,8.99891\n7571,1646391353,47.74303,8.99891\n7572,1646391354,47.74303,8.99891\n7573,1646391355,47.74303,8.99891\n7574,1646391356,47.74303,8.99891\n7575,1646391357,47.74303,8.99891\n7576,1646391358,47.74303,8.99891\n7577,1646391359,47.74303,8.99891\n7578,1646391360,47.74303,8.99891\n7579,1646391361,47.74303,8.99891\n7580,1646391362,47.74303,8.99891\n7581,1646391363,47.74303,8.99891\n7582,1646391364,47.74302,8.99890\n7583,1646391365,47.74302,8.99890\n7584,1646391366,47.74302,8.99890\n7585,1646391367,47.74302,8.99890\n7586,1646391368,47.74302,8.99890\n7587,1646391369,47.74302,8.99890\n7588,1646391370,47.74302,8.99890\n7589,1646391371,47.74302,8.99889\n7590,1646391372,47.74302,8.99889\n7591,1646391373,47.74302,8.99889\n7592,1646391374,47.74302,8.99889\n7593,1646391375,47.74302,8.99889\n7594,1646391376,47.74302,8.99888\n7595,1646391377,47.74301,8.99888\n7596,1646391378,47.74301,8.99888\n7597,1646391379,47.74301,8.99888\n7598,1646391380,47.74301,8.99888\n7599,1646391381,47.74301,8.99887\n7600,1646391382,47.74301,8.99887\n7601,1646391383,47.74301,8.99887\n7602,1646391384,47.74301,8.99887\n7603,1646391385,47.74301,8.99886\n7604,1646391386,47.74301,8.99886\n7605,1646391387,47.74300,8.99886\n7606,1646391388,47.74300,8.99886\n7607,1646391389,47.74300,8.99886\n7608,1646391390,47.74300,8.99885\n7609,1646391391,47.74300,8.99885\n7610,1646391392,47.74300,8.99885\n7611,1646391393,47.74300,8.99885\n7612,1646391394,47.74300,8.99884\n7613,1646391395,47.74300,8.99884\n7614,1646391396,47.74300,8.99884\n7615,1646391397,47.74299,8.99884\n7616,1646391398,47.74299,8.99883\n7617,1646391399,47.74299,8.99883\n7618,1646391400,47.74299,8.99883\n7619,1646391401,47.74299,8.99883\n7620,1646391402,47.74299,8.99883\n7621,1646391403,47.74299,8.99882\n7622,1646391404,47.74299,8.99882\n7623,1646391405,47.74299,8.99882\n7624,1646391406,47.74299,8.99882\n7625,1646391407,47.74299,8.99882\n7626,1646391408,47.74299,8.99881\n7627,1646391409,47.74299,8.99881\n7628,1646391410,47.74299,8.99881\n7629,1646391411,47.74299,8.99881\n7630,1646391412,47.74299,8.99881\n7631,1646391413,47.74299,8.99880\n7632,1646391414,47.74299,8.99880\n7633,1646391415,47.74299,8.99880\n7634,1646391416,47.74299,8.99880\n7635,1646391417,47.74299,8.99880\n7636,1646391418,47.74299,8.99880\n7637,1646391419,47.74299,8.99879\n7638,1646391420,47.74299,8.99879\n7639,1646391421,47.74299,8.99879\n7640,1646391422,47.74299,8.99879\n7641,1646391423,47.74299,8.99879\n7642,1646391424,47.74300,8.99879\n7643,1646391425,47.74300,8.99879\n7644,1646391426,47.74300,8.99878\n7645,1646391427,47.74300,8.99878\n7646,1646391428,47.74300,8.99878\n7647,1646391429,47.74300,8.99878\n7648,1646391430,47.74300,8.99878\n7649,1646391431,47.74300,8.99878\n7650,1646391432,47.74300,8.99878\n7651,1646391433,47.74301,8.99878\n7652,1646391434,47.74301,8.99878\n7653,1646391435,47.74301,8.99878\n7654,1646391436,47.74301,8.99878\n7655,1646391437,47.74301,8.99878\n7656,1646391438,47.74301,8.99878\n7657,1646391439,47.74301,8.99878\n7658,1646391440,47.74302,8.99878\n7659,1646391441,47.74302,8.99878\n7660,1646391442,47.74302,8.99878\n7661,1646391443,47.74302,8.99878\n7662,1646391444,47.74302,8.99878\n7663,1646391445,47.74302,8.99878\n7664,1646391446,47.74302,8.99878\n7665,1646391447,47.74303,8.99878\n7666,1646391448,47.74303,8.99878\n7667,1646391449,47.74303,8.99879\n7668,1646391450,47.74303,8.99879\n7669,1646391451,47.74303,8.99879\n7670,1646391452,47.74303,8.99879\n7671,1646391453,47.74303,8.99879\n7672,1646391454,47.74303,8.99879\n7673,1646391455,47.74304,8.99879\n7674,1646391456,47.74304,8.99879\n7675,1646391457,47.74304,8.99880\n7676,1646391458,47.74304,8.99880\n7677,1646391459,47.74304,8.99880\n7678,1646391460,47.74304,8.99880\n7679,1646391461,47.74304,8.99880\n7680,1646391462,47.74304,8.99880\n7681,1646391463,47.74304,8.99881\n7682,1646391464,47.74304,8.99881\n7683,1646391465,47.74304,8.99881\n7684,1646391466,47.74304,8.99881\n7685,1646391467,47.74304,8.99881\n7686,1646391468,47.74304,8.99882\n7687,1646391469,47.74304,8.99882\n7688,1646391470,47.74304,8.99882\n7689,1646391471,47.74304,8.99882\n7690,1646391472,47.74304,8.99883\n7691,1646391473,47.74304,8.99883\n7692,1646391474,47.74304,8.99883\n7693,1646391475,47.74304,8.99883\n7694,1646391476,47.74304,8.99883\n7695,1646391477,47.74304,8.99884\n7696,1646391478,47.74304,8.99884\n7697,1646391479,47.74304,8.99884\n7698,1646391480,47.74304,8.99884\n7699,1646391481,47.74304,8.99885\n7700,1646391482,47.74304,8.99885\n7701,1646391483,47.74304,8.99885\n7702,1646391484,47.74304,8.99885\n7703,1646391485,47.74304,8.99885\n7704,1646391486,47.74304,8.99886\n7705,1646391487,47.74304,8.99886\n7706,1646391488,47.74304,8.99886\n7707,1646391489,47.74304,8.99886\n7708,1646391490,47.74304,8.99886\n7709,1646391491,47.74304,8.99887\n7710,1646391492,47.74304,8.99887\n7711,1646391493,47.74303,8.99887\n7712,1646391494,47.74303,8.99887\n7713,1646391495,47.74303,8.99887\n7714,1646391496,47.74303,8.99887\n7715,1646391497,47.74303,8.99887\n7716,1646391498,47.74303,8.99887\n7717,1646391499,47.74303,8.99887\n7718,1646391500,47.74303,8.99888\n7719,1646391501,47.74303,8.99888\n7720,1646391502,47.74303,8.99888\n7721,1646391503,47.74303,8.99888\n7722,1646391504,47.74302,8.99888\n7723,1646391505,47.74302,8.99888\n7724,1646391506,47.74302,8.99888\n7725,1646391507,47.74302,8.99888\n7726,1646391508,47.74302,8.99888\n7727,1646391509,47.74302,8.99888\n7728,1646391510,47.74302,8.99889\n7729,1646391511,47.74302,8.99889\n7730,1646391512,47.74302,8.99889\n7731,1646391513,47.74302,8.99889\n7732,1646391514,47.74302,8.99889\n7733,1646391515,47.74301,8.99889\n7734,1646391516,47.74301,8.99889\n7735,1646391517,47.74301,8.99889\n7736,1646391518,47.74301,8.99890\n7737,1646391519,47.74301,8.99890\n7738,1646391520,47.74301,8.99890\n7739,1646391521,47.74301,8.99890\n7740,1646391522,47.74301,8.99890\n7741,1646391523,47.74301,8.99890\n7742,1646391524,47.74301,8.99891\n7743,1646391525,47.74301,8.99891\n7744,1646391526,47.74301,8.99891\n7745,1646391527,47.74301,8.99891\n7746,1646391528,47.74301,8.99891\n7747,1646391529,47.74301,8.99891\n7748,1646391530,47.74301,8.99891\n7749,1646391531,47.74301,8.99891\n7750,1646391532,47.74301,8.99891\n7751,1646391533,47.74301,8.99892\n7752,1646391534,47.74301,8.99892\n7753,1646391535,47.74301,8.99892\n7754,1646391536,47.74301,8.99892\n7755,1646391537,47.74301,8.99892\n7756,1646391538,47.74300,8.99892\n7757,1646391539,47.74300,8.99893\n7758,1646391540,47.74300,8.99893\n7759,1646391541,47.74300,8.99893\n7760,1646391542,47.74300,8.99893\n7761,1646391543,47.74300,8.99893\n7762,1646391544,47.74300,8.99893\n7763,1646391545,47.74300,8.99893\n7764,1646391546,47.74300,8.99894\n7765,1646391547,47.74300,8.99894\n7766,1646391548,47.74300,8.99894\n7767,1646391549,47.74300,8.99894\n7768,1646391550,47.74300,8.99894\n7769,1646391551,47.74300,8.99894\n7770,1646391552,47.74300,8.99894\n7771,1646391553,47.74300,8.99894\n7772,1646391554,47.74300,8.99894\n7773,1646391555,47.74300,8.99895\n7774,1646391556,47.74300,8.99895\n7775,1646391557,47.74300,8.99895\n7776,1646391558,47.74300,8.99895\n7777,1646391559,47.74300,8.99895\n7778,1646391560,47.74300,8.99895\n7779,1646391561,47.74300,8.99896\n7780,1646391562,47.74300,8.99896\n7781,1646391563,47.74300,8.99896\n7782,1646391564,47.74300,8.99896\n7783,1646391565,47.74300,8.99896\n7784,1646391566,47.74300,8.99896\n7785,1646391567,47.74300,8.99897\n7786,1646391568,47.74301,8.99897\n7787,1646391569,47.74301,8.99897\n7788,1646391570,47.74301,8.99897\n7789,1646391571,47.74301,8.99897\n7790,1646391572,47.74301,8.99898\n7791,1646391573,47.74301,8.99898\n7792,1646391574,47.74301,8.99898\n7793,1646391575,47.74301,8.99898\n7794,1646391576,47.74301,8.99898\n7795,1646391577,47.74301,8.99898\n7796,1646391578,47.74301,8.99898\n7797,1646391579,47.74301,8.99899\n7798,1646391580,47.74301,8.99899\n7799,1646391581,47.74301,8.99899\n7800,1646391582,47.74301,8.99899\n7801,1646391583,47.74302,8.99899\n7802,1646391584,47.74302,8.99899\n7803,1646391585,47.74302,8.99899\n7804,1646391586,47.74302,8.99899\n7805,1646391587,47.74302,8.99899\n7806,1646391588,47.74302,8.99899\n7807,1646391589,47.74302,8.99899\n7808,1646391590,47.74302,8.99899\n7809,1646391591,47.74302,8.99899\n7810,1646391592,47.74302,8.99900\n7811,1646391593,47.74302,8.99900\n7812,1646391594,47.74302,8.99900\n7813,1646391595,47.74302,8.99900\n7814,1646391596,47.74302,8.99900\n7815,1646391597,47.74302,8.99900\n7816,1646391598,47.74302,8.99900\n7817,1646391599,47.74302,8.99900\n7818,1646391600,47.74302,8.99900\n7819,1646391601,47.74302,8.99900\n7820,1646391602,47.74302,8.99900\n7821,1646391603,47.74302,8.99900\n7822,1646391604,47.74302,8.99900\n7823,1646391605,47.74302,8.99900\n7824,1646391606,47.74302,8.99900\n7825,1646391607,47.74302,8.99900\n7826,1646391608,47.74302,8.99900\n7827,1646391609,47.74302,8.99900\n7828,1646391610,47.74302,8.99900\n7829,1646391611,47.74302,8.99900\n7830,1646391612,47.74302,8.99900\n7831,1646391613,47.74302,8.99900\n7832,1646391614,47.74302,8.99900\n7833,1646391615,47.74302,8.99900\n7834,1646391616,47.74302,8.99900\n7835,1646391617,47.74302,8.99901\n7836,1646391618,47.74302,8.99901\n7837,1646391619,47.74302,8.99901\n7838,1646391620,47.74302,8.99901\n7839,1646391621,47.74302,8.99901\n7840,1646391622,47.74302,8.99901\n7841,1646391623,47.74302,8.99901\n7842,1646391624,47.74302,8.99902\n7843,1646391625,47.74302,8.99902\n7844,1646391626,47.74302,8.99902\n7845,1646391627,47.74302,8.99902\n7846,1646391628,47.74302,8.99902\n7847,1646391629,47.74302,8.99903\n7848,1646391630,47.74302,8.99903\n7849,1646391631,47.74302,8.99903\n7850,1646391632,47.74302,8.99903\n7851,1646391633,47.74302,8.99904\n7852,1646391634,47.74302,8.99904\n7853,1646391635,47.74302,8.99904\n7854,1646391636,47.74302,8.99904\n7855,1646391637,47.74302,8.99905\n7856,1646391638,47.74303,8.99905\n7857,1646391639,47.74303,8.99905\n7858,1646391640,47.74303,8.99905\n7859,1646391641,47.74303,8.99905\n7860,1646391642,47.74303,8.99905\n7861,1646391643,47.74303,8.99906\n7862,1646391644,47.74303,8.99906\n7863,1646391645,47.74303,8.99906\n7864,1646391646,47.74303,8.99906\n7865,1646391647,47.74303,8.99906\n7866,1646391648,47.74303,8.99906\n7867,1646391649,47.74303,8.99907\n7868,1646391650,47.74303,8.99907\n7869,1646391651,47.74303,8.99907\n7870,1646391652,47.74303,8.99907\n7871,1646391653,47.74303,8.99907\n7872,1646391654,47.74303,8.99907\n7873,1646391655,47.74303,8.99907\n7874,1646391656,47.74303,8.99907\n7875,1646391657,47.74303,8.99907\n7876,1646391658,47.74303,8.99907\n7877,1646391659,47.74303,8.99907\n7878,1646391660,47.74303,8.99907\n7879,1646391661,47.74303,8.99907\n7880,1646391662,47.74303,8.99907\n7881,1646391663,47.74303,8.99907\n7882,1646391664,47.74303,8.99907\n7883,1646391665,47.74303,8.99907\n7884,1646391666,47.74303,8.99907\n7885,1646391667,47.74303,8.99907\n7886,1646391668,47.74303,8.99907\n7887,1646391669,47.74303,8.99907\n7888,1646391670,47.74303,8.99907\n7889,1646391671,47.74303,8.99907\n7890,1646391672,47.74303,8.99907\n7891,1646391673,47.74303,8.99907\n7892,1646391674,47.74303,8.99907\n7893,1646391675,47.74303,8.99907\n7894,1646391676,47.74303,8.99907\n7895,1646391677,47.74303,8.99907\n7896,1646391678,47.74303,8.99907\n7897,1646391679,47.74303,8.99907\n7898,1646391680,47.74303,8.99907\n7899,1646391681,47.74303,8.99907\n7900,1646391682,47.74303,8.99907\n7901,1646391683,47.74303,8.99907\n7902,1646391684,47.74303,8.99907\n7903,1646391685,47.74303,8.99907\n7904,1646391686,47.74303,8.99907\n7905,1646391687,47.74303,8.99907\n7906,1646391688,47.74303,8.99907\n7907,1646391689,47.74303,8.99907\n7908,1646391690,47.74303,8.99907\n7909,1646391691,47.74303,8.99907\n7910,1646391692,47.74303,8.99907\n7911,1646391693,47.74303,8.99907\n7912,1646391694,47.74303,8.99907\n7913,1646391695,47.74303,8.99907\n7914,1646391696,47.74303,8.99907\n7915,1646391697,47.74303,8.99907\n7916,1646391698,47.74303,8.99907\n7917,1646391699,47.74303,8.99907\n7918,1646391700,47.74303,8.99907\n7919,1646391701,47.74303,8.99907\n7920,1646391702,47.74303,8.99907\n7921,1646391703,47.74303,8.99907\n7922,1646391704,47.74303,8.99907\n7923,1646391705,47.74303,8.99907\n7924,1646391706,47.74303,8.99907\n7925,1646391707,47.74303,8.99907\n7926,1646391708,47.74303,8.99907\n7927,1646391709,47.74303,8.99907\n7928,1646391710,47.74303,8.99907\n7929,1646391711,47.74303,8.99907\n7930,1646391712,47.74303,8.99907\n7931,1646391713,47.74303,8.99907\n7932,1646391714,47.74303,8.99907\n7933,1646391715,47.74303,8.99907\n7934,1646391716,47.74303,8.99907\n7935,1646391717,47.74303,8.99907\n7936,1646391718,47.74303,8.99907\n7937,1646391719,47.74303,8.99907\n7938,1646391720,47.74303,8.99907\n7939,1646391721,47.74303,8.99907\n7940,1646391722,47.74303,8.99907\n7941,1646391723,47.74303,8.99907\n7942,1646391724,47.74303,8.99907\n7943,1646391725,47.74303,8.99907\n7944,1646391726,47.74303,8.99907\n7945,1646391727,47.74303,8.99907\n7946,1646391728,47.74303,8.99907\n7947,1646391729,47.74303,8.99907\n7948,1646391730,47.74303,8.99907\n7949,1646391731,47.74303,8.99907\n7950,1646391732,47.74303,8.99907\n7951,1646391733,47.74303,8.99907\n7952,1646391734,47.74303,8.99907\n7953,1646391735,47.74303,8.99907\n7954,1646391736,47.74303,8.99907\n7955,1646391737,47.74303,8.99907\n7956,1646391738,47.74303,8.99907\n7957,1646391739,47.74303,8.99907\n7958,1646391740,47.74303,8.99907\n7959,1646391741,47.74303,8.99907\n7960,1646391742,47.74303,8.99907\n7961,1646391743,47.74303,8.99907\n7962,1646391744,47.74303,8.99907\n7963,1646391745,47.74303,8.99907\n7964,1646391746,47.74303,8.99907\n7965,1646391747,47.74303,8.99907\n7966,1646391748,47.74303,8.99907\n7967,1646391749,47.74303,8.99907\n7968,1646391750,47.74303,8.99907\n7969,1646391751,47.74304,8.99907\n7970,1646391752,47.74304,8.99907\n7971,1646391753,47.74304,8.99907\n7972,1646391754,47.74304,8.99907\n7973,1646391755,47.74304,8.99907\n7974,1646391756,47.74304,8.99907\n7975,1646391757,47.74304,8.99907\n7976,1646391758,47.74304,8.99907\n7977,1646391759,47.74304,8.99907\n7978,1646391760,47.74304,8.99907\n7979,1646391761,47.74304,8.99907\n7980,1646391762,47.74304,8.99908\n7981,1646391763,47.74304,8.99908\n7982,1646391764,47.74304,8.99908\n7983,1646391765,47.74304,8.99908\n7984,1646391766,47.74304,8.99907\n7985,1646391767,47.74304,8.99907\n7986,1646391768,47.74304,8.99907\n7987,1646391769,47.74304,8.99907\n7988,1646391770,47.74304,8.99907\n7989,1646391771,47.74304,8.99907\n7990,1646391772,47.74304,8.99907\n7991,1646391773,47.74304,8.99907\n7992,1646391774,47.74304,8.99907\n7993,1646391775,47.74304,8.99907\n7994,1646391776,47.74304,8.99907\n7995,1646391777,47.74304,8.99907\n7996,1646391778,47.74304,8.99907\n7997,1646391779,47.74304,8.99907\n7998,1646391780,47.74304,8.99907\n7999,1646391781,47.74304,8.99907\n8000,1646391782,47.74304,8.99907\n8001,1646391783,47.74304,8.99907\n8002,1646391784,47.74304,8.99907\n8003,1646391785,47.74304,8.99907\n8004,1646391786,47.74304,8.99907\n8005,1646391787,47.74304,8.99907\n8006,1646391788,47.74304,8.99907\n8007,1646391789,47.74304,8.99907\n8008,1646391790,47.74304,8.99907\n8009,1646391791,47.74304,8.99907\n8010,1646391792,47.74304,8.99907\n8011,1646391793,47.74304,8.99907\n8012,1646391794,47.74304,8.99907\n8013,1646391795,47.74304,8.99907\n8014,1646391796,47.74304,8.99907\n8015,1646391797,47.74304,8.99907\n8016,1646391798,47.74304,8.99907\n8017,1646391799,47.74304,8.99907\n8018,1646391800,47.74304,8.99907\n8019,1646391801,47.74304,8.99907\n8020,1646391802,47.74304,8.99907\n8021,1646391803,47.74304,8.99907\n8022,1646391804,47.74304,8.99907\n8023,1646391805,47.74304,8.99907\n8024,1646391806,47.74304,8.99907\n8025,1646391807,47.74304,8.99907\n8026,1646391808,47.74304,8.99907\n8027,1646391809,47.74304,8.99907\n8028,1646391810,47.74304,8.99907\n8029,1646391811,47.74304,8.99907\n8030,1646391812,47.74304,8.99907\n8031,1646391813,47.74304,8.99907\n8032,1646391814,47.74304,8.99907\n8033,1646391815,47.74304,8.99907\n8034,1646391816,47.74304,8.99907\n8035,1646391817,47.74304,8.99907\n8036,1646391818,47.74304,8.99907\n8037,1646391819,47.74304,8.99907\n8038,1646391820,47.74304,8.99907\n8039,1646391821,47.74304,8.99907\n8040,1646391822,47.74304,8.99907\n8041,1646391823,47.74304,8.99907\n8042,1646391824,47.74304,8.99907\n8043,1646391825,47.74304,8.99907\n8044,1646391826,47.74304,8.99907\n8045,1646391827,47.74304,8.99907\n8046,1646391828,47.74304,8.99907\n8047,1646391829,47.74304,8.99907\n8048,1646391830,47.74304,8.99907\n8049,1646391831,47.74304,8.99907\n8050,1646391832,47.74304,8.99907\n8051,1646391833,47.74304,8.99907\n8052,1646391834,47.74304,8.99907\n8053,1646391835,47.74304,8.99907\n8054,1646391836,47.74304,8.99907\n8055,1646391837,47.74304,8.99907\n8056,1646391838,47.74304,8.99907\n8057,1646391839,47.74304,8.99907\n8058,1646391840,47.74304,8.99907\n8059,1646391841,47.74304,8.99907\n8060,1646391842,47.74304,8.99907\n8061,1646391843,47.74304,8.99907\n8062,1646391844,47.74304,8.99907\n8063,1646391845,47.74304,8.99907\n8064,1646391846,47.74304,8.99907\n8065,1646391847,47.74304,8.99907\n8066,1646391848,47.74304,8.99907\n8067,1646391849,47.74304,8.99907\n8068,1646391850,47.74304,8.99907\n8069,1646391851,47.74304,8.99907\n8070,1646391852,47.74304,8.99907\n8071,1646391853,47.74304,8.99907\n8072,1646391854,47.74304,8.99907\n8073,1646391855,47.74304,8.99907\n8074,1646391856,47.74304,8.99907\n8075,1646391857,47.74304,8.99907\n8076,1646391858,47.74304,8.99907\n8077,1646391859,47.74304,8.99907\n8078,1646391860,47.74304,8.99907\n8079,1646391861,47.74304,8.99907\n8080,1646391862,47.74304,8.99907\n8081,1646391863,47.74304,8.99907\n8082,1646391864,47.74304,8.99907\n8083,1646391865,47.74304,8.99907\n8084,1646391866,47.74304,8.99907\n8085,1646391867,47.74304,8.99907\n8086,1646391868,47.74304,8.99907\n8087,1646391869,47.74304,8.99907\n8088,1646391870,47.74304,8.99907\n8089,1646391871,47.74304,8.99907\n8090,1646391872,47.74304,8.99907\n8091,1646391873,47.74304,8.99907\n8092,1646391874,47.74304,8.99907\n8093,1646391875,47.74304,8.99907\n8094,1646391876,47.74304,8.99907\n8095,1646391877,47.74304,8.99907\n8096,1646391878,47.74304,8.99907\n8097,1646391879,47.74304,8.99907\n8098,1646391880,47.74304,8.99907\n8099,1646391881,47.74304,8.99907\n8100,1646391882,47.74304,8.99907\n8101,1646391883,47.74304,8.99907\n8102,1646391884,47.74304,8.99907\n8103,1646391885,47.74304,8.99907\n8104,1646391886,47.74304,8.99907\n8105,1646391887,47.74304,8.99907\n8106,1646391888,47.74304,8.99907\n8107,1646391889,47.74304,8.99907\n8108,1646391890,47.74304,8.99907\n8109,1646391891,47.74304,8.99907\n8110,1646391892,47.74304,8.99907\n8111,1646391893,47.74304,8.99907\n8112,1646391894,47.74304,8.99907\n8113,1646391895,47.74304,8.99907\n8114,1646391896,47.74304,8.99907\n8115,1646391897,47.74304,8.99907\n8116,1646391898,47.74304,8.99907\n8117,1646391899,47.74304,8.99907\n8118,1646391900,47.74304,8.99907\n8119,1646391901,47.74304,8.99907\n8120,1646391902,47.74304,8.99907\n8121,1646391903,47.74304,8.99907\n8122,1646391904,47.74304,8.99907\n8123,1646391905,47.74304,8.99907\n8124,1646391906,47.74304,8.99907\n8125,1646391907,47.74304,8.99907\n8126,1646391908,47.74305,8.99907\n8127,1646391909,47.74305,8.99907\n8128,1646391910,47.74305,8.99907\n8129,1646391911,47.74305,8.99907\n8130,1646391912,47.74305,8.99907\n8131,1646391913,47.74305,8.99907\n8132,1646391914,47.74305,8.99907\n8133,1646391915,47.74305,8.99907\n8134,1646391916,47.74305,8.99907\n8135,1646391917,47.74305,8.99907\n8136,1646391918,47.74305,8.99907\n8137,1646391919,47.74305,8.99907\n8138,1646391920,47.74305,8.99907\n8139,1646391921,47.74305,8.99907\n8140,1646391922,47.74305,8.99907\n8141,1646391923,47.74305,8.99907\n8142,1646391924,47.74305,8.99907\n8143,1646391925,47.74305,8.99907\n8144,1646391926,47.74305,8.99907\n8145,1646391927,47.74305,8.99907\n8146,1646391928,47.74305,8.99907\n8147,1646391929,47.74305,8.99907\n8148,1646391930,47.74305,8.99907\n8149,1646391931,47.74305,8.99907\n8150,1646391932,47.74305,8.99907\n8151,1646391933,47.74305,8.99907\n8152,1646391934,47.74305,8.99907\n8153,1646391935,47.74305,8.99907\n8154,1646391936,47.74305,8.99907\n8155,1646391937,47.74305,8.99907\n8156,1646391938,47.74305,8.99907\n8157,1646391939,47.74305,8.99907\n8158,1646391940,47.74305,8.99907\n8159,1646391941,47.74305,8.99907\n8160,1646391942,47.74305,8.99907\n8161,1646391943,47.74305,8.99907\n8162,1646391944,47.74305,8.99907\n8163,1646391945,47.74305,8.99907\n8164,1646391946,47.74305,8.99907\n8165,1646391947,47.74305,8.99907\n8166,1646391948,47.74305,8.99907\n8167,1646391949,47.74305,8.99907\n8168,1646391950,47.74305,8.99907\n8169,1646391951,47.74305,8.99907\n8170,1646391952,47.74305,8.99907\n8171,1646391953,47.74305,8.99907\n8172,1646391954,47.74305,8.99907\n8173,1646391955,47.74305,8.99907\n8174,1646391956,47.74305,8.99907\n8175,1646391957,47.74305,8.99907\n8176,1646391958,47.74305,8.99907\n8177,1646391959,47.74305,8.99907\n8178,1646391960,47.74305,8.99907\n8179,1646391961,47.74305,8.99907\n8180,1646391962,47.74305,8.99907\n8181,1646391963,47.74305,8.99907\n8182,1646391964,47.74305,8.99907\n8183,1646391965,47.74305,8.99907\n8184,1646391966,47.74305,8.99907\n8185,1646391967,47.74305,8.99907\n8186,1646391968,47.74305,8.99907\n8187,1646391969,47.74305,8.99907\n8188,1646391970,47.74305,8.99907\n8189,1646391971,47.74305,8.99907\n8190,1646391972,47.74305,8.99907\n8191,1646391973,47.74305,8.99907\n8192,1646391974,47.74305,8.99907\n8193,1646391975,47.74305,8.99907\n8194,1646391976,47.74305,8.99907\n8195,1646391977,47.74305,8.99907\n8196,1646391978,47.74305,8.99907\n8197,1646391979,47.74305,8.99907\n8198,1646391980,47.74305,8.99907\n8199,1646391981,47.74305,8.99907\n8200,1646391982,47.74305,8.99907\n8201,1646391983,47.74305,8.99907\n8202,1646391984,47.74305,8.99907\n8203,1646391985,47.74305,8.99907\n8204,1646391986,47.74305,8.99907\n8205,1646391987,47.74305,8.99907\n8206,1646391988,47.74305,8.99907\n8207,1646391989,47.74305,8.99907\n8208,1646391990,47.74305,8.99907\n8209,1646391991,47.74305,8.99907\n8210,1646391992,47.74305,8.99907\n8211,1646391993,47.74305,8.99907\n8212,1646391994,47.74305,8.99907\n8213,1646391995,47.74305,8.99907\n8214,1646391996,47.74305,8.99907\n8215,1646391997,47.74305,8.99907\n8216,1646391998,47.74305,8.99907\n8217,1646391999,47.74305,8.99907\n8218,1646392000,47.74305,8.99907\n8219,1646392001,47.74305,8.99907\n8220,1646392002,47.74305,8.99907\n8221,1646392003,47.74305,8.99907\n8222,1646392004,47.74305,8.99907\n8223,1646392005,47.74305,8.99907\n8224,1646392006,47.74305,8.99907\n8225,1646392007,47.74305,8.99907\n8226,1646392008,47.74305,8.99907\n8227,1646392009,47.74305,8.99907\n8228,1646392010,47.74305,8.99907\n8229,1646392011,47.74305,8.99907\n8230,1646392012,47.74305,8.99907\n8231,1646392013,47.74305,8.99907\n8232,1646392014,47.74305,8.99907\n8233,1646392015,47.74305,8.99907\n8234,1646392016,47.74305,8.99907\n8235,1646392017,47.74305,8.99907\n8236,1646392018,47.74305,8.99907\n8237,1646392019,47.74305,8.99907\n8238,1646392020,47.74305,8.99907\n8239,1646392021,47.74305,8.99907\n8240,1646392022,47.74305,8.99907\n8241,1646392023,47.74305,8.99907\n8242,1646392024,47.74305,8.99906\n8243,1646392025,47.74305,8.99906\n8244,1646392026,47.74305,8.99906\n8245,1646392027,47.74305,8.99906\n8246,1646392028,47.74305,8.99906\n8247,1646392029,47.74305,8.99906\n8248,1646392030,47.74305,8.99906\n8249,1646392031,47.74305,8.99906\n8250,1646392032,47.74305,8.99906\n8251,1646392033,47.74305,8.99906\n8252,1646392034,47.74305,8.99906\n8253,1646392035,47.74305,8.99906\n8254,1646392036,47.74305,8.99906\n8255,1646392037,47.74305,8.99906\n8256,1646392038,47.74305,8.99906\n8257,1646392039,47.74305,8.99906\n8258,1646392040,47.74305,8.99906\n8259,1646392041,47.74305,8.99906\n8260,1646392042,47.74305,8.99906\n8261,1646392043,47.74305,8.99906\n8262,1646392044,47.74305,8.99906\n8263,1646392045,47.74305,8.99906\n8264,1646392046,47.74305,8.99906\n8265,1646392047,47.74305,8.99906\n8266,1646392048,47.74305,8.99906\n8267,1646392049,47.74305,8.99906\n8268,1646392050,47.74305,8.99906\n8269,1646392051,47.74305,8.99906\n8270,1646392052,47.74305,8.99906\n8271,1646392053,47.74305,8.99906\n8272,1646392054,47.74305,8.99906\n8273,1646392055,47.74305,8.99906\n8274,1646392056,47.74305,8.99906\n8275,1646392057,47.74305,8.99906\n8276,1646392058,47.74305,8.99906\n8277,1646392059,47.74305,8.99906\n8278,1646392060,47.74305,8.99906\n8279,1646392061,47.74305,8.99906\n8280,1646392062,47.74305,8.99906\n8281,1646392063,47.74305,8.99906\n8282,1646392064,47.74305,8.99906\n8283,1646392065,47.74305,8.99906\n8284,1646392066,47.74305,8.99906\n8285,1646392067,47.74305,8.99906\n8286,1646392068,47.74305,8.99906\n8287,1646392069,47.74305,8.99906\n8288,1646392070,47.74305,8.99906\n8289,1646392071,47.74305,8.99906\n8290,1646392072,47.74305,8.99906\n8291,1646392073,47.74305,8.99907\n8292,1646392074,47.74305,8.99907\n8293,1646392075,47.74305,8.99907\n8294,1646392076,47.74305,8.99907\n8295,1646392077,47.74305,8.99907\n8296,1646392078,47.74305,8.99907\n8297,1646392079,47.74305,8.99907\n8298,1646392080,47.74305,8.99907\n8299,1646392081,47.74305,8.99907\n8300,1646392082,47.74305,8.99907\n8301,1646392083,47.74305,8.99907\n8302,1646392084,47.74305,8.99907\n8303,1646392085,47.74305,8.99907\n8304,1646392086,47.74305,8.99907\n8305,1646392087,47.74305,8.99907\n8306,1646392088,47.74305,8.99907\n8307,1646392089,47.74306,8.99907\n8308,1646392090,47.74306,8.99907\n8309,1646392091,47.74306,8.99907\n8310,1646392092,47.74306,8.99907\n8311,1646392093,47.74306,8.99907\n8312,1646392094,47.74306,8.99907\n8313,1646392095,47.74306,8.99907\n8314,1646392096,47.74306,8.99907\n8315,1646392097,47.74306,8.99907\n8316,1646392098,47.74306,8.99907\n8317,1646392099,47.74306,8.99907\n8318,1646392100,47.74306,8.99907\n8319,1646392101,47.74306,8.99907\n8320,1646392102,47.74306,8.99907\n8321,1646392103,47.74306,8.99907\n8322,1646392104,47.74306,8.99907\n8323,1646392105,47.74306,8.99907\n8324,1646392106,47.74306,8.99907\n8325,1646392107,47.74306,8.99907\n8326,1646392108,47.74306,8.99907\n8327,1646392109,47.74306,8.99907\n8328,1646392110,47.74306,8.99907\n8329,1646392111,47.74306,8.99907\n8330,1646392112,47.74306,8.99907\n8331,1646392113,47.74306,8.99907\n8332,1646392114,47.74306,8.99907\n8333,1646392115,47.74306,8.99907\n8334,1646392116,47.74306,8.99907\n8335,1646392117,47.74306,8.99907\n8336,1646392118,47.74306,8.99907\n8337,1646392119,47.74306,8.99907\n8338,1646392120,47.74306,8.99907\n8339,1646392121,47.74306,8.99907\n8340,1646392122,47.74306,8.99907\n8341,1646392123,47.74306,8.99907\n8342,1646392124,47.74306,8.99907\n8343,1646392125,47.74306,8.99907\n8344,1646392126,47.74306,8.99907\n8345,1646392127,47.74306,8.99907\n8346,1646392128,47.74306,8.99907\n8347,1646392129,47.74306,8.99907\n8348,1646392130,47.74306,8.99907\n8349,1646392131,47.74306,8.99907\n8350,1646392132,47.74306,8.99907\n8351,1646392133,47.74306,8.99907\n8352,1646392134,47.74306,8.99907\n8353,1646392135,47.74306,8.99907\n8354,1646392136,47.74306,8.99907\n8355,1646392137,47.74306,8.99907\n8356,1646392138,47.74306,8.99907\n8357,1646392139,47.74306,8.99907\n8358,1646392140,47.74306,8.99907\n8359,1646392141,47.74306,8.99907\n8360,1646392142,47.74306,8.99907\n8361,1646392143,47.74306,8.99907\n8362,1646392144,47.74306,8.99907\n8363,1646392145,47.74306,8.99907\n8364,1646392146,47.74306,8.99907\n8365,1646392147,47.74306,8.99907\n8366,1646392148,47.74306,8.99907\n8367,1646392149,47.74306,8.99907\n8368,1646392150,47.74306,8.99907\n8369,1646392151,47.74306,8.99907\n8370,1646392152,47.74306,8.99907\n8371,1646392153,47.74306,8.99907\n8372,1646392154,47.74306,8.99907\n8373,1646392155,47.74306,8.99907\n8374,1646392156,47.74306,8.99907\n8375,1646392157,47.74306,8.99907\n8376,1646392158,47.74306,8.99907\n8377,1646392159,47.74306,8.99907\n8378,1646392160,47.74306,8.99907\n8379,1646392161,47.74306,8.99907\n8380,1646392162,47.74306,8.99907\n8381,1646392163,47.74306,8.99907\n8382,1646392164,47.74306,8.99907\n8383,1646392165,47.74306,8.99907\n8384,1646392166,47.74306,8.99907\n8385,1646392167,47.74306,8.99907\n8386,1646392168,47.74306,8.99907\n8387,1646392169,47.74306,8.99907\n8388,1646392170,47.74306,8.99907\n8389,1646392171,47.74306,8.99907\n8390,1646392172,47.74306,8.99907\n8391,1646392173,47.74306,8.99907\n8392,1646392174,47.74306,8.99907\n8393,1646392175,47.74306,8.99907\n8394,1646392176,47.74306,8.99907\n8395,1646392177,47.74306,8.99907\n8396,1646392178,47.74306,8.99907\n8397,1646392179,47.74306,8.99907\n8398,1646392180,47.74306,8.99907\n8399,1646392181,47.74306,8.99907\n8400,1646392182,47.74306,8.99907\n8401,1646392183,47.74306,8.99907\n8402,1646392184,47.74306,8.99907\n8403,1646392185,47.74306,8.99907\n8404,1646392186,47.74306,8.99907\n8405,1646392187,47.74306,8.99907\n8406,1646392188,47.74306,8.99907\n8407,1646392189,47.74306,8.99907\n8408,1646392190,47.74306,8.99907\n8409,1646392191,47.74306,8.99907\n8410,1646392192,47.74306,8.99907\n8411,1646392193,47.74306,8.99907\n8412,1646392194,47.74306,8.99907\n8413,1646392195,47.74306,8.99907\n8414,1646392196,47.74306,8.99907\n8415,1646392197,47.74306,8.99907\n8416,1646392198,47.74306,8.99907\n8417,1646392199,47.74306,8.99907\n8418,1646392200,47.74306,8.99907\n8419,1646392201,47.74306,8.99907\n8420,1646392202,47.74306,8.99907\n8421,1646392203,47.74306,8.99907\n8422,1646392204,47.74306,8.99907\n8423,1646392205,47.74306,8.99907\n8424,1646392206,47.74306,8.99907\n8425,1646392207,47.74306,8.99907\n8426,1646392208,47.74306,8.99907\n8427,1646392209,47.74306,8.99907\n8428,1646392210,47.74306,8.99907\n8429,1646392211,47.74306,8.99907\n8430,1646392212,47.74306,8.99907\n8431,1646392213,47.74306,8.99907\n8432,1646392214,47.74306,8.99907\n8433,1646392215,47.74306,8.99907\n8434,1646392216,47.74306,8.99907\n8435,1646392217,47.74306,8.99907\n8436,1646392218,47.74306,8.99907\n8437,1646392219,47.74306,8.99907\n8438,1646392220,47.74306,8.99907\n8439,1646392221,47.74306,8.99907\n8440,1646392222,47.74306,8.99907\n8441,1646392223,47.74306,8.99907\n8442,1646392224,47.74306,8.99907\n8443,1646392225,47.74306,8.99907\n8444,1646392226,47.74306,8.99907\n8445,1646392227,47.74306,8.99907\n8446,1646392228,47.74306,8.99907\n8447,1646392229,47.74306,8.99907\n8448,1646392230,47.74306,8.99907\n8449,1646392231,47.74306,8.99907\n8450,1646392232,47.74306,8.99907\n8451,1646392233,47.74306,8.99907\n8452,1646392234,47.74306,8.99907\n8453,1646392235,47.74306,8.99907\n8454,1646392236,47.74306,8.99907\n8455,1646392237,47.74306,8.99907\n8456,1646392238,47.74306,8.99907\n8457,1646392239,47.74306,8.99907\n8458,1646392240,47.74306,8.99907\n8459,1646392241,47.74306,8.99907\n8460,1646392242,47.74306,8.99907\n8461,1646392243,47.74306,8.99907\n8462,1646392244,47.74306,8.99907\n8463,1646392245,47.74306,8.99907\n8464,1646392246,47.74306,8.99907\n8465,1646392247,47.74306,8.99907\n8466,1646392248,47.74306,8.99907\n8467,1646392249,47.74306,8.99907\n8468,1646392250,47.74306,8.99907\n8469,1646392251,47.74306,8.99907\n8470,1646392252,47.74306,8.99907\n8471,1646392253,47.74306,8.99907\n8472,1646392254,47.74306,8.99907\n8473,1646392255,47.74306,8.99907\n8474,1646392256,47.74306,8.99907\n8475,1646392257,47.74306,8.99907\n8476,1646392258,47.74306,8.99907\n8477,1646392259,47.74306,8.99907\n8478,1646392260,47.74306,8.99907\n8479,1646392261,47.74306,8.99907\n8480,1646392262,47.74306,8.99907\n8481,1646392263,47.74306,8.99907\n8482,1646392264,47.74306,8.99907\n8483,1646392265,47.74306,8.99907\n8484,1646392266,47.74306,8.99907\n8485,1646392267,47.74306,8.99907\n8486,1646392268,47.74306,8.99907\n8487,1646392269,47.74306,8.99907\n8488,1646392270,47.74306,8.99907\n8489,1646392271,47.74306,8.99907\n8490,1646392272,47.74306,8.99907\n8491,1646392273,47.74306,8.99907\n8492,1646392274,47.74306,8.99907\n8493,1646392275,47.74306,8.99907\n8494,1646392276,47.74306,8.99907\n8495,1646392277,47.74306,8.99907\n8496,1646392278,47.74306,8.99907\n8497,1646392279,47.74306,8.99907\n8498,1646392280,47.74306,8.99907\n8499,1646392281,47.74306,8.99907\n8500,1646392282,47.74306,8.99907\n8501,1646392283,47.74306,8.99907\n8502,1646392284,47.74306,8.99907\n8503,1646392285,47.74306,8.99907\n8504,1646392286,47.74306,8.99907\n8505,1646392287,47.74306,8.99907\n8506,1646392288,47.74306,8.99907\n8507,1646392289,47.74306,8.99907\n8508,1646392290,47.74306,8.99907\n8509,1646392291,47.74306,8.99907\n8510,1646392292,47.74306,8.99907\n8511,1646392293,47.74306,8.99907\n8512,1646392294,47.74306,8.99907\n8513,1646392295,47.74306,8.99907\n8514,1646392296,47.74306,8.99907\n8515,1646392297,47.74306,8.99907\n8516,1646392298,47.74306,8.99907\n8517,1646392299,47.74306,8.99907\n8518,1646392300,47.74306,8.99907\n8519,1646392301,47.74306,8.99907\n8520,1646392302,47.74306,8.99907\n8521,1646392303,47.74306,8.99907\n8522,1646392304,47.74306,8.99907\n8523,1646392305,47.74306,8.99907\n8524,1646392306,47.74306,8.99907\n8525,1646392307,47.74306,8.99907\n8526,1646392308,47.74306,8.99907\n8527,1646392309,47.74306,8.99907\n8528,1646392310,47.74306,8.99907\n8529,1646392311,47.74306,8.99907\n8530,1646392312,47.74306,8.99907\n8531,1646392313,47.74306,8.99907\n8532,1646392314,47.74306,8.99907\n8533,1646392315,47.74306,8.99907\n8534,1646392316,47.74306,8.99907\n8535,1646392317,47.74306,8.99907\n8536,1646392318,47.74306,8.99907\n8537,1646392319,47.74306,8.99907\n8538,1646392320,47.74306,8.99907\n8539,1646392321,47.74306,8.99907\n8540,1646392322,47.74306,8.99907\n8541,1646392323,47.74306,8.99907\n8542,1646392324,47.74306,8.99907\n8543,1646392325,47.74306,8.99907\n8544,1646392326,47.74306,8.99907\n8545,1646392327,47.74306,8.99907\n8546,1646392328,47.74306,8.99907\n8547,1646392329,47.74306,8.99906\n8548,1646392330,47.74306,8.99906\n8549,1646392331,47.74306,8.99906\n8550,1646392332,47.74306,8.99906\n8551,1646392333,47.74306,8.99906\n8552,1646392334,47.74306,8.99906\n8553,1646392335,47.74306,8.99906\n8554,1646392336,47.74306,8.99906\n8555,1646392337,47.74306,8.99906\n8556,1646392338,47.74306,8.99906\n8557,1646392339,47.74306,8.99906\n8558,1646392340,47.74306,8.99906\n8559,1646392341,47.74306,8.99906\n8560,1646392342,47.74306,8.99906\n8561,1646392343,47.74306,8.99906\n8562,1646392344,47.74306,8.99906\n8563,1646392345,47.74306,8.99906\n8564,1646392346,47.74306,8.99906\n8565,1646392347,47.74306,8.99906\n8566,1646392348,47.74306,8.99906\n8567,1646392349,47.74306,8.99906\n8568,1646392350,47.74306,8.99906\n8569,1646392351,47.74306,8.99906\n8570,1646392352,47.74306,8.99906\n8571,1646392353,47.74306,8.99906\n8572,1646392354,47.74306,8.99906\n8573,1646392355,47.74306,8.99906\n8574,1646392356,47.74306,8.99906\n8575,1646392357,47.74306,8.99906\n8576,1646392358,47.74306,8.99906\n8577,1646392359,47.74306,8.99906\n8578,1646392360,47.74306,8.99906\n8579,1646392361,47.74306,8.99906\n8580,1646392362,47.74306,8.99906\n8581,1646392363,47.74306,8.99906\n8582,1646392364,47.74306,8.99906\n8583,1646392365,47.74306,8.99906\n8584,1646392366,47.74306,8.99906\n8585,1646392367,47.74306,8.99906\n8586,1646392368,47.74306,8.99906\n8587,1646392369,47.74306,8.99906\n8588,1646392370,47.74306,8.99906\n8589,1646392371,47.74306,8.99906\n8590,1646392372,47.74306,8.99906\n8591,1646392373,47.74306,8.99906\n8592,1646392374,47.74306,8.99906\n8593,1646392375,47.74306,8.99906\n8594,1646392376,47.74306,8.99906\n8595,1646392377,47.74306,8.99906\n8596,1646392378,47.74306,8.99906\n8597,1646392379,47.74306,8.99906\n8598,1646392380,47.74306,8.99906\n8599,1646392381,47.74306,8.99906\n8600,1646392382,47.74306,8.99906\n8601,1646392383,47.74306,8.99906\n8602,1646392384,47.74306,8.99906\n8603,1646392385,47.74306,8.99906\n8604,1646392386,47.74306,8.99906\n8605,1646392387,47.74306,8.99906\n8606,1646392388,47.74306,8.99906\n8607,1646392389,47.74306,8.99906\n8608,1646392390,47.74306,8.99906\n8609,1646392391,47.74306,8.99906\n8610,1646392392,47.74306,8.99906\n8611,1646392393,47.74306,8.99906\n8612,1646392394,47.74306,8.99906\n8613,1646392395,47.74306,8.99906\n8614,1646392396,47.74306,8.99906\n8615,1646392397,47.74306,8.99906\n8616,1646392398,47.74306,8.99906\n8617,1646392399,47.74306,8.99906\n8618,1646392400,47.74306,8.99906\n8619,1646392401,47.74306,8.99906\n8620,1646392402,47.74306,8.99906\n8621,1646392403,47.74306,8.99906\n8622,1646392404,47.74306,8.99906\n8623,1646392405,47.74306,8.99906\n8624,1646392406,47.74306,8.99906\n8625,1646392407,47.74306,8.99906\n8626,1646392408,47.74306,8.99906\n8627,1646392409,47.74306,8.99906\n8628,1646392410,47.74306,8.99906\n8629,1646392411,47.74306,8.99906\n8630,1646392412,47.74306,8.99906\n8631,1646392413,47.74306,8.99906\n8632,1646392414,47.74306,8.99906\n8633,1646392415,47.74306,8.99906\n8634,1646392416,47.74306,8.99906\n8635,1646392417,47.74306,8.99906\n8636,1646392418,47.74306,8.99906\n8637,1646392419,47.74306,8.99906\n8638,1646392420,47.74306,8.99906\n8639,1646392421,47.74306,8.99906\n8640,1646392422,47.74306,8.99906\n8641,1646392423,47.74306,8.99906\n8642,1646392424,47.74306,8.99906\n8643,1646392425,47.74306,8.99906\n8644,1646392426,47.74306,8.99906\n8645,1646392427,47.74306,8.99906\n8646,1646392428,47.74306,8.99905\n8647,1646392429,47.74306,8.99905\n8648,1646392430,47.74306,8.99905\n8649,1646392431,47.74306,8.99905\n8650,1646392432,47.74306,8.99905\n8651,1646392433,47.74306,8.99905\n8652,1646392434,47.74306,8.99905\n8653,1646392435,47.74306,8.99905\n8654,1646392436,47.74306,8.99905\n8655,1646392437,47.74306,8.99905\n8656,1646392438,47.74306,8.99905\n8657,1646392439,47.74306,8.99905\n8658,1646392440,47.74306,8.99905\n8659,1646392441,47.74306,8.99905\n8660,1646392442,47.74306,8.99905\n8661,1646392443,47.74306,8.99905\n8662,1646392444,47.74306,8.99905\n8663,1646392445,47.74306,8.99905\n8664,1646392446,47.74306,8.99905\n8665,1646392447,47.74306,8.99905\n8666,1646392448,47.74306,8.99905\n8667,1646392449,47.74306,8.99905\n8668,1646392450,47.74306,8.99905\n8669,1646392451,47.74306,8.99905\n8670,1646392452,47.74306,8.99905\n8671,1646392453,47.74306,8.99905\n8672,1646392454,47.74306,8.99905\n8673,1646392455,47.74306,8.99905\n8674,1646392456,47.74306,8.99905\n8675,1646392457,47.74306,8.99905\n8676,1646392458,47.74306,8.99905\n8677,1646392459,47.74306,8.99905\n8678,1646392460,47.74306,8.99905\n8679,1646392461,47.74306,8.99905\n8680,1646392462,47.74306,8.99905\n8681,1646392463,47.74306,8.99905\n8682,1646392464,47.74306,8.99905\n8683,1646392465,47.74306,8.99905\n8684,1646392466,47.74306,8.99905\n8685,1646392467,47.74306,8.99905\n8686,1646392468,47.74306,8.99905\n8687,1646392469,47.74306,8.99905\n8688,1646392470,47.74306,8.99905\n8689,1646392471,47.74306,8.99905\n8690,1646392472,47.74306,8.99905\n8691,1646392473,47.74306,8.99905\n8692,1646392474,47.74306,8.99905\n8693,1646392475,47.74306,8.99905\n8694,1646392476,47.74306,8.99905\n8695,1646392477,47.74306,8.99905\n8696,1646392478,47.74306,8.99905\n8697,1646392479,47.74306,8.99905\n8698,1646392480,47.74306,8.99905\n8699,1646392481,47.74306,8.99905\n8700,1646392482,47.74306,8.99905\n8701,1646392483,47.74306,8.99905\n8702,1646392484,47.74306,8.99905\n8703,1646392485,47.74306,8.99905\n8704,1646392486,47.74306,8.99905\n8705,1646392487,47.74306,8.99905\n8706,1646392488,47.74306,8.99905\n8707,1646392489,47.74306,8.99905\n8708,1646392490,47.74306,8.99905\n8709,1646392491,47.74306,8.99905\n8710,1646392492,47.74306,8.99905\n8711,1646392493,47.74306,8.99905\n8712,1646392494,47.74306,8.99905\n8713,1646392495,47.74306,8.99905\n8714,1646392496,47.74306,8.99905\n8715,1646392497,47.74306,8.99905\n8716,1646392498,47.74306,8.99905\n8717,1646392499,47.74306,8.99905\n8718,1646392500,47.74306,8.99905\n8719,1646392501,47.74306,8.99905\n8720,1646392502,47.74306,8.99905\n8721,1646392503,47.74306,8.99905\n8722,1646392504,47.74306,8.99905\n8723,1646392505,47.74306,8.99905\n8724,1646392506,47.74306,8.99905\n8725,1646392507,47.74306,8.99905\n8726,1646392508,47.74306,8.99905\n8727,1646392509,47.74306,8.99905\n8728,1646392510,47.74306,8.99905\n8729,1646392511,47.74306,8.99905\n8730,1646392512,47.74306,8.99905\n8731,1646392513,47.74306,8.99905\n8732,1646392514,47.74306,8.99905\n8733,1646392515,47.74306,8.99905\n8734,1646392516,47.74306,8.99905\n8735,1646392517,47.74306,8.99905\n8736,1646392518,47.74306,8.99905\n8737,1646392519,47.74306,8.99905\n8738,1646392520,47.74306,8.99905\n8739,1646392521,47.74306,8.99905\n8740,1646392522,47.74306,8.99905\n8741,1646392523,47.74306,8.99905\n8742,1646392524,47.74306,8.99905\n8743,1646392525,47.74306,8.99905\n8744,1646392526,47.74306,8.99905\n8745,1646392527,47.74306,8.99905\n8746,1646392528,47.74306,8.99905\n8747,1646392529,47.74306,8.99905\n8748,1646392530,47.74306,8.99905\n8749,1646392531,47.74306,8.99905\n8750,1646392532,47.74306,8.99905\n8751,1646392533,47.74306,8.99905\n8752,1646392534,47.74306,8.99905\n8753,1646392535,47.74306,8.99905\n8754,1646392536,47.74306,8.99905\n8755,1646392537,47.74306,8.99905\n8756,1646392538,47.74306,8.99905\n8757,1646392539,47.74306,8.99905\n8758,1646392540,47.74306,8.99905\n8759,1646392541,47.74306,8.99905\n8760,1646392542,47.74306,8.99905\n8761,1646392543,47.74306,8.99905\n8762,1646392544,47.74306,8.99905\n8763,1646392545,47.74306,8.99905\n8764,1646392546,47.74306,8.99905\n8765,1646392547,47.74306,8.99905\n8766,1646392548,47.74306,8.99905\n8767,1646392549,47.74306,8.99905\n8768,1646392550,47.74306,8.99905\n8769,1646392551,47.74306,8.99905\n8770,1646392552,47.74306,8.99905\n8771,1646392553,47.74306,8.99905\n8772,1646392554,47.74306,8.99905\n8773,1646392555,47.74306,8.99905\n8774,1646392556,47.74306,8.99905\n8775,1646392557,47.74306,8.99905\n8776,1646392558,47.74306,8.99905\n8777,1646392559,47.74306,8.99905\n8778,1646392560,47.74306,8.99905\n8779,1646392561,47.74306,8.99905\n8780,1646392562,47.74306,8.99905\n8781,1646392563,47.74306,8.99905\n8782,1646392564,47.74306,8.99905\n8783,1646392565,47.74306,8.99905\n8784,1646392566,47.74306,8.99905\n8785,1646392567,47.74306,8.99905\n8786,1646392568,47.74306,8.99905\n8787,1646392569,47.74306,8.99906\n8788,1646392570,47.74306,8.99906\n8789,1646392571,47.74306,8.99906\n8790,1646392572,47.74306,8.99906\n8791,1646392573,47.74306,8.99906\n8792,1646392574,47.74306,8.99906\n8793,1646392575,47.74306,8.99906\n8794,1646392576,47.74306,8.99906\n8795,1646392577,47.74306,8.99906\n8796,1646392578,47.74306,8.99907\n8797,1646392579,47.74306,8.99907\n8798,1646392580,47.74306,8.99907\n8799,1646392581,47.74306,8.99907\n8800,1646392582,47.74306,8.99907\n8801,1646392583,47.74306,8.99907\n8802,1646392584,47.74306,8.99907\n8803,1646392585,47.74306,8.99907\n8804,1646392586,47.74306,8.99907\n8805,1646392587,47.74306,8.99907\n8806,1646392588,47.74306,8.99907\n8807,1646392589,47.74306,8.99907\n8808,1646392590,47.74306,8.99907\n8809,1646392591,47.74306,8.99908\n8810,1646392592,47.74306,8.99908\n8811,1646392593,47.74306,8.99908\n8812,1646392594,47.74306,8.99908\n8813,1646392595,47.74306,8.99908\n8814,1646392596,47.74306,8.99908\n8815,1646392597,47.74306,8.99908\n8816,1646392598,47.74306,8.99908\n8817,1646392599,47.74306,8.99908\n8818,1646392600,47.74306,8.99908\n8819,1646392601,47.74306,8.99908\n8820,1646392602,47.74306,8.99908\n8821,1646392603,47.74306,8.99908\n8822,1646392604,47.74306,8.99908\n8823,1646392605,47.74306,8.99908\n8824,1646392606,47.74306,8.99908\n8825,1646392607,47.74306,8.99908\n8826,1646392608,47.74306,8.99908\n8827,1646392609,47.74306,8.99908\n8828,1646392610,47.74306,8.99908\n8829,1646392611,47.74306,8.99908\n8830,1646392612,47.74306,8.99908\n8831,1646392613,47.74306,8.99908\n8832,1646392614,47.74306,8.99908\n8833,1646392615,47.74306,8.99908\n8834,1646392616,47.74306,8.99908\n8835,1646392617,47.74306,8.99908\n8836,1646392618,47.74306,8.99908\n8837,1646392619,47.74306,8.99909\n8838,1646392620,47.74306,8.99909\n8839,1646392621,47.74306,8.99909\n8840,1646392622,47.74306,8.99909\n8841,1646392623,47.74306,8.99909\n8842,1646392624,47.74306,8.99909\n8843,1646392625,47.74306,8.99909\n8844,1646392626,47.74306,8.99909\n8845,1646392627,47.74306,8.99909\n8846,1646392628,47.74306,8.99909\n8847,1646392629,47.74306,8.99909\n8848,1646392630,47.74306,8.99909\n8849,1646392631,47.74306,8.99909\n8850,1646392632,47.74306,8.99909\n8851,1646392633,47.74306,8.99909\n8852,1646392634,47.74306,8.99909\n8853,1646392635,47.74306,8.99909\n8854,1646392636,47.74306,8.99909\n8855,1646392637,47.74306,8.99909\n8856,1646392638,47.74306,8.99909\n8857,1646392639,47.74306,8.99909\n8858,1646392640,47.74306,8.99909\n8859,1646392641,47.74306,8.99909\n8860,1646392642,47.74306,8.99908\n8861,1646392643,47.74306,8.99908\n8862,1646392644,47.74306,8.99908\n8863,1646392645,47.74306,8.99908\n8864,1646392646,47.74306,8.99908\n8865,1646392647,47.74306,8.99908\n8866,1646392648,47.74306,8.99908\n8867,1646392649,47.74306,8.99908\n8868,1646392650,47.74306,8.99908\n8869,1646392651,47.74306,8.99908\n8870,1646392652,47.74306,8.99908\n8871,1646392653,47.74306,8.99908\n8872,1646392654,47.74306,8.99908\n8873,1646392655,47.74306,8.99908\n8874,1646392656,47.74306,8.99908\n8875,1646392657,47.74306,8.99907\n8876,1646392658,47.74306,8.99907\n8877,1646392659,47.74306,8.99907\n8878,1646392660,47.74306,8.99907\n8879,1646392661,47.74306,8.99907\n8880,1646392662,47.74306,8.99907\n8881,1646392663,47.74306,8.99907\n8882,1646392664,47.74306,8.99907\n8883,1646392665,47.74306,8.99907\n8884,1646392666,47.74306,8.99907\n8885,1646392667,47.74306,8.99907\n8886,1646392668,47.74305,8.99907\n8887,1646392669,47.74305,8.99907\n8888,1646392670,47.74305,8.99906\n8889,1646392671,47.74305,8.99906\n8890,1646392672,47.74305,8.99906\n8891,1646392673,47.74305,8.99906\n8892,1646392674,47.74305,8.99906\n8893,1646392675,47.74305,8.99906\n8894,1646392676,47.74305,8.99906\n8895,1646392677,47.74305,8.99906\n8896,1646392678,47.74305,8.99906\n8897,1646392679,47.74305,8.99906\n8898,1646392680,47.74305,8.99906\n8899,1646392681,47.74305,8.99906\n8900,1646392682,47.74305,8.99906\n8901,1646392683,47.74305,8.99906\n8902,1646392684,47.74305,8.99906\n8903,1646392685,47.74305,8.99906\n8904,1646392686,47.74305,8.99906\n8905,1646392687,47.74305,8.99906\n8906,1646392688,47.74305,8.99906\n8907,1646392689,47.74305,8.99906\n8908,1646392690,47.74305,8.99906\n8909,1646392691,47.74305,8.99906\n8910,1646392692,47.74305,8.99906\n8911,1646392693,47.74305,8.99906\n8912,1646392694,47.74305,8.99906\n8913,1646392695,47.74305,8.99906\n8914,1646392696,47.74305,8.99906\n8915,1646392697,47.74305,8.99906\n8916,1646392698,47.74305,8.99906\n8917,1646392699,47.74305,8.99906\n8918,1646392700,47.74305,8.99906\n8919,1646392701,47.74305,8.99906\n8920,1646392702,47.74305,8.99906\n8921,1646392703,47.74305,8.99906\n8922,1646392704,47.74305,8.99906\n8923,1646392705,47.74305,8.99906\n8924,1646392706,47.74305,8.99906\n8925,1646392707,47.74305,8.99906\n8926,1646392708,47.74305,8.99906\n8927,1646392709,47.74305,8.99906\n8928,1646392710,47.74305,8.99906\n8929,1646392711,47.74305,8.99906\n8930,1646392712,47.74305,8.99906\n8931,1646392713,47.74305,8.99906\n8932,1646392714,47.74305,8.99906\n8933,1646392715,47.74305,8.99906\n8934,1646392716,47.74305,8.99906\n8935,1646392717,47.74305,8.99906\n8936,1646392718,47.74305,8.99906\n8937,1646392719,47.74305,8.99906\n8938,1646392720,47.74305,8.99906\n8939,1646392721,47.74305,8.99906\n8940,1646392722,47.74305,8.99906\n8941,1646392723,47.74305,8.99906\n8942,1646392724,47.74305,8.99906\n8943,1646392725,47.74305,8.99906\n8944,1646392726,47.74305,8.99906\n8945,1646392727,47.74305,8.99906\n8946,1646392728,47.74305,8.99906\n8947,1646392729,47.74305,8.99906\n8948,1646392730,47.74305,8.99906\n8949,1646392731,47.74305,8.99906\n8950,1646392732,47.74305,8.99906\n8951,1646392733,47.74305,8.99906\n8952,1646392734,47.74305,8.99906\n8953,1646392735,47.74305,8.99906\n8954,1646392736,47.74305,8.99906\n8955,1646392737,47.74305,8.99906\n8956,1646392738,47.74305,8.99906\n8957,1646392739,47.74305,8.99906\n8958,1646392740,47.74305,8.99906\n8959,1646392741,47.74305,8.99906\n8960,1646392742,47.74305,8.99906\n8961,1646392743,47.74305,8.99906\n8962,1646392744,47.74305,8.99906\n8963,1646392745,47.74305,8.99906\n8964,1646392746,47.74305,8.99906\n8965,1646392747,47.74305,8.99906\n8966,1646392748,47.74305,8.99906\n8967,1646392749,47.74305,8.99906\n8968,1646392750,47.74305,8.99906\n8969,1646392751,47.74305,8.99906\n8970,1646392752,47.74305,8.99906\n8971,1646392753,47.74305,8.99906\n8972,1646392754,47.74305,8.99906\n8973,1646392755,47.74305,8.99906\n8974,1646392756,47.74305,8.99906\n8975,1646392757,47.74305,8.99906\n8976,1646392758,47.74305,8.99906\n8977,1646392759,47.74305,8.99906\n8978,1646392760,47.74305,8.99906\n8979,1646392761,47.74305,8.99906\n8980,1646392762,47.74305,8.99906\n8981,1646392763,47.74305,8.99906\n8982,1646392764,47.74305,8.99906\n8983,1646392765,47.74305,8.99906\n8984,1646392766,47.74305,8.99906\n8985,1646392767,47.74305,8.99906\n8986,1646392768,47.74305,8.99906\n8987,1646392769,47.74305,8.99906\n8988,1646392770,47.74305,8.99906\n8989,1646392771,47.74305,8.99906\n8990,1646392772,47.74305,8.99906\n8991,1646392773,47.74305,8.99906\n8992,1646392774,47.74305,8.99906\n8993,1646392775,47.74305,8.99906\n8994,1646392776,47.74305,8.99906\n8995,1646392777,47.74305,8.99906\n8996,1646392778,47.74305,8.99906\n8997,1646392779,47.74305,8.99906\n8998,1646392780,47.74305,8.99906\n8999,1646392781,47.74305,8.99906\n9000,1646392782,47.74305,8.99906\n9001,1646392783,47.74305,8.99906\n9002,1646392784,47.74305,8.99906\n9003,1646392785,47.74305,8.99906\n9004,1646392786,47.74305,8.99906\n9005,1646392787,47.74305,8.99906\n9006,1646392788,47.74305,8.99906\n9007,1646392789,47.74305,8.99906\n9008,1646392790,47.74305,8.99906\n9009,1646392791,47.74305,8.99906\n9010,1646392792,47.74305,8.99906\n9011,1646392793,47.74305,8.99906\n9012,1646392794,47.74305,8.99906\n9013,1646392795,47.74305,8.99906\n9014,1646392796,47.74305,8.99906\n9015,1646392797,47.74305,8.99906\n9016,1646392798,47.74305,8.99906\n9017,1646392799,47.74305,8.99906\n9018,1646392800,47.74305,8.99906\n9019,1646392801,47.74305,8.99906\n9020,1646392802,47.74305,8.99906\n9021,1646392803,47.74305,8.99906\n9022,1646392804,47.74305,8.99906\n9023,1646392805,47.74305,8.99906\n9024,1646392806,47.74305,8.99906\n9025,1646392807,47.74305,8.99906\n9026,1646392808,47.74305,8.99906\n9027,1646392809,47.74305,8.99906\n9028,1646392810,47.74305,8.99906\n9029,1646392811,47.74305,8.99906\n9030,1646392812,47.74305,8.99906\n9031,1646392813,47.74305,8.99906\n9032,1646392814,47.74305,8.99906\n9033,1646392815,47.74305,8.99906\n9034,1646392816,47.74305,8.99906\n9035,1646392817,47.74305,8.99906\n9036,1646392818,47.74305,8.99906\n9037,1646392819,47.74305,8.99906\n9038,1646392820,47.74305,8.99906\n9039,1646392821,47.74305,8.99906\n9040,1646392822,47.74305,8.99906\n9041,1646392823,47.74305,8.99906\n9042,1646392824,47.74305,8.99906\n9043,1646392825,47.74305,8.99906\n9044,1646392826,47.74305,8.99906\n9045,1646392827,47.74305,8.99906\n9046,1646392828,47.74305,8.99906\n9047,1646392829,47.74305,8.99906\n9048,1646392830,47.74305,8.99906\n9049,1646392831,47.74305,8.99906\n9050,1646392832,47.74305,8.99906\n9051,1646392833,47.74305,8.99906\n9052,1646392834,47.74305,8.99906\n9053,1646392835,47.74305,8.99906\n9054,1646392836,47.74305,8.99905\n9055,1646392837,47.74305,8.99905\n9056,1646392838,47.74305,8.99905\n9057,1646392839,47.74305,8.99905\n9058,1646392840,47.74305,8.99905\n9059,1646392841,47.74305,8.99905\n9060,1646392842,47.74305,8.99905\n9061,1646392843,47.74305,8.99905\n9062,1646392844,47.74305,8.99905\n9063,1646392845,47.74305,8.99905\n9064,1646392846,47.74305,8.99905\n9065,1646392847,47.74305,8.99905\n9066,1646392848,47.74305,8.99905\n9067,1646392849,47.74305,8.99905\n9068,1646392850,47.74305,8.99905\n9069,1646392851,47.74305,8.99905\n9070,1646392852,47.74305,8.99905\n9071,1646392853,47.74305,8.99905\n9072,1646392854,47.74305,8.99905\n9073,1646392855,47.74305,8.99905\n9074,1646392856,47.74305,8.99905\n9075,1646392857,47.74305,8.99905\n9076,1646392858,47.74305,8.99905\n9077,1646392859,47.74305,8.99905\n9078,1646392860,47.74305,8.99905\n9079,1646392861,47.74305,8.99905\n9080,1646392862,47.74305,8.99905\n9081,1646392863,47.74305,8.99905\n9082,1646392864,47.74305,8.99905\n9083,1646392865,47.74305,8.99905\n9084,1646392866,47.74305,8.99905\n9085,1646392867,47.74305,8.99905\n9086,1646392868,47.74305,8.99905\n9087,1646392869,47.74305,8.99905\n9088,1646392870,47.74305,8.99905\n9089,1646392871,47.74305,8.99905\n9090,1646392872,47.74305,8.99905\n9091,1646392873,47.74305,8.99905\n9092,1646392874,47.74305,8.99905\n9093,1646392875,47.74305,8.99905\n9094,1646392876,47.74305,8.99905\n9095,1646392877,47.74305,8.99905\n9096,1646392878,47.74305,8.99905\n9097,1646392879,47.74305,8.99905\n9098,1646392880,47.74305,8.99905\n9099,1646392881,47.74305,8.99905\n9100,1646392882,47.74305,8.99905\n9101,1646392883,47.74305,8.99905\n9102,1646392884,47.74305,8.99905\n9103,1646392885,47.74305,8.99905\n9104,1646392886,47.74305,8.99905\n9105,1646392887,47.74305,8.99905\n9106,1646392888,47.74305,8.99905\n9107,1646392889,47.74305,8.99905\n9108,1646392890,47.74305,8.99905\n9109,1646392891,47.74305,8.99905\n9110,1646392892,47.74305,8.99905\n9111,1646392893,47.74305,8.99905\n9112,1646392894,47.74305,8.99905\n9113,1646392895,47.74305,8.99905\n9114,1646392896,47.74305,8.99905\n9115,1646392897,47.74305,8.99905\n9116,1646392898,47.74305,8.99905\n9117,1646392899,47.74305,8.99905\n9118,1646392900,47.74305,8.99905\n9119,1646392901,47.74305,8.99905\n9120,1646392902,47.74305,8.99905\n9121,1646392903,47.74305,8.99905\n9122,1646392904,47.74305,8.99905\n9123,1646392905,47.74305,8.99905\n9124,1646392906,47.74305,8.99905\n9125,1646392907,47.74305,8.99905\n9126,1646392908,47.74305,8.99905\n9127,1646392909,47.74305,8.99905\n9128,1646392910,47.74305,8.99905\n9129,1646392911,47.74305,8.99905\n9130,1646392912,47.74305,8.99905\n9131,1646392913,47.74305,8.99905\n9132,1646392914,47.74305,8.99905\n9133,1646392915,47.74305,8.99905\n9134,1646392916,47.74305,8.99905\n9135,1646392917,47.74305,8.99905\n9136,1646392918,47.74305,8.99905\n9137,1646392919,47.74305,8.99905\n9138,1646392920,47.74305,8.99905\n9139,1646392921,47.74305,8.99905\n9140,1646392922,47.74305,8.99905\n9141,1646392923,47.74305,8.99905\n9142,1646392924,47.74305,8.99905\n9143,1646392925,47.74305,8.99905\n9144,1646392926,47.74305,8.99905\n9145,1646392927,47.74305,8.99905\n9146,1646392928,47.74305,8.99905\n9147,1646392929,47.74305,8.99905\n9148,1646392930,47.74305,8.99905\n9149,1646392931,47.74305,8.99905\n9150,1646392932,47.74305,8.99905\n9151,1646392933,47.74305,8.99905\n9152,1646392934,47.74305,8.99905\n9153,1646392935,47.74305,8.99905\n9154,1646392936,47.74305,8.99905\n9155,1646392937,47.74305,8.99905\n9156,1646392938,47.74305,8.99905\n9157,1646392939,47.74305,8.99905\n9158,1646392940,47.74305,8.99905\n9159,1646392941,47.74305,8.99905\n9160,1646392942,47.74305,8.99905\n9161,1646392943,47.74305,8.99905\n9162,1646392944,47.74305,8.99905\n9163,1646392945,47.74305,8.99905\n9164,1646392946,47.74305,8.99905\n9165,1646392947,47.74305,8.99905\n9166,1646392948,47.74305,8.99905\n9167,1646392949,47.74305,8.99905\n9168,1646392950,47.74305,8.99905\n9169,1646392951,47.74305,8.99905\n9170,1646392952,47.74305,8.99905\n9171,1646392953,47.74305,8.99905\n9172,1646392954,47.74305,8.99905\n9173,1646392955,47.74305,8.99905\n9174,1646392956,47.74305,8.99905\n9175,1646392957,47.74305,8.99905\n9176,1646392958,47.74305,8.99905\n9177,1646392959,47.74305,8.99905\n9178,1646392960,47.74305,8.99905\n9179,1646392961,47.74305,8.99905\n9180,1646392962,47.74305,8.99905\n9181,1646392963,47.74305,8.99905\n9182,1646392964,47.74305,8.99905\n9183,1646392965,47.74305,8.99905\n9184,1646392966,47.74305,8.99905\n9185,1646392967,47.74305,8.99905\n9186,1646392968,47.74305,8.99905\n9187,1646392969,47.74305,8.99905\n9188,1646392970,47.74305,8.99905\n9189,1646392971,47.74305,8.99905\n9190,1646392972,47.74305,8.99905\n9191,1646392973,47.74305,8.99905\n9192,1646392974,47.74305,8.99905\n9193,1646392975,47.74305,8.99905\n9194,1646392976,47.74305,8.99905\n9195,1646392977,47.74305,8.99905\n9196,1646392978,47.74305,8.99905\n9197,1646392979,47.74305,8.99905\n9198,1646392980,47.74305,8.99905\n9199,1646392981,47.74305,8.99905\n9200,1646392982,47.74305,8.99905\n9201,1646392983,47.74305,8.99905\n9202,1646392984,47.74305,8.99905\n9203,1646392985,47.74305,8.99905\n9204,1646392986,47.74305,8.99905\n9205,1646392987,47.74305,8.99905\n9206,1646392988,47.74305,8.99905\n9207,1646392989,47.74305,8.99905\n9208,1646392990,47.74305,8.99905\n9209,1646392991,47.74305,8.99905\n9210,1646392992,47.74305,8.99905\n9211,1646392993,47.74305,8.99905\n9212,1646392994,47.74305,8.99905\n9213,1646392995,47.74305,8.99905\n9214,1646392996,47.74305,8.99905\n9215,1646392997,47.74305,8.99905\n9216,1646392998,47.74305,8.99905\n9217,1646392999,47.74305,8.99905\n9218,1646393000,47.74305,8.99905\n9219,1646393001,47.74305,8.99905\n9220,1646393002,47.74305,8.99905\n9221,1646393003,47.74305,8.99905\n9222,1646393004,47.74305,8.99905\n9223,1646393005,47.74305,8.99905\n9224,1646393006,47.74305,8.99905\n9225,1646393007,47.74305,8.99905\n9226,1646393008,47.74305,8.99905\n9227,1646393009,47.74305,8.99905\n9228,1646393010,47.74305,8.99905\n9229,1646393011,47.74305,8.99905\n9230,1646393012,47.74305,8.99905\n9231,1646393013,47.74305,8.99905\n9232,1646393014,47.74305,8.99904\n9233,1646393015,47.74305,8.99904\n9234,1646393016,47.74305,8.99904\n9235,1646393017,47.74305,8.99904\n9236,1646393018,47.74305,8.99904\n9237,1646393019,47.74305,8.99904\n9238,1646393020,47.74305,8.99904\n9239,1646393021,47.74305,8.99904\n9240,1646393022,47.74305,8.99904\n9241,1646393023,47.74305,8.99904\n9242,1646393024,47.74305,8.99904\n9243,1646393025,47.74305,8.99904\n9244,1646393026,47.74305,8.99904\n9245,1646393027,47.74305,8.99904\n9246,1646393028,47.74305,8.99904\n9247,1646393029,47.74305,8.99904\n9248,1646393030,47.74305,8.99904\n9249,1646393031,47.74305,8.99904\n9250,1646393032,47.74305,8.99904\n9251,1646393033,47.74305,8.99904\n9252,1646393034,47.74305,8.99904\n9253,1646393035,47.74305,8.99904\n9254,1646393036,47.74305,8.99904\n9255,1646393037,47.74305,8.99904\n9256,1646393038,47.74305,8.99904\n9257,1646393039,47.74305,8.99904\n9258,1646393040,47.74305,8.99904\n9259,1646393041,47.74305,8.99904\n9260,1646393042,47.74305,8.99904\n9261,1646393043,47.74305,8.99904\n9262,1646393044,47.74305,8.99904\n9263,1646393045,47.74305,8.99904\n9264,1646393046,47.74305,8.99904\n9265,1646393047,47.74305,8.99904\n9266,1646393048,47.74305,8.99904\n9267,1646393049,47.74305,8.99904\n9268,1646393050,47.74305,8.99904\n9269,1646393051,47.74305,8.99904\n9270,1646393052,47.74305,8.99904\n9271,1646393053,47.74305,8.99904\n9272,1646393054,47.74305,8.99904\n9273,1646393055,47.74305,8.99904\n9274,1646393056,47.74305,8.99904\n9275,1646393057,47.74305,8.99904\n9276,1646393058,47.74305,8.99904\n9277,1646393059,47.74305,8.99904\n9278,1646393060,47.74305,8.99904\n9279,1646393061,47.74305,8.99904\n9280,1646393062,47.74305,8.99904\n9281,1646393063,47.74305,8.99904\n9282,1646393064,47.74305,8.99904\n9283,1646393065,47.74305,8.99904\n9284,1646393066,47.74305,8.99904\n9285,1646393067,47.74305,8.99904\n9286,1646393068,47.74305,8.99904\n9287,1646393069,47.74305,8.99904\n9288,1646393070,47.74305,8.99904\n9289,1646393071,47.74305,8.99904\n9290,1646393072,47.74305,8.99904\n9291,1646393073,47.74305,8.99904\n9292,1646393074,47.74305,8.99904\n9293,1646393075,47.74305,8.99904\n9294,1646393076,47.74305,8.99904\n9295,1646393077,47.74305,8.99904\n9296,1646393078,47.74305,8.99904\n9297,1646393079,47.74305,8.99904\n9298,1646393080,47.74305,8.99904\n9299,1646393081,47.74305,8.99904\n9300,1646393082,47.74305,8.99904\n9301,1646393083,47.74305,8.99904\n9302,1646393084,47.74305,8.99904\n9303,1646393085,47.74305,8.99904\n9304,1646393086,47.74305,8.99904\n9305,1646393087,47.74305,8.99904\n9306,1646393088,47.74305,8.99904\n9307,1646393089,47.74305,8.99904\n9308,1646393090,47.74305,8.99904\n9309,1646393091,47.74305,8.99904\n9310,1646393092,47.74305,8.99904\n9311,1646393093,47.74305,8.99904\n9312,1646393094,47.74305,8.99904\n9313,1646393095,47.74305,8.99904\n9314,1646393096,47.74305,8.99904\n9315,1646393097,47.74305,8.99904\n9316,1646393098,47.74305,8.99904\n9317,1646393099,47.74305,8.99904\n9318,1646393100,47.74305,8.99904\n9319,1646393101,47.74305,8.99904\n9320,1646393102,47.74305,8.99904\n9321,1646393103,47.74305,8.99904\n9322,1646393104,47.74305,8.99904\n9323,1646393105,47.74305,8.99904\n9324,1646393106,47.74305,8.99904\n9325,1646393107,47.74305,8.99904\n9326,1646393108,47.74305,8.99904\n9327,1646393109,47.74305,8.99904\n9328,1646393110,47.74305,8.99904\n9329,1646393111,47.74305,8.99904\n9330,1646393112,47.74305,8.99904\n9331,1646393113,47.74305,8.99904\n9332,1646393114,47.74305,8.99904\n9333,1646393115,47.74305,8.99904\n9334,1646393116,47.74305,8.99904\n9335,1646393117,47.74305,8.99904\n9336,1646393118,47.74305,8.99904\n9337,1646393119,47.74305,8.99904\n9338,1646393120,47.74305,8.99904\n9339,1646393121,47.74305,8.99904\n9340,1646393122,47.74305,8.99904\n9341,1646393123,47.74305,8.99904\n9342,1646393124,47.74305,8.99904\n9343,1646393125,47.74305,8.99904\n9344,1646393126,47.74305,8.99904\n9345,1646393127,47.74305,8.99904\n9346,1646393128,47.74305,8.99904\n9347,1646393129,47.74305,8.99904\n9348,1646393130,47.74305,8.99904\n9349,1646393131,47.74305,8.99904\n9350,1646393132,47.74305,8.99904\n9351,1646393133,47.74305,8.99904\n9352,1646393134,47.74305,8.99904\n9353,1646393135,47.74305,8.99904\n9354,1646393136,47.74305,8.99904\n9355,1646393137,47.74305,8.99904\n9356,1646393138,47.74305,8.99904\n9357,1646393139,47.74305,8.99904\n9358,1646393140,47.74305,8.99904\n9359,1646393141,47.74305,8.99904\n9360,1646393142,47.74305,8.99904\n9361,1646393143,47.74305,8.99904\n9362,1646393144,47.74305,8.99904\n9363,1646393145,47.74305,8.99904\n9364,1646393146,47.74305,8.99904\n9365,1646393147,47.74305,8.99904\n9366,1646393148,47.74305,8.99904\n9367,1646393149,47.74305,8.99904\n9368,1646393150,47.74305,8.99904\n9369,1646393151,47.74305,8.99904\n9370,1646393152,47.74305,8.99904\n9371,1646393153,47.74305,8.99904\n9372,1646393154,47.74305,8.99904\n9373,1646393155,47.74305,8.99904\n9374,1646393156,47.74305,8.99904\n9375,1646393157,47.74305,8.99904\n9376,1646393158,47.74305,8.99904\n9377,1646393159,47.74305,8.99904\n9378,1646393160,47.74305,8.99904\n9379,1646393161,47.74305,8.99904\n9380,1646393162,47.74305,8.99904\n9381,1646393163,47.74305,8.99904\n9382,1646393164,47.74305,8.99904\n9383,1646393165,47.74305,8.99904\n9384,1646393166,47.74305,8.99904\n9385,1646393167,47.74305,8.99904\n9386,1646393168,47.74305,8.99904\n9387,1646393169,47.74305,8.99904\n9388,1646393170,47.74305,8.99904\n9389,1646393171,47.74305,8.99904\n9390,1646393172,47.74305,8.99904\n9391,1646393173,47.74305,8.99904\n9392,1646393174,47.74305,8.99904\n9393,1646393175,47.74305,8.99904\n9394,1646393176,47.74305,8.99904\n9395,1646393177,47.74305,8.99904\n9396,1646393178,47.74305,8.99904\n9397,1646393179,47.74305,8.99904\n9398,1646393180,47.74305,8.99904\n9399,1646393181,47.74305,8.99904\n9400,1646393182,47.74305,8.99904\n9401,1646393183,47.74305,8.99904\n9402,1646393184,47.74305,8.99904\n9403,1646393185,47.74305,8.99904\n9404,1646393186,47.74305,8.99904\n9405,1646393187,47.74305,8.99904\n9406,1646393188,47.74305,8.99904\n9407,1646393189,47.74305,8.99904\n9408,1646393190,47.74305,8.99904\n9409,1646393191,47.74305,8.99904\n9410,1646393192,47.74305,8.99904\n9411,1646393193,47.74305,8.99904\n9412,1646393194,47.74305,8.99904\n9413,1646393195,47.74305,8.99904\n9414,1646393196,47.74305,8.99904\n9415,1646393197,47.74305,8.99904\n9416,1646393198,47.74305,8.99904\n9417,1646393199,47.74305,8.99904\n9418,1646393200,47.74305,8.99903\n9419,1646393201,47.74305,8.99903\n9420,1646393202,47.74305,8.99903\n9421,1646393203,47.74305,8.99903\n9422,1646393204,47.74305,8.99903\n9423,1646393205,47.74305,8.99903\n9424,1646393206,47.74305,8.99903\n9425,1646393207,47.74305,8.99903\n9426,1646393208,47.74305,8.99903\n9427,1646393209,47.74305,8.99903\n9428,1646393210,47.74305,8.99903\n9429,1646393211,47.74305,8.99903\n9430,1646393212,47.74305,8.99903\n9431,1646393213,47.74305,8.99903\n9432,1646393214,47.74305,8.99903\n9433,1646393215,47.74305,8.99903\n9434,1646393216,47.74305,8.99903\n9435,1646393217,47.74305,8.99903\n9436,1646393218,47.74305,8.99903\n9437,1646393219,47.74305,8.99903\n9438,1646393220,47.74305,8.99903\n9439,1646393221,47.74305,8.99903\n9440,1646393222,47.74305,8.99903\n9441,1646393223,47.74305,8.99903\n9442,1646393224,47.74305,8.99903\n9443,1646393225,47.74305,8.99903\n9444,1646393226,47.74305,8.99903\n9445,1646393227,47.74305,8.99903\n9446,1646393228,47.74305,8.99903\n9447,1646393229,47.74305,8.99903\n9448,1646393230,47.74305,8.99903\n9449,1646393231,47.74305,8.99903\n9450,1646393232,47.74305,8.99903\n9451,1646393233,47.74305,8.99903\n9452,1646393234,47.74305,8.99903\n9453,1646393235,47.74305,8.99903\n9454,1646393236,47.74305,8.99903\n9455,1646393237,47.74305,8.99903\n9456,1646393238,47.74305,8.99903\n9457,1646393239,47.74305,8.99903\n9458,1646393240,47.74305,8.99903\n9459,1646393241,47.74305,8.99903\n9460,1646393242,47.74305,8.99903\n9461,1646393243,47.74305,8.99903\n9462,1646393244,47.74305,8.99903\n9463,1646393245,47.74305,8.99903\n9464,1646393246,47.74305,8.99903\n9465,1646393247,47.74305,8.99903\n9466,1646393248,47.74305,8.99903\n9467,1646393249,47.74305,8.99903\n9468,1646393250,47.74305,8.99903\n9469,1646393251,47.74305,8.99903\n9470,1646393252,47.74305,8.99903\n9471,1646393253,47.74305,8.99903\n9472,1646393254,47.74305,8.99903\n9473,1646393255,47.74305,8.99903\n9474,1646393256,47.74305,8.99903\n9475,1646393257,47.74305,8.99903\n9476,1646393258,47.74305,8.99903\n9477,1646393259,47.74305,8.99903\n9478,1646393260,47.74305,8.99903\n9479,1646393261,47.74305,8.99903\n9480,1646393262,47.74305,8.99903\n9481,1646393263,47.74305,8.99903\n9482,1646393264,47.74305,8.99903\n9483,1646393265,47.74305,8.99903\n9484,1646393266,47.74305,8.99903\n9485,1646393267,47.74305,8.99903\n9486,1646393268,47.74305,8.99903\n9487,1646393269,47.74305,8.99903\n9488,1646393270,47.74305,8.99903\n9489,1646393271,47.74305,8.99903\n9490,1646393272,47.74305,8.99903\n9491,1646393273,47.74305,8.99903\n9492,1646393274,47.74305,8.99903\n9493,1646393275,47.74305,8.99903\n9494,1646393276,47.74305,8.99903\n9495,1646393277,47.74305,8.99903\n9496,1646393278,47.74305,8.99903\n9497,1646393279,47.74305,8.99903\n9498,1646393280,47.74305,8.99903\n9499,1646393281,47.74305,8.99903\n9500,1646393282,47.74305,8.99903\n9501,1646393283,47.74305,8.99903\n9502,1646393284,47.74305,8.99903\n9503,1646393285,47.74305,8.99903\n9504,1646393286,47.74305,8.99903\n9505,1646393287,47.74305,8.99903\n9506,1646393288,47.74305,8.99903\n9507,1646393289,47.74305,8.99903\n9508,1646393290,47.74305,8.99903\n9509,1646393291,47.74305,8.99903\n9510,1646393292,47.74305,8.99903\n9511,1646393293,47.74305,8.99903\n9512,1646393294,47.74305,8.99903\n9513,1646393295,47.74305,8.99903\n9514,1646393296,47.74305,8.99903\n9515,1646393297,47.74305,8.99903\n9516,1646393298,47.74305,8.99903\n9517,1646393299,47.74305,8.99903\n9518,1646393300,47.74305,8.99903\n9519,1646393301,47.74305,8.99903\n9520,1646393302,47.74305,8.99903\n9521,1646393303,47.74305,8.99903\n9522,1646393304,47.74305,8.99903\n9523,1646393305,47.74305,8.99903\n9524,1646393306,47.74305,8.99903\n9525,1646393307,47.74305,8.99903\n9526,1646393308,47.74305,8.99903\n9527,1646393309,47.74305,8.99903\n9528,1646393310,47.74305,8.99903\n9529,1646393311,47.74305,8.99903\n9530,1646393312,47.74305,8.99903\n9531,1646393313,47.74305,8.99903\n9532,1646393314,47.74305,8.99903\n9533,1646393315,47.74305,8.99903\n9534,1646393316,47.74305,8.99903\n9535,1646393317,47.74305,8.99903\n9536,1646393318,47.74305,8.99903\n9537,1646393319,47.74305,8.99903\n9538,1646393320,47.74305,8.99903\n9539,1646393321,47.74305,8.99903\n9540,1646393322,47.74305,8.99903\n9541,1646393323,47.74305,8.99903\n9542,1646393324,47.74305,8.99903\n9543,1646393325,47.74305,8.99903\n9544,1646393326,47.74305,8.99903\n9545,1646393327,47.74305,8.99903\n9546,1646393328,47.74305,8.99903\n9547,1646393329,47.74305,8.99903\n9548,1646393330,47.74305,8.99903\n9549,1646393331,47.74305,8.99903\n9550,1646393332,47.74305,8.99903\n9551,1646393333,47.74305,8.99903\n9552,1646393334,47.74305,8.99903\n9553,1646393335,47.74305,8.99903\n9554,1646393336,47.74305,8.99903\n9555,1646393337,47.74305,8.99903\n9556,1646393338,47.74305,8.99903\n9557,1646393339,47.74305,8.99903\n9558,1646393340,47.74305,8.99903\n9559,1646393341,47.74305,8.99903\n9560,1646393342,47.74305,8.99903\n9561,1646393343,47.74305,8.99903\n9562,1646393344,47.74305,8.99903\n9563,1646393345,47.74305,8.99903\n9564,1646393346,47.74305,8.99903\n9565,1646393347,47.74305,8.99903\n9566,1646393348,47.74305,8.99903\n9567,1646393349,47.74305,8.99903\n9568,1646393350,47.74305,8.99903\n9569,1646393351,47.74305,8.99903\n9570,1646393352,47.74305,8.99902\n9571,1646393353,47.74305,8.99902\n9572,1646393354,47.74305,8.99902\n9573,1646393355,47.74305,8.99902\n9574,1646393356,47.74305,8.99902\n9575,1646393357,47.74305,8.99902\n9576,1646393358,47.74305,8.99902\n9577,1646393359,47.74305,8.99902\n9578,1646393360,47.74305,8.99902\n9579,1646393361,47.74305,8.99902\n9580,1646393362,47.74305,8.99902\n9581,1646393363,47.74305,8.99902\n9582,1646393364,47.74305,8.99902\n9583,1646393365,47.74305,8.99902\n9584,1646393366,47.74305,8.99902\n9585,1646393367,47.74305,8.99902\n9586,1646393368,47.74305,8.99902\n9587,1646393369,47.74305,8.99902\n9588,1646393370,47.74305,8.99902\n9589,1646393371,47.74305,8.99902\n9590,1646393372,47.74305,8.99902\n9591,1646393373,47.74305,8.99902\n9592,1646393374,47.74305,8.99902\n9593,1646393375,47.74305,8.99902\n9594,1646393376,47.74305,8.99902\n9595,1646393377,47.74305,8.99902\n9596,1646393378,47.74305,8.99902\n9597,1646393379,47.74305,8.99902\n9598,1646393380,47.74305,8.99902\n9599,1646393381,47.74305,8.99902\n9600,1646393382,47.74305,8.99902\n9601,1646393383,47.74305,8.99902\n9602,1646393384,47.74305,8.99902\n9603,1646393385,47.74305,8.99902\n9604,1646393386,47.74305,8.99902\n9605,1646393387,47.74305,8.99902\n9606,1646393388,47.74305,8.99902\n9607,1646393389,47.74305,8.99902\n9608,1646393390,47.74305,8.99902\n9609,1646393391,47.74305,8.99902\n9610,1646393392,47.74305,8.99902\n9611,1646393393,47.74305,8.99902\n9612,1646393394,47.74305,8.99902\n9613,1646393395,47.74305,8.99902\n9614,1646393396,47.74305,8.99902\n9615,1646393397,47.74305,8.99902\n9616,1646393398,47.74305,8.99902\n9617,1646393399,47.74305,8.99902\n9618,1646393400,47.74305,8.99902\n9619,1646393401,47.74305,8.99902\n9620,1646393402,47.74305,8.99902\n9621,1646393403,47.74305,8.99902\n9622,1646393404,47.74305,8.99902\n9623,1646393405,47.74305,8.99902\n9624,1646393406,47.74305,8.99902\n9625,1646393407,47.74305,8.99902\n9626,1646393408,47.74305,8.99902\n9627,1646393409,47.74305,8.99902\n9628,1646393410,47.74305,8.99902\n9629,1646393411,47.74305,8.99902\n9630,1646393412,47.74305,8.99902\n9631,1646393413,47.74305,8.99902\n9632,1646393414,47.74305,8.99902\n9633,1646393415,47.74305,8.99902\n9634,1646393416,47.74305,8.99902\n9635,1646393417,47.74305,8.99902\n9636,1646393418,47.74305,8.99902\n9637,1646393419,47.74305,8.99902\n9638,1646393420,47.74305,8.99902\n9639,1646393421,47.74305,8.99902\n9640,1646393422,47.74305,8.99902\n9641,1646393423,47.74305,8.99902\n9642,1646393424,47.74305,8.99902\n9643,1646393425,47.74305,8.99902\n9644,1646393426,47.74305,8.99902\n9645,1646393427,47.74305,8.99902\n9646,1646393428,47.74305,8.99902\n9647,1646393429,47.74305,8.99902\n9648,1646393430,47.74305,8.99902\n9649,1646393431,47.74305,8.99902\n9650,1646393432,47.74305,8.99902\n9651,1646393433,47.74304,8.99902\n9652,1646393434,47.74304,8.99902\n9653,1646393435,47.74304,8.99902\n9654,1646393436,47.74304,8.99902\n9655,1646393437,47.74304,8.99902\n9656,1646393438,47.74304,8.99902\n9657,1646393439,47.74304,8.99902\n9658,1646393440,47.74304,8.99902\n9659,1646393441,47.74304,8.99902\n9660,1646393442,47.74304,8.99902\n9661,1646393443,47.74304,8.99902\n9662,1646393444,47.74304,8.99902\n9663,1646393445,47.74304,8.99902\n9664,1646393446,47.74304,8.99902\n9665,1646393447,47.74304,8.99902\n9666,1646393448,47.74304,8.99902\n9667,1646393449,47.74304,8.99902\n9668,1646393450,47.74304,8.99902\n9669,1646393451,47.74304,8.99902\n9670,1646393452,47.74304,8.99902\n9671,1646393453,47.74304,8.99902\n9672,1646393454,47.74304,8.99902\n9673,1646393455,47.74304,8.99902\n9674,1646393456,47.74304,8.99902\n9675,1646393457,47.74304,8.99902\n9676,1646393458,47.74304,8.99902\n9677,1646393459,47.74304,8.99902\n9678,1646393460,47.74304,8.99902\n9679,1646393461,47.74304,8.99902\n9680,1646393462,47.74304,8.99902\n9681,1646393463,47.74304,8.99902\n9682,1646393464,47.74304,8.99902\n9683,1646393465,47.74304,8.99902\n9684,1646393466,47.74304,8.99902\n9685,1646393467,47.74304,8.99902\n9686,1646393468,47.74304,8.99902\n9687,1646393469,47.74304,8.99902\n9688,1646393470,47.74304,8.99902\n9689,1646393471,47.74304,8.99902\n9690,1646393472,47.74304,8.99902\n9691,1646393473,47.74304,8.99902\n9692,1646393474,47.74304,8.99902\n9693,1646393475,47.74304,8.99902\n9694,1646393476,47.74304,8.99902\n9695,1646393477,47.74304,8.99902\n9696,1646393478,47.74304,8.99902\n9697,1646393479,47.74304,8.99902\n9698,1646393480,47.74305,8.99902\n9699,1646393481,47.74305,8.99902\n9700,1646393482,47.74305,8.99902\n9701,1646393483,47.74305,8.99902\n9702,1646393484,47.74305,8.99902\n9703,1646393485,47.74305,8.99902\n9704,1646393486,47.74305,8.99902\n9705,1646393487,47.74305,8.99902\n9706,1646393488,47.74305,8.99902\n9707,1646393489,47.74305,8.99902\n9708,1646393490,47.74305,8.99902\n9709,1646393491,47.74305,8.99902\n9710,1646393492,47.74305,8.99902\n9711,1646393493,47.74305,8.99902\n9712,1646393494,47.74305,8.99902\n9713,1646393495,47.74305,8.99902\n9714,1646393496,47.74305,8.99902\n9715,1646393497,47.74305,8.99902\n9716,1646393498,47.74305,8.99902\n9717,1646393499,47.74305,8.99902\n9718,1646393500,47.74305,8.99902\n9719,1646393501,47.74305,8.99902\n9720,1646393502,47.74305,8.99902\n9721,1646393503,47.74305,8.99902\n9722,1646393504,47.74305,8.99902\n9723,1646393505,47.74305,8.99902\n9724,1646393506,47.74305,8.99902\n9725,1646393507,47.74305,8.99902\n9726,1646393508,47.74305,8.99902\n9727,1646393509,47.74305,8.99902\n9728,1646393510,47.74305,8.99902\n9729,1646393511,47.74305,8.99902\n9730,1646393512,47.74305,8.99902\n9731,1646393513,47.74305,8.99902\n9732,1646393514,47.74305,8.99902\n9733,1646393515,47.74305,8.99902\n9734,1646393516,47.74305,8.99902\n9735,1646393517,47.74305,8.99902\n9736,1646393518,47.74305,8.99902\n9737,1646393519,47.74305,8.99902\n9738,1646393520,47.74305,8.99902\n9739,1646393521,47.74305,8.99902\n9740,1646393522,47.74305,8.99902\n9741,1646393523,47.74305,8.99902\n9742,1646393524,47.74305,8.99902\n9743,1646393525,47.74305,8.99902\n9744,1646393526,47.74305,8.99902\n9745,1646393527,47.74305,8.99902\n9746,1646393528,47.74305,8.99902\n9747,1646393529,47.74305,8.99902\n9748,1646393530,47.74305,8.99902\n9749,1646393531,47.74305,8.99902\n9750,1646393532,47.74305,8.99902\n9751,1646393533,47.74305,8.99902\n9752,1646393534,47.74305,8.99902\n9753,1646393535,47.74305,8.99902\n9754,1646393536,47.74305,8.99902\n9755,1646393537,47.74305,8.99902\n9756,1646393538,47.74305,8.99902\n9757,1646393539,47.74305,8.99902\n9758,1646393540,47.74305,8.99902\n9759,1646393541,47.74305,8.99902\n9760,1646393542,47.74305,8.99902\n9761,1646393543,47.74305,8.99902\n9762,1646393544,47.74305,8.99902\n9763,1646393545,47.74305,8.99902\n9764,1646393546,47.74305,8.99902\n9765,1646393547,47.74305,8.99902\n9766,1646393548,47.74305,8.99902\n9767,1646393549,47.74305,8.99902\n9768,1646393550,47.74305,8.99902\n9769,1646393551,47.74305,8.99902\n9770,1646393552,47.74305,8.99902\n9771,1646393553,47.74305,8.99902\n9772,1646393554,47.74305,8.99902\n9773,1646393555,47.74305,8.99902\n9774,1646393556,47.74305,8.99902\n9775,1646393557,47.74305,8.99902\n9776,1646393558,47.74305,8.99902\n9777,1646393559,47.74305,8.99902\n9778,1646393560,47.74305,8.99902\n9779,1646393561,47.74305,8.99902\n9780,1646393562,47.74305,8.99902\n9781,1646393563,47.74305,8.99902\n9782,1646393564,47.74305,8.99902\n9783,1646393565,47.74305,8.99902\n9784,1646393566,47.74305,8.99902\n9785,1646393567,47.74305,8.99902\n9786,1646393568,47.74305,8.99902\n9787,1646393569,47.74305,8.99902\n9788,1646393570,47.74305,8.99902\n9789,1646393571,47.74305,8.99902\n9790,1646393572,47.74305,8.99902\n9791,1646393573,47.74305,8.99902\n9792,1646393574,47.74305,8.99902\n9793,1646393575,47.74305,8.99902\n9794,1646393576,47.74305,8.99902\n9795,1646393577,47.74305,8.99902\n9796,1646393578,47.74305,8.99902\n9797,1646393579,47.74305,8.99902\n9798,1646393580,47.74305,8.99902\n9799,1646393581,47.74305,8.99902\n9800,1646393582,47.74305,8.99902\n9801,1646393583,47.74305,8.99902\n9802,1646393584,47.74305,8.99902\n9803,1646393585,47.74305,8.99902\n9804,1646393586,47.74305,8.99902\n9805,1646393587,47.74305,8.99902\n9806,1646393588,47.74305,8.99902\n9807,1646393589,47.74305,8.99902\n9808,1646393590,47.74305,8.99902\n9809,1646393591,47.74305,8.99902\n9810,1646393592,47.74305,8.99902\n9811,1646393593,47.74305,8.99902\n9812,1646393594,47.74305,8.99902\n9813,1646393595,47.74305,8.99902\n9814,1646393596,47.74305,8.99902\n9815,1646393597,47.74305,8.99902\n9816,1646393598,47.74305,8.99902\n9817,1646393599,47.74305,8.99902\n9818,1646393600,47.74305,8.99902\n9819,1646393601,47.74305,8.99902\n9820,1646393602,47.74305,8.99902\n9821,1646393603,47.74305,8.99902\n9822,1646393604,47.74305,8.99902\n9823,1646393605,47.74305,8.99902\n9824,1646393606,47.74305,8.99902\n9825,1646393607,47.74305,8.99902\n9826,1646393608,47.74305,8.99902\n9827,1646393609,47.74305,8.99902\n9828,1646393610,47.74305,8.99902\n9829,1646393611,47.74305,8.99902\n9830,1646393612,47.74305,8.99902\n9831,1646393613,47.74305,8.99902\n9832,1646393614,47.74305,8.99902\n9833,1646393615,47.74305,8.99902\n9834,1646393616,47.74305,8.99902\n9835,1646393617,47.74305,8.99902\n9836,1646393618,47.74305,8.99902\n9837,1646393619,47.74305,8.99902\n9838,1646393620,47.74305,8.99902\n9839,1646393621,47.74305,8.99902\n9840,1646393622,47.74305,8.99902\n9841,1646393623,47.74305,8.99902\n9842,1646393624,47.74305,8.99902\n9843,1646393625,47.74305,8.99902\n9844,1646393626,47.74305,8.99902\n9845,1646393627,47.74305,8.99902\n9846,1646393628,47.74305,8.99902\n9847,1646393629,47.74305,8.99902\n9848,1646393630,47.74305,8.99902\n9849,1646393631,47.74305,8.99902\n9850,1646393632,47.74305,8.99902\n9851,1646393633,47.74305,8.99902\n9852,1646393634,47.74305,8.99902\n9853,1646393635,47.74305,8.99902\n9854,1646393636,47.74306,8.99902\n9855,1646393637,47.74306,8.99902\n9856,1646393638,47.74306,8.99902\n9857,1646393639,47.74306,8.99902\n9858,1646393640,47.74306,8.99902\n9859,1646393641,47.74306,8.99902\n9860,1646393642,47.74306,8.99902\n9861,1646393643,47.74306,8.99902\n9862,1646393644,47.74306,8.99902\n9863,1646393645,47.74306,8.99902\n9864,1646393646,47.74306,8.99902\n9865,1646393647,47.74306,8.99902\n9866,1646393648,47.74306,8.99902\n9867,1646393649,47.74306,8.99902\n9868,1646393650,47.74306,8.99902\n9869,1646393651,47.74306,8.99902\n9870,1646393652,47.74306,8.99902\n9871,1646393653,47.74306,8.99902\n9872,1646393654,47.74306,8.99902\n9873,1646393655,47.74306,8.99902\n9874,1646393656,47.74306,8.99902\n9875,1646393657,47.74306,8.99902\n9876,1646393658,47.74306,8.99902\n9877,1646393659,47.74306,8.99902\n9878,1646393660,47.74306,8.99902\n9879,1646393661,47.74306,8.99902\n9880,1646393662,47.74306,8.99902\n9881,1646393663,47.74306,8.99902\n9882,1646393664,47.74306,8.99902\n9883,1646393665,47.74306,8.99902\n9884,1646393666,47.74306,8.99902\n9885,1646393667,47.74306,8.99902\n9886,1646393668,47.74306,8.99902\n9887,1646393669,47.74306,8.99902\n9888,1646393670,47.74306,8.99902\n9889,1646393671,47.74306,8.99902\n9890,1646393672,47.74306,8.99902\n9891,1646393673,47.74306,8.99902\n9892,1646393674,47.74306,8.99902\n9893,1646393675,47.74306,8.99902\n9894,1646393676,47.74306,8.99902\n9895,1646393677,47.74306,8.99902\n9896,1646393678,47.74306,8.99902\n9897,1646393679,47.74306,8.99902\n9898,1646393680,47.74306,8.99902\n9899,1646393681,47.74306,8.99902\n9900,1646393682,47.74306,8.99902\n9901,1646393683,47.74306,8.99902\n9902,1646393684,47.74306,8.99902\n9903,1646393685,47.74306,8.99902\n9904,1646393686,47.74306,8.99902\n9905,1646393687,47.74306,8.99902\n9906,1646393688,47.74306,8.99902\n9907,1646393689,47.74306,8.99902\n9908,1646393690,47.74306,8.99902\n9909,1646393691,47.74306,8.99902\n9910,1646393692,47.74306,8.99902\n9911,1646393693,47.74306,8.99902\n9912,1646393694,47.74306,8.99902\n9913,1646393695,47.74306,8.99902\n9914,1646393696,47.74306,8.99902\n9915,1646393697,47.74306,8.99902\n9916,1646393698,47.74306,8.99902\n9917,1646393699,47.74306,8.99902\n9918,1646393700,47.74306,8.99902\n9919,1646393701,47.74306,8.99902\n9920,1646393702,47.74306,8.99902\n9921,1646393703,47.74306,8.99902\n9922,1646393704,47.74306,8.99902\n9923,1646393705,47.74306,8.99902\n9924,1646393706,47.74306,8.99902\n9925,1646393707,47.74306,8.99902\n9926,1646393708,47.74306,8.99902\n9927,1646393709,47.74306,8.99902\n9928,1646393710,47.74306,8.99902\n9929,1646393711,47.74306,8.99902\n9930,1646393712,47.74306,8.99902\n9931,1646393713,47.74306,8.99902\n9932,1646393714,47.74307,8.99902\n9933,1646393715,47.74307,8.99902\n9934,1646393716,47.74307,8.99902\n9935,1646393717,47.74307,8.99902\n9936,1646393718,47.74307,8.99902\n9937,1646393719,47.74307,8.99902\n9938,1646393720,47.74307,8.99902\n9939,1646393721,47.74307,8.99902\n9940,1646393722,47.74307,8.99902\n9941,1646393723,47.74307,8.99902\n9942,1646393724,47.74308,8.99902\n9943,1646393725,47.74308,8.99902\n9944,1646393726,47.74308,8.99902\n9945,1646393727,47.74308,8.99902\n9946,1646393728,47.74308,8.99902\n9947,1646393729,47.74308,8.99902\n9948,1646393730,47.74308,8.99902\n9949,1646393731,47.74308,8.99902\n9950,1646393732,47.74308,8.99902\n9951,1646393733,47.74308,8.99902\n9952,1646393734,47.74309,8.99902\n9953,1646393735,47.74309,8.99902\n9954,1646393736,47.74309,8.99902\n9955,1646393737,47.74309,8.99902\n9956,1646393738,47.74309,8.99902\n9957,1646393739,47.74309,8.99902\n9958,1646393740,47.74309,8.99902\n9959,1646393741,47.74309,8.99902\n9960,1646393742,47.74309,8.99902\n9961,1646393743,47.74309,8.99902\n9962,1646393744,47.74309,8.99902\n9963,1646393745,47.74309,8.99902\n9964,1646393746,47.74309,8.99902\n9965,1646393747,47.74309,8.99902\n9966,1646393748,47.74309,8.99902\n9967,1646393749,47.74309,8.99902\n9968,1646393750,47.74309,8.99902\n9969,1646393751,47.74309,8.99902\n9970,1646393752,47.74309,8.99902\n9971,1646393753,47.74309,8.99902\n9972,1646393754,47.74309,8.99902\n9973,1646393755,47.74309,8.99902\n9974,1646393756,47.74309,8.99902\n9975,1646393757,47.74309,8.99902\n9976,1646393758,47.74309,8.99902\n9977,1646393759,47.74309,8.99902\n9978,1646393760,47.74309,8.99902\n9979,1646393761,47.74309,8.99902\n9980,1646393762,47.74309,8.99902\n9981,1646393763,47.74309,8.99902\n9982,1646393764,47.74309,8.99902\n9983,1646393765,47.74309,8.99902\n9984,1646393766,47.74309,8.99902\n9985,1646393767,47.74309,8.99902\n9986,1646393768,47.74309,8.99902\n9987,1646393769,47.74309,8.99902\n9988,1646393770,47.74309,8.99902\n9989,1646393771,47.74309,8.99902\n9990,1646393772,47.74309,8.99902\n9991,1646393773,47.74309,8.99902\n9992,1646393774,47.74309,8.99902\n9993,1646393775,47.74309,8.99902\n9994,1646393776,47.74309,8.99902\n9995,1646393777,47.74309,8.99902\n9996,1646393778,47.74309,8.99902\n9997,1646393779,47.74309,8.99902\n9998,1646393780,47.74309,8.99902\n9999,1646393781,47.74309,8.99902\n10000,1646393782,47.74309,8.99902\n10001,1646393783,47.74309,8.99902\n10002,1646393784,47.74309,8.99902\n10003,1646393785,47.74309,8.99902\n10004,1646393786,47.74309,8.99902\n10005,1646393787,47.74309,8.99902\n10006,1646393788,47.74309,8.99902\n10007,1646393789,47.74309,8.99902\n10008,1646393790,47.74309,8.99902\n10009,1646393791,47.74309,8.99902\n10010,1646393792,47.74309,8.99902\n10011,1646393793,47.74309,8.99902\n10012,1646393794,47.74309,8.99902\n10013,1646393795,47.74309,8.99902\n10014,1646393796,47.74309,8.99902\n10015,1646393797,47.74309,8.99902\n10016,1646393798,47.74309,8.99902\n10017,1646393799,47.74309,8.99902\n10018,1646393800,47.74309,8.99902\n10019,1646393801,47.74309,8.99902\n10020,1646393802,47.74309,8.99902\n10021,1646393803,47.74309,8.99902\n10022,1646393804,47.74309,8.99902\n10023,1646393805,47.74309,8.99902\n10024,1646393806,47.74309,8.99902\n10025,1646393807,47.74309,8.99902\n10026,1646393808,47.74309,8.99902\n10027,1646393809,47.74309,8.99902\n10028,1646393810,47.74309,8.99902\n10029,1646393811,47.74309,8.99902\n10030,1646393812,47.74309,8.99902\n10031,1646393813,47.74309,8.99902\n10032,1646393814,47.74309,8.99902\n10033,1646393815,47.74309,8.99902\n10034,1646393816,47.74309,8.99902\n10035,1646393817,47.74309,8.99902\n10036,1646393818,47.74309,8.99901\n10037,1646393819,47.74309,8.99901\n10038,1646393820,47.74309,8.99901\n10039,1646393821,47.74309,8.99901\n10040,1646393822,47.74309,8.99901\n10041,1646393823,47.74309,8.99901\n10042,1646393824,47.74309,8.99901\n10043,1646393825,47.74309,8.99901\n10044,1646393826,47.74309,8.99901\n10045,1646393827,47.74309,8.99901\n10046,1646393828,47.74309,8.99901\n10047,1646393829,47.74309,8.99901\n10048,1646393830,47.74309,8.99901\n10049,1646393831,47.74309,8.99901\n10050,1646393832,47.74309,8.99901\n10051,1646393833,47.74309,8.99901\n10052,1646393834,47.74309,8.99901\n10053,1646393835,47.74309,8.99901\n10054,1646393836,47.74309,8.99901\n10055,1646393837,47.74309,8.99901\n10056,1646393838,47.74309,8.99901\n10057,1646393839,47.74309,8.99901\n10058,1646393840,47.74309,8.99901\n10059,1646393841,47.74309,8.99901\n10060,1646393842,47.74309,8.99901\n10061,1646393843,47.74309,8.99901\n10062,1646393844,47.74309,8.99901\n10063,1646393845,47.74309,8.99901\n10064,1646393846,47.74309,8.99901\n10065,1646393847,47.74309,8.99901\n10066,1646393848,47.74309,8.99901\n10067,1646393849,47.74309,8.99901\n10068,1646393850,47.74309,8.99901\n10069,1646393851,47.74309,8.99901\n10070,1646393852,47.74309,8.99901\n10071,1646393853,47.74309,8.99901\n10072,1646393854,47.74309,8.99901\n10073,1646393855,47.74309,8.99901\n10074,1646393856,47.74309,8.99901\n10075,1646393857,47.74309,8.99901\n10076,1646393858,47.74309,8.99901\n10077,1646393859,47.74309,8.99901\n10078,1646393860,47.74309,8.99901\n10079,1646393861,47.74309,8.99901\n10080,1646393862,47.74309,8.99901\n10081,1646393863,47.74309,8.99901\n10082,1646393864,47.74309,8.99901\n10083,1646393865,47.74309,8.99901\n10084,1646393866,47.74309,8.99901\n10085,1646393867,47.74309,8.99901\n10086,1646393868,47.74309,8.99901\n10087,1646393869,47.74309,8.99901\n10088,1646393870,47.74309,8.99901\n10089,1646393871,47.74309,8.99901\n10090,1646393872,47.74309,8.99901\n10091,1646393873,47.74309,8.99901\n10092,1646393874,47.74309,8.99901\n10093,1646393875,47.74309,8.99901\n10094,1646393876,47.74309,8.99901\n10095,1646393877,47.74309,8.99901\n10096,1646393878,47.74309,8.99901\n10097,1646393879,47.74309,8.99901\n10098,1646393880,47.74309,8.99901\n10099,1646393881,47.74309,8.99901\n10100,1646393882,47.74309,8.99901\n10101,1646393883,47.74309,8.99901\n10102,1646393884,47.74309,8.99901\n10103,1646393885,47.74309,8.99901\n10104,1646393886,47.74309,8.99901\n10105,1646393887,47.74309,8.99901\n10106,1646393888,47.74309,8.99901\n10107,1646393889,47.74309,8.99901\n10108,1646393890,47.74309,8.99901\n10109,1646393891,47.74309,8.99901\n10110,1646393892,47.74309,8.99901\n10111,1646393893,47.74309,8.99901\n10112,1646393894,47.74309,8.99901\n10113,1646393895,47.74309,8.99901\n10114,1646393896,47.74309,8.99901\n10115,1646393897,47.74309,8.99901\n10116,1646393898,47.74309,8.99901\n10117,1646393899,47.74309,8.99901\n10118,1646393900,47.74309,8.99901\n10119,1646393901,47.74309,8.99901\n10120,1646393902,47.74309,8.99901\n10121,1646393903,47.74309,8.99901\n10122,1646393904,47.74309,8.99901\n10123,1646393905,47.74309,8.99901\n10124,1646393906,47.74309,8.99901\n10125,1646393907,47.74309,8.99901\n10126,1646393908,47.74309,8.99901\n10127,1646393909,47.74309,8.99901\n10128,1646393910,47.74309,8.99901\n10129,1646393911,47.74309,8.99901\n10130,1646393912,47.74309,8.99901\n10131,1646393913,47.74309,8.99901\n10132,1646393914,47.74309,8.99901\n10133,1646393915,47.74309,8.99901\n10134,1646393916,47.74309,8.99901\n10135,1646393917,47.74309,8.99901\n10136,1646393918,47.74309,8.99901\n10137,1646393919,47.74309,8.99901\n10138,1646393920,47.74309,8.99901\n10139,1646393921,47.74309,8.99901\n10140,1646393922,47.74309,8.99901\n10141,1646393923,47.74309,8.99901\n10142,1646393924,47.74309,8.99901\n10143,1646393925,47.74309,8.99901\n10144,1646393926,47.74309,8.99901\n10145,1646393927,47.74309,8.99901\n10146,1646393928,47.74309,8.99901\n10147,1646393929,47.74309,8.99901\n10148,1646393930,47.74309,8.99901\n10149,1646393931,47.74309,8.99901\n10150,1646393932,47.74309,8.99901\n10151,1646393933,47.74309,8.99901\n10152,1646393934,47.74309,8.99901\n10153,1646393935,47.74309,8.99901\n10154,1646393936,47.74309,8.99901\n10155,1646393937,47.74309,8.99901\n10156,1646393938,47.74309,8.99901\n10157,1646393939,47.74309,8.99901\n10158,1646393940,47.74309,8.99901\n10159,1646393941,47.74309,8.99901\n10160,1646393942,47.74309,8.99901\n10161,1646393943,47.74309,8.99901\n10162,1646393944,47.74309,8.99901\n10163,1646393945,47.74309,8.99901\n10164,1646393946,47.74309,8.99901\n10165,1646393947,47.74309,8.99901\n10166,1646393948,47.74309,8.99901\n10167,1646393949,47.74309,8.99901\n10168,1646393950,47.74309,8.99901\n10169,1646393951,47.74309,8.99901\n10170,1646393952,47.74309,8.99901\n10171,1646393953,47.74309,8.99901\n10172,1646393954,47.74309,8.99901\n10173,1646393955,47.74309,8.99901\n10174,1646393956,47.74309,8.99901\n10175,1646393957,47.74309,8.99901\n10176,1646393958,47.74309,8.99901\n10177,1646393959,47.74309,8.99901\n10178,1646393960,47.74309,8.99901\n10179,1646393961,47.74309,8.99901\n10180,1646393962,47.74309,8.99901\n10181,1646393963,47.74309,8.99901\n10182,1646393964,47.74309,8.99901\n10183,1646393965,47.74309,8.99901\n10184,1646393966,47.74309,8.99901\n10185,1646393967,47.74309,8.99901\n10186,1646393968,47.74309,8.99901\n10187,1646393969,47.74309,8.99901\n10188,1646393970,47.74309,8.99901\n10189,1646393971,47.74309,8.99901\n10190,1646393972,47.74309,8.99901\n10191,1646393973,47.74309,8.99901\n10192,1646393974,47.74309,8.99901\n10193,1646393975,47.74309,8.99901\n10194,1646393976,47.74309,8.99901\n10195,1646393977,47.74309,8.99901\n10196,1646393978,47.74309,8.99901\n10197,1646393979,47.74309,8.99901\n10198,1646393980,47.74309,8.99901\n10199,1646393981,47.74309,8.99901\n10200,1646393982,47.74309,8.99901\n10201,1646393983,47.74309,8.99901\n10202,1646393984,47.74309,8.99901\n10203,1646393985,47.74309,8.99901\n10204,1646393986,47.74309,8.99901\n10205,1646393987,47.74309,8.99901\n10206,1646393988,47.74309,8.99901\n10207,1646393989,47.74309,8.99901\n10208,1646393990,47.74309,8.99901\n10209,1646393991,47.74309,8.99901\n10210,1646393992,47.74309,8.99901\n10211,1646393993,47.74309,8.99901\n10212,1646393994,47.74309,8.99901\n10213,1646393995,47.74309,8.99901\n10214,1646393996,47.74309,8.99901\n10215,1646393997,47.74309,8.99901\n10216,1646393998,47.74309,8.99901\n10217,1646393999,47.74309,8.99901\n10218,1646394000,47.74309,8.99901\n10219,1646394001,47.74309,8.99901\n10220,1646394002,47.74309,8.99901\n10221,1646394003,47.74309,8.99901\n10222,1646394004,47.74309,8.99901\n10223,1646394005,47.74309,8.99901\n10224,1646394006,47.74309,8.99901\n10225,1646394007,47.74309,8.99901\n10226,1646394008,47.74309,8.99901\n10227,1646394009,47.74309,8.99901\n10228,1646394010,47.74309,8.99901\n10229,1646394011,47.74309,8.99901\n10230,1646394012,47.74309,8.99901\n10231,1646394013,47.74309,8.99901\n10232,1646394014,47.74309,8.99901\n10233,1646394015,47.74309,8.99901\n10234,1646394016,47.74309,8.99901\n10235,1646394017,47.74309,8.99901\n10236,1646394018,47.74309,8.99901\n10237,1646394019,47.74309,8.99901\n10238,1646394020,47.74309,8.99901\n10239,1646394021,47.74309,8.99901\n10240,1646394022,47.74309,8.99901\n10241,1646394023,47.74309,8.99901\n10242,1646394024,47.74309,8.99901\n10243,1646394025,47.74309,8.99901\n10244,1646394026,47.74309,8.99901\n10245,1646394027,47.74309,8.99901\n10246,1646394028,47.74309,8.99901\n10247,1646394029,47.74309,8.99901\n10248,1646394030,47.74309,8.99901\n10249,1646394031,47.74309,8.99901\n10250,1646394032,47.74309,8.99901\n10251,1646394033,47.74309,8.99901\n10252,1646394034,47.74309,8.99901\n10253,1646394035,47.74309,8.99901\n10254,1646394036,47.74309,8.99901\n10255,1646394037,47.74309,8.99901\n10256,1646394038,47.74309,8.99901\n10257,1646394039,47.74309,8.99901\n10258,1646394040,47.74309,8.99901\n10259,1646394041,47.74309,8.99901\n10260,1646394042,47.74309,8.99901\n10261,1646394043,47.74309,8.99901\n10262,1646394044,47.74309,8.99901\n10263,1646394045,47.74309,8.99901\n10264,1646394046,47.74309,8.99901\n10265,1646394047,47.74309,8.99901\n10266,1646394048,47.74309,8.99901\n10267,1646394049,47.74309,8.99901\n10268,1646394050,47.74309,8.99901\n10269,1646394051,47.74309,8.99901\n10270,1646394052,47.74309,8.99901\n10271,1646394053,47.74309,8.99901\n10272,1646394054,47.74309,8.99901\n10273,1646394055,47.74309,8.99901\n10274,1646394056,47.74309,8.99901\n10275,1646394057,47.74309,8.99901\n10276,1646394058,47.74309,8.99901\n10277,1646394059,47.74309,8.99901\n10278,1646394060,47.74309,8.99901\n10279,1646394061,47.74309,8.99901\n10280,1646394062,47.74309,8.99901\n10281,1646394063,47.74309,8.99901\n10282,1646394064,47.74309,8.99901\n10283,1646394065,47.74309,8.99901\n10284,1646394066,47.74309,8.99901\n10285,1646394067,47.74309,8.99901\n10286,1646394068,47.74309,8.99901\n10287,1646394069,47.74309,8.99901\n10288,1646394070,47.74309,8.99901\n10289,1646394071,47.74309,8.99901\n10290,1646394072,47.74309,8.99901\n10291,1646394073,47.74309,8.99901\n10292,1646394074,47.74309,8.99901\n10293,1646394075,47.74309,8.99901\n10294,1646394076,47.74309,8.99901\n10295,1646394077,47.74309,8.99901\n10296,1646394078,47.74309,8.99901\n10297,1646394079,47.74309,8.99901\n10298,1646394080,47.74309,8.99901\n10299,1646394081,47.74309,8.99901\n10300,1646394082,47.74309,8.99901\n10301,1646394083,47.74309,8.99901\n10302,1646394084,47.74309,8.99901\n10303,1646394085,47.74309,8.99901\n10304,1646394086,47.74309,8.99901\n10305,1646394087,47.74309,8.99901\n10306,1646394088,47.74309,8.99901\n10307,1646394089,47.74309,8.99901\n10308,1646394090,47.74309,8.99901\n10309,1646394091,47.74309,8.99901\n10310,1646394092,47.74309,8.99901\n10311,1646394093,47.74309,8.99901\n10312,1646394094,47.74309,8.99901\n10313,1646394095,47.74309,8.99901\n10314,1646394096,47.74309,8.99901\n10315,1646394097,47.74309,8.99901\n10316,1646394098,47.74309,8.99901\n10317,1646394099,47.74309,8.99901\n10318,1646394100,47.74309,8.99901\n10319,1646394101,47.74309,8.99901\n10320,1646394102,47.74309,8.99901\n10321,1646394103,47.74309,8.99901\n10322,1646394104,47.74309,8.99901\n10323,1646394105,47.74309,8.99901\n10324,1646394106,47.74309,8.99901\n10325,1646394107,47.74309,8.99901\n10326,1646394108,47.74309,8.99901\n10327,1646394109,47.74309,8.99901\n10328,1646394110,47.74309,8.99901\n10329,1646394111,47.74309,8.99901\n10330,1646394112,47.74309,8.99901\n10331,1646394113,47.74309,8.99901\n10332,1646394114,47.74309,8.99901\n10333,1646394115,47.74309,8.99901\n10334,1646394116,47.74309,8.99901\n10335,1646394117,47.74309,8.99901\n10336,1646394118,47.74309,8.99901\n10337,1646394119,47.74309,8.99901\n10338,1646394120,47.74309,8.99901\n10339,1646394121,47.74309,8.99901\n10340,1646394122,47.74309,8.99901\n10341,1646394123,47.74309,8.99901\n10342,1646394124,47.74309,8.99901\n10343,1646394125,47.74309,8.99901\n10344,1646394126,47.74309,8.99901\n10345,1646394127,47.74309,8.99901\n10346,1646394128,47.74309,8.99901\n10347,1646394129,47.74309,8.99901\n10348,1646394130,47.74309,8.99901\n10349,1646394131,47.74309,8.99901\n10350,1646394132,47.74309,8.99901\n10351,1646394133,47.74309,8.99901\n10352,1646394134,47.74309,8.99901\n10353,1646394135,47.74309,8.99901\n10354,1646394136,47.74309,8.99901\n10355,1646394137,47.74309,8.99901\n10356,1646394138,47.74309,8.99901\n10357,1646394139,47.74309,8.99901\n10358,1646394140,47.74309,8.99901\n10359,1646394141,47.74309,8.99901\n10360,1646394142,47.74309,8.99901\n10361,1646394143,47.74309,8.99901\n10362,1646394144,47.74309,8.99901\n10363,1646394145,47.74309,8.99901\n10364,1646394146,47.74309,8.99901\n10365,1646394147,47.74309,8.99901\n10366,1646394148,47.74309,8.99901\n10367,1646394149,47.74309,8.99901\n10368,1646394150,47.74309,8.99901\n10369,1646394151,47.74309,8.99901\n10370,1646394152,47.74309,8.99901\n10371,1646394153,47.74309,8.99901\n10372,1646394154,47.74309,8.99901\n10373,1646394155,47.74309,8.99901\n10374,1646394156,47.74309,8.99901\n10375,1646394157,47.74309,8.99901\n10376,1646394158,47.74309,8.99901\n10377,1646394159,47.74309,8.99901\n10378,1646394160,47.74309,8.99901\n10379,1646394161,47.74309,8.99901\n10380,1646394162,47.74309,8.99901\n10381,1646394163,47.74309,8.99901\n10382,1646394164,47.74309,8.99901\n10383,1646394165,47.74309,8.99901\n10384,1646394166,47.74309,8.99901\n10385,1646394167,47.74309,8.99901\n10386,1646394168,47.74309,8.99901\n10387,1646394169,47.74309,8.99901\n10388,1646394170,47.74309,8.99901\n10389,1646394171,47.74309,8.99901\n10390,1646394172,47.74309,8.99901\n10391,1646394173,47.74309,8.99901\n10392,1646394174,47.74309,8.99901\n10393,1646394175,47.74309,8.99901\n10394,1646394176,47.74309,8.99901\n10395,1646394177,47.74309,8.99901\n10396,1646394178,47.74309,8.99901\n10397,1646394179,47.74309,8.99901\n10398,1646394180,47.74309,8.99901\n10399,1646394181,47.74309,8.99901\n10400,1646394182,47.74309,8.99901\n10401,1646394183,47.74309,8.99901\n10402,1646394184,47.74309,8.99901\n10403,1646394185,47.74309,8.99901\n10404,1646394186,47.74309,8.99901\n10405,1646394187,47.74309,8.99901\n10406,1646394188,47.74309,8.99901\n10407,1646394189,47.74309,8.99901\n10408,1646394190,47.74309,8.99901\n10409,1646394191,47.74309,8.99901\n10410,1646394192,47.74309,8.99901\n10411,1646394193,47.74309,8.99901\n10412,1646394194,47.74309,8.99901\n10413,1646394195,47.74309,8.99901\n10414,1646394196,47.74309,8.99901\n10415,1646394197,47.74309,8.99901\n10416,1646394198,47.74309,8.99901\n10417,1646394199,47.74309,8.99901\n10418,1646394200,47.74309,8.99901\n10419,1646394201,47.74309,8.99901\n10420,1646394202,47.74309,8.99901\n10421,1646394203,47.74309,8.99901\n10422,1646394204,47.74309,8.99901\n10423,1646394205,47.74309,8.99901\n10424,1646394206,47.74309,8.99901\n10425,1646394207,47.74309,8.99901\n10426,1646394208,47.74309,8.99901\n10427,1646394209,47.74309,8.99901\n10428,1646394210,47.74309,8.99901\n10429,1646394211,47.74309,8.99901\n10430,1646394212,47.74309,8.99901\n10431,1646394213,47.74309,8.99901\n10432,1646394214,47.74309,8.99901\n10433,1646394215,47.74309,8.99901\n10434,1646394216,47.74309,8.99901\n10435,1646394217,47.74309,8.99901\n10436,1646394218,47.74309,8.99901\n10437,1646394219,47.74309,8.99901\n10438,1646394220,47.74309,8.99901\n10439,1646394221,47.74309,8.99901\n10440,1646394222,47.74309,8.99901\n10441,1646394223,47.74309,8.99901\n10442,1646394224,47.74309,8.99901\n10443,1646394225,47.74309,8.99901\n10444,1646394226,47.74309,8.99901\n10445,1646394227,47.74309,8.99901\n10446,1646394228,47.74309,8.99901\n10447,1646394229,47.74309,8.99901\n10448,1646394230,47.74309,8.99901\n10449,1646394231,47.74309,8.99901\n10450,1646394232,47.74309,8.99901\n10451,1646394233,47.74309,8.99901\n10452,1646394234,47.74309,8.99901\n10453,1646394235,47.74309,8.99901\n10454,1646394236,47.74309,8.99901\n10455,1646394237,47.74309,8.99901\n10456,1646394238,47.74309,8.99901\n10457,1646394239,47.74309,8.99901\n10458,1646394240,47.74309,8.99901\n10459,1646394241,47.74309,8.99901\n10460,1646394242,47.74309,8.99901\n10461,1646394243,47.74309,8.99901\n10462,1646394244,47.74309,8.99901\n10463,1646394245,47.74309,8.99901\n10464,1646394246,47.74309,8.99901\n10465,1646394247,47.74309,8.99901\n10466,1646394248,47.74309,8.99901\n10467,1646394249,47.74309,8.99901\n10468,1646394250,47.74309,8.99901\n10469,1646394251,47.74309,8.99901\n10470,1646394252,47.74309,8.99901\n10471,1646394253,47.74309,8.99901\n10472,1646394254,47.74309,8.99901\n10473,1646394255,47.74309,8.99901\n10474,1646394256,47.74309,8.99901\n10475,1646394257,47.74309,8.99901\n10476,1646394258,47.74309,8.99901\n10477,1646394259,47.74309,8.99901\n10478,1646394260,47.74309,8.99901\n10479,1646394261,47.74309,8.99901\n10480,1646394262,47.74309,8.99901\n10481,1646394263,47.74309,8.99901\n10482,1646394264,47.74309,8.99901\n10483,1646394265,47.74309,8.99901\n10484,1646394266,47.74309,8.99901\n10485,1646394267,47.74309,8.99901\n10486,1646394268,47.74309,8.99901\n10487,1646394269,47.74309,8.99901\n10488,1646394270,47.74309,8.99901\n10489,1646394271,47.74309,8.99901\n10490,1646394272,47.74309,8.99901\n10491,1646394273,47.74309,8.99901\n10492,1646394274,47.74309,8.99901\n10493,1646394275,47.74309,8.99901\n10494,1646394276,47.74309,8.99901\n10495,1646394277,47.74309,8.99901\n10496,1646394278,47.74309,8.99901\n10497,1646394279,47.74309,8.99901\n10498,1646394280,47.74309,8.99901\n10499,1646394281,47.74309,8.99901\n10500,1646394282,47.74308,8.99901\n10501,1646394283,47.74308,8.99901\n10502,1646394284,47.74308,8.99901\n10503,1646394285,47.74308,8.99901\n10504,1646394286,47.74308,8.99901\n10505,1646394287,47.74308,8.99901\n10506,1646394288,47.74308,8.99901\n10507,1646394289,47.74308,8.99901\n10508,1646394290,47.74308,8.99901\n10509,1646394291,47.74308,8.99901\n10510,1646394292,47.74308,8.99901\n10511,1646394293,47.74308,8.99901\n10512,1646394294,47.74308,8.99901\n10513,1646394295,47.74308,8.99901\n10514,1646394296,47.74308,8.99901\n10515,1646394297,47.74308,8.99901\n10516,1646394298,47.74308,8.99901\n10517,1646394299,47.74308,8.99901\n10518,1646394300,47.74308,8.99901\n10519,1646394301,47.74308,8.99901\n10520,1646394302,47.74308,8.99901\n10521,1646394303,47.74308,8.99901\n10522,1646394304,47.74308,8.99901\n10523,1646394305,47.74308,8.99901\n10524,1646394306,47.74308,8.99901\n10525,1646394307,47.74308,8.99901\n10526,1646394308,47.74308,8.99901\n10527,1646394309,47.74308,8.99901\n10528,1646394310,47.74308,8.99901\n10529,1646394311,47.74308,8.99901\n10530,1646394312,47.74308,8.99901\n10531,1646394313,47.74308,8.99901\n10532,1646394314,47.74308,8.99901\n10533,1646394315,47.74308,8.99901\n10534,1646394316,47.74308,8.99901\n10535,1646394317,47.74308,8.99901\n10536,1646394318,47.74308,8.99901\n10537,1646394319,47.74308,8.99901\n10538,1646394320,47.74308,8.99901\n10539,1646394321,47.74308,8.99901\n10540,1646394322,47.74308,8.99901\n10541,1646394323,47.74308,8.99901\n10542,1646394324,47.74308,8.99901\n10543,1646394325,47.74308,8.99901\n10544,1646394326,47.74308,8.99902\n10545,1646394327,47.74308,8.99902\n10546,1646394328,47.74308,8.99902\n10547,1646394329,47.74308,8.99902\n10548,1646394330,47.74308,8.99902\n10549,1646394331,47.74308,8.99902\n10550,1646394332,47.74308,8.99902\n10551,1646394333,47.74308,8.99902\n10552,1646394334,47.74308,8.99902\n10553,1646394335,47.74308,8.99902\n10554,1646394336,47.74308,8.99902\n10555,1646394337,47.74308,8.99902\n10556,1646394338,47.74308,8.99902\n10557,1646394339,47.74308,8.99902\n10558,1646394340,47.74308,8.99902\n10559,1646394341,47.74308,8.99902\n10560,1646394342,47.74308,8.99902\n10561,1646394343,47.74308,8.99902\n10562,1646394344,47.74308,8.99902\n10563,1646394345,47.74308,8.99902\n10564,1646394346,47.74308,8.99902\n10565,1646394347,47.74308,8.99902\n10566,1646394348,47.74308,8.99902\n10567,1646394349,47.74308,8.99902\n10568,1646394350,47.74308,8.99902\n10569,1646394351,47.74308,8.99902\n10570,1646394352,47.74308,8.99902\n10571,1646394353,47.74308,8.99902\n10572,1646394354,47.74308,8.99902\n10573,1646394355,47.74308,8.99902\n10574,1646394356,47.74308,8.99902\n10575,1646394357,47.74308,8.99902\n10576,1646394358,47.74308,8.99902\n10577,1646394359,47.74308,8.99902\n10578,1646394360,47.74308,8.99902\n10579,1646394361,47.74308,8.99902\n10580,1646394362,47.74308,8.99902\n10581,1646394363,47.74308,8.99902\n10582,1646394364,47.74308,8.99902\n10583,1646394365,47.74308,8.99902\n10584,1646394366,47.74308,8.99902\n10585,1646394367,47.74308,8.99902\n10586,1646394368,47.74308,8.99902\n10587,1646394369,47.74308,8.99902\n10588,1646394370,47.74308,8.99902\n10589,1646394371,47.74308,8.99902\n10590,1646394372,47.74308,8.99902\n10591,1646394373,47.74308,8.99902\n10592,1646394374,47.74308,8.99902\n10593,1646394375,47.74308,8.99902\n10594,1646394376,47.74308,8.99902\n10595,1646394377,47.74308,8.99902\n10596,1646394378,47.74308,8.99902\n10597,1646394379,47.74308,8.99902\n10598,1646394380,47.74308,8.99902\n10599,1646394381,47.74308,8.99902\n10600,1646394382,47.74308,8.99902\n10601,1646394383,47.74308,8.99902\n10602,1646394384,47.74308,8.99902\n10603,1646394385,47.74308,8.99902\n10604,1646394386,47.74308,8.99902\n10605,1646394387,47.74308,8.99902\n10606,1646394388,47.74308,8.99902\n10607,1646394389,47.74308,8.99902\n10608,1646394390,47.74308,8.99902\n10609,1646394391,47.74308,8.99902\n10610,1646394392,47.74308,8.99902\n10611,1646394393,47.74308,8.99902\n10612,1646394394,47.74308,8.99902\n10613,1646394395,47.74308,8.99902\n10614,1646394396,47.74308,8.99902\n10615,1646394397,47.74308,8.99902\n10616,1646394398,47.74308,8.99902\n10617,1646394399,47.74308,8.99902\n10618,1646394400,47.74308,8.99902\n10619,1646394401,47.74308,8.99902\n10620,1646394402,47.74308,8.99902\n10621,1646394403,47.74308,8.99902\n10622,1646394404,47.74308,8.99902\n10623,1646394405,47.74308,8.99902\n10624,1646394406,47.74308,8.99902\n10625,1646394407,47.74308,8.99902\n10626,1646394408,47.74308,8.99902\n10627,1646394409,47.74308,8.99902\n10628,1646394410,47.74308,8.99902\n10629,1646394411,47.74308,8.99902\n10630,1646394412,47.74308,8.99902\n10631,1646394413,47.74308,8.99902\n10632,1646394414,47.74308,8.99902\n10633,1646394415,47.74308,8.99902\n10634,1646394416,47.74308,8.99902\n10635,1646394417,47.74308,8.99902\n10636,1646394418,47.74308,8.99902\n10637,1646394419,47.74308,8.99902\n10638,1646394420,47.74308,8.99902\n10639,1646394421,47.74308,8.99902\n10640,1646394422,47.74308,8.99902\n10641,1646394423,47.74308,8.99902\n10642,1646394424,47.74308,8.99902\n10643,1646394425,47.74308,8.99902\n10644,1646394426,47.74308,8.99902\n10645,1646394427,47.74308,8.99902\n10646,1646394428,47.74308,8.99902\n10647,1646394429,47.74308,8.99902\n10648,1646394430,47.74308,8.99902\n10649,1646394431,47.74308,8.99902\n10650,1646394432,47.74308,8.99902\n10651,1646394433,47.74308,8.99902\n10652,1646394434,47.74308,8.99902\n10653,1646394435,47.74308,8.99902\n10654,1646394436,47.74308,8.99902\n10655,1646394437,47.74308,8.99902\n10656,1646394438,47.74308,8.99902\n10657,1646394439,47.74308,8.99902\n10658,1646394440,47.74308,8.99902\n10659,1646394441,47.74308,8.99902\n10660,1646394442,47.74308,8.99902\n10661,1646394443,47.74308,8.99902\n10662,1646394444,47.74308,8.99902\n10663,1646394445,47.74308,8.99902\n10664,1646394446,47.74308,8.99902\n10665,1646394447,47.74308,8.99902\n10666,1646394448,47.74308,8.99902\n10667,1646394449,47.74308,8.99902\n10668,1646394450,47.74308,8.99902\n10669,1646394451,47.74308,8.99902\n10670,1646394452,47.74308,8.99902\n10671,1646394453,47.74308,8.99902\n10672,1646394454,47.74308,8.99902\n10673,1646394455,47.74308,8.99902\n10674,1646394456,47.74308,8.99902\n10675,1646394457,47.74308,8.99902\n10676,1646394458,47.74308,8.99902\n10677,1646394459,47.74308,8.99902\n10678,1646394460,47.74308,8.99902\n10679,1646394461,47.74308,8.99902\n10680,1646394462,47.74308,8.99902\n10681,1646394463,47.74308,8.99902\n10682,1646394464,47.74308,8.99902\n10683,1646394465,47.74308,8.99902\n10684,1646394466,47.74308,8.99902\n10685,1646394467,47.74308,8.99902\n10686,1646394468,47.74308,8.99902\n10687,1646394469,47.74308,8.99902\n10688,1646394470,47.74308,8.99902\n10689,1646394471,47.74308,8.99902\n10690,1646394472,47.74308,8.99902\n10691,1646394473,47.74308,8.99902\n10692,1646394474,47.74308,8.99902\n10693,1646394475,47.74308,8.99902\n10694,1646394476,47.74308,8.99902\n10695,1646394477,47.74309,8.99902\n10696,1646394478,47.74309,8.99902\n10697,1646394479,47.74309,8.99902\n10698,1646394480,47.74309,8.99902\n10699,1646394481,47.74309,8.99902\n10700,1646394482,47.74309,8.99902\n10701,1646394483,47.74309,8.99902\n10702,1646394484,47.74309,8.99902\n10703,1646394485,47.74309,8.99902\n10704,1646394486,47.74309,8.99902\n10705,1646394487,47.74309,8.99902\n10706,1646394488,47.74309,8.99902\n10707,1646394489,47.74309,8.99902\n10708,1646394490,47.74309,8.99902\n10709,1646394491,47.74309,8.99902\n10710,1646394492,47.74309,8.99902\n10711,1646394493,47.74309,8.99902\n10712,1646394494,47.74309,8.99902\n10713,1646394495,47.74309,8.99902\n10714,1646394496,47.74309,8.99902\n10715,1646394497,47.74309,8.99902\n10716,1646394498,47.74308,8.99902\n10717,1646394499,47.74308,8.99902\n10718,1646394500,47.74308,8.99902\n10719,1646394501,47.74308,8.99902\n10720,1646394502,47.74308,8.99902\n10721,1646394503,47.74308,8.99902\n10722,1646394504,47.74308,8.99902\n10723,1646394505,47.74308,8.99902\n10724,1646394506,47.74308,8.99902\n10725,1646394507,47.74308,8.99902\n10726,1646394508,47.74308,8.99902\n10727,1646394509,47.74308,8.99902\n10728,1646394510,47.74308,8.99902\n10729,1646394511,47.74308,8.99902\n10730,1646394512,47.74308,8.99902\n10731,1646394513,47.74308,8.99902\n10732,1646394514,47.74308,8.99902\n10733,1646394515,47.74308,8.99902\n10734,1646394516,47.74308,8.99902\n10735,1646394517,47.74308,8.99902\n10736,1646394518,47.74308,8.99902\n10737,1646394519,47.74308,8.99902\n10738,1646394520,47.74308,8.99902\n10739,1646394521,47.74308,8.99902\n10740,1646394522,47.74308,8.99902\n10741,1646394523,47.74308,8.99902\n10742,1646394524,47.74308,8.99902\n10743,1646394525,47.74308,8.99902\n10744,1646394526,47.74308,8.99902\n10745,1646394527,47.74308,8.99902\n10746,1646394528,47.74308,8.99902\n10747,1646394529,47.74308,8.99902\n10748,1646394530,47.74308,8.99902\n10749,1646394531,47.74308,8.99902\n10750,1646394532,47.74308,8.99902\n10751,1646394533,47.74308,8.99902\n10752,1646394534,47.74308,8.99902\n10753,1646394535,47.74308,8.99902\n10754,1646394536,47.74308,8.99902\n10755,1646394537,47.74308,8.99902\n10756,1646394538,47.74308,8.99902\n10757,1646394539,47.74308,8.99902\n10758,1646394540,47.74308,8.99902\n10759,1646394541,47.74308,8.99902\n10760,1646394542,47.74308,8.99902\n10761,1646394543,47.74308,8.99902\n10762,1646394544,47.74308,8.99902\n10763,1646394545,47.74308,8.99902\n10764,1646394546,47.74308,8.99902\n10765,1646394547,47.74308,8.99902\n10766,1646394548,47.74308,8.99902\n10767,1646394549,47.74308,8.99902\n10768,1646394550,47.74308,8.99902\n10769,1646394551,47.74308,8.99902\n10770,1646394552,47.74308,8.99902\n10771,1646394553,47.74308,8.99902\n10772,1646394554,47.74308,8.99902\n10773,1646394555,47.74308,8.99902\n10774,1646394556,47.74308,8.99902\n10775,1646394557,47.74308,8.99902\n10776,1646394558,47.74308,8.99902\n10777,1646394559,47.74308,8.99902\n10778,1646394560,47.74308,8.99902\n10779,1646394561,47.74308,8.99902\n10780,1646394562,47.74308,8.99902\n10781,1646394563,47.74308,8.99902\n10782,1646394564,47.74308,8.99902\n10783,1646394565,47.74308,8.99902\n10784,1646394566,47.74308,8.99902\n10785,1646394567,47.74308,8.99902\n10786,1646394568,47.74308,8.99902\n10787,1646394569,47.74308,8.99902\n10788,1646394570,47.74308,8.99902\n10789,1646394571,47.74308,8.99902\n10790,1646394572,47.74308,8.99902\n10791,1646394573,47.74308,8.99902\n10792,1646394574,47.74308,8.99902\n10793,1646394575,47.74308,8.99902\n10794,1646394576,47.74308,8.99902\n10795,1646394577,47.74308,8.99902\n10796,1646394578,47.74308,8.99902\n10797,1646394579,47.74308,8.99902\n10798,1646394580,47.74308,8.99902\n10799,1646394581,47.74308,8.99902\n10800,1646394582,47.74308,8.99902\n10801,1646394583,47.74308,8.99902\n10802,1646394584,47.74308,8.99902\n10803,1646394585,47.74308,8.99902\n10804,1646394586,47.74308,8.99902\n10805,1646394587,47.74308,8.99902\n10806,1646394588,47.74308,8.99902\n10807,1646394589,47.74308,8.99902\n10808,1646394590,47.74308,8.99902\n10809,1646394591,47.74308,8.99902\n10810,1646394592,47.74308,8.99902\n10811,1646394593,47.74308,8.99902\n10812,1646394594,47.74308,8.99902\n10813,1646394595,47.74308,8.99902\n10814,1646394596,47.74308,8.99902\n10815,1646394597,47.74308,8.99902\n10816,1646394598,47.74308,8.99902\n10817,1646394599,47.74308,8.99902\n10818,1646394600,47.74308,8.99902\n10819,1646394601,47.74308,8.99902\n10820,1646394602,47.74308,8.99902\n10821,1646394603,47.74308,8.99902\n10822,1646394604,47.74308,8.99902\n10823,1646394605,47.74308,8.99902\n10824,1646394606,47.74308,8.99902\n10825,1646394607,47.74308,8.99902\n10826,1646394608,47.74308,8.99902\n10827,1646394609,47.74308,8.99902\n10828,1646394610,47.74308,8.99902\n10829,1646394611,47.74308,8.99902\n10830,1646394612,47.74308,8.99902\n10831,1646394613,47.74308,8.99902\n10832,1646394614,47.74308,8.99902\n10833,1646394615,47.74308,8.99902\n10834,1646394616,47.74308,8.99902\n10835,1646394617,47.74308,8.99902\n10836,1646394618,47.74308,8.99902\n10837,1646394619,47.74308,8.99902\n10838,1646394620,47.74308,8.99902\n10839,1646394621,47.74308,8.99902\n10840,1646394622,47.74308,8.99902\n10841,1646394623,47.74308,8.99902\n10842,1646394624,47.74308,8.99902\n10843,1646394625,47.74308,8.99902\n10844,1646394626,47.74308,8.99902\n10845,1646394627,47.74308,8.99902\n10846,1646394628,47.74308,8.99902\n10847,1646394629,47.74308,8.99902\n10848,1646394630,47.74308,8.99902\n10849,1646394631,47.74308,8.99902\n10850,1646394632,47.74308,8.99902\n10851,1646394633,47.74308,8.99902\n10852,1646394634,47.74308,8.99902\n10853,1646394635,47.74308,8.99902\n10854,1646394636,47.74308,8.99902\n10855,1646394637,47.74308,8.99902\n10856,1646394638,47.74308,8.99902\n10857,1646394639,47.74308,8.99902\n10858,1646394640,47.74308,8.99902\n10859,1646394641,47.74308,8.99902\n10860,1646394642,47.74308,8.99902\n10861,1646394643,47.74308,8.99902\n10862,1646394644,47.74308,8.99902\n10863,1646394645,47.74308,8.99902\n10864,1646394646,47.74308,8.99902\n10865,1646394647,47.74308,8.99902\n10866,1646394648,47.74308,8.99902\n10867,1646394649,47.74308,8.99902\n10868,1646394650,47.74308,8.99902\n10869,1646394651,47.74308,8.99902\n10870,1646394652,47.74308,8.99902\n10871,1646394653,47.74308,8.99902\n10872,1646394654,47.74308,8.99902\n10873,1646394655,47.74308,8.99902\n10874,1646394656,47.74308,8.99902\n10875,1646394657,47.74308,8.99902\n10876,1646394658,47.74308,8.99902\n10877,1646394659,47.74308,8.99902\n10878,1646394660,47.74308,8.99902\n10879,1646394661,47.74308,8.99902\n10880,1646394662,47.74308,8.99902\n10881,1646394663,47.74308,8.99902\n10882,1646394664,47.74308,8.99902\n10883,1646394665,47.74308,8.99902\n10884,1646394666,47.74308,8.99902\n10885,1646394667,47.74308,8.99902\n10886,1646394668,47.74308,8.99902\n10887,1646394669,47.74308,8.99902\n10888,1646394670,47.74308,8.99902\n10889,1646394671,47.74308,8.99902\n10890,1646394672,47.74308,8.99902\n10891,1646394673,47.74308,8.99902\n10892,1646394674,47.74308,8.99902\n10893,1646394675,47.74308,8.99902\n10894,1646394676,47.74308,8.99902\n10895,1646394677,47.74308,8.99902\n10896,1646394678,47.74308,8.99902\n10897,1646394679,47.74308,8.99902\n10898,1646394680,47.74308,8.99902\n10899,1646394681,47.74308,8.99902\n10900,1646394682,47.74308,8.99902\n10901,1646394683,47.74308,8.99902\n10902,1646394684,47.74308,8.99902\n10903,1646394685,47.74308,8.99902\n10904,1646394686,47.74308,8.99902\n10905,1646394687,47.74308,8.99902\n10906,1646394688,47.74308,8.99902\n10907,1646394689,47.74308,8.99902\n10908,1646394690,47.74308,8.99902\n10909,1646394691,47.74308,8.99902\n10910,1646394692,47.74308,8.99902\n10911,1646394693,47.74308,8.99902\n10912,1646394694,47.74308,8.99902\n10913,1646394695,47.74308,8.99902\n10914,1646394696,47.74308,8.99902\n10915,1646394697,47.74308,8.99902\n10916,1646394698,47.74308,8.99902\n10917,1646394699,47.74308,8.99902\n10918,1646394700,47.74308,8.99902\n10919,1646394701,47.74308,8.99902\n10920,1646394702,47.74308,8.99902\n10921,1646394703,47.74308,8.99902\n10922,1646394704,47.74308,8.99902\n10923,1646394705,47.74308,8.99902\n10924,1646394706,47.74308,8.99902\n10925,1646394707,47.74308,8.99902\n10926,1646394708,47.74308,8.99902\n10927,1646394709,47.74308,8.99902\n10928,1646394710,47.74308,8.99902\n10929,1646394711,47.74308,8.99902\n10930,1646394712,47.74308,8.99902\n10931,1646394713,47.74308,8.99902\n10932,1646394714,47.74308,8.99902\n10933,1646394715,47.74308,8.99902\n10934,1646394716,47.74308,8.99902\n10935,1646394717,47.74308,8.99902\n10936,1646394718,47.74308,8.99902\n10937,1646394719,47.74308,8.99902\n10938,1646394720,47.74308,8.99902\n10939,1646394721,47.74308,8.99902\n10940,1646394722,47.74308,8.99902\n10941,1646394723,47.74308,8.99902\n10942,1646394724,47.74308,8.99902\n10943,1646394725,47.74308,8.99902\n10944,1646394726,47.74308,8.99902\n10945,1646394727,47.74308,8.99902\n10946,1646394728,47.74308,8.99902\n10947,1646394729,47.74308,8.99902\n10948,1646394730,47.74308,8.99902\n10949,1646394731,47.74308,8.99902\n10950,1646394732,47.74308,8.99902\n10951,1646394733,47.74308,8.99902\n10952,1646394734,47.74308,8.99902\n10953,1646394735,47.74308,8.99902\n10954,1646394736,47.74308,8.99902\n10955,1646394737,47.74308,8.99902\n10956,1646394738,47.74308,8.99902\n10957,1646394739,47.74308,8.99902\n10958,1646394740,47.74308,8.99902\n10959,1646394741,47.74308,8.99902\n10960,1646394742,47.74308,8.99902\n10961,1646394743,47.74308,8.99902\n10962,1646394744,47.74308,8.99902\n10963,1646394745,47.74308,8.99902\n10964,1646394746,47.74308,8.99902\n10965,1646394747,47.74308,8.99902\n10966,1646394748,47.74308,8.99902\n10967,1646394749,47.74308,8.99902\n10968,1646394750,47.74308,8.99902\n10969,1646394751,47.74308,8.99902\n10970,1646394752,47.74308,8.99902\n10971,1646394753,47.74308,8.99902\n10972,1646394754,47.74308,8.99902\n10973,1646394755,47.74308,8.99902\n10974,1646394756,47.74307,8.99902\n10975,1646394757,47.74307,8.99902\n10976,1646394758,47.74307,8.99902\n10977,1646394759,47.74307,8.99902\n10978,1646394760,47.74307,8.99902\n10979,1646394761,47.74307,8.99902\n10980,1646394762,47.74307,8.99902\n10981,1646394763,47.74307,8.99902\n10982,1646394764,47.74307,8.99902\n10983,1646394765,47.74307,8.99902\n10984,1646394766,47.74307,8.99902\n10985,1646394767,47.74307,8.99902\n10986,1646394768,47.74307,8.99902\n10987,1646394769,47.74307,8.99902\n10988,1646394770,47.74307,8.99902\n10989,1646394771,47.74307,8.99902\n10990,1646394772,47.74307,8.99902\n10991,1646394773,47.74307,8.99902\n10992,1646394774,47.74307,8.99902\n10993,1646394775,47.74307,8.99902\n10994,1646394776,47.74307,8.99902\n10995,1646394777,47.74307,8.99902\n10996,1646394778,47.74307,8.99902\n10997,1646394779,47.74307,8.99902\n10998,1646394780,47.74307,8.99902\n10999,1646394781,47.74307,8.99902\n11000,1646394782,47.74307,8.99902\n11001,1646394783,47.74307,8.99902\n11002,1646394784,47.74307,8.99902\n11003,1646394785,47.74307,8.99902\n11004,1646394786,47.74307,8.99902\n11005,1646394787,47.74307,8.99902\n11006,1646394788,47.74307,8.99902\n11007,1646394789,47.74307,8.99902\n11008,1646394790,47.74307,8.99902\n11009,1646394791,47.74307,8.99902\n11010,1646394792,47.74307,8.99902\n11011,1646394793,47.74307,8.99902\n11012,1646394794,47.74307,8.99902\n11013,1646394795,47.74307,8.99902\n11014,1646394796,47.74307,8.99902\n11015,1646394797,47.74307,8.99902\n11016,1646394798,47.74307,8.99902\n11017,1646394799,47.74307,8.99902\n11018,1646394800,47.74307,8.99902\n11019,1646394801,47.74307,8.99902\n11020,1646394802,47.74307,8.99902\n11021,1646394803,47.74307,8.99902\n11022,1646394804,47.74307,8.99902\n11023,1646394805,47.74307,8.99902\n11024,1646394806,47.74307,8.99902\n11025,1646394807,47.74307,8.99902\n11026,1646394808,47.74307,8.99902\n11027,1646394809,47.74307,8.99902\n11028,1646394810,47.74307,8.99902\n11029,1646394811,47.74307,8.99902\n11030,1646394812,47.74307,8.99902\n11031,1646394813,47.74307,8.99902\n11032,1646394814,47.74307,8.99902\n11033,1646394815,47.74307,8.99902\n11034,1646394816,47.74307,8.99902\n11035,1646394817,47.74307,8.99902\n11036,1646394818,47.74307,8.99902\n11037,1646394819,47.74307,8.99902\n11038,1646394820,47.74307,8.99902\n11039,1646394821,47.74307,8.99902\n11040,1646394822,47.74307,8.99902\n11041,1646394823,47.74307,8.99902\n11042,1646394824,47.74307,8.99902\n11043,1646394825,47.74307,8.99902\n11044,1646394826,47.74307,8.99902\n11045,1646394827,47.74307,8.99902\n11046,1646394828,47.74307,8.99902\n11047,1646394829,47.74307,8.99902\n11048,1646394830,47.74307,8.99902\n11049,1646394831,47.74307,8.99902\n11050,1646394832,47.74307,8.99902\n11051,1646394833,47.74307,8.99902\n11052,1646394834,47.74307,8.99902\n11053,1646394835,47.74307,8.99902\n11054,1646394836,47.74307,8.99902\n11055,1646394837,47.74307,8.99902\n11056,1646394838,47.74307,8.99902\n11057,1646394839,47.74307,8.99902\n11058,1646394840,47.74307,8.99902\n11059,1646394841,47.74307,8.99902\n11060,1646394842,47.74307,8.99902\n11061,1646394843,47.74307,8.99902\n11062,1646394844,47.74307,8.99902\n11063,1646394845,47.74307,8.99902\n11064,1646394846,47.74307,8.99902\n11065,1646394847,47.74307,8.99902\n11066,1646394848,47.74307,8.99902\n11067,1646394849,47.74307,8.99902\n11068,1646394850,47.74307,8.99902\n11069,1646394851,47.74307,8.99902\n11070,1646394852,47.74307,8.99902\n11071,1646394853,47.74307,8.99902\n11072,1646394854,47.74307,8.99902\n11073,1646394855,47.74307,8.99902\n11074,1646394856,47.74307,8.99902\n11075,1646394857,47.74307,8.99902\n11076,1646394858,47.74307,8.99902\n11077,1646394859,47.74307,8.99902\n11078,1646394860,47.74307,8.99902\n11079,1646394861,47.74307,8.99902\n11080,1646394862,47.74307,8.99902\n11081,1646394863,47.74307,8.99902\n11082,1646394864,47.74307,8.99902\n11083,1646394865,47.74307,8.99902\n11084,1646394866,47.74307,8.99902\n11085,1646394867,47.74307,8.99902\n11086,1646394868,47.74307,8.99902\n11087,1646394869,47.74307,8.99902\n11088,1646394870,47.74307,8.99902\n11089,1646394871,47.74307,8.99902\n11090,1646394872,47.74307,8.99902\n11091,1646394873,47.74307,8.99902\n11092,1646394874,47.74307,8.99902\n11093,1646394875,47.74307,8.99902\n11094,1646394876,47.74307,8.99902\n11095,1646394877,47.74307,8.99902\n11096,1646394878,47.74307,8.99902\n11097,1646394879,47.74307,8.99902\n11098,1646394880,47.74307,8.99902\n11099,1646394881,47.74307,8.99902\n11100,1646394882,47.74307,8.99902\n11101,1646394883,47.74307,8.99902\n11102,1646394884,47.74307,8.99902\n11103,1646394885,47.74307,8.99902\n11104,1646394886,47.74307,8.99902\n11105,1646394887,47.74307,8.99902\n11106,1646394888,47.74307,8.99902\n11107,1646394889,47.74307,8.99902\n11108,1646394890,47.74307,8.99902\n11109,1646394891,47.74307,8.99902\n11110,1646394892,47.74307,8.99902\n11111,1646394893,47.74307,8.99902\n11112,1646394894,47.74307,8.99902\n11113,1646394895,47.74307,8.99902\n11114,1646394896,47.74307,8.99902\n11115,1646394897,47.74307,8.99902\n11116,1646394898,47.74307,8.99902\n11117,1646394899,47.74307,8.99902\n11118,1646394900,47.74307,8.99902\n11119,1646394901,47.74307,8.99902\n11120,1646394902,47.74307,8.99902\n11121,1646394903,47.74307,8.99902\n11122,1646394904,47.74307,8.99902\n11123,1646394905,47.74307,8.99902\n11124,1646394906,47.74307,8.99902\n11125,1646394907,47.74307,8.99902\n11126,1646394908,47.74307,8.99902\n11127,1646394909,47.74307,8.99902\n11128,1646394910,47.74307,8.99902\n11129,1646394911,47.74307,8.99902\n11130,1646394912,47.74307,8.99902\n11131,1646394913,47.74307,8.99902\n11132,1646394914,47.74307,8.99902\n11133,1646394915,47.74307,8.99902\n11134,1646394916,47.74307,8.99902\n11135,1646394917,47.74307,8.99902\n11136,1646394918,47.74307,8.99902\n11137,1646394919,47.74307,8.99902\n11138,1646394920,47.74307,8.99902\n11139,1646394921,47.74307,8.99902\n11140,1646394922,47.74307,8.99902\n11141,1646394923,47.74307,8.99902\n11142,1646394924,47.74307,8.99902\n11143,1646394925,47.74307,8.99902\n11144,1646394926,47.74307,8.99902\n11145,1646394927,47.74307,8.99902\n11146,1646394928,47.74307,8.99902\n11147,1646394929,47.74307,8.99902\n11148,1646394930,47.74307,8.99902\n11149,1646394931,47.74307,8.99902\n11150,1646394932,47.74307,8.99902\n11151,1646394933,47.74307,8.99902\n11152,1646394934,47.74307,8.99902\n11153,1646394935,47.74307,8.99902\n11154,1646394936,47.74307,8.99902\n11155,1646394937,47.74307,8.99902\n11156,1646394938,47.74307,8.99902\n11157,1646394939,47.74307,8.99902\n11158,1646394940,47.74307,8.99902\n11159,1646394941,47.74307,8.99902\n11160,1646394942,47.74307,8.99902\n11161,1646394943,47.74307,8.99902\n11162,1646394944,47.74307,8.99902\n11163,1646394945,47.74307,8.99902\n11164,1646394946,47.74307,8.99902\n11165,1646394947,47.74307,8.99902\n11166,1646394948,47.74307,8.99902\n11167,1646394949,47.74307,8.99902\n11168,1646394950,47.74307,8.99902\n11169,1646394951,47.74307,8.99902\n11170,1646394952,47.74307,8.99902\n11171,1646394953,47.74307,8.99902\n11172,1646394954,47.74307,8.99902\n11173,1646394955,47.74307,8.99902\n11174,1646394956,47.74307,8.99902\n11175,1646394957,47.74307,8.99902\n11176,1646394958,47.74307,8.99902\n11177,1646394959,47.74307,8.99902\n11178,1646394960,47.74307,8.99902\n11179,1646394961,47.74307,8.99902\n11180,1646394962,47.74307,8.99902\n11181,1646394963,47.74307,8.99902\n11182,1646394964,47.74307,8.99902\n11183,1646394965,47.74307,8.99902\n11184,1646394966,47.74307,8.99902\n11185,1646394967,47.74307,8.99902\n11186,1646394968,47.74307,8.99902\n11187,1646394969,47.74307,8.99902\n11188,1646394970,47.74307,8.99902\n11189,1646394971,47.74307,8.99902\n11190,1646394972,47.74307,8.99902\n11191,1646394973,47.74307,8.99902\n11192,1646394974,47.74307,8.99902\n11193,1646394975,47.74307,8.99902\n11194,1646394976,47.74307,8.99902\n11195,1646394977,47.74307,8.99902\n11196,1646394978,47.74307,8.99902\n11197,1646394979,47.74307,8.99902\n11198,1646394980,47.74307,8.99902\n11199,1646394981,47.74307,8.99902\n11200,1646394982,47.74307,8.99902\n11201,1646394983,47.74307,8.99902\n11202,1646394984,47.74307,8.99902\n11203,1646394985,47.74307,8.99902\n11204,1646394986,47.74307,8.99902\n11205,1646394987,47.74307,8.99902\n11206,1646394988,47.74307,8.99902\n11207,1646394989,47.74307,8.99902\n11208,1646394990,47.74307,8.99902\n11209,1646394991,47.74307,8.99902\n11210,1646394992,47.74307,8.99902\n11211,1646394993,47.74307,8.99902\n11212,1646394994,47.74307,8.99902\n11213,1646394995,47.74307,8.99902\n11214,1646394996,47.74307,8.99902\n11215,1646394997,47.74307,8.99902\n11216,1646394998,47.74307,8.99902\n11217,1646394999,47.74307,8.99902\n11218,1646395000,47.74307,8.99902\n11219,1646395001,47.74307,8.99902\n11220,1646395002,47.74307,8.99902\n11221,1646395003,47.74307,8.99902\n11222,1646395004,47.74307,8.99902\n11223,1646395005,47.74307,8.99902\n11224,1646395006,47.74307,8.99902\n11225,1646395007,47.74307,8.99902\n11226,1646395008,47.74307,8.99902\n11227,1646395009,47.74307,8.99902\n11228,1646395010,47.74307,8.99902\n11229,1646395011,47.74307,8.99902\n11230,1646395012,47.74307,8.99902\n11231,1646395013,47.74307,8.99902\n11232,1646395014,47.74307,8.99902\n11233,1646395015,47.74307,8.99902\n11234,1646395016,47.74307,8.99902\n11235,1646395017,47.74307,8.99902\n11236,1646395018,47.74307,8.99902\n11237,1646395019,47.74307,8.99902\n11238,1646395020,47.74307,8.99902\n11239,1646395021,47.74307,8.99902\n11240,1646395022,47.74307,8.99902\n11241,1646395023,47.74307,8.99902\n11242,1646395024,47.74307,8.99902\n11243,1646395025,47.74307,8.99902\n11244,1646395026,47.74307,8.99902\n11245,1646395027,47.74307,8.99902\n11246,1646395028,47.74307,8.99902\n11247,1646395029,47.74307,8.99902\n11248,1646395030,47.74307,8.99902\n11249,1646395031,47.74307,8.99902\n11250,1646395032,47.74307,8.99902\n11251,1646395033,47.74307,8.99902\n11252,1646395034,47.74307,8.99902\n11253,1646395035,47.74307,8.99902\n11254,1646395036,47.74307,8.99902\n11255,1646395037,47.74307,8.99902\n11256,1646395038,47.74307,8.99902\n11257,1646395039,47.74307,8.99902\n11258,1646395040,47.74307,8.99902\n11259,1646395041,47.74307,8.99902\n11260,1646395042,47.74307,8.99902\n11261,1646395043,47.74307,8.99902\n11262,1646395044,47.74307,8.99902\n11263,1646395045,47.74307,8.99902\n11264,1646395046,47.74307,8.99902\n11265,1646395047,47.74307,8.99902\n11266,1646395048,47.74307,8.99902\n11267,1646395049,47.74307,8.99902\n11268,1646395050,47.74307,8.99902\n11269,1646395051,47.74307,8.99902\n11270,1646395052,47.74307,8.99902\n11271,1646395053,47.74307,8.99902\n11272,1646395054,47.74307,8.99902\n11273,1646395055,47.74307,8.99902\n11274,1646395056,47.74307,8.99902\n11275,1646395057,47.74307,8.99902\n11276,1646395058,47.74307,8.99902\n11277,1646395059,47.74307,8.99902\n11278,1646395060,47.74307,8.99902\n11279,1646395061,47.74307,8.99902\n11280,1646395062,47.74307,8.99902\n11281,1646395063,47.74307,8.99902\n11282,1646395064,47.74307,8.99902\n11283,1646395065,47.74307,8.99902\n11284,1646395066,47.74307,8.99902\n11285,1646395067,47.74307,8.99902\n11286,1646395068,47.74307,8.99902\n11287,1646395069,47.74307,8.99902\n11288,1646395070,47.74307,8.99902\n11289,1646395071,47.74307,8.99902\n11290,1646395072,47.74307,8.99902\n11291,1646395073,47.74307,8.99902\n11292,1646395074,47.74307,8.99902\n11293,1646395075,47.74307,8.99902\n11294,1646395076,47.74307,8.99902\n11295,1646395077,47.74307,8.99902\n11296,1646395078,47.74307,8.99902\n11297,1646395079,47.74307,8.99902\n11298,1646395080,47.74307,8.99902\n11299,1646395081,47.74307,8.99902\n11300,1646395082,47.74307,8.99902\n11301,1646395083,47.74307,8.99902\n11302,1646395084,47.74307,8.99902\n11303,1646395085,47.74307,8.99902\n11304,1646395086,47.74307,8.99902\n11305,1646395087,47.74307,8.99902\n11306,1646395088,47.74307,8.99902\n11307,1646395089,47.74307,8.99902\n11308,1646395090,47.74307,8.99902\n11309,1646395091,47.74307,8.99902\n11310,1646395092,47.74307,8.99902\n11311,1646395093,47.74307,8.99902\n11312,1646395094,47.74307,8.99902\n11313,1646395095,47.74307,8.99902\n11314,1646395096,47.74307,8.99902\n11315,1646395097,47.74307,8.99902\n11316,1646395098,47.74307,8.99902\n11317,1646395099,47.74307,8.99902\n11318,1646395100,47.74307,8.99902\n11319,1646395101,47.74307,8.99902\n11320,1646395102,47.74307,8.99902\n11321,1646395103,47.74307,8.99902\n11322,1646395104,47.74307,8.99902\n11323,1646395105,47.74307,8.99902\n11324,1646395106,47.74307,8.99902\n11325,1646395107,47.74307,8.99902\n11326,1646395108,47.74307,8.99902\n11327,1646395109,47.74307,8.99902\n11328,1646395110,47.74307,8.99902\n11329,1646395111,47.74307,8.99902\n11330,1646395112,47.74307,8.99902\n11331,1646395113,47.74307,8.99902\n11332,1646395114,47.74307,8.99902\n11333,1646395115,47.74307,8.99902\n11334,1646395116,47.74307,8.99902\n11335,1646395117,47.74307,8.99902\n11336,1646395118,47.74307,8.99902\n11337,1646395119,47.74307,8.99902\n11338,1646395120,47.74307,8.99902\n11339,1646395121,47.74307,8.99902\n11340,1646395122,47.74307,8.99902\n11341,1646395123,47.74307,8.99902\n11342,1646395124,47.74307,8.99902\n11343,1646395125,47.74307,8.99902\n11344,1646395126,47.74307,8.99902\n11345,1646395127,47.74307,8.99902\n11346,1646395128,47.74307,8.99902\n11347,1646395129,47.74307,8.99902\n11348,1646395130,47.74307,8.99902\n11349,1646395131,47.74307,8.99902\n11350,1646395132,47.74307,8.99902\n11351,1646395133,47.74307,8.99902\n11352,1646395134,47.74307,8.99902\n11353,1646395135,47.74307,8.99902\n11354,1646395136,47.74307,8.99902\n11355,1646395137,47.74307,8.99902\n11356,1646395138,47.74307,8.99902\n11357,1646395139,47.74307,8.99902\n11358,1646395140,47.74307,8.99902\n11359,1646395141,47.74307,8.99902\n11360,1646395142,47.74307,8.99902\n11361,1646395143,47.74307,8.99902\n11362,1646395144,47.74307,8.99902\n11363,1646395145,47.74307,8.99903\n11364,1646395146,47.74307,8.99903\n11365,1646395147,47.74307,8.99903\n11366,1646395148,47.74307,8.99903\n11367,1646395149,47.74307,8.99903\n11368,1646395150,47.74307,8.99903\n11369,1646395151,47.74307,8.99903\n11370,1646395152,47.74307,8.99903\n11371,1646395153,47.74308,8.99903\n11372,1646395154,47.74308,8.99903\n11373,1646395155,47.74308,8.99903\n11374,1646395156,47.74308,8.99903\n11375,1646395157,47.74308,8.99903\n11376,1646395158,47.74308,8.99903\n11377,1646395159,47.74308,8.99903\n11378,1646395160,47.74308,8.99904\n11379,1646395161,47.74308,8.99904\n11380,1646395162,47.74308,8.99904\n11381,1646395163,47.74308,8.99904\n11382,1646395164,47.74308,8.99904\n11383,1646395165,47.74308,8.99904\n11384,1646395166,47.74308,8.99904\n11385,1646395167,47.74308,8.99904\n11386,1646395168,47.74308,8.99904\n11387,1646395169,47.74308,8.99904\n11388,1646395170,47.74308,8.99904\n11389,1646395171,47.74308,8.99904\n11390,1646395172,47.74308,8.99904\n11391,1646395173,47.74308,8.99904\n11392,1646395174,47.74308,8.99904\n11393,1646395175,47.74308,8.99904\n11394,1646395176,47.74309,8.99904\n11395,1646395177,47.74309,8.99904\n11396,1646395178,47.74309,8.99904\n11397,1646395179,47.74309,8.99904\n11398,1646395180,47.74309,8.99904\n11399,1646395181,47.74309,8.99904\n11400,1646395182,47.74309,8.99904\n11401,1646395183,47.74309,8.99904\n11402,1646395184,47.74309,8.99904\n11403,1646395185,47.74309,8.99904\n11404,1646395186,47.74309,8.99904\n11405,1646395187,47.74309,8.99904\n11406,1646395188,47.74309,8.99904\n11407,1646395189,47.74309,8.99904\n11408,1646395190,47.74309,8.99904\n11409,1646395191,47.74309,8.99904\n11410,1646395192,47.74309,8.99904\n11411,1646395193,47.74309,8.99904\n11412,1646395194,47.74309,8.99904\n11413,1646395195,47.74308,8.99904\n11414,1646395196,47.74308,8.99904\n11415,1646395197,47.74308,8.99904\n11416,1646395198,47.74308,8.99904\n11417,1646395199,47.74308,8.99904\n11418,1646395200,47.74308,8.99904\n11419,1646395201,47.74308,8.99904\n11420,1646395202,47.74308,8.99904\n11421,1646395203,47.74308,8.99904\n11422,1646395204,47.74308,8.99904\n11423,1646395205,47.74308,8.99904\n11424,1646395206,47.74308,8.99904\n11425,1646395207,47.74308,8.99904\n11426,1646395208,47.74308,8.99904\n11427,1646395209,47.74308,8.99904\n11428,1646395210,47.74308,8.99904\n11429,1646395211,47.74308,8.99904\n11430,1646395212,47.74308,8.99904\n11431,1646395213,47.74308,8.99904\n11432,1646395214,47.74308,8.99904\n11433,1646395215,47.74308,8.99904\n11434,1646395216,47.74308,8.99904\n11435,1646395217,47.74308,8.99904\n11436,1646395218,47.74308,8.99904\n11437,1646395219,47.74308,8.99904\n11438,1646395220,47.74308,8.99904\n11439,1646395221,47.74308,8.99904\n11440,1646395222,47.74308,8.99904\n11441,1646395223,47.74308,8.99904\n11442,1646395224,47.74308,8.99904\n11443,1646395225,47.74308,8.99904\n11444,1646395226,47.74308,8.99904\n11445,1646395227,47.74308,8.99904\n11446,1646395228,47.74308,8.99904\n11447,1646395229,47.74308,8.99904\n11448,1646395230,47.74308,8.99904\n11449,1646395231,47.74308,8.99904\n11450,1646395233,47.74308,8.99904\n11451,1646395234,47.74308,8.99904\n11452,1646395235,47.74308,8.99904\n11453,1646395236,47.74308,8.99904\n11454,1646395237,47.74308,8.99904\n11455,1646395238,47.74308,8.99904\n11456,1646395239,47.74308,8.99904\n11457,1646395240,47.74308,8.99904\n11458,1646395241,47.74308,8.99904\n11459,1646395242,47.74308,8.99904\n11460,1646395243,47.74308,8.99904\n11461,1646395244,47.74308,8.99904\n11462,1646395245,47.74308,8.99904\n11463,1646395246,47.74308,8.99904\n11464,1646395247,47.74308,8.99904\n11465,1646395248,47.74308,8.99904\n11466,1646395249,47.74308,8.99904\n11467,1646395250,47.74308,8.99904\n11468,1646395251,47.74308,8.99904\n11469,1646395252,47.74308,8.99904\n11470,1646395253,47.74308,8.99904\n11471,1646395254,47.74308,8.99904\n11472,1646395255,47.74308,8.99904\n11473,1646395256,47.74308,8.99904\n11474,1646395257,47.74308,8.99904\n11475,1646395258,47.74308,8.99904\n11476,1646395259,47.74308,8.99904\n11477,1646395260,47.74308,8.99904\n11478,1646395261,47.74308,8.99904\n11479,1646395262,47.74308,8.99904\n11480,1646395263,47.74308,8.99904\n11481,1646395264,47.74308,8.99904\n11482,1646395265,47.74308,8.99904\n11483,1646395266,47.74308,8.99904\n11484,1646395267,47.74308,8.99904\n11485,1646395268,47.74308,8.99904\n11486,1646395269,47.74308,8.99904\n11487,1646395270,47.74308,8.99904\n11488,1646395271,47.74308,8.99904\n11489,1646395272,47.74308,8.99904\n11490,1646395273,47.74308,8.99904\n11491,1646395274,47.74308,8.99904\n11492,1646395275,47.74308,8.99904\n11493,1646395276,47.74308,8.99904\n11494,1646395277,47.74308,8.99904\n11495,1646395278,47.74308,8.99904\n11496,1646395279,47.74308,8.99904\n11497,1646395280,47.74308,8.99904\n11498,1646395281,47.74308,8.99904\n11499,1646395282,47.74308,8.99904\n11500,1646395283,47.74308,8.99904\n11501,1646395284,47.74308,8.99904\n11502,1646395285,47.74308,8.99904\n11503,1646395286,47.74308,8.99904\n11504,1646395287,47.74308,8.99904\n11505,1646395288,47.74308,8.99904\n11506,1646395289,47.74308,8.99904\n11507,1646395290,47.74308,8.99904\n11508,1646395291,47.74308,8.99904\n11509,1646395292,47.74308,8.99904\n11510,1646395293,47.74308,8.99904\n11511,1646395294,47.74308,8.99904\n11512,1646395295,47.74308,8.99904\n11513,1646395296,47.74308,8.99904\n11514,1646395297,47.74308,8.99904\n11515,1646395298,47.74308,8.99904\n11516,1646395299,47.74308,8.99904\n11517,1646395300,47.74308,8.99904\n11518,1646395301,47.74308,8.99904\n11519,1646395302,47.74308,8.99904\n11520,1646395303,47.74308,8.99904\n11521,1646395304,47.74308,8.99904\n11522,1646395305,47.74308,8.99903\n11523,1646395306,47.74308,8.99903\n11524,1646395307,47.74308,8.99903\n11525,1646395308,47.74308,8.99903\n11526,1646395309,47.74308,8.99903\n11527,1646395310,47.74308,8.99903\n11528,1646395311,47.74308,8.99903\n11529,1646395312,47.74308,8.99903\n11530,1646395313,47.74308,8.99903\n11531,1646395314,47.74308,8.99903\n11532,1646395315,47.74308,8.99903\n11533,1646395316,47.74308,8.99903\n11534,1646395317,47.74308,8.99903\n11535,1646395318,47.74308,8.99903\n11536,1646395319,47.74308,8.99903\n11537,1646395320,47.74308,8.99903\n11538,1646395321,47.74308,8.99903\n11539,1646395322,47.74308,8.99903\n11540,1646395323,47.74308,8.99903\n11541,1646395324,47.74308,8.99903\n11542,1646395325,47.74308,8.99903\n11543,1646395326,47.74308,8.99903\n11544,1646395327,47.74308,8.99903\n11545,1646395328,47.74308,8.99903\n11546,1646395329,47.74308,8.99903\n11547,1646395330,47.74308,8.99903\n11548,1646395331,47.74308,8.99903\n11549,1646395332,47.74308,8.99903\n11550,1646395333,47.74308,8.99903\n11551,1646395334,47.74308,8.99903\n11552,1646395335,47.74308,8.99903\n11553,1646395336,47.74308,8.99903\n11554,1646395337,47.74308,8.99903\n11555,1646395338,47.74308,8.99903\n11556,1646395339,47.74308,8.99903\n11557,1646395340,47.74308,8.99903\n11558,1646395341,47.74308,8.99903\n11559,1646395342,47.74308,8.99903\n11560,1646395343,47.74308,8.99903\n11561,1646395344,47.74308,8.99903\n11562,1646395345,47.74308,8.99903\n11563,1646395346,47.74308,8.99903\n11564,1646395347,47.74308,8.99903\n11565,1646395348,47.74308,8.99903\n11566,1646395349,47.74308,8.99903\n11567,1646395350,47.74308,8.99903\n11568,1646395351,47.74308,8.99903\n11569,1646395352,47.74308,8.99903\n11570,1646395353,47.74308,8.99903\n11571,1646395354,47.74308,8.99903\n11572,1646395355,47.74308,8.99903\n11573,1646395356,47.74308,8.99903\n11574,1646395357,47.74308,8.99903\n11575,1646395358,47.74308,8.99903\n11576,1646395359,47.74308,8.99903\n11577,1646395360,47.74308,8.99903\n11578,1646395361,47.74308,8.99903\n11579,1646395362,47.74308,8.99903\n11580,1646395363,47.74308,8.99903\n11581,1646395364,47.74308,8.99903\n11582,1646395365,47.74308,8.99903\n11583,1646395366,47.74308,8.99903\n11584,1646395367,47.74308,8.99903\n11585,1646395368,47.74308,8.99903\n11586,1646395369,47.74308,8.99903\n11587,1646395370,47.74308,8.99903\n11588,1646395371,47.74308,8.99903\n11589,1646395372,47.74308,8.99903\n11590,1646395373,47.74308,8.99903\n11591,1646395374,47.74308,8.99903\n11592,1646395375,47.74308,8.99903\n11593,1646395376,47.74308,8.99903\n11594,1646395377,47.74308,8.99903\n11595,1646395378,47.74308,8.99903\n11596,1646395379,47.74308,8.99903\n11597,1646395380,47.74308,8.99903\n11598,1646395381,47.74308,8.99903\n11599,1646395382,47.74308,8.99903\n11600,1646395383,47.74308,8.99903\n11601,1646395384,47.74308,8.99903\n11602,1646395385,47.74308,8.99903\n11603,1646395386,47.74308,8.99903\n11604,1646395387,47.74308,8.99903\n11605,1646395388,47.74308,8.99903\n11606,1646395389,47.74308,8.99903\n11607,1646395390,47.74308,8.99903\n11608,1646395391,47.74308,8.99903\n11609,1646395392,47.74308,8.99903\n11610,1646395393,47.74308,8.99903\n11611,1646395394,47.74308,8.99903\n11612,1646395395,47.74308,8.99903\n11613,1646395396,47.74308,8.99903\n11614,1646395397,47.74308,8.99903\n11615,1646395398,47.74308,8.99903\n11616,1646395399,47.74308,8.99903\n11617,1646395400,47.74308,8.99903\n11618,1646395401,47.74308,8.99903\n11619,1646395402,47.74308,8.99903\n11620,1646395403,47.74308,8.99903\n11621,1646395404,47.74308,8.99903\n11622,1646395405,47.74308,8.99903\n11623,1646395406,47.74308,8.99903\n11624,1646395407,47.74308,8.99903\n11625,1646395408,47.74308,8.99903\n11626,1646395409,47.74308,8.99903\n11627,1646395410,47.74308,8.99903\n11628,1646395411,47.74308,8.99903\n11629,1646395412,47.74308,8.99903\n11630,1646395413,47.74308,8.99903\n11631,1646395414,47.74308,8.99903\n11632,1646395415,47.74308,8.99903\n11633,1646395416,47.74308,8.99903\n11634,1646395417,47.74308,8.99903\n11635,1646395418,47.74308,8.99903\n11636,1646395419,47.74308,8.99903\n11637,1646395420,47.74308,8.99903\n11638,1646395421,47.74308,8.99903\n11639,1646395422,47.74308,8.99903\n11640,1646395423,47.74308,8.99903\n11641,1646395424,47.74308,8.99903\n11642,1646395425,47.74308,8.99903\n11643,1646395426,47.74308,8.99903\n11644,1646395427,47.74308,8.99903\n11645,1646395428,47.74308,8.99903\n11646,1646395429,47.74308,8.99903\n11647,1646395430,47.74308,8.99903\n11648,1646395431,47.74308,8.99903\n11649,1646395432,47.74308,8.99903\n11650,1646395433,47.74308,8.99903\n11651,1646395434,47.74308,8.99903\n11652,1646395435,47.74308,8.99903\n11653,1646395436,47.74308,8.99903\n11654,1646395437,47.74308,8.99903\n11655,1646395438,47.74308,8.99903\n11656,1646395439,47.74308,8.99903\n11657,1646395440,47.74308,8.99903\n11658,1646395441,47.74308,8.99903\n11659,1646395442,47.74308,8.99903\n11660,1646395443,47.74308,8.99903\n11661,1646395444,47.74308,8.99903\n11662,1646395445,47.74308,8.99903\n11663,1646395446,47.74308,8.99903\n11664,1646395447,47.74308,8.99903\n11665,1646395448,47.74308,8.99903\n11666,1646395449,47.74308,8.99903\n11667,1646395450,47.74308,8.99903\n11668,1646395451,47.74308,8.99903\n11669,1646395452,47.74308,8.99903\n11670,1646395453,47.74308,8.99903\n11671,1646395454,47.74308,8.99902\n11672,1646395455,47.74308,8.99902\n11673,1646395456,47.74308,8.99902\n11674,1646395457,47.74308,8.99902\n11675,1646395458,47.74308,8.99902\n11676,1646395459,47.74308,8.99902\n11677,1646395460,47.74308,8.99902\n11678,1646395461,47.74308,8.99902\n11679,1646395462,47.74308,8.99901\n11680,1646395463,47.74308,8.99901\n11681,1646395464,47.74308,8.99901\n11682,1646395465,47.74308,8.99901\n11683,1646395466,47.74308,8.99901\n11684,1646395467,47.74308,8.99900\n11685,1646395468,47.74308,8.99900\n11686,1646395469,47.74308,8.99900\n11687,1646395470,47.74307,8.99900\n11688,1646395471,47.74307,8.99900\n11689,1646395472,47.74307,8.99899\n11690,1646395473,47.74307,8.99899\n11691,1646395474,47.74307,8.99899\n11692,1646395475,47.74307,8.99899\n11693,1646395476,47.74307,8.99899\n11694,1646395477,47.74307,8.99898\n11695,1646395478,47.74307,8.99898\n11696,1646395479,47.74307,8.99898\n11697,1646395480,47.74307,8.99898\n11698,1646395481,47.74307,8.99898\n11699,1646395482,47.74307,8.99897\n11700,1646395483,47.74306,8.99897\n11701,1646395484,47.74306,8.99897\n11702,1646395485,47.74306,8.99897\n11703,1646395486,47.74306,8.99897\n11704,1646395487,47.74306,8.99897\n11705,1646395488,47.74306,8.99897\n11706,1646395489,47.74306,8.99896\n11707,1646395490,47.74306,8.99896\n11708,1646395491,47.74306,8.99896\n11709,1646395492,47.74306,8.99896\n11710,1646395493,47.74305,8.99896\n11711,1646395494,47.74305,8.99896\n11712,1646395495,47.74305,8.99896\n11713,1646395496,47.74305,8.99895\n11714,1646395497,47.74305,8.99895\n11715,1646395498,47.74305,8.99895\n11716,1646395499,47.74305,8.99895\n11717,1646395500,47.74305,8.99895\n11718,1646395501,47.74305,8.99895\n11719,1646395502,47.74305,8.99895\n11720,1646395503,47.74305,8.99895\n11721,1646395504,47.74305,8.99894\n11722,1646395505,47.74305,8.99894\n11723,1646395506,47.74305,8.99894\n11724,1646395507,47.74304,8.99894\n11725,1646395508,47.74304,8.99894\n11726,1646395509,47.74304,8.99894\n11727,1646395510,47.74304,8.99894\n11728,1646395511,47.74304,8.99894\n11729,1646395512,47.74304,8.99894\n11730,1646395513,47.74304,8.99894\n11731,1646395514,47.74304,8.99894\n11732,1646395515,47.74304,8.99894\n11733,1646395516,47.74304,8.99894\n11734,1646395517,47.74304,8.99893\n11735,1646395518,47.74304,8.99893\n11736,1646395519,47.74304,8.99893\n11737,1646395520,47.74304,8.99893\n11738,1646395521,47.74304,8.99893\n11739,1646395522,47.74304,8.99893\n11740,1646395523,47.74304,8.99893\n11741,1646395524,47.74304,8.99893\n11742,1646395525,47.74304,8.99893\n11743,1646395526,47.74304,8.99893\n11744,1646395527,47.74304,8.99893\n11745,1646395528,47.74304,8.99893\n11746,1646395529,47.74304,8.99893\n11747,1646395530,47.74304,8.99893\n11748,1646395531,47.74304,8.99893\n11749,1646395532,47.74304,8.99893\n11750,1646395533,47.74304,8.99893\n11751,1646395534,47.74304,8.99893\n11752,1646395535,47.74304,8.99893\n11753,1646395536,47.74304,8.99893\n11754,1646395537,47.74304,8.99893\n11755,1646395538,47.74304,8.99893\n11756,1646395539,47.74304,8.99893\n11757,1646395540,47.74304,8.99893\n11758,1646395541,47.74304,8.99894\n11759,1646395542,47.74304,8.99894\n11760,1646395543,47.74304,8.99894\n11761,1646395544,47.74304,8.99894\n11762,1646395545,47.74304,8.99894\n11763,1646395546,47.74304,8.99894\n11764,1646395547,47.74304,8.99894\n11765,1646395548,47.74304,8.99894\n11766,1646395549,47.74304,8.99894\n11767,1646395550,47.74304,8.99894\n11768,1646395551,47.74304,8.99894\n11769,1646395552,47.74304,8.99894\n11770,1646395553,47.74304,8.99894\n11771,1646395554,47.74304,8.99894\n11772,1646395555,47.74304,8.99894\n11773,1646395556,47.74304,8.99894\n11774,1646395557,47.74304,8.99894\n11775,1646395558,47.74304,8.99894\n11776,1646395559,47.74304,8.99894\n11777,1646395560,47.74304,8.99894\n11778,1646395561,47.74304,8.99894\n11779,1646395562,47.74304,8.99894\n11780,1646395563,47.74304,8.99894\n11781,1646395564,47.74304,8.99894\n11782,1646395565,47.74304,8.99894\n11783,1646395566,47.74304,8.99894\n11784,1646395567,47.74304,8.99894\n11785,1646395568,47.74304,8.99894\n11786,1646395569,47.74304,8.99894\n11787,1646395570,47.74304,8.99894\n11788,1646395571,47.74304,8.99894\n11789,1646395572,47.74304,8.99894\n11790,1646395573,47.74304,8.99894\n11791,1646395574,47.74304,8.99894\n11792,1646395575,47.74304,8.99894\n11793,1646395576,47.74304,8.99894\n11794,1646395577,47.74304,8.99894\n11795,1646395578,47.74304,8.99894\n11796,1646395579,47.74304,8.99894\n11797,1646395580,47.74304,8.99894\n11798,1646395581,47.74304,8.99894\n11799,1646395582,47.74304,8.99894\n11800,1646395583,47.74304,8.99894\n11801,1646395584,47.74304,8.99894\n11802,1646395585,47.74304,8.99894\n11803,1646395586,47.74304,8.99894\n11804,1646395587,47.74304,8.99894\n11805,1646395588,47.74304,8.99894\n11806,1646395589,47.74304,8.99894\n11807,1646395590,47.74304,8.99894\n11808,1646395591,47.74304,8.99894\n11809,1646395592,47.74304,8.99894\n11810,1646395593,47.74304,8.99894\n11811,1646395594,47.74304,8.99894\n11812,1646395595,47.74304,8.99894\n11813,1646395596,47.74304,8.99894\n11814,1646395597,47.74304,8.99894\n11815,1646395598,47.74304,8.99894\n11816,1646395599,47.74304,8.99894\n11817,1646395600,47.74304,8.99894\n11818,1646395601,47.74304,8.99894\n11819,1646395602,47.74304,8.99894\n11820,1646395603,47.74304,8.99894\n11821,1646395604,47.74304,8.99894\n11822,1646395605,47.74304,8.99894\n11823,1646395606,47.74304,8.99894\n11824,1646395607,47.74304,8.99894\n11825,1646395608,47.74304,8.99894\n11826,1646395609,47.74304,8.99894\n11827,1646395610,47.74304,8.99894\n11828,1646395611,47.74304,8.99894\n11829,1646395612,47.74304,8.99894\n11830,1646395613,47.74304,8.99894\n11831,1646395614,47.74304,8.99894\n11832,1646395615,47.74304,8.99894\n11833,1646395616,47.74304,8.99894\n11834,1646395617,47.74304,8.99894\n11835,1646395618,47.74304,8.99894\n11836,1646395619,47.74304,8.99894\n11837,1646395620,47.74304,8.99894\n11838,1646395621,47.74304,8.99894\n11839,1646395622,47.74304,8.99894\n11840,1646395623,47.74304,8.99894\n11841,1646395624,47.74304,8.99894\n11842,1646395625,47.74304,8.99894\n11843,1646395626,47.74304,8.99894\n11844,1646395627,47.74304,8.99894\n11845,1646395628,47.74304,8.99894\n11846,1646395629,47.74304,8.99894\n11847,1646395630,47.74304,8.99894\n11848,1646395631,47.74304,8.99894\n11849,1646395632,47.74304,8.99894\n11850,1646395633,47.74304,8.99894\n11851,1646395634,47.74304,8.99894\n11852,1646395635,47.74304,8.99894\n11853,1646395636,47.74304,8.99894\n11854,1646395637,47.74304,8.99894\n11855,1646395638,47.74304,8.99894\n11856,1646395639,47.74304,8.99894\n11857,1646395640,47.74304,8.99894\n11858,1646395641,47.74304,8.99894\n11859,1646395642,47.74304,8.99894\n11860,1646395643,47.74304,8.99894\n11861,1646395644,47.74304,8.99894\n11862,1646395645,47.74304,8.99894\n11863,1646395646,47.74304,8.99894\n11864,1646395647,47.74304,8.99894\n11865,1646395648,47.74304,8.99894\n11866,1646395649,47.74304,8.99894\n11867,1646395650,47.74304,8.99894\n11868,1646395651,47.74304,8.99894\n11869,1646395652,47.74304,8.99894\n11870,1646395653,47.74304,8.99894\n11871,1646395654,47.74304,8.99894\n11872,1646395655,47.74304,8.99894\n11873,1646395656,47.74304,8.99894\n11874,1646395657,47.74304,8.99894\n11875,1646395658,47.74304,8.99894\n11876,1646395659,47.74304,8.99894\n11877,1646395660,47.74304,8.99894\n11878,1646395661,47.74304,8.99894\n11879,1646395662,47.74304,8.99894\n11880,1646395663,47.74304,8.99894\n11881,1646395664,47.74304,8.99894\n11882,1646395665,47.74304,8.99894\n11883,1646395666,47.74304,8.99894\n11884,1646395667,47.74304,8.99894\n11885,1646395668,47.74304,8.99894\n11886,1646395669,47.74304,8.99894\n11887,1646395670,47.74304,8.99894\n11888,1646395671,47.74304,8.99894\n11889,1646395672,47.74304,8.99894\n11890,1646395673,47.74304,8.99894\n11891,1646395674,47.74304,8.99894\n11892,1646395675,47.74304,8.99894\n11893,1646395676,47.74304,8.99894\n11894,1646395677,47.74304,8.99894\n11895,1646395678,47.74304,8.99894\n11896,1646395679,47.74304,8.99894\n11897,1646395680,47.74304,8.99894\n11898,1646395681,47.74304,8.99894\n11899,1646395682,47.74304,8.99894\n11900,1646395683,47.74304,8.99894\n11901,1646395684,47.74304,8.99894\n11902,1646395685,47.74304,8.99894\n11903,1646395686,47.74304,8.99894\n11904,1646395687,47.74304,8.99894\n11905,1646395688,47.74304,8.99894\n11906,1646395689,47.74304,8.99894\n11907,1646395690,47.74304,8.99894\n11908,1646395691,47.74304,8.99894\n11909,1646395692,47.74304,8.99894\n11910,1646395693,47.74304,8.99894\n11911,1646395694,47.74304,8.99894\n11912,1646395695,47.74304,8.99894\n11913,1646395696,47.74304,8.99894\n11914,1646395697,47.74304,8.99894\n11915,1646395698,47.74304,8.99894\n11916,1646395699,47.74304,8.99894\n11917,1646395700,47.74304,8.99894\n11918,1646395701,47.74304,8.99894\n11919,1646395702,47.74304,8.99894\n11920,1646395703,47.74304,8.99894\n11921,1646395704,47.74304,8.99894\n11922,1646395705,47.74304,8.99894\n11923,1646395706,47.74304,8.99894\n11924,1646395707,47.74304,8.99894\n11925,1646395708,47.74304,8.99894\n11926,1646395709,47.74304,8.99894\n11927,1646395710,47.74304,8.99894\n11928,1646395711,47.74304,8.99894\n11929,1646395712,47.74304,8.99894\n11930,1646395713,47.74304,8.99894\n11931,1646395714,47.74304,8.99894\n11932,1646395715,47.74304,8.99894\n11933,1646395716,47.74304,8.99894\n11934,1646395717,47.74304,8.99894\n11935,1646395718,47.74304,8.99894\n11936,1646395719,47.74304,8.99894\n11937,1646395720,47.74304,8.99894\n11938,1646395721,47.74304,8.99894\n11939,1646395722,47.74304,8.99894\n11940,1646395723,47.74304,8.99894\n11941,1646395724,47.74304,8.99894\n11942,1646395725,47.74304,8.99894\n11943,1646395726,47.74304,8.99894\n11944,1646395727,47.74304,8.99894\n11945,1646395728,47.74304,8.99894\n11946,1646395729,47.74304,8.99894\n11947,1646395730,47.74304,8.99894\n11948,1646395731,47.74304,8.99894\n11949,1646395732,47.74304,8.99894\n11950,1646395733,47.74304,8.99895\n11951,1646395734,47.74304,8.99895\n11952,1646395735,47.74304,8.99895\n11953,1646395736,47.74304,8.99895\n11954,1646395737,47.74304,8.99895\n11955,1646395738,47.74304,8.99895\n11956,1646395739,47.74304,8.99895\n11957,1646395740,47.74304,8.99895\n11958,1646395741,47.74304,8.99895\n11959,1646395742,47.74304,8.99895\n11960,1646395743,47.74304,8.99895\n11961,1646395744,47.74304,8.99895\n11962,1646395745,47.74304,8.99895\n11963,1646395746,47.74304,8.99895\n11964,1646395747,47.74304,8.99895\n11965,1646395748,47.74304,8.99895\n11966,1646395749,47.74304,8.99895\n11967,1646395750,47.74304,8.99895\n11968,1646395751,47.74304,8.99895\n11969,1646395752,47.74304,8.99895\n11970,1646395753,47.74304,8.99895\n11971,1646395754,47.74304,8.99895\n11972,1646395755,47.74304,8.99895\n11973,1646395756,47.74304,8.99895\n11974,1646395757,47.74304,8.99895\n11975,1646395758,47.74304,8.99895\n11976,1646395759,47.74304,8.99895\n11977,1646395760,47.74304,8.99895\n11978,1646395761,47.74304,8.99895\n11979,1646395762,47.74304,8.99895\n11980,1646395763,47.74304,8.99895\n11981,1646395764,47.74304,8.99895\n11982,1646395765,47.74304,8.99895\n11983,1646395766,47.74304,8.99895\n11984,1646395767,47.74304,8.99895\n11985,1646395768,47.74304,8.99895\n11986,1646395769,47.74304,8.99895\n11987,1646395770,47.74304,8.99895\n11988,1646395771,47.74304,8.99895\n11989,1646395772,47.74304,8.99895\n11990,1646395773,47.74304,8.99895\n11991,1646395774,47.74304,8.99895\n11992,1646395775,47.74304,8.99895\n11993,1646395776,47.74304,8.99895\n11994,1646395777,47.74304,8.99895\n11995,1646395778,47.74304,8.99895\n11996,1646395779,47.74304,8.99895\n11997,1646395780,47.74304,8.99895\n11998,1646395781,47.74304,8.99895\n11999,1646395782,47.74304,8.99895\n12000,1646395783,47.74304,8.99895\n12001,1646395784,47.74304,8.99895\n12002,1646395785,47.74304,8.99895\n12003,1646395786,47.74304,8.99895\n12004,1646395787,47.74304,8.99895\n12005,1646395788,47.74304,8.99895\n12006,1646395789,47.74304,8.99895\n12007,1646395790,47.74304,8.99895\n12008,1646395791,47.74304,8.99895\n12009,1646395792,47.74304,8.99895\n12010,1646395793,47.74304,8.99895\n12011,1646395794,47.74304,8.99895\n12012,1646395795,47.74304,8.99895\n12013,1646395796,47.74304,8.99895\n12014,1646395797,47.74304,8.99895\n12015,1646395798,47.74304,8.99895\n12016,1646395799,47.74304,8.99895\n12017,1646395800,47.74304,8.99895\n12018,1646395801,47.74304,8.99895\n12019,1646395802,47.74304,8.99895\n12020,1646395803,47.74304,8.99895\n12021,1646395804,47.74304,8.99895\n12022,1646395805,47.74304,8.99895\n12023,1646395806,47.74304,8.99895\n12024,1646395807,47.74304,8.99895\n12025,1646395808,47.74304,8.99895\n12026,1646395809,47.74304,8.99895\n12027,1646395810,47.74304,8.99895\n12028,1646395811,47.74304,8.99895\n12029,1646395812,47.74304,8.99895\n12030,1646395813,47.74304,8.99895\n12031,1646395814,47.74304,8.99895\n12032,1646395815,47.74304,8.99895\n12033,1646395816,47.74304,8.99895\n12034,1646395817,47.74304,8.99895\n12035,1646395818,47.74304,8.99895\n12036,1646395819,47.74304,8.99895\n12037,1646395820,47.74304,8.99895\n12038,1646395821,47.74304,8.99895\n12039,1646395822,47.74304,8.99895\n12040,1646395823,47.74304,8.99895\n12041,1646395824,47.74304,8.99895\n12042,1646395825,47.74304,8.99895\n12043,1646395826,47.74304,8.99895\n12044,1646395827,47.74304,8.99895\n12045,1646395828,47.74304,8.99895\n12046,1646395829,47.74304,8.99895\n12047,1646395830,47.74304,8.99895\n12048,1646395831,47.74304,8.99895\n12049,1646395832,47.74304,8.99895\n12050,1646395833,47.74304,8.99895\n12051,1646395834,47.74304,8.99895\n12052,1646395835,47.74304,8.99895\n12053,1646395836,47.74304,8.99895\n12054,1646395837,47.74304,8.99895\n12055,1646395838,47.74304,8.99895\n12056,1646395839,47.74304,8.99895\n12057,1646395840,47.74304,8.99895\n12058,1646395841,47.74304,8.99895\n12059,1646395842,47.74304,8.99895\n12060,1646395843,47.74304,8.99895\n12061,1646395844,47.74304,8.99895\n12062,1646395845,47.74304,8.99895\n12063,1646395846,47.74304,8.99895\n12064,1646395847,47.74304,8.99895\n12065,1646395848,47.74304,8.99895\n12066,1646395849,47.74304,8.99895\n12067,1646395850,47.74304,8.99895\n12068,1646395851,47.74304,8.99895\n12069,1646395852,47.74304,8.99895\n12070,1646395853,47.74304,8.99895\n12071,1646395854,47.74304,8.99895\n12072,1646395855,47.74304,8.99895\n12073,1646395856,47.74304,8.99895\n12074,1646395857,47.74304,8.99895\n12075,1646395858,47.74304,8.99895\n12076,1646395859,47.74304,8.99895\n12077,1646395860,47.74304,8.99895\n12078,1646395861,47.74304,8.99895\n12079,1646395862,47.74304,8.99895\n12080,1646395863,47.74304,8.99895\n12081,1646395864,47.74304,8.99895\n12082,1646395865,47.74304,8.99895\n12083,1646395866,47.74304,8.99895\n12084,1646395867,47.74304,8.99895\n12085,1646395868,47.74304,8.99895\n12086,1646395869,47.74304,8.99895\n12087,1646395870,47.74304,8.99895\n12088,1646395871,47.74304,8.99895\n12089,1646395872,47.74304,8.99895\n12090,1646395873,47.74304,8.99895\n12091,1646395874,47.74304,8.99895\n12092,1646395875,47.74304,8.99895\n12093,1646395876,47.74304,8.99895\n12094,1646395877,47.74304,8.99895\n12095,1646395878,47.74304,8.99895\n12096,1646395879,47.74304,8.99895\n12097,1646395880,47.74304,8.99895\n12098,1646395881,47.74304,8.99895\n12099,1646395882,47.74304,8.99895\n12100,1646395883,47.74304,8.99895\n12101,1646395884,47.74304,8.99895\n12102,1646395885,47.74304,8.99895\n12103,1646395886,47.74304,8.99895\n12104,1646395887,47.74304,8.99895\n12105,1646395888,47.74304,8.99895\n12106,1646395889,47.74304,8.99895\n12107,1646395890,47.74304,8.99895\n12108,1646395891,47.74304,8.99895\n12109,1646395892,47.74305,8.99895\n12110,1646395893,47.74305,8.99895\n12111,1646395894,47.74305,8.99895\n12112,1646395895,47.74305,8.99895\n12113,1646395896,47.74305,8.99895\n12114,1646395897,47.74305,8.99895\n12115,1646395898,47.74305,8.99895\n12116,1646395899,47.74305,8.99895\n12117,1646395900,47.74305,8.99895\n12118,1646395901,47.74305,8.99895\n12119,1646395902,47.74305,8.99895\n12120,1646395903,47.74305,8.99895\n12121,1646395904,47.74305,8.99895\n12122,1646395905,47.74305,8.99895\n12123,1646395906,47.74305,8.99895\n12124,1646395907,47.74305,8.99895\n12125,1646395908,47.74305,8.99895\n12126,1646395909,47.74305,8.99895\n12127,1646395910,47.74305,8.99895\n12128,1646395911,47.74305,8.99895\n12129,1646395912,47.74305,8.99895\n12130,1646395913,47.74305,8.99895\n12131,1646395914,47.74305,8.99895\n12132,1646395915,47.74305,8.99895\n12133,1646395916,47.74305,8.99895\n12134,1646395917,47.74305,8.99895\n12135,1646395918,47.74305,8.99895\n12136,1646395919,47.74305,8.99895\n12137,1646395920,47.74305,8.99895\n12138,1646395921,47.74305,8.99895\n12139,1646395922,47.74305,8.99895\n12140,1646395923,47.74305,8.99895\n12141,1646395924,47.74305,8.99895\n12142,1646395925,47.74305,8.99895\n12143,1646395926,47.74305,8.99895\n12144,1646395927,47.74305,8.99895\n12145,1646395928,47.74305,8.99895\n12146,1646395929,47.74305,8.99895\n12147,1646395930,47.74305,8.99895\n12148,1646395931,47.74305,8.99895\n12149,1646395932,47.74305,8.99895\n12150,1646395933,47.74305,8.99895\n12151,1646395934,47.74305,8.99895\n12152,1646395935,47.74305,8.99895\n12153,1646395936,47.74305,8.99895\n12154,1646395937,47.74305,8.99895\n12155,1646395938,47.74305,8.99895\n12156,1646395939,47.74305,8.99895\n12157,1646395940,47.74305,8.99895\n12158,1646395941,47.74305,8.99895\n12159,1646395942,47.74305,8.99895\n12160,1646395943,47.74305,8.99895\n12161,1646395944,47.74305,8.99896\n12162,1646395945,47.74305,8.99896\n12163,1646395946,47.74305,8.99896\n12164,1646395947,47.74305,8.99896\n12165,1646395948,47.74305,8.99896\n12166,1646395949,47.74305,8.99896\n12167,1646395950,47.74305,8.99896\n12168,1646395951,47.74305,8.99896\n12169,1646395952,47.74305,8.99896\n12170,1646395953,47.74305,8.99896\n12171,1646395954,47.74305,8.99896\n12172,1646395955,47.74305,8.99896\n12173,1646395956,47.74305,8.99896\n12174,1646395957,47.74305,8.99896\n12175,1646395958,47.74305,8.99896\n12176,1646395959,47.74305,8.99896\n12177,1646395960,47.74305,8.99896\n12178,1646395961,47.74305,8.99896\n12179,1646395962,47.74305,8.99896\n12180,1646395963,47.74305,8.99896\n12181,1646395964,47.74305,8.99896\n12182,1646395965,47.74305,8.99896\n12183,1646395966,47.74305,8.99896\n12184,1646395967,47.74305,8.99896\n12185,1646395968,47.74305,8.99896\n12186,1646395969,47.74305,8.99896\n12187,1646395970,47.74305,8.99896\n12188,1646395971,47.74305,8.99896\n12189,1646395972,47.74305,8.99896\n12190,1646395973,47.74305,8.99896\n12191,1646395974,47.74305,8.99896\n12192,1646395975,47.74305,8.99896\n12193,1646395976,47.74305,8.99896\n12194,1646395977,47.74305,8.99896\n12195,1646395978,47.74305,8.99896\n12196,1646395979,47.74305,8.99896\n12197,1646395980,47.74305,8.99896\n12198,1646395981,47.74305,8.99896\n12199,1646395982,47.74305,8.99896\n12200,1646395983,47.74305,8.99896\n12201,1646395984,47.74305,8.99896\n12202,1646395985,47.74305,8.99896\n12203,1646395986,47.74305,8.99896\n12204,1646395987,47.74305,8.99896\n12205,1646395988,47.74305,8.99896\n12206,1646395989,47.74305,8.99896\n12207,1646395990,47.74305,8.99896\n12208,1646395991,47.74305,8.99896\n12209,1646395992,47.74305,8.99896\n12210,1646395993,47.74305,8.99896\n12211,1646395994,47.74305,8.99896\n12212,1646395995,47.74305,8.99896\n12213,1646395996,47.74305,8.99896\n12214,1646395997,47.74305,8.99896\n12215,1646395998,47.74305,8.99896\n12216,1646395999,47.74305,8.99896\n12217,1646396000,47.74305,8.99896\n12218,1646396001,47.74305,8.99896\n12219,1646396002,47.74305,8.99896\n12220,1646396003,47.74305,8.99896\n12221,1646396004,47.74305,8.99896\n12222,1646396005,47.74305,8.99896\n12223,1646396006,47.74305,8.99896\n12224,1646396007,47.74305,8.99896\n12225,1646396008,47.74305,8.99896\n12226,1646396009,47.74305,8.99896\n12227,1646396010,47.74305,8.99896\n12228,1646396011,47.74305,8.99896\n12229,1646396012,47.74305,8.99896\n12230,1646396013,47.74305,8.99896\n12231,1646396014,47.74305,8.99896\n12232,1646396015,47.74305,8.99896\n12233,1646396016,47.74305,8.99896\n12234,1646396017,47.74305,8.99896\n12235,1646396018,47.74305,8.99896\n12236,1646396019,47.74305,8.99896\n12237,1646396020,47.74305,8.99896\n12238,1646396021,47.74305,8.99896\n12239,1646396022,47.74305,8.99896\n12240,1646396023,47.74305,8.99896\n12241,1646396024,47.74305,8.99896\n12242,1646396025,47.74305,8.99896\n12243,1646396026,47.74305,8.99896\n12244,1646396027,47.74305,8.99896\n12245,1646396028,47.74305,8.99896\n12246,1646396029,47.74305,8.99896\n12247,1646396030,47.74305,8.99896\n12248,1646396031,47.74305,8.99896\n12249,1646396032,47.74305,8.99896\n12250,1646396033,47.74305,8.99896\n12251,1646396034,47.74305,8.99896\n12252,1646396035,47.74305,8.99896\n12253,1646396036,47.74305,8.99896\n12254,1646396037,47.74305,8.99896\n12255,1646396038,47.74305,8.99896\n12256,1646396039,47.74305,8.99896\n12257,1646396040,47.74305,8.99896\n12258,1646396041,47.74305,8.99896\n12259,1646396042,47.74305,8.99896\n12260,1646396043,47.74305,8.99896\n12261,1646396044,47.74305,8.99896\n12262,1646396045,47.74305,8.99896\n12263,1646396046,47.74305,8.99896\n12264,1646396047,47.74305,8.99896\n12265,1646396048,47.74305,8.99896\n12266,1646396049,47.74305,8.99896\n12267,1646396050,47.74305,8.99896\n12268,1646396051,47.74305,8.99896\n12269,1646396052,47.74305,8.99896\n12270,1646396053,47.74305,8.99896\n12271,1646396054,47.74305,8.99896\n12272,1646396055,47.74305,8.99896\n12273,1646396056,47.74305,8.99896\n12274,1646396057,47.74305,8.99896\n12275,1646396058,47.74305,8.99896\n12276,1646396059,47.74305,8.99896\n12277,1646396060,47.74305,8.99896\n12278,1646396061,47.74305,8.99896\n12279,1646396062,47.74305,8.99896\n12280,1646396063,47.74305,8.99896\n12281,1646396064,47.74305,8.99896\n12282,1646396065,47.74305,8.99896\n12283,1646396066,47.74305,8.99896\n12284,1646396067,47.74305,8.99896\n12285,1646396068,47.74305,8.99896\n12286,1646396069,47.74305,8.99896\n12287,1646396070,47.74305,8.99896\n12288,1646396071,47.74305,8.99896\n12289,1646396072,47.74305,8.99896\n12290,1646396073,47.74305,8.99896\n12291,1646396074,47.74305,8.99896\n12292,1646396075,47.74305,8.99896\n12293,1646396076,47.74305,8.99896\n12294,1646396077,47.74305,8.99896\n12295,1646396078,47.74305,8.99896\n12296,1646396079,47.74305,8.99896\n12297,1646396080,47.74305,8.99896\n12298,1646396081,47.74305,8.99896\n12299,1646396082,47.74305,8.99896\n12300,1646396083,47.74305,8.99896\n12301,1646396084,47.74305,8.99896\n12302,1646396085,47.74305,8.99896\n12303,1646396086,47.74305,8.99896\n12304,1646396087,47.74305,8.99896\n12305,1646396088,47.74305,8.99896\n12306,1646396089,47.74305,8.99896\n12307,1646396090,47.74305,8.99896\n12308,1646396091,47.74305,8.99896\n12309,1646396092,47.74305,8.99896\n12310,1646396093,47.74305,8.99896\n12311,1646396094,47.74305,8.99896\n12312,1646396095,47.74305,8.99896\n12313,1646396096,47.74305,8.99896\n12314,1646396097,47.74305,8.99896\n12315,1646396098,47.74305,8.99896\n12316,1646396099,47.74305,8.99896\n12317,1646396100,47.74305,8.99896\n12318,1646396101,47.74305,8.99896\n12319,1646396102,47.74305,8.99896\n12320,1646396103,47.74305,8.99896\n12321,1646396104,47.74305,8.99896\n12322,1646396105,47.74305,8.99896\n12323,1646396106,47.74305,8.99896\n12324,1646396107,47.74305,8.99896\n12325,1646396108,47.74305,8.99896\n12326,1646396109,47.74305,8.99896\n12327,1646396110,47.74305,8.99896\n12328,1646396111,47.74305,8.99896\n12329,1646396112,47.74305,8.99896\n12330,1646396113,47.74305,8.99896\n12331,1646396114,47.74305,8.99896\n12332,1646396115,47.74305,8.99896\n12333,1646396116,47.74305,8.99896\n12334,1646396117,47.74305,8.99896\n12335,1646396118,47.74305,8.99896\n12336,1646396119,47.74305,8.99896\n12337,1646396120,47.74305,8.99896\n12338,1646396121,47.74305,8.99896\n12339,1646396122,47.74305,8.99896\n12340,1646396123,47.74305,8.99896\n12341,1646396124,47.74305,8.99896\n12342,1646396125,47.74305,8.99896\n12343,1646396126,47.74305,8.99896\n12344,1646396127,47.74305,8.99896\n12345,1646396128,47.74305,8.99896\n12346,1646396129,47.74305,8.99896\n12347,1646396130,47.74305,8.99896\n12348,1646396131,47.74305,8.99896\n12349,1646396132,47.74305,8.99896\n12350,1646396133,47.74305,8.99896\n12351,1646396134,47.74305,8.99896\n12352,1646396135,47.74305,8.99896\n12353,1646396136,47.74305,8.99896\n12354,1646396137,47.74305,8.99896\n12355,1646396138,47.74305,8.99896\n12356,1646396139,47.74305,8.99896\n12357,1646396140,47.74305,8.99896\n12358,1646396141,47.74305,8.99896\n12359,1646396142,47.74305,8.99896\n12360,1646396143,47.74305,8.99896\n12361,1646396144,47.74305,8.99896\n12362,1646396145,47.74305,8.99896\n12363,1646396146,47.74305,8.99896\n12364,1646396147,47.74305,8.99896\n12365,1646396148,47.74305,8.99896\n12366,1646396149,47.74305,8.99896\n12367,1646396150,47.74305,8.99896\n12368,1646396151,47.74305,8.99896\n12369,1646396152,47.74305,8.99896\n12370,1646396153,47.74305,8.99896\n12371,1646396154,47.74305,8.99896\n12372,1646396155,47.74305,8.99896\n12373,1646396156,47.74305,8.99896\n12374,1646396157,47.74305,8.99896\n12375,1646396158,47.74305,8.99896\n12376,1646396159,47.74305,8.99896\n12377,1646396160,47.74305,8.99896\n12378,1646396161,47.74305,8.99896\n12379,1646396162,47.74305,8.99896\n12380,1646396163,47.74305,8.99896\n12381,1646396164,47.74305,8.99896\n12382,1646396165,47.74305,8.99896\n12383,1646396166,47.74305,8.99896\n12384,1646396167,47.74305,8.99896\n12385,1646396168,47.74305,8.99896\n12386,1646396169,47.74305,8.99896\n12387,1646396170,47.74305,8.99896\n12388,1646396171,47.74305,8.99896\n12389,1646396172,47.74305,8.99896\n12390,1646396173,47.74305,8.99896\n12391,1646396174,47.74305,8.99896\n12392,1646396175,47.74305,8.99896\n12393,1646396176,47.74305,8.99896\n12394,1646396177,47.74305,8.99896\n12395,1646396178,47.74305,8.99896\n12396,1646396179,47.74305,8.99896\n12397,1646396180,47.74305,8.99896\n12398,1646396181,47.74305,8.99896\n12399,1646396182,47.74305,8.99896\n12400,1646396183,47.74305,8.99896\n12401,1646396184,47.74305,8.99896\n12402,1646396185,47.74305,8.99896\n12403,1646396186,47.74305,8.99896\n12404,1646396187,47.74305,8.99896\n12405,1646396188,47.74305,8.99896\n12406,1646396189,47.74305,8.99896\n12407,1646396190,47.74305,8.99896\n12408,1646396191,47.74305,8.99896\n12409,1646396192,47.74305,8.99896\n12410,1646396193,47.74305,8.99896\n12411,1646396194,47.74305,8.99896\n12412,1646396195,47.74305,8.99896\n12413,1646396196,47.74305,8.99896\n12414,1646396197,47.74305,8.99896\n12415,1646396198,47.74305,8.99896\n12416,1646396199,47.74305,8.99896\n12417,1646396200,47.74305,8.99896\n12418,1646396201,47.74305,8.99896\n12419,1646396202,47.74305,8.99896\n12420,1646396203,47.74305,8.99896\n12421,1646396204,47.74305,8.99896\n12422,1646396205,47.74305,8.99896\n12423,1646396206,47.74305,8.99896\n12424,1646396207,47.74305,8.99896\n12425,1646396208,47.74305,8.99896\n12426,1646396209,47.74305,8.99896\n12427,1646396210,47.74305,8.99896\n12428,1646396211,47.74305,8.99896\n12429,1646396212,47.74305,8.99896\n12430,1646396213,47.74305,8.99896\n12431,1646396214,47.74305,8.99896\n12432,1646396215,47.74305,8.99896\n12433,1646396216,47.74305,8.99896\n12434,1646396217,47.74305,8.99896\n12435,1646396218,47.74305,8.99896\n12436,1646396219,47.74305,8.99896\n12437,1646396220,47.74305,8.99896\n12438,1646396221,47.74305,8.99896\n12439,1646396222,47.74305,8.99896\n12440,1646396223,47.74305,8.99896\n12441,1646396224,47.74305,8.99896\n12442,1646396225,47.74305,8.99896\n12443,1646396226,47.74305,8.99896\n12444,1646396227,47.74305,8.99896\n12445,1646396228,47.74305,8.99896\n12446,1646396229,47.74305,8.99896\n12447,1646396230,47.74305,8.99896\n12448,1646396231,47.74305,8.99896\n12449,1646396232,47.74305,8.99896\n12450,1646396233,47.74305,8.99896\n12451,1646396234,47.74305,8.99896\n12452,1646396235,47.74305,8.99896\n12453,1646396236,47.74305,8.99896\n12454,1646396237,47.74305,8.99896\n12455,1646396238,47.74305,8.99897\n12456,1646396239,47.74305,8.99897\n12457,1646396240,47.74305,8.99897\n12458,1646396241,47.74305,8.99897\n12459,1646396242,47.74305,8.99897\n12460,1646396243,47.74305,8.99897\n12461,1646396244,47.74305,8.99897\n12462,1646396245,47.74305,8.99897\n12463,1646396246,47.74305,8.99897\n12464,1646396247,47.74305,8.99897\n12465,1646396248,47.74305,8.99897\n12466,1646396249,47.74305,8.99897\n12467,1646396250,47.74305,8.99897\n12468,1646396251,47.74305,8.99897\n12469,1646396252,47.74305,8.99897\n12470,1646396253,47.74305,8.99897\n12471,1646396254,47.74305,8.99897\n12472,1646396255,47.74305,8.99897\n12473,1646396256,47.74305,8.99897\n12474,1646396257,47.74305,8.99897\n12475,1646396258,47.74305,8.99897\n12476,1646396259,47.74305,8.99897\n12477,1646396260,47.74305,8.99897\n12478,1646396261,47.74305,8.99897\n12479,1646396262,47.74305,8.99897\n12480,1646396263,47.74305,8.99897\n12481,1646396264,47.74305,8.99897\n12482,1646396265,47.74305,8.99897\n12483,1646396266,47.74305,8.99897\n12484,1646396267,47.74305,8.99897\n12485,1646396268,47.74305,8.99897\n12486,1646396269,47.74305,8.99897\n12487,1646396270,47.74305,8.99897\n12488,1646396271,47.74305,8.99897\n12489,1646396272,47.74305,8.99897\n12490,1646396273,47.74305,8.99897\n12491,1646396274,47.74305,8.99897\n12492,1646396275,47.74305,8.99897\n12493,1646396276,47.74305,8.99897\n12494,1646396277,47.74305,8.99897\n12495,1646396278,47.74305,8.99897\n12496,1646396279,47.74305,8.99897\n12497,1646396280,47.74305,8.99897\n12498,1646396281,47.74305,8.99897\n12499,1646396282,47.74305,8.99897\n12500,1646396283,47.74305,8.99897\n12501,1646396284,47.74305,8.99897\n12502,1646396285,47.74305,8.99897\n12503,1646396286,47.74305,8.99897\n12504,1646396287,47.74305,8.99897\n12505,1646396288,47.74305,8.99897\n12506,1646396289,47.74305,8.99897\n12507,1646396290,47.74305,8.99897\n12508,1646396291,47.74305,8.99897\n12509,1646396292,47.74305,8.99897\n12510,1646396293,47.74305,8.99897\n12511,1646396294,47.74305,8.99897\n12512,1646396295,47.74305,8.99897\n12513,1646396296,47.74305,8.99897\n12514,1646396297,47.74305,8.99897\n12515,1646396298,47.74305,8.99897\n12516,1646396299,47.74305,8.99897\n12517,1646396300,47.74305,8.99897\n12518,1646396301,47.74305,8.99897\n12519,1646396302,47.74305,8.99897\n12520,1646396303,47.74305,8.99897\n12521,1646396304,47.74305,8.99897\n12522,1646396305,47.74305,8.99897\n12523,1646396306,47.74305,8.99897\n12524,1646396307,47.74305,8.99897\n12525,1646396308,47.74305,8.99897\n12526,1646396309,47.74305,8.99897\n12527,1646396310,47.74305,8.99897\n12528,1646396311,47.74305,8.99897\n12529,1646396312,47.74305,8.99897\n12530,1646396313,47.74305,8.99897\n12531,1646396314,47.74305,8.99897\n12532,1646396315,47.74305,8.99897\n12533,1646396316,47.74305,8.99897\n12534,1646396317,47.74305,8.99897\n12535,1646396318,47.74305,8.99897\n12536,1646396319,47.74305,8.99897\n12537,1646396320,47.74305,8.99897\n12538,1646396321,47.74305,8.99897\n12539,1646396322,47.74305,8.99897\n12540,1646396323,47.74305,8.99897\n12541,1646396324,47.74305,8.99897\n12542,1646396325,47.74305,8.99897\n12543,1646396326,47.74305,8.99897\n12544,1646396327,47.74305,8.99897\n12545,1646396328,47.74305,8.99897\n12546,1646396329,47.74305,8.99897\n12547,1646396330,47.74305,8.99897\n12548,1646396331,47.74305,8.99897\n12549,1646396332,47.74305,8.99897\n12550,1646396333,47.74305,8.99897\n12551,1646396334,47.74305,8.99897\n12552,1646396335,47.74305,8.99897\n12553,1646396336,47.74305,8.99897\n12554,1646396337,47.74305,8.99897\n12555,1646396338,47.74305,8.99897\n12556,1646396339,47.74305,8.99897\n12557,1646396340,47.74305,8.99897\n12558,1646396341,47.74305,8.99897\n12559,1646396342,47.74305,8.99897\n12560,1646396343,47.74305,8.99897\n12561,1646396344,47.74305,8.99897\n12562,1646396345,47.74305,8.99897\n12563,1646396346,47.74305,8.99897\n12564,1646396347,47.74305,8.99897\n12565,1646396348,47.74305,8.99897\n12566,1646396349,47.74305,8.99897\n12567,1646396350,47.74305,8.99897\n12568,1646396351,47.74305,8.99897\n12569,1646396352,47.74305,8.99897\n12570,1646396353,47.74305,8.99897\n12571,1646396354,47.74305,8.99897\n12572,1646396355,47.74305,8.99897\n12573,1646396356,47.74305,8.99897\n12574,1646396357,47.74305,8.99897\n12575,1646396358,47.74305,8.99897\n12576,1646396359,47.74305,8.99897\n12577,1646396360,47.74305,8.99897\n12578,1646396361,47.74305,8.99897\n12579,1646396362,47.74305,8.99897\n12580,1646396363,47.74305,8.99897\n12581,1646396364,47.74305,8.99897\n12582,1646396365,47.74305,8.99897\n12583,1646396366,47.74305,8.99897\n12584,1646396367,47.74305,8.99897\n12585,1646396368,47.74305,8.99897\n12586,1646396369,47.74305,8.99897\n12587,1646396370,47.74305,8.99897\n12588,1646396371,47.74305,8.99897\n12589,1646396372,47.74305,8.99897\n12590,1646396373,47.74305,8.99897\n12591,1646396374,47.74305,8.99897\n12592,1646396375,47.74305,8.99897\n12593,1646396376,47.74305,8.99897\n12594,1646396377,47.74305,8.99897\n12595,1646396378,47.74305,8.99897\n12596,1646396379,47.74305,8.99897\n12597,1646396380,47.74305,8.99897\n12598,1646396381,47.74305,8.99897\n12599,1646396382,47.74305,8.99897\n12600,1646396383,47.74305,8.99897\n12601,1646396384,47.74305,8.99897\n12602,1646396385,47.74305,8.99897\n12603,1646396386,47.74305,8.99897\n12604,1646396387,47.74305,8.99897\n12605,1646396388,47.74305,8.99897\n12606,1646396389,47.74305,8.99897\n12607,1646396390,47.74305,8.99897\n12608,1646396391,47.74305,8.99897\n12609,1646396392,47.74305,8.99897\n12610,1646396393,47.74305,8.99897\n12611,1646396394,47.74305,8.99897\n12612,1646396395,47.74305,8.99897\n12613,1646396396,47.74305,8.99897\n12614,1646396397,47.74305,8.99897\n12615,1646396398,47.74305,8.99897\n12616,1646396399,47.74305,8.99897\n12617,1646396400,47.74305,8.99897\n12618,1646396401,47.74305,8.99897\n12619,1646396402,47.74305,8.99897\n12620,1646396403,47.74305,8.99897\n12621,1646396404,47.74305,8.99897\n12622,1646396405,47.74305,8.99897\n12623,1646396406,47.74305,8.99897\n12624,1646396407,47.74305,8.99897\n12625,1646396408,47.74305,8.99897\n12626,1646396409,47.74305,8.99897\n12627,1646396410,47.74305,8.99897\n12628,1646396411,47.74305,8.99897\n12629,1646396412,47.74305,8.99897\n12630,1646396413,47.74305,8.99897\n12631,1646396414,47.74305,8.99897\n12632,1646396415,47.74305,8.99897\n12633,1646396416,47.74305,8.99897\n12634,1646396417,47.74305,8.99897\n12635,1646396418,47.74305,8.99897\n12636,1646396419,47.74305,8.99897\n12637,1646396420,47.74305,8.99897\n12638,1646396421,47.74305,8.99897\n12639,1646396422,47.74305,8.99897\n12640,1646396423,47.74305,8.99897\n12641,1646396424,47.74305,8.99897\n12642,1646396425,47.74305,8.99897\n12643,1646396426,47.74305,8.99897\n12644,1646396427,47.74305,8.99897\n12645,1646396428,47.74305,8.99897\n12646,1646396429,47.74305,8.99897\n12647,1646396430,47.74305,8.99897\n12648,1646396431,47.74305,8.99897\n12649,1646396432,47.74305,8.99897\n12650,1646396433,47.74305,8.99897\n12651,1646396434,47.74305,8.99897\n12652,1646396435,47.74305,8.99897\n12653,1646396436,47.74305,8.99897\n12654,1646396437,47.74305,8.99897\n12655,1646396438,47.74305,8.99897\n12656,1646396439,47.74305,8.99897\n12657,1646396440,47.74305,8.99897\n12658,1646396441,47.74305,8.99897\n12659,1646396442,47.74305,8.99897\n12660,1646396443,47.74305,8.99897\n12661,1646396444,47.74305,8.99897\n12662,1646396445,47.74305,8.99897\n12663,1646396446,47.74305,8.99897\n12664,1646396447,47.74305,8.99897\n12665,1646396448,47.74305,8.99897\n12666,1646396449,47.74305,8.99897\n12667,1646396450,47.74305,8.99897\n12668,1646396451,47.74305,8.99897\n12669,1646396452,47.74305,8.99897\n12670,1646396453,47.74305,8.99897\n12671,1646396454,47.74305,8.99897\n12672,1646396455,47.74305,8.99897\n12673,1646396456,47.74305,8.99897\n12674,1646396457,47.74305,8.99897\n12675,1646396458,47.74305,8.99897\n12676,1646396459,47.74305,8.99897\n12677,1646396460,47.74305,8.99897\n12678,1646396461,47.74305,8.99897\n12679,1646396462,47.74305,8.99897\n12680,1646396463,47.74305,8.99897\n12681,1646396464,47.74305,8.99897\n12682,1646396465,47.74305,8.99897\n12683,1646396466,47.74305,8.99897\n12684,1646396467,47.74305,8.99897\n12685,1646396468,47.74305,8.99897\n12686,1646396469,47.74305,8.99897\n12687,1646396470,47.74305,8.99897\n12688,1646396471,47.74305,8.99897\n12689,1646396472,47.74305,8.99897\n12690,1646396473,47.74305,8.99897\n12691,1646396474,47.74305,8.99897\n12692,1646396475,47.74305,8.99897\n12693,1646396476,47.74305,8.99897\n12694,1646396477,47.74305,8.99897\n12695,1646396478,47.74305,8.99897\n12696,1646396479,47.74305,8.99897\n12697,1646396480,47.74305,8.99897\n12698,1646396481,47.74305,8.99897\n12699,1646396482,47.74305,8.99897\n12700,1646396483,47.74305,8.99897\n12701,1646396484,47.74305,8.99897\n12702,1646396485,47.74305,8.99897\n12703,1646396486,47.74305,8.99897\n12704,1646396487,47.74305,8.99897\n12705,1646396488,47.74305,8.99897\n12706,1646396489,47.74305,8.99897\n12707,1646396490,47.74305,8.99897\n12708,1646396491,47.74305,8.99897\n12709,1646396492,47.74305,8.99897\n12710,1646396493,47.74305,8.99897\n12711,1646396494,47.74305,8.99897\n12712,1646396495,47.74305,8.99897\n12713,1646396496,47.74305,8.99897\n12714,1646396497,47.74305,8.99897\n12715,1646396498,47.74305,8.99897\n12716,1646396499,47.74305,8.99897\n12717,1646396500,47.74305,8.99897\n12718,1646396501,47.74304,8.99897\n12719,1646396502,47.74304,8.99897\n12720,1646396503,47.74304,8.99897\n12721,1646396504,47.74304,8.99897\n12722,1646396505,47.74304,8.99897\n12723,1646396506,47.74304,8.99897\n12724,1646396507,47.74304,8.99897\n12725,1646396508,47.74304,8.99897\n12726,1646396509,47.74304,8.99897\n12727,1646396510,47.74304,8.99897\n12728,1646396511,47.74304,8.99897\n12729,1646396512,47.74304,8.99897\n12730,1646396513,47.74304,8.99897\n12731,1646396514,47.74304,8.99897\n12732,1646396515,47.74304,8.99897\n12733,1646396516,47.74304,8.99897\n12734,1646396517,47.74304,8.99897\n12735,1646396518,47.74304,8.99897\n12736,1646396519,47.74304,8.99897\n12737,1646396520,47.74304,8.99897\n12738,1646396521,47.74304,8.99897\n12739,1646396522,47.74304,8.99898\n12740,1646396523,47.74304,8.99898\n12741,1646396524,47.74304,8.99898\n12742,1646396525,47.74304,8.99898\n12743,1646396526,47.74304,8.99898\n12744,1646396527,47.74304,8.99898\n12745,1646396528,47.74304,8.99898\n12746,1646396529,47.74304,8.99898\n12747,1646396530,47.74304,8.99898\n12748,1646396531,47.74304,8.99898\n12749,1646396532,47.74304,8.99898\n12750,1646396533,47.74304,8.99898\n12751,1646396534,47.74304,8.99898\n12752,1646396535,47.74304,8.99898\n12753,1646396536,47.74304,8.99898\n12754,1646396537,47.74304,8.99898\n12755,1646396538,47.74304,8.99898\n12756,1646396539,47.74304,8.99898\n12757,1646396540,47.74304,8.99898\n12758,1646396541,47.74304,8.99898\n12759,1646396542,47.74304,8.99898\n12760,1646396543,47.74304,8.99898\n12761,1646396544,47.74304,8.99898\n12762,1646396545,47.74304,8.99898\n12763,1646396546,47.74304,8.99898\n12764,1646396547,47.74304,8.99898\n12765,1646396548,47.74304,8.99898\n12766,1646396549,47.74304,8.99898\n12767,1646396550,47.74304,8.99898\n12768,1646396551,47.74304,8.99898\n12769,1646396552,47.74304,8.99898\n12770,1646396553,47.74304,8.99898\n12771,1646396554,47.74304,8.99898\n12772,1646396555,47.74304,8.99898\n12773,1646396556,47.74304,8.99898\n12774,1646396557,47.74304,8.99898\n12775,1646396558,47.74304,8.99898\n12776,1646396559,47.74304,8.99898\n12777,1646396560,47.74305,8.99898\n12778,1646396561,47.74305,8.99898\n12779,1646396562,47.74305,8.99898\n12780,1646396563,47.74305,8.99898\n12781,1646396564,47.74305,8.99898\n12782,1646396565,47.74305,8.99898\n12783,1646396566,47.74305,8.99898\n12784,1646396567,47.74305,8.99898\n12785,1646396568,47.74305,8.99898\n12786,1646396569,47.74305,8.99898\n12787,1646396570,47.74305,8.99898\n12788,1646396571,47.74305,8.99898\n12789,1646396572,47.74305,8.99898\n12790,1646396573,47.74305,8.99898\n12791,1646396574,47.74305,8.99898\n12792,1646396575,47.74305,8.99898\n12793,1646396576,47.74305,8.99898\n12794,1646396577,47.74305,8.99898\n12795,1646396578,47.74305,8.99898\n12796,1646396579,47.74305,8.99898\n12797,1646396580,47.74305,8.99898\n12798,1646396581,47.74305,8.99898\n12799,1646396582,47.74305,8.99898\n12800,1646396583,47.74305,8.99898\n12801,1646396584,47.74305,8.99898\n12802,1646396585,47.74305,8.99898\n12803,1646396586,47.74305,8.99898\n12804,1646396587,47.74305,8.99898\n12805,1646396588,47.74305,8.99899\n12806,1646396589,47.74305,8.99899\n12807,1646396590,47.74305,8.99899\n12808,1646396591,47.74305,8.99899\n12809,1646396592,47.74305,8.99899\n12810,1646396593,47.74305,8.99899\n12811,1646396594,47.74305,8.99899\n12812,1646396595,47.74305,8.99899\n12813,1646396596,47.74305,8.99899\n12814,1646396597,47.74305,8.99899\n12815,1646396598,47.74305,8.99899\n12816,1646396599,47.74305,8.99899\n12817,1646396600,47.74305,8.99899\n12818,1646396601,47.74305,8.99899\n12819,1646396602,47.74305,8.99899\n12820,1646396603,47.74305,8.99899\n12821,1646396604,47.74305,8.99899\n12822,1646396605,47.74305,8.99899\n12823,1646396606,47.74305,8.99899\n12824,1646396607,47.74305,8.99899\n12825,1646396608,47.74305,8.99899\n12826,1646396609,47.74305,8.99899\n12827,1646396610,47.74305,8.99899\n12828,1646396611,47.74305,8.99899\n12829,1646396612,47.74305,8.99899\n12830,1646396613,47.74305,8.99899\n12831,1646396614,47.74305,8.99899\n12832,1646396615,47.74305,8.99899\n12833,1646396616,47.74305,8.99899\n12834,1646396617,47.74305,8.99899\n12835,1646396618,47.74305,8.99899\n12836,1646396682,47.74310,8.99904\n12837,1646396683,47.74311,8.99902\n12838,1646396684,47.74311,8.99901\n12839,1646396685,47.74311,8.99901\n12840,1646396686,47.74310,8.99901\n12841,1646396687,47.74309,8.99900\n12842,1646396688,47.74308,8.99900\n12843,1646396689,47.74308,8.99899\n12844,1646396690,47.74307,8.99896\n12845,1646396692,47.74307,8.99896\n12846,1646396693,47.74307,8.99896\n12847,1646396694,47.74306,8.99896\n12848,1646396695,47.74306,8.99896\n12849,1646396696,47.74306,8.99896\n12850,1646396697,47.74306,8.99896\n12851,1646396698,47.74305,8.99896\n12852,1646396699,47.74305,8.99896\n12853,1646396700,47.74305,8.99896\n12854,1646396701,47.74305,8.99896\n12855,1646396702,47.74305,8.99896\n12856,1646396703,47.74305,8.99896\n12857,1646396704,47.74305,8.99896\n12858,1646396705,47.74305,8.99896\n12859,1646396706,47.74306,8.99896\n12860,1646396707,47.74306,8.99896\n12861,1646396708,47.74306,8.99896\n12862,1646396709,47.74306,8.99896\n12863,1646396710,47.74306,8.99896\n12864,1646396711,47.74306,8.99896\n12865,1646396712,47.74306,8.99896\n12866,1646396713,47.74305,8.99896\n12867,1646396714,47.74305,8.99896\n12868,1646396715,47.74305,8.99896\n12869,1646396716,47.74305,8.99896\n12870,1646396717,47.74305,8.99896\n12871,1646396718,47.74305,8.99896\n12872,1646396719,47.74305,8.99896\n12873,1646396720,47.74305,8.99896\n12874,1646396721,47.74305,8.99896\n12875,1646396722,47.74305,8.99896\n12876,1646396723,47.74305,8.99896\n12877,1646396724,47.74305,8.99896\n12878,1646396725,47.74305,8.99896\n12879,1646396726,47.74305,8.99896\n12880,1646396727,47.74305,8.99896\n12881,1646396728,47.74305,8.99896\n12882,1646396729,47.74305,8.99896\n12883,1646396730,47.74305,8.99896\n12884,1646396731,47.74305,8.99896\n12885,1646396732,47.74305,8.99896\n12886,1646396733,47.74305,8.99896\n12887,1646396734,47.74305,8.99896\n12888,1646396735,47.74305,8.99896\n12889,1646396736,47.74305,8.99896\n12890,1646396737,47.74305,8.99896\n12891,1646396738,47.74305,8.99896\n12892,1646396739,47.74305,8.99896\n12893,1646396740,47.74305,8.99896\n12894,1646396741,47.74305,8.99896\n12895,1646396742,47.74305,8.99896\n12896,1646396743,47.74305,8.99896\n12897,1646396744,47.74305,8.99896\n12898,1646396745,47.74305,8.99896\n12899,1646396746,47.74305,8.99896\n12900,1646396810,47.74319,8.99896\n12901,1646396811,47.74306,8.99898\n12902,1646396812,47.74305,8.99898\n12903,1646396813,47.74305,8.99897\n12904,1646396814,47.74305,8.99896\n12905,1646396815,47.74305,8.99897\n12906,1646396816,47.74305,8.99897\n12907,1646396817,47.74305,8.99897\n12908,1646396818,47.74305,8.99897\n12909,1646396819,47.74305,8.99897\n12910,1646396820,47.74305,8.99897\n12911,1646396821,47.74305,8.99897\n12912,1646396822,47.74305,8.99896\n12913,1646396824,47.74305,8.99895\n12914,1646396825,47.74305,8.99895\n12915,1646396826,47.74305,8.99896\n12916,1646396827,47.74305,8.99896\n12917,1646396828,47.74305,8.99896\n12918,1646396829,47.74305,8.99896\n12919,1646396830,47.74305,8.99896\n12920,1646396831,47.74305,8.99896\n12921,1646396832,47.74305,8.99896\n12922,1646396833,47.74305,8.99896\n12923,1646396834,47.74305,8.99897\n12924,1646396835,47.74305,8.99897\n12925,1646396836,47.74305,8.99897\n12926,1646396837,47.74305,8.99897\n12927,1646396838,47.74305,8.99897\n12928,1646396839,47.74305,8.99897\n12929,1646396840,47.74305,8.99897\n12930,1646396841,47.74305,8.99897\n12931,1646396842,47.74305,8.99897\n12932,1646396843,47.74305,8.99898\n12933,1646396844,47.74305,8.99898\n12934,1646396845,47.74305,8.99898\n12935,1646396909,47.74337,8.99908\n12936,1646396910,47.74372,8.99921\n12937,1646396911,47.74387,8.99927\n12938,1646396912,47.74306,8.99895\n12939,1646396913,47.74304,8.99894\n12940,1646396914,47.74303,8.99896\n12941,1646396915,47.74304,8.99896\n12942,1646396916,47.74303,8.99896\n12943,1646396917,47.74303,8.99897\n12944,1646396918,47.74303,8.99897\n12945,1646396920,47.74302,8.99897\n12946,1646396921,47.74302,8.99897\n12947,1646396922,47.74302,8.99897\n12948,1646396923,47.74302,8.99898\n12949,1646396924,47.74302,8.99898\n12950,1646396925,47.74302,8.99898\n12951,1646396926,47.74302,8.99898\n12952,1646396927,47.74302,8.99899\n12953,1646396928,47.74302,8.99899\n12954,1646396929,47.74302,8.99899\n12955,1646396930,47.74302,8.99899\n12956,1646396931,47.74302,8.99899\n12957,1646396932,47.74302,8.99899\n12958,1646396933,47.74302,8.99899\n12959,1646396934,47.74303,8.99900\n12960,1646396935,47.74303,8.99900\n12961,1646396936,47.74303,8.99900\n12962,1646396937,47.74303,8.99899\n12963,1646396938,47.74303,8.99899\n12964,1646396939,47.74303,8.99899\n12965,1646396940,47.74303,8.99899\n12966,1646396941,47.74303,8.99899\n12967,1646397005,47.74305,8.99899\n12968,1646397006,47.74304,8.99900\n12969,1646397007,47.74303,8.99899\n12970,1646397008,47.74303,8.99899\n12971,1646397009,47.74303,8.99898\n12972,1646397010,47.74303,8.99897\n12973,1646397011,47.74303,8.99896\n12974,1646397012,47.74303,8.99895\n12975,1646397013,47.74303,8.99895\n12976,1646397014,47.74303,8.99896\n12977,1646397016,47.74303,8.99896\n12978,1646397017,47.74303,8.99896\n12979,1646397018,47.74304,8.99896\n12980,1646397019,47.74304,8.99896\n12981,1646397020,47.74304,8.99896\n12982,1646397021,47.74304,8.99895\n12983,1646397022,47.74304,8.99895\n12984,1646397023,47.74304,8.99895\n12985,1646397024,47.74304,8.99895\n12986,1646397025,47.74304,8.99895\n12987,1646397026,47.74304,8.99895\n12988,1646397027,47.74304,8.99896\n12989,1646397028,47.74304,8.99896\n12990,1646397029,47.74304,8.99896\n12991,1646397030,47.74304,8.99896\n12992,1646397031,47.74304,8.99895\n12993,1646397095,47.74298,8.99891\n12994,1646397096,47.74299,8.99891\n12995,1646397097,47.74299,8.99893\n12996,1646397098,47.74300,8.99894\n12997,1646397099,47.74301,8.99894\n12998,1646397100,47.74301,8.99893\n12999,1646397101,47.74301,8.99892\n13000,1646397102,47.74302,8.99893\n13001,1646397103,47.74302,8.99893\n13002,1646397104,47.74303,8.99895\n13003,1646397106,47.74303,8.99895\n13004,1646397107,47.74303,8.99895\n13005,1646397108,47.74303,8.99895\n13006,1646397109,47.74303,8.99895\n13007,1646397110,47.74303,8.99895\n13008,1646397111,47.74303,8.99895\n13009,1646397112,47.74303,8.99895\n13010,1646397113,47.74303,8.99895\n13011,1646397114,47.74303,8.99895\n13012,1646397115,47.74303,8.99895\n13013,1646397116,47.74303,8.99895\n13014,1646397117,47.74303,8.99895\n13015,1646397181,47.74303,8.99896\n13016,1646397182,47.74303,8.99897\n13017,1646397183,47.74302,8.99897\n13018,1646397184,47.74303,8.99897\n13019,1646397185,47.74303,8.99897\n13020,1646397186,47.74303,8.99897\n13021,1646397187,47.74303,8.99898\n13022,1646397188,47.74303,8.99898\n13023,1646397189,47.74303,8.99898\n13024,1646397190,47.74304,8.99898\n13025,1646397191,47.74304,8.99897\n13026,1646397192,47.74304,8.99897\n13027,1646397193,47.74304,8.99897\n13028,1646397194,47.74304,8.99897\n13029,1646397196,47.74304,8.99897\n13030,1646397197,47.74304,8.99897\n13031,1646397198,47.74304,8.99897\n13032,1646397199,47.74304,8.99897\n13033,1646397200,47.74305,8.99897\n13034,1646397264,47.74299,8.99902\n13035,1646397265,47.74299,8.99899\n13036,1646397266,47.74299,8.99899\n13037,1646397267,47.74299,8.99899\n13038,1646397268,47.74299,8.99898\n13039,1646397269,47.74299,8.99898\n13040,1646397270,47.74298,8.99897\n13041,1646397271,47.74298,8.99897\n13042,1646397272,47.74301,8.99896\n13043,1646397274,47.74300,8.99896\n13044,1646397275,47.74300,8.99895\n13045,1646397276,47.74300,8.99895\n13046,1646397277,47.74300,8.99895\n13047,1646397278,47.74300,8.99895\n13048,1646397279,47.74300,8.99895\n13049,1646397280,47.74300,8.99895\n13050,1646397281,47.74300,8.99896\n13051,1646397282,47.74300,8.99895\n13052,1646397346,47.74312,8.99896\n13053,1646397347,47.74311,8.99895\n13054,1646397348,47.74311,8.99896\n13055,1646397349,47.74311,8.99896\n13056,1646397350,47.74310,8.99897\n13057,1646397351,47.74310,8.99897\n13058,1646397352,47.74310,8.99898\n13059,1646397353,47.74309,8.99898\n13060,1646397354,47.74309,8.99898\n13061,1646397355,47.74309,8.99898\n13062,1646397356,47.74309,8.99898\n13063,1646397358,47.74308,8.99898\n13064,1646397359,47.74308,8.99898\n13065,1646397360,47.74308,8.99897\n13066,1646397361,47.74308,8.99897\n13067,1646397362,47.74308,8.99897\n13068,1646397363,47.74308,8.99897\n13069,1646397427,47.74302,8.99902\n13070,1646397428,47.74303,8.99901\n13071,1646397429,47.74303,8.99899\n13072,1646397430,47.74303,8.99898\n13073,1646397431,47.74303,8.99897\n13074,1646397432,47.74302,8.99896\n13075,1646397433,47.74302,8.99896\n13076,1646397434,47.74302,8.99896\n13077,1646397435,47.74302,8.99896\n13078,1646397436,47.74302,8.99896\n13079,1646397437,47.74302,8.99896\n13080,1646397438,47.74302,8.99896\n13081,1646397439,47.74303,8.99896\n13082,1646397440,47.74304,8.99895\n13083,1646397442,47.74304,8.99895\n13084,1646397443,47.74303,8.99895\n13085,1646397507,47.74300,8.99897\n13086,1646397508,47.74304,8.99899\n13087,1646397509,47.74303,8.99898\n13088,1646397510,47.74303,8.99898\n13089,1646397511,47.74303,8.99898\n13090,1646397512,47.74303,8.99898\n13091,1646397513,47.74302,8.99897\n13092,1646397514,47.74302,8.99897\n13093,1646397515,47.74302,8.99897\n13094,1646397516,47.74302,8.99897\n13095,1646397517,47.74302,8.99897\n13096,1646397518,47.74302,8.99897\n13097,1646397520,47.74303,8.99897\n13098,1646397584,47.74291,8.99897\n13099,1646397585,47.74301,8.99897\n13100,1646397586,47.74301,8.99897\n13101,1646397587,47.74302,8.99897\n13102,1646397588,47.74303,8.99898\n13103,1646397589,47.74303,8.99898\n13104,1646397590,47.74303,8.99899\n13105,1646397591,47.74303,8.99899\n*END MEMORY*\nV201, ID: 30-083C, 3659mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 1 s\n- Min HDOP (x10): 30\n- Activation delay: 180 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/08_PetDogWalk_1s_Interval/20220307_PetDog_1s_Interval_12445_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646641291,47.74380,8.99886\n2,1646641293,47.74381,8.99885\n3,1646641300,47.74395,8.99878\n4,1646641303,47.74398,8.99875\n5,1646641305,47.74400,8.99873\n6,1646641308,47.74405,8.99870\n7,1646641312,47.74409,8.99868\n8,1646641319,47.74416,8.99866\n9,1646641320,47.74417,8.99865\n10,1646641321,47.74418,8.99864\n11,1646641322,47.74419,8.99863\n12,1646641323,47.74420,8.99862\n13,1646641324,47.74420,8.99861\n14,1646641325,47.74421,8.99860\n15,1646641326,47.74422,8.99859\n16,1646641327,47.74424,8.99857\n17,1646641328,47.74425,8.99856\n18,1646641329,47.74425,8.99855\n19,1646641330,47.74426,8.99854\n20,1646641331,47.74427,8.99852\n21,1646641332,47.74428,8.99851\n22,1646641333,47.74428,8.99850\n23,1646641334,47.74429,8.99848\n24,1646641335,47.74429,8.99848\n25,1646641336,47.74430,8.99847\n26,1646641337,47.74430,8.99846\n27,1646641338,47.74431,8.99845\n28,1646641339,47.74432,8.99843\n29,1646641340,47.74432,8.99842\n30,1646641341,47.74433,8.99840\n31,1646641342,47.74433,8.99839\n32,1646641343,47.74435,8.99838\n33,1646641344,47.74435,8.99838\n34,1646641345,47.74436,8.99837\n35,1646641346,47.74435,8.99836\n36,1646641347,47.74436,8.99835\n37,1646641348,47.74436,8.99834\n38,1646641349,47.74437,8.99832\n39,1646641350,47.74437,8.99831\n40,1646641351,47.74437,8.99830\n41,1646641352,47.74438,8.99828\n42,1646641353,47.74438,8.99827\n43,1646641354,47.74438,8.99825\n44,1646641355,47.74438,8.99824\n45,1646641356,47.74438,8.99822\n46,1646641357,47.74439,8.99821\n47,1646641358,47.74439,8.99820\n48,1646641359,47.74440,8.99818\n49,1646641360,47.74441,8.99816\n50,1646641361,47.74441,8.99815\n51,1646641362,47.74442,8.99813\n52,1646641363,47.74443,8.99812\n53,1646641364,47.74443,8.99811\n54,1646641365,47.74444,8.99811\n55,1646641366,47.74444,8.99811\n56,1646641367,47.74444,8.99811\n57,1646641369,47.74444,8.99811\n58,1646641371,47.74445,8.99811\n59,1646641372,47.74445,8.99812\n60,1646641373,47.74445,8.99812\n61,1646641374,47.74445,8.99812\n62,1646641375,47.74445,8.99812\n63,1646641376,47.74445,8.99811\n64,1646641377,47.74446,8.99810\n65,1646641378,47.74446,8.99808\n66,1646641379,47.74447,8.99807\n67,1646641380,47.74447,8.99805\n68,1646641381,47.74448,8.99803\n69,1646641382,47.74449,8.99802\n70,1646641383,47.74449,8.99800\n71,1646641384,47.74450,8.99799\n72,1646641385,47.74450,8.99799\n73,1646641386,47.74450,8.99799\n74,1646641387,47.74451,8.99797\n75,1646641388,47.74451,8.99796\n76,1646641389,47.74452,8.99794\n77,1646641390,47.74453,8.99792\n78,1646641391,47.74453,8.99790\n79,1646641392,47.74453,8.99790\n80,1646641393,47.74453,8.99790\n81,1646641394,47.74453,8.99790\n82,1646641395,47.74453,8.99790\n83,1646641396,47.74453,8.99790\n84,1646641398,47.74453,8.99790\n85,1646641399,47.74453,8.99790\n86,1646641400,47.74453,8.99790\n87,1646641401,47.74453,8.99790\n88,1646641402,47.74453,8.99790\n89,1646641403,47.74454,8.99789\n90,1646641404,47.74455,8.99787\n91,1646641405,47.74456,8.99786\n92,1646641406,47.74456,8.99785\n93,1646641407,47.74457,8.99784\n94,1646641408,47.74458,8.99782\n95,1646641409,47.74459,8.99781\n96,1646641410,47.74460,8.99779\n97,1646641411,47.74460,8.99778\n98,1646641412,47.74461,8.99776\n99,1646641413,47.74462,8.99775\n100,1646641414,47.74462,8.99773\n101,1646641415,47.74463,8.99771\n102,1646641416,47.74463,8.99770\n103,1646641417,47.74464,8.99767\n104,1646641418,47.74464,8.99765\n105,1646641419,47.74464,8.99763\n106,1646641420,47.74465,8.99762\n107,1646641421,47.74465,8.99762\n108,1646641422,47.74465,8.99762\n109,1646641423,47.74465,8.99761\n110,1646641424,47.74466,8.99759\n111,1646641425,47.74466,8.99756\n112,1646641426,47.74466,8.99753\n113,1646641427,47.74467,8.99750\n114,1646641428,47.74467,8.99747\n115,1646641429,47.74467,8.99745\n116,1646641430,47.74468,8.99744\n117,1646641431,47.74468,8.99743\n118,1646641432,47.74468,8.99742\n119,1646641433,47.74468,8.99741\n120,1646641434,47.74469,8.99741\n121,1646641435,47.74468,8.99741\n122,1646641436,47.74468,8.99741\n123,1646641437,47.74468,8.99741\n124,1646641438,47.74468,8.99741\n125,1646641439,47.74468,8.99741\n126,1646641440,47.74468,8.99741\n127,1646641441,47.74468,8.99741\n128,1646641442,47.74468,8.99741\n129,1646641443,47.74468,8.99741\n130,1646641444,47.74468,8.99741\n131,1646641445,47.74468,8.99740\n132,1646641446,47.74469,8.99739\n133,1646641447,47.74468,8.99739\n134,1646641448,47.74468,8.99739\n135,1646641449,47.74467,8.99739\n136,1646641450,47.74467,8.99740\n137,1646641451,47.74466,8.99740\n138,1646641452,47.74466,8.99740\n139,1646641453,47.74466,8.99738\n140,1646641454,47.74466,8.99736\n141,1646641455,47.74466,8.99733\n142,1646641456,47.74466,8.99732\n143,1646641457,47.74466,8.99730\n144,1646641458,47.74466,8.99728\n145,1646641459,47.74466,8.99726\n146,1646641460,47.74466,8.99724\n147,1646641461,47.74466,8.99722\n148,1646641462,47.74467,8.99720\n149,1646641463,47.74467,8.99718\n150,1646641464,47.74468,8.99716\n151,1646641465,47.74468,8.99713\n152,1646641466,47.74468,8.99712\n153,1646641467,47.74469,8.99710\n154,1646641468,47.74469,8.99708\n155,1646641469,47.74470,8.99706\n156,1646641470,47.74470,8.99704\n157,1646641471,47.74470,8.99702\n158,1646641472,47.74470,8.99700\n159,1646641473,47.74470,8.99698\n160,1646641474,47.74470,8.99696\n161,1646641475,47.74471,8.99694\n162,1646641476,47.74471,8.99692\n163,1646641477,47.74471,8.99689\n164,1646641478,47.74472,8.99687\n165,1646641479,47.74472,8.99685\n166,1646641480,47.74473,8.99683\n167,1646641481,47.74473,8.99681\n168,1646641482,47.74473,8.99679\n169,1646641483,47.74473,8.99677\n170,1646641484,47.74474,8.99676\n171,1646641485,47.74474,8.99674\n172,1646641486,47.74474,8.99672\n173,1646641487,47.74474,8.99670\n174,1646641488,47.74475,8.99669\n175,1646641489,47.74475,8.99668\n176,1646641490,47.74475,8.99667\n177,1646641491,47.74475,8.99667\n178,1646641492,47.74475,8.99666\n179,1646641493,47.74475,8.99664\n180,1646641494,47.74476,8.99662\n181,1646641495,47.74476,8.99660\n182,1646641496,47.74476,8.99657\n183,1646641497,47.74476,8.99655\n184,1646641498,47.74477,8.99653\n185,1646641499,47.74477,8.99651\n186,1646641500,47.74477,8.99649\n187,1646641501,47.74478,8.99647\n188,1646641502,47.74478,8.99645\n189,1646641503,47.74478,8.99643\n190,1646641504,47.74478,8.99641\n191,1646641505,47.74479,8.99639\n192,1646641506,47.74479,8.99637\n193,1646641507,47.74479,8.99635\n194,1646641508,47.74479,8.99633\n195,1646641509,47.74479,8.99631\n196,1646641510,47.74479,8.99629\n197,1646641511,47.74479,8.99627\n198,1646641512,47.74480,8.99625\n199,1646641513,47.74480,8.99623\n200,1646641514,47.74480,8.99621\n201,1646641515,47.74481,8.99619\n202,1646641516,47.74481,8.99617\n203,1646641517,47.74481,8.99615\n204,1646641518,47.74481,8.99613\n205,1646641519,47.74481,8.99611\n206,1646641520,47.74482,8.99609\n207,1646641521,47.74482,8.99607\n208,1646641522,47.74482,8.99605\n209,1646641523,47.74482,8.99603\n210,1646641524,47.74483,8.99602\n211,1646641525,47.74483,8.99600\n212,1646641526,47.74483,8.99598\n213,1646641527,47.74483,8.99596\n214,1646641528,47.74483,8.99594\n215,1646641529,47.74483,8.99591\n216,1646641530,47.74483,8.99589\n217,1646641531,47.74483,8.99588\n218,1646641532,47.74483,8.99586\n219,1646641533,47.74484,8.99585\n220,1646641534,47.74484,8.99584\n221,1646641535,47.74484,8.99581\n222,1646641536,47.74484,8.99579\n223,1646641537,47.74485,8.99577\n224,1646641538,47.74485,8.99575\n225,1646641539,47.74485,8.99573\n226,1646641540,47.74485,8.99572\n227,1646641541,47.74485,8.99570\n228,1646641542,47.74486,8.99568\n229,1646641543,47.74486,8.99566\n230,1646641544,47.74486,8.99565\n231,1646641545,47.74486,8.99565\n232,1646641546,47.74486,8.99564\n233,1646641547,47.74486,8.99562\n234,1646641548,47.74486,8.99559\n235,1646641549,47.74487,8.99557\n236,1646641550,47.74487,8.99555\n237,1646641551,47.74487,8.99552\n238,1646641552,47.74488,8.99550\n239,1646641553,47.74488,8.99548\n240,1646641554,47.74488,8.99546\n241,1646641555,47.74488,8.99544\n242,1646641556,47.74489,8.99543\n243,1646641557,47.74489,8.99541\n244,1646641558,47.74489,8.99539\n245,1646641559,47.74489,8.99537\n246,1646641560,47.74490,8.99535\n247,1646641561,47.74490,8.99533\n248,1646641562,47.74490,8.99531\n249,1646641563,47.74490,8.99529\n250,1646641564,47.74491,8.99527\n251,1646641565,47.74491,8.99525\n252,1646641566,47.74491,8.99523\n253,1646641567,47.74492,8.99521\n254,1646641568,47.74492,8.99519\n255,1646641569,47.74492,8.99516\n256,1646641570,47.74492,8.99514\n257,1646641571,47.74493,8.99512\n258,1646641572,47.74493,8.99510\n259,1646641573,47.74493,8.99508\n260,1646641574,47.74493,8.99506\n261,1646641575,47.74494,8.99504\n262,1646641576,47.74494,8.99502\n263,1646641577,47.74494,8.99500\n264,1646641578,47.74494,8.99499\n265,1646641579,47.74494,8.99497\n266,1646641580,47.74494,8.99495\n267,1646641581,47.74494,8.99493\n268,1646641582,47.74495,8.99491\n269,1646641583,47.74495,8.99489\n270,1646641584,47.74495,8.99487\n271,1646641585,47.74495,8.99485\n272,1646641586,47.74495,8.99483\n273,1646641587,47.74495,8.99481\n274,1646641588,47.74495,8.99479\n275,1646641589,47.74496,8.99476\n276,1646641590,47.74496,8.99474\n277,1646641591,47.74496,8.99472\n278,1646641592,47.74496,8.99470\n279,1646641593,47.74496,8.99468\n280,1646641594,47.74497,8.99466\n281,1646641595,47.74497,8.99465\n282,1646641596,47.74497,8.99463\n283,1646641597,47.74497,8.99460\n284,1646641598,47.74498,8.99459\n285,1646641599,47.74498,8.99457\n286,1646641600,47.74498,8.99455\n287,1646641601,47.74498,8.99453\n288,1646641602,47.74498,8.99451\n289,1646641603,47.74499,8.99449\n290,1646641604,47.74499,8.99447\n291,1646641605,47.74499,8.99445\n292,1646641606,47.74499,8.99443\n293,1646641607,47.74499,8.99441\n294,1646641608,47.74500,8.99439\n295,1646641609,47.74500,8.99437\n296,1646641610,47.74500,8.99435\n297,1646641611,47.74500,8.99434\n298,1646641612,47.74500,8.99432\n299,1646641613,47.74501,8.99430\n300,1646641614,47.74501,8.99428\n301,1646641615,47.74501,8.99426\n302,1646641616,47.74501,8.99425\n303,1646641617,47.74501,8.99424\n304,1646641618,47.74502,8.99422\n305,1646641619,47.74502,8.99419\n306,1646641620,47.74502,8.99417\n307,1646641621,47.74503,8.99415\n308,1646641622,47.74503,8.99413\n309,1646641623,47.74504,8.99412\n310,1646641624,47.74505,8.99412\n311,1646641625,47.74506,8.99413\n312,1646641626,47.74507,8.99414\n313,1646641627,47.74509,8.99416\n314,1646641628,47.74510,8.99416\n315,1646641629,47.74512,8.99417\n316,1646641630,47.74513,8.99417\n317,1646641631,47.74514,8.99418\n318,1646641632,47.74514,8.99418\n319,1646641633,47.74515,8.99418\n320,1646641634,47.74515,8.99419\n321,1646641635,47.74516,8.99419\n322,1646641636,47.74518,8.99419\n323,1646641637,47.74519,8.99420\n324,1646641638,47.74520,8.99421\n325,1646641639,47.74521,8.99421\n326,1646641640,47.74523,8.99422\n327,1646641641,47.74525,8.99423\n328,1646641642,47.74526,8.99423\n329,1646641643,47.74528,8.99424\n330,1646641644,47.74529,8.99425\n331,1646641645,47.74531,8.99425\n332,1646641646,47.74532,8.99426\n333,1646641647,47.74533,8.99426\n334,1646641648,47.74534,8.99427\n335,1646641649,47.74535,8.99427\n336,1646641650,47.74536,8.99427\n337,1646641651,47.74538,8.99428\n338,1646641652,47.74539,8.99428\n339,1646641653,47.74540,8.99428\n340,1646641654,47.74541,8.99429\n341,1646641655,47.74543,8.99429\n342,1646641656,47.74544,8.99430\n343,1646641657,47.74545,8.99430\n344,1646641658,47.74546,8.99431\n345,1646641659,47.74548,8.99431\n346,1646641660,47.74549,8.99432\n347,1646641661,47.74550,8.99432\n348,1646641662,47.74552,8.99432\n349,1646641663,47.74553,8.99433\n350,1646641664,47.74554,8.99433\n351,1646641665,47.74555,8.99434\n352,1646641666,47.74556,8.99434\n353,1646641667,47.74558,8.99434\n354,1646641668,47.74559,8.99435\n355,1646641669,47.74560,8.99435\n356,1646641671,47.74562,8.99436\n357,1646641672,47.74564,8.99436\n358,1646641673,47.74565,8.99437\n359,1646641674,47.74566,8.99437\n360,1646641675,47.74567,8.99438\n361,1646641676,47.74568,8.99438\n362,1646641677,47.74569,8.99439\n363,1646641678,47.74570,8.99439\n364,1646641679,47.74572,8.99440\n365,1646641680,47.74573,8.99440\n366,1646641681,47.74574,8.99441\n367,1646641682,47.74575,8.99442\n368,1646641683,47.74576,8.99443\n369,1646641684,47.74577,8.99444\n370,1646641685,47.74579,8.99445\n371,1646641686,47.74580,8.99446\n372,1646641687,47.74581,8.99448\n373,1646641688,47.74582,8.99449\n374,1646641689,47.74583,8.99450\n375,1646641690,47.74584,8.99451\n376,1646641691,47.74584,8.99452\n377,1646641692,47.74584,8.99452\n378,1646641693,47.74584,8.99452\n379,1646641694,47.74584,8.99452\n380,1646641695,47.74584,8.99452\n381,1646641696,47.74584,8.99452\n382,1646641697,47.74584,8.99452\n383,1646641698,47.74584,8.99452\n384,1646641699,47.74584,8.99452\n385,1646641700,47.74584,8.99452\n386,1646641701,47.74584,8.99452\n387,1646641702,47.74584,8.99451\n388,1646641703,47.74584,8.99451\n389,1646641704,47.74584,8.99451\n390,1646641705,47.74584,8.99451\n391,1646641706,47.74585,8.99451\n392,1646641707,47.74585,8.99451\n393,1646641708,47.74585,8.99451\n394,1646641709,47.74585,8.99451\n395,1646641710,47.74585,8.99450\n396,1646641711,47.74585,8.99451\n397,1646641712,47.74585,8.99452\n398,1646641713,47.74586,8.99454\n399,1646641714,47.74587,8.99456\n400,1646641715,47.74587,8.99457\n401,1646641716,47.74588,8.99459\n402,1646641717,47.74589,8.99460\n403,1646641718,47.74590,8.99462\n404,1646641719,47.74591,8.99464\n405,1646641720,47.74592,8.99465\n406,1646641721,47.74592,8.99466\n407,1646641722,47.74593,8.99468\n408,1646641723,47.74594,8.99469\n409,1646641724,47.74595,8.99471\n410,1646641725,47.74596,8.99473\n411,1646641726,47.74597,8.99474\n412,1646641727,47.74598,8.99476\n413,1646641728,47.74599,8.99477\n414,1646641729,47.74600,8.99478\n415,1646641730,47.74601,8.99480\n416,1646641731,47.74602,8.99481\n417,1646641732,47.74602,8.99482\n418,1646641733,47.74603,8.99484\n419,1646641734,47.74604,8.99485\n420,1646641735,47.74605,8.99486\n421,1646641736,47.74606,8.99488\n422,1646641737,47.74607,8.99489\n423,1646641738,47.74608,8.99491\n424,1646641739,47.74609,8.99493\n425,1646641740,47.74610,8.99494\n426,1646641741,47.74611,8.99496\n427,1646641742,47.74612,8.99497\n428,1646641743,47.74613,8.99499\n429,1646641744,47.74614,8.99500\n430,1646641745,47.74615,8.99502\n431,1646641746,47.74616,8.99503\n432,1646641747,47.74617,8.99504\n433,1646641748,47.74618,8.99505\n434,1646641749,47.74618,8.99506\n435,1646641750,47.74619,8.99507\n436,1646641751,47.74621,8.99507\n437,1646641752,47.74622,8.99506\n438,1646641753,47.74623,8.99504\n439,1646641754,47.74624,8.99503\n440,1646641755,47.74625,8.99501\n441,1646641756,47.74626,8.99499\n442,1646641757,47.74627,8.99497\n443,1646641758,47.74627,8.99495\n444,1646641759,47.74628,8.99493\n445,1646641760,47.74629,8.99491\n446,1646641761,47.74629,8.99490\n447,1646641762,47.74630,8.99488\n448,1646641763,47.74631,8.99486\n449,1646641764,47.74631,8.99484\n450,1646641765,47.74632,8.99482\n451,1646641766,47.74632,8.99481\n452,1646641767,47.74633,8.99479\n453,1646641768,47.74634,8.99477\n454,1646641769,47.74634,8.99475\n455,1646641770,47.74635,8.99473\n456,1646641771,47.74635,8.99472\n457,1646641772,47.74636,8.99470\n458,1646641773,47.74636,8.99468\n459,1646641774,47.74637,8.99466\n460,1646641775,47.74637,8.99464\n461,1646641776,47.74638,8.99462\n462,1646641777,47.74639,8.99460\n463,1646641778,47.74639,8.99458\n464,1646641779,47.74640,8.99457\n465,1646641780,47.74640,8.99455\n466,1646641781,47.74641,8.99452\n467,1646641782,47.74641,8.99450\n468,1646641783,47.74641,8.99448\n469,1646641784,47.74642,8.99447\n470,1646641785,47.74642,8.99445\n471,1646641786,47.74644,8.99444\n472,1646641787,47.74646,8.99443\n473,1646641788,47.74648,8.99442\n474,1646641789,47.74651,8.99441\n475,1646641790,47.74653,8.99441\n476,1646641791,47.74656,8.99440\n477,1646641792,47.74659,8.99440\n478,1646641793,47.74660,8.99441\n479,1646641794,47.74661,8.99440\n480,1646641795,47.74662,8.99438\n481,1646641796,47.74664,8.99436\n482,1646641797,47.74665,8.99435\n483,1646641798,47.74666,8.99434\n484,1646641799,47.74667,8.99433\n485,1646641800,47.74668,8.99432\n486,1646641801,47.74669,8.99430\n487,1646641802,47.74670,8.99430\n488,1646641803,47.74671,8.99429\n489,1646641804,47.74672,8.99429\n490,1646641805,47.74674,8.99428\n491,1646641806,47.74675,8.99428\n492,1646641807,47.74676,8.99428\n493,1646641808,47.74676,8.99428\n494,1646641809,47.74677,8.99428\n495,1646641810,47.74677,8.99428\n496,1646641811,47.74677,8.99428\n497,1646641812,47.74677,8.99428\n498,1646641813,47.74677,8.99428\n499,1646641814,47.74677,8.99428\n500,1646641815,47.74678,8.99427\n501,1646641816,47.74679,8.99426\n502,1646641817,47.74681,8.99424\n503,1646641818,47.74682,8.99424\n504,1646641819,47.74682,8.99424\n505,1646641820,47.74682,8.99424\n506,1646641821,47.74682,8.99424\n507,1646641822,47.74682,8.99424\n508,1646641823,47.74682,8.99424\n509,1646641824,47.74682,8.99424\n510,1646641825,47.74682,8.99424\n511,1646641826,47.74682,8.99424\n512,1646641827,47.74682,8.99424\n513,1646641828,47.74682,8.99424\n514,1646641829,47.74682,8.99424\n515,1646641830,47.74682,8.99424\n516,1646641831,47.74682,8.99424\n517,1646641832,47.74682,8.99424\n518,1646641833,47.74682,8.99424\n519,1646641834,47.74682,8.99424\n520,1646641835,47.74682,8.99423\n521,1646641836,47.74682,8.99423\n522,1646641837,47.74682,8.99423\n523,1646641838,47.74683,8.99422\n524,1646641839,47.74683,8.99422\n525,1646641840,47.74683,8.99422\n526,1646641841,47.74683,8.99422\n527,1646641842,47.74683,8.99422\n528,1646641843,47.74683,8.99422\n529,1646641844,47.74683,8.99422\n530,1646641845,47.74683,8.99422\n531,1646641846,47.74683,8.99422\n532,1646641847,47.74683,8.99422\n533,1646641848,47.74683,8.99422\n534,1646641849,47.74683,8.99422\n535,1646641850,47.74683,8.99422\n536,1646641851,47.74683,8.99422\n537,1646641852,47.74683,8.99422\n538,1646641853,47.74683,8.99422\n539,1646641854,47.74683,8.99422\n540,1646641855,47.74683,8.99422\n541,1646641856,47.74685,8.99423\n542,1646641857,47.74686,8.99425\n543,1646641858,47.74687,8.99426\n544,1646641859,47.74688,8.99427\n545,1646641860,47.74689,8.99429\n546,1646641861,47.74689,8.99429\n547,1646641862,47.74690,8.99430\n548,1646641863,47.74692,8.99431\n549,1646641864,47.74693,8.99432\n550,1646641865,47.74694,8.99433\n551,1646641866,47.74695,8.99434\n552,1646641867,47.74696,8.99435\n553,1646641868,47.74697,8.99436\n554,1646641869,47.74699,8.99437\n555,1646641870,47.74700,8.99438\n556,1646641871,47.74701,8.99439\n557,1646641872,47.74703,8.99440\n558,1646641873,47.74704,8.99441\n559,1646641874,47.74705,8.99442\n560,1646641875,47.74707,8.99444\n561,1646641876,47.74708,8.99444\n562,1646641877,47.74709,8.99445\n563,1646641878,47.74711,8.99446\n564,1646641879,47.74712,8.99447\n565,1646641880,47.74713,8.99448\n566,1646641881,47.74714,8.99449\n567,1646641882,47.74716,8.99450\n568,1646641883,47.74717,8.99451\n569,1646641884,47.74718,8.99452\n570,1646641885,47.74719,8.99453\n571,1646641886,47.74721,8.99454\n572,1646641887,47.74722,8.99455\n573,1646641888,47.74723,8.99456\n574,1646641889,47.74725,8.99457\n575,1646641890,47.74726,8.99458\n576,1646641891,47.74727,8.99459\n577,1646641892,47.74728,8.99460\n578,1646641893,47.74730,8.99461\n579,1646641894,47.74731,8.99461\n580,1646641895,47.74732,8.99462\n581,1646641896,47.74733,8.99462\n582,1646641897,47.74735,8.99462\n583,1646641898,47.74736,8.99462\n584,1646641899,47.74738,8.99462\n585,1646641900,47.74739,8.99463\n586,1646641901,47.74740,8.99463\n587,1646641902,47.74742,8.99463\n588,1646641903,47.74743,8.99464\n589,1646641904,47.74745,8.99464\n590,1646641905,47.74746,8.99464\n591,1646641906,47.74747,8.99464\n592,1646641907,47.74749,8.99464\n593,1646641908,47.74750,8.99464\n594,1646641909,47.74751,8.99465\n595,1646641910,47.74753,8.99465\n596,1646641911,47.74754,8.99465\n597,1646641912,47.74755,8.99465\n598,1646641913,47.74757,8.99465\n599,1646641914,47.74758,8.99465\n600,1646641915,47.74759,8.99465\n601,1646641916,47.74760,8.99465\n602,1646641917,47.74762,8.99465\n603,1646641918,47.74763,8.99465\n604,1646641919,47.74765,8.99466\n605,1646641920,47.74766,8.99466\n606,1646641921,47.74768,8.99466\n607,1646641922,47.74769,8.99466\n608,1646641923,47.74770,8.99466\n609,1646641924,47.74772,8.99467\n610,1646641925,47.74773,8.99467\n611,1646641926,47.74775,8.99467\n612,1646641927,47.74776,8.99468\n613,1646641928,47.74777,8.99468\n614,1646641929,47.74778,8.99468\n615,1646641930,47.74780,8.99468\n616,1646641931,47.74782,8.99469\n617,1646641932,47.74783,8.99469\n618,1646641933,47.74785,8.99469\n619,1646641934,47.74786,8.99470\n620,1646641935,47.74788,8.99470\n621,1646641936,47.74789,8.99470\n622,1646641937,47.74791,8.99471\n623,1646641938,47.74792,8.99471\n624,1646641939,47.74793,8.99471\n625,1646641940,47.74795,8.99472\n626,1646641941,47.74796,8.99472\n627,1646641942,47.74798,8.99472\n628,1646641943,47.74799,8.99472\n629,1646641944,47.74800,8.99472\n630,1646641945,47.74802,8.99472\n631,1646641946,47.74803,8.99472\n632,1646641947,47.74805,8.99472\n633,1646641948,47.74806,8.99473\n634,1646641949,47.74807,8.99473\n635,1646641950,47.74809,8.99474\n636,1646641951,47.74809,8.99475\n637,1646641952,47.74810,8.99476\n638,1646641953,47.74811,8.99476\n639,1646641954,47.74812,8.99475\n640,1646641955,47.74814,8.99474\n641,1646641956,47.74815,8.99474\n642,1646641957,47.74816,8.99473\n643,1646641958,47.74818,8.99473\n644,1646641959,47.74819,8.99473\n645,1646641960,47.74821,8.99473\n646,1646641961,47.74822,8.99472\n647,1646641962,47.74823,8.99472\n648,1646641963,47.74825,8.99472\n649,1646641964,47.74826,8.99473\n650,1646641965,47.74827,8.99473\n651,1646641966,47.74828,8.99473\n652,1646641967,47.74830,8.99474\n653,1646641968,47.74831,8.99474\n654,1646641969,47.74832,8.99475\n655,1646641970,47.74834,8.99475\n656,1646641971,47.74835,8.99476\n657,1646641972,47.74836,8.99476\n658,1646641973,47.74837,8.99477\n659,1646641974,47.74838,8.99477\n660,1646641975,47.74840,8.99478\n661,1646641976,47.74841,8.99479\n662,1646641977,47.74842,8.99480\n663,1646641978,47.74843,8.99481\n664,1646641979,47.74845,8.99482\n665,1646641980,47.74846,8.99483\n666,1646641981,47.74847,8.99484\n667,1646641982,47.74848,8.99486\n668,1646641983,47.74849,8.99487\n669,1646641984,47.74850,8.99488\n670,1646641985,47.74852,8.99489\n671,1646641986,47.74853,8.99490\n672,1646641987,47.74854,8.99491\n673,1646641988,47.74855,8.99492\n674,1646641989,47.74856,8.99493\n675,1646641990,47.74857,8.99494\n676,1646641991,47.74858,8.99495\n677,1646641992,47.74859,8.99496\n678,1646641993,47.74861,8.99498\n679,1646641994,47.74862,8.99499\n680,1646641995,47.74863,8.99500\n681,1646641996,47.74864,8.99501\n682,1646641997,47.74865,8.99502\n683,1646641998,47.74866,8.99503\n684,1646641999,47.74867,8.99504\n685,1646642000,47.74868,8.99505\n686,1646642001,47.74869,8.99506\n687,1646642002,47.74870,8.99507\n688,1646642003,47.74872,8.99509\n689,1646642004,47.74873,8.99510\n690,1646642005,47.74874,8.99511\n691,1646642006,47.74876,8.99512\n692,1646642007,47.74877,8.99513\n693,1646642008,47.74878,8.99514\n694,1646642009,47.74879,8.99515\n695,1646642010,47.74881,8.99516\n696,1646642011,47.74882,8.99517\n697,1646642012,47.74882,8.99518\n698,1646642013,47.74883,8.99519\n699,1646642014,47.74882,8.99519\n700,1646642015,47.74882,8.99519\n701,1646642016,47.74882,8.99519\n702,1646642017,47.74882,8.99519\n703,1646642018,47.74882,8.99519\n704,1646642019,47.74882,8.99519\n705,1646642020,47.74882,8.99519\n706,1646642021,47.74882,8.99519\n707,1646642022,47.74882,8.99519\n708,1646642023,47.74882,8.99519\n709,1646642024,47.74882,8.99519\n710,1646642025,47.74882,8.99519\n711,1646642026,47.74882,8.99520\n712,1646642027,47.74882,8.99520\n713,1646642028,47.74882,8.99520\n714,1646642029,47.74882,8.99520\n715,1646642030,47.74882,8.99520\n716,1646642031,47.74882,8.99520\n717,1646642032,47.74882,8.99520\n718,1646642033,47.74882,8.99520\n719,1646642034,47.74883,8.99519\n720,1646642035,47.74885,8.99519\n721,1646642036,47.74886,8.99520\n722,1646642037,47.74888,8.99521\n723,1646642038,47.74891,8.99522\n724,1646642039,47.74893,8.99523\n725,1646642040,47.74895,8.99524\n726,1646642041,47.74898,8.99525\n727,1646642042,47.74900,8.99526\n728,1646642043,47.74902,8.99527\n729,1646642044,47.74905,8.99528\n730,1646642045,47.74907,8.99529\n731,1646642046,47.74910,8.99529\n732,1646642047,47.74913,8.99529\n733,1646642048,47.74915,8.99528\n734,1646642049,47.74918,8.99526\n735,1646642050,47.74920,8.99523\n736,1646642051,47.74921,8.99522\n737,1646642052,47.74922,8.99520\n738,1646642053,47.74923,8.99518\n739,1646642054,47.74924,8.99516\n740,1646642055,47.74925,8.99515\n741,1646642056,47.74926,8.99513\n742,1646642057,47.74927,8.99511\n743,1646642058,47.74927,8.99510\n744,1646642059,47.74927,8.99508\n745,1646642060,47.74926,8.99505\n746,1646642061,47.74926,8.99502\n747,1646642062,47.74927,8.99499\n748,1646642063,47.74927,8.99496\n749,1646642064,47.74928,8.99494\n750,1646642065,47.74928,8.99491\n751,1646642066,47.74928,8.99488\n752,1646642067,47.74929,8.99486\n753,1646642068,47.74929,8.99484\n754,1646642069,47.74929,8.99483\n755,1646642070,47.74929,8.99482\n756,1646642071,47.74929,8.99481\n757,1646642072,47.74929,8.99480\n758,1646642073,47.74928,8.99479\n759,1646642074,47.74928,8.99478\n760,1646642075,47.74928,8.99477\n761,1646642076,47.74929,8.99478\n762,1646642077,47.74930,8.99475\n763,1646642078,47.74930,8.99472\n764,1646642079,47.74930,8.99468\n765,1646642080,47.74930,8.99464\n766,1646642081,47.74931,8.99461\n767,1646642082,47.74931,8.99458\n768,1646642083,47.74931,8.99457\n769,1646642084,47.74932,8.99457\n770,1646642085,47.74934,8.99457\n771,1646642086,47.74936,8.99453\n772,1646642087,47.74935,8.99449\n773,1646642088,47.74934,8.99445\n774,1646642089,47.74933,8.99442\n775,1646642090,47.74933,8.99440\n776,1646642091,47.74933,8.99439\n777,1646642092,47.74933,8.99440\n778,1646642093,47.74934,8.99440\n779,1646642094,47.74935,8.99439\n780,1646642095,47.74935,8.99438\n781,1646642096,47.74935,8.99437\n782,1646642097,47.74935,8.99436\n783,1646642098,47.74936,8.99435\n784,1646642099,47.74936,8.99433\n785,1646642100,47.74936,8.99431\n786,1646642101,47.74937,8.99430\n787,1646642102,47.74937,8.99429\n788,1646642103,47.74937,8.99428\n789,1646642104,47.74937,8.99428\n790,1646642105,47.74937,8.99428\n791,1646642106,47.74938,8.99427\n792,1646642107,47.74938,8.99428\n793,1646642108,47.74938,8.99428\n794,1646642109,47.74938,8.99428\n795,1646642110,47.74938,8.99428\n796,1646642111,47.74938,8.99427\n797,1646642112,47.74939,8.99425\n798,1646642113,47.74939,8.99423\n799,1646642114,47.74940,8.99421\n800,1646642115,47.74941,8.99418\n801,1646642116,47.74942,8.99415\n802,1646642117,47.74943,8.99412\n803,1646642118,47.74944,8.99410\n804,1646642119,47.74945,8.99407\n805,1646642120,47.74946,8.99406\n806,1646642121,47.74947,8.99404\n807,1646642122,47.74948,8.99402\n808,1646642123,47.74949,8.99400\n809,1646642124,47.74950,8.99398\n810,1646642125,47.74951,8.99396\n811,1646642126,47.74951,8.99394\n812,1646642127,47.74952,8.99393\n813,1646642128,47.74953,8.99391\n814,1646642129,47.74954,8.99390\n815,1646642130,47.74954,8.99389\n816,1646642131,47.74954,8.99389\n817,1646642132,47.74954,8.99389\n818,1646642133,47.74954,8.99389\n819,1646642134,47.74954,8.99389\n820,1646642135,47.74954,8.99389\n821,1646642136,47.74954,8.99389\n822,1646642137,47.74954,8.99389\n823,1646642138,47.74954,8.99388\n824,1646642139,47.74954,8.99388\n825,1646642140,47.74955,8.99387\n826,1646642141,47.74956,8.99385\n827,1646642142,47.74957,8.99382\n828,1646642143,47.74959,8.99378\n829,1646642144,47.74961,8.99373\n830,1646642145,47.74965,8.99369\n831,1646642146,47.74967,8.99367\n832,1646642147,47.74970,8.99367\n833,1646642148,47.74972,8.99366\n834,1646642149,47.74974,8.99365\n835,1646642150,47.74975,8.99363\n836,1646642151,47.74977,8.99361\n837,1646642152,47.74979,8.99359\n838,1646642153,47.74980,8.99357\n839,1646642154,47.74982,8.99355\n840,1646642155,47.74983,8.99354\n841,1646642156,47.74984,8.99353\n842,1646642157,47.74984,8.99353\n843,1646642158,47.74984,8.99353\n844,1646642159,47.74984,8.99353\n845,1646642160,47.74984,8.99353\n846,1646642161,47.74984,8.99353\n847,1646642162,47.74984,8.99353\n848,1646642163,47.74984,8.99353\n849,1646642164,47.74984,8.99353\n850,1646642165,47.74985,8.99351\n851,1646642166,47.74986,8.99350\n852,1646642167,47.74987,8.99349\n853,1646642168,47.74988,8.99347\n854,1646642169,47.74990,8.99346\n855,1646642170,47.74991,8.99344\n856,1646642171,47.74993,8.99342\n857,1646642172,47.74994,8.99340\n858,1646642173,47.74995,8.99338\n859,1646642174,47.74997,8.99335\n860,1646642175,47.74998,8.99333\n861,1646642176,47.75000,8.99330\n862,1646642177,47.75001,8.99328\n863,1646642178,47.75003,8.99326\n864,1646642179,47.75003,8.99325\n865,1646642180,47.75003,8.99324\n866,1646642181,47.75004,8.99323\n867,1646642182,47.75004,8.99323\n868,1646642183,47.75004,8.99322\n869,1646642184,47.75005,8.99321\n870,1646642185,47.75006,8.99319\n871,1646642186,47.75007,8.99318\n872,1646642187,47.75007,8.99316\n873,1646642188,47.75008,8.99315\n874,1646642189,47.75008,8.99313\n875,1646642190,47.75009,8.99312\n876,1646642191,47.75010,8.99311\n877,1646642192,47.75010,8.99310\n878,1646642193,47.75011,8.99310\n879,1646642194,47.75011,8.99309\n880,1646642195,47.75011,8.99308\n881,1646642196,47.75012,8.99306\n882,1646642197,47.75013,8.99303\n883,1646642198,47.75013,8.99301\n884,1646642199,47.75014,8.99299\n885,1646642200,47.75014,8.99297\n886,1646642201,47.75015,8.99294\n887,1646642202,47.75016,8.99292\n888,1646642203,47.75016,8.99291\n889,1646642204,47.75016,8.99289\n890,1646642205,47.75017,8.99286\n891,1646642206,47.75017,8.99285\n892,1646642207,47.75018,8.99283\n893,1646642208,47.75019,8.99281\n894,1646642209,47.75020,8.99280\n895,1646642210,47.75020,8.99278\n896,1646642211,47.75021,8.99276\n897,1646642212,47.75022,8.99274\n898,1646642213,47.75022,8.99272\n899,1646642214,47.75023,8.99270\n900,1646642215,47.75023,8.99268\n901,1646642216,47.75024,8.99267\n902,1646642217,47.75024,8.99265\n903,1646642218,47.75025,8.99263\n904,1646642219,47.75026,8.99262\n905,1646642220,47.75026,8.99260\n906,1646642221,47.75027,8.99259\n907,1646642222,47.75027,8.99257\n908,1646642223,47.75028,8.99256\n909,1646642224,47.75029,8.99254\n910,1646642225,47.75029,8.99252\n911,1646642226,47.75029,8.99250\n912,1646642227,47.75029,8.99249\n913,1646642228,47.75030,8.99247\n914,1646642229,47.75030,8.99245\n915,1646642230,47.75031,8.99243\n916,1646642231,47.75031,8.99242\n917,1646642232,47.75032,8.99240\n918,1646642233,47.75032,8.99239\n919,1646642234,47.75032,8.99237\n920,1646642235,47.75033,8.99235\n921,1646642236,47.75033,8.99233\n922,1646642237,47.75033,8.99231\n923,1646642238,47.75034,8.99229\n924,1646642239,47.75033,8.99227\n925,1646642240,47.75034,8.99226\n926,1646642241,47.75034,8.99224\n927,1646642242,47.75035,8.99221\n928,1646642243,47.75035,8.99218\n929,1646642244,47.75035,8.99216\n930,1646642245,47.75036,8.99214\n931,1646642246,47.75037,8.99212\n932,1646642247,47.75037,8.99210\n933,1646642248,47.75038,8.99208\n934,1646642249,47.75038,8.99207\n935,1646642250,47.75038,8.99205\n936,1646642251,47.75037,8.99203\n937,1646642252,47.75037,8.99201\n938,1646642253,47.75038,8.99199\n939,1646642254,47.75038,8.99197\n940,1646642255,47.75039,8.99196\n941,1646642256,47.75039,8.99193\n942,1646642257,47.75039,8.99191\n943,1646642258,47.75040,8.99189\n944,1646642259,47.75040,8.99187\n945,1646642260,47.75041,8.99186\n946,1646642261,47.75041,8.99184\n947,1646642262,47.75041,8.99182\n948,1646642263,47.75042,8.99180\n949,1646642264,47.75044,8.99178\n950,1646642265,47.75045,8.99176\n951,1646642266,47.75047,8.99175\n952,1646642267,47.75048,8.99175\n953,1646642268,47.75048,8.99175\n954,1646642269,47.75049,8.99174\n955,1646642270,47.75049,8.99174\n956,1646642271,47.75049,8.99174\n957,1646642272,47.75049,8.99174\n958,1646642273,47.75051,8.99174\n959,1646642274,47.75053,8.99176\n960,1646642275,47.75054,8.99177\n961,1646642276,47.75055,8.99180\n962,1646642277,47.75056,8.99182\n963,1646642278,47.75056,8.99184\n964,1646642279,47.75056,8.99185\n965,1646642280,47.75056,8.99185\n966,1646642281,47.75057,8.99185\n967,1646642282,47.75058,8.99184\n968,1646642283,47.75059,8.99184\n969,1646642284,47.75059,8.99184\n970,1646642285,47.75061,8.99184\n971,1646642286,47.75062,8.99184\n972,1646642287,47.75065,8.99184\n973,1646642288,47.75066,8.99184\n974,1646642289,47.75068,8.99184\n975,1646642290,47.75069,8.99185\n976,1646642291,47.75070,8.99186\n977,1646642292,47.75070,8.99186\n978,1646642293,47.75071,8.99186\n979,1646642294,47.75071,8.99187\n980,1646642295,47.75072,8.99187\n981,1646642296,47.75072,8.99188\n982,1646642297,47.75073,8.99188\n983,1646642298,47.75073,8.99188\n984,1646642299,47.75073,8.99188\n985,1646642300,47.75073,8.99188\n986,1646642301,47.75073,8.99188\n987,1646642302,47.75073,8.99188\n988,1646642303,47.75073,8.99188\n989,1646642304,47.75073,8.99188\n990,1646642305,47.75073,8.99188\n991,1646642306,47.75073,8.99188\n992,1646642307,47.75073,8.99188\n993,1646642308,47.75074,8.99190\n994,1646642309,47.75075,8.99193\n995,1646642310,47.75078,8.99195\n996,1646642311,47.75080,8.99198\n997,1646642312,47.75083,8.99200\n998,1646642313,47.75085,8.99203\n999,1646642314,47.75088,8.99205\n1000,1646642315,47.75090,8.99207\n1001,1646642316,47.75092,8.99209\n1002,1646642317,47.75094,8.99211\n1003,1646642318,47.75095,8.99213\n1004,1646642319,47.75097,8.99215\n1005,1646642320,47.75098,8.99217\n1006,1646642321,47.75100,8.99218\n1007,1646642322,47.75101,8.99220\n1008,1646642323,47.75102,8.99221\n1009,1646642324,47.75103,8.99222\n1010,1646642325,47.75103,8.99223\n1011,1646642326,47.75103,8.99223\n1012,1646642327,47.75103,8.99223\n1013,1646642328,47.75103,8.99223\n1014,1646642329,47.75103,8.99223\n1015,1646642330,47.75104,8.99223\n1016,1646642331,47.75104,8.99224\n1017,1646642332,47.75105,8.99225\n1018,1646642333,47.75106,8.99227\n1019,1646642334,47.75107,8.99228\n1020,1646642335,47.75108,8.99229\n1021,1646642336,47.75109,8.99231\n1022,1646642337,47.75110,8.99232\n1023,1646642338,47.75111,8.99234\n1024,1646642339,47.75112,8.99237\n1025,1646642340,47.75114,8.99240\n1026,1646642341,47.75115,8.99242\n1027,1646642342,47.75117,8.99244\n1028,1646642343,47.75118,8.99246\n1029,1646642344,47.75120,8.99247\n1030,1646642345,47.75121,8.99249\n1031,1646642346,47.75123,8.99250\n1032,1646642347,47.75124,8.99251\n1033,1646642348,47.75126,8.99252\n1034,1646642349,47.75128,8.99253\n1035,1646642350,47.75129,8.99254\n1036,1646642351,47.75131,8.99254\n1037,1646642352,47.75132,8.99255\n1038,1646642353,47.75134,8.99256\n1039,1646642354,47.75135,8.99257\n1040,1646642355,47.75137,8.99257\n1041,1646642356,47.75138,8.99257\n1042,1646642357,47.75140,8.99257\n1043,1646642358,47.75141,8.99257\n1044,1646642359,47.75143,8.99258\n1045,1646642360,47.75144,8.99259\n1046,1646642361,47.75146,8.99259\n1047,1646642362,47.75147,8.99260\n1048,1646642363,47.75149,8.99261\n1049,1646642364,47.75150,8.99262\n1050,1646642365,47.75151,8.99262\n1051,1646642366,47.75152,8.99262\n1052,1646642367,47.75153,8.99263\n1053,1646642368,47.75154,8.99264\n1054,1646642369,47.75154,8.99265\n1055,1646642370,47.75154,8.99265\n1056,1646642371,47.75155,8.99265\n1057,1646642372,47.75155,8.99265\n1058,1646642373,47.75155,8.99265\n1059,1646642374,47.75155,8.99265\n1060,1646642375,47.75155,8.99265\n1061,1646642376,47.75157,8.99264\n1062,1646642377,47.75158,8.99264\n1063,1646642378,47.75159,8.99264\n1064,1646642379,47.75159,8.99264\n1065,1646642380,47.75159,8.99265\n1066,1646642381,47.75159,8.99265\n1067,1646642382,47.75159,8.99265\n1068,1646642383,47.75159,8.99265\n1069,1646642384,47.75159,8.99265\n1070,1646642385,47.75159,8.99265\n1071,1646642386,47.75159,8.99265\n1072,1646642387,47.75159,8.99265\n1073,1646642388,47.75160,8.99265\n1074,1646642389,47.75162,8.99265\n1075,1646642390,47.75164,8.99266\n1076,1646642391,47.75164,8.99267\n1077,1646642392,47.75164,8.99267\n1078,1646642393,47.75164,8.99267\n1079,1646642394,47.75165,8.99268\n1080,1646642395,47.75165,8.99268\n1081,1646642396,47.75165,8.99268\n1082,1646642397,47.75165,8.99268\n1083,1646642398,47.75165,8.99267\n1084,1646642399,47.75164,8.99268\n1085,1646642400,47.75164,8.99268\n1086,1646642401,47.75164,8.99268\n1087,1646642402,47.75164,8.99268\n1088,1646642403,47.75164,8.99268\n1089,1646642404,47.75165,8.99268\n1090,1646642405,47.75167,8.99268\n1091,1646642406,47.75169,8.99269\n1092,1646642407,47.75171,8.99270\n1093,1646642408,47.75173,8.99271\n1094,1646642409,47.75176,8.99271\n1095,1646642410,47.75178,8.99273\n1096,1646642411,47.75181,8.99273\n1097,1646642412,47.75183,8.99274\n1098,1646642413,47.75185,8.99275\n1099,1646642414,47.75188,8.99276\n1100,1646642415,47.75190,8.99277\n1101,1646642416,47.75192,8.99278\n1102,1646642417,47.75194,8.99278\n1103,1646642418,47.75197,8.99279\n1104,1646642419,47.75199,8.99280\n1105,1646642420,47.75201,8.99281\n1106,1646642421,47.75204,8.99281\n1107,1646642422,47.75206,8.99282\n1108,1646642423,47.75208,8.99283\n1109,1646642424,47.75210,8.99283\n1110,1646642425,47.75212,8.99284\n1111,1646642426,47.75214,8.99284\n1112,1646642427,47.75216,8.99285\n1113,1646642428,47.75218,8.99286\n1114,1646642429,47.75220,8.99286\n1115,1646642430,47.75222,8.99287\n1116,1646642431,47.75224,8.99287\n1117,1646642432,47.75226,8.99288\n1118,1646642433,47.75227,8.99288\n1119,1646642434,47.75229,8.99289\n1120,1646642435,47.75230,8.99290\n1121,1646642436,47.75230,8.99291\n1122,1646642437,47.75229,8.99292\n1123,1646642438,47.75229,8.99292\n1124,1646642439,47.75229,8.99292\n1125,1646642440,47.75229,8.99292\n1126,1646642441,47.75229,8.99292\n1127,1646642442,47.75228,8.99292\n1128,1646642443,47.75228,8.99292\n1129,1646642444,47.75228,8.99292\n1130,1646642445,47.75228,8.99293\n1131,1646642446,47.75228,8.99293\n1132,1646642447,47.75228,8.99293\n1133,1646642448,47.75228,8.99293\n1134,1646642449,47.75228,8.99293\n1135,1646642450,47.75228,8.99293\n1136,1646642451,47.75229,8.99292\n1137,1646642452,47.75231,8.99292\n1138,1646642453,47.75234,8.99292\n1139,1646642454,47.75237,8.99293\n1140,1646642455,47.75239,8.99293\n1141,1646642456,47.75242,8.99294\n1142,1646642457,47.75245,8.99295\n1143,1646642458,47.75248,8.99295\n1144,1646642459,47.75251,8.99296\n1145,1646642460,47.75253,8.99298\n1146,1646642461,47.75256,8.99299\n1147,1646642462,47.75258,8.99300\n1148,1646642463,47.75260,8.99300\n1149,1646642464,47.75263,8.99300\n1150,1646642465,47.75265,8.99299\n1151,1646642466,47.75268,8.99299\n1152,1646642467,47.75270,8.99298\n1153,1646642468,47.75272,8.99297\n1154,1646642469,47.75272,8.99296\n1155,1646642470,47.75273,8.99295\n1156,1646642471,47.75273,8.99295\n1157,1646642472,47.75273,8.99295\n1158,1646642473,47.75273,8.99295\n1159,1646642474,47.75273,8.99295\n1160,1646642475,47.75273,8.99295\n1161,1646642476,47.75273,8.99295\n1162,1646642477,47.75273,8.99295\n1163,1646642478,47.75275,8.99295\n1164,1646642479,47.75276,8.99294\n1165,1646642480,47.75279,8.99292\n1166,1646642481,47.75281,8.99290\n1167,1646642482,47.75284,8.99288\n1168,1646642483,47.75286,8.99286\n1169,1646642484,47.75289,8.99284\n1170,1646642485,47.75292,8.99282\n1171,1646642486,47.75294,8.99280\n1172,1646642487,47.75296,8.99279\n1173,1646642488,47.75299,8.99277\n1174,1646642489,47.75301,8.99276\n1175,1646642490,47.75302,8.99275\n1176,1646642491,47.75304,8.99274\n1177,1646642492,47.75305,8.99273\n1178,1646642493,47.75306,8.99272\n1179,1646642494,47.75307,8.99271\n1180,1646642495,47.75308,8.99270\n1181,1646642496,47.75309,8.99269\n1182,1646642497,47.75311,8.99268\n1183,1646642498,47.75312,8.99267\n1184,1646642499,47.75313,8.99266\n1185,1646642500,47.75314,8.99264\n1186,1646642501,47.75315,8.99263\n1187,1646642502,47.75317,8.99261\n1188,1646642503,47.75318,8.99259\n1189,1646642504,47.75320,8.99257\n1190,1646642505,47.75321,8.99256\n1191,1646642506,47.75323,8.99254\n1192,1646642507,47.75324,8.99253\n1193,1646642508,47.75326,8.99252\n1194,1646642509,47.75328,8.99252\n1195,1646642510,47.75329,8.99251\n1196,1646642511,47.75331,8.99250\n1197,1646642512,47.75332,8.99248\n1198,1646642513,47.75334,8.99247\n1199,1646642514,47.75335,8.99245\n1200,1646642515,47.75337,8.99244\n1201,1646642516,47.75338,8.99242\n1202,1646642517,47.75340,8.99241\n1203,1646642518,47.75341,8.99239\n1204,1646642519,47.75343,8.99238\n1205,1646642520,47.75345,8.99237\n1206,1646642521,47.75346,8.99235\n1207,1646642522,47.75348,8.99234\n1208,1646642523,47.75349,8.99232\n1209,1646642524,47.75351,8.99231\n1210,1646642525,47.75352,8.99228\n1211,1646642526,47.75353,8.99226\n1212,1646642527,47.75354,8.99224\n1213,1646642528,47.75354,8.99223\n1214,1646642529,47.75354,8.99223\n1215,1646642530,47.75354,8.99224\n1216,1646642531,47.75354,8.99223\n1217,1646642532,47.75354,8.99223\n1218,1646642533,47.75354,8.99223\n1219,1646642534,47.75354,8.99223\n1220,1646642535,47.75354,8.99223\n1221,1646642536,47.75355,8.99223\n1222,1646642537,47.75357,8.99222\n1223,1646642538,47.75358,8.99220\n1224,1646642539,47.75360,8.99219\n1225,1646642540,47.75362,8.99217\n1226,1646642541,47.75363,8.99215\n1227,1646642542,47.75364,8.99214\n1228,1646642543,47.75365,8.99212\n1229,1646642544,47.75367,8.99211\n1230,1646642545,47.75368,8.99210\n1231,1646642546,47.75370,8.99209\n1232,1646642547,47.75372,8.99208\n1233,1646642548,47.75374,8.99207\n1234,1646642549,47.75376,8.99205\n1235,1646642550,47.75377,8.99204\n1236,1646642551,47.75379,8.99203\n1237,1646642552,47.75381,8.99201\n1238,1646642553,47.75382,8.99200\n1239,1646642554,47.75384,8.99198\n1240,1646642555,47.75385,8.99197\n1241,1646642556,47.75387,8.99195\n1242,1646642557,47.75388,8.99194\n1243,1646642558,47.75390,8.99192\n1244,1646642559,47.75392,8.99190\n1245,1646642560,47.75394,8.99188\n1246,1646642561,47.75395,8.99187\n1247,1646642562,47.75396,8.99185\n1248,1646642563,47.75397,8.99184\n1249,1646642564,47.75398,8.99183\n1250,1646642565,47.75398,8.99183\n1251,1646642566,47.75398,8.99183\n1252,1646642567,47.75398,8.99183\n1253,1646642568,47.75398,8.99183\n1254,1646642569,47.75400,8.99182\n1255,1646642570,47.75401,8.99182\n1256,1646642571,47.75402,8.99182\n1257,1646642572,47.75403,8.99181\n1258,1646642573,47.75405,8.99180\n1259,1646642574,47.75406,8.99180\n1260,1646642575,47.75407,8.99179\n1261,1646642576,47.75408,8.99179\n1262,1646642577,47.75409,8.99178\n1263,1646642578,47.75410,8.99177\n1264,1646642579,47.75411,8.99176\n1265,1646642580,47.75412,8.99174\n1266,1646642581,47.75413,8.99173\n1267,1646642582,47.75414,8.99172\n1268,1646642583,47.75415,8.99170\n1269,1646642584,47.75417,8.99169\n1270,1646642585,47.75418,8.99167\n1271,1646642586,47.75420,8.99166\n1272,1646642587,47.75421,8.99165\n1273,1646642588,47.75421,8.99164\n1274,1646642589,47.75421,8.99164\n1275,1646642590,47.75421,8.99165\n1276,1646642591,47.75421,8.99165\n1277,1646642592,47.75421,8.99165\n1278,1646642593,47.75421,8.99165\n1279,1646642594,47.75422,8.99164\n1280,1646642595,47.75423,8.99162\n1281,1646642596,47.75424,8.99161\n1282,1646642597,47.75425,8.99159\n1283,1646642598,47.75427,8.99157\n1284,1646642599,47.75428,8.99156\n1285,1646642600,47.75429,8.99155\n1286,1646642601,47.75430,8.99153\n1287,1646642602,47.75432,8.99152\n1288,1646642603,47.75433,8.99151\n1289,1646642604,47.75434,8.99150\n1290,1646642605,47.75435,8.99149\n1291,1646642606,47.75436,8.99147\n1292,1646642607,47.75438,8.99146\n1293,1646642608,47.75439,8.99146\n1294,1646642609,47.75440,8.99145\n1295,1646642610,47.75442,8.99144\n1296,1646642611,47.75442,8.99143\n1297,1646642612,47.75443,8.99142\n1298,1646642613,47.75445,8.99141\n1299,1646642614,47.75446,8.99140\n1300,1646642615,47.75447,8.99138\n1301,1646642616,47.75448,8.99137\n1302,1646642617,47.75449,8.99136\n1303,1646642618,47.75450,8.99135\n1304,1646642619,47.75451,8.99133\n1305,1646642620,47.75452,8.99132\n1306,1646642621,47.75453,8.99131\n1307,1646642622,47.75455,8.99130\n1308,1646642623,47.75456,8.99128\n1309,1646642624,47.75457,8.99128\n1310,1646642625,47.75458,8.99127\n1311,1646642626,47.75460,8.99127\n1312,1646642627,47.75462,8.99128\n1313,1646642628,47.75463,8.99129\n1314,1646642629,47.75465,8.99130\n1315,1646642630,47.75466,8.99131\n1316,1646642631,47.75468,8.99132\n1317,1646642632,47.75470,8.99134\n1318,1646642633,47.75472,8.99136\n1319,1646642634,47.75473,8.99138\n1320,1646642635,47.75474,8.99140\n1321,1646642636,47.75474,8.99142\n1322,1646642637,47.75475,8.99142\n1323,1646642638,47.75475,8.99142\n1324,1646642639,47.75475,8.99143\n1325,1646642640,47.75475,8.99143\n1326,1646642641,47.75475,8.99143\n1327,1646642642,47.75475,8.99143\n1328,1646642643,47.75475,8.99144\n1329,1646642644,47.75475,8.99145\n1330,1646642645,47.75475,8.99147\n1331,1646642646,47.75476,8.99148\n1332,1646642647,47.75476,8.99149\n1333,1646642648,47.75476,8.99150\n1334,1646642649,47.75476,8.99150\n1335,1646642650,47.75476,8.99150\n1336,1646642651,47.75476,8.99151\n1337,1646642652,47.75477,8.99151\n1338,1646642653,47.75477,8.99153\n1339,1646642654,47.75477,8.99155\n1340,1646642655,47.75476,8.99158\n1341,1646642656,47.75475,8.99162\n1342,1646642657,47.75474,8.99165\n1343,1646642658,47.75472,8.99168\n1344,1646642659,47.75471,8.99170\n1345,1646642660,47.75470,8.99173\n1346,1646642661,47.75469,8.99175\n1347,1646642662,47.75467,8.99178\n1348,1646642663,47.75466,8.99180\n1349,1646642664,47.75465,8.99182\n1350,1646642665,47.75464,8.99184\n1351,1646642666,47.75462,8.99187\n1352,1646642667,47.75460,8.99189\n1353,1646642668,47.75459,8.99191\n1354,1646642669,47.75459,8.99193\n1355,1646642670,47.75458,8.99195\n1356,1646642671,47.75457,8.99195\n1357,1646642672,47.75457,8.99196\n1358,1646642673,47.75456,8.99196\n1359,1646642674,47.75456,8.99196\n1360,1646642675,47.75455,8.99196\n1361,1646642676,47.75455,8.99196\n1362,1646642677,47.75455,8.99196\n1363,1646642678,47.75455,8.99197\n1364,1646642679,47.75455,8.99197\n1365,1646642680,47.75455,8.99197\n1366,1646642681,47.75455,8.99199\n1367,1646642682,47.75454,8.99201\n1368,1646642683,47.75453,8.99203\n1369,1646642684,47.75452,8.99205\n1370,1646642685,47.75451,8.99208\n1371,1646642686,47.75450,8.99210\n1372,1646642687,47.75449,8.99214\n1373,1646642688,47.75448,8.99216\n1374,1646642689,47.75447,8.99218\n1375,1646642690,47.75445,8.99220\n1376,1646642691,47.75444,8.99220\n1377,1646642692,47.75444,8.99220\n1378,1646642693,47.75443,8.99221\n1379,1646642694,47.75442,8.99221\n1380,1646642695,47.75442,8.99222\n1381,1646642696,47.75442,8.99223\n1382,1646642697,47.75441,8.99224\n1383,1646642698,47.75441,8.99225\n1384,1646642699,47.75440,8.99226\n1385,1646642700,47.75440,8.99227\n1386,1646642701,47.75439,8.99229\n1387,1646642702,47.75438,8.99232\n1388,1646642703,47.75437,8.99234\n1389,1646642704,47.75435,8.99236\n1390,1646642705,47.75434,8.99238\n1391,1646642706,47.75432,8.99241\n1392,1646642707,47.75430,8.99243\n1393,1646642708,47.75429,8.99246\n1394,1646642709,47.75428,8.99248\n1395,1646642710,47.75426,8.99251\n1396,1646642711,47.75425,8.99253\n1397,1646642712,47.75424,8.99256\n1398,1646642713,47.75422,8.99258\n1399,1646642714,47.75421,8.99261\n1400,1646642715,47.75420,8.99264\n1401,1646642716,47.75418,8.99266\n1402,1646642717,47.75416,8.99269\n1403,1646642718,47.75414,8.99272\n1404,1646642719,47.75413,8.99274\n1405,1646642720,47.75412,8.99275\n1406,1646642721,47.75412,8.99275\n1407,1646642722,47.75412,8.99277\n1408,1646642723,47.75412,8.99278\n1409,1646642724,47.75411,8.99279\n1410,1646642725,47.75411,8.99281\n1411,1646642726,47.75410,8.99282\n1412,1646642727,47.75409,8.99284\n1413,1646642728,47.75408,8.99286\n1414,1646642729,47.75407,8.99288\n1415,1646642730,47.75406,8.99291\n1416,1646642731,47.75406,8.99292\n1417,1646642732,47.75405,8.99294\n1418,1646642733,47.75405,8.99295\n1419,1646642734,47.75404,8.99295\n1420,1646642735,47.75404,8.99296\n1421,1646642736,47.75404,8.99296\n1422,1646642737,47.75403,8.99296\n1423,1646642738,47.75403,8.99296\n1424,1646642739,47.75403,8.99296\n1425,1646642740,47.75403,8.99296\n1426,1646642741,47.75402,8.99297\n1427,1646642742,47.75401,8.99299\n1428,1646642743,47.75401,8.99301\n1429,1646642744,47.75400,8.99303\n1430,1646642745,47.75399,8.99305\n1431,1646642746,47.75398,8.99307\n1432,1646642747,47.75397,8.99309\n1433,1646642748,47.75396,8.99312\n1434,1646642749,47.75395,8.99314\n1435,1646642750,47.75394,8.99316\n1436,1646642751,47.75392,8.99318\n1437,1646642752,47.75390,8.99320\n1438,1646642753,47.75389,8.99323\n1439,1646642754,47.75388,8.99325\n1440,1646642755,47.75387,8.99327\n1441,1646642756,47.75386,8.99329\n1442,1646642757,47.75384,8.99331\n1443,1646642758,47.75383,8.99333\n1444,1646642759,47.75382,8.99335\n1445,1646642760,47.75381,8.99338\n1446,1646642761,47.75380,8.99339\n1447,1646642762,47.75378,8.99341\n1448,1646642763,47.75377,8.99343\n1449,1646642764,47.75376,8.99345\n1450,1646642765,47.75375,8.99347\n1451,1646642766,47.75374,8.99349\n1452,1646642767,47.75373,8.99351\n1453,1646642768,47.75373,8.99353\n1454,1646642769,47.75372,8.99355\n1455,1646642770,47.75371,8.99358\n1456,1646642771,47.75370,8.99360\n1457,1646642772,47.75369,8.99362\n1458,1646642773,47.75368,8.99364\n1459,1646642774,47.75367,8.99367\n1460,1646642775,47.75366,8.99369\n1461,1646642776,47.75365,8.99371\n1462,1646642777,47.75364,8.99373\n1463,1646642778,47.75363,8.99374\n1464,1646642779,47.75362,8.99376\n1465,1646642780,47.75361,8.99378\n1466,1646642781,47.75359,8.99380\n1467,1646642782,47.75359,8.99382\n1468,1646642783,47.75358,8.99384\n1469,1646642784,47.75357,8.99386\n1470,1646642785,47.75356,8.99388\n1471,1646642786,47.75354,8.99390\n1472,1646642787,47.75353,8.99391\n1473,1646642788,47.75352,8.99391\n1474,1646642789,47.75351,8.99392\n1475,1646642790,47.75350,8.99392\n1476,1646642791,47.75350,8.99393\n1477,1646642792,47.75351,8.99393\n1478,1646642793,47.75352,8.99393\n1479,1646642794,47.75352,8.99393\n1480,1646642795,47.75353,8.99393\n1481,1646642796,47.75353,8.99393\n1482,1646642797,47.75353,8.99394\n1483,1646642798,47.75352,8.99395\n1484,1646642799,47.75352,8.99396\n1485,1646642800,47.75352,8.99397\n1486,1646642801,47.75352,8.99396\n1487,1646642802,47.75352,8.99396\n1488,1646642803,47.75353,8.99396\n1489,1646642804,47.75353,8.99396\n1490,1646642805,47.75353,8.99396\n1491,1646642806,47.75353,8.99396\n1492,1646642807,47.75353,8.99396\n1493,1646642808,47.75353,8.99396\n1494,1646642809,47.75353,8.99396\n1495,1646642810,47.75353,8.99396\n1496,1646642811,47.75353,8.99396\n1497,1646642812,47.75353,8.99396\n1498,1646642813,47.75353,8.99396\n1499,1646642814,47.75353,8.99396\n1500,1646642815,47.75353,8.99396\n1501,1646642816,47.75353,8.99396\n1502,1646642817,47.75353,8.99396\n1503,1646642818,47.75353,8.99396\n1504,1646642819,47.75353,8.99396\n1505,1646642820,47.75353,8.99396\n1506,1646642821,47.75353,8.99396\n1507,1646642822,47.75353,8.99396\n1508,1646642823,47.75353,8.99396\n1509,1646642824,47.75353,8.99396\n1510,1646642825,47.75352,8.99398\n1511,1646642826,47.75350,8.99400\n1512,1646642827,47.75347,8.99403\n1513,1646642828,47.75345,8.99406\n1514,1646642829,47.75344,8.99409\n1515,1646642830,47.75342,8.99413\n1516,1646642831,47.75340,8.99416\n1517,1646642832,47.75338,8.99419\n1518,1646642833,47.75337,8.99423\n1519,1646642834,47.75335,8.99426\n1520,1646642835,47.75333,8.99429\n1521,1646642836,47.75332,8.99433\n1522,1646642837,47.75330,8.99436\n1523,1646642838,47.75328,8.99439\n1524,1646642839,47.75327,8.99442\n1525,1646642840,47.75326,8.99444\n1526,1646642841,47.75324,8.99447\n1527,1646642842,47.75322,8.99450\n1528,1646642843,47.75321,8.99453\n1529,1646642844,47.75319,8.99455\n1530,1646642845,47.75317,8.99458\n1531,1646642846,47.75316,8.99460\n1532,1646642847,47.75314,8.99462\n1533,1646642848,47.75313,8.99465\n1534,1646642849,47.75312,8.99467\n1535,1646642850,47.75310,8.99470\n1536,1646642851,47.75309,8.99472\n1537,1646642852,47.75307,8.99475\n1538,1646642853,47.75305,8.99478\n1539,1646642854,47.75304,8.99480\n1540,1646642855,47.75303,8.99482\n1541,1646642856,47.75302,8.99482\n1542,1646642857,47.75302,8.99482\n1543,1646642858,47.75301,8.99484\n1544,1646642859,47.75301,8.99485\n1545,1646642860,47.75300,8.99486\n1546,1646642861,47.75299,8.99489\n1547,1646642862,47.75299,8.99492\n1548,1646642863,47.75298,8.99493\n1549,1646642864,47.75297,8.99495\n1550,1646642865,47.75297,8.99496\n1551,1646642866,47.75296,8.99498\n1552,1646642867,47.75296,8.99500\n1553,1646642868,47.75296,8.99502\n1554,1646642869,47.75296,8.99504\n1555,1646642870,47.75296,8.99506\n1556,1646642871,47.75297,8.99508\n1557,1646642872,47.75298,8.99509\n1558,1646642873,47.75299,8.99511\n1559,1646642874,47.75300,8.99512\n1560,1646642875,47.75301,8.99513\n1561,1646642876,47.75302,8.99515\n1562,1646642877,47.75303,8.99516\n1563,1646642878,47.75304,8.99517\n1564,1646642879,47.75304,8.99518\n1565,1646642880,47.75305,8.99519\n1566,1646642881,47.75306,8.99519\n1567,1646642882,47.75307,8.99520\n1568,1646642883,47.75308,8.99521\n1569,1646642884,47.75309,8.99522\n1570,1646642885,47.75310,8.99523\n1571,1646642886,47.75311,8.99525\n1572,1646642887,47.75311,8.99526\n1573,1646642888,47.75313,8.99527\n1574,1646642889,47.75313,8.99528\n1575,1646642890,47.75314,8.99529\n1576,1646642891,47.75315,8.99531\n1577,1646642892,47.75316,8.99532\n1578,1646642893,47.75317,8.99533\n1579,1646642894,47.75319,8.99534\n1580,1646642895,47.75320,8.99536\n1581,1646642896,47.75321,8.99537\n1582,1646642897,47.75322,8.99538\n1583,1646642898,47.75324,8.99539\n1584,1646642899,47.75326,8.99540\n1585,1646642900,47.75327,8.99541\n1586,1646642901,47.75328,8.99543\n1587,1646642902,47.75329,8.99544\n1588,1646642903,47.75330,8.99545\n1589,1646642904,47.75331,8.99546\n1590,1646642905,47.75332,8.99547\n1591,1646642906,47.75333,8.99547\n1592,1646642907,47.75333,8.99548\n1593,1646642908,47.75334,8.99549\n1594,1646642909,47.75335,8.99550\n1595,1646642910,47.75336,8.99551\n1596,1646642911,47.75337,8.99552\n1597,1646642912,47.75339,8.99552\n1598,1646642913,47.75340,8.99553\n1599,1646642914,47.75341,8.99554\n1600,1646642915,47.75342,8.99555\n1601,1646642916,47.75343,8.99557\n1602,1646642917,47.75344,8.99558\n1603,1646642918,47.75345,8.99559\n1604,1646642919,47.75346,8.99560\n1605,1646642920,47.75347,8.99560\n1606,1646642921,47.75349,8.99562\n1607,1646642922,47.75350,8.99564\n1608,1646642923,47.75352,8.99566\n1609,1646642924,47.75352,8.99567\n1610,1646642925,47.75353,8.99569\n1611,1646642926,47.75355,8.99570\n1612,1646642927,47.75356,8.99570\n1613,1646642928,47.75357,8.99572\n1614,1646642929,47.75358,8.99572\n1615,1646642930,47.75359,8.99573\n1616,1646642931,47.75360,8.99575\n1617,1646642932,47.75361,8.99576\n1618,1646642933,47.75363,8.99577\n1619,1646642934,47.75364,8.99578\n1620,1646642935,47.75365,8.99580\n1621,1646642936,47.75366,8.99581\n1622,1646642937,47.75367,8.99582\n1623,1646642938,47.75368,8.99583\n1624,1646642939,47.75369,8.99584\n1625,1646642940,47.75370,8.99586\n1626,1646642941,47.75371,8.99587\n1627,1646642942,47.75372,8.99588\n1628,1646642943,47.75373,8.99589\n1629,1646642944,47.75374,8.99590\n1630,1646642945,47.75375,8.99591\n1631,1646642946,47.75376,8.99593\n1632,1646642947,47.75377,8.99594\n1633,1646642948,47.75378,8.99596\n1634,1646642949,47.75379,8.99597\n1635,1646642950,47.75379,8.99598\n1636,1646642951,47.75381,8.99599\n1637,1646642952,47.75381,8.99599\n1638,1646642953,47.75381,8.99599\n1639,1646642954,47.75382,8.99599\n1640,1646642955,47.75384,8.99600\n1641,1646642956,47.75386,8.99601\n1642,1646642957,47.75387,8.99603\n1643,1646642958,47.75388,8.99604\n1644,1646642959,47.75389,8.99605\n1645,1646642960,47.75390,8.99607\n1646,1646642961,47.75391,8.99608\n1647,1646642962,47.75392,8.99609\n1648,1646642963,47.75393,8.99610\n1649,1646642964,47.75395,8.99611\n1650,1646642965,47.75396,8.99613\n1651,1646642966,47.75397,8.99614\n1652,1646642967,47.75398,8.99615\n1653,1646642968,47.75399,8.99616\n1654,1646642969,47.75400,8.99617\n1655,1646642970,47.75401,8.99618\n1656,1646642971,47.75402,8.99618\n1657,1646642972,47.75403,8.99620\n1658,1646642973,47.75404,8.99621\n1659,1646642974,47.75405,8.99622\n1660,1646642975,47.75407,8.99623\n1661,1646642976,47.75408,8.99625\n1662,1646642977,47.75409,8.99626\n1663,1646642978,47.75410,8.99627\n1664,1646642979,47.75411,8.99628\n1665,1646642980,47.75413,8.99629\n1666,1646642981,47.75414,8.99630\n1667,1646642982,47.75415,8.99631\n1668,1646642983,47.75416,8.99632\n1669,1646642984,47.75417,8.99633\n1670,1646642985,47.75418,8.99635\n1671,1646642986,47.75419,8.99636\n1672,1646642987,47.75420,8.99637\n1673,1646642988,47.75421,8.99638\n1674,1646642989,47.75422,8.99639\n1675,1646642990,47.75423,8.99639\n1676,1646642991,47.75424,8.99640\n1677,1646642992,47.75425,8.99641\n1678,1646642993,47.75426,8.99643\n1679,1646642994,47.75427,8.99644\n1680,1646642995,47.75428,8.99645\n1681,1646642996,47.75429,8.99646\n1682,1646642997,47.75430,8.99648\n1683,1646642998,47.75431,8.99649\n1684,1646642999,47.75433,8.99650\n1685,1646643000,47.75434,8.99652\n1686,1646643001,47.75435,8.99653\n1687,1646643002,47.75436,8.99655\n1688,1646643003,47.75437,8.99657\n1689,1646643004,47.75438,8.99659\n1690,1646643005,47.75438,8.99661\n1691,1646643006,47.75438,8.99664\n1692,1646643007,47.75437,8.99666\n1693,1646643008,47.75437,8.99668\n1694,1646643009,47.75436,8.99670\n1695,1646643010,47.75435,8.99672\n1696,1646643011,47.75435,8.99674\n1697,1646643012,47.75434,8.99675\n1698,1646643013,47.75434,8.99677\n1699,1646643014,47.75433,8.99678\n1700,1646643015,47.75433,8.99679\n1701,1646643016,47.75432,8.99681\n1702,1646643017,47.75431,8.99683\n1703,1646643018,47.75431,8.99685\n1704,1646643019,47.75430,8.99686\n1705,1646643020,47.75429,8.99688\n1706,1646643021,47.75429,8.99689\n1707,1646643022,47.75429,8.99691\n1708,1646643023,47.75430,8.99693\n1709,1646643024,47.75428,8.99695\n1710,1646643025,47.75428,8.99696\n1711,1646643026,47.75427,8.99698\n1712,1646643027,47.75426,8.99700\n1713,1646643028,47.75425,8.99701\n1714,1646643029,47.75424,8.99703\n1715,1646643030,47.75423,8.99704\n1716,1646643031,47.75422,8.99706\n1717,1646643032,47.75421,8.99708\n1718,1646643033,47.75420,8.99710\n1719,1646643034,47.75419,8.99711\n1720,1646643035,47.75418,8.99712\n1721,1646643036,47.75417,8.99714\n1722,1646643037,47.75416,8.99715\n1723,1646643038,47.75414,8.99717\n1724,1646643039,47.75413,8.99718\n1725,1646643040,47.75412,8.99720\n1726,1646643041,47.75411,8.99722\n1727,1646643042,47.75410,8.99723\n1728,1646643043,47.75410,8.99724\n1729,1646643044,47.75410,8.99725\n1730,1646643045,47.75409,8.99725\n1731,1646643046,47.75409,8.99725\n1732,1646643047,47.75409,8.99726\n1733,1646643048,47.75409,8.99727\n1734,1646643049,47.75408,8.99729\n1735,1646643050,47.75406,8.99731\n1736,1646643051,47.75405,8.99733\n1737,1646643052,47.75404,8.99735\n1738,1646643053,47.75403,8.99737\n1739,1646643054,47.75401,8.99739\n1740,1646643055,47.75400,8.99741\n1741,1646643056,47.75399,8.99742\n1742,1646643057,47.75398,8.99744\n1743,1646643058,47.75397,8.99745\n1744,1646643059,47.75397,8.99747\n1745,1646643060,47.75396,8.99748\n1746,1646643061,47.75395,8.99750\n1747,1646643062,47.75394,8.99751\n1748,1646643063,47.75393,8.99753\n1749,1646643064,47.75392,8.99755\n1750,1646643065,47.75391,8.99757\n1751,1646643066,47.75390,8.99758\n1752,1646643067,47.75389,8.99759\n1753,1646643068,47.75388,8.99760\n1754,1646643069,47.75388,8.99761\n1755,1646643070,47.75387,8.99762\n1756,1646643071,47.75386,8.99764\n1757,1646643072,47.75385,8.99766\n1758,1646643073,47.75384,8.99768\n1759,1646643074,47.75383,8.99770\n1760,1646643075,47.75382,8.99772\n1761,1646643076,47.75381,8.99773\n1762,1646643077,47.75380,8.99775\n1763,1646643078,47.75379,8.99777\n1764,1646643079,47.75378,8.99778\n1765,1646643080,47.75377,8.99780\n1766,1646643081,47.75376,8.99782\n1767,1646643082,47.75375,8.99784\n1768,1646643083,47.75373,8.99785\n1769,1646643084,47.75372,8.99787\n1770,1646643085,47.75371,8.99789\n1771,1646643086,47.75371,8.99790\n1772,1646643087,47.75370,8.99792\n1773,1646643088,47.75369,8.99793\n1774,1646643089,47.75368,8.99795\n1775,1646643090,47.75367,8.99796\n1776,1646643091,47.75366,8.99797\n1777,1646643092,47.75366,8.99798\n1778,1646643093,47.75365,8.99800\n1779,1646643094,47.75364,8.99802\n1780,1646643095,47.75363,8.99803\n1781,1646643096,47.75362,8.99805\n1782,1646643097,47.75361,8.99807\n1783,1646643098,47.75360,8.99808\n1784,1646643099,47.75359,8.99809\n1785,1646643100,47.75358,8.99811\n1786,1646643101,47.75357,8.99812\n1787,1646643102,47.75356,8.99814\n1788,1646643103,47.75355,8.99815\n1789,1646643104,47.75354,8.99817\n1790,1646643105,47.75353,8.99818\n1791,1646643106,47.75352,8.99820\n1792,1646643107,47.75351,8.99821\n1793,1646643108,47.75350,8.99822\n1794,1646643109,47.75349,8.99824\n1795,1646643110,47.75348,8.99826\n1796,1646643111,47.75347,8.99827\n1797,1646643112,47.75346,8.99829\n1798,1646643113,47.75346,8.99831\n1799,1646643114,47.75345,8.99833\n1800,1646643115,47.75345,8.99836\n1801,1646643116,47.75344,8.99837\n1802,1646643117,47.75343,8.99839\n1803,1646643118,47.75342,8.99841\n1804,1646643119,47.75341,8.99843\n1805,1646643120,47.75340,8.99844\n1806,1646643121,47.75339,8.99846\n1807,1646643122,47.75338,8.99847\n1808,1646643123,47.75337,8.99849\n1809,1646643124,47.75336,8.99851\n1810,1646643125,47.75335,8.99852\n1811,1646643126,47.75334,8.99854\n1812,1646643127,47.75333,8.99855\n1813,1646643128,47.75332,8.99857\n1814,1646643129,47.75332,8.99859\n1815,1646643130,47.75331,8.99860\n1816,1646643131,47.75330,8.99862\n1817,1646643132,47.75329,8.99863\n1818,1646643133,47.75328,8.99865\n1819,1646643134,47.75327,8.99866\n1820,1646643135,47.75326,8.99868\n1821,1646643136,47.75325,8.99869\n1822,1646643137,47.75324,8.99871\n1823,1646643138,47.75323,8.99872\n1824,1646643139,47.75323,8.99874\n1825,1646643140,47.75322,8.99875\n1826,1646643141,47.75321,8.99877\n1827,1646643142,47.75320,8.99878\n1828,1646643143,47.75319,8.99879\n1829,1646643144,47.75318,8.99881\n1830,1646643145,47.75317,8.99882\n1831,1646643146,47.75316,8.99884\n1832,1646643147,47.75316,8.99886\n1833,1646643148,47.75315,8.99887\n1834,1646643149,47.75314,8.99889\n1835,1646643150,47.75313,8.99890\n1836,1646643151,47.75312,8.99891\n1837,1646643152,47.75311,8.99892\n1838,1646643153,47.75310,8.99894\n1839,1646643154,47.75310,8.99895\n1840,1646643155,47.75309,8.99897\n1841,1646643156,47.75308,8.99898\n1842,1646643157,47.75307,8.99900\n1843,1646643158,47.75307,8.99901\n1844,1646643159,47.75306,8.99902\n1845,1646643160,47.75306,8.99904\n1846,1646643161,47.75305,8.99905\n1847,1646643162,47.75304,8.99907\n1848,1646643163,47.75303,8.99908\n1849,1646643164,47.75302,8.99909\n1850,1646643165,47.75301,8.99910\n1851,1646643166,47.75301,8.99911\n1852,1646643167,47.75300,8.99912\n1853,1646643168,47.75299,8.99913\n1854,1646643169,47.75298,8.99914\n1855,1646643170,47.75298,8.99915\n1856,1646643171,47.75297,8.99916\n1857,1646643172,47.75297,8.99917\n1858,1646643173,47.75296,8.99918\n1859,1646643174,47.75295,8.99920\n1860,1646643175,47.75295,8.99921\n1861,1646643176,47.75294,8.99923\n1862,1646643177,47.75293,8.99925\n1863,1646643178,47.75292,8.99927\n1864,1646643179,47.75291,8.99929\n1865,1646643180,47.75291,8.99930\n1866,1646643181,47.75290,8.99931\n1867,1646643182,47.75290,8.99933\n1868,1646643183,47.75289,8.99935\n1869,1646643184,47.75288,8.99937\n1870,1646643185,47.75287,8.99938\n1871,1646643186,47.75286,8.99940\n1872,1646643187,47.75286,8.99942\n1873,1646643188,47.75285,8.99944\n1874,1646643189,47.75284,8.99946\n1875,1646643190,47.75283,8.99947\n1876,1646643191,47.75282,8.99949\n1877,1646643192,47.75281,8.99950\n1878,1646643193,47.75280,8.99951\n1879,1646643194,47.75280,8.99953\n1880,1646643195,47.75279,8.99954\n1881,1646643196,47.75278,8.99955\n1882,1646643197,47.75277,8.99957\n1883,1646643198,47.75276,8.99958\n1884,1646643199,47.75275,8.99959\n1885,1646643200,47.75274,8.99960\n1886,1646643201,47.75274,8.99961\n1887,1646643202,47.75273,8.99962\n1888,1646643203,47.75272,8.99963\n1889,1646643204,47.75271,8.99965\n1890,1646643205,47.75270,8.99966\n1891,1646643206,47.75269,8.99967\n1892,1646643207,47.75268,8.99969\n1893,1646643208,47.75267,8.99970\n1894,1646643209,47.75267,8.99971\n1895,1646643210,47.75266,8.99973\n1896,1646643211,47.75265,8.99974\n1897,1646643212,47.75264,8.99976\n1898,1646643213,47.75264,8.99978\n1899,1646643214,47.75263,8.99979\n1900,1646643215,47.75262,8.99981\n1901,1646643216,47.75261,8.99983\n1902,1646643217,47.75260,8.99984\n1903,1646643218,47.75259,8.99986\n1904,1646643219,47.75258,8.99987\n1905,1646643220,47.75258,8.99988\n1906,1646643221,47.75257,8.99989\n1907,1646643222,47.75256,8.99991\n1908,1646643223,47.75255,8.99992\n1909,1646643224,47.75254,8.99994\n1910,1646643225,47.75253,8.99995\n1911,1646643226,47.75253,8.99996\n1912,1646643227,47.75252,8.99998\n1913,1646643228,47.75251,9.00000\n1914,1646643229,47.75250,9.00002\n1915,1646643230,47.75249,9.00004\n1916,1646643231,47.75247,9.00005\n1917,1646643232,47.75246,9.00007\n1918,1646643233,47.75245,9.00009\n1919,1646643234,47.75244,9.00010\n1920,1646643235,47.75243,9.00011\n1921,1646643236,47.75242,9.00013\n1922,1646643237,47.75241,9.00015\n1923,1646643238,47.75240,9.00017\n1924,1646643239,47.75239,9.00019\n1925,1646643240,47.75238,9.00021\n1926,1646643241,47.75237,9.00023\n1927,1646643242,47.75236,9.00025\n1928,1646643243,47.75235,9.00027\n1929,1646643244,47.75234,9.00028\n1930,1646643245,47.75233,9.00030\n1931,1646643246,47.75232,9.00031\n1932,1646643247,47.75231,9.00033\n1933,1646643248,47.75230,9.00035\n1934,1646643249,47.75229,9.00036\n1935,1646643250,47.75228,9.00038\n1936,1646643251,47.75227,9.00040\n1937,1646643252,47.75226,9.00041\n1938,1646643253,47.75225,9.00043\n1939,1646643254,47.75224,9.00045\n1940,1646643255,47.75223,9.00047\n1941,1646643256,47.75222,9.00048\n1942,1646643257,47.75221,9.00049\n1943,1646643258,47.75221,9.00051\n1944,1646643259,47.75220,9.00052\n1945,1646643260,47.75219,9.00054\n1946,1646643261,47.75218,9.00055\n1947,1646643262,47.75216,9.00057\n1948,1646643263,47.75215,9.00058\n1949,1646643264,47.75214,9.00060\n1950,1646643265,47.75213,9.00062\n1951,1646643266,47.75213,9.00064\n1952,1646643267,47.75212,9.00065\n1953,1646643268,47.75211,9.00067\n1954,1646643269,47.75210,9.00068\n1955,1646643270,47.75208,9.00070\n1956,1646643271,47.75207,9.00071\n1957,1646643272,47.75206,9.00073\n1958,1646643273,47.75206,9.00075\n1959,1646643274,47.75205,9.00077\n1960,1646643275,47.75204,9.00079\n1961,1646643276,47.75203,9.00080\n1962,1646643277,47.75202,9.00082\n1963,1646643278,47.75201,9.00083\n1964,1646643279,47.75200,9.00085\n1965,1646643280,47.75199,9.00086\n1966,1646643281,47.75197,9.00087\n1967,1646643282,47.75196,9.00088\n1968,1646643283,47.75195,9.00089\n1969,1646643284,47.75194,9.00090\n1970,1646643285,47.75193,9.00090\n1971,1646643286,47.75192,9.00091\n1972,1646643287,47.75190,9.00092\n1973,1646643288,47.75189,9.00092\n1974,1646643289,47.75188,9.00092\n1975,1646643290,47.75186,9.00093\n1976,1646643291,47.75185,9.00093\n1977,1646643292,47.75183,9.00093\n1978,1646643293,47.75182,9.00094\n1979,1646643294,47.75181,9.00094\n1980,1646643295,47.75180,9.00095\n1981,1646643296,47.75179,9.00095\n1982,1646643297,47.75178,9.00095\n1983,1646643298,47.75176,9.00095\n1984,1646643299,47.75175,9.00095\n1985,1646643300,47.75175,9.00096\n1986,1646643301,47.75174,9.00096\n1987,1646643302,47.75173,9.00097\n1988,1646643303,47.75172,9.00097\n1989,1646643304,47.75171,9.00098\n1990,1646643305,47.75169,9.00098\n1991,1646643306,47.75168,9.00099\n1992,1646643307,47.75167,9.00100\n1993,1646643308,47.75166,9.00101\n1994,1646643309,47.75164,9.00102\n1995,1646643310,47.75163,9.00104\n1996,1646643311,47.75162,9.00105\n1997,1646643312,47.75161,9.00106\n1998,1646643313,47.75160,9.00108\n1999,1646643314,47.75159,9.00109\n2000,1646643315,47.75158,9.00110\n2001,1646643316,47.75157,9.00111\n2002,1646643317,47.75156,9.00112\n2003,1646643318,47.75154,9.00113\n2004,1646643319,47.75153,9.00115\n2005,1646643320,47.75152,9.00115\n2006,1646643321,47.75151,9.00116\n2007,1646643322,47.75150,9.00117\n2008,1646643323,47.75149,9.00118\n2009,1646643324,47.75148,9.00119\n2010,1646643325,47.75147,9.00120\n2011,1646643326,47.75147,9.00121\n2012,1646643327,47.75147,9.00122\n2013,1646643328,47.75147,9.00123\n2014,1646643329,47.75145,9.00124\n2015,1646643330,47.75143,9.00126\n2016,1646643331,47.75141,9.00128\n2017,1646643332,47.75140,9.00129\n2018,1646643333,47.75139,9.00130\n2019,1646643334,47.75138,9.00130\n2020,1646643335,47.75136,9.00131\n2021,1646643336,47.75135,9.00132\n2022,1646643337,47.75134,9.00132\n2023,1646643338,47.75133,9.00133\n2024,1646643339,47.75132,9.00134\n2025,1646643340,47.75131,9.00135\n2026,1646643341,47.75130,9.00136\n2027,1646643342,47.75129,9.00137\n2028,1646643343,47.75128,9.00138\n2029,1646643344,47.75127,9.00138\n2030,1646643345,47.75126,9.00139\n2031,1646643346,47.75125,9.00140\n2032,1646643347,47.75124,9.00141\n2033,1646643348,47.75123,9.00142\n2034,1646643349,47.75122,9.00143\n2035,1646643350,47.75121,9.00144\n2036,1646643351,47.75120,9.00145\n2037,1646643352,47.75119,9.00146\n2038,1646643353,47.75118,9.00146\n2039,1646643354,47.75117,9.00146\n2040,1646643355,47.75115,9.00145\n2041,1646643356,47.75115,9.00143\n2042,1646643357,47.75115,9.00141\n2043,1646643358,47.75115,9.00140\n2044,1646643359,47.75116,9.00138\n2045,1646643360,47.75117,9.00136\n2046,1646643361,47.75118,9.00134\n2047,1646643362,47.75118,9.00133\n2048,1646643363,47.75119,9.00132\n2049,1646643364,47.75120,9.00131\n2050,1646643365,47.75121,9.00130\n2051,1646643366,47.75122,9.00129\n2052,1646643367,47.75123,9.00127\n2053,1646643368,47.75125,9.00126\n2054,1646643369,47.75126,9.00125\n2055,1646643370,47.75127,9.00124\n2056,1646643371,47.75128,9.00123\n2057,1646643372,47.75129,9.00122\n2058,1646643373,47.75130,9.00121\n2059,1646643374,47.75131,9.00119\n2060,1646643375,47.75132,9.00117\n2061,1646643376,47.75132,9.00115\n2062,1646643377,47.75134,9.00113\n2063,1646643378,47.75134,9.00111\n2064,1646643379,47.75135,9.00109\n2065,1646643380,47.75137,9.00107\n2066,1646643381,47.75138,9.00104\n2067,1646643382,47.75138,9.00102\n2068,1646643383,47.75139,9.00099\n2069,1646643384,47.75139,9.00097\n2070,1646643385,47.75140,9.00095\n2071,1646643386,47.75140,9.00094\n2072,1646643387,47.75141,9.00092\n2073,1646643388,47.75142,9.00090\n2074,1646643389,47.75143,9.00087\n2075,1646643390,47.75144,9.00085\n2076,1646643391,47.75145,9.00083\n2077,1646643392,47.75145,9.00081\n2078,1646643393,47.75146,9.00078\n2079,1646643394,47.75147,9.00076\n2080,1646643395,47.75148,9.00074\n2081,1646643396,47.75150,9.00072\n2082,1646643397,47.75151,9.00070\n2083,1646643398,47.75151,9.00069\n2084,1646643399,47.75151,9.00067\n2085,1646643400,47.75151,9.00066\n2086,1646643401,47.75151,9.00065\n2087,1646643402,47.75151,9.00065\n2088,1646643403,47.75152,9.00064\n2089,1646643404,47.75152,9.00063\n2090,1646643405,47.75153,9.00061\n2091,1646643406,47.75153,9.00060\n2092,1646643407,47.75154,9.00057\n2093,1646643408,47.75155,9.00055\n2094,1646643409,47.75156,9.00054\n2095,1646643410,47.75157,9.00053\n2096,1646643411,47.75157,9.00052\n2097,1646643412,47.75157,9.00052\n2098,1646643413,47.75157,9.00052\n2099,1646643414,47.75157,9.00052\n2100,1646643415,47.75157,9.00052\n2101,1646643416,47.75157,9.00052\n2102,1646643417,47.75157,9.00052\n2103,1646643418,47.75157,9.00053\n2104,1646643419,47.75157,9.00053\n2105,1646643420,47.75157,9.00051\n2106,1646643421,47.75157,9.00049\n2107,1646643422,47.75158,9.00047\n2108,1646643423,47.75159,9.00044\n2109,1646643424,47.75160,9.00041\n2110,1646643425,47.75161,9.00037\n2111,1646643426,47.75161,9.00034\n2112,1646643427,47.75162,9.00031\n2113,1646643428,47.75163,9.00028\n2114,1646643429,47.75164,9.00025\n2115,1646643430,47.75164,9.00022\n2116,1646643431,47.75165,9.00019\n2117,1646643432,47.75165,9.00016\n2118,1646643433,47.75165,9.00014\n2119,1646643434,47.75166,9.00012\n2120,1646643435,47.75166,9.00009\n2121,1646643436,47.75167,9.00007\n2122,1646643437,47.75168,9.00004\n2123,1646643438,47.75169,9.00002\n2124,1646643439,47.75169,9.00000\n2125,1646643440,47.75170,8.99998\n2126,1646643441,47.75171,8.99995\n2127,1646643442,47.75172,8.99993\n2128,1646643443,47.75172,8.99990\n2129,1646643444,47.75173,8.99987\n2130,1646643445,47.75173,8.99985\n2131,1646643446,47.75173,8.99982\n2132,1646643447,47.75174,8.99980\n2133,1646643448,47.75174,8.99978\n2134,1646643449,47.75175,8.99975\n2135,1646643450,47.75175,8.99973\n2136,1646643451,47.75175,8.99971\n2137,1646643452,47.75176,8.99970\n2138,1646643453,47.75176,8.99969\n2139,1646643454,47.75175,8.99967\n2140,1646643455,47.75175,8.99965\n2141,1646643456,47.75176,8.99962\n2142,1646643457,47.75176,8.99959\n2143,1646643458,47.75176,8.99957\n2144,1646643459,47.75176,8.99954\n2145,1646643460,47.75176,8.99952\n2146,1646643461,47.75176,8.99949\n2147,1646643462,47.75176,8.99947\n2148,1646643463,47.75176,8.99945\n2149,1646643464,47.75176,8.99942\n2150,1646643465,47.75175,8.99940\n2151,1646643466,47.75176,8.99940\n2152,1646643467,47.75176,8.99939\n2153,1646643468,47.75176,8.99938\n2154,1646643469,47.75176,8.99937\n2155,1646643470,47.75176,8.99936\n2156,1646643471,47.75175,8.99936\n2157,1646643472,47.75175,8.99936\n2158,1646643473,47.75175,8.99935\n2159,1646643474,47.75176,8.99935\n2160,1646643475,47.75176,8.99933\n2161,1646643476,47.75176,8.99931\n2162,1646643477,47.75176,8.99928\n2163,1646643478,47.75177,8.99925\n2164,1646643479,47.75177,8.99922\n2165,1646643480,47.75177,8.99920\n2166,1646643481,47.75178,8.99917\n2167,1646643482,47.75178,8.99914\n2168,1646643483,47.75178,8.99910\n2169,1646643484,47.75178,8.99907\n2170,1646643485,47.75179,8.99903\n2171,1646643486,47.75179,8.99900\n2172,1646643487,47.75179,8.99898\n2173,1646643488,47.75180,8.99895\n2174,1646643489,47.75181,8.99892\n2175,1646643490,47.75181,8.99890\n2176,1646643491,47.75182,8.99887\n2177,1646643492,47.75182,8.99885\n2178,1646643493,47.75183,8.99883\n2179,1646643494,47.75183,8.99881\n2180,1646643495,47.75183,8.99880\n2181,1646643496,47.75183,8.99880\n2182,1646643497,47.75182,8.99880\n2183,1646643498,47.75182,8.99880\n2184,1646643499,47.75182,8.99880\n2185,1646643500,47.75182,8.99880\n2186,1646643501,47.75182,8.99880\n2187,1646643502,47.75182,8.99880\n2188,1646643503,47.75182,8.99880\n2189,1646643504,47.75182,8.99880\n2190,1646643505,47.75182,8.99880\n2191,1646643506,47.75182,8.99880\n2192,1646643507,47.75182,8.99880\n2193,1646643508,47.75182,8.99879\n2194,1646643509,47.75183,8.99878\n2195,1646643510,47.75184,8.99877\n2196,1646643511,47.75184,8.99874\n2197,1646643512,47.75185,8.99872\n2198,1646643513,47.75185,8.99869\n2199,1646643514,47.75186,8.99866\n2200,1646643515,47.75186,8.99864\n2201,1646643516,47.75187,8.99861\n2202,1646643517,47.75187,8.99859\n2203,1646643518,47.75188,8.99855\n2204,1646643519,47.75188,8.99852\n2205,1646643520,47.75189,8.99849\n2206,1646643521,47.75190,8.99845\n2207,1646643522,47.75191,8.99842\n2208,1646643523,47.75192,8.99839\n2209,1646643524,47.75193,8.99837\n2210,1646643525,47.75194,8.99835\n2211,1646643526,47.75195,8.99833\n2212,1646643527,47.75195,8.99830\n2213,1646643528,47.75194,8.99828\n2214,1646643529,47.75195,8.99826\n2215,1646643530,47.75195,8.99825\n2216,1646643531,47.75195,8.99822\n2217,1646643532,47.75195,8.99820\n2218,1646643533,47.75195,8.99818\n2219,1646643534,47.75194,8.99817\n2220,1646643535,47.75194,8.99815\n2221,1646643536,47.75195,8.99813\n2222,1646643537,47.75195,8.99812\n2223,1646643538,47.75195,8.99810\n2224,1646643539,47.75195,8.99808\n2225,1646643540,47.75195,8.99806\n2226,1646643541,47.75195,8.99804\n2227,1646643542,47.75195,8.99802\n2228,1646643543,47.75194,8.99800\n2229,1646643544,47.75194,8.99799\n2230,1646643545,47.75194,8.99797\n2231,1646643546,47.75193,8.99796\n2232,1646643547,47.75193,8.99796\n2233,1646643548,47.75192,8.99795\n2234,1646643549,47.75192,8.99794\n2235,1646643550,47.75193,8.99793\n2236,1646643551,47.75193,8.99791\n2237,1646643552,47.75193,8.99790\n2238,1646643553,47.75192,8.99789\n2239,1646643554,47.75192,8.99788\n2240,1646643555,47.75192,8.99788\n2241,1646643556,47.75192,8.99788\n2242,1646643557,47.75192,8.99787\n2243,1646643558,47.75192,8.99787\n2244,1646643559,47.75192,8.99787\n2245,1646643560,47.75192,8.99788\n2246,1646643561,47.75192,8.99788\n2247,1646643562,47.75191,8.99788\n2248,1646643563,47.75191,8.99788\n2249,1646643564,47.75191,8.99788\n2250,1646643565,47.75191,8.99788\n2251,1646643566,47.75191,8.99788\n2252,1646643567,47.75192,8.99788\n2253,1646643568,47.75192,8.99788\n2254,1646643569,47.75192,8.99788\n2255,1646643570,47.75192,8.99786\n2256,1646643571,47.75192,8.99783\n2257,1646643572,47.75193,8.99778\n2258,1646643573,47.75194,8.99774\n2259,1646643574,47.75195,8.99770\n2260,1646643575,47.75195,8.99766\n2261,1646643576,47.75196,8.99762\n2262,1646643577,47.75197,8.99759\n2263,1646643578,47.75198,8.99756\n2264,1646643579,47.75198,8.99752\n2265,1646643580,47.75199,8.99749\n2266,1646643581,47.75200,8.99745\n2267,1646643582,47.75201,8.99743\n2268,1646643583,47.75202,8.99740\n2269,1646643584,47.75204,8.99738\n2270,1646643585,47.75205,8.99734\n2271,1646643586,47.75205,8.99731\n2272,1646643587,47.75207,8.99729\n2273,1646643588,47.75208,8.99726\n2274,1646643589,47.75209,8.99723\n2275,1646643590,47.75209,8.99719\n2276,1646643591,47.75210,8.99717\n2277,1646643592,47.75211,8.99714\n2278,1646643593,47.75212,8.99711\n2279,1646643594,47.75212,8.99709\n2280,1646643595,47.75213,8.99706\n2281,1646643596,47.75214,8.99703\n2282,1646643597,47.75215,8.99700\n2283,1646643598,47.75215,8.99696\n2284,1646643599,47.75215,8.99693\n2285,1646643600,47.75216,8.99690\n2286,1646643601,47.75217,8.99688\n2287,1646643602,47.75218,8.99684\n2288,1646643603,47.75220,8.99680\n2289,1646643604,47.75221,8.99677\n2290,1646643605,47.75222,8.99674\n2291,1646643606,47.75223,8.99673\n2292,1646643607,47.75223,8.99670\n2293,1646643608,47.75224,8.99668\n2294,1646643609,47.75224,8.99668\n2295,1646643610,47.75223,8.99667\n2296,1646643611,47.75224,8.99667\n2297,1646643612,47.75224,8.99668\n2298,1646643613,47.75224,8.99668\n2299,1646643614,47.75224,8.99668\n2300,1646643615,47.75224,8.99668\n2301,1646643616,47.75223,8.99668\n2302,1646643617,47.75223,8.99668\n2303,1646643618,47.75223,8.99668\n2304,1646643619,47.75223,8.99667\n2305,1646643620,47.75224,8.99666\n2306,1646643621,47.75226,8.99664\n2307,1646643622,47.75227,8.99662\n2308,1646643623,47.75228,8.99660\n2309,1646643624,47.75229,8.99657\n2310,1646643625,47.75230,8.99655\n2311,1646643626,47.75231,8.99652\n2312,1646643627,47.75232,8.99649\n2313,1646643628,47.75233,8.99646\n2314,1646643629,47.75235,8.99644\n2315,1646643630,47.75236,8.99641\n2316,1646643631,47.75237,8.99638\n2317,1646643632,47.75238,8.99636\n2318,1646643633,47.75239,8.99633\n2319,1646643634,47.75240,8.99629\n2320,1646643635,47.75241,8.99626\n2321,1646643636,47.75242,8.99623\n2322,1646643637,47.75242,8.99621\n2323,1646643638,47.75243,8.99619\n2324,1646643639,47.75244,8.99617\n2325,1646643640,47.75244,8.99615\n2326,1646643641,47.75244,8.99611\n2327,1646643642,47.75246,8.99609\n2328,1646643643,47.75247,8.99607\n2329,1646643644,47.75248,8.99604\n2330,1646643645,47.75249,8.99602\n2331,1646643646,47.75249,8.99600\n2332,1646643647,47.75250,8.99599\n2333,1646643648,47.75251,8.99597\n2334,1646643649,47.75251,8.99594\n2335,1646643650,47.75252,8.99592\n2336,1646643651,47.75253,8.99590\n2337,1646643652,47.75253,8.99588\n2338,1646643653,47.75254,8.99586\n2339,1646643654,47.75254,8.99585\n2340,1646643655,47.75254,8.99584\n2341,1646643656,47.75254,8.99584\n2342,1646643657,47.75254,8.99583\n2343,1646643658,47.75254,8.99583\n2344,1646643659,47.75254,8.99583\n2345,1646643660,47.75254,8.99583\n2346,1646643661,47.75256,8.99582\n2347,1646643662,47.75256,8.99580\n2348,1646643663,47.75257,8.99578\n2349,1646643664,47.75258,8.99576\n2350,1646643665,47.75261,8.99571\n2351,1646643666,47.75262,8.99569\n2352,1646643667,47.75263,8.99566\n2353,1646643668,47.75264,8.99563\n2354,1646643669,47.75265,8.99561\n2355,1646643670,47.75266,8.99559\n2356,1646643671,47.75266,8.99559\n2357,1646643672,47.75265,8.99559\n2358,1646643673,47.75264,8.99559\n2359,1646643674,47.75264,8.99558\n2360,1646643675,47.75264,8.99557\n2361,1646643676,47.75265,8.99556\n2362,1646643677,47.75266,8.99554\n2363,1646643678,47.75267,8.99552\n2364,1646643679,47.75267,8.99549\n2365,1646643680,47.75268,8.99547\n2366,1646643681,47.75268,8.99546\n2367,1646643682,47.75269,8.99544\n2368,1646643683,47.75269,8.99543\n2369,1646643684,47.75269,8.99542\n2370,1646643685,47.75269,8.99541\n2371,1646643686,47.75270,8.99541\n2372,1646643687,47.75270,8.99539\n2373,1646643688,47.75271,8.99537\n2374,1646643689,47.75271,8.99535\n2375,1646643690,47.75271,8.99533\n2376,1646643691,47.75271,8.99530\n2377,1646643692,47.75270,8.99528\n2378,1646643693,47.75269,8.99527\n2379,1646643694,47.75268,8.99525\n2380,1646643695,47.75268,8.99524\n2381,1646643696,47.75267,8.99523\n2382,1646643697,47.75267,8.99522\n2383,1646643698,47.75267,8.99521\n2384,1646643699,47.75266,8.99521\n2385,1646643700,47.75267,8.99521\n2386,1646643701,47.75267,8.99521\n2387,1646643702,47.75267,8.99521\n2388,1646643703,47.75267,8.99521\n2389,1646643704,47.75267,8.99521\n2390,1646643705,47.75267,8.99521\n2391,1646643706,47.75267,8.99522\n2392,1646643707,47.75267,8.99522\n2393,1646643708,47.75267,8.99520\n2394,1646643709,47.75267,8.99519\n2395,1646643710,47.75266,8.99518\n2396,1646643711,47.75266,8.99516\n2397,1646643712,47.75266,8.99515\n2398,1646643713,47.75266,8.99514\n2399,1646643714,47.75266,8.99512\n2400,1646643715,47.75266,8.99511\n2401,1646643716,47.75263,8.99509\n2402,1646643717,47.75261,8.99509\n2403,1646643718,47.75259,8.99509\n2404,1646643719,47.75256,8.99510\n2405,1646643720,47.75254,8.99512\n2406,1646643721,47.75253,8.99514\n2407,1646643722,47.75252,8.99516\n2408,1646643723,47.75252,8.99517\n2409,1646643724,47.75252,8.99516\n2410,1646643725,47.75253,8.99514\n2411,1646643726,47.75253,8.99514\n2412,1646643727,47.75254,8.99514\n2413,1646643728,47.75254,8.99514\n2414,1646643729,47.75253,8.99514\n2415,1646643730,47.75253,8.99515\n2416,1646643731,47.75252,8.99517\n2417,1646643732,47.75251,8.99519\n2418,1646643733,47.75250,8.99520\n2419,1646643734,47.75250,8.99520\n2420,1646643735,47.75250,8.99521\n2421,1646643736,47.75249,8.99523\n2422,1646643737,47.75248,8.99525\n2423,1646643738,47.75246,8.99527\n2424,1646643739,47.75245,8.99529\n2425,1646643740,47.75243,8.99530\n2426,1646643741,47.75241,8.99533\n2427,1646643742,47.75239,8.99535\n2428,1646643743,47.75237,8.99537\n2429,1646643744,47.75236,8.99539\n2430,1646643745,47.75234,8.99541\n2431,1646643746,47.75233,8.99544\n2432,1646643747,47.75231,8.99546\n2433,1646643748,47.75229,8.99548\n2434,1646643749,47.75227,8.99550\n2435,1646643750,47.75226,8.99551\n2436,1646643751,47.75224,8.99553\n2437,1646643752,47.75222,8.99554\n2438,1646643753,47.75221,8.99555\n2439,1646643754,47.75220,8.99555\n2440,1646643755,47.75219,8.99556\n2441,1646643756,47.75219,8.99555\n2442,1646643757,47.75218,8.99555\n2443,1646643758,47.75217,8.99556\n2444,1646643759,47.75215,8.99558\n2445,1646643760,47.75213,8.99560\n2446,1646643761,47.75212,8.99562\n2447,1646643762,47.75210,8.99563\n2448,1646643763,47.75208,8.99565\n2449,1646643764,47.75206,8.99566\n2450,1646643765,47.75204,8.99567\n2451,1646643766,47.75203,8.99568\n2452,1646643767,47.75202,8.99568\n2453,1646643768,47.75202,8.99568\n2454,1646643769,47.75201,8.99569\n2455,1646643770,47.75200,8.99570\n2456,1646643771,47.75199,8.99570\n2457,1646643772,47.75199,8.99570\n2458,1646643773,47.75199,8.99571\n2459,1646643774,47.75199,8.99572\n2460,1646643775,47.75198,8.99574\n2461,1646643776,47.75196,8.99576\n2462,1646643777,47.75195,8.99577\n2463,1646643778,47.75193,8.99578\n2464,1646643779,47.75191,8.99579\n2465,1646643780,47.75190,8.99579\n2466,1646643781,47.75190,8.99579\n2467,1646643782,47.75190,8.99578\n2468,1646643783,47.75190,8.99578\n2469,1646643784,47.75190,8.99578\n2470,1646643785,47.75189,8.99578\n2471,1646643786,47.75189,8.99578\n2472,1646643787,47.75189,8.99578\n2473,1646643788,47.75189,8.99578\n2474,1646643789,47.75189,8.99578\n2475,1646643790,47.75190,8.99578\n2476,1646643791,47.75189,8.99579\n2477,1646643792,47.75188,8.99581\n2478,1646643793,47.75186,8.99583\n2479,1646643794,47.75183,8.99585\n2480,1646643795,47.75181,8.99587\n2481,1646643796,47.75179,8.99589\n2482,1646643797,47.75176,8.99591\n2483,1646643798,47.75174,8.99592\n2484,1646643799,47.75172,8.99594\n2485,1646643800,47.75170,8.99595\n2486,1646643801,47.75167,8.99596\n2487,1646643802,47.75165,8.99597\n2488,1646643803,47.75163,8.99597\n2489,1646643804,47.75161,8.99597\n2490,1646643805,47.75158,8.99597\n2491,1646643806,47.75156,8.99597\n2492,1646643807,47.75154,8.99596\n2493,1646643808,47.75152,8.99596\n2494,1646643809,47.75149,8.99596\n2495,1646643810,47.75147,8.99596\n2496,1646643811,47.75145,8.99595\n2497,1646643812,47.75144,8.99594\n2498,1646643813,47.75142,8.99593\n2499,1646643814,47.75140,8.99592\n2500,1646643815,47.75138,8.99592\n2501,1646643816,47.75136,8.99591\n2502,1646643817,47.75135,8.99590\n2503,1646643818,47.75134,8.99590\n2504,1646643819,47.75134,8.99591\n2505,1646643820,47.75133,8.99591\n2506,1646643821,47.75133,8.99591\n2507,1646643822,47.75133,8.99592\n2508,1646643823,47.75133,8.99592\n2509,1646643824,47.75133,8.99592\n2510,1646643825,47.75132,8.99592\n2511,1646643826,47.75132,8.99592\n2512,1646643827,47.75133,8.99592\n2513,1646643828,47.75133,8.99592\n2514,1646643829,47.75134,8.99593\n2515,1646643830,47.75134,8.99593\n2516,1646643831,47.75134,8.99592\n2517,1646643832,47.75134,8.99592\n2518,1646643833,47.75134,8.99591\n2519,1646643834,47.75134,8.99591\n2520,1646643835,47.75134,8.99592\n2521,1646643836,47.75134,8.99592\n2522,1646643837,47.75134,8.99592\n2523,1646643838,47.75134,8.99592\n2524,1646643839,47.75134,8.99592\n2525,1646643840,47.75134,8.99592\n2526,1646643841,47.75134,8.99592\n2527,1646643842,47.75134,8.99592\n2528,1646643843,47.75134,8.99592\n2529,1646643844,47.75134,8.99591\n2530,1646643845,47.75133,8.99590\n2531,1646643846,47.75132,8.99588\n2532,1646643847,47.75129,8.99585\n2533,1646643848,47.75127,8.99583\n2534,1646643849,47.75124,8.99581\n2535,1646643850,47.75122,8.99579\n2536,1646643851,47.75120,8.99577\n2537,1646643852,47.75118,8.99574\n2538,1646643853,47.75115,8.99572\n2539,1646643854,47.75113,8.99570\n2540,1646643855,47.75111,8.99567\n2541,1646643856,47.75109,8.99565\n2542,1646643857,47.75107,8.99562\n2543,1646643858,47.75105,8.99560\n2544,1646643859,47.75103,8.99557\n2545,1646643860,47.75101,8.99555\n2546,1646643861,47.75099,8.99552\n2547,1646643862,47.75097,8.99550\n2548,1646643863,47.75095,8.99548\n2549,1646643864,47.75093,8.99545\n2550,1646643865,47.75091,8.99543\n2551,1646643866,47.75090,8.99541\n2552,1646643867,47.75088,8.99538\n2553,1646643868,47.75087,8.99536\n2554,1646643869,47.75085,8.99535\n2555,1646643870,47.75084,8.99535\n2556,1646643871,47.75084,8.99535\n2557,1646643872,47.75084,8.99535\n2558,1646643873,47.75084,8.99534\n2559,1646643874,47.75083,8.99533\n2560,1646643875,47.75082,8.99532\n2561,1646643876,47.75081,8.99530\n2562,1646643877,47.75080,8.99529\n2563,1646643878,47.75079,8.99528\n2564,1646643879,47.75078,8.99527\n2565,1646643880,47.75077,8.99525\n2566,1646643881,47.75076,8.99523\n2567,1646643882,47.75075,8.99520\n2568,1646643883,47.75074,8.99519\n2569,1646643884,47.75074,8.99518\n2570,1646643885,47.75073,8.99518\n2571,1646643886,47.75072,8.99517\n2572,1646643887,47.75072,8.99516\n2573,1646643888,47.75071,8.99515\n2574,1646643889,47.75070,8.99513\n2575,1646643890,47.75069,8.99511\n2576,1646643891,47.75068,8.99509\n2577,1646643892,47.75067,8.99505\n2578,1646643893,47.75066,8.99502\n2579,1646643894,47.75064,8.99500\n2580,1646643895,47.75063,8.99497\n2581,1646643896,47.75062,8.99495\n2582,1646643897,47.75060,8.99492\n2583,1646643898,47.75059,8.99489\n2584,1646643899,47.75058,8.99487\n2585,1646643900,47.75057,8.99484\n2586,1646643901,47.75056,8.99481\n2587,1646643902,47.75055,8.99478\n2588,1646643903,47.75054,8.99476\n2589,1646643904,47.75053,8.99474\n2590,1646643905,47.75052,8.99471\n2591,1646643906,47.75051,8.99469\n2592,1646643907,47.75050,8.99466\n2593,1646643908,47.75049,8.99464\n2594,1646643909,47.75047,8.99462\n2595,1646643910,47.75046,8.99460\n2596,1646643911,47.75045,8.99457\n2597,1646643912,47.75045,8.99455\n2598,1646643913,47.75044,8.99453\n2599,1646643914,47.75043,8.99451\n2600,1646643915,47.75042,8.99449\n2601,1646643916,47.75041,8.99447\n2602,1646643917,47.75040,8.99445\n2603,1646643918,47.75039,8.99443\n2604,1646643919,47.75038,8.99440\n2605,1646643920,47.75037,8.99438\n2606,1646643921,47.75037,8.99435\n2607,1646643922,47.75036,8.99433\n2608,1646643923,47.75036,8.99430\n2609,1646643924,47.75035,8.99428\n2610,1646643925,47.75035,8.99426\n2611,1646643926,47.75034,8.99424\n2612,1646643927,47.75034,8.99422\n2613,1646643928,47.75034,8.99422\n2614,1646643929,47.75034,8.99422\n2615,1646643930,47.75034,8.99422\n2616,1646643931,47.75034,8.99422\n2617,1646643932,47.75034,8.99421\n2618,1646643933,47.75034,8.99420\n2619,1646643934,47.75034,8.99419\n2620,1646643935,47.75034,8.99419\n2621,1646643936,47.75034,8.99420\n2622,1646643937,47.75034,8.99422\n2623,1646643938,47.75035,8.99424\n2624,1646643939,47.75035,8.99424\n2625,1646643940,47.75035,8.99423\n2626,1646643941,47.75035,8.99422\n2627,1646643942,47.75034,8.99420\n2628,1646643943,47.75034,8.99418\n2629,1646643944,47.75033,8.99415\n2630,1646643945,47.75033,8.99413\n2631,1646643946,47.75033,8.99410\n2632,1646643947,47.75033,8.99408\n2633,1646643948,47.75033,8.99406\n2634,1646643949,47.75034,8.99405\n2635,1646643950,47.75033,8.99404\n2636,1646643951,47.75033,8.99402\n2637,1646643952,47.75033,8.99400\n2638,1646643953,47.75034,8.99397\n2639,1646643954,47.75034,8.99395\n2640,1646643955,47.75034,8.99393\n2641,1646643956,47.75034,8.99391\n2642,1646643957,47.75034,8.99389\n2643,1646643958,47.75034,8.99387\n2644,1646643959,47.75034,8.99385\n2645,1646643960,47.75035,8.99383\n2646,1646643961,47.75035,8.99380\n2647,1646643962,47.75035,8.99378\n2648,1646643963,47.75036,8.99377\n2649,1646643964,47.75036,8.99375\n2650,1646643965,47.75036,8.99373\n2651,1646643966,47.75037,8.99371\n2652,1646643967,47.75037,8.99369\n2653,1646643968,47.75037,8.99367\n2654,1646643969,47.75038,8.99365\n2655,1646643970,47.75038,8.99363\n2656,1646643971,47.75038,8.99361\n2657,1646643972,47.75039,8.99359\n2658,1646643973,47.75039,8.99357\n2659,1646643974,47.75039,8.99355\n2660,1646643975,47.75039,8.99353\n2661,1646643976,47.75040,8.99352\n2662,1646643977,47.75040,8.99350\n2663,1646643978,47.75041,8.99348\n2664,1646643979,47.75041,8.99345\n2665,1646643980,47.75041,8.99343\n2666,1646643981,47.75042,8.99341\n2667,1646643982,47.75042,8.99339\n2668,1646643983,47.75043,8.99337\n2669,1646643984,47.75043,8.99335\n2670,1646643985,47.75043,8.99332\n2671,1646643986,47.75044,8.99330\n2672,1646643987,47.75044,8.99328\n2673,1646643988,47.75045,8.99326\n2674,1646643989,47.75045,8.99324\n2675,1646643990,47.75045,8.99322\n2676,1646643991,47.75046,8.99320\n2677,1646643992,47.75046,8.99318\n2678,1646643993,47.75047,8.99315\n2679,1646643994,47.75047,8.99313\n2680,1646643995,47.75047,8.99311\n2681,1646643996,47.75048,8.99309\n2682,1646643997,47.75048,8.99308\n2683,1646643998,47.75048,8.99307\n2684,1646643999,47.75048,8.99306\n2685,1646644000,47.75048,8.99304\n2686,1646644001,47.75049,8.99301\n2687,1646644002,47.75049,8.99299\n2688,1646644003,47.75050,8.99296\n2689,1646644004,47.75050,8.99294\n2690,1646644005,47.75051,8.99292\n2691,1646644006,47.75051,8.99290\n2692,1646644007,47.75051,8.99289\n2693,1646644008,47.75051,8.99288\n2694,1646644009,47.75051,8.99286\n2695,1646644010,47.75052,8.99284\n2696,1646644011,47.75052,8.99282\n2697,1646644012,47.75052,8.99280\n2698,1646644013,47.75053,8.99278\n2699,1646644014,47.75053,8.99276\n2700,1646644015,47.75053,8.99274\n2701,1646644016,47.75054,8.99272\n2702,1646644017,47.75054,8.99270\n2703,1646644018,47.75054,8.99268\n2704,1646644019,47.75055,8.99266\n2705,1646644020,47.75055,8.99264\n2706,1646644021,47.75055,8.99262\n2707,1646644022,47.75056,8.99260\n2708,1646644023,47.75056,8.99258\n2709,1646644024,47.75056,8.99256\n2710,1646644025,47.75057,8.99253\n2711,1646644026,47.75057,8.99251\n2712,1646644027,47.75057,8.99249\n2713,1646644028,47.75058,8.99246\n2714,1646644029,47.75058,8.99244\n2715,1646644030,47.75059,8.99242\n2716,1646644031,47.75059,8.99240\n2717,1646644032,47.75059,8.99238\n2718,1646644033,47.75059,8.99236\n2719,1646644034,47.75059,8.99236\n2720,1646644035,47.75059,8.99234\n2721,1646644036,47.75060,8.99232\n2722,1646644037,47.75060,8.99230\n2723,1646644038,47.75060,8.99228\n2724,1646644039,47.75060,8.99226\n2725,1646644040,47.75060,8.99224\n2726,1646644041,47.75060,8.99222\n2727,1646644042,47.75060,8.99219\n2728,1646644043,47.75060,8.99217\n2729,1646644044,47.75060,8.99215\n2730,1646644045,47.75060,8.99213\n2731,1646644046,47.75060,8.99211\n2732,1646644047,47.75060,8.99209\n2733,1646644048,47.75060,8.99206\n2734,1646644049,47.75060,8.99204\n2735,1646644050,47.75060,8.99202\n2736,1646644051,47.75060,8.99199\n2737,1646644052,47.75060,8.99197\n2738,1646644053,47.75060,8.99195\n2739,1646644054,47.75059,8.99193\n2740,1646644055,47.75059,8.99191\n2741,1646644056,47.75058,8.99190\n2742,1646644057,47.75058,8.99188\n2743,1646644058,47.75058,8.99186\n2744,1646644059,47.75058,8.99185\n2745,1646644060,47.75057,8.99183\n2746,1646644061,47.75056,8.99182\n2747,1646644062,47.75056,8.99181\n2748,1646644063,47.75055,8.99180\n2749,1646644064,47.75053,8.99178\n2750,1646644065,47.75052,8.99178\n2751,1646644066,47.75051,8.99177\n2752,1646644067,47.75051,8.99177\n2753,1646644068,47.75050,8.99177\n2754,1646644069,47.75049,8.99176\n2755,1646644070,47.75049,8.99176\n2756,1646644071,47.75048,8.99176\n2757,1646644072,47.75046,8.99175\n2758,1646644073,47.75045,8.99176\n2759,1646644074,47.75044,8.99177\n2760,1646644075,47.75044,8.99178\n2761,1646644076,47.75043,8.99180\n2762,1646644077,47.75043,8.99181\n2763,1646644078,47.75042,8.99183\n2764,1646644079,47.75041,8.99184\n2765,1646644080,47.75041,8.99186\n2766,1646644081,47.75040,8.99187\n2767,1646644082,47.75040,8.99189\n2768,1646644083,47.75039,8.99191\n2769,1646644084,47.75039,8.99193\n2770,1646644085,47.75038,8.99195\n2771,1646644086,47.75038,8.99197\n2772,1646644087,47.75037,8.99199\n2773,1646644088,47.75037,8.99201\n2774,1646644089,47.75037,8.99202\n2775,1646644090,47.75036,8.99204\n2776,1646644091,47.75036,8.99206\n2777,1646644092,47.75035,8.99208\n2778,1646644093,47.75034,8.99210\n2779,1646644094,47.75034,8.99212\n2780,1646644095,47.75033,8.99215\n2781,1646644096,47.75033,8.99217\n2782,1646644097,47.75032,8.99219\n2783,1646644098,47.75031,8.99221\n2784,1646644099,47.75030,8.99223\n2785,1646644100,47.75030,8.99225\n2786,1646644101,47.75029,8.99227\n2787,1646644102,47.75028,8.99228\n2788,1646644103,47.75028,8.99230\n2789,1646644104,47.75027,8.99232\n2790,1646644105,47.75027,8.99234\n2791,1646644106,47.75026,8.99236\n2792,1646644107,47.75026,8.99238\n2793,1646644108,47.75025,8.99240\n2794,1646644109,47.75025,8.99242\n2795,1646644110,47.75024,8.99244\n2796,1646644111,47.75023,8.99246\n2797,1646644112,47.75023,8.99248\n2798,1646644113,47.75022,8.99250\n2799,1646644114,47.75022,8.99252\n2800,1646644115,47.75022,8.99255\n2801,1646644116,47.75021,8.99257\n2802,1646644117,47.75021,8.99258\n2803,1646644118,47.75020,8.99260\n2804,1646644119,47.75020,8.99262\n2805,1646644120,47.75019,8.99264\n2806,1646644121,47.75018,8.99265\n2807,1646644122,47.75017,8.99266\n2808,1646644123,47.75017,8.99268\n2809,1646644124,47.75016,8.99270\n2810,1646644125,47.75015,8.99273\n2811,1646644126,47.75014,8.99275\n2812,1646644127,47.75013,8.99277\n2813,1646644128,47.75013,8.99278\n2814,1646644129,47.75013,8.99280\n2815,1646644130,47.75012,8.99282\n2816,1646644131,47.75011,8.99284\n2817,1646644132,47.75010,8.99285\n2818,1646644133,47.75010,8.99286\n2819,1646644134,47.75009,8.99288\n2820,1646644135,47.75009,8.99290\n2821,1646644136,47.75008,8.99291\n2822,1646644137,47.75007,8.99293\n2823,1646644138,47.75006,8.99294\n2824,1646644139,47.75006,8.99295\n2825,1646644140,47.75005,8.99295\n2826,1646644141,47.75005,8.99296\n2827,1646644142,47.75005,8.99297\n2828,1646644143,47.75003,8.99299\n2829,1646644144,47.75003,8.99301\n2830,1646644145,47.75002,8.99303\n2831,1646644146,47.75002,8.99304\n2832,1646644147,47.75001,8.99306\n2833,1646644148,47.75000,8.99308\n2834,1646644149,47.74999,8.99309\n2835,1646644150,47.74999,8.99311\n2836,1646644151,47.74998,8.99312\n2837,1646644152,47.74997,8.99314\n2838,1646644153,47.74996,8.99315\n2839,1646644154,47.74996,8.99317\n2840,1646644155,47.74995,8.99318\n2841,1646644156,47.74996,8.99318\n2842,1646644157,47.74995,8.99318\n2843,1646644158,47.74994,8.99319\n2844,1646644159,47.74993,8.99320\n2845,1646644160,47.74992,8.99322\n2846,1646644161,47.74991,8.99325\n2847,1646644162,47.74990,8.99328\n2848,1646644163,47.74989,8.99330\n2849,1646644164,47.74988,8.99331\n2850,1646644165,47.74988,8.99331\n2851,1646644166,47.74988,8.99331\n2852,1646644167,47.74988,8.99332\n2853,1646644168,47.74988,8.99332\n2854,1646644169,47.74989,8.99332\n2855,1646644170,47.74989,8.99332\n2856,1646644171,47.74989,8.99331\n2857,1646644172,47.74989,8.99332\n2858,1646644173,47.74988,8.99332\n2859,1646644174,47.74988,8.99333\n2860,1646644175,47.74987,8.99335\n2861,1646644176,47.74987,8.99336\n2862,1646644177,47.74986,8.99337\n2863,1646644178,47.74985,8.99338\n2864,1646644179,47.74984,8.99339\n2865,1646644180,47.74983,8.99340\n2866,1646644181,47.74982,8.99342\n2867,1646644182,47.74981,8.99343\n2868,1646644183,47.74981,8.99342\n2869,1646644184,47.74981,8.99341\n2870,1646644185,47.74981,8.99342\n2871,1646644186,47.74980,8.99344\n2872,1646644187,47.74979,8.99345\n2873,1646644188,47.74978,8.99347\n2874,1646644189,47.74978,8.99348\n2875,1646644190,47.74977,8.99349\n2876,1646644191,47.74977,8.99350\n2877,1646644192,47.74976,8.99352\n2878,1646644193,47.74976,8.99353\n2879,1646644194,47.74976,8.99355\n2880,1646644195,47.74975,8.99356\n2881,1646644196,47.74974,8.99357\n2882,1646644197,47.74973,8.99358\n2883,1646644198,47.74973,8.99360\n2884,1646644199,47.74972,8.99361\n2885,1646644200,47.74971,8.99362\n2886,1646644201,47.74971,8.99364\n2887,1646644202,47.74970,8.99365\n2888,1646644203,47.74969,8.99367\n2889,1646644204,47.74969,8.99368\n2890,1646644205,47.74968,8.99370\n2891,1646644206,47.74968,8.99372\n2892,1646644207,47.74967,8.99374\n2893,1646644208,47.74966,8.99375\n2894,1646644209,47.74966,8.99377\n2895,1646644210,47.74966,8.99379\n2896,1646644211,47.74966,8.99380\n2897,1646644212,47.74965,8.99382\n2898,1646644213,47.74965,8.99383\n2899,1646644214,47.74965,8.99385\n2900,1646644215,47.74964,8.99387\n2901,1646644216,47.74964,8.99389\n2902,1646644217,47.74964,8.99391\n2903,1646644218,47.74964,8.99393\n2904,1646644219,47.74963,8.99395\n2905,1646644220,47.74963,8.99397\n2906,1646644221,47.74963,8.99399\n2907,1646644222,47.74963,8.99400\n2908,1646644223,47.74962,8.99402\n2909,1646644224,47.74962,8.99403\n2910,1646644225,47.74962,8.99405\n2911,1646644226,47.74962,8.99407\n2912,1646644227,47.74962,8.99408\n2913,1646644228,47.74961,8.99410\n2914,1646644229,47.74961,8.99412\n2915,1646644230,47.74961,8.99414\n2916,1646644231,47.74960,8.99415\n2917,1646644232,47.74960,8.99417\n2918,1646644233,47.74960,8.99419\n2919,1646644234,47.74960,8.99421\n2920,1646644235,47.74960,8.99422\n2921,1646644236,47.74960,8.99424\n2922,1646644237,47.74960,8.99427\n2923,1646644238,47.74960,8.99429\n2924,1646644239,47.74959,8.99431\n2925,1646644240,47.74959,8.99433\n2926,1646644241,47.74959,8.99435\n2927,1646644242,47.74959,8.99437\n2928,1646644243,47.74958,8.99438\n2929,1646644244,47.74958,8.99440\n2930,1646644245,47.74958,8.99442\n2931,1646644246,47.74958,8.99444\n2932,1646644247,47.74958,8.99446\n2933,1646644248,47.74957,8.99448\n2934,1646644249,47.74957,8.99449\n2935,1646644250,47.74957,8.99451\n2936,1646644251,47.74956,8.99453\n2937,1646644252,47.74956,8.99455\n2938,1646644253,47.74956,8.99457\n2939,1646644254,47.74955,8.99459\n2940,1646644255,47.74955,8.99461\n2941,1646644256,47.74955,8.99463\n2942,1646644257,47.74954,8.99465\n2943,1646644258,47.74954,8.99467\n2944,1646644259,47.74953,8.99469\n2945,1646644260,47.74953,8.99471\n2946,1646644261,47.74953,8.99473\n2947,1646644262,47.74953,8.99476\n2948,1646644263,47.74953,8.99478\n2949,1646644264,47.74953,8.99480\n2950,1646644265,47.74952,8.99481\n2951,1646644266,47.74952,8.99483\n2952,1646644267,47.74952,8.99485\n2953,1646644268,47.74951,8.99487\n2954,1646644269,47.74951,8.99489\n2955,1646644270,47.74951,8.99491\n2956,1646644271,47.74951,8.99493\n2957,1646644272,47.74950,8.99495\n2958,1646644273,47.74950,8.99497\n2959,1646644274,47.74950,8.99499\n2960,1646644275,47.74950,8.99500\n2961,1646644276,47.74951,8.99502\n2962,1646644277,47.74951,8.99503\n2963,1646644278,47.74950,8.99503\n2964,1646644279,47.74950,8.99504\n2965,1646644280,47.74950,8.99505\n2966,1646644281,47.74949,8.99506\n2967,1646644282,47.74949,8.99508\n2968,1646644283,47.74949,8.99510\n2969,1646644284,47.74949,8.99512\n2970,1646644285,47.74948,8.99514\n2971,1646644286,47.74948,8.99516\n2972,1646644287,47.74948,8.99518\n2973,1646644288,47.74948,8.99521\n2974,1646644289,47.74948,8.99523\n2975,1646644290,47.74948,8.99525\n2976,1646644291,47.74947,8.99528\n2977,1646644292,47.74947,8.99530\n2978,1646644293,47.74946,8.99532\n2979,1646644294,47.74945,8.99534\n2980,1646644295,47.74944,8.99535\n2981,1646644296,47.74944,8.99537\n2982,1646644297,47.74943,8.99538\n2983,1646644298,47.74942,8.99539\n2984,1646644299,47.74941,8.99541\n2985,1646644300,47.74940,8.99542\n2986,1646644301,47.74939,8.99542\n2987,1646644302,47.74938,8.99543\n2988,1646644303,47.74937,8.99543\n2989,1646644304,47.74935,8.99544\n2990,1646644305,47.74935,8.99544\n2991,1646644306,47.74934,8.99544\n2992,1646644307,47.74932,8.99545\n2993,1646644308,47.74931,8.99545\n2994,1646644309,47.74930,8.99545\n2995,1646644310,47.74928,8.99546\n2996,1646644311,47.74927,8.99547\n2997,1646644312,47.74926,8.99548\n2998,1646644313,47.74924,8.99549\n2999,1646644314,47.74923,8.99550\n3000,1646644315,47.74921,8.99550\n3001,1646644316,47.74920,8.99551\n3002,1646644317,47.74919,8.99551\n3003,1646644318,47.74917,8.99552\n3004,1646644319,47.74916,8.99553\n3005,1646644320,47.74914,8.99554\n3006,1646644321,47.74913,8.99554\n3007,1646644322,47.74911,8.99555\n3008,1646644323,47.74910,8.99556\n3009,1646644324,47.74908,8.99556\n3010,1646644325,47.74907,8.99557\n3011,1646644326,47.74906,8.99558\n3012,1646644327,47.74904,8.99559\n3013,1646644328,47.74903,8.99560\n3014,1646644329,47.74902,8.99560\n3015,1646644330,47.74901,8.99561\n3016,1646644331,47.74899,8.99561\n3017,1646644332,47.74898,8.99561\n3018,1646644333,47.74897,8.99562\n3019,1646644334,47.74895,8.99562\n3020,1646644335,47.74894,8.99562\n3021,1646644336,47.74893,8.99563\n3022,1646644337,47.74891,8.99564\n3023,1646644338,47.74890,8.99565\n3024,1646644339,47.74889,8.99565\n3025,1646644340,47.74887,8.99565\n3026,1646644341,47.74886,8.99565\n3027,1646644342,47.74885,8.99565\n3028,1646644343,47.74883,8.99566\n3029,1646644344,47.74882,8.99566\n3030,1646644345,47.74881,8.99567\n3031,1646644346,47.74879,8.99567\n3032,1646644347,47.74878,8.99568\n3033,1646644348,47.74877,8.99569\n3034,1646644349,47.74875,8.99569\n3035,1646644350,47.74874,8.99570\n3036,1646644351,47.74873,8.99572\n3037,1646644352,47.74871,8.99573\n3038,1646644353,47.74870,8.99573\n3039,1646644354,47.74869,8.99574\n3040,1646644355,47.74868,8.99574\n3041,1646644356,47.74866,8.99575\n3042,1646644357,47.74865,8.99575\n3043,1646644358,47.74863,8.99574\n3044,1646644359,47.74862,8.99574\n3045,1646644360,47.74860,8.99574\n3046,1646644361,47.74859,8.99574\n3047,1646644362,47.74858,8.99573\n3048,1646644363,47.74856,8.99572\n3049,1646644364,47.74855,8.99572\n3050,1646644365,47.74853,8.99571\n3051,1646644366,47.74852,8.99571\n3052,1646644367,47.74850,8.99572\n3053,1646644368,47.74849,8.99573\n3054,1646644369,47.74847,8.99574\n3055,1646644370,47.74846,8.99575\n3056,1646644371,47.74845,8.99575\n3057,1646644372,47.74844,8.99575\n3058,1646644373,47.74842,8.99575\n3059,1646644374,47.74841,8.99576\n3060,1646644375,47.74840,8.99577\n3061,1646644376,47.74839,8.99578\n3062,1646644377,47.74838,8.99578\n3063,1646644378,47.74836,8.99579\n3064,1646644379,47.74836,8.99579\n3065,1646644380,47.74835,8.99580\n3066,1646644381,47.74834,8.99581\n3067,1646644382,47.74833,8.99581\n3068,1646644383,47.74832,8.99581\n3069,1646644384,47.74831,8.99581\n3070,1646644385,47.74830,8.99581\n3071,1646644386,47.74829,8.99581\n3072,1646644387,47.74828,8.99582\n3073,1646644388,47.74828,8.99583\n3074,1646644389,47.74827,8.99584\n3075,1646644390,47.74826,8.99585\n3076,1646644391,47.74825,8.99585\n3077,1646644392,47.74825,8.99586\n3078,1646644393,47.74824,8.99586\n3079,1646644394,47.74822,8.99587\n3080,1646644395,47.74821,8.99588\n3081,1646644396,47.74819,8.99589\n3082,1646644397,47.74817,8.99589\n3083,1646644398,47.74816,8.99589\n3084,1646644399,47.74815,8.99589\n3085,1646644400,47.74814,8.99589\n3086,1646644401,47.74813,8.99590\n3087,1646644402,47.74813,8.99591\n3088,1646644403,47.74812,8.99591\n3089,1646644404,47.74812,8.99591\n3090,1646644405,47.74812,8.99591\n3091,1646644406,47.74811,8.99592\n3092,1646644407,47.74810,8.99594\n3093,1646644408,47.74809,8.99595\n3094,1646644409,47.74808,8.99597\n3095,1646644410,47.74805,8.99599\n3096,1646644411,47.74803,8.99601\n3097,1646644412,47.74801,8.99602\n3098,1646644413,47.74800,8.99603\n3099,1646644414,47.74798,8.99603\n3100,1646644415,47.74796,8.99604\n3101,1646644416,47.74795,8.99606\n3102,1646644417,47.74794,8.99608\n3103,1646644418,47.74793,8.99610\n3104,1646644419,47.74792,8.99613\n3105,1646644420,47.74791,8.99615\n3106,1646644421,47.74791,8.99617\n3107,1646644422,47.74790,8.99620\n3108,1646644423,47.74790,8.99623\n3109,1646644424,47.74789,8.99624\n3110,1646644425,47.74788,8.99625\n3111,1646644426,47.74788,8.99626\n3112,1646644427,47.74787,8.99628\n3113,1646644428,47.74786,8.99631\n3114,1646644429,47.74786,8.99633\n3115,1646644430,47.74787,8.99635\n3116,1646644431,47.74787,8.99635\n3117,1646644432,47.74787,8.99636\n3118,1646644433,47.74786,8.99636\n3119,1646644434,47.74786,8.99635\n3120,1646644435,47.74786,8.99633\n3121,1646644436,47.74785,8.99630\n3122,1646644437,47.74782,8.99625\n3123,1646644438,47.74778,8.99618\n3124,1646644439,47.74773,8.99611\n3125,1646644440,47.74768,8.99605\n3126,1646644441,47.74762,8.99601\n3127,1646644442,47.74759,8.99602\n3128,1646644443,47.74762,8.99606\n3129,1646644444,47.74768,8.99610\n3130,1646644445,47.74775,8.99610\n3131,1646644446,47.74778,8.99605\n3132,1646644447,47.74775,8.99600\n3133,1646644448,47.74772,8.99606\n3134,1646644449,47.74774,8.99612\n3135,1646644450,47.74775,8.99610\n3136,1646644451,47.74772,8.99607\n3137,1646644452,47.74766,8.99607\n3138,1646644453,47.74761,8.99605\n3139,1646644454,47.74760,8.99599\n3140,1646644455,47.74764,8.99599\n3141,1646644456,47.74764,8.99605\n3142,1646644457,47.74760,8.99607\n3143,1646644458,47.74759,8.99604\n3144,1646644459,47.74762,8.99604\n3145,1646644460,47.74763,8.99606\n3146,1646644461,47.74763,8.99605\n3147,1646644462,47.74763,8.99605\n3148,1646644463,47.74762,8.99605\n3149,1646644464,47.74761,8.99605\n3150,1646644465,47.74760,8.99605\n3151,1646644466,47.74760,8.99605\n3152,1646644467,47.74760,8.99604\n3153,1646644468,47.74758,8.99604\n3154,1646644469,47.74757,8.99604\n3155,1646644470,47.74756,8.99603\n3156,1646644471,47.74754,8.99602\n3157,1646644472,47.74752,8.99600\n3158,1646644473,47.74748,8.99598\n3159,1646644474,47.74745,8.99595\n3160,1646644475,47.74742,8.99592\n3161,1646644476,47.74739,8.99590\n3162,1646644477,47.74736,8.99588\n3163,1646644478,47.74733,8.99587\n3164,1646644479,47.74731,8.99586\n3165,1646644480,47.74729,8.99585\n3166,1646644481,47.74727,8.99584\n3167,1646644482,47.74725,8.99584\n3168,1646644483,47.74723,8.99584\n3169,1646644484,47.74721,8.99584\n3170,1646644485,47.74719,8.99584\n3171,1646644486,47.74717,8.99583\n3172,1646644487,47.74715,8.99582\n3173,1646644488,47.74714,8.99581\n3174,1646644489,47.74712,8.99580\n3175,1646644490,47.74710,8.99578\n3176,1646644491,47.74708,8.99578\n3177,1646644492,47.74707,8.99578\n3178,1646644493,47.74706,8.99579\n3179,1646644494,47.74705,8.99581\n3180,1646644495,47.74705,8.99582\n3181,1646644496,47.74705,8.99583\n3182,1646644497,47.74706,8.99584\n3183,1646644498,47.74706,8.99584\n3184,1646644499,47.74706,8.99584\n3185,1646644500,47.74706,8.99585\n3186,1646644501,47.74706,8.99585\n3187,1646644502,47.74706,8.99585\n3188,1646644503,47.74706,8.99586\n3189,1646644504,47.74705,8.99586\n3190,1646644505,47.74704,8.99587\n3191,1646644506,47.74703,8.99587\n3192,1646644507,47.74703,8.99588\n3193,1646644508,47.74702,8.99589\n3194,1646644509,47.74702,8.99591\n3195,1646644510,47.74701,8.99593\n3196,1646644511,47.74701,8.99596\n3197,1646644512,47.74700,8.99599\n3198,1646644513,47.74699,8.99601\n3199,1646644514,47.74699,8.99604\n3200,1646644515,47.74698,8.99607\n3201,1646644516,47.74697,8.99609\n3202,1646644517,47.74696,8.99612\n3203,1646644518,47.74696,8.99615\n3204,1646644519,47.74695,8.99618\n3205,1646644520,47.74694,8.99620\n3206,1646644521,47.74693,8.99623\n3207,1646644522,47.74693,8.99625\n3208,1646644523,47.74692,8.99628\n3209,1646644524,47.74691,8.99630\n3210,1646644525,47.74691,8.99632\n3211,1646644526,47.74690,8.99634\n3212,1646644527,47.74690,8.99636\n3213,1646644528,47.74690,8.99637\n3214,1646644529,47.74691,8.99637\n3215,1646644530,47.74691,8.99637\n3216,1646644531,47.74691,8.99637\n3217,1646644532,47.74691,8.99637\n3218,1646644533,47.74691,8.99637\n3219,1646644534,47.74691,8.99637\n3220,1646644535,47.74691,8.99637\n3221,1646644536,47.74691,8.99637\n3222,1646644537,47.74691,8.99637\n3223,1646644538,47.74691,8.99637\n3224,1646644539,47.74691,8.99638\n3225,1646644540,47.74690,8.99638\n3226,1646644541,47.74689,8.99639\n3227,1646644542,47.74688,8.99641\n3228,1646644543,47.74687,8.99644\n3229,1646644544,47.74686,8.99647\n3230,1646644545,47.74686,8.99650\n3231,1646644546,47.74686,8.99651\n3232,1646644547,47.74687,8.99651\n3233,1646644548,47.74686,8.99652\n3234,1646644549,47.74686,8.99653\n3235,1646644550,47.74686,8.99653\n3236,1646644551,47.74686,8.99654\n3237,1646644552,47.74686,8.99655\n3238,1646644553,47.74685,8.99657\n3239,1646644554,47.74684,8.99659\n3240,1646644555,47.74684,8.99662\n3241,1646644556,47.74683,8.99665\n3242,1646644557,47.74682,8.99668\n3243,1646644558,47.74681,8.99671\n3244,1646644559,47.74680,8.99674\n3245,1646644560,47.74680,8.99677\n3246,1646644561,47.74679,8.99681\n3247,1646644562,47.74678,8.99683\n3248,1646644563,47.74677,8.99686\n3249,1646644564,47.74677,8.99689\n3250,1646644565,47.74676,8.99691\n3251,1646644566,47.74675,8.99694\n3252,1646644567,47.74675,8.99696\n3253,1646644568,47.74674,8.99699\n3254,1646644569,47.74673,8.99701\n3255,1646644570,47.74673,8.99704\n3256,1646644571,47.74672,8.99706\n3257,1646644572,47.74672,8.99708\n3258,1646644573,47.74672,8.99710\n3259,1646644574,47.74671,8.99712\n3260,1646644575,47.74671,8.99714\n3261,1646644576,47.74671,8.99715\n3262,1646644577,47.74671,8.99716\n3263,1646644578,47.74671,8.99716\n3264,1646644579,47.74671,8.99716\n3265,1646644580,47.74671,8.99716\n3266,1646644581,47.74671,8.99717\n3267,1646644582,47.74672,8.99718\n3268,1646644583,47.74673,8.99719\n3269,1646644584,47.74673,8.99719\n3270,1646644585,47.74673,8.99719\n3271,1646644586,47.74673,8.99719\n3272,1646644587,47.74673,8.99719\n3273,1646644588,47.74673,8.99719\n3274,1646644589,47.74673,8.99719\n3275,1646644590,47.74673,8.99719\n3276,1646644591,47.74673,8.99719\n3277,1646644592,47.74673,8.99719\n3278,1646644593,47.74673,8.99719\n3279,1646644594,47.74673,8.99719\n3280,1646644595,47.74673,8.99719\n3281,1646644596,47.74673,8.99719\n3282,1646644597,47.74673,8.99719\n3283,1646644598,47.74671,8.99720\n3284,1646644599,47.74669,8.99722\n3285,1646644600,47.74667,8.99726\n3286,1646644601,47.74666,8.99730\n3287,1646644602,47.74664,8.99733\n3288,1646644603,47.74664,8.99737\n3289,1646644604,47.74663,8.99742\n3290,1646644605,47.74662,8.99745\n3291,1646644606,47.74661,8.99749\n3292,1646644607,47.74660,8.99753\n3293,1646644608,47.74659,8.99756\n3294,1646644609,47.74658,8.99759\n3295,1646644610,47.74657,8.99762\n3296,1646644611,47.74656,8.99765\n3297,1646644612,47.74656,8.99768\n3298,1646644613,47.74655,8.99770\n3299,1646644614,47.74654,8.99772\n3300,1646644615,47.74654,8.99772\n3301,1646644616,47.74654,8.99772\n3302,1646644617,47.74654,8.99773\n3303,1646644618,47.74653,8.99774\n3304,1646644619,47.74652,8.99776\n3305,1646644620,47.74652,8.99778\n3306,1646644621,47.74651,8.99780\n3307,1646644622,47.74650,8.99782\n3308,1646644623,47.74649,8.99783\n3309,1646644624,47.74649,8.99785\n3310,1646644625,47.74648,8.99787\n3311,1646644626,47.74647,8.99789\n3312,1646644627,47.74647,8.99791\n3313,1646644628,47.74646,8.99792\n3314,1646644629,47.74645,8.99794\n3315,1646644630,47.74644,8.99796\n3316,1646644631,47.74644,8.99798\n3317,1646644632,47.74643,8.99799\n3318,1646644633,47.74643,8.99801\n3319,1646644634,47.74642,8.99803\n3320,1646644635,47.74641,8.99805\n3321,1646644636,47.74640,8.99807\n3322,1646644637,47.74640,8.99809\n3323,1646644638,47.74639,8.99811\n3324,1646644639,47.74638,8.99812\n3325,1646644640,47.74637,8.99814\n3326,1646644641,47.74636,8.99816\n3327,1646644642,47.74636,8.99817\n3328,1646644643,47.74635,8.99819\n3329,1646644644,47.74634,8.99821\n3330,1646644645,47.74634,8.99822\n3331,1646644646,47.74633,8.99824\n3332,1646644647,47.74632,8.99826\n3333,1646644648,47.74631,8.99827\n3334,1646644649,47.74630,8.99829\n3335,1646644650,47.74630,8.99831\n3336,1646644651,47.74629,8.99833\n3337,1646644652,47.74628,8.99835\n3338,1646644653,47.74627,8.99836\n3339,1646644654,47.74627,8.99838\n3340,1646644655,47.74626,8.99840\n3341,1646644656,47.74625,8.99841\n3342,1646644657,47.74625,8.99843\n3343,1646644658,47.74624,8.99845\n3344,1646644659,47.74623,8.99846\n3345,1646644660,47.74622,8.99848\n3346,1646644661,47.74621,8.99849\n3347,1646644662,47.74621,8.99851\n3348,1646644663,47.74620,8.99853\n3349,1646644664,47.74619,8.99855\n3350,1646644665,47.74618,8.99856\n3351,1646644666,47.74618,8.99858\n3352,1646644667,47.74617,8.99859\n3353,1646644668,47.74616,8.99861\n3354,1646644669,47.74615,8.99863\n3355,1646644670,47.74615,8.99865\n3356,1646644671,47.74614,8.99866\n3357,1646644672,47.74613,8.99868\n3358,1646644673,47.74612,8.99870\n3359,1646644674,47.74611,8.99871\n3360,1646644675,47.74610,8.99873\n3361,1646644676,47.74610,8.99875\n3362,1646644677,47.74609,8.99876\n3363,1646644678,47.74608,8.99878\n3364,1646644679,47.74607,8.99880\n3365,1646644680,47.74607,8.99882\n3366,1646644681,47.74606,8.99884\n3367,1646644682,47.74605,8.99885\n3368,1646644683,47.74604,8.99887\n3369,1646644684,47.74603,8.99889\n3370,1646644685,47.74603,8.99890\n3371,1646644686,47.74602,8.99892\n3372,1646644687,47.74601,8.99893\n3373,1646644688,47.74600,8.99895\n3374,1646644689,47.74599,8.99897\n3375,1646644690,47.74598,8.99898\n3376,1646644691,47.74597,8.99900\n3377,1646644692,47.74596,8.99901\n3378,1646644693,47.74596,8.99903\n3379,1646644694,47.74595,8.99905\n3380,1646644695,47.74594,8.99906\n3381,1646644696,47.74593,8.99907\n3382,1646644697,47.74592,8.99908\n3383,1646644698,47.74590,8.99910\n3384,1646644699,47.74589,8.99911\n3385,1646644700,47.74589,8.99913\n3386,1646644701,47.74588,8.99915\n3387,1646644702,47.74587,8.99916\n3388,1646644703,47.74586,8.99918\n3389,1646644704,47.74585,8.99919\n3390,1646644705,47.74584,8.99921\n3391,1646644706,47.74583,8.99922\n3392,1646644707,47.74583,8.99924\n3393,1646644708,47.74582,8.99925\n3394,1646644709,47.74581,8.99927\n3395,1646644710,47.74580,8.99928\n3396,1646644711,47.74579,8.99929\n3397,1646644712,47.74578,8.99931\n3398,1646644713,47.74577,8.99930\n3399,1646644714,47.74576,8.99929\n3400,1646644715,47.74574,8.99928\n3401,1646644716,47.74573,8.99926\n3402,1646644717,47.74572,8.99925\n3403,1646644718,47.74571,8.99923\n3404,1646644719,47.74570,8.99922\n3405,1646644720,47.74569,8.99921\n3406,1646644721,47.74569,8.99921\n3407,1646644722,47.74568,8.99920\n3408,1646644723,47.74567,8.99918\n3409,1646644724,47.74567,8.99917\n3410,1646644725,47.74565,8.99916\n3411,1646644726,47.74565,8.99915\n3412,1646644727,47.74564,8.99915\n3413,1646644728,47.74563,8.99914\n3414,1646644729,47.74563,8.99914\n3415,1646644730,47.74562,8.99914\n3416,1646644731,47.74562,8.99913\n3417,1646644732,47.74562,8.99911\n3418,1646644733,47.74562,8.99910\n3419,1646644734,47.74560,8.99909\n3420,1646644735,47.74558,8.99907\n3421,1646644736,47.74558,8.99907\n3422,1646644737,47.74557,8.99906\n3423,1646644738,47.74556,8.99905\n3424,1646644739,47.74556,8.99904\n3425,1646644740,47.74555,8.99903\n3426,1646644741,47.74554,8.99901\n3427,1646644742,47.74553,8.99900\n3428,1646644743,47.74553,8.99898\n3429,1646644744,47.74552,8.99897\n3430,1646644745,47.74551,8.99896\n3431,1646644746,47.74549,8.99895\n3432,1646644747,47.74548,8.99894\n3433,1646644748,47.74546,8.99893\n3434,1646644749,47.74546,8.99891\n3435,1646644750,47.74547,8.99891\n3436,1646644751,47.74548,8.99892\n3437,1646644752,47.74549,8.99893\n3438,1646644753,47.74550,8.99895\n3439,1646644754,47.74551,8.99896\n3440,1646644755,47.74553,8.99897\n3441,1646644756,47.74553,8.99898\n3442,1646644757,47.74554,8.99899\n3443,1646644758,47.74556,8.99900\n3444,1646644759,47.74557,8.99902\n3445,1646644760,47.74558,8.99903\n3446,1646644761,47.74559,8.99904\n3447,1646644762,47.74559,8.99906\n3448,1646644763,47.74560,8.99907\n3449,1646644764,47.74561,8.99909\n3450,1646644765,47.74562,8.99911\n3451,1646644766,47.74562,8.99912\n3452,1646644767,47.74563,8.99914\n3453,1646644768,47.74563,8.99915\n3454,1646644769,47.74564,8.99916\n3455,1646644770,47.74565,8.99917\n3456,1646644771,47.74566,8.99918\n3457,1646644772,47.74566,8.99919\n3458,1646644773,47.74567,8.99921\n3459,1646644774,47.74569,8.99922\n3460,1646644775,47.74570,8.99923\n3461,1646644776,47.74572,8.99925\n3462,1646644777,47.74573,8.99926\n3463,1646644778,47.74574,8.99927\n3464,1646644779,47.74575,8.99928\n3465,1646644780,47.74576,8.99929\n3466,1646644781,47.74577,8.99931\n3467,1646644782,47.74578,8.99933\n3468,1646644783,47.74578,8.99934\n3469,1646644784,47.74579,8.99936\n3470,1646644785,47.74579,8.99937\n3471,1646644786,47.74578,8.99939\n3472,1646644787,47.74578,8.99941\n3473,1646644788,47.74577,8.99942\n3474,1646644789,47.74576,8.99944\n3475,1646644790,47.74575,8.99945\n3476,1646644791,47.74575,8.99946\n3477,1646644792,47.74574,8.99947\n3478,1646644793,47.74574,8.99948\n3479,1646644794,47.74573,8.99949\n3480,1646644795,47.74572,8.99951\n3481,1646644796,47.74571,8.99952\n3482,1646644797,47.74571,8.99953\n3483,1646644798,47.74572,8.99955\n3484,1646644799,47.74571,8.99956\n3485,1646644800,47.74571,8.99958\n3486,1646644801,47.74570,8.99960\n3487,1646644802,47.74569,8.99961\n3488,1646644803,47.74568,8.99963\n3489,1646644804,47.74567,8.99965\n3490,1646644805,47.74566,8.99967\n3491,1646644806,47.74565,8.99968\n3492,1646644807,47.74565,8.99969\n3493,1646644808,47.74564,8.99970\n3494,1646644809,47.74564,8.99972\n3495,1646644810,47.74563,8.99973\n3496,1646644811,47.74562,8.99975\n3497,1646644812,47.74561,8.99977\n3498,1646644813,47.74561,8.99978\n3499,1646644814,47.74560,8.99979\n3500,1646644815,47.74559,8.99981\n3501,1646644816,47.74559,8.99983\n3502,1646644817,47.74558,8.99985\n3503,1646644818,47.74557,8.99986\n3504,1646644819,47.74557,8.99988\n3505,1646644820,47.74556,8.99989\n3506,1646644821,47.74556,8.99991\n3507,1646644822,47.74555,8.99993\n3508,1646644823,47.74554,8.99995\n3509,1646644824,47.74554,8.99997\n3510,1646644825,47.74553,8.99998\n3511,1646644826,47.74553,9.00000\n3512,1646644827,47.74552,9.00001\n3513,1646644828,47.74552,9.00002\n3514,1646644829,47.74551,9.00004\n3515,1646644830,47.74550,9.00006\n3516,1646644831,47.74550,9.00007\n3517,1646644832,47.74549,9.00008\n3518,1646644833,47.74549,9.00010\n3519,1646644834,47.74548,9.00011\n3520,1646644835,47.74547,9.00013\n3521,1646644836,47.74546,9.00015\n3522,1646644837,47.74546,9.00016\n3523,1646644838,47.74545,9.00017\n3524,1646644839,47.74544,9.00019\n3525,1646644840,47.74543,9.00020\n3526,1646644841,47.74543,9.00022\n3527,1646644842,47.74542,9.00024\n3528,1646644843,47.74541,9.00025\n3529,1646644844,47.74540,9.00026\n3530,1646644845,47.74538,9.00027\n3531,1646644846,47.74537,9.00027\n3532,1646644847,47.74536,9.00027\n3533,1646644848,47.74535,9.00027\n3534,1646644849,47.74534,9.00027\n3535,1646644850,47.74533,9.00027\n3536,1646644851,47.74531,9.00027\n3537,1646644852,47.74530,9.00027\n3538,1646644853,47.74529,9.00027\n3539,1646644854,47.74528,9.00027\n3540,1646644855,47.74526,9.00026\n3541,1646644856,47.74525,9.00026\n3542,1646644857,47.74524,9.00025\n3543,1646644858,47.74523,9.00024\n3544,1646644859,47.74522,9.00024\n3545,1646644860,47.74521,9.00023\n3546,1646644861,47.74519,9.00022\n3547,1646644862,47.74518,9.00021\n3548,1646644863,47.74517,9.00020\n3549,1646644864,47.74516,9.00019\n3550,1646644865,47.74515,9.00017\n3551,1646644866,47.74514,9.00016\n3552,1646644867,47.74513,9.00015\n3553,1646644868,47.74513,9.00014\n3554,1646644869,47.74512,9.00012\n3555,1646644870,47.74511,9.00012\n3556,1646644871,47.74510,9.00012\n3557,1646644872,47.74509,9.00012\n3558,1646644873,47.74508,9.00012\n3559,1646644874,47.74506,9.00013\n3560,1646644875,47.74505,9.00014\n3561,1646644876,47.74504,9.00014\n3562,1646644877,47.74503,9.00015\n3563,1646644878,47.74501,9.00016\n3564,1646644879,47.74500,9.00017\n3565,1646644880,47.74499,9.00018\n3566,1646644881,47.74498,9.00019\n3567,1646644882,47.74497,9.00020\n3568,1646644883,47.74496,9.00021\n3569,1646644884,47.74495,9.00022\n3570,1646644885,47.74494,9.00024\n3571,1646644886,47.74493,9.00025\n3572,1646644887,47.74492,9.00026\n3573,1646644888,47.74491,9.00027\n3574,1646644889,47.74490,9.00028\n3575,1646644890,47.74489,9.00028\n3576,1646644891,47.74488,9.00028\n3577,1646644892,47.74487,9.00028\n3578,1646644893,47.74485,9.00027\n3579,1646644894,47.74483,9.00026\n3580,1646644895,47.74482,9.00026\n3581,1646644896,47.74480,9.00025\n3582,1646644897,47.74479,9.00024\n3583,1646644898,47.74478,9.00023\n3584,1646644899,47.74477,9.00023\n3585,1646644900,47.74476,9.00022\n3586,1646644901,47.74475,9.00021\n3587,1646644902,47.74474,9.00020\n3588,1646644903,47.74473,9.00019\n3589,1646644904,47.74472,9.00019\n3590,1646644905,47.74471,9.00018\n3591,1646644906,47.74470,9.00017\n3592,1646644907,47.74469,9.00016\n3593,1646644908,47.74468,9.00015\n3594,1646644909,47.74467,9.00014\n3595,1646644910,47.74466,9.00014\n3596,1646644911,47.74465,9.00013\n3597,1646644912,47.74464,9.00012\n3598,1646644913,47.74463,9.00010\n3599,1646644914,47.74462,9.00009\n3600,1646644915,47.74461,9.00008\n3601,1646644916,47.74460,9.00007\n3602,1646644917,47.74459,9.00006\n3603,1646644918,47.74458,9.00005\n3604,1646644919,47.74457,9.00005\n3605,1646644920,47.74456,9.00004\n3606,1646644921,47.74455,9.00004\n3607,1646644922,47.74455,9.00003\n3608,1646644923,47.74454,9.00002\n3609,1646644924,47.74453,9.00001\n3610,1646644925,47.74453,9.00001\n3611,1646644926,47.74452,9.00000\n3612,1646644927,47.74452,8.99999\n3613,1646644928,47.74451,8.99999\n3614,1646644929,47.74452,8.99998\n3615,1646644930,47.74448,8.99995\n3616,1646644931,47.74447,8.99991\n3617,1646644932,47.74446,8.99990\n3618,1646644933,47.74446,8.99987\n3619,1646644934,47.74444,8.99985\n3620,1646644935,47.74443,8.99983\n3621,1646644936,47.74442,8.99981\n3622,1646644937,47.74441,8.99979\n3623,1646644938,47.74441,8.99977\n3624,1646644939,47.74440,8.99975\n3625,1646644940,47.74440,8.99973\n3626,1646644941,47.74440,8.99972\n3627,1646644942,47.74440,8.99969\n3628,1646644943,47.74441,8.99968\n3629,1646644944,47.74441,8.99966\n3630,1646644945,47.74441,8.99965\n3631,1646644946,47.74441,8.99963\n3632,1646644947,47.74442,8.99961\n3633,1646644948,47.74442,8.99959\n3634,1646644949,47.74443,8.99957\n3635,1646644950,47.74443,8.99955\n3636,1646644951,47.74444,8.99953\n3637,1646644952,47.74444,8.99951\n3638,1646644953,47.74444,8.99949\n3639,1646644954,47.74445,8.99947\n3640,1646644955,47.74446,8.99946\n3641,1646644956,47.74447,8.99945\n3642,1646644957,47.74448,8.99944\n3643,1646644958,47.74449,8.99943\n3644,1646644959,47.74450,8.99942\n3645,1646644960,47.74451,8.99940\n3646,1646644961,47.74452,8.99938\n3647,1646644962,47.74452,8.99936\n3648,1646644963,47.74453,8.99935\n3649,1646644964,47.74454,8.99933\n3650,1646644965,47.74454,8.99931\n3651,1646644966,47.74455,8.99929\n3652,1646644967,47.74455,8.99927\n3653,1646644968,47.74455,8.99926\n3654,1646644969,47.74455,8.99924\n3655,1646644970,47.74455,8.99922\n3656,1646644971,47.74455,8.99920\n3657,1646644972,47.74455,8.99918\n3658,1646644973,47.74454,8.99916\n3659,1646644974,47.74454,8.99914\n3660,1646644975,47.74454,8.99912\n3661,1646644976,47.74454,8.99911\n3662,1646644977,47.74454,8.99909\n3663,1646644978,47.74454,8.99907\n3664,1646644979,47.74454,8.99905\n3665,1646644980,47.74454,8.99903\n3666,1646644981,47.74453,8.99901\n3667,1646644982,47.74453,8.99900\n3668,1646644983,47.74453,8.99898\n3669,1646644984,47.74452,8.99897\n3670,1646644985,47.74452,8.99895\n3671,1646644986,47.74451,8.99894\n3672,1646644987,47.74450,8.99893\n3673,1646644988,47.74450,8.99890\n3674,1646644989,47.74450,8.99888\n3675,1646644990,47.74450,8.99886\n3676,1646644991,47.74449,8.99885\n3677,1646644992,47.74449,8.99882\n3678,1646644993,47.74450,8.99880\n3679,1646644994,47.74449,8.99879\n3680,1646644995,47.74449,8.99877\n3681,1646644996,47.74448,8.99876\n3682,1646644997,47.74448,8.99876\n3683,1646644998,47.74448,8.99874\n3684,1646644999,47.74448,8.99872\n3685,1646645000,47.74447,8.99871\n3686,1646645001,47.74447,8.99870\n3687,1646645002,47.74447,8.99868\n3688,1646645003,47.74446,8.99867\n3689,1646645004,47.74446,8.99865\n3690,1646645005,47.74446,8.99863\n3691,1646645006,47.74445,8.99861\n3692,1646645007,47.74445,8.99859\n3693,1646645008,47.74445,8.99857\n3694,1646645009,47.74445,8.99855\n3695,1646645010,47.74445,8.99853\n3696,1646645011,47.74444,8.99851\n3697,1646645012,47.74443,8.99850\n3698,1646645013,47.74441,8.99849\n3699,1646645014,47.74440,8.99848\n3700,1646645015,47.74438,8.99849\n3701,1646645016,47.74437,8.99849\n3702,1646645017,47.74436,8.99850\n3703,1646645018,47.74434,8.99851\n3704,1646645019,47.74433,8.99852\n3705,1646645020,47.74432,8.99852\n3706,1646645021,47.74431,8.99853\n3707,1646645022,47.74430,8.99854\n3708,1646645023,47.74429,8.99855\n3709,1646645024,47.74428,8.99855\n3710,1646645025,47.74426,8.99856\n3711,1646645026,47.74425,8.99856\n3712,1646645027,47.74424,8.99857\n3713,1646645028,47.74423,8.99858\n3714,1646645029,47.74422,8.99858\n3715,1646645030,47.74421,8.99859\n3716,1646645031,47.74420,8.99860\n3717,1646645032,47.74419,8.99861\n3718,1646645033,47.74418,8.99862\n3719,1646645034,47.74417,8.99863\n3720,1646645035,47.74416,8.99864\n3721,1646645036,47.74415,8.99864\n3722,1646645037,47.74414,8.99865\n3723,1646645038,47.74412,8.99866\n3724,1646645039,47.74411,8.99867\n3725,1646645040,47.74410,8.99868\n3726,1646645041,47.74409,8.99868\n3727,1646645042,47.74407,8.99869\n3728,1646645043,47.74406,8.99870\n3729,1646645044,47.74405,8.99871\n3730,1646645045,47.74404,8.99871\n3731,1646645046,47.74403,8.99872\n3732,1646645047,47.74402,8.99873\n3733,1646645048,47.74401,8.99873\n3734,1646645049,47.74399,8.99872\n3735,1646645050,47.74398,8.99871\n3736,1646645051,47.74397,8.99871\n3737,1646645052,47.74396,8.99871\n3738,1646645053,47.74395,8.99871\n3739,1646645054,47.74394,8.99871\n3740,1646645055,47.74393,8.99872\n3741,1646645056,47.74392,8.99872\n3742,1646645057,47.74391,8.99873\n3743,1646645058,47.74389,8.99874\n3744,1646645059,47.74388,8.99875\n3745,1646645060,47.74387,8.99876\n3746,1646645061,47.74386,8.99876\n3747,1646645062,47.74385,8.99877\n3748,1646645063,47.74384,8.99879\n3749,1646645064,47.74383,8.99880\n3750,1646645065,47.74382,8.99881\n3751,1646645066,47.74380,8.99882\n3752,1646645067,47.74379,8.99884\n3753,1646645068,47.74378,8.99885\n3754,1646645069,47.74376,8.99886\n3755,1646645070,47.74375,8.99887\n3756,1646645071,47.74374,8.99888\n3757,1646645072,47.74373,8.99888\n3758,1646645073,47.74372,8.99889\n3759,1646645074,47.74371,8.99890\n3760,1646645075,47.74370,8.99891\n3761,1646645076,47.74369,8.99892\n3762,1646645077,47.74367,8.99893\n3763,1646645078,47.74366,8.99894\n3764,1646645079,47.74365,8.99894\n3765,1646645080,47.74363,8.99895\n3766,1646645081,47.74362,8.99896\n3767,1646645082,47.74362,8.99896\n3768,1646645083,47.74361,8.99897\n3769,1646645084,47.74360,8.99898\n3770,1646645085,47.74359,8.99899\n3771,1646645086,47.74357,8.99900\n3772,1646645087,47.74356,8.99901\n3773,1646645088,47.74355,8.99902\n3774,1646645089,47.74354,8.99903\n3775,1646645090,47.74352,8.99903\n3776,1646645091,47.74351,8.99903\n3777,1646645092,47.74349,8.99904\n3778,1646645093,47.74348,8.99905\n3779,1646645094,47.74347,8.99906\n3780,1646645095,47.74346,8.99908\n3781,1646645096,47.74345,8.99910\n3782,1646645097,47.74344,8.99911\n3783,1646645098,47.74343,8.99912\n3784,1646645099,47.74342,8.99913\n3785,1646645100,47.74341,8.99914\n3786,1646645101,47.74340,8.99915\n3787,1646645102,47.74339,8.99916\n3788,1646645103,47.74338,8.99916\n3789,1646645104,47.74337,8.99916\n3790,1646645105,47.74336,8.99914\n3791,1646645106,47.74335,8.99913\n3792,1646645107,47.74334,8.99912\n3793,1646645108,47.74332,8.99911\n3794,1646645109,47.74331,8.99909\n3795,1646645110,47.74330,8.99907\n3796,1646645111,47.74328,8.99906\n3797,1646645112,47.74327,8.99905\n3798,1646645113,47.74326,8.99904\n3799,1646645114,47.74326,8.99903\n3800,1646645115,47.74325,8.99901\n3801,1646645116,47.74324,8.99900\n3802,1646645117,47.74323,8.99898\n3803,1646645118,47.74322,8.99897\n3804,1646645119,47.74321,8.99896\n3805,1646645120,47.74320,8.99895\n3806,1646645121,47.74319,8.99894\n3807,1646645122,47.74319,8.99893\n3808,1646645123,47.74318,8.99891\n3809,1646645124,47.74317,8.99890\n3810,1646645125,47.74316,8.99889\n3811,1646645126,47.74315,8.99889\n3812,1646645127,47.74314,8.99888\n3813,1646645128,47.74313,8.99888\n3814,1646645129,47.74313,8.99889\n3815,1646645130,47.74312,8.99890\n3816,1646645131,47.74311,8.99891\n3817,1646645132,47.74309,8.99891\n3818,1646645133,47.74308,8.99890\n3819,1646645134,47.74307,8.99890\n3820,1646645135,47.74306,8.99890\n3821,1646645136,47.74305,8.99890\n3822,1646645137,47.74303,8.99890\n3823,1646645138,47.74302,8.99890\n3824,1646645139,47.74301,8.99891\n3825,1646645140,47.74301,8.99892\n3826,1646645141,47.74300,8.99893\n3827,1646645142,47.74299,8.99893\n3828,1646645143,47.74298,8.99895\n3829,1646645144,47.74298,8.99896\n3830,1646645145,47.74297,8.99897\n3831,1646645146,47.74296,8.99898\n3832,1646645147,47.74296,8.99899\n3833,1646645148,47.74296,8.99900\n3834,1646645149,47.74296,8.99902\n3835,1646645150,47.74296,8.99902\n3836,1646645151,47.74297,8.99902\n3837,1646645152,47.74298,8.99902\n3838,1646645153,47.74299,8.99902\n3839,1646645154,47.74299,8.99902\n3840,1646645155,47.74299,8.99902\n3841,1646645156,47.74299,8.99902\n3842,1646645157,47.74299,8.99902\n3843,1646645158,47.74299,8.99902\n3844,1646645159,47.74300,8.99902\n3845,1646645160,47.74300,8.99902\n3846,1646645161,47.74300,8.99902\n3847,1646645162,47.74300,8.99902\n3848,1646645163,47.74300,8.99902\n3849,1646645164,47.74300,8.99902\n3850,1646645165,47.74300,8.99902\n3851,1646645166,47.74300,8.99902\n3852,1646645167,47.74300,8.99902\n3853,1646645168,47.74300,8.99902\n3854,1646645169,47.74300,8.99902\n3855,1646645170,47.74300,8.99902\n3856,1646645171,47.74300,8.99902\n3857,1646645172,47.74300,8.99902\n3858,1646645173,47.74299,8.99902\n3859,1646645174,47.74299,8.99902\n3860,1646645175,47.74299,8.99902\n3861,1646645176,47.74299,8.99902\n3862,1646645177,47.74299,8.99902\n3863,1646645178,47.74299,8.99901\n3864,1646645179,47.74299,8.99901\n3865,1646645180,47.74299,8.99901\n3866,1646645181,47.74299,8.99901\n3867,1646645182,47.74299,8.99901\n3868,1646645183,47.74299,8.99901\n3869,1646645184,47.74299,8.99901\n3870,1646645185,47.74299,8.99901\n3871,1646645186,47.74300,8.99900\n3872,1646645187,47.74300,8.99900\n3873,1646645188,47.74301,8.99899\n3874,1646645189,47.74301,8.99898\n3875,1646645190,47.74301,8.99897\n3876,1646645191,47.74301,8.99897\n3877,1646645192,47.74301,8.99897\n3878,1646645193,47.74301,8.99897\n3879,1646645194,47.74301,8.99897\n3880,1646645195,47.74301,8.99897\n3881,1646645196,47.74301,8.99897\n3882,1646645197,47.74301,8.99897\n3883,1646645198,47.74301,8.99898\n3884,1646645199,47.74301,8.99897\n3885,1646645200,47.74301,8.99897\n3886,1646645201,47.74301,8.99897\n3887,1646645202,47.74300,8.99897\n3888,1646645203,47.74300,8.99897\n3889,1646645204,47.74300,8.99897\n3890,1646645205,47.74300,8.99897\n3891,1646645206,47.74300,8.99898\n3892,1646645207,47.74301,8.99898\n3893,1646645208,47.74301,8.99898\n3894,1646645209,47.74301,8.99898\n3895,1646645210,47.74301,8.99898\n3896,1646645211,47.74301,8.99898\n3897,1646645212,47.74300,8.99898\n3898,1646645213,47.74300,8.99898\n3899,1646645214,47.74300,8.99898\n3900,1646645215,47.74300,8.99898\n3901,1646645216,47.74300,8.99898\n3902,1646645217,47.74300,8.99898\n3903,1646645218,47.74300,8.99898\n3904,1646645219,47.74300,8.99898\n3905,1646645220,47.74300,8.99898\n3906,1646645221,47.74300,8.99898\n3907,1646645222,47.74300,8.99898\n3908,1646645223,47.74300,8.99898\n3909,1646645224,47.74300,8.99898\n3910,1646645225,47.74300,8.99898\n3911,1646645226,47.74300,8.99898\n3912,1646645227,47.74300,8.99898\n3913,1646645228,47.74300,8.99898\n3914,1646645229,47.74300,8.99898\n3915,1646645230,47.74300,8.99898\n3916,1646645231,47.74300,8.99898\n3917,1646645232,47.74300,8.99898\n3918,1646645233,47.74300,8.99898\n3919,1646645234,47.74300,8.99898\n3920,1646645235,47.74300,8.99898\n3921,1646645236,47.74300,8.99898\n3922,1646645237,47.74300,8.99898\n3923,1646645238,47.74300,8.99898\n3924,1646645239,47.74300,8.99898\n3925,1646645240,47.74300,8.99898\n3926,1646645241,47.74300,8.99898\n3927,1646645242,47.74300,8.99898\n3928,1646645243,47.74300,8.99898\n3929,1646645244,47.74300,8.99898\n3930,1646645245,47.74300,8.99898\n3931,1646645246,47.74300,8.99898\n3932,1646645247,47.74300,8.99898\n3933,1646645248,47.74300,8.99898\n3934,1646645249,47.74300,8.99898\n3935,1646645250,47.74300,8.99898\n3936,1646645251,47.74300,8.99898\n3937,1646645252,47.74300,8.99898\n3938,1646645253,47.74300,8.99898\n3939,1646645254,47.74300,8.99898\n3940,1646645255,47.74300,8.99898\n3941,1646645256,47.74300,8.99898\n3942,1646645257,47.74300,8.99898\n3943,1646645258,47.74300,8.99898\n3944,1646645259,47.74300,8.99898\n3945,1646645260,47.74300,8.99898\n3946,1646645261,47.74300,8.99898\n3947,1646645262,47.74300,8.99898\n3948,1646645263,47.74300,8.99898\n3949,1646645264,47.74300,8.99898\n3950,1646645265,47.74300,8.99898\n3951,1646645266,47.74300,8.99898\n3952,1646645267,47.74300,8.99898\n3953,1646645268,47.74300,8.99898\n3954,1646645269,47.74300,8.99898\n3955,1646645270,47.74300,8.99898\n3956,1646645271,47.74300,8.99898\n3957,1646645272,47.74300,8.99898\n3958,1646645273,47.74300,8.99898\n3959,1646645274,47.74300,8.99898\n3960,1646645275,47.74300,8.99898\n3961,1646645276,47.74300,8.99898\n3962,1646645277,47.74300,8.99898\n3963,1646645278,47.74300,8.99898\n3964,1646645279,47.74300,8.99898\n3965,1646645280,47.74300,8.99898\n3966,1646645281,47.74300,8.99898\n3967,1646645282,47.74300,8.99898\n3968,1646645283,47.74300,8.99898\n3969,1646645284,47.74300,8.99898\n3970,1646645285,47.74300,8.99898\n3971,1646645286,47.74300,8.99898\n3972,1646645287,47.74300,8.99898\n3973,1646645288,47.74300,8.99898\n3974,1646645289,47.74300,8.99898\n3975,1646645290,47.74300,8.99898\n3976,1646645291,47.74300,8.99898\n3977,1646645292,47.74300,8.99898\n3978,1646645293,47.74300,8.99898\n3979,1646645294,47.74300,8.99898\n3980,1646645295,47.74300,8.99898\n3981,1646645296,47.74300,8.99898\n3982,1646645297,47.74300,8.99898\n3983,1646645298,47.74300,8.99898\n3984,1646645299,47.74300,8.99898\n3985,1646645300,47.74300,8.99898\n3986,1646645301,47.74300,8.99898\n3987,1646645302,47.74300,8.99898\n3988,1646645303,47.74300,8.99898\n3989,1646645304,47.74300,8.99898\n3990,1646645305,47.74300,8.99898\n3991,1646645306,47.74300,8.99898\n3992,1646645307,47.74300,8.99898\n3993,1646645308,47.74300,8.99898\n3994,1646645309,47.74300,8.99898\n3995,1646645310,47.74300,8.99898\n3996,1646645311,47.74300,8.99898\n3997,1646645312,47.74300,8.99898\n3998,1646645313,47.74300,8.99898\n3999,1646645314,47.74300,8.99898\n4000,1646645315,47.74300,8.99898\n4001,1646645316,47.74300,8.99898\n4002,1646645317,47.74300,8.99898\n4003,1646645318,47.74300,8.99898\n4004,1646645319,47.74300,8.99898\n4005,1646645320,47.74300,8.99898\n4006,1646645321,47.74300,8.99898\n4007,1646645322,47.74300,8.99898\n4008,1646645323,47.74300,8.99898\n4009,1646645324,47.74300,8.99898\n4010,1646645325,47.74300,8.99898\n4011,1646645326,47.74300,8.99898\n4012,1646645327,47.74300,8.99898\n4013,1646645328,47.74300,8.99898\n4014,1646645329,47.74300,8.99898\n4015,1646645330,47.74300,8.99898\n4016,1646645331,47.74300,8.99898\n4017,1646645332,47.74300,8.99898\n4018,1646645333,47.74300,8.99898\n4019,1646645334,47.74300,8.99898\n4020,1646645335,47.74300,8.99898\n4021,1646645336,47.74300,8.99898\n4022,1646645337,47.74300,8.99898\n4023,1646645338,47.74300,8.99898\n4024,1646645339,47.74300,8.99898\n4025,1646645340,47.74300,8.99898\n4026,1646645341,47.74300,8.99898\n4027,1646645342,47.74300,8.99898\n4028,1646645343,47.74300,8.99898\n4029,1646645344,47.74300,8.99898\n4030,1646645345,47.74300,8.99898\n4031,1646645346,47.74300,8.99898\n4032,1646645347,47.74300,8.99898\n4033,1646645348,47.74300,8.99898\n4034,1646645349,47.74300,8.99898\n4035,1646645350,47.74300,8.99898\n4036,1646645351,47.74300,8.99898\n4037,1646645352,47.74300,8.99898\n4038,1646645353,47.74300,8.99898\n4039,1646645354,47.74300,8.99898\n4040,1646645355,47.74300,8.99898\n4041,1646645356,47.74300,8.99898\n4042,1646645357,47.74300,8.99898\n4043,1646645358,47.74300,8.99898\n4044,1646645359,47.74300,8.99898\n4045,1646645360,47.74300,8.99898\n4046,1646645361,47.74300,8.99898\n4047,1646645362,47.74300,8.99898\n4048,1646645363,47.74300,8.99898\n4049,1646645364,47.74300,8.99898\n4050,1646645365,47.74300,8.99898\n4051,1646645366,47.74300,8.99898\n4052,1646645367,47.74300,8.99898\n4053,1646645368,47.74300,8.99898\n4054,1646645369,47.74300,8.99898\n4055,1646645370,47.74300,8.99898\n4056,1646645371,47.74300,8.99898\n4057,1646645372,47.74300,8.99898\n4058,1646645373,47.74300,8.99898\n4059,1646645374,47.74300,8.99898\n4060,1646645375,47.74300,8.99898\n4061,1646645376,47.74300,8.99898\n4062,1646645377,47.74300,8.99898\n4063,1646645378,47.74300,8.99898\n4064,1646645379,47.74300,8.99898\n4065,1646645380,47.74300,8.99898\n4066,1646645381,47.74300,8.99898\n4067,1646645382,47.74300,8.99898\n4068,1646645383,47.74300,8.99898\n4069,1646645384,47.74300,8.99898\n4070,1646645385,47.74300,8.99898\n4071,1646645386,47.74300,8.99898\n4072,1646645387,47.74300,8.99898\n4073,1646645388,47.74300,8.99898\n4074,1646645389,47.74300,8.99898\n4075,1646645390,47.74300,8.99898\n4076,1646645391,47.74300,8.99898\n4077,1646645392,47.74300,8.99898\n4078,1646645393,47.74300,8.99898\n4079,1646645394,47.74300,8.99898\n4080,1646645395,47.74300,8.99898\n4081,1646645396,47.74300,8.99898\n4082,1646645397,47.74300,8.99898\n4083,1646645398,47.74300,8.99898\n4084,1646645399,47.74300,8.99898\n4085,1646645400,47.74300,8.99898\n4086,1646645401,47.74300,8.99898\n4087,1646645402,47.74300,8.99898\n4088,1646645403,47.74300,8.99898\n4089,1646645404,47.74300,8.99898\n4090,1646645405,47.74300,8.99898\n4091,1646645406,47.74300,8.99898\n4092,1646645407,47.74300,8.99898\n4093,1646645408,47.74300,8.99898\n4094,1646645409,47.74300,8.99898\n4095,1646645410,47.74300,8.99898\n4096,1646645411,47.74300,8.99898\n4097,1646645412,47.74300,8.99898\n4098,1646645413,47.74300,8.99898\n4099,1646645414,47.74300,8.99898\n4100,1646645415,47.74300,8.99898\n4101,1646645416,47.74300,8.99898\n4102,1646645417,47.74300,8.99898\n4103,1646645418,47.74300,8.99898\n4104,1646645419,47.74300,8.99898\n4105,1646645420,47.74300,8.99898\n4106,1646645421,47.74300,8.99898\n4107,1646645422,47.74300,8.99898\n4108,1646645423,47.74300,8.99898\n4109,1646645424,47.74300,8.99898\n4110,1646645425,47.74300,8.99898\n4111,1646645426,47.74300,8.99898\n4112,1646645427,47.74300,8.99898\n4113,1646645428,47.74300,8.99898\n4114,1646645429,47.74300,8.99898\n4115,1646645430,47.74300,8.99898\n4116,1646645431,47.74300,8.99898\n4117,1646645432,47.74300,8.99898\n4118,1646645433,47.74300,8.99898\n4119,1646645434,47.74300,8.99898\n4120,1646645435,47.74300,8.99898\n4121,1646645436,47.74300,8.99898\n4122,1646645437,47.74300,8.99898\n4123,1646645438,47.74300,8.99898\n4124,1646645439,47.74300,8.99898\n4125,1646645440,47.74300,8.99898\n4126,1646645441,47.74300,8.99898\n4127,1646645442,47.74300,8.99898\n4128,1646645443,47.74300,8.99898\n4129,1646645444,47.74300,8.99898\n4130,1646645445,47.74300,8.99898\n4131,1646645446,47.74300,8.99898\n4132,1646645447,47.74300,8.99898\n4133,1646645448,47.74300,8.99898\n4134,1646645449,47.74300,8.99898\n4135,1646645450,47.74300,8.99898\n4136,1646645451,47.74300,8.99898\n4137,1646645452,47.74300,8.99898\n4138,1646645453,47.74300,8.99898\n4139,1646645454,47.74300,8.99898\n4140,1646645455,47.74300,8.99898\n4141,1646645456,47.74300,8.99898\n4142,1646645457,47.74300,8.99898\n4143,1646645458,47.74300,8.99898\n4144,1646645459,47.74300,8.99898\n4145,1646645460,47.74300,8.99898\n4146,1646645461,47.74300,8.99898\n4147,1646645462,47.74300,8.99898\n4148,1646645463,47.74300,8.99898\n4149,1646645464,47.74300,8.99898\n4150,1646645465,47.74300,8.99898\n4151,1646645466,47.74300,8.99898\n4152,1646645467,47.74300,8.99898\n4153,1646645468,47.74300,8.99898\n4154,1646645469,47.74300,8.99898\n4155,1646645470,47.74300,8.99898\n4156,1646645471,47.74300,8.99898\n4157,1646645472,47.74300,8.99898\n4158,1646645473,47.74300,8.99898\n4159,1646645474,47.74300,8.99898\n4160,1646645475,47.74300,8.99898\n4161,1646645476,47.74300,8.99898\n4162,1646645477,47.74300,8.99898\n4163,1646645478,47.74300,8.99898\n4164,1646645479,47.74300,8.99898\n4165,1646645480,47.74300,8.99898\n4166,1646645481,47.74300,8.99898\n4167,1646645482,47.74300,8.99898\n4168,1646645483,47.74300,8.99898\n4169,1646645484,47.74300,8.99898\n4170,1646645485,47.74300,8.99898\n4171,1646645486,47.74300,8.99898\n4172,1646645487,47.74300,8.99898\n4173,1646645488,47.74300,8.99898\n4174,1646645489,47.74300,8.99898\n4175,1646645490,47.74300,8.99898\n4176,1646645491,47.74300,8.99898\n4177,1646645492,47.74300,8.99898\n4178,1646645493,47.74300,8.99898\n4179,1646645494,47.74300,8.99898\n4180,1646645495,47.74300,8.99898\n4181,1646645496,47.74300,8.99898\n4182,1646645497,47.74300,8.99898\n4183,1646645498,47.74300,8.99898\n4184,1646645499,47.74300,8.99898\n4185,1646645500,47.74300,8.99898\n4186,1646645501,47.74300,8.99898\n4187,1646645502,47.74300,8.99898\n4188,1646645503,47.74300,8.99898\n4189,1646645504,47.74300,8.99898\n4190,1646645505,47.74300,8.99898\n4191,1646645506,47.74300,8.99898\n4192,1646645507,47.74300,8.99898\n4193,1646645508,47.74300,8.99898\n4194,1646645509,47.74300,8.99898\n4195,1646645510,47.74300,8.99898\n4196,1646645511,47.74300,8.99898\n4197,1646645512,47.74300,8.99898\n4198,1646645513,47.74300,8.99898\n4199,1646645514,47.74300,8.99898\n4200,1646645515,47.74300,8.99898\n4201,1646645516,47.74300,8.99898\n4202,1646645517,47.74300,8.99898\n4203,1646645518,47.74300,8.99898\n4204,1646645519,47.74300,8.99898\n4205,1646645520,47.74300,8.99898\n4206,1646645521,47.74300,8.99898\n4207,1646645522,47.74300,8.99898\n4208,1646645523,47.74300,8.99898\n4209,1646645524,47.74300,8.99898\n4210,1646645525,47.74300,8.99898\n4211,1646645526,47.74300,8.99898\n4212,1646645527,47.74300,8.99898\n4213,1646645528,47.74300,8.99898\n4214,1646645529,47.74300,8.99898\n4215,1646645530,47.74300,8.99898\n4216,1646645531,47.74300,8.99898\n4217,1646645532,47.74300,8.99898\n4218,1646645533,47.74300,8.99898\n4219,1646645534,47.74300,8.99898\n4220,1646645535,47.74300,8.99898\n4221,1646645536,47.74300,8.99898\n4222,1646645537,47.74300,8.99898\n4223,1646645538,47.74300,8.99898\n4224,1646645539,47.74300,8.99898\n4225,1646645540,47.74300,8.99898\n4226,1646645541,47.74300,8.99898\n4227,1646645542,47.74300,8.99898\n4228,1646645543,47.74300,8.99898\n4229,1646645544,47.74300,8.99898\n4230,1646645545,47.74300,8.99898\n4231,1646645546,47.74300,8.99898\n4232,1646645547,47.74300,8.99898\n4233,1646645548,47.74300,8.99898\n4234,1646645549,47.74300,8.99898\n4235,1646645550,47.74300,8.99898\n4236,1646645551,47.74300,8.99898\n4237,1646645552,47.74300,8.99898\n4238,1646645553,47.74300,8.99898\n4239,1646645554,47.74300,8.99898\n4240,1646645555,47.74300,8.99898\n4241,1646645556,47.74300,8.99898\n4242,1646645557,47.74300,8.99898\n4243,1646645558,47.74300,8.99898\n4244,1646645559,47.74300,8.99898\n4245,1646645560,47.74300,8.99898\n4246,1646645561,47.74300,8.99898\n4247,1646645562,47.74300,8.99898\n4248,1646645563,47.74300,8.99898\n4249,1646645564,47.74300,8.99898\n4250,1646645565,47.74300,8.99898\n4251,1646645566,47.74300,8.99898\n4252,1646645567,47.74300,8.99898\n4253,1646645568,47.74300,8.99898\n4254,1646645569,47.74300,8.99898\n4255,1646645570,47.74300,8.99898\n4256,1646645571,47.74300,8.99898\n4257,1646645572,47.74300,8.99898\n4258,1646645573,47.74300,8.99898\n4259,1646645574,47.74300,8.99898\n4260,1646645575,47.74300,8.99898\n4261,1646645576,47.74300,8.99898\n4262,1646645577,47.74300,8.99898\n4263,1646645578,47.74300,8.99898\n4264,1646645579,47.74300,8.99898\n4265,1646645580,47.74300,8.99898\n4266,1646645581,47.74300,8.99898\n4267,1646645582,47.74300,8.99898\n4268,1646645583,47.74300,8.99898\n4269,1646645584,47.74300,8.99898\n4270,1646645585,47.74300,8.99898\n4271,1646645586,47.74300,8.99898\n4272,1646645587,47.74300,8.99898\n4273,1646645588,47.74300,8.99898\n4274,1646645589,47.74300,8.99898\n4275,1646645590,47.74300,8.99898\n4276,1646645591,47.74300,8.99898\n4277,1646645592,47.74300,8.99898\n4278,1646645593,47.74300,8.99898\n4279,1646645594,47.74300,8.99898\n4280,1646645595,47.74300,8.99898\n4281,1646645596,47.74300,8.99898\n4282,1646645597,47.74300,8.99898\n4283,1646645598,47.74300,8.99898\n4284,1646645599,47.74300,8.99898\n4285,1646645600,47.74300,8.99898\n4286,1646645601,47.74300,8.99898\n4287,1646645602,47.74300,8.99898\n4288,1646645603,47.74300,8.99898\n4289,1646645604,47.74300,8.99898\n4290,1646645605,47.74300,8.99898\n4291,1646645606,47.74300,8.99898\n4292,1646645607,47.74300,8.99898\n4293,1646645608,47.74300,8.99898\n4294,1646645609,47.74300,8.99898\n4295,1646645610,47.74300,8.99898\n4296,1646645611,47.74300,8.99898\n4297,1646645612,47.74300,8.99898\n4298,1646645613,47.74300,8.99898\n4299,1646645614,47.74300,8.99898\n4300,1646645615,47.74300,8.99898\n4301,1646645616,47.74300,8.99898\n4302,1646645617,47.74300,8.99898\n4303,1646645618,47.74300,8.99898\n4304,1646645619,47.74300,8.99898\n4305,1646645620,47.74300,8.99898\n4306,1646645621,47.74300,8.99898\n4307,1646645622,47.74300,8.99898\n4308,1646645623,47.74300,8.99898\n4309,1646645624,47.74300,8.99898\n4310,1646645625,47.74300,8.99898\n4311,1646645626,47.74300,8.99898\n4312,1646645627,47.74300,8.99898\n4313,1646645628,47.74300,8.99898\n4314,1646645629,47.74300,8.99898\n4315,1646645630,47.74300,8.99898\n4316,1646645631,47.74300,8.99898\n4317,1646645632,47.74300,8.99898\n4318,1646645633,47.74300,8.99898\n4319,1646645634,47.74300,8.99898\n4320,1646645635,47.74300,8.99898\n4321,1646645636,47.74300,8.99898\n4322,1646645637,47.74300,8.99898\n4323,1646645638,47.74300,8.99898\n4324,1646645639,47.74300,8.99898\n4325,1646645640,47.74300,8.99898\n4326,1646645641,47.74300,8.99898\n4327,1646645642,47.74300,8.99898\n4328,1646645643,47.74300,8.99898\n4329,1646645644,47.74300,8.99898\n4330,1646645645,47.74300,8.99898\n4331,1646645646,47.74300,8.99898\n4332,1646645647,47.74300,8.99898\n4333,1646645648,47.74300,8.99898\n4334,1646645649,47.74300,8.99898\n4335,1646645650,47.74300,8.99898\n4336,1646645651,47.74300,8.99898\n4337,1646645652,47.74300,8.99898\n4338,1646645653,47.74300,8.99898\n4339,1646645654,47.74300,8.99898\n4340,1646645655,47.74300,8.99898\n4341,1646645656,47.74300,8.99898\n4342,1646645657,47.74300,8.99898\n4343,1646645658,47.74300,8.99898\n4344,1646645659,47.74300,8.99898\n4345,1646645660,47.74300,8.99898\n4346,1646645661,47.74300,8.99898\n4347,1646645662,47.74300,8.99898\n4348,1646645663,47.74300,8.99898\n4349,1646645664,47.74300,8.99898\n4350,1646645665,47.74300,8.99898\n4351,1646645666,47.74300,8.99898\n4352,1646645667,47.74300,8.99898\n4353,1646645668,47.74300,8.99898\n4354,1646645669,47.74300,8.99898\n4355,1646645670,47.74300,8.99898\n4356,1646645671,47.74300,8.99898\n4357,1646645672,47.74300,8.99898\n4358,1646645673,47.74300,8.99898\n4359,1646645674,47.74300,8.99898\n4360,1646645675,47.74300,8.99898\n4361,1646645676,47.74300,8.99898\n4362,1646645677,47.74300,8.99898\n4363,1646645678,47.74300,8.99898\n4364,1646645679,47.74300,8.99898\n4365,1646645680,47.74300,8.99898\n4366,1646645681,47.74300,8.99898\n4367,1646645682,47.74300,8.99898\n4368,1646645683,47.74300,8.99898\n4369,1646645684,47.74300,8.99898\n4370,1646645685,47.74300,8.99898\n4371,1646645686,47.74301,8.99898\n4372,1646645687,47.74301,8.99898\n4373,1646645688,47.74301,8.99898\n4374,1646645689,47.74301,8.99898\n4375,1646645690,47.74301,8.99898\n4376,1646645691,47.74301,8.99898\n4377,1646645692,47.74301,8.99898\n4378,1646645693,47.74301,8.99898\n4379,1646645694,47.74301,8.99898\n4380,1646645695,47.74301,8.99898\n4381,1646645696,47.74301,8.99898\n4382,1646645697,47.74301,8.99898\n4383,1646645698,47.74301,8.99898\n4384,1646645699,47.74301,8.99898\n4385,1646645700,47.74301,8.99898\n4386,1646645701,47.74301,8.99898\n4387,1646645702,47.74301,8.99898\n4388,1646645703,47.74301,8.99898\n4389,1646645704,47.74301,8.99898\n4390,1646645705,47.74301,8.99898\n4391,1646645706,47.74301,8.99898\n4392,1646645707,47.74301,8.99898\n4393,1646645708,47.74301,8.99898\n4394,1646645709,47.74301,8.99898\n4395,1646645710,47.74301,8.99898\n4396,1646645711,47.74301,8.99898\n4397,1646645712,47.74301,8.99898\n4398,1646645713,47.74301,8.99898\n4399,1646645714,47.74301,8.99898\n4400,1646645715,47.74301,8.99898\n4401,1646645716,47.74301,8.99898\n4402,1646645717,47.74301,8.99898\n4403,1646645718,47.74301,8.99898\n4404,1646645719,47.74301,8.99898\n4405,1646645720,47.74301,8.99898\n4406,1646645721,47.74301,8.99898\n4407,1646645722,47.74301,8.99898\n4408,1646645723,47.74301,8.99898\n4409,1646645724,47.74301,8.99898\n4410,1646645725,47.74301,8.99898\n4411,1646645726,47.74301,8.99898\n4412,1646645727,47.74301,8.99898\n4413,1646645728,47.74301,8.99898\n4414,1646645729,47.74301,8.99898\n4415,1646645730,47.74301,8.99898\n4416,1646645731,47.74301,8.99898\n4417,1646645732,47.74301,8.99898\n4418,1646645733,47.74301,8.99898\n4419,1646645734,47.74301,8.99898\n4420,1646645735,47.74301,8.99898\n4421,1646645736,47.74301,8.99898\n4422,1646645737,47.74301,8.99898\n4423,1646645738,47.74301,8.99898\n4424,1646645739,47.74301,8.99898\n4425,1646645740,47.74301,8.99898\n4426,1646645741,47.74301,8.99898\n4427,1646645742,47.74301,8.99898\n4428,1646645743,47.74301,8.99898\n4429,1646645744,47.74301,8.99898\n4430,1646645745,47.74301,8.99898\n4431,1646645746,47.74301,8.99898\n4432,1646645747,47.74301,8.99898\n4433,1646645748,47.74301,8.99898\n4434,1646645749,47.74301,8.99898\n4435,1646645750,47.74301,8.99898\n4436,1646645751,47.74301,8.99898\n4437,1646645752,47.74301,8.99897\n4438,1646645753,47.74301,8.99897\n4439,1646645754,47.74301,8.99897\n4440,1646645755,47.74301,8.99897\n4441,1646645756,47.74301,8.99897\n4442,1646645757,47.74301,8.99897\n4443,1646645758,47.74301,8.99897\n4444,1646645759,47.74301,8.99897\n4445,1646645760,47.74301,8.99897\n4446,1646645761,47.74301,8.99897\n4447,1646645762,47.74301,8.99897\n4448,1646645763,47.74301,8.99897\n4449,1646645764,47.74301,8.99897\n4450,1646645765,47.74301,8.99897\n4451,1646645766,47.74301,8.99897\n4452,1646645767,47.74301,8.99897\n4453,1646645768,47.74301,8.99897\n4454,1646645769,47.74301,8.99897\n4455,1646645770,47.74301,8.99897\n4456,1646645771,47.74301,8.99897\n4457,1646645772,47.74301,8.99897\n4458,1646645773,47.74301,8.99897\n4459,1646645774,47.74301,8.99897\n4460,1646645775,47.74301,8.99897\n4461,1646645776,47.74301,8.99897\n4462,1646645777,47.74301,8.99897\n4463,1646645778,47.74301,8.99897\n4464,1646645779,47.74301,8.99897\n4465,1646645780,47.74301,8.99897\n4466,1646645781,47.74301,8.99897\n4467,1646645782,47.74301,8.99897\n4468,1646645783,47.74301,8.99897\n4469,1646645784,47.74301,8.99897\n4470,1646645785,47.74301,8.99897\n4471,1646645786,47.74301,8.99897\n4472,1646645787,47.74301,8.99897\n4473,1646645788,47.74301,8.99897\n4474,1646645789,47.74301,8.99897\n4475,1646645790,47.74301,8.99897\n4476,1646645791,47.74301,8.99897\n4477,1646645792,47.74301,8.99897\n4478,1646645793,47.74301,8.99897\n4479,1646645794,47.74301,8.99897\n4480,1646645795,47.74301,8.99897\n4481,1646645796,47.74301,8.99897\n4482,1646645797,47.74301,8.99897\n4483,1646645798,47.74301,8.99897\n4484,1646645799,47.74301,8.99897\n4485,1646645800,47.74301,8.99897\n4486,1646645801,47.74301,8.99897\n4487,1646645802,47.74301,8.99897\n4488,1646645803,47.74301,8.99897\n4489,1646645804,47.74301,8.99897\n4490,1646645805,47.74301,8.99897\n4491,1646645806,47.74301,8.99897\n4492,1646645807,47.74301,8.99897\n4493,1646645808,47.74301,8.99897\n4494,1646645809,47.74301,8.99897\n4495,1646645810,47.74301,8.99897\n4496,1646645811,47.74301,8.99897\n4497,1646645812,47.74301,8.99897\n4498,1646645813,47.74301,8.99897\n4499,1646645814,47.74301,8.99897\n4500,1646645815,47.74301,8.99897\n4501,1646645816,47.74301,8.99897\n4502,1646645817,47.74301,8.99897\n4503,1646645818,47.74301,8.99897\n4504,1646645819,47.74301,8.99897\n4505,1646645820,47.74301,8.99897\n4506,1646645821,47.74301,8.99897\n4507,1646645822,47.74301,8.99897\n4508,1646645823,47.74301,8.99897\n4509,1646645824,47.74301,8.99897\n4510,1646645825,47.74301,8.99897\n4511,1646645826,47.74301,8.99897\n4512,1646645827,47.74301,8.99897\n4513,1646645828,47.74301,8.99897\n4514,1646645829,47.74301,8.99897\n4515,1646645830,47.74301,8.99897\n4516,1646645831,47.74301,8.99897\n4517,1646645832,47.74301,8.99897\n4518,1646645833,47.74301,8.99897\n4519,1646645834,47.74301,8.99897\n4520,1646645835,47.74301,8.99897\n4521,1646645836,47.74301,8.99897\n4522,1646645837,47.74301,8.99897\n4523,1646645838,47.74301,8.99897\n4524,1646645839,47.74301,8.99897\n4525,1646645840,47.74301,8.99897\n4526,1646645841,47.74301,8.99897\n4527,1646645842,47.74301,8.99897\n4528,1646645843,47.74301,8.99897\n4529,1646645844,47.74301,8.99897\n4530,1646645845,47.74301,8.99897\n4531,1646645846,47.74301,8.99897\n4532,1646645847,47.74301,8.99897\n4533,1646645848,47.74301,8.99897\n4534,1646645849,47.74301,8.99897\n4535,1646645850,47.74301,8.99897\n4536,1646645851,47.74301,8.99897\n4537,1646645852,47.74301,8.99897\n4538,1646645853,47.74301,8.99897\n4539,1646645854,47.74301,8.99897\n4540,1646645855,47.74301,8.99897\n4541,1646645856,47.74301,8.99897\n4542,1646645857,47.74301,8.99897\n4543,1646645858,47.74301,8.99897\n4544,1646645859,47.74301,8.99897\n4545,1646645860,47.74301,8.99897\n4546,1646645861,47.74301,8.99897\n4547,1646645862,47.74301,8.99897\n4548,1646645863,47.74301,8.99897\n4549,1646645864,47.74301,8.99897\n4550,1646645865,47.74301,8.99897\n4551,1646645866,47.74301,8.99897\n4552,1646645867,47.74301,8.99897\n4553,1646645868,47.74301,8.99897\n4554,1646645869,47.74301,8.99897\n4555,1646645870,47.74301,8.99897\n4556,1646645871,47.74301,8.99897\n4557,1646645872,47.74301,8.99897\n4558,1646645873,47.74301,8.99897\n4559,1646645874,47.74301,8.99897\n4560,1646645875,47.74301,8.99897\n4561,1646645876,47.74301,8.99897\n4562,1646645877,47.74301,8.99897\n4563,1646645878,47.74301,8.99897\n4564,1646645879,47.74301,8.99897\n4565,1646645880,47.74301,8.99897\n4566,1646645881,47.74301,8.99897\n4567,1646645882,47.74301,8.99897\n4568,1646645883,47.74301,8.99897\n4569,1646645884,47.74301,8.99897\n4570,1646645885,47.74301,8.99897\n4571,1646645886,47.74301,8.99897\n4572,1646645887,47.74301,8.99897\n4573,1646645888,47.74301,8.99897\n4574,1646645889,47.74301,8.99897\n4575,1646645890,47.74301,8.99897\n4576,1646645891,47.74301,8.99897\n4577,1646645892,47.74301,8.99897\n4578,1646645893,47.74301,8.99897\n4579,1646645894,47.74301,8.99897\n4580,1646645895,47.74301,8.99897\n4581,1646645896,47.74301,8.99897\n4582,1646645897,47.74301,8.99897\n4583,1646645898,47.74301,8.99897\n4584,1646645899,47.74301,8.99897\n4585,1646645900,47.74301,8.99897\n4586,1646645901,47.74301,8.99897\n4587,1646645902,47.74301,8.99897\n4588,1646645903,47.74301,8.99897\n4589,1646645904,47.74301,8.99897\n4590,1646645905,47.74301,8.99897\n4591,1646645906,47.74301,8.99897\n4592,1646645907,47.74301,8.99897\n4593,1646645908,47.74301,8.99897\n4594,1646645909,47.74301,8.99897\n4595,1646645910,47.74301,8.99897\n4596,1646645911,47.74301,8.99897\n4597,1646645912,47.74301,8.99897\n4598,1646645913,47.74301,8.99897\n4599,1646645914,47.74301,8.99897\n4600,1646645915,47.74301,8.99897\n4601,1646645916,47.74301,8.99897\n4602,1646645917,47.74301,8.99897\n4603,1646645918,47.74301,8.99897\n4604,1646645919,47.74301,8.99897\n4605,1646645920,47.74301,8.99897\n4606,1646645921,47.74301,8.99897\n4607,1646645922,47.74301,8.99897\n4608,1646645923,47.74301,8.99897\n4609,1646645924,47.74301,8.99897\n4610,1646645925,47.74301,8.99897\n4611,1646645926,47.74301,8.99897\n4612,1646645927,47.74301,8.99897\n4613,1646645928,47.74301,8.99897\n4614,1646645929,47.74301,8.99897\n4615,1646645930,47.74301,8.99897\n4616,1646645931,47.74301,8.99897\n4617,1646645932,47.74301,8.99897\n4618,1646645933,47.74301,8.99897\n4619,1646645934,47.74301,8.99897\n4620,1646645935,47.74301,8.99897\n4621,1646645936,47.74301,8.99897\n4622,1646645937,47.74301,8.99897\n4623,1646645938,47.74301,8.99897\n4624,1646645939,47.74301,8.99897\n4625,1646645940,47.74301,8.99897\n4626,1646645941,47.74301,8.99897\n4627,1646645942,47.74301,8.99897\n4628,1646645943,47.74301,8.99897\n4629,1646645944,47.74301,8.99897\n4630,1646645945,47.74301,8.99897\n4631,1646645946,47.74301,8.99897\n4632,1646645947,47.74301,8.99897\n4633,1646645948,47.74301,8.99897\n4634,1646645949,47.74301,8.99897\n4635,1646645950,47.74301,8.99897\n4636,1646645951,47.74301,8.99897\n4637,1646645952,47.74301,8.99897\n4638,1646645953,47.74301,8.99897\n4639,1646645954,47.74301,8.99897\n4640,1646645955,47.74301,8.99897\n4641,1646645956,47.74301,8.99897\n4642,1646645957,47.74301,8.99897\n4643,1646645958,47.74301,8.99897\n4644,1646645959,47.74301,8.99897\n4645,1646645960,47.74301,8.99897\n4646,1646645961,47.74301,8.99897\n4647,1646645962,47.74301,8.99897\n4648,1646645963,47.74301,8.99897\n4649,1646645964,47.74301,8.99897\n4650,1646645965,47.74301,8.99897\n4651,1646645966,47.74301,8.99897\n4652,1646645967,47.74301,8.99897\n4653,1646645968,47.74301,8.99897\n4654,1646645969,47.74301,8.99897\n4655,1646645970,47.74301,8.99897\n4656,1646645971,47.74301,8.99897\n4657,1646645972,47.74301,8.99897\n4658,1646645973,47.74301,8.99897\n4659,1646645974,47.74301,8.99897\n4660,1646645975,47.74301,8.99897\n4661,1646645976,47.74301,8.99897\n4662,1646645977,47.74301,8.99897\n4663,1646645978,47.74301,8.99897\n4664,1646645979,47.74301,8.99897\n4665,1646645980,47.74301,8.99897\n4666,1646645981,47.74301,8.99897\n4667,1646645982,47.74300,8.99897\n4668,1646645983,47.74300,8.99897\n4669,1646645984,47.74300,8.99897\n4670,1646645985,47.74300,8.99897\n4671,1646645986,47.74300,8.99897\n4672,1646645987,47.74300,8.99897\n4673,1646645988,47.74300,8.99897\n4674,1646645989,47.74300,8.99897\n4675,1646645990,47.74300,8.99897\n4676,1646645991,47.74300,8.99897\n4677,1646645992,47.74300,8.99897\n4678,1646645993,47.74300,8.99897\n4679,1646645994,47.74300,8.99897\n4680,1646645995,47.74300,8.99897\n4681,1646645996,47.74300,8.99897\n4682,1646645997,47.74300,8.99897\n4683,1646645998,47.74300,8.99897\n4684,1646645999,47.74300,8.99897\n4685,1646646000,47.74300,8.99897\n4686,1646646001,47.74300,8.99897\n4687,1646646002,47.74300,8.99897\n4688,1646646003,47.74300,8.99897\n4689,1646646004,47.74300,8.99897\n4690,1646646005,47.74300,8.99897\n4691,1646646006,47.74300,8.99897\n4692,1646646007,47.74300,8.99897\n4693,1646646008,47.74300,8.99897\n4694,1646646009,47.74300,8.99897\n4695,1646646010,47.74300,8.99897\n4696,1646646011,47.74300,8.99897\n4697,1646646012,47.74300,8.99897\n4698,1646646013,47.74300,8.99897\n4699,1646646014,47.74300,8.99897\n4700,1646646015,47.74300,8.99897\n4701,1646646016,47.74300,8.99897\n4702,1646646017,47.74300,8.99897\n4703,1646646018,47.74300,8.99897\n4704,1646646019,47.74300,8.99897\n4705,1646646020,47.74300,8.99897\n4706,1646646021,47.74300,8.99897\n4707,1646646022,47.74300,8.99897\n4708,1646646023,47.74300,8.99897\n4709,1646646024,47.74300,8.99897\n4710,1646646025,47.74300,8.99897\n4711,1646646026,47.74300,8.99897\n4712,1646646027,47.74300,8.99897\n4713,1646646028,47.74300,8.99897\n4714,1646646029,47.74300,8.99897\n4715,1646646030,47.74300,8.99897\n4716,1646646031,47.74300,8.99897\n4717,1646646032,47.74300,8.99897\n4718,1646646033,47.74300,8.99897\n4719,1646646034,47.74300,8.99897\n4720,1646646035,47.74300,8.99897\n4721,1646646036,47.74300,8.99897\n4722,1646646037,47.74300,8.99897\n4723,1646646038,47.74300,8.99897\n4724,1646646039,47.74300,8.99897\n4725,1646646040,47.74300,8.99897\n4726,1646646041,47.74300,8.99897\n4727,1646646042,47.74300,8.99897\n4728,1646646043,47.74300,8.99897\n4729,1646646044,47.74300,8.99897\n4730,1646646045,47.74300,8.99897\n4731,1646646046,47.74300,8.99897\n4732,1646646047,47.74300,8.99897\n4733,1646646048,47.74300,8.99897\n4734,1646646049,47.74300,8.99897\n4735,1646646050,47.74300,8.99897\n4736,1646646051,47.74300,8.99897\n4737,1646646052,47.74300,8.99897\n4738,1646646053,47.74300,8.99897\n4739,1646646054,47.74300,8.99897\n4740,1646646055,47.74300,8.99897\n4741,1646646056,47.74300,8.99897\n4742,1646646057,47.74300,8.99897\n4743,1646646058,47.74300,8.99897\n4744,1646646059,47.74300,8.99897\n4745,1646646060,47.74300,8.99897\n4746,1646646061,47.74300,8.99897\n4747,1646646062,47.74300,8.99897\n4748,1646646063,47.74300,8.99897\n4749,1646646064,47.74300,8.99897\n4750,1646646065,47.74300,8.99897\n4751,1646646066,47.74300,8.99897\n4752,1646646067,47.74300,8.99897\n4753,1646646068,47.74300,8.99897\n4754,1646646069,47.74300,8.99897\n4755,1646646070,47.74300,8.99897\n4756,1646646071,47.74300,8.99897\n4757,1646646072,47.74300,8.99897\n4758,1646646073,47.74300,8.99897\n4759,1646646074,47.74300,8.99897\n4760,1646646075,47.74300,8.99897\n4761,1646646076,47.74300,8.99897\n4762,1646646077,47.74300,8.99897\n4763,1646646078,47.74300,8.99897\n4764,1646646079,47.74300,8.99897\n4765,1646646080,47.74300,8.99897\n4766,1646646081,47.74300,8.99897\n4767,1646646082,47.74300,8.99897\n4768,1646646083,47.74300,8.99897\n4769,1646646084,47.74300,8.99897\n4770,1646646085,47.74300,8.99897\n4771,1646646086,47.74300,8.99897\n4772,1646646087,47.74300,8.99897\n4773,1646646088,47.74300,8.99897\n4774,1646646089,47.74300,8.99897\n4775,1646646090,47.74300,8.99897\n4776,1646646091,47.74300,8.99897\n4777,1646646092,47.74300,8.99897\n4778,1646646093,47.74300,8.99897\n4779,1646646094,47.74300,8.99897\n4780,1646646095,47.74300,8.99897\n4781,1646646096,47.74300,8.99897\n4782,1646646097,47.74300,8.99897\n4783,1646646098,47.74300,8.99897\n4784,1646646099,47.74300,8.99897\n4785,1646646100,47.74300,8.99897\n4786,1646646101,47.74300,8.99897\n4787,1646646102,47.74300,8.99897\n4788,1646646103,47.74300,8.99897\n4789,1646646104,47.74300,8.99897\n4790,1646646105,47.74300,8.99897\n4791,1646646106,47.74300,8.99897\n4792,1646646107,47.74300,8.99897\n4793,1646646108,47.74300,8.99897\n4794,1646646109,47.74300,8.99897\n4795,1646646110,47.74300,8.99897\n4796,1646646111,47.74300,8.99897\n4797,1646646112,47.74300,8.99897\n4798,1646646113,47.74300,8.99897\n4799,1646646114,47.74300,8.99897\n4800,1646646115,47.74300,8.99897\n4801,1646646116,47.74300,8.99897\n4802,1646646117,47.74300,8.99897\n4803,1646646118,47.74300,8.99897\n4804,1646646119,47.74300,8.99897\n4805,1646646120,47.74300,8.99897\n4806,1646646121,47.74300,8.99897\n4807,1646646122,47.74300,8.99897\n4808,1646646123,47.74300,8.99897\n4809,1646646124,47.74300,8.99897\n4810,1646646125,47.74300,8.99897\n4811,1646646126,47.74300,8.99897\n4812,1646646127,47.74300,8.99897\n4813,1646646128,47.74300,8.99897\n4814,1646646129,47.74300,8.99897\n4815,1646646130,47.74300,8.99897\n4816,1646646131,47.74300,8.99897\n4817,1646646132,47.74300,8.99897\n4818,1646646133,47.74300,8.99897\n4819,1646646134,47.74300,8.99897\n4820,1646646135,47.74300,8.99897\n4821,1646646136,47.74300,8.99897\n4822,1646646137,47.74300,8.99897\n4823,1646646138,47.74300,8.99897\n4824,1646646139,47.74300,8.99897\n4825,1646646140,47.74300,8.99897\n4826,1646646141,47.74300,8.99897\n4827,1646646142,47.74300,8.99897\n4828,1646646143,47.74300,8.99897\n4829,1646646144,47.74300,8.99897\n4830,1646646145,47.74300,8.99897\n4831,1646646146,47.74300,8.99897\n4832,1646646147,47.74300,8.99897\n4833,1646646148,47.74300,8.99897\n4834,1646646149,47.74300,8.99897\n4835,1646646150,47.74300,8.99897\n4836,1646646151,47.74300,8.99897\n4837,1646646152,47.74300,8.99897\n4838,1646646153,47.74300,8.99897\n4839,1646646154,47.74300,8.99897\n4840,1646646155,47.74300,8.99897\n4841,1646646156,47.74300,8.99897\n4842,1646646157,47.74300,8.99897\n4843,1646646158,47.74300,8.99897\n4844,1646646159,47.74300,8.99897\n4845,1646646160,47.74300,8.99897\n4846,1646646161,47.74300,8.99897\n4847,1646646162,47.74300,8.99897\n4848,1646646163,47.74300,8.99897\n4849,1646646164,47.74300,8.99897\n4850,1646646165,47.74300,8.99897\n4851,1646646166,47.74300,8.99897\n4852,1646646167,47.74300,8.99897\n4853,1646646168,47.74300,8.99897\n4854,1646646169,47.74300,8.99897\n4855,1646646170,47.74300,8.99897\n4856,1646646171,47.74300,8.99897\n4857,1646646172,47.74300,8.99897\n4858,1646646173,47.74300,8.99897\n4859,1646646174,47.74300,8.99897\n4860,1646646175,47.74300,8.99897\n4861,1646646176,47.74300,8.99897\n4862,1646646177,47.74300,8.99897\n4863,1646646178,47.74300,8.99897\n4864,1646646179,47.74300,8.99897\n4865,1646646180,47.74300,8.99897\n4866,1646646181,47.74300,8.99897\n4867,1646646182,47.74300,8.99897\n4868,1646646183,47.74300,8.99897\n4869,1646646184,47.74300,8.99897\n4870,1646646185,47.74300,8.99897\n4871,1646646186,47.74300,8.99897\n4872,1646646187,47.74300,8.99897\n4873,1646646188,47.74300,8.99897\n4874,1646646189,47.74300,8.99897\n4875,1646646190,47.74300,8.99897\n4876,1646646191,47.74300,8.99897\n4877,1646646192,47.74300,8.99897\n4878,1646646193,47.74300,8.99897\n4879,1646646194,47.74300,8.99897\n4880,1646646195,47.74300,8.99897\n4881,1646646196,47.74300,8.99897\n4882,1646646197,47.74300,8.99897\n4883,1646646198,47.74300,8.99897\n4884,1646646199,47.74300,8.99897\n4885,1646646200,47.74300,8.99897\n4886,1646646201,47.74300,8.99897\n4887,1646646202,47.74300,8.99897\n4888,1646646203,47.74300,8.99897\n4889,1646646204,47.74300,8.99897\n4890,1646646205,47.74300,8.99897\n4891,1646646206,47.74300,8.99897\n4892,1646646207,47.74300,8.99897\n4893,1646646208,47.74300,8.99897\n4894,1646646209,47.74300,8.99897\n4895,1646646210,47.74300,8.99897\n4896,1646646211,47.74300,8.99897\n4897,1646646212,47.74300,8.99897\n4898,1646646213,47.74300,8.99897\n4899,1646646214,47.74300,8.99897\n4900,1646646215,47.74300,8.99897\n4901,1646646216,47.74300,8.99897\n4902,1646646217,47.74300,8.99897\n4903,1646646218,47.74300,8.99897\n4904,1646646219,47.74300,8.99897\n4905,1646646220,47.74300,8.99897\n4906,1646646221,47.74300,8.99897\n4907,1646646222,47.74300,8.99897\n4908,1646646223,47.74300,8.99897\n4909,1646646224,47.74300,8.99897\n4910,1646646225,47.74300,8.99897\n4911,1646646226,47.74300,8.99897\n4912,1646646227,47.74300,8.99897\n4913,1646646228,47.74300,8.99897\n4914,1646646229,47.74300,8.99897\n4915,1646646230,47.74300,8.99897\n4916,1646646231,47.74300,8.99897\n4917,1646646232,47.74300,8.99897\n4918,1646646233,47.74300,8.99897\n4919,1646646234,47.74300,8.99897\n4920,1646646235,47.74300,8.99897\n4921,1646646236,47.74300,8.99897\n4922,1646646237,47.74300,8.99897\n4923,1646646238,47.74300,8.99897\n4924,1646646239,47.74300,8.99897\n4925,1646646240,47.74300,8.99897\n4926,1646646241,47.74300,8.99897\n4927,1646646242,47.74300,8.99897\n4928,1646646243,47.74300,8.99897\n4929,1646646244,47.74300,8.99897\n4930,1646646245,47.74300,8.99897\n4931,1646646246,47.74300,8.99897\n4932,1646646247,47.74300,8.99897\n4933,1646646248,47.74300,8.99897\n4934,1646646249,47.74300,8.99897\n4935,1646646250,47.74300,8.99897\n4936,1646646251,47.74300,8.99897\n4937,1646646252,47.74300,8.99897\n4938,1646646253,47.74300,8.99897\n4939,1646646254,47.74300,8.99897\n4940,1646646255,47.74300,8.99897\n4941,1646646256,47.74300,8.99897\n4942,1646646257,47.74300,8.99897\n4943,1646646258,47.74300,8.99897\n4944,1646646259,47.74300,8.99897\n4945,1646646260,47.74300,8.99897\n4946,1646646261,47.74300,8.99897\n4947,1646646262,47.74300,8.99897\n4948,1646646263,47.74300,8.99897\n4949,1646646264,47.74300,8.99897\n4950,1646646265,47.74300,8.99897\n4951,1646646266,47.74300,8.99897\n4952,1646646267,47.74300,8.99897\n4953,1646646268,47.74300,8.99897\n4954,1646646269,47.74300,8.99897\n4955,1646646270,47.74300,8.99897\n4956,1646646271,47.74300,8.99897\n4957,1646646272,47.74300,8.99897\n4958,1646646273,47.74300,8.99897\n4959,1646646274,47.74300,8.99897\n4960,1646646275,47.74300,8.99897\n4961,1646646276,47.74300,8.99897\n4962,1646646277,47.74300,8.99897\n4963,1646646278,47.74300,8.99897\n4964,1646646279,47.74300,8.99897\n4965,1646646280,47.74300,8.99897\n4966,1646646281,47.74300,8.99897\n4967,1646646282,47.74300,8.99897\n4968,1646646283,47.74300,8.99897\n4969,1646646284,47.74300,8.99897\n4970,1646646285,47.74300,8.99897\n4971,1646646286,47.74300,8.99897\n4972,1646646287,47.74300,8.99897\n4973,1646646288,47.74300,8.99897\n4974,1646646289,47.74300,8.99897\n4975,1646646290,47.74300,8.99897\n4976,1646646291,47.74300,8.99897\n4977,1646646292,47.74300,8.99897\n4978,1646646293,47.74300,8.99897\n4979,1646646294,47.74300,8.99897\n4980,1646646295,47.74300,8.99897\n4981,1646646296,47.74300,8.99897\n4982,1646646297,47.74300,8.99897\n4983,1646646298,47.74300,8.99897\n4984,1646646299,47.74300,8.99897\n4985,1646646300,47.74300,8.99897\n4986,1646646301,47.74300,8.99897\n4987,1646646302,47.74300,8.99897\n4988,1646646303,47.74300,8.99897\n4989,1646646304,47.74300,8.99897\n4990,1646646305,47.74300,8.99897\n4991,1646646306,47.74300,8.99897\n4992,1646646307,47.74300,8.99897\n4993,1646646308,47.74300,8.99897\n4994,1646646309,47.74300,8.99897\n4995,1646646310,47.74300,8.99897\n4996,1646646311,47.74300,8.99897\n4997,1646646312,47.74300,8.99897\n4998,1646646313,47.74300,8.99897\n4999,1646646314,47.74300,8.99897\n5000,1646646315,47.74300,8.99897\n5001,1646646316,47.74300,8.99897\n5002,1646646317,47.74300,8.99897\n5003,1646646318,47.74300,8.99897\n5004,1646646319,47.74300,8.99897\n5005,1646646320,47.74300,8.99897\n5006,1646646321,47.74300,8.99897\n5007,1646646322,47.74300,8.99897\n5008,1646646323,47.74300,8.99897\n5009,1646646324,47.74300,8.99897\n5010,1646646325,47.74300,8.99897\n5011,1646646326,47.74300,8.99897\n5012,1646646327,47.74300,8.99897\n5013,1646646328,47.74300,8.99897\n5014,1646646329,47.74300,8.99897\n5015,1646646330,47.74300,8.99897\n5016,1646646331,47.74300,8.99897\n5017,1646646332,47.74300,8.99897\n5018,1646646333,47.74300,8.99897\n5019,1646646334,47.74300,8.99897\n5020,1646646335,47.74300,8.99897\n5021,1646646336,47.74300,8.99897\n5022,1646646337,47.74300,8.99897\n5023,1646646338,47.74300,8.99897\n5024,1646646339,47.74300,8.99897\n5025,1646646340,47.74300,8.99897\n5026,1646646341,47.74300,8.99897\n5027,1646646342,47.74300,8.99897\n5028,1646646343,47.74300,8.99897\n5029,1646646344,47.74300,8.99897\n5030,1646646345,47.74300,8.99897\n5031,1646646346,47.74300,8.99897\n5032,1646646347,47.74300,8.99897\n5033,1646646348,47.74300,8.99897\n5034,1646646349,47.74300,8.99897\n5035,1646646350,47.74300,8.99897\n5036,1646646351,47.74300,8.99897\n5037,1646646352,47.74300,8.99897\n5038,1646646353,47.74300,8.99897\n5039,1646646354,47.74300,8.99897\n5040,1646646355,47.74300,8.99897\n5041,1646646356,47.74300,8.99897\n5042,1646646357,47.74300,8.99897\n5043,1646646358,47.74300,8.99897\n5044,1646646359,47.74300,8.99897\n5045,1646646360,47.74300,8.99897\n5046,1646646361,47.74300,8.99897\n5047,1646646362,47.74300,8.99897\n5048,1646646363,47.74300,8.99897\n5049,1646646364,47.74300,8.99897\n5050,1646646365,47.74300,8.99897\n5051,1646646366,47.74300,8.99897\n5052,1646646367,47.74300,8.99897\n5053,1646646368,47.74300,8.99897\n5054,1646646369,47.74300,8.99897\n5055,1646646370,47.74300,8.99897\n5056,1646646371,47.74300,8.99897\n5057,1646646372,47.74300,8.99897\n5058,1646646373,47.74300,8.99897\n5059,1646646374,47.74300,8.99897\n5060,1646646375,47.74300,8.99897\n5061,1646646376,47.74300,8.99897\n5062,1646646377,47.74300,8.99897\n5063,1646646378,47.74300,8.99897\n5064,1646646379,47.74300,8.99897\n5065,1646646380,47.74300,8.99897\n5066,1646646381,47.74300,8.99897\n5067,1646646382,47.74300,8.99897\n5068,1646646383,47.74300,8.99897\n5069,1646646384,47.74300,8.99897\n5070,1646646385,47.74300,8.99897\n5071,1646646386,47.74300,8.99897\n5072,1646646387,47.74300,8.99897\n5073,1646646388,47.74300,8.99897\n5074,1646646389,47.74300,8.99897\n5075,1646646390,47.74300,8.99897\n5076,1646646391,47.74300,8.99897\n5077,1646646392,47.74300,8.99897\n5078,1646646393,47.74300,8.99897\n5079,1646646394,47.74300,8.99897\n5080,1646646395,47.74300,8.99897\n5081,1646646396,47.74300,8.99897\n5082,1646646397,47.74300,8.99897\n5083,1646646398,47.74300,8.99897\n5084,1646646399,47.74300,8.99897\n5085,1646646400,47.74300,8.99897\n5086,1646646401,47.74300,8.99897\n5087,1646646402,47.74300,8.99897\n5088,1646646403,47.74300,8.99897\n5089,1646646404,47.74300,8.99897\n5090,1646646405,47.74300,8.99897\n5091,1646646406,47.74300,8.99897\n5092,1646646407,47.74300,8.99897\n5093,1646646408,47.74300,8.99897\n5094,1646646409,47.74300,8.99897\n5095,1646646410,47.74300,8.99897\n5096,1646646411,47.74300,8.99897\n5097,1646646412,47.74300,8.99897\n5098,1646646413,47.74300,8.99897\n5099,1646646414,47.74300,8.99897\n5100,1646646415,47.74300,8.99897\n5101,1646646416,47.74300,8.99897\n5102,1646646417,47.74300,8.99897\n5103,1646646418,47.74300,8.99897\n5104,1646646419,47.74300,8.99897\n5105,1646646420,47.74300,8.99897\n5106,1646646421,47.74300,8.99897\n5107,1646646422,47.74300,8.99897\n5108,1646646423,47.74300,8.99897\n5109,1646646424,47.74300,8.99897\n5110,1646646425,47.74300,8.99897\n5111,1646646426,47.74300,8.99897\n5112,1646646427,47.74300,8.99897\n5113,1646646428,47.74300,8.99897\n5114,1646646429,47.74300,8.99897\n5115,1646646430,47.74300,8.99897\n5116,1646646431,47.74300,8.99897\n5117,1646646432,47.74300,8.99897\n5118,1646646433,47.74300,8.99897\n5119,1646646434,47.74300,8.99897\n5120,1646646435,47.74300,8.99897\n5121,1646646436,47.74300,8.99897\n5122,1646646437,47.74300,8.99897\n5123,1646646438,47.74300,8.99897\n5124,1646646439,47.74300,8.99897\n5125,1646646440,47.74300,8.99897\n5126,1646646441,47.74300,8.99897\n5127,1646646442,47.74300,8.99897\n5128,1646646443,47.74300,8.99897\n5129,1646646444,47.74300,8.99897\n5130,1646646445,47.74300,8.99897\n5131,1646646446,47.74300,8.99897\n5132,1646646447,47.74300,8.99897\n5133,1646646448,47.74300,8.99897\n5134,1646646449,47.74300,8.99897\n5135,1646646450,47.74300,8.99897\n5136,1646646451,47.74300,8.99897\n5137,1646646452,47.74300,8.99897\n5138,1646646453,47.74300,8.99897\n5139,1646646454,47.74300,8.99897\n5140,1646646455,47.74300,8.99897\n5141,1646646456,47.74300,8.99897\n5142,1646646457,47.74300,8.99897\n5143,1646646458,47.74300,8.99897\n5144,1646646459,47.74300,8.99897\n5145,1646646460,47.74300,8.99897\n5146,1646646461,47.74300,8.99897\n5147,1646646462,47.74300,8.99897\n5148,1646646463,47.74300,8.99897\n5149,1646646464,47.74300,8.99897\n5150,1646646465,47.74300,8.99897\n5151,1646646466,47.74300,8.99897\n5152,1646646467,47.74300,8.99897\n5153,1646646468,47.74300,8.99897\n5154,1646646469,47.74300,8.99897\n5155,1646646470,47.74300,8.99897\n5156,1646646471,47.74300,8.99897\n5157,1646646472,47.74300,8.99897\n5158,1646646473,47.74300,8.99897\n5159,1646646474,47.74300,8.99897\n5160,1646646475,47.74300,8.99897\n5161,1646646476,47.74300,8.99897\n5162,1646646477,47.74300,8.99897\n5163,1646646478,47.74300,8.99897\n5164,1646646479,47.74300,8.99897\n5165,1646646480,47.74300,8.99897\n5166,1646646481,47.74300,8.99897\n5167,1646646482,47.74300,8.99897\n5168,1646646483,47.74300,8.99897\n5169,1646646484,47.74300,8.99897\n5170,1646646485,47.74300,8.99897\n5171,1646646486,47.74300,8.99897\n5172,1646646487,47.74300,8.99897\n5173,1646646488,47.74300,8.99897\n5174,1646646489,47.74300,8.99897\n5175,1646646490,47.74300,8.99897\n5176,1646646491,47.74300,8.99897\n5177,1646646492,47.74300,8.99897\n5178,1646646493,47.74300,8.99897\n5179,1646646494,47.74300,8.99897\n5180,1646646495,47.74300,8.99897\n5181,1646646496,47.74300,8.99897\n5182,1646646497,47.74300,8.99897\n5183,1646646498,47.74300,8.99897\n5184,1646646499,47.74300,8.99897\n5185,1646646500,47.74300,8.99897\n5186,1646646501,47.74300,8.99897\n5187,1646646502,47.74300,8.99897\n5188,1646646503,47.74300,8.99897\n5189,1646646504,47.74300,8.99897\n5190,1646646505,47.74300,8.99897\n5191,1646646506,47.74300,8.99897\n5192,1646646507,47.74300,8.99897\n5193,1646646508,47.74300,8.99897\n5194,1646646509,47.74300,8.99897\n5195,1646646510,47.74300,8.99897\n5196,1646646511,47.74300,8.99897\n5197,1646646512,47.74300,8.99897\n5198,1646646513,47.74300,8.99897\n5199,1646646514,47.74300,8.99897\n5200,1646646515,47.74300,8.99897\n5201,1646646516,47.74300,8.99897\n5202,1646646517,47.74300,8.99897\n5203,1646646518,47.74300,8.99897\n5204,1646646519,47.74300,8.99897\n5205,1646646520,47.74300,8.99897\n5206,1646646521,47.74300,8.99897\n5207,1646646522,47.74300,8.99897\n5208,1646646523,47.74300,8.99897\n5209,1646646524,47.74300,8.99897\n5210,1646646525,47.74300,8.99897\n5211,1646646526,47.74300,8.99897\n5212,1646646527,47.74300,8.99897\n5213,1646646528,47.74300,8.99897\n5214,1646646529,47.74300,8.99897\n5215,1646646530,47.74300,8.99897\n5216,1646646531,47.74300,8.99897\n5217,1646646532,47.74300,8.99897\n5218,1646646533,47.74300,8.99897\n5219,1646646534,47.74300,8.99897\n5220,1646646535,47.74300,8.99897\n5221,1646646536,47.74300,8.99897\n5222,1646646537,47.74300,8.99897\n5223,1646646538,47.74300,8.99897\n5224,1646646539,47.74300,8.99897\n5225,1646646540,47.74300,8.99897\n5226,1646646541,47.74300,8.99897\n5227,1646646542,47.74300,8.99897\n5228,1646646543,47.74300,8.99897\n5229,1646646544,47.74300,8.99897\n5230,1646646545,47.74300,8.99897\n5231,1646646546,47.74300,8.99897\n5232,1646646547,47.74300,8.99897\n5233,1646646548,47.74300,8.99897\n5234,1646646549,47.74300,8.99897\n5235,1646646550,47.74300,8.99897\n5236,1646646551,47.74300,8.99897\n5237,1646646552,47.74300,8.99897\n5238,1646646553,47.74300,8.99897\n5239,1646646554,47.74300,8.99897\n5240,1646646555,47.74300,8.99897\n5241,1646646556,47.74300,8.99897\n5242,1646646557,47.74300,8.99897\n5243,1646646558,47.74300,8.99897\n5244,1646646559,47.74300,8.99897\n5245,1646646560,47.74300,8.99897\n5246,1646646561,47.74300,8.99897\n5247,1646646562,47.74300,8.99897\n5248,1646646563,47.74300,8.99897\n5249,1646646564,47.74300,8.99897\n5250,1646646565,47.74300,8.99897\n5251,1646646566,47.74300,8.99897\n5252,1646646567,47.74300,8.99897\n5253,1646646568,47.74300,8.99897\n5254,1646646569,47.74300,8.99897\n5255,1646646570,47.74300,8.99897\n5256,1646646571,47.74300,8.99897\n5257,1646646572,47.74300,8.99897\n5258,1646646573,47.74300,8.99897\n5259,1646646574,47.74300,8.99897\n5260,1646646575,47.74300,8.99897\n5261,1646646576,47.74300,8.99897\n5262,1646646577,47.74300,8.99897\n5263,1646646578,47.74300,8.99897\n5264,1646646579,47.74300,8.99897\n5265,1646646580,47.74300,8.99897\n5266,1646646581,47.74300,8.99897\n5267,1646646582,47.74300,8.99897\n5268,1646646583,47.74300,8.99897\n5269,1646646584,47.74300,8.99897\n5270,1646646585,47.74300,8.99897\n5271,1646646586,47.74300,8.99897\n5272,1646646587,47.74300,8.99897\n5273,1646646588,47.74300,8.99897\n5274,1646646589,47.74300,8.99897\n5275,1646646590,47.74300,8.99897\n5276,1646646591,47.74300,8.99897\n5277,1646646592,47.74300,8.99897\n5278,1646646593,47.74300,8.99897\n5279,1646646594,47.74300,8.99897\n5280,1646646595,47.74300,8.99897\n5281,1646646596,47.74300,8.99897\n5282,1646646597,47.74300,8.99897\n5283,1646646598,47.74300,8.99897\n5284,1646646599,47.74300,8.99897\n5285,1646646600,47.74300,8.99897\n5286,1646646601,47.74300,8.99897\n5287,1646646602,47.74300,8.99897\n5288,1646646603,47.74300,8.99897\n5289,1646646604,47.74300,8.99897\n5290,1646646605,47.74300,8.99897\n5291,1646646606,47.74300,8.99897\n5292,1646646607,47.74300,8.99897\n5293,1646646608,47.74300,8.99897\n5294,1646646609,47.74300,8.99897\n5295,1646646610,47.74300,8.99897\n5296,1646646611,47.74300,8.99897\n5297,1646646612,47.74300,8.99897\n5298,1646646613,47.74300,8.99897\n5299,1646646614,47.74300,8.99897\n5300,1646646615,47.74300,8.99897\n5301,1646646616,47.74300,8.99897\n5302,1646646617,47.74300,8.99897\n5303,1646646618,47.74300,8.99897\n5304,1646646619,47.74300,8.99897\n5305,1646646620,47.74300,8.99897\n5306,1646646621,47.74300,8.99897\n5307,1646646622,47.74300,8.99897\n5308,1646646623,47.74300,8.99897\n5309,1646646624,47.74300,8.99897\n5310,1646646625,47.74300,8.99897\n5311,1646646626,47.74300,8.99897\n5312,1646646627,47.74300,8.99897\n5313,1646646628,47.74300,8.99897\n5314,1646646629,47.74300,8.99897\n5315,1646646630,47.74300,8.99897\n5316,1646646631,47.74300,8.99897\n5317,1646646632,47.74301,8.99897\n5318,1646646633,47.74301,8.99897\n5319,1646646634,47.74301,8.99897\n5320,1646646635,47.74301,8.99897\n5321,1646646636,47.74301,8.99897\n5322,1646646637,47.74301,8.99897\n5323,1646646638,47.74301,8.99897\n5324,1646646639,47.74301,8.99896\n5325,1646646640,47.74301,8.99896\n5326,1646646641,47.74301,8.99896\n5327,1646646642,47.74301,8.99896\n5328,1646646643,47.74301,8.99896\n5329,1646646644,47.74301,8.99896\n5330,1646646645,47.74301,8.99896\n5331,1646646646,47.74301,8.99896\n5332,1646646647,47.74301,8.99896\n5333,1646646648,47.74301,8.99896\n5334,1646646649,47.74301,8.99896\n5335,1646646650,47.74301,8.99896\n5336,1646646651,47.74301,8.99896\n5337,1646646652,47.74301,8.99896\n5338,1646646653,47.74301,8.99896\n5339,1646646654,47.74301,8.99896\n5340,1646646655,47.74301,8.99896\n5341,1646646656,47.74301,8.99896\n5342,1646646657,47.74301,8.99896\n5343,1646646658,47.74301,8.99896\n5344,1646646659,47.74301,8.99896\n5345,1646646660,47.74301,8.99896\n5346,1646646661,47.74301,8.99896\n5347,1646646662,47.74301,8.99896\n5348,1646646663,47.74301,8.99896\n5349,1646646664,47.74301,8.99896\n5350,1646646665,47.74301,8.99896\n5351,1646646666,47.74301,8.99896\n5352,1646646667,47.74301,8.99896\n5353,1646646668,47.74301,8.99896\n5354,1646646669,47.74301,8.99896\n5355,1646646670,47.74301,8.99896\n5356,1646646671,47.74301,8.99896\n5357,1646646672,47.74301,8.99896\n5358,1646646673,47.74301,8.99896\n5359,1646646674,47.74301,8.99896\n5360,1646646675,47.74301,8.99896\n5361,1646646676,47.74301,8.99896\n5362,1646646677,47.74301,8.99896\n5363,1646646678,47.74301,8.99896\n5364,1646646679,47.74301,8.99896\n5365,1646646680,47.74301,8.99896\n5366,1646646681,47.74301,8.99896\n5367,1646646682,47.74301,8.99896\n5368,1646646683,47.74301,8.99896\n5369,1646646684,47.74301,8.99896\n5370,1646646685,47.74301,8.99896\n5371,1646646686,47.74301,8.99896\n5372,1646646687,47.74301,8.99896\n5373,1646646688,47.74301,8.99896\n5374,1646646689,47.74301,8.99896\n5375,1646646690,47.74301,8.99896\n5376,1646646691,47.74301,8.99896\n5377,1646646692,47.74301,8.99896\n5378,1646646693,47.74301,8.99896\n5379,1646646694,47.74301,8.99896\n5380,1646646695,47.74301,8.99896\n5381,1646646696,47.74301,8.99896\n5382,1646646697,47.74301,8.99896\n5383,1646646698,47.74301,8.99896\n5384,1646646699,47.74301,8.99896\n5385,1646646700,47.74301,8.99896\n5386,1646646701,47.74301,8.99896\n5387,1646646702,47.74301,8.99896\n5388,1646646703,47.74301,8.99896\n5389,1646646704,47.74301,8.99896\n5390,1646646705,47.74301,8.99896\n5391,1646646706,47.74301,8.99896\n5392,1646646707,47.74301,8.99896\n5393,1646646708,47.74301,8.99896\n5394,1646646709,47.74301,8.99896\n5395,1646646710,47.74301,8.99896\n5396,1646646711,47.74301,8.99896\n5397,1646646712,47.74301,8.99896\n5398,1646646713,47.74301,8.99896\n5399,1646646714,47.74301,8.99896\n5400,1646646715,47.74301,8.99896\n5401,1646646716,47.74301,8.99896\n5402,1646646717,47.74301,8.99896\n5403,1646646718,47.74301,8.99896\n5404,1646646719,47.74301,8.99896\n5405,1646646720,47.74301,8.99896\n5406,1646646721,47.74301,8.99896\n5407,1646646722,47.74301,8.99896\n5408,1646646723,47.74301,8.99896\n5409,1646646724,47.74301,8.99896\n5410,1646646725,47.74301,8.99896\n5411,1646646726,47.74301,8.99896\n5412,1646646727,47.74301,8.99896\n5413,1646646728,47.74301,8.99896\n5414,1646646729,47.74301,8.99896\n5415,1646646730,47.74301,8.99896\n5416,1646646731,47.74301,8.99896\n5417,1646646732,47.74301,8.99896\n5418,1646646733,47.74301,8.99896\n5419,1646646734,47.74301,8.99896\n5420,1646646735,47.74301,8.99896\n5421,1646646736,47.74301,8.99896\n5422,1646646737,47.74301,8.99896\n5423,1646646738,47.74301,8.99896\n5424,1646646739,47.74301,8.99896\n5425,1646646740,47.74301,8.99896\n5426,1646646741,47.74301,8.99896\n5427,1646646742,47.74301,8.99896\n5428,1646646743,47.74301,8.99896\n5429,1646646744,47.74301,8.99896\n5430,1646646745,47.74301,8.99896\n5431,1646646746,47.74301,8.99896\n5432,1646646747,47.74301,8.99896\n5433,1646646748,47.74301,8.99896\n5434,1646646749,47.74301,8.99896\n5435,1646646750,47.74301,8.99896\n5436,1646646751,47.74301,8.99896\n5437,1646646752,47.74301,8.99896\n5438,1646646753,47.74301,8.99896\n5439,1646646754,47.74301,8.99896\n5440,1646646755,47.74301,8.99896\n5441,1646646756,47.74301,8.99896\n5442,1646646757,47.74301,8.99896\n5443,1646646758,47.74301,8.99896\n5444,1646646759,47.74301,8.99896\n5445,1646646760,47.74301,8.99896\n5446,1646646761,47.74301,8.99896\n5447,1646646762,47.74301,8.99896\n5448,1646646763,47.74301,8.99896\n5449,1646646764,47.74301,8.99896\n5450,1646646765,47.74301,8.99896\n5451,1646646766,47.74301,8.99896\n5452,1646646767,47.74301,8.99896\n5453,1646646768,47.74301,8.99896\n5454,1646646769,47.74301,8.99896\n5455,1646646770,47.74301,8.99896\n5456,1646646771,47.74301,8.99896\n5457,1646646772,47.74301,8.99896\n5458,1646646773,47.74301,8.99896\n5459,1646646774,47.74301,8.99896\n5460,1646646775,47.74301,8.99896\n5461,1646646776,47.74301,8.99896\n5462,1646646777,47.74301,8.99896\n5463,1646646778,47.74301,8.99896\n5464,1646646779,47.74301,8.99896\n5465,1646646780,47.74301,8.99896\n5466,1646646781,47.74301,8.99896\n5467,1646646782,47.74301,8.99896\n5468,1646646783,47.74301,8.99896\n5469,1646646784,47.74301,8.99896\n5470,1646646785,47.74301,8.99896\n5471,1646646786,47.74301,8.99896\n5472,1646646787,47.74301,8.99896\n5473,1646646788,47.74301,8.99896\n5474,1646646789,47.74301,8.99896\n5475,1646646790,47.74301,8.99896\n5476,1646646791,47.74301,8.99896\n5477,1646646792,47.74301,8.99896\n5478,1646646793,47.74301,8.99896\n5479,1646646794,47.74301,8.99896\n5480,1646646795,47.74301,8.99896\n5481,1646646796,47.74301,8.99896\n5482,1646646797,47.74301,8.99896\n5483,1646646798,47.74301,8.99896\n5484,1646646799,47.74301,8.99896\n5485,1646646800,47.74301,8.99896\n5486,1646646801,47.74301,8.99896\n5487,1646646802,47.74301,8.99896\n5488,1646646803,47.74301,8.99896\n5489,1646646804,47.74301,8.99896\n5490,1646646805,47.74301,8.99896\n5491,1646646806,47.74301,8.99896\n5492,1646646807,47.74301,8.99896\n5493,1646646808,47.74301,8.99896\n5494,1646646809,47.74301,8.99896\n5495,1646646810,47.74301,8.99896\n5496,1646646811,47.74301,8.99896\n5497,1646646812,47.74301,8.99896\n5498,1646646813,47.74301,8.99896\n5499,1646646814,47.74301,8.99896\n5500,1646646815,47.74301,8.99896\n5501,1646646816,47.74301,8.99896\n5502,1646646817,47.74301,8.99896\n5503,1646646818,47.74301,8.99896\n5504,1646646819,47.74301,8.99896\n5505,1646646820,47.74301,8.99896\n5506,1646646821,47.74301,8.99896\n5507,1646646822,47.74301,8.99896\n5508,1646646823,47.74301,8.99896\n5509,1646646824,47.74301,8.99896\n5510,1646646825,47.74301,8.99896\n5511,1646646826,47.74301,8.99896\n5512,1646646827,47.74301,8.99896\n5513,1646646828,47.74301,8.99896\n5514,1646646829,47.74301,8.99896\n5515,1646646830,47.74301,8.99896\n5516,1646646831,47.74301,8.99896\n5517,1646646832,47.74301,8.99896\n5518,1646646833,47.74301,8.99896\n5519,1646646834,47.74301,8.99896\n5520,1646646835,47.74301,8.99896\n5521,1646646836,47.74301,8.99896\n5522,1646646837,47.74301,8.99896\n5523,1646646838,47.74301,8.99896\n5524,1646646839,47.74301,8.99896\n5525,1646646840,47.74301,8.99896\n5526,1646646841,47.74301,8.99896\n5527,1646646842,47.74301,8.99896\n5528,1646646843,47.74301,8.99896\n5529,1646646844,47.74301,8.99896\n5530,1646646845,47.74301,8.99896\n5531,1646646846,47.74301,8.99896\n5532,1646646847,47.74301,8.99896\n5533,1646646848,47.74301,8.99896\n5534,1646646849,47.74301,8.99896\n5535,1646646850,47.74301,8.99896\n5536,1646646851,47.74301,8.99896\n5537,1646646852,47.74301,8.99896\n5538,1646646853,47.74301,8.99896\n5539,1646646854,47.74301,8.99896\n5540,1646646855,47.74301,8.99896\n5541,1646646856,47.74301,8.99896\n5542,1646646857,47.74301,8.99896\n5543,1646646858,47.74301,8.99896\n5544,1646646859,47.74301,8.99896\n5545,1646646860,47.74301,8.99896\n5546,1646646861,47.74301,8.99896\n5547,1646646862,47.74301,8.99896\n5548,1646646863,47.74301,8.99896\n5549,1646646864,47.74301,8.99896\n5550,1646646865,47.74301,8.99896\n5551,1646646866,47.74301,8.99896\n5552,1646646867,47.74301,8.99896\n5553,1646646868,47.74301,8.99896\n5554,1646646869,47.74301,8.99896\n5555,1646646870,47.74301,8.99896\n5556,1646646871,47.74301,8.99896\n5557,1646646872,47.74301,8.99896\n5558,1646646873,47.74301,8.99896\n5559,1646646874,47.74301,8.99896\n5560,1646646875,47.74301,8.99896\n5561,1646646876,47.74301,8.99896\n5562,1646646877,47.74301,8.99896\n5563,1646646878,47.74301,8.99896\n5564,1646646879,47.74301,8.99896\n5565,1646646880,47.74301,8.99896\n5566,1646646881,47.74301,8.99896\n5567,1646646882,47.74301,8.99896\n5568,1646646883,47.74301,8.99896\n5569,1646646884,47.74301,8.99896\n5570,1646646885,47.74301,8.99896\n5571,1646646886,47.74301,8.99896\n5572,1646646887,47.74301,8.99896\n5573,1646646888,47.74301,8.99896\n5574,1646646889,47.74301,8.99896\n5575,1646646890,47.74301,8.99896\n5576,1646646891,47.74301,8.99896\n5577,1646646892,47.74301,8.99896\n5578,1646646893,47.74301,8.99896\n5579,1646646894,47.74301,8.99896\n5580,1646646895,47.74301,8.99896\n5581,1646646896,47.74301,8.99896\n5582,1646646897,47.74301,8.99896\n5583,1646646898,47.74301,8.99896\n5584,1646646899,47.74301,8.99896\n5585,1646646900,47.74301,8.99896\n5586,1646646901,47.74301,8.99896\n5587,1646646902,47.74301,8.99896\n5588,1646646903,47.74301,8.99896\n5589,1646646904,47.74301,8.99896\n5590,1646646905,47.74301,8.99896\n5591,1646646906,47.74301,8.99896\n5592,1646646907,47.74301,8.99896\n5593,1646646908,47.74301,8.99896\n5594,1646646909,47.74301,8.99896\n5595,1646646910,47.74301,8.99896\n5596,1646646911,47.74301,8.99896\n5597,1646646912,47.74301,8.99896\n5598,1646646913,47.74301,8.99896\n5599,1646646914,47.74301,8.99896\n5600,1646646915,47.74301,8.99896\n5601,1646646916,47.74301,8.99896\n5602,1646646917,47.74301,8.99896\n5603,1646646918,47.74301,8.99896\n5604,1646646919,47.74301,8.99896\n5605,1646646920,47.74301,8.99896\n5606,1646646921,47.74301,8.99896\n5607,1646646922,47.74301,8.99896\n5608,1646646923,47.74301,8.99896\n5609,1646646924,47.74301,8.99896\n5610,1646646925,47.74301,8.99896\n5611,1646646926,47.74301,8.99896\n5612,1646646927,47.74301,8.99896\n5613,1646646928,47.74301,8.99896\n5614,1646646929,47.74301,8.99896\n5615,1646646930,47.74301,8.99896\n5616,1646646931,47.74301,8.99896\n5617,1646646932,47.74301,8.99896\n5618,1646646933,47.74301,8.99896\n5619,1646646934,47.74301,8.99896\n5620,1646646935,47.74301,8.99896\n5621,1646646936,47.74301,8.99896\n5622,1646646937,47.74301,8.99896\n5623,1646646938,47.74301,8.99896\n5624,1646646939,47.74301,8.99896\n5625,1646646940,47.74301,8.99896\n5626,1646646941,47.74301,8.99896\n5627,1646646942,47.74301,8.99896\n5628,1646646943,47.74301,8.99896\n5629,1646646944,47.74301,8.99896\n5630,1646646945,47.74301,8.99896\n5631,1646646946,47.74301,8.99896\n5632,1646646947,47.74301,8.99896\n5633,1646646948,47.74301,8.99896\n5634,1646646949,47.74301,8.99896\n5635,1646646950,47.74301,8.99896\n5636,1646646951,47.74301,8.99896\n5637,1646646952,47.74301,8.99896\n5638,1646646953,47.74301,8.99896\n5639,1646646954,47.74301,8.99896\n5640,1646646955,47.74301,8.99896\n5641,1646646956,47.74301,8.99896\n5642,1646646957,47.74301,8.99896\n5643,1646646958,47.74301,8.99896\n5644,1646646959,47.74301,8.99896\n5645,1646646960,47.74301,8.99896\n5646,1646646961,47.74301,8.99896\n5647,1646646962,47.74301,8.99896\n5648,1646646963,47.74301,8.99896\n5649,1646646964,47.74301,8.99896\n5650,1646646965,47.74301,8.99896\n5651,1646646966,47.74301,8.99896\n5652,1646646967,47.74301,8.99896\n5653,1646646968,47.74301,8.99896\n5654,1646646969,47.74301,8.99896\n5655,1646646970,47.74301,8.99896\n5656,1646646971,47.74301,8.99896\n5657,1646646972,47.74301,8.99896\n5658,1646646973,47.74301,8.99896\n5659,1646646974,47.74301,8.99896\n5660,1646646975,47.74301,8.99896\n5661,1646646976,47.74301,8.99896\n5662,1646646977,47.74301,8.99896\n5663,1646646978,47.74301,8.99896\n5664,1646646979,47.74301,8.99896\n5665,1646646980,47.74301,8.99896\n5666,1646646981,47.74301,8.99896\n5667,1646646982,47.74301,8.99896\n5668,1646646983,47.74301,8.99896\n5669,1646646984,47.74301,8.99896\n5670,1646646985,47.74301,8.99896\n5671,1646646986,47.74301,8.99896\n5672,1646646987,47.74301,8.99896\n5673,1646646988,47.74301,8.99896\n5674,1646646989,47.74301,8.99896\n5675,1646646990,47.74301,8.99896\n5676,1646646991,47.74301,8.99896\n5677,1646646992,47.74301,8.99896\n5678,1646646993,47.74301,8.99896\n5679,1646646994,47.74301,8.99896\n5680,1646646995,47.74301,8.99896\n5681,1646646996,47.74301,8.99896\n5682,1646646997,47.74301,8.99896\n5683,1646646998,47.74301,8.99896\n5684,1646646999,47.74301,8.99896\n5685,1646647000,47.74301,8.99896\n5686,1646647001,47.74301,8.99896\n5687,1646647002,47.74301,8.99896\n5688,1646647003,47.74301,8.99896\n5689,1646647004,47.74301,8.99896\n5690,1646647005,47.74301,8.99896\n5691,1646647006,47.74301,8.99896\n5692,1646647007,47.74301,8.99896\n5693,1646647008,47.74301,8.99896\n5694,1646647009,47.74301,8.99896\n5695,1646647010,47.74301,8.99896\n5696,1646647011,47.74301,8.99896\n5697,1646647012,47.74301,8.99896\n5698,1646647013,47.74301,8.99896\n5699,1646647014,47.74301,8.99896\n5700,1646647015,47.74301,8.99896\n5701,1646647016,47.74301,8.99896\n5702,1646647017,47.74301,8.99896\n5703,1646647018,47.74301,8.99896\n5704,1646647019,47.74301,8.99896\n5705,1646647020,47.74301,8.99896\n5706,1646647021,47.74301,8.99896\n5707,1646647022,47.74301,8.99896\n5708,1646647023,47.74301,8.99896\n5709,1646647024,47.74301,8.99896\n5710,1646647025,47.74301,8.99896\n5711,1646647026,47.74301,8.99896\n5712,1646647027,47.74301,8.99896\n5713,1646647028,47.74301,8.99896\n5714,1646647029,47.74301,8.99896\n5715,1646647030,47.74301,8.99896\n5716,1646647031,47.74301,8.99896\n5717,1646647032,47.74301,8.99896\n5718,1646647033,47.74301,8.99896\n5719,1646647034,47.74301,8.99896\n5720,1646647035,47.74301,8.99896\n5721,1646647036,47.74301,8.99896\n5722,1646647037,47.74301,8.99896\n5723,1646647038,47.74301,8.99896\n5724,1646647039,47.74301,8.99896\n5725,1646647040,47.74301,8.99896\n5726,1646647041,47.74301,8.99896\n5727,1646647042,47.74301,8.99896\n5728,1646647043,47.74301,8.99896\n5729,1646647044,47.74301,8.99896\n5730,1646647045,47.74301,8.99896\n5731,1646647046,47.74301,8.99896\n5732,1646647047,47.74301,8.99896\n5733,1646647048,47.74301,8.99896\n5734,1646647049,47.74301,8.99896\n5735,1646647050,47.74301,8.99896\n5736,1646647051,47.74301,8.99896\n5737,1646647052,47.74301,8.99896\n5738,1646647053,47.74301,8.99896\n5739,1646647054,47.74301,8.99896\n5740,1646647055,47.74301,8.99896\n5741,1646647056,47.74301,8.99896\n5742,1646647057,47.74301,8.99896\n5743,1646647058,47.74301,8.99896\n5744,1646647059,47.74301,8.99896\n5745,1646647060,47.74301,8.99896\n5746,1646647061,47.74301,8.99896\n5747,1646647062,47.74301,8.99896\n5748,1646647063,47.74301,8.99896\n5749,1646647064,47.74301,8.99896\n5750,1646647065,47.74301,8.99896\n5751,1646647066,47.74301,8.99896\n5752,1646647067,47.74301,8.99896\n5753,1646647068,47.74301,8.99896\n5754,1646647069,47.74301,8.99896\n5755,1646647070,47.74301,8.99896\n5756,1646647071,47.74301,8.99896\n5757,1646647072,47.74301,8.99896\n5758,1646647073,47.74301,8.99896\n5759,1646647074,47.74301,8.99896\n5760,1646647075,47.74301,8.99896\n5761,1646647076,47.74301,8.99896\n5762,1646647077,47.74301,8.99896\n5763,1646647078,47.74301,8.99896\n5764,1646647079,47.74301,8.99896\n5765,1646647080,47.74301,8.99896\n5766,1646647081,47.74301,8.99896\n5767,1646647082,47.74301,8.99896\n5768,1646647083,47.74301,8.99896\n5769,1646647084,47.74301,8.99896\n5770,1646647085,47.74301,8.99896\n5771,1646647086,47.74301,8.99896\n5772,1646647087,47.74301,8.99896\n5773,1646647088,47.74301,8.99896\n5774,1646647089,47.74301,8.99896\n5775,1646647090,47.74301,8.99896\n5776,1646647091,47.74301,8.99896\n5777,1646647092,47.74301,8.99896\n5778,1646647093,47.74301,8.99896\n5779,1646647094,47.74301,8.99896\n5780,1646647095,47.74301,8.99896\n5781,1646647096,47.74301,8.99896\n5782,1646647097,47.74301,8.99896\n5783,1646647098,47.74301,8.99896\n5784,1646647099,47.74301,8.99896\n5785,1646647100,47.74301,8.99896\n5786,1646647101,47.74301,8.99896\n5787,1646647102,47.74301,8.99896\n5788,1646647103,47.74301,8.99896\n5789,1646647104,47.74301,8.99896\n5790,1646647105,47.74301,8.99896\n5791,1646647106,47.74301,8.99896\n5792,1646647107,47.74301,8.99896\n5793,1646647108,47.74301,8.99896\n5794,1646647109,47.74301,8.99896\n5795,1646647110,47.74301,8.99896\n5796,1646647111,47.74301,8.99896\n5797,1646647112,47.74301,8.99896\n5798,1646647113,47.74301,8.99896\n5799,1646647114,47.74301,8.99896\n5800,1646647115,47.74301,8.99896\n5801,1646647116,47.74301,8.99896\n5802,1646647117,47.74301,8.99896\n5803,1646647118,47.74301,8.99896\n5804,1646647119,47.74301,8.99896\n5805,1646647120,47.74301,8.99896\n5806,1646647121,47.74301,8.99896\n5807,1646647122,47.74301,8.99896\n5808,1646647123,47.74301,8.99896\n5809,1646647124,47.74301,8.99896\n5810,1646647125,47.74301,8.99896\n5811,1646647126,47.74301,8.99896\n5812,1646647127,47.74301,8.99896\n5813,1646647128,47.74301,8.99896\n5814,1646647129,47.74301,8.99896\n5815,1646647130,47.74301,8.99896\n5816,1646647131,47.74301,8.99896\n5817,1646647132,47.74301,8.99896\n5818,1646647133,47.74301,8.99896\n5819,1646647134,47.74301,8.99896\n5820,1646647135,47.74301,8.99896\n5821,1646647136,47.74301,8.99896\n5822,1646647137,47.74301,8.99896\n5823,1646647138,47.74301,8.99896\n5824,1646647139,47.74301,8.99896\n5825,1646647140,47.74301,8.99896\n5826,1646647141,47.74301,8.99896\n5827,1646647142,47.74301,8.99896\n5828,1646647143,47.74301,8.99896\n5829,1646647144,47.74301,8.99896\n5830,1646647145,47.74301,8.99896\n5831,1646647146,47.74301,8.99896\n5832,1646647147,47.74301,8.99896\n5833,1646647148,47.74301,8.99896\n5834,1646647149,47.74301,8.99896\n5835,1646647150,47.74301,8.99896\n5836,1646647151,47.74301,8.99896\n5837,1646647152,47.74301,8.99896\n5838,1646647153,47.74301,8.99896\n5839,1646647154,47.74301,8.99896\n5840,1646647155,47.74301,8.99896\n5841,1646647156,47.74301,8.99896\n5842,1646647157,47.74301,8.99896\n5843,1646647158,47.74301,8.99896\n5844,1646647159,47.74301,8.99896\n5845,1646647160,47.74301,8.99896\n5846,1646647161,47.74301,8.99896\n5847,1646647162,47.74301,8.99896\n5848,1646647163,47.74301,8.99896\n5849,1646647164,47.74301,8.99896\n5850,1646647165,47.74301,8.99896\n5851,1646647166,47.74301,8.99896\n5852,1646647167,47.74301,8.99896\n5853,1646647168,47.74301,8.99896\n5854,1646647169,47.74301,8.99896\n5855,1646647170,47.74301,8.99896\n5856,1646647171,47.74301,8.99896\n5857,1646647172,47.74301,8.99896\n5858,1646647173,47.74301,8.99896\n5859,1646647174,47.74301,8.99896\n5860,1646647175,47.74301,8.99896\n5861,1646647176,47.74301,8.99896\n5862,1646647177,47.74301,8.99896\n5863,1646647178,47.74301,8.99896\n5864,1646647179,47.74301,8.99896\n5865,1646647180,47.74301,8.99896\n5866,1646647181,47.74301,8.99896\n5867,1646647182,47.74301,8.99896\n5868,1646647183,47.74301,8.99896\n5869,1646647184,47.74301,8.99896\n5870,1646647185,47.74301,8.99896\n5871,1646647186,47.74301,8.99896\n5872,1646647187,47.74301,8.99896\n5873,1646647188,47.74301,8.99896\n5874,1646647189,47.74301,8.99896\n5875,1646647190,47.74301,8.99896\n5876,1646647191,47.74301,8.99896\n5877,1646647192,47.74301,8.99896\n5878,1646647193,47.74301,8.99896\n5879,1646647194,47.74301,8.99896\n5880,1646647195,47.74301,8.99896\n5881,1646647196,47.74301,8.99896\n5882,1646647197,47.74301,8.99896\n5883,1646647198,47.74301,8.99896\n5884,1646647199,47.74301,8.99896\n5885,1646647200,47.74301,8.99896\n5886,1646647201,47.74301,8.99896\n5887,1646647202,47.74301,8.99896\n5888,1646647203,47.74301,8.99896\n5889,1646647204,47.74301,8.99896\n5890,1646647205,47.74301,8.99896\n5891,1646647206,47.74301,8.99896\n5892,1646647207,47.74301,8.99896\n5893,1646647208,47.74301,8.99896\n5894,1646647209,47.74301,8.99896\n5895,1646647210,47.74301,8.99896\n5896,1646647211,47.74301,8.99896\n5897,1646647212,47.74301,8.99896\n5898,1646647213,47.74301,8.99896\n5899,1646647214,47.74301,8.99896\n5900,1646647215,47.74301,8.99896\n5901,1646647216,47.74301,8.99896\n5902,1646647217,47.74301,8.99896\n5903,1646647218,47.74301,8.99896\n5904,1646647219,47.74301,8.99896\n5905,1646647220,47.74301,8.99896\n5906,1646647221,47.74301,8.99896\n5907,1646647222,47.74301,8.99896\n5908,1646647223,47.74301,8.99896\n5909,1646647224,47.74301,8.99896\n5910,1646647225,47.74301,8.99896\n5911,1646647226,47.74301,8.99896\n5912,1646647227,47.74301,8.99896\n5913,1646647228,47.74301,8.99896\n5914,1646647229,47.74301,8.99896\n5915,1646647230,47.74301,8.99896\n5916,1646647231,47.74301,8.99896\n5917,1646647233,47.74301,8.99896\n5918,1646647234,47.74301,8.99896\n5919,1646647235,47.74301,8.99896\n5920,1646647236,47.74301,8.99896\n5921,1646647237,47.74301,8.99896\n5922,1646647238,47.74301,8.99896\n5923,1646647239,47.74301,8.99896\n5924,1646647240,47.74301,8.99896\n5925,1646647241,47.74301,8.99896\n5926,1646647242,47.74301,8.99896\n5927,1646647243,47.74301,8.99896\n5928,1646647244,47.74301,8.99896\n5929,1646647245,47.74301,8.99896\n5930,1646647246,47.74301,8.99896\n5931,1646647247,47.74301,8.99896\n5932,1646647248,47.74301,8.99896\n5933,1646647249,47.74301,8.99896\n5934,1646647250,47.74301,8.99896\n5935,1646647251,47.74301,8.99896\n5936,1646647252,47.74301,8.99896\n5937,1646647253,47.74301,8.99896\n5938,1646647254,47.74301,8.99896\n5939,1646647255,47.74301,8.99896\n5940,1646647256,47.74301,8.99896\n5941,1646647257,47.74301,8.99896\n5942,1646647258,47.74301,8.99896\n5943,1646647259,47.74301,8.99896\n5944,1646647260,47.74301,8.99896\n5945,1646647261,47.74301,8.99896\n5946,1646647262,47.74301,8.99896\n5947,1646647263,47.74301,8.99896\n5948,1646647264,47.74301,8.99896\n5949,1646647265,47.74301,8.99896\n5950,1646647266,47.74301,8.99896\n5951,1646647267,47.74301,8.99896\n5952,1646647268,47.74301,8.99896\n5953,1646647269,47.74301,8.99896\n5954,1646647270,47.74301,8.99896\n5955,1646647271,47.74301,8.99896\n5956,1646647272,47.74301,8.99896\n5957,1646647273,47.74301,8.99896\n5958,1646647274,47.74301,8.99896\n5959,1646647275,47.74301,8.99896\n5960,1646647276,47.74301,8.99896\n5961,1646647277,47.74301,8.99896\n5962,1646647278,47.74301,8.99896\n5963,1646647279,47.74301,8.99896\n5964,1646647280,47.74301,8.99896\n5965,1646647281,47.74301,8.99896\n5966,1646647282,47.74301,8.99896\n5967,1646647283,47.74301,8.99896\n5968,1646647284,47.74301,8.99896\n5969,1646647285,47.74301,8.99896\n5970,1646647286,47.74301,8.99896\n5971,1646647287,47.74301,8.99896\n5972,1646647288,47.74301,8.99896\n5973,1646647289,47.74301,8.99896\n5974,1646647290,47.74301,8.99896\n5975,1646647291,47.74301,8.99896\n5976,1646647292,47.74301,8.99896\n5977,1646647293,47.74301,8.99896\n5978,1646647294,47.74301,8.99896\n5979,1646647295,47.74301,8.99896\n5980,1646647296,47.74301,8.99896\n5981,1646647297,47.74301,8.99896\n5982,1646647298,47.74301,8.99896\n5983,1646647299,47.74301,8.99896\n5984,1646647300,47.74301,8.99896\n5985,1646647301,47.74301,8.99896\n5986,1646647302,47.74301,8.99896\n5987,1646647303,47.74301,8.99896\n5988,1646647304,47.74301,8.99896\n5989,1646647305,47.74301,8.99896\n5990,1646647306,47.74301,8.99896\n5991,1646647307,47.74301,8.99896\n5992,1646647308,47.74301,8.99896\n5993,1646647309,47.74301,8.99896\n5994,1646647310,47.74301,8.99896\n5995,1646647311,47.74301,8.99896\n5996,1646647312,47.74301,8.99896\n5997,1646647313,47.74301,8.99896\n5998,1646647314,47.74301,8.99896\n5999,1646647315,47.74301,8.99896\n6000,1646647316,47.74301,8.99896\n6001,1646647317,47.74301,8.99896\n6002,1646647318,47.74301,8.99896\n6003,1646647319,47.74301,8.99896\n6004,1646647320,47.74301,8.99896\n6005,1646647321,47.74301,8.99896\n6006,1646647322,47.74301,8.99896\n6007,1646647323,47.74301,8.99896\n6008,1646647324,47.74301,8.99896\n6009,1646647325,47.74301,8.99896\n6010,1646647326,47.74301,8.99896\n6011,1646647327,47.74301,8.99896\n6012,1646647328,47.74301,8.99896\n6013,1646647329,47.74301,8.99896\n6014,1646647330,47.74301,8.99896\n6015,1646647331,47.74301,8.99896\n6016,1646647332,47.74301,8.99896\n6017,1646647333,47.74301,8.99896\n6018,1646647334,47.74301,8.99896\n6019,1646647335,47.74301,8.99896\n6020,1646647336,47.74301,8.99896\n6021,1646647337,47.74301,8.99896\n6022,1646647338,47.74301,8.99896\n6023,1646647339,47.74301,8.99896\n6024,1646647340,47.74301,8.99896\n6025,1646647341,47.74301,8.99896\n6026,1646647342,47.74301,8.99896\n6027,1646647343,47.74301,8.99896\n6028,1646647344,47.74301,8.99896\n6029,1646647345,47.74301,8.99896\n6030,1646647346,47.74301,8.99896\n6031,1646647347,47.74301,8.99896\n6032,1646647348,47.74301,8.99896\n6033,1646647349,47.74301,8.99896\n6034,1646647350,47.74301,8.99896\n6035,1646647351,47.74301,8.99896\n6036,1646647352,47.74301,8.99896\n6037,1646647353,47.74301,8.99896\n6038,1646647354,47.74301,8.99896\n6039,1646647355,47.74301,8.99896\n6040,1646647356,47.74301,8.99896\n6041,1646647357,47.74301,8.99896\n6042,1646647358,47.74301,8.99896\n6043,1646647359,47.74301,8.99896\n6044,1646647360,47.74301,8.99896\n6045,1646647361,47.74301,8.99896\n6046,1646647362,47.74301,8.99896\n6047,1646647363,47.74301,8.99896\n6048,1646647364,47.74301,8.99896\n6049,1646647365,47.74301,8.99896\n6050,1646647366,47.74301,8.99896\n6051,1646647367,47.74301,8.99896\n6052,1646647368,47.74301,8.99896\n6053,1646647369,47.74301,8.99896\n6054,1646647370,47.74301,8.99896\n6055,1646647371,47.74301,8.99896\n6056,1646647372,47.74301,8.99896\n6057,1646647373,47.74301,8.99896\n6058,1646647374,47.74301,8.99896\n6059,1646647375,47.74301,8.99896\n6060,1646647376,47.74301,8.99896\n6061,1646647377,47.74301,8.99896\n6062,1646647378,47.74301,8.99896\n6063,1646647379,47.74301,8.99896\n6064,1646647380,47.74301,8.99896\n6065,1646647381,47.74301,8.99896\n6066,1646647382,47.74301,8.99896\n6067,1646647383,47.74301,8.99896\n6068,1646647384,47.74301,8.99896\n6069,1646647385,47.74301,8.99896\n6070,1646647386,47.74301,8.99896\n6071,1646647387,47.74301,8.99896\n6072,1646647388,47.74301,8.99896\n6073,1646647389,47.74301,8.99896\n6074,1646647390,47.74301,8.99896\n6075,1646647391,47.74301,8.99896\n6076,1646647392,47.74301,8.99896\n6077,1646647393,47.74301,8.99896\n6078,1646647394,47.74301,8.99896\n6079,1646647395,47.74301,8.99896\n6080,1646647396,47.74301,8.99896\n6081,1646647397,47.74301,8.99896\n6082,1646647398,47.74301,8.99896\n6083,1646647399,47.74301,8.99896\n6084,1646647400,47.74301,8.99896\n6085,1646647401,47.74301,8.99896\n6086,1646647402,47.74301,8.99896\n6087,1646647403,47.74301,8.99896\n6088,1646647404,47.74301,8.99896\n6089,1646647405,47.74301,8.99896\n6090,1646647406,47.74301,8.99896\n6091,1646647407,47.74301,8.99896\n6092,1646647408,47.74301,8.99896\n6093,1646647409,47.74301,8.99896\n6094,1646647410,47.74301,8.99896\n6095,1646647411,47.74301,8.99896\n6096,1646647412,47.74301,8.99896\n6097,1646647413,47.74301,8.99896\n6098,1646647414,47.74301,8.99896\n6099,1646647415,47.74301,8.99896\n6100,1646647416,47.74301,8.99896\n6101,1646647417,47.74301,8.99896\n6102,1646647418,47.74301,8.99896\n6103,1646647419,47.74301,8.99896\n6104,1646647420,47.74301,8.99896\n6105,1646647421,47.74301,8.99896\n6106,1646647422,47.74301,8.99896\n6107,1646647423,47.74301,8.99896\n6108,1646647424,47.74301,8.99896\n6109,1646647425,47.74301,8.99896\n6110,1646647426,47.74301,8.99896\n6111,1646647427,47.74301,8.99896\n6112,1646647428,47.74301,8.99896\n6113,1646647429,47.74301,8.99896\n6114,1646647430,47.74301,8.99896\n6115,1646647431,47.74301,8.99896\n6116,1646647432,47.74301,8.99896\n6117,1646647433,47.74301,8.99896\n6118,1646647434,47.74301,8.99896\n6119,1646647435,47.74301,8.99896\n6120,1646647436,47.74301,8.99896\n6121,1646647437,47.74301,8.99896\n6122,1646647438,47.74301,8.99896\n6123,1646647439,47.74301,8.99896\n6124,1646647440,47.74301,8.99896\n6125,1646647441,47.74301,8.99896\n6126,1646647442,47.74301,8.99896\n6127,1646647443,47.74301,8.99896\n6128,1646647444,47.74301,8.99896\n6129,1646647445,47.74301,8.99896\n6130,1646647446,47.74301,8.99896\n6131,1646647447,47.74301,8.99896\n6132,1646647448,47.74301,8.99896\n6133,1646647449,47.74301,8.99896\n6134,1646647450,47.74301,8.99896\n6135,1646647451,47.74301,8.99896\n6136,1646647452,47.74301,8.99896\n6137,1646647453,47.74301,8.99896\n6138,1646647454,47.74301,8.99896\n6139,1646647455,47.74301,8.99896\n6140,1646647456,47.74301,8.99896\n6141,1646647457,47.74301,8.99896\n6142,1646647458,47.74301,8.99896\n6143,1646647459,47.74301,8.99896\n6144,1646647460,47.74301,8.99896\n6145,1646647461,47.74301,8.99896\n6146,1646647462,47.74301,8.99896\n6147,1646647463,47.74301,8.99896\n6148,1646647464,47.74301,8.99896\n6149,1646647465,47.74301,8.99896\n6150,1646647466,47.74301,8.99896\n6151,1646647467,47.74301,8.99896\n6152,1646647468,47.74301,8.99896\n6153,1646647469,47.74301,8.99896\n6154,1646647470,47.74301,8.99896\n6155,1646647471,47.74301,8.99896\n6156,1646647472,47.74301,8.99896\n6157,1646647473,47.74301,8.99896\n6158,1646647474,47.74301,8.99896\n6159,1646647475,47.74301,8.99896\n6160,1646647476,47.74301,8.99896\n6161,1646647477,47.74301,8.99896\n6162,1646647478,47.74301,8.99896\n6163,1646647479,47.74301,8.99896\n6164,1646647480,47.74301,8.99896\n6165,1646647481,47.74301,8.99896\n6166,1646647482,47.74301,8.99896\n6167,1646647483,47.74301,8.99896\n6168,1646647484,47.74301,8.99896\n6169,1646647485,47.74301,8.99896\n6170,1646647486,47.74301,8.99896\n6171,1646647487,47.74301,8.99896\n6172,1646647488,47.74301,8.99896\n6173,1646647489,47.74301,8.99896\n6174,1646647490,47.74301,8.99896\n6175,1646647491,47.74301,8.99896\n6176,1646647492,47.74301,8.99896\n6177,1646647493,47.74301,8.99896\n6178,1646647494,47.74301,8.99896\n6179,1646647495,47.74301,8.99896\n6180,1646647496,47.74301,8.99896\n6181,1646647497,47.74301,8.99896\n6182,1646647498,47.74301,8.99896\n6183,1646647499,47.74301,8.99896\n6184,1646647500,47.74301,8.99896\n6185,1646647501,47.74301,8.99896\n6186,1646647502,47.74301,8.99896\n6187,1646647503,47.74301,8.99896\n6188,1646647504,47.74301,8.99896\n6189,1646647505,47.74301,8.99896\n6190,1646647506,47.74301,8.99896\n6191,1646647507,47.74301,8.99896\n6192,1646647508,47.74301,8.99896\n6193,1646647509,47.74301,8.99896\n6194,1646647510,47.74301,8.99896\n6195,1646647511,47.74301,8.99896\n6196,1646647512,47.74301,8.99896\n6197,1646647513,47.74301,8.99896\n6198,1646647514,47.74301,8.99896\n6199,1646647515,47.74301,8.99896\n6200,1646647516,47.74301,8.99896\n6201,1646647517,47.74301,8.99896\n6202,1646647518,47.74301,8.99896\n6203,1646647519,47.74301,8.99896\n6204,1646647520,47.74301,8.99896\n6205,1646647521,47.74301,8.99896\n6206,1646647522,47.74301,8.99896\n6207,1646647523,47.74301,8.99896\n6208,1646647524,47.74301,8.99896\n6209,1646647525,47.74301,8.99896\n6210,1646647526,47.74301,8.99896\n6211,1646647527,47.74301,8.99896\n6212,1646647528,47.74301,8.99896\n6213,1646647529,47.74301,8.99896\n6214,1646647530,47.74301,8.99896\n6215,1646647531,47.74301,8.99896\n6216,1646647532,47.74301,8.99896\n6217,1646647533,47.74301,8.99896\n6218,1646647534,47.74301,8.99896\n6219,1646647535,47.74301,8.99896\n6220,1646647536,47.74301,8.99896\n6221,1646647537,47.74301,8.99896\n6222,1646647538,47.74301,8.99896\n6223,1646647539,47.74301,8.99896\n6224,1646647540,47.74301,8.99896\n6225,1646647541,47.74301,8.99896\n6226,1646647542,47.74301,8.99896\n6227,1646647543,47.74301,8.99896\n6228,1646647544,47.74301,8.99896\n6229,1646647545,47.74301,8.99896\n6230,1646647546,47.74301,8.99896\n6231,1646647547,47.74301,8.99896\n6232,1646647548,47.74301,8.99896\n6233,1646647549,47.74301,8.99896\n6234,1646647550,47.74301,8.99896\n6235,1646647551,47.74301,8.99896\n6236,1646647552,47.74301,8.99896\n6237,1646647553,47.74301,8.99896\n6238,1646647554,47.74301,8.99896\n6239,1646647555,47.74301,8.99896\n6240,1646647556,47.74301,8.99896\n6241,1646647557,47.74301,8.99896\n6242,1646647558,47.74301,8.99896\n6243,1646647559,47.74301,8.99896\n6244,1646647560,47.74301,8.99896\n6245,1646647561,47.74301,8.99896\n6246,1646647562,47.74301,8.99896\n6247,1646647563,47.74301,8.99896\n6248,1646647564,47.74301,8.99896\n6249,1646647565,47.74301,8.99896\n6250,1646647566,47.74301,8.99896\n6251,1646647567,47.74301,8.99896\n6252,1646647568,47.74301,8.99896\n6253,1646647569,47.74301,8.99896\n6254,1646647570,47.74301,8.99896\n6255,1646647571,47.74301,8.99896\n6256,1646647572,47.74301,8.99896\n6257,1646647573,47.74301,8.99896\n6258,1646647574,47.74301,8.99896\n6259,1646647575,47.74301,8.99896\n6260,1646647576,47.74301,8.99896\n6261,1646647577,47.74301,8.99896\n6262,1646647578,47.74301,8.99896\n6263,1646647579,47.74301,8.99896\n6264,1646647580,47.74301,8.99896\n6265,1646647581,47.74301,8.99896\n6266,1646647582,47.74301,8.99896\n6267,1646647583,47.74301,8.99896\n6268,1646647584,47.74301,8.99896\n6269,1646647585,47.74301,8.99896\n6270,1646647586,47.74301,8.99896\n6271,1646647587,47.74301,8.99896\n6272,1646647588,47.74301,8.99896\n6273,1646647589,47.74301,8.99896\n6274,1646647590,47.74301,8.99896\n6275,1646647591,47.74301,8.99896\n6276,1646647592,47.74301,8.99896\n6277,1646647593,47.74301,8.99896\n6278,1646647594,47.74301,8.99896\n6279,1646647595,47.74301,8.99896\n6280,1646647596,47.74301,8.99896\n6281,1646647597,47.74301,8.99896\n6282,1646647598,47.74301,8.99896\n6283,1646647599,47.74301,8.99896\n6284,1646647600,47.74301,8.99896\n6285,1646647601,47.74301,8.99896\n6286,1646647602,47.74301,8.99896\n6287,1646647603,47.74301,8.99896\n6288,1646647604,47.74301,8.99896\n6289,1646647605,47.74301,8.99896\n6290,1646647606,47.74301,8.99896\n6291,1646647607,47.74301,8.99896\n6292,1646647608,47.74301,8.99896\n6293,1646647609,47.74301,8.99896\n6294,1646647610,47.74301,8.99896\n6295,1646647611,47.74301,8.99896\n6296,1646647612,47.74301,8.99896\n6297,1646647613,47.74301,8.99896\n6298,1646647614,47.74301,8.99896\n6299,1646647615,47.74301,8.99896\n6300,1646647616,47.74301,8.99896\n6301,1646647617,47.74301,8.99896\n6302,1646647618,47.74301,8.99896\n6303,1646647619,47.74301,8.99896\n6304,1646647620,47.74301,8.99896\n6305,1646647621,47.74301,8.99896\n6306,1646647622,47.74301,8.99896\n6307,1646647623,47.74301,8.99896\n6308,1646647624,47.74301,8.99896\n6309,1646647625,47.74301,8.99896\n6310,1646647626,47.74301,8.99896\n6311,1646647627,47.74301,8.99896\n6312,1646647628,47.74301,8.99896\n6313,1646647629,47.74301,8.99896\n6314,1646647630,47.74301,8.99896\n6315,1646647631,47.74301,8.99896\n6316,1646647632,47.74301,8.99896\n6317,1646647633,47.74301,8.99896\n6318,1646647634,47.74301,8.99896\n6319,1646647635,47.74301,8.99896\n6320,1646647636,47.74301,8.99896\n6321,1646647637,47.74301,8.99896\n6322,1646647638,47.74301,8.99896\n6323,1646647639,47.74301,8.99896\n6324,1646647640,47.74301,8.99896\n6325,1646647641,47.74301,8.99896\n6326,1646647642,47.74301,8.99896\n6327,1646647643,47.74301,8.99896\n6328,1646647644,47.74301,8.99896\n6329,1646647645,47.74301,8.99896\n6330,1646647646,47.74301,8.99896\n6331,1646647647,47.74301,8.99896\n6332,1646647648,47.74301,8.99896\n6333,1646647649,47.74301,8.99896\n6334,1646647650,47.74301,8.99896\n6335,1646647651,47.74301,8.99896\n6336,1646647652,47.74301,8.99896\n6337,1646647653,47.74301,8.99896\n6338,1646647654,47.74301,8.99896\n6339,1646647655,47.74301,8.99896\n6340,1646647656,47.74301,8.99896\n6341,1646647657,47.74301,8.99896\n6342,1646647658,47.74301,8.99896\n6343,1646647659,47.74301,8.99896\n6344,1646647660,47.74301,8.99896\n6345,1646647661,47.74301,8.99896\n6346,1646647662,47.74301,8.99896\n6347,1646647663,47.74301,8.99896\n6348,1646647664,47.74301,8.99896\n6349,1646647665,47.74301,8.99896\n6350,1646647666,47.74301,8.99896\n6351,1646647667,47.74301,8.99896\n6352,1646647668,47.74301,8.99896\n6353,1646647669,47.74301,8.99896\n6354,1646647670,47.74301,8.99896\n6355,1646647671,47.74301,8.99896\n6356,1646647672,47.74301,8.99896\n6357,1646647673,47.74301,8.99896\n6358,1646647674,47.74301,8.99896\n6359,1646647675,47.74301,8.99896\n6360,1646647676,47.74301,8.99896\n6361,1646647677,47.74301,8.99896\n6362,1646647678,47.74301,8.99896\n6363,1646647679,47.74301,8.99896\n6364,1646647680,47.74301,8.99896\n6365,1646647681,47.74301,8.99896\n6366,1646647682,47.74301,8.99896\n6367,1646647683,47.74301,8.99896\n6368,1646647684,47.74301,8.99896\n6369,1646647685,47.74301,8.99896\n6370,1646647686,47.74301,8.99896\n6371,1646647687,47.74301,8.99896\n6372,1646647688,47.74301,8.99896\n6373,1646647689,47.74301,8.99896\n6374,1646647690,47.74301,8.99896\n6375,1646647691,47.74301,8.99896\n6376,1646647692,47.74301,8.99896\n6377,1646647693,47.74301,8.99896\n6378,1646647694,47.74301,8.99896\n6379,1646647695,47.74301,8.99896\n6380,1646647696,47.74301,8.99896\n6381,1646647697,47.74301,8.99896\n6382,1646647698,47.74301,8.99896\n6383,1646647699,47.74301,8.99896\n6384,1646647700,47.74301,8.99896\n6385,1646647701,47.74301,8.99896\n6386,1646647702,47.74301,8.99896\n6387,1646647703,47.74301,8.99896\n6388,1646647704,47.74301,8.99896\n6389,1646647705,47.74301,8.99896\n6390,1646647706,47.74301,8.99896\n6391,1646647707,47.74301,8.99896\n6392,1646647708,47.74301,8.99896\n6393,1646647709,47.74301,8.99896\n6394,1646647710,47.74301,8.99896\n6395,1646647711,47.74301,8.99896\n6396,1646647712,47.74301,8.99896\n6397,1646647713,47.74301,8.99896\n6398,1646647714,47.74301,8.99896\n6399,1646647715,47.74301,8.99896\n6400,1646647716,47.74301,8.99896\n6401,1646647717,47.74301,8.99896\n6402,1646647718,47.74301,8.99896\n6403,1646647719,47.74301,8.99896\n6404,1646647720,47.74301,8.99896\n6405,1646647721,47.74301,8.99896\n6406,1646647722,47.74301,8.99896\n6407,1646647723,47.74301,8.99896\n6408,1646647724,47.74301,8.99896\n6409,1646647725,47.74301,8.99896\n6410,1646647726,47.74301,8.99896\n6411,1646647727,47.74301,8.99896\n6412,1646647728,47.74301,8.99896\n6413,1646647729,47.74301,8.99896\n6414,1646647730,47.74301,8.99896\n6415,1646647731,47.74301,8.99896\n6416,1646647732,47.74301,8.99896\n6417,1646647733,47.74301,8.99896\n6418,1646647734,47.74301,8.99896\n6419,1646647735,47.74301,8.99896\n6420,1646647736,47.74301,8.99896\n6421,1646647737,47.74301,8.99896\n6422,1646647738,47.74301,8.99896\n6423,1646647739,47.74301,8.99896\n6424,1646647740,47.74301,8.99896\n6425,1646647741,47.74301,8.99896\n6426,1646647742,47.74301,8.99896\n6427,1646647743,47.74301,8.99896\n6428,1646647744,47.74301,8.99896\n6429,1646647745,47.74301,8.99896\n6430,1646647746,47.74301,8.99896\n6431,1646647747,47.74301,8.99896\n6432,1646647748,47.74301,8.99896\n6433,1646647749,47.74301,8.99896\n6434,1646647750,47.74301,8.99896\n6435,1646647751,47.74301,8.99896\n6436,1646647752,47.74301,8.99896\n6437,1646647753,47.74301,8.99896\n6438,1646647754,47.74301,8.99896\n6439,1646647755,47.74301,8.99896\n6440,1646647756,47.74301,8.99896\n6441,1646647757,47.74301,8.99896\n6442,1646647758,47.74301,8.99896\n6443,1646647759,47.74301,8.99896\n6444,1646647760,47.74301,8.99896\n6445,1646647761,47.74301,8.99896\n6446,1646647762,47.74301,8.99896\n6447,1646647763,47.74301,8.99896\n6448,1646647764,47.74301,8.99896\n6449,1646647765,47.74301,8.99896\n6450,1646647766,47.74301,8.99896\n6451,1646647767,47.74301,8.99896\n6452,1646647768,47.74301,8.99896\n6453,1646647769,47.74301,8.99896\n6454,1646647770,47.74301,8.99896\n6455,1646647771,47.74301,8.99896\n6456,1646647772,47.74301,8.99896\n6457,1646647773,47.74301,8.99896\n6458,1646647774,47.74301,8.99896\n6459,1646647775,47.74301,8.99896\n6460,1646647776,47.74301,8.99896\n6461,1646647777,47.74301,8.99896\n6462,1646647778,47.74301,8.99896\n6463,1646647779,47.74301,8.99896\n6464,1646647780,47.74301,8.99896\n6465,1646647781,47.74301,8.99896\n6466,1646647782,47.74301,8.99896\n6467,1646647783,47.74301,8.99896\n6468,1646647784,47.74301,8.99896\n6469,1646647785,47.74301,8.99896\n6470,1646647786,47.74301,8.99896\n6471,1646647787,47.74301,8.99896\n6472,1646647788,47.74301,8.99896\n6473,1646647789,47.74301,8.99896\n6474,1646647790,47.74301,8.99896\n6475,1646647791,47.74301,8.99896\n6476,1646647792,47.74301,8.99896\n6477,1646647793,47.74301,8.99896\n6478,1646647794,47.74301,8.99896\n6479,1646647795,47.74301,8.99896\n6480,1646647796,47.74301,8.99896\n6481,1646647797,47.74301,8.99896\n6482,1646647798,47.74301,8.99896\n6483,1646647799,47.74301,8.99896\n6484,1646647800,47.74301,8.99896\n6485,1646647801,47.74301,8.99896\n6486,1646647802,47.74301,8.99896\n6487,1646647803,47.74301,8.99896\n6488,1646647804,47.74301,8.99896\n6489,1646647805,47.74301,8.99896\n6490,1646647806,47.74301,8.99896\n6491,1646647807,47.74301,8.99896\n6492,1646647808,47.74301,8.99896\n6493,1646647809,47.74301,8.99896\n6494,1646647810,47.74301,8.99896\n6495,1646647811,47.74301,8.99896\n6496,1646647812,47.74301,8.99896\n6497,1646647813,47.74301,8.99896\n6498,1646647814,47.74301,8.99896\n6499,1646647815,47.74301,8.99896\n6500,1646647816,47.74301,8.99896\n6501,1646647817,47.74301,8.99896\n6502,1646647818,47.74301,8.99896\n6503,1646647819,47.74301,8.99896\n6504,1646647820,47.74301,8.99896\n6505,1646647821,47.74301,8.99896\n6506,1646647822,47.74301,8.99896\n6507,1646647823,47.74301,8.99896\n6508,1646647824,47.74301,8.99896\n6509,1646647825,47.74301,8.99896\n6510,1646647826,47.74301,8.99896\n6511,1646647827,47.74301,8.99896\n6512,1646647828,47.74301,8.99896\n6513,1646647829,47.74301,8.99896\n6514,1646647830,47.74301,8.99896\n6515,1646647831,47.74301,8.99896\n6516,1646647832,47.74301,8.99896\n6517,1646647833,47.74301,8.99896\n6518,1646647834,47.74301,8.99896\n6519,1646647835,47.74301,8.99896\n6520,1646647836,47.74301,8.99896\n6521,1646647837,47.74301,8.99896\n6522,1646647838,47.74301,8.99896\n6523,1646647839,47.74301,8.99896\n6524,1646647840,47.74301,8.99896\n6525,1646647841,47.74301,8.99896\n6526,1646647842,47.74301,8.99896\n6527,1646647843,47.74301,8.99896\n6528,1646647844,47.74301,8.99896\n6529,1646647845,47.74301,8.99896\n6530,1646647846,47.74301,8.99896\n6531,1646647847,47.74301,8.99896\n6532,1646647848,47.74301,8.99896\n6533,1646647849,47.74301,8.99896\n6534,1646647850,47.74301,8.99896\n6535,1646647851,47.74301,8.99896\n6536,1646647852,47.74301,8.99896\n6537,1646647853,47.74301,8.99896\n6538,1646647854,47.74301,8.99896\n6539,1646647855,47.74301,8.99896\n6540,1646647856,47.74301,8.99896\n6541,1646647857,47.74301,8.99896\n6542,1646647858,47.74301,8.99896\n6543,1646647859,47.74301,8.99896\n6544,1646647860,47.74301,8.99896\n6545,1646647861,47.74301,8.99896\n6546,1646647862,47.74301,8.99896\n6547,1646647863,47.74301,8.99896\n6548,1646647864,47.74301,8.99896\n6549,1646647865,47.74301,8.99896\n6550,1646647866,47.74301,8.99896\n6551,1646647867,47.74301,8.99896\n6552,1646647868,47.74301,8.99896\n6553,1646647869,47.74301,8.99896\n6554,1646647870,47.74301,8.99896\n6555,1646647871,47.74301,8.99896\n6556,1646647872,47.74301,8.99896\n6557,1646647873,47.74301,8.99896\n6558,1646647874,47.74301,8.99896\n6559,1646647875,47.74301,8.99896\n6560,1646647876,47.74301,8.99896\n6561,1646647877,47.74301,8.99896\n6562,1646647878,47.74301,8.99896\n6563,1646647879,47.74301,8.99896\n6564,1646647880,47.74301,8.99896\n6565,1646647881,47.74301,8.99896\n6566,1646647882,47.74301,8.99896\n6567,1646647883,47.74301,8.99896\n6568,1646647884,47.74301,8.99896\n6569,1646647885,47.74301,8.99896\n6570,1646647886,47.74301,8.99896\n6571,1646647887,47.74301,8.99896\n6572,1646647888,47.74301,8.99896\n6573,1646647889,47.74301,8.99896\n6574,1646647890,47.74301,8.99896\n6575,1646647891,47.74301,8.99896\n6576,1646647892,47.74301,8.99896\n6577,1646647893,47.74301,8.99896\n6578,1646647894,47.74301,8.99896\n6579,1646647895,47.74301,8.99896\n6580,1646647896,47.74301,8.99896\n6581,1646647897,47.74301,8.99896\n6582,1646647898,47.74301,8.99896\n6583,1646647899,47.74301,8.99896\n6584,1646647900,47.74301,8.99896\n6585,1646647901,47.74301,8.99896\n6586,1646647902,47.74301,8.99896\n6587,1646647903,47.74301,8.99896\n6588,1646647904,47.74301,8.99896\n6589,1646647905,47.74301,8.99896\n6590,1646647906,47.74301,8.99896\n6591,1646647907,47.74301,8.99896\n6592,1646647908,47.74301,8.99896\n6593,1646647909,47.74301,8.99896\n6594,1646647910,47.74301,8.99896\n6595,1646647911,47.74301,8.99896\n6596,1646647912,47.74301,8.99896\n6597,1646647913,47.74301,8.99896\n6598,1646647914,47.74301,8.99896\n6599,1646647915,47.74301,8.99896\n6600,1646647916,47.74301,8.99896\n6601,1646647917,47.74301,8.99896\n6602,1646647918,47.74301,8.99896\n6603,1646647919,47.74301,8.99896\n6604,1646647920,47.74301,8.99896\n6605,1646647921,47.74301,8.99896\n6606,1646647922,47.74301,8.99896\n6607,1646647923,47.74301,8.99896\n6608,1646647924,47.74301,8.99896\n6609,1646647925,47.74301,8.99896\n6610,1646647926,47.74301,8.99896\n6611,1646647927,47.74301,8.99896\n6612,1646647928,47.74301,8.99896\n6613,1646647929,47.74301,8.99896\n6614,1646647930,47.74301,8.99896\n6615,1646647931,47.74301,8.99896\n6616,1646647932,47.74301,8.99896\n6617,1646647933,47.74301,8.99896\n6618,1646647934,47.74301,8.99896\n6619,1646647935,47.74301,8.99896\n6620,1646647936,47.74301,8.99896\n6621,1646647937,47.74301,8.99896\n6622,1646647938,47.74301,8.99896\n6623,1646647939,47.74301,8.99896\n6624,1646647940,47.74301,8.99896\n6625,1646647941,47.74301,8.99896\n6626,1646647942,47.74301,8.99896\n6627,1646647943,47.74301,8.99896\n6628,1646647944,47.74301,8.99896\n6629,1646647945,47.74301,8.99896\n6630,1646647946,47.74301,8.99896\n6631,1646647947,47.74301,8.99896\n6632,1646647948,47.74301,8.99896\n6633,1646647949,47.74301,8.99896\n6634,1646647950,47.74301,8.99896\n6635,1646647951,47.74301,8.99896\n6636,1646647952,47.74301,8.99896\n6637,1646647953,47.74301,8.99896\n6638,1646647954,47.74301,8.99896\n6639,1646647955,47.74301,8.99896\n6640,1646647956,47.74301,8.99896\n6641,1646647957,47.74301,8.99896\n6642,1646647958,47.74301,8.99896\n6643,1646647959,47.74301,8.99896\n6644,1646647960,47.74301,8.99896\n6645,1646647961,47.74301,8.99896\n6646,1646647962,47.74301,8.99896\n6647,1646647963,47.74301,8.99896\n6648,1646647964,47.74301,8.99896\n6649,1646647965,47.74301,8.99896\n6650,1646647966,47.74301,8.99896\n6651,1646647967,47.74301,8.99896\n6652,1646647968,47.74301,8.99896\n6653,1646647969,47.74301,8.99896\n6654,1646647970,47.74301,8.99896\n6655,1646647971,47.74301,8.99896\n6656,1646647972,47.74301,8.99896\n6657,1646647973,47.74301,8.99896\n6658,1646647974,47.74301,8.99896\n6659,1646647975,47.74301,8.99896\n6660,1646647976,47.74301,8.99896\n6661,1646647977,47.74301,8.99896\n6662,1646647978,47.74301,8.99896\n6663,1646647979,47.74301,8.99896\n6664,1646647980,47.74301,8.99896\n6665,1646647981,47.74301,8.99896\n6666,1646647982,47.74301,8.99896\n6667,1646647983,47.74301,8.99896\n6668,1646647984,47.74301,8.99896\n6669,1646647985,47.74301,8.99896\n6670,1646647986,47.74301,8.99896\n6671,1646647987,47.74301,8.99896\n6672,1646647988,47.74301,8.99896\n6673,1646647989,47.74301,8.99896\n6674,1646647990,47.74301,8.99896\n6675,1646647991,47.74301,8.99896\n6676,1646647992,47.74301,8.99896\n6677,1646647993,47.74301,8.99896\n6678,1646647994,47.74301,8.99896\n6679,1646647995,47.74301,8.99896\n6680,1646647996,47.74301,8.99896\n6681,1646647997,47.74301,8.99896\n6682,1646647998,47.74301,8.99896\n6683,1646647999,47.74301,8.99896\n6684,1646648000,47.74301,8.99896\n6685,1646648001,47.74301,8.99896\n6686,1646648002,47.74301,8.99896\n6687,1646648003,47.74301,8.99896\n6688,1646648004,47.74301,8.99896\n6689,1646648005,47.74301,8.99896\n6690,1646648006,47.74301,8.99896\n6691,1646648007,47.74301,8.99896\n6692,1646648008,47.74301,8.99896\n6693,1646648009,47.74301,8.99896\n6694,1646648010,47.74301,8.99896\n6695,1646648011,47.74301,8.99896\n6696,1646648012,47.74301,8.99896\n6697,1646648013,47.74301,8.99896\n6698,1646648014,47.74301,8.99896\n6699,1646648015,47.74301,8.99896\n6700,1646648016,47.74301,8.99896\n6701,1646648017,47.74301,8.99896\n6702,1646648018,47.74301,8.99896\n6703,1646648019,47.74301,8.99896\n6704,1646648020,47.74301,8.99896\n6705,1646648021,47.74301,8.99896\n6706,1646648022,47.74301,8.99896\n6707,1646648023,47.74301,8.99896\n6708,1646648024,47.74301,8.99896\n6709,1646648025,47.74301,8.99895\n6710,1646648026,47.74301,8.99895\n6711,1646648027,47.74301,8.99895\n6712,1646648028,47.74301,8.99895\n6713,1646648029,47.74301,8.99895\n6714,1646648030,47.74301,8.99895\n6715,1646648031,47.74301,8.99895\n6716,1646648032,47.74301,8.99895\n6717,1646648033,47.74301,8.99895\n6718,1646648034,47.74301,8.99895\n6719,1646648035,47.74301,8.99895\n6720,1646648036,47.74301,8.99895\n6721,1646648037,47.74301,8.99895\n6722,1646648038,47.74301,8.99895\n6723,1646648039,47.74301,8.99895\n6724,1646648040,47.74301,8.99895\n6725,1646648041,47.74301,8.99895\n6726,1646648042,47.74301,8.99895\n6727,1646648043,47.74301,8.99895\n6728,1646648044,47.74301,8.99895\n6729,1646648045,47.74301,8.99895\n6730,1646648046,47.74301,8.99895\n6731,1646648047,47.74301,8.99895\n6732,1646648048,47.74301,8.99895\n6733,1646648049,47.74301,8.99895\n6734,1646648050,47.74301,8.99895\n6735,1646648051,47.74301,8.99895\n6736,1646648052,47.74301,8.99895\n6737,1646648053,47.74301,8.99895\n6738,1646648054,47.74301,8.99895\n6739,1646648055,47.74301,8.99895\n6740,1646648056,47.74301,8.99895\n6741,1646648057,47.74301,8.99895\n6742,1646648058,47.74301,8.99895\n6743,1646648059,47.74301,8.99895\n6744,1646648060,47.74301,8.99895\n6745,1646648061,47.74301,8.99895\n6746,1646648062,47.74301,8.99895\n6747,1646648063,47.74301,8.99895\n6748,1646648064,47.74301,8.99895\n6749,1646648065,47.74301,8.99895\n6750,1646648066,47.74301,8.99895\n6751,1646648067,47.74301,8.99895\n6752,1646648068,47.74301,8.99895\n6753,1646648069,47.74301,8.99895\n6754,1646648070,47.74301,8.99895\n6755,1646648071,47.74301,8.99895\n6756,1646648072,47.74301,8.99895\n6757,1646648073,47.74301,8.99895\n6758,1646648074,47.74301,8.99895\n6759,1646648075,47.74301,8.99895\n6760,1646648076,47.74301,8.99895\n6761,1646648077,47.74301,8.99895\n6762,1646648078,47.74301,8.99895\n6763,1646648079,47.74301,8.99895\n6764,1646648080,47.74301,8.99895\n6765,1646648081,47.74301,8.99895\n6766,1646648082,47.74301,8.99895\n6767,1646648083,47.74301,8.99895\n6768,1646648084,47.74301,8.99895\n6769,1646648085,47.74301,8.99895\n6770,1646648086,47.74301,8.99895\n6771,1646648087,47.74301,8.99895\n6772,1646648088,47.74301,8.99895\n6773,1646648089,47.74301,8.99895\n6774,1646648090,47.74301,8.99895\n6775,1646648091,47.74301,8.99895\n6776,1646648092,47.74301,8.99895\n6777,1646648093,47.74301,8.99895\n6778,1646648094,47.74301,8.99895\n6779,1646648095,47.74301,8.99895\n6780,1646648096,47.74301,8.99895\n6781,1646648097,47.74301,8.99895\n6782,1646648098,47.74301,8.99895\n6783,1646648099,47.74301,8.99895\n6784,1646648100,47.74301,8.99895\n6785,1646648101,47.74301,8.99895\n6786,1646648102,47.74301,8.99895\n6787,1646648103,47.74301,8.99895\n6788,1646648104,47.74301,8.99895\n6789,1646648105,47.74301,8.99895\n6790,1646648106,47.74301,8.99895\n6791,1646648107,47.74301,8.99895\n6792,1646648108,47.74301,8.99895\n6793,1646648109,47.74301,8.99895\n6794,1646648110,47.74301,8.99895\n6795,1646648111,47.74301,8.99895\n6796,1646648112,47.74301,8.99895\n6797,1646648113,47.74301,8.99895\n6798,1646648114,47.74301,8.99895\n6799,1646648115,47.74301,8.99895\n6800,1646648116,47.74301,8.99895\n6801,1646648117,47.74301,8.99895\n6802,1646648118,47.74301,8.99895\n6803,1646648119,47.74301,8.99895\n6804,1646648120,47.74301,8.99895\n6805,1646648121,47.74301,8.99895\n6806,1646648122,47.74301,8.99895\n6807,1646648123,47.74301,8.99895\n6808,1646648124,47.74301,8.99895\n6809,1646648125,47.74301,8.99895\n6810,1646648126,47.74301,8.99895\n6811,1646648127,47.74301,8.99895\n6812,1646648128,47.74301,8.99895\n6813,1646648129,47.74301,8.99895\n6814,1646648130,47.74301,8.99895\n6815,1646648131,47.74301,8.99895\n6816,1646648132,47.74301,8.99895\n6817,1646648133,47.74301,8.99895\n6818,1646648134,47.74301,8.99895\n6819,1646648135,47.74301,8.99895\n6820,1646648136,47.74301,8.99895\n6821,1646648137,47.74301,8.99895\n6822,1646648138,47.74301,8.99895\n6823,1646648139,47.74301,8.99895\n6824,1646648140,47.74301,8.99895\n6825,1646648141,47.74301,8.99895\n6826,1646648142,47.74301,8.99895\n6827,1646648143,47.74301,8.99895\n6828,1646648144,47.74301,8.99895\n6829,1646648145,47.74301,8.99895\n6830,1646648146,47.74301,8.99895\n6831,1646648147,47.74301,8.99895\n6832,1646648148,47.74301,8.99895\n6833,1646648149,47.74301,8.99895\n6834,1646648150,47.74301,8.99895\n6835,1646648151,47.74301,8.99895\n6836,1646648152,47.74301,8.99895\n6837,1646648153,47.74301,8.99895\n6838,1646648154,47.74301,8.99895\n6839,1646648155,47.74301,8.99895\n6840,1646648156,47.74301,8.99895\n6841,1646648157,47.74301,8.99895\n6842,1646648158,47.74301,8.99895\n6843,1646648159,47.74301,8.99895\n6844,1646648160,47.74301,8.99895\n6845,1646648161,47.74301,8.99895\n6846,1646648162,47.74301,8.99895\n6847,1646648163,47.74301,8.99895\n6848,1646648164,47.74301,8.99895\n6849,1646648165,47.74301,8.99895\n6850,1646648166,47.74301,8.99895\n6851,1646648167,47.74301,8.99895\n6852,1646648168,47.74301,8.99895\n6853,1646648169,47.74301,8.99895\n6854,1646648170,47.74301,8.99895\n6855,1646648171,47.74301,8.99895\n6856,1646648172,47.74301,8.99895\n6857,1646648173,47.74301,8.99895\n6858,1646648174,47.74301,8.99895\n6859,1646648175,47.74301,8.99895\n6860,1646648176,47.74301,8.99895\n6861,1646648177,47.74301,8.99895\n6862,1646648178,47.74301,8.99895\n6863,1646648179,47.74301,8.99895\n6864,1646648180,47.74301,8.99895\n6865,1646648181,47.74301,8.99895\n6866,1646648182,47.74301,8.99895\n6867,1646648183,47.74301,8.99895\n6868,1646648184,47.74301,8.99895\n6869,1646648185,47.74301,8.99895\n6870,1646648186,47.74301,8.99895\n6871,1646648187,47.74301,8.99895\n6872,1646648188,47.74301,8.99895\n6873,1646648189,47.74301,8.99895\n6874,1646648190,47.74301,8.99895\n6875,1646648191,47.74301,8.99895\n6876,1646648192,47.74301,8.99895\n6877,1646648193,47.74301,8.99895\n6878,1646648194,47.74301,8.99895\n6879,1646648195,47.74301,8.99895\n6880,1646648196,47.74301,8.99895\n6881,1646648197,47.74301,8.99895\n6882,1646648198,47.74301,8.99895\n6883,1646648199,47.74301,8.99895\n6884,1646648200,47.74301,8.99895\n6885,1646648201,47.74301,8.99895\n6886,1646648202,47.74301,8.99895\n6887,1646648203,47.74301,8.99895\n6888,1646648204,47.74301,8.99895\n6889,1646648205,47.74301,8.99895\n6890,1646648206,47.74301,8.99895\n6891,1646648207,47.74301,8.99895\n6892,1646648208,47.74301,8.99895\n6893,1646648209,47.74301,8.99895\n6894,1646648210,47.74301,8.99895\n6895,1646648211,47.74301,8.99895\n6896,1646648212,47.74301,8.99895\n6897,1646648213,47.74301,8.99895\n6898,1646648214,47.74301,8.99895\n6899,1646648215,47.74301,8.99895\n6900,1646648216,47.74301,8.99895\n6901,1646648217,47.74301,8.99895\n6902,1646648218,47.74301,8.99895\n6903,1646648219,47.74301,8.99895\n6904,1646648220,47.74301,8.99895\n6905,1646648221,47.74301,8.99895\n6906,1646648222,47.74301,8.99895\n6907,1646648223,47.74301,8.99895\n6908,1646648224,47.74301,8.99895\n6909,1646648225,47.74301,8.99895\n6910,1646648226,47.74301,8.99895\n6911,1646648227,47.74301,8.99895\n6912,1646648228,47.74301,8.99895\n6913,1646648229,47.74301,8.99895\n6914,1646648230,47.74301,8.99895\n6915,1646648231,47.74301,8.99895\n6916,1646648232,47.74301,8.99895\n6917,1646648233,47.74301,8.99895\n6918,1646648234,47.74301,8.99895\n6919,1646648235,47.74301,8.99895\n6920,1646648236,47.74301,8.99895\n6921,1646648237,47.74301,8.99895\n6922,1646648238,47.74301,8.99895\n6923,1646648239,47.74301,8.99895\n6924,1646648240,47.74301,8.99895\n6925,1646648241,47.74301,8.99895\n6926,1646648242,47.74301,8.99895\n6927,1646648243,47.74301,8.99895\n6928,1646648244,47.74301,8.99895\n6929,1646648245,47.74301,8.99895\n6930,1646648246,47.74301,8.99895\n6931,1646648247,47.74301,8.99895\n6932,1646648248,47.74301,8.99895\n6933,1646648249,47.74301,8.99895\n6934,1646648250,47.74301,8.99895\n6935,1646648251,47.74301,8.99895\n6936,1646648252,47.74301,8.99895\n6937,1646648253,47.74301,8.99895\n6938,1646648254,47.74301,8.99895\n6939,1646648255,47.74301,8.99895\n6940,1646648256,47.74301,8.99895\n6941,1646648257,47.74301,8.99895\n6942,1646648258,47.74301,8.99895\n6943,1646648259,47.74301,8.99895\n6944,1646648260,47.74301,8.99895\n6945,1646648261,47.74301,8.99895\n6946,1646648262,47.74301,8.99895\n6947,1646648263,47.74301,8.99895\n6948,1646648264,47.74301,8.99895\n6949,1646648265,47.74301,8.99895\n6950,1646648266,47.74301,8.99895\n6951,1646648267,47.74301,8.99895\n6952,1646648268,47.74301,8.99895\n6953,1646648269,47.74301,8.99895\n6954,1646648270,47.74301,8.99895\n6955,1646648271,47.74301,8.99895\n6956,1646648272,47.74301,8.99895\n6957,1646648273,47.74301,8.99895\n6958,1646648274,47.74301,8.99895\n6959,1646648275,47.74301,8.99895\n6960,1646648276,47.74301,8.99895\n6961,1646648277,47.74301,8.99895\n6962,1646648278,47.74301,8.99895\n6963,1646648279,47.74301,8.99895\n6964,1646648280,47.74301,8.99895\n6965,1646648281,47.74301,8.99895\n6966,1646648282,47.74301,8.99895\n6967,1646648283,47.74301,8.99895\n6968,1646648284,47.74301,8.99895\n6969,1646648285,47.74301,8.99895\n6970,1646648286,47.74301,8.99896\n6971,1646648287,47.74301,8.99896\n6972,1646648288,47.74301,8.99896\n6973,1646648289,47.74301,8.99896\n6974,1646648290,47.74301,8.99896\n6975,1646648291,47.74301,8.99896\n6976,1646648292,47.74301,8.99896\n6977,1646648293,47.74301,8.99896\n6978,1646648294,47.74301,8.99896\n6979,1646648295,47.74301,8.99896\n6980,1646648296,47.74301,8.99896\n6981,1646648297,47.74301,8.99896\n6982,1646648298,47.74301,8.99896\n6983,1646648299,47.74301,8.99896\n6984,1646648300,47.74301,8.99896\n6985,1646648301,47.74301,8.99896\n6986,1646648302,47.74301,8.99896\n6987,1646648303,47.74301,8.99896\n6988,1646648304,47.74301,8.99896\n6989,1646648305,47.74301,8.99896\n6990,1646648306,47.74301,8.99896\n6991,1646648307,47.74301,8.99896\n6992,1646648308,47.74301,8.99896\n6993,1646648309,47.74301,8.99896\n6994,1646648310,47.74301,8.99896\n6995,1646648311,47.74301,8.99896\n6996,1646648312,47.74301,8.99896\n6997,1646648313,47.74301,8.99896\n6998,1646648314,47.74301,8.99896\n6999,1646648315,47.74301,8.99896\n7000,1646648316,47.74301,8.99896\n7001,1646648317,47.74301,8.99896\n7002,1646648318,47.74301,8.99896\n7003,1646648319,47.74301,8.99896\n7004,1646648320,47.74301,8.99896\n7005,1646648321,47.74301,8.99896\n7006,1646648322,47.74301,8.99896\n7007,1646648323,47.74301,8.99896\n7008,1646648324,47.74301,8.99896\n7009,1646648325,47.74301,8.99896\n7010,1646648326,47.74301,8.99896\n7011,1646648327,47.74301,8.99896\n7012,1646648328,47.74301,8.99896\n7013,1646648329,47.74301,8.99896\n7014,1646648330,47.74301,8.99896\n7015,1646648331,47.74301,8.99896\n7016,1646648332,47.74301,8.99896\n7017,1646648333,47.74301,8.99896\n7018,1646648334,47.74301,8.99896\n7019,1646648335,47.74301,8.99896\n7020,1646648336,47.74301,8.99896\n7021,1646648337,47.74301,8.99896\n7022,1646648338,47.74301,8.99896\n7023,1646648339,47.74301,8.99896\n7024,1646648340,47.74301,8.99896\n7025,1646648341,47.74301,8.99896\n7026,1646648342,47.74301,8.99896\n7027,1646648343,47.74301,8.99896\n7028,1646648344,47.74301,8.99896\n7029,1646648345,47.74301,8.99896\n7030,1646648346,47.74301,8.99896\n7031,1646648347,47.74301,8.99896\n7032,1646648348,47.74301,8.99896\n7033,1646648349,47.74301,8.99896\n7034,1646648350,47.74301,8.99896\n7035,1646648351,47.74301,8.99896\n7036,1646648352,47.74301,8.99896\n7037,1646648353,47.74301,8.99896\n7038,1646648354,47.74301,8.99896\n7039,1646648355,47.74301,8.99896\n7040,1646648356,47.74301,8.99896\n7041,1646648357,47.74301,8.99896\n7042,1646648358,47.74301,8.99896\n7043,1646648359,47.74301,8.99896\n7044,1646648360,47.74301,8.99896\n7045,1646648361,47.74301,8.99896\n7046,1646648362,47.74301,8.99896\n7047,1646648363,47.74301,8.99896\n7048,1646648364,47.74301,8.99896\n7049,1646648365,47.74301,8.99896\n7050,1646648366,47.74301,8.99896\n7051,1646648367,47.74301,8.99896\n7052,1646648368,47.74301,8.99896\n7053,1646648369,47.74301,8.99896\n7054,1646648370,47.74301,8.99896\n7055,1646648371,47.74301,8.99896\n7056,1646648372,47.74301,8.99896\n7057,1646648373,47.74301,8.99896\n7058,1646648374,47.74301,8.99896\n7059,1646648375,47.74301,8.99896\n7060,1646648376,47.74301,8.99896\n7061,1646648377,47.74301,8.99896\n7062,1646648378,47.74301,8.99896\n7063,1646648379,47.74301,8.99896\n7064,1646648380,47.74301,8.99896\n7065,1646648381,47.74301,8.99896\n7066,1646648382,47.74301,8.99896\n7067,1646648383,47.74301,8.99896\n7068,1646648384,47.74301,8.99896\n7069,1646648385,47.74301,8.99896\n7070,1646648386,47.74301,8.99896\n7071,1646648387,47.74301,8.99896\n7072,1646648388,47.74301,8.99896\n7073,1646648389,47.74301,8.99896\n7074,1646648390,47.74301,8.99896\n7075,1646648391,47.74301,8.99896\n7076,1646648392,47.74301,8.99896\n7077,1646648393,47.74301,8.99896\n7078,1646648394,47.74301,8.99896\n7079,1646648395,47.74301,8.99896\n7080,1646648396,47.74301,8.99896\n7081,1646648397,47.74301,8.99896\n7082,1646648398,47.74301,8.99896\n7083,1646648399,47.74301,8.99896\n7084,1646648400,47.74301,8.99896\n7085,1646648401,47.74301,8.99896\n7086,1646648402,47.74301,8.99896\n7087,1646648403,47.74301,8.99896\n7088,1646648404,47.74301,8.99896\n7089,1646648405,47.74301,8.99896\n7090,1646648406,47.74301,8.99896\n7091,1646648407,47.74301,8.99896\n7092,1646648408,47.74301,8.99896\n7093,1646648409,47.74301,8.99896\n7094,1646648410,47.74301,8.99896\n7095,1646648411,47.74301,8.99896\n7096,1646648412,47.74301,8.99896\n7097,1646648413,47.74301,8.99896\n7098,1646648414,47.74301,8.99896\n7099,1646648415,47.74301,8.99896\n7100,1646648416,47.74301,8.99896\n7101,1646648417,47.74301,8.99896\n7102,1646648418,47.74301,8.99896\n7103,1646648419,47.74301,8.99896\n7104,1646648420,47.74301,8.99896\n7105,1646648421,47.74301,8.99896\n7106,1646648422,47.74301,8.99896\n7107,1646648423,47.74301,8.99896\n7108,1646648424,47.74301,8.99896\n7109,1646648425,47.74301,8.99896\n7110,1646648426,47.74301,8.99896\n7111,1646648427,47.74301,8.99896\n7112,1646648428,47.74301,8.99896\n7113,1646648429,47.74301,8.99896\n7114,1646648430,47.74301,8.99896\n7115,1646648431,47.74301,8.99896\n7116,1646648432,47.74301,8.99896\n7117,1646648433,47.74301,8.99896\n7118,1646648434,47.74301,8.99896\n7119,1646648435,47.74301,8.99896\n7120,1646648436,47.74301,8.99896\n7121,1646648437,47.74301,8.99896\n7122,1646648438,47.74301,8.99896\n7123,1646648439,47.74301,8.99896\n7124,1646648440,47.74301,8.99896\n7125,1646648441,47.74301,8.99896\n7126,1646648442,47.74301,8.99896\n7127,1646648443,47.74301,8.99896\n7128,1646648444,47.74301,8.99896\n7129,1646648445,47.74301,8.99896\n7130,1646648446,47.74301,8.99896\n7131,1646648447,47.74301,8.99896\n7132,1646648448,47.74301,8.99896\n7133,1646648449,47.74301,8.99896\n7134,1646648450,47.74301,8.99896\n7135,1646648451,47.74301,8.99896\n7136,1646648452,47.74301,8.99896\n7137,1646648453,47.74301,8.99896\n7138,1646648454,47.74301,8.99896\n7139,1646648455,47.74301,8.99896\n7140,1646648456,47.74301,8.99896\n7141,1646648457,47.74301,8.99896\n7142,1646648458,47.74301,8.99896\n7143,1646648459,47.74301,8.99896\n7144,1646648460,47.74301,8.99896\n7145,1646648461,47.74301,8.99896\n7146,1646648462,47.74301,8.99896\n7147,1646648463,47.74301,8.99896\n7148,1646648464,47.74301,8.99896\n7149,1646648465,47.74301,8.99896\n7150,1646648466,47.74301,8.99896\n7151,1646648467,47.74301,8.99896\n7152,1646648468,47.74301,8.99896\n7153,1646648469,47.74301,8.99896\n7154,1646648470,47.74301,8.99896\n7155,1646648471,47.74301,8.99896\n7156,1646648472,47.74301,8.99896\n7157,1646648473,47.74301,8.99896\n7158,1646648474,47.74301,8.99896\n7159,1646648475,47.74301,8.99896\n7160,1646648476,47.74301,8.99896\n7161,1646648477,47.74301,8.99896\n7162,1646648478,47.74301,8.99896\n7163,1646648479,47.74301,8.99896\n7164,1646648480,47.74301,8.99896\n7165,1646648481,47.74301,8.99896\n7166,1646648482,47.74301,8.99896\n7167,1646648483,47.74301,8.99896\n7168,1646648484,47.74301,8.99896\n7169,1646648485,47.74301,8.99896\n7170,1646648486,47.74301,8.99896\n7171,1646648487,47.74301,8.99896\n7172,1646648488,47.74301,8.99896\n7173,1646648489,47.74301,8.99896\n7174,1646648490,47.74301,8.99896\n7175,1646648491,47.74301,8.99896\n7176,1646648492,47.74301,8.99896\n7177,1646648493,47.74301,8.99896\n7178,1646648494,47.74301,8.99896\n7179,1646648495,47.74301,8.99896\n7180,1646648496,47.74301,8.99896\n7181,1646648497,47.74301,8.99896\n7182,1646648498,47.74301,8.99896\n7183,1646648499,47.74301,8.99896\n7184,1646648500,47.74301,8.99896\n7185,1646648501,47.74301,8.99896\n7186,1646648502,47.74301,8.99896\n7187,1646648503,47.74301,8.99896\n7188,1646648504,47.74301,8.99896\n7189,1646648505,47.74301,8.99896\n7190,1646648506,47.74301,8.99896\n7191,1646648507,47.74301,8.99896\n7192,1646648508,47.74301,8.99896\n7193,1646648509,47.74301,8.99896\n7194,1646648510,47.74301,8.99896\n7195,1646648511,47.74301,8.99896\n7196,1646648512,47.74301,8.99896\n7197,1646648513,47.74301,8.99896\n7198,1646648514,47.74301,8.99896\n7199,1646648515,47.74301,8.99896\n7200,1646648516,47.74301,8.99896\n7201,1646648517,47.74301,8.99896\n7202,1646648518,47.74301,8.99896\n7203,1646648519,47.74301,8.99896\n7204,1646648520,47.74301,8.99896\n7205,1646648521,47.74301,8.99896\n7206,1646648522,47.74301,8.99896\n7207,1646648523,47.74301,8.99896\n7208,1646648524,47.74301,8.99896\n7209,1646648525,47.74301,8.99896\n7210,1646648526,47.74301,8.99896\n7211,1646648527,47.74301,8.99896\n7212,1646648528,47.74301,8.99896\n7213,1646648529,47.74301,8.99896\n7214,1646648530,47.74301,8.99896\n7215,1646648531,47.74301,8.99896\n7216,1646648532,47.74301,8.99896\n7217,1646648533,47.74301,8.99896\n7218,1646648534,47.74301,8.99896\n7219,1646648535,47.74301,8.99896\n7220,1646648536,47.74301,8.99896\n7221,1646648537,47.74301,8.99896\n7222,1646648538,47.74301,8.99896\n7223,1646648539,47.74301,8.99896\n7224,1646648540,47.74301,8.99896\n7225,1646648541,47.74301,8.99896\n7226,1646648542,47.74301,8.99896\n7227,1646648543,47.74301,8.99896\n7228,1646648544,47.74301,8.99896\n7229,1646648545,47.74301,8.99896\n7230,1646648546,47.74301,8.99896\n7231,1646648547,47.74301,8.99896\n7232,1646648548,47.74301,8.99896\n7233,1646648549,47.74301,8.99896\n7234,1646648550,47.74301,8.99896\n7235,1646648551,47.74301,8.99896\n7236,1646648552,47.74301,8.99896\n7237,1646648553,47.74301,8.99896\n7238,1646648554,47.74301,8.99896\n7239,1646648555,47.74301,8.99896\n7240,1646648556,47.74301,8.99896\n7241,1646648557,47.74301,8.99896\n7242,1646648558,47.74301,8.99896\n7243,1646648559,47.74301,8.99896\n7244,1646648560,47.74301,8.99896\n7245,1646648561,47.74301,8.99896\n7246,1646648562,47.74301,8.99896\n7247,1646648563,47.74301,8.99896\n7248,1646648564,47.74301,8.99896\n7249,1646648565,47.74301,8.99896\n7250,1646648566,47.74301,8.99896\n7251,1646648567,47.74301,8.99896\n7252,1646648568,47.74301,8.99896\n7253,1646648569,47.74301,8.99896\n7254,1646648570,47.74301,8.99896\n7255,1646648571,47.74301,8.99896\n7256,1646648572,47.74301,8.99896\n7257,1646648573,47.74301,8.99896\n7258,1646648574,47.74301,8.99896\n7259,1646648575,47.74301,8.99896\n7260,1646648576,47.74301,8.99896\n7261,1646648577,47.74301,8.99896\n7262,1646648578,47.74301,8.99896\n7263,1646648579,47.74301,8.99896\n7264,1646648580,47.74301,8.99896\n7265,1646648581,47.74301,8.99896\n7266,1646648582,47.74301,8.99896\n7267,1646648583,47.74301,8.99896\n7268,1646648584,47.74301,8.99896\n7269,1646648585,47.74301,8.99896\n7270,1646648586,47.74301,8.99896\n7271,1646648587,47.74301,8.99896\n7272,1646648588,47.74301,8.99896\n7273,1646648589,47.74301,8.99896\n7274,1646648590,47.74301,8.99896\n7275,1646648591,47.74301,8.99896\n7276,1646648592,47.74301,8.99896\n7277,1646648593,47.74301,8.99896\n7278,1646648594,47.74301,8.99896\n7279,1646648595,47.74301,8.99896\n7280,1646648596,47.74301,8.99896\n7281,1646648597,47.74301,8.99896\n7282,1646648598,47.74301,8.99896\n7283,1646648599,47.74301,8.99896\n7284,1646648600,47.74301,8.99896\n7285,1646648601,47.74301,8.99896\n7286,1646648602,47.74301,8.99896\n7287,1646648603,47.74301,8.99896\n7288,1646648604,47.74301,8.99896\n7289,1646648605,47.74301,8.99896\n7290,1646648606,47.74301,8.99896\n7291,1646648607,47.74301,8.99896\n7292,1646648608,47.74301,8.99896\n7293,1646648609,47.74301,8.99896\n7294,1646648610,47.74301,8.99896\n7295,1646648611,47.74301,8.99896\n7296,1646648612,47.74301,8.99896\n7297,1646648613,47.74301,8.99896\n7298,1646648614,47.74301,8.99896\n7299,1646648615,47.74301,8.99896\n7300,1646648616,47.74301,8.99896\n7301,1646648617,47.74301,8.99896\n7302,1646648618,47.74301,8.99896\n7303,1646648619,47.74301,8.99896\n7304,1646648620,47.74301,8.99896\n7305,1646648621,47.74301,8.99896\n7306,1646648622,47.74301,8.99896\n7307,1646648623,47.74301,8.99896\n7308,1646648624,47.74301,8.99896\n7309,1646648625,47.74301,8.99896\n7310,1646648626,47.74301,8.99896\n7311,1646648627,47.74301,8.99896\n7312,1646648628,47.74301,8.99896\n7313,1646648629,47.74301,8.99896\n7314,1646648630,47.74301,8.99896\n7315,1646648631,47.74301,8.99896\n7316,1646648632,47.74301,8.99896\n7317,1646648633,47.74301,8.99896\n7318,1646648634,47.74301,8.99896\n7319,1646648635,47.74301,8.99896\n7320,1646648636,47.74301,8.99896\n7321,1646648637,47.74301,8.99896\n7322,1646648638,47.74301,8.99896\n7323,1646648639,47.74301,8.99896\n7324,1646648640,47.74301,8.99896\n7325,1646648641,47.74301,8.99896\n7326,1646648642,47.74301,8.99896\n7327,1646648643,47.74301,8.99896\n7328,1646648644,47.74301,8.99896\n7329,1646648645,47.74301,8.99896\n7330,1646648646,47.74301,8.99896\n7331,1646648647,47.74301,8.99896\n7332,1646648648,47.74301,8.99896\n7333,1646648649,47.74301,8.99896\n7334,1646648650,47.74301,8.99896\n7335,1646648651,47.74301,8.99896\n7336,1646648652,47.74301,8.99896\n7337,1646648653,47.74301,8.99896\n7338,1646648654,47.74301,8.99896\n7339,1646648655,47.74301,8.99896\n7340,1646648656,47.74301,8.99896\n7341,1646648657,47.74301,8.99896\n7342,1646648658,47.74301,8.99896\n7343,1646648659,47.74301,8.99896\n7344,1646648660,47.74301,8.99896\n7345,1646648661,47.74301,8.99896\n7346,1646648662,47.74301,8.99896\n7347,1646648663,47.74301,8.99896\n7348,1646648664,47.74301,8.99896\n7349,1646648665,47.74301,8.99896\n7350,1646648666,47.74301,8.99896\n7351,1646648667,47.74301,8.99896\n7352,1646648668,47.74301,8.99896\n7353,1646648669,47.74301,8.99896\n7354,1646648670,47.74301,8.99896\n7355,1646648671,47.74301,8.99896\n7356,1646648672,47.74301,8.99896\n7357,1646648673,47.74301,8.99896\n7358,1646648674,47.74301,8.99896\n7359,1646648675,47.74301,8.99896\n7360,1646648676,47.74301,8.99896\n7361,1646648677,47.74301,8.99896\n7362,1646648678,47.74301,8.99896\n7363,1646648679,47.74301,8.99896\n7364,1646648680,47.74301,8.99896\n7365,1646648681,47.74301,8.99896\n7366,1646648682,47.74301,8.99896\n7367,1646648683,47.74301,8.99896\n7368,1646648684,47.74301,8.99896\n7369,1646648685,47.74301,8.99896\n7370,1646648686,47.74301,8.99896\n7371,1646648687,47.74301,8.99896\n7372,1646648688,47.74301,8.99896\n7373,1646648689,47.74301,8.99896\n7374,1646648690,47.74301,8.99896\n7375,1646648691,47.74301,8.99896\n7376,1646648692,47.74301,8.99896\n7377,1646648693,47.74301,8.99896\n7378,1646648694,47.74301,8.99896\n7379,1646648695,47.74301,8.99896\n7380,1646648696,47.74301,8.99896\n7381,1646648697,47.74301,8.99896\n7382,1646648698,47.74301,8.99896\n7383,1646648699,47.74301,8.99896\n7384,1646648700,47.74301,8.99896\n7385,1646648701,47.74301,8.99896\n7386,1646648702,47.74301,8.99896\n7387,1646648703,47.74301,8.99896\n7388,1646648704,47.74301,8.99896\n7389,1646648705,47.74301,8.99896\n7390,1646648706,47.74301,8.99896\n7391,1646648707,47.74301,8.99896\n7392,1646648708,47.74301,8.99896\n7393,1646648709,47.74301,8.99896\n7394,1646648710,47.74301,8.99896\n7395,1646648711,47.74301,8.99896\n7396,1646648712,47.74301,8.99896\n7397,1646648713,47.74301,8.99896\n7398,1646648714,47.74301,8.99896\n7399,1646648715,47.74301,8.99896\n7400,1646648716,47.74301,8.99896\n7401,1646648717,47.74301,8.99896\n7402,1646648718,47.74301,8.99896\n7403,1646648719,47.74301,8.99896\n7404,1646648720,47.74301,8.99896\n7405,1646648721,47.74301,8.99896\n7406,1646648722,47.74301,8.99896\n7407,1646648723,47.74301,8.99896\n7408,1646648724,47.74301,8.99896\n7409,1646648725,47.74301,8.99896\n7410,1646648726,47.74301,8.99896\n7411,1646648727,47.74301,8.99896\n7412,1646648728,47.74301,8.99896\n7413,1646648729,47.74301,8.99896\n7414,1646648730,47.74301,8.99896\n7415,1646648731,47.74301,8.99896\n7416,1646648732,47.74301,8.99896\n7417,1646648733,47.74301,8.99896\n7418,1646648734,47.74301,8.99896\n7419,1646648735,47.74301,8.99896\n7420,1646648736,47.74301,8.99896\n7421,1646648737,47.74301,8.99896\n7422,1646648738,47.74301,8.99896\n7423,1646648739,47.74301,8.99896\n7424,1646648740,47.74301,8.99896\n7425,1646648741,47.74301,8.99896\n7426,1646648742,47.74301,8.99896\n7427,1646648743,47.74301,8.99896\n7428,1646648744,47.74301,8.99896\n7429,1646648745,47.74301,8.99896\n7430,1646648746,47.74301,8.99896\n7431,1646648747,47.74301,8.99896\n7432,1646648748,47.74301,8.99896\n7433,1646648749,47.74301,8.99896\n7434,1646648750,47.74301,8.99896\n7435,1646648751,47.74301,8.99896\n7436,1646648752,47.74301,8.99896\n7437,1646648753,47.74301,8.99896\n7438,1646648754,47.74301,8.99896\n7439,1646648755,47.74301,8.99896\n7440,1646648756,47.74301,8.99896\n7441,1646648757,47.74301,8.99896\n7442,1646648758,47.74301,8.99896\n7443,1646648759,47.74301,8.99896\n7444,1646648760,47.74301,8.99896\n7445,1646648761,47.74301,8.99896\n7446,1646648762,47.74301,8.99896\n7447,1646648763,47.74301,8.99896\n7448,1646648764,47.74301,8.99896\n7449,1646648765,47.74301,8.99896\n7450,1646648766,47.74301,8.99896\n7451,1646648767,47.74301,8.99896\n7452,1646648768,47.74301,8.99896\n7453,1646648769,47.74301,8.99896\n7454,1646648770,47.74301,8.99896\n7455,1646648771,47.74301,8.99896\n7456,1646648772,47.74301,8.99896\n7457,1646648773,47.74301,8.99896\n7458,1646648774,47.74301,8.99896\n7459,1646648775,47.74301,8.99896\n7460,1646648776,47.74301,8.99896\n7461,1646648777,47.74301,8.99896\n7462,1646648778,47.74301,8.99896\n7463,1646648779,47.74301,8.99896\n7464,1646648780,47.74301,8.99896\n7465,1646648781,47.74301,8.99896\n7466,1646648782,47.74301,8.99896\n7467,1646648783,47.74301,8.99896\n7468,1646648784,47.74301,8.99896\n7469,1646648785,47.74301,8.99896\n7470,1646648786,47.74301,8.99896\n7471,1646648787,47.74301,8.99896\n7472,1646648788,47.74301,8.99896\n7473,1646648789,47.74301,8.99896\n7474,1646648790,47.74301,8.99896\n7475,1646648791,47.74301,8.99896\n7476,1646648792,47.74301,8.99896\n7477,1646648793,47.74301,8.99896\n7478,1646648794,47.74301,8.99896\n7479,1646648795,47.74301,8.99896\n7480,1646648796,47.74301,8.99896\n7481,1646648797,47.74301,8.99896\n7482,1646648798,47.74301,8.99896\n7483,1646648799,47.74301,8.99896\n7484,1646648800,47.74301,8.99896\n7485,1646648801,47.74301,8.99896\n7486,1646648802,47.74301,8.99896\n7487,1646648803,47.74301,8.99896\n7488,1646648804,47.74301,8.99896\n7489,1646648805,47.74301,8.99896\n7490,1646648806,47.74301,8.99896\n7491,1646648807,47.74301,8.99896\n7492,1646648808,47.74301,8.99896\n7493,1646648809,47.74301,8.99896\n7494,1646648810,47.74301,8.99896\n7495,1646648811,47.74301,8.99896\n7496,1646648812,47.74301,8.99896\n7497,1646648813,47.74301,8.99896\n7498,1646648814,47.74301,8.99896\n7499,1646648815,47.74301,8.99896\n7500,1646648816,47.74301,8.99896\n7501,1646648817,47.74301,8.99896\n7502,1646648818,47.74301,8.99896\n7503,1646648819,47.74302,8.99896\n7504,1646648820,47.74302,8.99896\n7505,1646648821,47.74302,8.99896\n7506,1646648822,47.74302,8.99896\n7507,1646648823,47.74302,8.99896\n7508,1646648824,47.74302,8.99896\n7509,1646648825,47.74302,8.99896\n7510,1646648826,47.74302,8.99896\n7511,1646648827,47.74302,8.99896\n7512,1646648828,47.74302,8.99896\n7513,1646648829,47.74302,8.99896\n7514,1646648830,47.74302,8.99896\n7515,1646648831,47.74302,8.99896\n7516,1646648832,47.74302,8.99896\n7517,1646648833,47.74302,8.99896\n7518,1646648834,47.74302,8.99896\n7519,1646648835,47.74302,8.99896\n7520,1646648836,47.74302,8.99896\n7521,1646648837,47.74302,8.99896\n7522,1646648838,47.74302,8.99896\n7523,1646648839,47.74302,8.99896\n7524,1646648840,47.74302,8.99896\n7525,1646648841,47.74302,8.99896\n7526,1646648842,47.74302,8.99896\n7527,1646648843,47.74302,8.99896\n7528,1646648844,47.74302,8.99896\n7529,1646648845,47.74302,8.99896\n7530,1646648846,47.74302,8.99896\n7531,1646648847,47.74302,8.99896\n7532,1646648848,47.74302,8.99896\n7533,1646648849,47.74302,8.99896\n7534,1646648850,47.74302,8.99896\n7535,1646648851,47.74302,8.99896\n7536,1646648852,47.74302,8.99896\n7537,1646648853,47.74302,8.99895\n7538,1646648854,47.74302,8.99895\n7539,1646648855,47.74302,8.99895\n7540,1646648856,47.74302,8.99895\n7541,1646648857,47.74302,8.99895\n7542,1646648858,47.74302,8.99895\n7543,1646648859,47.74302,8.99895\n7544,1646648860,47.74302,8.99895\n7545,1646648861,47.74302,8.99895\n7546,1646648862,47.74302,8.99895\n7547,1646648863,47.74302,8.99895\n7548,1646648864,47.74302,8.99895\n7549,1646648865,47.74302,8.99895\n7550,1646648866,47.74302,8.99895\n7551,1646648867,47.74302,8.99895\n7552,1646648868,47.74302,8.99895\n7553,1646648869,47.74302,8.99895\n7554,1646648870,47.74302,8.99895\n7555,1646648871,47.74302,8.99895\n7556,1646648872,47.74302,8.99895\n7557,1646648873,47.74302,8.99895\n7558,1646648874,47.74302,8.99895\n7559,1646648875,47.74302,8.99895\n7560,1646648876,47.74302,8.99895\n7561,1646648877,47.74302,8.99895\n7562,1646648878,47.74302,8.99895\n7563,1646648879,47.74302,8.99895\n7564,1646648880,47.74302,8.99895\n7565,1646648881,47.74302,8.99895\n7566,1646648882,47.74302,8.99895\n7567,1646648883,47.74302,8.99895\n7568,1646648884,47.74302,8.99895\n7569,1646648885,47.74302,8.99895\n7570,1646648886,47.74302,8.99895\n7571,1646648887,47.74302,8.99895\n7572,1646648888,47.74302,8.99895\n7573,1646648889,47.74302,8.99895\n7574,1646648890,47.74302,8.99895\n7575,1646648891,47.74302,8.99895\n7576,1646648892,47.74302,8.99895\n7577,1646648893,47.74302,8.99895\n7578,1646648894,47.74302,8.99895\n7579,1646648895,47.74302,8.99895\n7580,1646648896,47.74302,8.99895\n7581,1646648897,47.74302,8.99895\n7582,1646648898,47.74302,8.99895\n7583,1646648899,47.74302,8.99895\n7584,1646648900,47.74302,8.99895\n7585,1646648901,47.74302,8.99895\n7586,1646648902,47.74302,8.99895\n7587,1646648903,47.74302,8.99895\n7588,1646648904,47.74302,8.99895\n7589,1646648905,47.74302,8.99895\n7590,1646648906,47.74302,8.99895\n7591,1646648907,47.74302,8.99895\n7592,1646648908,47.74302,8.99895\n7593,1646648909,47.74302,8.99895\n7594,1646648910,47.74302,8.99895\n7595,1646648911,47.74302,8.99895\n7596,1646648912,47.74302,8.99895\n7597,1646648913,47.74302,8.99895\n7598,1646648914,47.74302,8.99895\n7599,1646648915,47.74302,8.99895\n7600,1646648916,47.74302,8.99895\n7601,1646648917,47.74302,8.99895\n7602,1646648918,47.74302,8.99895\n7603,1646648919,47.74302,8.99895\n7604,1646648920,47.74302,8.99895\n7605,1646648921,47.74302,8.99895\n7606,1646648922,47.74302,8.99895\n7607,1646648923,47.74302,8.99895\n7608,1646648924,47.74302,8.99895\n7609,1646648925,47.74302,8.99895\n7610,1646648926,47.74302,8.99895\n7611,1646648927,47.74302,8.99895\n7612,1646648928,47.74302,8.99895\n7613,1646648929,47.74302,8.99895\n7614,1646648930,47.74302,8.99895\n7615,1646648931,47.74302,8.99895\n7616,1646648932,47.74302,8.99895\n7617,1646648933,47.74302,8.99895\n7618,1646648934,47.74302,8.99895\n7619,1646648935,47.74302,8.99895\n7620,1646648936,47.74302,8.99895\n7621,1646648937,47.74302,8.99895\n7622,1646648938,47.74302,8.99895\n7623,1646648939,47.74302,8.99895\n7624,1646648940,47.74302,8.99895\n7625,1646648941,47.74302,8.99895\n7626,1646648942,47.74302,8.99895\n7627,1646648943,47.74302,8.99895\n7628,1646648944,47.74302,8.99895\n7629,1646648945,47.74302,8.99895\n7630,1646648946,47.74302,8.99895\n7631,1646648947,47.74302,8.99895\n7632,1646648948,47.74302,8.99895\n7633,1646648949,47.74302,8.99895\n7634,1646648950,47.74302,8.99895\n7635,1646648951,47.74302,8.99895\n7636,1646648952,47.74302,8.99895\n7637,1646648953,47.74302,8.99895\n7638,1646648954,47.74302,8.99895\n7639,1646648955,47.74302,8.99895\n7640,1646648956,47.74302,8.99895\n7641,1646648957,47.74302,8.99895\n7642,1646648958,47.74302,8.99895\n7643,1646648959,47.74302,8.99895\n7644,1646648960,47.74302,8.99895\n7645,1646648961,47.74302,8.99895\n7646,1646648962,47.74302,8.99895\n7647,1646648963,47.74302,8.99895\n7648,1646648964,47.74302,8.99895\n7649,1646648965,47.74302,8.99895\n7650,1646648966,47.74302,8.99895\n7651,1646648967,47.74302,8.99895\n7652,1646648968,47.74302,8.99895\n7653,1646648969,47.74302,8.99895\n7654,1646648970,47.74302,8.99895\n7655,1646648971,47.74302,8.99895\n7656,1646648972,47.74302,8.99895\n7657,1646648973,47.74302,8.99895\n7658,1646648974,47.74302,8.99895\n7659,1646648975,47.74302,8.99895\n7660,1646648976,47.74302,8.99895\n7661,1646648977,47.74302,8.99895\n7662,1646648978,47.74302,8.99895\n7663,1646648979,47.74302,8.99895\n7664,1646648980,47.74302,8.99895\n7665,1646648981,47.74302,8.99895\n7666,1646648982,47.74302,8.99895\n7667,1646648983,47.74302,8.99895\n7668,1646648984,47.74302,8.99895\n7669,1646648985,47.74302,8.99895\n7670,1646648986,47.74302,8.99895\n7671,1646648987,47.74302,8.99895\n7672,1646648988,47.74302,8.99895\n7673,1646648989,47.74302,8.99895\n7674,1646648990,47.74302,8.99895\n7675,1646648991,47.74302,8.99895\n7676,1646648992,47.74302,8.99895\n7677,1646648993,47.74302,8.99895\n7678,1646648994,47.74302,8.99895\n7679,1646648995,47.74302,8.99895\n7680,1646648996,47.74302,8.99895\n7681,1646648997,47.74302,8.99895\n7682,1646648998,47.74302,8.99895\n7683,1646648999,47.74302,8.99895\n7684,1646649000,47.74302,8.99895\n7685,1646649001,47.74302,8.99895\n7686,1646649002,47.74302,8.99895\n7687,1646649003,47.74302,8.99895\n7688,1646649004,47.74303,8.99895\n7689,1646649005,47.74303,8.99895\n7690,1646649006,47.74303,8.99895\n7691,1646649007,47.74303,8.99895\n7692,1646649008,47.74303,8.99895\n7693,1646649009,47.74303,8.99895\n7694,1646649010,47.74303,8.99895\n7695,1646649011,47.74303,8.99895\n7696,1646649012,47.74303,8.99895\n7697,1646649013,47.74303,8.99895\n7698,1646649014,47.74303,8.99895\n7699,1646649015,47.74303,8.99895\n7700,1646649016,47.74303,8.99895\n7701,1646649017,47.74303,8.99895\n7702,1646649018,47.74303,8.99895\n7703,1646649019,47.74303,8.99895\n7704,1646649020,47.74303,8.99895\n7705,1646649021,47.74303,8.99895\n7706,1646649022,47.74303,8.99895\n7707,1646649023,47.74303,8.99895\n7708,1646649024,47.74303,8.99895\n7709,1646649025,47.74303,8.99895\n7710,1646649026,47.74303,8.99895\n7711,1646649027,47.74303,8.99895\n7712,1646649028,47.74303,8.99895\n7713,1646649029,47.74303,8.99895\n7714,1646649030,47.74303,8.99895\n7715,1646649031,47.74303,8.99895\n7716,1646649032,47.74303,8.99895\n7717,1646649033,47.74303,8.99895\n7718,1646649034,47.74303,8.99895\n7719,1646649035,47.74303,8.99895\n7720,1646649036,47.74303,8.99895\n7721,1646649037,47.74303,8.99895\n7722,1646649038,47.74303,8.99895\n7723,1646649039,47.74303,8.99895\n7724,1646649040,47.74303,8.99895\n7725,1646649041,47.74303,8.99895\n7726,1646649042,47.74303,8.99895\n7727,1646649043,47.74303,8.99895\n7728,1646649044,47.74303,8.99895\n7729,1646649045,47.74303,8.99895\n7730,1646649046,47.74303,8.99895\n7731,1646649047,47.74303,8.99895\n7732,1646649048,47.74303,8.99895\n7733,1646649049,47.74303,8.99895\n7734,1646649050,47.74303,8.99895\n7735,1646649051,47.74303,8.99895\n7736,1646649052,47.74303,8.99895\n7737,1646649053,47.74303,8.99895\n7738,1646649054,47.74303,8.99895\n7739,1646649055,47.74303,8.99895\n7740,1646649056,47.74303,8.99895\n7741,1646649057,47.74303,8.99895\n7742,1646649058,47.74303,8.99895\n7743,1646649059,47.74303,8.99895\n7744,1646649060,47.74303,8.99895\n7745,1646649061,47.74303,8.99895\n7746,1646649062,47.74303,8.99895\n7747,1646649063,47.74303,8.99895\n7748,1646649064,47.74303,8.99895\n7749,1646649065,47.74303,8.99895\n7750,1646649066,47.74303,8.99895\n7751,1646649067,47.74303,8.99895\n7752,1646649068,47.74303,8.99895\n7753,1646649069,47.74303,8.99895\n7754,1646649070,47.74303,8.99895\n7755,1646649071,47.74303,8.99895\n7756,1646649072,47.74303,8.99895\n7757,1646649073,47.74303,8.99895\n7758,1646649074,47.74303,8.99895\n7759,1646649075,47.74303,8.99895\n7760,1646649076,47.74303,8.99895\n7761,1646649077,47.74303,8.99895\n7762,1646649078,47.74303,8.99895\n7763,1646649079,47.74303,8.99895\n7764,1646649080,47.74303,8.99895\n7765,1646649081,47.74303,8.99895\n7766,1646649082,47.74303,8.99895\n7767,1646649083,47.74303,8.99895\n7768,1646649084,47.74303,8.99895\n7769,1646649085,47.74303,8.99895\n7770,1646649086,47.74303,8.99895\n7771,1646649087,47.74303,8.99895\n7772,1646649088,47.74303,8.99895\n7773,1646649089,47.74303,8.99895\n7774,1646649090,47.74303,8.99895\n7775,1646649091,47.74303,8.99895\n7776,1646649093,47.74303,8.99895\n7777,1646649094,47.74303,8.99895\n7778,1646649095,47.74303,8.99895\n7779,1646649096,47.74303,8.99895\n7780,1646649097,47.74303,8.99895\n7781,1646649098,47.74303,8.99895\n7782,1646649099,47.74303,8.99895\n7783,1646649100,47.74303,8.99895\n7784,1646649101,47.74303,8.99895\n7785,1646649102,47.74303,8.99895\n7786,1646649103,47.74303,8.99895\n7787,1646649104,47.74303,8.99895\n7788,1646649105,47.74303,8.99895\n7789,1646649106,47.74303,8.99895\n7790,1646649107,47.74303,8.99895\n7791,1646649108,47.74303,8.99895\n7792,1646649109,47.74303,8.99895\n7793,1646649110,47.74303,8.99895\n7794,1646649111,47.74303,8.99895\n7795,1646649112,47.74303,8.99895\n7796,1646649113,47.74303,8.99895\n7797,1646649114,47.74303,8.99895\n7798,1646649115,47.74303,8.99895\n7799,1646649116,47.74303,8.99895\n7800,1646649117,47.74303,8.99895\n7801,1646649118,47.74303,8.99895\n7802,1646649119,47.74303,8.99895\n7803,1646649120,47.74303,8.99895\n7804,1646649121,47.74303,8.99895\n7805,1646649122,47.74303,8.99895\n7806,1646649123,47.74303,8.99895\n7807,1646649124,47.74303,8.99895\n7808,1646649125,47.74303,8.99895\n7809,1646649126,47.74303,8.99895\n7810,1646649127,47.74303,8.99895\n7811,1646649128,47.74303,8.99895\n7812,1646649129,47.74303,8.99895\n7813,1646649130,47.74303,8.99895\n7814,1646649131,47.74303,8.99895\n7815,1646649132,47.74303,8.99895\n7816,1646649133,47.74303,8.99895\n7817,1646649134,47.74303,8.99895\n7818,1646649135,47.74303,8.99895\n7819,1646649136,47.74303,8.99895\n7820,1646649137,47.74303,8.99895\n7821,1646649138,47.74303,8.99895\n7822,1646649139,47.74303,8.99895\n7823,1646649140,47.74303,8.99895\n7824,1646649141,47.74303,8.99895\n7825,1646649142,47.74303,8.99895\n7826,1646649143,47.74303,8.99895\n7827,1646649144,47.74303,8.99895\n7828,1646649145,47.74303,8.99895\n7829,1646649146,47.74303,8.99895\n7830,1646649147,47.74303,8.99895\n7831,1646649148,47.74303,8.99895\n7832,1646649149,47.74303,8.99895\n7833,1646649150,47.74303,8.99895\n7834,1646649151,47.74303,8.99895\n7835,1646649152,47.74303,8.99895\n7836,1646649153,47.74303,8.99895\n7837,1646649154,47.74303,8.99895\n7838,1646649155,47.74303,8.99895\n7839,1646649156,47.74303,8.99895\n7840,1646649157,47.74303,8.99895\n7841,1646649158,47.74303,8.99895\n7842,1646649159,47.74303,8.99895\n7843,1646649160,47.74303,8.99894\n7844,1646649161,47.74303,8.99894\n7845,1646649162,47.74303,8.99894\n7846,1646649163,47.74303,8.99894\n7847,1646649164,47.74303,8.99894\n7848,1646649165,47.74303,8.99894\n7849,1646649166,47.74303,8.99894\n7850,1646649167,47.74303,8.99894\n7851,1646649168,47.74303,8.99894\n7852,1646649169,47.74303,8.99894\n7853,1646649170,47.74303,8.99894\n7854,1646649171,47.74303,8.99894\n7855,1646649172,47.74303,8.99894\n7856,1646649173,47.74303,8.99894\n7857,1646649174,47.74303,8.99894\n7858,1646649175,47.74303,8.99894\n7859,1646649176,47.74304,8.99894\n7860,1646649177,47.74304,8.99894\n7861,1646649178,47.74304,8.99894\n7862,1646649179,47.74304,8.99894\n7863,1646649180,47.74304,8.99894\n7864,1646649181,47.74304,8.99894\n7865,1646649182,47.74304,8.99894\n7866,1646649183,47.74304,8.99894\n7867,1646649184,47.74304,8.99894\n7868,1646649185,47.74304,8.99894\n7869,1646649186,47.74304,8.99894\n7870,1646649187,47.74304,8.99894\n7871,1646649188,47.74304,8.99894\n7872,1646649189,47.74304,8.99894\n7873,1646649190,47.74304,8.99894\n7874,1646649191,47.74304,8.99894\n7875,1646649192,47.74304,8.99894\n7876,1646649193,47.74304,8.99894\n7877,1646649194,47.74304,8.99894\n7878,1646649195,47.74304,8.99894\n7879,1646649196,47.74304,8.99894\n7880,1646649197,47.74304,8.99894\n7881,1646649198,47.74304,8.99894\n7882,1646649199,47.74304,8.99894\n7883,1646649200,47.74304,8.99894\n7884,1646649201,47.74304,8.99894\n7885,1646649202,47.74304,8.99894\n7886,1646649203,47.74304,8.99894\n7887,1646649204,47.74304,8.99894\n7888,1646649205,47.74304,8.99894\n7889,1646649206,47.74304,8.99894\n7890,1646649207,47.74304,8.99894\n7891,1646649208,47.74304,8.99894\n7892,1646649209,47.74304,8.99894\n7893,1646649210,47.74304,8.99894\n7894,1646649211,47.74304,8.99894\n7895,1646649212,47.74304,8.99894\n7896,1646649213,47.74304,8.99894\n7897,1646649214,47.74304,8.99894\n7898,1646649215,47.74304,8.99894\n7899,1646649216,47.74304,8.99894\n7900,1646649217,47.74304,8.99894\n7901,1646649218,47.74304,8.99894\n7902,1646649219,47.74304,8.99894\n7903,1646649220,47.74304,8.99894\n7904,1646649221,47.74304,8.99894\n7905,1646649222,47.74304,8.99894\n7906,1646649223,47.74304,8.99894\n7907,1646649224,47.74304,8.99894\n7908,1646649225,47.74304,8.99894\n7909,1646649226,47.74304,8.99894\n7910,1646649227,47.74304,8.99894\n7911,1646649228,47.74304,8.99894\n7912,1646649229,47.74304,8.99894\n7913,1646649230,47.74304,8.99894\n7914,1646649231,47.74304,8.99894\n7915,1646649232,47.74304,8.99894\n7916,1646649233,47.74304,8.99894\n7917,1646649234,47.74304,8.99894\n7918,1646649235,47.74304,8.99894\n7919,1646649236,47.74304,8.99894\n7920,1646649237,47.74304,8.99894\n7921,1646649238,47.74304,8.99894\n7922,1646649239,47.74304,8.99894\n7923,1646649240,47.74304,8.99894\n7924,1646649241,47.74304,8.99894\n7925,1646649242,47.74304,8.99894\n7926,1646649243,47.74304,8.99894\n7927,1646649244,47.74304,8.99894\n7928,1646649245,47.74304,8.99894\n7929,1646649246,47.74304,8.99894\n7930,1646649247,47.74304,8.99894\n7931,1646649248,47.74304,8.99894\n7932,1646649249,47.74304,8.99894\n7933,1646649250,47.74304,8.99894\n7934,1646649251,47.74304,8.99894\n7935,1646649252,47.74304,8.99894\n7936,1646649253,47.74304,8.99894\n7937,1646649254,47.74304,8.99894\n7938,1646649255,47.74304,8.99894\n7939,1646649256,47.74304,8.99894\n7940,1646649257,47.74304,8.99894\n7941,1646649258,47.74304,8.99894\n7942,1646649259,47.74304,8.99894\n7943,1646649260,47.74304,8.99894\n7944,1646649261,47.74304,8.99894\n7945,1646649262,47.74304,8.99894\n7946,1646649263,47.74304,8.99894\n7947,1646649264,47.74304,8.99894\n7948,1646649265,47.74304,8.99894\n7949,1646649266,47.74304,8.99894\n7950,1646649267,47.74304,8.99894\n7951,1646649268,47.74304,8.99894\n7952,1646649269,47.74304,8.99894\n7953,1646649270,47.74304,8.99894\n7954,1646649271,47.74304,8.99894\n7955,1646649272,47.74304,8.99894\n7956,1646649273,47.74304,8.99894\n7957,1646649274,47.74304,8.99894\n7958,1646649275,47.74304,8.99894\n7959,1646649276,47.74304,8.99894\n7960,1646649277,47.74304,8.99894\n7961,1646649278,47.74304,8.99894\n7962,1646649279,47.74304,8.99894\n7963,1646649280,47.74304,8.99894\n7964,1646649281,47.74304,8.99894\n7965,1646649282,47.74304,8.99894\n7966,1646649283,47.74304,8.99894\n7967,1646649284,47.74304,8.99894\n7968,1646649285,47.74304,8.99894\n7969,1646649286,47.74304,8.99894\n7970,1646649287,47.74304,8.99894\n7971,1646649288,47.74304,8.99894\n7972,1646649289,47.74304,8.99894\n7973,1646649290,47.74304,8.99894\n7974,1646649291,47.74304,8.99894\n7975,1646649292,47.74304,8.99894\n7976,1646649293,47.74304,8.99894\n7977,1646649294,47.74304,8.99894\n7978,1646649295,47.74304,8.99894\n7979,1646649296,47.74304,8.99894\n7980,1646649297,47.74304,8.99894\n7981,1646649298,47.74304,8.99894\n7982,1646649299,47.74304,8.99894\n7983,1646649300,47.74304,8.99894\n7984,1646649301,47.74304,8.99894\n7985,1646649302,47.74304,8.99894\n7986,1646649303,47.74304,8.99894\n7987,1646649304,47.74304,8.99894\n7988,1646649305,47.74304,8.99894\n7989,1646649306,47.74304,8.99894\n7990,1646649307,47.74304,8.99894\n7991,1646649308,47.74304,8.99894\n7992,1646649309,47.74304,8.99894\n7993,1646649310,47.74304,8.99894\n7994,1646649311,47.74304,8.99894\n7995,1646649312,47.74304,8.99894\n7996,1646649313,47.74304,8.99894\n7997,1646649314,47.74304,8.99894\n7998,1646649315,47.74304,8.99894\n7999,1646649316,47.74304,8.99894\n8000,1646649317,47.74304,8.99894\n8001,1646649318,47.74304,8.99894\n8002,1646649319,47.74304,8.99894\n8003,1646649320,47.74304,8.99894\n8004,1646649321,47.74304,8.99894\n8005,1646649322,47.74304,8.99894\n8006,1646649323,47.74304,8.99894\n8007,1646649324,47.74304,8.99894\n8008,1646649325,47.74304,8.99894\n8009,1646649326,47.74304,8.99894\n8010,1646649327,47.74304,8.99894\n8011,1646649328,47.74304,8.99894\n8012,1646649329,47.74304,8.99894\n8013,1646649330,47.74304,8.99894\n8014,1646649331,47.74304,8.99894\n8015,1646649332,47.74304,8.99894\n8016,1646649333,47.74304,8.99894\n8017,1646649334,47.74304,8.99894\n8018,1646649335,47.74304,8.99894\n8019,1646649336,47.74304,8.99894\n8020,1646649337,47.74304,8.99894\n8021,1646649338,47.74304,8.99894\n8022,1646649339,47.74304,8.99894\n8023,1646649340,47.74304,8.99894\n8024,1646649341,47.74304,8.99894\n8025,1646649342,47.74304,8.99894\n8026,1646649343,47.74304,8.99894\n8027,1646649344,47.74304,8.99894\n8028,1646649345,47.74304,8.99894\n8029,1646649346,47.74304,8.99894\n8030,1646649347,47.74304,8.99894\n8031,1646649348,47.74304,8.99894\n8032,1646649349,47.74304,8.99894\n8033,1646649350,47.74304,8.99894\n8034,1646649351,47.74304,8.99894\n8035,1646649352,47.74304,8.99894\n8036,1646649353,47.74304,8.99894\n8037,1646649354,47.74304,8.99894\n8038,1646649355,47.74304,8.99894\n8039,1646649356,47.74304,8.99894\n8040,1646649357,47.74304,8.99894\n8041,1646649358,47.74304,8.99894\n8042,1646649359,47.74304,8.99894\n8043,1646649360,47.74304,8.99894\n8044,1646649361,47.74304,8.99894\n8045,1646649362,47.74304,8.99894\n8046,1646649363,47.74304,8.99894\n8047,1646649364,47.74304,8.99894\n8048,1646649365,47.74304,8.99894\n8049,1646649366,47.74304,8.99894\n8050,1646649367,47.74304,8.99894\n8051,1646649368,47.74304,8.99894\n8052,1646649369,47.74304,8.99894\n8053,1646649370,47.74304,8.99894\n8054,1646649371,47.74304,8.99894\n8055,1646649372,47.74304,8.99894\n8056,1646649373,47.74304,8.99894\n8057,1646649374,47.74304,8.99894\n8058,1646649375,47.74304,8.99894\n8059,1646649376,47.74304,8.99894\n8060,1646649377,47.74304,8.99894\n8061,1646649378,47.74304,8.99894\n8062,1646649379,47.74304,8.99894\n8063,1646649380,47.74304,8.99894\n8064,1646649381,47.74304,8.99894\n8065,1646649382,47.74304,8.99894\n8066,1646649383,47.74304,8.99894\n8067,1646649384,47.74304,8.99894\n8068,1646649385,47.74304,8.99894\n8069,1646649386,47.74304,8.99894\n8070,1646649387,47.74304,8.99894\n8071,1646649388,47.74304,8.99894\n8072,1646649389,47.74304,8.99894\n8073,1646649390,47.74304,8.99894\n8074,1646649391,47.74304,8.99894\n8075,1646649392,47.74304,8.99894\n8076,1646649393,47.74304,8.99894\n8077,1646649394,47.74304,8.99894\n8078,1646649395,47.74304,8.99894\n8079,1646649396,47.74304,8.99894\n8080,1646649397,47.74304,8.99894\n8081,1646649398,47.74304,8.99894\n8082,1646649399,47.74304,8.99894\n8083,1646649400,47.74304,8.99894\n8084,1646649401,47.74304,8.99894\n8085,1646649402,47.74304,8.99894\n8086,1646649403,47.74304,8.99894\n8087,1646649404,47.74304,8.99894\n8088,1646649405,47.74304,8.99894\n8089,1646649406,47.74304,8.99894\n8090,1646649407,47.74304,8.99894\n8091,1646649408,47.74304,8.99894\n8092,1646649409,47.74304,8.99894\n8093,1646649410,47.74304,8.99894\n8094,1646649411,47.74304,8.99894\n8095,1646649412,47.74304,8.99894\n8096,1646649413,47.74304,8.99894\n8097,1646649414,47.74304,8.99894\n8098,1646649415,47.74304,8.99894\n8099,1646649416,47.74304,8.99894\n8100,1646649417,47.74304,8.99894\n8101,1646649418,47.74304,8.99894\n8102,1646649419,47.74304,8.99894\n8103,1646649420,47.74304,8.99894\n8104,1646649421,47.74304,8.99894\n8105,1646649422,47.74304,8.99894\n8106,1646649423,47.74304,8.99894\n8107,1646649424,47.74304,8.99894\n8108,1646649425,47.74304,8.99894\n8109,1646649426,47.74304,8.99894\n8110,1646649427,47.74304,8.99894\n8111,1646649428,47.74304,8.99894\n8112,1646649429,47.74304,8.99894\n8113,1646649430,47.74304,8.99894\n8114,1646649431,47.74304,8.99894\n8115,1646649432,47.74304,8.99894\n8116,1646649433,47.74304,8.99894\n8117,1646649434,47.74304,8.99894\n8118,1646649435,47.74304,8.99894\n8119,1646649436,47.74304,8.99894\n8120,1646649437,47.74304,8.99894\n8121,1646649438,47.74304,8.99894\n8122,1646649439,47.74304,8.99894\n8123,1646649440,47.74304,8.99894\n8124,1646649441,47.74304,8.99894\n8125,1646649442,47.74304,8.99894\n8126,1646649443,47.74304,8.99894\n8127,1646649444,47.74304,8.99894\n8128,1646649445,47.74304,8.99894\n8129,1646649446,47.74304,8.99894\n8130,1646649447,47.74304,8.99894\n8131,1646649448,47.74304,8.99894\n8132,1646649449,47.74304,8.99894\n8133,1646649450,47.74304,8.99894\n8134,1646649451,47.74304,8.99894\n8135,1646649452,47.74304,8.99894\n8136,1646649453,47.74304,8.99894\n8137,1646649454,47.74304,8.99894\n8138,1646649455,47.74304,8.99894\n8139,1646649456,47.74304,8.99894\n8140,1646649457,47.74304,8.99894\n8141,1646649458,47.74304,8.99894\n8142,1646649459,47.74304,8.99894\n8143,1646649460,47.74304,8.99894\n8144,1646649461,47.74304,8.99894\n8145,1646649462,47.74304,8.99894\n8146,1646649463,47.74304,8.99894\n8147,1646649464,47.74304,8.99894\n8148,1646649465,47.74304,8.99894\n8149,1646649466,47.74304,8.99894\n8150,1646649467,47.74304,8.99894\n8151,1646649468,47.74304,8.99894\n8152,1646649469,47.74304,8.99894\n8153,1646649470,47.74304,8.99894\n8154,1646649471,47.74304,8.99894\n8155,1646649472,47.74304,8.99894\n8156,1646649473,47.74304,8.99894\n8157,1646649474,47.74304,8.99894\n8158,1646649475,47.74304,8.99894\n8159,1646649476,47.74304,8.99894\n8160,1646649477,47.74304,8.99894\n8161,1646649478,47.74304,8.99894\n8162,1646649479,47.74304,8.99894\n8163,1646649480,47.74304,8.99894\n8164,1646649481,47.74304,8.99894\n8165,1646649482,47.74304,8.99894\n8166,1646649483,47.74304,8.99894\n8167,1646649484,47.74304,8.99894\n8168,1646649485,47.74304,8.99894\n8169,1646649486,47.74304,8.99894\n8170,1646649487,47.74304,8.99894\n8171,1646649488,47.74304,8.99894\n8172,1646649489,47.74304,8.99894\n8173,1646649490,47.74304,8.99894\n8174,1646649491,47.74304,8.99894\n8175,1646649492,47.74304,8.99894\n8176,1646649493,47.74304,8.99894\n8177,1646649494,47.74304,8.99894\n8178,1646649495,47.74304,8.99894\n8179,1646649496,47.74304,8.99894\n8180,1646649497,47.74304,8.99894\n8181,1646649498,47.74304,8.99894\n8182,1646649499,47.74304,8.99894\n8183,1646649500,47.74304,8.99894\n8184,1646649501,47.74304,8.99894\n8185,1646649502,47.74304,8.99894\n8186,1646649503,47.74304,8.99894\n8187,1646649504,47.74304,8.99894\n8188,1646649505,47.74304,8.99894\n8189,1646649506,47.74304,8.99894\n8190,1646649507,47.74304,8.99894\n8191,1646649508,47.74304,8.99894\n8192,1646649509,47.74304,8.99894\n8193,1646649510,47.74304,8.99894\n8194,1646649511,47.74304,8.99894\n8195,1646649512,47.74304,8.99894\n8196,1646649513,47.74304,8.99894\n8197,1646649514,47.74304,8.99894\n8198,1646649515,47.74304,8.99894\n8199,1646649516,47.74304,8.99894\n8200,1646649517,47.74304,8.99894\n8201,1646649518,47.74304,8.99894\n8202,1646649519,47.74304,8.99894\n8203,1646649520,47.74304,8.99894\n8204,1646649521,47.74304,8.99894\n8205,1646649522,47.74304,8.99894\n8206,1646649523,47.74304,8.99894\n8207,1646649524,47.74304,8.99894\n8208,1646649525,47.74304,8.99894\n8209,1646649526,47.74304,8.99894\n8210,1646649527,47.74304,8.99894\n8211,1646649528,47.74304,8.99894\n8212,1646649529,47.74304,8.99894\n8213,1646649530,47.74304,8.99894\n8214,1646649531,47.74304,8.99894\n8215,1646649532,47.74304,8.99894\n8216,1646649533,47.74304,8.99894\n8217,1646649534,47.74304,8.99894\n8218,1646649535,47.74304,8.99894\n8219,1646649536,47.74304,8.99894\n8220,1646649537,47.74304,8.99894\n8221,1646649538,47.74304,8.99894\n8222,1646649539,47.74304,8.99894\n8223,1646649540,47.74304,8.99894\n8224,1646649541,47.74304,8.99894\n8225,1646649542,47.74304,8.99894\n8226,1646649543,47.74304,8.99894\n8227,1646649544,47.74304,8.99894\n8228,1646649545,47.74304,8.99894\n8229,1646649546,47.74304,8.99894\n8230,1646649547,47.74304,8.99894\n8231,1646649548,47.74304,8.99894\n8232,1646649549,47.74304,8.99894\n8233,1646649550,47.74304,8.99894\n8234,1646649551,47.74304,8.99894\n8235,1646649552,47.74304,8.99894\n8236,1646649553,47.74304,8.99894\n8237,1646649554,47.74304,8.99894\n8238,1646649555,47.74304,8.99894\n8239,1646649556,47.74304,8.99894\n8240,1646649557,47.74304,8.99894\n8241,1646649558,47.74304,8.99894\n8242,1646649559,47.74304,8.99894\n8243,1646649560,47.74304,8.99894\n8244,1646649561,47.74304,8.99894\n8245,1646649562,47.74304,8.99894\n8246,1646649563,47.74304,8.99894\n8247,1646649564,47.74304,8.99894\n8248,1646649565,47.74304,8.99894\n8249,1646649566,47.74304,8.99894\n8250,1646649567,47.74304,8.99894\n8251,1646649568,47.74304,8.99894\n8252,1646649569,47.74304,8.99894\n8253,1646649570,47.74304,8.99894\n8254,1646649571,47.74304,8.99894\n8255,1646649572,47.74304,8.99894\n8256,1646649573,47.74304,8.99894\n8257,1646649574,47.74304,8.99894\n8258,1646649575,47.74304,8.99894\n8259,1646649576,47.74304,8.99894\n8260,1646649577,47.74304,8.99894\n8261,1646649578,47.74304,8.99894\n8262,1646649579,47.74304,8.99894\n8263,1646649580,47.74304,8.99894\n8264,1646649581,47.74304,8.99894\n8265,1646649582,47.74304,8.99894\n8266,1646649583,47.74304,8.99894\n8267,1646649584,47.74304,8.99894\n8268,1646649585,47.74304,8.99894\n8269,1646649586,47.74304,8.99894\n8270,1646649587,47.74304,8.99894\n8271,1646649588,47.74304,8.99894\n8272,1646649589,47.74304,8.99894\n8273,1646649590,47.74304,8.99894\n8274,1646649591,47.74304,8.99894\n8275,1646649592,47.74304,8.99894\n8276,1646649593,47.74304,8.99894\n8277,1646649594,47.74304,8.99894\n8278,1646649595,47.74304,8.99894\n8279,1646649596,47.74304,8.99894\n8280,1646649597,47.74304,8.99894\n8281,1646649598,47.74304,8.99894\n8282,1646649599,47.74304,8.99894\n8283,1646649600,47.74304,8.99894\n8284,1646649601,47.74304,8.99894\n8285,1646649602,47.74304,8.99894\n8286,1646649603,47.74304,8.99894\n8287,1646649604,47.74304,8.99894\n8288,1646649605,47.74304,8.99894\n8289,1646649606,47.74304,8.99894\n8290,1646649607,47.74304,8.99894\n8291,1646649608,47.74304,8.99894\n8292,1646649609,47.74304,8.99894\n8293,1646649610,47.74304,8.99894\n8294,1646649611,47.74304,8.99894\n8295,1646649612,47.74304,8.99894\n8296,1646649613,47.74304,8.99894\n8297,1646649614,47.74304,8.99894\n8298,1646649615,47.74304,8.99893\n8299,1646649616,47.74304,8.99893\n8300,1646649617,47.74304,8.99893\n8301,1646649618,47.74304,8.99893\n8302,1646649619,47.74304,8.99893\n8303,1646649620,47.74304,8.99893\n8304,1646649621,47.74304,8.99893\n8305,1646649622,47.74304,8.99893\n8306,1646649623,47.74304,8.99893\n8307,1646649624,47.74304,8.99893\n8308,1646649625,47.74304,8.99893\n8309,1646649626,47.74304,8.99893\n8310,1646649627,47.74304,8.99893\n8311,1646649628,47.74304,8.99893\n8312,1646649629,47.74304,8.99893\n8313,1646649630,47.74304,8.99893\n8314,1646649631,47.74304,8.99893\n8315,1646649632,47.74305,8.99893\n8316,1646649633,47.74305,8.99893\n8317,1646649634,47.74305,8.99893\n8318,1646649635,47.74305,8.99893\n8319,1646649636,47.74305,8.99893\n8320,1646649637,47.74305,8.99893\n8321,1646649638,47.74305,8.99893\n8322,1646649639,47.74305,8.99893\n8323,1646649640,47.74305,8.99893\n8324,1646649641,47.74305,8.99893\n8325,1646649642,47.74305,8.99893\n8326,1646649643,47.74305,8.99893\n8327,1646649644,47.74305,8.99893\n8328,1646649645,47.74305,8.99893\n8329,1646649646,47.74305,8.99893\n8330,1646649647,47.74305,8.99893\n8331,1646649648,47.74305,8.99893\n8332,1646649649,47.74305,8.99893\n8333,1646649650,47.74305,8.99893\n8334,1646649651,47.74305,8.99893\n8335,1646649652,47.74305,8.99893\n8336,1646649653,47.74305,8.99893\n8337,1646649654,47.74305,8.99893\n8338,1646649655,47.74305,8.99893\n8339,1646649656,47.74305,8.99893\n8340,1646649657,47.74305,8.99893\n8341,1646649658,47.74305,8.99893\n8342,1646649659,47.74305,8.99893\n8343,1646649660,47.74305,8.99893\n8344,1646649661,47.74305,8.99893\n8345,1646649662,47.74305,8.99893\n8346,1646649663,47.74305,8.99893\n8347,1646649664,47.74305,8.99893\n8348,1646649665,47.74305,8.99893\n8349,1646649666,47.74305,8.99893\n8350,1646649667,47.74305,8.99893\n8351,1646649668,47.74305,8.99893\n8352,1646649669,47.74305,8.99893\n8353,1646649670,47.74305,8.99893\n8354,1646649671,47.74305,8.99893\n8355,1646649672,47.74305,8.99893\n8356,1646649673,47.74305,8.99893\n8357,1646649674,47.74305,8.99893\n8358,1646649675,47.74305,8.99893\n8359,1646649676,47.74305,8.99893\n8360,1646649677,47.74305,8.99893\n8361,1646649678,47.74305,8.99893\n8362,1646649679,47.74305,8.99893\n8363,1646649680,47.74305,8.99893\n8364,1646649681,47.74305,8.99893\n8365,1646649682,47.74305,8.99893\n8366,1646649683,47.74305,8.99893\n8367,1646649684,47.74305,8.99893\n8368,1646649685,47.74305,8.99893\n8369,1646649686,47.74305,8.99893\n8370,1646649687,47.74305,8.99893\n8371,1646649688,47.74305,8.99893\n8372,1646649689,47.74305,8.99893\n8373,1646649690,47.74305,8.99893\n8374,1646649691,47.74305,8.99893\n8375,1646649692,47.74305,8.99893\n8376,1646649693,47.74305,8.99893\n8377,1646649694,47.74305,8.99893\n8378,1646649695,47.74305,8.99893\n8379,1646649696,47.74305,8.99893\n8380,1646649697,47.74305,8.99893\n8381,1646649698,47.74305,8.99893\n8382,1646649699,47.74305,8.99893\n8383,1646649700,47.74305,8.99893\n8384,1646649701,47.74305,8.99893\n8385,1646649702,47.74305,8.99893\n8386,1646649703,47.74305,8.99893\n8387,1646649704,47.74305,8.99893\n8388,1646649705,47.74305,8.99893\n8389,1646649706,47.74305,8.99893\n8390,1646649707,47.74305,8.99893\n8391,1646649708,47.74305,8.99893\n8392,1646649709,47.74305,8.99893\n8393,1646649710,47.74305,8.99893\n8394,1646649711,47.74305,8.99893\n8395,1646649712,47.74305,8.99893\n8396,1646649713,47.74305,8.99893\n8397,1646649714,47.74305,8.99893\n8398,1646649715,47.74305,8.99893\n8399,1646649716,47.74305,8.99893\n8400,1646649717,47.74305,8.99893\n8401,1646649718,47.74305,8.99893\n8402,1646649719,47.74305,8.99893\n8403,1646649720,47.74305,8.99893\n8404,1646649721,47.74305,8.99893\n8405,1646649722,47.74305,8.99893\n8406,1646649723,47.74305,8.99893\n8407,1646649724,47.74305,8.99893\n8408,1646649725,47.74305,8.99893\n8409,1646649726,47.74305,8.99893\n8410,1646649727,47.74305,8.99893\n8411,1646649728,47.74305,8.99893\n8412,1646649729,47.74305,8.99893\n8413,1646649730,47.74305,8.99893\n8414,1646649731,47.74305,8.99893\n8415,1646649732,47.74305,8.99893\n8416,1646649733,47.74305,8.99893\n8417,1646649734,47.74305,8.99893\n8418,1646649735,47.74305,8.99893\n8419,1646649736,47.74305,8.99893\n8420,1646649737,47.74305,8.99893\n8421,1646649738,47.74305,8.99893\n8422,1646649739,47.74305,8.99893\n8423,1646649740,47.74305,8.99893\n8424,1646649741,47.74305,8.99893\n8425,1646649742,47.74305,8.99893\n8426,1646649743,47.74305,8.99893\n8427,1646649744,47.74305,8.99893\n8428,1646649745,47.74305,8.99893\n8429,1646649746,47.74305,8.99893\n8430,1646649747,47.74305,8.99893\n8431,1646649748,47.74305,8.99893\n8432,1646649749,47.74305,8.99893\n8433,1646649750,47.74305,8.99893\n8434,1646649751,47.74305,8.99893\n8435,1646649752,47.74305,8.99893\n8436,1646649753,47.74305,8.99893\n8437,1646649754,47.74305,8.99893\n8438,1646649755,47.74305,8.99893\n8439,1646649756,47.74305,8.99893\n8440,1646649757,47.74305,8.99893\n8441,1646649758,47.74305,8.99893\n8442,1646649759,47.74305,8.99893\n8443,1646649760,47.74305,8.99893\n8444,1646649761,47.74305,8.99893\n8445,1646649762,47.74305,8.99893\n8446,1646649763,47.74305,8.99893\n8447,1646649764,47.74305,8.99893\n8448,1646649765,47.74305,8.99893\n8449,1646649766,47.74305,8.99893\n8450,1646649767,47.74305,8.99893\n8451,1646649768,47.74305,8.99893\n8452,1646649769,47.74305,8.99893\n8453,1646649770,47.74305,8.99893\n8454,1646649771,47.74305,8.99893\n8455,1646649772,47.74305,8.99893\n8456,1646649773,47.74305,8.99893\n8457,1646649774,47.74305,8.99893\n8458,1646649775,47.74305,8.99893\n8459,1646649776,47.74305,8.99893\n8460,1646649777,47.74305,8.99893\n8461,1646649778,47.74305,8.99893\n8462,1646649779,47.74305,8.99893\n8463,1646649780,47.74305,8.99893\n8464,1646649781,47.74305,8.99893\n8465,1646649782,47.74305,8.99893\n8466,1646649783,47.74305,8.99893\n8467,1646649784,47.74305,8.99893\n8468,1646649785,47.74305,8.99893\n8469,1646649786,47.74305,8.99893\n8470,1646649787,47.74305,8.99893\n8471,1646649788,47.74305,8.99893\n8472,1646649789,47.74305,8.99893\n8473,1646649790,47.74305,8.99893\n8474,1646649791,47.74305,8.99893\n8475,1646649792,47.74305,8.99893\n8476,1646649793,47.74305,8.99893\n8477,1646649794,47.74305,8.99893\n8478,1646649795,47.74305,8.99893\n8479,1646649796,47.74305,8.99893\n8480,1646649797,47.74305,8.99893\n8481,1646649798,47.74305,8.99893\n8482,1646649799,47.74305,8.99893\n8483,1646649800,47.74305,8.99893\n8484,1646649801,47.74305,8.99893\n8485,1646649802,47.74305,8.99893\n8486,1646649803,47.74305,8.99893\n8487,1646649804,47.74305,8.99893\n8488,1646649805,47.74305,8.99893\n8489,1646649806,47.74305,8.99893\n8490,1646649807,47.74305,8.99893\n8491,1646649808,47.74305,8.99893\n8492,1646649809,47.74305,8.99893\n8493,1646649810,47.74305,8.99893\n8494,1646649811,47.74305,8.99893\n8495,1646649812,47.74305,8.99893\n8496,1646649813,47.74305,8.99893\n8497,1646649814,47.74305,8.99893\n8498,1646649815,47.74305,8.99893\n8499,1646649816,47.74305,8.99893\n8500,1646649817,47.74305,8.99893\n8501,1646649818,47.74305,8.99893\n8502,1646649819,47.74305,8.99893\n8503,1646649820,47.74305,8.99893\n8504,1646649821,47.74305,8.99893\n8505,1646649822,47.74305,8.99893\n8506,1646649823,47.74305,8.99893\n8507,1646649824,47.74305,8.99893\n8508,1646649825,47.74305,8.99893\n8509,1646649826,47.74305,8.99893\n8510,1646649827,47.74305,8.99893\n8511,1646649828,47.74305,8.99893\n8512,1646649829,47.74305,8.99893\n8513,1646649830,47.74305,8.99893\n8514,1646649831,47.74305,8.99893\n8515,1646649832,47.74305,8.99893\n8516,1646649833,47.74305,8.99893\n8517,1646649834,47.74305,8.99893\n8518,1646649835,47.74305,8.99893\n8519,1646649836,47.74305,8.99893\n8520,1646649837,47.74305,8.99893\n8521,1646649838,47.74305,8.99893\n8522,1646649839,47.74305,8.99893\n8523,1646649840,47.74305,8.99893\n8524,1646649841,47.74305,8.99893\n8525,1646649842,47.74305,8.99893\n8526,1646649843,47.74305,8.99893\n8527,1646649844,47.74305,8.99893\n8528,1646649845,47.74305,8.99893\n8529,1646649846,47.74305,8.99893\n8530,1646649847,47.74305,8.99893\n8531,1646649848,47.74305,8.99893\n8532,1646649849,47.74305,8.99893\n8533,1646649850,47.74305,8.99893\n8534,1646649851,47.74305,8.99893\n8535,1646649852,47.74305,8.99893\n8536,1646649853,47.74305,8.99893\n8537,1646649854,47.74305,8.99893\n8538,1646649855,47.74305,8.99893\n8539,1646649856,47.74305,8.99893\n8540,1646649857,47.74305,8.99893\n8541,1646649858,47.74305,8.99893\n8542,1646649859,47.74305,8.99893\n8543,1646649860,47.74305,8.99893\n8544,1646649861,47.74305,8.99893\n8545,1646649862,47.74305,8.99893\n8546,1646649863,47.74305,8.99893\n8547,1646649864,47.74305,8.99893\n8548,1646649865,47.74305,8.99893\n8549,1646649866,47.74305,8.99893\n8550,1646649867,47.74305,8.99893\n8551,1646649868,47.74305,8.99893\n8552,1646649869,47.74305,8.99893\n8553,1646649870,47.74305,8.99893\n8554,1646649871,47.74305,8.99893\n8555,1646649872,47.74305,8.99893\n8556,1646649873,47.74305,8.99893\n8557,1646649874,47.74305,8.99893\n8558,1646649875,47.74305,8.99893\n8559,1646649876,47.74305,8.99893\n8560,1646649877,47.74305,8.99893\n8561,1646649878,47.74305,8.99893\n8562,1646649879,47.74305,8.99893\n8563,1646649880,47.74305,8.99893\n8564,1646649881,47.74305,8.99893\n8565,1646649882,47.74305,8.99893\n8566,1646649883,47.74305,8.99893\n8567,1646649884,47.74305,8.99893\n8568,1646649885,47.74305,8.99893\n8569,1646649886,47.74305,8.99893\n8570,1646649887,47.74305,8.99893\n8571,1646649888,47.74305,8.99893\n8572,1646649889,47.74305,8.99893\n8573,1646649890,47.74305,8.99893\n8574,1646649891,47.74305,8.99893\n8575,1646649892,47.74305,8.99893\n8576,1646649893,47.74305,8.99893\n8577,1646649894,47.74305,8.99893\n8578,1646649895,47.74305,8.99893\n8579,1646649896,47.74305,8.99893\n8580,1646649897,47.74305,8.99893\n8581,1646649898,47.74305,8.99893\n8582,1646649899,47.74305,8.99893\n8583,1646649900,47.74305,8.99893\n8584,1646649901,47.74305,8.99893\n8585,1646649902,47.74305,8.99893\n8586,1646649903,47.74305,8.99893\n8587,1646649904,47.74305,8.99893\n8588,1646649905,47.74305,8.99893\n8589,1646649906,47.74305,8.99893\n8590,1646649907,47.74305,8.99893\n8591,1646649908,47.74305,8.99893\n8592,1646649909,47.74305,8.99893\n8593,1646649910,47.74305,8.99893\n8594,1646649911,47.74305,8.99893\n8595,1646649912,47.74305,8.99893\n8596,1646649913,47.74305,8.99893\n8597,1646649914,47.74305,8.99893\n8598,1646649915,47.74305,8.99893\n8599,1646649916,47.74305,8.99893\n8600,1646649917,47.74305,8.99893\n8601,1646649918,47.74305,8.99893\n8602,1646649919,47.74305,8.99893\n8603,1646649920,47.74305,8.99893\n8604,1646649921,47.74305,8.99893\n8605,1646649922,47.74305,8.99893\n8606,1646649923,47.74305,8.99893\n8607,1646649924,47.74305,8.99893\n8608,1646649925,47.74305,8.99893\n8609,1646649926,47.74305,8.99893\n8610,1646649927,47.74305,8.99893\n8611,1646649928,47.74305,8.99893\n8612,1646649929,47.74305,8.99893\n8613,1646649930,47.74305,8.99893\n8614,1646649931,47.74305,8.99893\n8615,1646649932,47.74305,8.99893\n8616,1646649933,47.74305,8.99893\n8617,1646649934,47.74305,8.99893\n8618,1646649935,47.74305,8.99893\n8619,1646649936,47.74305,8.99893\n8620,1646649937,47.74305,8.99893\n8621,1646649938,47.74305,8.99893\n8622,1646649939,47.74305,8.99893\n8623,1646649940,47.74305,8.99893\n8624,1646649941,47.74305,8.99893\n8625,1646649942,47.74305,8.99893\n8626,1646649943,47.74305,8.99893\n8627,1646649944,47.74305,8.99893\n8628,1646649945,47.74305,8.99893\n8629,1646649946,47.74305,8.99893\n8630,1646649947,47.74305,8.99893\n8631,1646649948,47.74305,8.99893\n8632,1646649949,47.74305,8.99893\n8633,1646649950,47.74305,8.99893\n8634,1646649951,47.74305,8.99893\n8635,1646649952,47.74305,8.99893\n8636,1646649953,47.74305,8.99893\n8637,1646649954,47.74305,8.99893\n8638,1646649955,47.74305,8.99893\n8639,1646649956,47.74305,8.99893\n8640,1646649957,47.74305,8.99893\n8641,1646649958,47.74305,8.99893\n8642,1646649959,47.74305,8.99893\n8643,1646649960,47.74305,8.99893\n8644,1646649961,47.74305,8.99893\n8645,1646649962,47.74305,8.99893\n8646,1646649963,47.74305,8.99893\n8647,1646649964,47.74305,8.99893\n8648,1646649965,47.74305,8.99893\n8649,1646649966,47.74305,8.99893\n8650,1646649967,47.74305,8.99893\n8651,1646649968,47.74305,8.99893\n8652,1646649969,47.74305,8.99893\n8653,1646649970,47.74305,8.99893\n8654,1646649971,47.74305,8.99893\n8655,1646649972,47.74305,8.99893\n8656,1646649973,47.74305,8.99893\n8657,1646649974,47.74305,8.99893\n8658,1646649975,47.74305,8.99893\n8659,1646649976,47.74305,8.99893\n8660,1646649977,47.74305,8.99893\n8661,1646649978,47.74305,8.99893\n8662,1646649979,47.74305,8.99893\n8663,1646649980,47.74305,8.99893\n8664,1646649981,47.74305,8.99893\n8665,1646649982,47.74305,8.99893\n8666,1646649983,47.74305,8.99893\n8667,1646649984,47.74305,8.99893\n8668,1646649985,47.74305,8.99893\n8669,1646649986,47.74305,8.99893\n8670,1646649987,47.74305,8.99893\n8671,1646649988,47.74305,8.99893\n8672,1646649989,47.74305,8.99893\n8673,1646649990,47.74305,8.99893\n8674,1646649991,47.74305,8.99893\n8675,1646649992,47.74305,8.99893\n8676,1646649993,47.74305,8.99893\n8677,1646649994,47.74305,8.99893\n8678,1646649995,47.74305,8.99893\n8679,1646649996,47.74305,8.99893\n8680,1646649997,47.74305,8.99893\n8681,1646649998,47.74305,8.99893\n8682,1646649999,47.74305,8.99893\n8683,1646650000,47.74305,8.99893\n8684,1646650001,47.74305,8.99893\n8685,1646650002,47.74305,8.99893\n8686,1646650003,47.74305,8.99893\n8687,1646650004,47.74305,8.99893\n8688,1646650005,47.74305,8.99893\n8689,1646650006,47.74305,8.99893\n8690,1646650007,47.74305,8.99893\n8691,1646650008,47.74305,8.99893\n8692,1646650009,47.74305,8.99893\n8693,1646650010,47.74305,8.99893\n8694,1646650011,47.74305,8.99893\n8695,1646650012,47.74305,8.99893\n8696,1646650013,47.74305,8.99893\n8697,1646650014,47.74305,8.99893\n8698,1646650015,47.74305,8.99893\n8699,1646650016,47.74305,8.99893\n8700,1646650017,47.74305,8.99893\n8701,1646650018,47.74305,8.99893\n8702,1646650019,47.74305,8.99893\n8703,1646650020,47.74305,8.99893\n8704,1646650021,47.74305,8.99893\n8705,1646650022,47.74305,8.99893\n8706,1646650023,47.74305,8.99893\n8707,1646650024,47.74305,8.99893\n8708,1646650025,47.74305,8.99893\n8709,1646650026,47.74305,8.99893\n8710,1646650027,47.74305,8.99893\n8711,1646650028,47.74305,8.99893\n8712,1646650029,47.74305,8.99893\n8713,1646650030,47.74305,8.99893\n8714,1646650031,47.74305,8.99893\n8715,1646650032,47.74305,8.99893\n8716,1646650033,47.74305,8.99893\n8717,1646650034,47.74305,8.99893\n8718,1646650035,47.74305,8.99893\n8719,1646650036,47.74305,8.99893\n8720,1646650037,47.74305,8.99893\n8721,1646650038,47.74305,8.99893\n8722,1646650039,47.74305,8.99893\n8723,1646650040,47.74305,8.99893\n8724,1646650041,47.74305,8.99893\n8725,1646650042,47.74305,8.99893\n8726,1646650043,47.74305,8.99893\n8727,1646650044,47.74305,8.99893\n8728,1646650045,47.74305,8.99893\n8729,1646650046,47.74305,8.99893\n8730,1646650047,47.74305,8.99893\n8731,1646650048,47.74305,8.99893\n8732,1646650049,47.74305,8.99893\n8733,1646650050,47.74305,8.99893\n8734,1646650051,47.74305,8.99893\n8735,1646650052,47.74305,8.99893\n8736,1646650053,47.74305,8.99893\n8737,1646650054,47.74305,8.99893\n8738,1646650055,47.74305,8.99893\n8739,1646650056,47.74305,8.99893\n8740,1646650057,47.74305,8.99893\n8741,1646650058,47.74305,8.99893\n8742,1646650059,47.74305,8.99893\n8743,1646650060,47.74305,8.99893\n8744,1646650061,47.74305,8.99893\n8745,1646650062,47.74305,8.99893\n8746,1646650063,47.74305,8.99893\n8747,1646650064,47.74305,8.99893\n8748,1646650065,47.74305,8.99893\n8749,1646650066,47.74305,8.99893\n8750,1646650067,47.74305,8.99893\n8751,1646650068,47.74305,8.99893\n8752,1646650069,47.74305,8.99893\n8753,1646650070,47.74305,8.99893\n8754,1646650071,47.74305,8.99893\n8755,1646650072,47.74305,8.99893\n8756,1646650073,47.74305,8.99893\n8757,1646650074,47.74305,8.99893\n8758,1646650075,47.74305,8.99893\n8759,1646650076,47.74305,8.99893\n8760,1646650077,47.74305,8.99893\n8761,1646650078,47.74305,8.99893\n8762,1646650079,47.74305,8.99893\n8763,1646650080,47.74305,8.99893\n8764,1646650081,47.74306,8.99893\n8765,1646650082,47.74306,8.99893\n8766,1646650083,47.74306,8.99893\n8767,1646650084,47.74306,8.99893\n8768,1646650085,47.74306,8.99893\n8769,1646650086,47.74306,8.99893\n8770,1646650087,47.74306,8.99893\n8771,1646650088,47.74306,8.99893\n8772,1646650089,47.74306,8.99893\n8773,1646650090,47.74306,8.99893\n8774,1646650091,47.74306,8.99893\n8775,1646650092,47.74306,8.99893\n8776,1646650093,47.74306,8.99893\n8777,1646650094,47.74306,8.99893\n8778,1646650095,47.74306,8.99893\n8779,1646650096,47.74306,8.99893\n8780,1646650097,47.74306,8.99893\n8781,1646650098,47.74306,8.99893\n8782,1646650099,47.74306,8.99893\n8783,1646650100,47.74306,8.99893\n8784,1646650101,47.74306,8.99893\n8785,1646650102,47.74306,8.99893\n8786,1646650103,47.74306,8.99893\n8787,1646650104,47.74306,8.99893\n8788,1646650105,47.74306,8.99893\n8789,1646650106,47.74306,8.99893\n8790,1646650107,47.74306,8.99893\n8791,1646650108,47.74306,8.99893\n8792,1646650109,47.74306,8.99893\n8793,1646650110,47.74306,8.99893\n8794,1646650111,47.74306,8.99893\n8795,1646650112,47.74306,8.99893\n8796,1646650113,47.74306,8.99893\n8797,1646650114,47.74306,8.99893\n8798,1646650115,47.74306,8.99893\n8799,1646650116,47.74306,8.99893\n8800,1646650117,47.74306,8.99893\n8801,1646650118,47.74306,8.99893\n8802,1646650119,47.74306,8.99893\n8803,1646650120,47.74306,8.99893\n8804,1646650121,47.74306,8.99893\n8805,1646650122,47.74306,8.99893\n8806,1646650123,47.74306,8.99893\n8807,1646650124,47.74306,8.99893\n8808,1646650125,47.74306,8.99893\n8809,1646650126,47.74306,8.99893\n8810,1646650127,47.74306,8.99893\n8811,1646650128,47.74306,8.99893\n8812,1646650129,47.74306,8.99893\n8813,1646650130,47.74306,8.99893\n8814,1646650131,47.74306,8.99893\n8815,1646650132,47.74306,8.99893\n8816,1646650133,47.74306,8.99893\n8817,1646650134,47.74306,8.99893\n8818,1646650135,47.74306,8.99893\n8819,1646650136,47.74306,8.99893\n8820,1646650137,47.74306,8.99893\n8821,1646650138,47.74306,8.99893\n8822,1646650139,47.74306,8.99893\n8823,1646650140,47.74306,8.99893\n8824,1646650141,47.74306,8.99893\n8825,1646650142,47.74306,8.99893\n8826,1646650143,47.74306,8.99893\n8827,1646650144,47.74306,8.99893\n8828,1646650145,47.74306,8.99893\n8829,1646650146,47.74306,8.99893\n8830,1646650147,47.74306,8.99893\n8831,1646650148,47.74306,8.99893\n8832,1646650149,47.74306,8.99893\n8833,1646650150,47.74306,8.99893\n8834,1646650151,47.74306,8.99893\n8835,1646650152,47.74306,8.99893\n8836,1646650153,47.74306,8.99893\n8837,1646650154,47.74306,8.99893\n8838,1646650155,47.74306,8.99893\n8839,1646650156,47.74306,8.99893\n8840,1646650157,47.74306,8.99893\n8841,1646650158,47.74306,8.99893\n8842,1646650159,47.74306,8.99893\n8843,1646650160,47.74306,8.99893\n8844,1646650161,47.74306,8.99893\n8845,1646650162,47.74306,8.99893\n8846,1646650163,47.74306,8.99893\n8847,1646650164,47.74306,8.99893\n8848,1646650165,47.74306,8.99893\n8849,1646650166,47.74306,8.99893\n8850,1646650167,47.74306,8.99893\n8851,1646650168,47.74306,8.99893\n8852,1646650169,47.74306,8.99893\n8853,1646650170,47.74306,8.99893\n8854,1646650171,47.74306,8.99893\n8855,1646650172,47.74306,8.99893\n8856,1646650173,47.74306,8.99893\n8857,1646650174,47.74306,8.99893\n8858,1646650175,47.74306,8.99893\n8859,1646650176,47.74306,8.99893\n8860,1646650177,47.74306,8.99893\n8861,1646650178,47.74306,8.99893\n8862,1646650179,47.74306,8.99893\n8863,1646650180,47.74306,8.99893\n8864,1646650181,47.74306,8.99893\n8865,1646650182,47.74306,8.99893\n8866,1646650183,47.74306,8.99893\n8867,1646650184,47.74306,8.99893\n8868,1646650185,47.74306,8.99893\n8869,1646650186,47.74306,8.99893\n8870,1646650187,47.74306,8.99893\n8871,1646650188,47.74306,8.99893\n8872,1646650189,47.74306,8.99893\n8873,1646650190,47.74306,8.99893\n8874,1646650191,47.74306,8.99893\n8875,1646650192,47.74306,8.99893\n8876,1646650193,47.74306,8.99893\n8877,1646650194,47.74306,8.99893\n8878,1646650195,47.74306,8.99893\n8879,1646650196,47.74307,8.99893\n8880,1646650197,47.74307,8.99893\n8881,1646650198,47.74307,8.99893\n8882,1646650199,47.74307,8.99893\n8883,1646650200,47.74307,8.99893\n8884,1646650201,47.74307,8.99893\n8885,1646650202,47.74307,8.99893\n8886,1646650203,47.74307,8.99893\n8887,1646650204,47.74307,8.99893\n8888,1646650205,47.74307,8.99893\n8889,1646650206,47.74307,8.99893\n8890,1646650207,47.74307,8.99893\n8891,1646650208,47.74307,8.99893\n8892,1646650209,47.74307,8.99893\n8893,1646650210,47.74307,8.99893\n8894,1646650211,47.74307,8.99893\n8895,1646650212,47.74307,8.99893\n8896,1646650213,47.74307,8.99893\n8897,1646650214,47.74307,8.99893\n8898,1646650215,47.74307,8.99893\n8899,1646650216,47.74307,8.99893\n8900,1646650217,47.74307,8.99893\n8901,1646650218,47.74307,8.99893\n8902,1646650219,47.74307,8.99893\n8903,1646650220,47.74307,8.99893\n8904,1646650221,47.74307,8.99893\n8905,1646650222,47.74307,8.99893\n8906,1646650223,47.74307,8.99893\n8907,1646650224,47.74307,8.99893\n8908,1646650225,47.74307,8.99893\n8909,1646650226,47.74307,8.99893\n8910,1646650227,47.74307,8.99893\n8911,1646650228,47.74307,8.99893\n8912,1646650229,47.74307,8.99893\n8913,1646650230,47.74307,8.99893\n8914,1646650231,47.74307,8.99893\n8915,1646650232,47.74307,8.99893\n8916,1646650233,47.74307,8.99893\n8917,1646650234,47.74307,8.99893\n8918,1646650235,47.74307,8.99893\n8919,1646650236,47.74307,8.99893\n8920,1646650237,47.74307,8.99893\n8921,1646650238,47.74307,8.99893\n8922,1646650239,47.74307,8.99893\n8923,1646650240,47.74307,8.99893\n8924,1646650241,47.74307,8.99893\n8925,1646650242,47.74307,8.99893\n8926,1646650243,47.74307,8.99893\n8927,1646650244,47.74307,8.99893\n8928,1646650245,47.74307,8.99893\n8929,1646650246,47.74307,8.99893\n8930,1646650247,47.74307,8.99893\n8931,1646650248,47.74307,8.99893\n8932,1646650249,47.74307,8.99893\n8933,1646650250,47.74307,8.99893\n8934,1646650251,47.74307,8.99893\n8935,1646650252,47.74307,8.99893\n8936,1646650253,47.74307,8.99893\n8937,1646650254,47.74307,8.99893\n8938,1646650255,47.74307,8.99893\n8939,1646650256,47.74307,8.99893\n8940,1646650257,47.74307,8.99893\n8941,1646650258,47.74307,8.99893\n8942,1646650259,47.74307,8.99893\n8943,1646650260,47.74307,8.99893\n8944,1646650261,47.74307,8.99893\n8945,1646650262,47.74307,8.99893\n8946,1646650263,47.74307,8.99893\n8947,1646650264,47.74307,8.99893\n8948,1646650265,47.74307,8.99893\n8949,1646650266,47.74307,8.99893\n8950,1646650267,47.74307,8.99893\n8951,1646650268,47.74307,8.99893\n8952,1646650269,47.74307,8.99893\n8953,1646650270,47.74307,8.99893\n8954,1646650271,47.74307,8.99893\n8955,1646650272,47.74307,8.99893\n8956,1646650273,47.74307,8.99893\n8957,1646650274,47.74307,8.99893\n8958,1646650275,47.74307,8.99893\n8959,1646650276,47.74307,8.99893\n8960,1646650277,47.74307,8.99893\n8961,1646650278,47.74307,8.99893\n8962,1646650279,47.74307,8.99893\n8963,1646650280,47.74307,8.99893\n8964,1646650281,47.74307,8.99893\n8965,1646650282,47.74307,8.99893\n8966,1646650283,47.74307,8.99893\n8967,1646650284,47.74307,8.99893\n8968,1646650285,47.74307,8.99893\n8969,1646650286,47.74307,8.99893\n8970,1646650287,47.74307,8.99893\n8971,1646650288,47.74307,8.99893\n8972,1646650289,47.74307,8.99893\n8973,1646650290,47.74307,8.99893\n8974,1646650291,47.74307,8.99893\n8975,1646650292,47.74307,8.99893\n8976,1646650293,47.74307,8.99893\n8977,1646650294,47.74307,8.99893\n8978,1646650295,47.74307,8.99893\n8979,1646650296,47.74307,8.99893\n8980,1646650297,47.74307,8.99893\n8981,1646650298,47.74307,8.99893\n8982,1646650299,47.74307,8.99893\n8983,1646650300,47.74307,8.99893\n8984,1646650301,47.74307,8.99893\n8985,1646650302,47.74307,8.99893\n8986,1646650303,47.74307,8.99893\n8987,1646650304,47.74307,8.99893\n8988,1646650305,47.74307,8.99893\n8989,1646650306,47.74307,8.99893\n8990,1646650307,47.74307,8.99893\n8991,1646650308,47.74307,8.99893\n8992,1646650309,47.74307,8.99893\n8993,1646650310,47.74307,8.99893\n8994,1646650311,47.74307,8.99893\n8995,1646650312,47.74307,8.99893\n8996,1646650313,47.74307,8.99893\n8997,1646650314,47.74307,8.99893\n8998,1646650315,47.74307,8.99893\n8999,1646650316,47.74307,8.99893\n9000,1646650317,47.74307,8.99893\n9001,1646650318,47.74307,8.99893\n9002,1646650319,47.74307,8.99893\n9003,1646650320,47.74307,8.99893\n9004,1646650321,47.74307,8.99893\n9005,1646650322,47.74307,8.99893\n9006,1646650323,47.74307,8.99893\n9007,1646650324,47.74307,8.99893\n9008,1646650325,47.74307,8.99893\n9009,1646650326,47.74307,8.99893\n9010,1646650327,47.74307,8.99893\n9011,1646650328,47.74307,8.99893\n9012,1646650329,47.74307,8.99893\n9013,1646650330,47.74307,8.99893\n9014,1646650331,47.74307,8.99893\n9015,1646650332,47.74307,8.99893\n9016,1646650333,47.74307,8.99893\n9017,1646650334,47.74307,8.99893\n9018,1646650335,47.74307,8.99893\n9019,1646650336,47.74307,8.99893\n9020,1646650337,47.74307,8.99893\n9021,1646650338,47.74307,8.99893\n9022,1646650339,47.74307,8.99893\n9023,1646650340,47.74307,8.99893\n9024,1646650341,47.74307,8.99893\n9025,1646650342,47.74307,8.99893\n9026,1646650343,47.74307,8.99893\n9027,1646650344,47.74307,8.99893\n9028,1646650345,47.74307,8.99893\n9029,1646650346,47.74307,8.99893\n9030,1646650347,47.74307,8.99893\n9031,1646650348,47.74307,8.99893\n9032,1646650349,47.74307,8.99893\n9033,1646650350,47.74307,8.99893\n9034,1646650351,47.74307,8.99893\n9035,1646650352,47.74307,8.99893\n9036,1646650353,47.74307,8.99893\n9037,1646650354,47.74307,8.99893\n9038,1646650355,47.74307,8.99893\n9039,1646650356,47.74307,8.99893\n9040,1646650357,47.74307,8.99893\n9041,1646650358,47.74307,8.99893\n9042,1646650359,47.74307,8.99893\n9043,1646650360,47.74307,8.99893\n9044,1646650361,47.74307,8.99893\n9045,1646650362,47.74307,8.99893\n9046,1646650363,47.74307,8.99893\n9047,1646650364,47.74307,8.99893\n9048,1646650365,47.74307,8.99893\n9049,1646650366,47.74307,8.99893\n9050,1646650367,47.74307,8.99893\n9051,1646650368,47.74307,8.99893\n9052,1646650369,47.74307,8.99893\n9053,1646650370,47.74307,8.99893\n9054,1646650371,47.74307,8.99893\n9055,1646650372,47.74307,8.99893\n9056,1646650373,47.74307,8.99893\n9057,1646650374,47.74307,8.99893\n9058,1646650375,47.74307,8.99893\n9059,1646650376,47.74307,8.99893\n9060,1646650377,47.74307,8.99893\n9061,1646650378,47.74307,8.99893\n9062,1646650379,47.74307,8.99893\n9063,1646650380,47.74307,8.99893\n9064,1646650381,47.74307,8.99893\n9065,1646650382,47.74307,8.99893\n9066,1646650383,47.74307,8.99893\n9067,1646650384,47.74307,8.99893\n9068,1646650385,47.74307,8.99893\n9069,1646650386,47.74307,8.99893\n9070,1646650387,47.74307,8.99893\n9071,1646650388,47.74307,8.99893\n9072,1646650389,47.74307,8.99893\n9073,1646650390,47.74307,8.99893\n9074,1646650391,47.74307,8.99893\n9075,1646650392,47.74307,8.99893\n9076,1646650393,47.74307,8.99893\n9077,1646650394,47.74307,8.99893\n9078,1646650395,47.74307,8.99893\n9079,1646650396,47.74307,8.99893\n9080,1646650397,47.74307,8.99893\n9081,1646650398,47.74307,8.99893\n9082,1646650399,47.74307,8.99893\n9083,1646650400,47.74307,8.99894\n9084,1646650401,47.74307,8.99894\n9085,1646650402,47.74307,8.99894\n9086,1646650403,47.74307,8.99894\n9087,1646650404,47.74307,8.99894\n9088,1646650405,47.74307,8.99894\n9089,1646650407,47.74307,8.99894\n9090,1646650408,47.74307,8.99894\n9091,1646650409,47.74307,8.99894\n9092,1646650410,47.74307,8.99894\n9093,1646650411,47.74307,8.99894\n9094,1646650412,47.74307,8.99894\n9095,1646650413,47.74307,8.99894\n9096,1646650414,47.74307,8.99894\n9097,1646650415,47.74307,8.99894\n9098,1646650416,47.74307,8.99894\n9099,1646650417,47.74307,8.99894\n9100,1646650418,47.74307,8.99894\n9101,1646650419,47.74307,8.99894\n9102,1646650420,47.74307,8.99894\n9103,1646650421,47.74307,8.99894\n9104,1646650422,47.74307,8.99894\n9105,1646650423,47.74307,8.99894\n9106,1646650424,47.74307,8.99894\n9107,1646650425,47.74307,8.99894\n9108,1646650426,47.74307,8.99894\n9109,1646650427,47.74307,8.99894\n9110,1646650428,47.74307,8.99894\n9111,1646650429,47.74307,8.99894\n9112,1646650430,47.74307,8.99895\n9113,1646650431,47.74307,8.99895\n9114,1646650432,47.74307,8.99895\n9115,1646650433,47.74307,8.99895\n9116,1646650434,47.74307,8.99895\n9117,1646650435,47.74307,8.99895\n9118,1646650436,47.74307,8.99895\n9119,1646650437,47.74307,8.99895\n9120,1646650438,47.74307,8.99895\n9121,1646650439,47.74307,8.99895\n9122,1646650440,47.74307,8.99895\n9123,1646650441,47.74307,8.99896\n9124,1646650442,47.74307,8.99896\n9125,1646650443,47.74307,8.99896\n9126,1646650444,47.74307,8.99896\n9127,1646650445,47.74307,8.99896\n9128,1646650446,47.74307,8.99896\n9129,1646650447,47.74307,8.99896\n9130,1646650448,47.74307,8.99896\n9131,1646650449,47.74307,8.99896\n9132,1646650450,47.74307,8.99896\n9133,1646650451,47.74307,8.99896\n9134,1646650452,47.74307,8.99896\n9135,1646650453,47.74307,8.99896\n9136,1646650454,47.74307,8.99896\n9137,1646650455,47.74307,8.99896\n9138,1646650456,47.74307,8.99896\n9139,1646650457,47.74307,8.99896\n9140,1646650458,47.74307,8.99896\n9141,1646650459,47.74307,8.99896\n9142,1646650460,47.74307,8.99896\n9143,1646650461,47.74307,8.99896\n9144,1646650462,47.74307,8.99896\n9145,1646650463,47.74307,8.99896\n9146,1646650464,47.74307,8.99896\n9147,1646650465,47.74307,8.99896\n9148,1646650466,47.74307,8.99896\n9149,1646650467,47.74307,8.99896\n9150,1646650468,47.74307,8.99896\n9151,1646650469,47.74307,8.99896\n9152,1646650470,47.74307,8.99896\n9153,1646650471,47.74307,8.99896\n9154,1646650472,47.74307,8.99896\n9155,1646650473,47.74307,8.99896\n9156,1646650474,47.74307,8.99896\n9157,1646650475,47.74307,8.99896\n9158,1646650476,47.74307,8.99896\n9159,1646650477,47.74307,8.99896\n9160,1646650478,47.74307,8.99896\n9161,1646650479,47.74307,8.99896\n9162,1646650480,47.74307,8.99896\n9163,1646650481,47.74307,8.99896\n9164,1646650482,47.74307,8.99896\n9165,1646650483,47.74307,8.99896\n9166,1646650484,47.74307,8.99896\n9167,1646650485,47.74307,8.99896\n9168,1646650486,47.74307,8.99896\n9169,1646650487,47.74307,8.99896\n9170,1646650488,47.74307,8.99896\n9171,1646650489,47.74307,8.99896\n9172,1646650490,47.74307,8.99896\n9173,1646650491,47.74307,8.99896\n9174,1646650492,47.74307,8.99896\n9175,1646650493,47.74307,8.99896\n9176,1646650494,47.74307,8.99896\n9177,1646650495,47.74307,8.99896\n9178,1646650496,47.74307,8.99896\n9179,1646650497,47.74307,8.99896\n9180,1646650498,47.74307,8.99896\n9181,1646650499,47.74307,8.99896\n9182,1646650500,47.74307,8.99896\n9183,1646650501,47.74307,8.99896\n9184,1646650502,47.74307,8.99896\n9185,1646650503,47.74307,8.99896\n9186,1646650504,47.74307,8.99896\n9187,1646650505,47.74307,8.99896\n9188,1646650506,47.74307,8.99896\n9189,1646650507,47.74307,8.99896\n9190,1646650508,47.74307,8.99896\n9191,1646650509,47.74307,8.99896\n9192,1646650510,47.74307,8.99896\n9193,1646650511,47.74307,8.99896\n9194,1646650512,47.74307,8.99896\n9195,1646650513,47.74307,8.99896\n9196,1646650514,47.74307,8.99896\n9197,1646650515,47.74307,8.99896\n9198,1646650516,47.74307,8.99896\n9199,1646650517,47.74307,8.99896\n9200,1646650518,47.74307,8.99895\n9201,1646650519,47.74307,8.99895\n9202,1646650520,47.74307,8.99895\n9203,1646650521,47.74307,8.99895\n9204,1646650522,47.74307,8.99895\n9205,1646650523,47.74307,8.99895\n9206,1646650524,47.74307,8.99895\n9207,1646650525,47.74307,8.99895\n9208,1646650526,47.74307,8.99895\n9209,1646650527,47.74307,8.99895\n9210,1646650528,47.74307,8.99895\n9211,1646650529,47.74307,8.99895\n9212,1646650530,47.74307,8.99895\n9213,1646650531,47.74307,8.99895\n9214,1646650532,47.74307,8.99895\n9215,1646650533,47.74307,8.99895\n9216,1646650534,47.74307,8.99895\n9217,1646650535,47.74307,8.99895\n9218,1646650536,47.74307,8.99895\n9219,1646650537,47.74307,8.99895\n9220,1646650538,47.74307,8.99895\n9221,1646650539,47.74307,8.99895\n9222,1646650540,47.74307,8.99895\n9223,1646650541,47.74307,8.99895\n9224,1646650542,47.74307,8.99895\n9225,1646650543,47.74307,8.99895\n9226,1646650544,47.74307,8.99895\n9227,1646650545,47.74307,8.99895\n9228,1646650546,47.74307,8.99895\n9229,1646650547,47.74307,8.99895\n9230,1646650548,47.74307,8.99895\n9231,1646650549,47.74307,8.99895\n9232,1646650550,47.74307,8.99895\n9233,1646650551,47.74307,8.99895\n9234,1646650552,47.74307,8.99895\n9235,1646650553,47.74307,8.99895\n9236,1646650554,47.74307,8.99895\n9237,1646650555,47.74307,8.99895\n9238,1646650556,47.74307,8.99895\n9239,1646650557,47.74307,8.99895\n9240,1646650558,47.74307,8.99895\n9241,1646650559,47.74307,8.99895\n9242,1646650560,47.74307,8.99895\n9243,1646650561,47.74307,8.99895\n9244,1646650562,47.74307,8.99895\n9245,1646650563,47.74307,8.99895\n9246,1646650564,47.74307,8.99895\n9247,1646650565,47.74307,8.99895\n9248,1646650566,47.74307,8.99895\n9249,1646650567,47.74307,8.99895\n9250,1646650568,47.74307,8.99895\n9251,1646650569,47.74307,8.99895\n9252,1646650570,47.74307,8.99895\n9253,1646650571,47.74307,8.99895\n9254,1646650572,47.74307,8.99895\n9255,1646650573,47.74307,8.99895\n9256,1646650574,47.74307,8.99895\n9257,1646650575,47.74307,8.99895\n9258,1646650576,47.74307,8.99895\n9259,1646650577,47.74307,8.99895\n9260,1646650578,47.74307,8.99895\n9261,1646650579,47.74307,8.99895\n9262,1646650580,47.74307,8.99895\n9263,1646650581,47.74307,8.99895\n9264,1646650582,47.74307,8.99895\n9265,1646650583,47.74307,8.99895\n9266,1646650584,47.74307,8.99895\n9267,1646650585,47.74307,8.99895\n9268,1646650586,47.74307,8.99895\n9269,1646650587,47.74307,8.99895\n9270,1646650588,47.74307,8.99895\n9271,1646650589,47.74307,8.99895\n9272,1646650590,47.74307,8.99895\n9273,1646650591,47.74307,8.99895\n9274,1646650592,47.74307,8.99895\n9275,1646650593,47.74307,8.99895\n9276,1646650594,47.74307,8.99895\n9277,1646650595,47.74307,8.99895\n9278,1646650596,47.74307,8.99895\n9279,1646650597,47.74307,8.99895\n9280,1646650598,47.74307,8.99895\n9281,1646650599,47.74307,8.99895\n9282,1646650600,47.74307,8.99895\n9283,1646650601,47.74307,8.99895\n9284,1646650602,47.74307,8.99895\n9285,1646650603,47.74307,8.99895\n9286,1646650604,47.74307,8.99895\n9287,1646650605,47.74307,8.99895\n9288,1646650606,47.74307,8.99895\n9289,1646650607,47.74307,8.99895\n9290,1646650608,47.74307,8.99895\n9291,1646650609,47.74307,8.99895\n9292,1646650610,47.74307,8.99895\n9293,1646650611,47.74307,8.99895\n9294,1646650612,47.74307,8.99895\n9295,1646650613,47.74307,8.99895\n9296,1646650614,47.74307,8.99895\n9297,1646650615,47.74307,8.99895\n9298,1646650616,47.74307,8.99895\n9299,1646650617,47.74307,8.99895\n9300,1646650618,47.74307,8.99895\n9301,1646650619,47.74307,8.99895\n9302,1646650620,47.74307,8.99895\n9303,1646650621,47.74307,8.99895\n9304,1646650622,47.74307,8.99895\n9305,1646650623,47.74307,8.99895\n9306,1646650624,47.74307,8.99895\n9307,1646650625,47.74307,8.99895\n9308,1646650626,47.74307,8.99895\n9309,1646650627,47.74307,8.99895\n9310,1646650628,47.74307,8.99895\n9311,1646650629,47.74307,8.99895\n9312,1646650630,47.74307,8.99895\n9313,1646650631,47.74307,8.99895\n9314,1646650632,47.74307,8.99895\n9315,1646650633,47.74307,8.99895\n9316,1646650634,47.74307,8.99895\n9317,1646650635,47.74307,8.99895\n9318,1646650636,47.74307,8.99895\n9319,1646650637,47.74307,8.99895\n9320,1646650638,47.74307,8.99895\n9321,1646650639,47.74307,8.99895\n9322,1646650640,47.74307,8.99895\n9323,1646650641,47.74307,8.99895\n9324,1646650642,47.74307,8.99895\n9325,1646650643,47.74307,8.99895\n9326,1646650644,47.74307,8.99895\n9327,1646650645,47.74307,8.99895\n9328,1646650646,47.74307,8.99895\n9329,1646650647,47.74307,8.99895\n9330,1646650648,47.74307,8.99895\n9331,1646650649,47.74307,8.99895\n9332,1646650650,47.74307,8.99895\n9333,1646650651,47.74307,8.99895\n9334,1646650652,47.74307,8.99895\n9335,1646650653,47.74307,8.99895\n9336,1646650654,47.74307,8.99895\n9337,1646650655,47.74307,8.99895\n9338,1646650656,47.74307,8.99895\n9339,1646650657,47.74307,8.99895\n9340,1646650658,47.74307,8.99895\n9341,1646650659,47.74307,8.99895\n9342,1646650660,47.74307,8.99895\n9343,1646650661,47.74307,8.99895\n9344,1646650662,47.74307,8.99895\n9345,1646650663,47.74307,8.99895\n9346,1646650664,47.74307,8.99895\n9347,1646650665,47.74307,8.99895\n9348,1646650666,47.74307,8.99895\n9349,1646650667,47.74307,8.99895\n9350,1646650668,47.74307,8.99895\n9351,1646650669,47.74307,8.99895\n9352,1646650670,47.74307,8.99895\n9353,1646650671,47.74307,8.99895\n9354,1646650672,47.74307,8.99895\n9355,1646650673,47.74307,8.99895\n9356,1646650674,47.74307,8.99895\n9357,1646650675,47.74307,8.99895\n9358,1646650676,47.74307,8.99895\n9359,1646650677,47.74307,8.99895\n9360,1646650678,47.74307,8.99895\n9361,1646650679,47.74307,8.99895\n9362,1646650680,47.74307,8.99895\n9363,1646650681,47.74307,8.99895\n9364,1646650682,47.74307,8.99895\n9365,1646650683,47.74307,8.99895\n9366,1646650684,47.74307,8.99895\n9367,1646650685,47.74307,8.99895\n9368,1646650686,47.74307,8.99895\n9369,1646650687,47.74307,8.99895\n9370,1646650688,47.74307,8.99895\n9371,1646650689,47.74307,8.99895\n9372,1646650690,47.74307,8.99895\n9373,1646650691,47.74307,8.99895\n9374,1646650692,47.74307,8.99895\n9375,1646650693,47.74307,8.99895\n9376,1646650694,47.74307,8.99895\n9377,1646650695,47.74307,8.99895\n9378,1646650696,47.74307,8.99895\n9379,1646650697,47.74307,8.99895\n9380,1646650698,47.74307,8.99895\n9381,1646650699,47.74307,8.99895\n9382,1646650700,47.74307,8.99895\n9383,1646650701,47.74307,8.99895\n9384,1646650702,47.74307,8.99895\n9385,1646650703,47.74307,8.99895\n9386,1646650704,47.74307,8.99895\n9387,1646650705,47.74307,8.99895\n9388,1646650706,47.74307,8.99895\n9389,1646650707,47.74307,8.99895\n9390,1646650708,47.74307,8.99895\n9391,1646650709,47.74307,8.99895\n9392,1646650710,47.74307,8.99895\n9393,1646650711,47.74307,8.99895\n9394,1646650712,47.74307,8.99895\n9395,1646650713,47.74307,8.99895\n9396,1646650714,47.74307,8.99895\n9397,1646650715,47.74307,8.99895\n9398,1646650716,47.74307,8.99895\n9399,1646650717,47.74307,8.99895\n9400,1646650718,47.74307,8.99895\n9401,1646650719,47.74307,8.99895\n9402,1646650720,47.74307,8.99895\n9403,1646650721,47.74307,8.99895\n9404,1646650722,47.74307,8.99895\n9405,1646650723,47.74307,8.99895\n9406,1646650724,47.74307,8.99895\n9407,1646650725,47.74307,8.99895\n9408,1646650726,47.74307,8.99895\n9409,1646650727,47.74307,8.99895\n9410,1646650728,47.74307,8.99895\n9411,1646650729,47.74307,8.99895\n9412,1646650730,47.74307,8.99895\n9413,1646650731,47.74307,8.99895\n9414,1646650732,47.74307,8.99895\n9415,1646650733,47.74307,8.99895\n9416,1646650734,47.74307,8.99895\n9417,1646650735,47.74307,8.99895\n9418,1646650736,47.74307,8.99895\n9419,1646650737,47.74307,8.99895\n9420,1646650738,47.74307,8.99895\n9421,1646650739,47.74307,8.99895\n9422,1646650740,47.74307,8.99895\n9423,1646650741,47.74307,8.99895\n9424,1646650742,47.74307,8.99895\n9425,1646650743,47.74307,8.99895\n9426,1646650744,47.74307,8.99895\n9427,1646650745,47.74307,8.99895\n9428,1646650746,47.74307,8.99895\n9429,1646650747,47.74307,8.99895\n9430,1646650748,47.74307,8.99895\n9431,1646650749,47.74307,8.99895\n9432,1646650750,47.74307,8.99895\n9433,1646650751,47.74307,8.99895\n9434,1646650752,47.74307,8.99895\n9435,1646650753,47.74307,8.99895\n9436,1646650754,47.74307,8.99895\n9437,1646650755,47.74307,8.99895\n9438,1646650756,47.74307,8.99895\n9439,1646650757,47.74307,8.99895\n9440,1646650758,47.74307,8.99895\n9441,1646650759,47.74307,8.99895\n9442,1646650760,47.74307,8.99895\n9443,1646650761,47.74307,8.99895\n9444,1646650762,47.74307,8.99895\n9445,1646650763,47.74307,8.99895\n9446,1646650764,47.74307,8.99895\n9447,1646650765,47.74307,8.99895\n9448,1646650766,47.74307,8.99895\n9449,1646650767,47.74307,8.99895\n9450,1646650768,47.74307,8.99895\n9451,1646650769,47.74307,8.99895\n9452,1646650770,47.74307,8.99895\n9453,1646650771,47.74307,8.99895\n9454,1646650772,47.74307,8.99895\n9455,1646650773,47.74307,8.99895\n9456,1646650774,47.74307,8.99895\n9457,1646650775,47.74307,8.99895\n9458,1646650776,47.74307,8.99895\n9459,1646650777,47.74307,8.99895\n9460,1646650778,47.74307,8.99895\n9461,1646650779,47.74307,8.99895\n9462,1646650780,47.74307,8.99895\n9463,1646650781,47.74307,8.99895\n9464,1646650782,47.74307,8.99895\n9465,1646650783,47.74307,8.99895\n9466,1646650784,47.74307,8.99895\n9467,1646650785,47.74307,8.99895\n9468,1646650786,47.74307,8.99895\n9469,1646650787,47.74307,8.99895\n9470,1646650788,47.74307,8.99895\n9471,1646650789,47.74307,8.99895\n9472,1646650790,47.74307,8.99895\n9473,1646650791,47.74307,8.99895\n9474,1646650792,47.74307,8.99895\n9475,1646650793,47.74307,8.99895\n9476,1646650794,47.74307,8.99895\n9477,1646650795,47.74307,8.99895\n9478,1646650796,47.74307,8.99895\n9479,1646650797,47.74307,8.99895\n9480,1646650798,47.74307,8.99895\n9481,1646650799,47.74307,8.99895\n9482,1646650800,47.74307,8.99895\n9483,1646650801,47.74307,8.99895\n9484,1646650802,47.74307,8.99895\n9485,1646650803,47.74307,8.99895\n9486,1646650804,47.74307,8.99895\n9487,1646650805,47.74307,8.99895\n9488,1646650806,47.74307,8.99895\n9489,1646650807,47.74307,8.99895\n9490,1646650808,47.74307,8.99895\n9491,1646650809,47.74307,8.99895\n9492,1646650810,47.74307,8.99895\n9493,1646650811,47.74307,8.99895\n9494,1646650812,47.74307,8.99895\n9495,1646650813,47.74307,8.99895\n9496,1646650814,47.74307,8.99895\n9497,1646650815,47.74307,8.99895\n9498,1646650816,47.74307,8.99895\n9499,1646650817,47.74307,8.99895\n9500,1646650818,47.74307,8.99895\n9501,1646650819,47.74307,8.99895\n9502,1646650820,47.74307,8.99895\n9503,1646650821,47.74307,8.99895\n9504,1646650822,47.74307,8.99895\n9505,1646650823,47.74307,8.99895\n9506,1646650824,47.74307,8.99895\n9507,1646650825,47.74307,8.99895\n9508,1646650826,47.74307,8.99895\n9509,1646650827,47.74307,8.99895\n9510,1646650828,47.74307,8.99895\n9511,1646650829,47.74307,8.99895\n9512,1646650830,47.74307,8.99895\n9513,1646650831,47.74307,8.99895\n9514,1646650832,47.74307,8.99895\n9515,1646650833,47.74307,8.99895\n9516,1646650834,47.74307,8.99895\n9517,1646650835,47.74307,8.99895\n9518,1646650836,47.74307,8.99895\n9519,1646650837,47.74307,8.99895\n9520,1646650838,47.74307,8.99895\n9521,1646650839,47.74307,8.99895\n9522,1646650840,47.74307,8.99895\n9523,1646650841,47.74307,8.99895\n9524,1646650842,47.74307,8.99895\n9525,1646650843,47.74307,8.99895\n9526,1646650844,47.74307,8.99895\n9527,1646650845,47.74307,8.99895\n9528,1646650846,47.74307,8.99895\n9529,1646650847,47.74307,8.99895\n9530,1646650848,47.74307,8.99895\n9531,1646650849,47.74307,8.99895\n9532,1646650850,47.74307,8.99895\n9533,1646650851,47.74307,8.99895\n9534,1646650852,47.74307,8.99895\n9535,1646650853,47.74307,8.99895\n9536,1646650854,47.74307,8.99895\n9537,1646650855,47.74307,8.99895\n9538,1646650856,47.74307,8.99895\n9539,1646650857,47.74307,8.99895\n9540,1646650858,47.74307,8.99895\n9541,1646650859,47.74307,8.99895\n9542,1646650860,47.74307,8.99895\n9543,1646650861,47.74307,8.99895\n9544,1646650862,47.74307,8.99895\n9545,1646650863,47.74307,8.99895\n9546,1646650864,47.74307,8.99895\n9547,1646650865,47.74307,8.99895\n9548,1646650866,47.74307,8.99895\n9549,1646650867,47.74307,8.99895\n9550,1646650868,47.74307,8.99895\n9551,1646650869,47.74307,8.99895\n9552,1646650870,47.74307,8.99895\n9553,1646650871,47.74307,8.99895\n9554,1646650872,47.74307,8.99895\n9555,1646650873,47.74307,8.99895\n9556,1646650874,47.74307,8.99895\n9557,1646650875,47.74307,8.99895\n9558,1646650876,47.74307,8.99895\n9559,1646650877,47.74307,8.99895\n9560,1646650878,47.74307,8.99895\n9561,1646650879,47.74307,8.99895\n9562,1646650880,47.74307,8.99895\n9563,1646650881,47.74307,8.99895\n9564,1646650882,47.74307,8.99895\n9565,1646650883,47.74307,8.99895\n9566,1646650884,47.74307,8.99895\n9567,1646650885,47.74307,8.99895\n9568,1646650886,47.74307,8.99895\n9569,1646650887,47.74307,8.99895\n9570,1646650888,47.74307,8.99895\n9571,1646650889,47.74307,8.99895\n9572,1646650890,47.74306,8.99895\n9573,1646650891,47.74306,8.99895\n9574,1646650892,47.74306,8.99895\n9575,1646650893,47.74306,8.99895\n9576,1646650894,47.74306,8.99895\n9577,1646650895,47.74306,8.99895\n9578,1646650896,47.74306,8.99895\n9579,1646650897,47.74306,8.99895\n9580,1646650898,47.74306,8.99895\n9581,1646650899,47.74306,8.99895\n9582,1646650900,47.74306,8.99895\n9583,1646650901,47.74306,8.99895\n9584,1646650902,47.74306,8.99895\n9585,1646650903,47.74306,8.99895\n9586,1646650904,47.74306,8.99895\n9587,1646650905,47.74306,8.99895\n9588,1646650906,47.74306,8.99895\n9589,1646650907,47.74306,8.99895\n9590,1646650908,47.74306,8.99895\n9591,1646650909,47.74306,8.99895\n9592,1646650910,47.74306,8.99895\n9593,1646650911,47.74306,8.99895\n9594,1646650912,47.74306,8.99895\n9595,1646650913,47.74306,8.99895\n9596,1646650914,47.74306,8.99895\n9597,1646650915,47.74306,8.99895\n9598,1646650916,47.74306,8.99895\n9599,1646650917,47.74306,8.99895\n9600,1646650918,47.74306,8.99895\n9601,1646650919,47.74306,8.99895\n9602,1646650920,47.74306,8.99895\n9603,1646650921,47.74306,8.99895\n9604,1646650922,47.74306,8.99895\n9605,1646650923,47.74306,8.99895\n9606,1646650924,47.74306,8.99895\n9607,1646650925,47.74306,8.99895\n9608,1646650926,47.74306,8.99895\n9609,1646650927,47.74306,8.99895\n9610,1646650928,47.74306,8.99895\n9611,1646650929,47.74306,8.99895\n9612,1646650930,47.74306,8.99895\n9613,1646650931,47.74306,8.99895\n9614,1646650932,47.74306,8.99895\n9615,1646650933,47.74306,8.99895\n9616,1646650934,47.74306,8.99895\n9617,1646650935,47.74306,8.99895\n9618,1646650936,47.74306,8.99895\n9619,1646650937,47.74306,8.99895\n9620,1646650938,47.74306,8.99895\n9621,1646650939,47.74306,8.99895\n9622,1646650940,47.74306,8.99895\n9623,1646650941,47.74306,8.99895\n9624,1646650942,47.74306,8.99895\n9625,1646650943,47.74306,8.99895\n9626,1646650944,47.74306,8.99895\n9627,1646650945,47.74306,8.99895\n9628,1646650946,47.74306,8.99895\n9629,1646650947,47.74306,8.99895\n9630,1646650948,47.74306,8.99895\n9631,1646650949,47.74306,8.99895\n9632,1646650950,47.74306,8.99895\n9633,1646650951,47.74306,8.99895\n9634,1646650952,47.74306,8.99895\n9635,1646650953,47.74306,8.99895\n9636,1646650954,47.74306,8.99895\n9637,1646650955,47.74306,8.99895\n9638,1646650956,47.74306,8.99895\n9639,1646650957,47.74306,8.99895\n9640,1646650958,47.74306,8.99895\n9641,1646650959,47.74306,8.99895\n9642,1646650960,47.74306,8.99895\n9643,1646650961,47.74306,8.99895\n9644,1646650962,47.74306,8.99895\n9645,1646650963,47.74306,8.99895\n9646,1646650964,47.74306,8.99895\n9647,1646650965,47.74306,8.99895\n9648,1646650966,47.74306,8.99895\n9649,1646650967,47.74306,8.99895\n9650,1646650968,47.74306,8.99895\n9651,1646650969,47.74306,8.99895\n9652,1646650970,47.74306,8.99895\n9653,1646650971,47.74306,8.99895\n9654,1646650972,47.74306,8.99895\n9655,1646650973,47.74306,8.99895\n9656,1646650974,47.74306,8.99895\n9657,1646650975,47.74306,8.99895\n9658,1646650976,47.74306,8.99895\n9659,1646650977,47.74306,8.99895\n9660,1646650978,47.74306,8.99895\n9661,1646650979,47.74306,8.99895\n9662,1646650980,47.74306,8.99895\n9663,1646650981,47.74306,8.99895\n9664,1646650982,47.74306,8.99895\n9665,1646650983,47.74306,8.99895\n9666,1646650984,47.74306,8.99895\n9667,1646650985,47.74306,8.99895\n9668,1646650986,47.74306,8.99895\n9669,1646650987,47.74306,8.99895\n9670,1646650988,47.74306,8.99895\n9671,1646650989,47.74306,8.99895\n9672,1646650990,47.74306,8.99895\n9673,1646650991,47.74306,8.99895\n9674,1646650992,47.74306,8.99895\n9675,1646650993,47.74306,8.99895\n9676,1646650994,47.74306,8.99895\n9677,1646650995,47.74306,8.99895\n9678,1646650996,47.74306,8.99895\n9679,1646650997,47.74306,8.99895\n9680,1646650998,47.74306,8.99895\n9681,1646650999,47.74306,8.99895\n9682,1646651000,47.74306,8.99895\n9683,1646651001,47.74306,8.99895\n9684,1646651002,47.74306,8.99895\n9685,1646651003,47.74306,8.99895\n9686,1646651004,47.74306,8.99895\n9687,1646651005,47.74306,8.99895\n9688,1646651006,47.74306,8.99895\n9689,1646651007,47.74306,8.99895\n9690,1646651008,47.74306,8.99895\n9691,1646651009,47.74306,8.99895\n9692,1646651010,47.74306,8.99895\n9693,1646651011,47.74306,8.99895\n9694,1646651012,47.74306,8.99895\n9695,1646651013,47.74306,8.99895\n9696,1646651014,47.74306,8.99895\n9697,1646651015,47.74306,8.99895\n9698,1646651016,47.74306,8.99895\n9699,1646651017,47.74306,8.99895\n9700,1646651018,47.74306,8.99895\n9701,1646651019,47.74306,8.99895\n9702,1646651020,47.74306,8.99895\n9703,1646651021,47.74306,8.99895\n9704,1646651022,47.74306,8.99895\n9705,1646651023,47.74306,8.99895\n9706,1646651024,47.74306,8.99896\n9707,1646651025,47.74306,8.99896\n9708,1646651026,47.74306,8.99896\n9709,1646651027,47.74306,8.99896\n9710,1646651028,47.74306,8.99896\n9711,1646651029,47.74306,8.99896\n9712,1646651030,47.74306,8.99896\n9713,1646651031,47.74306,8.99896\n9714,1646651032,47.74306,8.99896\n9715,1646651033,47.74306,8.99896\n9716,1646651034,47.74306,8.99896\n9717,1646651035,47.74306,8.99896\n9718,1646651036,47.74306,8.99896\n9719,1646651037,47.74306,8.99896\n9720,1646651038,47.74306,8.99896\n9721,1646651039,47.74306,8.99896\n9722,1646651040,47.74306,8.99896\n9723,1646651041,47.74306,8.99896\n9724,1646651042,47.74306,8.99896\n9725,1646651043,47.74306,8.99896\n9726,1646651044,47.74306,8.99896\n9727,1646651045,47.74306,8.99896\n9728,1646651046,47.74306,8.99896\n9729,1646651047,47.74306,8.99896\n9730,1646651048,47.74306,8.99896\n9731,1646651049,47.74306,8.99896\n9732,1646651050,47.74306,8.99896\n9733,1646651051,47.74306,8.99896\n9734,1646651052,47.74306,8.99896\n9735,1646651053,47.74306,8.99896\n9736,1646651054,47.74306,8.99896\n9737,1646651055,47.74306,8.99896\n9738,1646651056,47.74306,8.99896\n9739,1646651057,47.74306,8.99896\n9740,1646651058,47.74306,8.99896\n9741,1646651059,47.74306,8.99896\n9742,1646651060,47.74306,8.99896\n9743,1646651061,47.74306,8.99896\n9744,1646651062,47.74306,8.99896\n9745,1646651063,47.74306,8.99896\n9746,1646651064,47.74306,8.99896\n9747,1646651065,47.74306,8.99896\n9748,1646651066,47.74306,8.99896\n9749,1646651067,47.74306,8.99896\n9750,1646651068,47.74306,8.99896\n9751,1646651069,47.74306,8.99896\n9752,1646651070,47.74306,8.99896\n9753,1646651071,47.74306,8.99896\n9754,1646651072,47.74306,8.99896\n9755,1646651073,47.74306,8.99896\n9756,1646651074,47.74306,8.99896\n9757,1646651075,47.74306,8.99896\n9758,1646651076,47.74306,8.99896\n9759,1646651077,47.74306,8.99896\n9760,1646651078,47.74306,8.99896\n9761,1646651079,47.74306,8.99896\n9762,1646651080,47.74306,8.99896\n9763,1646651081,47.74306,8.99896\n9764,1646651082,47.74306,8.99896\n9765,1646651083,47.74306,8.99896\n9766,1646651084,47.74306,8.99896\n9767,1646651085,47.74306,8.99896\n9768,1646651086,47.74306,8.99896\n9769,1646651087,47.74306,8.99896\n9770,1646651088,47.74306,8.99896\n9771,1646651089,47.74306,8.99896\n9772,1646651090,47.74306,8.99896\n9773,1646651091,47.74306,8.99896\n9774,1646651092,47.74306,8.99896\n9775,1646651093,47.74306,8.99896\n9776,1646651094,47.74306,8.99896\n9777,1646651095,47.74306,8.99896\n9778,1646651096,47.74306,8.99896\n9779,1646651097,47.74306,8.99896\n9780,1646651098,47.74306,8.99896\n9781,1646651099,47.74306,8.99896\n9782,1646651100,47.74306,8.99896\n9783,1646651101,47.74306,8.99896\n9784,1646651102,47.74306,8.99896\n9785,1646651103,47.74306,8.99896\n9786,1646651104,47.74306,8.99896\n9787,1646651105,47.74306,8.99896\n9788,1646651106,47.74306,8.99896\n9789,1646651107,47.74306,8.99896\n9790,1646651108,47.74306,8.99896\n9791,1646651109,47.74306,8.99896\n9792,1646651110,47.74306,8.99896\n9793,1646651111,47.74306,8.99896\n9794,1646651112,47.74306,8.99896\n9795,1646651113,47.74306,8.99896\n9796,1646651114,47.74306,8.99896\n9797,1646651115,47.74306,8.99896\n9798,1646651116,47.74306,8.99896\n9799,1646651117,47.74306,8.99896\n9800,1646651118,47.74306,8.99896\n9801,1646651119,47.74306,8.99896\n9802,1646651120,47.74306,8.99896\n9803,1646651121,47.74306,8.99896\n9804,1646651122,47.74306,8.99896\n9805,1646651123,47.74306,8.99896\n9806,1646651124,47.74306,8.99896\n9807,1646651125,47.74306,8.99896\n9808,1646651126,47.74306,8.99896\n9809,1646651127,47.74306,8.99896\n9810,1646651128,47.74306,8.99896\n9811,1646651129,47.74306,8.99896\n9812,1646651130,47.74306,8.99896\n9813,1646651131,47.74306,8.99896\n9814,1646651132,47.74306,8.99896\n9815,1646651133,47.74306,8.99896\n9816,1646651134,47.74306,8.99896\n9817,1646651135,47.74306,8.99896\n9818,1646651136,47.74306,8.99896\n9819,1646651137,47.74306,8.99896\n9820,1646651138,47.74306,8.99896\n9821,1646651139,47.74306,8.99896\n9822,1646651140,47.74306,8.99896\n9823,1646651141,47.74306,8.99896\n9824,1646651142,47.74306,8.99896\n9825,1646651143,47.74306,8.99896\n9826,1646651144,47.74306,8.99896\n9827,1646651145,47.74306,8.99896\n9828,1646651146,47.74306,8.99896\n9829,1646651147,47.74306,8.99896\n9830,1646651148,47.74306,8.99896\n9831,1646651149,47.74306,8.99895\n9832,1646651150,47.74306,8.99895\n9833,1646651151,47.74306,8.99895\n9834,1646651152,47.74306,8.99895\n9835,1646651153,47.74306,8.99895\n9836,1646651154,47.74306,8.99895\n9837,1646651155,47.74306,8.99895\n9838,1646651156,47.74306,8.99895\n9839,1646651157,47.74306,8.99895\n9840,1646651158,47.74306,8.99895\n9841,1646651159,47.74306,8.99895\n9842,1646651160,47.74306,8.99895\n9843,1646651161,47.74306,8.99895\n9844,1646651162,47.74306,8.99895\n9845,1646651163,47.74306,8.99895\n9846,1646651164,47.74306,8.99895\n9847,1646651165,47.74306,8.99895\n9848,1646651166,47.74306,8.99895\n9849,1646651167,47.74306,8.99895\n9850,1646651168,47.74306,8.99895\n9851,1646651169,47.74306,8.99895\n9852,1646651170,47.74306,8.99895\n9853,1646651171,47.74306,8.99895\n9854,1646651172,47.74306,8.99895\n9855,1646651173,47.74306,8.99895\n9856,1646651174,47.74306,8.99895\n9857,1646651175,47.74306,8.99895\n9858,1646651176,47.74306,8.99895\n9859,1646651177,47.74306,8.99895\n9860,1646651178,47.74306,8.99895\n9861,1646651179,47.74306,8.99895\n9862,1646651180,47.74306,8.99895\n9863,1646651181,47.74306,8.99895\n9864,1646651182,47.74306,8.99895\n9865,1646651183,47.74306,8.99895\n9866,1646651184,47.74306,8.99895\n9867,1646651185,47.74306,8.99895\n9868,1646651186,47.74306,8.99895\n9869,1646651187,47.74306,8.99895\n9870,1646651188,47.74306,8.99895\n9871,1646651189,47.74306,8.99895\n9872,1646651190,47.74306,8.99895\n9873,1646651191,47.74306,8.99895\n9874,1646651192,47.74306,8.99895\n9875,1646651193,47.74306,8.99896\n9876,1646651194,47.74306,8.99896\n9877,1646651195,47.74306,8.99896\n9878,1646651196,47.74306,8.99896\n9879,1646651197,47.74306,8.99896\n9880,1646651198,47.74306,8.99896\n9881,1646651199,47.74306,8.99896\n9882,1646651200,47.74306,8.99896\n9883,1646651201,47.74306,8.99896\n9884,1646651202,47.74306,8.99896\n9885,1646651203,47.74306,8.99896\n9886,1646651204,47.74306,8.99896\n9887,1646651205,47.74306,8.99896\n9888,1646651206,47.74306,8.99896\n9889,1646651207,47.74306,8.99896\n9890,1646651208,47.74306,8.99896\n9891,1646651209,47.74306,8.99896\n9892,1646651210,47.74306,8.99896\n9893,1646651211,47.74306,8.99896\n9894,1646651212,47.74306,8.99896\n9895,1646651213,47.74306,8.99896\n9896,1646651214,47.74306,8.99896\n9897,1646651215,47.74306,8.99896\n9898,1646651216,47.74306,8.99896\n9899,1646651217,47.74306,8.99896\n9900,1646651218,47.74306,8.99896\n9901,1646651219,47.74306,8.99896\n9902,1646651220,47.74306,8.99896\n9903,1646651221,47.74306,8.99896\n9904,1646651222,47.74306,8.99896\n9905,1646651223,47.74306,8.99896\n9906,1646651224,47.74306,8.99896\n9907,1646651225,47.74306,8.99896\n9908,1646651226,47.74306,8.99896\n9909,1646651227,47.74306,8.99896\n9910,1646651228,47.74306,8.99896\n9911,1646651229,47.74306,8.99896\n9912,1646651230,47.74306,8.99896\n9913,1646651231,47.74306,8.99896\n9914,1646651232,47.74306,8.99896\n9915,1646651233,47.74306,8.99896\n9916,1646651234,47.74306,8.99896\n9917,1646651235,47.74306,8.99896\n9918,1646651236,47.74306,8.99896\n9919,1646651237,47.74306,8.99896\n9920,1646651238,47.74306,8.99896\n9921,1646651239,47.74306,8.99896\n9922,1646651240,47.74306,8.99896\n9923,1646651241,47.74306,8.99896\n9924,1646651242,47.74306,8.99896\n9925,1646651243,47.74306,8.99896\n9926,1646651244,47.74306,8.99896\n9927,1646651245,47.74306,8.99896\n9928,1646651246,47.74306,8.99896\n9929,1646651247,47.74306,8.99896\n9930,1646651248,47.74306,8.99896\n9931,1646651249,47.74306,8.99896\n9932,1646651250,47.74306,8.99896\n9933,1646651251,47.74306,8.99896\n9934,1646651252,47.74306,8.99896\n9935,1646651253,47.74306,8.99896\n9936,1646651254,47.74306,8.99896\n9937,1646651255,47.74306,8.99896\n9938,1646651256,47.74306,8.99896\n9939,1646651257,47.74306,8.99896\n9940,1646651258,47.74306,8.99896\n9941,1646651259,47.74306,8.99896\n9942,1646651260,47.74306,8.99896\n9943,1646651261,47.74306,8.99896\n9944,1646651262,47.74306,8.99896\n9945,1646651263,47.74306,8.99896\n9946,1646651264,47.74306,8.99896\n9947,1646651265,47.74306,8.99896\n9948,1646651266,47.74306,8.99896\n9949,1646651267,47.74306,8.99896\n9950,1646651268,47.74306,8.99896\n9951,1646651269,47.74306,8.99896\n9952,1646651270,47.74306,8.99896\n9953,1646651271,47.74306,8.99896\n9954,1646651272,47.74306,8.99896\n9955,1646651273,47.74306,8.99896\n9956,1646651274,47.74306,8.99896\n9957,1646651275,47.74306,8.99896\n9958,1646651276,47.74306,8.99896\n9959,1646651277,47.74306,8.99896\n9960,1646651278,47.74306,8.99896\n9961,1646651279,47.74306,8.99896\n9962,1646651280,47.74306,8.99896\n9963,1646651281,47.74306,8.99896\n9964,1646651282,47.74306,8.99896\n9965,1646651283,47.74306,8.99896\n9966,1646651284,47.74306,8.99896\n9967,1646651285,47.74306,8.99896\n9968,1646651286,47.74306,8.99896\n9969,1646651287,47.74306,8.99896\n9970,1646651288,47.74306,8.99896\n9971,1646651289,47.74306,8.99896\n9972,1646651290,47.74306,8.99896\n9973,1646651291,47.74306,8.99896\n9974,1646651292,47.74306,8.99896\n9975,1646651293,47.74306,8.99896\n9976,1646651294,47.74306,8.99896\n9977,1646651295,47.74306,8.99896\n9978,1646651296,47.74306,8.99896\n9979,1646651297,47.74306,8.99896\n9980,1646651298,47.74306,8.99896\n9981,1646651299,47.74306,8.99896\n9982,1646651300,47.74306,8.99896\n9983,1646651301,47.74306,8.99896\n9984,1646651302,47.74306,8.99896\n9985,1646651303,47.74306,8.99896\n9986,1646651304,47.74306,8.99896\n9987,1646651305,47.74306,8.99896\n9988,1646651306,47.74306,8.99896\n9989,1646651307,47.74306,8.99896\n9990,1646651308,47.74306,8.99896\n9991,1646651309,47.74306,8.99896\n9992,1646651310,47.74306,8.99896\n9993,1646651311,47.74306,8.99896\n9994,1646651312,47.74306,8.99896\n9995,1646651313,47.74306,8.99896\n9996,1646651314,47.74306,8.99896\n9997,1646651315,47.74306,8.99896\n9998,1646651316,47.74306,8.99896\n9999,1646651317,47.74306,8.99896\n10000,1646651318,47.74306,8.99896\n10001,1646651319,47.74306,8.99896\n10002,1646651320,47.74306,8.99896\n10003,1646651321,47.74306,8.99896\n10004,1646651322,47.74306,8.99896\n10005,1646651323,47.74306,8.99896\n10006,1646651324,47.74306,8.99896\n10007,1646651325,47.74306,8.99896\n10008,1646651326,47.74306,8.99896\n10009,1646651327,47.74306,8.99896\n10010,1646651328,47.74306,8.99896\n10011,1646651329,47.74306,8.99896\n10012,1646651330,47.74306,8.99896\n10013,1646651331,47.74306,8.99896\n10014,1646651332,47.74306,8.99896\n10015,1646651333,47.74306,8.99896\n10016,1646651334,47.74306,8.99896\n10017,1646651335,47.74306,8.99896\n10018,1646651336,47.74306,8.99896\n10019,1646651337,47.74306,8.99896\n10020,1646651338,47.74306,8.99896\n10021,1646651339,47.74306,8.99896\n10022,1646651340,47.74306,8.99896\n10023,1646651341,47.74306,8.99896\n10024,1646651342,47.74306,8.99896\n10025,1646651343,47.74306,8.99896\n10026,1646651344,47.74306,8.99896\n10027,1646651345,47.74306,8.99896\n10028,1646651346,47.74306,8.99896\n10029,1646651347,47.74306,8.99896\n10030,1646651348,47.74306,8.99896\n10031,1646651349,47.74306,8.99896\n10032,1646651350,47.74306,8.99896\n10033,1646651351,47.74306,8.99896\n10034,1646651352,47.74306,8.99896\n10035,1646651353,47.74306,8.99896\n10036,1646651354,47.74306,8.99896\n10037,1646651355,47.74306,8.99896\n10038,1646651356,47.74306,8.99896\n10039,1646651357,47.74306,8.99896\n10040,1646651358,47.74306,8.99896\n10041,1646651359,47.74306,8.99896\n10042,1646651360,47.74306,8.99896\n10043,1646651361,47.74306,8.99896\n10044,1646651362,47.74306,8.99896\n10045,1646651363,47.74306,8.99896\n10046,1646651364,47.74306,8.99896\n10047,1646651365,47.74306,8.99896\n10048,1646651366,47.74306,8.99896\n10049,1646651367,47.74306,8.99896\n10050,1646651368,47.74306,8.99896\n10051,1646651369,47.74306,8.99896\n10052,1646651370,47.74306,8.99896\n10053,1646651371,47.74306,8.99896\n10054,1646651372,47.74306,8.99896\n10055,1646651373,47.74306,8.99896\n10056,1646651374,47.74306,8.99896\n10057,1646651375,47.74306,8.99896\n10058,1646651376,47.74306,8.99896\n10059,1646651377,47.74306,8.99896\n10060,1646651378,47.74306,8.99896\n10061,1646651379,47.74306,8.99896\n10062,1646651380,47.74306,8.99896\n10063,1646651381,47.74306,8.99896\n10064,1646651382,47.74306,8.99896\n10065,1646651383,47.74306,8.99896\n10066,1646651384,47.74306,8.99896\n10067,1646651385,47.74306,8.99896\n10068,1646651386,47.74306,8.99896\n10069,1646651387,47.74306,8.99896\n10070,1646651388,47.74306,8.99896\n10071,1646651389,47.74306,8.99896\n10072,1646651390,47.74306,8.99896\n10073,1646651391,47.74306,8.99896\n10074,1646651392,47.74306,8.99896\n10075,1646651393,47.74306,8.99896\n10076,1646651394,47.74306,8.99896\n10077,1646651395,47.74306,8.99896\n10078,1646651396,47.74306,8.99896\n10079,1646651397,47.74306,8.99896\n10080,1646651398,47.74306,8.99896\n10081,1646651399,47.74306,8.99896\n10082,1646651400,47.74306,8.99896\n10083,1646651401,47.74306,8.99896\n10084,1646651402,47.74306,8.99896\n10085,1646651403,47.74306,8.99896\n10086,1646651404,47.74306,8.99896\n10087,1646651405,47.74306,8.99896\n10088,1646651406,47.74306,8.99896\n10089,1646651407,47.74306,8.99896\n10090,1646651408,47.74306,8.99896\n10091,1646651409,47.74306,8.99896\n10092,1646651410,47.74306,8.99896\n10093,1646651411,47.74306,8.99896\n10094,1646651412,47.74306,8.99896\n10095,1646651413,47.74306,8.99896\n10096,1646651414,47.74306,8.99896\n10097,1646651415,47.74306,8.99896\n10098,1646651416,47.74306,8.99896\n10099,1646651417,47.74306,8.99896\n10100,1646651418,47.74306,8.99896\n10101,1646651419,47.74306,8.99896\n10102,1646651420,47.74306,8.99896\n10103,1646651421,47.74306,8.99896\n10104,1646651422,47.74306,8.99896\n10105,1646651423,47.74306,8.99896\n10106,1646651424,47.74306,8.99896\n10107,1646651425,47.74306,8.99896\n10108,1646651426,47.74306,8.99896\n10109,1646651427,47.74306,8.99896\n10110,1646651428,47.74306,8.99896\n10111,1646651429,47.74306,8.99896\n10112,1646651430,47.74306,8.99896\n10113,1646651431,47.74306,8.99896\n10114,1646651432,47.74306,8.99896\n10115,1646651433,47.74306,8.99896\n10116,1646651434,47.74306,8.99896\n10117,1646651435,47.74306,8.99896\n10118,1646651436,47.74306,8.99896\n10119,1646651437,47.74306,8.99896\n10120,1646651438,47.74306,8.99896\n10121,1646651439,47.74306,8.99896\n10122,1646651440,47.74306,8.99896\n10123,1646651441,47.74306,8.99896\n10124,1646651442,47.74306,8.99896\n10125,1646651443,47.74306,8.99896\n10126,1646651444,47.74306,8.99896\n10127,1646651445,47.74306,8.99896\n10128,1646651446,47.74306,8.99896\n10129,1646651447,47.74306,8.99896\n10130,1646651448,47.74306,8.99896\n10131,1646651449,47.74306,8.99896\n10132,1646651450,47.74306,8.99896\n10133,1646651451,47.74306,8.99896\n10134,1646651452,47.74306,8.99896\n10135,1646651453,47.74306,8.99896\n10136,1646651454,47.74306,8.99896\n10137,1646651455,47.74306,8.99896\n10138,1646651456,47.74306,8.99896\n10139,1646651457,47.74306,8.99896\n10140,1646651458,47.74306,8.99896\n10141,1646651459,47.74306,8.99896\n10142,1646651460,47.74306,8.99896\n10143,1646651461,47.74306,8.99896\n10144,1646651462,47.74306,8.99896\n10145,1646651463,47.74306,8.99896\n10146,1646651464,47.74306,8.99896\n10147,1646651465,47.74306,8.99896\n10148,1646651466,47.74306,8.99896\n10149,1646651467,47.74306,8.99896\n10150,1646651468,47.74306,8.99896\n10151,1646651469,47.74306,8.99896\n10152,1646651470,47.74306,8.99896\n10153,1646651471,47.74306,8.99896\n10154,1646651472,47.74306,8.99896\n10155,1646651473,47.74306,8.99896\n10156,1646651474,47.74306,8.99896\n10157,1646651475,47.74306,8.99896\n10158,1646651476,47.74306,8.99896\n10159,1646651477,47.74306,8.99896\n10160,1646651478,47.74306,8.99896\n10161,1646651479,47.74306,8.99896\n10162,1646651481,47.74306,8.99896\n10163,1646651482,47.74306,8.99896\n10164,1646651483,47.74306,8.99896\n10165,1646651484,47.74306,8.99896\n10166,1646651485,47.74306,8.99896\n10167,1646651486,47.74306,8.99896\n10168,1646651487,47.74306,8.99896\n10169,1646651488,47.74306,8.99896\n10170,1646651489,47.74306,8.99896\n10171,1646651490,47.74306,8.99896\n10172,1646651491,47.74306,8.99896\n10173,1646651492,47.74306,8.99896\n10174,1646651493,47.74306,8.99896\n10175,1646651494,47.74306,8.99896\n10176,1646651495,47.74306,8.99896\n10177,1646651496,47.74306,8.99896\n10178,1646651497,47.74306,8.99896\n10179,1646651498,47.74306,8.99897\n10180,1646651499,47.74306,8.99897\n10181,1646651500,47.74306,8.99897\n10182,1646651501,47.74306,8.99897\n10183,1646651502,47.74306,8.99897\n10184,1646651503,47.74306,8.99897\n10185,1646651504,47.74306,8.99898\n10186,1646651505,47.74306,8.99898\n10187,1646651506,47.74306,8.99898\n10188,1646651507,47.74306,8.99898\n10189,1646651508,47.74306,8.99898\n10190,1646651509,47.74306,8.99899\n10191,1646651510,47.74306,8.99899\n10192,1646651511,47.74306,8.99899\n10193,1646651512,47.74306,8.99899\n10194,1646651513,47.74306,8.99899\n10195,1646651514,47.74306,8.99899\n10196,1646651515,47.74306,8.99899\n10197,1646651516,47.74306,8.99899\n10198,1646651517,47.74306,8.99899\n10199,1646651518,47.74306,8.99899\n10200,1646651519,47.74306,8.99899\n10201,1646651520,47.74306,8.99899\n10202,1646651521,47.74306,8.99899\n10203,1646651522,47.74306,8.99899\n10204,1646651523,47.74306,8.99899\n10205,1646651524,47.74306,8.99899\n10206,1646651525,47.74306,8.99899\n10207,1646651526,47.74306,8.99899\n10208,1646651527,47.74306,8.99899\n10209,1646651528,47.74306,8.99899\n10210,1646651529,47.74306,8.99899\n10211,1646651530,47.74306,8.99899\n10212,1646651531,47.74306,8.99899\n10213,1646651532,47.74306,8.99899\n10214,1646651533,47.74306,8.99899\n10215,1646651534,47.74306,8.99899\n10216,1646651535,47.74306,8.99899\n10217,1646651536,47.74306,8.99899\n10218,1646651537,47.74306,8.99899\n10219,1646651538,47.74306,8.99899\n10220,1646651539,47.74306,8.99899\n10221,1646651540,47.74306,8.99899\n10222,1646651541,47.74306,8.99899\n10223,1646651542,47.74306,8.99899\n10224,1646651543,47.74306,8.99899\n10225,1646651544,47.74306,8.99899\n10226,1646651545,47.74306,8.99899\n10227,1646651546,47.74306,8.99899\n10228,1646651547,47.74306,8.99899\n10229,1646651548,47.74306,8.99899\n10230,1646651549,47.74306,8.99899\n10231,1646651550,47.74306,8.99899\n10232,1646651551,47.74306,8.99899\n10233,1646651552,47.74306,8.99899\n10234,1646651553,47.74306,8.99899\n10235,1646651554,47.74306,8.99899\n10236,1646651555,47.74306,8.99899\n10237,1646651556,47.74306,8.99899\n10238,1646651557,47.74306,8.99899\n10239,1646651558,47.74306,8.99899\n10240,1646651559,47.74306,8.99899\n10241,1646651560,47.74306,8.99899\n10242,1646651561,47.74306,8.99899\n10243,1646651562,47.74306,8.99899\n10244,1646651563,47.74306,8.99899\n10245,1646651564,47.74306,8.99899\n10246,1646651565,47.74306,8.99899\n10247,1646651566,47.74306,8.99899\n10248,1646651567,47.74306,8.99899\n10249,1646651568,47.74306,8.99899\n10250,1646651569,47.74306,8.99899\n10251,1646651570,47.74306,8.99899\n10252,1646651571,47.74306,8.99899\n10253,1646651572,47.74306,8.99899\n10254,1646651573,47.74306,8.99899\n10255,1646651574,47.74305,8.99899\n10256,1646651575,47.74305,8.99899\n10257,1646651576,47.74305,8.99899\n10258,1646651577,47.74305,8.99899\n10259,1646651578,47.74305,8.99899\n10260,1646651579,47.74305,8.99899\n10261,1646651580,47.74305,8.99899\n10262,1646651581,47.74305,8.99899\n10263,1646651582,47.74305,8.99899\n10264,1646651583,47.74305,8.99899\n10265,1646651584,47.74305,8.99899\n10266,1646651585,47.74305,8.99899\n10267,1646651586,47.74305,8.99899\n10268,1646651587,47.74305,8.99899\n10269,1646651588,47.74305,8.99899\n10270,1646651589,47.74305,8.99899\n10271,1646651590,47.74305,8.99899\n10272,1646651591,47.74305,8.99899\n10273,1646651592,47.74305,8.99899\n10274,1646651593,47.74305,8.99899\n10275,1646651594,47.74305,8.99899\n10276,1646651595,47.74305,8.99899\n10277,1646651596,47.74305,8.99899\n10278,1646651597,47.74305,8.99899\n10279,1646651598,47.74305,8.99899\n10280,1646651599,47.74305,8.99899\n10281,1646651600,47.74305,8.99899\n10282,1646651601,47.74305,8.99899\n10283,1646651602,47.74305,8.99899\n10284,1646651603,47.74305,8.99899\n10285,1646651604,47.74305,8.99899\n10286,1646651605,47.74305,8.99899\n10287,1646651606,47.74305,8.99899\n10288,1646651607,47.74305,8.99899\n10289,1646651608,47.74305,8.99899\n10290,1646651609,47.74305,8.99899\n10291,1646651610,47.74305,8.99899\n10292,1646651611,47.74305,8.99899\n10293,1646651612,47.74305,8.99899\n10294,1646651613,47.74305,8.99899\n10295,1646651614,47.74305,8.99899\n10296,1646651615,47.74305,8.99899\n10297,1646651616,47.74305,8.99899\n10298,1646651617,47.74305,8.99899\n10299,1646651618,47.74305,8.99899\n10300,1646651619,47.74305,8.99899\n10301,1646651620,47.74305,8.99899\n10302,1646651621,47.74305,8.99899\n10303,1646651622,47.74305,8.99899\n10304,1646651623,47.74305,8.99899\n10305,1646651624,47.74305,8.99899\n10306,1646651625,47.74305,8.99899\n10307,1646651626,47.74305,8.99899\n10308,1646651627,47.74305,8.99899\n10309,1646651628,47.74305,8.99899\n10310,1646651629,47.74305,8.99899\n10311,1646651630,47.74305,8.99899\n10312,1646651631,47.74305,8.99899\n10313,1646651632,47.74305,8.99899\n10314,1646651633,47.74305,8.99899\n10315,1646651634,47.74305,8.99899\n10316,1646651635,47.74305,8.99899\n10317,1646651636,47.74305,8.99899\n10318,1646651637,47.74305,8.99899\n10319,1646651638,47.74305,8.99899\n10320,1646651639,47.74305,8.99899\n10321,1646651640,47.74305,8.99899\n10322,1646651641,47.74305,8.99899\n10323,1646651642,47.74305,8.99899\n10324,1646651643,47.74305,8.99899\n10325,1646651644,47.74305,8.99899\n10326,1646651645,47.74305,8.99899\n10327,1646651646,47.74305,8.99899\n10328,1646651647,47.74305,8.99899\n10329,1646651648,47.74305,8.99899\n10330,1646651649,47.74305,8.99899\n10331,1646651650,47.74305,8.99899\n10332,1646651651,47.74305,8.99899\n10333,1646651652,47.74305,8.99899\n10334,1646651653,47.74305,8.99899\n10335,1646651654,47.74305,8.99899\n10336,1646651655,47.74305,8.99899\n10337,1646651656,47.74305,8.99899\n10338,1646651657,47.74305,8.99899\n10339,1646651658,47.74305,8.99899\n10340,1646651659,47.74305,8.99899\n10341,1646651660,47.74305,8.99899\n10342,1646651661,47.74305,8.99899\n10343,1646651662,47.74305,8.99899\n10344,1646651663,47.74305,8.99899\n10345,1646651664,47.74305,8.99899\n10346,1646651665,47.74305,8.99899\n10347,1646651666,47.74305,8.99899\n10348,1646651667,47.74305,8.99899\n10349,1646651668,47.74305,8.99899\n10350,1646651669,47.74305,8.99899\n10351,1646651670,47.74305,8.99899\n10352,1646651671,47.74305,8.99899\n10353,1646651672,47.74305,8.99899\n10354,1646651673,47.74305,8.99899\n10355,1646651674,47.74305,8.99899\n10356,1646651675,47.74305,8.99899\n10357,1646651676,47.74305,8.99899\n10358,1646651677,47.74305,8.99899\n10359,1646651678,47.74305,8.99899\n10360,1646651679,47.74305,8.99899\n10361,1646651680,47.74305,8.99899\n10362,1646651681,47.74305,8.99898\n10363,1646651682,47.74305,8.99898\n10364,1646651683,47.74305,8.99898\n10365,1646651684,47.74305,8.99898\n10366,1646651685,47.74305,8.99898\n10367,1646651686,47.74305,8.99898\n10368,1646651687,47.74305,8.99898\n10369,1646651688,47.74305,8.99898\n10370,1646651689,47.74305,8.99898\n10371,1646651690,47.74305,8.99898\n10372,1646651691,47.74305,8.99898\n10373,1646651692,47.74305,8.99898\n10374,1646651693,47.74305,8.99898\n10375,1646651694,47.74305,8.99898\n10376,1646651695,47.74305,8.99898\n10377,1646651696,47.74305,8.99898\n10378,1646651697,47.74305,8.99898\n10379,1646651698,47.74305,8.99898\n10380,1646651699,47.74305,8.99898\n10381,1646651700,47.74305,8.99898\n10382,1646651701,47.74305,8.99898\n10383,1646651702,47.74305,8.99898\n10384,1646651703,47.74305,8.99898\n10385,1646651704,47.74305,8.99898\n10386,1646651705,47.74305,8.99898\n10387,1646651706,47.74305,8.99898\n10388,1646651707,47.74305,8.99898\n10389,1646651708,47.74305,8.99898\n10390,1646651709,47.74305,8.99898\n10391,1646651710,47.74305,8.99898\n10392,1646651711,47.74305,8.99898\n10393,1646651712,47.74305,8.99898\n10394,1646651713,47.74305,8.99898\n10395,1646651714,47.74305,8.99898\n10396,1646651715,47.74305,8.99898\n10397,1646651716,47.74305,8.99898\n10398,1646651717,47.74305,8.99898\n10399,1646651718,47.74305,8.99898\n10400,1646651719,47.74305,8.99898\n10401,1646651720,47.74305,8.99898\n10402,1646651721,47.74305,8.99898\n10403,1646651722,47.74305,8.99898\n10404,1646651723,47.74305,8.99898\n10405,1646651724,47.74305,8.99898\n10406,1646651725,47.74305,8.99898\n10407,1646651726,47.74305,8.99898\n10408,1646651727,47.74305,8.99898\n10409,1646651728,47.74305,8.99898\n10410,1646651729,47.74305,8.99898\n10411,1646651730,47.74305,8.99898\n10412,1646651731,47.74305,8.99898\n10413,1646651732,47.74305,8.99898\n10414,1646651733,47.74305,8.99898\n10415,1646651734,47.74305,8.99898\n10416,1646651735,47.74305,8.99898\n10417,1646651736,47.74305,8.99898\n10418,1646651737,47.74305,8.99899\n10419,1646651738,47.74305,8.99899\n10420,1646651739,47.74305,8.99899\n10421,1646651740,47.74305,8.99899\n10422,1646651741,47.74305,8.99899\n10423,1646651742,47.74305,8.99899\n10424,1646651743,47.74305,8.99899\n10425,1646651744,47.74305,8.99899\n10426,1646651745,47.74305,8.99899\n10427,1646651746,47.74305,8.99899\n10428,1646651747,47.74305,8.99899\n10429,1646651748,47.74305,8.99899\n10430,1646651749,47.74305,8.99899\n10431,1646651750,47.74305,8.99899\n10432,1646651751,47.74305,8.99899\n10433,1646651752,47.74305,8.99899\n10434,1646651753,47.74305,8.99899\n10435,1646651754,47.74305,8.99899\n10436,1646651755,47.74305,8.99899\n10437,1646651756,47.74305,8.99899\n10438,1646651757,47.74305,8.99899\n10439,1646651758,47.74305,8.99899\n10440,1646651759,47.74305,8.99899\n10441,1646651760,47.74305,8.99899\n10442,1646651761,47.74305,8.99899\n10443,1646651762,47.74305,8.99899\n10444,1646651763,47.74305,8.99899\n10445,1646651764,47.74305,8.99899\n10446,1646651765,47.74305,8.99899\n10447,1646651766,47.74305,8.99899\n10448,1646651767,47.74305,8.99899\n10449,1646651768,47.74305,8.99899\n10450,1646651769,47.74305,8.99899\n10451,1646651770,47.74305,8.99899\n10452,1646651771,47.74305,8.99899\n10453,1646651772,47.74305,8.99899\n10454,1646651773,47.74305,8.99899\n10455,1646651774,47.74305,8.99899\n10456,1646651775,47.74305,8.99899\n10457,1646651776,47.74305,8.99899\n10458,1646651777,47.74305,8.99899\n10459,1646651778,47.74305,8.99899\n10460,1646651779,47.74305,8.99899\n10461,1646651780,47.74305,8.99899\n10462,1646651781,47.74305,8.99899\n10463,1646651782,47.74305,8.99899\n10464,1646651783,47.74305,8.99899\n10465,1646651784,47.74305,8.99899\n10466,1646651785,47.74305,8.99899\n10467,1646651786,47.74305,8.99899\n10468,1646651787,47.74305,8.99899\n10469,1646651788,47.74305,8.99899\n10470,1646651789,47.74305,8.99899\n10471,1646651790,47.74305,8.99899\n10472,1646651791,47.74305,8.99899\n10473,1646651792,47.74305,8.99899\n10474,1646651793,47.74305,8.99899\n10475,1646651794,47.74305,8.99899\n10476,1646651795,47.74305,8.99899\n10477,1646651796,47.74305,8.99899\n10478,1646651797,47.74305,8.99899\n10479,1646651798,47.74305,8.99899\n10480,1646651799,47.74305,8.99899\n10481,1646651800,47.74305,8.99899\n10482,1646651801,47.74305,8.99899\n10483,1646651802,47.74305,8.99899\n10484,1646651803,47.74305,8.99899\n10485,1646651804,47.74305,8.99899\n10486,1646651805,47.74305,8.99899\n10487,1646651806,47.74305,8.99899\n10488,1646651807,47.74305,8.99899\n10489,1646651808,47.74305,8.99899\n10490,1646651809,47.74305,8.99899\n10491,1646651810,47.74305,8.99899\n10492,1646651811,47.74305,8.99899\n10493,1646651812,47.74305,8.99899\n10494,1646651813,47.74305,8.99899\n10495,1646651814,47.74305,8.99899\n10496,1646651815,47.74305,8.99899\n10497,1646651816,47.74305,8.99899\n10498,1646651817,47.74305,8.99899\n10499,1646651818,47.74305,8.99899\n10500,1646651819,47.74305,8.99899\n10501,1646651820,47.74305,8.99898\n10502,1646651821,47.74305,8.99898\n10503,1646651822,47.74305,8.99899\n10504,1646651823,47.74305,8.99899\n10505,1646651824,47.74305,8.99899\n10506,1646651825,47.74305,8.99899\n10507,1646651826,47.74305,8.99899\n10508,1646651827,47.74305,8.99899\n10509,1646651828,47.74305,8.99899\n10510,1646651829,47.74305,8.99899\n10511,1646651830,47.74305,8.99899\n10512,1646651831,47.74305,8.99899\n10513,1646651832,47.74305,8.99899\n10514,1646651833,47.74305,8.99899\n10515,1646651834,47.74305,8.99899\n10516,1646651835,47.74305,8.99899\n10517,1646651836,47.74305,8.99899\n10518,1646651837,47.74305,8.99899\n10519,1646651838,47.74305,8.99899\n10520,1646651839,47.74305,8.99899\n10521,1646651840,47.74305,8.99899\n10522,1646651841,47.74305,8.99899\n10523,1646651842,47.74305,8.99899\n10524,1646651843,47.74305,8.99899\n10525,1646651844,47.74305,8.99899\n10526,1646651845,47.74305,8.99899\n10527,1646651846,47.74305,8.99899\n10528,1646651847,47.74305,8.99899\n10529,1646651848,47.74305,8.99899\n10530,1646651849,47.74305,8.99899\n10531,1646651850,47.74305,8.99899\n10532,1646651851,47.74305,8.99899\n10533,1646651852,47.74305,8.99899\n10534,1646651853,47.74305,8.99899\n10535,1646651854,47.74305,8.99899\n10536,1646651855,47.74305,8.99899\n10537,1646651856,47.74305,8.99899\n10538,1646651857,47.74305,8.99899\n10539,1646651858,47.74305,8.99899\n10540,1646651859,47.74305,8.99899\n10541,1646651860,47.74305,8.99899\n10542,1646651861,47.74305,8.99899\n10543,1646651862,47.74305,8.99899\n10544,1646651863,47.74305,8.99899\n10545,1646651864,47.74305,8.99898\n10546,1646651865,47.74305,8.99898\n10547,1646651866,47.74305,8.99898\n10548,1646651867,47.74305,8.99898\n10549,1646651868,47.74305,8.99898\n10550,1646651869,47.74305,8.99898\n10551,1646651870,47.74305,8.99898\n10552,1646651871,47.74305,8.99898\n10553,1646651872,47.74305,8.99898\n10554,1646651873,47.74305,8.99898\n10555,1646651874,47.74305,8.99898\n10556,1646651875,47.74305,8.99898\n10557,1646651876,47.74305,8.99898\n10558,1646651877,47.74305,8.99898\n10559,1646651878,47.74305,8.99898\n10560,1646651879,47.74305,8.99898\n10561,1646651880,47.74305,8.99898\n10562,1646651881,47.74305,8.99898\n10563,1646651882,47.74305,8.99898\n10564,1646651883,47.74305,8.99898\n10565,1646651884,47.74305,8.99898\n10566,1646651885,47.74305,8.99898\n10567,1646651886,47.74305,8.99898\n10568,1646651887,47.74305,8.99898\n10569,1646651888,47.74305,8.99898\n10570,1646651889,47.74305,8.99898\n10571,1646651890,47.74305,8.99898\n10572,1646651891,47.74305,8.99898\n10573,1646651892,47.74305,8.99898\n10574,1646651893,47.74305,8.99898\n10575,1646651894,47.74305,8.99898\n10576,1646651895,47.74305,8.99898\n10577,1646651896,47.74305,8.99898\n10578,1646651897,47.74305,8.99898\n10579,1646651898,47.74305,8.99898\n10580,1646651899,47.74305,8.99898\n10581,1646651900,47.74305,8.99898\n10582,1646651901,47.74305,8.99898\n10583,1646651902,47.74305,8.99898\n10584,1646651903,47.74305,8.99898\n10585,1646651904,47.74305,8.99898\n10586,1646651905,47.74305,8.99898\n10587,1646651906,47.74305,8.99898\n10588,1646651907,47.74305,8.99898\n10589,1646651908,47.74305,8.99898\n10590,1646651909,47.74305,8.99898\n10591,1646651910,47.74305,8.99898\n10592,1646651911,47.74305,8.99898\n10593,1646651912,47.74305,8.99898\n10594,1646651913,47.74305,8.99898\n10595,1646651914,47.74305,8.99898\n10596,1646651915,47.74305,8.99898\n10597,1646651916,47.74305,8.99898\n10598,1646651917,47.74305,8.99898\n10599,1646651918,47.74305,8.99898\n10600,1646651919,47.74305,8.99898\n10601,1646651920,47.74305,8.99898\n10602,1646651921,47.74305,8.99898\n10603,1646651922,47.74305,8.99898\n10604,1646651923,47.74305,8.99898\n10605,1646651924,47.74305,8.99898\n10606,1646651925,47.74305,8.99898\n10607,1646651926,47.74305,8.99898\n10608,1646651927,47.74305,8.99898\n10609,1646651928,47.74305,8.99898\n10610,1646651929,47.74305,8.99898\n10611,1646651930,47.74305,8.99898\n10612,1646651931,47.74305,8.99898\n10613,1646651932,47.74305,8.99898\n10614,1646651933,47.74305,8.99898\n10615,1646651934,47.74305,8.99898\n10616,1646651935,47.74305,8.99898\n10617,1646651936,47.74305,8.99898\n10618,1646651937,47.74305,8.99898\n10619,1646651938,47.74305,8.99898\n10620,1646651939,47.74305,8.99898\n10621,1646651940,47.74305,8.99898\n10622,1646651941,47.74305,8.99898\n10623,1646651942,47.74305,8.99898\n10624,1646651943,47.74305,8.99898\n10625,1646651944,47.74305,8.99898\n10626,1646651945,47.74305,8.99898\n10627,1646651946,47.74305,8.99898\n10628,1646651947,47.74305,8.99898\n10629,1646651948,47.74305,8.99898\n10630,1646651949,47.74305,8.99898\n10631,1646651950,47.74305,8.99898\n10632,1646651951,47.74305,8.99898\n10633,1646651952,47.74305,8.99898\n10634,1646651953,47.74305,8.99898\n10635,1646651954,47.74305,8.99898\n10636,1646651955,47.74305,8.99898\n10637,1646651956,47.74305,8.99898\n10638,1646651957,47.74305,8.99898\n10639,1646651958,47.74305,8.99898\n10640,1646651959,47.74305,8.99898\n10641,1646651960,47.74305,8.99898\n10642,1646651961,47.74305,8.99898\n10643,1646651962,47.74305,8.99898\n10644,1646651963,47.74305,8.99898\n10645,1646651964,47.74305,8.99898\n10646,1646651965,47.74305,8.99898\n10647,1646651966,47.74305,8.99898\n10648,1646651967,47.74305,8.99898\n10649,1646651968,47.74305,8.99898\n10650,1646651969,47.74305,8.99898\n10651,1646651970,47.74305,8.99898\n10652,1646651971,47.74305,8.99898\n10653,1646651972,47.74305,8.99898\n10654,1646651973,47.74305,8.99898\n10655,1646651974,47.74305,8.99898\n10656,1646651975,47.74305,8.99898\n10657,1646651976,47.74305,8.99898\n10658,1646651977,47.74305,8.99898\n10659,1646651978,47.74305,8.99898\n10660,1646651979,47.74305,8.99898\n10661,1646651980,47.74305,8.99898\n10662,1646651981,47.74305,8.99898\n10663,1646651982,47.74305,8.99898\n10664,1646651983,47.74305,8.99898\n10665,1646651984,47.74305,8.99898\n10666,1646651985,47.74305,8.99898\n10667,1646651986,47.74305,8.99898\n10668,1646651987,47.74305,8.99898\n10669,1646651988,47.74305,8.99898\n10670,1646651989,47.74305,8.99898\n10671,1646651990,47.74305,8.99898\n10672,1646651991,47.74305,8.99898\n10673,1646651992,47.74305,8.99898\n10674,1646651993,47.74305,8.99898\n10675,1646651994,47.74305,8.99898\n10676,1646651995,47.74305,8.99898\n10677,1646651996,47.74305,8.99898\n10678,1646651997,47.74305,8.99898\n10679,1646651998,47.74305,8.99899\n10680,1646651999,47.74305,8.99899\n10681,1646652000,47.74305,8.99899\n10682,1646652001,47.74305,8.99899\n10683,1646652002,47.74305,8.99899\n10684,1646652003,47.74305,8.99899\n10685,1646652004,47.74305,8.99899\n10686,1646652005,47.74305,8.99899\n10687,1646652006,47.74305,8.99899\n10688,1646652007,47.74305,8.99899\n10689,1646652008,47.74305,8.99899\n10690,1646652009,47.74305,8.99899\n10691,1646652010,47.74305,8.99899\n10692,1646652011,47.74305,8.99899\n10693,1646652012,47.74305,8.99899\n10694,1646652013,47.74305,8.99899\n10695,1646652014,47.74305,8.99899\n10696,1646652015,47.74305,8.99899\n10697,1646652016,47.74305,8.99899\n10698,1646652017,47.74305,8.99899\n10699,1646652018,47.74305,8.99899\n10700,1646652019,47.74305,8.99899\n10701,1646652020,47.74305,8.99899\n10702,1646652021,47.74305,8.99899\n10703,1646652022,47.74305,8.99899\n10704,1646652023,47.74305,8.99899\n10705,1646652024,47.74305,8.99899\n10706,1646652025,47.74305,8.99899\n10707,1646652026,47.74305,8.99899\n10708,1646652027,47.74305,8.99899\n10709,1646652028,47.74305,8.99899\n10710,1646652029,47.74305,8.99899\n10711,1646652030,47.74305,8.99899\n10712,1646652031,47.74305,8.99899\n10713,1646652032,47.74305,8.99899\n10714,1646652033,47.74305,8.99899\n10715,1646652034,47.74305,8.99899\n10716,1646652035,47.74305,8.99899\n10717,1646652036,47.74305,8.99899\n10718,1646652037,47.74305,8.99899\n10719,1646652038,47.74305,8.99899\n10720,1646652039,47.74305,8.99899\n10721,1646652040,47.74305,8.99899\n10722,1646652041,47.74305,8.99899\n10723,1646652042,47.74305,8.99899\n10724,1646652043,47.74305,8.99899\n10725,1646652044,47.74305,8.99899\n10726,1646652045,47.74305,8.99899\n10727,1646652046,47.74305,8.99899\n10728,1646652047,47.74305,8.99899\n10729,1646652048,47.74305,8.99899\n10730,1646652049,47.74305,8.99899\n10731,1646652050,47.74305,8.99899\n10732,1646652051,47.74305,8.99899\n10733,1646652052,47.74305,8.99899\n10734,1646652053,47.74305,8.99899\n10735,1646652054,47.74305,8.99899\n10736,1646652055,47.74305,8.99899\n10737,1646652056,47.74305,8.99899\n10738,1646652057,47.74305,8.99899\n10739,1646652058,47.74305,8.99899\n10740,1646652059,47.74305,8.99899\n10741,1646652060,47.74305,8.99899\n10742,1646652061,47.74305,8.99899\n10743,1646652062,47.74305,8.99899\n10744,1646652063,47.74305,8.99899\n10745,1646652064,47.74305,8.99899\n10746,1646652065,47.74305,8.99899\n10747,1646652066,47.74305,8.99899\n10748,1646652067,47.74305,8.99899\n10749,1646652068,47.74305,8.99899\n10750,1646652069,47.74305,8.99899\n10751,1646652070,47.74305,8.99899\n10752,1646652071,47.74305,8.99899\n10753,1646652072,47.74305,8.99899\n10754,1646652073,47.74305,8.99899\n10755,1646652074,47.74305,8.99899\n10756,1646652075,47.74305,8.99899\n10757,1646652076,47.74305,8.99899\n10758,1646652077,47.74305,8.99899\n10759,1646652078,47.74305,8.99899\n10760,1646652079,47.74305,8.99899\n10761,1646652080,47.74305,8.99899\n10762,1646652081,47.74305,8.99899\n10763,1646652082,47.74305,8.99899\n10764,1646652083,47.74305,8.99899\n10765,1646652084,47.74305,8.99899\n10766,1646652085,47.74305,8.99899\n10767,1646652086,47.74305,8.99899\n10768,1646652087,47.74305,8.99899\n10769,1646652088,47.74305,8.99899\n10770,1646652089,47.74305,8.99899\n10771,1646652090,47.74305,8.99899\n10772,1646652091,47.74305,8.99899\n10773,1646652092,47.74305,8.99899\n10774,1646652093,47.74305,8.99899\n10775,1646652094,47.74305,8.99899\n10776,1646652095,47.74305,8.99899\n10777,1646652096,47.74305,8.99899\n10778,1646652097,47.74305,8.99899\n10779,1646652098,47.74305,8.99899\n10780,1646652099,47.74305,8.99899\n10781,1646652100,47.74305,8.99899\n10782,1646652101,47.74305,8.99899\n10783,1646652102,47.74305,8.99899\n10784,1646652103,47.74305,8.99899\n10785,1646652104,47.74305,8.99899\n10786,1646652105,47.74305,8.99899\n10787,1646652106,47.74305,8.99899\n10788,1646652107,47.74305,8.99899\n10789,1646652108,47.74305,8.99899\n10790,1646652109,47.74305,8.99899\n10791,1646652110,47.74305,8.99899\n10792,1646652111,47.74305,8.99899\n10793,1646652112,47.74305,8.99899\n10794,1646652113,47.74305,8.99899\n10795,1646652114,47.74305,8.99899\n10796,1646652115,47.74305,8.99899\n10797,1646652116,47.74305,8.99899\n10798,1646652117,47.74305,8.99899\n10799,1646652118,47.74305,8.99899\n10800,1646652119,47.74305,8.99899\n10801,1646652120,47.74305,8.99899\n10802,1646652121,47.74305,8.99899\n10803,1646652122,47.74305,8.99899\n10804,1646652123,47.74305,8.99899\n10805,1646652124,47.74305,8.99899\n10806,1646652125,47.74305,8.99899\n10807,1646652126,47.74305,8.99899\n10808,1646652127,47.74305,8.99899\n10809,1646652128,47.74306,8.99899\n10810,1646652129,47.74306,8.99899\n10811,1646652130,47.74306,8.99899\n10812,1646652131,47.74306,8.99899\n10813,1646652132,47.74306,8.99899\n10814,1646652133,47.74306,8.99899\n10815,1646652134,47.74306,8.99899\n10816,1646652135,47.74306,8.99899\n10817,1646652136,47.74306,8.99899\n10818,1646652137,47.74306,8.99899\n10819,1646652138,47.74306,8.99899\n10820,1646652139,47.74306,8.99899\n10821,1646652140,47.74306,8.99899\n10822,1646652141,47.74306,8.99899\n10823,1646652142,47.74306,8.99899\n10824,1646652143,47.74306,8.99899\n10825,1646652144,47.74306,8.99899\n10826,1646652145,47.74306,8.99899\n10827,1646652146,47.74306,8.99899\n10828,1646652147,47.74306,8.99899\n10829,1646652148,47.74306,8.99899\n10830,1646652149,47.74306,8.99899\n10831,1646652150,47.74306,8.99899\n10832,1646652151,47.74306,8.99899\n10833,1646652152,47.74306,8.99899\n10834,1646652153,47.74306,8.99899\n10835,1646652154,47.74306,8.99899\n10836,1646652155,47.74305,8.99899\n10837,1646652156,47.74305,8.99899\n10838,1646652157,47.74305,8.99899\n10839,1646652158,47.74305,8.99899\n10840,1646652159,47.74305,8.99899\n10841,1646652160,47.74305,8.99899\n10842,1646652161,47.74305,8.99899\n10843,1646652162,47.74305,8.99899\n10844,1646652163,47.74305,8.99899\n10845,1646652164,47.74305,8.99899\n10846,1646652165,47.74305,8.99899\n10847,1646652166,47.74305,8.99899\n10848,1646652167,47.74305,8.99899\n10849,1646652168,47.74305,8.99899\n10850,1646652169,47.74305,8.99899\n10851,1646652170,47.74305,8.99899\n10852,1646652171,47.74305,8.99899\n10853,1646652172,47.74305,8.99899\n10854,1646652173,47.74305,8.99899\n10855,1646652174,47.74305,8.99899\n10856,1646652175,47.74305,8.99899\n10857,1646652176,47.74305,8.99899\n10858,1646652177,47.74305,8.99899\n10859,1646652178,47.74305,8.99899\n10860,1646652179,47.74305,8.99899\n10861,1646652180,47.74305,8.99899\n10862,1646652181,47.74306,8.99899\n10863,1646652182,47.74306,8.99899\n10864,1646652183,47.74306,8.99899\n10865,1646652184,47.74305,8.99899\n10866,1646652185,47.74305,8.99899\n10867,1646652186,47.74305,8.99899\n10868,1646652187,47.74305,8.99899\n10869,1646652188,47.74305,8.99899\n10870,1646652189,47.74305,8.99899\n10871,1646652190,47.74305,8.99899\n10872,1646652191,47.74305,8.99899\n10873,1646652192,47.74305,8.99899\n10874,1646652193,47.74305,8.99899\n10875,1646652194,47.74305,8.99899\n10876,1646652195,47.74305,8.99899\n10877,1646652196,47.74305,8.99899\n10878,1646652197,47.74305,8.99899\n10879,1646652198,47.74305,8.99899\n10880,1646652199,47.74305,8.99899\n10881,1646652200,47.74305,8.99899\n10882,1646652201,47.74305,8.99899\n10883,1646652202,47.74305,8.99899\n10884,1646652203,47.74305,8.99899\n10885,1646652204,47.74306,8.99899\n10886,1646652205,47.74306,8.99899\n10887,1646652206,47.74306,8.99899\n10888,1646652207,47.74306,8.99899\n10889,1646652208,47.74306,8.99899\n10890,1646652209,47.74306,8.99899\n10891,1646652210,47.74305,8.99899\n10892,1646652211,47.74305,8.99899\n10893,1646652212,47.74305,8.99899\n10894,1646652213,47.74305,8.99899\n10895,1646652214,47.74305,8.99899\n10896,1646652215,47.74305,8.99899\n10897,1646652216,47.74305,8.99899\n10898,1646652217,47.74305,8.99899\n10899,1646652218,47.74305,8.99899\n10900,1646652219,47.74305,8.99899\n10901,1646652220,47.74305,8.99899\n10902,1646652221,47.74305,8.99899\n10903,1646652222,47.74305,8.99899\n10904,1646652223,47.74305,8.99899\n10905,1646652224,47.74305,8.99899\n10906,1646652225,47.74305,8.99899\n10907,1646652226,47.74305,8.99899\n10908,1646652227,47.74305,8.99899\n10909,1646652228,47.74305,8.99899\n10910,1646652229,47.74305,8.99899\n10911,1646652230,47.74305,8.99899\n10912,1646652231,47.74305,8.99899\n10913,1646652232,47.74305,8.99899\n10914,1646652233,47.74305,8.99899\n10915,1646652234,47.74305,8.99899\n10916,1646652235,47.74305,8.99899\n10917,1646652236,47.74305,8.99899\n10918,1646652237,47.74305,8.99899\n10919,1646652238,47.74305,8.99899\n10920,1646652239,47.74305,8.99899\n10921,1646652240,47.74305,8.99899\n10922,1646652241,47.74305,8.99899\n10923,1646652242,47.74305,8.99899\n10924,1646652243,47.74305,8.99899\n10925,1646652244,47.74305,8.99899\n10926,1646652245,47.74305,8.99899\n10927,1646652246,47.74305,8.99899\n10928,1646652247,47.74305,8.99899\n10929,1646652248,47.74305,8.99899\n10930,1646652249,47.74305,8.99899\n10931,1646652250,47.74305,8.99899\n10932,1646652251,47.74305,8.99899\n10933,1646652252,47.74305,8.99899\n10934,1646652253,47.74305,8.99899\n10935,1646652254,47.74305,8.99899\n10936,1646652255,47.74305,8.99899\n10937,1646652256,47.74305,8.99899\n10938,1646652257,47.74305,8.99899\n10939,1646652258,47.74305,8.99899\n10940,1646652259,47.74305,8.99899\n10941,1646652260,47.74305,8.99899\n10942,1646652261,47.74305,8.99899\n10943,1646652262,47.74305,8.99899\n10944,1646652263,47.74305,8.99899\n10945,1646652264,47.74305,8.99899\n10946,1646652265,47.74305,8.99899\n10947,1646652266,47.74305,8.99899\n10948,1646652267,47.74305,8.99899\n10949,1646652268,47.74305,8.99899\n10950,1646652269,47.74305,8.99899\n10951,1646652270,47.74305,8.99899\n10952,1646652271,47.74305,8.99899\n10953,1646652272,47.74305,8.99899\n10954,1646652273,47.74305,8.99899\n10955,1646652274,47.74305,8.99899\n10956,1646652275,47.74305,8.99899\n10957,1646652276,47.74305,8.99899\n10958,1646652277,47.74305,8.99899\n10959,1646652278,47.74305,8.99899\n10960,1646652279,47.74305,8.99899\n10961,1646652280,47.74305,8.99899\n10962,1646652281,47.74305,8.99899\n10963,1646652282,47.74305,8.99899\n10964,1646652283,47.74305,8.99899\n10965,1646652284,47.74305,8.99899\n10966,1646652285,47.74305,8.99899\n10967,1646652286,47.74305,8.99899\n10968,1646652287,47.74305,8.99899\n10969,1646652288,47.74305,8.99899\n10970,1646652289,47.74305,8.99899\n10971,1646652290,47.74305,8.99899\n10972,1646652291,47.74305,8.99899\n10973,1646652292,47.74305,8.99899\n10974,1646652293,47.74305,8.99899\n10975,1646652294,47.74305,8.99899\n10976,1646652295,47.74305,8.99899\n10977,1646652296,47.74305,8.99899\n10978,1646652297,47.74305,8.99899\n10979,1646652298,47.74305,8.99899\n10980,1646652299,47.74305,8.99899\n10981,1646652300,47.74305,8.99899\n10982,1646652301,47.74305,8.99899\n10983,1646652302,47.74305,8.99899\n10984,1646652303,47.74305,8.99899\n10985,1646652304,47.74305,8.99899\n10986,1646652305,47.74305,8.99899\n10987,1646652306,47.74306,8.99899\n10988,1646652307,47.74306,8.99899\n10989,1646652308,47.74306,8.99899\n10990,1646652309,47.74306,8.99899\n10991,1646652310,47.74306,8.99899\n10992,1646652311,47.74306,8.99899\n10993,1646652312,47.74306,8.99899\n10994,1646652313,47.74306,8.99899\n10995,1646652314,47.74306,8.99899\n10996,1646652315,47.74306,8.99899\n10997,1646652316,47.74306,8.99899\n10998,1646652317,47.74306,8.99899\n10999,1646652318,47.74306,8.99899\n11000,1646652319,47.74306,8.99899\n11001,1646652320,47.74306,8.99899\n11002,1646652321,47.74306,8.99899\n11003,1646652322,47.74306,8.99899\n11004,1646652323,47.74306,8.99899\n11005,1646652324,47.74306,8.99899\n11006,1646652325,47.74306,8.99899\n11007,1646652326,47.74306,8.99899\n11008,1646652327,47.74306,8.99899\n11009,1646652328,47.74306,8.99899\n11010,1646652329,47.74306,8.99899\n11011,1646652330,47.74306,8.99899\n11012,1646652331,47.74306,8.99899\n11013,1646652332,47.74306,8.99899\n11014,1646652333,47.74306,8.99899\n11015,1646652334,47.74306,8.99899\n11016,1646652335,47.74306,8.99899\n11017,1646652336,47.74306,8.99899\n11018,1646652337,47.74306,8.99899\n11019,1646652338,47.74306,8.99899\n11020,1646652339,47.74306,8.99899\n11021,1646652340,47.74306,8.99899\n11022,1646652341,47.74306,8.99899\n11023,1646652342,47.74306,8.99899\n11024,1646652343,47.74306,8.99899\n11025,1646652344,47.74306,8.99899\n11026,1646652345,47.74306,8.99899\n11027,1646652346,47.74306,8.99899\n11028,1646652347,47.74306,8.99899\n11029,1646652348,47.74306,8.99899\n11030,1646652349,47.74306,8.99899\n11031,1646652350,47.74306,8.99899\n11032,1646652351,47.74306,8.99899\n11033,1646652352,47.74306,8.99899\n11034,1646652353,47.74306,8.99899\n11035,1646652354,47.74306,8.99899\n11036,1646652355,47.74306,8.99899\n11037,1646652356,47.74306,8.99899\n11038,1646652357,47.74306,8.99899\n11039,1646652358,47.74306,8.99899\n11040,1646652359,47.74306,8.99899\n11041,1646652360,47.74306,8.99899\n11042,1646652361,47.74306,8.99899\n11043,1646652362,47.74306,8.99899\n11044,1646652363,47.74306,8.99899\n11045,1646652364,47.74306,8.99899\n11046,1646652365,47.74306,8.99899\n11047,1646652366,47.74306,8.99899\n11048,1646652367,47.74306,8.99899\n11049,1646652368,47.74306,8.99899\n11050,1646652369,47.74306,8.99899\n11051,1646652370,47.74306,8.99899\n11052,1646652371,47.74306,8.99899\n11053,1646652372,47.74306,8.99899\n11054,1646652373,47.74306,8.99899\n11055,1646652374,47.74306,8.99899\n11056,1646652375,47.74306,8.99899\n11057,1646652376,47.74306,8.99899\n11058,1646652377,47.74306,8.99899\n11059,1646652378,47.74306,8.99899\n11060,1646652379,47.74306,8.99899\n11061,1646652380,47.74306,8.99899\n11062,1646652381,47.74306,8.99899\n11063,1646652382,47.74306,8.99899\n11064,1646652383,47.74306,8.99899\n11065,1646652384,47.74306,8.99899\n11066,1646652385,47.74306,8.99899\n11067,1646652386,47.74306,8.99899\n11068,1646652387,47.74306,8.99899\n11069,1646652388,47.74306,8.99899\n11070,1646652389,47.74306,8.99899\n11071,1646652390,47.74306,8.99899\n11072,1646652391,47.74306,8.99899\n11073,1646652392,47.74306,8.99899\n11074,1646652393,47.74306,8.99899\n11075,1646652394,47.74306,8.99899\n11076,1646652395,47.74306,8.99899\n11077,1646652396,47.74306,8.99899\n11078,1646652397,47.74306,8.99899\n11079,1646652398,47.74306,8.99899\n11080,1646652399,47.74306,8.99899\n11081,1646652400,47.74306,8.99899\n11082,1646652401,47.74306,8.99899\n11083,1646652402,47.74306,8.99899\n11084,1646652403,47.74306,8.99899\n11085,1646652404,47.74306,8.99899\n11086,1646652405,47.74306,8.99899\n11087,1646652406,47.74306,8.99899\n11088,1646652407,47.74306,8.99899\n11089,1646652408,47.74306,8.99899\n11090,1646652409,47.74306,8.99899\n11091,1646652410,47.74306,8.99899\n11092,1646652411,47.74306,8.99899\n11093,1646652412,47.74306,8.99899\n11094,1646652413,47.74306,8.99899\n11095,1646652414,47.74306,8.99899\n11096,1646652415,47.74306,8.99899\n11097,1646652416,47.74306,8.99899\n11098,1646652417,47.74306,8.99899\n11099,1646652418,47.74306,8.99899\n11100,1646652419,47.74306,8.99899\n11101,1646652420,47.74306,8.99899\n11102,1646652421,47.74306,8.99899\n11103,1646652422,47.74306,8.99899\n11104,1646652423,47.74306,8.99899\n11105,1646652424,47.74306,8.99899\n11106,1646652425,47.74306,8.99899\n11107,1646652426,47.74306,8.99899\n11108,1646652427,47.74306,8.99899\n11109,1646652428,47.74306,8.99899\n11110,1646652429,47.74306,8.99899\n11111,1646652430,47.74306,8.99899\n11112,1646652431,47.74306,8.99899\n11113,1646652432,47.74306,8.99899\n11114,1646652433,47.74306,8.99899\n11115,1646652434,47.74306,8.99899\n11116,1646652435,47.74306,8.99899\n11117,1646652436,47.74306,8.99899\n11118,1646652437,47.74306,8.99899\n11119,1646652438,47.74306,8.99899\n11120,1646652439,47.74306,8.99899\n11121,1646652440,47.74306,8.99899\n11122,1646652441,47.74306,8.99899\n11123,1646652442,47.74306,8.99899\n11124,1646652443,47.74306,8.99899\n11125,1646652444,47.74306,8.99899\n11126,1646652445,47.74306,8.99899\n11127,1646652446,47.74306,8.99899\n11128,1646652447,47.74306,8.99899\n11129,1646652448,47.74306,8.99899\n11130,1646652449,47.74306,8.99899\n11131,1646652450,47.74306,8.99899\n11132,1646652451,47.74306,8.99899\n11133,1646652452,47.74306,8.99899\n11134,1646652453,47.74306,8.99899\n11135,1646652454,47.74306,8.99899\n11136,1646652455,47.74306,8.99899\n11137,1646652456,47.74306,8.99899\n11138,1646652457,47.74306,8.99899\n11139,1646652458,47.74306,8.99899\n11140,1646652459,47.74306,8.99899\n11141,1646652460,47.74306,8.99899\n11142,1646652461,47.74306,8.99899\n11143,1646652462,47.74306,8.99899\n11144,1646652463,47.74306,8.99899\n11145,1646652464,47.74306,8.99899\n11146,1646652465,47.74306,8.99899\n11147,1646652466,47.74306,8.99899\n11148,1646652467,47.74306,8.99899\n11149,1646652468,47.74306,8.99899\n11150,1646652469,47.74306,8.99899\n11151,1646652470,47.74306,8.99899\n11152,1646652471,47.74306,8.99899\n11153,1646652472,47.74306,8.99899\n11154,1646652473,47.74306,8.99899\n11155,1646652474,47.74306,8.99899\n11156,1646652475,47.74306,8.99899\n11157,1646652476,47.74306,8.99899\n11158,1646652477,47.74306,8.99899\n11159,1646652478,47.74306,8.99899\n11160,1646652479,47.74306,8.99899\n11161,1646652480,47.74306,8.99899\n11162,1646652481,47.74306,8.99899\n11163,1646652482,47.74306,8.99899\n11164,1646652483,47.74306,8.99899\n11165,1646652484,47.74306,8.99899\n11166,1646652485,47.74306,8.99899\n11167,1646652486,47.74306,8.99899\n11168,1646652487,47.74306,8.99899\n11169,1646652488,47.74306,8.99899\n11170,1646652489,47.74306,8.99899\n11171,1646652490,47.74306,8.99899\n11172,1646652491,47.74306,8.99899\n11173,1646652492,47.74306,8.99899\n11174,1646652493,47.74306,8.99899\n11175,1646652494,47.74306,8.99899\n11176,1646652495,47.74306,8.99899\n11177,1646652496,47.74306,8.99899\n11178,1646652497,47.74306,8.99899\n11179,1646652498,47.74306,8.99899\n11180,1646652499,47.74306,8.99899\n11181,1646652500,47.74306,8.99899\n11182,1646652501,47.74306,8.99899\n11183,1646652502,47.74306,8.99899\n11184,1646652503,47.74306,8.99899\n11185,1646652504,47.74306,8.99899\n11186,1646652505,47.74306,8.99899\n11187,1646652506,47.74306,8.99899\n11188,1646652507,47.74306,8.99899\n11189,1646652508,47.74306,8.99899\n11190,1646652509,47.74306,8.99899\n11191,1646652510,47.74306,8.99899\n11192,1646652511,47.74306,8.99899\n11193,1646652512,47.74306,8.99899\n11194,1646652513,47.74306,8.99899\n11195,1646652514,47.74306,8.99899\n11196,1646652515,47.74306,8.99899\n11197,1646652516,47.74306,8.99899\n11198,1646652517,47.74306,8.99899\n11199,1646652518,47.74306,8.99899\n11200,1646652519,47.74306,8.99899\n11201,1646652520,47.74306,8.99899\n11202,1646652521,47.74306,8.99899\n11203,1646652522,47.74306,8.99899\n11204,1646652523,47.74306,8.99899\n11205,1646652524,47.74306,8.99899\n11206,1646652525,47.74306,8.99899\n11207,1646652526,47.74306,8.99899\n11208,1646652527,47.74306,8.99899\n11209,1646652528,47.74306,8.99899\n11210,1646652529,47.74306,8.99899\n11211,1646652530,47.74306,8.99899\n11212,1646652531,47.74306,8.99899\n11213,1646652532,47.74306,8.99899\n11214,1646652533,47.74306,8.99899\n11215,1646652534,47.74306,8.99899\n11216,1646652535,47.74306,8.99899\n11217,1646652536,47.74306,8.99899\n11218,1646652537,47.74306,8.99899\n11219,1646652538,47.74306,8.99899\n11220,1646652539,47.74306,8.99899\n11221,1646652540,47.74306,8.99899\n11222,1646652541,47.74306,8.99899\n11223,1646652542,47.74306,8.99899\n11224,1646652543,47.74306,8.99899\n11225,1646652544,47.74306,8.99899\n11226,1646652545,47.74306,8.99899\n11227,1646652546,47.74306,8.99899\n11228,1646652547,47.74306,8.99899\n11229,1646652548,47.74306,8.99899\n11230,1646652549,47.74306,8.99899\n11231,1646652550,47.74306,8.99899\n11232,1646652551,47.74306,8.99899\n11233,1646652552,47.74306,8.99899\n11234,1646652553,47.74306,8.99899\n11235,1646652554,47.74306,8.99899\n11236,1646652555,47.74306,8.99899\n11237,1646652556,47.74306,8.99899\n11238,1646652557,47.74306,8.99899\n11239,1646652558,47.74306,8.99899\n11240,1646652559,47.74306,8.99899\n11241,1646652560,47.74306,8.99899\n11242,1646652561,47.74306,8.99899\n11243,1646652562,47.74306,8.99899\n11244,1646652563,47.74306,8.99899\n11245,1646652564,47.74306,8.99899\n11246,1646652565,47.74306,8.99899\n11247,1646652566,47.74306,8.99899\n11248,1646652567,47.74306,8.99899\n11249,1646652568,47.74306,8.99899\n11250,1646652569,47.74306,8.99899\n11251,1646652570,47.74306,8.99899\n11252,1646652571,47.74306,8.99899\n11253,1646652572,47.74306,8.99899\n11254,1646652573,47.74306,8.99899\n11255,1646652574,47.74306,8.99899\n11256,1646652575,47.74306,8.99899\n11257,1646652576,47.74306,8.99899\n11258,1646652577,47.74306,8.99899\n11259,1646652578,47.74306,8.99899\n11260,1646652579,47.74306,8.99899\n11261,1646652580,47.74306,8.99899\n11262,1646652581,47.74306,8.99899\n11263,1646652582,47.74306,8.99899\n11264,1646652583,47.74306,8.99899\n11265,1646652584,47.74306,8.99899\n11266,1646652585,47.74306,8.99899\n11267,1646652586,47.74306,8.99899\n11268,1646652587,47.74306,8.99899\n11269,1646652588,47.74306,8.99899\n11270,1646652589,47.74306,8.99899\n11271,1646652590,47.74306,8.99899\n11272,1646652591,47.74306,8.99899\n11273,1646652592,47.74306,8.99899\n11274,1646652593,47.74306,8.99899\n11275,1646652594,47.74306,8.99899\n11276,1646652595,47.74306,8.99899\n11277,1646652596,47.74306,8.99899\n11278,1646652597,47.74306,8.99899\n11279,1646652598,47.74306,8.99899\n11280,1646652599,47.74306,8.99899\n11281,1646652600,47.74306,8.99899\n11282,1646652601,47.74306,8.99899\n11283,1646652602,47.74306,8.99899\n11284,1646652603,47.74306,8.99899\n11285,1646652604,47.74306,8.99899\n11286,1646652605,47.74306,8.99899\n11287,1646652606,47.74306,8.99899\n11288,1646652607,47.74306,8.99899\n11289,1646652608,47.74306,8.99899\n11290,1646652609,47.74306,8.99899\n11291,1646652610,47.74306,8.99899\n11292,1646652611,47.74306,8.99899\n11293,1646652612,47.74306,8.99899\n11294,1646652613,47.74306,8.99899\n11295,1646652614,47.74306,8.99899\n11296,1646652615,47.74306,8.99899\n11297,1646652616,47.74306,8.99899\n11298,1646652617,47.74306,8.99899\n11299,1646652618,47.74306,8.99899\n11300,1646652619,47.74306,8.99899\n11301,1646652620,47.74306,8.99899\n11302,1646652621,47.74306,8.99899\n11303,1646652622,47.74306,8.99899\n11304,1646652623,47.74306,8.99899\n11305,1646652624,47.74306,8.99899\n11306,1646652625,47.74306,8.99899\n11307,1646652626,47.74306,8.99899\n11308,1646652627,47.74306,8.99899\n11309,1646652628,47.74306,8.99899\n11310,1646652629,47.74306,8.99899\n11311,1646652630,47.74306,8.99899\n11312,1646652631,47.74306,8.99899\n11313,1646652632,47.74306,8.99899\n11314,1646652633,47.74306,8.99899\n11315,1646652634,47.74306,8.99899\n11316,1646652635,47.74306,8.99899\n11317,1646652636,47.74306,8.99899\n11318,1646652637,47.74306,8.99899\n11319,1646652638,47.74306,8.99899\n11320,1646652639,47.74306,8.99899\n11321,1646652640,47.74306,8.99899\n11322,1646652641,47.74306,8.99899\n11323,1646652642,47.74306,8.99899\n11324,1646652643,47.74306,8.99899\n11325,1646652644,47.74306,8.99899\n11326,1646652645,47.74306,8.99899\n11327,1646652646,47.74306,8.99899\n11328,1646652647,47.74306,8.99899\n11329,1646652648,47.74306,8.99899\n11330,1646652649,47.74306,8.99899\n11331,1646652650,47.74306,8.99899\n11332,1646652651,47.74306,8.99899\n11333,1646652652,47.74306,8.99899\n11334,1646652653,47.74306,8.99899\n11335,1646652654,47.74306,8.99899\n11336,1646652655,47.74306,8.99899\n11337,1646652656,47.74306,8.99899\n11338,1646652657,47.74306,8.99899\n11339,1646652658,47.74306,8.99899\n11340,1646652659,47.74306,8.99899\n11341,1646652660,47.74306,8.99899\n11342,1646652661,47.74306,8.99899\n11343,1646652662,47.74306,8.99899\n11344,1646652663,47.74306,8.99899\n11345,1646652664,47.74306,8.99899\n11346,1646652665,47.74306,8.99899\n11347,1646652666,47.74306,8.99899\n11348,1646652667,47.74306,8.99899\n11349,1646652668,47.74306,8.99899\n11350,1646652669,47.74306,8.99899\n11351,1646652670,47.74306,8.99899\n11352,1646652671,47.74306,8.99899\n11353,1646652672,47.74306,8.99899\n11354,1646652673,47.74306,8.99899\n11355,1646652674,47.74306,8.99899\n11356,1646652675,47.74306,8.99899\n11357,1646652676,47.74306,8.99899\n11358,1646652677,47.74306,8.99899\n11359,1646652678,47.74306,8.99899\n11360,1646652679,47.74306,8.99899\n11361,1646652680,47.74306,8.99899\n11362,1646652681,47.74306,8.99899\n11363,1646652682,47.74306,8.99899\n11364,1646652683,47.74306,8.99899\n11365,1646652684,47.74306,8.99899\n11366,1646652685,47.74306,8.99899\n11367,1646652686,47.74306,8.99899\n11368,1646652687,47.74306,8.99899\n11369,1646652688,47.74306,8.99899\n11370,1646652689,47.74306,8.99899\n11371,1646652690,47.74306,8.99899\n11372,1646652691,47.74306,8.99899\n11373,1646652692,47.74306,8.99899\n11374,1646652693,47.74306,8.99899\n11375,1646652694,47.74306,8.99899\n11376,1646652695,47.74306,8.99899\n11377,1646652696,47.74306,8.99899\n11378,1646652697,47.74306,8.99899\n11379,1646652698,47.74306,8.99899\n11380,1646652699,47.74306,8.99899\n11381,1646652700,47.74306,8.99899\n11382,1646652701,47.74306,8.99899\n11383,1646652702,47.74306,8.99899\n11384,1646652703,47.74306,8.99899\n11385,1646652704,47.74306,8.99899\n11386,1646652705,47.74306,8.99899\n11387,1646652706,47.74306,8.99899\n11388,1646652707,47.74306,8.99899\n11389,1646652708,47.74306,8.99899\n11390,1646652709,47.74306,8.99899\n11391,1646652710,47.74306,8.99899\n11392,1646652711,47.74306,8.99899\n11393,1646652712,47.74306,8.99899\n11394,1646652713,47.74306,8.99899\n11395,1646652714,47.74306,8.99899\n11396,1646652715,47.74306,8.99899\n11397,1646652716,47.74306,8.99899\n11398,1646652717,47.74306,8.99899\n11399,1646652718,47.74306,8.99899\n11400,1646652719,47.74306,8.99899\n11401,1646652720,47.74306,8.99899\n11402,1646652721,47.74306,8.99899\n11403,1646652722,47.74306,8.99899\n11404,1646652723,47.74306,8.99899\n11405,1646652724,47.74306,8.99899\n11406,1646652725,47.74306,8.99899\n11407,1646652726,47.74306,8.99899\n11408,1646652727,47.74306,8.99899\n11409,1646652728,47.74306,8.99899\n11410,1646652729,47.74306,8.99899\n11411,1646652730,47.74306,8.99899\n11412,1646652731,47.74306,8.99899\n11413,1646652732,47.74306,8.99899\n11414,1646652733,47.74306,8.99899\n11415,1646652734,47.74306,8.99899\n11416,1646652735,47.74306,8.99899\n11417,1646652736,47.74306,8.99899\n11418,1646652737,47.74306,8.99899\n11419,1646652738,47.74306,8.99899\n11420,1646652739,47.74306,8.99899\n11421,1646652740,47.74306,8.99899\n11422,1646652741,47.74306,8.99899\n11423,1646652742,47.74306,8.99899\n11424,1646652743,47.74306,8.99899\n11425,1646652744,47.74306,8.99899\n11426,1646652745,47.74306,8.99899\n11427,1646652746,47.74306,8.99899\n11428,1646652747,47.74306,8.99899\n11429,1646652748,47.74306,8.99899\n11430,1646652749,47.74306,8.99899\n11431,1646652750,47.74306,8.99899\n11432,1646652751,47.74307,8.99899\n11433,1646652752,47.74307,8.99899\n11434,1646652753,47.74307,8.99899\n11435,1646652754,47.74307,8.99899\n11436,1646652755,47.74307,8.99899\n11437,1646652756,47.74307,8.99899\n11438,1646652757,47.74307,8.99899\n11439,1646652758,47.74307,8.99899\n11440,1646652759,47.74307,8.99899\n11441,1646652760,47.74307,8.99899\n11442,1646652761,47.74307,8.99899\n11443,1646652762,47.74307,8.99899\n11444,1646652763,47.74307,8.99899\n11445,1646652764,47.74307,8.99899\n11446,1646652765,47.74307,8.99899\n11447,1646652766,47.74307,8.99899\n11448,1646652767,47.74307,8.99899\n11449,1646652768,47.74307,8.99899\n11450,1646652769,47.74307,8.99899\n11451,1646652770,47.74307,8.99899\n11452,1646652771,47.74307,8.99899\n11453,1646652772,47.74307,8.99899\n11454,1646652773,47.74307,8.99899\n11455,1646652774,47.74307,8.99899\n11456,1646652775,47.74307,8.99899\n11457,1646652776,47.74307,8.99899\n11458,1646652777,47.74307,8.99899\n11459,1646652778,47.74307,8.99899\n11460,1646652779,47.74307,8.99899\n11461,1646652780,47.74307,8.99899\n11462,1646652781,47.74307,8.99899\n11463,1646652782,47.74307,8.99899\n11464,1646652783,47.74307,8.99899\n11465,1646652784,47.74307,8.99899\n11466,1646652785,47.74307,8.99899\n11467,1646652786,47.74307,8.99899\n11468,1646652787,47.74307,8.99899\n11469,1646652788,47.74307,8.99899\n11470,1646652789,47.74307,8.99899\n11471,1646652790,47.74307,8.99899\n11472,1646652791,47.74307,8.99899\n11473,1646652792,47.74307,8.99899\n11474,1646652793,47.74307,8.99899\n11475,1646652794,47.74307,8.99899\n11476,1646652795,47.74307,8.99899\n11477,1646652796,47.74307,8.99899\n11478,1646652797,47.74307,8.99899\n11479,1646652798,47.74307,8.99899\n11480,1646652799,47.74307,8.99899\n11481,1646652800,47.74307,8.99899\n11482,1646652801,47.74307,8.99899\n11483,1646652802,47.74307,8.99899\n11484,1646652803,47.74307,8.99899\n11485,1646652804,47.74307,8.99899\n11486,1646652805,47.74307,8.99899\n11487,1646652806,47.74307,8.99899\n11488,1646652807,47.74307,8.99899\n11489,1646652808,47.74307,8.99899\n11490,1646652809,47.74307,8.99899\n11491,1646652810,47.74307,8.99899\n11492,1646652811,47.74307,8.99899\n11493,1646652812,47.74307,8.99899\n11494,1646652813,47.74307,8.99899\n11495,1646652814,47.74307,8.99899\n11496,1646652815,47.74307,8.99899\n11497,1646652816,47.74307,8.99899\n11498,1646652817,47.74307,8.99899\n11499,1646652818,47.74307,8.99899\n11500,1646652819,47.74307,8.99899\n11501,1646652820,47.74307,8.99899\n11502,1646652821,47.74307,8.99899\n11503,1646652822,47.74307,8.99899\n11504,1646652823,47.74307,8.99899\n11505,1646652824,47.74307,8.99899\n11506,1646652825,47.74307,8.99899\n11507,1646652826,47.74307,8.99899\n11508,1646652827,47.74307,8.99899\n11509,1646652828,47.74307,8.99899\n11510,1646652829,47.74307,8.99899\n11511,1646652830,47.74307,8.99899\n11512,1646652831,47.74307,8.99899\n11513,1646652832,47.74307,8.99899\n11514,1646652833,47.74307,8.99899\n11515,1646652834,47.74307,8.99899\n11516,1646652835,47.74307,8.99899\n11517,1646652836,47.74307,8.99899\n11518,1646652837,47.74307,8.99899\n11519,1646652838,47.74307,8.99899\n11520,1646652839,47.74307,8.99899\n11521,1646652840,47.74307,8.99899\n11522,1646652841,47.74307,8.99899\n11523,1646652842,47.74307,8.99899\n11524,1646652843,47.74307,8.99899\n11525,1646652844,47.74307,8.99899\n11526,1646652845,47.74307,8.99899\n11527,1646652846,47.74307,8.99899\n11528,1646652847,47.74307,8.99899\n11529,1646652848,47.74307,8.99899\n11530,1646652849,47.74307,8.99899\n11531,1646652850,47.74307,8.99899\n11532,1646652851,47.74307,8.99899\n11533,1646652852,47.74307,8.99899\n11534,1646652853,47.74307,8.99899\n11535,1646652854,47.74307,8.99899\n11536,1646652855,47.74307,8.99899\n11537,1646652856,47.74307,8.99899\n11538,1646652857,47.74307,8.99899\n11539,1646652858,47.74307,8.99899\n11540,1646652859,47.74307,8.99899\n11541,1646652860,47.74307,8.99899\n11542,1646652861,47.74307,8.99900\n11543,1646652862,47.74307,8.99900\n11544,1646652863,47.74307,8.99900\n11545,1646652864,47.74307,8.99900\n11546,1646652865,47.74307,8.99900\n11547,1646652866,47.74307,8.99900\n11548,1646652867,47.74307,8.99900\n11549,1646652868,47.74307,8.99900\n11550,1646652869,47.74307,8.99900\n11551,1646652870,47.74307,8.99900\n11552,1646652871,47.74307,8.99900\n11553,1646652872,47.74307,8.99900\n11554,1646652873,47.74307,8.99900\n11555,1646652874,47.74307,8.99900\n11556,1646652875,47.74307,8.99900\n11557,1646652876,47.74307,8.99900\n11558,1646652877,47.74307,8.99900\n11559,1646652878,47.74307,8.99900\n11560,1646652879,47.74307,8.99900\n11561,1646652880,47.74307,8.99900\n11562,1646652881,47.74307,8.99900\n11563,1646652882,47.74307,8.99900\n11564,1646652883,47.74307,8.99900\n11565,1646652884,47.74307,8.99900\n11566,1646652885,47.74307,8.99900\n11567,1646652886,47.74307,8.99900\n11568,1646652887,47.74307,8.99900\n11569,1646652888,47.74307,8.99900\n11570,1646652889,47.74307,8.99900\n11571,1646652890,47.74307,8.99900\n11572,1646652891,47.74307,8.99900\n11573,1646652892,47.74307,8.99900\n11574,1646652893,47.74307,8.99900\n11575,1646652894,47.74307,8.99900\n11576,1646652895,47.74307,8.99900\n11577,1646652896,47.74307,8.99900\n11578,1646652897,47.74307,8.99900\n11579,1646652898,47.74307,8.99900\n11580,1646652899,47.74307,8.99900\n11581,1646652900,47.74307,8.99900\n11582,1646652901,47.74307,8.99900\n11583,1646652902,47.74307,8.99900\n11584,1646652903,47.74307,8.99900\n11585,1646652904,47.74307,8.99900\n11586,1646652905,47.74307,8.99900\n11587,1646652906,47.74307,8.99900\n11588,1646652907,47.74307,8.99900\n11589,1646652908,47.74307,8.99900\n11590,1646652909,47.74307,8.99900\n11591,1646652910,47.74307,8.99900\n11592,1646652911,47.74307,8.99900\n11593,1646652912,47.74307,8.99900\n11594,1646652913,47.74307,8.99900\n11595,1646652914,47.74307,8.99900\n11596,1646652915,47.74307,8.99900\n11597,1646652916,47.74307,8.99900\n11598,1646652917,47.74307,8.99900\n11599,1646652918,47.74307,8.99900\n11600,1646652919,47.74307,8.99900\n11601,1646652920,47.74307,8.99900\n11602,1646652921,47.74307,8.99900\n11603,1646652922,47.74307,8.99900\n11604,1646652923,47.74307,8.99900\n11605,1646652924,47.74307,8.99900\n11606,1646652925,47.74307,8.99900\n11607,1646652926,47.74307,8.99900\n11608,1646652927,47.74307,8.99900\n11609,1646652928,47.74307,8.99900\n11610,1646652929,47.74307,8.99900\n11611,1646652930,47.74307,8.99900\n11612,1646652931,47.74307,8.99900\n11613,1646652932,47.74307,8.99900\n11614,1646652933,47.74307,8.99900\n11615,1646652934,47.74307,8.99900\n11616,1646652935,47.74307,8.99900\n11617,1646652936,47.74307,8.99900\n11618,1646652937,47.74307,8.99900\n11619,1646652938,47.74307,8.99900\n11620,1646652939,47.74307,8.99900\n11621,1646652940,47.74307,8.99900\n11622,1646652941,47.74307,8.99900\n11623,1646652942,47.74307,8.99900\n11624,1646652943,47.74307,8.99900\n11625,1646652944,47.74307,8.99900\n11626,1646652945,47.74307,8.99900\n11627,1646652946,47.74307,8.99900\n11628,1646652947,47.74307,8.99900\n11629,1646652948,47.74307,8.99900\n11630,1646652949,47.74307,8.99900\n11631,1646652950,47.74307,8.99900\n11632,1646652951,47.74307,8.99900\n11633,1646652952,47.74307,8.99900\n11634,1646652953,47.74307,8.99900\n11635,1646652954,47.74307,8.99900\n11636,1646652955,47.74307,8.99900\n11637,1646652956,47.74308,8.99900\n11638,1646652957,47.74308,8.99900\n11639,1646652958,47.74308,8.99900\n11640,1646652959,47.74308,8.99900\n11641,1646652960,47.74308,8.99900\n11642,1646652961,47.74308,8.99900\n11643,1646652962,47.74308,8.99900\n11644,1646652963,47.74308,8.99900\n11645,1646652964,47.74308,8.99900\n11646,1646652965,47.74308,8.99900\n11647,1646652966,47.74308,8.99900\n11648,1646652967,47.74308,8.99900\n11649,1646652968,47.74308,8.99900\n11650,1646652969,47.74308,8.99900\n11651,1646652970,47.74308,8.99900\n11652,1646652971,47.74308,8.99900\n11653,1646652972,47.74308,8.99900\n11654,1646652973,47.74308,8.99900\n11655,1646652974,47.74308,8.99900\n11656,1646652975,47.74308,8.99900\n11657,1646652976,47.74308,8.99900\n11658,1646652977,47.74308,8.99900\n11659,1646652978,47.74308,8.99900\n11660,1646652979,47.74308,8.99900\n11661,1646652980,47.74308,8.99900\n11662,1646652981,47.74308,8.99900\n11663,1646652982,47.74308,8.99900\n11664,1646652983,47.74308,8.99900\n11665,1646652984,47.74308,8.99900\n11666,1646652985,47.74308,8.99900\n11667,1646652986,47.74308,8.99900\n11668,1646652987,47.74308,8.99900\n11669,1646652988,47.74308,8.99900\n11670,1646652989,47.74308,8.99900\n11671,1646652990,47.74308,8.99900\n11672,1646652991,47.74308,8.99900\n11673,1646652992,47.74308,8.99900\n11674,1646652993,47.74308,8.99900\n11675,1646652994,47.74308,8.99900\n11676,1646652995,47.74308,8.99900\n11677,1646652996,47.74308,8.99900\n11678,1646652997,47.74308,8.99900\n11679,1646652998,47.74308,8.99900\n11680,1646652999,47.74308,8.99900\n11681,1646653000,47.74308,8.99900\n11682,1646653001,47.74308,8.99900\n11683,1646653002,47.74308,8.99900\n11684,1646653003,47.74308,8.99900\n11685,1646653004,47.74308,8.99900\n11686,1646653005,47.74308,8.99900\n11687,1646653006,47.74308,8.99900\n11688,1646653007,47.74308,8.99900\n11689,1646653008,47.74308,8.99900\n11690,1646653009,47.74308,8.99900\n11691,1646653010,47.74308,8.99900\n11692,1646653011,47.74308,8.99900\n11693,1646653012,47.74308,8.99900\n11694,1646653013,47.74308,8.99900\n11695,1646653014,47.74308,8.99900\n11696,1646653015,47.74308,8.99900\n11697,1646653016,47.74308,8.99900\n11698,1646653017,47.74308,8.99900\n11699,1646653018,47.74308,8.99900\n11700,1646653019,47.74308,8.99900\n11701,1646653020,47.74308,8.99900\n11702,1646653021,47.74308,8.99900\n11703,1646653022,47.74308,8.99900\n11704,1646653023,47.74308,8.99900\n11705,1646653024,47.74308,8.99900\n11706,1646653025,47.74308,8.99900\n11707,1646653026,47.74308,8.99900\n11708,1646653027,47.74308,8.99900\n11709,1646653028,47.74308,8.99900\n11710,1646653029,47.74308,8.99900\n11711,1646653030,47.74308,8.99900\n11712,1646653031,47.74308,8.99900\n11713,1646653032,47.74308,8.99900\n11714,1646653033,47.74308,8.99900\n11715,1646653034,47.74308,8.99900\n11716,1646653035,47.74308,8.99900\n11717,1646653036,47.74308,8.99900\n11718,1646653037,47.74308,8.99900\n11719,1646653038,47.74308,8.99900\n11720,1646653039,47.74308,8.99900\n11721,1646653040,47.74308,8.99900\n11722,1646653041,47.74308,8.99900\n11723,1646653042,47.74308,8.99900\n11724,1646653043,47.74308,8.99900\n11725,1646653044,47.74308,8.99900\n11726,1646653045,47.74308,8.99900\n11727,1646653046,47.74308,8.99900\n11728,1646653047,47.74308,8.99900\n11729,1646653048,47.74308,8.99900\n11730,1646653049,47.74308,8.99900\n11731,1646653050,47.74308,8.99900\n11732,1646653051,47.74308,8.99900\n11733,1646653052,47.74308,8.99900\n11734,1646653053,47.74308,8.99900\n11735,1646653054,47.74308,8.99900\n11736,1646653055,47.74308,8.99900\n11737,1646653056,47.74308,8.99900\n11738,1646653057,47.74308,8.99900\n11739,1646653058,47.74308,8.99900\n11740,1646653059,47.74308,8.99900\n11741,1646653060,47.74308,8.99900\n11742,1646653061,47.74308,8.99900\n11743,1646653062,47.74308,8.99900\n11744,1646653063,47.74308,8.99900\n11745,1646653064,47.74308,8.99900\n11746,1646653065,47.74308,8.99900\n11747,1646653066,47.74308,8.99900\n11748,1646653067,47.74308,8.99900\n11749,1646653068,47.74308,8.99900\n11750,1646653069,47.74308,8.99900\n11751,1646653070,47.74308,8.99900\n11752,1646653071,47.74308,8.99900\n11753,1646653072,47.74308,8.99900\n11754,1646653073,47.74308,8.99900\n11755,1646653074,47.74308,8.99900\n11756,1646653075,47.74308,8.99900\n11757,1646653076,47.74308,8.99900\n11758,1646653077,47.74308,8.99900\n11759,1646653078,47.74308,8.99900\n11760,1646653079,47.74308,8.99900\n11761,1646653080,47.74308,8.99900\n11762,1646653081,47.74308,8.99900\n11763,1646653082,47.74308,8.99900\n11764,1646653083,47.74308,8.99900\n11765,1646653084,47.74308,8.99900\n11766,1646653085,47.74308,8.99900\n11767,1646653086,47.74308,8.99900\n11768,1646653087,47.74308,8.99900\n11769,1646653088,47.74308,8.99900\n11770,1646653089,47.74308,8.99900\n11771,1646653090,47.74308,8.99900\n11772,1646653091,47.74308,8.99900\n11773,1646653092,47.74308,8.99900\n11774,1646653093,47.74308,8.99900\n11775,1646653094,47.74308,8.99900\n11776,1646653095,47.74308,8.99900\n11777,1646653096,47.74308,8.99900\n11778,1646653097,47.74308,8.99900\n11779,1646653098,47.74308,8.99900\n11780,1646653099,47.74308,8.99900\n11781,1646653100,47.74308,8.99900\n11782,1646653101,47.74308,8.99900\n11783,1646653102,47.74308,8.99900\n11784,1646653103,47.74308,8.99900\n11785,1646653104,47.74308,8.99900\n11786,1646653105,47.74308,8.99900\n11787,1646653106,47.74308,8.99900\n11788,1646653107,47.74308,8.99900\n11789,1646653108,47.74308,8.99900\n11790,1646653109,47.74308,8.99900\n11791,1646653110,47.74308,8.99900\n11792,1646653111,47.74308,8.99900\n11793,1646653112,47.74308,8.99900\n11794,1646653113,47.74308,8.99900\n11795,1646653114,47.74308,8.99900\n11796,1646653115,47.74308,8.99900\n11797,1646653116,47.74308,8.99900\n11798,1646653117,47.74308,8.99900\n11799,1646653118,47.74308,8.99900\n11800,1646653119,47.74308,8.99900\n11801,1646653120,47.74308,8.99900\n11802,1646653121,47.74308,8.99900\n11803,1646653122,47.74308,8.99900\n11804,1646653123,47.74308,8.99900\n11805,1646653124,47.74308,8.99900\n11806,1646653125,47.74308,8.99900\n11807,1646653126,47.74308,8.99900\n11808,1646653127,47.74308,8.99900\n11809,1646653128,47.74308,8.99900\n11810,1646653129,47.74308,8.99900\n11811,1646653130,47.74308,8.99900\n11812,1646653131,47.74308,8.99900\n11813,1646653132,47.74308,8.99900\n11814,1646653133,47.74308,8.99900\n11815,1646653134,47.74308,8.99900\n11816,1646653135,47.74308,8.99900\n11817,1646653136,47.74308,8.99900\n11818,1646653137,47.74308,8.99900\n11819,1646653138,47.74308,8.99900\n11820,1646653139,47.74308,8.99900\n11821,1646653140,47.74308,8.99900\n11822,1646653141,47.74308,8.99900\n11823,1646653142,47.74308,8.99900\n11824,1646653143,47.74308,8.99900\n11825,1646653144,47.74308,8.99900\n11826,1646653145,47.74308,8.99900\n11827,1646653146,47.74308,8.99900\n11828,1646653147,47.74308,8.99900\n11829,1646653148,47.74308,8.99900\n11830,1646653149,47.74308,8.99900\n11831,1646653150,47.74308,8.99900\n11832,1646653151,47.74308,8.99900\n11833,1646653152,47.74308,8.99900\n11834,1646653153,47.74308,8.99900\n11835,1646653154,47.74308,8.99900\n11836,1646653155,47.74308,8.99900\n11837,1646653156,47.74308,8.99900\n11838,1646653157,47.74308,8.99900\n11839,1646653158,47.74308,8.99900\n11840,1646653159,47.74308,8.99900\n11841,1646653160,47.74308,8.99900\n11842,1646653161,47.74308,8.99900\n11843,1646653162,47.74308,8.99900\n11844,1646653163,47.74308,8.99900\n11845,1646653164,47.74308,8.99900\n11846,1646653165,47.74308,8.99900\n11847,1646653166,47.74308,8.99900\n11848,1646653167,47.74308,8.99900\n11849,1646653168,47.74308,8.99900\n11850,1646653169,47.74308,8.99900\n11851,1646653170,47.74308,8.99900\n11852,1646653171,47.74308,8.99900\n11853,1646653173,47.74308,8.99900\n11854,1646653174,47.74308,8.99900\n11855,1646653175,47.74308,8.99900\n11856,1646653176,47.74308,8.99900\n11857,1646653177,47.74308,8.99900\n11858,1646653178,47.74308,8.99900\n11859,1646653179,47.74308,8.99900\n11860,1646653180,47.74308,8.99900\n11861,1646653181,47.74308,8.99900\n11862,1646653182,47.74308,8.99900\n11863,1646653183,47.74308,8.99900\n11864,1646653184,47.74308,8.99900\n11865,1646653185,47.74308,8.99900\n11866,1646653186,47.74308,8.99900\n11867,1646653187,47.74308,8.99900\n11868,1646653188,47.74308,8.99900\n11869,1646653189,47.74308,8.99900\n11870,1646653190,47.74308,8.99900\n11871,1646653191,47.74308,8.99900\n11872,1646653192,47.74308,8.99900\n11873,1646653193,47.74308,8.99900\n11874,1646653194,47.74308,8.99900\n11875,1646653195,47.74308,8.99900\n11876,1646653196,47.74308,8.99900\n11877,1646653197,47.74308,8.99900\n11878,1646653198,47.74308,8.99900\n11879,1646653199,47.74308,8.99900\n11880,1646653200,47.74308,8.99900\n11881,1646653201,47.74308,8.99900\n11882,1646653202,47.74308,8.99900\n11883,1646653203,47.74308,8.99900\n11884,1646653204,47.74308,8.99900\n11885,1646653205,47.74308,8.99900\n11886,1646653206,47.74308,8.99900\n11887,1646653207,47.74308,8.99900\n11888,1646653208,47.74308,8.99900\n11889,1646653209,47.74308,8.99900\n11890,1646653210,47.74308,8.99900\n11891,1646653211,47.74308,8.99900\n11892,1646653212,47.74308,8.99900\n11893,1646653213,47.74308,8.99900\n11894,1646653214,47.74308,8.99900\n11895,1646653215,47.74308,8.99900\n11896,1646653216,47.74308,8.99900\n11897,1646653217,47.74308,8.99900\n11898,1646653218,47.74308,8.99900\n11899,1646653219,47.74308,8.99900\n11900,1646653220,47.74308,8.99900\n11901,1646653221,47.74308,8.99900\n11902,1646653222,47.74308,8.99900\n11903,1646653223,47.74308,8.99900\n11904,1646653224,47.74308,8.99900\n11905,1646653225,47.74308,8.99900\n11906,1646653226,47.74308,8.99900\n11907,1646653227,47.74308,8.99900\n11908,1646653228,47.74308,8.99900\n11909,1646653229,47.74308,8.99900\n11910,1646653230,47.74308,8.99900\n11911,1646653231,47.74308,8.99900\n11912,1646653232,47.74308,8.99900\n11913,1646653233,47.74308,8.99900\n11914,1646653234,47.74308,8.99900\n11915,1646653235,47.74308,8.99900\n11916,1646653236,47.74308,8.99900\n11917,1646653237,47.74308,8.99900\n11918,1646653238,47.74308,8.99900\n11919,1646653239,47.74308,8.99900\n11920,1646653240,47.74308,8.99900\n11921,1646653241,47.74308,8.99900\n11922,1646653242,47.74308,8.99900\n11923,1646653243,47.74308,8.99900\n11924,1646653244,47.74308,8.99900\n11925,1646653245,47.74308,8.99900\n11926,1646653246,47.74308,8.99900\n11927,1646653247,47.74308,8.99900\n11928,1646653248,47.74308,8.99900\n11929,1646653249,47.74308,8.99900\n11930,1646653250,47.74308,8.99900\n11931,1646653251,47.74308,8.99900\n11932,1646653252,47.74308,8.99900\n11933,1646653253,47.74308,8.99900\n11934,1646653254,47.74308,8.99900\n11935,1646653255,47.74308,8.99900\n11936,1646653256,47.74308,8.99900\n11937,1646653257,47.74308,8.99900\n11938,1646653258,47.74308,8.99900\n11939,1646653259,47.74308,8.99900\n11940,1646653260,47.74308,8.99900\n11941,1646653261,47.74308,8.99900\n11942,1646653262,47.74308,8.99900\n11943,1646653263,47.74308,8.99900\n11944,1646653264,47.74308,8.99900\n11945,1646653265,47.74308,8.99900\n11946,1646653266,47.74308,8.99900\n11947,1646653267,47.74308,8.99900\n11948,1646653268,47.74308,8.99900\n11949,1646653269,47.74308,8.99900\n11950,1646653270,47.74308,8.99900\n11951,1646653271,47.74309,8.99900\n11952,1646653272,47.74309,8.99900\n11953,1646653273,47.74309,8.99900\n11954,1646653274,47.74309,8.99900\n11955,1646653275,47.74309,8.99900\n11956,1646653276,47.74309,8.99900\n11957,1646653277,47.74309,8.99900\n11958,1646653278,47.74309,8.99900\n11959,1646653279,47.74309,8.99900\n11960,1646653280,47.74309,8.99900\n11961,1646653281,47.74309,8.99900\n11962,1646653282,47.74309,8.99900\n11963,1646653283,47.74309,8.99900\n11964,1646653284,47.74309,8.99900\n11965,1646653285,47.74309,8.99900\n11966,1646653286,47.74309,8.99900\n11967,1646653287,47.74309,8.99900\n11968,1646653288,47.74309,8.99900\n11969,1646653289,47.74309,8.99900\n11970,1646653290,47.74309,8.99900\n11971,1646653291,47.74309,8.99900\n11972,1646653292,47.74309,8.99900\n11973,1646653293,47.74309,8.99900\n11974,1646653294,47.74309,8.99900\n11975,1646653295,47.74309,8.99900\n11976,1646653296,47.74309,8.99900\n11977,1646653297,47.74309,8.99900\n11978,1646653298,47.74309,8.99900\n11979,1646653299,47.74309,8.99900\n11980,1646653300,47.74309,8.99900\n11981,1646653301,47.74309,8.99900\n11982,1646653302,47.74309,8.99900\n11983,1646653303,47.74309,8.99900\n11984,1646653304,47.74309,8.99900\n11985,1646653305,47.74309,8.99900\n11986,1646653306,47.74309,8.99900\n11987,1646653307,47.74309,8.99900\n11988,1646653308,47.74309,8.99900\n11989,1646653309,47.74309,8.99900\n11990,1646653310,47.74309,8.99900\n11991,1646653311,47.74309,8.99900\n11992,1646653312,47.74309,8.99900\n11993,1646653313,47.74309,8.99900\n11994,1646653314,47.74309,8.99900\n11995,1646653315,47.74309,8.99900\n11996,1646653316,47.74309,8.99900\n11997,1646653317,47.74309,8.99900\n11998,1646653318,47.74309,8.99900\n11999,1646653319,47.74309,8.99900\n12000,1646653320,47.74309,8.99900\n12001,1646653321,47.74309,8.99900\n12002,1646653322,47.74309,8.99900\n12003,1646653323,47.74309,8.99900\n12004,1646653324,47.74309,8.99900\n12005,1646653325,47.74309,8.99900\n12006,1646653326,47.74309,8.99900\n12007,1646653327,47.74309,8.99900\n12008,1646653328,47.74309,8.99900\n12009,1646653329,47.74309,8.99900\n12010,1646653330,47.74309,8.99900\n12011,1646653331,47.74309,8.99900\n12012,1646653332,47.74309,8.99900\n12013,1646653333,47.74309,8.99900\n12014,1646653334,47.74309,8.99900\n12015,1646653335,47.74309,8.99900\n12016,1646653336,47.74309,8.99900\n12017,1646653337,47.74309,8.99900\n12018,1646653338,47.74309,8.99900\n12019,1646653339,47.74309,8.99900\n12020,1646653340,47.74309,8.99900\n12021,1646653341,47.74309,8.99900\n12022,1646653342,47.74309,8.99900\n12023,1646653343,47.74309,8.99900\n12024,1646653344,47.74309,8.99900\n12025,1646653345,47.74309,8.99900\n12026,1646653346,47.74309,8.99900\n12027,1646653347,47.74309,8.99900\n12028,1646653348,47.74309,8.99900\n12029,1646653349,47.74309,8.99900\n12030,1646653350,47.74308,8.99900\n12031,1646653351,47.74308,8.99900\n12032,1646653352,47.74308,8.99900\n12033,1646653353,47.74308,8.99900\n12034,1646653354,47.74308,8.99900\n12035,1646653355,47.74308,8.99900\n12036,1646653356,47.74308,8.99900\n12037,1646653357,47.74308,8.99900\n12038,1646653358,47.74308,8.99900\n12039,1646653359,47.74308,8.99900\n12040,1646653360,47.74308,8.99900\n12041,1646653361,47.74308,8.99900\n12042,1646653362,47.74308,8.99900\n12043,1646653363,47.74308,8.99900\n12044,1646653364,47.74308,8.99900\n12045,1646653365,47.74308,8.99900\n12046,1646653366,47.74308,8.99900\n12047,1646653367,47.74308,8.99900\n12048,1646653368,47.74308,8.99900\n12049,1646653369,47.74308,8.99900\n12050,1646653370,47.74308,8.99900\n12051,1646653371,47.74308,8.99900\n12052,1646653372,47.74308,8.99900\n12053,1646653373,47.74308,8.99900\n12054,1646653374,47.74308,8.99900\n12055,1646653375,47.74308,8.99900\n12056,1646653376,47.74308,8.99900\n12057,1646653377,47.74308,8.99900\n12058,1646653378,47.74308,8.99900\n12059,1646653379,47.74308,8.99900\n12060,1646653380,47.74308,8.99900\n12061,1646653381,47.74308,8.99900\n12062,1646653382,47.74308,8.99900\n12063,1646653383,47.74308,8.99900\n12064,1646653384,47.74308,8.99900\n12065,1646653385,47.74308,8.99900\n12066,1646653386,47.74308,8.99900\n12067,1646653387,47.74308,8.99900\n12068,1646653388,47.74308,8.99900\n12069,1646653389,47.74308,8.99900\n12070,1646653390,47.74308,8.99900\n12071,1646653391,47.74308,8.99900\n12072,1646653392,47.74308,8.99900\n12073,1646653393,47.74308,8.99900\n12074,1646653394,47.74308,8.99900\n12075,1646653395,47.74308,8.99900\n12076,1646653396,47.74308,8.99900\n12077,1646653397,47.74308,8.99900\n12078,1646653398,47.74308,8.99900\n12079,1646653399,47.74308,8.99900\n12080,1646653400,47.74308,8.99900\n12081,1646653401,47.74308,8.99900\n12082,1646653402,47.74308,8.99900\n12083,1646653403,47.74308,8.99900\n12084,1646653404,47.74308,8.99900\n12085,1646653405,47.74308,8.99900\n12086,1646653406,47.74308,8.99900\n12087,1646653407,47.74308,8.99900\n12088,1646653408,47.74308,8.99900\n12089,1646653409,47.74308,8.99900\n12090,1646653410,47.74308,8.99900\n12091,1646653411,47.74308,8.99900\n12092,1646653412,47.74308,8.99900\n12093,1646653413,47.74308,8.99900\n12094,1646653414,47.74308,8.99900\n12095,1646653415,47.74308,8.99900\n12096,1646653416,47.74308,8.99900\n12097,1646653417,47.74308,8.99900\n12098,1646653418,47.74308,8.99900\n12099,1646653419,47.74308,8.99900\n12100,1646653420,47.74308,8.99900\n12101,1646653421,47.74308,8.99900\n12102,1646653422,47.74308,8.99900\n12103,1646653423,47.74308,8.99900\n12104,1646653424,47.74308,8.99900\n12105,1646653425,47.74308,8.99900\n12106,1646653426,47.74308,8.99900\n12107,1646653427,47.74308,8.99900\n12108,1646653428,47.74308,8.99900\n12109,1646653429,47.74308,8.99900\n12110,1646653430,47.74308,8.99900\n12111,1646653431,47.74308,8.99900\n12112,1646653432,47.74308,8.99900\n12113,1646653433,47.74308,8.99900\n12114,1646653434,47.74308,8.99900\n12115,1646653435,47.74308,8.99900\n12116,1646653436,47.74308,8.99900\n12117,1646653437,47.74308,8.99900\n12118,1646653438,47.74308,8.99900\n12119,1646653439,47.74308,8.99900\n12120,1646653440,47.74308,8.99900\n12121,1646653441,47.74308,8.99900\n12122,1646653442,47.74308,8.99900\n12123,1646653443,47.74308,8.99900\n12124,1646653444,47.74308,8.99900\n12125,1646653445,47.74308,8.99900\n12126,1646653446,47.74308,8.99900\n12127,1646653447,47.74308,8.99900\n12128,1646653448,47.74308,8.99900\n12129,1646653449,47.74308,8.99900\n12130,1646653450,47.74308,8.99900\n12131,1646653451,47.74308,8.99900\n12132,1646653452,47.74308,8.99900\n12133,1646653453,47.74308,8.99900\n12134,1646653454,47.74308,8.99900\n12135,1646653455,47.74308,8.99900\n12136,1646653456,47.74308,8.99900\n12137,1646653457,47.74308,8.99900\n12138,1646653458,47.74308,8.99900\n12139,1646653459,47.74308,8.99900\n12140,1646653460,47.74308,8.99900\n12141,1646653461,47.74308,8.99900\n12142,1646653462,47.74308,8.99900\n12143,1646653463,47.74308,8.99900\n12144,1646653464,47.74308,8.99900\n12145,1646653465,47.74308,8.99900\n12146,1646653466,47.74308,8.99900\n12147,1646653467,47.74308,8.99900\n12148,1646653468,47.74308,8.99900\n12149,1646653469,47.74308,8.99900\n12150,1646653470,47.74308,8.99900\n12151,1646653471,47.74308,8.99900\n12152,1646653472,47.74308,8.99900\n12153,1646653473,47.74308,8.99900\n12154,1646653474,47.74308,8.99900\n12155,1646653475,47.74308,8.99900\n12156,1646653476,47.74308,8.99900\n12157,1646653477,47.74308,8.99900\n12158,1646653478,47.74308,8.99900\n12159,1646653479,47.74308,8.99900\n12160,1646653480,47.74308,8.99900\n12161,1646653481,47.74308,8.99900\n12162,1646653482,47.74308,8.99900\n12163,1646653483,47.74308,8.99900\n12164,1646653484,47.74308,8.99900\n12165,1646653485,47.74308,8.99900\n12166,1646653486,47.74308,8.99900\n12167,1646653487,47.74308,8.99900\n12168,1646653488,47.74308,8.99900\n12169,1646653489,47.74308,8.99900\n12170,1646653490,47.74308,8.99900\n12171,1646653491,47.74308,8.99900\n12172,1646653492,47.74308,8.99900\n12173,1646653493,47.74308,8.99900\n12174,1646653494,47.74308,8.99900\n12175,1646653495,47.74308,8.99900\n12176,1646653496,47.74308,8.99900\n12177,1646653497,47.74308,8.99900\n12178,1646653498,47.74308,8.99900\n12179,1646653499,47.74308,8.99900\n12180,1646653500,47.74308,8.99900\n12181,1646653501,47.74308,8.99900\n12182,1646653502,47.74308,8.99900\n12183,1646653503,47.74308,8.99900\n12184,1646653504,47.74308,8.99900\n12185,1646653505,47.74308,8.99900\n12186,1646653506,47.74308,8.99900\n12187,1646653507,47.74308,8.99900\n12188,1646653508,47.74308,8.99900\n12189,1646653509,47.74308,8.99900\n12190,1646653510,47.74308,8.99900\n12191,1646653511,47.74308,8.99900\n12192,1646653512,47.74308,8.99900\n12193,1646653513,47.74308,8.99900\n12194,1646653514,47.74308,8.99900\n12195,1646653515,47.74308,8.99900\n12196,1646653516,47.74308,8.99900\n12197,1646653517,47.74308,8.99900\n12198,1646653518,47.74308,8.99900\n12199,1646653519,47.74308,8.99900\n12200,1646653520,47.74308,8.99900\n12201,1646653521,47.74308,8.99900\n12202,1646653522,47.74308,8.99900\n12203,1646653523,47.74308,8.99900\n12204,1646653524,47.74308,8.99900\n12205,1646653525,47.74308,8.99900\n12206,1646653526,47.74308,8.99900\n12207,1646653527,47.74308,8.99900\n12208,1646653528,47.74308,8.99900\n12209,1646653529,47.74308,8.99900\n12210,1646653530,47.74308,8.99900\n12211,1646653531,47.74308,8.99900\n12212,1646653532,47.74308,8.99900\n12213,1646653533,47.74308,8.99900\n12214,1646653534,47.74308,8.99900\n12215,1646653535,47.74308,8.99900\n12216,1646653536,47.74308,8.99900\n12217,1646653537,47.74308,8.99900\n12218,1646653538,47.74308,8.99900\n12219,1646653539,47.74308,8.99900\n12220,1646653540,47.74308,8.99900\n12221,1646653541,47.74308,8.99900\n12222,1646653542,47.74308,8.99900\n12223,1646653543,47.74308,8.99900\n12224,1646653544,47.74308,8.99900\n12225,1646653545,47.74308,8.99900\n12226,1646653546,47.74308,8.99900\n12227,1646653547,47.74308,8.99900\n12228,1646653548,47.74308,8.99900\n12229,1646653549,47.74308,8.99900\n12230,1646653550,47.74308,8.99900\n12231,1646653551,47.74308,8.99900\n12232,1646653552,47.74308,8.99900\n12233,1646653553,47.74308,8.99900\n12234,1646653554,47.74308,8.99900\n12235,1646653555,47.74308,8.99900\n12236,1646653556,47.74308,8.99900\n12237,1646653557,47.74308,8.99900\n12238,1646653558,47.74308,8.99900\n12239,1646653559,47.74308,8.99900\n12240,1646653560,47.74308,8.99900\n12241,1646653624,47.74297,8.99887\n12242,1646653625,47.74295,8.99888\n12243,1646653626,47.74294,8.99889\n12244,1646653627,47.74294,8.99890\n12245,1646653628,47.74294,8.99891\n12246,1646653629,47.74295,8.99892\n12247,1646653630,47.74295,8.99892\n12248,1646653631,47.74295,8.99893\n12249,1646653632,47.74295,8.99893\n12250,1646653633,47.74294,8.99892\n12251,1646653635,47.74295,8.99892\n12252,1646653636,47.74295,8.99893\n12253,1646653637,47.74295,8.99893\n12254,1646653638,47.74296,8.99893\n12255,1646653639,47.74296,8.99894\n12256,1646653640,47.74296,8.99894\n12257,1646653641,47.74296,8.99894\n12258,1646653642,47.74296,8.99894\n12259,1646653643,47.74296,8.99894\n12260,1646653644,47.74296,8.99894\n12261,1646653645,47.74297,8.99894\n12262,1646653646,47.74297,8.99894\n12263,1646653647,47.74297,8.99895\n12264,1646653648,47.74297,8.99895\n12265,1646653649,47.74297,8.99895\n12266,1646653650,47.74297,8.99895\n12267,1646653651,47.74297,8.99895\n12268,1646653652,47.74297,8.99895\n12269,1646653653,47.74297,8.99895\n12270,1646653654,47.74297,8.99895\n12271,1646653655,47.74297,8.99895\n12272,1646653656,47.74297,8.99895\n12273,1646653657,47.74297,8.99896\n12274,1646653658,47.74297,8.99896\n12275,1646653659,47.74297,8.99896\n12276,1646653660,47.74297,8.99896\n12277,1646653661,47.74297,8.99896\n12278,1646653662,47.74297,8.99896\n12279,1646653663,47.74297,8.99896\n12280,1646653727,47.74306,8.99906\n12281,1646653728,47.74307,8.99904\n12282,1646653729,47.74306,8.99903\n12283,1646653730,47.74306,8.99902\n12284,1646653731,47.74306,8.99902\n12285,1646653732,47.74306,8.99901\n12286,1646653733,47.74307,8.99901\n12287,1646653734,47.74306,8.99901\n12288,1646653735,47.74305,8.99899\n12289,1646653737,47.74305,8.99899\n12290,1646653738,47.74305,8.99899\n12291,1646653739,47.74305,8.99899\n12292,1646653740,47.74305,8.99899\n12293,1646653741,47.74305,8.99899\n12294,1646653742,47.74304,8.99899\n12295,1646653743,47.74304,8.99898\n12296,1646653744,47.74304,8.99898\n12297,1646653745,47.74304,8.99898\n12298,1646653746,47.74305,8.99898\n12299,1646653747,47.74305,8.99898\n12300,1646653748,47.74305,8.99898\n12301,1646653749,47.74305,8.99898\n12302,1646653750,47.74305,8.99898\n12303,1646653751,47.74305,8.99898\n12304,1646653752,47.74305,8.99898\n12305,1646653753,47.74305,8.99898\n12306,1646653754,47.74305,8.99898\n12307,1646653755,47.74305,8.99899\n12308,1646653756,47.74305,8.99899\n12309,1646653757,47.74306,8.99899\n12310,1646653758,47.74306,8.99899\n12311,1646653759,47.74306,8.99899\n12312,1646655015,47.74309,8.99906\n12313,1646655016,47.74311,8.99905\n12314,1646655017,47.74311,8.99903\n12315,1646655018,47.74311,8.99903\n12316,1646655019,47.74311,8.99902\n12317,1646655020,47.74310,8.99901\n12318,1646655021,47.74309,8.99899\n12319,1646655022,47.74308,8.99899\n12320,1646655023,47.74308,8.99899\n12321,1646655024,47.74308,8.99899\n12322,1646655025,47.74307,8.99899\n12323,1646655027,47.74307,8.99899\n12324,1646655028,47.74307,8.99899\n12325,1646655029,47.74307,8.99899\n12326,1646655093,47.74310,8.99902\n12327,1646655094,47.74308,8.99901\n12328,1646655095,47.74307,8.99900\n12329,1646655096,47.74307,8.99900\n12330,1646655097,47.74307,8.99900\n12331,1646655098,47.74306,8.99900\n12332,1646655099,47.74306,8.99899\n12333,1646655100,47.74306,8.99899\n12334,1646655164,47.74300,8.99891\n12335,1646655165,47.74302,8.99894\n12336,1646655166,47.74303,8.99897\n12337,1646655167,47.74303,8.99898\n12338,1646655168,47.74304,8.99899\n12339,1646655169,47.74304,8.99898\n12340,1646655234,47.74308,8.99902\n12341,1646655235,47.74307,8.99903\n12342,1646655236,47.74306,8.99903\n12343,1646655237,47.74306,8.99904\n12344,1646655238,47.74305,8.99904\n12345,1646655239,47.74305,8.99903\n12346,1646655303,47.74298,8.99898\n12347,1646655304,47.74295,8.99898\n12348,1646655305,47.74295,8.99899\n12349,1646655306,47.74296,8.99900\n12350,1646655307,47.74297,8.99900\n12351,1646655372,47.74312,8.99899\n12352,1646655373,47.74311,8.99900\n12353,1646655374,47.74311,8.99901\n12354,1646655375,47.74310,8.99901\n12355,1646655376,47.74310,8.99901\n12356,1646655440,47.74312,8.99899\n12357,1646655441,47.74311,8.99899\n12358,1646655442,47.74310,8.99900\n12359,1646655506,47.74308,8.99893\n12360,1646655507,47.74303,8.99892\n12361,1646655508,47.74303,8.99893\n12362,1646655573,47.74306,8.99898\n12363,1646655574,47.74305,8.99897\n12364,1646655575,47.74305,8.99898\n12365,1646655639,47.74308,8.99904\n12366,1646655640,47.74308,8.99901\n12367,1646655641,47.74308,8.99900\n12368,1646655642,47.74308,8.99900\n12369,1646655643,47.74308,8.99900\n12370,1646655708,47.74307,8.99898\n12371,1646655709,47.74308,8.99899\n12372,1646655710,47.74307,8.99899\n12373,1646655774,47.74303,8.99898\n12374,1646655775,47.74304,8.99899\n12375,1646655776,47.74305,8.99900\n12376,1646655777,47.74305,8.99900\n12377,1646655778,47.74306,8.99900\n12378,1646655842,47.74306,8.99894\n12379,1646655843,47.74307,8.99896\n12380,1646655844,47.74308,8.99897\n12381,1646655909,47.74310,8.99899\n12382,1646655910,47.74308,8.99899\n12383,1646655974,47.74308,8.99899\n12384,1646655975,47.74308,8.99898\n12385,1646656039,47.74305,8.99896\n12386,1646656040,47.74306,8.99896\n12387,1646656105,47.74302,8.99891\n12388,1646656169,47.74309,8.99893\n12389,1646656170,47.74308,8.99893\n12390,1646656235,47.74302,8.99899\n12391,1646656236,47.74302,8.99898\n12392,1646656300,47.74309,8.99897\n12393,1646656301,47.74309,8.99897\n12394,1646656366,47.74305,8.99898\n12395,1646656367,47.74304,8.99899\n12396,1646656431,47.74308,8.99896\n12397,1646656432,47.74309,8.99897\n12398,1646656496,47.74305,8.99901\n12399,1646656497,47.74306,8.99901\n12400,1646656562,47.74307,8.99900\n12401,1646656563,47.74306,8.99901\n12402,1646656627,47.74303,8.99903\n12403,1646656628,47.74305,8.99901\n12404,1646656693,47.74310,8.99899\n12405,1646656694,47.74307,8.99899\n12406,1646656758,47.74301,8.99901\n12407,1646656759,47.74307,8.99901\n12408,1646656823,47.74301,8.99899\n12409,1646656824,47.74304,8.99900\n12410,1646656889,47.74311,8.99901\n12411,1646656890,47.74314,8.99899\n12412,1646656954,47.74308,8.99896\n12413,1646656955,47.74308,8.99897\n12414,1646657019,47.74303,8.99897\n12415,1646657020,47.74306,8.99896\n12416,1646657085,47.74311,8.99899\n12417,1646657086,47.74307,8.99899\n12418,1646657150,47.74309,8.99894\n12419,1646657151,47.74309,8.99895\n12420,1646657215,47.74303,8.99899\n12421,1646657216,47.74303,8.99899\n12422,1646657280,47.74305,8.99901\n12423,1646657281,47.74308,8.99899\n12424,1646657346,47.74316,8.99901\n12425,1646657347,47.74303,8.99901\n12426,1646657411,47.74299,8.99891\n12427,1646657412,47.74307,8.99894\n12428,1646657476,47.74312,8.99902\n12429,1646657541,47.74304,8.99897\n12430,1646657606,47.74311,8.99894\n12431,1646657670,47.74303,8.99897\n12432,1646657734,47.74329,8.99886\n12433,1646657799,47.74305,8.99899\n12434,1646657863,47.74299,8.99898\n12435,1646657927,47.74331,8.99888\n12436,1646657992,47.74298,8.99898\n12437,1646658056,47.74303,8.99890\n12438,1646658248,47.74306,8.99891\n12439,1646658313,47.74301,8.99890\n12440,1646658441,47.74305,8.99903\n12441,1646658505,47.74306,8.99897\n12442,1646658570,47.74300,8.99914\n12443,1646658634,47.74296,8.99897\n12444,1646658826,47.74308,8.99902\n12445,1646659529,47.74266,8.99906"
  },
  {
    "path": "TickTagData/08_PetDogWalk_1s_Interval/20220307_PetDog_1s_Interval_12445_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 115, TOs: 0/0, ErrorsOrGF: 1, TTFF: 71\nFixes: 12445, Avg. TTF: 0 s, Avg. HDOP (x10): 8\n\ncount,timestamp,lat,lon\n1,1646641291,47.74380,8.99886\n2,1646641293,47.74381,8.99885\n3,1646641300,47.74395,8.99878\n4,1646641303,47.74398,8.99875\n5,1646641305,47.74400,8.99873\n6,1646641308,47.74405,8.99870\n7,1646641312,47.74409,8.99868\n8,1646641319,47.74416,8.99866\n9,1646641320,47.74417,8.99865\n10,1646641321,47.74418,8.99864\n11,1646641322,47.74419,8.99863\n12,1646641323,47.74420,8.99862\n13,1646641324,47.74420,8.99861\n14,1646641325,47.74421,8.99860\n15,1646641326,47.74422,8.99859\n16,1646641327,47.74424,8.99857\n17,1646641328,47.74425,8.99856\n18,1646641329,47.74425,8.99855\n19,1646641330,47.74426,8.99854\n20,1646641331,47.74427,8.99852\n21,1646641332,47.74428,8.99851\n22,1646641333,47.74428,8.99850\n23,1646641334,47.74429,8.99848\n24,1646641335,47.74429,8.99848\n25,1646641336,47.74430,8.99847\n26,1646641337,47.74430,8.99846\n27,1646641338,47.74431,8.99845\n28,1646641339,47.74432,8.99843\n29,1646641340,47.74432,8.99842\n30,1646641341,47.74433,8.99840\n31,1646641342,47.74433,8.99839\n32,1646641343,47.74435,8.99838\n33,1646641344,47.74435,8.99838\n34,1646641345,47.74436,8.99837\n35,1646641346,47.74435,8.99836\n36,1646641347,47.74436,8.99835\n37,1646641348,47.74436,8.99834\n38,1646641349,47.74437,8.99832\n39,1646641350,47.74437,8.99831\n40,1646641351,47.74437,8.99830\n41,1646641352,47.74438,8.99828\n42,1646641353,47.74438,8.99827\n43,1646641354,47.74438,8.99825\n44,1646641355,47.74438,8.99824\n45,1646641356,47.74438,8.99822\n46,1646641357,47.74439,8.99821\n47,1646641358,47.74439,8.99820\n48,1646641359,47.74440,8.99818\n49,1646641360,47.74441,8.99816\n50,1646641361,47.74441,8.99815\n51,1646641362,47.74442,8.99813\n52,1646641363,47.74443,8.99812\n53,1646641364,47.74443,8.99811\n54,1646641365,47.74444,8.99811\n55,1646641366,47.74444,8.99811\n56,1646641367,47.74444,8.99811\n57,1646641369,47.74444,8.99811\n58,1646641371,47.74445,8.99811\n59,1646641372,47.74445,8.99812\n60,1646641373,47.74445,8.99812\n61,1646641374,47.74445,8.99812\n62,1646641375,47.74445,8.99812\n63,1646641376,47.74445,8.99811\n64,1646641377,47.74446,8.99810\n65,1646641378,47.74446,8.99808\n66,1646641379,47.74447,8.99807\n67,1646641380,47.74447,8.99805\n68,1646641381,47.74448,8.99803\n69,1646641382,47.74449,8.99802\n70,1646641383,47.74449,8.99800\n71,1646641384,47.74450,8.99799\n72,1646641385,47.74450,8.99799\n73,1646641386,47.74450,8.99799\n74,1646641387,47.74451,8.99797\n75,1646641388,47.74451,8.99796\n76,1646641389,47.74452,8.99794\n77,1646641390,47.74453,8.99792\n78,1646641391,47.74453,8.99790\n79,1646641392,47.74453,8.99790\n80,1646641393,47.74453,8.99790\n81,1646641394,47.74453,8.99790\n82,1646641395,47.74453,8.99790\n83,1646641396,47.74453,8.99790\n84,1646641398,47.74453,8.99790\n85,1646641399,47.74453,8.99790\n86,1646641400,47.74453,8.99790\n87,1646641401,47.74453,8.99790\n88,1646641402,47.74453,8.99790\n89,1646641403,47.74454,8.99789\n90,1646641404,47.74455,8.99787\n91,1646641405,47.74456,8.99786\n92,1646641406,47.74456,8.99785\n93,1646641407,47.74457,8.99784\n94,1646641408,47.74458,8.99782\n95,1646641409,47.74459,8.99781\n96,1646641410,47.74460,8.99779\n97,1646641411,47.74460,8.99778\n98,1646641412,47.74461,8.99776\n99,1646641413,47.74462,8.99775\n100,1646641414,47.74462,8.99773\n101,1646641415,47.74463,8.99771\n102,1646641416,47.74463,8.99770\n103,1646641417,47.74464,8.99767\n104,1646641418,47.74464,8.99765\n105,1646641419,47.74464,8.99763\n106,1646641420,47.74465,8.99762\n107,1646641421,47.74465,8.99762\n108,1646641422,47.74465,8.99762\n109,1646641423,47.74465,8.99761\n110,1646641424,47.74466,8.99759\n111,1646641425,47.74466,8.99756\n112,1646641426,47.74466,8.99753\n113,1646641427,47.74467,8.99750\n114,1646641428,47.74467,8.99747\n115,1646641429,47.74467,8.99745\n116,1646641430,47.74468,8.99744\n117,1646641431,47.74468,8.99743\n118,1646641432,47.74468,8.99742\n119,1646641433,47.74468,8.99741\n120,1646641434,47.74469,8.99741\n121,1646641435,47.74468,8.99741\n122,1646641436,47.74468,8.99741\n123,1646641437,47.74468,8.99741\n124,1646641438,47.74468,8.99741\n125,1646641439,47.74468,8.99741\n126,1646641440,47.74468,8.99741\n127,1646641441,47.74468,8.99741\n128,1646641442,47.74468,8.99741\n129,1646641443,47.74468,8.99741\n130,1646641444,47.74468,8.99741\n131,1646641445,47.74468,8.99740\n132,1646641446,47.74469,8.99739\n133,1646641447,47.74468,8.99739\n134,1646641448,47.74468,8.99739\n135,1646641449,47.74467,8.99739\n136,1646641450,47.74467,8.99740\n137,1646641451,47.74466,8.99740\n138,1646641452,47.74466,8.99740\n139,1646641453,47.74466,8.99738\n140,1646641454,47.74466,8.99736\n141,1646641455,47.74466,8.99733\n142,1646641456,47.74466,8.99732\n143,1646641457,47.74466,8.99730\n144,1646641458,47.74466,8.99728\n145,1646641459,47.74466,8.99726\n146,1646641460,47.74466,8.99724\n147,1646641461,47.74466,8.99722\n148,1646641462,47.74467,8.99720\n149,1646641463,47.74467,8.99718\n150,1646641464,47.74468,8.99716\n151,1646641465,47.74468,8.99713\n152,1646641466,47.74468,8.99712\n153,1646641467,47.74469,8.99710\n154,1646641468,47.74469,8.99708\n155,1646641469,47.74470,8.99706\n156,1646641470,47.74470,8.99704\n157,1646641471,47.74470,8.99702\n158,1646641472,47.74470,8.99700\n159,1646641473,47.74470,8.99698\n160,1646641474,47.74470,8.99696\n161,1646641475,47.74471,8.99694\n162,1646641476,47.74471,8.99692\n163,1646641477,47.74471,8.99689\n164,1646641478,47.74472,8.99687\n165,1646641479,47.74472,8.99685\n166,1646641480,47.74473,8.99683\n167,1646641481,47.74473,8.99681\n168,1646641482,47.74473,8.99679\n169,1646641483,47.74473,8.99677\n170,1646641484,47.74474,8.99676\n171,1646641485,47.74474,8.99674\n172,1646641486,47.74474,8.99672\n173,1646641487,47.74474,8.99670\n174,1646641488,47.74475,8.99669\n175,1646641489,47.74475,8.99668\n176,1646641490,47.74475,8.99667\n177,1646641491,47.74475,8.99667\n178,1646641492,47.74475,8.99666\n179,1646641493,47.74475,8.99664\n180,1646641494,47.74476,8.99662\n181,1646641495,47.74476,8.99660\n182,1646641496,47.74476,8.99657\n183,1646641497,47.74476,8.99655\n184,1646641498,47.74477,8.99653\n185,1646641499,47.74477,8.99651\n186,1646641500,47.74477,8.99649\n187,1646641501,47.74478,8.99647\n188,1646641502,47.74478,8.99645\n189,1646641503,47.74478,8.99643\n190,1646641504,47.74478,8.99641\n191,1646641505,47.74479,8.99639\n192,1646641506,47.74479,8.99637\n193,1646641507,47.74479,8.99635\n194,1646641508,47.74479,8.99633\n195,1646641509,47.74479,8.99631\n196,1646641510,47.74479,8.99629\n197,1646641511,47.74479,8.99627\n198,1646641512,47.74480,8.99625\n199,1646641513,47.74480,8.99623\n200,1646641514,47.74480,8.99621\n201,1646641515,47.74481,8.99619\n202,1646641516,47.74481,8.99617\n203,1646641517,47.74481,8.99615\n204,1646641518,47.74481,8.99613\n205,1646641519,47.74481,8.99611\n206,1646641520,47.74482,8.99609\n207,1646641521,47.74482,8.99607\n208,1646641522,47.74482,8.99605\n209,1646641523,47.74482,8.99603\n210,1646641524,47.74483,8.99602\n211,1646641525,47.74483,8.99600\n212,1646641526,47.74483,8.99598\n213,1646641527,47.74483,8.99596\n214,1646641528,47.74483,8.99594\n215,1646641529,47.74483,8.99591\n216,1646641530,47.74483,8.99589\n217,1646641531,47.74483,8.99588\n218,1646641532,47.74483,8.99586\n219,1646641533,47.74484,8.99585\n220,1646641534,47.74484,8.99584\n221,1646641535,47.74484,8.99581\n222,1646641536,47.74484,8.99579\n223,1646641537,47.74485,8.99577\n224,1646641538,47.74485,8.99575\n225,1646641539,47.74485,8.99573\n226,1646641540,47.74485,8.99572\n227,1646641541,47.74485,8.99570\n228,1646641542,47.74486,8.99568\n229,1646641543,47.74486,8.99566\n230,1646641544,47.74486,8.99565\n231,1646641545,47.74486,8.99565\n232,1646641546,47.74486,8.99564\n233,1646641547,47.74486,8.99562\n234,1646641548,47.74486,8.99559\n235,1646641549,47.74487,8.99557\n236,1646641550,47.74487,8.99555\n237,1646641551,47.74487,8.99552\n238,1646641552,47.74488,8.99550\n239,1646641553,47.74488,8.99548\n240,1646641554,47.74488,8.99546\n241,1646641555,47.74488,8.99544\n242,1646641556,47.74489,8.99543\n243,1646641557,47.74489,8.99541\n244,1646641558,47.74489,8.99539\n245,1646641559,47.74489,8.99537\n246,1646641560,47.74490,8.99535\n247,1646641561,47.74490,8.99533\n248,1646641562,47.74490,8.99531\n249,1646641563,47.74490,8.99529\n250,1646641564,47.74491,8.99527\n251,1646641565,47.74491,8.99525\n252,1646641566,47.74491,8.99523\n253,1646641567,47.74492,8.99521\n254,1646641568,47.74492,8.99519\n255,1646641569,47.74492,8.99516\n256,1646641570,47.74492,8.99514\n257,1646641571,47.74493,8.99512\n258,1646641572,47.74493,8.99510\n259,1646641573,47.74493,8.99508\n260,1646641574,47.74493,8.99506\n261,1646641575,47.74494,8.99504\n262,1646641576,47.74494,8.99502\n263,1646641577,47.74494,8.99500\n264,1646641578,47.74494,8.99499\n265,1646641579,47.74494,8.99497\n266,1646641580,47.74494,8.99495\n267,1646641581,47.74494,8.99493\n268,1646641582,47.74495,8.99491\n269,1646641583,47.74495,8.99489\n270,1646641584,47.74495,8.99487\n271,1646641585,47.74495,8.99485\n272,1646641586,47.74495,8.99483\n273,1646641587,47.74495,8.99481\n274,1646641588,47.74495,8.99479\n275,1646641589,47.74496,8.99476\n276,1646641590,47.74496,8.99474\n277,1646641591,47.74496,8.99472\n278,1646641592,47.74496,8.99470\n279,1646641593,47.74496,8.99468\n280,1646641594,47.74497,8.99466\n281,1646641595,47.74497,8.99465\n282,1646641596,47.74497,8.99463\n283,1646641597,47.74497,8.99460\n284,1646641598,47.74498,8.99459\n285,1646641599,47.74498,8.99457\n286,1646641600,47.74498,8.99455\n287,1646641601,47.74498,8.99453\n288,1646641602,47.74498,8.99451\n289,1646641603,47.74499,8.99449\n290,1646641604,47.74499,8.99447\n291,1646641605,47.74499,8.99445\n292,1646641606,47.74499,8.99443\n293,1646641607,47.74499,8.99441\n294,1646641608,47.74500,8.99439\n295,1646641609,47.74500,8.99437\n296,1646641610,47.74500,8.99435\n297,1646641611,47.74500,8.99434\n298,1646641612,47.74500,8.99432\n299,1646641613,47.74501,8.99430\n300,1646641614,47.74501,8.99428\n301,1646641615,47.74501,8.99426\n302,1646641616,47.74501,8.99425\n303,1646641617,47.74501,8.99424\n304,1646641618,47.74502,8.99422\n305,1646641619,47.74502,8.99419\n306,1646641620,47.74502,8.99417\n307,1646641621,47.74503,8.99415\n308,1646641622,47.74503,8.99413\n309,1646641623,47.74504,8.99412\n310,1646641624,47.74505,8.99412\n311,1646641625,47.74506,8.99413\n312,1646641626,47.74507,8.99414\n313,1646641627,47.74509,8.99416\n314,1646641628,47.74510,8.99416\n315,1646641629,47.74512,8.99417\n316,1646641630,47.74513,8.99417\n317,1646641631,47.74514,8.99418\n318,1646641632,47.74514,8.99418\n319,1646641633,47.74515,8.99418\n320,1646641634,47.74515,8.99419\n321,1646641635,47.74516,8.99419\n322,1646641636,47.74518,8.99419\n323,1646641637,47.74519,8.99420\n324,1646641638,47.74520,8.99421\n325,1646641639,47.74521,8.99421\n326,1646641640,47.74523,8.99422\n327,1646641641,47.74525,8.99423\n328,1646641642,47.74526,8.99423\n329,1646641643,47.74528,8.99424\n330,1646641644,47.74529,8.99425\n331,1646641645,47.74531,8.99425\n332,1646641646,47.74532,8.99426\n333,1646641647,47.74533,8.99426\n334,1646641648,47.74534,8.99427\n335,1646641649,47.74535,8.99427\n336,1646641650,47.74536,8.99427\n337,1646641651,47.74538,8.99428\n338,1646641652,47.74539,8.99428\n339,1646641653,47.74540,8.99428\n340,1646641654,47.74541,8.99429\n341,1646641655,47.74543,8.99429\n342,1646641656,47.74544,8.99430\n343,1646641657,47.74545,8.99430\n344,1646641658,47.74546,8.99431\n345,1646641659,47.74548,8.99431\n346,1646641660,47.74549,8.99432\n347,1646641661,47.74550,8.99432\n348,1646641662,47.74552,8.99432\n349,1646641663,47.74553,8.99433\n350,1646641664,47.74554,8.99433\n351,1646641665,47.74555,8.99434\n352,1646641666,47.74556,8.99434\n353,1646641667,47.74558,8.99434\n354,1646641668,47.74559,8.99435\n355,1646641669,47.74560,8.99435\n356,1646641671,47.74562,8.99436\n357,1646641672,47.74564,8.99436\n358,1646641673,47.74565,8.99437\n359,1646641674,47.74566,8.99437\n360,1646641675,47.74567,8.99438\n361,1646641676,47.74568,8.99438\n362,1646641677,47.74569,8.99439\n363,1646641678,47.74570,8.99439\n364,1646641679,47.74572,8.99440\n365,1646641680,47.74573,8.99440\n366,1646641681,47.74574,8.99441\n367,1646641682,47.74575,8.99442\n368,1646641683,47.74576,8.99443\n369,1646641684,47.74577,8.99444\n370,1646641685,47.74579,8.99445\n371,1646641686,47.74580,8.99446\n372,1646641687,47.74581,8.99448\n373,1646641688,47.74582,8.99449\n374,1646641689,47.74583,8.99450\n375,1646641690,47.74584,8.99451\n376,1646641691,47.74584,8.99452\n377,1646641692,47.74584,8.99452\n378,1646641693,47.74584,8.99452\n379,1646641694,47.74584,8.99452\n380,1646641695,47.74584,8.99452\n381,1646641696,47.74584,8.99452\n382,1646641697,47.74584,8.99452\n383,1646641698,47.74584,8.99452\n384,1646641699,47.74584,8.99452\n385,1646641700,47.74584,8.99452\n386,1646641701,47.74584,8.99452\n387,1646641702,47.74584,8.99451\n388,1646641703,47.74584,8.99451\n389,1646641704,47.74584,8.99451\n390,1646641705,47.74584,8.99451\n391,1646641706,47.74585,8.99451\n392,1646641707,47.74585,8.99451\n393,1646641708,47.74585,8.99451\n394,1646641709,47.74585,8.99451\n395,1646641710,47.74585,8.99450\n396,1646641711,47.74585,8.99451\n397,1646641712,47.74585,8.99452\n398,1646641713,47.74586,8.99454\n399,1646641714,47.74587,8.99456\n400,1646641715,47.74587,8.99457\n401,1646641716,47.74588,8.99459\n402,1646641717,47.74589,8.99460\n403,1646641718,47.74590,8.99462\n404,1646641719,47.74591,8.99464\n405,1646641720,47.74592,8.99465\n406,1646641721,47.74592,8.99466\n407,1646641722,47.74593,8.99468\n408,1646641723,47.74594,8.99469\n409,1646641724,47.74595,8.99471\n410,1646641725,47.74596,8.99473\n411,1646641726,47.74597,8.99474\n412,1646641727,47.74598,8.99476\n413,1646641728,47.74599,8.99477\n414,1646641729,47.74600,8.99478\n415,1646641730,47.74601,8.99480\n416,1646641731,47.74602,8.99481\n417,1646641732,47.74602,8.99482\n418,1646641733,47.74603,8.99484\n419,1646641734,47.74604,8.99485\n420,1646641735,47.74605,8.99486\n421,1646641736,47.74606,8.99488\n422,1646641737,47.74607,8.99489\n423,1646641738,47.74608,8.99491\n424,1646641739,47.74609,8.99493\n425,1646641740,47.74610,8.99494\n426,1646641741,47.74611,8.99496\n427,1646641742,47.74612,8.99497\n428,1646641743,47.74613,8.99499\n429,1646641744,47.74614,8.99500\n430,1646641745,47.74615,8.99502\n431,1646641746,47.74616,8.99503\n432,1646641747,47.74617,8.99504\n433,1646641748,47.74618,8.99505\n434,1646641749,47.74618,8.99506\n435,1646641750,47.74619,8.99507\n436,1646641751,47.74621,8.99507\n437,1646641752,47.74622,8.99506\n438,1646641753,47.74623,8.99504\n439,1646641754,47.74624,8.99503\n440,1646641755,47.74625,8.99501\n441,1646641756,47.74626,8.99499\n442,1646641757,47.74627,8.99497\n443,1646641758,47.74627,8.99495\n444,1646641759,47.74628,8.99493\n445,1646641760,47.74629,8.99491\n446,1646641761,47.74629,8.99490\n447,1646641762,47.74630,8.99488\n448,1646641763,47.74631,8.99486\n449,1646641764,47.74631,8.99484\n450,1646641765,47.74632,8.99482\n451,1646641766,47.74632,8.99481\n452,1646641767,47.74633,8.99479\n453,1646641768,47.74634,8.99477\n454,1646641769,47.74634,8.99475\n455,1646641770,47.74635,8.99473\n456,1646641771,47.74635,8.99472\n457,1646641772,47.74636,8.99470\n458,1646641773,47.74636,8.99468\n459,1646641774,47.74637,8.99466\n460,1646641775,47.74637,8.99464\n461,1646641776,47.74638,8.99462\n462,1646641777,47.74639,8.99460\n463,1646641778,47.74639,8.99458\n464,1646641779,47.74640,8.99457\n465,1646641780,47.74640,8.99455\n466,1646641781,47.74641,8.99452\n467,1646641782,47.74641,8.99450\n468,1646641783,47.74641,8.99448\n469,1646641784,47.74642,8.99447\n470,1646641785,47.74642,8.99445\n471,1646641786,47.74644,8.99444\n472,1646641787,47.74646,8.99443\n473,1646641788,47.74648,8.99442\n474,1646641789,47.74651,8.99441\n475,1646641790,47.74653,8.99441\n476,1646641791,47.74656,8.99440\n477,1646641792,47.74659,8.99440\n478,1646641793,47.74660,8.99441\n479,1646641794,47.74661,8.99440\n480,1646641795,47.74662,8.99438\n481,1646641796,47.74664,8.99436\n482,1646641797,47.74665,8.99435\n483,1646641798,47.74666,8.99434\n484,1646641799,47.74667,8.99433\n485,1646641800,47.74668,8.99432\n486,1646641801,47.74669,8.99430\n487,1646641802,47.74670,8.99430\n488,1646641803,47.74671,8.99429\n489,1646641804,47.74672,8.99429\n490,1646641805,47.74674,8.99428\n491,1646641806,47.74675,8.99428\n492,1646641807,47.74676,8.99428\n493,1646641808,47.74676,8.99428\n494,1646641809,47.74677,8.99428\n495,1646641810,47.74677,8.99428\n496,1646641811,47.74677,8.99428\n497,1646641812,47.74677,8.99428\n498,1646641813,47.74677,8.99428\n499,1646641814,47.74677,8.99428\n500,1646641815,47.74678,8.99427\n501,1646641816,47.74679,8.99426\n502,1646641817,47.74681,8.99424\n503,1646641818,47.74682,8.99424\n504,1646641819,47.74682,8.99424\n505,1646641820,47.74682,8.99424\n506,1646641821,47.74682,8.99424\n507,1646641822,47.74682,8.99424\n508,1646641823,47.74682,8.99424\n509,1646641824,47.74682,8.99424\n510,1646641825,47.74682,8.99424\n511,1646641826,47.74682,8.99424\n512,1646641827,47.74682,8.99424\n513,1646641828,47.74682,8.99424\n514,1646641829,47.74682,8.99424\n515,1646641830,47.74682,8.99424\n516,1646641831,47.74682,8.99424\n517,1646641832,47.74682,8.99424\n518,1646641833,47.74682,8.99424\n519,1646641834,47.74682,8.99424\n520,1646641835,47.74682,8.99423\n521,1646641836,47.74682,8.99423\n522,1646641837,47.74682,8.99423\n523,1646641838,47.74683,8.99422\n524,1646641839,47.74683,8.99422\n525,1646641840,47.74683,8.99422\n526,1646641841,47.74683,8.99422\n527,1646641842,47.74683,8.99422\n528,1646641843,47.74683,8.99422\n529,1646641844,47.74683,8.99422\n530,1646641845,47.74683,8.99422\n531,1646641846,47.74683,8.99422\n532,1646641847,47.74683,8.99422\n533,1646641848,47.74683,8.99422\n534,1646641849,47.74683,8.99422\n535,1646641850,47.74683,8.99422\n536,1646641851,47.74683,8.99422\n537,1646641852,47.74683,8.99422\n538,1646641853,47.74683,8.99422\n539,1646641854,47.74683,8.99422\n540,1646641855,47.74683,8.99422\n541,1646641856,47.74685,8.99423\n542,1646641857,47.74686,8.99425\n543,1646641858,47.74687,8.99426\n544,1646641859,47.74688,8.99427\n545,1646641860,47.74689,8.99429\n546,1646641861,47.74689,8.99429\n547,1646641862,47.74690,8.99430\n548,1646641863,47.74692,8.99431\n549,1646641864,47.74693,8.99432\n550,1646641865,47.74694,8.99433\n551,1646641866,47.74695,8.99434\n552,1646641867,47.74696,8.99435\n553,1646641868,47.74697,8.99436\n554,1646641869,47.74699,8.99437\n555,1646641870,47.74700,8.99438\n556,1646641871,47.74701,8.99439\n557,1646641872,47.74703,8.99440\n558,1646641873,47.74704,8.99441\n559,1646641874,47.74705,8.99442\n560,1646641875,47.74707,8.99444\n561,1646641876,47.74708,8.99444\n562,1646641877,47.74709,8.99445\n563,1646641878,47.74711,8.99446\n564,1646641879,47.74712,8.99447\n565,1646641880,47.74713,8.99448\n566,1646641881,47.74714,8.99449\n567,1646641882,47.74716,8.99450\n568,1646641883,47.74717,8.99451\n569,1646641884,47.74718,8.99452\n570,1646641885,47.74719,8.99453\n571,1646641886,47.74721,8.99454\n572,1646641887,47.74722,8.99455\n573,1646641888,47.74723,8.99456\n574,1646641889,47.74725,8.99457\n575,1646641890,47.74726,8.99458\n576,1646641891,47.74727,8.99459\n577,1646641892,47.74728,8.99460\n578,1646641893,47.74730,8.99461\n579,1646641894,47.74731,8.99461\n580,1646641895,47.74732,8.99462\n581,1646641896,47.74733,8.99462\n582,1646641897,47.74735,8.99462\n583,1646641898,47.74736,8.99462\n584,1646641899,47.74738,8.99462\n585,1646641900,47.74739,8.99463\n586,1646641901,47.74740,8.99463\n587,1646641902,47.74742,8.99463\n588,1646641903,47.74743,8.99464\n589,1646641904,47.74745,8.99464\n590,1646641905,47.74746,8.99464\n591,1646641906,47.74747,8.99464\n592,1646641907,47.74749,8.99464\n593,1646641908,47.74750,8.99464\n594,1646641909,47.74751,8.99465\n595,1646641910,47.74753,8.99465\n596,1646641911,47.74754,8.99465\n597,1646641912,47.74755,8.99465\n598,1646641913,47.74757,8.99465\n599,1646641914,47.74758,8.99465\n600,1646641915,47.74759,8.99465\n601,1646641916,47.74760,8.99465\n602,1646641917,47.74762,8.99465\n603,1646641918,47.74763,8.99465\n604,1646641919,47.74765,8.99466\n605,1646641920,47.74766,8.99466\n606,1646641921,47.74768,8.99466\n607,1646641922,47.74769,8.99466\n608,1646641923,47.74770,8.99466\n609,1646641924,47.74772,8.99467\n610,1646641925,47.74773,8.99467\n611,1646641926,47.74775,8.99467\n612,1646641927,47.74776,8.99468\n613,1646641928,47.74777,8.99468\n614,1646641929,47.74778,8.99468\n615,1646641930,47.74780,8.99468\n616,1646641931,47.74782,8.99469\n617,1646641932,47.74783,8.99469\n618,1646641933,47.74785,8.99469\n619,1646641934,47.74786,8.99470\n620,1646641935,47.74788,8.99470\n621,1646641936,47.74789,8.99470\n622,1646641937,47.74791,8.99471\n623,1646641938,47.74792,8.99471\n624,1646641939,47.74793,8.99471\n625,1646641940,47.74795,8.99472\n626,1646641941,47.74796,8.99472\n627,1646641942,47.74798,8.99472\n628,1646641943,47.74799,8.99472\n629,1646641944,47.74800,8.99472\n630,1646641945,47.74802,8.99472\n631,1646641946,47.74803,8.99472\n632,1646641947,47.74805,8.99472\n633,1646641948,47.74806,8.99473\n634,1646641949,47.74807,8.99473\n635,1646641950,47.74809,8.99474\n636,1646641951,47.74809,8.99475\n637,1646641952,47.74810,8.99476\n638,1646641953,47.74811,8.99476\n639,1646641954,47.74812,8.99475\n640,1646641955,47.74814,8.99474\n641,1646641956,47.74815,8.99474\n642,1646641957,47.74816,8.99473\n643,1646641958,47.74818,8.99473\n644,1646641959,47.74819,8.99473\n645,1646641960,47.74821,8.99473\n646,1646641961,47.74822,8.99472\n647,1646641962,47.74823,8.99472\n648,1646641963,47.74825,8.99472\n649,1646641964,47.74826,8.99473\n650,1646641965,47.74827,8.99473\n651,1646641966,47.74828,8.99473\n652,1646641967,47.74830,8.99474\n653,1646641968,47.74831,8.99474\n654,1646641969,47.74832,8.99475\n655,1646641970,47.74834,8.99475\n656,1646641971,47.74835,8.99476\n657,1646641972,47.74836,8.99476\n658,1646641973,47.74837,8.99477\n659,1646641974,47.74838,8.99477\n660,1646641975,47.74840,8.99478\n661,1646641976,47.74841,8.99479\n662,1646641977,47.74842,8.99480\n663,1646641978,47.74843,8.99481\n664,1646641979,47.74845,8.99482\n665,1646641980,47.74846,8.99483\n666,1646641981,47.74847,8.99484\n667,1646641982,47.74848,8.99486\n668,1646641983,47.74849,8.99487\n669,1646641984,47.74850,8.99488\n670,1646641985,47.74852,8.99489\n671,1646641986,47.74853,8.99490\n672,1646641987,47.74854,8.99491\n673,1646641988,47.74855,8.99492\n674,1646641989,47.74856,8.99493\n675,1646641990,47.74857,8.99494\n676,1646641991,47.74858,8.99495\n677,1646641992,47.74859,8.99496\n678,1646641993,47.74861,8.99498\n679,1646641994,47.74862,8.99499\n680,1646641995,47.74863,8.99500\n681,1646641996,47.74864,8.99501\n682,1646641997,47.74865,8.99502\n683,1646641998,47.74866,8.99503\n684,1646641999,47.74867,8.99504\n685,1646642000,47.74868,8.99505\n686,1646642001,47.74869,8.99506\n687,1646642002,47.74870,8.99507\n688,1646642003,47.74872,8.99509\n689,1646642004,47.74873,8.99510\n690,1646642005,47.74874,8.99511\n691,1646642006,47.74876,8.99512\n692,1646642007,47.74877,8.99513\n693,1646642008,47.74878,8.99514\n694,1646642009,47.74879,8.99515\n695,1646642010,47.74881,8.99516\n696,1646642011,47.74882,8.99517\n697,1646642012,47.74882,8.99518\n698,1646642013,47.74883,8.99519\n699,1646642014,47.74882,8.99519\n700,1646642015,47.74882,8.99519\n701,1646642016,47.74882,8.99519\n702,1646642017,47.74882,8.99519\n703,1646642018,47.74882,8.99519\n704,1646642019,47.74882,8.99519\n705,1646642020,47.74882,8.99519\n706,1646642021,47.74882,8.99519\n707,1646642022,47.74882,8.99519\n708,1646642023,47.74882,8.99519\n709,1646642024,47.74882,8.99519\n710,1646642025,47.74882,8.99519\n711,1646642026,47.74882,8.99520\n712,1646642027,47.74882,8.99520\n713,1646642028,47.74882,8.99520\n714,1646642029,47.74882,8.99520\n715,1646642030,47.74882,8.99520\n716,1646642031,47.74882,8.99520\n717,1646642032,47.74882,8.99520\n718,1646642033,47.74882,8.99520\n719,1646642034,47.74883,8.99519\n720,1646642035,47.74885,8.99519\n721,1646642036,47.74886,8.99520\n722,1646642037,47.74888,8.99521\n723,1646642038,47.74891,8.99522\n724,1646642039,47.74893,8.99523\n725,1646642040,47.74895,8.99524\n726,1646642041,47.74898,8.99525\n727,1646642042,47.74900,8.99526\n728,1646642043,47.74902,8.99527\n729,1646642044,47.74905,8.99528\n730,1646642045,47.74907,8.99529\n731,1646642046,47.74910,8.99529\n732,1646642047,47.74913,8.99529\n733,1646642048,47.74915,8.99528\n734,1646642049,47.74918,8.99526\n735,1646642050,47.74920,8.99523\n736,1646642051,47.74921,8.99522\n737,1646642052,47.74922,8.99520\n738,1646642053,47.74923,8.99518\n739,1646642054,47.74924,8.99516\n740,1646642055,47.74925,8.99515\n741,1646642056,47.74926,8.99513\n742,1646642057,47.74927,8.99511\n743,1646642058,47.74927,8.99510\n744,1646642059,47.74927,8.99508\n745,1646642060,47.74926,8.99505\n746,1646642061,47.74926,8.99502\n747,1646642062,47.74927,8.99499\n748,1646642063,47.74927,8.99496\n749,1646642064,47.74928,8.99494\n750,1646642065,47.74928,8.99491\n751,1646642066,47.74928,8.99488\n752,1646642067,47.74929,8.99486\n753,1646642068,47.74929,8.99484\n754,1646642069,47.74929,8.99483\n755,1646642070,47.74929,8.99482\n756,1646642071,47.74929,8.99481\n757,1646642072,47.74929,8.99480\n758,1646642073,47.74928,8.99479\n759,1646642074,47.74928,8.99478\n760,1646642075,47.74928,8.99477\n761,1646642076,47.74929,8.99478\n762,1646642077,47.74930,8.99475\n763,1646642078,47.74930,8.99472\n764,1646642079,47.74930,8.99468\n765,1646642080,47.74930,8.99464\n766,1646642081,47.74931,8.99461\n767,1646642082,47.74931,8.99458\n768,1646642083,47.74931,8.99457\n769,1646642084,47.74932,8.99457\n770,1646642085,47.74934,8.99457\n771,1646642086,47.74936,8.99453\n772,1646642087,47.74935,8.99449\n773,1646642088,47.74934,8.99445\n774,1646642089,47.74933,8.99442\n775,1646642090,47.74933,8.99440\n776,1646642091,47.74933,8.99439\n777,1646642092,47.74933,8.99440\n778,1646642093,47.74934,8.99440\n779,1646642094,47.74935,8.99439\n780,1646642095,47.74935,8.99438\n781,1646642096,47.74935,8.99437\n782,1646642097,47.74935,8.99436\n783,1646642098,47.74936,8.99435\n784,1646642099,47.74936,8.99433\n785,1646642100,47.74936,8.99431\n786,1646642101,47.74937,8.99430\n787,1646642102,47.74937,8.99429\n788,1646642103,47.74937,8.99428\n789,1646642104,47.74937,8.99428\n790,1646642105,47.74937,8.99428\n791,1646642106,47.74938,8.99427\n792,1646642107,47.74938,8.99428\n793,1646642108,47.74938,8.99428\n794,1646642109,47.74938,8.99428\n795,1646642110,47.74938,8.99428\n796,1646642111,47.74938,8.99427\n797,1646642112,47.74939,8.99425\n798,1646642113,47.74939,8.99423\n799,1646642114,47.74940,8.99421\n800,1646642115,47.74941,8.99418\n801,1646642116,47.74942,8.99415\n802,1646642117,47.74943,8.99412\n803,1646642118,47.74944,8.99410\n804,1646642119,47.74945,8.99407\n805,1646642120,47.74946,8.99406\n806,1646642121,47.74947,8.99404\n807,1646642122,47.74948,8.99402\n808,1646642123,47.74949,8.99400\n809,1646642124,47.74950,8.99398\n810,1646642125,47.74951,8.99396\n811,1646642126,47.74951,8.99394\n812,1646642127,47.74952,8.99393\n813,1646642128,47.74953,8.99391\n814,1646642129,47.74954,8.99390\n815,1646642130,47.74954,8.99389\n816,1646642131,47.74954,8.99389\n817,1646642132,47.74954,8.99389\n818,1646642133,47.74954,8.99389\n819,1646642134,47.74954,8.99389\n820,1646642135,47.74954,8.99389\n821,1646642136,47.74954,8.99389\n822,1646642137,47.74954,8.99389\n823,1646642138,47.74954,8.99388\n824,1646642139,47.74954,8.99388\n825,1646642140,47.74955,8.99387\n826,1646642141,47.74956,8.99385\n827,1646642142,47.74957,8.99382\n828,1646642143,47.74959,8.99378\n829,1646642144,47.74961,8.99373\n830,1646642145,47.74965,8.99369\n831,1646642146,47.74967,8.99367\n832,1646642147,47.74970,8.99367\n833,1646642148,47.74972,8.99366\n834,1646642149,47.74974,8.99365\n835,1646642150,47.74975,8.99363\n836,1646642151,47.74977,8.99361\n837,1646642152,47.74979,8.99359\n838,1646642153,47.74980,8.99357\n839,1646642154,47.74982,8.99355\n840,1646642155,47.74983,8.99354\n841,1646642156,47.74984,8.99353\n842,1646642157,47.74984,8.99353\n843,1646642158,47.74984,8.99353\n844,1646642159,47.74984,8.99353\n845,1646642160,47.74984,8.99353\n846,1646642161,47.74984,8.99353\n847,1646642162,47.74984,8.99353\n848,1646642163,47.74984,8.99353\n849,1646642164,47.74984,8.99353\n850,1646642165,47.74985,8.99351\n851,1646642166,47.74986,8.99350\n852,1646642167,47.74987,8.99349\n853,1646642168,47.74988,8.99347\n854,1646642169,47.74990,8.99346\n855,1646642170,47.74991,8.99344\n856,1646642171,47.74993,8.99342\n857,1646642172,47.74994,8.99340\n858,1646642173,47.74995,8.99338\n859,1646642174,47.74997,8.99335\n860,1646642175,47.74998,8.99333\n861,1646642176,47.75000,8.99330\n862,1646642177,47.75001,8.99328\n863,1646642178,47.75003,8.99326\n864,1646642179,47.75003,8.99325\n865,1646642180,47.75003,8.99324\n866,1646642181,47.75004,8.99323\n867,1646642182,47.75004,8.99323\n868,1646642183,47.75004,8.99322\n869,1646642184,47.75005,8.99321\n870,1646642185,47.75006,8.99319\n871,1646642186,47.75007,8.99318\n872,1646642187,47.75007,8.99316\n873,1646642188,47.75008,8.99315\n874,1646642189,47.75008,8.99313\n875,1646642190,47.75009,8.99312\n876,1646642191,47.75010,8.99311\n877,1646642192,47.75010,8.99310\n878,1646642193,47.75011,8.99310\n879,1646642194,47.75011,8.99309\n880,1646642195,47.75011,8.99308\n881,1646642196,47.75012,8.99306\n882,1646642197,47.75013,8.99303\n883,1646642198,47.75013,8.99301\n884,1646642199,47.75014,8.99299\n885,1646642200,47.75014,8.99297\n886,1646642201,47.75015,8.99294\n887,1646642202,47.75016,8.99292\n888,1646642203,47.75016,8.99291\n889,1646642204,47.75016,8.99289\n890,1646642205,47.75017,8.99286\n891,1646642206,47.75017,8.99285\n892,1646642207,47.75018,8.99283\n893,1646642208,47.75019,8.99281\n894,1646642209,47.75020,8.99280\n895,1646642210,47.75020,8.99278\n896,1646642211,47.75021,8.99276\n897,1646642212,47.75022,8.99274\n898,1646642213,47.75022,8.99272\n899,1646642214,47.75023,8.99270\n900,1646642215,47.75023,8.99268\n901,1646642216,47.75024,8.99267\n902,1646642217,47.75024,8.99265\n903,1646642218,47.75025,8.99263\n904,1646642219,47.75026,8.99262\n905,1646642220,47.75026,8.99260\n906,1646642221,47.75027,8.99259\n907,1646642222,47.75027,8.99257\n908,1646642223,47.75028,8.99256\n909,1646642224,47.75029,8.99254\n910,1646642225,47.75029,8.99252\n911,1646642226,47.75029,8.99250\n912,1646642227,47.75029,8.99249\n913,1646642228,47.75030,8.99247\n914,1646642229,47.75030,8.99245\n915,1646642230,47.75031,8.99243\n916,1646642231,47.75031,8.99242\n917,1646642232,47.75032,8.99240\n918,1646642233,47.75032,8.99239\n919,1646642234,47.75032,8.99237\n920,1646642235,47.75033,8.99235\n921,1646642236,47.75033,8.99233\n922,1646642237,47.75033,8.99231\n923,1646642238,47.75034,8.99229\n924,1646642239,47.75033,8.99227\n925,1646642240,47.75034,8.99226\n926,1646642241,47.75034,8.99224\n927,1646642242,47.75035,8.99221\n928,1646642243,47.75035,8.99218\n929,1646642244,47.75035,8.99216\n930,1646642245,47.75036,8.99214\n931,1646642246,47.75037,8.99212\n932,1646642247,47.75037,8.99210\n933,1646642248,47.75038,8.99208\n934,1646642249,47.75038,8.99207\n935,1646642250,47.75038,8.99205\n936,1646642251,47.75037,8.99203\n937,1646642252,47.75037,8.99201\n938,1646642253,47.75038,8.99199\n939,1646642254,47.75038,8.99197\n940,1646642255,47.75039,8.99196\n941,1646642256,47.75039,8.99193\n942,1646642257,47.75039,8.99191\n943,1646642258,47.75040,8.99189\n944,1646642259,47.75040,8.99187\n945,1646642260,47.75041,8.99186\n946,1646642261,47.75041,8.99184\n947,1646642262,47.75041,8.99182\n948,1646642263,47.75042,8.99180\n949,1646642264,47.75044,8.99178\n950,1646642265,47.75045,8.99176\n951,1646642266,47.75047,8.99175\n952,1646642267,47.75048,8.99175\n953,1646642268,47.75048,8.99175\n954,1646642269,47.75049,8.99174\n955,1646642270,47.75049,8.99174\n956,1646642271,47.75049,8.99174\n957,1646642272,47.75049,8.99174\n958,1646642273,47.75051,8.99174\n959,1646642274,47.75053,8.99176\n960,1646642275,47.75054,8.99177\n961,1646642276,47.75055,8.99180\n962,1646642277,47.75056,8.99182\n963,1646642278,47.75056,8.99184\n964,1646642279,47.75056,8.99185\n965,1646642280,47.75056,8.99185\n966,1646642281,47.75057,8.99185\n967,1646642282,47.75058,8.99184\n968,1646642283,47.75059,8.99184\n969,1646642284,47.75059,8.99184\n970,1646642285,47.75061,8.99184\n971,1646642286,47.75062,8.99184\n972,1646642287,47.75065,8.99184\n973,1646642288,47.75066,8.99184\n974,1646642289,47.75068,8.99184\n975,1646642290,47.75069,8.99185\n976,1646642291,47.75070,8.99186\n977,1646642292,47.75070,8.99186\n978,1646642293,47.75071,8.99186\n979,1646642294,47.75071,8.99187\n980,1646642295,47.75072,8.99187\n981,1646642296,47.75072,8.99188\n982,1646642297,47.75073,8.99188\n983,1646642298,47.75073,8.99188\n984,1646642299,47.75073,8.99188\n985,1646642300,47.75073,8.99188\n986,1646642301,47.75073,8.99188\n987,1646642302,47.75073,8.99188\n988,1646642303,47.75073,8.99188\n989,1646642304,47.75073,8.99188\n990,1646642305,47.75073,8.99188\n991,1646642306,47.75073,8.99188\n992,1646642307,47.75073,8.99188\n993,1646642308,47.75074,8.99190\n994,1646642309,47.75075,8.99193\n995,1646642310,47.75078,8.99195\n996,1646642311,47.75080,8.99198\n997,1646642312,47.75083,8.99200\n998,1646642313,47.75085,8.99203\n999,1646642314,47.75088,8.99205\n1000,1646642315,47.75090,8.99207\n1001,1646642316,47.75092,8.99209\n1002,1646642317,47.75094,8.99211\n1003,1646642318,47.75095,8.99213\n1004,1646642319,47.75097,8.99215\n1005,1646642320,47.75098,8.99217\n1006,1646642321,47.75100,8.99218\n1007,1646642322,47.75101,8.99220\n1008,1646642323,47.75102,8.99221\n1009,1646642324,47.75103,8.99222\n1010,1646642325,47.75103,8.99223\n1011,1646642326,47.75103,8.99223\n1012,1646642327,47.75103,8.99223\n1013,1646642328,47.75103,8.99223\n1014,1646642329,47.75103,8.99223\n1015,1646642330,47.75104,8.99223\n1016,1646642331,47.75104,8.99224\n1017,1646642332,47.75105,8.99225\n1018,1646642333,47.75106,8.99227\n1019,1646642334,47.75107,8.99228\n1020,1646642335,47.75108,8.99229\n1021,1646642336,47.75109,8.99231\n1022,1646642337,47.75110,8.99232\n1023,1646642338,47.75111,8.99234\n1024,1646642339,47.75112,8.99237\n1025,1646642340,47.75114,8.99240\n1026,1646642341,47.75115,8.99242\n1027,1646642342,47.75117,8.99244\n1028,1646642343,47.75118,8.99246\n1029,1646642344,47.75120,8.99247\n1030,1646642345,47.75121,8.99249\n1031,1646642346,47.75123,8.99250\n1032,1646642347,47.75124,8.99251\n1033,1646642348,47.75126,8.99252\n1034,1646642349,47.75128,8.99253\n1035,1646642350,47.75129,8.99254\n1036,1646642351,47.75131,8.99254\n1037,1646642352,47.75132,8.99255\n1038,1646642353,47.75134,8.99256\n1039,1646642354,47.75135,8.99257\n1040,1646642355,47.75137,8.99257\n1041,1646642356,47.75138,8.99257\n1042,1646642357,47.75140,8.99257\n1043,1646642358,47.75141,8.99257\n1044,1646642359,47.75143,8.99258\n1045,1646642360,47.75144,8.99259\n1046,1646642361,47.75146,8.99259\n1047,1646642362,47.75147,8.99260\n1048,1646642363,47.75149,8.99261\n1049,1646642364,47.75150,8.99262\n1050,1646642365,47.75151,8.99262\n1051,1646642366,47.75152,8.99262\n1052,1646642367,47.75153,8.99263\n1053,1646642368,47.75154,8.99264\n1054,1646642369,47.75154,8.99265\n1055,1646642370,47.75154,8.99265\n1056,1646642371,47.75155,8.99265\n1057,1646642372,47.75155,8.99265\n1058,1646642373,47.75155,8.99265\n1059,1646642374,47.75155,8.99265\n1060,1646642375,47.75155,8.99265\n1061,1646642376,47.75157,8.99264\n1062,1646642377,47.75158,8.99264\n1063,1646642378,47.75159,8.99264\n1064,1646642379,47.75159,8.99264\n1065,1646642380,47.75159,8.99265\n1066,1646642381,47.75159,8.99265\n1067,1646642382,47.75159,8.99265\n1068,1646642383,47.75159,8.99265\n1069,1646642384,47.75159,8.99265\n1070,1646642385,47.75159,8.99265\n1071,1646642386,47.75159,8.99265\n1072,1646642387,47.75159,8.99265\n1073,1646642388,47.75160,8.99265\n1074,1646642389,47.75162,8.99265\n1075,1646642390,47.75164,8.99266\n1076,1646642391,47.75164,8.99267\n1077,1646642392,47.75164,8.99267\n1078,1646642393,47.75164,8.99267\n1079,1646642394,47.75165,8.99268\n1080,1646642395,47.75165,8.99268\n1081,1646642396,47.75165,8.99268\n1082,1646642397,47.75165,8.99268\n1083,1646642398,47.75165,8.99267\n1084,1646642399,47.75164,8.99268\n1085,1646642400,47.75164,8.99268\n1086,1646642401,47.75164,8.99268\n1087,1646642402,47.75164,8.99268\n1088,1646642403,47.75164,8.99268\n1089,1646642404,47.75165,8.99268\n1090,1646642405,47.75167,8.99268\n1091,1646642406,47.75169,8.99269\n1092,1646642407,47.75171,8.99270\n1093,1646642408,47.75173,8.99271\n1094,1646642409,47.75176,8.99271\n1095,1646642410,47.75178,8.99273\n1096,1646642411,47.75181,8.99273\n1097,1646642412,47.75183,8.99274\n1098,1646642413,47.75185,8.99275\n1099,1646642414,47.75188,8.99276\n1100,1646642415,47.75190,8.99277\n1101,1646642416,47.75192,8.99278\n1102,1646642417,47.75194,8.99278\n1103,1646642418,47.75197,8.99279\n1104,1646642419,47.75199,8.99280\n1105,1646642420,47.75201,8.99281\n1106,1646642421,47.75204,8.99281\n1107,1646642422,47.75206,8.99282\n1108,1646642423,47.75208,8.99283\n1109,1646642424,47.75210,8.99283\n1110,1646642425,47.75212,8.99284\n1111,1646642426,47.75214,8.99284\n1112,1646642427,47.75216,8.99285\n1113,1646642428,47.75218,8.99286\n1114,1646642429,47.75220,8.99286\n1115,1646642430,47.75222,8.99287\n1116,1646642431,47.75224,8.99287\n1117,1646642432,47.75226,8.99288\n1118,1646642433,47.75227,8.99288\n1119,1646642434,47.75229,8.99289\n1120,1646642435,47.75230,8.99290\n1121,1646642436,47.75230,8.99291\n1122,1646642437,47.75229,8.99292\n1123,1646642438,47.75229,8.99292\n1124,1646642439,47.75229,8.99292\n1125,1646642440,47.75229,8.99292\n1126,1646642441,47.75229,8.99292\n1127,1646642442,47.75228,8.99292\n1128,1646642443,47.75228,8.99292\n1129,1646642444,47.75228,8.99292\n1130,1646642445,47.75228,8.99293\n1131,1646642446,47.75228,8.99293\n1132,1646642447,47.75228,8.99293\n1133,1646642448,47.75228,8.99293\n1134,1646642449,47.75228,8.99293\n1135,1646642450,47.75228,8.99293\n1136,1646642451,47.75229,8.99292\n1137,1646642452,47.75231,8.99292\n1138,1646642453,47.75234,8.99292\n1139,1646642454,47.75237,8.99293\n1140,1646642455,47.75239,8.99293\n1141,1646642456,47.75242,8.99294\n1142,1646642457,47.75245,8.99295\n1143,1646642458,47.75248,8.99295\n1144,1646642459,47.75251,8.99296\n1145,1646642460,47.75253,8.99298\n1146,1646642461,47.75256,8.99299\n1147,1646642462,47.75258,8.99300\n1148,1646642463,47.75260,8.99300\n1149,1646642464,47.75263,8.99300\n1150,1646642465,47.75265,8.99299\n1151,1646642466,47.75268,8.99299\n1152,1646642467,47.75270,8.99298\n1153,1646642468,47.75272,8.99297\n1154,1646642469,47.75272,8.99296\n1155,1646642470,47.75273,8.99295\n1156,1646642471,47.75273,8.99295\n1157,1646642472,47.75273,8.99295\n1158,1646642473,47.75273,8.99295\n1159,1646642474,47.75273,8.99295\n1160,1646642475,47.75273,8.99295\n1161,1646642476,47.75273,8.99295\n1162,1646642477,47.75273,8.99295\n1163,1646642478,47.75275,8.99295\n1164,1646642479,47.75276,8.99294\n1165,1646642480,47.75279,8.99292\n1166,1646642481,47.75281,8.99290\n1167,1646642482,47.75284,8.99288\n1168,1646642483,47.75286,8.99286\n1169,1646642484,47.75289,8.99284\n1170,1646642485,47.75292,8.99282\n1171,1646642486,47.75294,8.99280\n1172,1646642487,47.75296,8.99279\n1173,1646642488,47.75299,8.99277\n1174,1646642489,47.75301,8.99276\n1175,1646642490,47.75302,8.99275\n1176,1646642491,47.75304,8.99274\n1177,1646642492,47.75305,8.99273\n1178,1646642493,47.75306,8.99272\n1179,1646642494,47.75307,8.99271\n1180,1646642495,47.75308,8.99270\n1181,1646642496,47.75309,8.99269\n1182,1646642497,47.75311,8.99268\n1183,1646642498,47.75312,8.99267\n1184,1646642499,47.75313,8.99266\n1185,1646642500,47.75314,8.99264\n1186,1646642501,47.75315,8.99263\n1187,1646642502,47.75317,8.99261\n1188,1646642503,47.75318,8.99259\n1189,1646642504,47.75320,8.99257\n1190,1646642505,47.75321,8.99256\n1191,1646642506,47.75323,8.99254\n1192,1646642507,47.75324,8.99253\n1193,1646642508,47.75326,8.99252\n1194,1646642509,47.75328,8.99252\n1195,1646642510,47.75329,8.99251\n1196,1646642511,47.75331,8.99250\n1197,1646642512,47.75332,8.99248\n1198,1646642513,47.75334,8.99247\n1199,1646642514,47.75335,8.99245\n1200,1646642515,47.75337,8.99244\n1201,1646642516,47.75338,8.99242\n1202,1646642517,47.75340,8.99241\n1203,1646642518,47.75341,8.99239\n1204,1646642519,47.75343,8.99238\n1205,1646642520,47.75345,8.99237\n1206,1646642521,47.75346,8.99235\n1207,1646642522,47.75348,8.99234\n1208,1646642523,47.75349,8.99232\n1209,1646642524,47.75351,8.99231\n1210,1646642525,47.75352,8.99228\n1211,1646642526,47.75353,8.99226\n1212,1646642527,47.75354,8.99224\n1213,1646642528,47.75354,8.99223\n1214,1646642529,47.75354,8.99223\n1215,1646642530,47.75354,8.99224\n1216,1646642531,47.75354,8.99223\n1217,1646642532,47.75354,8.99223\n1218,1646642533,47.75354,8.99223\n1219,1646642534,47.75354,8.99223\n1220,1646642535,47.75354,8.99223\n1221,1646642536,47.75355,8.99223\n1222,1646642537,47.75357,8.99222\n1223,1646642538,47.75358,8.99220\n1224,1646642539,47.75360,8.99219\n1225,1646642540,47.75362,8.99217\n1226,1646642541,47.75363,8.99215\n1227,1646642542,47.75364,8.99214\n1228,1646642543,47.75365,8.99212\n1229,1646642544,47.75367,8.99211\n1230,1646642545,47.75368,8.99210\n1231,1646642546,47.75370,8.99209\n1232,1646642547,47.75372,8.99208\n1233,1646642548,47.75374,8.99207\n1234,1646642549,47.75376,8.99205\n1235,1646642550,47.75377,8.99204\n1236,1646642551,47.75379,8.99203\n1237,1646642552,47.75381,8.99201\n1238,1646642553,47.75382,8.99200\n1239,1646642554,47.75384,8.99198\n1240,1646642555,47.75385,8.99197\n1241,1646642556,47.75387,8.99195\n1242,1646642557,47.75388,8.99194\n1243,1646642558,47.75390,8.99192\n1244,1646642559,47.75392,8.99190\n1245,1646642560,47.75394,8.99188\n1246,1646642561,47.75395,8.99187\n1247,1646642562,47.75396,8.99185\n1248,1646642563,47.75397,8.99184\n1249,1646642564,47.75398,8.99183\n1250,1646642565,47.75398,8.99183\n1251,1646642566,47.75398,8.99183\n1252,1646642567,47.75398,8.99183\n1253,1646642568,47.75398,8.99183\n1254,1646642569,47.75400,8.99182\n1255,1646642570,47.75401,8.99182\n1256,1646642571,47.75402,8.99182\n1257,1646642572,47.75403,8.99181\n1258,1646642573,47.75405,8.99180\n1259,1646642574,47.75406,8.99180\n1260,1646642575,47.75407,8.99179\n1261,1646642576,47.75408,8.99179\n1262,1646642577,47.75409,8.99178\n1263,1646642578,47.75410,8.99177\n1264,1646642579,47.75411,8.99176\n1265,1646642580,47.75412,8.99174\n1266,1646642581,47.75413,8.99173\n1267,1646642582,47.75414,8.99172\n1268,1646642583,47.75415,8.99170\n1269,1646642584,47.75417,8.99169\n1270,1646642585,47.75418,8.99167\n1271,1646642586,47.75420,8.99166\n1272,1646642587,47.75421,8.99165\n1273,1646642588,47.75421,8.99164\n1274,1646642589,47.75421,8.99164\n1275,1646642590,47.75421,8.99165\n1276,1646642591,47.75421,8.99165\n1277,1646642592,47.75421,8.99165\n1278,1646642593,47.75421,8.99165\n1279,1646642594,47.75422,8.99164\n1280,1646642595,47.75423,8.99162\n1281,1646642596,47.75424,8.99161\n1282,1646642597,47.75425,8.99159\n1283,1646642598,47.75427,8.99157\n1284,1646642599,47.75428,8.99156\n1285,1646642600,47.75429,8.99155\n1286,1646642601,47.75430,8.99153\n1287,1646642602,47.75432,8.99152\n1288,1646642603,47.75433,8.99151\n1289,1646642604,47.75434,8.99150\n1290,1646642605,47.75435,8.99149\n1291,1646642606,47.75436,8.99147\n1292,1646642607,47.75438,8.99146\n1293,1646642608,47.75439,8.99146\n1294,1646642609,47.75440,8.99145\n1295,1646642610,47.75442,8.99144\n1296,1646642611,47.75442,8.99143\n1297,1646642612,47.75443,8.99142\n1298,1646642613,47.75445,8.99141\n1299,1646642614,47.75446,8.99140\n1300,1646642615,47.75447,8.99138\n1301,1646642616,47.75448,8.99137\n1302,1646642617,47.75449,8.99136\n1303,1646642618,47.75450,8.99135\n1304,1646642619,47.75451,8.99133\n1305,1646642620,47.75452,8.99132\n1306,1646642621,47.75453,8.99131\n1307,1646642622,47.75455,8.99130\n1308,1646642623,47.75456,8.99128\n1309,1646642624,47.75457,8.99128\n1310,1646642625,47.75458,8.99127\n1311,1646642626,47.75460,8.99127\n1312,1646642627,47.75462,8.99128\n1313,1646642628,47.75463,8.99129\n1314,1646642629,47.75465,8.99130\n1315,1646642630,47.75466,8.99131\n1316,1646642631,47.75468,8.99132\n1317,1646642632,47.75470,8.99134\n1318,1646642633,47.75472,8.99136\n1319,1646642634,47.75473,8.99138\n1320,1646642635,47.75474,8.99140\n1321,1646642636,47.75474,8.99142\n1322,1646642637,47.75475,8.99142\n1323,1646642638,47.75475,8.99142\n1324,1646642639,47.75475,8.99143\n1325,1646642640,47.75475,8.99143\n1326,1646642641,47.75475,8.99143\n1327,1646642642,47.75475,8.99143\n1328,1646642643,47.75475,8.99144\n1329,1646642644,47.75475,8.99145\n1330,1646642645,47.75475,8.99147\n1331,1646642646,47.75476,8.99148\n1332,1646642647,47.75476,8.99149\n1333,1646642648,47.75476,8.99150\n1334,1646642649,47.75476,8.99150\n1335,1646642650,47.75476,8.99150\n1336,1646642651,47.75476,8.99151\n1337,1646642652,47.75477,8.99151\n1338,1646642653,47.75477,8.99153\n1339,1646642654,47.75477,8.99155\n1340,1646642655,47.75476,8.99158\n1341,1646642656,47.75475,8.99162\n1342,1646642657,47.75474,8.99165\n1343,1646642658,47.75472,8.99168\n1344,1646642659,47.75471,8.99170\n1345,1646642660,47.75470,8.99173\n1346,1646642661,47.75469,8.99175\n1347,1646642662,47.75467,8.99178\n1348,1646642663,47.75466,8.99180\n1349,1646642664,47.75465,8.99182\n1350,1646642665,47.75464,8.99184\n1351,1646642666,47.75462,8.99187\n1352,1646642667,47.75460,8.99189\n1353,1646642668,47.75459,8.99191\n1354,1646642669,47.75459,8.99193\n1355,1646642670,47.75458,8.99195\n1356,1646642671,47.75457,8.99195\n1357,1646642672,47.75457,8.99196\n1358,1646642673,47.75456,8.99196\n1359,1646642674,47.75456,8.99196\n1360,1646642675,47.75455,8.99196\n1361,1646642676,47.75455,8.99196\n1362,1646642677,47.75455,8.99196\n1363,1646642678,47.75455,8.99197\n1364,1646642679,47.75455,8.99197\n1365,1646642680,47.75455,8.99197\n1366,1646642681,47.75455,8.99199\n1367,1646642682,47.75454,8.99201\n1368,1646642683,47.75453,8.99203\n1369,1646642684,47.75452,8.99205\n1370,1646642685,47.75451,8.99208\n1371,1646642686,47.75450,8.99210\n1372,1646642687,47.75449,8.99214\n1373,1646642688,47.75448,8.99216\n1374,1646642689,47.75447,8.99218\n1375,1646642690,47.75445,8.99220\n1376,1646642691,47.75444,8.99220\n1377,1646642692,47.75444,8.99220\n1378,1646642693,47.75443,8.99221\n1379,1646642694,47.75442,8.99221\n1380,1646642695,47.75442,8.99222\n1381,1646642696,47.75442,8.99223\n1382,1646642697,47.75441,8.99224\n1383,1646642698,47.75441,8.99225\n1384,1646642699,47.75440,8.99226\n1385,1646642700,47.75440,8.99227\n1386,1646642701,47.75439,8.99229\n1387,1646642702,47.75438,8.99232\n1388,1646642703,47.75437,8.99234\n1389,1646642704,47.75435,8.99236\n1390,1646642705,47.75434,8.99238\n1391,1646642706,47.75432,8.99241\n1392,1646642707,47.75430,8.99243\n1393,1646642708,47.75429,8.99246\n1394,1646642709,47.75428,8.99248\n1395,1646642710,47.75426,8.99251\n1396,1646642711,47.75425,8.99253\n1397,1646642712,47.75424,8.99256\n1398,1646642713,47.75422,8.99258\n1399,1646642714,47.75421,8.99261\n1400,1646642715,47.75420,8.99264\n1401,1646642716,47.75418,8.99266\n1402,1646642717,47.75416,8.99269\n1403,1646642718,47.75414,8.99272\n1404,1646642719,47.75413,8.99274\n1405,1646642720,47.75412,8.99275\n1406,1646642721,47.75412,8.99275\n1407,1646642722,47.75412,8.99277\n1408,1646642723,47.75412,8.99278\n1409,1646642724,47.75411,8.99279\n1410,1646642725,47.75411,8.99281\n1411,1646642726,47.75410,8.99282\n1412,1646642727,47.75409,8.99284\n1413,1646642728,47.75408,8.99286\n1414,1646642729,47.75407,8.99288\n1415,1646642730,47.75406,8.99291\n1416,1646642731,47.75406,8.99292\n1417,1646642732,47.75405,8.99294\n1418,1646642733,47.75405,8.99295\n1419,1646642734,47.75404,8.99295\n1420,1646642735,47.75404,8.99296\n1421,1646642736,47.75404,8.99296\n1422,1646642737,47.75403,8.99296\n1423,1646642738,47.75403,8.99296\n1424,1646642739,47.75403,8.99296\n1425,1646642740,47.75403,8.99296\n1426,1646642741,47.75402,8.99297\n1427,1646642742,47.75401,8.99299\n1428,1646642743,47.75401,8.99301\n1429,1646642744,47.75400,8.99303\n1430,1646642745,47.75399,8.99305\n1431,1646642746,47.75398,8.99307\n1432,1646642747,47.75397,8.99309\n1433,1646642748,47.75396,8.99312\n1434,1646642749,47.75395,8.99314\n1435,1646642750,47.75394,8.99316\n1436,1646642751,47.75392,8.99318\n1437,1646642752,47.75390,8.99320\n1438,1646642753,47.75389,8.99323\n1439,1646642754,47.75388,8.99325\n1440,1646642755,47.75387,8.99327\n1441,1646642756,47.75386,8.99329\n1442,1646642757,47.75384,8.99331\n1443,1646642758,47.75383,8.99333\n1444,1646642759,47.75382,8.99335\n1445,1646642760,47.75381,8.99338\n1446,1646642761,47.75380,8.99339\n1447,1646642762,47.75378,8.99341\n1448,1646642763,47.75377,8.99343\n1449,1646642764,47.75376,8.99345\n1450,1646642765,47.75375,8.99347\n1451,1646642766,47.75374,8.99349\n1452,1646642767,47.75373,8.99351\n1453,1646642768,47.75373,8.99353\n1454,1646642769,47.75372,8.99355\n1455,1646642770,47.75371,8.99358\n1456,1646642771,47.75370,8.99360\n1457,1646642772,47.75369,8.99362\n1458,1646642773,47.75368,8.99364\n1459,1646642774,47.75367,8.99367\n1460,1646642775,47.75366,8.99369\n1461,1646642776,47.75365,8.99371\n1462,1646642777,47.75364,8.99373\n1463,1646642778,47.75363,8.99374\n1464,1646642779,47.75362,8.99376\n1465,1646642780,47.75361,8.99378\n1466,1646642781,47.75359,8.99380\n1467,1646642782,47.75359,8.99382\n1468,1646642783,47.75358,8.99384\n1469,1646642784,47.75357,8.99386\n1470,1646642785,47.75356,8.99388\n1471,1646642786,47.75354,8.99390\n1472,1646642787,47.75353,8.99391\n1473,1646642788,47.75352,8.99391\n1474,1646642789,47.75351,8.99392\n1475,1646642790,47.75350,8.99392\n1476,1646642791,47.75350,8.99393\n1477,1646642792,47.75351,8.99393\n1478,1646642793,47.75352,8.99393\n1479,1646642794,47.75352,8.99393\n1480,1646642795,47.75353,8.99393\n1481,1646642796,47.75353,8.99393\n1482,1646642797,47.75353,8.99394\n1483,1646642798,47.75352,8.99395\n1484,1646642799,47.75352,8.99396\n1485,1646642800,47.75352,8.99397\n1486,1646642801,47.75352,8.99396\n1487,1646642802,47.75352,8.99396\n1488,1646642803,47.75353,8.99396\n1489,1646642804,47.75353,8.99396\n1490,1646642805,47.75353,8.99396\n1491,1646642806,47.75353,8.99396\n1492,1646642807,47.75353,8.99396\n1493,1646642808,47.75353,8.99396\n1494,1646642809,47.75353,8.99396\n1495,1646642810,47.75353,8.99396\n1496,1646642811,47.75353,8.99396\n1497,1646642812,47.75353,8.99396\n1498,1646642813,47.75353,8.99396\n1499,1646642814,47.75353,8.99396\n1500,1646642815,47.75353,8.99396\n1501,1646642816,47.75353,8.99396\n1502,1646642817,47.75353,8.99396\n1503,1646642818,47.75353,8.99396\n1504,1646642819,47.75353,8.99396\n1505,1646642820,47.75353,8.99396\n1506,1646642821,47.75353,8.99396\n1507,1646642822,47.75353,8.99396\n1508,1646642823,47.75353,8.99396\n1509,1646642824,47.75353,8.99396\n1510,1646642825,47.75352,8.99398\n1511,1646642826,47.75350,8.99400\n1512,1646642827,47.75347,8.99403\n1513,1646642828,47.75345,8.99406\n1514,1646642829,47.75344,8.99409\n1515,1646642830,47.75342,8.99413\n1516,1646642831,47.75340,8.99416\n1517,1646642832,47.75338,8.99419\n1518,1646642833,47.75337,8.99423\n1519,1646642834,47.75335,8.99426\n1520,1646642835,47.75333,8.99429\n1521,1646642836,47.75332,8.99433\n1522,1646642837,47.75330,8.99436\n1523,1646642838,47.75328,8.99439\n1524,1646642839,47.75327,8.99442\n1525,1646642840,47.75326,8.99444\n1526,1646642841,47.75324,8.99447\n1527,1646642842,47.75322,8.99450\n1528,1646642843,47.75321,8.99453\n1529,1646642844,47.75319,8.99455\n1530,1646642845,47.75317,8.99458\n1531,1646642846,47.75316,8.99460\n1532,1646642847,47.75314,8.99462\n1533,1646642848,47.75313,8.99465\n1534,1646642849,47.75312,8.99467\n1535,1646642850,47.75310,8.99470\n1536,1646642851,47.75309,8.99472\n1537,1646642852,47.75307,8.99475\n1538,1646642853,47.75305,8.99478\n1539,1646642854,47.75304,8.99480\n1540,1646642855,47.75303,8.99482\n1541,1646642856,47.75302,8.99482\n1542,1646642857,47.75302,8.99482\n1543,1646642858,47.75301,8.99484\n1544,1646642859,47.75301,8.99485\n1545,1646642860,47.75300,8.99486\n1546,1646642861,47.75299,8.99489\n1547,1646642862,47.75299,8.99492\n1548,1646642863,47.75298,8.99493\n1549,1646642864,47.75297,8.99495\n1550,1646642865,47.75297,8.99496\n1551,1646642866,47.75296,8.99498\n1552,1646642867,47.75296,8.99500\n1553,1646642868,47.75296,8.99502\n1554,1646642869,47.75296,8.99504\n1555,1646642870,47.75296,8.99506\n1556,1646642871,47.75297,8.99508\n1557,1646642872,47.75298,8.99509\n1558,1646642873,47.75299,8.99511\n1559,1646642874,47.75300,8.99512\n1560,1646642875,47.75301,8.99513\n1561,1646642876,47.75302,8.99515\n1562,1646642877,47.75303,8.99516\n1563,1646642878,47.75304,8.99517\n1564,1646642879,47.75304,8.99518\n1565,1646642880,47.75305,8.99519\n1566,1646642881,47.75306,8.99519\n1567,1646642882,47.75307,8.99520\n1568,1646642883,47.75308,8.99521\n1569,1646642884,47.75309,8.99522\n1570,1646642885,47.75310,8.99523\n1571,1646642886,47.75311,8.99525\n1572,1646642887,47.75311,8.99526\n1573,1646642888,47.75313,8.99527\n1574,1646642889,47.75313,8.99528\n1575,1646642890,47.75314,8.99529\n1576,1646642891,47.75315,8.99531\n1577,1646642892,47.75316,8.99532\n1578,1646642893,47.75317,8.99533\n1579,1646642894,47.75319,8.99534\n1580,1646642895,47.75320,8.99536\n1581,1646642896,47.75321,8.99537\n1582,1646642897,47.75322,8.99538\n1583,1646642898,47.75324,8.99539\n1584,1646642899,47.75326,8.99540\n1585,1646642900,47.75327,8.99541\n1586,1646642901,47.75328,8.99543\n1587,1646642902,47.75329,8.99544\n1588,1646642903,47.75330,8.99545\n1589,1646642904,47.75331,8.99546\n1590,1646642905,47.75332,8.99547\n1591,1646642906,47.75333,8.99547\n1592,1646642907,47.75333,8.99548\n1593,1646642908,47.75334,8.99549\n1594,1646642909,47.75335,8.99550\n1595,1646642910,47.75336,8.99551\n1596,1646642911,47.75337,8.99552\n1597,1646642912,47.75339,8.99552\n1598,1646642913,47.75340,8.99553\n1599,1646642914,47.75341,8.99554\n1600,1646642915,47.75342,8.99555\n1601,1646642916,47.75343,8.99557\n1602,1646642917,47.75344,8.99558\n1603,1646642918,47.75345,8.99559\n1604,1646642919,47.75346,8.99560\n1605,1646642920,47.75347,8.99560\n1606,1646642921,47.75349,8.99562\n1607,1646642922,47.75350,8.99564\n1608,1646642923,47.75352,8.99566\n1609,1646642924,47.75352,8.99567\n1610,1646642925,47.75353,8.99569\n1611,1646642926,47.75355,8.99570\n1612,1646642927,47.75356,8.99570\n1613,1646642928,47.75357,8.99572\n1614,1646642929,47.75358,8.99572\n1615,1646642930,47.75359,8.99573\n1616,1646642931,47.75360,8.99575\n1617,1646642932,47.75361,8.99576\n1618,1646642933,47.75363,8.99577\n1619,1646642934,47.75364,8.99578\n1620,1646642935,47.75365,8.99580\n1621,1646642936,47.75366,8.99581\n1622,1646642937,47.75367,8.99582\n1623,1646642938,47.75368,8.99583\n1624,1646642939,47.75369,8.99584\n1625,1646642940,47.75370,8.99586\n1626,1646642941,47.75371,8.99587\n1627,1646642942,47.75372,8.99588\n1628,1646642943,47.75373,8.99589\n1629,1646642944,47.75374,8.99590\n1630,1646642945,47.75375,8.99591\n1631,1646642946,47.75376,8.99593\n1632,1646642947,47.75377,8.99594\n1633,1646642948,47.75378,8.99596\n1634,1646642949,47.75379,8.99597\n1635,1646642950,47.75379,8.99598\n1636,1646642951,47.75381,8.99599\n1637,1646642952,47.75381,8.99599\n1638,1646642953,47.75381,8.99599\n1639,1646642954,47.75382,8.99599\n1640,1646642955,47.75384,8.99600\n1641,1646642956,47.75386,8.99601\n1642,1646642957,47.75387,8.99603\n1643,1646642958,47.75388,8.99604\n1644,1646642959,47.75389,8.99605\n1645,1646642960,47.75390,8.99607\n1646,1646642961,47.75391,8.99608\n1647,1646642962,47.75392,8.99609\n1648,1646642963,47.75393,8.99610\n1649,1646642964,47.75395,8.99611\n1650,1646642965,47.75396,8.99613\n1651,1646642966,47.75397,8.99614\n1652,1646642967,47.75398,8.99615\n1653,1646642968,47.75399,8.99616\n1654,1646642969,47.75400,8.99617\n1655,1646642970,47.75401,8.99618\n1656,1646642971,47.75402,8.99618\n1657,1646642972,47.75403,8.99620\n1658,1646642973,47.75404,8.99621\n1659,1646642974,47.75405,8.99622\n1660,1646642975,47.75407,8.99623\n1661,1646642976,47.75408,8.99625\n1662,1646642977,47.75409,8.99626\n1663,1646642978,47.75410,8.99627\n1664,1646642979,47.75411,8.99628\n1665,1646642980,47.75413,8.99629\n1666,1646642981,47.75414,8.99630\n1667,1646642982,47.75415,8.99631\n1668,1646642983,47.75416,8.99632\n1669,1646642984,47.75417,8.99633\n1670,1646642985,47.75418,8.99635\n1671,1646642986,47.75419,8.99636\n1672,1646642987,47.75420,8.99637\n1673,1646642988,47.75421,8.99638\n1674,1646642989,47.75422,8.99639\n1675,1646642990,47.75423,8.99639\n1676,1646642991,47.75424,8.99640\n1677,1646642992,47.75425,8.99641\n1678,1646642993,47.75426,8.99643\n1679,1646642994,47.75427,8.99644\n1680,1646642995,47.75428,8.99645\n1681,1646642996,47.75429,8.99646\n1682,1646642997,47.75430,8.99648\n1683,1646642998,47.75431,8.99649\n1684,1646642999,47.75433,8.99650\n1685,1646643000,47.75434,8.99652\n1686,1646643001,47.75435,8.99653\n1687,1646643002,47.75436,8.99655\n1688,1646643003,47.75437,8.99657\n1689,1646643004,47.75438,8.99659\n1690,1646643005,47.75438,8.99661\n1691,1646643006,47.75438,8.99664\n1692,1646643007,47.75437,8.99666\n1693,1646643008,47.75437,8.99668\n1694,1646643009,47.75436,8.99670\n1695,1646643010,47.75435,8.99672\n1696,1646643011,47.75435,8.99674\n1697,1646643012,47.75434,8.99675\n1698,1646643013,47.75434,8.99677\n1699,1646643014,47.75433,8.99678\n1700,1646643015,47.75433,8.99679\n1701,1646643016,47.75432,8.99681\n1702,1646643017,47.75431,8.99683\n1703,1646643018,47.75431,8.99685\n1704,1646643019,47.75430,8.99686\n1705,1646643020,47.75429,8.99688\n1706,1646643021,47.75429,8.99689\n1707,1646643022,47.75429,8.99691\n1708,1646643023,47.75430,8.99693\n1709,1646643024,47.75428,8.99695\n1710,1646643025,47.75428,8.99696\n1711,1646643026,47.75427,8.99698\n1712,1646643027,47.75426,8.99700\n1713,1646643028,47.75425,8.99701\n1714,1646643029,47.75424,8.99703\n1715,1646643030,47.75423,8.99704\n1716,1646643031,47.75422,8.99706\n1717,1646643032,47.75421,8.99708\n1718,1646643033,47.75420,8.99710\n1719,1646643034,47.75419,8.99711\n1720,1646643035,47.75418,8.99712\n1721,1646643036,47.75417,8.99714\n1722,1646643037,47.75416,8.99715\n1723,1646643038,47.75414,8.99717\n1724,1646643039,47.75413,8.99718\n1725,1646643040,47.75412,8.99720\n1726,1646643041,47.75411,8.99722\n1727,1646643042,47.75410,8.99723\n1728,1646643043,47.75410,8.99724\n1729,1646643044,47.75410,8.99725\n1730,1646643045,47.75409,8.99725\n1731,1646643046,47.75409,8.99725\n1732,1646643047,47.75409,8.99726\n1733,1646643048,47.75409,8.99727\n1734,1646643049,47.75408,8.99729\n1735,1646643050,47.75406,8.99731\n1736,1646643051,47.75405,8.99733\n1737,1646643052,47.75404,8.99735\n1738,1646643053,47.75403,8.99737\n1739,1646643054,47.75401,8.99739\n1740,1646643055,47.75400,8.99741\n1741,1646643056,47.75399,8.99742\n1742,1646643057,47.75398,8.99744\n1743,1646643058,47.75397,8.99745\n1744,1646643059,47.75397,8.99747\n1745,1646643060,47.75396,8.99748\n1746,1646643061,47.75395,8.99750\n1747,1646643062,47.75394,8.99751\n1748,1646643063,47.75393,8.99753\n1749,1646643064,47.75392,8.99755\n1750,1646643065,47.75391,8.99757\n1751,1646643066,47.75390,8.99758\n1752,1646643067,47.75389,8.99759\n1753,1646643068,47.75388,8.99760\n1754,1646643069,47.75388,8.99761\n1755,1646643070,47.75387,8.99762\n1756,1646643071,47.75386,8.99764\n1757,1646643072,47.75385,8.99766\n1758,1646643073,47.75384,8.99768\n1759,1646643074,47.75383,8.99770\n1760,1646643075,47.75382,8.99772\n1761,1646643076,47.75381,8.99773\n1762,1646643077,47.75380,8.99775\n1763,1646643078,47.75379,8.99777\n1764,1646643079,47.75378,8.99778\n1765,1646643080,47.75377,8.99780\n1766,1646643081,47.75376,8.99782\n1767,1646643082,47.75375,8.99784\n1768,1646643083,47.75373,8.99785\n1769,1646643084,47.75372,8.99787\n1770,1646643085,47.75371,8.99789\n1771,1646643086,47.75371,8.99790\n1772,1646643087,47.75370,8.99792\n1773,1646643088,47.75369,8.99793\n1774,1646643089,47.75368,8.99795\n1775,1646643090,47.75367,8.99796\n1776,1646643091,47.75366,8.99797\n1777,1646643092,47.75366,8.99798\n1778,1646643093,47.75365,8.99800\n1779,1646643094,47.75364,8.99802\n1780,1646643095,47.75363,8.99803\n1781,1646643096,47.75362,8.99805\n1782,1646643097,47.75361,8.99807\n1783,1646643098,47.75360,8.99808\n1784,1646643099,47.75359,8.99809\n1785,1646643100,47.75358,8.99811\n1786,1646643101,47.75357,8.99812\n1787,1646643102,47.75356,8.99814\n1788,1646643103,47.75355,8.99815\n1789,1646643104,47.75354,8.99817\n1790,1646643105,47.75353,8.99818\n1791,1646643106,47.75352,8.99820\n1792,1646643107,47.75351,8.99821\n1793,1646643108,47.75350,8.99822\n1794,1646643109,47.75349,8.99824\n1795,1646643110,47.75348,8.99826\n1796,1646643111,47.75347,8.99827\n1797,1646643112,47.75346,8.99829\n1798,1646643113,47.75346,8.99831\n1799,1646643114,47.75345,8.99833\n1800,1646643115,47.75345,8.99836\n1801,1646643116,47.75344,8.99837\n1802,1646643117,47.75343,8.99839\n1803,1646643118,47.75342,8.99841\n1804,1646643119,47.75341,8.99843\n1805,1646643120,47.75340,8.99844\n1806,1646643121,47.75339,8.99846\n1807,1646643122,47.75338,8.99847\n1808,1646643123,47.75337,8.99849\n1809,1646643124,47.75336,8.99851\n1810,1646643125,47.75335,8.99852\n1811,1646643126,47.75334,8.99854\n1812,1646643127,47.75333,8.99855\n1813,1646643128,47.75332,8.99857\n1814,1646643129,47.75332,8.99859\n1815,1646643130,47.75331,8.99860\n1816,1646643131,47.75330,8.99862\n1817,1646643132,47.75329,8.99863\n1818,1646643133,47.75328,8.99865\n1819,1646643134,47.75327,8.99866\n1820,1646643135,47.75326,8.99868\n1821,1646643136,47.75325,8.99869\n1822,1646643137,47.75324,8.99871\n1823,1646643138,47.75323,8.99872\n1824,1646643139,47.75323,8.99874\n1825,1646643140,47.75322,8.99875\n1826,1646643141,47.75321,8.99877\n1827,1646643142,47.75320,8.99878\n1828,1646643143,47.75319,8.99879\n1829,1646643144,47.75318,8.99881\n1830,1646643145,47.75317,8.99882\n1831,1646643146,47.75316,8.99884\n1832,1646643147,47.75316,8.99886\n1833,1646643148,47.75315,8.99887\n1834,1646643149,47.75314,8.99889\n1835,1646643150,47.75313,8.99890\n1836,1646643151,47.75312,8.99891\n1837,1646643152,47.75311,8.99892\n1838,1646643153,47.75310,8.99894\n1839,1646643154,47.75310,8.99895\n1840,1646643155,47.75309,8.99897\n1841,1646643156,47.75308,8.99898\n1842,1646643157,47.75307,8.99900\n1843,1646643158,47.75307,8.99901\n1844,1646643159,47.75306,8.99902\n1845,1646643160,47.75306,8.99904\n1846,1646643161,47.75305,8.99905\n1847,1646643162,47.75304,8.99907\n1848,1646643163,47.75303,8.99908\n1849,1646643164,47.75302,8.99909\n1850,1646643165,47.75301,8.99910\n1851,1646643166,47.75301,8.99911\n1852,1646643167,47.75300,8.99912\n1853,1646643168,47.75299,8.99913\n1854,1646643169,47.75298,8.99914\n1855,1646643170,47.75298,8.99915\n1856,1646643171,47.75297,8.99916\n1857,1646643172,47.75297,8.99917\n1858,1646643173,47.75296,8.99918\n1859,1646643174,47.75295,8.99920\n1860,1646643175,47.75295,8.99921\n1861,1646643176,47.75294,8.99923\n1862,1646643177,47.75293,8.99925\n1863,1646643178,47.75292,8.99927\n1864,1646643179,47.75291,8.99929\n1865,1646643180,47.75291,8.99930\n1866,1646643181,47.75290,8.99931\n1867,1646643182,47.75290,8.99933\n1868,1646643183,47.75289,8.99935\n1869,1646643184,47.75288,8.99937\n1870,1646643185,47.75287,8.99938\n1871,1646643186,47.75286,8.99940\n1872,1646643187,47.75286,8.99942\n1873,1646643188,47.75285,8.99944\n1874,1646643189,47.75284,8.99946\n1875,1646643190,47.75283,8.99947\n1876,1646643191,47.75282,8.99949\n1877,1646643192,47.75281,8.99950\n1878,1646643193,47.75280,8.99951\n1879,1646643194,47.75280,8.99953\n1880,1646643195,47.75279,8.99954\n1881,1646643196,47.75278,8.99955\n1882,1646643197,47.75277,8.99957\n1883,1646643198,47.75276,8.99958\n1884,1646643199,47.75275,8.99959\n1885,1646643200,47.75274,8.99960\n1886,1646643201,47.75274,8.99961\n1887,1646643202,47.75273,8.99962\n1888,1646643203,47.75272,8.99963\n1889,1646643204,47.75271,8.99965\n1890,1646643205,47.75270,8.99966\n1891,1646643206,47.75269,8.99967\n1892,1646643207,47.75268,8.99969\n1893,1646643208,47.75267,8.99970\n1894,1646643209,47.75267,8.99971\n1895,1646643210,47.75266,8.99973\n1896,1646643211,47.75265,8.99974\n1897,1646643212,47.75264,8.99976\n1898,1646643213,47.75264,8.99978\n1899,1646643214,47.75263,8.99979\n1900,1646643215,47.75262,8.99981\n1901,1646643216,47.75261,8.99983\n1902,1646643217,47.75260,8.99984\n1903,1646643218,47.75259,8.99986\n1904,1646643219,47.75258,8.99987\n1905,1646643220,47.75258,8.99988\n1906,1646643221,47.75257,8.99989\n1907,1646643222,47.75256,8.99991\n1908,1646643223,47.75255,8.99992\n1909,1646643224,47.75254,8.99994\n1910,1646643225,47.75253,8.99995\n1911,1646643226,47.75253,8.99996\n1912,1646643227,47.75252,8.99998\n1913,1646643228,47.75251,9.00000\n1914,1646643229,47.75250,9.00002\n1915,1646643230,47.75249,9.00004\n1916,1646643231,47.75247,9.00005\n1917,1646643232,47.75246,9.00007\n1918,1646643233,47.75245,9.00009\n1919,1646643234,47.75244,9.00010\n1920,1646643235,47.75243,9.00011\n1921,1646643236,47.75242,9.00013\n1922,1646643237,47.75241,9.00015\n1923,1646643238,47.75240,9.00017\n1924,1646643239,47.75239,9.00019\n1925,1646643240,47.75238,9.00021\n1926,1646643241,47.75237,9.00023\n1927,1646643242,47.75236,9.00025\n1928,1646643243,47.75235,9.00027\n1929,1646643244,47.75234,9.00028\n1930,1646643245,47.75233,9.00030\n1931,1646643246,47.75232,9.00031\n1932,1646643247,47.75231,9.00033\n1933,1646643248,47.75230,9.00035\n1934,1646643249,47.75229,9.00036\n1935,1646643250,47.75228,9.00038\n1936,1646643251,47.75227,9.00040\n1937,1646643252,47.75226,9.00041\n1938,1646643253,47.75225,9.00043\n1939,1646643254,47.75224,9.00045\n1940,1646643255,47.75223,9.00047\n1941,1646643256,47.75222,9.00048\n1942,1646643257,47.75221,9.00049\n1943,1646643258,47.75221,9.00051\n1944,1646643259,47.75220,9.00052\n1945,1646643260,47.75219,9.00054\n1946,1646643261,47.75218,9.00055\n1947,1646643262,47.75216,9.00057\n1948,1646643263,47.75215,9.00058\n1949,1646643264,47.75214,9.00060\n1950,1646643265,47.75213,9.00062\n1951,1646643266,47.75213,9.00064\n1952,1646643267,47.75212,9.00065\n1953,1646643268,47.75211,9.00067\n1954,1646643269,47.75210,9.00068\n1955,1646643270,47.75208,9.00070\n1956,1646643271,47.75207,9.00071\n1957,1646643272,47.75206,9.00073\n1958,1646643273,47.75206,9.00075\n1959,1646643274,47.75205,9.00077\n1960,1646643275,47.75204,9.00079\n1961,1646643276,47.75203,9.00080\n1962,1646643277,47.75202,9.00082\n1963,1646643278,47.75201,9.00083\n1964,1646643279,47.75200,9.00085\n1965,1646643280,47.75199,9.00086\n1966,1646643281,47.75197,9.00087\n1967,1646643282,47.75196,9.00088\n1968,1646643283,47.75195,9.00089\n1969,1646643284,47.75194,9.00090\n1970,1646643285,47.75193,9.00090\n1971,1646643286,47.75192,9.00091\n1972,1646643287,47.75190,9.00092\n1973,1646643288,47.75189,9.00092\n1974,1646643289,47.75188,9.00092\n1975,1646643290,47.75186,9.00093\n1976,1646643291,47.75185,9.00093\n1977,1646643292,47.75183,9.00093\n1978,1646643293,47.75182,9.00094\n1979,1646643294,47.75181,9.00094\n1980,1646643295,47.75180,9.00095\n1981,1646643296,47.75179,9.00095\n1982,1646643297,47.75178,9.00095\n1983,1646643298,47.75176,9.00095\n1984,1646643299,47.75175,9.00095\n1985,1646643300,47.75175,9.00096\n1986,1646643301,47.75174,9.00096\n1987,1646643302,47.75173,9.00097\n1988,1646643303,47.75172,9.00097\n1989,1646643304,47.75171,9.00098\n1990,1646643305,47.75169,9.00098\n1991,1646643306,47.75168,9.00099\n1992,1646643307,47.75167,9.00100\n1993,1646643308,47.75166,9.00101\n1994,1646643309,47.75164,9.00102\n1995,1646643310,47.75163,9.00104\n1996,1646643311,47.75162,9.00105\n1997,1646643312,47.75161,9.00106\n1998,1646643313,47.75160,9.00108\n1999,1646643314,47.75159,9.00109\n2000,1646643315,47.75158,9.00110\n2001,1646643316,47.75157,9.00111\n2002,1646643317,47.75156,9.00112\n2003,1646643318,47.75154,9.00113\n2004,1646643319,47.75153,9.00115\n2005,1646643320,47.75152,9.00115\n2006,1646643321,47.75151,9.00116\n2007,1646643322,47.75150,9.00117\n2008,1646643323,47.75149,9.00118\n2009,1646643324,47.75148,9.00119\n2010,1646643325,47.75147,9.00120\n2011,1646643326,47.75147,9.00121\n2012,1646643327,47.75147,9.00122\n2013,1646643328,47.75147,9.00123\n2014,1646643329,47.75145,9.00124\n2015,1646643330,47.75143,9.00126\n2016,1646643331,47.75141,9.00128\n2017,1646643332,47.75140,9.00129\n2018,1646643333,47.75139,9.00130\n2019,1646643334,47.75138,9.00130\n2020,1646643335,47.75136,9.00131\n2021,1646643336,47.75135,9.00132\n2022,1646643337,47.75134,9.00132\n2023,1646643338,47.75133,9.00133\n2024,1646643339,47.75132,9.00134\n2025,1646643340,47.75131,9.00135\n2026,1646643341,47.75130,9.00136\n2027,1646643342,47.75129,9.00137\n2028,1646643343,47.75128,9.00138\n2029,1646643344,47.75127,9.00138\n2030,1646643345,47.75126,9.00139\n2031,1646643346,47.75125,9.00140\n2032,1646643347,47.75124,9.00141\n2033,1646643348,47.75123,9.00142\n2034,1646643349,47.75122,9.00143\n2035,1646643350,47.75121,9.00144\n2036,1646643351,47.75120,9.00145\n2037,1646643352,47.75119,9.00146\n2038,1646643353,47.75118,9.00146\n2039,1646643354,47.75117,9.00146\n2040,1646643355,47.75115,9.00145\n2041,1646643356,47.75115,9.00143\n2042,1646643357,47.75115,9.00141\n2043,1646643358,47.75115,9.00140\n2044,1646643359,47.75116,9.00138\n2045,1646643360,47.75117,9.00136\n2046,1646643361,47.75118,9.00134\n2047,1646643362,47.75118,9.00133\n2048,1646643363,47.75119,9.00132\n2049,1646643364,47.75120,9.00131\n2050,1646643365,47.75121,9.00130\n2051,1646643366,47.75122,9.00129\n2052,1646643367,47.75123,9.00127\n2053,1646643368,47.75125,9.00126\n2054,1646643369,47.75126,9.00125\n2055,1646643370,47.75127,9.00124\n2056,1646643371,47.75128,9.00123\n2057,1646643372,47.75129,9.00122\n2058,1646643373,47.75130,9.00121\n2059,1646643374,47.75131,9.00119\n2060,1646643375,47.75132,9.00117\n2061,1646643376,47.75132,9.00115\n2062,1646643377,47.75134,9.00113\n2063,1646643378,47.75134,9.00111\n2064,1646643379,47.75135,9.00109\n2065,1646643380,47.75137,9.00107\n2066,1646643381,47.75138,9.00104\n2067,1646643382,47.75138,9.00102\n2068,1646643383,47.75139,9.00099\n2069,1646643384,47.75139,9.00097\n2070,1646643385,47.75140,9.00095\n2071,1646643386,47.75140,9.00094\n2072,1646643387,47.75141,9.00092\n2073,1646643388,47.75142,9.00090\n2074,1646643389,47.75143,9.00087\n2075,1646643390,47.75144,9.00085\n2076,1646643391,47.75145,9.00083\n2077,1646643392,47.75145,9.00081\n2078,1646643393,47.75146,9.00078\n2079,1646643394,47.75147,9.00076\n2080,1646643395,47.75148,9.00074\n2081,1646643396,47.75150,9.00072\n2082,1646643397,47.75151,9.00070\n2083,1646643398,47.75151,9.00069\n2084,1646643399,47.75151,9.00067\n2085,1646643400,47.75151,9.00066\n2086,1646643401,47.75151,9.00065\n2087,1646643402,47.75151,9.00065\n2088,1646643403,47.75152,9.00064\n2089,1646643404,47.75152,9.00063\n2090,1646643405,47.75153,9.00061\n2091,1646643406,47.75153,9.00060\n2092,1646643407,47.75154,9.00057\n2093,1646643408,47.75155,9.00055\n2094,1646643409,47.75156,9.00054\n2095,1646643410,47.75157,9.00053\n2096,1646643411,47.75157,9.00052\n2097,1646643412,47.75157,9.00052\n2098,1646643413,47.75157,9.00052\n2099,1646643414,47.75157,9.00052\n2100,1646643415,47.75157,9.00052\n2101,1646643416,47.75157,9.00052\n2102,1646643417,47.75157,9.00052\n2103,1646643418,47.75157,9.00053\n2104,1646643419,47.75157,9.00053\n2105,1646643420,47.75157,9.00051\n2106,1646643421,47.75157,9.00049\n2107,1646643422,47.75158,9.00047\n2108,1646643423,47.75159,9.00044\n2109,1646643424,47.75160,9.00041\n2110,1646643425,47.75161,9.00037\n2111,1646643426,47.75161,9.00034\n2112,1646643427,47.75162,9.00031\n2113,1646643428,47.75163,9.00028\n2114,1646643429,47.75164,9.00025\n2115,1646643430,47.75164,9.00022\n2116,1646643431,47.75165,9.00019\n2117,1646643432,47.75165,9.00016\n2118,1646643433,47.75165,9.00014\n2119,1646643434,47.75166,9.00012\n2120,1646643435,47.75166,9.00009\n2121,1646643436,47.75167,9.00007\n2122,1646643437,47.75168,9.00004\n2123,1646643438,47.75169,9.00002\n2124,1646643439,47.75169,9.00000\n2125,1646643440,47.75170,8.99998\n2126,1646643441,47.75171,8.99995\n2127,1646643442,47.75172,8.99993\n2128,1646643443,47.75172,8.99990\n2129,1646643444,47.75173,8.99987\n2130,1646643445,47.75173,8.99985\n2131,1646643446,47.75173,8.99982\n2132,1646643447,47.75174,8.99980\n2133,1646643448,47.75174,8.99978\n2134,1646643449,47.75175,8.99975\n2135,1646643450,47.75175,8.99973\n2136,1646643451,47.75175,8.99971\n2137,1646643452,47.75176,8.99970\n2138,1646643453,47.75176,8.99969\n2139,1646643454,47.75175,8.99967\n2140,1646643455,47.75175,8.99965\n2141,1646643456,47.75176,8.99962\n2142,1646643457,47.75176,8.99959\n2143,1646643458,47.75176,8.99957\n2144,1646643459,47.75176,8.99954\n2145,1646643460,47.75176,8.99952\n2146,1646643461,47.75176,8.99949\n2147,1646643462,47.75176,8.99947\n2148,1646643463,47.75176,8.99945\n2149,1646643464,47.75176,8.99942\n2150,1646643465,47.75175,8.99940\n2151,1646643466,47.75176,8.99940\n2152,1646643467,47.75176,8.99939\n2153,1646643468,47.75176,8.99938\n2154,1646643469,47.75176,8.99937\n2155,1646643470,47.75176,8.99936\n2156,1646643471,47.75175,8.99936\n2157,1646643472,47.75175,8.99936\n2158,1646643473,47.75175,8.99935\n2159,1646643474,47.75176,8.99935\n2160,1646643475,47.75176,8.99933\n2161,1646643476,47.75176,8.99931\n2162,1646643477,47.75176,8.99928\n2163,1646643478,47.75177,8.99925\n2164,1646643479,47.75177,8.99922\n2165,1646643480,47.75177,8.99920\n2166,1646643481,47.75178,8.99917\n2167,1646643482,47.75178,8.99914\n2168,1646643483,47.75178,8.99910\n2169,1646643484,47.75178,8.99907\n2170,1646643485,47.75179,8.99903\n2171,1646643486,47.75179,8.99900\n2172,1646643487,47.75179,8.99898\n2173,1646643488,47.75180,8.99895\n2174,1646643489,47.75181,8.99892\n2175,1646643490,47.75181,8.99890\n2176,1646643491,47.75182,8.99887\n2177,1646643492,47.75182,8.99885\n2178,1646643493,47.75183,8.99883\n2179,1646643494,47.75183,8.99881\n2180,1646643495,47.75183,8.99880\n2181,1646643496,47.75183,8.99880\n2182,1646643497,47.75182,8.99880\n2183,1646643498,47.75182,8.99880\n2184,1646643499,47.75182,8.99880\n2185,1646643500,47.75182,8.99880\n2186,1646643501,47.75182,8.99880\n2187,1646643502,47.75182,8.99880\n2188,1646643503,47.75182,8.99880\n2189,1646643504,47.75182,8.99880\n2190,1646643505,47.75182,8.99880\n2191,1646643506,47.75182,8.99880\n2192,1646643507,47.75182,8.99880\n2193,1646643508,47.75182,8.99879\n2194,1646643509,47.75183,8.99878\n2195,1646643510,47.75184,8.99877\n2196,1646643511,47.75184,8.99874\n2197,1646643512,47.75185,8.99872\n2198,1646643513,47.75185,8.99869\n2199,1646643514,47.75186,8.99866\n2200,1646643515,47.75186,8.99864\n2201,1646643516,47.75187,8.99861\n2202,1646643517,47.75187,8.99859\n2203,1646643518,47.75188,8.99855\n2204,1646643519,47.75188,8.99852\n2205,1646643520,47.75189,8.99849\n2206,1646643521,47.75190,8.99845\n2207,1646643522,47.75191,8.99842\n2208,1646643523,47.75192,8.99839\n2209,1646643524,47.75193,8.99837\n2210,1646643525,47.75194,8.99835\n2211,1646643526,47.75195,8.99833\n2212,1646643527,47.75195,8.99830\n2213,1646643528,47.75194,8.99828\n2214,1646643529,47.75195,8.99826\n2215,1646643530,47.75195,8.99825\n2216,1646643531,47.75195,8.99822\n2217,1646643532,47.75195,8.99820\n2218,1646643533,47.75195,8.99818\n2219,1646643534,47.75194,8.99817\n2220,1646643535,47.75194,8.99815\n2221,1646643536,47.75195,8.99813\n2222,1646643537,47.75195,8.99812\n2223,1646643538,47.75195,8.99810\n2224,1646643539,47.75195,8.99808\n2225,1646643540,47.75195,8.99806\n2226,1646643541,47.75195,8.99804\n2227,1646643542,47.75195,8.99802\n2228,1646643543,47.75194,8.99800\n2229,1646643544,47.75194,8.99799\n2230,1646643545,47.75194,8.99797\n2231,1646643546,47.75193,8.99796\n2232,1646643547,47.75193,8.99796\n2233,1646643548,47.75192,8.99795\n2234,1646643549,47.75192,8.99794\n2235,1646643550,47.75193,8.99793\n2236,1646643551,47.75193,8.99791\n2237,1646643552,47.75193,8.99790\n2238,1646643553,47.75192,8.99789\n2239,1646643554,47.75192,8.99788\n2240,1646643555,47.75192,8.99788\n2241,1646643556,47.75192,8.99788\n2242,1646643557,47.75192,8.99787\n2243,1646643558,47.75192,8.99787\n2244,1646643559,47.75192,8.99787\n2245,1646643560,47.75192,8.99788\n2246,1646643561,47.75192,8.99788\n2247,1646643562,47.75191,8.99788\n2248,1646643563,47.75191,8.99788\n2249,1646643564,47.75191,8.99788\n2250,1646643565,47.75191,8.99788\n2251,1646643566,47.75191,8.99788\n2252,1646643567,47.75192,8.99788\n2253,1646643568,47.75192,8.99788\n2254,1646643569,47.75192,8.99788\n2255,1646643570,47.75192,8.99786\n2256,1646643571,47.75192,8.99783\n2257,1646643572,47.75193,8.99778\n2258,1646643573,47.75194,8.99774\n2259,1646643574,47.75195,8.99770\n2260,1646643575,47.75195,8.99766\n2261,1646643576,47.75196,8.99762\n2262,1646643577,47.75197,8.99759\n2263,1646643578,47.75198,8.99756\n2264,1646643579,47.75198,8.99752\n2265,1646643580,47.75199,8.99749\n2266,1646643581,47.75200,8.99745\n2267,1646643582,47.75201,8.99743\n2268,1646643583,47.75202,8.99740\n2269,1646643584,47.75204,8.99738\n2270,1646643585,47.75205,8.99734\n2271,1646643586,47.75205,8.99731\n2272,1646643587,47.75207,8.99729\n2273,1646643588,47.75208,8.99726\n2274,1646643589,47.75209,8.99723\n2275,1646643590,47.75209,8.99719\n2276,1646643591,47.75210,8.99717\n2277,1646643592,47.75211,8.99714\n2278,1646643593,47.75212,8.99711\n2279,1646643594,47.75212,8.99709\n2280,1646643595,47.75213,8.99706\n2281,1646643596,47.75214,8.99703\n2282,1646643597,47.75215,8.99700\n2283,1646643598,47.75215,8.99696\n2284,1646643599,47.75215,8.99693\n2285,1646643600,47.75216,8.99690\n2286,1646643601,47.75217,8.99688\n2287,1646643602,47.75218,8.99684\n2288,1646643603,47.75220,8.99680\n2289,1646643604,47.75221,8.99677\n2290,1646643605,47.75222,8.99674\n2291,1646643606,47.75223,8.99673\n2292,1646643607,47.75223,8.99670\n2293,1646643608,47.75224,8.99668\n2294,1646643609,47.75224,8.99668\n2295,1646643610,47.75223,8.99667\n2296,1646643611,47.75224,8.99667\n2297,1646643612,47.75224,8.99668\n2298,1646643613,47.75224,8.99668\n2299,1646643614,47.75224,8.99668\n2300,1646643615,47.75224,8.99668\n2301,1646643616,47.75223,8.99668\n2302,1646643617,47.75223,8.99668\n2303,1646643618,47.75223,8.99668\n2304,1646643619,47.75223,8.99667\n2305,1646643620,47.75224,8.99666\n2306,1646643621,47.75226,8.99664\n2307,1646643622,47.75227,8.99662\n2308,1646643623,47.75228,8.99660\n2309,1646643624,47.75229,8.99657\n2310,1646643625,47.75230,8.99655\n2311,1646643626,47.75231,8.99652\n2312,1646643627,47.75232,8.99649\n2313,1646643628,47.75233,8.99646\n2314,1646643629,47.75235,8.99644\n2315,1646643630,47.75236,8.99641\n2316,1646643631,47.75237,8.99638\n2317,1646643632,47.75238,8.99636\n2318,1646643633,47.75239,8.99633\n2319,1646643634,47.75240,8.99629\n2320,1646643635,47.75241,8.99626\n2321,1646643636,47.75242,8.99623\n2322,1646643637,47.75242,8.99621\n2323,1646643638,47.75243,8.99619\n2324,1646643639,47.75244,8.99617\n2325,1646643640,47.75244,8.99615\n2326,1646643641,47.75244,8.99611\n2327,1646643642,47.75246,8.99609\n2328,1646643643,47.75247,8.99607\n2329,1646643644,47.75248,8.99604\n2330,1646643645,47.75249,8.99602\n2331,1646643646,47.75249,8.99600\n2332,1646643647,47.75250,8.99599\n2333,1646643648,47.75251,8.99597\n2334,1646643649,47.75251,8.99594\n2335,1646643650,47.75252,8.99592\n2336,1646643651,47.75253,8.99590\n2337,1646643652,47.75253,8.99588\n2338,1646643653,47.75254,8.99586\n2339,1646643654,47.75254,8.99585\n2340,1646643655,47.75254,8.99584\n2341,1646643656,47.75254,8.99584\n2342,1646643657,47.75254,8.99583\n2343,1646643658,47.75254,8.99583\n2344,1646643659,47.75254,8.99583\n2345,1646643660,47.75254,8.99583\n2346,1646643661,47.75256,8.99582\n2347,1646643662,47.75256,8.99580\n2348,1646643663,47.75257,8.99578\n2349,1646643664,47.75258,8.99576\n2350,1646643665,47.75261,8.99571\n2351,1646643666,47.75262,8.99569\n2352,1646643667,47.75263,8.99566\n2353,1646643668,47.75264,8.99563\n2354,1646643669,47.75265,8.99561\n2355,1646643670,47.75266,8.99559\n2356,1646643671,47.75266,8.99559\n2357,1646643672,47.75265,8.99559\n2358,1646643673,47.75264,8.99559\n2359,1646643674,47.75264,8.99558\n2360,1646643675,47.75264,8.99557\n2361,1646643676,47.75265,8.99556\n2362,1646643677,47.75266,8.99554\n2363,1646643678,47.75267,8.99552\n2364,1646643679,47.75267,8.99549\n2365,1646643680,47.75268,8.99547\n2366,1646643681,47.75268,8.99546\n2367,1646643682,47.75269,8.99544\n2368,1646643683,47.75269,8.99543\n2369,1646643684,47.75269,8.99542\n2370,1646643685,47.75269,8.99541\n2371,1646643686,47.75270,8.99541\n2372,1646643687,47.75270,8.99539\n2373,1646643688,47.75271,8.99537\n2374,1646643689,47.75271,8.99535\n2375,1646643690,47.75271,8.99533\n2376,1646643691,47.75271,8.99530\n2377,1646643692,47.75270,8.99528\n2378,1646643693,47.75269,8.99527\n2379,1646643694,47.75268,8.99525\n2380,1646643695,47.75268,8.99524\n2381,1646643696,47.75267,8.99523\n2382,1646643697,47.75267,8.99522\n2383,1646643698,47.75267,8.99521\n2384,1646643699,47.75266,8.99521\n2385,1646643700,47.75267,8.99521\n2386,1646643701,47.75267,8.99521\n2387,1646643702,47.75267,8.99521\n2388,1646643703,47.75267,8.99521\n2389,1646643704,47.75267,8.99521\n2390,1646643705,47.75267,8.99521\n2391,1646643706,47.75267,8.99522\n2392,1646643707,47.75267,8.99522\n2393,1646643708,47.75267,8.99520\n2394,1646643709,47.75267,8.99519\n2395,1646643710,47.75266,8.99518\n2396,1646643711,47.75266,8.99516\n2397,1646643712,47.75266,8.99515\n2398,1646643713,47.75266,8.99514\n2399,1646643714,47.75266,8.99512\n2400,1646643715,47.75266,8.99511\n2401,1646643716,47.75263,8.99509\n2402,1646643717,47.75261,8.99509\n2403,1646643718,47.75259,8.99509\n2404,1646643719,47.75256,8.99510\n2405,1646643720,47.75254,8.99512\n2406,1646643721,47.75253,8.99514\n2407,1646643722,47.75252,8.99516\n2408,1646643723,47.75252,8.99517\n2409,1646643724,47.75252,8.99516\n2410,1646643725,47.75253,8.99514\n2411,1646643726,47.75253,8.99514\n2412,1646643727,47.75254,8.99514\n2413,1646643728,47.75254,8.99514\n2414,1646643729,47.75253,8.99514\n2415,1646643730,47.75253,8.99515\n2416,1646643731,47.75252,8.99517\n2417,1646643732,47.75251,8.99519\n2418,1646643733,47.75250,8.99520\n2419,1646643734,47.75250,8.99520\n2420,1646643735,47.75250,8.99521\n2421,1646643736,47.75249,8.99523\n2422,1646643737,47.75248,8.99525\n2423,1646643738,47.75246,8.99527\n2424,1646643739,47.75245,8.99529\n2425,1646643740,47.75243,8.99530\n2426,1646643741,47.75241,8.99533\n2427,1646643742,47.75239,8.99535\n2428,1646643743,47.75237,8.99537\n2429,1646643744,47.75236,8.99539\n2430,1646643745,47.75234,8.99541\n2431,1646643746,47.75233,8.99544\n2432,1646643747,47.75231,8.99546\n2433,1646643748,47.75229,8.99548\n2434,1646643749,47.75227,8.99550\n2435,1646643750,47.75226,8.99551\n2436,1646643751,47.75224,8.99553\n2437,1646643752,47.75222,8.99554\n2438,1646643753,47.75221,8.99555\n2439,1646643754,47.75220,8.99555\n2440,1646643755,47.75219,8.99556\n2441,1646643756,47.75219,8.99555\n2442,1646643757,47.75218,8.99555\n2443,1646643758,47.75217,8.99556\n2444,1646643759,47.75215,8.99558\n2445,1646643760,47.75213,8.99560\n2446,1646643761,47.75212,8.99562\n2447,1646643762,47.75210,8.99563\n2448,1646643763,47.75208,8.99565\n2449,1646643764,47.75206,8.99566\n2450,1646643765,47.75204,8.99567\n2451,1646643766,47.75203,8.99568\n2452,1646643767,47.75202,8.99568\n2453,1646643768,47.75202,8.99568\n2454,1646643769,47.75201,8.99569\n2455,1646643770,47.75200,8.99570\n2456,1646643771,47.75199,8.99570\n2457,1646643772,47.75199,8.99570\n2458,1646643773,47.75199,8.99571\n2459,1646643774,47.75199,8.99572\n2460,1646643775,47.75198,8.99574\n2461,1646643776,47.75196,8.99576\n2462,1646643777,47.75195,8.99577\n2463,1646643778,47.75193,8.99578\n2464,1646643779,47.75191,8.99579\n2465,1646643780,47.75190,8.99579\n2466,1646643781,47.75190,8.99579\n2467,1646643782,47.75190,8.99578\n2468,1646643783,47.75190,8.99578\n2469,1646643784,47.75190,8.99578\n2470,1646643785,47.75189,8.99578\n2471,1646643786,47.75189,8.99578\n2472,1646643787,47.75189,8.99578\n2473,1646643788,47.75189,8.99578\n2474,1646643789,47.75189,8.99578\n2475,1646643790,47.75190,8.99578\n2476,1646643791,47.75189,8.99579\n2477,1646643792,47.75188,8.99581\n2478,1646643793,47.75186,8.99583\n2479,1646643794,47.75183,8.99585\n2480,1646643795,47.75181,8.99587\n2481,1646643796,47.75179,8.99589\n2482,1646643797,47.75176,8.99591\n2483,1646643798,47.75174,8.99592\n2484,1646643799,47.75172,8.99594\n2485,1646643800,47.75170,8.99595\n2486,1646643801,47.75167,8.99596\n2487,1646643802,47.75165,8.99597\n2488,1646643803,47.75163,8.99597\n2489,1646643804,47.75161,8.99597\n2490,1646643805,47.75158,8.99597\n2491,1646643806,47.75156,8.99597\n2492,1646643807,47.75154,8.99596\n2493,1646643808,47.75152,8.99596\n2494,1646643809,47.75149,8.99596\n2495,1646643810,47.75147,8.99596\n2496,1646643811,47.75145,8.99595\n2497,1646643812,47.75144,8.99594\n2498,1646643813,47.75142,8.99593\n2499,1646643814,47.75140,8.99592\n2500,1646643815,47.75138,8.99592\n2501,1646643816,47.75136,8.99591\n2502,1646643817,47.75135,8.99590\n2503,1646643818,47.75134,8.99590\n2504,1646643819,47.75134,8.99591\n2505,1646643820,47.75133,8.99591\n2506,1646643821,47.75133,8.99591\n2507,1646643822,47.75133,8.99592\n2508,1646643823,47.75133,8.99592\n2509,1646643824,47.75133,8.99592\n2510,1646643825,47.75132,8.99592\n2511,1646643826,47.75132,8.99592\n2512,1646643827,47.75133,8.99592\n2513,1646643828,47.75133,8.99592\n2514,1646643829,47.75134,8.99593\n2515,1646643830,47.75134,8.99593\n2516,1646643831,47.75134,8.99592\n2517,1646643832,47.75134,8.99592\n2518,1646643833,47.75134,8.99591\n2519,1646643834,47.75134,8.99591\n2520,1646643835,47.75134,8.99592\n2521,1646643836,47.75134,8.99592\n2522,1646643837,47.75134,8.99592\n2523,1646643838,47.75134,8.99592\n2524,1646643839,47.75134,8.99592\n2525,1646643840,47.75134,8.99592\n2526,1646643841,47.75134,8.99592\n2527,1646643842,47.75134,8.99592\n2528,1646643843,47.75134,8.99592\n2529,1646643844,47.75134,8.99591\n2530,1646643845,47.75133,8.99590\n2531,1646643846,47.75132,8.99588\n2532,1646643847,47.75129,8.99585\n2533,1646643848,47.75127,8.99583\n2534,1646643849,47.75124,8.99581\n2535,1646643850,47.75122,8.99579\n2536,1646643851,47.75120,8.99577\n2537,1646643852,47.75118,8.99574\n2538,1646643853,47.75115,8.99572\n2539,1646643854,47.75113,8.99570\n2540,1646643855,47.75111,8.99567\n2541,1646643856,47.75109,8.99565\n2542,1646643857,47.75107,8.99562\n2543,1646643858,47.75105,8.99560\n2544,1646643859,47.75103,8.99557\n2545,1646643860,47.75101,8.99555\n2546,1646643861,47.75099,8.99552\n2547,1646643862,47.75097,8.99550\n2548,1646643863,47.75095,8.99548\n2549,1646643864,47.75093,8.99545\n2550,1646643865,47.75091,8.99543\n2551,1646643866,47.75090,8.99541\n2552,1646643867,47.75088,8.99538\n2553,1646643868,47.75087,8.99536\n2554,1646643869,47.75085,8.99535\n2555,1646643870,47.75084,8.99535\n2556,1646643871,47.75084,8.99535\n2557,1646643872,47.75084,8.99535\n2558,1646643873,47.75084,8.99534\n2559,1646643874,47.75083,8.99533\n2560,1646643875,47.75082,8.99532\n2561,1646643876,47.75081,8.99530\n2562,1646643877,47.75080,8.99529\n2563,1646643878,47.75079,8.99528\n2564,1646643879,47.75078,8.99527\n2565,1646643880,47.75077,8.99525\n2566,1646643881,47.75076,8.99523\n2567,1646643882,47.75075,8.99520\n2568,1646643883,47.75074,8.99519\n2569,1646643884,47.75074,8.99518\n2570,1646643885,47.75073,8.99518\n2571,1646643886,47.75072,8.99517\n2572,1646643887,47.75072,8.99516\n2573,1646643888,47.75071,8.99515\n2574,1646643889,47.75070,8.99513\n2575,1646643890,47.75069,8.99511\n2576,1646643891,47.75068,8.99509\n2577,1646643892,47.75067,8.99505\n2578,1646643893,47.75066,8.99502\n2579,1646643894,47.75064,8.99500\n2580,1646643895,47.75063,8.99497\n2581,1646643896,47.75062,8.99495\n2582,1646643897,47.75060,8.99492\n2583,1646643898,47.75059,8.99489\n2584,1646643899,47.75058,8.99487\n2585,1646643900,47.75057,8.99484\n2586,1646643901,47.75056,8.99481\n2587,1646643902,47.75055,8.99478\n2588,1646643903,47.75054,8.99476\n2589,1646643904,47.75053,8.99474\n2590,1646643905,47.75052,8.99471\n2591,1646643906,47.75051,8.99469\n2592,1646643907,47.75050,8.99466\n2593,1646643908,47.75049,8.99464\n2594,1646643909,47.75047,8.99462\n2595,1646643910,47.75046,8.99460\n2596,1646643911,47.75045,8.99457\n2597,1646643912,47.75045,8.99455\n2598,1646643913,47.75044,8.99453\n2599,1646643914,47.75043,8.99451\n2600,1646643915,47.75042,8.99449\n2601,1646643916,47.75041,8.99447\n2602,1646643917,47.75040,8.99445\n2603,1646643918,47.75039,8.99443\n2604,1646643919,47.75038,8.99440\n2605,1646643920,47.75037,8.99438\n2606,1646643921,47.75037,8.99435\n2607,1646643922,47.75036,8.99433\n2608,1646643923,47.75036,8.99430\n2609,1646643924,47.75035,8.99428\n2610,1646643925,47.75035,8.99426\n2611,1646643926,47.75034,8.99424\n2612,1646643927,47.75034,8.99422\n2613,1646643928,47.75034,8.99422\n2614,1646643929,47.75034,8.99422\n2615,1646643930,47.75034,8.99422\n2616,1646643931,47.75034,8.99422\n2617,1646643932,47.75034,8.99421\n2618,1646643933,47.75034,8.99420\n2619,1646643934,47.75034,8.99419\n2620,1646643935,47.75034,8.99419\n2621,1646643936,47.75034,8.99420\n2622,1646643937,47.75034,8.99422\n2623,1646643938,47.75035,8.99424\n2624,1646643939,47.75035,8.99424\n2625,1646643940,47.75035,8.99423\n2626,1646643941,47.75035,8.99422\n2627,1646643942,47.75034,8.99420\n2628,1646643943,47.75034,8.99418\n2629,1646643944,47.75033,8.99415\n2630,1646643945,47.75033,8.99413\n2631,1646643946,47.75033,8.99410\n2632,1646643947,47.75033,8.99408\n2633,1646643948,47.75033,8.99406\n2634,1646643949,47.75034,8.99405\n2635,1646643950,47.75033,8.99404\n2636,1646643951,47.75033,8.99402\n2637,1646643952,47.75033,8.99400\n2638,1646643953,47.75034,8.99397\n2639,1646643954,47.75034,8.99395\n2640,1646643955,47.75034,8.99393\n2641,1646643956,47.75034,8.99391\n2642,1646643957,47.75034,8.99389\n2643,1646643958,47.75034,8.99387\n2644,1646643959,47.75034,8.99385\n2645,1646643960,47.75035,8.99383\n2646,1646643961,47.75035,8.99380\n2647,1646643962,47.75035,8.99378\n2648,1646643963,47.75036,8.99377\n2649,1646643964,47.75036,8.99375\n2650,1646643965,47.75036,8.99373\n2651,1646643966,47.75037,8.99371\n2652,1646643967,47.75037,8.99369\n2653,1646643968,47.75037,8.99367\n2654,1646643969,47.75038,8.99365\n2655,1646643970,47.75038,8.99363\n2656,1646643971,47.75038,8.99361\n2657,1646643972,47.75039,8.99359\n2658,1646643973,47.75039,8.99357\n2659,1646643974,47.75039,8.99355\n2660,1646643975,47.75039,8.99353\n2661,1646643976,47.75040,8.99352\n2662,1646643977,47.75040,8.99350\n2663,1646643978,47.75041,8.99348\n2664,1646643979,47.75041,8.99345\n2665,1646643980,47.75041,8.99343\n2666,1646643981,47.75042,8.99341\n2667,1646643982,47.75042,8.99339\n2668,1646643983,47.75043,8.99337\n2669,1646643984,47.75043,8.99335\n2670,1646643985,47.75043,8.99332\n2671,1646643986,47.75044,8.99330\n2672,1646643987,47.75044,8.99328\n2673,1646643988,47.75045,8.99326\n2674,1646643989,47.75045,8.99324\n2675,1646643990,47.75045,8.99322\n2676,1646643991,47.75046,8.99320\n2677,1646643992,47.75046,8.99318\n2678,1646643993,47.75047,8.99315\n2679,1646643994,47.75047,8.99313\n2680,1646643995,47.75047,8.99311\n2681,1646643996,47.75048,8.99309\n2682,1646643997,47.75048,8.99308\n2683,1646643998,47.75048,8.99307\n2684,1646643999,47.75048,8.99306\n2685,1646644000,47.75048,8.99304\n2686,1646644001,47.75049,8.99301\n2687,1646644002,47.75049,8.99299\n2688,1646644003,47.75050,8.99296\n2689,1646644004,47.75050,8.99294\n2690,1646644005,47.75051,8.99292\n2691,1646644006,47.75051,8.99290\n2692,1646644007,47.75051,8.99289\n2693,1646644008,47.75051,8.99288\n2694,1646644009,47.75051,8.99286\n2695,1646644010,47.75052,8.99284\n2696,1646644011,47.75052,8.99282\n2697,1646644012,47.75052,8.99280\n2698,1646644013,47.75053,8.99278\n2699,1646644014,47.75053,8.99276\n2700,1646644015,47.75053,8.99274\n2701,1646644016,47.75054,8.99272\n2702,1646644017,47.75054,8.99270\n2703,1646644018,47.75054,8.99268\n2704,1646644019,47.75055,8.99266\n2705,1646644020,47.75055,8.99264\n2706,1646644021,47.75055,8.99262\n2707,1646644022,47.75056,8.99260\n2708,1646644023,47.75056,8.99258\n2709,1646644024,47.75056,8.99256\n2710,1646644025,47.75057,8.99253\n2711,1646644026,47.75057,8.99251\n2712,1646644027,47.75057,8.99249\n2713,1646644028,47.75058,8.99246\n2714,1646644029,47.75058,8.99244\n2715,1646644030,47.75059,8.99242\n2716,1646644031,47.75059,8.99240\n2717,1646644032,47.75059,8.99238\n2718,1646644033,47.75059,8.99236\n2719,1646644034,47.75059,8.99236\n2720,1646644035,47.75059,8.99234\n2721,1646644036,47.75060,8.99232\n2722,1646644037,47.75060,8.99230\n2723,1646644038,47.75060,8.99228\n2724,1646644039,47.75060,8.99226\n2725,1646644040,47.75060,8.99224\n2726,1646644041,47.75060,8.99222\n2727,1646644042,47.75060,8.99219\n2728,1646644043,47.75060,8.99217\n2729,1646644044,47.75060,8.99215\n2730,1646644045,47.75060,8.99213\n2731,1646644046,47.75060,8.99211\n2732,1646644047,47.75060,8.99209\n2733,1646644048,47.75060,8.99206\n2734,1646644049,47.75060,8.99204\n2735,1646644050,47.75060,8.99202\n2736,1646644051,47.75060,8.99199\n2737,1646644052,47.75060,8.99197\n2738,1646644053,47.75060,8.99195\n2739,1646644054,47.75059,8.99193\n2740,1646644055,47.75059,8.99191\n2741,1646644056,47.75058,8.99190\n2742,1646644057,47.75058,8.99188\n2743,1646644058,47.75058,8.99186\n2744,1646644059,47.75058,8.99185\n2745,1646644060,47.75057,8.99183\n2746,1646644061,47.75056,8.99182\n2747,1646644062,47.75056,8.99181\n2748,1646644063,47.75055,8.99180\n2749,1646644064,47.75053,8.99178\n2750,1646644065,47.75052,8.99178\n2751,1646644066,47.75051,8.99177\n2752,1646644067,47.75051,8.99177\n2753,1646644068,47.75050,8.99177\n2754,1646644069,47.75049,8.99176\n2755,1646644070,47.75049,8.99176\n2756,1646644071,47.75048,8.99176\n2757,1646644072,47.75046,8.99175\n2758,1646644073,47.75045,8.99176\n2759,1646644074,47.75044,8.99177\n2760,1646644075,47.75044,8.99178\n2761,1646644076,47.75043,8.99180\n2762,1646644077,47.75043,8.99181\n2763,1646644078,47.75042,8.99183\n2764,1646644079,47.75041,8.99184\n2765,1646644080,47.75041,8.99186\n2766,1646644081,47.75040,8.99187\n2767,1646644082,47.75040,8.99189\n2768,1646644083,47.75039,8.99191\n2769,1646644084,47.75039,8.99193\n2770,1646644085,47.75038,8.99195\n2771,1646644086,47.75038,8.99197\n2772,1646644087,47.75037,8.99199\n2773,1646644088,47.75037,8.99201\n2774,1646644089,47.75037,8.99202\n2775,1646644090,47.75036,8.99204\n2776,1646644091,47.75036,8.99206\n2777,1646644092,47.75035,8.99208\n2778,1646644093,47.75034,8.99210\n2779,1646644094,47.75034,8.99212\n2780,1646644095,47.75033,8.99215\n2781,1646644096,47.75033,8.99217\n2782,1646644097,47.75032,8.99219\n2783,1646644098,47.75031,8.99221\n2784,1646644099,47.75030,8.99223\n2785,1646644100,47.75030,8.99225\n2786,1646644101,47.75029,8.99227\n2787,1646644102,47.75028,8.99228\n2788,1646644103,47.75028,8.99230\n2789,1646644104,47.75027,8.99232\n2790,1646644105,47.75027,8.99234\n2791,1646644106,47.75026,8.99236\n2792,1646644107,47.75026,8.99238\n2793,1646644108,47.75025,8.99240\n2794,1646644109,47.75025,8.99242\n2795,1646644110,47.75024,8.99244\n2796,1646644111,47.75023,8.99246\n2797,1646644112,47.75023,8.99248\n2798,1646644113,47.75022,8.99250\n2799,1646644114,47.75022,8.99252\n2800,1646644115,47.75022,8.99255\n2801,1646644116,47.75021,8.99257\n2802,1646644117,47.75021,8.99258\n2803,1646644118,47.75020,8.99260\n2804,1646644119,47.75020,8.99262\n2805,1646644120,47.75019,8.99264\n2806,1646644121,47.75018,8.99265\n2807,1646644122,47.75017,8.99266\n2808,1646644123,47.75017,8.99268\n2809,1646644124,47.75016,8.99270\n2810,1646644125,47.75015,8.99273\n2811,1646644126,47.75014,8.99275\n2812,1646644127,47.75013,8.99277\n2813,1646644128,47.75013,8.99278\n2814,1646644129,47.75013,8.99280\n2815,1646644130,47.75012,8.99282\n2816,1646644131,47.75011,8.99284\n2817,1646644132,47.75010,8.99285\n2818,1646644133,47.75010,8.99286\n2819,1646644134,47.75009,8.99288\n2820,1646644135,47.75009,8.99290\n2821,1646644136,47.75008,8.99291\n2822,1646644137,47.75007,8.99293\n2823,1646644138,47.75006,8.99294\n2824,1646644139,47.75006,8.99295\n2825,1646644140,47.75005,8.99295\n2826,1646644141,47.75005,8.99296\n2827,1646644142,47.75005,8.99297\n2828,1646644143,47.75003,8.99299\n2829,1646644144,47.75003,8.99301\n2830,1646644145,47.75002,8.99303\n2831,1646644146,47.75002,8.99304\n2832,1646644147,47.75001,8.99306\n2833,1646644148,47.75000,8.99308\n2834,1646644149,47.74999,8.99309\n2835,1646644150,47.74999,8.99311\n2836,1646644151,47.74998,8.99312\n2837,1646644152,47.74997,8.99314\n2838,1646644153,47.74996,8.99315\n2839,1646644154,47.74996,8.99317\n2840,1646644155,47.74995,8.99318\n2841,1646644156,47.74996,8.99318\n2842,1646644157,47.74995,8.99318\n2843,1646644158,47.74994,8.99319\n2844,1646644159,47.74993,8.99320\n2845,1646644160,47.74992,8.99322\n2846,1646644161,47.74991,8.99325\n2847,1646644162,47.74990,8.99328\n2848,1646644163,47.74989,8.99330\n2849,1646644164,47.74988,8.99331\n2850,1646644165,47.74988,8.99331\n2851,1646644166,47.74988,8.99331\n2852,1646644167,47.74988,8.99332\n2853,1646644168,47.74988,8.99332\n2854,1646644169,47.74989,8.99332\n2855,1646644170,47.74989,8.99332\n2856,1646644171,47.74989,8.99331\n2857,1646644172,47.74989,8.99332\n2858,1646644173,47.74988,8.99332\n2859,1646644174,47.74988,8.99333\n2860,1646644175,47.74987,8.99335\n2861,1646644176,47.74987,8.99336\n2862,1646644177,47.74986,8.99337\n2863,1646644178,47.74985,8.99338\n2864,1646644179,47.74984,8.99339\n2865,1646644180,47.74983,8.99340\n2866,1646644181,47.74982,8.99342\n2867,1646644182,47.74981,8.99343\n2868,1646644183,47.74981,8.99342\n2869,1646644184,47.74981,8.99341\n2870,1646644185,47.74981,8.99342\n2871,1646644186,47.74980,8.99344\n2872,1646644187,47.74979,8.99345\n2873,1646644188,47.74978,8.99347\n2874,1646644189,47.74978,8.99348\n2875,1646644190,47.74977,8.99349\n2876,1646644191,47.74977,8.99350\n2877,1646644192,47.74976,8.99352\n2878,1646644193,47.74976,8.99353\n2879,1646644194,47.74976,8.99355\n2880,1646644195,47.74975,8.99356\n2881,1646644196,47.74974,8.99357\n2882,1646644197,47.74973,8.99358\n2883,1646644198,47.74973,8.99360\n2884,1646644199,47.74972,8.99361\n2885,1646644200,47.74971,8.99362\n2886,1646644201,47.74971,8.99364\n2887,1646644202,47.74970,8.99365\n2888,1646644203,47.74969,8.99367\n2889,1646644204,47.74969,8.99368\n2890,1646644205,47.74968,8.99370\n2891,1646644206,47.74968,8.99372\n2892,1646644207,47.74967,8.99374\n2893,1646644208,47.74966,8.99375\n2894,1646644209,47.74966,8.99377\n2895,1646644210,47.74966,8.99379\n2896,1646644211,47.74966,8.99380\n2897,1646644212,47.74965,8.99382\n2898,1646644213,47.74965,8.99383\n2899,1646644214,47.74965,8.99385\n2900,1646644215,47.74964,8.99387\n2901,1646644216,47.74964,8.99389\n2902,1646644217,47.74964,8.99391\n2903,1646644218,47.74964,8.99393\n2904,1646644219,47.74963,8.99395\n2905,1646644220,47.74963,8.99397\n2906,1646644221,47.74963,8.99399\n2907,1646644222,47.74963,8.99400\n2908,1646644223,47.74962,8.99402\n2909,1646644224,47.74962,8.99403\n2910,1646644225,47.74962,8.99405\n2911,1646644226,47.74962,8.99407\n2912,1646644227,47.74962,8.99408\n2913,1646644228,47.74961,8.99410\n2914,1646644229,47.74961,8.99412\n2915,1646644230,47.74961,8.99414\n2916,1646644231,47.74960,8.99415\n2917,1646644232,47.74960,8.99417\n2918,1646644233,47.74960,8.99419\n2919,1646644234,47.74960,8.99421\n2920,1646644235,47.74960,8.99422\n2921,1646644236,47.74960,8.99424\n2922,1646644237,47.74960,8.99427\n2923,1646644238,47.74960,8.99429\n2924,1646644239,47.74959,8.99431\n2925,1646644240,47.74959,8.99433\n2926,1646644241,47.74959,8.99435\n2927,1646644242,47.74959,8.99437\n2928,1646644243,47.74958,8.99438\n2929,1646644244,47.74958,8.99440\n2930,1646644245,47.74958,8.99442\n2931,1646644246,47.74958,8.99444\n2932,1646644247,47.74958,8.99446\n2933,1646644248,47.74957,8.99448\n2934,1646644249,47.74957,8.99449\n2935,1646644250,47.74957,8.99451\n2936,1646644251,47.74956,8.99453\n2937,1646644252,47.74956,8.99455\n2938,1646644253,47.74956,8.99457\n2939,1646644254,47.74955,8.99459\n2940,1646644255,47.74955,8.99461\n2941,1646644256,47.74955,8.99463\n2942,1646644257,47.74954,8.99465\n2943,1646644258,47.74954,8.99467\n2944,1646644259,47.74953,8.99469\n2945,1646644260,47.74953,8.99471\n2946,1646644261,47.74953,8.99473\n2947,1646644262,47.74953,8.99476\n2948,1646644263,47.74953,8.99478\n2949,1646644264,47.74953,8.99480\n2950,1646644265,47.74952,8.99481\n2951,1646644266,47.74952,8.99483\n2952,1646644267,47.74952,8.99485\n2953,1646644268,47.74951,8.99487\n2954,1646644269,47.74951,8.99489\n2955,1646644270,47.74951,8.99491\n2956,1646644271,47.74951,8.99493\n2957,1646644272,47.74950,8.99495\n2958,1646644273,47.74950,8.99497\n2959,1646644274,47.74950,8.99499\n2960,1646644275,47.74950,8.99500\n2961,1646644276,47.74951,8.99502\n2962,1646644277,47.74951,8.99503\n2963,1646644278,47.74950,8.99503\n2964,1646644279,47.74950,8.99504\n2965,1646644280,47.74950,8.99505\n2966,1646644281,47.74949,8.99506\n2967,1646644282,47.74949,8.99508\n2968,1646644283,47.74949,8.99510\n2969,1646644284,47.74949,8.99512\n2970,1646644285,47.74948,8.99514\n2971,1646644286,47.74948,8.99516\n2972,1646644287,47.74948,8.99518\n2973,1646644288,47.74948,8.99521\n2974,1646644289,47.74948,8.99523\n2975,1646644290,47.74948,8.99525\n2976,1646644291,47.74947,8.99528\n2977,1646644292,47.74947,8.99530\n2978,1646644293,47.74946,8.99532\n2979,1646644294,47.74945,8.99534\n2980,1646644295,47.74944,8.99535\n2981,1646644296,47.74944,8.99537\n2982,1646644297,47.74943,8.99538\n2983,1646644298,47.74942,8.99539\n2984,1646644299,47.74941,8.99541\n2985,1646644300,47.74940,8.99542\n2986,1646644301,47.74939,8.99542\n2987,1646644302,47.74938,8.99543\n2988,1646644303,47.74937,8.99543\n2989,1646644304,47.74935,8.99544\n2990,1646644305,47.74935,8.99544\n2991,1646644306,47.74934,8.99544\n2992,1646644307,47.74932,8.99545\n2993,1646644308,47.74931,8.99545\n2994,1646644309,47.74930,8.99545\n2995,1646644310,47.74928,8.99546\n2996,1646644311,47.74927,8.99547\n2997,1646644312,47.74926,8.99548\n2998,1646644313,47.74924,8.99549\n2999,1646644314,47.74923,8.99550\n3000,1646644315,47.74921,8.99550\n3001,1646644316,47.74920,8.99551\n3002,1646644317,47.74919,8.99551\n3003,1646644318,47.74917,8.99552\n3004,1646644319,47.74916,8.99553\n3005,1646644320,47.74914,8.99554\n3006,1646644321,47.74913,8.99554\n3007,1646644322,47.74911,8.99555\n3008,1646644323,47.74910,8.99556\n3009,1646644324,47.74908,8.99556\n3010,1646644325,47.74907,8.99557\n3011,1646644326,47.74906,8.99558\n3012,1646644327,47.74904,8.99559\n3013,1646644328,47.74903,8.99560\n3014,1646644329,47.74902,8.99560\n3015,1646644330,47.74901,8.99561\n3016,1646644331,47.74899,8.99561\n3017,1646644332,47.74898,8.99561\n3018,1646644333,47.74897,8.99562\n3019,1646644334,47.74895,8.99562\n3020,1646644335,47.74894,8.99562\n3021,1646644336,47.74893,8.99563\n3022,1646644337,47.74891,8.99564\n3023,1646644338,47.74890,8.99565\n3024,1646644339,47.74889,8.99565\n3025,1646644340,47.74887,8.99565\n3026,1646644341,47.74886,8.99565\n3027,1646644342,47.74885,8.99565\n3028,1646644343,47.74883,8.99566\n3029,1646644344,47.74882,8.99566\n3030,1646644345,47.74881,8.99567\n3031,1646644346,47.74879,8.99567\n3032,1646644347,47.74878,8.99568\n3033,1646644348,47.74877,8.99569\n3034,1646644349,47.74875,8.99569\n3035,1646644350,47.74874,8.99570\n3036,1646644351,47.74873,8.99572\n3037,1646644352,47.74871,8.99573\n3038,1646644353,47.74870,8.99573\n3039,1646644354,47.74869,8.99574\n3040,1646644355,47.74868,8.99574\n3041,1646644356,47.74866,8.99575\n3042,1646644357,47.74865,8.99575\n3043,1646644358,47.74863,8.99574\n3044,1646644359,47.74862,8.99574\n3045,1646644360,47.74860,8.99574\n3046,1646644361,47.74859,8.99574\n3047,1646644362,47.74858,8.99573\n3048,1646644363,47.74856,8.99572\n3049,1646644364,47.74855,8.99572\n3050,1646644365,47.74853,8.99571\n3051,1646644366,47.74852,8.99571\n3052,1646644367,47.74850,8.99572\n3053,1646644368,47.74849,8.99573\n3054,1646644369,47.74847,8.99574\n3055,1646644370,47.74846,8.99575\n3056,1646644371,47.74845,8.99575\n3057,1646644372,47.74844,8.99575\n3058,1646644373,47.74842,8.99575\n3059,1646644374,47.74841,8.99576\n3060,1646644375,47.74840,8.99577\n3061,1646644376,47.74839,8.99578\n3062,1646644377,47.74838,8.99578\n3063,1646644378,47.74836,8.99579\n3064,1646644379,47.74836,8.99579\n3065,1646644380,47.74835,8.99580\n3066,1646644381,47.74834,8.99581\n3067,1646644382,47.74833,8.99581\n3068,1646644383,47.74832,8.99581\n3069,1646644384,47.74831,8.99581\n3070,1646644385,47.74830,8.99581\n3071,1646644386,47.74829,8.99581\n3072,1646644387,47.74828,8.99582\n3073,1646644388,47.74828,8.99583\n3074,1646644389,47.74827,8.99584\n3075,1646644390,47.74826,8.99585\n3076,1646644391,47.74825,8.99585\n3077,1646644392,47.74825,8.99586\n3078,1646644393,47.74824,8.99586\n3079,1646644394,47.74822,8.99587\n3080,1646644395,47.74821,8.99588\n3081,1646644396,47.74819,8.99589\n3082,1646644397,47.74817,8.99589\n3083,1646644398,47.74816,8.99589\n3084,1646644399,47.74815,8.99589\n3085,1646644400,47.74814,8.99589\n3086,1646644401,47.74813,8.99590\n3087,1646644402,47.74813,8.99591\n3088,1646644403,47.74812,8.99591\n3089,1646644404,47.74812,8.99591\n3090,1646644405,47.74812,8.99591\n3091,1646644406,47.74811,8.99592\n3092,1646644407,47.74810,8.99594\n3093,1646644408,47.74809,8.99595\n3094,1646644409,47.74808,8.99597\n3095,1646644410,47.74805,8.99599\n3096,1646644411,47.74803,8.99601\n3097,1646644412,47.74801,8.99602\n3098,1646644413,47.74800,8.99603\n3099,1646644414,47.74798,8.99603\n3100,1646644415,47.74796,8.99604\n3101,1646644416,47.74795,8.99606\n3102,1646644417,47.74794,8.99608\n3103,1646644418,47.74793,8.99610\n3104,1646644419,47.74792,8.99613\n3105,1646644420,47.74791,8.99615\n3106,1646644421,47.74791,8.99617\n3107,1646644422,47.74790,8.99620\n3108,1646644423,47.74790,8.99623\n3109,1646644424,47.74789,8.99624\n3110,1646644425,47.74788,8.99625\n3111,1646644426,47.74788,8.99626\n3112,1646644427,47.74787,8.99628\n3113,1646644428,47.74786,8.99631\n3114,1646644429,47.74786,8.99633\n3115,1646644430,47.74787,8.99635\n3116,1646644431,47.74787,8.99635\n3117,1646644432,47.74787,8.99636\n3118,1646644433,47.74786,8.99636\n3119,1646644434,47.74786,8.99635\n3120,1646644435,47.74786,8.99633\n3121,1646644436,47.74785,8.99630\n3122,1646644437,47.74782,8.99625\n3123,1646644438,47.74778,8.99618\n3124,1646644439,47.74773,8.99611\n3125,1646644440,47.74768,8.99605\n3126,1646644441,47.74762,8.99601\n3127,1646644442,47.74759,8.99602\n3128,1646644443,47.74762,8.99606\n3129,1646644444,47.74768,8.99610\n3130,1646644445,47.74775,8.99610\n3131,1646644446,47.74778,8.99605\n3132,1646644447,47.74775,8.99600\n3133,1646644448,47.74772,8.99606\n3134,1646644449,47.74774,8.99612\n3135,1646644450,47.74775,8.99610\n3136,1646644451,47.74772,8.99607\n3137,1646644452,47.74766,8.99607\n3138,1646644453,47.74761,8.99605\n3139,1646644454,47.74760,8.99599\n3140,1646644455,47.74764,8.99599\n3141,1646644456,47.74764,8.99605\n3142,1646644457,47.74760,8.99607\n3143,1646644458,47.74759,8.99604\n3144,1646644459,47.74762,8.99604\n3145,1646644460,47.74763,8.99606\n3146,1646644461,47.74763,8.99605\n3147,1646644462,47.74763,8.99605\n3148,1646644463,47.74762,8.99605\n3149,1646644464,47.74761,8.99605\n3150,1646644465,47.74760,8.99605\n3151,1646644466,47.74760,8.99605\n3152,1646644467,47.74760,8.99604\n3153,1646644468,47.74758,8.99604\n3154,1646644469,47.74757,8.99604\n3155,1646644470,47.74756,8.99603\n3156,1646644471,47.74754,8.99602\n3157,1646644472,47.74752,8.99600\n3158,1646644473,47.74748,8.99598\n3159,1646644474,47.74745,8.99595\n3160,1646644475,47.74742,8.99592\n3161,1646644476,47.74739,8.99590\n3162,1646644477,47.74736,8.99588\n3163,1646644478,47.74733,8.99587\n3164,1646644479,47.74731,8.99586\n3165,1646644480,47.74729,8.99585\n3166,1646644481,47.74727,8.99584\n3167,1646644482,47.74725,8.99584\n3168,1646644483,47.74723,8.99584\n3169,1646644484,47.74721,8.99584\n3170,1646644485,47.74719,8.99584\n3171,1646644486,47.74717,8.99583\n3172,1646644487,47.74715,8.99582\n3173,1646644488,47.74714,8.99581\n3174,1646644489,47.74712,8.99580\n3175,1646644490,47.74710,8.99578\n3176,1646644491,47.74708,8.99578\n3177,1646644492,47.74707,8.99578\n3178,1646644493,47.74706,8.99579\n3179,1646644494,47.74705,8.99581\n3180,1646644495,47.74705,8.99582\n3181,1646644496,47.74705,8.99583\n3182,1646644497,47.74706,8.99584\n3183,1646644498,47.74706,8.99584\n3184,1646644499,47.74706,8.99584\n3185,1646644500,47.74706,8.99585\n3186,1646644501,47.74706,8.99585\n3187,1646644502,47.74706,8.99585\n3188,1646644503,47.74706,8.99586\n3189,1646644504,47.74705,8.99586\n3190,1646644505,47.74704,8.99587\n3191,1646644506,47.74703,8.99587\n3192,1646644507,47.74703,8.99588\n3193,1646644508,47.74702,8.99589\n3194,1646644509,47.74702,8.99591\n3195,1646644510,47.74701,8.99593\n3196,1646644511,47.74701,8.99596\n3197,1646644512,47.74700,8.99599\n3198,1646644513,47.74699,8.99601\n3199,1646644514,47.74699,8.99604\n3200,1646644515,47.74698,8.99607\n3201,1646644516,47.74697,8.99609\n3202,1646644517,47.74696,8.99612\n3203,1646644518,47.74696,8.99615\n3204,1646644519,47.74695,8.99618\n3205,1646644520,47.74694,8.99620\n3206,1646644521,47.74693,8.99623\n3207,1646644522,47.74693,8.99625\n3208,1646644523,47.74692,8.99628\n3209,1646644524,47.74691,8.99630\n3210,1646644525,47.74691,8.99632\n3211,1646644526,47.74690,8.99634\n3212,1646644527,47.74690,8.99636\n3213,1646644528,47.74690,8.99637\n3214,1646644529,47.74691,8.99637\n3215,1646644530,47.74691,8.99637\n3216,1646644531,47.74691,8.99637\n3217,1646644532,47.74691,8.99637\n3218,1646644533,47.74691,8.99637\n3219,1646644534,47.74691,8.99637\n3220,1646644535,47.74691,8.99637\n3221,1646644536,47.74691,8.99637\n3222,1646644537,47.74691,8.99637\n3223,1646644538,47.74691,8.99637\n3224,1646644539,47.74691,8.99638\n3225,1646644540,47.74690,8.99638\n3226,1646644541,47.74689,8.99639\n3227,1646644542,47.74688,8.99641\n3228,1646644543,47.74687,8.99644\n3229,1646644544,47.74686,8.99647\n3230,1646644545,47.74686,8.99650\n3231,1646644546,47.74686,8.99651\n3232,1646644547,47.74687,8.99651\n3233,1646644548,47.74686,8.99652\n3234,1646644549,47.74686,8.99653\n3235,1646644550,47.74686,8.99653\n3236,1646644551,47.74686,8.99654\n3237,1646644552,47.74686,8.99655\n3238,1646644553,47.74685,8.99657\n3239,1646644554,47.74684,8.99659\n3240,1646644555,47.74684,8.99662\n3241,1646644556,47.74683,8.99665\n3242,1646644557,47.74682,8.99668\n3243,1646644558,47.74681,8.99671\n3244,1646644559,47.74680,8.99674\n3245,1646644560,47.74680,8.99677\n3246,1646644561,47.74679,8.99681\n3247,1646644562,47.74678,8.99683\n3248,1646644563,47.74677,8.99686\n3249,1646644564,47.74677,8.99689\n3250,1646644565,47.74676,8.99691\n3251,1646644566,47.74675,8.99694\n3252,1646644567,47.74675,8.99696\n3253,1646644568,47.74674,8.99699\n3254,1646644569,47.74673,8.99701\n3255,1646644570,47.74673,8.99704\n3256,1646644571,47.74672,8.99706\n3257,1646644572,47.74672,8.99708\n3258,1646644573,47.74672,8.99710\n3259,1646644574,47.74671,8.99712\n3260,1646644575,47.74671,8.99714\n3261,1646644576,47.74671,8.99715\n3262,1646644577,47.74671,8.99716\n3263,1646644578,47.74671,8.99716\n3264,1646644579,47.74671,8.99716\n3265,1646644580,47.74671,8.99716\n3266,1646644581,47.74671,8.99717\n3267,1646644582,47.74672,8.99718\n3268,1646644583,47.74673,8.99719\n3269,1646644584,47.74673,8.99719\n3270,1646644585,47.74673,8.99719\n3271,1646644586,47.74673,8.99719\n3272,1646644587,47.74673,8.99719\n3273,1646644588,47.74673,8.99719\n3274,1646644589,47.74673,8.99719\n3275,1646644590,47.74673,8.99719\n3276,1646644591,47.74673,8.99719\n3277,1646644592,47.74673,8.99719\n3278,1646644593,47.74673,8.99719\n3279,1646644594,47.74673,8.99719\n3280,1646644595,47.74673,8.99719\n3281,1646644596,47.74673,8.99719\n3282,1646644597,47.74673,8.99719\n3283,1646644598,47.74671,8.99720\n3284,1646644599,47.74669,8.99722\n3285,1646644600,47.74667,8.99726\n3286,1646644601,47.74666,8.99730\n3287,1646644602,47.74664,8.99733\n3288,1646644603,47.74664,8.99737\n3289,1646644604,47.74663,8.99742\n3290,1646644605,47.74662,8.99745\n3291,1646644606,47.74661,8.99749\n3292,1646644607,47.74660,8.99753\n3293,1646644608,47.74659,8.99756\n3294,1646644609,47.74658,8.99759\n3295,1646644610,47.74657,8.99762\n3296,1646644611,47.74656,8.99765\n3297,1646644612,47.74656,8.99768\n3298,1646644613,47.74655,8.99770\n3299,1646644614,47.74654,8.99772\n3300,1646644615,47.74654,8.99772\n3301,1646644616,47.74654,8.99772\n3302,1646644617,47.74654,8.99773\n3303,1646644618,47.74653,8.99774\n3304,1646644619,47.74652,8.99776\n3305,1646644620,47.74652,8.99778\n3306,1646644621,47.74651,8.99780\n3307,1646644622,47.74650,8.99782\n3308,1646644623,47.74649,8.99783\n3309,1646644624,47.74649,8.99785\n3310,1646644625,47.74648,8.99787\n3311,1646644626,47.74647,8.99789\n3312,1646644627,47.74647,8.99791\n3313,1646644628,47.74646,8.99792\n3314,1646644629,47.74645,8.99794\n3315,1646644630,47.74644,8.99796\n3316,1646644631,47.74644,8.99798\n3317,1646644632,47.74643,8.99799\n3318,1646644633,47.74643,8.99801\n3319,1646644634,47.74642,8.99803\n3320,1646644635,47.74641,8.99805\n3321,1646644636,47.74640,8.99807\n3322,1646644637,47.74640,8.99809\n3323,1646644638,47.74639,8.99811\n3324,1646644639,47.74638,8.99812\n3325,1646644640,47.74637,8.99814\n3326,1646644641,47.74636,8.99816\n3327,1646644642,47.74636,8.99817\n3328,1646644643,47.74635,8.99819\n3329,1646644644,47.74634,8.99821\n3330,1646644645,47.74634,8.99822\n3331,1646644646,47.74633,8.99824\n3332,1646644647,47.74632,8.99826\n3333,1646644648,47.74631,8.99827\n3334,1646644649,47.74630,8.99829\n3335,1646644650,47.74630,8.99831\n3336,1646644651,47.74629,8.99833\n3337,1646644652,47.74628,8.99835\n3338,1646644653,47.74627,8.99836\n3339,1646644654,47.74627,8.99838\n3340,1646644655,47.74626,8.99840\n3341,1646644656,47.74625,8.99841\n3342,1646644657,47.74625,8.99843\n3343,1646644658,47.74624,8.99845\n3344,1646644659,47.74623,8.99846\n3345,1646644660,47.74622,8.99848\n3346,1646644661,47.74621,8.99849\n3347,1646644662,47.74621,8.99851\n3348,1646644663,47.74620,8.99853\n3349,1646644664,47.74619,8.99855\n3350,1646644665,47.74618,8.99856\n3351,1646644666,47.74618,8.99858\n3352,1646644667,47.74617,8.99859\n3353,1646644668,47.74616,8.99861\n3354,1646644669,47.74615,8.99863\n3355,1646644670,47.74615,8.99865\n3356,1646644671,47.74614,8.99866\n3357,1646644672,47.74613,8.99868\n3358,1646644673,47.74612,8.99870\n3359,1646644674,47.74611,8.99871\n3360,1646644675,47.74610,8.99873\n3361,1646644676,47.74610,8.99875\n3362,1646644677,47.74609,8.99876\n3363,1646644678,47.74608,8.99878\n3364,1646644679,47.74607,8.99880\n3365,1646644680,47.74607,8.99882\n3366,1646644681,47.74606,8.99884\n3367,1646644682,47.74605,8.99885\n3368,1646644683,47.74604,8.99887\n3369,1646644684,47.74603,8.99889\n3370,1646644685,47.74603,8.99890\n3371,1646644686,47.74602,8.99892\n3372,1646644687,47.74601,8.99893\n3373,1646644688,47.74600,8.99895\n3374,1646644689,47.74599,8.99897\n3375,1646644690,47.74598,8.99898\n3376,1646644691,47.74597,8.99900\n3377,1646644692,47.74596,8.99901\n3378,1646644693,47.74596,8.99903\n3379,1646644694,47.74595,8.99905\n3380,1646644695,47.74594,8.99906\n3381,1646644696,47.74593,8.99907\n3382,1646644697,47.74592,8.99908\n3383,1646644698,47.74590,8.99910\n3384,1646644699,47.74589,8.99911\n3385,1646644700,47.74589,8.99913\n3386,1646644701,47.74588,8.99915\n3387,1646644702,47.74587,8.99916\n3388,1646644703,47.74586,8.99918\n3389,1646644704,47.74585,8.99919\n3390,1646644705,47.74584,8.99921\n3391,1646644706,47.74583,8.99922\n3392,1646644707,47.74583,8.99924\n3393,1646644708,47.74582,8.99925\n3394,1646644709,47.74581,8.99927\n3395,1646644710,47.74580,8.99928\n3396,1646644711,47.74579,8.99929\n3397,1646644712,47.74578,8.99931\n3398,1646644713,47.74577,8.99930\n3399,1646644714,47.74576,8.99929\n3400,1646644715,47.74574,8.99928\n3401,1646644716,47.74573,8.99926\n3402,1646644717,47.74572,8.99925\n3403,1646644718,47.74571,8.99923\n3404,1646644719,47.74570,8.99922\n3405,1646644720,47.74569,8.99921\n3406,1646644721,47.74569,8.99921\n3407,1646644722,47.74568,8.99920\n3408,1646644723,47.74567,8.99918\n3409,1646644724,47.74567,8.99917\n3410,1646644725,47.74565,8.99916\n3411,1646644726,47.74565,8.99915\n3412,1646644727,47.74564,8.99915\n3413,1646644728,47.74563,8.99914\n3414,1646644729,47.74563,8.99914\n3415,1646644730,47.74562,8.99914\n3416,1646644731,47.74562,8.99913\n3417,1646644732,47.74562,8.99911\n3418,1646644733,47.74562,8.99910\n3419,1646644734,47.74560,8.99909\n3420,1646644735,47.74558,8.99907\n3421,1646644736,47.74558,8.99907\n3422,1646644737,47.74557,8.99906\n3423,1646644738,47.74556,8.99905\n3424,1646644739,47.74556,8.99904\n3425,1646644740,47.74555,8.99903\n3426,1646644741,47.74554,8.99901\n3427,1646644742,47.74553,8.99900\n3428,1646644743,47.74553,8.99898\n3429,1646644744,47.74552,8.99897\n3430,1646644745,47.74551,8.99896\n3431,1646644746,47.74549,8.99895\n3432,1646644747,47.74548,8.99894\n3433,1646644748,47.74546,8.99893\n3434,1646644749,47.74546,8.99891\n3435,1646644750,47.74547,8.99891\n3436,1646644751,47.74548,8.99892\n3437,1646644752,47.74549,8.99893\n3438,1646644753,47.74550,8.99895\n3439,1646644754,47.74551,8.99896\n3440,1646644755,47.74553,8.99897\n3441,1646644756,47.74553,8.99898\n3442,1646644757,47.74554,8.99899\n3443,1646644758,47.74556,8.99900\n3444,1646644759,47.74557,8.99902\n3445,1646644760,47.74558,8.99903\n3446,1646644761,47.74559,8.99904\n3447,1646644762,47.74559,8.99906\n3448,1646644763,47.74560,8.99907\n3449,1646644764,47.74561,8.99909\n3450,1646644765,47.74562,8.99911\n3451,1646644766,47.74562,8.99912\n3452,1646644767,47.74563,8.99914\n3453,1646644768,47.74563,8.99915\n3454,1646644769,47.74564,8.99916\n3455,1646644770,47.74565,8.99917\n3456,1646644771,47.74566,8.99918\n3457,1646644772,47.74566,8.99919\n3458,1646644773,47.74567,8.99921\n3459,1646644774,47.74569,8.99922\n3460,1646644775,47.74570,8.99923\n3461,1646644776,47.74572,8.99925\n3462,1646644777,47.74573,8.99926\n3463,1646644778,47.74574,8.99927\n3464,1646644779,47.74575,8.99928\n3465,1646644780,47.74576,8.99929\n3466,1646644781,47.74577,8.99931\n3467,1646644782,47.74578,8.99933\n3468,1646644783,47.74578,8.99934\n3469,1646644784,47.74579,8.99936\n3470,1646644785,47.74579,8.99937\n3471,1646644786,47.74578,8.99939\n3472,1646644787,47.74578,8.99941\n3473,1646644788,47.74577,8.99942\n3474,1646644789,47.74576,8.99944\n3475,1646644790,47.74575,8.99945\n3476,1646644791,47.74575,8.99946\n3477,1646644792,47.74574,8.99947\n3478,1646644793,47.74574,8.99948\n3479,1646644794,47.74573,8.99949\n3480,1646644795,47.74572,8.99951\n3481,1646644796,47.74571,8.99952\n3482,1646644797,47.74571,8.99953\n3483,1646644798,47.74572,8.99955\n3484,1646644799,47.74571,8.99956\n3485,1646644800,47.74571,8.99958\n3486,1646644801,47.74570,8.99960\n3487,1646644802,47.74569,8.99961\n3488,1646644803,47.74568,8.99963\n3489,1646644804,47.74567,8.99965\n3490,1646644805,47.74566,8.99967\n3491,1646644806,47.74565,8.99968\n3492,1646644807,47.74565,8.99969\n3493,1646644808,47.74564,8.99970\n3494,1646644809,47.74564,8.99972\n3495,1646644810,47.74563,8.99973\n3496,1646644811,47.74562,8.99975\n3497,1646644812,47.74561,8.99977\n3498,1646644813,47.74561,8.99978\n3499,1646644814,47.74560,8.99979\n3500,1646644815,47.74559,8.99981\n3501,1646644816,47.74559,8.99983\n3502,1646644817,47.74558,8.99985\n3503,1646644818,47.74557,8.99986\n3504,1646644819,47.74557,8.99988\n3505,1646644820,47.74556,8.99989\n3506,1646644821,47.74556,8.99991\n3507,1646644822,47.74555,8.99993\n3508,1646644823,47.74554,8.99995\n3509,1646644824,47.74554,8.99997\n3510,1646644825,47.74553,8.99998\n3511,1646644826,47.74553,9.00000\n3512,1646644827,47.74552,9.00001\n3513,1646644828,47.74552,9.00002\n3514,1646644829,47.74551,9.00004\n3515,1646644830,47.74550,9.00006\n3516,1646644831,47.74550,9.00007\n3517,1646644832,47.74549,9.00008\n3518,1646644833,47.74549,9.00010\n3519,1646644834,47.74548,9.00011\n3520,1646644835,47.74547,9.00013\n3521,1646644836,47.74546,9.00015\n3522,1646644837,47.74546,9.00016\n3523,1646644838,47.74545,9.00017\n3524,1646644839,47.74544,9.00019\n3525,1646644840,47.74543,9.00020\n3526,1646644841,47.74543,9.00022\n3527,1646644842,47.74542,9.00024\n3528,1646644843,47.74541,9.00025\n3529,1646644844,47.74540,9.00026\n3530,1646644845,47.74538,9.00027\n3531,1646644846,47.74537,9.00027\n3532,1646644847,47.74536,9.00027\n3533,1646644848,47.74535,9.00027\n3534,1646644849,47.74534,9.00027\n3535,1646644850,47.74533,9.00027\n3536,1646644851,47.74531,9.00027\n3537,1646644852,47.74530,9.00027\n3538,1646644853,47.74529,9.00027\n3539,1646644854,47.74528,9.00027\n3540,1646644855,47.74526,9.00026\n3541,1646644856,47.74525,9.00026\n3542,1646644857,47.74524,9.00025\n3543,1646644858,47.74523,9.00024\n3544,1646644859,47.74522,9.00024\n3545,1646644860,47.74521,9.00023\n3546,1646644861,47.74519,9.00022\n3547,1646644862,47.74518,9.00021\n3548,1646644863,47.74517,9.00020\n3549,1646644864,47.74516,9.00019\n3550,1646644865,47.74515,9.00017\n3551,1646644866,47.74514,9.00016\n3552,1646644867,47.74513,9.00015\n3553,1646644868,47.74513,9.00014\n3554,1646644869,47.74512,9.00012\n3555,1646644870,47.74511,9.00012\n3556,1646644871,47.74510,9.00012\n3557,1646644872,47.74509,9.00012\n3558,1646644873,47.74508,9.00012\n3559,1646644874,47.74506,9.00013\n3560,1646644875,47.74505,9.00014\n3561,1646644876,47.74504,9.00014\n3562,1646644877,47.74503,9.00015\n3563,1646644878,47.74501,9.00016\n3564,1646644879,47.74500,9.00017\n3565,1646644880,47.74499,9.00018\n3566,1646644881,47.74498,9.00019\n3567,1646644882,47.74497,9.00020\n3568,1646644883,47.74496,9.00021\n3569,1646644884,47.74495,9.00022\n3570,1646644885,47.74494,9.00024\n3571,1646644886,47.74493,9.00025\n3572,1646644887,47.74492,9.00026\n3573,1646644888,47.74491,9.00027\n3574,1646644889,47.74490,9.00028\n3575,1646644890,47.74489,9.00028\n3576,1646644891,47.74488,9.00028\n3577,1646644892,47.74487,9.00028\n3578,1646644893,47.74485,9.00027\n3579,1646644894,47.74483,9.00026\n3580,1646644895,47.74482,9.00026\n3581,1646644896,47.74480,9.00025\n3582,1646644897,47.74479,9.00024\n3583,1646644898,47.74478,9.00023\n3584,1646644899,47.74477,9.00023\n3585,1646644900,47.74476,9.00022\n3586,1646644901,47.74475,9.00021\n3587,1646644902,47.74474,9.00020\n3588,1646644903,47.74473,9.00019\n3589,1646644904,47.74472,9.00019\n3590,1646644905,47.74471,9.00018\n3591,1646644906,47.74470,9.00017\n3592,1646644907,47.74469,9.00016\n3593,1646644908,47.74468,9.00015\n3594,1646644909,47.74467,9.00014\n3595,1646644910,47.74466,9.00014\n3596,1646644911,47.74465,9.00013\n3597,1646644912,47.74464,9.00012\n3598,1646644913,47.74463,9.00010\n3599,1646644914,47.74462,9.00009\n3600,1646644915,47.74461,9.00008\n3601,1646644916,47.74460,9.00007\n3602,1646644917,47.74459,9.00006\n3603,1646644918,47.74458,9.00005\n3604,1646644919,47.74457,9.00005\n3605,1646644920,47.74456,9.00004\n3606,1646644921,47.74455,9.00004\n3607,1646644922,47.74455,9.00003\n3608,1646644923,47.74454,9.00002\n3609,1646644924,47.74453,9.00001\n3610,1646644925,47.74453,9.00001\n3611,1646644926,47.74452,9.00000\n3612,1646644927,47.74452,8.99999\n3613,1646644928,47.74451,8.99999\n3614,1646644929,47.74452,8.99998\n3615,1646644930,47.74448,8.99995\n3616,1646644931,47.74447,8.99991\n3617,1646644932,47.74446,8.99990\n3618,1646644933,47.74446,8.99987\n3619,1646644934,47.74444,8.99985\n3620,1646644935,47.74443,8.99983\n3621,1646644936,47.74442,8.99981\n3622,1646644937,47.74441,8.99979\n3623,1646644938,47.74441,8.99977\n3624,1646644939,47.74440,8.99975\n3625,1646644940,47.74440,8.99973\n3626,1646644941,47.74440,8.99972\n3627,1646644942,47.74440,8.99969\n3628,1646644943,47.74441,8.99968\n3629,1646644944,47.74441,8.99966\n3630,1646644945,47.74441,8.99965\n3631,1646644946,47.74441,8.99963\n3632,1646644947,47.74442,8.99961\n3633,1646644948,47.74442,8.99959\n3634,1646644949,47.74443,8.99957\n3635,1646644950,47.74443,8.99955\n3636,1646644951,47.74444,8.99953\n3637,1646644952,47.74444,8.99951\n3638,1646644953,47.74444,8.99949\n3639,1646644954,47.74445,8.99947\n3640,1646644955,47.74446,8.99946\n3641,1646644956,47.74447,8.99945\n3642,1646644957,47.74448,8.99944\n3643,1646644958,47.74449,8.99943\n3644,1646644959,47.74450,8.99942\n3645,1646644960,47.74451,8.99940\n3646,1646644961,47.74452,8.99938\n3647,1646644962,47.74452,8.99936\n3648,1646644963,47.74453,8.99935\n3649,1646644964,47.74454,8.99933\n3650,1646644965,47.74454,8.99931\n3651,1646644966,47.74455,8.99929\n3652,1646644967,47.74455,8.99927\n3653,1646644968,47.74455,8.99926\n3654,1646644969,47.74455,8.99924\n3655,1646644970,47.74455,8.99922\n3656,1646644971,47.74455,8.99920\n3657,1646644972,47.74455,8.99918\n3658,1646644973,47.74454,8.99916\n3659,1646644974,47.74454,8.99914\n3660,1646644975,47.74454,8.99912\n3661,1646644976,47.74454,8.99911\n3662,1646644977,47.74454,8.99909\n3663,1646644978,47.74454,8.99907\n3664,1646644979,47.74454,8.99905\n3665,1646644980,47.74454,8.99903\n3666,1646644981,47.74453,8.99901\n3667,1646644982,47.74453,8.99900\n3668,1646644983,47.74453,8.99898\n3669,1646644984,47.74452,8.99897\n3670,1646644985,47.74452,8.99895\n3671,1646644986,47.74451,8.99894\n3672,1646644987,47.74450,8.99893\n3673,1646644988,47.74450,8.99890\n3674,1646644989,47.74450,8.99888\n3675,1646644990,47.74450,8.99886\n3676,1646644991,47.74449,8.99885\n3677,1646644992,47.74449,8.99882\n3678,1646644993,47.74450,8.99880\n3679,1646644994,47.74449,8.99879\n3680,1646644995,47.74449,8.99877\n3681,1646644996,47.74448,8.99876\n3682,1646644997,47.74448,8.99876\n3683,1646644998,47.74448,8.99874\n3684,1646644999,47.74448,8.99872\n3685,1646645000,47.74447,8.99871\n3686,1646645001,47.74447,8.99870\n3687,1646645002,47.74447,8.99868\n3688,1646645003,47.74446,8.99867\n3689,1646645004,47.74446,8.99865\n3690,1646645005,47.74446,8.99863\n3691,1646645006,47.74445,8.99861\n3692,1646645007,47.74445,8.99859\n3693,1646645008,47.74445,8.99857\n3694,1646645009,47.74445,8.99855\n3695,1646645010,47.74445,8.99853\n3696,1646645011,47.74444,8.99851\n3697,1646645012,47.74443,8.99850\n3698,1646645013,47.74441,8.99849\n3699,1646645014,47.74440,8.99848\n3700,1646645015,47.74438,8.99849\n3701,1646645016,47.74437,8.99849\n3702,1646645017,47.74436,8.99850\n3703,1646645018,47.74434,8.99851\n3704,1646645019,47.74433,8.99852\n3705,1646645020,47.74432,8.99852\n3706,1646645021,47.74431,8.99853\n3707,1646645022,47.74430,8.99854\n3708,1646645023,47.74429,8.99855\n3709,1646645024,47.74428,8.99855\n3710,1646645025,47.74426,8.99856\n3711,1646645026,47.74425,8.99856\n3712,1646645027,47.74424,8.99857\n3713,1646645028,47.74423,8.99858\n3714,1646645029,47.74422,8.99858\n3715,1646645030,47.74421,8.99859\n3716,1646645031,47.74420,8.99860\n3717,1646645032,47.74419,8.99861\n3718,1646645033,47.74418,8.99862\n3719,1646645034,47.74417,8.99863\n3720,1646645035,47.74416,8.99864\n3721,1646645036,47.74415,8.99864\n3722,1646645037,47.74414,8.99865\n3723,1646645038,47.74412,8.99866\n3724,1646645039,47.74411,8.99867\n3725,1646645040,47.74410,8.99868\n3726,1646645041,47.74409,8.99868\n3727,1646645042,47.74407,8.99869\n3728,1646645043,47.74406,8.99870\n3729,1646645044,47.74405,8.99871\n3730,1646645045,47.74404,8.99871\n3731,1646645046,47.74403,8.99872\n3732,1646645047,47.74402,8.99873\n3733,1646645048,47.74401,8.99873\n3734,1646645049,47.74399,8.99872\n3735,1646645050,47.74398,8.99871\n3736,1646645051,47.74397,8.99871\n3737,1646645052,47.74396,8.99871\n3738,1646645053,47.74395,8.99871\n3739,1646645054,47.74394,8.99871\n3740,1646645055,47.74393,8.99872\n3741,1646645056,47.74392,8.99872\n3742,1646645057,47.74391,8.99873\n3743,1646645058,47.74389,8.99874\n3744,1646645059,47.74388,8.99875\n3745,1646645060,47.74387,8.99876\n3746,1646645061,47.74386,8.99876\n3747,1646645062,47.74385,8.99877\n3748,1646645063,47.74384,8.99879\n3749,1646645064,47.74383,8.99880\n3750,1646645065,47.74382,8.99881\n3751,1646645066,47.74380,8.99882\n3752,1646645067,47.74379,8.99884\n3753,1646645068,47.74378,8.99885\n3754,1646645069,47.74376,8.99886\n3755,1646645070,47.74375,8.99887\n3756,1646645071,47.74374,8.99888\n3757,1646645072,47.74373,8.99888\n3758,1646645073,47.74372,8.99889\n3759,1646645074,47.74371,8.99890\n3760,1646645075,47.74370,8.99891\n3761,1646645076,47.74369,8.99892\n3762,1646645077,47.74367,8.99893\n3763,1646645078,47.74366,8.99894\n3764,1646645079,47.74365,8.99894\n3765,1646645080,47.74363,8.99895\n3766,1646645081,47.74362,8.99896\n3767,1646645082,47.74362,8.99896\n3768,1646645083,47.74361,8.99897\n3769,1646645084,47.74360,8.99898\n3770,1646645085,47.74359,8.99899\n3771,1646645086,47.74357,8.99900\n3772,1646645087,47.74356,8.99901\n3773,1646645088,47.74355,8.99902\n3774,1646645089,47.74354,8.99903\n3775,1646645090,47.74352,8.99903\n3776,1646645091,47.74351,8.99903\n3777,1646645092,47.74349,8.99904\n3778,1646645093,47.74348,8.99905\n3779,1646645094,47.74347,8.99906\n3780,1646645095,47.74346,8.99908\n3781,1646645096,47.74345,8.99910\n3782,1646645097,47.74344,8.99911\n3783,1646645098,47.74343,8.99912\n3784,1646645099,47.74342,8.99913\n3785,1646645100,47.74341,8.99914\n3786,1646645101,47.74340,8.99915\n3787,1646645102,47.74339,8.99916\n3788,1646645103,47.74338,8.99916\n3789,1646645104,47.74337,8.99916\n3790,1646645105,47.74336,8.99914\n3791,1646645106,47.74335,8.99913\n3792,1646645107,47.74334,8.99912\n3793,1646645108,47.74332,8.99911\n3794,1646645109,47.74331,8.99909\n3795,1646645110,47.74330,8.99907\n3796,1646645111,47.74328,8.99906\n3797,1646645112,47.74327,8.99905\n3798,1646645113,47.74326,8.99904\n3799,1646645114,47.74326,8.99903\n3800,1646645115,47.74325,8.99901\n3801,1646645116,47.74324,8.99900\n3802,1646645117,47.74323,8.99898\n3803,1646645118,47.74322,8.99897\n3804,1646645119,47.74321,8.99896\n3805,1646645120,47.74320,8.99895\n3806,1646645121,47.74319,8.99894\n3807,1646645122,47.74319,8.99893\n3808,1646645123,47.74318,8.99891\n3809,1646645124,47.74317,8.99890\n3810,1646645125,47.74316,8.99889\n3811,1646645126,47.74315,8.99889\n3812,1646645127,47.74314,8.99888\n3813,1646645128,47.74313,8.99888\n3814,1646645129,47.74313,8.99889\n3815,1646645130,47.74312,8.99890\n3816,1646645131,47.74311,8.99891\n3817,1646645132,47.74309,8.99891\n3818,1646645133,47.74308,8.99890\n3819,1646645134,47.74307,8.99890\n3820,1646645135,47.74306,8.99890\n3821,1646645136,47.74305,8.99890\n3822,1646645137,47.74303,8.99890\n3823,1646645138,47.74302,8.99890\n3824,1646645139,47.74301,8.99891\n3825,1646645140,47.74301,8.99892\n3826,1646645141,47.74300,8.99893\n3827,1646645142,47.74299,8.99893\n3828,1646645143,47.74298,8.99895\n3829,1646645144,47.74298,8.99896\n3830,1646645145,47.74297,8.99897\n3831,1646645146,47.74296,8.99898\n3832,1646645147,47.74296,8.99899\n3833,1646645148,47.74296,8.99900\n3834,1646645149,47.74296,8.99902\n3835,1646645150,47.74296,8.99902\n3836,1646645151,47.74297,8.99902\n3837,1646645152,47.74298,8.99902\n3838,1646645153,47.74299,8.99902\n3839,1646645154,47.74299,8.99902\n3840,1646645155,47.74299,8.99902\n3841,1646645156,47.74299,8.99902\n3842,1646645157,47.74299,8.99902\n3843,1646645158,47.74299,8.99902\n3844,1646645159,47.74300,8.99902\n3845,1646645160,47.74300,8.99902\n3846,1646645161,47.74300,8.99902\n3847,1646645162,47.74300,8.99902\n3848,1646645163,47.74300,8.99902\n3849,1646645164,47.74300,8.99902\n3850,1646645165,47.74300,8.99902\n3851,1646645166,47.74300,8.99902\n3852,1646645167,47.74300,8.99902\n3853,1646645168,47.74300,8.99902\n3854,1646645169,47.74300,8.99902\n3855,1646645170,47.74300,8.99902\n3856,1646645171,47.74300,8.99902\n3857,1646645172,47.74300,8.99902\n3858,1646645173,47.74299,8.99902\n3859,1646645174,47.74299,8.99902\n3860,1646645175,47.74299,8.99902\n3861,1646645176,47.74299,8.99902\n3862,1646645177,47.74299,8.99902\n3863,1646645178,47.74299,8.99901\n3864,1646645179,47.74299,8.99901\n3865,1646645180,47.74299,8.99901\n3866,1646645181,47.74299,8.99901\n3867,1646645182,47.74299,8.99901\n3868,1646645183,47.74299,8.99901\n3869,1646645184,47.74299,8.99901\n3870,1646645185,47.74299,8.99901\n3871,1646645186,47.74300,8.99900\n3872,1646645187,47.74300,8.99900\n3873,1646645188,47.74301,8.99899\n3874,1646645189,47.74301,8.99898\n3875,1646645190,47.74301,8.99897\n3876,1646645191,47.74301,8.99897\n3877,1646645192,47.74301,8.99897\n3878,1646645193,47.74301,8.99897\n3879,1646645194,47.74301,8.99897\n3880,1646645195,47.74301,8.99897\n3881,1646645196,47.74301,8.99897\n3882,1646645197,47.74301,8.99897\n3883,1646645198,47.74301,8.99898\n3884,1646645199,47.74301,8.99897\n3885,1646645200,47.74301,8.99897\n3886,1646645201,47.74301,8.99897\n3887,1646645202,47.74300,8.99897\n3888,1646645203,47.74300,8.99897\n3889,1646645204,47.74300,8.99897\n3890,1646645205,47.74300,8.99897\n3891,1646645206,47.74300,8.99898\n3892,1646645207,47.74301,8.99898\n3893,1646645208,47.74301,8.99898\n3894,1646645209,47.74301,8.99898\n3895,1646645210,47.74301,8.99898\n3896,1646645211,47.74301,8.99898\n3897,1646645212,47.74300,8.99898\n3898,1646645213,47.74300,8.99898\n3899,1646645214,47.74300,8.99898\n3900,1646645215,47.74300,8.99898\n3901,1646645216,47.74300,8.99898\n3902,1646645217,47.74300,8.99898\n3903,1646645218,47.74300,8.99898\n3904,1646645219,47.74300,8.99898\n3905,1646645220,47.74300,8.99898\n3906,1646645221,47.74300,8.99898\n3907,1646645222,47.74300,8.99898\n3908,1646645223,47.74300,8.99898\n3909,1646645224,47.74300,8.99898\n3910,1646645225,47.74300,8.99898\n3911,1646645226,47.74300,8.99898\n3912,1646645227,47.74300,8.99898\n3913,1646645228,47.74300,8.99898\n3914,1646645229,47.74300,8.99898\n3915,1646645230,47.74300,8.99898\n3916,1646645231,47.74300,8.99898\n3917,1646645232,47.74300,8.99898\n3918,1646645233,47.74300,8.99898\n3919,1646645234,47.74300,8.99898\n3920,1646645235,47.74300,8.99898\n3921,1646645236,47.74300,8.99898\n3922,1646645237,47.74300,8.99898\n3923,1646645238,47.74300,8.99898\n3924,1646645239,47.74300,8.99898\n3925,1646645240,47.74300,8.99898\n3926,1646645241,47.74300,8.99898\n3927,1646645242,47.74300,8.99898\n3928,1646645243,47.74300,8.99898\n3929,1646645244,47.74300,8.99898\n3930,1646645245,47.74300,8.99898\n3931,1646645246,47.74300,8.99898\n3932,1646645247,47.74300,8.99898\n3933,1646645248,47.74300,8.99898\n3934,1646645249,47.74300,8.99898\n3935,1646645250,47.74300,8.99898\n3936,1646645251,47.74300,8.99898\n3937,1646645252,47.74300,8.99898\n3938,1646645253,47.74300,8.99898\n3939,1646645254,47.74300,8.99898\n3940,1646645255,47.74300,8.99898\n3941,1646645256,47.74300,8.99898\n3942,1646645257,47.74300,8.99898\n3943,1646645258,47.74300,8.99898\n3944,1646645259,47.74300,8.99898\n3945,1646645260,47.74300,8.99898\n3946,1646645261,47.74300,8.99898\n3947,1646645262,47.74300,8.99898\n3948,1646645263,47.74300,8.99898\n3949,1646645264,47.74300,8.99898\n3950,1646645265,47.74300,8.99898\n3951,1646645266,47.74300,8.99898\n3952,1646645267,47.74300,8.99898\n3953,1646645268,47.74300,8.99898\n3954,1646645269,47.74300,8.99898\n3955,1646645270,47.74300,8.99898\n3956,1646645271,47.74300,8.99898\n3957,1646645272,47.74300,8.99898\n3958,1646645273,47.74300,8.99898\n3959,1646645274,47.74300,8.99898\n3960,1646645275,47.74300,8.99898\n3961,1646645276,47.74300,8.99898\n3962,1646645277,47.74300,8.99898\n3963,1646645278,47.74300,8.99898\n3964,1646645279,47.74300,8.99898\n3965,1646645280,47.74300,8.99898\n3966,1646645281,47.74300,8.99898\n3967,1646645282,47.74300,8.99898\n3968,1646645283,47.74300,8.99898\n3969,1646645284,47.74300,8.99898\n3970,1646645285,47.74300,8.99898\n3971,1646645286,47.74300,8.99898\n3972,1646645287,47.74300,8.99898\n3973,1646645288,47.74300,8.99898\n3974,1646645289,47.74300,8.99898\n3975,1646645290,47.74300,8.99898\n3976,1646645291,47.74300,8.99898\n3977,1646645292,47.74300,8.99898\n3978,1646645293,47.74300,8.99898\n3979,1646645294,47.74300,8.99898\n3980,1646645295,47.74300,8.99898\n3981,1646645296,47.74300,8.99898\n3982,1646645297,47.74300,8.99898\n3983,1646645298,47.74300,8.99898\n3984,1646645299,47.74300,8.99898\n3985,1646645300,47.74300,8.99898\n3986,1646645301,47.74300,8.99898\n3987,1646645302,47.74300,8.99898\n3988,1646645303,47.74300,8.99898\n3989,1646645304,47.74300,8.99898\n3990,1646645305,47.74300,8.99898\n3991,1646645306,47.74300,8.99898\n3992,1646645307,47.74300,8.99898\n3993,1646645308,47.74300,8.99898\n3994,1646645309,47.74300,8.99898\n3995,1646645310,47.74300,8.99898\n3996,1646645311,47.74300,8.99898\n3997,1646645312,47.74300,8.99898\n3998,1646645313,47.74300,8.99898\n3999,1646645314,47.74300,8.99898\n4000,1646645315,47.74300,8.99898\n4001,1646645316,47.74300,8.99898\n4002,1646645317,47.74300,8.99898\n4003,1646645318,47.74300,8.99898\n4004,1646645319,47.74300,8.99898\n4005,1646645320,47.74300,8.99898\n4006,1646645321,47.74300,8.99898\n4007,1646645322,47.74300,8.99898\n4008,1646645323,47.74300,8.99898\n4009,1646645324,47.74300,8.99898\n4010,1646645325,47.74300,8.99898\n4011,1646645326,47.74300,8.99898\n4012,1646645327,47.74300,8.99898\n4013,1646645328,47.74300,8.99898\n4014,1646645329,47.74300,8.99898\n4015,1646645330,47.74300,8.99898\n4016,1646645331,47.74300,8.99898\n4017,1646645332,47.74300,8.99898\n4018,1646645333,47.74300,8.99898\n4019,1646645334,47.74300,8.99898\n4020,1646645335,47.74300,8.99898\n4021,1646645336,47.74300,8.99898\n4022,1646645337,47.74300,8.99898\n4023,1646645338,47.74300,8.99898\n4024,1646645339,47.74300,8.99898\n4025,1646645340,47.74300,8.99898\n4026,1646645341,47.74300,8.99898\n4027,1646645342,47.74300,8.99898\n4028,1646645343,47.74300,8.99898\n4029,1646645344,47.74300,8.99898\n4030,1646645345,47.74300,8.99898\n4031,1646645346,47.74300,8.99898\n4032,1646645347,47.74300,8.99898\n4033,1646645348,47.74300,8.99898\n4034,1646645349,47.74300,8.99898\n4035,1646645350,47.74300,8.99898\n4036,1646645351,47.74300,8.99898\n4037,1646645352,47.74300,8.99898\n4038,1646645353,47.74300,8.99898\n4039,1646645354,47.74300,8.99898\n4040,1646645355,47.74300,8.99898\n4041,1646645356,47.74300,8.99898\n4042,1646645357,47.74300,8.99898\n4043,1646645358,47.74300,8.99898\n4044,1646645359,47.74300,8.99898\n4045,1646645360,47.74300,8.99898\n4046,1646645361,47.74300,8.99898\n4047,1646645362,47.74300,8.99898\n4048,1646645363,47.74300,8.99898\n4049,1646645364,47.74300,8.99898\n4050,1646645365,47.74300,8.99898\n4051,1646645366,47.74300,8.99898\n4052,1646645367,47.74300,8.99898\n4053,1646645368,47.74300,8.99898\n4054,1646645369,47.74300,8.99898\n4055,1646645370,47.74300,8.99898\n4056,1646645371,47.74300,8.99898\n4057,1646645372,47.74300,8.99898\n4058,1646645373,47.74300,8.99898\n4059,1646645374,47.74300,8.99898\n4060,1646645375,47.74300,8.99898\n4061,1646645376,47.74300,8.99898\n4062,1646645377,47.74300,8.99898\n4063,1646645378,47.74300,8.99898\n4064,1646645379,47.74300,8.99898\n4065,1646645380,47.74300,8.99898\n4066,1646645381,47.74300,8.99898\n4067,1646645382,47.74300,8.99898\n4068,1646645383,47.74300,8.99898\n4069,1646645384,47.74300,8.99898\n4070,1646645385,47.74300,8.99898\n4071,1646645386,47.74300,8.99898\n4072,1646645387,47.74300,8.99898\n4073,1646645388,47.74300,8.99898\n4074,1646645389,47.74300,8.99898\n4075,1646645390,47.74300,8.99898\n4076,1646645391,47.74300,8.99898\n4077,1646645392,47.74300,8.99898\n4078,1646645393,47.74300,8.99898\n4079,1646645394,47.74300,8.99898\n4080,1646645395,47.74300,8.99898\n4081,1646645396,47.74300,8.99898\n4082,1646645397,47.74300,8.99898\n4083,1646645398,47.74300,8.99898\n4084,1646645399,47.74300,8.99898\n4085,1646645400,47.74300,8.99898\n4086,1646645401,47.74300,8.99898\n4087,1646645402,47.74300,8.99898\n4088,1646645403,47.74300,8.99898\n4089,1646645404,47.74300,8.99898\n4090,1646645405,47.74300,8.99898\n4091,1646645406,47.74300,8.99898\n4092,1646645407,47.74300,8.99898\n4093,1646645408,47.74300,8.99898\n4094,1646645409,47.74300,8.99898\n4095,1646645410,47.74300,8.99898\n4096,1646645411,47.74300,8.99898\n4097,1646645412,47.74300,8.99898\n4098,1646645413,47.74300,8.99898\n4099,1646645414,47.74300,8.99898\n4100,1646645415,47.74300,8.99898\n4101,1646645416,47.74300,8.99898\n4102,1646645417,47.74300,8.99898\n4103,1646645418,47.74300,8.99898\n4104,1646645419,47.74300,8.99898\n4105,1646645420,47.74300,8.99898\n4106,1646645421,47.74300,8.99898\n4107,1646645422,47.74300,8.99898\n4108,1646645423,47.74300,8.99898\n4109,1646645424,47.74300,8.99898\n4110,1646645425,47.74300,8.99898\n4111,1646645426,47.74300,8.99898\n4112,1646645427,47.74300,8.99898\n4113,1646645428,47.74300,8.99898\n4114,1646645429,47.74300,8.99898\n4115,1646645430,47.74300,8.99898\n4116,1646645431,47.74300,8.99898\n4117,1646645432,47.74300,8.99898\n4118,1646645433,47.74300,8.99898\n4119,1646645434,47.74300,8.99898\n4120,1646645435,47.74300,8.99898\n4121,1646645436,47.74300,8.99898\n4122,1646645437,47.74300,8.99898\n4123,1646645438,47.74300,8.99898\n4124,1646645439,47.74300,8.99898\n4125,1646645440,47.74300,8.99898\n4126,1646645441,47.74300,8.99898\n4127,1646645442,47.74300,8.99898\n4128,1646645443,47.74300,8.99898\n4129,1646645444,47.74300,8.99898\n4130,1646645445,47.74300,8.99898\n4131,1646645446,47.74300,8.99898\n4132,1646645447,47.74300,8.99898\n4133,1646645448,47.74300,8.99898\n4134,1646645449,47.74300,8.99898\n4135,1646645450,47.74300,8.99898\n4136,1646645451,47.74300,8.99898\n4137,1646645452,47.74300,8.99898\n4138,1646645453,47.74300,8.99898\n4139,1646645454,47.74300,8.99898\n4140,1646645455,47.74300,8.99898\n4141,1646645456,47.74300,8.99898\n4142,1646645457,47.74300,8.99898\n4143,1646645458,47.74300,8.99898\n4144,1646645459,47.74300,8.99898\n4145,1646645460,47.74300,8.99898\n4146,1646645461,47.74300,8.99898\n4147,1646645462,47.74300,8.99898\n4148,1646645463,47.74300,8.99898\n4149,1646645464,47.74300,8.99898\n4150,1646645465,47.74300,8.99898\n4151,1646645466,47.74300,8.99898\n4152,1646645467,47.74300,8.99898\n4153,1646645468,47.74300,8.99898\n4154,1646645469,47.74300,8.99898\n4155,1646645470,47.74300,8.99898\n4156,1646645471,47.74300,8.99898\n4157,1646645472,47.74300,8.99898\n4158,1646645473,47.74300,8.99898\n4159,1646645474,47.74300,8.99898\n4160,1646645475,47.74300,8.99898\n4161,1646645476,47.74300,8.99898\n4162,1646645477,47.74300,8.99898\n4163,1646645478,47.74300,8.99898\n4164,1646645479,47.74300,8.99898\n4165,1646645480,47.74300,8.99898\n4166,1646645481,47.74300,8.99898\n4167,1646645482,47.74300,8.99898\n4168,1646645483,47.74300,8.99898\n4169,1646645484,47.74300,8.99898\n4170,1646645485,47.74300,8.99898\n4171,1646645486,47.74300,8.99898\n4172,1646645487,47.74300,8.99898\n4173,1646645488,47.74300,8.99898\n4174,1646645489,47.74300,8.99898\n4175,1646645490,47.74300,8.99898\n4176,1646645491,47.74300,8.99898\n4177,1646645492,47.74300,8.99898\n4178,1646645493,47.74300,8.99898\n4179,1646645494,47.74300,8.99898\n4180,1646645495,47.74300,8.99898\n4181,1646645496,47.74300,8.99898\n4182,1646645497,47.74300,8.99898\n4183,1646645498,47.74300,8.99898\n4184,1646645499,47.74300,8.99898\n4185,1646645500,47.74300,8.99898\n4186,1646645501,47.74300,8.99898\n4187,1646645502,47.74300,8.99898\n4188,1646645503,47.74300,8.99898\n4189,1646645504,47.74300,8.99898\n4190,1646645505,47.74300,8.99898\n4191,1646645506,47.74300,8.99898\n4192,1646645507,47.74300,8.99898\n4193,1646645508,47.74300,8.99898\n4194,1646645509,47.74300,8.99898\n4195,1646645510,47.74300,8.99898\n4196,1646645511,47.74300,8.99898\n4197,1646645512,47.74300,8.99898\n4198,1646645513,47.74300,8.99898\n4199,1646645514,47.74300,8.99898\n4200,1646645515,47.74300,8.99898\n4201,1646645516,47.74300,8.99898\n4202,1646645517,47.74300,8.99898\n4203,1646645518,47.74300,8.99898\n4204,1646645519,47.74300,8.99898\n4205,1646645520,47.74300,8.99898\n4206,1646645521,47.74300,8.99898\n4207,1646645522,47.74300,8.99898\n4208,1646645523,47.74300,8.99898\n4209,1646645524,47.74300,8.99898\n4210,1646645525,47.74300,8.99898\n4211,1646645526,47.74300,8.99898\n4212,1646645527,47.74300,8.99898\n4213,1646645528,47.74300,8.99898\n4214,1646645529,47.74300,8.99898\n4215,1646645530,47.74300,8.99898\n4216,1646645531,47.74300,8.99898\n4217,1646645532,47.74300,8.99898\n4218,1646645533,47.74300,8.99898\n4219,1646645534,47.74300,8.99898\n4220,1646645535,47.74300,8.99898\n4221,1646645536,47.74300,8.99898\n4222,1646645537,47.74300,8.99898\n4223,1646645538,47.74300,8.99898\n4224,1646645539,47.74300,8.99898\n4225,1646645540,47.74300,8.99898\n4226,1646645541,47.74300,8.99898\n4227,1646645542,47.74300,8.99898\n4228,1646645543,47.74300,8.99898\n4229,1646645544,47.74300,8.99898\n4230,1646645545,47.74300,8.99898\n4231,1646645546,47.74300,8.99898\n4232,1646645547,47.74300,8.99898\n4233,1646645548,47.74300,8.99898\n4234,1646645549,47.74300,8.99898\n4235,1646645550,47.74300,8.99898\n4236,1646645551,47.74300,8.99898\n4237,1646645552,47.74300,8.99898\n4238,1646645553,47.74300,8.99898\n4239,1646645554,47.74300,8.99898\n4240,1646645555,47.74300,8.99898\n4241,1646645556,47.74300,8.99898\n4242,1646645557,47.74300,8.99898\n4243,1646645558,47.74300,8.99898\n4244,1646645559,47.74300,8.99898\n4245,1646645560,47.74300,8.99898\n4246,1646645561,47.74300,8.99898\n4247,1646645562,47.74300,8.99898\n4248,1646645563,47.74300,8.99898\n4249,1646645564,47.74300,8.99898\n4250,1646645565,47.74300,8.99898\n4251,1646645566,47.74300,8.99898\n4252,1646645567,47.74300,8.99898\n4253,1646645568,47.74300,8.99898\n4254,1646645569,47.74300,8.99898\n4255,1646645570,47.74300,8.99898\n4256,1646645571,47.74300,8.99898\n4257,1646645572,47.74300,8.99898\n4258,1646645573,47.74300,8.99898\n4259,1646645574,47.74300,8.99898\n4260,1646645575,47.74300,8.99898\n4261,1646645576,47.74300,8.99898\n4262,1646645577,47.74300,8.99898\n4263,1646645578,47.74300,8.99898\n4264,1646645579,47.74300,8.99898\n4265,1646645580,47.74300,8.99898\n4266,1646645581,47.74300,8.99898\n4267,1646645582,47.74300,8.99898\n4268,1646645583,47.74300,8.99898\n4269,1646645584,47.74300,8.99898\n4270,1646645585,47.74300,8.99898\n4271,1646645586,47.74300,8.99898\n4272,1646645587,47.74300,8.99898\n4273,1646645588,47.74300,8.99898\n4274,1646645589,47.74300,8.99898\n4275,1646645590,47.74300,8.99898\n4276,1646645591,47.74300,8.99898\n4277,1646645592,47.74300,8.99898\n4278,1646645593,47.74300,8.99898\n4279,1646645594,47.74300,8.99898\n4280,1646645595,47.74300,8.99898\n4281,1646645596,47.74300,8.99898\n4282,1646645597,47.74300,8.99898\n4283,1646645598,47.74300,8.99898\n4284,1646645599,47.74300,8.99898\n4285,1646645600,47.74300,8.99898\n4286,1646645601,47.74300,8.99898\n4287,1646645602,47.74300,8.99898\n4288,1646645603,47.74300,8.99898\n4289,1646645604,47.74300,8.99898\n4290,1646645605,47.74300,8.99898\n4291,1646645606,47.74300,8.99898\n4292,1646645607,47.74300,8.99898\n4293,1646645608,47.74300,8.99898\n4294,1646645609,47.74300,8.99898\n4295,1646645610,47.74300,8.99898\n4296,1646645611,47.74300,8.99898\n4297,1646645612,47.74300,8.99898\n4298,1646645613,47.74300,8.99898\n4299,1646645614,47.74300,8.99898\n4300,1646645615,47.74300,8.99898\n4301,1646645616,47.74300,8.99898\n4302,1646645617,47.74300,8.99898\n4303,1646645618,47.74300,8.99898\n4304,1646645619,47.74300,8.99898\n4305,1646645620,47.74300,8.99898\n4306,1646645621,47.74300,8.99898\n4307,1646645622,47.74300,8.99898\n4308,1646645623,47.74300,8.99898\n4309,1646645624,47.74300,8.99898\n4310,1646645625,47.74300,8.99898\n4311,1646645626,47.74300,8.99898\n4312,1646645627,47.74300,8.99898\n4313,1646645628,47.74300,8.99898\n4314,1646645629,47.74300,8.99898\n4315,1646645630,47.74300,8.99898\n4316,1646645631,47.74300,8.99898\n4317,1646645632,47.74300,8.99898\n4318,1646645633,47.74300,8.99898\n4319,1646645634,47.74300,8.99898\n4320,1646645635,47.74300,8.99898\n4321,1646645636,47.74300,8.99898\n4322,1646645637,47.74300,8.99898\n4323,1646645638,47.74300,8.99898\n4324,1646645639,47.74300,8.99898\n4325,1646645640,47.74300,8.99898\n4326,1646645641,47.74300,8.99898\n4327,1646645642,47.74300,8.99898\n4328,1646645643,47.74300,8.99898\n4329,1646645644,47.74300,8.99898\n4330,1646645645,47.74300,8.99898\n4331,1646645646,47.74300,8.99898\n4332,1646645647,47.74300,8.99898\n4333,1646645648,47.74300,8.99898\n4334,1646645649,47.74300,8.99898\n4335,1646645650,47.74300,8.99898\n4336,1646645651,47.74300,8.99898\n4337,1646645652,47.74300,8.99898\n4338,1646645653,47.74300,8.99898\n4339,1646645654,47.74300,8.99898\n4340,1646645655,47.74300,8.99898\n4341,1646645656,47.74300,8.99898\n4342,1646645657,47.74300,8.99898\n4343,1646645658,47.74300,8.99898\n4344,1646645659,47.74300,8.99898\n4345,1646645660,47.74300,8.99898\n4346,1646645661,47.74300,8.99898\n4347,1646645662,47.74300,8.99898\n4348,1646645663,47.74300,8.99898\n4349,1646645664,47.74300,8.99898\n4350,1646645665,47.74300,8.99898\n4351,1646645666,47.74300,8.99898\n4352,1646645667,47.74300,8.99898\n4353,1646645668,47.74300,8.99898\n4354,1646645669,47.74300,8.99898\n4355,1646645670,47.74300,8.99898\n4356,1646645671,47.74300,8.99898\n4357,1646645672,47.74300,8.99898\n4358,1646645673,47.74300,8.99898\n4359,1646645674,47.74300,8.99898\n4360,1646645675,47.74300,8.99898\n4361,1646645676,47.74300,8.99898\n4362,1646645677,47.74300,8.99898\n4363,1646645678,47.74300,8.99898\n4364,1646645679,47.74300,8.99898\n4365,1646645680,47.74300,8.99898\n4366,1646645681,47.74300,8.99898\n4367,1646645682,47.74300,8.99898\n4368,1646645683,47.74300,8.99898\n4369,1646645684,47.74300,8.99898\n4370,1646645685,47.74300,8.99898\n4371,1646645686,47.74301,8.99898\n4372,1646645687,47.74301,8.99898\n4373,1646645688,47.74301,8.99898\n4374,1646645689,47.74301,8.99898\n4375,1646645690,47.74301,8.99898\n4376,1646645691,47.74301,8.99898\n4377,1646645692,47.74301,8.99898\n4378,1646645693,47.74301,8.99898\n4379,1646645694,47.74301,8.99898\n4380,1646645695,47.74301,8.99898\n4381,1646645696,47.74301,8.99898\n4382,1646645697,47.74301,8.99898\n4383,1646645698,47.74301,8.99898\n4384,1646645699,47.74301,8.99898\n4385,1646645700,47.74301,8.99898\n4386,1646645701,47.74301,8.99898\n4387,1646645702,47.74301,8.99898\n4388,1646645703,47.74301,8.99898\n4389,1646645704,47.74301,8.99898\n4390,1646645705,47.74301,8.99898\n4391,1646645706,47.74301,8.99898\n4392,1646645707,47.74301,8.99898\n4393,1646645708,47.74301,8.99898\n4394,1646645709,47.74301,8.99898\n4395,1646645710,47.74301,8.99898\n4396,1646645711,47.74301,8.99898\n4397,1646645712,47.74301,8.99898\n4398,1646645713,47.74301,8.99898\n4399,1646645714,47.74301,8.99898\n4400,1646645715,47.74301,8.99898\n4401,1646645716,47.74301,8.99898\n4402,1646645717,47.74301,8.99898\n4403,1646645718,47.74301,8.99898\n4404,1646645719,47.74301,8.99898\n4405,1646645720,47.74301,8.99898\n4406,1646645721,47.74301,8.99898\n4407,1646645722,47.74301,8.99898\n4408,1646645723,47.74301,8.99898\n4409,1646645724,47.74301,8.99898\n4410,1646645725,47.74301,8.99898\n4411,1646645726,47.74301,8.99898\n4412,1646645727,47.74301,8.99898\n4413,1646645728,47.74301,8.99898\n4414,1646645729,47.74301,8.99898\n4415,1646645730,47.74301,8.99898\n4416,1646645731,47.74301,8.99898\n4417,1646645732,47.74301,8.99898\n4418,1646645733,47.74301,8.99898\n4419,1646645734,47.74301,8.99898\n4420,1646645735,47.74301,8.99898\n4421,1646645736,47.74301,8.99898\n4422,1646645737,47.74301,8.99898\n4423,1646645738,47.74301,8.99898\n4424,1646645739,47.74301,8.99898\n4425,1646645740,47.74301,8.99898\n4426,1646645741,47.74301,8.99898\n4427,1646645742,47.74301,8.99898\n4428,1646645743,47.74301,8.99898\n4429,1646645744,47.74301,8.99898\n4430,1646645745,47.74301,8.99898\n4431,1646645746,47.74301,8.99898\n4432,1646645747,47.74301,8.99898\n4433,1646645748,47.74301,8.99898\n4434,1646645749,47.74301,8.99898\n4435,1646645750,47.74301,8.99898\n4436,1646645751,47.74301,8.99898\n4437,1646645752,47.74301,8.99897\n4438,1646645753,47.74301,8.99897\n4439,1646645754,47.74301,8.99897\n4440,1646645755,47.74301,8.99897\n4441,1646645756,47.74301,8.99897\n4442,1646645757,47.74301,8.99897\n4443,1646645758,47.74301,8.99897\n4444,1646645759,47.74301,8.99897\n4445,1646645760,47.74301,8.99897\n4446,1646645761,47.74301,8.99897\n4447,1646645762,47.74301,8.99897\n4448,1646645763,47.74301,8.99897\n4449,1646645764,47.74301,8.99897\n4450,1646645765,47.74301,8.99897\n4451,1646645766,47.74301,8.99897\n4452,1646645767,47.74301,8.99897\n4453,1646645768,47.74301,8.99897\n4454,1646645769,47.74301,8.99897\n4455,1646645770,47.74301,8.99897\n4456,1646645771,47.74301,8.99897\n4457,1646645772,47.74301,8.99897\n4458,1646645773,47.74301,8.99897\n4459,1646645774,47.74301,8.99897\n4460,1646645775,47.74301,8.99897\n4461,1646645776,47.74301,8.99897\n4462,1646645777,47.74301,8.99897\n4463,1646645778,47.74301,8.99897\n4464,1646645779,47.74301,8.99897\n4465,1646645780,47.74301,8.99897\n4466,1646645781,47.74301,8.99897\n4467,1646645782,47.74301,8.99897\n4468,1646645783,47.74301,8.99897\n4469,1646645784,47.74301,8.99897\n4470,1646645785,47.74301,8.99897\n4471,1646645786,47.74301,8.99897\n4472,1646645787,47.74301,8.99897\n4473,1646645788,47.74301,8.99897\n4474,1646645789,47.74301,8.99897\n4475,1646645790,47.74301,8.99897\n4476,1646645791,47.74301,8.99897\n4477,1646645792,47.74301,8.99897\n4478,1646645793,47.74301,8.99897\n4479,1646645794,47.74301,8.99897\n4480,1646645795,47.74301,8.99897\n4481,1646645796,47.74301,8.99897\n4482,1646645797,47.74301,8.99897\n4483,1646645798,47.74301,8.99897\n4484,1646645799,47.74301,8.99897\n4485,1646645800,47.74301,8.99897\n4486,1646645801,47.74301,8.99897\n4487,1646645802,47.74301,8.99897\n4488,1646645803,47.74301,8.99897\n4489,1646645804,47.74301,8.99897\n4490,1646645805,47.74301,8.99897\n4491,1646645806,47.74301,8.99897\n4492,1646645807,47.74301,8.99897\n4493,1646645808,47.74301,8.99897\n4494,1646645809,47.74301,8.99897\n4495,1646645810,47.74301,8.99897\n4496,1646645811,47.74301,8.99897\n4497,1646645812,47.74301,8.99897\n4498,1646645813,47.74301,8.99897\n4499,1646645814,47.74301,8.99897\n4500,1646645815,47.74301,8.99897\n4501,1646645816,47.74301,8.99897\n4502,1646645817,47.74301,8.99897\n4503,1646645818,47.74301,8.99897\n4504,1646645819,47.74301,8.99897\n4505,1646645820,47.74301,8.99897\n4506,1646645821,47.74301,8.99897\n4507,1646645822,47.74301,8.99897\n4508,1646645823,47.74301,8.99897\n4509,1646645824,47.74301,8.99897\n4510,1646645825,47.74301,8.99897\n4511,1646645826,47.74301,8.99897\n4512,1646645827,47.74301,8.99897\n4513,1646645828,47.74301,8.99897\n4514,1646645829,47.74301,8.99897\n4515,1646645830,47.74301,8.99897\n4516,1646645831,47.74301,8.99897\n4517,1646645832,47.74301,8.99897\n4518,1646645833,47.74301,8.99897\n4519,1646645834,47.74301,8.99897\n4520,1646645835,47.74301,8.99897\n4521,1646645836,47.74301,8.99897\n4522,1646645837,47.74301,8.99897\n4523,1646645838,47.74301,8.99897\n4524,1646645839,47.74301,8.99897\n4525,1646645840,47.74301,8.99897\n4526,1646645841,47.74301,8.99897\n4527,1646645842,47.74301,8.99897\n4528,1646645843,47.74301,8.99897\n4529,1646645844,47.74301,8.99897\n4530,1646645845,47.74301,8.99897\n4531,1646645846,47.74301,8.99897\n4532,1646645847,47.74301,8.99897\n4533,1646645848,47.74301,8.99897\n4534,1646645849,47.74301,8.99897\n4535,1646645850,47.74301,8.99897\n4536,1646645851,47.74301,8.99897\n4537,1646645852,47.74301,8.99897\n4538,1646645853,47.74301,8.99897\n4539,1646645854,47.74301,8.99897\n4540,1646645855,47.74301,8.99897\n4541,1646645856,47.74301,8.99897\n4542,1646645857,47.74301,8.99897\n4543,1646645858,47.74301,8.99897\n4544,1646645859,47.74301,8.99897\n4545,1646645860,47.74301,8.99897\n4546,1646645861,47.74301,8.99897\n4547,1646645862,47.74301,8.99897\n4548,1646645863,47.74301,8.99897\n4549,1646645864,47.74301,8.99897\n4550,1646645865,47.74301,8.99897\n4551,1646645866,47.74301,8.99897\n4552,1646645867,47.74301,8.99897\n4553,1646645868,47.74301,8.99897\n4554,1646645869,47.74301,8.99897\n4555,1646645870,47.74301,8.99897\n4556,1646645871,47.74301,8.99897\n4557,1646645872,47.74301,8.99897\n4558,1646645873,47.74301,8.99897\n4559,1646645874,47.74301,8.99897\n4560,1646645875,47.74301,8.99897\n4561,1646645876,47.74301,8.99897\n4562,1646645877,47.74301,8.99897\n4563,1646645878,47.74301,8.99897\n4564,1646645879,47.74301,8.99897\n4565,1646645880,47.74301,8.99897\n4566,1646645881,47.74301,8.99897\n4567,1646645882,47.74301,8.99897\n4568,1646645883,47.74301,8.99897\n4569,1646645884,47.74301,8.99897\n4570,1646645885,47.74301,8.99897\n4571,1646645886,47.74301,8.99897\n4572,1646645887,47.74301,8.99897\n4573,1646645888,47.74301,8.99897\n4574,1646645889,47.74301,8.99897\n4575,1646645890,47.74301,8.99897\n4576,1646645891,47.74301,8.99897\n4577,1646645892,47.74301,8.99897\n4578,1646645893,47.74301,8.99897\n4579,1646645894,47.74301,8.99897\n4580,1646645895,47.74301,8.99897\n4581,1646645896,47.74301,8.99897\n4582,1646645897,47.74301,8.99897\n4583,1646645898,47.74301,8.99897\n4584,1646645899,47.74301,8.99897\n4585,1646645900,47.74301,8.99897\n4586,1646645901,47.74301,8.99897\n4587,1646645902,47.74301,8.99897\n4588,1646645903,47.74301,8.99897\n4589,1646645904,47.74301,8.99897\n4590,1646645905,47.74301,8.99897\n4591,1646645906,47.74301,8.99897\n4592,1646645907,47.74301,8.99897\n4593,1646645908,47.74301,8.99897\n4594,1646645909,47.74301,8.99897\n4595,1646645910,47.74301,8.99897\n4596,1646645911,47.74301,8.99897\n4597,1646645912,47.74301,8.99897\n4598,1646645913,47.74301,8.99897\n4599,1646645914,47.74301,8.99897\n4600,1646645915,47.74301,8.99897\n4601,1646645916,47.74301,8.99897\n4602,1646645917,47.74301,8.99897\n4603,1646645918,47.74301,8.99897\n4604,1646645919,47.74301,8.99897\n4605,1646645920,47.74301,8.99897\n4606,1646645921,47.74301,8.99897\n4607,1646645922,47.74301,8.99897\n4608,1646645923,47.74301,8.99897\n4609,1646645924,47.74301,8.99897\n4610,1646645925,47.74301,8.99897\n4611,1646645926,47.74301,8.99897\n4612,1646645927,47.74301,8.99897\n4613,1646645928,47.74301,8.99897\n4614,1646645929,47.74301,8.99897\n4615,1646645930,47.74301,8.99897\n4616,1646645931,47.74301,8.99897\n4617,1646645932,47.74301,8.99897\n4618,1646645933,47.74301,8.99897\n4619,1646645934,47.74301,8.99897\n4620,1646645935,47.74301,8.99897\n4621,1646645936,47.74301,8.99897\n4622,1646645937,47.74301,8.99897\n4623,1646645938,47.74301,8.99897\n4624,1646645939,47.74301,8.99897\n4625,1646645940,47.74301,8.99897\n4626,1646645941,47.74301,8.99897\n4627,1646645942,47.74301,8.99897\n4628,1646645943,47.74301,8.99897\n4629,1646645944,47.74301,8.99897\n4630,1646645945,47.74301,8.99897\n4631,1646645946,47.74301,8.99897\n4632,1646645947,47.74301,8.99897\n4633,1646645948,47.74301,8.99897\n4634,1646645949,47.74301,8.99897\n4635,1646645950,47.74301,8.99897\n4636,1646645951,47.74301,8.99897\n4637,1646645952,47.74301,8.99897\n4638,1646645953,47.74301,8.99897\n4639,1646645954,47.74301,8.99897\n4640,1646645955,47.74301,8.99897\n4641,1646645956,47.74301,8.99897\n4642,1646645957,47.74301,8.99897\n4643,1646645958,47.74301,8.99897\n4644,1646645959,47.74301,8.99897\n4645,1646645960,47.74301,8.99897\n4646,1646645961,47.74301,8.99897\n4647,1646645962,47.74301,8.99897\n4648,1646645963,47.74301,8.99897\n4649,1646645964,47.74301,8.99897\n4650,1646645965,47.74301,8.99897\n4651,1646645966,47.74301,8.99897\n4652,1646645967,47.74301,8.99897\n4653,1646645968,47.74301,8.99897\n4654,1646645969,47.74301,8.99897\n4655,1646645970,47.74301,8.99897\n4656,1646645971,47.74301,8.99897\n4657,1646645972,47.74301,8.99897\n4658,1646645973,47.74301,8.99897\n4659,1646645974,47.74301,8.99897\n4660,1646645975,47.74301,8.99897\n4661,1646645976,47.74301,8.99897\n4662,1646645977,47.74301,8.99897\n4663,1646645978,47.74301,8.99897\n4664,1646645979,47.74301,8.99897\n4665,1646645980,47.74301,8.99897\n4666,1646645981,47.74301,8.99897\n4667,1646645982,47.74300,8.99897\n4668,1646645983,47.74300,8.99897\n4669,1646645984,47.74300,8.99897\n4670,1646645985,47.74300,8.99897\n4671,1646645986,47.74300,8.99897\n4672,1646645987,47.74300,8.99897\n4673,1646645988,47.74300,8.99897\n4674,1646645989,47.74300,8.99897\n4675,1646645990,47.74300,8.99897\n4676,1646645991,47.74300,8.99897\n4677,1646645992,47.74300,8.99897\n4678,1646645993,47.74300,8.99897\n4679,1646645994,47.74300,8.99897\n4680,1646645995,47.74300,8.99897\n4681,1646645996,47.74300,8.99897\n4682,1646645997,47.74300,8.99897\n4683,1646645998,47.74300,8.99897\n4684,1646645999,47.74300,8.99897\n4685,1646646000,47.74300,8.99897\n4686,1646646001,47.74300,8.99897\n4687,1646646002,47.74300,8.99897\n4688,1646646003,47.74300,8.99897\n4689,1646646004,47.74300,8.99897\n4690,1646646005,47.74300,8.99897\n4691,1646646006,47.74300,8.99897\n4692,1646646007,47.74300,8.99897\n4693,1646646008,47.74300,8.99897\n4694,1646646009,47.74300,8.99897\n4695,1646646010,47.74300,8.99897\n4696,1646646011,47.74300,8.99897\n4697,1646646012,47.74300,8.99897\n4698,1646646013,47.74300,8.99897\n4699,1646646014,47.74300,8.99897\n4700,1646646015,47.74300,8.99897\n4701,1646646016,47.74300,8.99897\n4702,1646646017,47.74300,8.99897\n4703,1646646018,47.74300,8.99897\n4704,1646646019,47.74300,8.99897\n4705,1646646020,47.74300,8.99897\n4706,1646646021,47.74300,8.99897\n4707,1646646022,47.74300,8.99897\n4708,1646646023,47.74300,8.99897\n4709,1646646024,47.74300,8.99897\n4710,1646646025,47.74300,8.99897\n4711,1646646026,47.74300,8.99897\n4712,1646646027,47.74300,8.99897\n4713,1646646028,47.74300,8.99897\n4714,1646646029,47.74300,8.99897\n4715,1646646030,47.74300,8.99897\n4716,1646646031,47.74300,8.99897\n4717,1646646032,47.74300,8.99897\n4718,1646646033,47.74300,8.99897\n4719,1646646034,47.74300,8.99897\n4720,1646646035,47.74300,8.99897\n4721,1646646036,47.74300,8.99897\n4722,1646646037,47.74300,8.99897\n4723,1646646038,47.74300,8.99897\n4724,1646646039,47.74300,8.99897\n4725,1646646040,47.74300,8.99897\n4726,1646646041,47.74300,8.99897\n4727,1646646042,47.74300,8.99897\n4728,1646646043,47.74300,8.99897\n4729,1646646044,47.74300,8.99897\n4730,1646646045,47.74300,8.99897\n4731,1646646046,47.74300,8.99897\n4732,1646646047,47.74300,8.99897\n4733,1646646048,47.74300,8.99897\n4734,1646646049,47.74300,8.99897\n4735,1646646050,47.74300,8.99897\n4736,1646646051,47.74300,8.99897\n4737,1646646052,47.74300,8.99897\n4738,1646646053,47.74300,8.99897\n4739,1646646054,47.74300,8.99897\n4740,1646646055,47.74300,8.99897\n4741,1646646056,47.74300,8.99897\n4742,1646646057,47.74300,8.99897\n4743,1646646058,47.74300,8.99897\n4744,1646646059,47.74300,8.99897\n4745,1646646060,47.74300,8.99897\n4746,1646646061,47.74300,8.99897\n4747,1646646062,47.74300,8.99897\n4748,1646646063,47.74300,8.99897\n4749,1646646064,47.74300,8.99897\n4750,1646646065,47.74300,8.99897\n4751,1646646066,47.74300,8.99897\n4752,1646646067,47.74300,8.99897\n4753,1646646068,47.74300,8.99897\n4754,1646646069,47.74300,8.99897\n4755,1646646070,47.74300,8.99897\n4756,1646646071,47.74300,8.99897\n4757,1646646072,47.74300,8.99897\n4758,1646646073,47.74300,8.99897\n4759,1646646074,47.74300,8.99897\n4760,1646646075,47.74300,8.99897\n4761,1646646076,47.74300,8.99897\n4762,1646646077,47.74300,8.99897\n4763,1646646078,47.74300,8.99897\n4764,1646646079,47.74300,8.99897\n4765,1646646080,47.74300,8.99897\n4766,1646646081,47.74300,8.99897\n4767,1646646082,47.74300,8.99897\n4768,1646646083,47.74300,8.99897\n4769,1646646084,47.74300,8.99897\n4770,1646646085,47.74300,8.99897\n4771,1646646086,47.74300,8.99897\n4772,1646646087,47.74300,8.99897\n4773,1646646088,47.74300,8.99897\n4774,1646646089,47.74300,8.99897\n4775,1646646090,47.74300,8.99897\n4776,1646646091,47.74300,8.99897\n4777,1646646092,47.74300,8.99897\n4778,1646646093,47.74300,8.99897\n4779,1646646094,47.74300,8.99897\n4780,1646646095,47.74300,8.99897\n4781,1646646096,47.74300,8.99897\n4782,1646646097,47.74300,8.99897\n4783,1646646098,47.74300,8.99897\n4784,1646646099,47.74300,8.99897\n4785,1646646100,47.74300,8.99897\n4786,1646646101,47.74300,8.99897\n4787,1646646102,47.74300,8.99897\n4788,1646646103,47.74300,8.99897\n4789,1646646104,47.74300,8.99897\n4790,1646646105,47.74300,8.99897\n4791,1646646106,47.74300,8.99897\n4792,1646646107,47.74300,8.99897\n4793,1646646108,47.74300,8.99897\n4794,1646646109,47.74300,8.99897\n4795,1646646110,47.74300,8.99897\n4796,1646646111,47.74300,8.99897\n4797,1646646112,47.74300,8.99897\n4798,1646646113,47.74300,8.99897\n4799,1646646114,47.74300,8.99897\n4800,1646646115,47.74300,8.99897\n4801,1646646116,47.74300,8.99897\n4802,1646646117,47.74300,8.99897\n4803,1646646118,47.74300,8.99897\n4804,1646646119,47.74300,8.99897\n4805,1646646120,47.74300,8.99897\n4806,1646646121,47.74300,8.99897\n4807,1646646122,47.74300,8.99897\n4808,1646646123,47.74300,8.99897\n4809,1646646124,47.74300,8.99897\n4810,1646646125,47.74300,8.99897\n4811,1646646126,47.74300,8.99897\n4812,1646646127,47.74300,8.99897\n4813,1646646128,47.74300,8.99897\n4814,1646646129,47.74300,8.99897\n4815,1646646130,47.74300,8.99897\n4816,1646646131,47.74300,8.99897\n4817,1646646132,47.74300,8.99897\n4818,1646646133,47.74300,8.99897\n4819,1646646134,47.74300,8.99897\n4820,1646646135,47.74300,8.99897\n4821,1646646136,47.74300,8.99897\n4822,1646646137,47.74300,8.99897\n4823,1646646138,47.74300,8.99897\n4824,1646646139,47.74300,8.99897\n4825,1646646140,47.74300,8.99897\n4826,1646646141,47.74300,8.99897\n4827,1646646142,47.74300,8.99897\n4828,1646646143,47.74300,8.99897\n4829,1646646144,47.74300,8.99897\n4830,1646646145,47.74300,8.99897\n4831,1646646146,47.74300,8.99897\n4832,1646646147,47.74300,8.99897\n4833,1646646148,47.74300,8.99897\n4834,1646646149,47.74300,8.99897\n4835,1646646150,47.74300,8.99897\n4836,1646646151,47.74300,8.99897\n4837,1646646152,47.74300,8.99897\n4838,1646646153,47.74300,8.99897\n4839,1646646154,47.74300,8.99897\n4840,1646646155,47.74300,8.99897\n4841,1646646156,47.74300,8.99897\n4842,1646646157,47.74300,8.99897\n4843,1646646158,47.74300,8.99897\n4844,1646646159,47.74300,8.99897\n4845,1646646160,47.74300,8.99897\n4846,1646646161,47.74300,8.99897\n4847,1646646162,47.74300,8.99897\n4848,1646646163,47.74300,8.99897\n4849,1646646164,47.74300,8.99897\n4850,1646646165,47.74300,8.99897\n4851,1646646166,47.74300,8.99897\n4852,1646646167,47.74300,8.99897\n4853,1646646168,47.74300,8.99897\n4854,1646646169,47.74300,8.99897\n4855,1646646170,47.74300,8.99897\n4856,1646646171,47.74300,8.99897\n4857,1646646172,47.74300,8.99897\n4858,1646646173,47.74300,8.99897\n4859,1646646174,47.74300,8.99897\n4860,1646646175,47.74300,8.99897\n4861,1646646176,47.74300,8.99897\n4862,1646646177,47.74300,8.99897\n4863,1646646178,47.74300,8.99897\n4864,1646646179,47.74300,8.99897\n4865,1646646180,47.74300,8.99897\n4866,1646646181,47.74300,8.99897\n4867,1646646182,47.74300,8.99897\n4868,1646646183,47.74300,8.99897\n4869,1646646184,47.74300,8.99897\n4870,1646646185,47.74300,8.99897\n4871,1646646186,47.74300,8.99897\n4872,1646646187,47.74300,8.99897\n4873,1646646188,47.74300,8.99897\n4874,1646646189,47.74300,8.99897\n4875,1646646190,47.74300,8.99897\n4876,1646646191,47.74300,8.99897\n4877,1646646192,47.74300,8.99897\n4878,1646646193,47.74300,8.99897\n4879,1646646194,47.74300,8.99897\n4880,1646646195,47.74300,8.99897\n4881,1646646196,47.74300,8.99897\n4882,1646646197,47.74300,8.99897\n4883,1646646198,47.74300,8.99897\n4884,1646646199,47.74300,8.99897\n4885,1646646200,47.74300,8.99897\n4886,1646646201,47.74300,8.99897\n4887,1646646202,47.74300,8.99897\n4888,1646646203,47.74300,8.99897\n4889,1646646204,47.74300,8.99897\n4890,1646646205,47.74300,8.99897\n4891,1646646206,47.74300,8.99897\n4892,1646646207,47.74300,8.99897\n4893,1646646208,47.74300,8.99897\n4894,1646646209,47.74300,8.99897\n4895,1646646210,47.74300,8.99897\n4896,1646646211,47.74300,8.99897\n4897,1646646212,47.74300,8.99897\n4898,1646646213,47.74300,8.99897\n4899,1646646214,47.74300,8.99897\n4900,1646646215,47.74300,8.99897\n4901,1646646216,47.74300,8.99897\n4902,1646646217,47.74300,8.99897\n4903,1646646218,47.74300,8.99897\n4904,1646646219,47.74300,8.99897\n4905,1646646220,47.74300,8.99897\n4906,1646646221,47.74300,8.99897\n4907,1646646222,47.74300,8.99897\n4908,1646646223,47.74300,8.99897\n4909,1646646224,47.74300,8.99897\n4910,1646646225,47.74300,8.99897\n4911,1646646226,47.74300,8.99897\n4912,1646646227,47.74300,8.99897\n4913,1646646228,47.74300,8.99897\n4914,1646646229,47.74300,8.99897\n4915,1646646230,47.74300,8.99897\n4916,1646646231,47.74300,8.99897\n4917,1646646232,47.74300,8.99897\n4918,1646646233,47.74300,8.99897\n4919,1646646234,47.74300,8.99897\n4920,1646646235,47.74300,8.99897\n4921,1646646236,47.74300,8.99897\n4922,1646646237,47.74300,8.99897\n4923,1646646238,47.74300,8.99897\n4924,1646646239,47.74300,8.99897\n4925,1646646240,47.74300,8.99897\n4926,1646646241,47.74300,8.99897\n4927,1646646242,47.74300,8.99897\n4928,1646646243,47.74300,8.99897\n4929,1646646244,47.74300,8.99897\n4930,1646646245,47.74300,8.99897\n4931,1646646246,47.74300,8.99897\n4932,1646646247,47.74300,8.99897\n4933,1646646248,47.74300,8.99897\n4934,1646646249,47.74300,8.99897\n4935,1646646250,47.74300,8.99897\n4936,1646646251,47.74300,8.99897\n4937,1646646252,47.74300,8.99897\n4938,1646646253,47.74300,8.99897\n4939,1646646254,47.74300,8.99897\n4940,1646646255,47.74300,8.99897\n4941,1646646256,47.74300,8.99897\n4942,1646646257,47.74300,8.99897\n4943,1646646258,47.74300,8.99897\n4944,1646646259,47.74300,8.99897\n4945,1646646260,47.74300,8.99897\n4946,1646646261,47.74300,8.99897\n4947,1646646262,47.74300,8.99897\n4948,1646646263,47.74300,8.99897\n4949,1646646264,47.74300,8.99897\n4950,1646646265,47.74300,8.99897\n4951,1646646266,47.74300,8.99897\n4952,1646646267,47.74300,8.99897\n4953,1646646268,47.74300,8.99897\n4954,1646646269,47.74300,8.99897\n4955,1646646270,47.74300,8.99897\n4956,1646646271,47.74300,8.99897\n4957,1646646272,47.74300,8.99897\n4958,1646646273,47.74300,8.99897\n4959,1646646274,47.74300,8.99897\n4960,1646646275,47.74300,8.99897\n4961,1646646276,47.74300,8.99897\n4962,1646646277,47.74300,8.99897\n4963,1646646278,47.74300,8.99897\n4964,1646646279,47.74300,8.99897\n4965,1646646280,47.74300,8.99897\n4966,1646646281,47.74300,8.99897\n4967,1646646282,47.74300,8.99897\n4968,1646646283,47.74300,8.99897\n4969,1646646284,47.74300,8.99897\n4970,1646646285,47.74300,8.99897\n4971,1646646286,47.74300,8.99897\n4972,1646646287,47.74300,8.99897\n4973,1646646288,47.74300,8.99897\n4974,1646646289,47.74300,8.99897\n4975,1646646290,47.74300,8.99897\n4976,1646646291,47.74300,8.99897\n4977,1646646292,47.74300,8.99897\n4978,1646646293,47.74300,8.99897\n4979,1646646294,47.74300,8.99897\n4980,1646646295,47.74300,8.99897\n4981,1646646296,47.74300,8.99897\n4982,1646646297,47.74300,8.99897\n4983,1646646298,47.74300,8.99897\n4984,1646646299,47.74300,8.99897\n4985,1646646300,47.74300,8.99897\n4986,1646646301,47.74300,8.99897\n4987,1646646302,47.74300,8.99897\n4988,1646646303,47.74300,8.99897\n4989,1646646304,47.74300,8.99897\n4990,1646646305,47.74300,8.99897\n4991,1646646306,47.74300,8.99897\n4992,1646646307,47.74300,8.99897\n4993,1646646308,47.74300,8.99897\n4994,1646646309,47.74300,8.99897\n4995,1646646310,47.74300,8.99897\n4996,1646646311,47.74300,8.99897\n4997,1646646312,47.74300,8.99897\n4998,1646646313,47.74300,8.99897\n4999,1646646314,47.74300,8.99897\n5000,1646646315,47.74300,8.99897\n5001,1646646316,47.74300,8.99897\n5002,1646646317,47.74300,8.99897\n5003,1646646318,47.74300,8.99897\n5004,1646646319,47.74300,8.99897\n5005,1646646320,47.74300,8.99897\n5006,1646646321,47.74300,8.99897\n5007,1646646322,47.74300,8.99897\n5008,1646646323,47.74300,8.99897\n5009,1646646324,47.74300,8.99897\n5010,1646646325,47.74300,8.99897\n5011,1646646326,47.74300,8.99897\n5012,1646646327,47.74300,8.99897\n5013,1646646328,47.74300,8.99897\n5014,1646646329,47.74300,8.99897\n5015,1646646330,47.74300,8.99897\n5016,1646646331,47.74300,8.99897\n5017,1646646332,47.74300,8.99897\n5018,1646646333,47.74300,8.99897\n5019,1646646334,47.74300,8.99897\n5020,1646646335,47.74300,8.99897\n5021,1646646336,47.74300,8.99897\n5022,1646646337,47.74300,8.99897\n5023,1646646338,47.74300,8.99897\n5024,1646646339,47.74300,8.99897\n5025,1646646340,47.74300,8.99897\n5026,1646646341,47.74300,8.99897\n5027,1646646342,47.74300,8.99897\n5028,1646646343,47.74300,8.99897\n5029,1646646344,47.74300,8.99897\n5030,1646646345,47.74300,8.99897\n5031,1646646346,47.74300,8.99897\n5032,1646646347,47.74300,8.99897\n5033,1646646348,47.74300,8.99897\n5034,1646646349,47.74300,8.99897\n5035,1646646350,47.74300,8.99897\n5036,1646646351,47.74300,8.99897\n5037,1646646352,47.74300,8.99897\n5038,1646646353,47.74300,8.99897\n5039,1646646354,47.74300,8.99897\n5040,1646646355,47.74300,8.99897\n5041,1646646356,47.74300,8.99897\n5042,1646646357,47.74300,8.99897\n5043,1646646358,47.74300,8.99897\n5044,1646646359,47.74300,8.99897\n5045,1646646360,47.74300,8.99897\n5046,1646646361,47.74300,8.99897\n5047,1646646362,47.74300,8.99897\n5048,1646646363,47.74300,8.99897\n5049,1646646364,47.74300,8.99897\n5050,1646646365,47.74300,8.99897\n5051,1646646366,47.74300,8.99897\n5052,1646646367,47.74300,8.99897\n5053,1646646368,47.74300,8.99897\n5054,1646646369,47.74300,8.99897\n5055,1646646370,47.74300,8.99897\n5056,1646646371,47.74300,8.99897\n5057,1646646372,47.74300,8.99897\n5058,1646646373,47.74300,8.99897\n5059,1646646374,47.74300,8.99897\n5060,1646646375,47.74300,8.99897\n5061,1646646376,47.74300,8.99897\n5062,1646646377,47.74300,8.99897\n5063,1646646378,47.74300,8.99897\n5064,1646646379,47.74300,8.99897\n5065,1646646380,47.74300,8.99897\n5066,1646646381,47.74300,8.99897\n5067,1646646382,47.74300,8.99897\n5068,1646646383,47.74300,8.99897\n5069,1646646384,47.74300,8.99897\n5070,1646646385,47.74300,8.99897\n5071,1646646386,47.74300,8.99897\n5072,1646646387,47.74300,8.99897\n5073,1646646388,47.74300,8.99897\n5074,1646646389,47.74300,8.99897\n5075,1646646390,47.74300,8.99897\n5076,1646646391,47.74300,8.99897\n5077,1646646392,47.74300,8.99897\n5078,1646646393,47.74300,8.99897\n5079,1646646394,47.74300,8.99897\n5080,1646646395,47.74300,8.99897\n5081,1646646396,47.74300,8.99897\n5082,1646646397,47.74300,8.99897\n5083,1646646398,47.74300,8.99897\n5084,1646646399,47.74300,8.99897\n5085,1646646400,47.74300,8.99897\n5086,1646646401,47.74300,8.99897\n5087,1646646402,47.74300,8.99897\n5088,1646646403,47.74300,8.99897\n5089,1646646404,47.74300,8.99897\n5090,1646646405,47.74300,8.99897\n5091,1646646406,47.74300,8.99897\n5092,1646646407,47.74300,8.99897\n5093,1646646408,47.74300,8.99897\n5094,1646646409,47.74300,8.99897\n5095,1646646410,47.74300,8.99897\n5096,1646646411,47.74300,8.99897\n5097,1646646412,47.74300,8.99897\n5098,1646646413,47.74300,8.99897\n5099,1646646414,47.74300,8.99897\n5100,1646646415,47.74300,8.99897\n5101,1646646416,47.74300,8.99897\n5102,1646646417,47.74300,8.99897\n5103,1646646418,47.74300,8.99897\n5104,1646646419,47.74300,8.99897\n5105,1646646420,47.74300,8.99897\n5106,1646646421,47.74300,8.99897\n5107,1646646422,47.74300,8.99897\n5108,1646646423,47.74300,8.99897\n5109,1646646424,47.74300,8.99897\n5110,1646646425,47.74300,8.99897\n5111,1646646426,47.74300,8.99897\n5112,1646646427,47.74300,8.99897\n5113,1646646428,47.74300,8.99897\n5114,1646646429,47.74300,8.99897\n5115,1646646430,47.74300,8.99897\n5116,1646646431,47.74300,8.99897\n5117,1646646432,47.74300,8.99897\n5118,1646646433,47.74300,8.99897\n5119,1646646434,47.74300,8.99897\n5120,1646646435,47.74300,8.99897\n5121,1646646436,47.74300,8.99897\n5122,1646646437,47.74300,8.99897\n5123,1646646438,47.74300,8.99897\n5124,1646646439,47.74300,8.99897\n5125,1646646440,47.74300,8.99897\n5126,1646646441,47.74300,8.99897\n5127,1646646442,47.74300,8.99897\n5128,1646646443,47.74300,8.99897\n5129,1646646444,47.74300,8.99897\n5130,1646646445,47.74300,8.99897\n5131,1646646446,47.74300,8.99897\n5132,1646646447,47.74300,8.99897\n5133,1646646448,47.74300,8.99897\n5134,1646646449,47.74300,8.99897\n5135,1646646450,47.74300,8.99897\n5136,1646646451,47.74300,8.99897\n5137,1646646452,47.74300,8.99897\n5138,1646646453,47.74300,8.99897\n5139,1646646454,47.74300,8.99897\n5140,1646646455,47.74300,8.99897\n5141,1646646456,47.74300,8.99897\n5142,1646646457,47.74300,8.99897\n5143,1646646458,47.74300,8.99897\n5144,1646646459,47.74300,8.99897\n5145,1646646460,47.74300,8.99897\n5146,1646646461,47.74300,8.99897\n5147,1646646462,47.74300,8.99897\n5148,1646646463,47.74300,8.99897\n5149,1646646464,47.74300,8.99897\n5150,1646646465,47.74300,8.99897\n5151,1646646466,47.74300,8.99897\n5152,1646646467,47.74300,8.99897\n5153,1646646468,47.74300,8.99897\n5154,1646646469,47.74300,8.99897\n5155,1646646470,47.74300,8.99897\n5156,1646646471,47.74300,8.99897\n5157,1646646472,47.74300,8.99897\n5158,1646646473,47.74300,8.99897\n5159,1646646474,47.74300,8.99897\n5160,1646646475,47.74300,8.99897\n5161,1646646476,47.74300,8.99897\n5162,1646646477,47.74300,8.99897\n5163,1646646478,47.74300,8.99897\n5164,1646646479,47.74300,8.99897\n5165,1646646480,47.74300,8.99897\n5166,1646646481,47.74300,8.99897\n5167,1646646482,47.74300,8.99897\n5168,1646646483,47.74300,8.99897\n5169,1646646484,47.74300,8.99897\n5170,1646646485,47.74300,8.99897\n5171,1646646486,47.74300,8.99897\n5172,1646646487,47.74300,8.99897\n5173,1646646488,47.74300,8.99897\n5174,1646646489,47.74300,8.99897\n5175,1646646490,47.74300,8.99897\n5176,1646646491,47.74300,8.99897\n5177,1646646492,47.74300,8.99897\n5178,1646646493,47.74300,8.99897\n5179,1646646494,47.74300,8.99897\n5180,1646646495,47.74300,8.99897\n5181,1646646496,47.74300,8.99897\n5182,1646646497,47.74300,8.99897\n5183,1646646498,47.74300,8.99897\n5184,1646646499,47.74300,8.99897\n5185,1646646500,47.74300,8.99897\n5186,1646646501,47.74300,8.99897\n5187,1646646502,47.74300,8.99897\n5188,1646646503,47.74300,8.99897\n5189,1646646504,47.74300,8.99897\n5190,1646646505,47.74300,8.99897\n5191,1646646506,47.74300,8.99897\n5192,1646646507,47.74300,8.99897\n5193,1646646508,47.74300,8.99897\n5194,1646646509,47.74300,8.99897\n5195,1646646510,47.74300,8.99897\n5196,1646646511,47.74300,8.99897\n5197,1646646512,47.74300,8.99897\n5198,1646646513,47.74300,8.99897\n5199,1646646514,47.74300,8.99897\n5200,1646646515,47.74300,8.99897\n5201,1646646516,47.74300,8.99897\n5202,1646646517,47.74300,8.99897\n5203,1646646518,47.74300,8.99897\n5204,1646646519,47.74300,8.99897\n5205,1646646520,47.74300,8.99897\n5206,1646646521,47.74300,8.99897\n5207,1646646522,47.74300,8.99897\n5208,1646646523,47.74300,8.99897\n5209,1646646524,47.74300,8.99897\n5210,1646646525,47.74300,8.99897\n5211,1646646526,47.74300,8.99897\n5212,1646646527,47.74300,8.99897\n5213,1646646528,47.74300,8.99897\n5214,1646646529,47.74300,8.99897\n5215,1646646530,47.74300,8.99897\n5216,1646646531,47.74300,8.99897\n5217,1646646532,47.74300,8.99897\n5218,1646646533,47.74300,8.99897\n5219,1646646534,47.74300,8.99897\n5220,1646646535,47.74300,8.99897\n5221,1646646536,47.74300,8.99897\n5222,1646646537,47.74300,8.99897\n5223,1646646538,47.74300,8.99897\n5224,1646646539,47.74300,8.99897\n5225,1646646540,47.74300,8.99897\n5226,1646646541,47.74300,8.99897\n5227,1646646542,47.74300,8.99897\n5228,1646646543,47.74300,8.99897\n5229,1646646544,47.74300,8.99897\n5230,1646646545,47.74300,8.99897\n5231,1646646546,47.74300,8.99897\n5232,1646646547,47.74300,8.99897\n5233,1646646548,47.74300,8.99897\n5234,1646646549,47.74300,8.99897\n5235,1646646550,47.74300,8.99897\n5236,1646646551,47.74300,8.99897\n5237,1646646552,47.74300,8.99897\n5238,1646646553,47.74300,8.99897\n5239,1646646554,47.74300,8.99897\n5240,1646646555,47.74300,8.99897\n5241,1646646556,47.74300,8.99897\n5242,1646646557,47.74300,8.99897\n5243,1646646558,47.74300,8.99897\n5244,1646646559,47.74300,8.99897\n5245,1646646560,47.74300,8.99897\n5246,1646646561,47.74300,8.99897\n5247,1646646562,47.74300,8.99897\n5248,1646646563,47.74300,8.99897\n5249,1646646564,47.74300,8.99897\n5250,1646646565,47.74300,8.99897\n5251,1646646566,47.74300,8.99897\n5252,1646646567,47.74300,8.99897\n5253,1646646568,47.74300,8.99897\n5254,1646646569,47.74300,8.99897\n5255,1646646570,47.74300,8.99897\n5256,1646646571,47.74300,8.99897\n5257,1646646572,47.74300,8.99897\n5258,1646646573,47.74300,8.99897\n5259,1646646574,47.74300,8.99897\n5260,1646646575,47.74300,8.99897\n5261,1646646576,47.74300,8.99897\n5262,1646646577,47.74300,8.99897\n5263,1646646578,47.74300,8.99897\n5264,1646646579,47.74300,8.99897\n5265,1646646580,47.74300,8.99897\n5266,1646646581,47.74300,8.99897\n5267,1646646582,47.74300,8.99897\n5268,1646646583,47.74300,8.99897\n5269,1646646584,47.74300,8.99897\n5270,1646646585,47.74300,8.99897\n5271,1646646586,47.74300,8.99897\n5272,1646646587,47.74300,8.99897\n5273,1646646588,47.74300,8.99897\n5274,1646646589,47.74300,8.99897\n5275,1646646590,47.74300,8.99897\n5276,1646646591,47.74300,8.99897\n5277,1646646592,47.74300,8.99897\n5278,1646646593,47.74300,8.99897\n5279,1646646594,47.74300,8.99897\n5280,1646646595,47.74300,8.99897\n5281,1646646596,47.74300,8.99897\n5282,1646646597,47.74300,8.99897\n5283,1646646598,47.74300,8.99897\n5284,1646646599,47.74300,8.99897\n5285,1646646600,47.74300,8.99897\n5286,1646646601,47.74300,8.99897\n5287,1646646602,47.74300,8.99897\n5288,1646646603,47.74300,8.99897\n5289,1646646604,47.74300,8.99897\n5290,1646646605,47.74300,8.99897\n5291,1646646606,47.74300,8.99897\n5292,1646646607,47.74300,8.99897\n5293,1646646608,47.74300,8.99897\n5294,1646646609,47.74300,8.99897\n5295,1646646610,47.74300,8.99897\n5296,1646646611,47.74300,8.99897\n5297,1646646612,47.74300,8.99897\n5298,1646646613,47.74300,8.99897\n5299,1646646614,47.74300,8.99897\n5300,1646646615,47.74300,8.99897\n5301,1646646616,47.74300,8.99897\n5302,1646646617,47.74300,8.99897\n5303,1646646618,47.74300,8.99897\n5304,1646646619,47.74300,8.99897\n5305,1646646620,47.74300,8.99897\n5306,1646646621,47.74300,8.99897\n5307,1646646622,47.74300,8.99897\n5308,1646646623,47.74300,8.99897\n5309,1646646624,47.74300,8.99897\n5310,1646646625,47.74300,8.99897\n5311,1646646626,47.74300,8.99897\n5312,1646646627,47.74300,8.99897\n5313,1646646628,47.74300,8.99897\n5314,1646646629,47.74300,8.99897\n5315,1646646630,47.74300,8.99897\n5316,1646646631,47.74300,8.99897\n5317,1646646632,47.74301,8.99897\n5318,1646646633,47.74301,8.99897\n5319,1646646634,47.74301,8.99897\n5320,1646646635,47.74301,8.99897\n5321,1646646636,47.74301,8.99897\n5322,1646646637,47.74301,8.99897\n5323,1646646638,47.74301,8.99897\n5324,1646646639,47.74301,8.99896\n5325,1646646640,47.74301,8.99896\n5326,1646646641,47.74301,8.99896\n5327,1646646642,47.74301,8.99896\n5328,1646646643,47.74301,8.99896\n5329,1646646644,47.74301,8.99896\n5330,1646646645,47.74301,8.99896\n5331,1646646646,47.74301,8.99896\n5332,1646646647,47.74301,8.99896\n5333,1646646648,47.74301,8.99896\n5334,1646646649,47.74301,8.99896\n5335,1646646650,47.74301,8.99896\n5336,1646646651,47.74301,8.99896\n5337,1646646652,47.74301,8.99896\n5338,1646646653,47.74301,8.99896\n5339,1646646654,47.74301,8.99896\n5340,1646646655,47.74301,8.99896\n5341,1646646656,47.74301,8.99896\n5342,1646646657,47.74301,8.99896\n5343,1646646658,47.74301,8.99896\n5344,1646646659,47.74301,8.99896\n5345,1646646660,47.74301,8.99896\n5346,1646646661,47.74301,8.99896\n5347,1646646662,47.74301,8.99896\n5348,1646646663,47.74301,8.99896\n5349,1646646664,47.74301,8.99896\n5350,1646646665,47.74301,8.99896\n5351,1646646666,47.74301,8.99896\n5352,1646646667,47.74301,8.99896\n5353,1646646668,47.74301,8.99896\n5354,1646646669,47.74301,8.99896\n5355,1646646670,47.74301,8.99896\n5356,1646646671,47.74301,8.99896\n5357,1646646672,47.74301,8.99896\n5358,1646646673,47.74301,8.99896\n5359,1646646674,47.74301,8.99896\n5360,1646646675,47.74301,8.99896\n5361,1646646676,47.74301,8.99896\n5362,1646646677,47.74301,8.99896\n5363,1646646678,47.74301,8.99896\n5364,1646646679,47.74301,8.99896\n5365,1646646680,47.74301,8.99896\n5366,1646646681,47.74301,8.99896\n5367,1646646682,47.74301,8.99896\n5368,1646646683,47.74301,8.99896\n5369,1646646684,47.74301,8.99896\n5370,1646646685,47.74301,8.99896\n5371,1646646686,47.74301,8.99896\n5372,1646646687,47.74301,8.99896\n5373,1646646688,47.74301,8.99896\n5374,1646646689,47.74301,8.99896\n5375,1646646690,47.74301,8.99896\n5376,1646646691,47.74301,8.99896\n5377,1646646692,47.74301,8.99896\n5378,1646646693,47.74301,8.99896\n5379,1646646694,47.74301,8.99896\n5380,1646646695,47.74301,8.99896\n5381,1646646696,47.74301,8.99896\n5382,1646646697,47.74301,8.99896\n5383,1646646698,47.74301,8.99896\n5384,1646646699,47.74301,8.99896\n5385,1646646700,47.74301,8.99896\n5386,1646646701,47.74301,8.99896\n5387,1646646702,47.74301,8.99896\n5388,1646646703,47.74301,8.99896\n5389,1646646704,47.74301,8.99896\n5390,1646646705,47.74301,8.99896\n5391,1646646706,47.74301,8.99896\n5392,1646646707,47.74301,8.99896\n5393,1646646708,47.74301,8.99896\n5394,1646646709,47.74301,8.99896\n5395,1646646710,47.74301,8.99896\n5396,1646646711,47.74301,8.99896\n5397,1646646712,47.74301,8.99896\n5398,1646646713,47.74301,8.99896\n5399,1646646714,47.74301,8.99896\n5400,1646646715,47.74301,8.99896\n5401,1646646716,47.74301,8.99896\n5402,1646646717,47.74301,8.99896\n5403,1646646718,47.74301,8.99896\n5404,1646646719,47.74301,8.99896\n5405,1646646720,47.74301,8.99896\n5406,1646646721,47.74301,8.99896\n5407,1646646722,47.74301,8.99896\n5408,1646646723,47.74301,8.99896\n5409,1646646724,47.74301,8.99896\n5410,1646646725,47.74301,8.99896\n5411,1646646726,47.74301,8.99896\n5412,1646646727,47.74301,8.99896\n5413,1646646728,47.74301,8.99896\n5414,1646646729,47.74301,8.99896\n5415,1646646730,47.74301,8.99896\n5416,1646646731,47.74301,8.99896\n5417,1646646732,47.74301,8.99896\n5418,1646646733,47.74301,8.99896\n5419,1646646734,47.74301,8.99896\n5420,1646646735,47.74301,8.99896\n5421,1646646736,47.74301,8.99896\n5422,1646646737,47.74301,8.99896\n5423,1646646738,47.74301,8.99896\n5424,1646646739,47.74301,8.99896\n5425,1646646740,47.74301,8.99896\n5426,1646646741,47.74301,8.99896\n5427,1646646742,47.74301,8.99896\n5428,1646646743,47.74301,8.99896\n5429,1646646744,47.74301,8.99896\n5430,1646646745,47.74301,8.99896\n5431,1646646746,47.74301,8.99896\n5432,1646646747,47.74301,8.99896\n5433,1646646748,47.74301,8.99896\n5434,1646646749,47.74301,8.99896\n5435,1646646750,47.74301,8.99896\n5436,1646646751,47.74301,8.99896\n5437,1646646752,47.74301,8.99896\n5438,1646646753,47.74301,8.99896\n5439,1646646754,47.74301,8.99896\n5440,1646646755,47.74301,8.99896\n5441,1646646756,47.74301,8.99896\n5442,1646646757,47.74301,8.99896\n5443,1646646758,47.74301,8.99896\n5444,1646646759,47.74301,8.99896\n5445,1646646760,47.74301,8.99896\n5446,1646646761,47.74301,8.99896\n5447,1646646762,47.74301,8.99896\n5448,1646646763,47.74301,8.99896\n5449,1646646764,47.74301,8.99896\n5450,1646646765,47.74301,8.99896\n5451,1646646766,47.74301,8.99896\n5452,1646646767,47.74301,8.99896\n5453,1646646768,47.74301,8.99896\n5454,1646646769,47.74301,8.99896\n5455,1646646770,47.74301,8.99896\n5456,1646646771,47.74301,8.99896\n5457,1646646772,47.74301,8.99896\n5458,1646646773,47.74301,8.99896\n5459,1646646774,47.74301,8.99896\n5460,1646646775,47.74301,8.99896\n5461,1646646776,47.74301,8.99896\n5462,1646646777,47.74301,8.99896\n5463,1646646778,47.74301,8.99896\n5464,1646646779,47.74301,8.99896\n5465,1646646780,47.74301,8.99896\n5466,1646646781,47.74301,8.99896\n5467,1646646782,47.74301,8.99896\n5468,1646646783,47.74301,8.99896\n5469,1646646784,47.74301,8.99896\n5470,1646646785,47.74301,8.99896\n5471,1646646786,47.74301,8.99896\n5472,1646646787,47.74301,8.99896\n5473,1646646788,47.74301,8.99896\n5474,1646646789,47.74301,8.99896\n5475,1646646790,47.74301,8.99896\n5476,1646646791,47.74301,8.99896\n5477,1646646792,47.74301,8.99896\n5478,1646646793,47.74301,8.99896\n5479,1646646794,47.74301,8.99896\n5480,1646646795,47.74301,8.99896\n5481,1646646796,47.74301,8.99896\n5482,1646646797,47.74301,8.99896\n5483,1646646798,47.74301,8.99896\n5484,1646646799,47.74301,8.99896\n5485,1646646800,47.74301,8.99896\n5486,1646646801,47.74301,8.99896\n5487,1646646802,47.74301,8.99896\n5488,1646646803,47.74301,8.99896\n5489,1646646804,47.74301,8.99896\n5490,1646646805,47.74301,8.99896\n5491,1646646806,47.74301,8.99896\n5492,1646646807,47.74301,8.99896\n5493,1646646808,47.74301,8.99896\n5494,1646646809,47.74301,8.99896\n5495,1646646810,47.74301,8.99896\n5496,1646646811,47.74301,8.99896\n5497,1646646812,47.74301,8.99896\n5498,1646646813,47.74301,8.99896\n5499,1646646814,47.74301,8.99896\n5500,1646646815,47.74301,8.99896\n5501,1646646816,47.74301,8.99896\n5502,1646646817,47.74301,8.99896\n5503,1646646818,47.74301,8.99896\n5504,1646646819,47.74301,8.99896\n5505,1646646820,47.74301,8.99896\n5506,1646646821,47.74301,8.99896\n5507,1646646822,47.74301,8.99896\n5508,1646646823,47.74301,8.99896\n5509,1646646824,47.74301,8.99896\n5510,1646646825,47.74301,8.99896\n5511,1646646826,47.74301,8.99896\n5512,1646646827,47.74301,8.99896\n5513,1646646828,47.74301,8.99896\n5514,1646646829,47.74301,8.99896\n5515,1646646830,47.74301,8.99896\n5516,1646646831,47.74301,8.99896\n5517,1646646832,47.74301,8.99896\n5518,1646646833,47.74301,8.99896\n5519,1646646834,47.74301,8.99896\n5520,1646646835,47.74301,8.99896\n5521,1646646836,47.74301,8.99896\n5522,1646646837,47.74301,8.99896\n5523,1646646838,47.74301,8.99896\n5524,1646646839,47.74301,8.99896\n5525,1646646840,47.74301,8.99896\n5526,1646646841,47.74301,8.99896\n5527,1646646842,47.74301,8.99896\n5528,1646646843,47.74301,8.99896\n5529,1646646844,47.74301,8.99896\n5530,1646646845,47.74301,8.99896\n5531,1646646846,47.74301,8.99896\n5532,1646646847,47.74301,8.99896\n5533,1646646848,47.74301,8.99896\n5534,1646646849,47.74301,8.99896\n5535,1646646850,47.74301,8.99896\n5536,1646646851,47.74301,8.99896\n5537,1646646852,47.74301,8.99896\n5538,1646646853,47.74301,8.99896\n5539,1646646854,47.74301,8.99896\n5540,1646646855,47.74301,8.99896\n5541,1646646856,47.74301,8.99896\n5542,1646646857,47.74301,8.99896\n5543,1646646858,47.74301,8.99896\n5544,1646646859,47.74301,8.99896\n5545,1646646860,47.74301,8.99896\n5546,1646646861,47.74301,8.99896\n5547,1646646862,47.74301,8.99896\n5548,1646646863,47.74301,8.99896\n5549,1646646864,47.74301,8.99896\n5550,1646646865,47.74301,8.99896\n5551,1646646866,47.74301,8.99896\n5552,1646646867,47.74301,8.99896\n5553,1646646868,47.74301,8.99896\n5554,1646646869,47.74301,8.99896\n5555,1646646870,47.74301,8.99896\n5556,1646646871,47.74301,8.99896\n5557,1646646872,47.74301,8.99896\n5558,1646646873,47.74301,8.99896\n5559,1646646874,47.74301,8.99896\n5560,1646646875,47.74301,8.99896\n5561,1646646876,47.74301,8.99896\n5562,1646646877,47.74301,8.99896\n5563,1646646878,47.74301,8.99896\n5564,1646646879,47.74301,8.99896\n5565,1646646880,47.74301,8.99896\n5566,1646646881,47.74301,8.99896\n5567,1646646882,47.74301,8.99896\n5568,1646646883,47.74301,8.99896\n5569,1646646884,47.74301,8.99896\n5570,1646646885,47.74301,8.99896\n5571,1646646886,47.74301,8.99896\n5572,1646646887,47.74301,8.99896\n5573,1646646888,47.74301,8.99896\n5574,1646646889,47.74301,8.99896\n5575,1646646890,47.74301,8.99896\n5576,1646646891,47.74301,8.99896\n5577,1646646892,47.74301,8.99896\n5578,1646646893,47.74301,8.99896\n5579,1646646894,47.74301,8.99896\n5580,1646646895,47.74301,8.99896\n5581,1646646896,47.74301,8.99896\n5582,1646646897,47.74301,8.99896\n5583,1646646898,47.74301,8.99896\n5584,1646646899,47.74301,8.99896\n5585,1646646900,47.74301,8.99896\n5586,1646646901,47.74301,8.99896\n5587,1646646902,47.74301,8.99896\n5588,1646646903,47.74301,8.99896\n5589,1646646904,47.74301,8.99896\n5590,1646646905,47.74301,8.99896\n5591,1646646906,47.74301,8.99896\n5592,1646646907,47.74301,8.99896\n5593,1646646908,47.74301,8.99896\n5594,1646646909,47.74301,8.99896\n5595,1646646910,47.74301,8.99896\n5596,1646646911,47.74301,8.99896\n5597,1646646912,47.74301,8.99896\n5598,1646646913,47.74301,8.99896\n5599,1646646914,47.74301,8.99896\n5600,1646646915,47.74301,8.99896\n5601,1646646916,47.74301,8.99896\n5602,1646646917,47.74301,8.99896\n5603,1646646918,47.74301,8.99896\n5604,1646646919,47.74301,8.99896\n5605,1646646920,47.74301,8.99896\n5606,1646646921,47.74301,8.99896\n5607,1646646922,47.74301,8.99896\n5608,1646646923,47.74301,8.99896\n5609,1646646924,47.74301,8.99896\n5610,1646646925,47.74301,8.99896\n5611,1646646926,47.74301,8.99896\n5612,1646646927,47.74301,8.99896\n5613,1646646928,47.74301,8.99896\n5614,1646646929,47.74301,8.99896\n5615,1646646930,47.74301,8.99896\n5616,1646646931,47.74301,8.99896\n5617,1646646932,47.74301,8.99896\n5618,1646646933,47.74301,8.99896\n5619,1646646934,47.74301,8.99896\n5620,1646646935,47.74301,8.99896\n5621,1646646936,47.74301,8.99896\n5622,1646646937,47.74301,8.99896\n5623,1646646938,47.74301,8.99896\n5624,1646646939,47.74301,8.99896\n5625,1646646940,47.74301,8.99896\n5626,1646646941,47.74301,8.99896\n5627,1646646942,47.74301,8.99896\n5628,1646646943,47.74301,8.99896\n5629,1646646944,47.74301,8.99896\n5630,1646646945,47.74301,8.99896\n5631,1646646946,47.74301,8.99896\n5632,1646646947,47.74301,8.99896\n5633,1646646948,47.74301,8.99896\n5634,1646646949,47.74301,8.99896\n5635,1646646950,47.74301,8.99896\n5636,1646646951,47.74301,8.99896\n5637,1646646952,47.74301,8.99896\n5638,1646646953,47.74301,8.99896\n5639,1646646954,47.74301,8.99896\n5640,1646646955,47.74301,8.99896\n5641,1646646956,47.74301,8.99896\n5642,1646646957,47.74301,8.99896\n5643,1646646958,47.74301,8.99896\n5644,1646646959,47.74301,8.99896\n5645,1646646960,47.74301,8.99896\n5646,1646646961,47.74301,8.99896\n5647,1646646962,47.74301,8.99896\n5648,1646646963,47.74301,8.99896\n5649,1646646964,47.74301,8.99896\n5650,1646646965,47.74301,8.99896\n5651,1646646966,47.74301,8.99896\n5652,1646646967,47.74301,8.99896\n5653,1646646968,47.74301,8.99896\n5654,1646646969,47.74301,8.99896\n5655,1646646970,47.74301,8.99896\n5656,1646646971,47.74301,8.99896\n5657,1646646972,47.74301,8.99896\n5658,1646646973,47.74301,8.99896\n5659,1646646974,47.74301,8.99896\n5660,1646646975,47.74301,8.99896\n5661,1646646976,47.74301,8.99896\n5662,1646646977,47.74301,8.99896\n5663,1646646978,47.74301,8.99896\n5664,1646646979,47.74301,8.99896\n5665,1646646980,47.74301,8.99896\n5666,1646646981,47.74301,8.99896\n5667,1646646982,47.74301,8.99896\n5668,1646646983,47.74301,8.99896\n5669,1646646984,47.74301,8.99896\n5670,1646646985,47.74301,8.99896\n5671,1646646986,47.74301,8.99896\n5672,1646646987,47.74301,8.99896\n5673,1646646988,47.74301,8.99896\n5674,1646646989,47.74301,8.99896\n5675,1646646990,47.74301,8.99896\n5676,1646646991,47.74301,8.99896\n5677,1646646992,47.74301,8.99896\n5678,1646646993,47.74301,8.99896\n5679,1646646994,47.74301,8.99896\n5680,1646646995,47.74301,8.99896\n5681,1646646996,47.74301,8.99896\n5682,1646646997,47.74301,8.99896\n5683,1646646998,47.74301,8.99896\n5684,1646646999,47.74301,8.99896\n5685,1646647000,47.74301,8.99896\n5686,1646647001,47.74301,8.99896\n5687,1646647002,47.74301,8.99896\n5688,1646647003,47.74301,8.99896\n5689,1646647004,47.74301,8.99896\n5690,1646647005,47.74301,8.99896\n5691,1646647006,47.74301,8.99896\n5692,1646647007,47.74301,8.99896\n5693,1646647008,47.74301,8.99896\n5694,1646647009,47.74301,8.99896\n5695,1646647010,47.74301,8.99896\n5696,1646647011,47.74301,8.99896\n5697,1646647012,47.74301,8.99896\n5698,1646647013,47.74301,8.99896\n5699,1646647014,47.74301,8.99896\n5700,1646647015,47.74301,8.99896\n5701,1646647016,47.74301,8.99896\n5702,1646647017,47.74301,8.99896\n5703,1646647018,47.74301,8.99896\n5704,1646647019,47.74301,8.99896\n5705,1646647020,47.74301,8.99896\n5706,1646647021,47.74301,8.99896\n5707,1646647022,47.74301,8.99896\n5708,1646647023,47.74301,8.99896\n5709,1646647024,47.74301,8.99896\n5710,1646647025,47.74301,8.99896\n5711,1646647026,47.74301,8.99896\n5712,1646647027,47.74301,8.99896\n5713,1646647028,47.74301,8.99896\n5714,1646647029,47.74301,8.99896\n5715,1646647030,47.74301,8.99896\n5716,1646647031,47.74301,8.99896\n5717,1646647032,47.74301,8.99896\n5718,1646647033,47.74301,8.99896\n5719,1646647034,47.74301,8.99896\n5720,1646647035,47.74301,8.99896\n5721,1646647036,47.74301,8.99896\n5722,1646647037,47.74301,8.99896\n5723,1646647038,47.74301,8.99896\n5724,1646647039,47.74301,8.99896\n5725,1646647040,47.74301,8.99896\n5726,1646647041,47.74301,8.99896\n5727,1646647042,47.74301,8.99896\n5728,1646647043,47.74301,8.99896\n5729,1646647044,47.74301,8.99896\n5730,1646647045,47.74301,8.99896\n5731,1646647046,47.74301,8.99896\n5732,1646647047,47.74301,8.99896\n5733,1646647048,47.74301,8.99896\n5734,1646647049,47.74301,8.99896\n5735,1646647050,47.74301,8.99896\n5736,1646647051,47.74301,8.99896\n5737,1646647052,47.74301,8.99896\n5738,1646647053,47.74301,8.99896\n5739,1646647054,47.74301,8.99896\n5740,1646647055,47.74301,8.99896\n5741,1646647056,47.74301,8.99896\n5742,1646647057,47.74301,8.99896\n5743,1646647058,47.74301,8.99896\n5744,1646647059,47.74301,8.99896\n5745,1646647060,47.74301,8.99896\n5746,1646647061,47.74301,8.99896\n5747,1646647062,47.74301,8.99896\n5748,1646647063,47.74301,8.99896\n5749,1646647064,47.74301,8.99896\n5750,1646647065,47.74301,8.99896\n5751,1646647066,47.74301,8.99896\n5752,1646647067,47.74301,8.99896\n5753,1646647068,47.74301,8.99896\n5754,1646647069,47.74301,8.99896\n5755,1646647070,47.74301,8.99896\n5756,1646647071,47.74301,8.99896\n5757,1646647072,47.74301,8.99896\n5758,1646647073,47.74301,8.99896\n5759,1646647074,47.74301,8.99896\n5760,1646647075,47.74301,8.99896\n5761,1646647076,47.74301,8.99896\n5762,1646647077,47.74301,8.99896\n5763,1646647078,47.74301,8.99896\n5764,1646647079,47.74301,8.99896\n5765,1646647080,47.74301,8.99896\n5766,1646647081,47.74301,8.99896\n5767,1646647082,47.74301,8.99896\n5768,1646647083,47.74301,8.99896\n5769,1646647084,47.74301,8.99896\n5770,1646647085,47.74301,8.99896\n5771,1646647086,47.74301,8.99896\n5772,1646647087,47.74301,8.99896\n5773,1646647088,47.74301,8.99896\n5774,1646647089,47.74301,8.99896\n5775,1646647090,47.74301,8.99896\n5776,1646647091,47.74301,8.99896\n5777,1646647092,47.74301,8.99896\n5778,1646647093,47.74301,8.99896\n5779,1646647094,47.74301,8.99896\n5780,1646647095,47.74301,8.99896\n5781,1646647096,47.74301,8.99896\n5782,1646647097,47.74301,8.99896\n5783,1646647098,47.74301,8.99896\n5784,1646647099,47.74301,8.99896\n5785,1646647100,47.74301,8.99896\n5786,1646647101,47.74301,8.99896\n5787,1646647102,47.74301,8.99896\n5788,1646647103,47.74301,8.99896\n5789,1646647104,47.74301,8.99896\n5790,1646647105,47.74301,8.99896\n5791,1646647106,47.74301,8.99896\n5792,1646647107,47.74301,8.99896\n5793,1646647108,47.74301,8.99896\n5794,1646647109,47.74301,8.99896\n5795,1646647110,47.74301,8.99896\n5796,1646647111,47.74301,8.99896\n5797,1646647112,47.74301,8.99896\n5798,1646647113,47.74301,8.99896\n5799,1646647114,47.74301,8.99896\n5800,1646647115,47.74301,8.99896\n5801,1646647116,47.74301,8.99896\n5802,1646647117,47.74301,8.99896\n5803,1646647118,47.74301,8.99896\n5804,1646647119,47.74301,8.99896\n5805,1646647120,47.74301,8.99896\n5806,1646647121,47.74301,8.99896\n5807,1646647122,47.74301,8.99896\n5808,1646647123,47.74301,8.99896\n5809,1646647124,47.74301,8.99896\n5810,1646647125,47.74301,8.99896\n5811,1646647126,47.74301,8.99896\n5812,1646647127,47.74301,8.99896\n5813,1646647128,47.74301,8.99896\n5814,1646647129,47.74301,8.99896\n5815,1646647130,47.74301,8.99896\n5816,1646647131,47.74301,8.99896\n5817,1646647132,47.74301,8.99896\n5818,1646647133,47.74301,8.99896\n5819,1646647134,47.74301,8.99896\n5820,1646647135,47.74301,8.99896\n5821,1646647136,47.74301,8.99896\n5822,1646647137,47.74301,8.99896\n5823,1646647138,47.74301,8.99896\n5824,1646647139,47.74301,8.99896\n5825,1646647140,47.74301,8.99896\n5826,1646647141,47.74301,8.99896\n5827,1646647142,47.74301,8.99896\n5828,1646647143,47.74301,8.99896\n5829,1646647144,47.74301,8.99896\n5830,1646647145,47.74301,8.99896\n5831,1646647146,47.74301,8.99896\n5832,1646647147,47.74301,8.99896\n5833,1646647148,47.74301,8.99896\n5834,1646647149,47.74301,8.99896\n5835,1646647150,47.74301,8.99896\n5836,1646647151,47.74301,8.99896\n5837,1646647152,47.74301,8.99896\n5838,1646647153,47.74301,8.99896\n5839,1646647154,47.74301,8.99896\n5840,1646647155,47.74301,8.99896\n5841,1646647156,47.74301,8.99896\n5842,1646647157,47.74301,8.99896\n5843,1646647158,47.74301,8.99896\n5844,1646647159,47.74301,8.99896\n5845,1646647160,47.74301,8.99896\n5846,1646647161,47.74301,8.99896\n5847,1646647162,47.74301,8.99896\n5848,1646647163,47.74301,8.99896\n5849,1646647164,47.74301,8.99896\n5850,1646647165,47.74301,8.99896\n5851,1646647166,47.74301,8.99896\n5852,1646647167,47.74301,8.99896\n5853,1646647168,47.74301,8.99896\n5854,1646647169,47.74301,8.99896\n5855,1646647170,47.74301,8.99896\n5856,1646647171,47.74301,8.99896\n5857,1646647172,47.74301,8.99896\n5858,1646647173,47.74301,8.99896\n5859,1646647174,47.74301,8.99896\n5860,1646647175,47.74301,8.99896\n5861,1646647176,47.74301,8.99896\n5862,1646647177,47.74301,8.99896\n5863,1646647178,47.74301,8.99896\n5864,1646647179,47.74301,8.99896\n5865,1646647180,47.74301,8.99896\n5866,1646647181,47.74301,8.99896\n5867,1646647182,47.74301,8.99896\n5868,1646647183,47.74301,8.99896\n5869,1646647184,47.74301,8.99896\n5870,1646647185,47.74301,8.99896\n5871,1646647186,47.74301,8.99896\n5872,1646647187,47.74301,8.99896\n5873,1646647188,47.74301,8.99896\n5874,1646647189,47.74301,8.99896\n5875,1646647190,47.74301,8.99896\n5876,1646647191,47.74301,8.99896\n5877,1646647192,47.74301,8.99896\n5878,1646647193,47.74301,8.99896\n5879,1646647194,47.74301,8.99896\n5880,1646647195,47.74301,8.99896\n5881,1646647196,47.74301,8.99896\n5882,1646647197,47.74301,8.99896\n5883,1646647198,47.74301,8.99896\n5884,1646647199,47.74301,8.99896\n5885,1646647200,47.74301,8.99896\n5886,1646647201,47.74301,8.99896\n5887,1646647202,47.74301,8.99896\n5888,1646647203,47.74301,8.99896\n5889,1646647204,47.74301,8.99896\n5890,1646647205,47.74301,8.99896\n5891,1646647206,47.74301,8.99896\n5892,1646647207,47.74301,8.99896\n5893,1646647208,47.74301,8.99896\n5894,1646647209,47.74301,8.99896\n5895,1646647210,47.74301,8.99896\n5896,1646647211,47.74301,8.99896\n5897,1646647212,47.74301,8.99896\n5898,1646647213,47.74301,8.99896\n5899,1646647214,47.74301,8.99896\n5900,1646647215,47.74301,8.99896\n5901,1646647216,47.74301,8.99896\n5902,1646647217,47.74301,8.99896\n5903,1646647218,47.74301,8.99896\n5904,1646647219,47.74301,8.99896\n5905,1646647220,47.74301,8.99896\n5906,1646647221,47.74301,8.99896\n5907,1646647222,47.74301,8.99896\n5908,1646647223,47.74301,8.99896\n5909,1646647224,47.74301,8.99896\n5910,1646647225,47.74301,8.99896\n5911,1646647226,47.74301,8.99896\n5912,1646647227,47.74301,8.99896\n5913,1646647228,47.74301,8.99896\n5914,1646647229,47.74301,8.99896\n5915,1646647230,47.74301,8.99896\n5916,1646647231,47.74301,8.99896\n5917,1646647233,47.74301,8.99896\n5918,1646647234,47.74301,8.99896\n5919,1646647235,47.74301,8.99896\n5920,1646647236,47.74301,8.99896\n5921,1646647237,47.74301,8.99896\n5922,1646647238,47.74301,8.99896\n5923,1646647239,47.74301,8.99896\n5924,1646647240,47.74301,8.99896\n5925,1646647241,47.74301,8.99896\n5926,1646647242,47.74301,8.99896\n5927,1646647243,47.74301,8.99896\n5928,1646647244,47.74301,8.99896\n5929,1646647245,47.74301,8.99896\n5930,1646647246,47.74301,8.99896\n5931,1646647247,47.74301,8.99896\n5932,1646647248,47.74301,8.99896\n5933,1646647249,47.74301,8.99896\n5934,1646647250,47.74301,8.99896\n5935,1646647251,47.74301,8.99896\n5936,1646647252,47.74301,8.99896\n5937,1646647253,47.74301,8.99896\n5938,1646647254,47.74301,8.99896\n5939,1646647255,47.74301,8.99896\n5940,1646647256,47.74301,8.99896\n5941,1646647257,47.74301,8.99896\n5942,1646647258,47.74301,8.99896\n5943,1646647259,47.74301,8.99896\n5944,1646647260,47.74301,8.99896\n5945,1646647261,47.74301,8.99896\n5946,1646647262,47.74301,8.99896\n5947,1646647263,47.74301,8.99896\n5948,1646647264,47.74301,8.99896\n5949,1646647265,47.74301,8.99896\n5950,1646647266,47.74301,8.99896\n5951,1646647267,47.74301,8.99896\n5952,1646647268,47.74301,8.99896\n5953,1646647269,47.74301,8.99896\n5954,1646647270,47.74301,8.99896\n5955,1646647271,47.74301,8.99896\n5956,1646647272,47.74301,8.99896\n5957,1646647273,47.74301,8.99896\n5958,1646647274,47.74301,8.99896\n5959,1646647275,47.74301,8.99896\n5960,1646647276,47.74301,8.99896\n5961,1646647277,47.74301,8.99896\n5962,1646647278,47.74301,8.99896\n5963,1646647279,47.74301,8.99896\n5964,1646647280,47.74301,8.99896\n5965,1646647281,47.74301,8.99896\n5966,1646647282,47.74301,8.99896\n5967,1646647283,47.74301,8.99896\n5968,1646647284,47.74301,8.99896\n5969,1646647285,47.74301,8.99896\n5970,1646647286,47.74301,8.99896\n5971,1646647287,47.74301,8.99896\n5972,1646647288,47.74301,8.99896\n5973,1646647289,47.74301,8.99896\n5974,1646647290,47.74301,8.99896\n5975,1646647291,47.74301,8.99896\n5976,1646647292,47.74301,8.99896\n5977,1646647293,47.74301,8.99896\n5978,1646647294,47.74301,8.99896\n5979,1646647295,47.74301,8.99896\n5980,1646647296,47.74301,8.99896\n5981,1646647297,47.74301,8.99896\n5982,1646647298,47.74301,8.99896\n5983,1646647299,47.74301,8.99896\n5984,1646647300,47.74301,8.99896\n5985,1646647301,47.74301,8.99896\n5986,1646647302,47.74301,8.99896\n5987,1646647303,47.74301,8.99896\n5988,1646647304,47.74301,8.99896\n5989,1646647305,47.74301,8.99896\n5990,1646647306,47.74301,8.99896\n5991,1646647307,47.74301,8.99896\n5992,1646647308,47.74301,8.99896\n5993,1646647309,47.74301,8.99896\n5994,1646647310,47.74301,8.99896\n5995,1646647311,47.74301,8.99896\n5996,1646647312,47.74301,8.99896\n5997,1646647313,47.74301,8.99896\n5998,1646647314,47.74301,8.99896\n5999,1646647315,47.74301,8.99896\n6000,1646647316,47.74301,8.99896\n6001,1646647317,47.74301,8.99896\n6002,1646647318,47.74301,8.99896\n6003,1646647319,47.74301,8.99896\n6004,1646647320,47.74301,8.99896\n6005,1646647321,47.74301,8.99896\n6006,1646647322,47.74301,8.99896\n6007,1646647323,47.74301,8.99896\n6008,1646647324,47.74301,8.99896\n6009,1646647325,47.74301,8.99896\n6010,1646647326,47.74301,8.99896\n6011,1646647327,47.74301,8.99896\n6012,1646647328,47.74301,8.99896\n6013,1646647329,47.74301,8.99896\n6014,1646647330,47.74301,8.99896\n6015,1646647331,47.74301,8.99896\n6016,1646647332,47.74301,8.99896\n6017,1646647333,47.74301,8.99896\n6018,1646647334,47.74301,8.99896\n6019,1646647335,47.74301,8.99896\n6020,1646647336,47.74301,8.99896\n6021,1646647337,47.74301,8.99896\n6022,1646647338,47.74301,8.99896\n6023,1646647339,47.74301,8.99896\n6024,1646647340,47.74301,8.99896\n6025,1646647341,47.74301,8.99896\n6026,1646647342,47.74301,8.99896\n6027,1646647343,47.74301,8.99896\n6028,1646647344,47.74301,8.99896\n6029,1646647345,47.74301,8.99896\n6030,1646647346,47.74301,8.99896\n6031,1646647347,47.74301,8.99896\n6032,1646647348,47.74301,8.99896\n6033,1646647349,47.74301,8.99896\n6034,1646647350,47.74301,8.99896\n6035,1646647351,47.74301,8.99896\n6036,1646647352,47.74301,8.99896\n6037,1646647353,47.74301,8.99896\n6038,1646647354,47.74301,8.99896\n6039,1646647355,47.74301,8.99896\n6040,1646647356,47.74301,8.99896\n6041,1646647357,47.74301,8.99896\n6042,1646647358,47.74301,8.99896\n6043,1646647359,47.74301,8.99896\n6044,1646647360,47.74301,8.99896\n6045,1646647361,47.74301,8.99896\n6046,1646647362,47.74301,8.99896\n6047,1646647363,47.74301,8.99896\n6048,1646647364,47.74301,8.99896\n6049,1646647365,47.74301,8.99896\n6050,1646647366,47.74301,8.99896\n6051,1646647367,47.74301,8.99896\n6052,1646647368,47.74301,8.99896\n6053,1646647369,47.74301,8.99896\n6054,1646647370,47.74301,8.99896\n6055,1646647371,47.74301,8.99896\n6056,1646647372,47.74301,8.99896\n6057,1646647373,47.74301,8.99896\n6058,1646647374,47.74301,8.99896\n6059,1646647375,47.74301,8.99896\n6060,1646647376,47.74301,8.99896\n6061,1646647377,47.74301,8.99896\n6062,1646647378,47.74301,8.99896\n6063,1646647379,47.74301,8.99896\n6064,1646647380,47.74301,8.99896\n6065,1646647381,47.74301,8.99896\n6066,1646647382,47.74301,8.99896\n6067,1646647383,47.74301,8.99896\n6068,1646647384,47.74301,8.99896\n6069,1646647385,47.74301,8.99896\n6070,1646647386,47.74301,8.99896\n6071,1646647387,47.74301,8.99896\n6072,1646647388,47.74301,8.99896\n6073,1646647389,47.74301,8.99896\n6074,1646647390,47.74301,8.99896\n6075,1646647391,47.74301,8.99896\n6076,1646647392,47.74301,8.99896\n6077,1646647393,47.74301,8.99896\n6078,1646647394,47.74301,8.99896\n6079,1646647395,47.74301,8.99896\n6080,1646647396,47.74301,8.99896\n6081,1646647397,47.74301,8.99896\n6082,1646647398,47.74301,8.99896\n6083,1646647399,47.74301,8.99896\n6084,1646647400,47.74301,8.99896\n6085,1646647401,47.74301,8.99896\n6086,1646647402,47.74301,8.99896\n6087,1646647403,47.74301,8.99896\n6088,1646647404,47.74301,8.99896\n6089,1646647405,47.74301,8.99896\n6090,1646647406,47.74301,8.99896\n6091,1646647407,47.74301,8.99896\n6092,1646647408,47.74301,8.99896\n6093,1646647409,47.74301,8.99896\n6094,1646647410,47.74301,8.99896\n6095,1646647411,47.74301,8.99896\n6096,1646647412,47.74301,8.99896\n6097,1646647413,47.74301,8.99896\n6098,1646647414,47.74301,8.99896\n6099,1646647415,47.74301,8.99896\n6100,1646647416,47.74301,8.99896\n6101,1646647417,47.74301,8.99896\n6102,1646647418,47.74301,8.99896\n6103,1646647419,47.74301,8.99896\n6104,1646647420,47.74301,8.99896\n6105,1646647421,47.74301,8.99896\n6106,1646647422,47.74301,8.99896\n6107,1646647423,47.74301,8.99896\n6108,1646647424,47.74301,8.99896\n6109,1646647425,47.74301,8.99896\n6110,1646647426,47.74301,8.99896\n6111,1646647427,47.74301,8.99896\n6112,1646647428,47.74301,8.99896\n6113,1646647429,47.74301,8.99896\n6114,1646647430,47.74301,8.99896\n6115,1646647431,47.74301,8.99896\n6116,1646647432,47.74301,8.99896\n6117,1646647433,47.74301,8.99896\n6118,1646647434,47.74301,8.99896\n6119,1646647435,47.74301,8.99896\n6120,1646647436,47.74301,8.99896\n6121,1646647437,47.74301,8.99896\n6122,1646647438,47.74301,8.99896\n6123,1646647439,47.74301,8.99896\n6124,1646647440,47.74301,8.99896\n6125,1646647441,47.74301,8.99896\n6126,1646647442,47.74301,8.99896\n6127,1646647443,47.74301,8.99896\n6128,1646647444,47.74301,8.99896\n6129,1646647445,47.74301,8.99896\n6130,1646647446,47.74301,8.99896\n6131,1646647447,47.74301,8.99896\n6132,1646647448,47.74301,8.99896\n6133,1646647449,47.74301,8.99896\n6134,1646647450,47.74301,8.99896\n6135,1646647451,47.74301,8.99896\n6136,1646647452,47.74301,8.99896\n6137,1646647453,47.74301,8.99896\n6138,1646647454,47.74301,8.99896\n6139,1646647455,47.74301,8.99896\n6140,1646647456,47.74301,8.99896\n6141,1646647457,47.74301,8.99896\n6142,1646647458,47.74301,8.99896\n6143,1646647459,47.74301,8.99896\n6144,1646647460,47.74301,8.99896\n6145,1646647461,47.74301,8.99896\n6146,1646647462,47.74301,8.99896\n6147,1646647463,47.74301,8.99896\n6148,1646647464,47.74301,8.99896\n6149,1646647465,47.74301,8.99896\n6150,1646647466,47.74301,8.99896\n6151,1646647467,47.74301,8.99896\n6152,1646647468,47.74301,8.99896\n6153,1646647469,47.74301,8.99896\n6154,1646647470,47.74301,8.99896\n6155,1646647471,47.74301,8.99896\n6156,1646647472,47.74301,8.99896\n6157,1646647473,47.74301,8.99896\n6158,1646647474,47.74301,8.99896\n6159,1646647475,47.74301,8.99896\n6160,1646647476,47.74301,8.99896\n6161,1646647477,47.74301,8.99896\n6162,1646647478,47.74301,8.99896\n6163,1646647479,47.74301,8.99896\n6164,1646647480,47.74301,8.99896\n6165,1646647481,47.74301,8.99896\n6166,1646647482,47.74301,8.99896\n6167,1646647483,47.74301,8.99896\n6168,1646647484,47.74301,8.99896\n6169,1646647485,47.74301,8.99896\n6170,1646647486,47.74301,8.99896\n6171,1646647487,47.74301,8.99896\n6172,1646647488,47.74301,8.99896\n6173,1646647489,47.74301,8.99896\n6174,1646647490,47.74301,8.99896\n6175,1646647491,47.74301,8.99896\n6176,1646647492,47.74301,8.99896\n6177,1646647493,47.74301,8.99896\n6178,1646647494,47.74301,8.99896\n6179,1646647495,47.74301,8.99896\n6180,1646647496,47.74301,8.99896\n6181,1646647497,47.74301,8.99896\n6182,1646647498,47.74301,8.99896\n6183,1646647499,47.74301,8.99896\n6184,1646647500,47.74301,8.99896\n6185,1646647501,47.74301,8.99896\n6186,1646647502,47.74301,8.99896\n6187,1646647503,47.74301,8.99896\n6188,1646647504,47.74301,8.99896\n6189,1646647505,47.74301,8.99896\n6190,1646647506,47.74301,8.99896\n6191,1646647507,47.74301,8.99896\n6192,1646647508,47.74301,8.99896\n6193,1646647509,47.74301,8.99896\n6194,1646647510,47.74301,8.99896\n6195,1646647511,47.74301,8.99896\n6196,1646647512,47.74301,8.99896\n6197,1646647513,47.74301,8.99896\n6198,1646647514,47.74301,8.99896\n6199,1646647515,47.74301,8.99896\n6200,1646647516,47.74301,8.99896\n6201,1646647517,47.74301,8.99896\n6202,1646647518,47.74301,8.99896\n6203,1646647519,47.74301,8.99896\n6204,1646647520,47.74301,8.99896\n6205,1646647521,47.74301,8.99896\n6206,1646647522,47.74301,8.99896\n6207,1646647523,47.74301,8.99896\n6208,1646647524,47.74301,8.99896\n6209,1646647525,47.74301,8.99896\n6210,1646647526,47.74301,8.99896\n6211,1646647527,47.74301,8.99896\n6212,1646647528,47.74301,8.99896\n6213,1646647529,47.74301,8.99896\n6214,1646647530,47.74301,8.99896\n6215,1646647531,47.74301,8.99896\n6216,1646647532,47.74301,8.99896\n6217,1646647533,47.74301,8.99896\n6218,1646647534,47.74301,8.99896\n6219,1646647535,47.74301,8.99896\n6220,1646647536,47.74301,8.99896\n6221,1646647537,47.74301,8.99896\n6222,1646647538,47.74301,8.99896\n6223,1646647539,47.74301,8.99896\n6224,1646647540,47.74301,8.99896\n6225,1646647541,47.74301,8.99896\n6226,1646647542,47.74301,8.99896\n6227,1646647543,47.74301,8.99896\n6228,1646647544,47.74301,8.99896\n6229,1646647545,47.74301,8.99896\n6230,1646647546,47.74301,8.99896\n6231,1646647547,47.74301,8.99896\n6232,1646647548,47.74301,8.99896\n6233,1646647549,47.74301,8.99896\n6234,1646647550,47.74301,8.99896\n6235,1646647551,47.74301,8.99896\n6236,1646647552,47.74301,8.99896\n6237,1646647553,47.74301,8.99896\n6238,1646647554,47.74301,8.99896\n6239,1646647555,47.74301,8.99896\n6240,1646647556,47.74301,8.99896\n6241,1646647557,47.74301,8.99896\n6242,1646647558,47.74301,8.99896\n6243,1646647559,47.74301,8.99896\n6244,1646647560,47.74301,8.99896\n6245,1646647561,47.74301,8.99896\n6246,1646647562,47.74301,8.99896\n6247,1646647563,47.74301,8.99896\n6248,1646647564,47.74301,8.99896\n6249,1646647565,47.74301,8.99896\n6250,1646647566,47.74301,8.99896\n6251,1646647567,47.74301,8.99896\n6252,1646647568,47.74301,8.99896\n6253,1646647569,47.74301,8.99896\n6254,1646647570,47.74301,8.99896\n6255,1646647571,47.74301,8.99896\n6256,1646647572,47.74301,8.99896\n6257,1646647573,47.74301,8.99896\n6258,1646647574,47.74301,8.99896\n6259,1646647575,47.74301,8.99896\n6260,1646647576,47.74301,8.99896\n6261,1646647577,47.74301,8.99896\n6262,1646647578,47.74301,8.99896\n6263,1646647579,47.74301,8.99896\n6264,1646647580,47.74301,8.99896\n6265,1646647581,47.74301,8.99896\n6266,1646647582,47.74301,8.99896\n6267,1646647583,47.74301,8.99896\n6268,1646647584,47.74301,8.99896\n6269,1646647585,47.74301,8.99896\n6270,1646647586,47.74301,8.99896\n6271,1646647587,47.74301,8.99896\n6272,1646647588,47.74301,8.99896\n6273,1646647589,47.74301,8.99896\n6274,1646647590,47.74301,8.99896\n6275,1646647591,47.74301,8.99896\n6276,1646647592,47.74301,8.99896\n6277,1646647593,47.74301,8.99896\n6278,1646647594,47.74301,8.99896\n6279,1646647595,47.74301,8.99896\n6280,1646647596,47.74301,8.99896\n6281,1646647597,47.74301,8.99896\n6282,1646647598,47.74301,8.99896\n6283,1646647599,47.74301,8.99896\n6284,1646647600,47.74301,8.99896\n6285,1646647601,47.74301,8.99896\n6286,1646647602,47.74301,8.99896\n6287,1646647603,47.74301,8.99896\n6288,1646647604,47.74301,8.99896\n6289,1646647605,47.74301,8.99896\n6290,1646647606,47.74301,8.99896\n6291,1646647607,47.74301,8.99896\n6292,1646647608,47.74301,8.99896\n6293,1646647609,47.74301,8.99896\n6294,1646647610,47.74301,8.99896\n6295,1646647611,47.74301,8.99896\n6296,1646647612,47.74301,8.99896\n6297,1646647613,47.74301,8.99896\n6298,1646647614,47.74301,8.99896\n6299,1646647615,47.74301,8.99896\n6300,1646647616,47.74301,8.99896\n6301,1646647617,47.74301,8.99896\n6302,1646647618,47.74301,8.99896\n6303,1646647619,47.74301,8.99896\n6304,1646647620,47.74301,8.99896\n6305,1646647621,47.74301,8.99896\n6306,1646647622,47.74301,8.99896\n6307,1646647623,47.74301,8.99896\n6308,1646647624,47.74301,8.99896\n6309,1646647625,47.74301,8.99896\n6310,1646647626,47.74301,8.99896\n6311,1646647627,47.74301,8.99896\n6312,1646647628,47.74301,8.99896\n6313,1646647629,47.74301,8.99896\n6314,1646647630,47.74301,8.99896\n6315,1646647631,47.74301,8.99896\n6316,1646647632,47.74301,8.99896\n6317,1646647633,47.74301,8.99896\n6318,1646647634,47.74301,8.99896\n6319,1646647635,47.74301,8.99896\n6320,1646647636,47.74301,8.99896\n6321,1646647637,47.74301,8.99896\n6322,1646647638,47.74301,8.99896\n6323,1646647639,47.74301,8.99896\n6324,1646647640,47.74301,8.99896\n6325,1646647641,47.74301,8.99896\n6326,1646647642,47.74301,8.99896\n6327,1646647643,47.74301,8.99896\n6328,1646647644,47.74301,8.99896\n6329,1646647645,47.74301,8.99896\n6330,1646647646,47.74301,8.99896\n6331,1646647647,47.74301,8.99896\n6332,1646647648,47.74301,8.99896\n6333,1646647649,47.74301,8.99896\n6334,1646647650,47.74301,8.99896\n6335,1646647651,47.74301,8.99896\n6336,1646647652,47.74301,8.99896\n6337,1646647653,47.74301,8.99896\n6338,1646647654,47.74301,8.99896\n6339,1646647655,47.74301,8.99896\n6340,1646647656,47.74301,8.99896\n6341,1646647657,47.74301,8.99896\n6342,1646647658,47.74301,8.99896\n6343,1646647659,47.74301,8.99896\n6344,1646647660,47.74301,8.99896\n6345,1646647661,47.74301,8.99896\n6346,1646647662,47.74301,8.99896\n6347,1646647663,47.74301,8.99896\n6348,1646647664,47.74301,8.99896\n6349,1646647665,47.74301,8.99896\n6350,1646647666,47.74301,8.99896\n6351,1646647667,47.74301,8.99896\n6352,1646647668,47.74301,8.99896\n6353,1646647669,47.74301,8.99896\n6354,1646647670,47.74301,8.99896\n6355,1646647671,47.74301,8.99896\n6356,1646647672,47.74301,8.99896\n6357,1646647673,47.74301,8.99896\n6358,1646647674,47.74301,8.99896\n6359,1646647675,47.74301,8.99896\n6360,1646647676,47.74301,8.99896\n6361,1646647677,47.74301,8.99896\n6362,1646647678,47.74301,8.99896\n6363,1646647679,47.74301,8.99896\n6364,1646647680,47.74301,8.99896\n6365,1646647681,47.74301,8.99896\n6366,1646647682,47.74301,8.99896\n6367,1646647683,47.74301,8.99896\n6368,1646647684,47.74301,8.99896\n6369,1646647685,47.74301,8.99896\n6370,1646647686,47.74301,8.99896\n6371,1646647687,47.74301,8.99896\n6372,1646647688,47.74301,8.99896\n6373,1646647689,47.74301,8.99896\n6374,1646647690,47.74301,8.99896\n6375,1646647691,47.74301,8.99896\n6376,1646647692,47.74301,8.99896\n6377,1646647693,47.74301,8.99896\n6378,1646647694,47.74301,8.99896\n6379,1646647695,47.74301,8.99896\n6380,1646647696,47.74301,8.99896\n6381,1646647697,47.74301,8.99896\n6382,1646647698,47.74301,8.99896\n6383,1646647699,47.74301,8.99896\n6384,1646647700,47.74301,8.99896\n6385,1646647701,47.74301,8.99896\n6386,1646647702,47.74301,8.99896\n6387,1646647703,47.74301,8.99896\n6388,1646647704,47.74301,8.99896\n6389,1646647705,47.74301,8.99896\n6390,1646647706,47.74301,8.99896\n6391,1646647707,47.74301,8.99896\n6392,1646647708,47.74301,8.99896\n6393,1646647709,47.74301,8.99896\n6394,1646647710,47.74301,8.99896\n6395,1646647711,47.74301,8.99896\n6396,1646647712,47.74301,8.99896\n6397,1646647713,47.74301,8.99896\n6398,1646647714,47.74301,8.99896\n6399,1646647715,47.74301,8.99896\n6400,1646647716,47.74301,8.99896\n6401,1646647717,47.74301,8.99896\n6402,1646647718,47.74301,8.99896\n6403,1646647719,47.74301,8.99896\n6404,1646647720,47.74301,8.99896\n6405,1646647721,47.74301,8.99896\n6406,1646647722,47.74301,8.99896\n6407,1646647723,47.74301,8.99896\n6408,1646647724,47.74301,8.99896\n6409,1646647725,47.74301,8.99896\n6410,1646647726,47.74301,8.99896\n6411,1646647727,47.74301,8.99896\n6412,1646647728,47.74301,8.99896\n6413,1646647729,47.74301,8.99896\n6414,1646647730,47.74301,8.99896\n6415,1646647731,47.74301,8.99896\n6416,1646647732,47.74301,8.99896\n6417,1646647733,47.74301,8.99896\n6418,1646647734,47.74301,8.99896\n6419,1646647735,47.74301,8.99896\n6420,1646647736,47.74301,8.99896\n6421,1646647737,47.74301,8.99896\n6422,1646647738,47.74301,8.99896\n6423,1646647739,47.74301,8.99896\n6424,1646647740,47.74301,8.99896\n6425,1646647741,47.74301,8.99896\n6426,1646647742,47.74301,8.99896\n6427,1646647743,47.74301,8.99896\n6428,1646647744,47.74301,8.99896\n6429,1646647745,47.74301,8.99896\n6430,1646647746,47.74301,8.99896\n6431,1646647747,47.74301,8.99896\n6432,1646647748,47.74301,8.99896\n6433,1646647749,47.74301,8.99896\n6434,1646647750,47.74301,8.99896\n6435,1646647751,47.74301,8.99896\n6436,1646647752,47.74301,8.99896\n6437,1646647753,47.74301,8.99896\n6438,1646647754,47.74301,8.99896\n6439,1646647755,47.74301,8.99896\n6440,1646647756,47.74301,8.99896\n6441,1646647757,47.74301,8.99896\n6442,1646647758,47.74301,8.99896\n6443,1646647759,47.74301,8.99896\n6444,1646647760,47.74301,8.99896\n6445,1646647761,47.74301,8.99896\n6446,1646647762,47.74301,8.99896\n6447,1646647763,47.74301,8.99896\n6448,1646647764,47.74301,8.99896\n6449,1646647765,47.74301,8.99896\n6450,1646647766,47.74301,8.99896\n6451,1646647767,47.74301,8.99896\n6452,1646647768,47.74301,8.99896\n6453,1646647769,47.74301,8.99896\n6454,1646647770,47.74301,8.99896\n6455,1646647771,47.74301,8.99896\n6456,1646647772,47.74301,8.99896\n6457,1646647773,47.74301,8.99896\n6458,1646647774,47.74301,8.99896\n6459,1646647775,47.74301,8.99896\n6460,1646647776,47.74301,8.99896\n6461,1646647777,47.74301,8.99896\n6462,1646647778,47.74301,8.99896\n6463,1646647779,47.74301,8.99896\n6464,1646647780,47.74301,8.99896\n6465,1646647781,47.74301,8.99896\n6466,1646647782,47.74301,8.99896\n6467,1646647783,47.74301,8.99896\n6468,1646647784,47.74301,8.99896\n6469,1646647785,47.74301,8.99896\n6470,1646647786,47.74301,8.99896\n6471,1646647787,47.74301,8.99896\n6472,1646647788,47.74301,8.99896\n6473,1646647789,47.74301,8.99896\n6474,1646647790,47.74301,8.99896\n6475,1646647791,47.74301,8.99896\n6476,1646647792,47.74301,8.99896\n6477,1646647793,47.74301,8.99896\n6478,1646647794,47.74301,8.99896\n6479,1646647795,47.74301,8.99896\n6480,1646647796,47.74301,8.99896\n6481,1646647797,47.74301,8.99896\n6482,1646647798,47.74301,8.99896\n6483,1646647799,47.74301,8.99896\n6484,1646647800,47.74301,8.99896\n6485,1646647801,47.74301,8.99896\n6486,1646647802,47.74301,8.99896\n6487,1646647803,47.74301,8.99896\n6488,1646647804,47.74301,8.99896\n6489,1646647805,47.74301,8.99896\n6490,1646647806,47.74301,8.99896\n6491,1646647807,47.74301,8.99896\n6492,1646647808,47.74301,8.99896\n6493,1646647809,47.74301,8.99896\n6494,1646647810,47.74301,8.99896\n6495,1646647811,47.74301,8.99896\n6496,1646647812,47.74301,8.99896\n6497,1646647813,47.74301,8.99896\n6498,1646647814,47.74301,8.99896\n6499,1646647815,47.74301,8.99896\n6500,1646647816,47.74301,8.99896\n6501,1646647817,47.74301,8.99896\n6502,1646647818,47.74301,8.99896\n6503,1646647819,47.74301,8.99896\n6504,1646647820,47.74301,8.99896\n6505,1646647821,47.74301,8.99896\n6506,1646647822,47.74301,8.99896\n6507,1646647823,47.74301,8.99896\n6508,1646647824,47.74301,8.99896\n6509,1646647825,47.74301,8.99896\n6510,1646647826,47.74301,8.99896\n6511,1646647827,47.74301,8.99896\n6512,1646647828,47.74301,8.99896\n6513,1646647829,47.74301,8.99896\n6514,1646647830,47.74301,8.99896\n6515,1646647831,47.74301,8.99896\n6516,1646647832,47.74301,8.99896\n6517,1646647833,47.74301,8.99896\n6518,1646647834,47.74301,8.99896\n6519,1646647835,47.74301,8.99896\n6520,1646647836,47.74301,8.99896\n6521,1646647837,47.74301,8.99896\n6522,1646647838,47.74301,8.99896\n6523,1646647839,47.74301,8.99896\n6524,1646647840,47.74301,8.99896\n6525,1646647841,47.74301,8.99896\n6526,1646647842,47.74301,8.99896\n6527,1646647843,47.74301,8.99896\n6528,1646647844,47.74301,8.99896\n6529,1646647845,47.74301,8.99896\n6530,1646647846,47.74301,8.99896\n6531,1646647847,47.74301,8.99896\n6532,1646647848,47.74301,8.99896\n6533,1646647849,47.74301,8.99896\n6534,1646647850,47.74301,8.99896\n6535,1646647851,47.74301,8.99896\n6536,1646647852,47.74301,8.99896\n6537,1646647853,47.74301,8.99896\n6538,1646647854,47.74301,8.99896\n6539,1646647855,47.74301,8.99896\n6540,1646647856,47.74301,8.99896\n6541,1646647857,47.74301,8.99896\n6542,1646647858,47.74301,8.99896\n6543,1646647859,47.74301,8.99896\n6544,1646647860,47.74301,8.99896\n6545,1646647861,47.74301,8.99896\n6546,1646647862,47.74301,8.99896\n6547,1646647863,47.74301,8.99896\n6548,1646647864,47.74301,8.99896\n6549,1646647865,47.74301,8.99896\n6550,1646647866,47.74301,8.99896\n6551,1646647867,47.74301,8.99896\n6552,1646647868,47.74301,8.99896\n6553,1646647869,47.74301,8.99896\n6554,1646647870,47.74301,8.99896\n6555,1646647871,47.74301,8.99896\n6556,1646647872,47.74301,8.99896\n6557,1646647873,47.74301,8.99896\n6558,1646647874,47.74301,8.99896\n6559,1646647875,47.74301,8.99896\n6560,1646647876,47.74301,8.99896\n6561,1646647877,47.74301,8.99896\n6562,1646647878,47.74301,8.99896\n6563,1646647879,47.74301,8.99896\n6564,1646647880,47.74301,8.99896\n6565,1646647881,47.74301,8.99896\n6566,1646647882,47.74301,8.99896\n6567,1646647883,47.74301,8.99896\n6568,1646647884,47.74301,8.99896\n6569,1646647885,47.74301,8.99896\n6570,1646647886,47.74301,8.99896\n6571,1646647887,47.74301,8.99896\n6572,1646647888,47.74301,8.99896\n6573,1646647889,47.74301,8.99896\n6574,1646647890,47.74301,8.99896\n6575,1646647891,47.74301,8.99896\n6576,1646647892,47.74301,8.99896\n6577,1646647893,47.74301,8.99896\n6578,1646647894,47.74301,8.99896\n6579,1646647895,47.74301,8.99896\n6580,1646647896,47.74301,8.99896\n6581,1646647897,47.74301,8.99896\n6582,1646647898,47.74301,8.99896\n6583,1646647899,47.74301,8.99896\n6584,1646647900,47.74301,8.99896\n6585,1646647901,47.74301,8.99896\n6586,1646647902,47.74301,8.99896\n6587,1646647903,47.74301,8.99896\n6588,1646647904,47.74301,8.99896\n6589,1646647905,47.74301,8.99896\n6590,1646647906,47.74301,8.99896\n6591,1646647907,47.74301,8.99896\n6592,1646647908,47.74301,8.99896\n6593,1646647909,47.74301,8.99896\n6594,1646647910,47.74301,8.99896\n6595,1646647911,47.74301,8.99896\n6596,1646647912,47.74301,8.99896\n6597,1646647913,47.74301,8.99896\n6598,1646647914,47.74301,8.99896\n6599,1646647915,47.74301,8.99896\n6600,1646647916,47.74301,8.99896\n6601,1646647917,47.74301,8.99896\n6602,1646647918,47.74301,8.99896\n6603,1646647919,47.74301,8.99896\n6604,1646647920,47.74301,8.99896\n6605,1646647921,47.74301,8.99896\n6606,1646647922,47.74301,8.99896\n6607,1646647923,47.74301,8.99896\n6608,1646647924,47.74301,8.99896\n6609,1646647925,47.74301,8.99896\n6610,1646647926,47.74301,8.99896\n6611,1646647927,47.74301,8.99896\n6612,1646647928,47.74301,8.99896\n6613,1646647929,47.74301,8.99896\n6614,1646647930,47.74301,8.99896\n6615,1646647931,47.74301,8.99896\n6616,1646647932,47.74301,8.99896\n6617,1646647933,47.74301,8.99896\n6618,1646647934,47.74301,8.99896\n6619,1646647935,47.74301,8.99896\n6620,1646647936,47.74301,8.99896\n6621,1646647937,47.74301,8.99896\n6622,1646647938,47.74301,8.99896\n6623,1646647939,47.74301,8.99896\n6624,1646647940,47.74301,8.99896\n6625,1646647941,47.74301,8.99896\n6626,1646647942,47.74301,8.99896\n6627,1646647943,47.74301,8.99896\n6628,1646647944,47.74301,8.99896\n6629,1646647945,47.74301,8.99896\n6630,1646647946,47.74301,8.99896\n6631,1646647947,47.74301,8.99896\n6632,1646647948,47.74301,8.99896\n6633,1646647949,47.74301,8.99896\n6634,1646647950,47.74301,8.99896\n6635,1646647951,47.74301,8.99896\n6636,1646647952,47.74301,8.99896\n6637,1646647953,47.74301,8.99896\n6638,1646647954,47.74301,8.99896\n6639,1646647955,47.74301,8.99896\n6640,1646647956,47.74301,8.99896\n6641,1646647957,47.74301,8.99896\n6642,1646647958,47.74301,8.99896\n6643,1646647959,47.74301,8.99896\n6644,1646647960,47.74301,8.99896\n6645,1646647961,47.74301,8.99896\n6646,1646647962,47.74301,8.99896\n6647,1646647963,47.74301,8.99896\n6648,1646647964,47.74301,8.99896\n6649,1646647965,47.74301,8.99896\n6650,1646647966,47.74301,8.99896\n6651,1646647967,47.74301,8.99896\n6652,1646647968,47.74301,8.99896\n6653,1646647969,47.74301,8.99896\n6654,1646647970,47.74301,8.99896\n6655,1646647971,47.74301,8.99896\n6656,1646647972,47.74301,8.99896\n6657,1646647973,47.74301,8.99896\n6658,1646647974,47.74301,8.99896\n6659,1646647975,47.74301,8.99896\n6660,1646647976,47.74301,8.99896\n6661,1646647977,47.74301,8.99896\n6662,1646647978,47.74301,8.99896\n6663,1646647979,47.74301,8.99896\n6664,1646647980,47.74301,8.99896\n6665,1646647981,47.74301,8.99896\n6666,1646647982,47.74301,8.99896\n6667,1646647983,47.74301,8.99896\n6668,1646647984,47.74301,8.99896\n6669,1646647985,47.74301,8.99896\n6670,1646647986,47.74301,8.99896\n6671,1646647987,47.74301,8.99896\n6672,1646647988,47.74301,8.99896\n6673,1646647989,47.74301,8.99896\n6674,1646647990,47.74301,8.99896\n6675,1646647991,47.74301,8.99896\n6676,1646647992,47.74301,8.99896\n6677,1646647993,47.74301,8.99896\n6678,1646647994,47.74301,8.99896\n6679,1646647995,47.74301,8.99896\n6680,1646647996,47.74301,8.99896\n6681,1646647997,47.74301,8.99896\n6682,1646647998,47.74301,8.99896\n6683,1646647999,47.74301,8.99896\n6684,1646648000,47.74301,8.99896\n6685,1646648001,47.74301,8.99896\n6686,1646648002,47.74301,8.99896\n6687,1646648003,47.74301,8.99896\n6688,1646648004,47.74301,8.99896\n6689,1646648005,47.74301,8.99896\n6690,1646648006,47.74301,8.99896\n6691,1646648007,47.74301,8.99896\n6692,1646648008,47.74301,8.99896\n6693,1646648009,47.74301,8.99896\n6694,1646648010,47.74301,8.99896\n6695,1646648011,47.74301,8.99896\n6696,1646648012,47.74301,8.99896\n6697,1646648013,47.74301,8.99896\n6698,1646648014,47.74301,8.99896\n6699,1646648015,47.74301,8.99896\n6700,1646648016,47.74301,8.99896\n6701,1646648017,47.74301,8.99896\n6702,1646648018,47.74301,8.99896\n6703,1646648019,47.74301,8.99896\n6704,1646648020,47.74301,8.99896\n6705,1646648021,47.74301,8.99896\n6706,1646648022,47.74301,8.99896\n6707,1646648023,47.74301,8.99896\n6708,1646648024,47.74301,8.99896\n6709,1646648025,47.74301,8.99895\n6710,1646648026,47.74301,8.99895\n6711,1646648027,47.74301,8.99895\n6712,1646648028,47.74301,8.99895\n6713,1646648029,47.74301,8.99895\n6714,1646648030,47.74301,8.99895\n6715,1646648031,47.74301,8.99895\n6716,1646648032,47.74301,8.99895\n6717,1646648033,47.74301,8.99895\n6718,1646648034,47.74301,8.99895\n6719,1646648035,47.74301,8.99895\n6720,1646648036,47.74301,8.99895\n6721,1646648037,47.74301,8.99895\n6722,1646648038,47.74301,8.99895\n6723,1646648039,47.74301,8.99895\n6724,1646648040,47.74301,8.99895\n6725,1646648041,47.74301,8.99895\n6726,1646648042,47.74301,8.99895\n6727,1646648043,47.74301,8.99895\n6728,1646648044,47.74301,8.99895\n6729,1646648045,47.74301,8.99895\n6730,1646648046,47.74301,8.99895\n6731,1646648047,47.74301,8.99895\n6732,1646648048,47.74301,8.99895\n6733,1646648049,47.74301,8.99895\n6734,1646648050,47.74301,8.99895\n6735,1646648051,47.74301,8.99895\n6736,1646648052,47.74301,8.99895\n6737,1646648053,47.74301,8.99895\n6738,1646648054,47.74301,8.99895\n6739,1646648055,47.74301,8.99895\n6740,1646648056,47.74301,8.99895\n6741,1646648057,47.74301,8.99895\n6742,1646648058,47.74301,8.99895\n6743,1646648059,47.74301,8.99895\n6744,1646648060,47.74301,8.99895\n6745,1646648061,47.74301,8.99895\n6746,1646648062,47.74301,8.99895\n6747,1646648063,47.74301,8.99895\n6748,1646648064,47.74301,8.99895\n6749,1646648065,47.74301,8.99895\n6750,1646648066,47.74301,8.99895\n6751,1646648067,47.74301,8.99895\n6752,1646648068,47.74301,8.99895\n6753,1646648069,47.74301,8.99895\n6754,1646648070,47.74301,8.99895\n6755,1646648071,47.74301,8.99895\n6756,1646648072,47.74301,8.99895\n6757,1646648073,47.74301,8.99895\n6758,1646648074,47.74301,8.99895\n6759,1646648075,47.74301,8.99895\n6760,1646648076,47.74301,8.99895\n6761,1646648077,47.74301,8.99895\n6762,1646648078,47.74301,8.99895\n6763,1646648079,47.74301,8.99895\n6764,1646648080,47.74301,8.99895\n6765,1646648081,47.74301,8.99895\n6766,1646648082,47.74301,8.99895\n6767,1646648083,47.74301,8.99895\n6768,1646648084,47.74301,8.99895\n6769,1646648085,47.74301,8.99895\n6770,1646648086,47.74301,8.99895\n6771,1646648087,47.74301,8.99895\n6772,1646648088,47.74301,8.99895\n6773,1646648089,47.74301,8.99895\n6774,1646648090,47.74301,8.99895\n6775,1646648091,47.74301,8.99895\n6776,1646648092,47.74301,8.99895\n6777,1646648093,47.74301,8.99895\n6778,1646648094,47.74301,8.99895\n6779,1646648095,47.74301,8.99895\n6780,1646648096,47.74301,8.99895\n6781,1646648097,47.74301,8.99895\n6782,1646648098,47.74301,8.99895\n6783,1646648099,47.74301,8.99895\n6784,1646648100,47.74301,8.99895\n6785,1646648101,47.74301,8.99895\n6786,1646648102,47.74301,8.99895\n6787,1646648103,47.74301,8.99895\n6788,1646648104,47.74301,8.99895\n6789,1646648105,47.74301,8.99895\n6790,1646648106,47.74301,8.99895\n6791,1646648107,47.74301,8.99895\n6792,1646648108,47.74301,8.99895\n6793,1646648109,47.74301,8.99895\n6794,1646648110,47.74301,8.99895\n6795,1646648111,47.74301,8.99895\n6796,1646648112,47.74301,8.99895\n6797,1646648113,47.74301,8.99895\n6798,1646648114,47.74301,8.99895\n6799,1646648115,47.74301,8.99895\n6800,1646648116,47.74301,8.99895\n6801,1646648117,47.74301,8.99895\n6802,1646648118,47.74301,8.99895\n6803,1646648119,47.74301,8.99895\n6804,1646648120,47.74301,8.99895\n6805,1646648121,47.74301,8.99895\n6806,1646648122,47.74301,8.99895\n6807,1646648123,47.74301,8.99895\n6808,1646648124,47.74301,8.99895\n6809,1646648125,47.74301,8.99895\n6810,1646648126,47.74301,8.99895\n6811,1646648127,47.74301,8.99895\n6812,1646648128,47.74301,8.99895\n6813,1646648129,47.74301,8.99895\n6814,1646648130,47.74301,8.99895\n6815,1646648131,47.74301,8.99895\n6816,1646648132,47.74301,8.99895\n6817,1646648133,47.74301,8.99895\n6818,1646648134,47.74301,8.99895\n6819,1646648135,47.74301,8.99895\n6820,1646648136,47.74301,8.99895\n6821,1646648137,47.74301,8.99895\n6822,1646648138,47.74301,8.99895\n6823,1646648139,47.74301,8.99895\n6824,1646648140,47.74301,8.99895\n6825,1646648141,47.74301,8.99895\n6826,1646648142,47.74301,8.99895\n6827,1646648143,47.74301,8.99895\n6828,1646648144,47.74301,8.99895\n6829,1646648145,47.74301,8.99895\n6830,1646648146,47.74301,8.99895\n6831,1646648147,47.74301,8.99895\n6832,1646648148,47.74301,8.99895\n6833,1646648149,47.74301,8.99895\n6834,1646648150,47.74301,8.99895\n6835,1646648151,47.74301,8.99895\n6836,1646648152,47.74301,8.99895\n6837,1646648153,47.74301,8.99895\n6838,1646648154,47.74301,8.99895\n6839,1646648155,47.74301,8.99895\n6840,1646648156,47.74301,8.99895\n6841,1646648157,47.74301,8.99895\n6842,1646648158,47.74301,8.99895\n6843,1646648159,47.74301,8.99895\n6844,1646648160,47.74301,8.99895\n6845,1646648161,47.74301,8.99895\n6846,1646648162,47.74301,8.99895\n6847,1646648163,47.74301,8.99895\n6848,1646648164,47.74301,8.99895\n6849,1646648165,47.74301,8.99895\n6850,1646648166,47.74301,8.99895\n6851,1646648167,47.74301,8.99895\n6852,1646648168,47.74301,8.99895\n6853,1646648169,47.74301,8.99895\n6854,1646648170,47.74301,8.99895\n6855,1646648171,47.74301,8.99895\n6856,1646648172,47.74301,8.99895\n6857,1646648173,47.74301,8.99895\n6858,1646648174,47.74301,8.99895\n6859,1646648175,47.74301,8.99895\n6860,1646648176,47.74301,8.99895\n6861,1646648177,47.74301,8.99895\n6862,1646648178,47.74301,8.99895\n6863,1646648179,47.74301,8.99895\n6864,1646648180,47.74301,8.99895\n6865,1646648181,47.74301,8.99895\n6866,1646648182,47.74301,8.99895\n6867,1646648183,47.74301,8.99895\n6868,1646648184,47.74301,8.99895\n6869,1646648185,47.74301,8.99895\n6870,1646648186,47.74301,8.99895\n6871,1646648187,47.74301,8.99895\n6872,1646648188,47.74301,8.99895\n6873,1646648189,47.74301,8.99895\n6874,1646648190,47.74301,8.99895\n6875,1646648191,47.74301,8.99895\n6876,1646648192,47.74301,8.99895\n6877,1646648193,47.74301,8.99895\n6878,1646648194,47.74301,8.99895\n6879,1646648195,47.74301,8.99895\n6880,1646648196,47.74301,8.99895\n6881,1646648197,47.74301,8.99895\n6882,1646648198,47.74301,8.99895\n6883,1646648199,47.74301,8.99895\n6884,1646648200,47.74301,8.99895\n6885,1646648201,47.74301,8.99895\n6886,1646648202,47.74301,8.99895\n6887,1646648203,47.74301,8.99895\n6888,1646648204,47.74301,8.99895\n6889,1646648205,47.74301,8.99895\n6890,1646648206,47.74301,8.99895\n6891,1646648207,47.74301,8.99895\n6892,1646648208,47.74301,8.99895\n6893,1646648209,47.74301,8.99895\n6894,1646648210,47.74301,8.99895\n6895,1646648211,47.74301,8.99895\n6896,1646648212,47.74301,8.99895\n6897,1646648213,47.74301,8.99895\n6898,1646648214,47.74301,8.99895\n6899,1646648215,47.74301,8.99895\n6900,1646648216,47.74301,8.99895\n6901,1646648217,47.74301,8.99895\n6902,1646648218,47.74301,8.99895\n6903,1646648219,47.74301,8.99895\n6904,1646648220,47.74301,8.99895\n6905,1646648221,47.74301,8.99895\n6906,1646648222,47.74301,8.99895\n6907,1646648223,47.74301,8.99895\n6908,1646648224,47.74301,8.99895\n6909,1646648225,47.74301,8.99895\n6910,1646648226,47.74301,8.99895\n6911,1646648227,47.74301,8.99895\n6912,1646648228,47.74301,8.99895\n6913,1646648229,47.74301,8.99895\n6914,1646648230,47.74301,8.99895\n6915,1646648231,47.74301,8.99895\n6916,1646648232,47.74301,8.99895\n6917,1646648233,47.74301,8.99895\n6918,1646648234,47.74301,8.99895\n6919,1646648235,47.74301,8.99895\n6920,1646648236,47.74301,8.99895\n6921,1646648237,47.74301,8.99895\n6922,1646648238,47.74301,8.99895\n6923,1646648239,47.74301,8.99895\n6924,1646648240,47.74301,8.99895\n6925,1646648241,47.74301,8.99895\n6926,1646648242,47.74301,8.99895\n6927,1646648243,47.74301,8.99895\n6928,1646648244,47.74301,8.99895\n6929,1646648245,47.74301,8.99895\n6930,1646648246,47.74301,8.99895\n6931,1646648247,47.74301,8.99895\n6932,1646648248,47.74301,8.99895\n6933,1646648249,47.74301,8.99895\n6934,1646648250,47.74301,8.99895\n6935,1646648251,47.74301,8.99895\n6936,1646648252,47.74301,8.99895\n6937,1646648253,47.74301,8.99895\n6938,1646648254,47.74301,8.99895\n6939,1646648255,47.74301,8.99895\n6940,1646648256,47.74301,8.99895\n6941,1646648257,47.74301,8.99895\n6942,1646648258,47.74301,8.99895\n6943,1646648259,47.74301,8.99895\n6944,1646648260,47.74301,8.99895\n6945,1646648261,47.74301,8.99895\n6946,1646648262,47.74301,8.99895\n6947,1646648263,47.74301,8.99895\n6948,1646648264,47.74301,8.99895\n6949,1646648265,47.74301,8.99895\n6950,1646648266,47.74301,8.99895\n6951,1646648267,47.74301,8.99895\n6952,1646648268,47.74301,8.99895\n6953,1646648269,47.74301,8.99895\n6954,1646648270,47.74301,8.99895\n6955,1646648271,47.74301,8.99895\n6956,1646648272,47.74301,8.99895\n6957,1646648273,47.74301,8.99895\n6958,1646648274,47.74301,8.99895\n6959,1646648275,47.74301,8.99895\n6960,1646648276,47.74301,8.99895\n6961,1646648277,47.74301,8.99895\n6962,1646648278,47.74301,8.99895\n6963,1646648279,47.74301,8.99895\n6964,1646648280,47.74301,8.99895\n6965,1646648281,47.74301,8.99895\n6966,1646648282,47.74301,8.99895\n6967,1646648283,47.74301,8.99895\n6968,1646648284,47.74301,8.99895\n6969,1646648285,47.74301,8.99895\n6970,1646648286,47.74301,8.99896\n6971,1646648287,47.74301,8.99896\n6972,1646648288,47.74301,8.99896\n6973,1646648289,47.74301,8.99896\n6974,1646648290,47.74301,8.99896\n6975,1646648291,47.74301,8.99896\n6976,1646648292,47.74301,8.99896\n6977,1646648293,47.74301,8.99896\n6978,1646648294,47.74301,8.99896\n6979,1646648295,47.74301,8.99896\n6980,1646648296,47.74301,8.99896\n6981,1646648297,47.74301,8.99896\n6982,1646648298,47.74301,8.99896\n6983,1646648299,47.74301,8.99896\n6984,1646648300,47.74301,8.99896\n6985,1646648301,47.74301,8.99896\n6986,1646648302,47.74301,8.99896\n6987,1646648303,47.74301,8.99896\n6988,1646648304,47.74301,8.99896\n6989,1646648305,47.74301,8.99896\n6990,1646648306,47.74301,8.99896\n6991,1646648307,47.74301,8.99896\n6992,1646648308,47.74301,8.99896\n6993,1646648309,47.74301,8.99896\n6994,1646648310,47.74301,8.99896\n6995,1646648311,47.74301,8.99896\n6996,1646648312,47.74301,8.99896\n6997,1646648313,47.74301,8.99896\n6998,1646648314,47.74301,8.99896\n6999,1646648315,47.74301,8.99896\n7000,1646648316,47.74301,8.99896\n7001,1646648317,47.74301,8.99896\n7002,1646648318,47.74301,8.99896\n7003,1646648319,47.74301,8.99896\n7004,1646648320,47.74301,8.99896\n7005,1646648321,47.74301,8.99896\n7006,1646648322,47.74301,8.99896\n7007,1646648323,47.74301,8.99896\n7008,1646648324,47.74301,8.99896\n7009,1646648325,47.74301,8.99896\n7010,1646648326,47.74301,8.99896\n7011,1646648327,47.74301,8.99896\n7012,1646648328,47.74301,8.99896\n7013,1646648329,47.74301,8.99896\n7014,1646648330,47.74301,8.99896\n7015,1646648331,47.74301,8.99896\n7016,1646648332,47.74301,8.99896\n7017,1646648333,47.74301,8.99896\n7018,1646648334,47.74301,8.99896\n7019,1646648335,47.74301,8.99896\n7020,1646648336,47.74301,8.99896\n7021,1646648337,47.74301,8.99896\n7022,1646648338,47.74301,8.99896\n7023,1646648339,47.74301,8.99896\n7024,1646648340,47.74301,8.99896\n7025,1646648341,47.74301,8.99896\n7026,1646648342,47.74301,8.99896\n7027,1646648343,47.74301,8.99896\n7028,1646648344,47.74301,8.99896\n7029,1646648345,47.74301,8.99896\n7030,1646648346,47.74301,8.99896\n7031,1646648347,47.74301,8.99896\n7032,1646648348,47.74301,8.99896\n7033,1646648349,47.74301,8.99896\n7034,1646648350,47.74301,8.99896\n7035,1646648351,47.74301,8.99896\n7036,1646648352,47.74301,8.99896\n7037,1646648353,47.74301,8.99896\n7038,1646648354,47.74301,8.99896\n7039,1646648355,47.74301,8.99896\n7040,1646648356,47.74301,8.99896\n7041,1646648357,47.74301,8.99896\n7042,1646648358,47.74301,8.99896\n7043,1646648359,47.74301,8.99896\n7044,1646648360,47.74301,8.99896\n7045,1646648361,47.74301,8.99896\n7046,1646648362,47.74301,8.99896\n7047,1646648363,47.74301,8.99896\n7048,1646648364,47.74301,8.99896\n7049,1646648365,47.74301,8.99896\n7050,1646648366,47.74301,8.99896\n7051,1646648367,47.74301,8.99896\n7052,1646648368,47.74301,8.99896\n7053,1646648369,47.74301,8.99896\n7054,1646648370,47.74301,8.99896\n7055,1646648371,47.74301,8.99896\n7056,1646648372,47.74301,8.99896\n7057,1646648373,47.74301,8.99896\n7058,1646648374,47.74301,8.99896\n7059,1646648375,47.74301,8.99896\n7060,1646648376,47.74301,8.99896\n7061,1646648377,47.74301,8.99896\n7062,1646648378,47.74301,8.99896\n7063,1646648379,47.74301,8.99896\n7064,1646648380,47.74301,8.99896\n7065,1646648381,47.74301,8.99896\n7066,1646648382,47.74301,8.99896\n7067,1646648383,47.74301,8.99896\n7068,1646648384,47.74301,8.99896\n7069,1646648385,47.74301,8.99896\n7070,1646648386,47.74301,8.99896\n7071,1646648387,47.74301,8.99896\n7072,1646648388,47.74301,8.99896\n7073,1646648389,47.74301,8.99896\n7074,1646648390,47.74301,8.99896\n7075,1646648391,47.74301,8.99896\n7076,1646648392,47.74301,8.99896\n7077,1646648393,47.74301,8.99896\n7078,1646648394,47.74301,8.99896\n7079,1646648395,47.74301,8.99896\n7080,1646648396,47.74301,8.99896\n7081,1646648397,47.74301,8.99896\n7082,1646648398,47.74301,8.99896\n7083,1646648399,47.74301,8.99896\n7084,1646648400,47.74301,8.99896\n7085,1646648401,47.74301,8.99896\n7086,1646648402,47.74301,8.99896\n7087,1646648403,47.74301,8.99896\n7088,1646648404,47.74301,8.99896\n7089,1646648405,47.74301,8.99896\n7090,1646648406,47.74301,8.99896\n7091,1646648407,47.74301,8.99896\n7092,1646648408,47.74301,8.99896\n7093,1646648409,47.74301,8.99896\n7094,1646648410,47.74301,8.99896\n7095,1646648411,47.74301,8.99896\n7096,1646648412,47.74301,8.99896\n7097,1646648413,47.74301,8.99896\n7098,1646648414,47.74301,8.99896\n7099,1646648415,47.74301,8.99896\n7100,1646648416,47.74301,8.99896\n7101,1646648417,47.74301,8.99896\n7102,1646648418,47.74301,8.99896\n7103,1646648419,47.74301,8.99896\n7104,1646648420,47.74301,8.99896\n7105,1646648421,47.74301,8.99896\n7106,1646648422,47.74301,8.99896\n7107,1646648423,47.74301,8.99896\n7108,1646648424,47.74301,8.99896\n7109,1646648425,47.74301,8.99896\n7110,1646648426,47.74301,8.99896\n7111,1646648427,47.74301,8.99896\n7112,1646648428,47.74301,8.99896\n7113,1646648429,47.74301,8.99896\n7114,1646648430,47.74301,8.99896\n7115,1646648431,47.74301,8.99896\n7116,1646648432,47.74301,8.99896\n7117,1646648433,47.74301,8.99896\n7118,1646648434,47.74301,8.99896\n7119,1646648435,47.74301,8.99896\n7120,1646648436,47.74301,8.99896\n7121,1646648437,47.74301,8.99896\n7122,1646648438,47.74301,8.99896\n7123,1646648439,47.74301,8.99896\n7124,1646648440,47.74301,8.99896\n7125,1646648441,47.74301,8.99896\n7126,1646648442,47.74301,8.99896\n7127,1646648443,47.74301,8.99896\n7128,1646648444,47.74301,8.99896\n7129,1646648445,47.74301,8.99896\n7130,1646648446,47.74301,8.99896\n7131,1646648447,47.74301,8.99896\n7132,1646648448,47.74301,8.99896\n7133,1646648449,47.74301,8.99896\n7134,1646648450,47.74301,8.99896\n7135,1646648451,47.74301,8.99896\n7136,1646648452,47.74301,8.99896\n7137,1646648453,47.74301,8.99896\n7138,1646648454,47.74301,8.99896\n7139,1646648455,47.74301,8.99896\n7140,1646648456,47.74301,8.99896\n7141,1646648457,47.74301,8.99896\n7142,1646648458,47.74301,8.99896\n7143,1646648459,47.74301,8.99896\n7144,1646648460,47.74301,8.99896\n7145,1646648461,47.74301,8.99896\n7146,1646648462,47.74301,8.99896\n7147,1646648463,47.74301,8.99896\n7148,1646648464,47.74301,8.99896\n7149,1646648465,47.74301,8.99896\n7150,1646648466,47.74301,8.99896\n7151,1646648467,47.74301,8.99896\n7152,1646648468,47.74301,8.99896\n7153,1646648469,47.74301,8.99896\n7154,1646648470,47.74301,8.99896\n7155,1646648471,47.74301,8.99896\n7156,1646648472,47.74301,8.99896\n7157,1646648473,47.74301,8.99896\n7158,1646648474,47.74301,8.99896\n7159,1646648475,47.74301,8.99896\n7160,1646648476,47.74301,8.99896\n7161,1646648477,47.74301,8.99896\n7162,1646648478,47.74301,8.99896\n7163,1646648479,47.74301,8.99896\n7164,1646648480,47.74301,8.99896\n7165,1646648481,47.74301,8.99896\n7166,1646648482,47.74301,8.99896\n7167,1646648483,47.74301,8.99896\n7168,1646648484,47.74301,8.99896\n7169,1646648485,47.74301,8.99896\n7170,1646648486,47.74301,8.99896\n7171,1646648487,47.74301,8.99896\n7172,1646648488,47.74301,8.99896\n7173,1646648489,47.74301,8.99896\n7174,1646648490,47.74301,8.99896\n7175,1646648491,47.74301,8.99896\n7176,1646648492,47.74301,8.99896\n7177,1646648493,47.74301,8.99896\n7178,1646648494,47.74301,8.99896\n7179,1646648495,47.74301,8.99896\n7180,1646648496,47.74301,8.99896\n7181,1646648497,47.74301,8.99896\n7182,1646648498,47.74301,8.99896\n7183,1646648499,47.74301,8.99896\n7184,1646648500,47.74301,8.99896\n7185,1646648501,47.74301,8.99896\n7186,1646648502,47.74301,8.99896\n7187,1646648503,47.74301,8.99896\n7188,1646648504,47.74301,8.99896\n7189,1646648505,47.74301,8.99896\n7190,1646648506,47.74301,8.99896\n7191,1646648507,47.74301,8.99896\n7192,1646648508,47.74301,8.99896\n7193,1646648509,47.74301,8.99896\n7194,1646648510,47.74301,8.99896\n7195,1646648511,47.74301,8.99896\n7196,1646648512,47.74301,8.99896\n7197,1646648513,47.74301,8.99896\n7198,1646648514,47.74301,8.99896\n7199,1646648515,47.74301,8.99896\n7200,1646648516,47.74301,8.99896\n7201,1646648517,47.74301,8.99896\n7202,1646648518,47.74301,8.99896\n7203,1646648519,47.74301,8.99896\n7204,1646648520,47.74301,8.99896\n7205,1646648521,47.74301,8.99896\n7206,1646648522,47.74301,8.99896\n7207,1646648523,47.74301,8.99896\n7208,1646648524,47.74301,8.99896\n7209,1646648525,47.74301,8.99896\n7210,1646648526,47.74301,8.99896\n7211,1646648527,47.74301,8.99896\n7212,1646648528,47.74301,8.99896\n7213,1646648529,47.74301,8.99896\n7214,1646648530,47.74301,8.99896\n7215,1646648531,47.74301,8.99896\n7216,1646648532,47.74301,8.99896\n7217,1646648533,47.74301,8.99896\n7218,1646648534,47.74301,8.99896\n7219,1646648535,47.74301,8.99896\n7220,1646648536,47.74301,8.99896\n7221,1646648537,47.74301,8.99896\n7222,1646648538,47.74301,8.99896\n7223,1646648539,47.74301,8.99896\n7224,1646648540,47.74301,8.99896\n7225,1646648541,47.74301,8.99896\n7226,1646648542,47.74301,8.99896\n7227,1646648543,47.74301,8.99896\n7228,1646648544,47.74301,8.99896\n7229,1646648545,47.74301,8.99896\n7230,1646648546,47.74301,8.99896\n7231,1646648547,47.74301,8.99896\n7232,1646648548,47.74301,8.99896\n7233,1646648549,47.74301,8.99896\n7234,1646648550,47.74301,8.99896\n7235,1646648551,47.74301,8.99896\n7236,1646648552,47.74301,8.99896\n7237,1646648553,47.74301,8.99896\n7238,1646648554,47.74301,8.99896\n7239,1646648555,47.74301,8.99896\n7240,1646648556,47.74301,8.99896\n7241,1646648557,47.74301,8.99896\n7242,1646648558,47.74301,8.99896\n7243,1646648559,47.74301,8.99896\n7244,1646648560,47.74301,8.99896\n7245,1646648561,47.74301,8.99896\n7246,1646648562,47.74301,8.99896\n7247,1646648563,47.74301,8.99896\n7248,1646648564,47.74301,8.99896\n7249,1646648565,47.74301,8.99896\n7250,1646648566,47.74301,8.99896\n7251,1646648567,47.74301,8.99896\n7252,1646648568,47.74301,8.99896\n7253,1646648569,47.74301,8.99896\n7254,1646648570,47.74301,8.99896\n7255,1646648571,47.74301,8.99896\n7256,1646648572,47.74301,8.99896\n7257,1646648573,47.74301,8.99896\n7258,1646648574,47.74301,8.99896\n7259,1646648575,47.74301,8.99896\n7260,1646648576,47.74301,8.99896\n7261,1646648577,47.74301,8.99896\n7262,1646648578,47.74301,8.99896\n7263,1646648579,47.74301,8.99896\n7264,1646648580,47.74301,8.99896\n7265,1646648581,47.74301,8.99896\n7266,1646648582,47.74301,8.99896\n7267,1646648583,47.74301,8.99896\n7268,1646648584,47.74301,8.99896\n7269,1646648585,47.74301,8.99896\n7270,1646648586,47.74301,8.99896\n7271,1646648587,47.74301,8.99896\n7272,1646648588,47.74301,8.99896\n7273,1646648589,47.74301,8.99896\n7274,1646648590,47.74301,8.99896\n7275,1646648591,47.74301,8.99896\n7276,1646648592,47.74301,8.99896\n7277,1646648593,47.74301,8.99896\n7278,1646648594,47.74301,8.99896\n7279,1646648595,47.74301,8.99896\n7280,1646648596,47.74301,8.99896\n7281,1646648597,47.74301,8.99896\n7282,1646648598,47.74301,8.99896\n7283,1646648599,47.74301,8.99896\n7284,1646648600,47.74301,8.99896\n7285,1646648601,47.74301,8.99896\n7286,1646648602,47.74301,8.99896\n7287,1646648603,47.74301,8.99896\n7288,1646648604,47.74301,8.99896\n7289,1646648605,47.74301,8.99896\n7290,1646648606,47.74301,8.99896\n7291,1646648607,47.74301,8.99896\n7292,1646648608,47.74301,8.99896\n7293,1646648609,47.74301,8.99896\n7294,1646648610,47.74301,8.99896\n7295,1646648611,47.74301,8.99896\n7296,1646648612,47.74301,8.99896\n7297,1646648613,47.74301,8.99896\n7298,1646648614,47.74301,8.99896\n7299,1646648615,47.74301,8.99896\n7300,1646648616,47.74301,8.99896\n7301,1646648617,47.74301,8.99896\n7302,1646648618,47.74301,8.99896\n7303,1646648619,47.74301,8.99896\n7304,1646648620,47.74301,8.99896\n7305,1646648621,47.74301,8.99896\n7306,1646648622,47.74301,8.99896\n7307,1646648623,47.74301,8.99896\n7308,1646648624,47.74301,8.99896\n7309,1646648625,47.74301,8.99896\n7310,1646648626,47.74301,8.99896\n7311,1646648627,47.74301,8.99896\n7312,1646648628,47.74301,8.99896\n7313,1646648629,47.74301,8.99896\n7314,1646648630,47.74301,8.99896\n7315,1646648631,47.74301,8.99896\n7316,1646648632,47.74301,8.99896\n7317,1646648633,47.74301,8.99896\n7318,1646648634,47.74301,8.99896\n7319,1646648635,47.74301,8.99896\n7320,1646648636,47.74301,8.99896\n7321,1646648637,47.74301,8.99896\n7322,1646648638,47.74301,8.99896\n7323,1646648639,47.74301,8.99896\n7324,1646648640,47.74301,8.99896\n7325,1646648641,47.74301,8.99896\n7326,1646648642,47.74301,8.99896\n7327,1646648643,47.74301,8.99896\n7328,1646648644,47.74301,8.99896\n7329,1646648645,47.74301,8.99896\n7330,1646648646,47.74301,8.99896\n7331,1646648647,47.74301,8.99896\n7332,1646648648,47.74301,8.99896\n7333,1646648649,47.74301,8.99896\n7334,1646648650,47.74301,8.99896\n7335,1646648651,47.74301,8.99896\n7336,1646648652,47.74301,8.99896\n7337,1646648653,47.74301,8.99896\n7338,1646648654,47.74301,8.99896\n7339,1646648655,47.74301,8.99896\n7340,1646648656,47.74301,8.99896\n7341,1646648657,47.74301,8.99896\n7342,1646648658,47.74301,8.99896\n7343,1646648659,47.74301,8.99896\n7344,1646648660,47.74301,8.99896\n7345,1646648661,47.74301,8.99896\n7346,1646648662,47.74301,8.99896\n7347,1646648663,47.74301,8.99896\n7348,1646648664,47.74301,8.99896\n7349,1646648665,47.74301,8.99896\n7350,1646648666,47.74301,8.99896\n7351,1646648667,47.74301,8.99896\n7352,1646648668,47.74301,8.99896\n7353,1646648669,47.74301,8.99896\n7354,1646648670,47.74301,8.99896\n7355,1646648671,47.74301,8.99896\n7356,1646648672,47.74301,8.99896\n7357,1646648673,47.74301,8.99896\n7358,1646648674,47.74301,8.99896\n7359,1646648675,47.74301,8.99896\n7360,1646648676,47.74301,8.99896\n7361,1646648677,47.74301,8.99896\n7362,1646648678,47.74301,8.99896\n7363,1646648679,47.74301,8.99896\n7364,1646648680,47.74301,8.99896\n7365,1646648681,47.74301,8.99896\n7366,1646648682,47.74301,8.99896\n7367,1646648683,47.74301,8.99896\n7368,1646648684,47.74301,8.99896\n7369,1646648685,47.74301,8.99896\n7370,1646648686,47.74301,8.99896\n7371,1646648687,47.74301,8.99896\n7372,1646648688,47.74301,8.99896\n7373,1646648689,47.74301,8.99896\n7374,1646648690,47.74301,8.99896\n7375,1646648691,47.74301,8.99896\n7376,1646648692,47.74301,8.99896\n7377,1646648693,47.74301,8.99896\n7378,1646648694,47.74301,8.99896\n7379,1646648695,47.74301,8.99896\n7380,1646648696,47.74301,8.99896\n7381,1646648697,47.74301,8.99896\n7382,1646648698,47.74301,8.99896\n7383,1646648699,47.74301,8.99896\n7384,1646648700,47.74301,8.99896\n7385,1646648701,47.74301,8.99896\n7386,1646648702,47.74301,8.99896\n7387,1646648703,47.74301,8.99896\n7388,1646648704,47.74301,8.99896\n7389,1646648705,47.74301,8.99896\n7390,1646648706,47.74301,8.99896\n7391,1646648707,47.74301,8.99896\n7392,1646648708,47.74301,8.99896\n7393,1646648709,47.74301,8.99896\n7394,1646648710,47.74301,8.99896\n7395,1646648711,47.74301,8.99896\n7396,1646648712,47.74301,8.99896\n7397,1646648713,47.74301,8.99896\n7398,1646648714,47.74301,8.99896\n7399,1646648715,47.74301,8.99896\n7400,1646648716,47.74301,8.99896\n7401,1646648717,47.74301,8.99896\n7402,1646648718,47.74301,8.99896\n7403,1646648719,47.74301,8.99896\n7404,1646648720,47.74301,8.99896\n7405,1646648721,47.74301,8.99896\n7406,1646648722,47.74301,8.99896\n7407,1646648723,47.74301,8.99896\n7408,1646648724,47.74301,8.99896\n7409,1646648725,47.74301,8.99896\n7410,1646648726,47.74301,8.99896\n7411,1646648727,47.74301,8.99896\n7412,1646648728,47.74301,8.99896\n7413,1646648729,47.74301,8.99896\n7414,1646648730,47.74301,8.99896\n7415,1646648731,47.74301,8.99896\n7416,1646648732,47.74301,8.99896\n7417,1646648733,47.74301,8.99896\n7418,1646648734,47.74301,8.99896\n7419,1646648735,47.74301,8.99896\n7420,1646648736,47.74301,8.99896\n7421,1646648737,47.74301,8.99896\n7422,1646648738,47.74301,8.99896\n7423,1646648739,47.74301,8.99896\n7424,1646648740,47.74301,8.99896\n7425,1646648741,47.74301,8.99896\n7426,1646648742,47.74301,8.99896\n7427,1646648743,47.74301,8.99896\n7428,1646648744,47.74301,8.99896\n7429,1646648745,47.74301,8.99896\n7430,1646648746,47.74301,8.99896\n7431,1646648747,47.74301,8.99896\n7432,1646648748,47.74301,8.99896\n7433,1646648749,47.74301,8.99896\n7434,1646648750,47.74301,8.99896\n7435,1646648751,47.74301,8.99896\n7436,1646648752,47.74301,8.99896\n7437,1646648753,47.74301,8.99896\n7438,1646648754,47.74301,8.99896\n7439,1646648755,47.74301,8.99896\n7440,1646648756,47.74301,8.99896\n7441,1646648757,47.74301,8.99896\n7442,1646648758,47.74301,8.99896\n7443,1646648759,47.74301,8.99896\n7444,1646648760,47.74301,8.99896\n7445,1646648761,47.74301,8.99896\n7446,1646648762,47.74301,8.99896\n7447,1646648763,47.74301,8.99896\n7448,1646648764,47.74301,8.99896\n7449,1646648765,47.74301,8.99896\n7450,1646648766,47.74301,8.99896\n7451,1646648767,47.74301,8.99896\n7452,1646648768,47.74301,8.99896\n7453,1646648769,47.74301,8.99896\n7454,1646648770,47.74301,8.99896\n7455,1646648771,47.74301,8.99896\n7456,1646648772,47.74301,8.99896\n7457,1646648773,47.74301,8.99896\n7458,1646648774,47.74301,8.99896\n7459,1646648775,47.74301,8.99896\n7460,1646648776,47.74301,8.99896\n7461,1646648777,47.74301,8.99896\n7462,1646648778,47.74301,8.99896\n7463,1646648779,47.74301,8.99896\n7464,1646648780,47.74301,8.99896\n7465,1646648781,47.74301,8.99896\n7466,1646648782,47.74301,8.99896\n7467,1646648783,47.74301,8.99896\n7468,1646648784,47.74301,8.99896\n7469,1646648785,47.74301,8.99896\n7470,1646648786,47.74301,8.99896\n7471,1646648787,47.74301,8.99896\n7472,1646648788,47.74301,8.99896\n7473,1646648789,47.74301,8.99896\n7474,1646648790,47.74301,8.99896\n7475,1646648791,47.74301,8.99896\n7476,1646648792,47.74301,8.99896\n7477,1646648793,47.74301,8.99896\n7478,1646648794,47.74301,8.99896\n7479,1646648795,47.74301,8.99896\n7480,1646648796,47.74301,8.99896\n7481,1646648797,47.74301,8.99896\n7482,1646648798,47.74301,8.99896\n7483,1646648799,47.74301,8.99896\n7484,1646648800,47.74301,8.99896\n7485,1646648801,47.74301,8.99896\n7486,1646648802,47.74301,8.99896\n7487,1646648803,47.74301,8.99896\n7488,1646648804,47.74301,8.99896\n7489,1646648805,47.74301,8.99896\n7490,1646648806,47.74301,8.99896\n7491,1646648807,47.74301,8.99896\n7492,1646648808,47.74301,8.99896\n7493,1646648809,47.74301,8.99896\n7494,1646648810,47.74301,8.99896\n7495,1646648811,47.74301,8.99896\n7496,1646648812,47.74301,8.99896\n7497,1646648813,47.74301,8.99896\n7498,1646648814,47.74301,8.99896\n7499,1646648815,47.74301,8.99896\n7500,1646648816,47.74301,8.99896\n7501,1646648817,47.74301,8.99896\n7502,1646648818,47.74301,8.99896\n7503,1646648819,47.74302,8.99896\n7504,1646648820,47.74302,8.99896\n7505,1646648821,47.74302,8.99896\n7506,1646648822,47.74302,8.99896\n7507,1646648823,47.74302,8.99896\n7508,1646648824,47.74302,8.99896\n7509,1646648825,47.74302,8.99896\n7510,1646648826,47.74302,8.99896\n7511,1646648827,47.74302,8.99896\n7512,1646648828,47.74302,8.99896\n7513,1646648829,47.74302,8.99896\n7514,1646648830,47.74302,8.99896\n7515,1646648831,47.74302,8.99896\n7516,1646648832,47.74302,8.99896\n7517,1646648833,47.74302,8.99896\n7518,1646648834,47.74302,8.99896\n7519,1646648835,47.74302,8.99896\n7520,1646648836,47.74302,8.99896\n7521,1646648837,47.74302,8.99896\n7522,1646648838,47.74302,8.99896\n7523,1646648839,47.74302,8.99896\n7524,1646648840,47.74302,8.99896\n7525,1646648841,47.74302,8.99896\n7526,1646648842,47.74302,8.99896\n7527,1646648843,47.74302,8.99896\n7528,1646648844,47.74302,8.99896\n7529,1646648845,47.74302,8.99896\n7530,1646648846,47.74302,8.99896\n7531,1646648847,47.74302,8.99896\n7532,1646648848,47.74302,8.99896\n7533,1646648849,47.74302,8.99896\n7534,1646648850,47.74302,8.99896\n7535,1646648851,47.74302,8.99896\n7536,1646648852,47.74302,8.99896\n7537,1646648853,47.74302,8.99895\n7538,1646648854,47.74302,8.99895\n7539,1646648855,47.74302,8.99895\n7540,1646648856,47.74302,8.99895\n7541,1646648857,47.74302,8.99895\n7542,1646648858,47.74302,8.99895\n7543,1646648859,47.74302,8.99895\n7544,1646648860,47.74302,8.99895\n7545,1646648861,47.74302,8.99895\n7546,1646648862,47.74302,8.99895\n7547,1646648863,47.74302,8.99895\n7548,1646648864,47.74302,8.99895\n7549,1646648865,47.74302,8.99895\n7550,1646648866,47.74302,8.99895\n7551,1646648867,47.74302,8.99895\n7552,1646648868,47.74302,8.99895\n7553,1646648869,47.74302,8.99895\n7554,1646648870,47.74302,8.99895\n7555,1646648871,47.74302,8.99895\n7556,1646648872,47.74302,8.99895\n7557,1646648873,47.74302,8.99895\n7558,1646648874,47.74302,8.99895\n7559,1646648875,47.74302,8.99895\n7560,1646648876,47.74302,8.99895\n7561,1646648877,47.74302,8.99895\n7562,1646648878,47.74302,8.99895\n7563,1646648879,47.74302,8.99895\n7564,1646648880,47.74302,8.99895\n7565,1646648881,47.74302,8.99895\n7566,1646648882,47.74302,8.99895\n7567,1646648883,47.74302,8.99895\n7568,1646648884,47.74302,8.99895\n7569,1646648885,47.74302,8.99895\n7570,1646648886,47.74302,8.99895\n7571,1646648887,47.74302,8.99895\n7572,1646648888,47.74302,8.99895\n7573,1646648889,47.74302,8.99895\n7574,1646648890,47.74302,8.99895\n7575,1646648891,47.74302,8.99895\n7576,1646648892,47.74302,8.99895\n7577,1646648893,47.74302,8.99895\n7578,1646648894,47.74302,8.99895\n7579,1646648895,47.74302,8.99895\n7580,1646648896,47.74302,8.99895\n7581,1646648897,47.74302,8.99895\n7582,1646648898,47.74302,8.99895\n7583,1646648899,47.74302,8.99895\n7584,1646648900,47.74302,8.99895\n7585,1646648901,47.74302,8.99895\n7586,1646648902,47.74302,8.99895\n7587,1646648903,47.74302,8.99895\n7588,1646648904,47.74302,8.99895\n7589,1646648905,47.74302,8.99895\n7590,1646648906,47.74302,8.99895\n7591,1646648907,47.74302,8.99895\n7592,1646648908,47.74302,8.99895\n7593,1646648909,47.74302,8.99895\n7594,1646648910,47.74302,8.99895\n7595,1646648911,47.74302,8.99895\n7596,1646648912,47.74302,8.99895\n7597,1646648913,47.74302,8.99895\n7598,1646648914,47.74302,8.99895\n7599,1646648915,47.74302,8.99895\n7600,1646648916,47.74302,8.99895\n7601,1646648917,47.74302,8.99895\n7602,1646648918,47.74302,8.99895\n7603,1646648919,47.74302,8.99895\n7604,1646648920,47.74302,8.99895\n7605,1646648921,47.74302,8.99895\n7606,1646648922,47.74302,8.99895\n7607,1646648923,47.74302,8.99895\n7608,1646648924,47.74302,8.99895\n7609,1646648925,47.74302,8.99895\n7610,1646648926,47.74302,8.99895\n7611,1646648927,47.74302,8.99895\n7612,1646648928,47.74302,8.99895\n7613,1646648929,47.74302,8.99895\n7614,1646648930,47.74302,8.99895\n7615,1646648931,47.74302,8.99895\n7616,1646648932,47.74302,8.99895\n7617,1646648933,47.74302,8.99895\n7618,1646648934,47.74302,8.99895\n7619,1646648935,47.74302,8.99895\n7620,1646648936,47.74302,8.99895\n7621,1646648937,47.74302,8.99895\n7622,1646648938,47.74302,8.99895\n7623,1646648939,47.74302,8.99895\n7624,1646648940,47.74302,8.99895\n7625,1646648941,47.74302,8.99895\n7626,1646648942,47.74302,8.99895\n7627,1646648943,47.74302,8.99895\n7628,1646648944,47.74302,8.99895\n7629,1646648945,47.74302,8.99895\n7630,1646648946,47.74302,8.99895\n7631,1646648947,47.74302,8.99895\n7632,1646648948,47.74302,8.99895\n7633,1646648949,47.74302,8.99895\n7634,1646648950,47.74302,8.99895\n7635,1646648951,47.74302,8.99895\n7636,1646648952,47.74302,8.99895\n7637,1646648953,47.74302,8.99895\n7638,1646648954,47.74302,8.99895\n7639,1646648955,47.74302,8.99895\n7640,1646648956,47.74302,8.99895\n7641,1646648957,47.74302,8.99895\n7642,1646648958,47.74302,8.99895\n7643,1646648959,47.74302,8.99895\n7644,1646648960,47.74302,8.99895\n7645,1646648961,47.74302,8.99895\n7646,1646648962,47.74302,8.99895\n7647,1646648963,47.74302,8.99895\n7648,1646648964,47.74302,8.99895\n7649,1646648965,47.74302,8.99895\n7650,1646648966,47.74302,8.99895\n7651,1646648967,47.74302,8.99895\n7652,1646648968,47.74302,8.99895\n7653,1646648969,47.74302,8.99895\n7654,1646648970,47.74302,8.99895\n7655,1646648971,47.74302,8.99895\n7656,1646648972,47.74302,8.99895\n7657,1646648973,47.74302,8.99895\n7658,1646648974,47.74302,8.99895\n7659,1646648975,47.74302,8.99895\n7660,1646648976,47.74302,8.99895\n7661,1646648977,47.74302,8.99895\n7662,1646648978,47.74302,8.99895\n7663,1646648979,47.74302,8.99895\n7664,1646648980,47.74302,8.99895\n7665,1646648981,47.74302,8.99895\n7666,1646648982,47.74302,8.99895\n7667,1646648983,47.74302,8.99895\n7668,1646648984,47.74302,8.99895\n7669,1646648985,47.74302,8.99895\n7670,1646648986,47.74302,8.99895\n7671,1646648987,47.74302,8.99895\n7672,1646648988,47.74302,8.99895\n7673,1646648989,47.74302,8.99895\n7674,1646648990,47.74302,8.99895\n7675,1646648991,47.74302,8.99895\n7676,1646648992,47.74302,8.99895\n7677,1646648993,47.74302,8.99895\n7678,1646648994,47.74302,8.99895\n7679,1646648995,47.74302,8.99895\n7680,1646648996,47.74302,8.99895\n7681,1646648997,47.74302,8.99895\n7682,1646648998,47.74302,8.99895\n7683,1646648999,47.74302,8.99895\n7684,1646649000,47.74302,8.99895\n7685,1646649001,47.74302,8.99895\n7686,1646649002,47.74302,8.99895\n7687,1646649003,47.74302,8.99895\n7688,1646649004,47.74303,8.99895\n7689,1646649005,47.74303,8.99895\n7690,1646649006,47.74303,8.99895\n7691,1646649007,47.74303,8.99895\n7692,1646649008,47.74303,8.99895\n7693,1646649009,47.74303,8.99895\n7694,1646649010,47.74303,8.99895\n7695,1646649011,47.74303,8.99895\n7696,1646649012,47.74303,8.99895\n7697,1646649013,47.74303,8.99895\n7698,1646649014,47.74303,8.99895\n7699,1646649015,47.74303,8.99895\n7700,1646649016,47.74303,8.99895\n7701,1646649017,47.74303,8.99895\n7702,1646649018,47.74303,8.99895\n7703,1646649019,47.74303,8.99895\n7704,1646649020,47.74303,8.99895\n7705,1646649021,47.74303,8.99895\n7706,1646649022,47.74303,8.99895\n7707,1646649023,47.74303,8.99895\n7708,1646649024,47.74303,8.99895\n7709,1646649025,47.74303,8.99895\n7710,1646649026,47.74303,8.99895\n7711,1646649027,47.74303,8.99895\n7712,1646649028,47.74303,8.99895\n7713,1646649029,47.74303,8.99895\n7714,1646649030,47.74303,8.99895\n7715,1646649031,47.74303,8.99895\n7716,1646649032,47.74303,8.99895\n7717,1646649033,47.74303,8.99895\n7718,1646649034,47.74303,8.99895\n7719,1646649035,47.74303,8.99895\n7720,1646649036,47.74303,8.99895\n7721,1646649037,47.74303,8.99895\n7722,1646649038,47.74303,8.99895\n7723,1646649039,47.74303,8.99895\n7724,1646649040,47.74303,8.99895\n7725,1646649041,47.74303,8.99895\n7726,1646649042,47.74303,8.99895\n7727,1646649043,47.74303,8.99895\n7728,1646649044,47.74303,8.99895\n7729,1646649045,47.74303,8.99895\n7730,1646649046,47.74303,8.99895\n7731,1646649047,47.74303,8.99895\n7732,1646649048,47.74303,8.99895\n7733,1646649049,47.74303,8.99895\n7734,1646649050,47.74303,8.99895\n7735,1646649051,47.74303,8.99895\n7736,1646649052,47.74303,8.99895\n7737,1646649053,47.74303,8.99895\n7738,1646649054,47.74303,8.99895\n7739,1646649055,47.74303,8.99895\n7740,1646649056,47.74303,8.99895\n7741,1646649057,47.74303,8.99895\n7742,1646649058,47.74303,8.99895\n7743,1646649059,47.74303,8.99895\n7744,1646649060,47.74303,8.99895\n7745,1646649061,47.74303,8.99895\n7746,1646649062,47.74303,8.99895\n7747,1646649063,47.74303,8.99895\n7748,1646649064,47.74303,8.99895\n7749,1646649065,47.74303,8.99895\n7750,1646649066,47.74303,8.99895\n7751,1646649067,47.74303,8.99895\n7752,1646649068,47.74303,8.99895\n7753,1646649069,47.74303,8.99895\n7754,1646649070,47.74303,8.99895\n7755,1646649071,47.74303,8.99895\n7756,1646649072,47.74303,8.99895\n7757,1646649073,47.74303,8.99895\n7758,1646649074,47.74303,8.99895\n7759,1646649075,47.74303,8.99895\n7760,1646649076,47.74303,8.99895\n7761,1646649077,47.74303,8.99895\n7762,1646649078,47.74303,8.99895\n7763,1646649079,47.74303,8.99895\n7764,1646649080,47.74303,8.99895\n7765,1646649081,47.74303,8.99895\n7766,1646649082,47.74303,8.99895\n7767,1646649083,47.74303,8.99895\n7768,1646649084,47.74303,8.99895\n7769,1646649085,47.74303,8.99895\n7770,1646649086,47.74303,8.99895\n7771,1646649087,47.74303,8.99895\n7772,1646649088,47.74303,8.99895\n7773,1646649089,47.74303,8.99895\n7774,1646649090,47.74303,8.99895\n7775,1646649091,47.74303,8.99895\n7776,1646649093,47.74303,8.99895\n7777,1646649094,47.74303,8.99895\n7778,1646649095,47.74303,8.99895\n7779,1646649096,47.74303,8.99895\n7780,1646649097,47.74303,8.99895\n7781,1646649098,47.74303,8.99895\n7782,1646649099,47.74303,8.99895\n7783,1646649100,47.74303,8.99895\n7784,1646649101,47.74303,8.99895\n7785,1646649102,47.74303,8.99895\n7786,1646649103,47.74303,8.99895\n7787,1646649104,47.74303,8.99895\n7788,1646649105,47.74303,8.99895\n7789,1646649106,47.74303,8.99895\n7790,1646649107,47.74303,8.99895\n7791,1646649108,47.74303,8.99895\n7792,1646649109,47.74303,8.99895\n7793,1646649110,47.74303,8.99895\n7794,1646649111,47.74303,8.99895\n7795,1646649112,47.74303,8.99895\n7796,1646649113,47.74303,8.99895\n7797,1646649114,47.74303,8.99895\n7798,1646649115,47.74303,8.99895\n7799,1646649116,47.74303,8.99895\n7800,1646649117,47.74303,8.99895\n7801,1646649118,47.74303,8.99895\n7802,1646649119,47.74303,8.99895\n7803,1646649120,47.74303,8.99895\n7804,1646649121,47.74303,8.99895\n7805,1646649122,47.74303,8.99895\n7806,1646649123,47.74303,8.99895\n7807,1646649124,47.74303,8.99895\n7808,1646649125,47.74303,8.99895\n7809,1646649126,47.74303,8.99895\n7810,1646649127,47.74303,8.99895\n7811,1646649128,47.74303,8.99895\n7812,1646649129,47.74303,8.99895\n7813,1646649130,47.74303,8.99895\n7814,1646649131,47.74303,8.99895\n7815,1646649132,47.74303,8.99895\n7816,1646649133,47.74303,8.99895\n7817,1646649134,47.74303,8.99895\n7818,1646649135,47.74303,8.99895\n7819,1646649136,47.74303,8.99895\n7820,1646649137,47.74303,8.99895\n7821,1646649138,47.74303,8.99895\n7822,1646649139,47.74303,8.99895\n7823,1646649140,47.74303,8.99895\n7824,1646649141,47.74303,8.99895\n7825,1646649142,47.74303,8.99895\n7826,1646649143,47.74303,8.99895\n7827,1646649144,47.74303,8.99895\n7828,1646649145,47.74303,8.99895\n7829,1646649146,47.74303,8.99895\n7830,1646649147,47.74303,8.99895\n7831,1646649148,47.74303,8.99895\n7832,1646649149,47.74303,8.99895\n7833,1646649150,47.74303,8.99895\n7834,1646649151,47.74303,8.99895\n7835,1646649152,47.74303,8.99895\n7836,1646649153,47.74303,8.99895\n7837,1646649154,47.74303,8.99895\n7838,1646649155,47.74303,8.99895\n7839,1646649156,47.74303,8.99895\n7840,1646649157,47.74303,8.99895\n7841,1646649158,47.74303,8.99895\n7842,1646649159,47.74303,8.99895\n7843,1646649160,47.74303,8.99894\n7844,1646649161,47.74303,8.99894\n7845,1646649162,47.74303,8.99894\n7846,1646649163,47.74303,8.99894\n7847,1646649164,47.74303,8.99894\n7848,1646649165,47.74303,8.99894\n7849,1646649166,47.74303,8.99894\n7850,1646649167,47.74303,8.99894\n7851,1646649168,47.74303,8.99894\n7852,1646649169,47.74303,8.99894\n7853,1646649170,47.74303,8.99894\n7854,1646649171,47.74303,8.99894\n7855,1646649172,47.74303,8.99894\n7856,1646649173,47.74303,8.99894\n7857,1646649174,47.74303,8.99894\n7858,1646649175,47.74303,8.99894\n7859,1646649176,47.74304,8.99894\n7860,1646649177,47.74304,8.99894\n7861,1646649178,47.74304,8.99894\n7862,1646649179,47.74304,8.99894\n7863,1646649180,47.74304,8.99894\n7864,1646649181,47.74304,8.99894\n7865,1646649182,47.74304,8.99894\n7866,1646649183,47.74304,8.99894\n7867,1646649184,47.74304,8.99894\n7868,1646649185,47.74304,8.99894\n7869,1646649186,47.74304,8.99894\n7870,1646649187,47.74304,8.99894\n7871,1646649188,47.74304,8.99894\n7872,1646649189,47.74304,8.99894\n7873,1646649190,47.74304,8.99894\n7874,1646649191,47.74304,8.99894\n7875,1646649192,47.74304,8.99894\n7876,1646649193,47.74304,8.99894\n7877,1646649194,47.74304,8.99894\n7878,1646649195,47.74304,8.99894\n7879,1646649196,47.74304,8.99894\n7880,1646649197,47.74304,8.99894\n7881,1646649198,47.74304,8.99894\n7882,1646649199,47.74304,8.99894\n7883,1646649200,47.74304,8.99894\n7884,1646649201,47.74304,8.99894\n7885,1646649202,47.74304,8.99894\n7886,1646649203,47.74304,8.99894\n7887,1646649204,47.74304,8.99894\n7888,1646649205,47.74304,8.99894\n7889,1646649206,47.74304,8.99894\n7890,1646649207,47.74304,8.99894\n7891,1646649208,47.74304,8.99894\n7892,1646649209,47.74304,8.99894\n7893,1646649210,47.74304,8.99894\n7894,1646649211,47.74304,8.99894\n7895,1646649212,47.74304,8.99894\n7896,1646649213,47.74304,8.99894\n7897,1646649214,47.74304,8.99894\n7898,1646649215,47.74304,8.99894\n7899,1646649216,47.74304,8.99894\n7900,1646649217,47.74304,8.99894\n7901,1646649218,47.74304,8.99894\n7902,1646649219,47.74304,8.99894\n7903,1646649220,47.74304,8.99894\n7904,1646649221,47.74304,8.99894\n7905,1646649222,47.74304,8.99894\n7906,1646649223,47.74304,8.99894\n7907,1646649224,47.74304,8.99894\n7908,1646649225,47.74304,8.99894\n7909,1646649226,47.74304,8.99894\n7910,1646649227,47.74304,8.99894\n7911,1646649228,47.74304,8.99894\n7912,1646649229,47.74304,8.99894\n7913,1646649230,47.74304,8.99894\n7914,1646649231,47.74304,8.99894\n7915,1646649232,47.74304,8.99894\n7916,1646649233,47.74304,8.99894\n7917,1646649234,47.74304,8.99894\n7918,1646649235,47.74304,8.99894\n7919,1646649236,47.74304,8.99894\n7920,1646649237,47.74304,8.99894\n7921,1646649238,47.74304,8.99894\n7922,1646649239,47.74304,8.99894\n7923,1646649240,47.74304,8.99894\n7924,1646649241,47.74304,8.99894\n7925,1646649242,47.74304,8.99894\n7926,1646649243,47.74304,8.99894\n7927,1646649244,47.74304,8.99894\n7928,1646649245,47.74304,8.99894\n7929,1646649246,47.74304,8.99894\n7930,1646649247,47.74304,8.99894\n7931,1646649248,47.74304,8.99894\n7932,1646649249,47.74304,8.99894\n7933,1646649250,47.74304,8.99894\n7934,1646649251,47.74304,8.99894\n7935,1646649252,47.74304,8.99894\n7936,1646649253,47.74304,8.99894\n7937,1646649254,47.74304,8.99894\n7938,1646649255,47.74304,8.99894\n7939,1646649256,47.74304,8.99894\n7940,1646649257,47.74304,8.99894\n7941,1646649258,47.74304,8.99894\n7942,1646649259,47.74304,8.99894\n7943,1646649260,47.74304,8.99894\n7944,1646649261,47.74304,8.99894\n7945,1646649262,47.74304,8.99894\n7946,1646649263,47.74304,8.99894\n7947,1646649264,47.74304,8.99894\n7948,1646649265,47.74304,8.99894\n7949,1646649266,47.74304,8.99894\n7950,1646649267,47.74304,8.99894\n7951,1646649268,47.74304,8.99894\n7952,1646649269,47.74304,8.99894\n7953,1646649270,47.74304,8.99894\n7954,1646649271,47.74304,8.99894\n7955,1646649272,47.74304,8.99894\n7956,1646649273,47.74304,8.99894\n7957,1646649274,47.74304,8.99894\n7958,1646649275,47.74304,8.99894\n7959,1646649276,47.74304,8.99894\n7960,1646649277,47.74304,8.99894\n7961,1646649278,47.74304,8.99894\n7962,1646649279,47.74304,8.99894\n7963,1646649280,47.74304,8.99894\n7964,1646649281,47.74304,8.99894\n7965,1646649282,47.74304,8.99894\n7966,1646649283,47.74304,8.99894\n7967,1646649284,47.74304,8.99894\n7968,1646649285,47.74304,8.99894\n7969,1646649286,47.74304,8.99894\n7970,1646649287,47.74304,8.99894\n7971,1646649288,47.74304,8.99894\n7972,1646649289,47.74304,8.99894\n7973,1646649290,47.74304,8.99894\n7974,1646649291,47.74304,8.99894\n7975,1646649292,47.74304,8.99894\n7976,1646649293,47.74304,8.99894\n7977,1646649294,47.74304,8.99894\n7978,1646649295,47.74304,8.99894\n7979,1646649296,47.74304,8.99894\n7980,1646649297,47.74304,8.99894\n7981,1646649298,47.74304,8.99894\n7982,1646649299,47.74304,8.99894\n7983,1646649300,47.74304,8.99894\n7984,1646649301,47.74304,8.99894\n7985,1646649302,47.74304,8.99894\n7986,1646649303,47.74304,8.99894\n7987,1646649304,47.74304,8.99894\n7988,1646649305,47.74304,8.99894\n7989,1646649306,47.74304,8.99894\n7990,1646649307,47.74304,8.99894\n7991,1646649308,47.74304,8.99894\n7992,1646649309,47.74304,8.99894\n7993,1646649310,47.74304,8.99894\n7994,1646649311,47.74304,8.99894\n7995,1646649312,47.74304,8.99894\n7996,1646649313,47.74304,8.99894\n7997,1646649314,47.74304,8.99894\n7998,1646649315,47.74304,8.99894\n7999,1646649316,47.74304,8.99894\n8000,1646649317,47.74304,8.99894\n8001,1646649318,47.74304,8.99894\n8002,1646649319,47.74304,8.99894\n8003,1646649320,47.74304,8.99894\n8004,1646649321,47.74304,8.99894\n8005,1646649322,47.74304,8.99894\n8006,1646649323,47.74304,8.99894\n8007,1646649324,47.74304,8.99894\n8008,1646649325,47.74304,8.99894\n8009,1646649326,47.74304,8.99894\n8010,1646649327,47.74304,8.99894\n8011,1646649328,47.74304,8.99894\n8012,1646649329,47.74304,8.99894\n8013,1646649330,47.74304,8.99894\n8014,1646649331,47.74304,8.99894\n8015,1646649332,47.74304,8.99894\n8016,1646649333,47.74304,8.99894\n8017,1646649334,47.74304,8.99894\n8018,1646649335,47.74304,8.99894\n8019,1646649336,47.74304,8.99894\n8020,1646649337,47.74304,8.99894\n8021,1646649338,47.74304,8.99894\n8022,1646649339,47.74304,8.99894\n8023,1646649340,47.74304,8.99894\n8024,1646649341,47.74304,8.99894\n8025,1646649342,47.74304,8.99894\n8026,1646649343,47.74304,8.99894\n8027,1646649344,47.74304,8.99894\n8028,1646649345,47.74304,8.99894\n8029,1646649346,47.74304,8.99894\n8030,1646649347,47.74304,8.99894\n8031,1646649348,47.74304,8.99894\n8032,1646649349,47.74304,8.99894\n8033,1646649350,47.74304,8.99894\n8034,1646649351,47.74304,8.99894\n8035,1646649352,47.74304,8.99894\n8036,1646649353,47.74304,8.99894\n8037,1646649354,47.74304,8.99894\n8038,1646649355,47.74304,8.99894\n8039,1646649356,47.74304,8.99894\n8040,1646649357,47.74304,8.99894\n8041,1646649358,47.74304,8.99894\n8042,1646649359,47.74304,8.99894\n8043,1646649360,47.74304,8.99894\n8044,1646649361,47.74304,8.99894\n8045,1646649362,47.74304,8.99894\n8046,1646649363,47.74304,8.99894\n8047,1646649364,47.74304,8.99894\n8048,1646649365,47.74304,8.99894\n8049,1646649366,47.74304,8.99894\n8050,1646649367,47.74304,8.99894\n8051,1646649368,47.74304,8.99894\n8052,1646649369,47.74304,8.99894\n8053,1646649370,47.74304,8.99894\n8054,1646649371,47.74304,8.99894\n8055,1646649372,47.74304,8.99894\n8056,1646649373,47.74304,8.99894\n8057,1646649374,47.74304,8.99894\n8058,1646649375,47.74304,8.99894\n8059,1646649376,47.74304,8.99894\n8060,1646649377,47.74304,8.99894\n8061,1646649378,47.74304,8.99894\n8062,1646649379,47.74304,8.99894\n8063,1646649380,47.74304,8.99894\n8064,1646649381,47.74304,8.99894\n8065,1646649382,47.74304,8.99894\n8066,1646649383,47.74304,8.99894\n8067,1646649384,47.74304,8.99894\n8068,1646649385,47.74304,8.99894\n8069,1646649386,47.74304,8.99894\n8070,1646649387,47.74304,8.99894\n8071,1646649388,47.74304,8.99894\n8072,1646649389,47.74304,8.99894\n8073,1646649390,47.74304,8.99894\n8074,1646649391,47.74304,8.99894\n8075,1646649392,47.74304,8.99894\n8076,1646649393,47.74304,8.99894\n8077,1646649394,47.74304,8.99894\n8078,1646649395,47.74304,8.99894\n8079,1646649396,47.74304,8.99894\n8080,1646649397,47.74304,8.99894\n8081,1646649398,47.74304,8.99894\n8082,1646649399,47.74304,8.99894\n8083,1646649400,47.74304,8.99894\n8084,1646649401,47.74304,8.99894\n8085,1646649402,47.74304,8.99894\n8086,1646649403,47.74304,8.99894\n8087,1646649404,47.74304,8.99894\n8088,1646649405,47.74304,8.99894\n8089,1646649406,47.74304,8.99894\n8090,1646649407,47.74304,8.99894\n8091,1646649408,47.74304,8.99894\n8092,1646649409,47.74304,8.99894\n8093,1646649410,47.74304,8.99894\n8094,1646649411,47.74304,8.99894\n8095,1646649412,47.74304,8.99894\n8096,1646649413,47.74304,8.99894\n8097,1646649414,47.74304,8.99894\n8098,1646649415,47.74304,8.99894\n8099,1646649416,47.74304,8.99894\n8100,1646649417,47.74304,8.99894\n8101,1646649418,47.74304,8.99894\n8102,1646649419,47.74304,8.99894\n8103,1646649420,47.74304,8.99894\n8104,1646649421,47.74304,8.99894\n8105,1646649422,47.74304,8.99894\n8106,1646649423,47.74304,8.99894\n8107,1646649424,47.74304,8.99894\n8108,1646649425,47.74304,8.99894\n8109,1646649426,47.74304,8.99894\n8110,1646649427,47.74304,8.99894\n8111,1646649428,47.74304,8.99894\n8112,1646649429,47.74304,8.99894\n8113,1646649430,47.74304,8.99894\n8114,1646649431,47.74304,8.99894\n8115,1646649432,47.74304,8.99894\n8116,1646649433,47.74304,8.99894\n8117,1646649434,47.74304,8.99894\n8118,1646649435,47.74304,8.99894\n8119,1646649436,47.74304,8.99894\n8120,1646649437,47.74304,8.99894\n8121,1646649438,47.74304,8.99894\n8122,1646649439,47.74304,8.99894\n8123,1646649440,47.74304,8.99894\n8124,1646649441,47.74304,8.99894\n8125,1646649442,47.74304,8.99894\n8126,1646649443,47.74304,8.99894\n8127,1646649444,47.74304,8.99894\n8128,1646649445,47.74304,8.99894\n8129,1646649446,47.74304,8.99894\n8130,1646649447,47.74304,8.99894\n8131,1646649448,47.74304,8.99894\n8132,1646649449,47.74304,8.99894\n8133,1646649450,47.74304,8.99894\n8134,1646649451,47.74304,8.99894\n8135,1646649452,47.74304,8.99894\n8136,1646649453,47.74304,8.99894\n8137,1646649454,47.74304,8.99894\n8138,1646649455,47.74304,8.99894\n8139,1646649456,47.74304,8.99894\n8140,1646649457,47.74304,8.99894\n8141,1646649458,47.74304,8.99894\n8142,1646649459,47.74304,8.99894\n8143,1646649460,47.74304,8.99894\n8144,1646649461,47.74304,8.99894\n8145,1646649462,47.74304,8.99894\n8146,1646649463,47.74304,8.99894\n8147,1646649464,47.74304,8.99894\n8148,1646649465,47.74304,8.99894\n8149,1646649466,47.74304,8.99894\n8150,1646649467,47.74304,8.99894\n8151,1646649468,47.74304,8.99894\n8152,1646649469,47.74304,8.99894\n8153,1646649470,47.74304,8.99894\n8154,1646649471,47.74304,8.99894\n8155,1646649472,47.74304,8.99894\n8156,1646649473,47.74304,8.99894\n8157,1646649474,47.74304,8.99894\n8158,1646649475,47.74304,8.99894\n8159,1646649476,47.74304,8.99894\n8160,1646649477,47.74304,8.99894\n8161,1646649478,47.74304,8.99894\n8162,1646649479,47.74304,8.99894\n8163,1646649480,47.74304,8.99894\n8164,1646649481,47.74304,8.99894\n8165,1646649482,47.74304,8.99894\n8166,1646649483,47.74304,8.99894\n8167,1646649484,47.74304,8.99894\n8168,1646649485,47.74304,8.99894\n8169,1646649486,47.74304,8.99894\n8170,1646649487,47.74304,8.99894\n8171,1646649488,47.74304,8.99894\n8172,1646649489,47.74304,8.99894\n8173,1646649490,47.74304,8.99894\n8174,1646649491,47.74304,8.99894\n8175,1646649492,47.74304,8.99894\n8176,1646649493,47.74304,8.99894\n8177,1646649494,47.74304,8.99894\n8178,1646649495,47.74304,8.99894\n8179,1646649496,47.74304,8.99894\n8180,1646649497,47.74304,8.99894\n8181,1646649498,47.74304,8.99894\n8182,1646649499,47.74304,8.99894\n8183,1646649500,47.74304,8.99894\n8184,1646649501,47.74304,8.99894\n8185,1646649502,47.74304,8.99894\n8186,1646649503,47.74304,8.99894\n8187,1646649504,47.74304,8.99894\n8188,1646649505,47.74304,8.99894\n8189,1646649506,47.74304,8.99894\n8190,1646649507,47.74304,8.99894\n8191,1646649508,47.74304,8.99894\n8192,1646649509,47.74304,8.99894\n8193,1646649510,47.74304,8.99894\n8194,1646649511,47.74304,8.99894\n8195,1646649512,47.74304,8.99894\n8196,1646649513,47.74304,8.99894\n8197,1646649514,47.74304,8.99894\n8198,1646649515,47.74304,8.99894\n8199,1646649516,47.74304,8.99894\n8200,1646649517,47.74304,8.99894\n8201,1646649518,47.74304,8.99894\n8202,1646649519,47.74304,8.99894\n8203,1646649520,47.74304,8.99894\n8204,1646649521,47.74304,8.99894\n8205,1646649522,47.74304,8.99894\n8206,1646649523,47.74304,8.99894\n8207,1646649524,47.74304,8.99894\n8208,1646649525,47.74304,8.99894\n8209,1646649526,47.74304,8.99894\n8210,1646649527,47.74304,8.99894\n8211,1646649528,47.74304,8.99894\n8212,1646649529,47.74304,8.99894\n8213,1646649530,47.74304,8.99894\n8214,1646649531,47.74304,8.99894\n8215,1646649532,47.74304,8.99894\n8216,1646649533,47.74304,8.99894\n8217,1646649534,47.74304,8.99894\n8218,1646649535,47.74304,8.99894\n8219,1646649536,47.74304,8.99894\n8220,1646649537,47.74304,8.99894\n8221,1646649538,47.74304,8.99894\n8222,1646649539,47.74304,8.99894\n8223,1646649540,47.74304,8.99894\n8224,1646649541,47.74304,8.99894\n8225,1646649542,47.74304,8.99894\n8226,1646649543,47.74304,8.99894\n8227,1646649544,47.74304,8.99894\n8228,1646649545,47.74304,8.99894\n8229,1646649546,47.74304,8.99894\n8230,1646649547,47.74304,8.99894\n8231,1646649548,47.74304,8.99894\n8232,1646649549,47.74304,8.99894\n8233,1646649550,47.74304,8.99894\n8234,1646649551,47.74304,8.99894\n8235,1646649552,47.74304,8.99894\n8236,1646649553,47.74304,8.99894\n8237,1646649554,47.74304,8.99894\n8238,1646649555,47.74304,8.99894\n8239,1646649556,47.74304,8.99894\n8240,1646649557,47.74304,8.99894\n8241,1646649558,47.74304,8.99894\n8242,1646649559,47.74304,8.99894\n8243,1646649560,47.74304,8.99894\n8244,1646649561,47.74304,8.99894\n8245,1646649562,47.74304,8.99894\n8246,1646649563,47.74304,8.99894\n8247,1646649564,47.74304,8.99894\n8248,1646649565,47.74304,8.99894\n8249,1646649566,47.74304,8.99894\n8250,1646649567,47.74304,8.99894\n8251,1646649568,47.74304,8.99894\n8252,1646649569,47.74304,8.99894\n8253,1646649570,47.74304,8.99894\n8254,1646649571,47.74304,8.99894\n8255,1646649572,47.74304,8.99894\n8256,1646649573,47.74304,8.99894\n8257,1646649574,47.74304,8.99894\n8258,1646649575,47.74304,8.99894\n8259,1646649576,47.74304,8.99894\n8260,1646649577,47.74304,8.99894\n8261,1646649578,47.74304,8.99894\n8262,1646649579,47.74304,8.99894\n8263,1646649580,47.74304,8.99894\n8264,1646649581,47.74304,8.99894\n8265,1646649582,47.74304,8.99894\n8266,1646649583,47.74304,8.99894\n8267,1646649584,47.74304,8.99894\n8268,1646649585,47.74304,8.99894\n8269,1646649586,47.74304,8.99894\n8270,1646649587,47.74304,8.99894\n8271,1646649588,47.74304,8.99894\n8272,1646649589,47.74304,8.99894\n8273,1646649590,47.74304,8.99894\n8274,1646649591,47.74304,8.99894\n8275,1646649592,47.74304,8.99894\n8276,1646649593,47.74304,8.99894\n8277,1646649594,47.74304,8.99894\n8278,1646649595,47.74304,8.99894\n8279,1646649596,47.74304,8.99894\n8280,1646649597,47.74304,8.99894\n8281,1646649598,47.74304,8.99894\n8282,1646649599,47.74304,8.99894\n8283,1646649600,47.74304,8.99894\n8284,1646649601,47.74304,8.99894\n8285,1646649602,47.74304,8.99894\n8286,1646649603,47.74304,8.99894\n8287,1646649604,47.74304,8.99894\n8288,1646649605,47.74304,8.99894\n8289,1646649606,47.74304,8.99894\n8290,1646649607,47.74304,8.99894\n8291,1646649608,47.74304,8.99894\n8292,1646649609,47.74304,8.99894\n8293,1646649610,47.74304,8.99894\n8294,1646649611,47.74304,8.99894\n8295,1646649612,47.74304,8.99894\n8296,1646649613,47.74304,8.99894\n8297,1646649614,47.74304,8.99894\n8298,1646649615,47.74304,8.99893\n8299,1646649616,47.74304,8.99893\n8300,1646649617,47.74304,8.99893\n8301,1646649618,47.74304,8.99893\n8302,1646649619,47.74304,8.99893\n8303,1646649620,47.74304,8.99893\n8304,1646649621,47.74304,8.99893\n8305,1646649622,47.74304,8.99893\n8306,1646649623,47.74304,8.99893\n8307,1646649624,47.74304,8.99893\n8308,1646649625,47.74304,8.99893\n8309,1646649626,47.74304,8.99893\n8310,1646649627,47.74304,8.99893\n8311,1646649628,47.74304,8.99893\n8312,1646649629,47.74304,8.99893\n8313,1646649630,47.74304,8.99893\n8314,1646649631,47.74304,8.99893\n8315,1646649632,47.74305,8.99893\n8316,1646649633,47.74305,8.99893\n8317,1646649634,47.74305,8.99893\n8318,1646649635,47.74305,8.99893\n8319,1646649636,47.74305,8.99893\n8320,1646649637,47.74305,8.99893\n8321,1646649638,47.74305,8.99893\n8322,1646649639,47.74305,8.99893\n8323,1646649640,47.74305,8.99893\n8324,1646649641,47.74305,8.99893\n8325,1646649642,47.74305,8.99893\n8326,1646649643,47.74305,8.99893\n8327,1646649644,47.74305,8.99893\n8328,1646649645,47.74305,8.99893\n8329,1646649646,47.74305,8.99893\n8330,1646649647,47.74305,8.99893\n8331,1646649648,47.74305,8.99893\n8332,1646649649,47.74305,8.99893\n8333,1646649650,47.74305,8.99893\n8334,1646649651,47.74305,8.99893\n8335,1646649652,47.74305,8.99893\n8336,1646649653,47.74305,8.99893\n8337,1646649654,47.74305,8.99893\n8338,1646649655,47.74305,8.99893\n8339,1646649656,47.74305,8.99893\n8340,1646649657,47.74305,8.99893\n8341,1646649658,47.74305,8.99893\n8342,1646649659,47.74305,8.99893\n8343,1646649660,47.74305,8.99893\n8344,1646649661,47.74305,8.99893\n8345,1646649662,47.74305,8.99893\n8346,1646649663,47.74305,8.99893\n8347,1646649664,47.74305,8.99893\n8348,1646649665,47.74305,8.99893\n8349,1646649666,47.74305,8.99893\n8350,1646649667,47.74305,8.99893\n8351,1646649668,47.74305,8.99893\n8352,1646649669,47.74305,8.99893\n8353,1646649670,47.74305,8.99893\n8354,1646649671,47.74305,8.99893\n8355,1646649672,47.74305,8.99893\n8356,1646649673,47.74305,8.99893\n8357,1646649674,47.74305,8.99893\n8358,1646649675,47.74305,8.99893\n8359,1646649676,47.74305,8.99893\n8360,1646649677,47.74305,8.99893\n8361,1646649678,47.74305,8.99893\n8362,1646649679,47.74305,8.99893\n8363,1646649680,47.74305,8.99893\n8364,1646649681,47.74305,8.99893\n8365,1646649682,47.74305,8.99893\n8366,1646649683,47.74305,8.99893\n8367,1646649684,47.74305,8.99893\n8368,1646649685,47.74305,8.99893\n8369,1646649686,47.74305,8.99893\n8370,1646649687,47.74305,8.99893\n8371,1646649688,47.74305,8.99893\n8372,1646649689,47.74305,8.99893\n8373,1646649690,47.74305,8.99893\n8374,1646649691,47.74305,8.99893\n8375,1646649692,47.74305,8.99893\n8376,1646649693,47.74305,8.99893\n8377,1646649694,47.74305,8.99893\n8378,1646649695,47.74305,8.99893\n8379,1646649696,47.74305,8.99893\n8380,1646649697,47.74305,8.99893\n8381,1646649698,47.74305,8.99893\n8382,1646649699,47.74305,8.99893\n8383,1646649700,47.74305,8.99893\n8384,1646649701,47.74305,8.99893\n8385,1646649702,47.74305,8.99893\n8386,1646649703,47.74305,8.99893\n8387,1646649704,47.74305,8.99893\n8388,1646649705,47.74305,8.99893\n8389,1646649706,47.74305,8.99893\n8390,1646649707,47.74305,8.99893\n8391,1646649708,47.74305,8.99893\n8392,1646649709,47.74305,8.99893\n8393,1646649710,47.74305,8.99893\n8394,1646649711,47.74305,8.99893\n8395,1646649712,47.74305,8.99893\n8396,1646649713,47.74305,8.99893\n8397,1646649714,47.74305,8.99893\n8398,1646649715,47.74305,8.99893\n8399,1646649716,47.74305,8.99893\n8400,1646649717,47.74305,8.99893\n8401,1646649718,47.74305,8.99893\n8402,1646649719,47.74305,8.99893\n8403,1646649720,47.74305,8.99893\n8404,1646649721,47.74305,8.99893\n8405,1646649722,47.74305,8.99893\n8406,1646649723,47.74305,8.99893\n8407,1646649724,47.74305,8.99893\n8408,1646649725,47.74305,8.99893\n8409,1646649726,47.74305,8.99893\n8410,1646649727,47.74305,8.99893\n8411,1646649728,47.74305,8.99893\n8412,1646649729,47.74305,8.99893\n8413,1646649730,47.74305,8.99893\n8414,1646649731,47.74305,8.99893\n8415,1646649732,47.74305,8.99893\n8416,1646649733,47.74305,8.99893\n8417,1646649734,47.74305,8.99893\n8418,1646649735,47.74305,8.99893\n8419,1646649736,47.74305,8.99893\n8420,1646649737,47.74305,8.99893\n8421,1646649738,47.74305,8.99893\n8422,1646649739,47.74305,8.99893\n8423,1646649740,47.74305,8.99893\n8424,1646649741,47.74305,8.99893\n8425,1646649742,47.74305,8.99893\n8426,1646649743,47.74305,8.99893\n8427,1646649744,47.74305,8.99893\n8428,1646649745,47.74305,8.99893\n8429,1646649746,47.74305,8.99893\n8430,1646649747,47.74305,8.99893\n8431,1646649748,47.74305,8.99893\n8432,1646649749,47.74305,8.99893\n8433,1646649750,47.74305,8.99893\n8434,1646649751,47.74305,8.99893\n8435,1646649752,47.74305,8.99893\n8436,1646649753,47.74305,8.99893\n8437,1646649754,47.74305,8.99893\n8438,1646649755,47.74305,8.99893\n8439,1646649756,47.74305,8.99893\n8440,1646649757,47.74305,8.99893\n8441,1646649758,47.74305,8.99893\n8442,1646649759,47.74305,8.99893\n8443,1646649760,47.74305,8.99893\n8444,1646649761,47.74305,8.99893\n8445,1646649762,47.74305,8.99893\n8446,1646649763,47.74305,8.99893\n8447,1646649764,47.74305,8.99893\n8448,1646649765,47.74305,8.99893\n8449,1646649766,47.74305,8.99893\n8450,1646649767,47.74305,8.99893\n8451,1646649768,47.74305,8.99893\n8452,1646649769,47.74305,8.99893\n8453,1646649770,47.74305,8.99893\n8454,1646649771,47.74305,8.99893\n8455,1646649772,47.74305,8.99893\n8456,1646649773,47.74305,8.99893\n8457,1646649774,47.74305,8.99893\n8458,1646649775,47.74305,8.99893\n8459,1646649776,47.74305,8.99893\n8460,1646649777,47.74305,8.99893\n8461,1646649778,47.74305,8.99893\n8462,1646649779,47.74305,8.99893\n8463,1646649780,47.74305,8.99893\n8464,1646649781,47.74305,8.99893\n8465,1646649782,47.74305,8.99893\n8466,1646649783,47.74305,8.99893\n8467,1646649784,47.74305,8.99893\n8468,1646649785,47.74305,8.99893\n8469,1646649786,47.74305,8.99893\n8470,1646649787,47.74305,8.99893\n8471,1646649788,47.74305,8.99893\n8472,1646649789,47.74305,8.99893\n8473,1646649790,47.74305,8.99893\n8474,1646649791,47.74305,8.99893\n8475,1646649792,47.74305,8.99893\n8476,1646649793,47.74305,8.99893\n8477,1646649794,47.74305,8.99893\n8478,1646649795,47.74305,8.99893\n8479,1646649796,47.74305,8.99893\n8480,1646649797,47.74305,8.99893\n8481,1646649798,47.74305,8.99893\n8482,1646649799,47.74305,8.99893\n8483,1646649800,47.74305,8.99893\n8484,1646649801,47.74305,8.99893\n8485,1646649802,47.74305,8.99893\n8486,1646649803,47.74305,8.99893\n8487,1646649804,47.74305,8.99893\n8488,1646649805,47.74305,8.99893\n8489,1646649806,47.74305,8.99893\n8490,1646649807,47.74305,8.99893\n8491,1646649808,47.74305,8.99893\n8492,1646649809,47.74305,8.99893\n8493,1646649810,47.74305,8.99893\n8494,1646649811,47.74305,8.99893\n8495,1646649812,47.74305,8.99893\n8496,1646649813,47.74305,8.99893\n8497,1646649814,47.74305,8.99893\n8498,1646649815,47.74305,8.99893\n8499,1646649816,47.74305,8.99893\n8500,1646649817,47.74305,8.99893\n8501,1646649818,47.74305,8.99893\n8502,1646649819,47.74305,8.99893\n8503,1646649820,47.74305,8.99893\n8504,1646649821,47.74305,8.99893\n8505,1646649822,47.74305,8.99893\n8506,1646649823,47.74305,8.99893\n8507,1646649824,47.74305,8.99893\n8508,1646649825,47.74305,8.99893\n8509,1646649826,47.74305,8.99893\n8510,1646649827,47.74305,8.99893\n8511,1646649828,47.74305,8.99893\n8512,1646649829,47.74305,8.99893\n8513,1646649830,47.74305,8.99893\n8514,1646649831,47.74305,8.99893\n8515,1646649832,47.74305,8.99893\n8516,1646649833,47.74305,8.99893\n8517,1646649834,47.74305,8.99893\n8518,1646649835,47.74305,8.99893\n8519,1646649836,47.74305,8.99893\n8520,1646649837,47.74305,8.99893\n8521,1646649838,47.74305,8.99893\n8522,1646649839,47.74305,8.99893\n8523,1646649840,47.74305,8.99893\n8524,1646649841,47.74305,8.99893\n8525,1646649842,47.74305,8.99893\n8526,1646649843,47.74305,8.99893\n8527,1646649844,47.74305,8.99893\n8528,1646649845,47.74305,8.99893\n8529,1646649846,47.74305,8.99893\n8530,1646649847,47.74305,8.99893\n8531,1646649848,47.74305,8.99893\n8532,1646649849,47.74305,8.99893\n8533,1646649850,47.74305,8.99893\n8534,1646649851,47.74305,8.99893\n8535,1646649852,47.74305,8.99893\n8536,1646649853,47.74305,8.99893\n8537,1646649854,47.74305,8.99893\n8538,1646649855,47.74305,8.99893\n8539,1646649856,47.74305,8.99893\n8540,1646649857,47.74305,8.99893\n8541,1646649858,47.74305,8.99893\n8542,1646649859,47.74305,8.99893\n8543,1646649860,47.74305,8.99893\n8544,1646649861,47.74305,8.99893\n8545,1646649862,47.74305,8.99893\n8546,1646649863,47.74305,8.99893\n8547,1646649864,47.74305,8.99893\n8548,1646649865,47.74305,8.99893\n8549,1646649866,47.74305,8.99893\n8550,1646649867,47.74305,8.99893\n8551,1646649868,47.74305,8.99893\n8552,1646649869,47.74305,8.99893\n8553,1646649870,47.74305,8.99893\n8554,1646649871,47.74305,8.99893\n8555,1646649872,47.74305,8.99893\n8556,1646649873,47.74305,8.99893\n8557,1646649874,47.74305,8.99893\n8558,1646649875,47.74305,8.99893\n8559,1646649876,47.74305,8.99893\n8560,1646649877,47.74305,8.99893\n8561,1646649878,47.74305,8.99893\n8562,1646649879,47.74305,8.99893\n8563,1646649880,47.74305,8.99893\n8564,1646649881,47.74305,8.99893\n8565,1646649882,47.74305,8.99893\n8566,1646649883,47.74305,8.99893\n8567,1646649884,47.74305,8.99893\n8568,1646649885,47.74305,8.99893\n8569,1646649886,47.74305,8.99893\n8570,1646649887,47.74305,8.99893\n8571,1646649888,47.74305,8.99893\n8572,1646649889,47.74305,8.99893\n8573,1646649890,47.74305,8.99893\n8574,1646649891,47.74305,8.99893\n8575,1646649892,47.74305,8.99893\n8576,1646649893,47.74305,8.99893\n8577,1646649894,47.74305,8.99893\n8578,1646649895,47.74305,8.99893\n8579,1646649896,47.74305,8.99893\n8580,1646649897,47.74305,8.99893\n8581,1646649898,47.74305,8.99893\n8582,1646649899,47.74305,8.99893\n8583,1646649900,47.74305,8.99893\n8584,1646649901,47.74305,8.99893\n8585,1646649902,47.74305,8.99893\n8586,1646649903,47.74305,8.99893\n8587,1646649904,47.74305,8.99893\n8588,1646649905,47.74305,8.99893\n8589,1646649906,47.74305,8.99893\n8590,1646649907,47.74305,8.99893\n8591,1646649908,47.74305,8.99893\n8592,1646649909,47.74305,8.99893\n8593,1646649910,47.74305,8.99893\n8594,1646649911,47.74305,8.99893\n8595,1646649912,47.74305,8.99893\n8596,1646649913,47.74305,8.99893\n8597,1646649914,47.74305,8.99893\n8598,1646649915,47.74305,8.99893\n8599,1646649916,47.74305,8.99893\n8600,1646649917,47.74305,8.99893\n8601,1646649918,47.74305,8.99893\n8602,1646649919,47.74305,8.99893\n8603,1646649920,47.74305,8.99893\n8604,1646649921,47.74305,8.99893\n8605,1646649922,47.74305,8.99893\n8606,1646649923,47.74305,8.99893\n8607,1646649924,47.74305,8.99893\n8608,1646649925,47.74305,8.99893\n8609,1646649926,47.74305,8.99893\n8610,1646649927,47.74305,8.99893\n8611,1646649928,47.74305,8.99893\n8612,1646649929,47.74305,8.99893\n8613,1646649930,47.74305,8.99893\n8614,1646649931,47.74305,8.99893\n8615,1646649932,47.74305,8.99893\n8616,1646649933,47.74305,8.99893\n8617,1646649934,47.74305,8.99893\n8618,1646649935,47.74305,8.99893\n8619,1646649936,47.74305,8.99893\n8620,1646649937,47.74305,8.99893\n8621,1646649938,47.74305,8.99893\n8622,1646649939,47.74305,8.99893\n8623,1646649940,47.74305,8.99893\n8624,1646649941,47.74305,8.99893\n8625,1646649942,47.74305,8.99893\n8626,1646649943,47.74305,8.99893\n8627,1646649944,47.74305,8.99893\n8628,1646649945,47.74305,8.99893\n8629,1646649946,47.74305,8.99893\n8630,1646649947,47.74305,8.99893\n8631,1646649948,47.74305,8.99893\n8632,1646649949,47.74305,8.99893\n8633,1646649950,47.74305,8.99893\n8634,1646649951,47.74305,8.99893\n8635,1646649952,47.74305,8.99893\n8636,1646649953,47.74305,8.99893\n8637,1646649954,47.74305,8.99893\n8638,1646649955,47.74305,8.99893\n8639,1646649956,47.74305,8.99893\n8640,1646649957,47.74305,8.99893\n8641,1646649958,47.74305,8.99893\n8642,1646649959,47.74305,8.99893\n8643,1646649960,47.74305,8.99893\n8644,1646649961,47.74305,8.99893\n8645,1646649962,47.74305,8.99893\n8646,1646649963,47.74305,8.99893\n8647,1646649964,47.74305,8.99893\n8648,1646649965,47.74305,8.99893\n8649,1646649966,47.74305,8.99893\n8650,1646649967,47.74305,8.99893\n8651,1646649968,47.74305,8.99893\n8652,1646649969,47.74305,8.99893\n8653,1646649970,47.74305,8.99893\n8654,1646649971,47.74305,8.99893\n8655,1646649972,47.74305,8.99893\n8656,1646649973,47.74305,8.99893\n8657,1646649974,47.74305,8.99893\n8658,1646649975,47.74305,8.99893\n8659,1646649976,47.74305,8.99893\n8660,1646649977,47.74305,8.99893\n8661,1646649978,47.74305,8.99893\n8662,1646649979,47.74305,8.99893\n8663,1646649980,47.74305,8.99893\n8664,1646649981,47.74305,8.99893\n8665,1646649982,47.74305,8.99893\n8666,1646649983,47.74305,8.99893\n8667,1646649984,47.74305,8.99893\n8668,1646649985,47.74305,8.99893\n8669,1646649986,47.74305,8.99893\n8670,1646649987,47.74305,8.99893\n8671,1646649988,47.74305,8.99893\n8672,1646649989,47.74305,8.99893\n8673,1646649990,47.74305,8.99893\n8674,1646649991,47.74305,8.99893\n8675,1646649992,47.74305,8.99893\n8676,1646649993,47.74305,8.99893\n8677,1646649994,47.74305,8.99893\n8678,1646649995,47.74305,8.99893\n8679,1646649996,47.74305,8.99893\n8680,1646649997,47.74305,8.99893\n8681,1646649998,47.74305,8.99893\n8682,1646649999,47.74305,8.99893\n8683,1646650000,47.74305,8.99893\n8684,1646650001,47.74305,8.99893\n8685,1646650002,47.74305,8.99893\n8686,1646650003,47.74305,8.99893\n8687,1646650004,47.74305,8.99893\n8688,1646650005,47.74305,8.99893\n8689,1646650006,47.74305,8.99893\n8690,1646650007,47.74305,8.99893\n8691,1646650008,47.74305,8.99893\n8692,1646650009,47.74305,8.99893\n8693,1646650010,47.74305,8.99893\n8694,1646650011,47.74305,8.99893\n8695,1646650012,47.74305,8.99893\n8696,1646650013,47.74305,8.99893\n8697,1646650014,47.74305,8.99893\n8698,1646650015,47.74305,8.99893\n8699,1646650016,47.74305,8.99893\n8700,1646650017,47.74305,8.99893\n8701,1646650018,47.74305,8.99893\n8702,1646650019,47.74305,8.99893\n8703,1646650020,47.74305,8.99893\n8704,1646650021,47.74305,8.99893\n8705,1646650022,47.74305,8.99893\n8706,1646650023,47.74305,8.99893\n8707,1646650024,47.74305,8.99893\n8708,1646650025,47.74305,8.99893\n8709,1646650026,47.74305,8.99893\n8710,1646650027,47.74305,8.99893\n8711,1646650028,47.74305,8.99893\n8712,1646650029,47.74305,8.99893\n8713,1646650030,47.74305,8.99893\n8714,1646650031,47.74305,8.99893\n8715,1646650032,47.74305,8.99893\n8716,1646650033,47.74305,8.99893\n8717,1646650034,47.74305,8.99893\n8718,1646650035,47.74305,8.99893\n8719,1646650036,47.74305,8.99893\n8720,1646650037,47.74305,8.99893\n8721,1646650038,47.74305,8.99893\n8722,1646650039,47.74305,8.99893\n8723,1646650040,47.74305,8.99893\n8724,1646650041,47.74305,8.99893\n8725,1646650042,47.74305,8.99893\n8726,1646650043,47.74305,8.99893\n8727,1646650044,47.74305,8.99893\n8728,1646650045,47.74305,8.99893\n8729,1646650046,47.74305,8.99893\n8730,1646650047,47.74305,8.99893\n8731,1646650048,47.74305,8.99893\n8732,1646650049,47.74305,8.99893\n8733,1646650050,47.74305,8.99893\n8734,1646650051,47.74305,8.99893\n8735,1646650052,47.74305,8.99893\n8736,1646650053,47.74305,8.99893\n8737,1646650054,47.74305,8.99893\n8738,1646650055,47.74305,8.99893\n8739,1646650056,47.74305,8.99893\n8740,1646650057,47.74305,8.99893\n8741,1646650058,47.74305,8.99893\n8742,1646650059,47.74305,8.99893\n8743,1646650060,47.74305,8.99893\n8744,1646650061,47.74305,8.99893\n8745,1646650062,47.74305,8.99893\n8746,1646650063,47.74305,8.99893\n8747,1646650064,47.74305,8.99893\n8748,1646650065,47.74305,8.99893\n8749,1646650066,47.74305,8.99893\n8750,1646650067,47.74305,8.99893\n8751,1646650068,47.74305,8.99893\n8752,1646650069,47.74305,8.99893\n8753,1646650070,47.74305,8.99893\n8754,1646650071,47.74305,8.99893\n8755,1646650072,47.74305,8.99893\n8756,1646650073,47.74305,8.99893\n8757,1646650074,47.74305,8.99893\n8758,1646650075,47.74305,8.99893\n8759,1646650076,47.74305,8.99893\n8760,1646650077,47.74305,8.99893\n8761,1646650078,47.74305,8.99893\n8762,1646650079,47.74305,8.99893\n8763,1646650080,47.74305,8.99893\n8764,1646650081,47.74306,8.99893\n8765,1646650082,47.74306,8.99893\n8766,1646650083,47.74306,8.99893\n8767,1646650084,47.74306,8.99893\n8768,1646650085,47.74306,8.99893\n8769,1646650086,47.74306,8.99893\n8770,1646650087,47.74306,8.99893\n8771,1646650088,47.74306,8.99893\n8772,1646650089,47.74306,8.99893\n8773,1646650090,47.74306,8.99893\n8774,1646650091,47.74306,8.99893\n8775,1646650092,47.74306,8.99893\n8776,1646650093,47.74306,8.99893\n8777,1646650094,47.74306,8.99893\n8778,1646650095,47.74306,8.99893\n8779,1646650096,47.74306,8.99893\n8780,1646650097,47.74306,8.99893\n8781,1646650098,47.74306,8.99893\n8782,1646650099,47.74306,8.99893\n8783,1646650100,47.74306,8.99893\n8784,1646650101,47.74306,8.99893\n8785,1646650102,47.74306,8.99893\n8786,1646650103,47.74306,8.99893\n8787,1646650104,47.74306,8.99893\n8788,1646650105,47.74306,8.99893\n8789,1646650106,47.74306,8.99893\n8790,1646650107,47.74306,8.99893\n8791,1646650108,47.74306,8.99893\n8792,1646650109,47.74306,8.99893\n8793,1646650110,47.74306,8.99893\n8794,1646650111,47.74306,8.99893\n8795,1646650112,47.74306,8.99893\n8796,1646650113,47.74306,8.99893\n8797,1646650114,47.74306,8.99893\n8798,1646650115,47.74306,8.99893\n8799,1646650116,47.74306,8.99893\n8800,1646650117,47.74306,8.99893\n8801,1646650118,47.74306,8.99893\n8802,1646650119,47.74306,8.99893\n8803,1646650120,47.74306,8.99893\n8804,1646650121,47.74306,8.99893\n8805,1646650122,47.74306,8.99893\n8806,1646650123,47.74306,8.99893\n8807,1646650124,47.74306,8.99893\n8808,1646650125,47.74306,8.99893\n8809,1646650126,47.74306,8.99893\n8810,1646650127,47.74306,8.99893\n8811,1646650128,47.74306,8.99893\n8812,1646650129,47.74306,8.99893\n8813,1646650130,47.74306,8.99893\n8814,1646650131,47.74306,8.99893\n8815,1646650132,47.74306,8.99893\n8816,1646650133,47.74306,8.99893\n8817,1646650134,47.74306,8.99893\n8818,1646650135,47.74306,8.99893\n8819,1646650136,47.74306,8.99893\n8820,1646650137,47.74306,8.99893\n8821,1646650138,47.74306,8.99893\n8822,1646650139,47.74306,8.99893\n8823,1646650140,47.74306,8.99893\n8824,1646650141,47.74306,8.99893\n8825,1646650142,47.74306,8.99893\n8826,1646650143,47.74306,8.99893\n8827,1646650144,47.74306,8.99893\n8828,1646650145,47.74306,8.99893\n8829,1646650146,47.74306,8.99893\n8830,1646650147,47.74306,8.99893\n8831,1646650148,47.74306,8.99893\n8832,1646650149,47.74306,8.99893\n8833,1646650150,47.74306,8.99893\n8834,1646650151,47.74306,8.99893\n8835,1646650152,47.74306,8.99893\n8836,1646650153,47.74306,8.99893\n8837,1646650154,47.74306,8.99893\n8838,1646650155,47.74306,8.99893\n8839,1646650156,47.74306,8.99893\n8840,1646650157,47.74306,8.99893\n8841,1646650158,47.74306,8.99893\n8842,1646650159,47.74306,8.99893\n8843,1646650160,47.74306,8.99893\n8844,1646650161,47.74306,8.99893\n8845,1646650162,47.74306,8.99893\n8846,1646650163,47.74306,8.99893\n8847,1646650164,47.74306,8.99893\n8848,1646650165,47.74306,8.99893\n8849,1646650166,47.74306,8.99893\n8850,1646650167,47.74306,8.99893\n8851,1646650168,47.74306,8.99893\n8852,1646650169,47.74306,8.99893\n8853,1646650170,47.74306,8.99893\n8854,1646650171,47.74306,8.99893\n8855,1646650172,47.74306,8.99893\n8856,1646650173,47.74306,8.99893\n8857,1646650174,47.74306,8.99893\n8858,1646650175,47.74306,8.99893\n8859,1646650176,47.74306,8.99893\n8860,1646650177,47.74306,8.99893\n8861,1646650178,47.74306,8.99893\n8862,1646650179,47.74306,8.99893\n8863,1646650180,47.74306,8.99893\n8864,1646650181,47.74306,8.99893\n8865,1646650182,47.74306,8.99893\n8866,1646650183,47.74306,8.99893\n8867,1646650184,47.74306,8.99893\n8868,1646650185,47.74306,8.99893\n8869,1646650186,47.74306,8.99893\n8870,1646650187,47.74306,8.99893\n8871,1646650188,47.74306,8.99893\n8872,1646650189,47.74306,8.99893\n8873,1646650190,47.74306,8.99893\n8874,1646650191,47.74306,8.99893\n8875,1646650192,47.74306,8.99893\n8876,1646650193,47.74306,8.99893\n8877,1646650194,47.74306,8.99893\n8878,1646650195,47.74306,8.99893\n8879,1646650196,47.74307,8.99893\n8880,1646650197,47.74307,8.99893\n8881,1646650198,47.74307,8.99893\n8882,1646650199,47.74307,8.99893\n8883,1646650200,47.74307,8.99893\n8884,1646650201,47.74307,8.99893\n8885,1646650202,47.74307,8.99893\n8886,1646650203,47.74307,8.99893\n8887,1646650204,47.74307,8.99893\n8888,1646650205,47.74307,8.99893\n8889,1646650206,47.74307,8.99893\n8890,1646650207,47.74307,8.99893\n8891,1646650208,47.74307,8.99893\n8892,1646650209,47.74307,8.99893\n8893,1646650210,47.74307,8.99893\n8894,1646650211,47.74307,8.99893\n8895,1646650212,47.74307,8.99893\n8896,1646650213,47.74307,8.99893\n8897,1646650214,47.74307,8.99893\n8898,1646650215,47.74307,8.99893\n8899,1646650216,47.74307,8.99893\n8900,1646650217,47.74307,8.99893\n8901,1646650218,47.74307,8.99893\n8902,1646650219,47.74307,8.99893\n8903,1646650220,47.74307,8.99893\n8904,1646650221,47.74307,8.99893\n8905,1646650222,47.74307,8.99893\n8906,1646650223,47.74307,8.99893\n8907,1646650224,47.74307,8.99893\n8908,1646650225,47.74307,8.99893\n8909,1646650226,47.74307,8.99893\n8910,1646650227,47.74307,8.99893\n8911,1646650228,47.74307,8.99893\n8912,1646650229,47.74307,8.99893\n8913,1646650230,47.74307,8.99893\n8914,1646650231,47.74307,8.99893\n8915,1646650232,47.74307,8.99893\n8916,1646650233,47.74307,8.99893\n8917,1646650234,47.74307,8.99893\n8918,1646650235,47.74307,8.99893\n8919,1646650236,47.74307,8.99893\n8920,1646650237,47.74307,8.99893\n8921,1646650238,47.74307,8.99893\n8922,1646650239,47.74307,8.99893\n8923,1646650240,47.74307,8.99893\n8924,1646650241,47.74307,8.99893\n8925,1646650242,47.74307,8.99893\n8926,1646650243,47.74307,8.99893\n8927,1646650244,47.74307,8.99893\n8928,1646650245,47.74307,8.99893\n8929,1646650246,47.74307,8.99893\n8930,1646650247,47.74307,8.99893\n8931,1646650248,47.74307,8.99893\n8932,1646650249,47.74307,8.99893\n8933,1646650250,47.74307,8.99893\n8934,1646650251,47.74307,8.99893\n8935,1646650252,47.74307,8.99893\n8936,1646650253,47.74307,8.99893\n8937,1646650254,47.74307,8.99893\n8938,1646650255,47.74307,8.99893\n8939,1646650256,47.74307,8.99893\n8940,1646650257,47.74307,8.99893\n8941,1646650258,47.74307,8.99893\n8942,1646650259,47.74307,8.99893\n8943,1646650260,47.74307,8.99893\n8944,1646650261,47.74307,8.99893\n8945,1646650262,47.74307,8.99893\n8946,1646650263,47.74307,8.99893\n8947,1646650264,47.74307,8.99893\n8948,1646650265,47.74307,8.99893\n8949,1646650266,47.74307,8.99893\n8950,1646650267,47.74307,8.99893\n8951,1646650268,47.74307,8.99893\n8952,1646650269,47.74307,8.99893\n8953,1646650270,47.74307,8.99893\n8954,1646650271,47.74307,8.99893\n8955,1646650272,47.74307,8.99893\n8956,1646650273,47.74307,8.99893\n8957,1646650274,47.74307,8.99893\n8958,1646650275,47.74307,8.99893\n8959,1646650276,47.74307,8.99893\n8960,1646650277,47.74307,8.99893\n8961,1646650278,47.74307,8.99893\n8962,1646650279,47.74307,8.99893\n8963,1646650280,47.74307,8.99893\n8964,1646650281,47.74307,8.99893\n8965,1646650282,47.74307,8.99893\n8966,1646650283,47.74307,8.99893\n8967,1646650284,47.74307,8.99893\n8968,1646650285,47.74307,8.99893\n8969,1646650286,47.74307,8.99893\n8970,1646650287,47.74307,8.99893\n8971,1646650288,47.74307,8.99893\n8972,1646650289,47.74307,8.99893\n8973,1646650290,47.74307,8.99893\n8974,1646650291,47.74307,8.99893\n8975,1646650292,47.74307,8.99893\n8976,1646650293,47.74307,8.99893\n8977,1646650294,47.74307,8.99893\n8978,1646650295,47.74307,8.99893\n8979,1646650296,47.74307,8.99893\n8980,1646650297,47.74307,8.99893\n8981,1646650298,47.74307,8.99893\n8982,1646650299,47.74307,8.99893\n8983,1646650300,47.74307,8.99893\n8984,1646650301,47.74307,8.99893\n8985,1646650302,47.74307,8.99893\n8986,1646650303,47.74307,8.99893\n8987,1646650304,47.74307,8.99893\n8988,1646650305,47.74307,8.99893\n8989,1646650306,47.74307,8.99893\n8990,1646650307,47.74307,8.99893\n8991,1646650308,47.74307,8.99893\n8992,1646650309,47.74307,8.99893\n8993,1646650310,47.74307,8.99893\n8994,1646650311,47.74307,8.99893\n8995,1646650312,47.74307,8.99893\n8996,1646650313,47.74307,8.99893\n8997,1646650314,47.74307,8.99893\n8998,1646650315,47.74307,8.99893\n8999,1646650316,47.74307,8.99893\n9000,1646650317,47.74307,8.99893\n9001,1646650318,47.74307,8.99893\n9002,1646650319,47.74307,8.99893\n9003,1646650320,47.74307,8.99893\n9004,1646650321,47.74307,8.99893\n9005,1646650322,47.74307,8.99893\n9006,1646650323,47.74307,8.99893\n9007,1646650324,47.74307,8.99893\n9008,1646650325,47.74307,8.99893\n9009,1646650326,47.74307,8.99893\n9010,1646650327,47.74307,8.99893\n9011,1646650328,47.74307,8.99893\n9012,1646650329,47.74307,8.99893\n9013,1646650330,47.74307,8.99893\n9014,1646650331,47.74307,8.99893\n9015,1646650332,47.74307,8.99893\n9016,1646650333,47.74307,8.99893\n9017,1646650334,47.74307,8.99893\n9018,1646650335,47.74307,8.99893\n9019,1646650336,47.74307,8.99893\n9020,1646650337,47.74307,8.99893\n9021,1646650338,47.74307,8.99893\n9022,1646650339,47.74307,8.99893\n9023,1646650340,47.74307,8.99893\n9024,1646650341,47.74307,8.99893\n9025,1646650342,47.74307,8.99893\n9026,1646650343,47.74307,8.99893\n9027,1646650344,47.74307,8.99893\n9028,1646650345,47.74307,8.99893\n9029,1646650346,47.74307,8.99893\n9030,1646650347,47.74307,8.99893\n9031,1646650348,47.74307,8.99893\n9032,1646650349,47.74307,8.99893\n9033,1646650350,47.74307,8.99893\n9034,1646650351,47.74307,8.99893\n9035,1646650352,47.74307,8.99893\n9036,1646650353,47.74307,8.99893\n9037,1646650354,47.74307,8.99893\n9038,1646650355,47.74307,8.99893\n9039,1646650356,47.74307,8.99893\n9040,1646650357,47.74307,8.99893\n9041,1646650358,47.74307,8.99893\n9042,1646650359,47.74307,8.99893\n9043,1646650360,47.74307,8.99893\n9044,1646650361,47.74307,8.99893\n9045,1646650362,47.74307,8.99893\n9046,1646650363,47.74307,8.99893\n9047,1646650364,47.74307,8.99893\n9048,1646650365,47.74307,8.99893\n9049,1646650366,47.74307,8.99893\n9050,1646650367,47.74307,8.99893\n9051,1646650368,47.74307,8.99893\n9052,1646650369,47.74307,8.99893\n9053,1646650370,47.74307,8.99893\n9054,1646650371,47.74307,8.99893\n9055,1646650372,47.74307,8.99893\n9056,1646650373,47.74307,8.99893\n9057,1646650374,47.74307,8.99893\n9058,1646650375,47.74307,8.99893\n9059,1646650376,47.74307,8.99893\n9060,1646650377,47.74307,8.99893\n9061,1646650378,47.74307,8.99893\n9062,1646650379,47.74307,8.99893\n9063,1646650380,47.74307,8.99893\n9064,1646650381,47.74307,8.99893\n9065,1646650382,47.74307,8.99893\n9066,1646650383,47.74307,8.99893\n9067,1646650384,47.74307,8.99893\n9068,1646650385,47.74307,8.99893\n9069,1646650386,47.74307,8.99893\n9070,1646650387,47.74307,8.99893\n9071,1646650388,47.74307,8.99893\n9072,1646650389,47.74307,8.99893\n9073,1646650390,47.74307,8.99893\n9074,1646650391,47.74307,8.99893\n9075,1646650392,47.74307,8.99893\n9076,1646650393,47.74307,8.99893\n9077,1646650394,47.74307,8.99893\n9078,1646650395,47.74307,8.99893\n9079,1646650396,47.74307,8.99893\n9080,1646650397,47.74307,8.99893\n9081,1646650398,47.74307,8.99893\n9082,1646650399,47.74307,8.99893\n9083,1646650400,47.74307,8.99894\n9084,1646650401,47.74307,8.99894\n9085,1646650402,47.74307,8.99894\n9086,1646650403,47.74307,8.99894\n9087,1646650404,47.74307,8.99894\n9088,1646650405,47.74307,8.99894\n9089,1646650407,47.74307,8.99894\n9090,1646650408,47.74307,8.99894\n9091,1646650409,47.74307,8.99894\n9092,1646650410,47.74307,8.99894\n9093,1646650411,47.74307,8.99894\n9094,1646650412,47.74307,8.99894\n9095,1646650413,47.74307,8.99894\n9096,1646650414,47.74307,8.99894\n9097,1646650415,47.74307,8.99894\n9098,1646650416,47.74307,8.99894\n9099,1646650417,47.74307,8.99894\n9100,1646650418,47.74307,8.99894\n9101,1646650419,47.74307,8.99894\n9102,1646650420,47.74307,8.99894\n9103,1646650421,47.74307,8.99894\n9104,1646650422,47.74307,8.99894\n9105,1646650423,47.74307,8.99894\n9106,1646650424,47.74307,8.99894\n9107,1646650425,47.74307,8.99894\n9108,1646650426,47.74307,8.99894\n9109,1646650427,47.74307,8.99894\n9110,1646650428,47.74307,8.99894\n9111,1646650429,47.74307,8.99894\n9112,1646650430,47.74307,8.99895\n9113,1646650431,47.74307,8.99895\n9114,1646650432,47.74307,8.99895\n9115,1646650433,47.74307,8.99895\n9116,1646650434,47.74307,8.99895\n9117,1646650435,47.74307,8.99895\n9118,1646650436,47.74307,8.99895\n9119,1646650437,47.74307,8.99895\n9120,1646650438,47.74307,8.99895\n9121,1646650439,47.74307,8.99895\n9122,1646650440,47.74307,8.99895\n9123,1646650441,47.74307,8.99896\n9124,1646650442,47.74307,8.99896\n9125,1646650443,47.74307,8.99896\n9126,1646650444,47.74307,8.99896\n9127,1646650445,47.74307,8.99896\n9128,1646650446,47.74307,8.99896\n9129,1646650447,47.74307,8.99896\n9130,1646650448,47.74307,8.99896\n9131,1646650449,47.74307,8.99896\n9132,1646650450,47.74307,8.99896\n9133,1646650451,47.74307,8.99896\n9134,1646650452,47.74307,8.99896\n9135,1646650453,47.74307,8.99896\n9136,1646650454,47.74307,8.99896\n9137,1646650455,47.74307,8.99896\n9138,1646650456,47.74307,8.99896\n9139,1646650457,47.74307,8.99896\n9140,1646650458,47.74307,8.99896\n9141,1646650459,47.74307,8.99896\n9142,1646650460,47.74307,8.99896\n9143,1646650461,47.74307,8.99896\n9144,1646650462,47.74307,8.99896\n9145,1646650463,47.74307,8.99896\n9146,1646650464,47.74307,8.99896\n9147,1646650465,47.74307,8.99896\n9148,1646650466,47.74307,8.99896\n9149,1646650467,47.74307,8.99896\n9150,1646650468,47.74307,8.99896\n9151,1646650469,47.74307,8.99896\n9152,1646650470,47.74307,8.99896\n9153,1646650471,47.74307,8.99896\n9154,1646650472,47.74307,8.99896\n9155,1646650473,47.74307,8.99896\n9156,1646650474,47.74307,8.99896\n9157,1646650475,47.74307,8.99896\n9158,1646650476,47.74307,8.99896\n9159,1646650477,47.74307,8.99896\n9160,1646650478,47.74307,8.99896\n9161,1646650479,47.74307,8.99896\n9162,1646650480,47.74307,8.99896\n9163,1646650481,47.74307,8.99896\n9164,1646650482,47.74307,8.99896\n9165,1646650483,47.74307,8.99896\n9166,1646650484,47.74307,8.99896\n9167,1646650485,47.74307,8.99896\n9168,1646650486,47.74307,8.99896\n9169,1646650487,47.74307,8.99896\n9170,1646650488,47.74307,8.99896\n9171,1646650489,47.74307,8.99896\n9172,1646650490,47.74307,8.99896\n9173,1646650491,47.74307,8.99896\n9174,1646650492,47.74307,8.99896\n9175,1646650493,47.74307,8.99896\n9176,1646650494,47.74307,8.99896\n9177,1646650495,47.74307,8.99896\n9178,1646650496,47.74307,8.99896\n9179,1646650497,47.74307,8.99896\n9180,1646650498,47.74307,8.99896\n9181,1646650499,47.74307,8.99896\n9182,1646650500,47.74307,8.99896\n9183,1646650501,47.74307,8.99896\n9184,1646650502,47.74307,8.99896\n9185,1646650503,47.74307,8.99896\n9186,1646650504,47.74307,8.99896\n9187,1646650505,47.74307,8.99896\n9188,1646650506,47.74307,8.99896\n9189,1646650507,47.74307,8.99896\n9190,1646650508,47.74307,8.99896\n9191,1646650509,47.74307,8.99896\n9192,1646650510,47.74307,8.99896\n9193,1646650511,47.74307,8.99896\n9194,1646650512,47.74307,8.99896\n9195,1646650513,47.74307,8.99896\n9196,1646650514,47.74307,8.99896\n9197,1646650515,47.74307,8.99896\n9198,1646650516,47.74307,8.99896\n9199,1646650517,47.74307,8.99896\n9200,1646650518,47.74307,8.99895\n9201,1646650519,47.74307,8.99895\n9202,1646650520,47.74307,8.99895\n9203,1646650521,47.74307,8.99895\n9204,1646650522,47.74307,8.99895\n9205,1646650523,47.74307,8.99895\n9206,1646650524,47.74307,8.99895\n9207,1646650525,47.74307,8.99895\n9208,1646650526,47.74307,8.99895\n9209,1646650527,47.74307,8.99895\n9210,1646650528,47.74307,8.99895\n9211,1646650529,47.74307,8.99895\n9212,1646650530,47.74307,8.99895\n9213,1646650531,47.74307,8.99895\n9214,1646650532,47.74307,8.99895\n9215,1646650533,47.74307,8.99895\n9216,1646650534,47.74307,8.99895\n9217,1646650535,47.74307,8.99895\n9218,1646650536,47.74307,8.99895\n9219,1646650537,47.74307,8.99895\n9220,1646650538,47.74307,8.99895\n9221,1646650539,47.74307,8.99895\n9222,1646650540,47.74307,8.99895\n9223,1646650541,47.74307,8.99895\n9224,1646650542,47.74307,8.99895\n9225,1646650543,47.74307,8.99895\n9226,1646650544,47.74307,8.99895\n9227,1646650545,47.74307,8.99895\n9228,1646650546,47.74307,8.99895\n9229,1646650547,47.74307,8.99895\n9230,1646650548,47.74307,8.99895\n9231,1646650549,47.74307,8.99895\n9232,1646650550,47.74307,8.99895\n9233,1646650551,47.74307,8.99895\n9234,1646650552,47.74307,8.99895\n9235,1646650553,47.74307,8.99895\n9236,1646650554,47.74307,8.99895\n9237,1646650555,47.74307,8.99895\n9238,1646650556,47.74307,8.99895\n9239,1646650557,47.74307,8.99895\n9240,1646650558,47.74307,8.99895\n9241,1646650559,47.74307,8.99895\n9242,1646650560,47.74307,8.99895\n9243,1646650561,47.74307,8.99895\n9244,1646650562,47.74307,8.99895\n9245,1646650563,47.74307,8.99895\n9246,1646650564,47.74307,8.99895\n9247,1646650565,47.74307,8.99895\n9248,1646650566,47.74307,8.99895\n9249,1646650567,47.74307,8.99895\n9250,1646650568,47.74307,8.99895\n9251,1646650569,47.74307,8.99895\n9252,1646650570,47.74307,8.99895\n9253,1646650571,47.74307,8.99895\n9254,1646650572,47.74307,8.99895\n9255,1646650573,47.74307,8.99895\n9256,1646650574,47.74307,8.99895\n9257,1646650575,47.74307,8.99895\n9258,1646650576,47.74307,8.99895\n9259,1646650577,47.74307,8.99895\n9260,1646650578,47.74307,8.99895\n9261,1646650579,47.74307,8.99895\n9262,1646650580,47.74307,8.99895\n9263,1646650581,47.74307,8.99895\n9264,1646650582,47.74307,8.99895\n9265,1646650583,47.74307,8.99895\n9266,1646650584,47.74307,8.99895\n9267,1646650585,47.74307,8.99895\n9268,1646650586,47.74307,8.99895\n9269,1646650587,47.74307,8.99895\n9270,1646650588,47.74307,8.99895\n9271,1646650589,47.74307,8.99895\n9272,1646650590,47.74307,8.99895\n9273,1646650591,47.74307,8.99895\n9274,1646650592,47.74307,8.99895\n9275,1646650593,47.74307,8.99895\n9276,1646650594,47.74307,8.99895\n9277,1646650595,47.74307,8.99895\n9278,1646650596,47.74307,8.99895\n9279,1646650597,47.74307,8.99895\n9280,1646650598,47.74307,8.99895\n9281,1646650599,47.74307,8.99895\n9282,1646650600,47.74307,8.99895\n9283,1646650601,47.74307,8.99895\n9284,1646650602,47.74307,8.99895\n9285,1646650603,47.74307,8.99895\n9286,1646650604,47.74307,8.99895\n9287,1646650605,47.74307,8.99895\n9288,1646650606,47.74307,8.99895\n9289,1646650607,47.74307,8.99895\n9290,1646650608,47.74307,8.99895\n9291,1646650609,47.74307,8.99895\n9292,1646650610,47.74307,8.99895\n9293,1646650611,47.74307,8.99895\n9294,1646650612,47.74307,8.99895\n9295,1646650613,47.74307,8.99895\n9296,1646650614,47.74307,8.99895\n9297,1646650615,47.74307,8.99895\n9298,1646650616,47.74307,8.99895\n9299,1646650617,47.74307,8.99895\n9300,1646650618,47.74307,8.99895\n9301,1646650619,47.74307,8.99895\n9302,1646650620,47.74307,8.99895\n9303,1646650621,47.74307,8.99895\n9304,1646650622,47.74307,8.99895\n9305,1646650623,47.74307,8.99895\n9306,1646650624,47.74307,8.99895\n9307,1646650625,47.74307,8.99895\n9308,1646650626,47.74307,8.99895\n9309,1646650627,47.74307,8.99895\n9310,1646650628,47.74307,8.99895\n9311,1646650629,47.74307,8.99895\n9312,1646650630,47.74307,8.99895\n9313,1646650631,47.74307,8.99895\n9314,1646650632,47.74307,8.99895\n9315,1646650633,47.74307,8.99895\n9316,1646650634,47.74307,8.99895\n9317,1646650635,47.74307,8.99895\n9318,1646650636,47.74307,8.99895\n9319,1646650637,47.74307,8.99895\n9320,1646650638,47.74307,8.99895\n9321,1646650639,47.74307,8.99895\n9322,1646650640,47.74307,8.99895\n9323,1646650641,47.74307,8.99895\n9324,1646650642,47.74307,8.99895\n9325,1646650643,47.74307,8.99895\n9326,1646650644,47.74307,8.99895\n9327,1646650645,47.74307,8.99895\n9328,1646650646,47.74307,8.99895\n9329,1646650647,47.74307,8.99895\n9330,1646650648,47.74307,8.99895\n9331,1646650649,47.74307,8.99895\n9332,1646650650,47.74307,8.99895\n9333,1646650651,47.74307,8.99895\n9334,1646650652,47.74307,8.99895\n9335,1646650653,47.74307,8.99895\n9336,1646650654,47.74307,8.99895\n9337,1646650655,47.74307,8.99895\n9338,1646650656,47.74307,8.99895\n9339,1646650657,47.74307,8.99895\n9340,1646650658,47.74307,8.99895\n9341,1646650659,47.74307,8.99895\n9342,1646650660,47.74307,8.99895\n9343,1646650661,47.74307,8.99895\n9344,1646650662,47.74307,8.99895\n9345,1646650663,47.74307,8.99895\n9346,1646650664,47.74307,8.99895\n9347,1646650665,47.74307,8.99895\n9348,1646650666,47.74307,8.99895\n9349,1646650667,47.74307,8.99895\n9350,1646650668,47.74307,8.99895\n9351,1646650669,47.74307,8.99895\n9352,1646650670,47.74307,8.99895\n9353,1646650671,47.74307,8.99895\n9354,1646650672,47.74307,8.99895\n9355,1646650673,47.74307,8.99895\n9356,1646650674,47.74307,8.99895\n9357,1646650675,47.74307,8.99895\n9358,1646650676,47.74307,8.99895\n9359,1646650677,47.74307,8.99895\n9360,1646650678,47.74307,8.99895\n9361,1646650679,47.74307,8.99895\n9362,1646650680,47.74307,8.99895\n9363,1646650681,47.74307,8.99895\n9364,1646650682,47.74307,8.99895\n9365,1646650683,47.74307,8.99895\n9366,1646650684,47.74307,8.99895\n9367,1646650685,47.74307,8.99895\n9368,1646650686,47.74307,8.99895\n9369,1646650687,47.74307,8.99895\n9370,1646650688,47.74307,8.99895\n9371,1646650689,47.74307,8.99895\n9372,1646650690,47.74307,8.99895\n9373,1646650691,47.74307,8.99895\n9374,1646650692,47.74307,8.99895\n9375,1646650693,47.74307,8.99895\n9376,1646650694,47.74307,8.99895\n9377,1646650695,47.74307,8.99895\n9378,1646650696,47.74307,8.99895\n9379,1646650697,47.74307,8.99895\n9380,1646650698,47.74307,8.99895\n9381,1646650699,47.74307,8.99895\n9382,1646650700,47.74307,8.99895\n9383,1646650701,47.74307,8.99895\n9384,1646650702,47.74307,8.99895\n9385,1646650703,47.74307,8.99895\n9386,1646650704,47.74307,8.99895\n9387,1646650705,47.74307,8.99895\n9388,1646650706,47.74307,8.99895\n9389,1646650707,47.74307,8.99895\n9390,1646650708,47.74307,8.99895\n9391,1646650709,47.74307,8.99895\n9392,1646650710,47.74307,8.99895\n9393,1646650711,47.74307,8.99895\n9394,1646650712,47.74307,8.99895\n9395,1646650713,47.74307,8.99895\n9396,1646650714,47.74307,8.99895\n9397,1646650715,47.74307,8.99895\n9398,1646650716,47.74307,8.99895\n9399,1646650717,47.74307,8.99895\n9400,1646650718,47.74307,8.99895\n9401,1646650719,47.74307,8.99895\n9402,1646650720,47.74307,8.99895\n9403,1646650721,47.74307,8.99895\n9404,1646650722,47.74307,8.99895\n9405,1646650723,47.74307,8.99895\n9406,1646650724,47.74307,8.99895\n9407,1646650725,47.74307,8.99895\n9408,1646650726,47.74307,8.99895\n9409,1646650727,47.74307,8.99895\n9410,1646650728,47.74307,8.99895\n9411,1646650729,47.74307,8.99895\n9412,1646650730,47.74307,8.99895\n9413,1646650731,47.74307,8.99895\n9414,1646650732,47.74307,8.99895\n9415,1646650733,47.74307,8.99895\n9416,1646650734,47.74307,8.99895\n9417,1646650735,47.74307,8.99895\n9418,1646650736,47.74307,8.99895\n9419,1646650737,47.74307,8.99895\n9420,1646650738,47.74307,8.99895\n9421,1646650739,47.74307,8.99895\n9422,1646650740,47.74307,8.99895\n9423,1646650741,47.74307,8.99895\n9424,1646650742,47.74307,8.99895\n9425,1646650743,47.74307,8.99895\n9426,1646650744,47.74307,8.99895\n9427,1646650745,47.74307,8.99895\n9428,1646650746,47.74307,8.99895\n9429,1646650747,47.74307,8.99895\n9430,1646650748,47.74307,8.99895\n9431,1646650749,47.74307,8.99895\n9432,1646650750,47.74307,8.99895\n9433,1646650751,47.74307,8.99895\n9434,1646650752,47.74307,8.99895\n9435,1646650753,47.74307,8.99895\n9436,1646650754,47.74307,8.99895\n9437,1646650755,47.74307,8.99895\n9438,1646650756,47.74307,8.99895\n9439,1646650757,47.74307,8.99895\n9440,1646650758,47.74307,8.99895\n9441,1646650759,47.74307,8.99895\n9442,1646650760,47.74307,8.99895\n9443,1646650761,47.74307,8.99895\n9444,1646650762,47.74307,8.99895\n9445,1646650763,47.74307,8.99895\n9446,1646650764,47.74307,8.99895\n9447,1646650765,47.74307,8.99895\n9448,1646650766,47.74307,8.99895\n9449,1646650767,47.74307,8.99895\n9450,1646650768,47.74307,8.99895\n9451,1646650769,47.74307,8.99895\n9452,1646650770,47.74307,8.99895\n9453,1646650771,47.74307,8.99895\n9454,1646650772,47.74307,8.99895\n9455,1646650773,47.74307,8.99895\n9456,1646650774,47.74307,8.99895\n9457,1646650775,47.74307,8.99895\n9458,1646650776,47.74307,8.99895\n9459,1646650777,47.74307,8.99895\n9460,1646650778,47.74307,8.99895\n9461,1646650779,47.74307,8.99895\n9462,1646650780,47.74307,8.99895\n9463,1646650781,47.74307,8.99895\n9464,1646650782,47.74307,8.99895\n9465,1646650783,47.74307,8.99895\n9466,1646650784,47.74307,8.99895\n9467,1646650785,47.74307,8.99895\n9468,1646650786,47.74307,8.99895\n9469,1646650787,47.74307,8.99895\n9470,1646650788,47.74307,8.99895\n9471,1646650789,47.74307,8.99895\n9472,1646650790,47.74307,8.99895\n9473,1646650791,47.74307,8.99895\n9474,1646650792,47.74307,8.99895\n9475,1646650793,47.74307,8.99895\n9476,1646650794,47.74307,8.99895\n9477,1646650795,47.74307,8.99895\n9478,1646650796,47.74307,8.99895\n9479,1646650797,47.74307,8.99895\n9480,1646650798,47.74307,8.99895\n9481,1646650799,47.74307,8.99895\n9482,1646650800,47.74307,8.99895\n9483,1646650801,47.74307,8.99895\n9484,1646650802,47.74307,8.99895\n9485,1646650803,47.74307,8.99895\n9486,1646650804,47.74307,8.99895\n9487,1646650805,47.74307,8.99895\n9488,1646650806,47.74307,8.99895\n9489,1646650807,47.74307,8.99895\n9490,1646650808,47.74307,8.99895\n9491,1646650809,47.74307,8.99895\n9492,1646650810,47.74307,8.99895\n9493,1646650811,47.74307,8.99895\n9494,1646650812,47.74307,8.99895\n9495,1646650813,47.74307,8.99895\n9496,1646650814,47.74307,8.99895\n9497,1646650815,47.74307,8.99895\n9498,1646650816,47.74307,8.99895\n9499,1646650817,47.74307,8.99895\n9500,1646650818,47.74307,8.99895\n9501,1646650819,47.74307,8.99895\n9502,1646650820,47.74307,8.99895\n9503,1646650821,47.74307,8.99895\n9504,1646650822,47.74307,8.99895\n9505,1646650823,47.74307,8.99895\n9506,1646650824,47.74307,8.99895\n9507,1646650825,47.74307,8.99895\n9508,1646650826,47.74307,8.99895\n9509,1646650827,47.74307,8.99895\n9510,1646650828,47.74307,8.99895\n9511,1646650829,47.74307,8.99895\n9512,1646650830,47.74307,8.99895\n9513,1646650831,47.74307,8.99895\n9514,1646650832,47.74307,8.99895\n9515,1646650833,47.74307,8.99895\n9516,1646650834,47.74307,8.99895\n9517,1646650835,47.74307,8.99895\n9518,1646650836,47.74307,8.99895\n9519,1646650837,47.74307,8.99895\n9520,1646650838,47.74307,8.99895\n9521,1646650839,47.74307,8.99895\n9522,1646650840,47.74307,8.99895\n9523,1646650841,47.74307,8.99895\n9524,1646650842,47.74307,8.99895\n9525,1646650843,47.74307,8.99895\n9526,1646650844,47.74307,8.99895\n9527,1646650845,47.74307,8.99895\n9528,1646650846,47.74307,8.99895\n9529,1646650847,47.74307,8.99895\n9530,1646650848,47.74307,8.99895\n9531,1646650849,47.74307,8.99895\n9532,1646650850,47.74307,8.99895\n9533,1646650851,47.74307,8.99895\n9534,1646650852,47.74307,8.99895\n9535,1646650853,47.74307,8.99895\n9536,1646650854,47.74307,8.99895\n9537,1646650855,47.74307,8.99895\n9538,1646650856,47.74307,8.99895\n9539,1646650857,47.74307,8.99895\n9540,1646650858,47.74307,8.99895\n9541,1646650859,47.74307,8.99895\n9542,1646650860,47.74307,8.99895\n9543,1646650861,47.74307,8.99895\n9544,1646650862,47.74307,8.99895\n9545,1646650863,47.74307,8.99895\n9546,1646650864,47.74307,8.99895\n9547,1646650865,47.74307,8.99895\n9548,1646650866,47.74307,8.99895\n9549,1646650867,47.74307,8.99895\n9550,1646650868,47.74307,8.99895\n9551,1646650869,47.74307,8.99895\n9552,1646650870,47.74307,8.99895\n9553,1646650871,47.74307,8.99895\n9554,1646650872,47.74307,8.99895\n9555,1646650873,47.74307,8.99895\n9556,1646650874,47.74307,8.99895\n9557,1646650875,47.74307,8.99895\n9558,1646650876,47.74307,8.99895\n9559,1646650877,47.74307,8.99895\n9560,1646650878,47.74307,8.99895\n9561,1646650879,47.74307,8.99895\n9562,1646650880,47.74307,8.99895\n9563,1646650881,47.74307,8.99895\n9564,1646650882,47.74307,8.99895\n9565,1646650883,47.74307,8.99895\n9566,1646650884,47.74307,8.99895\n9567,1646650885,47.74307,8.99895\n9568,1646650886,47.74307,8.99895\n9569,1646650887,47.74307,8.99895\n9570,1646650888,47.74307,8.99895\n9571,1646650889,47.74307,8.99895\n9572,1646650890,47.74306,8.99895\n9573,1646650891,47.74306,8.99895\n9574,1646650892,47.74306,8.99895\n9575,1646650893,47.74306,8.99895\n9576,1646650894,47.74306,8.99895\n9577,1646650895,47.74306,8.99895\n9578,1646650896,47.74306,8.99895\n9579,1646650897,47.74306,8.99895\n9580,1646650898,47.74306,8.99895\n9581,1646650899,47.74306,8.99895\n9582,1646650900,47.74306,8.99895\n9583,1646650901,47.74306,8.99895\n9584,1646650902,47.74306,8.99895\n9585,1646650903,47.74306,8.99895\n9586,1646650904,47.74306,8.99895\n9587,1646650905,47.74306,8.99895\n9588,1646650906,47.74306,8.99895\n9589,1646650907,47.74306,8.99895\n9590,1646650908,47.74306,8.99895\n9591,1646650909,47.74306,8.99895\n9592,1646650910,47.74306,8.99895\n9593,1646650911,47.74306,8.99895\n9594,1646650912,47.74306,8.99895\n9595,1646650913,47.74306,8.99895\n9596,1646650914,47.74306,8.99895\n9597,1646650915,47.74306,8.99895\n9598,1646650916,47.74306,8.99895\n9599,1646650917,47.74306,8.99895\n9600,1646650918,47.74306,8.99895\n9601,1646650919,47.74306,8.99895\n9602,1646650920,47.74306,8.99895\n9603,1646650921,47.74306,8.99895\n9604,1646650922,47.74306,8.99895\n9605,1646650923,47.74306,8.99895\n9606,1646650924,47.74306,8.99895\n9607,1646650925,47.74306,8.99895\n9608,1646650926,47.74306,8.99895\n9609,1646650927,47.74306,8.99895\n9610,1646650928,47.74306,8.99895\n9611,1646650929,47.74306,8.99895\n9612,1646650930,47.74306,8.99895\n9613,1646650931,47.74306,8.99895\n9614,1646650932,47.74306,8.99895\n9615,1646650933,47.74306,8.99895\n9616,1646650934,47.74306,8.99895\n9617,1646650935,47.74306,8.99895\n9618,1646650936,47.74306,8.99895\n9619,1646650937,47.74306,8.99895\n9620,1646650938,47.74306,8.99895\n9621,1646650939,47.74306,8.99895\n9622,1646650940,47.74306,8.99895\n9623,1646650941,47.74306,8.99895\n9624,1646650942,47.74306,8.99895\n9625,1646650943,47.74306,8.99895\n9626,1646650944,47.74306,8.99895\n9627,1646650945,47.74306,8.99895\n9628,1646650946,47.74306,8.99895\n9629,1646650947,47.74306,8.99895\n9630,1646650948,47.74306,8.99895\n9631,1646650949,47.74306,8.99895\n9632,1646650950,47.74306,8.99895\n9633,1646650951,47.74306,8.99895\n9634,1646650952,47.74306,8.99895\n9635,1646650953,47.74306,8.99895\n9636,1646650954,47.74306,8.99895\n9637,1646650955,47.74306,8.99895\n9638,1646650956,47.74306,8.99895\n9639,1646650957,47.74306,8.99895\n9640,1646650958,47.74306,8.99895\n9641,1646650959,47.74306,8.99895\n9642,1646650960,47.74306,8.99895\n9643,1646650961,47.74306,8.99895\n9644,1646650962,47.74306,8.99895\n9645,1646650963,47.74306,8.99895\n9646,1646650964,47.74306,8.99895\n9647,1646650965,47.74306,8.99895\n9648,1646650966,47.74306,8.99895\n9649,1646650967,47.74306,8.99895\n9650,1646650968,47.74306,8.99895\n9651,1646650969,47.74306,8.99895\n9652,1646650970,47.74306,8.99895\n9653,1646650971,47.74306,8.99895\n9654,1646650972,47.74306,8.99895\n9655,1646650973,47.74306,8.99895\n9656,1646650974,47.74306,8.99895\n9657,1646650975,47.74306,8.99895\n9658,1646650976,47.74306,8.99895\n9659,1646650977,47.74306,8.99895\n9660,1646650978,47.74306,8.99895\n9661,1646650979,47.74306,8.99895\n9662,1646650980,47.74306,8.99895\n9663,1646650981,47.74306,8.99895\n9664,1646650982,47.74306,8.99895\n9665,1646650983,47.74306,8.99895\n9666,1646650984,47.74306,8.99895\n9667,1646650985,47.74306,8.99895\n9668,1646650986,47.74306,8.99895\n9669,1646650987,47.74306,8.99895\n9670,1646650988,47.74306,8.99895\n9671,1646650989,47.74306,8.99895\n9672,1646650990,47.74306,8.99895\n9673,1646650991,47.74306,8.99895\n9674,1646650992,47.74306,8.99895\n9675,1646650993,47.74306,8.99895\n9676,1646650994,47.74306,8.99895\n9677,1646650995,47.74306,8.99895\n9678,1646650996,47.74306,8.99895\n9679,1646650997,47.74306,8.99895\n9680,1646650998,47.74306,8.99895\n9681,1646650999,47.74306,8.99895\n9682,1646651000,47.74306,8.99895\n9683,1646651001,47.74306,8.99895\n9684,1646651002,47.74306,8.99895\n9685,1646651003,47.74306,8.99895\n9686,1646651004,47.74306,8.99895\n9687,1646651005,47.74306,8.99895\n9688,1646651006,47.74306,8.99895\n9689,1646651007,47.74306,8.99895\n9690,1646651008,47.74306,8.99895\n9691,1646651009,47.74306,8.99895\n9692,1646651010,47.74306,8.99895\n9693,1646651011,47.74306,8.99895\n9694,1646651012,47.74306,8.99895\n9695,1646651013,47.74306,8.99895\n9696,1646651014,47.74306,8.99895\n9697,1646651015,47.74306,8.99895\n9698,1646651016,47.74306,8.99895\n9699,1646651017,47.74306,8.99895\n9700,1646651018,47.74306,8.99895\n9701,1646651019,47.74306,8.99895\n9702,1646651020,47.74306,8.99895\n9703,1646651021,47.74306,8.99895\n9704,1646651022,47.74306,8.99895\n9705,1646651023,47.74306,8.99895\n9706,1646651024,47.74306,8.99896\n9707,1646651025,47.74306,8.99896\n9708,1646651026,47.74306,8.99896\n9709,1646651027,47.74306,8.99896\n9710,1646651028,47.74306,8.99896\n9711,1646651029,47.74306,8.99896\n9712,1646651030,47.74306,8.99896\n9713,1646651031,47.74306,8.99896\n9714,1646651032,47.74306,8.99896\n9715,1646651033,47.74306,8.99896\n9716,1646651034,47.74306,8.99896\n9717,1646651035,47.74306,8.99896\n9718,1646651036,47.74306,8.99896\n9719,1646651037,47.74306,8.99896\n9720,1646651038,47.74306,8.99896\n9721,1646651039,47.74306,8.99896\n9722,1646651040,47.74306,8.99896\n9723,1646651041,47.74306,8.99896\n9724,1646651042,47.74306,8.99896\n9725,1646651043,47.74306,8.99896\n9726,1646651044,47.74306,8.99896\n9727,1646651045,47.74306,8.99896\n9728,1646651046,47.74306,8.99896\n9729,1646651047,47.74306,8.99896\n9730,1646651048,47.74306,8.99896\n9731,1646651049,47.74306,8.99896\n9732,1646651050,47.74306,8.99896\n9733,1646651051,47.74306,8.99896\n9734,1646651052,47.74306,8.99896\n9735,1646651053,47.74306,8.99896\n9736,1646651054,47.74306,8.99896\n9737,1646651055,47.74306,8.99896\n9738,1646651056,47.74306,8.99896\n9739,1646651057,47.74306,8.99896\n9740,1646651058,47.74306,8.99896\n9741,1646651059,47.74306,8.99896\n9742,1646651060,47.74306,8.99896\n9743,1646651061,47.74306,8.99896\n9744,1646651062,47.74306,8.99896\n9745,1646651063,47.74306,8.99896\n9746,1646651064,47.74306,8.99896\n9747,1646651065,47.74306,8.99896\n9748,1646651066,47.74306,8.99896\n9749,1646651067,47.74306,8.99896\n9750,1646651068,47.74306,8.99896\n9751,1646651069,47.74306,8.99896\n9752,1646651070,47.74306,8.99896\n9753,1646651071,47.74306,8.99896\n9754,1646651072,47.74306,8.99896\n9755,1646651073,47.74306,8.99896\n9756,1646651074,47.74306,8.99896\n9757,1646651075,47.74306,8.99896\n9758,1646651076,47.74306,8.99896\n9759,1646651077,47.74306,8.99896\n9760,1646651078,47.74306,8.99896\n9761,1646651079,47.74306,8.99896\n9762,1646651080,47.74306,8.99896\n9763,1646651081,47.74306,8.99896\n9764,1646651082,47.74306,8.99896\n9765,1646651083,47.74306,8.99896\n9766,1646651084,47.74306,8.99896\n9767,1646651085,47.74306,8.99896\n9768,1646651086,47.74306,8.99896\n9769,1646651087,47.74306,8.99896\n9770,1646651088,47.74306,8.99896\n9771,1646651089,47.74306,8.99896\n9772,1646651090,47.74306,8.99896\n9773,1646651091,47.74306,8.99896\n9774,1646651092,47.74306,8.99896\n9775,1646651093,47.74306,8.99896\n9776,1646651094,47.74306,8.99896\n9777,1646651095,47.74306,8.99896\n9778,1646651096,47.74306,8.99896\n9779,1646651097,47.74306,8.99896\n9780,1646651098,47.74306,8.99896\n9781,1646651099,47.74306,8.99896\n9782,1646651100,47.74306,8.99896\n9783,1646651101,47.74306,8.99896\n9784,1646651102,47.74306,8.99896\n9785,1646651103,47.74306,8.99896\n9786,1646651104,47.74306,8.99896\n9787,1646651105,47.74306,8.99896\n9788,1646651106,47.74306,8.99896\n9789,1646651107,47.74306,8.99896\n9790,1646651108,47.74306,8.99896\n9791,1646651109,47.74306,8.99896\n9792,1646651110,47.74306,8.99896\n9793,1646651111,47.74306,8.99896\n9794,1646651112,47.74306,8.99896\n9795,1646651113,47.74306,8.99896\n9796,1646651114,47.74306,8.99896\n9797,1646651115,47.74306,8.99896\n9798,1646651116,47.74306,8.99896\n9799,1646651117,47.74306,8.99896\n9800,1646651118,47.74306,8.99896\n9801,1646651119,47.74306,8.99896\n9802,1646651120,47.74306,8.99896\n9803,1646651121,47.74306,8.99896\n9804,1646651122,47.74306,8.99896\n9805,1646651123,47.74306,8.99896\n9806,1646651124,47.74306,8.99896\n9807,1646651125,47.74306,8.99896\n9808,1646651126,47.74306,8.99896\n9809,1646651127,47.74306,8.99896\n9810,1646651128,47.74306,8.99896\n9811,1646651129,47.74306,8.99896\n9812,1646651130,47.74306,8.99896\n9813,1646651131,47.74306,8.99896\n9814,1646651132,47.74306,8.99896\n9815,1646651133,47.74306,8.99896\n9816,1646651134,47.74306,8.99896\n9817,1646651135,47.74306,8.99896\n9818,1646651136,47.74306,8.99896\n9819,1646651137,47.74306,8.99896\n9820,1646651138,47.74306,8.99896\n9821,1646651139,47.74306,8.99896\n9822,1646651140,47.74306,8.99896\n9823,1646651141,47.74306,8.99896\n9824,1646651142,47.74306,8.99896\n9825,1646651143,47.74306,8.99896\n9826,1646651144,47.74306,8.99896\n9827,1646651145,47.74306,8.99896\n9828,1646651146,47.74306,8.99896\n9829,1646651147,47.74306,8.99896\n9830,1646651148,47.74306,8.99896\n9831,1646651149,47.74306,8.99895\n9832,1646651150,47.74306,8.99895\n9833,1646651151,47.74306,8.99895\n9834,1646651152,47.74306,8.99895\n9835,1646651153,47.74306,8.99895\n9836,1646651154,47.74306,8.99895\n9837,1646651155,47.74306,8.99895\n9838,1646651156,47.74306,8.99895\n9839,1646651157,47.74306,8.99895\n9840,1646651158,47.74306,8.99895\n9841,1646651159,47.74306,8.99895\n9842,1646651160,47.74306,8.99895\n9843,1646651161,47.74306,8.99895\n9844,1646651162,47.74306,8.99895\n9845,1646651163,47.74306,8.99895\n9846,1646651164,47.74306,8.99895\n9847,1646651165,47.74306,8.99895\n9848,1646651166,47.74306,8.99895\n9849,1646651167,47.74306,8.99895\n9850,1646651168,47.74306,8.99895\n9851,1646651169,47.74306,8.99895\n9852,1646651170,47.74306,8.99895\n9853,1646651171,47.74306,8.99895\n9854,1646651172,47.74306,8.99895\n9855,1646651173,47.74306,8.99895\n9856,1646651174,47.74306,8.99895\n9857,1646651175,47.74306,8.99895\n9858,1646651176,47.74306,8.99895\n9859,1646651177,47.74306,8.99895\n9860,1646651178,47.74306,8.99895\n9861,1646651179,47.74306,8.99895\n9862,1646651180,47.74306,8.99895\n9863,1646651181,47.74306,8.99895\n9864,1646651182,47.74306,8.99895\n9865,1646651183,47.74306,8.99895\n9866,1646651184,47.74306,8.99895\n9867,1646651185,47.74306,8.99895\n9868,1646651186,47.74306,8.99895\n9869,1646651187,47.74306,8.99895\n9870,1646651188,47.74306,8.99895\n9871,1646651189,47.74306,8.99895\n9872,1646651190,47.74306,8.99895\n9873,1646651191,47.74306,8.99895\n9874,1646651192,47.74306,8.99895\n9875,1646651193,47.74306,8.99896\n9876,1646651194,47.74306,8.99896\n9877,1646651195,47.74306,8.99896\n9878,1646651196,47.74306,8.99896\n9879,1646651197,47.74306,8.99896\n9880,1646651198,47.74306,8.99896\n9881,1646651199,47.74306,8.99896\n9882,1646651200,47.74306,8.99896\n9883,1646651201,47.74306,8.99896\n9884,1646651202,47.74306,8.99896\n9885,1646651203,47.74306,8.99896\n9886,1646651204,47.74306,8.99896\n9887,1646651205,47.74306,8.99896\n9888,1646651206,47.74306,8.99896\n9889,1646651207,47.74306,8.99896\n9890,1646651208,47.74306,8.99896\n9891,1646651209,47.74306,8.99896\n9892,1646651210,47.74306,8.99896\n9893,1646651211,47.74306,8.99896\n9894,1646651212,47.74306,8.99896\n9895,1646651213,47.74306,8.99896\n9896,1646651214,47.74306,8.99896\n9897,1646651215,47.74306,8.99896\n9898,1646651216,47.74306,8.99896\n9899,1646651217,47.74306,8.99896\n9900,1646651218,47.74306,8.99896\n9901,1646651219,47.74306,8.99896\n9902,1646651220,47.74306,8.99896\n9903,1646651221,47.74306,8.99896\n9904,1646651222,47.74306,8.99896\n9905,1646651223,47.74306,8.99896\n9906,1646651224,47.74306,8.99896\n9907,1646651225,47.74306,8.99896\n9908,1646651226,47.74306,8.99896\n9909,1646651227,47.74306,8.99896\n9910,1646651228,47.74306,8.99896\n9911,1646651229,47.74306,8.99896\n9912,1646651230,47.74306,8.99896\n9913,1646651231,47.74306,8.99896\n9914,1646651232,47.74306,8.99896\n9915,1646651233,47.74306,8.99896\n9916,1646651234,47.74306,8.99896\n9917,1646651235,47.74306,8.99896\n9918,1646651236,47.74306,8.99896\n9919,1646651237,47.74306,8.99896\n9920,1646651238,47.74306,8.99896\n9921,1646651239,47.74306,8.99896\n9922,1646651240,47.74306,8.99896\n9923,1646651241,47.74306,8.99896\n9924,1646651242,47.74306,8.99896\n9925,1646651243,47.74306,8.99896\n9926,1646651244,47.74306,8.99896\n9927,1646651245,47.74306,8.99896\n9928,1646651246,47.74306,8.99896\n9929,1646651247,47.74306,8.99896\n9930,1646651248,47.74306,8.99896\n9931,1646651249,47.74306,8.99896\n9932,1646651250,47.74306,8.99896\n9933,1646651251,47.74306,8.99896\n9934,1646651252,47.74306,8.99896\n9935,1646651253,47.74306,8.99896\n9936,1646651254,47.74306,8.99896\n9937,1646651255,47.74306,8.99896\n9938,1646651256,47.74306,8.99896\n9939,1646651257,47.74306,8.99896\n9940,1646651258,47.74306,8.99896\n9941,1646651259,47.74306,8.99896\n9942,1646651260,47.74306,8.99896\n9943,1646651261,47.74306,8.99896\n9944,1646651262,47.74306,8.99896\n9945,1646651263,47.74306,8.99896\n9946,1646651264,47.74306,8.99896\n9947,1646651265,47.74306,8.99896\n9948,1646651266,47.74306,8.99896\n9949,1646651267,47.74306,8.99896\n9950,1646651268,47.74306,8.99896\n9951,1646651269,47.74306,8.99896\n9952,1646651270,47.74306,8.99896\n9953,1646651271,47.74306,8.99896\n9954,1646651272,47.74306,8.99896\n9955,1646651273,47.74306,8.99896\n9956,1646651274,47.74306,8.99896\n9957,1646651275,47.74306,8.99896\n9958,1646651276,47.74306,8.99896\n9959,1646651277,47.74306,8.99896\n9960,1646651278,47.74306,8.99896\n9961,1646651279,47.74306,8.99896\n9962,1646651280,47.74306,8.99896\n9963,1646651281,47.74306,8.99896\n9964,1646651282,47.74306,8.99896\n9965,1646651283,47.74306,8.99896\n9966,1646651284,47.74306,8.99896\n9967,1646651285,47.74306,8.99896\n9968,1646651286,47.74306,8.99896\n9969,1646651287,47.74306,8.99896\n9970,1646651288,47.74306,8.99896\n9971,1646651289,47.74306,8.99896\n9972,1646651290,47.74306,8.99896\n9973,1646651291,47.74306,8.99896\n9974,1646651292,47.74306,8.99896\n9975,1646651293,47.74306,8.99896\n9976,1646651294,47.74306,8.99896\n9977,1646651295,47.74306,8.99896\n9978,1646651296,47.74306,8.99896\n9979,1646651297,47.74306,8.99896\n9980,1646651298,47.74306,8.99896\n9981,1646651299,47.74306,8.99896\n9982,1646651300,47.74306,8.99896\n9983,1646651301,47.74306,8.99896\n9984,1646651302,47.74306,8.99896\n9985,1646651303,47.74306,8.99896\n9986,1646651304,47.74306,8.99896\n9987,1646651305,47.74306,8.99896\n9988,1646651306,47.74306,8.99896\n9989,1646651307,47.74306,8.99896\n9990,1646651308,47.74306,8.99896\n9991,1646651309,47.74306,8.99896\n9992,1646651310,47.74306,8.99896\n9993,1646651311,47.74306,8.99896\n9994,1646651312,47.74306,8.99896\n9995,1646651313,47.74306,8.99896\n9996,1646651314,47.74306,8.99896\n9997,1646651315,47.74306,8.99896\n9998,1646651316,47.74306,8.99896\n9999,1646651317,47.74306,8.99896\n10000,1646651318,47.74306,8.99896\n10001,1646651319,47.74306,8.99896\n10002,1646651320,47.74306,8.99896\n10003,1646651321,47.74306,8.99896\n10004,1646651322,47.74306,8.99896\n10005,1646651323,47.74306,8.99896\n10006,1646651324,47.74306,8.99896\n10007,1646651325,47.74306,8.99896\n10008,1646651326,47.74306,8.99896\n10009,1646651327,47.74306,8.99896\n10010,1646651328,47.74306,8.99896\n10011,1646651329,47.74306,8.99896\n10012,1646651330,47.74306,8.99896\n10013,1646651331,47.74306,8.99896\n10014,1646651332,47.74306,8.99896\n10015,1646651333,47.74306,8.99896\n10016,1646651334,47.74306,8.99896\n10017,1646651335,47.74306,8.99896\n10018,1646651336,47.74306,8.99896\n10019,1646651337,47.74306,8.99896\n10020,1646651338,47.74306,8.99896\n10021,1646651339,47.74306,8.99896\n10022,1646651340,47.74306,8.99896\n10023,1646651341,47.74306,8.99896\n10024,1646651342,47.74306,8.99896\n10025,1646651343,47.74306,8.99896\n10026,1646651344,47.74306,8.99896\n10027,1646651345,47.74306,8.99896\n10028,1646651346,47.74306,8.99896\n10029,1646651347,47.74306,8.99896\n10030,1646651348,47.74306,8.99896\n10031,1646651349,47.74306,8.99896\n10032,1646651350,47.74306,8.99896\n10033,1646651351,47.74306,8.99896\n10034,1646651352,47.74306,8.99896\n10035,1646651353,47.74306,8.99896\n10036,1646651354,47.74306,8.99896\n10037,1646651355,47.74306,8.99896\n10038,1646651356,47.74306,8.99896\n10039,1646651357,47.74306,8.99896\n10040,1646651358,47.74306,8.99896\n10041,1646651359,47.74306,8.99896\n10042,1646651360,47.74306,8.99896\n10043,1646651361,47.74306,8.99896\n10044,1646651362,47.74306,8.99896\n10045,1646651363,47.74306,8.99896\n10046,1646651364,47.74306,8.99896\n10047,1646651365,47.74306,8.99896\n10048,1646651366,47.74306,8.99896\n10049,1646651367,47.74306,8.99896\n10050,1646651368,47.74306,8.99896\n10051,1646651369,47.74306,8.99896\n10052,1646651370,47.74306,8.99896\n10053,1646651371,47.74306,8.99896\n10054,1646651372,47.74306,8.99896\n10055,1646651373,47.74306,8.99896\n10056,1646651374,47.74306,8.99896\n10057,1646651375,47.74306,8.99896\n10058,1646651376,47.74306,8.99896\n10059,1646651377,47.74306,8.99896\n10060,1646651378,47.74306,8.99896\n10061,1646651379,47.74306,8.99896\n10062,1646651380,47.74306,8.99896\n10063,1646651381,47.74306,8.99896\n10064,1646651382,47.74306,8.99896\n10065,1646651383,47.74306,8.99896\n10066,1646651384,47.74306,8.99896\n10067,1646651385,47.74306,8.99896\n10068,1646651386,47.74306,8.99896\n10069,1646651387,47.74306,8.99896\n10070,1646651388,47.74306,8.99896\n10071,1646651389,47.74306,8.99896\n10072,1646651390,47.74306,8.99896\n10073,1646651391,47.74306,8.99896\n10074,1646651392,47.74306,8.99896\n10075,1646651393,47.74306,8.99896\n10076,1646651394,47.74306,8.99896\n10077,1646651395,47.74306,8.99896\n10078,1646651396,47.74306,8.99896\n10079,1646651397,47.74306,8.99896\n10080,1646651398,47.74306,8.99896\n10081,1646651399,47.74306,8.99896\n10082,1646651400,47.74306,8.99896\n10083,1646651401,47.74306,8.99896\n10084,1646651402,47.74306,8.99896\n10085,1646651403,47.74306,8.99896\n10086,1646651404,47.74306,8.99896\n10087,1646651405,47.74306,8.99896\n10088,1646651406,47.74306,8.99896\n10089,1646651407,47.74306,8.99896\n10090,1646651408,47.74306,8.99896\n10091,1646651409,47.74306,8.99896\n10092,1646651410,47.74306,8.99896\n10093,1646651411,47.74306,8.99896\n10094,1646651412,47.74306,8.99896\n10095,1646651413,47.74306,8.99896\n10096,1646651414,47.74306,8.99896\n10097,1646651415,47.74306,8.99896\n10098,1646651416,47.74306,8.99896\n10099,1646651417,47.74306,8.99896\n10100,1646651418,47.74306,8.99896\n10101,1646651419,47.74306,8.99896\n10102,1646651420,47.74306,8.99896\n10103,1646651421,47.74306,8.99896\n10104,1646651422,47.74306,8.99896\n10105,1646651423,47.74306,8.99896\n10106,1646651424,47.74306,8.99896\n10107,1646651425,47.74306,8.99896\n10108,1646651426,47.74306,8.99896\n10109,1646651427,47.74306,8.99896\n10110,1646651428,47.74306,8.99896\n10111,1646651429,47.74306,8.99896\n10112,1646651430,47.74306,8.99896\n10113,1646651431,47.74306,8.99896\n10114,1646651432,47.74306,8.99896\n10115,1646651433,47.74306,8.99896\n10116,1646651434,47.74306,8.99896\n10117,1646651435,47.74306,8.99896\n10118,1646651436,47.74306,8.99896\n10119,1646651437,47.74306,8.99896\n10120,1646651438,47.74306,8.99896\n10121,1646651439,47.74306,8.99896\n10122,1646651440,47.74306,8.99896\n10123,1646651441,47.74306,8.99896\n10124,1646651442,47.74306,8.99896\n10125,1646651443,47.74306,8.99896\n10126,1646651444,47.74306,8.99896\n10127,1646651445,47.74306,8.99896\n10128,1646651446,47.74306,8.99896\n10129,1646651447,47.74306,8.99896\n10130,1646651448,47.74306,8.99896\n10131,1646651449,47.74306,8.99896\n10132,1646651450,47.74306,8.99896\n10133,1646651451,47.74306,8.99896\n10134,1646651452,47.74306,8.99896\n10135,1646651453,47.74306,8.99896\n10136,1646651454,47.74306,8.99896\n10137,1646651455,47.74306,8.99896\n10138,1646651456,47.74306,8.99896\n10139,1646651457,47.74306,8.99896\n10140,1646651458,47.74306,8.99896\n10141,1646651459,47.74306,8.99896\n10142,1646651460,47.74306,8.99896\n10143,1646651461,47.74306,8.99896\n10144,1646651462,47.74306,8.99896\n10145,1646651463,47.74306,8.99896\n10146,1646651464,47.74306,8.99896\n10147,1646651465,47.74306,8.99896\n10148,1646651466,47.74306,8.99896\n10149,1646651467,47.74306,8.99896\n10150,1646651468,47.74306,8.99896\n10151,1646651469,47.74306,8.99896\n10152,1646651470,47.74306,8.99896\n10153,1646651471,47.74306,8.99896\n10154,1646651472,47.74306,8.99896\n10155,1646651473,47.74306,8.99896\n10156,1646651474,47.74306,8.99896\n10157,1646651475,47.74306,8.99896\n10158,1646651476,47.74306,8.99896\n10159,1646651477,47.74306,8.99896\n10160,1646651478,47.74306,8.99896\n10161,1646651479,47.74306,8.99896\n10162,1646651481,47.74306,8.99896\n10163,1646651482,47.74306,8.99896\n10164,1646651483,47.74306,8.99896\n10165,1646651484,47.74306,8.99896\n10166,1646651485,47.74306,8.99896\n10167,1646651486,47.74306,8.99896\n10168,1646651487,47.74306,8.99896\n10169,1646651488,47.74306,8.99896\n10170,1646651489,47.74306,8.99896\n10171,1646651490,47.74306,8.99896\n10172,1646651491,47.74306,8.99896\n10173,1646651492,47.74306,8.99896\n10174,1646651493,47.74306,8.99896\n10175,1646651494,47.74306,8.99896\n10176,1646651495,47.74306,8.99896\n10177,1646651496,47.74306,8.99896\n10178,1646651497,47.74306,8.99896\n10179,1646651498,47.74306,8.99897\n10180,1646651499,47.74306,8.99897\n10181,1646651500,47.74306,8.99897\n10182,1646651501,47.74306,8.99897\n10183,1646651502,47.74306,8.99897\n10184,1646651503,47.74306,8.99897\n10185,1646651504,47.74306,8.99898\n10186,1646651505,47.74306,8.99898\n10187,1646651506,47.74306,8.99898\n10188,1646651507,47.74306,8.99898\n10189,1646651508,47.74306,8.99898\n10190,1646651509,47.74306,8.99899\n10191,1646651510,47.74306,8.99899\n10192,1646651511,47.74306,8.99899\n10193,1646651512,47.74306,8.99899\n10194,1646651513,47.74306,8.99899\n10195,1646651514,47.74306,8.99899\n10196,1646651515,47.74306,8.99899\n10197,1646651516,47.74306,8.99899\n10198,1646651517,47.74306,8.99899\n10199,1646651518,47.74306,8.99899\n10200,1646651519,47.74306,8.99899\n10201,1646651520,47.74306,8.99899\n10202,1646651521,47.74306,8.99899\n10203,1646651522,47.74306,8.99899\n10204,1646651523,47.74306,8.99899\n10205,1646651524,47.74306,8.99899\n10206,1646651525,47.74306,8.99899\n10207,1646651526,47.74306,8.99899\n10208,1646651527,47.74306,8.99899\n10209,1646651528,47.74306,8.99899\n10210,1646651529,47.74306,8.99899\n10211,1646651530,47.74306,8.99899\n10212,1646651531,47.74306,8.99899\n10213,1646651532,47.74306,8.99899\n10214,1646651533,47.74306,8.99899\n10215,1646651534,47.74306,8.99899\n10216,1646651535,47.74306,8.99899\n10217,1646651536,47.74306,8.99899\n10218,1646651537,47.74306,8.99899\n10219,1646651538,47.74306,8.99899\n10220,1646651539,47.74306,8.99899\n10221,1646651540,47.74306,8.99899\n10222,1646651541,47.74306,8.99899\n10223,1646651542,47.74306,8.99899\n10224,1646651543,47.74306,8.99899\n10225,1646651544,47.74306,8.99899\n10226,1646651545,47.74306,8.99899\n10227,1646651546,47.74306,8.99899\n10228,1646651547,47.74306,8.99899\n10229,1646651548,47.74306,8.99899\n10230,1646651549,47.74306,8.99899\n10231,1646651550,47.74306,8.99899\n10232,1646651551,47.74306,8.99899\n10233,1646651552,47.74306,8.99899\n10234,1646651553,47.74306,8.99899\n10235,1646651554,47.74306,8.99899\n10236,1646651555,47.74306,8.99899\n10237,1646651556,47.74306,8.99899\n10238,1646651557,47.74306,8.99899\n10239,1646651558,47.74306,8.99899\n10240,1646651559,47.74306,8.99899\n10241,1646651560,47.74306,8.99899\n10242,1646651561,47.74306,8.99899\n10243,1646651562,47.74306,8.99899\n10244,1646651563,47.74306,8.99899\n10245,1646651564,47.74306,8.99899\n10246,1646651565,47.74306,8.99899\n10247,1646651566,47.74306,8.99899\n10248,1646651567,47.74306,8.99899\n10249,1646651568,47.74306,8.99899\n10250,1646651569,47.74306,8.99899\n10251,1646651570,47.74306,8.99899\n10252,1646651571,47.74306,8.99899\n10253,1646651572,47.74306,8.99899\n10254,1646651573,47.74306,8.99899\n10255,1646651574,47.74305,8.99899\n10256,1646651575,47.74305,8.99899\n10257,1646651576,47.74305,8.99899\n10258,1646651577,47.74305,8.99899\n10259,1646651578,47.74305,8.99899\n10260,1646651579,47.74305,8.99899\n10261,1646651580,47.74305,8.99899\n10262,1646651581,47.74305,8.99899\n10263,1646651582,47.74305,8.99899\n10264,1646651583,47.74305,8.99899\n10265,1646651584,47.74305,8.99899\n10266,1646651585,47.74305,8.99899\n10267,1646651586,47.74305,8.99899\n10268,1646651587,47.74305,8.99899\n10269,1646651588,47.74305,8.99899\n10270,1646651589,47.74305,8.99899\n10271,1646651590,47.74305,8.99899\n10272,1646651591,47.74305,8.99899\n10273,1646651592,47.74305,8.99899\n10274,1646651593,47.74305,8.99899\n10275,1646651594,47.74305,8.99899\n10276,1646651595,47.74305,8.99899\n10277,1646651596,47.74305,8.99899\n10278,1646651597,47.74305,8.99899\n10279,1646651598,47.74305,8.99899\n10280,1646651599,47.74305,8.99899\n10281,1646651600,47.74305,8.99899\n10282,1646651601,47.74305,8.99899\n10283,1646651602,47.74305,8.99899\n10284,1646651603,47.74305,8.99899\n10285,1646651604,47.74305,8.99899\n10286,1646651605,47.74305,8.99899\n10287,1646651606,47.74305,8.99899\n10288,1646651607,47.74305,8.99899\n10289,1646651608,47.74305,8.99899\n10290,1646651609,47.74305,8.99899\n10291,1646651610,47.74305,8.99899\n10292,1646651611,47.74305,8.99899\n10293,1646651612,47.74305,8.99899\n10294,1646651613,47.74305,8.99899\n10295,1646651614,47.74305,8.99899\n10296,1646651615,47.74305,8.99899\n10297,1646651616,47.74305,8.99899\n10298,1646651617,47.74305,8.99899\n10299,1646651618,47.74305,8.99899\n10300,1646651619,47.74305,8.99899\n10301,1646651620,47.74305,8.99899\n10302,1646651621,47.74305,8.99899\n10303,1646651622,47.74305,8.99899\n10304,1646651623,47.74305,8.99899\n10305,1646651624,47.74305,8.99899\n10306,1646651625,47.74305,8.99899\n10307,1646651626,47.74305,8.99899\n10308,1646651627,47.74305,8.99899\n10309,1646651628,47.74305,8.99899\n10310,1646651629,47.74305,8.99899\n10311,1646651630,47.74305,8.99899\n10312,1646651631,47.74305,8.99899\n10313,1646651632,47.74305,8.99899\n10314,1646651633,47.74305,8.99899\n10315,1646651634,47.74305,8.99899\n10316,1646651635,47.74305,8.99899\n10317,1646651636,47.74305,8.99899\n10318,1646651637,47.74305,8.99899\n10319,1646651638,47.74305,8.99899\n10320,1646651639,47.74305,8.99899\n10321,1646651640,47.74305,8.99899\n10322,1646651641,47.74305,8.99899\n10323,1646651642,47.74305,8.99899\n10324,1646651643,47.74305,8.99899\n10325,1646651644,47.74305,8.99899\n10326,1646651645,47.74305,8.99899\n10327,1646651646,47.74305,8.99899\n10328,1646651647,47.74305,8.99899\n10329,1646651648,47.74305,8.99899\n10330,1646651649,47.74305,8.99899\n10331,1646651650,47.74305,8.99899\n10332,1646651651,47.74305,8.99899\n10333,1646651652,47.74305,8.99899\n10334,1646651653,47.74305,8.99899\n10335,1646651654,47.74305,8.99899\n10336,1646651655,47.74305,8.99899\n10337,1646651656,47.74305,8.99899\n10338,1646651657,47.74305,8.99899\n10339,1646651658,47.74305,8.99899\n10340,1646651659,47.74305,8.99899\n10341,1646651660,47.74305,8.99899\n10342,1646651661,47.74305,8.99899\n10343,1646651662,47.74305,8.99899\n10344,1646651663,47.74305,8.99899\n10345,1646651664,47.74305,8.99899\n10346,1646651665,47.74305,8.99899\n10347,1646651666,47.74305,8.99899\n10348,1646651667,47.74305,8.99899\n10349,1646651668,47.74305,8.99899\n10350,1646651669,47.74305,8.99899\n10351,1646651670,47.74305,8.99899\n10352,1646651671,47.74305,8.99899\n10353,1646651672,47.74305,8.99899\n10354,1646651673,47.74305,8.99899\n10355,1646651674,47.74305,8.99899\n10356,1646651675,47.74305,8.99899\n10357,1646651676,47.74305,8.99899\n10358,1646651677,47.74305,8.99899\n10359,1646651678,47.74305,8.99899\n10360,1646651679,47.74305,8.99899\n10361,1646651680,47.74305,8.99899\n10362,1646651681,47.74305,8.99898\n10363,1646651682,47.74305,8.99898\n10364,1646651683,47.74305,8.99898\n10365,1646651684,47.74305,8.99898\n10366,1646651685,47.74305,8.99898\n10367,1646651686,47.74305,8.99898\n10368,1646651687,47.74305,8.99898\n10369,1646651688,47.74305,8.99898\n10370,1646651689,47.74305,8.99898\n10371,1646651690,47.74305,8.99898\n10372,1646651691,47.74305,8.99898\n10373,1646651692,47.74305,8.99898\n10374,1646651693,47.74305,8.99898\n10375,1646651694,47.74305,8.99898\n10376,1646651695,47.74305,8.99898\n10377,1646651696,47.74305,8.99898\n10378,1646651697,47.74305,8.99898\n10379,1646651698,47.74305,8.99898\n10380,1646651699,47.74305,8.99898\n10381,1646651700,47.74305,8.99898\n10382,1646651701,47.74305,8.99898\n10383,1646651702,47.74305,8.99898\n10384,1646651703,47.74305,8.99898\n10385,1646651704,47.74305,8.99898\n10386,1646651705,47.74305,8.99898\n10387,1646651706,47.74305,8.99898\n10388,1646651707,47.74305,8.99898\n10389,1646651708,47.74305,8.99898\n10390,1646651709,47.74305,8.99898\n10391,1646651710,47.74305,8.99898\n10392,1646651711,47.74305,8.99898\n10393,1646651712,47.74305,8.99898\n10394,1646651713,47.74305,8.99898\n10395,1646651714,47.74305,8.99898\n10396,1646651715,47.74305,8.99898\n10397,1646651716,47.74305,8.99898\n10398,1646651717,47.74305,8.99898\n10399,1646651718,47.74305,8.99898\n10400,1646651719,47.74305,8.99898\n10401,1646651720,47.74305,8.99898\n10402,1646651721,47.74305,8.99898\n10403,1646651722,47.74305,8.99898\n10404,1646651723,47.74305,8.99898\n10405,1646651724,47.74305,8.99898\n10406,1646651725,47.74305,8.99898\n10407,1646651726,47.74305,8.99898\n10408,1646651727,47.74305,8.99898\n10409,1646651728,47.74305,8.99898\n10410,1646651729,47.74305,8.99898\n10411,1646651730,47.74305,8.99898\n10412,1646651731,47.74305,8.99898\n10413,1646651732,47.74305,8.99898\n10414,1646651733,47.74305,8.99898\n10415,1646651734,47.74305,8.99898\n10416,1646651735,47.74305,8.99898\n10417,1646651736,47.74305,8.99898\n10418,1646651737,47.74305,8.99899\n10419,1646651738,47.74305,8.99899\n10420,1646651739,47.74305,8.99899\n10421,1646651740,47.74305,8.99899\n10422,1646651741,47.74305,8.99899\n10423,1646651742,47.74305,8.99899\n10424,1646651743,47.74305,8.99899\n10425,1646651744,47.74305,8.99899\n10426,1646651745,47.74305,8.99899\n10427,1646651746,47.74305,8.99899\n10428,1646651747,47.74305,8.99899\n10429,1646651748,47.74305,8.99899\n10430,1646651749,47.74305,8.99899\n10431,1646651750,47.74305,8.99899\n10432,1646651751,47.74305,8.99899\n10433,1646651752,47.74305,8.99899\n10434,1646651753,47.74305,8.99899\n10435,1646651754,47.74305,8.99899\n10436,1646651755,47.74305,8.99899\n10437,1646651756,47.74305,8.99899\n10438,1646651757,47.74305,8.99899\n10439,1646651758,47.74305,8.99899\n10440,1646651759,47.74305,8.99899\n10441,1646651760,47.74305,8.99899\n10442,1646651761,47.74305,8.99899\n10443,1646651762,47.74305,8.99899\n10444,1646651763,47.74305,8.99899\n10445,1646651764,47.74305,8.99899\n10446,1646651765,47.74305,8.99899\n10447,1646651766,47.74305,8.99899\n10448,1646651767,47.74305,8.99899\n10449,1646651768,47.74305,8.99899\n10450,1646651769,47.74305,8.99899\n10451,1646651770,47.74305,8.99899\n10452,1646651771,47.74305,8.99899\n10453,1646651772,47.74305,8.99899\n10454,1646651773,47.74305,8.99899\n10455,1646651774,47.74305,8.99899\n10456,1646651775,47.74305,8.99899\n10457,1646651776,47.74305,8.99899\n10458,1646651777,47.74305,8.99899\n10459,1646651778,47.74305,8.99899\n10460,1646651779,47.74305,8.99899\n10461,1646651780,47.74305,8.99899\n10462,1646651781,47.74305,8.99899\n10463,1646651782,47.74305,8.99899\n10464,1646651783,47.74305,8.99899\n10465,1646651784,47.74305,8.99899\n10466,1646651785,47.74305,8.99899\n10467,1646651786,47.74305,8.99899\n10468,1646651787,47.74305,8.99899\n10469,1646651788,47.74305,8.99899\n10470,1646651789,47.74305,8.99899\n10471,1646651790,47.74305,8.99899\n10472,1646651791,47.74305,8.99899\n10473,1646651792,47.74305,8.99899\n10474,1646651793,47.74305,8.99899\n10475,1646651794,47.74305,8.99899\n10476,1646651795,47.74305,8.99899\n10477,1646651796,47.74305,8.99899\n10478,1646651797,47.74305,8.99899\n10479,1646651798,47.74305,8.99899\n10480,1646651799,47.74305,8.99899\n10481,1646651800,47.74305,8.99899\n10482,1646651801,47.74305,8.99899\n10483,1646651802,47.74305,8.99899\n10484,1646651803,47.74305,8.99899\n10485,1646651804,47.74305,8.99899\n10486,1646651805,47.74305,8.99899\n10487,1646651806,47.74305,8.99899\n10488,1646651807,47.74305,8.99899\n10489,1646651808,47.74305,8.99899\n10490,1646651809,47.74305,8.99899\n10491,1646651810,47.74305,8.99899\n10492,1646651811,47.74305,8.99899\n10493,1646651812,47.74305,8.99899\n10494,1646651813,47.74305,8.99899\n10495,1646651814,47.74305,8.99899\n10496,1646651815,47.74305,8.99899\n10497,1646651816,47.74305,8.99899\n10498,1646651817,47.74305,8.99899\n10499,1646651818,47.74305,8.99899\n10500,1646651819,47.74305,8.99899\n10501,1646651820,47.74305,8.99898\n10502,1646651821,47.74305,8.99898\n10503,1646651822,47.74305,8.99899\n10504,1646651823,47.74305,8.99899\n10505,1646651824,47.74305,8.99899\n10506,1646651825,47.74305,8.99899\n10507,1646651826,47.74305,8.99899\n10508,1646651827,47.74305,8.99899\n10509,1646651828,47.74305,8.99899\n10510,1646651829,47.74305,8.99899\n10511,1646651830,47.74305,8.99899\n10512,1646651831,47.74305,8.99899\n10513,1646651832,47.74305,8.99899\n10514,1646651833,47.74305,8.99899\n10515,1646651834,47.74305,8.99899\n10516,1646651835,47.74305,8.99899\n10517,1646651836,47.74305,8.99899\n10518,1646651837,47.74305,8.99899\n10519,1646651838,47.74305,8.99899\n10520,1646651839,47.74305,8.99899\n10521,1646651840,47.74305,8.99899\n10522,1646651841,47.74305,8.99899\n10523,1646651842,47.74305,8.99899\n10524,1646651843,47.74305,8.99899\n10525,1646651844,47.74305,8.99899\n10526,1646651845,47.74305,8.99899\n10527,1646651846,47.74305,8.99899\n10528,1646651847,47.74305,8.99899\n10529,1646651848,47.74305,8.99899\n10530,1646651849,47.74305,8.99899\n10531,1646651850,47.74305,8.99899\n10532,1646651851,47.74305,8.99899\n10533,1646651852,47.74305,8.99899\n10534,1646651853,47.74305,8.99899\n10535,1646651854,47.74305,8.99899\n10536,1646651855,47.74305,8.99899\n10537,1646651856,47.74305,8.99899\n10538,1646651857,47.74305,8.99899\n10539,1646651858,47.74305,8.99899\n10540,1646651859,47.74305,8.99899\n10541,1646651860,47.74305,8.99899\n10542,1646651861,47.74305,8.99899\n10543,1646651862,47.74305,8.99899\n10544,1646651863,47.74305,8.99899\n10545,1646651864,47.74305,8.99898\n10546,1646651865,47.74305,8.99898\n10547,1646651866,47.74305,8.99898\n10548,1646651867,47.74305,8.99898\n10549,1646651868,47.74305,8.99898\n10550,1646651869,47.74305,8.99898\n10551,1646651870,47.74305,8.99898\n10552,1646651871,47.74305,8.99898\n10553,1646651872,47.74305,8.99898\n10554,1646651873,47.74305,8.99898\n10555,1646651874,47.74305,8.99898\n10556,1646651875,47.74305,8.99898\n10557,1646651876,47.74305,8.99898\n10558,1646651877,47.74305,8.99898\n10559,1646651878,47.74305,8.99898\n10560,1646651879,47.74305,8.99898\n10561,1646651880,47.74305,8.99898\n10562,1646651881,47.74305,8.99898\n10563,1646651882,47.74305,8.99898\n10564,1646651883,47.74305,8.99898\n10565,1646651884,47.74305,8.99898\n10566,1646651885,47.74305,8.99898\n10567,1646651886,47.74305,8.99898\n10568,1646651887,47.74305,8.99898\n10569,1646651888,47.74305,8.99898\n10570,1646651889,47.74305,8.99898\n10571,1646651890,47.74305,8.99898\n10572,1646651891,47.74305,8.99898\n10573,1646651892,47.74305,8.99898\n10574,1646651893,47.74305,8.99898\n10575,1646651894,47.74305,8.99898\n10576,1646651895,47.74305,8.99898\n10577,1646651896,47.74305,8.99898\n10578,1646651897,47.74305,8.99898\n10579,1646651898,47.74305,8.99898\n10580,1646651899,47.74305,8.99898\n10581,1646651900,47.74305,8.99898\n10582,1646651901,47.74305,8.99898\n10583,1646651902,47.74305,8.99898\n10584,1646651903,47.74305,8.99898\n10585,1646651904,47.74305,8.99898\n10586,1646651905,47.74305,8.99898\n10587,1646651906,47.74305,8.99898\n10588,1646651907,47.74305,8.99898\n10589,1646651908,47.74305,8.99898\n10590,1646651909,47.74305,8.99898\n10591,1646651910,47.74305,8.99898\n10592,1646651911,47.74305,8.99898\n10593,1646651912,47.74305,8.99898\n10594,1646651913,47.74305,8.99898\n10595,1646651914,47.74305,8.99898\n10596,1646651915,47.74305,8.99898\n10597,1646651916,47.74305,8.99898\n10598,1646651917,47.74305,8.99898\n10599,1646651918,47.74305,8.99898\n10600,1646651919,47.74305,8.99898\n10601,1646651920,47.74305,8.99898\n10602,1646651921,47.74305,8.99898\n10603,1646651922,47.74305,8.99898\n10604,1646651923,47.74305,8.99898\n10605,1646651924,47.74305,8.99898\n10606,1646651925,47.74305,8.99898\n10607,1646651926,47.74305,8.99898\n10608,1646651927,47.74305,8.99898\n10609,1646651928,47.74305,8.99898\n10610,1646651929,47.74305,8.99898\n10611,1646651930,47.74305,8.99898\n10612,1646651931,47.74305,8.99898\n10613,1646651932,47.74305,8.99898\n10614,1646651933,47.74305,8.99898\n10615,1646651934,47.74305,8.99898\n10616,1646651935,47.74305,8.99898\n10617,1646651936,47.74305,8.99898\n10618,1646651937,47.74305,8.99898\n10619,1646651938,47.74305,8.99898\n10620,1646651939,47.74305,8.99898\n10621,1646651940,47.74305,8.99898\n10622,1646651941,47.74305,8.99898\n10623,1646651942,47.74305,8.99898\n10624,1646651943,47.74305,8.99898\n10625,1646651944,47.74305,8.99898\n10626,1646651945,47.74305,8.99898\n10627,1646651946,47.74305,8.99898\n10628,1646651947,47.74305,8.99898\n10629,1646651948,47.74305,8.99898\n10630,1646651949,47.74305,8.99898\n10631,1646651950,47.74305,8.99898\n10632,1646651951,47.74305,8.99898\n10633,1646651952,47.74305,8.99898\n10634,1646651953,47.74305,8.99898\n10635,1646651954,47.74305,8.99898\n10636,1646651955,47.74305,8.99898\n10637,1646651956,47.74305,8.99898\n10638,1646651957,47.74305,8.99898\n10639,1646651958,47.74305,8.99898\n10640,1646651959,47.74305,8.99898\n10641,1646651960,47.74305,8.99898\n10642,1646651961,47.74305,8.99898\n10643,1646651962,47.74305,8.99898\n10644,1646651963,47.74305,8.99898\n10645,1646651964,47.74305,8.99898\n10646,1646651965,47.74305,8.99898\n10647,1646651966,47.74305,8.99898\n10648,1646651967,47.74305,8.99898\n10649,1646651968,47.74305,8.99898\n10650,1646651969,47.74305,8.99898\n10651,1646651970,47.74305,8.99898\n10652,1646651971,47.74305,8.99898\n10653,1646651972,47.74305,8.99898\n10654,1646651973,47.74305,8.99898\n10655,1646651974,47.74305,8.99898\n10656,1646651975,47.74305,8.99898\n10657,1646651976,47.74305,8.99898\n10658,1646651977,47.74305,8.99898\n10659,1646651978,47.74305,8.99898\n10660,1646651979,47.74305,8.99898\n10661,1646651980,47.74305,8.99898\n10662,1646651981,47.74305,8.99898\n10663,1646651982,47.74305,8.99898\n10664,1646651983,47.74305,8.99898\n10665,1646651984,47.74305,8.99898\n10666,1646651985,47.74305,8.99898\n10667,1646651986,47.74305,8.99898\n10668,1646651987,47.74305,8.99898\n10669,1646651988,47.74305,8.99898\n10670,1646651989,47.74305,8.99898\n10671,1646651990,47.74305,8.99898\n10672,1646651991,47.74305,8.99898\n10673,1646651992,47.74305,8.99898\n10674,1646651993,47.74305,8.99898\n10675,1646651994,47.74305,8.99898\n10676,1646651995,47.74305,8.99898\n10677,1646651996,47.74305,8.99898\n10678,1646651997,47.74305,8.99898\n10679,1646651998,47.74305,8.99899\n10680,1646651999,47.74305,8.99899\n10681,1646652000,47.74305,8.99899\n10682,1646652001,47.74305,8.99899\n10683,1646652002,47.74305,8.99899\n10684,1646652003,47.74305,8.99899\n10685,1646652004,47.74305,8.99899\n10686,1646652005,47.74305,8.99899\n10687,1646652006,47.74305,8.99899\n10688,1646652007,47.74305,8.99899\n10689,1646652008,47.74305,8.99899\n10690,1646652009,47.74305,8.99899\n10691,1646652010,47.74305,8.99899\n10692,1646652011,47.74305,8.99899\n10693,1646652012,47.74305,8.99899\n10694,1646652013,47.74305,8.99899\n10695,1646652014,47.74305,8.99899\n10696,1646652015,47.74305,8.99899\n10697,1646652016,47.74305,8.99899\n10698,1646652017,47.74305,8.99899\n10699,1646652018,47.74305,8.99899\n10700,1646652019,47.74305,8.99899\n10701,1646652020,47.74305,8.99899\n10702,1646652021,47.74305,8.99899\n10703,1646652022,47.74305,8.99899\n10704,1646652023,47.74305,8.99899\n10705,1646652024,47.74305,8.99899\n10706,1646652025,47.74305,8.99899\n10707,1646652026,47.74305,8.99899\n10708,1646652027,47.74305,8.99899\n10709,1646652028,47.74305,8.99899\n10710,1646652029,47.74305,8.99899\n10711,1646652030,47.74305,8.99899\n10712,1646652031,47.74305,8.99899\n10713,1646652032,47.74305,8.99899\n10714,1646652033,47.74305,8.99899\n10715,1646652034,47.74305,8.99899\n10716,1646652035,47.74305,8.99899\n10717,1646652036,47.74305,8.99899\n10718,1646652037,47.74305,8.99899\n10719,1646652038,47.74305,8.99899\n10720,1646652039,47.74305,8.99899\n10721,1646652040,47.74305,8.99899\n10722,1646652041,47.74305,8.99899\n10723,1646652042,47.74305,8.99899\n10724,1646652043,47.74305,8.99899\n10725,1646652044,47.74305,8.99899\n10726,1646652045,47.74305,8.99899\n10727,1646652046,47.74305,8.99899\n10728,1646652047,47.74305,8.99899\n10729,1646652048,47.74305,8.99899\n10730,1646652049,47.74305,8.99899\n10731,1646652050,47.74305,8.99899\n10732,1646652051,47.74305,8.99899\n10733,1646652052,47.74305,8.99899\n10734,1646652053,47.74305,8.99899\n10735,1646652054,47.74305,8.99899\n10736,1646652055,47.74305,8.99899\n10737,1646652056,47.74305,8.99899\n10738,1646652057,47.74305,8.99899\n10739,1646652058,47.74305,8.99899\n10740,1646652059,47.74305,8.99899\n10741,1646652060,47.74305,8.99899\n10742,1646652061,47.74305,8.99899\n10743,1646652062,47.74305,8.99899\n10744,1646652063,47.74305,8.99899\n10745,1646652064,47.74305,8.99899\n10746,1646652065,47.74305,8.99899\n10747,1646652066,47.74305,8.99899\n10748,1646652067,47.74305,8.99899\n10749,1646652068,47.74305,8.99899\n10750,1646652069,47.74305,8.99899\n10751,1646652070,47.74305,8.99899\n10752,1646652071,47.74305,8.99899\n10753,1646652072,47.74305,8.99899\n10754,1646652073,47.74305,8.99899\n10755,1646652074,47.74305,8.99899\n10756,1646652075,47.74305,8.99899\n10757,1646652076,47.74305,8.99899\n10758,1646652077,47.74305,8.99899\n10759,1646652078,47.74305,8.99899\n10760,1646652079,47.74305,8.99899\n10761,1646652080,47.74305,8.99899\n10762,1646652081,47.74305,8.99899\n10763,1646652082,47.74305,8.99899\n10764,1646652083,47.74305,8.99899\n10765,1646652084,47.74305,8.99899\n10766,1646652085,47.74305,8.99899\n10767,1646652086,47.74305,8.99899\n10768,1646652087,47.74305,8.99899\n10769,1646652088,47.74305,8.99899\n10770,1646652089,47.74305,8.99899\n10771,1646652090,47.74305,8.99899\n10772,1646652091,47.74305,8.99899\n10773,1646652092,47.74305,8.99899\n10774,1646652093,47.74305,8.99899\n10775,1646652094,47.74305,8.99899\n10776,1646652095,47.74305,8.99899\n10777,1646652096,47.74305,8.99899\n10778,1646652097,47.74305,8.99899\n10779,1646652098,47.74305,8.99899\n10780,1646652099,47.74305,8.99899\n10781,1646652100,47.74305,8.99899\n10782,1646652101,47.74305,8.99899\n10783,1646652102,47.74305,8.99899\n10784,1646652103,47.74305,8.99899\n10785,1646652104,47.74305,8.99899\n10786,1646652105,47.74305,8.99899\n10787,1646652106,47.74305,8.99899\n10788,1646652107,47.74305,8.99899\n10789,1646652108,47.74305,8.99899\n10790,1646652109,47.74305,8.99899\n10791,1646652110,47.74305,8.99899\n10792,1646652111,47.74305,8.99899\n10793,1646652112,47.74305,8.99899\n10794,1646652113,47.74305,8.99899\n10795,1646652114,47.74305,8.99899\n10796,1646652115,47.74305,8.99899\n10797,1646652116,47.74305,8.99899\n10798,1646652117,47.74305,8.99899\n10799,1646652118,47.74305,8.99899\n10800,1646652119,47.74305,8.99899\n10801,1646652120,47.74305,8.99899\n10802,1646652121,47.74305,8.99899\n10803,1646652122,47.74305,8.99899\n10804,1646652123,47.74305,8.99899\n10805,1646652124,47.74305,8.99899\n10806,1646652125,47.74305,8.99899\n10807,1646652126,47.74305,8.99899\n10808,1646652127,47.74305,8.99899\n10809,1646652128,47.74306,8.99899\n10810,1646652129,47.74306,8.99899\n10811,1646652130,47.74306,8.99899\n10812,1646652131,47.74306,8.99899\n10813,1646652132,47.74306,8.99899\n10814,1646652133,47.74306,8.99899\n10815,1646652134,47.74306,8.99899\n10816,1646652135,47.74306,8.99899\n10817,1646652136,47.74306,8.99899\n10818,1646652137,47.74306,8.99899\n10819,1646652138,47.74306,8.99899\n10820,1646652139,47.74306,8.99899\n10821,1646652140,47.74306,8.99899\n10822,1646652141,47.74306,8.99899\n10823,1646652142,47.74306,8.99899\n10824,1646652143,47.74306,8.99899\n10825,1646652144,47.74306,8.99899\n10826,1646652145,47.74306,8.99899\n10827,1646652146,47.74306,8.99899\n10828,1646652147,47.74306,8.99899\n10829,1646652148,47.74306,8.99899\n10830,1646652149,47.74306,8.99899\n10831,1646652150,47.74306,8.99899\n10832,1646652151,47.74306,8.99899\n10833,1646652152,47.74306,8.99899\n10834,1646652153,47.74306,8.99899\n10835,1646652154,47.74306,8.99899\n10836,1646652155,47.74305,8.99899\n10837,1646652156,47.74305,8.99899\n10838,1646652157,47.74305,8.99899\n10839,1646652158,47.74305,8.99899\n10840,1646652159,47.74305,8.99899\n10841,1646652160,47.74305,8.99899\n10842,1646652161,47.74305,8.99899\n10843,1646652162,47.74305,8.99899\n10844,1646652163,47.74305,8.99899\n10845,1646652164,47.74305,8.99899\n10846,1646652165,47.74305,8.99899\n10847,1646652166,47.74305,8.99899\n10848,1646652167,47.74305,8.99899\n10849,1646652168,47.74305,8.99899\n10850,1646652169,47.74305,8.99899\n10851,1646652170,47.74305,8.99899\n10852,1646652171,47.74305,8.99899\n10853,1646652172,47.74305,8.99899\n10854,1646652173,47.74305,8.99899\n10855,1646652174,47.74305,8.99899\n10856,1646652175,47.74305,8.99899\n10857,1646652176,47.74305,8.99899\n10858,1646652177,47.74305,8.99899\n10859,1646652178,47.74305,8.99899\n10860,1646652179,47.74305,8.99899\n10861,1646652180,47.74305,8.99899\n10862,1646652181,47.74306,8.99899\n10863,1646652182,47.74306,8.99899\n10864,1646652183,47.74306,8.99899\n10865,1646652184,47.74305,8.99899\n10866,1646652185,47.74305,8.99899\n10867,1646652186,47.74305,8.99899\n10868,1646652187,47.74305,8.99899\n10869,1646652188,47.74305,8.99899\n10870,1646652189,47.74305,8.99899\n10871,1646652190,47.74305,8.99899\n10872,1646652191,47.74305,8.99899\n10873,1646652192,47.74305,8.99899\n10874,1646652193,47.74305,8.99899\n10875,1646652194,47.74305,8.99899\n10876,1646652195,47.74305,8.99899\n10877,1646652196,47.74305,8.99899\n10878,1646652197,47.74305,8.99899\n10879,1646652198,47.74305,8.99899\n10880,1646652199,47.74305,8.99899\n10881,1646652200,47.74305,8.99899\n10882,1646652201,47.74305,8.99899\n10883,1646652202,47.74305,8.99899\n10884,1646652203,47.74305,8.99899\n10885,1646652204,47.74306,8.99899\n10886,1646652205,47.74306,8.99899\n10887,1646652206,47.74306,8.99899\n10888,1646652207,47.74306,8.99899\n10889,1646652208,47.74306,8.99899\n10890,1646652209,47.74306,8.99899\n10891,1646652210,47.74305,8.99899\n10892,1646652211,47.74305,8.99899\n10893,1646652212,47.74305,8.99899\n10894,1646652213,47.74305,8.99899\n10895,1646652214,47.74305,8.99899\n10896,1646652215,47.74305,8.99899\n10897,1646652216,47.74305,8.99899\n10898,1646652217,47.74305,8.99899\n10899,1646652218,47.74305,8.99899\n10900,1646652219,47.74305,8.99899\n10901,1646652220,47.74305,8.99899\n10902,1646652221,47.74305,8.99899\n10903,1646652222,47.74305,8.99899\n10904,1646652223,47.74305,8.99899\n10905,1646652224,47.74305,8.99899\n10906,1646652225,47.74305,8.99899\n10907,1646652226,47.74305,8.99899\n10908,1646652227,47.74305,8.99899\n10909,1646652228,47.74305,8.99899\n10910,1646652229,47.74305,8.99899\n10911,1646652230,47.74305,8.99899\n10912,1646652231,47.74305,8.99899\n10913,1646652232,47.74305,8.99899\n10914,1646652233,47.74305,8.99899\n10915,1646652234,47.74305,8.99899\n10916,1646652235,47.74305,8.99899\n10917,1646652236,47.74305,8.99899\n10918,1646652237,47.74305,8.99899\n10919,1646652238,47.74305,8.99899\n10920,1646652239,47.74305,8.99899\n10921,1646652240,47.74305,8.99899\n10922,1646652241,47.74305,8.99899\n10923,1646652242,47.74305,8.99899\n10924,1646652243,47.74305,8.99899\n10925,1646652244,47.74305,8.99899\n10926,1646652245,47.74305,8.99899\n10927,1646652246,47.74305,8.99899\n10928,1646652247,47.74305,8.99899\n10929,1646652248,47.74305,8.99899\n10930,1646652249,47.74305,8.99899\n10931,1646652250,47.74305,8.99899\n10932,1646652251,47.74305,8.99899\n10933,1646652252,47.74305,8.99899\n10934,1646652253,47.74305,8.99899\n10935,1646652254,47.74305,8.99899\n10936,1646652255,47.74305,8.99899\n10937,1646652256,47.74305,8.99899\n10938,1646652257,47.74305,8.99899\n10939,1646652258,47.74305,8.99899\n10940,1646652259,47.74305,8.99899\n10941,1646652260,47.74305,8.99899\n10942,1646652261,47.74305,8.99899\n10943,1646652262,47.74305,8.99899\n10944,1646652263,47.74305,8.99899\n10945,1646652264,47.74305,8.99899\n10946,1646652265,47.74305,8.99899\n10947,1646652266,47.74305,8.99899\n10948,1646652267,47.74305,8.99899\n10949,1646652268,47.74305,8.99899\n10950,1646652269,47.74305,8.99899\n10951,1646652270,47.74305,8.99899\n10952,1646652271,47.74305,8.99899\n10953,1646652272,47.74305,8.99899\n10954,1646652273,47.74305,8.99899\n10955,1646652274,47.74305,8.99899\n10956,1646652275,47.74305,8.99899\n10957,1646652276,47.74305,8.99899\n10958,1646652277,47.74305,8.99899\n10959,1646652278,47.74305,8.99899\n10960,1646652279,47.74305,8.99899\n10961,1646652280,47.74305,8.99899\n10962,1646652281,47.74305,8.99899\n10963,1646652282,47.74305,8.99899\n10964,1646652283,47.74305,8.99899\n10965,1646652284,47.74305,8.99899\n10966,1646652285,47.74305,8.99899\n10967,1646652286,47.74305,8.99899\n10968,1646652287,47.74305,8.99899\n10969,1646652288,47.74305,8.99899\n10970,1646652289,47.74305,8.99899\n10971,1646652290,47.74305,8.99899\n10972,1646652291,47.74305,8.99899\n10973,1646652292,47.74305,8.99899\n10974,1646652293,47.74305,8.99899\n10975,1646652294,47.74305,8.99899\n10976,1646652295,47.74305,8.99899\n10977,1646652296,47.74305,8.99899\n10978,1646652297,47.74305,8.99899\n10979,1646652298,47.74305,8.99899\n10980,1646652299,47.74305,8.99899\n10981,1646652300,47.74305,8.99899\n10982,1646652301,47.74305,8.99899\n10983,1646652302,47.74305,8.99899\n10984,1646652303,47.74305,8.99899\n10985,1646652304,47.74305,8.99899\n10986,1646652305,47.74305,8.99899\n10987,1646652306,47.74306,8.99899\n10988,1646652307,47.74306,8.99899\n10989,1646652308,47.74306,8.99899\n10990,1646652309,47.74306,8.99899\n10991,1646652310,47.74306,8.99899\n10992,1646652311,47.74306,8.99899\n10993,1646652312,47.74306,8.99899\n10994,1646652313,47.74306,8.99899\n10995,1646652314,47.74306,8.99899\n10996,1646652315,47.74306,8.99899\n10997,1646652316,47.74306,8.99899\n10998,1646652317,47.74306,8.99899\n10999,1646652318,47.74306,8.99899\n11000,1646652319,47.74306,8.99899\n11001,1646652320,47.74306,8.99899\n11002,1646652321,47.74306,8.99899\n11003,1646652322,47.74306,8.99899\n11004,1646652323,47.74306,8.99899\n11005,1646652324,47.74306,8.99899\n11006,1646652325,47.74306,8.99899\n11007,1646652326,47.74306,8.99899\n11008,1646652327,47.74306,8.99899\n11009,1646652328,47.74306,8.99899\n11010,1646652329,47.74306,8.99899\n11011,1646652330,47.74306,8.99899\n11012,1646652331,47.74306,8.99899\n11013,1646652332,47.74306,8.99899\n11014,1646652333,47.74306,8.99899\n11015,1646652334,47.74306,8.99899\n11016,1646652335,47.74306,8.99899\n11017,1646652336,47.74306,8.99899\n11018,1646652337,47.74306,8.99899\n11019,1646652338,47.74306,8.99899\n11020,1646652339,47.74306,8.99899\n11021,1646652340,47.74306,8.99899\n11022,1646652341,47.74306,8.99899\n11023,1646652342,47.74306,8.99899\n11024,1646652343,47.74306,8.99899\n11025,1646652344,47.74306,8.99899\n11026,1646652345,47.74306,8.99899\n11027,1646652346,47.74306,8.99899\n11028,1646652347,47.74306,8.99899\n11029,1646652348,47.74306,8.99899\n11030,1646652349,47.74306,8.99899\n11031,1646652350,47.74306,8.99899\n11032,1646652351,47.74306,8.99899\n11033,1646652352,47.74306,8.99899\n11034,1646652353,47.74306,8.99899\n11035,1646652354,47.74306,8.99899\n11036,1646652355,47.74306,8.99899\n11037,1646652356,47.74306,8.99899\n11038,1646652357,47.74306,8.99899\n11039,1646652358,47.74306,8.99899\n11040,1646652359,47.74306,8.99899\n11041,1646652360,47.74306,8.99899\n11042,1646652361,47.74306,8.99899\n11043,1646652362,47.74306,8.99899\n11044,1646652363,47.74306,8.99899\n11045,1646652364,47.74306,8.99899\n11046,1646652365,47.74306,8.99899\n11047,1646652366,47.74306,8.99899\n11048,1646652367,47.74306,8.99899\n11049,1646652368,47.74306,8.99899\n11050,1646652369,47.74306,8.99899\n11051,1646652370,47.74306,8.99899\n11052,1646652371,47.74306,8.99899\n11053,1646652372,47.74306,8.99899\n11054,1646652373,47.74306,8.99899\n11055,1646652374,47.74306,8.99899\n11056,1646652375,47.74306,8.99899\n11057,1646652376,47.74306,8.99899\n11058,1646652377,47.74306,8.99899\n11059,1646652378,47.74306,8.99899\n11060,1646652379,47.74306,8.99899\n11061,1646652380,47.74306,8.99899\n11062,1646652381,47.74306,8.99899\n11063,1646652382,47.74306,8.99899\n11064,1646652383,47.74306,8.99899\n11065,1646652384,47.74306,8.99899\n11066,1646652385,47.74306,8.99899\n11067,1646652386,47.74306,8.99899\n11068,1646652387,47.74306,8.99899\n11069,1646652388,47.74306,8.99899\n11070,1646652389,47.74306,8.99899\n11071,1646652390,47.74306,8.99899\n11072,1646652391,47.74306,8.99899\n11073,1646652392,47.74306,8.99899\n11074,1646652393,47.74306,8.99899\n11075,1646652394,47.74306,8.99899\n11076,1646652395,47.74306,8.99899\n11077,1646652396,47.74306,8.99899\n11078,1646652397,47.74306,8.99899\n11079,1646652398,47.74306,8.99899\n11080,1646652399,47.74306,8.99899\n11081,1646652400,47.74306,8.99899\n11082,1646652401,47.74306,8.99899\n11083,1646652402,47.74306,8.99899\n11084,1646652403,47.74306,8.99899\n11085,1646652404,47.74306,8.99899\n11086,1646652405,47.74306,8.99899\n11087,1646652406,47.74306,8.99899\n11088,1646652407,47.74306,8.99899\n11089,1646652408,47.74306,8.99899\n11090,1646652409,47.74306,8.99899\n11091,1646652410,47.74306,8.99899\n11092,1646652411,47.74306,8.99899\n11093,1646652412,47.74306,8.99899\n11094,1646652413,47.74306,8.99899\n11095,1646652414,47.74306,8.99899\n11096,1646652415,47.74306,8.99899\n11097,1646652416,47.74306,8.99899\n11098,1646652417,47.74306,8.99899\n11099,1646652418,47.74306,8.99899\n11100,1646652419,47.74306,8.99899\n11101,1646652420,47.74306,8.99899\n11102,1646652421,47.74306,8.99899\n11103,1646652422,47.74306,8.99899\n11104,1646652423,47.74306,8.99899\n11105,1646652424,47.74306,8.99899\n11106,1646652425,47.74306,8.99899\n11107,1646652426,47.74306,8.99899\n11108,1646652427,47.74306,8.99899\n11109,1646652428,47.74306,8.99899\n11110,1646652429,47.74306,8.99899\n11111,1646652430,47.74306,8.99899\n11112,1646652431,47.74306,8.99899\n11113,1646652432,47.74306,8.99899\n11114,1646652433,47.74306,8.99899\n11115,1646652434,47.74306,8.99899\n11116,1646652435,47.74306,8.99899\n11117,1646652436,47.74306,8.99899\n11118,1646652437,47.74306,8.99899\n11119,1646652438,47.74306,8.99899\n11120,1646652439,47.74306,8.99899\n11121,1646652440,47.74306,8.99899\n11122,1646652441,47.74306,8.99899\n11123,1646652442,47.74306,8.99899\n11124,1646652443,47.74306,8.99899\n11125,1646652444,47.74306,8.99899\n11126,1646652445,47.74306,8.99899\n11127,1646652446,47.74306,8.99899\n11128,1646652447,47.74306,8.99899\n11129,1646652448,47.74306,8.99899\n11130,1646652449,47.74306,8.99899\n11131,1646652450,47.74306,8.99899\n11132,1646652451,47.74306,8.99899\n11133,1646652452,47.74306,8.99899\n11134,1646652453,47.74306,8.99899\n11135,1646652454,47.74306,8.99899\n11136,1646652455,47.74306,8.99899\n11137,1646652456,47.74306,8.99899\n11138,1646652457,47.74306,8.99899\n11139,1646652458,47.74306,8.99899\n11140,1646652459,47.74306,8.99899\n11141,1646652460,47.74306,8.99899\n11142,1646652461,47.74306,8.99899\n11143,1646652462,47.74306,8.99899\n11144,1646652463,47.74306,8.99899\n11145,1646652464,47.74306,8.99899\n11146,1646652465,47.74306,8.99899\n11147,1646652466,47.74306,8.99899\n11148,1646652467,47.74306,8.99899\n11149,1646652468,47.74306,8.99899\n11150,1646652469,47.74306,8.99899\n11151,1646652470,47.74306,8.99899\n11152,1646652471,47.74306,8.99899\n11153,1646652472,47.74306,8.99899\n11154,1646652473,47.74306,8.99899\n11155,1646652474,47.74306,8.99899\n11156,1646652475,47.74306,8.99899\n11157,1646652476,47.74306,8.99899\n11158,1646652477,47.74306,8.99899\n11159,1646652478,47.74306,8.99899\n11160,1646652479,47.74306,8.99899\n11161,1646652480,47.74306,8.99899\n11162,1646652481,47.74306,8.99899\n11163,1646652482,47.74306,8.99899\n11164,1646652483,47.74306,8.99899\n11165,1646652484,47.74306,8.99899\n11166,1646652485,47.74306,8.99899\n11167,1646652486,47.74306,8.99899\n11168,1646652487,47.74306,8.99899\n11169,1646652488,47.74306,8.99899\n11170,1646652489,47.74306,8.99899\n11171,1646652490,47.74306,8.99899\n11172,1646652491,47.74306,8.99899\n11173,1646652492,47.74306,8.99899\n11174,1646652493,47.74306,8.99899\n11175,1646652494,47.74306,8.99899\n11176,1646652495,47.74306,8.99899\n11177,1646652496,47.74306,8.99899\n11178,1646652497,47.74306,8.99899\n11179,1646652498,47.74306,8.99899\n11180,1646652499,47.74306,8.99899\n11181,1646652500,47.74306,8.99899\n11182,1646652501,47.74306,8.99899\n11183,1646652502,47.74306,8.99899\n11184,1646652503,47.74306,8.99899\n11185,1646652504,47.74306,8.99899\n11186,1646652505,47.74306,8.99899\n11187,1646652506,47.74306,8.99899\n11188,1646652507,47.74306,8.99899\n11189,1646652508,47.74306,8.99899\n11190,1646652509,47.74306,8.99899\n11191,1646652510,47.74306,8.99899\n11192,1646652511,47.74306,8.99899\n11193,1646652512,47.74306,8.99899\n11194,1646652513,47.74306,8.99899\n11195,1646652514,47.74306,8.99899\n11196,1646652515,47.74306,8.99899\n11197,1646652516,47.74306,8.99899\n11198,1646652517,47.74306,8.99899\n11199,1646652518,47.74306,8.99899\n11200,1646652519,47.74306,8.99899\n11201,1646652520,47.74306,8.99899\n11202,1646652521,47.74306,8.99899\n11203,1646652522,47.74306,8.99899\n11204,1646652523,47.74306,8.99899\n11205,1646652524,47.74306,8.99899\n11206,1646652525,47.74306,8.99899\n11207,1646652526,47.74306,8.99899\n11208,1646652527,47.74306,8.99899\n11209,1646652528,47.74306,8.99899\n11210,1646652529,47.74306,8.99899\n11211,1646652530,47.74306,8.99899\n11212,1646652531,47.74306,8.99899\n11213,1646652532,47.74306,8.99899\n11214,1646652533,47.74306,8.99899\n11215,1646652534,47.74306,8.99899\n11216,1646652535,47.74306,8.99899\n11217,1646652536,47.74306,8.99899\n11218,1646652537,47.74306,8.99899\n11219,1646652538,47.74306,8.99899\n11220,1646652539,47.74306,8.99899\n11221,1646652540,47.74306,8.99899\n11222,1646652541,47.74306,8.99899\n11223,1646652542,47.74306,8.99899\n11224,1646652543,47.74306,8.99899\n11225,1646652544,47.74306,8.99899\n11226,1646652545,47.74306,8.99899\n11227,1646652546,47.74306,8.99899\n11228,1646652547,47.74306,8.99899\n11229,1646652548,47.74306,8.99899\n11230,1646652549,47.74306,8.99899\n11231,1646652550,47.74306,8.99899\n11232,1646652551,47.74306,8.99899\n11233,1646652552,47.74306,8.99899\n11234,1646652553,47.74306,8.99899\n11235,1646652554,47.74306,8.99899\n11236,1646652555,47.74306,8.99899\n11237,1646652556,47.74306,8.99899\n11238,1646652557,47.74306,8.99899\n11239,1646652558,47.74306,8.99899\n11240,1646652559,47.74306,8.99899\n11241,1646652560,47.74306,8.99899\n11242,1646652561,47.74306,8.99899\n11243,1646652562,47.74306,8.99899\n11244,1646652563,47.74306,8.99899\n11245,1646652564,47.74306,8.99899\n11246,1646652565,47.74306,8.99899\n11247,1646652566,47.74306,8.99899\n11248,1646652567,47.74306,8.99899\n11249,1646652568,47.74306,8.99899\n11250,1646652569,47.74306,8.99899\n11251,1646652570,47.74306,8.99899\n11252,1646652571,47.74306,8.99899\n11253,1646652572,47.74306,8.99899\n11254,1646652573,47.74306,8.99899\n11255,1646652574,47.74306,8.99899\n11256,1646652575,47.74306,8.99899\n11257,1646652576,47.74306,8.99899\n11258,1646652577,47.74306,8.99899\n11259,1646652578,47.74306,8.99899\n11260,1646652579,47.74306,8.99899\n11261,1646652580,47.74306,8.99899\n11262,1646652581,47.74306,8.99899\n11263,1646652582,47.74306,8.99899\n11264,1646652583,47.74306,8.99899\n11265,1646652584,47.74306,8.99899\n11266,1646652585,47.74306,8.99899\n11267,1646652586,47.74306,8.99899\n11268,1646652587,47.74306,8.99899\n11269,1646652588,47.74306,8.99899\n11270,1646652589,47.74306,8.99899\n11271,1646652590,47.74306,8.99899\n11272,1646652591,47.74306,8.99899\n11273,1646652592,47.74306,8.99899\n11274,1646652593,47.74306,8.99899\n11275,1646652594,47.74306,8.99899\n11276,1646652595,47.74306,8.99899\n11277,1646652596,47.74306,8.99899\n11278,1646652597,47.74306,8.99899\n11279,1646652598,47.74306,8.99899\n11280,1646652599,47.74306,8.99899\n11281,1646652600,47.74306,8.99899\n11282,1646652601,47.74306,8.99899\n11283,1646652602,47.74306,8.99899\n11284,1646652603,47.74306,8.99899\n11285,1646652604,47.74306,8.99899\n11286,1646652605,47.74306,8.99899\n11287,1646652606,47.74306,8.99899\n11288,1646652607,47.74306,8.99899\n11289,1646652608,47.74306,8.99899\n11290,1646652609,47.74306,8.99899\n11291,1646652610,47.74306,8.99899\n11292,1646652611,47.74306,8.99899\n11293,1646652612,47.74306,8.99899\n11294,1646652613,47.74306,8.99899\n11295,1646652614,47.74306,8.99899\n11296,1646652615,47.74306,8.99899\n11297,1646652616,47.74306,8.99899\n11298,1646652617,47.74306,8.99899\n11299,1646652618,47.74306,8.99899\n11300,1646652619,47.74306,8.99899\n11301,1646652620,47.74306,8.99899\n11302,1646652621,47.74306,8.99899\n11303,1646652622,47.74306,8.99899\n11304,1646652623,47.74306,8.99899\n11305,1646652624,47.74306,8.99899\n11306,1646652625,47.74306,8.99899\n11307,1646652626,47.74306,8.99899\n11308,1646652627,47.74306,8.99899\n11309,1646652628,47.74306,8.99899\n11310,1646652629,47.74306,8.99899\n11311,1646652630,47.74306,8.99899\n11312,1646652631,47.74306,8.99899\n11313,1646652632,47.74306,8.99899\n11314,1646652633,47.74306,8.99899\n11315,1646652634,47.74306,8.99899\n11316,1646652635,47.74306,8.99899\n11317,1646652636,47.74306,8.99899\n11318,1646652637,47.74306,8.99899\n11319,1646652638,47.74306,8.99899\n11320,1646652639,47.74306,8.99899\n11321,1646652640,47.74306,8.99899\n11322,1646652641,47.74306,8.99899\n11323,1646652642,47.74306,8.99899\n11324,1646652643,47.74306,8.99899\n11325,1646652644,47.74306,8.99899\n11326,1646652645,47.74306,8.99899\n11327,1646652646,47.74306,8.99899\n11328,1646652647,47.74306,8.99899\n11329,1646652648,47.74306,8.99899\n11330,1646652649,47.74306,8.99899\n11331,1646652650,47.74306,8.99899\n11332,1646652651,47.74306,8.99899\n11333,1646652652,47.74306,8.99899\n11334,1646652653,47.74306,8.99899\n11335,1646652654,47.74306,8.99899\n11336,1646652655,47.74306,8.99899\n11337,1646652656,47.74306,8.99899\n11338,1646652657,47.74306,8.99899\n11339,1646652658,47.74306,8.99899\n11340,1646652659,47.74306,8.99899\n11341,1646652660,47.74306,8.99899\n11342,1646652661,47.74306,8.99899\n11343,1646652662,47.74306,8.99899\n11344,1646652663,47.74306,8.99899\n11345,1646652664,47.74306,8.99899\n11346,1646652665,47.74306,8.99899\n11347,1646652666,47.74306,8.99899\n11348,1646652667,47.74306,8.99899\n11349,1646652668,47.74306,8.99899\n11350,1646652669,47.74306,8.99899\n11351,1646652670,47.74306,8.99899\n11352,1646652671,47.74306,8.99899\n11353,1646652672,47.74306,8.99899\n11354,1646652673,47.74306,8.99899\n11355,1646652674,47.74306,8.99899\n11356,1646652675,47.74306,8.99899\n11357,1646652676,47.74306,8.99899\n11358,1646652677,47.74306,8.99899\n11359,1646652678,47.74306,8.99899\n11360,1646652679,47.74306,8.99899\n11361,1646652680,47.74306,8.99899\n11362,1646652681,47.74306,8.99899\n11363,1646652682,47.74306,8.99899\n11364,1646652683,47.74306,8.99899\n11365,1646652684,47.74306,8.99899\n11366,1646652685,47.74306,8.99899\n11367,1646652686,47.74306,8.99899\n11368,1646652687,47.74306,8.99899\n11369,1646652688,47.74306,8.99899\n11370,1646652689,47.74306,8.99899\n11371,1646652690,47.74306,8.99899\n11372,1646652691,47.74306,8.99899\n11373,1646652692,47.74306,8.99899\n11374,1646652693,47.74306,8.99899\n11375,1646652694,47.74306,8.99899\n11376,1646652695,47.74306,8.99899\n11377,1646652696,47.74306,8.99899\n11378,1646652697,47.74306,8.99899\n11379,1646652698,47.74306,8.99899\n11380,1646652699,47.74306,8.99899\n11381,1646652700,47.74306,8.99899\n11382,1646652701,47.74306,8.99899\n11383,1646652702,47.74306,8.99899\n11384,1646652703,47.74306,8.99899\n11385,1646652704,47.74306,8.99899\n11386,1646652705,47.74306,8.99899\n11387,1646652706,47.74306,8.99899\n11388,1646652707,47.74306,8.99899\n11389,1646652708,47.74306,8.99899\n11390,1646652709,47.74306,8.99899\n11391,1646652710,47.74306,8.99899\n11392,1646652711,47.74306,8.99899\n11393,1646652712,47.74306,8.99899\n11394,1646652713,47.74306,8.99899\n11395,1646652714,47.74306,8.99899\n11396,1646652715,47.74306,8.99899\n11397,1646652716,47.74306,8.99899\n11398,1646652717,47.74306,8.99899\n11399,1646652718,47.74306,8.99899\n11400,1646652719,47.74306,8.99899\n11401,1646652720,47.74306,8.99899\n11402,1646652721,47.74306,8.99899\n11403,1646652722,47.74306,8.99899\n11404,1646652723,47.74306,8.99899\n11405,1646652724,47.74306,8.99899\n11406,1646652725,47.74306,8.99899\n11407,1646652726,47.74306,8.99899\n11408,1646652727,47.74306,8.99899\n11409,1646652728,47.74306,8.99899\n11410,1646652729,47.74306,8.99899\n11411,1646652730,47.74306,8.99899\n11412,1646652731,47.74306,8.99899\n11413,1646652732,47.74306,8.99899\n11414,1646652733,47.74306,8.99899\n11415,1646652734,47.74306,8.99899\n11416,1646652735,47.74306,8.99899\n11417,1646652736,47.74306,8.99899\n11418,1646652737,47.74306,8.99899\n11419,1646652738,47.74306,8.99899\n11420,1646652739,47.74306,8.99899\n11421,1646652740,47.74306,8.99899\n11422,1646652741,47.74306,8.99899\n11423,1646652742,47.74306,8.99899\n11424,1646652743,47.74306,8.99899\n11425,1646652744,47.74306,8.99899\n11426,1646652745,47.74306,8.99899\n11427,1646652746,47.74306,8.99899\n11428,1646652747,47.74306,8.99899\n11429,1646652748,47.74306,8.99899\n11430,1646652749,47.74306,8.99899\n11431,1646652750,47.74306,8.99899\n11432,1646652751,47.74307,8.99899\n11433,1646652752,47.74307,8.99899\n11434,1646652753,47.74307,8.99899\n11435,1646652754,47.74307,8.99899\n11436,1646652755,47.74307,8.99899\n11437,1646652756,47.74307,8.99899\n11438,1646652757,47.74307,8.99899\n11439,1646652758,47.74307,8.99899\n11440,1646652759,47.74307,8.99899\n11441,1646652760,47.74307,8.99899\n11442,1646652761,47.74307,8.99899\n11443,1646652762,47.74307,8.99899\n11444,1646652763,47.74307,8.99899\n11445,1646652764,47.74307,8.99899\n11446,1646652765,47.74307,8.99899\n11447,1646652766,47.74307,8.99899\n11448,1646652767,47.74307,8.99899\n11449,1646652768,47.74307,8.99899\n11450,1646652769,47.74307,8.99899\n11451,1646652770,47.74307,8.99899\n11452,1646652771,47.74307,8.99899\n11453,1646652772,47.74307,8.99899\n11454,1646652773,47.74307,8.99899\n11455,1646652774,47.74307,8.99899\n11456,1646652775,47.74307,8.99899\n11457,1646652776,47.74307,8.99899\n11458,1646652777,47.74307,8.99899\n11459,1646652778,47.74307,8.99899\n11460,1646652779,47.74307,8.99899\n11461,1646652780,47.74307,8.99899\n11462,1646652781,47.74307,8.99899\n11463,1646652782,47.74307,8.99899\n11464,1646652783,47.74307,8.99899\n11465,1646652784,47.74307,8.99899\n11466,1646652785,47.74307,8.99899\n11467,1646652786,47.74307,8.99899\n11468,1646652787,47.74307,8.99899\n11469,1646652788,47.74307,8.99899\n11470,1646652789,47.74307,8.99899\n11471,1646652790,47.74307,8.99899\n11472,1646652791,47.74307,8.99899\n11473,1646652792,47.74307,8.99899\n11474,1646652793,47.74307,8.99899\n11475,1646652794,47.74307,8.99899\n11476,1646652795,47.74307,8.99899\n11477,1646652796,47.74307,8.99899\n11478,1646652797,47.74307,8.99899\n11479,1646652798,47.74307,8.99899\n11480,1646652799,47.74307,8.99899\n11481,1646652800,47.74307,8.99899\n11482,1646652801,47.74307,8.99899\n11483,1646652802,47.74307,8.99899\n11484,1646652803,47.74307,8.99899\n11485,1646652804,47.74307,8.99899\n11486,1646652805,47.74307,8.99899\n11487,1646652806,47.74307,8.99899\n11488,1646652807,47.74307,8.99899\n11489,1646652808,47.74307,8.99899\n11490,1646652809,47.74307,8.99899\n11491,1646652810,47.74307,8.99899\n11492,1646652811,47.74307,8.99899\n11493,1646652812,47.74307,8.99899\n11494,1646652813,47.74307,8.99899\n11495,1646652814,47.74307,8.99899\n11496,1646652815,47.74307,8.99899\n11497,1646652816,47.74307,8.99899\n11498,1646652817,47.74307,8.99899\n11499,1646652818,47.74307,8.99899\n11500,1646652819,47.74307,8.99899\n11501,1646652820,47.74307,8.99899\n11502,1646652821,47.74307,8.99899\n11503,1646652822,47.74307,8.99899\n11504,1646652823,47.74307,8.99899\n11505,1646652824,47.74307,8.99899\n11506,1646652825,47.74307,8.99899\n11507,1646652826,47.74307,8.99899\n11508,1646652827,47.74307,8.99899\n11509,1646652828,47.74307,8.99899\n11510,1646652829,47.74307,8.99899\n11511,1646652830,47.74307,8.99899\n11512,1646652831,47.74307,8.99899\n11513,1646652832,47.74307,8.99899\n11514,1646652833,47.74307,8.99899\n11515,1646652834,47.74307,8.99899\n11516,1646652835,47.74307,8.99899\n11517,1646652836,47.74307,8.99899\n11518,1646652837,47.74307,8.99899\n11519,1646652838,47.74307,8.99899\n11520,1646652839,47.74307,8.99899\n11521,1646652840,47.74307,8.99899\n11522,1646652841,47.74307,8.99899\n11523,1646652842,47.74307,8.99899\n11524,1646652843,47.74307,8.99899\n11525,1646652844,47.74307,8.99899\n11526,1646652845,47.74307,8.99899\n11527,1646652846,47.74307,8.99899\n11528,1646652847,47.74307,8.99899\n11529,1646652848,47.74307,8.99899\n11530,1646652849,47.74307,8.99899\n11531,1646652850,47.74307,8.99899\n11532,1646652851,47.74307,8.99899\n11533,1646652852,47.74307,8.99899\n11534,1646652853,47.74307,8.99899\n11535,1646652854,47.74307,8.99899\n11536,1646652855,47.74307,8.99899\n11537,1646652856,47.74307,8.99899\n11538,1646652857,47.74307,8.99899\n11539,1646652858,47.74307,8.99899\n11540,1646652859,47.74307,8.99899\n11541,1646652860,47.74307,8.99899\n11542,1646652861,47.74307,8.99900\n11543,1646652862,47.74307,8.99900\n11544,1646652863,47.74307,8.99900\n11545,1646652864,47.74307,8.99900\n11546,1646652865,47.74307,8.99900\n11547,1646652866,47.74307,8.99900\n11548,1646652867,47.74307,8.99900\n11549,1646652868,47.74307,8.99900\n11550,1646652869,47.74307,8.99900\n11551,1646652870,47.74307,8.99900\n11552,1646652871,47.74307,8.99900\n11553,1646652872,47.74307,8.99900\n11554,1646652873,47.74307,8.99900\n11555,1646652874,47.74307,8.99900\n11556,1646652875,47.74307,8.99900\n11557,1646652876,47.74307,8.99900\n11558,1646652877,47.74307,8.99900\n11559,1646652878,47.74307,8.99900\n11560,1646652879,47.74307,8.99900\n11561,1646652880,47.74307,8.99900\n11562,1646652881,47.74307,8.99900\n11563,1646652882,47.74307,8.99900\n11564,1646652883,47.74307,8.99900\n11565,1646652884,47.74307,8.99900\n11566,1646652885,47.74307,8.99900\n11567,1646652886,47.74307,8.99900\n11568,1646652887,47.74307,8.99900\n11569,1646652888,47.74307,8.99900\n11570,1646652889,47.74307,8.99900\n11571,1646652890,47.74307,8.99900\n11572,1646652891,47.74307,8.99900\n11573,1646652892,47.74307,8.99900\n11574,1646652893,47.74307,8.99900\n11575,1646652894,47.74307,8.99900\n11576,1646652895,47.74307,8.99900\n11577,1646652896,47.74307,8.99900\n11578,1646652897,47.74307,8.99900\n11579,1646652898,47.74307,8.99900\n11580,1646652899,47.74307,8.99900\n11581,1646652900,47.74307,8.99900\n11582,1646652901,47.74307,8.99900\n11583,1646652902,47.74307,8.99900\n11584,1646652903,47.74307,8.99900\n11585,1646652904,47.74307,8.99900\n11586,1646652905,47.74307,8.99900\n11587,1646652906,47.74307,8.99900\n11588,1646652907,47.74307,8.99900\n11589,1646652908,47.74307,8.99900\n11590,1646652909,47.74307,8.99900\n11591,1646652910,47.74307,8.99900\n11592,1646652911,47.74307,8.99900\n11593,1646652912,47.74307,8.99900\n11594,1646652913,47.74307,8.99900\n11595,1646652914,47.74307,8.99900\n11596,1646652915,47.74307,8.99900\n11597,1646652916,47.74307,8.99900\n11598,1646652917,47.74307,8.99900\n11599,1646652918,47.74307,8.99900\n11600,1646652919,47.74307,8.99900\n11601,1646652920,47.74307,8.99900\n11602,1646652921,47.74307,8.99900\n11603,1646652922,47.74307,8.99900\n11604,1646652923,47.74307,8.99900\n11605,1646652924,47.74307,8.99900\n11606,1646652925,47.74307,8.99900\n11607,1646652926,47.74307,8.99900\n11608,1646652927,47.74307,8.99900\n11609,1646652928,47.74307,8.99900\n11610,1646652929,47.74307,8.99900\n11611,1646652930,47.74307,8.99900\n11612,1646652931,47.74307,8.99900\n11613,1646652932,47.74307,8.99900\n11614,1646652933,47.74307,8.99900\n11615,1646652934,47.74307,8.99900\n11616,1646652935,47.74307,8.99900\n11617,1646652936,47.74307,8.99900\n11618,1646652937,47.74307,8.99900\n11619,1646652938,47.74307,8.99900\n11620,1646652939,47.74307,8.99900\n11621,1646652940,47.74307,8.99900\n11622,1646652941,47.74307,8.99900\n11623,1646652942,47.74307,8.99900\n11624,1646652943,47.74307,8.99900\n11625,1646652944,47.74307,8.99900\n11626,1646652945,47.74307,8.99900\n11627,1646652946,47.74307,8.99900\n11628,1646652947,47.74307,8.99900\n11629,1646652948,47.74307,8.99900\n11630,1646652949,47.74307,8.99900\n11631,1646652950,47.74307,8.99900\n11632,1646652951,47.74307,8.99900\n11633,1646652952,47.74307,8.99900\n11634,1646652953,47.74307,8.99900\n11635,1646652954,47.74307,8.99900\n11636,1646652955,47.74307,8.99900\n11637,1646652956,47.74308,8.99900\n11638,1646652957,47.74308,8.99900\n11639,1646652958,47.74308,8.99900\n11640,1646652959,47.74308,8.99900\n11641,1646652960,47.74308,8.99900\n11642,1646652961,47.74308,8.99900\n11643,1646652962,47.74308,8.99900\n11644,1646652963,47.74308,8.99900\n11645,1646652964,47.74308,8.99900\n11646,1646652965,47.74308,8.99900\n11647,1646652966,47.74308,8.99900\n11648,1646652967,47.74308,8.99900\n11649,1646652968,47.74308,8.99900\n11650,1646652969,47.74308,8.99900\n11651,1646652970,47.74308,8.99900\n11652,1646652971,47.74308,8.99900\n11653,1646652972,47.74308,8.99900\n11654,1646652973,47.74308,8.99900\n11655,1646652974,47.74308,8.99900\n11656,1646652975,47.74308,8.99900\n11657,1646652976,47.74308,8.99900\n11658,1646652977,47.74308,8.99900\n11659,1646652978,47.74308,8.99900\n11660,1646652979,47.74308,8.99900\n11661,1646652980,47.74308,8.99900\n11662,1646652981,47.74308,8.99900\n11663,1646652982,47.74308,8.99900\n11664,1646652983,47.74308,8.99900\n11665,1646652984,47.74308,8.99900\n11666,1646652985,47.74308,8.99900\n11667,1646652986,47.74308,8.99900\n11668,1646652987,47.74308,8.99900\n11669,1646652988,47.74308,8.99900\n11670,1646652989,47.74308,8.99900\n11671,1646652990,47.74308,8.99900\n11672,1646652991,47.74308,8.99900\n11673,1646652992,47.74308,8.99900\n11674,1646652993,47.74308,8.99900\n11675,1646652994,47.74308,8.99900\n11676,1646652995,47.74308,8.99900\n11677,1646652996,47.74308,8.99900\n11678,1646652997,47.74308,8.99900\n11679,1646652998,47.74308,8.99900\n11680,1646652999,47.74308,8.99900\n11681,1646653000,47.74308,8.99900\n11682,1646653001,47.74308,8.99900\n11683,1646653002,47.74308,8.99900\n11684,1646653003,47.74308,8.99900\n11685,1646653004,47.74308,8.99900\n11686,1646653005,47.74308,8.99900\n11687,1646653006,47.74308,8.99900\n11688,1646653007,47.74308,8.99900\n11689,1646653008,47.74308,8.99900\n11690,1646653009,47.74308,8.99900\n11691,1646653010,47.74308,8.99900\n11692,1646653011,47.74308,8.99900\n11693,1646653012,47.74308,8.99900\n11694,1646653013,47.74308,8.99900\n11695,1646653014,47.74308,8.99900\n11696,1646653015,47.74308,8.99900\n11697,1646653016,47.74308,8.99900\n11698,1646653017,47.74308,8.99900\n11699,1646653018,47.74308,8.99900\n11700,1646653019,47.74308,8.99900\n11701,1646653020,47.74308,8.99900\n11702,1646653021,47.74308,8.99900\n11703,1646653022,47.74308,8.99900\n11704,1646653023,47.74308,8.99900\n11705,1646653024,47.74308,8.99900\n11706,1646653025,47.74308,8.99900\n11707,1646653026,47.74308,8.99900\n11708,1646653027,47.74308,8.99900\n11709,1646653028,47.74308,8.99900\n11710,1646653029,47.74308,8.99900\n11711,1646653030,47.74308,8.99900\n11712,1646653031,47.74308,8.99900\n11713,1646653032,47.74308,8.99900\n11714,1646653033,47.74308,8.99900\n11715,1646653034,47.74308,8.99900\n11716,1646653035,47.74308,8.99900\n11717,1646653036,47.74308,8.99900\n11718,1646653037,47.74308,8.99900\n11719,1646653038,47.74308,8.99900\n11720,1646653039,47.74308,8.99900\n11721,1646653040,47.74308,8.99900\n11722,1646653041,47.74308,8.99900\n11723,1646653042,47.74308,8.99900\n11724,1646653043,47.74308,8.99900\n11725,1646653044,47.74308,8.99900\n11726,1646653045,47.74308,8.99900\n11727,1646653046,47.74308,8.99900\n11728,1646653047,47.74308,8.99900\n11729,1646653048,47.74308,8.99900\n11730,1646653049,47.74308,8.99900\n11731,1646653050,47.74308,8.99900\n11732,1646653051,47.74308,8.99900\n11733,1646653052,47.74308,8.99900\n11734,1646653053,47.74308,8.99900\n11735,1646653054,47.74308,8.99900\n11736,1646653055,47.74308,8.99900\n11737,1646653056,47.74308,8.99900\n11738,1646653057,47.74308,8.99900\n11739,1646653058,47.74308,8.99900\n11740,1646653059,47.74308,8.99900\n11741,1646653060,47.74308,8.99900\n11742,1646653061,47.74308,8.99900\n11743,1646653062,47.74308,8.99900\n11744,1646653063,47.74308,8.99900\n11745,1646653064,47.74308,8.99900\n11746,1646653065,47.74308,8.99900\n11747,1646653066,47.74308,8.99900\n11748,1646653067,47.74308,8.99900\n11749,1646653068,47.74308,8.99900\n11750,1646653069,47.74308,8.99900\n11751,1646653070,47.74308,8.99900\n11752,1646653071,47.74308,8.99900\n11753,1646653072,47.74308,8.99900\n11754,1646653073,47.74308,8.99900\n11755,1646653074,47.74308,8.99900\n11756,1646653075,47.74308,8.99900\n11757,1646653076,47.74308,8.99900\n11758,1646653077,47.74308,8.99900\n11759,1646653078,47.74308,8.99900\n11760,1646653079,47.74308,8.99900\n11761,1646653080,47.74308,8.99900\n11762,1646653081,47.74308,8.99900\n11763,1646653082,47.74308,8.99900\n11764,1646653083,47.74308,8.99900\n11765,1646653084,47.74308,8.99900\n11766,1646653085,47.74308,8.99900\n11767,1646653086,47.74308,8.99900\n11768,1646653087,47.74308,8.99900\n11769,1646653088,47.74308,8.99900\n11770,1646653089,47.74308,8.99900\n11771,1646653090,47.74308,8.99900\n11772,1646653091,47.74308,8.99900\n11773,1646653092,47.74308,8.99900\n11774,1646653093,47.74308,8.99900\n11775,1646653094,47.74308,8.99900\n11776,1646653095,47.74308,8.99900\n11777,1646653096,47.74308,8.99900\n11778,1646653097,47.74308,8.99900\n11779,1646653098,47.74308,8.99900\n11780,1646653099,47.74308,8.99900\n11781,1646653100,47.74308,8.99900\n11782,1646653101,47.74308,8.99900\n11783,1646653102,47.74308,8.99900\n11784,1646653103,47.74308,8.99900\n11785,1646653104,47.74308,8.99900\n11786,1646653105,47.74308,8.99900\n11787,1646653106,47.74308,8.99900\n11788,1646653107,47.74308,8.99900\n11789,1646653108,47.74308,8.99900\n11790,1646653109,47.74308,8.99900\n11791,1646653110,47.74308,8.99900\n11792,1646653111,47.74308,8.99900\n11793,1646653112,47.74308,8.99900\n11794,1646653113,47.74308,8.99900\n11795,1646653114,47.74308,8.99900\n11796,1646653115,47.74308,8.99900\n11797,1646653116,47.74308,8.99900\n11798,1646653117,47.74308,8.99900\n11799,1646653118,47.74308,8.99900\n11800,1646653119,47.74308,8.99900\n11801,1646653120,47.74308,8.99900\n11802,1646653121,47.74308,8.99900\n11803,1646653122,47.74308,8.99900\n11804,1646653123,47.74308,8.99900\n11805,1646653124,47.74308,8.99900\n11806,1646653125,47.74308,8.99900\n11807,1646653126,47.74308,8.99900\n11808,1646653127,47.74308,8.99900\n11809,1646653128,47.74308,8.99900\n11810,1646653129,47.74308,8.99900\n11811,1646653130,47.74308,8.99900\n11812,1646653131,47.74308,8.99900\n11813,1646653132,47.74308,8.99900\n11814,1646653133,47.74308,8.99900\n11815,1646653134,47.74308,8.99900\n11816,1646653135,47.74308,8.99900\n11817,1646653136,47.74308,8.99900\n11818,1646653137,47.74308,8.99900\n11819,1646653138,47.74308,8.99900\n11820,1646653139,47.74308,8.99900\n11821,1646653140,47.74308,8.99900\n11822,1646653141,47.74308,8.99900\n11823,1646653142,47.74308,8.99900\n11824,1646653143,47.74308,8.99900\n11825,1646653144,47.74308,8.99900\n11826,1646653145,47.74308,8.99900\n11827,1646653146,47.74308,8.99900\n11828,1646653147,47.74308,8.99900\n11829,1646653148,47.74308,8.99900\n11830,1646653149,47.74308,8.99900\n11831,1646653150,47.74308,8.99900\n11832,1646653151,47.74308,8.99900\n11833,1646653152,47.74308,8.99900\n11834,1646653153,47.74308,8.99900\n11835,1646653154,47.74308,8.99900\n11836,1646653155,47.74308,8.99900\n11837,1646653156,47.74308,8.99900\n11838,1646653157,47.74308,8.99900\n11839,1646653158,47.74308,8.99900\n11840,1646653159,47.74308,8.99900\n11841,1646653160,47.74308,8.99900\n11842,1646653161,47.74308,8.99900\n11843,1646653162,47.74308,8.99900\n11844,1646653163,47.74308,8.99900\n11845,1646653164,47.74308,8.99900\n11846,1646653165,47.74308,8.99900\n11847,1646653166,47.74308,8.99900\n11848,1646653167,47.74308,8.99900\n11849,1646653168,47.74308,8.99900\n11850,1646653169,47.74308,8.99900\n11851,1646653170,47.74308,8.99900\n11852,1646653171,47.74308,8.99900\n11853,1646653173,47.74308,8.99900\n11854,1646653174,47.74308,8.99900\n11855,1646653175,47.74308,8.99900\n11856,1646653176,47.74308,8.99900\n11857,1646653177,47.74308,8.99900\n11858,1646653178,47.74308,8.99900\n11859,1646653179,47.74308,8.99900\n11860,1646653180,47.74308,8.99900\n11861,1646653181,47.74308,8.99900\n11862,1646653182,47.74308,8.99900\n11863,1646653183,47.74308,8.99900\n11864,1646653184,47.74308,8.99900\n11865,1646653185,47.74308,8.99900\n11866,1646653186,47.74308,8.99900\n11867,1646653187,47.74308,8.99900\n11868,1646653188,47.74308,8.99900\n11869,1646653189,47.74308,8.99900\n11870,1646653190,47.74308,8.99900\n11871,1646653191,47.74308,8.99900\n11872,1646653192,47.74308,8.99900\n11873,1646653193,47.74308,8.99900\n11874,1646653194,47.74308,8.99900\n11875,1646653195,47.74308,8.99900\n11876,1646653196,47.74308,8.99900\n11877,1646653197,47.74308,8.99900\n11878,1646653198,47.74308,8.99900\n11879,1646653199,47.74308,8.99900\n11880,1646653200,47.74308,8.99900\n11881,1646653201,47.74308,8.99900\n11882,1646653202,47.74308,8.99900\n11883,1646653203,47.74308,8.99900\n11884,1646653204,47.74308,8.99900\n11885,1646653205,47.74308,8.99900\n11886,1646653206,47.74308,8.99900\n11887,1646653207,47.74308,8.99900\n11888,1646653208,47.74308,8.99900\n11889,1646653209,47.74308,8.99900\n11890,1646653210,47.74308,8.99900\n11891,1646653211,47.74308,8.99900\n11892,1646653212,47.74308,8.99900\n11893,1646653213,47.74308,8.99900\n11894,1646653214,47.74308,8.99900\n11895,1646653215,47.74308,8.99900\n11896,1646653216,47.74308,8.99900\n11897,1646653217,47.74308,8.99900\n11898,1646653218,47.74308,8.99900\n11899,1646653219,47.74308,8.99900\n11900,1646653220,47.74308,8.99900\n11901,1646653221,47.74308,8.99900\n11902,1646653222,47.74308,8.99900\n11903,1646653223,47.74308,8.99900\n11904,1646653224,47.74308,8.99900\n11905,1646653225,47.74308,8.99900\n11906,1646653226,47.74308,8.99900\n11907,1646653227,47.74308,8.99900\n11908,1646653228,47.74308,8.99900\n11909,1646653229,47.74308,8.99900\n11910,1646653230,47.74308,8.99900\n11911,1646653231,47.74308,8.99900\n11912,1646653232,47.74308,8.99900\n11913,1646653233,47.74308,8.99900\n11914,1646653234,47.74308,8.99900\n11915,1646653235,47.74308,8.99900\n11916,1646653236,47.74308,8.99900\n11917,1646653237,47.74308,8.99900\n11918,1646653238,47.74308,8.99900\n11919,1646653239,47.74308,8.99900\n11920,1646653240,47.74308,8.99900\n11921,1646653241,47.74308,8.99900\n11922,1646653242,47.74308,8.99900\n11923,1646653243,47.74308,8.99900\n11924,1646653244,47.74308,8.99900\n11925,1646653245,47.74308,8.99900\n11926,1646653246,47.74308,8.99900\n11927,1646653247,47.74308,8.99900\n11928,1646653248,47.74308,8.99900\n11929,1646653249,47.74308,8.99900\n11930,1646653250,47.74308,8.99900\n11931,1646653251,47.74308,8.99900\n11932,1646653252,47.74308,8.99900\n11933,1646653253,47.74308,8.99900\n11934,1646653254,47.74308,8.99900\n11935,1646653255,47.74308,8.99900\n11936,1646653256,47.74308,8.99900\n11937,1646653257,47.74308,8.99900\n11938,1646653258,47.74308,8.99900\n11939,1646653259,47.74308,8.99900\n11940,1646653260,47.74308,8.99900\n11941,1646653261,47.74308,8.99900\n11942,1646653262,47.74308,8.99900\n11943,1646653263,47.74308,8.99900\n11944,1646653264,47.74308,8.99900\n11945,1646653265,47.74308,8.99900\n11946,1646653266,47.74308,8.99900\n11947,1646653267,47.74308,8.99900\n11948,1646653268,47.74308,8.99900\n11949,1646653269,47.74308,8.99900\n11950,1646653270,47.74308,8.99900\n11951,1646653271,47.74309,8.99900\n11952,1646653272,47.74309,8.99900\n11953,1646653273,47.74309,8.99900\n11954,1646653274,47.74309,8.99900\n11955,1646653275,47.74309,8.99900\n11956,1646653276,47.74309,8.99900\n11957,1646653277,47.74309,8.99900\n11958,1646653278,47.74309,8.99900\n11959,1646653279,47.74309,8.99900\n11960,1646653280,47.74309,8.99900\n11961,1646653281,47.74309,8.99900\n11962,1646653282,47.74309,8.99900\n11963,1646653283,47.74309,8.99900\n11964,1646653284,47.74309,8.99900\n11965,1646653285,47.74309,8.99900\n11966,1646653286,47.74309,8.99900\n11967,1646653287,47.74309,8.99900\n11968,1646653288,47.74309,8.99900\n11969,1646653289,47.74309,8.99900\n11970,1646653290,47.74309,8.99900\n11971,1646653291,47.74309,8.99900\n11972,1646653292,47.74309,8.99900\n11973,1646653293,47.74309,8.99900\n11974,1646653294,47.74309,8.99900\n11975,1646653295,47.74309,8.99900\n11976,1646653296,47.74309,8.99900\n11977,1646653297,47.74309,8.99900\n11978,1646653298,47.74309,8.99900\n11979,1646653299,47.74309,8.99900\n11980,1646653300,47.74309,8.99900\n11981,1646653301,47.74309,8.99900\n11982,1646653302,47.74309,8.99900\n11983,1646653303,47.74309,8.99900\n11984,1646653304,47.74309,8.99900\n11985,1646653305,47.74309,8.99900\n11986,1646653306,47.74309,8.99900\n11987,1646653307,47.74309,8.99900\n11988,1646653308,47.74309,8.99900\n11989,1646653309,47.74309,8.99900\n11990,1646653310,47.74309,8.99900\n11991,1646653311,47.74309,8.99900\n11992,1646653312,47.74309,8.99900\n11993,1646653313,47.74309,8.99900\n11994,1646653314,47.74309,8.99900\n11995,1646653315,47.74309,8.99900\n11996,1646653316,47.74309,8.99900\n11997,1646653317,47.74309,8.99900\n11998,1646653318,47.74309,8.99900\n11999,1646653319,47.74309,8.99900\n12000,1646653320,47.74309,8.99900\n12001,1646653321,47.74309,8.99900\n12002,1646653322,47.74309,8.99900\n12003,1646653323,47.74309,8.99900\n12004,1646653324,47.74309,8.99900\n12005,1646653325,47.74309,8.99900\n12006,1646653326,47.74309,8.99900\n12007,1646653327,47.74309,8.99900\n12008,1646653328,47.74309,8.99900\n12009,1646653329,47.74309,8.99900\n12010,1646653330,47.74309,8.99900\n12011,1646653331,47.74309,8.99900\n12012,1646653332,47.74309,8.99900\n12013,1646653333,47.74309,8.99900\n12014,1646653334,47.74309,8.99900\n12015,1646653335,47.74309,8.99900\n12016,1646653336,47.74309,8.99900\n12017,1646653337,47.74309,8.99900\n12018,1646653338,47.74309,8.99900\n12019,1646653339,47.74309,8.99900\n12020,1646653340,47.74309,8.99900\n12021,1646653341,47.74309,8.99900\n12022,1646653342,47.74309,8.99900\n12023,1646653343,47.74309,8.99900\n12024,1646653344,47.74309,8.99900\n12025,1646653345,47.74309,8.99900\n12026,1646653346,47.74309,8.99900\n12027,1646653347,47.74309,8.99900\n12028,1646653348,47.74309,8.99900\n12029,1646653349,47.74309,8.99900\n12030,1646653350,47.74308,8.99900\n12031,1646653351,47.74308,8.99900\n12032,1646653352,47.74308,8.99900\n12033,1646653353,47.74308,8.99900\n12034,1646653354,47.74308,8.99900\n12035,1646653355,47.74308,8.99900\n12036,1646653356,47.74308,8.99900\n12037,1646653357,47.74308,8.99900\n12038,1646653358,47.74308,8.99900\n12039,1646653359,47.74308,8.99900\n12040,1646653360,47.74308,8.99900\n12041,1646653361,47.74308,8.99900\n12042,1646653362,47.74308,8.99900\n12043,1646653363,47.74308,8.99900\n12044,1646653364,47.74308,8.99900\n12045,1646653365,47.74308,8.99900\n12046,1646653366,47.74308,8.99900\n12047,1646653367,47.74308,8.99900\n12048,1646653368,47.74308,8.99900\n12049,1646653369,47.74308,8.99900\n12050,1646653370,47.74308,8.99900\n12051,1646653371,47.74308,8.99900\n12052,1646653372,47.74308,8.99900\n12053,1646653373,47.74308,8.99900\n12054,1646653374,47.74308,8.99900\n12055,1646653375,47.74308,8.99900\n12056,1646653376,47.74308,8.99900\n12057,1646653377,47.74308,8.99900\n12058,1646653378,47.74308,8.99900\n12059,1646653379,47.74308,8.99900\n12060,1646653380,47.74308,8.99900\n12061,1646653381,47.74308,8.99900\n12062,1646653382,47.74308,8.99900\n12063,1646653383,47.74308,8.99900\n12064,1646653384,47.74308,8.99900\n12065,1646653385,47.74308,8.99900\n12066,1646653386,47.74308,8.99900\n12067,1646653387,47.74308,8.99900\n12068,1646653388,47.74308,8.99900\n12069,1646653389,47.74308,8.99900\n12070,1646653390,47.74308,8.99900\n12071,1646653391,47.74308,8.99900\n12072,1646653392,47.74308,8.99900\n12073,1646653393,47.74308,8.99900\n12074,1646653394,47.74308,8.99900\n12075,1646653395,47.74308,8.99900\n12076,1646653396,47.74308,8.99900\n12077,1646653397,47.74308,8.99900\n12078,1646653398,47.74308,8.99900\n12079,1646653399,47.74308,8.99900\n12080,1646653400,47.74308,8.99900\n12081,1646653401,47.74308,8.99900\n12082,1646653402,47.74308,8.99900\n12083,1646653403,47.74308,8.99900\n12084,1646653404,47.74308,8.99900\n12085,1646653405,47.74308,8.99900\n12086,1646653406,47.74308,8.99900\n12087,1646653407,47.74308,8.99900\n12088,1646653408,47.74308,8.99900\n12089,1646653409,47.74308,8.99900\n12090,1646653410,47.74308,8.99900\n12091,1646653411,47.74308,8.99900\n12092,1646653412,47.74308,8.99900\n12093,1646653413,47.74308,8.99900\n12094,1646653414,47.74308,8.99900\n12095,1646653415,47.74308,8.99900\n12096,1646653416,47.74308,8.99900\n12097,1646653417,47.74308,8.99900\n12098,1646653418,47.74308,8.99900\n12099,1646653419,47.74308,8.99900\n12100,1646653420,47.74308,8.99900\n12101,1646653421,47.74308,8.99900\n12102,1646653422,47.74308,8.99900\n12103,1646653423,47.74308,8.99900\n12104,1646653424,47.74308,8.99900\n12105,1646653425,47.74308,8.99900\n12106,1646653426,47.74308,8.99900\n12107,1646653427,47.74308,8.99900\n12108,1646653428,47.74308,8.99900\n12109,1646653429,47.74308,8.99900\n12110,1646653430,47.74308,8.99900\n12111,1646653431,47.74308,8.99900\n12112,1646653432,47.74308,8.99900\n12113,1646653433,47.74308,8.99900\n12114,1646653434,47.74308,8.99900\n12115,1646653435,47.74308,8.99900\n12116,1646653436,47.74308,8.99900\n12117,1646653437,47.74308,8.99900\n12118,1646653438,47.74308,8.99900\n12119,1646653439,47.74308,8.99900\n12120,1646653440,47.74308,8.99900\n12121,1646653441,47.74308,8.99900\n12122,1646653442,47.74308,8.99900\n12123,1646653443,47.74308,8.99900\n12124,1646653444,47.74308,8.99900\n12125,1646653445,47.74308,8.99900\n12126,1646653446,47.74308,8.99900\n12127,1646653447,47.74308,8.99900\n12128,1646653448,47.74308,8.99900\n12129,1646653449,47.74308,8.99900\n12130,1646653450,47.74308,8.99900\n12131,1646653451,47.74308,8.99900\n12132,1646653452,47.74308,8.99900\n12133,1646653453,47.74308,8.99900\n12134,1646653454,47.74308,8.99900\n12135,1646653455,47.74308,8.99900\n12136,1646653456,47.74308,8.99900\n12137,1646653457,47.74308,8.99900\n12138,1646653458,47.74308,8.99900\n12139,1646653459,47.74308,8.99900\n12140,1646653460,47.74308,8.99900\n12141,1646653461,47.74308,8.99900\n12142,1646653462,47.74308,8.99900\n12143,1646653463,47.74308,8.99900\n12144,1646653464,47.74308,8.99900\n12145,1646653465,47.74308,8.99900\n12146,1646653466,47.74308,8.99900\n12147,1646653467,47.74308,8.99900\n12148,1646653468,47.74308,8.99900\n12149,1646653469,47.74308,8.99900\n12150,1646653470,47.74308,8.99900\n12151,1646653471,47.74308,8.99900\n12152,1646653472,47.74308,8.99900\n12153,1646653473,47.74308,8.99900\n12154,1646653474,47.74308,8.99900\n12155,1646653475,47.74308,8.99900\n12156,1646653476,47.74308,8.99900\n12157,1646653477,47.74308,8.99900\n12158,1646653478,47.74308,8.99900\n12159,1646653479,47.74308,8.99900\n12160,1646653480,47.74308,8.99900\n12161,1646653481,47.74308,8.99900\n12162,1646653482,47.74308,8.99900\n12163,1646653483,47.74308,8.99900\n12164,1646653484,47.74308,8.99900\n12165,1646653485,47.74308,8.99900\n12166,1646653486,47.74308,8.99900\n12167,1646653487,47.74308,8.99900\n12168,1646653488,47.74308,8.99900\n12169,1646653489,47.74308,8.99900\n12170,1646653490,47.74308,8.99900\n12171,1646653491,47.74308,8.99900\n12172,1646653492,47.74308,8.99900\n12173,1646653493,47.74308,8.99900\n12174,1646653494,47.74308,8.99900\n12175,1646653495,47.74308,8.99900\n12176,1646653496,47.74308,8.99900\n12177,1646653497,47.74308,8.99900\n12178,1646653498,47.74308,8.99900\n12179,1646653499,47.74308,8.99900\n12180,1646653500,47.74308,8.99900\n12181,1646653501,47.74308,8.99900\n12182,1646653502,47.74308,8.99900\n12183,1646653503,47.74308,8.99900\n12184,1646653504,47.74308,8.99900\n12185,1646653505,47.74308,8.99900\n12186,1646653506,47.74308,8.99900\n12187,1646653507,47.74308,8.99900\n12188,1646653508,47.74308,8.99900\n12189,1646653509,47.74308,8.99900\n12190,1646653510,47.74308,8.99900\n12191,1646653511,47.74308,8.99900\n12192,1646653512,47.74308,8.99900\n12193,1646653513,47.74308,8.99900\n12194,1646653514,47.74308,8.99900\n12195,1646653515,47.74308,8.99900\n12196,1646653516,47.74308,8.99900\n12197,1646653517,47.74308,8.99900\n12198,1646653518,47.74308,8.99900\n12199,1646653519,47.74308,8.99900\n12200,1646653520,47.74308,8.99900\n12201,1646653521,47.74308,8.99900\n12202,1646653522,47.74308,8.99900\n12203,1646653523,47.74308,8.99900\n12204,1646653524,47.74308,8.99900\n12205,1646653525,47.74308,8.99900\n12206,1646653526,47.74308,8.99900\n12207,1646653527,47.74308,8.99900\n12208,1646653528,47.74308,8.99900\n12209,1646653529,47.74308,8.99900\n12210,1646653530,47.74308,8.99900\n12211,1646653531,47.74308,8.99900\n12212,1646653532,47.74308,8.99900\n12213,1646653533,47.74308,8.99900\n12214,1646653534,47.74308,8.99900\n12215,1646653535,47.74308,8.99900\n12216,1646653536,47.74308,8.99900\n12217,1646653537,47.74308,8.99900\n12218,1646653538,47.74308,8.99900\n12219,1646653539,47.74308,8.99900\n12220,1646653540,47.74308,8.99900\n12221,1646653541,47.74308,8.99900\n12222,1646653542,47.74308,8.99900\n12223,1646653543,47.74308,8.99900\n12224,1646653544,47.74308,8.99900\n12225,1646653545,47.74308,8.99900\n12226,1646653546,47.74308,8.99900\n12227,1646653547,47.74308,8.99900\n12228,1646653548,47.74308,8.99900\n12229,1646653549,47.74308,8.99900\n12230,1646653550,47.74308,8.99900\n12231,1646653551,47.74308,8.99900\n12232,1646653552,47.74308,8.99900\n12233,1646653553,47.74308,8.99900\n12234,1646653554,47.74308,8.99900\n12235,1646653555,47.74308,8.99900\n12236,1646653556,47.74308,8.99900\n12237,1646653557,47.74308,8.99900\n12238,1646653558,47.74308,8.99900\n12239,1646653559,47.74308,8.99900\n12240,1646653560,47.74308,8.99900\n12241,1646653624,47.74297,8.99887\n12242,1646653625,47.74295,8.99888\n12243,1646653626,47.74294,8.99889\n12244,1646653627,47.74294,8.99890\n12245,1646653628,47.74294,8.99891\n12246,1646653629,47.74295,8.99892\n12247,1646653630,47.74295,8.99892\n12248,1646653631,47.74295,8.99893\n12249,1646653632,47.74295,8.99893\n12250,1646653633,47.74294,8.99892\n12251,1646653635,47.74295,8.99892\n12252,1646653636,47.74295,8.99893\n12253,1646653637,47.74295,8.99893\n12254,1646653638,47.74296,8.99893\n12255,1646653639,47.74296,8.99894\n12256,1646653640,47.74296,8.99894\n12257,1646653641,47.74296,8.99894\n12258,1646653642,47.74296,8.99894\n12259,1646653643,47.74296,8.99894\n12260,1646653644,47.74296,8.99894\n12261,1646653645,47.74297,8.99894\n12262,1646653646,47.74297,8.99894\n12263,1646653647,47.74297,8.99895\n12264,1646653648,47.74297,8.99895\n12265,1646653649,47.74297,8.99895\n12266,1646653650,47.74297,8.99895\n12267,1646653651,47.74297,8.99895\n12268,1646653652,47.74297,8.99895\n12269,1646653653,47.74297,8.99895\n12270,1646653654,47.74297,8.99895\n12271,1646653655,47.74297,8.99895\n12272,1646653656,47.74297,8.99895\n12273,1646653657,47.74297,8.99896\n12274,1646653658,47.74297,8.99896\n12275,1646653659,47.74297,8.99896\n12276,1646653660,47.74297,8.99896\n12277,1646653661,47.74297,8.99896\n12278,1646653662,47.74297,8.99896\n12279,1646653663,47.74297,8.99896\n12280,1646653727,47.74306,8.99906\n12281,1646653728,47.74307,8.99904\n12282,1646653729,47.74306,8.99903\n12283,1646653730,47.74306,8.99902\n12284,1646653731,47.74306,8.99902\n12285,1646653732,47.74306,8.99901\n12286,1646653733,47.74307,8.99901\n12287,1646653734,47.74306,8.99901\n12288,1646653735,47.74305,8.99899\n12289,1646653737,47.74305,8.99899\n12290,1646653738,47.74305,8.99899\n12291,1646653739,47.74305,8.99899\n12292,1646653740,47.74305,8.99899\n12293,1646653741,47.74305,8.99899\n12294,1646653742,47.74304,8.99899\n12295,1646653743,47.74304,8.99898\n12296,1646653744,47.74304,8.99898\n12297,1646653745,47.74304,8.99898\n12298,1646653746,47.74305,8.99898\n12299,1646653747,47.74305,8.99898\n12300,1646653748,47.74305,8.99898\n12301,1646653749,47.74305,8.99898\n12302,1646653750,47.74305,8.99898\n12303,1646653751,47.74305,8.99898\n12304,1646653752,47.74305,8.99898\n12305,1646653753,47.74305,8.99898\n12306,1646653754,47.74305,8.99898\n12307,1646653755,47.74305,8.99899\n12308,1646653756,47.74305,8.99899\n12309,1646653757,47.74306,8.99899\n12310,1646653758,47.74306,8.99899\n12311,1646653759,47.74306,8.99899\n12312,1646655015,47.74309,8.99906\n12313,1646655016,47.74311,8.99905\n12314,1646655017,47.74311,8.99903\n12315,1646655018,47.74311,8.99903\n12316,1646655019,47.74311,8.99902\n12317,1646655020,47.74310,8.99901\n12318,1646655021,47.74309,8.99899\n12319,1646655022,47.74308,8.99899\n12320,1646655023,47.74308,8.99899\n12321,1646655024,47.74308,8.99899\n12322,1646655025,47.74307,8.99899\n12323,1646655027,47.74307,8.99899\n12324,1646655028,47.74307,8.99899\n12325,1646655029,47.74307,8.99899\n12326,1646655093,47.74310,8.99902\n12327,1646655094,47.74308,8.99901\n12328,1646655095,47.74307,8.99900\n12329,1646655096,47.74307,8.99900\n12330,1646655097,47.74307,8.99900\n12331,1646655098,47.74306,8.99900\n12332,1646655099,47.74306,8.99899\n12333,1646655100,47.74306,8.99899\n12334,1646655164,47.74300,8.99891\n12335,1646655165,47.74302,8.99894\n12336,1646655166,47.74303,8.99897\n12337,1646655167,47.74303,8.99898\n12338,1646655168,47.74304,8.99899\n12339,1646655169,47.74304,8.99898\n12340,1646655234,47.74308,8.99902\n12341,1646655235,47.74307,8.99903\n12342,1646655236,47.74306,8.99903\n12343,1646655237,47.74306,8.99904\n12344,1646655238,47.74305,8.99904\n12345,1646655239,47.74305,8.99903\n12346,1646655303,47.74298,8.99898\n12347,1646655304,47.74295,8.99898\n12348,1646655305,47.74295,8.99899\n12349,1646655306,47.74296,8.99900\n12350,1646655307,47.74297,8.99900\n12351,1646655372,47.74312,8.99899\n12352,1646655373,47.74311,8.99900\n12353,1646655374,47.74311,8.99901\n12354,1646655375,47.74310,8.99901\n12355,1646655376,47.74310,8.99901\n12356,1646655440,47.74312,8.99899\n12357,1646655441,47.74311,8.99899\n12358,1646655442,47.74310,8.99900\n12359,1646655506,47.74308,8.99893\n12360,1646655507,47.74303,8.99892\n12361,1646655508,47.74303,8.99893\n12362,1646655573,47.74306,8.99898\n12363,1646655574,47.74305,8.99897\n12364,1646655575,47.74305,8.99898\n12365,1646655639,47.74308,8.99904\n12366,1646655640,47.74308,8.99901\n12367,1646655641,47.74308,8.99900\n12368,1646655642,47.74308,8.99900\n12369,1646655643,47.74308,8.99900\n12370,1646655708,47.74307,8.99898\n12371,1646655709,47.74308,8.99899\n12372,1646655710,47.74307,8.99899\n12373,1646655774,47.74303,8.99898\n12374,1646655775,47.74304,8.99899\n12375,1646655776,47.74305,8.99900\n12376,1646655777,47.74305,8.99900\n12377,1646655778,47.74306,8.99900\n12378,1646655842,47.74306,8.99894\n12379,1646655843,47.74307,8.99896\n12380,1646655844,47.74308,8.99897\n12381,1646655909,47.74310,8.99899\n12382,1646655910,47.74308,8.99899\n12383,1646655974,47.74308,8.99899\n12384,1646655975,47.74308,8.99898\n12385,1646656039,47.74305,8.99896\n12386,1646656040,47.74306,8.99896\n12387,1646656105,47.74302,8.99891\n12388,1646656169,47.74309,8.99893\n12389,1646656170,47.74308,8.99893\n12390,1646656235,47.74302,8.99899\n12391,1646656236,47.74302,8.99898\n12392,1646656300,47.74309,8.99897\n12393,1646656301,47.74309,8.99897\n12394,1646656366,47.74305,8.99898\n12395,1646656367,47.74304,8.99899\n12396,1646656431,47.74308,8.99896\n12397,1646656432,47.74309,8.99897\n12398,1646656496,47.74305,8.99901\n12399,1646656497,47.74306,8.99901\n12400,1646656562,47.74307,8.99900\n12401,1646656563,47.74306,8.99901\n12402,1646656627,47.74303,8.99903\n12403,1646656628,47.74305,8.99901\n12404,1646656693,47.74310,8.99899\n12405,1646656694,47.74307,8.99899\n12406,1646656758,47.74301,8.99901\n12407,1646656759,47.74307,8.99901\n12408,1646656823,47.74301,8.99899\n12409,1646656824,47.74304,8.99900\n12410,1646656889,47.74311,8.99901\n12411,1646656890,47.74314,8.99899\n12412,1646656954,47.74308,8.99896\n12413,1646656955,47.74308,8.99897\n12414,1646657019,47.74303,8.99897\n12415,1646657020,47.74306,8.99896\n12416,1646657085,47.74311,8.99899\n12417,1646657086,47.74307,8.99899\n12418,1646657150,47.74309,8.99894\n12419,1646657151,47.74309,8.99895\n12420,1646657215,47.74303,8.99899\n12421,1646657216,47.74303,8.99899\n12422,1646657280,47.74305,8.99901\n12423,1646657281,47.74308,8.99899\n12424,1646657346,47.74316,8.99901\n12425,1646657347,47.74303,8.99901\n12426,1646657411,47.74299,8.99891\n12427,1646657412,47.74307,8.99894\n12428,1646657476,47.74312,8.99902\n12429,1646657541,47.74304,8.99897\n12430,1646657606,47.74311,8.99894\n12431,1646657670,47.74303,8.99897\n12432,1646657734,47.74329,8.99886\n12433,1646657799,47.74305,8.99899\n12434,1646657863,47.74299,8.99898\n12435,1646657927,47.74331,8.99888\n12436,1646657992,47.74298,8.99898\n12437,1646658056,47.74303,8.99890\n12438,1646658248,47.74306,8.99891\n12439,1646658313,47.74301,8.99890\n12440,1646658441,47.74305,8.99903\n12441,1646658505,47.74306,8.99897\n12442,1646658570,47.74300,8.99914\n12443,1646658634,47.74296,8.99897\n12444,1646658826,47.74308,8.99902\n12445,1646659529,47.74266,8.99906\n*END MEMORY*\nV201, ID: 30-083C, 3443mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 1 s\n- Min HDOP (x10): 30\n- Activation delay: 180 s\n- Geofencing: 0\n- Burst duration: 0 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/09_PetDogWalk_10s_Burst_Every_15s/20220308_PetDog_10s_Burst_Every_15s_7830_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646725443,47.74433,8.99914\n2,1646725444,47.74432,8.99913\n3,1646725445,47.74432,8.99912\n4,1646725446,47.74433,8.99911\n5,1646725447,47.74434,8.99908\n6,1646725448,47.74435,8.99906\n7,1646725449,47.74436,8.99904\n8,1646725450,47.74435,8.99902\n9,1646725451,47.74434,8.99898\n10,1646725452,47.74435,8.99896\n11,1646725472,47.74314,8.99993\n12,1646725473,47.74311,8.99995\n13,1646725474,47.74308,8.99996\n14,1646725475,47.74308,8.99993\n15,1646725476,47.74309,8.99991\n16,1646725477,47.74558,8.99749\n17,1646725479,47.74561,8.99745\n18,1646725480,47.74557,8.99749\n19,1646725481,47.74553,8.99756\n20,1646725482,47.74546,8.99766\n21,1646725503,47.74449,8.99904\n22,1646725504,47.74449,8.99886\n23,1646725505,47.74449,8.99870\n24,1646725506,47.74449,8.99858\n25,1646725507,47.74450,8.99850\n26,1646725509,47.74450,8.99843\n27,1646725510,47.74453,8.99823\n28,1646725511,47.74453,8.99818\n29,1646725512,47.74453,8.99816\n30,1646725513,47.74453,8.99813\n31,1646725533,47.74441,8.99798\n32,1646725535,47.74443,8.99797\n33,1646725536,47.74444,8.99797\n34,1646725537,47.74445,8.99798\n35,1646725538,47.74446,8.99798\n36,1646725539,47.74448,8.99800\n37,1646725540,47.74452,8.99802\n38,1646725541,47.74454,8.99804\n39,1646725542,47.74456,8.99806\n40,1646725543,47.74456,8.99808\n41,1646725562,47.74433,8.99863\n42,1646725563,47.74435,8.99864\n43,1646725564,47.74436,8.99866\n44,1646725565,47.74438,8.99866\n45,1646725566,47.74438,8.99868\n46,1646725567,47.74439,8.99869\n47,1646725568,47.74440,8.99871\n48,1646725569,47.74440,8.99873\n49,1646725570,47.74440,8.99875\n50,1646725571,47.74440,8.99877\n51,1646725593,47.74450,8.99940\n52,1646725594,47.74449,8.99943\n53,1646725595,47.74448,8.99946\n54,1646725596,47.74448,8.99948\n55,1646725597,47.74468,8.99921\n56,1646725599,47.74473,8.99922\n57,1646725600,47.74472,8.99924\n58,1646725601,47.74470,8.99929\n59,1646725602,47.74469,8.99932\n60,1646725603,47.74468,8.99934\n61,1646725622,47.74469,8.99949\n62,1646725623,47.74470,8.99948\n63,1646725625,47.74472,8.99948\n64,1646725626,47.74473,8.99949\n65,1646725627,47.74474,8.99950\n66,1646725628,47.74475,8.99951\n67,1646725629,47.74476,8.99953\n68,1646725630,47.74477,8.99954\n69,1646725631,47.74478,8.99955\n70,1646725632,47.74480,8.99956\n71,1646725652,47.74496,8.99984\n72,1646725653,47.74497,8.99985\n73,1646725654,47.74497,8.99988\n74,1646725655,47.74497,8.99991\n75,1646725656,47.74495,8.99994\n76,1646725657,47.74504,8.99988\n77,1646725659,47.74506,8.99991\n78,1646725660,47.74508,8.99991\n79,1646725661,47.74509,8.99992\n80,1646725662,47.74511,8.99994\n81,1646725681,47.74533,9.00022\n82,1646725682,47.74534,9.00022\n83,1646725684,47.74535,9.00024\n84,1646725685,47.74537,9.00024\n85,1646725686,47.74537,9.00027\n86,1646725687,47.74538,9.00028\n87,1646725688,47.74540,9.00028\n88,1646725689,47.74541,9.00027\n89,1646725690,47.74542,9.00026\n90,1646725691,47.74543,9.00025\n91,1646725719,47.74570,8.99974\n92,1646725720,47.74571,8.99973\n93,1646725721,47.74572,8.99972\n94,1646725722,47.74573,8.99970\n95,1646725723,47.74574,8.99969\n96,1646725724,47.74575,8.99967\n97,1646725725,47.74575,8.99966\n98,1646725726,47.74576,8.99964\n99,1646725727,47.74577,8.99962\n100,1646725728,47.74577,8.99960\n101,1646725747,47.74582,8.99918\n102,1646725748,47.74583,8.99917\n103,1646725749,47.74583,8.99919\n104,1646725751,47.74583,8.99941\n105,1646725752,47.74584,8.99940\n106,1646725753,47.74583,8.99916\n107,1646725755,47.74588,8.99914\n108,1646725756,47.74590,8.99913\n109,1646725757,47.74592,8.99911\n110,1646725758,47.74593,8.99910\n111,1646725777,47.74604,8.99876\n112,1646725778,47.74603,8.99865\n113,1646725779,47.74604,8.99865\n114,1646725785,47.74601,8.99893\n115,1646725786,47.74602,8.99893\n116,1646725787,47.74602,8.99893\n117,1646725788,47.74603,8.99893\n118,1646725789,47.74610,8.99883\n119,1646725791,47.74610,8.99884\n120,1646725792,47.74610,8.99884\n121,1646725810,47.74617,8.99898\n122,1646725811,47.74616,8.99888\n123,1646725813,47.74616,8.99884\n124,1646725814,47.74617,8.99883\n125,1646725815,47.74617,8.99881\n126,1646725816,47.74618,8.99879\n127,1646725817,47.74618,8.99877\n128,1646725818,47.74619,8.99876\n129,1646725819,47.74619,8.99874\n130,1646725820,47.74620,8.99873\n131,1646725841,47.74618,8.99864\n132,1646725842,47.74619,8.99867\n133,1646725843,47.74620,8.99869\n134,1646725844,47.74620,8.99870\n135,1646725845,47.74621,8.99871\n136,1646725846,47.74621,8.99872\n137,1646725847,47.74622,8.99874\n138,1646725848,47.74623,8.99876\n139,1646725849,47.74637,8.99866\n140,1646725851,47.74637,8.99867\n141,1646725870,47.74638,8.99903\n142,1646725871,47.74641,8.99902\n143,1646725872,47.74642,8.99903\n144,1646725873,47.74642,8.99904\n145,1646725874,47.74643,8.99906\n146,1646725875,47.74645,8.99906\n147,1646725876,47.74646,8.99908\n148,1646725877,47.74647,8.99908\n149,1646725878,47.74648,8.99909\n150,1646725879,47.74664,8.99894\n151,1646725899,47.74679,8.99911\n152,1646725901,47.74680,8.99912\n153,1646725902,47.74682,8.99914\n154,1646725903,47.74683,8.99914\n155,1646725904,47.74685,8.99916\n156,1646725905,47.74687,8.99918\n157,1646725906,47.74689,8.99920\n158,1646725907,47.74692,8.99922\n159,1646725908,47.74694,8.99923\n160,1646725909,47.74696,8.99925\n161,1646725929,47.74700,8.99940\n162,1646725930,47.74700,8.99940\n163,1646725931,47.74698,8.99942\n164,1646725932,47.74699,8.99941\n165,1646725933,47.74699,8.99940\n166,1646725934,47.74701,8.99937\n167,1646725935,47.74701,8.99933\n168,1646725936,47.74702,8.99930\n169,1646725937,47.74703,8.99927\n170,1646725938,47.74704,8.99923\n171,1646725958,47.74713,8.99893\n172,1646725959,47.74713,8.99894\n173,1646725960,47.74713,8.99894\n174,1646725961,47.74713,8.99894\n175,1646725962,47.74714,8.99894\n176,1646725963,47.74715,8.99894\n177,1646725964,47.74716,8.99894\n178,1646725965,47.74717,8.99894\n179,1646725966,47.74719,8.99893\n180,1646725967,47.74722,8.99893\n181,1646725988,47.74758,8.99916\n182,1646725989,47.74748,8.99924\n183,1646725990,47.74748,8.99924\n184,1646725991,47.74749,8.99925\n185,1646725992,47.74749,8.99926\n186,1646725993,47.74763,8.99910\n187,1646725995,47.74764,8.99910\n188,1646725996,47.74765,8.99913\n189,1646725997,47.74767,8.99916\n190,1646725998,47.74767,8.99917\n191,1646726018,47.74788,8.99922\n192,1646726019,47.74784,8.99925\n193,1646726021,47.74784,8.99925\n194,1646726022,47.74783,8.99925\n195,1646726023,47.74782,8.99926\n196,1646726024,47.74783,8.99928\n197,1646726025,47.74784,8.99929\n198,1646726026,47.74787,8.99931\n199,1646726027,47.74790,8.99933\n200,1646726028,47.74792,8.99934\n201,1646726056,47.74816,8.99933\n202,1646726057,47.74816,8.99935\n203,1646726058,47.74815,8.99937\n204,1646726059,47.74818,8.99939\n205,1646726060,47.74820,8.99941\n206,1646726061,47.74822,8.99943\n207,1646726062,47.74825,8.99946\n208,1646726063,47.74828,8.99948\n209,1646726064,47.74830,8.99950\n210,1646726065,47.74831,8.99952\n211,1646726087,47.74825,8.99998\n212,1646726088,47.74827,8.99996\n213,1646726089,47.74827,8.99995\n214,1646726090,47.74826,8.99995\n215,1646726091,47.74826,8.99994\n216,1646726092,47.74826,8.99992\n217,1646726093,47.74827,8.99990\n218,1646726094,47.74829,8.99988\n219,1646726095,47.74846,8.99951\n220,1646726097,47.74850,8.99950\n221,1646726116,47.74853,8.99929\n222,1646726117,47.74841,8.99960\n223,1646726118,47.74841,8.99959\n224,1646726119,47.74841,8.99957\n225,1646726120,47.74842,8.99955\n226,1646726121,47.74843,8.99953\n227,1646726122,47.74845,8.99950\n228,1646726123,47.74846,8.99948\n229,1646726124,47.74848,8.99946\n230,1646726125,47.74869,8.99914\n231,1646726156,47.74897,8.99906\n232,1646726158,47.74895,8.99888\n233,1646726159,47.74892,8.99876\n234,1646726160,47.74893,8.99869\n235,1646726161,47.74893,8.99865\n236,1646726162,47.74895,8.99861\n237,1646726163,47.74897,8.99858\n238,1646726164,47.74899,8.99856\n239,1646726165,47.74901,8.99855\n240,1646726166,47.74903,8.99853\n241,1646726188,47.74901,8.99857\n242,1646726189,47.74903,8.99854\n243,1646726190,47.74905,8.99850\n244,1646726191,47.74927,8.99808\n245,1646726193,47.74925,8.99813\n246,1646726194,47.74924,8.99815\n247,1646726195,47.74928,8.99816\n248,1646726196,47.74931,8.99816\n249,1646726197,47.74931,8.99818\n250,1646726198,47.74931,8.99820\n251,1646726230,47.74968,8.99860\n252,1646726231,47.74970,8.99863\n253,1646726232,47.74973,8.99864\n254,1646726233,47.74976,8.99866\n255,1646726234,47.74978,8.99867\n256,1646726235,47.74980,8.99868\n257,1646726236,47.74982,8.99869\n258,1646726237,47.74983,8.99870\n259,1646726238,47.74985,8.99870\n260,1646726239,47.74985,8.99871\n261,1646726257,47.75003,8.99835\n262,1646726258,47.75004,8.99834\n263,1646726260,47.75003,8.99832\n264,1646726261,47.75002,8.99831\n265,1646726262,47.75002,8.99827\n266,1646726263,47.75004,8.99826\n267,1646726264,47.75005,8.99824\n268,1646726265,47.75006,8.99822\n269,1646726266,47.75007,8.99820\n270,1646726267,47.75008,8.99819\n271,1646726286,47.74985,8.99848\n272,1646726287,47.74985,8.99849\n273,1646726288,47.74985,8.99848\n274,1646726289,47.74985,8.99848\n275,1646726290,47.74986,8.99847\n276,1646726291,47.74986,8.99846\n277,1646726292,47.74986,8.99845\n278,1646726293,47.75013,8.99809\n279,1646726295,47.75014,8.99804\n280,1646726296,47.75015,8.99801\n281,1646726316,47.75014,8.99780\n282,1646726317,47.75014,8.99779\n283,1646726318,47.75015,8.99777\n284,1646726319,47.75015,8.99775\n285,1646726320,47.75016,8.99772\n286,1646726321,47.75018,8.99768\n287,1646726322,47.75020,8.99764\n288,1646726323,47.75044,8.99717\n289,1646726325,47.75049,8.99712\n290,1646726326,47.75051,8.99710\n291,1646726349,47.75044,8.99690\n292,1646726350,47.75043,8.99690\n293,1646726352,47.75042,8.99691\n294,1646726353,47.75040,8.99693\n295,1646726354,47.75040,8.99693\n296,1646726355,47.75039,8.99694\n297,1646726356,47.75038,8.99695\n298,1646726357,47.75041,8.99696\n299,1646726358,47.75045,8.99696\n300,1646726359,47.75048,8.99697\n301,1646726379,47.75069,8.99770\n302,1646726380,47.75065,8.99781\n303,1646726381,47.75067,8.99785\n304,1646726382,47.75069,8.99787\n305,1646726383,47.75072,8.99790\n306,1646726384,47.75075,8.99793\n307,1646726385,47.75077,8.99796\n308,1646726386,47.75077,8.99797\n309,1646726387,47.75077,8.99797\n310,1646726388,47.75077,8.99796\n311,1646726408,47.75082,8.99813\n312,1646726409,47.75084,8.99817\n313,1646726410,47.75086,8.99818\n314,1646726412,47.75085,8.99821\n315,1646726413,47.75087,8.99821\n316,1646726414,47.75088,8.99823\n317,1646726415,47.75088,8.99826\n318,1646726416,47.75089,8.99826\n319,1646726417,47.75090,8.99826\n320,1646726418,47.75091,8.99826\n321,1646726439,47.75133,8.99804\n322,1646726440,47.75119,8.99822\n323,1646726441,47.75116,8.99826\n324,1646726442,47.75111,8.99832\n325,1646726443,47.75111,8.99830\n326,1646726444,47.75113,8.99826\n327,1646726445,47.75114,8.99823\n328,1646726446,47.75116,8.99820\n329,1646726447,47.75117,8.99821\n330,1646726448,47.75118,8.99820\n331,1646726469,47.75149,8.99770\n332,1646726470,47.75150,8.99806\n333,1646726471,47.75148,8.99816\n334,1646726472,47.75149,8.99818\n335,1646726473,47.75150,8.99817\n336,1646726474,47.75151,8.99817\n337,1646726475,47.75152,8.99815\n338,1646726476,47.75152,8.99814\n339,1646726477,47.75154,8.99815\n340,1646726478,47.75154,8.99816\n341,1646726498,47.75191,8.99763\n342,1646726499,47.75188,8.99764\n343,1646726500,47.75188,8.99764\n344,1646726501,47.75187,8.99763\n345,1646726502,47.75186,8.99762\n346,1646726503,47.75183,8.99764\n347,1646726504,47.75182,8.99765\n348,1646726505,47.75183,8.99765\n349,1646726506,47.75183,8.99764\n350,1646726507,47.75185,8.99762\n351,1646726528,47.75209,8.99712\n352,1646726529,47.75203,8.99718\n353,1646726530,47.75199,8.99722\n354,1646726531,47.75197,8.99723\n355,1646726532,47.75196,8.99722\n356,1646726533,47.75247,8.99662\n357,1646726535,47.75239,8.99679\n358,1646726536,47.75238,8.99679\n359,1646726537,47.75237,8.99682\n360,1646726538,47.75238,8.99680\n361,1646726559,47.75216,8.99673\n362,1646726560,47.75216,8.99672\n363,1646726561,47.75218,8.99669\n364,1646726562,47.75220,8.99666\n365,1646726563,47.75221,8.99663\n366,1646726564,47.75222,8.99660\n367,1646726565,47.75224,8.99657\n368,1646726566,47.75225,8.99655\n369,1646726567,47.75226,8.99653\n370,1646726568,47.75227,8.99651\n371,1646726588,47.75250,8.99612\n372,1646726589,47.75244,8.99619\n373,1646726590,47.75247,8.99613\n374,1646726591,47.75249,8.99608\n375,1646726592,47.75250,8.99606\n376,1646726593,47.75249,8.99607\n377,1646726594,47.75248,8.99607\n378,1646726595,47.75249,8.99608\n379,1646726596,47.75249,8.99607\n380,1646726597,47.75248,8.99606\n381,1646726619,47.75261,8.99586\n382,1646726620,47.75261,8.99586\n383,1646726621,47.75262,8.99585\n384,1646726622,47.75262,8.99581\n385,1646726623,47.75262,8.99576\n386,1646726624,47.75262,8.99572\n387,1646726625,47.75264,8.99568\n388,1646726626,47.75265,8.99565\n389,1646726627,47.75266,8.99563\n390,1646726628,47.75267,8.99561\n391,1646726651,47.75289,8.99520\n392,1646726652,47.75290,8.99519\n393,1646726653,47.75292,8.99517\n394,1646726654,47.75292,8.99516\n395,1646726655,47.75292,8.99514\n396,1646726656,47.75295,8.99512\n397,1646726657,47.75297,8.99511\n398,1646726658,47.75298,8.99508\n399,1646726659,47.75299,8.99506\n400,1646726660,47.75321,8.99475\n401,1646726679,47.75329,8.99461\n402,1646726680,47.75328,8.99460\n403,1646726681,47.75329,8.99458\n404,1646726682,47.75324,8.99464\n405,1646726683,47.75322,8.99466\n406,1646726684,47.75321,8.99467\n407,1646726685,47.75321,8.99466\n408,1646726686,47.75322,8.99464\n409,1646726687,47.75323,8.99462\n410,1646726688,47.75325,8.99461\n411,1646726709,47.75345,8.99364\n412,1646726710,47.75345,8.99424\n413,1646726711,47.75345,8.99424\n414,1646726712,47.75344,8.99423\n415,1646726713,47.75344,8.99422\n416,1646726714,47.75345,8.99420\n417,1646726715,47.75345,8.99416\n418,1646726716,47.75347,8.99413\n419,1646726717,47.75349,8.99409\n420,1646726718,47.75350,8.99405\n421,1646726740,47.75340,8.99413\n422,1646726741,47.75346,8.99409\n423,1646726742,47.75348,8.99407\n424,1646726743,47.75351,8.99406\n425,1646726744,47.75351,8.99405\n426,1646726745,47.75351,8.99403\n427,1646726746,47.75352,8.99402\n428,1646726747,47.75353,8.99399\n429,1646726748,47.75353,8.99397\n430,1646726749,47.75370,8.99340\n431,1646726772,47.75358,8.99388\n432,1646726773,47.75353,8.99389\n433,1646726774,47.75355,8.99391\n434,1646726775,47.75354,8.99391\n435,1646726776,47.75354,8.99391\n436,1646726777,47.75354,8.99391\n437,1646726778,47.75354,8.99390\n438,1646726779,47.75353,8.99389\n439,1646726780,47.75375,8.99341\n440,1646726782,47.75378,8.99338\n441,1646726803,47.75399,8.99323\n442,1646726804,47.75401,8.99321\n443,1646726805,47.75403,8.99317\n444,1646726806,47.75404,8.99314\n445,1646726807,47.75405,8.99311\n446,1646726808,47.75407,8.99308\n447,1646726809,47.75430,8.99248\n448,1646726811,47.75425,8.99257\n449,1646726812,47.75433,8.99260\n450,1646726813,47.75434,8.99259\n451,1646726833,47.75465,8.99200\n452,1646726835,47.75464,8.99198\n453,1646726836,47.75462,8.99197\n454,1646726837,47.75461,8.99195\n455,1646726838,47.75461,8.99195\n456,1646726839,47.75460,8.99196\n457,1646726840,47.75460,8.99197\n458,1646726841,47.75461,8.99199\n459,1646726842,47.75460,8.99202\n460,1646726843,47.75459,8.99203\n461,1646726869,47.75448,8.99185\n462,1646726871,47.75450,8.99184\n463,1646726872,47.75451,8.99183\n464,1646726873,47.75453,8.99177\n465,1646726874,47.75454,8.99173\n466,1646726875,47.75458,8.99170\n467,1646726876,47.75462,8.99164\n468,1646726877,47.75466,8.99159\n469,1646726878,47.75465,8.99154\n470,1646726879,47.75463,8.99150\n471,1646726900,47.75441,8.99180\n472,1646726901,47.75440,8.99175\n473,1646726902,47.75439,8.99174\n474,1646726903,47.75439,8.99171\n475,1646726904,47.75441,8.99171\n476,1646726905,47.75450,8.99139\n477,1646726907,47.75447,8.99136\n478,1646726908,47.75448,8.99138\n479,1646726909,47.75448,8.99138\n480,1646726910,47.75447,8.99137\n481,1646726927,47.75389,8.99099\n482,1646726929,47.75387,8.99089\n483,1646726930,47.75387,8.99087\n484,1646726931,47.75387,8.99086\n485,1646726932,47.75388,8.99086\n486,1646726933,47.75391,8.99085\n487,1646726934,47.75392,8.99085\n488,1646726935,47.75393,8.99086\n489,1646726936,47.75394,8.99087\n490,1646726937,47.75394,8.99086\n491,1646726963,47.75351,8.99109\n492,1646726964,47.75353,8.99140\n493,1646726965,47.75357,8.99070\n494,1646726967,47.75353,8.99069\n495,1646726968,47.75352,8.99068\n496,1646726969,47.75350,8.99069\n497,1646726970,47.75349,8.99068\n498,1646726971,47.75350,8.99068\n499,1646726972,47.75350,8.99068\n500,1646726973,47.75351,8.99068\n501,1646727001,47.75317,8.99071\n502,1646727003,47.75319,8.99071\n503,1646727004,47.75320,8.99071\n504,1646727005,47.75320,8.99071\n505,1646727006,47.75320,8.99071\n506,1646727007,47.75320,8.99070\n507,1646727008,47.75321,8.99070\n508,1646727009,47.75322,8.99070\n509,1646727010,47.75322,8.99070\n510,1646727011,47.75322,8.99070\n511,1646727030,47.75294,8.99054\n512,1646727032,47.75291,8.99057\n513,1646727033,47.75292,8.99057\n514,1646727034,47.75292,8.99057\n515,1646727035,47.75292,8.99057\n516,1646727036,47.75291,8.99057\n517,1646727037,47.75289,8.99057\n518,1646727038,47.75288,8.99058\n519,1646727039,47.75287,8.99058\n520,1646727040,47.75286,8.99059\n521,1646727067,47.75243,8.99044\n522,1646727068,47.75243,8.99044\n523,1646727070,47.75244,8.99046\n524,1646727071,47.75244,8.99047\n525,1646727072,47.75245,8.99047\n526,1646727073,47.75246,8.99049\n527,1646727074,47.75247,8.99049\n528,1646727075,47.75248,8.99048\n529,1646727076,47.75247,8.99050\n530,1646727077,47.75246,8.99049\n531,1646727097,47.75210,8.99037\n532,1646727098,47.75209,8.99038\n533,1646727100,47.75208,8.99038\n534,1646727101,47.75207,8.99038\n535,1646727102,47.75208,8.99038\n536,1646727103,47.75208,8.99038\n537,1646727104,47.75208,8.99039\n538,1646727105,47.75208,8.99039\n539,1646727106,47.75207,8.99040\n540,1646727107,47.75207,8.99040\n541,1646727128,47.75190,8.99030\n542,1646727129,47.75190,8.99029\n543,1646727130,47.75189,8.99029\n544,1646727131,47.75190,8.99027\n545,1646727132,47.75190,8.99027\n546,1646727133,47.75190,8.99012\n547,1646727135,47.75189,8.99010\n548,1646727136,47.75189,8.99009\n549,1646727137,47.75188,8.99009\n550,1646727138,47.75187,8.99008\n551,1646727155,47.75183,8.98974\n552,1646727157,47.75182,8.98972\n553,1646727158,47.75181,8.98972\n554,1646727159,47.75183,8.98971\n555,1646727160,47.75182,8.98971\n556,1646727161,47.75182,8.98970\n557,1646727162,47.75181,8.98968\n558,1646727163,47.75179,8.98966\n559,1646727164,47.75178,8.98965\n560,1646727165,47.75178,8.98963\n561,1646727186,47.75148,8.98964\n562,1646727187,47.75147,8.98963\n563,1646727188,47.75147,8.98961\n564,1646727189,47.75146,8.98961\n565,1646727190,47.75145,8.98960\n566,1646727191,47.75145,8.98959\n567,1646727192,47.75144,8.98960\n568,1646727193,47.75142,8.98926\n569,1646727195,47.75142,8.98923\n570,1646727196,47.75146,8.98922\n571,1646727215,47.75129,8.98888\n572,1646727216,47.75128,8.98886\n573,1646727218,47.75128,8.98886\n574,1646727219,47.75127,8.98885\n575,1646727220,47.75129,8.98885\n576,1646727221,47.75129,8.98885\n577,1646727222,47.75129,8.98884\n578,1646727223,47.75128,8.98884\n579,1646727224,47.75126,8.98884\n580,1646727225,47.75125,8.98884\n581,1646727247,47.75111,8.98902\n582,1646727248,47.75112,8.98903\n583,1646727249,47.75113,8.98902\n584,1646727250,47.75114,8.98901\n585,1646727251,47.75115,8.98900\n586,1646727252,47.75116,8.98898\n587,1646727253,47.75121,8.98880\n588,1646727255,47.75121,8.98877\n589,1646727256,47.75120,8.98875\n590,1646727257,47.75120,8.98873\n591,1646727275,47.75147,8.98848\n592,1646727276,47.75140,8.98844\n593,1646727278,47.75138,8.98841\n594,1646727279,47.75135,8.98837\n595,1646727280,47.75132,8.98837\n596,1646727281,47.75129,8.98837\n597,1646727282,47.75127,8.98835\n598,1646727283,47.75126,8.98833\n599,1646727284,47.75124,8.98831\n600,1646727285,47.75122,8.98829\n601,1646727307,47.75096,8.98818\n602,1646727308,47.75094,8.98819\n603,1646727309,47.75092,8.98819\n604,1646727310,47.75090,8.98819\n605,1646727311,47.75089,8.98819\n606,1646727312,47.75087,8.98818\n607,1646727313,47.75087,8.98800\n608,1646727315,47.75085,8.98799\n609,1646727316,47.75084,8.98798\n610,1646727317,47.75083,8.98797\n611,1646727334,47.75064,8.98788\n612,1646727336,47.75060,8.98786\n613,1646727337,47.75059,8.98784\n614,1646727338,47.75058,8.98784\n615,1646727339,47.75056,8.98783\n616,1646727340,47.75055,8.98782\n617,1646727341,47.75054,8.98781\n618,1646727342,47.75052,8.98780\n619,1646727343,47.75051,8.98779\n620,1646727344,47.75050,8.98777\n621,1646727365,47.75022,8.98775\n622,1646727366,47.75020,8.98775\n623,1646727367,47.75019,8.98775\n624,1646727368,47.75018,8.98773\n625,1646727369,47.75017,8.98771\n626,1646727370,47.75016,8.98769\n627,1646727371,47.75016,8.98767\n628,1646727372,47.75015,8.98766\n629,1646727373,47.75016,8.98749\n630,1646727375,47.75016,8.98747\n631,1646727397,47.74992,8.98732\n632,1646727398,47.74993,8.98730\n633,1646727399,47.74992,8.98729\n634,1646727400,47.74992,8.98728\n635,1646727401,47.74991,8.98727\n636,1646727402,47.74991,8.98726\n637,1646727403,47.74991,8.98709\n638,1646727405,47.74990,8.98708\n639,1646727406,47.74989,8.98706\n640,1646727407,47.74989,8.98704\n641,1646727431,47.74966,8.98672\n642,1646727432,47.74965,8.98671\n643,1646727433,47.74964,8.98664\n644,1646727435,47.74963,8.98663\n645,1646727436,47.74961,8.98663\n646,1646727437,47.74961,8.98662\n647,1646727438,47.74960,8.98661\n648,1646727439,47.74959,8.98660\n649,1646727440,47.74958,8.98659\n650,1646727441,47.74957,8.98658\n651,1646727460,47.74939,8.98633\n652,1646727462,47.74939,8.98632\n653,1646727463,47.74938,8.98630\n654,1646727464,47.74937,8.98629\n655,1646727465,47.74936,8.98627\n656,1646727466,47.74935,8.98626\n657,1646727467,47.74934,8.98624\n658,1646727468,47.74933,8.98623\n659,1646727469,47.74932,8.98622\n660,1646727470,47.74931,8.98620\n661,1646727490,47.74911,8.98602\n662,1646727491,47.74911,8.98603\n663,1646727492,47.74910,8.98604\n664,1646727493,47.74910,8.98603\n665,1646727494,47.74910,8.98601\n666,1646727495,47.74910,8.98599\n667,1646727496,47.74909,8.98597\n668,1646727497,47.74909,8.98597\n669,1646727498,47.74908,8.98596\n670,1646727499,47.74911,8.98585\n671,1646727519,47.74902,8.98581\n672,1646727521,47.74900,8.98579\n673,1646727522,47.74899,8.98577\n674,1646727523,47.74898,8.98576\n675,1646727524,47.74897,8.98575\n676,1646727525,47.74897,8.98574\n677,1646727526,47.74897,8.98573\n678,1646727527,47.74897,8.98573\n679,1646727528,47.74897,8.98573\n680,1646727529,47.74898,8.98573\n681,1646727548,47.74881,8.98551\n682,1646727549,47.74880,8.98543\n683,1646727550,47.74880,8.98557\n684,1646727551,47.74878,8.98556\n685,1646727552,47.74878,8.98554\n686,1646727553,47.74877,8.98551\n687,1646727554,47.74875,8.98550\n688,1646727555,47.74874,8.98549\n689,1646727556,47.74874,8.98548\n690,1646727557,47.74873,8.98548\n691,1646727577,47.74856,8.98516\n692,1646727578,47.74855,8.98512\n693,1646727579,47.74855,8.98511\n694,1646727580,47.74855,8.98509\n695,1646727581,47.74855,8.98507\n696,1646727582,47.74855,8.98506\n697,1646727583,47.74854,8.98512\n698,1646727585,47.74854,8.98508\n699,1646727586,47.74853,8.98506\n700,1646727587,47.74853,8.98507\n701,1646727609,47.74828,8.98496\n702,1646727610,47.74827,8.98494\n703,1646727611,47.74828,8.98493\n704,1646727612,47.74829,8.98491\n705,1646727613,47.74829,8.98498\n706,1646727615,47.74826,8.98495\n707,1646727616,47.74824,8.98493\n708,1646727617,47.74823,8.98490\n709,1646727618,47.74822,8.98488\n710,1646727619,47.74822,8.98487\n711,1646727636,47.74805,8.98447\n712,1646727638,47.74805,8.98447\n713,1646727639,47.74805,8.98446\n714,1646727640,47.74806,8.98446\n715,1646727641,47.74805,8.98445\n716,1646727642,47.74806,8.98444\n717,1646727643,47.74806,8.98443\n718,1646727644,47.74806,8.98441\n719,1646727645,47.74806,8.98440\n720,1646727646,47.74805,8.98438\n721,1646727665,47.74798,8.98389\n722,1646727666,47.74800,8.98387\n723,1646727667,47.74800,8.98385\n724,1646727668,47.74800,8.98383\n725,1646727669,47.74800,8.98382\n726,1646727670,47.74799,8.98380\n727,1646727671,47.74798,8.98378\n728,1646727672,47.74798,8.98376\n729,1646727673,47.74797,8.98389\n730,1646727675,47.74797,8.98386\n731,1646727695,47.74794,8.98339\n732,1646727696,47.74796,8.98339\n733,1646727697,47.74797,8.98337\n734,1646727698,47.74797,8.98335\n735,1646727699,47.74798,8.98333\n736,1646727700,47.74798,8.98332\n737,1646727701,47.74798,8.98331\n738,1646727702,47.74798,8.98329\n739,1646727703,47.74798,8.98331\n740,1646727705,47.74797,8.98330\n741,1646727726,47.74782,8.98314\n742,1646727727,47.74782,8.98313\n743,1646727728,47.74782,8.98312\n744,1646727729,47.74781,8.98312\n745,1646727730,47.74780,8.98310\n746,1646727731,47.74780,8.98308\n747,1646727732,47.74779,8.98306\n748,1646727733,47.74779,8.98314\n749,1646727735,47.74779,8.98316\n750,1646727736,47.74778,8.98316\n751,1646727758,47.74748,8.98297\n752,1646727759,47.74747,8.98297\n753,1646727760,47.74746,8.98295\n754,1646727761,47.74746,8.98295\n755,1646727762,47.74746,8.98294\n756,1646727763,47.74746,8.98285\n757,1646727765,47.74746,8.98285\n758,1646727766,47.74745,8.98283\n759,1646727767,47.74745,8.98281\n760,1646727768,47.74745,8.98278\n761,1646727793,47.74729,8.98273\n762,1646727794,47.74729,8.98273\n763,1646727796,47.74729,8.98275\n764,1646727797,47.74728,8.98277\n765,1646727798,47.74728,8.98279\n766,1646727799,47.74727,8.98281\n767,1646727800,47.74727,8.98283\n768,1646727801,47.74727,8.98285\n769,1646727802,47.74726,8.98287\n770,1646727803,47.74725,8.98289\n771,1646727823,47.74712,8.98319\n772,1646727824,47.74711,8.98319\n773,1646727825,47.74710,8.98318\n774,1646727826,47.74710,8.98318\n775,1646727827,47.74711,8.98319\n776,1646727828,47.74711,8.98320\n777,1646727829,47.74711,8.98321\n778,1646727830,47.74711,8.98323\n779,1646727831,47.74710,8.98326\n780,1646727832,47.74711,8.98328\n781,1646727851,47.74682,8.98342\n782,1646727853,47.74681,8.98341\n783,1646727854,47.74681,8.98340\n784,1646727855,47.74680,8.98341\n785,1646727856,47.74679,8.98341\n786,1646727857,47.74677,8.98341\n787,1646727858,47.74677,8.98342\n788,1646727859,47.74676,8.98342\n789,1646727860,47.74674,8.98342\n790,1646727861,47.74673,8.98342\n791,1646727882,47.74647,8.98338\n792,1646727883,47.74645,8.98340\n793,1646727884,47.74643,8.98340\n794,1646727885,47.74642,8.98340\n795,1646727886,47.74641,8.98340\n796,1646727887,47.74640,8.98339\n797,1646727888,47.74638,8.98340\n798,1646727889,47.74638,8.98357\n799,1646727891,47.74637,8.98357\n800,1646727892,47.74637,8.98357\n801,1646727913,47.74610,8.98366\n802,1646727914,47.74608,8.98357\n803,1646727915,47.74607,8.98355\n804,1646727916,47.74605,8.98351\n805,1646727917,47.74606,8.98350\n806,1646727918,47.74604,8.98351\n807,1646727919,47.74603,8.98358\n808,1646727921,47.74603,8.98356\n809,1646727922,47.74603,8.98356\n810,1646727923,47.74602,8.98355\n811,1646727941,47.74571,8.98334\n812,1646727942,47.74575,8.98329\n813,1646727944,47.74575,8.98327\n814,1646727945,47.74574,8.98325\n815,1646727946,47.74574,8.98322\n816,1646727947,47.74573,8.98321\n817,1646727948,47.74572,8.98320\n818,1646727949,47.74572,8.98320\n819,1646727950,47.74571,8.98319\n820,1646727951,47.74570,8.98318\n821,1646727974,47.74539,8.98214\n822,1646727975,47.74539,8.98218\n823,1646727976,47.74538,8.98226\n824,1646727977,47.74536,8.98229\n825,1646727978,47.74536,8.98232\n826,1646727979,47.74539,8.98279\n827,1646727981,47.74537,8.98279\n828,1646727982,47.74537,8.98277\n829,1646727983,47.74536,8.98275\n830,1646727984,47.74535,8.98273\n831,1646728006,47.74504,8.98267\n832,1646728007,47.74504,8.98269\n833,1646728008,47.74502,8.98273\n834,1646728009,47.74501,8.98284\n835,1646728011,47.74501,8.98284\n836,1646728012,47.74500,8.98285\n837,1646728013,47.74500,8.98286\n838,1646728014,47.74498,8.98287\n839,1646728015,47.74497,8.98288\n840,1646728016,47.74496,8.98289\n841,1646728033,47.74493,8.98336\n842,1646728035,47.74493,8.98337\n843,1646728036,47.74493,8.98338\n844,1646728037,47.74493,8.98339\n845,1646728038,47.74493,8.98341\n846,1646728039,47.74494,8.98342\n847,1646728040,47.74495,8.98343\n848,1646728041,47.74495,8.98345\n849,1646728042,47.74496,8.98347\n850,1646728043,47.74496,8.98349\n851,1646728068,47.74503,8.98369\n852,1646728069,47.74505,8.98399\n853,1646728071,47.74505,8.98402\n854,1646728072,47.74505,8.98403\n855,1646728073,47.74505,8.98405\n856,1646728074,47.74505,8.98407\n857,1646728075,47.74504,8.98408\n858,1646728076,47.74504,8.98410\n859,1646728077,47.74504,8.98411\n860,1646728078,47.74504,8.98413\n861,1646728099,47.74504,8.98438\n862,1646728100,47.74503,8.98438\n863,1646728101,47.74503,8.98439\n864,1646728102,47.74503,8.98442\n865,1646728103,47.74503,8.98444\n866,1646728104,47.74502,8.98444\n867,1646728105,47.74501,8.98464\n868,1646728107,47.74501,8.98464\n869,1646728108,47.74502,8.98464\n870,1646728109,47.74502,8.98464\n871,1646728129,47.74521,8.98501\n872,1646728130,47.74521,8.98501\n873,1646728132,47.74523,8.98499\n874,1646728133,47.74524,8.98498\n875,1646728134,47.74524,8.98498\n876,1646728135,47.74525,8.98497\n877,1646728136,47.74527,8.98496\n878,1646728137,47.74529,8.98494\n879,1646728138,47.74531,8.98493\n880,1646728139,47.74534,8.98490\n881,1646728164,47.74575,8.98449\n882,1646728165,47.74572,8.98481\n883,1646728167,47.74570,8.98483\n884,1646728168,47.74569,8.98483\n885,1646728169,47.74569,8.98482\n886,1646728170,47.74569,8.98482\n887,1646728171,47.74569,8.98482\n888,1646728172,47.74569,8.98482\n889,1646728173,47.74569,8.98482\n890,1646728174,47.74569,8.98482\n891,1646728191,47.74581,8.98472\n892,1646728193,47.74583,8.98479\n893,1646728194,47.74586,8.98479\n894,1646728195,47.74589,8.98479\n895,1646728196,47.74592,8.98478\n896,1646728197,47.74596,8.98476\n897,1646728198,47.74602,8.98473\n898,1646728199,47.74609,8.98471\n899,1646728200,47.74615,8.98469\n900,1646728201,47.74620,8.98468\n901,1646728224,47.74639,8.98474\n902,1646728225,47.74640,8.98476\n903,1646728226,47.74640,8.98478\n904,1646728227,47.74641,8.98478\n905,1646728228,47.74643,8.98479\n906,1646728229,47.74644,8.98479\n907,1646728230,47.74646,8.98480\n908,1646728231,47.74649,8.98497\n909,1646728233,47.74652,8.98497\n910,1646728234,47.74653,8.98497\n911,1646728251,47.74676,8.98517\n912,1646728253,47.74678,8.98516\n913,1646728254,47.74681,8.98514\n914,1646728255,47.74684,8.98513\n915,1646728256,47.74686,8.98512\n916,1646728257,47.74689,8.98511\n917,1646728258,47.74691,8.98510\n918,1646728259,47.74692,8.98509\n919,1646728260,47.74693,8.98511\n920,1646728261,47.74693,8.98513\n921,1646728280,47.74692,8.98532\n922,1646728281,47.74692,8.98536\n923,1646728282,47.74692,8.98537\n924,1646728283,47.74692,8.98540\n925,1646728284,47.74691,8.98544\n926,1646728285,47.74691,8.98547\n927,1646728286,47.74693,8.98543\n928,1646728287,47.74691,8.98545\n929,1646728288,47.74690,8.98547\n930,1646728289,47.74688,8.98550\n931,1646728308,47.74687,8.98612\n932,1646728309,47.74689,8.98612\n933,1646728310,47.74689,8.98612\n934,1646728311,47.74689,8.98612\n935,1646728312,47.74689,8.98613\n936,1646728313,47.74689,8.98614\n937,1646728314,47.74688,8.98615\n938,1646728315,47.74687,8.98629\n939,1646728317,47.74687,8.98633\n940,1646728318,47.74687,8.98635\n941,1646728335,47.74674,8.98671\n942,1646728337,47.74680,8.98677\n943,1646728338,47.74681,8.98677\n944,1646728339,47.74682,8.98677\n945,1646728340,47.74682,8.98677\n946,1646728341,47.74682,8.98677\n947,1646728342,47.74683,8.98676\n948,1646728343,47.74683,8.98676\n949,1646728344,47.74683,8.98676\n950,1646728345,47.74683,8.98679\n951,1646728364,47.74687,8.98730\n952,1646728365,47.74687,8.98733\n953,1646728366,47.74687,8.98737\n954,1646728367,47.74686,8.98740\n955,1646728368,47.74686,8.98745\n956,1646728369,47.74686,8.98750\n957,1646728370,47.74686,8.98753\n958,1646728371,47.74686,8.98756\n959,1646728372,47.74686,8.98758\n960,1646728373,47.74686,8.98760\n961,1646728399,47.74677,8.98826\n962,1646728401,47.74678,8.98825\n963,1646728402,47.74678,8.98824\n964,1646728403,47.74678,8.98823\n965,1646728404,47.74678,8.98823\n966,1646728405,47.74678,8.98822\n967,1646728406,47.74678,8.98823\n968,1646728407,47.74678,8.98823\n969,1646728408,47.74678,8.98823\n970,1646728409,47.74678,8.98822\n971,1646728426,47.74668,8.98899\n972,1646728428,47.74673,8.98893\n973,1646728429,47.74678,8.98886\n974,1646728430,47.74682,8.98877\n975,1646728431,47.74685,8.98867\n976,1646728432,47.74687,8.98855\n977,1646728433,47.74687,8.98845\n978,1646728434,47.74679,8.98837\n979,1646728435,47.74673,8.98839\n980,1646728436,47.74669,8.98846\n981,1646728457,47.74688,8.98905\n982,1646728458,47.74688,8.98907\n983,1646728459,47.74686,8.98910\n984,1646728460,47.74686,8.98909\n985,1646728461,47.74686,8.98909\n986,1646728462,47.74686,8.98909\n987,1646728463,47.74686,8.98908\n988,1646728464,47.74686,8.98909\n989,1646728465,47.74687,8.98931\n990,1646728467,47.74686,8.98932\n991,1646728489,47.74676,8.98950\n992,1646728490,47.74679,8.98951\n993,1646728491,47.74680,8.98953\n994,1646728492,47.74680,8.98957\n995,1646728493,47.74680,8.98961\n996,1646728494,47.74680,8.98964\n997,1646728495,47.74681,8.98985\n998,1646728497,47.74681,8.98988\n999,1646728498,47.74681,8.98990\n1000,1646728499,47.74681,8.98990\n1001,1646728519,47.74681,8.99008\n1002,1646728520,47.74680,8.99012\n1003,1646728521,47.74682,8.99018\n1004,1646728522,47.74681,8.99021\n1005,1646728523,47.74680,8.99024\n1006,1646728524,47.74680,8.99027\n1007,1646728525,47.74663,8.99033\n1008,1646728527,47.74663,8.99037\n1009,1646728528,47.74663,8.99041\n1010,1646728529,47.74663,8.99046\n1011,1646728548,47.74677,8.99068\n1012,1646728549,47.74675,8.99071\n1013,1646728551,47.74674,8.99075\n1014,1646728552,47.74672,8.99078\n1015,1646728553,47.74671,8.99081\n1016,1646728554,47.74670,8.99081\n1017,1646728555,47.74669,8.99084\n1018,1646728556,47.74668,8.99086\n1019,1646728557,47.74667,8.99086\n1020,1646728558,47.74667,8.99087\n1021,1646728575,47.74614,8.99071\n1022,1646728577,47.74612,8.99070\n1023,1646728578,47.74615,8.99072\n1024,1646728579,47.74617,8.99073\n1025,1646728580,47.74617,8.99072\n1026,1646728581,47.74618,8.99072\n1027,1646728582,47.74618,8.99072\n1028,1646728583,47.74618,8.99071\n1029,1646728584,47.74618,8.99073\n1030,1646728585,47.74617,8.99074\n1031,1646728604,47.74582,8.99044\n1032,1646728605,47.74582,8.99045\n1033,1646728606,47.74582,8.99046\n1034,1646728607,47.74582,8.99046\n1035,1646728608,47.74582,8.99046\n1036,1646728609,47.74583,8.99045\n1037,1646728610,47.74584,8.99044\n1038,1646728611,47.74585,8.99044\n1039,1646728612,47.74585,8.99044\n1040,1646728613,47.74584,8.99044\n1041,1646728633,47.74582,8.99041\n1042,1646728634,47.74578,8.99041\n1043,1646728635,47.74575,8.99040\n1044,1646728636,47.74574,8.99042\n1045,1646728637,47.74573,8.99041\n1046,1646728638,47.74574,8.99042\n1047,1646728639,47.74576,8.99067\n1048,1646728641,47.74575,8.99066\n1049,1646728642,47.74575,8.99066\n1050,1646728643,47.74574,8.99066\n1051,1646728664,47.74532,8.99059\n1052,1646728665,47.74532,8.99062\n1053,1646728666,47.74533,8.99061\n1054,1646728667,47.74532,8.99062\n1055,1646728668,47.74530,8.99062\n1056,1646728669,47.74531,8.99090\n1057,1646728671,47.74533,8.99088\n1058,1646728672,47.74533,8.99089\n1059,1646728673,47.74533,8.99089\n1060,1646728674,47.74533,8.99089\n1061,1646728691,47.74532,8.99139\n1062,1646728693,47.74531,8.99143\n1063,1646728694,47.74531,8.99144\n1064,1646728695,47.74532,8.99146\n1065,1646728696,47.74532,8.99148\n1066,1646728697,47.74532,8.99151\n1067,1646728698,47.74532,8.99154\n1068,1646728699,47.74531,8.99157\n1069,1646728700,47.74531,8.99159\n1070,1646728701,47.74532,8.99162\n1071,1646728722,47.74528,8.99172\n1072,1646728723,47.74528,8.99169\n1073,1646728724,47.74528,8.99169\n1074,1646728725,47.74530,8.99167\n1075,1646728726,47.74530,8.99167\n1076,1646728727,47.74530,8.99170\n1077,1646728728,47.74530,8.99173\n1078,1646728729,47.74531,8.99208\n1079,1646728731,47.74531,8.99214\n1080,1646728732,47.74531,8.99219\n1081,1646728751,47.74526,8.99215\n1082,1646728752,47.74526,8.99217\n1083,1646728753,47.74527,8.99219\n1084,1646728754,47.74527,8.99221\n1085,1646728755,47.74528,8.99222\n1086,1646728756,47.74529,8.99227\n1087,1646728757,47.74529,8.99227\n1088,1646728758,47.74529,8.99229\n1089,1646728759,47.74526,8.99242\n1090,1646728761,47.74526,8.99242\n1091,1646728781,47.74522,8.99284\n1092,1646728782,47.74523,8.99283\n1093,1646728783,47.74522,8.99286\n1094,1646728784,47.74522,8.99286\n1095,1646728785,47.74522,8.99286\n1096,1646728786,47.74522,8.99287\n1097,1646728787,47.74521,8.99288\n1098,1646728788,47.74520,8.99287\n1099,1646728789,47.74521,8.99311\n1100,1646728791,47.74521,8.99313\n1101,1646728811,47.74519,8.99333\n1102,1646728812,47.74517,8.99336\n1103,1646728813,47.74517,8.99338\n1104,1646728814,47.74517,8.99336\n1105,1646728815,47.74516,8.99338\n1106,1646728816,47.74515,8.99342\n1107,1646728817,47.74515,8.99346\n1108,1646728818,47.74514,8.99349\n1109,1646728819,47.74514,8.99379\n1110,1646728821,47.74514,8.99383\n1111,1646728841,47.74503,8.99378\n1112,1646728842,47.74505,8.99387\n1113,1646728843,47.74507,8.99392\n1114,1646728844,47.74508,8.99390\n1115,1646728845,47.74508,8.99394\n1116,1646728846,47.74507,8.99398\n1117,1646728847,47.74507,8.99400\n1118,1646728848,47.74507,8.99401\n1119,1646728849,47.74509,8.99428\n1120,1646728851,47.74509,8.99430\n1121,1646728870,47.74504,8.99452\n1122,1646728871,47.74503,8.99456\n1123,1646728872,47.74503,8.99456\n1124,1646728873,47.74501,8.99457\n1125,1646728874,47.74501,8.99458\n1126,1646728875,47.74501,8.99461\n1127,1646728876,47.74500,8.99466\n1128,1646728877,47.74499,8.99470\n1129,1646728878,47.74498,8.99475\n1130,1646728879,47.74497,8.99508\n1131,1646728900,47.74501,8.99498\n1132,1646728901,47.74499,8.99499\n1133,1646728902,47.74497,8.99504\n1134,1646728903,47.74497,8.99509\n1135,1646728904,47.74497,8.99513\n1136,1646728905,47.74497,8.99514\n1137,1646728906,47.74496,8.99515\n1138,1646728907,47.74495,8.99516\n1139,1646728908,47.74495,8.99518\n1140,1646728909,47.74495,8.99524\n1141,1646728930,47.74492,8.99512\n1142,1646728931,47.74493,8.99524\n1143,1646728932,47.74493,8.99526\n1144,1646728933,47.74493,8.99528\n1145,1646728934,47.74493,8.99529\n1146,1646728935,47.74492,8.99531\n1147,1646728936,47.74491,8.99534\n1148,1646728937,47.74490,8.99535\n1149,1646728938,47.74490,8.99536\n1150,1646728939,47.74490,8.99537\n1151,1646728959,47.74486,8.99553\n1152,1646728960,47.74487,8.99561\n1153,1646728961,47.74485,8.99568\n1154,1646728962,47.74485,8.99574\n1155,1646728963,47.74484,8.99580\n1156,1646728964,47.74483,8.99585\n1157,1646728965,47.74483,8.99588\n1158,1646728966,47.74482,8.99590\n1159,1646728967,47.74482,8.99594\n1160,1646728968,47.74481,8.99598\n1161,1646728990,47.74474,8.99635\n1162,1646728991,47.74475,8.99638\n1163,1646728992,47.74475,8.99638\n1164,1646728993,47.74475,8.99638\n1165,1646728994,47.74474,8.99641\n1166,1646728995,47.74474,8.99645\n1167,1646728996,47.74473,8.99646\n1168,1646728997,47.74472,8.99650\n1169,1646728998,47.74471,8.99653\n1170,1646728999,47.74472,8.99689\n1171,1646729018,47.74473,8.99728\n1172,1646729019,47.74471,8.99729\n1173,1646729021,47.74470,8.99732\n1174,1646729022,47.74469,8.99733\n1175,1646729023,47.74468,8.99734\n1176,1646729024,47.74468,8.99735\n1177,1646729025,47.74468,8.99736\n1178,1646729026,47.74467,8.99738\n1179,1646729027,47.74467,8.99739\n1180,1646729028,47.74466,8.99741\n1181,1646729046,47.74458,8.99776\n1182,1646729047,47.74458,8.99773\n1183,1646729048,47.74457,8.99767\n1184,1646729049,47.74456,8.99769\n1185,1646729050,47.74454,8.99769\n1186,1646729051,47.74452,8.99773\n1187,1646729052,47.74450,8.99777\n1188,1646729053,47.74451,8.99789\n1189,1646729055,47.74450,8.99790\n1190,1646729056,47.74449,8.99791\n1191,1646729083,47.74425,8.99843\n1192,1646729084,47.74425,8.99842\n1193,1646729086,47.74424,8.99844\n1194,1646729087,47.74424,8.99846\n1195,1646729088,47.74423,8.99847\n1196,1646729089,47.74422,8.99849\n1197,1646729090,47.74422,8.99850\n1198,1646729091,47.74422,8.99850\n1199,1646729092,47.74421,8.99852\n1200,1646729093,47.74421,8.99853\n1201,1646729113,47.74395,8.99875\n1202,1646729114,47.74396,8.99874\n1203,1646729115,47.74394,8.99873\n1204,1646729116,47.74393,8.99876\n1205,1646729117,47.74394,8.99874\n1206,1646729118,47.74393,8.99873\n1207,1646729119,47.74390,8.99885\n1208,1646729121,47.74389,8.99884\n1209,1646729122,47.74388,8.99885\n1210,1646729123,47.74386,8.99886\n1211,1646729142,47.74364,8.99901\n1212,1646729143,47.74362,8.99902\n1213,1646729145,47.74361,8.99903\n1214,1646729146,47.74359,8.99904\n1215,1646729147,47.74358,8.99905\n1216,1646729148,47.74357,8.99905\n1217,1646729149,47.74355,8.99906\n1218,1646729150,47.74354,8.99907\n1219,1646729151,47.74353,8.99908\n1220,1646729152,47.74351,8.99909\n1221,1646729192,47.74322,8.99901\n1222,1646729193,47.74319,8.99900\n1223,1646729194,47.74317,8.99901\n1224,1646729195,47.74316,8.99902\n1225,1646729196,47.74314,8.99902\n1226,1646729197,47.74310,8.99901\n1227,1646729198,47.74309,8.99901\n1228,1646729199,47.74308,8.99903\n1229,1646729200,47.74308,8.99904\n1230,1646729201,47.74308,8.99904\n1231,1646729238,47.74324,8.99914\n1232,1646729239,47.74324,8.99912\n1233,1646729240,47.74324,8.99911\n1234,1646729241,47.74323,8.99911\n1235,1646729242,47.74322,8.99910\n1236,1646729243,47.74320,8.99908\n1237,1646729244,47.74319,8.99907\n1238,1646729245,47.74319,8.99907\n1239,1646729246,47.74319,8.99907\n1240,1646729247,47.74319,8.99907\n1241,1646729283,47.74315,8.99904\n1242,1646729284,47.74313,8.99902\n1243,1646729285,47.74312,8.99902\n1244,1646729286,47.74311,8.99901\n1245,1646729287,47.74310,8.99900\n1246,1646729288,47.74308,8.99899\n1247,1646729289,47.74307,8.99898\n1248,1646729290,47.74307,8.99898\n1249,1646729291,47.74306,8.99897\n1250,1646729292,47.74306,8.99897\n1251,1646729330,47.74316,8.99904\n1252,1646729331,47.74314,8.99902\n1253,1646729332,47.74312,8.99900\n1254,1646729333,47.74310,8.99898\n1255,1646729334,47.74309,8.99897\n1256,1646729335,47.74308,8.99896\n1257,1646729336,47.74307,8.99895\n1258,1646729337,47.74307,8.99894\n1259,1646729338,47.74306,8.99894\n1260,1646729340,47.74305,8.99893\n1261,1646729389,47.74306,8.99897\n1262,1646729391,47.74304,8.99896\n1263,1646729392,47.74304,8.99896\n1264,1646729393,47.74304,8.99896\n1265,1646729394,47.74304,8.99896\n1266,1646729395,47.74304,8.99895\n1267,1646729396,47.74304,8.99895\n1268,1646729397,47.74303,8.99895\n1269,1646729398,47.74303,8.99895\n1270,1646729399,47.74303,8.99895\n1271,1646729416,47.74295,8.99892\n1272,1646729418,47.74298,8.99893\n1273,1646729419,47.74298,8.99893\n1274,1646729420,47.74299,8.99893\n1275,1646729421,47.74299,8.99894\n1276,1646729422,47.74300,8.99894\n1277,1646729423,47.74300,8.99894\n1278,1646729424,47.74301,8.99895\n1279,1646729425,47.74301,8.99895\n1280,1646729426,47.74301,8.99895\n1281,1646729445,47.74301,8.99892\n1282,1646729446,47.74302,8.99893\n1283,1646729447,47.74302,8.99893\n1284,1646729448,47.74301,8.99894\n1285,1646729449,47.74301,8.99894\n1286,1646729450,47.74301,8.99895\n1287,1646729451,47.74301,8.99895\n1288,1646729452,47.74302,8.99895\n1289,1646729453,47.74301,8.99895\n1290,1646729454,47.74301,8.99895\n1291,1646729472,47.74326,8.99913\n1292,1646729473,47.74306,8.99897\n1293,1646729474,47.74305,8.99897\n1294,1646729475,47.74304,8.99897\n1295,1646729476,47.74304,8.99897\n1296,1646729477,47.74304,8.99898\n1297,1646729478,47.74304,8.99898\n1298,1646729479,47.74304,8.99899\n1299,1646729481,47.74304,8.99899\n1300,1646729482,47.74304,8.99899\n1301,1646729500,47.74301,8.99901\n1302,1646729502,47.74303,8.99902\n1303,1646729503,47.74302,8.99902\n1304,1646729504,47.74302,8.99901\n1305,1646729505,47.74302,8.99900\n1306,1646729506,47.74302,8.99900\n1307,1646729507,47.74302,8.99900\n1308,1646729508,47.74302,8.99899\n1309,1646729509,47.74302,8.99899\n1310,1646729510,47.74302,8.99899\n1311,1646729528,47.74286,8.99889\n1312,1646729529,47.74300,8.99902\n1313,1646729530,47.74300,8.99900\n1314,1646729531,47.74300,8.99900\n1315,1646729532,47.74301,8.99900\n1316,1646729533,47.74301,8.99900\n1317,1646729534,47.74301,8.99899\n1318,1646729535,47.74301,8.99899\n1319,1646729536,47.74301,8.99899\n1320,1646729537,47.74301,8.99899\n1321,1646729555,47.74299,8.99880\n1322,1646729556,47.74303,8.99900\n1323,1646729557,47.74304,8.99900\n1324,1646729558,47.74304,8.99900\n1325,1646729559,47.74303,8.99899\n1326,1646729560,47.74303,8.99899\n1327,1646729561,47.74303,8.99898\n1328,1646729562,47.74303,8.99898\n1329,1646729563,47.74303,8.99898\n1330,1646729565,47.74303,8.99898\n1331,1646729584,47.74301,8.99899\n1332,1646729585,47.74301,8.99900\n1333,1646729586,47.74301,8.99901\n1334,1646729587,47.74302,8.99900\n1335,1646729588,47.74302,8.99899\n1336,1646729589,47.74302,8.99898\n1337,1646729590,47.74303,8.99899\n1338,1646729591,47.74303,8.99899\n1339,1646729592,47.74303,8.99899\n1340,1646729593,47.74303,8.99897\n1341,1646729611,47.74302,8.99894\n1342,1646729612,47.74304,8.99897\n1343,1646729613,47.74303,8.99897\n1344,1646729614,47.74304,8.99896\n1345,1646729615,47.74303,8.99896\n1346,1646729616,47.74303,8.99895\n1347,1646729617,47.74303,8.99895\n1348,1646729618,47.74303,8.99894\n1349,1646729619,47.74303,8.99894\n1350,1646729620,47.74303,8.99894\n1351,1646729639,47.74305,8.99894\n1352,1646729640,47.74304,8.99895\n1353,1646729641,47.74304,8.99896\n1354,1646729642,47.74304,8.99896\n1355,1646729643,47.74304,8.99896\n1356,1646729644,47.74303,8.99896\n1357,1646729645,47.74303,8.99896\n1358,1646729646,47.74302,8.99896\n1359,1646729647,47.74302,8.99896\n1360,1646729649,47.74302,8.99896\n1361,1646729668,47.74305,8.99896\n1362,1646729669,47.74304,8.99895\n1363,1646729670,47.74303,8.99895\n1364,1646729671,47.74302,8.99895\n1365,1646729672,47.74301,8.99894\n1366,1646729673,47.74300,8.99894\n1367,1646729674,47.74300,8.99894\n1368,1646729675,47.74300,8.99895\n1369,1646729676,47.74300,8.99895\n1370,1646729677,47.74300,8.99894\n1371,1646729697,47.74303,8.99893\n1372,1646729698,47.74303,8.99895\n1373,1646729699,47.74303,8.99895\n1374,1646729700,47.74303,8.99896\n1375,1646729701,47.74303,8.99896\n1376,1646729702,47.74302,8.99896\n1377,1646729703,47.74303,8.99896\n1378,1646729704,47.74303,8.99896\n1379,1646729705,47.74304,8.99896\n1380,1646729706,47.74304,8.99896\n1381,1646729727,47.74311,8.99890\n1382,1646729728,47.74305,8.99890\n1383,1646729729,47.74305,8.99891\n1384,1646729730,47.74305,8.99892\n1385,1646729731,47.74306,8.99893\n1386,1646729732,47.74306,8.99893\n1387,1646729733,47.74306,8.99894\n1388,1646729734,47.74306,8.99895\n1389,1646729735,47.74306,8.99895\n1390,1646729736,47.74306,8.99896\n1391,1646729756,47.74307,8.99898\n1392,1646729757,47.74307,8.99897\n1393,1646729758,47.74307,8.99897\n1394,1646729759,47.74306,8.99896\n1395,1646729760,47.74306,8.99895\n1396,1646729761,47.74306,8.99896\n1397,1646729763,47.74306,8.99895\n1398,1646729764,47.74306,8.99895\n1399,1646729765,47.74306,8.99894\n1400,1646729766,47.74306,8.99894\n1401,1646729784,47.74301,8.99896\n1402,1646729785,47.74306,8.99893\n1403,1646729787,47.74305,8.99893\n1404,1646729788,47.74305,8.99893\n1405,1646729789,47.74305,8.99894\n1406,1646729790,47.74305,8.99894\n1407,1646729791,47.74305,8.99894\n1408,1646729792,47.74305,8.99894\n1409,1646729793,47.74305,8.99894\n1410,1646729794,47.74304,8.99893\n1411,1646729812,47.74305,8.99900\n1412,1646729813,47.74302,8.99899\n1413,1646729814,47.74303,8.99898\n1414,1646729815,47.74301,8.99897\n1415,1646729816,47.74300,8.99896\n1416,1646729817,47.74300,8.99896\n1417,1646729818,47.74299,8.99896\n1418,1646729819,47.74299,8.99896\n1419,1646729820,47.74299,8.99896\n1420,1646729821,47.74301,8.99896\n1421,1646729841,47.74299,8.99893\n1422,1646729842,47.74300,8.99892\n1423,1646729843,47.74301,8.99892\n1424,1646729844,47.74301,8.99893\n1425,1646729845,47.74301,8.99893\n1426,1646729846,47.74301,8.99894\n1427,1646729847,47.74301,8.99894\n1428,1646729848,47.74301,8.99894\n1429,1646729849,47.74301,8.99895\n1430,1646729850,47.74301,8.99895\n1431,1646729870,47.74303,8.99898\n1432,1646729871,47.74303,8.99897\n1433,1646729872,47.74304,8.99897\n1434,1646729873,47.74304,8.99897\n1435,1646729874,47.74304,8.99897\n1436,1646729875,47.74304,8.99897\n1437,1646729876,47.74304,8.99897\n1438,1646729877,47.74303,8.99897\n1439,1646729878,47.74303,8.99897\n1440,1646729879,47.74303,8.99897\n1441,1646729899,47.74298,8.99889\n1442,1646729900,47.74300,8.99897\n1443,1646729901,47.74300,8.99897\n1444,1646729902,47.74300,8.99897\n1445,1646729903,47.74300,8.99898\n1446,1646729904,47.74300,8.99898\n1447,1646729905,47.74300,8.99898\n1448,1646729906,47.74301,8.99898\n1449,1646729908,47.74301,8.99898\n1450,1646729909,47.74301,8.99898\n1451,1646729926,47.74303,8.99900\n1452,1646729928,47.74301,8.99902\n1453,1646729929,47.74301,8.99901\n1454,1646729930,47.74301,8.99901\n1455,1646729931,47.74301,8.99900\n1456,1646729932,47.74301,8.99900\n1457,1646729933,47.74301,8.99900\n1458,1646729934,47.74301,8.99900\n1459,1646729935,47.74301,8.99899\n1460,1646729936,47.74302,8.99899\n1461,1646729955,47.74299,8.99887\n1462,1646729956,47.74300,8.99892\n1463,1646729957,47.74300,8.99893\n1464,1646729958,47.74301,8.99894\n1465,1646729959,47.74301,8.99894\n1466,1646729960,47.74301,8.99895\n1467,1646729961,47.74302,8.99895\n1468,1646729962,47.74302,8.99895\n1469,1646729963,47.74301,8.99895\n1470,1646729964,47.74301,8.99895\n1471,1646729984,47.74302,8.99894\n1472,1646729985,47.74302,8.99895\n1473,1646729986,47.74302,8.99895\n1474,1646729987,47.74302,8.99895\n1475,1646729988,47.74302,8.99895\n1476,1646729989,47.74302,8.99895\n1477,1646729990,47.74302,8.99895\n1478,1646729991,47.74302,8.99895\n1479,1646729992,47.74302,8.99895\n1480,1646729993,47.74303,8.99895\n1481,1646730012,47.74306,8.99894\n1482,1646730013,47.74301,8.99895\n1483,1646730014,47.74301,8.99895\n1484,1646730015,47.74300,8.99895\n1485,1646730016,47.74300,8.99894\n1486,1646730017,47.74299,8.99893\n1487,1646730018,47.74299,8.99893\n1488,1646730019,47.74299,8.99893\n1489,1646730020,47.74299,8.99893\n1490,1646730022,47.74299,8.99893\n1491,1646730040,47.74299,8.99899\n1492,1646730041,47.74302,8.99898\n1493,1646730042,47.74302,8.99897\n1494,1646730043,47.74302,8.99897\n1495,1646730044,47.74302,8.99897\n1496,1646730045,47.74302,8.99897\n1497,1646730046,47.74303,8.99898\n1498,1646730047,47.74302,8.99897\n1499,1646730048,47.74302,8.99897\n1500,1646730049,47.74303,8.99897\n1501,1646730069,47.74300,8.99896\n1502,1646730070,47.74300,8.99896\n1503,1646730071,47.74301,8.99896\n1504,1646730072,47.74301,8.99896\n1505,1646730073,47.74301,8.99896\n1506,1646730074,47.74302,8.99897\n1507,1646730075,47.74302,8.99897\n1508,1646730076,47.74302,8.99897\n1509,1646730077,47.74302,8.99897\n1510,1646730078,47.74302,8.99897\n1511,1646730098,47.74293,8.99892\n1512,1646730099,47.74300,8.99894\n1513,1646730100,47.74301,8.99895\n1514,1646730101,47.74301,8.99895\n1515,1646730102,47.74301,8.99896\n1516,1646730103,47.74301,8.99896\n1517,1646730104,47.74301,8.99896\n1518,1646730105,47.74302,8.99896\n1519,1646730106,47.74302,8.99896\n1520,1646730107,47.74302,8.99896\n1521,1646730126,47.74306,8.99903\n1522,1646730127,47.74303,8.99901\n1523,1646730128,47.74303,8.99901\n1524,1646730129,47.74303,8.99901\n1525,1646730130,47.74303,8.99901\n1526,1646730131,47.74303,8.99901\n1527,1646730132,47.74303,8.99900\n1528,1646730133,47.74303,8.99900\n1529,1646730134,47.74303,8.99900\n1530,1646730136,47.74303,8.99900\n1531,1646730155,47.74302,8.99897\n1532,1646730156,47.74303,8.99896\n1533,1646730157,47.74303,8.99897\n1534,1646730158,47.74304,8.99897\n1535,1646730159,47.74304,8.99897\n1536,1646730160,47.74304,8.99897\n1537,1646730161,47.74304,8.99897\n1538,1646730162,47.74304,8.99897\n1539,1646730163,47.74304,8.99898\n1540,1646730165,47.74304,8.99898\n1541,1646730184,47.74305,8.99897\n1542,1646730185,47.74305,8.99897\n1543,1646730186,47.74304,8.99897\n1544,1646730187,47.74304,8.99897\n1545,1646730188,47.74304,8.99897\n1546,1646730189,47.74304,8.99898\n1547,1646730190,47.74304,8.99898\n1548,1646730191,47.74304,8.99898\n1549,1646730192,47.74304,8.99898\n1550,1646730193,47.74304,8.99898\n1551,1646730213,47.74301,8.99894\n1552,1646730214,47.74301,8.99895\n1553,1646730215,47.74302,8.99895\n1554,1646730216,47.74302,8.99896\n1555,1646730217,47.74302,8.99896\n1556,1646730218,47.74302,8.99896\n1557,1646730219,47.74302,8.99897\n1558,1646730220,47.74302,8.99897\n1559,1646730221,47.74302,8.99897\n1560,1646730222,47.74302,8.99897\n1561,1646730242,47.74292,8.99891\n1562,1646730243,47.74294,8.99891\n1563,1646730244,47.74294,8.99892\n1564,1646730245,47.74295,8.99892\n1565,1646730246,47.74296,8.99894\n1566,1646730247,47.74296,8.99894\n1567,1646730248,47.74296,8.99894\n1568,1646730249,47.74296,8.99894\n1569,1646730250,47.74296,8.99894\n1570,1646730251,47.74296,8.99894\n1571,1646730271,47.74301,8.99897\n1572,1646730272,47.74301,8.99897\n1573,1646730273,47.74301,8.99897\n1574,1646730274,47.74300,8.99898\n1575,1646730275,47.74300,8.99898\n1576,1646730276,47.74300,8.99898\n1577,1646730277,47.74300,8.99898\n1578,1646730278,47.74301,8.99898\n1579,1646730280,47.74302,8.99898\n1580,1646730281,47.74302,8.99898\n1581,1646730299,47.74300,8.99899\n1582,1646730300,47.74301,8.99899\n1583,1646730301,47.74302,8.99899\n1584,1646730302,47.74302,8.99899\n1585,1646730303,47.74303,8.99899\n1586,1646730304,47.74303,8.99900\n1587,1646730305,47.74303,8.99900\n1588,1646730306,47.74303,8.99900\n1589,1646730307,47.74303,8.99900\n1590,1646730309,47.74303,8.99899\n1591,1646730327,47.74316,8.99903\n1592,1646730328,47.74303,8.99895\n1593,1646730329,47.74304,8.99895\n1594,1646730330,47.74303,8.99896\n1595,1646730331,47.74303,8.99896\n1596,1646730332,47.74303,8.99897\n1597,1646730333,47.74304,8.99897\n1598,1646730334,47.74304,8.99897\n1599,1646730335,47.74304,8.99898\n1600,1646730336,47.74304,8.99898\n1601,1646730356,47.74302,8.99903\n1602,1646730357,47.74302,8.99902\n1603,1646730358,47.74302,8.99901\n1604,1646730359,47.74302,8.99901\n1605,1646730360,47.74302,8.99900\n1606,1646730361,47.74302,8.99899\n1607,1646730362,47.74302,8.99899\n1608,1646730363,47.74302,8.99899\n1609,1646730364,47.74302,8.99899\n1610,1646730365,47.74302,8.99899\n1611,1646730385,47.74306,8.99894\n1612,1646730386,47.74303,8.99894\n1613,1646730387,47.74303,8.99895\n1614,1646730388,47.74303,8.99895\n1615,1646730389,47.74303,8.99895\n1616,1646730390,47.74303,8.99894\n1617,1646730391,47.74302,8.99894\n1618,1646730392,47.74302,8.99895\n1619,1646730394,47.74302,8.99895\n1620,1646730395,47.74302,8.99895\n1621,1646730414,47.74300,8.99896\n1622,1646730415,47.74300,8.99896\n1623,1646730416,47.74301,8.99896\n1624,1646730417,47.74301,8.99896\n1625,1646730418,47.74302,8.99896\n1626,1646730419,47.74302,8.99896\n1627,1646730420,47.74302,8.99897\n1628,1646730421,47.74302,8.99897\n1629,1646730423,47.74303,8.99897\n1630,1646730424,47.74303,8.99897\n1631,1646730442,47.74303,8.99899\n1632,1646730444,47.74303,8.99898\n1633,1646730445,47.74303,8.99898\n1634,1646730446,47.74304,8.99897\n1635,1646730447,47.74304,8.99897\n1636,1646730448,47.74305,8.99897\n1637,1646730449,47.74305,8.99897\n1638,1646730450,47.74305,8.99897\n1639,1646730451,47.74305,8.99897\n1640,1646730452,47.74305,8.99897\n1641,1646730471,47.74303,8.99896\n1642,1646730472,47.74303,8.99897\n1643,1646730473,47.74303,8.99897\n1644,1646730474,47.74303,8.99897\n1645,1646730475,47.74303,8.99897\n1646,1646730476,47.74303,8.99897\n1647,1646730477,47.74303,8.99897\n1648,1646730478,47.74303,8.99897\n1649,1646730479,47.74303,8.99897\n1650,1646730480,47.74304,8.99897\n1651,1646730499,47.74301,8.99897\n1652,1646730500,47.74300,8.99896\n1653,1646730501,47.74300,8.99895\n1654,1646730502,47.74300,8.99895\n1655,1646730503,47.74300,8.99896\n1656,1646730504,47.74300,8.99896\n1657,1646730505,47.74300,8.99896\n1658,1646730506,47.74301,8.99896\n1659,1646730507,47.74301,8.99896\n1660,1646730508,47.74300,8.99895\n1661,1646730527,47.74306,8.99899\n1662,1646730528,47.74305,8.99898\n1663,1646730529,47.74305,8.99897\n1664,1646730530,47.74305,8.99898\n1665,1646730531,47.74304,8.99897\n1666,1646730532,47.74304,8.99897\n1667,1646730533,47.74304,8.99898\n1668,1646730534,47.74304,8.99898\n1669,1646730535,47.74304,8.99898\n1670,1646730536,47.74305,8.99897\n1671,1646730555,47.74305,8.99898\n1672,1646730556,47.74305,8.99898\n1673,1646730557,47.74305,8.99898\n1674,1646730558,47.74306,8.99898\n1675,1646730559,47.74306,8.99897\n1676,1646730560,47.74306,8.99897\n1677,1646730561,47.74305,8.99897\n1678,1646730562,47.74305,8.99897\n1679,1646730563,47.74305,8.99897\n1680,1646730564,47.74305,8.99897\n1681,1646730584,47.74291,8.99901\n1682,1646730585,47.74302,8.99900\n1683,1646730586,47.74302,8.99899\n1684,1646730587,47.74303,8.99899\n1685,1646730588,47.74303,8.99898\n1686,1646730589,47.74303,8.99898\n1687,1646730590,47.74303,8.99898\n1688,1646730591,47.74303,8.99898\n1689,1646730592,47.74303,8.99898\n1690,1646730593,47.74303,8.99898\n1691,1646730613,47.74305,8.99897\n1692,1646730614,47.74305,8.99897\n1693,1646730615,47.74304,8.99898\n1694,1646730616,47.74304,8.99897\n1695,1646730617,47.74304,8.99898\n1696,1646730618,47.74304,8.99898\n1697,1646730619,47.74303,8.99898\n1698,1646730621,47.74303,8.99897\n1699,1646730622,47.74303,8.99897\n1700,1646730623,47.74303,8.99897\n1701,1646730641,47.74293,8.99895\n1702,1646730642,47.74293,8.99894\n1703,1646730643,47.74292,8.99894\n1704,1646730644,47.74294,8.99894\n1705,1646730645,47.74295,8.99895\n1706,1646730646,47.74296,8.99895\n1707,1646730647,47.74296,8.99896\n1708,1646730648,47.74297,8.99896\n1709,1646730649,47.74297,8.99896\n1710,1646730651,47.74298,8.99896\n1711,1646730669,47.74310,8.99904\n1712,1646730670,47.74299,8.99896\n1713,1646730671,47.74299,8.99897\n1714,1646730672,47.74300,8.99897\n1715,1646730673,47.74300,8.99897\n1716,1646730674,47.74301,8.99897\n1717,1646730675,47.74301,8.99897\n1718,1646730676,47.74301,8.99897\n1719,1646730677,47.74301,8.99897\n1720,1646730678,47.74301,8.99897\n1721,1646730698,47.74301,8.99897\n1722,1646730699,47.74302,8.99897\n1723,1646730700,47.74302,8.99897\n1724,1646730701,47.74302,8.99897\n1725,1646730702,47.74302,8.99897\n1726,1646730703,47.74302,8.99897\n1727,1646730704,47.74302,8.99896\n1728,1646730705,47.74303,8.99897\n1729,1646730706,47.74303,8.99896\n1730,1646730707,47.74303,8.99896\n1731,1646730728,47.74305,8.99897\n1732,1646730729,47.74302,8.99895\n1733,1646730730,47.74301,8.99895\n1734,1646730731,47.74302,8.99896\n1735,1646730732,47.74302,8.99896\n1736,1646730733,47.74301,8.99896\n1737,1646730734,47.74301,8.99896\n1738,1646730736,47.74301,8.99896\n1739,1646730737,47.74301,8.99896\n1740,1646730738,47.74301,8.99895\n1741,1646730755,47.74304,8.99893\n1742,1646730757,47.74301,8.99895\n1743,1646730758,47.74301,8.99895\n1744,1646730759,47.74301,8.99894\n1745,1646730760,47.74301,8.99895\n1746,1646730761,47.74301,8.99895\n1747,1646730762,47.74301,8.99894\n1748,1646730763,47.74301,8.99894\n1749,1646730764,47.74302,8.99895\n1750,1646730765,47.74302,8.99895\n1751,1646730784,47.74305,8.99898\n1752,1646730785,47.74304,8.99897\n1753,1646730786,47.74304,8.99897\n1754,1646730787,47.74304,8.99897\n1755,1646730788,47.74305,8.99897\n1756,1646730789,47.74305,8.99896\n1757,1646730790,47.74305,8.99897\n1758,1646730791,47.74305,8.99897\n1759,1646730792,47.74305,8.99897\n1760,1646730793,47.74305,8.99897\n1761,1646730813,47.74301,8.99897\n1762,1646730814,47.74301,8.99897\n1763,1646730815,47.74302,8.99897\n1764,1646730816,47.74302,8.99896\n1765,1646730817,47.74303,8.99896\n1766,1646730818,47.74303,8.99896\n1767,1646730819,47.74303,8.99897\n1768,1646730820,47.74303,8.99897\n1769,1646730821,47.74303,8.99897\n1770,1646730822,47.74303,8.99897\n1771,1646730842,47.74304,8.99898\n1772,1646730843,47.74304,8.99897\n1773,1646730844,47.74304,8.99897\n1774,1646730845,47.74305,8.99897\n1775,1646730846,47.74305,8.99897\n1776,1646730847,47.74306,8.99897\n1777,1646730848,47.74306,8.99897\n1778,1646730849,47.74306,8.99897\n1779,1646730850,47.74305,8.99896\n1780,1646730851,47.74306,8.99896\n1781,1646730870,47.74302,8.99895\n1782,1646730871,47.74303,8.99895\n1783,1646730872,47.74303,8.99895\n1784,1646730873,47.74303,8.99895\n1785,1646730874,47.74303,8.99895\n1786,1646730875,47.74303,8.99895\n1787,1646730876,47.74303,8.99895\n1788,1646730877,47.74304,8.99896\n1789,1646730879,47.74305,8.99897\n1790,1646730880,47.74305,8.99897\n1791,1646730897,47.74304,8.99899\n1792,1646730899,47.74305,8.99899\n1793,1646730900,47.74305,8.99899\n1794,1646730901,47.74306,8.99900\n1795,1646730902,47.74305,8.99899\n1796,1646730903,47.74305,8.99898\n1797,1646730904,47.74305,8.99898\n1798,1646730905,47.74304,8.99897\n1799,1646730906,47.74304,8.99897\n1800,1646730907,47.74303,8.99897\n1801,1646730925,47.74297,8.99894\n1802,1646730926,47.74297,8.99895\n1803,1646730927,47.74298,8.99895\n1804,1646730928,47.74299,8.99896\n1805,1646730929,47.74300,8.99897\n1806,1646730930,47.74300,8.99897\n1807,1646730931,47.74301,8.99898\n1808,1646730932,47.74301,8.99899\n1809,1646730933,47.74302,8.99899\n1810,1646730934,47.74303,8.99900\n1811,1646730953,47.74303,8.99894\n1812,1646730954,47.74303,8.99894\n1813,1646730955,47.74303,8.99894\n1814,1646730956,47.74303,8.99895\n1815,1646730957,47.74303,8.99895\n1816,1646730958,47.74302,8.99895\n1817,1646730959,47.74302,8.99895\n1818,1646730960,47.74302,8.99895\n1819,1646730961,47.74302,8.99896\n1820,1646730963,47.74302,8.99896\n1821,1646730981,47.74303,8.99901\n1822,1646730982,47.74303,8.99901\n1823,1646730983,47.74303,8.99900\n1824,1646730984,47.74303,8.99899\n1825,1646730985,47.74303,8.99898\n1826,1646730986,47.74303,8.99898\n1827,1646730987,47.74303,8.99898\n1828,1646730988,47.74303,8.99898\n1829,1646730989,47.74304,8.99898\n1830,1646730990,47.74304,8.99898\n1831,1646731010,47.74302,8.99898\n1832,1646731011,47.74301,8.99898\n1833,1646731012,47.74301,8.99898\n1834,1646731013,47.74301,8.99899\n1835,1646731014,47.74301,8.99898\n1836,1646731015,47.74301,8.99898\n1837,1646731016,47.74301,8.99898\n1838,1646731017,47.74301,8.99898\n1839,1646731018,47.74302,8.99898\n1840,1646731019,47.74302,8.99898\n1841,1646731039,47.74298,8.99894\n1842,1646731040,47.74299,8.99895\n1843,1646731041,47.74299,8.99895\n1844,1646731042,47.74299,8.99895\n1845,1646731043,47.74299,8.99895\n1846,1646731044,47.74299,8.99895\n1847,1646731045,47.74300,8.99896\n1848,1646731046,47.74300,8.99897\n1849,1646731048,47.74300,8.99897\n1850,1646731049,47.74300,8.99897\n1851,1646731067,47.74302,8.99901\n1852,1646731068,47.74303,8.99900\n1853,1646731069,47.74303,8.99899\n1854,1646731070,47.74303,8.99899\n1855,1646731071,47.74303,8.99899\n1856,1646731072,47.74303,8.99899\n1857,1646731073,47.74303,8.99898\n1858,1646731074,47.74303,8.99899\n1859,1646731075,47.74304,8.99899\n1860,1646731077,47.74303,8.99899\n1861,1646731096,47.74311,8.99898\n1862,1646731097,47.74310,8.99897\n1863,1646731098,47.74309,8.99898\n1864,1646731099,47.74309,8.99898\n1865,1646731100,47.74308,8.99898\n1866,1646731101,47.74308,8.99898\n1867,1646731102,47.74307,8.99898\n1868,1646731103,47.74307,8.99898\n1869,1646731104,47.74307,8.99898\n1870,1646731105,47.74307,8.99898\n1871,1646731125,47.74307,8.99896\n1872,1646731126,47.74306,8.99895\n1873,1646731127,47.74306,8.99895\n1874,1646731128,47.74305,8.99895\n1875,1646731129,47.74305,8.99896\n1876,1646731130,47.74305,8.99896\n1877,1646731131,47.74306,8.99896\n1878,1646731132,47.74306,8.99896\n1879,1646731133,47.74306,8.99896\n1880,1646731134,47.74306,8.99896\n1881,1646731154,47.74306,8.99893\n1882,1646731155,47.74306,8.99894\n1883,1646731156,47.74306,8.99894\n1884,1646731157,47.74306,8.99895\n1885,1646731158,47.74306,8.99895\n1886,1646731159,47.74306,8.99896\n1887,1646731160,47.74306,8.99896\n1888,1646731161,47.74306,8.99896\n1889,1646731162,47.74306,8.99896\n1890,1646731163,47.74306,8.99896\n1891,1646731183,47.74307,8.99900\n1892,1646731184,47.74306,8.99900\n1893,1646731185,47.74306,8.99900\n1894,1646731186,47.74306,8.99900\n1895,1646731187,47.74306,8.99900\n1896,1646731188,47.74306,8.99900\n1897,1646731189,47.74306,8.99900\n1898,1646731190,47.74306,8.99900\n1899,1646731192,47.74306,8.99900\n1900,1646731193,47.74306,8.99900\n1901,1646731210,47.74305,8.99904\n1902,1646731212,47.74307,8.99902\n1903,1646731213,47.74306,8.99901\n1904,1646731214,47.74305,8.99901\n1905,1646731215,47.74305,8.99901\n1906,1646731216,47.74305,8.99901\n1907,1646731217,47.74304,8.99901\n1908,1646731218,47.74304,8.99900\n1909,1646731219,47.74304,8.99900\n1910,1646731220,47.74304,8.99900\n1911,1646731238,47.74303,8.99898\n1912,1646731239,47.74303,8.99898\n1913,1646731240,47.74303,8.99897\n1914,1646731241,47.74304,8.99898\n1915,1646731242,47.74304,8.99898\n1916,1646731243,47.74304,8.99899\n1917,1646731244,47.74305,8.99899\n1918,1646731245,47.74305,8.99899\n1919,1646731246,47.74305,8.99899\n1920,1646731247,47.74305,8.99899\n1921,1646731267,47.74297,8.99901\n1922,1646731268,47.74298,8.99899\n1923,1646731269,47.74298,8.99898\n1924,1646731270,47.74298,8.99897\n1925,1646731271,47.74298,8.99897\n1926,1646731272,47.74298,8.99897\n1927,1646731273,47.74298,8.99896\n1928,1646731275,47.74298,8.99896\n1929,1646731276,47.74298,8.99896\n1930,1646731277,47.74298,8.99896\n1931,1646731294,47.74288,8.99896\n1932,1646731296,47.74292,8.99895\n1933,1646731297,47.74293,8.99894\n1934,1646731298,47.74294,8.99894\n1935,1646731299,47.74295,8.99895\n1936,1646731300,47.74296,8.99895\n1937,1646731301,47.74297,8.99895\n1938,1646731302,47.74297,8.99896\n1939,1646731303,47.74298,8.99896\n1940,1646731304,47.74298,8.99896\n1941,1646731323,47.74302,8.99904\n1942,1646731324,47.74302,8.99903\n1943,1646731325,47.74302,8.99902\n1944,1646731326,47.74302,8.99902\n1945,1646731327,47.74302,8.99901\n1946,1646731328,47.74302,8.99901\n1947,1646731329,47.74301,8.99901\n1948,1646731330,47.74301,8.99900\n1949,1646731331,47.74301,8.99900\n1950,1646731332,47.74301,8.99900\n1951,1646731352,47.74302,8.99900\n1952,1646731353,47.74303,8.99900\n1953,1646731354,47.74304,8.99899\n1954,1646731355,47.74304,8.99899\n1955,1646731356,47.74304,8.99899\n1956,1646731357,47.74303,8.99899\n1957,1646731358,47.74303,8.99899\n1958,1646731359,47.74303,8.99899\n1959,1646731360,47.74303,8.99899\n1960,1646731361,47.74303,8.99899\n1961,1646731381,47.74299,8.99896\n1962,1646731382,47.74300,8.99896\n1963,1646731383,47.74300,8.99896\n1964,1646731384,47.74300,8.99896\n1965,1646731385,47.74301,8.99896\n1966,1646731386,47.74300,8.99896\n1967,1646731387,47.74300,8.99896\n1968,1646731388,47.74301,8.99896\n1969,1646731390,47.74301,8.99896\n1970,1646731391,47.74301,8.99895\n1971,1646731408,47.74300,8.99893\n1972,1646731409,47.74300,8.99898\n1973,1646731410,47.74300,8.99898\n1974,1646731411,47.74301,8.99898\n1975,1646731412,47.74301,8.99898\n1976,1646731413,47.74301,8.99898\n1977,1646731414,47.74301,8.99898\n1978,1646731415,47.74301,8.99897\n1979,1646731416,47.74301,8.99897\n1980,1646731417,47.74301,8.99897\n1981,1646731437,47.74303,8.99897\n1982,1646731438,47.74303,8.99897\n1983,1646731439,47.74304,8.99897\n1984,1646731440,47.74303,8.99897\n1985,1646731441,47.74303,8.99897\n1986,1646731442,47.74303,8.99897\n1987,1646731443,47.74303,8.99897\n1988,1646731444,47.74303,8.99897\n1989,1646731445,47.74303,8.99897\n1990,1646731446,47.74303,8.99897\n1991,1646731467,47.74303,8.99905\n1992,1646731468,47.74302,8.99903\n1993,1646731469,47.74302,8.99901\n1994,1646731470,47.74302,8.99900\n1995,1646731471,47.74302,8.99900\n1996,1646731472,47.74303,8.99899\n1997,1646731473,47.74302,8.99899\n1998,1646731474,47.74302,8.99899\n1999,1646731475,47.74302,8.99899\n2000,1646731476,47.74302,8.99899\n2001,1646731497,47.74312,8.99903\n2002,1646731498,47.74301,8.99898\n2003,1646731499,47.74301,8.99898\n2004,1646731500,47.74301,8.99897\n2005,1646731501,47.74300,8.99897\n2006,1646731502,47.74300,8.99897\n2007,1646731503,47.74300,8.99897\n2008,1646731504,47.74300,8.99897\n2009,1646731505,47.74300,8.99897\n2010,1646731506,47.74300,8.99897\n2011,1646731525,47.74307,8.99897\n2012,1646731526,47.74303,8.99895\n2013,1646731527,47.74302,8.99895\n2014,1646731528,47.74302,8.99896\n2015,1646731529,47.74301,8.99895\n2016,1646731530,47.74301,8.99896\n2017,1646731531,47.74302,8.99896\n2018,1646731533,47.74302,8.99896\n2019,1646731534,47.74302,8.99896\n2020,1646731535,47.74302,8.99896\n2021,1646731552,47.74307,8.99901\n2022,1646731554,47.74304,8.99901\n2023,1646731555,47.74303,8.99900\n2024,1646731556,47.74303,8.99899\n2025,1646731557,47.74302,8.99899\n2026,1646731558,47.74302,8.99898\n2027,1646731559,47.74301,8.99898\n2028,1646731560,47.74301,8.99897\n2029,1646731561,47.74301,8.99897\n2030,1646731562,47.74301,8.99897\n2031,1646731581,47.74292,8.99886\n2032,1646731582,47.74293,8.99886\n2033,1646731583,47.74294,8.99886\n2034,1646731584,47.74295,8.99887\n2035,1646731585,47.74296,8.99888\n2036,1646731586,47.74296,8.99888\n2037,1646731587,47.74296,8.99888\n2038,1646731588,47.74297,8.99888\n2039,1646731589,47.74297,8.99888\n2040,1646731590,47.74297,8.99888\n2041,1646731610,47.74298,8.99895\n2042,1646731611,47.74298,8.99894\n2043,1646731612,47.74298,8.99893\n2044,1646731613,47.74298,8.99892\n2045,1646731614,47.74297,8.99892\n2046,1646731615,47.74297,8.99891\n2047,1646731616,47.74297,8.99891\n2048,1646731617,47.74297,8.99891\n2049,1646731618,47.74297,8.99891\n2050,1646731619,47.74298,8.99890\n2051,1646731639,47.74291,8.99891\n2052,1646731640,47.74292,8.99891\n2053,1646731641,47.74293,8.99891\n2054,1646731642,47.74294,8.99890\n2055,1646731643,47.74294,8.99889\n2056,1646731644,47.74294,8.99889\n2057,1646731645,47.74295,8.99890\n2058,1646731646,47.74296,8.99891\n2059,1646731648,47.74295,8.99891\n2060,1646731649,47.74296,8.99891\n2061,1646731666,47.74301,8.99884\n2062,1646731668,47.74302,8.99891\n2063,1646731669,47.74302,8.99892\n2064,1646731670,47.74301,8.99893\n2065,1646731671,47.74301,8.99894\n2066,1646731672,47.74301,8.99893\n2067,1646731673,47.74301,8.99892\n2068,1646731674,47.74300,8.99892\n2069,1646731675,47.74300,8.99891\n2070,1646731676,47.74300,8.99891\n2071,1646731695,47.74300,8.99879\n2072,1646731696,47.74300,8.99879\n2073,1646731697,47.74300,8.99880\n2074,1646731698,47.74300,8.99882\n2075,1646731699,47.74300,8.99882\n2076,1646731700,47.74300,8.99883\n2077,1646731701,47.74301,8.99884\n2078,1646731702,47.74301,8.99884\n2079,1646731703,47.74301,8.99885\n2080,1646731704,47.74301,8.99886\n2081,1646731724,47.74303,8.99900\n2082,1646731725,47.74304,8.99899\n2083,1646731726,47.74303,8.99899\n2084,1646731727,47.74304,8.99899\n2085,1646731728,47.74304,8.99899\n2086,1646731729,47.74304,8.99899\n2087,1646731730,47.74304,8.99898\n2088,1646731731,47.74304,8.99898\n2089,1646731732,47.74304,8.99898\n2090,1646731733,47.74305,8.99898\n2091,1646731752,47.74304,8.99899\n2092,1646731753,47.74304,8.99900\n2093,1646731754,47.74305,8.99899\n2094,1646731755,47.74305,8.99899\n2095,1646731756,47.74304,8.99898\n2096,1646731757,47.74305,8.99897\n2097,1646731758,47.74304,8.99896\n2098,1646731759,47.74304,8.99896\n2099,1646731760,47.74304,8.99896\n2100,1646731762,47.74304,8.99896\n2101,1646731780,47.74302,8.99899\n2102,1646731781,47.74304,8.99898\n2103,1646731782,47.74304,8.99897\n2104,1646731783,47.74304,8.99897\n2105,1646731784,47.74305,8.99897\n2106,1646731785,47.74305,8.99897\n2107,1646731786,47.74305,8.99897\n2108,1646731787,47.74304,8.99897\n2109,1646731788,47.74304,8.99897\n2110,1646731789,47.74304,8.99897\n2111,1646731809,47.74301,8.99901\n2112,1646731810,47.74300,8.99899\n2113,1646731811,47.74301,8.99898\n2114,1646731812,47.74301,8.99897\n2115,1646731813,47.74301,8.99897\n2116,1646731814,47.74302,8.99897\n2117,1646731815,47.74302,8.99897\n2118,1646731816,47.74302,8.99896\n2119,1646731817,47.74303,8.99896\n2120,1646731818,47.74303,8.99896\n2121,1646731837,47.74306,8.99901\n2122,1646731838,47.74299,8.99897\n2123,1646731839,47.74300,8.99895\n2124,1646731840,47.74299,8.99895\n2125,1646731841,47.74299,8.99895\n2126,1646731842,47.74299,8.99895\n2127,1646731843,47.74299,8.99895\n2128,1646731844,47.74300,8.99895\n2129,1646731845,47.74300,8.99894\n2130,1646731846,47.74300,8.99894\n2131,1646731865,47.74301,8.99895\n2132,1646731866,47.74301,8.99895\n2133,1646731867,47.74300,8.99895\n2134,1646731868,47.74300,8.99895\n2135,1646731869,47.74300,8.99896\n2136,1646731870,47.74300,8.99896\n2137,1646731871,47.74300,8.99896\n2138,1646731872,47.74300,8.99895\n2139,1646731873,47.74300,8.99895\n2140,1646731875,47.74300,8.99895\n2141,1646731893,47.74299,8.99897\n2142,1646731894,47.74299,8.99896\n2143,1646731895,47.74300,8.99896\n2144,1646731896,47.74299,8.99896\n2145,1646731897,47.74299,8.99896\n2146,1646731898,47.74299,8.99897\n2147,1646731899,47.74299,8.99897\n2148,1646731900,47.74299,8.99898\n2149,1646731901,47.74299,8.99898\n2150,1646731902,47.74299,8.99898\n2151,1646731922,47.74302,8.99896\n2152,1646731923,47.74301,8.99896\n2153,1646731924,47.74301,8.99897\n2154,1646731925,47.74301,8.99897\n2155,1646731926,47.74301,8.99897\n2156,1646731927,47.74301,8.99897\n2157,1646731928,47.74301,8.99897\n2158,1646731929,47.74301,8.99897\n2159,1646731930,47.74301,8.99898\n2160,1646731931,47.74301,8.99898\n2161,1646731951,47.74301,8.99896\n2162,1646731952,47.74301,8.99896\n2163,1646731953,47.74301,8.99896\n2164,1646731954,47.74302,8.99896\n2165,1646731955,47.74301,8.99897\n2166,1646731956,47.74301,8.99897\n2167,1646731957,47.74301,8.99897\n2168,1646731958,47.74302,8.99897\n2169,1646731960,47.74302,8.99897\n2170,1646731961,47.74302,8.99896\n2171,1646731979,47.74304,8.99898\n2172,1646731980,47.74305,8.99899\n2173,1646731981,47.74304,8.99899\n2174,1646731982,47.74303,8.99899\n2175,1646731983,47.74302,8.99899\n2176,1646731984,47.74302,8.99898\n2177,1646731985,47.74302,8.99898\n2178,1646731986,47.74301,8.99898\n2179,1646731987,47.74301,8.99898\n2180,1646731989,47.74301,8.99898\n2181,1646732007,47.74291,8.99892\n2182,1646732008,47.74299,8.99896\n2183,1646732009,47.74299,8.99897\n2184,1646732010,47.74300,8.99897\n2185,1646732011,47.74300,8.99897\n2186,1646732012,47.74301,8.99897\n2187,1646732013,47.74301,8.99897\n2188,1646732014,47.74301,8.99897\n2189,1646732015,47.74301,8.99897\n2190,1646732016,47.74301,8.99896\n2191,1646732036,47.74298,8.99895\n2192,1646732037,47.74299,8.99893\n2193,1646732038,47.74299,8.99893\n2194,1646732039,47.74299,8.99894\n2195,1646732040,47.74299,8.99893\n2196,1646732041,47.74299,8.99893\n2197,1646732042,47.74299,8.99893\n2198,1646732043,47.74300,8.99893\n2199,1646732044,47.74300,8.99893\n2200,1646732045,47.74300,8.99893\n2201,1646732064,47.74305,8.99904\n2202,1646732065,47.74304,8.99904\n2203,1646732066,47.74303,8.99903\n2204,1646732067,47.74303,8.99902\n2205,1646732068,47.74303,8.99901\n2206,1646732069,47.74303,8.99900\n2207,1646732070,47.74302,8.99900\n2208,1646732071,47.74302,8.99899\n2209,1646732072,47.74302,8.99899\n2210,1646732074,47.74302,8.99899\n2211,1646732093,47.74303,8.99890\n2212,1646732094,47.74303,8.99891\n2213,1646732095,47.74303,8.99891\n2214,1646732096,47.74302,8.99891\n2215,1646732097,47.74302,8.99892\n2216,1646732098,47.74301,8.99892\n2217,1646732099,47.74301,8.99892\n2218,1646732100,47.74301,8.99892\n2219,1646732101,47.74301,8.99892\n2220,1646732103,47.74301,8.99892\n2221,1646732122,47.74301,8.99887\n2222,1646732123,47.74301,8.99889\n2223,1646732124,47.74301,8.99890\n2224,1646732125,47.74301,8.99891\n2225,1646732126,47.74301,8.99892\n2226,1646732127,47.74301,8.99892\n2227,1646732128,47.74301,8.99892\n2228,1646732129,47.74302,8.99892\n2229,1646732130,47.74302,8.99892\n2230,1646732131,47.74301,8.99892\n2231,1646732151,47.74302,8.99906\n2232,1646732152,47.74301,8.99903\n2233,1646732153,47.74301,8.99902\n2234,1646732154,47.74301,8.99901\n2235,1646732155,47.74300,8.99900\n2236,1646732156,47.74300,8.99899\n2237,1646732157,47.74300,8.99898\n2238,1646732158,47.74300,8.99898\n2239,1646732159,47.74300,8.99897\n2240,1646732160,47.74300,8.99897\n2241,1646732180,47.74298,8.99895\n2242,1646732181,47.74299,8.99895\n2243,1646732182,47.74299,8.99895\n2244,1646732183,47.74299,8.99896\n2245,1646732184,47.74299,8.99896\n2246,1646732185,47.74298,8.99896\n2247,1646732186,47.74298,8.99896\n2248,1646732187,47.74298,8.99896\n2249,1646732188,47.74298,8.99896\n2250,1646732189,47.74298,8.99896\n2251,1646732208,47.74299,8.99893\n2252,1646732209,47.74299,8.99894\n2253,1646732210,47.74298,8.99894\n2254,1646732211,47.74298,8.99894\n2255,1646732212,47.74298,8.99893\n2256,1646732213,47.74299,8.99893\n2257,1646732214,47.74299,8.99893\n2258,1646732215,47.74300,8.99894\n2259,1646732217,47.74300,8.99893\n2260,1646732218,47.74300,8.99893\n2261,1646732235,47.74300,8.99892\n2262,1646732237,47.74302,8.99890\n2263,1646732238,47.74301,8.99890\n2264,1646732239,47.74299,8.99890\n2265,1646732240,47.74299,8.99890\n2266,1646732241,47.74298,8.99890\n2267,1646732242,47.74298,8.99890\n2268,1646732243,47.74297,8.99890\n2269,1646732244,47.74297,8.99890\n2270,1646732245,47.74297,8.99890\n2271,1646732263,47.74297,8.99893\n2272,1646732264,47.74301,8.99896\n2273,1646732265,47.74301,8.99895\n2274,1646732266,47.74300,8.99896\n2275,1646732267,47.74299,8.99895\n2276,1646732268,47.74299,8.99895\n2277,1646732269,47.74299,8.99895\n2278,1646732270,47.74299,8.99895\n2279,1646732271,47.74299,8.99895\n2280,1646732272,47.74299,8.99895\n2281,1646732291,47.74301,8.99895\n2282,1646732292,47.74303,8.99893\n2283,1646732293,47.74302,8.99893\n2284,1646732294,47.74302,8.99894\n2285,1646732295,47.74301,8.99894\n2286,1646732296,47.74301,8.99893\n2287,1646732297,47.74300,8.99893\n2288,1646732298,47.74300,8.99893\n2289,1646732299,47.74300,8.99893\n2290,1646732301,47.74300,8.99894\n2291,1646732320,47.74309,8.99907\n2292,1646732321,47.74308,8.99906\n2293,1646732322,47.74306,8.99905\n2294,1646732323,47.74306,8.99904\n2295,1646732324,47.74305,8.99902\n2296,1646732325,47.74305,8.99902\n2297,1646732326,47.74304,8.99901\n2298,1646732327,47.74304,8.99901\n2299,1646732328,47.74303,8.99901\n2300,1646732329,47.74303,8.99900\n2301,1646732349,47.74311,8.99901\n2302,1646732350,47.74299,8.99899\n2303,1646732351,47.74297,8.99898\n2304,1646732352,47.74296,8.99897\n2305,1646732353,47.74296,8.99896\n2306,1646732354,47.74297,8.99895\n2307,1646732355,47.74297,8.99894\n2308,1646732356,47.74297,8.99894\n2309,1646732357,47.74297,8.99894\n2310,1646732358,47.74297,8.99894\n2311,1646732378,47.74290,8.99909\n2312,1646732379,47.74298,8.99900\n2313,1646732380,47.74299,8.99900\n2314,1646732381,47.74300,8.99899\n2315,1646732382,47.74301,8.99897\n2316,1646732383,47.74302,8.99896\n2317,1646732384,47.74301,8.99896\n2318,1646732385,47.74301,8.99896\n2319,1646732386,47.74301,8.99896\n2320,1646732387,47.74301,8.99896\n2321,1646732406,47.74291,8.99910\n2322,1646732407,47.74298,8.99898\n2323,1646732408,47.74298,8.99900\n2324,1646732409,47.74298,8.99900\n2325,1646732410,47.74298,8.99898\n2326,1646732411,47.74298,8.99898\n2327,1646732412,47.74299,8.99897\n2328,1646732413,47.74300,8.99896\n2329,1646732415,47.74301,8.99896\n2330,1646732416,47.74301,8.99895\n2331,1646732433,47.74293,8.99888\n2332,1646732435,47.74297,8.99896\n2333,1646732436,47.74298,8.99897\n2334,1646732437,47.74298,8.99897\n2335,1646732438,47.74298,8.99897\n2336,1646732439,47.74298,8.99896\n2337,1646732440,47.74298,8.99896\n2338,1646732441,47.74298,8.99896\n2339,1646732442,47.74298,8.99896\n2340,1646732443,47.74298,8.99896\n2341,1646732461,47.74281,8.99860\n2342,1646732462,47.74294,8.99884\n2343,1646732463,47.74297,8.99890\n2344,1646732464,47.74299,8.99893\n2345,1646732465,47.74299,8.99893\n2346,1646732466,47.74300,8.99894\n2347,1646732467,47.74301,8.99894\n2348,1646732468,47.74302,8.99894\n2349,1646732469,47.74302,8.99894\n2350,1646732470,47.74303,8.99894\n2351,1646732489,47.74289,8.99886\n2352,1646732490,47.74295,8.99892\n2353,1646732491,47.74292,8.99886\n2354,1646732492,47.74294,8.99890\n2355,1646732493,47.74295,8.99890\n2356,1646732494,47.74296,8.99891\n2357,1646732495,47.74298,8.99892\n2358,1646732496,47.74299,8.99892\n2359,1646732497,47.74300,8.99892\n2360,1646732499,47.74300,8.99892\n2361,1646732518,47.74299,8.99887\n2362,1646732519,47.74299,8.99890\n2363,1646732520,47.74299,8.99891\n2364,1646732521,47.74298,8.99893\n2365,1646732522,47.74298,8.99893\n2366,1646732523,47.74298,8.99894\n2367,1646732524,47.74298,8.99894\n2368,1646732525,47.74299,8.99893\n2369,1646732526,47.74299,8.99894\n2370,1646732527,47.74299,8.99894\n2371,1646732547,47.74296,8.99896\n2372,1646732548,47.74296,8.99894\n2373,1646732549,47.74297,8.99894\n2374,1646732550,47.74298,8.99893\n2375,1646732551,47.74298,8.99894\n2376,1646732552,47.74298,8.99894\n2377,1646732553,47.74299,8.99894\n2378,1646732554,47.74299,8.99894\n2379,1646732555,47.74299,8.99894\n2380,1646732556,47.74300,8.99894\n2381,1646732576,47.74307,8.99899\n2382,1646732577,47.74307,8.99899\n2383,1646732578,47.74306,8.99899\n2384,1646732579,47.74305,8.99899\n2385,1646732580,47.74305,8.99899\n2386,1646732581,47.74305,8.99898\n2387,1646732582,47.74305,8.99898\n2388,1646732583,47.74305,8.99898\n2389,1646732584,47.74305,8.99897\n2390,1646732585,47.74305,8.99897\n2391,1646732604,47.74319,8.99896\n2392,1646732605,47.74307,8.99899\n2393,1646732606,47.74307,8.99900\n2394,1646732607,47.74307,8.99900\n2395,1646732608,47.74307,8.99901\n2396,1646732609,47.74307,8.99901\n2397,1646732610,47.74307,8.99901\n2398,1646732611,47.74306,8.99901\n2399,1646732613,47.74306,8.99901\n2400,1646732614,47.74305,8.99900\n2401,1646732631,47.74295,8.99886\n2402,1646732633,47.74305,8.99898\n2403,1646732634,47.74306,8.99899\n2404,1646732635,47.74306,8.99899\n2405,1646732636,47.74306,8.99900\n2406,1646732637,47.74306,8.99899\n2407,1646732638,47.74305,8.99899\n2408,1646732639,47.74305,8.99899\n2409,1646732640,47.74305,8.99898\n2410,1646732641,47.74305,8.99898\n2411,1646732659,47.74294,8.99899\n2412,1646732660,47.74295,8.99894\n2413,1646732661,47.74296,8.99894\n2414,1646732662,47.74297,8.99895\n2415,1646732663,47.74298,8.99896\n2416,1646732664,47.74298,8.99896\n2417,1646732665,47.74298,8.99896\n2418,1646732666,47.74298,8.99896\n2419,1646732667,47.74299,8.99896\n2420,1646732668,47.74299,8.99895\n2421,1646732688,47.74303,8.99895\n2422,1646732689,47.74304,8.99895\n2423,1646732690,47.74303,8.99895\n2424,1646732691,47.74303,8.99896\n2425,1646732692,47.74303,8.99896\n2426,1646732693,47.74303,8.99897\n2427,1646732694,47.74303,8.99897\n2428,1646732695,47.74303,8.99897\n2429,1646732697,47.74303,8.99897\n2430,1646732698,47.74303,8.99897\n2431,1646732715,47.74301,8.99889\n2432,1646732717,47.74303,8.99898\n2433,1646732718,47.74303,8.99898\n2434,1646732719,47.74302,8.99898\n2435,1646732720,47.74302,8.99898\n2436,1646732721,47.74302,8.99898\n2437,1646732722,47.74302,8.99898\n2438,1646732723,47.74302,8.99898\n2439,1646732724,47.74301,8.99898\n2440,1646732725,47.74301,8.99898\n2441,1646732743,47.74304,8.99890\n2442,1646732744,47.74304,8.99890\n2443,1646732745,47.74304,8.99889\n2444,1646732746,47.74303,8.99890\n2445,1646732747,47.74302,8.99890\n2446,1646732748,47.74301,8.99890\n2447,1646732749,47.74300,8.99891\n2448,1646732750,47.74300,8.99891\n2449,1646732751,47.74299,8.99891\n2450,1646732752,47.74299,8.99891\n2451,1646732771,47.74298,8.99901\n2452,1646732772,47.74300,8.99902\n2453,1646732773,47.74300,8.99901\n2454,1646732774,47.74300,8.99900\n2455,1646732775,47.74301,8.99899\n2456,1646732776,47.74301,8.99899\n2457,1646732777,47.74301,8.99899\n2458,1646732778,47.74301,8.99899\n2459,1646732779,47.74301,8.99898\n2460,1646732781,47.74301,8.99898\n2461,1646732800,47.74303,8.99890\n2462,1646732801,47.74297,8.99890\n2463,1646732802,47.74297,8.99890\n2464,1646732803,47.74296,8.99890\n2465,1646732804,47.74297,8.99890\n2466,1646732805,47.74297,8.99890\n2467,1646732806,47.74298,8.99890\n2468,1646732807,47.74298,8.99891\n2469,1646732808,47.74298,8.99891\n2470,1646732809,47.74298,8.99891\n2471,1646732829,47.74312,8.99892\n2472,1646732830,47.74300,8.99889\n2473,1646732831,47.74300,8.99890\n2474,1646732832,47.74299,8.99891\n2475,1646732833,47.74299,8.99891\n2476,1646732834,47.74299,8.99891\n2477,1646732835,47.74299,8.99890\n2478,1646732836,47.74299,8.99890\n2479,1646732837,47.74299,8.99890\n2480,1646732838,47.74299,8.99890\n2481,1646732859,47.74297,8.99885\n2482,1646732860,47.74298,8.99888\n2483,1646732861,47.74298,8.99890\n2484,1646732862,47.74298,8.99891\n2485,1646732863,47.74299,8.99891\n2486,1646732864,47.74299,8.99892\n2487,1646732865,47.74299,8.99892\n2488,1646732866,47.74299,8.99892\n2489,1646732867,47.74299,8.99892\n2490,1646732868,47.74299,8.99892\n2491,1646732887,47.74309,8.99884\n2492,1646732888,47.74299,8.99885\n2493,1646732889,47.74299,8.99886\n2494,1646732890,47.74299,8.99887\n2495,1646732891,47.74300,8.99888\n2496,1646732892,47.74300,8.99889\n2497,1646732893,47.74300,8.99889\n2498,1646732895,47.74300,8.99889\n2499,1646732896,47.74300,8.99890\n2500,1646732897,47.74299,8.99890\n2501,1646732915,47.74312,8.99882\n2502,1646732916,47.74304,8.99887\n2503,1646732918,47.74301,8.99887\n2504,1646732919,47.74301,8.99888\n2505,1646732920,47.74301,8.99889\n2506,1646732921,47.74301,8.99890\n2507,1646732922,47.74301,8.99891\n2508,1646732923,47.74301,8.99892\n2509,1646732924,47.74301,8.99892\n2510,1646732925,47.74301,8.99893\n2511,1646732944,47.74314,8.99908\n2512,1646732945,47.74301,8.99900\n2513,1646732946,47.74301,8.99899\n2514,1646732947,47.74300,8.99898\n2515,1646732948,47.74300,8.99897\n2516,1646732949,47.74299,8.99896\n2517,1646732950,47.74299,8.99895\n2518,1646732951,47.74299,8.99895\n2519,1646732952,47.74299,8.99894\n2520,1646732953,47.74299,8.99894\n2521,1646732974,47.74306,8.99898\n2522,1646732975,47.74305,8.99897\n2523,1646732976,47.74304,8.99897\n2524,1646732977,47.74303,8.99896\n2525,1646732978,47.74303,8.99895\n2526,1646732979,47.74303,8.99895\n2527,1646732980,47.74303,8.99894\n2528,1646732981,47.74303,8.99894\n2529,1646732982,47.74302,8.99893\n2530,1646732983,47.74302,8.99893\n2531,1646733004,47.74302,8.99893\n2532,1646733005,47.74302,8.99893\n2533,1646733006,47.74301,8.99892\n2534,1646733007,47.74301,8.99891\n2535,1646733008,47.74302,8.99891\n2536,1646733009,47.74302,8.99891\n2537,1646733010,47.74302,8.99891\n2538,1646733011,47.74302,8.99891\n2539,1646733012,47.74302,8.99891\n2540,1646733013,47.74302,8.99891\n2541,1646733032,47.74308,8.99896\n2542,1646733033,47.74307,8.99896\n2543,1646733034,47.74306,8.99895\n2544,1646733035,47.74305,8.99895\n2545,1646733036,47.74304,8.99895\n2546,1646733037,47.74304,8.99895\n2547,1646733038,47.74303,8.99896\n2548,1646733039,47.74303,8.99896\n2549,1646733040,47.74302,8.99896\n2550,1646733041,47.74302,8.99896\n2551,1646733061,47.74320,8.99901\n2552,1646733062,47.74306,8.99900\n2553,1646733063,47.74304,8.99899\n2554,1646733064,47.74303,8.99898\n2555,1646733065,47.74303,8.99898\n2556,1646733066,47.74302,8.99897\n2557,1646733067,47.74302,8.99897\n2558,1646733069,47.74302,8.99896\n2559,1646733070,47.74302,8.99896\n2560,1646733071,47.74302,8.99896\n2561,1646733090,47.74299,8.99881\n2562,1646733091,47.74299,8.99881\n2563,1646733092,47.74300,8.99884\n2564,1646733093,47.74301,8.99885\n2565,1646733094,47.74300,8.99885\n2566,1646733095,47.74300,8.99886\n2567,1646733096,47.74300,8.99887\n2568,1646733097,47.74300,8.99888\n2569,1646733099,47.74300,8.99889\n2570,1646733100,47.74300,8.99890\n2571,1646733117,47.74309,8.99890\n2572,1646733119,47.74306,8.99892\n2573,1646733120,47.74305,8.99893\n2574,1646733121,47.74304,8.99894\n2575,1646733122,47.74303,8.99895\n2576,1646733123,47.74303,8.99895\n2577,1646733124,47.74302,8.99896\n2578,1646733125,47.74302,8.99896\n2579,1646733126,47.74302,8.99896\n2580,1646733127,47.74301,8.99897\n2581,1646733145,47.74304,8.99900\n2582,1646733146,47.74306,8.99903\n2583,1646733147,47.74306,8.99903\n2584,1646733148,47.74306,8.99902\n2585,1646733149,47.74305,8.99902\n2586,1646733150,47.74304,8.99902\n2587,1646733151,47.74304,8.99901\n2588,1646733152,47.74304,8.99901\n2589,1646733153,47.74303,8.99901\n2590,1646733154,47.74303,8.99901\n2591,1646733174,47.74299,8.99899\n2592,1646733175,47.74300,8.99902\n2593,1646733176,47.74300,8.99901\n2594,1646733177,47.74300,8.99900\n2595,1646733178,47.74300,8.99900\n2596,1646733179,47.74299,8.99899\n2597,1646733180,47.74299,8.99899\n2598,1646733181,47.74299,8.99899\n2599,1646733183,47.74299,8.99898\n2600,1646733184,47.74299,8.99898\n2601,1646733203,47.74297,8.99890\n2602,1646733204,47.74297,8.99891\n2603,1646733205,47.74299,8.99893\n2604,1646733206,47.74299,8.99895\n2605,1646733207,47.74299,8.99895\n2606,1646733208,47.74299,8.99894\n2607,1646733209,47.74299,8.99894\n2608,1646733210,47.74300,8.99894\n2609,1646733211,47.74300,8.99892\n2610,1646733213,47.74300,8.99892\n2611,1646733237,47.74303,8.99893\n2612,1646733238,47.74302,8.99892\n2613,1646733239,47.74302,8.99892\n2614,1646733240,47.74302,8.99891\n2615,1646733241,47.74302,8.99892\n2616,1646733243,47.74302,8.99892\n2617,1646733244,47.74302,8.99892\n2618,1646733245,47.74302,8.99892\n2619,1646733246,47.74303,8.99893\n2620,1646733247,47.74303,8.99893\n2621,1646733264,47.74299,8.99878\n2622,1646733266,47.74299,8.99881\n2623,1646733267,47.74299,8.99883\n2624,1646733268,47.74299,8.99884\n2625,1646733269,47.74300,8.99885\n2626,1646733270,47.74300,8.99885\n2627,1646733271,47.74300,8.99885\n2628,1646733272,47.74300,8.99886\n2629,1646733273,47.74301,8.99886\n2630,1646733274,47.74301,8.99886\n2631,1646733292,47.74298,8.99890\n2632,1646733293,47.74296,8.99883\n2633,1646733294,47.74297,8.99885\n2634,1646733295,47.74298,8.99886\n2635,1646733296,47.74298,8.99887\n2636,1646733297,47.74298,8.99887\n2637,1646733298,47.74298,8.99887\n2638,1646733299,47.74298,8.99888\n2639,1646733300,47.74298,8.99888\n2640,1646733301,47.74298,8.99888\n2641,1646733321,47.74296,8.99887\n2642,1646733322,47.74295,8.99887\n2643,1646733323,47.74295,8.99886\n2644,1646733324,47.74294,8.99886\n2645,1646733325,47.74294,8.99886\n2646,1646733326,47.74294,8.99887\n2647,1646733327,47.74295,8.99887\n2648,1646733328,47.74295,8.99888\n2649,1646733329,47.74295,8.99887\n2650,1646733330,47.74295,8.99888\n2651,1646733350,47.74294,8.99881\n2652,1646733351,47.74293,8.99879\n2653,1646733352,47.74293,8.99879\n2654,1646733353,47.74293,8.99878\n2655,1646733354,47.74293,8.99878\n2656,1646733355,47.74293,8.99878\n2657,1646733356,47.74295,8.99880\n2658,1646733358,47.74295,8.99881\n2659,1646733359,47.74295,8.99881\n2660,1646733360,47.74295,8.99881\n2661,1646733378,47.74301,8.99892\n2662,1646733379,47.74303,8.99897\n2663,1646733380,47.74301,8.99892\n2664,1646733381,47.74300,8.99890\n2665,1646733382,47.74300,8.99889\n2666,1646733383,47.74300,8.99888\n2667,1646733384,47.74300,8.99888\n2668,1646733385,47.74301,8.99887\n2669,1646733387,47.74301,8.99887\n2670,1646733388,47.74301,8.99887\n2671,1646733407,47.74302,8.99883\n2672,1646733408,47.74304,8.99890\n2673,1646733409,47.74305,8.99893\n2674,1646733410,47.74304,8.99894\n2675,1646733411,47.74303,8.99894\n2676,1646733412,47.74302,8.99893\n2677,1646733413,47.74302,8.99893\n2678,1646733414,47.74302,8.99893\n2679,1646733415,47.74301,8.99893\n2680,1646733416,47.74301,8.99893\n2681,1646733435,47.74307,8.99895\n2682,1646733436,47.74307,8.99898\n2683,1646733437,47.74307,8.99898\n2684,1646733438,47.74306,8.99898\n2685,1646733439,47.74306,8.99898\n2686,1646733440,47.74305,8.99897\n2687,1646733441,47.74303,8.99897\n2688,1646733442,47.74303,8.99896\n2689,1646733443,47.74302,8.99896\n2690,1646733444,47.74302,8.99895\n2691,1646733464,47.74311,8.99899\n2692,1646733465,47.74302,8.99897\n2693,1646733466,47.74301,8.99896\n2694,1646733467,47.74301,8.99894\n2695,1646733468,47.74300,8.99893\n2696,1646733469,47.74300,8.99893\n2697,1646733470,47.74300,8.99893\n2698,1646733471,47.74300,8.99893\n2699,1646733472,47.74299,8.99893\n2700,1646733473,47.74299,8.99892\n2701,1646733493,47.74295,8.99885\n2702,1646733494,47.74293,8.99884\n2703,1646733495,47.74293,8.99884\n2704,1646733496,47.74293,8.99885\n2705,1646733497,47.74293,8.99885\n2706,1646733498,47.74292,8.99886\n2707,1646733499,47.74293,8.99886\n2708,1646733500,47.74293,8.99887\n2709,1646733502,47.74293,8.99887\n2710,1646733503,47.74293,8.99887\n2711,1646733520,47.74297,8.99885\n2712,1646733522,47.74295,8.99885\n2713,1646733523,47.74294,8.99885\n2714,1646733524,47.74294,8.99884\n2715,1646733525,47.74294,8.99885\n2716,1646733526,47.74295,8.99886\n2717,1646733527,47.74295,8.99886\n2718,1646733528,47.74295,8.99886\n2719,1646733529,47.74295,8.99886\n2720,1646733530,47.74296,8.99886\n2721,1646733549,47.74300,8.99888\n2722,1646733550,47.74297,8.99885\n2723,1646733551,47.74297,8.99885\n2724,1646733552,47.74296,8.99884\n2725,1646733553,47.74297,8.99884\n2726,1646733554,47.74297,8.99884\n2727,1646733555,47.74297,8.99885\n2728,1646733556,47.74297,8.99886\n2729,1646733557,47.74297,8.99886\n2730,1646733558,47.74297,8.99887\n2731,1646733577,47.74308,8.99880\n2732,1646733578,47.74304,8.99890\n2733,1646733579,47.74303,8.99891\n2734,1646733580,47.74302,8.99890\n2735,1646733581,47.74301,8.99889\n2736,1646733582,47.74301,8.99888\n2737,1646733583,47.74300,8.99887\n2738,1646733584,47.74299,8.99888\n2739,1646733585,47.74299,8.99888\n2740,1646733586,47.74299,8.99889\n2741,1646733605,47.74298,8.99896\n2742,1646733606,47.74299,8.99896\n2743,1646733607,47.74299,8.99897\n2744,1646733608,47.74300,8.99898\n2745,1646733609,47.74300,8.99897\n2746,1646733610,47.74300,8.99897\n2747,1646733611,47.74299,8.99896\n2748,1646733612,47.74299,8.99895\n2749,1646733613,47.74299,8.99895\n2750,1646733614,47.74300,8.99895\n2751,1646733633,47.74299,8.99897\n2752,1646733634,47.74301,8.99899\n2753,1646733635,47.74300,8.99899\n2754,1646733636,47.74300,8.99899\n2755,1646733637,47.74299,8.99898\n2756,1646733638,47.74299,8.99898\n2757,1646733639,47.74298,8.99898\n2758,1646733640,47.74298,8.99898\n2759,1646733641,47.74297,8.99897\n2760,1646733642,47.74297,8.99897\n2761,1646733662,47.74298,8.99904\n2762,1646733663,47.74303,8.99904\n2763,1646733664,47.74302,8.99902\n2764,1646733665,47.74301,8.99901\n2765,1646733666,47.74300,8.99900\n2766,1646733667,47.74300,8.99899\n2767,1646733668,47.74300,8.99899\n2768,1646733669,47.74300,8.99899\n2769,1646733670,47.74300,8.99898\n2770,1646733671,47.74300,8.99898\n2771,1646733691,47.74301,8.99899\n2772,1646733692,47.74300,8.99898\n2773,1646733693,47.74301,8.99898\n2774,1646733694,47.74300,8.99897\n2775,1646733695,47.74300,8.99896\n2776,1646733696,47.74300,8.99896\n2777,1646733697,47.74299,8.99896\n2778,1646733698,47.74300,8.99895\n2779,1646733700,47.74300,8.99895\n2780,1646733701,47.74300,8.99895\n2781,1646733718,47.74306,8.99890\n2782,1646733720,47.74304,8.99892\n2783,1646733721,47.74304,8.99893\n2784,1646733722,47.74304,8.99893\n2785,1646733723,47.74304,8.99894\n2786,1646733724,47.74305,8.99895\n2787,1646733725,47.74305,8.99895\n2788,1646733726,47.74305,8.99895\n2789,1646733727,47.74305,8.99895\n2790,1646733728,47.74305,8.99896\n2791,1646733747,47.74308,8.99903\n2792,1646733748,47.74297,8.99897\n2793,1646733749,47.74296,8.99896\n2794,1646733750,47.74296,8.99896\n2795,1646733751,47.74296,8.99897\n2796,1646733752,47.74296,8.99897\n2797,1646733753,47.74296,8.99897\n2798,1646733754,47.74296,8.99897\n2799,1646733755,47.74296,8.99897\n2800,1646733756,47.74296,8.99897\n2801,1646733777,47.74294,8.99893\n2802,1646733778,47.74294,8.99895\n2803,1646733779,47.74294,8.99896\n2804,1646733780,47.74294,8.99897\n2805,1646733781,47.74293,8.99897\n2806,1646733782,47.74293,8.99898\n2807,1646733783,47.74294,8.99898\n2808,1646733784,47.74294,8.99898\n2809,1646733785,47.74294,8.99898\n2810,1646733786,47.74295,8.99897\n2811,1646733806,47.74308,8.99904\n2812,1646733807,47.74300,8.99900\n2813,1646733808,47.74299,8.99898\n2814,1646733809,47.74299,8.99898\n2815,1646733810,47.74299,8.99897\n2816,1646733811,47.74300,8.99897\n2817,1646733812,47.74299,8.99897\n2818,1646733813,47.74299,8.99897\n2819,1646733814,47.74299,8.99897\n2820,1646733815,47.74298,8.99896\n2821,1646733834,47.74331,8.99915\n2822,1646733835,47.74301,8.99903\n2823,1646733836,47.74300,8.99903\n2824,1646733837,47.74299,8.99902\n2825,1646733838,47.74299,8.99900\n2826,1646733839,47.74299,8.99898\n2827,1646733840,47.74299,8.99897\n2828,1646733841,47.74297,8.99898\n2829,1646733843,47.74298,8.99897\n2830,1646733844,47.74297,8.99897\n2831,1646733861,47.74287,8.99898\n2832,1646733863,47.74296,8.99900\n2833,1646733864,47.74298,8.99901\n2834,1646733865,47.74299,8.99901\n2835,1646733866,47.74299,8.99901\n2836,1646733867,47.74299,8.99901\n2837,1646733868,47.74300,8.99901\n2838,1646733869,47.74300,8.99901\n2839,1646733870,47.74300,8.99901\n2840,1646733871,47.74300,8.99901\n2841,1646733889,47.74300,8.99904\n2842,1646733890,47.74305,8.99901\n2843,1646733891,47.74303,8.99900\n2844,1646733892,47.74304,8.99899\n2845,1646733893,47.74304,8.99900\n2846,1646733894,47.74303,8.99900\n2847,1646733895,47.74303,8.99900\n2848,1646733896,47.74303,8.99900\n2849,1646733897,47.74303,8.99900\n2850,1646733898,47.74302,8.99900\n2851,1646733917,47.74309,8.99895\n2852,1646733918,47.74303,8.99901\n2853,1646733919,47.74302,8.99903\n2854,1646733920,47.74300,8.99903\n2855,1646733921,47.74300,8.99904\n2856,1646733922,47.74300,8.99905\n2857,1646733923,47.74299,8.99905\n2858,1646733924,47.74298,8.99906\n2859,1646733925,47.74299,8.99908\n2860,1646733927,47.74298,8.99907\n2861,1646733949,47.74304,8.99907\n2862,1646733950,47.74303,8.99906\n2863,1646733951,47.74303,8.99905\n2864,1646733952,47.74303,8.99905\n2865,1646733953,47.74303,8.99904\n2866,1646733954,47.74303,8.99904\n2867,1646733955,47.74304,8.99902\n2868,1646733957,47.74304,8.99903\n2869,1646733958,47.74304,8.99903\n2870,1646733959,47.74304,8.99903\n2871,1646733978,47.74314,8.99899\n2872,1646733979,47.74312,8.99898\n2873,1646733980,47.74310,8.99897\n2874,1646733981,47.74308,8.99896\n2875,1646733982,47.74307,8.99896\n2876,1646733983,47.74307,8.99895\n2877,1646733984,47.74307,8.99895\n2878,1646733985,47.74306,8.99895\n2879,1646733987,47.74306,8.99894\n2880,1646733988,47.74305,8.99895\n2881,1646734005,47.74304,8.99900\n2882,1646734007,47.74305,8.99899\n2883,1646734008,47.74305,8.99898\n2884,1646734009,47.74305,8.99897\n2885,1646734010,47.74305,8.99897\n2886,1646734011,47.74305,8.99896\n2887,1646734012,47.74304,8.99896\n2888,1646734013,47.74304,8.99896\n2889,1646734014,47.74303,8.99896\n2890,1646734015,47.74304,8.99896\n2891,1646734033,47.74307,8.99889\n2892,1646734034,47.74307,8.99891\n2893,1646734035,47.74307,8.99893\n2894,1646734036,47.74306,8.99894\n2895,1646734037,47.74305,8.99895\n2896,1646734038,47.74305,8.99895\n2897,1646734039,47.74304,8.99896\n2898,1646734040,47.74304,8.99896\n2899,1646734041,47.74304,8.99896\n2900,1646734042,47.74304,8.99897\n2901,1646734061,47.74310,8.99890\n2902,1646734062,47.74308,8.99890\n2903,1646734063,47.74308,8.99892\n2904,1646734064,47.74309,8.99894\n2905,1646734065,47.74308,8.99895\n2906,1646734066,47.74307,8.99896\n2907,1646734067,47.74307,8.99896\n2908,1646734068,47.74307,8.99896\n2909,1646734069,47.74308,8.99896\n2910,1646734071,47.74308,8.99896\n2911,1646734090,47.74324,8.99896\n2912,1646734091,47.74307,8.99893\n2913,1646734092,47.74306,8.99893\n2914,1646734093,47.74306,8.99894\n2915,1646734094,47.74306,8.99893\n2916,1646734095,47.74306,8.99894\n2917,1646734096,47.74305,8.99894\n2918,1646734097,47.74305,8.99893\n2919,1646734098,47.74305,8.99893\n2920,1646734099,47.74306,8.99893\n2921,1646734120,47.74314,8.99902\n2922,1646734121,47.74304,8.99896\n2923,1646734122,47.74304,8.99896\n2924,1646734123,47.74303,8.99896\n2925,1646734124,47.74302,8.99896\n2926,1646734125,47.74302,8.99896\n2927,1646734126,47.74302,8.99897\n2928,1646734127,47.74302,8.99896\n2929,1646734128,47.74302,8.99897\n2930,1646734129,47.74304,8.99896\n2931,1646734149,47.74301,8.99893\n2932,1646734150,47.74301,8.99894\n2933,1646734151,47.74301,8.99895\n2934,1646734152,47.74301,8.99896\n2935,1646734153,47.74301,8.99895\n2936,1646734154,47.74301,8.99896\n2937,1646734155,47.74301,8.99896\n2938,1646734156,47.74301,8.99897\n2939,1646734157,47.74301,8.99897\n2940,1646734158,47.74301,8.99897\n2941,1646734177,47.74305,8.99897\n2942,1646734178,47.74299,8.99898\n2943,1646734179,47.74299,8.99898\n2944,1646734180,47.74299,8.99897\n2945,1646734181,47.74300,8.99897\n2946,1646734182,47.74300,8.99897\n2947,1646734183,47.74302,8.99897\n2948,1646734185,47.74302,8.99896\n2949,1646734186,47.74302,8.99896\n2950,1646734187,47.74301,8.99896\n2951,1646734205,47.74300,8.99893\n2952,1646734206,47.74300,8.99895\n2953,1646734207,47.74300,8.99895\n2954,1646734208,47.74300,8.99895\n2955,1646734209,47.74300,8.99896\n2956,1646734210,47.74300,8.99895\n2957,1646734211,47.74300,8.99896\n2958,1646734212,47.74300,8.99896\n2959,1646734213,47.74303,8.99897\n2960,1646734215,47.74302,8.99897\n2961,1646734234,47.74297,8.99897\n2962,1646734235,47.74297,8.99897\n2963,1646734236,47.74299,8.99896\n2964,1646734237,47.74299,8.99896\n2965,1646734238,47.74299,8.99896\n2966,1646734239,47.74299,8.99896\n2967,1646734240,47.74299,8.99895\n2968,1646734241,47.74299,8.99895\n2969,1646734242,47.74299,8.99895\n2970,1646734243,47.74300,8.99895\n2971,1646734264,47.74299,8.99898\n2972,1646734265,47.74300,8.99898\n2973,1646734266,47.74299,8.99899\n2974,1646734267,47.74300,8.99899\n2975,1646734268,47.74300,8.99899\n2976,1646734269,47.74301,8.99899\n2977,1646734270,47.74301,8.99899\n2978,1646734271,47.74301,8.99899\n2979,1646734272,47.74301,8.99898\n2980,1646734273,47.74301,8.99898\n2981,1646734292,47.74299,8.99903\n2982,1646734293,47.74299,8.99902\n2983,1646734294,47.74299,8.99901\n2984,1646734295,47.74299,8.99901\n2985,1646734296,47.74300,8.99901\n2986,1646734297,47.74300,8.99901\n2987,1646734298,47.74300,8.99901\n2988,1646734299,47.74300,8.99901\n2989,1646734300,47.74300,8.99901\n2990,1646734301,47.74300,8.99900\n2991,1646734320,47.74320,8.99906\n2992,1646734321,47.74305,8.99900\n2993,1646734322,47.74303,8.99900\n2994,1646734323,47.74302,8.99900\n2995,1646734324,47.74301,8.99900\n2996,1646734325,47.74301,8.99901\n2997,1646734326,47.74300,8.99901\n2998,1646734327,47.74301,8.99901\n2999,1646734329,47.74301,8.99901\n3000,1646734330,47.74301,8.99901\n3001,1646734347,47.74305,8.99893\n3002,1646734349,47.74304,8.99898\n3003,1646734350,47.74304,8.99898\n3004,1646734351,47.74303,8.99898\n3005,1646734352,47.74303,8.99899\n3006,1646734353,47.74303,8.99899\n3007,1646734354,47.74303,8.99899\n3008,1646734355,47.74303,8.99900\n3009,1646734356,47.74303,8.99900\n3010,1646734357,47.74303,8.99900\n3011,1646734375,47.74304,8.99901\n3012,1646734376,47.74304,8.99901\n3013,1646734377,47.74304,8.99900\n3014,1646734378,47.74304,8.99901\n3015,1646734379,47.74304,8.99900\n3016,1646734380,47.74304,8.99900\n3017,1646734381,47.74303,8.99900\n3018,1646734382,47.74303,8.99899\n3019,1646734383,47.74303,8.99899\n3020,1646734384,47.74302,8.99899\n3021,1646734403,47.74300,8.99891\n3022,1646734404,47.74303,8.99889\n3023,1646734405,47.74304,8.99890\n3024,1646734406,47.74303,8.99891\n3025,1646734407,47.74302,8.99892\n3026,1646734408,47.74302,8.99893\n3027,1646734409,47.74301,8.99894\n3028,1646734410,47.74300,8.99894\n3029,1646734411,47.74300,8.99895\n3030,1646734413,47.74300,8.99895\n3031,1646734431,47.74305,8.99886\n3032,1646734432,47.74292,8.99893\n3033,1646734433,47.74294,8.99894\n3034,1646734434,47.74294,8.99893\n3035,1646734435,47.74295,8.99894\n3036,1646734436,47.74295,8.99894\n3037,1646734437,47.74296,8.99895\n3038,1646734438,47.74296,8.99895\n3039,1646734439,47.74296,8.99895\n3040,1646734440,47.74296,8.99896\n3041,1646734462,47.74305,8.99901\n3042,1646734463,47.74296,8.99898\n3043,1646734464,47.74295,8.99899\n3044,1646734465,47.74295,8.99900\n3045,1646734466,47.74294,8.99900\n3046,1646734467,47.74293,8.99901\n3047,1646734468,47.74293,8.99901\n3048,1646734469,47.74293,8.99902\n3049,1646734470,47.74294,8.99902\n3050,1646734471,47.74293,8.99904\n3051,1646734491,47.74301,8.99893\n3052,1646734492,47.74301,8.99893\n3053,1646734493,47.74301,8.99894\n3054,1646734494,47.74300,8.99894\n3055,1646734495,47.74299,8.99895\n3056,1646734496,47.74299,8.99895\n3057,1646734497,47.74299,8.99896\n3058,1646734498,47.74299,8.99897\n3059,1646734499,47.74299,8.99897\n3060,1646734500,47.74300,8.99897\n3061,1646734518,47.74302,8.99897\n3062,1646734519,47.74298,8.99899\n3063,1646734520,47.74296,8.99901\n3064,1646734521,47.74294,8.99902\n3065,1646734522,47.74292,8.99903\n3066,1646734523,47.74292,8.99904\n3067,1646734524,47.74292,8.99904\n3068,1646734525,47.74292,8.99904\n3069,1646734526,47.74292,8.99904\n3070,1646734527,47.74292,8.99903\n3071,1646734546,47.74298,8.99892\n3072,1646734547,47.74299,8.99897\n3073,1646734548,47.74298,8.99898\n3074,1646734549,47.74297,8.99898\n3075,1646734550,47.74297,8.99899\n3076,1646734551,47.74298,8.99899\n3077,1646734552,47.74298,8.99899\n3078,1646734553,47.74298,8.99900\n3079,1646734554,47.74298,8.99900\n3080,1646734555,47.74297,8.99901\n3081,1646734575,47.74297,8.99902\n3082,1646734576,47.74298,8.99902\n3083,1646734577,47.74299,8.99901\n3084,1646734578,47.74298,8.99901\n3085,1646734579,47.74298,8.99901\n3086,1646734580,47.74298,8.99901\n3087,1646734581,47.74299,8.99901\n3088,1646734582,47.74299,8.99900\n3089,1646734583,47.74299,8.99900\n3090,1646734584,47.74300,8.99900\n3091,1646734603,47.74299,8.99903\n3092,1646734604,47.74296,8.99903\n3093,1646734605,47.74295,8.99903\n3094,1646734606,47.74295,8.99903\n3095,1646734607,47.74294,8.99904\n3096,1646734608,47.74294,8.99904\n3097,1646734609,47.74296,8.99901\n3098,1646734611,47.74295,8.99903\n3099,1646734612,47.74295,8.99904\n3100,1646734613,47.74295,8.99903\n3101,1646734630,47.74296,8.99910\n3102,1646734632,47.74297,8.99905\n3103,1646734633,47.74296,8.99904\n3104,1646734634,47.74297,8.99903\n3105,1646734635,47.74297,8.99903\n3106,1646734636,47.74298,8.99903\n3107,1646734637,47.74298,8.99903\n3108,1646734638,47.74298,8.99903\n3109,1646734639,47.74298,8.99903\n3110,1646734640,47.74298,8.99902\n3111,1646734660,47.74289,8.99912\n3112,1646734661,47.74290,8.99910\n3113,1646734662,47.74291,8.99909\n3114,1646734663,47.74292,8.99909\n3115,1646734664,47.74294,8.99908\n3116,1646734665,47.74294,8.99908\n3117,1646734666,47.74294,8.99907\n3118,1646734667,47.74294,8.99908\n3119,1646734668,47.74294,8.99907\n3120,1646734669,47.74297,8.99904\n3121,1646734689,47.74294,8.99909\n3122,1646734690,47.74295,8.99908\n3123,1646734691,47.74295,8.99907\n3124,1646734692,47.74295,8.99907\n3125,1646734693,47.74296,8.99907\n3126,1646734694,47.74296,8.99906\n3127,1646734695,47.74296,8.99907\n3128,1646734696,47.74296,8.99907\n3129,1646734697,47.74296,8.99906\n3130,1646734698,47.74296,8.99906\n3131,1646734717,47.74303,8.99901\n3132,1646734718,47.74302,8.99901\n3133,1646734719,47.74301,8.99901\n3134,1646734720,47.74301,8.99902\n3135,1646734721,47.74301,8.99901\n3136,1646734722,47.74300,8.99901\n3137,1646734723,47.74300,8.99901\n3138,1646734724,47.74300,8.99901\n3139,1646734725,47.74301,8.99901\n3140,1646734726,47.74301,8.99901\n3141,1646734747,47.74307,8.99893\n3142,1646734748,47.74304,8.99896\n3143,1646734749,47.74304,8.99897\n3144,1646734750,47.74303,8.99898\n3145,1646734751,47.74303,8.99898\n3146,1646734752,47.74302,8.99899\n3147,1646734753,47.74299,8.99904\n3148,1646734755,47.74299,8.99904\n3149,1646734756,47.74299,8.99904\n3150,1646734757,47.74300,8.99904\n3151,1646734775,47.74298,8.99896\n3152,1646734776,47.74300,8.99897\n3153,1646734777,47.74300,8.99897\n3154,1646734778,47.74299,8.99898\n3155,1646734779,47.74299,8.99898\n3156,1646734780,47.74299,8.99899\n3157,1646734781,47.74299,8.99900\n3158,1646734782,47.74299,8.99900\n3159,1646734783,47.74300,8.99899\n3160,1646734785,47.74300,8.99899\n3161,1646734803,47.74292,8.99907\n3162,1646734804,47.74294,8.99907\n3163,1646734805,47.74295,8.99906\n3164,1646734806,47.74296,8.99905\n3165,1646734807,47.74296,8.99905\n3166,1646734808,47.74297,8.99905\n3167,1646734809,47.74297,8.99904\n3168,1646734810,47.74297,8.99904\n3169,1646734811,47.74297,8.99904\n3170,1646734812,47.74297,8.99904\n3171,1646734831,47.74295,8.99900\n3172,1646734832,47.74295,8.99901\n3173,1646734833,47.74296,8.99901\n3174,1646734834,47.74296,8.99901\n3175,1646734835,47.74296,8.99902\n3176,1646734836,47.74297,8.99902\n3177,1646734837,47.74297,8.99902\n3178,1646734838,47.74297,8.99902\n3179,1646734839,47.74297,8.99902\n3180,1646734840,47.74297,8.99902\n3181,1646734860,47.74296,8.99900\n3182,1646734861,47.74297,8.99900\n3183,1646734862,47.74297,8.99899\n3184,1646734863,47.74297,8.99900\n3185,1646734864,47.74298,8.99900\n3186,1646734865,47.74298,8.99900\n3187,1646734866,47.74298,8.99901\n3188,1646734867,47.74298,8.99901\n3189,1646734868,47.74303,8.99895\n3190,1646734870,47.74304,8.99895\n3191,1646734888,47.74307,8.99898\n3192,1646734889,47.74306,8.99898\n3193,1646734890,47.74306,8.99898\n3194,1646734891,47.74305,8.99899\n3195,1646734892,47.74304,8.99899\n3196,1646734893,47.74304,8.99899\n3197,1646734894,47.74304,8.99899\n3198,1646734895,47.74304,8.99899\n3199,1646734896,47.74304,8.99899\n3200,1646734897,47.74304,8.99899\n3201,1646734917,47.74300,8.99903\n3202,1646734918,47.74300,8.99900\n3203,1646734919,47.74299,8.99900\n3204,1646734920,47.74300,8.99900\n3205,1646734921,47.74300,8.99901\n3206,1646734922,47.74300,8.99901\n3207,1646734923,47.74300,8.99901\n3208,1646734924,47.74300,8.99901\n3209,1646734925,47.74300,8.99901\n3210,1646734926,47.74300,8.99901\n3211,1646734946,47.74293,8.99902\n3212,1646734947,47.74295,8.99900\n3213,1646734948,47.74297,8.99900\n3214,1646734949,47.74298,8.99899\n3215,1646734950,47.74298,8.99899\n3216,1646734951,47.74299,8.99899\n3217,1646734952,47.74299,8.99899\n3218,1646734953,47.74299,8.99899\n3219,1646734954,47.74298,8.99899\n3220,1646734955,47.74298,8.99899\n3221,1646734975,47.74296,8.99905\n3222,1646734976,47.74297,8.99905\n3223,1646734977,47.74298,8.99904\n3224,1646734978,47.74298,8.99904\n3225,1646734979,47.74299,8.99904\n3226,1646734980,47.74299,8.99903\n3227,1646734981,47.74307,8.99895\n3228,1646734983,47.74306,8.99895\n3229,1646734984,47.74306,8.99894\n3230,1646734985,47.74306,8.99894\n3231,1646735002,47.74301,8.99900\n3232,1646735004,47.74305,8.99892\n3233,1646735005,47.74306,8.99892\n3234,1646735006,47.74306,8.99892\n3235,1646735007,47.74306,8.99893\n3236,1646735008,47.74306,8.99893\n3237,1646735009,47.74307,8.99893\n3238,1646735010,47.74307,8.99893\n3239,1646735011,47.74307,8.99893\n3240,1646735012,47.74307,8.99893\n3241,1646735031,47.74313,8.99905\n3242,1646735032,47.74295,8.99902\n3243,1646735033,47.74296,8.99902\n3244,1646735034,47.74297,8.99901\n3245,1646735035,47.74298,8.99900\n3246,1646735036,47.74299,8.99900\n3247,1646735037,47.74300,8.99900\n3248,1646735038,47.74300,8.99899\n3249,1646735039,47.74300,8.99899\n3250,1646735040,47.74301,8.99899\n3251,1646735061,47.74304,8.99901\n3252,1646735062,47.74304,8.99900\n3253,1646735063,47.74304,8.99899\n3254,1646735064,47.74304,8.99899\n3255,1646735065,47.74305,8.99899\n3256,1646735066,47.74304,8.99899\n3257,1646735067,47.74304,8.99898\n3258,1646735068,47.74304,8.99898\n3259,1646735069,47.74304,8.99898\n3260,1646735070,47.74304,8.99898\n3261,1646735091,47.74301,8.99896\n3262,1646735092,47.74302,8.99896\n3263,1646735093,47.74302,8.99896\n3264,1646735094,47.74301,8.99896\n3265,1646735095,47.74301,8.99896\n3266,1646735096,47.74301,8.99896\n3267,1646735097,47.74301,8.99896\n3268,1646735098,47.74301,8.99896\n3269,1646735099,47.74301,8.99896\n3270,1646735100,47.74301,8.99896\n3271,1646735120,47.74299,8.99904\n3272,1646735121,47.74298,8.99904\n3273,1646735122,47.74299,8.99904\n3274,1646735123,47.74299,8.99904\n3275,1646735124,47.74300,8.99904\n3276,1646735125,47.74304,8.99899\n3277,1646735127,47.74304,8.99899\n3278,1646735128,47.74304,8.99898\n3279,1646735129,47.74305,8.99898\n3280,1646735130,47.74305,8.99898\n3281,1646735147,47.74310,8.99904\n3282,1646735149,47.74307,8.99903\n3283,1646735150,47.74307,8.99901\n3284,1646735151,47.74307,8.99900\n3285,1646735152,47.74307,8.99899\n3286,1646735153,47.74306,8.99898\n3287,1646735154,47.74306,8.99898\n3288,1646735155,47.74306,8.99898\n3289,1646735156,47.74305,8.99898\n3290,1646735157,47.74305,8.99898\n3291,1646735177,47.74290,8.99903\n3292,1646735178,47.74291,8.99903\n3293,1646735179,47.74291,8.99902\n3294,1646735180,47.74292,8.99902\n3295,1646735181,47.74292,8.99902\n3296,1646735182,47.74292,8.99902\n3297,1646735183,47.74293,8.99902\n3298,1646735184,47.74293,8.99902\n3299,1646735185,47.74294,8.99901\n3300,1646735187,47.74294,8.99901\n3301,1646735206,47.74299,8.99901\n3302,1646735207,47.74299,8.99901\n3303,1646735208,47.74298,8.99901\n3304,1646735209,47.74297,8.99901\n3305,1646735210,47.74297,8.99901\n3306,1646735211,47.74297,8.99901\n3307,1646735212,47.74297,8.99900\n3308,1646735213,47.74297,8.99900\n3309,1646735214,47.74297,8.99900\n3310,1646735215,47.74297,8.99900\n3311,1646735235,47.74305,8.99897\n3312,1646735236,47.74304,8.99897\n3313,1646735237,47.74304,8.99897\n3314,1646735238,47.74304,8.99898\n3315,1646735239,47.74305,8.99897\n3316,1646735240,47.74304,8.99897\n3317,1646735241,47.74304,8.99897\n3318,1646735242,47.74304,8.99897\n3319,1646735243,47.74304,8.99897\n3320,1646735244,47.74304,8.99896\n3321,1646735265,47.74297,8.99905\n3322,1646735266,47.74299,8.99902\n3323,1646735267,47.74300,8.99901\n3324,1646735268,47.74301,8.99901\n3325,1646735269,47.74301,8.99900\n3326,1646735270,47.74301,8.99900\n3327,1646735271,47.74301,8.99899\n3328,1646735272,47.74301,8.99899\n3329,1646735273,47.74301,8.99899\n3330,1646735274,47.74301,8.99899\n3331,1646735293,47.74293,8.99901\n3332,1646735294,47.74292,8.99900\n3333,1646735295,47.74292,8.99900\n3334,1646735296,47.74293,8.99900\n3335,1646735297,47.74293,8.99900\n3336,1646735298,47.74294,8.99899\n3337,1646735299,47.74291,8.99903\n3338,1646735301,47.74291,8.99903\n3339,1646735302,47.74292,8.99903\n3340,1646735303,47.74292,8.99903\n3341,1646735322,47.74301,8.99896\n3342,1646735323,47.74299,8.99896\n3343,1646735324,47.74299,8.99896\n3344,1646735325,47.74300,8.99896\n3345,1646735326,47.74301,8.99896\n3346,1646735327,47.74301,8.99897\n3347,1646735328,47.74301,8.99897\n3348,1646735329,47.74302,8.99895\n3349,1646735331,47.74303,8.99895\n3350,1646735332,47.74304,8.99894\n3351,1646735349,47.74303,8.99897\n3352,1646735351,47.74304,8.99899\n3353,1646735352,47.74304,8.99899\n3354,1646735353,47.74304,8.99900\n3355,1646735354,47.74304,8.99900\n3356,1646735355,47.74304,8.99899\n3357,1646735356,47.74304,8.99899\n3358,1646735357,47.74304,8.99898\n3359,1646735358,47.74304,8.99898\n3360,1646735359,47.74305,8.99897\n3361,1646735378,47.74300,8.99902\n3362,1646735379,47.74300,8.99901\n3363,1646735380,47.74299,8.99901\n3364,1646735381,47.74300,8.99901\n3365,1646735382,47.74301,8.99901\n3366,1646735383,47.74301,8.99901\n3367,1646735384,47.74302,8.99901\n3368,1646735385,47.74302,8.99902\n3369,1646735386,47.74303,8.99902\n3370,1646735387,47.74303,8.99902\n3371,1646735407,47.74301,8.99903\n3372,1646735408,47.74304,8.99903\n3373,1646735409,47.74305,8.99902\n3374,1646735410,47.74305,8.99902\n3375,1646735411,47.74304,8.99902\n3376,1646735412,47.74304,8.99902\n3377,1646735413,47.74304,8.99900\n3378,1646735415,47.74304,8.99900\n3379,1646735416,47.74304,8.99900\n3380,1646735417,47.74305,8.99900\n3381,1646735434,47.74300,8.99897\n3382,1646735436,47.74301,8.99898\n3383,1646735437,47.74301,8.99898\n3384,1646735438,47.74302,8.99897\n3385,1646735439,47.74303,8.99897\n3386,1646735440,47.74304,8.99895\n3387,1646735441,47.74304,8.99894\n3388,1646735442,47.74304,8.99894\n3389,1646735443,47.74304,8.99894\n3390,1646735444,47.74304,8.99893\n3391,1646735463,47.74296,8.99898\n3392,1646735464,47.74296,8.99897\n3393,1646735465,47.74297,8.99896\n3394,1646735466,47.74298,8.99896\n3395,1646735467,47.74298,8.99896\n3396,1646735468,47.74298,8.99897\n3397,1646735469,47.74299,8.99897\n3398,1646735470,47.74299,8.99897\n3399,1646735471,47.74299,8.99897\n3400,1646735472,47.74299,8.99896\n3401,1646735492,47.74301,8.99899\n3402,1646735493,47.74299,8.99901\n3403,1646735494,47.74298,8.99900\n3404,1646735495,47.74298,8.99899\n3405,1646735496,47.74298,8.99899\n3406,1646735497,47.74298,8.99899\n3407,1646735498,47.74298,8.99899\n3408,1646735499,47.74297,8.99898\n3409,1646735500,47.74297,8.99898\n3410,1646735501,47.74297,8.99898\n3411,1646735522,47.74295,8.99906\n3412,1646735523,47.74296,8.99904\n3413,1646735524,47.74296,8.99902\n3414,1646735525,47.74296,8.99900\n3415,1646735526,47.74296,8.99899\n3416,1646735527,47.74296,8.99899\n3417,1646735528,47.74293,8.99902\n3418,1646735530,47.74293,8.99901\n3419,1646735531,47.74292,8.99900\n3420,1646735532,47.74293,8.99900\n3421,1646735549,47.74294,8.99905\n3422,1646735551,47.74301,8.99895\n3423,1646735552,47.74303,8.99892\n3424,1646735553,47.74303,8.99892\n3425,1646735554,47.74303,8.99892\n3426,1646735555,47.74304,8.99893\n3427,1646735556,47.74304,8.99893\n3428,1646735557,47.74304,8.99893\n3429,1646735558,47.74304,8.99894\n3430,1646735559,47.74304,8.99894\n3431,1646735578,47.74304,8.99901\n3432,1646735579,47.74304,8.99899\n3433,1646735580,47.74304,8.99899\n3434,1646735581,47.74304,8.99898\n3435,1646735582,47.74305,8.99897\n3436,1646735583,47.74305,8.99896\n3437,1646735584,47.74305,8.99896\n3438,1646735585,47.74305,8.99896\n3439,1646735586,47.74305,8.99896\n3440,1646735587,47.74306,8.99897\n3441,1646735607,47.74309,8.99899\n3442,1646735608,47.74312,8.99897\n3443,1646735609,47.74314,8.99897\n3444,1646735610,47.74315,8.99897\n3445,1646735611,47.74315,8.99896\n3446,1646735612,47.74315,8.99895\n3447,1646735613,47.74316,8.99896\n3448,1646735614,47.74316,8.99896\n3449,1646735615,47.74316,8.99895\n3450,1646735616,47.74316,8.99895\n3451,1646735636,47.74307,8.99899\n3452,1646735637,47.74306,8.99901\n3453,1646735638,47.74305,8.99901\n3454,1646735639,47.74305,8.99901\n3455,1646735640,47.74305,8.99902\n3456,1646735641,47.74305,8.99902\n3457,1646735642,47.74306,8.99899\n3458,1646735644,47.74306,8.99900\n3459,1646735645,47.74306,8.99900\n3460,1646735646,47.74305,8.99900\n3461,1646735665,47.74300,8.99899\n3462,1646735666,47.74301,8.99899\n3463,1646735667,47.74300,8.99899\n3464,1646735668,47.74301,8.99898\n3465,1646735669,47.74301,8.99899\n3466,1646735670,47.74302,8.99899\n3467,1646735671,47.74306,8.99895\n3468,1646735673,47.74307,8.99896\n3469,1646735674,47.74307,8.99895\n3470,1646735675,47.74307,8.99895\n3471,1646735692,47.74280,8.99894\n3472,1646735693,47.74296,8.99899\n3473,1646735695,47.74297,8.99900\n3474,1646735696,47.74297,8.99900\n3475,1646735697,47.74297,8.99900\n3476,1646735698,47.74297,8.99900\n3477,1646735699,47.74298,8.99899\n3478,1646735700,47.74298,8.99899\n3479,1646735701,47.74298,8.99899\n3480,1646735702,47.74298,8.99899\n3481,1646735721,47.74295,8.99899\n3482,1646735722,47.74296,8.99897\n3483,1646735723,47.74297,8.99897\n3484,1646735724,47.74297,8.99897\n3485,1646735725,47.74298,8.99896\n3486,1646735726,47.74298,8.99896\n3487,1646735727,47.74299,8.99896\n3488,1646735728,47.74299,8.99896\n3489,1646735729,47.74299,8.99895\n3490,1646735730,47.74299,8.99895\n3491,1646735750,47.74296,8.99901\n3492,1646735751,47.74296,8.99900\n3493,1646735752,47.74296,8.99900\n3494,1646735753,47.74297,8.99899\n3495,1646735754,47.74297,8.99898\n3496,1646735755,47.74297,8.99898\n3497,1646735756,47.74298,8.99898\n3498,1646735757,47.74299,8.99898\n3499,1646735758,47.74299,8.99898\n3500,1646735759,47.74300,8.99898\n3501,1646735779,47.74299,8.99897\n3502,1646735780,47.74298,8.99897\n3503,1646735781,47.74299,8.99897\n3504,1646735782,47.74299,8.99897\n3505,1646735783,47.74299,8.99897\n3506,1646735784,47.74299,8.99897\n3507,1646735785,47.74300,8.99897\n3508,1646735786,47.74302,8.99894\n3509,1646735788,47.74302,8.99894\n3510,1646735789,47.74302,8.99894\n3511,1646735806,47.74305,8.99908\n3512,1646735808,47.74302,8.99903\n3513,1646735809,47.74302,8.99903\n3514,1646735810,47.74302,8.99902\n3515,1646735811,47.74302,8.99900\n3516,1646735812,47.74302,8.99898\n3517,1646735813,47.74302,8.99897\n3518,1646735814,47.74302,8.99896\n3519,1646735815,47.74302,8.99896\n3520,1646735816,47.74303,8.99895\n3521,1646735834,47.74304,8.99902\n3522,1646735835,47.74304,8.99901\n3523,1646735836,47.74303,8.99901\n3524,1646735837,47.74303,8.99901\n3525,1646735838,47.74303,8.99900\n3526,1646735839,47.74303,8.99900\n3527,1646735840,47.74303,8.99900\n3528,1646735841,47.74303,8.99900\n3529,1646735842,47.74303,8.99900\n3530,1646735843,47.74303,8.99900\n3531,1646735863,47.74302,8.99897\n3532,1646735864,47.74302,8.99898\n3533,1646735865,47.74302,8.99899\n3534,1646735866,47.74302,8.99899\n3535,1646735867,47.74302,8.99899\n3536,1646735868,47.74302,8.99899\n3537,1646735869,47.74302,8.99899\n3538,1646735870,47.74303,8.99896\n3539,1646735872,47.74303,8.99897\n3540,1646735873,47.74303,8.99897\n3541,1646735892,47.74294,8.99892\n3542,1646735893,47.74295,8.99892\n3543,1646735894,47.74296,8.99893\n3544,1646735895,47.74299,8.99895\n3545,1646735896,47.74301,8.99897\n3546,1646735897,47.74302,8.99898\n3547,1646735898,47.74303,8.99899\n3548,1646735899,47.74303,8.99900\n3549,1646735901,47.74303,8.99900\n3550,1646735902,47.74303,8.99900\n3551,1646735919,47.74306,8.99896\n3552,1646735921,47.74309,8.99900\n3553,1646735922,47.74308,8.99899\n3554,1646735923,47.74308,8.99898\n3555,1646735924,47.74307,8.99897\n3556,1646735925,47.74307,8.99896\n3557,1646735926,47.74308,8.99895\n3558,1646735927,47.74307,8.99894\n3559,1646735928,47.74307,8.99893\n3560,1646735929,47.74307,8.99893\n3561,1646735948,47.74304,8.99905\n3562,1646735949,47.74304,8.99903\n3563,1646735950,47.74304,8.99902\n3564,1646735951,47.74304,8.99902\n3565,1646735952,47.74304,8.99901\n3566,1646735953,47.74303,8.99900\n3567,1646735954,47.74303,8.99900\n3568,1646735955,47.74303,8.99899\n3569,1646735956,47.74304,8.99898\n3570,1646735957,47.74304,8.99898\n3571,1646735976,47.74298,8.99891\n3572,1646735977,47.74299,8.99892\n3573,1646735978,47.74299,8.99892\n3574,1646735979,47.74299,8.99891\n3575,1646735980,47.74299,8.99892\n3576,1646735981,47.74299,8.99893\n3577,1646735982,47.74299,8.99893\n3578,1646735983,47.74302,8.99887\n3579,1646735985,47.74302,8.99886\n3580,1646735986,47.74302,8.99886\n3581,1646736003,47.74301,8.99891\n3582,1646736005,47.74301,8.99892\n3583,1646736006,47.74301,8.99894\n3584,1646736007,47.74301,8.99895\n3585,1646736008,47.74301,8.99894\n3586,1646736009,47.74302,8.99895\n3587,1646736010,47.74302,8.99895\n3588,1646736011,47.74303,8.99895\n3589,1646736012,47.74303,8.99895\n3590,1646736013,47.74303,8.99895\n3591,1646736031,47.74305,8.99911\n3592,1646736032,47.74306,8.99899\n3593,1646736033,47.74305,8.99899\n3594,1646736034,47.74305,8.99900\n3595,1646736035,47.74305,8.99900\n3596,1646736036,47.74305,8.99900\n3597,1646736037,47.74306,8.99900\n3598,1646736038,47.74306,8.99899\n3599,1646736039,47.74306,8.99899\n3600,1646736040,47.74306,8.99898\n3601,1646736059,47.74295,8.99898\n3602,1646736060,47.74296,8.99898\n3603,1646736061,47.74297,8.99898\n3604,1646736062,47.74298,8.99899\n3605,1646736063,47.74299,8.99898\n3606,1646736064,47.74300,8.99898\n3607,1646736065,47.74301,8.99898\n3608,1646736066,47.74302,8.99898\n3609,1646736067,47.74302,8.99898\n3610,1646736068,47.74304,8.99891\n3611,1646736088,47.74306,8.99892\n3612,1646736089,47.74305,8.99892\n3613,1646736090,47.74306,8.99893\n3614,1646736091,47.74305,8.99893\n3615,1646736092,47.74305,8.99893\n3616,1646736093,47.74305,8.99893\n3617,1646736094,47.74305,8.99893\n3618,1646736095,47.74304,8.99892\n3619,1646736096,47.74304,8.99892\n3620,1646736097,47.74307,8.99885\n3621,1646736117,47.74300,8.99906\n3622,1646736118,47.74300,8.99903\n3623,1646736119,47.74301,8.99901\n3624,1646736120,47.74301,8.99899\n3625,1646736121,47.74302,8.99897\n3626,1646736122,47.74303,8.99895\n3627,1646736123,47.74303,8.99894\n3628,1646736124,47.74303,8.99893\n3629,1646736125,47.74303,8.99893\n3630,1646736126,47.74303,8.99893\n3631,1646736147,47.74297,8.99899\n3632,1646736148,47.74297,8.99898\n3633,1646736149,47.74297,8.99898\n3634,1646736150,47.74298,8.99897\n3635,1646736151,47.74298,8.99897\n3636,1646736152,47.74298,8.99896\n3637,1646736153,47.74299,8.99896\n3638,1646736154,47.74299,8.99895\n3639,1646736155,47.74299,8.99894\n3640,1646736156,47.74299,8.99894\n3641,1646736175,47.74308,8.99901\n3642,1646736176,47.74304,8.99898\n3643,1646736177,47.74302,8.99898\n3644,1646736178,47.74301,8.99898\n3645,1646736179,47.74300,8.99898\n3646,1646736180,47.74300,8.99898\n3647,1646736181,47.74300,8.99898\n3648,1646736183,47.74300,8.99898\n3649,1646736184,47.74300,8.99898\n3650,1646736185,47.74300,8.99898\n3651,1646736202,47.74309,8.99901\n3652,1646736204,47.74306,8.99895\n3653,1646736205,47.74306,8.99896\n3654,1646736206,47.74305,8.99897\n3655,1646736207,47.74305,8.99897\n3656,1646736208,47.74305,8.99897\n3657,1646736209,47.74304,8.99897\n3658,1646736210,47.74304,8.99897\n3659,1646736211,47.74304,8.99896\n3660,1646736212,47.74304,8.99896\n3661,1646736232,47.74299,8.99898\n3662,1646736233,47.74299,8.99899\n3663,1646736234,47.74299,8.99899\n3664,1646736235,47.74299,8.99899\n3665,1646736236,47.74300,8.99899\n3666,1646736237,47.74299,8.99899\n3667,1646736238,47.74300,8.99900\n3668,1646736239,47.74300,8.99900\n3669,1646736240,47.74300,8.99900\n3670,1646736241,47.74302,8.99900\n3671,1646736261,47.74303,8.99894\n3672,1646736262,47.74304,8.99895\n3673,1646736263,47.74304,8.99897\n3674,1646736264,47.74304,8.99897\n3675,1646736265,47.74304,8.99897\n3676,1646736266,47.74304,8.99898\n3677,1646736267,47.74304,8.99898\n3678,1646736268,47.74303,8.99898\n3679,1646736269,47.74303,8.99897\n3680,1646736270,47.74303,8.99897\n3681,1646736290,47.74298,8.99908\n3682,1646736291,47.74298,8.99906\n3683,1646736292,47.74299,8.99906\n3684,1646736293,47.74299,8.99905\n3685,1646736294,47.74300,8.99905\n3686,1646736295,47.74300,8.99904\n3687,1646736296,47.74303,8.99904\n3688,1646736298,47.74303,8.99904\n3689,1646736299,47.74303,8.99904\n3690,1646736300,47.74303,8.99905\n3691,1646736317,47.74302,8.99908\n3692,1646736319,47.74301,8.99906\n3693,1646736320,47.74302,8.99904\n3694,1646736321,47.74302,8.99903\n3695,1646736322,47.74302,8.99903\n3696,1646736323,47.74302,8.99904\n3697,1646736324,47.74301,8.99904\n3698,1646736325,47.74301,8.99904\n3699,1646736326,47.74301,8.99903\n3700,1646736327,47.74302,8.99903\n3701,1646736346,47.74288,8.99888\n3702,1646736347,47.74296,8.99896\n3703,1646736348,47.74297,8.99897\n3704,1646736349,47.74297,8.99897\n3705,1646736350,47.74297,8.99898\n3706,1646736351,47.74297,8.99898\n3707,1646736352,47.74297,8.99899\n3708,1646736353,47.74297,8.99900\n3709,1646736354,47.74297,8.99901\n3710,1646736355,47.74302,8.99903\n3711,1646736378,47.74298,8.99901\n3712,1646736379,47.74298,8.99901\n3713,1646736380,47.74298,8.99901\n3714,1646736381,47.74298,8.99901\n3715,1646736382,47.74298,8.99900\n3716,1646736383,47.74298,8.99900\n3717,1646736384,47.74298,8.99900\n3718,1646736385,47.74298,8.99900\n3719,1646736386,47.74298,8.99899\n3720,1646736388,47.74298,8.99899\n3721,1646736413,47.74322,8.99902\n3722,1646736414,47.74314,8.99899\n3723,1646736415,47.74313,8.99894\n3724,1646736417,47.74312,8.99894\n3725,1646736418,47.74311,8.99894\n3726,1646736419,47.74311,8.99894\n3727,1646736420,47.74310,8.99895\n3728,1646736421,47.74310,8.99895\n3729,1646736422,47.74310,8.99895\n3730,1646736423,47.74310,8.99895\n3731,1646736440,47.74319,8.99910\n3732,1646736442,47.74311,8.99902\n3733,1646736443,47.74307,8.99900\n3734,1646736445,47.74305,8.99899\n3735,1646736446,47.74304,8.99897\n3736,1646736447,47.74304,8.99897\n3737,1646736448,47.74303,8.99896\n3738,1646736449,47.74303,8.99895\n3739,1646736450,47.74302,8.99894\n3740,1646736451,47.74302,8.99894\n3741,1646736471,47.74289,8.99896\n3742,1646736472,47.74293,8.99897\n3743,1646736473,47.74294,8.99897\n3744,1646736474,47.74298,8.99898\n3745,1646736475,47.74300,8.99897\n3746,1646736476,47.74301,8.99897\n3747,1646736477,47.74303,8.99896\n3748,1646736478,47.74304,8.99896\n3749,1646736479,47.74304,8.99896\n3750,1646736480,47.74305,8.99896\n3751,1646736501,47.74317,8.99897\n3752,1646736502,47.74317,8.99896\n3753,1646736503,47.74315,8.99896\n3754,1646736504,47.74316,8.99896\n3755,1646736505,47.74317,8.99896\n3756,1646736506,47.74317,8.99897\n3757,1646736507,47.74318,8.99896\n3758,1646736508,47.74318,8.99896\n3759,1646736509,47.74318,8.99896\n3760,1646736510,47.74318,8.99896\n3761,1646736532,47.74315,8.99884\n3762,1646736533,47.74317,8.99882\n3763,1646736534,47.74317,8.99883\n3764,1646736535,47.74311,8.99897\n3765,1646736537,47.74311,8.99898\n3766,1646736538,47.74311,8.99899\n3767,1646736539,47.74312,8.99899\n3768,1646736540,47.74312,8.99899\n3769,1646736541,47.74312,8.99899\n3770,1646736542,47.74312,8.99899\n3771,1646736562,47.74304,8.99901\n3772,1646736563,47.74305,8.99900\n3773,1646736564,47.74306,8.99898\n3774,1646736565,47.74307,8.99896\n3775,1646736566,47.74309,8.99894\n3776,1646736567,47.74309,8.99893\n3777,1646736568,47.74310,8.99893\n3778,1646736569,47.74311,8.99892\n3779,1646736570,47.74312,8.99892\n3780,1646736571,47.74312,8.99892\n3781,1646736601,47.74301,8.99894\n3782,1646736603,47.74300,8.99895\n3783,1646736604,47.74300,8.99894\n3784,1646736605,47.74301,8.99894\n3785,1646736606,47.74301,8.99894\n3786,1646736607,47.74301,8.99894\n3787,1646736608,47.74301,8.99893\n3788,1646736609,47.74301,8.99893\n3789,1646736610,47.74301,8.99893\n3790,1646736611,47.74301,8.99892\n3791,1646736630,47.74280,8.99903\n3792,1646736632,47.74282,8.99902\n3793,1646736633,47.74284,8.99900\n3794,1646736634,47.74285,8.99899\n3795,1646736635,47.74286,8.99899\n3796,1646736636,47.74287,8.99899\n3797,1646736637,47.74288,8.99898\n3798,1646736638,47.74288,8.99898\n3799,1646736639,47.74289,8.99898\n3800,1646736640,47.74290,8.99898\n3801,1646736660,47.74291,8.99892\n3802,1646736662,47.74294,8.99897\n3803,1646736663,47.74295,8.99898\n3804,1646736664,47.74296,8.99899\n3805,1646736665,47.74297,8.99900\n3806,1646736666,47.74297,8.99901\n3807,1646736667,47.74298,8.99902\n3808,1646736668,47.74299,8.99903\n3809,1646736669,47.74299,8.99903\n3810,1646736670,47.74299,8.99903\n3811,1646736690,47.74302,8.99898\n3812,1646736691,47.74312,8.99892\n3813,1646736692,47.74313,8.99891\n3814,1646736693,47.74313,8.99891\n3815,1646736694,47.74312,8.99891\n3816,1646736695,47.74311,8.99891\n3817,1646736696,47.74310,8.99891\n3818,1646736697,47.74308,8.99889\n3819,1646736699,47.74308,8.99888\n3820,1646736700,47.74308,8.99888\n3821,1646736720,47.74299,8.99895\n3822,1646736722,47.74299,8.99896\n3823,1646736723,47.74299,8.99896\n3824,1646736724,47.74300,8.99895\n3825,1646736725,47.74302,8.99894\n3826,1646736726,47.74304,8.99894\n3827,1646736727,47.74305,8.99894\n3828,1646736728,47.74305,8.99893\n3829,1646736729,47.74307,8.99892\n3830,1646736730,47.74308,8.99891\n3831,1646736747,47.74319,8.99886\n3832,1646736749,47.74316,8.99886\n3833,1646736750,47.74315,8.99887\n3834,1646736752,47.74315,8.99888\n3835,1646736753,47.74315,8.99888\n3836,1646736754,47.74315,8.99889\n3837,1646736755,47.74316,8.99889\n3838,1646736756,47.74316,8.99890\n3839,1646736757,47.74315,8.99890\n3840,1646736758,47.74315,8.99890\n3841,1646736777,47.74308,8.99885\n3842,1646736778,47.74310,8.99886\n3843,1646736779,47.74312,8.99887\n3844,1646736780,47.74312,8.99888\n3845,1646736781,47.74312,8.99889\n3846,1646736782,47.74312,8.99888\n3847,1646736783,47.74312,8.99889\n3848,1646736784,47.74312,8.99890\n3849,1646736785,47.74312,8.99890\n3850,1646736786,47.74312,8.99891\n3851,1646736811,47.74303,8.99887\n3852,1646736812,47.74305,8.99888\n3853,1646736813,47.74306,8.99889\n3854,1646736814,47.74306,8.99889\n3855,1646736815,47.74307,8.99888\n3856,1646736816,47.74307,8.99888\n3857,1646736817,47.74310,8.99888\n3858,1646736819,47.74311,8.99888\n3859,1646736820,47.74311,8.99888\n3860,1646736821,47.74311,8.99888\n3861,1646736841,47.74312,8.99890\n3862,1646736842,47.74312,8.99888\n3863,1646736844,47.74313,8.99887\n3864,1646736845,47.74314,8.99888\n3865,1646736846,47.74314,8.99888\n3866,1646736847,47.74314,8.99888\n3867,1646736848,47.74314,8.99888\n3868,1646736849,47.74314,8.99889\n3869,1646736850,47.74314,8.99889\n3870,1646736851,47.74314,8.99890\n3871,1646736874,47.74304,8.99890\n3872,1646736875,47.74298,8.99889\n3873,1646736877,47.74296,8.99888\n3874,1646736878,47.74298,8.99887\n3875,1646736879,47.74299,8.99887\n3876,1646736880,47.74299,8.99887\n3877,1646736881,47.74299,8.99887\n3878,1646736882,47.74299,8.99886\n3879,1646736883,47.74299,8.99885\n3880,1646736884,47.74299,8.99885\n3881,1646736917,47.74312,8.99898\n3882,1646736918,47.74311,8.99898\n3883,1646736919,47.74311,8.99897\n3884,1646736920,47.74312,8.99897\n3885,1646736921,47.74311,8.99897\n3886,1646736922,47.74310,8.99897\n3887,1646736923,47.74310,8.99897\n3888,1646736924,47.74310,8.99898\n3889,1646736925,47.74310,8.99898\n3890,1646736926,47.74310,8.99898\n3891,1646736951,47.74311,8.99900\n3892,1646736952,47.74312,8.99900\n3893,1646736953,47.74308,8.99898\n3894,1646736954,47.74309,8.99897\n3895,1646736955,47.74309,8.99894\n3896,1646736957,47.74309,8.99894\n3897,1646736958,47.74308,8.99894\n3898,1646736959,47.74308,8.99894\n3899,1646736960,47.74309,8.99894\n3900,1646736961,47.74310,8.99895\n3901,1646736986,47.74307,8.99896\n3902,1646736987,47.74309,8.99896\n3903,1646736988,47.74308,8.99896\n3904,1646736989,47.74306,8.99896\n3905,1646736990,47.74307,8.99895\n3906,1646736991,47.74307,8.99894\n3907,1646736993,47.74308,8.99893\n3908,1646736994,47.74308,8.99893\n3909,1646736995,47.74308,8.99893\n3910,1646736996,47.74308,8.99893\n3911,1646737017,47.74293,8.99895\n3912,1646737018,47.74293,8.99895\n3913,1646737020,47.74291,8.99891\n3914,1646737021,47.74292,8.99890\n3915,1646737022,47.74293,8.99889\n3916,1646737023,47.74293,8.99889\n3917,1646737024,47.74294,8.99887\n3918,1646737025,47.74294,8.99886\n3919,1646737026,47.74294,8.99884\n3920,1646737027,47.74293,8.99882\n3921,1646737053,47.74320,8.99895\n3922,1646737055,47.74315,8.99891\n3923,1646737056,47.74314,8.99890\n3924,1646737057,47.74312,8.99888\n3925,1646737058,47.74313,8.99886\n3926,1646737059,47.74313,8.99885\n3927,1646737060,47.74313,8.99884\n3928,1646737061,47.74313,8.99883\n3929,1646737062,47.74313,8.99882\n3930,1646737063,47.74312,8.99880\n3931,1646737087,47.74302,8.99889\n3932,1646737088,47.74301,8.99890\n3933,1646737089,47.74302,8.99891\n3934,1646737090,47.74307,8.99893\n3935,1646737091,47.74310,8.99894\n3936,1646737092,47.74311,8.99894\n3937,1646737093,47.74316,8.99894\n3938,1646737095,47.74316,8.99894\n3939,1646737096,47.74315,8.99894\n3940,1646737097,47.74315,8.99893\n3941,1646737117,47.74319,8.99888\n3942,1646737118,47.74322,8.99881\n3943,1646737120,47.74321,8.99879\n3944,1646737121,47.74319,8.99877\n3945,1646737122,47.74316,8.99875\n3946,1646737123,47.74314,8.99874\n3947,1646737124,47.74313,8.99874\n3948,1646737125,47.74313,8.99873\n3949,1646737126,47.74312,8.99874\n3950,1646737127,47.74312,8.99875\n3951,1646737152,47.74324,8.99899\n3952,1646737153,47.74324,8.99899\n3953,1646737155,47.74317,8.99896\n3954,1646737156,47.74314,8.99894\n3955,1646737157,47.74312,8.99892\n3956,1646737158,47.74311,8.99891\n3957,1646737159,47.74311,8.99891\n3958,1646737160,47.74311,8.99890\n3959,1646737161,47.74311,8.99890\n3960,1646737162,47.74310,8.99889\n3961,1646737189,47.74301,8.99896\n3962,1646737191,47.74301,8.99895\n3963,1646737192,47.74302,8.99895\n3964,1646737193,47.74303,8.99895\n3965,1646737194,47.74302,8.99895\n3966,1646737195,47.74302,8.99895\n3967,1646737196,47.74302,8.99895\n3968,1646737197,47.74302,8.99895\n3969,1646737198,47.74302,8.99896\n3970,1646737199,47.74302,8.99895\n3971,1646737225,47.74316,8.99902\n3972,1646737227,47.74314,8.99902\n3973,1646737228,47.74314,8.99902\n3974,1646737229,47.74313,8.99902\n3975,1646737230,47.74313,8.99902\n3976,1646737231,47.74313,8.99902\n3977,1646737232,47.74313,8.99902\n3978,1646737233,47.74313,8.99903\n3979,1646737234,47.74313,8.99903\n3980,1646737235,47.74310,8.99902\n3981,1646737260,47.74313,8.99906\n3982,1646737262,47.74305,8.99909\n3983,1646737263,47.74303,8.99909\n3984,1646737265,47.74300,8.99909\n3985,1646737266,47.74300,8.99909\n3986,1646737267,47.74300,8.99909\n3987,1646737268,47.74300,8.99908\n3988,1646737269,47.74300,8.99908\n3989,1646737270,47.74301,8.99908\n3990,1646737271,47.74300,8.99908\n3991,1646737301,47.74314,8.99898\n3992,1646737302,47.74311,8.99899\n3993,1646737303,47.74310,8.99900\n3994,1646737304,47.74312,8.99900\n3995,1646737305,47.74313,8.99900\n3996,1646737306,47.74313,8.99901\n3997,1646737307,47.74313,8.99901\n3998,1646737308,47.74312,8.99901\n3999,1646737309,47.74312,8.99901\n4000,1646737310,47.74313,8.99901\n4001,1646737339,47.74303,8.99895\n4002,1646737341,47.74304,8.99896\n4003,1646737342,47.74304,8.99896\n4004,1646737343,47.74304,8.99897\n4005,1646737344,47.74304,8.99897\n4006,1646737345,47.74303,8.99897\n4007,1646737346,47.74303,8.99898\n4008,1646737347,47.74303,8.99898\n4009,1646737348,47.74303,8.99898\n4010,1646737349,47.74303,8.99898\n4011,1646737374,47.74298,8.99902\n4012,1646737375,47.74297,8.99902\n4013,1646737377,47.74297,8.99901\n4014,1646737378,47.74301,8.99898\n4015,1646737379,47.74301,8.99896\n4016,1646737380,47.74302,8.99895\n4017,1646737381,47.74303,8.99893\n4018,1646737382,47.74296,8.99886\n4019,1646737383,47.74287,8.99875\n4020,1646737384,47.74281,8.99868\n4021,1646737411,47.74311,8.99907\n4022,1646737413,47.74312,8.99907\n4023,1646737414,47.74312,8.99907\n4024,1646737415,47.74312,8.99907\n4025,1646737416,47.74313,8.99907\n4026,1646737417,47.74314,8.99907\n4027,1646737418,47.74314,8.99907\n4028,1646737419,47.74315,8.99907\n4029,1646737420,47.74315,8.99907\n4030,1646737421,47.74315,8.99907\n4031,1646737447,47.74320,8.99910\n4032,1646737449,47.74322,8.99912\n4033,1646737450,47.74323,8.99914\n4034,1646737451,47.74323,8.99916\n4035,1646737452,47.74323,8.99916\n4036,1646737453,47.74323,8.99917\n4037,1646737454,47.74323,8.99917\n4038,1646737455,47.74323,8.99917\n4039,1646737456,47.74323,8.99917\n4040,1646737457,47.74323,8.99918\n4041,1646737482,47.74334,8.99914\n4042,1646737483,47.74334,8.99911\n4043,1646737485,47.74333,8.99911\n4044,1646737486,47.74333,8.99911\n4045,1646737487,47.74332,8.99911\n4046,1646737488,47.74331,8.99910\n4047,1646737489,47.74331,8.99910\n4048,1646737490,47.74331,8.99910\n4049,1646737491,47.74330,8.99910\n4050,1646737492,47.74330,8.99910\n4051,1646737531,47.74315,8.99907\n4052,1646737533,47.74307,8.99904\n4053,1646737534,47.74306,8.99904\n4054,1646737535,47.74305,8.99904\n4055,1646737536,47.74305,8.99903\n4056,1646737537,47.74304,8.99903\n4057,1646737538,47.74303,8.99903\n4058,1646737539,47.74303,8.99903\n4059,1646737540,47.74303,8.99903\n4060,1646737541,47.74302,8.99902\n4061,1646737559,47.74298,8.99884\n4062,1646737560,47.74299,8.99896\n4063,1646737561,47.74299,8.99895\n4064,1646737562,47.74299,8.99894\n4065,1646737563,47.74299,8.99894\n4066,1646737564,47.74299,8.99895\n4067,1646737565,47.74299,8.99895\n4068,1646737566,47.74300,8.99895\n4069,1646737567,47.74296,8.99903\n4070,1646737569,47.74298,8.99903\n4071,1646737587,47.74315,8.99907\n4072,1646737588,47.74313,8.99894\n4073,1646737589,47.74312,8.99892\n4074,1646737590,47.74311,8.99892\n4075,1646737591,47.74308,8.99892\n4076,1646737592,47.74307,8.99893\n4077,1646737593,47.74306,8.99893\n4078,1646737594,47.74306,8.99893\n4079,1646737595,47.74305,8.99893\n4080,1646737596,47.74305,8.99893\n4081,1646737614,47.74298,8.99919\n4082,1646737615,47.74295,8.99900\n4083,1646737616,47.74296,8.99899\n4084,1646737617,47.74295,8.99899\n4085,1646737618,47.74294,8.99899\n4086,1646737619,47.74294,8.99899\n4087,1646737620,47.74295,8.99899\n4088,1646737621,47.74295,8.99900\n4089,1646737622,47.74295,8.99900\n4090,1646737623,47.74295,8.99901\n4091,1646737643,47.74290,8.99888\n4092,1646737644,47.74291,8.99888\n4093,1646737645,47.74293,8.99888\n4094,1646737646,47.74292,8.99889\n4095,1646737647,47.74291,8.99890\n4096,1646737648,47.74291,8.99891\n4097,1646737649,47.74292,8.99891\n4098,1646737650,47.74293,8.99891\n4099,1646737651,47.74294,8.99892\n4100,1646737652,47.74293,8.99895\n4101,1646737672,47.74308,8.99887\n4102,1646737673,47.74308,8.99886\n4103,1646737674,47.74307,8.99886\n4104,1646737675,47.74306,8.99887\n4105,1646737676,47.74305,8.99888\n4106,1646737677,47.74305,8.99888\n4107,1646737678,47.74305,8.99889\n4108,1646737679,47.74305,8.99889\n4109,1646737680,47.74305,8.99889\n4110,1646737681,47.74302,8.99903\n4111,1646737698,47.74315,8.99903\n4112,1646737701,47.74310,8.99903\n4113,1646737702,47.74309,8.99904\n4114,1646737703,47.74308,8.99904\n4115,1646737704,47.74307,8.99903\n4116,1646737705,47.74307,8.99903\n4117,1646737706,47.74306,8.99903\n4118,1646737707,47.74305,8.99903\n4119,1646737708,47.74304,8.99904\n4120,1646737709,47.74304,8.99904\n4121,1646737728,47.74304,8.99872\n4122,1646737729,47.74304,8.99874\n4123,1646737730,47.74304,8.99875\n4124,1646737731,47.74304,8.99882\n4125,1646737732,47.74304,8.99886\n4126,1646737733,47.74303,8.99890\n4127,1646737734,47.74302,8.99896\n4128,1646737735,47.74300,8.99903\n4129,1646737737,47.74300,8.99903\n4130,1646737738,47.74301,8.99903\n4131,1646737755,47.74314,8.99922\n4132,1646737757,47.74302,8.99917\n4133,1646737758,47.74302,8.99916\n4134,1646737759,47.74300,8.99907\n4135,1646737760,47.74299,8.99901\n4136,1646737761,47.74298,8.99899\n4137,1646737762,47.74297,8.99897\n4138,1646737763,47.74297,8.99897\n4139,1646737764,47.74296,8.99897\n4140,1646737765,47.74296,8.99897\n4141,1646737785,47.74303,8.99922\n4142,1646737786,47.74304,8.99906\n4143,1646737787,47.74305,8.99901\n4144,1646737788,47.74305,8.99898\n4145,1646737789,47.74306,8.99897\n4146,1646737790,47.74306,8.99897\n4147,1646737791,47.74306,8.99898\n4148,1646737792,47.74306,8.99899\n4149,1646737793,47.74307,8.99899\n4150,1646737794,47.74307,8.99900\n4151,1646737815,47.74297,8.99926\n4152,1646737816,47.74297,8.99923\n4153,1646737817,47.74297,8.99922\n4154,1646737818,47.74299,8.99920\n4155,1646737819,47.74300,8.99919\n4156,1646737820,47.74302,8.99919\n4157,1646737821,47.74303,8.99920\n4158,1646737822,47.74305,8.99920\n4159,1646737823,47.74305,8.99919\n4160,1646737824,47.74306,8.99917\n4161,1646737844,47.74301,8.99923\n4162,1646737845,47.74301,8.99898\n4163,1646737846,47.74300,8.99903\n4164,1646737847,47.74301,8.99907\n4165,1646737848,47.74302,8.99908\n4166,1646737849,47.74304,8.99902\n4167,1646737851,47.74305,8.99904\n4168,1646737852,47.74305,8.99904\n4169,1646737853,47.74306,8.99905\n4170,1646737854,47.74306,8.99906\n4171,1646737874,47.74308,8.99903\n4172,1646737875,47.74309,8.99900\n4173,1646737876,47.74309,8.99900\n4174,1646737877,47.74309,8.99901\n4175,1646737878,47.74310,8.99902\n4176,1646737879,47.74310,8.99905\n4177,1646737881,47.74310,8.99905\n4178,1646737882,47.74310,8.99905\n4179,1646737883,47.74310,8.99905\n4180,1646737884,47.74310,8.99904\n4181,1646737901,47.74311,8.99902\n4182,1646737903,47.74313,8.99903\n4183,1646737904,47.74312,8.99902\n4184,1646737905,47.74311,8.99902\n4185,1646737906,47.74311,8.99902\n4186,1646737907,47.74310,8.99902\n4187,1646737908,47.74309,8.99901\n4188,1646737909,47.74309,8.99901\n4189,1646737910,47.74309,8.99901\n4190,1646737911,47.74309,8.99901\n4191,1646737931,47.74307,8.99922\n4192,1646737932,47.74307,8.99909\n4193,1646737933,47.74307,8.99909\n4194,1646737934,47.74307,8.99910\n4195,1646737935,47.74306,8.99909\n4196,1646737936,47.74305,8.99909\n4197,1646737937,47.74305,8.99908\n4198,1646737938,47.74305,8.99908\n4199,1646737939,47.74306,8.99904\n4200,1646737941,47.74306,8.99904\n4201,1646737961,47.74307,8.99910\n4202,1646737962,47.74307,8.99908\n4203,1646737963,47.74306,8.99908\n4204,1646737964,47.74306,8.99907\n4205,1646737965,47.74307,8.99907\n4206,1646737966,47.74307,8.99906\n4207,1646737967,47.74308,8.99906\n4208,1646737968,47.74308,8.99906\n4209,1646737969,47.74309,8.99906\n4210,1646737971,47.74309,8.99907\n4211,1646737991,47.74311,8.99901\n4212,1646737992,47.74310,8.99901\n4213,1646737993,47.74309,8.99900\n4214,1646737994,47.74309,8.99899\n4215,1646737995,47.74309,8.99899\n4216,1646737996,47.74309,8.99899\n4217,1646737997,47.74309,8.99899\n4218,1646737998,47.74309,8.99899\n4219,1646737999,47.74307,8.99901\n4220,1646738001,47.74307,8.99901\n4221,1646738020,47.74309,8.99886\n4222,1646738021,47.74309,8.99887\n4223,1646738022,47.74309,8.99888\n4224,1646738023,47.74308,8.99888\n4225,1646738024,47.74308,8.99889\n4226,1646738025,47.74308,8.99889\n4227,1646738026,47.74308,8.99890\n4228,1646738027,47.74308,8.99890\n4229,1646738028,47.74308,8.99891\n4230,1646738029,47.74304,8.99896\n4231,1646738049,47.74308,8.99891\n4232,1646738050,47.74307,8.99891\n4233,1646738051,47.74307,8.99892\n4234,1646738052,47.74308,8.99893\n4235,1646738053,47.74308,8.99893\n4236,1646738054,47.74307,8.99893\n4237,1646738055,47.74307,8.99893\n4238,1646738056,47.74306,8.99893\n4239,1646738057,47.74306,8.99893\n4240,1646738058,47.74305,8.99894\n4241,1646738076,47.74292,8.99896\n4242,1646738077,47.74303,8.99894\n4243,1646738078,47.74303,8.99894\n4244,1646738079,47.74303,8.99893\n4245,1646738080,47.74303,8.99892\n4246,1646738081,47.74303,8.99891\n4247,1646738082,47.74304,8.99890\n4248,1646738083,47.74304,8.99890\n4249,1646738084,47.74304,8.99890\n4250,1646738085,47.74304,8.99889\n4251,1646738107,47.74305,8.99893\n4252,1646738108,47.74305,8.99895\n4253,1646738109,47.74305,8.99895\n4254,1646738110,47.74305,8.99896\n4255,1646738111,47.74305,8.99895\n4256,1646738112,47.74305,8.99895\n4257,1646738113,47.74302,8.99899\n4258,1646738115,47.74302,8.99899\n4259,1646738116,47.74302,8.99899\n4260,1646738117,47.74302,8.99900\n4261,1646738134,47.74315,8.99913\n4262,1646738136,47.74309,8.99901\n4263,1646738137,47.74308,8.99900\n4264,1646738138,47.74308,8.99899\n4265,1646738139,47.74308,8.99899\n4266,1646738140,47.74307,8.99899\n4267,1646738141,47.74307,8.99898\n4268,1646738142,47.74306,8.99898\n4269,1646738143,47.74306,8.99898\n4270,1646738144,47.74305,8.99897\n4271,1646738163,47.74307,8.99896\n4272,1646738164,47.74304,8.99896\n4273,1646738165,47.74303,8.99896\n4274,1646738166,47.74303,8.99894\n4275,1646738167,47.74303,8.99893\n4276,1646738168,47.74303,8.99892\n4277,1646738169,47.74303,8.99892\n4278,1646738170,47.74304,8.99892\n4279,1646738171,47.74304,8.99892\n4280,1646738172,47.74305,8.99892\n4281,1646738194,47.74310,8.99899\n4282,1646738195,47.74309,8.99900\n4283,1646738196,47.74308,8.99902\n4284,1646738197,47.74308,8.99902\n4285,1646738198,47.74307,8.99903\n4286,1646738199,47.74307,8.99903\n4287,1646738200,47.74307,8.99904\n4288,1646738201,47.74307,8.99904\n4289,1646738202,47.74307,8.99904\n4290,1646738203,47.74307,8.99903\n4291,1646738223,47.74304,8.99905\n4292,1646738224,47.74306,8.99904\n4293,1646738225,47.74306,8.99905\n4294,1646738226,47.74306,8.99905\n4295,1646738227,47.74306,8.99905\n4296,1646738228,47.74306,8.99905\n4297,1646738229,47.74306,8.99905\n4298,1646738230,47.74306,8.99905\n4299,1646738231,47.74306,8.99904\n4300,1646738232,47.74306,8.99904\n4301,1646738254,47.74307,8.99902\n4302,1646738255,47.74309,8.99902\n4303,1646738256,47.74309,8.99902\n4304,1646738257,47.74309,8.99903\n4305,1646738258,47.74309,8.99903\n4306,1646738259,47.74309,8.99902\n4307,1646738260,47.74309,8.99902\n4308,1646738261,47.74309,8.99902\n4309,1646738262,47.74309,8.99902\n4310,1646738263,47.74307,8.99905\n4311,1646738283,47.74310,8.99900\n4312,1646738284,47.74310,8.99900\n4313,1646738285,47.74310,8.99901\n4314,1646738286,47.74310,8.99901\n4315,1646738287,47.74310,8.99902\n4316,1646738288,47.74310,8.99901\n4317,1646738289,47.74310,8.99902\n4318,1646738290,47.74311,8.99902\n4319,1646738291,47.74311,8.99902\n4320,1646738292,47.74310,8.99902\n4321,1646738317,47.74311,8.99895\n4322,1646738318,47.74310,8.99896\n4323,1646738319,47.74309,8.99897\n4324,1646738320,47.74309,8.99897\n4325,1646738321,47.74308,8.99898\n4326,1646738322,47.74308,8.99898\n4327,1646738323,47.74308,8.99898\n4328,1646738324,47.74306,8.99905\n4329,1646738326,47.74306,8.99905\n4330,1646738327,47.74306,8.99904\n4331,1646738346,47.74313,8.99881\n4332,1646738347,47.74311,8.99883\n4333,1646738348,47.74311,8.99885\n4334,1646738349,47.74310,8.99886\n4335,1646738350,47.74310,8.99887\n4336,1646738351,47.74309,8.99888\n4337,1646738352,47.74308,8.99889\n4338,1646738353,47.74303,8.99898\n4339,1646738355,47.74302,8.99896\n4340,1646738356,47.74302,8.99896\n4341,1646738373,47.74318,8.99898\n4342,1646738375,47.74310,8.99897\n4343,1646738376,47.74308,8.99897\n4344,1646738377,47.74306,8.99896\n4345,1646738378,47.74305,8.99896\n4346,1646738379,47.74304,8.99896\n4347,1646738380,47.74304,8.99896\n4348,1646738381,47.74304,8.99897\n4349,1646738382,47.74304,8.99897\n4350,1646738383,47.74303,8.99897\n4351,1646738402,47.74304,8.99906\n4352,1646738403,47.74304,8.99906\n4353,1646738404,47.74304,8.99906\n4354,1646738405,47.74305,8.99905\n4355,1646738406,47.74306,8.99905\n4356,1646738407,47.74306,8.99905\n4357,1646738408,47.74306,8.99905\n4358,1646738409,47.74306,8.99905\n4359,1646738410,47.74306,8.99904\n4360,1646738411,47.74306,8.99904\n4361,1646738430,47.74303,8.99893\n4362,1646738431,47.74303,8.99892\n4363,1646738432,47.74304,8.99892\n4364,1646738433,47.74304,8.99893\n4365,1646738434,47.74305,8.99893\n4366,1646738435,47.74305,8.99894\n4367,1646738436,47.74305,8.99894\n4368,1646738437,47.74305,8.99895\n4369,1646738438,47.74304,8.99897\n4370,1646738440,47.74304,8.99897\n4371,1646738460,47.74302,8.99900\n4372,1646738461,47.74303,8.99901\n4373,1646738462,47.74304,8.99903\n4374,1646738463,47.74304,8.99903\n4375,1646738464,47.74304,8.99904\n4376,1646738465,47.74304,8.99904\n4377,1646738466,47.74304,8.99905\n4378,1646738467,47.74306,8.99898\n4379,1646738469,47.74306,8.99899\n4380,1646738470,47.74306,8.99899\n4381,1646738489,47.74309,8.99905\n4382,1646738490,47.74308,8.99904\n4383,1646738491,47.74308,8.99903\n4384,1646738492,47.74308,8.99904\n4385,1646738493,47.74308,8.99904\n4386,1646738494,47.74309,8.99905\n4387,1646738495,47.74309,8.99904\n4388,1646738496,47.74309,8.99903\n4389,1646738497,47.74310,8.99900\n4390,1646738499,47.74310,8.99901\n4391,1646738521,47.74314,8.99894\n4392,1646738522,47.74311,8.99905\n4393,1646738523,47.74310,8.99905\n4394,1646738524,47.74310,8.99905\n4395,1646738525,47.74310,8.99905\n4396,1646738526,47.74310,8.99905\n4397,1646738527,47.74311,8.99903\n4398,1646738529,47.74311,8.99903\n4399,1646738530,47.74311,8.99903\n4400,1646738531,47.74311,8.99903\n4401,1646738548,47.74304,8.99888\n4402,1646738550,47.74306,8.99889\n4403,1646738551,47.74307,8.99892\n4404,1646738552,47.74307,8.99893\n4405,1646738553,47.74307,8.99894\n4406,1646738554,47.74308,8.99895\n4407,1646738555,47.74309,8.99897\n4408,1646738556,47.74309,8.99897\n4409,1646738557,47.74309,8.99898\n4410,1646738558,47.74309,8.99898\n4411,1646738578,47.74307,8.99896\n4412,1646738579,47.74308,8.99897\n4413,1646738580,47.74309,8.99898\n4414,1646738581,47.74310,8.99899\n4415,1646738582,47.74310,8.99901\n4416,1646738583,47.74311,8.99901\n4417,1646738584,47.74312,8.99901\n4418,1646738585,47.74312,8.99902\n4419,1646738586,47.74313,8.99902\n4420,1646738587,47.74313,8.99901\n4421,1646738608,47.74309,8.99896\n4422,1646738609,47.74309,8.99896\n4423,1646738610,47.74309,8.99897\n4424,1646738611,47.74309,8.99896\n4425,1646738612,47.74309,8.99896\n4426,1646738613,47.74309,8.99896\n4427,1646738614,47.74309,8.99895\n4428,1646738615,47.74309,8.99895\n4429,1646738616,47.74309,8.99896\n4430,1646738617,47.74309,8.99896\n4431,1646738636,47.74308,8.99892\n4432,1646738637,47.74307,8.99892\n4433,1646738638,47.74306,8.99891\n4434,1646738639,47.74307,8.99892\n4435,1646738640,47.74307,8.99892\n4436,1646738641,47.74308,8.99892\n4437,1646738642,47.74308,8.99892\n4438,1646738643,47.74308,8.99892\n4439,1646738644,47.74309,8.99892\n4440,1646738645,47.74309,8.99891\n4441,1646738665,47.74313,8.99890\n4442,1646738666,47.74312,8.99892\n4443,1646738667,47.74312,8.99893\n4444,1646738668,47.74312,8.99894\n4445,1646738669,47.74312,8.99895\n4446,1646738670,47.74311,8.99895\n4447,1646738671,47.74307,8.99900\n4448,1646738673,47.74308,8.99899\n4449,1646738674,47.74308,8.99899\n4450,1646738675,47.74308,8.99899\n4451,1646738693,47.74322,8.99939\n4452,1646738694,47.74315,8.99919\n4453,1646738695,47.74315,8.99919\n4454,1646738696,47.74314,8.99917\n4455,1646738697,47.74312,8.99916\n4456,1646738698,47.74312,8.99915\n4457,1646738699,47.74312,8.99915\n4458,1646738700,47.74313,8.99915\n4459,1646738701,47.74314,8.99899\n4460,1646738703,47.74315,8.99901\n4461,1646738721,47.74315,8.99848\n4462,1646738722,47.74314,8.99909\n4463,1646738723,47.74315,8.99913\n4464,1646738724,47.74313,8.99914\n4465,1646738725,47.74313,8.99914\n4466,1646738726,47.74314,8.99914\n4467,1646738727,47.74314,8.99914\n4468,1646738728,47.74314,8.99915\n4469,1646738729,47.74313,8.99914\n4470,1646738730,47.74314,8.99913\n4471,1646738749,47.74297,8.99889\n4472,1646738750,47.74303,8.99893\n4473,1646738751,47.74308,8.99888\n4474,1646738752,47.74308,8.99889\n4475,1646738753,47.74308,8.99889\n4476,1646738754,47.74308,8.99890\n4477,1646738755,47.74309,8.99890\n4478,1646738756,47.74309,8.99891\n4479,1646738757,47.74309,8.99891\n4480,1646738758,47.74309,8.99892\n4481,1646738778,47.74309,8.99907\n4482,1646738779,47.74309,8.99906\n4483,1646738780,47.74309,8.99904\n4484,1646738781,47.74309,8.99900\n4485,1646738782,47.74309,8.99898\n4486,1646738783,47.74309,8.99899\n4487,1646738784,47.74309,8.99899\n4488,1646738785,47.74309,8.99902\n4489,1646738787,47.74310,8.99902\n4490,1646738788,47.74310,8.99902\n4491,1646738806,47.74313,8.99914\n4492,1646738807,47.74309,8.99909\n4493,1646738808,47.74310,8.99907\n4494,1646738809,47.74310,8.99907\n4495,1646738810,47.74310,8.99907\n4496,1646738811,47.74309,8.99905\n4497,1646738812,47.74309,8.99904\n4498,1646738813,47.74310,8.99907\n4499,1646738814,47.74310,8.99907\n4500,1646738815,47.74311,8.99896\n4501,1646738834,47.74306,8.99898\n4502,1646738835,47.74307,8.99904\n4503,1646738836,47.74306,8.99905\n4504,1646738837,47.74307,8.99908\n4505,1646738838,47.74307,8.99908\n4506,1646738839,47.74307,8.99910\n4507,1646738840,47.74307,8.99912\n4508,1646738841,47.74307,8.99914\n4509,1646738842,47.74307,8.99915\n4510,1646738843,47.74306,8.99915\n4511,1646738861,47.74299,8.99902\n4512,1646738862,47.74302,8.99905\n4513,1646738863,47.74304,8.99904\n4514,1646738864,47.74304,8.99905\n4515,1646738865,47.74305,8.99906\n4516,1646738866,47.74306,8.99906\n4517,1646738867,47.74306,8.99908\n4518,1646738868,47.74307,8.99909\n4519,1646738869,47.74308,8.99898\n4520,1646738871,47.74308,8.99900\n4521,1646738891,47.74312,8.99904\n4522,1646738892,47.74311,8.99909\n4523,1646738893,47.74311,8.99907\n4524,1646738894,47.74311,8.99906\n4525,1646738895,47.74312,8.99907\n4526,1646738896,47.74312,8.99907\n4527,1646738897,47.74311,8.99907\n4528,1646738898,47.74311,8.99908\n4529,1646738899,47.74311,8.99894\n4530,1646738901,47.74310,8.99895\n4531,1646738919,47.74309,8.99857\n4532,1646738920,47.74307,8.99863\n4533,1646738921,47.74308,8.99876\n4534,1646738922,47.74307,8.99876\n4535,1646738923,47.74308,8.99878\n4536,1646738924,47.74308,8.99880\n4537,1646738925,47.74307,8.99881\n4538,1646738926,47.74307,8.99881\n4539,1646738927,47.74308,8.99882\n4540,1646738928,47.74308,8.99882\n4541,1646738948,47.74309,8.99868\n4542,1646738949,47.74311,8.99874\n4543,1646738950,47.74312,8.99889\n4544,1646738951,47.74313,8.99889\n4545,1646738952,47.74313,8.99887\n4546,1646738953,47.74312,8.99887\n4547,1646738954,47.74312,8.99889\n4548,1646738955,47.74312,8.99890\n4549,1646738956,47.74312,8.99892\n4550,1646738957,47.74312,8.99891\n4551,1646738981,47.74312,8.99905\n4552,1646738982,47.74310,8.99902\n4553,1646738983,47.74311,8.99901\n4554,1646738984,47.74312,8.99901\n4555,1646738985,47.74312,8.99899\n4556,1646738986,47.74313,8.99897\n4557,1646738987,47.74313,8.99897\n4558,1646738988,47.74313,8.99899\n4559,1646738989,47.74314,8.99901\n4560,1646738990,47.74313,8.99903\n4561,1646739010,47.74311,8.99890\n4562,1646739011,47.74311,8.99890\n4563,1646739012,47.74311,8.99891\n4564,1646739013,47.74312,8.99896\n4565,1646739014,47.74313,8.99895\n4566,1646739015,47.74312,8.99895\n4567,1646739016,47.74312,8.99896\n4568,1646739017,47.74312,8.99896\n4569,1646739018,47.74313,8.99897\n4570,1646739019,47.74312,8.99903\n4571,1646739038,47.74327,8.99930\n4572,1646739039,47.74306,8.99906\n4573,1646739040,47.74304,8.99901\n4574,1646739041,47.74304,8.99904\n4575,1646739042,47.74305,8.99903\n4576,1646739043,47.74305,8.99903\n4577,1646739044,47.74306,8.99903\n4578,1646739045,47.74306,8.99903\n4579,1646739046,47.74307,8.99903\n4580,1646739047,47.74308,8.99904\n4581,1646739067,47.74303,8.99903\n4582,1646739068,47.74305,8.99900\n4583,1646739069,47.74305,8.99898\n4584,1646739070,47.74305,8.99895\n4585,1646739071,47.74305,8.99892\n4586,1646739072,47.74305,8.99891\n4587,1646739073,47.74306,8.99900\n4588,1646739075,47.74306,8.99900\n4589,1646739076,47.74306,8.99900\n4590,1646739077,47.74306,8.99900\n4591,1646739095,47.74313,8.99913\n4592,1646739096,47.74312,8.99913\n4593,1646739097,47.74307,8.99907\n4594,1646739098,47.74307,8.99906\n4595,1646739099,47.74307,8.99908\n4596,1646739100,47.74308,8.99908\n4597,1646739101,47.74308,8.99907\n4598,1646739102,47.74309,8.99906\n4599,1646739103,47.74309,8.99901\n4600,1646739105,47.74309,8.99900\n4601,1646739127,47.74302,8.99907\n4602,1646739128,47.74302,8.99906\n4603,1646739129,47.74302,8.99905\n4604,1646739130,47.74303,8.99904\n4605,1646739131,47.74304,8.99903\n4606,1646739132,47.74304,8.99903\n4607,1646739133,47.74302,8.99894\n4608,1646739135,47.74302,8.99894\n4609,1646739136,47.74303,8.99895\n4610,1646739137,47.74303,8.99895\n4611,1646739154,47.74340,8.99913\n4612,1646739155,47.74311,8.99897\n4613,1646739157,47.74309,8.99897\n4614,1646739158,47.74308,8.99898\n4615,1646739159,47.74307,8.99899\n4616,1646739160,47.74306,8.99900\n4617,1646739161,47.74306,8.99900\n4618,1646739162,47.74305,8.99901\n4619,1646739163,47.74304,8.99901\n4620,1646739164,47.74304,8.99901\n4621,1646739184,47.74322,8.99910\n4622,1646739185,47.74301,8.99922\n4623,1646739186,47.74306,8.99916\n4624,1646739187,47.74308,8.99913\n4625,1646739188,47.74309,8.99912\n4626,1646739189,47.74309,8.99910\n4627,1646739190,47.74308,8.99910\n4628,1646739191,47.74308,8.99910\n4629,1646739192,47.74307,8.99910\n4630,1646739193,47.74307,8.99906\n4631,1646739214,47.74294,8.99905\n4632,1646739215,47.74301,8.99910\n4633,1646739216,47.74301,8.99915\n4634,1646739217,47.74303,8.99917\n4635,1646739218,47.74303,8.99920\n4636,1646739219,47.74305,8.99923\n4637,1646739220,47.74306,8.99924\n4638,1646739221,47.74306,8.99925\n4639,1646739222,47.74306,8.99925\n4640,1646739223,47.74306,8.99924\n4641,1646739243,47.74313,8.99892\n4642,1646739244,47.74312,8.99892\n4643,1646739245,47.74312,8.99892\n4644,1646739246,47.74313,8.99893\n4645,1646739247,47.74313,8.99894\n4646,1646739248,47.74313,8.99895\n4647,1646739249,47.74313,8.99896\n4648,1646739250,47.74312,8.99897\n4649,1646739251,47.74312,8.99898\n4650,1646739252,47.74312,8.99899\n4651,1646739273,47.74312,8.99907\n4652,1646739274,47.74313,8.99905\n4653,1646739275,47.74314,8.99904\n4654,1646739276,47.74314,8.99903\n4655,1646739277,47.74314,8.99901\n4656,1646739278,47.74314,8.99901\n4657,1646739279,47.74313,8.99901\n4658,1646739280,47.74313,8.99900\n4659,1646739281,47.74312,8.99899\n4660,1646739282,47.74312,8.99898\n4661,1646739302,47.74323,8.99862\n4662,1646739303,47.74318,8.99874\n4663,1646739304,47.74316,8.99883\n4664,1646739305,47.74316,8.99889\n4665,1646739306,47.74314,8.99891\n4666,1646739307,47.74313,8.99893\n4667,1646739308,47.74313,8.99893\n4668,1646739309,47.74312,8.99894\n4669,1646739310,47.74312,8.99895\n4670,1646739311,47.74313,8.99896\n4671,1646739332,47.74316,8.99907\n4672,1646739333,47.74315,8.99907\n4673,1646739334,47.74314,8.99906\n4674,1646739335,47.74314,8.99904\n4675,1646739336,47.74314,8.99903\n4676,1646739337,47.74314,8.99911\n4677,1646739339,47.74314,8.99909\n4678,1646739340,47.74314,8.99908\n4679,1646739341,47.74313,8.99907\n4680,1646739342,47.74313,8.99906\n4681,1646739361,47.74300,8.99913\n4682,1646739362,47.74302,8.99910\n4683,1646739363,47.74304,8.99907\n4684,1646739364,47.74305,8.99907\n4685,1646739365,47.74307,8.99906\n4686,1646739366,47.74307,8.99906\n4687,1646739367,47.74308,8.99906\n4688,1646739368,47.74309,8.99905\n4689,1646739369,47.74310,8.99906\n4690,1646739370,47.74310,8.99906\n4691,1646739389,47.74315,8.99889\n4692,1646739390,47.74311,8.99895\n4693,1646739391,47.74310,8.99896\n4694,1646739392,47.74311,8.99899\n4695,1646739393,47.74311,8.99900\n4696,1646739394,47.74311,8.99901\n4697,1646739395,47.74311,8.99901\n4698,1646739396,47.74312,8.99901\n4699,1646739397,47.74312,8.99902\n4700,1646739398,47.74312,8.99902\n4701,1646739417,47.74316,8.99894\n4702,1646739418,47.74317,8.99903\n4703,1646739419,47.74317,8.99901\n4704,1646739420,47.74315,8.99898\n4705,1646739421,47.74314,8.99897\n4706,1646739422,47.74315,8.99898\n4707,1646739423,47.74315,8.99899\n4708,1646739424,47.74316,8.99901\n4709,1646739425,47.74316,8.99902\n4710,1646739426,47.74315,8.99902\n4711,1646739447,47.74316,8.99904\n4712,1646739448,47.74316,8.99904\n4713,1646739449,47.74315,8.99902\n4714,1646739450,47.74315,8.99901\n4715,1646739451,47.74315,8.99902\n4716,1646739452,47.74315,8.99903\n4717,1646739453,47.74314,8.99902\n4718,1646739454,47.74313,8.99901\n4719,1646739455,47.74312,8.99900\n4720,1646739456,47.74312,8.99900\n4721,1646739476,47.74316,8.99906\n4722,1646739477,47.74317,8.99907\n4723,1646739478,47.74317,8.99907\n4724,1646739479,47.74316,8.99906\n4725,1646739480,47.74316,8.99907\n4726,1646739481,47.74317,8.99900\n4727,1646739483,47.74317,8.99900\n4728,1646739484,47.74316,8.99900\n4729,1646739485,47.74316,8.99900\n4730,1646739486,47.74315,8.99899\n4731,1646739503,47.74318,8.99894\n4732,1646739505,47.74312,8.99893\n4733,1646739506,47.74312,8.99893\n4734,1646739507,47.74310,8.99891\n4735,1646739508,47.74309,8.99891\n4736,1646739509,47.74309,8.99891\n4737,1646739510,47.74308,8.99892\n4738,1646739511,47.74308,8.99892\n4739,1646739512,47.74309,8.99893\n4740,1646739513,47.74310,8.99894\n4741,1646739537,47.74320,8.99894\n4742,1646739538,47.74321,8.99895\n4743,1646739539,47.74321,8.99895\n4744,1646739540,47.74320,8.99895\n4745,1646739541,47.74319,8.99897\n4746,1646739543,47.74319,8.99897\n4747,1646739544,47.74318,8.99897\n4748,1646739545,47.74318,8.99897\n4749,1646739546,47.74318,8.99897\n4750,1646739547,47.74318,8.99897\n4751,1646739565,47.74306,8.99893\n4752,1646739566,47.74310,8.99897\n4753,1646739568,47.74313,8.99898\n4754,1646739569,47.74314,8.99899\n4755,1646739570,47.74315,8.99898\n4756,1646739571,47.74315,8.99898\n4757,1646739572,47.74315,8.99898\n4758,1646739573,47.74316,8.99898\n4759,1646739574,47.74316,8.99898\n4760,1646739575,47.74316,8.99897\n4761,1646739595,47.74314,8.99885\n4762,1646739596,47.74313,8.99888\n4763,1646739597,47.74313,8.99887\n4764,1646739598,47.74313,8.99888\n4765,1646739599,47.74313,8.99887\n4766,1646739600,47.74313,8.99886\n4767,1646739601,47.74314,8.99896\n4768,1646739603,47.74314,8.99897\n4769,1646739604,47.74314,8.99897\n4770,1646739605,47.74314,8.99897\n4771,1646739624,47.74328,8.99907\n4772,1646739625,47.74321,8.99905\n4773,1646739626,47.74319,8.99903\n4774,1646739627,47.74318,8.99902\n4775,1646739628,47.74318,8.99902\n4776,1646739629,47.74318,8.99902\n4777,1646739630,47.74318,8.99902\n4778,1646739631,47.74318,8.99903\n4779,1646739633,47.74318,8.99903\n4780,1646739634,47.74318,8.99903\n4781,1646739653,47.74308,8.99896\n4782,1646739654,47.74306,8.99895\n4783,1646739655,47.74306,8.99896\n4784,1646739656,47.74307,8.99896\n4785,1646739657,47.74308,8.99897\n4786,1646739658,47.74308,8.99899\n4787,1646739659,47.74309,8.99899\n4788,1646739660,47.74310,8.99901\n4789,1646739661,47.74311,8.99902\n4790,1646739663,47.74311,8.99903\n4791,1646739683,47.74303,8.99893\n4792,1646739684,47.74304,8.99892\n4793,1646739685,47.74303,8.99892\n4794,1646739686,47.74304,8.99892\n4795,1646739687,47.74304,8.99892\n4796,1646739688,47.74304,8.99891\n4797,1646739689,47.74304,8.99890\n4798,1646739690,47.74303,8.99891\n4799,1646739691,47.74303,8.99894\n4800,1646739693,47.74303,8.99895\n4801,1646739713,47.74340,8.99873\n4802,1646739714,47.74321,8.99886\n4803,1646739715,47.74311,8.99892\n4804,1646739716,47.74311,8.99893\n4805,1646739717,47.74312,8.99892\n4806,1646739718,47.74313,8.99894\n4807,1646739719,47.74315,8.99896\n4808,1646739720,47.74315,8.99897\n4809,1646739721,47.74315,8.99899\n4810,1646739723,47.74314,8.99899\n4811,1646739743,47.74298,8.99882\n4812,1646739744,47.74300,8.99882\n4813,1646739745,47.74300,8.99883\n4814,1646739746,47.74301,8.99884\n4815,1646739747,47.74301,8.99884\n4816,1646739748,47.74302,8.99884\n4817,1646739749,47.74302,8.99884\n4818,1646739750,47.74303,8.99884\n4819,1646739751,47.74303,8.99891\n4820,1646739753,47.74303,8.99891\n4821,1646739772,47.74310,8.99881\n4822,1646739773,47.74311,8.99886\n4823,1646739774,47.74311,8.99886\n4824,1646739775,47.74310,8.99888\n4825,1646739776,47.74310,8.99889\n4826,1646739777,47.74309,8.99889\n4827,1646739778,47.74309,8.99889\n4828,1646739779,47.74309,8.99889\n4829,1646739780,47.74309,8.99888\n4830,1646739781,47.74310,8.99898\n4831,1646739801,47.74308,8.99892\n4832,1646739802,47.74309,8.99891\n4833,1646739803,47.74309,8.99889\n4834,1646739804,47.74309,8.99888\n4835,1646739805,47.74309,8.99887\n4836,1646739806,47.74309,8.99887\n4837,1646739807,47.74309,8.99887\n4838,1646739808,47.74309,8.99886\n4839,1646739809,47.74310,8.99887\n4840,1646739810,47.74309,8.99886\n4841,1646739831,47.74310,8.99896\n4842,1646739832,47.74311,8.99895\n4843,1646739833,47.74312,8.99895\n4844,1646739834,47.74313,8.99894\n4845,1646739835,47.74313,8.99894\n4846,1646739836,47.74313,8.99893\n4847,1646739837,47.74313,8.99891\n4848,1646739838,47.74313,8.99891\n4849,1646739839,47.74313,8.99891\n4850,1646739840,47.74312,8.99890\n4851,1646739862,47.74309,8.99881\n4852,1646739863,47.74309,8.99884\n4853,1646739864,47.74309,8.99885\n4854,1646739865,47.74305,8.99896\n4855,1646739867,47.74306,8.99896\n4856,1646739868,47.74306,8.99895\n4857,1646739869,47.74306,8.99895\n4858,1646739870,47.74306,8.99895\n4859,1646739871,47.74306,8.99895\n4860,1646739872,47.74307,8.99895\n4861,1646739889,47.74312,8.99901\n4862,1646739890,47.74310,8.99899\n4863,1646739892,47.74310,8.99897\n4864,1646739893,47.74310,8.99897\n4865,1646739894,47.74310,8.99898\n4866,1646739895,47.74309,8.99897\n4867,1646739896,47.74309,8.99896\n4868,1646739897,47.74309,8.99896\n4869,1646739898,47.74309,8.99896\n4870,1646739899,47.74309,8.99895\n4871,1646739918,47.74309,8.99880\n4872,1646739919,47.74308,8.99882\n4873,1646739920,47.74308,8.99883\n4874,1646739921,47.74309,8.99884\n4875,1646739922,47.74309,8.99886\n4876,1646739923,47.74310,8.99887\n4877,1646739924,47.74310,8.99888\n4878,1646739925,47.74308,8.99896\n4879,1646739927,47.74309,8.99896\n4880,1646739928,47.74309,8.99895\n4881,1646739945,47.74313,8.99891\n4882,1646739947,47.74308,8.99896\n4883,1646739948,47.74308,8.99896\n4884,1646739949,47.74306,8.99894\n4885,1646739950,47.74307,8.99895\n4886,1646739951,47.74309,8.99896\n4887,1646739952,47.74309,8.99895\n4888,1646739953,47.74309,8.99896\n4889,1646739954,47.74310,8.99896\n4890,1646739955,47.74310,8.99896\n4891,1646739974,47.74313,8.99897\n4892,1646739975,47.74313,8.99896\n4893,1646739976,47.74312,8.99894\n4894,1646739977,47.74311,8.99893\n4895,1646739978,47.74311,8.99894\n4896,1646739979,47.74311,8.99895\n4897,1646739980,47.74312,8.99895\n4898,1646739981,47.74312,8.99895\n4899,1646739982,47.74312,8.99894\n4900,1646739983,47.74312,8.99895\n4901,1646740003,47.74299,8.99887\n4902,1646740004,47.74301,8.99886\n4903,1646740005,47.74302,8.99886\n4904,1646740006,47.74303,8.99887\n4905,1646740007,47.74303,8.99888\n4906,1646740008,47.74304,8.99889\n4907,1646740009,47.74306,8.99892\n4908,1646740010,47.74306,8.99894\n4909,1646740012,47.74307,8.99894\n4910,1646740013,47.74306,8.99894\n4911,1646740030,47.74327,8.99906\n4912,1646740032,47.74313,8.99903\n4913,1646740033,47.74312,8.99900\n4914,1646740034,47.74311,8.99897\n4915,1646740035,47.74309,8.99895\n4916,1646740036,47.74309,8.99894\n4917,1646740037,47.74309,8.99894\n4918,1646740038,47.74309,8.99894\n4919,1646740039,47.74309,8.99893\n4920,1646740040,47.74308,8.99893\n4921,1646740060,47.74310,8.99898\n4922,1646740061,47.74308,8.99897\n4923,1646740062,47.74306,8.99895\n4924,1646740063,47.74308,8.99896\n4925,1646740064,47.74309,8.99898\n4926,1646740065,47.74310,8.99897\n4927,1646740066,47.74309,8.99897\n4928,1646740067,47.74309,8.99897\n4929,1646740068,47.74309,8.99897\n4930,1646740069,47.74309,8.99898\n4931,1646740088,47.74286,8.99878\n4932,1646740089,47.74311,8.99904\n4933,1646740090,47.74305,8.99898\n4934,1646740091,47.74305,8.99898\n4935,1646740092,47.74307,8.99900\n4936,1646740093,47.74310,8.99900\n4937,1646740094,47.74311,8.99901\n4938,1646740095,47.74311,8.99902\n4939,1646740096,47.74311,8.99902\n4940,1646740097,47.74312,8.99902\n4941,1646740120,47.74302,8.99884\n4942,1646740121,47.74304,8.99890\n4943,1646740122,47.74303,8.99891\n4944,1646740123,47.74302,8.99893\n4945,1646740125,47.74302,8.99893\n4946,1646740126,47.74301,8.99893\n4947,1646740127,47.74302,8.99893\n4948,1646740128,47.74302,8.99893\n4949,1646740129,47.74302,8.99894\n4950,1646740130,47.74302,8.99895\n4951,1646740150,47.74283,8.99873\n4952,1646740151,47.74283,8.99878\n4953,1646740152,47.74283,8.99879\n4954,1646740153,47.74285,8.99882\n4955,1646740154,47.74286,8.99883\n4956,1646740155,47.74291,8.99889\n4957,1646740156,47.74294,8.99892\n4958,1646740157,47.74296,8.99895\n4959,1646740158,47.74298,8.99896\n4960,1646740159,47.74299,8.99898\n4961,1646740180,47.74308,8.99896\n4962,1646740181,47.74309,8.99899\n4963,1646740182,47.74309,8.99897\n4964,1646740183,47.74310,8.99897\n4965,1646740184,47.74311,8.99898\n4966,1646740185,47.74311,8.99898\n4967,1646740186,47.74310,8.99897\n4968,1646740187,47.74310,8.99897\n4969,1646740188,47.74310,8.99896\n4970,1646740189,47.74308,8.99898\n4971,1646740211,47.74316,8.99889\n4972,1646740212,47.74311,8.99892\n4973,1646740213,47.74311,8.99893\n4974,1646740214,47.74311,8.99894\n4975,1646740215,47.74311,8.99896\n4976,1646740216,47.74311,8.99897\n4977,1646740217,47.74313,8.99898\n4978,1646740218,47.74312,8.99899\n4979,1646740219,47.74312,8.99899\n4980,1646740220,47.74309,8.99901\n4981,1646740239,47.74312,8.99882\n4982,1646740240,47.74300,8.99881\n4983,1646740241,47.74299,8.99881\n4984,1646740242,47.74299,8.99883\n4985,1646740243,47.74301,8.99884\n4986,1646740244,47.74302,8.99886\n4987,1646740245,47.74301,8.99887\n4988,1646740246,47.74302,8.99887\n4989,1646740247,47.74302,8.99887\n4990,1646740248,47.74303,8.99888\n4991,1646740271,47.74325,8.99907\n4992,1646740272,47.74323,8.99908\n4993,1646740273,47.74322,8.99908\n4994,1646740274,47.74322,8.99907\n4995,1646740275,47.74322,8.99907\n4996,1646740276,47.74321,8.99906\n4997,1646740277,47.74320,8.99906\n4998,1646740278,47.74319,8.99904\n4999,1646740279,47.74317,8.99900\n5000,1646740281,47.74316,8.99898\n5001,1646740303,47.74326,8.99899\n5002,1646740304,47.74321,8.99895\n5003,1646740305,47.74319,8.99894\n5004,1646740306,47.74319,8.99893\n5005,1646740307,47.74318,8.99893\n5006,1646740308,47.74318,8.99893\n5007,1646740309,47.74314,8.99895\n5008,1646740311,47.74315,8.99896\n5009,1646740312,47.74315,8.99896\n5010,1646740313,47.74315,8.99896\n5011,1646740332,47.74300,8.99877\n5012,1646740333,47.74300,8.99878\n5013,1646740334,47.74301,8.99879\n5014,1646740335,47.74302,8.99880\n5015,1646740336,47.74304,8.99882\n5016,1646740337,47.74304,8.99883\n5017,1646740338,47.74306,8.99885\n5018,1646740339,47.74306,8.99889\n5019,1646740341,47.74307,8.99891\n5020,1646740342,47.74308,8.99891\n5021,1646740359,47.74279,8.99916\n5022,1646740360,47.74311,8.99907\n5023,1646740361,47.74312,8.99907\n5024,1646740363,47.74313,8.99907\n5025,1646740364,47.74312,8.99905\n5026,1646740365,47.74312,8.99904\n5027,1646740366,47.74313,8.99904\n5028,1646740367,47.74313,8.99904\n5029,1646740368,47.74313,8.99903\n5030,1646740369,47.74313,8.99903\n5031,1646740387,47.74311,8.99890\n5032,1646740388,47.74314,8.99890\n5033,1646740389,47.74315,8.99892\n5034,1646740390,47.74314,8.99892\n5035,1646740391,47.74314,8.99892\n5036,1646740392,47.74314,8.99893\n5037,1646740393,47.74314,8.99894\n5038,1646740394,47.74313,8.99894\n5039,1646740395,47.74313,8.99894\n5040,1646740396,47.74313,8.99895\n5041,1646740416,47.74312,8.99889\n5042,1646740417,47.74311,8.99890\n5043,1646740418,47.74311,8.99890\n5044,1646740419,47.74310,8.99889\n5045,1646740420,47.74307,8.99888\n5046,1646740421,47.74308,8.99890\n5047,1646740422,47.74307,8.99890\n5048,1646740423,47.74308,8.99891\n5049,1646740424,47.74306,8.99892\n5050,1646740426,47.74307,8.99893\n5051,1646740444,47.74294,8.99900\n5052,1646740445,47.74298,8.99893\n5053,1646740446,47.74300,8.99892\n5054,1646740447,47.74301,8.99892\n5055,1646740448,47.74303,8.99894\n5056,1646740449,47.74305,8.99894\n5057,1646740450,47.74307,8.99896\n5058,1646740451,47.74308,8.99895\n5059,1646740452,47.74308,8.99895\n5060,1646740453,47.74307,8.99896\n5061,1646740472,47.74300,8.99887\n5062,1646740473,47.74304,8.99892\n5063,1646740474,47.74307,8.99894\n5064,1646740475,47.74309,8.99894\n5065,1646740476,47.74309,8.99895\n5066,1646740477,47.74309,8.99896\n5067,1646740478,47.74309,8.99895\n5068,1646740479,47.74310,8.99895\n5069,1646740480,47.74310,8.99895\n5070,1646740481,47.74310,8.99895\n5071,1646740501,47.74317,8.99905\n5072,1646740502,47.74318,8.99905\n5073,1646740503,47.74319,8.99906\n5074,1646740504,47.74317,8.99903\n5075,1646740505,47.74314,8.99900\n5076,1646740506,47.74311,8.99898\n5077,1646740507,47.74306,8.99897\n5078,1646740509,47.74307,8.99897\n5079,1646740510,47.74308,8.99898\n5080,1646740511,47.74308,8.99898\n5081,1646740531,47.74306,8.99894\n5082,1646740532,47.74306,8.99894\n5083,1646740533,47.74307,8.99895\n5084,1646740534,47.74307,8.99895\n5085,1646740535,47.74306,8.99895\n5086,1646740536,47.74307,8.99895\n5087,1646740537,47.74307,8.99895\n5088,1646740538,47.74307,8.99895\n5089,1646740539,47.74307,8.99895\n5090,1646740540,47.74307,8.99895\n5091,1646740559,47.74305,8.99889\n5092,1646740560,47.74305,8.99891\n5093,1646740561,47.74304,8.99892\n5094,1646740562,47.74304,8.99893\n5095,1646740563,47.74305,8.99895\n5096,1646740564,47.74305,8.99896\n5097,1646740565,47.74306,8.99896\n5098,1646740566,47.74306,8.99897\n5099,1646740567,47.74306,8.99897\n5100,1646740569,47.74307,8.99897\n5101,1646740589,47.74310,8.99894\n5102,1646740590,47.74310,8.99894\n5103,1646740591,47.74310,8.99894\n5104,1646740592,47.74310,8.99895\n5105,1646740593,47.74310,8.99895\n5106,1646740594,47.74310,8.99895\n5107,1646740595,47.74311,8.99896\n5108,1646740596,47.74311,8.99896\n5109,1646740597,47.74306,8.99899\n5110,1646740599,47.74306,8.99899\n5111,1646740618,47.74305,8.99897\n5112,1646740619,47.74307,8.99898\n5113,1646740620,47.74307,8.99897\n5114,1646740621,47.74307,8.99896\n5115,1646740622,47.74308,8.99898\n5116,1646740623,47.74309,8.99898\n5117,1646740624,47.74310,8.99899\n5118,1646740625,47.74311,8.99899\n5119,1646740626,47.74312,8.99899\n5120,1646740627,47.74307,8.99902\n5121,1646740646,47.74294,8.99900\n5122,1646740647,47.74314,8.99905\n5123,1646740648,47.74318,8.99906\n5124,1646740649,47.74318,8.99907\n5125,1646740650,47.74319,8.99906\n5126,1646740651,47.74319,8.99906\n5127,1646740652,47.74319,8.99906\n5128,1646740653,47.74319,8.99905\n5129,1646740654,47.74319,8.99904\n5130,1646740655,47.74320,8.99904\n5131,1646740674,47.74308,8.99889\n5132,1646740675,47.74308,8.99888\n5133,1646740676,47.74308,8.99889\n5134,1646740677,47.74307,8.99888\n5135,1646740678,47.74308,8.99890\n5136,1646740679,47.74308,8.99890\n5137,1646740680,47.74309,8.99891\n5138,1646740681,47.74301,8.99892\n5139,1646740683,47.74301,8.99892\n5140,1646740684,47.74302,8.99892\n5141,1646740702,47.74322,8.99902\n5142,1646740703,47.74321,8.99900\n5143,1646740704,47.74322,8.99900\n5144,1646740705,47.74322,8.99900\n5145,1646740706,47.74322,8.99900\n5146,1646740707,47.74321,8.99900\n5147,1646740708,47.74321,8.99900\n5148,1646740709,47.74321,8.99900\n5149,1646740710,47.74320,8.99900\n5150,1646740711,47.74313,8.99901\n5151,1646740732,47.74307,8.99887\n5152,1646740733,47.74310,8.99890\n5153,1646740734,47.74310,8.99891\n5154,1646740735,47.74310,8.99890\n5155,1646740736,47.74310,8.99890\n5156,1646740737,47.74312,8.99891\n5157,1646740738,47.74312,8.99891\n5158,1646740739,47.74312,8.99891\n5159,1646740740,47.74312,8.99891\n5160,1646740741,47.74305,8.99893\n5161,1646740760,47.74303,8.99900\n5162,1646740761,47.74303,8.99898\n5163,1646740762,47.74303,8.99897\n5164,1646740763,47.74302,8.99895\n5165,1646740764,47.74302,8.99895\n5166,1646740765,47.74302,8.99894\n5167,1646740766,47.74302,8.99893\n5168,1646740767,47.74301,8.99892\n5169,1646740768,47.74301,8.99892\n5170,1646740769,47.74301,8.99892\n5171,1646740790,47.74312,8.99907\n5172,1646740791,47.74311,8.99906\n5173,1646740792,47.74312,8.99905\n5174,1646740793,47.74314,8.99904\n5175,1646740794,47.74312,8.99901\n5176,1646740795,47.74306,8.99900\n5177,1646740797,47.74306,8.99898\n5178,1646740798,47.74306,8.99898\n5179,1646740799,47.74306,8.99898\n5180,1646740800,47.74306,8.99898\n5181,1646740821,47.74309,8.99899\n5182,1646740822,47.74309,8.99898\n5183,1646740823,47.74309,8.99899\n5184,1646740824,47.74307,8.99898\n5185,1646740825,47.74307,8.99898\n5186,1646740826,47.74307,8.99898\n5187,1646740827,47.74307,8.99898\n5188,1646740828,47.74307,8.99898\n5189,1646740829,47.74307,8.99898\n5190,1646740830,47.74306,8.99898\n5191,1646740851,47.74346,8.99925\n5192,1646740852,47.74338,8.99919\n5193,1646740853,47.74333,8.99917\n5194,1646740854,47.74326,8.99912\n5195,1646740855,47.74306,8.99903\n5196,1646740857,47.74309,8.99907\n5197,1646740858,47.74309,8.99905\n5198,1646740859,47.74309,8.99905\n5199,1646740860,47.74309,8.99906\n5200,1646740861,47.74309,8.99906\n5201,1646740880,47.74316,8.99883\n5202,1646740881,47.74312,8.99888\n5203,1646740882,47.74311,8.99889\n5204,1646740883,47.74311,8.99892\n5205,1646740884,47.74311,8.99895\n5206,1646740885,47.74311,8.99897\n5207,1646740886,47.74312,8.99898\n5208,1646740887,47.74312,8.99899\n5209,1646740888,47.74312,8.99900\n5210,1646740889,47.74312,8.99901\n5211,1646740910,47.74308,8.99898\n5212,1646740911,47.74309,8.99898\n5213,1646740912,47.74309,8.99899\n5214,1646740913,47.74310,8.99899\n5215,1646740914,47.74311,8.99900\n5216,1646740915,47.74308,8.99901\n5217,1646740917,47.74308,8.99902\n5218,1646740918,47.74308,8.99902\n5219,1646740919,47.74308,8.99902\n5220,1646740920,47.74308,8.99902\n5221,1646740937,47.74311,8.99899\n5222,1646740939,47.74315,8.99903\n5223,1646740940,47.74315,8.99903\n5224,1646740941,47.74314,8.99902\n5225,1646740942,47.74313,8.99902\n5226,1646740943,47.74311,8.99901\n5227,1646740944,47.74310,8.99901\n5228,1646740945,47.74310,8.99901\n5229,1646740946,47.74309,8.99900\n5230,1646740947,47.74309,8.99900\n5231,1646740966,47.74314,8.99907\n5232,1646740967,47.74313,8.99905\n5233,1646740968,47.74312,8.99903\n5234,1646740969,47.74312,8.99902\n5235,1646740970,47.74312,8.99901\n5236,1646740971,47.74312,8.99900\n5237,1646740972,47.74313,8.99900\n5238,1646740973,47.74313,8.99900\n5239,1646740974,47.74314,8.99901\n5240,1646740975,47.74312,8.99902\n5241,1646740996,47.74308,8.99903\n5242,1646740997,47.74308,8.99901\n5243,1646740998,47.74310,8.99900\n5244,1646740999,47.74311,8.99899\n5245,1646741000,47.74312,8.99899\n5246,1646741001,47.74312,8.99900\n5247,1646741002,47.74312,8.99899\n5248,1646741003,47.74313,8.99899\n5249,1646741004,47.74313,8.99899\n5250,1646741005,47.74313,8.99899\n5251,1646741024,47.74304,8.99884\n5252,1646741025,47.74301,8.99885\n5253,1646741026,47.74302,8.99887\n5254,1646741027,47.74303,8.99888\n5255,1646741028,47.74305,8.99889\n5256,1646741029,47.74306,8.99890\n5257,1646741030,47.74307,8.99891\n5258,1646741031,47.74307,8.99891\n5259,1646741032,47.74308,8.99891\n5260,1646741033,47.74309,8.99892\n5261,1646741054,47.74319,8.99896\n5262,1646741055,47.74317,8.99896\n5263,1646741056,47.74316,8.99895\n5264,1646741057,47.74316,8.99896\n5265,1646741058,47.74316,8.99896\n5266,1646741059,47.74308,8.99898\n5267,1646741061,47.74307,8.99897\n5268,1646741062,47.74307,8.99897\n5269,1646741063,47.74307,8.99897\n5270,1646741064,47.74307,8.99897\n5271,1646741083,47.74320,8.99893\n5272,1646741084,47.74321,8.99893\n5273,1646741085,47.74320,8.99894\n5274,1646741086,47.74320,8.99894\n5275,1646741087,47.74319,8.99895\n5276,1646741088,47.74319,8.99895\n5277,1646741089,47.74313,8.99896\n5278,1646741091,47.74314,8.99896\n5279,1646741092,47.74314,8.99897\n5280,1646741093,47.74314,8.99897\n5281,1646741111,47.74312,8.99913\n5282,1646741113,47.74313,8.99914\n5283,1646741114,47.74313,8.99914\n5284,1646741115,47.74312,8.99912\n5285,1646741116,47.74312,8.99911\n5286,1646741117,47.74311,8.99909\n5287,1646741118,47.74311,8.99908\n5288,1646741119,47.74310,8.99907\n5289,1646741120,47.74309,8.99906\n5290,1646741121,47.74309,8.99905\n5291,1646741141,47.74312,8.99901\n5292,1646741142,47.74312,8.99900\n5293,1646741143,47.74312,8.99897\n5294,1646741144,47.74312,8.99898\n5295,1646741145,47.74313,8.99898\n5296,1646741146,47.74313,8.99898\n5297,1646741147,47.74313,8.99898\n5298,1646741148,47.74314,8.99898\n5299,1646741149,47.74309,8.99899\n5300,1646741151,47.74308,8.99898\n5301,1646741170,47.74305,8.99900\n5302,1646741171,47.74305,8.99899\n5303,1646741172,47.74306,8.99899\n5304,1646741173,47.74307,8.99897\n5305,1646741174,47.74308,8.99897\n5306,1646741175,47.74309,8.99896\n5307,1646741176,47.74309,8.99896\n5308,1646741177,47.74310,8.99896\n5309,1646741178,47.74310,8.99896\n5310,1646741179,47.74306,8.99897\n5311,1646741200,47.74313,8.99904\n5312,1646741201,47.74313,8.99902\n5313,1646741202,47.74314,8.99902\n5314,1646741203,47.74314,8.99901\n5315,1646741204,47.74314,8.99901\n5316,1646741205,47.74313,8.99901\n5317,1646741206,47.74313,8.99901\n5318,1646741207,47.74313,8.99901\n5319,1646741208,47.74314,8.99901\n5320,1646741209,47.74313,8.99901\n5321,1646741251,47.74306,8.99894\n5322,1646741253,47.74305,8.99895\n5323,1646741254,47.74306,8.99896\n5324,1646741255,47.74305,8.99896\n5325,1646741256,47.74305,8.99896\n5326,1646741257,47.74305,8.99896\n5327,1646741258,47.74305,8.99896\n5328,1646741259,47.74305,8.99896\n5329,1646741260,47.74305,8.99896\n5330,1646741261,47.74305,8.99896\n5331,1646741278,47.74302,8.99901\n5332,1646741280,47.74303,8.99895\n5333,1646741281,47.74303,8.99895\n5334,1646741282,47.74304,8.99894\n5335,1646741283,47.74304,8.99895\n5336,1646741284,47.74304,8.99895\n5337,1646741285,47.74304,8.99895\n5338,1646741286,47.74305,8.99895\n5339,1646741287,47.74305,8.99895\n5340,1646741288,47.74305,8.99895\n5341,1646741306,47.74297,8.99897\n5342,1646741307,47.74305,8.99898\n5343,1646741308,47.74304,8.99897\n5344,1646741309,47.74304,8.99896\n5345,1646741310,47.74304,8.99897\n5346,1646741311,47.74304,8.99896\n5347,1646741312,47.74304,8.99896\n5348,1646741313,47.74304,8.99896\n5349,1646741314,47.74304,8.99896\n5350,1646741315,47.74304,8.99896\n5351,1646741333,47.74290,8.99894\n5352,1646741334,47.74302,8.99896\n5353,1646741335,47.74303,8.99898\n5354,1646741336,47.74303,8.99898\n5355,1646741337,47.74304,8.99898\n5356,1646741338,47.74304,8.99899\n5357,1646741339,47.74304,8.99898\n5358,1646741340,47.74304,8.99898\n5359,1646741341,47.74304,8.99897\n5360,1646741343,47.74304,8.99897\n5361,1646741361,47.74298,8.99896\n5362,1646741362,47.74305,8.99897\n5363,1646741363,47.74305,8.99897\n5364,1646741364,47.74305,8.99896\n5365,1646741365,47.74304,8.99895\n5366,1646741366,47.74304,8.99897\n5367,1646741367,47.74304,8.99897\n5368,1646741368,47.74304,8.99897\n5369,1646741369,47.74304,8.99897\n5370,1646741370,47.74305,8.99898\n5371,1646741390,47.74307,8.99900\n5372,1646741391,47.74307,8.99899\n5373,1646741392,47.74307,8.99898\n5374,1646741393,47.74307,8.99898\n5375,1646741394,47.74307,8.99898\n5376,1646741395,47.74307,8.99898\n5377,1646741396,47.74306,8.99898\n5378,1646741397,47.74306,8.99897\n5379,1646741398,47.74306,8.99897\n5380,1646741399,47.74306,8.99898\n5381,1646741417,47.74304,8.99905\n5382,1646741418,47.74307,8.99910\n5383,1646741419,47.74307,8.99908\n5384,1646741420,47.74307,8.99907\n5385,1646741421,47.74307,8.99906\n5386,1646741422,47.74307,8.99905\n5387,1646741423,47.74307,8.99904\n5388,1646741424,47.74307,8.99903\n5389,1646741425,47.74306,8.99901\n5390,1646741427,47.74306,8.99900\n5391,1646741445,47.74304,8.99908\n5392,1646741446,47.74306,8.99909\n5393,1646741447,47.74307,8.99909\n5394,1646741448,47.74307,8.99908\n5395,1646741449,47.74307,8.99907\n5396,1646741450,47.74307,8.99905\n5397,1646741451,47.74307,8.99904\n5398,1646741452,47.74307,8.99903\n5399,1646741453,47.74307,8.99904\n5400,1646741454,47.74307,8.99904\n5401,1646741473,47.74295,8.99895\n5402,1646741474,47.74300,8.99896\n5403,1646741475,47.74301,8.99896\n5404,1646741476,47.74301,8.99895\n5405,1646741477,47.74301,8.99894\n5406,1646741478,47.74302,8.99894\n5407,1646741479,47.74302,8.99895\n5408,1646741480,47.74302,8.99896\n5409,1646741481,47.74302,8.99897\n5410,1646741482,47.74302,8.99897\n5411,1646741502,47.74298,8.99891\n5412,1646741503,47.74299,8.99893\n5413,1646741504,47.74300,8.99894\n5414,1646741505,47.74300,8.99894\n5415,1646741506,47.74300,8.99895\n5416,1646741507,47.74301,8.99895\n5417,1646741508,47.74301,8.99895\n5418,1646741509,47.74302,8.99895\n5419,1646741510,47.74303,8.99893\n5420,1646741512,47.74303,8.99894\n5421,1646741533,47.74305,8.99900\n5422,1646741534,47.74305,8.99899\n5423,1646741535,47.74305,8.99899\n5424,1646741536,47.74305,8.99900\n5425,1646741537,47.74305,8.99900\n5426,1646741538,47.74305,8.99899\n5427,1646741539,47.74306,8.99896\n5428,1646741541,47.74306,8.99896\n5429,1646741542,47.74305,8.99895\n5430,1646741543,47.74305,8.99895\n5431,1646741561,47.74302,8.99892\n5432,1646741562,47.74302,8.99893\n5433,1646741563,47.74302,8.99893\n5434,1646741564,47.74302,8.99894\n5435,1646741565,47.74302,8.99894\n5436,1646741566,47.74303,8.99894\n5437,1646741567,47.74303,8.99895\n5438,1646741568,47.74303,8.99895\n5439,1646741569,47.74303,8.99895\n5440,1646741571,47.74303,8.99895\n5441,1646741591,47.74307,8.99903\n5442,1646741592,47.74306,8.99903\n5443,1646741593,47.74306,8.99902\n5444,1646741594,47.74306,8.99901\n5445,1646741595,47.74306,8.99900\n5446,1646741596,47.74305,8.99900\n5447,1646741597,47.74305,8.99899\n5448,1646741598,47.74305,8.99898\n5449,1646741599,47.74305,8.99898\n5450,1646741601,47.74305,8.99898\n5451,1646741622,47.74304,8.99892\n5452,1646741623,47.74305,8.99895\n5453,1646741624,47.74305,8.99895\n5454,1646741625,47.74305,8.99895\n5455,1646741626,47.74306,8.99896\n5456,1646741627,47.74306,8.99896\n5457,1646741628,47.74306,8.99896\n5458,1646741629,47.74306,8.99896\n5459,1646741631,47.74306,8.99897\n5460,1646741632,47.74306,8.99897\n5461,1646741650,47.74306,8.99904\n5462,1646741651,47.74306,8.99903\n5463,1646741652,47.74305,8.99901\n5464,1646741653,47.74305,8.99900\n5465,1646741654,47.74304,8.99899\n5466,1646741655,47.74304,8.99899\n5467,1646741656,47.74304,8.99899\n5468,1646741657,47.74304,8.99898\n5469,1646741658,47.74304,8.99898\n5470,1646741659,47.74303,8.99897\n5471,1646741681,47.74307,8.99900\n5472,1646741682,47.74307,8.99900\n5473,1646741683,47.74306,8.99900\n5474,1646741684,47.74306,8.99900\n5475,1646741685,47.74307,8.99900\n5476,1646741686,47.74307,8.99899\n5477,1646741687,47.74307,8.99900\n5478,1646741688,47.74307,8.99900\n5479,1646741689,47.74307,8.99899\n5480,1646741691,47.74307,8.99900\n5481,1646741712,47.74299,8.99895\n5482,1646741713,47.74302,8.99896\n5483,1646741714,47.74303,8.99896\n5484,1646741715,47.74303,8.99896\n5485,1646741716,47.74304,8.99896\n5486,1646741717,47.74304,8.99896\n5487,1646741718,47.74304,8.99896\n5488,1646741719,47.74305,8.99896\n5489,1646741721,47.74305,8.99896\n5490,1646741722,47.74305,8.99896\n5491,1646741739,47.74305,8.99895\n5492,1646741741,47.74307,8.99898\n5493,1646741742,47.74307,8.99899\n5494,1646741743,47.74307,8.99899\n5495,1646741744,47.74307,8.99899\n5496,1646741745,47.74307,8.99899\n5497,1646741746,47.74307,8.99899\n5498,1646741747,47.74307,8.99900\n5499,1646741748,47.74307,8.99900\n5500,1646741749,47.74307,8.99900\n5501,1646741767,47.74308,8.99901\n5502,1646741768,47.74306,8.99898\n5503,1646741769,47.74305,8.99899\n5504,1646741770,47.74304,8.99899\n5505,1646741771,47.74304,8.99899\n5506,1646741772,47.74304,8.99898\n5507,1646741773,47.74304,8.99898\n5508,1646741774,47.74304,8.99899\n5509,1646741775,47.74304,8.99898\n5510,1646741776,47.74304,8.99899\n5511,1646741795,47.74303,8.99892\n5512,1646741796,47.74303,8.99894\n5513,1646741797,47.74304,8.99894\n5514,1646741798,47.74304,8.99894\n5515,1646741799,47.74304,8.99895\n5516,1646741800,47.74304,8.99895\n5517,1646741801,47.74304,8.99895\n5518,1646741802,47.74303,8.99896\n5519,1646741803,47.74303,8.99896\n5520,1646741805,47.74304,8.99896\n5521,1646741825,47.74305,8.99898\n5522,1646741826,47.74306,8.99898\n5523,1646741827,47.74306,8.99898\n5524,1646741828,47.74305,8.99898\n5525,1646741829,47.74305,8.99898\n5526,1646741830,47.74305,8.99898\n5527,1646741831,47.74305,8.99898\n5528,1646741832,47.74305,8.99898\n5529,1646741833,47.74304,8.99897\n5530,1646741835,47.74304,8.99896\n5531,1646741854,47.74308,8.99897\n5532,1646741855,47.74303,8.99896\n5533,1646741856,47.74303,8.99897\n5534,1646741857,47.74303,8.99898\n5535,1646741858,47.74303,8.99898\n5536,1646741859,47.74303,8.99897\n5537,1646741860,47.74303,8.99897\n5538,1646741861,47.74303,8.99897\n5539,1646741862,47.74303,8.99897\n5540,1646741863,47.74303,8.99896\n5541,1646741883,47.74299,8.99898\n5542,1646741884,47.74299,8.99899\n5543,1646741885,47.74300,8.99898\n5544,1646741886,47.74299,8.99898\n5545,1646741887,47.74299,8.99897\n5546,1646741888,47.74299,8.99896\n5547,1646741889,47.74298,8.99896\n5548,1646741890,47.74298,8.99895\n5549,1646741891,47.74299,8.99895\n5550,1646741892,47.74299,8.99895\n5551,1646741912,47.74300,8.99894\n5552,1646741913,47.74301,8.99895\n5553,1646741914,47.74302,8.99896\n5554,1646741915,47.74303,8.99897\n5555,1646741916,47.74303,8.99897\n5556,1646741917,47.74303,8.99896\n5557,1646741919,47.74303,8.99896\n5558,1646741920,47.74303,8.99896\n5559,1646741921,47.74303,8.99896\n5560,1646741922,47.74303,8.99896\n5561,1646741940,47.74306,8.99900\n5562,1646741941,47.74305,8.99898\n5563,1646741942,47.74305,8.99898\n5564,1646741943,47.74305,8.99899\n5565,1646741944,47.74305,8.99899\n5566,1646741945,47.74306,8.99898\n5567,1646741946,47.74306,8.99898\n5568,1646741947,47.74305,8.99897\n5569,1646741949,47.74305,8.99897\n5570,1646741950,47.74305,8.99897\n5571,1646741968,47.74308,8.99903\n5572,1646741969,47.74308,8.99902\n5573,1646741970,47.74308,8.99901\n5574,1646741971,47.74308,8.99902\n5575,1646741972,47.74307,8.99901\n5576,1646741973,47.74307,8.99901\n5577,1646741974,47.74307,8.99901\n5578,1646741975,47.74306,8.99901\n5579,1646741976,47.74306,8.99900\n5580,1646741977,47.74305,8.99898\n5581,1646741997,47.74303,8.99897\n5582,1646741998,47.74304,8.99898\n5583,1646741999,47.74304,8.99898\n5584,1646742000,47.74305,8.99899\n5585,1646742001,47.74305,8.99898\n5586,1646742002,47.74305,8.99898\n5587,1646742003,47.74305,8.99898\n5588,1646742004,47.74305,8.99898\n5589,1646742005,47.74305,8.99898\n5590,1646742006,47.74305,8.99899\n5591,1646742026,47.74307,8.99896\n5592,1646742027,47.74307,8.99897\n5593,1646742028,47.74307,8.99898\n5594,1646742029,47.74306,8.99899\n5595,1646742030,47.74306,8.99898\n5596,1646742031,47.74306,8.99898\n5597,1646742032,47.74305,8.99898\n5598,1646742033,47.74305,8.99898\n5599,1646742034,47.74305,8.99898\n5600,1646742035,47.74305,8.99898\n5601,1646742054,47.74304,8.99901\n5602,1646742055,47.74304,8.99901\n5603,1646742056,47.74304,8.99901\n5604,1646742057,47.74304,8.99900\n5605,1646742058,47.74303,8.99900\n5606,1646742059,47.74304,8.99899\n5607,1646742060,47.74304,8.99899\n5608,1646742061,47.74305,8.99897\n5609,1646742063,47.74305,8.99897\n5610,1646742064,47.74305,8.99898\n5611,1646742081,47.74300,8.99893\n5612,1646742083,47.74305,8.99892\n5613,1646742084,47.74305,8.99892\n5614,1646742085,47.74305,8.99892\n5615,1646742086,47.74305,8.99893\n5616,1646742087,47.74305,8.99892\n5617,1646742088,47.74305,8.99892\n5618,1646742089,47.74305,8.99893\n5619,1646742090,47.74305,8.99893\n5620,1646742091,47.74305,8.99893\n5621,1646742109,47.74304,8.99893\n5622,1646742110,47.74304,8.99894\n5623,1646742111,47.74304,8.99895\n5624,1646742112,47.74304,8.99895\n5625,1646742113,47.74305,8.99896\n5626,1646742114,47.74305,8.99896\n5627,1646742115,47.74305,8.99897\n5628,1646742116,47.74305,8.99897\n5629,1646742117,47.74305,8.99897\n5630,1646742118,47.74305,8.99897\n5631,1646742137,47.74298,8.99889\n5632,1646742138,47.74298,8.99890\n5633,1646742139,47.74299,8.99891\n5634,1646742140,47.74300,8.99891\n5635,1646742141,47.74300,8.99892\n5636,1646742142,47.74301,8.99892\n5637,1646742143,47.74301,8.99893\n5638,1646742144,47.74302,8.99893\n5639,1646742145,47.74302,8.99893\n5640,1646742147,47.74302,8.99894\n5641,1646742169,47.74295,8.99894\n5642,1646742170,47.74300,8.99896\n5643,1646742171,47.74301,8.99896\n5644,1646742172,47.74301,8.99897\n5645,1646742173,47.74302,8.99896\n5646,1646742174,47.74302,8.99896\n5647,1646742175,47.74302,8.99896\n5648,1646742177,47.74302,8.99896\n5649,1646742178,47.74302,8.99896\n5650,1646742179,47.74302,8.99896\n5651,1646742196,47.74298,8.99901\n5652,1646742198,47.74300,8.99896\n5653,1646742199,47.74300,8.99896\n5654,1646742200,47.74301,8.99895\n5655,1646742201,47.74300,8.99895\n5656,1646742202,47.74300,8.99895\n5657,1646742203,47.74301,8.99895\n5658,1646742204,47.74301,8.99895\n5659,1646742205,47.74301,8.99895\n5660,1646742206,47.74301,8.99895\n5661,1646742226,47.74305,8.99902\n5662,1646742227,47.74305,8.99901\n5663,1646742228,47.74305,8.99901\n5664,1646742229,47.74305,8.99900\n5665,1646742230,47.74304,8.99900\n5666,1646742231,47.74304,8.99900\n5667,1646742232,47.74305,8.99900\n5668,1646742233,47.74305,8.99899\n5669,1646742234,47.74304,8.99899\n5670,1646742235,47.74304,8.99899\n5671,1646742259,47.74309,8.99902\n5672,1646742260,47.74304,8.99898\n5673,1646742261,47.74305,8.99898\n5674,1646742262,47.74305,8.99898\n5675,1646742263,47.74305,8.99898\n5676,1646742264,47.74305,8.99898\n5677,1646742265,47.74305,8.99898\n5678,1646742267,47.74305,8.99899\n5679,1646742268,47.74305,8.99899\n5680,1646742269,47.74305,8.99899\n5681,1646742287,47.74300,8.99893\n5682,1646742288,47.74301,8.99894\n5683,1646742289,47.74302,8.99895\n5684,1646742290,47.74302,8.99895\n5685,1646742291,47.74302,8.99896\n5686,1646742292,47.74302,8.99896\n5687,1646742293,47.74302,8.99896\n5688,1646742294,47.74302,8.99897\n5689,1646742295,47.74302,8.99897\n5690,1646742297,47.74302,8.99897\n5691,1646742317,47.74304,8.99899\n5692,1646742318,47.74305,8.99900\n5693,1646742319,47.74305,8.99900\n5694,1646742320,47.74304,8.99900\n5695,1646742321,47.74303,8.99900\n5696,1646742322,47.74303,8.99900\n5697,1646742323,47.74303,8.99900\n5698,1646742324,47.74303,8.99901\n5699,1646742325,47.74303,8.99901\n5700,1646742327,47.74303,8.99901\n5701,1646742346,47.74303,8.99895\n5702,1646742347,47.74303,8.99897\n5703,1646742348,47.74303,8.99898\n5704,1646742349,47.74303,8.99899\n5705,1646742350,47.74303,8.99900\n5706,1646742351,47.74303,8.99901\n5707,1646742352,47.74303,8.99901\n5708,1646742353,47.74303,8.99901\n5709,1646742354,47.74303,8.99901\n5710,1646742355,47.74303,8.99901\n5711,1646742376,47.74305,8.99902\n5712,1646742377,47.74305,8.99903\n5713,1646742378,47.74304,8.99903\n5714,1646742379,47.74304,8.99902\n5715,1646742380,47.74304,8.99902\n5716,1646742381,47.74304,8.99902\n5717,1646742382,47.74305,8.99902\n5718,1646742383,47.74305,8.99901\n5719,1646742384,47.74305,8.99901\n5720,1646742385,47.74305,8.99901\n5721,1646742404,47.74304,8.99901\n5722,1646742405,47.74304,8.99901\n5723,1646742406,47.74305,8.99902\n5724,1646742407,47.74305,8.99901\n5725,1646742408,47.74305,8.99901\n5726,1646742409,47.74305,8.99900\n5727,1646742410,47.74305,8.99900\n5728,1646742411,47.74305,8.99900\n5729,1646742412,47.74306,8.99900\n5730,1646742413,47.74306,8.99900\n5731,1646742433,47.74307,8.99901\n5732,1646742434,47.74307,8.99901\n5733,1646742435,47.74308,8.99901\n5734,1646742436,47.74308,8.99901\n5735,1646742437,47.74308,8.99901\n5736,1646742438,47.74308,8.99900\n5737,1646742439,47.74309,8.99899\n5738,1646742441,47.74309,8.99899\n5739,1646742442,47.74309,8.99899\n5740,1646742443,47.74309,8.99899\n5741,1646742460,47.74306,8.99899\n5742,1646742462,47.74309,8.99901\n5743,1646742463,47.74310,8.99901\n5744,1646742464,47.74311,8.99900\n5745,1646742465,47.74310,8.99900\n5746,1646742466,47.74310,8.99900\n5747,1646742467,47.74309,8.99900\n5748,1646742468,47.74310,8.99899\n5749,1646742469,47.74310,8.99899\n5750,1646742470,47.74310,8.99899\n5751,1646742492,47.74307,8.99898\n5752,1646742493,47.74308,8.99899\n5753,1646742494,47.74308,8.99899\n5754,1646742495,47.74308,8.99899\n5755,1646742496,47.74307,8.99898\n5756,1646742497,47.74307,8.99898\n5757,1646742498,47.74308,8.99898\n5758,1646742499,47.74309,8.99897\n5759,1646742501,47.74310,8.99897\n5760,1646742502,47.74310,8.99897\n5761,1646742519,47.74301,8.99895\n5762,1646742521,47.74306,8.99894\n5763,1646742522,47.74306,8.99895\n5764,1646742523,47.74306,8.99895\n5765,1646742524,47.74306,8.99895\n5766,1646742525,47.74306,8.99896\n5767,1646742526,47.74307,8.99896\n5768,1646742527,47.74307,8.99897\n5769,1646742528,47.74307,8.99897\n5770,1646742529,47.74307,8.99897\n5771,1646742547,47.74303,8.99897\n5772,1646742548,47.74305,8.99898\n5773,1646742549,47.74304,8.99898\n5774,1646742550,47.74304,8.99898\n5775,1646742551,47.74304,8.99898\n5776,1646742552,47.74304,8.99897\n5777,1646742553,47.74304,8.99897\n5778,1646742554,47.74304,8.99897\n5779,1646742555,47.74304,8.99897\n5780,1646742556,47.74304,8.99897\n5781,1646742575,47.74302,8.99900\n5782,1646742576,47.74305,8.99901\n5783,1646742577,47.74305,8.99901\n5784,1646742578,47.74306,8.99901\n5785,1646742579,47.74305,8.99900\n5786,1646742580,47.74305,8.99899\n5787,1646742581,47.74305,8.99899\n5788,1646742582,47.74304,8.99899\n5789,1646742583,47.74304,8.99897\n5790,1646742585,47.74303,8.99897\n5791,1646742604,47.74301,8.99896\n5792,1646742605,47.74302,8.99896\n5793,1646742606,47.74302,8.99896\n5794,1646742607,47.74302,8.99896\n5795,1646742608,47.74302,8.99896\n5796,1646742609,47.74302,8.99896\n5797,1646742610,47.74303,8.99896\n5798,1646742611,47.74303,8.99896\n5799,1646742612,47.74303,8.99896\n5800,1646742613,47.74304,8.99895\n5801,1646742633,47.74301,8.99896\n5802,1646742634,47.74301,8.99897\n5803,1646742635,47.74302,8.99897\n5804,1646742636,47.74301,8.99898\n5805,1646742637,47.74301,8.99897\n5806,1646742638,47.74301,8.99897\n5807,1646742639,47.74301,8.99897\n5808,1646742640,47.74301,8.99897\n5809,1646742641,47.74301,8.99897\n5810,1646742642,47.74301,8.99897\n5811,1646742662,47.74305,8.99898\n5812,1646742663,47.74306,8.99899\n5813,1646742664,47.74306,8.99898\n5814,1646742665,47.74305,8.99898\n5815,1646742666,47.74304,8.99898\n5816,1646742667,47.74304,8.99898\n5817,1646742668,47.74304,8.99897\n5818,1646742670,47.74304,8.99897\n5819,1646742671,47.74303,8.99897\n5820,1646742672,47.74303,8.99897\n5821,1646742689,47.74302,8.99895\n5822,1646742691,47.74305,8.99892\n5823,1646742692,47.74306,8.99892\n5824,1646742693,47.74305,8.99892\n5825,1646742694,47.74306,8.99893\n5826,1646742695,47.74305,8.99893\n5827,1646742696,47.74305,8.99894\n5828,1646742697,47.74304,8.99894\n5829,1646742698,47.74304,8.99894\n5830,1646742699,47.74304,8.99894\n5831,1646742718,47.74301,8.99894\n5832,1646742719,47.74303,8.99894\n5833,1646742720,47.74303,8.99894\n5834,1646742721,47.74303,8.99895\n5835,1646742722,47.74303,8.99896\n5836,1646742723,47.74303,8.99896\n5837,1646742724,47.74304,8.99897\n5838,1646742725,47.74304,8.99897\n5839,1646742726,47.74305,8.99897\n5840,1646742727,47.74303,8.99897\n5841,1646742747,47.74298,8.99898\n5842,1646742748,47.74305,8.99898\n5843,1646742749,47.74305,8.99898\n5844,1646742750,47.74304,8.99898\n5845,1646742751,47.74304,8.99898\n5846,1646742752,47.74304,8.99898\n5847,1646742753,47.74304,8.99898\n5848,1646742754,47.74304,8.99898\n5849,1646742755,47.74303,8.99898\n5850,1646742756,47.74303,8.99897\n5851,1646742775,47.74299,8.99899\n5852,1646742776,47.74301,8.99897\n5853,1646742777,47.74301,8.99898\n5854,1646742778,47.74301,8.99898\n5855,1646742779,47.74301,8.99898\n5856,1646742780,47.74301,8.99899\n5857,1646742781,47.74302,8.99899\n5858,1646742782,47.74301,8.99899\n5859,1646742784,47.74302,8.99899\n5860,1646742785,47.74302,8.99899\n5861,1646742803,47.74296,8.99900\n5862,1646742804,47.74300,8.99899\n5863,1646742805,47.74300,8.99899\n5864,1646742806,47.74300,8.99899\n5865,1646742807,47.74301,8.99899\n5866,1646742808,47.74301,8.99899\n5867,1646742809,47.74301,8.99899\n5868,1646742810,47.74301,8.99898\n5869,1646742811,47.74302,8.99898\n5870,1646742813,47.74302,8.99898\n5871,1646742832,47.74298,8.99896\n5872,1646742833,47.74298,8.99897\n5873,1646742834,47.74299,8.99897\n5874,1646742835,47.74300,8.99896\n5875,1646742836,47.74300,8.99896\n5876,1646742837,47.74301,8.99896\n5877,1646742838,47.74301,8.99896\n5878,1646742839,47.74301,8.99897\n5879,1646742840,47.74301,8.99897\n5880,1646742841,47.74301,8.99897\n5881,1646742861,47.74302,8.99895\n5882,1646742862,47.74302,8.99896\n5883,1646742863,47.74302,8.99896\n5884,1646742864,47.74302,8.99896\n5885,1646742865,47.74302,8.99897\n5886,1646742866,47.74302,8.99897\n5887,1646742867,47.74302,8.99897\n5888,1646742868,47.74302,8.99897\n5889,1646742869,47.74302,8.99898\n5890,1646742870,47.74302,8.99898\n5891,1646742890,47.74296,8.99890\n5892,1646742891,47.74297,8.99891\n5893,1646742892,47.74297,8.99892\n5894,1646742893,47.74298,8.99893\n5895,1646742894,47.74298,8.99895\n5896,1646742895,47.74299,8.99896\n5897,1646742896,47.74299,8.99896\n5898,1646742897,47.74300,8.99897\n5899,1646742898,47.74301,8.99897\n5900,1646742899,47.74301,8.99897\n5901,1646742918,47.74305,8.99900\n5902,1646742919,47.74304,8.99900\n5903,1646742920,47.74305,8.99901\n5904,1646742921,47.74306,8.99901\n5905,1646742922,47.74305,8.99900\n5906,1646742923,47.74305,8.99900\n5907,1646742924,47.74305,8.99900\n5908,1646742925,47.74304,8.99899\n5909,1646742927,47.74305,8.99899\n5910,1646742928,47.74305,8.99899\n5911,1646742945,47.74306,8.99906\n5912,1646742947,47.74303,8.99899\n5913,1646742948,47.74303,8.99899\n5914,1646742949,47.74304,8.99898\n5915,1646742950,47.74304,8.99897\n5916,1646742951,47.74305,8.99897\n5917,1646742952,47.74306,8.99897\n5918,1646742953,47.74306,8.99897\n5919,1646742954,47.74306,8.99897\n5920,1646742955,47.74306,8.99897\n5921,1646742973,47.74307,8.99901\n5922,1646742974,47.74306,8.99901\n5923,1646742975,47.74306,8.99900\n5924,1646742976,47.74306,8.99900\n5925,1646742977,47.74306,8.99900\n5926,1646742978,47.74306,8.99900\n5927,1646742979,47.74306,8.99900\n5928,1646742980,47.74306,8.99900\n5929,1646742981,47.74306,8.99900\n5930,1646742982,47.74306,8.99900\n5931,1646743001,47.74304,8.99903\n5932,1646743002,47.74304,8.99900\n5933,1646743003,47.74304,8.99900\n5934,1646743004,47.74304,8.99900\n5935,1646743005,47.74304,8.99899\n5936,1646743006,47.74304,8.99899\n5937,1646743007,47.74305,8.99899\n5938,1646743008,47.74305,8.99899\n5939,1646743009,47.74303,8.99898\n5940,1646743011,47.74303,8.99898\n5941,1646743030,47.74303,8.99902\n5942,1646743031,47.74305,8.99901\n5943,1646743032,47.74304,8.99901\n5944,1646743033,47.74305,8.99900\n5945,1646743034,47.74305,8.99900\n5946,1646743035,47.74305,8.99899\n5947,1646743036,47.74305,8.99899\n5948,1646743037,47.74305,8.99899\n5949,1646743038,47.74305,8.99899\n5950,1646743039,47.74304,8.99899\n5951,1646743059,47.74304,8.99897\n5952,1646743060,47.74305,8.99897\n5953,1646743061,47.74304,8.99897\n5954,1646743062,47.74305,8.99898\n5955,1646743063,47.74305,8.99898\n5956,1646743064,47.74305,8.99897\n5957,1646743065,47.74304,8.99897\n5958,1646743066,47.74303,8.99897\n5959,1646743067,47.74303,8.99898\n5960,1646743068,47.74303,8.99898\n5961,1646743088,47.74307,8.99895\n5962,1646743089,47.74307,8.99895\n5963,1646743090,47.74307,8.99895\n5964,1646743091,47.74307,8.99896\n5965,1646743092,47.74307,8.99896\n5966,1646743093,47.74307,8.99896\n5967,1646743094,47.74304,8.99895\n5968,1646743096,47.74304,8.99895\n5969,1646743097,47.74304,8.99895\n5970,1646743098,47.74304,8.99895\n5971,1646743115,47.74304,8.99903\n5972,1646743117,47.74299,8.99901\n5973,1646743118,47.74298,8.99900\n5974,1646743119,47.74298,8.99900\n5975,1646743120,47.74299,8.99899\n5976,1646743121,47.74299,8.99898\n5977,1646743122,47.74300,8.99898\n5978,1646743123,47.74299,8.99897\n5979,1646743124,47.74299,8.99897\n5980,1646743125,47.74300,8.99897\n5981,1646743148,47.74300,8.99898\n5982,1646743149,47.74301,8.99899\n5983,1646743150,47.74301,8.99899\n5984,1646743151,47.74301,8.99899\n5985,1646743152,47.74301,8.99899\n5986,1646743153,47.74302,8.99899\n5987,1646743155,47.74302,8.99899\n5988,1646743156,47.74302,8.99899\n5989,1646743157,47.74303,8.99900\n5990,1646743158,47.74303,8.99900\n5991,1646743175,47.74311,8.99892\n5992,1646743177,47.74304,8.99893\n5993,1646743178,47.74303,8.99895\n5994,1646743179,47.74304,8.99896\n5995,1646743180,47.74304,8.99897\n5996,1646743181,47.74304,8.99897\n5997,1646743182,47.74303,8.99897\n5998,1646743183,47.74303,8.99898\n5999,1646743184,47.74303,8.99898\n6000,1646743185,47.74303,8.99898\n6001,1646743207,47.74303,8.99896\n6002,1646743208,47.74303,8.99897\n6003,1646743209,47.74303,8.99897\n6004,1646743210,47.74303,8.99898\n6005,1646743211,47.74304,8.99898\n6006,1646743212,47.74304,8.99898\n6007,1646743213,47.74304,8.99898\n6008,1646743215,47.74304,8.99898\n6009,1646743216,47.74304,8.99898\n6010,1646743217,47.74304,8.99898\n6011,1646743235,47.74303,8.99896\n6012,1646743236,47.74302,8.99896\n6013,1646743237,47.74303,8.99897\n6014,1646743238,47.74302,8.99898\n6015,1646743239,47.74303,8.99898\n6016,1646743240,47.74303,8.99898\n6017,1646743241,47.74304,8.99898\n6018,1646743242,47.74304,8.99899\n6019,1646743243,47.74304,8.99898\n6020,1646743245,47.74304,8.99898\n6021,1646743264,47.74307,8.99897\n6022,1646743265,47.74305,8.99898\n6023,1646743266,47.74304,8.99898\n6024,1646743267,47.74304,8.99898\n6025,1646743268,47.74305,8.99897\n6026,1646743269,47.74305,8.99897\n6027,1646743270,47.74304,8.99897\n6028,1646743271,47.74305,8.99897\n6029,1646743272,47.74305,8.99897\n6030,1646743273,47.74305,8.99897\n6031,1646743293,47.74301,8.99898\n6032,1646743294,47.74303,8.99897\n6033,1646743295,47.74303,8.99898\n6034,1646743296,47.74302,8.99897\n6035,1646743297,47.74301,8.99898\n6036,1646743298,47.74301,8.99898\n6037,1646743299,47.74301,8.99897\n6038,1646743300,47.74301,8.99898\n6039,1646743301,47.74301,8.99898\n6040,1646743302,47.74301,8.99898\n6041,1646743323,47.74310,8.99900\n6042,1646743324,47.74308,8.99900\n6043,1646743325,47.74307,8.99900\n6044,1646743326,47.74307,8.99899\n6045,1646743327,47.74307,8.99899\n6046,1646743328,47.74307,8.99898\n6047,1646743329,47.74307,8.99899\n6048,1646743330,47.74307,8.99899\n6049,1646743331,47.74307,8.99899\n6050,1646743332,47.74307,8.99899\n6051,1646743352,47.74296,8.99900\n6052,1646743353,47.74297,8.99900\n6053,1646743354,47.74298,8.99900\n6054,1646743355,47.74299,8.99900\n6055,1646743356,47.74299,8.99900\n6056,1646743357,47.74301,8.99899\n6057,1646743359,47.74301,8.99899\n6058,1646743360,47.74301,8.99899\n6059,1646743361,47.74301,8.99899\n6060,1646743362,47.74301,8.99899\n6061,1646743380,47.74304,8.99897\n6062,1646743381,47.74304,8.99898\n6063,1646743382,47.74303,8.99899\n6064,1646743383,47.74303,8.99900\n6065,1646743384,47.74303,8.99900\n6066,1646743385,47.74303,8.99900\n6067,1646743386,47.74303,8.99899\n6068,1646743387,47.74303,8.99899\n6069,1646743389,47.74303,8.99899\n6070,1646743390,47.74303,8.99899\n6071,1646743408,47.74306,8.99897\n6072,1646743409,47.74305,8.99896\n6073,1646743410,47.74306,8.99897\n6074,1646743411,47.74306,8.99897\n6075,1646743412,47.74307,8.99897\n6076,1646743413,47.74307,8.99897\n6077,1646743414,47.74307,8.99897\n6078,1646743415,47.74307,8.99897\n6079,1646743416,47.74307,8.99897\n6080,1646743417,47.74307,8.99897\n6081,1646743438,47.74304,8.99902\n6082,1646743439,47.74304,8.99901\n6083,1646743440,47.74305,8.99900\n6084,1646743441,47.74304,8.99900\n6085,1646743442,47.74304,8.99900\n6086,1646743443,47.74304,8.99900\n6087,1646743444,47.74304,8.99900\n6088,1646743445,47.74304,8.99899\n6089,1646743446,47.74305,8.99899\n6090,1646743447,47.74305,8.99899\n6091,1646743467,47.74304,8.99899\n6092,1646743468,47.74304,8.99899\n6093,1646743469,47.74304,8.99899\n6094,1646743470,47.74305,8.99899\n6095,1646743471,47.74305,8.99898\n6096,1646743472,47.74305,8.99898\n6097,1646743473,47.74305,8.99898\n6098,1646743474,47.74305,8.99898\n6099,1646743475,47.74305,8.99898\n6100,1646743476,47.74305,8.99898\n6101,1646743495,47.74308,8.99897\n6102,1646743496,47.74308,8.99896\n6103,1646743497,47.74308,8.99896\n6104,1646743498,47.74308,8.99896\n6105,1646743499,47.74308,8.99896\n6106,1646743500,47.74308,8.99896\n6107,1646743501,47.74307,8.99895\n6108,1646743503,47.74307,8.99895\n6109,1646743504,47.74307,8.99895\n6110,1646743505,47.74306,8.99895\n6111,1646743523,47.74304,8.99898\n6112,1646743524,47.74304,8.99898\n6113,1646743525,47.74304,8.99898\n6114,1646743526,47.74302,8.99898\n6115,1646743527,47.74302,8.99898\n6116,1646743528,47.74303,8.99898\n6117,1646743529,47.74303,8.99898\n6118,1646743530,47.74303,8.99898\n6119,1646743531,47.74302,8.99898\n6120,1646743533,47.74302,8.99898\n6121,1646743552,47.74311,8.99902\n6122,1646743553,47.74310,8.99900\n6123,1646743554,47.74310,8.99899\n6124,1646743555,47.74310,8.99899\n6125,1646743556,47.74310,8.99899\n6126,1646743557,47.74309,8.99899\n6127,1646743558,47.74309,8.99899\n6128,1646743559,47.74309,8.99899\n6129,1646743560,47.74309,8.99899\n6130,1646743561,47.74308,8.99898\n6131,1646743583,47.74309,8.99901\n6132,1646743584,47.74308,8.99901\n6133,1646743585,47.74307,8.99901\n6134,1646743586,47.74306,8.99900\n6135,1646743587,47.74306,8.99900\n6136,1646743588,47.74306,8.99900\n6137,1646743589,47.74307,8.99899\n6138,1646743590,47.74307,8.99899\n6139,1646743591,47.74307,8.99899\n6140,1646743592,47.74305,8.99898\n6141,1646743615,47.74301,8.99899\n6142,1646743616,47.74302,8.99899\n6143,1646743617,47.74303,8.99899\n6144,1646743618,47.74303,8.99898\n6145,1646743619,47.74302,8.99898\n6146,1646743620,47.74302,8.99898\n6147,1646743621,47.74302,8.99898\n6148,1646743623,47.74302,8.99898\n6149,1646743624,47.74301,8.99898\n6150,1646743625,47.74301,8.99898\n6151,1646743643,47.74305,8.99899\n6152,1646743644,47.74304,8.99899\n6153,1646743645,47.74303,8.99899\n6154,1646743646,47.74303,8.99900\n6155,1646743647,47.74303,8.99900\n6156,1646743648,47.74303,8.99900\n6157,1646743649,47.74303,8.99901\n6158,1646743650,47.74302,8.99901\n6159,1646743651,47.74302,8.99900\n6160,1646743653,47.74302,8.99901\n6161,1646743676,47.74316,8.99899\n6162,1646743677,47.74302,8.99899\n6163,1646743678,47.74301,8.99900\n6164,1646743679,47.74302,8.99900\n6165,1646743680,47.74302,8.99901\n6166,1646743681,47.74303,8.99900\n6167,1646743683,47.74303,8.99900\n6168,1646743684,47.74303,8.99899\n6169,1646743685,47.74304,8.99899\n6170,1646743686,47.74303,8.99900\n6171,1646743704,47.74302,8.99903\n6172,1646743705,47.74305,8.99901\n6173,1646743706,47.74305,8.99901\n6174,1646743707,47.74305,8.99901\n6175,1646743708,47.74305,8.99900\n6176,1646743709,47.74306,8.99900\n6177,1646743710,47.74307,8.99899\n6178,1646743711,47.74308,8.99898\n6179,1646743713,47.74308,8.99898\n6180,1646743714,47.74307,8.99898\n6181,1646743731,47.74307,8.99898\n6182,1646743733,47.74305,8.99899\n6183,1646743734,47.74305,8.99899\n6184,1646743735,47.74305,8.99899\n6185,1646743736,47.74304,8.99898\n6186,1646743737,47.74303,8.99899\n6187,1646743738,47.74303,8.99898\n6188,1646743739,47.74303,8.99898\n6189,1646743740,47.74303,8.99898\n6190,1646743741,47.74303,8.99898\n6191,1646743759,47.74295,8.99894\n6192,1646743760,47.74299,8.99894\n6193,1646743761,47.74298,8.99895\n6194,1646743762,47.74299,8.99894\n6195,1646743763,47.74298,8.99894\n6196,1646743764,47.74298,8.99895\n6197,1646743765,47.74298,8.99895\n6198,1646743766,47.74297,8.99895\n6199,1646743767,47.74298,8.99895\n6200,1646743768,47.74298,8.99895\n6201,1646743787,47.74299,8.99907\n6202,1646743788,47.74302,8.99904\n6203,1646743789,47.74302,8.99902\n6204,1646743790,47.74302,8.99901\n6205,1646743791,47.74301,8.99900\n6206,1646743792,47.74301,8.99900\n6207,1646743793,47.74301,8.99899\n6208,1646743794,47.74301,8.99898\n6209,1646743795,47.74301,8.99897\n6210,1646743797,47.74301,8.99897\n6211,1646743816,47.74298,8.99901\n6212,1646743817,47.74300,8.99901\n6213,1646743818,47.74300,8.99900\n6214,1646743819,47.74301,8.99899\n6215,1646743820,47.74302,8.99898\n6216,1646743821,47.74301,8.99898\n6217,1646743822,47.74301,8.99898\n6218,1646743823,47.74302,8.99898\n6219,1646743824,47.74302,8.99898\n6220,1646743825,47.74302,8.99898\n6221,1646743845,47.74304,8.99898\n6222,1646743846,47.74304,8.99897\n6223,1646743847,47.74305,8.99896\n6224,1646743848,47.74304,8.99897\n6225,1646743849,47.74304,8.99898\n6226,1646743850,47.74304,8.99898\n6227,1646743851,47.74304,8.99899\n6228,1646743852,47.74303,8.99899\n6229,1646743853,47.74303,8.99899\n6230,1646743854,47.74304,8.99899\n6231,1646743872,47.74303,8.99906\n6232,1646743873,47.74302,8.99904\n6233,1646743874,47.74303,8.99903\n6234,1646743875,47.74303,8.99902\n6235,1646743876,47.74304,8.99900\n6236,1646743877,47.74303,8.99899\n6237,1646743878,47.74303,8.99900\n6238,1646743879,47.74303,8.99900\n6239,1646743881,47.74303,8.99900\n6240,1646743882,47.74303,8.99900\n6241,1646743899,47.74314,8.99884\n6242,1646743901,47.74311,8.99889\n6243,1646743902,47.74311,8.99890\n6244,1646743903,47.74310,8.99890\n6245,1646743904,47.74310,8.99891\n6246,1646743905,47.74309,8.99893\n6247,1646743906,47.74309,8.99894\n6248,1646743907,47.74308,8.99895\n6249,1646743908,47.74307,8.99895\n6250,1646743909,47.74307,8.99896\n6251,1646743927,47.74302,8.99897\n6252,1646743928,47.74303,8.99895\n6253,1646743929,47.74303,8.99895\n6254,1646743930,47.74304,8.99895\n6255,1646743931,47.74305,8.99895\n6256,1646743932,47.74305,8.99895\n6257,1646743933,47.74306,8.99895\n6258,1646743934,47.74306,8.99895\n6259,1646743935,47.74306,8.99896\n6260,1646743936,47.74306,8.99896\n6261,1646743955,47.74295,8.99902\n6262,1646743956,47.74298,8.99901\n6263,1646743957,47.74298,8.99901\n6264,1646743958,47.74299,8.99900\n6265,1646743959,47.74299,8.99899\n6266,1646743960,47.74300,8.99899\n6267,1646743961,47.74300,8.99897\n6268,1646743962,47.74300,8.99896\n6269,1646743963,47.74301,8.99896\n6270,1646743965,47.74301,8.99895\n6271,1646743984,47.74296,8.99899\n6272,1646743985,47.74296,8.99899\n6273,1646743986,47.74297,8.99898\n6274,1646743987,47.74298,8.99896\n6275,1646743988,47.74299,8.99896\n6276,1646743989,47.74299,8.99896\n6277,1646743990,47.74299,8.99896\n6278,1646743991,47.74300,8.99896\n6279,1646743992,47.74299,8.99896\n6280,1646743993,47.74300,8.99896\n6281,1646744013,47.74302,8.99899\n6282,1646744014,47.74301,8.99900\n6283,1646744015,47.74300,8.99900\n6284,1646744016,47.74299,8.99901\n6285,1646744017,47.74300,8.99901\n6286,1646744018,47.74300,8.99900\n6287,1646744019,47.74301,8.99900\n6288,1646744020,47.74302,8.99899\n6289,1646744021,47.74302,8.99900\n6290,1646744022,47.74303,8.99900\n6291,1646744041,47.74308,8.99896\n6292,1646744042,47.74308,8.99896\n6293,1646744043,47.74308,8.99896\n6294,1646744044,47.74308,8.99896\n6295,1646744045,47.74307,8.99897\n6296,1646744046,47.74307,8.99897\n6297,1646744047,47.74307,8.99897\n6298,1646744049,47.74307,8.99897\n6299,1646744050,47.74307,8.99897\n6300,1646744051,47.74307,8.99897\n6301,1646744068,47.74313,8.99894\n6302,1646744070,47.74312,8.99897\n6303,1646744071,47.74311,8.99898\n6304,1646744072,47.74310,8.99898\n6305,1646744073,47.74310,8.99898\n6306,1646744074,47.74310,8.99897\n6307,1646744075,47.74309,8.99898\n6308,1646744076,47.74309,8.99898\n6309,1646744077,47.74308,8.99899\n6310,1646744078,47.74308,8.99899\n6311,1646744098,47.74302,8.99905\n6312,1646744099,47.74300,8.99904\n6313,1646744100,47.74299,8.99903\n6314,1646744101,47.74299,8.99902\n6315,1646744102,47.74299,8.99902\n6316,1646744103,47.74298,8.99902\n6317,1646744104,47.74299,8.99903\n6318,1646744105,47.74299,8.99903\n6319,1646744106,47.74300,8.99903\n6320,1646744107,47.74298,8.99903\n6321,1646744126,47.74352,8.99896\n6322,1646744127,47.74301,8.99900\n6323,1646744128,47.74303,8.99901\n6324,1646744129,47.74303,8.99901\n6325,1646744130,47.74302,8.99903\n6326,1646744131,47.74303,8.99902\n6327,1646744132,47.74303,8.99901\n6328,1646744133,47.74303,8.99900\n6329,1646744134,47.74303,8.99900\n6330,1646744135,47.74303,8.99899\n6331,1646744156,47.74303,8.99899\n6332,1646744157,47.74303,8.99898\n6333,1646744158,47.74303,8.99897\n6334,1646744159,47.74303,8.99897\n6335,1646744160,47.74303,8.99896\n6336,1646744161,47.74303,8.99896\n6337,1646744163,47.74303,8.99896\n6338,1646744164,47.74303,8.99896\n6339,1646744165,47.74303,8.99896\n6340,1646744166,47.74303,8.99896\n6341,1646744183,47.74305,8.99891\n6342,1646744185,47.74306,8.99893\n6343,1646744186,47.74305,8.99894\n6344,1646744187,47.74306,8.99894\n6345,1646744188,47.74306,8.99895\n6346,1646744189,47.74306,8.99896\n6347,1646744190,47.74306,8.99896\n6348,1646744191,47.74306,8.99897\n6349,1646744192,47.74307,8.99897\n6350,1646744193,47.74307,8.99898\n6351,1646744212,47.74300,8.99894\n6352,1646744213,47.74299,8.99894\n6353,1646744214,47.74298,8.99894\n6354,1646744215,47.74298,8.99896\n6355,1646744216,47.74298,8.99896\n6356,1646744217,47.74298,8.99897\n6357,1646744218,47.74298,8.99897\n6358,1646744219,47.74299,8.99898\n6359,1646744220,47.74299,8.99898\n6360,1646744221,47.74300,8.99898\n6361,1646744241,47.74303,8.99891\n6362,1646744242,47.74302,8.99893\n6363,1646744243,47.74302,8.99894\n6364,1646744244,47.74302,8.99895\n6365,1646744245,47.74302,8.99897\n6366,1646744246,47.74301,8.99898\n6367,1646744247,47.74301,8.99900\n6368,1646744248,47.74301,8.99901\n6369,1646744249,47.74301,8.99902\n6370,1646744250,47.74301,8.99903\n6371,1646744269,47.74304,8.99897\n6372,1646744270,47.74303,8.99898\n6373,1646744271,47.74303,8.99897\n6374,1646744272,47.74303,8.99896\n6375,1646744273,47.74303,8.99895\n6376,1646744274,47.74304,8.99895\n6377,1646744275,47.74304,8.99895\n6378,1646744277,47.74304,8.99896\n6379,1646744278,47.74305,8.99896\n6380,1646744279,47.74305,8.99897\n6381,1646744296,47.74303,8.99895\n6382,1646744298,47.74305,8.99898\n6383,1646744299,47.74305,8.99899\n6384,1646744300,47.74306,8.99900\n6385,1646744301,47.74306,8.99900\n6386,1646744302,47.74307,8.99900\n6387,1646744303,47.74307,8.99900\n6388,1646744304,47.74307,8.99900\n6389,1646744305,47.74307,8.99900\n6390,1646744306,47.74308,8.99899\n6391,1646744324,47.74352,8.99889\n6392,1646744325,47.74308,8.99896\n6393,1646744326,47.74307,8.99896\n6394,1646744327,47.74306,8.99897\n6395,1646744328,47.74306,8.99899\n6396,1646744329,47.74306,8.99899\n6397,1646744330,47.74306,8.99900\n6398,1646744331,47.74306,8.99900\n6399,1646744332,47.74306,8.99899\n6400,1646744333,47.74306,8.99899\n6401,1646744354,47.74313,8.99900\n6402,1646744355,47.74312,8.99900\n6403,1646744356,47.74310,8.99899\n6404,1646744357,47.74309,8.99899\n6405,1646744358,47.74308,8.99900\n6406,1646744359,47.74309,8.99899\n6407,1646744361,47.74308,8.99899\n6408,1646744362,47.74308,8.99899\n6409,1646744363,47.74307,8.99899\n6410,1646744364,47.74308,8.99899\n6411,1646744382,47.74307,8.99901\n6412,1646744383,47.74306,8.99902\n6413,1646744384,47.74306,8.99902\n6414,1646744385,47.74306,8.99902\n6415,1646744386,47.74305,8.99902\n6416,1646744387,47.74305,8.99901\n6417,1646744388,47.74304,8.99901\n6418,1646744389,47.74305,8.99900\n6419,1646744391,47.74305,8.99900\n6420,1646744392,47.74305,8.99899\n6421,1646744410,47.74305,8.99898\n6422,1646744411,47.74304,8.99897\n6423,1646744412,47.74305,8.99898\n6424,1646744413,47.74304,8.99899\n6425,1646744414,47.74304,8.99899\n6426,1646744415,47.74304,8.99899\n6427,1646744416,47.74303,8.99899\n6428,1646744417,47.74303,8.99900\n6429,1646744418,47.74303,8.99899\n6430,1646744419,47.74305,8.99898\n6431,1646744442,47.74303,8.99900\n6432,1646744443,47.74301,8.99900\n6433,1646744444,47.74301,8.99901\n6434,1646744445,47.74301,8.99900\n6435,1646744446,47.74301,8.99900\n6436,1646744447,47.74301,8.99901\n6437,1646744448,47.74301,8.99901\n6438,1646744449,47.74302,8.99900\n6439,1646744451,47.74302,8.99901\n6440,1646744452,47.74302,8.99900\n6441,1646744470,47.74311,8.99897\n6442,1646744471,47.74310,8.99897\n6443,1646744472,47.74310,8.99898\n6444,1646744473,47.74310,8.99898\n6445,1646744474,47.74309,8.99899\n6446,1646744475,47.74309,8.99899\n6447,1646744476,47.74309,8.99900\n6448,1646744477,47.74309,8.99900\n6449,1646744478,47.74308,8.99900\n6450,1646744479,47.74308,8.99900\n6451,1646744500,47.74305,8.99897\n6452,1646744501,47.74305,8.99897\n6453,1646744502,47.74305,8.99897\n6454,1646744503,47.74305,8.99897\n6455,1646744504,47.74305,8.99897\n6456,1646744505,47.74305,8.99897\n6457,1646744506,47.74305,8.99898\n6458,1646744507,47.74305,8.99898\n6459,1646744508,47.74304,8.99897\n6460,1646744509,47.74306,8.99897\n6461,1646744531,47.74307,8.99900\n6462,1646744532,47.74307,8.99899\n6463,1646744533,47.74306,8.99899\n6464,1646744534,47.74306,8.99899\n6465,1646744535,47.74306,8.99898\n6466,1646744536,47.74306,8.99898\n6467,1646744537,47.74306,8.99898\n6468,1646744538,47.74306,8.99899\n6469,1646744539,47.74306,8.99899\n6470,1646744540,47.74308,8.99899\n6471,1646744562,47.74306,8.99894\n6472,1646744563,47.74305,8.99895\n6473,1646744564,47.74305,8.99895\n6474,1646744565,47.74305,8.99895\n6475,1646744566,47.74305,8.99895\n6476,1646744567,47.74305,8.99896\n6477,1646744568,47.74304,8.99896\n6478,1646744569,47.74306,8.99896\n6479,1646744571,47.74306,8.99896\n6480,1646744572,47.74307,8.99896\n6481,1646744589,47.74309,8.99893\n6482,1646744591,47.74309,8.99893\n6483,1646744592,47.74308,8.99894\n6484,1646744593,47.74308,8.99895\n6485,1646744594,47.74307,8.99896\n6486,1646744595,47.74307,8.99896\n6487,1646744596,47.74307,8.99897\n6488,1646744597,47.74306,8.99897\n6489,1646744598,47.74306,8.99897\n6490,1646744599,47.74307,8.99897\n6491,1646744617,47.74304,8.99897\n6492,1646744618,47.74305,8.99899\n6493,1646744619,47.74305,8.99900\n6494,1646744620,47.74305,8.99900\n6495,1646744621,47.74305,8.99899\n6496,1646744622,47.74305,8.99899\n6497,1646744623,47.74305,8.99899\n6498,1646744624,47.74305,8.99899\n6499,1646744625,47.74305,8.99899\n6500,1646744626,47.74305,8.99900\n6501,1646744645,47.74307,8.99907\n6502,1646744646,47.74307,8.99903\n6503,1646744647,47.74306,8.99903\n6504,1646744648,47.74305,8.99902\n6505,1646744649,47.74304,8.99901\n6506,1646744650,47.74303,8.99901\n6507,1646744651,47.74302,8.99900\n6508,1646744652,47.74302,8.99900\n6509,1646744653,47.74304,8.99898\n6510,1646744655,47.74304,8.99898\n6511,1646744677,47.74305,8.99899\n6512,1646744678,47.74305,8.99899\n6513,1646744679,47.74305,8.99899\n6514,1646744680,47.74304,8.99898\n6515,1646744681,47.74304,8.99898\n6516,1646744682,47.74305,8.99897\n6517,1646744683,47.74306,8.99896\n6518,1646744685,47.74306,8.99896\n6519,1646744686,47.74306,8.99896\n6520,1646744687,47.74306,8.99896\n6521,1646744704,47.74310,8.99895\n6522,1646744706,47.74309,8.99896\n6523,1646744707,47.74309,8.99897\n6524,1646744708,47.74308,8.99897\n6525,1646744709,47.74308,8.99897\n6526,1646744710,47.74308,8.99896\n6527,1646744711,47.74308,8.99896\n6528,1646744712,47.74308,8.99896\n6529,1646744713,47.74308,8.99896\n6530,1646744714,47.74308,8.99895\n6531,1646744732,47.74305,8.99900\n6532,1646744733,47.74305,8.99899\n6533,1646744734,47.74305,8.99898\n6534,1646744735,47.74305,8.99899\n6535,1646744736,47.74305,8.99899\n6536,1646744737,47.74304,8.99899\n6537,1646744738,47.74304,8.99899\n6538,1646744739,47.74305,8.99898\n6539,1646744740,47.74305,8.99898\n6540,1646744741,47.74305,8.99898\n6541,1646744760,47.74301,8.99895\n6542,1646744761,47.74303,8.99896\n6543,1646744762,47.74304,8.99897\n6544,1646744763,47.74305,8.99897\n6545,1646744764,47.74305,8.99897\n6546,1646744765,47.74305,8.99897\n6547,1646744766,47.74305,8.99897\n6548,1646744767,47.74306,8.99897\n6549,1646744769,47.74306,8.99897\n6550,1646744770,47.74306,8.99897\n6551,1646744789,47.74296,8.99882\n6552,1646744790,47.74297,8.99883\n6553,1646744791,47.74298,8.99884\n6554,1646744792,47.74299,8.99885\n6555,1646744793,47.74299,8.99886\n6556,1646744794,47.74300,8.99890\n6557,1646744795,47.74301,8.99893\n6558,1646744796,47.74301,8.99895\n6559,1646744797,47.74303,8.99896\n6560,1646744799,47.74303,8.99896\n6561,1646744820,47.74301,8.99895\n6562,1646744821,47.74302,8.99896\n6563,1646744822,47.74303,8.99896\n6564,1646744823,47.74303,8.99896\n6565,1646744824,47.74304,8.99896\n6566,1646744825,47.74304,8.99896\n6567,1646744826,47.74304,8.99895\n6568,1646744827,47.74303,8.99896\n6569,1646744829,47.74303,8.99896\n6570,1646744830,47.74303,8.99896\n6571,1646744849,47.74309,8.99908\n6572,1646744850,47.74308,8.99903\n6573,1646744851,47.74308,8.99901\n6574,1646744852,47.74307,8.99900\n6575,1646744853,47.74306,8.99900\n6576,1646744854,47.74306,8.99900\n6577,1646744855,47.74305,8.99900\n6578,1646744856,47.74305,8.99900\n6579,1646744857,47.74306,8.99898\n6580,1646744859,47.74306,8.99898\n6581,1646744881,47.74303,8.99899\n6582,1646744882,47.74303,8.99901\n6583,1646744883,47.74303,8.99901\n6584,1646744884,47.74303,8.99901\n6585,1646744885,47.74303,8.99902\n6586,1646744886,47.74303,8.99902\n6587,1646744887,47.74306,8.99899\n6588,1646744889,47.74306,8.99899\n6589,1646744890,47.74306,8.99898\n6590,1646744891,47.74306,8.99898\n6591,1646744909,47.74305,8.99898\n6592,1646744910,47.74306,8.99899\n6593,1646744911,47.74306,8.99899\n6594,1646744912,47.74307,8.99899\n6595,1646744913,47.74306,8.99899\n6596,1646744914,47.74306,8.99899\n6597,1646744915,47.74305,8.99899\n6598,1646744916,47.74305,8.99899\n6599,1646744917,47.74306,8.99898\n6600,1646744919,47.74306,8.99897\n6601,1646744937,47.74302,8.99898\n6602,1646744938,47.74304,8.99900\n6603,1646744939,47.74303,8.99900\n6604,1646744940,47.74304,8.99900\n6605,1646744941,47.74303,8.99900\n6606,1646744942,47.74303,8.99899\n6607,1646744943,47.74303,8.99899\n6608,1646744944,47.74303,8.99899\n6609,1646744945,47.74304,8.99899\n6610,1646744946,47.74303,8.99899\n6611,1646744966,47.74305,8.99892\n6612,1646744967,47.74305,8.99894\n6613,1646744968,47.74305,8.99895\n6614,1646744969,47.74305,8.99896\n6615,1646744970,47.74304,8.99896\n6616,1646744971,47.74304,8.99896\n6617,1646744972,47.74304,8.99897\n6618,1646744973,47.74304,8.99897\n6619,1646744974,47.74304,8.99897\n6620,1646744975,47.74303,8.99897\n6621,1646744995,47.74303,8.99900\n6622,1646744996,47.74302,8.99900\n6623,1646744997,47.74303,8.99900\n6624,1646744998,47.74303,8.99900\n6625,1646744999,47.74303,8.99900\n6626,1646745000,47.74303,8.99900\n6627,1646745001,47.74303,8.99899\n6628,1646745002,47.74305,8.99897\n6629,1646745004,47.74305,8.99897\n6630,1646745005,47.74305,8.99897\n6631,1646745022,47.74295,8.99886\n6632,1646745024,47.74300,8.99894\n6633,1646745025,47.74301,8.99894\n6634,1646745026,47.74301,8.99894\n6635,1646745027,47.74302,8.99894\n6636,1646745028,47.74302,8.99895\n6637,1646745029,47.74303,8.99895\n6638,1646745030,47.74303,8.99895\n6639,1646745031,47.74304,8.99895\n6640,1646745032,47.74304,8.99895\n6641,1646745050,47.74299,8.99896\n6642,1646745051,47.74297,8.99895\n6643,1646745052,47.74296,8.99895\n6644,1646745053,47.74295,8.99896\n6645,1646745054,47.74295,8.99897\n6646,1646745055,47.74296,8.99897\n6647,1646745056,47.74297,8.99898\n6648,1646745057,47.74297,8.99898\n6649,1646745058,47.74297,8.99899\n6650,1646745059,47.74297,8.99899\n6651,1646745079,47.74313,8.99898\n6652,1646745080,47.74307,8.99900\n6653,1646745081,47.74306,8.99900\n6654,1646745082,47.74306,8.99899\n6655,1646745083,47.74306,8.99899\n6656,1646745084,47.74306,8.99898\n6657,1646745085,47.74308,8.99897\n6658,1646745087,47.74307,8.99896\n6659,1646745088,47.74307,8.99896\n6660,1646745089,47.74307,8.99896\n6661,1646745106,47.74302,8.99897\n6662,1646745108,47.74307,8.99898\n6663,1646745109,47.74309,8.99899\n6664,1646745110,47.74310,8.99899\n6665,1646745111,47.74310,8.99899\n6666,1646745112,47.74311,8.99899\n6667,1646745113,47.74311,8.99899\n6668,1646745114,47.74311,8.99898\n6669,1646745115,47.74311,8.99898\n6670,1646745116,47.74311,8.99898\n6671,1646745135,47.74306,8.99899\n6672,1646745136,47.74306,8.99899\n6673,1646745137,47.74306,8.99899\n6674,1646745138,47.74306,8.99899\n6675,1646745139,47.74306,8.99899\n6676,1646745140,47.74306,8.99899\n6677,1646745141,47.74306,8.99899\n6678,1646745142,47.74306,8.99899\n6679,1646745143,47.74306,8.99899\n6680,1646745144,47.74306,8.99899\n6681,1646745163,47.74301,8.99894\n6682,1646745164,47.74302,8.99895\n6683,1646745165,47.74303,8.99895\n6684,1646745166,47.74303,8.99895\n6685,1646745167,47.74303,8.99896\n6686,1646745168,47.74303,8.99896\n6687,1646745169,47.74303,8.99896\n6688,1646745170,47.74303,8.99897\n6689,1646745171,47.74303,8.99897\n6690,1646745172,47.74303,8.99897\n6691,1646745194,47.74308,8.99899\n6692,1646745195,47.74308,8.99899\n6693,1646745196,47.74308,8.99898\n6694,1646745197,47.74308,8.99898\n6695,1646745198,47.74307,8.99898\n6696,1646745199,47.74307,8.99897\n6697,1646745200,47.74308,8.99895\n6698,1646745202,47.74308,8.99895\n6699,1646745203,47.74308,8.99895\n6700,1646745204,47.74308,8.99895\n6701,1646745222,47.74313,8.99898\n6702,1646745223,47.74313,8.99897\n6703,1646745224,47.74312,8.99897\n6704,1646745225,47.74312,8.99896\n6705,1646745226,47.74312,8.99896\n6706,1646745227,47.74311,8.99896\n6707,1646745228,47.74310,8.99896\n6708,1646745229,47.74310,8.99896\n6709,1646745231,47.74310,8.99896\n6710,1646745232,47.74310,8.99896\n6711,1646745251,47.74303,8.99906\n6712,1646745252,47.74306,8.99903\n6713,1646745253,47.74307,8.99902\n6714,1646745254,47.74307,8.99901\n6715,1646745255,47.74307,8.99900\n6716,1646745256,47.74308,8.99899\n6717,1646745257,47.74308,8.99899\n6718,1646745258,47.74308,8.99899\n6719,1646745259,47.74309,8.99898\n6720,1646745261,47.74309,8.99898\n6721,1646745281,47.74310,8.99900\n6722,1646745282,47.74309,8.99899\n6723,1646745283,47.74308,8.99899\n6724,1646745284,47.74307,8.99899\n6725,1646745285,47.74307,8.99899\n6726,1646745286,47.74307,8.99899\n6727,1646745287,47.74307,8.99900\n6728,1646745288,47.74306,8.99900\n6729,1646745289,47.74309,8.99898\n6730,1646745291,47.74309,8.99898\n6731,1646745310,47.74300,8.99907\n6732,1646745311,47.74303,8.99905\n6733,1646745312,47.74305,8.99905\n6734,1646745313,47.74305,8.99905\n6735,1646745314,47.74304,8.99904\n6736,1646745315,47.74304,8.99903\n6737,1646745316,47.74304,8.99903\n6738,1646745317,47.74304,8.99903\n6739,1646745318,47.74304,8.99902\n6740,1646745319,47.74307,8.99900\n6741,1646745343,47.74299,8.99899\n6742,1646745344,47.74301,8.99899\n6743,1646745345,47.74302,8.99898\n6744,1646745346,47.74303,8.99898\n6745,1646745347,47.74303,8.99898\n6746,1646745348,47.74303,8.99897\n6747,1646745349,47.74304,8.99897\n6748,1646745350,47.74306,8.99895\n6749,1646745352,47.74306,8.99895\n6750,1646745353,47.74306,8.99895\n6751,1646745371,47.74302,8.99894\n6752,1646745372,47.74302,8.99895\n6753,1646745373,47.74301,8.99896\n6754,1646745374,47.74300,8.99897\n6755,1646745375,47.74300,8.99898\n6756,1646745376,47.74300,8.99898\n6757,1646745377,47.74300,8.99899\n6758,1646745378,47.74301,8.99899\n6759,1646745379,47.74303,8.99898\n6760,1646745381,47.74303,8.99899\n6761,1646745400,47.74303,8.99901\n6762,1646745401,47.74304,8.99900\n6763,1646745402,47.74303,8.99900\n6764,1646745403,47.74303,8.99900\n6765,1646745404,47.74303,8.99900\n6766,1646745405,47.74303,8.99900\n6767,1646745406,47.74303,8.99900\n6768,1646745407,47.74302,8.99901\n6769,1646745408,47.74302,8.99901\n6770,1646745409,47.74308,8.99898\n6771,1646745430,47.74318,8.99893\n6772,1646745431,47.74314,8.99896\n6773,1646745432,47.74313,8.99898\n6774,1646745433,47.74312,8.99898\n6775,1646745434,47.74312,8.99899\n6776,1646745435,47.74311,8.99900\n6777,1646745436,47.74311,8.99900\n6778,1646745437,47.74310,8.99900\n6779,1646745438,47.74310,8.99900\n6780,1646745439,47.74309,8.99900\n6781,1646745459,47.74310,8.99894\n6782,1646745460,47.74308,8.99895\n6783,1646745461,47.74308,8.99896\n6784,1646745462,47.74308,8.99897\n6785,1646745463,47.74308,8.99897\n6786,1646745464,47.74308,8.99897\n6787,1646745465,47.74308,8.99897\n6788,1646745466,47.74308,8.99897\n6789,1646745467,47.74308,8.99898\n6790,1646745468,47.74308,8.99898\n6791,1646745489,47.74313,8.99899\n6792,1646745490,47.74312,8.99898\n6793,1646745491,47.74312,8.99899\n6794,1646745492,47.74311,8.99899\n6795,1646745493,47.74311,8.99899\n6796,1646745494,47.74310,8.99899\n6797,1646745495,47.74310,8.99899\n6798,1646745496,47.74310,8.99899\n6799,1646745497,47.74310,8.99899\n6800,1646745498,47.74310,8.99899\n6801,1646745520,47.74299,8.99898\n6802,1646745521,47.74300,8.99899\n6803,1646745522,47.74301,8.99899\n6804,1646745523,47.74302,8.99898\n6805,1646745524,47.74302,8.99898\n6806,1646745525,47.74302,8.99898\n6807,1646745526,47.74303,8.99898\n6808,1646745527,47.74303,8.99898\n6809,1646745528,47.74303,8.99898\n6810,1646745529,47.74304,8.99898\n6811,1646745548,47.74306,8.99897\n6812,1646745549,47.74306,8.99895\n6813,1646745550,47.74306,8.99895\n6814,1646745551,47.74306,8.99896\n6815,1646745552,47.74306,8.99896\n6816,1646745553,47.74306,8.99896\n6817,1646745554,47.74306,8.99896\n6818,1646745555,47.74306,8.99895\n6819,1646745556,47.74306,8.99895\n6820,1646745557,47.74306,8.99895\n6821,1646745578,47.74309,8.99897\n6822,1646745579,47.74311,8.99897\n6823,1646745580,47.74310,8.99896\n6824,1646745581,47.74310,8.99896\n6825,1646745582,47.74310,8.99896\n6826,1646745583,47.74312,8.99895\n6827,1646745585,47.74311,8.99895\n6828,1646745586,47.74311,8.99895\n6829,1646745587,47.74311,8.99896\n6830,1646745588,47.74311,8.99896\n6831,1646745610,47.74304,8.99899\n6832,1646745611,47.74304,8.99898\n6833,1646745612,47.74304,8.99899\n6834,1646745613,47.74305,8.99894\n6835,1646745615,47.74306,8.99895\n6836,1646745616,47.74306,8.99895\n6837,1646745617,47.74307,8.99895\n6838,1646745618,47.74307,8.99895\n6839,1646745619,47.74308,8.99895\n6840,1646745620,47.74309,8.99896\n6841,1646745637,47.74315,8.99895\n6842,1646745639,47.74308,8.99896\n6843,1646745640,47.74307,8.99896\n6844,1646745641,47.74307,8.99896\n6845,1646745642,47.74308,8.99896\n6846,1646745643,47.74308,8.99896\n6847,1646745644,47.74308,8.99896\n6848,1646745645,47.74309,8.99897\n6849,1646745646,47.74308,8.99897\n6850,1646745647,47.74308,8.99897\n6851,1646745666,47.74304,8.99899\n6852,1646745667,47.74303,8.99899\n6853,1646745668,47.74303,8.99899\n6854,1646745669,47.74303,8.99899\n6855,1646745670,47.74304,8.99899\n6856,1646745671,47.74304,8.99898\n6857,1646745672,47.74304,8.99898\n6858,1646745673,47.74308,8.99896\n6859,1646745675,47.74309,8.99896\n6860,1646745676,47.74309,8.99896\n6861,1646745695,47.74298,8.99893\n6862,1646745696,47.74296,8.99894\n6863,1646745697,47.74296,8.99894\n6864,1646745698,47.74294,8.99895\n6865,1646745699,47.74294,8.99895\n6866,1646745700,47.74294,8.99895\n6867,1646745701,47.74294,8.99895\n6868,1646745702,47.74294,8.99895\n6869,1646745703,47.74294,8.99895\n6870,1646745704,47.74294,8.99895\n6871,1646745723,47.74293,8.99901\n6872,1646745724,47.74295,8.99898\n6873,1646745725,47.74297,8.99897\n6874,1646745726,47.74298,8.99897\n6875,1646745727,47.74299,8.99896\n6876,1646745728,47.74300,8.99896\n6877,1646745729,47.74300,8.99896\n6878,1646745730,47.74301,8.99896\n6879,1646745731,47.74301,8.99896\n6880,1646745732,47.74302,8.99896\n6881,1646745751,47.74303,8.99891\n6882,1646745752,47.74302,8.99895\n6883,1646745753,47.74302,8.99896\n6884,1646745754,47.74302,8.99897\n6885,1646745755,47.74301,8.99898\n6886,1646745756,47.74302,8.99898\n6887,1646745757,47.74303,8.99899\n6888,1646745758,47.74303,8.99899\n6889,1646745759,47.74304,8.99899\n6890,1646745760,47.74304,8.99899\n6891,1646745778,47.74328,8.99888\n6892,1646745779,47.74314,8.99896\n6893,1646745780,47.74311,8.99897\n6894,1646745781,47.74310,8.99898\n6895,1646745782,47.74310,8.99898\n6896,1646745783,47.74310,8.99898\n6897,1646745784,47.74310,8.99898\n6898,1646745785,47.74310,8.99899\n6899,1646745786,47.74310,8.99899\n6900,1646745787,47.74314,8.99898\n6901,1646745807,47.74304,8.99894\n6902,1646745808,47.74307,8.99897\n6903,1646745809,47.74308,8.99897\n6904,1646745810,47.74308,8.99897\n6905,1646745811,47.74308,8.99898\n6906,1646745812,47.74308,8.99898\n6907,1646745813,47.74308,8.99898\n6908,1646745814,47.74308,8.99898\n6909,1646745815,47.74308,8.99898\n6910,1646745816,47.74308,8.99899\n6911,1646745836,47.74295,8.99889\n6912,1646745837,47.74300,8.99897\n6913,1646745838,47.74300,8.99898\n6914,1646745839,47.74301,8.99898\n6915,1646745840,47.74300,8.99898\n6916,1646745841,47.74301,8.99898\n6917,1646745842,47.74301,8.99898\n6918,1646745843,47.74301,8.99898\n6919,1646745844,47.74302,8.99898\n6920,1646745845,47.74302,8.99898\n6921,1646745864,47.74298,8.99900\n6922,1646745865,47.74299,8.99898\n6923,1646745866,47.74299,8.99898\n6924,1646745867,47.74300,8.99897\n6925,1646745868,47.74300,8.99897\n6926,1646745869,47.74299,8.99896\n6927,1646745870,47.74299,8.99896\n6928,1646745871,47.74302,8.99894\n6929,1646745873,47.74302,8.99894\n6930,1646745874,47.74302,8.99894\n6931,1646745892,47.74302,8.99889\n6932,1646745893,47.74305,8.99894\n6933,1646745894,47.74306,8.99894\n6934,1646745895,47.74307,8.99894\n6935,1646745896,47.74306,8.99895\n6936,1646745897,47.74307,8.99895\n6937,1646745898,47.74307,8.99895\n6938,1646745899,47.74307,8.99895\n6939,1646745900,47.74307,8.99895\n6940,1646745901,47.74313,8.99893\n6941,1646745921,47.74297,8.99894\n6942,1646745922,47.74304,8.99897\n6943,1646745923,47.74305,8.99897\n6944,1646745924,47.74305,8.99897\n6945,1646745925,47.74306,8.99897\n6946,1646745926,47.74305,8.99896\n6947,1646745927,47.74305,8.99896\n6948,1646745928,47.74305,8.99896\n6949,1646745929,47.74305,8.99896\n6950,1646745930,47.74306,8.99895\n6951,1646745950,47.74310,8.99897\n6952,1646745951,47.74309,8.99897\n6953,1646745952,47.74308,8.99897\n6954,1646745953,47.74308,8.99897\n6955,1646745954,47.74307,8.99897\n6956,1646745955,47.74307,8.99897\n6957,1646745956,47.74306,8.99896\n6958,1646745957,47.74306,8.99895\n6959,1646745958,47.74306,8.99895\n6960,1646745959,47.74306,8.99895\n6961,1646745978,47.74314,8.99887\n6962,1646745979,47.74311,8.99890\n6963,1646745980,47.74311,8.99891\n6964,1646745981,47.74310,8.99891\n6965,1646745982,47.74309,8.99891\n6966,1646745983,47.74309,8.99892\n6967,1646745984,47.74309,8.99892\n6968,1646745985,47.74314,8.99893\n6969,1646745987,47.74314,8.99893\n6970,1646745988,47.74313,8.99894\n6971,1646746005,47.74310,8.99894\n6972,1646746007,47.74318,8.99894\n6973,1646746008,47.74318,8.99893\n6974,1646746009,47.74318,8.99894\n6975,1646746010,47.74318,8.99895\n6976,1646746011,47.74319,8.99895\n6977,1646746012,47.74319,8.99896\n6978,1646746013,47.74319,8.99895\n6979,1646746014,47.74320,8.99895\n6980,1646746015,47.74320,8.99895\n6981,1646746034,47.74316,8.99889\n6982,1646746035,47.74317,8.99890\n6983,1646746036,47.74317,8.99891\n6984,1646746037,47.74316,8.99892\n6985,1646746038,47.74316,8.99892\n6986,1646746039,47.74315,8.99893\n6987,1646746040,47.74315,8.99893\n6988,1646746041,47.74314,8.99893\n6989,1646746042,47.74314,8.99893\n6990,1646746043,47.74313,8.99894\n6991,1646746062,47.74302,8.99882\n6992,1646746063,47.74315,8.99890\n6993,1646746064,47.74314,8.99892\n6994,1646746065,47.74313,8.99893\n6995,1646746066,47.74312,8.99893\n6996,1646746067,47.74311,8.99894\n6997,1646746068,47.74310,8.99895\n6998,1646746069,47.74308,8.99896\n6999,1646746070,47.74310,8.99896\n7000,1646746072,47.74309,8.99896\n7001,1646746090,47.74320,8.99894\n7002,1646746091,47.74311,8.99891\n7003,1646746092,47.74310,8.99891\n7004,1646746093,47.74311,8.99891\n7005,1646746094,47.74310,8.99892\n7006,1646746095,47.74311,8.99892\n7007,1646746096,47.74310,8.99892\n7008,1646746097,47.74310,8.99893\n7009,1646746098,47.74309,8.99893\n7010,1646746099,47.74313,8.99892\n7011,1646746118,47.74311,8.99897\n7012,1646746119,47.74307,8.99897\n7013,1646746120,47.74306,8.99897\n7014,1646746121,47.74307,8.99897\n7015,1646746122,47.74307,8.99896\n7016,1646746123,47.74307,8.99896\n7017,1646746124,47.74308,8.99895\n7018,1646746125,47.74308,8.99895\n7019,1646746126,47.74307,8.99896\n7020,1646746127,47.74308,8.99895\n7021,1646746148,47.74313,8.99899\n7022,1646746149,47.74313,8.99898\n7023,1646746150,47.74312,8.99897\n7024,1646746151,47.74311,8.99897\n7025,1646746152,47.74310,8.99897\n7026,1646746153,47.74309,8.99896\n7027,1646746154,47.74310,8.99896\n7028,1646746156,47.74310,8.99896\n7029,1646746157,47.74310,8.99895\n7030,1646746158,47.74310,8.99895\n7031,1646746175,47.74325,8.99874\n7032,1646746177,47.74319,8.99881\n7033,1646746178,47.74318,8.99883\n7034,1646746179,47.74318,8.99885\n7035,1646746180,47.74317,8.99886\n7036,1646746181,47.74315,8.99887\n7037,1646746182,47.74315,8.99888\n7038,1646746183,47.74314,8.99888\n7039,1646746184,47.74313,8.99889\n7040,1646746185,47.74313,8.99889\n7041,1646746204,47.74319,8.99882\n7042,1646746205,47.74312,8.99884\n7043,1646746206,47.74309,8.99885\n7044,1646746207,47.74308,8.99886\n7045,1646746208,47.74306,8.99887\n7046,1646746209,47.74305,8.99888\n7047,1646746210,47.74304,8.99889\n7048,1646746211,47.74304,8.99889\n7049,1646746212,47.74303,8.99890\n7050,1646746213,47.74304,8.99891\n7051,1646746233,47.74305,8.99889\n7052,1646746234,47.74307,8.99889\n7053,1646746235,47.74309,8.99890\n7054,1646746236,47.74309,8.99890\n7055,1646746237,47.74309,8.99890\n7056,1646746238,47.74309,8.99890\n7057,1646746239,47.74308,8.99891\n7058,1646746240,47.74308,8.99891\n7059,1646746241,47.74309,8.99891\n7060,1646746242,47.74310,8.99891\n7061,1646746262,47.74309,8.99892\n7062,1646746263,47.74309,8.99892\n7063,1646746264,47.74309,8.99893\n7064,1646746265,47.74307,8.99893\n7065,1646746266,47.74307,8.99893\n7066,1646746267,47.74307,8.99893\n7067,1646746268,47.74307,8.99893\n7068,1646746269,47.74308,8.99893\n7069,1646746270,47.74308,8.99894\n7070,1646746271,47.74308,8.99894\n7071,1646746290,47.74293,8.99901\n7072,1646746291,47.74301,8.99898\n7073,1646746292,47.74304,8.99896\n7074,1646746293,47.74305,8.99896\n7075,1646746294,47.74305,8.99896\n7076,1646746295,47.74306,8.99895\n7077,1646746296,47.74307,8.99895\n7078,1646746297,47.74311,8.99894\n7079,1646746299,47.74312,8.99894\n7080,1646746300,47.74312,8.99894\n7081,1646746319,47.74300,8.99893\n7082,1646746320,47.74301,8.99892\n7083,1646746321,47.74303,8.99892\n7084,1646746322,47.74302,8.99893\n7085,1646746323,47.74301,8.99894\n7086,1646746324,47.74301,8.99894\n7087,1646746325,47.74301,8.99894\n7088,1646746326,47.74301,8.99894\n7089,1646746327,47.74308,8.99893\n7090,1646746329,47.74308,8.99893\n7091,1646746347,47.74302,8.99892\n7092,1646746348,47.74312,8.99889\n7093,1646746349,47.74313,8.99890\n7094,1646746350,47.74313,8.99891\n7095,1646746351,47.74312,8.99892\n7096,1646746352,47.74311,8.99893\n7097,1646746353,47.74311,8.99893\n7098,1646746354,47.74310,8.99894\n7099,1646746355,47.74310,8.99894\n7100,1646746356,47.74310,8.99894\n7101,1646746375,47.74299,8.99887\n7102,1646746376,47.74307,8.99890\n7103,1646746377,47.74307,8.99890\n7104,1646746378,47.74307,8.99891\n7105,1646746379,47.74308,8.99890\n7106,1646746380,47.74307,8.99891\n7107,1646746381,47.74307,8.99891\n7108,1646746382,47.74306,8.99890\n7109,1646746383,47.74306,8.99891\n7110,1646746384,47.74306,8.99890\n7111,1646746403,47.74302,8.99906\n7112,1646746404,47.74305,8.99895\n7113,1646746405,47.74305,8.99894\n7114,1646746406,47.74305,8.99893\n7115,1646746407,47.74305,8.99893\n7116,1646746408,47.74305,8.99892\n7117,1646746409,47.74305,8.99893\n7118,1646746410,47.74305,8.99893\n7119,1646746411,47.74306,8.99893\n7120,1646746412,47.74308,8.99893\n7121,1646746430,47.74295,8.99888\n7122,1646746431,47.74307,8.99889\n7123,1646746432,47.74307,8.99889\n7124,1646746433,47.74306,8.99891\n7125,1646746434,47.74305,8.99891\n7126,1646746435,47.74304,8.99892\n7127,1646746436,47.74303,8.99893\n7128,1646746437,47.74303,8.99893\n7129,1646746438,47.74303,8.99894\n7130,1646746439,47.74304,8.99895\n7131,1646746459,47.74321,8.99886\n7132,1646746460,47.74316,8.99889\n7133,1646746461,47.74315,8.99890\n7134,1646746462,47.74314,8.99891\n7135,1646746463,47.74313,8.99892\n7136,1646746464,47.74312,8.99892\n7137,1646746465,47.74317,8.99890\n7138,1646746467,47.74316,8.99890\n7139,1646746468,47.74316,8.99890\n7140,1646746469,47.74316,8.99891\n7141,1646746488,47.74299,8.99897\n7142,1646746489,47.74302,8.99897\n7143,1646746490,47.74302,8.99896\n7144,1646746491,47.74304,8.99896\n7145,1646746492,47.74305,8.99897\n7146,1646746493,47.74307,8.99896\n7147,1646746494,47.74308,8.99896\n7148,1646746495,47.74315,8.99892\n7149,1646746497,47.74315,8.99892\n7150,1646746498,47.74316,8.99892\n7151,1646746515,47.74296,8.99894\n7152,1646746517,47.74306,8.99889\n7153,1646746518,47.74307,8.99888\n7154,1646746519,47.74308,8.99889\n7155,1646746520,47.74309,8.99889\n7156,1646746521,47.74309,8.99889\n7157,1646746522,47.74308,8.99889\n7158,1646746523,47.74307,8.99889\n7159,1646746524,47.74307,8.99889\n7160,1646746525,47.74307,8.99889\n7161,1646746543,47.74298,8.99887\n7162,1646746544,47.74299,8.99878\n7163,1646746545,47.74306,8.99882\n7164,1646746546,47.74307,8.99884\n7165,1646746547,47.74308,8.99885\n7166,1646746548,47.74310,8.99886\n7167,1646746549,47.74309,8.99887\n7168,1646746550,47.74308,8.99888\n7169,1646746551,47.74308,8.99888\n7170,1646746552,47.74307,8.99889\n7171,1646746572,47.74304,8.99893\n7172,1646746573,47.74304,8.99894\n7173,1646746574,47.74304,8.99894\n7174,1646746575,47.74304,8.99894\n7175,1646746576,47.74304,8.99894\n7176,1646746577,47.74304,8.99895\n7177,1646746578,47.74302,8.99895\n7178,1646746579,47.74306,8.99892\n7179,1646746581,47.74305,8.99892\n7180,1646746582,47.74305,8.99892\n7181,1646746600,47.74301,8.99907\n7182,1646746601,47.74296,8.99899\n7183,1646746602,47.74302,8.99899\n7184,1646746603,47.74305,8.99898\n7185,1646746604,47.74306,8.99899\n7186,1646746605,47.74306,8.99899\n7187,1646746606,47.74306,8.99898\n7188,1646746607,47.74306,8.99898\n7189,1646746608,47.74306,8.99898\n7190,1646746609,47.74309,8.99895\n7191,1646746629,47.74300,8.99897\n7192,1646746630,47.74302,8.99897\n7193,1646746631,47.74303,8.99897\n7194,1646746632,47.74303,8.99897\n7195,1646746633,47.74303,8.99896\n7196,1646746634,47.74303,8.99896\n7197,1646746635,47.74303,8.99896\n7198,1646746636,47.74302,8.99896\n7199,1646746637,47.74302,8.99897\n7200,1646746638,47.74302,8.99897\n7201,1646746659,47.74304,8.99895\n7202,1646746660,47.74307,8.99894\n7203,1646746661,47.74308,8.99894\n7204,1646746662,47.74307,8.99894\n7205,1646746663,47.74305,8.99895\n7206,1646746664,47.74304,8.99895\n7207,1646746665,47.74304,8.99896\n7208,1646746666,47.74305,8.99896\n7209,1646746667,47.74305,8.99896\n7210,1646746668,47.74305,8.99896\n7211,1646746686,47.74284,8.99903\n7212,1646746687,47.74290,8.99898\n7213,1646746688,47.74292,8.99899\n7214,1646746689,47.74296,8.99899\n7215,1646746690,47.74298,8.99899\n7216,1646746691,47.74301,8.99899\n7217,1646746692,47.74304,8.99899\n7218,1646746693,47.74312,8.99896\n7219,1646746695,47.74312,8.99896\n7220,1646746696,47.74312,8.99896\n7221,1646746713,47.74310,8.99891\n7222,1646746715,47.74311,8.99900\n7223,1646746716,47.74310,8.99899\n7224,1646746717,47.74310,8.99898\n7225,1646746718,47.74309,8.99898\n7226,1646746719,47.74308,8.99898\n7227,1646746720,47.74307,8.99897\n7228,1646746721,47.74306,8.99897\n7229,1646746722,47.74306,8.99897\n7230,1646746723,47.74305,8.99897\n7231,1646746741,47.74305,8.99902\n7232,1646746742,47.74307,8.99895\n7233,1646746743,47.74303,8.99893\n7234,1646746744,47.74302,8.99893\n7235,1646746745,47.74304,8.99895\n7236,1646746746,47.74302,8.99895\n7237,1646746747,47.74302,8.99896\n7238,1646746748,47.74302,8.99896\n7239,1646746749,47.74302,8.99897\n7240,1646746750,47.74301,8.99897\n7241,1646746769,47.74307,8.99893\n7242,1646746770,47.74311,8.99891\n7243,1646746771,47.74308,8.99891\n7244,1646746772,47.74306,8.99892\n7245,1646746773,47.74304,8.99891\n7246,1646746774,47.74304,8.99891\n7247,1646746775,47.74303,8.99891\n7248,1646746776,47.74302,8.99890\n7249,1646746777,47.74300,8.99890\n7250,1646746778,47.74305,8.99888\n7251,1646746798,47.74294,8.99874\n7252,1646746799,47.74301,8.99877\n7253,1646746800,47.74300,8.99881\n7254,1646746801,47.74301,8.99882\n7255,1646746802,47.74301,8.99883\n7256,1646746803,47.74300,8.99884\n7257,1646746804,47.74300,8.99885\n7258,1646746805,47.74300,8.99886\n7259,1646746806,47.74299,8.99887\n7260,1646746807,47.74297,8.99890\n7261,1646746826,47.74295,8.99887\n7262,1646746827,47.74308,8.99883\n7263,1646746828,47.74307,8.99883\n7264,1646746829,47.74305,8.99884\n7265,1646746830,47.74304,8.99886\n7266,1646746831,47.74305,8.99887\n7267,1646746832,47.74305,8.99888\n7268,1646746833,47.74304,8.99889\n7269,1646746834,47.74303,8.99889\n7270,1646746835,47.74302,8.99890\n7271,1646746856,47.74304,8.99887\n7272,1646746857,47.74307,8.99887\n7273,1646746858,47.74308,8.99887\n7274,1646746859,47.74310,8.99888\n7275,1646746860,47.74310,8.99889\n7276,1646746861,47.74310,8.99889\n7277,1646746862,47.74320,8.99889\n7278,1646746864,47.74319,8.99890\n7279,1646746865,47.74318,8.99891\n7280,1646746866,47.74317,8.99891\n7281,1646746883,47.74266,8.99897\n7282,1646746884,47.74302,8.99894\n7283,1646746886,47.74306,8.99895\n7284,1646746887,47.74309,8.99895\n7285,1646746888,47.74311,8.99895\n7286,1646746889,47.74312,8.99895\n7287,1646746890,47.74314,8.99895\n7288,1646746891,47.74315,8.99894\n7289,1646746892,47.74316,8.99894\n7290,1646746893,47.74317,8.99894\n7291,1646746913,47.74313,8.99891\n7292,1646746914,47.74311,8.99893\n7293,1646746915,47.74310,8.99893\n7294,1646746916,47.74310,8.99893\n7295,1646746917,47.74313,8.99893\n7296,1646746918,47.74313,8.99893\n7297,1646746919,47.74314,8.99893\n7298,1646746920,47.74314,8.99893\n7299,1646746921,47.74318,8.99892\n7300,1646746923,47.74317,8.99892\n7301,1646746943,47.74311,8.99887\n7302,1646746944,47.74312,8.99885\n7303,1646746945,47.74311,8.99884\n7304,1646746946,47.74311,8.99882\n7305,1646746947,47.74310,8.99880\n7306,1646746948,47.74310,8.99881\n7307,1646746949,47.74310,8.99880\n7308,1646746950,47.74309,8.99880\n7309,1646746951,47.74309,8.99881\n7310,1646746953,47.74310,8.99880\n7311,1646746973,47.74286,8.99892\n7312,1646746974,47.74294,8.99891\n7313,1646746975,47.74298,8.99890\n7314,1646746976,47.74298,8.99890\n7315,1646746977,47.74298,8.99890\n7316,1646746978,47.74298,8.99891\n7317,1646746979,47.74299,8.99891\n7318,1646746980,47.74299,8.99891\n7319,1646746981,47.74302,8.99890\n7320,1646746983,47.74303,8.99890\n7321,1646747002,47.74310,8.99888\n7322,1646747003,47.74309,8.99887\n7323,1646747004,47.74310,8.99888\n7324,1646747005,47.74310,8.99888\n7325,1646747006,47.74310,8.99889\n7326,1646747007,47.74310,8.99889\n7327,1646747008,47.74309,8.99889\n7328,1646747009,47.74309,8.99890\n7329,1646747010,47.74308,8.99891\n7330,1646747011,47.74308,8.99891\n7331,1646747031,47.74314,8.99888\n7332,1646747032,47.74311,8.99890\n7333,1646747033,47.74310,8.99891\n7334,1646747034,47.74309,8.99892\n7335,1646747035,47.74307,8.99893\n7336,1646747036,47.74306,8.99893\n7337,1646747037,47.74306,8.99893\n7338,1646747038,47.74305,8.99893\n7339,1646747039,47.74304,8.99893\n7340,1646747040,47.74303,8.99893\n7341,1646747058,47.74305,8.99890\n7342,1646747059,47.74304,8.99892\n7343,1646747060,47.74304,8.99893\n7344,1646747061,47.74304,8.99894\n7345,1646747062,47.74304,8.99896\n7346,1646747063,47.74302,8.99897\n7347,1646747064,47.74302,8.99897\n7348,1646747065,47.74303,8.99896\n7349,1646747066,47.74304,8.99896\n7350,1646747067,47.74304,8.99896\n7351,1646747087,47.74314,8.99898\n7352,1646747088,47.74309,8.99898\n7353,1646747089,47.74307,8.99896\n7354,1646747090,47.74306,8.99896\n7355,1646747091,47.74305,8.99896\n7356,1646747092,47.74304,8.99896\n7357,1646747093,47.74302,8.99896\n7358,1646747094,47.74300,8.99896\n7359,1646747095,47.74308,8.99895\n7360,1646747097,47.74307,8.99894\n7361,1646747115,47.74297,8.99895\n7362,1646747116,47.74300,8.99893\n7363,1646747117,47.74300,8.99892\n7364,1646747118,47.74299,8.99892\n7365,1646747119,47.74296,8.99893\n7366,1646747120,47.74292,8.99892\n7367,1646747121,47.74291,8.99892\n7368,1646747122,47.74291,8.99893\n7369,1646747123,47.74291,8.99893\n7370,1646747124,47.74292,8.99894\n7371,1646747146,47.74305,8.99897\n7372,1646747147,47.74303,8.99897\n7373,1646747148,47.74301,8.99898\n7374,1646747149,47.74300,8.99897\n7375,1646747150,47.74298,8.99897\n7376,1646747151,47.74297,8.99896\n7377,1646747152,47.74296,8.99896\n7378,1646747153,47.74295,8.99895\n7379,1646747154,47.74294,8.99894\n7380,1646747155,47.74293,8.99894\n7381,1646747176,47.74282,8.99903\n7382,1646747177,47.74280,8.99904\n7383,1646747178,47.74281,8.99905\n7384,1646747179,47.74282,8.99906\n7385,1646747180,47.74283,8.99906\n7386,1646747181,47.74283,8.99906\n7387,1646747182,47.74285,8.99906\n7388,1646747183,47.74286,8.99905\n7389,1646747184,47.74286,8.99906\n7390,1646747185,47.74294,8.99905\n7391,1646747206,47.74306,8.99887\n7392,1646747207,47.74303,8.99889\n7393,1646747208,47.74299,8.99890\n7394,1646747209,47.74295,8.99892\n7395,1646747210,47.74293,8.99892\n7396,1646747211,47.74293,8.99893\n7397,1646747212,47.74294,8.99893\n7398,1646747213,47.74293,8.99893\n7399,1646747214,47.74293,8.99893\n7400,1646747215,47.74313,8.99892\n7401,1646747239,47.74282,8.99898\n7402,1646747240,47.74284,8.99899\n7403,1646747241,47.74284,8.99899\n7404,1646747242,47.74285,8.99899\n7405,1646747243,47.74286,8.99899\n7406,1646747244,47.74287,8.99900\n7407,1646747245,47.74289,8.99899\n7408,1646747246,47.74313,8.99894\n7409,1646747248,47.74311,8.99896\n7410,1646747249,47.74310,8.99896\n7411,1646747268,47.74297,8.99892\n7412,1646747269,47.74297,8.99891\n7413,1646747270,47.74296,8.99891\n7414,1646747271,47.74294,8.99892\n7415,1646747272,47.74293,8.99892\n7416,1646747273,47.74293,8.99892\n7417,1646747274,47.74292,8.99893\n7418,1646747275,47.74300,8.99890\n7419,1646747277,47.74299,8.99890\n7420,1646747278,47.74297,8.99890\n7421,1646747297,47.74266,8.99899\n7422,1646747298,47.74265,8.99899\n7423,1646747299,47.74263,8.99900\n7424,1646747300,47.74261,8.99900\n7425,1646747301,47.74260,8.99900\n7426,1646747302,47.74260,8.99899\n7427,1646747303,47.74260,8.99899\n7428,1646747304,47.74260,8.99899\n7429,1646747305,47.74303,8.99895\n7430,1646747307,47.74303,8.99895\n7431,1646747328,47.74301,8.99885\n7432,1646747329,47.74299,8.99884\n7433,1646747330,47.74298,8.99885\n7434,1646747331,47.74296,8.99886\n7435,1646747332,47.74296,8.99887\n7436,1646747333,47.74297,8.99888\n7437,1646747334,47.74299,8.99888\n7438,1646747335,47.74311,8.99887\n7439,1646747337,47.74311,8.99887\n7440,1646747338,47.74311,8.99887\n7441,1646747355,47.74296,8.99899\n7442,1646747357,47.74291,8.99905\n7443,1646747358,47.74293,8.99902\n7444,1646747359,47.74293,8.99902\n7445,1646747360,47.74293,8.99903\n7446,1646747361,47.74293,8.99903\n7447,1646747362,47.74293,8.99904\n7448,1646747363,47.74294,8.99903\n7449,1646747364,47.74294,8.99903\n7450,1646747365,47.74295,8.99902\n7451,1646747384,47.74284,8.99885\n7452,1646747385,47.74282,8.99887\n7453,1646747386,47.74287,8.99890\n7454,1646747387,47.74291,8.99893\n7455,1646747388,47.74295,8.99895\n7456,1646747389,47.74298,8.99896\n7457,1646747390,47.74302,8.99897\n7458,1646747391,47.74304,8.99898\n7459,1646747392,47.74306,8.99899\n7460,1646747393,47.74310,8.99899\n7461,1646747412,47.74298,8.99883\n7462,1646747413,47.74300,8.99889\n7463,1646747414,47.74302,8.99892\n7464,1646747415,47.74302,8.99893\n7465,1646747416,47.74302,8.99893\n7466,1646747417,47.74303,8.99893\n7467,1646747418,47.74303,8.99893\n7468,1646747419,47.74302,8.99894\n7469,1646747420,47.74300,8.99894\n7470,1646747422,47.74299,8.99894\n7471,1646747440,47.74331,8.99877\n7472,1646747441,47.74345,8.99876\n7473,1646747442,47.74339,8.99876\n7474,1646747443,47.74337,8.99877\n7475,1646747444,47.74335,8.99877\n7476,1646747445,47.74334,8.99877\n7477,1646747446,47.74334,8.99878\n7478,1646747447,47.74334,8.99878\n7479,1646747448,47.74333,8.99879\n7480,1646747449,47.74311,8.99886\n7481,1646747467,47.74322,8.99885\n7482,1646747469,47.74306,8.99892\n7483,1646747470,47.74304,8.99894\n7484,1646747471,47.74303,8.99894\n7485,1646747472,47.74303,8.99894\n7486,1646747473,47.74302,8.99894\n7487,1646747474,47.74303,8.99894\n7488,1646747475,47.74303,8.99894\n7489,1646747476,47.74303,8.99894\n7490,1646747477,47.74303,8.99894\n7491,1646747496,47.74329,8.99889\n7492,1646747497,47.74329,8.99888\n7493,1646747498,47.74331,8.99888\n7494,1646747499,47.74329,8.99890\n7495,1646747500,47.74328,8.99890\n7496,1646747501,47.74329,8.99890\n7497,1646747502,47.74327,8.99891\n7498,1646747503,47.74307,8.99895\n7499,1646747505,47.74307,8.99896\n7500,1646747506,47.74306,8.99895\n7501,1646747523,47.74312,8.99896\n7502,1646747525,47.74314,8.99890\n7503,1646747526,47.74315,8.99890\n7504,1646747527,47.74316,8.99890\n7505,1646747528,47.74314,8.99889\n7506,1646747529,47.74313,8.99889\n7507,1646747530,47.74313,8.99889\n7508,1646747531,47.74313,8.99889\n7509,1646747532,47.74313,8.99890\n7510,1646747533,47.74312,8.99890\n7511,1646747551,47.74242,8.99917\n7512,1646747552,47.74294,8.99895\n7513,1646747553,47.74298,8.99899\n7514,1646747554,47.74297,8.99899\n7515,1646747555,47.74297,8.99899\n7516,1646747556,47.74290,8.99899\n7517,1646747557,47.74289,8.99900\n7518,1646747558,47.74290,8.99900\n7519,1646747559,47.74291,8.99898\n7520,1646747560,47.74291,8.99899\n7521,1646747580,47.74294,8.99898\n7522,1646747581,47.74295,8.99898\n7523,1646747582,47.74292,8.99899\n7524,1646747583,47.74292,8.99896\n7525,1646747584,47.74291,8.99896\n7526,1646747585,47.74289,8.99896\n7527,1646747586,47.74288,8.99894\n7528,1646747587,47.74288,8.99894\n7529,1646747588,47.74299,8.99891\n7530,1646747590,47.74298,8.99891\n7531,1646747610,47.74288,8.99892\n7532,1646747611,47.74297,8.99890\n7533,1646747612,47.74299,8.99889\n7534,1646747613,47.74302,8.99889\n7535,1646747614,47.74305,8.99888\n7536,1646747615,47.74301,8.99889\n7537,1646747616,47.74299,8.99890\n7538,1646747617,47.74300,8.99889\n7539,1646747619,47.74300,8.99889\n7540,1646747620,47.74301,8.99889\n7541,1646747637,47.74298,8.99897\n7542,1646747639,47.74300,8.99893\n7543,1646747640,47.74301,8.99892\n7544,1646747641,47.74302,8.99892\n7545,1646747642,47.74302,8.99891\n7546,1646747643,47.74302,8.99891\n7547,1646747644,47.74303,8.99891\n7548,1646747645,47.74303,8.99891\n7549,1646747646,47.74303,8.99891\n7550,1646747647,47.74302,8.99891\n7551,1646747665,47.74270,8.99897\n7552,1646747666,47.74289,8.99891\n7553,1646747667,47.74288,8.99889\n7554,1646747668,47.74283,8.99888\n7555,1646747669,47.74282,8.99887\n7556,1646747670,47.74283,8.99888\n7557,1646747671,47.74283,8.99887\n7558,1646747672,47.74284,8.99887\n7559,1646747673,47.74283,8.99887\n7560,1646747674,47.74286,8.99888\n7561,1646747693,47.74324,8.99880\n7562,1646747694,47.74320,8.99874\n7563,1646747695,47.74310,8.99876\n7564,1646747697,47.74302,8.99879\n7565,1646747698,47.74299,8.99879\n7566,1646747699,47.74296,8.99880\n7567,1646747700,47.74293,8.99881\n7568,1646747701,47.74303,8.99880\n7569,1646747702,47.74291,8.99885\n7570,1646747704,47.74291,8.99885\n7571,1646747724,47.74313,8.99882\n7572,1646747725,47.74309,8.99883\n7573,1646747726,47.74298,8.99885\n7574,1646747727,47.74294,8.99885\n7575,1646747728,47.74294,8.99885\n7576,1646747729,47.74296,8.99885\n7577,1646747730,47.74300,8.99884\n7578,1646747731,47.74296,8.99886\n7579,1646747733,47.74296,8.99885\n7580,1646747734,47.74297,8.99885\n7581,1646747751,47.74310,8.99879\n7582,1646747753,47.74308,8.99884\n7583,1646747754,47.74306,8.99886\n7584,1646747755,47.74304,8.99886\n7585,1646747756,47.74303,8.99886\n7586,1646747757,47.74303,8.99886\n7587,1646747758,47.74303,8.99886\n7588,1646747759,47.74303,8.99886\n7589,1646747760,47.74302,8.99886\n7590,1646747761,47.74302,8.99886\n7591,1646747780,47.74302,8.99891\n7592,1646747781,47.74297,8.99891\n7593,1646747782,47.74296,8.99890\n7594,1646747784,47.74299,8.99889\n7595,1646747785,47.74302,8.99888\n7596,1646747786,47.74305,8.99888\n7597,1646747787,47.74306,8.99888\n7598,1646747788,47.74305,8.99888\n7599,1646747789,47.74305,8.99888\n7600,1646747790,47.74306,8.99888\n7601,1646747810,47.74356,8.99876\n7602,1646747811,47.74352,8.99877\n7603,1646747812,47.74350,8.99877\n7604,1646747814,47.74339,8.99880\n7605,1646747815,47.74333,8.99881\n7606,1646747816,47.74330,8.99881\n7607,1646747817,47.74330,8.99881\n7608,1646747818,47.74329,8.99881\n7609,1646747819,47.74327,8.99881\n7610,1646747820,47.74328,8.99880\n7611,1646747838,47.74322,8.99884\n7612,1646747839,47.74329,8.99882\n7613,1646747840,47.74331,8.99882\n7614,1646747845,47.74318,8.99888\n7615,1646747846,47.74318,8.99888\n7616,1646747847,47.74318,8.99888\n7617,1646747848,47.74319,8.99889\n7618,1646747849,47.74319,8.99888\n7619,1646747850,47.74319,8.99888\n7620,1646747851,47.74317,8.99889\n7621,1646747876,47.74335,8.99883\n7622,1646747877,47.74333,8.99883\n7623,1646747878,47.74334,8.99883\n7624,1646747879,47.74333,8.99884\n7625,1646747880,47.74332,8.99884\n7626,1646747881,47.74311,8.99888\n7627,1646747883,47.74313,8.99888\n7628,1646747884,47.74313,8.99887\n7629,1646747885,47.74314,8.99887\n7630,1646747886,47.74314,8.99887\n7631,1646747903,47.74314,8.99868\n7632,1646747905,47.74306,8.99888\n7633,1646747906,47.74305,8.99888\n7634,1646747907,47.74306,8.99888\n7635,1646747908,47.74305,8.99889\n7636,1646747909,47.74305,8.99889\n7637,1646747910,47.74305,8.99888\n7638,1646747911,47.74305,8.99888\n7639,1646747912,47.74306,8.99888\n7640,1646747913,47.74306,8.99888\n7641,1646747932,47.74336,8.99883\n7642,1646747933,47.74331,8.99883\n7643,1646747934,47.74328,8.99883\n7644,1646747937,47.74316,8.99884\n7645,1646747938,47.74315,8.99885\n7646,1646747939,47.74313,8.99886\n7647,1646747940,47.74312,8.99886\n7648,1646747941,47.74303,8.99888\n7649,1646747943,47.74303,8.99889\n7650,1646747944,47.74304,8.99889\n7651,1646747963,47.74316,8.99885\n7652,1646747964,47.74316,8.99885\n7653,1646747965,47.74316,8.99884\n7654,1646747966,47.74317,8.99884\n7655,1646747967,47.74316,8.99884\n7656,1646747968,47.74316,8.99885\n7657,1646747969,47.74316,8.99885\n7658,1646747970,47.74316,8.99885\n7659,1646747971,47.74316,8.99885\n7660,1646747972,47.74315,8.99886\n7661,1646747994,47.74305,8.99891\n7662,1646747995,47.74301,8.99890\n7663,1646747997,47.74298,8.99890\n7664,1646747998,47.74297,8.99890\n7665,1646747999,47.74296,8.99890\n7666,1646748000,47.74296,8.99890\n7667,1646748001,47.74320,8.99882\n7668,1646748003,47.74320,8.99884\n7669,1646748004,47.74321,8.99884\n7670,1646748005,47.74320,8.99884\n7671,1646748029,47.74322,8.99882\n7672,1646748030,47.74321,8.99883\n7673,1646748031,47.74309,8.99885\n7674,1646748033,47.74312,8.99887\n7675,1646748034,47.74311,8.99887\n7676,1646748035,47.74311,8.99888\n7677,1646748036,47.74312,8.99887\n7678,1646748037,47.74312,8.99887\n7679,1646748038,47.74313,8.99887\n7680,1646748039,47.74313,8.99888\n7681,1646748061,47.74288,8.99894\n7682,1646748062,47.74288,8.99895\n7683,1646748063,47.74287,8.99895\n7684,1646748064,47.74288,8.99895\n7685,1646748065,47.74288,8.99893\n7686,1646748066,47.74289,8.99894\n7687,1646748067,47.74304,8.99887\n7688,1646748069,47.74306,8.99888\n7689,1646748070,47.74306,8.99889\n7690,1646748071,47.74306,8.99889\n7691,1646748088,47.74309,8.99894\n7692,1646748090,47.74312,8.99889\n7693,1646748091,47.74314,8.99888\n7694,1646748092,47.74317,8.99888\n7695,1646748093,47.74310,8.99886\n7696,1646748094,47.74313,8.99887\n7697,1646748095,47.74315,8.99887\n7698,1646748096,47.74317,8.99887\n7699,1646748097,47.74317,8.99887\n7700,1646748098,47.74317,8.99887\n7701,1646748127,47.74312,8.99886\n7702,1646748128,47.74309,8.99885\n7703,1646748130,47.74310,8.99885\n7704,1646748131,47.74309,8.99885\n7705,1646748132,47.74308,8.99884\n7706,1646748133,47.74307,8.99884\n7707,1646748134,47.74307,8.99884\n7708,1646748135,47.74307,8.99884\n7709,1646748136,47.74306,8.99884\n7710,1646748137,47.74306,8.99884\n7711,1646748154,47.74306,8.99893\n7712,1646748156,47.74307,8.99890\n7713,1646748157,47.74308,8.99889\n7714,1646748158,47.74308,8.99888\n7715,1646748159,47.74309,8.99888\n7716,1646748160,47.74309,8.99888\n7717,1646748161,47.74310,8.99888\n7718,1646748162,47.74313,8.99886\n7719,1646748163,47.74313,8.99886\n7720,1646748164,47.74314,8.99886\n7721,1646748182,47.74357,8.99871\n7722,1646748183,47.74386,8.99870\n7723,1646748184,47.74375,8.99874\n7724,1646748185,47.74365,8.99878\n7725,1646748186,47.74344,8.99882\n7726,1646748187,47.74344,8.99883\n7727,1646748188,47.74322,8.99888\n7728,1646748189,47.74318,8.99890\n7729,1646748190,47.74312,8.99891\n7730,1646748191,47.74310,8.99892\n7731,1646748212,47.74299,8.99887\n7732,1646748213,47.74296,8.99889\n7733,1646748214,47.74294,8.99891\n7734,1646748215,47.74294,8.99892\n7735,1646748216,47.74295,8.99892\n7736,1646748217,47.74311,8.99885\n7737,1646748219,47.74311,8.99885\n7738,1646748220,47.74311,8.99885\n7739,1646748221,47.74310,8.99886\n7740,1646748222,47.74310,8.99886\n7741,1646748239,47.74312,8.99887\n7742,1646748241,47.74318,8.99890\n7743,1646748242,47.74317,8.99890\n7744,1646748243,47.74319,8.99890\n7745,1646748244,47.74320,8.99890\n7746,1646748245,47.74321,8.99890\n7747,1646748246,47.74321,8.99890\n7748,1646748247,47.74321,8.99890\n7749,1646748248,47.74321,8.99890\n7750,1646748249,47.74321,8.99890\n7751,1646748268,47.74346,8.99888\n7752,1646748270,47.74335,8.99886\n7753,1646748272,47.74325,8.99886\n7754,1646748277,47.74306,8.99888\n7755,1646748279,47.74302,8.99888\n7756,1646748280,47.74300,8.99887\n7757,1646748281,47.74299,8.99887\n7758,1646748282,47.74298,8.99887\n7759,1646748283,47.74297,8.99887\n7760,1646748284,47.74297,8.99887\n7761,1646748301,47.74292,8.99893\n7762,1646748303,47.74307,8.99892\n7763,1646748305,47.74308,8.99890\n7764,1646748306,47.74309,8.99890\n7765,1646748307,47.74309,8.99890\n7766,1646748308,47.74310,8.99890\n7767,1646748309,47.74311,8.99890\n7768,1646748310,47.74312,8.99890\n7769,1646748311,47.74313,8.99890\n7770,1646748312,47.74313,8.99890\n7771,1646748336,47.74270,8.99894\n7772,1646748339,47.74322,8.99885\n7773,1646748340,47.74319,8.99885\n7774,1646748341,47.74312,8.99884\n7775,1646748342,47.74306,8.99882\n7776,1646748343,47.74301,8.99882\n7777,1646748344,47.74298,8.99881\n7778,1646748345,47.74296,8.99881\n7779,1646748346,47.74295,8.99881\n7780,1646748347,47.74292,8.99881\n7781,1646748364,47.74316,8.99893\n7782,1646748366,47.74319,8.99888\n7783,1646748368,47.74315,8.99886\n7784,1646748370,47.74315,8.99882\n7785,1646748371,47.74313,8.99881\n7786,1646748372,47.74311,8.99880\n7787,1646748373,47.74310,8.99880\n7788,1646748374,47.74309,8.99881\n7789,1646748375,47.74309,8.99880\n7790,1646748376,47.74310,8.99880\n7791,1646748393,47.74320,8.99892\n7792,1646748397,47.74319,8.99885\n7793,1646748398,47.74318,8.99885\n7794,1646748400,47.74317,8.99886\n7795,1646748401,47.74317,8.99887\n7796,1646748402,47.74318,8.99887\n7797,1646748403,47.74319,8.99887\n7798,1646748404,47.74320,8.99887\n7799,1646748405,47.74320,8.99887\n7800,1646748639,47.74290,8.99891\n7801,1646748640,47.74292,8.99891\n7802,1646748641,47.74291,8.99892\n7803,1646748642,47.74290,8.99893\n7804,1646748643,47.74290,8.99892\n7805,1646748644,47.74298,8.99890\n7806,1646748645,47.74302,8.99888\n7807,1646748646,47.74305,8.99886\n7808,1646748647,47.74308,8.99886\n7809,1646748648,47.74311,8.99886\n7810,1646748736,47.74214,8.99915\n7811,1646748737,47.74227,8.99912\n7812,1646748738,47.74234,8.99909\n7813,1646748739,47.74237,8.99909\n7814,1646748740,47.74240,8.99907\n7815,1646748811,47.74292,8.99888\n7816,1646749021,47.74292,8.99898\n7817,1646749022,47.74293,8.99896\n7818,1646749023,47.74293,8.99895\n7819,1646749024,47.74293,8.99893\n7820,1646749572,47.74279,8.99888\n7821,1646749573,47.74385,8.99724\n7822,1646749574,47.74388,8.99727\n7823,1646749575,47.74390,8.99727\n7824,1646749576,47.74392,8.99726\n7825,1646749577,47.74388,8.99736\n7826,1646749578,47.74385,8.99744\n7827,1646749579,47.74375,8.99767\n7828,1646749646,47.74313,8.99880\n7829,1646749647,47.74313,8.99878\n7830,1646749648,47.74313,8.99876"
  },
  {
    "path": "TickTagData/09_PetDogWalk_10s_Burst_Every_15s/20220308_PetDog_10s_Burst_Every_15s_7830_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 145, TOs: 0/0, ErrorsOrGF: 0, TTFF: 128\nFixes: 7830, Avg. TTF: 8 s, Avg. HDOP (x10): 13\n\ncount,timestamp,lat,lon\n1,1646725443,47.74433,8.99914\n2,1646725444,47.74432,8.99913\n3,1646725445,47.74432,8.99912\n4,1646725446,47.74433,8.99911\n5,1646725447,47.74434,8.99908\n6,1646725448,47.74435,8.99906\n7,1646725449,47.74436,8.99904\n8,1646725450,47.74435,8.99902\n9,1646725451,47.74434,8.99898\n10,1646725452,47.74435,8.99896\n11,1646725472,47.74314,8.99993\n12,1646725473,47.74311,8.99995\n13,1646725474,47.74308,8.99996\n14,1646725475,47.74308,8.99993\n15,1646725476,47.74309,8.99991\n16,1646725477,47.74558,8.99749\n17,1646725479,47.74561,8.99745\n18,1646725480,47.74557,8.99749\n19,1646725481,47.74553,8.99756\n20,1646725482,47.74546,8.99766\n21,1646725503,47.74449,8.99904\n22,1646725504,47.74449,8.99886\n23,1646725505,47.74449,8.99870\n24,1646725506,47.74449,8.99858\n25,1646725507,47.74450,8.99850\n26,1646725509,47.74450,8.99843\n27,1646725510,47.74453,8.99823\n28,1646725511,47.74453,8.99818\n29,1646725512,47.74453,8.99816\n30,1646725513,47.74453,8.99813\n31,1646725533,47.74441,8.99798\n32,1646725535,47.74443,8.99797\n33,1646725536,47.74444,8.99797\n34,1646725537,47.74445,8.99798\n35,1646725538,47.74446,8.99798\n36,1646725539,47.74448,8.99800\n37,1646725540,47.74452,8.99802\n38,1646725541,47.74454,8.99804\n39,1646725542,47.74456,8.99806\n40,1646725543,47.74456,8.99808\n41,1646725562,47.74433,8.99863\n42,1646725563,47.74435,8.99864\n43,1646725564,47.74436,8.99866\n44,1646725565,47.74438,8.99866\n45,1646725566,47.74438,8.99868\n46,1646725567,47.74439,8.99869\n47,1646725568,47.74440,8.99871\n48,1646725569,47.74440,8.99873\n49,1646725570,47.74440,8.99875\n50,1646725571,47.74440,8.99877\n51,1646725593,47.74450,8.99940\n52,1646725594,47.74449,8.99943\n53,1646725595,47.74448,8.99946\n54,1646725596,47.74448,8.99948\n55,1646725597,47.74468,8.99921\n56,1646725599,47.74473,8.99922\n57,1646725600,47.74472,8.99924\n58,1646725601,47.74470,8.99929\n59,1646725602,47.74469,8.99932\n60,1646725603,47.74468,8.99934\n61,1646725622,47.74469,8.99949\n62,1646725623,47.74470,8.99948\n63,1646725625,47.74472,8.99948\n64,1646725626,47.74473,8.99949\n65,1646725627,47.74474,8.99950\n66,1646725628,47.74475,8.99951\n67,1646725629,47.74476,8.99953\n68,1646725630,47.74477,8.99954\n69,1646725631,47.74478,8.99955\n70,1646725632,47.74480,8.99956\n71,1646725652,47.74496,8.99984\n72,1646725653,47.74497,8.99985\n73,1646725654,47.74497,8.99988\n74,1646725655,47.74497,8.99991\n75,1646725656,47.74495,8.99994\n76,1646725657,47.74504,8.99988\n77,1646725659,47.74506,8.99991\n78,1646725660,47.74508,8.99991\n79,1646725661,47.74509,8.99992\n80,1646725662,47.74511,8.99994\n81,1646725681,47.74533,9.00022\n82,1646725682,47.74534,9.00022\n83,1646725684,47.74535,9.00024\n84,1646725685,47.74537,9.00024\n85,1646725686,47.74537,9.00027\n86,1646725687,47.74538,9.00028\n87,1646725688,47.74540,9.00028\n88,1646725689,47.74541,9.00027\n89,1646725690,47.74542,9.00026\n90,1646725691,47.74543,9.00025\n91,1646725719,47.74570,8.99974\n92,1646725720,47.74571,8.99973\n93,1646725721,47.74572,8.99972\n94,1646725722,47.74573,8.99970\n95,1646725723,47.74574,8.99969\n96,1646725724,47.74575,8.99967\n97,1646725725,47.74575,8.99966\n98,1646725726,47.74576,8.99964\n99,1646725727,47.74577,8.99962\n100,1646725728,47.74577,8.99960\n101,1646725747,47.74582,8.99918\n102,1646725748,47.74583,8.99917\n103,1646725749,47.74583,8.99919\n104,1646725751,47.74583,8.99941\n105,1646725752,47.74584,8.99940\n106,1646725753,47.74583,8.99916\n107,1646725755,47.74588,8.99914\n108,1646725756,47.74590,8.99913\n109,1646725757,47.74592,8.99911\n110,1646725758,47.74593,8.99910\n111,1646725777,47.74604,8.99876\n112,1646725778,47.74603,8.99865\n113,1646725779,47.74604,8.99865\n114,1646725785,47.74601,8.99893\n115,1646725786,47.74602,8.99893\n116,1646725787,47.74602,8.99893\n117,1646725788,47.74603,8.99893\n118,1646725789,47.74610,8.99883\n119,1646725791,47.74610,8.99884\n120,1646725792,47.74610,8.99884\n121,1646725810,47.74617,8.99898\n122,1646725811,47.74616,8.99888\n123,1646725813,47.74616,8.99884\n124,1646725814,47.74617,8.99883\n125,1646725815,47.74617,8.99881\n126,1646725816,47.74618,8.99879\n127,1646725817,47.74618,8.99877\n128,1646725818,47.74619,8.99876\n129,1646725819,47.74619,8.99874\n130,1646725820,47.74620,8.99873\n131,1646725841,47.74618,8.99864\n132,1646725842,47.74619,8.99867\n133,1646725843,47.74620,8.99869\n134,1646725844,47.74620,8.99870\n135,1646725845,47.74621,8.99871\n136,1646725846,47.74621,8.99872\n137,1646725847,47.74622,8.99874\n138,1646725848,47.74623,8.99876\n139,1646725849,47.74637,8.99866\n140,1646725851,47.74637,8.99867\n141,1646725870,47.74638,8.99903\n142,1646725871,47.74641,8.99902\n143,1646725872,47.74642,8.99903\n144,1646725873,47.74642,8.99904\n145,1646725874,47.74643,8.99906\n146,1646725875,47.74645,8.99906\n147,1646725876,47.74646,8.99908\n148,1646725877,47.74647,8.99908\n149,1646725878,47.74648,8.99909\n150,1646725879,47.74664,8.99894\n151,1646725899,47.74679,8.99911\n152,1646725901,47.74680,8.99912\n153,1646725902,47.74682,8.99914\n154,1646725903,47.74683,8.99914\n155,1646725904,47.74685,8.99916\n156,1646725905,47.74687,8.99918\n157,1646725906,47.74689,8.99920\n158,1646725907,47.74692,8.99922\n159,1646725908,47.74694,8.99923\n160,1646725909,47.74696,8.99925\n161,1646725929,47.74700,8.99940\n162,1646725930,47.74700,8.99940\n163,1646725931,47.74698,8.99942\n164,1646725932,47.74699,8.99941\n165,1646725933,47.74699,8.99940\n166,1646725934,47.74701,8.99937\n167,1646725935,47.74701,8.99933\n168,1646725936,47.74702,8.99930\n169,1646725937,47.74703,8.99927\n170,1646725938,47.74704,8.99923\n171,1646725958,47.74713,8.99893\n172,1646725959,47.74713,8.99894\n173,1646725960,47.74713,8.99894\n174,1646725961,47.74713,8.99894\n175,1646725962,47.74714,8.99894\n176,1646725963,47.74715,8.99894\n177,1646725964,47.74716,8.99894\n178,1646725965,47.74717,8.99894\n179,1646725966,47.74719,8.99893\n180,1646725967,47.74722,8.99893\n181,1646725988,47.74758,8.99916\n182,1646725989,47.74748,8.99924\n183,1646725990,47.74748,8.99924\n184,1646725991,47.74749,8.99925\n185,1646725992,47.74749,8.99926\n186,1646725993,47.74763,8.99910\n187,1646725995,47.74764,8.99910\n188,1646725996,47.74765,8.99913\n189,1646725997,47.74767,8.99916\n190,1646725998,47.74767,8.99917\n191,1646726018,47.74788,8.99922\n192,1646726019,47.74784,8.99925\n193,1646726021,47.74784,8.99925\n194,1646726022,47.74783,8.99925\n195,1646726023,47.74782,8.99926\n196,1646726024,47.74783,8.99928\n197,1646726025,47.74784,8.99929\n198,1646726026,47.74787,8.99931\n199,1646726027,47.74790,8.99933\n200,1646726028,47.74792,8.99934\n201,1646726056,47.74816,8.99933\n202,1646726057,47.74816,8.99935\n203,1646726058,47.74815,8.99937\n204,1646726059,47.74818,8.99939\n205,1646726060,47.74820,8.99941\n206,1646726061,47.74822,8.99943\n207,1646726062,47.74825,8.99946\n208,1646726063,47.74828,8.99948\n209,1646726064,47.74830,8.99950\n210,1646726065,47.74831,8.99952\n211,1646726087,47.74825,8.99998\n212,1646726088,47.74827,8.99996\n213,1646726089,47.74827,8.99995\n214,1646726090,47.74826,8.99995\n215,1646726091,47.74826,8.99994\n216,1646726092,47.74826,8.99992\n217,1646726093,47.74827,8.99990\n218,1646726094,47.74829,8.99988\n219,1646726095,47.74846,8.99951\n220,1646726097,47.74850,8.99950\n221,1646726116,47.74853,8.99929\n222,1646726117,47.74841,8.99960\n223,1646726118,47.74841,8.99959\n224,1646726119,47.74841,8.99957\n225,1646726120,47.74842,8.99955\n226,1646726121,47.74843,8.99953\n227,1646726122,47.74845,8.99950\n228,1646726123,47.74846,8.99948\n229,1646726124,47.74848,8.99946\n230,1646726125,47.74869,8.99914\n231,1646726156,47.74897,8.99906\n232,1646726158,47.74895,8.99888\n233,1646726159,47.74892,8.99876\n234,1646726160,47.74893,8.99869\n235,1646726161,47.74893,8.99865\n236,1646726162,47.74895,8.99861\n237,1646726163,47.74897,8.99858\n238,1646726164,47.74899,8.99856\n239,1646726165,47.74901,8.99855\n240,1646726166,47.74903,8.99853\n241,1646726188,47.74901,8.99857\n242,1646726189,47.74903,8.99854\n243,1646726190,47.74905,8.99850\n244,1646726191,47.74927,8.99808\n245,1646726193,47.74925,8.99813\n246,1646726194,47.74924,8.99815\n247,1646726195,47.74928,8.99816\n248,1646726196,47.74931,8.99816\n249,1646726197,47.74931,8.99818\n250,1646726198,47.74931,8.99820\n251,1646726230,47.74968,8.99860\n252,1646726231,47.74970,8.99863\n253,1646726232,47.74973,8.99864\n254,1646726233,47.74976,8.99866\n255,1646726234,47.74978,8.99867\n256,1646726235,47.74980,8.99868\n257,1646726236,47.74982,8.99869\n258,1646726237,47.74983,8.99870\n259,1646726238,47.74985,8.99870\n260,1646726239,47.74985,8.99871\n261,1646726257,47.75003,8.99835\n262,1646726258,47.75004,8.99834\n263,1646726260,47.75003,8.99832\n264,1646726261,47.75002,8.99831\n265,1646726262,47.75002,8.99827\n266,1646726263,47.75004,8.99826\n267,1646726264,47.75005,8.99824\n268,1646726265,47.75006,8.99822\n269,1646726266,47.75007,8.99820\n270,1646726267,47.75008,8.99819\n271,1646726286,47.74985,8.99848\n272,1646726287,47.74985,8.99849\n273,1646726288,47.74985,8.99848\n274,1646726289,47.74985,8.99848\n275,1646726290,47.74986,8.99847\n276,1646726291,47.74986,8.99846\n277,1646726292,47.74986,8.99845\n278,1646726293,47.75013,8.99809\n279,1646726295,47.75014,8.99804\n280,1646726296,47.75015,8.99801\n281,1646726316,47.75014,8.99780\n282,1646726317,47.75014,8.99779\n283,1646726318,47.75015,8.99777\n284,1646726319,47.75015,8.99775\n285,1646726320,47.75016,8.99772\n286,1646726321,47.75018,8.99768\n287,1646726322,47.75020,8.99764\n288,1646726323,47.75044,8.99717\n289,1646726325,47.75049,8.99712\n290,1646726326,47.75051,8.99710\n291,1646726349,47.75044,8.99690\n292,1646726350,47.75043,8.99690\n293,1646726352,47.75042,8.99691\n294,1646726353,47.75040,8.99693\n295,1646726354,47.75040,8.99693\n296,1646726355,47.75039,8.99694\n297,1646726356,47.75038,8.99695\n298,1646726357,47.75041,8.99696\n299,1646726358,47.75045,8.99696\n300,1646726359,47.75048,8.99697\n301,1646726379,47.75069,8.99770\n302,1646726380,47.75065,8.99781\n303,1646726381,47.75067,8.99785\n304,1646726382,47.75069,8.99787\n305,1646726383,47.75072,8.99790\n306,1646726384,47.75075,8.99793\n307,1646726385,47.75077,8.99796\n308,1646726386,47.75077,8.99797\n309,1646726387,47.75077,8.99797\n310,1646726388,47.75077,8.99796\n311,1646726408,47.75082,8.99813\n312,1646726409,47.75084,8.99817\n313,1646726410,47.75086,8.99818\n314,1646726412,47.75085,8.99821\n315,1646726413,47.75087,8.99821\n316,1646726414,47.75088,8.99823\n317,1646726415,47.75088,8.99826\n318,1646726416,47.75089,8.99826\n319,1646726417,47.75090,8.99826\n320,1646726418,47.75091,8.99826\n321,1646726439,47.75133,8.99804\n322,1646726440,47.75119,8.99822\n323,1646726441,47.75116,8.99826\n324,1646726442,47.75111,8.99832\n325,1646726443,47.75111,8.99830\n326,1646726444,47.75113,8.99826\n327,1646726445,47.75114,8.99823\n328,1646726446,47.75116,8.99820\n329,1646726447,47.75117,8.99821\n330,1646726448,47.75118,8.99820\n331,1646726469,47.75149,8.99770\n332,1646726470,47.75150,8.99806\n333,1646726471,47.75148,8.99816\n334,1646726472,47.75149,8.99818\n335,1646726473,47.75150,8.99817\n336,1646726474,47.75151,8.99817\n337,1646726475,47.75152,8.99815\n338,1646726476,47.75152,8.99814\n339,1646726477,47.75154,8.99815\n340,1646726478,47.75154,8.99816\n341,1646726498,47.75191,8.99763\n342,1646726499,47.75188,8.99764\n343,1646726500,47.75188,8.99764\n344,1646726501,47.75187,8.99763\n345,1646726502,47.75186,8.99762\n346,1646726503,47.75183,8.99764\n347,1646726504,47.75182,8.99765\n348,1646726505,47.75183,8.99765\n349,1646726506,47.75183,8.99764\n350,1646726507,47.75185,8.99762\n351,1646726528,47.75209,8.99712\n352,1646726529,47.75203,8.99718\n353,1646726530,47.75199,8.99722\n354,1646726531,47.75197,8.99723\n355,1646726532,47.75196,8.99722\n356,1646726533,47.75247,8.99662\n357,1646726535,47.75239,8.99679\n358,1646726536,47.75238,8.99679\n359,1646726537,47.75237,8.99682\n360,1646726538,47.75238,8.99680\n361,1646726559,47.75216,8.99673\n362,1646726560,47.75216,8.99672\n363,1646726561,47.75218,8.99669\n364,1646726562,47.75220,8.99666\n365,1646726563,47.75221,8.99663\n366,1646726564,47.75222,8.99660\n367,1646726565,47.75224,8.99657\n368,1646726566,47.75225,8.99655\n369,1646726567,47.75226,8.99653\n370,1646726568,47.75227,8.99651\n371,1646726588,47.75250,8.99612\n372,1646726589,47.75244,8.99619\n373,1646726590,47.75247,8.99613\n374,1646726591,47.75249,8.99608\n375,1646726592,47.75250,8.99606\n376,1646726593,47.75249,8.99607\n377,1646726594,47.75248,8.99607\n378,1646726595,47.75249,8.99608\n379,1646726596,47.75249,8.99607\n380,1646726597,47.75248,8.99606\n381,1646726619,47.75261,8.99586\n382,1646726620,47.75261,8.99586\n383,1646726621,47.75262,8.99585\n384,1646726622,47.75262,8.99581\n385,1646726623,47.75262,8.99576\n386,1646726624,47.75262,8.99572\n387,1646726625,47.75264,8.99568\n388,1646726626,47.75265,8.99565\n389,1646726627,47.75266,8.99563\n390,1646726628,47.75267,8.99561\n391,1646726651,47.75289,8.99520\n392,1646726652,47.75290,8.99519\n393,1646726653,47.75292,8.99517\n394,1646726654,47.75292,8.99516\n395,1646726655,47.75292,8.99514\n396,1646726656,47.75295,8.99512\n397,1646726657,47.75297,8.99511\n398,1646726658,47.75298,8.99508\n399,1646726659,47.75299,8.99506\n400,1646726660,47.75321,8.99475\n401,1646726679,47.75329,8.99461\n402,1646726680,47.75328,8.99460\n403,1646726681,47.75329,8.99458\n404,1646726682,47.75324,8.99464\n405,1646726683,47.75322,8.99466\n406,1646726684,47.75321,8.99467\n407,1646726685,47.75321,8.99466\n408,1646726686,47.75322,8.99464\n409,1646726687,47.75323,8.99462\n410,1646726688,47.75325,8.99461\n411,1646726709,47.75345,8.99364\n412,1646726710,47.75345,8.99424\n413,1646726711,47.75345,8.99424\n414,1646726712,47.75344,8.99423\n415,1646726713,47.75344,8.99422\n416,1646726714,47.75345,8.99420\n417,1646726715,47.75345,8.99416\n418,1646726716,47.75347,8.99413\n419,1646726717,47.75349,8.99409\n420,1646726718,47.75350,8.99405\n421,1646726740,47.75340,8.99413\n422,1646726741,47.75346,8.99409\n423,1646726742,47.75348,8.99407\n424,1646726743,47.75351,8.99406\n425,1646726744,47.75351,8.99405\n426,1646726745,47.75351,8.99403\n427,1646726746,47.75352,8.99402\n428,1646726747,47.75353,8.99399\n429,1646726748,47.75353,8.99397\n430,1646726749,47.75370,8.99340\n431,1646726772,47.75358,8.99388\n432,1646726773,47.75353,8.99389\n433,1646726774,47.75355,8.99391\n434,1646726775,47.75354,8.99391\n435,1646726776,47.75354,8.99391\n436,1646726777,47.75354,8.99391\n437,1646726778,47.75354,8.99390\n438,1646726779,47.75353,8.99389\n439,1646726780,47.75375,8.99341\n440,1646726782,47.75378,8.99338\n441,1646726803,47.75399,8.99323\n442,1646726804,47.75401,8.99321\n443,1646726805,47.75403,8.99317\n444,1646726806,47.75404,8.99314\n445,1646726807,47.75405,8.99311\n446,1646726808,47.75407,8.99308\n447,1646726809,47.75430,8.99248\n448,1646726811,47.75425,8.99257\n449,1646726812,47.75433,8.99260\n450,1646726813,47.75434,8.99259\n451,1646726833,47.75465,8.99200\n452,1646726835,47.75464,8.99198\n453,1646726836,47.75462,8.99197\n454,1646726837,47.75461,8.99195\n455,1646726838,47.75461,8.99195\n456,1646726839,47.75460,8.99196\n457,1646726840,47.75460,8.99197\n458,1646726841,47.75461,8.99199\n459,1646726842,47.75460,8.99202\n460,1646726843,47.75459,8.99203\n461,1646726869,47.75448,8.99185\n462,1646726871,47.75450,8.99184\n463,1646726872,47.75451,8.99183\n464,1646726873,47.75453,8.99177\n465,1646726874,47.75454,8.99173\n466,1646726875,47.75458,8.99170\n467,1646726876,47.75462,8.99164\n468,1646726877,47.75466,8.99159\n469,1646726878,47.75465,8.99154\n470,1646726879,47.75463,8.99150\n471,1646726900,47.75441,8.99180\n472,1646726901,47.75440,8.99175\n473,1646726902,47.75439,8.99174\n474,1646726903,47.75439,8.99171\n475,1646726904,47.75441,8.99171\n476,1646726905,47.75450,8.99139\n477,1646726907,47.75447,8.99136\n478,1646726908,47.75448,8.99138\n479,1646726909,47.75448,8.99138\n480,1646726910,47.75447,8.99137\n481,1646726927,47.75389,8.99099\n482,1646726929,47.75387,8.99089\n483,1646726930,47.75387,8.99087\n484,1646726931,47.75387,8.99086\n485,1646726932,47.75388,8.99086\n486,1646726933,47.75391,8.99085\n487,1646726934,47.75392,8.99085\n488,1646726935,47.75393,8.99086\n489,1646726936,47.75394,8.99087\n490,1646726937,47.75394,8.99086\n491,1646726963,47.75351,8.99109\n492,1646726964,47.75353,8.99140\n493,1646726965,47.75357,8.99070\n494,1646726967,47.75353,8.99069\n495,1646726968,47.75352,8.99068\n496,1646726969,47.75350,8.99069\n497,1646726970,47.75349,8.99068\n498,1646726971,47.75350,8.99068\n499,1646726972,47.75350,8.99068\n500,1646726973,47.75351,8.99068\n501,1646727001,47.75317,8.99071\n502,1646727003,47.75319,8.99071\n503,1646727004,47.75320,8.99071\n504,1646727005,47.75320,8.99071\n505,1646727006,47.75320,8.99071\n506,1646727007,47.75320,8.99070\n507,1646727008,47.75321,8.99070\n508,1646727009,47.75322,8.99070\n509,1646727010,47.75322,8.99070\n510,1646727011,47.75322,8.99070\n511,1646727030,47.75294,8.99054\n512,1646727032,47.75291,8.99057\n513,1646727033,47.75292,8.99057\n514,1646727034,47.75292,8.99057\n515,1646727035,47.75292,8.99057\n516,1646727036,47.75291,8.99057\n517,1646727037,47.75289,8.99057\n518,1646727038,47.75288,8.99058\n519,1646727039,47.75287,8.99058\n520,1646727040,47.75286,8.99059\n521,1646727067,47.75243,8.99044\n522,1646727068,47.75243,8.99044\n523,1646727070,47.75244,8.99046\n524,1646727071,47.75244,8.99047\n525,1646727072,47.75245,8.99047\n526,1646727073,47.75246,8.99049\n527,1646727074,47.75247,8.99049\n528,1646727075,47.75248,8.99048\n529,1646727076,47.75247,8.99050\n530,1646727077,47.75246,8.99049\n531,1646727097,47.75210,8.99037\n532,1646727098,47.75209,8.99038\n533,1646727100,47.75208,8.99038\n534,1646727101,47.75207,8.99038\n535,1646727102,47.75208,8.99038\n536,1646727103,47.75208,8.99038\n537,1646727104,47.75208,8.99039\n538,1646727105,47.75208,8.99039\n539,1646727106,47.75207,8.99040\n540,1646727107,47.75207,8.99040\n541,1646727128,47.75190,8.99030\n542,1646727129,47.75190,8.99029\n543,1646727130,47.75189,8.99029\n544,1646727131,47.75190,8.99027\n545,1646727132,47.75190,8.99027\n546,1646727133,47.75190,8.99012\n547,1646727135,47.75189,8.99010\n548,1646727136,47.75189,8.99009\n549,1646727137,47.75188,8.99009\n550,1646727138,47.75187,8.99008\n551,1646727155,47.75183,8.98974\n552,1646727157,47.75182,8.98972\n553,1646727158,47.75181,8.98972\n554,1646727159,47.75183,8.98971\n555,1646727160,47.75182,8.98971\n556,1646727161,47.75182,8.98970\n557,1646727162,47.75181,8.98968\n558,1646727163,47.75179,8.98966\n559,1646727164,47.75178,8.98965\n560,1646727165,47.75178,8.98963\n561,1646727186,47.75148,8.98964\n562,1646727187,47.75147,8.98963\n563,1646727188,47.75147,8.98961\n564,1646727189,47.75146,8.98961\n565,1646727190,47.75145,8.98960\n566,1646727191,47.75145,8.98959\n567,1646727192,47.75144,8.98960\n568,1646727193,47.75142,8.98926\n569,1646727195,47.75142,8.98923\n570,1646727196,47.75146,8.98922\n571,1646727215,47.75129,8.98888\n572,1646727216,47.75128,8.98886\n573,1646727218,47.75128,8.98886\n574,1646727219,47.75127,8.98885\n575,1646727220,47.75129,8.98885\n576,1646727221,47.75129,8.98885\n577,1646727222,47.75129,8.98884\n578,1646727223,47.75128,8.98884\n579,1646727224,47.75126,8.98884\n580,1646727225,47.75125,8.98884\n581,1646727247,47.75111,8.98902\n582,1646727248,47.75112,8.98903\n583,1646727249,47.75113,8.98902\n584,1646727250,47.75114,8.98901\n585,1646727251,47.75115,8.98900\n586,1646727252,47.75116,8.98898\n587,1646727253,47.75121,8.98880\n588,1646727255,47.75121,8.98877\n589,1646727256,47.75120,8.98875\n590,1646727257,47.75120,8.98873\n591,1646727275,47.75147,8.98848\n592,1646727276,47.75140,8.98844\n593,1646727278,47.75138,8.98841\n594,1646727279,47.75135,8.98837\n595,1646727280,47.75132,8.98837\n596,1646727281,47.75129,8.98837\n597,1646727282,47.75127,8.98835\n598,1646727283,47.75126,8.98833\n599,1646727284,47.75124,8.98831\n600,1646727285,47.75122,8.98829\n601,1646727307,47.75096,8.98818\n602,1646727308,47.75094,8.98819\n603,1646727309,47.75092,8.98819\n604,1646727310,47.75090,8.98819\n605,1646727311,47.75089,8.98819\n606,1646727312,47.75087,8.98818\n607,1646727313,47.75087,8.98800\n608,1646727315,47.75085,8.98799\n609,1646727316,47.75084,8.98798\n610,1646727317,47.75083,8.98797\n611,1646727334,47.75064,8.98788\n612,1646727336,47.75060,8.98786\n613,1646727337,47.75059,8.98784\n614,1646727338,47.75058,8.98784\n615,1646727339,47.75056,8.98783\n616,1646727340,47.75055,8.98782\n617,1646727341,47.75054,8.98781\n618,1646727342,47.75052,8.98780\n619,1646727343,47.75051,8.98779\n620,1646727344,47.75050,8.98777\n621,1646727365,47.75022,8.98775\n622,1646727366,47.75020,8.98775\n623,1646727367,47.75019,8.98775\n624,1646727368,47.75018,8.98773\n625,1646727369,47.75017,8.98771\n626,1646727370,47.75016,8.98769\n627,1646727371,47.75016,8.98767\n628,1646727372,47.75015,8.98766\n629,1646727373,47.75016,8.98749\n630,1646727375,47.75016,8.98747\n631,1646727397,47.74992,8.98732\n632,1646727398,47.74993,8.98730\n633,1646727399,47.74992,8.98729\n634,1646727400,47.74992,8.98728\n635,1646727401,47.74991,8.98727\n636,1646727402,47.74991,8.98726\n637,1646727403,47.74991,8.98709\n638,1646727405,47.74990,8.98708\n639,1646727406,47.74989,8.98706\n640,1646727407,47.74989,8.98704\n641,1646727431,47.74966,8.98672\n642,1646727432,47.74965,8.98671\n643,1646727433,47.74964,8.98664\n644,1646727435,47.74963,8.98663\n645,1646727436,47.74961,8.98663\n646,1646727437,47.74961,8.98662\n647,1646727438,47.74960,8.98661\n648,1646727439,47.74959,8.98660\n649,1646727440,47.74958,8.98659\n650,1646727441,47.74957,8.98658\n651,1646727460,47.74939,8.98633\n652,1646727462,47.74939,8.98632\n653,1646727463,47.74938,8.98630\n654,1646727464,47.74937,8.98629\n655,1646727465,47.74936,8.98627\n656,1646727466,47.74935,8.98626\n657,1646727467,47.74934,8.98624\n658,1646727468,47.74933,8.98623\n659,1646727469,47.74932,8.98622\n660,1646727470,47.74931,8.98620\n661,1646727490,47.74911,8.98602\n662,1646727491,47.74911,8.98603\n663,1646727492,47.74910,8.98604\n664,1646727493,47.74910,8.98603\n665,1646727494,47.74910,8.98601\n666,1646727495,47.74910,8.98599\n667,1646727496,47.74909,8.98597\n668,1646727497,47.74909,8.98597\n669,1646727498,47.74908,8.98596\n670,1646727499,47.74911,8.98585\n671,1646727519,47.74902,8.98581\n672,1646727521,47.74900,8.98579\n673,1646727522,47.74899,8.98577\n674,1646727523,47.74898,8.98576\n675,1646727524,47.74897,8.98575\n676,1646727525,47.74897,8.98574\n677,1646727526,47.74897,8.98573\n678,1646727527,47.74897,8.98573\n679,1646727528,47.74897,8.98573\n680,1646727529,47.74898,8.98573\n681,1646727548,47.74881,8.98551\n682,1646727549,47.74880,8.98543\n683,1646727550,47.74880,8.98557\n684,1646727551,47.74878,8.98556\n685,1646727552,47.74878,8.98554\n686,1646727553,47.74877,8.98551\n687,1646727554,47.74875,8.98550\n688,1646727555,47.74874,8.98549\n689,1646727556,47.74874,8.98548\n690,1646727557,47.74873,8.98548\n691,1646727577,47.74856,8.98516\n692,1646727578,47.74855,8.98512\n693,1646727579,47.74855,8.98511\n694,1646727580,47.74855,8.98509\n695,1646727581,47.74855,8.98507\n696,1646727582,47.74855,8.98506\n697,1646727583,47.74854,8.98512\n698,1646727585,47.74854,8.98508\n699,1646727586,47.74853,8.98506\n700,1646727587,47.74853,8.98507\n701,1646727609,47.74828,8.98496\n702,1646727610,47.74827,8.98494\n703,1646727611,47.74828,8.98493\n704,1646727612,47.74829,8.98491\n705,1646727613,47.74829,8.98498\n706,1646727615,47.74826,8.98495\n707,1646727616,47.74824,8.98493\n708,1646727617,47.74823,8.98490\n709,1646727618,47.74822,8.98488\n710,1646727619,47.74822,8.98487\n711,1646727636,47.74805,8.98447\n712,1646727638,47.74805,8.98447\n713,1646727639,47.74805,8.98446\n714,1646727640,47.74806,8.98446\n715,1646727641,47.74805,8.98445\n716,1646727642,47.74806,8.98444\n717,1646727643,47.74806,8.98443\n718,1646727644,47.74806,8.98441\n719,1646727645,47.74806,8.98440\n720,1646727646,47.74805,8.98438\n721,1646727665,47.74798,8.98389\n722,1646727666,47.74800,8.98387\n723,1646727667,47.74800,8.98385\n724,1646727668,47.74800,8.98383\n725,1646727669,47.74800,8.98382\n726,1646727670,47.74799,8.98380\n727,1646727671,47.74798,8.98378\n728,1646727672,47.74798,8.98376\n729,1646727673,47.74797,8.98389\n730,1646727675,47.74797,8.98386\n731,1646727695,47.74794,8.98339\n732,1646727696,47.74796,8.98339\n733,1646727697,47.74797,8.98337\n734,1646727698,47.74797,8.98335\n735,1646727699,47.74798,8.98333\n736,1646727700,47.74798,8.98332\n737,1646727701,47.74798,8.98331\n738,1646727702,47.74798,8.98329\n739,1646727703,47.74798,8.98331\n740,1646727705,47.74797,8.98330\n741,1646727726,47.74782,8.98314\n742,1646727727,47.74782,8.98313\n743,1646727728,47.74782,8.98312\n744,1646727729,47.74781,8.98312\n745,1646727730,47.74780,8.98310\n746,1646727731,47.74780,8.98308\n747,1646727732,47.74779,8.98306\n748,1646727733,47.74779,8.98314\n749,1646727735,47.74779,8.98316\n750,1646727736,47.74778,8.98316\n751,1646727758,47.74748,8.98297\n752,1646727759,47.74747,8.98297\n753,1646727760,47.74746,8.98295\n754,1646727761,47.74746,8.98295\n755,1646727762,47.74746,8.98294\n756,1646727763,47.74746,8.98285\n757,1646727765,47.74746,8.98285\n758,1646727766,47.74745,8.98283\n759,1646727767,47.74745,8.98281\n760,1646727768,47.74745,8.98278\n761,1646727793,47.74729,8.98273\n762,1646727794,47.74729,8.98273\n763,1646727796,47.74729,8.98275\n764,1646727797,47.74728,8.98277\n765,1646727798,47.74728,8.98279\n766,1646727799,47.74727,8.98281\n767,1646727800,47.74727,8.98283\n768,1646727801,47.74727,8.98285\n769,1646727802,47.74726,8.98287\n770,1646727803,47.74725,8.98289\n771,1646727823,47.74712,8.98319\n772,1646727824,47.74711,8.98319\n773,1646727825,47.74710,8.98318\n774,1646727826,47.74710,8.98318\n775,1646727827,47.74711,8.98319\n776,1646727828,47.74711,8.98320\n777,1646727829,47.74711,8.98321\n778,1646727830,47.74711,8.98323\n779,1646727831,47.74710,8.98326\n780,1646727832,47.74711,8.98328\n781,1646727851,47.74682,8.98342\n782,1646727853,47.74681,8.98341\n783,1646727854,47.74681,8.98340\n784,1646727855,47.74680,8.98341\n785,1646727856,47.74679,8.98341\n786,1646727857,47.74677,8.98341\n787,1646727858,47.74677,8.98342\n788,1646727859,47.74676,8.98342\n789,1646727860,47.74674,8.98342\n790,1646727861,47.74673,8.98342\n791,1646727882,47.74647,8.98338\n792,1646727883,47.74645,8.98340\n793,1646727884,47.74643,8.98340\n794,1646727885,47.74642,8.98340\n795,1646727886,47.74641,8.98340\n796,1646727887,47.74640,8.98339\n797,1646727888,47.74638,8.98340\n798,1646727889,47.74638,8.98357\n799,1646727891,47.74637,8.98357\n800,1646727892,47.74637,8.98357\n801,1646727913,47.74610,8.98366\n802,1646727914,47.74608,8.98357\n803,1646727915,47.74607,8.98355\n804,1646727916,47.74605,8.98351\n805,1646727917,47.74606,8.98350\n806,1646727918,47.74604,8.98351\n807,1646727919,47.74603,8.98358\n808,1646727921,47.74603,8.98356\n809,1646727922,47.74603,8.98356\n810,1646727923,47.74602,8.98355\n811,1646727941,47.74571,8.98334\n812,1646727942,47.74575,8.98329\n813,1646727944,47.74575,8.98327\n814,1646727945,47.74574,8.98325\n815,1646727946,47.74574,8.98322\n816,1646727947,47.74573,8.98321\n817,1646727948,47.74572,8.98320\n818,1646727949,47.74572,8.98320\n819,1646727950,47.74571,8.98319\n820,1646727951,47.74570,8.98318\n821,1646727974,47.74539,8.98214\n822,1646727975,47.74539,8.98218\n823,1646727976,47.74538,8.98226\n824,1646727977,47.74536,8.98229\n825,1646727978,47.74536,8.98232\n826,1646727979,47.74539,8.98279\n827,1646727981,47.74537,8.98279\n828,1646727982,47.74537,8.98277\n829,1646727983,47.74536,8.98275\n830,1646727984,47.74535,8.98273\n831,1646728006,47.74504,8.98267\n832,1646728007,47.74504,8.98269\n833,1646728008,47.74502,8.98273\n834,1646728009,47.74501,8.98284\n835,1646728011,47.74501,8.98284\n836,1646728012,47.74500,8.98285\n837,1646728013,47.74500,8.98286\n838,1646728014,47.74498,8.98287\n839,1646728015,47.74497,8.98288\n840,1646728016,47.74496,8.98289\n841,1646728033,47.74493,8.98336\n842,1646728035,47.74493,8.98337\n843,1646728036,47.74493,8.98338\n844,1646728037,47.74493,8.98339\n845,1646728038,47.74493,8.98341\n846,1646728039,47.74494,8.98342\n847,1646728040,47.74495,8.98343\n848,1646728041,47.74495,8.98345\n849,1646728042,47.74496,8.98347\n850,1646728043,47.74496,8.98349\n851,1646728068,47.74503,8.98369\n852,1646728069,47.74505,8.98399\n853,1646728071,47.74505,8.98402\n854,1646728072,47.74505,8.98403\n855,1646728073,47.74505,8.98405\n856,1646728074,47.74505,8.98407\n857,1646728075,47.74504,8.98408\n858,1646728076,47.74504,8.98410\n859,1646728077,47.74504,8.98411\n860,1646728078,47.74504,8.98413\n861,1646728099,47.74504,8.98438\n862,1646728100,47.74503,8.98438\n863,1646728101,47.74503,8.98439\n864,1646728102,47.74503,8.98442\n865,1646728103,47.74503,8.98444\n866,1646728104,47.74502,8.98444\n867,1646728105,47.74501,8.98464\n868,1646728107,47.74501,8.98464\n869,1646728108,47.74502,8.98464\n870,1646728109,47.74502,8.98464\n871,1646728129,47.74521,8.98501\n872,1646728130,47.74521,8.98501\n873,1646728132,47.74523,8.98499\n874,1646728133,47.74524,8.98498\n875,1646728134,47.74524,8.98498\n876,1646728135,47.74525,8.98497\n877,1646728136,47.74527,8.98496\n878,1646728137,47.74529,8.98494\n879,1646728138,47.74531,8.98493\n880,1646728139,47.74534,8.98490\n881,1646728164,47.74575,8.98449\n882,1646728165,47.74572,8.98481\n883,1646728167,47.74570,8.98483\n884,1646728168,47.74569,8.98483\n885,1646728169,47.74569,8.98482\n886,1646728170,47.74569,8.98482\n887,1646728171,47.74569,8.98482\n888,1646728172,47.74569,8.98482\n889,1646728173,47.74569,8.98482\n890,1646728174,47.74569,8.98482\n891,1646728191,47.74581,8.98472\n892,1646728193,47.74583,8.98479\n893,1646728194,47.74586,8.98479\n894,1646728195,47.74589,8.98479\n895,1646728196,47.74592,8.98478\n896,1646728197,47.74596,8.98476\n897,1646728198,47.74602,8.98473\n898,1646728199,47.74609,8.98471\n899,1646728200,47.74615,8.98469\n900,1646728201,47.74620,8.98468\n901,1646728224,47.74639,8.98474\n902,1646728225,47.74640,8.98476\n903,1646728226,47.74640,8.98478\n904,1646728227,47.74641,8.98478\n905,1646728228,47.74643,8.98479\n906,1646728229,47.74644,8.98479\n907,1646728230,47.74646,8.98480\n908,1646728231,47.74649,8.98497\n909,1646728233,47.74652,8.98497\n910,1646728234,47.74653,8.98497\n911,1646728251,47.74676,8.98517\n912,1646728253,47.74678,8.98516\n913,1646728254,47.74681,8.98514\n914,1646728255,47.74684,8.98513\n915,1646728256,47.74686,8.98512\n916,1646728257,47.74689,8.98511\n917,1646728258,47.74691,8.98510\n918,1646728259,47.74692,8.98509\n919,1646728260,47.74693,8.98511\n920,1646728261,47.74693,8.98513\n921,1646728280,47.74692,8.98532\n922,1646728281,47.74692,8.98536\n923,1646728282,47.74692,8.98537\n924,1646728283,47.74692,8.98540\n925,1646728284,47.74691,8.98544\n926,1646728285,47.74691,8.98547\n927,1646728286,47.74693,8.98543\n928,1646728287,47.74691,8.98545\n929,1646728288,47.74690,8.98547\n930,1646728289,47.74688,8.98550\n931,1646728308,47.74687,8.98612\n932,1646728309,47.74689,8.98612\n933,1646728310,47.74689,8.98612\n934,1646728311,47.74689,8.98612\n935,1646728312,47.74689,8.98613\n936,1646728313,47.74689,8.98614\n937,1646728314,47.74688,8.98615\n938,1646728315,47.74687,8.98629\n939,1646728317,47.74687,8.98633\n940,1646728318,47.74687,8.98635\n941,1646728335,47.74674,8.98671\n942,1646728337,47.74680,8.98677\n943,1646728338,47.74681,8.98677\n944,1646728339,47.74682,8.98677\n945,1646728340,47.74682,8.98677\n946,1646728341,47.74682,8.98677\n947,1646728342,47.74683,8.98676\n948,1646728343,47.74683,8.98676\n949,1646728344,47.74683,8.98676\n950,1646728345,47.74683,8.98679\n951,1646728364,47.74687,8.98730\n952,1646728365,47.74687,8.98733\n953,1646728366,47.74687,8.98737\n954,1646728367,47.74686,8.98740\n955,1646728368,47.74686,8.98745\n956,1646728369,47.74686,8.98750\n957,1646728370,47.74686,8.98753\n958,1646728371,47.74686,8.98756\n959,1646728372,47.74686,8.98758\n960,1646728373,47.74686,8.98760\n961,1646728399,47.74677,8.98826\n962,1646728401,47.74678,8.98825\n963,1646728402,47.74678,8.98824\n964,1646728403,47.74678,8.98823\n965,1646728404,47.74678,8.98823\n966,1646728405,47.74678,8.98822\n967,1646728406,47.74678,8.98823\n968,1646728407,47.74678,8.98823\n969,1646728408,47.74678,8.98823\n970,1646728409,47.74678,8.98822\n971,1646728426,47.74668,8.98899\n972,1646728428,47.74673,8.98893\n973,1646728429,47.74678,8.98886\n974,1646728430,47.74682,8.98877\n975,1646728431,47.74685,8.98867\n976,1646728432,47.74687,8.98855\n977,1646728433,47.74687,8.98845\n978,1646728434,47.74679,8.98837\n979,1646728435,47.74673,8.98839\n980,1646728436,47.74669,8.98846\n981,1646728457,47.74688,8.98905\n982,1646728458,47.74688,8.98907\n983,1646728459,47.74686,8.98910\n984,1646728460,47.74686,8.98909\n985,1646728461,47.74686,8.98909\n986,1646728462,47.74686,8.98909\n987,1646728463,47.74686,8.98908\n988,1646728464,47.74686,8.98909\n989,1646728465,47.74687,8.98931\n990,1646728467,47.74686,8.98932\n991,1646728489,47.74676,8.98950\n992,1646728490,47.74679,8.98951\n993,1646728491,47.74680,8.98953\n994,1646728492,47.74680,8.98957\n995,1646728493,47.74680,8.98961\n996,1646728494,47.74680,8.98964\n997,1646728495,47.74681,8.98985\n998,1646728497,47.74681,8.98988\n999,1646728498,47.74681,8.98990\n1000,1646728499,47.74681,8.98990\n1001,1646728519,47.74681,8.99008\n1002,1646728520,47.74680,8.99012\n1003,1646728521,47.74682,8.99018\n1004,1646728522,47.74681,8.99021\n1005,1646728523,47.74680,8.99024\n1006,1646728524,47.74680,8.99027\n1007,1646728525,47.74663,8.99033\n1008,1646728527,47.74663,8.99037\n1009,1646728528,47.74663,8.99041\n1010,1646728529,47.74663,8.99046\n1011,1646728548,47.74677,8.99068\n1012,1646728549,47.74675,8.99071\n1013,1646728551,47.74674,8.99075\n1014,1646728552,47.74672,8.99078\n1015,1646728553,47.74671,8.99081\n1016,1646728554,47.74670,8.99081\n1017,1646728555,47.74669,8.99084\n1018,1646728556,47.74668,8.99086\n1019,1646728557,47.74667,8.99086\n1020,1646728558,47.74667,8.99087\n1021,1646728575,47.74614,8.99071\n1022,1646728577,47.74612,8.99070\n1023,1646728578,47.74615,8.99072\n1024,1646728579,47.74617,8.99073\n1025,1646728580,47.74617,8.99072\n1026,1646728581,47.74618,8.99072\n1027,1646728582,47.74618,8.99072\n1028,1646728583,47.74618,8.99071\n1029,1646728584,47.74618,8.99073\n1030,1646728585,47.74617,8.99074\n1031,1646728604,47.74582,8.99044\n1032,1646728605,47.74582,8.99045\n1033,1646728606,47.74582,8.99046\n1034,1646728607,47.74582,8.99046\n1035,1646728608,47.74582,8.99046\n1036,1646728609,47.74583,8.99045\n1037,1646728610,47.74584,8.99044\n1038,1646728611,47.74585,8.99044\n1039,1646728612,47.74585,8.99044\n1040,1646728613,47.74584,8.99044\n1041,1646728633,47.74582,8.99041\n1042,1646728634,47.74578,8.99041\n1043,1646728635,47.74575,8.99040\n1044,1646728636,47.74574,8.99042\n1045,1646728637,47.74573,8.99041\n1046,1646728638,47.74574,8.99042\n1047,1646728639,47.74576,8.99067\n1048,1646728641,47.74575,8.99066\n1049,1646728642,47.74575,8.99066\n1050,1646728643,47.74574,8.99066\n1051,1646728664,47.74532,8.99059\n1052,1646728665,47.74532,8.99062\n1053,1646728666,47.74533,8.99061\n1054,1646728667,47.74532,8.99062\n1055,1646728668,47.74530,8.99062\n1056,1646728669,47.74531,8.99090\n1057,1646728671,47.74533,8.99088\n1058,1646728672,47.74533,8.99089\n1059,1646728673,47.74533,8.99089\n1060,1646728674,47.74533,8.99089\n1061,1646728691,47.74532,8.99139\n1062,1646728693,47.74531,8.99143\n1063,1646728694,47.74531,8.99144\n1064,1646728695,47.74532,8.99146\n1065,1646728696,47.74532,8.99148\n1066,1646728697,47.74532,8.99151\n1067,1646728698,47.74532,8.99154\n1068,1646728699,47.74531,8.99157\n1069,1646728700,47.74531,8.99159\n1070,1646728701,47.74532,8.99162\n1071,1646728722,47.74528,8.99172\n1072,1646728723,47.74528,8.99169\n1073,1646728724,47.74528,8.99169\n1074,1646728725,47.74530,8.99167\n1075,1646728726,47.74530,8.99167\n1076,1646728727,47.74530,8.99170\n1077,1646728728,47.74530,8.99173\n1078,1646728729,47.74531,8.99208\n1079,1646728731,47.74531,8.99214\n1080,1646728732,47.74531,8.99219\n1081,1646728751,47.74526,8.99215\n1082,1646728752,47.74526,8.99217\n1083,1646728753,47.74527,8.99219\n1084,1646728754,47.74527,8.99221\n1085,1646728755,47.74528,8.99222\n1086,1646728756,47.74529,8.99227\n1087,1646728757,47.74529,8.99227\n1088,1646728758,47.74529,8.99229\n1089,1646728759,47.74526,8.99242\n1090,1646728761,47.74526,8.99242\n1091,1646728781,47.74522,8.99284\n1092,1646728782,47.74523,8.99283\n1093,1646728783,47.74522,8.99286\n1094,1646728784,47.74522,8.99286\n1095,1646728785,47.74522,8.99286\n1096,1646728786,47.74522,8.99287\n1097,1646728787,47.74521,8.99288\n1098,1646728788,47.74520,8.99287\n1099,1646728789,47.74521,8.99311\n1100,1646728791,47.74521,8.99313\n1101,1646728811,47.74519,8.99333\n1102,1646728812,47.74517,8.99336\n1103,1646728813,47.74517,8.99338\n1104,1646728814,47.74517,8.99336\n1105,1646728815,47.74516,8.99338\n1106,1646728816,47.74515,8.99342\n1107,1646728817,47.74515,8.99346\n1108,1646728818,47.74514,8.99349\n1109,1646728819,47.74514,8.99379\n1110,1646728821,47.74514,8.99383\n1111,1646728841,47.74503,8.99378\n1112,1646728842,47.74505,8.99387\n1113,1646728843,47.74507,8.99392\n1114,1646728844,47.74508,8.99390\n1115,1646728845,47.74508,8.99394\n1116,1646728846,47.74507,8.99398\n1117,1646728847,47.74507,8.99400\n1118,1646728848,47.74507,8.99401\n1119,1646728849,47.74509,8.99428\n1120,1646728851,47.74509,8.99430\n1121,1646728870,47.74504,8.99452\n1122,1646728871,47.74503,8.99456\n1123,1646728872,47.74503,8.99456\n1124,1646728873,47.74501,8.99457\n1125,1646728874,47.74501,8.99458\n1126,1646728875,47.74501,8.99461\n1127,1646728876,47.74500,8.99466\n1128,1646728877,47.74499,8.99470\n1129,1646728878,47.74498,8.99475\n1130,1646728879,47.74497,8.99508\n1131,1646728900,47.74501,8.99498\n1132,1646728901,47.74499,8.99499\n1133,1646728902,47.74497,8.99504\n1134,1646728903,47.74497,8.99509\n1135,1646728904,47.74497,8.99513\n1136,1646728905,47.74497,8.99514\n1137,1646728906,47.74496,8.99515\n1138,1646728907,47.74495,8.99516\n1139,1646728908,47.74495,8.99518\n1140,1646728909,47.74495,8.99524\n1141,1646728930,47.74492,8.99512\n1142,1646728931,47.74493,8.99524\n1143,1646728932,47.74493,8.99526\n1144,1646728933,47.74493,8.99528\n1145,1646728934,47.74493,8.99529\n1146,1646728935,47.74492,8.99531\n1147,1646728936,47.74491,8.99534\n1148,1646728937,47.74490,8.99535\n1149,1646728938,47.74490,8.99536\n1150,1646728939,47.74490,8.99537\n1151,1646728959,47.74486,8.99553\n1152,1646728960,47.74487,8.99561\n1153,1646728961,47.74485,8.99568\n1154,1646728962,47.74485,8.99574\n1155,1646728963,47.74484,8.99580\n1156,1646728964,47.74483,8.99585\n1157,1646728965,47.74483,8.99588\n1158,1646728966,47.74482,8.99590\n1159,1646728967,47.74482,8.99594\n1160,1646728968,47.74481,8.99598\n1161,1646728990,47.74474,8.99635\n1162,1646728991,47.74475,8.99638\n1163,1646728992,47.74475,8.99638\n1164,1646728993,47.74475,8.99638\n1165,1646728994,47.74474,8.99641\n1166,1646728995,47.74474,8.99645\n1167,1646728996,47.74473,8.99646\n1168,1646728997,47.74472,8.99650\n1169,1646728998,47.74471,8.99653\n1170,1646728999,47.74472,8.99689\n1171,1646729018,47.74473,8.99728\n1172,1646729019,47.74471,8.99729\n1173,1646729021,47.74470,8.99732\n1174,1646729022,47.74469,8.99733\n1175,1646729023,47.74468,8.99734\n1176,1646729024,47.74468,8.99735\n1177,1646729025,47.74468,8.99736\n1178,1646729026,47.74467,8.99738\n1179,1646729027,47.74467,8.99739\n1180,1646729028,47.74466,8.99741\n1181,1646729046,47.74458,8.99776\n1182,1646729047,47.74458,8.99773\n1183,1646729048,47.74457,8.99767\n1184,1646729049,47.74456,8.99769\n1185,1646729050,47.74454,8.99769\n1186,1646729051,47.74452,8.99773\n1187,1646729052,47.74450,8.99777\n1188,1646729053,47.74451,8.99789\n1189,1646729055,47.74450,8.99790\n1190,1646729056,47.74449,8.99791\n1191,1646729083,47.74425,8.99843\n1192,1646729084,47.74425,8.99842\n1193,1646729086,47.74424,8.99844\n1194,1646729087,47.74424,8.99846\n1195,1646729088,47.74423,8.99847\n1196,1646729089,47.74422,8.99849\n1197,1646729090,47.74422,8.99850\n1198,1646729091,47.74422,8.99850\n1199,1646729092,47.74421,8.99852\n1200,1646729093,47.74421,8.99853\n1201,1646729113,47.74395,8.99875\n1202,1646729114,47.74396,8.99874\n1203,1646729115,47.74394,8.99873\n1204,1646729116,47.74393,8.99876\n1205,1646729117,47.74394,8.99874\n1206,1646729118,47.74393,8.99873\n1207,1646729119,47.74390,8.99885\n1208,1646729121,47.74389,8.99884\n1209,1646729122,47.74388,8.99885\n1210,1646729123,47.74386,8.99886\n1211,1646729142,47.74364,8.99901\n1212,1646729143,47.74362,8.99902\n1213,1646729145,47.74361,8.99903\n1214,1646729146,47.74359,8.99904\n1215,1646729147,47.74358,8.99905\n1216,1646729148,47.74357,8.99905\n1217,1646729149,47.74355,8.99906\n1218,1646729150,47.74354,8.99907\n1219,1646729151,47.74353,8.99908\n1220,1646729152,47.74351,8.99909\n1221,1646729192,47.74322,8.99901\n1222,1646729193,47.74319,8.99900\n1223,1646729194,47.74317,8.99901\n1224,1646729195,47.74316,8.99902\n1225,1646729196,47.74314,8.99902\n1226,1646729197,47.74310,8.99901\n1227,1646729198,47.74309,8.99901\n1228,1646729199,47.74308,8.99903\n1229,1646729200,47.74308,8.99904\n1230,1646729201,47.74308,8.99904\n1231,1646729238,47.74324,8.99914\n1232,1646729239,47.74324,8.99912\n1233,1646729240,47.74324,8.99911\n1234,1646729241,47.74323,8.99911\n1235,1646729242,47.74322,8.99910\n1236,1646729243,47.74320,8.99908\n1237,1646729244,47.74319,8.99907\n1238,1646729245,47.74319,8.99907\n1239,1646729246,47.74319,8.99907\n1240,1646729247,47.74319,8.99907\n1241,1646729283,47.74315,8.99904\n1242,1646729284,47.74313,8.99902\n1243,1646729285,47.74312,8.99902\n1244,1646729286,47.74311,8.99901\n1245,1646729287,47.74310,8.99900\n1246,1646729288,47.74308,8.99899\n1247,1646729289,47.74307,8.99898\n1248,1646729290,47.74307,8.99898\n1249,1646729291,47.74306,8.99897\n1250,1646729292,47.74306,8.99897\n1251,1646729330,47.74316,8.99904\n1252,1646729331,47.74314,8.99902\n1253,1646729332,47.74312,8.99900\n1254,1646729333,47.74310,8.99898\n1255,1646729334,47.74309,8.99897\n1256,1646729335,47.74308,8.99896\n1257,1646729336,47.74307,8.99895\n1258,1646729337,47.74307,8.99894\n1259,1646729338,47.74306,8.99894\n1260,1646729340,47.74305,8.99893\n1261,1646729389,47.74306,8.99897\n1262,1646729391,47.74304,8.99896\n1263,1646729392,47.74304,8.99896\n1264,1646729393,47.74304,8.99896\n1265,1646729394,47.74304,8.99896\n1266,1646729395,47.74304,8.99895\n1267,1646729396,47.74304,8.99895\n1268,1646729397,47.74303,8.99895\n1269,1646729398,47.74303,8.99895\n1270,1646729399,47.74303,8.99895\n1271,1646729416,47.74295,8.99892\n1272,1646729418,47.74298,8.99893\n1273,1646729419,47.74298,8.99893\n1274,1646729420,47.74299,8.99893\n1275,1646729421,47.74299,8.99894\n1276,1646729422,47.74300,8.99894\n1277,1646729423,47.74300,8.99894\n1278,1646729424,47.74301,8.99895\n1279,1646729425,47.74301,8.99895\n1280,1646729426,47.74301,8.99895\n1281,1646729445,47.74301,8.99892\n1282,1646729446,47.74302,8.99893\n1283,1646729447,47.74302,8.99893\n1284,1646729448,47.74301,8.99894\n1285,1646729449,47.74301,8.99894\n1286,1646729450,47.74301,8.99895\n1287,1646729451,47.74301,8.99895\n1288,1646729452,47.74302,8.99895\n1289,1646729453,47.74301,8.99895\n1290,1646729454,47.74301,8.99895\n1291,1646729472,47.74326,8.99913\n1292,1646729473,47.74306,8.99897\n1293,1646729474,47.74305,8.99897\n1294,1646729475,47.74304,8.99897\n1295,1646729476,47.74304,8.99897\n1296,1646729477,47.74304,8.99898\n1297,1646729478,47.74304,8.99898\n1298,1646729479,47.74304,8.99899\n1299,1646729481,47.74304,8.99899\n1300,1646729482,47.74304,8.99899\n1301,1646729500,47.74301,8.99901\n1302,1646729502,47.74303,8.99902\n1303,1646729503,47.74302,8.99902\n1304,1646729504,47.74302,8.99901\n1305,1646729505,47.74302,8.99900\n1306,1646729506,47.74302,8.99900\n1307,1646729507,47.74302,8.99900\n1308,1646729508,47.74302,8.99899\n1309,1646729509,47.74302,8.99899\n1310,1646729510,47.74302,8.99899\n1311,1646729528,47.74286,8.99889\n1312,1646729529,47.74300,8.99902\n1313,1646729530,47.74300,8.99900\n1314,1646729531,47.74300,8.99900\n1315,1646729532,47.74301,8.99900\n1316,1646729533,47.74301,8.99900\n1317,1646729534,47.74301,8.99899\n1318,1646729535,47.74301,8.99899\n1319,1646729536,47.74301,8.99899\n1320,1646729537,47.74301,8.99899\n1321,1646729555,47.74299,8.99880\n1322,1646729556,47.74303,8.99900\n1323,1646729557,47.74304,8.99900\n1324,1646729558,47.74304,8.99900\n1325,1646729559,47.74303,8.99899\n1326,1646729560,47.74303,8.99899\n1327,1646729561,47.74303,8.99898\n1328,1646729562,47.74303,8.99898\n1329,1646729563,47.74303,8.99898\n1330,1646729565,47.74303,8.99898\n1331,1646729584,47.74301,8.99899\n1332,1646729585,47.74301,8.99900\n1333,1646729586,47.74301,8.99901\n1334,1646729587,47.74302,8.99900\n1335,1646729588,47.74302,8.99899\n1336,1646729589,47.74302,8.99898\n1337,1646729590,47.74303,8.99899\n1338,1646729591,47.74303,8.99899\n1339,1646729592,47.74303,8.99899\n1340,1646729593,47.74303,8.99897\n1341,1646729611,47.74302,8.99894\n1342,1646729612,47.74304,8.99897\n1343,1646729613,47.74303,8.99897\n1344,1646729614,47.74304,8.99896\n1345,1646729615,47.74303,8.99896\n1346,1646729616,47.74303,8.99895\n1347,1646729617,47.74303,8.99895\n1348,1646729618,47.74303,8.99894\n1349,1646729619,47.74303,8.99894\n1350,1646729620,47.74303,8.99894\n1351,1646729639,47.74305,8.99894\n1352,1646729640,47.74304,8.99895\n1353,1646729641,47.74304,8.99896\n1354,1646729642,47.74304,8.99896\n1355,1646729643,47.74304,8.99896\n1356,1646729644,47.74303,8.99896\n1357,1646729645,47.74303,8.99896\n1358,1646729646,47.74302,8.99896\n1359,1646729647,47.74302,8.99896\n1360,1646729649,47.74302,8.99896\n1361,1646729668,47.74305,8.99896\n1362,1646729669,47.74304,8.99895\n1363,1646729670,47.74303,8.99895\n1364,1646729671,47.74302,8.99895\n1365,1646729672,47.74301,8.99894\n1366,1646729673,47.74300,8.99894\n1367,1646729674,47.74300,8.99894\n1368,1646729675,47.74300,8.99895\n1369,1646729676,47.74300,8.99895\n1370,1646729677,47.74300,8.99894\n1371,1646729697,47.74303,8.99893\n1372,1646729698,47.74303,8.99895\n1373,1646729699,47.74303,8.99895\n1374,1646729700,47.74303,8.99896\n1375,1646729701,47.74303,8.99896\n1376,1646729702,47.74302,8.99896\n1377,1646729703,47.74303,8.99896\n1378,1646729704,47.74303,8.99896\n1379,1646729705,47.74304,8.99896\n1380,1646729706,47.74304,8.99896\n1381,1646729727,47.74311,8.99890\n1382,1646729728,47.74305,8.99890\n1383,1646729729,47.74305,8.99891\n1384,1646729730,47.74305,8.99892\n1385,1646729731,47.74306,8.99893\n1386,1646729732,47.74306,8.99893\n1387,1646729733,47.74306,8.99894\n1388,1646729734,47.74306,8.99895\n1389,1646729735,47.74306,8.99895\n1390,1646729736,47.74306,8.99896\n1391,1646729756,47.74307,8.99898\n1392,1646729757,47.74307,8.99897\n1393,1646729758,47.74307,8.99897\n1394,1646729759,47.74306,8.99896\n1395,1646729760,47.74306,8.99895\n1396,1646729761,47.74306,8.99896\n1397,1646729763,47.74306,8.99895\n1398,1646729764,47.74306,8.99895\n1399,1646729765,47.74306,8.99894\n1400,1646729766,47.74306,8.99894\n1401,1646729784,47.74301,8.99896\n1402,1646729785,47.74306,8.99893\n1403,1646729787,47.74305,8.99893\n1404,1646729788,47.74305,8.99893\n1405,1646729789,47.74305,8.99894\n1406,1646729790,47.74305,8.99894\n1407,1646729791,47.74305,8.99894\n1408,1646729792,47.74305,8.99894\n1409,1646729793,47.74305,8.99894\n1410,1646729794,47.74304,8.99893\n1411,1646729812,47.74305,8.99900\n1412,1646729813,47.74302,8.99899\n1413,1646729814,47.74303,8.99898\n1414,1646729815,47.74301,8.99897\n1415,1646729816,47.74300,8.99896\n1416,1646729817,47.74300,8.99896\n1417,1646729818,47.74299,8.99896\n1418,1646729819,47.74299,8.99896\n1419,1646729820,47.74299,8.99896\n1420,1646729821,47.74301,8.99896\n1421,1646729841,47.74299,8.99893\n1422,1646729842,47.74300,8.99892\n1423,1646729843,47.74301,8.99892\n1424,1646729844,47.74301,8.99893\n1425,1646729845,47.74301,8.99893\n1426,1646729846,47.74301,8.99894\n1427,1646729847,47.74301,8.99894\n1428,1646729848,47.74301,8.99894\n1429,1646729849,47.74301,8.99895\n1430,1646729850,47.74301,8.99895\n1431,1646729870,47.74303,8.99898\n1432,1646729871,47.74303,8.99897\n1433,1646729872,47.74304,8.99897\n1434,1646729873,47.74304,8.99897\n1435,1646729874,47.74304,8.99897\n1436,1646729875,47.74304,8.99897\n1437,1646729876,47.74304,8.99897\n1438,1646729877,47.74303,8.99897\n1439,1646729878,47.74303,8.99897\n1440,1646729879,47.74303,8.99897\n1441,1646729899,47.74298,8.99889\n1442,1646729900,47.74300,8.99897\n1443,1646729901,47.74300,8.99897\n1444,1646729902,47.74300,8.99897\n1445,1646729903,47.74300,8.99898\n1446,1646729904,47.74300,8.99898\n1447,1646729905,47.74300,8.99898\n1448,1646729906,47.74301,8.99898\n1449,1646729908,47.74301,8.99898\n1450,1646729909,47.74301,8.99898\n1451,1646729926,47.74303,8.99900\n1452,1646729928,47.74301,8.99902\n1453,1646729929,47.74301,8.99901\n1454,1646729930,47.74301,8.99901\n1455,1646729931,47.74301,8.99900\n1456,1646729932,47.74301,8.99900\n1457,1646729933,47.74301,8.99900\n1458,1646729934,47.74301,8.99900\n1459,1646729935,47.74301,8.99899\n1460,1646729936,47.74302,8.99899\n1461,1646729955,47.74299,8.99887\n1462,1646729956,47.74300,8.99892\n1463,1646729957,47.74300,8.99893\n1464,1646729958,47.74301,8.99894\n1465,1646729959,47.74301,8.99894\n1466,1646729960,47.74301,8.99895\n1467,1646729961,47.74302,8.99895\n1468,1646729962,47.74302,8.99895\n1469,1646729963,47.74301,8.99895\n1470,1646729964,47.74301,8.99895\n1471,1646729984,47.74302,8.99894\n1472,1646729985,47.74302,8.99895\n1473,1646729986,47.74302,8.99895\n1474,1646729987,47.74302,8.99895\n1475,1646729988,47.74302,8.99895\n1476,1646729989,47.74302,8.99895\n1477,1646729990,47.74302,8.99895\n1478,1646729991,47.74302,8.99895\n1479,1646729992,47.74302,8.99895\n1480,1646729993,47.74303,8.99895\n1481,1646730012,47.74306,8.99894\n1482,1646730013,47.74301,8.99895\n1483,1646730014,47.74301,8.99895\n1484,1646730015,47.74300,8.99895\n1485,1646730016,47.74300,8.99894\n1486,1646730017,47.74299,8.99893\n1487,1646730018,47.74299,8.99893\n1488,1646730019,47.74299,8.99893\n1489,1646730020,47.74299,8.99893\n1490,1646730022,47.74299,8.99893\n1491,1646730040,47.74299,8.99899\n1492,1646730041,47.74302,8.99898\n1493,1646730042,47.74302,8.99897\n1494,1646730043,47.74302,8.99897\n1495,1646730044,47.74302,8.99897\n1496,1646730045,47.74302,8.99897\n1497,1646730046,47.74303,8.99898\n1498,1646730047,47.74302,8.99897\n1499,1646730048,47.74302,8.99897\n1500,1646730049,47.74303,8.99897\n1501,1646730069,47.74300,8.99896\n1502,1646730070,47.74300,8.99896\n1503,1646730071,47.74301,8.99896\n1504,1646730072,47.74301,8.99896\n1505,1646730073,47.74301,8.99896\n1506,1646730074,47.74302,8.99897\n1507,1646730075,47.74302,8.99897\n1508,1646730076,47.74302,8.99897\n1509,1646730077,47.74302,8.99897\n1510,1646730078,47.74302,8.99897\n1511,1646730098,47.74293,8.99892\n1512,1646730099,47.74300,8.99894\n1513,1646730100,47.74301,8.99895\n1514,1646730101,47.74301,8.99895\n1515,1646730102,47.74301,8.99896\n1516,1646730103,47.74301,8.99896\n1517,1646730104,47.74301,8.99896\n1518,1646730105,47.74302,8.99896\n1519,1646730106,47.74302,8.99896\n1520,1646730107,47.74302,8.99896\n1521,1646730126,47.74306,8.99903\n1522,1646730127,47.74303,8.99901\n1523,1646730128,47.74303,8.99901\n1524,1646730129,47.74303,8.99901\n1525,1646730130,47.74303,8.99901\n1526,1646730131,47.74303,8.99901\n1527,1646730132,47.74303,8.99900\n1528,1646730133,47.74303,8.99900\n1529,1646730134,47.74303,8.99900\n1530,1646730136,47.74303,8.99900\n1531,1646730155,47.74302,8.99897\n1532,1646730156,47.74303,8.99896\n1533,1646730157,47.74303,8.99897\n1534,1646730158,47.74304,8.99897\n1535,1646730159,47.74304,8.99897\n1536,1646730160,47.74304,8.99897\n1537,1646730161,47.74304,8.99897\n1538,1646730162,47.74304,8.99897\n1539,1646730163,47.74304,8.99898\n1540,1646730165,47.74304,8.99898\n1541,1646730184,47.74305,8.99897\n1542,1646730185,47.74305,8.99897\n1543,1646730186,47.74304,8.99897\n1544,1646730187,47.74304,8.99897\n1545,1646730188,47.74304,8.99897\n1546,1646730189,47.74304,8.99898\n1547,1646730190,47.74304,8.99898\n1548,1646730191,47.74304,8.99898\n1549,1646730192,47.74304,8.99898\n1550,1646730193,47.74304,8.99898\n1551,1646730213,47.74301,8.99894\n1552,1646730214,47.74301,8.99895\n1553,1646730215,47.74302,8.99895\n1554,1646730216,47.74302,8.99896\n1555,1646730217,47.74302,8.99896\n1556,1646730218,47.74302,8.99896\n1557,1646730219,47.74302,8.99897\n1558,1646730220,47.74302,8.99897\n1559,1646730221,47.74302,8.99897\n1560,1646730222,47.74302,8.99897\n1561,1646730242,47.74292,8.99891\n1562,1646730243,47.74294,8.99891\n1563,1646730244,47.74294,8.99892\n1564,1646730245,47.74295,8.99892\n1565,1646730246,47.74296,8.99894\n1566,1646730247,47.74296,8.99894\n1567,1646730248,47.74296,8.99894\n1568,1646730249,47.74296,8.99894\n1569,1646730250,47.74296,8.99894\n1570,1646730251,47.74296,8.99894\n1571,1646730271,47.74301,8.99897\n1572,1646730272,47.74301,8.99897\n1573,1646730273,47.74301,8.99897\n1574,1646730274,47.74300,8.99898\n1575,1646730275,47.74300,8.99898\n1576,1646730276,47.74300,8.99898\n1577,1646730277,47.74300,8.99898\n1578,1646730278,47.74301,8.99898\n1579,1646730280,47.74302,8.99898\n1580,1646730281,47.74302,8.99898\n1581,1646730299,47.74300,8.99899\n1582,1646730300,47.74301,8.99899\n1583,1646730301,47.74302,8.99899\n1584,1646730302,47.74302,8.99899\n1585,1646730303,47.74303,8.99899\n1586,1646730304,47.74303,8.99900\n1587,1646730305,47.74303,8.99900\n1588,1646730306,47.74303,8.99900\n1589,1646730307,47.74303,8.99900\n1590,1646730309,47.74303,8.99899\n1591,1646730327,47.74316,8.99903\n1592,1646730328,47.74303,8.99895\n1593,1646730329,47.74304,8.99895\n1594,1646730330,47.74303,8.99896\n1595,1646730331,47.74303,8.99896\n1596,1646730332,47.74303,8.99897\n1597,1646730333,47.74304,8.99897\n1598,1646730334,47.74304,8.99897\n1599,1646730335,47.74304,8.99898\n1600,1646730336,47.74304,8.99898\n1601,1646730356,47.74302,8.99903\n1602,1646730357,47.74302,8.99902\n1603,1646730358,47.74302,8.99901\n1604,1646730359,47.74302,8.99901\n1605,1646730360,47.74302,8.99900\n1606,1646730361,47.74302,8.99899\n1607,1646730362,47.74302,8.99899\n1608,1646730363,47.74302,8.99899\n1609,1646730364,47.74302,8.99899\n1610,1646730365,47.74302,8.99899\n1611,1646730385,47.74306,8.99894\n1612,1646730386,47.74303,8.99894\n1613,1646730387,47.74303,8.99895\n1614,1646730388,47.74303,8.99895\n1615,1646730389,47.74303,8.99895\n1616,1646730390,47.74303,8.99894\n1617,1646730391,47.74302,8.99894\n1618,1646730392,47.74302,8.99895\n1619,1646730394,47.74302,8.99895\n1620,1646730395,47.74302,8.99895\n1621,1646730414,47.74300,8.99896\n1622,1646730415,47.74300,8.99896\n1623,1646730416,47.74301,8.99896\n1624,1646730417,47.74301,8.99896\n1625,1646730418,47.74302,8.99896\n1626,1646730419,47.74302,8.99896\n1627,1646730420,47.74302,8.99897\n1628,1646730421,47.74302,8.99897\n1629,1646730423,47.74303,8.99897\n1630,1646730424,47.74303,8.99897\n1631,1646730442,47.74303,8.99899\n1632,1646730444,47.74303,8.99898\n1633,1646730445,47.74303,8.99898\n1634,1646730446,47.74304,8.99897\n1635,1646730447,47.74304,8.99897\n1636,1646730448,47.74305,8.99897\n1637,1646730449,47.74305,8.99897\n1638,1646730450,47.74305,8.99897\n1639,1646730451,47.74305,8.99897\n1640,1646730452,47.74305,8.99897\n1641,1646730471,47.74303,8.99896\n1642,1646730472,47.74303,8.99897\n1643,1646730473,47.74303,8.99897\n1644,1646730474,47.74303,8.99897\n1645,1646730475,47.74303,8.99897\n1646,1646730476,47.74303,8.99897\n1647,1646730477,47.74303,8.99897\n1648,1646730478,47.74303,8.99897\n1649,1646730479,47.74303,8.99897\n1650,1646730480,47.74304,8.99897\n1651,1646730499,47.74301,8.99897\n1652,1646730500,47.74300,8.99896\n1653,1646730501,47.74300,8.99895\n1654,1646730502,47.74300,8.99895\n1655,1646730503,47.74300,8.99896\n1656,1646730504,47.74300,8.99896\n1657,1646730505,47.74300,8.99896\n1658,1646730506,47.74301,8.99896\n1659,1646730507,47.74301,8.99896\n1660,1646730508,47.74300,8.99895\n1661,1646730527,47.74306,8.99899\n1662,1646730528,47.74305,8.99898\n1663,1646730529,47.74305,8.99897\n1664,1646730530,47.74305,8.99898\n1665,1646730531,47.74304,8.99897\n1666,1646730532,47.74304,8.99897\n1667,1646730533,47.74304,8.99898\n1668,1646730534,47.74304,8.99898\n1669,1646730535,47.74304,8.99898\n1670,1646730536,47.74305,8.99897\n1671,1646730555,47.74305,8.99898\n1672,1646730556,47.74305,8.99898\n1673,1646730557,47.74305,8.99898\n1674,1646730558,47.74306,8.99898\n1675,1646730559,47.74306,8.99897\n1676,1646730560,47.74306,8.99897\n1677,1646730561,47.74305,8.99897\n1678,1646730562,47.74305,8.99897\n1679,1646730563,47.74305,8.99897\n1680,1646730564,47.74305,8.99897\n1681,1646730584,47.74291,8.99901\n1682,1646730585,47.74302,8.99900\n1683,1646730586,47.74302,8.99899\n1684,1646730587,47.74303,8.99899\n1685,1646730588,47.74303,8.99898\n1686,1646730589,47.74303,8.99898\n1687,1646730590,47.74303,8.99898\n1688,1646730591,47.74303,8.99898\n1689,1646730592,47.74303,8.99898\n1690,1646730593,47.74303,8.99898\n1691,1646730613,47.74305,8.99897\n1692,1646730614,47.74305,8.99897\n1693,1646730615,47.74304,8.99898\n1694,1646730616,47.74304,8.99897\n1695,1646730617,47.74304,8.99898\n1696,1646730618,47.74304,8.99898\n1697,1646730619,47.74303,8.99898\n1698,1646730621,47.74303,8.99897\n1699,1646730622,47.74303,8.99897\n1700,1646730623,47.74303,8.99897\n1701,1646730641,47.74293,8.99895\n1702,1646730642,47.74293,8.99894\n1703,1646730643,47.74292,8.99894\n1704,1646730644,47.74294,8.99894\n1705,1646730645,47.74295,8.99895\n1706,1646730646,47.74296,8.99895\n1707,1646730647,47.74296,8.99896\n1708,1646730648,47.74297,8.99896\n1709,1646730649,47.74297,8.99896\n1710,1646730651,47.74298,8.99896\n1711,1646730669,47.74310,8.99904\n1712,1646730670,47.74299,8.99896\n1713,1646730671,47.74299,8.99897\n1714,1646730672,47.74300,8.99897\n1715,1646730673,47.74300,8.99897\n1716,1646730674,47.74301,8.99897\n1717,1646730675,47.74301,8.99897\n1718,1646730676,47.74301,8.99897\n1719,1646730677,47.74301,8.99897\n1720,1646730678,47.74301,8.99897\n1721,1646730698,47.74301,8.99897\n1722,1646730699,47.74302,8.99897\n1723,1646730700,47.74302,8.99897\n1724,1646730701,47.74302,8.99897\n1725,1646730702,47.74302,8.99897\n1726,1646730703,47.74302,8.99897\n1727,1646730704,47.74302,8.99896\n1728,1646730705,47.74303,8.99897\n1729,1646730706,47.74303,8.99896\n1730,1646730707,47.74303,8.99896\n1731,1646730728,47.74305,8.99897\n1732,1646730729,47.74302,8.99895\n1733,1646730730,47.74301,8.99895\n1734,1646730731,47.74302,8.99896\n1735,1646730732,47.74302,8.99896\n1736,1646730733,47.74301,8.99896\n1737,1646730734,47.74301,8.99896\n1738,1646730736,47.74301,8.99896\n1739,1646730737,47.74301,8.99896\n1740,1646730738,47.74301,8.99895\n1741,1646730755,47.74304,8.99893\n1742,1646730757,47.74301,8.99895\n1743,1646730758,47.74301,8.99895\n1744,1646730759,47.74301,8.99894\n1745,1646730760,47.74301,8.99895\n1746,1646730761,47.74301,8.99895\n1747,1646730762,47.74301,8.99894\n1748,1646730763,47.74301,8.99894\n1749,1646730764,47.74302,8.99895\n1750,1646730765,47.74302,8.99895\n1751,1646730784,47.74305,8.99898\n1752,1646730785,47.74304,8.99897\n1753,1646730786,47.74304,8.99897\n1754,1646730787,47.74304,8.99897\n1755,1646730788,47.74305,8.99897\n1756,1646730789,47.74305,8.99896\n1757,1646730790,47.74305,8.99897\n1758,1646730791,47.74305,8.99897\n1759,1646730792,47.74305,8.99897\n1760,1646730793,47.74305,8.99897\n1761,1646730813,47.74301,8.99897\n1762,1646730814,47.74301,8.99897\n1763,1646730815,47.74302,8.99897\n1764,1646730816,47.74302,8.99896\n1765,1646730817,47.74303,8.99896\n1766,1646730818,47.74303,8.99896\n1767,1646730819,47.74303,8.99897\n1768,1646730820,47.74303,8.99897\n1769,1646730821,47.74303,8.99897\n1770,1646730822,47.74303,8.99897\n1771,1646730842,47.74304,8.99898\n1772,1646730843,47.74304,8.99897\n1773,1646730844,47.74304,8.99897\n1774,1646730845,47.74305,8.99897\n1775,1646730846,47.74305,8.99897\n1776,1646730847,47.74306,8.99897\n1777,1646730848,47.74306,8.99897\n1778,1646730849,47.74306,8.99897\n1779,1646730850,47.74305,8.99896\n1780,1646730851,47.74306,8.99896\n1781,1646730870,47.74302,8.99895\n1782,1646730871,47.74303,8.99895\n1783,1646730872,47.74303,8.99895\n1784,1646730873,47.74303,8.99895\n1785,1646730874,47.74303,8.99895\n1786,1646730875,47.74303,8.99895\n1787,1646730876,47.74303,8.99895\n1788,1646730877,47.74304,8.99896\n1789,1646730879,47.74305,8.99897\n1790,1646730880,47.74305,8.99897\n1791,1646730897,47.74304,8.99899\n1792,1646730899,47.74305,8.99899\n1793,1646730900,47.74305,8.99899\n1794,1646730901,47.74306,8.99900\n1795,1646730902,47.74305,8.99899\n1796,1646730903,47.74305,8.99898\n1797,1646730904,47.74305,8.99898\n1798,1646730905,47.74304,8.99897\n1799,1646730906,47.74304,8.99897\n1800,1646730907,47.74303,8.99897\n1801,1646730925,47.74297,8.99894\n1802,1646730926,47.74297,8.99895\n1803,1646730927,47.74298,8.99895\n1804,1646730928,47.74299,8.99896\n1805,1646730929,47.74300,8.99897\n1806,1646730930,47.74300,8.99897\n1807,1646730931,47.74301,8.99898\n1808,1646730932,47.74301,8.99899\n1809,1646730933,47.74302,8.99899\n1810,1646730934,47.74303,8.99900\n1811,1646730953,47.74303,8.99894\n1812,1646730954,47.74303,8.99894\n1813,1646730955,47.74303,8.99894\n1814,1646730956,47.74303,8.99895\n1815,1646730957,47.74303,8.99895\n1816,1646730958,47.74302,8.99895\n1817,1646730959,47.74302,8.99895\n1818,1646730960,47.74302,8.99895\n1819,1646730961,47.74302,8.99896\n1820,1646730963,47.74302,8.99896\n1821,1646730981,47.74303,8.99901\n1822,1646730982,47.74303,8.99901\n1823,1646730983,47.74303,8.99900\n1824,1646730984,47.74303,8.99899\n1825,1646730985,47.74303,8.99898\n1826,1646730986,47.74303,8.99898\n1827,1646730987,47.74303,8.99898\n1828,1646730988,47.74303,8.99898\n1829,1646730989,47.74304,8.99898\n1830,1646730990,47.74304,8.99898\n1831,1646731010,47.74302,8.99898\n1832,1646731011,47.74301,8.99898\n1833,1646731012,47.74301,8.99898\n1834,1646731013,47.74301,8.99899\n1835,1646731014,47.74301,8.99898\n1836,1646731015,47.74301,8.99898\n1837,1646731016,47.74301,8.99898\n1838,1646731017,47.74301,8.99898\n1839,1646731018,47.74302,8.99898\n1840,1646731019,47.74302,8.99898\n1841,1646731039,47.74298,8.99894\n1842,1646731040,47.74299,8.99895\n1843,1646731041,47.74299,8.99895\n1844,1646731042,47.74299,8.99895\n1845,1646731043,47.74299,8.99895\n1846,1646731044,47.74299,8.99895\n1847,1646731045,47.74300,8.99896\n1848,1646731046,47.74300,8.99897\n1849,1646731048,47.74300,8.99897\n1850,1646731049,47.74300,8.99897\n1851,1646731067,47.74302,8.99901\n1852,1646731068,47.74303,8.99900\n1853,1646731069,47.74303,8.99899\n1854,1646731070,47.74303,8.99899\n1855,1646731071,47.74303,8.99899\n1856,1646731072,47.74303,8.99899\n1857,1646731073,47.74303,8.99898\n1858,1646731074,47.74303,8.99899\n1859,1646731075,47.74304,8.99899\n1860,1646731077,47.74303,8.99899\n1861,1646731096,47.74311,8.99898\n1862,1646731097,47.74310,8.99897\n1863,1646731098,47.74309,8.99898\n1864,1646731099,47.74309,8.99898\n1865,1646731100,47.74308,8.99898\n1866,1646731101,47.74308,8.99898\n1867,1646731102,47.74307,8.99898\n1868,1646731103,47.74307,8.99898\n1869,1646731104,47.74307,8.99898\n1870,1646731105,47.74307,8.99898\n1871,1646731125,47.74307,8.99896\n1872,1646731126,47.74306,8.99895\n1873,1646731127,47.74306,8.99895\n1874,1646731128,47.74305,8.99895\n1875,1646731129,47.74305,8.99896\n1876,1646731130,47.74305,8.99896\n1877,1646731131,47.74306,8.99896\n1878,1646731132,47.74306,8.99896\n1879,1646731133,47.74306,8.99896\n1880,1646731134,47.74306,8.99896\n1881,1646731154,47.74306,8.99893\n1882,1646731155,47.74306,8.99894\n1883,1646731156,47.74306,8.99894\n1884,1646731157,47.74306,8.99895\n1885,1646731158,47.74306,8.99895\n1886,1646731159,47.74306,8.99896\n1887,1646731160,47.74306,8.99896\n1888,1646731161,47.74306,8.99896\n1889,1646731162,47.74306,8.99896\n1890,1646731163,47.74306,8.99896\n1891,1646731183,47.74307,8.99900\n1892,1646731184,47.74306,8.99900\n1893,1646731185,47.74306,8.99900\n1894,1646731186,47.74306,8.99900\n1895,1646731187,47.74306,8.99900\n1896,1646731188,47.74306,8.99900\n1897,1646731189,47.74306,8.99900\n1898,1646731190,47.74306,8.99900\n1899,1646731192,47.74306,8.99900\n1900,1646731193,47.74306,8.99900\n1901,1646731210,47.74305,8.99904\n1902,1646731212,47.74307,8.99902\n1903,1646731213,47.74306,8.99901\n1904,1646731214,47.74305,8.99901\n1905,1646731215,47.74305,8.99901\n1906,1646731216,47.74305,8.99901\n1907,1646731217,47.74304,8.99901\n1908,1646731218,47.74304,8.99900\n1909,1646731219,47.74304,8.99900\n1910,1646731220,47.74304,8.99900\n1911,1646731238,47.74303,8.99898\n1912,1646731239,47.74303,8.99898\n1913,1646731240,47.74303,8.99897\n1914,1646731241,47.74304,8.99898\n1915,1646731242,47.74304,8.99898\n1916,1646731243,47.74304,8.99899\n1917,1646731244,47.74305,8.99899\n1918,1646731245,47.74305,8.99899\n1919,1646731246,47.74305,8.99899\n1920,1646731247,47.74305,8.99899\n1921,1646731267,47.74297,8.99901\n1922,1646731268,47.74298,8.99899\n1923,1646731269,47.74298,8.99898\n1924,1646731270,47.74298,8.99897\n1925,1646731271,47.74298,8.99897\n1926,1646731272,47.74298,8.99897\n1927,1646731273,47.74298,8.99896\n1928,1646731275,47.74298,8.99896\n1929,1646731276,47.74298,8.99896\n1930,1646731277,47.74298,8.99896\n1931,1646731294,47.74288,8.99896\n1932,1646731296,47.74292,8.99895\n1933,1646731297,47.74293,8.99894\n1934,1646731298,47.74294,8.99894\n1935,1646731299,47.74295,8.99895\n1936,1646731300,47.74296,8.99895\n1937,1646731301,47.74297,8.99895\n1938,1646731302,47.74297,8.99896\n1939,1646731303,47.74298,8.99896\n1940,1646731304,47.74298,8.99896\n1941,1646731323,47.74302,8.99904\n1942,1646731324,47.74302,8.99903\n1943,1646731325,47.74302,8.99902\n1944,1646731326,47.74302,8.99902\n1945,1646731327,47.74302,8.99901\n1946,1646731328,47.74302,8.99901\n1947,1646731329,47.74301,8.99901\n1948,1646731330,47.74301,8.99900\n1949,1646731331,47.74301,8.99900\n1950,1646731332,47.74301,8.99900\n1951,1646731352,47.74302,8.99900\n1952,1646731353,47.74303,8.99900\n1953,1646731354,47.74304,8.99899\n1954,1646731355,47.74304,8.99899\n1955,1646731356,47.74304,8.99899\n1956,1646731357,47.74303,8.99899\n1957,1646731358,47.74303,8.99899\n1958,1646731359,47.74303,8.99899\n1959,1646731360,47.74303,8.99899\n1960,1646731361,47.74303,8.99899\n1961,1646731381,47.74299,8.99896\n1962,1646731382,47.74300,8.99896\n1963,1646731383,47.74300,8.99896\n1964,1646731384,47.74300,8.99896\n1965,1646731385,47.74301,8.99896\n1966,1646731386,47.74300,8.99896\n1967,1646731387,47.74300,8.99896\n1968,1646731388,47.74301,8.99896\n1969,1646731390,47.74301,8.99896\n1970,1646731391,47.74301,8.99895\n1971,1646731408,47.74300,8.99893\n1972,1646731409,47.74300,8.99898\n1973,1646731410,47.74300,8.99898\n1974,1646731411,47.74301,8.99898\n1975,1646731412,47.74301,8.99898\n1976,1646731413,47.74301,8.99898\n1977,1646731414,47.74301,8.99898\n1978,1646731415,47.74301,8.99897\n1979,1646731416,47.74301,8.99897\n1980,1646731417,47.74301,8.99897\n1981,1646731437,47.74303,8.99897\n1982,1646731438,47.74303,8.99897\n1983,1646731439,47.74304,8.99897\n1984,1646731440,47.74303,8.99897\n1985,1646731441,47.74303,8.99897\n1986,1646731442,47.74303,8.99897\n1987,1646731443,47.74303,8.99897\n1988,1646731444,47.74303,8.99897\n1989,1646731445,47.74303,8.99897\n1990,1646731446,47.74303,8.99897\n1991,1646731467,47.74303,8.99905\n1992,1646731468,47.74302,8.99903\n1993,1646731469,47.74302,8.99901\n1994,1646731470,47.74302,8.99900\n1995,1646731471,47.74302,8.99900\n1996,1646731472,47.74303,8.99899\n1997,1646731473,47.74302,8.99899\n1998,1646731474,47.74302,8.99899\n1999,1646731475,47.74302,8.99899\n2000,1646731476,47.74302,8.99899\n2001,1646731497,47.74312,8.99903\n2002,1646731498,47.74301,8.99898\n2003,1646731499,47.74301,8.99898\n2004,1646731500,47.74301,8.99897\n2005,1646731501,47.74300,8.99897\n2006,1646731502,47.74300,8.99897\n2007,1646731503,47.74300,8.99897\n2008,1646731504,47.74300,8.99897\n2009,1646731505,47.74300,8.99897\n2010,1646731506,47.74300,8.99897\n2011,1646731525,47.74307,8.99897\n2012,1646731526,47.74303,8.99895\n2013,1646731527,47.74302,8.99895\n2014,1646731528,47.74302,8.99896\n2015,1646731529,47.74301,8.99895\n2016,1646731530,47.74301,8.99896\n2017,1646731531,47.74302,8.99896\n2018,1646731533,47.74302,8.99896\n2019,1646731534,47.74302,8.99896\n2020,1646731535,47.74302,8.99896\n2021,1646731552,47.74307,8.99901\n2022,1646731554,47.74304,8.99901\n2023,1646731555,47.74303,8.99900\n2024,1646731556,47.74303,8.99899\n2025,1646731557,47.74302,8.99899\n2026,1646731558,47.74302,8.99898\n2027,1646731559,47.74301,8.99898\n2028,1646731560,47.74301,8.99897\n2029,1646731561,47.74301,8.99897\n2030,1646731562,47.74301,8.99897\n2031,1646731581,47.74292,8.99886\n2032,1646731582,47.74293,8.99886\n2033,1646731583,47.74294,8.99886\n2034,1646731584,47.74295,8.99887\n2035,1646731585,47.74296,8.99888\n2036,1646731586,47.74296,8.99888\n2037,1646731587,47.74296,8.99888\n2038,1646731588,47.74297,8.99888\n2039,1646731589,47.74297,8.99888\n2040,1646731590,47.74297,8.99888\n2041,1646731610,47.74298,8.99895\n2042,1646731611,47.74298,8.99894\n2043,1646731612,47.74298,8.99893\n2044,1646731613,47.74298,8.99892\n2045,1646731614,47.74297,8.99892\n2046,1646731615,47.74297,8.99891\n2047,1646731616,47.74297,8.99891\n2048,1646731617,47.74297,8.99891\n2049,1646731618,47.74297,8.99891\n2050,1646731619,47.74298,8.99890\n2051,1646731639,47.74291,8.99891\n2052,1646731640,47.74292,8.99891\n2053,1646731641,47.74293,8.99891\n2054,1646731642,47.74294,8.99890\n2055,1646731643,47.74294,8.99889\n2056,1646731644,47.74294,8.99889\n2057,1646731645,47.74295,8.99890\n2058,1646731646,47.74296,8.99891\n2059,1646731648,47.74295,8.99891\n2060,1646731649,47.74296,8.99891\n2061,1646731666,47.74301,8.99884\n2062,1646731668,47.74302,8.99891\n2063,1646731669,47.74302,8.99892\n2064,1646731670,47.74301,8.99893\n2065,1646731671,47.74301,8.99894\n2066,1646731672,47.74301,8.99893\n2067,1646731673,47.74301,8.99892\n2068,1646731674,47.74300,8.99892\n2069,1646731675,47.74300,8.99891\n2070,1646731676,47.74300,8.99891\n2071,1646731695,47.74300,8.99879\n2072,1646731696,47.74300,8.99879\n2073,1646731697,47.74300,8.99880\n2074,1646731698,47.74300,8.99882\n2075,1646731699,47.74300,8.99882\n2076,1646731700,47.74300,8.99883\n2077,1646731701,47.74301,8.99884\n2078,1646731702,47.74301,8.99884\n2079,1646731703,47.74301,8.99885\n2080,1646731704,47.74301,8.99886\n2081,1646731724,47.74303,8.99900\n2082,1646731725,47.74304,8.99899\n2083,1646731726,47.74303,8.99899\n2084,1646731727,47.74304,8.99899\n2085,1646731728,47.74304,8.99899\n2086,1646731729,47.74304,8.99899\n2087,1646731730,47.74304,8.99898\n2088,1646731731,47.74304,8.99898\n2089,1646731732,47.74304,8.99898\n2090,1646731733,47.74305,8.99898\n2091,1646731752,47.74304,8.99899\n2092,1646731753,47.74304,8.99900\n2093,1646731754,47.74305,8.99899\n2094,1646731755,47.74305,8.99899\n2095,1646731756,47.74304,8.99898\n2096,1646731757,47.74305,8.99897\n2097,1646731758,47.74304,8.99896\n2098,1646731759,47.74304,8.99896\n2099,1646731760,47.74304,8.99896\n2100,1646731762,47.74304,8.99896\n2101,1646731780,47.74302,8.99899\n2102,1646731781,47.74304,8.99898\n2103,1646731782,47.74304,8.99897\n2104,1646731783,47.74304,8.99897\n2105,1646731784,47.74305,8.99897\n2106,1646731785,47.74305,8.99897\n2107,1646731786,47.74305,8.99897\n2108,1646731787,47.74304,8.99897\n2109,1646731788,47.74304,8.99897\n2110,1646731789,47.74304,8.99897\n2111,1646731809,47.74301,8.99901\n2112,1646731810,47.74300,8.99899\n2113,1646731811,47.74301,8.99898\n2114,1646731812,47.74301,8.99897\n2115,1646731813,47.74301,8.99897\n2116,1646731814,47.74302,8.99897\n2117,1646731815,47.74302,8.99897\n2118,1646731816,47.74302,8.99896\n2119,1646731817,47.74303,8.99896\n2120,1646731818,47.74303,8.99896\n2121,1646731837,47.74306,8.99901\n2122,1646731838,47.74299,8.99897\n2123,1646731839,47.74300,8.99895\n2124,1646731840,47.74299,8.99895\n2125,1646731841,47.74299,8.99895\n2126,1646731842,47.74299,8.99895\n2127,1646731843,47.74299,8.99895\n2128,1646731844,47.74300,8.99895\n2129,1646731845,47.74300,8.99894\n2130,1646731846,47.74300,8.99894\n2131,1646731865,47.74301,8.99895\n2132,1646731866,47.74301,8.99895\n2133,1646731867,47.74300,8.99895\n2134,1646731868,47.74300,8.99895\n2135,1646731869,47.74300,8.99896\n2136,1646731870,47.74300,8.99896\n2137,1646731871,47.74300,8.99896\n2138,1646731872,47.74300,8.99895\n2139,1646731873,47.74300,8.99895\n2140,1646731875,47.74300,8.99895\n2141,1646731893,47.74299,8.99897\n2142,1646731894,47.74299,8.99896\n2143,1646731895,47.74300,8.99896\n2144,1646731896,47.74299,8.99896\n2145,1646731897,47.74299,8.99896\n2146,1646731898,47.74299,8.99897\n2147,1646731899,47.74299,8.99897\n2148,1646731900,47.74299,8.99898\n2149,1646731901,47.74299,8.99898\n2150,1646731902,47.74299,8.99898\n2151,1646731922,47.74302,8.99896\n2152,1646731923,47.74301,8.99896\n2153,1646731924,47.74301,8.99897\n2154,1646731925,47.74301,8.99897\n2155,1646731926,47.74301,8.99897\n2156,1646731927,47.74301,8.99897\n2157,1646731928,47.74301,8.99897\n2158,1646731929,47.74301,8.99897\n2159,1646731930,47.74301,8.99898\n2160,1646731931,47.74301,8.99898\n2161,1646731951,47.74301,8.99896\n2162,1646731952,47.74301,8.99896\n2163,1646731953,47.74301,8.99896\n2164,1646731954,47.74302,8.99896\n2165,1646731955,47.74301,8.99897\n2166,1646731956,47.74301,8.99897\n2167,1646731957,47.74301,8.99897\n2168,1646731958,47.74302,8.99897\n2169,1646731960,47.74302,8.99897\n2170,1646731961,47.74302,8.99896\n2171,1646731979,47.74304,8.99898\n2172,1646731980,47.74305,8.99899\n2173,1646731981,47.74304,8.99899\n2174,1646731982,47.74303,8.99899\n2175,1646731983,47.74302,8.99899\n2176,1646731984,47.74302,8.99898\n2177,1646731985,47.74302,8.99898\n2178,1646731986,47.74301,8.99898\n2179,1646731987,47.74301,8.99898\n2180,1646731989,47.74301,8.99898\n2181,1646732007,47.74291,8.99892\n2182,1646732008,47.74299,8.99896\n2183,1646732009,47.74299,8.99897\n2184,1646732010,47.74300,8.99897\n2185,1646732011,47.74300,8.99897\n2186,1646732012,47.74301,8.99897\n2187,1646732013,47.74301,8.99897\n2188,1646732014,47.74301,8.99897\n2189,1646732015,47.74301,8.99897\n2190,1646732016,47.74301,8.99896\n2191,1646732036,47.74298,8.99895\n2192,1646732037,47.74299,8.99893\n2193,1646732038,47.74299,8.99893\n2194,1646732039,47.74299,8.99894\n2195,1646732040,47.74299,8.99893\n2196,1646732041,47.74299,8.99893\n2197,1646732042,47.74299,8.99893\n2198,1646732043,47.74300,8.99893\n2199,1646732044,47.74300,8.99893\n2200,1646732045,47.74300,8.99893\n2201,1646732064,47.74305,8.99904\n2202,1646732065,47.74304,8.99904\n2203,1646732066,47.74303,8.99903\n2204,1646732067,47.74303,8.99902\n2205,1646732068,47.74303,8.99901\n2206,1646732069,47.74303,8.99900\n2207,1646732070,47.74302,8.99900\n2208,1646732071,47.74302,8.99899\n2209,1646732072,47.74302,8.99899\n2210,1646732074,47.74302,8.99899\n2211,1646732093,47.74303,8.99890\n2212,1646732094,47.74303,8.99891\n2213,1646732095,47.74303,8.99891\n2214,1646732096,47.74302,8.99891\n2215,1646732097,47.74302,8.99892\n2216,1646732098,47.74301,8.99892\n2217,1646732099,47.74301,8.99892\n2218,1646732100,47.74301,8.99892\n2219,1646732101,47.74301,8.99892\n2220,1646732103,47.74301,8.99892\n2221,1646732122,47.74301,8.99887\n2222,1646732123,47.74301,8.99889\n2223,1646732124,47.74301,8.99890\n2224,1646732125,47.74301,8.99891\n2225,1646732126,47.74301,8.99892\n2226,1646732127,47.74301,8.99892\n2227,1646732128,47.74301,8.99892\n2228,1646732129,47.74302,8.99892\n2229,1646732130,47.74302,8.99892\n2230,1646732131,47.74301,8.99892\n2231,1646732151,47.74302,8.99906\n2232,1646732152,47.74301,8.99903\n2233,1646732153,47.74301,8.99902\n2234,1646732154,47.74301,8.99901\n2235,1646732155,47.74300,8.99900\n2236,1646732156,47.74300,8.99899\n2237,1646732157,47.74300,8.99898\n2238,1646732158,47.74300,8.99898\n2239,1646732159,47.74300,8.99897\n2240,1646732160,47.74300,8.99897\n2241,1646732180,47.74298,8.99895\n2242,1646732181,47.74299,8.99895\n2243,1646732182,47.74299,8.99895\n2244,1646732183,47.74299,8.99896\n2245,1646732184,47.74299,8.99896\n2246,1646732185,47.74298,8.99896\n2247,1646732186,47.74298,8.99896\n2248,1646732187,47.74298,8.99896\n2249,1646732188,47.74298,8.99896\n2250,1646732189,47.74298,8.99896\n2251,1646732208,47.74299,8.99893\n2252,1646732209,47.74299,8.99894\n2253,1646732210,47.74298,8.99894\n2254,1646732211,47.74298,8.99894\n2255,1646732212,47.74298,8.99893\n2256,1646732213,47.74299,8.99893\n2257,1646732214,47.74299,8.99893\n2258,1646732215,47.74300,8.99894\n2259,1646732217,47.74300,8.99893\n2260,1646732218,47.74300,8.99893\n2261,1646732235,47.74300,8.99892\n2262,1646732237,47.74302,8.99890\n2263,1646732238,47.74301,8.99890\n2264,1646732239,47.74299,8.99890\n2265,1646732240,47.74299,8.99890\n2266,1646732241,47.74298,8.99890\n2267,1646732242,47.74298,8.99890\n2268,1646732243,47.74297,8.99890\n2269,1646732244,47.74297,8.99890\n2270,1646732245,47.74297,8.99890\n2271,1646732263,47.74297,8.99893\n2272,1646732264,47.74301,8.99896\n2273,1646732265,47.74301,8.99895\n2274,1646732266,47.74300,8.99896\n2275,1646732267,47.74299,8.99895\n2276,1646732268,47.74299,8.99895\n2277,1646732269,47.74299,8.99895\n2278,1646732270,47.74299,8.99895\n2279,1646732271,47.74299,8.99895\n2280,1646732272,47.74299,8.99895\n2281,1646732291,47.74301,8.99895\n2282,1646732292,47.74303,8.99893\n2283,1646732293,47.74302,8.99893\n2284,1646732294,47.74302,8.99894\n2285,1646732295,47.74301,8.99894\n2286,1646732296,47.74301,8.99893\n2287,1646732297,47.74300,8.99893\n2288,1646732298,47.74300,8.99893\n2289,1646732299,47.74300,8.99893\n2290,1646732301,47.74300,8.99894\n2291,1646732320,47.74309,8.99907\n2292,1646732321,47.74308,8.99906\n2293,1646732322,47.74306,8.99905\n2294,1646732323,47.74306,8.99904\n2295,1646732324,47.74305,8.99902\n2296,1646732325,47.74305,8.99902\n2297,1646732326,47.74304,8.99901\n2298,1646732327,47.74304,8.99901\n2299,1646732328,47.74303,8.99901\n2300,1646732329,47.74303,8.99900\n2301,1646732349,47.74311,8.99901\n2302,1646732350,47.74299,8.99899\n2303,1646732351,47.74297,8.99898\n2304,1646732352,47.74296,8.99897\n2305,1646732353,47.74296,8.99896\n2306,1646732354,47.74297,8.99895\n2307,1646732355,47.74297,8.99894\n2308,1646732356,47.74297,8.99894\n2309,1646732357,47.74297,8.99894\n2310,1646732358,47.74297,8.99894\n2311,1646732378,47.74290,8.99909\n2312,1646732379,47.74298,8.99900\n2313,1646732380,47.74299,8.99900\n2314,1646732381,47.74300,8.99899\n2315,1646732382,47.74301,8.99897\n2316,1646732383,47.74302,8.99896\n2317,1646732384,47.74301,8.99896\n2318,1646732385,47.74301,8.99896\n2319,1646732386,47.74301,8.99896\n2320,1646732387,47.74301,8.99896\n2321,1646732406,47.74291,8.99910\n2322,1646732407,47.74298,8.99898\n2323,1646732408,47.74298,8.99900\n2324,1646732409,47.74298,8.99900\n2325,1646732410,47.74298,8.99898\n2326,1646732411,47.74298,8.99898\n2327,1646732412,47.74299,8.99897\n2328,1646732413,47.74300,8.99896\n2329,1646732415,47.74301,8.99896\n2330,1646732416,47.74301,8.99895\n2331,1646732433,47.74293,8.99888\n2332,1646732435,47.74297,8.99896\n2333,1646732436,47.74298,8.99897\n2334,1646732437,47.74298,8.99897\n2335,1646732438,47.74298,8.99897\n2336,1646732439,47.74298,8.99896\n2337,1646732440,47.74298,8.99896\n2338,1646732441,47.74298,8.99896\n2339,1646732442,47.74298,8.99896\n2340,1646732443,47.74298,8.99896\n2341,1646732461,47.74281,8.99860\n2342,1646732462,47.74294,8.99884\n2343,1646732463,47.74297,8.99890\n2344,1646732464,47.74299,8.99893\n2345,1646732465,47.74299,8.99893\n2346,1646732466,47.74300,8.99894\n2347,1646732467,47.74301,8.99894\n2348,1646732468,47.74302,8.99894\n2349,1646732469,47.74302,8.99894\n2350,1646732470,47.74303,8.99894\n2351,1646732489,47.74289,8.99886\n2352,1646732490,47.74295,8.99892\n2353,1646732491,47.74292,8.99886\n2354,1646732492,47.74294,8.99890\n2355,1646732493,47.74295,8.99890\n2356,1646732494,47.74296,8.99891\n2357,1646732495,47.74298,8.99892\n2358,1646732496,47.74299,8.99892\n2359,1646732497,47.74300,8.99892\n2360,1646732499,47.74300,8.99892\n2361,1646732518,47.74299,8.99887\n2362,1646732519,47.74299,8.99890\n2363,1646732520,47.74299,8.99891\n2364,1646732521,47.74298,8.99893\n2365,1646732522,47.74298,8.99893\n2366,1646732523,47.74298,8.99894\n2367,1646732524,47.74298,8.99894\n2368,1646732525,47.74299,8.99893\n2369,1646732526,47.74299,8.99894\n2370,1646732527,47.74299,8.99894\n2371,1646732547,47.74296,8.99896\n2372,1646732548,47.74296,8.99894\n2373,1646732549,47.74297,8.99894\n2374,1646732550,47.74298,8.99893\n2375,1646732551,47.74298,8.99894\n2376,1646732552,47.74298,8.99894\n2377,1646732553,47.74299,8.99894\n2378,1646732554,47.74299,8.99894\n2379,1646732555,47.74299,8.99894\n2380,1646732556,47.74300,8.99894\n2381,1646732576,47.74307,8.99899\n2382,1646732577,47.74307,8.99899\n2383,1646732578,47.74306,8.99899\n2384,1646732579,47.74305,8.99899\n2385,1646732580,47.74305,8.99899\n2386,1646732581,47.74305,8.99898\n2387,1646732582,47.74305,8.99898\n2388,1646732583,47.74305,8.99898\n2389,1646732584,47.74305,8.99897\n2390,1646732585,47.74305,8.99897\n2391,1646732604,47.74319,8.99896\n2392,1646732605,47.74307,8.99899\n2393,1646732606,47.74307,8.99900\n2394,1646732607,47.74307,8.99900\n2395,1646732608,47.74307,8.99901\n2396,1646732609,47.74307,8.99901\n2397,1646732610,47.74307,8.99901\n2398,1646732611,47.74306,8.99901\n2399,1646732613,47.74306,8.99901\n2400,1646732614,47.74305,8.99900\n2401,1646732631,47.74295,8.99886\n2402,1646732633,47.74305,8.99898\n2403,1646732634,47.74306,8.99899\n2404,1646732635,47.74306,8.99899\n2405,1646732636,47.74306,8.99900\n2406,1646732637,47.74306,8.99899\n2407,1646732638,47.74305,8.99899\n2408,1646732639,47.74305,8.99899\n2409,1646732640,47.74305,8.99898\n2410,1646732641,47.74305,8.99898\n2411,1646732659,47.74294,8.99899\n2412,1646732660,47.74295,8.99894\n2413,1646732661,47.74296,8.99894\n2414,1646732662,47.74297,8.99895\n2415,1646732663,47.74298,8.99896\n2416,1646732664,47.74298,8.99896\n2417,1646732665,47.74298,8.99896\n2418,1646732666,47.74298,8.99896\n2419,1646732667,47.74299,8.99896\n2420,1646732668,47.74299,8.99895\n2421,1646732688,47.74303,8.99895\n2422,1646732689,47.74304,8.99895\n2423,1646732690,47.74303,8.99895\n2424,1646732691,47.74303,8.99896\n2425,1646732692,47.74303,8.99896\n2426,1646732693,47.74303,8.99897\n2427,1646732694,47.74303,8.99897\n2428,1646732695,47.74303,8.99897\n2429,1646732697,47.74303,8.99897\n2430,1646732698,47.74303,8.99897\n2431,1646732715,47.74301,8.99889\n2432,1646732717,47.74303,8.99898\n2433,1646732718,47.74303,8.99898\n2434,1646732719,47.74302,8.99898\n2435,1646732720,47.74302,8.99898\n2436,1646732721,47.74302,8.99898\n2437,1646732722,47.74302,8.99898\n2438,1646732723,47.74302,8.99898\n2439,1646732724,47.74301,8.99898\n2440,1646732725,47.74301,8.99898\n2441,1646732743,47.74304,8.99890\n2442,1646732744,47.74304,8.99890\n2443,1646732745,47.74304,8.99889\n2444,1646732746,47.74303,8.99890\n2445,1646732747,47.74302,8.99890\n2446,1646732748,47.74301,8.99890\n2447,1646732749,47.74300,8.99891\n2448,1646732750,47.74300,8.99891\n2449,1646732751,47.74299,8.99891\n2450,1646732752,47.74299,8.99891\n2451,1646732771,47.74298,8.99901\n2452,1646732772,47.74300,8.99902\n2453,1646732773,47.74300,8.99901\n2454,1646732774,47.74300,8.99900\n2455,1646732775,47.74301,8.99899\n2456,1646732776,47.74301,8.99899\n2457,1646732777,47.74301,8.99899\n2458,1646732778,47.74301,8.99899\n2459,1646732779,47.74301,8.99898\n2460,1646732781,47.74301,8.99898\n2461,1646732800,47.74303,8.99890\n2462,1646732801,47.74297,8.99890\n2463,1646732802,47.74297,8.99890\n2464,1646732803,47.74296,8.99890\n2465,1646732804,47.74297,8.99890\n2466,1646732805,47.74297,8.99890\n2467,1646732806,47.74298,8.99890\n2468,1646732807,47.74298,8.99891\n2469,1646732808,47.74298,8.99891\n2470,1646732809,47.74298,8.99891\n2471,1646732829,47.74312,8.99892\n2472,1646732830,47.74300,8.99889\n2473,1646732831,47.74300,8.99890\n2474,1646732832,47.74299,8.99891\n2475,1646732833,47.74299,8.99891\n2476,1646732834,47.74299,8.99891\n2477,1646732835,47.74299,8.99890\n2478,1646732836,47.74299,8.99890\n2479,1646732837,47.74299,8.99890\n2480,1646732838,47.74299,8.99890\n2481,1646732859,47.74297,8.99885\n2482,1646732860,47.74298,8.99888\n2483,1646732861,47.74298,8.99890\n2484,1646732862,47.74298,8.99891\n2485,1646732863,47.74299,8.99891\n2486,1646732864,47.74299,8.99892\n2487,1646732865,47.74299,8.99892\n2488,1646732866,47.74299,8.99892\n2489,1646732867,47.74299,8.99892\n2490,1646732868,47.74299,8.99892\n2491,1646732887,47.74309,8.99884\n2492,1646732888,47.74299,8.99885\n2493,1646732889,47.74299,8.99886\n2494,1646732890,47.74299,8.99887\n2495,1646732891,47.74300,8.99888\n2496,1646732892,47.74300,8.99889\n2497,1646732893,47.74300,8.99889\n2498,1646732895,47.74300,8.99889\n2499,1646732896,47.74300,8.99890\n2500,1646732897,47.74299,8.99890\n2501,1646732915,47.74312,8.99882\n2502,1646732916,47.74304,8.99887\n2503,1646732918,47.74301,8.99887\n2504,1646732919,47.74301,8.99888\n2505,1646732920,47.74301,8.99889\n2506,1646732921,47.74301,8.99890\n2507,1646732922,47.74301,8.99891\n2508,1646732923,47.74301,8.99892\n2509,1646732924,47.74301,8.99892\n2510,1646732925,47.74301,8.99893\n2511,1646732944,47.74314,8.99908\n2512,1646732945,47.74301,8.99900\n2513,1646732946,47.74301,8.99899\n2514,1646732947,47.74300,8.99898\n2515,1646732948,47.74300,8.99897\n2516,1646732949,47.74299,8.99896\n2517,1646732950,47.74299,8.99895\n2518,1646732951,47.74299,8.99895\n2519,1646732952,47.74299,8.99894\n2520,1646732953,47.74299,8.99894\n2521,1646732974,47.74306,8.99898\n2522,1646732975,47.74305,8.99897\n2523,1646732976,47.74304,8.99897\n2524,1646732977,47.74303,8.99896\n2525,1646732978,47.74303,8.99895\n2526,1646732979,47.74303,8.99895\n2527,1646732980,47.74303,8.99894\n2528,1646732981,47.74303,8.99894\n2529,1646732982,47.74302,8.99893\n2530,1646732983,47.74302,8.99893\n2531,1646733004,47.74302,8.99893\n2532,1646733005,47.74302,8.99893\n2533,1646733006,47.74301,8.99892\n2534,1646733007,47.74301,8.99891\n2535,1646733008,47.74302,8.99891\n2536,1646733009,47.74302,8.99891\n2537,1646733010,47.74302,8.99891\n2538,1646733011,47.74302,8.99891\n2539,1646733012,47.74302,8.99891\n2540,1646733013,47.74302,8.99891\n2541,1646733032,47.74308,8.99896\n2542,1646733033,47.74307,8.99896\n2543,1646733034,47.74306,8.99895\n2544,1646733035,47.74305,8.99895\n2545,1646733036,47.74304,8.99895\n2546,1646733037,47.74304,8.99895\n2547,1646733038,47.74303,8.99896\n2548,1646733039,47.74303,8.99896\n2549,1646733040,47.74302,8.99896\n2550,1646733041,47.74302,8.99896\n2551,1646733061,47.74320,8.99901\n2552,1646733062,47.74306,8.99900\n2553,1646733063,47.74304,8.99899\n2554,1646733064,47.74303,8.99898\n2555,1646733065,47.74303,8.99898\n2556,1646733066,47.74302,8.99897\n2557,1646733067,47.74302,8.99897\n2558,1646733069,47.74302,8.99896\n2559,1646733070,47.74302,8.99896\n2560,1646733071,47.74302,8.99896\n2561,1646733090,47.74299,8.99881\n2562,1646733091,47.74299,8.99881\n2563,1646733092,47.74300,8.99884\n2564,1646733093,47.74301,8.99885\n2565,1646733094,47.74300,8.99885\n2566,1646733095,47.74300,8.99886\n2567,1646733096,47.74300,8.99887\n2568,1646733097,47.74300,8.99888\n2569,1646733099,47.74300,8.99889\n2570,1646733100,47.74300,8.99890\n2571,1646733117,47.74309,8.99890\n2572,1646733119,47.74306,8.99892\n2573,1646733120,47.74305,8.99893\n2574,1646733121,47.74304,8.99894\n2575,1646733122,47.74303,8.99895\n2576,1646733123,47.74303,8.99895\n2577,1646733124,47.74302,8.99896\n2578,1646733125,47.74302,8.99896\n2579,1646733126,47.74302,8.99896\n2580,1646733127,47.74301,8.99897\n2581,1646733145,47.74304,8.99900\n2582,1646733146,47.74306,8.99903\n2583,1646733147,47.74306,8.99903\n2584,1646733148,47.74306,8.99902\n2585,1646733149,47.74305,8.99902\n2586,1646733150,47.74304,8.99902\n2587,1646733151,47.74304,8.99901\n2588,1646733152,47.74304,8.99901\n2589,1646733153,47.74303,8.99901\n2590,1646733154,47.74303,8.99901\n2591,1646733174,47.74299,8.99899\n2592,1646733175,47.74300,8.99902\n2593,1646733176,47.74300,8.99901\n2594,1646733177,47.74300,8.99900\n2595,1646733178,47.74300,8.99900\n2596,1646733179,47.74299,8.99899\n2597,1646733180,47.74299,8.99899\n2598,1646733181,47.74299,8.99899\n2599,1646733183,47.74299,8.99898\n2600,1646733184,47.74299,8.99898\n2601,1646733203,47.74297,8.99890\n2602,1646733204,47.74297,8.99891\n2603,1646733205,47.74299,8.99893\n2604,1646733206,47.74299,8.99895\n2605,1646733207,47.74299,8.99895\n2606,1646733208,47.74299,8.99894\n2607,1646733209,47.74299,8.99894\n2608,1646733210,47.74300,8.99894\n2609,1646733211,47.74300,8.99892\n2610,1646733213,47.74300,8.99892\n2611,1646733237,47.74303,8.99893\n2612,1646733238,47.74302,8.99892\n2613,1646733239,47.74302,8.99892\n2614,1646733240,47.74302,8.99891\n2615,1646733241,47.74302,8.99892\n2616,1646733243,47.74302,8.99892\n2617,1646733244,47.74302,8.99892\n2618,1646733245,47.74302,8.99892\n2619,1646733246,47.74303,8.99893\n2620,1646733247,47.74303,8.99893\n2621,1646733264,47.74299,8.99878\n2622,1646733266,47.74299,8.99881\n2623,1646733267,47.74299,8.99883\n2624,1646733268,47.74299,8.99884\n2625,1646733269,47.74300,8.99885\n2626,1646733270,47.74300,8.99885\n2627,1646733271,47.74300,8.99885\n2628,1646733272,47.74300,8.99886\n2629,1646733273,47.74301,8.99886\n2630,1646733274,47.74301,8.99886\n2631,1646733292,47.74298,8.99890\n2632,1646733293,47.74296,8.99883\n2633,1646733294,47.74297,8.99885\n2634,1646733295,47.74298,8.99886\n2635,1646733296,47.74298,8.99887\n2636,1646733297,47.74298,8.99887\n2637,1646733298,47.74298,8.99887\n2638,1646733299,47.74298,8.99888\n2639,1646733300,47.74298,8.99888\n2640,1646733301,47.74298,8.99888\n2641,1646733321,47.74296,8.99887\n2642,1646733322,47.74295,8.99887\n2643,1646733323,47.74295,8.99886\n2644,1646733324,47.74294,8.99886\n2645,1646733325,47.74294,8.99886\n2646,1646733326,47.74294,8.99887\n2647,1646733327,47.74295,8.99887\n2648,1646733328,47.74295,8.99888\n2649,1646733329,47.74295,8.99887\n2650,1646733330,47.74295,8.99888\n2651,1646733350,47.74294,8.99881\n2652,1646733351,47.74293,8.99879\n2653,1646733352,47.74293,8.99879\n2654,1646733353,47.74293,8.99878\n2655,1646733354,47.74293,8.99878\n2656,1646733355,47.74293,8.99878\n2657,1646733356,47.74295,8.99880\n2658,1646733358,47.74295,8.99881\n2659,1646733359,47.74295,8.99881\n2660,1646733360,47.74295,8.99881\n2661,1646733378,47.74301,8.99892\n2662,1646733379,47.74303,8.99897\n2663,1646733380,47.74301,8.99892\n2664,1646733381,47.74300,8.99890\n2665,1646733382,47.74300,8.99889\n2666,1646733383,47.74300,8.99888\n2667,1646733384,47.74300,8.99888\n2668,1646733385,47.74301,8.99887\n2669,1646733387,47.74301,8.99887\n2670,1646733388,47.74301,8.99887\n2671,1646733407,47.74302,8.99883\n2672,1646733408,47.74304,8.99890\n2673,1646733409,47.74305,8.99893\n2674,1646733410,47.74304,8.99894\n2675,1646733411,47.74303,8.99894\n2676,1646733412,47.74302,8.99893\n2677,1646733413,47.74302,8.99893\n2678,1646733414,47.74302,8.99893\n2679,1646733415,47.74301,8.99893\n2680,1646733416,47.74301,8.99893\n2681,1646733435,47.74307,8.99895\n2682,1646733436,47.74307,8.99898\n2683,1646733437,47.74307,8.99898\n2684,1646733438,47.74306,8.99898\n2685,1646733439,47.74306,8.99898\n2686,1646733440,47.74305,8.99897\n2687,1646733441,47.74303,8.99897\n2688,1646733442,47.74303,8.99896\n2689,1646733443,47.74302,8.99896\n2690,1646733444,47.74302,8.99895\n2691,1646733464,47.74311,8.99899\n2692,1646733465,47.74302,8.99897\n2693,1646733466,47.74301,8.99896\n2694,1646733467,47.74301,8.99894\n2695,1646733468,47.74300,8.99893\n2696,1646733469,47.74300,8.99893\n2697,1646733470,47.74300,8.99893\n2698,1646733471,47.74300,8.99893\n2699,1646733472,47.74299,8.99893\n2700,1646733473,47.74299,8.99892\n2701,1646733493,47.74295,8.99885\n2702,1646733494,47.74293,8.99884\n2703,1646733495,47.74293,8.99884\n2704,1646733496,47.74293,8.99885\n2705,1646733497,47.74293,8.99885\n2706,1646733498,47.74292,8.99886\n2707,1646733499,47.74293,8.99886\n2708,1646733500,47.74293,8.99887\n2709,1646733502,47.74293,8.99887\n2710,1646733503,47.74293,8.99887\n2711,1646733520,47.74297,8.99885\n2712,1646733522,47.74295,8.99885\n2713,1646733523,47.74294,8.99885\n2714,1646733524,47.74294,8.99884\n2715,1646733525,47.74294,8.99885\n2716,1646733526,47.74295,8.99886\n2717,1646733527,47.74295,8.99886\n2718,1646733528,47.74295,8.99886\n2719,1646733529,47.74295,8.99886\n2720,1646733530,47.74296,8.99886\n2721,1646733549,47.74300,8.99888\n2722,1646733550,47.74297,8.99885\n2723,1646733551,47.74297,8.99885\n2724,1646733552,47.74296,8.99884\n2725,1646733553,47.74297,8.99884\n2726,1646733554,47.74297,8.99884\n2727,1646733555,47.74297,8.99885\n2728,1646733556,47.74297,8.99886\n2729,1646733557,47.74297,8.99886\n2730,1646733558,47.74297,8.99887\n2731,1646733577,47.74308,8.99880\n2732,1646733578,47.74304,8.99890\n2733,1646733579,47.74303,8.99891\n2734,1646733580,47.74302,8.99890\n2735,1646733581,47.74301,8.99889\n2736,1646733582,47.74301,8.99888\n2737,1646733583,47.74300,8.99887\n2738,1646733584,47.74299,8.99888\n2739,1646733585,47.74299,8.99888\n2740,1646733586,47.74299,8.99889\n2741,1646733605,47.74298,8.99896\n2742,1646733606,47.74299,8.99896\n2743,1646733607,47.74299,8.99897\n2744,1646733608,47.74300,8.99898\n2745,1646733609,47.74300,8.99897\n2746,1646733610,47.74300,8.99897\n2747,1646733611,47.74299,8.99896\n2748,1646733612,47.74299,8.99895\n2749,1646733613,47.74299,8.99895\n2750,1646733614,47.74300,8.99895\n2751,1646733633,47.74299,8.99897\n2752,1646733634,47.74301,8.99899\n2753,1646733635,47.74300,8.99899\n2754,1646733636,47.74300,8.99899\n2755,1646733637,47.74299,8.99898\n2756,1646733638,47.74299,8.99898\n2757,1646733639,47.74298,8.99898\n2758,1646733640,47.74298,8.99898\n2759,1646733641,47.74297,8.99897\n2760,1646733642,47.74297,8.99897\n2761,1646733662,47.74298,8.99904\n2762,1646733663,47.74303,8.99904\n2763,1646733664,47.74302,8.99902\n2764,1646733665,47.74301,8.99901\n2765,1646733666,47.74300,8.99900\n2766,1646733667,47.74300,8.99899\n2767,1646733668,47.74300,8.99899\n2768,1646733669,47.74300,8.99899\n2769,1646733670,47.74300,8.99898\n2770,1646733671,47.74300,8.99898\n2771,1646733691,47.74301,8.99899\n2772,1646733692,47.74300,8.99898\n2773,1646733693,47.74301,8.99898\n2774,1646733694,47.74300,8.99897\n2775,1646733695,47.74300,8.99896\n2776,1646733696,47.74300,8.99896\n2777,1646733697,47.74299,8.99896\n2778,1646733698,47.74300,8.99895\n2779,1646733700,47.74300,8.99895\n2780,1646733701,47.74300,8.99895\n2781,1646733718,47.74306,8.99890\n2782,1646733720,47.74304,8.99892\n2783,1646733721,47.74304,8.99893\n2784,1646733722,47.74304,8.99893\n2785,1646733723,47.74304,8.99894\n2786,1646733724,47.74305,8.99895\n2787,1646733725,47.74305,8.99895\n2788,1646733726,47.74305,8.99895\n2789,1646733727,47.74305,8.99895\n2790,1646733728,47.74305,8.99896\n2791,1646733747,47.74308,8.99903\n2792,1646733748,47.74297,8.99897\n2793,1646733749,47.74296,8.99896\n2794,1646733750,47.74296,8.99896\n2795,1646733751,47.74296,8.99897\n2796,1646733752,47.74296,8.99897\n2797,1646733753,47.74296,8.99897\n2798,1646733754,47.74296,8.99897\n2799,1646733755,47.74296,8.99897\n2800,1646733756,47.74296,8.99897\n2801,1646733777,47.74294,8.99893\n2802,1646733778,47.74294,8.99895\n2803,1646733779,47.74294,8.99896\n2804,1646733780,47.74294,8.99897\n2805,1646733781,47.74293,8.99897\n2806,1646733782,47.74293,8.99898\n2807,1646733783,47.74294,8.99898\n2808,1646733784,47.74294,8.99898\n2809,1646733785,47.74294,8.99898\n2810,1646733786,47.74295,8.99897\n2811,1646733806,47.74308,8.99904\n2812,1646733807,47.74300,8.99900\n2813,1646733808,47.74299,8.99898\n2814,1646733809,47.74299,8.99898\n2815,1646733810,47.74299,8.99897\n2816,1646733811,47.74300,8.99897\n2817,1646733812,47.74299,8.99897\n2818,1646733813,47.74299,8.99897\n2819,1646733814,47.74299,8.99897\n2820,1646733815,47.74298,8.99896\n2821,1646733834,47.74331,8.99915\n2822,1646733835,47.74301,8.99903\n2823,1646733836,47.74300,8.99903\n2824,1646733837,47.74299,8.99902\n2825,1646733838,47.74299,8.99900\n2826,1646733839,47.74299,8.99898\n2827,1646733840,47.74299,8.99897\n2828,1646733841,47.74297,8.99898\n2829,1646733843,47.74298,8.99897\n2830,1646733844,47.74297,8.99897\n2831,1646733861,47.74287,8.99898\n2832,1646733863,47.74296,8.99900\n2833,1646733864,47.74298,8.99901\n2834,1646733865,47.74299,8.99901\n2835,1646733866,47.74299,8.99901\n2836,1646733867,47.74299,8.99901\n2837,1646733868,47.74300,8.99901\n2838,1646733869,47.74300,8.99901\n2839,1646733870,47.74300,8.99901\n2840,1646733871,47.74300,8.99901\n2841,1646733889,47.74300,8.99904\n2842,1646733890,47.74305,8.99901\n2843,1646733891,47.74303,8.99900\n2844,1646733892,47.74304,8.99899\n2845,1646733893,47.74304,8.99900\n2846,1646733894,47.74303,8.99900\n2847,1646733895,47.74303,8.99900\n2848,1646733896,47.74303,8.99900\n2849,1646733897,47.74303,8.99900\n2850,1646733898,47.74302,8.99900\n2851,1646733917,47.74309,8.99895\n2852,1646733918,47.74303,8.99901\n2853,1646733919,47.74302,8.99903\n2854,1646733920,47.74300,8.99903\n2855,1646733921,47.74300,8.99904\n2856,1646733922,47.74300,8.99905\n2857,1646733923,47.74299,8.99905\n2858,1646733924,47.74298,8.99906\n2859,1646733925,47.74299,8.99908\n2860,1646733927,47.74298,8.99907\n2861,1646733949,47.74304,8.99907\n2862,1646733950,47.74303,8.99906\n2863,1646733951,47.74303,8.99905\n2864,1646733952,47.74303,8.99905\n2865,1646733953,47.74303,8.99904\n2866,1646733954,47.74303,8.99904\n2867,1646733955,47.74304,8.99902\n2868,1646733957,47.74304,8.99903\n2869,1646733958,47.74304,8.99903\n2870,1646733959,47.74304,8.99903\n2871,1646733978,47.74314,8.99899\n2872,1646733979,47.74312,8.99898\n2873,1646733980,47.74310,8.99897\n2874,1646733981,47.74308,8.99896\n2875,1646733982,47.74307,8.99896\n2876,1646733983,47.74307,8.99895\n2877,1646733984,47.74307,8.99895\n2878,1646733985,47.74306,8.99895\n2879,1646733987,47.74306,8.99894\n2880,1646733988,47.74305,8.99895\n2881,1646734005,47.74304,8.99900\n2882,1646734007,47.74305,8.99899\n2883,1646734008,47.74305,8.99898\n2884,1646734009,47.74305,8.99897\n2885,1646734010,47.74305,8.99897\n2886,1646734011,47.74305,8.99896\n2887,1646734012,47.74304,8.99896\n2888,1646734013,47.74304,8.99896\n2889,1646734014,47.74303,8.99896\n2890,1646734015,47.74304,8.99896\n2891,1646734033,47.74307,8.99889\n2892,1646734034,47.74307,8.99891\n2893,1646734035,47.74307,8.99893\n2894,1646734036,47.74306,8.99894\n2895,1646734037,47.74305,8.99895\n2896,1646734038,47.74305,8.99895\n2897,1646734039,47.74304,8.99896\n2898,1646734040,47.74304,8.99896\n2899,1646734041,47.74304,8.99896\n2900,1646734042,47.74304,8.99897\n2901,1646734061,47.74310,8.99890\n2902,1646734062,47.74308,8.99890\n2903,1646734063,47.74308,8.99892\n2904,1646734064,47.74309,8.99894\n2905,1646734065,47.74308,8.99895\n2906,1646734066,47.74307,8.99896\n2907,1646734067,47.74307,8.99896\n2908,1646734068,47.74307,8.99896\n2909,1646734069,47.74308,8.99896\n2910,1646734071,47.74308,8.99896\n2911,1646734090,47.74324,8.99896\n2912,1646734091,47.74307,8.99893\n2913,1646734092,47.74306,8.99893\n2914,1646734093,47.74306,8.99894\n2915,1646734094,47.74306,8.99893\n2916,1646734095,47.74306,8.99894\n2917,1646734096,47.74305,8.99894\n2918,1646734097,47.74305,8.99893\n2919,1646734098,47.74305,8.99893\n2920,1646734099,47.74306,8.99893\n2921,1646734120,47.74314,8.99902\n2922,1646734121,47.74304,8.99896\n2923,1646734122,47.74304,8.99896\n2924,1646734123,47.74303,8.99896\n2925,1646734124,47.74302,8.99896\n2926,1646734125,47.74302,8.99896\n2927,1646734126,47.74302,8.99897\n2928,1646734127,47.74302,8.99896\n2929,1646734128,47.74302,8.99897\n2930,1646734129,47.74304,8.99896\n2931,1646734149,47.74301,8.99893\n2932,1646734150,47.74301,8.99894\n2933,1646734151,47.74301,8.99895\n2934,1646734152,47.74301,8.99896\n2935,1646734153,47.74301,8.99895\n2936,1646734154,47.74301,8.99896\n2937,1646734155,47.74301,8.99896\n2938,1646734156,47.74301,8.99897\n2939,1646734157,47.74301,8.99897\n2940,1646734158,47.74301,8.99897\n2941,1646734177,47.74305,8.99897\n2942,1646734178,47.74299,8.99898\n2943,1646734179,47.74299,8.99898\n2944,1646734180,47.74299,8.99897\n2945,1646734181,47.74300,8.99897\n2946,1646734182,47.74300,8.99897\n2947,1646734183,47.74302,8.99897\n2948,1646734185,47.74302,8.99896\n2949,1646734186,47.74302,8.99896\n2950,1646734187,47.74301,8.99896\n2951,1646734205,47.74300,8.99893\n2952,1646734206,47.74300,8.99895\n2953,1646734207,47.74300,8.99895\n2954,1646734208,47.74300,8.99895\n2955,1646734209,47.74300,8.99896\n2956,1646734210,47.74300,8.99895\n2957,1646734211,47.74300,8.99896\n2958,1646734212,47.74300,8.99896\n2959,1646734213,47.74303,8.99897\n2960,1646734215,47.74302,8.99897\n2961,1646734234,47.74297,8.99897\n2962,1646734235,47.74297,8.99897\n2963,1646734236,47.74299,8.99896\n2964,1646734237,47.74299,8.99896\n2965,1646734238,47.74299,8.99896\n2966,1646734239,47.74299,8.99896\n2967,1646734240,47.74299,8.99895\n2968,1646734241,47.74299,8.99895\n2969,1646734242,47.74299,8.99895\n2970,1646734243,47.74300,8.99895\n2971,1646734264,47.74299,8.99898\n2972,1646734265,47.74300,8.99898\n2973,1646734266,47.74299,8.99899\n2974,1646734267,47.74300,8.99899\n2975,1646734268,47.74300,8.99899\n2976,1646734269,47.74301,8.99899\n2977,1646734270,47.74301,8.99899\n2978,1646734271,47.74301,8.99899\n2979,1646734272,47.74301,8.99898\n2980,1646734273,47.74301,8.99898\n2981,1646734292,47.74299,8.99903\n2982,1646734293,47.74299,8.99902\n2983,1646734294,47.74299,8.99901\n2984,1646734295,47.74299,8.99901\n2985,1646734296,47.74300,8.99901\n2986,1646734297,47.74300,8.99901\n2987,1646734298,47.74300,8.99901\n2988,1646734299,47.74300,8.99901\n2989,1646734300,47.74300,8.99901\n2990,1646734301,47.74300,8.99900\n2991,1646734320,47.74320,8.99906\n2992,1646734321,47.74305,8.99900\n2993,1646734322,47.74303,8.99900\n2994,1646734323,47.74302,8.99900\n2995,1646734324,47.74301,8.99900\n2996,1646734325,47.74301,8.99901\n2997,1646734326,47.74300,8.99901\n2998,1646734327,47.74301,8.99901\n2999,1646734329,47.74301,8.99901\n3000,1646734330,47.74301,8.99901\n3001,1646734347,47.74305,8.99893\n3002,1646734349,47.74304,8.99898\n3003,1646734350,47.74304,8.99898\n3004,1646734351,47.74303,8.99898\n3005,1646734352,47.74303,8.99899\n3006,1646734353,47.74303,8.99899\n3007,1646734354,47.74303,8.99899\n3008,1646734355,47.74303,8.99900\n3009,1646734356,47.74303,8.99900\n3010,1646734357,47.74303,8.99900\n3011,1646734375,47.74304,8.99901\n3012,1646734376,47.74304,8.99901\n3013,1646734377,47.74304,8.99900\n3014,1646734378,47.74304,8.99901\n3015,1646734379,47.74304,8.99900\n3016,1646734380,47.74304,8.99900\n3017,1646734381,47.74303,8.99900\n3018,1646734382,47.74303,8.99899\n3019,1646734383,47.74303,8.99899\n3020,1646734384,47.74302,8.99899\n3021,1646734403,47.74300,8.99891\n3022,1646734404,47.74303,8.99889\n3023,1646734405,47.74304,8.99890\n3024,1646734406,47.74303,8.99891\n3025,1646734407,47.74302,8.99892\n3026,1646734408,47.74302,8.99893\n3027,1646734409,47.74301,8.99894\n3028,1646734410,47.74300,8.99894\n3029,1646734411,47.74300,8.99895\n3030,1646734413,47.74300,8.99895\n3031,1646734431,47.74305,8.99886\n3032,1646734432,47.74292,8.99893\n3033,1646734433,47.74294,8.99894\n3034,1646734434,47.74294,8.99893\n3035,1646734435,47.74295,8.99894\n3036,1646734436,47.74295,8.99894\n3037,1646734437,47.74296,8.99895\n3038,1646734438,47.74296,8.99895\n3039,1646734439,47.74296,8.99895\n3040,1646734440,47.74296,8.99896\n3041,1646734462,47.74305,8.99901\n3042,1646734463,47.74296,8.99898\n3043,1646734464,47.74295,8.99899\n3044,1646734465,47.74295,8.99900\n3045,1646734466,47.74294,8.99900\n3046,1646734467,47.74293,8.99901\n3047,1646734468,47.74293,8.99901\n3048,1646734469,47.74293,8.99902\n3049,1646734470,47.74294,8.99902\n3050,1646734471,47.74293,8.99904\n3051,1646734491,47.74301,8.99893\n3052,1646734492,47.74301,8.99893\n3053,1646734493,47.74301,8.99894\n3054,1646734494,47.74300,8.99894\n3055,1646734495,47.74299,8.99895\n3056,1646734496,47.74299,8.99895\n3057,1646734497,47.74299,8.99896\n3058,1646734498,47.74299,8.99897\n3059,1646734499,47.74299,8.99897\n3060,1646734500,47.74300,8.99897\n3061,1646734518,47.74302,8.99897\n3062,1646734519,47.74298,8.99899\n3063,1646734520,47.74296,8.99901\n3064,1646734521,47.74294,8.99902\n3065,1646734522,47.74292,8.99903\n3066,1646734523,47.74292,8.99904\n3067,1646734524,47.74292,8.99904\n3068,1646734525,47.74292,8.99904\n3069,1646734526,47.74292,8.99904\n3070,1646734527,47.74292,8.99903\n3071,1646734546,47.74298,8.99892\n3072,1646734547,47.74299,8.99897\n3073,1646734548,47.74298,8.99898\n3074,1646734549,47.74297,8.99898\n3075,1646734550,47.74297,8.99899\n3076,1646734551,47.74298,8.99899\n3077,1646734552,47.74298,8.99899\n3078,1646734553,47.74298,8.99900\n3079,1646734554,47.74298,8.99900\n3080,1646734555,47.74297,8.99901\n3081,1646734575,47.74297,8.99902\n3082,1646734576,47.74298,8.99902\n3083,1646734577,47.74299,8.99901\n3084,1646734578,47.74298,8.99901\n3085,1646734579,47.74298,8.99901\n3086,1646734580,47.74298,8.99901\n3087,1646734581,47.74299,8.99901\n3088,1646734582,47.74299,8.99900\n3089,1646734583,47.74299,8.99900\n3090,1646734584,47.74300,8.99900\n3091,1646734603,47.74299,8.99903\n3092,1646734604,47.74296,8.99903\n3093,1646734605,47.74295,8.99903\n3094,1646734606,47.74295,8.99903\n3095,1646734607,47.74294,8.99904\n3096,1646734608,47.74294,8.99904\n3097,1646734609,47.74296,8.99901\n3098,1646734611,47.74295,8.99903\n3099,1646734612,47.74295,8.99904\n3100,1646734613,47.74295,8.99903\n3101,1646734630,47.74296,8.99910\n3102,1646734632,47.74297,8.99905\n3103,1646734633,47.74296,8.99904\n3104,1646734634,47.74297,8.99903\n3105,1646734635,47.74297,8.99903\n3106,1646734636,47.74298,8.99903\n3107,1646734637,47.74298,8.99903\n3108,1646734638,47.74298,8.99903\n3109,1646734639,47.74298,8.99903\n3110,1646734640,47.74298,8.99902\n3111,1646734660,47.74289,8.99912\n3112,1646734661,47.74290,8.99910\n3113,1646734662,47.74291,8.99909\n3114,1646734663,47.74292,8.99909\n3115,1646734664,47.74294,8.99908\n3116,1646734665,47.74294,8.99908\n3117,1646734666,47.74294,8.99907\n3118,1646734667,47.74294,8.99908\n3119,1646734668,47.74294,8.99907\n3120,1646734669,47.74297,8.99904\n3121,1646734689,47.74294,8.99909\n3122,1646734690,47.74295,8.99908\n3123,1646734691,47.74295,8.99907\n3124,1646734692,47.74295,8.99907\n3125,1646734693,47.74296,8.99907\n3126,1646734694,47.74296,8.99906\n3127,1646734695,47.74296,8.99907\n3128,1646734696,47.74296,8.99907\n3129,1646734697,47.74296,8.99906\n3130,1646734698,47.74296,8.99906\n3131,1646734717,47.74303,8.99901\n3132,1646734718,47.74302,8.99901\n3133,1646734719,47.74301,8.99901\n3134,1646734720,47.74301,8.99902\n3135,1646734721,47.74301,8.99901\n3136,1646734722,47.74300,8.99901\n3137,1646734723,47.74300,8.99901\n3138,1646734724,47.74300,8.99901\n3139,1646734725,47.74301,8.99901\n3140,1646734726,47.74301,8.99901\n3141,1646734747,47.74307,8.99893\n3142,1646734748,47.74304,8.99896\n3143,1646734749,47.74304,8.99897\n3144,1646734750,47.74303,8.99898\n3145,1646734751,47.74303,8.99898\n3146,1646734752,47.74302,8.99899\n3147,1646734753,47.74299,8.99904\n3148,1646734755,47.74299,8.99904\n3149,1646734756,47.74299,8.99904\n3150,1646734757,47.74300,8.99904\n3151,1646734775,47.74298,8.99896\n3152,1646734776,47.74300,8.99897\n3153,1646734777,47.74300,8.99897\n3154,1646734778,47.74299,8.99898\n3155,1646734779,47.74299,8.99898\n3156,1646734780,47.74299,8.99899\n3157,1646734781,47.74299,8.99900\n3158,1646734782,47.74299,8.99900\n3159,1646734783,47.74300,8.99899\n3160,1646734785,47.74300,8.99899\n3161,1646734803,47.74292,8.99907\n3162,1646734804,47.74294,8.99907\n3163,1646734805,47.74295,8.99906\n3164,1646734806,47.74296,8.99905\n3165,1646734807,47.74296,8.99905\n3166,1646734808,47.74297,8.99905\n3167,1646734809,47.74297,8.99904\n3168,1646734810,47.74297,8.99904\n3169,1646734811,47.74297,8.99904\n3170,1646734812,47.74297,8.99904\n3171,1646734831,47.74295,8.99900\n3172,1646734832,47.74295,8.99901\n3173,1646734833,47.74296,8.99901\n3174,1646734834,47.74296,8.99901\n3175,1646734835,47.74296,8.99902\n3176,1646734836,47.74297,8.99902\n3177,1646734837,47.74297,8.99902\n3178,1646734838,47.74297,8.99902\n3179,1646734839,47.74297,8.99902\n3180,1646734840,47.74297,8.99902\n3181,1646734860,47.74296,8.99900\n3182,1646734861,47.74297,8.99900\n3183,1646734862,47.74297,8.99899\n3184,1646734863,47.74297,8.99900\n3185,1646734864,47.74298,8.99900\n3186,1646734865,47.74298,8.99900\n3187,1646734866,47.74298,8.99901\n3188,1646734867,47.74298,8.99901\n3189,1646734868,47.74303,8.99895\n3190,1646734870,47.74304,8.99895\n3191,1646734888,47.74307,8.99898\n3192,1646734889,47.74306,8.99898\n3193,1646734890,47.74306,8.99898\n3194,1646734891,47.74305,8.99899\n3195,1646734892,47.74304,8.99899\n3196,1646734893,47.74304,8.99899\n3197,1646734894,47.74304,8.99899\n3198,1646734895,47.74304,8.99899\n3199,1646734896,47.74304,8.99899\n3200,1646734897,47.74304,8.99899\n3201,1646734917,47.74300,8.99903\n3202,1646734918,47.74300,8.99900\n3203,1646734919,47.74299,8.99900\n3204,1646734920,47.74300,8.99900\n3205,1646734921,47.74300,8.99901\n3206,1646734922,47.74300,8.99901\n3207,1646734923,47.74300,8.99901\n3208,1646734924,47.74300,8.99901\n3209,1646734925,47.74300,8.99901\n3210,1646734926,47.74300,8.99901\n3211,1646734946,47.74293,8.99902\n3212,1646734947,47.74295,8.99900\n3213,1646734948,47.74297,8.99900\n3214,1646734949,47.74298,8.99899\n3215,1646734950,47.74298,8.99899\n3216,1646734951,47.74299,8.99899\n3217,1646734952,47.74299,8.99899\n3218,1646734953,47.74299,8.99899\n3219,1646734954,47.74298,8.99899\n3220,1646734955,47.74298,8.99899\n3221,1646734975,47.74296,8.99905\n3222,1646734976,47.74297,8.99905\n3223,1646734977,47.74298,8.99904\n3224,1646734978,47.74298,8.99904\n3225,1646734979,47.74299,8.99904\n3226,1646734980,47.74299,8.99903\n3227,1646734981,47.74307,8.99895\n3228,1646734983,47.74306,8.99895\n3229,1646734984,47.74306,8.99894\n3230,1646734985,47.74306,8.99894\n3231,1646735002,47.74301,8.99900\n3232,1646735004,47.74305,8.99892\n3233,1646735005,47.74306,8.99892\n3234,1646735006,47.74306,8.99892\n3235,1646735007,47.74306,8.99893\n3236,1646735008,47.74306,8.99893\n3237,1646735009,47.74307,8.99893\n3238,1646735010,47.74307,8.99893\n3239,1646735011,47.74307,8.99893\n3240,1646735012,47.74307,8.99893\n3241,1646735031,47.74313,8.99905\n3242,1646735032,47.74295,8.99902\n3243,1646735033,47.74296,8.99902\n3244,1646735034,47.74297,8.99901\n3245,1646735035,47.74298,8.99900\n3246,1646735036,47.74299,8.99900\n3247,1646735037,47.74300,8.99900\n3248,1646735038,47.74300,8.99899\n3249,1646735039,47.74300,8.99899\n3250,1646735040,47.74301,8.99899\n3251,1646735061,47.74304,8.99901\n3252,1646735062,47.74304,8.99900\n3253,1646735063,47.74304,8.99899\n3254,1646735064,47.74304,8.99899\n3255,1646735065,47.74305,8.99899\n3256,1646735066,47.74304,8.99899\n3257,1646735067,47.74304,8.99898\n3258,1646735068,47.74304,8.99898\n3259,1646735069,47.74304,8.99898\n3260,1646735070,47.74304,8.99898\n3261,1646735091,47.74301,8.99896\n3262,1646735092,47.74302,8.99896\n3263,1646735093,47.74302,8.99896\n3264,1646735094,47.74301,8.99896\n3265,1646735095,47.74301,8.99896\n3266,1646735096,47.74301,8.99896\n3267,1646735097,47.74301,8.99896\n3268,1646735098,47.74301,8.99896\n3269,1646735099,47.74301,8.99896\n3270,1646735100,47.74301,8.99896\n3271,1646735120,47.74299,8.99904\n3272,1646735121,47.74298,8.99904\n3273,1646735122,47.74299,8.99904\n3274,1646735123,47.74299,8.99904\n3275,1646735124,47.74300,8.99904\n3276,1646735125,47.74304,8.99899\n3277,1646735127,47.74304,8.99899\n3278,1646735128,47.74304,8.99898\n3279,1646735129,47.74305,8.99898\n3280,1646735130,47.74305,8.99898\n3281,1646735147,47.74310,8.99904\n3282,1646735149,47.74307,8.99903\n3283,1646735150,47.74307,8.99901\n3284,1646735151,47.74307,8.99900\n3285,1646735152,47.74307,8.99899\n3286,1646735153,47.74306,8.99898\n3287,1646735154,47.74306,8.99898\n3288,1646735155,47.74306,8.99898\n3289,1646735156,47.74305,8.99898\n3290,1646735157,47.74305,8.99898\n3291,1646735177,47.74290,8.99903\n3292,1646735178,47.74291,8.99903\n3293,1646735179,47.74291,8.99902\n3294,1646735180,47.74292,8.99902\n3295,1646735181,47.74292,8.99902\n3296,1646735182,47.74292,8.99902\n3297,1646735183,47.74293,8.99902\n3298,1646735184,47.74293,8.99902\n3299,1646735185,47.74294,8.99901\n3300,1646735187,47.74294,8.99901\n3301,1646735206,47.74299,8.99901\n3302,1646735207,47.74299,8.99901\n3303,1646735208,47.74298,8.99901\n3304,1646735209,47.74297,8.99901\n3305,1646735210,47.74297,8.99901\n3306,1646735211,47.74297,8.99901\n3307,1646735212,47.74297,8.99900\n3308,1646735213,47.74297,8.99900\n3309,1646735214,47.74297,8.99900\n3310,1646735215,47.74297,8.99900\n3311,1646735235,47.74305,8.99897\n3312,1646735236,47.74304,8.99897\n3313,1646735237,47.74304,8.99897\n3314,1646735238,47.74304,8.99898\n3315,1646735239,47.74305,8.99897\n3316,1646735240,47.74304,8.99897\n3317,1646735241,47.74304,8.99897\n3318,1646735242,47.74304,8.99897\n3319,1646735243,47.74304,8.99897\n3320,1646735244,47.74304,8.99896\n3321,1646735265,47.74297,8.99905\n3322,1646735266,47.74299,8.99902\n3323,1646735267,47.74300,8.99901\n3324,1646735268,47.74301,8.99901\n3325,1646735269,47.74301,8.99900\n3326,1646735270,47.74301,8.99900\n3327,1646735271,47.74301,8.99899\n3328,1646735272,47.74301,8.99899\n3329,1646735273,47.74301,8.99899\n3330,1646735274,47.74301,8.99899\n3331,1646735293,47.74293,8.99901\n3332,1646735294,47.74292,8.99900\n3333,1646735295,47.74292,8.99900\n3334,1646735296,47.74293,8.99900\n3335,1646735297,47.74293,8.99900\n3336,1646735298,47.74294,8.99899\n3337,1646735299,47.74291,8.99903\n3338,1646735301,47.74291,8.99903\n3339,1646735302,47.74292,8.99903\n3340,1646735303,47.74292,8.99903\n3341,1646735322,47.74301,8.99896\n3342,1646735323,47.74299,8.99896\n3343,1646735324,47.74299,8.99896\n3344,1646735325,47.74300,8.99896\n3345,1646735326,47.74301,8.99896\n3346,1646735327,47.74301,8.99897\n3347,1646735328,47.74301,8.99897\n3348,1646735329,47.74302,8.99895\n3349,1646735331,47.74303,8.99895\n3350,1646735332,47.74304,8.99894\n3351,1646735349,47.74303,8.99897\n3352,1646735351,47.74304,8.99899\n3353,1646735352,47.74304,8.99899\n3354,1646735353,47.74304,8.99900\n3355,1646735354,47.74304,8.99900\n3356,1646735355,47.74304,8.99899\n3357,1646735356,47.74304,8.99899\n3358,1646735357,47.74304,8.99898\n3359,1646735358,47.74304,8.99898\n3360,1646735359,47.74305,8.99897\n3361,1646735378,47.74300,8.99902\n3362,1646735379,47.74300,8.99901\n3363,1646735380,47.74299,8.99901\n3364,1646735381,47.74300,8.99901\n3365,1646735382,47.74301,8.99901\n3366,1646735383,47.74301,8.99901\n3367,1646735384,47.74302,8.99901\n3368,1646735385,47.74302,8.99902\n3369,1646735386,47.74303,8.99902\n3370,1646735387,47.74303,8.99902\n3371,1646735407,47.74301,8.99903\n3372,1646735408,47.74304,8.99903\n3373,1646735409,47.74305,8.99902\n3374,1646735410,47.74305,8.99902\n3375,1646735411,47.74304,8.99902\n3376,1646735412,47.74304,8.99902\n3377,1646735413,47.74304,8.99900\n3378,1646735415,47.74304,8.99900\n3379,1646735416,47.74304,8.99900\n3380,1646735417,47.74305,8.99900\n3381,1646735434,47.74300,8.99897\n3382,1646735436,47.74301,8.99898\n3383,1646735437,47.74301,8.99898\n3384,1646735438,47.74302,8.99897\n3385,1646735439,47.74303,8.99897\n3386,1646735440,47.74304,8.99895\n3387,1646735441,47.74304,8.99894\n3388,1646735442,47.74304,8.99894\n3389,1646735443,47.74304,8.99894\n3390,1646735444,47.74304,8.99893\n3391,1646735463,47.74296,8.99898\n3392,1646735464,47.74296,8.99897\n3393,1646735465,47.74297,8.99896\n3394,1646735466,47.74298,8.99896\n3395,1646735467,47.74298,8.99896\n3396,1646735468,47.74298,8.99897\n3397,1646735469,47.74299,8.99897\n3398,1646735470,47.74299,8.99897\n3399,1646735471,47.74299,8.99897\n3400,1646735472,47.74299,8.99896\n3401,1646735492,47.74301,8.99899\n3402,1646735493,47.74299,8.99901\n3403,1646735494,47.74298,8.99900\n3404,1646735495,47.74298,8.99899\n3405,1646735496,47.74298,8.99899\n3406,1646735497,47.74298,8.99899\n3407,1646735498,47.74298,8.99899\n3408,1646735499,47.74297,8.99898\n3409,1646735500,47.74297,8.99898\n3410,1646735501,47.74297,8.99898\n3411,1646735522,47.74295,8.99906\n3412,1646735523,47.74296,8.99904\n3413,1646735524,47.74296,8.99902\n3414,1646735525,47.74296,8.99900\n3415,1646735526,47.74296,8.99899\n3416,1646735527,47.74296,8.99899\n3417,1646735528,47.74293,8.99902\n3418,1646735530,47.74293,8.99901\n3419,1646735531,47.74292,8.99900\n3420,1646735532,47.74293,8.99900\n3421,1646735549,47.74294,8.99905\n3422,1646735551,47.74301,8.99895\n3423,1646735552,47.74303,8.99892\n3424,1646735553,47.74303,8.99892\n3425,1646735554,47.74303,8.99892\n3426,1646735555,47.74304,8.99893\n3427,1646735556,47.74304,8.99893\n3428,1646735557,47.74304,8.99893\n3429,1646735558,47.74304,8.99894\n3430,1646735559,47.74304,8.99894\n3431,1646735578,47.74304,8.99901\n3432,1646735579,47.74304,8.99899\n3433,1646735580,47.74304,8.99899\n3434,1646735581,47.74304,8.99898\n3435,1646735582,47.74305,8.99897\n3436,1646735583,47.74305,8.99896\n3437,1646735584,47.74305,8.99896\n3438,1646735585,47.74305,8.99896\n3439,1646735586,47.74305,8.99896\n3440,1646735587,47.74306,8.99897\n3441,1646735607,47.74309,8.99899\n3442,1646735608,47.74312,8.99897\n3443,1646735609,47.74314,8.99897\n3444,1646735610,47.74315,8.99897\n3445,1646735611,47.74315,8.99896\n3446,1646735612,47.74315,8.99895\n3447,1646735613,47.74316,8.99896\n3448,1646735614,47.74316,8.99896\n3449,1646735615,47.74316,8.99895\n3450,1646735616,47.74316,8.99895\n3451,1646735636,47.74307,8.99899\n3452,1646735637,47.74306,8.99901\n3453,1646735638,47.74305,8.99901\n3454,1646735639,47.74305,8.99901\n3455,1646735640,47.74305,8.99902\n3456,1646735641,47.74305,8.99902\n3457,1646735642,47.74306,8.99899\n3458,1646735644,47.74306,8.99900\n3459,1646735645,47.74306,8.99900\n3460,1646735646,47.74305,8.99900\n3461,1646735665,47.74300,8.99899\n3462,1646735666,47.74301,8.99899\n3463,1646735667,47.74300,8.99899\n3464,1646735668,47.74301,8.99898\n3465,1646735669,47.74301,8.99899\n3466,1646735670,47.74302,8.99899\n3467,1646735671,47.74306,8.99895\n3468,1646735673,47.74307,8.99896\n3469,1646735674,47.74307,8.99895\n3470,1646735675,47.74307,8.99895\n3471,1646735692,47.74280,8.99894\n3472,1646735693,47.74296,8.99899\n3473,1646735695,47.74297,8.99900\n3474,1646735696,47.74297,8.99900\n3475,1646735697,47.74297,8.99900\n3476,1646735698,47.74297,8.99900\n3477,1646735699,47.74298,8.99899\n3478,1646735700,47.74298,8.99899\n3479,1646735701,47.74298,8.99899\n3480,1646735702,47.74298,8.99899\n3481,1646735721,47.74295,8.99899\n3482,1646735722,47.74296,8.99897\n3483,1646735723,47.74297,8.99897\n3484,1646735724,47.74297,8.99897\n3485,1646735725,47.74298,8.99896\n3486,1646735726,47.74298,8.99896\n3487,1646735727,47.74299,8.99896\n3488,1646735728,47.74299,8.99896\n3489,1646735729,47.74299,8.99895\n3490,1646735730,47.74299,8.99895\n3491,1646735750,47.74296,8.99901\n3492,1646735751,47.74296,8.99900\n3493,1646735752,47.74296,8.99900\n3494,1646735753,47.74297,8.99899\n3495,1646735754,47.74297,8.99898\n3496,1646735755,47.74297,8.99898\n3497,1646735756,47.74298,8.99898\n3498,1646735757,47.74299,8.99898\n3499,1646735758,47.74299,8.99898\n3500,1646735759,47.74300,8.99898\n3501,1646735779,47.74299,8.99897\n3502,1646735780,47.74298,8.99897\n3503,1646735781,47.74299,8.99897\n3504,1646735782,47.74299,8.99897\n3505,1646735783,47.74299,8.99897\n3506,1646735784,47.74299,8.99897\n3507,1646735785,47.74300,8.99897\n3508,1646735786,47.74302,8.99894\n3509,1646735788,47.74302,8.99894\n3510,1646735789,47.74302,8.99894\n3511,1646735806,47.74305,8.99908\n3512,1646735808,47.74302,8.99903\n3513,1646735809,47.74302,8.99903\n3514,1646735810,47.74302,8.99902\n3515,1646735811,47.74302,8.99900\n3516,1646735812,47.74302,8.99898\n3517,1646735813,47.74302,8.99897\n3518,1646735814,47.74302,8.99896\n3519,1646735815,47.74302,8.99896\n3520,1646735816,47.74303,8.99895\n3521,1646735834,47.74304,8.99902\n3522,1646735835,47.74304,8.99901\n3523,1646735836,47.74303,8.99901\n3524,1646735837,47.74303,8.99901\n3525,1646735838,47.74303,8.99900\n3526,1646735839,47.74303,8.99900\n3527,1646735840,47.74303,8.99900\n3528,1646735841,47.74303,8.99900\n3529,1646735842,47.74303,8.99900\n3530,1646735843,47.74303,8.99900\n3531,1646735863,47.74302,8.99897\n3532,1646735864,47.74302,8.99898\n3533,1646735865,47.74302,8.99899\n3534,1646735866,47.74302,8.99899\n3535,1646735867,47.74302,8.99899\n3536,1646735868,47.74302,8.99899\n3537,1646735869,47.74302,8.99899\n3538,1646735870,47.74303,8.99896\n3539,1646735872,47.74303,8.99897\n3540,1646735873,47.74303,8.99897\n3541,1646735892,47.74294,8.99892\n3542,1646735893,47.74295,8.99892\n3543,1646735894,47.74296,8.99893\n3544,1646735895,47.74299,8.99895\n3545,1646735896,47.74301,8.99897\n3546,1646735897,47.74302,8.99898\n3547,1646735898,47.74303,8.99899\n3548,1646735899,47.74303,8.99900\n3549,1646735901,47.74303,8.99900\n3550,1646735902,47.74303,8.99900\n3551,1646735919,47.74306,8.99896\n3552,1646735921,47.74309,8.99900\n3553,1646735922,47.74308,8.99899\n3554,1646735923,47.74308,8.99898\n3555,1646735924,47.74307,8.99897\n3556,1646735925,47.74307,8.99896\n3557,1646735926,47.74308,8.99895\n3558,1646735927,47.74307,8.99894\n3559,1646735928,47.74307,8.99893\n3560,1646735929,47.74307,8.99893\n3561,1646735948,47.74304,8.99905\n3562,1646735949,47.74304,8.99903\n3563,1646735950,47.74304,8.99902\n3564,1646735951,47.74304,8.99902\n3565,1646735952,47.74304,8.99901\n3566,1646735953,47.74303,8.99900\n3567,1646735954,47.74303,8.99900\n3568,1646735955,47.74303,8.99899\n3569,1646735956,47.74304,8.99898\n3570,1646735957,47.74304,8.99898\n3571,1646735976,47.74298,8.99891\n3572,1646735977,47.74299,8.99892\n3573,1646735978,47.74299,8.99892\n3574,1646735979,47.74299,8.99891\n3575,1646735980,47.74299,8.99892\n3576,1646735981,47.74299,8.99893\n3577,1646735982,47.74299,8.99893\n3578,1646735983,47.74302,8.99887\n3579,1646735985,47.74302,8.99886\n3580,1646735986,47.74302,8.99886\n3581,1646736003,47.74301,8.99891\n3582,1646736005,47.74301,8.99892\n3583,1646736006,47.74301,8.99894\n3584,1646736007,47.74301,8.99895\n3585,1646736008,47.74301,8.99894\n3586,1646736009,47.74302,8.99895\n3587,1646736010,47.74302,8.99895\n3588,1646736011,47.74303,8.99895\n3589,1646736012,47.74303,8.99895\n3590,1646736013,47.74303,8.99895\n3591,1646736031,47.74305,8.99911\n3592,1646736032,47.74306,8.99899\n3593,1646736033,47.74305,8.99899\n3594,1646736034,47.74305,8.99900\n3595,1646736035,47.74305,8.99900\n3596,1646736036,47.74305,8.99900\n3597,1646736037,47.74306,8.99900\n3598,1646736038,47.74306,8.99899\n3599,1646736039,47.74306,8.99899\n3600,1646736040,47.74306,8.99898\n3601,1646736059,47.74295,8.99898\n3602,1646736060,47.74296,8.99898\n3603,1646736061,47.74297,8.99898\n3604,1646736062,47.74298,8.99899\n3605,1646736063,47.74299,8.99898\n3606,1646736064,47.74300,8.99898\n3607,1646736065,47.74301,8.99898\n3608,1646736066,47.74302,8.99898\n3609,1646736067,47.74302,8.99898\n3610,1646736068,47.74304,8.99891\n3611,1646736088,47.74306,8.99892\n3612,1646736089,47.74305,8.99892\n3613,1646736090,47.74306,8.99893\n3614,1646736091,47.74305,8.99893\n3615,1646736092,47.74305,8.99893\n3616,1646736093,47.74305,8.99893\n3617,1646736094,47.74305,8.99893\n3618,1646736095,47.74304,8.99892\n3619,1646736096,47.74304,8.99892\n3620,1646736097,47.74307,8.99885\n3621,1646736117,47.74300,8.99906\n3622,1646736118,47.74300,8.99903\n3623,1646736119,47.74301,8.99901\n3624,1646736120,47.74301,8.99899\n3625,1646736121,47.74302,8.99897\n3626,1646736122,47.74303,8.99895\n3627,1646736123,47.74303,8.99894\n3628,1646736124,47.74303,8.99893\n3629,1646736125,47.74303,8.99893\n3630,1646736126,47.74303,8.99893\n3631,1646736147,47.74297,8.99899\n3632,1646736148,47.74297,8.99898\n3633,1646736149,47.74297,8.99898\n3634,1646736150,47.74298,8.99897\n3635,1646736151,47.74298,8.99897\n3636,1646736152,47.74298,8.99896\n3637,1646736153,47.74299,8.99896\n3638,1646736154,47.74299,8.99895\n3639,1646736155,47.74299,8.99894\n3640,1646736156,47.74299,8.99894\n3641,1646736175,47.74308,8.99901\n3642,1646736176,47.74304,8.99898\n3643,1646736177,47.74302,8.99898\n3644,1646736178,47.74301,8.99898\n3645,1646736179,47.74300,8.99898\n3646,1646736180,47.74300,8.99898\n3647,1646736181,47.74300,8.99898\n3648,1646736183,47.74300,8.99898\n3649,1646736184,47.74300,8.99898\n3650,1646736185,47.74300,8.99898\n3651,1646736202,47.74309,8.99901\n3652,1646736204,47.74306,8.99895\n3653,1646736205,47.74306,8.99896\n3654,1646736206,47.74305,8.99897\n3655,1646736207,47.74305,8.99897\n3656,1646736208,47.74305,8.99897\n3657,1646736209,47.74304,8.99897\n3658,1646736210,47.74304,8.99897\n3659,1646736211,47.74304,8.99896\n3660,1646736212,47.74304,8.99896\n3661,1646736232,47.74299,8.99898\n3662,1646736233,47.74299,8.99899\n3663,1646736234,47.74299,8.99899\n3664,1646736235,47.74299,8.99899\n3665,1646736236,47.74300,8.99899\n3666,1646736237,47.74299,8.99899\n3667,1646736238,47.74300,8.99900\n3668,1646736239,47.74300,8.99900\n3669,1646736240,47.74300,8.99900\n3670,1646736241,47.74302,8.99900\n3671,1646736261,47.74303,8.99894\n3672,1646736262,47.74304,8.99895\n3673,1646736263,47.74304,8.99897\n3674,1646736264,47.74304,8.99897\n3675,1646736265,47.74304,8.99897\n3676,1646736266,47.74304,8.99898\n3677,1646736267,47.74304,8.99898\n3678,1646736268,47.74303,8.99898\n3679,1646736269,47.74303,8.99897\n3680,1646736270,47.74303,8.99897\n3681,1646736290,47.74298,8.99908\n3682,1646736291,47.74298,8.99906\n3683,1646736292,47.74299,8.99906\n3684,1646736293,47.74299,8.99905\n3685,1646736294,47.74300,8.99905\n3686,1646736295,47.74300,8.99904\n3687,1646736296,47.74303,8.99904\n3688,1646736298,47.74303,8.99904\n3689,1646736299,47.74303,8.99904\n3690,1646736300,47.74303,8.99905\n3691,1646736317,47.74302,8.99908\n3692,1646736319,47.74301,8.99906\n3693,1646736320,47.74302,8.99904\n3694,1646736321,47.74302,8.99903\n3695,1646736322,47.74302,8.99903\n3696,1646736323,47.74302,8.99904\n3697,1646736324,47.74301,8.99904\n3698,1646736325,47.74301,8.99904\n3699,1646736326,47.74301,8.99903\n3700,1646736327,47.74302,8.99903\n3701,1646736346,47.74288,8.99888\n3702,1646736347,47.74296,8.99896\n3703,1646736348,47.74297,8.99897\n3704,1646736349,47.74297,8.99897\n3705,1646736350,47.74297,8.99898\n3706,1646736351,47.74297,8.99898\n3707,1646736352,47.74297,8.99899\n3708,1646736353,47.74297,8.99900\n3709,1646736354,47.74297,8.99901\n3710,1646736355,47.74302,8.99903\n3711,1646736378,47.74298,8.99901\n3712,1646736379,47.74298,8.99901\n3713,1646736380,47.74298,8.99901\n3714,1646736381,47.74298,8.99901\n3715,1646736382,47.74298,8.99900\n3716,1646736383,47.74298,8.99900\n3717,1646736384,47.74298,8.99900\n3718,1646736385,47.74298,8.99900\n3719,1646736386,47.74298,8.99899\n3720,1646736388,47.74298,8.99899\n3721,1646736413,47.74322,8.99902\n3722,1646736414,47.74314,8.99899\n3723,1646736415,47.74313,8.99894\n3724,1646736417,47.74312,8.99894\n3725,1646736418,47.74311,8.99894\n3726,1646736419,47.74311,8.99894\n3727,1646736420,47.74310,8.99895\n3728,1646736421,47.74310,8.99895\n3729,1646736422,47.74310,8.99895\n3730,1646736423,47.74310,8.99895\n3731,1646736440,47.74319,8.99910\n3732,1646736442,47.74311,8.99902\n3733,1646736443,47.74307,8.99900\n3734,1646736445,47.74305,8.99899\n3735,1646736446,47.74304,8.99897\n3736,1646736447,47.74304,8.99897\n3737,1646736448,47.74303,8.99896\n3738,1646736449,47.74303,8.99895\n3739,1646736450,47.74302,8.99894\n3740,1646736451,47.74302,8.99894\n3741,1646736471,47.74289,8.99896\n3742,1646736472,47.74293,8.99897\n3743,1646736473,47.74294,8.99897\n3744,1646736474,47.74298,8.99898\n3745,1646736475,47.74300,8.99897\n3746,1646736476,47.74301,8.99897\n3747,1646736477,47.74303,8.99896\n3748,1646736478,47.74304,8.99896\n3749,1646736479,47.74304,8.99896\n3750,1646736480,47.74305,8.99896\n3751,1646736501,47.74317,8.99897\n3752,1646736502,47.74317,8.99896\n3753,1646736503,47.74315,8.99896\n3754,1646736504,47.74316,8.99896\n3755,1646736505,47.74317,8.99896\n3756,1646736506,47.74317,8.99897\n3757,1646736507,47.74318,8.99896\n3758,1646736508,47.74318,8.99896\n3759,1646736509,47.74318,8.99896\n3760,1646736510,47.74318,8.99896\n3761,1646736532,47.74315,8.99884\n3762,1646736533,47.74317,8.99882\n3763,1646736534,47.74317,8.99883\n3764,1646736535,47.74311,8.99897\n3765,1646736537,47.74311,8.99898\n3766,1646736538,47.74311,8.99899\n3767,1646736539,47.74312,8.99899\n3768,1646736540,47.74312,8.99899\n3769,1646736541,47.74312,8.99899\n3770,1646736542,47.74312,8.99899\n3771,1646736562,47.74304,8.99901\n3772,1646736563,47.74305,8.99900\n3773,1646736564,47.74306,8.99898\n3774,1646736565,47.74307,8.99896\n3775,1646736566,47.74309,8.99894\n3776,1646736567,47.74309,8.99893\n3777,1646736568,47.74310,8.99893\n3778,1646736569,47.74311,8.99892\n3779,1646736570,47.74312,8.99892\n3780,1646736571,47.74312,8.99892\n3781,1646736601,47.74301,8.99894\n3782,1646736603,47.74300,8.99895\n3783,1646736604,47.74300,8.99894\n3784,1646736605,47.74301,8.99894\n3785,1646736606,47.74301,8.99894\n3786,1646736607,47.74301,8.99894\n3787,1646736608,47.74301,8.99893\n3788,1646736609,47.74301,8.99893\n3789,1646736610,47.74301,8.99893\n3790,1646736611,47.74301,8.99892\n3791,1646736630,47.74280,8.99903\n3792,1646736632,47.74282,8.99902\n3793,1646736633,47.74284,8.99900\n3794,1646736634,47.74285,8.99899\n3795,1646736635,47.74286,8.99899\n3796,1646736636,47.74287,8.99899\n3797,1646736637,47.74288,8.99898\n3798,1646736638,47.74288,8.99898\n3799,1646736639,47.74289,8.99898\n3800,1646736640,47.74290,8.99898\n3801,1646736660,47.74291,8.99892\n3802,1646736662,47.74294,8.99897\n3803,1646736663,47.74295,8.99898\n3804,1646736664,47.74296,8.99899\n3805,1646736665,47.74297,8.99900\n3806,1646736666,47.74297,8.99901\n3807,1646736667,47.74298,8.99902\n3808,1646736668,47.74299,8.99903\n3809,1646736669,47.74299,8.99903\n3810,1646736670,47.74299,8.99903\n3811,1646736690,47.74302,8.99898\n3812,1646736691,47.74312,8.99892\n3813,1646736692,47.74313,8.99891\n3814,1646736693,47.74313,8.99891\n3815,1646736694,47.74312,8.99891\n3816,1646736695,47.74311,8.99891\n3817,1646736696,47.74310,8.99891\n3818,1646736697,47.74308,8.99889\n3819,1646736699,47.74308,8.99888\n3820,1646736700,47.74308,8.99888\n3821,1646736720,47.74299,8.99895\n3822,1646736722,47.74299,8.99896\n3823,1646736723,47.74299,8.99896\n3824,1646736724,47.74300,8.99895\n3825,1646736725,47.74302,8.99894\n3826,1646736726,47.74304,8.99894\n3827,1646736727,47.74305,8.99894\n3828,1646736728,47.74305,8.99893\n3829,1646736729,47.74307,8.99892\n3830,1646736730,47.74308,8.99891\n3831,1646736747,47.74319,8.99886\n3832,1646736749,47.74316,8.99886\n3833,1646736750,47.74315,8.99887\n3834,1646736752,47.74315,8.99888\n3835,1646736753,47.74315,8.99888\n3836,1646736754,47.74315,8.99889\n3837,1646736755,47.74316,8.99889\n3838,1646736756,47.74316,8.99890\n3839,1646736757,47.74315,8.99890\n3840,1646736758,47.74315,8.99890\n3841,1646736777,47.74308,8.99885\n3842,1646736778,47.74310,8.99886\n3843,1646736779,47.74312,8.99887\n3844,1646736780,47.74312,8.99888\n3845,1646736781,47.74312,8.99889\n3846,1646736782,47.74312,8.99888\n3847,1646736783,47.74312,8.99889\n3848,1646736784,47.74312,8.99890\n3849,1646736785,47.74312,8.99890\n3850,1646736786,47.74312,8.99891\n3851,1646736811,47.74303,8.99887\n3852,1646736812,47.74305,8.99888\n3853,1646736813,47.74306,8.99889\n3854,1646736814,47.74306,8.99889\n3855,1646736815,47.74307,8.99888\n3856,1646736816,47.74307,8.99888\n3857,1646736817,47.74310,8.99888\n3858,1646736819,47.74311,8.99888\n3859,1646736820,47.74311,8.99888\n3860,1646736821,47.74311,8.99888\n3861,1646736841,47.74312,8.99890\n3862,1646736842,47.74312,8.99888\n3863,1646736844,47.74313,8.99887\n3864,1646736845,47.74314,8.99888\n3865,1646736846,47.74314,8.99888\n3866,1646736847,47.74314,8.99888\n3867,1646736848,47.74314,8.99888\n3868,1646736849,47.74314,8.99889\n3869,1646736850,47.74314,8.99889\n3870,1646736851,47.74314,8.99890\n3871,1646736874,47.74304,8.99890\n3872,1646736875,47.74298,8.99889\n3873,1646736877,47.74296,8.99888\n3874,1646736878,47.74298,8.99887\n3875,1646736879,47.74299,8.99887\n3876,1646736880,47.74299,8.99887\n3877,1646736881,47.74299,8.99887\n3878,1646736882,47.74299,8.99886\n3879,1646736883,47.74299,8.99885\n3880,1646736884,47.74299,8.99885\n3881,1646736917,47.74312,8.99898\n3882,1646736918,47.74311,8.99898\n3883,1646736919,47.74311,8.99897\n3884,1646736920,47.74312,8.99897\n3885,1646736921,47.74311,8.99897\n3886,1646736922,47.74310,8.99897\n3887,1646736923,47.74310,8.99897\n3888,1646736924,47.74310,8.99898\n3889,1646736925,47.74310,8.99898\n3890,1646736926,47.74310,8.99898\n3891,1646736951,47.74311,8.99900\n3892,1646736952,47.74312,8.99900\n3893,1646736953,47.74308,8.99898\n3894,1646736954,47.74309,8.99897\n3895,1646736955,47.74309,8.99894\n3896,1646736957,47.74309,8.99894\n3897,1646736958,47.74308,8.99894\n3898,1646736959,47.74308,8.99894\n3899,1646736960,47.74309,8.99894\n3900,1646736961,47.74310,8.99895\n3901,1646736986,47.74307,8.99896\n3902,1646736987,47.74309,8.99896\n3903,1646736988,47.74308,8.99896\n3904,1646736989,47.74306,8.99896\n3905,1646736990,47.74307,8.99895\n3906,1646736991,47.74307,8.99894\n3907,1646736993,47.74308,8.99893\n3908,1646736994,47.74308,8.99893\n3909,1646736995,47.74308,8.99893\n3910,1646736996,47.74308,8.99893\n3911,1646737017,47.74293,8.99895\n3912,1646737018,47.74293,8.99895\n3913,1646737020,47.74291,8.99891\n3914,1646737021,47.74292,8.99890\n3915,1646737022,47.74293,8.99889\n3916,1646737023,47.74293,8.99889\n3917,1646737024,47.74294,8.99887\n3918,1646737025,47.74294,8.99886\n3919,1646737026,47.74294,8.99884\n3920,1646737027,47.74293,8.99882\n3921,1646737053,47.74320,8.99895\n3922,1646737055,47.74315,8.99891\n3923,1646737056,47.74314,8.99890\n3924,1646737057,47.74312,8.99888\n3925,1646737058,47.74313,8.99886\n3926,1646737059,47.74313,8.99885\n3927,1646737060,47.74313,8.99884\n3928,1646737061,47.74313,8.99883\n3929,1646737062,47.74313,8.99882\n3930,1646737063,47.74312,8.99880\n3931,1646737087,47.74302,8.99889\n3932,1646737088,47.74301,8.99890\n3933,1646737089,47.74302,8.99891\n3934,1646737090,47.74307,8.99893\n3935,1646737091,47.74310,8.99894\n3936,1646737092,47.74311,8.99894\n3937,1646737093,47.74316,8.99894\n3938,1646737095,47.74316,8.99894\n3939,1646737096,47.74315,8.99894\n3940,1646737097,47.74315,8.99893\n3941,1646737117,47.74319,8.99888\n3942,1646737118,47.74322,8.99881\n3943,1646737120,47.74321,8.99879\n3944,1646737121,47.74319,8.99877\n3945,1646737122,47.74316,8.99875\n3946,1646737123,47.74314,8.99874\n3947,1646737124,47.74313,8.99874\n3948,1646737125,47.74313,8.99873\n3949,1646737126,47.74312,8.99874\n3950,1646737127,47.74312,8.99875\n3951,1646737152,47.74324,8.99899\n3952,1646737153,47.74324,8.99899\n3953,1646737155,47.74317,8.99896\n3954,1646737156,47.74314,8.99894\n3955,1646737157,47.74312,8.99892\n3956,1646737158,47.74311,8.99891\n3957,1646737159,47.74311,8.99891\n3958,1646737160,47.74311,8.99890\n3959,1646737161,47.74311,8.99890\n3960,1646737162,47.74310,8.99889\n3961,1646737189,47.74301,8.99896\n3962,1646737191,47.74301,8.99895\n3963,1646737192,47.74302,8.99895\n3964,1646737193,47.74303,8.99895\n3965,1646737194,47.74302,8.99895\n3966,1646737195,47.74302,8.99895\n3967,1646737196,47.74302,8.99895\n3968,1646737197,47.74302,8.99895\n3969,1646737198,47.74302,8.99896\n3970,1646737199,47.74302,8.99895\n3971,1646737225,47.74316,8.99902\n3972,1646737227,47.74314,8.99902\n3973,1646737228,47.74314,8.99902\n3974,1646737229,47.74313,8.99902\n3975,1646737230,47.74313,8.99902\n3976,1646737231,47.74313,8.99902\n3977,1646737232,47.74313,8.99902\n3978,1646737233,47.74313,8.99903\n3979,1646737234,47.74313,8.99903\n3980,1646737235,47.74310,8.99902\n3981,1646737260,47.74313,8.99906\n3982,1646737262,47.74305,8.99909\n3983,1646737263,47.74303,8.99909\n3984,1646737265,47.74300,8.99909\n3985,1646737266,47.74300,8.99909\n3986,1646737267,47.74300,8.99909\n3987,1646737268,47.74300,8.99908\n3988,1646737269,47.74300,8.99908\n3989,1646737270,47.74301,8.99908\n3990,1646737271,47.74300,8.99908\n3991,1646737301,47.74314,8.99898\n3992,1646737302,47.74311,8.99899\n3993,1646737303,47.74310,8.99900\n3994,1646737304,47.74312,8.99900\n3995,1646737305,47.74313,8.99900\n3996,1646737306,47.74313,8.99901\n3997,1646737307,47.74313,8.99901\n3998,1646737308,47.74312,8.99901\n3999,1646737309,47.74312,8.99901\n4000,1646737310,47.74313,8.99901\n4001,1646737339,47.74303,8.99895\n4002,1646737341,47.74304,8.99896\n4003,1646737342,47.74304,8.99896\n4004,1646737343,47.74304,8.99897\n4005,1646737344,47.74304,8.99897\n4006,1646737345,47.74303,8.99897\n4007,1646737346,47.74303,8.99898\n4008,1646737347,47.74303,8.99898\n4009,1646737348,47.74303,8.99898\n4010,1646737349,47.74303,8.99898\n4011,1646737374,47.74298,8.99902\n4012,1646737375,47.74297,8.99902\n4013,1646737377,47.74297,8.99901\n4014,1646737378,47.74301,8.99898\n4015,1646737379,47.74301,8.99896\n4016,1646737380,47.74302,8.99895\n4017,1646737381,47.74303,8.99893\n4018,1646737382,47.74296,8.99886\n4019,1646737383,47.74287,8.99875\n4020,1646737384,47.74281,8.99868\n4021,1646737411,47.74311,8.99907\n4022,1646737413,47.74312,8.99907\n4023,1646737414,47.74312,8.99907\n4024,1646737415,47.74312,8.99907\n4025,1646737416,47.74313,8.99907\n4026,1646737417,47.74314,8.99907\n4027,1646737418,47.74314,8.99907\n4028,1646737419,47.74315,8.99907\n4029,1646737420,47.74315,8.99907\n4030,1646737421,47.74315,8.99907\n4031,1646737447,47.74320,8.99910\n4032,1646737449,47.74322,8.99912\n4033,1646737450,47.74323,8.99914\n4034,1646737451,47.74323,8.99916\n4035,1646737452,47.74323,8.99916\n4036,1646737453,47.74323,8.99917\n4037,1646737454,47.74323,8.99917\n4038,1646737455,47.74323,8.99917\n4039,1646737456,47.74323,8.99917\n4040,1646737457,47.74323,8.99918\n4041,1646737482,47.74334,8.99914\n4042,1646737483,47.74334,8.99911\n4043,1646737485,47.74333,8.99911\n4044,1646737486,47.74333,8.99911\n4045,1646737487,47.74332,8.99911\n4046,1646737488,47.74331,8.99910\n4047,1646737489,47.74331,8.99910\n4048,1646737490,47.74331,8.99910\n4049,1646737491,47.74330,8.99910\n4050,1646737492,47.74330,8.99910\n4051,1646737531,47.74315,8.99907\n4052,1646737533,47.74307,8.99904\n4053,1646737534,47.74306,8.99904\n4054,1646737535,47.74305,8.99904\n4055,1646737536,47.74305,8.99903\n4056,1646737537,47.74304,8.99903\n4057,1646737538,47.74303,8.99903\n4058,1646737539,47.74303,8.99903\n4059,1646737540,47.74303,8.99903\n4060,1646737541,47.74302,8.99902\n4061,1646737559,47.74298,8.99884\n4062,1646737560,47.74299,8.99896\n4063,1646737561,47.74299,8.99895\n4064,1646737562,47.74299,8.99894\n4065,1646737563,47.74299,8.99894\n4066,1646737564,47.74299,8.99895\n4067,1646737565,47.74299,8.99895\n4068,1646737566,47.74300,8.99895\n4069,1646737567,47.74296,8.99903\n4070,1646737569,47.74298,8.99903\n4071,1646737587,47.74315,8.99907\n4072,1646737588,47.74313,8.99894\n4073,1646737589,47.74312,8.99892\n4074,1646737590,47.74311,8.99892\n4075,1646737591,47.74308,8.99892\n4076,1646737592,47.74307,8.99893\n4077,1646737593,47.74306,8.99893\n4078,1646737594,47.74306,8.99893\n4079,1646737595,47.74305,8.99893\n4080,1646737596,47.74305,8.99893\n4081,1646737614,47.74298,8.99919\n4082,1646737615,47.74295,8.99900\n4083,1646737616,47.74296,8.99899\n4084,1646737617,47.74295,8.99899\n4085,1646737618,47.74294,8.99899\n4086,1646737619,47.74294,8.99899\n4087,1646737620,47.74295,8.99899\n4088,1646737621,47.74295,8.99900\n4089,1646737622,47.74295,8.99900\n4090,1646737623,47.74295,8.99901\n4091,1646737643,47.74290,8.99888\n4092,1646737644,47.74291,8.99888\n4093,1646737645,47.74293,8.99888\n4094,1646737646,47.74292,8.99889\n4095,1646737647,47.74291,8.99890\n4096,1646737648,47.74291,8.99891\n4097,1646737649,47.74292,8.99891\n4098,1646737650,47.74293,8.99891\n4099,1646737651,47.74294,8.99892\n4100,1646737652,47.74293,8.99895\n4101,1646737672,47.74308,8.99887\n4102,1646737673,47.74308,8.99886\n4103,1646737674,47.74307,8.99886\n4104,1646737675,47.74306,8.99887\n4105,1646737676,47.74305,8.99888\n4106,1646737677,47.74305,8.99888\n4107,1646737678,47.74305,8.99889\n4108,1646737679,47.74305,8.99889\n4109,1646737680,47.74305,8.99889\n4110,1646737681,47.74302,8.99903\n4111,1646737698,47.74315,8.99903\n4112,1646737701,47.74310,8.99903\n4113,1646737702,47.74309,8.99904\n4114,1646737703,47.74308,8.99904\n4115,1646737704,47.74307,8.99903\n4116,1646737705,47.74307,8.99903\n4117,1646737706,47.74306,8.99903\n4118,1646737707,47.74305,8.99903\n4119,1646737708,47.74304,8.99904\n4120,1646737709,47.74304,8.99904\n4121,1646737728,47.74304,8.99872\n4122,1646737729,47.74304,8.99874\n4123,1646737730,47.74304,8.99875\n4124,1646737731,47.74304,8.99882\n4125,1646737732,47.74304,8.99886\n4126,1646737733,47.74303,8.99890\n4127,1646737734,47.74302,8.99896\n4128,1646737735,47.74300,8.99903\n4129,1646737737,47.74300,8.99903\n4130,1646737738,47.74301,8.99903\n4131,1646737755,47.74314,8.99922\n4132,1646737757,47.74302,8.99917\n4133,1646737758,47.74302,8.99916\n4134,1646737759,47.74300,8.99907\n4135,1646737760,47.74299,8.99901\n4136,1646737761,47.74298,8.99899\n4137,1646737762,47.74297,8.99897\n4138,1646737763,47.74297,8.99897\n4139,1646737764,47.74296,8.99897\n4140,1646737765,47.74296,8.99897\n4141,1646737785,47.74303,8.99922\n4142,1646737786,47.74304,8.99906\n4143,1646737787,47.74305,8.99901\n4144,1646737788,47.74305,8.99898\n4145,1646737789,47.74306,8.99897\n4146,1646737790,47.74306,8.99897\n4147,1646737791,47.74306,8.99898\n4148,1646737792,47.74306,8.99899\n4149,1646737793,47.74307,8.99899\n4150,1646737794,47.74307,8.99900\n4151,1646737815,47.74297,8.99926\n4152,1646737816,47.74297,8.99923\n4153,1646737817,47.74297,8.99922\n4154,1646737818,47.74299,8.99920\n4155,1646737819,47.74300,8.99919\n4156,1646737820,47.74302,8.99919\n4157,1646737821,47.74303,8.99920\n4158,1646737822,47.74305,8.99920\n4159,1646737823,47.74305,8.99919\n4160,1646737824,47.74306,8.99917\n4161,1646737844,47.74301,8.99923\n4162,1646737845,47.74301,8.99898\n4163,1646737846,47.74300,8.99903\n4164,1646737847,47.74301,8.99907\n4165,1646737848,47.74302,8.99908\n4166,1646737849,47.74304,8.99902\n4167,1646737851,47.74305,8.99904\n4168,1646737852,47.74305,8.99904\n4169,1646737853,47.74306,8.99905\n4170,1646737854,47.74306,8.99906\n4171,1646737874,47.74308,8.99903\n4172,1646737875,47.74309,8.99900\n4173,1646737876,47.74309,8.99900\n4174,1646737877,47.74309,8.99901\n4175,1646737878,47.74310,8.99902\n4176,1646737879,47.74310,8.99905\n4177,1646737881,47.74310,8.99905\n4178,1646737882,47.74310,8.99905\n4179,1646737883,47.74310,8.99905\n4180,1646737884,47.74310,8.99904\n4181,1646737901,47.74311,8.99902\n4182,1646737903,47.74313,8.99903\n4183,1646737904,47.74312,8.99902\n4184,1646737905,47.74311,8.99902\n4185,1646737906,47.74311,8.99902\n4186,1646737907,47.74310,8.99902\n4187,1646737908,47.74309,8.99901\n4188,1646737909,47.74309,8.99901\n4189,1646737910,47.74309,8.99901\n4190,1646737911,47.74309,8.99901\n4191,1646737931,47.74307,8.99922\n4192,1646737932,47.74307,8.99909\n4193,1646737933,47.74307,8.99909\n4194,1646737934,47.74307,8.99910\n4195,1646737935,47.74306,8.99909\n4196,1646737936,47.74305,8.99909\n4197,1646737937,47.74305,8.99908\n4198,1646737938,47.74305,8.99908\n4199,1646737939,47.74306,8.99904\n4200,1646737941,47.74306,8.99904\n4201,1646737961,47.74307,8.99910\n4202,1646737962,47.74307,8.99908\n4203,1646737963,47.74306,8.99908\n4204,1646737964,47.74306,8.99907\n4205,1646737965,47.74307,8.99907\n4206,1646737966,47.74307,8.99906\n4207,1646737967,47.74308,8.99906\n4208,1646737968,47.74308,8.99906\n4209,1646737969,47.74309,8.99906\n4210,1646737971,47.74309,8.99907\n4211,1646737991,47.74311,8.99901\n4212,1646737992,47.74310,8.99901\n4213,1646737993,47.74309,8.99900\n4214,1646737994,47.74309,8.99899\n4215,1646737995,47.74309,8.99899\n4216,1646737996,47.74309,8.99899\n4217,1646737997,47.74309,8.99899\n4218,1646737998,47.74309,8.99899\n4219,1646737999,47.74307,8.99901\n4220,1646738001,47.74307,8.99901\n4221,1646738020,47.74309,8.99886\n4222,1646738021,47.74309,8.99887\n4223,1646738022,47.74309,8.99888\n4224,1646738023,47.74308,8.99888\n4225,1646738024,47.74308,8.99889\n4226,1646738025,47.74308,8.99889\n4227,1646738026,47.74308,8.99890\n4228,1646738027,47.74308,8.99890\n4229,1646738028,47.74308,8.99891\n4230,1646738029,47.74304,8.99896\n4231,1646738049,47.74308,8.99891\n4232,1646738050,47.74307,8.99891\n4233,1646738051,47.74307,8.99892\n4234,1646738052,47.74308,8.99893\n4235,1646738053,47.74308,8.99893\n4236,1646738054,47.74307,8.99893\n4237,1646738055,47.74307,8.99893\n4238,1646738056,47.74306,8.99893\n4239,1646738057,47.74306,8.99893\n4240,1646738058,47.74305,8.99894\n4241,1646738076,47.74292,8.99896\n4242,1646738077,47.74303,8.99894\n4243,1646738078,47.74303,8.99894\n4244,1646738079,47.74303,8.99893\n4245,1646738080,47.74303,8.99892\n4246,1646738081,47.74303,8.99891\n4247,1646738082,47.74304,8.99890\n4248,1646738083,47.74304,8.99890\n4249,1646738084,47.74304,8.99890\n4250,1646738085,47.74304,8.99889\n4251,1646738107,47.74305,8.99893\n4252,1646738108,47.74305,8.99895\n4253,1646738109,47.74305,8.99895\n4254,1646738110,47.74305,8.99896\n4255,1646738111,47.74305,8.99895\n4256,1646738112,47.74305,8.99895\n4257,1646738113,47.74302,8.99899\n4258,1646738115,47.74302,8.99899\n4259,1646738116,47.74302,8.99899\n4260,1646738117,47.74302,8.99900\n4261,1646738134,47.74315,8.99913\n4262,1646738136,47.74309,8.99901\n4263,1646738137,47.74308,8.99900\n4264,1646738138,47.74308,8.99899\n4265,1646738139,47.74308,8.99899\n4266,1646738140,47.74307,8.99899\n4267,1646738141,47.74307,8.99898\n4268,1646738142,47.74306,8.99898\n4269,1646738143,47.74306,8.99898\n4270,1646738144,47.74305,8.99897\n4271,1646738163,47.74307,8.99896\n4272,1646738164,47.74304,8.99896\n4273,1646738165,47.74303,8.99896\n4274,1646738166,47.74303,8.99894\n4275,1646738167,47.74303,8.99893\n4276,1646738168,47.74303,8.99892\n4277,1646738169,47.74303,8.99892\n4278,1646738170,47.74304,8.99892\n4279,1646738171,47.74304,8.99892\n4280,1646738172,47.74305,8.99892\n4281,1646738194,47.74310,8.99899\n4282,1646738195,47.74309,8.99900\n4283,1646738196,47.74308,8.99902\n4284,1646738197,47.74308,8.99902\n4285,1646738198,47.74307,8.99903\n4286,1646738199,47.74307,8.99903\n4287,1646738200,47.74307,8.99904\n4288,1646738201,47.74307,8.99904\n4289,1646738202,47.74307,8.99904\n4290,1646738203,47.74307,8.99903\n4291,1646738223,47.74304,8.99905\n4292,1646738224,47.74306,8.99904\n4293,1646738225,47.74306,8.99905\n4294,1646738226,47.74306,8.99905\n4295,1646738227,47.74306,8.99905\n4296,1646738228,47.74306,8.99905\n4297,1646738229,47.74306,8.99905\n4298,1646738230,47.74306,8.99905\n4299,1646738231,47.74306,8.99904\n4300,1646738232,47.74306,8.99904\n4301,1646738254,47.74307,8.99902\n4302,1646738255,47.74309,8.99902\n4303,1646738256,47.74309,8.99902\n4304,1646738257,47.74309,8.99903\n4305,1646738258,47.74309,8.99903\n4306,1646738259,47.74309,8.99902\n4307,1646738260,47.74309,8.99902\n4308,1646738261,47.74309,8.99902\n4309,1646738262,47.74309,8.99902\n4310,1646738263,47.74307,8.99905\n4311,1646738283,47.74310,8.99900\n4312,1646738284,47.74310,8.99900\n4313,1646738285,47.74310,8.99901\n4314,1646738286,47.74310,8.99901\n4315,1646738287,47.74310,8.99902\n4316,1646738288,47.74310,8.99901\n4317,1646738289,47.74310,8.99902\n4318,1646738290,47.74311,8.99902\n4319,1646738291,47.74311,8.99902\n4320,1646738292,47.74310,8.99902\n4321,1646738317,47.74311,8.99895\n4322,1646738318,47.74310,8.99896\n4323,1646738319,47.74309,8.99897\n4324,1646738320,47.74309,8.99897\n4325,1646738321,47.74308,8.99898\n4326,1646738322,47.74308,8.99898\n4327,1646738323,47.74308,8.99898\n4328,1646738324,47.74306,8.99905\n4329,1646738326,47.74306,8.99905\n4330,1646738327,47.74306,8.99904\n4331,1646738346,47.74313,8.99881\n4332,1646738347,47.74311,8.99883\n4333,1646738348,47.74311,8.99885\n4334,1646738349,47.74310,8.99886\n4335,1646738350,47.74310,8.99887\n4336,1646738351,47.74309,8.99888\n4337,1646738352,47.74308,8.99889\n4338,1646738353,47.74303,8.99898\n4339,1646738355,47.74302,8.99896\n4340,1646738356,47.74302,8.99896\n4341,1646738373,47.74318,8.99898\n4342,1646738375,47.74310,8.99897\n4343,1646738376,47.74308,8.99897\n4344,1646738377,47.74306,8.99896\n4345,1646738378,47.74305,8.99896\n4346,1646738379,47.74304,8.99896\n4347,1646738380,47.74304,8.99896\n4348,1646738381,47.74304,8.99897\n4349,1646738382,47.74304,8.99897\n4350,1646738383,47.74303,8.99897\n4351,1646738402,47.74304,8.99906\n4352,1646738403,47.74304,8.99906\n4353,1646738404,47.74304,8.99906\n4354,1646738405,47.74305,8.99905\n4355,1646738406,47.74306,8.99905\n4356,1646738407,47.74306,8.99905\n4357,1646738408,47.74306,8.99905\n4358,1646738409,47.74306,8.99905\n4359,1646738410,47.74306,8.99904\n4360,1646738411,47.74306,8.99904\n4361,1646738430,47.74303,8.99893\n4362,1646738431,47.74303,8.99892\n4363,1646738432,47.74304,8.99892\n4364,1646738433,47.74304,8.99893\n4365,1646738434,47.74305,8.99893\n4366,1646738435,47.74305,8.99894\n4367,1646738436,47.74305,8.99894\n4368,1646738437,47.74305,8.99895\n4369,1646738438,47.74304,8.99897\n4370,1646738440,47.74304,8.99897\n4371,1646738460,47.74302,8.99900\n4372,1646738461,47.74303,8.99901\n4373,1646738462,47.74304,8.99903\n4374,1646738463,47.74304,8.99903\n4375,1646738464,47.74304,8.99904\n4376,1646738465,47.74304,8.99904\n4377,1646738466,47.74304,8.99905\n4378,1646738467,47.74306,8.99898\n4379,1646738469,47.74306,8.99899\n4380,1646738470,47.74306,8.99899\n4381,1646738489,47.74309,8.99905\n4382,1646738490,47.74308,8.99904\n4383,1646738491,47.74308,8.99903\n4384,1646738492,47.74308,8.99904\n4385,1646738493,47.74308,8.99904\n4386,1646738494,47.74309,8.99905\n4387,1646738495,47.74309,8.99904\n4388,1646738496,47.74309,8.99903\n4389,1646738497,47.74310,8.99900\n4390,1646738499,47.74310,8.99901\n4391,1646738521,47.74314,8.99894\n4392,1646738522,47.74311,8.99905\n4393,1646738523,47.74310,8.99905\n4394,1646738524,47.74310,8.99905\n4395,1646738525,47.74310,8.99905\n4396,1646738526,47.74310,8.99905\n4397,1646738527,47.74311,8.99903\n4398,1646738529,47.74311,8.99903\n4399,1646738530,47.74311,8.99903\n4400,1646738531,47.74311,8.99903\n4401,1646738548,47.74304,8.99888\n4402,1646738550,47.74306,8.99889\n4403,1646738551,47.74307,8.99892\n4404,1646738552,47.74307,8.99893\n4405,1646738553,47.74307,8.99894\n4406,1646738554,47.74308,8.99895\n4407,1646738555,47.74309,8.99897\n4408,1646738556,47.74309,8.99897\n4409,1646738557,47.74309,8.99898\n4410,1646738558,47.74309,8.99898\n4411,1646738578,47.74307,8.99896\n4412,1646738579,47.74308,8.99897\n4413,1646738580,47.74309,8.99898\n4414,1646738581,47.74310,8.99899\n4415,1646738582,47.74310,8.99901\n4416,1646738583,47.74311,8.99901\n4417,1646738584,47.74312,8.99901\n4418,1646738585,47.74312,8.99902\n4419,1646738586,47.74313,8.99902\n4420,1646738587,47.74313,8.99901\n4421,1646738608,47.74309,8.99896\n4422,1646738609,47.74309,8.99896\n4423,1646738610,47.74309,8.99897\n4424,1646738611,47.74309,8.99896\n4425,1646738612,47.74309,8.99896\n4426,1646738613,47.74309,8.99896\n4427,1646738614,47.74309,8.99895\n4428,1646738615,47.74309,8.99895\n4429,1646738616,47.74309,8.99896\n4430,1646738617,47.74309,8.99896\n4431,1646738636,47.74308,8.99892\n4432,1646738637,47.74307,8.99892\n4433,1646738638,47.74306,8.99891\n4434,1646738639,47.74307,8.99892\n4435,1646738640,47.74307,8.99892\n4436,1646738641,47.74308,8.99892\n4437,1646738642,47.74308,8.99892\n4438,1646738643,47.74308,8.99892\n4439,1646738644,47.74309,8.99892\n4440,1646738645,47.74309,8.99891\n4441,1646738665,47.74313,8.99890\n4442,1646738666,47.74312,8.99892\n4443,1646738667,47.74312,8.99893\n4444,1646738668,47.74312,8.99894\n4445,1646738669,47.74312,8.99895\n4446,1646738670,47.74311,8.99895\n4447,1646738671,47.74307,8.99900\n4448,1646738673,47.74308,8.99899\n4449,1646738674,47.74308,8.99899\n4450,1646738675,47.74308,8.99899\n4451,1646738693,47.74322,8.99939\n4452,1646738694,47.74315,8.99919\n4453,1646738695,47.74315,8.99919\n4454,1646738696,47.74314,8.99917\n4455,1646738697,47.74312,8.99916\n4456,1646738698,47.74312,8.99915\n4457,1646738699,47.74312,8.99915\n4458,1646738700,47.74313,8.99915\n4459,1646738701,47.74314,8.99899\n4460,1646738703,47.74315,8.99901\n4461,1646738721,47.74315,8.99848\n4462,1646738722,47.74314,8.99909\n4463,1646738723,47.74315,8.99913\n4464,1646738724,47.74313,8.99914\n4465,1646738725,47.74313,8.99914\n4466,1646738726,47.74314,8.99914\n4467,1646738727,47.74314,8.99914\n4468,1646738728,47.74314,8.99915\n4469,1646738729,47.74313,8.99914\n4470,1646738730,47.74314,8.99913\n4471,1646738749,47.74297,8.99889\n4472,1646738750,47.74303,8.99893\n4473,1646738751,47.74308,8.99888\n4474,1646738752,47.74308,8.99889\n4475,1646738753,47.74308,8.99889\n4476,1646738754,47.74308,8.99890\n4477,1646738755,47.74309,8.99890\n4478,1646738756,47.74309,8.99891\n4479,1646738757,47.74309,8.99891\n4480,1646738758,47.74309,8.99892\n4481,1646738778,47.74309,8.99907\n4482,1646738779,47.74309,8.99906\n4483,1646738780,47.74309,8.99904\n4484,1646738781,47.74309,8.99900\n4485,1646738782,47.74309,8.99898\n4486,1646738783,47.74309,8.99899\n4487,1646738784,47.74309,8.99899\n4488,1646738785,47.74309,8.99902\n4489,1646738787,47.74310,8.99902\n4490,1646738788,47.74310,8.99902\n4491,1646738806,47.74313,8.99914\n4492,1646738807,47.74309,8.99909\n4493,1646738808,47.74310,8.99907\n4494,1646738809,47.74310,8.99907\n4495,1646738810,47.74310,8.99907\n4496,1646738811,47.74309,8.99905\n4497,1646738812,47.74309,8.99904\n4498,1646738813,47.74310,8.99907\n4499,1646738814,47.74310,8.99907\n4500,1646738815,47.74311,8.99896\n4501,1646738834,47.74306,8.99898\n4502,1646738835,47.74307,8.99904\n4503,1646738836,47.74306,8.99905\n4504,1646738837,47.74307,8.99908\n4505,1646738838,47.74307,8.99908\n4506,1646738839,47.74307,8.99910\n4507,1646738840,47.74307,8.99912\n4508,1646738841,47.74307,8.99914\n4509,1646738842,47.74307,8.99915\n4510,1646738843,47.74306,8.99915\n4511,1646738861,47.74299,8.99902\n4512,1646738862,47.74302,8.99905\n4513,1646738863,47.74304,8.99904\n4514,1646738864,47.74304,8.99905\n4515,1646738865,47.74305,8.99906\n4516,1646738866,47.74306,8.99906\n4517,1646738867,47.74306,8.99908\n4518,1646738868,47.74307,8.99909\n4519,1646738869,47.74308,8.99898\n4520,1646738871,47.74308,8.99900\n4521,1646738891,47.74312,8.99904\n4522,1646738892,47.74311,8.99909\n4523,1646738893,47.74311,8.99907\n4524,1646738894,47.74311,8.99906\n4525,1646738895,47.74312,8.99907\n4526,1646738896,47.74312,8.99907\n4527,1646738897,47.74311,8.99907\n4528,1646738898,47.74311,8.99908\n4529,1646738899,47.74311,8.99894\n4530,1646738901,47.74310,8.99895\n4531,1646738919,47.74309,8.99857\n4532,1646738920,47.74307,8.99863\n4533,1646738921,47.74308,8.99876\n4534,1646738922,47.74307,8.99876\n4535,1646738923,47.74308,8.99878\n4536,1646738924,47.74308,8.99880\n4537,1646738925,47.74307,8.99881\n4538,1646738926,47.74307,8.99881\n4539,1646738927,47.74308,8.99882\n4540,1646738928,47.74308,8.99882\n4541,1646738948,47.74309,8.99868\n4542,1646738949,47.74311,8.99874\n4543,1646738950,47.74312,8.99889\n4544,1646738951,47.74313,8.99889\n4545,1646738952,47.74313,8.99887\n4546,1646738953,47.74312,8.99887\n4547,1646738954,47.74312,8.99889\n4548,1646738955,47.74312,8.99890\n4549,1646738956,47.74312,8.99892\n4550,1646738957,47.74312,8.99891\n4551,1646738981,47.74312,8.99905\n4552,1646738982,47.74310,8.99902\n4553,1646738983,47.74311,8.99901\n4554,1646738984,47.74312,8.99901\n4555,1646738985,47.74312,8.99899\n4556,1646738986,47.74313,8.99897\n4557,1646738987,47.74313,8.99897\n4558,1646738988,47.74313,8.99899\n4559,1646738989,47.74314,8.99901\n4560,1646738990,47.74313,8.99903\n4561,1646739010,47.74311,8.99890\n4562,1646739011,47.74311,8.99890\n4563,1646739012,47.74311,8.99891\n4564,1646739013,47.74312,8.99896\n4565,1646739014,47.74313,8.99895\n4566,1646739015,47.74312,8.99895\n4567,1646739016,47.74312,8.99896\n4568,1646739017,47.74312,8.99896\n4569,1646739018,47.74313,8.99897\n4570,1646739019,47.74312,8.99903\n4571,1646739038,47.74327,8.99930\n4572,1646739039,47.74306,8.99906\n4573,1646739040,47.74304,8.99901\n4574,1646739041,47.74304,8.99904\n4575,1646739042,47.74305,8.99903\n4576,1646739043,47.74305,8.99903\n4577,1646739044,47.74306,8.99903\n4578,1646739045,47.74306,8.99903\n4579,1646739046,47.74307,8.99903\n4580,1646739047,47.74308,8.99904\n4581,1646739067,47.74303,8.99903\n4582,1646739068,47.74305,8.99900\n4583,1646739069,47.74305,8.99898\n4584,1646739070,47.74305,8.99895\n4585,1646739071,47.74305,8.99892\n4586,1646739072,47.74305,8.99891\n4587,1646739073,47.74306,8.99900\n4588,1646739075,47.74306,8.99900\n4589,1646739076,47.74306,8.99900\n4590,1646739077,47.74306,8.99900\n4591,1646739095,47.74313,8.99913\n4592,1646739096,47.74312,8.99913\n4593,1646739097,47.74307,8.99907\n4594,1646739098,47.74307,8.99906\n4595,1646739099,47.74307,8.99908\n4596,1646739100,47.74308,8.99908\n4597,1646739101,47.74308,8.99907\n4598,1646739102,47.74309,8.99906\n4599,1646739103,47.74309,8.99901\n4600,1646739105,47.74309,8.99900\n4601,1646739127,47.74302,8.99907\n4602,1646739128,47.74302,8.99906\n4603,1646739129,47.74302,8.99905\n4604,1646739130,47.74303,8.99904\n4605,1646739131,47.74304,8.99903\n4606,1646739132,47.74304,8.99903\n4607,1646739133,47.74302,8.99894\n4608,1646739135,47.74302,8.99894\n4609,1646739136,47.74303,8.99895\n4610,1646739137,47.74303,8.99895\n4611,1646739154,47.74340,8.99913\n4612,1646739155,47.74311,8.99897\n4613,1646739157,47.74309,8.99897\n4614,1646739158,47.74308,8.99898\n4615,1646739159,47.74307,8.99899\n4616,1646739160,47.74306,8.99900\n4617,1646739161,47.74306,8.99900\n4618,1646739162,47.74305,8.99901\n4619,1646739163,47.74304,8.99901\n4620,1646739164,47.74304,8.99901\n4621,1646739184,47.74322,8.99910\n4622,1646739185,47.74301,8.99922\n4623,1646739186,47.74306,8.99916\n4624,1646739187,47.74308,8.99913\n4625,1646739188,47.74309,8.99912\n4626,1646739189,47.74309,8.99910\n4627,1646739190,47.74308,8.99910\n4628,1646739191,47.74308,8.99910\n4629,1646739192,47.74307,8.99910\n4630,1646739193,47.74307,8.99906\n4631,1646739214,47.74294,8.99905\n4632,1646739215,47.74301,8.99910\n4633,1646739216,47.74301,8.99915\n4634,1646739217,47.74303,8.99917\n4635,1646739218,47.74303,8.99920\n4636,1646739219,47.74305,8.99923\n4637,1646739220,47.74306,8.99924\n4638,1646739221,47.74306,8.99925\n4639,1646739222,47.74306,8.99925\n4640,1646739223,47.74306,8.99924\n4641,1646739243,47.74313,8.99892\n4642,1646739244,47.74312,8.99892\n4643,1646739245,47.74312,8.99892\n4644,1646739246,47.74313,8.99893\n4645,1646739247,47.74313,8.99894\n4646,1646739248,47.74313,8.99895\n4647,1646739249,47.74313,8.99896\n4648,1646739250,47.74312,8.99897\n4649,1646739251,47.74312,8.99898\n4650,1646739252,47.74312,8.99899\n4651,1646739273,47.74312,8.99907\n4652,1646739274,47.74313,8.99905\n4653,1646739275,47.74314,8.99904\n4654,1646739276,47.74314,8.99903\n4655,1646739277,47.74314,8.99901\n4656,1646739278,47.74314,8.99901\n4657,1646739279,47.74313,8.99901\n4658,1646739280,47.74313,8.99900\n4659,1646739281,47.74312,8.99899\n4660,1646739282,47.74312,8.99898\n4661,1646739302,47.74323,8.99862\n4662,1646739303,47.74318,8.99874\n4663,1646739304,47.74316,8.99883\n4664,1646739305,47.74316,8.99889\n4665,1646739306,47.74314,8.99891\n4666,1646739307,47.74313,8.99893\n4667,1646739308,47.74313,8.99893\n4668,1646739309,47.74312,8.99894\n4669,1646739310,47.74312,8.99895\n4670,1646739311,47.74313,8.99896\n4671,1646739332,47.74316,8.99907\n4672,1646739333,47.74315,8.99907\n4673,1646739334,47.74314,8.99906\n4674,1646739335,47.74314,8.99904\n4675,1646739336,47.74314,8.99903\n4676,1646739337,47.74314,8.99911\n4677,1646739339,47.74314,8.99909\n4678,1646739340,47.74314,8.99908\n4679,1646739341,47.74313,8.99907\n4680,1646739342,47.74313,8.99906\n4681,1646739361,47.74300,8.99913\n4682,1646739362,47.74302,8.99910\n4683,1646739363,47.74304,8.99907\n4684,1646739364,47.74305,8.99907\n4685,1646739365,47.74307,8.99906\n4686,1646739366,47.74307,8.99906\n4687,1646739367,47.74308,8.99906\n4688,1646739368,47.74309,8.99905\n4689,1646739369,47.74310,8.99906\n4690,1646739370,47.74310,8.99906\n4691,1646739389,47.74315,8.99889\n4692,1646739390,47.74311,8.99895\n4693,1646739391,47.74310,8.99896\n4694,1646739392,47.74311,8.99899\n4695,1646739393,47.74311,8.99900\n4696,1646739394,47.74311,8.99901\n4697,1646739395,47.74311,8.99901\n4698,1646739396,47.74312,8.99901\n4699,1646739397,47.74312,8.99902\n4700,1646739398,47.74312,8.99902\n4701,1646739417,47.74316,8.99894\n4702,1646739418,47.74317,8.99903\n4703,1646739419,47.74317,8.99901\n4704,1646739420,47.74315,8.99898\n4705,1646739421,47.74314,8.99897\n4706,1646739422,47.74315,8.99898\n4707,1646739423,47.74315,8.99899\n4708,1646739424,47.74316,8.99901\n4709,1646739425,47.74316,8.99902\n4710,1646739426,47.74315,8.99902\n4711,1646739447,47.74316,8.99904\n4712,1646739448,47.74316,8.99904\n4713,1646739449,47.74315,8.99902\n4714,1646739450,47.74315,8.99901\n4715,1646739451,47.74315,8.99902\n4716,1646739452,47.74315,8.99903\n4717,1646739453,47.74314,8.99902\n4718,1646739454,47.74313,8.99901\n4719,1646739455,47.74312,8.99900\n4720,1646739456,47.74312,8.99900\n4721,1646739476,47.74316,8.99906\n4722,1646739477,47.74317,8.99907\n4723,1646739478,47.74317,8.99907\n4724,1646739479,47.74316,8.99906\n4725,1646739480,47.74316,8.99907\n4726,1646739481,47.74317,8.99900\n4727,1646739483,47.74317,8.99900\n4728,1646739484,47.74316,8.99900\n4729,1646739485,47.74316,8.99900\n4730,1646739486,47.74315,8.99899\n4731,1646739503,47.74318,8.99894\n4732,1646739505,47.74312,8.99893\n4733,1646739506,47.74312,8.99893\n4734,1646739507,47.74310,8.99891\n4735,1646739508,47.74309,8.99891\n4736,1646739509,47.74309,8.99891\n4737,1646739510,47.74308,8.99892\n4738,1646739511,47.74308,8.99892\n4739,1646739512,47.74309,8.99893\n4740,1646739513,47.74310,8.99894\n4741,1646739537,47.74320,8.99894\n4742,1646739538,47.74321,8.99895\n4743,1646739539,47.74321,8.99895\n4744,1646739540,47.74320,8.99895\n4745,1646739541,47.74319,8.99897\n4746,1646739543,47.74319,8.99897\n4747,1646739544,47.74318,8.99897\n4748,1646739545,47.74318,8.99897\n4749,1646739546,47.74318,8.99897\n4750,1646739547,47.74318,8.99897\n4751,1646739565,47.74306,8.99893\n4752,1646739566,47.74310,8.99897\n4753,1646739568,47.74313,8.99898\n4754,1646739569,47.74314,8.99899\n4755,1646739570,47.74315,8.99898\n4756,1646739571,47.74315,8.99898\n4757,1646739572,47.74315,8.99898\n4758,1646739573,47.74316,8.99898\n4759,1646739574,47.74316,8.99898\n4760,1646739575,47.74316,8.99897\n4761,1646739595,47.74314,8.99885\n4762,1646739596,47.74313,8.99888\n4763,1646739597,47.74313,8.99887\n4764,1646739598,47.74313,8.99888\n4765,1646739599,47.74313,8.99887\n4766,1646739600,47.74313,8.99886\n4767,1646739601,47.74314,8.99896\n4768,1646739603,47.74314,8.99897\n4769,1646739604,47.74314,8.99897\n4770,1646739605,47.74314,8.99897\n4771,1646739624,47.74328,8.99907\n4772,1646739625,47.74321,8.99905\n4773,1646739626,47.74319,8.99903\n4774,1646739627,47.74318,8.99902\n4775,1646739628,47.74318,8.99902\n4776,1646739629,47.74318,8.99902\n4777,1646739630,47.74318,8.99902\n4778,1646739631,47.74318,8.99903\n4779,1646739633,47.74318,8.99903\n4780,1646739634,47.74318,8.99903\n4781,1646739653,47.74308,8.99896\n4782,1646739654,47.74306,8.99895\n4783,1646739655,47.74306,8.99896\n4784,1646739656,47.74307,8.99896\n4785,1646739657,47.74308,8.99897\n4786,1646739658,47.74308,8.99899\n4787,1646739659,47.74309,8.99899\n4788,1646739660,47.74310,8.99901\n4789,1646739661,47.74311,8.99902\n4790,1646739663,47.74311,8.99903\n4791,1646739683,47.74303,8.99893\n4792,1646739684,47.74304,8.99892\n4793,1646739685,47.74303,8.99892\n4794,1646739686,47.74304,8.99892\n4795,1646739687,47.74304,8.99892\n4796,1646739688,47.74304,8.99891\n4797,1646739689,47.74304,8.99890\n4798,1646739690,47.74303,8.99891\n4799,1646739691,47.74303,8.99894\n4800,1646739693,47.74303,8.99895\n4801,1646739713,47.74340,8.99873\n4802,1646739714,47.74321,8.99886\n4803,1646739715,47.74311,8.99892\n4804,1646739716,47.74311,8.99893\n4805,1646739717,47.74312,8.99892\n4806,1646739718,47.74313,8.99894\n4807,1646739719,47.74315,8.99896\n4808,1646739720,47.74315,8.99897\n4809,1646739721,47.74315,8.99899\n4810,1646739723,47.74314,8.99899\n4811,1646739743,47.74298,8.99882\n4812,1646739744,47.74300,8.99882\n4813,1646739745,47.74300,8.99883\n4814,1646739746,47.74301,8.99884\n4815,1646739747,47.74301,8.99884\n4816,1646739748,47.74302,8.99884\n4817,1646739749,47.74302,8.99884\n4818,1646739750,47.74303,8.99884\n4819,1646739751,47.74303,8.99891\n4820,1646739753,47.74303,8.99891\n4821,1646739772,47.74310,8.99881\n4822,1646739773,47.74311,8.99886\n4823,1646739774,47.74311,8.99886\n4824,1646739775,47.74310,8.99888\n4825,1646739776,47.74310,8.99889\n4826,1646739777,47.74309,8.99889\n4827,1646739778,47.74309,8.99889\n4828,1646739779,47.74309,8.99889\n4829,1646739780,47.74309,8.99888\n4830,1646739781,47.74310,8.99898\n4831,1646739801,47.74308,8.99892\n4832,1646739802,47.74309,8.99891\n4833,1646739803,47.74309,8.99889\n4834,1646739804,47.74309,8.99888\n4835,1646739805,47.74309,8.99887\n4836,1646739806,47.74309,8.99887\n4837,1646739807,47.74309,8.99887\n4838,1646739808,47.74309,8.99886\n4839,1646739809,47.74310,8.99887\n4840,1646739810,47.74309,8.99886\n4841,1646739831,47.74310,8.99896\n4842,1646739832,47.74311,8.99895\n4843,1646739833,47.74312,8.99895\n4844,1646739834,47.74313,8.99894\n4845,1646739835,47.74313,8.99894\n4846,1646739836,47.74313,8.99893\n4847,1646739837,47.74313,8.99891\n4848,1646739838,47.74313,8.99891\n4849,1646739839,47.74313,8.99891\n4850,1646739840,47.74312,8.99890\n4851,1646739862,47.74309,8.99881\n4852,1646739863,47.74309,8.99884\n4853,1646739864,47.74309,8.99885\n4854,1646739865,47.74305,8.99896\n4855,1646739867,47.74306,8.99896\n4856,1646739868,47.74306,8.99895\n4857,1646739869,47.74306,8.99895\n4858,1646739870,47.74306,8.99895\n4859,1646739871,47.74306,8.99895\n4860,1646739872,47.74307,8.99895\n4861,1646739889,47.74312,8.99901\n4862,1646739890,47.74310,8.99899\n4863,1646739892,47.74310,8.99897\n4864,1646739893,47.74310,8.99897\n4865,1646739894,47.74310,8.99898\n4866,1646739895,47.74309,8.99897\n4867,1646739896,47.74309,8.99896\n4868,1646739897,47.74309,8.99896\n4869,1646739898,47.74309,8.99896\n4870,1646739899,47.74309,8.99895\n4871,1646739918,47.74309,8.99880\n4872,1646739919,47.74308,8.99882\n4873,1646739920,47.74308,8.99883\n4874,1646739921,47.74309,8.99884\n4875,1646739922,47.74309,8.99886\n4876,1646739923,47.74310,8.99887\n4877,1646739924,47.74310,8.99888\n4878,1646739925,47.74308,8.99896\n4879,1646739927,47.74309,8.99896\n4880,1646739928,47.74309,8.99895\n4881,1646739945,47.74313,8.99891\n4882,1646739947,47.74308,8.99896\n4883,1646739948,47.74308,8.99896\n4884,1646739949,47.74306,8.99894\n4885,1646739950,47.74307,8.99895\n4886,1646739951,47.74309,8.99896\n4887,1646739952,47.74309,8.99895\n4888,1646739953,47.74309,8.99896\n4889,1646739954,47.74310,8.99896\n4890,1646739955,47.74310,8.99896\n4891,1646739974,47.74313,8.99897\n4892,1646739975,47.74313,8.99896\n4893,1646739976,47.74312,8.99894\n4894,1646739977,47.74311,8.99893\n4895,1646739978,47.74311,8.99894\n4896,1646739979,47.74311,8.99895\n4897,1646739980,47.74312,8.99895\n4898,1646739981,47.74312,8.99895\n4899,1646739982,47.74312,8.99894\n4900,1646739983,47.74312,8.99895\n4901,1646740003,47.74299,8.99887\n4902,1646740004,47.74301,8.99886\n4903,1646740005,47.74302,8.99886\n4904,1646740006,47.74303,8.99887\n4905,1646740007,47.74303,8.99888\n4906,1646740008,47.74304,8.99889\n4907,1646740009,47.74306,8.99892\n4908,1646740010,47.74306,8.99894\n4909,1646740012,47.74307,8.99894\n4910,1646740013,47.74306,8.99894\n4911,1646740030,47.74327,8.99906\n4912,1646740032,47.74313,8.99903\n4913,1646740033,47.74312,8.99900\n4914,1646740034,47.74311,8.99897\n4915,1646740035,47.74309,8.99895\n4916,1646740036,47.74309,8.99894\n4917,1646740037,47.74309,8.99894\n4918,1646740038,47.74309,8.99894\n4919,1646740039,47.74309,8.99893\n4920,1646740040,47.74308,8.99893\n4921,1646740060,47.74310,8.99898\n4922,1646740061,47.74308,8.99897\n4923,1646740062,47.74306,8.99895\n4924,1646740063,47.74308,8.99896\n4925,1646740064,47.74309,8.99898\n4926,1646740065,47.74310,8.99897\n4927,1646740066,47.74309,8.99897\n4928,1646740067,47.74309,8.99897\n4929,1646740068,47.74309,8.99897\n4930,1646740069,47.74309,8.99898\n4931,1646740088,47.74286,8.99878\n4932,1646740089,47.74311,8.99904\n4933,1646740090,47.74305,8.99898\n4934,1646740091,47.74305,8.99898\n4935,1646740092,47.74307,8.99900\n4936,1646740093,47.74310,8.99900\n4937,1646740094,47.74311,8.99901\n4938,1646740095,47.74311,8.99902\n4939,1646740096,47.74311,8.99902\n4940,1646740097,47.74312,8.99902\n4941,1646740120,47.74302,8.99884\n4942,1646740121,47.74304,8.99890\n4943,1646740122,47.74303,8.99891\n4944,1646740123,47.74302,8.99893\n4945,1646740125,47.74302,8.99893\n4946,1646740126,47.74301,8.99893\n4947,1646740127,47.74302,8.99893\n4948,1646740128,47.74302,8.99893\n4949,1646740129,47.74302,8.99894\n4950,1646740130,47.74302,8.99895\n4951,1646740150,47.74283,8.99873\n4952,1646740151,47.74283,8.99878\n4953,1646740152,47.74283,8.99879\n4954,1646740153,47.74285,8.99882\n4955,1646740154,47.74286,8.99883\n4956,1646740155,47.74291,8.99889\n4957,1646740156,47.74294,8.99892\n4958,1646740157,47.74296,8.99895\n4959,1646740158,47.74298,8.99896\n4960,1646740159,47.74299,8.99898\n4961,1646740180,47.74308,8.99896\n4962,1646740181,47.74309,8.99899\n4963,1646740182,47.74309,8.99897\n4964,1646740183,47.74310,8.99897\n4965,1646740184,47.74311,8.99898\n4966,1646740185,47.74311,8.99898\n4967,1646740186,47.74310,8.99897\n4968,1646740187,47.74310,8.99897\n4969,1646740188,47.74310,8.99896\n4970,1646740189,47.74308,8.99898\n4971,1646740211,47.74316,8.99889\n4972,1646740212,47.74311,8.99892\n4973,1646740213,47.74311,8.99893\n4974,1646740214,47.74311,8.99894\n4975,1646740215,47.74311,8.99896\n4976,1646740216,47.74311,8.99897\n4977,1646740217,47.74313,8.99898\n4978,1646740218,47.74312,8.99899\n4979,1646740219,47.74312,8.99899\n4980,1646740220,47.74309,8.99901\n4981,1646740239,47.74312,8.99882\n4982,1646740240,47.74300,8.99881\n4983,1646740241,47.74299,8.99881\n4984,1646740242,47.74299,8.99883\n4985,1646740243,47.74301,8.99884\n4986,1646740244,47.74302,8.99886\n4987,1646740245,47.74301,8.99887\n4988,1646740246,47.74302,8.99887\n4989,1646740247,47.74302,8.99887\n4990,1646740248,47.74303,8.99888\n4991,1646740271,47.74325,8.99907\n4992,1646740272,47.74323,8.99908\n4993,1646740273,47.74322,8.99908\n4994,1646740274,47.74322,8.99907\n4995,1646740275,47.74322,8.99907\n4996,1646740276,47.74321,8.99906\n4997,1646740277,47.74320,8.99906\n4998,1646740278,47.74319,8.99904\n4999,1646740279,47.74317,8.99900\n5000,1646740281,47.74316,8.99898\n5001,1646740303,47.74326,8.99899\n5002,1646740304,47.74321,8.99895\n5003,1646740305,47.74319,8.99894\n5004,1646740306,47.74319,8.99893\n5005,1646740307,47.74318,8.99893\n5006,1646740308,47.74318,8.99893\n5007,1646740309,47.74314,8.99895\n5008,1646740311,47.74315,8.99896\n5009,1646740312,47.74315,8.99896\n5010,1646740313,47.74315,8.99896\n5011,1646740332,47.74300,8.99877\n5012,1646740333,47.74300,8.99878\n5013,1646740334,47.74301,8.99879\n5014,1646740335,47.74302,8.99880\n5015,1646740336,47.74304,8.99882\n5016,1646740337,47.74304,8.99883\n5017,1646740338,47.74306,8.99885\n5018,1646740339,47.74306,8.99889\n5019,1646740341,47.74307,8.99891\n5020,1646740342,47.74308,8.99891\n5021,1646740359,47.74279,8.99916\n5022,1646740360,47.74311,8.99907\n5023,1646740361,47.74312,8.99907\n5024,1646740363,47.74313,8.99907\n5025,1646740364,47.74312,8.99905\n5026,1646740365,47.74312,8.99904\n5027,1646740366,47.74313,8.99904\n5028,1646740367,47.74313,8.99904\n5029,1646740368,47.74313,8.99903\n5030,1646740369,47.74313,8.99903\n5031,1646740387,47.74311,8.99890\n5032,1646740388,47.74314,8.99890\n5033,1646740389,47.74315,8.99892\n5034,1646740390,47.74314,8.99892\n5035,1646740391,47.74314,8.99892\n5036,1646740392,47.74314,8.99893\n5037,1646740393,47.74314,8.99894\n5038,1646740394,47.74313,8.99894\n5039,1646740395,47.74313,8.99894\n5040,1646740396,47.74313,8.99895\n5041,1646740416,47.74312,8.99889\n5042,1646740417,47.74311,8.99890\n5043,1646740418,47.74311,8.99890\n5044,1646740419,47.74310,8.99889\n5045,1646740420,47.74307,8.99888\n5046,1646740421,47.74308,8.99890\n5047,1646740422,47.74307,8.99890\n5048,1646740423,47.74308,8.99891\n5049,1646740424,47.74306,8.99892\n5050,1646740426,47.74307,8.99893\n5051,1646740444,47.74294,8.99900\n5052,1646740445,47.74298,8.99893\n5053,1646740446,47.74300,8.99892\n5054,1646740447,47.74301,8.99892\n5055,1646740448,47.74303,8.99894\n5056,1646740449,47.74305,8.99894\n5057,1646740450,47.74307,8.99896\n5058,1646740451,47.74308,8.99895\n5059,1646740452,47.74308,8.99895\n5060,1646740453,47.74307,8.99896\n5061,1646740472,47.74300,8.99887\n5062,1646740473,47.74304,8.99892\n5063,1646740474,47.74307,8.99894\n5064,1646740475,47.74309,8.99894\n5065,1646740476,47.74309,8.99895\n5066,1646740477,47.74309,8.99896\n5067,1646740478,47.74309,8.99895\n5068,1646740479,47.74310,8.99895\n5069,1646740480,47.74310,8.99895\n5070,1646740481,47.74310,8.99895\n5071,1646740501,47.74317,8.99905\n5072,1646740502,47.74318,8.99905\n5073,1646740503,47.74319,8.99906\n5074,1646740504,47.74317,8.99903\n5075,1646740505,47.74314,8.99900\n5076,1646740506,47.74311,8.99898\n5077,1646740507,47.74306,8.99897\n5078,1646740509,47.74307,8.99897\n5079,1646740510,47.74308,8.99898\n5080,1646740511,47.74308,8.99898\n5081,1646740531,47.74306,8.99894\n5082,1646740532,47.74306,8.99894\n5083,1646740533,47.74307,8.99895\n5084,1646740534,47.74307,8.99895\n5085,1646740535,47.74306,8.99895\n5086,1646740536,47.74307,8.99895\n5087,1646740537,47.74307,8.99895\n5088,1646740538,47.74307,8.99895\n5089,1646740539,47.74307,8.99895\n5090,1646740540,47.74307,8.99895\n5091,1646740559,47.74305,8.99889\n5092,1646740560,47.74305,8.99891\n5093,1646740561,47.74304,8.99892\n5094,1646740562,47.74304,8.99893\n5095,1646740563,47.74305,8.99895\n5096,1646740564,47.74305,8.99896\n5097,1646740565,47.74306,8.99896\n5098,1646740566,47.74306,8.99897\n5099,1646740567,47.74306,8.99897\n5100,1646740569,47.74307,8.99897\n5101,1646740589,47.74310,8.99894\n5102,1646740590,47.74310,8.99894\n5103,1646740591,47.74310,8.99894\n5104,1646740592,47.74310,8.99895\n5105,1646740593,47.74310,8.99895\n5106,1646740594,47.74310,8.99895\n5107,1646740595,47.74311,8.99896\n5108,1646740596,47.74311,8.99896\n5109,1646740597,47.74306,8.99899\n5110,1646740599,47.74306,8.99899\n5111,1646740618,47.74305,8.99897\n5112,1646740619,47.74307,8.99898\n5113,1646740620,47.74307,8.99897\n5114,1646740621,47.74307,8.99896\n5115,1646740622,47.74308,8.99898\n5116,1646740623,47.74309,8.99898\n5117,1646740624,47.74310,8.99899\n5118,1646740625,47.74311,8.99899\n5119,1646740626,47.74312,8.99899\n5120,1646740627,47.74307,8.99902\n5121,1646740646,47.74294,8.99900\n5122,1646740647,47.74314,8.99905\n5123,1646740648,47.74318,8.99906\n5124,1646740649,47.74318,8.99907\n5125,1646740650,47.74319,8.99906\n5126,1646740651,47.74319,8.99906\n5127,1646740652,47.74319,8.99906\n5128,1646740653,47.74319,8.99905\n5129,1646740654,47.74319,8.99904\n5130,1646740655,47.74320,8.99904\n5131,1646740674,47.74308,8.99889\n5132,1646740675,47.74308,8.99888\n5133,1646740676,47.74308,8.99889\n5134,1646740677,47.74307,8.99888\n5135,1646740678,47.74308,8.99890\n5136,1646740679,47.74308,8.99890\n5137,1646740680,47.74309,8.99891\n5138,1646740681,47.74301,8.99892\n5139,1646740683,47.74301,8.99892\n5140,1646740684,47.74302,8.99892\n5141,1646740702,47.74322,8.99902\n5142,1646740703,47.74321,8.99900\n5143,1646740704,47.74322,8.99900\n5144,1646740705,47.74322,8.99900\n5145,1646740706,47.74322,8.99900\n5146,1646740707,47.74321,8.99900\n5147,1646740708,47.74321,8.99900\n5148,1646740709,47.74321,8.99900\n5149,1646740710,47.74320,8.99900\n5150,1646740711,47.74313,8.99901\n5151,1646740732,47.74307,8.99887\n5152,1646740733,47.74310,8.99890\n5153,1646740734,47.74310,8.99891\n5154,1646740735,47.74310,8.99890\n5155,1646740736,47.74310,8.99890\n5156,1646740737,47.74312,8.99891\n5157,1646740738,47.74312,8.99891\n5158,1646740739,47.74312,8.99891\n5159,1646740740,47.74312,8.99891\n5160,1646740741,47.74305,8.99893\n5161,1646740760,47.74303,8.99900\n5162,1646740761,47.74303,8.99898\n5163,1646740762,47.74303,8.99897\n5164,1646740763,47.74302,8.99895\n5165,1646740764,47.74302,8.99895\n5166,1646740765,47.74302,8.99894\n5167,1646740766,47.74302,8.99893\n5168,1646740767,47.74301,8.99892\n5169,1646740768,47.74301,8.99892\n5170,1646740769,47.74301,8.99892\n5171,1646740790,47.74312,8.99907\n5172,1646740791,47.74311,8.99906\n5173,1646740792,47.74312,8.99905\n5174,1646740793,47.74314,8.99904\n5175,1646740794,47.74312,8.99901\n5176,1646740795,47.74306,8.99900\n5177,1646740797,47.74306,8.99898\n5178,1646740798,47.74306,8.99898\n5179,1646740799,47.74306,8.99898\n5180,1646740800,47.74306,8.99898\n5181,1646740821,47.74309,8.99899\n5182,1646740822,47.74309,8.99898\n5183,1646740823,47.74309,8.99899\n5184,1646740824,47.74307,8.99898\n5185,1646740825,47.74307,8.99898\n5186,1646740826,47.74307,8.99898\n5187,1646740827,47.74307,8.99898\n5188,1646740828,47.74307,8.99898\n5189,1646740829,47.74307,8.99898\n5190,1646740830,47.74306,8.99898\n5191,1646740851,47.74346,8.99925\n5192,1646740852,47.74338,8.99919\n5193,1646740853,47.74333,8.99917\n5194,1646740854,47.74326,8.99912\n5195,1646740855,47.74306,8.99903\n5196,1646740857,47.74309,8.99907\n5197,1646740858,47.74309,8.99905\n5198,1646740859,47.74309,8.99905\n5199,1646740860,47.74309,8.99906\n5200,1646740861,47.74309,8.99906\n5201,1646740880,47.74316,8.99883\n5202,1646740881,47.74312,8.99888\n5203,1646740882,47.74311,8.99889\n5204,1646740883,47.74311,8.99892\n5205,1646740884,47.74311,8.99895\n5206,1646740885,47.74311,8.99897\n5207,1646740886,47.74312,8.99898\n5208,1646740887,47.74312,8.99899\n5209,1646740888,47.74312,8.99900\n5210,1646740889,47.74312,8.99901\n5211,1646740910,47.74308,8.99898\n5212,1646740911,47.74309,8.99898\n5213,1646740912,47.74309,8.99899\n5214,1646740913,47.74310,8.99899\n5215,1646740914,47.74311,8.99900\n5216,1646740915,47.74308,8.99901\n5217,1646740917,47.74308,8.99902\n5218,1646740918,47.74308,8.99902\n5219,1646740919,47.74308,8.99902\n5220,1646740920,47.74308,8.99902\n5221,1646740937,47.74311,8.99899\n5222,1646740939,47.74315,8.99903\n5223,1646740940,47.74315,8.99903\n5224,1646740941,47.74314,8.99902\n5225,1646740942,47.74313,8.99902\n5226,1646740943,47.74311,8.99901\n5227,1646740944,47.74310,8.99901\n5228,1646740945,47.74310,8.99901\n5229,1646740946,47.74309,8.99900\n5230,1646740947,47.74309,8.99900\n5231,1646740966,47.74314,8.99907\n5232,1646740967,47.74313,8.99905\n5233,1646740968,47.74312,8.99903\n5234,1646740969,47.74312,8.99902\n5235,1646740970,47.74312,8.99901\n5236,1646740971,47.74312,8.99900\n5237,1646740972,47.74313,8.99900\n5238,1646740973,47.74313,8.99900\n5239,1646740974,47.74314,8.99901\n5240,1646740975,47.74312,8.99902\n5241,1646740996,47.74308,8.99903\n5242,1646740997,47.74308,8.99901\n5243,1646740998,47.74310,8.99900\n5244,1646740999,47.74311,8.99899\n5245,1646741000,47.74312,8.99899\n5246,1646741001,47.74312,8.99900\n5247,1646741002,47.74312,8.99899\n5248,1646741003,47.74313,8.99899\n5249,1646741004,47.74313,8.99899\n5250,1646741005,47.74313,8.99899\n5251,1646741024,47.74304,8.99884\n5252,1646741025,47.74301,8.99885\n5253,1646741026,47.74302,8.99887\n5254,1646741027,47.74303,8.99888\n5255,1646741028,47.74305,8.99889\n5256,1646741029,47.74306,8.99890\n5257,1646741030,47.74307,8.99891\n5258,1646741031,47.74307,8.99891\n5259,1646741032,47.74308,8.99891\n5260,1646741033,47.74309,8.99892\n5261,1646741054,47.74319,8.99896\n5262,1646741055,47.74317,8.99896\n5263,1646741056,47.74316,8.99895\n5264,1646741057,47.74316,8.99896\n5265,1646741058,47.74316,8.99896\n5266,1646741059,47.74308,8.99898\n5267,1646741061,47.74307,8.99897\n5268,1646741062,47.74307,8.99897\n5269,1646741063,47.74307,8.99897\n5270,1646741064,47.74307,8.99897\n5271,1646741083,47.74320,8.99893\n5272,1646741084,47.74321,8.99893\n5273,1646741085,47.74320,8.99894\n5274,1646741086,47.74320,8.99894\n5275,1646741087,47.74319,8.99895\n5276,1646741088,47.74319,8.99895\n5277,1646741089,47.74313,8.99896\n5278,1646741091,47.74314,8.99896\n5279,1646741092,47.74314,8.99897\n5280,1646741093,47.74314,8.99897\n5281,1646741111,47.74312,8.99913\n5282,1646741113,47.74313,8.99914\n5283,1646741114,47.74313,8.99914\n5284,1646741115,47.74312,8.99912\n5285,1646741116,47.74312,8.99911\n5286,1646741117,47.74311,8.99909\n5287,1646741118,47.74311,8.99908\n5288,1646741119,47.74310,8.99907\n5289,1646741120,47.74309,8.99906\n5290,1646741121,47.74309,8.99905\n5291,1646741141,47.74312,8.99901\n5292,1646741142,47.74312,8.99900\n5293,1646741143,47.74312,8.99897\n5294,1646741144,47.74312,8.99898\n5295,1646741145,47.74313,8.99898\n5296,1646741146,47.74313,8.99898\n5297,1646741147,47.74313,8.99898\n5298,1646741148,47.74314,8.99898\n5299,1646741149,47.74309,8.99899\n5300,1646741151,47.74308,8.99898\n5301,1646741170,47.74305,8.99900\n5302,1646741171,47.74305,8.99899\n5303,1646741172,47.74306,8.99899\n5304,1646741173,47.74307,8.99897\n5305,1646741174,47.74308,8.99897\n5306,1646741175,47.74309,8.99896\n5307,1646741176,47.74309,8.99896\n5308,1646741177,47.74310,8.99896\n5309,1646741178,47.74310,8.99896\n5310,1646741179,47.74306,8.99897\n5311,1646741200,47.74313,8.99904\n5312,1646741201,47.74313,8.99902\n5313,1646741202,47.74314,8.99902\n5314,1646741203,47.74314,8.99901\n5315,1646741204,47.74314,8.99901\n5316,1646741205,47.74313,8.99901\n5317,1646741206,47.74313,8.99901\n5318,1646741207,47.74313,8.99901\n5319,1646741208,47.74314,8.99901\n5320,1646741209,47.74313,8.99901\n5321,1646741251,47.74306,8.99894\n5322,1646741253,47.74305,8.99895\n5323,1646741254,47.74306,8.99896\n5324,1646741255,47.74305,8.99896\n5325,1646741256,47.74305,8.99896\n5326,1646741257,47.74305,8.99896\n5327,1646741258,47.74305,8.99896\n5328,1646741259,47.74305,8.99896\n5329,1646741260,47.74305,8.99896\n5330,1646741261,47.74305,8.99896\n5331,1646741278,47.74302,8.99901\n5332,1646741280,47.74303,8.99895\n5333,1646741281,47.74303,8.99895\n5334,1646741282,47.74304,8.99894\n5335,1646741283,47.74304,8.99895\n5336,1646741284,47.74304,8.99895\n5337,1646741285,47.74304,8.99895\n5338,1646741286,47.74305,8.99895\n5339,1646741287,47.74305,8.99895\n5340,1646741288,47.74305,8.99895\n5341,1646741306,47.74297,8.99897\n5342,1646741307,47.74305,8.99898\n5343,1646741308,47.74304,8.99897\n5344,1646741309,47.74304,8.99896\n5345,1646741310,47.74304,8.99897\n5346,1646741311,47.74304,8.99896\n5347,1646741312,47.74304,8.99896\n5348,1646741313,47.74304,8.99896\n5349,1646741314,47.74304,8.99896\n5350,1646741315,47.74304,8.99896\n5351,1646741333,47.74290,8.99894\n5352,1646741334,47.74302,8.99896\n5353,1646741335,47.74303,8.99898\n5354,1646741336,47.74303,8.99898\n5355,1646741337,47.74304,8.99898\n5356,1646741338,47.74304,8.99899\n5357,1646741339,47.74304,8.99898\n5358,1646741340,47.74304,8.99898\n5359,1646741341,47.74304,8.99897\n5360,1646741343,47.74304,8.99897\n5361,1646741361,47.74298,8.99896\n5362,1646741362,47.74305,8.99897\n5363,1646741363,47.74305,8.99897\n5364,1646741364,47.74305,8.99896\n5365,1646741365,47.74304,8.99895\n5366,1646741366,47.74304,8.99897\n5367,1646741367,47.74304,8.99897\n5368,1646741368,47.74304,8.99897\n5369,1646741369,47.74304,8.99897\n5370,1646741370,47.74305,8.99898\n5371,1646741390,47.74307,8.99900\n5372,1646741391,47.74307,8.99899\n5373,1646741392,47.74307,8.99898\n5374,1646741393,47.74307,8.99898\n5375,1646741394,47.74307,8.99898\n5376,1646741395,47.74307,8.99898\n5377,1646741396,47.74306,8.99898\n5378,1646741397,47.74306,8.99897\n5379,1646741398,47.74306,8.99897\n5380,1646741399,47.74306,8.99898\n5381,1646741417,47.74304,8.99905\n5382,1646741418,47.74307,8.99910\n5383,1646741419,47.74307,8.99908\n5384,1646741420,47.74307,8.99907\n5385,1646741421,47.74307,8.99906\n5386,1646741422,47.74307,8.99905\n5387,1646741423,47.74307,8.99904\n5388,1646741424,47.74307,8.99903\n5389,1646741425,47.74306,8.99901\n5390,1646741427,47.74306,8.99900\n5391,1646741445,47.74304,8.99908\n5392,1646741446,47.74306,8.99909\n5393,1646741447,47.74307,8.99909\n5394,1646741448,47.74307,8.99908\n5395,1646741449,47.74307,8.99907\n5396,1646741450,47.74307,8.99905\n5397,1646741451,47.74307,8.99904\n5398,1646741452,47.74307,8.99903\n5399,1646741453,47.74307,8.99904\n5400,1646741454,47.74307,8.99904\n5401,1646741473,47.74295,8.99895\n5402,1646741474,47.74300,8.99896\n5403,1646741475,47.74301,8.99896\n5404,1646741476,47.74301,8.99895\n5405,1646741477,47.74301,8.99894\n5406,1646741478,47.74302,8.99894\n5407,1646741479,47.74302,8.99895\n5408,1646741480,47.74302,8.99896\n5409,1646741481,47.74302,8.99897\n5410,1646741482,47.74302,8.99897\n5411,1646741502,47.74298,8.99891\n5412,1646741503,47.74299,8.99893\n5413,1646741504,47.74300,8.99894\n5414,1646741505,47.74300,8.99894\n5415,1646741506,47.74300,8.99895\n5416,1646741507,47.74301,8.99895\n5417,1646741508,47.74301,8.99895\n5418,1646741509,47.74302,8.99895\n5419,1646741510,47.74303,8.99893\n5420,1646741512,47.74303,8.99894\n5421,1646741533,47.74305,8.99900\n5422,1646741534,47.74305,8.99899\n5423,1646741535,47.74305,8.99899\n5424,1646741536,47.74305,8.99900\n5425,1646741537,47.74305,8.99900\n5426,1646741538,47.74305,8.99899\n5427,1646741539,47.74306,8.99896\n5428,1646741541,47.74306,8.99896\n5429,1646741542,47.74305,8.99895\n5430,1646741543,47.74305,8.99895\n5431,1646741561,47.74302,8.99892\n5432,1646741562,47.74302,8.99893\n5433,1646741563,47.74302,8.99893\n5434,1646741564,47.74302,8.99894\n5435,1646741565,47.74302,8.99894\n5436,1646741566,47.74303,8.99894\n5437,1646741567,47.74303,8.99895\n5438,1646741568,47.74303,8.99895\n5439,1646741569,47.74303,8.99895\n5440,1646741571,47.74303,8.99895\n5441,1646741591,47.74307,8.99903\n5442,1646741592,47.74306,8.99903\n5443,1646741593,47.74306,8.99902\n5444,1646741594,47.74306,8.99901\n5445,1646741595,47.74306,8.99900\n5446,1646741596,47.74305,8.99900\n5447,1646741597,47.74305,8.99899\n5448,1646741598,47.74305,8.99898\n5449,1646741599,47.74305,8.99898\n5450,1646741601,47.74305,8.99898\n5451,1646741622,47.74304,8.99892\n5452,1646741623,47.74305,8.99895\n5453,1646741624,47.74305,8.99895\n5454,1646741625,47.74305,8.99895\n5455,1646741626,47.74306,8.99896\n5456,1646741627,47.74306,8.99896\n5457,1646741628,47.74306,8.99896\n5458,1646741629,47.74306,8.99896\n5459,1646741631,47.74306,8.99897\n5460,1646741632,47.74306,8.99897\n5461,1646741650,47.74306,8.99904\n5462,1646741651,47.74306,8.99903\n5463,1646741652,47.74305,8.99901\n5464,1646741653,47.74305,8.99900\n5465,1646741654,47.74304,8.99899\n5466,1646741655,47.74304,8.99899\n5467,1646741656,47.74304,8.99899\n5468,1646741657,47.74304,8.99898\n5469,1646741658,47.74304,8.99898\n5470,1646741659,47.74303,8.99897\n5471,1646741681,47.74307,8.99900\n5472,1646741682,47.74307,8.99900\n5473,1646741683,47.74306,8.99900\n5474,1646741684,47.74306,8.99900\n5475,1646741685,47.74307,8.99900\n5476,1646741686,47.74307,8.99899\n5477,1646741687,47.74307,8.99900\n5478,1646741688,47.74307,8.99900\n5479,1646741689,47.74307,8.99899\n5480,1646741691,47.74307,8.99900\n5481,1646741712,47.74299,8.99895\n5482,1646741713,47.74302,8.99896\n5483,1646741714,47.74303,8.99896\n5484,1646741715,47.74303,8.99896\n5485,1646741716,47.74304,8.99896\n5486,1646741717,47.74304,8.99896\n5487,1646741718,47.74304,8.99896\n5488,1646741719,47.74305,8.99896\n5489,1646741721,47.74305,8.99896\n5490,1646741722,47.74305,8.99896\n5491,1646741739,47.74305,8.99895\n5492,1646741741,47.74307,8.99898\n5493,1646741742,47.74307,8.99899\n5494,1646741743,47.74307,8.99899\n5495,1646741744,47.74307,8.99899\n5496,1646741745,47.74307,8.99899\n5497,1646741746,47.74307,8.99899\n5498,1646741747,47.74307,8.99900\n5499,1646741748,47.74307,8.99900\n5500,1646741749,47.74307,8.99900\n5501,1646741767,47.74308,8.99901\n5502,1646741768,47.74306,8.99898\n5503,1646741769,47.74305,8.99899\n5504,1646741770,47.74304,8.99899\n5505,1646741771,47.74304,8.99899\n5506,1646741772,47.74304,8.99898\n5507,1646741773,47.74304,8.99898\n5508,1646741774,47.74304,8.99899\n5509,1646741775,47.74304,8.99898\n5510,1646741776,47.74304,8.99899\n5511,1646741795,47.74303,8.99892\n5512,1646741796,47.74303,8.99894\n5513,1646741797,47.74304,8.99894\n5514,1646741798,47.74304,8.99894\n5515,1646741799,47.74304,8.99895\n5516,1646741800,47.74304,8.99895\n5517,1646741801,47.74304,8.99895\n5518,1646741802,47.74303,8.99896\n5519,1646741803,47.74303,8.99896\n5520,1646741805,47.74304,8.99896\n5521,1646741825,47.74305,8.99898\n5522,1646741826,47.74306,8.99898\n5523,1646741827,47.74306,8.99898\n5524,1646741828,47.74305,8.99898\n5525,1646741829,47.74305,8.99898\n5526,1646741830,47.74305,8.99898\n5527,1646741831,47.74305,8.99898\n5528,1646741832,47.74305,8.99898\n5529,1646741833,47.74304,8.99897\n5530,1646741835,47.74304,8.99896\n5531,1646741854,47.74308,8.99897\n5532,1646741855,47.74303,8.99896\n5533,1646741856,47.74303,8.99897\n5534,1646741857,47.74303,8.99898\n5535,1646741858,47.74303,8.99898\n5536,1646741859,47.74303,8.99897\n5537,1646741860,47.74303,8.99897\n5538,1646741861,47.74303,8.99897\n5539,1646741862,47.74303,8.99897\n5540,1646741863,47.74303,8.99896\n5541,1646741883,47.74299,8.99898\n5542,1646741884,47.74299,8.99899\n5543,1646741885,47.74300,8.99898\n5544,1646741886,47.74299,8.99898\n5545,1646741887,47.74299,8.99897\n5546,1646741888,47.74299,8.99896\n5547,1646741889,47.74298,8.99896\n5548,1646741890,47.74298,8.99895\n5549,1646741891,47.74299,8.99895\n5550,1646741892,47.74299,8.99895\n5551,1646741912,47.74300,8.99894\n5552,1646741913,47.74301,8.99895\n5553,1646741914,47.74302,8.99896\n5554,1646741915,47.74303,8.99897\n5555,1646741916,47.74303,8.99897\n5556,1646741917,47.74303,8.99896\n5557,1646741919,47.74303,8.99896\n5558,1646741920,47.74303,8.99896\n5559,1646741921,47.74303,8.99896\n5560,1646741922,47.74303,8.99896\n5561,1646741940,47.74306,8.99900\n5562,1646741941,47.74305,8.99898\n5563,1646741942,47.74305,8.99898\n5564,1646741943,47.74305,8.99899\n5565,1646741944,47.74305,8.99899\n5566,1646741945,47.74306,8.99898\n5567,1646741946,47.74306,8.99898\n5568,1646741947,47.74305,8.99897\n5569,1646741949,47.74305,8.99897\n5570,1646741950,47.74305,8.99897\n5571,1646741968,47.74308,8.99903\n5572,1646741969,47.74308,8.99902\n5573,1646741970,47.74308,8.99901\n5574,1646741971,47.74308,8.99902\n5575,1646741972,47.74307,8.99901\n5576,1646741973,47.74307,8.99901\n5577,1646741974,47.74307,8.99901\n5578,1646741975,47.74306,8.99901\n5579,1646741976,47.74306,8.99900\n5580,1646741977,47.74305,8.99898\n5581,1646741997,47.74303,8.99897\n5582,1646741998,47.74304,8.99898\n5583,1646741999,47.74304,8.99898\n5584,1646742000,47.74305,8.99899\n5585,1646742001,47.74305,8.99898\n5586,1646742002,47.74305,8.99898\n5587,1646742003,47.74305,8.99898\n5588,1646742004,47.74305,8.99898\n5589,1646742005,47.74305,8.99898\n5590,1646742006,47.74305,8.99899\n5591,1646742026,47.74307,8.99896\n5592,1646742027,47.74307,8.99897\n5593,1646742028,47.74307,8.99898\n5594,1646742029,47.74306,8.99899\n5595,1646742030,47.74306,8.99898\n5596,1646742031,47.74306,8.99898\n5597,1646742032,47.74305,8.99898\n5598,1646742033,47.74305,8.99898\n5599,1646742034,47.74305,8.99898\n5600,1646742035,47.74305,8.99898\n5601,1646742054,47.74304,8.99901\n5602,1646742055,47.74304,8.99901\n5603,1646742056,47.74304,8.99901\n5604,1646742057,47.74304,8.99900\n5605,1646742058,47.74303,8.99900\n5606,1646742059,47.74304,8.99899\n5607,1646742060,47.74304,8.99899\n5608,1646742061,47.74305,8.99897\n5609,1646742063,47.74305,8.99897\n5610,1646742064,47.74305,8.99898\n5611,1646742081,47.74300,8.99893\n5612,1646742083,47.74305,8.99892\n5613,1646742084,47.74305,8.99892\n5614,1646742085,47.74305,8.99892\n5615,1646742086,47.74305,8.99893\n5616,1646742087,47.74305,8.99892\n5617,1646742088,47.74305,8.99892\n5618,1646742089,47.74305,8.99893\n5619,1646742090,47.74305,8.99893\n5620,1646742091,47.74305,8.99893\n5621,1646742109,47.74304,8.99893\n5622,1646742110,47.74304,8.99894\n5623,1646742111,47.74304,8.99895\n5624,1646742112,47.74304,8.99895\n5625,1646742113,47.74305,8.99896\n5626,1646742114,47.74305,8.99896\n5627,1646742115,47.74305,8.99897\n5628,1646742116,47.74305,8.99897\n5629,1646742117,47.74305,8.99897\n5630,1646742118,47.74305,8.99897\n5631,1646742137,47.74298,8.99889\n5632,1646742138,47.74298,8.99890\n5633,1646742139,47.74299,8.99891\n5634,1646742140,47.74300,8.99891\n5635,1646742141,47.74300,8.99892\n5636,1646742142,47.74301,8.99892\n5637,1646742143,47.74301,8.99893\n5638,1646742144,47.74302,8.99893\n5639,1646742145,47.74302,8.99893\n5640,1646742147,47.74302,8.99894\n5641,1646742169,47.74295,8.99894\n5642,1646742170,47.74300,8.99896\n5643,1646742171,47.74301,8.99896\n5644,1646742172,47.74301,8.99897\n5645,1646742173,47.74302,8.99896\n5646,1646742174,47.74302,8.99896\n5647,1646742175,47.74302,8.99896\n5648,1646742177,47.74302,8.99896\n5649,1646742178,47.74302,8.99896\n5650,1646742179,47.74302,8.99896\n5651,1646742196,47.74298,8.99901\n5652,1646742198,47.74300,8.99896\n5653,1646742199,47.74300,8.99896\n5654,1646742200,47.74301,8.99895\n5655,1646742201,47.74300,8.99895\n5656,1646742202,47.74300,8.99895\n5657,1646742203,47.74301,8.99895\n5658,1646742204,47.74301,8.99895\n5659,1646742205,47.74301,8.99895\n5660,1646742206,47.74301,8.99895\n5661,1646742226,47.74305,8.99902\n5662,1646742227,47.74305,8.99901\n5663,1646742228,47.74305,8.99901\n5664,1646742229,47.74305,8.99900\n5665,1646742230,47.74304,8.99900\n5666,1646742231,47.74304,8.99900\n5667,1646742232,47.74305,8.99900\n5668,1646742233,47.74305,8.99899\n5669,1646742234,47.74304,8.99899\n5670,1646742235,47.74304,8.99899\n5671,1646742259,47.74309,8.99902\n5672,1646742260,47.74304,8.99898\n5673,1646742261,47.74305,8.99898\n5674,1646742262,47.74305,8.99898\n5675,1646742263,47.74305,8.99898\n5676,1646742264,47.74305,8.99898\n5677,1646742265,47.74305,8.99898\n5678,1646742267,47.74305,8.99899\n5679,1646742268,47.74305,8.99899\n5680,1646742269,47.74305,8.99899\n5681,1646742287,47.74300,8.99893\n5682,1646742288,47.74301,8.99894\n5683,1646742289,47.74302,8.99895\n5684,1646742290,47.74302,8.99895\n5685,1646742291,47.74302,8.99896\n5686,1646742292,47.74302,8.99896\n5687,1646742293,47.74302,8.99896\n5688,1646742294,47.74302,8.99897\n5689,1646742295,47.74302,8.99897\n5690,1646742297,47.74302,8.99897\n5691,1646742317,47.74304,8.99899\n5692,1646742318,47.74305,8.99900\n5693,1646742319,47.74305,8.99900\n5694,1646742320,47.74304,8.99900\n5695,1646742321,47.74303,8.99900\n5696,1646742322,47.74303,8.99900\n5697,1646742323,47.74303,8.99900\n5698,1646742324,47.74303,8.99901\n5699,1646742325,47.74303,8.99901\n5700,1646742327,47.74303,8.99901\n5701,1646742346,47.74303,8.99895\n5702,1646742347,47.74303,8.99897\n5703,1646742348,47.74303,8.99898\n5704,1646742349,47.74303,8.99899\n5705,1646742350,47.74303,8.99900\n5706,1646742351,47.74303,8.99901\n5707,1646742352,47.74303,8.99901\n5708,1646742353,47.74303,8.99901\n5709,1646742354,47.74303,8.99901\n5710,1646742355,47.74303,8.99901\n5711,1646742376,47.74305,8.99902\n5712,1646742377,47.74305,8.99903\n5713,1646742378,47.74304,8.99903\n5714,1646742379,47.74304,8.99902\n5715,1646742380,47.74304,8.99902\n5716,1646742381,47.74304,8.99902\n5717,1646742382,47.74305,8.99902\n5718,1646742383,47.74305,8.99901\n5719,1646742384,47.74305,8.99901\n5720,1646742385,47.74305,8.99901\n5721,1646742404,47.74304,8.99901\n5722,1646742405,47.74304,8.99901\n5723,1646742406,47.74305,8.99902\n5724,1646742407,47.74305,8.99901\n5725,1646742408,47.74305,8.99901\n5726,1646742409,47.74305,8.99900\n5727,1646742410,47.74305,8.99900\n5728,1646742411,47.74305,8.99900\n5729,1646742412,47.74306,8.99900\n5730,1646742413,47.74306,8.99900\n5731,1646742433,47.74307,8.99901\n5732,1646742434,47.74307,8.99901\n5733,1646742435,47.74308,8.99901\n5734,1646742436,47.74308,8.99901\n5735,1646742437,47.74308,8.99901\n5736,1646742438,47.74308,8.99900\n5737,1646742439,47.74309,8.99899\n5738,1646742441,47.74309,8.99899\n5739,1646742442,47.74309,8.99899\n5740,1646742443,47.74309,8.99899\n5741,1646742460,47.74306,8.99899\n5742,1646742462,47.74309,8.99901\n5743,1646742463,47.74310,8.99901\n5744,1646742464,47.74311,8.99900\n5745,1646742465,47.74310,8.99900\n5746,1646742466,47.74310,8.99900\n5747,1646742467,47.74309,8.99900\n5748,1646742468,47.74310,8.99899\n5749,1646742469,47.74310,8.99899\n5750,1646742470,47.74310,8.99899\n5751,1646742492,47.74307,8.99898\n5752,1646742493,47.74308,8.99899\n5753,1646742494,47.74308,8.99899\n5754,1646742495,47.74308,8.99899\n5755,1646742496,47.74307,8.99898\n5756,1646742497,47.74307,8.99898\n5757,1646742498,47.74308,8.99898\n5758,1646742499,47.74309,8.99897\n5759,1646742501,47.74310,8.99897\n5760,1646742502,47.74310,8.99897\n5761,1646742519,47.74301,8.99895\n5762,1646742521,47.74306,8.99894\n5763,1646742522,47.74306,8.99895\n5764,1646742523,47.74306,8.99895\n5765,1646742524,47.74306,8.99895\n5766,1646742525,47.74306,8.99896\n5767,1646742526,47.74307,8.99896\n5768,1646742527,47.74307,8.99897\n5769,1646742528,47.74307,8.99897\n5770,1646742529,47.74307,8.99897\n5771,1646742547,47.74303,8.99897\n5772,1646742548,47.74305,8.99898\n5773,1646742549,47.74304,8.99898\n5774,1646742550,47.74304,8.99898\n5775,1646742551,47.74304,8.99898\n5776,1646742552,47.74304,8.99897\n5777,1646742553,47.74304,8.99897\n5778,1646742554,47.74304,8.99897\n5779,1646742555,47.74304,8.99897\n5780,1646742556,47.74304,8.99897\n5781,1646742575,47.74302,8.99900\n5782,1646742576,47.74305,8.99901\n5783,1646742577,47.74305,8.99901\n5784,1646742578,47.74306,8.99901\n5785,1646742579,47.74305,8.99900\n5786,1646742580,47.74305,8.99899\n5787,1646742581,47.74305,8.99899\n5788,1646742582,47.74304,8.99899\n5789,1646742583,47.74304,8.99897\n5790,1646742585,47.74303,8.99897\n5791,1646742604,47.74301,8.99896\n5792,1646742605,47.74302,8.99896\n5793,1646742606,47.74302,8.99896\n5794,1646742607,47.74302,8.99896\n5795,1646742608,47.74302,8.99896\n5796,1646742609,47.74302,8.99896\n5797,1646742610,47.74303,8.99896\n5798,1646742611,47.74303,8.99896\n5799,1646742612,47.74303,8.99896\n5800,1646742613,47.74304,8.99895\n5801,1646742633,47.74301,8.99896\n5802,1646742634,47.74301,8.99897\n5803,1646742635,47.74302,8.99897\n5804,1646742636,47.74301,8.99898\n5805,1646742637,47.74301,8.99897\n5806,1646742638,47.74301,8.99897\n5807,1646742639,47.74301,8.99897\n5808,1646742640,47.74301,8.99897\n5809,1646742641,47.74301,8.99897\n5810,1646742642,47.74301,8.99897\n5811,1646742662,47.74305,8.99898\n5812,1646742663,47.74306,8.99899\n5813,1646742664,47.74306,8.99898\n5814,1646742665,47.74305,8.99898\n5815,1646742666,47.74304,8.99898\n5816,1646742667,47.74304,8.99898\n5817,1646742668,47.74304,8.99897\n5818,1646742670,47.74304,8.99897\n5819,1646742671,47.74303,8.99897\n5820,1646742672,47.74303,8.99897\n5821,1646742689,47.74302,8.99895\n5822,1646742691,47.74305,8.99892\n5823,1646742692,47.74306,8.99892\n5824,1646742693,47.74305,8.99892\n5825,1646742694,47.74306,8.99893\n5826,1646742695,47.74305,8.99893\n5827,1646742696,47.74305,8.99894\n5828,1646742697,47.74304,8.99894\n5829,1646742698,47.74304,8.99894\n5830,1646742699,47.74304,8.99894\n5831,1646742718,47.74301,8.99894\n5832,1646742719,47.74303,8.99894\n5833,1646742720,47.74303,8.99894\n5834,1646742721,47.74303,8.99895\n5835,1646742722,47.74303,8.99896\n5836,1646742723,47.74303,8.99896\n5837,1646742724,47.74304,8.99897\n5838,1646742725,47.74304,8.99897\n5839,1646742726,47.74305,8.99897\n5840,1646742727,47.74303,8.99897\n5841,1646742747,47.74298,8.99898\n5842,1646742748,47.74305,8.99898\n5843,1646742749,47.74305,8.99898\n5844,1646742750,47.74304,8.99898\n5845,1646742751,47.74304,8.99898\n5846,1646742752,47.74304,8.99898\n5847,1646742753,47.74304,8.99898\n5848,1646742754,47.74304,8.99898\n5849,1646742755,47.74303,8.99898\n5850,1646742756,47.74303,8.99897\n5851,1646742775,47.74299,8.99899\n5852,1646742776,47.74301,8.99897\n5853,1646742777,47.74301,8.99898\n5854,1646742778,47.74301,8.99898\n5855,1646742779,47.74301,8.99898\n5856,1646742780,47.74301,8.99899\n5857,1646742781,47.74302,8.99899\n5858,1646742782,47.74301,8.99899\n5859,1646742784,47.74302,8.99899\n5860,1646742785,47.74302,8.99899\n5861,1646742803,47.74296,8.99900\n5862,1646742804,47.74300,8.99899\n5863,1646742805,47.74300,8.99899\n5864,1646742806,47.74300,8.99899\n5865,1646742807,47.74301,8.99899\n5866,1646742808,47.74301,8.99899\n5867,1646742809,47.74301,8.99899\n5868,1646742810,47.74301,8.99898\n5869,1646742811,47.74302,8.99898\n5870,1646742813,47.74302,8.99898\n5871,1646742832,47.74298,8.99896\n5872,1646742833,47.74298,8.99897\n5873,1646742834,47.74299,8.99897\n5874,1646742835,47.74300,8.99896\n5875,1646742836,47.74300,8.99896\n5876,1646742837,47.74301,8.99896\n5877,1646742838,47.74301,8.99896\n5878,1646742839,47.74301,8.99897\n5879,1646742840,47.74301,8.99897\n5880,1646742841,47.74301,8.99897\n5881,1646742861,47.74302,8.99895\n5882,1646742862,47.74302,8.99896\n5883,1646742863,47.74302,8.99896\n5884,1646742864,47.74302,8.99896\n5885,1646742865,47.74302,8.99897\n5886,1646742866,47.74302,8.99897\n5887,1646742867,47.74302,8.99897\n5888,1646742868,47.74302,8.99897\n5889,1646742869,47.74302,8.99898\n5890,1646742870,47.74302,8.99898\n5891,1646742890,47.74296,8.99890\n5892,1646742891,47.74297,8.99891\n5893,1646742892,47.74297,8.99892\n5894,1646742893,47.74298,8.99893\n5895,1646742894,47.74298,8.99895\n5896,1646742895,47.74299,8.99896\n5897,1646742896,47.74299,8.99896\n5898,1646742897,47.74300,8.99897\n5899,1646742898,47.74301,8.99897\n5900,1646742899,47.74301,8.99897\n5901,1646742918,47.74305,8.99900\n5902,1646742919,47.74304,8.99900\n5903,1646742920,47.74305,8.99901\n5904,1646742921,47.74306,8.99901\n5905,1646742922,47.74305,8.99900\n5906,1646742923,47.74305,8.99900\n5907,1646742924,47.74305,8.99900\n5908,1646742925,47.74304,8.99899\n5909,1646742927,47.74305,8.99899\n5910,1646742928,47.74305,8.99899\n5911,1646742945,47.74306,8.99906\n5912,1646742947,47.74303,8.99899\n5913,1646742948,47.74303,8.99899\n5914,1646742949,47.74304,8.99898\n5915,1646742950,47.74304,8.99897\n5916,1646742951,47.74305,8.99897\n5917,1646742952,47.74306,8.99897\n5918,1646742953,47.74306,8.99897\n5919,1646742954,47.74306,8.99897\n5920,1646742955,47.74306,8.99897\n5921,1646742973,47.74307,8.99901\n5922,1646742974,47.74306,8.99901\n5923,1646742975,47.74306,8.99900\n5924,1646742976,47.74306,8.99900\n5925,1646742977,47.74306,8.99900\n5926,1646742978,47.74306,8.99900\n5927,1646742979,47.74306,8.99900\n5928,1646742980,47.74306,8.99900\n5929,1646742981,47.74306,8.99900\n5930,1646742982,47.74306,8.99900\n5931,1646743001,47.74304,8.99903\n5932,1646743002,47.74304,8.99900\n5933,1646743003,47.74304,8.99900\n5934,1646743004,47.74304,8.99900\n5935,1646743005,47.74304,8.99899\n5936,1646743006,47.74304,8.99899\n5937,1646743007,47.74305,8.99899\n5938,1646743008,47.74305,8.99899\n5939,1646743009,47.74303,8.99898\n5940,1646743011,47.74303,8.99898\n5941,1646743030,47.74303,8.99902\n5942,1646743031,47.74305,8.99901\n5943,1646743032,47.74304,8.99901\n5944,1646743033,47.74305,8.99900\n5945,1646743034,47.74305,8.99900\n5946,1646743035,47.74305,8.99899\n5947,1646743036,47.74305,8.99899\n5948,1646743037,47.74305,8.99899\n5949,1646743038,47.74305,8.99899\n5950,1646743039,47.74304,8.99899\n5951,1646743059,47.74304,8.99897\n5952,1646743060,47.74305,8.99897\n5953,1646743061,47.74304,8.99897\n5954,1646743062,47.74305,8.99898\n5955,1646743063,47.74305,8.99898\n5956,1646743064,47.74305,8.99897\n5957,1646743065,47.74304,8.99897\n5958,1646743066,47.74303,8.99897\n5959,1646743067,47.74303,8.99898\n5960,1646743068,47.74303,8.99898\n5961,1646743088,47.74307,8.99895\n5962,1646743089,47.74307,8.99895\n5963,1646743090,47.74307,8.99895\n5964,1646743091,47.74307,8.99896\n5965,1646743092,47.74307,8.99896\n5966,1646743093,47.74307,8.99896\n5967,1646743094,47.74304,8.99895\n5968,1646743096,47.74304,8.99895\n5969,1646743097,47.74304,8.99895\n5970,1646743098,47.74304,8.99895\n5971,1646743115,47.74304,8.99903\n5972,1646743117,47.74299,8.99901\n5973,1646743118,47.74298,8.99900\n5974,1646743119,47.74298,8.99900\n5975,1646743120,47.74299,8.99899\n5976,1646743121,47.74299,8.99898\n5977,1646743122,47.74300,8.99898\n5978,1646743123,47.74299,8.99897\n5979,1646743124,47.74299,8.99897\n5980,1646743125,47.74300,8.99897\n5981,1646743148,47.74300,8.99898\n5982,1646743149,47.74301,8.99899\n5983,1646743150,47.74301,8.99899\n5984,1646743151,47.74301,8.99899\n5985,1646743152,47.74301,8.99899\n5986,1646743153,47.74302,8.99899\n5987,1646743155,47.74302,8.99899\n5988,1646743156,47.74302,8.99899\n5989,1646743157,47.74303,8.99900\n5990,1646743158,47.74303,8.99900\n5991,1646743175,47.74311,8.99892\n5992,1646743177,47.74304,8.99893\n5993,1646743178,47.74303,8.99895\n5994,1646743179,47.74304,8.99896\n5995,1646743180,47.74304,8.99897\n5996,1646743181,47.74304,8.99897\n5997,1646743182,47.74303,8.99897\n5998,1646743183,47.74303,8.99898\n5999,1646743184,47.74303,8.99898\n6000,1646743185,47.74303,8.99898\n6001,1646743207,47.74303,8.99896\n6002,1646743208,47.74303,8.99897\n6003,1646743209,47.74303,8.99897\n6004,1646743210,47.74303,8.99898\n6005,1646743211,47.74304,8.99898\n6006,1646743212,47.74304,8.99898\n6007,1646743213,47.74304,8.99898\n6008,1646743215,47.74304,8.99898\n6009,1646743216,47.74304,8.99898\n6010,1646743217,47.74304,8.99898\n6011,1646743235,47.74303,8.99896\n6012,1646743236,47.74302,8.99896\n6013,1646743237,47.74303,8.99897\n6014,1646743238,47.74302,8.99898\n6015,1646743239,47.74303,8.99898\n6016,1646743240,47.74303,8.99898\n6017,1646743241,47.74304,8.99898\n6018,1646743242,47.74304,8.99899\n6019,1646743243,47.74304,8.99898\n6020,1646743245,47.74304,8.99898\n6021,1646743264,47.74307,8.99897\n6022,1646743265,47.74305,8.99898\n6023,1646743266,47.74304,8.99898\n6024,1646743267,47.74304,8.99898\n6025,1646743268,47.74305,8.99897\n6026,1646743269,47.74305,8.99897\n6027,1646743270,47.74304,8.99897\n6028,1646743271,47.74305,8.99897\n6029,1646743272,47.74305,8.99897\n6030,1646743273,47.74305,8.99897\n6031,1646743293,47.74301,8.99898\n6032,1646743294,47.74303,8.99897\n6033,1646743295,47.74303,8.99898\n6034,1646743296,47.74302,8.99897\n6035,1646743297,47.74301,8.99898\n6036,1646743298,47.74301,8.99898\n6037,1646743299,47.74301,8.99897\n6038,1646743300,47.74301,8.99898\n6039,1646743301,47.74301,8.99898\n6040,1646743302,47.74301,8.99898\n6041,1646743323,47.74310,8.99900\n6042,1646743324,47.74308,8.99900\n6043,1646743325,47.74307,8.99900\n6044,1646743326,47.74307,8.99899\n6045,1646743327,47.74307,8.99899\n6046,1646743328,47.74307,8.99898\n6047,1646743329,47.74307,8.99899\n6048,1646743330,47.74307,8.99899\n6049,1646743331,47.74307,8.99899\n6050,1646743332,47.74307,8.99899\n6051,1646743352,47.74296,8.99900\n6052,1646743353,47.74297,8.99900\n6053,1646743354,47.74298,8.99900\n6054,1646743355,47.74299,8.99900\n6055,1646743356,47.74299,8.99900\n6056,1646743357,47.74301,8.99899\n6057,1646743359,47.74301,8.99899\n6058,1646743360,47.74301,8.99899\n6059,1646743361,47.74301,8.99899\n6060,1646743362,47.74301,8.99899\n6061,1646743380,47.74304,8.99897\n6062,1646743381,47.74304,8.99898\n6063,1646743382,47.74303,8.99899\n6064,1646743383,47.74303,8.99900\n6065,1646743384,47.74303,8.99900\n6066,1646743385,47.74303,8.99900\n6067,1646743386,47.74303,8.99899\n6068,1646743387,47.74303,8.99899\n6069,1646743389,47.74303,8.99899\n6070,1646743390,47.74303,8.99899\n6071,1646743408,47.74306,8.99897\n6072,1646743409,47.74305,8.99896\n6073,1646743410,47.74306,8.99897\n6074,1646743411,47.74306,8.99897\n6075,1646743412,47.74307,8.99897\n6076,1646743413,47.74307,8.99897\n6077,1646743414,47.74307,8.99897\n6078,1646743415,47.74307,8.99897\n6079,1646743416,47.74307,8.99897\n6080,1646743417,47.74307,8.99897\n6081,1646743438,47.74304,8.99902\n6082,1646743439,47.74304,8.99901\n6083,1646743440,47.74305,8.99900\n6084,1646743441,47.74304,8.99900\n6085,1646743442,47.74304,8.99900\n6086,1646743443,47.74304,8.99900\n6087,1646743444,47.74304,8.99900\n6088,1646743445,47.74304,8.99899\n6089,1646743446,47.74305,8.99899\n6090,1646743447,47.74305,8.99899\n6091,1646743467,47.74304,8.99899\n6092,1646743468,47.74304,8.99899\n6093,1646743469,47.74304,8.99899\n6094,1646743470,47.74305,8.99899\n6095,1646743471,47.74305,8.99898\n6096,1646743472,47.74305,8.99898\n6097,1646743473,47.74305,8.99898\n6098,1646743474,47.74305,8.99898\n6099,1646743475,47.74305,8.99898\n6100,1646743476,47.74305,8.99898\n6101,1646743495,47.74308,8.99897\n6102,1646743496,47.74308,8.99896\n6103,1646743497,47.74308,8.99896\n6104,1646743498,47.74308,8.99896\n6105,1646743499,47.74308,8.99896\n6106,1646743500,47.74308,8.99896\n6107,1646743501,47.74307,8.99895\n6108,1646743503,47.74307,8.99895\n6109,1646743504,47.74307,8.99895\n6110,1646743505,47.74306,8.99895\n6111,1646743523,47.74304,8.99898\n6112,1646743524,47.74304,8.99898\n6113,1646743525,47.74304,8.99898\n6114,1646743526,47.74302,8.99898\n6115,1646743527,47.74302,8.99898\n6116,1646743528,47.74303,8.99898\n6117,1646743529,47.74303,8.99898\n6118,1646743530,47.74303,8.99898\n6119,1646743531,47.74302,8.99898\n6120,1646743533,47.74302,8.99898\n6121,1646743552,47.74311,8.99902\n6122,1646743553,47.74310,8.99900\n6123,1646743554,47.74310,8.99899\n6124,1646743555,47.74310,8.99899\n6125,1646743556,47.74310,8.99899\n6126,1646743557,47.74309,8.99899\n6127,1646743558,47.74309,8.99899\n6128,1646743559,47.74309,8.99899\n6129,1646743560,47.74309,8.99899\n6130,1646743561,47.74308,8.99898\n6131,1646743583,47.74309,8.99901\n6132,1646743584,47.74308,8.99901\n6133,1646743585,47.74307,8.99901\n6134,1646743586,47.74306,8.99900\n6135,1646743587,47.74306,8.99900\n6136,1646743588,47.74306,8.99900\n6137,1646743589,47.74307,8.99899\n6138,1646743590,47.74307,8.99899\n6139,1646743591,47.74307,8.99899\n6140,1646743592,47.74305,8.99898\n6141,1646743615,47.74301,8.99899\n6142,1646743616,47.74302,8.99899\n6143,1646743617,47.74303,8.99899\n6144,1646743618,47.74303,8.99898\n6145,1646743619,47.74302,8.99898\n6146,1646743620,47.74302,8.99898\n6147,1646743621,47.74302,8.99898\n6148,1646743623,47.74302,8.99898\n6149,1646743624,47.74301,8.99898\n6150,1646743625,47.74301,8.99898\n6151,1646743643,47.74305,8.99899\n6152,1646743644,47.74304,8.99899\n6153,1646743645,47.74303,8.99899\n6154,1646743646,47.74303,8.99900\n6155,1646743647,47.74303,8.99900\n6156,1646743648,47.74303,8.99900\n6157,1646743649,47.74303,8.99901\n6158,1646743650,47.74302,8.99901\n6159,1646743651,47.74302,8.99900\n6160,1646743653,47.74302,8.99901\n6161,1646743676,47.74316,8.99899\n6162,1646743677,47.74302,8.99899\n6163,1646743678,47.74301,8.99900\n6164,1646743679,47.74302,8.99900\n6165,1646743680,47.74302,8.99901\n6166,1646743681,47.74303,8.99900\n6167,1646743683,47.74303,8.99900\n6168,1646743684,47.74303,8.99899\n6169,1646743685,47.74304,8.99899\n6170,1646743686,47.74303,8.99900\n6171,1646743704,47.74302,8.99903\n6172,1646743705,47.74305,8.99901\n6173,1646743706,47.74305,8.99901\n6174,1646743707,47.74305,8.99901\n6175,1646743708,47.74305,8.99900\n6176,1646743709,47.74306,8.99900\n6177,1646743710,47.74307,8.99899\n6178,1646743711,47.74308,8.99898\n6179,1646743713,47.74308,8.99898\n6180,1646743714,47.74307,8.99898\n6181,1646743731,47.74307,8.99898\n6182,1646743733,47.74305,8.99899\n6183,1646743734,47.74305,8.99899\n6184,1646743735,47.74305,8.99899\n6185,1646743736,47.74304,8.99898\n6186,1646743737,47.74303,8.99899\n6187,1646743738,47.74303,8.99898\n6188,1646743739,47.74303,8.99898\n6189,1646743740,47.74303,8.99898\n6190,1646743741,47.74303,8.99898\n6191,1646743759,47.74295,8.99894\n6192,1646743760,47.74299,8.99894\n6193,1646743761,47.74298,8.99895\n6194,1646743762,47.74299,8.99894\n6195,1646743763,47.74298,8.99894\n6196,1646743764,47.74298,8.99895\n6197,1646743765,47.74298,8.99895\n6198,1646743766,47.74297,8.99895\n6199,1646743767,47.74298,8.99895\n6200,1646743768,47.74298,8.99895\n6201,1646743787,47.74299,8.99907\n6202,1646743788,47.74302,8.99904\n6203,1646743789,47.74302,8.99902\n6204,1646743790,47.74302,8.99901\n6205,1646743791,47.74301,8.99900\n6206,1646743792,47.74301,8.99900\n6207,1646743793,47.74301,8.99899\n6208,1646743794,47.74301,8.99898\n6209,1646743795,47.74301,8.99897\n6210,1646743797,47.74301,8.99897\n6211,1646743816,47.74298,8.99901\n6212,1646743817,47.74300,8.99901\n6213,1646743818,47.74300,8.99900\n6214,1646743819,47.74301,8.99899\n6215,1646743820,47.74302,8.99898\n6216,1646743821,47.74301,8.99898\n6217,1646743822,47.74301,8.99898\n6218,1646743823,47.74302,8.99898\n6219,1646743824,47.74302,8.99898\n6220,1646743825,47.74302,8.99898\n6221,1646743845,47.74304,8.99898\n6222,1646743846,47.74304,8.99897\n6223,1646743847,47.74305,8.99896\n6224,1646743848,47.74304,8.99897\n6225,1646743849,47.74304,8.99898\n6226,1646743850,47.74304,8.99898\n6227,1646743851,47.74304,8.99899\n6228,1646743852,47.74303,8.99899\n6229,1646743853,47.74303,8.99899\n6230,1646743854,47.74304,8.99899\n6231,1646743872,47.74303,8.99906\n6232,1646743873,47.74302,8.99904\n6233,1646743874,47.74303,8.99903\n6234,1646743875,47.74303,8.99902\n6235,1646743876,47.74304,8.99900\n6236,1646743877,47.74303,8.99899\n6237,1646743878,47.74303,8.99900\n6238,1646743879,47.74303,8.99900\n6239,1646743881,47.74303,8.99900\n6240,1646743882,47.74303,8.99900\n6241,1646743899,47.74314,8.99884\n6242,1646743901,47.74311,8.99889\n6243,1646743902,47.74311,8.99890\n6244,1646743903,47.74310,8.99890\n6245,1646743904,47.74310,8.99891\n6246,1646743905,47.74309,8.99893\n6247,1646743906,47.74309,8.99894\n6248,1646743907,47.74308,8.99895\n6249,1646743908,47.74307,8.99895\n6250,1646743909,47.74307,8.99896\n6251,1646743927,47.74302,8.99897\n6252,1646743928,47.74303,8.99895\n6253,1646743929,47.74303,8.99895\n6254,1646743930,47.74304,8.99895\n6255,1646743931,47.74305,8.99895\n6256,1646743932,47.74305,8.99895\n6257,1646743933,47.74306,8.99895\n6258,1646743934,47.74306,8.99895\n6259,1646743935,47.74306,8.99896\n6260,1646743936,47.74306,8.99896\n6261,1646743955,47.74295,8.99902\n6262,1646743956,47.74298,8.99901\n6263,1646743957,47.74298,8.99901\n6264,1646743958,47.74299,8.99900\n6265,1646743959,47.74299,8.99899\n6266,1646743960,47.74300,8.99899\n6267,1646743961,47.74300,8.99897\n6268,1646743962,47.74300,8.99896\n6269,1646743963,47.74301,8.99896\n6270,1646743965,47.74301,8.99895\n6271,1646743984,47.74296,8.99899\n6272,1646743985,47.74296,8.99899\n6273,1646743986,47.74297,8.99898\n6274,1646743987,47.74298,8.99896\n6275,1646743988,47.74299,8.99896\n6276,1646743989,47.74299,8.99896\n6277,1646743990,47.74299,8.99896\n6278,1646743991,47.74300,8.99896\n6279,1646743992,47.74299,8.99896\n6280,1646743993,47.74300,8.99896\n6281,1646744013,47.74302,8.99899\n6282,1646744014,47.74301,8.99900\n6283,1646744015,47.74300,8.99900\n6284,1646744016,47.74299,8.99901\n6285,1646744017,47.74300,8.99901\n6286,1646744018,47.74300,8.99900\n6287,1646744019,47.74301,8.99900\n6288,1646744020,47.74302,8.99899\n6289,1646744021,47.74302,8.99900\n6290,1646744022,47.74303,8.99900\n6291,1646744041,47.74308,8.99896\n6292,1646744042,47.74308,8.99896\n6293,1646744043,47.74308,8.99896\n6294,1646744044,47.74308,8.99896\n6295,1646744045,47.74307,8.99897\n6296,1646744046,47.74307,8.99897\n6297,1646744047,47.74307,8.99897\n6298,1646744049,47.74307,8.99897\n6299,1646744050,47.74307,8.99897\n6300,1646744051,47.74307,8.99897\n6301,1646744068,47.74313,8.99894\n6302,1646744070,47.74312,8.99897\n6303,1646744071,47.74311,8.99898\n6304,1646744072,47.74310,8.99898\n6305,1646744073,47.74310,8.99898\n6306,1646744074,47.74310,8.99897\n6307,1646744075,47.74309,8.99898\n6308,1646744076,47.74309,8.99898\n6309,1646744077,47.74308,8.99899\n6310,1646744078,47.74308,8.99899\n6311,1646744098,47.74302,8.99905\n6312,1646744099,47.74300,8.99904\n6313,1646744100,47.74299,8.99903\n6314,1646744101,47.74299,8.99902\n6315,1646744102,47.74299,8.99902\n6316,1646744103,47.74298,8.99902\n6317,1646744104,47.74299,8.99903\n6318,1646744105,47.74299,8.99903\n6319,1646744106,47.74300,8.99903\n6320,1646744107,47.74298,8.99903\n6321,1646744126,47.74352,8.99896\n6322,1646744127,47.74301,8.99900\n6323,1646744128,47.74303,8.99901\n6324,1646744129,47.74303,8.99901\n6325,1646744130,47.74302,8.99903\n6326,1646744131,47.74303,8.99902\n6327,1646744132,47.74303,8.99901\n6328,1646744133,47.74303,8.99900\n6329,1646744134,47.74303,8.99900\n6330,1646744135,47.74303,8.99899\n6331,1646744156,47.74303,8.99899\n6332,1646744157,47.74303,8.99898\n6333,1646744158,47.74303,8.99897\n6334,1646744159,47.74303,8.99897\n6335,1646744160,47.74303,8.99896\n6336,1646744161,47.74303,8.99896\n6337,1646744163,47.74303,8.99896\n6338,1646744164,47.74303,8.99896\n6339,1646744165,47.74303,8.99896\n6340,1646744166,47.74303,8.99896\n6341,1646744183,47.74305,8.99891\n6342,1646744185,47.74306,8.99893\n6343,1646744186,47.74305,8.99894\n6344,1646744187,47.74306,8.99894\n6345,1646744188,47.74306,8.99895\n6346,1646744189,47.74306,8.99896\n6347,1646744190,47.74306,8.99896\n6348,1646744191,47.74306,8.99897\n6349,1646744192,47.74307,8.99897\n6350,1646744193,47.74307,8.99898\n6351,1646744212,47.74300,8.99894\n6352,1646744213,47.74299,8.99894\n6353,1646744214,47.74298,8.99894\n6354,1646744215,47.74298,8.99896\n6355,1646744216,47.74298,8.99896\n6356,1646744217,47.74298,8.99897\n6357,1646744218,47.74298,8.99897\n6358,1646744219,47.74299,8.99898\n6359,1646744220,47.74299,8.99898\n6360,1646744221,47.74300,8.99898\n6361,1646744241,47.74303,8.99891\n6362,1646744242,47.74302,8.99893\n6363,1646744243,47.74302,8.99894\n6364,1646744244,47.74302,8.99895\n6365,1646744245,47.74302,8.99897\n6366,1646744246,47.74301,8.99898\n6367,1646744247,47.74301,8.99900\n6368,1646744248,47.74301,8.99901\n6369,1646744249,47.74301,8.99902\n6370,1646744250,47.74301,8.99903\n6371,1646744269,47.74304,8.99897\n6372,1646744270,47.74303,8.99898\n6373,1646744271,47.74303,8.99897\n6374,1646744272,47.74303,8.99896\n6375,1646744273,47.74303,8.99895\n6376,1646744274,47.74304,8.99895\n6377,1646744275,47.74304,8.99895\n6378,1646744277,47.74304,8.99896\n6379,1646744278,47.74305,8.99896\n6380,1646744279,47.74305,8.99897\n6381,1646744296,47.74303,8.99895\n6382,1646744298,47.74305,8.99898\n6383,1646744299,47.74305,8.99899\n6384,1646744300,47.74306,8.99900\n6385,1646744301,47.74306,8.99900\n6386,1646744302,47.74307,8.99900\n6387,1646744303,47.74307,8.99900\n6388,1646744304,47.74307,8.99900\n6389,1646744305,47.74307,8.99900\n6390,1646744306,47.74308,8.99899\n6391,1646744324,47.74352,8.99889\n6392,1646744325,47.74308,8.99896\n6393,1646744326,47.74307,8.99896\n6394,1646744327,47.74306,8.99897\n6395,1646744328,47.74306,8.99899\n6396,1646744329,47.74306,8.99899\n6397,1646744330,47.74306,8.99900\n6398,1646744331,47.74306,8.99900\n6399,1646744332,47.74306,8.99899\n6400,1646744333,47.74306,8.99899\n6401,1646744354,47.74313,8.99900\n6402,1646744355,47.74312,8.99900\n6403,1646744356,47.74310,8.99899\n6404,1646744357,47.74309,8.99899\n6405,1646744358,47.74308,8.99900\n6406,1646744359,47.74309,8.99899\n6407,1646744361,47.74308,8.99899\n6408,1646744362,47.74308,8.99899\n6409,1646744363,47.74307,8.99899\n6410,1646744364,47.74308,8.99899\n6411,1646744382,47.74307,8.99901\n6412,1646744383,47.74306,8.99902\n6413,1646744384,47.74306,8.99902\n6414,1646744385,47.74306,8.99902\n6415,1646744386,47.74305,8.99902\n6416,1646744387,47.74305,8.99901\n6417,1646744388,47.74304,8.99901\n6418,1646744389,47.74305,8.99900\n6419,1646744391,47.74305,8.99900\n6420,1646744392,47.74305,8.99899\n6421,1646744410,47.74305,8.99898\n6422,1646744411,47.74304,8.99897\n6423,1646744412,47.74305,8.99898\n6424,1646744413,47.74304,8.99899\n6425,1646744414,47.74304,8.99899\n6426,1646744415,47.74304,8.99899\n6427,1646744416,47.74303,8.99899\n6428,1646744417,47.74303,8.99900\n6429,1646744418,47.74303,8.99899\n6430,1646744419,47.74305,8.99898\n6431,1646744442,47.74303,8.99900\n6432,1646744443,47.74301,8.99900\n6433,1646744444,47.74301,8.99901\n6434,1646744445,47.74301,8.99900\n6435,1646744446,47.74301,8.99900\n6436,1646744447,47.74301,8.99901\n6437,1646744448,47.74301,8.99901\n6438,1646744449,47.74302,8.99900\n6439,1646744451,47.74302,8.99901\n6440,1646744452,47.74302,8.99900\n6441,1646744470,47.74311,8.99897\n6442,1646744471,47.74310,8.99897\n6443,1646744472,47.74310,8.99898\n6444,1646744473,47.74310,8.99898\n6445,1646744474,47.74309,8.99899\n6446,1646744475,47.74309,8.99899\n6447,1646744476,47.74309,8.99900\n6448,1646744477,47.74309,8.99900\n6449,1646744478,47.74308,8.99900\n6450,1646744479,47.74308,8.99900\n6451,1646744500,47.74305,8.99897\n6452,1646744501,47.74305,8.99897\n6453,1646744502,47.74305,8.99897\n6454,1646744503,47.74305,8.99897\n6455,1646744504,47.74305,8.99897\n6456,1646744505,47.74305,8.99897\n6457,1646744506,47.74305,8.99898\n6458,1646744507,47.74305,8.99898\n6459,1646744508,47.74304,8.99897\n6460,1646744509,47.74306,8.99897\n6461,1646744531,47.74307,8.99900\n6462,1646744532,47.74307,8.99899\n6463,1646744533,47.74306,8.99899\n6464,1646744534,47.74306,8.99899\n6465,1646744535,47.74306,8.99898\n6466,1646744536,47.74306,8.99898\n6467,1646744537,47.74306,8.99898\n6468,1646744538,47.74306,8.99899\n6469,1646744539,47.74306,8.99899\n6470,1646744540,47.74308,8.99899\n6471,1646744562,47.74306,8.99894\n6472,1646744563,47.74305,8.99895\n6473,1646744564,47.74305,8.99895\n6474,1646744565,47.74305,8.99895\n6475,1646744566,47.74305,8.99895\n6476,1646744567,47.74305,8.99896\n6477,1646744568,47.74304,8.99896\n6478,1646744569,47.74306,8.99896\n6479,1646744571,47.74306,8.99896\n6480,1646744572,47.74307,8.99896\n6481,1646744589,47.74309,8.99893\n6482,1646744591,47.74309,8.99893\n6483,1646744592,47.74308,8.99894\n6484,1646744593,47.74308,8.99895\n6485,1646744594,47.74307,8.99896\n6486,1646744595,47.74307,8.99896\n6487,1646744596,47.74307,8.99897\n6488,1646744597,47.74306,8.99897\n6489,1646744598,47.74306,8.99897\n6490,1646744599,47.74307,8.99897\n6491,1646744617,47.74304,8.99897\n6492,1646744618,47.74305,8.99899\n6493,1646744619,47.74305,8.99900\n6494,1646744620,47.74305,8.99900\n6495,1646744621,47.74305,8.99899\n6496,1646744622,47.74305,8.99899\n6497,1646744623,47.74305,8.99899\n6498,1646744624,47.74305,8.99899\n6499,1646744625,47.74305,8.99899\n6500,1646744626,47.74305,8.99900\n6501,1646744645,47.74307,8.99907\n6502,1646744646,47.74307,8.99903\n6503,1646744647,47.74306,8.99903\n6504,1646744648,47.74305,8.99902\n6505,1646744649,47.74304,8.99901\n6506,1646744650,47.74303,8.99901\n6507,1646744651,47.74302,8.99900\n6508,1646744652,47.74302,8.99900\n6509,1646744653,47.74304,8.99898\n6510,1646744655,47.74304,8.99898\n6511,1646744677,47.74305,8.99899\n6512,1646744678,47.74305,8.99899\n6513,1646744679,47.74305,8.99899\n6514,1646744680,47.74304,8.99898\n6515,1646744681,47.74304,8.99898\n6516,1646744682,47.74305,8.99897\n6517,1646744683,47.74306,8.99896\n6518,1646744685,47.74306,8.99896\n6519,1646744686,47.74306,8.99896\n6520,1646744687,47.74306,8.99896\n6521,1646744704,47.74310,8.99895\n6522,1646744706,47.74309,8.99896\n6523,1646744707,47.74309,8.99897\n6524,1646744708,47.74308,8.99897\n6525,1646744709,47.74308,8.99897\n6526,1646744710,47.74308,8.99896\n6527,1646744711,47.74308,8.99896\n6528,1646744712,47.74308,8.99896\n6529,1646744713,47.74308,8.99896\n6530,1646744714,47.74308,8.99895\n6531,1646744732,47.74305,8.99900\n6532,1646744733,47.74305,8.99899\n6533,1646744734,47.74305,8.99898\n6534,1646744735,47.74305,8.99899\n6535,1646744736,47.74305,8.99899\n6536,1646744737,47.74304,8.99899\n6537,1646744738,47.74304,8.99899\n6538,1646744739,47.74305,8.99898\n6539,1646744740,47.74305,8.99898\n6540,1646744741,47.74305,8.99898\n6541,1646744760,47.74301,8.99895\n6542,1646744761,47.74303,8.99896\n6543,1646744762,47.74304,8.99897\n6544,1646744763,47.74305,8.99897\n6545,1646744764,47.74305,8.99897\n6546,1646744765,47.74305,8.99897\n6547,1646744766,47.74305,8.99897\n6548,1646744767,47.74306,8.99897\n6549,1646744769,47.74306,8.99897\n6550,1646744770,47.74306,8.99897\n6551,1646744789,47.74296,8.99882\n6552,1646744790,47.74297,8.99883\n6553,1646744791,47.74298,8.99884\n6554,1646744792,47.74299,8.99885\n6555,1646744793,47.74299,8.99886\n6556,1646744794,47.74300,8.99890\n6557,1646744795,47.74301,8.99893\n6558,1646744796,47.74301,8.99895\n6559,1646744797,47.74303,8.99896\n6560,1646744799,47.74303,8.99896\n6561,1646744820,47.74301,8.99895\n6562,1646744821,47.74302,8.99896\n6563,1646744822,47.74303,8.99896\n6564,1646744823,47.74303,8.99896\n6565,1646744824,47.74304,8.99896\n6566,1646744825,47.74304,8.99896\n6567,1646744826,47.74304,8.99895\n6568,1646744827,47.74303,8.99896\n6569,1646744829,47.74303,8.99896\n6570,1646744830,47.74303,8.99896\n6571,1646744849,47.74309,8.99908\n6572,1646744850,47.74308,8.99903\n6573,1646744851,47.74308,8.99901\n6574,1646744852,47.74307,8.99900\n6575,1646744853,47.74306,8.99900\n6576,1646744854,47.74306,8.99900\n6577,1646744855,47.74305,8.99900\n6578,1646744856,47.74305,8.99900\n6579,1646744857,47.74306,8.99898\n6580,1646744859,47.74306,8.99898\n6581,1646744881,47.74303,8.99899\n6582,1646744882,47.74303,8.99901\n6583,1646744883,47.74303,8.99901\n6584,1646744884,47.74303,8.99901\n6585,1646744885,47.74303,8.99902\n6586,1646744886,47.74303,8.99902\n6587,1646744887,47.74306,8.99899\n6588,1646744889,47.74306,8.99899\n6589,1646744890,47.74306,8.99898\n6590,1646744891,47.74306,8.99898\n6591,1646744909,47.74305,8.99898\n6592,1646744910,47.74306,8.99899\n6593,1646744911,47.74306,8.99899\n6594,1646744912,47.74307,8.99899\n6595,1646744913,47.74306,8.99899\n6596,1646744914,47.74306,8.99899\n6597,1646744915,47.74305,8.99899\n6598,1646744916,47.74305,8.99899\n6599,1646744917,47.74306,8.99898\n6600,1646744919,47.74306,8.99897\n6601,1646744937,47.74302,8.99898\n6602,1646744938,47.74304,8.99900\n6603,1646744939,47.74303,8.99900\n6604,1646744940,47.74304,8.99900\n6605,1646744941,47.74303,8.99900\n6606,1646744942,47.74303,8.99899\n6607,1646744943,47.74303,8.99899\n6608,1646744944,47.74303,8.99899\n6609,1646744945,47.74304,8.99899\n6610,1646744946,47.74303,8.99899\n6611,1646744966,47.74305,8.99892\n6612,1646744967,47.74305,8.99894\n6613,1646744968,47.74305,8.99895\n6614,1646744969,47.74305,8.99896\n6615,1646744970,47.74304,8.99896\n6616,1646744971,47.74304,8.99896\n6617,1646744972,47.74304,8.99897\n6618,1646744973,47.74304,8.99897\n6619,1646744974,47.74304,8.99897\n6620,1646744975,47.74303,8.99897\n6621,1646744995,47.74303,8.99900\n6622,1646744996,47.74302,8.99900\n6623,1646744997,47.74303,8.99900\n6624,1646744998,47.74303,8.99900\n6625,1646744999,47.74303,8.99900\n6626,1646745000,47.74303,8.99900\n6627,1646745001,47.74303,8.99899\n6628,1646745002,47.74305,8.99897\n6629,1646745004,47.74305,8.99897\n6630,1646745005,47.74305,8.99897\n6631,1646745022,47.74295,8.99886\n6632,1646745024,47.74300,8.99894\n6633,1646745025,47.74301,8.99894\n6634,1646745026,47.74301,8.99894\n6635,1646745027,47.74302,8.99894\n6636,1646745028,47.74302,8.99895\n6637,1646745029,47.74303,8.99895\n6638,1646745030,47.74303,8.99895\n6639,1646745031,47.74304,8.99895\n6640,1646745032,47.74304,8.99895\n6641,1646745050,47.74299,8.99896\n6642,1646745051,47.74297,8.99895\n6643,1646745052,47.74296,8.99895\n6644,1646745053,47.74295,8.99896\n6645,1646745054,47.74295,8.99897\n6646,1646745055,47.74296,8.99897\n6647,1646745056,47.74297,8.99898\n6648,1646745057,47.74297,8.99898\n6649,1646745058,47.74297,8.99899\n6650,1646745059,47.74297,8.99899\n6651,1646745079,47.74313,8.99898\n6652,1646745080,47.74307,8.99900\n6653,1646745081,47.74306,8.99900\n6654,1646745082,47.74306,8.99899\n6655,1646745083,47.74306,8.99899\n6656,1646745084,47.74306,8.99898\n6657,1646745085,47.74308,8.99897\n6658,1646745087,47.74307,8.99896\n6659,1646745088,47.74307,8.99896\n6660,1646745089,47.74307,8.99896\n6661,1646745106,47.74302,8.99897\n6662,1646745108,47.74307,8.99898\n6663,1646745109,47.74309,8.99899\n6664,1646745110,47.74310,8.99899\n6665,1646745111,47.74310,8.99899\n6666,1646745112,47.74311,8.99899\n6667,1646745113,47.74311,8.99899\n6668,1646745114,47.74311,8.99898\n6669,1646745115,47.74311,8.99898\n6670,1646745116,47.74311,8.99898\n6671,1646745135,47.74306,8.99899\n6672,1646745136,47.74306,8.99899\n6673,1646745137,47.74306,8.99899\n6674,1646745138,47.74306,8.99899\n6675,1646745139,47.74306,8.99899\n6676,1646745140,47.74306,8.99899\n6677,1646745141,47.74306,8.99899\n6678,1646745142,47.74306,8.99899\n6679,1646745143,47.74306,8.99899\n6680,1646745144,47.74306,8.99899\n6681,1646745163,47.74301,8.99894\n6682,1646745164,47.74302,8.99895\n6683,1646745165,47.74303,8.99895\n6684,1646745166,47.74303,8.99895\n6685,1646745167,47.74303,8.99896\n6686,1646745168,47.74303,8.99896\n6687,1646745169,47.74303,8.99896\n6688,1646745170,47.74303,8.99897\n6689,1646745171,47.74303,8.99897\n6690,1646745172,47.74303,8.99897\n6691,1646745194,47.74308,8.99899\n6692,1646745195,47.74308,8.99899\n6693,1646745196,47.74308,8.99898\n6694,1646745197,47.74308,8.99898\n6695,1646745198,47.74307,8.99898\n6696,1646745199,47.74307,8.99897\n6697,1646745200,47.74308,8.99895\n6698,1646745202,47.74308,8.99895\n6699,1646745203,47.74308,8.99895\n6700,1646745204,47.74308,8.99895\n6701,1646745222,47.74313,8.99898\n6702,1646745223,47.74313,8.99897\n6703,1646745224,47.74312,8.99897\n6704,1646745225,47.74312,8.99896\n6705,1646745226,47.74312,8.99896\n6706,1646745227,47.74311,8.99896\n6707,1646745228,47.74310,8.99896\n6708,1646745229,47.74310,8.99896\n6709,1646745231,47.74310,8.99896\n6710,1646745232,47.74310,8.99896\n6711,1646745251,47.74303,8.99906\n6712,1646745252,47.74306,8.99903\n6713,1646745253,47.74307,8.99902\n6714,1646745254,47.74307,8.99901\n6715,1646745255,47.74307,8.99900\n6716,1646745256,47.74308,8.99899\n6717,1646745257,47.74308,8.99899\n6718,1646745258,47.74308,8.99899\n6719,1646745259,47.74309,8.99898\n6720,1646745261,47.74309,8.99898\n6721,1646745281,47.74310,8.99900\n6722,1646745282,47.74309,8.99899\n6723,1646745283,47.74308,8.99899\n6724,1646745284,47.74307,8.99899\n6725,1646745285,47.74307,8.99899\n6726,1646745286,47.74307,8.99899\n6727,1646745287,47.74307,8.99900\n6728,1646745288,47.74306,8.99900\n6729,1646745289,47.74309,8.99898\n6730,1646745291,47.74309,8.99898\n6731,1646745310,47.74300,8.99907\n6732,1646745311,47.74303,8.99905\n6733,1646745312,47.74305,8.99905\n6734,1646745313,47.74305,8.99905\n6735,1646745314,47.74304,8.99904\n6736,1646745315,47.74304,8.99903\n6737,1646745316,47.74304,8.99903\n6738,1646745317,47.74304,8.99903\n6739,1646745318,47.74304,8.99902\n6740,1646745319,47.74307,8.99900\n6741,1646745343,47.74299,8.99899\n6742,1646745344,47.74301,8.99899\n6743,1646745345,47.74302,8.99898\n6744,1646745346,47.74303,8.99898\n6745,1646745347,47.74303,8.99898\n6746,1646745348,47.74303,8.99897\n6747,1646745349,47.74304,8.99897\n6748,1646745350,47.74306,8.99895\n6749,1646745352,47.74306,8.99895\n6750,1646745353,47.74306,8.99895\n6751,1646745371,47.74302,8.99894\n6752,1646745372,47.74302,8.99895\n6753,1646745373,47.74301,8.99896\n6754,1646745374,47.74300,8.99897\n6755,1646745375,47.74300,8.99898\n6756,1646745376,47.74300,8.99898\n6757,1646745377,47.74300,8.99899\n6758,1646745378,47.74301,8.99899\n6759,1646745379,47.74303,8.99898\n6760,1646745381,47.74303,8.99899\n6761,1646745400,47.74303,8.99901\n6762,1646745401,47.74304,8.99900\n6763,1646745402,47.74303,8.99900\n6764,1646745403,47.74303,8.99900\n6765,1646745404,47.74303,8.99900\n6766,1646745405,47.74303,8.99900\n6767,1646745406,47.74303,8.99900\n6768,1646745407,47.74302,8.99901\n6769,1646745408,47.74302,8.99901\n6770,1646745409,47.74308,8.99898\n6771,1646745430,47.74318,8.99893\n6772,1646745431,47.74314,8.99896\n6773,1646745432,47.74313,8.99898\n6774,1646745433,47.74312,8.99898\n6775,1646745434,47.74312,8.99899\n6776,1646745435,47.74311,8.99900\n6777,1646745436,47.74311,8.99900\n6778,1646745437,47.74310,8.99900\n6779,1646745438,47.74310,8.99900\n6780,1646745439,47.74309,8.99900\n6781,1646745459,47.74310,8.99894\n6782,1646745460,47.74308,8.99895\n6783,1646745461,47.74308,8.99896\n6784,1646745462,47.74308,8.99897\n6785,1646745463,47.74308,8.99897\n6786,1646745464,47.74308,8.99897\n6787,1646745465,47.74308,8.99897\n6788,1646745466,47.74308,8.99897\n6789,1646745467,47.74308,8.99898\n6790,1646745468,47.74308,8.99898\n6791,1646745489,47.74313,8.99899\n6792,1646745490,47.74312,8.99898\n6793,1646745491,47.74312,8.99899\n6794,1646745492,47.74311,8.99899\n6795,1646745493,47.74311,8.99899\n6796,1646745494,47.74310,8.99899\n6797,1646745495,47.74310,8.99899\n6798,1646745496,47.74310,8.99899\n6799,1646745497,47.74310,8.99899\n6800,1646745498,47.74310,8.99899\n6801,1646745520,47.74299,8.99898\n6802,1646745521,47.74300,8.99899\n6803,1646745522,47.74301,8.99899\n6804,1646745523,47.74302,8.99898\n6805,1646745524,47.74302,8.99898\n6806,1646745525,47.74302,8.99898\n6807,1646745526,47.74303,8.99898\n6808,1646745527,47.74303,8.99898\n6809,1646745528,47.74303,8.99898\n6810,1646745529,47.74304,8.99898\n6811,1646745548,47.74306,8.99897\n6812,1646745549,47.74306,8.99895\n6813,1646745550,47.74306,8.99895\n6814,1646745551,47.74306,8.99896\n6815,1646745552,47.74306,8.99896\n6816,1646745553,47.74306,8.99896\n6817,1646745554,47.74306,8.99896\n6818,1646745555,47.74306,8.99895\n6819,1646745556,47.74306,8.99895\n6820,1646745557,47.74306,8.99895\n6821,1646745578,47.74309,8.99897\n6822,1646745579,47.74311,8.99897\n6823,1646745580,47.74310,8.99896\n6824,1646745581,47.74310,8.99896\n6825,1646745582,47.74310,8.99896\n6826,1646745583,47.74312,8.99895\n6827,1646745585,47.74311,8.99895\n6828,1646745586,47.74311,8.99895\n6829,1646745587,47.74311,8.99896\n6830,1646745588,47.74311,8.99896\n6831,1646745610,47.74304,8.99899\n6832,1646745611,47.74304,8.99898\n6833,1646745612,47.74304,8.99899\n6834,1646745613,47.74305,8.99894\n6835,1646745615,47.74306,8.99895\n6836,1646745616,47.74306,8.99895\n6837,1646745617,47.74307,8.99895\n6838,1646745618,47.74307,8.99895\n6839,1646745619,47.74308,8.99895\n6840,1646745620,47.74309,8.99896\n6841,1646745637,47.74315,8.99895\n6842,1646745639,47.74308,8.99896\n6843,1646745640,47.74307,8.99896\n6844,1646745641,47.74307,8.99896\n6845,1646745642,47.74308,8.99896\n6846,1646745643,47.74308,8.99896\n6847,1646745644,47.74308,8.99896\n6848,1646745645,47.74309,8.99897\n6849,1646745646,47.74308,8.99897\n6850,1646745647,47.74308,8.99897\n6851,1646745666,47.74304,8.99899\n6852,1646745667,47.74303,8.99899\n6853,1646745668,47.74303,8.99899\n6854,1646745669,47.74303,8.99899\n6855,1646745670,47.74304,8.99899\n6856,1646745671,47.74304,8.99898\n6857,1646745672,47.74304,8.99898\n6858,1646745673,47.74308,8.99896\n6859,1646745675,47.74309,8.99896\n6860,1646745676,47.74309,8.99896\n6861,1646745695,47.74298,8.99893\n6862,1646745696,47.74296,8.99894\n6863,1646745697,47.74296,8.99894\n6864,1646745698,47.74294,8.99895\n6865,1646745699,47.74294,8.99895\n6866,1646745700,47.74294,8.99895\n6867,1646745701,47.74294,8.99895\n6868,1646745702,47.74294,8.99895\n6869,1646745703,47.74294,8.99895\n6870,1646745704,47.74294,8.99895\n6871,1646745723,47.74293,8.99901\n6872,1646745724,47.74295,8.99898\n6873,1646745725,47.74297,8.99897\n6874,1646745726,47.74298,8.99897\n6875,1646745727,47.74299,8.99896\n6876,1646745728,47.74300,8.99896\n6877,1646745729,47.74300,8.99896\n6878,1646745730,47.74301,8.99896\n6879,1646745731,47.74301,8.99896\n6880,1646745732,47.74302,8.99896\n6881,1646745751,47.74303,8.99891\n6882,1646745752,47.74302,8.99895\n6883,1646745753,47.74302,8.99896\n6884,1646745754,47.74302,8.99897\n6885,1646745755,47.74301,8.99898\n6886,1646745756,47.74302,8.99898\n6887,1646745757,47.74303,8.99899\n6888,1646745758,47.74303,8.99899\n6889,1646745759,47.74304,8.99899\n6890,1646745760,47.74304,8.99899\n6891,1646745778,47.74328,8.99888\n6892,1646745779,47.74314,8.99896\n6893,1646745780,47.74311,8.99897\n6894,1646745781,47.74310,8.99898\n6895,1646745782,47.74310,8.99898\n6896,1646745783,47.74310,8.99898\n6897,1646745784,47.74310,8.99898\n6898,1646745785,47.74310,8.99899\n6899,1646745786,47.74310,8.99899\n6900,1646745787,47.74314,8.99898\n6901,1646745807,47.74304,8.99894\n6902,1646745808,47.74307,8.99897\n6903,1646745809,47.74308,8.99897\n6904,1646745810,47.74308,8.99897\n6905,1646745811,47.74308,8.99898\n6906,1646745812,47.74308,8.99898\n6907,1646745813,47.74308,8.99898\n6908,1646745814,47.74308,8.99898\n6909,1646745815,47.74308,8.99898\n6910,1646745816,47.74308,8.99899\n6911,1646745836,47.74295,8.99889\n6912,1646745837,47.74300,8.99897\n6913,1646745838,47.74300,8.99898\n6914,1646745839,47.74301,8.99898\n6915,1646745840,47.74300,8.99898\n6916,1646745841,47.74301,8.99898\n6917,1646745842,47.74301,8.99898\n6918,1646745843,47.74301,8.99898\n6919,1646745844,47.74302,8.99898\n6920,1646745845,47.74302,8.99898\n6921,1646745864,47.74298,8.99900\n6922,1646745865,47.74299,8.99898\n6923,1646745866,47.74299,8.99898\n6924,1646745867,47.74300,8.99897\n6925,1646745868,47.74300,8.99897\n6926,1646745869,47.74299,8.99896\n6927,1646745870,47.74299,8.99896\n6928,1646745871,47.74302,8.99894\n6929,1646745873,47.74302,8.99894\n6930,1646745874,47.74302,8.99894\n6931,1646745892,47.74302,8.99889\n6932,1646745893,47.74305,8.99894\n6933,1646745894,47.74306,8.99894\n6934,1646745895,47.74307,8.99894\n6935,1646745896,47.74306,8.99895\n6936,1646745897,47.74307,8.99895\n6937,1646745898,47.74307,8.99895\n6938,1646745899,47.74307,8.99895\n6939,1646745900,47.74307,8.99895\n6940,1646745901,47.74313,8.99893\n6941,1646745921,47.74297,8.99894\n6942,1646745922,47.74304,8.99897\n6943,1646745923,47.74305,8.99897\n6944,1646745924,47.74305,8.99897\n6945,1646745925,47.74306,8.99897\n6946,1646745926,47.74305,8.99896\n6947,1646745927,47.74305,8.99896\n6948,1646745928,47.74305,8.99896\n6949,1646745929,47.74305,8.99896\n6950,1646745930,47.74306,8.99895\n6951,1646745950,47.74310,8.99897\n6952,1646745951,47.74309,8.99897\n6953,1646745952,47.74308,8.99897\n6954,1646745953,47.74308,8.99897\n6955,1646745954,47.74307,8.99897\n6956,1646745955,47.74307,8.99897\n6957,1646745956,47.74306,8.99896\n6958,1646745957,47.74306,8.99895\n6959,1646745958,47.74306,8.99895\n6960,1646745959,47.74306,8.99895\n6961,1646745978,47.74314,8.99887\n6962,1646745979,47.74311,8.99890\n6963,1646745980,47.74311,8.99891\n6964,1646745981,47.74310,8.99891\n6965,1646745982,47.74309,8.99891\n6966,1646745983,47.74309,8.99892\n6967,1646745984,47.74309,8.99892\n6968,1646745985,47.74314,8.99893\n6969,1646745987,47.74314,8.99893\n6970,1646745988,47.74313,8.99894\n6971,1646746005,47.74310,8.99894\n6972,1646746007,47.74318,8.99894\n6973,1646746008,47.74318,8.99893\n6974,1646746009,47.74318,8.99894\n6975,1646746010,47.74318,8.99895\n6976,1646746011,47.74319,8.99895\n6977,1646746012,47.74319,8.99896\n6978,1646746013,47.74319,8.99895\n6979,1646746014,47.74320,8.99895\n6980,1646746015,47.74320,8.99895\n6981,1646746034,47.74316,8.99889\n6982,1646746035,47.74317,8.99890\n6983,1646746036,47.74317,8.99891\n6984,1646746037,47.74316,8.99892\n6985,1646746038,47.74316,8.99892\n6986,1646746039,47.74315,8.99893\n6987,1646746040,47.74315,8.99893\n6988,1646746041,47.74314,8.99893\n6989,1646746042,47.74314,8.99893\n6990,1646746043,47.74313,8.99894\n6991,1646746062,47.74302,8.99882\n6992,1646746063,47.74315,8.99890\n6993,1646746064,47.74314,8.99892\n6994,1646746065,47.74313,8.99893\n6995,1646746066,47.74312,8.99893\n6996,1646746067,47.74311,8.99894\n6997,1646746068,47.74310,8.99895\n6998,1646746069,47.74308,8.99896\n6999,1646746070,47.74310,8.99896\n7000,1646746072,47.74309,8.99896\n7001,1646746090,47.74320,8.99894\n7002,1646746091,47.74311,8.99891\n7003,1646746092,47.74310,8.99891\n7004,1646746093,47.74311,8.99891\n7005,1646746094,47.74310,8.99892\n7006,1646746095,47.74311,8.99892\n7007,1646746096,47.74310,8.99892\n7008,1646746097,47.74310,8.99893\n7009,1646746098,47.74309,8.99893\n7010,1646746099,47.74313,8.99892\n7011,1646746118,47.74311,8.99897\n7012,1646746119,47.74307,8.99897\n7013,1646746120,47.74306,8.99897\n7014,1646746121,47.74307,8.99897\n7015,1646746122,47.74307,8.99896\n7016,1646746123,47.74307,8.99896\n7017,1646746124,47.74308,8.99895\n7018,1646746125,47.74308,8.99895\n7019,1646746126,47.74307,8.99896\n7020,1646746127,47.74308,8.99895\n7021,1646746148,47.74313,8.99899\n7022,1646746149,47.74313,8.99898\n7023,1646746150,47.74312,8.99897\n7024,1646746151,47.74311,8.99897\n7025,1646746152,47.74310,8.99897\n7026,1646746153,47.74309,8.99896\n7027,1646746154,47.74310,8.99896\n7028,1646746156,47.74310,8.99896\n7029,1646746157,47.74310,8.99895\n7030,1646746158,47.74310,8.99895\n7031,1646746175,47.74325,8.99874\n7032,1646746177,47.74319,8.99881\n7033,1646746178,47.74318,8.99883\n7034,1646746179,47.74318,8.99885\n7035,1646746180,47.74317,8.99886\n7036,1646746181,47.74315,8.99887\n7037,1646746182,47.74315,8.99888\n7038,1646746183,47.74314,8.99888\n7039,1646746184,47.74313,8.99889\n7040,1646746185,47.74313,8.99889\n7041,1646746204,47.74319,8.99882\n7042,1646746205,47.74312,8.99884\n7043,1646746206,47.74309,8.99885\n7044,1646746207,47.74308,8.99886\n7045,1646746208,47.74306,8.99887\n7046,1646746209,47.74305,8.99888\n7047,1646746210,47.74304,8.99889\n7048,1646746211,47.74304,8.99889\n7049,1646746212,47.74303,8.99890\n7050,1646746213,47.74304,8.99891\n7051,1646746233,47.74305,8.99889\n7052,1646746234,47.74307,8.99889\n7053,1646746235,47.74309,8.99890\n7054,1646746236,47.74309,8.99890\n7055,1646746237,47.74309,8.99890\n7056,1646746238,47.74309,8.99890\n7057,1646746239,47.74308,8.99891\n7058,1646746240,47.74308,8.99891\n7059,1646746241,47.74309,8.99891\n7060,1646746242,47.74310,8.99891\n7061,1646746262,47.74309,8.99892\n7062,1646746263,47.74309,8.99892\n7063,1646746264,47.74309,8.99893\n7064,1646746265,47.74307,8.99893\n7065,1646746266,47.74307,8.99893\n7066,1646746267,47.74307,8.99893\n7067,1646746268,47.74307,8.99893\n7068,1646746269,47.74308,8.99893\n7069,1646746270,47.74308,8.99894\n7070,1646746271,47.74308,8.99894\n7071,1646746290,47.74293,8.99901\n7072,1646746291,47.74301,8.99898\n7073,1646746292,47.74304,8.99896\n7074,1646746293,47.74305,8.99896\n7075,1646746294,47.74305,8.99896\n7076,1646746295,47.74306,8.99895\n7077,1646746296,47.74307,8.99895\n7078,1646746297,47.74311,8.99894\n7079,1646746299,47.74312,8.99894\n7080,1646746300,47.74312,8.99894\n7081,1646746319,47.74300,8.99893\n7082,1646746320,47.74301,8.99892\n7083,1646746321,47.74303,8.99892\n7084,1646746322,47.74302,8.99893\n7085,1646746323,47.74301,8.99894\n7086,1646746324,47.74301,8.99894\n7087,1646746325,47.74301,8.99894\n7088,1646746326,47.74301,8.99894\n7089,1646746327,47.74308,8.99893\n7090,1646746329,47.74308,8.99893\n7091,1646746347,47.74302,8.99892\n7092,1646746348,47.74312,8.99889\n7093,1646746349,47.74313,8.99890\n7094,1646746350,47.74313,8.99891\n7095,1646746351,47.74312,8.99892\n7096,1646746352,47.74311,8.99893\n7097,1646746353,47.74311,8.99893\n7098,1646746354,47.74310,8.99894\n7099,1646746355,47.74310,8.99894\n7100,1646746356,47.74310,8.99894\n7101,1646746375,47.74299,8.99887\n7102,1646746376,47.74307,8.99890\n7103,1646746377,47.74307,8.99890\n7104,1646746378,47.74307,8.99891\n7105,1646746379,47.74308,8.99890\n7106,1646746380,47.74307,8.99891\n7107,1646746381,47.74307,8.99891\n7108,1646746382,47.74306,8.99890\n7109,1646746383,47.74306,8.99891\n7110,1646746384,47.74306,8.99890\n7111,1646746403,47.74302,8.99906\n7112,1646746404,47.74305,8.99895\n7113,1646746405,47.74305,8.99894\n7114,1646746406,47.74305,8.99893\n7115,1646746407,47.74305,8.99893\n7116,1646746408,47.74305,8.99892\n7117,1646746409,47.74305,8.99893\n7118,1646746410,47.74305,8.99893\n7119,1646746411,47.74306,8.99893\n7120,1646746412,47.74308,8.99893\n7121,1646746430,47.74295,8.99888\n7122,1646746431,47.74307,8.99889\n7123,1646746432,47.74307,8.99889\n7124,1646746433,47.74306,8.99891\n7125,1646746434,47.74305,8.99891\n7126,1646746435,47.74304,8.99892\n7127,1646746436,47.74303,8.99893\n7128,1646746437,47.74303,8.99893\n7129,1646746438,47.74303,8.99894\n7130,1646746439,47.74304,8.99895\n7131,1646746459,47.74321,8.99886\n7132,1646746460,47.74316,8.99889\n7133,1646746461,47.74315,8.99890\n7134,1646746462,47.74314,8.99891\n7135,1646746463,47.74313,8.99892\n7136,1646746464,47.74312,8.99892\n7137,1646746465,47.74317,8.99890\n7138,1646746467,47.74316,8.99890\n7139,1646746468,47.74316,8.99890\n7140,1646746469,47.74316,8.99891\n7141,1646746488,47.74299,8.99897\n7142,1646746489,47.74302,8.99897\n7143,1646746490,47.74302,8.99896\n7144,1646746491,47.74304,8.99896\n7145,1646746492,47.74305,8.99897\n7146,1646746493,47.74307,8.99896\n7147,1646746494,47.74308,8.99896\n7148,1646746495,47.74315,8.99892\n7149,1646746497,47.74315,8.99892\n7150,1646746498,47.74316,8.99892\n7151,1646746515,47.74296,8.99894\n7152,1646746517,47.74306,8.99889\n7153,1646746518,47.74307,8.99888\n7154,1646746519,47.74308,8.99889\n7155,1646746520,47.74309,8.99889\n7156,1646746521,47.74309,8.99889\n7157,1646746522,47.74308,8.99889\n7158,1646746523,47.74307,8.99889\n7159,1646746524,47.74307,8.99889\n7160,1646746525,47.74307,8.99889\n7161,1646746543,47.74298,8.99887\n7162,1646746544,47.74299,8.99878\n7163,1646746545,47.74306,8.99882\n7164,1646746546,47.74307,8.99884\n7165,1646746547,47.74308,8.99885\n7166,1646746548,47.74310,8.99886\n7167,1646746549,47.74309,8.99887\n7168,1646746550,47.74308,8.99888\n7169,1646746551,47.74308,8.99888\n7170,1646746552,47.74307,8.99889\n7171,1646746572,47.74304,8.99893\n7172,1646746573,47.74304,8.99894\n7173,1646746574,47.74304,8.99894\n7174,1646746575,47.74304,8.99894\n7175,1646746576,47.74304,8.99894\n7176,1646746577,47.74304,8.99895\n7177,1646746578,47.74302,8.99895\n7178,1646746579,47.74306,8.99892\n7179,1646746581,47.74305,8.99892\n7180,1646746582,47.74305,8.99892\n7181,1646746600,47.74301,8.99907\n7182,1646746601,47.74296,8.99899\n7183,1646746602,47.74302,8.99899\n7184,1646746603,47.74305,8.99898\n7185,1646746604,47.74306,8.99899\n7186,1646746605,47.74306,8.99899\n7187,1646746606,47.74306,8.99898\n7188,1646746607,47.74306,8.99898\n7189,1646746608,47.74306,8.99898\n7190,1646746609,47.74309,8.99895\n7191,1646746629,47.74300,8.99897\n7192,1646746630,47.74302,8.99897\n7193,1646746631,47.74303,8.99897\n7194,1646746632,47.74303,8.99897\n7195,1646746633,47.74303,8.99896\n7196,1646746634,47.74303,8.99896\n7197,1646746635,47.74303,8.99896\n7198,1646746636,47.74302,8.99896\n7199,1646746637,47.74302,8.99897\n7200,1646746638,47.74302,8.99897\n7201,1646746659,47.74304,8.99895\n7202,1646746660,47.74307,8.99894\n7203,1646746661,47.74308,8.99894\n7204,1646746662,47.74307,8.99894\n7205,1646746663,47.74305,8.99895\n7206,1646746664,47.74304,8.99895\n7207,1646746665,47.74304,8.99896\n7208,1646746666,47.74305,8.99896\n7209,1646746667,47.74305,8.99896\n7210,1646746668,47.74305,8.99896\n7211,1646746686,47.74284,8.99903\n7212,1646746687,47.74290,8.99898\n7213,1646746688,47.74292,8.99899\n7214,1646746689,47.74296,8.99899\n7215,1646746690,47.74298,8.99899\n7216,1646746691,47.74301,8.99899\n7217,1646746692,47.74304,8.99899\n7218,1646746693,47.74312,8.99896\n7219,1646746695,47.74312,8.99896\n7220,1646746696,47.74312,8.99896\n7221,1646746713,47.74310,8.99891\n7222,1646746715,47.74311,8.99900\n7223,1646746716,47.74310,8.99899\n7224,1646746717,47.74310,8.99898\n7225,1646746718,47.74309,8.99898\n7226,1646746719,47.74308,8.99898\n7227,1646746720,47.74307,8.99897\n7228,1646746721,47.74306,8.99897\n7229,1646746722,47.74306,8.99897\n7230,1646746723,47.74305,8.99897\n7231,1646746741,47.74305,8.99902\n7232,1646746742,47.74307,8.99895\n7233,1646746743,47.74303,8.99893\n7234,1646746744,47.74302,8.99893\n7235,1646746745,47.74304,8.99895\n7236,1646746746,47.74302,8.99895\n7237,1646746747,47.74302,8.99896\n7238,1646746748,47.74302,8.99896\n7239,1646746749,47.74302,8.99897\n7240,1646746750,47.74301,8.99897\n7241,1646746769,47.74307,8.99893\n7242,1646746770,47.74311,8.99891\n7243,1646746771,47.74308,8.99891\n7244,1646746772,47.74306,8.99892\n7245,1646746773,47.74304,8.99891\n7246,1646746774,47.74304,8.99891\n7247,1646746775,47.74303,8.99891\n7248,1646746776,47.74302,8.99890\n7249,1646746777,47.74300,8.99890\n7250,1646746778,47.74305,8.99888\n7251,1646746798,47.74294,8.99874\n7252,1646746799,47.74301,8.99877\n7253,1646746800,47.74300,8.99881\n7254,1646746801,47.74301,8.99882\n7255,1646746802,47.74301,8.99883\n7256,1646746803,47.74300,8.99884\n7257,1646746804,47.74300,8.99885\n7258,1646746805,47.74300,8.99886\n7259,1646746806,47.74299,8.99887\n7260,1646746807,47.74297,8.99890\n7261,1646746826,47.74295,8.99887\n7262,1646746827,47.74308,8.99883\n7263,1646746828,47.74307,8.99883\n7264,1646746829,47.74305,8.99884\n7265,1646746830,47.74304,8.99886\n7266,1646746831,47.74305,8.99887\n7267,1646746832,47.74305,8.99888\n7268,1646746833,47.74304,8.99889\n7269,1646746834,47.74303,8.99889\n7270,1646746835,47.74302,8.99890\n7271,1646746856,47.74304,8.99887\n7272,1646746857,47.74307,8.99887\n7273,1646746858,47.74308,8.99887\n7274,1646746859,47.74310,8.99888\n7275,1646746860,47.74310,8.99889\n7276,1646746861,47.74310,8.99889\n7277,1646746862,47.74320,8.99889\n7278,1646746864,47.74319,8.99890\n7279,1646746865,47.74318,8.99891\n7280,1646746866,47.74317,8.99891\n7281,1646746883,47.74266,8.99897\n7282,1646746884,47.74302,8.99894\n7283,1646746886,47.74306,8.99895\n7284,1646746887,47.74309,8.99895\n7285,1646746888,47.74311,8.99895\n7286,1646746889,47.74312,8.99895\n7287,1646746890,47.74314,8.99895\n7288,1646746891,47.74315,8.99894\n7289,1646746892,47.74316,8.99894\n7290,1646746893,47.74317,8.99894\n7291,1646746913,47.74313,8.99891\n7292,1646746914,47.74311,8.99893\n7293,1646746915,47.74310,8.99893\n7294,1646746916,47.74310,8.99893\n7295,1646746917,47.74313,8.99893\n7296,1646746918,47.74313,8.99893\n7297,1646746919,47.74314,8.99893\n7298,1646746920,47.74314,8.99893\n7299,1646746921,47.74318,8.99892\n7300,1646746923,47.74317,8.99892\n7301,1646746943,47.74311,8.99887\n7302,1646746944,47.74312,8.99885\n7303,1646746945,47.74311,8.99884\n7304,1646746946,47.74311,8.99882\n7305,1646746947,47.74310,8.99880\n7306,1646746948,47.74310,8.99881\n7307,1646746949,47.74310,8.99880\n7308,1646746950,47.74309,8.99880\n7309,1646746951,47.74309,8.99881\n7310,1646746953,47.74310,8.99880\n7311,1646746973,47.74286,8.99892\n7312,1646746974,47.74294,8.99891\n7313,1646746975,47.74298,8.99890\n7314,1646746976,47.74298,8.99890\n7315,1646746977,47.74298,8.99890\n7316,1646746978,47.74298,8.99891\n7317,1646746979,47.74299,8.99891\n7318,1646746980,47.74299,8.99891\n7319,1646746981,47.74302,8.99890\n7320,1646746983,47.74303,8.99890\n7321,1646747002,47.74310,8.99888\n7322,1646747003,47.74309,8.99887\n7323,1646747004,47.74310,8.99888\n7324,1646747005,47.74310,8.99888\n7325,1646747006,47.74310,8.99889\n7326,1646747007,47.74310,8.99889\n7327,1646747008,47.74309,8.99889\n7328,1646747009,47.74309,8.99890\n7329,1646747010,47.74308,8.99891\n7330,1646747011,47.74308,8.99891\n7331,1646747031,47.74314,8.99888\n7332,1646747032,47.74311,8.99890\n7333,1646747033,47.74310,8.99891\n7334,1646747034,47.74309,8.99892\n7335,1646747035,47.74307,8.99893\n7336,1646747036,47.74306,8.99893\n7337,1646747037,47.74306,8.99893\n7338,1646747038,47.74305,8.99893\n7339,1646747039,47.74304,8.99893\n7340,1646747040,47.74303,8.99893\n7341,1646747058,47.74305,8.99890\n7342,1646747059,47.74304,8.99892\n7343,1646747060,47.74304,8.99893\n7344,1646747061,47.74304,8.99894\n7345,1646747062,47.74304,8.99896\n7346,1646747063,47.74302,8.99897\n7347,1646747064,47.74302,8.99897\n7348,1646747065,47.74303,8.99896\n7349,1646747066,47.74304,8.99896\n7350,1646747067,47.74304,8.99896\n7351,1646747087,47.74314,8.99898\n7352,1646747088,47.74309,8.99898\n7353,1646747089,47.74307,8.99896\n7354,1646747090,47.74306,8.99896\n7355,1646747091,47.74305,8.99896\n7356,1646747092,47.74304,8.99896\n7357,1646747093,47.74302,8.99896\n7358,1646747094,47.74300,8.99896\n7359,1646747095,47.74308,8.99895\n7360,1646747097,47.74307,8.99894\n7361,1646747115,47.74297,8.99895\n7362,1646747116,47.74300,8.99893\n7363,1646747117,47.74300,8.99892\n7364,1646747118,47.74299,8.99892\n7365,1646747119,47.74296,8.99893\n7366,1646747120,47.74292,8.99892\n7367,1646747121,47.74291,8.99892\n7368,1646747122,47.74291,8.99893\n7369,1646747123,47.74291,8.99893\n7370,1646747124,47.74292,8.99894\n7371,1646747146,47.74305,8.99897\n7372,1646747147,47.74303,8.99897\n7373,1646747148,47.74301,8.99898\n7374,1646747149,47.74300,8.99897\n7375,1646747150,47.74298,8.99897\n7376,1646747151,47.74297,8.99896\n7377,1646747152,47.74296,8.99896\n7378,1646747153,47.74295,8.99895\n7379,1646747154,47.74294,8.99894\n7380,1646747155,47.74293,8.99894\n7381,1646747176,47.74282,8.99903\n7382,1646747177,47.74280,8.99904\n7383,1646747178,47.74281,8.99905\n7384,1646747179,47.74282,8.99906\n7385,1646747180,47.74283,8.99906\n7386,1646747181,47.74283,8.99906\n7387,1646747182,47.74285,8.99906\n7388,1646747183,47.74286,8.99905\n7389,1646747184,47.74286,8.99906\n7390,1646747185,47.74294,8.99905\n7391,1646747206,47.74306,8.99887\n7392,1646747207,47.74303,8.99889\n7393,1646747208,47.74299,8.99890\n7394,1646747209,47.74295,8.99892\n7395,1646747210,47.74293,8.99892\n7396,1646747211,47.74293,8.99893\n7397,1646747212,47.74294,8.99893\n7398,1646747213,47.74293,8.99893\n7399,1646747214,47.74293,8.99893\n7400,1646747215,47.74313,8.99892\n7401,1646747239,47.74282,8.99898\n7402,1646747240,47.74284,8.99899\n7403,1646747241,47.74284,8.99899\n7404,1646747242,47.74285,8.99899\n7405,1646747243,47.74286,8.99899\n7406,1646747244,47.74287,8.99900\n7407,1646747245,47.74289,8.99899\n7408,1646747246,47.74313,8.99894\n7409,1646747248,47.74311,8.99896\n7410,1646747249,47.74310,8.99896\n7411,1646747268,47.74297,8.99892\n7412,1646747269,47.74297,8.99891\n7413,1646747270,47.74296,8.99891\n7414,1646747271,47.74294,8.99892\n7415,1646747272,47.74293,8.99892\n7416,1646747273,47.74293,8.99892\n7417,1646747274,47.74292,8.99893\n7418,1646747275,47.74300,8.99890\n7419,1646747277,47.74299,8.99890\n7420,1646747278,47.74297,8.99890\n7421,1646747297,47.74266,8.99899\n7422,1646747298,47.74265,8.99899\n7423,1646747299,47.74263,8.99900\n7424,1646747300,47.74261,8.99900\n7425,1646747301,47.74260,8.99900\n7426,1646747302,47.74260,8.99899\n7427,1646747303,47.74260,8.99899\n7428,1646747304,47.74260,8.99899\n7429,1646747305,47.74303,8.99895\n7430,1646747307,47.74303,8.99895\n7431,1646747328,47.74301,8.99885\n7432,1646747329,47.74299,8.99884\n7433,1646747330,47.74298,8.99885\n7434,1646747331,47.74296,8.99886\n7435,1646747332,47.74296,8.99887\n7436,1646747333,47.74297,8.99888\n7437,1646747334,47.74299,8.99888\n7438,1646747335,47.74311,8.99887\n7439,1646747337,47.74311,8.99887\n7440,1646747338,47.74311,8.99887\n7441,1646747355,47.74296,8.99899\n7442,1646747357,47.74291,8.99905\n7443,1646747358,47.74293,8.99902\n7444,1646747359,47.74293,8.99902\n7445,1646747360,47.74293,8.99903\n7446,1646747361,47.74293,8.99903\n7447,1646747362,47.74293,8.99904\n7448,1646747363,47.74294,8.99903\n7449,1646747364,47.74294,8.99903\n7450,1646747365,47.74295,8.99902\n7451,1646747384,47.74284,8.99885\n7452,1646747385,47.74282,8.99887\n7453,1646747386,47.74287,8.99890\n7454,1646747387,47.74291,8.99893\n7455,1646747388,47.74295,8.99895\n7456,1646747389,47.74298,8.99896\n7457,1646747390,47.74302,8.99897\n7458,1646747391,47.74304,8.99898\n7459,1646747392,47.74306,8.99899\n7460,1646747393,47.74310,8.99899\n7461,1646747412,47.74298,8.99883\n7462,1646747413,47.74300,8.99889\n7463,1646747414,47.74302,8.99892\n7464,1646747415,47.74302,8.99893\n7465,1646747416,47.74302,8.99893\n7466,1646747417,47.74303,8.99893\n7467,1646747418,47.74303,8.99893\n7468,1646747419,47.74302,8.99894\n7469,1646747420,47.74300,8.99894\n7470,1646747422,47.74299,8.99894\n7471,1646747440,47.74331,8.99877\n7472,1646747441,47.74345,8.99876\n7473,1646747442,47.74339,8.99876\n7474,1646747443,47.74337,8.99877\n7475,1646747444,47.74335,8.99877\n7476,1646747445,47.74334,8.99877\n7477,1646747446,47.74334,8.99878\n7478,1646747447,47.74334,8.99878\n7479,1646747448,47.74333,8.99879\n7480,1646747449,47.74311,8.99886\n7481,1646747467,47.74322,8.99885\n7482,1646747469,47.74306,8.99892\n7483,1646747470,47.74304,8.99894\n7484,1646747471,47.74303,8.99894\n7485,1646747472,47.74303,8.99894\n7486,1646747473,47.74302,8.99894\n7487,1646747474,47.74303,8.99894\n7488,1646747475,47.74303,8.99894\n7489,1646747476,47.74303,8.99894\n7490,1646747477,47.74303,8.99894\n7491,1646747496,47.74329,8.99889\n7492,1646747497,47.74329,8.99888\n7493,1646747498,47.74331,8.99888\n7494,1646747499,47.74329,8.99890\n7495,1646747500,47.74328,8.99890\n7496,1646747501,47.74329,8.99890\n7497,1646747502,47.74327,8.99891\n7498,1646747503,47.74307,8.99895\n7499,1646747505,47.74307,8.99896\n7500,1646747506,47.74306,8.99895\n7501,1646747523,47.74312,8.99896\n7502,1646747525,47.74314,8.99890\n7503,1646747526,47.74315,8.99890\n7504,1646747527,47.74316,8.99890\n7505,1646747528,47.74314,8.99889\n7506,1646747529,47.74313,8.99889\n7507,1646747530,47.74313,8.99889\n7508,1646747531,47.74313,8.99889\n7509,1646747532,47.74313,8.99890\n7510,1646747533,47.74312,8.99890\n7511,1646747551,47.74242,8.99917\n7512,1646747552,47.74294,8.99895\n7513,1646747553,47.74298,8.99899\n7514,1646747554,47.74297,8.99899\n7515,1646747555,47.74297,8.99899\n7516,1646747556,47.74290,8.99899\n7517,1646747557,47.74289,8.99900\n7518,1646747558,47.74290,8.99900\n7519,1646747559,47.74291,8.99898\n7520,1646747560,47.74291,8.99899\n7521,1646747580,47.74294,8.99898\n7522,1646747581,47.74295,8.99898\n7523,1646747582,47.74292,8.99899\n7524,1646747583,47.74292,8.99896\n7525,1646747584,47.74291,8.99896\n7526,1646747585,47.74289,8.99896\n7527,1646747586,47.74288,8.99894\n7528,1646747587,47.74288,8.99894\n7529,1646747588,47.74299,8.99891\n7530,1646747590,47.74298,8.99891\n7531,1646747610,47.74288,8.99892\n7532,1646747611,47.74297,8.99890\n7533,1646747612,47.74299,8.99889\n7534,1646747613,47.74302,8.99889\n7535,1646747614,47.74305,8.99888\n7536,1646747615,47.74301,8.99889\n7537,1646747616,47.74299,8.99890\n7538,1646747617,47.74300,8.99889\n7539,1646747619,47.74300,8.99889\n7540,1646747620,47.74301,8.99889\n7541,1646747637,47.74298,8.99897\n7542,1646747639,47.74300,8.99893\n7543,1646747640,47.74301,8.99892\n7544,1646747641,47.74302,8.99892\n7545,1646747642,47.74302,8.99891\n7546,1646747643,47.74302,8.99891\n7547,1646747644,47.74303,8.99891\n7548,1646747645,47.74303,8.99891\n7549,1646747646,47.74303,8.99891\n7550,1646747647,47.74302,8.99891\n7551,1646747665,47.74270,8.99897\n7552,1646747666,47.74289,8.99891\n7553,1646747667,47.74288,8.99889\n7554,1646747668,47.74283,8.99888\n7555,1646747669,47.74282,8.99887\n7556,1646747670,47.74283,8.99888\n7557,1646747671,47.74283,8.99887\n7558,1646747672,47.74284,8.99887\n7559,1646747673,47.74283,8.99887\n7560,1646747674,47.74286,8.99888\n7561,1646747693,47.74324,8.99880\n7562,1646747694,47.74320,8.99874\n7563,1646747695,47.74310,8.99876\n7564,1646747697,47.74302,8.99879\n7565,1646747698,47.74299,8.99879\n7566,1646747699,47.74296,8.99880\n7567,1646747700,47.74293,8.99881\n7568,1646747701,47.74303,8.99880\n7569,1646747702,47.74291,8.99885\n7570,1646747704,47.74291,8.99885\n7571,1646747724,47.74313,8.99882\n7572,1646747725,47.74309,8.99883\n7573,1646747726,47.74298,8.99885\n7574,1646747727,47.74294,8.99885\n7575,1646747728,47.74294,8.99885\n7576,1646747729,47.74296,8.99885\n7577,1646747730,47.74300,8.99884\n7578,1646747731,47.74296,8.99886\n7579,1646747733,47.74296,8.99885\n7580,1646747734,47.74297,8.99885\n7581,1646747751,47.74310,8.99879\n7582,1646747753,47.74308,8.99884\n7583,1646747754,47.74306,8.99886\n7584,1646747755,47.74304,8.99886\n7585,1646747756,47.74303,8.99886\n7586,1646747757,47.74303,8.99886\n7587,1646747758,47.74303,8.99886\n7588,1646747759,47.74303,8.99886\n7589,1646747760,47.74302,8.99886\n7590,1646747761,47.74302,8.99886\n7591,1646747780,47.74302,8.99891\n7592,1646747781,47.74297,8.99891\n7593,1646747782,47.74296,8.99890\n7594,1646747784,47.74299,8.99889\n7595,1646747785,47.74302,8.99888\n7596,1646747786,47.74305,8.99888\n7597,1646747787,47.74306,8.99888\n7598,1646747788,47.74305,8.99888\n7599,1646747789,47.74305,8.99888\n7600,1646747790,47.74306,8.99888\n7601,1646747810,47.74356,8.99876\n7602,1646747811,47.74352,8.99877\n7603,1646747812,47.74350,8.99877\n7604,1646747814,47.74339,8.99880\n7605,1646747815,47.74333,8.99881\n7606,1646747816,47.74330,8.99881\n7607,1646747817,47.74330,8.99881\n7608,1646747818,47.74329,8.99881\n7609,1646747819,47.74327,8.99881\n7610,1646747820,47.74328,8.99880\n7611,1646747838,47.74322,8.99884\n7612,1646747839,47.74329,8.99882\n7613,1646747840,47.74331,8.99882\n7614,1646747845,47.74318,8.99888\n7615,1646747846,47.74318,8.99888\n7616,1646747847,47.74318,8.99888\n7617,1646747848,47.74319,8.99889\n7618,1646747849,47.74319,8.99888\n7619,1646747850,47.74319,8.99888\n7620,1646747851,47.74317,8.99889\n7621,1646747876,47.74335,8.99883\n7622,1646747877,47.74333,8.99883\n7623,1646747878,47.74334,8.99883\n7624,1646747879,47.74333,8.99884\n7625,1646747880,47.74332,8.99884\n7626,1646747881,47.74311,8.99888\n7627,1646747883,47.74313,8.99888\n7628,1646747884,47.74313,8.99887\n7629,1646747885,47.74314,8.99887\n7630,1646747886,47.74314,8.99887\n7631,1646747903,47.74314,8.99868\n7632,1646747905,47.74306,8.99888\n7633,1646747906,47.74305,8.99888\n7634,1646747907,47.74306,8.99888\n7635,1646747908,47.74305,8.99889\n7636,1646747909,47.74305,8.99889\n7637,1646747910,47.74305,8.99888\n7638,1646747911,47.74305,8.99888\n7639,1646747912,47.74306,8.99888\n7640,1646747913,47.74306,8.99888\n7641,1646747932,47.74336,8.99883\n7642,1646747933,47.74331,8.99883\n7643,1646747934,47.74328,8.99883\n7644,1646747937,47.74316,8.99884\n7645,1646747938,47.74315,8.99885\n7646,1646747939,47.74313,8.99886\n7647,1646747940,47.74312,8.99886\n7648,1646747941,47.74303,8.99888\n7649,1646747943,47.74303,8.99889\n7650,1646747944,47.74304,8.99889\n7651,1646747963,47.74316,8.99885\n7652,1646747964,47.74316,8.99885\n7653,1646747965,47.74316,8.99884\n7654,1646747966,47.74317,8.99884\n7655,1646747967,47.74316,8.99884\n7656,1646747968,47.74316,8.99885\n7657,1646747969,47.74316,8.99885\n7658,1646747970,47.74316,8.99885\n7659,1646747971,47.74316,8.99885\n7660,1646747972,47.74315,8.99886\n7661,1646747994,47.74305,8.99891\n7662,1646747995,47.74301,8.99890\n7663,1646747997,47.74298,8.99890\n7664,1646747998,47.74297,8.99890\n7665,1646747999,47.74296,8.99890\n7666,1646748000,47.74296,8.99890\n7667,1646748001,47.74320,8.99882\n7668,1646748003,47.74320,8.99884\n7669,1646748004,47.74321,8.99884\n7670,1646748005,47.74320,8.99884\n7671,1646748029,47.74322,8.99882\n7672,1646748030,47.74321,8.99883\n7673,1646748031,47.74309,8.99885\n7674,1646748033,47.74312,8.99887\n7675,1646748034,47.74311,8.99887\n7676,1646748035,47.74311,8.99888\n7677,1646748036,47.74312,8.99887\n7678,1646748037,47.74312,8.99887\n7679,1646748038,47.74313,8.99887\n7680,1646748039,47.74313,8.99888\n7681,1646748061,47.74288,8.99894\n7682,1646748062,47.74288,8.99895\n7683,1646748063,47.74287,8.99895\n7684,1646748064,47.74288,8.99895\n7685,1646748065,47.74288,8.99893\n7686,1646748066,47.74289,8.99894\n7687,1646748067,47.74304,8.99887\n7688,1646748069,47.74306,8.99888\n7689,1646748070,47.74306,8.99889\n7690,1646748071,47.74306,8.99889\n7691,1646748088,47.74309,8.99894\n7692,1646748090,47.74312,8.99889\n7693,1646748091,47.74314,8.99888\n7694,1646748092,47.74317,8.99888\n7695,1646748093,47.74310,8.99886\n7696,1646748094,47.74313,8.99887\n7697,1646748095,47.74315,8.99887\n7698,1646748096,47.74317,8.99887\n7699,1646748097,47.74317,8.99887\n7700,1646748098,47.74317,8.99887\n7701,1646748127,47.74312,8.99886\n7702,1646748128,47.74309,8.99885\n7703,1646748130,47.74310,8.99885\n7704,1646748131,47.74309,8.99885\n7705,1646748132,47.74308,8.99884\n7706,1646748133,47.74307,8.99884\n7707,1646748134,47.74307,8.99884\n7708,1646748135,47.74307,8.99884\n7709,1646748136,47.74306,8.99884\n7710,1646748137,47.74306,8.99884\n7711,1646748154,47.74306,8.99893\n7712,1646748156,47.74307,8.99890\n7713,1646748157,47.74308,8.99889\n7714,1646748158,47.74308,8.99888\n7715,1646748159,47.74309,8.99888\n7716,1646748160,47.74309,8.99888\n7717,1646748161,47.74310,8.99888\n7718,1646748162,47.74313,8.99886\n7719,1646748163,47.74313,8.99886\n7720,1646748164,47.74314,8.99886\n7721,1646748182,47.74357,8.99871\n7722,1646748183,47.74386,8.99870\n7723,1646748184,47.74375,8.99874\n7724,1646748185,47.74365,8.99878\n7725,1646748186,47.74344,8.99882\n7726,1646748187,47.74344,8.99883\n7727,1646748188,47.74322,8.99888\n7728,1646748189,47.74318,8.99890\n7729,1646748190,47.74312,8.99891\n7730,1646748191,47.74310,8.99892\n7731,1646748212,47.74299,8.99887\n7732,1646748213,47.74296,8.99889\n7733,1646748214,47.74294,8.99891\n7734,1646748215,47.74294,8.99892\n7735,1646748216,47.74295,8.99892\n7736,1646748217,47.74311,8.99885\n7737,1646748219,47.74311,8.99885\n7738,1646748220,47.74311,8.99885\n7739,1646748221,47.74310,8.99886\n7740,1646748222,47.74310,8.99886\n7741,1646748239,47.74312,8.99887\n7742,1646748241,47.74318,8.99890\n7743,1646748242,47.74317,8.99890\n7744,1646748243,47.74319,8.99890\n7745,1646748244,47.74320,8.99890\n7746,1646748245,47.74321,8.99890\n7747,1646748246,47.74321,8.99890\n7748,1646748247,47.74321,8.99890\n7749,1646748248,47.74321,8.99890\n7750,1646748249,47.74321,8.99890\n7751,1646748268,47.74346,8.99888\n7752,1646748270,47.74335,8.99886\n7753,1646748272,47.74325,8.99886\n7754,1646748277,47.74306,8.99888\n7755,1646748279,47.74302,8.99888\n7756,1646748280,47.74300,8.99887\n7757,1646748281,47.74299,8.99887\n7758,1646748282,47.74298,8.99887\n7759,1646748283,47.74297,8.99887\n7760,1646748284,47.74297,8.99887\n7761,1646748301,47.74292,8.99893\n7762,1646748303,47.74307,8.99892\n7763,1646748305,47.74308,8.99890\n7764,1646748306,47.74309,8.99890\n7765,1646748307,47.74309,8.99890\n7766,1646748308,47.74310,8.99890\n7767,1646748309,47.74311,8.99890\n7768,1646748310,47.74312,8.99890\n7769,1646748311,47.74313,8.99890\n7770,1646748312,47.74313,8.99890\n7771,1646748336,47.74270,8.99894\n7772,1646748339,47.74322,8.99885\n7773,1646748340,47.74319,8.99885\n7774,1646748341,47.74312,8.99884\n7775,1646748342,47.74306,8.99882\n7776,1646748343,47.74301,8.99882\n7777,1646748344,47.74298,8.99881\n7778,1646748345,47.74296,8.99881\n7779,1646748346,47.74295,8.99881\n7780,1646748347,47.74292,8.99881\n7781,1646748364,47.74316,8.99893\n7782,1646748366,47.74319,8.99888\n7783,1646748368,47.74315,8.99886\n7784,1646748370,47.74315,8.99882\n7785,1646748371,47.74313,8.99881\n7786,1646748372,47.74311,8.99880\n7787,1646748373,47.74310,8.99880\n7788,1646748374,47.74309,8.99881\n7789,1646748375,47.74309,8.99880\n7790,1646748376,47.74310,8.99880\n7791,1646748393,47.74320,8.99892\n7792,1646748397,47.74319,8.99885\n7793,1646748398,47.74318,8.99885\n7794,1646748400,47.74317,8.99886\n7795,1646748401,47.74317,8.99887\n7796,1646748402,47.74318,8.99887\n7797,1646748403,47.74319,8.99887\n7798,1646748404,47.74320,8.99887\n7799,1646748405,47.74320,8.99887\n7800,1646748639,47.74290,8.99891\n7801,1646748640,47.74292,8.99891\n7802,1646748641,47.74291,8.99892\n7803,1646748642,47.74290,8.99893\n7804,1646748643,47.74290,8.99892\n7805,1646748644,47.74298,8.99890\n7806,1646748645,47.74302,8.99888\n7807,1646748646,47.74305,8.99886\n7808,1646748647,47.74308,8.99886\n7809,1646748648,47.74311,8.99886\n7810,1646748736,47.74214,8.99915\n7811,1646748737,47.74227,8.99912\n7812,1646748738,47.74234,8.99909\n7813,1646748739,47.74237,8.99909\n7814,1646748740,47.74240,8.99907\n7815,1646748811,47.74292,8.99888\n7816,1646749021,47.74292,8.99898\n7817,1646749022,47.74293,8.99896\n7818,1646749023,47.74293,8.99895\n7819,1646749024,47.74293,8.99893\n7820,1646749572,47.74279,8.99888\n7821,1646749573,47.74385,8.99724\n7822,1646749574,47.74388,8.99727\n7823,1646749575,47.74390,8.99727\n7824,1646749576,47.74392,8.99726\n7825,1646749577,47.74388,8.99736\n7826,1646749578,47.74385,8.99744\n7827,1646749579,47.74375,8.99767\n7828,1646749646,47.74313,8.99880\n7829,1646749647,47.74313,8.99878\n7830,1646749648,47.74313,8.99876\n*END MEMORY*\nV201, ID: 30-083C, 3454mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 15 s\n- Min HDOP (x10): 30\n- Activation delay: 180 s\n- Geofencing: 0\n- Burst duration: 10 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/09_PetDogWalk_10s_Burst_Every_15s/20220309_PetDog_10s_Burst_Every_15s_7075_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1646816509,47.74427,8.99832\n2,1646816510,47.74428,8.99830\n3,1646816511,47.74429,8.99828\n4,1646816512,47.74430,8.99826\n5,1646816513,47.74430,8.99824\n6,1646816514,47.74431,8.99822\n7,1646816515,47.74432,8.99820\n8,1646816516,47.74433,8.99818\n9,1646816517,47.74434,8.99815\n10,1646816518,47.74435,8.99813\n11,1646816537,47.74457,8.99770\n12,1646816538,47.74458,8.99769\n13,1646816539,47.74458,8.99768\n14,1646816540,47.74459,8.99768\n15,1646816541,47.74459,8.99766\n16,1646816542,47.74459,8.99765\n17,1646816543,47.74459,8.99765\n18,1646816544,47.74459,8.99765\n19,1646816545,47.74458,8.99766\n20,1646816547,47.74458,8.99766\n21,1646816567,47.74457,8.99764\n22,1646816568,47.74458,8.99765\n23,1646816569,47.74458,8.99764\n24,1646816570,47.74458,8.99763\n25,1646816571,47.74458,8.99760\n26,1646816572,47.74459,8.99759\n27,1646816573,47.74459,8.99757\n28,1646816574,47.74460,8.99755\n29,1646816575,47.74460,8.99753\n30,1646816577,47.74460,8.99751\n31,1646816596,47.74465,8.99710\n32,1646816597,47.74465,8.99708\n33,1646816598,47.74465,8.99706\n34,1646816599,47.74466,8.99705\n35,1646816600,47.74466,8.99703\n36,1646816601,47.74466,8.99701\n37,1646816602,47.74466,8.99699\n38,1646816603,47.74466,8.99697\n39,1646816604,47.74466,8.99694\n40,1646816605,47.74466,8.99693\n41,1646816624,47.74471,8.99647\n42,1646816625,47.74470,8.99646\n43,1646816626,47.74469,8.99646\n44,1646816627,47.74469,8.99647\n45,1646816628,47.74469,8.99648\n46,1646816629,47.74469,8.99649\n47,1646816630,47.74468,8.99649\n48,1646816631,47.74468,8.99650\n49,1646816632,47.74468,8.99650\n50,1646816633,47.74468,8.99650\n51,1646816653,47.74473,8.99633\n52,1646816654,47.74474,8.99628\n53,1646816655,47.74475,8.99622\n54,1646816656,47.74476,8.99618\n55,1646816657,47.74476,8.99613\n56,1646816659,47.74477,8.99604\n57,1646816660,47.74477,8.99600\n58,1646816662,47.74479,8.99593\n59,1646816663,47.74479,8.99589\n60,1646816664,47.74480,8.99586\n61,1646816682,47.74483,8.99545\n62,1646816683,47.74485,8.99541\n63,1646816685,47.74485,8.99537\n64,1646816686,47.74486,8.99534\n65,1646816687,47.74487,8.99532\n66,1646816688,47.74487,8.99530\n67,1646816689,47.74488,8.99528\n68,1646816690,47.74488,8.99525\n69,1646816691,47.74488,8.99523\n70,1646816692,47.74487,8.99522\n71,1646816710,47.74483,8.99493\n72,1646816711,47.74491,8.99485\n73,1646816713,47.74493,8.99482\n74,1646816714,47.74494,8.99479\n75,1646816715,47.74494,8.99476\n76,1646816716,47.74495,8.99473\n77,1646816717,47.74496,8.99470\n78,1646816718,47.74496,8.99467\n79,1646816719,47.74497,8.99464\n80,1646816720,47.74498,8.99461\n81,1646816739,47.74497,8.99415\n82,1646816740,47.74496,8.99416\n83,1646816741,47.74496,8.99417\n84,1646816742,47.74496,8.99417\n85,1646816743,47.74496,8.99417\n86,1646816744,47.74497,8.99418\n87,1646816745,47.74497,8.99418\n88,1646816746,47.74497,8.99418\n89,1646816747,47.74498,8.99418\n90,1646816748,47.74498,8.99418\n91,1646816767,47.74512,8.99370\n92,1646816768,47.74512,8.99365\n93,1646816769,47.74512,8.99362\n94,1646816770,47.74513,8.99358\n95,1646816771,47.74513,8.99354\n96,1646816772,47.74513,8.99351\n97,1646816773,47.74513,8.99347\n98,1646816774,47.74512,8.99344\n99,1646816775,47.74512,8.99341\n100,1646816776,47.74511,8.99338\n101,1646816796,47.74506,8.99324\n102,1646816797,47.74507,8.99324\n103,1646816798,47.74508,8.99325\n104,1646816799,47.74508,8.99326\n105,1646816800,47.74509,8.99325\n106,1646816801,47.74510,8.99323\n107,1646816802,47.74512,8.99322\n108,1646816803,47.74512,8.99319\n109,1646816804,47.74512,8.99317\n110,1646816806,47.74513,8.99313\n111,1646816825,47.74515,8.99296\n112,1646816826,47.74516,8.99296\n113,1646816827,47.74517,8.99294\n114,1646816828,47.74517,8.99292\n115,1646816829,47.74517,8.99290\n116,1646816830,47.74517,8.99288\n117,1646816831,47.74517,8.99285\n118,1646816832,47.74517,8.99282\n119,1646816833,47.74518,8.99279\n120,1646816835,47.74518,8.99275\n121,1646816854,47.74515,8.99212\n122,1646816855,47.74518,8.99217\n123,1646816856,47.74519,8.99216\n124,1646816857,47.74519,8.99214\n125,1646816858,47.74520,8.99212\n126,1646816859,47.74520,8.99209\n127,1646816860,47.74520,8.99206\n128,1646816861,47.74520,8.99204\n129,1646816862,47.74521,8.99203\n130,1646816863,47.74522,8.99202\n131,1646816882,47.74521,8.99176\n132,1646816883,47.74522,8.99174\n133,1646816884,47.74522,8.99171\n134,1646816885,47.74523,8.99169\n135,1646816886,47.74523,8.99167\n136,1646816887,47.74523,8.99164\n137,1646816888,47.74524,8.99161\n138,1646816889,47.74524,8.99158\n139,1646816890,47.74525,8.99155\n140,1646816891,47.74524,8.99152\n141,1646816911,47.74528,8.99138\n142,1646816912,47.74525,8.99138\n143,1646816913,47.74525,8.99136\n144,1646816914,47.74524,8.99135\n145,1646816915,47.74524,8.99135\n146,1646816916,47.74524,8.99136\n147,1646816917,47.74524,8.99136\n148,1646816918,47.74524,8.99136\n149,1646816920,47.74524,8.99135\n150,1646816921,47.74525,8.99132\n151,1646816940,47.74534,8.99065\n152,1646816941,47.74529,8.99061\n153,1646816942,47.74530,8.99058\n154,1646816943,47.74532,8.99057\n155,1646816944,47.74534,8.99057\n156,1646816945,47.74535,8.99058\n157,1646816946,47.74534,8.99059\n158,1646816947,47.74534,8.99059\n159,1646816949,47.74534,8.99059\n160,1646816950,47.74537,8.99059\n161,1646816968,47.74558,8.99064\n162,1646816969,47.74560,8.99062\n163,1646816970,47.74560,8.99062\n164,1646816971,47.74559,8.99061\n165,1646816972,47.74559,8.99061\n166,1646816973,47.74558,8.99060\n167,1646816974,47.74557,8.99060\n168,1646816975,47.74556,8.99060\n169,1646816976,47.74555,8.99060\n170,1646816977,47.74556,8.99060\n171,1646816995,47.74575,8.99065\n172,1646816996,47.74580,8.99064\n173,1646816997,47.74586,8.99065\n174,1646816998,47.74588,8.99065\n175,1646816999,47.74590,8.99066\n176,1646817000,47.74594,8.99067\n177,1646817001,47.74596,8.99069\n178,1646817002,47.74599,8.99070\n179,1646817003,47.74601,8.99073\n180,1646817004,47.74604,8.99075\n181,1646817023,47.74639,8.99084\n182,1646817024,47.74640,8.99085\n183,1646817025,47.74642,8.99086\n184,1646817026,47.74644,8.99087\n185,1646817027,47.74646,8.99087\n186,1646817028,47.74648,8.99087\n187,1646817029,47.74649,8.99087\n188,1646817030,47.74649,8.99087\n189,1646817031,47.74649,8.99086\n190,1646817033,47.74649,8.99086\n191,1646817052,47.74666,8.99111\n192,1646817053,47.74666,8.99114\n193,1646817054,47.74665,8.99118\n194,1646817055,47.74665,8.99122\n195,1646817056,47.74665,8.99125\n196,1646817057,47.74664,8.99128\n197,1646817058,47.74664,8.99131\n198,1646817059,47.74663,8.99133\n199,1646817060,47.74663,8.99136\n200,1646817061,47.74661,8.99140\n201,1646817079,47.74647,8.99174\n202,1646817080,47.74646,8.99178\n203,1646817081,47.74649,8.99180\n204,1646817082,47.74650,8.99182\n205,1646817083,47.74651,8.99181\n206,1646817084,47.74651,8.99180\n207,1646817085,47.74651,8.99178\n208,1646817086,47.74652,8.99177\n209,1646817087,47.74651,8.99176\n210,1646817088,47.74651,8.99177\n211,1646817108,47.74651,8.99198\n212,1646817109,47.74650,8.99202\n213,1646817110,47.74649,8.99204\n214,1646817111,47.74647,8.99205\n215,1646817112,47.74646,8.99207\n216,1646817113,47.74645,8.99209\n217,1646817114,47.74645,8.99212\n218,1646817115,47.74644,8.99214\n219,1646817116,47.74643,8.99216\n220,1646817118,47.74643,8.99220\n221,1646817136,47.74636,8.99260\n222,1646817137,47.74634,8.99266\n223,1646817138,47.74633,8.99267\n224,1646817139,47.74633,8.99269\n225,1646817140,47.74633,8.99270\n226,1646817141,47.74633,8.99272\n227,1646817142,47.74633,8.99273\n228,1646817143,47.74633,8.99275\n229,1646817144,47.74634,8.99275\n230,1646817145,47.74635,8.99277\n231,1646817164,47.74662,8.99301\n232,1646817165,47.74663,8.99302\n233,1646817166,47.74663,8.99303\n234,1646817167,47.74664,8.99305\n235,1646817168,47.74665,8.99306\n236,1646817169,47.74666,8.99308\n237,1646817170,47.74668,8.99309\n238,1646817171,47.74669,8.99310\n239,1646817172,47.74670,8.99311\n240,1646817173,47.74671,8.99313\n241,1646817192,47.74674,8.99342\n242,1646817193,47.74676,8.99343\n243,1646817194,47.74679,8.99343\n244,1646817195,47.74681,8.99345\n245,1646817196,47.74683,8.99346\n246,1646817197,47.74685,8.99347\n247,1646817198,47.74686,8.99349\n248,1646817199,47.74686,8.99351\n249,1646817200,47.74686,8.99352\n250,1646817202,47.74685,8.99355\n251,1646817220,47.74694,8.99366\n252,1646817221,47.74679,8.99390\n253,1646817222,47.74678,8.99392\n254,1646817223,47.74677,8.99393\n255,1646817224,47.74676,8.99394\n256,1646817225,47.74675,8.99397\n257,1646817226,47.74674,8.99398\n258,1646817227,47.74674,8.99400\n259,1646817228,47.74673,8.99402\n260,1646817229,47.74672,8.99404\n261,1646817248,47.74687,8.99435\n262,1646817249,47.74687,8.99435\n263,1646817250,47.74688,8.99435\n264,1646817251,47.74689,8.99436\n265,1646817252,47.74691,8.99436\n266,1646817253,47.74693,8.99437\n267,1646817254,47.74695,8.99439\n268,1646817255,47.74697,8.99441\n269,1646817256,47.74700,8.99443\n270,1646817257,47.74703,8.99445\n271,1646817276,47.74708,8.99458\n272,1646817277,47.74724,8.99458\n273,1646817278,47.74725,8.99459\n274,1646817279,47.74726,8.99459\n275,1646817280,47.74727,8.99460\n276,1646817281,47.74728,8.99461\n277,1646817282,47.74729,8.99461\n278,1646817283,47.74730,8.99461\n279,1646817284,47.74731,8.99462\n280,1646817285,47.74732,8.99463\n281,1646817304,47.74761,8.99476\n282,1646817305,47.74762,8.99474\n283,1646817306,47.74762,8.99474\n284,1646817307,47.74763,8.99473\n285,1646817308,47.74764,8.99472\n286,1646817309,47.74766,8.99472\n287,1646817310,47.74767,8.99472\n288,1646817311,47.74768,8.99472\n289,1646817312,47.74769,8.99473\n290,1646817313,47.74770,8.99473\n291,1646817331,47.74793,8.99462\n292,1646817332,47.74798,8.99469\n293,1646817333,47.74799,8.99470\n294,1646817334,47.74800,8.99470\n295,1646817335,47.74801,8.99469\n296,1646817336,47.74803,8.99469\n297,1646817337,47.74804,8.99469\n298,1646817338,47.74805,8.99469\n299,1646817339,47.74807,8.99469\n300,1646817340,47.74808,8.99470\n301,1646817359,47.74831,8.99458\n302,1646817360,47.74835,8.99458\n303,1646817361,47.74837,8.99458\n304,1646817362,47.74839,8.99458\n305,1646817363,47.74841,8.99458\n306,1646817364,47.74841,8.99458\n307,1646817365,47.74842,8.99458\n308,1646817366,47.74843,8.99458\n309,1646817367,47.74844,8.99458\n310,1646817369,47.74846,8.99457\n311,1646817387,47.74862,8.99454\n312,1646817388,47.74862,8.99452\n313,1646817389,47.74864,8.99451\n314,1646817390,47.74864,8.99449\n315,1646817391,47.74865,8.99448\n316,1646817392,47.74866,8.99447\n317,1646817393,47.74867,8.99445\n318,1646817394,47.74869,8.99444\n319,1646817395,47.74869,8.99444\n320,1646817396,47.74870,8.99443\n321,1646817415,47.74897,8.99432\n322,1646817416,47.74891,8.99424\n323,1646817417,47.74892,8.99423\n324,1646817418,47.74894,8.99421\n325,1646817419,47.74896,8.99420\n326,1646817420,47.74897,8.99419\n327,1646817421,47.74898,8.99419\n328,1646817422,47.74899,8.99418\n329,1646817423,47.74900,8.99417\n330,1646817424,47.74901,8.99417\n331,1646817444,47.74919,8.99401\n332,1646817445,47.74920,8.99402\n333,1646817446,47.74921,8.99402\n334,1646817447,47.74923,8.99402\n335,1646817448,47.74924,8.99401\n336,1646817449,47.74925,8.99401\n337,1646817450,47.74926,8.99400\n338,1646817451,47.74927,8.99400\n339,1646817452,47.74928,8.99400\n340,1646817454,47.74929,8.99399\n341,1646817472,47.74951,8.99393\n342,1646817473,47.74952,8.99392\n343,1646817474,47.74953,8.99389\n344,1646817475,47.74953,8.99388\n345,1646817476,47.74954,8.99387\n346,1646817477,47.74955,8.99386\n347,1646817478,47.74957,8.99385\n348,1646817479,47.74958,8.99383\n349,1646817480,47.74959,8.99381\n350,1646817481,47.74961,8.99379\n351,1646817499,47.74980,8.99356\n352,1646817500,47.74985,8.99347\n353,1646817501,47.74982,8.99351\n354,1646817502,47.74981,8.99351\n355,1646817503,47.74983,8.99349\n356,1646817504,47.74983,8.99349\n357,1646817505,47.74985,8.99348\n358,1646817506,47.74986,8.99348\n359,1646817507,47.74987,8.99346\n360,1646817508,47.74988,8.99346\n361,1646817527,47.75006,8.99319\n362,1646817528,47.75003,8.99319\n363,1646817529,47.75002,8.99318\n364,1646817530,47.75003,8.99317\n365,1646817531,47.75004,8.99315\n366,1646817532,47.75007,8.99313\n367,1646817533,47.75008,8.99311\n368,1646817534,47.75009,8.99310\n369,1646817535,47.75009,8.99308\n370,1646817536,47.75010,8.99308\n371,1646817555,47.75025,8.99267\n372,1646817556,47.75020,8.99273\n373,1646817557,47.75020,8.99272\n374,1646817558,47.75021,8.99269\n375,1646817559,47.75020,8.99270\n376,1646817560,47.75021,8.99269\n377,1646817561,47.75021,8.99267\n378,1646817562,47.75022,8.99265\n379,1646817563,47.75022,8.99264\n380,1646817564,47.75023,8.99262\n381,1646817584,47.75036,8.99217\n382,1646817585,47.75042,8.99216\n383,1646817586,47.75043,8.99215\n384,1646817587,47.75039,8.99219\n385,1646817588,47.75039,8.99217\n386,1646817589,47.75039,8.99216\n387,1646817590,47.75039,8.99214\n388,1646817591,47.75038,8.99212\n389,1646817592,47.75038,8.99210\n390,1646817593,47.75038,8.99209\n391,1646817612,47.75054,8.99177\n392,1646817613,47.75051,8.99175\n393,1646817614,47.75051,8.99172\n394,1646817615,47.75049,8.99170\n395,1646817616,47.75048,8.99167\n396,1646817617,47.75049,8.99164\n397,1646817618,47.75048,8.99162\n398,1646817619,47.75049,8.99160\n399,1646817621,47.75049,8.99157\n400,1646817622,47.75049,8.99155\n401,1646817641,47.75057,8.99108\n402,1646817642,47.75056,8.99107\n403,1646817643,47.75055,8.99107\n404,1646817644,47.75055,8.99107\n405,1646817645,47.75057,8.99105\n406,1646817646,47.75057,8.99105\n407,1646817647,47.75057,8.99105\n408,1646817648,47.75058,8.99103\n409,1646817649,47.75058,8.99101\n410,1646817651,47.75058,8.99099\n411,1646817670,47.75083,8.99088\n412,1646817671,47.75080,8.99071\n413,1646817672,47.75083,8.99067\n414,1646817673,47.75082,8.99068\n415,1646817674,47.75084,8.99067\n416,1646817675,47.75084,8.99066\n417,1646817676,47.75084,8.99067\n418,1646817677,47.75086,8.99067\n419,1646817678,47.75087,8.99065\n420,1646817679,47.75091,8.99061\n421,1646817699,47.75107,8.99033\n422,1646817700,47.75107,8.99030\n423,1646817701,47.75108,8.99028\n424,1646817702,47.75107,8.99027\n425,1646817703,47.75107,8.99026\n426,1646817704,47.75107,8.99026\n427,1646817705,47.75107,8.99025\n428,1646817706,47.75108,8.99024\n429,1646817707,47.75108,8.99023\n430,1646817708,47.75108,8.99021\n431,1646817728,47.75129,8.99009\n432,1646817729,47.75130,8.99014\n433,1646817730,47.75132,8.99015\n434,1646817731,47.75135,8.99016\n435,1646817732,47.75137,8.99016\n436,1646817733,47.75138,8.99016\n437,1646817734,47.75141,8.99016\n438,1646817735,47.75143,8.99018\n439,1646817736,47.75145,8.99020\n440,1646817737,47.75146,8.99021\n441,1646817757,47.75177,8.99034\n442,1646817758,47.75178,8.99037\n443,1646817759,47.75178,8.99037\n444,1646817760,47.75179,8.99037\n445,1646817761,47.75179,8.99037\n446,1646817762,47.75180,8.99038\n447,1646817763,47.75185,8.99037\n448,1646817764,47.75187,8.99038\n449,1646817765,47.75189,8.99040\n450,1646817766,47.75190,8.99041\n451,1646817787,47.75214,8.99018\n452,1646817788,47.75216,8.99020\n453,1646817789,47.75219,8.99020\n454,1646817790,47.75220,8.99018\n455,1646817791,47.75217,8.99021\n456,1646817792,47.75215,8.99025\n457,1646817793,47.75214,8.99028\n458,1646817794,47.75213,8.99030\n459,1646817795,47.75212,8.99032\n460,1646817796,47.75209,8.99036\n461,1646817816,47.75206,8.99044\n462,1646817817,47.75214,8.99041\n463,1646817818,47.75217,8.99046\n464,1646817819,47.75220,8.99045\n465,1646817820,47.75221,8.99043\n466,1646817821,47.75219,8.99044\n467,1646817822,47.75219,8.99044\n468,1646817823,47.75222,8.99041\n469,1646817825,47.75223,8.99041\n470,1646817826,47.75223,8.99041\n471,1646817845,47.75260,8.99043\n472,1646817846,47.75263,8.99044\n473,1646817848,47.75266,8.99045\n474,1646817849,47.75268,8.99045\n475,1646817850,47.75271,8.99046\n476,1646817851,47.75273,8.99047\n477,1646817852,47.75274,8.99046\n478,1646817853,47.75274,8.99045\n479,1646817854,47.75274,8.99046\n480,1646817855,47.75274,8.99046\n481,1646817874,47.75312,8.99047\n482,1646817875,47.75306,8.99050\n483,1646817876,47.75307,8.99053\n484,1646817877,47.75308,8.99054\n485,1646817878,47.75310,8.99054\n486,1646817879,47.75312,8.99054\n487,1646817880,47.75314,8.99053\n488,1646817881,47.75315,8.99056\n489,1646817882,47.75316,8.99056\n490,1646817883,47.75318,8.99055\n491,1646817903,47.75334,8.99068\n492,1646817904,47.75335,8.99071\n493,1646817905,47.75336,8.99070\n494,1646817906,47.75339,8.99068\n495,1646817907,47.75340,8.99068\n496,1646817908,47.75344,8.99068\n497,1646817909,47.75346,8.99067\n498,1646817910,47.75349,8.99066\n499,1646817911,47.75351,8.99067\n500,1646817912,47.75352,8.99068\n501,1646817933,47.75384,8.99068\n502,1646817934,47.75385,8.99064\n503,1646817935,47.75387,8.99066\n504,1646817936,47.75390,8.99065\n505,1646817937,47.75391,8.99066\n506,1646817938,47.75394,8.99066\n507,1646817939,47.75396,8.99066\n508,1646817940,47.75398,8.99067\n509,1646817941,47.75400,8.99068\n510,1646817942,47.75402,8.99070\n511,1646817961,47.75435,8.99099\n512,1646817962,47.75437,8.99094\n513,1646817963,47.75436,8.99094\n514,1646817964,47.75435,8.99094\n515,1646817965,47.75434,8.99094\n516,1646817966,47.75433,8.99095\n517,1646817967,47.75432,8.99097\n518,1646817968,47.75433,8.99096\n519,1646817969,47.75435,8.99096\n520,1646817970,47.75437,8.99096\n521,1646817991,47.75464,8.99129\n522,1646817992,47.75458,8.99133\n523,1646817993,47.75459,8.99137\n524,1646817994,47.75462,8.99137\n525,1646817995,47.75465,8.99136\n526,1646817996,47.75466,8.99139\n527,1646817997,47.75467,8.99140\n528,1646817998,47.75470,8.99141\n529,1646818000,47.75473,8.99143\n530,1646818001,47.75474,8.99144\n531,1646818022,47.75479,8.99160\n532,1646818024,47.75478,8.99163\n533,1646818025,47.75477,8.99165\n534,1646818026,47.75475,8.99167\n535,1646818027,47.75475,8.99167\n536,1646818028,47.75474,8.99168\n537,1646818029,47.75474,8.99169\n538,1646818030,47.75472,8.99171\n539,1646818031,47.75471,8.99175\n540,1646818032,47.75471,8.99177\n541,1646818051,47.75456,8.99212\n542,1646818052,47.75455,8.99214\n543,1646818053,47.75453,8.99217\n544,1646818054,47.75451,8.99220\n545,1646818055,47.75447,8.99223\n546,1646818056,47.75444,8.99225\n547,1646818057,47.75443,8.99226\n548,1646818058,47.75439,8.99229\n549,1646818059,47.75436,8.99232\n550,1646818060,47.75434,8.99234\n551,1646818080,47.75428,8.99248\n552,1646818081,47.75424,8.99261\n553,1646818082,47.75422,8.99264\n554,1646818083,47.75421,8.99266\n555,1646818084,47.75419,8.99269\n556,1646818085,47.75419,8.99270\n557,1646818086,47.75419,8.99272\n558,1646818087,47.75418,8.99273\n559,1646818088,47.75419,8.99274\n560,1646818089,47.75418,8.99276\n561,1646818109,47.75394,8.99323\n562,1646818110,47.75392,8.99324\n563,1646818111,47.75392,8.99326\n564,1646818112,47.75393,8.99327\n565,1646818113,47.75394,8.99328\n566,1646818114,47.75394,8.99329\n567,1646818115,47.75393,8.99329\n568,1646818116,47.75392,8.99329\n569,1646818117,47.75392,8.99330\n570,1646818118,47.75393,8.99331\n571,1646818137,47.75361,8.99366\n572,1646818138,47.75370,8.99371\n573,1646818139,47.75368,8.99371\n574,1646818140,47.75371,8.99374\n575,1646818141,47.75369,8.99376\n576,1646818142,47.75366,8.99377\n577,1646818143,47.75365,8.99379\n578,1646818144,47.75364,8.99380\n579,1646818145,47.75363,8.99382\n580,1646818146,47.75363,8.99384\n581,1646818166,47.75339,8.99419\n582,1646818167,47.75340,8.99419\n583,1646818168,47.75341,8.99418\n584,1646818169,47.75341,8.99420\n585,1646818170,47.75340,8.99422\n586,1646818171,47.75340,8.99422\n587,1646818172,47.75338,8.99424\n588,1646818173,47.75336,8.99426\n589,1646818174,47.75335,8.99427\n590,1646818175,47.75334,8.99429\n591,1646818194,47.75322,8.99455\n592,1646818195,47.75316,8.99465\n593,1646818196,47.75313,8.99470\n594,1646818197,47.75312,8.99472\n595,1646818198,47.75313,8.99471\n596,1646818199,47.75314,8.99468\n597,1646818200,47.75315,8.99466\n598,1646818201,47.75318,8.99460\n599,1646818203,47.75318,8.99461\n600,1646818204,47.75317,8.99461\n601,1646818223,47.75291,8.99503\n602,1646818224,47.75290,8.99505\n603,1646818226,47.75289,8.99507\n604,1646818227,47.75288,8.99512\n605,1646818228,47.75285,8.99515\n606,1646818229,47.75285,8.99514\n607,1646818230,47.75286,8.99514\n608,1646818231,47.75285,8.99514\n609,1646818232,47.75286,8.99513\n610,1646818233,47.75287,8.99512\n611,1646818251,47.75283,8.99530\n612,1646818252,47.75274,8.99547\n613,1646818253,47.75268,8.99546\n614,1646818254,47.75265,8.99551\n615,1646818255,47.75265,8.99553\n616,1646818256,47.75265,8.99556\n617,1646818257,47.75266,8.99558\n618,1646818258,47.75265,8.99560\n619,1646818259,47.75264,8.99562\n620,1646818260,47.75264,8.99563\n621,1646818280,47.75248,8.99616\n622,1646818281,47.75248,8.99618\n623,1646818282,47.75249,8.99618\n624,1646818283,47.75249,8.99619\n625,1646818284,47.75247,8.99617\n626,1646818285,47.75246,8.99617\n627,1646818286,47.75245,8.99618\n628,1646818287,47.75244,8.99619\n629,1646818288,47.75244,8.99619\n630,1646818289,47.75244,8.99619\n631,1646818310,47.75241,8.99648\n632,1646818311,47.75239,8.99653\n633,1646818312,47.75234,8.99661\n634,1646818313,47.75232,8.99665\n635,1646818314,47.75232,8.99667\n636,1646818315,47.75233,8.99666\n637,1646818316,47.75232,8.99668\n638,1646818317,47.75232,8.99669\n639,1646818318,47.75232,8.99671\n640,1646818319,47.75232,8.99672\n641,1646818338,47.75209,8.99715\n642,1646818339,47.75207,8.99717\n643,1646818340,47.75208,8.99720\n644,1646818341,47.75208,8.99721\n645,1646818342,47.75209,8.99723\n646,1646818343,47.75210,8.99723\n647,1646818344,47.75210,8.99723\n648,1646818345,47.75209,8.99722\n649,1646818347,47.75209,8.99720\n650,1646818348,47.75209,8.99716\n651,1646818367,47.75198,8.99750\n652,1646818370,47.75189,8.99758\n653,1646818371,47.75183,8.99759\n654,1646818372,47.75180,8.99761\n655,1646818373,47.75182,8.99761\n656,1646818374,47.75179,8.99760\n657,1646818375,47.75176,8.99761\n658,1646818376,47.75172,8.99762\n659,1646818377,47.75168,8.99763\n660,1646818378,47.75166,8.99763\n661,1646818398,47.75149,8.99766\n662,1646818399,47.75149,8.99770\n663,1646818400,47.75147,8.99771\n664,1646818401,47.75145,8.99770\n665,1646818402,47.75145,8.99770\n666,1646818403,47.75144,8.99771\n667,1646818404,47.75144,8.99772\n668,1646818405,47.75144,8.99771\n669,1646818407,47.75145,8.99771\n670,1646818408,47.75144,8.99772\n671,1646818428,47.75116,8.99784\n672,1646818429,47.75118,8.99783\n673,1646818430,47.75116,8.99784\n674,1646818431,47.75116,8.99784\n675,1646818432,47.75115,8.99783\n676,1646818433,47.75113,8.99780\n677,1646818434,47.75111,8.99777\n678,1646818435,47.75115,8.99769\n679,1646818437,47.75114,8.99766\n680,1646818438,47.75114,8.99765\n681,1646818455,47.75090,8.99747\n682,1646818455,47.75092,8.99748\n683,1646818458,47.75091,8.99753\n684,1646818459,47.75092,8.99750\n685,1646818460,47.75092,8.99745\n686,1646818461,47.75093,8.99741\n687,1646818462,47.75092,8.99739\n688,1646818463,47.75091,8.99735\n689,1646818464,47.75089,8.99732\n690,1646818465,47.75088,8.99728\n691,1646818483,47.75094,8.99653\n692,1646818484,47.75066,8.99672\n693,1646818485,47.75059,8.99684\n694,1646818486,47.75055,8.99687\n695,1646818487,47.75055,8.99688\n696,1646818488,47.75055,8.99688\n697,1646818489,47.75054,8.99688\n698,1646818490,47.75054,8.99689\n699,1646818491,47.75053,8.99690\n700,1646818492,47.75052,8.99691\n701,1646818510,47.75041,8.99719\n702,1646818511,47.75031,8.99739\n703,1646818512,47.75031,8.99741\n704,1646818513,47.75031,8.99742\n705,1646818514,47.75031,8.99741\n706,1646818515,47.75032,8.99741\n707,1646818516,47.75033,8.99738\n708,1646818517,47.75034,8.99736\n709,1646818518,47.75035,8.99735\n710,1646818519,47.75037,8.99734\n711,1646818538,47.75048,8.99720\n712,1646818539,47.75033,8.99754\n713,1646818540,47.75029,8.99758\n714,1646818541,47.75027,8.99761\n715,1646818542,47.75026,8.99764\n716,1646818543,47.75024,8.99766\n717,1646818544,47.75023,8.99768\n718,1646818545,47.75022,8.99770\n719,1646818546,47.75021,8.99772\n720,1646818547,47.75021,8.99772\n721,1646818565,47.75009,8.99793\n722,1646818566,47.75009,8.99798\n723,1646818567,47.75006,8.99805\n724,1646818568,47.75006,8.99805\n725,1646818569,47.75005,8.99806\n726,1646818570,47.75004,8.99809\n727,1646818571,47.75003,8.99811\n728,1646818572,47.75002,8.99813\n729,1646818573,47.75003,8.99814\n730,1646818575,47.75002,8.99816\n731,1646818594,47.74980,8.99849\n732,1646818595,47.74981,8.99849\n733,1646818596,47.74982,8.99850\n734,1646818597,47.74982,8.99851\n735,1646818598,47.74982,8.99852\n736,1646818599,47.74981,8.99852\n737,1646818600,47.74980,8.99854\n738,1646818601,47.74980,8.99854\n739,1646818602,47.74980,8.99856\n740,1646818603,47.74984,8.99854\n741,1646818621,47.74975,8.99867\n742,1646818622,47.74964,8.99890\n743,1646818623,47.74964,8.99891\n744,1646818624,47.74963,8.99893\n745,1646818625,47.74962,8.99894\n746,1646818626,47.74962,8.99894\n747,1646818627,47.74962,8.99895\n748,1646818628,47.74961,8.99896\n749,1646818629,47.74960,8.99898\n750,1646818630,47.74959,8.99899\n751,1646818649,47.74959,8.99915\n752,1646818650,47.74949,8.99921\n753,1646818651,47.74946,8.99926\n754,1646818652,47.74944,8.99929\n755,1646818653,47.74943,8.99931\n756,1646818654,47.74942,8.99932\n757,1646818655,47.74942,8.99934\n758,1646818656,47.74941,8.99935\n759,1646818657,47.74940,8.99936\n760,1646818658,47.74942,8.99936\n761,1646818677,47.74918,8.99962\n762,1646818678,47.74917,8.99965\n763,1646818679,47.74917,8.99967\n764,1646818680,47.74917,8.99969\n765,1646818681,47.74918,8.99969\n766,1646818682,47.74918,8.99970\n767,1646818683,47.74917,8.99972\n768,1646818684,47.74917,8.99974\n769,1646818685,47.74917,8.99975\n770,1646818686,47.74917,8.99976\n771,1646818705,47.74919,8.99990\n772,1646818706,47.74916,8.99993\n773,1646818707,47.74913,8.99996\n774,1646818708,47.74911,8.99998\n775,1646818709,47.74910,8.99999\n776,1646818710,47.74908,9.00001\n777,1646818711,47.74907,9.00002\n778,1646818712,47.74905,9.00004\n779,1646818713,47.74904,9.00005\n780,1646818714,47.74903,9.00007\n781,1646818733,47.74881,9.00037\n782,1646818734,47.74882,9.00037\n783,1646818735,47.74883,9.00038\n784,1646818736,47.74883,9.00038\n785,1646818737,47.74884,9.00037\n786,1646818738,47.74884,9.00037\n787,1646818739,47.74884,9.00037\n788,1646818740,47.74884,9.00036\n789,1646818741,47.74888,9.00033\n790,1646818743,47.74888,9.00034\n791,1646818762,47.74870,9.00039\n792,1646818763,47.74872,9.00037\n793,1646818764,47.74872,9.00039\n794,1646818765,47.74872,9.00041\n795,1646818766,47.74871,9.00043\n796,1646818767,47.74868,9.00045\n797,1646818768,47.74864,9.00049\n798,1646818769,47.74860,9.00052\n799,1646818770,47.74857,9.00055\n800,1646818771,47.74858,9.00052\n801,1646818789,47.74857,9.00055\n802,1646818790,47.74846,9.00043\n803,1646818791,47.74845,9.00045\n804,1646818792,47.74840,9.00046\n805,1646818793,47.74838,9.00049\n806,1646818794,47.74838,9.00050\n807,1646818795,47.74837,9.00050\n808,1646818796,47.74837,9.00051\n809,1646818797,47.74838,9.00052\n810,1646818798,47.74838,9.00052\n811,1646818817,47.74855,9.00059\n812,1646818818,47.74849,9.00072\n813,1646818819,47.74849,9.00075\n814,1646818820,47.74850,9.00077\n815,1646818821,47.74849,9.00079\n816,1646818822,47.74849,9.00079\n817,1646818823,47.74848,9.00079\n818,1646818824,47.74848,9.00080\n819,1646818825,47.74848,9.00080\n820,1646818826,47.74851,9.00078\n821,1646818846,47.74829,9.00089\n822,1646818847,47.74829,9.00090\n823,1646818848,47.74827,9.00097\n824,1646818849,47.74826,9.00101\n825,1646818850,47.74827,9.00104\n826,1646818851,47.74827,9.00105\n827,1646818852,47.74827,9.00105\n828,1646818853,47.74828,9.00104\n829,1646818854,47.74828,9.00105\n830,1646818855,47.74830,9.00104\n831,1646818874,47.74826,9.00114\n832,1646818875,47.74817,9.00120\n833,1646818876,47.74815,9.00123\n834,1646818877,47.74813,9.00124\n835,1646818878,47.74812,9.00126\n836,1646818879,47.74811,9.00127\n837,1646818880,47.74810,9.00128\n838,1646818881,47.74809,9.00130\n839,1646818882,47.74808,9.00131\n840,1646818883,47.74807,9.00133\n841,1646818901,47.74784,9.00162\n842,1646818902,47.74790,9.00151\n843,1646818903,47.74788,9.00153\n844,1646818904,47.74785,9.00157\n845,1646818905,47.74783,9.00159\n846,1646818906,47.74782,9.00160\n847,1646818907,47.74781,9.00161\n848,1646818908,47.74780,9.00162\n849,1646818909,47.74781,9.00162\n850,1646818911,47.74778,9.00164\n851,1646818929,47.74755,9.00195\n852,1646818930,47.74760,9.00188\n853,1646818931,47.74757,9.00192\n854,1646818932,47.74756,9.00193\n855,1646818933,47.74755,9.00194\n856,1646818934,47.74754,9.00195\n857,1646818935,47.74753,9.00196\n858,1646818936,47.74751,9.00197\n859,1646818937,47.74750,9.00198\n860,1646818938,47.74749,9.00199\n861,1646818956,47.74730,9.00190\n862,1646818957,47.74729,9.00212\n863,1646818958,47.74728,9.00214\n864,1646818959,47.74727,9.00215\n865,1646818960,47.74727,9.00215\n866,1646818961,47.74726,9.00215\n867,1646818962,47.74725,9.00216\n868,1646818963,47.74724,9.00216\n869,1646818964,47.74722,9.00215\n870,1646818965,47.74721,9.00215\n871,1646818984,47.74701,9.00213\n872,1646818985,47.74699,9.00211\n873,1646818986,47.74697,9.00211\n874,1646818987,47.74696,9.00210\n875,1646818988,47.74694,9.00210\n876,1646818989,47.74693,9.00210\n877,1646818990,47.74691,9.00210\n878,1646818991,47.74689,9.00211\n879,1646818992,47.74688,9.00212\n880,1646818993,47.74686,9.00213\n881,1646819012,47.74669,9.00234\n882,1646819013,47.74668,9.00235\n883,1646819014,47.74667,9.00237\n884,1646819015,47.74664,9.00242\n885,1646819016,47.74664,9.00242\n886,1646819017,47.74664,9.00244\n887,1646819018,47.74663,9.00246\n888,1646819019,47.74662,9.00248\n889,1646819020,47.74661,9.00250\n890,1646819021,47.74660,9.00252\n891,1646819039,47.74654,9.00285\n892,1646819040,47.74644,9.00283\n893,1646819041,47.74642,9.00284\n894,1646819042,47.74641,9.00287\n895,1646819043,47.74640,9.00289\n896,1646819044,47.74639,9.00290\n897,1646819045,47.74638,9.00292\n898,1646819046,47.74637,9.00293\n899,1646819047,47.74637,9.00294\n900,1646819049,47.74636,9.00295\n901,1646819067,47.74617,9.00322\n902,1646819068,47.74617,9.00322\n903,1646819069,47.74617,9.00324\n904,1646819070,47.74616,9.00326\n905,1646819071,47.74615,9.00328\n906,1646819072,47.74614,9.00330\n907,1646819073,47.74613,9.00332\n908,1646819074,47.74613,9.00334\n909,1646819075,47.74611,9.00335\n910,1646819076,47.74610,9.00337\n911,1646819094,47.74602,9.00343\n912,1646819095,47.74592,9.00347\n913,1646819096,47.74591,9.00346\n914,1646819097,47.74590,9.00344\n915,1646819098,47.74589,9.00343\n916,1646819099,47.74588,9.00343\n917,1646819100,47.74587,9.00342\n918,1646819101,47.74586,9.00341\n919,1646819102,47.74584,9.00340\n920,1646819103,47.74584,9.00339\n921,1646819122,47.74575,9.00306\n922,1646819123,47.74571,9.00309\n923,1646819124,47.74570,9.00308\n924,1646819125,47.74569,9.00307\n925,1646819126,47.74568,9.00305\n926,1646819127,47.74566,9.00305\n927,1646819128,47.74565,9.00304\n928,1646819129,47.74563,9.00304\n929,1646819130,47.74562,9.00304\n930,1646819131,47.74560,9.00304\n931,1646819149,47.74540,9.00322\n932,1646819150,47.74543,9.00315\n933,1646819151,47.74542,9.00320\n934,1646819152,47.74541,9.00325\n935,1646819153,47.74538,9.00330\n936,1646819154,47.74537,9.00334\n937,1646819155,47.74536,9.00336\n938,1646819156,47.74535,9.00338\n939,1646819157,47.74534,9.00340\n940,1646819158,47.74533,9.00342\n941,1646819177,47.74533,9.00359\n942,1646819178,47.74526,9.00369\n943,1646819179,47.74525,9.00371\n944,1646819180,47.74524,9.00372\n945,1646819181,47.74524,9.00374\n946,1646819182,47.74522,9.00377\n947,1646819183,47.74521,9.00379\n948,1646819184,47.74520,9.00381\n949,1646819185,47.74519,9.00382\n950,1646819186,47.74519,9.00384\n951,1646819205,47.74501,9.00419\n952,1646819206,47.74501,9.00420\n953,1646819207,47.74500,9.00421\n954,1646819208,47.74499,9.00423\n955,1646819209,47.74498,9.00426\n956,1646819210,47.74497,9.00428\n957,1646819211,47.74495,9.00430\n958,1646819212,47.74494,9.00432\n959,1646819213,47.74494,9.00433\n960,1646819214,47.74493,9.00435\n961,1646819233,47.74492,9.00461\n962,1646819234,47.74481,9.00466\n963,1646819235,47.74479,9.00468\n964,1646819236,47.74477,9.00470\n965,1646819237,47.74476,9.00472\n966,1646819238,47.74475,9.00474\n967,1646819239,47.74474,9.00476\n968,1646819240,47.74473,9.00478\n969,1646819241,47.74472,9.00480\n970,1646819242,47.74472,9.00482\n971,1646819262,47.74460,9.00519\n972,1646819263,47.74459,9.00518\n973,1646819264,47.74458,9.00518\n974,1646819265,47.74456,9.00519\n975,1646819266,47.74455,9.00520\n976,1646819267,47.74454,9.00522\n977,1646819268,47.74453,9.00523\n978,1646819269,47.74453,9.00525\n979,1646819270,47.74453,9.00525\n980,1646819272,47.74451,9.00528\n981,1646819291,47.74434,9.00557\n982,1646819292,47.74427,9.00567\n983,1646819293,47.74425,9.00568\n984,1646819294,47.74425,9.00566\n985,1646819295,47.74425,9.00565\n986,1646819296,47.74424,9.00565\n987,1646819297,47.74423,9.00564\n988,1646819298,47.74423,9.00563\n989,1646819299,47.74423,9.00560\n990,1646819301,47.74422,9.00560\n991,1646819320,47.74398,9.00521\n992,1646819321,47.74399,9.00527\n993,1646819322,47.74400,9.00527\n994,1646819323,47.74399,9.00526\n995,1646819324,47.74398,9.00525\n996,1646819325,47.74397,9.00525\n997,1646819326,47.74397,9.00525\n998,1646819327,47.74396,9.00524\n999,1646819328,47.74395,9.00523\n1000,1646819329,47.74393,9.00522\n1001,1646819347,47.74374,9.00497\n1002,1646819348,47.74374,9.00497\n1003,1646819349,47.74373,9.00497\n1004,1646819350,47.74372,9.00497\n1005,1646819351,47.74370,9.00496\n1006,1646819352,47.74369,9.00495\n1007,1646819353,47.74368,9.00495\n1008,1646819354,47.74367,9.00493\n1009,1646819355,47.74366,9.00492\n1010,1646819356,47.74366,9.00491\n1011,1646819376,47.74347,9.00468\n1012,1646819377,47.74346,9.00466\n1013,1646819378,47.74344,9.00465\n1014,1646819379,47.74343,9.00464\n1015,1646819380,47.74342,9.00462\n1016,1646819381,47.74340,9.00461\n1017,1646819382,47.74339,9.00459\n1018,1646819383,47.74338,9.00458\n1019,1646819384,47.74338,9.00457\n1020,1646819386,47.74336,9.00454\n1021,1646819404,47.74325,9.00434\n1022,1646819405,47.74317,9.00439\n1023,1646819406,47.74315,9.00440\n1024,1646819407,47.74314,9.00442\n1025,1646819408,47.74313,9.00444\n1026,1646819409,47.74311,9.00447\n1027,1646819410,47.74310,9.00449\n1028,1646819411,47.74309,9.00451\n1029,1646819412,47.74308,9.00453\n1030,1646819413,47.74307,9.00455\n1031,1646819431,47.74284,9.00498\n1032,1646819432,47.74286,9.00492\n1033,1646819433,47.74286,9.00492\n1034,1646819434,47.74286,9.00492\n1035,1646819435,47.74285,9.00493\n1036,1646819436,47.74284,9.00494\n1037,1646819437,47.74283,9.00495\n1038,1646819438,47.74282,9.00496\n1039,1646819439,47.74281,9.00497\n1040,1646819440,47.74280,9.00498\n1041,1646819460,47.74272,9.00506\n1042,1646819461,47.74270,9.00505\n1043,1646819462,47.74268,9.00505\n1044,1646819463,47.74266,9.00505\n1045,1646819464,47.74262,9.00507\n1046,1646819465,47.74257,9.00511\n1047,1646819466,47.74255,9.00511\n1048,1646819467,47.74253,9.00512\n1049,1646819468,47.74253,9.00509\n1050,1646819470,47.74251,9.00507\n1051,1646819488,47.74236,9.00486\n1052,1646819489,47.74239,9.00478\n1053,1646819490,47.74239,9.00475\n1054,1646819491,47.74235,9.00478\n1055,1646819492,47.74234,9.00476\n1056,1646819493,47.74232,9.00472\n1057,1646819494,47.74231,9.00470\n1058,1646819495,47.74231,9.00467\n1059,1646819496,47.74230,9.00466\n1060,1646819497,47.74231,9.00462\n1061,1646819515,47.74213,9.00425\n1062,1646819516,47.74213,9.00431\n1063,1646819517,47.74212,9.00430\n1064,1646819518,47.74212,9.00428\n1065,1646819519,47.74212,9.00429\n1066,1646819520,47.74212,9.00429\n1067,1646819521,47.74210,9.00428\n1068,1646819522,47.74209,9.00428\n1069,1646819523,47.74207,9.00426\n1070,1646819524,47.74205,9.00425\n1071,1646819545,47.74193,9.00403\n1072,1646819546,47.74197,9.00405\n1073,1646819547,47.74199,9.00406\n1074,1646819548,47.74199,9.00406\n1075,1646819549,47.74199,9.00406\n1076,1646819550,47.74200,9.00406\n1077,1646819551,47.74200,9.00406\n1078,1646819552,47.74202,9.00405\n1079,1646819554,47.74202,9.00405\n1080,1646819555,47.74203,9.00405\n1081,1646819572,47.74197,9.00392\n1082,1646819572,47.74197,9.00394\n1083,1646819575,47.74198,9.00393\n1084,1646819576,47.74197,9.00393\n1085,1646819577,47.74196,9.00392\n1086,1646819578,47.74195,9.00391\n1087,1646819579,47.74195,9.00391\n1088,1646819580,47.74195,9.00390\n1089,1646819581,47.74195,9.00390\n1090,1646819582,47.74195,9.00389\n1091,1646819602,47.74214,9.00357\n1092,1646819603,47.74216,9.00355\n1093,1646819604,47.74216,9.00357\n1094,1646819605,47.74217,9.00357\n1095,1646819606,47.74217,9.00356\n1096,1646819607,47.74218,9.00356\n1097,1646819608,47.74218,9.00356\n1098,1646819609,47.74219,9.00356\n1099,1646819610,47.74221,9.00355\n1100,1646819611,47.74222,9.00350\n1101,1646819629,47.74259,9.00338\n1102,1646819630,47.74256,9.00333\n1103,1646819631,47.74253,9.00330\n1104,1646819632,47.74253,9.00327\n1105,1646819633,47.74254,9.00324\n1106,1646819634,47.74255,9.00323\n1107,1646819635,47.74254,9.00321\n1108,1646819636,47.74255,9.00320\n1109,1646819637,47.74256,9.00318\n1110,1646819638,47.74257,9.00317\n1111,1646819657,47.74276,9.00297\n1112,1646819658,47.74277,9.00296\n1113,1646819659,47.74278,9.00292\n1114,1646819660,47.74279,9.00291\n1115,1646819661,47.74278,9.00290\n1116,1646819662,47.74279,9.00289\n1117,1646819663,47.74278,9.00289\n1118,1646819664,47.74279,9.00288\n1119,1646819665,47.74281,9.00286\n1120,1646819667,47.74283,9.00283\n1121,1646819689,47.74322,9.00260\n1122,1646819690,47.74321,9.00256\n1123,1646819691,47.74318,9.00252\n1124,1646819692,47.74317,9.00250\n1125,1646819693,47.74318,9.00248\n1126,1646819694,47.74318,9.00248\n1127,1646819695,47.74319,9.00240\n1128,1646819697,47.74319,9.00239\n1129,1646819698,47.74319,9.00238\n1130,1646819699,47.74320,9.00237\n1131,1646819719,47.74346,9.00189\n1132,1646819721,47.74346,9.00190\n1133,1646819722,47.74345,9.00191\n1134,1646819723,47.74346,9.00191\n1135,1646819724,47.74345,9.00191\n1136,1646819725,47.74345,9.00191\n1137,1646819726,47.74345,9.00191\n1138,1646819727,47.74346,9.00191\n1139,1646819728,47.74346,9.00189\n1140,1646819729,47.74347,9.00188\n1141,1646819748,47.74358,9.00160\n1142,1646819749,47.74359,9.00158\n1143,1646819750,47.74362,9.00156\n1144,1646819751,47.74363,9.00155\n1145,1646819752,47.74364,9.00154\n1146,1646819753,47.74366,9.00152\n1147,1646819754,47.74366,9.00150\n1148,1646819755,47.74367,9.00149\n1149,1646819757,47.74369,9.00147\n1150,1646819758,47.74369,9.00146\n1151,1646819777,47.74392,9.00106\n1152,1646819778,47.74396,9.00104\n1153,1646819780,47.74396,9.00102\n1154,1646819781,47.74396,9.00102\n1155,1646819782,47.74396,9.00103\n1156,1646819783,47.74396,9.00101\n1157,1646819784,47.74396,9.00100\n1158,1646819785,47.74397,9.00098\n1159,1646819786,47.74397,9.00097\n1160,1646819787,47.74398,9.00095\n1161,1646819806,47.74412,9.00066\n1162,1646819807,47.74410,9.00070\n1163,1646819808,47.74410,9.00068\n1164,1646819809,47.74409,9.00070\n1165,1646819810,47.74410,9.00068\n1166,1646819811,47.74411,9.00066\n1167,1646819812,47.74411,9.00064\n1168,1646819813,47.74412,9.00062\n1169,1646819814,47.74413,9.00060\n1170,1646819815,47.74413,9.00059\n1171,1646819833,47.74428,9.00049\n1172,1646819834,47.74424,9.00038\n1173,1646819835,47.74426,9.00033\n1174,1646819836,47.74428,9.00029\n1175,1646819837,47.74430,9.00024\n1176,1646819838,47.74431,9.00020\n1177,1646819839,47.74432,9.00018\n1178,1646819840,47.74433,9.00015\n1179,1646819841,47.74434,9.00012\n1180,1646819842,47.74434,9.00010\n1181,1646819862,47.74438,8.99980\n1182,1646819863,47.74441,8.99970\n1183,1646819864,47.74439,8.99972\n1184,1646819865,47.74439,8.99972\n1185,1646819866,47.74440,8.99970\n1186,1646819867,47.74440,8.99967\n1187,1646819868,47.74441,8.99966\n1188,1646819869,47.74442,8.99964\n1189,1646819870,47.74444,8.99960\n1190,1646819872,47.74446,8.99957\n1191,1646819890,47.74458,8.99921\n1192,1646819891,47.74459,8.99920\n1193,1646819892,47.74460,8.99917\n1194,1646819893,47.74461,8.99915\n1195,1646819894,47.74462,8.99911\n1196,1646819895,47.74463,8.99909\n1197,1646819896,47.74463,8.99907\n1198,1646819897,47.74464,8.99905\n1199,1646819898,47.74464,8.99903\n1200,1646819899,47.74464,8.99901\n1201,1646819919,47.74448,8.99863\n1202,1646819920,47.74447,8.99859\n1203,1646819921,47.74446,8.99858\n1204,1646819922,47.74447,8.99855\n1205,1646819923,47.74447,8.99853\n1206,1646819924,47.74448,8.99850\n1207,1646819925,47.74448,8.99848\n1208,1646819926,47.74448,8.99846\n1209,1646819927,47.74448,8.99845\n1210,1646819928,47.74447,8.99844\n1211,1646819947,47.74423,8.99864\n1212,1646819948,47.74423,8.99864\n1213,1646819949,47.74422,8.99865\n1214,1646819950,47.74420,8.99865\n1215,1646819951,47.74418,8.99864\n1216,1646819952,47.74417,8.99864\n1217,1646819953,47.74415,8.99864\n1218,1646819954,47.74414,8.99865\n1219,1646819955,47.74413,8.99866\n1220,1646819956,47.74411,8.99867\n1221,1646819974,47.74383,8.99876\n1222,1646819975,47.74384,8.99878\n1223,1646819976,47.74384,8.99879\n1224,1646819977,47.74383,8.99881\n1225,1646819978,47.74382,8.99882\n1226,1646819979,47.74381,8.99883\n1227,1646819980,47.74380,8.99883\n1228,1646819981,47.74378,8.99883\n1229,1646819982,47.74378,8.99884\n1230,1646819983,47.74375,8.99888\n1231,1646820003,47.74355,8.99884\n1232,1646820004,47.74353,8.99889\n1233,1646820005,47.74354,8.99890\n1234,1646820006,47.74351,8.99893\n1235,1646820007,47.74350,8.99895\n1236,1646820008,47.74349,8.99897\n1237,1646820009,47.74348,8.99900\n1238,1646820010,47.74347,8.99902\n1239,1646820011,47.74346,8.99903\n1240,1646820012,47.74344,8.99907\n1241,1646820031,47.74325,8.99889\n1242,1646820032,47.74323,8.99888\n1243,1646820033,47.74322,8.99888\n1244,1646820034,47.74320,8.99888\n1245,1646820035,47.74319,8.99888\n1246,1646820036,47.74318,8.99888\n1247,1646820037,47.74315,8.99890\n1248,1646820039,47.74313,8.99890\n1249,1646820040,47.74312,8.99891\n1250,1646820041,47.74311,8.99891\n1251,1646820060,47.74287,8.99915\n1252,1646820061,47.74290,8.99913\n1253,1646820062,47.74295,8.99909\n1254,1646820063,47.74296,8.99908\n1255,1646820064,47.74296,8.99908\n1256,1646820065,47.74298,8.99906\n1257,1646820066,47.74302,8.99906\n1258,1646820067,47.74309,8.99904\n1259,1646820069,47.74309,8.99903\n1260,1646820070,47.74310,8.99902\n1261,1646820088,47.74302,8.99893\n1262,1646820089,47.74301,8.99893\n1263,1646820091,47.74300,8.99894\n1264,1646820092,47.74300,8.99895\n1265,1646820093,47.74300,8.99896\n1266,1646820094,47.74300,8.99897\n1267,1646820095,47.74300,8.99898\n1268,1646820096,47.74300,8.99898\n1269,1646820097,47.74300,8.99898\n1270,1646820098,47.74300,8.99897\n1271,1646820116,47.74298,8.99897\n1272,1646820117,47.74299,8.99898\n1273,1646820118,47.74299,8.99898\n1274,1646820119,47.74300,8.99898\n1275,1646820120,47.74300,8.99898\n1276,1646820121,47.74300,8.99897\n1277,1646820122,47.74300,8.99896\n1278,1646820123,47.74300,8.99896\n1279,1646820124,47.74301,8.99897\n1280,1646820125,47.74301,8.99898\n1281,1646820143,47.74271,8.99935\n1282,1646820144,47.74299,8.99901\n1283,1646820145,47.74299,8.99899\n1284,1646820146,47.74298,8.99898\n1285,1646820147,47.74298,8.99898\n1286,1646820148,47.74299,8.99898\n1287,1646820149,47.74299,8.99898\n1288,1646820150,47.74299,8.99898\n1289,1646820151,47.74297,8.99898\n1290,1646820153,47.74297,8.99898\n1291,1646820171,47.74301,8.99900\n1292,1646820172,47.74300,8.99899\n1293,1646820173,47.74300,8.99898\n1294,1646820174,47.74301,8.99899\n1295,1646820175,47.74301,8.99899\n1296,1646820176,47.74300,8.99898\n1297,1646820177,47.74299,8.99897\n1298,1646820178,47.74299,8.99898\n1299,1646820179,47.74299,8.99897\n1300,1646820180,47.74299,8.99897\n1301,1646820199,47.74300,8.99888\n1302,1646820200,47.74299,8.99888\n1303,1646820201,47.74300,8.99889\n1304,1646820202,47.74300,8.99888\n1305,1646820203,47.74301,8.99889\n1306,1646820204,47.74301,8.99890\n1307,1646820205,47.74301,8.99890\n1308,1646820207,47.74301,8.99889\n1309,1646820208,47.74302,8.99889\n1310,1646820209,47.74302,8.99889\n1311,1646820226,47.74311,8.99897\n1312,1646820226,47.74307,8.99892\n1313,1646820229,47.74307,8.99890\n1314,1646820230,47.74306,8.99890\n1315,1646820231,47.74306,8.99890\n1316,1646820232,47.74306,8.99890\n1317,1646820233,47.74306,8.99890\n1318,1646820234,47.74306,8.99890\n1319,1646820235,47.74306,8.99890\n1320,1646820236,47.74306,8.99890\n1321,1646820255,47.74320,8.99902\n1322,1646820256,47.74318,8.99897\n1323,1646820257,47.74317,8.99895\n1324,1646820258,47.74316,8.99894\n1325,1646820259,47.74315,8.99893\n1326,1646820260,47.74314,8.99893\n1327,1646820261,47.74313,8.99893\n1328,1646820262,47.74313,8.99892\n1329,1646820263,47.74312,8.99892\n1330,1646820264,47.74312,8.99891\n1331,1646820282,47.74312,8.99888\n1332,1646820283,47.74303,8.99886\n1333,1646820284,47.74304,8.99886\n1334,1646820285,47.74304,8.99887\n1335,1646820286,47.74305,8.99888\n1336,1646820287,47.74305,8.99888\n1337,1646820288,47.74304,8.99888\n1338,1646820289,47.74302,8.99888\n1339,1646820291,47.74302,8.99889\n1340,1646820292,47.74302,8.99889\n1341,1646820309,47.74299,8.99897\n1342,1646820309,47.74299,8.99896\n1343,1646820312,47.74299,8.99895\n1344,1646820313,47.74298,8.99894\n1345,1646820314,47.74299,8.99894\n1346,1646820315,47.74299,8.99894\n1347,1646820316,47.74299,8.99894\n1348,1646820317,47.74299,8.99894\n1349,1646820318,47.74300,8.99894\n1350,1646820319,47.74300,8.99895\n1351,1646820337,47.74304,8.99896\n1352,1646820338,47.74304,8.99895\n1353,1646820339,47.74304,8.99894\n1354,1646820340,47.74304,8.99894\n1355,1646820341,47.74304,8.99894\n1356,1646820342,47.74305,8.99893\n1357,1646820343,47.74305,8.99892\n1358,1646820344,47.74304,8.99892\n1359,1646820345,47.74304,8.99892\n1360,1646820346,47.74304,8.99893\n1361,1646820365,47.74306,8.99889\n1362,1646820366,47.74306,8.99889\n1363,1646820367,47.74306,8.99889\n1364,1646820368,47.74306,8.99889\n1365,1646820369,47.74306,8.99890\n1366,1646820370,47.74305,8.99889\n1367,1646820371,47.74305,8.99890\n1368,1646820372,47.74305,8.99890\n1369,1646820373,47.74302,8.99891\n1370,1646820375,47.74302,8.99891\n1371,1646820393,47.74314,8.99893\n1372,1646820394,47.74313,8.99893\n1373,1646820395,47.74312,8.99893\n1374,1646820396,47.74311,8.99892\n1375,1646820397,47.74310,8.99892\n1376,1646820398,47.74309,8.99892\n1377,1646820399,47.74308,8.99892\n1378,1646820400,47.74308,8.99892\n1379,1646820401,47.74308,8.99892\n1380,1646820402,47.74307,8.99892\n1381,1646820420,47.74301,8.99894\n1382,1646820421,47.74302,8.99893\n1383,1646820422,47.74302,8.99894\n1384,1646820423,47.74301,8.99894\n1385,1646820424,47.74301,8.99893\n1386,1646820425,47.74301,8.99893\n1387,1646820426,47.74301,8.99894\n1388,1646820427,47.74299,8.99894\n1389,1646820429,47.74299,8.99894\n1390,1646820430,47.74300,8.99895\n1391,1646820448,47.74292,8.99895\n1392,1646820450,47.74294,8.99894\n1393,1646820451,47.74294,8.99893\n1394,1646820452,47.74295,8.99894\n1395,1646820453,47.74295,8.99894\n1396,1646820454,47.74295,8.99894\n1397,1646820455,47.74296,8.99894\n1398,1646820456,47.74296,8.99894\n1399,1646820457,47.74297,8.99894\n1400,1646820458,47.74297,8.99894\n1401,1646820476,47.74301,8.99904\n1402,1646820477,47.74300,8.99902\n1403,1646820478,47.74300,8.99901\n1404,1646820479,47.74300,8.99900\n1405,1646820480,47.74299,8.99900\n1406,1646820481,47.74299,8.99899\n1407,1646820482,47.74298,8.99899\n1408,1646820483,47.74299,8.99899\n1409,1646820484,47.74299,8.99899\n1410,1646820485,47.74299,8.99899\n1411,1646820503,47.74295,8.99898\n1412,1646820504,47.74293,8.99898\n1413,1646820505,47.74292,8.99899\n1414,1646820506,47.74292,8.99899\n1415,1646820507,47.74293,8.99899\n1416,1646820508,47.74294,8.99899\n1417,1646820509,47.74294,8.99899\n1418,1646820510,47.74295,8.99899\n1419,1646820511,47.74294,8.99899\n1420,1646820513,47.74295,8.99899\n1421,1646820531,47.74303,8.99902\n1422,1646820532,47.74302,8.99901\n1423,1646820533,47.74301,8.99900\n1424,1646820534,47.74301,8.99900\n1425,1646820535,47.74300,8.99900\n1426,1646820536,47.74300,8.99900\n1427,1646820537,47.74300,8.99900\n1428,1646820538,47.74300,8.99900\n1429,1646820539,47.74300,8.99900\n1430,1646820540,47.74300,8.99899\n1431,1646820558,47.74335,8.99897\n1432,1646820559,47.74293,8.99892\n1433,1646820560,47.74293,8.99893\n1434,1646820561,47.74293,8.99893\n1435,1646820562,47.74293,8.99893\n1436,1646820563,47.74294,8.99893\n1437,1646820564,47.74296,8.99893\n1438,1646820565,47.74296,8.99892\n1439,1646820566,47.74297,8.99892\n1440,1646820567,47.74297,8.99892\n1441,1646820587,47.74285,8.99921\n1442,1646820588,47.74298,8.99901\n1443,1646820589,47.74303,8.99893\n1444,1646820590,47.74304,8.99893\n1445,1646820591,47.74305,8.99892\n1446,1646820592,47.74306,8.99891\n1447,1646820593,47.74307,8.99891\n1448,1646820594,47.74307,8.99890\n1449,1646820595,47.74308,8.99890\n1450,1646820596,47.74302,8.99893\n1451,1646820617,47.74295,8.99903\n1452,1646820618,47.74294,8.99905\n1453,1646820619,47.74294,8.99908\n1454,1646820620,47.74293,8.99909\n1455,1646820621,47.74292,8.99911\n1456,1646820622,47.74291,8.99912\n1457,1646820623,47.74289,8.99913\n1458,1646820624,47.74289,8.99914\n1459,1646820625,47.74300,8.99899\n1460,1646820627,47.74300,8.99899\n1461,1646820645,47.74305,8.99892\n1462,1646820646,47.74304,8.99892\n1463,1646820647,47.74303,8.99893\n1464,1646820648,47.74303,8.99893\n1465,1646820649,47.74302,8.99893\n1466,1646820650,47.74301,8.99894\n1467,1646820651,47.74301,8.99894\n1468,1646820652,47.74301,8.99895\n1469,1646820653,47.74301,8.99896\n1470,1646820654,47.74301,8.99896\n1471,1646820674,47.74297,8.99900\n1472,1646820675,47.74297,8.99900\n1473,1646820676,47.74297,8.99900\n1474,1646820677,47.74297,8.99900\n1475,1646820678,47.74298,8.99900\n1476,1646820679,47.74298,8.99900\n1477,1646820680,47.74298,8.99899\n1478,1646820681,47.74299,8.99899\n1479,1646820682,47.74299,8.99899\n1480,1646820683,47.74299,8.99899\n1481,1646820702,47.74311,8.99888\n1482,1646820703,47.74308,8.99890\n1483,1646820704,47.74308,8.99891\n1484,1646820705,47.74307,8.99892\n1485,1646820706,47.74306,8.99893\n1486,1646820707,47.74305,8.99893\n1487,1646820708,47.74304,8.99894\n1488,1646820709,47.74303,8.99894\n1489,1646820710,47.74300,8.99897\n1490,1646820712,47.74300,8.99898\n1491,1646820730,47.74311,8.99900\n1492,1646820731,47.74294,8.99896\n1493,1646820732,47.74295,8.99896\n1494,1646820733,47.74295,8.99896\n1495,1646820734,47.74296,8.99897\n1496,1646820735,47.74297,8.99898\n1497,1646820736,47.74297,8.99899\n1498,1646820737,47.74297,8.99899\n1499,1646820738,47.74297,8.99899\n1500,1646820739,47.74294,8.99902\n1501,1646820759,47.74296,8.99903\n1502,1646820760,47.74296,8.99902\n1503,1646820761,47.74296,8.99901\n1504,1646820762,47.74297,8.99901\n1505,1646820763,47.74297,8.99901\n1506,1646820764,47.74298,8.99900\n1507,1646820765,47.74298,8.99900\n1508,1646820766,47.74298,8.99900\n1509,1646820767,47.74298,8.99900\n1510,1646820768,47.74298,8.99900\n1511,1646820787,47.74308,8.99894\n1512,1646820788,47.74300,8.99892\n1513,1646820789,47.74299,8.99893\n1514,1646820790,47.74297,8.99895\n1515,1646820791,47.74297,8.99895\n1516,1646820792,47.74298,8.99896\n1517,1646820793,47.74298,8.99897\n1518,1646820794,47.74299,8.99898\n1519,1646820795,47.74299,8.99898\n1520,1646820796,47.74299,8.99898\n1521,1646820815,47.74298,8.99896\n1522,1646820816,47.74299,8.99896\n1523,1646820817,47.74299,8.99896\n1524,1646820818,47.74299,8.99897\n1525,1646820819,47.74300,8.99897\n1526,1646820820,47.74300,8.99897\n1527,1646820821,47.74300,8.99897\n1528,1646820822,47.74301,8.99897\n1529,1646820823,47.74298,8.99900\n1530,1646820825,47.74299,8.99900\n1531,1646820843,47.74293,8.99923\n1532,1646820844,47.74307,8.99900\n1533,1646820845,47.74306,8.99900\n1534,1646820846,47.74306,8.99900\n1535,1646820847,47.74306,8.99900\n1536,1646820848,47.74305,8.99901\n1537,1646820849,47.74304,8.99901\n1538,1646820850,47.74304,8.99901\n1539,1646820851,47.74304,8.99901\n1540,1646820852,47.74304,8.99901\n1541,1646820870,47.74306,8.99895\n1542,1646820871,47.74306,8.99896\n1543,1646820872,47.74305,8.99896\n1544,1646820873,47.74305,8.99897\n1545,1646820874,47.74305,8.99897\n1546,1646820875,47.74305,8.99897\n1547,1646820876,47.74305,8.99897\n1548,1646820877,47.74300,8.99900\n1549,1646820879,47.74300,8.99900\n1550,1646820880,47.74300,8.99900\n1551,1646820897,47.74303,8.99889\n1552,1646820897,47.74303,8.99895\n1553,1646820900,47.74302,8.99900\n1554,1646820901,47.74302,8.99901\n1555,1646820902,47.74302,8.99900\n1556,1646820903,47.74302,8.99900\n1557,1646820904,47.74302,8.99900\n1558,1646820905,47.74302,8.99900\n1559,1646820906,47.74302,8.99900\n1560,1646820907,47.74303,8.99900\n1561,1646820925,47.74292,8.99884\n1562,1646820926,47.74312,8.99890\n1563,1646820927,47.74312,8.99892\n1564,1646820928,47.74311,8.99891\n1565,1646820929,47.74311,8.99891\n1566,1646820930,47.74310,8.99891\n1567,1646820931,47.74310,8.99892\n1568,1646820932,47.74310,8.99892\n1569,1646820933,47.74310,8.99892\n1570,1646820934,47.74309,8.99893\n1571,1646820952,47.74307,8.99886\n1572,1646820953,47.74297,8.99895\n1573,1646820954,47.74298,8.99895\n1574,1646820955,47.74298,8.99895\n1575,1646820956,47.74299,8.99895\n1576,1646820957,47.74300,8.99896\n1577,1646820958,47.74300,8.99896\n1578,1646820959,47.74300,8.99896\n1579,1646820960,47.74300,8.99896\n1580,1646820961,47.74302,8.99895\n1581,1646820981,47.74306,8.99898\n1582,1646820982,47.74306,8.99898\n1583,1646820983,47.74305,8.99898\n1584,1646820984,47.74305,8.99898\n1585,1646820985,47.74305,8.99898\n1586,1646820986,47.74304,8.99898\n1587,1646820987,47.74304,8.99899\n1588,1646820988,47.74304,8.99899\n1589,1646820989,47.74303,8.99899\n1590,1646820990,47.74303,8.99900\n1591,1646821008,47.74313,8.99904\n1592,1646821009,47.74305,8.99895\n1593,1646821010,47.74305,8.99895\n1594,1646821011,47.74305,8.99896\n1595,1646821012,47.74305,8.99896\n1596,1646821013,47.74305,8.99897\n1597,1646821014,47.74304,8.99897\n1598,1646821015,47.74301,8.99901\n1599,1646821017,47.74301,8.99900\n1600,1646821018,47.74301,8.99900\n1601,1646821037,47.74301,8.99899\n1602,1646821038,47.74302,8.99898\n1603,1646821039,47.74303,8.99897\n1604,1646821040,47.74303,8.99897\n1605,1646821041,47.74303,8.99897\n1606,1646821042,47.74303,8.99896\n1607,1646821043,47.74303,8.99896\n1608,1646821044,47.74304,8.99896\n1609,1646821045,47.74303,8.99898\n1610,1646821047,47.74303,8.99898\n1611,1646821066,47.74311,8.99889\n1612,1646821067,47.74310,8.99889\n1613,1646821068,47.74310,8.99889\n1614,1646821069,47.74310,8.99889\n1615,1646821070,47.74309,8.99890\n1616,1646821071,47.74308,8.99890\n1617,1646821072,47.74308,8.99891\n1618,1646821073,47.74307,8.99891\n1619,1646821074,47.74307,8.99891\n1620,1646821075,47.74304,8.99894\n1621,1646821096,47.74306,8.99891\n1622,1646821097,47.74306,8.99889\n1623,1646821098,47.74307,8.99890\n1624,1646821099,47.74308,8.99889\n1625,1646821100,47.74309,8.99888\n1626,1646821101,47.74309,8.99888\n1627,1646821102,47.74309,8.99889\n1628,1646821103,47.74308,8.99889\n1629,1646821104,47.74309,8.99889\n1630,1646821105,47.74307,8.99891\n1631,1646821124,47.74311,8.99879\n1632,1646821125,47.74306,8.99900\n1633,1646821126,47.74306,8.99897\n1634,1646821127,47.74306,8.99896\n1635,1646821128,47.74305,8.99895\n1636,1646821129,47.74305,8.99895\n1637,1646821130,47.74305,8.99895\n1638,1646821131,47.74304,8.99895\n1639,1646821132,47.74304,8.99895\n1640,1646821133,47.74304,8.99895\n1641,1646821153,47.74310,8.99898\n1642,1646821154,47.74308,8.99898\n1643,1646821155,47.74308,8.99898\n1644,1646821156,47.74307,8.99898\n1645,1646821157,47.74307,8.99898\n1646,1646821158,47.74307,8.99898\n1647,1646821159,47.74307,8.99896\n1648,1646821161,47.74307,8.99896\n1649,1646821162,47.74306,8.99897\n1650,1646821163,47.74306,8.99897\n1651,1646821180,47.74305,8.99907\n1652,1646821183,47.74292,8.99912\n1653,1646821184,47.74292,8.99912\n1654,1646821185,47.74292,8.99912\n1655,1646821186,47.74292,8.99912\n1656,1646821187,47.74292,8.99913\n1657,1646821188,47.74292,8.99912\n1658,1646821189,47.74292,8.99911\n1659,1646821190,47.74293,8.99911\n1660,1646821191,47.74292,8.99911\n1661,1646821211,47.74329,8.99889\n1662,1646821212,47.74333,8.99888\n1663,1646821213,47.74325,8.99890\n1664,1646821214,47.74324,8.99892\n1665,1646821215,47.74322,8.99892\n1666,1646821216,47.74322,8.99892\n1667,1646821217,47.74322,8.99892\n1668,1646821218,47.74321,8.99892\n1669,1646821219,47.74318,8.99890\n1670,1646821221,47.74317,8.99890\n1671,1646821240,47.74305,8.99895\n1672,1646821241,47.74304,8.99895\n1673,1646821242,47.74298,8.99897\n1674,1646821243,47.74297,8.99897\n1675,1646821244,47.74298,8.99896\n1676,1646821245,47.74298,8.99896\n1677,1646821246,47.74298,8.99897\n1678,1646821247,47.74298,8.99896\n1679,1646821248,47.74298,8.99896\n1680,1646821249,47.74298,8.99899\n1681,1646821269,47.74309,8.99892\n1682,1646821270,47.74304,8.99893\n1683,1646821271,47.74302,8.99894\n1684,1646821272,47.74302,8.99894\n1685,1646821273,47.74302,8.99894\n1686,1646821274,47.74303,8.99894\n1687,1646821275,47.74303,8.99894\n1688,1646821276,47.74304,8.99894\n1689,1646821277,47.74304,8.99894\n1690,1646821278,47.74304,8.99894\n1691,1646821299,47.74318,8.99893\n1692,1646821300,47.74308,8.99895\n1693,1646821301,47.74308,8.99895\n1694,1646821302,47.74307,8.99894\n1695,1646821303,47.74306,8.99894\n1696,1646821304,47.74305,8.99894\n1697,1646821305,47.74304,8.99894\n1698,1646821306,47.74304,8.99894\n1699,1646821307,47.74304,8.99893\n1700,1646821308,47.74303,8.99893\n1701,1646821328,47.74305,8.99899\n1702,1646821329,47.74302,8.99899\n1703,1646821330,47.74305,8.99898\n1704,1646821331,47.74302,8.99898\n1705,1646821332,47.74303,8.99897\n1706,1646821333,47.74301,8.99898\n1707,1646821335,47.74301,8.99899\n1708,1646821336,47.74301,8.99900\n1709,1646821337,47.74300,8.99900\n1710,1646821338,47.74301,8.99900\n1711,1646821355,47.74302,8.99897\n1712,1646821355,47.74306,8.99897\n1713,1646821358,47.74303,8.99899\n1714,1646821359,47.74303,8.99901\n1715,1646821360,47.74302,8.99902\n1716,1646821361,47.74302,8.99902\n1717,1646821362,47.74302,8.99902\n1718,1646821363,47.74302,8.99903\n1719,1646821364,47.74302,8.99903\n1720,1646821365,47.74302,8.99903\n1721,1646821383,47.74305,8.99896\n1722,1646821384,47.74305,8.99896\n1723,1646821385,47.74306,8.99896\n1724,1646821386,47.74306,8.99897\n1725,1646821387,47.74306,8.99897\n1726,1646821388,47.74307,8.99897\n1727,1646821389,47.74307,8.99898\n1728,1646821390,47.74307,8.99898\n1729,1646821391,47.74307,8.99898\n1730,1646821392,47.74307,8.99898\n1731,1646821410,47.74301,8.99899\n1732,1646821411,47.74299,8.99900\n1733,1646821412,47.74299,8.99901\n1734,1646821413,47.74299,8.99900\n1735,1646821414,47.74300,8.99899\n1736,1646821415,47.74300,8.99899\n1737,1646821416,47.74300,8.99898\n1738,1646821417,47.74300,8.99898\n1739,1646821419,47.74301,8.99899\n1740,1646821420,47.74301,8.99899\n1741,1646821437,47.74335,8.99891\n1742,1646821437,47.74318,8.99895\n1743,1646821440,47.74307,8.99899\n1744,1646821441,47.74306,8.99899\n1745,1646821442,47.74305,8.99899\n1746,1646821443,47.74305,8.99899\n1747,1646821444,47.74305,8.99900\n1748,1646821445,47.74304,8.99899\n1749,1646821446,47.74305,8.99899\n1750,1646821447,47.74304,8.99899\n1751,1646821466,47.74318,8.99900\n1752,1646821467,47.74311,8.99896\n1753,1646821468,47.74308,8.99895\n1754,1646821469,47.74309,8.99895\n1755,1646821470,47.74309,8.99895\n1756,1646821471,47.74310,8.99895\n1757,1646821472,47.74310,8.99895\n1758,1646821473,47.74310,8.99894\n1759,1646821474,47.74310,8.99894\n1760,1646821475,47.74310,8.99894\n1761,1646821493,47.74311,8.99895\n1762,1646821494,47.74308,8.99893\n1763,1646821495,47.74308,8.99894\n1764,1646821496,47.74308,8.99893\n1765,1646821497,47.74309,8.99894\n1766,1646821498,47.74309,8.99894\n1767,1646821499,47.74309,8.99894\n1768,1646821500,47.74309,8.99894\n1769,1646821501,47.74307,8.99894\n1770,1646821503,47.74307,8.99894\n1771,1646821522,47.74300,8.99898\n1772,1646821523,47.74301,8.99898\n1773,1646821524,47.74300,8.99898\n1774,1646821525,47.74300,8.99897\n1775,1646821526,47.74301,8.99896\n1776,1646821527,47.74301,8.99895\n1777,1646821528,47.74301,8.99895\n1778,1646821529,47.74301,8.99895\n1779,1646821530,47.74301,8.99895\n1780,1646821531,47.74300,8.99898\n1781,1646821550,47.74313,8.99898\n1782,1646821551,47.74311,8.99896\n1783,1646821552,47.74311,8.99896\n1784,1646821553,47.74310,8.99896\n1785,1646821554,47.74310,8.99895\n1786,1646821555,47.74309,8.99894\n1787,1646821556,47.74309,8.99894\n1788,1646821557,47.74309,8.99893\n1789,1646821558,47.74310,8.99893\n1790,1646821559,47.74310,8.99893\n1791,1646821579,47.74309,8.99898\n1792,1646821580,47.74302,8.99900\n1793,1646821581,47.74300,8.99901\n1794,1646821582,47.74299,8.99899\n1795,1646821583,47.74299,8.99898\n1796,1646821584,47.74300,8.99897\n1797,1646821585,47.74300,8.99897\n1798,1646821586,47.74298,8.99900\n1799,1646821588,47.74299,8.99900\n1800,1646821589,47.74300,8.99901\n1801,1646821608,47.74298,8.99891\n1802,1646821609,47.74299,8.99891\n1803,1646821610,47.74298,8.99892\n1804,1646821611,47.74298,8.99892\n1805,1646821612,47.74298,8.99892\n1806,1646821613,47.74298,8.99892\n1807,1646821614,47.74299,8.99892\n1808,1646821615,47.74294,8.99901\n1809,1646821617,47.74295,8.99902\n1810,1646821618,47.74295,8.99901\n1811,1646821635,47.74262,8.99896\n1812,1646821635,47.74272,8.99895\n1813,1646821638,47.74304,8.99891\n1814,1646821639,47.74303,8.99891\n1815,1646821640,47.74302,8.99891\n1816,1646821641,47.74302,8.99892\n1817,1646821642,47.74301,8.99893\n1818,1646821643,47.74300,8.99893\n1819,1646821644,47.74300,8.99893\n1820,1646821645,47.74300,8.99894\n1821,1646821664,47.74293,8.99897\n1822,1646821665,47.74296,8.99893\n1823,1646821666,47.74297,8.99893\n1824,1646821667,47.74298,8.99892\n1825,1646821668,47.74299,8.99892\n1826,1646821669,47.74299,8.99891\n1827,1646821670,47.74300,8.99891\n1828,1646821671,47.74300,8.99891\n1829,1646821672,47.74300,8.99891\n1830,1646821673,47.74301,8.99891\n1831,1646821692,47.74304,8.99902\n1832,1646821693,47.74304,8.99901\n1833,1646821694,47.74305,8.99901\n1834,1646821695,47.74304,8.99901\n1835,1646821696,47.74304,8.99899\n1836,1646821697,47.74304,8.99899\n1837,1646821698,47.74304,8.99898\n1838,1646821699,47.74299,8.99902\n1839,1646821701,47.74299,8.99901\n1840,1646821702,47.74299,8.99901\n1841,1646821723,47.74288,8.99884\n1842,1646821724,47.74295,8.99889\n1843,1646821725,47.74301,8.99893\n1844,1646821726,47.74302,8.99893\n1845,1646821727,47.74302,8.99893\n1846,1646821728,47.74301,8.99892\n1847,1646821729,47.74302,8.99891\n1848,1646821731,47.74303,8.99891\n1849,1646821732,47.74303,8.99891\n1850,1646821733,47.74303,8.99891\n1851,1646821750,47.74304,8.99899\n1852,1646821750,47.74305,8.99900\n1853,1646821753,47.74305,8.99900\n1854,1646821754,47.74306,8.99900\n1855,1646821755,47.74306,8.99899\n1856,1646821756,47.74306,8.99899\n1857,1646821757,47.74306,8.99899\n1858,1646821758,47.74306,8.99899\n1859,1646821759,47.74306,8.99899\n1860,1646821760,47.74306,8.99900\n1861,1646821779,47.74293,8.99898\n1862,1646821780,47.74293,8.99898\n1863,1646821781,47.74294,8.99897\n1864,1646821782,47.74296,8.99897\n1865,1646821783,47.74297,8.99896\n1866,1646821784,47.74298,8.99896\n1867,1646821785,47.74299,8.99896\n1868,1646821786,47.74299,8.99896\n1869,1646821787,47.74300,8.99896\n1870,1646821788,47.74300,8.99896\n1871,1646821807,47.74299,8.99900\n1872,1646821808,47.74300,8.99899\n1873,1646821809,47.74300,8.99900\n1874,1646821810,47.74300,8.99899\n1875,1646821811,47.74300,8.99899\n1876,1646821812,47.74300,8.99899\n1877,1646821813,47.74299,8.99900\n1878,1646821815,47.74299,8.99900\n1879,1646821816,47.74300,8.99900\n1880,1646821817,47.74300,8.99899\n1881,1646821834,47.74297,8.99896\n1882,1646821834,47.74297,8.99898\n1883,1646821837,47.74297,8.99897\n1884,1646821838,47.74298,8.99896\n1885,1646821839,47.74299,8.99895\n1886,1646821840,47.74299,8.99895\n1887,1646821841,47.74300,8.99895\n1888,1646821842,47.74300,8.99896\n1889,1646821843,47.74300,8.99896\n1890,1646821844,47.74300,8.99896\n1891,1646821862,47.74294,8.99899\n1892,1646821863,47.74295,8.99898\n1893,1646821864,47.74295,8.99898\n1894,1646821865,47.74296,8.99898\n1895,1646821866,47.74297,8.99897\n1896,1646821867,47.74297,8.99896\n1897,1646821868,47.74298,8.99896\n1898,1646821869,47.74298,8.99896\n1899,1646821870,47.74298,8.99896\n1900,1646821871,47.74299,8.99895\n1901,1646821889,47.74306,8.99902\n1902,1646821890,47.74304,8.99901\n1903,1646821891,47.74303,8.99901\n1904,1646821892,47.74302,8.99900\n1905,1646821893,47.74301,8.99899\n1906,1646821894,47.74301,8.99898\n1907,1646821895,47.74301,8.99898\n1908,1646821896,47.74301,8.99897\n1909,1646821897,47.74300,8.99897\n1910,1646821899,47.74300,8.99897\n1911,1646821918,47.74297,8.99899\n1912,1646821919,47.74298,8.99899\n1913,1646821920,47.74297,8.99899\n1914,1646821921,47.74297,8.99899\n1915,1646821922,47.74298,8.99898\n1916,1646821923,47.74298,8.99898\n1917,1646821924,47.74298,8.99897\n1918,1646821925,47.74298,8.99898\n1919,1646821926,47.74299,8.99898\n1920,1646821927,47.74301,8.99895\n1921,1646821946,47.74306,8.99907\n1922,1646821947,47.74306,8.99906\n1923,1646821948,47.74305,8.99905\n1924,1646821949,47.74305,8.99904\n1925,1646821950,47.74305,8.99903\n1926,1646821951,47.74305,8.99903\n1927,1646821952,47.74305,8.99902\n1928,1646821953,47.74305,8.99901\n1929,1646821954,47.74304,8.99900\n1930,1646821955,47.74304,8.99900\n1931,1646821974,47.74330,8.99879\n1932,1646821975,47.74302,8.99894\n1933,1646821976,47.74300,8.99894\n1934,1646821977,47.74300,8.99893\n1935,1646821978,47.74299,8.99893\n1936,1646821979,47.74299,8.99893\n1937,1646821980,47.74301,8.99893\n1938,1646821981,47.74301,8.99893\n1939,1646821982,47.74304,8.99889\n1940,1646821984,47.74305,8.99889\n1941,1646822003,47.74301,8.99902\n1942,1646822004,47.74301,8.99901\n1943,1646822005,47.74302,8.99901\n1944,1646822006,47.74302,8.99901\n1945,1646822007,47.74302,8.99901\n1946,1646822008,47.74303,8.99901\n1947,1646822009,47.74303,8.99900\n1948,1646822010,47.74303,8.99901\n1949,1646822011,47.74306,8.99897\n1950,1646822013,47.74306,8.99897\n1951,1646822031,47.74304,8.99890\n1952,1646822032,47.74314,8.99893\n1953,1646822033,47.74312,8.99892\n1954,1646822034,47.74310,8.99893\n1955,1646822035,47.74309,8.99892\n1956,1646822036,47.74309,8.99892\n1957,1646822037,47.74309,8.99891\n1958,1646822038,47.74309,8.99892\n1959,1646822039,47.74308,8.99892\n1960,1646822040,47.74308,8.99892\n1961,1646822059,47.74312,8.99905\n1962,1646822060,47.74310,8.99905\n1963,1646822061,47.74309,8.99905\n1964,1646822062,47.74309,8.99904\n1965,1646822063,47.74309,8.99904\n1966,1646822064,47.74309,8.99904\n1967,1646822065,47.74310,8.99903\n1968,1646822067,47.74310,8.99902\n1969,1646822068,47.74310,8.99901\n1970,1646822069,47.74310,8.99901\n1971,1646822092,47.74322,8.99859\n1972,1646822093,47.74324,8.99856\n1973,1646822094,47.74325,8.99853\n1974,1646822095,47.74307,8.99890\n1975,1646822097,47.74307,8.99889\n1976,1646822098,47.74306,8.99890\n1977,1646822099,47.74306,8.99890\n1978,1646822100,47.74306,8.99891\n1979,1646822101,47.74306,8.99891\n1980,1646822102,47.74306,8.99891\n1981,1646822121,47.74301,8.99880\n1982,1646822122,47.74303,8.99881\n1983,1646822123,47.74307,8.99885\n1984,1646822124,47.74310,8.99888\n1985,1646822125,47.74311,8.99888\n1986,1646822126,47.74311,8.99888\n1987,1646822127,47.74310,8.99889\n1988,1646822128,47.74310,8.99888\n1989,1646822129,47.74310,8.99888\n1990,1646822130,47.74310,8.99888\n1991,1646822150,47.74304,8.99887\n1992,1646822151,47.74304,8.99887\n1993,1646822152,47.74302,8.99886\n1994,1646822153,47.74304,8.99887\n1995,1646822154,47.74303,8.99888\n1996,1646822155,47.74302,8.99887\n1997,1646822156,47.74302,8.99887\n1998,1646822157,47.74301,8.99888\n1999,1646822158,47.74301,8.99888\n2000,1646822159,47.74301,8.99888\n2001,1646822179,47.74307,8.99888\n2002,1646822180,47.74301,8.99884\n2003,1646822181,47.74300,8.99885\n2004,1646822182,47.74300,8.99886\n2005,1646822183,47.74300,8.99887\n2006,1646822184,47.74299,8.99887\n2007,1646822185,47.74299,8.99888\n2008,1646822186,47.74303,8.99885\n2009,1646822188,47.74303,8.99886\n2010,1646822189,47.74304,8.99886\n2011,1646822209,47.74308,8.99899\n2012,1646822210,47.74307,8.99896\n2013,1646822211,47.74305,8.99896\n2014,1646822212,47.74305,8.99895\n2015,1646822213,47.74305,8.99895\n2016,1646822214,47.74305,8.99895\n2017,1646822215,47.74306,8.99893\n2018,1646822217,47.74306,8.99893\n2019,1646822218,47.74306,8.99893\n2020,1646822219,47.74306,8.99893\n2021,1646822236,47.74301,8.99864\n2022,1646822236,47.74301,8.99879\n2023,1646822238,47.74300,8.99883\n2024,1646822239,47.74301,8.99883\n2025,1646822240,47.74301,8.99883\n2026,1646822241,47.74303,8.99885\n2027,1646822242,47.74303,8.99884\n2028,1646822243,47.74303,8.99885\n2029,1646822244,47.74303,8.99885\n2030,1646822245,47.74303,8.99885\n2031,1646822263,47.74302,8.99880\n2032,1646822264,47.74288,8.99879\n2033,1646822265,47.74286,8.99878\n2034,1646822266,47.74290,8.99881\n2035,1646822267,47.74292,8.99882\n2036,1646822268,47.74294,8.99883\n2037,1646822269,47.74294,8.99883\n2038,1646822270,47.74294,8.99882\n2039,1646822271,47.74294,8.99883\n2040,1646822272,47.74294,8.99884\n2041,1646822291,47.74272,8.99885\n2042,1646822292,47.74272,8.99885\n2043,1646822293,47.74275,8.99886\n2044,1646822294,47.74280,8.99888\n2045,1646822295,47.74282,8.99890\n2046,1646822296,47.74286,8.99891\n2047,1646822297,47.74288,8.99891\n2048,1646822298,47.74291,8.99892\n2049,1646822299,47.74290,8.99893\n2050,1646822301,47.74291,8.99894\n2051,1646822321,47.74311,8.99902\n2052,1646822322,47.74307,8.99900\n2053,1646822323,47.74305,8.99898\n2054,1646822324,47.74301,8.99896\n2055,1646822325,47.74301,8.99895\n2056,1646822326,47.74299,8.99894\n2057,1646822327,47.74300,8.99894\n2058,1646822328,47.74299,8.99894\n2059,1646822329,47.74298,8.99894\n2060,1646822331,47.74298,8.99895\n2061,1646822351,47.74312,8.99897\n2062,1646822352,47.74310,8.99895\n2063,1646822353,47.74308,8.99893\n2064,1646822354,47.74304,8.99891\n2065,1646822355,47.74303,8.99890\n2066,1646822356,47.74302,8.99889\n2067,1646822357,47.74302,8.99889\n2068,1646822358,47.74303,8.99889\n2069,1646822359,47.74307,8.99887\n2070,1646822361,47.74308,8.99886\n2071,1646822381,47.74301,8.99894\n2072,1646822382,47.74302,8.99895\n2073,1646822383,47.74304,8.99896\n2074,1646822384,47.74302,8.99893\n2075,1646822385,47.74303,8.99893\n2076,1646822386,47.74302,8.99893\n2077,1646822387,47.74302,8.99893\n2078,1646822388,47.74301,8.99893\n2079,1646822389,47.74310,8.99892\n2080,1646822391,47.74310,8.99893\n2081,1646822410,47.74337,8.99911\n2082,1646822411,47.74332,8.99908\n2083,1646822412,47.74327,8.99905\n2084,1646822413,47.74323,8.99902\n2085,1646822414,47.74320,8.99899\n2086,1646822415,47.74317,8.99896\n2087,1646822416,47.74315,8.99895\n2088,1646822417,47.74313,8.99894\n2089,1646822418,47.74312,8.99893\n2090,1646822419,47.74311,8.99892\n2091,1646822437,47.74288,8.99883\n2092,1646822438,47.74277,8.99882\n2093,1646822439,47.74281,8.99883\n2094,1646822440,47.74285,8.99886\n2095,1646822441,47.74286,8.99888\n2096,1646822442,47.74287,8.99890\n2097,1646822443,47.74287,8.99891\n2098,1646822444,47.74291,8.99894\n2099,1646822445,47.74294,8.99895\n2100,1646822446,47.74295,8.99896\n2101,1646822468,47.74311,8.99888\n2102,1646822469,47.74307,8.99887\n2103,1646822470,47.74314,8.99889\n2104,1646822471,47.74318,8.99891\n2105,1646822472,47.74320,8.99892\n2106,1646822473,47.74314,8.99893\n2107,1646822474,47.74310,8.99894\n2108,1646822476,47.74310,8.99894\n2109,1646822477,47.74310,8.99894\n2110,1646822478,47.74311,8.99894\n2111,1646822498,47.74299,8.99899\n2112,1646822499,47.74301,8.99901\n2113,1646822501,47.74291,8.99898\n2114,1646822502,47.74292,8.99897\n2115,1646822503,47.74291,8.99897\n2116,1646822504,47.74292,8.99897\n2117,1646822505,47.74293,8.99897\n2118,1646822506,47.74294,8.99897\n2119,1646822507,47.74294,8.99897\n2120,1646822508,47.74293,8.99897\n2121,1646822530,47.74308,8.99893\n2122,1646822531,47.74312,8.99892\n2123,1646822532,47.74313,8.99891\n2124,1646822533,47.74314,8.99892\n2125,1646822534,47.74311,8.99891\n2126,1646822535,47.74310,8.99892\n2127,1646822536,47.74309,8.99892\n2128,1646822537,47.74307,8.99892\n2129,1646822538,47.74305,8.99892\n2130,1646822539,47.74303,8.99892\n2131,1646822561,47.74286,8.99890\n2132,1646822562,47.74288,8.99890\n2133,1646822563,47.74289,8.99890\n2134,1646822564,47.74290,8.99891\n2135,1646822565,47.74295,8.99892\n2136,1646822566,47.74298,8.99893\n2137,1646822567,47.74301,8.99894\n2138,1646822568,47.74303,8.99894\n2139,1646822569,47.74309,8.99890\n2140,1646822571,47.74312,8.99891\n2141,1646822595,47.74314,8.99895\n2142,1646822596,47.74316,8.99896\n2143,1646822597,47.74318,8.99897\n2144,1646822598,47.74320,8.99896\n2145,1646822599,47.74317,8.99906\n2146,1646822601,47.74317,8.99903\n2147,1646822602,47.74317,8.99901\n2148,1646822603,47.74316,8.99900\n2149,1646822604,47.74314,8.99898\n2150,1646822605,47.74313,8.99897\n2151,1646822632,47.74320,8.99891\n2152,1646822633,47.74320,8.99892\n2153,1646822635,47.74317,8.99890\n2154,1646822636,47.74316,8.99889\n2155,1646822637,47.74313,8.99887\n2156,1646822638,47.74310,8.99886\n2157,1646822639,47.74309,8.99886\n2158,1646822640,47.74307,8.99885\n2159,1646822641,47.74301,8.99888\n2160,1646822642,47.74300,8.99889\n2161,1646822665,47.74300,8.99922\n2162,1646822666,47.74297,8.99918\n2163,1646822667,47.74297,8.99918\n2164,1646822668,47.74297,8.99918\n2165,1646822669,47.74297,8.99917\n2166,1646822670,47.74297,8.99918\n2167,1646822671,47.74301,8.99887\n2168,1646822673,47.74301,8.99889\n2169,1646822674,47.74301,8.99890\n2170,1646822675,47.74302,8.99891\n2171,1646822697,47.74297,8.99914\n2172,1646822698,47.74296,8.99911\n2173,1646822699,47.74295,8.99909\n2174,1646822700,47.74296,8.99909\n2175,1646822701,47.74307,8.99903\n2176,1646822703,47.74307,8.99903\n2177,1646822704,47.74308,8.99903\n2178,1646822705,47.74308,8.99902\n2179,1646822706,47.74309,8.99903\n2180,1646822707,47.74309,8.99902\n2181,1646822724,47.74277,8.99863\n2182,1646822725,47.74291,8.99897\n2183,1646822727,47.74294,8.99899\n2184,1646822728,47.74296,8.99900\n2185,1646822729,47.74298,8.99901\n2186,1646822730,47.74298,8.99900\n2187,1646822731,47.74298,8.99899\n2188,1646822732,47.74298,8.99897\n2189,1646822733,47.74297,8.99896\n2190,1646822734,47.74297,8.99895\n2191,1646822757,47.74296,8.99914\n2192,1646822758,47.74295,8.99908\n2193,1646822759,47.74293,8.99903\n2194,1646822760,47.74293,8.99902\n2195,1646822761,47.74293,8.99885\n2196,1646822763,47.74295,8.99887\n2197,1646822764,47.74294,8.99885\n2198,1646822765,47.74295,8.99885\n2199,1646822766,47.74294,8.99883\n2200,1646822767,47.74294,8.99883\n2201,1646822784,47.74284,8.99868\n2202,1646822784,47.74284,8.99873\n2203,1646822787,47.74292,8.99885\n2204,1646822788,47.74293,8.99886\n2205,1646822789,47.74293,8.99887\n2206,1646822790,47.74293,8.99887\n2207,1646822791,47.74294,8.99888\n2208,1646822792,47.74294,8.99888\n2209,1646822793,47.74295,8.99888\n2210,1646822794,47.74295,8.99889\n2211,1646822815,47.74286,8.99902\n2212,1646822816,47.74286,8.99901\n2213,1646822817,47.74286,8.99901\n2214,1646822818,47.74286,8.99900\n2215,1646822819,47.74287,8.99900\n2216,1646822820,47.74288,8.99900\n2217,1646822821,47.74292,8.99879\n2218,1646822823,47.74292,8.99877\n2219,1646822824,47.74291,8.99877\n2220,1646822825,47.74290,8.99876\n2221,1646822842,47.74318,8.99903\n2222,1646822842,47.74317,8.99905\n2223,1646822845,47.74312,8.99901\n2224,1646822846,47.74311,8.99899\n2225,1646822847,47.74309,8.99897\n2226,1646822848,47.74308,8.99895\n2227,1646822849,47.74307,8.99895\n2228,1646822850,47.74306,8.99895\n2229,1646822851,47.74306,8.99895\n2230,1646822852,47.74304,8.99892\n2231,1646822872,47.74311,8.99896\n2232,1646822873,47.74307,8.99895\n2233,1646822874,47.74304,8.99894\n2234,1646822875,47.74303,8.99893\n2235,1646822876,47.74301,8.99893\n2236,1646822877,47.74300,8.99893\n2237,1646822878,47.74300,8.99894\n2238,1646822879,47.74301,8.99896\n2239,1646822880,47.74302,8.99897\n2240,1646822881,47.74304,8.99897\n2241,1646822899,47.74314,8.99899\n2242,1646822900,47.74310,8.99897\n2243,1646822901,47.74307,8.99897\n2244,1646822902,47.74305,8.99897\n2245,1646822903,47.74302,8.99897\n2246,1646822904,47.74300,8.99897\n2247,1646822905,47.74298,8.99896\n2248,1646822906,47.74297,8.99896\n2249,1646822907,47.74296,8.99895\n2250,1646822908,47.74295,8.99895\n2251,1646822929,47.74286,8.99890\n2252,1646822930,47.74286,8.99891\n2253,1646822931,47.74286,8.99891\n2254,1646822932,47.74287,8.99892\n2255,1646822933,47.74290,8.99894\n2256,1646822934,47.74289,8.99895\n2257,1646822935,47.74293,8.99897\n2258,1646822936,47.74302,8.99891\n2259,1646822938,47.74301,8.99890\n2260,1646822939,47.74301,8.99890\n2261,1646822956,47.74315,8.99903\n2262,1646822956,47.74316,8.99906\n2263,1646822959,47.74305,8.99897\n2264,1646822960,47.74302,8.99894\n2265,1646822961,47.74300,8.99892\n2266,1646822962,47.74299,8.99890\n2267,1646822963,47.74298,8.99889\n2268,1646822964,47.74298,8.99888\n2269,1646822965,47.74298,8.99887\n2270,1646822966,47.74298,8.99886\n2271,1646822984,47.74293,8.99903\n2272,1646822985,47.74301,8.99896\n2273,1646822986,47.74300,8.99896\n2274,1646822987,47.74300,8.99896\n2275,1646822988,47.74299,8.99896\n2276,1646822989,47.74304,8.99899\n2277,1646822990,47.74304,8.99899\n2278,1646822991,47.74303,8.99900\n2279,1646822992,47.74303,8.99900\n2280,1646822993,47.74301,8.99901\n2281,1646823014,47.74295,8.99897\n2282,1646823015,47.74296,8.99898\n2283,1646823016,47.74299,8.99900\n2284,1646823017,47.74299,8.99899\n2285,1646823018,47.74299,8.99899\n2286,1646823019,47.74305,8.99894\n2287,1646823021,47.74305,8.99893\n2288,1646823022,47.74305,8.99893\n2289,1646823023,47.74306,8.99893\n2290,1646823024,47.74306,8.99892\n2291,1646823041,47.74309,8.99900\n2292,1646823041,47.74309,8.99901\n2293,1646823044,47.74306,8.99892\n2294,1646823045,47.74305,8.99891\n2295,1646823046,47.74305,8.99890\n2296,1646823047,47.74305,8.99890\n2297,1646823048,47.74305,8.99889\n2298,1646823049,47.74305,8.99889\n2299,1646823050,47.74305,8.99889\n2300,1646823051,47.74304,8.99888\n2301,1646823071,47.74273,8.99879\n2302,1646823072,47.74271,8.99880\n2303,1646823073,47.74270,8.99880\n2304,1646823074,47.74270,8.99880\n2305,1646823075,47.74270,8.99879\n2306,1646823076,47.74270,8.99879\n2307,1646823077,47.74271,8.99878\n2308,1646823078,47.74272,8.99878\n2309,1646823079,47.74292,8.99866\n2310,1646823081,47.74293,8.99869\n2311,1646823101,47.74298,8.99903\n2312,1646823102,47.74296,8.99902\n2313,1646823103,47.74295,8.99901\n2314,1646823104,47.74295,8.99900\n2315,1646823105,47.74296,8.99900\n2316,1646823106,47.74298,8.99900\n2317,1646823107,47.74298,8.99900\n2318,1646823108,47.74298,8.99900\n2319,1646823109,47.74301,8.99896\n2320,1646823111,47.74301,8.99896\n2321,1646823137,47.74310,8.99872\n2322,1646823138,47.74308,8.99874\n2323,1646823139,47.74299,8.99879\n2324,1646823141,47.74299,8.99880\n2325,1646823142,47.74300,8.99881\n2326,1646823143,47.74300,8.99881\n2327,1646823144,47.74300,8.99881\n2328,1646823145,47.74301,8.99881\n2329,1646823146,47.74301,8.99882\n2330,1646823147,47.74301,8.99882\n2331,1646823169,47.74290,8.99893\n2332,1646823170,47.74292,8.99895\n2333,1646823171,47.74293,8.99895\n2334,1646823172,47.74293,8.99895\n2335,1646823173,47.74292,8.99896\n2336,1646823174,47.74290,8.99896\n2337,1646823175,47.74300,8.99878\n2338,1646823177,47.74300,8.99880\n2339,1646823178,47.74300,8.99882\n2340,1646823179,47.74300,8.99883\n2341,1646823201,47.74294,8.99890\n2342,1646823202,47.74294,8.99890\n2343,1646823203,47.74291,8.99889\n2344,1646823204,47.74290,8.99889\n2345,1646823205,47.74298,8.99884\n2346,1646823207,47.74297,8.99883\n2347,1646823208,47.74298,8.99883\n2348,1646823209,47.74298,8.99883\n2349,1646823210,47.74298,8.99884\n2350,1646823211,47.74299,8.99885\n2351,1646823231,47.74297,8.99887\n2352,1646823232,47.74298,8.99886\n2353,1646823233,47.74299,8.99886\n2354,1646823234,47.74299,8.99886\n2355,1646823235,47.74299,8.99885\n2356,1646823236,47.74298,8.99885\n2357,1646823237,47.74298,8.99884\n2358,1646823238,47.74298,8.99884\n2359,1646823239,47.74298,8.99885\n2360,1646823240,47.74298,8.99886\n2361,1646823265,47.74306,8.99896\n2362,1646823266,47.74305,8.99894\n2363,1646823268,47.74304,8.99892\n2364,1646823269,47.74305,8.99891\n2365,1646823270,47.74305,8.99890\n2366,1646823271,47.74305,8.99889\n2367,1646823272,47.74304,8.99889\n2368,1646823273,47.74304,8.99889\n2369,1646823274,47.74304,8.99888\n2370,1646823275,47.74304,8.99888\n2371,1646823292,47.74305,8.99899\n2372,1646823292,47.74307,8.99897\n2373,1646823295,47.74301,8.99890\n2374,1646823296,47.74300,8.99887\n2375,1646823297,47.74299,8.99885\n2376,1646823298,47.74299,8.99884\n2377,1646823299,47.74299,8.99883\n2378,1646823300,47.74299,8.99883\n2379,1646823301,47.74299,8.99883\n2380,1646823302,47.74298,8.99883\n2381,1646823320,47.74308,8.99898\n2382,1646823321,47.74305,8.99900\n2383,1646823322,47.74304,8.99901\n2384,1646823323,47.74302,8.99901\n2385,1646823324,47.74299,8.99900\n2386,1646823325,47.74299,8.99900\n2387,1646823326,47.74300,8.99899\n2388,1646823327,47.74300,8.99898\n2389,1646823328,47.74301,8.99898\n2390,1646823329,47.74300,8.99898\n2391,1646823347,47.74281,8.99896\n2392,1646823348,47.74288,8.99894\n2393,1646823349,47.74285,8.99891\n2394,1646823350,47.74286,8.99889\n2395,1646823351,47.74286,8.99886\n2396,1646823352,47.74286,8.99883\n2397,1646823353,47.74287,8.99882\n2398,1646823354,47.74288,8.99879\n2399,1646823355,47.74297,8.99874\n2400,1646823357,47.74296,8.99873\n2401,1646823379,47.74322,8.99891\n2402,1646823380,47.74323,8.99888\n2403,1646823381,47.74321,8.99884\n2404,1646823382,47.74320,8.99881\n2405,1646823383,47.74319,8.99880\n2406,1646823384,47.74319,8.99878\n2407,1646823387,47.74301,8.99882\n2408,1646823388,47.74303,8.99883\n2409,1646823389,47.74303,8.99883\n2410,1646823390,47.74302,8.99882\n2411,1646823407,47.74308,8.99889\n2412,1646823407,47.74306,8.99888\n2413,1646823411,47.74304,8.99886\n2414,1646823412,47.74302,8.99883\n2415,1646823413,47.74300,8.99881\n2416,1646823414,47.74299,8.99877\n2417,1646823415,47.74297,8.99874\n2418,1646823416,47.74295,8.99871\n2419,1646823417,47.74294,8.99869\n2420,1646823418,47.74294,8.99868\n2421,1646823440,47.74291,8.99878\n2422,1646823441,47.74290,8.99877\n2423,1646823442,47.74291,8.99876\n2424,1646823443,47.74291,8.99875\n2425,1646823444,47.74290,8.99873\n2426,1646823445,47.74300,8.99870\n2427,1646823447,47.74298,8.99869\n2428,1646823448,47.74297,8.99870\n2429,1646823449,47.74296,8.99869\n2430,1646823450,47.74296,8.99870\n2431,1646823475,47.74334,8.99930\n2432,1646823477,47.74333,8.99931\n2433,1646823478,47.74332,8.99932\n2434,1646823479,47.74331,8.99932\n2435,1646823480,47.74331,8.99931\n2436,1646823481,47.74330,8.99930\n2437,1646823482,47.74329,8.99929\n2438,1646823483,47.74329,8.99928\n2439,1646823484,47.74328,8.99928\n2440,1646823485,47.74328,8.99926\n2441,1646823502,47.74295,8.99886\n2442,1646823502,47.74288,8.99880\n2443,1646823505,47.74297,8.99890\n2444,1646823506,47.74300,8.99892\n2445,1646823507,47.74301,8.99894\n2446,1646823508,47.74302,8.99895\n2447,1646823509,47.74303,8.99898\n2448,1646823510,47.74305,8.99899\n2449,1646823511,47.74306,8.99901\n2450,1646823512,47.74307,8.99902\n2451,1646823531,47.74271,8.99879\n2452,1646823532,47.74286,8.99886\n2453,1646823533,47.74291,8.99887\n2454,1646823534,47.74292,8.99888\n2455,1646823535,47.74293,8.99889\n2456,1646823536,47.74294,8.99889\n2457,1646823537,47.74295,8.99889\n2458,1646823538,47.74296,8.99890\n2459,1646823539,47.74296,8.99891\n2460,1646823540,47.74297,8.99892\n2461,1646823564,47.74245,8.99870\n2462,1646823567,47.74290,8.99872\n2463,1646823568,47.74290,8.99873\n2464,1646823569,47.74291,8.99873\n2465,1646823570,47.74291,8.99874\n2466,1646823571,47.74294,8.99879\n2467,1646823572,47.74297,8.99883\n2468,1646823573,47.74299,8.99886\n2469,1646823574,47.74300,8.99888\n2470,1646823575,47.74300,8.99890\n2471,1646823592,47.74315,8.99889\n2472,1646823592,47.74312,8.99890\n2473,1646823596,47.74307,8.99889\n2474,1646823597,47.74306,8.99889\n2475,1646823598,47.74305,8.99887\n2476,1646823599,47.74304,8.99886\n2477,1646823600,47.74303,8.99885\n2478,1646823601,47.74302,8.99883\n2479,1646823602,47.74301,8.99882\n2480,1646823603,47.74301,8.99882\n2481,1646823628,47.74300,8.99898\n2482,1646823638,47.74318,8.99912\n2483,1646823639,47.74319,8.99913\n2484,1646823640,47.74319,8.99913\n2485,1646823641,47.74319,8.99913\n2486,1646823642,47.74319,8.99913\n2487,1646823643,47.74318,8.99912\n2488,1646823644,47.74318,8.99911\n2489,1646823645,47.74317,8.99910\n2490,1646823646,47.74317,8.99909\n2491,1646823666,47.74356,8.99905\n2492,1646823667,47.74358,8.99909\n2493,1646823668,47.74354,8.99909\n2494,1646823675,47.74323,8.99915\n2495,1646823676,47.74322,8.99915\n2496,1646823677,47.74321,8.99914\n2497,1646823678,47.74322,8.99914\n2498,1646823679,47.74323,8.99916\n2499,1646823680,47.74323,8.99917\n2500,1646823681,47.74324,8.99919\n2501,1646823701,47.74322,8.99902\n2502,1646823702,47.74318,8.99902\n2503,1646823703,47.74315,8.99903\n2504,1646823712,47.74319,8.99918\n2505,1646823713,47.74318,8.99918\n2506,1646823714,47.74320,8.99919\n2507,1646823715,47.74320,8.99920\n2508,1646823716,47.74320,8.99919\n2509,1646823717,47.74321,8.99920\n2510,1646823718,47.74322,8.99920\n2511,1646823761,47.74332,8.99924\n2512,1646823762,47.74332,8.99925\n2513,1646823765,47.74332,8.99926\n2514,1646823766,47.74332,8.99926\n2515,1646823767,47.74332,8.99926\n2516,1646823768,47.74331,8.99926\n2517,1646823769,47.74322,8.99915\n2518,1646823770,47.74320,8.99912\n2519,1646823771,47.74319,8.99911\n2520,1646823772,47.74319,8.99910\n2521,1646823792,47.74295,8.99883\n2522,1646823793,47.74295,8.99886\n2523,1646823794,47.74296,8.99890\n2524,1646823795,47.74297,8.99892\n2525,1646823796,47.74298,8.99894\n2526,1646823797,47.74298,8.99895\n2527,1646823798,47.74299,8.99897\n2528,1646823799,47.74302,8.99889\n2529,1646823801,47.74302,8.99890\n2530,1646823802,47.74302,8.99890\n2531,1646823820,47.74296,8.99881\n2532,1646823821,47.74300,8.99893\n2533,1646823822,47.74300,8.99896\n2534,1646823823,47.74300,8.99901\n2535,1646823824,47.74299,8.99904\n2536,1646823825,47.74298,8.99899\n2537,1646823826,47.74299,8.99897\n2538,1646823827,47.74300,8.99898\n2539,1646823828,47.74301,8.99899\n2540,1646823829,47.74303,8.99895\n2541,1646823847,47.74301,8.99891\n2542,1646823848,47.74304,8.99898\n2543,1646823849,47.74305,8.99898\n2544,1646823850,47.74307,8.99899\n2545,1646823851,47.74308,8.99900\n2546,1646823852,47.74308,8.99900\n2547,1646823853,47.74308,8.99901\n2548,1646823854,47.74308,8.99902\n2549,1646823855,47.74309,8.99903\n2550,1646823856,47.74308,8.99903\n2551,1646823875,47.74288,8.99877\n2552,1646823876,47.74305,8.99895\n2553,1646823877,47.74305,8.99896\n2554,1646823878,47.74306,8.99897\n2555,1646823879,47.74307,8.99898\n2556,1646823880,47.74306,8.99898\n2557,1646823881,47.74305,8.99899\n2558,1646823882,47.74305,8.99900\n2559,1646823883,47.74305,8.99901\n2560,1646823883,47.74306,8.99898\n2561,1646823903,47.74312,8.99921\n2562,1646823904,47.74313,8.99920\n2563,1646823905,47.74312,8.99918\n2564,1646823906,47.74312,8.99917\n2565,1646823907,47.74312,8.99916\n2566,1646823908,47.74312,8.99915\n2567,1646823909,47.74311,8.99914\n2568,1646823910,47.74311,8.99913\n2569,1646823911,47.74310,8.99913\n2570,1646823912,47.74310,8.99912\n2571,1646823930,47.74333,8.99924\n2572,1646823931,47.74316,8.99918\n2573,1646823932,47.74317,8.99919\n2574,1646823933,47.74315,8.99918\n2575,1646823934,47.74315,8.99918\n2576,1646823935,47.74315,8.99918\n2577,1646823936,47.74315,8.99917\n2578,1646823937,47.74315,8.99916\n2579,1646823938,47.74314,8.99915\n2580,1646823939,47.74313,8.99915\n2581,1646823959,47.74329,8.99933\n2582,1646823960,47.74308,8.99920\n2583,1646823961,47.74308,8.99921\n2584,1646823962,47.74309,8.99921\n2585,1646823963,47.74309,8.99921\n2586,1646823964,47.74309,8.99921\n2587,1646823965,47.74309,8.99921\n2588,1646823966,47.74309,8.99920\n2589,1646823967,47.74309,8.99919\n2590,1646823968,47.74311,8.99913\n2591,1646823988,47.74290,8.99896\n2592,1646823989,47.74293,8.99898\n2593,1646823990,47.74294,8.99899\n2594,1646823991,47.74296,8.99901\n2595,1646823992,47.74298,8.99902\n2596,1646823993,47.74299,8.99904\n2597,1646823994,47.74300,8.99905\n2598,1646823995,47.74302,8.99906\n2599,1646823996,47.74303,8.99907\n2600,1646823997,47.74307,8.99904\n2601,1646824016,47.74298,8.99892\n2602,1646824017,47.74299,8.99893\n2603,1646824018,47.74299,8.99893\n2604,1646824019,47.74300,8.99894\n2605,1646824020,47.74301,8.99895\n2606,1646824021,47.74302,8.99896\n2607,1646824022,47.74302,8.99896\n2608,1646824023,47.74302,8.99897\n2609,1646824024,47.74303,8.99898\n2610,1646824025,47.74303,8.99899\n2611,1646824044,47.74329,8.99930\n2612,1646824045,47.74316,8.99920\n2613,1646824046,47.74315,8.99919\n2614,1646824047,47.74313,8.99917\n2615,1646824048,47.74313,8.99917\n2616,1646824049,47.74313,8.99916\n2617,1646824050,47.74313,8.99915\n2618,1646824051,47.74312,8.99914\n2619,1646824052,47.74313,8.99913\n2620,1646824054,47.74312,8.99912\n2621,1646824073,47.74294,8.99901\n2622,1646824074,47.74297,8.99903\n2623,1646824075,47.74297,8.99903\n2624,1646824076,47.74297,8.99903\n2625,1646824077,47.74298,8.99903\n2626,1646824078,47.74299,8.99903\n2627,1646824079,47.74300,8.99903\n2628,1646824080,47.74302,8.99905\n2629,1646824081,47.74306,8.99903\n2630,1646824083,47.74306,8.99903\n2631,1646824101,47.74312,8.99923\n2632,1646824102,47.74310,8.99912\n2633,1646824103,47.74311,8.99912\n2634,1646824104,47.74312,8.99912\n2635,1646824105,47.74312,8.99911\n2636,1646824106,47.74312,8.99911\n2637,1646824107,47.74311,8.99909\n2638,1646824108,47.74309,8.99908\n2639,1646824109,47.74308,8.99907\n2640,1646824110,47.74308,8.99906\n2641,1646824128,47.74326,8.99967\n2642,1646824129,47.74324,8.99923\n2643,1646824130,47.74323,8.99921\n2644,1646824131,47.74321,8.99918\n2645,1646824132,47.74320,8.99917\n2646,1646824133,47.74318,8.99915\n2647,1646824134,47.74316,8.99913\n2648,1646824135,47.74316,8.99913\n2649,1646824136,47.74315,8.99911\n2650,1646824137,47.74314,8.99911\n2651,1646824157,47.74307,8.99914\n2652,1646824158,47.74303,8.99909\n2653,1646824159,47.74303,8.99908\n2654,1646824160,47.74303,8.99909\n2655,1646824161,47.74304,8.99910\n2656,1646824162,47.74305,8.99910\n2657,1646824163,47.74306,8.99911\n2658,1646824164,47.74307,8.99911\n2659,1646824165,47.74308,8.99912\n2660,1646824166,47.74310,8.99908\n2661,1646824184,47.74314,8.99921\n2662,1646824185,47.74308,8.99912\n2663,1646824186,47.74308,8.99911\n2664,1646824187,47.74310,8.99911\n2665,1646824188,47.74310,8.99910\n2666,1646824189,47.74310,8.99909\n2667,1646824190,47.74310,8.99909\n2668,1646824191,47.74310,8.99908\n2669,1646824192,47.74310,8.99908\n2670,1646824193,47.74310,8.99907\n2671,1646824211,47.74310,8.99940\n2672,1646824212,47.74299,8.99900\n2673,1646824213,47.74296,8.99897\n2674,1646824214,47.74295,8.99895\n2675,1646824215,47.74294,8.99895\n2676,1646824216,47.74295,8.99895\n2677,1646824217,47.74295,8.99895\n2678,1646824218,47.74296,8.99895\n2679,1646824219,47.74298,8.99896\n2680,1646824221,47.74299,8.99896\n2681,1646824240,47.74305,8.99904\n2682,1646824241,47.74306,8.99905\n2683,1646824242,47.74307,8.99906\n2684,1646824243,47.74309,8.99906\n2685,1646824244,47.74308,8.99905\n2686,1646824245,47.74307,8.99903\n2687,1646824246,47.74306,8.99902\n2688,1646824247,47.74306,8.99902\n2689,1646824248,47.74305,8.99901\n2690,1646824249,47.74305,8.99901\n2691,1646824268,47.74303,8.99898\n2692,1646824269,47.74302,8.99899\n2693,1646824270,47.74302,8.99898\n2694,1646824271,47.74302,8.99899\n2695,1646824272,47.74303,8.99900\n2696,1646824273,47.74304,8.99901\n2697,1646824274,47.74304,8.99902\n2698,1646824275,47.74304,8.99902\n2699,1646824276,47.74305,8.99903\n2700,1646824277,47.74305,8.99903\n2701,1646824296,47.74304,8.99914\n2702,1646824297,47.74305,8.99904\n2703,1646824298,47.74307,8.99906\n2704,1646824299,47.74307,8.99905\n2705,1646824300,47.74307,8.99905\n2706,1646824301,47.74308,8.99905\n2707,1646824302,47.74308,8.99905\n2708,1646824303,47.74308,8.99906\n2709,1646824304,47.74310,8.99905\n2710,1646824306,47.74311,8.99906\n2711,1646824324,47.74323,8.99906\n2712,1646824325,47.74317,8.99915\n2713,1646824326,47.74317,8.99914\n2714,1646824327,47.74316,8.99913\n2715,1646824328,47.74315,8.99912\n2716,1646824329,47.74315,8.99911\n2717,1646824330,47.74314,8.99910\n2718,1646824331,47.74314,8.99910\n2719,1646824332,47.74314,8.99909\n2720,1646824333,47.74314,8.99909\n2721,1646824351,47.74307,8.99904\n2722,1646824352,47.74307,8.99904\n2723,1646824353,47.74307,8.99904\n2724,1646824354,47.74306,8.99904\n2725,1646824355,47.74306,8.99904\n2726,1646824356,47.74306,8.99904\n2727,1646824357,47.74306,8.99905\n2728,1646824358,47.74306,8.99905\n2729,1646824359,47.74306,8.99904\n2730,1646824360,47.74306,8.99904\n2731,1646824379,47.74318,8.99918\n2732,1646824380,47.74316,8.99916\n2733,1646824381,47.74316,8.99915\n2734,1646824382,47.74316,8.99913\n2735,1646824383,47.74315,8.99912\n2736,1646824384,47.74315,8.99911\n2737,1646824385,47.74314,8.99911\n2738,1646824386,47.74314,8.99910\n2739,1646824387,47.74314,8.99908\n2740,1646824389,47.74314,8.99908\n2741,1646824407,47.74315,8.99908\n2742,1646824408,47.74316,8.99910\n2743,1646824409,47.74315,8.99909\n2744,1646824410,47.74315,8.99909\n2745,1646824411,47.74315,8.99909\n2746,1646824412,47.74315,8.99908\n2747,1646824413,47.74314,8.99908\n2748,1646824414,47.74314,8.99908\n2749,1646824415,47.74313,8.99907\n2750,1646824416,47.74312,8.99907\n2751,1646824434,47.74310,8.99907\n2752,1646824435,47.74311,8.99906\n2753,1646824436,47.74312,8.99906\n2754,1646824437,47.74313,8.99906\n2755,1646824438,47.74313,8.99907\n2756,1646824439,47.74313,8.99906\n2757,1646824440,47.74313,8.99906\n2758,1646824441,47.74313,8.99904\n2759,1646824443,47.74313,8.99903\n2760,1646824444,47.74313,8.99903\n2761,1646824462,47.74314,8.99900\n2762,1646824463,47.74315,8.99905\n2763,1646824464,47.74316,8.99905\n2764,1646824465,47.74316,8.99905\n2765,1646824466,47.74316,8.99904\n2766,1646824467,47.74315,8.99904\n2767,1646824468,47.74314,8.99904\n2768,1646824469,47.74315,8.99905\n2769,1646824470,47.74315,8.99905\n2770,1646824471,47.74315,8.99905\n2771,1646824489,47.74347,8.99930\n2772,1646824490,47.74331,8.99923\n2773,1646824491,47.74328,8.99920\n2774,1646824492,47.74326,8.99918\n2775,1646824493,47.74325,8.99916\n2776,1646824494,47.74324,8.99915\n2777,1646824495,47.74322,8.99913\n2778,1646824496,47.74322,8.99913\n2779,1646824497,47.74321,8.99912\n2780,1646824498,47.74320,8.99911\n2781,1646824517,47.74316,8.99906\n2782,1646824518,47.74316,8.99906\n2783,1646824519,47.74316,8.99906\n2784,1646824520,47.74315,8.99907\n2785,1646824521,47.74315,8.99907\n2786,1646824522,47.74315,8.99907\n2787,1646824523,47.74315,8.99907\n2788,1646824524,47.74314,8.99906\n2789,1646824525,47.74314,8.99906\n2790,1646824526,47.74315,8.99905\n2791,1646824545,47.74314,8.99913\n2792,1646824546,47.74313,8.99912\n2793,1646824547,47.74312,8.99909\n2794,1646824548,47.74311,8.99907\n2795,1646824549,47.74310,8.99907\n2796,1646824550,47.74310,8.99906\n2797,1646824551,47.74310,8.99905\n2798,1646824552,47.74310,8.99905\n2799,1646824553,47.74310,8.99905\n2800,1646824554,47.74309,8.99904\n2801,1646824572,47.74304,8.99881\n2802,1646824573,47.74307,8.99903\n2803,1646824574,47.74307,8.99903\n2804,1646824575,47.74308,8.99904\n2805,1646824576,47.74309,8.99904\n2806,1646824577,47.74309,8.99904\n2807,1646824578,47.74309,8.99904\n2808,1646824579,47.74309,8.99904\n2809,1646824580,47.74309,8.99903\n2810,1646824581,47.74308,8.99901\n2811,1646824601,47.74293,8.99895\n2812,1646824602,47.74305,8.99903\n2813,1646824603,47.74306,8.99902\n2814,1646824604,47.74306,8.99903\n2815,1646824605,47.74307,8.99902\n2816,1646824606,47.74307,8.99902\n2817,1646824607,47.74307,8.99902\n2818,1646824608,47.74307,8.99902\n2819,1646824609,47.74306,8.99902\n2820,1646824610,47.74308,8.99897\n2821,1646824628,47.74312,8.99925\n2822,1646824629,47.74316,8.99916\n2823,1646824630,47.74316,8.99915\n2824,1646824631,47.74314,8.99913\n2825,1646824632,47.74313,8.99912\n2826,1646824633,47.74313,8.99912\n2827,1646824634,47.74312,8.99910\n2828,1646824635,47.74311,8.99910\n2829,1646824636,47.74311,8.99909\n2830,1646824637,47.74311,8.99909\n2831,1646824655,47.74308,8.99887\n2832,1646824656,47.74311,8.99895\n2833,1646824657,47.74309,8.99908\n2834,1646824658,47.74308,8.99909\n2835,1646824659,47.74308,8.99909\n2836,1646824660,47.74308,8.99910\n2837,1646824661,47.74308,8.99912\n2838,1646824662,47.74308,8.99913\n2839,1646824663,47.74313,8.99906\n2840,1646824665,47.74314,8.99907\n2841,1646824684,47.74314,8.99899\n2842,1646824685,47.74314,8.99900\n2843,1646824686,47.74314,8.99900\n2844,1646824687,47.74313,8.99901\n2845,1646824688,47.74313,8.99902\n2846,1646824689,47.74313,8.99902\n2847,1646824690,47.74313,8.99903\n2848,1646824691,47.74313,8.99903\n2849,1646824692,47.74312,8.99903\n2850,1646824693,47.74313,8.99899\n2851,1646824711,47.74308,8.99894\n2852,1646824712,47.74310,8.99899\n2853,1646824713,47.74311,8.99902\n2854,1646824714,47.74312,8.99903\n2855,1646824715,47.74312,8.99904\n2856,1646824716,47.74313,8.99905\n2857,1646824717,47.74313,8.99905\n2858,1646824718,47.74313,8.99905\n2859,1646824719,47.74313,8.99905\n2860,1646824720,47.74313,8.99905\n2861,1646824740,47.74321,8.99915\n2862,1646824741,47.74320,8.99913\n2863,1646824742,47.74319,8.99912\n2864,1646824743,47.74320,8.99913\n2865,1646824744,47.74318,8.99912\n2866,1646824745,47.74318,8.99913\n2867,1646824746,47.74317,8.99913\n2868,1646824747,47.74317,8.99913\n2869,1646824748,47.74318,8.99908\n2870,1646824750,47.74318,8.99908\n2871,1646824768,47.74331,8.99931\n2872,1646824769,47.74324,8.99921\n2873,1646824770,47.74322,8.99919\n2874,1646824771,47.74320,8.99918\n2875,1646824772,47.74319,8.99917\n2876,1646824773,47.74318,8.99916\n2877,1646824774,47.74318,8.99916\n2878,1646824775,47.74318,8.99916\n2879,1646824776,47.74319,8.99916\n2880,1646824777,47.74320,8.99911\n2881,1646824795,47.74311,8.99923\n2882,1646824796,47.74316,8.99912\n2883,1646824797,47.74316,8.99912\n2884,1646824798,47.74317,8.99912\n2885,1646824799,47.74317,8.99912\n2886,1646824800,47.74318,8.99912\n2887,1646824801,47.74318,8.99912\n2888,1646824802,47.74318,8.99911\n2889,1646824803,47.74317,8.99911\n2890,1646824804,47.74317,8.99912\n2891,1646824822,47.74347,8.99938\n2892,1646824823,47.74307,8.99902\n2893,1646824824,47.74309,8.99902\n2894,1646824825,47.74310,8.99902\n2895,1646824826,47.74311,8.99903\n2896,1646824827,47.74312,8.99903\n2897,1646824828,47.74313,8.99904\n2898,1646824829,47.74314,8.99904\n2899,1646824830,47.74314,8.99904\n2900,1646824831,47.74314,8.99903\n2901,1646824850,47.74317,8.99915\n2902,1646824851,47.74324,8.99919\n2903,1646824852,47.74319,8.99914\n2904,1646824853,47.74319,8.99912\n2905,1646824854,47.74318,8.99911\n2906,1646824855,47.74317,8.99910\n2907,1646824856,47.74316,8.99910\n2908,1646824857,47.74316,8.99909\n2909,1646824858,47.74316,8.99909\n2910,1646824859,47.74315,8.99908\n2911,1646824878,47.74321,8.99912\n2912,1646824879,47.74320,8.99911\n2913,1646824880,47.74318,8.99910\n2914,1646824881,47.74319,8.99910\n2915,1646824882,47.74318,8.99909\n2916,1646824883,47.74315,8.99906\n2917,1646824884,47.74315,8.99907\n2918,1646824885,47.74314,8.99907\n2919,1646824887,47.74314,8.99907\n2920,1646824888,47.74314,8.99907\n2921,1646824908,47.74306,8.99902\n2922,1646824909,47.74306,8.99901\n2923,1646824910,47.74307,8.99902\n2924,1646824911,47.74308,8.99901\n2925,1646824912,47.74308,8.99901\n2926,1646824913,47.74308,8.99901\n2927,1646824914,47.74309,8.99901\n2928,1646824915,47.74310,8.99901\n2929,1646824917,47.74310,8.99901\n2930,1646824918,47.74310,8.99901\n2931,1646824935,47.74313,8.99911\n2932,1646824935,47.74313,8.99911\n2933,1646824938,47.74312,8.99909\n2934,1646824939,47.74312,8.99908\n2935,1646824940,47.74311,8.99908\n2936,1646824941,47.74311,8.99907\n2937,1646824942,47.74310,8.99907\n2938,1646824943,47.74310,8.99906\n2939,1646824944,47.74310,8.99906\n2940,1646824945,47.74309,8.99905\n2941,1646824963,47.74287,8.99895\n2942,1646824964,47.74293,8.99898\n2943,1646824965,47.74294,8.99899\n2944,1646824966,47.74293,8.99899\n2945,1646824967,47.74293,8.99899\n2946,1646824968,47.74294,8.99899\n2947,1646824969,47.74295,8.99900\n2948,1646824970,47.74296,8.99899\n2949,1646824971,47.74296,8.99899\n2950,1646824972,47.74296,8.99899\n2951,1646824990,47.74268,8.99883\n2952,1646824991,47.74289,8.99900\n2953,1646824992,47.74294,8.99903\n2954,1646824993,47.74295,8.99903\n2955,1646824994,47.74296,8.99903\n2956,1646824995,47.74297,8.99903\n2957,1646824996,47.74298,8.99903\n2958,1646824997,47.74299,8.99903\n2959,1646824998,47.74300,8.99903\n2960,1646824999,47.74303,8.99903\n2961,1646825017,47.74309,8.99897\n2962,1646825018,47.74304,8.99901\n2963,1646825019,47.74306,8.99903\n2964,1646825020,47.74306,8.99904\n2965,1646825021,47.74306,8.99904\n2966,1646825022,47.74306,8.99904\n2967,1646825023,47.74306,8.99905\n2968,1646825025,47.74306,8.99905\n2969,1646825026,47.74306,8.99906\n2970,1646825027,47.74306,8.99906\n2971,1646825046,47.74297,8.99902\n2972,1646825047,47.74300,8.99904\n2973,1646825048,47.74300,8.99905\n2974,1646825049,47.74302,8.99905\n2975,1646825050,47.74304,8.99906\n2976,1646825051,47.74304,8.99907\n2977,1646825052,47.74305,8.99907\n2978,1646825053,47.74305,8.99907\n2979,1646825055,47.74305,8.99907\n2980,1646825056,47.74305,8.99907\n2981,1646825074,47.74311,8.99906\n2982,1646825075,47.74310,8.99913\n2983,1646825076,47.74310,8.99912\n2984,1646825077,47.74310,8.99910\n2985,1646825078,47.74309,8.99910\n2986,1646825079,47.74309,8.99909\n2987,1646825080,47.74308,8.99908\n2988,1646825081,47.74307,8.99907\n2989,1646825082,47.74307,8.99907\n2990,1646825083,47.74308,8.99906\n2991,1646825101,47.74304,8.99889\n2992,1646825102,47.74303,8.99899\n2993,1646825103,47.74303,8.99899\n2994,1646825104,47.74303,8.99900\n2995,1646825105,47.74303,8.99902\n2996,1646825106,47.74303,8.99903\n2997,1646825107,47.74305,8.99904\n2998,1646825108,47.74305,8.99905\n2999,1646825109,47.74305,8.99905\n3000,1646825110,47.74305,8.99906\n3001,1646825129,47.74306,8.99908\n3002,1646825130,47.74305,8.99903\n3003,1646825131,47.74306,8.99905\n3004,1646825132,47.74307,8.99906\n3005,1646825133,47.74308,8.99907\n3006,1646825134,47.74310,8.99908\n3007,1646825135,47.74309,8.99908\n3008,1646825136,47.74309,8.99907\n3009,1646825137,47.74309,8.99907\n3010,1646825138,47.74309,8.99906\n3011,1646825156,47.74333,8.99934\n3012,1646825157,47.74323,8.99920\n3013,1646825158,47.74319,8.99917\n3014,1646825159,47.74314,8.99912\n3015,1646825160,47.74312,8.99911\n3016,1646825161,47.74309,8.99909\n3017,1646825162,47.74308,8.99908\n3018,1646825163,47.74307,8.99907\n3019,1646825164,47.74307,8.99907\n3020,1646825165,47.74307,8.99907\n3021,1646825183,47.74314,8.99920\n3022,1646825184,47.74315,8.99908\n3023,1646825185,47.74313,8.99905\n3024,1646825186,47.74311,8.99904\n3025,1646825187,47.74310,8.99903\n3026,1646825188,47.74308,8.99902\n3027,1646825189,47.74307,8.99901\n3028,1646825190,47.74307,8.99901\n3029,1646825191,47.74304,8.99900\n3030,1646825193,47.74304,8.99899\n3031,1646825213,47.74302,8.99895\n3032,1646825214,47.74304,8.99896\n3033,1646825215,47.74303,8.99897\n3034,1646825216,47.74303,8.99897\n3035,1646825217,47.74303,8.99898\n3036,1646825218,47.74303,8.99898\n3037,1646825219,47.74302,8.99898\n3038,1646825220,47.74302,8.99898\n3039,1646825221,47.74304,8.99897\n3040,1646825223,47.74305,8.99898\n3041,1646825241,47.74308,8.99905\n3042,1646825242,47.74309,8.99904\n3043,1646825243,47.74308,8.99905\n3044,1646825244,47.74309,8.99906\n3045,1646825245,47.74310,8.99908\n3046,1646825246,47.74311,8.99908\n3047,1646825247,47.74311,8.99908\n3048,1646825248,47.74311,8.99909\n3049,1646825249,47.74311,8.99908\n3050,1646825250,47.74311,8.99908\n3051,1646825268,47.74322,8.99921\n3052,1646825269,47.74320,8.99924\n3053,1646825270,47.74317,8.99921\n3054,1646825271,47.74316,8.99919\n3055,1646825272,47.74314,8.99917\n3056,1646825273,47.74313,8.99915\n3057,1646825274,47.74312,8.99913\n3058,1646825275,47.74311,8.99911\n3059,1646825276,47.74310,8.99910\n3060,1646825277,47.74309,8.99909\n3061,1646825295,47.74317,8.99909\n3062,1646825296,47.74317,8.99912\n3063,1646825297,47.74317,8.99913\n3064,1646825298,47.74318,8.99914\n3065,1646825299,47.74317,8.99914\n3066,1646825300,47.74318,8.99914\n3067,1646825301,47.74316,8.99913\n3068,1646825302,47.74315,8.99913\n3069,1646825303,47.74315,8.99912\n3070,1646825304,47.74313,8.99911\n3071,1646825323,47.74298,8.99910\n3072,1646825324,47.74308,8.99905\n3073,1646825325,47.74307,8.99904\n3074,1646825326,47.74307,8.99904\n3075,1646825327,47.74306,8.99905\n3076,1646825328,47.74304,8.99904\n3077,1646825329,47.74303,8.99904\n3078,1646825330,47.74301,8.99903\n3079,1646825331,47.74301,8.99904\n3080,1646825332,47.74301,8.99905\n3081,1646825350,47.74321,8.99963\n3082,1646825351,47.74319,8.99926\n3083,1646825352,47.74316,8.99923\n3084,1646825353,47.74314,8.99919\n3085,1646825354,47.74311,8.99916\n3086,1646825355,47.74309,8.99913\n3087,1646825356,47.74309,8.99912\n3088,1646825357,47.74308,8.99911\n3089,1646825358,47.74308,8.99911\n3090,1646825359,47.74309,8.99910\n3091,1646825377,47.74274,8.99873\n3092,1646825378,47.74292,8.99887\n3093,1646825379,47.74294,8.99890\n3094,1646825380,47.74296,8.99892\n3095,1646825381,47.74297,8.99893\n3096,1646825382,47.74299,8.99895\n3097,1646825383,47.74301,8.99897\n3098,1646825384,47.74302,8.99898\n3099,1646825385,47.74302,8.99899\n3100,1646825386,47.74303,8.99900\n3101,1646825405,47.74325,8.99924\n3102,1646825406,47.74330,8.99926\n3103,1646825407,47.74329,8.99925\n3104,1646825408,47.74327,8.99922\n3105,1646825409,47.74323,8.99919\n3106,1646825410,47.74320,8.99916\n3107,1646825411,47.74319,8.99916\n3108,1646825412,47.74319,8.99915\n3109,1646825413,47.74319,8.99914\n3110,1646825414,47.74317,8.99913\n3111,1646825432,47.74295,8.99897\n3112,1646825433,47.74303,8.99897\n3113,1646825434,47.74305,8.99900\n3114,1646825435,47.74306,8.99901\n3115,1646825436,47.74307,8.99901\n3116,1646825437,47.74308,8.99903\n3117,1646825438,47.74309,8.99904\n3118,1646825439,47.74310,8.99904\n3119,1646825440,47.74310,8.99905\n3120,1646825441,47.74310,8.99905\n3121,1646825459,47.74317,8.99920\n3122,1646825460,47.74325,8.99915\n3123,1646825461,47.74323,8.99915\n3124,1646825462,47.74323,8.99914\n3125,1646825463,47.74321,8.99914\n3126,1646825464,47.74320,8.99913\n3127,1646825465,47.74319,8.99911\n3128,1646825466,47.74318,8.99910\n3129,1646825467,47.74314,8.99909\n3130,1646825469,47.74313,8.99908\n3131,1646825487,47.74339,8.99920\n3132,1646825488,47.74313,8.99905\n3133,1646825489,47.74320,8.99911\n3134,1646825490,47.74321,8.99912\n3135,1646825491,47.74321,8.99912\n3136,1646825492,47.74321,8.99911\n3137,1646825493,47.74320,8.99910\n3138,1646825494,47.74319,8.99909\n3139,1646825495,47.74319,8.99909\n3140,1646825496,47.74318,8.99909\n3141,1646825514,47.74319,8.99919\n3142,1646825515,47.74320,8.99913\n3143,1646825516,47.74317,8.99910\n3144,1646825517,47.74316,8.99909\n3145,1646825518,47.74315,8.99908\n3146,1646825519,47.74314,8.99907\n3147,1646825520,47.74313,8.99906\n3148,1646825521,47.74311,8.99906\n3149,1646825523,47.74310,8.99905\n3150,1646825524,47.74309,8.99905\n3151,1646825542,47.74306,8.99895\n3152,1646825543,47.74305,8.99895\n3153,1646825544,47.74305,8.99896\n3154,1646825545,47.74305,8.99897\n3155,1646825546,47.74306,8.99898\n3156,1646825547,47.74307,8.99899\n3157,1646825548,47.74308,8.99899\n3158,1646825549,47.74308,8.99900\n3159,1646825550,47.74309,8.99901\n3160,1646825551,47.74310,8.99901\n3161,1646825569,47.74293,8.99892\n3162,1646825570,47.74298,8.99896\n3163,1646825571,47.74301,8.99898\n3164,1646825572,47.74303,8.99900\n3165,1646825573,47.74306,8.99901\n3166,1646825574,47.74308,8.99902\n3167,1646825575,47.74309,8.99903\n3168,1646825576,47.74309,8.99904\n3169,1646825577,47.74310,8.99904\n3170,1646825578,47.74311,8.99905\n3171,1646825597,47.74294,8.99900\n3172,1646825598,47.74296,8.99899\n3173,1646825599,47.74298,8.99899\n3174,1646825600,47.74299,8.99899\n3175,1646825601,47.74299,8.99899\n3176,1646825602,47.74300,8.99900\n3177,1646825603,47.74302,8.99900\n3178,1646825604,47.74303,8.99901\n3179,1646825605,47.74304,8.99901\n3180,1646825606,47.74308,8.99903\n3181,1646825624,47.74304,8.99914\n3182,1646825625,47.74312,8.99908\n3183,1646825626,47.74310,8.99906\n3184,1646825627,47.74311,8.99906\n3185,1646825628,47.74310,8.99905\n3186,1646825629,47.74309,8.99905\n3187,1646825630,47.74308,8.99905\n3188,1646825631,47.74308,8.99905\n3189,1646825632,47.74308,8.99905\n3190,1646825633,47.74308,8.99905\n3191,1646825652,47.74312,8.99906\n3192,1646825653,47.74311,8.99904\n3193,1646825654,47.74310,8.99904\n3194,1646825655,47.74308,8.99903\n3195,1646825656,47.74307,8.99902\n3196,1646825657,47.74307,8.99903\n3197,1646825658,47.74307,8.99903\n3198,1646825659,47.74308,8.99903\n3199,1646825661,47.74308,8.99903\n3200,1646825662,47.74308,8.99903\n3201,1646825680,47.74313,8.99908\n3202,1646825681,47.74314,8.99908\n3203,1646825682,47.74314,8.99907\n3204,1646825683,47.74314,8.99907\n3205,1646825684,47.74313,8.99906\n3206,1646825685,47.74313,8.99905\n3207,1646825686,47.74313,8.99905\n3208,1646825687,47.74313,8.99904\n3209,1646825688,47.74313,8.99904\n3210,1646825689,47.74312,8.99903\n3211,1646825708,47.74317,8.99905\n3212,1646825709,47.74316,8.99905\n3213,1646825710,47.74315,8.99904\n3214,1646825711,47.74314,8.99905\n3215,1646825712,47.74314,8.99905\n3216,1646825713,47.74314,8.99905\n3217,1646825714,47.74314,8.99905\n3218,1646825715,47.74314,8.99905\n3219,1646825716,47.74313,8.99905\n3220,1646825717,47.74313,8.99905\n3221,1646825736,47.74318,8.99908\n3222,1646825737,47.74313,8.99908\n3223,1646825738,47.74312,8.99908\n3224,1646825739,47.74313,8.99908\n3225,1646825740,47.74312,8.99908\n3226,1646825741,47.74313,8.99908\n3227,1646825742,47.74313,8.99908\n3228,1646825743,47.74314,8.99909\n3229,1646825744,47.74315,8.99909\n3230,1646825746,47.74316,8.99909\n3231,1646825765,47.74321,8.99911\n3232,1646825766,47.74319,8.99910\n3233,1646825767,47.74317,8.99909\n3234,1646825768,47.74315,8.99907\n3235,1646825769,47.74314,8.99906\n3236,1646825770,47.74313,8.99906\n3237,1646825771,47.74313,8.99906\n3238,1646825772,47.74313,8.99906\n3239,1646825773,47.74311,8.99905\n3240,1646825775,47.74312,8.99905\n3241,1646825793,47.74323,8.99913\n3242,1646825794,47.74320,8.99911\n3243,1646825795,47.74321,8.99911\n3244,1646825796,47.74319,8.99909\n3245,1646825797,47.74318,8.99908\n3246,1646825798,47.74318,8.99907\n3247,1646825799,47.74317,8.99907\n3248,1646825800,47.74316,8.99906\n3249,1646825801,47.74315,8.99906\n3250,1646825802,47.74315,8.99906\n3251,1646825820,47.74305,8.99902\n3252,1646825821,47.74304,8.99901\n3253,1646825822,47.74306,8.99902\n3254,1646825823,47.74306,8.99902\n3255,1646825824,47.74306,8.99902\n3256,1646825825,47.74306,8.99902\n3257,1646825826,47.74307,8.99902\n3258,1646825827,47.74308,8.99902\n3259,1646825829,47.74307,8.99902\n3260,1646825830,47.74307,8.99902\n3261,1646825848,47.74316,8.99905\n3262,1646825849,47.74318,8.99904\n3263,1646825850,47.74317,8.99903\n3264,1646825851,47.74317,8.99903\n3265,1646825852,47.74316,8.99903\n3266,1646825853,47.74315,8.99902\n3267,1646825854,47.74315,8.99902\n3268,1646825855,47.74315,8.99902\n3269,1646825856,47.74314,8.99902\n3270,1646825857,47.74313,8.99902\n3271,1646825875,47.74290,8.99884\n3272,1646825876,47.74294,8.99888\n3273,1646825877,47.74296,8.99890\n3274,1646825878,47.74297,8.99892\n3275,1646825879,47.74297,8.99893\n3276,1646825880,47.74298,8.99894\n3277,1646825881,47.74299,8.99896\n3278,1646825882,47.74300,8.99897\n3279,1646825883,47.74300,8.99897\n3280,1646825884,47.74301,8.99898\n3281,1646825902,47.74301,8.99904\n3282,1646825903,47.74302,8.99903\n3283,1646825904,47.74303,8.99904\n3284,1646825905,47.74304,8.99904\n3285,1646825906,47.74305,8.99904\n3286,1646825907,47.74306,8.99904\n3287,1646825908,47.74306,8.99903\n3288,1646825909,47.74307,8.99903\n3289,1646825910,47.74307,8.99904\n3290,1646825911,47.74309,8.99904\n3291,1646825930,47.74327,8.99922\n3292,1646825931,47.74318,8.99918\n3293,1646825932,47.74316,8.99916\n3294,1646825933,47.74313,8.99913\n3295,1646825934,47.74312,8.99912\n3296,1646825935,47.74309,8.99909\n3297,1646825936,47.74308,8.99908\n3298,1646825937,47.74307,8.99907\n3299,1646825938,47.74307,8.99906\n3300,1646825939,47.74307,8.99905\n3301,1646825957,47.74319,8.99901\n3302,1646825958,47.74313,8.99899\n3303,1646825959,47.74311,8.99898\n3304,1646825960,47.74310,8.99898\n3305,1646825961,47.74309,8.99898\n3306,1646825962,47.74310,8.99899\n3307,1646825963,47.74309,8.99899\n3308,1646825964,47.74309,8.99899\n3309,1646825965,47.74309,8.99899\n3310,1646825967,47.74309,8.99899\n3311,1646825985,47.74312,8.99903\n3312,1646825986,47.74313,8.99902\n3313,1646825987,47.74312,8.99901\n3314,1646825988,47.74310,8.99901\n3315,1646825989,47.74309,8.99900\n3316,1646825990,47.74309,8.99900\n3317,1646825991,47.74309,8.99900\n3318,1646825992,47.74310,8.99900\n3319,1646825993,47.74309,8.99900\n3320,1646825994,47.74309,8.99900\n3321,1646826013,47.74309,8.99901\n3322,1646826014,47.74309,8.99901\n3323,1646826015,47.74309,8.99901\n3324,1646826016,47.74310,8.99901\n3325,1646826017,47.74310,8.99902\n3326,1646826018,47.74310,8.99902\n3327,1646826019,47.74309,8.99902\n3328,1646826021,47.74308,8.99901\n3329,1646826022,47.74308,8.99901\n3330,1646826023,47.74307,8.99901\n3331,1646826040,47.74329,8.99913\n3332,1646826040,47.74316,8.99908\n3333,1646826043,47.74306,8.99902\n3334,1646826044,47.74305,8.99901\n3335,1646826045,47.74305,8.99901\n3336,1646826046,47.74305,8.99901\n3337,1646826047,47.74306,8.99901\n3338,1646826048,47.74306,8.99901\n3339,1646826049,47.74306,8.99901\n3340,1646826050,47.74306,8.99901\n3341,1646826068,47.74297,8.99901\n3342,1646826069,47.74304,8.99904\n3343,1646826070,47.74305,8.99903\n3344,1646826071,47.74304,8.99903\n3345,1646826072,47.74304,8.99902\n3346,1646826073,47.74304,8.99902\n3347,1646826074,47.74304,8.99901\n3348,1646826075,47.74305,8.99901\n3349,1646826076,47.74305,8.99902\n3350,1646826077,47.74305,8.99901\n3351,1646826095,47.74315,8.99906\n3352,1646826096,47.74313,8.99905\n3353,1646826097,47.74312,8.99903\n3354,1646826098,47.74312,8.99903\n3355,1646826099,47.74310,8.99902\n3356,1646826100,47.74310,8.99902\n3357,1646826101,47.74310,8.99901\n3358,1646826102,47.74310,8.99901\n3359,1646826103,47.74309,8.99901\n3360,1646826105,47.74309,8.99902\n3361,1646826123,47.74329,8.99914\n3362,1646826124,47.74316,8.99908\n3363,1646826125,47.74314,8.99907\n3364,1646826126,47.74314,8.99906\n3365,1646826127,47.74313,8.99906\n3366,1646826128,47.74312,8.99905\n3367,1646826129,47.74311,8.99904\n3368,1646826130,47.74310,8.99903\n3369,1646826131,47.74309,8.99903\n3370,1646826132,47.74309,8.99902\n3371,1646826151,47.74301,8.99896\n3372,1646826152,47.74301,8.99897\n3373,1646826153,47.74300,8.99896\n3374,1646826154,47.74300,8.99897\n3375,1646826155,47.74301,8.99897\n3376,1646826156,47.74302,8.99898\n3377,1646826157,47.74303,8.99898\n3378,1646826159,47.74303,8.99898\n3379,1646826160,47.74304,8.99898\n3380,1646826161,47.74304,8.99898\n3381,1646826179,47.74302,8.99896\n3382,1646826180,47.74302,8.99898\n3383,1646826181,47.74302,8.99899\n3384,1646826182,47.74302,8.99899\n3385,1646826183,47.74302,8.99898\n3386,1646826184,47.74302,8.99898\n3387,1646826185,47.74304,8.99899\n3388,1646826186,47.74305,8.99900\n3389,1646826187,47.74309,8.99902\n3390,1646826189,47.74310,8.99902\n3391,1646826207,47.74308,8.99904\n3392,1646826208,47.74310,8.99905\n3393,1646826209,47.74308,8.99903\n3394,1646826210,47.74308,8.99903\n3395,1646826211,47.74308,8.99902\n3396,1646826212,47.74307,8.99901\n3397,1646826213,47.74306,8.99901\n3398,1646826214,47.74306,8.99900\n3399,1646826215,47.74305,8.99900\n3400,1646826216,47.74305,8.99900\n3401,1646826234,47.74309,8.99899\n3402,1646826235,47.74312,8.99900\n3403,1646826236,47.74310,8.99899\n3404,1646826237,47.74309,8.99899\n3405,1646826238,47.74308,8.99899\n3406,1646826239,47.74308,8.99898\n3407,1646826240,47.74308,8.99898\n3408,1646826241,47.74310,8.99899\n3409,1646826243,47.74310,8.99900\n3410,1646826244,47.74309,8.99900\n3411,1646826264,47.74299,8.99900\n3412,1646826265,47.74300,8.99900\n3413,1646826266,47.74300,8.99900\n3414,1646826267,47.74300,8.99899\n3415,1646826268,47.74300,8.99899\n3416,1646826269,47.74300,8.99898\n3417,1646826270,47.74300,8.99898\n3418,1646826271,47.74307,8.99901\n3419,1646826273,47.74308,8.99901\n3420,1646826274,47.74309,8.99902\n3421,1646826294,47.74304,8.99898\n3422,1646826295,47.74308,8.99899\n3423,1646826296,47.74310,8.99900\n3424,1646826297,47.74312,8.99901\n3425,1646826298,47.74314,8.99902\n3426,1646826299,47.74315,8.99903\n3427,1646826300,47.74315,8.99904\n3428,1646826301,47.74319,8.99906\n3429,1646826303,47.74319,8.99906\n3430,1646826304,47.74319,8.99906\n3431,1646826321,47.74305,8.99903\n3432,1646826321,47.74309,8.99903\n3433,1646826324,47.74305,8.99900\n3434,1646826325,47.74305,8.99900\n3435,1646826326,47.74307,8.99901\n3436,1646826327,47.74308,8.99901\n3437,1646826328,47.74309,8.99901\n3438,1646826329,47.74310,8.99902\n3439,1646826330,47.74310,8.99902\n3440,1646826331,47.74311,8.99902\n3441,1646826349,47.74293,8.99885\n3442,1646826350,47.74289,8.99890\n3443,1646826351,47.74293,8.99891\n3444,1646826352,47.74293,8.99891\n3445,1646826353,47.74294,8.99891\n3446,1646826354,47.74295,8.99892\n3447,1646826355,47.74296,8.99892\n3448,1646826356,47.74296,8.99892\n3449,1646826357,47.74296,8.99893\n3450,1646826358,47.74297,8.99893\n3451,1646826377,47.74323,8.99911\n3452,1646826378,47.74320,8.99909\n3453,1646826379,47.74318,8.99907\n3454,1646826380,47.74317,8.99906\n3455,1646826381,47.74316,8.99906\n3456,1646826382,47.74315,8.99905\n3457,1646826383,47.74314,8.99904\n3458,1646826384,47.74312,8.99903\n3459,1646826385,47.74312,8.99902\n3460,1646826387,47.74311,8.99901\n3461,1646826405,47.74320,8.99910\n3462,1646826406,47.74315,8.99904\n3463,1646826407,47.74313,8.99903\n3464,1646826408,47.74312,8.99902\n3465,1646826409,47.74311,8.99902\n3466,1646826410,47.74311,8.99903\n3467,1646826411,47.74311,8.99903\n3468,1646826412,47.74312,8.99903\n3469,1646826413,47.74311,8.99903\n3470,1646826414,47.74311,8.99903\n3471,1646826432,47.74308,8.99899\n3472,1646826433,47.74306,8.99909\n3473,1646826434,47.74306,8.99908\n3474,1646826435,47.74306,8.99908\n3475,1646826436,47.74306,8.99907\n3476,1646826437,47.74308,8.99906\n3477,1646826438,47.74308,8.99905\n3478,1646826439,47.74310,8.99905\n3479,1646826441,47.74311,8.99905\n3480,1646826442,47.74311,8.99905\n3481,1646826459,47.74316,8.99909\n3482,1646826459,47.74317,8.99912\n3483,1646826462,47.74317,8.99909\n3484,1646826463,47.74317,8.99908\n3485,1646826464,47.74315,8.99906\n3486,1646826465,47.74315,8.99905\n3487,1646826466,47.74315,8.99905\n3488,1646826467,47.74315,8.99905\n3489,1646826468,47.74315,8.99905\n3490,1646826469,47.74315,8.99905\n3491,1646826487,47.74311,8.99935\n3492,1646826488,47.74314,8.99910\n3493,1646826489,47.74313,8.99908\n3494,1646826490,47.74312,8.99907\n3495,1646826491,47.74311,8.99905\n3496,1646826492,47.74311,8.99904\n3497,1646826493,47.74311,8.99903\n3498,1646826494,47.74311,8.99902\n3499,1646826495,47.74310,8.99902\n3500,1646826496,47.74310,8.99901\n3501,1646826514,47.74306,8.99911\n3502,1646826515,47.74316,8.99911\n3503,1646826516,47.74317,8.99911\n3504,1646826517,47.74317,8.99910\n3505,1646826518,47.74318,8.99909\n3506,1646826519,47.74319,8.99907\n3507,1646826520,47.74319,8.99907\n3508,1646826521,47.74320,8.99907\n3509,1646826522,47.74320,8.99906\n3510,1646826523,47.74318,8.99908\n3511,1646826541,47.74324,8.99892\n3512,1646826542,47.74309,8.99901\n3513,1646826543,47.74313,8.99901\n3514,1646826544,47.74315,8.99901\n3515,1646826545,47.74315,8.99902\n3516,1646826546,47.74317,8.99902\n3517,1646826547,47.74317,8.99902\n3518,1646826548,47.74318,8.99902\n3519,1646826549,47.74319,8.99902\n3520,1646826550,47.74319,8.99902\n3521,1646826569,47.74310,8.99899\n3522,1646826570,47.74309,8.99896\n3523,1646826571,47.74311,8.99898\n3524,1646826572,47.74310,8.99899\n3525,1646826573,47.74311,8.99899\n3526,1646826574,47.74311,8.99898\n3527,1646826575,47.74311,8.99897\n3528,1646826576,47.74311,8.99897\n3529,1646826577,47.74311,8.99896\n3530,1646826578,47.74305,8.99899\n3531,1646826596,47.74306,8.99914\n3532,1646826597,47.74307,8.99911\n3533,1646826598,47.74308,8.99908\n3534,1646826599,47.74308,8.99907\n3535,1646826600,47.74309,8.99906\n3536,1646826601,47.74309,8.99905\n3537,1646826602,47.74309,8.99905\n3538,1646826603,47.74309,8.99905\n3539,1646826604,47.74310,8.99905\n3540,1646826605,47.74311,8.99907\n3541,1646826623,47.74319,8.99903\n3542,1646826624,47.74313,8.99904\n3543,1646826625,47.74315,8.99905\n3544,1646826626,47.74315,8.99905\n3545,1646826627,47.74315,8.99905\n3546,1646826628,47.74315,8.99905\n3547,1646826629,47.74316,8.99904\n3548,1646826630,47.74316,8.99903\n3549,1646826631,47.74306,8.99901\n3550,1646826633,47.74306,8.99900\n3551,1646826651,47.74318,8.99915\n3552,1646826652,47.74320,8.99911\n3553,1646826653,47.74318,8.99910\n3554,1646826654,47.74316,8.99911\n3555,1646826655,47.74315,8.99908\n3556,1646826656,47.74315,8.99906\n3557,1646826657,47.74315,8.99905\n3558,1646826658,47.74314,8.99904\n3559,1646826659,47.74314,8.99903\n3560,1646826660,47.74314,8.99902\n3561,1646826679,47.74313,8.99900\n3562,1646826680,47.74313,8.99903\n3563,1646826681,47.74315,8.99903\n3564,1646826682,47.74316,8.99904\n3565,1646826683,47.74317,8.99904\n3566,1646826684,47.74316,8.99904\n3567,1646826685,47.74315,8.99905\n3568,1646826686,47.74315,8.99905\n3569,1646826687,47.74315,8.99904\n3570,1646826688,47.74315,8.99904\n3571,1646826706,47.74317,8.99919\n3572,1646826707,47.74313,8.99915\n3573,1646826708,47.74313,8.99912\n3574,1646826709,47.74315,8.99906\n3575,1646826710,47.74316,8.99904\n3576,1646826711,47.74316,8.99903\n3577,1646826712,47.74316,8.99903\n3578,1646826713,47.74317,8.99903\n3579,1646826714,47.74317,8.99902\n3580,1646826715,47.74309,8.99903\n3581,1646826734,47.74319,8.99910\n3582,1646826735,47.74320,8.99900\n3583,1646826736,47.74319,8.99901\n3584,1646826737,47.74320,8.99902\n3585,1646826738,47.74319,8.99902\n3586,1646826739,47.74320,8.99904\n3587,1646826740,47.74320,8.99904\n3588,1646826741,47.74319,8.99904\n3589,1646826742,47.74319,8.99904\n3590,1646826743,47.74319,8.99904\n3591,1646826761,47.74322,8.99903\n3592,1646826762,47.74332,8.99906\n3593,1646826763,47.74332,8.99905\n3594,1646826764,47.74331,8.99905\n3595,1646826765,47.74331,8.99905\n3596,1646826766,47.74329,8.99905\n3597,1646826767,47.74328,8.99905\n3598,1646826768,47.74328,8.99906\n3599,1646826769,47.74318,8.99906\n3600,1646826771,47.74318,8.99906\n3601,1646826789,47.74331,8.99914\n3602,1646826790,47.74326,8.99903\n3603,1646826791,47.74324,8.99902\n3604,1646826792,47.74324,8.99902\n3605,1646826793,47.74324,8.99902\n3606,1646826794,47.74322,8.99902\n3607,1646826795,47.74322,8.99902\n3608,1646826796,47.74321,8.99902\n3609,1646826797,47.74322,8.99903\n3610,1646826798,47.74322,8.99904\n3611,1646826816,47.74338,8.99927\n3612,1646826817,47.74331,8.99923\n3613,1646826818,47.74330,8.99922\n3614,1646826819,47.74330,8.99921\n3615,1646826820,47.74329,8.99920\n3616,1646826821,47.74330,8.99919\n3617,1646826822,47.74330,8.99918\n3618,1646826823,47.74331,8.99917\n3619,1646826824,47.74331,8.99916\n3620,1646826825,47.74331,8.99915\n3621,1646826844,47.74332,8.99906\n3622,1646826845,47.74333,8.99905\n3623,1646826846,47.74332,8.99905\n3624,1646826847,47.74330,8.99905\n3625,1646826848,47.74330,8.99905\n3626,1646826849,47.74329,8.99905\n3627,1646826850,47.74328,8.99905\n3628,1646826851,47.74327,8.99905\n3629,1646826852,47.74326,8.99905\n3630,1646826853,47.74320,8.99906\n3631,1646826872,47.74329,8.99919\n3632,1646826873,47.74325,8.99914\n3633,1646826874,47.74325,8.99913\n3634,1646826875,47.74326,8.99913\n3635,1646826876,47.74325,8.99911\n3636,1646826877,47.74325,8.99910\n3637,1646826878,47.74326,8.99909\n3638,1646826879,47.74326,8.99909\n3639,1646826880,47.74326,8.99909\n3640,1646826881,47.74326,8.99909\n3641,1646826899,47.74305,8.99893\n3642,1646826900,47.74305,8.99901\n3643,1646826901,47.74304,8.99901\n3644,1646826902,47.74304,8.99901\n3645,1646826903,47.74303,8.99901\n3646,1646826904,47.74303,8.99900\n3647,1646826905,47.74303,8.99900\n3648,1646826906,47.74304,8.99900\n3649,1646826907,47.74305,8.99900\n3650,1646826909,47.74305,8.99900\n3651,1646826928,47.74318,8.99906\n3652,1646826929,47.74317,8.99909\n3653,1646826930,47.74316,8.99910\n3654,1646826931,47.74316,8.99909\n3655,1646826932,47.74316,8.99909\n3656,1646826933,47.74317,8.99909\n3657,1646826934,47.74316,8.99909\n3658,1646826935,47.74316,8.99908\n3659,1646826936,47.74315,8.99907\n3660,1646826937,47.74313,8.99907\n3661,1646826955,47.74310,8.99900\n3662,1646826956,47.74312,8.99900\n3663,1646826957,47.74313,8.99900\n3664,1646826958,47.74311,8.99903\n3665,1646826959,47.74311,8.99903\n3666,1646826960,47.74311,8.99903\n3667,1646826961,47.74311,8.99903\n3668,1646826962,47.74311,8.99904\n3669,1646826963,47.74311,8.99904\n3670,1646826964,47.74311,8.99904\n3671,1646826983,47.74317,8.99919\n3672,1646826984,47.74317,8.99914\n3673,1646826985,47.74316,8.99912\n3674,1646826986,47.74315,8.99910\n3675,1646826987,47.74315,8.99909\n3676,1646826988,47.74314,8.99906\n3677,1646826989,47.74313,8.99904\n3678,1646826990,47.74313,8.99904\n3679,1646826991,47.74313,8.99903\n3680,1646826992,47.74313,8.99903\n3681,1646827010,47.74321,8.99912\n3682,1646827011,47.74320,8.99908\n3683,1646827012,47.74319,8.99907\n3684,1646827013,47.74319,8.99906\n3685,1646827014,47.74318,8.99904\n3686,1646827015,47.74317,8.99901\n3687,1646827016,47.74316,8.99900\n3688,1646827017,47.74315,8.99900\n3689,1646827018,47.74314,8.99900\n3690,1646827019,47.74314,8.99900\n3691,1646827037,47.74313,8.99907\n3692,1646827038,47.74317,8.99901\n3693,1646827039,47.74316,8.99902\n3694,1646827040,47.74315,8.99902\n3695,1646827041,47.74314,8.99900\n3696,1646827042,47.74313,8.99901\n3697,1646827043,47.74312,8.99901\n3698,1646827044,47.74312,8.99901\n3699,1646827045,47.74311,8.99901\n3700,1646827047,47.74311,8.99901\n3701,1646827066,47.74327,8.99896\n3702,1646827067,47.74326,8.99896\n3703,1646827068,47.74325,8.99898\n3704,1646827069,47.74324,8.99899\n3705,1646827070,47.74323,8.99900\n3706,1646827071,47.74321,8.99899\n3707,1646827072,47.74320,8.99899\n3708,1646827073,47.74320,8.99899\n3709,1646827074,47.74319,8.99899\n3710,1646827075,47.74314,8.99901\n3711,1646827093,47.74294,8.99916\n3712,1646827094,47.74297,8.99915\n3713,1646827095,47.74297,8.99910\n3714,1646827096,47.74299,8.99905\n3715,1646827097,47.74300,8.99902\n3716,1646827098,47.74301,8.99900\n3717,1646827099,47.74301,8.99899\n3718,1646827100,47.74302,8.99900\n3719,1646827101,47.74303,8.99900\n3720,1646827102,47.74303,8.99900\n3721,1646827124,47.74315,8.99904\n3722,1646827125,47.74313,8.99902\n3723,1646827126,47.74314,8.99903\n3724,1646827127,47.74314,8.99902\n3725,1646827128,47.74314,8.99903\n3726,1646827129,47.74313,8.99904\n3727,1646827131,47.74313,8.99904\n3728,1646827132,47.74314,8.99904\n3729,1646827133,47.74314,8.99904\n3730,1646827134,47.74314,8.99904\n3731,1646827151,47.74286,8.99882\n3732,1646827151,47.74285,8.99878\n3733,1646827154,47.74296,8.99889\n3734,1646827155,47.74298,8.99891\n3735,1646827156,47.74299,8.99892\n3736,1646827157,47.74300,8.99893\n3737,1646827158,47.74302,8.99895\n3738,1646827159,47.74303,8.99896\n3739,1646827160,47.74304,8.99896\n3740,1646827161,47.74305,8.99897\n3741,1646827182,47.74342,8.99922\n3742,1646827183,47.74332,8.99915\n3743,1646827184,47.74329,8.99912\n3744,1646827185,47.74326,8.99909\n3745,1646827186,47.74327,8.99909\n3746,1646827187,47.74325,8.99907\n3747,1646827188,47.74324,8.99907\n3748,1646827189,47.74312,8.99905\n3749,1646827191,47.74312,8.99905\n3750,1646827192,47.74311,8.99904\n3751,1646827209,47.74324,8.99906\n3752,1646827212,47.74311,8.99898\n3753,1646827213,47.74310,8.99898\n3754,1646827214,47.74311,8.99900\n3755,1646827215,47.74311,8.99901\n3756,1646827216,47.74311,8.99901\n3757,1646827217,47.74311,8.99902\n3758,1646827218,47.74312,8.99902\n3759,1646827219,47.74312,8.99903\n3760,1646827220,47.74312,8.99903\n3761,1646827238,47.74322,8.99913\n3762,1646827239,47.74327,8.99913\n3763,1646827240,47.74327,8.99910\n3764,1646827241,47.74326,8.99910\n3765,1646827242,47.74325,8.99909\n3766,1646827243,47.74325,8.99908\n3767,1646827244,47.74324,8.99908\n3768,1646827245,47.74322,8.99907\n3769,1646827246,47.74322,8.99907\n3770,1646827247,47.74321,8.99906\n3771,1646827265,47.74294,8.99905\n3772,1646827266,47.74296,8.99905\n3773,1646827267,47.74299,8.99906\n3774,1646827268,47.74298,8.99905\n3775,1646827269,47.74298,8.99903\n3776,1646827270,47.74299,8.99902\n3777,1646827271,47.74299,8.99901\n3778,1646827272,47.74299,8.99901\n3779,1646827273,47.74305,8.99898\n3780,1646827275,47.74305,8.99898\n3781,1646827293,47.74295,8.99892\n3782,1646827294,47.74287,8.99899\n3783,1646827295,47.74289,8.99901\n3784,1646827296,47.74291,8.99903\n3785,1646827297,47.74293,8.99903\n3786,1646827298,47.74295,8.99903\n3787,1646827299,47.74297,8.99903\n3788,1646827300,47.74299,8.99903\n3789,1646827301,47.74301,8.99903\n3790,1646827302,47.74303,8.99903\n3791,1646827320,47.74303,8.99911\n3792,1646827321,47.74310,8.99905\n3793,1646827322,47.74310,8.99904\n3794,1646827323,47.74309,8.99904\n3795,1646827324,47.74309,8.99904\n3796,1646827325,47.74307,8.99904\n3797,1646827326,47.74307,8.99903\n3798,1646827327,47.74306,8.99905\n3799,1646827328,47.74306,8.99905\n3800,1646827329,47.74306,8.99905\n3801,1646827349,47.74313,8.99907\n3802,1646827350,47.74311,8.99907\n3803,1646827351,47.74311,8.99905\n3804,1646827352,47.74311,8.99903\n3805,1646827353,47.74310,8.99903\n3806,1646827354,47.74308,8.99903\n3807,1646827355,47.74308,8.99903\n3808,1646827356,47.74308,8.99904\n3809,1646827357,47.74305,8.99904\n3810,1646827359,47.74305,8.99904\n3811,1646827378,47.74303,8.99893\n3812,1646827379,47.74301,8.99899\n3813,1646827380,47.74304,8.99897\n3814,1646827381,47.74305,8.99897\n3815,1646827382,47.74305,8.99898\n3816,1646827383,47.74305,8.99898\n3817,1646827384,47.74304,8.99897\n3818,1646827385,47.74304,8.99898\n3819,1646827386,47.74304,8.99898\n3820,1646827387,47.74300,8.99900\n3821,1646827405,47.74309,8.99887\n3822,1646827406,47.74315,8.99895\n3823,1646827407,47.74315,8.99899\n3824,1646827408,47.74313,8.99901\n3825,1646827409,47.74313,8.99901\n3826,1646827410,47.74314,8.99901\n3827,1646827411,47.74314,8.99902\n3828,1646827412,47.74314,8.99903\n3829,1646827413,47.74314,8.99903\n3830,1646827414,47.74313,8.99903\n3831,1646827432,47.74297,8.99886\n3832,1646827433,47.74306,8.99900\n3833,1646827434,47.74306,8.99902\n3834,1646827435,47.74305,8.99902\n3835,1646827436,47.74306,8.99899\n3836,1646827437,47.74306,8.99899\n3837,1646827438,47.74306,8.99898\n3838,1646827439,47.74306,8.99899\n3839,1646827440,47.74306,8.99899\n3840,1646827441,47.74307,8.99899\n3841,1646827460,47.74313,8.99900\n3842,1646827461,47.74307,8.99898\n3843,1646827462,47.74306,8.99896\n3844,1646827463,47.74306,8.99897\n3845,1646827464,47.74306,8.99898\n3846,1646827465,47.74306,8.99899\n3847,1646827466,47.74307,8.99900\n3848,1646827467,47.74307,8.99900\n3849,1646827468,47.74307,8.99900\n3850,1646827469,47.74307,8.99899\n3851,1646827487,47.74310,8.99890\n3852,1646827488,47.74313,8.99895\n3853,1646827489,47.74314,8.99897\n3854,1646827490,47.74314,8.99899\n3855,1646827491,47.74314,8.99900\n3856,1646827492,47.74314,8.99901\n3857,1646827493,47.74313,8.99901\n3858,1646827494,47.74314,8.99900\n3859,1646827495,47.74314,8.99899\n3860,1646827497,47.74313,8.99898\n3861,1646827515,47.74307,8.99899\n3862,1646827516,47.74298,8.99899\n3863,1646827517,47.74297,8.99901\n3864,1646827518,47.74299,8.99902\n3865,1646827519,47.74301,8.99903\n3866,1646827520,47.74303,8.99903\n3867,1646827521,47.74304,8.99904\n3868,1646827522,47.74305,8.99903\n3869,1646827523,47.74306,8.99903\n3870,1646827524,47.74307,8.99902\n3871,1646827542,47.74296,8.99890\n3872,1646827543,47.74298,8.99891\n3873,1646827544,47.74298,8.99890\n3874,1646827545,47.74298,8.99890\n3875,1646827546,47.74298,8.99890\n3876,1646827547,47.74299,8.99889\n3877,1646827548,47.74299,8.99889\n3878,1646827549,47.74299,8.99889\n3879,1646827551,47.74298,8.99888\n3880,1646827552,47.74298,8.99889\n3881,1646827569,47.74304,8.99894\n3882,1646827569,47.74305,8.99896\n3883,1646827572,47.74304,8.99900\n3884,1646827573,47.74304,8.99901\n3885,1646827574,47.74304,8.99902\n3886,1646827575,47.74305,8.99903\n3887,1646827576,47.74305,8.99903\n3888,1646827577,47.74305,8.99903\n3889,1646827578,47.74305,8.99903\n3890,1646827579,47.74305,8.99903\n3891,1646827597,47.74306,8.99894\n3892,1646827598,47.74311,8.99896\n3893,1646827599,47.74311,8.99897\n3894,1646827600,47.74311,8.99897\n3895,1646827601,47.74310,8.99897\n3896,1646827602,47.74311,8.99897\n3897,1646827603,47.74311,8.99897\n3898,1646827604,47.74312,8.99897\n3899,1646827605,47.74312,8.99897\n3900,1646827606,47.74312,8.99897\n3901,1646827624,47.74310,8.99894\n3902,1646827625,47.74301,8.99903\n3903,1646827626,47.74299,8.99903\n3904,1646827627,47.74299,8.99903\n3905,1646827628,47.74300,8.99903\n3906,1646827629,47.74300,8.99903\n3907,1646827630,47.74301,8.99904\n3908,1646827631,47.74301,8.99904\n3909,1646827632,47.74301,8.99904\n3910,1646827633,47.74303,8.99905\n3911,1646827652,47.74299,8.99898\n3912,1646827653,47.74298,8.99897\n3913,1646827654,47.74299,8.99897\n3914,1646827655,47.74299,8.99898\n3915,1646827656,47.74299,8.99899\n3916,1646827657,47.74300,8.99900\n3917,1646827658,47.74301,8.99902\n3918,1646827659,47.74302,8.99903\n3919,1646827660,47.74302,8.99903\n3920,1646827661,47.74303,8.99903\n3921,1646827679,47.74301,8.99897\n3922,1646827680,47.74308,8.99898\n3923,1646827681,47.74307,8.99898\n3924,1646827682,47.74305,8.99897\n3925,1646827683,47.74304,8.99897\n3926,1646827684,47.74303,8.99897\n3927,1646827685,47.74303,8.99898\n3928,1646827686,47.74302,8.99898\n3929,1646827687,47.74302,8.99899\n3930,1646827689,47.74300,8.99898\n3931,1646827707,47.74293,8.99898\n3932,1646827708,47.74294,8.99896\n3933,1646827709,47.74296,8.99896\n3934,1646827710,47.74297,8.99896\n3935,1646827711,47.74299,8.99897\n3936,1646827712,47.74300,8.99898\n3937,1646827713,47.74300,8.99898\n3938,1646827714,47.74301,8.99898\n3939,1646827715,47.74301,8.99898\n3940,1646827716,47.74302,8.99898\n3941,1646827734,47.74309,8.99910\n3942,1646827735,47.74314,8.99911\n3943,1646827736,47.74313,8.99910\n3944,1646827737,47.74312,8.99909\n3945,1646827738,47.74312,8.99907\n3946,1646827739,47.74311,8.99906\n3947,1646827740,47.74312,8.99906\n3948,1646827741,47.74311,8.99905\n3949,1646827743,47.74311,8.99904\n3950,1646827744,47.74311,8.99904\n3951,1646827761,47.74303,8.99901\n3952,1646827761,47.74304,8.99901\n3953,1646827764,47.74306,8.99901\n3954,1646827765,47.74307,8.99901\n3955,1646827766,47.74308,8.99901\n3956,1646827767,47.74308,8.99901\n3957,1646827768,47.74308,8.99900\n3958,1646827769,47.74308,8.99900\n3959,1646827770,47.74308,8.99900\n3960,1646827771,47.74308,8.99899\n3961,1646827789,47.74307,8.99893\n3962,1646827790,47.74308,8.99891\n3963,1646827791,47.74309,8.99893\n3964,1646827792,47.74309,8.99894\n3965,1646827793,47.74309,8.99895\n3966,1646827794,47.74309,8.99896\n3967,1646827795,47.74309,8.99897\n3968,1646827796,47.74308,8.99897\n3969,1646827797,47.74309,8.99897\n3970,1646827798,47.74309,8.99898\n3971,1646827816,47.74301,8.99899\n3972,1646827817,47.74299,8.99896\n3973,1646827818,47.74300,8.99896\n3974,1646827819,47.74301,8.99896\n3975,1646827820,47.74301,8.99896\n3976,1646827821,47.74302,8.99897\n3977,1646827822,47.74302,8.99897\n3978,1646827823,47.74303,8.99897\n3979,1646827824,47.74304,8.99898\n3980,1646827825,47.74301,8.99897\n3981,1646827850,47.74293,8.99898\n3982,1646827851,47.74297,8.99899\n3983,1646827852,47.74300,8.99899\n3984,1646827853,47.74301,8.99899\n3985,1646827854,47.74301,8.99899\n3986,1646827855,47.74300,8.99899\n3987,1646827857,47.74299,8.99899\n3988,1646827858,47.74299,8.99899\n3989,1646827859,47.74300,8.99899\n3990,1646827860,47.74301,8.99899\n3991,1646827877,47.74293,8.99897\n3992,1646827877,47.74291,8.99895\n3993,1646827880,47.74302,8.99899\n3994,1646827881,47.74304,8.99899\n3995,1646827882,47.74305,8.99900\n3996,1646827883,47.74306,8.99900\n3997,1646827884,47.74307,8.99900\n3998,1646827885,47.74308,8.99901\n3999,1646827886,47.74309,8.99901\n4000,1646827887,47.74309,8.99901\n4001,1646827906,47.74293,8.99894\n4002,1646827907,47.74298,8.99896\n4003,1646827908,47.74300,8.99897\n4004,1646827909,47.74301,8.99898\n4005,1646827910,47.74300,8.99898\n4006,1646827911,47.74301,8.99899\n4007,1646827912,47.74302,8.99899\n4008,1646827913,47.74303,8.99899\n4009,1646827914,47.74304,8.99899\n4010,1646827915,47.74292,8.99894\n4011,1646827933,47.74301,8.99899\n4012,1646827934,47.74312,8.99901\n4013,1646827935,47.74326,8.99907\n4014,1646827936,47.74326,8.99907\n4015,1646827937,47.74326,8.99907\n4016,1646827938,47.74325,8.99906\n4017,1646827939,47.74324,8.99906\n4018,1646827940,47.74323,8.99907\n4019,1646827941,47.74322,8.99907\n4020,1646827942,47.74321,8.99907\n4021,1646827960,47.74301,8.99893\n4022,1646827961,47.74302,8.99897\n4023,1646827962,47.74302,8.99897\n4024,1646827963,47.74302,8.99898\n4025,1646827964,47.74301,8.99899\n4026,1646827965,47.74301,8.99899\n4027,1646827966,47.74301,8.99900\n4028,1646827967,47.74301,8.99900\n4029,1646827968,47.74301,8.99900\n4030,1646827969,47.74297,8.99899\n4031,1646827988,47.74310,8.99915\n4032,1646827989,47.74304,8.99907\n4033,1646827990,47.74304,8.99905\n4034,1646827991,47.74306,8.99905\n4035,1646827992,47.74308,8.99904\n4036,1646827993,47.74309,8.99903\n4037,1646827994,47.74310,8.99903\n4038,1646827995,47.74311,8.99903\n4039,1646827996,47.74312,8.99903\n4040,1646827997,47.74312,8.99903\n4041,1646828015,47.74266,8.99898\n4042,1646828016,47.74308,8.99901\n4043,1646828017,47.74308,8.99902\n4044,1646828018,47.74309,8.99902\n4045,1646828019,47.74310,8.99902\n4046,1646828020,47.74310,8.99902\n4047,1646828021,47.74310,8.99902\n4048,1646828022,47.74311,8.99902\n4049,1646828023,47.74302,8.99899\n4050,1646828025,47.74302,8.99899\n4051,1646828043,47.74319,8.99908\n4052,1646828044,47.74310,8.99904\n4053,1646828045,47.74312,8.99904\n4054,1646828046,47.74313,8.99904\n4055,1646828047,47.74314,8.99904\n4056,1646828048,47.74315,8.99904\n4057,1646828049,47.74316,8.99904\n4058,1646828050,47.74316,8.99904\n4059,1646828051,47.74316,8.99904\n4060,1646828052,47.74315,8.99904\n4061,1646828070,47.74302,8.99895\n4062,1646828071,47.74298,8.99898\n4063,1646828072,47.74296,8.99898\n4064,1646828073,47.74295,8.99897\n4065,1646828074,47.74295,8.99897\n4066,1646828075,47.74294,8.99897\n4067,1646828076,47.74295,8.99897\n4068,1646828077,47.74301,8.99899\n4069,1646828079,47.74301,8.99899\n4070,1646828080,47.74300,8.99899\n4071,1646828097,47.74306,8.99896\n4072,1646828097,47.74315,8.99899\n4073,1646828100,47.74307,8.99899\n4074,1646828101,47.74307,8.99899\n4075,1646828102,47.74306,8.99899\n4076,1646828103,47.74306,8.99899\n4077,1646828104,47.74306,8.99899\n4078,1646828105,47.74306,8.99899\n4079,1646828106,47.74307,8.99900\n4080,1646828107,47.74307,8.99900\n4081,1646828125,47.74284,8.99898\n4082,1646828126,47.74292,8.99898\n4083,1646828127,47.74293,8.99899\n4084,1646828128,47.74294,8.99898\n4085,1646828129,47.74296,8.99898\n4086,1646828130,47.74297,8.99899\n4087,1646828131,47.74298,8.99899\n4088,1646828132,47.74299,8.99900\n4089,1646828133,47.74300,8.99900\n4090,1646828134,47.74300,8.99900\n4091,1646828153,47.74301,8.99893\n4092,1646828154,47.74300,8.99894\n4093,1646828155,47.74301,8.99895\n4094,1646828156,47.74302,8.99895\n4095,1646828157,47.74301,8.99896\n4096,1646828158,47.74301,8.99896\n4097,1646828159,47.74302,8.99897\n4098,1646828160,47.74302,8.99898\n4099,1646828161,47.74301,8.99898\n4100,1646828163,47.74301,8.99898\n4101,1646828182,47.74297,8.99898\n4102,1646828183,47.74298,8.99898\n4103,1646828184,47.74298,8.99899\n4104,1646828185,47.74299,8.99900\n4105,1646828186,47.74299,8.99900\n4106,1646828187,47.74299,8.99900\n4107,1646828188,47.74299,8.99900\n4108,1646828189,47.74299,8.99900\n4109,1646828190,47.74299,8.99900\n4110,1646828191,47.74301,8.99900\n4111,1646828209,47.74292,8.99896\n4112,1646828210,47.74308,8.99898\n4113,1646828211,47.74308,8.99898\n4114,1646828212,47.74308,8.99899\n4115,1646828213,47.74308,8.99899\n4116,1646828214,47.74307,8.99900\n4117,1646828215,47.74306,8.99900\n4118,1646828216,47.74306,8.99899\n4119,1646828217,47.74306,8.99899\n4120,1646828218,47.74306,8.99899\n4121,1646828238,47.74298,8.99903\n4122,1646828239,47.74299,8.99903\n4123,1646828240,47.74300,8.99903\n4124,1646828241,47.74300,8.99903\n4125,1646828242,47.74300,8.99903\n4126,1646828243,47.74299,8.99902\n4127,1646828244,47.74298,8.99902\n4128,1646828245,47.74295,8.99900\n4129,1646828247,47.74294,8.99900\n4130,1646828248,47.74293,8.99900\n4131,1646828267,47.74297,8.99895\n4132,1646828268,47.74298,8.99895\n4133,1646828269,47.74298,8.99896\n4134,1646828270,47.74297,8.99896\n4135,1646828271,47.74298,8.99897\n4136,1646828272,47.74297,8.99897\n4137,1646828273,47.74297,8.99897\n4138,1646828274,47.74297,8.99897\n4139,1646828275,47.74294,8.99896\n4140,1646828277,47.74294,8.99897\n4141,1646828296,47.74328,8.99905\n4142,1646828297,47.74320,8.99902\n4143,1646828298,47.74317,8.99901\n4144,1646828299,47.74315,8.99900\n4145,1646828300,47.74313,8.99900\n4146,1646828301,47.74313,8.99900\n4147,1646828302,47.74313,8.99899\n4148,1646828303,47.74313,8.99899\n4149,1646828304,47.74312,8.99899\n4150,1646828305,47.74306,8.99898\n4151,1646828323,47.74309,8.99898\n4152,1646828324,47.74321,8.99902\n4153,1646828325,47.74319,8.99902\n4154,1646828326,47.74319,8.99902\n4155,1646828327,47.74319,8.99902\n4156,1646828328,47.74320,8.99903\n4157,1646828329,47.74321,8.99903\n4158,1646828330,47.74321,8.99903\n4159,1646828331,47.74321,8.99903\n4160,1646828332,47.74321,8.99903\n4161,1646828351,47.74319,8.99902\n4162,1646828352,47.74320,8.99902\n4163,1646828353,47.74321,8.99902\n4164,1646828354,47.74322,8.99903\n4165,1646828355,47.74323,8.99903\n4166,1646828356,47.74323,8.99903\n4167,1646828357,47.74324,8.99903\n4168,1646828358,47.74324,8.99904\n4169,1646828359,47.74313,8.99901\n4170,1646828361,47.74314,8.99901\n4171,1646828379,47.74306,8.99897\n4172,1646828380,47.74310,8.99898\n4173,1646828381,47.74311,8.99899\n4174,1646828382,47.74311,8.99899\n4175,1646828383,47.74312,8.99899\n4176,1646828384,47.74312,8.99900\n4177,1646828385,47.74313,8.99900\n4178,1646828386,47.74313,8.99901\n4179,1646828387,47.74314,8.99901\n4180,1646828388,47.74314,8.99901\n4181,1646828406,47.74306,8.99896\n4182,1646828407,47.74308,8.99898\n4183,1646828408,47.74308,8.99898\n4184,1646828409,47.74308,8.99899\n4185,1646828410,47.74309,8.99900\n4186,1646828411,47.74309,8.99900\n4187,1646828412,47.74309,8.99901\n4188,1646828413,47.74309,8.99901\n4189,1646828415,47.74310,8.99901\n4190,1646828416,47.74310,8.99901\n4191,1646828433,47.74302,8.99893\n4192,1646828433,47.74302,8.99893\n4193,1646828436,47.74307,8.99895\n4194,1646828437,47.74308,8.99896\n4195,1646828438,47.74309,8.99897\n4196,1646828439,47.74309,8.99897\n4197,1646828440,47.74309,8.99897\n4198,1646828441,47.74310,8.99898\n4199,1646828442,47.74310,8.99898\n4200,1646828443,47.74310,8.99898\n4201,1646828461,47.74317,8.99901\n4202,1646828462,47.74316,8.99900\n4203,1646828463,47.74315,8.99900\n4204,1646828464,47.74314,8.99900\n4205,1646828465,47.74314,8.99900\n4206,1646828466,47.74313,8.99900\n4207,1646828467,47.74313,8.99900\n4208,1646828468,47.74313,8.99900\n4209,1646828469,47.74313,8.99900\n4210,1646828470,47.74313,8.99900\n4211,1646828488,47.74317,8.99898\n4212,1646828489,47.74316,8.99899\n4213,1646828490,47.74315,8.99899\n4214,1646828491,47.74316,8.99899\n4215,1646828492,47.74315,8.99899\n4216,1646828493,47.74315,8.99900\n4217,1646828494,47.74314,8.99900\n4218,1646828495,47.74314,8.99901\n4219,1646828496,47.74314,8.99901\n4220,1646828497,47.74310,8.99901\n4221,1646828515,47.74305,8.99901\n4222,1646828517,47.74304,8.99900\n4223,1646828518,47.74305,8.99899\n4224,1646828519,47.74306,8.99899\n4225,1646828520,47.74306,8.99900\n4226,1646828521,47.74307,8.99900\n4227,1646828522,47.74307,8.99900\n4228,1646828523,47.74308,8.99900\n4229,1646828524,47.74308,8.99901\n4230,1646828525,47.74308,8.99901\n4231,1646828544,47.74294,8.99895\n4232,1646828545,47.74296,8.99896\n4233,1646828546,47.74298,8.99897\n4234,1646828547,47.74299,8.99898\n4235,1646828548,47.74300,8.99898\n4236,1646828549,47.74301,8.99899\n4237,1646828550,47.74302,8.99899\n4238,1646828551,47.74303,8.99898\n4239,1646828552,47.74310,8.99899\n4240,1646828554,47.74310,8.99898\n4241,1646828572,47.74318,8.99900\n4242,1646828573,47.74317,8.99900\n4243,1646828574,47.74318,8.99901\n4244,1646828575,47.74318,8.99902\n4245,1646828576,47.74317,8.99901\n4246,1646828577,47.74317,8.99901\n4247,1646828578,47.74316,8.99901\n4248,1646828579,47.74316,8.99901\n4249,1646828580,47.74316,8.99901\n4250,1646828581,47.74312,8.99901\n4251,1646828599,47.74311,8.99904\n4252,1646828600,47.74313,8.99904\n4253,1646828601,47.74312,8.99904\n4254,1646828602,47.74312,8.99903\n4255,1646828603,47.74311,8.99903\n4256,1646828604,47.74311,8.99903\n4257,1646828605,47.74310,8.99903\n4258,1646828606,47.74310,8.99902\n4259,1646828607,47.74310,8.99902\n4260,1646828608,47.74310,8.99902\n4261,1646828627,47.74315,8.99900\n4262,1646828628,47.74316,8.99900\n4263,1646828629,47.74316,8.99901\n4264,1646828630,47.74317,8.99901\n4265,1646828631,47.74318,8.99901\n4266,1646828632,47.74318,8.99901\n4267,1646828633,47.74318,8.99902\n4268,1646828634,47.74319,8.99902\n4269,1646828635,47.74307,8.99899\n4270,1646828637,47.74308,8.99899\n4271,1646828655,47.74305,8.99894\n4272,1646828656,47.74304,8.99894\n4273,1646828657,47.74305,8.99896\n4274,1646828658,47.74305,8.99898\n4275,1646828659,47.74304,8.99899\n4276,1646828660,47.74304,8.99898\n4277,1646828661,47.74305,8.99899\n4278,1646828662,47.74305,8.99899\n4279,1646828663,47.74305,8.99899\n4280,1646828664,47.74304,8.99899\n4281,1646828682,47.74317,8.99896\n4282,1646828683,47.74315,8.99897\n4283,1646828684,47.74314,8.99898\n4284,1646828685,47.74314,8.99899\n4285,1646828686,47.74313,8.99899\n4286,1646828687,47.74312,8.99899\n4287,1646828688,47.74311,8.99899\n4288,1646828689,47.74309,8.99899\n4289,1646828691,47.74309,8.99899\n4290,1646828692,47.74310,8.99899\n4291,1646828710,47.74314,8.99898\n4292,1646828711,47.74310,8.99898\n4293,1646828712,47.74310,8.99898\n4294,1646828713,47.74309,8.99898\n4295,1646828714,47.74309,8.99898\n4296,1646828715,47.74309,8.99898\n4297,1646828716,47.74309,8.99898\n4298,1646828717,47.74309,8.99898\n4299,1646828718,47.74308,8.99898\n4300,1646828719,47.74310,8.99898\n4301,1646828737,47.74302,8.99896\n4302,1646828738,47.74303,8.99895\n4303,1646828739,47.74303,8.99895\n4304,1646828740,47.74304,8.99896\n4305,1646828741,47.74304,8.99896\n4306,1646828742,47.74305,8.99897\n4307,1646828743,47.74305,8.99897\n4308,1646828744,47.74305,8.99898\n4309,1646828745,47.74305,8.99898\n4310,1646828746,47.74305,8.99898\n4311,1646828765,47.74306,8.99902\n4312,1646828766,47.74305,8.99899\n4313,1646828767,47.74306,8.99899\n4314,1646828768,47.74305,8.99900\n4315,1646828769,47.74305,8.99899\n4316,1646828770,47.74305,8.99900\n4317,1646828771,47.74305,8.99900\n4318,1646828772,47.74304,8.99900\n4319,1646828773,47.74305,8.99899\n4320,1646828774,47.74304,8.99899\n4321,1646828792,47.74309,8.99909\n4322,1646828793,47.74309,8.99907\n4323,1646828794,47.74310,8.99906\n4324,1646828795,47.74310,8.99905\n4325,1646828796,47.74309,8.99903\n4326,1646828797,47.74307,8.99903\n4327,1646828798,47.74306,8.99902\n4328,1646828799,47.74306,8.99902\n4329,1646828800,47.74306,8.99902\n4330,1646828801,47.74306,8.99902\n4331,1646828820,47.74308,8.99896\n4332,1646828821,47.74307,8.99896\n4333,1646828822,47.74308,8.99897\n4334,1646828823,47.74307,8.99897\n4335,1646828824,47.74307,8.99898\n4336,1646828825,47.74306,8.99898\n4337,1646828826,47.74306,8.99898\n4338,1646828827,47.74305,8.99899\n4339,1646828829,47.74304,8.99899\n4340,1646828830,47.74304,8.99899\n4341,1646828849,47.74340,8.99906\n4342,1646828850,47.74365,8.99912\n4343,1646828851,47.74374,8.99913\n4344,1646828852,47.74376,8.99914\n4345,1646828853,47.74376,8.99914\n4346,1646828854,47.74376,8.99914\n4347,1646828855,47.74374,8.99914\n4348,1646828857,47.74305,8.99899\n4349,1646828859,47.74305,8.99899\n4350,1646828860,47.74304,8.99898\n4351,1646828877,47.74297,8.99895\n4352,1646828877,47.74299,8.99897\n4353,1646828880,47.74301,8.99899\n4354,1646828881,47.74301,8.99899\n4355,1646828882,47.74302,8.99899\n4356,1646828883,47.74302,8.99900\n4357,1646828884,47.74303,8.99900\n4358,1646828885,47.74303,8.99900\n4359,1646828886,47.74304,8.99900\n4360,1646828887,47.74304,8.99900\n4361,1646828905,47.74309,8.99903\n4362,1646828906,47.74307,8.99901\n4363,1646828907,47.74306,8.99900\n4364,1646828908,47.74304,8.99899\n4365,1646828909,47.74303,8.99899\n4366,1646828910,47.74303,8.99899\n4367,1646828911,47.74302,8.99899\n4368,1646828912,47.74302,8.99899\n4369,1646828913,47.74302,8.99899\n4370,1646828914,47.74302,8.99899\n4371,1646828932,47.74307,8.99899\n4372,1646828934,47.74328,8.99903\n4373,1646828935,47.74336,8.99905\n4374,1646828936,47.74345,8.99907\n4375,1646828937,47.74356,8.99908\n4376,1646828938,47.74364,8.99910\n4377,1646828939,47.74372,8.99912\n4378,1646828941,47.74307,8.99899\n4379,1646828943,47.74308,8.99899\n4380,1646828944,47.74308,8.99898\n4381,1646828970,47.74366,8.99908\n4382,1646828971,47.74308,8.99898\n4383,1646828973,47.74308,8.99897\n4384,1646828974,47.74307,8.99897\n4385,1646828975,47.74307,8.99897\n4386,1646828976,47.74307,8.99897\n4387,1646828977,47.74307,8.99897\n4388,1646828978,47.74307,8.99897\n4389,1646828979,47.74307,8.99897\n4390,1646828980,47.74307,8.99897\n4391,1646828999,47.74313,8.99899\n4392,1646829000,47.74313,8.99899\n4393,1646829001,47.74313,8.99899\n4394,1646829002,47.74313,8.99900\n4395,1646829003,47.74313,8.99901\n4396,1646829004,47.74313,8.99901\n4397,1646829005,47.74313,8.99901\n4398,1646829006,47.74312,8.99901\n4399,1646829007,47.74306,8.99900\n4400,1646829009,47.74306,8.99899\n4401,1646829027,47.74323,8.99901\n4402,1646829028,47.74321,8.99900\n4403,1646829029,47.74319,8.99900\n4404,1646829030,47.74318,8.99899\n4405,1646829031,47.74317,8.99899\n4406,1646829032,47.74317,8.99899\n4407,1646829033,47.74317,8.99899\n4408,1646829034,47.74316,8.99899\n4409,1646829035,47.74316,8.99899\n4410,1646829036,47.74316,8.99899\n4411,1646829054,47.74326,8.99897\n4412,1646829055,47.74322,8.99897\n4413,1646829056,47.74319,8.99897\n4414,1646829057,47.74319,8.99897\n4415,1646829058,47.74319,8.99897\n4416,1646829059,47.74318,8.99897\n4417,1646829060,47.74317,8.99897\n4418,1646829061,47.74317,8.99898\n4419,1646829062,47.74317,8.99898\n4420,1646829063,47.74317,8.99898\n4421,1646829081,47.74297,8.99902\n4422,1646829082,47.74309,8.99901\n4423,1646829083,47.74310,8.99900\n4424,1646829084,47.74310,8.99900\n4425,1646829085,47.74310,8.99899\n4426,1646829086,47.74308,8.99899\n4427,1646829087,47.74308,8.99899\n4428,1646829088,47.74308,8.99899\n4429,1646829089,47.74307,8.99899\n4430,1646829090,47.74307,8.99899\n4431,1646829109,47.74321,8.99900\n4432,1646829110,47.74311,8.99900\n4433,1646829111,47.74310,8.99900\n4434,1646829112,47.74310,8.99900\n4435,1646829113,47.74309,8.99900\n4436,1646829114,47.74308,8.99900\n4437,1646829115,47.74307,8.99899\n4438,1646829116,47.74307,8.99899\n4439,1646829117,47.74306,8.99899\n4440,1646829118,47.74305,8.99899\n4441,1646829137,47.74311,8.99896\n4442,1646829138,47.74308,8.99897\n4443,1646829139,47.74306,8.99898\n4444,1646829140,47.74306,8.99898\n4445,1646829141,47.74306,8.99898\n4446,1646829142,47.74305,8.99899\n4447,1646829143,47.74305,8.99899\n4448,1646829144,47.74304,8.99899\n4449,1646829145,47.74300,8.99899\n4450,1646829147,47.74299,8.99899\n4451,1646829167,47.74318,8.99896\n4452,1646829168,47.74309,8.99897\n4453,1646829169,47.74305,8.99898\n4454,1646829170,47.74303,8.99898\n4455,1646829171,47.74301,8.99898\n4456,1646829172,47.74300,8.99899\n4457,1646829173,47.74299,8.99899\n4458,1646829174,47.74298,8.99899\n4459,1646829177,47.74294,8.99901\n4460,1646829178,47.74294,8.99901\n4461,1646829197,47.74289,8.99900\n4462,1646829198,47.74292,8.99899\n4463,1646829199,47.74296,8.99898\n4464,1646829200,47.74295,8.99897\n4465,1646829201,47.74296,8.99898\n4466,1646829202,47.74295,8.99898\n4467,1646829203,47.74295,8.99898\n4468,1646829204,47.74295,8.99898\n4469,1646829205,47.74298,8.99898\n4470,1646829207,47.74298,8.99898\n4471,1646829227,47.74303,8.99899\n4472,1646829228,47.74312,8.99898\n4473,1646829229,47.74311,8.99898\n4474,1646829230,47.74312,8.99898\n4475,1646829231,47.74310,8.99898\n4476,1646829232,47.74309,8.99899\n4477,1646829233,47.74309,8.99899\n4478,1646829234,47.74309,8.99899\n4479,1646829235,47.74309,8.99899\n4480,1646829237,47.74308,8.99899\n4481,1646829256,47.74313,8.99902\n4482,1646829257,47.74308,8.99902\n4483,1646829258,47.74307,8.99902\n4484,1646829259,47.74309,8.99901\n4485,1646829260,47.74309,8.99901\n4486,1646829261,47.74309,8.99901\n4487,1646829262,47.74309,8.99901\n4488,1646829263,47.74309,8.99901\n4489,1646829264,47.74309,8.99901\n4490,1646829265,47.74307,8.99901\n4491,1646829284,47.74311,8.99902\n4492,1646829285,47.74311,8.99903\n4493,1646829286,47.74310,8.99902\n4494,1646829287,47.74311,8.99902\n4495,1646829288,47.74311,8.99902\n4496,1646829289,47.74310,8.99903\n4497,1646829290,47.74310,8.99902\n4498,1646829291,47.74311,8.99902\n4499,1646829292,47.74311,8.99902\n4500,1646829293,47.74311,8.99902\n4501,1646829312,47.74322,8.99899\n4502,1646829313,47.74319,8.99899\n4503,1646829314,47.74316,8.99899\n4504,1646829315,47.74315,8.99899\n4505,1646829316,47.74314,8.99899\n4506,1646829317,47.74312,8.99898\n4507,1646829318,47.74312,8.99898\n4508,1646829319,47.74309,8.99899\n4509,1646829321,47.74309,8.99898\n4510,1646829322,47.74309,8.99898\n4511,1646829339,47.74326,8.99901\n4512,1646829339,47.74316,8.99902\n4513,1646829342,47.74314,8.99901\n4514,1646829343,47.74313,8.99901\n4515,1646829344,47.74312,8.99900\n4516,1646829345,47.74312,8.99900\n4517,1646829346,47.74312,8.99900\n4518,1646829347,47.74312,8.99900\n4519,1646829348,47.74311,8.99900\n4520,1646829349,47.74311,8.99900\n4521,1646829368,47.74309,8.99896\n4522,1646829369,47.74313,8.99896\n4523,1646829370,47.74313,8.99897\n4524,1646829371,47.74312,8.99897\n4525,1646829372,47.74311,8.99897\n4526,1646829373,47.74311,8.99898\n4527,1646829374,47.74311,8.99898\n4528,1646829375,47.74310,8.99898\n4529,1646829376,47.74309,8.99898\n4530,1646829377,47.74309,8.99899\n4531,1646829395,47.74286,8.99899\n4532,1646829397,47.74288,8.99899\n4533,1646829398,47.74290,8.99898\n4534,1646829399,47.74292,8.99898\n4535,1646829400,47.74292,8.99898\n4536,1646829401,47.74293,8.99898\n4537,1646829402,47.74294,8.99898\n4538,1646829403,47.74292,8.99898\n4539,1646829405,47.74292,8.99898\n4540,1646829406,47.74292,8.99898\n4541,1646829426,47.74308,8.99902\n4542,1646829427,47.74304,8.99902\n4543,1646829428,47.74308,8.99901\n4544,1646829429,47.74309,8.99900\n4545,1646829430,47.74309,8.99900\n4546,1646829431,47.74310,8.99900\n4547,1646829432,47.74310,8.99900\n4548,1646829433,47.74306,8.99900\n4549,1646829435,47.74306,8.99900\n4550,1646829436,47.74305,8.99900\n4551,1646829453,47.74289,8.99896\n4552,1646829453,47.74303,8.99894\n4553,1646829456,47.74306,8.99897\n4554,1646829457,47.74306,8.99898\n4555,1646829458,47.74306,8.99898\n4556,1646829459,47.74306,8.99899\n4557,1646829460,47.74306,8.99899\n4558,1646829461,47.74306,8.99899\n4559,1646829462,47.74306,8.99899\n4560,1646829463,47.74306,8.99899\n4561,1646829481,47.74320,8.99897\n4562,1646829482,47.74314,8.99898\n4563,1646829483,47.74312,8.99899\n4564,1646829484,47.74311,8.99898\n4565,1646829485,47.74310,8.99898\n4566,1646829486,47.74309,8.99899\n4567,1646829487,47.74310,8.99899\n4568,1646829488,47.74310,8.99899\n4569,1646829489,47.74310,8.99899\n4570,1646829490,47.74309,8.99900\n4571,1646829508,47.74304,8.99895\n4572,1646829509,47.74307,8.99895\n4573,1646829510,47.74308,8.99896\n4574,1646829511,47.74308,8.99896\n4575,1646829512,47.74308,8.99897\n4576,1646829513,47.74309,8.99897\n4577,1646829514,47.74310,8.99897\n4578,1646829515,47.74311,8.99897\n4579,1646829516,47.74311,8.99897\n4580,1646829517,47.74307,8.99898\n4581,1646829535,47.74313,8.99903\n4582,1646829536,47.74312,8.99903\n4583,1646829537,47.74312,8.99902\n4584,1646829538,47.74311,8.99900\n4585,1646829539,47.74311,8.99899\n4586,1646829540,47.74310,8.99899\n4587,1646829541,47.74310,8.99899\n4588,1646829542,47.74309,8.99898\n4589,1646829543,47.74309,8.99898\n4590,1646829544,47.74309,8.99897\n4591,1646829563,47.74312,8.99899\n4592,1646829564,47.74312,8.99899\n4593,1646829565,47.74312,8.99899\n4594,1646829566,47.74313,8.99898\n4595,1646829567,47.74313,8.99898\n4596,1646829568,47.74314,8.99898\n4597,1646829569,47.74315,8.99898\n4598,1646829570,47.74316,8.99899\n4599,1646829571,47.74316,8.99899\n4600,1646829572,47.74308,8.99900\n4601,1646829590,47.74314,8.99901\n4602,1646829591,47.74312,8.99899\n4603,1646829592,47.74311,8.99899\n4604,1646829593,47.74311,8.99898\n4605,1646829594,47.74311,8.99898\n4606,1646829595,47.74312,8.99898\n4607,1646829596,47.74312,8.99898\n4608,1646829597,47.74312,8.99898\n4609,1646829598,47.74312,8.99898\n4610,1646829599,47.74312,8.99898\n4611,1646829617,47.74313,8.99897\n4612,1646829618,47.74313,8.99897\n4613,1646829619,47.74314,8.99897\n4614,1646829620,47.74314,8.99897\n4615,1646829621,47.74314,8.99898\n4616,1646829622,47.74313,8.99898\n4617,1646829623,47.74313,8.99899\n4618,1646829624,47.74313,8.99899\n4619,1646829625,47.74310,8.99899\n4620,1646829627,47.74310,8.99899\n4621,1646829645,47.74310,8.99898\n4622,1646829646,47.74310,8.99898\n4623,1646829647,47.74310,8.99897\n4624,1646829648,47.74310,8.99897\n4625,1646829649,47.74310,8.99896\n4626,1646829650,47.74311,8.99896\n4627,1646829651,47.74311,8.99896\n4628,1646829652,47.74311,8.99896\n4629,1646829653,47.74310,8.99895\n4630,1646829654,47.74310,8.99895\n4631,1646829673,47.74308,8.99903\n4632,1646829674,47.74310,8.99901\n4633,1646829675,47.74311,8.99900\n4634,1646829676,47.74311,8.99899\n4635,1646829677,47.74311,8.99898\n4636,1646829678,47.74311,8.99898\n4637,1646829679,47.74306,8.99899\n4638,1646829681,47.74307,8.99898\n4639,1646829682,47.74307,8.99898\n4640,1646829683,47.74308,8.99898\n4641,1646829702,47.74307,8.99901\n4642,1646829703,47.74308,8.99901\n4643,1646829704,47.74309,8.99901\n4644,1646829705,47.74310,8.99900\n4645,1646829706,47.74310,8.99899\n4646,1646829707,47.74310,8.99899\n4647,1646829708,47.74311,8.99898\n4648,1646829709,47.74310,8.99898\n4649,1646829711,47.74310,8.99898\n4650,1646829712,47.74310,8.99898\n4651,1646829738,47.74294,8.99898\n4652,1646829739,47.74309,8.99899\n4653,1646829741,47.74308,8.99898\n4654,1646829742,47.74308,8.99898\n4655,1646829743,47.74308,8.99898\n4656,1646829744,47.74308,8.99898\n4657,1646829745,47.74309,8.99898\n4658,1646829746,47.74309,8.99898\n4659,1646829747,47.74309,8.99898\n4660,1646829748,47.74309,8.99898\n4661,1646829766,47.74322,8.99896\n4662,1646829767,47.74321,8.99897\n4663,1646829768,47.74321,8.99896\n4664,1646829769,47.74319,8.99898\n4665,1646829770,47.74318,8.99898\n4666,1646829771,47.74317,8.99898\n4667,1646829772,47.74316,8.99898\n4668,1646829773,47.74316,8.99898\n4669,1646829774,47.74316,8.99898\n4670,1646829775,47.74310,8.99899\n4671,1646829793,47.74312,8.99896\n4672,1646829794,47.74310,8.99897\n4673,1646829795,47.74312,8.99898\n4674,1646829796,47.74312,8.99897\n4675,1646829797,47.74313,8.99898\n4676,1646829798,47.74313,8.99898\n4677,1646829799,47.74314,8.99897\n4678,1646829800,47.74314,8.99897\n4679,1646829801,47.74314,8.99897\n4680,1646829802,47.74314,8.99897\n4681,1646829821,47.74304,8.99898\n4682,1646829822,47.74306,8.99898\n4683,1646829823,47.74306,8.99898\n4684,1646829824,47.74307,8.99898\n4685,1646829825,47.74308,8.99898\n4686,1646829826,47.74308,8.99898\n4687,1646829827,47.74308,8.99898\n4688,1646829828,47.74308,8.99899\n4689,1646829829,47.74306,8.99899\n4690,1646829831,47.74306,8.99899\n4691,1646829849,47.74311,8.99898\n4692,1646829850,47.74310,8.99898\n4693,1646829851,47.74311,8.99899\n4694,1646829852,47.74310,8.99899\n4695,1646829853,47.74310,8.99898\n4696,1646829854,47.74310,8.99898\n4697,1646829855,47.74310,8.99899\n4698,1646829856,47.74309,8.99900\n4699,1646829857,47.74310,8.99900\n4700,1646829858,47.74310,8.99899\n4701,1646829876,47.74309,8.99903\n4702,1646829877,47.74309,8.99903\n4703,1646829878,47.74309,8.99901\n4704,1646829879,47.74309,8.99900\n4705,1646829880,47.74309,8.99901\n4706,1646829881,47.74308,8.99901\n4707,1646829882,47.74308,8.99900\n4708,1646829883,47.74301,8.99901\n4709,1646829885,47.74301,8.99900\n4710,1646829886,47.74302,8.99900\n4711,1646829903,47.74311,8.99897\n4712,1646829903,47.74312,8.99896\n4713,1646829906,47.74310,8.99898\n4714,1646829907,47.74309,8.99899\n4715,1646829908,47.74309,8.99899\n4716,1646829909,47.74310,8.99899\n4717,1646829910,47.74309,8.99899\n4718,1646829911,47.74309,8.99900\n4719,1646829912,47.74309,8.99900\n4720,1646829913,47.74309,8.99900\n4721,1646829931,47.74274,8.99909\n4722,1646829932,47.74306,8.99904\n4723,1646829933,47.74307,8.99902\n4724,1646829934,47.74307,8.99901\n4725,1646829935,47.74308,8.99899\n4726,1646829936,47.74309,8.99899\n4727,1646829937,47.74309,8.99900\n4728,1646829938,47.74309,8.99901\n4729,1646829939,47.74309,8.99901\n4730,1646829940,47.74309,8.99901\n4731,1646829958,47.74305,8.99903\n4732,1646829959,47.74306,8.99901\n4733,1646829960,47.74307,8.99902\n4734,1646829961,47.74306,8.99902\n4735,1646829962,47.74306,8.99902\n4736,1646829963,47.74307,8.99901\n4737,1646829964,47.74307,8.99899\n4738,1646829965,47.74307,8.99899\n4739,1646829966,47.74307,8.99898\n4740,1646829967,47.74307,8.99897\n4741,1646829986,47.74311,8.99900\n4742,1646829987,47.74311,8.99899\n4743,1646829988,47.74311,8.99900\n4744,1646829989,47.74312,8.99899\n4745,1646829990,47.74312,8.99898\n4746,1646829991,47.74313,8.99896\n4747,1646829992,47.74313,8.99896\n4748,1646829993,47.74314,8.99896\n4749,1646829994,47.74313,8.99895\n4750,1646829995,47.74313,8.99895\n4751,1646830014,47.74324,8.99892\n4752,1646830015,47.74322,8.99895\n4753,1646830016,47.74320,8.99896\n4754,1646830017,47.74320,8.99898\n4755,1646830018,47.74318,8.99899\n4756,1646830019,47.74317,8.99900\n4757,1646830020,47.74316,8.99899\n4758,1646830021,47.74316,8.99900\n4759,1646830022,47.74309,8.99901\n4760,1646830024,47.74309,8.99902\n4761,1646830045,47.74306,8.99904\n4762,1646830046,47.74307,8.99903\n4763,1646830047,47.74308,8.99903\n4764,1646830048,47.74309,8.99902\n4765,1646830049,47.74309,8.99903\n4766,1646830050,47.74309,8.99902\n4767,1646830051,47.74309,8.99902\n4768,1646830053,47.74310,8.99901\n4769,1646830054,47.74310,8.99901\n4770,1646830055,47.74310,8.99900\n4771,1646830072,47.74309,8.99897\n4772,1646830072,47.74307,8.99898\n4773,1646830075,47.74308,8.99898\n4774,1646830076,47.74308,8.99898\n4775,1646830077,47.74309,8.99897\n4776,1646830078,47.74309,8.99898\n4777,1646830079,47.74310,8.99898\n4778,1646830080,47.74310,8.99898\n4779,1646830081,47.74310,8.99898\n4780,1646830082,47.74308,8.99898\n4781,1646830100,47.74307,8.99897\n4782,1646830101,47.74306,8.99896\n4783,1646830102,47.74306,8.99895\n4784,1646830103,47.74306,8.99895\n4785,1646830104,47.74305,8.99895\n4786,1646830105,47.74305,8.99896\n4787,1646830106,47.74304,8.99897\n4788,1646830107,47.74303,8.99897\n4789,1646830108,47.74303,8.99898\n4790,1646830109,47.74302,8.99899\n4791,1646830127,47.74305,8.99900\n4792,1646830128,47.74302,8.99901\n4793,1646830129,47.74302,8.99902\n4794,1646830130,47.74302,8.99902\n4795,1646830131,47.74303,8.99902\n4796,1646830132,47.74304,8.99901\n4797,1646830133,47.74306,8.99900\n4798,1646830134,47.74307,8.99898\n4799,1646830135,47.74308,8.99898\n4800,1646830137,47.74308,8.99898\n4801,1646830155,47.74346,8.99888\n4802,1646830156,47.74312,8.99896\n4803,1646830157,47.74313,8.99896\n4804,1646830158,47.74313,8.99896\n4805,1646830159,47.74313,8.99896\n4806,1646830160,47.74313,8.99899\n4807,1646830161,47.74312,8.99900\n4808,1646830162,47.74313,8.99899\n4809,1646830163,47.74314,8.99898\n4810,1646830164,47.74314,8.99899\n4811,1646830182,47.74310,8.99899\n4812,1646830183,47.74311,8.99898\n4813,1646830184,47.74311,8.99898\n4814,1646830185,47.74310,8.99899\n4815,1646830186,47.74309,8.99901\n4816,1646830187,47.74311,8.99899\n4817,1646830188,47.74312,8.99897\n4818,1646830189,47.74307,8.99898\n4819,1646830191,47.74308,8.99898\n4820,1646830192,47.74308,8.99899\n4821,1646830209,47.74330,8.99896\n4822,1646830209,47.74322,8.99899\n4823,1646830212,47.74319,8.99896\n4824,1646830213,47.74318,8.99897\n4825,1646830214,47.74317,8.99898\n4826,1646830215,47.74316,8.99899\n4827,1646830216,47.74315,8.99899\n4828,1646830217,47.74315,8.99899\n4829,1646830218,47.74315,8.99899\n4830,1646830219,47.74314,8.99899\n4831,1646830237,47.74348,8.99885\n4832,1646830238,47.74322,8.99892\n4833,1646830239,47.74319,8.99895\n4834,1646830240,47.74317,8.99896\n4835,1646830241,47.74315,8.99897\n4836,1646830242,47.74315,8.99896\n4837,1646830243,47.74314,8.99897\n4838,1646830244,47.74313,8.99898\n4839,1646830245,47.74312,8.99898\n4840,1646830246,47.74311,8.99898\n4841,1646830264,47.74319,8.99895\n4842,1646830265,47.74317,8.99895\n4843,1646830266,47.74316,8.99897\n4844,1646830267,47.74314,8.99898\n4845,1646830268,47.74312,8.99900\n4846,1646830269,47.74313,8.99898\n4847,1646830270,47.74313,8.99898\n4848,1646830271,47.74312,8.99898\n4849,1646830272,47.74312,8.99900\n4850,1646830273,47.74309,8.99901\n4851,1646830292,47.74315,8.99900\n4852,1646830293,47.74308,8.99901\n4853,1646830294,47.74308,8.99901\n4854,1646830295,47.74309,8.99900\n4855,1646830296,47.74312,8.99898\n4856,1646830297,47.74312,8.99898\n4857,1646830298,47.74311,8.99900\n4858,1646830299,47.74311,8.99900\n4859,1646830300,47.74311,8.99901\n4860,1646830301,47.74310,8.99902\n4861,1646830321,47.74322,8.99890\n4862,1646830322,47.74321,8.99891\n4863,1646830323,47.74317,8.99893\n4864,1646830324,47.74310,8.99897\n4865,1646830325,47.74311,8.99897\n4866,1646830326,47.74310,8.99896\n4867,1646830327,47.74312,8.99896\n4868,1646830329,47.74312,8.99895\n4869,1646830330,47.74310,8.99894\n4870,1646830331,47.74309,8.99894\n4871,1646830350,47.74301,8.99897\n4872,1646830351,47.74301,8.99897\n4873,1646830352,47.74302,8.99898\n4874,1646830353,47.74304,8.99898\n4875,1646830354,47.74305,8.99898\n4876,1646830355,47.74306,8.99898\n4877,1646830356,47.74307,8.99898\n4878,1646830357,47.74308,8.99898\n4879,1646830358,47.74309,8.99898\n4880,1646830359,47.74310,8.99898\n4881,1646830379,47.74327,8.99895\n4882,1646830380,47.74324,8.99895\n4883,1646830381,47.74321,8.99895\n4884,1646830382,47.74317,8.99897\n4885,1646830383,47.74316,8.99896\n4886,1646830384,47.74315,8.99896\n4887,1646830385,47.74315,8.99896\n4888,1646830386,47.74314,8.99896\n4889,1646830387,47.74310,8.99896\n4890,1646830389,47.74310,8.99896\n4891,1646830410,47.74287,8.99908\n4892,1646830411,47.74286,8.99908\n4893,1646830412,47.74285,8.99909\n4894,1646830413,47.74285,8.99908\n4895,1646830414,47.74285,8.99908\n4896,1646830415,47.74285,8.99907\n4897,1646830416,47.74286,8.99906\n4898,1646830417,47.74312,8.99899\n4899,1646830419,47.74312,8.99898\n4900,1646830420,47.74312,8.99897\n4901,1646830439,47.74339,8.99883\n4902,1646830440,47.74336,8.99886\n4903,1646830441,47.74331,8.99890\n4904,1646830442,47.74330,8.99892\n4905,1646830443,47.74325,8.99895\n4906,1646830444,47.74323,8.99897\n4907,1646830445,47.74321,8.99898\n4908,1646830446,47.74320,8.99898\n4909,1646830447,47.74316,8.99899\n4910,1646830449,47.74316,8.99899\n4911,1646830467,47.74285,8.99901\n4912,1646830468,47.74303,8.99898\n4913,1646830469,47.74301,8.99899\n4914,1646830470,47.74302,8.99899\n4915,1646830471,47.74303,8.99900\n4916,1646830472,47.74304,8.99900\n4917,1646830473,47.74305,8.99899\n4918,1646830474,47.74305,8.99898\n4919,1646830475,47.74306,8.99897\n4920,1646830476,47.74307,8.99898\n4921,1646830494,47.74322,8.99905\n4922,1646830495,47.74324,8.99902\n4923,1646830496,47.74323,8.99901\n4924,1646830497,47.74322,8.99901\n4925,1646830498,47.74323,8.99900\n4926,1646830499,47.74322,8.99898\n4927,1646830500,47.74322,8.99898\n4928,1646830501,47.74313,8.99901\n4929,1646830503,47.74314,8.99901\n4930,1646830504,47.74314,8.99900\n4931,1646830524,47.74343,8.99894\n4932,1646830525,47.74339,8.99896\n4933,1646830526,47.74338,8.99896\n4934,1646830527,47.74336,8.99895\n4935,1646830528,47.74335,8.99895\n4936,1646830529,47.74334,8.99897\n4937,1646830530,47.74333,8.99897\n4938,1646830531,47.74312,8.99897\n4939,1646830533,47.74314,8.99898\n4940,1646830534,47.74314,8.99899\n4941,1646830558,47.74312,8.99901\n4942,1646830559,47.74310,8.99903\n4943,1646830560,47.74309,8.99902\n4944,1646830561,47.74314,8.99901\n4945,1646830563,47.74314,8.99900\n4946,1646830564,47.74314,8.99900\n4947,1646830565,47.74314,8.99900\n4948,1646830566,47.74314,8.99900\n4949,1646830567,47.74314,8.99900\n4950,1646830568,47.74314,8.99901\n4951,1646830589,47.74324,8.99897\n4952,1646830590,47.74322,8.99895\n4953,1646830591,47.74322,8.99896\n4954,1646830592,47.74320,8.99896\n4955,1646830593,47.74319,8.99896\n4956,1646830594,47.74319,8.99896\n4957,1646830595,47.74318,8.99897\n4958,1646830596,47.74317,8.99897\n4959,1646830597,47.74307,8.99900\n4960,1646830599,47.74307,8.99899\n4961,1646830621,47.74283,8.99902\n4962,1646830622,47.74286,8.99902\n4963,1646830623,47.74286,8.99900\n4964,1646830624,47.74289,8.99900\n4965,1646830625,47.74293,8.99901\n4966,1646830626,47.74297,8.99900\n4967,1646830627,47.74302,8.99900\n4968,1646830629,47.74302,8.99900\n4969,1646830630,47.74302,8.99900\n4970,1646830631,47.74302,8.99900\n4971,1646830653,47.74332,8.99895\n4972,1646830654,47.74332,8.99895\n4973,1646830655,47.74331,8.99895\n4974,1646830656,47.74330,8.99894\n4975,1646830657,47.74305,8.99897\n4976,1646830659,47.74305,8.99898\n4977,1646830660,47.74305,8.99898\n4978,1646830661,47.74305,8.99898\n4979,1646830662,47.74306,8.99898\n4980,1646830663,47.74306,8.99897\n4981,1646830686,47.74320,8.99896\n4982,1646830687,47.74319,8.99896\n4983,1646830688,47.74318,8.99896\n4984,1646830689,47.74318,8.99897\n4985,1646830690,47.74319,8.99896\n4986,1646830691,47.74318,8.99897\n4987,1646830692,47.74317,8.99897\n4988,1646830693,47.74308,8.99899\n4989,1646830695,47.74308,8.99898\n4990,1646830696,47.74308,8.99897\n4991,1646830718,47.74336,8.99895\n4992,1646830719,47.74338,8.99893\n4993,1646830720,47.74337,8.99893\n4994,1646830721,47.74328,8.99895\n4995,1646830722,47.74328,8.99895\n4996,1646830723,47.74312,8.99898\n4997,1646830725,47.74308,8.99900\n4998,1646830726,47.74308,8.99900\n4999,1646830727,47.74308,8.99900\n5000,1646830728,47.74308,8.99900\n5001,1646830751,47.74351,8.99894\n5002,1646830752,47.74349,8.99893\n5003,1646830753,47.74308,8.99901\n5004,1646830755,47.74308,8.99901\n5005,1646830756,47.74308,8.99901\n5006,1646830757,47.74309,8.99900\n5007,1646830758,47.74309,8.99901\n5008,1646830759,47.74309,8.99901\n5009,1646830760,47.74309,8.99900\n5010,1646830761,47.74310,8.99900\n5011,1646830778,47.74303,8.99907\n5012,1646830778,47.74307,8.99902\n5013,1646830781,47.74303,8.99900\n5014,1646830782,47.74304,8.99900\n5015,1646830783,47.74305,8.99899\n5016,1646830784,47.74306,8.99899\n5017,1646830785,47.74306,8.99898\n5018,1646830786,47.74307,8.99898\n5019,1646830787,47.74307,8.99898\n5020,1646830788,47.74308,8.99898\n5021,1646830807,47.74314,8.99897\n5022,1646830808,47.74315,8.99897\n5023,1646830809,47.74315,8.99896\n5024,1646830810,47.74316,8.99896\n5025,1646830811,47.74317,8.99895\n5026,1646830812,47.74316,8.99896\n5027,1646830813,47.74310,8.99898\n5028,1646830815,47.74310,8.99898\n5029,1646830816,47.74311,8.99898\n5030,1646830817,47.74311,8.99897\n5031,1646830838,47.74343,8.99887\n5032,1646830839,47.74342,8.99887\n5033,1646830840,47.74343,8.99887\n5034,1646830841,47.74345,8.99886\n5035,1646830842,47.74345,8.99886\n5036,1646830843,47.74305,8.99899\n5037,1646830845,47.74305,8.99898\n5038,1646830846,47.74306,8.99898\n5039,1646830847,47.74306,8.99898\n5040,1646830848,47.74305,8.99899\n5041,1646830865,47.74312,8.99897\n5042,1646830865,47.74302,8.99899\n5043,1646830868,47.74303,8.99896\n5044,1646830869,47.74303,8.99896\n5045,1646830870,47.74304,8.99896\n5046,1646830871,47.74304,8.99896\n5047,1646830872,47.74305,8.99895\n5048,1646830873,47.74305,8.99895\n5049,1646830874,47.74306,8.99895\n5050,1646830875,47.74306,8.99895\n5051,1646830894,47.74347,8.99883\n5052,1646830895,47.74328,8.99889\n5053,1646830896,47.74326,8.99890\n5054,1646830897,47.74325,8.99890\n5055,1646830898,47.74329,8.99889\n5056,1646830899,47.74332,8.99889\n5057,1646830900,47.74331,8.99890\n5058,1646830901,47.74331,8.99890\n5059,1646830902,47.74330,8.99890\n5060,1646830903,47.74303,8.99898\n5061,1646830923,47.74350,8.99890\n5062,1646830924,47.74345,8.99891\n5063,1646830925,47.74342,8.99892\n5064,1646830926,47.74341,8.99892\n5065,1646830927,47.74340,8.99892\n5066,1646830928,47.74338,8.99891\n5067,1646830929,47.74336,8.99891\n5068,1646830930,47.74334,8.99892\n5069,1646830931,47.74333,8.99892\n5070,1646830932,47.74331,8.99892\n5071,1646830952,47.74339,8.99887\n5072,1646830953,47.74294,8.99898\n5073,1646830954,47.74295,8.99898\n5074,1646830955,47.74294,8.99899\n5075,1646830956,47.74294,8.99898\n5076,1646830957,47.74294,8.99898\n5077,1646830958,47.74295,8.99899\n5078,1646830959,47.74295,8.99899\n5079,1646830960,47.74296,8.99899\n5080,1646830961,47.74298,8.99900\n5081,1646830981,47.74345,8.99878\n5082,1646830982,47.74343,8.99880\n5083,1646830983,47.74340,8.99882\n5084,1646830984,47.74338,8.99884\n5085,1646830985,47.74335,8.99886\n5086,1646830986,47.74332,8.99887\n5087,1646830987,47.74311,8.99896\n5088,1646830989,47.74310,8.99896\n5089,1646830990,47.74310,8.99896\n5090,1646830991,47.74309,8.99896\n5091,1646831008,47.74309,8.99887\n5092,1646831008,47.74298,8.99891\n5093,1646831011,47.74304,8.99895\n5094,1646831012,47.74304,8.99896\n5095,1646831013,47.74303,8.99897\n5096,1646831014,47.74303,8.99897\n5097,1646831015,47.74302,8.99897\n5098,1646831016,47.74301,8.99898\n5099,1646831017,47.74301,8.99898\n5100,1646831018,47.74302,8.99898\n5101,1646831037,47.74309,8.99890\n5102,1646831038,47.74308,8.99889\n5103,1646831039,47.74312,8.99889\n5104,1646831040,47.74312,8.99890\n5105,1646831041,47.74310,8.99891\n5106,1646831042,47.74311,8.99891\n5107,1646831043,47.74313,8.99890\n5108,1646831044,47.74315,8.99890\n5109,1646831045,47.74315,8.99890\n5110,1646831046,47.74316,8.99890\n5111,1646831066,47.74350,8.99882\n5112,1646831067,47.74345,8.99884\n5113,1646831068,47.74349,8.99881\n5114,1646831069,47.74349,8.99882\n5115,1646831070,47.74346,8.99882\n5116,1646831071,47.74319,8.99893\n5117,1646831073,47.74318,8.99893\n5118,1646831074,47.74319,8.99893\n5119,1646831075,47.74321,8.99893\n5120,1646831076,47.74322,8.99892\n5121,1646831099,47.74340,8.99888\n5122,1646831100,47.74338,8.99888\n5123,1646831101,47.74306,8.99897\n5124,1646831103,47.74306,8.99897\n5125,1646831104,47.74304,8.99897\n5126,1646831105,47.74303,8.99897\n5127,1646831106,47.74303,8.99897\n5128,1646831107,47.74303,8.99897\n5129,1646831108,47.74303,8.99896\n5130,1646831109,47.74304,8.99896\n5131,1646831129,47.74284,8.99898\n5132,1646831130,47.74289,8.99898\n5133,1646831131,47.74289,8.99899\n5134,1646831132,47.74291,8.99899\n5135,1646831133,47.74292,8.99900\n5136,1646831134,47.74292,8.99900\n5137,1646831135,47.74294,8.99900\n5138,1646831136,47.74294,8.99900\n5139,1646831137,47.74294,8.99900\n5140,1646831138,47.74295,8.99900\n5141,1646831167,47.74299,8.99898\n5142,1646831169,47.74298,8.99898\n5143,1646831170,47.74300,8.99899\n5144,1646831171,47.74301,8.99898\n5145,1646831172,47.74302,8.99898\n5146,1646831173,47.74302,8.99897\n5147,1646831174,47.74302,8.99897\n5148,1646831175,47.74301,8.99897\n5149,1646831176,47.74301,8.99897\n5150,1646831177,47.74300,8.99897\n5151,1646831194,47.74296,8.99894\n5152,1646831197,47.74312,8.99896\n5153,1646831198,47.74313,8.99897\n5154,1646831199,47.74310,8.99898\n5155,1646831200,47.74310,8.99899\n5156,1646831201,47.74309,8.99899\n5157,1646831202,47.74308,8.99899\n5158,1646831203,47.74308,8.99899\n5159,1646831204,47.74309,8.99899\n5160,1646831205,47.74310,8.99899\n5161,1646831226,47.74328,8.99890\n5162,1646831227,47.74326,8.99891\n5163,1646831228,47.74330,8.99889\n5164,1646831229,47.74333,8.99889\n5165,1646831230,47.74337,8.99887\n5166,1646831231,47.74340,8.99886\n5167,1646831232,47.74342,8.99885\n5168,1646831233,47.74305,8.99897\n5169,1646831235,47.74308,8.99896\n5170,1646831236,47.74309,8.99895\n5171,1646831253,47.74318,8.99896\n5172,1646831253,47.74317,8.99898\n5173,1646831256,47.74317,8.99899\n5174,1646831257,47.74318,8.99899\n5175,1646831258,47.74318,8.99898\n5176,1646831259,47.74317,8.99898\n5177,1646831260,47.74317,8.99898\n5178,1646831261,47.74316,8.99898\n5179,1646831262,47.74317,8.99898\n5180,1646831263,47.74316,8.99898\n5181,1646831295,47.74328,8.99894\n5182,1646831296,47.74328,8.99894\n5183,1646831297,47.74328,8.99894\n5184,1646831298,47.74328,8.99893\n5185,1646831299,47.74328,8.99893\n5186,1646831300,47.74328,8.99893\n5187,1646831301,47.74328,8.99893\n5188,1646831302,47.74328,8.99894\n5189,1646831303,47.74328,8.99894\n5190,1646831304,47.74328,8.99893\n5191,1646831326,47.74348,8.99887\n5192,1646831327,47.74338,8.99890\n5193,1646831328,47.74332,8.99892\n5194,1646831329,47.74316,8.99897\n5195,1646831331,47.74315,8.99897\n5196,1646831332,47.74316,8.99897\n5197,1646831333,47.74316,8.99897\n5198,1646831334,47.74316,8.99897\n5199,1646831335,47.74316,8.99897\n5200,1646831336,47.74315,8.99897\n5201,1646831363,47.74304,8.99899\n5202,1646831364,47.74304,8.99899\n5203,1646831365,47.74304,8.99899\n5204,1646831366,47.74304,8.99899\n5205,1646831367,47.74304,8.99899\n5206,1646831368,47.74304,8.99899\n5207,1646831369,47.74304,8.99899\n5208,1646831370,47.74304,8.99899\n5209,1646831371,47.74303,8.99899\n5210,1646831372,47.74303,8.99899\n5211,1646831392,47.74318,8.99896\n5212,1646831393,47.74317,8.99897\n5213,1646831394,47.74316,8.99897\n5214,1646831395,47.74314,8.99897\n5215,1646831396,47.74312,8.99897\n5216,1646831397,47.74311,8.99897\n5217,1646831398,47.74310,8.99897\n5218,1646831399,47.74310,8.99898\n5219,1646831400,47.74309,8.99898\n5220,1646831401,47.74309,8.99898\n5221,1646831422,47.74339,8.99890\n5222,1646831423,47.74334,8.99892\n5223,1646831424,47.74327,8.99894\n5224,1646831425,47.74324,8.99895\n5225,1646831426,47.74323,8.99895\n5226,1646831427,47.74323,8.99894\n5227,1646831428,47.74321,8.99895\n5228,1646831429,47.74319,8.99896\n5229,1646831430,47.74318,8.99895\n5230,1646831431,47.74318,8.99895\n5231,1646831454,47.74269,8.99917\n5232,1646831455,47.74275,8.99916\n5233,1646831456,47.74279,8.99914\n5234,1646831457,47.74283,8.99913\n5235,1646831458,47.74287,8.99911\n5236,1646831459,47.74290,8.99909\n5237,1646831460,47.74292,8.99908\n5238,1646831461,47.74322,8.99897\n5239,1646831463,47.74321,8.99897\n5240,1646831464,47.74320,8.99897\n5241,1646831491,47.74329,8.99895\n5242,1646831492,47.74327,8.99895\n5243,1646831493,47.74326,8.99895\n5244,1646831494,47.74324,8.99895\n5245,1646831495,47.74322,8.99895\n5246,1646831496,47.74321,8.99895\n5247,1646831497,47.74319,8.99896\n5248,1646831498,47.74318,8.99896\n5249,1646831499,47.74318,8.99896\n5250,1646831500,47.74317,8.99896\n5251,1646831532,47.74312,8.99898\n5252,1646831533,47.74312,8.99898\n5253,1646831534,47.74312,8.99898\n5254,1646831535,47.74312,8.99898\n5255,1646831536,47.74313,8.99898\n5256,1646831537,47.74313,8.99898\n5257,1646831538,47.74314,8.99898\n5258,1646831539,47.74314,8.99898\n5259,1646831540,47.74315,8.99898\n5260,1646831541,47.74315,8.99897\n5261,1646831568,47.74314,8.99895\n5262,1646831569,47.74315,8.99896\n5263,1646831570,47.74315,8.99895\n5264,1646831571,47.74315,8.99896\n5265,1646831572,47.74315,8.99896\n5266,1646831573,47.74315,8.99896\n5267,1646831574,47.74315,8.99896\n5268,1646831575,47.74315,8.99896\n5269,1646831576,47.74315,8.99896\n5270,1646831577,47.74316,8.99896\n5271,1646831599,47.74320,8.99896\n5272,1646831600,47.74319,8.99897\n5273,1646831601,47.74320,8.99897\n5274,1646831602,47.74319,8.99897\n5275,1646831603,47.74319,8.99897\n5276,1646831604,47.74320,8.99897\n5277,1646831605,47.74320,8.99897\n5278,1646831607,47.74321,8.99897\n5279,1646831608,47.74321,8.99897\n5280,1646831609,47.74321,8.99897\n5281,1646831630,47.74304,8.99903\n5282,1646831631,47.74302,8.99903\n5283,1646831632,47.74304,8.99903\n5284,1646831633,47.74302,8.99904\n5285,1646831634,47.74299,8.99905\n5286,1646831635,47.74309,8.99901\n5287,1646831637,47.74310,8.99901\n5288,1646831638,47.74311,8.99900\n5289,1646831639,47.74312,8.99900\n5290,1646831640,47.74312,8.99900\n5291,1646831660,47.74344,8.99888\n5292,1646831661,47.74341,8.99890\n5293,1646831662,47.74339,8.99891\n5294,1646831663,47.74338,8.99891\n5295,1646831664,47.74337,8.99891\n5296,1646831665,47.74318,8.99898\n5297,1646831667,47.74319,8.99897\n5298,1646831668,47.74319,8.99897\n5299,1646831669,47.74319,8.99896\n5300,1646831670,47.74320,8.99896\n5301,1646831687,47.74295,8.99904\n5302,1646831687,47.74305,8.99901\n5303,1646831690,47.74314,8.99897\n5304,1646831691,47.74315,8.99897\n5305,1646831692,47.74316,8.99897\n5306,1646831693,47.74316,8.99897\n5307,1646831694,47.74317,8.99896\n5308,1646831695,47.74318,8.99896\n5309,1646831696,47.74318,8.99895\n5310,1646831697,47.74319,8.99895\n5311,1646831718,47.74337,8.99883\n5312,1646831719,47.74332,8.99885\n5313,1646831720,47.74326,8.99887\n5314,1646831721,47.74325,8.99889\n5315,1646831722,47.74321,8.99890\n5316,1646831723,47.74322,8.99891\n5317,1646831724,47.74322,8.99891\n5318,1646831725,47.74307,8.99896\n5319,1646831727,47.74307,8.99896\n5320,1646831728,47.74308,8.99897\n5321,1646831745,47.74332,8.99884\n5322,1646831745,47.74323,8.99889\n5323,1646831748,47.74317,8.99892\n5324,1646831749,47.74316,8.99893\n5325,1646831750,47.74315,8.99893\n5326,1646831751,47.74313,8.99894\n5327,1646831752,47.74313,8.99894\n5328,1646831753,47.74312,8.99895\n5329,1646831754,47.74311,8.99895\n5330,1646831755,47.74310,8.99896\n5331,1646831775,47.74323,8.99896\n5332,1646831776,47.74319,8.99896\n5333,1646831777,47.74319,8.99897\n5334,1646831778,47.74319,8.99897\n5335,1646831779,47.74320,8.99897\n5336,1646831780,47.74321,8.99896\n5337,1646831781,47.74321,8.99896\n5338,1646831782,47.74322,8.99896\n5339,1646831783,47.74323,8.99895\n5340,1646831784,47.74323,8.99895\n5341,1646831804,47.74306,8.99900\n5342,1646831805,47.74304,8.99901\n5343,1646831806,47.74303,8.99901\n5344,1646831807,47.74301,8.99902\n5345,1646831808,47.74301,8.99902\n5346,1646831809,47.74309,8.99899\n5347,1646831811,47.74310,8.99899\n5348,1646831812,47.74310,8.99899\n5349,1646831813,47.74309,8.99899\n5350,1646831814,47.74310,8.99899\n5351,1646831835,47.74300,8.99902\n5352,1646831836,47.74303,8.99901\n5353,1646831837,47.74304,8.99900\n5354,1646831838,47.74306,8.99899\n5355,1646831839,47.74305,8.99899\n5356,1646831841,47.74305,8.99899\n5357,1646831842,47.74304,8.99899\n5358,1646831843,47.74303,8.99899\n5359,1646831844,47.74303,8.99899\n5360,1646831845,47.74302,8.99899\n5361,1646831862,47.74294,8.99887\n5362,1646831865,47.74302,8.99890\n5363,1646831866,47.74300,8.99891\n5364,1646831867,47.74300,8.99892\n5365,1646831868,47.74299,8.99893\n5366,1646831869,47.74299,8.99894\n5367,1646831870,47.74299,8.99894\n5368,1646831871,47.74300,8.99894\n5369,1646831872,47.74300,8.99895\n5370,1646831873,47.74300,8.99895\n5371,1646831890,47.74306,8.99899\n5372,1646831890,47.74310,8.99896\n5373,1646831893,47.74310,8.99897\n5374,1646831894,47.74309,8.99897\n5375,1646831895,47.74310,8.99897\n5376,1646831896,47.74311,8.99897\n5377,1646831897,47.74311,8.99897\n5378,1646831898,47.74311,8.99897\n5379,1646831899,47.74311,8.99897\n5380,1646831900,47.74311,8.99897\n5381,1646831921,47.74339,8.99889\n5382,1646831922,47.74339,8.99889\n5383,1646831923,47.74339,8.99888\n5384,1646831924,47.74338,8.99889\n5385,1646831925,47.74338,8.99890\n5386,1646831926,47.74339,8.99889\n5387,1646831927,47.74340,8.99890\n5388,1646831928,47.74340,8.99890\n5389,1646831929,47.74320,8.99897\n5390,1646831931,47.74319,8.99897\n5391,1646831952,47.74319,8.99897\n5392,1646831953,47.74315,8.99898\n5393,1646831954,47.74316,8.99898\n5394,1646831955,47.74318,8.99897\n5395,1646831956,47.74318,8.99897\n5396,1646831957,47.74318,8.99897\n5397,1646831958,47.74319,8.99897\n5398,1646831959,47.74325,8.99894\n5399,1646831961,47.74325,8.99895\n5400,1646831962,47.74325,8.99895\n5401,1646831979,47.74306,8.99896\n5402,1646831982,47.74309,8.99897\n5403,1646831983,47.74308,8.99897\n5404,1646831984,47.74307,8.99898\n5405,1646831985,47.74306,8.99899\n5406,1646831986,47.74305,8.99899\n5407,1646831987,47.74305,8.99900\n5408,1646831988,47.74304,8.99900\n5409,1646831989,47.74304,8.99901\n5410,1646831990,47.74303,8.99901\n5411,1646832012,47.74303,8.99898\n5412,1646832013,47.74301,8.99898\n5413,1646832014,47.74298,8.99899\n5414,1646832015,47.74294,8.99899\n5415,1646832016,47.74290,8.99900\n5416,1646832017,47.74288,8.99900\n5417,1646832018,47.74286,8.99900\n5418,1646832019,47.74298,8.99897\n5419,1646832021,47.74297,8.99898\n5420,1646832022,47.74296,8.99898\n5421,1646832044,47.74292,8.99902\n5422,1646832045,47.74294,8.99901\n5423,1646832046,47.74296,8.99901\n5424,1646832047,47.74299,8.99900\n5425,1646832048,47.74299,8.99900\n5426,1646832049,47.74311,8.99897\n5427,1646832051,47.74310,8.99897\n5428,1646832052,47.74310,8.99897\n5429,1646832053,47.74310,8.99898\n5430,1646832054,47.74310,8.99898\n5431,1646832073,47.74330,8.99883\n5432,1646832074,47.74329,8.99884\n5433,1646832075,47.74326,8.99886\n5434,1646832076,47.74325,8.99888\n5435,1646832077,47.74323,8.99889\n5436,1646832078,47.74322,8.99890\n5437,1646832079,47.74321,8.99891\n5438,1646832080,47.74320,8.99892\n5439,1646832081,47.74320,8.99892\n5440,1646832082,47.74319,8.99893\n5441,1646832105,47.74305,8.99900\n5442,1646832106,47.74304,8.99900\n5443,1646832107,47.74305,8.99899\n5444,1646832108,47.74310,8.99899\n5445,1646832109,47.74319,8.99898\n5446,1646832111,47.74320,8.99897\n5447,1646832112,47.74321,8.99896\n5448,1646832113,47.74321,8.99896\n5449,1646832114,47.74321,8.99896\n5450,1646832115,47.74320,8.99896\n5451,1646832132,47.74332,8.99896\n5452,1646832132,47.74330,8.99895\n5453,1646832135,47.74307,8.99901\n5454,1646832136,47.74310,8.99901\n5455,1646832137,47.74312,8.99900\n5456,1646832138,47.74312,8.99900\n5457,1646832139,47.74311,8.99901\n5458,1646832140,47.74312,8.99901\n5459,1646832141,47.74311,8.99901\n5460,1646832142,47.74311,8.99901\n5461,1646832159,47.74327,8.99894\n5462,1646832162,47.74328,8.99894\n5463,1646832163,47.74328,8.99893\n5464,1646832164,47.74328,8.99893\n5465,1646832165,47.74328,8.99893\n5466,1646832166,47.74328,8.99893\n5467,1646832167,47.74328,8.99893\n5468,1646832168,47.74329,8.99892\n5469,1646832169,47.74329,8.99892\n5470,1646832170,47.74330,8.99892\n5471,1646832191,47.74308,8.99898\n5472,1646832192,47.74308,8.99898\n5473,1646832193,47.74308,8.99898\n5474,1646832194,47.74310,8.99897\n5475,1646832195,47.74312,8.99897\n5476,1646832196,47.74313,8.99897\n5477,1646832197,47.74314,8.99896\n5478,1646832198,47.74314,8.99896\n5479,1646832199,47.74324,8.99893\n5480,1646832201,47.74324,8.99893\n5481,1646832222,47.74295,8.99903\n5482,1646832223,47.74305,8.99902\n5483,1646832224,47.74311,8.99900\n5484,1646832225,47.74311,8.99899\n5485,1646832226,47.74312,8.99899\n5486,1646832227,47.74313,8.99899\n5487,1646832228,47.74314,8.99899\n5488,1646832229,47.74312,8.99899\n5489,1646832231,47.74313,8.99900\n5490,1646832232,47.74313,8.99899\n5491,1646832254,47.74307,8.99902\n5492,1646832255,47.74307,8.99901\n5493,1646832256,47.74307,8.99901\n5494,1646832257,47.74307,8.99900\n5495,1646832258,47.74307,8.99900\n5496,1646832259,47.74316,8.99897\n5497,1646832261,47.74318,8.99896\n5498,1646832262,47.74319,8.99896\n5499,1646832263,47.74319,8.99896\n5500,1646832264,47.74318,8.99896\n5501,1646832283,47.74316,8.99902\n5502,1646832284,47.74315,8.99904\n5503,1646832285,47.74316,8.99904\n5504,1646832286,47.74315,8.99904\n5505,1646832287,47.74314,8.99904\n5506,1646832288,47.74314,8.99904\n5507,1646832289,47.74314,8.99904\n5508,1646832290,47.74313,8.99904\n5509,1646832291,47.74313,8.99904\n5510,1646832292,47.74312,8.99904\n5511,1646832310,47.74300,8.99895\n5512,1646832311,47.74316,8.99891\n5513,1646832312,47.74315,8.99891\n5514,1646832313,47.74315,8.99891\n5515,1646832314,47.74315,8.99891\n5516,1646832315,47.74316,8.99892\n5517,1646832316,47.74314,8.99892\n5518,1646832317,47.74314,8.99893\n5519,1646832318,47.74312,8.99894\n5520,1646832319,47.74316,8.99895\n5521,1646832351,47.74310,8.99900\n5522,1646832352,47.74308,8.99901\n5523,1646832353,47.74309,8.99900\n5524,1646832354,47.74310,8.99899\n5525,1646832355,47.74311,8.99899\n5526,1646832356,47.74311,8.99899\n5527,1646832357,47.74311,8.99899\n5528,1646832358,47.74311,8.99899\n5529,1646832359,47.74311,8.99899\n5530,1646832360,47.74310,8.99900\n5531,1646832382,47.74288,8.99899\n5532,1646832383,47.74288,8.99899\n5533,1646832384,47.74290,8.99899\n5534,1646832385,47.74306,8.99897\n5535,1646832387,47.74306,8.99898\n5536,1646832388,47.74306,8.99899\n5537,1646832389,47.74304,8.99900\n5538,1646832390,47.74303,8.99902\n5539,1646832391,47.74303,8.99902\n5540,1646832392,47.74303,8.99902\n5541,1646832412,47.74278,8.99910\n5542,1646832413,47.74282,8.99908\n5543,1646832414,47.74286,8.99906\n5544,1646832415,47.74289,8.99905\n5545,1646832416,47.74292,8.99905\n5546,1646832417,47.74294,8.99904\n5547,1646832418,47.74296,8.99904\n5548,1646832419,47.74298,8.99903\n5549,1646832420,47.74300,8.99902\n5550,1646832421,47.74316,8.99897\n5551,1646832442,47.74315,8.99901\n5552,1646832443,47.74317,8.99900\n5553,1646832444,47.74319,8.99899\n5554,1646832445,47.74321,8.99899\n5555,1646832446,47.74321,8.99899\n5556,1646832447,47.74322,8.99899\n5557,1646832448,47.74324,8.99898\n5558,1646832449,47.74325,8.99898\n5559,1646832450,47.74326,8.99898\n5560,1646832451,47.74321,8.99900\n5561,1646832472,47.74316,8.99896\n5562,1646832473,47.74321,8.99895\n5563,1646832474,47.74320,8.99896\n5564,1646832475,47.74320,8.99896\n5565,1646832476,47.74319,8.99896\n5566,1646832477,47.74321,8.99895\n5567,1646832478,47.74322,8.99895\n5568,1646832479,47.74323,8.99896\n5569,1646832480,47.74324,8.99897\n5570,1646832481,47.74324,8.99897\n5571,1646832499,47.74298,8.99904\n5572,1646832500,47.74301,8.99903\n5573,1646832501,47.74302,8.99901\n5574,1646832502,47.74304,8.99900\n5575,1646832503,47.74305,8.99901\n5576,1646832504,47.74306,8.99901\n5577,1646832505,47.74305,8.99901\n5578,1646832506,47.74306,8.99901\n5579,1646832507,47.74307,8.99902\n5580,1646832508,47.74307,8.99901\n5581,1646832527,47.74315,8.99900\n5582,1646832528,47.74320,8.99899\n5583,1646832529,47.74321,8.99899\n5584,1646832530,47.74321,8.99898\n5585,1646832531,47.74322,8.99898\n5586,1646832532,47.74321,8.99898\n5587,1646832533,47.74320,8.99898\n5588,1646832534,47.74319,8.99898\n5589,1646832535,47.74317,8.99898\n5590,1646832536,47.74311,8.99899\n5591,1646832554,47.74311,8.99898\n5592,1646832555,47.74321,8.99892\n5593,1646832556,47.74319,8.99893\n5594,1646832557,47.74319,8.99893\n5595,1646832558,47.74319,8.99894\n5596,1646832559,47.74319,8.99893\n5597,1646832560,47.74319,8.99894\n5598,1646832561,47.74320,8.99894\n5599,1646832562,47.74319,8.99895\n5600,1646832563,47.74319,8.99895\n5601,1646832583,47.74303,8.99899\n5602,1646832584,47.74305,8.99898\n5603,1646832585,47.74306,8.99897\n5604,1646832586,47.74308,8.99897\n5605,1646832587,47.74309,8.99898\n5606,1646832588,47.74310,8.99898\n5607,1646832589,47.74316,8.99896\n5608,1646832591,47.74317,8.99896\n5609,1646832592,47.74317,8.99896\n5610,1646832593,47.74318,8.99897\n5611,1646832615,47.74295,8.99907\n5612,1646832616,47.74295,8.99907\n5613,1646832617,47.74294,8.99907\n5614,1646832618,47.74294,8.99906\n5615,1646832619,47.74304,8.99903\n5616,1646832621,47.74305,8.99902\n5617,1646832622,47.74305,8.99901\n5618,1646832623,47.74306,8.99901\n5619,1646832624,47.74306,8.99900\n5620,1646832625,47.74307,8.99900\n5621,1646832646,47.74319,8.99894\n5622,1646832647,47.74321,8.99893\n5623,1646832648,47.74320,8.99894\n5624,1646832649,47.74321,8.99892\n5625,1646832650,47.74321,8.99892\n5626,1646832651,47.74321,8.99892\n5627,1646832652,47.74321,8.99892\n5628,1646832653,47.74321,8.99892\n5629,1646832654,47.74321,8.99892\n5630,1646832655,47.74321,8.99892\n5631,1646832674,47.74314,8.99905\n5632,1646832676,47.74311,8.99906\n5633,1646832677,47.74310,8.99907\n5634,1646832678,47.74311,8.99907\n5635,1646832679,47.74312,8.99906\n5636,1646832680,47.74312,8.99906\n5637,1646832681,47.74313,8.99905\n5638,1646832682,47.74314,8.99904\n5639,1646832683,47.74316,8.99903\n5640,1646832684,47.74316,8.99903\n5641,1646832704,47.74333,8.99893\n5642,1646832706,47.74334,8.99893\n5643,1646832707,47.74331,8.99895\n5644,1646832708,47.74331,8.99894\n5645,1646832709,47.74332,8.99893\n5646,1646832710,47.74332,8.99893\n5647,1646832711,47.74333,8.99892\n5648,1646832712,47.74333,8.99892\n5649,1646832713,47.74332,8.99891\n5650,1646832714,47.74332,8.99891\n5651,1646832738,47.74333,8.99896\n5652,1646832739,47.74331,8.99897\n5653,1646832740,47.74328,8.99897\n5654,1646832741,47.74326,8.99897\n5655,1646832742,47.74324,8.99897\n5656,1646832743,47.74322,8.99898\n5657,1646832744,47.74321,8.99898\n5658,1646832745,47.74320,8.99898\n5659,1646832746,47.74320,8.99898\n5660,1646832747,47.74320,8.99898\n5661,1646832764,47.74348,8.99889\n5662,1646832767,47.74321,8.99901\n5663,1646832768,47.74323,8.99902\n5664,1646832769,47.74327,8.99900\n5665,1646832770,47.74328,8.99899\n5666,1646832771,47.74329,8.99899\n5667,1646832772,47.74330,8.99898\n5668,1646832773,47.74331,8.99898\n5669,1646832774,47.74331,8.99898\n5670,1646832775,47.74331,8.99897\n5671,1646832799,47.74325,8.99894\n5672,1646832800,47.74328,8.99893\n5673,1646832801,47.74327,8.99893\n5674,1646832802,47.74326,8.99892\n5675,1646832803,47.74327,8.99892\n5676,1646832804,47.74326,8.99892\n5677,1646832805,47.74332,8.99889\n5678,1646832807,47.74332,8.99889\n5679,1646832808,47.74332,8.99890\n5680,1646832809,47.74332,8.99890\n5681,1646832831,47.74356,8.99879\n5682,1646832833,47.74354,8.99880\n5683,1646832834,47.74352,8.99880\n5684,1646832835,47.74350,8.99881\n5685,1646832836,47.74349,8.99882\n5686,1646832837,47.74349,8.99882\n5687,1646832838,47.74349,8.99881\n5688,1646832839,47.74348,8.99882\n5689,1646832840,47.74347,8.99882\n5690,1646832841,47.74346,8.99883\n5691,1646832867,47.74332,8.99896\n5692,1646832868,47.74330,8.99897\n5693,1646832869,47.74329,8.99898\n5694,1646832870,47.74327,8.99898\n5695,1646832871,47.74326,8.99898\n5696,1646832872,47.74325,8.99899\n5697,1646832873,47.74324,8.99899\n5698,1646832874,47.74323,8.99900\n5699,1646832875,47.74322,8.99900\n5700,1646832876,47.74320,8.99900\n5701,1646832901,47.74326,8.99903\n5702,1646832902,47.74324,8.99904\n5703,1646832903,47.74325,8.99904\n5704,1646832904,47.74325,8.99904\n5705,1646832905,47.74324,8.99904\n5706,1646832906,47.74324,8.99904\n5707,1646832907,47.74324,8.99903\n5708,1646832908,47.74325,8.99903\n5709,1646832909,47.74325,8.99903\n5710,1646832910,47.74326,8.99902\n5711,1646832930,47.74308,8.99903\n5712,1646832931,47.74311,8.99902\n5713,1646832932,47.74312,8.99902\n5714,1646832933,47.74313,8.99902\n5715,1646832934,47.74314,8.99901\n5716,1646832935,47.74315,8.99900\n5717,1646832936,47.74316,8.99899\n5718,1646832937,47.74332,8.99894\n5719,1646832939,47.74332,8.99894\n5720,1646832940,47.74332,8.99894\n5721,1646832962,47.74322,8.99898\n5722,1646832963,47.74312,8.99900\n5723,1646832964,47.74308,8.99902\n5724,1646832965,47.74305,8.99902\n5725,1646832966,47.74304,8.99901\n5726,1646832967,47.74322,8.99894\n5727,1646832969,47.74321,8.99893\n5728,1646832970,47.74321,8.99893\n5729,1646832971,47.74322,8.99893\n5730,1646832972,47.74322,8.99893\n5731,1646832991,47.74324,8.99896\n5732,1646832992,47.74321,8.99897\n5733,1646832993,47.74322,8.99897\n5734,1646832994,47.74324,8.99896\n5735,1646832995,47.74325,8.99896\n5736,1646832996,47.74325,8.99897\n5737,1646832997,47.74325,8.99897\n5738,1646832998,47.74325,8.99898\n5739,1646832999,47.74324,8.99899\n5740,1646833000,47.74323,8.99899\n5741,1646833022,47.74277,8.99915\n5742,1646833023,47.74278,8.99914\n5743,1646833024,47.74278,8.99914\n5744,1646833025,47.74279,8.99914\n5745,1646833026,47.74278,8.99914\n5746,1646833027,47.74309,8.99906\n5747,1646833029,47.74308,8.99905\n5748,1646833030,47.74309,8.99905\n5749,1646833031,47.74310,8.99905\n5750,1646833032,47.74312,8.99904\n5751,1646833054,47.74327,8.99905\n5752,1646833055,47.74330,8.99905\n5753,1646833056,47.74333,8.99904\n5754,1646833057,47.74336,8.99903\n5755,1646833058,47.74337,8.99903\n5756,1646833059,47.74338,8.99902\n5757,1646833060,47.74339,8.99902\n5758,1646833061,47.74338,8.99902\n5759,1646833062,47.74337,8.99902\n5760,1646833063,47.74337,8.99902\n5761,1646833084,47.74256,8.99917\n5762,1646833085,47.74259,8.99916\n5763,1646833086,47.74267,8.99914\n5764,1646833087,47.74274,8.99912\n5765,1646833088,47.74279,8.99911\n5766,1646833089,47.74282,8.99910\n5767,1646833090,47.74285,8.99909\n5768,1646833091,47.74287,8.99909\n5769,1646833092,47.74289,8.99909\n5770,1646833093,47.74331,8.99896\n5771,1646833123,47.74320,8.99897\n5772,1646833124,47.74322,8.99896\n5773,1646833125,47.74324,8.99896\n5774,1646833126,47.74325,8.99895\n5775,1646833127,47.74326,8.99894\n5776,1646833128,47.74327,8.99894\n5777,1646833129,47.74328,8.99893\n5778,1646833130,47.74330,8.99893\n5779,1646833131,47.74331,8.99892\n5780,1646833132,47.74331,8.99892\n5781,1646833155,47.74270,8.99913\n5782,1646833156,47.74273,8.99911\n5783,1646833157,47.74275,8.99909\n5784,1646833158,47.74276,8.99909\n5785,1646833159,47.74295,8.99900\n5786,1646833161,47.74298,8.99899\n5787,1646833162,47.74301,8.99898\n5788,1646833163,47.74302,8.99898\n5789,1646833164,47.74303,8.99898\n5790,1646833165,47.74304,8.99898\n5791,1646833194,47.74309,8.99900\n5792,1646833195,47.74320,8.99897\n5793,1646833197,47.74320,8.99897\n5794,1646833198,47.74321,8.99897\n5795,1646833199,47.74320,8.99897\n5796,1646833200,47.74320,8.99897\n5797,1646833201,47.74320,8.99897\n5798,1646833202,47.74318,8.99898\n5799,1646833203,47.74317,8.99898\n5800,1646833204,47.74316,8.99898\n5801,1646833233,47.74302,8.99904\n5802,1646833234,47.74304,8.99904\n5803,1646833235,47.74304,8.99904\n5804,1646833236,47.74305,8.99904\n5805,1646833237,47.74304,8.99904\n5806,1646833238,47.74303,8.99904\n5807,1646833239,47.74303,8.99904\n5808,1646833240,47.74303,8.99905\n5809,1646833241,47.74304,8.99905\n5810,1646833242,47.74304,8.99906\n5811,1646833270,47.74316,8.99898\n5812,1646833271,47.74316,8.99897\n5813,1646833272,47.74316,8.99897\n5814,1646833273,47.74317,8.99896\n5815,1646833274,47.74317,8.99896\n5816,1646833275,47.74317,8.99895\n5817,1646833276,47.74317,8.99895\n5818,1646833277,47.74317,8.99895\n5819,1646833278,47.74316,8.99895\n5820,1646833279,47.74316,8.99894\n5821,1646833311,47.74355,8.99877\n5822,1646833312,47.74354,8.99878\n5823,1646833313,47.74354,8.99878\n5824,1646833314,47.74354,8.99878\n5825,1646833315,47.74352,8.99879\n5826,1646833316,47.74351,8.99880\n5827,1646833317,47.74347,8.99881\n5828,1646833318,47.74344,8.99881\n5829,1646833319,47.74342,8.99882\n5830,1646833320,47.74342,8.99882\n5831,1646833341,47.74302,8.99895\n5832,1646833342,47.74306,8.99891\n5833,1646833343,47.74304,8.99894\n5834,1646833344,47.74303,8.99895\n5835,1646833345,47.74302,8.99895\n5836,1646833346,47.74303,8.99895\n5837,1646833347,47.74304,8.99895\n5838,1646833348,47.74305,8.99895\n5839,1646833349,47.74305,8.99896\n5840,1646833350,47.74306,8.99896\n5841,1646833367,47.74324,8.99889\n5842,1646833369,47.74286,8.99905\n5843,1646833371,47.74288,8.99905\n5844,1646833372,47.74290,8.99905\n5845,1646833373,47.74290,8.99905\n5846,1646833374,47.74290,8.99905\n5847,1646833375,47.74291,8.99905\n5848,1646833376,47.74292,8.99904\n5849,1646833377,47.74292,8.99905\n5850,1646833378,47.74292,8.99905\n5851,1646833415,47.74311,8.99905\n5852,1646833416,47.74312,8.99904\n5853,1646833417,47.74312,8.99904\n5854,1646833418,47.74312,8.99904\n5855,1646833419,47.74313,8.99904\n5856,1646833420,47.74314,8.99904\n5857,1646833421,47.74314,8.99903\n5858,1646833422,47.74315,8.99903\n5859,1646833423,47.74316,8.99903\n5860,1646833424,47.74315,8.99902\n5861,1646833455,47.74353,8.99884\n5862,1646833456,47.74351,8.99885\n5863,1646833457,47.74347,8.99886\n5864,1646833458,47.74345,8.99887\n5865,1646833459,47.74343,8.99887\n5866,1646833460,47.74341,8.99888\n5867,1646833461,47.74340,8.99888\n5868,1646833462,47.74339,8.99889\n5869,1646833463,47.74337,8.99889\n5870,1646833464,47.74337,8.99889\n5871,1646833493,47.74339,8.99892\n5872,1646833494,47.74339,8.99892\n5873,1646833495,47.74340,8.99892\n5874,1646833496,47.74340,8.99892\n5875,1646833497,47.74341,8.99892\n5876,1646833498,47.74341,8.99892\n5877,1646833499,47.74342,8.99891\n5878,1646833500,47.74341,8.99891\n5879,1646833501,47.74341,8.99891\n5880,1646833502,47.74341,8.99891\n5881,1646833530,47.74305,8.99911\n5882,1646833531,47.74325,8.99905\n5883,1646833533,47.74322,8.99906\n5884,1646833534,47.74321,8.99906\n5885,1646833535,47.74319,8.99907\n5886,1646833536,47.74318,8.99907\n5887,1646833537,47.74317,8.99907\n5888,1646833538,47.74315,8.99907\n5889,1646833539,47.74314,8.99908\n5890,1646833540,47.74313,8.99908\n5891,1646833575,47.74314,8.99905\n5892,1646833576,47.74316,8.99904\n5893,1646833577,47.74316,8.99904\n5894,1646833578,47.74317,8.99904\n5895,1646833579,47.74317,8.99903\n5896,1646833580,47.74318,8.99903\n5897,1646833581,47.74318,8.99902\n5898,1646833582,47.74319,8.99902\n5899,1646833583,47.74320,8.99901\n5900,1646833584,47.74320,8.99901\n5901,1646833615,47.74338,8.99893\n5902,1646833616,47.74338,8.99894\n5903,1646833617,47.74338,8.99894\n5904,1646833618,47.74336,8.99894\n5905,1646833619,47.74335,8.99895\n5906,1646833620,47.74334,8.99895\n5907,1646833621,47.74321,8.99901\n5908,1646833622,47.74318,8.99903\n5909,1646833623,47.74316,8.99904\n5910,1646833624,47.74315,8.99905\n5911,1646833641,47.74304,8.99902\n5912,1646833643,47.74309,8.99910\n5913,1646833644,47.74311,8.99910\n5914,1646833645,47.74311,8.99910\n5915,1646833646,47.74311,8.99910\n5916,1646833647,47.74312,8.99910\n5917,1646833648,47.74312,8.99910\n5918,1646833649,47.74312,8.99910\n5919,1646833650,47.74312,8.99910\n5920,1646833651,47.74312,8.99910\n5921,1646833669,47.74305,8.99906\n5922,1646833670,47.74317,8.99901\n5923,1646833671,47.74317,8.99901\n5924,1646833672,47.74317,8.99901\n5925,1646833673,47.74316,8.99901\n5926,1646833674,47.74316,8.99901\n5927,1646833675,47.74316,8.99901\n5928,1646833676,47.74315,8.99902\n5929,1646833677,47.74315,8.99902\n5930,1646833678,47.74315,8.99903\n5931,1646833696,47.74294,8.99888\n5932,1646833697,47.74306,8.99905\n5933,1646833698,47.74307,8.99905\n5934,1646833699,47.74308,8.99906\n5935,1646833700,47.74308,8.99907\n5936,1646833701,47.74307,8.99906\n5937,1646833702,47.74307,8.99906\n5938,1646833703,47.74308,8.99905\n5939,1646833704,47.74308,8.99905\n5940,1646833705,47.74308,8.99905\n5941,1646833724,47.74316,8.99905\n5942,1646833725,47.74317,8.99902\n5943,1646833726,47.74318,8.99901\n5944,1646833727,47.74315,8.99902\n5945,1646833728,47.74312,8.99901\n5946,1646833729,47.74311,8.99901\n5947,1646833730,47.74310,8.99900\n5948,1646833731,47.74309,8.99901\n5949,1646833732,47.74308,8.99901\n5950,1646833733,47.74307,8.99901\n5951,1646833751,47.74301,8.99902\n5952,1646833752,47.74302,8.99899\n5953,1646833753,47.74303,8.99899\n5954,1646833754,47.74303,8.99899\n5955,1646833755,47.74304,8.99899\n5956,1646833756,47.74304,8.99899\n5957,1646833757,47.74304,8.99899\n5958,1646833758,47.74304,8.99899\n5959,1646833759,47.74304,8.99900\n5960,1646833761,47.74304,8.99901\n5961,1646833779,47.74266,8.99835\n5962,1646833780,47.74305,8.99899\n5963,1646833781,47.74306,8.99901\n5964,1646833782,47.74307,8.99901\n5965,1646833783,47.74308,8.99902\n5966,1646833784,47.74308,8.99903\n5967,1646833785,47.74308,8.99903\n5968,1646833786,47.74308,8.99903\n5969,1646833787,47.74308,8.99903\n5970,1646833788,47.74308,8.99903\n5971,1646833806,47.74316,8.99896\n5972,1646833807,47.74321,8.99893\n5973,1646833808,47.74316,8.99896\n5974,1646833809,47.74312,8.99899\n5975,1646833810,47.74310,8.99900\n5976,1646833811,47.74310,8.99902\n5977,1646833812,47.74310,8.99903\n5978,1646833813,47.74309,8.99903\n5979,1646833814,47.74309,8.99903\n5980,1646833815,47.74309,8.99904\n5981,1646833835,47.74303,8.99896\n5982,1646833836,47.74305,8.99896\n5983,1646833837,47.74305,8.99896\n5984,1646833838,47.74306,8.99896\n5985,1646833839,47.74307,8.99896\n5986,1646833840,47.74307,8.99895\n5987,1646833841,47.74307,8.99895\n5988,1646833842,47.74306,8.99895\n5989,1646833843,47.74306,8.99895\n5990,1646833844,47.74307,8.99896\n5991,1646833862,47.74295,8.99875\n5992,1646833863,47.74305,8.99895\n5993,1646833864,47.74305,8.99896\n5994,1646833865,47.74306,8.99896\n5995,1646833866,47.74306,8.99895\n5996,1646833867,47.74305,8.99895\n5997,1646833868,47.74306,8.99895\n5998,1646833869,47.74307,8.99895\n5999,1646833870,47.74307,8.99895\n6000,1646833871,47.74307,8.99895\n6001,1646833889,47.74325,8.99903\n6002,1646833890,47.74314,8.99902\n6003,1646833891,47.74312,8.99901\n6004,1646833892,47.74312,8.99900\n6005,1646833893,47.74310,8.99899\n6006,1646833894,47.74310,8.99899\n6007,1646833895,47.74309,8.99898\n6008,1646833896,47.74310,8.99898\n6009,1646833897,47.74310,8.99899\n6010,1646833899,47.74310,8.99898\n6011,1646833917,47.74285,8.99875\n6012,1646833918,47.74313,8.99894\n6013,1646833919,47.74314,8.99896\n6014,1646833920,47.74315,8.99896\n6015,1646833921,47.74315,8.99896\n6016,1646833922,47.74315,8.99897\n6017,1646833923,47.74315,8.99896\n6018,1646833924,47.74314,8.99897\n6019,1646833925,47.74313,8.99897\n6020,1646833926,47.74312,8.99896\n6021,1646833944,47.74298,8.99899\n6022,1646833945,47.74298,8.99901\n6023,1646833946,47.74299,8.99901\n6024,1646833947,47.74300,8.99900\n6025,1646833948,47.74301,8.99899\n6026,1646833949,47.74302,8.99899\n6027,1646833950,47.74302,8.99898\n6028,1646833951,47.74305,8.99899\n6029,1646833953,47.74305,8.99899\n6030,1646833954,47.74305,8.99899\n6031,1646833971,47.74300,8.99878\n6032,1646833971,47.74298,8.99887\n6033,1646833974,47.74305,8.99892\n6034,1646833975,47.74306,8.99893\n6035,1646833976,47.74307,8.99895\n6036,1646833977,47.74307,8.99895\n6037,1646833978,47.74308,8.99895\n6038,1646833979,47.74309,8.99895\n6039,1646833980,47.74309,8.99895\n6040,1646833981,47.74309,8.99895\n6041,1646833999,47.74303,8.99914\n6042,1646834000,47.74302,8.99910\n6043,1646834001,47.74303,8.99908\n6044,1646834002,47.74304,8.99906\n6045,1646834003,47.74304,8.99905\n6046,1646834004,47.74304,8.99905\n6047,1646834005,47.74305,8.99904\n6048,1646834006,47.74305,8.99904\n6049,1646834007,47.74306,8.99903\n6050,1646834008,47.74307,8.99903\n6051,1646834026,47.74316,8.99892\n6052,1646834027,47.74319,8.99891\n6053,1646834028,47.74322,8.99892\n6054,1646834029,47.74322,8.99891\n6055,1646834030,47.74316,8.99894\n6056,1646834031,47.74315,8.99894\n6057,1646834032,47.74314,8.99895\n6058,1646834033,47.74313,8.99895\n6059,1646834034,47.74313,8.99895\n6060,1646834035,47.74313,8.99896\n6061,1646834054,47.74292,8.99895\n6062,1646834055,47.74311,8.99892\n6063,1646834056,47.74312,8.99891\n6064,1646834057,47.74313,8.99892\n6065,1646834058,47.74314,8.99892\n6066,1646834059,47.74315,8.99892\n6067,1646834060,47.74315,8.99893\n6068,1646834061,47.74315,8.99893\n6069,1646834062,47.74315,8.99894\n6070,1646834063,47.74315,8.99894\n6071,1646834082,47.74313,8.99897\n6072,1646834083,47.74313,8.99898\n6073,1646834084,47.74313,8.99897\n6074,1646834085,47.74314,8.99897\n6075,1646834086,47.74314,8.99897\n6076,1646834087,47.74314,8.99897\n6077,1646834088,47.74314,8.99897\n6078,1646834089,47.74313,8.99897\n6079,1646834091,47.74313,8.99897\n6080,1646834092,47.74313,8.99897\n6081,1646834109,47.74312,8.99891\n6082,1646834109,47.74304,8.99897\n6083,1646834112,47.74303,8.99901\n6084,1646834113,47.74303,8.99901\n6085,1646834114,47.74304,8.99901\n6086,1646834115,47.74304,8.99901\n6087,1646834116,47.74305,8.99901\n6088,1646834117,47.74305,8.99901\n6089,1646834118,47.74305,8.99900\n6090,1646834119,47.74306,8.99900\n6091,1646834137,47.74308,8.99899\n6092,1646834138,47.74304,8.99900\n6093,1646834139,47.74304,8.99901\n6094,1646834140,47.74304,8.99902\n6095,1646834141,47.74304,8.99901\n6096,1646834142,47.74304,8.99901\n6097,1646834143,47.74304,8.99901\n6098,1646834144,47.74305,8.99901\n6099,1646834145,47.74305,8.99901\n6100,1646834146,47.74305,8.99901\n6101,1646834164,47.74329,8.99914\n6102,1646834165,47.74319,8.99901\n6103,1646834166,47.74319,8.99900\n6104,1646834167,47.74318,8.99900\n6105,1646834168,47.74317,8.99900\n6106,1646834169,47.74316,8.99900\n6107,1646834170,47.74315,8.99901\n6108,1646834171,47.74315,8.99900\n6109,1646834172,47.74314,8.99900\n6110,1646834173,47.74313,8.99899\n6111,1646834192,47.74323,8.99906\n6112,1646834193,47.74309,8.99899\n6113,1646834194,47.74309,8.99898\n6114,1646834195,47.74309,8.99899\n6115,1646834196,47.74309,8.99898\n6116,1646834197,47.74310,8.99898\n6117,1646834198,47.74310,8.99898\n6118,1646834199,47.74311,8.99897\n6119,1646834200,47.74311,8.99898\n6120,1646834201,47.74311,8.99898\n6121,1646834219,47.74323,8.99885\n6122,1646834220,47.74317,8.99885\n6123,1646834221,47.74313,8.99890\n6124,1646834222,47.74312,8.99892\n6125,1646834223,47.74311,8.99893\n6126,1646834224,47.74312,8.99893\n6127,1646834225,47.74313,8.99895\n6128,1646834226,47.74313,8.99895\n6129,1646834227,47.74312,8.99895\n6130,1646834229,47.74312,8.99896\n6131,1646834247,47.74314,8.99901\n6132,1646834248,47.74311,8.99901\n6133,1646834249,47.74312,8.99900\n6134,1646834250,47.74313,8.99899\n6135,1646834251,47.74315,8.99897\n6136,1646834252,47.74317,8.99896\n6137,1646834253,47.74318,8.99896\n6138,1646834254,47.74318,8.99896\n6139,1646834255,47.74317,8.99896\n6140,1646834256,47.74316,8.99896\n6141,1646834274,47.74300,8.99883\n6142,1646834275,47.74308,8.99895\n6143,1646834276,47.74306,8.99893\n6144,1646834277,47.74306,8.99892\n6145,1646834278,47.74305,8.99892\n6146,1646834279,47.74305,8.99892\n6147,1646834280,47.74304,8.99892\n6148,1646834281,47.74308,8.99898\n6149,1646834283,47.74307,8.99898\n6150,1646834284,47.74307,8.99898\n6151,1646834301,47.74311,8.99892\n6152,1646834301,47.74313,8.99898\n6153,1646834304,47.74311,8.99899\n6154,1646834305,47.74310,8.99898\n6155,1646834306,47.74310,8.99897\n6156,1646834307,47.74309,8.99897\n6157,1646834308,47.74310,8.99897\n6158,1646834309,47.74310,8.99897\n6159,1646834310,47.74310,8.99897\n6160,1646834311,47.74310,8.99897\n6161,1646834329,47.74308,8.99900\n6162,1646834330,47.74304,8.99894\n6163,1646834331,47.74305,8.99897\n6164,1646834332,47.74303,8.99896\n6165,1646834333,47.74302,8.99895\n6166,1646834334,47.74301,8.99893\n6167,1646834335,47.74300,8.99892\n6168,1646834336,47.74300,8.99892\n6169,1646834337,47.74299,8.99892\n6170,1646834338,47.74299,8.99892\n6171,1646834356,47.74305,8.99886\n6172,1646834357,47.74312,8.99900\n6173,1646834358,47.74312,8.99900\n6174,1646834359,47.74311,8.99900\n6175,1646834360,47.74311,8.99899\n6176,1646834361,47.74310,8.99898\n6177,1646834362,47.74310,8.99897\n6178,1646834363,47.74310,8.99897\n6179,1646834364,47.74310,8.99897\n6180,1646834365,47.74309,8.99897\n6181,1646834385,47.74304,8.99893\n6182,1646834386,47.74305,8.99894\n6183,1646834387,47.74305,8.99894\n6184,1646834388,47.74305,8.99894\n6185,1646834389,47.74306,8.99894\n6186,1646834390,47.74306,8.99894\n6187,1646834391,47.74306,8.99895\n6188,1646834392,47.74306,8.99895\n6189,1646834393,47.74307,8.99895\n6190,1646834394,47.74307,8.99895\n6191,1646834412,47.74371,8.99884\n6192,1646834413,47.74308,8.99900\n6193,1646834414,47.74309,8.99900\n6194,1646834415,47.74310,8.99900\n6195,1646834416,47.74310,8.99900\n6196,1646834417,47.74311,8.99899\n6197,1646834418,47.74311,8.99898\n6198,1646834419,47.74311,8.99898\n6199,1646834421,47.74311,8.99897\n6200,1646834422,47.74311,8.99897\n6201,1646834439,47.74303,8.99892\n6202,1646834439,47.74307,8.99896\n6203,1646834442,47.74309,8.99897\n6204,1646834443,47.74310,8.99896\n6205,1646834444,47.74310,8.99896\n6206,1646834445,47.74310,8.99896\n6207,1646834446,47.74310,8.99896\n6208,1646834447,47.74310,8.99896\n6209,1646834448,47.74310,8.99896\n6210,1646834449,47.74310,8.99896\n6211,1646834468,47.74312,8.99896\n6212,1646834469,47.74309,8.99894\n6213,1646834470,47.74308,8.99893\n6214,1646834471,47.74307,8.99891\n6215,1646834472,47.74306,8.99890\n6216,1646834473,47.74306,8.99889\n6217,1646834474,47.74305,8.99889\n6218,1646834475,47.74305,8.99889\n6219,1646834476,47.74305,8.99889\n6220,1646834477,47.74304,8.99889\n6221,1646834496,47.74305,8.99890\n6222,1646834497,47.74304,8.99890\n6223,1646834498,47.74304,8.99890\n6224,1646834499,47.74304,8.99889\n6225,1646834500,47.74303,8.99889\n6226,1646834501,47.74303,8.99888\n6227,1646834502,47.74303,8.99888\n6228,1646834503,47.74304,8.99890\n6229,1646834505,47.74304,8.99890\n6230,1646834506,47.74304,8.99890\n6231,1646834523,47.74301,8.99893\n6232,1646834523,47.74302,8.99894\n6233,1646834526,47.74303,8.99892\n6234,1646834527,47.74304,8.99893\n6235,1646834528,47.74304,8.99892\n6236,1646834529,47.74303,8.99891\n6237,1646834530,47.74303,8.99891\n6238,1646834531,47.74303,8.99891\n6239,1646834532,47.74303,8.99891\n6240,1646834533,47.74302,8.99892\n6241,1646834551,47.74297,8.99898\n6242,1646834552,47.74299,8.99898\n6243,1646834553,47.74300,8.99898\n6244,1646834554,47.74300,8.99897\n6245,1646834555,47.74300,8.99896\n6246,1646834556,47.74300,8.99895\n6247,1646834557,47.74299,8.99893\n6248,1646834558,47.74298,8.99892\n6249,1646834559,47.74297,8.99890\n6250,1646834560,47.74297,8.99889\n6251,1646834578,47.74295,8.99884\n6252,1646834579,47.74296,8.99885\n6253,1646834580,47.74296,8.99885\n6254,1646834581,47.74296,8.99885\n6255,1646834582,47.74296,8.99885\n6256,1646834583,47.74296,8.99885\n6257,1646834584,47.74296,8.99885\n6258,1646834585,47.74296,8.99885\n6259,1646834586,47.74296,8.99885\n6260,1646834587,47.74300,8.99890\n6261,1646834607,47.74300,8.99892\n6262,1646834608,47.74299,8.99889\n6263,1646834609,47.74297,8.99887\n6264,1646834610,47.74297,8.99887\n6265,1646834611,47.74297,8.99886\n6266,1646834612,47.74296,8.99886\n6267,1646834613,47.74296,8.99885\n6268,1646834614,47.74296,8.99886\n6269,1646834615,47.74296,8.99886\n6270,1646834616,47.74296,8.99886\n6271,1646834634,47.74304,8.99915\n6272,1646834635,47.74300,8.99906\n6273,1646834636,47.74299,8.99902\n6274,1646834637,47.74298,8.99900\n6275,1646834638,47.74298,8.99898\n6276,1646834639,47.74298,8.99897\n6277,1646834640,47.74297,8.99896\n6278,1646834641,47.74301,8.99901\n6279,1646834643,47.74300,8.99901\n6280,1646834644,47.74300,8.99900\n6281,1646834663,47.74297,8.99897\n6282,1646834664,47.74297,8.99897\n6283,1646834665,47.74297,8.99896\n6284,1646834666,47.74297,8.99895\n6285,1646834667,47.74297,8.99894\n6286,1646834668,47.74297,8.99893\n6287,1646834669,47.74297,8.99892\n6288,1646834670,47.74297,8.99891\n6289,1646834671,47.74301,8.99897\n6290,1646834673,47.74301,8.99896\n6291,1646834692,47.74302,8.99901\n6292,1646834693,47.74301,8.99899\n6293,1646834694,47.74300,8.99896\n6294,1646834695,47.74299,8.99894\n6295,1646834696,47.74298,8.99892\n6296,1646834697,47.74298,8.99891\n6297,1646834698,47.74298,8.99891\n6298,1646834699,47.74298,8.99890\n6299,1646834700,47.74298,8.99889\n6300,1646834701,47.74304,8.99898\n6301,1646834719,47.74303,8.99891\n6302,1646834720,47.74302,8.99891\n6303,1646834721,47.74303,8.99893\n6304,1646834722,47.74303,8.99892\n6305,1646834723,47.74303,8.99892\n6306,1646834724,47.74303,8.99892\n6307,1646834725,47.74303,8.99891\n6308,1646834726,47.74303,8.99891\n6309,1646834727,47.74302,8.99890\n6310,1646834728,47.74302,8.99890\n6311,1646834748,47.74299,8.99889\n6312,1646834749,47.74300,8.99892\n6313,1646834750,47.74300,8.99892\n6314,1646834751,47.74299,8.99892\n6315,1646834752,47.74299,8.99892\n6316,1646834753,47.74299,8.99892\n6317,1646834754,47.74298,8.99892\n6318,1646834755,47.74298,8.99892\n6319,1646834756,47.74300,8.99894\n6320,1646834758,47.74300,8.99894\n6321,1646834776,47.74318,8.99906\n6322,1646834777,47.74305,8.99902\n6323,1646834778,47.74303,8.99898\n6324,1646834779,47.74301,8.99897\n6325,1646834780,47.74301,8.99896\n6326,1646834781,47.74300,8.99894\n6327,1646834782,47.74299,8.99893\n6328,1646834783,47.74299,8.99893\n6329,1646834784,47.74298,8.99893\n6330,1646834785,47.74299,8.99895\n6331,1646834803,47.74299,8.99902\n6332,1646834804,47.74299,8.99902\n6333,1646834805,47.74299,8.99902\n6334,1646834806,47.74299,8.99901\n6335,1646834807,47.74298,8.99900\n6336,1646834808,47.74298,8.99898\n6337,1646834809,47.74298,8.99898\n6338,1646834810,47.74298,8.99898\n6339,1646834811,47.74298,8.99897\n6340,1646834812,47.74298,8.99897\n6341,1646834831,47.74317,8.99925\n6342,1646834832,47.74315,8.99928\n6343,1646834833,47.74314,8.99927\n6344,1646834834,47.74304,8.99900\n6345,1646834835,47.74303,8.99896\n6346,1646834836,47.74302,8.99893\n6347,1646834837,47.74302,8.99893\n6348,1646834838,47.74302,8.99892\n6349,1646834839,47.74302,8.99892\n6350,1646834840,47.74300,8.99889\n6351,1646834859,47.74304,8.99896\n6352,1646834860,47.74304,8.99895\n6353,1646834861,47.74304,8.99894\n6354,1646834862,47.74305,8.99894\n6355,1646834863,47.74304,8.99894\n6356,1646834864,47.74304,8.99893\n6357,1646834865,47.74304,8.99893\n6358,1646834866,47.74305,8.99893\n6359,1646834867,47.74305,8.99893\n6360,1646834868,47.74304,8.99893\n6361,1646834886,47.74290,8.99888\n6362,1646834887,47.74301,8.99891\n6363,1646834888,47.74303,8.99891\n6364,1646834889,47.74303,8.99891\n6365,1646834890,47.74304,8.99892\n6366,1646834891,47.74304,8.99891\n6367,1646834892,47.74304,8.99892\n6368,1646834893,47.74304,8.99892\n6369,1646834894,47.74304,8.99892\n6370,1646834895,47.74304,8.99892\n6371,1646834916,47.74301,8.99892\n6372,1646834917,47.74302,8.99892\n6373,1646834918,47.74301,8.99892\n6374,1646834919,47.74301,8.99891\n6375,1646834920,47.74301,8.99892\n6376,1646834921,47.74301,8.99891\n6377,1646834922,47.74301,8.99891\n6378,1646834923,47.74301,8.99891\n6379,1646834924,47.74304,8.99894\n6380,1646834926,47.74304,8.99894\n6381,1646834945,47.74302,8.99892\n6382,1646834946,47.74302,8.99893\n6383,1646834947,47.74302,8.99893\n6384,1646834948,47.74301,8.99892\n6385,1646834949,47.74300,8.99891\n6386,1646834950,47.74299,8.99890\n6387,1646834951,47.74299,8.99890\n6388,1646834952,47.74299,8.99890\n6389,1646834953,47.74304,8.99898\n6390,1646834955,47.74304,8.99898\n6391,1646834973,47.74300,8.99885\n6392,1646834974,47.74301,8.99890\n6393,1646834975,47.74300,8.99889\n6394,1646834976,47.74300,8.99890\n6395,1646834977,47.74299,8.99889\n6396,1646834978,47.74299,8.99889\n6397,1646834979,47.74298,8.99889\n6398,1646834980,47.74298,8.99889\n6399,1646834981,47.74297,8.99889\n6400,1646834982,47.74297,8.99889\n6401,1646835001,47.74303,8.99902\n6402,1646835002,47.74303,8.99902\n6403,1646835003,47.74302,8.99901\n6404,1646835004,47.74301,8.99899\n6405,1646835005,47.74300,8.99899\n6406,1646835006,47.74300,8.99899\n6407,1646835007,47.74303,8.99902\n6408,1646835009,47.74302,8.99902\n6409,1646835010,47.74302,8.99902\n6410,1646835011,47.74302,8.99901\n6411,1646835029,47.74307,8.99911\n6412,1646835030,47.74303,8.99906\n6413,1646835031,47.74300,8.99900\n6414,1646835032,47.74299,8.99896\n6415,1646835033,47.74299,8.99896\n6416,1646835034,47.74298,8.99893\n6417,1646835035,47.74297,8.99891\n6418,1646835036,47.74296,8.99889\n6419,1646835037,47.74301,8.99894\n6420,1646835039,47.74301,8.99893\n6421,1646835059,47.74310,8.99924\n6422,1646835060,47.74308,8.99918\n6423,1646835061,47.74305,8.99911\n6424,1646835062,47.74300,8.99899\n6425,1646835063,47.74298,8.99894\n6426,1646835064,47.74297,8.99891\n6427,1646835065,47.74295,8.99886\n6428,1646835066,47.74294,8.99885\n6429,1646835067,47.74298,8.99890\n6430,1646835069,47.74298,8.99890\n6431,1646835087,47.74287,8.99878\n6432,1646835088,47.74298,8.99895\n6433,1646835089,47.74298,8.99894\n6434,1646835090,47.74299,8.99895\n6435,1646835091,47.74299,8.99895\n6436,1646835092,47.74299,8.99895\n6437,1646835093,47.74300,8.99895\n6438,1646835094,47.74300,8.99895\n6439,1646835095,47.74300,8.99895\n6440,1646835096,47.74300,8.99896\n6441,1646835115,47.74299,8.99890\n6442,1646835116,47.74298,8.99887\n6443,1646835117,47.74297,8.99886\n6444,1646835118,47.74296,8.99885\n6445,1646835119,47.74296,8.99884\n6446,1646835120,47.74296,8.99884\n6447,1646835121,47.74298,8.99887\n6448,1646835123,47.74298,8.99886\n6449,1646835124,47.74297,8.99886\n6450,1646835125,47.74297,8.99886\n6451,1646835142,47.74292,8.99884\n6452,1646835142,47.74294,8.99886\n6453,1646835145,47.74295,8.99886\n6454,1646835146,47.74296,8.99887\n6455,1646835147,47.74296,8.99888\n6456,1646835148,47.74296,8.99888\n6457,1646835149,47.74296,8.99888\n6458,1646835150,47.74296,8.99888\n6459,1646835151,47.74296,8.99888\n6460,1646835152,47.74297,8.99888\n6461,1646835170,47.74292,8.99887\n6462,1646835171,47.74302,8.99895\n6463,1646835172,47.74302,8.99895\n6464,1646835173,47.74302,8.99895\n6465,1646835174,47.74301,8.99894\n6466,1646835175,47.74301,8.99892\n6467,1646835176,47.74300,8.99891\n6468,1646835177,47.74300,8.99890\n6469,1646835178,47.74299,8.99890\n6470,1646835179,47.74299,8.99889\n6471,1646835197,47.74297,8.99884\n6472,1646835198,47.74298,8.99889\n6473,1646835199,47.74298,8.99889\n6474,1646835200,47.74299,8.99889\n6475,1646835201,47.74299,8.99889\n6476,1646835202,47.74299,8.99888\n6477,1646835203,47.74299,8.99888\n6478,1646835204,47.74300,8.99888\n6479,1646835205,47.74300,8.99888\n6480,1646835207,47.74300,8.99887\n6481,1646835226,47.74305,8.99884\n6482,1646835227,47.74307,8.99889\n6483,1646835228,47.74307,8.99889\n6484,1646835229,47.74306,8.99889\n6485,1646835230,47.74306,8.99888\n6486,1646835231,47.74304,8.99887\n6487,1646835232,47.74303,8.99886\n6488,1646835233,47.74303,8.99885\n6489,1646835234,47.74302,8.99885\n6490,1646835235,47.74301,8.99883\n6491,1646835254,47.74299,8.99893\n6492,1646835255,47.74301,8.99893\n6493,1646835256,47.74302,8.99894\n6494,1646835257,47.74302,8.99894\n6495,1646835258,47.74302,8.99894\n6496,1646835259,47.74303,8.99894\n6497,1646835260,47.74303,8.99895\n6498,1646835261,47.74303,8.99895\n6499,1646835262,47.74303,8.99896\n6500,1646835263,47.74303,8.99897\n6501,1646835285,47.74305,8.99903\n6502,1646835286,47.74305,8.99900\n6503,1646835287,47.74303,8.99898\n6504,1646835288,47.74302,8.99897\n6505,1646835289,47.74301,8.99895\n6506,1646835290,47.74302,8.99897\n6507,1646835292,47.74302,8.99895\n6508,1646835293,47.74302,8.99895\n6509,1646835294,47.74302,8.99896\n6510,1646835295,47.74303,8.99896\n6511,1646835312,47.74297,8.99886\n6512,1646835312,47.74298,8.99888\n6513,1646835315,47.74301,8.99891\n6514,1646835316,47.74301,8.99889\n6515,1646835317,47.74301,8.99889\n6516,1646835318,47.74302,8.99891\n6517,1646835319,47.74302,8.99891\n6518,1646835320,47.74302,8.99891\n6519,1646835321,47.74302,8.99891\n6520,1646835322,47.74302,8.99891\n6521,1646835339,47.74297,8.99881\n6522,1646835339,47.74297,8.99884\n6523,1646835342,47.74297,8.99886\n6524,1646835343,47.74298,8.99886\n6525,1646835344,47.74298,8.99887\n6526,1646835345,47.74299,8.99888\n6527,1646835346,47.74300,8.99889\n6528,1646835347,47.74300,8.99890\n6529,1646835348,47.74301,8.99891\n6530,1646835349,47.74301,8.99892\n6531,1646835368,47.74301,8.99891\n6532,1646835369,47.74299,8.99888\n6533,1646835370,47.74300,8.99889\n6534,1646835371,47.74299,8.99889\n6535,1646835372,47.74299,8.99888\n6536,1646835373,47.74299,8.99889\n6537,1646835374,47.74300,8.99891\n6538,1646835375,47.74301,8.99892\n6539,1646835376,47.74301,8.99893\n6540,1646835377,47.74302,8.99894\n6541,1646835395,47.74314,8.99875\n6542,1646835396,47.74297,8.99885\n6543,1646835397,47.74296,8.99881\n6544,1646835398,47.74296,8.99882\n6545,1646835399,47.74297,8.99885\n6546,1646835400,47.74298,8.99889\n6547,1646835401,47.74298,8.99891\n6548,1646835402,47.74299,8.99893\n6549,1646835403,47.74302,8.99897\n6550,1646835405,47.74302,8.99898\n6551,1646835423,47.74286,8.99872\n6552,1646835424,47.74295,8.99887\n6553,1646835425,47.74295,8.99886\n6554,1646835426,47.74295,8.99887\n6555,1646835427,47.74296,8.99888\n6556,1646835428,47.74297,8.99889\n6557,1646835429,47.74297,8.99891\n6558,1646835430,47.74299,8.99892\n6559,1646835431,47.74299,8.99893\n6560,1646835432,47.74299,8.99893\n6561,1646835450,47.74299,8.99899\n6562,1646835451,47.74297,8.99894\n6563,1646835452,47.74298,8.99893\n6564,1646835453,47.74299,8.99894\n6565,1646835454,47.74300,8.99895\n6566,1646835455,47.74301,8.99896\n6567,1646835456,47.74301,8.99896\n6568,1646835457,47.74301,8.99897\n6569,1646835459,47.74301,8.99897\n6570,1646835460,47.74301,8.99897\n6571,1646835477,47.74290,8.99881\n6572,1646835477,47.74294,8.99887\n6573,1646835480,47.74298,8.99892\n6574,1646835481,47.74298,8.99892\n6575,1646835482,47.74297,8.99891\n6576,1646835483,47.74297,8.99891\n6577,1646835484,47.74296,8.99890\n6578,1646835485,47.74296,8.99889\n6579,1646835486,47.74296,8.99890\n6580,1646835487,47.74296,8.99890\n6581,1646835505,47.74298,8.99891\n6582,1646835506,47.74298,8.99891\n6583,1646835507,47.74299,8.99892\n6584,1646835508,47.74300,8.99893\n6585,1646835509,47.74300,8.99893\n6586,1646835510,47.74300,8.99893\n6587,1646835511,47.74300,8.99893\n6588,1646835512,47.74300,8.99893\n6589,1646835513,47.74300,8.99893\n6590,1646835514,47.74300,8.99893\n6591,1646835532,47.74331,8.99869\n6592,1646835533,47.74296,8.99889\n6593,1646835534,47.74298,8.99890\n6594,1646835535,47.74299,8.99891\n6595,1646835536,47.74298,8.99891\n6596,1646835537,47.74299,8.99891\n6597,1646835538,47.74298,8.99890\n6598,1646835539,47.74299,8.99891\n6599,1646835540,47.74299,8.99891\n6600,1646835541,47.74300,8.99892\n6601,1646835560,47.74349,8.99866\n6602,1646835561,47.74328,8.99876\n6603,1646835562,47.74302,8.99892\n6604,1646835563,47.74302,8.99893\n6605,1646835564,47.74301,8.99893\n6606,1646835565,47.74301,8.99893\n6607,1646835566,47.74300,8.99892\n6608,1646835567,47.74300,8.99893\n6609,1646835568,47.74300,8.99893\n6610,1646835569,47.74300,8.99892\n6611,1646835588,47.74304,8.99909\n6612,1646835589,47.74303,8.99904\n6613,1646835590,47.74302,8.99901\n6614,1646835591,47.74302,8.99900\n6615,1646835592,47.74302,8.99898\n6616,1646835593,47.74302,8.99898\n6617,1646835594,47.74302,8.99897\n6618,1646835595,47.74303,8.99898\n6619,1646835597,47.74303,8.99898\n6620,1646835598,47.74303,8.99898\n6621,1646835615,47.74308,8.99904\n6622,1646835615,47.74308,8.99905\n6623,1646835618,47.74306,8.99899\n6624,1646835619,47.74306,8.99899\n6625,1646835620,47.74306,8.99900\n6626,1646835621,47.74306,8.99900\n6627,1646835622,47.74306,8.99899\n6628,1646835623,47.74306,8.99899\n6629,1646835624,47.74306,8.99899\n6630,1646835625,47.74306,8.99899\n6631,1646835643,47.74303,8.99902\n6632,1646835644,47.74297,8.99893\n6633,1646835645,47.74298,8.99894\n6634,1646835646,47.74298,8.99895\n6635,1646835647,47.74299,8.99895\n6636,1646835648,47.74299,8.99895\n6637,1646835649,47.74300,8.99895\n6638,1646835650,47.74300,8.99895\n6639,1646835651,47.74300,8.99895\n6640,1646835652,47.74300,8.99895\n6641,1646835671,47.74301,8.99885\n6642,1646835672,47.74299,8.99883\n6643,1646835673,47.74300,8.99885\n6644,1646835674,47.74302,8.99888\n6645,1646835675,47.74303,8.99890\n6646,1646835676,47.74303,8.99891\n6647,1646835677,47.74303,8.99892\n6648,1646835678,47.74303,8.99892\n6649,1646835679,47.74306,8.99897\n6650,1646835681,47.74306,8.99898\n6651,1646835700,47.74298,8.99889\n6652,1646835701,47.74299,8.99888\n6653,1646835702,47.74299,8.99889\n6654,1646835703,47.74299,8.99889\n6655,1646835704,47.74299,8.99888\n6656,1646835705,47.74299,8.99887\n6657,1646835706,47.74299,8.99887\n6658,1646835707,47.74299,8.99886\n6659,1646835708,47.74299,8.99885\n6660,1646835709,47.74300,8.99887\n6661,1646835727,47.74301,8.99899\n6662,1646835728,47.74302,8.99900\n6663,1646835729,47.74303,8.99899\n6664,1646835730,47.74303,8.99899\n6665,1646835731,47.74303,8.99899\n6666,1646835732,47.74302,8.99898\n6667,1646835733,47.74302,8.99898\n6668,1646835734,47.74302,8.99897\n6669,1646835735,47.74301,8.99897\n6670,1646835736,47.74300,8.99896\n6671,1646835755,47.74299,8.99886\n6672,1646835756,47.74302,8.99891\n6673,1646835757,47.74302,8.99894\n6674,1646835758,47.74303,8.99895\n6675,1646835759,47.74302,8.99896\n6676,1646835760,47.74302,8.99897\n6677,1646835761,47.74302,8.99898\n6678,1646835762,47.74302,8.99899\n6679,1646835763,47.74302,8.99899\n6680,1646835764,47.74300,8.99894\n6681,1646835783,47.74303,8.99899\n6682,1646835784,47.74302,8.99895\n6683,1646835785,47.74302,8.99894\n6684,1646835786,47.74302,8.99893\n6685,1646835787,47.74301,8.99892\n6686,1646835788,47.74301,8.99891\n6687,1646835789,47.74301,8.99891\n6688,1646835790,47.74301,8.99891\n6689,1646835791,47.74301,8.99892\n6690,1646835792,47.74301,8.99892\n6691,1646835810,47.74309,8.99910\n6692,1646835811,47.74308,8.99909\n6693,1646835812,47.74306,8.99906\n6694,1646835813,47.74304,8.99901\n6695,1646835814,47.74301,8.99897\n6696,1646835815,47.74300,8.99894\n6697,1646835816,47.74299,8.99893\n6698,1646835817,47.74298,8.99892\n6699,1646835818,47.74298,8.99892\n6700,1646835819,47.74298,8.99892\n6701,1646835838,47.74299,8.99892\n6702,1646835839,47.74298,8.99888\n6703,1646835840,47.74298,8.99888\n6704,1646835841,47.74298,8.99888\n6705,1646835842,47.74297,8.99887\n6706,1646835843,47.74296,8.99886\n6707,1646835844,47.74296,8.99885\n6708,1646835845,47.74296,8.99885\n6709,1646835846,47.74296,8.99886\n6710,1646835847,47.74296,8.99887\n6711,1646835866,47.74302,8.99893\n6712,1646835867,47.74302,8.99894\n6713,1646835868,47.74302,8.99894\n6714,1646835869,47.74302,8.99893\n6715,1646835870,47.74301,8.99892\n6716,1646835871,47.74301,8.99893\n6717,1646835872,47.74301,8.99893\n6718,1646835873,47.74302,8.99893\n6719,1646835874,47.74302,8.99893\n6720,1646835875,47.74301,8.99893\n6721,1646835894,47.74304,8.99899\n6722,1646835895,47.74304,8.99900\n6723,1646835896,47.74304,8.99899\n6724,1646835897,47.74304,8.99898\n6725,1646835898,47.74304,8.99898\n6726,1646835899,47.74304,8.99898\n6727,1646835900,47.74303,8.99897\n6728,1646835901,47.74304,8.99899\n6729,1646835903,47.74304,8.99898\n6730,1646835904,47.74304,8.99898\n6731,1646835921,47.74303,8.99890\n6732,1646835921,47.74299,8.99886\n6733,1646835924,47.74302,8.99892\n6734,1646835925,47.74301,8.99892\n6735,1646835926,47.74301,8.99892\n6736,1646835927,47.74301,8.99892\n6737,1646835928,47.74300,8.99891\n6738,1646835929,47.74300,8.99891\n6739,1646835930,47.74300,8.99891\n6740,1646835931,47.74300,8.99891\n6741,1646835950,47.74309,8.99905\n6742,1646835951,47.74307,8.99903\n6743,1646835952,47.74307,8.99902\n6744,1646835953,47.74306,8.99901\n6745,1646835954,47.74306,8.99899\n6746,1646835955,47.74305,8.99899\n6747,1646835956,47.74305,8.99898\n6748,1646835957,47.74305,8.99897\n6749,1646835958,47.74305,8.99897\n6750,1646835959,47.74304,8.99896\n6751,1646835977,47.74295,8.99877\n6752,1646835978,47.74298,8.99882\n6753,1646835979,47.74298,8.99882\n6754,1646835980,47.74298,8.99882\n6755,1646835981,47.74297,8.99882\n6756,1646835982,47.74297,8.99881\n6757,1646835983,47.74297,8.99881\n6758,1646835984,47.74297,8.99881\n6759,1646835985,47.74301,8.99889\n6760,1646835987,47.74301,8.99888\n6761,1646836005,47.74298,8.99874\n6762,1646836006,47.74299,8.99880\n6763,1646836007,47.74302,8.99885\n6764,1646836008,47.74303,8.99888\n6765,1646836009,47.74303,8.99889\n6766,1646836010,47.74302,8.99889\n6767,1646836011,47.74302,8.99890\n6768,1646836012,47.74302,8.99890\n6769,1646836013,47.74302,8.99891\n6770,1646836014,47.74302,8.99891\n6771,1646836033,47.74305,8.99896\n6772,1646836034,47.74304,8.99893\n6773,1646836035,47.74303,8.99892\n6774,1646836036,47.74302,8.99892\n6775,1646836037,47.74301,8.99891\n6776,1646836038,47.74300,8.99891\n6777,1646836039,47.74300,8.99891\n6778,1646836040,47.74300,8.99890\n6779,1646836041,47.74299,8.99890\n6780,1646836042,47.74299,8.99890\n6781,1646836061,47.74291,8.99877\n6782,1646836062,47.74297,8.99884\n6783,1646836063,47.74298,8.99885\n6784,1646836064,47.74298,8.99886\n6785,1646836065,47.74298,8.99885\n6786,1646836066,47.74298,8.99885\n6787,1646836067,47.74297,8.99885\n6788,1646836068,47.74297,8.99884\n6789,1646836069,47.74297,8.99884\n6790,1646836070,47.74301,8.99893\n6791,1646836088,47.74299,8.99874\n6792,1646836089,47.74287,8.99874\n6793,1646836090,47.74292,8.99877\n6794,1646836091,47.74293,8.99880\n6795,1646836092,47.74294,8.99880\n6796,1646836093,47.74294,8.99882\n6797,1646836094,47.74294,8.99882\n6798,1646836095,47.74294,8.99882\n6799,1646836096,47.74294,8.99882\n6800,1646836097,47.74293,8.99882\n6801,1646836115,47.74302,8.99875\n6802,1646836116,47.74283,8.99870\n6803,1646836117,47.74288,8.99875\n6804,1646836118,47.74289,8.99877\n6805,1646836119,47.74291,8.99879\n6806,1646836120,47.74291,8.99879\n6807,1646836121,47.74291,8.99879\n6808,1646836122,47.74291,8.99880\n6809,1646836123,47.74295,8.99890\n6810,1646836125,47.74295,8.99889\n6811,1646836143,47.74317,8.99894\n6812,1646836144,47.74304,8.99895\n6813,1646836145,47.74305,8.99897\n6814,1646836146,47.74304,8.99898\n6815,1646836147,47.74304,8.99897\n6816,1646836148,47.74303,8.99897\n6817,1646836149,47.74303,8.99897\n6818,1646836150,47.74303,8.99896\n6819,1646836151,47.74303,8.99895\n6820,1646836152,47.74302,8.99895\n6821,1646836170,47.74295,8.99884\n6822,1646836171,47.74299,8.99887\n6823,1646836172,47.74300,8.99889\n6824,1646836173,47.74301,8.99890\n6825,1646836174,47.74301,8.99891\n6826,1646836175,47.74300,8.99891\n6827,1646836176,47.74300,8.99891\n6828,1646836177,47.74301,8.99895\n6829,1646836179,47.74301,8.99895\n6830,1646836180,47.74301,8.99895\n6831,1646836200,47.74299,8.99880\n6832,1646836201,47.74299,8.99881\n6833,1646836202,47.74298,8.99882\n6834,1646836203,47.74298,8.99882\n6835,1646836204,47.74298,8.99883\n6836,1646836205,47.74298,8.99884\n6837,1646836206,47.74298,8.99884\n6838,1646836207,47.74300,8.99890\n6839,1646836209,47.74300,8.99890\n6840,1646836210,47.74300,8.99890\n6841,1646836227,47.74294,8.99885\n6842,1646836227,47.74295,8.99882\n6843,1646836230,47.74298,8.99885\n6844,1646836231,47.74298,8.99886\n6845,1646836232,47.74297,8.99886\n6846,1646836233,47.74297,8.99886\n6847,1646836234,47.74297,8.99886\n6848,1646836235,47.74296,8.99887\n6849,1646836236,47.74297,8.99887\n6850,1646836237,47.74296,8.99887\n6851,1646836255,47.74299,8.99908\n6852,1646836256,47.74296,8.99896\n6853,1646836257,47.74294,8.99894\n6854,1646836258,47.74294,8.99892\n6855,1646836259,47.74295,8.99893\n6856,1646836260,47.74295,8.99893\n6857,1646836261,47.74296,8.99893\n6858,1646836262,47.74296,8.99893\n6859,1646836263,47.74296,8.99893\n6860,1646836264,47.74297,8.99892\n6861,1646836283,47.74294,8.99888\n6862,1646836284,47.74292,8.99888\n6863,1646836285,47.74297,8.99892\n6864,1646836286,47.74297,8.99893\n6865,1646836287,47.74297,8.99894\n6866,1646836288,47.74297,8.99894\n6867,1646836289,47.74298,8.99895\n6868,1646836290,47.74298,8.99895\n6869,1646836291,47.74298,8.99897\n6870,1646836293,47.74298,8.99897\n6871,1646836311,47.74303,8.99887\n6872,1646836312,47.74300,8.99891\n6873,1646836313,47.74299,8.99891\n6874,1646836314,47.74299,8.99891\n6875,1646836315,47.74299,8.99892\n6876,1646836316,47.74299,8.99892\n6877,1646836317,47.74299,8.99893\n6878,1646836318,47.74299,8.99893\n6879,1646836319,47.74299,8.99894\n6880,1646836320,47.74300,8.99895\n6881,1646836340,47.74312,8.99910\n6882,1646836341,47.74311,8.99909\n6883,1646836342,47.74308,8.99905\n6884,1646836343,47.74305,8.99901\n6885,1646836344,47.74304,8.99899\n6886,1646836345,47.74303,8.99900\n6887,1646836347,47.74302,8.99899\n6888,1646836348,47.74302,8.99898\n6889,1646836349,47.74301,8.99898\n6890,1646836350,47.74301,8.99898\n6891,1646836367,47.74296,8.99885\n6892,1646836367,47.74298,8.99882\n6893,1646836370,47.74301,8.99892\n6894,1646836371,47.74300,8.99894\n6895,1646836372,47.74300,8.99894\n6896,1646836373,47.74300,8.99894\n6897,1646836374,47.74300,8.99894\n6898,1646836375,47.74300,8.99895\n6899,1646836376,47.74300,8.99895\n6900,1646836377,47.74300,8.99896\n6901,1646836397,47.74295,8.99875\n6902,1646836398,47.74294,8.99875\n6903,1646836399,47.74295,8.99875\n6904,1646836400,47.74295,8.99875\n6905,1646836401,47.74295,8.99876\n6906,1646836402,47.74295,8.99877\n6907,1646836403,47.74296,8.99878\n6908,1646836404,47.74296,8.99879\n6909,1646836405,47.74296,8.99880\n6910,1646836407,47.74296,8.99881\n6911,1646836425,47.74298,8.99902\n6912,1646836426,47.74300,8.99896\n6913,1646836427,47.74300,8.99895\n6914,1646836428,47.74300,8.99895\n6915,1646836429,47.74301,8.99896\n6916,1646836430,47.74301,8.99896\n6917,1646836431,47.74302,8.99897\n6918,1646836432,47.74302,8.99898\n6919,1646836433,47.74302,8.99898\n6920,1646836434,47.74303,8.99899\n6921,1646836452,47.74298,8.99890\n6922,1646836453,47.74299,8.99890\n6923,1646836454,47.74299,8.99890\n6924,1646836455,47.74299,8.99890\n6925,1646836456,47.74299,8.99890\n6926,1646836457,47.74299,8.99890\n6927,1646836458,47.74299,8.99890\n6928,1646836459,47.74299,8.99890\n6929,1646836461,47.74299,8.99890\n6930,1646836462,47.74299,8.99890\n6931,1646836479,47.74302,8.99897\n6932,1646836479,47.74296,8.99887\n6933,1646836482,47.74297,8.99891\n6934,1646836483,47.74298,8.99892\n6935,1646836484,47.74297,8.99892\n6936,1646836485,47.74297,8.99892\n6937,1646836486,47.74298,8.99892\n6938,1646836487,47.74299,8.99892\n6939,1646836488,47.74299,8.99893\n6940,1646836489,47.74299,8.99893\n6941,1646836507,47.74292,8.99878\n6942,1646836508,47.74298,8.99890\n6943,1646836509,47.74296,8.99885\n6944,1646836510,47.74296,8.99886\n6945,1646836511,47.74297,8.99887\n6946,1646836512,47.74297,8.99888\n6947,1646836513,47.74298,8.99890\n6948,1646836514,47.74298,8.99891\n6949,1646836515,47.74298,8.99892\n6950,1646836581,47.74299,8.99891\n6951,1646836582,47.74299,8.99891\n6952,1646836583,47.74299,8.99891\n6953,1646836584,47.74300,8.99891\n6954,1646836585,47.74300,8.99891\n6955,1646836586,47.74300,8.99891\n6956,1646836587,47.74300,8.99891\n6957,1646836588,47.74300,8.99891\n6958,1646836589,47.74300,8.99892\n6959,1646836590,47.74299,8.99891\n6960,1646836608,47.74296,8.99892\n6961,1646836609,47.74293,8.99888\n6962,1646836610,47.74292,8.99888\n6963,1646836611,47.74292,8.99889\n6964,1646836612,47.74293,8.99891\n6965,1646836613,47.74293,8.99892\n6966,1646836614,47.74294,8.99893\n6967,1646836615,47.74295,8.99896\n6968,1646836617,47.74296,8.99897\n6969,1646836618,47.74297,8.99898\n6970,1646836635,47.74292,8.99874\n6971,1646836635,47.74292,8.99877\n6972,1646836638,47.74299,8.99895\n6973,1646836639,47.74299,8.99894\n6974,1646836640,47.74299,8.99893\n6975,1646836641,47.74299,8.99893\n6976,1646836642,47.74300,8.99894\n6977,1646836706,47.74302,8.99883\n6978,1646836707,47.74303,8.99883\n6979,1646836708,47.74302,8.99883\n6980,1646836709,47.74302,8.99883\n6981,1646836710,47.74301,8.99882\n6982,1646836711,47.74300,8.99882\n6983,1646836712,47.74300,8.99882\n6984,1646836713,47.74300,8.99882\n6985,1646836714,47.74300,8.99882\n6986,1646836715,47.74300,8.99883\n6987,1646836734,47.74299,8.99890\n6988,1646836735,47.74297,8.99885\n6989,1646836736,47.74298,8.99886\n6990,1646836737,47.74298,8.99887\n6991,1646836738,47.74298,8.99887\n6992,1646836739,47.74299,8.99888\n6993,1646836740,47.74299,8.99888\n6994,1646836804,47.74304,8.99893\n6995,1646836805,47.74296,8.99897\n6996,1646836806,47.74295,8.99897\n6997,1646836807,47.74295,8.99898\n6998,1646836808,47.74295,8.99898\n6999,1646836809,47.74295,8.99899\n7000,1646836810,47.74295,8.99901\n7001,1646836811,47.74295,8.99902\n7002,1646836812,47.74295,8.99902\n7003,1646836813,47.74295,8.99902\n7004,1646836831,47.74298,8.99907\n7005,1646836832,47.74297,8.99906\n7006,1646836833,47.74297,8.99905\n7007,1646836898,47.74297,8.99878\n7008,1646836899,47.74297,8.99879\n7009,1646836900,47.74296,8.99879\n7010,1646836901,47.74296,8.99881\n7011,1646836902,47.74295,8.99881\n7012,1646836903,47.74294,8.99882\n7013,1646836904,47.74294,8.99882\n7014,1646836905,47.74294,8.99883\n7015,1646836969,47.74290,8.99885\n7016,1646836970,47.74294,8.99890\n7017,1646836971,47.74296,8.99891\n7018,1646836972,47.74298,8.99893\n7019,1646836973,47.74298,8.99892\n7020,1646836974,47.74298,8.99891\n7021,1646836975,47.74298,8.99890\n7022,1646836976,47.74298,8.99889\n7023,1646836977,47.74298,8.99889\n7024,1646837041,47.74295,8.99903\n7025,1646837042,47.74298,8.99894\n7026,1646837043,47.74297,8.99891\n7027,1646837044,47.74297,8.99890\n7028,1646837045,47.74296,8.99890\n7029,1646837046,47.74295,8.99890\n7030,1646837047,47.74295,8.99890\n7031,1646837112,47.74297,8.99894\n7032,1646837113,47.74299,8.99896\n7033,1646837114,47.74300,8.99897\n7034,1646837115,47.74301,8.99897\n7035,1646837179,47.74294,8.99890\n7036,1646837180,47.74295,8.99890\n7037,1646837181,47.74295,8.99890\n7038,1646837182,47.74296,8.99891\n7039,1646837183,47.74296,8.99892\n7040,1646837184,47.74296,8.99893\n7041,1646837247,47.74309,8.99901\n7042,1646837248,47.74310,8.99900\n7043,1646837249,47.74308,8.99898\n7044,1646837313,47.74300,8.99888\n7045,1646837314,47.74294,8.99888\n7046,1646837315,47.74294,8.99888\n7047,1646837316,47.74294,8.99890\n7048,1646837381,47.74298,8.99902\n7049,1646837382,47.74298,8.99900\n7050,1646837383,47.74298,8.99899\n7051,1646837447,47.74298,8.99899\n7052,1646837448,47.74300,8.99896\n7053,1646837449,47.74302,8.99895\n7054,1646837514,47.74302,8.99897\n7055,1646837578,47.74292,8.99890\n7056,1646837579,47.74296,8.99894\n7057,1646837708,47.74298,8.99892\n7058,1646837709,47.74298,8.99893\n7059,1646837775,47.74304,8.99906\n7060,1646837840,47.74305,8.99886\n7061,1646837841,47.74303,8.99887\n7062,1646837842,47.74302,8.99888\n7063,1646837906,47.74298,8.99911\n7064,1646837907,47.74298,8.99907\n7065,1646837972,47.74300,8.99888\n7066,1646838232,47.74298,8.99893\n7067,1646838555,47.74294,8.99891\n7068,1646838620,47.74286,8.99866\n7069,1646838812,47.74301,8.99889\n7070,1646838940,47.74289,8.99905\n7071,1646839068,47.74302,8.99885\n7072,1646839132,47.74295,8.99888\n7073,1646839196,47.74306,8.99898\n7074,1646839323,47.74289,8.99900\n7075,1646839451,47.74299,8.99908"
  },
  {
    "path": "TickTagData/09_PetDogWalk_10s_Burst_Every_15s/20220309_PetDog_10s_Burst_Every_15s_7075_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 47, TOs: 0/0, ErrorsOrGF: 0, TTFF: 110\nFixes: 7075, Avg. TTF: 7 s, Avg. HDOP (x10): 14\n\ncount,timestamp,lat,lon\n1,1646816509,47.74427,8.99832\n2,1646816510,47.74428,8.99830\n3,1646816511,47.74429,8.99828\n4,1646816512,47.74430,8.99826\n5,1646816513,47.74430,8.99824\n6,1646816514,47.74431,8.99822\n7,1646816515,47.74432,8.99820\n8,1646816516,47.74433,8.99818\n9,1646816517,47.74434,8.99815\n10,1646816518,47.74435,8.99813\n11,1646816537,47.74457,8.99770\n12,1646816538,47.74458,8.99769\n13,1646816539,47.74458,8.99768\n14,1646816540,47.74459,8.99768\n15,1646816541,47.74459,8.99766\n16,1646816542,47.74459,8.99765\n17,1646816543,47.74459,8.99765\n18,1646816544,47.74459,8.99765\n19,1646816545,47.74458,8.99766\n20,1646816547,47.74458,8.99766\n21,1646816567,47.74457,8.99764\n22,1646816568,47.74458,8.99765\n23,1646816569,47.74458,8.99764\n24,1646816570,47.74458,8.99763\n25,1646816571,47.74458,8.99760\n26,1646816572,47.74459,8.99759\n27,1646816573,47.74459,8.99757\n28,1646816574,47.74460,8.99755\n29,1646816575,47.74460,8.99753\n30,1646816577,47.74460,8.99751\n31,1646816596,47.74465,8.99710\n32,1646816597,47.74465,8.99708\n33,1646816598,47.74465,8.99706\n34,1646816599,47.74466,8.99705\n35,1646816600,47.74466,8.99703\n36,1646816601,47.74466,8.99701\n37,1646816602,47.74466,8.99699\n38,1646816603,47.74466,8.99697\n39,1646816604,47.74466,8.99694\n40,1646816605,47.74466,8.99693\n41,1646816624,47.74471,8.99647\n42,1646816625,47.74470,8.99646\n43,1646816626,47.74469,8.99646\n44,1646816627,47.74469,8.99647\n45,1646816628,47.74469,8.99648\n46,1646816629,47.74469,8.99649\n47,1646816630,47.74468,8.99649\n48,1646816631,47.74468,8.99650\n49,1646816632,47.74468,8.99650\n50,1646816633,47.74468,8.99650\n51,1646816653,47.74473,8.99633\n52,1646816654,47.74474,8.99628\n53,1646816655,47.74475,8.99622\n54,1646816656,47.74476,8.99618\n55,1646816657,47.74476,8.99613\n56,1646816659,47.74477,8.99604\n57,1646816660,47.74477,8.99600\n58,1646816662,47.74479,8.99593\n59,1646816663,47.74479,8.99589\n60,1646816664,47.74480,8.99586\n61,1646816682,47.74483,8.99545\n62,1646816683,47.74485,8.99541\n63,1646816685,47.74485,8.99537\n64,1646816686,47.74486,8.99534\n65,1646816687,47.74487,8.99532\n66,1646816688,47.74487,8.99530\n67,1646816689,47.74488,8.99528\n68,1646816690,47.74488,8.99525\n69,1646816691,47.74488,8.99523\n70,1646816692,47.74487,8.99522\n71,1646816710,47.74483,8.99493\n72,1646816711,47.74491,8.99485\n73,1646816713,47.74493,8.99482\n74,1646816714,47.74494,8.99479\n75,1646816715,47.74494,8.99476\n76,1646816716,47.74495,8.99473\n77,1646816717,47.74496,8.99470\n78,1646816718,47.74496,8.99467\n79,1646816719,47.74497,8.99464\n80,1646816720,47.74498,8.99461\n81,1646816739,47.74497,8.99415\n82,1646816740,47.74496,8.99416\n83,1646816741,47.74496,8.99417\n84,1646816742,47.74496,8.99417\n85,1646816743,47.74496,8.99417\n86,1646816744,47.74497,8.99418\n87,1646816745,47.74497,8.99418\n88,1646816746,47.74497,8.99418\n89,1646816747,47.74498,8.99418\n90,1646816748,47.74498,8.99418\n91,1646816767,47.74512,8.99370\n92,1646816768,47.74512,8.99365\n93,1646816769,47.74512,8.99362\n94,1646816770,47.74513,8.99358\n95,1646816771,47.74513,8.99354\n96,1646816772,47.74513,8.99351\n97,1646816773,47.74513,8.99347\n98,1646816774,47.74512,8.99344\n99,1646816775,47.74512,8.99341\n100,1646816776,47.74511,8.99338\n101,1646816796,47.74506,8.99324\n102,1646816797,47.74507,8.99324\n103,1646816798,47.74508,8.99325\n104,1646816799,47.74508,8.99326\n105,1646816800,47.74509,8.99325\n106,1646816801,47.74510,8.99323\n107,1646816802,47.74512,8.99322\n108,1646816803,47.74512,8.99319\n109,1646816804,47.74512,8.99317\n110,1646816806,47.74513,8.99313\n111,1646816825,47.74515,8.99296\n112,1646816826,47.74516,8.99296\n113,1646816827,47.74517,8.99294\n114,1646816828,47.74517,8.99292\n115,1646816829,47.74517,8.99290\n116,1646816830,47.74517,8.99288\n117,1646816831,47.74517,8.99285\n118,1646816832,47.74517,8.99282\n119,1646816833,47.74518,8.99279\n120,1646816835,47.74518,8.99275\n121,1646816854,47.74515,8.99212\n122,1646816855,47.74518,8.99217\n123,1646816856,47.74519,8.99216\n124,1646816857,47.74519,8.99214\n125,1646816858,47.74520,8.99212\n126,1646816859,47.74520,8.99209\n127,1646816860,47.74520,8.99206\n128,1646816861,47.74520,8.99204\n129,1646816862,47.74521,8.99203\n130,1646816863,47.74522,8.99202\n131,1646816882,47.74521,8.99176\n132,1646816883,47.74522,8.99174\n133,1646816884,47.74522,8.99171\n134,1646816885,47.74523,8.99169\n135,1646816886,47.74523,8.99167\n136,1646816887,47.74523,8.99164\n137,1646816888,47.74524,8.99161\n138,1646816889,47.74524,8.99158\n139,1646816890,47.74525,8.99155\n140,1646816891,47.74524,8.99152\n141,1646816911,47.74528,8.99138\n142,1646816912,47.74525,8.99138\n143,1646816913,47.74525,8.99136\n144,1646816914,47.74524,8.99135\n145,1646816915,47.74524,8.99135\n146,1646816916,47.74524,8.99136\n147,1646816917,47.74524,8.99136\n148,1646816918,47.74524,8.99136\n149,1646816920,47.74524,8.99135\n150,1646816921,47.74525,8.99132\n151,1646816940,47.74534,8.99065\n152,1646816941,47.74529,8.99061\n153,1646816942,47.74530,8.99058\n154,1646816943,47.74532,8.99057\n155,1646816944,47.74534,8.99057\n156,1646816945,47.74535,8.99058\n157,1646816946,47.74534,8.99059\n158,1646816947,47.74534,8.99059\n159,1646816949,47.74534,8.99059\n160,1646816950,47.74537,8.99059\n161,1646816968,47.74558,8.99064\n162,1646816969,47.74560,8.99062\n163,1646816970,47.74560,8.99062\n164,1646816971,47.74559,8.99061\n165,1646816972,47.74559,8.99061\n166,1646816973,47.74558,8.99060\n167,1646816974,47.74557,8.99060\n168,1646816975,47.74556,8.99060\n169,1646816976,47.74555,8.99060\n170,1646816977,47.74556,8.99060\n171,1646816995,47.74575,8.99065\n172,1646816996,47.74580,8.99064\n173,1646816997,47.74586,8.99065\n174,1646816998,47.74588,8.99065\n175,1646816999,47.74590,8.99066\n176,1646817000,47.74594,8.99067\n177,1646817001,47.74596,8.99069\n178,1646817002,47.74599,8.99070\n179,1646817003,47.74601,8.99073\n180,1646817004,47.74604,8.99075\n181,1646817023,47.74639,8.99084\n182,1646817024,47.74640,8.99085\n183,1646817025,47.74642,8.99086\n184,1646817026,47.74644,8.99087\n185,1646817027,47.74646,8.99087\n186,1646817028,47.74648,8.99087\n187,1646817029,47.74649,8.99087\n188,1646817030,47.74649,8.99087\n189,1646817031,47.74649,8.99086\n190,1646817033,47.74649,8.99086\n191,1646817052,47.74666,8.99111\n192,1646817053,47.74666,8.99114\n193,1646817054,47.74665,8.99118\n194,1646817055,47.74665,8.99122\n195,1646817056,47.74665,8.99125\n196,1646817057,47.74664,8.99128\n197,1646817058,47.74664,8.99131\n198,1646817059,47.74663,8.99133\n199,1646817060,47.74663,8.99136\n200,1646817061,47.74661,8.99140\n201,1646817079,47.74647,8.99174\n202,1646817080,47.74646,8.99178\n203,1646817081,47.74649,8.99180\n204,1646817082,47.74650,8.99182\n205,1646817083,47.74651,8.99181\n206,1646817084,47.74651,8.99180\n207,1646817085,47.74651,8.99178\n208,1646817086,47.74652,8.99177\n209,1646817087,47.74651,8.99176\n210,1646817088,47.74651,8.99177\n211,1646817108,47.74651,8.99198\n212,1646817109,47.74650,8.99202\n213,1646817110,47.74649,8.99204\n214,1646817111,47.74647,8.99205\n215,1646817112,47.74646,8.99207\n216,1646817113,47.74645,8.99209\n217,1646817114,47.74645,8.99212\n218,1646817115,47.74644,8.99214\n219,1646817116,47.74643,8.99216\n220,1646817118,47.74643,8.99220\n221,1646817136,47.74636,8.99260\n222,1646817137,47.74634,8.99266\n223,1646817138,47.74633,8.99267\n224,1646817139,47.74633,8.99269\n225,1646817140,47.74633,8.99270\n226,1646817141,47.74633,8.99272\n227,1646817142,47.74633,8.99273\n228,1646817143,47.74633,8.99275\n229,1646817144,47.74634,8.99275\n230,1646817145,47.74635,8.99277\n231,1646817164,47.74662,8.99301\n232,1646817165,47.74663,8.99302\n233,1646817166,47.74663,8.99303\n234,1646817167,47.74664,8.99305\n235,1646817168,47.74665,8.99306\n236,1646817169,47.74666,8.99308\n237,1646817170,47.74668,8.99309\n238,1646817171,47.74669,8.99310\n239,1646817172,47.74670,8.99311\n240,1646817173,47.74671,8.99313\n241,1646817192,47.74674,8.99342\n242,1646817193,47.74676,8.99343\n243,1646817194,47.74679,8.99343\n244,1646817195,47.74681,8.99345\n245,1646817196,47.74683,8.99346\n246,1646817197,47.74685,8.99347\n247,1646817198,47.74686,8.99349\n248,1646817199,47.74686,8.99351\n249,1646817200,47.74686,8.99352\n250,1646817202,47.74685,8.99355\n251,1646817220,47.74694,8.99366\n252,1646817221,47.74679,8.99390\n253,1646817222,47.74678,8.99392\n254,1646817223,47.74677,8.99393\n255,1646817224,47.74676,8.99394\n256,1646817225,47.74675,8.99397\n257,1646817226,47.74674,8.99398\n258,1646817227,47.74674,8.99400\n259,1646817228,47.74673,8.99402\n260,1646817229,47.74672,8.99404\n261,1646817248,47.74687,8.99435\n262,1646817249,47.74687,8.99435\n263,1646817250,47.74688,8.99435\n264,1646817251,47.74689,8.99436\n265,1646817252,47.74691,8.99436\n266,1646817253,47.74693,8.99437\n267,1646817254,47.74695,8.99439\n268,1646817255,47.74697,8.99441\n269,1646817256,47.74700,8.99443\n270,1646817257,47.74703,8.99445\n271,1646817276,47.74708,8.99458\n272,1646817277,47.74724,8.99458\n273,1646817278,47.74725,8.99459\n274,1646817279,47.74726,8.99459\n275,1646817280,47.74727,8.99460\n276,1646817281,47.74728,8.99461\n277,1646817282,47.74729,8.99461\n278,1646817283,47.74730,8.99461\n279,1646817284,47.74731,8.99462\n280,1646817285,47.74732,8.99463\n281,1646817304,47.74761,8.99476\n282,1646817305,47.74762,8.99474\n283,1646817306,47.74762,8.99474\n284,1646817307,47.74763,8.99473\n285,1646817308,47.74764,8.99472\n286,1646817309,47.74766,8.99472\n287,1646817310,47.74767,8.99472\n288,1646817311,47.74768,8.99472\n289,1646817312,47.74769,8.99473\n290,1646817313,47.74770,8.99473\n291,1646817331,47.74793,8.99462\n292,1646817332,47.74798,8.99469\n293,1646817333,47.74799,8.99470\n294,1646817334,47.74800,8.99470\n295,1646817335,47.74801,8.99469\n296,1646817336,47.74803,8.99469\n297,1646817337,47.74804,8.99469\n298,1646817338,47.74805,8.99469\n299,1646817339,47.74807,8.99469\n300,1646817340,47.74808,8.99470\n301,1646817359,47.74831,8.99458\n302,1646817360,47.74835,8.99458\n303,1646817361,47.74837,8.99458\n304,1646817362,47.74839,8.99458\n305,1646817363,47.74841,8.99458\n306,1646817364,47.74841,8.99458\n307,1646817365,47.74842,8.99458\n308,1646817366,47.74843,8.99458\n309,1646817367,47.74844,8.99458\n310,1646817369,47.74846,8.99457\n311,1646817387,47.74862,8.99454\n312,1646817388,47.74862,8.99452\n313,1646817389,47.74864,8.99451\n314,1646817390,47.74864,8.99449\n315,1646817391,47.74865,8.99448\n316,1646817392,47.74866,8.99447\n317,1646817393,47.74867,8.99445\n318,1646817394,47.74869,8.99444\n319,1646817395,47.74869,8.99444\n320,1646817396,47.74870,8.99443\n321,1646817415,47.74897,8.99432\n322,1646817416,47.74891,8.99424\n323,1646817417,47.74892,8.99423\n324,1646817418,47.74894,8.99421\n325,1646817419,47.74896,8.99420\n326,1646817420,47.74897,8.99419\n327,1646817421,47.74898,8.99419\n328,1646817422,47.74899,8.99418\n329,1646817423,47.74900,8.99417\n330,1646817424,47.74901,8.99417\n331,1646817444,47.74919,8.99401\n332,1646817445,47.74920,8.99402\n333,1646817446,47.74921,8.99402\n334,1646817447,47.74923,8.99402\n335,1646817448,47.74924,8.99401\n336,1646817449,47.74925,8.99401\n337,1646817450,47.74926,8.99400\n338,1646817451,47.74927,8.99400\n339,1646817452,47.74928,8.99400\n340,1646817454,47.74929,8.99399\n341,1646817472,47.74951,8.99393\n342,1646817473,47.74952,8.99392\n343,1646817474,47.74953,8.99389\n344,1646817475,47.74953,8.99388\n345,1646817476,47.74954,8.99387\n346,1646817477,47.74955,8.99386\n347,1646817478,47.74957,8.99385\n348,1646817479,47.74958,8.99383\n349,1646817480,47.74959,8.99381\n350,1646817481,47.74961,8.99379\n351,1646817499,47.74980,8.99356\n352,1646817500,47.74985,8.99347\n353,1646817501,47.74982,8.99351\n354,1646817502,47.74981,8.99351\n355,1646817503,47.74983,8.99349\n356,1646817504,47.74983,8.99349\n357,1646817505,47.74985,8.99348\n358,1646817506,47.74986,8.99348\n359,1646817507,47.74987,8.99346\n360,1646817508,47.74988,8.99346\n361,1646817527,47.75006,8.99319\n362,1646817528,47.75003,8.99319\n363,1646817529,47.75002,8.99318\n364,1646817530,47.75003,8.99317\n365,1646817531,47.75004,8.99315\n366,1646817532,47.75007,8.99313\n367,1646817533,47.75008,8.99311\n368,1646817534,47.75009,8.99310\n369,1646817535,47.75009,8.99308\n370,1646817536,47.75010,8.99308\n371,1646817555,47.75025,8.99267\n372,1646817556,47.75020,8.99273\n373,1646817557,47.75020,8.99272\n374,1646817558,47.75021,8.99269\n375,1646817559,47.75020,8.99270\n376,1646817560,47.75021,8.99269\n377,1646817561,47.75021,8.99267\n378,1646817562,47.75022,8.99265\n379,1646817563,47.75022,8.99264\n380,1646817564,47.75023,8.99262\n381,1646817584,47.75036,8.99217\n382,1646817585,47.75042,8.99216\n383,1646817586,47.75043,8.99215\n384,1646817587,47.75039,8.99219\n385,1646817588,47.75039,8.99217\n386,1646817589,47.75039,8.99216\n387,1646817590,47.75039,8.99214\n388,1646817591,47.75038,8.99212\n389,1646817592,47.75038,8.99210\n390,1646817593,47.75038,8.99209\n391,1646817612,47.75054,8.99177\n392,1646817613,47.75051,8.99175\n393,1646817614,47.75051,8.99172\n394,1646817615,47.75049,8.99170\n395,1646817616,47.75048,8.99167\n396,1646817617,47.75049,8.99164\n397,1646817618,47.75048,8.99162\n398,1646817619,47.75049,8.99160\n399,1646817621,47.75049,8.99157\n400,1646817622,47.75049,8.99155\n401,1646817641,47.75057,8.99108\n402,1646817642,47.75056,8.99107\n403,1646817643,47.75055,8.99107\n404,1646817644,47.75055,8.99107\n405,1646817645,47.75057,8.99105\n406,1646817646,47.75057,8.99105\n407,1646817647,47.75057,8.99105\n408,1646817648,47.75058,8.99103\n409,1646817649,47.75058,8.99101\n410,1646817651,47.75058,8.99099\n411,1646817670,47.75083,8.99088\n412,1646817671,47.75080,8.99071\n413,1646817672,47.75083,8.99067\n414,1646817673,47.75082,8.99068\n415,1646817674,47.75084,8.99067\n416,1646817675,47.75084,8.99066\n417,1646817676,47.75084,8.99067\n418,1646817677,47.75086,8.99067\n419,1646817678,47.75087,8.99065\n420,1646817679,47.75091,8.99061\n421,1646817699,47.75107,8.99033\n422,1646817700,47.75107,8.99030\n423,1646817701,47.75108,8.99028\n424,1646817702,47.75107,8.99027\n425,1646817703,47.75107,8.99026\n426,1646817704,47.75107,8.99026\n427,1646817705,47.75107,8.99025\n428,1646817706,47.75108,8.99024\n429,1646817707,47.75108,8.99023\n430,1646817708,47.75108,8.99021\n431,1646817728,47.75129,8.99009\n432,1646817729,47.75130,8.99014\n433,1646817730,47.75132,8.99015\n434,1646817731,47.75135,8.99016\n435,1646817732,47.75137,8.99016\n436,1646817733,47.75138,8.99016\n437,1646817734,47.75141,8.99016\n438,1646817735,47.75143,8.99018\n439,1646817736,47.75145,8.99020\n440,1646817737,47.75146,8.99021\n441,1646817757,47.75177,8.99034\n442,1646817758,47.75178,8.99037\n443,1646817759,47.75178,8.99037\n444,1646817760,47.75179,8.99037\n445,1646817761,47.75179,8.99037\n446,1646817762,47.75180,8.99038\n447,1646817763,47.75185,8.99037\n448,1646817764,47.75187,8.99038\n449,1646817765,47.75189,8.99040\n450,1646817766,47.75190,8.99041\n451,1646817787,47.75214,8.99018\n452,1646817788,47.75216,8.99020\n453,1646817789,47.75219,8.99020\n454,1646817790,47.75220,8.99018\n455,1646817791,47.75217,8.99021\n456,1646817792,47.75215,8.99025\n457,1646817793,47.75214,8.99028\n458,1646817794,47.75213,8.99030\n459,1646817795,47.75212,8.99032\n460,1646817796,47.75209,8.99036\n461,1646817816,47.75206,8.99044\n462,1646817817,47.75214,8.99041\n463,1646817818,47.75217,8.99046\n464,1646817819,47.75220,8.99045\n465,1646817820,47.75221,8.99043\n466,1646817821,47.75219,8.99044\n467,1646817822,47.75219,8.99044\n468,1646817823,47.75222,8.99041\n469,1646817825,47.75223,8.99041\n470,1646817826,47.75223,8.99041\n471,1646817845,47.75260,8.99043\n472,1646817846,47.75263,8.99044\n473,1646817848,47.75266,8.99045\n474,1646817849,47.75268,8.99045\n475,1646817850,47.75271,8.99046\n476,1646817851,47.75273,8.99047\n477,1646817852,47.75274,8.99046\n478,1646817853,47.75274,8.99045\n479,1646817854,47.75274,8.99046\n480,1646817855,47.75274,8.99046\n481,1646817874,47.75312,8.99047\n482,1646817875,47.75306,8.99050\n483,1646817876,47.75307,8.99053\n484,1646817877,47.75308,8.99054\n485,1646817878,47.75310,8.99054\n486,1646817879,47.75312,8.99054\n487,1646817880,47.75314,8.99053\n488,1646817881,47.75315,8.99056\n489,1646817882,47.75316,8.99056\n490,1646817883,47.75318,8.99055\n491,1646817903,47.75334,8.99068\n492,1646817904,47.75335,8.99071\n493,1646817905,47.75336,8.99070\n494,1646817906,47.75339,8.99068\n495,1646817907,47.75340,8.99068\n496,1646817908,47.75344,8.99068\n497,1646817909,47.75346,8.99067\n498,1646817910,47.75349,8.99066\n499,1646817911,47.75351,8.99067\n500,1646817912,47.75352,8.99068\n501,1646817933,47.75384,8.99068\n502,1646817934,47.75385,8.99064\n503,1646817935,47.75387,8.99066\n504,1646817936,47.75390,8.99065\n505,1646817937,47.75391,8.99066\n506,1646817938,47.75394,8.99066\n507,1646817939,47.75396,8.99066\n508,1646817940,47.75398,8.99067\n509,1646817941,47.75400,8.99068\n510,1646817942,47.75402,8.99070\n511,1646817961,47.75435,8.99099\n512,1646817962,47.75437,8.99094\n513,1646817963,47.75436,8.99094\n514,1646817964,47.75435,8.99094\n515,1646817965,47.75434,8.99094\n516,1646817966,47.75433,8.99095\n517,1646817967,47.75432,8.99097\n518,1646817968,47.75433,8.99096\n519,1646817969,47.75435,8.99096\n520,1646817970,47.75437,8.99096\n521,1646817991,47.75464,8.99129\n522,1646817992,47.75458,8.99133\n523,1646817993,47.75459,8.99137\n524,1646817994,47.75462,8.99137\n525,1646817995,47.75465,8.99136\n526,1646817996,47.75466,8.99139\n527,1646817997,47.75467,8.99140\n528,1646817998,47.75470,8.99141\n529,1646818000,47.75473,8.99143\n530,1646818001,47.75474,8.99144\n531,1646818022,47.75479,8.99160\n532,1646818024,47.75478,8.99163\n533,1646818025,47.75477,8.99165\n534,1646818026,47.75475,8.99167\n535,1646818027,47.75475,8.99167\n536,1646818028,47.75474,8.99168\n537,1646818029,47.75474,8.99169\n538,1646818030,47.75472,8.99171\n539,1646818031,47.75471,8.99175\n540,1646818032,47.75471,8.99177\n541,1646818051,47.75456,8.99212\n542,1646818052,47.75455,8.99214\n543,1646818053,47.75453,8.99217\n544,1646818054,47.75451,8.99220\n545,1646818055,47.75447,8.99223\n546,1646818056,47.75444,8.99225\n547,1646818057,47.75443,8.99226\n548,1646818058,47.75439,8.99229\n549,1646818059,47.75436,8.99232\n550,1646818060,47.75434,8.99234\n551,1646818080,47.75428,8.99248\n552,1646818081,47.75424,8.99261\n553,1646818082,47.75422,8.99264\n554,1646818083,47.75421,8.99266\n555,1646818084,47.75419,8.99269\n556,1646818085,47.75419,8.99270\n557,1646818086,47.75419,8.99272\n558,1646818087,47.75418,8.99273\n559,1646818088,47.75419,8.99274\n560,1646818089,47.75418,8.99276\n561,1646818109,47.75394,8.99323\n562,1646818110,47.75392,8.99324\n563,1646818111,47.75392,8.99326\n564,1646818112,47.75393,8.99327\n565,1646818113,47.75394,8.99328\n566,1646818114,47.75394,8.99329\n567,1646818115,47.75393,8.99329\n568,1646818116,47.75392,8.99329\n569,1646818117,47.75392,8.99330\n570,1646818118,47.75393,8.99331\n571,1646818137,47.75361,8.99366\n572,1646818138,47.75370,8.99371\n573,1646818139,47.75368,8.99371\n574,1646818140,47.75371,8.99374\n575,1646818141,47.75369,8.99376\n576,1646818142,47.75366,8.99377\n577,1646818143,47.75365,8.99379\n578,1646818144,47.75364,8.99380\n579,1646818145,47.75363,8.99382\n580,1646818146,47.75363,8.99384\n581,1646818166,47.75339,8.99419\n582,1646818167,47.75340,8.99419\n583,1646818168,47.75341,8.99418\n584,1646818169,47.75341,8.99420\n585,1646818170,47.75340,8.99422\n586,1646818171,47.75340,8.99422\n587,1646818172,47.75338,8.99424\n588,1646818173,47.75336,8.99426\n589,1646818174,47.75335,8.99427\n590,1646818175,47.75334,8.99429\n591,1646818194,47.75322,8.99455\n592,1646818195,47.75316,8.99465\n593,1646818196,47.75313,8.99470\n594,1646818197,47.75312,8.99472\n595,1646818198,47.75313,8.99471\n596,1646818199,47.75314,8.99468\n597,1646818200,47.75315,8.99466\n598,1646818201,47.75318,8.99460\n599,1646818203,47.75318,8.99461\n600,1646818204,47.75317,8.99461\n601,1646818223,47.75291,8.99503\n602,1646818224,47.75290,8.99505\n603,1646818226,47.75289,8.99507\n604,1646818227,47.75288,8.99512\n605,1646818228,47.75285,8.99515\n606,1646818229,47.75285,8.99514\n607,1646818230,47.75286,8.99514\n608,1646818231,47.75285,8.99514\n609,1646818232,47.75286,8.99513\n610,1646818233,47.75287,8.99512\n611,1646818251,47.75283,8.99530\n612,1646818252,47.75274,8.99547\n613,1646818253,47.75268,8.99546\n614,1646818254,47.75265,8.99551\n615,1646818255,47.75265,8.99553\n616,1646818256,47.75265,8.99556\n617,1646818257,47.75266,8.99558\n618,1646818258,47.75265,8.99560\n619,1646818259,47.75264,8.99562\n620,1646818260,47.75264,8.99563\n621,1646818280,47.75248,8.99616\n622,1646818281,47.75248,8.99618\n623,1646818282,47.75249,8.99618\n624,1646818283,47.75249,8.99619\n625,1646818284,47.75247,8.99617\n626,1646818285,47.75246,8.99617\n627,1646818286,47.75245,8.99618\n628,1646818287,47.75244,8.99619\n629,1646818288,47.75244,8.99619\n630,1646818289,47.75244,8.99619\n631,1646818310,47.75241,8.99648\n632,1646818311,47.75239,8.99653\n633,1646818312,47.75234,8.99661\n634,1646818313,47.75232,8.99665\n635,1646818314,47.75232,8.99667\n636,1646818315,47.75233,8.99666\n637,1646818316,47.75232,8.99668\n638,1646818317,47.75232,8.99669\n639,1646818318,47.75232,8.99671\n640,1646818319,47.75232,8.99672\n641,1646818338,47.75209,8.99715\n642,1646818339,47.75207,8.99717\n643,1646818340,47.75208,8.99720\n644,1646818341,47.75208,8.99721\n645,1646818342,47.75209,8.99723\n646,1646818343,47.75210,8.99723\n647,1646818344,47.75210,8.99723\n648,1646818345,47.75209,8.99722\n649,1646818347,47.75209,8.99720\n650,1646818348,47.75209,8.99716\n651,1646818367,47.75198,8.99750\n652,1646818370,47.75189,8.99758\n653,1646818371,47.75183,8.99759\n654,1646818372,47.75180,8.99761\n655,1646818373,47.75182,8.99761\n656,1646818374,47.75179,8.99760\n657,1646818375,47.75176,8.99761\n658,1646818376,47.75172,8.99762\n659,1646818377,47.75168,8.99763\n660,1646818378,47.75166,8.99763\n661,1646818398,47.75149,8.99766\n662,1646818399,47.75149,8.99770\n663,1646818400,47.75147,8.99771\n664,1646818401,47.75145,8.99770\n665,1646818402,47.75145,8.99770\n666,1646818403,47.75144,8.99771\n667,1646818404,47.75144,8.99772\n668,1646818405,47.75144,8.99771\n669,1646818407,47.75145,8.99771\n670,1646818408,47.75144,8.99772\n671,1646818428,47.75116,8.99784\n672,1646818429,47.75118,8.99783\n673,1646818430,47.75116,8.99784\n674,1646818431,47.75116,8.99784\n675,1646818432,47.75115,8.99783\n676,1646818433,47.75113,8.99780\n677,1646818434,47.75111,8.99777\n678,1646818435,47.75115,8.99769\n679,1646818437,47.75114,8.99766\n680,1646818438,47.75114,8.99765\n681,1646818455,47.75090,8.99747\n682,1646818455,47.75092,8.99748\n683,1646818458,47.75091,8.99753\n684,1646818459,47.75092,8.99750\n685,1646818460,47.75092,8.99745\n686,1646818461,47.75093,8.99741\n687,1646818462,47.75092,8.99739\n688,1646818463,47.75091,8.99735\n689,1646818464,47.75089,8.99732\n690,1646818465,47.75088,8.99728\n691,1646818483,47.75094,8.99653\n692,1646818484,47.75066,8.99672\n693,1646818485,47.75059,8.99684\n694,1646818486,47.75055,8.99687\n695,1646818487,47.75055,8.99688\n696,1646818488,47.75055,8.99688\n697,1646818489,47.75054,8.99688\n698,1646818490,47.75054,8.99689\n699,1646818491,47.75053,8.99690\n700,1646818492,47.75052,8.99691\n701,1646818510,47.75041,8.99719\n702,1646818511,47.75031,8.99739\n703,1646818512,47.75031,8.99741\n704,1646818513,47.75031,8.99742\n705,1646818514,47.75031,8.99741\n706,1646818515,47.75032,8.99741\n707,1646818516,47.75033,8.99738\n708,1646818517,47.75034,8.99736\n709,1646818518,47.75035,8.99735\n710,1646818519,47.75037,8.99734\n711,1646818538,47.75048,8.99720\n712,1646818539,47.75033,8.99754\n713,1646818540,47.75029,8.99758\n714,1646818541,47.75027,8.99761\n715,1646818542,47.75026,8.99764\n716,1646818543,47.75024,8.99766\n717,1646818544,47.75023,8.99768\n718,1646818545,47.75022,8.99770\n719,1646818546,47.75021,8.99772\n720,1646818547,47.75021,8.99772\n721,1646818565,47.75009,8.99793\n722,1646818566,47.75009,8.99798\n723,1646818567,47.75006,8.99805\n724,1646818568,47.75006,8.99805\n725,1646818569,47.75005,8.99806\n726,1646818570,47.75004,8.99809\n727,1646818571,47.75003,8.99811\n728,1646818572,47.75002,8.99813\n729,1646818573,47.75003,8.99814\n730,1646818575,47.75002,8.99816\n731,1646818594,47.74980,8.99849\n732,1646818595,47.74981,8.99849\n733,1646818596,47.74982,8.99850\n734,1646818597,47.74982,8.99851\n735,1646818598,47.74982,8.99852\n736,1646818599,47.74981,8.99852\n737,1646818600,47.74980,8.99854\n738,1646818601,47.74980,8.99854\n739,1646818602,47.74980,8.99856\n740,1646818603,47.74984,8.99854\n741,1646818621,47.74975,8.99867\n742,1646818622,47.74964,8.99890\n743,1646818623,47.74964,8.99891\n744,1646818624,47.74963,8.99893\n745,1646818625,47.74962,8.99894\n746,1646818626,47.74962,8.99894\n747,1646818627,47.74962,8.99895\n748,1646818628,47.74961,8.99896\n749,1646818629,47.74960,8.99898\n750,1646818630,47.74959,8.99899\n751,1646818649,47.74959,8.99915\n752,1646818650,47.74949,8.99921\n753,1646818651,47.74946,8.99926\n754,1646818652,47.74944,8.99929\n755,1646818653,47.74943,8.99931\n756,1646818654,47.74942,8.99932\n757,1646818655,47.74942,8.99934\n758,1646818656,47.74941,8.99935\n759,1646818657,47.74940,8.99936\n760,1646818658,47.74942,8.99936\n761,1646818677,47.74918,8.99962\n762,1646818678,47.74917,8.99965\n763,1646818679,47.74917,8.99967\n764,1646818680,47.74917,8.99969\n765,1646818681,47.74918,8.99969\n766,1646818682,47.74918,8.99970\n767,1646818683,47.74917,8.99972\n768,1646818684,47.74917,8.99974\n769,1646818685,47.74917,8.99975\n770,1646818686,47.74917,8.99976\n771,1646818705,47.74919,8.99990\n772,1646818706,47.74916,8.99993\n773,1646818707,47.74913,8.99996\n774,1646818708,47.74911,8.99998\n775,1646818709,47.74910,8.99999\n776,1646818710,47.74908,9.00001\n777,1646818711,47.74907,9.00002\n778,1646818712,47.74905,9.00004\n779,1646818713,47.74904,9.00005\n780,1646818714,47.74903,9.00007\n781,1646818733,47.74881,9.00037\n782,1646818734,47.74882,9.00037\n783,1646818735,47.74883,9.00038\n784,1646818736,47.74883,9.00038\n785,1646818737,47.74884,9.00037\n786,1646818738,47.74884,9.00037\n787,1646818739,47.74884,9.00037\n788,1646818740,47.74884,9.00036\n789,1646818741,47.74888,9.00033\n790,1646818743,47.74888,9.00034\n791,1646818762,47.74870,9.00039\n792,1646818763,47.74872,9.00037\n793,1646818764,47.74872,9.00039\n794,1646818765,47.74872,9.00041\n795,1646818766,47.74871,9.00043\n796,1646818767,47.74868,9.00045\n797,1646818768,47.74864,9.00049\n798,1646818769,47.74860,9.00052\n799,1646818770,47.74857,9.00055\n800,1646818771,47.74858,9.00052\n801,1646818789,47.74857,9.00055\n802,1646818790,47.74846,9.00043\n803,1646818791,47.74845,9.00045\n804,1646818792,47.74840,9.00046\n805,1646818793,47.74838,9.00049\n806,1646818794,47.74838,9.00050\n807,1646818795,47.74837,9.00050\n808,1646818796,47.74837,9.00051\n809,1646818797,47.74838,9.00052\n810,1646818798,47.74838,9.00052\n811,1646818817,47.74855,9.00059\n812,1646818818,47.74849,9.00072\n813,1646818819,47.74849,9.00075\n814,1646818820,47.74850,9.00077\n815,1646818821,47.74849,9.00079\n816,1646818822,47.74849,9.00079\n817,1646818823,47.74848,9.00079\n818,1646818824,47.74848,9.00080\n819,1646818825,47.74848,9.00080\n820,1646818826,47.74851,9.00078\n821,1646818846,47.74829,9.00089\n822,1646818847,47.74829,9.00090\n823,1646818848,47.74827,9.00097\n824,1646818849,47.74826,9.00101\n825,1646818850,47.74827,9.00104\n826,1646818851,47.74827,9.00105\n827,1646818852,47.74827,9.00105\n828,1646818853,47.74828,9.00104\n829,1646818854,47.74828,9.00105\n830,1646818855,47.74830,9.00104\n831,1646818874,47.74826,9.00114\n832,1646818875,47.74817,9.00120\n833,1646818876,47.74815,9.00123\n834,1646818877,47.74813,9.00124\n835,1646818878,47.74812,9.00126\n836,1646818879,47.74811,9.00127\n837,1646818880,47.74810,9.00128\n838,1646818881,47.74809,9.00130\n839,1646818882,47.74808,9.00131\n840,1646818883,47.74807,9.00133\n841,1646818901,47.74784,9.00162\n842,1646818902,47.74790,9.00151\n843,1646818903,47.74788,9.00153\n844,1646818904,47.74785,9.00157\n845,1646818905,47.74783,9.00159\n846,1646818906,47.74782,9.00160\n847,1646818907,47.74781,9.00161\n848,1646818908,47.74780,9.00162\n849,1646818909,47.74781,9.00162\n850,1646818911,47.74778,9.00164\n851,1646818929,47.74755,9.00195\n852,1646818930,47.74760,9.00188\n853,1646818931,47.74757,9.00192\n854,1646818932,47.74756,9.00193\n855,1646818933,47.74755,9.00194\n856,1646818934,47.74754,9.00195\n857,1646818935,47.74753,9.00196\n858,1646818936,47.74751,9.00197\n859,1646818937,47.74750,9.00198\n860,1646818938,47.74749,9.00199\n861,1646818956,47.74730,9.00190\n862,1646818957,47.74729,9.00212\n863,1646818958,47.74728,9.00214\n864,1646818959,47.74727,9.00215\n865,1646818960,47.74727,9.00215\n866,1646818961,47.74726,9.00215\n867,1646818962,47.74725,9.00216\n868,1646818963,47.74724,9.00216\n869,1646818964,47.74722,9.00215\n870,1646818965,47.74721,9.00215\n871,1646818984,47.74701,9.00213\n872,1646818985,47.74699,9.00211\n873,1646818986,47.74697,9.00211\n874,1646818987,47.74696,9.00210\n875,1646818988,47.74694,9.00210\n876,1646818989,47.74693,9.00210\n877,1646818990,47.74691,9.00210\n878,1646818991,47.74689,9.00211\n879,1646818992,47.74688,9.00212\n880,1646818993,47.74686,9.00213\n881,1646819012,47.74669,9.00234\n882,1646819013,47.74668,9.00235\n883,1646819014,47.74667,9.00237\n884,1646819015,47.74664,9.00242\n885,1646819016,47.74664,9.00242\n886,1646819017,47.74664,9.00244\n887,1646819018,47.74663,9.00246\n888,1646819019,47.74662,9.00248\n889,1646819020,47.74661,9.00250\n890,1646819021,47.74660,9.00252\n891,1646819039,47.74654,9.00285\n892,1646819040,47.74644,9.00283\n893,1646819041,47.74642,9.00284\n894,1646819042,47.74641,9.00287\n895,1646819043,47.74640,9.00289\n896,1646819044,47.74639,9.00290\n897,1646819045,47.74638,9.00292\n898,1646819046,47.74637,9.00293\n899,1646819047,47.74637,9.00294\n900,1646819049,47.74636,9.00295\n901,1646819067,47.74617,9.00322\n902,1646819068,47.74617,9.00322\n903,1646819069,47.74617,9.00324\n904,1646819070,47.74616,9.00326\n905,1646819071,47.74615,9.00328\n906,1646819072,47.74614,9.00330\n907,1646819073,47.74613,9.00332\n908,1646819074,47.74613,9.00334\n909,1646819075,47.74611,9.00335\n910,1646819076,47.74610,9.00337\n911,1646819094,47.74602,9.00343\n912,1646819095,47.74592,9.00347\n913,1646819096,47.74591,9.00346\n914,1646819097,47.74590,9.00344\n915,1646819098,47.74589,9.00343\n916,1646819099,47.74588,9.00343\n917,1646819100,47.74587,9.00342\n918,1646819101,47.74586,9.00341\n919,1646819102,47.74584,9.00340\n920,1646819103,47.74584,9.00339\n921,1646819122,47.74575,9.00306\n922,1646819123,47.74571,9.00309\n923,1646819124,47.74570,9.00308\n924,1646819125,47.74569,9.00307\n925,1646819126,47.74568,9.00305\n926,1646819127,47.74566,9.00305\n927,1646819128,47.74565,9.00304\n928,1646819129,47.74563,9.00304\n929,1646819130,47.74562,9.00304\n930,1646819131,47.74560,9.00304\n931,1646819149,47.74540,9.00322\n932,1646819150,47.74543,9.00315\n933,1646819151,47.74542,9.00320\n934,1646819152,47.74541,9.00325\n935,1646819153,47.74538,9.00330\n936,1646819154,47.74537,9.00334\n937,1646819155,47.74536,9.00336\n938,1646819156,47.74535,9.00338\n939,1646819157,47.74534,9.00340\n940,1646819158,47.74533,9.00342\n941,1646819177,47.74533,9.00359\n942,1646819178,47.74526,9.00369\n943,1646819179,47.74525,9.00371\n944,1646819180,47.74524,9.00372\n945,1646819181,47.74524,9.00374\n946,1646819182,47.74522,9.00377\n947,1646819183,47.74521,9.00379\n948,1646819184,47.74520,9.00381\n949,1646819185,47.74519,9.00382\n950,1646819186,47.74519,9.00384\n951,1646819205,47.74501,9.00419\n952,1646819206,47.74501,9.00420\n953,1646819207,47.74500,9.00421\n954,1646819208,47.74499,9.00423\n955,1646819209,47.74498,9.00426\n956,1646819210,47.74497,9.00428\n957,1646819211,47.74495,9.00430\n958,1646819212,47.74494,9.00432\n959,1646819213,47.74494,9.00433\n960,1646819214,47.74493,9.00435\n961,1646819233,47.74492,9.00461\n962,1646819234,47.74481,9.00466\n963,1646819235,47.74479,9.00468\n964,1646819236,47.74477,9.00470\n965,1646819237,47.74476,9.00472\n966,1646819238,47.74475,9.00474\n967,1646819239,47.74474,9.00476\n968,1646819240,47.74473,9.00478\n969,1646819241,47.74472,9.00480\n970,1646819242,47.74472,9.00482\n971,1646819262,47.74460,9.00519\n972,1646819263,47.74459,9.00518\n973,1646819264,47.74458,9.00518\n974,1646819265,47.74456,9.00519\n975,1646819266,47.74455,9.00520\n976,1646819267,47.74454,9.00522\n977,1646819268,47.74453,9.00523\n978,1646819269,47.74453,9.00525\n979,1646819270,47.74453,9.00525\n980,1646819272,47.74451,9.00528\n981,1646819291,47.74434,9.00557\n982,1646819292,47.74427,9.00567\n983,1646819293,47.74425,9.00568\n984,1646819294,47.74425,9.00566\n985,1646819295,47.74425,9.00565\n986,1646819296,47.74424,9.00565\n987,1646819297,47.74423,9.00564\n988,1646819298,47.74423,9.00563\n989,1646819299,47.74423,9.00560\n990,1646819301,47.74422,9.00560\n991,1646819320,47.74398,9.00521\n992,1646819321,47.74399,9.00527\n993,1646819322,47.74400,9.00527\n994,1646819323,47.74399,9.00526\n995,1646819324,47.74398,9.00525\n996,1646819325,47.74397,9.00525\n997,1646819326,47.74397,9.00525\n998,1646819327,47.74396,9.00524\n999,1646819328,47.74395,9.00523\n1000,1646819329,47.74393,9.00522\n1001,1646819347,47.74374,9.00497\n1002,1646819348,47.74374,9.00497\n1003,1646819349,47.74373,9.00497\n1004,1646819350,47.74372,9.00497\n1005,1646819351,47.74370,9.00496\n1006,1646819352,47.74369,9.00495\n1007,1646819353,47.74368,9.00495\n1008,1646819354,47.74367,9.00493\n1009,1646819355,47.74366,9.00492\n1010,1646819356,47.74366,9.00491\n1011,1646819376,47.74347,9.00468\n1012,1646819377,47.74346,9.00466\n1013,1646819378,47.74344,9.00465\n1014,1646819379,47.74343,9.00464\n1015,1646819380,47.74342,9.00462\n1016,1646819381,47.74340,9.00461\n1017,1646819382,47.74339,9.00459\n1018,1646819383,47.74338,9.00458\n1019,1646819384,47.74338,9.00457\n1020,1646819386,47.74336,9.00454\n1021,1646819404,47.74325,9.00434\n1022,1646819405,47.74317,9.00439\n1023,1646819406,47.74315,9.00440\n1024,1646819407,47.74314,9.00442\n1025,1646819408,47.74313,9.00444\n1026,1646819409,47.74311,9.00447\n1027,1646819410,47.74310,9.00449\n1028,1646819411,47.74309,9.00451\n1029,1646819412,47.74308,9.00453\n1030,1646819413,47.74307,9.00455\n1031,1646819431,47.74284,9.00498\n1032,1646819432,47.74286,9.00492\n1033,1646819433,47.74286,9.00492\n1034,1646819434,47.74286,9.00492\n1035,1646819435,47.74285,9.00493\n1036,1646819436,47.74284,9.00494\n1037,1646819437,47.74283,9.00495\n1038,1646819438,47.74282,9.00496\n1039,1646819439,47.74281,9.00497\n1040,1646819440,47.74280,9.00498\n1041,1646819460,47.74272,9.00506\n1042,1646819461,47.74270,9.00505\n1043,1646819462,47.74268,9.00505\n1044,1646819463,47.74266,9.00505\n1045,1646819464,47.74262,9.00507\n1046,1646819465,47.74257,9.00511\n1047,1646819466,47.74255,9.00511\n1048,1646819467,47.74253,9.00512\n1049,1646819468,47.74253,9.00509\n1050,1646819470,47.74251,9.00507\n1051,1646819488,47.74236,9.00486\n1052,1646819489,47.74239,9.00478\n1053,1646819490,47.74239,9.00475\n1054,1646819491,47.74235,9.00478\n1055,1646819492,47.74234,9.00476\n1056,1646819493,47.74232,9.00472\n1057,1646819494,47.74231,9.00470\n1058,1646819495,47.74231,9.00467\n1059,1646819496,47.74230,9.00466\n1060,1646819497,47.74231,9.00462\n1061,1646819515,47.74213,9.00425\n1062,1646819516,47.74213,9.00431\n1063,1646819517,47.74212,9.00430\n1064,1646819518,47.74212,9.00428\n1065,1646819519,47.74212,9.00429\n1066,1646819520,47.74212,9.00429\n1067,1646819521,47.74210,9.00428\n1068,1646819522,47.74209,9.00428\n1069,1646819523,47.74207,9.00426\n1070,1646819524,47.74205,9.00425\n1071,1646819545,47.74193,9.00403\n1072,1646819546,47.74197,9.00405\n1073,1646819547,47.74199,9.00406\n1074,1646819548,47.74199,9.00406\n1075,1646819549,47.74199,9.00406\n1076,1646819550,47.74200,9.00406\n1077,1646819551,47.74200,9.00406\n1078,1646819552,47.74202,9.00405\n1079,1646819554,47.74202,9.00405\n1080,1646819555,47.74203,9.00405\n1081,1646819572,47.74197,9.00392\n1082,1646819572,47.74197,9.00394\n1083,1646819575,47.74198,9.00393\n1084,1646819576,47.74197,9.00393\n1085,1646819577,47.74196,9.00392\n1086,1646819578,47.74195,9.00391\n1087,1646819579,47.74195,9.00391\n1088,1646819580,47.74195,9.00390\n1089,1646819581,47.74195,9.00390\n1090,1646819582,47.74195,9.00389\n1091,1646819602,47.74214,9.00357\n1092,1646819603,47.74216,9.00355\n1093,1646819604,47.74216,9.00357\n1094,1646819605,47.74217,9.00357\n1095,1646819606,47.74217,9.00356\n1096,1646819607,47.74218,9.00356\n1097,1646819608,47.74218,9.00356\n1098,1646819609,47.74219,9.00356\n1099,1646819610,47.74221,9.00355\n1100,1646819611,47.74222,9.00350\n1101,1646819629,47.74259,9.00338\n1102,1646819630,47.74256,9.00333\n1103,1646819631,47.74253,9.00330\n1104,1646819632,47.74253,9.00327\n1105,1646819633,47.74254,9.00324\n1106,1646819634,47.74255,9.00323\n1107,1646819635,47.74254,9.00321\n1108,1646819636,47.74255,9.00320\n1109,1646819637,47.74256,9.00318\n1110,1646819638,47.74257,9.00317\n1111,1646819657,47.74276,9.00297\n1112,1646819658,47.74277,9.00296\n1113,1646819659,47.74278,9.00292\n1114,1646819660,47.74279,9.00291\n1115,1646819661,47.74278,9.00290\n1116,1646819662,47.74279,9.00289\n1117,1646819663,47.74278,9.00289\n1118,1646819664,47.74279,9.00288\n1119,1646819665,47.74281,9.00286\n1120,1646819667,47.74283,9.00283\n1121,1646819689,47.74322,9.00260\n1122,1646819690,47.74321,9.00256\n1123,1646819691,47.74318,9.00252\n1124,1646819692,47.74317,9.00250\n1125,1646819693,47.74318,9.00248\n1126,1646819694,47.74318,9.00248\n1127,1646819695,47.74319,9.00240\n1128,1646819697,47.74319,9.00239\n1129,1646819698,47.74319,9.00238\n1130,1646819699,47.74320,9.00237\n1131,1646819719,47.74346,9.00189\n1132,1646819721,47.74346,9.00190\n1133,1646819722,47.74345,9.00191\n1134,1646819723,47.74346,9.00191\n1135,1646819724,47.74345,9.00191\n1136,1646819725,47.74345,9.00191\n1137,1646819726,47.74345,9.00191\n1138,1646819727,47.74346,9.00191\n1139,1646819728,47.74346,9.00189\n1140,1646819729,47.74347,9.00188\n1141,1646819748,47.74358,9.00160\n1142,1646819749,47.74359,9.00158\n1143,1646819750,47.74362,9.00156\n1144,1646819751,47.74363,9.00155\n1145,1646819752,47.74364,9.00154\n1146,1646819753,47.74366,9.00152\n1147,1646819754,47.74366,9.00150\n1148,1646819755,47.74367,9.00149\n1149,1646819757,47.74369,9.00147\n1150,1646819758,47.74369,9.00146\n1151,1646819777,47.74392,9.00106\n1152,1646819778,47.74396,9.00104\n1153,1646819780,47.74396,9.00102\n1154,1646819781,47.74396,9.00102\n1155,1646819782,47.74396,9.00103\n1156,1646819783,47.74396,9.00101\n1157,1646819784,47.74396,9.00100\n1158,1646819785,47.74397,9.00098\n1159,1646819786,47.74397,9.00097\n1160,1646819787,47.74398,9.00095\n1161,1646819806,47.74412,9.00066\n1162,1646819807,47.74410,9.00070\n1163,1646819808,47.74410,9.00068\n1164,1646819809,47.74409,9.00070\n1165,1646819810,47.74410,9.00068\n1166,1646819811,47.74411,9.00066\n1167,1646819812,47.74411,9.00064\n1168,1646819813,47.74412,9.00062\n1169,1646819814,47.74413,9.00060\n1170,1646819815,47.74413,9.00059\n1171,1646819833,47.74428,9.00049\n1172,1646819834,47.74424,9.00038\n1173,1646819835,47.74426,9.00033\n1174,1646819836,47.74428,9.00029\n1175,1646819837,47.74430,9.00024\n1176,1646819838,47.74431,9.00020\n1177,1646819839,47.74432,9.00018\n1178,1646819840,47.74433,9.00015\n1179,1646819841,47.74434,9.00012\n1180,1646819842,47.74434,9.00010\n1181,1646819862,47.74438,8.99980\n1182,1646819863,47.74441,8.99970\n1183,1646819864,47.74439,8.99972\n1184,1646819865,47.74439,8.99972\n1185,1646819866,47.74440,8.99970\n1186,1646819867,47.74440,8.99967\n1187,1646819868,47.74441,8.99966\n1188,1646819869,47.74442,8.99964\n1189,1646819870,47.74444,8.99960\n1190,1646819872,47.74446,8.99957\n1191,1646819890,47.74458,8.99921\n1192,1646819891,47.74459,8.99920\n1193,1646819892,47.74460,8.99917\n1194,1646819893,47.74461,8.99915\n1195,1646819894,47.74462,8.99911\n1196,1646819895,47.74463,8.99909\n1197,1646819896,47.74463,8.99907\n1198,1646819897,47.74464,8.99905\n1199,1646819898,47.74464,8.99903\n1200,1646819899,47.74464,8.99901\n1201,1646819919,47.74448,8.99863\n1202,1646819920,47.74447,8.99859\n1203,1646819921,47.74446,8.99858\n1204,1646819922,47.74447,8.99855\n1205,1646819923,47.74447,8.99853\n1206,1646819924,47.74448,8.99850\n1207,1646819925,47.74448,8.99848\n1208,1646819926,47.74448,8.99846\n1209,1646819927,47.74448,8.99845\n1210,1646819928,47.74447,8.99844\n1211,1646819947,47.74423,8.99864\n1212,1646819948,47.74423,8.99864\n1213,1646819949,47.74422,8.99865\n1214,1646819950,47.74420,8.99865\n1215,1646819951,47.74418,8.99864\n1216,1646819952,47.74417,8.99864\n1217,1646819953,47.74415,8.99864\n1218,1646819954,47.74414,8.99865\n1219,1646819955,47.74413,8.99866\n1220,1646819956,47.74411,8.99867\n1221,1646819974,47.74383,8.99876\n1222,1646819975,47.74384,8.99878\n1223,1646819976,47.74384,8.99879\n1224,1646819977,47.74383,8.99881\n1225,1646819978,47.74382,8.99882\n1226,1646819979,47.74381,8.99883\n1227,1646819980,47.74380,8.99883\n1228,1646819981,47.74378,8.99883\n1229,1646819982,47.74378,8.99884\n1230,1646819983,47.74375,8.99888\n1231,1646820003,47.74355,8.99884\n1232,1646820004,47.74353,8.99889\n1233,1646820005,47.74354,8.99890\n1234,1646820006,47.74351,8.99893\n1235,1646820007,47.74350,8.99895\n1236,1646820008,47.74349,8.99897\n1237,1646820009,47.74348,8.99900\n1238,1646820010,47.74347,8.99902\n1239,1646820011,47.74346,8.99903\n1240,1646820012,47.74344,8.99907\n1241,1646820031,47.74325,8.99889\n1242,1646820032,47.74323,8.99888\n1243,1646820033,47.74322,8.99888\n1244,1646820034,47.74320,8.99888\n1245,1646820035,47.74319,8.99888\n1246,1646820036,47.74318,8.99888\n1247,1646820037,47.74315,8.99890\n1248,1646820039,47.74313,8.99890\n1249,1646820040,47.74312,8.99891\n1250,1646820041,47.74311,8.99891\n1251,1646820060,47.74287,8.99915\n1252,1646820061,47.74290,8.99913\n1253,1646820062,47.74295,8.99909\n1254,1646820063,47.74296,8.99908\n1255,1646820064,47.74296,8.99908\n1256,1646820065,47.74298,8.99906\n1257,1646820066,47.74302,8.99906\n1258,1646820067,47.74309,8.99904\n1259,1646820069,47.74309,8.99903\n1260,1646820070,47.74310,8.99902\n1261,1646820088,47.74302,8.99893\n1262,1646820089,47.74301,8.99893\n1263,1646820091,47.74300,8.99894\n1264,1646820092,47.74300,8.99895\n1265,1646820093,47.74300,8.99896\n1266,1646820094,47.74300,8.99897\n1267,1646820095,47.74300,8.99898\n1268,1646820096,47.74300,8.99898\n1269,1646820097,47.74300,8.99898\n1270,1646820098,47.74300,8.99897\n1271,1646820116,47.74298,8.99897\n1272,1646820117,47.74299,8.99898\n1273,1646820118,47.74299,8.99898\n1274,1646820119,47.74300,8.99898\n1275,1646820120,47.74300,8.99898\n1276,1646820121,47.74300,8.99897\n1277,1646820122,47.74300,8.99896\n1278,1646820123,47.74300,8.99896\n1279,1646820124,47.74301,8.99897\n1280,1646820125,47.74301,8.99898\n1281,1646820143,47.74271,8.99935\n1282,1646820144,47.74299,8.99901\n1283,1646820145,47.74299,8.99899\n1284,1646820146,47.74298,8.99898\n1285,1646820147,47.74298,8.99898\n1286,1646820148,47.74299,8.99898\n1287,1646820149,47.74299,8.99898\n1288,1646820150,47.74299,8.99898\n1289,1646820151,47.74297,8.99898\n1290,1646820153,47.74297,8.99898\n1291,1646820171,47.74301,8.99900\n1292,1646820172,47.74300,8.99899\n1293,1646820173,47.74300,8.99898\n1294,1646820174,47.74301,8.99899\n1295,1646820175,47.74301,8.99899\n1296,1646820176,47.74300,8.99898\n1297,1646820177,47.74299,8.99897\n1298,1646820178,47.74299,8.99898\n1299,1646820179,47.74299,8.99897\n1300,1646820180,47.74299,8.99897\n1301,1646820199,47.74300,8.99888\n1302,1646820200,47.74299,8.99888\n1303,1646820201,47.74300,8.99889\n1304,1646820202,47.74300,8.99888\n1305,1646820203,47.74301,8.99889\n1306,1646820204,47.74301,8.99890\n1307,1646820205,47.74301,8.99890\n1308,1646820207,47.74301,8.99889\n1309,1646820208,47.74302,8.99889\n1310,1646820209,47.74302,8.99889\n1311,1646820226,47.74311,8.99897\n1312,1646820226,47.74307,8.99892\n1313,1646820229,47.74307,8.99890\n1314,1646820230,47.74306,8.99890\n1315,1646820231,47.74306,8.99890\n1316,1646820232,47.74306,8.99890\n1317,1646820233,47.74306,8.99890\n1318,1646820234,47.74306,8.99890\n1319,1646820235,47.74306,8.99890\n1320,1646820236,47.74306,8.99890\n1321,1646820255,47.74320,8.99902\n1322,1646820256,47.74318,8.99897\n1323,1646820257,47.74317,8.99895\n1324,1646820258,47.74316,8.99894\n1325,1646820259,47.74315,8.99893\n1326,1646820260,47.74314,8.99893\n1327,1646820261,47.74313,8.99893\n1328,1646820262,47.74313,8.99892\n1329,1646820263,47.74312,8.99892\n1330,1646820264,47.74312,8.99891\n1331,1646820282,47.74312,8.99888\n1332,1646820283,47.74303,8.99886\n1333,1646820284,47.74304,8.99886\n1334,1646820285,47.74304,8.99887\n1335,1646820286,47.74305,8.99888\n1336,1646820287,47.74305,8.99888\n1337,1646820288,47.74304,8.99888\n1338,1646820289,47.74302,8.99888\n1339,1646820291,47.74302,8.99889\n1340,1646820292,47.74302,8.99889\n1341,1646820309,47.74299,8.99897\n1342,1646820309,47.74299,8.99896\n1343,1646820312,47.74299,8.99895\n1344,1646820313,47.74298,8.99894\n1345,1646820314,47.74299,8.99894\n1346,1646820315,47.74299,8.99894\n1347,1646820316,47.74299,8.99894\n1348,1646820317,47.74299,8.99894\n1349,1646820318,47.74300,8.99894\n1350,1646820319,47.74300,8.99895\n1351,1646820337,47.74304,8.99896\n1352,1646820338,47.74304,8.99895\n1353,1646820339,47.74304,8.99894\n1354,1646820340,47.74304,8.99894\n1355,1646820341,47.74304,8.99894\n1356,1646820342,47.74305,8.99893\n1357,1646820343,47.74305,8.99892\n1358,1646820344,47.74304,8.99892\n1359,1646820345,47.74304,8.99892\n1360,1646820346,47.74304,8.99893\n1361,1646820365,47.74306,8.99889\n1362,1646820366,47.74306,8.99889\n1363,1646820367,47.74306,8.99889\n1364,1646820368,47.74306,8.99889\n1365,1646820369,47.74306,8.99890\n1366,1646820370,47.74305,8.99889\n1367,1646820371,47.74305,8.99890\n1368,1646820372,47.74305,8.99890\n1369,1646820373,47.74302,8.99891\n1370,1646820375,47.74302,8.99891\n1371,1646820393,47.74314,8.99893\n1372,1646820394,47.74313,8.99893\n1373,1646820395,47.74312,8.99893\n1374,1646820396,47.74311,8.99892\n1375,1646820397,47.74310,8.99892\n1376,1646820398,47.74309,8.99892\n1377,1646820399,47.74308,8.99892\n1378,1646820400,47.74308,8.99892\n1379,1646820401,47.74308,8.99892\n1380,1646820402,47.74307,8.99892\n1381,1646820420,47.74301,8.99894\n1382,1646820421,47.74302,8.99893\n1383,1646820422,47.74302,8.99894\n1384,1646820423,47.74301,8.99894\n1385,1646820424,47.74301,8.99893\n1386,1646820425,47.74301,8.99893\n1387,1646820426,47.74301,8.99894\n1388,1646820427,47.74299,8.99894\n1389,1646820429,47.74299,8.99894\n1390,1646820430,47.74300,8.99895\n1391,1646820448,47.74292,8.99895\n1392,1646820450,47.74294,8.99894\n1393,1646820451,47.74294,8.99893\n1394,1646820452,47.74295,8.99894\n1395,1646820453,47.74295,8.99894\n1396,1646820454,47.74295,8.99894\n1397,1646820455,47.74296,8.99894\n1398,1646820456,47.74296,8.99894\n1399,1646820457,47.74297,8.99894\n1400,1646820458,47.74297,8.99894\n1401,1646820476,47.74301,8.99904\n1402,1646820477,47.74300,8.99902\n1403,1646820478,47.74300,8.99901\n1404,1646820479,47.74300,8.99900\n1405,1646820480,47.74299,8.99900\n1406,1646820481,47.74299,8.99899\n1407,1646820482,47.74298,8.99899\n1408,1646820483,47.74299,8.99899\n1409,1646820484,47.74299,8.99899\n1410,1646820485,47.74299,8.99899\n1411,1646820503,47.74295,8.99898\n1412,1646820504,47.74293,8.99898\n1413,1646820505,47.74292,8.99899\n1414,1646820506,47.74292,8.99899\n1415,1646820507,47.74293,8.99899\n1416,1646820508,47.74294,8.99899\n1417,1646820509,47.74294,8.99899\n1418,1646820510,47.74295,8.99899\n1419,1646820511,47.74294,8.99899\n1420,1646820513,47.74295,8.99899\n1421,1646820531,47.74303,8.99902\n1422,1646820532,47.74302,8.99901\n1423,1646820533,47.74301,8.99900\n1424,1646820534,47.74301,8.99900\n1425,1646820535,47.74300,8.99900\n1426,1646820536,47.74300,8.99900\n1427,1646820537,47.74300,8.99900\n1428,1646820538,47.74300,8.99900\n1429,1646820539,47.74300,8.99900\n1430,1646820540,47.74300,8.99899\n1431,1646820558,47.74335,8.99897\n1432,1646820559,47.74293,8.99892\n1433,1646820560,47.74293,8.99893\n1434,1646820561,47.74293,8.99893\n1435,1646820562,47.74293,8.99893\n1436,1646820563,47.74294,8.99893\n1437,1646820564,47.74296,8.99893\n1438,1646820565,47.74296,8.99892\n1439,1646820566,47.74297,8.99892\n1440,1646820567,47.74297,8.99892\n1441,1646820587,47.74285,8.99921\n1442,1646820588,47.74298,8.99901\n1443,1646820589,47.74303,8.99893\n1444,1646820590,47.74304,8.99893\n1445,1646820591,47.74305,8.99892\n1446,1646820592,47.74306,8.99891\n1447,1646820593,47.74307,8.99891\n1448,1646820594,47.74307,8.99890\n1449,1646820595,47.74308,8.99890\n1450,1646820596,47.74302,8.99893\n1451,1646820617,47.74295,8.99903\n1452,1646820618,47.74294,8.99905\n1453,1646820619,47.74294,8.99908\n1454,1646820620,47.74293,8.99909\n1455,1646820621,47.74292,8.99911\n1456,1646820622,47.74291,8.99912\n1457,1646820623,47.74289,8.99913\n1458,1646820624,47.74289,8.99914\n1459,1646820625,47.74300,8.99899\n1460,1646820627,47.74300,8.99899\n1461,1646820645,47.74305,8.99892\n1462,1646820646,47.74304,8.99892\n1463,1646820647,47.74303,8.99893\n1464,1646820648,47.74303,8.99893\n1465,1646820649,47.74302,8.99893\n1466,1646820650,47.74301,8.99894\n1467,1646820651,47.74301,8.99894\n1468,1646820652,47.74301,8.99895\n1469,1646820653,47.74301,8.99896\n1470,1646820654,47.74301,8.99896\n1471,1646820674,47.74297,8.99900\n1472,1646820675,47.74297,8.99900\n1473,1646820676,47.74297,8.99900\n1474,1646820677,47.74297,8.99900\n1475,1646820678,47.74298,8.99900\n1476,1646820679,47.74298,8.99900\n1477,1646820680,47.74298,8.99899\n1478,1646820681,47.74299,8.99899\n1479,1646820682,47.74299,8.99899\n1480,1646820683,47.74299,8.99899\n1481,1646820702,47.74311,8.99888\n1482,1646820703,47.74308,8.99890\n1483,1646820704,47.74308,8.99891\n1484,1646820705,47.74307,8.99892\n1485,1646820706,47.74306,8.99893\n1486,1646820707,47.74305,8.99893\n1487,1646820708,47.74304,8.99894\n1488,1646820709,47.74303,8.99894\n1489,1646820710,47.74300,8.99897\n1490,1646820712,47.74300,8.99898\n1491,1646820730,47.74311,8.99900\n1492,1646820731,47.74294,8.99896\n1493,1646820732,47.74295,8.99896\n1494,1646820733,47.74295,8.99896\n1495,1646820734,47.74296,8.99897\n1496,1646820735,47.74297,8.99898\n1497,1646820736,47.74297,8.99899\n1498,1646820737,47.74297,8.99899\n1499,1646820738,47.74297,8.99899\n1500,1646820739,47.74294,8.99902\n1501,1646820759,47.74296,8.99903\n1502,1646820760,47.74296,8.99902\n1503,1646820761,47.74296,8.99901\n1504,1646820762,47.74297,8.99901\n1505,1646820763,47.74297,8.99901\n1506,1646820764,47.74298,8.99900\n1507,1646820765,47.74298,8.99900\n1508,1646820766,47.74298,8.99900\n1509,1646820767,47.74298,8.99900\n1510,1646820768,47.74298,8.99900\n1511,1646820787,47.74308,8.99894\n1512,1646820788,47.74300,8.99892\n1513,1646820789,47.74299,8.99893\n1514,1646820790,47.74297,8.99895\n1515,1646820791,47.74297,8.99895\n1516,1646820792,47.74298,8.99896\n1517,1646820793,47.74298,8.99897\n1518,1646820794,47.74299,8.99898\n1519,1646820795,47.74299,8.99898\n1520,1646820796,47.74299,8.99898\n1521,1646820815,47.74298,8.99896\n1522,1646820816,47.74299,8.99896\n1523,1646820817,47.74299,8.99896\n1524,1646820818,47.74299,8.99897\n1525,1646820819,47.74300,8.99897\n1526,1646820820,47.74300,8.99897\n1527,1646820821,47.74300,8.99897\n1528,1646820822,47.74301,8.99897\n1529,1646820823,47.74298,8.99900\n1530,1646820825,47.74299,8.99900\n1531,1646820843,47.74293,8.99923\n1532,1646820844,47.74307,8.99900\n1533,1646820845,47.74306,8.99900\n1534,1646820846,47.74306,8.99900\n1535,1646820847,47.74306,8.99900\n1536,1646820848,47.74305,8.99901\n1537,1646820849,47.74304,8.99901\n1538,1646820850,47.74304,8.99901\n1539,1646820851,47.74304,8.99901\n1540,1646820852,47.74304,8.99901\n1541,1646820870,47.74306,8.99895\n1542,1646820871,47.74306,8.99896\n1543,1646820872,47.74305,8.99896\n1544,1646820873,47.74305,8.99897\n1545,1646820874,47.74305,8.99897\n1546,1646820875,47.74305,8.99897\n1547,1646820876,47.74305,8.99897\n1548,1646820877,47.74300,8.99900\n1549,1646820879,47.74300,8.99900\n1550,1646820880,47.74300,8.99900\n1551,1646820897,47.74303,8.99889\n1552,1646820897,47.74303,8.99895\n1553,1646820900,47.74302,8.99900\n1554,1646820901,47.74302,8.99901\n1555,1646820902,47.74302,8.99900\n1556,1646820903,47.74302,8.99900\n1557,1646820904,47.74302,8.99900\n1558,1646820905,47.74302,8.99900\n1559,1646820906,47.74302,8.99900\n1560,1646820907,47.74303,8.99900\n1561,1646820925,47.74292,8.99884\n1562,1646820926,47.74312,8.99890\n1563,1646820927,47.74312,8.99892\n1564,1646820928,47.74311,8.99891\n1565,1646820929,47.74311,8.99891\n1566,1646820930,47.74310,8.99891\n1567,1646820931,47.74310,8.99892\n1568,1646820932,47.74310,8.99892\n1569,1646820933,47.74310,8.99892\n1570,1646820934,47.74309,8.99893\n1571,1646820952,47.74307,8.99886\n1572,1646820953,47.74297,8.99895\n1573,1646820954,47.74298,8.99895\n1574,1646820955,47.74298,8.99895\n1575,1646820956,47.74299,8.99895\n1576,1646820957,47.74300,8.99896\n1577,1646820958,47.74300,8.99896\n1578,1646820959,47.74300,8.99896\n1579,1646820960,47.74300,8.99896\n1580,1646820961,47.74302,8.99895\n1581,1646820981,47.74306,8.99898\n1582,1646820982,47.74306,8.99898\n1583,1646820983,47.74305,8.99898\n1584,1646820984,47.74305,8.99898\n1585,1646820985,47.74305,8.99898\n1586,1646820986,47.74304,8.99898\n1587,1646820987,47.74304,8.99899\n1588,1646820988,47.74304,8.99899\n1589,1646820989,47.74303,8.99899\n1590,1646820990,47.74303,8.99900\n1591,1646821008,47.74313,8.99904\n1592,1646821009,47.74305,8.99895\n1593,1646821010,47.74305,8.99895\n1594,1646821011,47.74305,8.99896\n1595,1646821012,47.74305,8.99896\n1596,1646821013,47.74305,8.99897\n1597,1646821014,47.74304,8.99897\n1598,1646821015,47.74301,8.99901\n1599,1646821017,47.74301,8.99900\n1600,1646821018,47.74301,8.99900\n1601,1646821037,47.74301,8.99899\n1602,1646821038,47.74302,8.99898\n1603,1646821039,47.74303,8.99897\n1604,1646821040,47.74303,8.99897\n1605,1646821041,47.74303,8.99897\n1606,1646821042,47.74303,8.99896\n1607,1646821043,47.74303,8.99896\n1608,1646821044,47.74304,8.99896\n1609,1646821045,47.74303,8.99898\n1610,1646821047,47.74303,8.99898\n1611,1646821066,47.74311,8.99889\n1612,1646821067,47.74310,8.99889\n1613,1646821068,47.74310,8.99889\n1614,1646821069,47.74310,8.99889\n1615,1646821070,47.74309,8.99890\n1616,1646821071,47.74308,8.99890\n1617,1646821072,47.74308,8.99891\n1618,1646821073,47.74307,8.99891\n1619,1646821074,47.74307,8.99891\n1620,1646821075,47.74304,8.99894\n1621,1646821096,47.74306,8.99891\n1622,1646821097,47.74306,8.99889\n1623,1646821098,47.74307,8.99890\n1624,1646821099,47.74308,8.99889\n1625,1646821100,47.74309,8.99888\n1626,1646821101,47.74309,8.99888\n1627,1646821102,47.74309,8.99889\n1628,1646821103,47.74308,8.99889\n1629,1646821104,47.74309,8.99889\n1630,1646821105,47.74307,8.99891\n1631,1646821124,47.74311,8.99879\n1632,1646821125,47.74306,8.99900\n1633,1646821126,47.74306,8.99897\n1634,1646821127,47.74306,8.99896\n1635,1646821128,47.74305,8.99895\n1636,1646821129,47.74305,8.99895\n1637,1646821130,47.74305,8.99895\n1638,1646821131,47.74304,8.99895\n1639,1646821132,47.74304,8.99895\n1640,1646821133,47.74304,8.99895\n1641,1646821153,47.74310,8.99898\n1642,1646821154,47.74308,8.99898\n1643,1646821155,47.74308,8.99898\n1644,1646821156,47.74307,8.99898\n1645,1646821157,47.74307,8.99898\n1646,1646821158,47.74307,8.99898\n1647,1646821159,47.74307,8.99896\n1648,1646821161,47.74307,8.99896\n1649,1646821162,47.74306,8.99897\n1650,1646821163,47.74306,8.99897\n1651,1646821180,47.74305,8.99907\n1652,1646821183,47.74292,8.99912\n1653,1646821184,47.74292,8.99912\n1654,1646821185,47.74292,8.99912\n1655,1646821186,47.74292,8.99912\n1656,1646821187,47.74292,8.99913\n1657,1646821188,47.74292,8.99912\n1658,1646821189,47.74292,8.99911\n1659,1646821190,47.74293,8.99911\n1660,1646821191,47.74292,8.99911\n1661,1646821211,47.74329,8.99889\n1662,1646821212,47.74333,8.99888\n1663,1646821213,47.74325,8.99890\n1664,1646821214,47.74324,8.99892\n1665,1646821215,47.74322,8.99892\n1666,1646821216,47.74322,8.99892\n1667,1646821217,47.74322,8.99892\n1668,1646821218,47.74321,8.99892\n1669,1646821219,47.74318,8.99890\n1670,1646821221,47.74317,8.99890\n1671,1646821240,47.74305,8.99895\n1672,1646821241,47.74304,8.99895\n1673,1646821242,47.74298,8.99897\n1674,1646821243,47.74297,8.99897\n1675,1646821244,47.74298,8.99896\n1676,1646821245,47.74298,8.99896\n1677,1646821246,47.74298,8.99897\n1678,1646821247,47.74298,8.99896\n1679,1646821248,47.74298,8.99896\n1680,1646821249,47.74298,8.99899\n1681,1646821269,47.74309,8.99892\n1682,1646821270,47.74304,8.99893\n1683,1646821271,47.74302,8.99894\n1684,1646821272,47.74302,8.99894\n1685,1646821273,47.74302,8.99894\n1686,1646821274,47.74303,8.99894\n1687,1646821275,47.74303,8.99894\n1688,1646821276,47.74304,8.99894\n1689,1646821277,47.74304,8.99894\n1690,1646821278,47.74304,8.99894\n1691,1646821299,47.74318,8.99893\n1692,1646821300,47.74308,8.99895\n1693,1646821301,47.74308,8.99895\n1694,1646821302,47.74307,8.99894\n1695,1646821303,47.74306,8.99894\n1696,1646821304,47.74305,8.99894\n1697,1646821305,47.74304,8.99894\n1698,1646821306,47.74304,8.99894\n1699,1646821307,47.74304,8.99893\n1700,1646821308,47.74303,8.99893\n1701,1646821328,47.74305,8.99899\n1702,1646821329,47.74302,8.99899\n1703,1646821330,47.74305,8.99898\n1704,1646821331,47.74302,8.99898\n1705,1646821332,47.74303,8.99897\n1706,1646821333,47.74301,8.99898\n1707,1646821335,47.74301,8.99899\n1708,1646821336,47.74301,8.99900\n1709,1646821337,47.74300,8.99900\n1710,1646821338,47.74301,8.99900\n1711,1646821355,47.74302,8.99897\n1712,1646821355,47.74306,8.99897\n1713,1646821358,47.74303,8.99899\n1714,1646821359,47.74303,8.99901\n1715,1646821360,47.74302,8.99902\n1716,1646821361,47.74302,8.99902\n1717,1646821362,47.74302,8.99902\n1718,1646821363,47.74302,8.99903\n1719,1646821364,47.74302,8.99903\n1720,1646821365,47.74302,8.99903\n1721,1646821383,47.74305,8.99896\n1722,1646821384,47.74305,8.99896\n1723,1646821385,47.74306,8.99896\n1724,1646821386,47.74306,8.99897\n1725,1646821387,47.74306,8.99897\n1726,1646821388,47.74307,8.99897\n1727,1646821389,47.74307,8.99898\n1728,1646821390,47.74307,8.99898\n1729,1646821391,47.74307,8.99898\n1730,1646821392,47.74307,8.99898\n1731,1646821410,47.74301,8.99899\n1732,1646821411,47.74299,8.99900\n1733,1646821412,47.74299,8.99901\n1734,1646821413,47.74299,8.99900\n1735,1646821414,47.74300,8.99899\n1736,1646821415,47.74300,8.99899\n1737,1646821416,47.74300,8.99898\n1738,1646821417,47.74300,8.99898\n1739,1646821419,47.74301,8.99899\n1740,1646821420,47.74301,8.99899\n1741,1646821437,47.74335,8.99891\n1742,1646821437,47.74318,8.99895\n1743,1646821440,47.74307,8.99899\n1744,1646821441,47.74306,8.99899\n1745,1646821442,47.74305,8.99899\n1746,1646821443,47.74305,8.99899\n1747,1646821444,47.74305,8.99900\n1748,1646821445,47.74304,8.99899\n1749,1646821446,47.74305,8.99899\n1750,1646821447,47.74304,8.99899\n1751,1646821466,47.74318,8.99900\n1752,1646821467,47.74311,8.99896\n1753,1646821468,47.74308,8.99895\n1754,1646821469,47.74309,8.99895\n1755,1646821470,47.74309,8.99895\n1756,1646821471,47.74310,8.99895\n1757,1646821472,47.74310,8.99895\n1758,1646821473,47.74310,8.99894\n1759,1646821474,47.74310,8.99894\n1760,1646821475,47.74310,8.99894\n1761,1646821493,47.74311,8.99895\n1762,1646821494,47.74308,8.99893\n1763,1646821495,47.74308,8.99894\n1764,1646821496,47.74308,8.99893\n1765,1646821497,47.74309,8.99894\n1766,1646821498,47.74309,8.99894\n1767,1646821499,47.74309,8.99894\n1768,1646821500,47.74309,8.99894\n1769,1646821501,47.74307,8.99894\n1770,1646821503,47.74307,8.99894\n1771,1646821522,47.74300,8.99898\n1772,1646821523,47.74301,8.99898\n1773,1646821524,47.74300,8.99898\n1774,1646821525,47.74300,8.99897\n1775,1646821526,47.74301,8.99896\n1776,1646821527,47.74301,8.99895\n1777,1646821528,47.74301,8.99895\n1778,1646821529,47.74301,8.99895\n1779,1646821530,47.74301,8.99895\n1780,1646821531,47.74300,8.99898\n1781,1646821550,47.74313,8.99898\n1782,1646821551,47.74311,8.99896\n1783,1646821552,47.74311,8.99896\n1784,1646821553,47.74310,8.99896\n1785,1646821554,47.74310,8.99895\n1786,1646821555,47.74309,8.99894\n1787,1646821556,47.74309,8.99894\n1788,1646821557,47.74309,8.99893\n1789,1646821558,47.74310,8.99893\n1790,1646821559,47.74310,8.99893\n1791,1646821579,47.74309,8.99898\n1792,1646821580,47.74302,8.99900\n1793,1646821581,47.74300,8.99901\n1794,1646821582,47.74299,8.99899\n1795,1646821583,47.74299,8.99898\n1796,1646821584,47.74300,8.99897\n1797,1646821585,47.74300,8.99897\n1798,1646821586,47.74298,8.99900\n1799,1646821588,47.74299,8.99900\n1800,1646821589,47.74300,8.99901\n1801,1646821608,47.74298,8.99891\n1802,1646821609,47.74299,8.99891\n1803,1646821610,47.74298,8.99892\n1804,1646821611,47.74298,8.99892\n1805,1646821612,47.74298,8.99892\n1806,1646821613,47.74298,8.99892\n1807,1646821614,47.74299,8.99892\n1808,1646821615,47.74294,8.99901\n1809,1646821617,47.74295,8.99902\n1810,1646821618,47.74295,8.99901\n1811,1646821635,47.74262,8.99896\n1812,1646821635,47.74272,8.99895\n1813,1646821638,47.74304,8.99891\n1814,1646821639,47.74303,8.99891\n1815,1646821640,47.74302,8.99891\n1816,1646821641,47.74302,8.99892\n1817,1646821642,47.74301,8.99893\n1818,1646821643,47.74300,8.99893\n1819,1646821644,47.74300,8.99893\n1820,1646821645,47.74300,8.99894\n1821,1646821664,47.74293,8.99897\n1822,1646821665,47.74296,8.99893\n1823,1646821666,47.74297,8.99893\n1824,1646821667,47.74298,8.99892\n1825,1646821668,47.74299,8.99892\n1826,1646821669,47.74299,8.99891\n1827,1646821670,47.74300,8.99891\n1828,1646821671,47.74300,8.99891\n1829,1646821672,47.74300,8.99891\n1830,1646821673,47.74301,8.99891\n1831,1646821692,47.74304,8.99902\n1832,1646821693,47.74304,8.99901\n1833,1646821694,47.74305,8.99901\n1834,1646821695,47.74304,8.99901\n1835,1646821696,47.74304,8.99899\n1836,1646821697,47.74304,8.99899\n1837,1646821698,47.74304,8.99898\n1838,1646821699,47.74299,8.99902\n1839,1646821701,47.74299,8.99901\n1840,1646821702,47.74299,8.99901\n1841,1646821723,47.74288,8.99884\n1842,1646821724,47.74295,8.99889\n1843,1646821725,47.74301,8.99893\n1844,1646821726,47.74302,8.99893\n1845,1646821727,47.74302,8.99893\n1846,1646821728,47.74301,8.99892\n1847,1646821729,47.74302,8.99891\n1848,1646821731,47.74303,8.99891\n1849,1646821732,47.74303,8.99891\n1850,1646821733,47.74303,8.99891\n1851,1646821750,47.74304,8.99899\n1852,1646821750,47.74305,8.99900\n1853,1646821753,47.74305,8.99900\n1854,1646821754,47.74306,8.99900\n1855,1646821755,47.74306,8.99899\n1856,1646821756,47.74306,8.99899\n1857,1646821757,47.74306,8.99899\n1858,1646821758,47.74306,8.99899\n1859,1646821759,47.74306,8.99899\n1860,1646821760,47.74306,8.99900\n1861,1646821779,47.74293,8.99898\n1862,1646821780,47.74293,8.99898\n1863,1646821781,47.74294,8.99897\n1864,1646821782,47.74296,8.99897\n1865,1646821783,47.74297,8.99896\n1866,1646821784,47.74298,8.99896\n1867,1646821785,47.74299,8.99896\n1868,1646821786,47.74299,8.99896\n1869,1646821787,47.74300,8.99896\n1870,1646821788,47.74300,8.99896\n1871,1646821807,47.74299,8.99900\n1872,1646821808,47.74300,8.99899\n1873,1646821809,47.74300,8.99900\n1874,1646821810,47.74300,8.99899\n1875,1646821811,47.74300,8.99899\n1876,1646821812,47.74300,8.99899\n1877,1646821813,47.74299,8.99900\n1878,1646821815,47.74299,8.99900\n1879,1646821816,47.74300,8.99900\n1880,1646821817,47.74300,8.99899\n1881,1646821834,47.74297,8.99896\n1882,1646821834,47.74297,8.99898\n1883,1646821837,47.74297,8.99897\n1884,1646821838,47.74298,8.99896\n1885,1646821839,47.74299,8.99895\n1886,1646821840,47.74299,8.99895\n1887,1646821841,47.74300,8.99895\n1888,1646821842,47.74300,8.99896\n1889,1646821843,47.74300,8.99896\n1890,1646821844,47.74300,8.99896\n1891,1646821862,47.74294,8.99899\n1892,1646821863,47.74295,8.99898\n1893,1646821864,47.74295,8.99898\n1894,1646821865,47.74296,8.99898\n1895,1646821866,47.74297,8.99897\n1896,1646821867,47.74297,8.99896\n1897,1646821868,47.74298,8.99896\n1898,1646821869,47.74298,8.99896\n1899,1646821870,47.74298,8.99896\n1900,1646821871,47.74299,8.99895\n1901,1646821889,47.74306,8.99902\n1902,1646821890,47.74304,8.99901\n1903,1646821891,47.74303,8.99901\n1904,1646821892,47.74302,8.99900\n1905,1646821893,47.74301,8.99899\n1906,1646821894,47.74301,8.99898\n1907,1646821895,47.74301,8.99898\n1908,1646821896,47.74301,8.99897\n1909,1646821897,47.74300,8.99897\n1910,1646821899,47.74300,8.99897\n1911,1646821918,47.74297,8.99899\n1912,1646821919,47.74298,8.99899\n1913,1646821920,47.74297,8.99899\n1914,1646821921,47.74297,8.99899\n1915,1646821922,47.74298,8.99898\n1916,1646821923,47.74298,8.99898\n1917,1646821924,47.74298,8.99897\n1918,1646821925,47.74298,8.99898\n1919,1646821926,47.74299,8.99898\n1920,1646821927,47.74301,8.99895\n1921,1646821946,47.74306,8.99907\n1922,1646821947,47.74306,8.99906\n1923,1646821948,47.74305,8.99905\n1924,1646821949,47.74305,8.99904\n1925,1646821950,47.74305,8.99903\n1926,1646821951,47.74305,8.99903\n1927,1646821952,47.74305,8.99902\n1928,1646821953,47.74305,8.99901\n1929,1646821954,47.74304,8.99900\n1930,1646821955,47.74304,8.99900\n1931,1646821974,47.74330,8.99879\n1932,1646821975,47.74302,8.99894\n1933,1646821976,47.74300,8.99894\n1934,1646821977,47.74300,8.99893\n1935,1646821978,47.74299,8.99893\n1936,1646821979,47.74299,8.99893\n1937,1646821980,47.74301,8.99893\n1938,1646821981,47.74301,8.99893\n1939,1646821982,47.74304,8.99889\n1940,1646821984,47.74305,8.99889\n1941,1646822003,47.74301,8.99902\n1942,1646822004,47.74301,8.99901\n1943,1646822005,47.74302,8.99901\n1944,1646822006,47.74302,8.99901\n1945,1646822007,47.74302,8.99901\n1946,1646822008,47.74303,8.99901\n1947,1646822009,47.74303,8.99900\n1948,1646822010,47.74303,8.99901\n1949,1646822011,47.74306,8.99897\n1950,1646822013,47.74306,8.99897\n1951,1646822031,47.74304,8.99890\n1952,1646822032,47.74314,8.99893\n1953,1646822033,47.74312,8.99892\n1954,1646822034,47.74310,8.99893\n1955,1646822035,47.74309,8.99892\n1956,1646822036,47.74309,8.99892\n1957,1646822037,47.74309,8.99891\n1958,1646822038,47.74309,8.99892\n1959,1646822039,47.74308,8.99892\n1960,1646822040,47.74308,8.99892\n1961,1646822059,47.74312,8.99905\n1962,1646822060,47.74310,8.99905\n1963,1646822061,47.74309,8.99905\n1964,1646822062,47.74309,8.99904\n1965,1646822063,47.74309,8.99904\n1966,1646822064,47.74309,8.99904\n1967,1646822065,47.74310,8.99903\n1968,1646822067,47.74310,8.99902\n1969,1646822068,47.74310,8.99901\n1970,1646822069,47.74310,8.99901\n1971,1646822092,47.74322,8.99859\n1972,1646822093,47.74324,8.99856\n1973,1646822094,47.74325,8.99853\n1974,1646822095,47.74307,8.99890\n1975,1646822097,47.74307,8.99889\n1976,1646822098,47.74306,8.99890\n1977,1646822099,47.74306,8.99890\n1978,1646822100,47.74306,8.99891\n1979,1646822101,47.74306,8.99891\n1980,1646822102,47.74306,8.99891\n1981,1646822121,47.74301,8.99880\n1982,1646822122,47.74303,8.99881\n1983,1646822123,47.74307,8.99885\n1984,1646822124,47.74310,8.99888\n1985,1646822125,47.74311,8.99888\n1986,1646822126,47.74311,8.99888\n1987,1646822127,47.74310,8.99889\n1988,1646822128,47.74310,8.99888\n1989,1646822129,47.74310,8.99888\n1990,1646822130,47.74310,8.99888\n1991,1646822150,47.74304,8.99887\n1992,1646822151,47.74304,8.99887\n1993,1646822152,47.74302,8.99886\n1994,1646822153,47.74304,8.99887\n1995,1646822154,47.74303,8.99888\n1996,1646822155,47.74302,8.99887\n1997,1646822156,47.74302,8.99887\n1998,1646822157,47.74301,8.99888\n1999,1646822158,47.74301,8.99888\n2000,1646822159,47.74301,8.99888\n2001,1646822179,47.74307,8.99888\n2002,1646822180,47.74301,8.99884\n2003,1646822181,47.74300,8.99885\n2004,1646822182,47.74300,8.99886\n2005,1646822183,47.74300,8.99887\n2006,1646822184,47.74299,8.99887\n2007,1646822185,47.74299,8.99888\n2008,1646822186,47.74303,8.99885\n2009,1646822188,47.74303,8.99886\n2010,1646822189,47.74304,8.99886\n2011,1646822209,47.74308,8.99899\n2012,1646822210,47.74307,8.99896\n2013,1646822211,47.74305,8.99896\n2014,1646822212,47.74305,8.99895\n2015,1646822213,47.74305,8.99895\n2016,1646822214,47.74305,8.99895\n2017,1646822215,47.74306,8.99893\n2018,1646822217,47.74306,8.99893\n2019,1646822218,47.74306,8.99893\n2020,1646822219,47.74306,8.99893\n2021,1646822236,47.74301,8.99864\n2022,1646822236,47.74301,8.99879\n2023,1646822238,47.74300,8.99883\n2024,1646822239,47.74301,8.99883\n2025,1646822240,47.74301,8.99883\n2026,1646822241,47.74303,8.99885\n2027,1646822242,47.74303,8.99884\n2028,1646822243,47.74303,8.99885\n2029,1646822244,47.74303,8.99885\n2030,1646822245,47.74303,8.99885\n2031,1646822263,47.74302,8.99880\n2032,1646822264,47.74288,8.99879\n2033,1646822265,47.74286,8.99878\n2034,1646822266,47.74290,8.99881\n2035,1646822267,47.74292,8.99882\n2036,1646822268,47.74294,8.99883\n2037,1646822269,47.74294,8.99883\n2038,1646822270,47.74294,8.99882\n2039,1646822271,47.74294,8.99883\n2040,1646822272,47.74294,8.99884\n2041,1646822291,47.74272,8.99885\n2042,1646822292,47.74272,8.99885\n2043,1646822293,47.74275,8.99886\n2044,1646822294,47.74280,8.99888\n2045,1646822295,47.74282,8.99890\n2046,1646822296,47.74286,8.99891\n2047,1646822297,47.74288,8.99891\n2048,1646822298,47.74291,8.99892\n2049,1646822299,47.74290,8.99893\n2050,1646822301,47.74291,8.99894\n2051,1646822321,47.74311,8.99902\n2052,1646822322,47.74307,8.99900\n2053,1646822323,47.74305,8.99898\n2054,1646822324,47.74301,8.99896\n2055,1646822325,47.74301,8.99895\n2056,1646822326,47.74299,8.99894\n2057,1646822327,47.74300,8.99894\n2058,1646822328,47.74299,8.99894\n2059,1646822329,47.74298,8.99894\n2060,1646822331,47.74298,8.99895\n2061,1646822351,47.74312,8.99897\n2062,1646822352,47.74310,8.99895\n2063,1646822353,47.74308,8.99893\n2064,1646822354,47.74304,8.99891\n2065,1646822355,47.74303,8.99890\n2066,1646822356,47.74302,8.99889\n2067,1646822357,47.74302,8.99889\n2068,1646822358,47.74303,8.99889\n2069,1646822359,47.74307,8.99887\n2070,1646822361,47.74308,8.99886\n2071,1646822381,47.74301,8.99894\n2072,1646822382,47.74302,8.99895\n2073,1646822383,47.74304,8.99896\n2074,1646822384,47.74302,8.99893\n2075,1646822385,47.74303,8.99893\n2076,1646822386,47.74302,8.99893\n2077,1646822387,47.74302,8.99893\n2078,1646822388,47.74301,8.99893\n2079,1646822389,47.74310,8.99892\n2080,1646822391,47.74310,8.99893\n2081,1646822410,47.74337,8.99911\n2082,1646822411,47.74332,8.99908\n2083,1646822412,47.74327,8.99905\n2084,1646822413,47.74323,8.99902\n2085,1646822414,47.74320,8.99899\n2086,1646822415,47.74317,8.99896\n2087,1646822416,47.74315,8.99895\n2088,1646822417,47.74313,8.99894\n2089,1646822418,47.74312,8.99893\n2090,1646822419,47.74311,8.99892\n2091,1646822437,47.74288,8.99883\n2092,1646822438,47.74277,8.99882\n2093,1646822439,47.74281,8.99883\n2094,1646822440,47.74285,8.99886\n2095,1646822441,47.74286,8.99888\n2096,1646822442,47.74287,8.99890\n2097,1646822443,47.74287,8.99891\n2098,1646822444,47.74291,8.99894\n2099,1646822445,47.74294,8.99895\n2100,1646822446,47.74295,8.99896\n2101,1646822468,47.74311,8.99888\n2102,1646822469,47.74307,8.99887\n2103,1646822470,47.74314,8.99889\n2104,1646822471,47.74318,8.99891\n2105,1646822472,47.74320,8.99892\n2106,1646822473,47.74314,8.99893\n2107,1646822474,47.74310,8.99894\n2108,1646822476,47.74310,8.99894\n2109,1646822477,47.74310,8.99894\n2110,1646822478,47.74311,8.99894\n2111,1646822498,47.74299,8.99899\n2112,1646822499,47.74301,8.99901\n2113,1646822501,47.74291,8.99898\n2114,1646822502,47.74292,8.99897\n2115,1646822503,47.74291,8.99897\n2116,1646822504,47.74292,8.99897\n2117,1646822505,47.74293,8.99897\n2118,1646822506,47.74294,8.99897\n2119,1646822507,47.74294,8.99897\n2120,1646822508,47.74293,8.99897\n2121,1646822530,47.74308,8.99893\n2122,1646822531,47.74312,8.99892\n2123,1646822532,47.74313,8.99891\n2124,1646822533,47.74314,8.99892\n2125,1646822534,47.74311,8.99891\n2126,1646822535,47.74310,8.99892\n2127,1646822536,47.74309,8.99892\n2128,1646822537,47.74307,8.99892\n2129,1646822538,47.74305,8.99892\n2130,1646822539,47.74303,8.99892\n2131,1646822561,47.74286,8.99890\n2132,1646822562,47.74288,8.99890\n2133,1646822563,47.74289,8.99890\n2134,1646822564,47.74290,8.99891\n2135,1646822565,47.74295,8.99892\n2136,1646822566,47.74298,8.99893\n2137,1646822567,47.74301,8.99894\n2138,1646822568,47.74303,8.99894\n2139,1646822569,47.74309,8.99890\n2140,1646822571,47.74312,8.99891\n2141,1646822595,47.74314,8.99895\n2142,1646822596,47.74316,8.99896\n2143,1646822597,47.74318,8.99897\n2144,1646822598,47.74320,8.99896\n2145,1646822599,47.74317,8.99906\n2146,1646822601,47.74317,8.99903\n2147,1646822602,47.74317,8.99901\n2148,1646822603,47.74316,8.99900\n2149,1646822604,47.74314,8.99898\n2150,1646822605,47.74313,8.99897\n2151,1646822632,47.74320,8.99891\n2152,1646822633,47.74320,8.99892\n2153,1646822635,47.74317,8.99890\n2154,1646822636,47.74316,8.99889\n2155,1646822637,47.74313,8.99887\n2156,1646822638,47.74310,8.99886\n2157,1646822639,47.74309,8.99886\n2158,1646822640,47.74307,8.99885\n2159,1646822641,47.74301,8.99888\n2160,1646822642,47.74300,8.99889\n2161,1646822665,47.74300,8.99922\n2162,1646822666,47.74297,8.99918\n2163,1646822667,47.74297,8.99918\n2164,1646822668,47.74297,8.99918\n2165,1646822669,47.74297,8.99917\n2166,1646822670,47.74297,8.99918\n2167,1646822671,47.74301,8.99887\n2168,1646822673,47.74301,8.99889\n2169,1646822674,47.74301,8.99890\n2170,1646822675,47.74302,8.99891\n2171,1646822697,47.74297,8.99914\n2172,1646822698,47.74296,8.99911\n2173,1646822699,47.74295,8.99909\n2174,1646822700,47.74296,8.99909\n2175,1646822701,47.74307,8.99903\n2176,1646822703,47.74307,8.99903\n2177,1646822704,47.74308,8.99903\n2178,1646822705,47.74308,8.99902\n2179,1646822706,47.74309,8.99903\n2180,1646822707,47.74309,8.99902\n2181,1646822724,47.74277,8.99863\n2182,1646822725,47.74291,8.99897\n2183,1646822727,47.74294,8.99899\n2184,1646822728,47.74296,8.99900\n2185,1646822729,47.74298,8.99901\n2186,1646822730,47.74298,8.99900\n2187,1646822731,47.74298,8.99899\n2188,1646822732,47.74298,8.99897\n2189,1646822733,47.74297,8.99896\n2190,1646822734,47.74297,8.99895\n2191,1646822757,47.74296,8.99914\n2192,1646822758,47.74295,8.99908\n2193,1646822759,47.74293,8.99903\n2194,1646822760,47.74293,8.99902\n2195,1646822761,47.74293,8.99885\n2196,1646822763,47.74295,8.99887\n2197,1646822764,47.74294,8.99885\n2198,1646822765,47.74295,8.99885\n2199,1646822766,47.74294,8.99883\n2200,1646822767,47.74294,8.99883\n2201,1646822784,47.74284,8.99868\n2202,1646822784,47.74284,8.99873\n2203,1646822787,47.74292,8.99885\n2204,1646822788,47.74293,8.99886\n2205,1646822789,47.74293,8.99887\n2206,1646822790,47.74293,8.99887\n2207,1646822791,47.74294,8.99888\n2208,1646822792,47.74294,8.99888\n2209,1646822793,47.74295,8.99888\n2210,1646822794,47.74295,8.99889\n2211,1646822815,47.74286,8.99902\n2212,1646822816,47.74286,8.99901\n2213,1646822817,47.74286,8.99901\n2214,1646822818,47.74286,8.99900\n2215,1646822819,47.74287,8.99900\n2216,1646822820,47.74288,8.99900\n2217,1646822821,47.74292,8.99879\n2218,1646822823,47.74292,8.99877\n2219,1646822824,47.74291,8.99877\n2220,1646822825,47.74290,8.99876\n2221,1646822842,47.74318,8.99903\n2222,1646822842,47.74317,8.99905\n2223,1646822845,47.74312,8.99901\n2224,1646822846,47.74311,8.99899\n2225,1646822847,47.74309,8.99897\n2226,1646822848,47.74308,8.99895\n2227,1646822849,47.74307,8.99895\n2228,1646822850,47.74306,8.99895\n2229,1646822851,47.74306,8.99895\n2230,1646822852,47.74304,8.99892\n2231,1646822872,47.74311,8.99896\n2232,1646822873,47.74307,8.99895\n2233,1646822874,47.74304,8.99894\n2234,1646822875,47.74303,8.99893\n2235,1646822876,47.74301,8.99893\n2236,1646822877,47.74300,8.99893\n2237,1646822878,47.74300,8.99894\n2238,1646822879,47.74301,8.99896\n2239,1646822880,47.74302,8.99897\n2240,1646822881,47.74304,8.99897\n2241,1646822899,47.74314,8.99899\n2242,1646822900,47.74310,8.99897\n2243,1646822901,47.74307,8.99897\n2244,1646822902,47.74305,8.99897\n2245,1646822903,47.74302,8.99897\n2246,1646822904,47.74300,8.99897\n2247,1646822905,47.74298,8.99896\n2248,1646822906,47.74297,8.99896\n2249,1646822907,47.74296,8.99895\n2250,1646822908,47.74295,8.99895\n2251,1646822929,47.74286,8.99890\n2252,1646822930,47.74286,8.99891\n2253,1646822931,47.74286,8.99891\n2254,1646822932,47.74287,8.99892\n2255,1646822933,47.74290,8.99894\n2256,1646822934,47.74289,8.99895\n2257,1646822935,47.74293,8.99897\n2258,1646822936,47.74302,8.99891\n2259,1646822938,47.74301,8.99890\n2260,1646822939,47.74301,8.99890\n2261,1646822956,47.74315,8.99903\n2262,1646822956,47.74316,8.99906\n2263,1646822959,47.74305,8.99897\n2264,1646822960,47.74302,8.99894\n2265,1646822961,47.74300,8.99892\n2266,1646822962,47.74299,8.99890\n2267,1646822963,47.74298,8.99889\n2268,1646822964,47.74298,8.99888\n2269,1646822965,47.74298,8.99887\n2270,1646822966,47.74298,8.99886\n2271,1646822984,47.74293,8.99903\n2272,1646822985,47.74301,8.99896\n2273,1646822986,47.74300,8.99896\n2274,1646822987,47.74300,8.99896\n2275,1646822988,47.74299,8.99896\n2276,1646822989,47.74304,8.99899\n2277,1646822990,47.74304,8.99899\n2278,1646822991,47.74303,8.99900\n2279,1646822992,47.74303,8.99900\n2280,1646822993,47.74301,8.99901\n2281,1646823014,47.74295,8.99897\n2282,1646823015,47.74296,8.99898\n2283,1646823016,47.74299,8.99900\n2284,1646823017,47.74299,8.99899\n2285,1646823018,47.74299,8.99899\n2286,1646823019,47.74305,8.99894\n2287,1646823021,47.74305,8.99893\n2288,1646823022,47.74305,8.99893\n2289,1646823023,47.74306,8.99893\n2290,1646823024,47.74306,8.99892\n2291,1646823041,47.74309,8.99900\n2292,1646823041,47.74309,8.99901\n2293,1646823044,47.74306,8.99892\n2294,1646823045,47.74305,8.99891\n2295,1646823046,47.74305,8.99890\n2296,1646823047,47.74305,8.99890\n2297,1646823048,47.74305,8.99889\n2298,1646823049,47.74305,8.99889\n2299,1646823050,47.74305,8.99889\n2300,1646823051,47.74304,8.99888\n2301,1646823071,47.74273,8.99879\n2302,1646823072,47.74271,8.99880\n2303,1646823073,47.74270,8.99880\n2304,1646823074,47.74270,8.99880\n2305,1646823075,47.74270,8.99879\n2306,1646823076,47.74270,8.99879\n2307,1646823077,47.74271,8.99878\n2308,1646823078,47.74272,8.99878\n2309,1646823079,47.74292,8.99866\n2310,1646823081,47.74293,8.99869\n2311,1646823101,47.74298,8.99903\n2312,1646823102,47.74296,8.99902\n2313,1646823103,47.74295,8.99901\n2314,1646823104,47.74295,8.99900\n2315,1646823105,47.74296,8.99900\n2316,1646823106,47.74298,8.99900\n2317,1646823107,47.74298,8.99900\n2318,1646823108,47.74298,8.99900\n2319,1646823109,47.74301,8.99896\n2320,1646823111,47.74301,8.99896\n2321,1646823137,47.74310,8.99872\n2322,1646823138,47.74308,8.99874\n2323,1646823139,47.74299,8.99879\n2324,1646823141,47.74299,8.99880\n2325,1646823142,47.74300,8.99881\n2326,1646823143,47.74300,8.99881\n2327,1646823144,47.74300,8.99881\n2328,1646823145,47.74301,8.99881\n2329,1646823146,47.74301,8.99882\n2330,1646823147,47.74301,8.99882\n2331,1646823169,47.74290,8.99893\n2332,1646823170,47.74292,8.99895\n2333,1646823171,47.74293,8.99895\n2334,1646823172,47.74293,8.99895\n2335,1646823173,47.74292,8.99896\n2336,1646823174,47.74290,8.99896\n2337,1646823175,47.74300,8.99878\n2338,1646823177,47.74300,8.99880\n2339,1646823178,47.74300,8.99882\n2340,1646823179,47.74300,8.99883\n2341,1646823201,47.74294,8.99890\n2342,1646823202,47.74294,8.99890\n2343,1646823203,47.74291,8.99889\n2344,1646823204,47.74290,8.99889\n2345,1646823205,47.74298,8.99884\n2346,1646823207,47.74297,8.99883\n2347,1646823208,47.74298,8.99883\n2348,1646823209,47.74298,8.99883\n2349,1646823210,47.74298,8.99884\n2350,1646823211,47.74299,8.99885\n2351,1646823231,47.74297,8.99887\n2352,1646823232,47.74298,8.99886\n2353,1646823233,47.74299,8.99886\n2354,1646823234,47.74299,8.99886\n2355,1646823235,47.74299,8.99885\n2356,1646823236,47.74298,8.99885\n2357,1646823237,47.74298,8.99884\n2358,1646823238,47.74298,8.99884\n2359,1646823239,47.74298,8.99885\n2360,1646823240,47.74298,8.99886\n2361,1646823265,47.74306,8.99896\n2362,1646823266,47.74305,8.99894\n2363,1646823268,47.74304,8.99892\n2364,1646823269,47.74305,8.99891\n2365,1646823270,47.74305,8.99890\n2366,1646823271,47.74305,8.99889\n2367,1646823272,47.74304,8.99889\n2368,1646823273,47.74304,8.99889\n2369,1646823274,47.74304,8.99888\n2370,1646823275,47.74304,8.99888\n2371,1646823292,47.74305,8.99899\n2372,1646823292,47.74307,8.99897\n2373,1646823295,47.74301,8.99890\n2374,1646823296,47.74300,8.99887\n2375,1646823297,47.74299,8.99885\n2376,1646823298,47.74299,8.99884\n2377,1646823299,47.74299,8.99883\n2378,1646823300,47.74299,8.99883\n2379,1646823301,47.74299,8.99883\n2380,1646823302,47.74298,8.99883\n2381,1646823320,47.74308,8.99898\n2382,1646823321,47.74305,8.99900\n2383,1646823322,47.74304,8.99901\n2384,1646823323,47.74302,8.99901\n2385,1646823324,47.74299,8.99900\n2386,1646823325,47.74299,8.99900\n2387,1646823326,47.74300,8.99899\n2388,1646823327,47.74300,8.99898\n2389,1646823328,47.74301,8.99898\n2390,1646823329,47.74300,8.99898\n2391,1646823347,47.74281,8.99896\n2392,1646823348,47.74288,8.99894\n2393,1646823349,47.74285,8.99891\n2394,1646823350,47.74286,8.99889\n2395,1646823351,47.74286,8.99886\n2396,1646823352,47.74286,8.99883\n2397,1646823353,47.74287,8.99882\n2398,1646823354,47.74288,8.99879\n2399,1646823355,47.74297,8.99874\n2400,1646823357,47.74296,8.99873\n2401,1646823379,47.74322,8.99891\n2402,1646823380,47.74323,8.99888\n2403,1646823381,47.74321,8.99884\n2404,1646823382,47.74320,8.99881\n2405,1646823383,47.74319,8.99880\n2406,1646823384,47.74319,8.99878\n2407,1646823387,47.74301,8.99882\n2408,1646823388,47.74303,8.99883\n2409,1646823389,47.74303,8.99883\n2410,1646823390,47.74302,8.99882\n2411,1646823407,47.74308,8.99889\n2412,1646823407,47.74306,8.99888\n2413,1646823411,47.74304,8.99886\n2414,1646823412,47.74302,8.99883\n2415,1646823413,47.74300,8.99881\n2416,1646823414,47.74299,8.99877\n2417,1646823415,47.74297,8.99874\n2418,1646823416,47.74295,8.99871\n2419,1646823417,47.74294,8.99869\n2420,1646823418,47.74294,8.99868\n2421,1646823440,47.74291,8.99878\n2422,1646823441,47.74290,8.99877\n2423,1646823442,47.74291,8.99876\n2424,1646823443,47.74291,8.99875\n2425,1646823444,47.74290,8.99873\n2426,1646823445,47.74300,8.99870\n2427,1646823447,47.74298,8.99869\n2428,1646823448,47.74297,8.99870\n2429,1646823449,47.74296,8.99869\n2430,1646823450,47.74296,8.99870\n2431,1646823475,47.74334,8.99930\n2432,1646823477,47.74333,8.99931\n2433,1646823478,47.74332,8.99932\n2434,1646823479,47.74331,8.99932\n2435,1646823480,47.74331,8.99931\n2436,1646823481,47.74330,8.99930\n2437,1646823482,47.74329,8.99929\n2438,1646823483,47.74329,8.99928\n2439,1646823484,47.74328,8.99928\n2440,1646823485,47.74328,8.99926\n2441,1646823502,47.74295,8.99886\n2442,1646823502,47.74288,8.99880\n2443,1646823505,47.74297,8.99890\n2444,1646823506,47.74300,8.99892\n2445,1646823507,47.74301,8.99894\n2446,1646823508,47.74302,8.99895\n2447,1646823509,47.74303,8.99898\n2448,1646823510,47.74305,8.99899\n2449,1646823511,47.74306,8.99901\n2450,1646823512,47.74307,8.99902\n2451,1646823531,47.74271,8.99879\n2452,1646823532,47.74286,8.99886\n2453,1646823533,47.74291,8.99887\n2454,1646823534,47.74292,8.99888\n2455,1646823535,47.74293,8.99889\n2456,1646823536,47.74294,8.99889\n2457,1646823537,47.74295,8.99889\n2458,1646823538,47.74296,8.99890\n2459,1646823539,47.74296,8.99891\n2460,1646823540,47.74297,8.99892\n2461,1646823564,47.74245,8.99870\n2462,1646823567,47.74290,8.99872\n2463,1646823568,47.74290,8.99873\n2464,1646823569,47.74291,8.99873\n2465,1646823570,47.74291,8.99874\n2466,1646823571,47.74294,8.99879\n2467,1646823572,47.74297,8.99883\n2468,1646823573,47.74299,8.99886\n2469,1646823574,47.74300,8.99888\n2470,1646823575,47.74300,8.99890\n2471,1646823592,47.74315,8.99889\n2472,1646823592,47.74312,8.99890\n2473,1646823596,47.74307,8.99889\n2474,1646823597,47.74306,8.99889\n2475,1646823598,47.74305,8.99887\n2476,1646823599,47.74304,8.99886\n2477,1646823600,47.74303,8.99885\n2478,1646823601,47.74302,8.99883\n2479,1646823602,47.74301,8.99882\n2480,1646823603,47.74301,8.99882\n2481,1646823628,47.74300,8.99898\n2482,1646823638,47.74318,8.99912\n2483,1646823639,47.74319,8.99913\n2484,1646823640,47.74319,8.99913\n2485,1646823641,47.74319,8.99913\n2486,1646823642,47.74319,8.99913\n2487,1646823643,47.74318,8.99912\n2488,1646823644,47.74318,8.99911\n2489,1646823645,47.74317,8.99910\n2490,1646823646,47.74317,8.99909\n2491,1646823666,47.74356,8.99905\n2492,1646823667,47.74358,8.99909\n2493,1646823668,47.74354,8.99909\n2494,1646823675,47.74323,8.99915\n2495,1646823676,47.74322,8.99915\n2496,1646823677,47.74321,8.99914\n2497,1646823678,47.74322,8.99914\n2498,1646823679,47.74323,8.99916\n2499,1646823680,47.74323,8.99917\n2500,1646823681,47.74324,8.99919\n2501,1646823701,47.74322,8.99902\n2502,1646823702,47.74318,8.99902\n2503,1646823703,47.74315,8.99903\n2504,1646823712,47.74319,8.99918\n2505,1646823713,47.74318,8.99918\n2506,1646823714,47.74320,8.99919\n2507,1646823715,47.74320,8.99920\n2508,1646823716,47.74320,8.99919\n2509,1646823717,47.74321,8.99920\n2510,1646823718,47.74322,8.99920\n2511,1646823761,47.74332,8.99924\n2512,1646823762,47.74332,8.99925\n2513,1646823765,47.74332,8.99926\n2514,1646823766,47.74332,8.99926\n2515,1646823767,47.74332,8.99926\n2516,1646823768,47.74331,8.99926\n2517,1646823769,47.74322,8.99915\n2518,1646823770,47.74320,8.99912\n2519,1646823771,47.74319,8.99911\n2520,1646823772,47.74319,8.99910\n2521,1646823792,47.74295,8.99883\n2522,1646823793,47.74295,8.99886\n2523,1646823794,47.74296,8.99890\n2524,1646823795,47.74297,8.99892\n2525,1646823796,47.74298,8.99894\n2526,1646823797,47.74298,8.99895\n2527,1646823798,47.74299,8.99897\n2528,1646823799,47.74302,8.99889\n2529,1646823801,47.74302,8.99890\n2530,1646823802,47.74302,8.99890\n2531,1646823820,47.74296,8.99881\n2532,1646823821,47.74300,8.99893\n2533,1646823822,47.74300,8.99896\n2534,1646823823,47.74300,8.99901\n2535,1646823824,47.74299,8.99904\n2536,1646823825,47.74298,8.99899\n2537,1646823826,47.74299,8.99897\n2538,1646823827,47.74300,8.99898\n2539,1646823828,47.74301,8.99899\n2540,1646823829,47.74303,8.99895\n2541,1646823847,47.74301,8.99891\n2542,1646823848,47.74304,8.99898\n2543,1646823849,47.74305,8.99898\n2544,1646823850,47.74307,8.99899\n2545,1646823851,47.74308,8.99900\n2546,1646823852,47.74308,8.99900\n2547,1646823853,47.74308,8.99901\n2548,1646823854,47.74308,8.99902\n2549,1646823855,47.74309,8.99903\n2550,1646823856,47.74308,8.99903\n2551,1646823875,47.74288,8.99877\n2552,1646823876,47.74305,8.99895\n2553,1646823877,47.74305,8.99896\n2554,1646823878,47.74306,8.99897\n2555,1646823879,47.74307,8.99898\n2556,1646823880,47.74306,8.99898\n2557,1646823881,47.74305,8.99899\n2558,1646823882,47.74305,8.99900\n2559,1646823883,47.74305,8.99901\n2560,1646823883,47.74306,8.99898\n2561,1646823903,47.74312,8.99921\n2562,1646823904,47.74313,8.99920\n2563,1646823905,47.74312,8.99918\n2564,1646823906,47.74312,8.99917\n2565,1646823907,47.74312,8.99916\n2566,1646823908,47.74312,8.99915\n2567,1646823909,47.74311,8.99914\n2568,1646823910,47.74311,8.99913\n2569,1646823911,47.74310,8.99913\n2570,1646823912,47.74310,8.99912\n2571,1646823930,47.74333,8.99924\n2572,1646823931,47.74316,8.99918\n2573,1646823932,47.74317,8.99919\n2574,1646823933,47.74315,8.99918\n2575,1646823934,47.74315,8.99918\n2576,1646823935,47.74315,8.99918\n2577,1646823936,47.74315,8.99917\n2578,1646823937,47.74315,8.99916\n2579,1646823938,47.74314,8.99915\n2580,1646823939,47.74313,8.99915\n2581,1646823959,47.74329,8.99933\n2582,1646823960,47.74308,8.99920\n2583,1646823961,47.74308,8.99921\n2584,1646823962,47.74309,8.99921\n2585,1646823963,47.74309,8.99921\n2586,1646823964,47.74309,8.99921\n2587,1646823965,47.74309,8.99921\n2588,1646823966,47.74309,8.99920\n2589,1646823967,47.74309,8.99919\n2590,1646823968,47.74311,8.99913\n2591,1646823988,47.74290,8.99896\n2592,1646823989,47.74293,8.99898\n2593,1646823990,47.74294,8.99899\n2594,1646823991,47.74296,8.99901\n2595,1646823992,47.74298,8.99902\n2596,1646823993,47.74299,8.99904\n2597,1646823994,47.74300,8.99905\n2598,1646823995,47.74302,8.99906\n2599,1646823996,47.74303,8.99907\n2600,1646823997,47.74307,8.99904\n2601,1646824016,47.74298,8.99892\n2602,1646824017,47.74299,8.99893\n2603,1646824018,47.74299,8.99893\n2604,1646824019,47.74300,8.99894\n2605,1646824020,47.74301,8.99895\n2606,1646824021,47.74302,8.99896\n2607,1646824022,47.74302,8.99896\n2608,1646824023,47.74302,8.99897\n2609,1646824024,47.74303,8.99898\n2610,1646824025,47.74303,8.99899\n2611,1646824044,47.74329,8.99930\n2612,1646824045,47.74316,8.99920\n2613,1646824046,47.74315,8.99919\n2614,1646824047,47.74313,8.99917\n2615,1646824048,47.74313,8.99917\n2616,1646824049,47.74313,8.99916\n2617,1646824050,47.74313,8.99915\n2618,1646824051,47.74312,8.99914\n2619,1646824052,47.74313,8.99913\n2620,1646824054,47.74312,8.99912\n2621,1646824073,47.74294,8.99901\n2622,1646824074,47.74297,8.99903\n2623,1646824075,47.74297,8.99903\n2624,1646824076,47.74297,8.99903\n2625,1646824077,47.74298,8.99903\n2626,1646824078,47.74299,8.99903\n2627,1646824079,47.74300,8.99903\n2628,1646824080,47.74302,8.99905\n2629,1646824081,47.74306,8.99903\n2630,1646824083,47.74306,8.99903\n2631,1646824101,47.74312,8.99923\n2632,1646824102,47.74310,8.99912\n2633,1646824103,47.74311,8.99912\n2634,1646824104,47.74312,8.99912\n2635,1646824105,47.74312,8.99911\n2636,1646824106,47.74312,8.99911\n2637,1646824107,47.74311,8.99909\n2638,1646824108,47.74309,8.99908\n2639,1646824109,47.74308,8.99907\n2640,1646824110,47.74308,8.99906\n2641,1646824128,47.74326,8.99967\n2642,1646824129,47.74324,8.99923\n2643,1646824130,47.74323,8.99921\n2644,1646824131,47.74321,8.99918\n2645,1646824132,47.74320,8.99917\n2646,1646824133,47.74318,8.99915\n2647,1646824134,47.74316,8.99913\n2648,1646824135,47.74316,8.99913\n2649,1646824136,47.74315,8.99911\n2650,1646824137,47.74314,8.99911\n2651,1646824157,47.74307,8.99914\n2652,1646824158,47.74303,8.99909\n2653,1646824159,47.74303,8.99908\n2654,1646824160,47.74303,8.99909\n2655,1646824161,47.74304,8.99910\n2656,1646824162,47.74305,8.99910\n2657,1646824163,47.74306,8.99911\n2658,1646824164,47.74307,8.99911\n2659,1646824165,47.74308,8.99912\n2660,1646824166,47.74310,8.99908\n2661,1646824184,47.74314,8.99921\n2662,1646824185,47.74308,8.99912\n2663,1646824186,47.74308,8.99911\n2664,1646824187,47.74310,8.99911\n2665,1646824188,47.74310,8.99910\n2666,1646824189,47.74310,8.99909\n2667,1646824190,47.74310,8.99909\n2668,1646824191,47.74310,8.99908\n2669,1646824192,47.74310,8.99908\n2670,1646824193,47.74310,8.99907\n2671,1646824211,47.74310,8.99940\n2672,1646824212,47.74299,8.99900\n2673,1646824213,47.74296,8.99897\n2674,1646824214,47.74295,8.99895\n2675,1646824215,47.74294,8.99895\n2676,1646824216,47.74295,8.99895\n2677,1646824217,47.74295,8.99895\n2678,1646824218,47.74296,8.99895\n2679,1646824219,47.74298,8.99896\n2680,1646824221,47.74299,8.99896\n2681,1646824240,47.74305,8.99904\n2682,1646824241,47.74306,8.99905\n2683,1646824242,47.74307,8.99906\n2684,1646824243,47.74309,8.99906\n2685,1646824244,47.74308,8.99905\n2686,1646824245,47.74307,8.99903\n2687,1646824246,47.74306,8.99902\n2688,1646824247,47.74306,8.99902\n2689,1646824248,47.74305,8.99901\n2690,1646824249,47.74305,8.99901\n2691,1646824268,47.74303,8.99898\n2692,1646824269,47.74302,8.99899\n2693,1646824270,47.74302,8.99898\n2694,1646824271,47.74302,8.99899\n2695,1646824272,47.74303,8.99900\n2696,1646824273,47.74304,8.99901\n2697,1646824274,47.74304,8.99902\n2698,1646824275,47.74304,8.99902\n2699,1646824276,47.74305,8.99903\n2700,1646824277,47.74305,8.99903\n2701,1646824296,47.74304,8.99914\n2702,1646824297,47.74305,8.99904\n2703,1646824298,47.74307,8.99906\n2704,1646824299,47.74307,8.99905\n2705,1646824300,47.74307,8.99905\n2706,1646824301,47.74308,8.99905\n2707,1646824302,47.74308,8.99905\n2708,1646824303,47.74308,8.99906\n2709,1646824304,47.74310,8.99905\n2710,1646824306,47.74311,8.99906\n2711,1646824324,47.74323,8.99906\n2712,1646824325,47.74317,8.99915\n2713,1646824326,47.74317,8.99914\n2714,1646824327,47.74316,8.99913\n2715,1646824328,47.74315,8.99912\n2716,1646824329,47.74315,8.99911\n2717,1646824330,47.74314,8.99910\n2718,1646824331,47.74314,8.99910\n2719,1646824332,47.74314,8.99909\n2720,1646824333,47.74314,8.99909\n2721,1646824351,47.74307,8.99904\n2722,1646824352,47.74307,8.99904\n2723,1646824353,47.74307,8.99904\n2724,1646824354,47.74306,8.99904\n2725,1646824355,47.74306,8.99904\n2726,1646824356,47.74306,8.99904\n2727,1646824357,47.74306,8.99905\n2728,1646824358,47.74306,8.99905\n2729,1646824359,47.74306,8.99904\n2730,1646824360,47.74306,8.99904\n2731,1646824379,47.74318,8.99918\n2732,1646824380,47.74316,8.99916\n2733,1646824381,47.74316,8.99915\n2734,1646824382,47.74316,8.99913\n2735,1646824383,47.74315,8.99912\n2736,1646824384,47.74315,8.99911\n2737,1646824385,47.74314,8.99911\n2738,1646824386,47.74314,8.99910\n2739,1646824387,47.74314,8.99908\n2740,1646824389,47.74314,8.99908\n2741,1646824407,47.74315,8.99908\n2742,1646824408,47.74316,8.99910\n2743,1646824409,47.74315,8.99909\n2744,1646824410,47.74315,8.99909\n2745,1646824411,47.74315,8.99909\n2746,1646824412,47.74315,8.99908\n2747,1646824413,47.74314,8.99908\n2748,1646824414,47.74314,8.99908\n2749,1646824415,47.74313,8.99907\n2750,1646824416,47.74312,8.99907\n2751,1646824434,47.74310,8.99907\n2752,1646824435,47.74311,8.99906\n2753,1646824436,47.74312,8.99906\n2754,1646824437,47.74313,8.99906\n2755,1646824438,47.74313,8.99907\n2756,1646824439,47.74313,8.99906\n2757,1646824440,47.74313,8.99906\n2758,1646824441,47.74313,8.99904\n2759,1646824443,47.74313,8.99903\n2760,1646824444,47.74313,8.99903\n2761,1646824462,47.74314,8.99900\n2762,1646824463,47.74315,8.99905\n2763,1646824464,47.74316,8.99905\n2764,1646824465,47.74316,8.99905\n2765,1646824466,47.74316,8.99904\n2766,1646824467,47.74315,8.99904\n2767,1646824468,47.74314,8.99904\n2768,1646824469,47.74315,8.99905\n2769,1646824470,47.74315,8.99905\n2770,1646824471,47.74315,8.99905\n2771,1646824489,47.74347,8.99930\n2772,1646824490,47.74331,8.99923\n2773,1646824491,47.74328,8.99920\n2774,1646824492,47.74326,8.99918\n2775,1646824493,47.74325,8.99916\n2776,1646824494,47.74324,8.99915\n2777,1646824495,47.74322,8.99913\n2778,1646824496,47.74322,8.99913\n2779,1646824497,47.74321,8.99912\n2780,1646824498,47.74320,8.99911\n2781,1646824517,47.74316,8.99906\n2782,1646824518,47.74316,8.99906\n2783,1646824519,47.74316,8.99906\n2784,1646824520,47.74315,8.99907\n2785,1646824521,47.74315,8.99907\n2786,1646824522,47.74315,8.99907\n2787,1646824523,47.74315,8.99907\n2788,1646824524,47.74314,8.99906\n2789,1646824525,47.74314,8.99906\n2790,1646824526,47.74315,8.99905\n2791,1646824545,47.74314,8.99913\n2792,1646824546,47.74313,8.99912\n2793,1646824547,47.74312,8.99909\n2794,1646824548,47.74311,8.99907\n2795,1646824549,47.74310,8.99907\n2796,1646824550,47.74310,8.99906\n2797,1646824551,47.74310,8.99905\n2798,1646824552,47.74310,8.99905\n2799,1646824553,47.74310,8.99905\n2800,1646824554,47.74309,8.99904\n2801,1646824572,47.74304,8.99881\n2802,1646824573,47.74307,8.99903\n2803,1646824574,47.74307,8.99903\n2804,1646824575,47.74308,8.99904\n2805,1646824576,47.74309,8.99904\n2806,1646824577,47.74309,8.99904\n2807,1646824578,47.74309,8.99904\n2808,1646824579,47.74309,8.99904\n2809,1646824580,47.74309,8.99903\n2810,1646824581,47.74308,8.99901\n2811,1646824601,47.74293,8.99895\n2812,1646824602,47.74305,8.99903\n2813,1646824603,47.74306,8.99902\n2814,1646824604,47.74306,8.99903\n2815,1646824605,47.74307,8.99902\n2816,1646824606,47.74307,8.99902\n2817,1646824607,47.74307,8.99902\n2818,1646824608,47.74307,8.99902\n2819,1646824609,47.74306,8.99902\n2820,1646824610,47.74308,8.99897\n2821,1646824628,47.74312,8.99925\n2822,1646824629,47.74316,8.99916\n2823,1646824630,47.74316,8.99915\n2824,1646824631,47.74314,8.99913\n2825,1646824632,47.74313,8.99912\n2826,1646824633,47.74313,8.99912\n2827,1646824634,47.74312,8.99910\n2828,1646824635,47.74311,8.99910\n2829,1646824636,47.74311,8.99909\n2830,1646824637,47.74311,8.99909\n2831,1646824655,47.74308,8.99887\n2832,1646824656,47.74311,8.99895\n2833,1646824657,47.74309,8.99908\n2834,1646824658,47.74308,8.99909\n2835,1646824659,47.74308,8.99909\n2836,1646824660,47.74308,8.99910\n2837,1646824661,47.74308,8.99912\n2838,1646824662,47.74308,8.99913\n2839,1646824663,47.74313,8.99906\n2840,1646824665,47.74314,8.99907\n2841,1646824684,47.74314,8.99899\n2842,1646824685,47.74314,8.99900\n2843,1646824686,47.74314,8.99900\n2844,1646824687,47.74313,8.99901\n2845,1646824688,47.74313,8.99902\n2846,1646824689,47.74313,8.99902\n2847,1646824690,47.74313,8.99903\n2848,1646824691,47.74313,8.99903\n2849,1646824692,47.74312,8.99903\n2850,1646824693,47.74313,8.99899\n2851,1646824711,47.74308,8.99894\n2852,1646824712,47.74310,8.99899\n2853,1646824713,47.74311,8.99902\n2854,1646824714,47.74312,8.99903\n2855,1646824715,47.74312,8.99904\n2856,1646824716,47.74313,8.99905\n2857,1646824717,47.74313,8.99905\n2858,1646824718,47.74313,8.99905\n2859,1646824719,47.74313,8.99905\n2860,1646824720,47.74313,8.99905\n2861,1646824740,47.74321,8.99915\n2862,1646824741,47.74320,8.99913\n2863,1646824742,47.74319,8.99912\n2864,1646824743,47.74320,8.99913\n2865,1646824744,47.74318,8.99912\n2866,1646824745,47.74318,8.99913\n2867,1646824746,47.74317,8.99913\n2868,1646824747,47.74317,8.99913\n2869,1646824748,47.74318,8.99908\n2870,1646824750,47.74318,8.99908\n2871,1646824768,47.74331,8.99931\n2872,1646824769,47.74324,8.99921\n2873,1646824770,47.74322,8.99919\n2874,1646824771,47.74320,8.99918\n2875,1646824772,47.74319,8.99917\n2876,1646824773,47.74318,8.99916\n2877,1646824774,47.74318,8.99916\n2878,1646824775,47.74318,8.99916\n2879,1646824776,47.74319,8.99916\n2880,1646824777,47.74320,8.99911\n2881,1646824795,47.74311,8.99923\n2882,1646824796,47.74316,8.99912\n2883,1646824797,47.74316,8.99912\n2884,1646824798,47.74317,8.99912\n2885,1646824799,47.74317,8.99912\n2886,1646824800,47.74318,8.99912\n2887,1646824801,47.74318,8.99912\n2888,1646824802,47.74318,8.99911\n2889,1646824803,47.74317,8.99911\n2890,1646824804,47.74317,8.99912\n2891,1646824822,47.74347,8.99938\n2892,1646824823,47.74307,8.99902\n2893,1646824824,47.74309,8.99902\n2894,1646824825,47.74310,8.99902\n2895,1646824826,47.74311,8.99903\n2896,1646824827,47.74312,8.99903\n2897,1646824828,47.74313,8.99904\n2898,1646824829,47.74314,8.99904\n2899,1646824830,47.74314,8.99904\n2900,1646824831,47.74314,8.99903\n2901,1646824850,47.74317,8.99915\n2902,1646824851,47.74324,8.99919\n2903,1646824852,47.74319,8.99914\n2904,1646824853,47.74319,8.99912\n2905,1646824854,47.74318,8.99911\n2906,1646824855,47.74317,8.99910\n2907,1646824856,47.74316,8.99910\n2908,1646824857,47.74316,8.99909\n2909,1646824858,47.74316,8.99909\n2910,1646824859,47.74315,8.99908\n2911,1646824878,47.74321,8.99912\n2912,1646824879,47.74320,8.99911\n2913,1646824880,47.74318,8.99910\n2914,1646824881,47.74319,8.99910\n2915,1646824882,47.74318,8.99909\n2916,1646824883,47.74315,8.99906\n2917,1646824884,47.74315,8.99907\n2918,1646824885,47.74314,8.99907\n2919,1646824887,47.74314,8.99907\n2920,1646824888,47.74314,8.99907\n2921,1646824908,47.74306,8.99902\n2922,1646824909,47.74306,8.99901\n2923,1646824910,47.74307,8.99902\n2924,1646824911,47.74308,8.99901\n2925,1646824912,47.74308,8.99901\n2926,1646824913,47.74308,8.99901\n2927,1646824914,47.74309,8.99901\n2928,1646824915,47.74310,8.99901\n2929,1646824917,47.74310,8.99901\n2930,1646824918,47.74310,8.99901\n2931,1646824935,47.74313,8.99911\n2932,1646824935,47.74313,8.99911\n2933,1646824938,47.74312,8.99909\n2934,1646824939,47.74312,8.99908\n2935,1646824940,47.74311,8.99908\n2936,1646824941,47.74311,8.99907\n2937,1646824942,47.74310,8.99907\n2938,1646824943,47.74310,8.99906\n2939,1646824944,47.74310,8.99906\n2940,1646824945,47.74309,8.99905\n2941,1646824963,47.74287,8.99895\n2942,1646824964,47.74293,8.99898\n2943,1646824965,47.74294,8.99899\n2944,1646824966,47.74293,8.99899\n2945,1646824967,47.74293,8.99899\n2946,1646824968,47.74294,8.99899\n2947,1646824969,47.74295,8.99900\n2948,1646824970,47.74296,8.99899\n2949,1646824971,47.74296,8.99899\n2950,1646824972,47.74296,8.99899\n2951,1646824990,47.74268,8.99883\n2952,1646824991,47.74289,8.99900\n2953,1646824992,47.74294,8.99903\n2954,1646824993,47.74295,8.99903\n2955,1646824994,47.74296,8.99903\n2956,1646824995,47.74297,8.99903\n2957,1646824996,47.74298,8.99903\n2958,1646824997,47.74299,8.99903\n2959,1646824998,47.74300,8.99903\n2960,1646824999,47.74303,8.99903\n2961,1646825017,47.74309,8.99897\n2962,1646825018,47.74304,8.99901\n2963,1646825019,47.74306,8.99903\n2964,1646825020,47.74306,8.99904\n2965,1646825021,47.74306,8.99904\n2966,1646825022,47.74306,8.99904\n2967,1646825023,47.74306,8.99905\n2968,1646825025,47.74306,8.99905\n2969,1646825026,47.74306,8.99906\n2970,1646825027,47.74306,8.99906\n2971,1646825046,47.74297,8.99902\n2972,1646825047,47.74300,8.99904\n2973,1646825048,47.74300,8.99905\n2974,1646825049,47.74302,8.99905\n2975,1646825050,47.74304,8.99906\n2976,1646825051,47.74304,8.99907\n2977,1646825052,47.74305,8.99907\n2978,1646825053,47.74305,8.99907\n2979,1646825055,47.74305,8.99907\n2980,1646825056,47.74305,8.99907\n2981,1646825074,47.74311,8.99906\n2982,1646825075,47.74310,8.99913\n2983,1646825076,47.74310,8.99912\n2984,1646825077,47.74310,8.99910\n2985,1646825078,47.74309,8.99910\n2986,1646825079,47.74309,8.99909\n2987,1646825080,47.74308,8.99908\n2988,1646825081,47.74307,8.99907\n2989,1646825082,47.74307,8.99907\n2990,1646825083,47.74308,8.99906\n2991,1646825101,47.74304,8.99889\n2992,1646825102,47.74303,8.99899\n2993,1646825103,47.74303,8.99899\n2994,1646825104,47.74303,8.99900\n2995,1646825105,47.74303,8.99902\n2996,1646825106,47.74303,8.99903\n2997,1646825107,47.74305,8.99904\n2998,1646825108,47.74305,8.99905\n2999,1646825109,47.74305,8.99905\n3000,1646825110,47.74305,8.99906\n3001,1646825129,47.74306,8.99908\n3002,1646825130,47.74305,8.99903\n3003,1646825131,47.74306,8.99905\n3004,1646825132,47.74307,8.99906\n3005,1646825133,47.74308,8.99907\n3006,1646825134,47.74310,8.99908\n3007,1646825135,47.74309,8.99908\n3008,1646825136,47.74309,8.99907\n3009,1646825137,47.74309,8.99907\n3010,1646825138,47.74309,8.99906\n3011,1646825156,47.74333,8.99934\n3012,1646825157,47.74323,8.99920\n3013,1646825158,47.74319,8.99917\n3014,1646825159,47.74314,8.99912\n3015,1646825160,47.74312,8.99911\n3016,1646825161,47.74309,8.99909\n3017,1646825162,47.74308,8.99908\n3018,1646825163,47.74307,8.99907\n3019,1646825164,47.74307,8.99907\n3020,1646825165,47.74307,8.99907\n3021,1646825183,47.74314,8.99920\n3022,1646825184,47.74315,8.99908\n3023,1646825185,47.74313,8.99905\n3024,1646825186,47.74311,8.99904\n3025,1646825187,47.74310,8.99903\n3026,1646825188,47.74308,8.99902\n3027,1646825189,47.74307,8.99901\n3028,1646825190,47.74307,8.99901\n3029,1646825191,47.74304,8.99900\n3030,1646825193,47.74304,8.99899\n3031,1646825213,47.74302,8.99895\n3032,1646825214,47.74304,8.99896\n3033,1646825215,47.74303,8.99897\n3034,1646825216,47.74303,8.99897\n3035,1646825217,47.74303,8.99898\n3036,1646825218,47.74303,8.99898\n3037,1646825219,47.74302,8.99898\n3038,1646825220,47.74302,8.99898\n3039,1646825221,47.74304,8.99897\n3040,1646825223,47.74305,8.99898\n3041,1646825241,47.74308,8.99905\n3042,1646825242,47.74309,8.99904\n3043,1646825243,47.74308,8.99905\n3044,1646825244,47.74309,8.99906\n3045,1646825245,47.74310,8.99908\n3046,1646825246,47.74311,8.99908\n3047,1646825247,47.74311,8.99908\n3048,1646825248,47.74311,8.99909\n3049,1646825249,47.74311,8.99908\n3050,1646825250,47.74311,8.99908\n3051,1646825268,47.74322,8.99921\n3052,1646825269,47.74320,8.99924\n3053,1646825270,47.74317,8.99921\n3054,1646825271,47.74316,8.99919\n3055,1646825272,47.74314,8.99917\n3056,1646825273,47.74313,8.99915\n3057,1646825274,47.74312,8.99913\n3058,1646825275,47.74311,8.99911\n3059,1646825276,47.74310,8.99910\n3060,1646825277,47.74309,8.99909\n3061,1646825295,47.74317,8.99909\n3062,1646825296,47.74317,8.99912\n3063,1646825297,47.74317,8.99913\n3064,1646825298,47.74318,8.99914\n3065,1646825299,47.74317,8.99914\n3066,1646825300,47.74318,8.99914\n3067,1646825301,47.74316,8.99913\n3068,1646825302,47.74315,8.99913\n3069,1646825303,47.74315,8.99912\n3070,1646825304,47.74313,8.99911\n3071,1646825323,47.74298,8.99910\n3072,1646825324,47.74308,8.99905\n3073,1646825325,47.74307,8.99904\n3074,1646825326,47.74307,8.99904\n3075,1646825327,47.74306,8.99905\n3076,1646825328,47.74304,8.99904\n3077,1646825329,47.74303,8.99904\n3078,1646825330,47.74301,8.99903\n3079,1646825331,47.74301,8.99904\n3080,1646825332,47.74301,8.99905\n3081,1646825350,47.74321,8.99963\n3082,1646825351,47.74319,8.99926\n3083,1646825352,47.74316,8.99923\n3084,1646825353,47.74314,8.99919\n3085,1646825354,47.74311,8.99916\n3086,1646825355,47.74309,8.99913\n3087,1646825356,47.74309,8.99912\n3088,1646825357,47.74308,8.99911\n3089,1646825358,47.74308,8.99911\n3090,1646825359,47.74309,8.99910\n3091,1646825377,47.74274,8.99873\n3092,1646825378,47.74292,8.99887\n3093,1646825379,47.74294,8.99890\n3094,1646825380,47.74296,8.99892\n3095,1646825381,47.74297,8.99893\n3096,1646825382,47.74299,8.99895\n3097,1646825383,47.74301,8.99897\n3098,1646825384,47.74302,8.99898\n3099,1646825385,47.74302,8.99899\n3100,1646825386,47.74303,8.99900\n3101,1646825405,47.74325,8.99924\n3102,1646825406,47.74330,8.99926\n3103,1646825407,47.74329,8.99925\n3104,1646825408,47.74327,8.99922\n3105,1646825409,47.74323,8.99919\n3106,1646825410,47.74320,8.99916\n3107,1646825411,47.74319,8.99916\n3108,1646825412,47.74319,8.99915\n3109,1646825413,47.74319,8.99914\n3110,1646825414,47.74317,8.99913\n3111,1646825432,47.74295,8.99897\n3112,1646825433,47.74303,8.99897\n3113,1646825434,47.74305,8.99900\n3114,1646825435,47.74306,8.99901\n3115,1646825436,47.74307,8.99901\n3116,1646825437,47.74308,8.99903\n3117,1646825438,47.74309,8.99904\n3118,1646825439,47.74310,8.99904\n3119,1646825440,47.74310,8.99905\n3120,1646825441,47.74310,8.99905\n3121,1646825459,47.74317,8.99920\n3122,1646825460,47.74325,8.99915\n3123,1646825461,47.74323,8.99915\n3124,1646825462,47.74323,8.99914\n3125,1646825463,47.74321,8.99914\n3126,1646825464,47.74320,8.99913\n3127,1646825465,47.74319,8.99911\n3128,1646825466,47.74318,8.99910\n3129,1646825467,47.74314,8.99909\n3130,1646825469,47.74313,8.99908\n3131,1646825487,47.74339,8.99920\n3132,1646825488,47.74313,8.99905\n3133,1646825489,47.74320,8.99911\n3134,1646825490,47.74321,8.99912\n3135,1646825491,47.74321,8.99912\n3136,1646825492,47.74321,8.99911\n3137,1646825493,47.74320,8.99910\n3138,1646825494,47.74319,8.99909\n3139,1646825495,47.74319,8.99909\n3140,1646825496,47.74318,8.99909\n3141,1646825514,47.74319,8.99919\n3142,1646825515,47.74320,8.99913\n3143,1646825516,47.74317,8.99910\n3144,1646825517,47.74316,8.99909\n3145,1646825518,47.74315,8.99908\n3146,1646825519,47.74314,8.99907\n3147,1646825520,47.74313,8.99906\n3148,1646825521,47.74311,8.99906\n3149,1646825523,47.74310,8.99905\n3150,1646825524,47.74309,8.99905\n3151,1646825542,47.74306,8.99895\n3152,1646825543,47.74305,8.99895\n3153,1646825544,47.74305,8.99896\n3154,1646825545,47.74305,8.99897\n3155,1646825546,47.74306,8.99898\n3156,1646825547,47.74307,8.99899\n3157,1646825548,47.74308,8.99899\n3158,1646825549,47.74308,8.99900\n3159,1646825550,47.74309,8.99901\n3160,1646825551,47.74310,8.99901\n3161,1646825569,47.74293,8.99892\n3162,1646825570,47.74298,8.99896\n3163,1646825571,47.74301,8.99898\n3164,1646825572,47.74303,8.99900\n3165,1646825573,47.74306,8.99901\n3166,1646825574,47.74308,8.99902\n3167,1646825575,47.74309,8.99903\n3168,1646825576,47.74309,8.99904\n3169,1646825577,47.74310,8.99904\n3170,1646825578,47.74311,8.99905\n3171,1646825597,47.74294,8.99900\n3172,1646825598,47.74296,8.99899\n3173,1646825599,47.74298,8.99899\n3174,1646825600,47.74299,8.99899\n3175,1646825601,47.74299,8.99899\n3176,1646825602,47.74300,8.99900\n3177,1646825603,47.74302,8.99900\n3178,1646825604,47.74303,8.99901\n3179,1646825605,47.74304,8.99901\n3180,1646825606,47.74308,8.99903\n3181,1646825624,47.74304,8.99914\n3182,1646825625,47.74312,8.99908\n3183,1646825626,47.74310,8.99906\n3184,1646825627,47.74311,8.99906\n3185,1646825628,47.74310,8.99905\n3186,1646825629,47.74309,8.99905\n3187,1646825630,47.74308,8.99905\n3188,1646825631,47.74308,8.99905\n3189,1646825632,47.74308,8.99905\n3190,1646825633,47.74308,8.99905\n3191,1646825652,47.74312,8.99906\n3192,1646825653,47.74311,8.99904\n3193,1646825654,47.74310,8.99904\n3194,1646825655,47.74308,8.99903\n3195,1646825656,47.74307,8.99902\n3196,1646825657,47.74307,8.99903\n3197,1646825658,47.74307,8.99903\n3198,1646825659,47.74308,8.99903\n3199,1646825661,47.74308,8.99903\n3200,1646825662,47.74308,8.99903\n3201,1646825680,47.74313,8.99908\n3202,1646825681,47.74314,8.99908\n3203,1646825682,47.74314,8.99907\n3204,1646825683,47.74314,8.99907\n3205,1646825684,47.74313,8.99906\n3206,1646825685,47.74313,8.99905\n3207,1646825686,47.74313,8.99905\n3208,1646825687,47.74313,8.99904\n3209,1646825688,47.74313,8.99904\n3210,1646825689,47.74312,8.99903\n3211,1646825708,47.74317,8.99905\n3212,1646825709,47.74316,8.99905\n3213,1646825710,47.74315,8.99904\n3214,1646825711,47.74314,8.99905\n3215,1646825712,47.74314,8.99905\n3216,1646825713,47.74314,8.99905\n3217,1646825714,47.74314,8.99905\n3218,1646825715,47.74314,8.99905\n3219,1646825716,47.74313,8.99905\n3220,1646825717,47.74313,8.99905\n3221,1646825736,47.74318,8.99908\n3222,1646825737,47.74313,8.99908\n3223,1646825738,47.74312,8.99908\n3224,1646825739,47.74313,8.99908\n3225,1646825740,47.74312,8.99908\n3226,1646825741,47.74313,8.99908\n3227,1646825742,47.74313,8.99908\n3228,1646825743,47.74314,8.99909\n3229,1646825744,47.74315,8.99909\n3230,1646825746,47.74316,8.99909\n3231,1646825765,47.74321,8.99911\n3232,1646825766,47.74319,8.99910\n3233,1646825767,47.74317,8.99909\n3234,1646825768,47.74315,8.99907\n3235,1646825769,47.74314,8.99906\n3236,1646825770,47.74313,8.99906\n3237,1646825771,47.74313,8.99906\n3238,1646825772,47.74313,8.99906\n3239,1646825773,47.74311,8.99905\n3240,1646825775,47.74312,8.99905\n3241,1646825793,47.74323,8.99913\n3242,1646825794,47.74320,8.99911\n3243,1646825795,47.74321,8.99911\n3244,1646825796,47.74319,8.99909\n3245,1646825797,47.74318,8.99908\n3246,1646825798,47.74318,8.99907\n3247,1646825799,47.74317,8.99907\n3248,1646825800,47.74316,8.99906\n3249,1646825801,47.74315,8.99906\n3250,1646825802,47.74315,8.99906\n3251,1646825820,47.74305,8.99902\n3252,1646825821,47.74304,8.99901\n3253,1646825822,47.74306,8.99902\n3254,1646825823,47.74306,8.99902\n3255,1646825824,47.74306,8.99902\n3256,1646825825,47.74306,8.99902\n3257,1646825826,47.74307,8.99902\n3258,1646825827,47.74308,8.99902\n3259,1646825829,47.74307,8.99902\n3260,1646825830,47.74307,8.99902\n3261,1646825848,47.74316,8.99905\n3262,1646825849,47.74318,8.99904\n3263,1646825850,47.74317,8.99903\n3264,1646825851,47.74317,8.99903\n3265,1646825852,47.74316,8.99903\n3266,1646825853,47.74315,8.99902\n3267,1646825854,47.74315,8.99902\n3268,1646825855,47.74315,8.99902\n3269,1646825856,47.74314,8.99902\n3270,1646825857,47.74313,8.99902\n3271,1646825875,47.74290,8.99884\n3272,1646825876,47.74294,8.99888\n3273,1646825877,47.74296,8.99890\n3274,1646825878,47.74297,8.99892\n3275,1646825879,47.74297,8.99893\n3276,1646825880,47.74298,8.99894\n3277,1646825881,47.74299,8.99896\n3278,1646825882,47.74300,8.99897\n3279,1646825883,47.74300,8.99897\n3280,1646825884,47.74301,8.99898\n3281,1646825902,47.74301,8.99904\n3282,1646825903,47.74302,8.99903\n3283,1646825904,47.74303,8.99904\n3284,1646825905,47.74304,8.99904\n3285,1646825906,47.74305,8.99904\n3286,1646825907,47.74306,8.99904\n3287,1646825908,47.74306,8.99903\n3288,1646825909,47.74307,8.99903\n3289,1646825910,47.74307,8.99904\n3290,1646825911,47.74309,8.99904\n3291,1646825930,47.74327,8.99922\n3292,1646825931,47.74318,8.99918\n3293,1646825932,47.74316,8.99916\n3294,1646825933,47.74313,8.99913\n3295,1646825934,47.74312,8.99912\n3296,1646825935,47.74309,8.99909\n3297,1646825936,47.74308,8.99908\n3298,1646825937,47.74307,8.99907\n3299,1646825938,47.74307,8.99906\n3300,1646825939,47.74307,8.99905\n3301,1646825957,47.74319,8.99901\n3302,1646825958,47.74313,8.99899\n3303,1646825959,47.74311,8.99898\n3304,1646825960,47.74310,8.99898\n3305,1646825961,47.74309,8.99898\n3306,1646825962,47.74310,8.99899\n3307,1646825963,47.74309,8.99899\n3308,1646825964,47.74309,8.99899\n3309,1646825965,47.74309,8.99899\n3310,1646825967,47.74309,8.99899\n3311,1646825985,47.74312,8.99903\n3312,1646825986,47.74313,8.99902\n3313,1646825987,47.74312,8.99901\n3314,1646825988,47.74310,8.99901\n3315,1646825989,47.74309,8.99900\n3316,1646825990,47.74309,8.99900\n3317,1646825991,47.74309,8.99900\n3318,1646825992,47.74310,8.99900\n3319,1646825993,47.74309,8.99900\n3320,1646825994,47.74309,8.99900\n3321,1646826013,47.74309,8.99901\n3322,1646826014,47.74309,8.99901\n3323,1646826015,47.74309,8.99901\n3324,1646826016,47.74310,8.99901\n3325,1646826017,47.74310,8.99902\n3326,1646826018,47.74310,8.99902\n3327,1646826019,47.74309,8.99902\n3328,1646826021,47.74308,8.99901\n3329,1646826022,47.74308,8.99901\n3330,1646826023,47.74307,8.99901\n3331,1646826040,47.74329,8.99913\n3332,1646826040,47.74316,8.99908\n3333,1646826043,47.74306,8.99902\n3334,1646826044,47.74305,8.99901\n3335,1646826045,47.74305,8.99901\n3336,1646826046,47.74305,8.99901\n3337,1646826047,47.74306,8.99901\n3338,1646826048,47.74306,8.99901\n3339,1646826049,47.74306,8.99901\n3340,1646826050,47.74306,8.99901\n3341,1646826068,47.74297,8.99901\n3342,1646826069,47.74304,8.99904\n3343,1646826070,47.74305,8.99903\n3344,1646826071,47.74304,8.99903\n3345,1646826072,47.74304,8.99902\n3346,1646826073,47.74304,8.99902\n3347,1646826074,47.74304,8.99901\n3348,1646826075,47.74305,8.99901\n3349,1646826076,47.74305,8.99902\n3350,1646826077,47.74305,8.99901\n3351,1646826095,47.74315,8.99906\n3352,1646826096,47.74313,8.99905\n3353,1646826097,47.74312,8.99903\n3354,1646826098,47.74312,8.99903\n3355,1646826099,47.74310,8.99902\n3356,1646826100,47.74310,8.99902\n3357,1646826101,47.74310,8.99901\n3358,1646826102,47.74310,8.99901\n3359,1646826103,47.74309,8.99901\n3360,1646826105,47.74309,8.99902\n3361,1646826123,47.74329,8.99914\n3362,1646826124,47.74316,8.99908\n3363,1646826125,47.74314,8.99907\n3364,1646826126,47.74314,8.99906\n3365,1646826127,47.74313,8.99906\n3366,1646826128,47.74312,8.99905\n3367,1646826129,47.74311,8.99904\n3368,1646826130,47.74310,8.99903\n3369,1646826131,47.74309,8.99903\n3370,1646826132,47.74309,8.99902\n3371,1646826151,47.74301,8.99896\n3372,1646826152,47.74301,8.99897\n3373,1646826153,47.74300,8.99896\n3374,1646826154,47.74300,8.99897\n3375,1646826155,47.74301,8.99897\n3376,1646826156,47.74302,8.99898\n3377,1646826157,47.74303,8.99898\n3378,1646826159,47.74303,8.99898\n3379,1646826160,47.74304,8.99898\n3380,1646826161,47.74304,8.99898\n3381,1646826179,47.74302,8.99896\n3382,1646826180,47.74302,8.99898\n3383,1646826181,47.74302,8.99899\n3384,1646826182,47.74302,8.99899\n3385,1646826183,47.74302,8.99898\n3386,1646826184,47.74302,8.99898\n3387,1646826185,47.74304,8.99899\n3388,1646826186,47.74305,8.99900\n3389,1646826187,47.74309,8.99902\n3390,1646826189,47.74310,8.99902\n3391,1646826207,47.74308,8.99904\n3392,1646826208,47.74310,8.99905\n3393,1646826209,47.74308,8.99903\n3394,1646826210,47.74308,8.99903\n3395,1646826211,47.74308,8.99902\n3396,1646826212,47.74307,8.99901\n3397,1646826213,47.74306,8.99901\n3398,1646826214,47.74306,8.99900\n3399,1646826215,47.74305,8.99900\n3400,1646826216,47.74305,8.99900\n3401,1646826234,47.74309,8.99899\n3402,1646826235,47.74312,8.99900\n3403,1646826236,47.74310,8.99899\n3404,1646826237,47.74309,8.99899\n3405,1646826238,47.74308,8.99899\n3406,1646826239,47.74308,8.99898\n3407,1646826240,47.74308,8.99898\n3408,1646826241,47.74310,8.99899\n3409,1646826243,47.74310,8.99900\n3410,1646826244,47.74309,8.99900\n3411,1646826264,47.74299,8.99900\n3412,1646826265,47.74300,8.99900\n3413,1646826266,47.74300,8.99900\n3414,1646826267,47.74300,8.99899\n3415,1646826268,47.74300,8.99899\n3416,1646826269,47.74300,8.99898\n3417,1646826270,47.74300,8.99898\n3418,1646826271,47.74307,8.99901\n3419,1646826273,47.74308,8.99901\n3420,1646826274,47.74309,8.99902\n3421,1646826294,47.74304,8.99898\n3422,1646826295,47.74308,8.99899\n3423,1646826296,47.74310,8.99900\n3424,1646826297,47.74312,8.99901\n3425,1646826298,47.74314,8.99902\n3426,1646826299,47.74315,8.99903\n3427,1646826300,47.74315,8.99904\n3428,1646826301,47.74319,8.99906\n3429,1646826303,47.74319,8.99906\n3430,1646826304,47.74319,8.99906\n3431,1646826321,47.74305,8.99903\n3432,1646826321,47.74309,8.99903\n3433,1646826324,47.74305,8.99900\n3434,1646826325,47.74305,8.99900\n3435,1646826326,47.74307,8.99901\n3436,1646826327,47.74308,8.99901\n3437,1646826328,47.74309,8.99901\n3438,1646826329,47.74310,8.99902\n3439,1646826330,47.74310,8.99902\n3440,1646826331,47.74311,8.99902\n3441,1646826349,47.74293,8.99885\n3442,1646826350,47.74289,8.99890\n3443,1646826351,47.74293,8.99891\n3444,1646826352,47.74293,8.99891\n3445,1646826353,47.74294,8.99891\n3446,1646826354,47.74295,8.99892\n3447,1646826355,47.74296,8.99892\n3448,1646826356,47.74296,8.99892\n3449,1646826357,47.74296,8.99893\n3450,1646826358,47.74297,8.99893\n3451,1646826377,47.74323,8.99911\n3452,1646826378,47.74320,8.99909\n3453,1646826379,47.74318,8.99907\n3454,1646826380,47.74317,8.99906\n3455,1646826381,47.74316,8.99906\n3456,1646826382,47.74315,8.99905\n3457,1646826383,47.74314,8.99904\n3458,1646826384,47.74312,8.99903\n3459,1646826385,47.74312,8.99902\n3460,1646826387,47.74311,8.99901\n3461,1646826405,47.74320,8.99910\n3462,1646826406,47.74315,8.99904\n3463,1646826407,47.74313,8.99903\n3464,1646826408,47.74312,8.99902\n3465,1646826409,47.74311,8.99902\n3466,1646826410,47.74311,8.99903\n3467,1646826411,47.74311,8.99903\n3468,1646826412,47.74312,8.99903\n3469,1646826413,47.74311,8.99903\n3470,1646826414,47.74311,8.99903\n3471,1646826432,47.74308,8.99899\n3472,1646826433,47.74306,8.99909\n3473,1646826434,47.74306,8.99908\n3474,1646826435,47.74306,8.99908\n3475,1646826436,47.74306,8.99907\n3476,1646826437,47.74308,8.99906\n3477,1646826438,47.74308,8.99905\n3478,1646826439,47.74310,8.99905\n3479,1646826441,47.74311,8.99905\n3480,1646826442,47.74311,8.99905\n3481,1646826459,47.74316,8.99909\n3482,1646826459,47.74317,8.99912\n3483,1646826462,47.74317,8.99909\n3484,1646826463,47.74317,8.99908\n3485,1646826464,47.74315,8.99906\n3486,1646826465,47.74315,8.99905\n3487,1646826466,47.74315,8.99905\n3488,1646826467,47.74315,8.99905\n3489,1646826468,47.74315,8.99905\n3490,1646826469,47.74315,8.99905\n3491,1646826487,47.74311,8.99935\n3492,1646826488,47.74314,8.99910\n3493,1646826489,47.74313,8.99908\n3494,1646826490,47.74312,8.99907\n3495,1646826491,47.74311,8.99905\n3496,1646826492,47.74311,8.99904\n3497,1646826493,47.74311,8.99903\n3498,1646826494,47.74311,8.99902\n3499,1646826495,47.74310,8.99902\n3500,1646826496,47.74310,8.99901\n3501,1646826514,47.74306,8.99911\n3502,1646826515,47.74316,8.99911\n3503,1646826516,47.74317,8.99911\n3504,1646826517,47.74317,8.99910\n3505,1646826518,47.74318,8.99909\n3506,1646826519,47.74319,8.99907\n3507,1646826520,47.74319,8.99907\n3508,1646826521,47.74320,8.99907\n3509,1646826522,47.74320,8.99906\n3510,1646826523,47.74318,8.99908\n3511,1646826541,47.74324,8.99892\n3512,1646826542,47.74309,8.99901\n3513,1646826543,47.74313,8.99901\n3514,1646826544,47.74315,8.99901\n3515,1646826545,47.74315,8.99902\n3516,1646826546,47.74317,8.99902\n3517,1646826547,47.74317,8.99902\n3518,1646826548,47.74318,8.99902\n3519,1646826549,47.74319,8.99902\n3520,1646826550,47.74319,8.99902\n3521,1646826569,47.74310,8.99899\n3522,1646826570,47.74309,8.99896\n3523,1646826571,47.74311,8.99898\n3524,1646826572,47.74310,8.99899\n3525,1646826573,47.74311,8.99899\n3526,1646826574,47.74311,8.99898\n3527,1646826575,47.74311,8.99897\n3528,1646826576,47.74311,8.99897\n3529,1646826577,47.74311,8.99896\n3530,1646826578,47.74305,8.99899\n3531,1646826596,47.74306,8.99914\n3532,1646826597,47.74307,8.99911\n3533,1646826598,47.74308,8.99908\n3534,1646826599,47.74308,8.99907\n3535,1646826600,47.74309,8.99906\n3536,1646826601,47.74309,8.99905\n3537,1646826602,47.74309,8.99905\n3538,1646826603,47.74309,8.99905\n3539,1646826604,47.74310,8.99905\n3540,1646826605,47.74311,8.99907\n3541,1646826623,47.74319,8.99903\n3542,1646826624,47.74313,8.99904\n3543,1646826625,47.74315,8.99905\n3544,1646826626,47.74315,8.99905\n3545,1646826627,47.74315,8.99905\n3546,1646826628,47.74315,8.99905\n3547,1646826629,47.74316,8.99904\n3548,1646826630,47.74316,8.99903\n3549,1646826631,47.74306,8.99901\n3550,1646826633,47.74306,8.99900\n3551,1646826651,47.74318,8.99915\n3552,1646826652,47.74320,8.99911\n3553,1646826653,47.74318,8.99910\n3554,1646826654,47.74316,8.99911\n3555,1646826655,47.74315,8.99908\n3556,1646826656,47.74315,8.99906\n3557,1646826657,47.74315,8.99905\n3558,1646826658,47.74314,8.99904\n3559,1646826659,47.74314,8.99903\n3560,1646826660,47.74314,8.99902\n3561,1646826679,47.74313,8.99900\n3562,1646826680,47.74313,8.99903\n3563,1646826681,47.74315,8.99903\n3564,1646826682,47.74316,8.99904\n3565,1646826683,47.74317,8.99904\n3566,1646826684,47.74316,8.99904\n3567,1646826685,47.74315,8.99905\n3568,1646826686,47.74315,8.99905\n3569,1646826687,47.74315,8.99904\n3570,1646826688,47.74315,8.99904\n3571,1646826706,47.74317,8.99919\n3572,1646826707,47.74313,8.99915\n3573,1646826708,47.74313,8.99912\n3574,1646826709,47.74315,8.99906\n3575,1646826710,47.74316,8.99904\n3576,1646826711,47.74316,8.99903\n3577,1646826712,47.74316,8.99903\n3578,1646826713,47.74317,8.99903\n3579,1646826714,47.74317,8.99902\n3580,1646826715,47.74309,8.99903\n3581,1646826734,47.74319,8.99910\n3582,1646826735,47.74320,8.99900\n3583,1646826736,47.74319,8.99901\n3584,1646826737,47.74320,8.99902\n3585,1646826738,47.74319,8.99902\n3586,1646826739,47.74320,8.99904\n3587,1646826740,47.74320,8.99904\n3588,1646826741,47.74319,8.99904\n3589,1646826742,47.74319,8.99904\n3590,1646826743,47.74319,8.99904\n3591,1646826761,47.74322,8.99903\n3592,1646826762,47.74332,8.99906\n3593,1646826763,47.74332,8.99905\n3594,1646826764,47.74331,8.99905\n3595,1646826765,47.74331,8.99905\n3596,1646826766,47.74329,8.99905\n3597,1646826767,47.74328,8.99905\n3598,1646826768,47.74328,8.99906\n3599,1646826769,47.74318,8.99906\n3600,1646826771,47.74318,8.99906\n3601,1646826789,47.74331,8.99914\n3602,1646826790,47.74326,8.99903\n3603,1646826791,47.74324,8.99902\n3604,1646826792,47.74324,8.99902\n3605,1646826793,47.74324,8.99902\n3606,1646826794,47.74322,8.99902\n3607,1646826795,47.74322,8.99902\n3608,1646826796,47.74321,8.99902\n3609,1646826797,47.74322,8.99903\n3610,1646826798,47.74322,8.99904\n3611,1646826816,47.74338,8.99927\n3612,1646826817,47.74331,8.99923\n3613,1646826818,47.74330,8.99922\n3614,1646826819,47.74330,8.99921\n3615,1646826820,47.74329,8.99920\n3616,1646826821,47.74330,8.99919\n3617,1646826822,47.74330,8.99918\n3618,1646826823,47.74331,8.99917\n3619,1646826824,47.74331,8.99916\n3620,1646826825,47.74331,8.99915\n3621,1646826844,47.74332,8.99906\n3622,1646826845,47.74333,8.99905\n3623,1646826846,47.74332,8.99905\n3624,1646826847,47.74330,8.99905\n3625,1646826848,47.74330,8.99905\n3626,1646826849,47.74329,8.99905\n3627,1646826850,47.74328,8.99905\n3628,1646826851,47.74327,8.99905\n3629,1646826852,47.74326,8.99905\n3630,1646826853,47.74320,8.99906\n3631,1646826872,47.74329,8.99919\n3632,1646826873,47.74325,8.99914\n3633,1646826874,47.74325,8.99913\n3634,1646826875,47.74326,8.99913\n3635,1646826876,47.74325,8.99911\n3636,1646826877,47.74325,8.99910\n3637,1646826878,47.74326,8.99909\n3638,1646826879,47.74326,8.99909\n3639,1646826880,47.74326,8.99909\n3640,1646826881,47.74326,8.99909\n3641,1646826899,47.74305,8.99893\n3642,1646826900,47.74305,8.99901\n3643,1646826901,47.74304,8.99901\n3644,1646826902,47.74304,8.99901\n3645,1646826903,47.74303,8.99901\n3646,1646826904,47.74303,8.99900\n3647,1646826905,47.74303,8.99900\n3648,1646826906,47.74304,8.99900\n3649,1646826907,47.74305,8.99900\n3650,1646826909,47.74305,8.99900\n3651,1646826928,47.74318,8.99906\n3652,1646826929,47.74317,8.99909\n3653,1646826930,47.74316,8.99910\n3654,1646826931,47.74316,8.99909\n3655,1646826932,47.74316,8.99909\n3656,1646826933,47.74317,8.99909\n3657,1646826934,47.74316,8.99909\n3658,1646826935,47.74316,8.99908\n3659,1646826936,47.74315,8.99907\n3660,1646826937,47.74313,8.99907\n3661,1646826955,47.74310,8.99900\n3662,1646826956,47.74312,8.99900\n3663,1646826957,47.74313,8.99900\n3664,1646826958,47.74311,8.99903\n3665,1646826959,47.74311,8.99903\n3666,1646826960,47.74311,8.99903\n3667,1646826961,47.74311,8.99903\n3668,1646826962,47.74311,8.99904\n3669,1646826963,47.74311,8.99904\n3670,1646826964,47.74311,8.99904\n3671,1646826983,47.74317,8.99919\n3672,1646826984,47.74317,8.99914\n3673,1646826985,47.74316,8.99912\n3674,1646826986,47.74315,8.99910\n3675,1646826987,47.74315,8.99909\n3676,1646826988,47.74314,8.99906\n3677,1646826989,47.74313,8.99904\n3678,1646826990,47.74313,8.99904\n3679,1646826991,47.74313,8.99903\n3680,1646826992,47.74313,8.99903\n3681,1646827010,47.74321,8.99912\n3682,1646827011,47.74320,8.99908\n3683,1646827012,47.74319,8.99907\n3684,1646827013,47.74319,8.99906\n3685,1646827014,47.74318,8.99904\n3686,1646827015,47.74317,8.99901\n3687,1646827016,47.74316,8.99900\n3688,1646827017,47.74315,8.99900\n3689,1646827018,47.74314,8.99900\n3690,1646827019,47.74314,8.99900\n3691,1646827037,47.74313,8.99907\n3692,1646827038,47.74317,8.99901\n3693,1646827039,47.74316,8.99902\n3694,1646827040,47.74315,8.99902\n3695,1646827041,47.74314,8.99900\n3696,1646827042,47.74313,8.99901\n3697,1646827043,47.74312,8.99901\n3698,1646827044,47.74312,8.99901\n3699,1646827045,47.74311,8.99901\n3700,1646827047,47.74311,8.99901\n3701,1646827066,47.74327,8.99896\n3702,1646827067,47.74326,8.99896\n3703,1646827068,47.74325,8.99898\n3704,1646827069,47.74324,8.99899\n3705,1646827070,47.74323,8.99900\n3706,1646827071,47.74321,8.99899\n3707,1646827072,47.74320,8.99899\n3708,1646827073,47.74320,8.99899\n3709,1646827074,47.74319,8.99899\n3710,1646827075,47.74314,8.99901\n3711,1646827093,47.74294,8.99916\n3712,1646827094,47.74297,8.99915\n3713,1646827095,47.74297,8.99910\n3714,1646827096,47.74299,8.99905\n3715,1646827097,47.74300,8.99902\n3716,1646827098,47.74301,8.99900\n3717,1646827099,47.74301,8.99899\n3718,1646827100,47.74302,8.99900\n3719,1646827101,47.74303,8.99900\n3720,1646827102,47.74303,8.99900\n3721,1646827124,47.74315,8.99904\n3722,1646827125,47.74313,8.99902\n3723,1646827126,47.74314,8.99903\n3724,1646827127,47.74314,8.99902\n3725,1646827128,47.74314,8.99903\n3726,1646827129,47.74313,8.99904\n3727,1646827131,47.74313,8.99904\n3728,1646827132,47.74314,8.99904\n3729,1646827133,47.74314,8.99904\n3730,1646827134,47.74314,8.99904\n3731,1646827151,47.74286,8.99882\n3732,1646827151,47.74285,8.99878\n3733,1646827154,47.74296,8.99889\n3734,1646827155,47.74298,8.99891\n3735,1646827156,47.74299,8.99892\n3736,1646827157,47.74300,8.99893\n3737,1646827158,47.74302,8.99895\n3738,1646827159,47.74303,8.99896\n3739,1646827160,47.74304,8.99896\n3740,1646827161,47.74305,8.99897\n3741,1646827182,47.74342,8.99922\n3742,1646827183,47.74332,8.99915\n3743,1646827184,47.74329,8.99912\n3744,1646827185,47.74326,8.99909\n3745,1646827186,47.74327,8.99909\n3746,1646827187,47.74325,8.99907\n3747,1646827188,47.74324,8.99907\n3748,1646827189,47.74312,8.99905\n3749,1646827191,47.74312,8.99905\n3750,1646827192,47.74311,8.99904\n3751,1646827209,47.74324,8.99906\n3752,1646827212,47.74311,8.99898\n3753,1646827213,47.74310,8.99898\n3754,1646827214,47.74311,8.99900\n3755,1646827215,47.74311,8.99901\n3756,1646827216,47.74311,8.99901\n3757,1646827217,47.74311,8.99902\n3758,1646827218,47.74312,8.99902\n3759,1646827219,47.74312,8.99903\n3760,1646827220,47.74312,8.99903\n3761,1646827238,47.74322,8.99913\n3762,1646827239,47.74327,8.99913\n3763,1646827240,47.74327,8.99910\n3764,1646827241,47.74326,8.99910\n3765,1646827242,47.74325,8.99909\n3766,1646827243,47.74325,8.99908\n3767,1646827244,47.74324,8.99908\n3768,1646827245,47.74322,8.99907\n3769,1646827246,47.74322,8.99907\n3770,1646827247,47.74321,8.99906\n3771,1646827265,47.74294,8.99905\n3772,1646827266,47.74296,8.99905\n3773,1646827267,47.74299,8.99906\n3774,1646827268,47.74298,8.99905\n3775,1646827269,47.74298,8.99903\n3776,1646827270,47.74299,8.99902\n3777,1646827271,47.74299,8.99901\n3778,1646827272,47.74299,8.99901\n3779,1646827273,47.74305,8.99898\n3780,1646827275,47.74305,8.99898\n3781,1646827293,47.74295,8.99892\n3782,1646827294,47.74287,8.99899\n3783,1646827295,47.74289,8.99901\n3784,1646827296,47.74291,8.99903\n3785,1646827297,47.74293,8.99903\n3786,1646827298,47.74295,8.99903\n3787,1646827299,47.74297,8.99903\n3788,1646827300,47.74299,8.99903\n3789,1646827301,47.74301,8.99903\n3790,1646827302,47.74303,8.99903\n3791,1646827320,47.74303,8.99911\n3792,1646827321,47.74310,8.99905\n3793,1646827322,47.74310,8.99904\n3794,1646827323,47.74309,8.99904\n3795,1646827324,47.74309,8.99904\n3796,1646827325,47.74307,8.99904\n3797,1646827326,47.74307,8.99903\n3798,1646827327,47.74306,8.99905\n3799,1646827328,47.74306,8.99905\n3800,1646827329,47.74306,8.99905\n3801,1646827349,47.74313,8.99907\n3802,1646827350,47.74311,8.99907\n3803,1646827351,47.74311,8.99905\n3804,1646827352,47.74311,8.99903\n3805,1646827353,47.74310,8.99903\n3806,1646827354,47.74308,8.99903\n3807,1646827355,47.74308,8.99903\n3808,1646827356,47.74308,8.99904\n3809,1646827357,47.74305,8.99904\n3810,1646827359,47.74305,8.99904\n3811,1646827378,47.74303,8.99893\n3812,1646827379,47.74301,8.99899\n3813,1646827380,47.74304,8.99897\n3814,1646827381,47.74305,8.99897\n3815,1646827382,47.74305,8.99898\n3816,1646827383,47.74305,8.99898\n3817,1646827384,47.74304,8.99897\n3818,1646827385,47.74304,8.99898\n3819,1646827386,47.74304,8.99898\n3820,1646827387,47.74300,8.99900\n3821,1646827405,47.74309,8.99887\n3822,1646827406,47.74315,8.99895\n3823,1646827407,47.74315,8.99899\n3824,1646827408,47.74313,8.99901\n3825,1646827409,47.74313,8.99901\n3826,1646827410,47.74314,8.99901\n3827,1646827411,47.74314,8.99902\n3828,1646827412,47.74314,8.99903\n3829,1646827413,47.74314,8.99903\n3830,1646827414,47.74313,8.99903\n3831,1646827432,47.74297,8.99886\n3832,1646827433,47.74306,8.99900\n3833,1646827434,47.74306,8.99902\n3834,1646827435,47.74305,8.99902\n3835,1646827436,47.74306,8.99899\n3836,1646827437,47.74306,8.99899\n3837,1646827438,47.74306,8.99898\n3838,1646827439,47.74306,8.99899\n3839,1646827440,47.74306,8.99899\n3840,1646827441,47.74307,8.99899\n3841,1646827460,47.74313,8.99900\n3842,1646827461,47.74307,8.99898\n3843,1646827462,47.74306,8.99896\n3844,1646827463,47.74306,8.99897\n3845,1646827464,47.74306,8.99898\n3846,1646827465,47.74306,8.99899\n3847,1646827466,47.74307,8.99900\n3848,1646827467,47.74307,8.99900\n3849,1646827468,47.74307,8.99900\n3850,1646827469,47.74307,8.99899\n3851,1646827487,47.74310,8.99890\n3852,1646827488,47.74313,8.99895\n3853,1646827489,47.74314,8.99897\n3854,1646827490,47.74314,8.99899\n3855,1646827491,47.74314,8.99900\n3856,1646827492,47.74314,8.99901\n3857,1646827493,47.74313,8.99901\n3858,1646827494,47.74314,8.99900\n3859,1646827495,47.74314,8.99899\n3860,1646827497,47.74313,8.99898\n3861,1646827515,47.74307,8.99899\n3862,1646827516,47.74298,8.99899\n3863,1646827517,47.74297,8.99901\n3864,1646827518,47.74299,8.99902\n3865,1646827519,47.74301,8.99903\n3866,1646827520,47.74303,8.99903\n3867,1646827521,47.74304,8.99904\n3868,1646827522,47.74305,8.99903\n3869,1646827523,47.74306,8.99903\n3870,1646827524,47.74307,8.99902\n3871,1646827542,47.74296,8.99890\n3872,1646827543,47.74298,8.99891\n3873,1646827544,47.74298,8.99890\n3874,1646827545,47.74298,8.99890\n3875,1646827546,47.74298,8.99890\n3876,1646827547,47.74299,8.99889\n3877,1646827548,47.74299,8.99889\n3878,1646827549,47.74299,8.99889\n3879,1646827551,47.74298,8.99888\n3880,1646827552,47.74298,8.99889\n3881,1646827569,47.74304,8.99894\n3882,1646827569,47.74305,8.99896\n3883,1646827572,47.74304,8.99900\n3884,1646827573,47.74304,8.99901\n3885,1646827574,47.74304,8.99902\n3886,1646827575,47.74305,8.99903\n3887,1646827576,47.74305,8.99903\n3888,1646827577,47.74305,8.99903\n3889,1646827578,47.74305,8.99903\n3890,1646827579,47.74305,8.99903\n3891,1646827597,47.74306,8.99894\n3892,1646827598,47.74311,8.99896\n3893,1646827599,47.74311,8.99897\n3894,1646827600,47.74311,8.99897\n3895,1646827601,47.74310,8.99897\n3896,1646827602,47.74311,8.99897\n3897,1646827603,47.74311,8.99897\n3898,1646827604,47.74312,8.99897\n3899,1646827605,47.74312,8.99897\n3900,1646827606,47.74312,8.99897\n3901,1646827624,47.74310,8.99894\n3902,1646827625,47.74301,8.99903\n3903,1646827626,47.74299,8.99903\n3904,1646827627,47.74299,8.99903\n3905,1646827628,47.74300,8.99903\n3906,1646827629,47.74300,8.99903\n3907,1646827630,47.74301,8.99904\n3908,1646827631,47.74301,8.99904\n3909,1646827632,47.74301,8.99904\n3910,1646827633,47.74303,8.99905\n3911,1646827652,47.74299,8.99898\n3912,1646827653,47.74298,8.99897\n3913,1646827654,47.74299,8.99897\n3914,1646827655,47.74299,8.99898\n3915,1646827656,47.74299,8.99899\n3916,1646827657,47.74300,8.99900\n3917,1646827658,47.74301,8.99902\n3918,1646827659,47.74302,8.99903\n3919,1646827660,47.74302,8.99903\n3920,1646827661,47.74303,8.99903\n3921,1646827679,47.74301,8.99897\n3922,1646827680,47.74308,8.99898\n3923,1646827681,47.74307,8.99898\n3924,1646827682,47.74305,8.99897\n3925,1646827683,47.74304,8.99897\n3926,1646827684,47.74303,8.99897\n3927,1646827685,47.74303,8.99898\n3928,1646827686,47.74302,8.99898\n3929,1646827687,47.74302,8.99899\n3930,1646827689,47.74300,8.99898\n3931,1646827707,47.74293,8.99898\n3932,1646827708,47.74294,8.99896\n3933,1646827709,47.74296,8.99896\n3934,1646827710,47.74297,8.99896\n3935,1646827711,47.74299,8.99897\n3936,1646827712,47.74300,8.99898\n3937,1646827713,47.74300,8.99898\n3938,1646827714,47.74301,8.99898\n3939,1646827715,47.74301,8.99898\n3940,1646827716,47.74302,8.99898\n3941,1646827734,47.74309,8.99910\n3942,1646827735,47.74314,8.99911\n3943,1646827736,47.74313,8.99910\n3944,1646827737,47.74312,8.99909\n3945,1646827738,47.74312,8.99907\n3946,1646827739,47.74311,8.99906\n3947,1646827740,47.74312,8.99906\n3948,1646827741,47.74311,8.99905\n3949,1646827743,47.74311,8.99904\n3950,1646827744,47.74311,8.99904\n3951,1646827761,47.74303,8.99901\n3952,1646827761,47.74304,8.99901\n3953,1646827764,47.74306,8.99901\n3954,1646827765,47.74307,8.99901\n3955,1646827766,47.74308,8.99901\n3956,1646827767,47.74308,8.99901\n3957,1646827768,47.74308,8.99900\n3958,1646827769,47.74308,8.99900\n3959,1646827770,47.74308,8.99900\n3960,1646827771,47.74308,8.99899\n3961,1646827789,47.74307,8.99893\n3962,1646827790,47.74308,8.99891\n3963,1646827791,47.74309,8.99893\n3964,1646827792,47.74309,8.99894\n3965,1646827793,47.74309,8.99895\n3966,1646827794,47.74309,8.99896\n3967,1646827795,47.74309,8.99897\n3968,1646827796,47.74308,8.99897\n3969,1646827797,47.74309,8.99897\n3970,1646827798,47.74309,8.99898\n3971,1646827816,47.74301,8.99899\n3972,1646827817,47.74299,8.99896\n3973,1646827818,47.74300,8.99896\n3974,1646827819,47.74301,8.99896\n3975,1646827820,47.74301,8.99896\n3976,1646827821,47.74302,8.99897\n3977,1646827822,47.74302,8.99897\n3978,1646827823,47.74303,8.99897\n3979,1646827824,47.74304,8.99898\n3980,1646827825,47.74301,8.99897\n3981,1646827850,47.74293,8.99898\n3982,1646827851,47.74297,8.99899\n3983,1646827852,47.74300,8.99899\n3984,1646827853,47.74301,8.99899\n3985,1646827854,47.74301,8.99899\n3986,1646827855,47.74300,8.99899\n3987,1646827857,47.74299,8.99899\n3988,1646827858,47.74299,8.99899\n3989,1646827859,47.74300,8.99899\n3990,1646827860,47.74301,8.99899\n3991,1646827877,47.74293,8.99897\n3992,1646827877,47.74291,8.99895\n3993,1646827880,47.74302,8.99899\n3994,1646827881,47.74304,8.99899\n3995,1646827882,47.74305,8.99900\n3996,1646827883,47.74306,8.99900\n3997,1646827884,47.74307,8.99900\n3998,1646827885,47.74308,8.99901\n3999,1646827886,47.74309,8.99901\n4000,1646827887,47.74309,8.99901\n4001,1646827906,47.74293,8.99894\n4002,1646827907,47.74298,8.99896\n4003,1646827908,47.74300,8.99897\n4004,1646827909,47.74301,8.99898\n4005,1646827910,47.74300,8.99898\n4006,1646827911,47.74301,8.99899\n4007,1646827912,47.74302,8.99899\n4008,1646827913,47.74303,8.99899\n4009,1646827914,47.74304,8.99899\n4010,1646827915,47.74292,8.99894\n4011,1646827933,47.74301,8.99899\n4012,1646827934,47.74312,8.99901\n4013,1646827935,47.74326,8.99907\n4014,1646827936,47.74326,8.99907\n4015,1646827937,47.74326,8.99907\n4016,1646827938,47.74325,8.99906\n4017,1646827939,47.74324,8.99906\n4018,1646827940,47.74323,8.99907\n4019,1646827941,47.74322,8.99907\n4020,1646827942,47.74321,8.99907\n4021,1646827960,47.74301,8.99893\n4022,1646827961,47.74302,8.99897\n4023,1646827962,47.74302,8.99897\n4024,1646827963,47.74302,8.99898\n4025,1646827964,47.74301,8.99899\n4026,1646827965,47.74301,8.99899\n4027,1646827966,47.74301,8.99900\n4028,1646827967,47.74301,8.99900\n4029,1646827968,47.74301,8.99900\n4030,1646827969,47.74297,8.99899\n4031,1646827988,47.74310,8.99915\n4032,1646827989,47.74304,8.99907\n4033,1646827990,47.74304,8.99905\n4034,1646827991,47.74306,8.99905\n4035,1646827992,47.74308,8.99904\n4036,1646827993,47.74309,8.99903\n4037,1646827994,47.74310,8.99903\n4038,1646827995,47.74311,8.99903\n4039,1646827996,47.74312,8.99903\n4040,1646827997,47.74312,8.99903\n4041,1646828015,47.74266,8.99898\n4042,1646828016,47.74308,8.99901\n4043,1646828017,47.74308,8.99902\n4044,1646828018,47.74309,8.99902\n4045,1646828019,47.74310,8.99902\n4046,1646828020,47.74310,8.99902\n4047,1646828021,47.74310,8.99902\n4048,1646828022,47.74311,8.99902\n4049,1646828023,47.74302,8.99899\n4050,1646828025,47.74302,8.99899\n4051,1646828043,47.74319,8.99908\n4052,1646828044,47.74310,8.99904\n4053,1646828045,47.74312,8.99904\n4054,1646828046,47.74313,8.99904\n4055,1646828047,47.74314,8.99904\n4056,1646828048,47.74315,8.99904\n4057,1646828049,47.74316,8.99904\n4058,1646828050,47.74316,8.99904\n4059,1646828051,47.74316,8.99904\n4060,1646828052,47.74315,8.99904\n4061,1646828070,47.74302,8.99895\n4062,1646828071,47.74298,8.99898\n4063,1646828072,47.74296,8.99898\n4064,1646828073,47.74295,8.99897\n4065,1646828074,47.74295,8.99897\n4066,1646828075,47.74294,8.99897\n4067,1646828076,47.74295,8.99897\n4068,1646828077,47.74301,8.99899\n4069,1646828079,47.74301,8.99899\n4070,1646828080,47.74300,8.99899\n4071,1646828097,47.74306,8.99896\n4072,1646828097,47.74315,8.99899\n4073,1646828100,47.74307,8.99899\n4074,1646828101,47.74307,8.99899\n4075,1646828102,47.74306,8.99899\n4076,1646828103,47.74306,8.99899\n4077,1646828104,47.74306,8.99899\n4078,1646828105,47.74306,8.99899\n4079,1646828106,47.74307,8.99900\n4080,1646828107,47.74307,8.99900\n4081,1646828125,47.74284,8.99898\n4082,1646828126,47.74292,8.99898\n4083,1646828127,47.74293,8.99899\n4084,1646828128,47.74294,8.99898\n4085,1646828129,47.74296,8.99898\n4086,1646828130,47.74297,8.99899\n4087,1646828131,47.74298,8.99899\n4088,1646828132,47.74299,8.99900\n4089,1646828133,47.74300,8.99900\n4090,1646828134,47.74300,8.99900\n4091,1646828153,47.74301,8.99893\n4092,1646828154,47.74300,8.99894\n4093,1646828155,47.74301,8.99895\n4094,1646828156,47.74302,8.99895\n4095,1646828157,47.74301,8.99896\n4096,1646828158,47.74301,8.99896\n4097,1646828159,47.74302,8.99897\n4098,1646828160,47.74302,8.99898\n4099,1646828161,47.74301,8.99898\n4100,1646828163,47.74301,8.99898\n4101,1646828182,47.74297,8.99898\n4102,1646828183,47.74298,8.99898\n4103,1646828184,47.74298,8.99899\n4104,1646828185,47.74299,8.99900\n4105,1646828186,47.74299,8.99900\n4106,1646828187,47.74299,8.99900\n4107,1646828188,47.74299,8.99900\n4108,1646828189,47.74299,8.99900\n4109,1646828190,47.74299,8.99900\n4110,1646828191,47.74301,8.99900\n4111,1646828209,47.74292,8.99896\n4112,1646828210,47.74308,8.99898\n4113,1646828211,47.74308,8.99898\n4114,1646828212,47.74308,8.99899\n4115,1646828213,47.74308,8.99899\n4116,1646828214,47.74307,8.99900\n4117,1646828215,47.74306,8.99900\n4118,1646828216,47.74306,8.99899\n4119,1646828217,47.74306,8.99899\n4120,1646828218,47.74306,8.99899\n4121,1646828238,47.74298,8.99903\n4122,1646828239,47.74299,8.99903\n4123,1646828240,47.74300,8.99903\n4124,1646828241,47.74300,8.99903\n4125,1646828242,47.74300,8.99903\n4126,1646828243,47.74299,8.99902\n4127,1646828244,47.74298,8.99902\n4128,1646828245,47.74295,8.99900\n4129,1646828247,47.74294,8.99900\n4130,1646828248,47.74293,8.99900\n4131,1646828267,47.74297,8.99895\n4132,1646828268,47.74298,8.99895\n4133,1646828269,47.74298,8.99896\n4134,1646828270,47.74297,8.99896\n4135,1646828271,47.74298,8.99897\n4136,1646828272,47.74297,8.99897\n4137,1646828273,47.74297,8.99897\n4138,1646828274,47.74297,8.99897\n4139,1646828275,47.74294,8.99896\n4140,1646828277,47.74294,8.99897\n4141,1646828296,47.74328,8.99905\n4142,1646828297,47.74320,8.99902\n4143,1646828298,47.74317,8.99901\n4144,1646828299,47.74315,8.99900\n4145,1646828300,47.74313,8.99900\n4146,1646828301,47.74313,8.99900\n4147,1646828302,47.74313,8.99899\n4148,1646828303,47.74313,8.99899\n4149,1646828304,47.74312,8.99899\n4150,1646828305,47.74306,8.99898\n4151,1646828323,47.74309,8.99898\n4152,1646828324,47.74321,8.99902\n4153,1646828325,47.74319,8.99902\n4154,1646828326,47.74319,8.99902\n4155,1646828327,47.74319,8.99902\n4156,1646828328,47.74320,8.99903\n4157,1646828329,47.74321,8.99903\n4158,1646828330,47.74321,8.99903\n4159,1646828331,47.74321,8.99903\n4160,1646828332,47.74321,8.99903\n4161,1646828351,47.74319,8.99902\n4162,1646828352,47.74320,8.99902\n4163,1646828353,47.74321,8.99902\n4164,1646828354,47.74322,8.99903\n4165,1646828355,47.74323,8.99903\n4166,1646828356,47.74323,8.99903\n4167,1646828357,47.74324,8.99903\n4168,1646828358,47.74324,8.99904\n4169,1646828359,47.74313,8.99901\n4170,1646828361,47.74314,8.99901\n4171,1646828379,47.74306,8.99897\n4172,1646828380,47.74310,8.99898\n4173,1646828381,47.74311,8.99899\n4174,1646828382,47.74311,8.99899\n4175,1646828383,47.74312,8.99899\n4176,1646828384,47.74312,8.99900\n4177,1646828385,47.74313,8.99900\n4178,1646828386,47.74313,8.99901\n4179,1646828387,47.74314,8.99901\n4180,1646828388,47.74314,8.99901\n4181,1646828406,47.74306,8.99896\n4182,1646828407,47.74308,8.99898\n4183,1646828408,47.74308,8.99898\n4184,1646828409,47.74308,8.99899\n4185,1646828410,47.74309,8.99900\n4186,1646828411,47.74309,8.99900\n4187,1646828412,47.74309,8.99901\n4188,1646828413,47.74309,8.99901\n4189,1646828415,47.74310,8.99901\n4190,1646828416,47.74310,8.99901\n4191,1646828433,47.74302,8.99893\n4192,1646828433,47.74302,8.99893\n4193,1646828436,47.74307,8.99895\n4194,1646828437,47.74308,8.99896\n4195,1646828438,47.74309,8.99897\n4196,1646828439,47.74309,8.99897\n4197,1646828440,47.74309,8.99897\n4198,1646828441,47.74310,8.99898\n4199,1646828442,47.74310,8.99898\n4200,1646828443,47.74310,8.99898\n4201,1646828461,47.74317,8.99901\n4202,1646828462,47.74316,8.99900\n4203,1646828463,47.74315,8.99900\n4204,1646828464,47.74314,8.99900\n4205,1646828465,47.74314,8.99900\n4206,1646828466,47.74313,8.99900\n4207,1646828467,47.74313,8.99900\n4208,1646828468,47.74313,8.99900\n4209,1646828469,47.74313,8.99900\n4210,1646828470,47.74313,8.99900\n4211,1646828488,47.74317,8.99898\n4212,1646828489,47.74316,8.99899\n4213,1646828490,47.74315,8.99899\n4214,1646828491,47.74316,8.99899\n4215,1646828492,47.74315,8.99899\n4216,1646828493,47.74315,8.99900\n4217,1646828494,47.74314,8.99900\n4218,1646828495,47.74314,8.99901\n4219,1646828496,47.74314,8.99901\n4220,1646828497,47.74310,8.99901\n4221,1646828515,47.74305,8.99901\n4222,1646828517,47.74304,8.99900\n4223,1646828518,47.74305,8.99899\n4224,1646828519,47.74306,8.99899\n4225,1646828520,47.74306,8.99900\n4226,1646828521,47.74307,8.99900\n4227,1646828522,47.74307,8.99900\n4228,1646828523,47.74308,8.99900\n4229,1646828524,47.74308,8.99901\n4230,1646828525,47.74308,8.99901\n4231,1646828544,47.74294,8.99895\n4232,1646828545,47.74296,8.99896\n4233,1646828546,47.74298,8.99897\n4234,1646828547,47.74299,8.99898\n4235,1646828548,47.74300,8.99898\n4236,1646828549,47.74301,8.99899\n4237,1646828550,47.74302,8.99899\n4238,1646828551,47.74303,8.99898\n4239,1646828552,47.74310,8.99899\n4240,1646828554,47.74310,8.99898\n4241,1646828572,47.74318,8.99900\n4242,1646828573,47.74317,8.99900\n4243,1646828574,47.74318,8.99901\n4244,1646828575,47.74318,8.99902\n4245,1646828576,47.74317,8.99901\n4246,1646828577,47.74317,8.99901\n4247,1646828578,47.74316,8.99901\n4248,1646828579,47.74316,8.99901\n4249,1646828580,47.74316,8.99901\n4250,1646828581,47.74312,8.99901\n4251,1646828599,47.74311,8.99904\n4252,1646828600,47.74313,8.99904\n4253,1646828601,47.74312,8.99904\n4254,1646828602,47.74312,8.99903\n4255,1646828603,47.74311,8.99903\n4256,1646828604,47.74311,8.99903\n4257,1646828605,47.74310,8.99903\n4258,1646828606,47.74310,8.99902\n4259,1646828607,47.74310,8.99902\n4260,1646828608,47.74310,8.99902\n4261,1646828627,47.74315,8.99900\n4262,1646828628,47.74316,8.99900\n4263,1646828629,47.74316,8.99901\n4264,1646828630,47.74317,8.99901\n4265,1646828631,47.74318,8.99901\n4266,1646828632,47.74318,8.99901\n4267,1646828633,47.74318,8.99902\n4268,1646828634,47.74319,8.99902\n4269,1646828635,47.74307,8.99899\n4270,1646828637,47.74308,8.99899\n4271,1646828655,47.74305,8.99894\n4272,1646828656,47.74304,8.99894\n4273,1646828657,47.74305,8.99896\n4274,1646828658,47.74305,8.99898\n4275,1646828659,47.74304,8.99899\n4276,1646828660,47.74304,8.99898\n4277,1646828661,47.74305,8.99899\n4278,1646828662,47.74305,8.99899\n4279,1646828663,47.74305,8.99899\n4280,1646828664,47.74304,8.99899\n4281,1646828682,47.74317,8.99896\n4282,1646828683,47.74315,8.99897\n4283,1646828684,47.74314,8.99898\n4284,1646828685,47.74314,8.99899\n4285,1646828686,47.74313,8.99899\n4286,1646828687,47.74312,8.99899\n4287,1646828688,47.74311,8.99899\n4288,1646828689,47.74309,8.99899\n4289,1646828691,47.74309,8.99899\n4290,1646828692,47.74310,8.99899\n4291,1646828710,47.74314,8.99898\n4292,1646828711,47.74310,8.99898\n4293,1646828712,47.74310,8.99898\n4294,1646828713,47.74309,8.99898\n4295,1646828714,47.74309,8.99898\n4296,1646828715,47.74309,8.99898\n4297,1646828716,47.74309,8.99898\n4298,1646828717,47.74309,8.99898\n4299,1646828718,47.74308,8.99898\n4300,1646828719,47.74310,8.99898\n4301,1646828737,47.74302,8.99896\n4302,1646828738,47.74303,8.99895\n4303,1646828739,47.74303,8.99895\n4304,1646828740,47.74304,8.99896\n4305,1646828741,47.74304,8.99896\n4306,1646828742,47.74305,8.99897\n4307,1646828743,47.74305,8.99897\n4308,1646828744,47.74305,8.99898\n4309,1646828745,47.74305,8.99898\n4310,1646828746,47.74305,8.99898\n4311,1646828765,47.74306,8.99902\n4312,1646828766,47.74305,8.99899\n4313,1646828767,47.74306,8.99899\n4314,1646828768,47.74305,8.99900\n4315,1646828769,47.74305,8.99899\n4316,1646828770,47.74305,8.99900\n4317,1646828771,47.74305,8.99900\n4318,1646828772,47.74304,8.99900\n4319,1646828773,47.74305,8.99899\n4320,1646828774,47.74304,8.99899\n4321,1646828792,47.74309,8.99909\n4322,1646828793,47.74309,8.99907\n4323,1646828794,47.74310,8.99906\n4324,1646828795,47.74310,8.99905\n4325,1646828796,47.74309,8.99903\n4326,1646828797,47.74307,8.99903\n4327,1646828798,47.74306,8.99902\n4328,1646828799,47.74306,8.99902\n4329,1646828800,47.74306,8.99902\n4330,1646828801,47.74306,8.99902\n4331,1646828820,47.74308,8.99896\n4332,1646828821,47.74307,8.99896\n4333,1646828822,47.74308,8.99897\n4334,1646828823,47.74307,8.99897\n4335,1646828824,47.74307,8.99898\n4336,1646828825,47.74306,8.99898\n4337,1646828826,47.74306,8.99898\n4338,1646828827,47.74305,8.99899\n4339,1646828829,47.74304,8.99899\n4340,1646828830,47.74304,8.99899\n4341,1646828849,47.74340,8.99906\n4342,1646828850,47.74365,8.99912\n4343,1646828851,47.74374,8.99913\n4344,1646828852,47.74376,8.99914\n4345,1646828853,47.74376,8.99914\n4346,1646828854,47.74376,8.99914\n4347,1646828855,47.74374,8.99914\n4348,1646828857,47.74305,8.99899\n4349,1646828859,47.74305,8.99899\n4350,1646828860,47.74304,8.99898\n4351,1646828877,47.74297,8.99895\n4352,1646828877,47.74299,8.99897\n4353,1646828880,47.74301,8.99899\n4354,1646828881,47.74301,8.99899\n4355,1646828882,47.74302,8.99899\n4356,1646828883,47.74302,8.99900\n4357,1646828884,47.74303,8.99900\n4358,1646828885,47.74303,8.99900\n4359,1646828886,47.74304,8.99900\n4360,1646828887,47.74304,8.99900\n4361,1646828905,47.74309,8.99903\n4362,1646828906,47.74307,8.99901\n4363,1646828907,47.74306,8.99900\n4364,1646828908,47.74304,8.99899\n4365,1646828909,47.74303,8.99899\n4366,1646828910,47.74303,8.99899\n4367,1646828911,47.74302,8.99899\n4368,1646828912,47.74302,8.99899\n4369,1646828913,47.74302,8.99899\n4370,1646828914,47.74302,8.99899\n4371,1646828932,47.74307,8.99899\n4372,1646828934,47.74328,8.99903\n4373,1646828935,47.74336,8.99905\n4374,1646828936,47.74345,8.99907\n4375,1646828937,47.74356,8.99908\n4376,1646828938,47.74364,8.99910\n4377,1646828939,47.74372,8.99912\n4378,1646828941,47.74307,8.99899\n4379,1646828943,47.74308,8.99899\n4380,1646828944,47.74308,8.99898\n4381,1646828970,47.74366,8.99908\n4382,1646828971,47.74308,8.99898\n4383,1646828973,47.74308,8.99897\n4384,1646828974,47.74307,8.99897\n4385,1646828975,47.74307,8.99897\n4386,1646828976,47.74307,8.99897\n4387,1646828977,47.74307,8.99897\n4388,1646828978,47.74307,8.99897\n4389,1646828979,47.74307,8.99897\n4390,1646828980,47.74307,8.99897\n4391,1646828999,47.74313,8.99899\n4392,1646829000,47.74313,8.99899\n4393,1646829001,47.74313,8.99899\n4394,1646829002,47.74313,8.99900\n4395,1646829003,47.74313,8.99901\n4396,1646829004,47.74313,8.99901\n4397,1646829005,47.74313,8.99901\n4398,1646829006,47.74312,8.99901\n4399,1646829007,47.74306,8.99900\n4400,1646829009,47.74306,8.99899\n4401,1646829027,47.74323,8.99901\n4402,1646829028,47.74321,8.99900\n4403,1646829029,47.74319,8.99900\n4404,1646829030,47.74318,8.99899\n4405,1646829031,47.74317,8.99899\n4406,1646829032,47.74317,8.99899\n4407,1646829033,47.74317,8.99899\n4408,1646829034,47.74316,8.99899\n4409,1646829035,47.74316,8.99899\n4410,1646829036,47.74316,8.99899\n4411,1646829054,47.74326,8.99897\n4412,1646829055,47.74322,8.99897\n4413,1646829056,47.74319,8.99897\n4414,1646829057,47.74319,8.99897\n4415,1646829058,47.74319,8.99897\n4416,1646829059,47.74318,8.99897\n4417,1646829060,47.74317,8.99897\n4418,1646829061,47.74317,8.99898\n4419,1646829062,47.74317,8.99898\n4420,1646829063,47.74317,8.99898\n4421,1646829081,47.74297,8.99902\n4422,1646829082,47.74309,8.99901\n4423,1646829083,47.74310,8.99900\n4424,1646829084,47.74310,8.99900\n4425,1646829085,47.74310,8.99899\n4426,1646829086,47.74308,8.99899\n4427,1646829087,47.74308,8.99899\n4428,1646829088,47.74308,8.99899\n4429,1646829089,47.74307,8.99899\n4430,1646829090,47.74307,8.99899\n4431,1646829109,47.74321,8.99900\n4432,1646829110,47.74311,8.99900\n4433,1646829111,47.74310,8.99900\n4434,1646829112,47.74310,8.99900\n4435,1646829113,47.74309,8.99900\n4436,1646829114,47.74308,8.99900\n4437,1646829115,47.74307,8.99899\n4438,1646829116,47.74307,8.99899\n4439,1646829117,47.74306,8.99899\n4440,1646829118,47.74305,8.99899\n4441,1646829137,47.74311,8.99896\n4442,1646829138,47.74308,8.99897\n4443,1646829139,47.74306,8.99898\n4444,1646829140,47.74306,8.99898\n4445,1646829141,47.74306,8.99898\n4446,1646829142,47.74305,8.99899\n4447,1646829143,47.74305,8.99899\n4448,1646829144,47.74304,8.99899\n4449,1646829145,47.74300,8.99899\n4450,1646829147,47.74299,8.99899\n4451,1646829167,47.74318,8.99896\n4452,1646829168,47.74309,8.99897\n4453,1646829169,47.74305,8.99898\n4454,1646829170,47.74303,8.99898\n4455,1646829171,47.74301,8.99898\n4456,1646829172,47.74300,8.99899\n4457,1646829173,47.74299,8.99899\n4458,1646829174,47.74298,8.99899\n4459,1646829177,47.74294,8.99901\n4460,1646829178,47.74294,8.99901\n4461,1646829197,47.74289,8.99900\n4462,1646829198,47.74292,8.99899\n4463,1646829199,47.74296,8.99898\n4464,1646829200,47.74295,8.99897\n4465,1646829201,47.74296,8.99898\n4466,1646829202,47.74295,8.99898\n4467,1646829203,47.74295,8.99898\n4468,1646829204,47.74295,8.99898\n4469,1646829205,47.74298,8.99898\n4470,1646829207,47.74298,8.99898\n4471,1646829227,47.74303,8.99899\n4472,1646829228,47.74312,8.99898\n4473,1646829229,47.74311,8.99898\n4474,1646829230,47.74312,8.99898\n4475,1646829231,47.74310,8.99898\n4476,1646829232,47.74309,8.99899\n4477,1646829233,47.74309,8.99899\n4478,1646829234,47.74309,8.99899\n4479,1646829235,47.74309,8.99899\n4480,1646829237,47.74308,8.99899\n4481,1646829256,47.74313,8.99902\n4482,1646829257,47.74308,8.99902\n4483,1646829258,47.74307,8.99902\n4484,1646829259,47.74309,8.99901\n4485,1646829260,47.74309,8.99901\n4486,1646829261,47.74309,8.99901\n4487,1646829262,47.74309,8.99901\n4488,1646829263,47.74309,8.99901\n4489,1646829264,47.74309,8.99901\n4490,1646829265,47.74307,8.99901\n4491,1646829284,47.74311,8.99902\n4492,1646829285,47.74311,8.99903\n4493,1646829286,47.74310,8.99902\n4494,1646829287,47.74311,8.99902\n4495,1646829288,47.74311,8.99902\n4496,1646829289,47.74310,8.99903\n4497,1646829290,47.74310,8.99902\n4498,1646829291,47.74311,8.99902\n4499,1646829292,47.74311,8.99902\n4500,1646829293,47.74311,8.99902\n4501,1646829312,47.74322,8.99899\n4502,1646829313,47.74319,8.99899\n4503,1646829314,47.74316,8.99899\n4504,1646829315,47.74315,8.99899\n4505,1646829316,47.74314,8.99899\n4506,1646829317,47.74312,8.99898\n4507,1646829318,47.74312,8.99898\n4508,1646829319,47.74309,8.99899\n4509,1646829321,47.74309,8.99898\n4510,1646829322,47.74309,8.99898\n4511,1646829339,47.74326,8.99901\n4512,1646829339,47.74316,8.99902\n4513,1646829342,47.74314,8.99901\n4514,1646829343,47.74313,8.99901\n4515,1646829344,47.74312,8.99900\n4516,1646829345,47.74312,8.99900\n4517,1646829346,47.74312,8.99900\n4518,1646829347,47.74312,8.99900\n4519,1646829348,47.74311,8.99900\n4520,1646829349,47.74311,8.99900\n4521,1646829368,47.74309,8.99896\n4522,1646829369,47.74313,8.99896\n4523,1646829370,47.74313,8.99897\n4524,1646829371,47.74312,8.99897\n4525,1646829372,47.74311,8.99897\n4526,1646829373,47.74311,8.99898\n4527,1646829374,47.74311,8.99898\n4528,1646829375,47.74310,8.99898\n4529,1646829376,47.74309,8.99898\n4530,1646829377,47.74309,8.99899\n4531,1646829395,47.74286,8.99899\n4532,1646829397,47.74288,8.99899\n4533,1646829398,47.74290,8.99898\n4534,1646829399,47.74292,8.99898\n4535,1646829400,47.74292,8.99898\n4536,1646829401,47.74293,8.99898\n4537,1646829402,47.74294,8.99898\n4538,1646829403,47.74292,8.99898\n4539,1646829405,47.74292,8.99898\n4540,1646829406,47.74292,8.99898\n4541,1646829426,47.74308,8.99902\n4542,1646829427,47.74304,8.99902\n4543,1646829428,47.74308,8.99901\n4544,1646829429,47.74309,8.99900\n4545,1646829430,47.74309,8.99900\n4546,1646829431,47.74310,8.99900\n4547,1646829432,47.74310,8.99900\n4548,1646829433,47.74306,8.99900\n4549,1646829435,47.74306,8.99900\n4550,1646829436,47.74305,8.99900\n4551,1646829453,47.74289,8.99896\n4552,1646829453,47.74303,8.99894\n4553,1646829456,47.74306,8.99897\n4554,1646829457,47.74306,8.99898\n4555,1646829458,47.74306,8.99898\n4556,1646829459,47.74306,8.99899\n4557,1646829460,47.74306,8.99899\n4558,1646829461,47.74306,8.99899\n4559,1646829462,47.74306,8.99899\n4560,1646829463,47.74306,8.99899\n4561,1646829481,47.74320,8.99897\n4562,1646829482,47.74314,8.99898\n4563,1646829483,47.74312,8.99899\n4564,1646829484,47.74311,8.99898\n4565,1646829485,47.74310,8.99898\n4566,1646829486,47.74309,8.99899\n4567,1646829487,47.74310,8.99899\n4568,1646829488,47.74310,8.99899\n4569,1646829489,47.74310,8.99899\n4570,1646829490,47.74309,8.99900\n4571,1646829508,47.74304,8.99895\n4572,1646829509,47.74307,8.99895\n4573,1646829510,47.74308,8.99896\n4574,1646829511,47.74308,8.99896\n4575,1646829512,47.74308,8.99897\n4576,1646829513,47.74309,8.99897\n4577,1646829514,47.74310,8.99897\n4578,1646829515,47.74311,8.99897\n4579,1646829516,47.74311,8.99897\n4580,1646829517,47.74307,8.99898\n4581,1646829535,47.74313,8.99903\n4582,1646829536,47.74312,8.99903\n4583,1646829537,47.74312,8.99902\n4584,1646829538,47.74311,8.99900\n4585,1646829539,47.74311,8.99899\n4586,1646829540,47.74310,8.99899\n4587,1646829541,47.74310,8.99899\n4588,1646829542,47.74309,8.99898\n4589,1646829543,47.74309,8.99898\n4590,1646829544,47.74309,8.99897\n4591,1646829563,47.74312,8.99899\n4592,1646829564,47.74312,8.99899\n4593,1646829565,47.74312,8.99899\n4594,1646829566,47.74313,8.99898\n4595,1646829567,47.74313,8.99898\n4596,1646829568,47.74314,8.99898\n4597,1646829569,47.74315,8.99898\n4598,1646829570,47.74316,8.99899\n4599,1646829571,47.74316,8.99899\n4600,1646829572,47.74308,8.99900\n4601,1646829590,47.74314,8.99901\n4602,1646829591,47.74312,8.99899\n4603,1646829592,47.74311,8.99899\n4604,1646829593,47.74311,8.99898\n4605,1646829594,47.74311,8.99898\n4606,1646829595,47.74312,8.99898\n4607,1646829596,47.74312,8.99898\n4608,1646829597,47.74312,8.99898\n4609,1646829598,47.74312,8.99898\n4610,1646829599,47.74312,8.99898\n4611,1646829617,47.74313,8.99897\n4612,1646829618,47.74313,8.99897\n4613,1646829619,47.74314,8.99897\n4614,1646829620,47.74314,8.99897\n4615,1646829621,47.74314,8.99898\n4616,1646829622,47.74313,8.99898\n4617,1646829623,47.74313,8.99899\n4618,1646829624,47.74313,8.99899\n4619,1646829625,47.74310,8.99899\n4620,1646829627,47.74310,8.99899\n4621,1646829645,47.74310,8.99898\n4622,1646829646,47.74310,8.99898\n4623,1646829647,47.74310,8.99897\n4624,1646829648,47.74310,8.99897\n4625,1646829649,47.74310,8.99896\n4626,1646829650,47.74311,8.99896\n4627,1646829651,47.74311,8.99896\n4628,1646829652,47.74311,8.99896\n4629,1646829653,47.74310,8.99895\n4630,1646829654,47.74310,8.99895\n4631,1646829673,47.74308,8.99903\n4632,1646829674,47.74310,8.99901\n4633,1646829675,47.74311,8.99900\n4634,1646829676,47.74311,8.99899\n4635,1646829677,47.74311,8.99898\n4636,1646829678,47.74311,8.99898\n4637,1646829679,47.74306,8.99899\n4638,1646829681,47.74307,8.99898\n4639,1646829682,47.74307,8.99898\n4640,1646829683,47.74308,8.99898\n4641,1646829702,47.74307,8.99901\n4642,1646829703,47.74308,8.99901\n4643,1646829704,47.74309,8.99901\n4644,1646829705,47.74310,8.99900\n4645,1646829706,47.74310,8.99899\n4646,1646829707,47.74310,8.99899\n4647,1646829708,47.74311,8.99898\n4648,1646829709,47.74310,8.99898\n4649,1646829711,47.74310,8.99898\n4650,1646829712,47.74310,8.99898\n4651,1646829738,47.74294,8.99898\n4652,1646829739,47.74309,8.99899\n4653,1646829741,47.74308,8.99898\n4654,1646829742,47.74308,8.99898\n4655,1646829743,47.74308,8.99898\n4656,1646829744,47.74308,8.99898\n4657,1646829745,47.74309,8.99898\n4658,1646829746,47.74309,8.99898\n4659,1646829747,47.74309,8.99898\n4660,1646829748,47.74309,8.99898\n4661,1646829766,47.74322,8.99896\n4662,1646829767,47.74321,8.99897\n4663,1646829768,47.74321,8.99896\n4664,1646829769,47.74319,8.99898\n4665,1646829770,47.74318,8.99898\n4666,1646829771,47.74317,8.99898\n4667,1646829772,47.74316,8.99898\n4668,1646829773,47.74316,8.99898\n4669,1646829774,47.74316,8.99898\n4670,1646829775,47.74310,8.99899\n4671,1646829793,47.74312,8.99896\n4672,1646829794,47.74310,8.99897\n4673,1646829795,47.74312,8.99898\n4674,1646829796,47.74312,8.99897\n4675,1646829797,47.74313,8.99898\n4676,1646829798,47.74313,8.99898\n4677,1646829799,47.74314,8.99897\n4678,1646829800,47.74314,8.99897\n4679,1646829801,47.74314,8.99897\n4680,1646829802,47.74314,8.99897\n4681,1646829821,47.74304,8.99898\n4682,1646829822,47.74306,8.99898\n4683,1646829823,47.74306,8.99898\n4684,1646829824,47.74307,8.99898\n4685,1646829825,47.74308,8.99898\n4686,1646829826,47.74308,8.99898\n4687,1646829827,47.74308,8.99898\n4688,1646829828,47.74308,8.99899\n4689,1646829829,47.74306,8.99899\n4690,1646829831,47.74306,8.99899\n4691,1646829849,47.74311,8.99898\n4692,1646829850,47.74310,8.99898\n4693,1646829851,47.74311,8.99899\n4694,1646829852,47.74310,8.99899\n4695,1646829853,47.74310,8.99898\n4696,1646829854,47.74310,8.99898\n4697,1646829855,47.74310,8.99899\n4698,1646829856,47.74309,8.99900\n4699,1646829857,47.74310,8.99900\n4700,1646829858,47.74310,8.99899\n4701,1646829876,47.74309,8.99903\n4702,1646829877,47.74309,8.99903\n4703,1646829878,47.74309,8.99901\n4704,1646829879,47.74309,8.99900\n4705,1646829880,47.74309,8.99901\n4706,1646829881,47.74308,8.99901\n4707,1646829882,47.74308,8.99900\n4708,1646829883,47.74301,8.99901\n4709,1646829885,47.74301,8.99900\n4710,1646829886,47.74302,8.99900\n4711,1646829903,47.74311,8.99897\n4712,1646829903,47.74312,8.99896\n4713,1646829906,47.74310,8.99898\n4714,1646829907,47.74309,8.99899\n4715,1646829908,47.74309,8.99899\n4716,1646829909,47.74310,8.99899\n4717,1646829910,47.74309,8.99899\n4718,1646829911,47.74309,8.99900\n4719,1646829912,47.74309,8.99900\n4720,1646829913,47.74309,8.99900\n4721,1646829931,47.74274,8.99909\n4722,1646829932,47.74306,8.99904\n4723,1646829933,47.74307,8.99902\n4724,1646829934,47.74307,8.99901\n4725,1646829935,47.74308,8.99899\n4726,1646829936,47.74309,8.99899\n4727,1646829937,47.74309,8.99900\n4728,1646829938,47.74309,8.99901\n4729,1646829939,47.74309,8.99901\n4730,1646829940,47.74309,8.99901\n4731,1646829958,47.74305,8.99903\n4732,1646829959,47.74306,8.99901\n4733,1646829960,47.74307,8.99902\n4734,1646829961,47.74306,8.99902\n4735,1646829962,47.74306,8.99902\n4736,1646829963,47.74307,8.99901\n4737,1646829964,47.74307,8.99899\n4738,1646829965,47.74307,8.99899\n4739,1646829966,47.74307,8.99898\n4740,1646829967,47.74307,8.99897\n4741,1646829986,47.74311,8.99900\n4742,1646829987,47.74311,8.99899\n4743,1646829988,47.74311,8.99900\n4744,1646829989,47.74312,8.99899\n4745,1646829990,47.74312,8.99898\n4746,1646829991,47.74313,8.99896\n4747,1646829992,47.74313,8.99896\n4748,1646829993,47.74314,8.99896\n4749,1646829994,47.74313,8.99895\n4750,1646829995,47.74313,8.99895\n4751,1646830014,47.74324,8.99892\n4752,1646830015,47.74322,8.99895\n4753,1646830016,47.74320,8.99896\n4754,1646830017,47.74320,8.99898\n4755,1646830018,47.74318,8.99899\n4756,1646830019,47.74317,8.99900\n4757,1646830020,47.74316,8.99899\n4758,1646830021,47.74316,8.99900\n4759,1646830022,47.74309,8.99901\n4760,1646830024,47.74309,8.99902\n4761,1646830045,47.74306,8.99904\n4762,1646830046,47.74307,8.99903\n4763,1646830047,47.74308,8.99903\n4764,1646830048,47.74309,8.99902\n4765,1646830049,47.74309,8.99903\n4766,1646830050,47.74309,8.99902\n4767,1646830051,47.74309,8.99902\n4768,1646830053,47.74310,8.99901\n4769,1646830054,47.74310,8.99901\n4770,1646830055,47.74310,8.99900\n4771,1646830072,47.74309,8.99897\n4772,1646830072,47.74307,8.99898\n4773,1646830075,47.74308,8.99898\n4774,1646830076,47.74308,8.99898\n4775,1646830077,47.74309,8.99897\n4776,1646830078,47.74309,8.99898\n4777,1646830079,47.74310,8.99898\n4778,1646830080,47.74310,8.99898\n4779,1646830081,47.74310,8.99898\n4780,1646830082,47.74308,8.99898\n4781,1646830100,47.74307,8.99897\n4782,1646830101,47.74306,8.99896\n4783,1646830102,47.74306,8.99895\n4784,1646830103,47.74306,8.99895\n4785,1646830104,47.74305,8.99895\n4786,1646830105,47.74305,8.99896\n4787,1646830106,47.74304,8.99897\n4788,1646830107,47.74303,8.99897\n4789,1646830108,47.74303,8.99898\n4790,1646830109,47.74302,8.99899\n4791,1646830127,47.74305,8.99900\n4792,1646830128,47.74302,8.99901\n4793,1646830129,47.74302,8.99902\n4794,1646830130,47.74302,8.99902\n4795,1646830131,47.74303,8.99902\n4796,1646830132,47.74304,8.99901\n4797,1646830133,47.74306,8.99900\n4798,1646830134,47.74307,8.99898\n4799,1646830135,47.74308,8.99898\n4800,1646830137,47.74308,8.99898\n4801,1646830155,47.74346,8.99888\n4802,1646830156,47.74312,8.99896\n4803,1646830157,47.74313,8.99896\n4804,1646830158,47.74313,8.99896\n4805,1646830159,47.74313,8.99896\n4806,1646830160,47.74313,8.99899\n4807,1646830161,47.74312,8.99900\n4808,1646830162,47.74313,8.99899\n4809,1646830163,47.74314,8.99898\n4810,1646830164,47.74314,8.99899\n4811,1646830182,47.74310,8.99899\n4812,1646830183,47.74311,8.99898\n4813,1646830184,47.74311,8.99898\n4814,1646830185,47.74310,8.99899\n4815,1646830186,47.74309,8.99901\n4816,1646830187,47.74311,8.99899\n4817,1646830188,47.74312,8.99897\n4818,1646830189,47.74307,8.99898\n4819,1646830191,47.74308,8.99898\n4820,1646830192,47.74308,8.99899\n4821,1646830209,47.74330,8.99896\n4822,1646830209,47.74322,8.99899\n4823,1646830212,47.74319,8.99896\n4824,1646830213,47.74318,8.99897\n4825,1646830214,47.74317,8.99898\n4826,1646830215,47.74316,8.99899\n4827,1646830216,47.74315,8.99899\n4828,1646830217,47.74315,8.99899\n4829,1646830218,47.74315,8.99899\n4830,1646830219,47.74314,8.99899\n4831,1646830237,47.74348,8.99885\n4832,1646830238,47.74322,8.99892\n4833,1646830239,47.74319,8.99895\n4834,1646830240,47.74317,8.99896\n4835,1646830241,47.74315,8.99897\n4836,1646830242,47.74315,8.99896\n4837,1646830243,47.74314,8.99897\n4838,1646830244,47.74313,8.99898\n4839,1646830245,47.74312,8.99898\n4840,1646830246,47.74311,8.99898\n4841,1646830264,47.74319,8.99895\n4842,1646830265,47.74317,8.99895\n4843,1646830266,47.74316,8.99897\n4844,1646830267,47.74314,8.99898\n4845,1646830268,47.74312,8.99900\n4846,1646830269,47.74313,8.99898\n4847,1646830270,47.74313,8.99898\n4848,1646830271,47.74312,8.99898\n4849,1646830272,47.74312,8.99900\n4850,1646830273,47.74309,8.99901\n4851,1646830292,47.74315,8.99900\n4852,1646830293,47.74308,8.99901\n4853,1646830294,47.74308,8.99901\n4854,1646830295,47.74309,8.99900\n4855,1646830296,47.74312,8.99898\n4856,1646830297,47.74312,8.99898\n4857,1646830298,47.74311,8.99900\n4858,1646830299,47.74311,8.99900\n4859,1646830300,47.74311,8.99901\n4860,1646830301,47.74310,8.99902\n4861,1646830321,47.74322,8.99890\n4862,1646830322,47.74321,8.99891\n4863,1646830323,47.74317,8.99893\n4864,1646830324,47.74310,8.99897\n4865,1646830325,47.74311,8.99897\n4866,1646830326,47.74310,8.99896\n4867,1646830327,47.74312,8.99896\n4868,1646830329,47.74312,8.99895\n4869,1646830330,47.74310,8.99894\n4870,1646830331,47.74309,8.99894\n4871,1646830350,47.74301,8.99897\n4872,1646830351,47.74301,8.99897\n4873,1646830352,47.74302,8.99898\n4874,1646830353,47.74304,8.99898\n4875,1646830354,47.74305,8.99898\n4876,1646830355,47.74306,8.99898\n4877,1646830356,47.74307,8.99898\n4878,1646830357,47.74308,8.99898\n4879,1646830358,47.74309,8.99898\n4880,1646830359,47.74310,8.99898\n4881,1646830379,47.74327,8.99895\n4882,1646830380,47.74324,8.99895\n4883,1646830381,47.74321,8.99895\n4884,1646830382,47.74317,8.99897\n4885,1646830383,47.74316,8.99896\n4886,1646830384,47.74315,8.99896\n4887,1646830385,47.74315,8.99896\n4888,1646830386,47.74314,8.99896\n4889,1646830387,47.74310,8.99896\n4890,1646830389,47.74310,8.99896\n4891,1646830410,47.74287,8.99908\n4892,1646830411,47.74286,8.99908\n4893,1646830412,47.74285,8.99909\n4894,1646830413,47.74285,8.99908\n4895,1646830414,47.74285,8.99908\n4896,1646830415,47.74285,8.99907\n4897,1646830416,47.74286,8.99906\n4898,1646830417,47.74312,8.99899\n4899,1646830419,47.74312,8.99898\n4900,1646830420,47.74312,8.99897\n4901,1646830439,47.74339,8.99883\n4902,1646830440,47.74336,8.99886\n4903,1646830441,47.74331,8.99890\n4904,1646830442,47.74330,8.99892\n4905,1646830443,47.74325,8.99895\n4906,1646830444,47.74323,8.99897\n4907,1646830445,47.74321,8.99898\n4908,1646830446,47.74320,8.99898\n4909,1646830447,47.74316,8.99899\n4910,1646830449,47.74316,8.99899\n4911,1646830467,47.74285,8.99901\n4912,1646830468,47.74303,8.99898\n4913,1646830469,47.74301,8.99899\n4914,1646830470,47.74302,8.99899\n4915,1646830471,47.74303,8.99900\n4916,1646830472,47.74304,8.99900\n4917,1646830473,47.74305,8.99899\n4918,1646830474,47.74305,8.99898\n4919,1646830475,47.74306,8.99897\n4920,1646830476,47.74307,8.99898\n4921,1646830494,47.74322,8.99905\n4922,1646830495,47.74324,8.99902\n4923,1646830496,47.74323,8.99901\n4924,1646830497,47.74322,8.99901\n4925,1646830498,47.74323,8.99900\n4926,1646830499,47.74322,8.99898\n4927,1646830500,47.74322,8.99898\n4928,1646830501,47.74313,8.99901\n4929,1646830503,47.74314,8.99901\n4930,1646830504,47.74314,8.99900\n4931,1646830524,47.74343,8.99894\n4932,1646830525,47.74339,8.99896\n4933,1646830526,47.74338,8.99896\n4934,1646830527,47.74336,8.99895\n4935,1646830528,47.74335,8.99895\n4936,1646830529,47.74334,8.99897\n4937,1646830530,47.74333,8.99897\n4938,1646830531,47.74312,8.99897\n4939,1646830533,47.74314,8.99898\n4940,1646830534,47.74314,8.99899\n4941,1646830558,47.74312,8.99901\n4942,1646830559,47.74310,8.99903\n4943,1646830560,47.74309,8.99902\n4944,1646830561,47.74314,8.99901\n4945,1646830563,47.74314,8.99900\n4946,1646830564,47.74314,8.99900\n4947,1646830565,47.74314,8.99900\n4948,1646830566,47.74314,8.99900\n4949,1646830567,47.74314,8.99900\n4950,1646830568,47.74314,8.99901\n4951,1646830589,47.74324,8.99897\n4952,1646830590,47.74322,8.99895\n4953,1646830591,47.74322,8.99896\n4954,1646830592,47.74320,8.99896\n4955,1646830593,47.74319,8.99896\n4956,1646830594,47.74319,8.99896\n4957,1646830595,47.74318,8.99897\n4958,1646830596,47.74317,8.99897\n4959,1646830597,47.74307,8.99900\n4960,1646830599,47.74307,8.99899\n4961,1646830621,47.74283,8.99902\n4962,1646830622,47.74286,8.99902\n4963,1646830623,47.74286,8.99900\n4964,1646830624,47.74289,8.99900\n4965,1646830625,47.74293,8.99901\n4966,1646830626,47.74297,8.99900\n4967,1646830627,47.74302,8.99900\n4968,1646830629,47.74302,8.99900\n4969,1646830630,47.74302,8.99900\n4970,1646830631,47.74302,8.99900\n4971,1646830653,47.74332,8.99895\n4972,1646830654,47.74332,8.99895\n4973,1646830655,47.74331,8.99895\n4974,1646830656,47.74330,8.99894\n4975,1646830657,47.74305,8.99897\n4976,1646830659,47.74305,8.99898\n4977,1646830660,47.74305,8.99898\n4978,1646830661,47.74305,8.99898\n4979,1646830662,47.74306,8.99898\n4980,1646830663,47.74306,8.99897\n4981,1646830686,47.74320,8.99896\n4982,1646830687,47.74319,8.99896\n4983,1646830688,47.74318,8.99896\n4984,1646830689,47.74318,8.99897\n4985,1646830690,47.74319,8.99896\n4986,1646830691,47.74318,8.99897\n4987,1646830692,47.74317,8.99897\n4988,1646830693,47.74308,8.99899\n4989,1646830695,47.74308,8.99898\n4990,1646830696,47.74308,8.99897\n4991,1646830718,47.74336,8.99895\n4992,1646830719,47.74338,8.99893\n4993,1646830720,47.74337,8.99893\n4994,1646830721,47.74328,8.99895\n4995,1646830722,47.74328,8.99895\n4996,1646830723,47.74312,8.99898\n4997,1646830725,47.74308,8.99900\n4998,1646830726,47.74308,8.99900\n4999,1646830727,47.74308,8.99900\n5000,1646830728,47.74308,8.99900\n5001,1646830751,47.74351,8.99894\n5002,1646830752,47.74349,8.99893\n5003,1646830753,47.74308,8.99901\n5004,1646830755,47.74308,8.99901\n5005,1646830756,47.74308,8.99901\n5006,1646830757,47.74309,8.99900\n5007,1646830758,47.74309,8.99901\n5008,1646830759,47.74309,8.99901\n5009,1646830760,47.74309,8.99900\n5010,1646830761,47.74310,8.99900\n5011,1646830778,47.74303,8.99907\n5012,1646830778,47.74307,8.99902\n5013,1646830781,47.74303,8.99900\n5014,1646830782,47.74304,8.99900\n5015,1646830783,47.74305,8.99899\n5016,1646830784,47.74306,8.99899\n5017,1646830785,47.74306,8.99898\n5018,1646830786,47.74307,8.99898\n5019,1646830787,47.74307,8.99898\n5020,1646830788,47.74308,8.99898\n5021,1646830807,47.74314,8.99897\n5022,1646830808,47.74315,8.99897\n5023,1646830809,47.74315,8.99896\n5024,1646830810,47.74316,8.99896\n5025,1646830811,47.74317,8.99895\n5026,1646830812,47.74316,8.99896\n5027,1646830813,47.74310,8.99898\n5028,1646830815,47.74310,8.99898\n5029,1646830816,47.74311,8.99898\n5030,1646830817,47.74311,8.99897\n5031,1646830838,47.74343,8.99887\n5032,1646830839,47.74342,8.99887\n5033,1646830840,47.74343,8.99887\n5034,1646830841,47.74345,8.99886\n5035,1646830842,47.74345,8.99886\n5036,1646830843,47.74305,8.99899\n5037,1646830845,47.74305,8.99898\n5038,1646830846,47.74306,8.99898\n5039,1646830847,47.74306,8.99898\n5040,1646830848,47.74305,8.99899\n5041,1646830865,47.74312,8.99897\n5042,1646830865,47.74302,8.99899\n5043,1646830868,47.74303,8.99896\n5044,1646830869,47.74303,8.99896\n5045,1646830870,47.74304,8.99896\n5046,1646830871,47.74304,8.99896\n5047,1646830872,47.74305,8.99895\n5048,1646830873,47.74305,8.99895\n5049,1646830874,47.74306,8.99895\n5050,1646830875,47.74306,8.99895\n5051,1646830894,47.74347,8.99883\n5052,1646830895,47.74328,8.99889\n5053,1646830896,47.74326,8.99890\n5054,1646830897,47.74325,8.99890\n5055,1646830898,47.74329,8.99889\n5056,1646830899,47.74332,8.99889\n5057,1646830900,47.74331,8.99890\n5058,1646830901,47.74331,8.99890\n5059,1646830902,47.74330,8.99890\n5060,1646830903,47.74303,8.99898\n5061,1646830923,47.74350,8.99890\n5062,1646830924,47.74345,8.99891\n5063,1646830925,47.74342,8.99892\n5064,1646830926,47.74341,8.99892\n5065,1646830927,47.74340,8.99892\n5066,1646830928,47.74338,8.99891\n5067,1646830929,47.74336,8.99891\n5068,1646830930,47.74334,8.99892\n5069,1646830931,47.74333,8.99892\n5070,1646830932,47.74331,8.99892\n5071,1646830952,47.74339,8.99887\n5072,1646830953,47.74294,8.99898\n5073,1646830954,47.74295,8.99898\n5074,1646830955,47.74294,8.99899\n5075,1646830956,47.74294,8.99898\n5076,1646830957,47.74294,8.99898\n5077,1646830958,47.74295,8.99899\n5078,1646830959,47.74295,8.99899\n5079,1646830960,47.74296,8.99899\n5080,1646830961,47.74298,8.99900\n5081,1646830981,47.74345,8.99878\n5082,1646830982,47.74343,8.99880\n5083,1646830983,47.74340,8.99882\n5084,1646830984,47.74338,8.99884\n5085,1646830985,47.74335,8.99886\n5086,1646830986,47.74332,8.99887\n5087,1646830987,47.74311,8.99896\n5088,1646830989,47.74310,8.99896\n5089,1646830990,47.74310,8.99896\n5090,1646830991,47.74309,8.99896\n5091,1646831008,47.74309,8.99887\n5092,1646831008,47.74298,8.99891\n5093,1646831011,47.74304,8.99895\n5094,1646831012,47.74304,8.99896\n5095,1646831013,47.74303,8.99897\n5096,1646831014,47.74303,8.99897\n5097,1646831015,47.74302,8.99897\n5098,1646831016,47.74301,8.99898\n5099,1646831017,47.74301,8.99898\n5100,1646831018,47.74302,8.99898\n5101,1646831037,47.74309,8.99890\n5102,1646831038,47.74308,8.99889\n5103,1646831039,47.74312,8.99889\n5104,1646831040,47.74312,8.99890\n5105,1646831041,47.74310,8.99891\n5106,1646831042,47.74311,8.99891\n5107,1646831043,47.74313,8.99890\n5108,1646831044,47.74315,8.99890\n5109,1646831045,47.74315,8.99890\n5110,1646831046,47.74316,8.99890\n5111,1646831066,47.74350,8.99882\n5112,1646831067,47.74345,8.99884\n5113,1646831068,47.74349,8.99881\n5114,1646831069,47.74349,8.99882\n5115,1646831070,47.74346,8.99882\n5116,1646831071,47.74319,8.99893\n5117,1646831073,47.74318,8.99893\n5118,1646831074,47.74319,8.99893\n5119,1646831075,47.74321,8.99893\n5120,1646831076,47.74322,8.99892\n5121,1646831099,47.74340,8.99888\n5122,1646831100,47.74338,8.99888\n5123,1646831101,47.74306,8.99897\n5124,1646831103,47.74306,8.99897\n5125,1646831104,47.74304,8.99897\n5126,1646831105,47.74303,8.99897\n5127,1646831106,47.74303,8.99897\n5128,1646831107,47.74303,8.99897\n5129,1646831108,47.74303,8.99896\n5130,1646831109,47.74304,8.99896\n5131,1646831129,47.74284,8.99898\n5132,1646831130,47.74289,8.99898\n5133,1646831131,47.74289,8.99899\n5134,1646831132,47.74291,8.99899\n5135,1646831133,47.74292,8.99900\n5136,1646831134,47.74292,8.99900\n5137,1646831135,47.74294,8.99900\n5138,1646831136,47.74294,8.99900\n5139,1646831137,47.74294,8.99900\n5140,1646831138,47.74295,8.99900\n5141,1646831167,47.74299,8.99898\n5142,1646831169,47.74298,8.99898\n5143,1646831170,47.74300,8.99899\n5144,1646831171,47.74301,8.99898\n5145,1646831172,47.74302,8.99898\n5146,1646831173,47.74302,8.99897\n5147,1646831174,47.74302,8.99897\n5148,1646831175,47.74301,8.99897\n5149,1646831176,47.74301,8.99897\n5150,1646831177,47.74300,8.99897\n5151,1646831194,47.74296,8.99894\n5152,1646831197,47.74312,8.99896\n5153,1646831198,47.74313,8.99897\n5154,1646831199,47.74310,8.99898\n5155,1646831200,47.74310,8.99899\n5156,1646831201,47.74309,8.99899\n5157,1646831202,47.74308,8.99899\n5158,1646831203,47.74308,8.99899\n5159,1646831204,47.74309,8.99899\n5160,1646831205,47.74310,8.99899\n5161,1646831226,47.74328,8.99890\n5162,1646831227,47.74326,8.99891\n5163,1646831228,47.74330,8.99889\n5164,1646831229,47.74333,8.99889\n5165,1646831230,47.74337,8.99887\n5166,1646831231,47.74340,8.99886\n5167,1646831232,47.74342,8.99885\n5168,1646831233,47.74305,8.99897\n5169,1646831235,47.74308,8.99896\n5170,1646831236,47.74309,8.99895\n5171,1646831253,47.74318,8.99896\n5172,1646831253,47.74317,8.99898\n5173,1646831256,47.74317,8.99899\n5174,1646831257,47.74318,8.99899\n5175,1646831258,47.74318,8.99898\n5176,1646831259,47.74317,8.99898\n5177,1646831260,47.74317,8.99898\n5178,1646831261,47.74316,8.99898\n5179,1646831262,47.74317,8.99898\n5180,1646831263,47.74316,8.99898\n5181,1646831295,47.74328,8.99894\n5182,1646831296,47.74328,8.99894\n5183,1646831297,47.74328,8.99894\n5184,1646831298,47.74328,8.99893\n5185,1646831299,47.74328,8.99893\n5186,1646831300,47.74328,8.99893\n5187,1646831301,47.74328,8.99893\n5188,1646831302,47.74328,8.99894\n5189,1646831303,47.74328,8.99894\n5190,1646831304,47.74328,8.99893\n5191,1646831326,47.74348,8.99887\n5192,1646831327,47.74338,8.99890\n5193,1646831328,47.74332,8.99892\n5194,1646831329,47.74316,8.99897\n5195,1646831331,47.74315,8.99897\n5196,1646831332,47.74316,8.99897\n5197,1646831333,47.74316,8.99897\n5198,1646831334,47.74316,8.99897\n5199,1646831335,47.74316,8.99897\n5200,1646831336,47.74315,8.99897\n5201,1646831363,47.74304,8.99899\n5202,1646831364,47.74304,8.99899\n5203,1646831365,47.74304,8.99899\n5204,1646831366,47.74304,8.99899\n5205,1646831367,47.74304,8.99899\n5206,1646831368,47.74304,8.99899\n5207,1646831369,47.74304,8.99899\n5208,1646831370,47.74304,8.99899\n5209,1646831371,47.74303,8.99899\n5210,1646831372,47.74303,8.99899\n5211,1646831392,47.74318,8.99896\n5212,1646831393,47.74317,8.99897\n5213,1646831394,47.74316,8.99897\n5214,1646831395,47.74314,8.99897\n5215,1646831396,47.74312,8.99897\n5216,1646831397,47.74311,8.99897\n5217,1646831398,47.74310,8.99897\n5218,1646831399,47.74310,8.99898\n5219,1646831400,47.74309,8.99898\n5220,1646831401,47.74309,8.99898\n5221,1646831422,47.74339,8.99890\n5222,1646831423,47.74334,8.99892\n5223,1646831424,47.74327,8.99894\n5224,1646831425,47.74324,8.99895\n5225,1646831426,47.74323,8.99895\n5226,1646831427,47.74323,8.99894\n5227,1646831428,47.74321,8.99895\n5228,1646831429,47.74319,8.99896\n5229,1646831430,47.74318,8.99895\n5230,1646831431,47.74318,8.99895\n5231,1646831454,47.74269,8.99917\n5232,1646831455,47.74275,8.99916\n5233,1646831456,47.74279,8.99914\n5234,1646831457,47.74283,8.99913\n5235,1646831458,47.74287,8.99911\n5236,1646831459,47.74290,8.99909\n5237,1646831460,47.74292,8.99908\n5238,1646831461,47.74322,8.99897\n5239,1646831463,47.74321,8.99897\n5240,1646831464,47.74320,8.99897\n5241,1646831491,47.74329,8.99895\n5242,1646831492,47.74327,8.99895\n5243,1646831493,47.74326,8.99895\n5244,1646831494,47.74324,8.99895\n5245,1646831495,47.74322,8.99895\n5246,1646831496,47.74321,8.99895\n5247,1646831497,47.74319,8.99896\n5248,1646831498,47.74318,8.99896\n5249,1646831499,47.74318,8.99896\n5250,1646831500,47.74317,8.99896\n5251,1646831532,47.74312,8.99898\n5252,1646831533,47.74312,8.99898\n5253,1646831534,47.74312,8.99898\n5254,1646831535,47.74312,8.99898\n5255,1646831536,47.74313,8.99898\n5256,1646831537,47.74313,8.99898\n5257,1646831538,47.74314,8.99898\n5258,1646831539,47.74314,8.99898\n5259,1646831540,47.74315,8.99898\n5260,1646831541,47.74315,8.99897\n5261,1646831568,47.74314,8.99895\n5262,1646831569,47.74315,8.99896\n5263,1646831570,47.74315,8.99895\n5264,1646831571,47.74315,8.99896\n5265,1646831572,47.74315,8.99896\n5266,1646831573,47.74315,8.99896\n5267,1646831574,47.74315,8.99896\n5268,1646831575,47.74315,8.99896\n5269,1646831576,47.74315,8.99896\n5270,1646831577,47.74316,8.99896\n5271,1646831599,47.74320,8.99896\n5272,1646831600,47.74319,8.99897\n5273,1646831601,47.74320,8.99897\n5274,1646831602,47.74319,8.99897\n5275,1646831603,47.74319,8.99897\n5276,1646831604,47.74320,8.99897\n5277,1646831605,47.74320,8.99897\n5278,1646831607,47.74321,8.99897\n5279,1646831608,47.74321,8.99897\n5280,1646831609,47.74321,8.99897\n5281,1646831630,47.74304,8.99903\n5282,1646831631,47.74302,8.99903\n5283,1646831632,47.74304,8.99903\n5284,1646831633,47.74302,8.99904\n5285,1646831634,47.74299,8.99905\n5286,1646831635,47.74309,8.99901\n5287,1646831637,47.74310,8.99901\n5288,1646831638,47.74311,8.99900\n5289,1646831639,47.74312,8.99900\n5290,1646831640,47.74312,8.99900\n5291,1646831660,47.74344,8.99888\n5292,1646831661,47.74341,8.99890\n5293,1646831662,47.74339,8.99891\n5294,1646831663,47.74338,8.99891\n5295,1646831664,47.74337,8.99891\n5296,1646831665,47.74318,8.99898\n5297,1646831667,47.74319,8.99897\n5298,1646831668,47.74319,8.99897\n5299,1646831669,47.74319,8.99896\n5300,1646831670,47.74320,8.99896\n5301,1646831687,47.74295,8.99904\n5302,1646831687,47.74305,8.99901\n5303,1646831690,47.74314,8.99897\n5304,1646831691,47.74315,8.99897\n5305,1646831692,47.74316,8.99897\n5306,1646831693,47.74316,8.99897\n5307,1646831694,47.74317,8.99896\n5308,1646831695,47.74318,8.99896\n5309,1646831696,47.74318,8.99895\n5310,1646831697,47.74319,8.99895\n5311,1646831718,47.74337,8.99883\n5312,1646831719,47.74332,8.99885\n5313,1646831720,47.74326,8.99887\n5314,1646831721,47.74325,8.99889\n5315,1646831722,47.74321,8.99890\n5316,1646831723,47.74322,8.99891\n5317,1646831724,47.74322,8.99891\n5318,1646831725,47.74307,8.99896\n5319,1646831727,47.74307,8.99896\n5320,1646831728,47.74308,8.99897\n5321,1646831745,47.74332,8.99884\n5322,1646831745,47.74323,8.99889\n5323,1646831748,47.74317,8.99892\n5324,1646831749,47.74316,8.99893\n5325,1646831750,47.74315,8.99893\n5326,1646831751,47.74313,8.99894\n5327,1646831752,47.74313,8.99894\n5328,1646831753,47.74312,8.99895\n5329,1646831754,47.74311,8.99895\n5330,1646831755,47.74310,8.99896\n5331,1646831775,47.74323,8.99896\n5332,1646831776,47.74319,8.99896\n5333,1646831777,47.74319,8.99897\n5334,1646831778,47.74319,8.99897\n5335,1646831779,47.74320,8.99897\n5336,1646831780,47.74321,8.99896\n5337,1646831781,47.74321,8.99896\n5338,1646831782,47.74322,8.99896\n5339,1646831783,47.74323,8.99895\n5340,1646831784,47.74323,8.99895\n5341,1646831804,47.74306,8.99900\n5342,1646831805,47.74304,8.99901\n5343,1646831806,47.74303,8.99901\n5344,1646831807,47.74301,8.99902\n5345,1646831808,47.74301,8.99902\n5346,1646831809,47.74309,8.99899\n5347,1646831811,47.74310,8.99899\n5348,1646831812,47.74310,8.99899\n5349,1646831813,47.74309,8.99899\n5350,1646831814,47.74310,8.99899\n5351,1646831835,47.74300,8.99902\n5352,1646831836,47.74303,8.99901\n5353,1646831837,47.74304,8.99900\n5354,1646831838,47.74306,8.99899\n5355,1646831839,47.74305,8.99899\n5356,1646831841,47.74305,8.99899\n5357,1646831842,47.74304,8.99899\n5358,1646831843,47.74303,8.99899\n5359,1646831844,47.74303,8.99899\n5360,1646831845,47.74302,8.99899\n5361,1646831862,47.74294,8.99887\n5362,1646831865,47.74302,8.99890\n5363,1646831866,47.74300,8.99891\n5364,1646831867,47.74300,8.99892\n5365,1646831868,47.74299,8.99893\n5366,1646831869,47.74299,8.99894\n5367,1646831870,47.74299,8.99894\n5368,1646831871,47.74300,8.99894\n5369,1646831872,47.74300,8.99895\n5370,1646831873,47.74300,8.99895\n5371,1646831890,47.74306,8.99899\n5372,1646831890,47.74310,8.99896\n5373,1646831893,47.74310,8.99897\n5374,1646831894,47.74309,8.99897\n5375,1646831895,47.74310,8.99897\n5376,1646831896,47.74311,8.99897\n5377,1646831897,47.74311,8.99897\n5378,1646831898,47.74311,8.99897\n5379,1646831899,47.74311,8.99897\n5380,1646831900,47.74311,8.99897\n5381,1646831921,47.74339,8.99889\n5382,1646831922,47.74339,8.99889\n5383,1646831923,47.74339,8.99888\n5384,1646831924,47.74338,8.99889\n5385,1646831925,47.74338,8.99890\n5386,1646831926,47.74339,8.99889\n5387,1646831927,47.74340,8.99890\n5388,1646831928,47.74340,8.99890\n5389,1646831929,47.74320,8.99897\n5390,1646831931,47.74319,8.99897\n5391,1646831952,47.74319,8.99897\n5392,1646831953,47.74315,8.99898\n5393,1646831954,47.74316,8.99898\n5394,1646831955,47.74318,8.99897\n5395,1646831956,47.74318,8.99897\n5396,1646831957,47.74318,8.99897\n5397,1646831958,47.74319,8.99897\n5398,1646831959,47.74325,8.99894\n5399,1646831961,47.74325,8.99895\n5400,1646831962,47.74325,8.99895\n5401,1646831979,47.74306,8.99896\n5402,1646831982,47.74309,8.99897\n5403,1646831983,47.74308,8.99897\n5404,1646831984,47.74307,8.99898\n5405,1646831985,47.74306,8.99899\n5406,1646831986,47.74305,8.99899\n5407,1646831987,47.74305,8.99900\n5408,1646831988,47.74304,8.99900\n5409,1646831989,47.74304,8.99901\n5410,1646831990,47.74303,8.99901\n5411,1646832012,47.74303,8.99898\n5412,1646832013,47.74301,8.99898\n5413,1646832014,47.74298,8.99899\n5414,1646832015,47.74294,8.99899\n5415,1646832016,47.74290,8.99900\n5416,1646832017,47.74288,8.99900\n5417,1646832018,47.74286,8.99900\n5418,1646832019,47.74298,8.99897\n5419,1646832021,47.74297,8.99898\n5420,1646832022,47.74296,8.99898\n5421,1646832044,47.74292,8.99902\n5422,1646832045,47.74294,8.99901\n5423,1646832046,47.74296,8.99901\n5424,1646832047,47.74299,8.99900\n5425,1646832048,47.74299,8.99900\n5426,1646832049,47.74311,8.99897\n5427,1646832051,47.74310,8.99897\n5428,1646832052,47.74310,8.99897\n5429,1646832053,47.74310,8.99898\n5430,1646832054,47.74310,8.99898\n5431,1646832073,47.74330,8.99883\n5432,1646832074,47.74329,8.99884\n5433,1646832075,47.74326,8.99886\n5434,1646832076,47.74325,8.99888\n5435,1646832077,47.74323,8.99889\n5436,1646832078,47.74322,8.99890\n5437,1646832079,47.74321,8.99891\n5438,1646832080,47.74320,8.99892\n5439,1646832081,47.74320,8.99892\n5440,1646832082,47.74319,8.99893\n5441,1646832105,47.74305,8.99900\n5442,1646832106,47.74304,8.99900\n5443,1646832107,47.74305,8.99899\n5444,1646832108,47.74310,8.99899\n5445,1646832109,47.74319,8.99898\n5446,1646832111,47.74320,8.99897\n5447,1646832112,47.74321,8.99896\n5448,1646832113,47.74321,8.99896\n5449,1646832114,47.74321,8.99896\n5450,1646832115,47.74320,8.99896\n5451,1646832132,47.74332,8.99896\n5452,1646832132,47.74330,8.99895\n5453,1646832135,47.74307,8.99901\n5454,1646832136,47.74310,8.99901\n5455,1646832137,47.74312,8.99900\n5456,1646832138,47.74312,8.99900\n5457,1646832139,47.74311,8.99901\n5458,1646832140,47.74312,8.99901\n5459,1646832141,47.74311,8.99901\n5460,1646832142,47.74311,8.99901\n5461,1646832159,47.74327,8.99894\n5462,1646832162,47.74328,8.99894\n5463,1646832163,47.74328,8.99893\n5464,1646832164,47.74328,8.99893\n5465,1646832165,47.74328,8.99893\n5466,1646832166,47.74328,8.99893\n5467,1646832167,47.74328,8.99893\n5468,1646832168,47.74329,8.99892\n5469,1646832169,47.74329,8.99892\n5470,1646832170,47.74330,8.99892\n5471,1646832191,47.74308,8.99898\n5472,1646832192,47.74308,8.99898\n5473,1646832193,47.74308,8.99898\n5474,1646832194,47.74310,8.99897\n5475,1646832195,47.74312,8.99897\n5476,1646832196,47.74313,8.99897\n5477,1646832197,47.74314,8.99896\n5478,1646832198,47.74314,8.99896\n5479,1646832199,47.74324,8.99893\n5480,1646832201,47.74324,8.99893\n5481,1646832222,47.74295,8.99903\n5482,1646832223,47.74305,8.99902\n5483,1646832224,47.74311,8.99900\n5484,1646832225,47.74311,8.99899\n5485,1646832226,47.74312,8.99899\n5486,1646832227,47.74313,8.99899\n5487,1646832228,47.74314,8.99899\n5488,1646832229,47.74312,8.99899\n5489,1646832231,47.74313,8.99900\n5490,1646832232,47.74313,8.99899\n5491,1646832254,47.74307,8.99902\n5492,1646832255,47.74307,8.99901\n5493,1646832256,47.74307,8.99901\n5494,1646832257,47.74307,8.99900\n5495,1646832258,47.74307,8.99900\n5496,1646832259,47.74316,8.99897\n5497,1646832261,47.74318,8.99896\n5498,1646832262,47.74319,8.99896\n5499,1646832263,47.74319,8.99896\n5500,1646832264,47.74318,8.99896\n5501,1646832283,47.74316,8.99902\n5502,1646832284,47.74315,8.99904\n5503,1646832285,47.74316,8.99904\n5504,1646832286,47.74315,8.99904\n5505,1646832287,47.74314,8.99904\n5506,1646832288,47.74314,8.99904\n5507,1646832289,47.74314,8.99904\n5508,1646832290,47.74313,8.99904\n5509,1646832291,47.74313,8.99904\n5510,1646832292,47.74312,8.99904\n5511,1646832310,47.74300,8.99895\n5512,1646832311,47.74316,8.99891\n5513,1646832312,47.74315,8.99891\n5514,1646832313,47.74315,8.99891\n5515,1646832314,47.74315,8.99891\n5516,1646832315,47.74316,8.99892\n5517,1646832316,47.74314,8.99892\n5518,1646832317,47.74314,8.99893\n5519,1646832318,47.74312,8.99894\n5520,1646832319,47.74316,8.99895\n5521,1646832351,47.74310,8.99900\n5522,1646832352,47.74308,8.99901\n5523,1646832353,47.74309,8.99900\n5524,1646832354,47.74310,8.99899\n5525,1646832355,47.74311,8.99899\n5526,1646832356,47.74311,8.99899\n5527,1646832357,47.74311,8.99899\n5528,1646832358,47.74311,8.99899\n5529,1646832359,47.74311,8.99899\n5530,1646832360,47.74310,8.99900\n5531,1646832382,47.74288,8.99899\n5532,1646832383,47.74288,8.99899\n5533,1646832384,47.74290,8.99899\n5534,1646832385,47.74306,8.99897\n5535,1646832387,47.74306,8.99898\n5536,1646832388,47.74306,8.99899\n5537,1646832389,47.74304,8.99900\n5538,1646832390,47.74303,8.99902\n5539,1646832391,47.74303,8.99902\n5540,1646832392,47.74303,8.99902\n5541,1646832412,47.74278,8.99910\n5542,1646832413,47.74282,8.99908\n5543,1646832414,47.74286,8.99906\n5544,1646832415,47.74289,8.99905\n5545,1646832416,47.74292,8.99905\n5546,1646832417,47.74294,8.99904\n5547,1646832418,47.74296,8.99904\n5548,1646832419,47.74298,8.99903\n5549,1646832420,47.74300,8.99902\n5550,1646832421,47.74316,8.99897\n5551,1646832442,47.74315,8.99901\n5552,1646832443,47.74317,8.99900\n5553,1646832444,47.74319,8.99899\n5554,1646832445,47.74321,8.99899\n5555,1646832446,47.74321,8.99899\n5556,1646832447,47.74322,8.99899\n5557,1646832448,47.74324,8.99898\n5558,1646832449,47.74325,8.99898\n5559,1646832450,47.74326,8.99898\n5560,1646832451,47.74321,8.99900\n5561,1646832472,47.74316,8.99896\n5562,1646832473,47.74321,8.99895\n5563,1646832474,47.74320,8.99896\n5564,1646832475,47.74320,8.99896\n5565,1646832476,47.74319,8.99896\n5566,1646832477,47.74321,8.99895\n5567,1646832478,47.74322,8.99895\n5568,1646832479,47.74323,8.99896\n5569,1646832480,47.74324,8.99897\n5570,1646832481,47.74324,8.99897\n5571,1646832499,47.74298,8.99904\n5572,1646832500,47.74301,8.99903\n5573,1646832501,47.74302,8.99901\n5574,1646832502,47.74304,8.99900\n5575,1646832503,47.74305,8.99901\n5576,1646832504,47.74306,8.99901\n5577,1646832505,47.74305,8.99901\n5578,1646832506,47.74306,8.99901\n5579,1646832507,47.74307,8.99902\n5580,1646832508,47.74307,8.99901\n5581,1646832527,47.74315,8.99900\n5582,1646832528,47.74320,8.99899\n5583,1646832529,47.74321,8.99899\n5584,1646832530,47.74321,8.99898\n5585,1646832531,47.74322,8.99898\n5586,1646832532,47.74321,8.99898\n5587,1646832533,47.74320,8.99898\n5588,1646832534,47.74319,8.99898\n5589,1646832535,47.74317,8.99898\n5590,1646832536,47.74311,8.99899\n5591,1646832554,47.74311,8.99898\n5592,1646832555,47.74321,8.99892\n5593,1646832556,47.74319,8.99893\n5594,1646832557,47.74319,8.99893\n5595,1646832558,47.74319,8.99894\n5596,1646832559,47.74319,8.99893\n5597,1646832560,47.74319,8.99894\n5598,1646832561,47.74320,8.99894\n5599,1646832562,47.74319,8.99895\n5600,1646832563,47.74319,8.99895\n5601,1646832583,47.74303,8.99899\n5602,1646832584,47.74305,8.99898\n5603,1646832585,47.74306,8.99897\n5604,1646832586,47.74308,8.99897\n5605,1646832587,47.74309,8.99898\n5606,1646832588,47.74310,8.99898\n5607,1646832589,47.74316,8.99896\n5608,1646832591,47.74317,8.99896\n5609,1646832592,47.74317,8.99896\n5610,1646832593,47.74318,8.99897\n5611,1646832615,47.74295,8.99907\n5612,1646832616,47.74295,8.99907\n5613,1646832617,47.74294,8.99907\n5614,1646832618,47.74294,8.99906\n5615,1646832619,47.74304,8.99903\n5616,1646832621,47.74305,8.99902\n5617,1646832622,47.74305,8.99901\n5618,1646832623,47.74306,8.99901\n5619,1646832624,47.74306,8.99900\n5620,1646832625,47.74307,8.99900\n5621,1646832646,47.74319,8.99894\n5622,1646832647,47.74321,8.99893\n5623,1646832648,47.74320,8.99894\n5624,1646832649,47.74321,8.99892\n5625,1646832650,47.74321,8.99892\n5626,1646832651,47.74321,8.99892\n5627,1646832652,47.74321,8.99892\n5628,1646832653,47.74321,8.99892\n5629,1646832654,47.74321,8.99892\n5630,1646832655,47.74321,8.99892\n5631,1646832674,47.74314,8.99905\n5632,1646832676,47.74311,8.99906\n5633,1646832677,47.74310,8.99907\n5634,1646832678,47.74311,8.99907\n5635,1646832679,47.74312,8.99906\n5636,1646832680,47.74312,8.99906\n5637,1646832681,47.74313,8.99905\n5638,1646832682,47.74314,8.99904\n5639,1646832683,47.74316,8.99903\n5640,1646832684,47.74316,8.99903\n5641,1646832704,47.74333,8.99893\n5642,1646832706,47.74334,8.99893\n5643,1646832707,47.74331,8.99895\n5644,1646832708,47.74331,8.99894\n5645,1646832709,47.74332,8.99893\n5646,1646832710,47.74332,8.99893\n5647,1646832711,47.74333,8.99892\n5648,1646832712,47.74333,8.99892\n5649,1646832713,47.74332,8.99891\n5650,1646832714,47.74332,8.99891\n5651,1646832738,47.74333,8.99896\n5652,1646832739,47.74331,8.99897\n5653,1646832740,47.74328,8.99897\n5654,1646832741,47.74326,8.99897\n5655,1646832742,47.74324,8.99897\n5656,1646832743,47.74322,8.99898\n5657,1646832744,47.74321,8.99898\n5658,1646832745,47.74320,8.99898\n5659,1646832746,47.74320,8.99898\n5660,1646832747,47.74320,8.99898\n5661,1646832764,47.74348,8.99889\n5662,1646832767,47.74321,8.99901\n5663,1646832768,47.74323,8.99902\n5664,1646832769,47.74327,8.99900\n5665,1646832770,47.74328,8.99899\n5666,1646832771,47.74329,8.99899\n5667,1646832772,47.74330,8.99898\n5668,1646832773,47.74331,8.99898\n5669,1646832774,47.74331,8.99898\n5670,1646832775,47.74331,8.99897\n5671,1646832799,47.74325,8.99894\n5672,1646832800,47.74328,8.99893\n5673,1646832801,47.74327,8.99893\n5674,1646832802,47.74326,8.99892\n5675,1646832803,47.74327,8.99892\n5676,1646832804,47.74326,8.99892\n5677,1646832805,47.74332,8.99889\n5678,1646832807,47.74332,8.99889\n5679,1646832808,47.74332,8.99890\n5680,1646832809,47.74332,8.99890\n5681,1646832831,47.74356,8.99879\n5682,1646832833,47.74354,8.99880\n5683,1646832834,47.74352,8.99880\n5684,1646832835,47.74350,8.99881\n5685,1646832836,47.74349,8.99882\n5686,1646832837,47.74349,8.99882\n5687,1646832838,47.74349,8.99881\n5688,1646832839,47.74348,8.99882\n5689,1646832840,47.74347,8.99882\n5690,1646832841,47.74346,8.99883\n5691,1646832867,47.74332,8.99896\n5692,1646832868,47.74330,8.99897\n5693,1646832869,47.74329,8.99898\n5694,1646832870,47.74327,8.99898\n5695,1646832871,47.74326,8.99898\n5696,1646832872,47.74325,8.99899\n5697,1646832873,47.74324,8.99899\n5698,1646832874,47.74323,8.99900\n5699,1646832875,47.74322,8.99900\n5700,1646832876,47.74320,8.99900\n5701,1646832901,47.74326,8.99903\n5702,1646832902,47.74324,8.99904\n5703,1646832903,47.74325,8.99904\n5704,1646832904,47.74325,8.99904\n5705,1646832905,47.74324,8.99904\n5706,1646832906,47.74324,8.99904\n5707,1646832907,47.74324,8.99903\n5708,1646832908,47.74325,8.99903\n5709,1646832909,47.74325,8.99903\n5710,1646832910,47.74326,8.99902\n5711,1646832930,47.74308,8.99903\n5712,1646832931,47.74311,8.99902\n5713,1646832932,47.74312,8.99902\n5714,1646832933,47.74313,8.99902\n5715,1646832934,47.74314,8.99901\n5716,1646832935,47.74315,8.99900\n5717,1646832936,47.74316,8.99899\n5718,1646832937,47.74332,8.99894\n5719,1646832939,47.74332,8.99894\n5720,1646832940,47.74332,8.99894\n5721,1646832962,47.74322,8.99898\n5722,1646832963,47.74312,8.99900\n5723,1646832964,47.74308,8.99902\n5724,1646832965,47.74305,8.99902\n5725,1646832966,47.74304,8.99901\n5726,1646832967,47.74322,8.99894\n5727,1646832969,47.74321,8.99893\n5728,1646832970,47.74321,8.99893\n5729,1646832971,47.74322,8.99893\n5730,1646832972,47.74322,8.99893\n5731,1646832991,47.74324,8.99896\n5732,1646832992,47.74321,8.99897\n5733,1646832993,47.74322,8.99897\n5734,1646832994,47.74324,8.99896\n5735,1646832995,47.74325,8.99896\n5736,1646832996,47.74325,8.99897\n5737,1646832997,47.74325,8.99897\n5738,1646832998,47.74325,8.99898\n5739,1646832999,47.74324,8.99899\n5740,1646833000,47.74323,8.99899\n5741,1646833022,47.74277,8.99915\n5742,1646833023,47.74278,8.99914\n5743,1646833024,47.74278,8.99914\n5744,1646833025,47.74279,8.99914\n5745,1646833026,47.74278,8.99914\n5746,1646833027,47.74309,8.99906\n5747,1646833029,47.74308,8.99905\n5748,1646833030,47.74309,8.99905\n5749,1646833031,47.74310,8.99905\n5750,1646833032,47.74312,8.99904\n5751,1646833054,47.74327,8.99905\n5752,1646833055,47.74330,8.99905\n5753,1646833056,47.74333,8.99904\n5754,1646833057,47.74336,8.99903\n5755,1646833058,47.74337,8.99903\n5756,1646833059,47.74338,8.99902\n5757,1646833060,47.74339,8.99902\n5758,1646833061,47.74338,8.99902\n5759,1646833062,47.74337,8.99902\n5760,1646833063,47.74337,8.99902\n5761,1646833084,47.74256,8.99917\n5762,1646833085,47.74259,8.99916\n5763,1646833086,47.74267,8.99914\n5764,1646833087,47.74274,8.99912\n5765,1646833088,47.74279,8.99911\n5766,1646833089,47.74282,8.99910\n5767,1646833090,47.74285,8.99909\n5768,1646833091,47.74287,8.99909\n5769,1646833092,47.74289,8.99909\n5770,1646833093,47.74331,8.99896\n5771,1646833123,47.74320,8.99897\n5772,1646833124,47.74322,8.99896\n5773,1646833125,47.74324,8.99896\n5774,1646833126,47.74325,8.99895\n5775,1646833127,47.74326,8.99894\n5776,1646833128,47.74327,8.99894\n5777,1646833129,47.74328,8.99893\n5778,1646833130,47.74330,8.99893\n5779,1646833131,47.74331,8.99892\n5780,1646833132,47.74331,8.99892\n5781,1646833155,47.74270,8.99913\n5782,1646833156,47.74273,8.99911\n5783,1646833157,47.74275,8.99909\n5784,1646833158,47.74276,8.99909\n5785,1646833159,47.74295,8.99900\n5786,1646833161,47.74298,8.99899\n5787,1646833162,47.74301,8.99898\n5788,1646833163,47.74302,8.99898\n5789,1646833164,47.74303,8.99898\n5790,1646833165,47.74304,8.99898\n5791,1646833194,47.74309,8.99900\n5792,1646833195,47.74320,8.99897\n5793,1646833197,47.74320,8.99897\n5794,1646833198,47.74321,8.99897\n5795,1646833199,47.74320,8.99897\n5796,1646833200,47.74320,8.99897\n5797,1646833201,47.74320,8.99897\n5798,1646833202,47.74318,8.99898\n5799,1646833203,47.74317,8.99898\n5800,1646833204,47.74316,8.99898\n5801,1646833233,47.74302,8.99904\n5802,1646833234,47.74304,8.99904\n5803,1646833235,47.74304,8.99904\n5804,1646833236,47.74305,8.99904\n5805,1646833237,47.74304,8.99904\n5806,1646833238,47.74303,8.99904\n5807,1646833239,47.74303,8.99904\n5808,1646833240,47.74303,8.99905\n5809,1646833241,47.74304,8.99905\n5810,1646833242,47.74304,8.99906\n5811,1646833270,47.74316,8.99898\n5812,1646833271,47.74316,8.99897\n5813,1646833272,47.74316,8.99897\n5814,1646833273,47.74317,8.99896\n5815,1646833274,47.74317,8.99896\n5816,1646833275,47.74317,8.99895\n5817,1646833276,47.74317,8.99895\n5818,1646833277,47.74317,8.99895\n5819,1646833278,47.74316,8.99895\n5820,1646833279,47.74316,8.99894\n5821,1646833311,47.74355,8.99877\n5822,1646833312,47.74354,8.99878\n5823,1646833313,47.74354,8.99878\n5824,1646833314,47.74354,8.99878\n5825,1646833315,47.74352,8.99879\n5826,1646833316,47.74351,8.99880\n5827,1646833317,47.74347,8.99881\n5828,1646833318,47.74344,8.99881\n5829,1646833319,47.74342,8.99882\n5830,1646833320,47.74342,8.99882\n5831,1646833341,47.74302,8.99895\n5832,1646833342,47.74306,8.99891\n5833,1646833343,47.74304,8.99894\n5834,1646833344,47.74303,8.99895\n5835,1646833345,47.74302,8.99895\n5836,1646833346,47.74303,8.99895\n5837,1646833347,47.74304,8.99895\n5838,1646833348,47.74305,8.99895\n5839,1646833349,47.74305,8.99896\n5840,1646833350,47.74306,8.99896\n5841,1646833367,47.74324,8.99889\n5842,1646833369,47.74286,8.99905\n5843,1646833371,47.74288,8.99905\n5844,1646833372,47.74290,8.99905\n5845,1646833373,47.74290,8.99905\n5846,1646833374,47.74290,8.99905\n5847,1646833375,47.74291,8.99905\n5848,1646833376,47.74292,8.99904\n5849,1646833377,47.74292,8.99905\n5850,1646833378,47.74292,8.99905\n5851,1646833415,47.74311,8.99905\n5852,1646833416,47.74312,8.99904\n5853,1646833417,47.74312,8.99904\n5854,1646833418,47.74312,8.99904\n5855,1646833419,47.74313,8.99904\n5856,1646833420,47.74314,8.99904\n5857,1646833421,47.74314,8.99903\n5858,1646833422,47.74315,8.99903\n5859,1646833423,47.74316,8.99903\n5860,1646833424,47.74315,8.99902\n5861,1646833455,47.74353,8.99884\n5862,1646833456,47.74351,8.99885\n5863,1646833457,47.74347,8.99886\n5864,1646833458,47.74345,8.99887\n5865,1646833459,47.74343,8.99887\n5866,1646833460,47.74341,8.99888\n5867,1646833461,47.74340,8.99888\n5868,1646833462,47.74339,8.99889\n5869,1646833463,47.74337,8.99889\n5870,1646833464,47.74337,8.99889\n5871,1646833493,47.74339,8.99892\n5872,1646833494,47.74339,8.99892\n5873,1646833495,47.74340,8.99892\n5874,1646833496,47.74340,8.99892\n5875,1646833497,47.74341,8.99892\n5876,1646833498,47.74341,8.99892\n5877,1646833499,47.74342,8.99891\n5878,1646833500,47.74341,8.99891\n5879,1646833501,47.74341,8.99891\n5880,1646833502,47.74341,8.99891\n5881,1646833530,47.74305,8.99911\n5882,1646833531,47.74325,8.99905\n5883,1646833533,47.74322,8.99906\n5884,1646833534,47.74321,8.99906\n5885,1646833535,47.74319,8.99907\n5886,1646833536,47.74318,8.99907\n5887,1646833537,47.74317,8.99907\n5888,1646833538,47.74315,8.99907\n5889,1646833539,47.74314,8.99908\n5890,1646833540,47.74313,8.99908\n5891,1646833575,47.74314,8.99905\n5892,1646833576,47.74316,8.99904\n5893,1646833577,47.74316,8.99904\n5894,1646833578,47.74317,8.99904\n5895,1646833579,47.74317,8.99903\n5896,1646833580,47.74318,8.99903\n5897,1646833581,47.74318,8.99902\n5898,1646833582,47.74319,8.99902\n5899,1646833583,47.74320,8.99901\n5900,1646833584,47.74320,8.99901\n5901,1646833615,47.74338,8.99893\n5902,1646833616,47.74338,8.99894\n5903,1646833617,47.74338,8.99894\n5904,1646833618,47.74336,8.99894\n5905,1646833619,47.74335,8.99895\n5906,1646833620,47.74334,8.99895\n5907,1646833621,47.74321,8.99901\n5908,1646833622,47.74318,8.99903\n5909,1646833623,47.74316,8.99904\n5910,1646833624,47.74315,8.99905\n5911,1646833641,47.74304,8.99902\n5912,1646833643,47.74309,8.99910\n5913,1646833644,47.74311,8.99910\n5914,1646833645,47.74311,8.99910\n5915,1646833646,47.74311,8.99910\n5916,1646833647,47.74312,8.99910\n5917,1646833648,47.74312,8.99910\n5918,1646833649,47.74312,8.99910\n5919,1646833650,47.74312,8.99910\n5920,1646833651,47.74312,8.99910\n5921,1646833669,47.74305,8.99906\n5922,1646833670,47.74317,8.99901\n5923,1646833671,47.74317,8.99901\n5924,1646833672,47.74317,8.99901\n5925,1646833673,47.74316,8.99901\n5926,1646833674,47.74316,8.99901\n5927,1646833675,47.74316,8.99901\n5928,1646833676,47.74315,8.99902\n5929,1646833677,47.74315,8.99902\n5930,1646833678,47.74315,8.99903\n5931,1646833696,47.74294,8.99888\n5932,1646833697,47.74306,8.99905\n5933,1646833698,47.74307,8.99905\n5934,1646833699,47.74308,8.99906\n5935,1646833700,47.74308,8.99907\n5936,1646833701,47.74307,8.99906\n5937,1646833702,47.74307,8.99906\n5938,1646833703,47.74308,8.99905\n5939,1646833704,47.74308,8.99905\n5940,1646833705,47.74308,8.99905\n5941,1646833724,47.74316,8.99905\n5942,1646833725,47.74317,8.99902\n5943,1646833726,47.74318,8.99901\n5944,1646833727,47.74315,8.99902\n5945,1646833728,47.74312,8.99901\n5946,1646833729,47.74311,8.99901\n5947,1646833730,47.74310,8.99900\n5948,1646833731,47.74309,8.99901\n5949,1646833732,47.74308,8.99901\n5950,1646833733,47.74307,8.99901\n5951,1646833751,47.74301,8.99902\n5952,1646833752,47.74302,8.99899\n5953,1646833753,47.74303,8.99899\n5954,1646833754,47.74303,8.99899\n5955,1646833755,47.74304,8.99899\n5956,1646833756,47.74304,8.99899\n5957,1646833757,47.74304,8.99899\n5958,1646833758,47.74304,8.99899\n5959,1646833759,47.74304,8.99900\n5960,1646833761,47.74304,8.99901\n5961,1646833779,47.74266,8.99835\n5962,1646833780,47.74305,8.99899\n5963,1646833781,47.74306,8.99901\n5964,1646833782,47.74307,8.99901\n5965,1646833783,47.74308,8.99902\n5966,1646833784,47.74308,8.99903\n5967,1646833785,47.74308,8.99903\n5968,1646833786,47.74308,8.99903\n5969,1646833787,47.74308,8.99903\n5970,1646833788,47.74308,8.99903\n5971,1646833806,47.74316,8.99896\n5972,1646833807,47.74321,8.99893\n5973,1646833808,47.74316,8.99896\n5974,1646833809,47.74312,8.99899\n5975,1646833810,47.74310,8.99900\n5976,1646833811,47.74310,8.99902\n5977,1646833812,47.74310,8.99903\n5978,1646833813,47.74309,8.99903\n5979,1646833814,47.74309,8.99903\n5980,1646833815,47.74309,8.99904\n5981,1646833835,47.74303,8.99896\n5982,1646833836,47.74305,8.99896\n5983,1646833837,47.74305,8.99896\n5984,1646833838,47.74306,8.99896\n5985,1646833839,47.74307,8.99896\n5986,1646833840,47.74307,8.99895\n5987,1646833841,47.74307,8.99895\n5988,1646833842,47.74306,8.99895\n5989,1646833843,47.74306,8.99895\n5990,1646833844,47.74307,8.99896\n5991,1646833862,47.74295,8.99875\n5992,1646833863,47.74305,8.99895\n5993,1646833864,47.74305,8.99896\n5994,1646833865,47.74306,8.99896\n5995,1646833866,47.74306,8.99895\n5996,1646833867,47.74305,8.99895\n5997,1646833868,47.74306,8.99895\n5998,1646833869,47.74307,8.99895\n5999,1646833870,47.74307,8.99895\n6000,1646833871,47.74307,8.99895\n6001,1646833889,47.74325,8.99903\n6002,1646833890,47.74314,8.99902\n6003,1646833891,47.74312,8.99901\n6004,1646833892,47.74312,8.99900\n6005,1646833893,47.74310,8.99899\n6006,1646833894,47.74310,8.99899\n6007,1646833895,47.74309,8.99898\n6008,1646833896,47.74310,8.99898\n6009,1646833897,47.74310,8.99899\n6010,1646833899,47.74310,8.99898\n6011,1646833917,47.74285,8.99875\n6012,1646833918,47.74313,8.99894\n6013,1646833919,47.74314,8.99896\n6014,1646833920,47.74315,8.99896\n6015,1646833921,47.74315,8.99896\n6016,1646833922,47.74315,8.99897\n6017,1646833923,47.74315,8.99896\n6018,1646833924,47.74314,8.99897\n6019,1646833925,47.74313,8.99897\n6020,1646833926,47.74312,8.99896\n6021,1646833944,47.74298,8.99899\n6022,1646833945,47.74298,8.99901\n6023,1646833946,47.74299,8.99901\n6024,1646833947,47.74300,8.99900\n6025,1646833948,47.74301,8.99899\n6026,1646833949,47.74302,8.99899\n6027,1646833950,47.74302,8.99898\n6028,1646833951,47.74305,8.99899\n6029,1646833953,47.74305,8.99899\n6030,1646833954,47.74305,8.99899\n6031,1646833971,47.74300,8.99878\n6032,1646833971,47.74298,8.99887\n6033,1646833974,47.74305,8.99892\n6034,1646833975,47.74306,8.99893\n6035,1646833976,47.74307,8.99895\n6036,1646833977,47.74307,8.99895\n6037,1646833978,47.74308,8.99895\n6038,1646833979,47.74309,8.99895\n6039,1646833980,47.74309,8.99895\n6040,1646833981,47.74309,8.99895\n6041,1646833999,47.74303,8.99914\n6042,1646834000,47.74302,8.99910\n6043,1646834001,47.74303,8.99908\n6044,1646834002,47.74304,8.99906\n6045,1646834003,47.74304,8.99905\n6046,1646834004,47.74304,8.99905\n6047,1646834005,47.74305,8.99904\n6048,1646834006,47.74305,8.99904\n6049,1646834007,47.74306,8.99903\n6050,1646834008,47.74307,8.99903\n6051,1646834026,47.74316,8.99892\n6052,1646834027,47.74319,8.99891\n6053,1646834028,47.74322,8.99892\n6054,1646834029,47.74322,8.99891\n6055,1646834030,47.74316,8.99894\n6056,1646834031,47.74315,8.99894\n6057,1646834032,47.74314,8.99895\n6058,1646834033,47.74313,8.99895\n6059,1646834034,47.74313,8.99895\n6060,1646834035,47.74313,8.99896\n6061,1646834054,47.74292,8.99895\n6062,1646834055,47.74311,8.99892\n6063,1646834056,47.74312,8.99891\n6064,1646834057,47.74313,8.99892\n6065,1646834058,47.74314,8.99892\n6066,1646834059,47.74315,8.99892\n6067,1646834060,47.74315,8.99893\n6068,1646834061,47.74315,8.99893\n6069,1646834062,47.74315,8.99894\n6070,1646834063,47.74315,8.99894\n6071,1646834082,47.74313,8.99897\n6072,1646834083,47.74313,8.99898\n6073,1646834084,47.74313,8.99897\n6074,1646834085,47.74314,8.99897\n6075,1646834086,47.74314,8.99897\n6076,1646834087,47.74314,8.99897\n6077,1646834088,47.74314,8.99897\n6078,1646834089,47.74313,8.99897\n6079,1646834091,47.74313,8.99897\n6080,1646834092,47.74313,8.99897\n6081,1646834109,47.74312,8.99891\n6082,1646834109,47.74304,8.99897\n6083,1646834112,47.74303,8.99901\n6084,1646834113,47.74303,8.99901\n6085,1646834114,47.74304,8.99901\n6086,1646834115,47.74304,8.99901\n6087,1646834116,47.74305,8.99901\n6088,1646834117,47.74305,8.99901\n6089,1646834118,47.74305,8.99900\n6090,1646834119,47.74306,8.99900\n6091,1646834137,47.74308,8.99899\n6092,1646834138,47.74304,8.99900\n6093,1646834139,47.74304,8.99901\n6094,1646834140,47.74304,8.99902\n6095,1646834141,47.74304,8.99901\n6096,1646834142,47.74304,8.99901\n6097,1646834143,47.74304,8.99901\n6098,1646834144,47.74305,8.99901\n6099,1646834145,47.74305,8.99901\n6100,1646834146,47.74305,8.99901\n6101,1646834164,47.74329,8.99914\n6102,1646834165,47.74319,8.99901\n6103,1646834166,47.74319,8.99900\n6104,1646834167,47.74318,8.99900\n6105,1646834168,47.74317,8.99900\n6106,1646834169,47.74316,8.99900\n6107,1646834170,47.74315,8.99901\n6108,1646834171,47.74315,8.99900\n6109,1646834172,47.74314,8.99900\n6110,1646834173,47.74313,8.99899\n6111,1646834192,47.74323,8.99906\n6112,1646834193,47.74309,8.99899\n6113,1646834194,47.74309,8.99898\n6114,1646834195,47.74309,8.99899\n6115,1646834196,47.74309,8.99898\n6116,1646834197,47.74310,8.99898\n6117,1646834198,47.74310,8.99898\n6118,1646834199,47.74311,8.99897\n6119,1646834200,47.74311,8.99898\n6120,1646834201,47.74311,8.99898\n6121,1646834219,47.74323,8.99885\n6122,1646834220,47.74317,8.99885\n6123,1646834221,47.74313,8.99890\n6124,1646834222,47.74312,8.99892\n6125,1646834223,47.74311,8.99893\n6126,1646834224,47.74312,8.99893\n6127,1646834225,47.74313,8.99895\n6128,1646834226,47.74313,8.99895\n6129,1646834227,47.74312,8.99895\n6130,1646834229,47.74312,8.99896\n6131,1646834247,47.74314,8.99901\n6132,1646834248,47.74311,8.99901\n6133,1646834249,47.74312,8.99900\n6134,1646834250,47.74313,8.99899\n6135,1646834251,47.74315,8.99897\n6136,1646834252,47.74317,8.99896\n6137,1646834253,47.74318,8.99896\n6138,1646834254,47.74318,8.99896\n6139,1646834255,47.74317,8.99896\n6140,1646834256,47.74316,8.99896\n6141,1646834274,47.74300,8.99883\n6142,1646834275,47.74308,8.99895\n6143,1646834276,47.74306,8.99893\n6144,1646834277,47.74306,8.99892\n6145,1646834278,47.74305,8.99892\n6146,1646834279,47.74305,8.99892\n6147,1646834280,47.74304,8.99892\n6148,1646834281,47.74308,8.99898\n6149,1646834283,47.74307,8.99898\n6150,1646834284,47.74307,8.99898\n6151,1646834301,47.74311,8.99892\n6152,1646834301,47.74313,8.99898\n6153,1646834304,47.74311,8.99899\n6154,1646834305,47.74310,8.99898\n6155,1646834306,47.74310,8.99897\n6156,1646834307,47.74309,8.99897\n6157,1646834308,47.74310,8.99897\n6158,1646834309,47.74310,8.99897\n6159,1646834310,47.74310,8.99897\n6160,1646834311,47.74310,8.99897\n6161,1646834329,47.74308,8.99900\n6162,1646834330,47.74304,8.99894\n6163,1646834331,47.74305,8.99897\n6164,1646834332,47.74303,8.99896\n6165,1646834333,47.74302,8.99895\n6166,1646834334,47.74301,8.99893\n6167,1646834335,47.74300,8.99892\n6168,1646834336,47.74300,8.99892\n6169,1646834337,47.74299,8.99892\n6170,1646834338,47.74299,8.99892\n6171,1646834356,47.74305,8.99886\n6172,1646834357,47.74312,8.99900\n6173,1646834358,47.74312,8.99900\n6174,1646834359,47.74311,8.99900\n6175,1646834360,47.74311,8.99899\n6176,1646834361,47.74310,8.99898\n6177,1646834362,47.74310,8.99897\n6178,1646834363,47.74310,8.99897\n6179,1646834364,47.74310,8.99897\n6180,1646834365,47.74309,8.99897\n6181,1646834385,47.74304,8.99893\n6182,1646834386,47.74305,8.99894\n6183,1646834387,47.74305,8.99894\n6184,1646834388,47.74305,8.99894\n6185,1646834389,47.74306,8.99894\n6186,1646834390,47.74306,8.99894\n6187,1646834391,47.74306,8.99895\n6188,1646834392,47.74306,8.99895\n6189,1646834393,47.74307,8.99895\n6190,1646834394,47.74307,8.99895\n6191,1646834412,47.74371,8.99884\n6192,1646834413,47.74308,8.99900\n6193,1646834414,47.74309,8.99900\n6194,1646834415,47.74310,8.99900\n6195,1646834416,47.74310,8.99900\n6196,1646834417,47.74311,8.99899\n6197,1646834418,47.74311,8.99898\n6198,1646834419,47.74311,8.99898\n6199,1646834421,47.74311,8.99897\n6200,1646834422,47.74311,8.99897\n6201,1646834439,47.74303,8.99892\n6202,1646834439,47.74307,8.99896\n6203,1646834442,47.74309,8.99897\n6204,1646834443,47.74310,8.99896\n6205,1646834444,47.74310,8.99896\n6206,1646834445,47.74310,8.99896\n6207,1646834446,47.74310,8.99896\n6208,1646834447,47.74310,8.99896\n6209,1646834448,47.74310,8.99896\n6210,1646834449,47.74310,8.99896\n6211,1646834468,47.74312,8.99896\n6212,1646834469,47.74309,8.99894\n6213,1646834470,47.74308,8.99893\n6214,1646834471,47.74307,8.99891\n6215,1646834472,47.74306,8.99890\n6216,1646834473,47.74306,8.99889\n6217,1646834474,47.74305,8.99889\n6218,1646834475,47.74305,8.99889\n6219,1646834476,47.74305,8.99889\n6220,1646834477,47.74304,8.99889\n6221,1646834496,47.74305,8.99890\n6222,1646834497,47.74304,8.99890\n6223,1646834498,47.74304,8.99890\n6224,1646834499,47.74304,8.99889\n6225,1646834500,47.74303,8.99889\n6226,1646834501,47.74303,8.99888\n6227,1646834502,47.74303,8.99888\n6228,1646834503,47.74304,8.99890\n6229,1646834505,47.74304,8.99890\n6230,1646834506,47.74304,8.99890\n6231,1646834523,47.74301,8.99893\n6232,1646834523,47.74302,8.99894\n6233,1646834526,47.74303,8.99892\n6234,1646834527,47.74304,8.99893\n6235,1646834528,47.74304,8.99892\n6236,1646834529,47.74303,8.99891\n6237,1646834530,47.74303,8.99891\n6238,1646834531,47.74303,8.99891\n6239,1646834532,47.74303,8.99891\n6240,1646834533,47.74302,8.99892\n6241,1646834551,47.74297,8.99898\n6242,1646834552,47.74299,8.99898\n6243,1646834553,47.74300,8.99898\n6244,1646834554,47.74300,8.99897\n6245,1646834555,47.74300,8.99896\n6246,1646834556,47.74300,8.99895\n6247,1646834557,47.74299,8.99893\n6248,1646834558,47.74298,8.99892\n6249,1646834559,47.74297,8.99890\n6250,1646834560,47.74297,8.99889\n6251,1646834578,47.74295,8.99884\n6252,1646834579,47.74296,8.99885\n6253,1646834580,47.74296,8.99885\n6254,1646834581,47.74296,8.99885\n6255,1646834582,47.74296,8.99885\n6256,1646834583,47.74296,8.99885\n6257,1646834584,47.74296,8.99885\n6258,1646834585,47.74296,8.99885\n6259,1646834586,47.74296,8.99885\n6260,1646834587,47.74300,8.99890\n6261,1646834607,47.74300,8.99892\n6262,1646834608,47.74299,8.99889\n6263,1646834609,47.74297,8.99887\n6264,1646834610,47.74297,8.99887\n6265,1646834611,47.74297,8.99886\n6266,1646834612,47.74296,8.99886\n6267,1646834613,47.74296,8.99885\n6268,1646834614,47.74296,8.99886\n6269,1646834615,47.74296,8.99886\n6270,1646834616,47.74296,8.99886\n6271,1646834634,47.74304,8.99915\n6272,1646834635,47.74300,8.99906\n6273,1646834636,47.74299,8.99902\n6274,1646834637,47.74298,8.99900\n6275,1646834638,47.74298,8.99898\n6276,1646834639,47.74298,8.99897\n6277,1646834640,47.74297,8.99896\n6278,1646834641,47.74301,8.99901\n6279,1646834643,47.74300,8.99901\n6280,1646834644,47.74300,8.99900\n6281,1646834663,47.74297,8.99897\n6282,1646834664,47.74297,8.99897\n6283,1646834665,47.74297,8.99896\n6284,1646834666,47.74297,8.99895\n6285,1646834667,47.74297,8.99894\n6286,1646834668,47.74297,8.99893\n6287,1646834669,47.74297,8.99892\n6288,1646834670,47.74297,8.99891\n6289,1646834671,47.74301,8.99897\n6290,1646834673,47.74301,8.99896\n6291,1646834692,47.74302,8.99901\n6292,1646834693,47.74301,8.99899\n6293,1646834694,47.74300,8.99896\n6294,1646834695,47.74299,8.99894\n6295,1646834696,47.74298,8.99892\n6296,1646834697,47.74298,8.99891\n6297,1646834698,47.74298,8.99891\n6298,1646834699,47.74298,8.99890\n6299,1646834700,47.74298,8.99889\n6300,1646834701,47.74304,8.99898\n6301,1646834719,47.74303,8.99891\n6302,1646834720,47.74302,8.99891\n6303,1646834721,47.74303,8.99893\n6304,1646834722,47.74303,8.99892\n6305,1646834723,47.74303,8.99892\n6306,1646834724,47.74303,8.99892\n6307,1646834725,47.74303,8.99891\n6308,1646834726,47.74303,8.99891\n6309,1646834727,47.74302,8.99890\n6310,1646834728,47.74302,8.99890\n6311,1646834748,47.74299,8.99889\n6312,1646834749,47.74300,8.99892\n6313,1646834750,47.74300,8.99892\n6314,1646834751,47.74299,8.99892\n6315,1646834752,47.74299,8.99892\n6316,1646834753,47.74299,8.99892\n6317,1646834754,47.74298,8.99892\n6318,1646834755,47.74298,8.99892\n6319,1646834756,47.74300,8.99894\n6320,1646834758,47.74300,8.99894\n6321,1646834776,47.74318,8.99906\n6322,1646834777,47.74305,8.99902\n6323,1646834778,47.74303,8.99898\n6324,1646834779,47.74301,8.99897\n6325,1646834780,47.74301,8.99896\n6326,1646834781,47.74300,8.99894\n6327,1646834782,47.74299,8.99893\n6328,1646834783,47.74299,8.99893\n6329,1646834784,47.74298,8.99893\n6330,1646834785,47.74299,8.99895\n6331,1646834803,47.74299,8.99902\n6332,1646834804,47.74299,8.99902\n6333,1646834805,47.74299,8.99902\n6334,1646834806,47.74299,8.99901\n6335,1646834807,47.74298,8.99900\n6336,1646834808,47.74298,8.99898\n6337,1646834809,47.74298,8.99898\n6338,1646834810,47.74298,8.99898\n6339,1646834811,47.74298,8.99897\n6340,1646834812,47.74298,8.99897\n6341,1646834831,47.74317,8.99925\n6342,1646834832,47.74315,8.99928\n6343,1646834833,47.74314,8.99927\n6344,1646834834,47.74304,8.99900\n6345,1646834835,47.74303,8.99896\n6346,1646834836,47.74302,8.99893\n6347,1646834837,47.74302,8.99893\n6348,1646834838,47.74302,8.99892\n6349,1646834839,47.74302,8.99892\n6350,1646834840,47.74300,8.99889\n6351,1646834859,47.74304,8.99896\n6352,1646834860,47.74304,8.99895\n6353,1646834861,47.74304,8.99894\n6354,1646834862,47.74305,8.99894\n6355,1646834863,47.74304,8.99894\n6356,1646834864,47.74304,8.99893\n6357,1646834865,47.74304,8.99893\n6358,1646834866,47.74305,8.99893\n6359,1646834867,47.74305,8.99893\n6360,1646834868,47.74304,8.99893\n6361,1646834886,47.74290,8.99888\n6362,1646834887,47.74301,8.99891\n6363,1646834888,47.74303,8.99891\n6364,1646834889,47.74303,8.99891\n6365,1646834890,47.74304,8.99892\n6366,1646834891,47.74304,8.99891\n6367,1646834892,47.74304,8.99892\n6368,1646834893,47.74304,8.99892\n6369,1646834894,47.74304,8.99892\n6370,1646834895,47.74304,8.99892\n6371,1646834916,47.74301,8.99892\n6372,1646834917,47.74302,8.99892\n6373,1646834918,47.74301,8.99892\n6374,1646834919,47.74301,8.99891\n6375,1646834920,47.74301,8.99892\n6376,1646834921,47.74301,8.99891\n6377,1646834922,47.74301,8.99891\n6378,1646834923,47.74301,8.99891\n6379,1646834924,47.74304,8.99894\n6380,1646834926,47.74304,8.99894\n6381,1646834945,47.74302,8.99892\n6382,1646834946,47.74302,8.99893\n6383,1646834947,47.74302,8.99893\n6384,1646834948,47.74301,8.99892\n6385,1646834949,47.74300,8.99891\n6386,1646834950,47.74299,8.99890\n6387,1646834951,47.74299,8.99890\n6388,1646834952,47.74299,8.99890\n6389,1646834953,47.74304,8.99898\n6390,1646834955,47.74304,8.99898\n6391,1646834973,47.74300,8.99885\n6392,1646834974,47.74301,8.99890\n6393,1646834975,47.74300,8.99889\n6394,1646834976,47.74300,8.99890\n6395,1646834977,47.74299,8.99889\n6396,1646834978,47.74299,8.99889\n6397,1646834979,47.74298,8.99889\n6398,1646834980,47.74298,8.99889\n6399,1646834981,47.74297,8.99889\n6400,1646834982,47.74297,8.99889\n6401,1646835001,47.74303,8.99902\n6402,1646835002,47.74303,8.99902\n6403,1646835003,47.74302,8.99901\n6404,1646835004,47.74301,8.99899\n6405,1646835005,47.74300,8.99899\n6406,1646835006,47.74300,8.99899\n6407,1646835007,47.74303,8.99902\n6408,1646835009,47.74302,8.99902\n6409,1646835010,47.74302,8.99902\n6410,1646835011,47.74302,8.99901\n6411,1646835029,47.74307,8.99911\n6412,1646835030,47.74303,8.99906\n6413,1646835031,47.74300,8.99900\n6414,1646835032,47.74299,8.99896\n6415,1646835033,47.74299,8.99896\n6416,1646835034,47.74298,8.99893\n6417,1646835035,47.74297,8.99891\n6418,1646835036,47.74296,8.99889\n6419,1646835037,47.74301,8.99894\n6420,1646835039,47.74301,8.99893\n6421,1646835059,47.74310,8.99924\n6422,1646835060,47.74308,8.99918\n6423,1646835061,47.74305,8.99911\n6424,1646835062,47.74300,8.99899\n6425,1646835063,47.74298,8.99894\n6426,1646835064,47.74297,8.99891\n6427,1646835065,47.74295,8.99886\n6428,1646835066,47.74294,8.99885\n6429,1646835067,47.74298,8.99890\n6430,1646835069,47.74298,8.99890\n6431,1646835087,47.74287,8.99878\n6432,1646835088,47.74298,8.99895\n6433,1646835089,47.74298,8.99894\n6434,1646835090,47.74299,8.99895\n6435,1646835091,47.74299,8.99895\n6436,1646835092,47.74299,8.99895\n6437,1646835093,47.74300,8.99895\n6438,1646835094,47.74300,8.99895\n6439,1646835095,47.74300,8.99895\n6440,1646835096,47.74300,8.99896\n6441,1646835115,47.74299,8.99890\n6442,1646835116,47.74298,8.99887\n6443,1646835117,47.74297,8.99886\n6444,1646835118,47.74296,8.99885\n6445,1646835119,47.74296,8.99884\n6446,1646835120,47.74296,8.99884\n6447,1646835121,47.74298,8.99887\n6448,1646835123,47.74298,8.99886\n6449,1646835124,47.74297,8.99886\n6450,1646835125,47.74297,8.99886\n6451,1646835142,47.74292,8.99884\n6452,1646835142,47.74294,8.99886\n6453,1646835145,47.74295,8.99886\n6454,1646835146,47.74296,8.99887\n6455,1646835147,47.74296,8.99888\n6456,1646835148,47.74296,8.99888\n6457,1646835149,47.74296,8.99888\n6458,1646835150,47.74296,8.99888\n6459,1646835151,47.74296,8.99888\n6460,1646835152,47.74297,8.99888\n6461,1646835170,47.74292,8.99887\n6462,1646835171,47.74302,8.99895\n6463,1646835172,47.74302,8.99895\n6464,1646835173,47.74302,8.99895\n6465,1646835174,47.74301,8.99894\n6466,1646835175,47.74301,8.99892\n6467,1646835176,47.74300,8.99891\n6468,1646835177,47.74300,8.99890\n6469,1646835178,47.74299,8.99890\n6470,1646835179,47.74299,8.99889\n6471,1646835197,47.74297,8.99884\n6472,1646835198,47.74298,8.99889\n6473,1646835199,47.74298,8.99889\n6474,1646835200,47.74299,8.99889\n6475,1646835201,47.74299,8.99889\n6476,1646835202,47.74299,8.99888\n6477,1646835203,47.74299,8.99888\n6478,1646835204,47.74300,8.99888\n6479,1646835205,47.74300,8.99888\n6480,1646835207,47.74300,8.99887\n6481,1646835226,47.74305,8.99884\n6482,1646835227,47.74307,8.99889\n6483,1646835228,47.74307,8.99889\n6484,1646835229,47.74306,8.99889\n6485,1646835230,47.74306,8.99888\n6486,1646835231,47.74304,8.99887\n6487,1646835232,47.74303,8.99886\n6488,1646835233,47.74303,8.99885\n6489,1646835234,47.74302,8.99885\n6490,1646835235,47.74301,8.99883\n6491,1646835254,47.74299,8.99893\n6492,1646835255,47.74301,8.99893\n6493,1646835256,47.74302,8.99894\n6494,1646835257,47.74302,8.99894\n6495,1646835258,47.74302,8.99894\n6496,1646835259,47.74303,8.99894\n6497,1646835260,47.74303,8.99895\n6498,1646835261,47.74303,8.99895\n6499,1646835262,47.74303,8.99896\n6500,1646835263,47.74303,8.99897\n6501,1646835285,47.74305,8.99903\n6502,1646835286,47.74305,8.99900\n6503,1646835287,47.74303,8.99898\n6504,1646835288,47.74302,8.99897\n6505,1646835289,47.74301,8.99895\n6506,1646835290,47.74302,8.99897\n6507,1646835292,47.74302,8.99895\n6508,1646835293,47.74302,8.99895\n6509,1646835294,47.74302,8.99896\n6510,1646835295,47.74303,8.99896\n6511,1646835312,47.74297,8.99886\n6512,1646835312,47.74298,8.99888\n6513,1646835315,47.74301,8.99891\n6514,1646835316,47.74301,8.99889\n6515,1646835317,47.74301,8.99889\n6516,1646835318,47.74302,8.99891\n6517,1646835319,47.74302,8.99891\n6518,1646835320,47.74302,8.99891\n6519,1646835321,47.74302,8.99891\n6520,1646835322,47.74302,8.99891\n6521,1646835339,47.74297,8.99881\n6522,1646835339,47.74297,8.99884\n6523,1646835342,47.74297,8.99886\n6524,1646835343,47.74298,8.99886\n6525,1646835344,47.74298,8.99887\n6526,1646835345,47.74299,8.99888\n6527,1646835346,47.74300,8.99889\n6528,1646835347,47.74300,8.99890\n6529,1646835348,47.74301,8.99891\n6530,1646835349,47.74301,8.99892\n6531,1646835368,47.74301,8.99891\n6532,1646835369,47.74299,8.99888\n6533,1646835370,47.74300,8.99889\n6534,1646835371,47.74299,8.99889\n6535,1646835372,47.74299,8.99888\n6536,1646835373,47.74299,8.99889\n6537,1646835374,47.74300,8.99891\n6538,1646835375,47.74301,8.99892\n6539,1646835376,47.74301,8.99893\n6540,1646835377,47.74302,8.99894\n6541,1646835395,47.74314,8.99875\n6542,1646835396,47.74297,8.99885\n6543,1646835397,47.74296,8.99881\n6544,1646835398,47.74296,8.99882\n6545,1646835399,47.74297,8.99885\n6546,1646835400,47.74298,8.99889\n6547,1646835401,47.74298,8.99891\n6548,1646835402,47.74299,8.99893\n6549,1646835403,47.74302,8.99897\n6550,1646835405,47.74302,8.99898\n6551,1646835423,47.74286,8.99872\n6552,1646835424,47.74295,8.99887\n6553,1646835425,47.74295,8.99886\n6554,1646835426,47.74295,8.99887\n6555,1646835427,47.74296,8.99888\n6556,1646835428,47.74297,8.99889\n6557,1646835429,47.74297,8.99891\n6558,1646835430,47.74299,8.99892\n6559,1646835431,47.74299,8.99893\n6560,1646835432,47.74299,8.99893\n6561,1646835450,47.74299,8.99899\n6562,1646835451,47.74297,8.99894\n6563,1646835452,47.74298,8.99893\n6564,1646835453,47.74299,8.99894\n6565,1646835454,47.74300,8.99895\n6566,1646835455,47.74301,8.99896\n6567,1646835456,47.74301,8.99896\n6568,1646835457,47.74301,8.99897\n6569,1646835459,47.74301,8.99897\n6570,1646835460,47.74301,8.99897\n6571,1646835477,47.74290,8.99881\n6572,1646835477,47.74294,8.99887\n6573,1646835480,47.74298,8.99892\n6574,1646835481,47.74298,8.99892\n6575,1646835482,47.74297,8.99891\n6576,1646835483,47.74297,8.99891\n6577,1646835484,47.74296,8.99890\n6578,1646835485,47.74296,8.99889\n6579,1646835486,47.74296,8.99890\n6580,1646835487,47.74296,8.99890\n6581,1646835505,47.74298,8.99891\n6582,1646835506,47.74298,8.99891\n6583,1646835507,47.74299,8.99892\n6584,1646835508,47.74300,8.99893\n6585,1646835509,47.74300,8.99893\n6586,1646835510,47.74300,8.99893\n6587,1646835511,47.74300,8.99893\n6588,1646835512,47.74300,8.99893\n6589,1646835513,47.74300,8.99893\n6590,1646835514,47.74300,8.99893\n6591,1646835532,47.74331,8.99869\n6592,1646835533,47.74296,8.99889\n6593,1646835534,47.74298,8.99890\n6594,1646835535,47.74299,8.99891\n6595,1646835536,47.74298,8.99891\n6596,1646835537,47.74299,8.99891\n6597,1646835538,47.74298,8.99890\n6598,1646835539,47.74299,8.99891\n6599,1646835540,47.74299,8.99891\n6600,1646835541,47.74300,8.99892\n6601,1646835560,47.74349,8.99866\n6602,1646835561,47.74328,8.99876\n6603,1646835562,47.74302,8.99892\n6604,1646835563,47.74302,8.99893\n6605,1646835564,47.74301,8.99893\n6606,1646835565,47.74301,8.99893\n6607,1646835566,47.74300,8.99892\n6608,1646835567,47.74300,8.99893\n6609,1646835568,47.74300,8.99893\n6610,1646835569,47.74300,8.99892\n6611,1646835588,47.74304,8.99909\n6612,1646835589,47.74303,8.99904\n6613,1646835590,47.74302,8.99901\n6614,1646835591,47.74302,8.99900\n6615,1646835592,47.74302,8.99898\n6616,1646835593,47.74302,8.99898\n6617,1646835594,47.74302,8.99897\n6618,1646835595,47.74303,8.99898\n6619,1646835597,47.74303,8.99898\n6620,1646835598,47.74303,8.99898\n6621,1646835615,47.74308,8.99904\n6622,1646835615,47.74308,8.99905\n6623,1646835618,47.74306,8.99899\n6624,1646835619,47.74306,8.99899\n6625,1646835620,47.74306,8.99900\n6626,1646835621,47.74306,8.99900\n6627,1646835622,47.74306,8.99899\n6628,1646835623,47.74306,8.99899\n6629,1646835624,47.74306,8.99899\n6630,1646835625,47.74306,8.99899\n6631,1646835643,47.74303,8.99902\n6632,1646835644,47.74297,8.99893\n6633,1646835645,47.74298,8.99894\n6634,1646835646,47.74298,8.99895\n6635,1646835647,47.74299,8.99895\n6636,1646835648,47.74299,8.99895\n6637,1646835649,47.74300,8.99895\n6638,1646835650,47.74300,8.99895\n6639,1646835651,47.74300,8.99895\n6640,1646835652,47.74300,8.99895\n6641,1646835671,47.74301,8.99885\n6642,1646835672,47.74299,8.99883\n6643,1646835673,47.74300,8.99885\n6644,1646835674,47.74302,8.99888\n6645,1646835675,47.74303,8.99890\n6646,1646835676,47.74303,8.99891\n6647,1646835677,47.74303,8.99892\n6648,1646835678,47.74303,8.99892\n6649,1646835679,47.74306,8.99897\n6650,1646835681,47.74306,8.99898\n6651,1646835700,47.74298,8.99889\n6652,1646835701,47.74299,8.99888\n6653,1646835702,47.74299,8.99889\n6654,1646835703,47.74299,8.99889\n6655,1646835704,47.74299,8.99888\n6656,1646835705,47.74299,8.99887\n6657,1646835706,47.74299,8.99887\n6658,1646835707,47.74299,8.99886\n6659,1646835708,47.74299,8.99885\n6660,1646835709,47.74300,8.99887\n6661,1646835727,47.74301,8.99899\n6662,1646835728,47.74302,8.99900\n6663,1646835729,47.74303,8.99899\n6664,1646835730,47.74303,8.99899\n6665,1646835731,47.74303,8.99899\n6666,1646835732,47.74302,8.99898\n6667,1646835733,47.74302,8.99898\n6668,1646835734,47.74302,8.99897\n6669,1646835735,47.74301,8.99897\n6670,1646835736,47.74300,8.99896\n6671,1646835755,47.74299,8.99886\n6672,1646835756,47.74302,8.99891\n6673,1646835757,47.74302,8.99894\n6674,1646835758,47.74303,8.99895\n6675,1646835759,47.74302,8.99896\n6676,1646835760,47.74302,8.99897\n6677,1646835761,47.74302,8.99898\n6678,1646835762,47.74302,8.99899\n6679,1646835763,47.74302,8.99899\n6680,1646835764,47.74300,8.99894\n6681,1646835783,47.74303,8.99899\n6682,1646835784,47.74302,8.99895\n6683,1646835785,47.74302,8.99894\n6684,1646835786,47.74302,8.99893\n6685,1646835787,47.74301,8.99892\n6686,1646835788,47.74301,8.99891\n6687,1646835789,47.74301,8.99891\n6688,1646835790,47.74301,8.99891\n6689,1646835791,47.74301,8.99892\n6690,1646835792,47.74301,8.99892\n6691,1646835810,47.74309,8.99910\n6692,1646835811,47.74308,8.99909\n6693,1646835812,47.74306,8.99906\n6694,1646835813,47.74304,8.99901\n6695,1646835814,47.74301,8.99897\n6696,1646835815,47.74300,8.99894\n6697,1646835816,47.74299,8.99893\n6698,1646835817,47.74298,8.99892\n6699,1646835818,47.74298,8.99892\n6700,1646835819,47.74298,8.99892\n6701,1646835838,47.74299,8.99892\n6702,1646835839,47.74298,8.99888\n6703,1646835840,47.74298,8.99888\n6704,1646835841,47.74298,8.99888\n6705,1646835842,47.74297,8.99887\n6706,1646835843,47.74296,8.99886\n6707,1646835844,47.74296,8.99885\n6708,1646835845,47.74296,8.99885\n6709,1646835846,47.74296,8.99886\n6710,1646835847,47.74296,8.99887\n6711,1646835866,47.74302,8.99893\n6712,1646835867,47.74302,8.99894\n6713,1646835868,47.74302,8.99894\n6714,1646835869,47.74302,8.99893\n6715,1646835870,47.74301,8.99892\n6716,1646835871,47.74301,8.99893\n6717,1646835872,47.74301,8.99893\n6718,1646835873,47.74302,8.99893\n6719,1646835874,47.74302,8.99893\n6720,1646835875,47.74301,8.99893\n6721,1646835894,47.74304,8.99899\n6722,1646835895,47.74304,8.99900\n6723,1646835896,47.74304,8.99899\n6724,1646835897,47.74304,8.99898\n6725,1646835898,47.74304,8.99898\n6726,1646835899,47.74304,8.99898\n6727,1646835900,47.74303,8.99897\n6728,1646835901,47.74304,8.99899\n6729,1646835903,47.74304,8.99898\n6730,1646835904,47.74304,8.99898\n6731,1646835921,47.74303,8.99890\n6732,1646835921,47.74299,8.99886\n6733,1646835924,47.74302,8.99892\n6734,1646835925,47.74301,8.99892\n6735,1646835926,47.74301,8.99892\n6736,1646835927,47.74301,8.99892\n6737,1646835928,47.74300,8.99891\n6738,1646835929,47.74300,8.99891\n6739,1646835930,47.74300,8.99891\n6740,1646835931,47.74300,8.99891\n6741,1646835950,47.74309,8.99905\n6742,1646835951,47.74307,8.99903\n6743,1646835952,47.74307,8.99902\n6744,1646835953,47.74306,8.99901\n6745,1646835954,47.74306,8.99899\n6746,1646835955,47.74305,8.99899\n6747,1646835956,47.74305,8.99898\n6748,1646835957,47.74305,8.99897\n6749,1646835958,47.74305,8.99897\n6750,1646835959,47.74304,8.99896\n6751,1646835977,47.74295,8.99877\n6752,1646835978,47.74298,8.99882\n6753,1646835979,47.74298,8.99882\n6754,1646835980,47.74298,8.99882\n6755,1646835981,47.74297,8.99882\n6756,1646835982,47.74297,8.99881\n6757,1646835983,47.74297,8.99881\n6758,1646835984,47.74297,8.99881\n6759,1646835985,47.74301,8.99889\n6760,1646835987,47.74301,8.99888\n6761,1646836005,47.74298,8.99874\n6762,1646836006,47.74299,8.99880\n6763,1646836007,47.74302,8.99885\n6764,1646836008,47.74303,8.99888\n6765,1646836009,47.74303,8.99889\n6766,1646836010,47.74302,8.99889\n6767,1646836011,47.74302,8.99890\n6768,1646836012,47.74302,8.99890\n6769,1646836013,47.74302,8.99891\n6770,1646836014,47.74302,8.99891\n6771,1646836033,47.74305,8.99896\n6772,1646836034,47.74304,8.99893\n6773,1646836035,47.74303,8.99892\n6774,1646836036,47.74302,8.99892\n6775,1646836037,47.74301,8.99891\n6776,1646836038,47.74300,8.99891\n6777,1646836039,47.74300,8.99891\n6778,1646836040,47.74300,8.99890\n6779,1646836041,47.74299,8.99890\n6780,1646836042,47.74299,8.99890\n6781,1646836061,47.74291,8.99877\n6782,1646836062,47.74297,8.99884\n6783,1646836063,47.74298,8.99885\n6784,1646836064,47.74298,8.99886\n6785,1646836065,47.74298,8.99885\n6786,1646836066,47.74298,8.99885\n6787,1646836067,47.74297,8.99885\n6788,1646836068,47.74297,8.99884\n6789,1646836069,47.74297,8.99884\n6790,1646836070,47.74301,8.99893\n6791,1646836088,47.74299,8.99874\n6792,1646836089,47.74287,8.99874\n6793,1646836090,47.74292,8.99877\n6794,1646836091,47.74293,8.99880\n6795,1646836092,47.74294,8.99880\n6796,1646836093,47.74294,8.99882\n6797,1646836094,47.74294,8.99882\n6798,1646836095,47.74294,8.99882\n6799,1646836096,47.74294,8.99882\n6800,1646836097,47.74293,8.99882\n6801,1646836115,47.74302,8.99875\n6802,1646836116,47.74283,8.99870\n6803,1646836117,47.74288,8.99875\n6804,1646836118,47.74289,8.99877\n6805,1646836119,47.74291,8.99879\n6806,1646836120,47.74291,8.99879\n6807,1646836121,47.74291,8.99879\n6808,1646836122,47.74291,8.99880\n6809,1646836123,47.74295,8.99890\n6810,1646836125,47.74295,8.99889\n6811,1646836143,47.74317,8.99894\n6812,1646836144,47.74304,8.99895\n6813,1646836145,47.74305,8.99897\n6814,1646836146,47.74304,8.99898\n6815,1646836147,47.74304,8.99897\n6816,1646836148,47.74303,8.99897\n6817,1646836149,47.74303,8.99897\n6818,1646836150,47.74303,8.99896\n6819,1646836151,47.74303,8.99895\n6820,1646836152,47.74302,8.99895\n6821,1646836170,47.74295,8.99884\n6822,1646836171,47.74299,8.99887\n6823,1646836172,47.74300,8.99889\n6824,1646836173,47.74301,8.99890\n6825,1646836174,47.74301,8.99891\n6826,1646836175,47.74300,8.99891\n6827,1646836176,47.74300,8.99891\n6828,1646836177,47.74301,8.99895\n6829,1646836179,47.74301,8.99895\n6830,1646836180,47.74301,8.99895\n6831,1646836200,47.74299,8.99880\n6832,1646836201,47.74299,8.99881\n6833,1646836202,47.74298,8.99882\n6834,1646836203,47.74298,8.99882\n6835,1646836204,47.74298,8.99883\n6836,1646836205,47.74298,8.99884\n6837,1646836206,47.74298,8.99884\n6838,1646836207,47.74300,8.99890\n6839,1646836209,47.74300,8.99890\n6840,1646836210,47.74300,8.99890\n6841,1646836227,47.74294,8.99885\n6842,1646836227,47.74295,8.99882\n6843,1646836230,47.74298,8.99885\n6844,1646836231,47.74298,8.99886\n6845,1646836232,47.74297,8.99886\n6846,1646836233,47.74297,8.99886\n6847,1646836234,47.74297,8.99886\n6848,1646836235,47.74296,8.99887\n6849,1646836236,47.74297,8.99887\n6850,1646836237,47.74296,8.99887\n6851,1646836255,47.74299,8.99908\n6852,1646836256,47.74296,8.99896\n6853,1646836257,47.74294,8.99894\n6854,1646836258,47.74294,8.99892\n6855,1646836259,47.74295,8.99893\n6856,1646836260,47.74295,8.99893\n6857,1646836261,47.74296,8.99893\n6858,1646836262,47.74296,8.99893\n6859,1646836263,47.74296,8.99893\n6860,1646836264,47.74297,8.99892\n6861,1646836283,47.74294,8.99888\n6862,1646836284,47.74292,8.99888\n6863,1646836285,47.74297,8.99892\n6864,1646836286,47.74297,8.99893\n6865,1646836287,47.74297,8.99894\n6866,1646836288,47.74297,8.99894\n6867,1646836289,47.74298,8.99895\n6868,1646836290,47.74298,8.99895\n6869,1646836291,47.74298,8.99897\n6870,1646836293,47.74298,8.99897\n6871,1646836311,47.74303,8.99887\n6872,1646836312,47.74300,8.99891\n6873,1646836313,47.74299,8.99891\n6874,1646836314,47.74299,8.99891\n6875,1646836315,47.74299,8.99892\n6876,1646836316,47.74299,8.99892\n6877,1646836317,47.74299,8.99893\n6878,1646836318,47.74299,8.99893\n6879,1646836319,47.74299,8.99894\n6880,1646836320,47.74300,8.99895\n6881,1646836340,47.74312,8.99910\n6882,1646836341,47.74311,8.99909\n6883,1646836342,47.74308,8.99905\n6884,1646836343,47.74305,8.99901\n6885,1646836344,47.74304,8.99899\n6886,1646836345,47.74303,8.99900\n6887,1646836347,47.74302,8.99899\n6888,1646836348,47.74302,8.99898\n6889,1646836349,47.74301,8.99898\n6890,1646836350,47.74301,8.99898\n6891,1646836367,47.74296,8.99885\n6892,1646836367,47.74298,8.99882\n6893,1646836370,47.74301,8.99892\n6894,1646836371,47.74300,8.99894\n6895,1646836372,47.74300,8.99894\n6896,1646836373,47.74300,8.99894\n6897,1646836374,47.74300,8.99894\n6898,1646836375,47.74300,8.99895\n6899,1646836376,47.74300,8.99895\n6900,1646836377,47.74300,8.99896\n6901,1646836397,47.74295,8.99875\n6902,1646836398,47.74294,8.99875\n6903,1646836399,47.74295,8.99875\n6904,1646836400,47.74295,8.99875\n6905,1646836401,47.74295,8.99876\n6906,1646836402,47.74295,8.99877\n6907,1646836403,47.74296,8.99878\n6908,1646836404,47.74296,8.99879\n6909,1646836405,47.74296,8.99880\n6910,1646836407,47.74296,8.99881\n6911,1646836425,47.74298,8.99902\n6912,1646836426,47.74300,8.99896\n6913,1646836427,47.74300,8.99895\n6914,1646836428,47.74300,8.99895\n6915,1646836429,47.74301,8.99896\n6916,1646836430,47.74301,8.99896\n6917,1646836431,47.74302,8.99897\n6918,1646836432,47.74302,8.99898\n6919,1646836433,47.74302,8.99898\n6920,1646836434,47.74303,8.99899\n6921,1646836452,47.74298,8.99890\n6922,1646836453,47.74299,8.99890\n6923,1646836454,47.74299,8.99890\n6924,1646836455,47.74299,8.99890\n6925,1646836456,47.74299,8.99890\n6926,1646836457,47.74299,8.99890\n6927,1646836458,47.74299,8.99890\n6928,1646836459,47.74299,8.99890\n6929,1646836461,47.74299,8.99890\n6930,1646836462,47.74299,8.99890\n6931,1646836479,47.74302,8.99897\n6932,1646836479,47.74296,8.99887\n6933,1646836482,47.74297,8.99891\n6934,1646836483,47.74298,8.99892\n6935,1646836484,47.74297,8.99892\n6936,1646836485,47.74297,8.99892\n6937,1646836486,47.74298,8.99892\n6938,1646836487,47.74299,8.99892\n6939,1646836488,47.74299,8.99893\n6940,1646836489,47.74299,8.99893\n6941,1646836507,47.74292,8.99878\n6942,1646836508,47.74298,8.99890\n6943,1646836509,47.74296,8.99885\n6944,1646836510,47.74296,8.99886\n6945,1646836511,47.74297,8.99887\n6946,1646836512,47.74297,8.99888\n6947,1646836513,47.74298,8.99890\n6948,1646836514,47.74298,8.99891\n6949,1646836515,47.74298,8.99892\n6950,1646836581,47.74299,8.99891\n6951,1646836582,47.74299,8.99891\n6952,1646836583,47.74299,8.99891\n6953,1646836584,47.74300,8.99891\n6954,1646836585,47.74300,8.99891\n6955,1646836586,47.74300,8.99891\n6956,1646836587,47.74300,8.99891\n6957,1646836588,47.74300,8.99891\n6958,1646836589,47.74300,8.99892\n6959,1646836590,47.74299,8.99891\n6960,1646836608,47.74296,8.99892\n6961,1646836609,47.74293,8.99888\n6962,1646836610,47.74292,8.99888\n6963,1646836611,47.74292,8.99889\n6964,1646836612,47.74293,8.99891\n6965,1646836613,47.74293,8.99892\n6966,1646836614,47.74294,8.99893\n6967,1646836615,47.74295,8.99896\n6968,1646836617,47.74296,8.99897\n6969,1646836618,47.74297,8.99898\n6970,1646836635,47.74292,8.99874\n6971,1646836635,47.74292,8.99877\n6972,1646836638,47.74299,8.99895\n6973,1646836639,47.74299,8.99894\n6974,1646836640,47.74299,8.99893\n6975,1646836641,47.74299,8.99893\n6976,1646836642,47.74300,8.99894\n6977,1646836706,47.74302,8.99883\n6978,1646836707,47.74303,8.99883\n6979,1646836708,47.74302,8.99883\n6980,1646836709,47.74302,8.99883\n6981,1646836710,47.74301,8.99882\n6982,1646836711,47.74300,8.99882\n6983,1646836712,47.74300,8.99882\n6984,1646836713,47.74300,8.99882\n6985,1646836714,47.74300,8.99882\n6986,1646836715,47.74300,8.99883\n6987,1646836734,47.74299,8.99890\n6988,1646836735,47.74297,8.99885\n6989,1646836736,47.74298,8.99886\n6990,1646836737,47.74298,8.99887\n6991,1646836738,47.74298,8.99887\n6992,1646836739,47.74299,8.99888\n6993,1646836740,47.74299,8.99888\n6994,1646836804,47.74304,8.99893\n6995,1646836805,47.74296,8.99897\n6996,1646836806,47.74295,8.99897\n6997,1646836807,47.74295,8.99898\n6998,1646836808,47.74295,8.99898\n6999,1646836809,47.74295,8.99899\n7000,1646836810,47.74295,8.99901\n7001,1646836811,47.74295,8.99902\n7002,1646836812,47.74295,8.99902\n7003,1646836813,47.74295,8.99902\n7004,1646836831,47.74298,8.99907\n7005,1646836832,47.74297,8.99906\n7006,1646836833,47.74297,8.99905\n7007,1646836898,47.74297,8.99878\n7008,1646836899,47.74297,8.99879\n7009,1646836900,47.74296,8.99879\n7010,1646836901,47.74296,8.99881\n7011,1646836902,47.74295,8.99881\n7012,1646836903,47.74294,8.99882\n7013,1646836904,47.74294,8.99882\n7014,1646836905,47.74294,8.99883\n7015,1646836969,47.74290,8.99885\n7016,1646836970,47.74294,8.99890\n7017,1646836971,47.74296,8.99891\n7018,1646836972,47.74298,8.99893\n7019,1646836973,47.74298,8.99892\n7020,1646836974,47.74298,8.99891\n7021,1646836975,47.74298,8.99890\n7022,1646836976,47.74298,8.99889\n7023,1646836977,47.74298,8.99889\n7024,1646837041,47.74295,8.99903\n7025,1646837042,47.74298,8.99894\n7026,1646837043,47.74297,8.99891\n7027,1646837044,47.74297,8.99890\n7028,1646837045,47.74296,8.99890\n7029,1646837046,47.74295,8.99890\n7030,1646837047,47.74295,8.99890\n7031,1646837112,47.74297,8.99894\n7032,1646837113,47.74299,8.99896\n7033,1646837114,47.74300,8.99897\n7034,1646837115,47.74301,8.99897\n7035,1646837179,47.74294,8.99890\n7036,1646837180,47.74295,8.99890\n7037,1646837181,47.74295,8.99890\n7038,1646837182,47.74296,8.99891\n7039,1646837183,47.74296,8.99892\n7040,1646837184,47.74296,8.99893\n7041,1646837247,47.74309,8.99901\n7042,1646837248,47.74310,8.99900\n7043,1646837249,47.74308,8.99898\n7044,1646837313,47.74300,8.99888\n7045,1646837314,47.74294,8.99888\n7046,1646837315,47.74294,8.99888\n7047,1646837316,47.74294,8.99890\n7048,1646837381,47.74298,8.99902\n7049,1646837382,47.74298,8.99900\n7050,1646837383,47.74298,8.99899\n7051,1646837447,47.74298,8.99899\n7052,1646837448,47.74300,8.99896\n7053,1646837449,47.74302,8.99895\n7054,1646837514,47.74302,8.99897\n7055,1646837578,47.74292,8.99890\n7056,1646837579,47.74296,8.99894\n7057,1646837708,47.74298,8.99892\n7058,1646837709,47.74298,8.99893\n7059,1646837775,47.74304,8.99906\n7060,1646837840,47.74305,8.99886\n7061,1646837841,47.74303,8.99887\n7062,1646837842,47.74302,8.99888\n7063,1646837906,47.74298,8.99911\n7064,1646837907,47.74298,8.99907\n7065,1646837972,47.74300,8.99888\n7066,1646838232,47.74298,8.99893\n7067,1646838555,47.74294,8.99891\n7068,1646838620,47.74286,8.99866\n7069,1646838812,47.74301,8.99889\n7070,1646838940,47.74289,8.99905\n7071,1646839068,47.74302,8.99885\n7072,1646839132,47.74295,8.99888\n7073,1646839196,47.74306,8.99898\n7074,1646839323,47.74289,8.99900\n7075,1646839451,47.74299,8.99908\n*END MEMORY*\nV201, ID: 30-083C, 3530mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 15 s\n- Min HDOP (x10): 30\n- Activation delay: 180 s\n- Geofencing: 0\n- Burst duration: 10 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/09_PetDogWalk_10s_Burst_Every_15s/20220311_PetDog_10s_Burst_Every_15s_6955_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1647001231,47.74404,8.99870\n2,1647001232,47.74405,8.99869\n3,1647001233,47.74406,8.99869\n4,1647001234,47.74406,8.99868\n5,1647001235,47.74407,8.99867\n6,1647001236,47.74408,8.99866\n7,1647001237,47.74409,8.99865\n8,1647001238,47.74410,8.99865\n9,1647001239,47.74411,8.99865\n10,1647001240,47.74413,8.99864\n11,1647001259,47.74438,8.99851\n12,1647001261,47.74441,8.99848\n13,1647001262,47.74442,8.99847\n14,1647001263,47.74443,8.99847\n15,1647001264,47.74444,8.99847\n16,1647001265,47.74445,8.99848\n17,1647001266,47.74446,8.99850\n18,1647001267,47.74447,8.99851\n19,1647001268,47.74447,8.99852\n20,1647001269,47.74448,8.99854\n21,1647001290,47.74462,8.99899\n22,1647001291,47.74456,8.99902\n23,1647001292,47.74455,8.99903\n24,1647001293,47.74455,8.99905\n25,1647001294,47.74456,8.99907\n26,1647001295,47.74457,8.99909\n27,1647001296,47.74458,8.99912\n28,1647001297,47.74458,8.99914\n29,1647001299,47.74458,8.99917\n30,1647001300,47.74459,8.99919\n31,1647001318,47.74476,8.99947\n32,1647001319,47.74477,8.99950\n33,1647001321,47.74479,8.99953\n34,1647001322,47.74480,8.99955\n35,1647001323,47.74480,8.99956\n36,1647001324,47.74481,8.99957\n37,1647001325,47.74482,8.99958\n38,1647001326,47.74482,8.99959\n39,1647001327,47.74483,8.99961\n40,1647001328,47.74484,8.99962\n41,1647001348,47.74502,8.99988\n42,1647001349,47.74503,8.99990\n43,1647001350,47.74505,8.99993\n44,1647001351,47.74506,8.99995\n45,1647001352,47.74508,8.99997\n46,1647001353,47.74510,8.99999\n47,1647001354,47.74511,9.00000\n48,1647001355,47.74512,9.00002\n49,1647001356,47.74513,9.00003\n50,1647001357,47.74516,9.00007\n51,1647001375,47.74535,9.00015\n52,1647001376,47.74537,9.00018\n53,1647001377,47.74538,9.00018\n54,1647001378,47.74539,9.00017\n55,1647001379,47.74541,9.00017\n56,1647001380,47.74542,9.00017\n57,1647001381,47.74544,9.00016\n58,1647001382,47.74545,9.00014\n59,1647001383,47.74546,9.00013\n60,1647001384,47.74547,9.00011\n61,1647001404,47.74562,8.99978\n62,1647001405,47.74562,8.99976\n63,1647001406,47.74563,8.99974\n64,1647001407,47.74564,8.99972\n65,1647001408,47.74565,8.99971\n66,1647001409,47.74566,8.99970\n67,1647001410,47.74568,8.99968\n68,1647001411,47.74569,8.99967\n69,1647001412,47.74571,8.99967\n70,1647001414,47.74572,8.99964\n71,1647001433,47.74583,8.99920\n72,1647001434,47.74585,8.99922\n73,1647001435,47.74586,8.99922\n74,1647001436,47.74587,8.99924\n75,1647001437,47.74587,8.99924\n76,1647001438,47.74588,8.99923\n77,1647001439,47.74589,8.99920\n78,1647001440,47.74590,8.99917\n79,1647001441,47.74592,8.99915\n80,1647001443,47.74593,8.99912\n81,1647001462,47.74601,8.99877\n82,1647001463,47.74603,8.99880\n83,1647001464,47.74602,8.99879\n84,1647001465,47.74602,8.99879\n85,1647001466,47.74602,8.99879\n86,1647001467,47.74603,8.99879\n87,1647001468,47.74604,8.99877\n88,1647001469,47.74605,8.99875\n89,1647001470,47.74607,8.99872\n90,1647001471,47.74611,8.99873\n91,1647001490,47.74631,8.99826\n92,1647001491,47.74631,8.99825\n93,1647001492,47.74631,8.99823\n94,1647001493,47.74631,8.99822\n95,1647001494,47.74631,8.99821\n96,1647001495,47.74632,8.99822\n97,1647001496,47.74632,8.99822\n98,1647001497,47.74632,8.99822\n99,1647001498,47.74632,8.99822\n100,1647001499,47.74632,8.99822\n101,1647001518,47.74627,8.99824\n102,1647001519,47.74627,8.99825\n103,1647001520,47.74626,8.99827\n104,1647001521,47.74627,8.99827\n105,1647001522,47.74627,8.99826\n106,1647001523,47.74628,8.99826\n107,1647001524,47.74629,8.99827\n108,1647001525,47.74631,8.99830\n109,1647001527,47.74630,8.99832\n110,1647001528,47.74629,8.99835\n111,1647001547,47.74622,8.99858\n112,1647001549,47.74621,8.99858\n113,1647001550,47.74623,8.99856\n114,1647001551,47.74624,8.99854\n115,1647001552,47.74625,8.99852\n116,1647001553,47.74626,8.99850\n117,1647001554,47.74626,8.99848\n118,1647001555,47.74626,8.99848\n119,1647001556,47.74627,8.99846\n120,1647001557,47.74627,8.99844\n121,1647001576,47.74642,8.99804\n122,1647001577,47.74642,8.99802\n123,1647001578,47.74643,8.99800\n124,1647001579,47.74644,8.99798\n125,1647001580,47.74645,8.99797\n126,1647001581,47.74646,8.99795\n127,1647001582,47.74646,8.99793\n128,1647001583,47.74647,8.99791\n129,1647001584,47.74648,8.99788\n130,1647001585,47.74649,8.99786\n131,1647001604,47.74652,8.99777\n132,1647001605,47.74653,8.99771\n133,1647001606,47.74654,8.99767\n134,1647001607,47.74655,8.99765\n135,1647001608,47.74656,8.99763\n136,1647001609,47.74657,8.99760\n137,1647001610,47.74657,8.99758\n138,1647001611,47.74657,8.99755\n139,1647001612,47.74658,8.99753\n140,1647001613,47.74658,8.99750\n141,1647001633,47.74666,8.99727\n142,1647001634,47.74666,8.99725\n143,1647001635,47.74668,8.99723\n144,1647001636,47.74669,8.99720\n145,1647001637,47.74669,8.99717\n146,1647001638,47.74670,8.99715\n147,1647001639,47.74671,8.99712\n148,1647001639,47.74672,8.99707\n149,1647001641,47.74673,8.99704\n150,1647001642,47.74673,8.99701\n151,1647001659,47.74679,8.99676\n152,1647001662,47.74679,8.99674\n153,1647001663,47.74680,8.99674\n154,1647001664,47.74681,8.99674\n155,1647001665,47.74681,8.99674\n156,1647001666,47.74681,8.99674\n157,1647001667,47.74681,8.99674\n158,1647001668,47.74681,8.99674\n159,1647001669,47.74681,8.99674\n160,1647001670,47.74681,8.99673\n161,1647001689,47.74693,8.99642\n162,1647001690,47.74689,8.99635\n163,1647001691,47.74690,8.99632\n164,1647001692,47.74691,8.99630\n165,1647001693,47.74692,8.99627\n166,1647001694,47.74693,8.99624\n167,1647001695,47.74694,8.99621\n168,1647001696,47.74694,8.99618\n169,1647001697,47.74695,8.99616\n170,1647001698,47.74695,8.99614\n171,1647001717,47.74703,8.99557\n172,1647001718,47.74707,8.99555\n173,1647001719,47.74708,8.99553\n174,1647001720,47.74710,8.99551\n175,1647001721,47.74712,8.99550\n176,1647001722,47.74714,8.99547\n177,1647001723,47.74717,8.99546\n178,1647001725,47.74717,8.99543\n179,1647001726,47.74718,8.99541\n180,1647001727,47.74719,8.99539\n181,1647001744,47.74727,8.99509\n182,1647001744,47.74728,8.99510\n183,1647001746,47.74729,8.99507\n184,1647001747,47.74729,8.99505\n185,1647001748,47.74730,8.99504\n186,1647001749,47.74730,8.99502\n187,1647001750,47.74731,8.99500\n188,1647001751,47.74731,8.99498\n189,1647001752,47.74731,8.99496\n190,1647001753,47.74731,8.99494\n191,1647001772,47.74748,8.99471\n192,1647001773,47.74749,8.99471\n193,1647001774,47.74751,8.99470\n194,1647001775,47.74753,8.99470\n195,1647001776,47.74755,8.99470\n196,1647001777,47.74757,8.99470\n197,1647001778,47.74759,8.99471\n198,1647001779,47.74760,8.99473\n199,1647001780,47.74762,8.99474\n200,1647001781,47.74763,8.99474\n201,1647001800,47.74768,8.99481\n202,1647001801,47.74770,8.99479\n203,1647001802,47.74770,8.99478\n204,1647001803,47.74771,8.99476\n205,1647001804,47.74774,8.99475\n206,1647001805,47.74776,8.99474\n207,1647001806,47.74778,8.99473\n208,1647001807,47.74780,8.99471\n209,1647001809,47.74783,8.99471\n210,1647001810,47.74785,8.99470\n211,1647001827,47.74825,8.99471\n212,1647001827,47.74825,8.99471\n213,1647001829,47.74824,8.99468\n214,1647001830,47.74824,8.99466\n215,1647001831,47.74825,8.99465\n216,1647001832,47.74827,8.99464\n217,1647001833,47.74828,8.99463\n218,1647001834,47.74829,8.99462\n219,1647001835,47.74830,8.99462\n220,1647001836,47.74832,8.99460\n221,1647001857,47.74840,8.99448\n222,1647001858,47.74843,8.99445\n223,1647001859,47.74850,8.99445\n224,1647001860,47.74852,8.99445\n225,1647001861,47.74855,8.99444\n226,1647001862,47.74857,8.99443\n227,1647001863,47.74859,8.99443\n228,1647001864,47.74860,8.99442\n229,1647001865,47.74861,8.99442\n230,1647001866,47.74862,8.99442\n231,1647001886,47.74853,8.99439\n232,1647001887,47.74853,8.99441\n233,1647001888,47.74857,8.99440\n234,1647001889,47.74859,8.99438\n235,1647001890,47.74860,8.99437\n236,1647001891,47.74862,8.99436\n237,1647001892,47.74863,8.99436\n238,1647001893,47.74864,8.99435\n239,1647001894,47.74866,8.99433\n240,1647001895,47.74867,8.99431\n241,1647001915,47.74886,8.99415\n242,1647001916,47.74889,8.99412\n243,1647001917,47.74891,8.99410\n244,1647001918,47.74893,8.99409\n245,1647001919,47.74894,8.99408\n246,1647001920,47.74895,8.99407\n247,1647001921,47.74897,8.99405\n248,1647001922,47.74898,8.99403\n249,1647001923,47.74900,8.99402\n250,1647001924,47.74901,8.99401\n251,1647001944,47.74909,8.99373\n252,1647001945,47.74908,8.99373\n253,1647001946,47.74909,8.99372\n254,1647001947,47.74911,8.99371\n255,1647001948,47.74913,8.99370\n256,1647001949,47.74914,8.99370\n257,1647001950,47.74915,8.99370\n258,1647001951,47.74924,8.99373\n259,1647001953,47.74926,8.99372\n260,1647001954,47.74927,8.99370\n261,1647001971,47.74965,8.99347\n262,1647001971,47.74957,8.99344\n263,1647001973,47.74958,8.99342\n264,1647001974,47.74957,8.99340\n265,1647001975,47.74957,8.99339\n266,1647001976,47.74959,8.99338\n267,1647001977,47.74960,8.99336\n268,1647001978,47.74961,8.99334\n269,1647001979,47.74961,8.99332\n270,1647001980,47.74962,8.99330\n271,1647001999,47.74973,8.99305\n272,1647002000,47.74969,8.99327\n273,1647002001,47.74970,8.99329\n274,1647002002,47.74971,8.99332\n275,1647002003,47.74972,8.99331\n276,1647002004,47.74972,8.99333\n277,1647002005,47.74971,8.99331\n278,1647002006,47.74973,8.99331\n279,1647002007,47.74974,8.99331\n280,1647002008,47.74975,8.99330\n281,1647002027,47.75024,8.99296\n282,1647002028,47.75012,8.99294\n283,1647002029,47.75007,8.99293\n284,1647002030,47.75007,8.99292\n285,1647002031,47.75008,8.99292\n286,1647002032,47.75009,8.99291\n287,1647002033,47.75010,8.99291\n288,1647002034,47.75009,8.99290\n289,1647002035,47.75010,8.99288\n290,1647002037,47.75009,8.99286\n291,1647002055,47.75017,8.99260\n292,1647002056,47.75016,8.99256\n293,1647002057,47.75016,8.99253\n294,1647002058,47.75016,8.99251\n295,1647002059,47.75016,8.99249\n296,1647002060,47.75017,8.99247\n297,1647002061,47.75018,8.99245\n298,1647002062,47.75018,8.99244\n299,1647002063,47.75018,8.99242\n300,1647002064,47.75019,8.99241\n301,1647002083,47.75016,8.99201\n302,1647002084,47.75024,8.99201\n303,1647002085,47.75026,8.99199\n304,1647002086,47.75027,8.99197\n305,1647002087,47.75027,8.99196\n306,1647002088,47.75028,8.99195\n307,1647002089,47.75029,8.99194\n308,1647002090,47.75029,8.99192\n309,1647002091,47.75029,8.99190\n310,1647002092,47.75030,8.99188\n311,1647002112,47.75023,8.99157\n312,1647002113,47.75026,8.99157\n313,1647002114,47.75028,8.99157\n314,1647002115,47.75031,8.99156\n315,1647002116,47.75033,8.99155\n316,1647002117,47.75035,8.99153\n317,1647002118,47.75037,8.99152\n318,1647002119,47.75038,8.99150\n319,1647002120,47.75039,8.99149\n320,1647002122,47.75041,8.99146\n321,1647002142,47.75057,8.99116\n322,1647002143,47.75057,8.99111\n323,1647002144,47.75059,8.99109\n324,1647002145,47.75058,8.99105\n325,1647002146,47.75059,8.99103\n326,1647002147,47.75060,8.99102\n327,1647002148,47.75061,8.99099\n328,1647002149,47.75059,8.99093\n329,1647002151,47.75060,8.99092\n330,1647002152,47.75060,8.99091\n331,1647002169,47.75060,8.99060\n332,1647002169,47.75059,8.99072\n333,1647002172,47.75083,8.99068\n334,1647002173,47.75085,8.99066\n335,1647002174,47.75086,8.99066\n336,1647002175,47.75086,8.99066\n337,1647002176,47.75084,8.99064\n338,1647002177,47.75084,8.99063\n339,1647002178,47.75084,8.99061\n340,1647002179,47.75085,8.99060\n341,1647002198,47.75102,8.99028\n342,1647002199,47.75096,8.99030\n343,1647002200,47.75097,8.99027\n344,1647002201,47.75098,8.99025\n345,1647002202,47.75099,8.99024\n346,1647002203,47.75100,8.99021\n347,1647002204,47.75100,8.99020\n348,1647002205,47.75100,8.99017\n349,1647002206,47.75101,8.99013\n350,1647002207,47.75102,8.99012\n351,1647002226,47.75110,8.98996\n352,1647002227,47.75109,8.98986\n353,1647002228,47.75109,8.98980\n354,1647002229,47.75110,8.98978\n355,1647002230,47.75111,8.98976\n356,1647002231,47.75112,8.98973\n357,1647002232,47.75113,8.98970\n358,1647002233,47.75112,8.98965\n359,1647002235,47.75112,8.98963\n360,1647002236,47.75113,8.98960\n361,1647002255,47.75123,8.98926\n362,1647002256,47.75120,8.98924\n363,1647002257,47.75119,8.98923\n364,1647002258,47.75119,8.98922\n365,1647002259,47.75118,8.98919\n366,1647002260,47.75119,8.98917\n367,1647002261,47.75119,8.98915\n368,1647002262,47.75119,8.98912\n369,1647002263,47.75119,8.98910\n370,1647002264,47.75120,8.98908\n371,1647002283,47.75148,8.98929\n372,1647002284,47.75142,8.98895\n373,1647002285,47.75144,8.98896\n374,1647002286,47.75145,8.98897\n375,1647002287,47.75146,8.98899\n376,1647002288,47.75147,8.98901\n377,1647002289,47.75147,8.98903\n378,1647002290,47.75146,8.98904\n379,1647002291,47.75145,8.98904\n380,1647002292,47.75144,8.98905\n381,1647002311,47.75166,8.98913\n382,1647002312,47.75156,8.98926\n383,1647002313,47.75156,8.98928\n384,1647002314,47.75157,8.98930\n385,1647002315,47.75157,8.98932\n386,1647002316,47.75160,8.98934\n387,1647002317,47.75160,8.98936\n388,1647002318,47.75162,8.98938\n389,1647002319,47.75163,8.98939\n390,1647002320,47.75165,8.98942\n391,1647002341,47.75154,8.98934\n392,1647002342,47.75155,8.98940\n393,1647002343,47.75168,8.98986\n394,1647002344,47.75169,8.98983\n395,1647002345,47.75169,8.98980\n396,1647002346,47.75168,8.98976\n397,1647002347,47.75168,8.98977\n398,1647002349,47.75169,8.98977\n399,1647002350,47.75172,8.98977\n400,1647002351,47.75173,8.98978\n401,1647002376,47.75180,8.99018\n402,1647002377,47.75184,8.99018\n403,1647002378,47.75192,8.99018\n404,1647002379,47.75195,8.99019\n405,1647002380,47.75197,8.99022\n406,1647002381,47.75199,8.99024\n407,1647002382,47.75201,8.99026\n408,1647002383,47.75201,8.99029\n409,1647002385,47.75203,8.99032\n410,1647002386,47.75203,8.99035\n411,1647002406,47.75189,8.99046\n412,1647002407,47.75193,8.99047\n413,1647002408,47.75196,8.99045\n414,1647002409,47.75195,8.99045\n415,1647002410,47.75193,8.99043\n416,1647002411,47.75193,8.99042\n417,1647002412,47.75193,8.99040\n418,1647002413,47.75206,8.99034\n419,1647002415,47.75202,8.99035\n420,1647002416,47.75202,8.99036\n421,1647002434,47.75265,8.99058\n422,1647002435,47.75254,8.99055\n423,1647002437,47.75252,8.99055\n424,1647002438,47.75256,8.99049\n425,1647002439,47.75258,8.99048\n426,1647002440,47.75260,8.99048\n427,1647002441,47.75259,8.99048\n428,1647002442,47.75259,8.99048\n429,1647002443,47.75258,8.99050\n430,1647002444,47.75260,8.99050\n431,1647002463,47.75282,8.99042\n432,1647002464,47.75284,8.99042\n433,1647002465,47.75285,8.99041\n434,1647002466,47.75283,8.99042\n435,1647002467,47.75281,8.99044\n436,1647002468,47.75280,8.99044\n437,1647002469,47.75279,8.99045\n438,1647002470,47.75279,8.99046\n439,1647002471,47.75279,8.99047\n440,1647002472,47.75279,8.99048\n441,1647002491,47.75295,8.99045\n442,1647002492,47.75299,8.99056\n443,1647002493,47.75299,8.99062\n444,1647002494,47.75301,8.99063\n445,1647002495,47.75303,8.99065\n446,1647002496,47.75304,8.99067\n447,1647002497,47.75305,8.99067\n448,1647002498,47.75306,8.99067\n449,1647002499,47.75307,8.99067\n450,1647002500,47.75310,8.99066\n451,1647002519,47.75343,8.99057\n452,1647002520,47.75341,8.99071\n453,1647002521,47.75344,8.99074\n454,1647002522,47.75348,8.99072\n455,1647002523,47.75349,8.99072\n456,1647002524,47.75351,8.99072\n457,1647002525,47.75353,8.99071\n458,1647002526,47.75355,8.99072\n459,1647002527,47.75357,8.99072\n460,1647002528,47.75358,8.99070\n461,1647002547,47.75377,8.99036\n462,1647002548,47.75375,8.99059\n463,1647002549,47.75375,8.99065\n464,1647002550,47.75375,8.99066\n465,1647002551,47.75378,8.99071\n466,1647002552,47.75380,8.99071\n467,1647002553,47.75383,8.99072\n468,1647002554,47.75385,8.99076\n469,1647002555,47.75387,8.99080\n470,1647002556,47.75390,8.99082\n471,1647002575,47.75436,8.99102\n472,1647002576,47.75428,8.99121\n473,1647002577,47.75428,8.99123\n474,1647002578,47.75429,8.99123\n475,1647002579,47.75429,8.99123\n476,1647002580,47.75430,8.99123\n477,1647002581,47.75432,8.99124\n478,1647002582,47.75434,8.99125\n479,1647002583,47.75435,8.99125\n480,1647002584,47.75438,8.99125\n481,1647002606,47.75405,8.99171\n482,1647002607,47.75450,8.99172\n483,1647002608,47.75447,8.99172\n484,1647002609,47.75446,8.99174\n485,1647002610,47.75450,8.99175\n486,1647002611,47.75456,8.99174\n487,1647002612,47.75455,8.99168\n488,1647002614,47.75456,8.99169\n489,1647002615,47.75457,8.99169\n490,1647002616,47.75458,8.99172\n491,1647002633,47.75460,8.99209\n492,1647002633,47.75461,8.99207\n493,1647002636,47.75449,8.99215\n494,1647002637,47.75449,8.99214\n495,1647002638,47.75449,8.99213\n496,1647002639,47.75448,8.99214\n497,1647002640,47.75447,8.99215\n498,1647002641,47.75446,8.99217\n499,1647002642,47.75445,8.99219\n500,1647002643,47.75443,8.99221\n501,1647002662,47.75421,8.99251\n502,1647002663,47.75419,8.99259\n503,1647002664,47.75417,8.99262\n504,1647002665,47.75416,8.99263\n505,1647002666,47.75416,8.99263\n506,1647002667,47.75416,8.99264\n507,1647002668,47.75416,8.99265\n508,1647002669,47.75416,8.99268\n509,1647002670,47.75415,8.99271\n510,1647002671,47.75412,8.99269\n511,1647002690,47.75391,8.99292\n512,1647002691,47.75387,8.99286\n513,1647002692,47.75391,8.99290\n514,1647002693,47.75390,8.99287\n515,1647002694,47.75393,8.99290\n516,1647002695,47.75394,8.99291\n517,1647002696,47.75394,8.99291\n518,1647002697,47.75393,8.99288\n519,1647002698,47.75393,8.99288\n520,1647002699,47.75394,8.99287\n521,1647002719,47.75395,8.99316\n522,1647002720,47.75393,8.99325\n523,1647002721,47.75391,8.99329\n524,1647002722,47.75389,8.99330\n525,1647002723,47.75387,8.99332\n526,1647002724,47.75386,8.99334\n527,1647002725,47.75384,8.99336\n528,1647002726,47.75383,8.99337\n529,1647002727,47.75382,8.99337\n530,1647002728,47.75381,8.99338\n531,1647002748,47.75364,8.99370\n532,1647002749,47.75364,8.99375\n533,1647002750,47.75362,8.99378\n534,1647002751,47.75360,8.99382\n535,1647002752,47.75357,8.99385\n536,1647002753,47.75355,8.99387\n537,1647002754,47.75353,8.99390\n538,1647002755,47.75351,8.99391\n539,1647002757,47.75348,8.99395\n540,1647002758,47.75347,8.99397\n541,1647002775,47.75315,8.99456\n542,1647002775,47.75315,8.99455\n543,1647002778,47.75308,8.99460\n544,1647002779,47.75308,8.99462\n545,1647002780,47.75307,8.99462\n546,1647002781,47.75307,8.99462\n547,1647002782,47.75306,8.99465\n548,1647002783,47.75306,8.99466\n549,1647002784,47.75306,8.99465\n550,1647002785,47.75306,8.99465\n551,1647002804,47.75301,8.99472\n552,1647002805,47.75298,8.99474\n553,1647002806,47.75297,8.99478\n554,1647002807,47.75295,8.99480\n555,1647002808,47.75296,8.99484\n556,1647002809,47.75295,8.99487\n557,1647002810,47.75293,8.99491\n558,1647002811,47.75291,8.99496\n559,1647002812,47.75289,8.99500\n560,1647002813,47.75289,8.99508\n561,1647002833,47.75302,8.99533\n562,1647002834,47.75306,8.99539\n563,1647002835,47.75308,8.99540\n564,1647002836,47.75310,8.99541\n565,1647002837,47.75312,8.99544\n566,1647002838,47.75314,8.99546\n567,1647002839,47.75314,8.99545\n568,1647002840,47.75315,8.99546\n569,1647002841,47.75316,8.99547\n570,1647002842,47.75317,8.99547\n571,1647002862,47.75343,8.99580\n572,1647002863,47.75345,8.99582\n573,1647002864,47.75347,8.99583\n574,1647002865,47.75347,8.99583\n575,1647002866,47.75349,8.99586\n576,1647002867,47.75351,8.99587\n577,1647002868,47.75352,8.99588\n578,1647002869,47.75353,8.99589\n579,1647002870,47.75353,8.99584\n580,1647002872,47.75356,8.99585\n581,1647002893,47.75378,8.99613\n582,1647002894,47.75376,8.99612\n583,1647002895,47.75374,8.99612\n584,1647002896,47.75373,8.99610\n585,1647002897,47.75373,8.99608\n586,1647002898,47.75374,8.99608\n587,1647002899,47.75375,8.99597\n588,1647002901,47.75378,8.99601\n589,1647002902,47.75381,8.99604\n590,1647002903,47.75383,8.99606\n591,1647002920,47.75388,8.99619\n592,1647002920,47.75387,8.99619\n593,1647002922,47.75400,8.99629\n594,1647002923,47.75404,8.99631\n595,1647002924,47.75406,8.99633\n596,1647002925,47.75408,8.99634\n597,1647002926,47.75410,8.99636\n598,1647002927,47.75412,8.99637\n599,1647002928,47.75414,8.99638\n600,1647002929,47.75416,8.99640\n601,1647002949,47.75449,8.99685\n602,1647002950,47.75447,8.99683\n603,1647002951,47.75446,8.99683\n604,1647002952,47.75444,8.99683\n605,1647002953,47.75443,8.99682\n606,1647002954,47.75443,8.99684\n607,1647002955,47.75441,8.99686\n608,1647002956,47.75440,8.99687\n609,1647002957,47.75439,8.99689\n610,1647002958,47.75438,8.99690\n611,1647002977,47.75418,8.99721\n612,1647002978,47.75417,8.99723\n613,1647002979,47.75416,8.99724\n614,1647002980,47.75415,8.99725\n615,1647002981,47.75414,8.99726\n616,1647002982,47.75413,8.99727\n617,1647002983,47.75413,8.99729\n618,1647002984,47.75412,8.99730\n619,1647002985,47.75411,8.99732\n620,1647002986,47.75410,8.99733\n621,1647003006,47.75391,8.99770\n622,1647003007,47.75390,8.99770\n623,1647003008,47.75389,8.99772\n624,1647003009,47.75387,8.99773\n625,1647003010,47.75386,8.99773\n626,1647003011,47.75385,8.99774\n627,1647003012,47.75383,8.99776\n628,1647003013,47.75382,8.99778\n629,1647003014,47.75391,8.99775\n630,1647003016,47.75388,8.99778\n631,1647003037,47.75383,8.99803\n632,1647003038,47.75375,8.99806\n633,1647003039,47.75374,8.99806\n634,1647003040,47.75371,8.99808\n635,1647003041,47.75368,8.99811\n636,1647003042,47.75365,8.99816\n637,1647003043,47.75360,8.99825\n638,1647003045,47.75358,8.99826\n639,1647003046,47.75356,8.99828\n640,1647003047,47.75355,8.99830\n641,1647003067,47.75331,8.99885\n642,1647003068,47.75329,8.99883\n643,1647003069,47.75327,8.99883\n644,1647003070,47.75326,8.99884\n645,1647003071,47.75324,8.99884\n646,1647003072,47.75323,8.99886\n647,1647003073,47.75327,8.99880\n648,1647003075,47.75326,8.99885\n649,1647003076,47.75325,8.99887\n650,1647003077,47.75323,8.99889\n651,1647003097,47.75304,8.99902\n652,1647003098,47.75304,8.99916\n653,1647003099,47.75302,8.99917\n654,1647003100,47.75300,8.99918\n655,1647003101,47.75298,8.99919\n656,1647003102,47.75296,8.99921\n657,1647003103,47.75293,8.99925\n658,1647003105,47.75291,8.99928\n659,1647003106,47.75290,8.99930\n660,1647003107,47.75288,8.99932\n661,1647003127,47.75273,8.99968\n662,1647003129,47.75276,8.99970\n663,1647003130,47.75278,8.99972\n664,1647003131,47.75278,8.99972\n665,1647003132,47.75274,8.99971\n666,1647003133,47.75271,8.99970\n667,1647003134,47.75270,8.99970\n668,1647003135,47.75267,8.99970\n669,1647003136,47.75265,8.99972\n670,1647003137,47.75264,8.99974\n671,1647003156,47.75238,9.00017\n672,1647003157,47.75236,9.00018\n673,1647003159,47.75239,9.00021\n674,1647003160,47.75237,9.00022\n675,1647003161,47.75236,9.00024\n676,1647003162,47.75236,9.00025\n677,1647003163,47.75236,9.00027\n678,1647003164,47.75237,9.00029\n679,1647003165,47.75236,9.00031\n680,1647003166,47.75236,9.00033\n681,1647003186,47.75213,9.00056\n682,1647003187,47.75212,9.00059\n683,1647003188,47.75211,9.00061\n684,1647003189,47.75209,9.00061\n685,1647003190,47.75207,9.00066\n686,1647003191,47.75206,9.00069\n687,1647003192,47.75205,9.00071\n688,1647003193,47.75204,9.00079\n689,1647003195,47.75203,9.00081\n690,1647003196,47.75202,9.00083\n691,1647003215,47.75189,9.00099\n692,1647003216,47.75186,9.00100\n693,1647003218,47.75182,9.00104\n694,1647003219,47.75181,9.00104\n695,1647003220,47.75178,9.00104\n696,1647003221,47.75175,9.00104\n697,1647003222,47.75173,9.00104\n698,1647003223,47.75171,9.00104\n699,1647003224,47.75170,9.00105\n700,1647003225,47.75168,9.00106\n701,1647003245,47.75130,9.00146\n702,1647003246,47.75130,9.00144\n703,1647003247,47.75130,9.00143\n704,1647003248,47.75130,9.00143\n705,1647003249,47.75129,9.00143\n706,1647003250,47.75129,9.00143\n707,1647003251,47.75129,9.00145\n708,1647003252,47.75129,9.00146\n709,1647003253,47.75133,9.00135\n710,1647003255,47.75130,9.00134\n711,1647003273,47.75135,9.00147\n712,1647003274,47.75128,9.00149\n713,1647003275,47.75125,9.00151\n714,1647003276,47.75121,9.00151\n715,1647003277,47.75117,9.00152\n716,1647003278,47.75113,9.00153\n717,1647003279,47.75113,9.00153\n718,1647003280,47.75113,9.00151\n719,1647003281,47.75113,9.00151\n720,1647003282,47.75113,9.00150\n721,1647003302,47.75141,9.00128\n722,1647003303,47.75141,9.00124\n723,1647003304,47.75134,9.00123\n724,1647003305,47.75134,9.00121\n725,1647003306,47.75134,9.00119\n726,1647003307,47.75133,9.00117\n727,1647003308,47.75133,9.00114\n728,1647003309,47.75131,9.00112\n729,1647003310,47.75131,9.00111\n730,1647003311,47.75131,9.00109\n731,1647003332,47.75153,9.00065\n732,1647003333,47.75153,9.00066\n733,1647003334,47.75151,9.00065\n734,1647003335,47.75152,9.00067\n735,1647003336,47.75152,9.00067\n736,1647003337,47.75152,9.00066\n737,1647003338,47.75152,9.00065\n738,1647003339,47.75152,9.00063\n739,1647003340,47.75152,9.00061\n740,1647003341,47.75153,9.00058\n741,1647003361,47.75165,9.00007\n742,1647003362,47.75167,9.00006\n743,1647003363,47.75169,9.00004\n744,1647003364,47.75171,9.00002\n745,1647003365,47.75171,8.99999\n746,1647003366,47.75171,8.99998\n747,1647003367,47.75161,8.99995\n748,1647003369,47.75164,8.99993\n749,1647003370,47.75167,8.99991\n750,1647003371,47.75168,8.99989\n751,1647003390,47.75172,8.99947\n752,1647003391,47.75176,8.99962\n753,1647003392,47.75176,8.99958\n754,1647003393,47.75176,8.99956\n755,1647003394,47.75177,8.99952\n756,1647003395,47.75177,8.99948\n757,1647003396,47.75177,8.99945\n758,1647003397,47.75173,8.99935\n759,1647003399,47.75173,8.99931\n760,1647003400,47.75174,8.99929\n761,1647003421,47.75186,8.99847\n762,1647003422,47.75186,8.99846\n763,1647003423,47.75186,8.99845\n764,1647003424,47.75187,8.99844\n765,1647003425,47.75187,8.99844\n766,1647003426,47.75187,8.99849\n767,1647003427,47.75187,8.99860\n768,1647003429,47.75187,8.99857\n769,1647003430,47.75187,8.99856\n770,1647003431,47.75187,8.99854\n771,1647003450,47.75177,8.99821\n772,1647003452,47.75178,8.99820\n773,1647003453,47.75178,8.99820\n774,1647003454,47.75178,8.99819\n775,1647003455,47.75180,8.99821\n776,1647003456,47.75179,8.99822\n777,1647003457,47.75179,8.99821\n778,1647003458,47.75180,8.99820\n779,1647003459,47.75181,8.99818\n780,1647003460,47.75181,8.99816\n781,1647003478,47.75205,8.99812\n782,1647003479,47.75178,8.99814\n783,1647003480,47.75175,8.99813\n784,1647003482,47.75174,8.99811\n785,1647003483,47.75176,8.99810\n786,1647003484,47.75174,8.99809\n787,1647003485,47.75175,8.99807\n788,1647003486,47.75175,8.99805\n789,1647003487,47.75176,8.99803\n790,1647003488,47.75176,8.99800\n791,1647003508,47.75170,8.99768\n792,1647003509,47.75172,8.99770\n793,1647003510,47.75175,8.99769\n794,1647003511,47.75181,8.99767\n795,1647003512,47.75183,8.99763\n796,1647003513,47.75182,8.99759\n797,1647003514,47.75180,8.99762\n798,1647003515,47.75179,8.99767\n799,1647003516,47.75178,8.99772\n800,1647003517,47.75172,8.99780\n801,1647003537,47.75164,8.99777\n802,1647003538,47.75158,8.99777\n803,1647003539,47.75159,8.99777\n804,1647003540,47.75159,8.99776\n805,1647003541,47.75159,8.99775\n806,1647003542,47.75160,8.99777\n807,1647003543,47.75160,8.99777\n808,1647003544,47.75160,8.99779\n809,1647003545,47.75159,8.99780\n810,1647003546,47.75159,8.99780\n811,1647003567,47.75140,8.99763\n812,1647003568,47.75136,8.99762\n813,1647003569,47.75135,8.99763\n814,1647003570,47.75134,8.99764\n815,1647003571,47.75134,8.99764\n816,1647003572,47.75134,8.99764\n817,1647003573,47.75133,8.99767\n818,1647003574,47.75132,8.99767\n819,1647003575,47.75132,8.99768\n820,1647003576,47.75132,8.99770\n821,1647003596,47.75121,8.99782\n822,1647003597,47.75119,8.99783\n823,1647003598,47.75117,8.99784\n824,1647003599,47.75115,8.99786\n825,1647003600,47.75113,8.99788\n826,1647003601,47.75112,8.99788\n827,1647003602,47.75110,8.99788\n828,1647003603,47.75109,8.99788\n829,1647003604,47.75107,8.99787\n830,1647003605,47.75107,8.99786\n831,1647003625,47.75090,8.99755\n832,1647003626,47.75088,8.99753\n833,1647003627,47.75086,8.99752\n834,1647003628,47.75085,8.99750\n835,1647003629,47.75084,8.99749\n836,1647003630,47.75083,8.99748\n837,1647003631,47.75083,8.99735\n838,1647003633,47.75082,8.99736\n839,1647003634,47.75081,8.99736\n840,1647003635,47.75080,8.99735\n841,1647003655,47.75050,8.99679\n842,1647003656,47.75049,8.99679\n843,1647003657,47.75049,8.99678\n844,1647003658,47.75050,8.99676\n845,1647003659,47.75052,8.99695\n846,1647003660,47.75052,8.99698\n847,1647003661,47.75049,8.99691\n848,1647003663,47.75048,8.99692\n849,1647003664,47.75047,8.99692\n850,1647003665,47.75045,8.99694\n851,1647003682,47.75042,8.99701\n852,1647003682,47.75040,8.99702\n853,1647003685,47.75030,8.99701\n854,1647003686,47.75026,8.99699\n855,1647003687,47.75021,8.99698\n856,1647003688,47.75017,8.99698\n857,1647003689,47.75014,8.99699\n858,1647003690,47.75012,8.99699\n859,1647003691,47.75009,8.99700\n860,1647003692,47.75007,8.99701\n861,1647003710,47.74922,8.99728\n862,1647003711,47.74962,8.99735\n863,1647003712,47.74967,8.99728\n864,1647003713,47.74971,8.99727\n865,1647003714,47.74973,8.99726\n866,1647003715,47.74972,8.99727\n867,1647003716,47.74970,8.99728\n868,1647003717,47.74969,8.99729\n869,1647003718,47.74969,8.99731\n870,1647003719,47.74968,8.99733\n871,1647003738,47.74952,8.99758\n872,1647003739,47.74951,8.99764\n873,1647003740,47.74952,8.99767\n874,1647003741,47.74952,8.99769\n875,1647003742,47.74952,8.99771\n876,1647003743,47.74951,8.99772\n877,1647003744,47.74951,8.99774\n878,1647003745,47.74952,8.99770\n879,1647003747,47.74951,8.99773\n880,1647003748,47.74950,8.99775\n881,1647003765,47.74942,8.99807\n882,1647003765,47.74938,8.99807\n883,1647003767,47.74939,8.99807\n884,1647003768,47.74938,8.99808\n885,1647003769,47.74937,8.99807\n886,1647003770,47.74936,8.99807\n887,1647003771,47.74935,8.99808\n888,1647003772,47.74934,8.99809\n889,1647003773,47.74934,8.99810\n890,1647003774,47.74932,8.99812\n891,1647003792,47.74920,8.99847\n892,1647003793,47.74920,8.99838\n893,1647003794,47.74920,8.99833\n894,1647003795,47.74923,8.99828\n895,1647003796,47.74923,8.99825\n896,1647003797,47.74923,8.99825\n897,1647003798,47.74923,8.99826\n898,1647003799,47.74921,8.99809\n899,1647003801,47.74923,8.99809\n900,1647003802,47.74924,8.99810\n901,1647003822,47.74883,8.99846\n902,1647003823,47.74885,8.99845\n903,1647003824,47.74886,8.99844\n904,1647003825,47.74892,8.99842\n905,1647003826,47.74893,8.99840\n906,1647003827,47.74894,8.99840\n907,1647003828,47.74894,8.99841\n908,1647003829,47.74893,8.99836\n909,1647003831,47.74893,8.99840\n910,1647003832,47.74893,8.99842\n911,1647003850,47.74869,8.99906\n912,1647003851,47.74869,8.99905\n913,1647003852,47.74869,8.99905\n914,1647003853,47.74868,8.99905\n915,1647003854,47.74868,8.99906\n916,1647003855,47.74867,8.99908\n917,1647003856,47.74867,8.99909\n918,1647003857,47.74865,8.99910\n919,1647003858,47.74864,8.99911\n920,1647003859,47.74864,8.99904\n921,1647003879,47.74853,8.99937\n922,1647003880,47.74849,8.99937\n923,1647003882,47.74846,8.99941\n924,1647003883,47.74844,8.99943\n925,1647003884,47.74843,8.99945\n926,1647003885,47.74841,8.99947\n927,1647003886,47.74840,8.99949\n928,1647003887,47.74839,8.99951\n929,1647003888,47.74838,8.99953\n930,1647003889,47.74838,8.99955\n931,1647003908,47.74844,8.99982\n932,1647003909,47.74842,8.99977\n933,1647003910,47.74840,8.99972\n934,1647003911,47.74840,8.99969\n935,1647003912,47.74838,8.99965\n936,1647003913,47.74836,8.99962\n937,1647003914,47.74834,8.99959\n938,1647003915,47.74833,8.99957\n939,1647003916,47.74832,8.99955\n940,1647003917,47.74830,8.99950\n941,1647003936,47.74812,8.99944\n942,1647003937,47.74813,8.99943\n943,1647003938,47.74813,8.99944\n944,1647003939,47.74812,8.99945\n945,1647003940,47.74810,8.99944\n946,1647003941,47.74809,8.99942\n947,1647003942,47.74809,8.99942\n948,1647003943,47.74811,8.99936\n949,1647003945,47.74810,8.99936\n950,1647003946,47.74811,8.99937\n951,1647003965,47.74809,8.99937\n952,1647003966,47.74804,8.99935\n953,1647003967,47.74801,8.99933\n954,1647003968,47.74796,8.99932\n955,1647003969,47.74794,8.99931\n956,1647003970,47.74792,8.99931\n957,1647003971,47.74790,8.99930\n958,1647003972,47.74789,8.99928\n959,1647003973,47.74789,8.99922\n960,1647003975,47.74788,8.99920\n961,1647003994,47.74777,8.99917\n962,1647003995,47.74775,8.99915\n963,1647003996,47.74773,8.99914\n964,1647003997,47.74770,8.99912\n965,1647003998,47.74768,8.99911\n966,1647003999,47.74766,8.99910\n967,1647004000,47.74765,8.99909\n968,1647004001,47.74764,8.99907\n969,1647004002,47.74763,8.99906\n970,1647004003,47.74762,8.99903\n971,1647004023,47.74732,8.99888\n972,1647004024,47.74731,8.99887\n973,1647004025,47.74731,8.99886\n974,1647004026,47.74729,8.99886\n975,1647004027,47.74729,8.99886\n976,1647004028,47.74727,8.99886\n977,1647004029,47.74726,8.99887\n978,1647004030,47.74725,8.99887\n979,1647004031,47.74724,8.99889\n980,1647004032,47.74723,8.99890\n981,1647004051,47.74692,8.99901\n982,1647004052,47.74692,8.99901\n983,1647004053,47.74691,8.99901\n984,1647004054,47.74691,8.99902\n985,1647004055,47.74691,8.99901\n986,1647004056,47.74692,8.99900\n987,1647004057,47.74691,8.99899\n988,1647004058,47.74691,8.99899\n989,1647004059,47.74690,8.99899\n990,1647004060,47.74688,8.99899\n991,1647004079,47.74681,8.99931\n992,1647004080,47.74681,8.99930\n993,1647004081,47.74681,8.99931\n994,1647004082,47.74683,8.99933\n995,1647004083,47.74685,8.99934\n996,1647004084,47.74687,8.99935\n997,1647004085,47.74688,8.99935\n998,1647004086,47.74689,8.99935\n999,1647004087,47.74690,8.99932\n1000,1647004089,47.74691,8.99933\n1001,1647004108,47.74690,8.99963\n1002,1647004109,47.74690,8.99964\n1003,1647004110,47.74689,8.99968\n1004,1647004111,47.74688,8.99970\n1005,1647004112,47.74687,8.99972\n1006,1647004113,47.74686,8.99975\n1007,1647004114,47.74685,8.99978\n1008,1647004115,47.74685,8.99980\n1009,1647004116,47.74685,8.99983\n1010,1647004117,47.74684,8.99983\n1011,1647004136,47.74673,9.00030\n1012,1647004137,47.74673,9.00032\n1013,1647004138,47.74673,9.00033\n1014,1647004139,47.74672,9.00034\n1015,1647004140,47.74670,9.00035\n1016,1647004141,47.74668,9.00037\n1017,1647004142,47.74668,9.00039\n1018,1647004143,47.74667,9.00040\n1019,1647004144,47.74666,9.00041\n1020,1647004145,47.74666,9.00043\n1021,1647004168,47.74652,9.00092\n1022,1647004169,47.74651,9.00095\n1023,1647004170,47.74650,9.00097\n1024,1647004171,47.74650,9.00097\n1025,1647004172,47.74648,9.00086\n1026,1647004174,47.74646,9.00089\n1027,1647004175,47.74646,9.00091\n1028,1647004176,47.74647,9.00094\n1029,1647004177,47.74648,9.00097\n1030,1647004178,47.74648,9.00100\n1031,1647004196,47.74632,9.00125\n1032,1647004197,47.74629,9.00125\n1033,1647004199,47.74626,9.00124\n1034,1647004200,47.74623,9.00122\n1035,1647004201,47.74622,9.00121\n1036,1647004202,47.74620,9.00120\n1037,1647004203,47.74620,9.00119\n1038,1647004204,47.74619,9.00118\n1039,1647004205,47.74618,9.00116\n1040,1647004206,47.74616,9.00115\n1041,1647004225,47.74591,9.00099\n1042,1647004226,47.74588,9.00100\n1043,1647004227,47.74586,9.00100\n1044,1647004228,47.74587,9.00101\n1045,1647004229,47.74586,9.00101\n1046,1647004230,47.74585,9.00100\n1047,1647004231,47.74586,9.00100\n1048,1647004232,47.74585,9.00100\n1049,1647004233,47.74584,9.00098\n1050,1647004234,47.74583,9.00097\n1051,1647004252,47.74563,9.00075\n1052,1647004253,47.74568,9.00070\n1053,1647004254,47.74566,9.00068\n1054,1647004255,47.74564,9.00067\n1055,1647004256,47.74563,9.00065\n1056,1647004257,47.74561,9.00064\n1057,1647004258,47.74560,9.00063\n1058,1647004259,47.74558,9.00062\n1059,1647004260,47.74557,9.00061\n1060,1647004261,47.74556,9.00059\n1061,1647004281,47.74530,9.00034\n1062,1647004282,47.74529,9.00033\n1063,1647004283,47.74528,9.00032\n1064,1647004284,47.74528,9.00031\n1065,1647004285,47.74527,9.00030\n1066,1647004286,47.74526,9.00029\n1067,1647004287,47.74525,9.00028\n1068,1647004288,47.74524,9.00028\n1069,1647004289,47.74523,9.00026\n1070,1647004290,47.74522,9.00025\n1071,1647004308,47.74467,9.00036\n1072,1647004309,47.74493,9.00015\n1073,1647004310,47.74494,9.00015\n1074,1647004311,47.74493,9.00016\n1075,1647004312,47.74494,9.00018\n1076,1647004313,47.74494,9.00020\n1077,1647004314,47.74494,9.00022\n1078,1647004315,47.74494,9.00022\n1079,1647004317,47.74493,9.00024\n1080,1647004318,47.74491,9.00024\n1081,1647004335,47.74473,9.00009\n1082,1647004335,47.74473,9.00010\n1083,1647004338,47.74468,9.00007\n1084,1647004339,47.74467,9.00007\n1085,1647004340,47.74465,9.00006\n1086,1647004341,47.74464,9.00004\n1087,1647004342,47.74463,9.00002\n1088,1647004343,47.74463,9.00000\n1089,1647004344,47.74462,8.99999\n1090,1647004345,47.74460,8.99997\n1091,1647004364,47.74453,8.99969\n1092,1647004365,47.74450,8.99965\n1093,1647004366,47.74449,8.99962\n1094,1647004367,47.74448,8.99960\n1095,1647004368,47.74447,8.99959\n1096,1647004369,47.74446,8.99959\n1097,1647004370,47.74445,8.99958\n1098,1647004371,47.74444,8.99957\n1099,1647004372,47.74443,8.99957\n1100,1647004373,47.74443,8.99957\n1101,1647004391,47.74470,8.99929\n1102,1647004392,47.74464,8.99928\n1103,1647004393,47.74463,8.99926\n1104,1647004394,47.74462,8.99924\n1105,1647004395,47.74462,8.99922\n1106,1647004396,47.74462,8.99920\n1107,1647004397,47.74461,8.99918\n1108,1647004398,47.74461,8.99916\n1109,1647004399,47.74461,8.99914\n1110,1647004401,47.74460,8.99911\n1111,1647004419,47.74454,8.99877\n1112,1647004420,47.74453,8.99878\n1113,1647004421,47.74453,8.99874\n1114,1647004422,47.74452,8.99872\n1115,1647004423,47.74452,8.99869\n1116,1647004424,47.74451,8.99865\n1117,1647004425,47.74451,8.99862\n1118,1647004426,47.74451,8.99859\n1119,1647004427,47.74451,8.99857\n1120,1647004428,47.74451,8.99855\n1121,1647004446,47.74394,8.99855\n1122,1647004447,47.74420,8.99850\n1123,1647004448,47.74422,8.99853\n1124,1647004449,47.74422,8.99854\n1125,1647004450,47.74422,8.99856\n1126,1647004451,47.74421,8.99857\n1127,1647004452,47.74420,8.99858\n1128,1647004453,47.74418,8.99859\n1129,1647004454,47.74417,8.99859\n1130,1647004455,47.74416,8.99859\n1131,1647004475,47.74402,8.99874\n1132,1647004476,47.74400,8.99874\n1133,1647004477,47.74398,8.99875\n1134,1647004478,47.74396,8.99876\n1135,1647004479,47.74393,8.99877\n1136,1647004480,47.74393,8.99878\n1137,1647004481,47.74392,8.99879\n1138,1647004482,47.74390,8.99880\n1139,1647004483,47.74389,8.99880\n1140,1647004484,47.74387,8.99881\n1141,1647004502,47.74349,8.99906\n1142,1647004503,47.74361,8.99892\n1143,1647004504,47.74359,8.99892\n1144,1647004505,47.74358,8.99893\n1145,1647004506,47.74358,8.99894\n1146,1647004507,47.74356,8.99895\n1147,1647004508,47.74356,8.99897\n1148,1647004509,47.74355,8.99898\n1149,1647004510,47.74353,8.99900\n1150,1647004511,47.74352,8.99902\n1151,1647004532,47.74325,8.99888\n1152,1647004533,47.74327,8.99887\n1153,1647004534,47.74326,8.99885\n1154,1647004535,47.74325,8.99885\n1155,1647004536,47.74323,8.99884\n1156,1647004537,47.74320,8.99884\n1157,1647004539,47.74318,8.99883\n1158,1647004540,47.74316,8.99883\n1159,1647004541,47.74315,8.99883\n1160,1647004542,47.74313,8.99884\n1161,1647004561,47.74308,8.99898\n1162,1647004562,47.74310,8.99905\n1163,1647004563,47.74311,8.99909\n1164,1647004564,47.74314,8.99917\n1165,1647004565,47.74309,8.99901\n1166,1647004566,47.74306,8.99897\n1167,1647004567,47.74302,8.99901\n1168,1647004569,47.74301,8.99901\n1169,1647004570,47.74301,8.99900\n1170,1647004571,47.74301,8.99899\n1171,1647004590,47.74301,8.99872\n1172,1647004592,47.74303,8.99882\n1173,1647004593,47.74301,8.99885\n1174,1647004594,47.74303,8.99887\n1175,1647004595,47.74304,8.99888\n1176,1647004596,47.74303,8.99889\n1177,1647004597,47.74302,8.99890\n1178,1647004598,47.74301,8.99891\n1179,1647004599,47.74302,8.99891\n1180,1647004600,47.74302,8.99891\n1181,1647004617,47.74301,8.99894\n1182,1647004617,47.74300,8.99895\n1183,1647004619,47.74303,8.99895\n1184,1647004620,47.74304,8.99896\n1185,1647004621,47.74304,8.99896\n1186,1647004622,47.74304,8.99896\n1187,1647004623,47.74303,8.99896\n1188,1647004624,47.74303,8.99895\n1189,1647004625,47.74303,8.99895\n1190,1647004626,47.74303,8.99895\n1191,1647004645,47.74304,8.99893\n1192,1647004646,47.74305,8.99891\n1193,1647004647,47.74305,8.99891\n1194,1647004648,47.74305,8.99891\n1195,1647004649,47.74305,8.99890\n1196,1647004650,47.74305,8.99890\n1197,1647004651,47.74305,8.99890\n1198,1647004652,47.74304,8.99891\n1199,1647004653,47.74304,8.99891\n1200,1647004654,47.74304,8.99891\n1201,1647004673,47.74315,8.99884\n1202,1647004674,47.74313,8.99885\n1203,1647004675,47.74310,8.99885\n1204,1647004676,47.74309,8.99885\n1205,1647004677,47.74309,8.99885\n1206,1647004678,47.74308,8.99885\n1207,1647004679,47.74307,8.99886\n1208,1647004680,47.74306,8.99886\n1209,1647004681,47.74294,8.99893\n1210,1647004683,47.74295,8.99893\n1211,1647004702,47.74315,8.99883\n1212,1647004703,47.74314,8.99886\n1213,1647004704,47.74314,8.99886\n1214,1647004705,47.74313,8.99887\n1215,1647004706,47.74314,8.99887\n1216,1647004707,47.74314,8.99887\n1217,1647004708,47.74314,8.99888\n1218,1647004709,47.74313,8.99888\n1219,1647004710,47.74313,8.99888\n1220,1647004711,47.74309,8.99893\n1221,1647004730,47.74310,8.99894\n1222,1647004731,47.74309,8.99893\n1223,1647004732,47.74308,8.99893\n1224,1647004733,47.74308,8.99893\n1225,1647004734,47.74308,8.99893\n1226,1647004735,47.74307,8.99893\n1227,1647004736,47.74307,8.99893\n1228,1647004737,47.74307,8.99893\n1229,1647004738,47.74307,8.99893\n1230,1647004739,47.74307,8.99892\n1231,1647004757,47.74321,8.99887\n1232,1647004758,47.74315,8.99888\n1233,1647004759,47.74315,8.99889\n1234,1647004760,47.74316,8.99890\n1235,1647004761,47.74316,8.99890\n1236,1647004762,47.74317,8.99891\n1237,1647004763,47.74318,8.99891\n1238,1647004764,47.74319,8.99891\n1239,1647004765,47.74314,8.99896\n1240,1647004767,47.74313,8.99896\n1241,1647004785,47.74320,8.99906\n1242,1647004786,47.74312,8.99894\n1243,1647004787,47.74312,8.99895\n1244,1647004788,47.74313,8.99895\n1245,1647004789,47.74314,8.99895\n1246,1647004790,47.74315,8.99895\n1247,1647004791,47.74315,8.99895\n1248,1647004792,47.74316,8.99895\n1249,1647004793,47.74315,8.99895\n1250,1647004794,47.74315,8.99895\n1251,1647004813,47.74303,8.99896\n1252,1647004814,47.74303,8.99896\n1253,1647004815,47.74304,8.99895\n1254,1647004816,47.74304,8.99895\n1255,1647004817,47.74304,8.99895\n1256,1647004818,47.74306,8.99895\n1257,1647004819,47.74304,8.99896\n1258,1647004821,47.74304,8.99896\n1259,1647004822,47.74305,8.99896\n1260,1647004823,47.74305,8.99896\n1261,1647004840,47.74308,8.99897\n1262,1647004840,47.74308,8.99897\n1263,1647004842,47.74308,8.99898\n1264,1647004843,47.74307,8.99898\n1265,1647004844,47.74308,8.99898\n1266,1647004845,47.74308,8.99898\n1267,1647004846,47.74308,8.99898\n1268,1647004847,47.74307,8.99898\n1269,1647004848,47.74307,8.99898\n1270,1647004849,47.74307,8.99897\n1271,1647004869,47.74312,8.99900\n1272,1647004870,47.74310,8.99900\n1273,1647004871,47.74310,8.99901\n1274,1647004872,47.74309,8.99900\n1275,1647004873,47.74308,8.99900\n1276,1647004874,47.74308,8.99900\n1277,1647004875,47.74308,8.99899\n1278,1647004876,47.74308,8.99899\n1279,1647004877,47.74308,8.99899\n1280,1647004878,47.74308,8.99898\n1281,1647004898,47.74310,8.99893\n1282,1647004899,47.74310,8.99893\n1283,1647004900,47.74311,8.99893\n1284,1647004901,47.74311,8.99893\n1285,1647004902,47.74311,8.99894\n1286,1647004903,47.74308,8.99898\n1287,1647004905,47.74309,8.99898\n1288,1647004906,47.74309,8.99898\n1289,1647004907,47.74309,8.99898\n1290,1647004908,47.74309,8.99898\n1291,1647004925,47.74302,8.99896\n1292,1647004925,47.74296,8.99894\n1293,1647004927,47.74300,8.99894\n1294,1647004928,47.74300,8.99894\n1295,1647004929,47.74301,8.99895\n1296,1647004930,47.74302,8.99895\n1297,1647004931,47.74303,8.99896\n1298,1647004932,47.74304,8.99896\n1299,1647004933,47.74304,8.99896\n1300,1647004934,47.74304,8.99895\n1301,1647004954,47.74320,8.99904\n1302,1647004955,47.74321,8.99903\n1303,1647004956,47.74320,8.99903\n1304,1647004957,47.74318,8.99902\n1305,1647004958,47.74317,8.99902\n1306,1647004959,47.74317,8.99901\n1307,1647004960,47.74316,8.99901\n1308,1647004961,47.74315,8.99901\n1309,1647004962,47.74314,8.99901\n1310,1647004963,47.74314,8.99901\n1311,1647004981,47.74313,8.99885\n1312,1647004982,47.74313,8.99891\n1313,1647004983,47.74313,8.99892\n1314,1647004984,47.74312,8.99892\n1315,1647004985,47.74311,8.99892\n1316,1647004986,47.74311,8.99894\n1317,1647004987,47.74311,8.99895\n1318,1647004988,47.74311,8.99895\n1319,1647004989,47.74311,8.99895\n1320,1647004990,47.74311,8.99896\n1321,1647005009,47.74331,8.99887\n1322,1647005010,47.74329,8.99890\n1323,1647005011,47.74327,8.99892\n1324,1647005012,47.74325,8.99892\n1325,1647005013,47.74322,8.99894\n1326,1647005014,47.74321,8.99894\n1327,1647005015,47.74320,8.99894\n1328,1647005016,47.74318,8.99895\n1329,1647005017,47.74315,8.99899\n1330,1647005019,47.74315,8.99899\n1331,1647005041,47.74314,8.99901\n1332,1647005042,47.74314,8.99899\n1333,1647005043,47.74314,8.99899\n1334,1647005044,47.74313,8.99899\n1335,1647005045,47.74314,8.99899\n1336,1647005046,47.74314,8.99899\n1337,1647005047,47.74314,8.99898\n1338,1647005049,47.74313,8.99898\n1339,1647005050,47.74312,8.99897\n1340,1647005051,47.74312,8.99897\n1341,1647005074,47.74296,8.99895\n1342,1647005075,47.74296,8.99895\n1343,1647005076,47.74297,8.99895\n1344,1647005077,47.74297,8.99895\n1345,1647005078,47.74298,8.99896\n1346,1647005079,47.74298,8.99896\n1347,1647005080,47.74298,8.99896\n1348,1647005081,47.74298,8.99895\n1349,1647005082,47.74298,8.99895\n1350,1647005083,47.74299,8.99895\n1351,1647005103,47.74301,8.99903\n1352,1647005104,47.74301,8.99901\n1353,1647005105,47.74301,8.99901\n1354,1647005106,47.74300,8.99900\n1355,1647005107,47.74300,8.99900\n1356,1647005108,47.74301,8.99899\n1357,1647005109,47.74301,8.99899\n1358,1647005110,47.74301,8.99898\n1359,1647005111,47.74301,8.99898\n1360,1647005112,47.74301,8.99898\n1361,1647005137,47.74306,8.99898\n1362,1647005139,47.74306,8.99899\n1363,1647005140,47.74305,8.99899\n1364,1647005141,47.74305,8.99899\n1365,1647005142,47.74305,8.99899\n1366,1647005143,47.74304,8.99899\n1367,1647005144,47.74303,8.99898\n1368,1647005145,47.74303,8.99898\n1369,1647005146,47.74303,8.99898\n1370,1647005147,47.74303,8.99898\n1371,1647005166,47.74306,8.99897\n1372,1647005167,47.74305,8.99896\n1373,1647005168,47.74305,8.99896\n1374,1647005169,47.74306,8.99895\n1375,1647005170,47.74307,8.99895\n1376,1647005171,47.74306,8.99894\n1377,1647005172,47.74306,8.99894\n1378,1647005173,47.74306,8.99894\n1379,1647005174,47.74306,8.99894\n1380,1647005175,47.74306,8.99894\n1381,1647005194,47.74294,8.99864\n1382,1647005195,47.74305,8.99882\n1383,1647005196,47.74310,8.99890\n1384,1647005197,47.74312,8.99893\n1385,1647005198,47.74312,8.99894\n1386,1647005199,47.74312,8.99895\n1387,1647005200,47.74312,8.99895\n1388,1647005201,47.74313,8.99895\n1389,1647005202,47.74312,8.99895\n1390,1647005203,47.74312,8.99894\n1391,1647005221,47.74319,8.99893\n1392,1647005222,47.74317,8.99888\n1393,1647005223,47.74319,8.99895\n1394,1647005224,47.74318,8.99897\n1395,1647005225,47.74316,8.99897\n1396,1647005226,47.74315,8.99896\n1397,1647005227,47.74313,8.99896\n1398,1647005228,47.74312,8.99896\n1399,1647005229,47.74311,8.99895\n1400,1647005230,47.74311,8.99895\n1401,1647005251,47.74292,8.99894\n1402,1647005252,47.74294,8.99893\n1403,1647005253,47.74294,8.99892\n1404,1647005254,47.74295,8.99892\n1405,1647005255,47.74295,8.99892\n1406,1647005256,47.74296,8.99892\n1407,1647005257,47.74297,8.99892\n1408,1647005259,47.74297,8.99892\n1409,1647005260,47.74297,8.99892\n1410,1647005261,47.74297,8.99892\n1411,1647005278,47.74296,8.99901\n1412,1647005278,47.74290,8.99899\n1413,1647005280,47.74297,8.99900\n1414,1647005281,47.74298,8.99900\n1415,1647005282,47.74300,8.99899\n1416,1647005283,47.74301,8.99898\n1417,1647005284,47.74301,8.99898\n1418,1647005285,47.74302,8.99897\n1419,1647005286,47.74302,8.99897\n1420,1647005287,47.74304,8.99897\n1421,1647005305,47.74302,8.99896\n1422,1647005306,47.74300,8.99894\n1423,1647005307,47.74300,8.99894\n1424,1647005308,47.74300,8.99894\n1425,1647005309,47.74300,8.99894\n1426,1647005310,47.74301,8.99893\n1427,1647005311,47.74301,8.99893\n1428,1647005312,47.74300,8.99893\n1429,1647005313,47.74301,8.99892\n1430,1647005314,47.74301,8.99892\n1431,1647005333,47.74314,8.99907\n1432,1647005334,47.74314,8.99906\n1433,1647005335,47.74313,8.99907\n1434,1647005336,47.74312,8.99906\n1435,1647005337,47.74312,8.99904\n1436,1647005338,47.74312,8.99904\n1437,1647005339,47.74312,8.99902\n1438,1647005340,47.74311,8.99902\n1439,1647005341,47.74312,8.99901\n1440,1647005343,47.74312,8.99901\n1441,1647005362,47.74287,8.99891\n1442,1647005363,47.74287,8.99890\n1443,1647005364,47.74288,8.99888\n1444,1647005365,47.74289,8.99886\n1445,1647005366,47.74290,8.99884\n1446,1647005367,47.74290,8.99883\n1447,1647005368,47.74290,8.99883\n1448,1647005369,47.74290,8.99883\n1449,1647005370,47.74291,8.99883\n1450,1647005371,47.74291,8.99882\n1451,1647005400,47.74299,8.99881\n1452,1647005401,47.74295,8.99887\n1453,1647005403,47.74296,8.99888\n1454,1647005404,47.74298,8.99888\n1455,1647005405,47.74299,8.99888\n1456,1647005406,47.74299,8.99888\n1457,1647005407,47.74300,8.99888\n1458,1647005408,47.74301,8.99888\n1459,1647005409,47.74301,8.99889\n1460,1647005410,47.74301,8.99889\n1461,1647005440,47.74294,8.99887\n1462,1647005441,47.74294,8.99887\n1463,1647005442,47.74295,8.99888\n1464,1647005443,47.74295,8.99888\n1465,1647005444,47.74296,8.99889\n1466,1647005445,47.74297,8.99889\n1467,1647005446,47.74298,8.99889\n1468,1647005447,47.74298,8.99889\n1469,1647005448,47.74299,8.99889\n1470,1647005449,47.74299,8.99890\n1471,1647005476,47.74305,8.99895\n1472,1647005477,47.74306,8.99895\n1473,1647005478,47.74306,8.99895\n1474,1647005479,47.74306,8.99896\n1475,1647005480,47.74307,8.99896\n1476,1647005481,47.74307,8.99896\n1477,1647005482,47.74307,8.99896\n1478,1647005483,47.74306,8.99896\n1479,1647005484,47.74306,8.99896\n1480,1647005485,47.74305,8.99896\n1481,1647005514,47.74315,8.99890\n1482,1647005515,47.74306,8.99890\n1483,1647005517,47.74306,8.99890\n1484,1647005518,47.74306,8.99891\n1485,1647005519,47.74307,8.99892\n1486,1647005520,47.74307,8.99892\n1487,1647005521,47.74307,8.99892\n1488,1647005522,47.74307,8.99893\n1489,1647005523,47.74306,8.99893\n1490,1647005524,47.74306,8.99893\n1491,1647005551,47.74293,8.99882\n1492,1647005552,47.74293,8.99882\n1493,1647005553,47.74294,8.99882\n1494,1647005554,47.74295,8.99883\n1495,1647005555,47.74295,8.99883\n1496,1647005556,47.74296,8.99883\n1497,1647005557,47.74297,8.99884\n1498,1647005558,47.74297,8.99884\n1499,1647005559,47.74298,8.99885\n1500,1647005560,47.74298,8.99885\n1501,1647005587,47.74302,8.99887\n1502,1647005588,47.74302,8.99887\n1503,1647005589,47.74302,8.99887\n1504,1647005590,47.74302,8.99888\n1505,1647005591,47.74303,8.99888\n1506,1647005592,47.74304,8.99888\n1507,1647005593,47.74304,8.99888\n1508,1647005594,47.74305,8.99888\n1509,1647005595,47.74305,8.99889\n1510,1647005596,47.74311,8.99892\n1511,1647005618,47.74315,8.99890\n1512,1647005619,47.74317,8.99891\n1513,1647005620,47.74316,8.99890\n1514,1647005621,47.74315,8.99890\n1515,1647005622,47.74314,8.99890\n1516,1647005623,47.74312,8.99891\n1517,1647005625,47.74311,8.99891\n1518,1647005626,47.74310,8.99891\n1519,1647005627,47.74309,8.99891\n1520,1647005628,47.74309,8.99891\n1521,1647005657,47.74308,8.99895\n1522,1647005658,47.74307,8.99894\n1523,1647005659,47.74307,8.99894\n1524,1647005660,47.74305,8.99894\n1525,1647005661,47.74304,8.99894\n1526,1647005662,47.74303,8.99894\n1527,1647005663,47.74302,8.99894\n1528,1647005664,47.74302,8.99894\n1529,1647005665,47.74301,8.99894\n1530,1647005667,47.74301,8.99894\n1531,1647005687,47.74297,8.99893\n1532,1647005688,47.74295,8.99892\n1533,1647005689,47.74296,8.99891\n1534,1647005690,47.74296,8.99891\n1535,1647005691,47.74297,8.99891\n1536,1647005692,47.74297,8.99891\n1537,1647005693,47.74296,8.99891\n1538,1647005694,47.74296,8.99891\n1539,1647005695,47.74296,8.99890\n1540,1647005696,47.74295,8.99890\n1541,1647005717,47.74304,8.99891\n1542,1647005718,47.74296,8.99892\n1543,1647005719,47.74296,8.99892\n1544,1647005720,47.74294,8.99892\n1545,1647005721,47.74291,8.99891\n1546,1647005722,47.74290,8.99891\n1547,1647005723,47.74289,8.99892\n1548,1647005724,47.74288,8.99892\n1549,1647005725,47.74290,8.99892\n1550,1647005727,47.74291,8.99891\n1551,1647005755,47.74306,8.99897\n1552,1647005757,47.74306,8.99897\n1553,1647005758,47.74305,8.99897\n1554,1647005759,47.74305,8.99897\n1555,1647005760,47.74305,8.99896\n1556,1647005761,47.74305,8.99896\n1557,1647005762,47.74305,8.99896\n1558,1647005763,47.74305,8.99896\n1559,1647005764,47.74304,8.99896\n1560,1647005765,47.74304,8.99896\n1561,1647005788,47.74306,8.99891\n1562,1647005789,47.74306,8.99892\n1563,1647005790,47.74305,8.99892\n1564,1647005791,47.74305,8.99891\n1565,1647005792,47.74305,8.99891\n1566,1647005793,47.74305,8.99892\n1567,1647005794,47.74306,8.99892\n1568,1647005795,47.74306,8.99892\n1569,1647005796,47.74306,8.99891\n1570,1647005797,47.74307,8.99891\n1571,1647005818,47.74310,8.99890\n1572,1647005819,47.74311,8.99890\n1573,1647005820,47.74311,8.99890\n1574,1647005821,47.74312,8.99890\n1575,1647005822,47.74311,8.99890\n1576,1647005823,47.74311,8.99890\n1577,1647005824,47.74311,8.99890\n1578,1647005825,47.74311,8.99890\n1579,1647005826,47.74310,8.99890\n1580,1647005827,47.74309,8.99890\n1581,1647005846,47.74307,8.99894\n1582,1647005847,47.74300,8.99893\n1583,1647005848,47.74299,8.99893\n1584,1647005849,47.74298,8.99893\n1585,1647005850,47.74298,8.99892\n1586,1647005851,47.74298,8.99892\n1587,1647005852,47.74298,8.99891\n1588,1647005853,47.74298,8.99891\n1589,1647005854,47.74298,8.99891\n1590,1647005855,47.74298,8.99891\n1591,1647005885,47.74297,8.99894\n1592,1647005886,47.74298,8.99894\n1593,1647005887,47.74299,8.99893\n1594,1647005888,47.74300,8.99893\n1595,1647005889,47.74301,8.99893\n1596,1647005890,47.74301,8.99893\n1597,1647005891,47.74302,8.99892\n1598,1647005892,47.74302,8.99892\n1599,1647005893,47.74303,8.99892\n1600,1647005894,47.74304,8.99892\n1601,1647005915,47.74329,8.99891\n1602,1647005916,47.74315,8.99893\n1603,1647005917,47.74313,8.99894\n1604,1647005918,47.74309,8.99894\n1605,1647005919,47.74306,8.99894\n1606,1647005920,47.74304,8.99894\n1607,1647005921,47.74303,8.99894\n1608,1647005922,47.74303,8.99894\n1609,1647005923,47.74303,8.99894\n1610,1647005925,47.74302,8.99894\n1611,1647005947,47.74274,8.99900\n1612,1647005948,47.74277,8.99899\n1613,1647005949,47.74275,8.99900\n1614,1647005950,47.74274,8.99900\n1615,1647005951,47.74274,8.99900\n1616,1647005952,47.74274,8.99899\n1617,1647005953,47.74288,8.99896\n1618,1647005955,47.74288,8.99896\n1619,1647005956,47.74289,8.99896\n1620,1647005957,47.74289,8.99896\n1621,1647005977,47.74307,8.99891\n1622,1647005978,47.74306,8.99891\n1623,1647005979,47.74304,8.99891\n1624,1647005980,47.74303,8.99891\n1625,1647005981,47.74303,8.99891\n1626,1647005982,47.74303,8.99891\n1627,1647005983,47.74302,8.99891\n1628,1647005984,47.74302,8.99891\n1629,1647005985,47.74302,8.99891\n1630,1647005986,47.74302,8.99891\n1631,1647006013,47.74286,8.99886\n1632,1647006014,47.74286,8.99886\n1633,1647006015,47.74285,8.99886\n1634,1647006016,47.74286,8.99886\n1635,1647006017,47.74286,8.99886\n1636,1647006018,47.74286,8.99886\n1637,1647006019,47.74286,8.99886\n1638,1647006020,47.74286,8.99886\n1639,1647006021,47.74287,8.99886\n1640,1647006022,47.74288,8.99886\n1641,1647006053,47.74307,8.99884\n1642,1647006054,47.74307,8.99884\n1643,1647006055,47.74306,8.99884\n1644,1647006056,47.74306,8.99884\n1645,1647006057,47.74306,8.99884\n1646,1647006058,47.74307,8.99883\n1647,1647006059,47.74307,8.99884\n1648,1647006060,47.74307,8.99884\n1649,1647006061,47.74305,8.99884\n1650,1647006062,47.74304,8.99885\n1651,1647006079,47.74291,8.99884\n1652,1647006081,47.74296,8.99890\n1653,1647006082,47.74297,8.99890\n1654,1647006083,47.74298,8.99890\n1655,1647006084,47.74299,8.99890\n1656,1647006085,47.74300,8.99890\n1657,1647006086,47.74300,8.99890\n1658,1647006087,47.74300,8.99890\n1659,1647006088,47.74301,8.99890\n1660,1647006089,47.74301,8.99890\n1661,1647006107,47.74308,8.99886\n1662,1647006108,47.74299,8.99889\n1663,1647006109,47.74295,8.99890\n1664,1647006110,47.74296,8.99890\n1665,1647006111,47.74295,8.99891\n1666,1647006112,47.74292,8.99891\n1667,1647006113,47.74291,8.99891\n1668,1647006114,47.74293,8.99890\n1669,1647006115,47.74300,8.99889\n1670,1647006117,47.74301,8.99889\n1671,1647006135,47.74319,8.99884\n1672,1647006136,47.74301,8.99886\n1673,1647006137,47.74302,8.99886\n1674,1647006138,47.74302,8.99887\n1675,1647006139,47.74302,8.99887\n1676,1647006140,47.74301,8.99887\n1677,1647006141,47.74300,8.99887\n1678,1647006142,47.74300,8.99887\n1679,1647006143,47.74300,8.99887\n1680,1647006144,47.74299,8.99887\n1681,1647006162,47.74320,8.99881\n1682,1647006163,47.74298,8.99887\n1683,1647006164,47.74298,8.99886\n1684,1647006165,47.74297,8.99886\n1685,1647006166,47.74298,8.99886\n1686,1647006167,47.74298,8.99887\n1687,1647006168,47.74298,8.99887\n1688,1647006169,47.74299,8.99888\n1689,1647006171,47.74299,8.99888\n1690,1647006172,47.74299,8.99888\n1691,1647006191,47.74326,8.99877\n1692,1647006192,47.74324,8.99878\n1693,1647006193,47.74307,8.99885\n1694,1647006194,47.74296,8.99886\n1695,1647006195,47.74295,8.99886\n1696,1647006196,47.74295,8.99885\n1697,1647006197,47.74295,8.99885\n1698,1647006198,47.74296,8.99885\n1699,1647006199,47.74297,8.99885\n1700,1647006201,47.74297,8.99885\n1701,1647006220,47.74303,8.99883\n1702,1647006221,47.74304,8.99883\n1703,1647006222,47.74303,8.99883\n1704,1647006223,47.74303,8.99883\n1705,1647006224,47.74303,8.99883\n1706,1647006225,47.74304,8.99883\n1707,1647006226,47.74304,8.99883\n1708,1647006227,47.74304,8.99883\n1709,1647006228,47.74304,8.99884\n1710,1647006229,47.74303,8.99884\n1711,1647006248,47.74308,8.99887\n1712,1647006249,47.74302,8.99888\n1713,1647006250,47.74301,8.99889\n1714,1647006251,47.74300,8.99888\n1715,1647006252,47.74299,8.99888\n1716,1647006253,47.74299,8.99888\n1717,1647006254,47.74298,8.99888\n1718,1647006255,47.74298,8.99888\n1719,1647006256,47.74298,8.99888\n1720,1647006257,47.74297,8.99888\n1721,1647006275,47.74337,8.99886\n1722,1647006276,47.74314,8.99890\n1723,1647006278,47.74296,8.99893\n1724,1647006279,47.74297,8.99893\n1725,1647006280,47.74298,8.99893\n1726,1647006281,47.74299,8.99892\n1727,1647006282,47.74300,8.99891\n1728,1647006283,47.74300,8.99891\n1729,1647006283,47.74303,8.99890\n1730,1647006285,47.74303,8.99890\n1731,1647006304,47.74292,8.99896\n1732,1647006305,47.74291,8.99895\n1733,1647006306,47.74291,8.99894\n1734,1647006307,47.74296,8.99891\n1735,1647006308,47.74309,8.99888\n1736,1647006309,47.74307,8.99888\n1737,1647006310,47.74306,8.99888\n1738,1647006311,47.74305,8.99888\n1739,1647006312,47.74304,8.99888\n1740,1647006313,47.74312,8.99886\n1741,1647006333,47.74297,8.99891\n1742,1647006334,47.74302,8.99888\n1743,1647006335,47.74299,8.99889\n1744,1647006336,47.74300,8.99889\n1745,1647006337,47.74299,8.99889\n1746,1647006338,47.74299,8.99889\n1747,1647006339,47.74299,8.99889\n1748,1647006340,47.74299,8.99889\n1749,1647006341,47.74299,8.99888\n1750,1647006342,47.74299,8.99888\n1751,1647006361,47.74324,8.99894\n1752,1647006362,47.74297,8.99889\n1753,1647006363,47.74295,8.99889\n1754,1647006364,47.74295,8.99889\n1755,1647006365,47.74294,8.99889\n1756,1647006366,47.74294,8.99889\n1757,1647006367,47.74294,8.99890\n1758,1647006368,47.74295,8.99890\n1759,1647006369,47.74296,8.99890\n1760,1647006370,47.74296,8.99889\n1761,1647006389,47.74310,8.99885\n1762,1647006390,47.74311,8.99885\n1763,1647006391,47.74312,8.99886\n1764,1647006392,47.74312,8.99886\n1765,1647006393,47.74311,8.99887\n1766,1647006394,47.74311,8.99888\n1767,1647006395,47.74311,8.99888\n1768,1647006396,47.74311,8.99888\n1769,1647006397,47.74310,8.99889\n1770,1647006399,47.74310,8.99890\n1771,1647006418,47.74300,8.99883\n1772,1647006419,47.74297,8.99885\n1773,1647006420,47.74304,8.99883\n1774,1647006421,47.74302,8.99884\n1775,1647006422,47.74302,8.99884\n1776,1647006423,47.74303,8.99883\n1777,1647006424,47.74304,8.99883\n1778,1647006425,47.74304,8.99883\n1779,1647006426,47.74304,8.99884\n1780,1647006427,47.74298,8.99886\n1781,1647006447,47.74300,8.99881\n1782,1647006448,47.74313,8.99880\n1783,1647006449,47.74313,8.99881\n1784,1647006450,47.74313,8.99881\n1785,1647006451,47.74313,8.99881\n1786,1647006452,47.74312,8.99881\n1787,1647006453,47.74312,8.99880\n1788,1647006454,47.74311,8.99880\n1789,1647006455,47.74311,8.99880\n1790,1647006456,47.74311,8.99880\n1791,1647006476,47.74276,8.99888\n1792,1647006477,47.74275,8.99893\n1793,1647006478,47.74278,8.99894\n1794,1647006479,47.74273,8.99895\n1795,1647006480,47.74270,8.99897\n1796,1647006481,47.74268,8.99897\n1797,1647006482,47.74269,8.99897\n1798,1647006483,47.74270,8.99897\n1799,1647006484,47.74271,8.99896\n1800,1647006485,47.74272,8.99896\n1801,1647006503,47.74281,8.99878\n1802,1647006504,47.74302,8.99884\n1803,1647006505,47.74295,8.99886\n1804,1647006506,47.74293,8.99887\n1805,1647006507,47.74286,8.99890\n1806,1647006508,47.74287,8.99891\n1807,1647006509,47.74287,8.99892\n1808,1647006510,47.74286,8.99891\n1809,1647006511,47.74298,8.99889\n1810,1647006513,47.74298,8.99890\n1811,1647006532,47.74260,8.99894\n1812,1647006533,47.74264,8.99892\n1813,1647006534,47.74273,8.99892\n1814,1647006535,47.74284,8.99890\n1815,1647006536,47.74295,8.99887\n1816,1647006537,47.74300,8.99886\n1817,1647006538,47.74300,8.99887\n1818,1647006539,47.74300,8.99887\n1819,1647006540,47.74300,8.99888\n1820,1647006541,47.74297,8.99889\n1821,1647006559,47.74273,8.99893\n1822,1647006560,47.74284,8.99889\n1823,1647006561,47.74288,8.99889\n1824,1647006562,47.74290,8.99888\n1825,1647006563,47.74292,8.99888\n1826,1647006564,47.74284,8.99889\n1827,1647006565,47.74283,8.99890\n1828,1647006566,47.74282,8.99891\n1829,1647006567,47.74283,8.99892\n1830,1647006568,47.74283,8.99892\n1831,1647006590,47.74242,8.99897\n1832,1647006591,47.74241,8.99899\n1833,1647006592,47.74252,8.99898\n1834,1647006593,47.74273,8.99895\n1835,1647006594,47.74278,8.99895\n1836,1647006595,47.74280,8.99895\n1837,1647006596,47.74299,8.99890\n1838,1647006597,47.74298,8.99891\n1839,1647006598,47.74298,8.99891\n1840,1647006599,47.74299,8.99891\n1841,1647006624,47.74279,8.99894\n1842,1647006625,47.74310,8.99888\n1843,1647006627,47.74303,8.99889\n1844,1647006628,47.74302,8.99889\n1845,1647006629,47.74300,8.99889\n1846,1647006630,47.74299,8.99890\n1847,1647006631,47.74299,8.99890\n1848,1647006632,47.74298,8.99890\n1849,1647006633,47.74299,8.99890\n1850,1647006634,47.74299,8.99890\n1851,1647006654,47.74303,8.99891\n1852,1647006655,47.74302,8.99891\n1853,1647006656,47.74301,8.99890\n1854,1647006657,47.74300,8.99890\n1855,1647006658,47.74299,8.99890\n1856,1647006659,47.74299,8.99889\n1857,1647006660,47.74298,8.99889\n1858,1647006661,47.74297,8.99889\n1859,1647006663,47.74296,8.99889\n1860,1647006664,47.74296,8.99888\n1861,1647006684,47.74287,8.99890\n1862,1647006685,47.74288,8.99891\n1863,1647006686,47.74289,8.99892\n1864,1647006687,47.74289,8.99893\n1865,1647006688,47.74290,8.99893\n1866,1647006689,47.74290,8.99893\n1867,1647006690,47.74291,8.99894\n1868,1647006691,47.74293,8.99893\n1869,1647006693,47.74293,8.99893\n1870,1647006694,47.74293,8.99893\n1871,1647006711,47.74287,8.99890\n1872,1647006711,47.74284,8.99892\n1873,1647006714,47.74282,8.99888\n1874,1647006715,47.74283,8.99888\n1875,1647006716,47.74284,8.99887\n1876,1647006717,47.74285,8.99887\n1877,1647006718,47.74286,8.99887\n1878,1647006719,47.74287,8.99886\n1879,1647006720,47.74287,8.99887\n1880,1647006721,47.74288,8.99887\n1881,1647006740,47.74314,8.99894\n1882,1647006741,47.74295,8.99896\n1883,1647006742,47.74295,8.99894\n1884,1647006743,47.74295,8.99894\n1885,1647006744,47.74294,8.99894\n1886,1647006745,47.74293,8.99894\n1887,1647006746,47.74293,8.99894\n1888,1647006747,47.74292,8.99893\n1889,1647006748,47.74292,8.99892\n1890,1647006749,47.74292,8.99891\n1891,1647006767,47.74317,8.99897\n1892,1647006768,47.74307,8.99888\n1893,1647006769,47.74304,8.99888\n1894,1647006770,47.74303,8.99887\n1895,1647006771,47.74303,8.99890\n1896,1647006772,47.74304,8.99892\n1897,1647006773,47.74305,8.99893\n1898,1647006774,47.74306,8.99893\n1899,1647006775,47.74303,8.99889\n1900,1647006777,47.74303,8.99889\n1901,1647006796,47.74305,8.99893\n1902,1647006797,47.74305,8.99892\n1903,1647006798,47.74304,8.99892\n1904,1647006799,47.74305,8.99893\n1905,1647006800,47.74305,8.99892\n1906,1647006801,47.74305,8.99892\n1907,1647006802,47.74305,8.99892\n1908,1647006803,47.74305,8.99891\n1909,1647006804,47.74305,8.99890\n1910,1647006805,47.74306,8.99892\n1911,1647006823,47.74305,8.99891\n1912,1647006824,47.74307,8.99889\n1913,1647006825,47.74306,8.99889\n1914,1647006826,47.74305,8.99889\n1915,1647006827,47.74303,8.99888\n1916,1647006828,47.74302,8.99886\n1917,1647006829,47.74301,8.99886\n1918,1647006830,47.74300,8.99885\n1919,1647006831,47.74300,8.99885\n1920,1647006832,47.74300,8.99885\n1921,1647006851,47.74306,8.99889\n1922,1647006852,47.74304,8.99889\n1923,1647006853,47.74304,8.99891\n1924,1647006854,47.74304,8.99891\n1925,1647006855,47.74304,8.99890\n1926,1647006856,47.74302,8.99888\n1927,1647006857,47.74302,8.99887\n1928,1647006858,47.74301,8.99886\n1929,1647006859,47.74300,8.99886\n1930,1647006860,47.74303,8.99891\n1931,1647006878,47.74297,8.99892\n1932,1647006879,47.74301,8.99889\n1933,1647006880,47.74302,8.99890\n1934,1647006881,47.74303,8.99891\n1935,1647006882,47.74303,8.99891\n1936,1647006883,47.74303,8.99892\n1937,1647006884,47.74304,8.99892\n1938,1647006885,47.74304,8.99892\n1939,1647006886,47.74304,8.99893\n1940,1647006887,47.74304,8.99893\n1941,1647006905,47.74322,8.99898\n1942,1647006906,47.74309,8.99897\n1943,1647006907,47.74307,8.99896\n1944,1647006908,47.74307,8.99895\n1945,1647006909,47.74307,8.99894\n1946,1647006910,47.74307,8.99893\n1947,1647006911,47.74306,8.99893\n1948,1647006912,47.74306,8.99893\n1949,1647006913,47.74305,8.99893\n1950,1647006915,47.74305,8.99893\n1951,1647006933,47.74298,8.99888\n1952,1647006934,47.74303,8.99890\n1953,1647006935,47.74306,8.99895\n1954,1647006936,47.74306,8.99895\n1955,1647006937,47.74305,8.99895\n1956,1647006938,47.74304,8.99894\n1957,1647006939,47.74304,8.99893\n1958,1647006940,47.74303,8.99893\n1959,1647006941,47.74303,8.99892\n1960,1647006942,47.74303,8.99892\n1961,1647006960,47.74288,8.99860\n1962,1647006961,47.74303,8.99889\n1963,1647006962,47.74303,8.99888\n1964,1647006963,47.74304,8.99888\n1965,1647006964,47.74304,8.99889\n1966,1647006965,47.74305,8.99891\n1967,1647006966,47.74305,8.99891\n1968,1647006967,47.74305,8.99891\n1969,1647006968,47.74306,8.99891\n1970,1647006969,47.74306,8.99891\n1971,1647006988,47.74298,8.99884\n1972,1647006989,47.74296,8.99886\n1973,1647006990,47.74296,8.99885\n1974,1647006991,47.74296,8.99885\n1975,1647006992,47.74296,8.99884\n1976,1647006993,47.74296,8.99884\n1977,1647006994,47.74296,8.99884\n1978,1647006995,47.74297,8.99884\n1979,1647006996,47.74297,8.99883\n1980,1647006997,47.74297,8.99883\n1981,1647007015,47.74302,8.99890\n1982,1647007016,47.74305,8.99890\n1983,1647007017,47.74303,8.99889\n1984,1647007018,47.74303,8.99889\n1985,1647007019,47.74302,8.99887\n1986,1647007020,47.74301,8.99886\n1987,1647007021,47.74301,8.99886\n1988,1647007022,47.74300,8.99886\n1989,1647007023,47.74300,8.99885\n1990,1647007024,47.74300,8.99885\n1991,1647007042,47.74288,8.99860\n1992,1647007043,47.74296,8.99877\n1993,1647007044,47.74292,8.99871\n1994,1647007045,47.74291,8.99870\n1995,1647007046,47.74291,8.99870\n1996,1647007047,47.74292,8.99872\n1997,1647007048,47.74293,8.99873\n1998,1647007049,47.74294,8.99875\n1999,1647007050,47.74295,8.99876\n2000,1647007051,47.74303,8.99889\n2001,1647007070,47.74302,8.99895\n2002,1647007071,47.74300,8.99891\n2003,1647007072,47.74300,8.99889\n2004,1647007073,47.74299,8.99889\n2005,1647007074,47.74300,8.99888\n2006,1647007075,47.74300,8.99887\n2007,1647007076,47.74299,8.99886\n2008,1647007077,47.74299,8.99886\n2009,1647007078,47.74300,8.99886\n2010,1647007079,47.74299,8.99885\n2011,1647007097,47.74295,8.99877\n2012,1647007098,47.74304,8.99884\n2013,1647007099,47.74305,8.99883\n2014,1647007100,47.74304,8.99882\n2015,1647007101,47.74303,8.99882\n2016,1647007102,47.74304,8.99882\n2017,1647007103,47.74304,8.99883\n2018,1647007104,47.74303,8.99883\n2019,1647007105,47.74303,8.99885\n2020,1647007107,47.74303,8.99885\n2021,1647007125,47.74282,8.99875\n2022,1647007126,47.74291,8.99884\n2023,1647007127,47.74294,8.99887\n2024,1647007128,47.74295,8.99887\n2025,1647007129,47.74295,8.99888\n2026,1647007130,47.74296,8.99889\n2027,1647007131,47.74297,8.99889\n2028,1647007132,47.74297,8.99889\n2029,1647007133,47.74298,8.99890\n2030,1647007134,47.74298,8.99889\n2031,1647007152,47.74299,8.99882\n2032,1647007153,47.74299,8.99888\n2033,1647007154,47.74299,8.99888\n2034,1647007155,47.74298,8.99887\n2035,1647007156,47.74298,8.99887\n2036,1647007157,47.74298,8.99886\n2037,1647007158,47.74298,8.99886\n2038,1647007159,47.74298,8.99887\n2039,1647007160,47.74299,8.99888\n2040,1647007161,47.74300,8.99889\n2041,1647007180,47.74302,8.99884\n2042,1647007181,47.74301,8.99889\n2043,1647007182,47.74301,8.99889\n2044,1647007183,47.74302,8.99890\n2045,1647007184,47.74301,8.99889\n2046,1647007185,47.74300,8.99888\n2047,1647007186,47.74299,8.99887\n2048,1647007187,47.74299,8.99886\n2049,1647007188,47.74299,8.99886\n2050,1647007189,47.74299,8.99886\n2051,1647007207,47.74285,8.99865\n2052,1647007208,47.74290,8.99875\n2053,1647007209,47.74291,8.99875\n2054,1647007210,47.74293,8.99877\n2055,1647007211,47.74294,8.99878\n2056,1647007212,47.74294,8.99880\n2057,1647007213,47.74295,8.99881\n2058,1647007214,47.74295,8.99882\n2059,1647007215,47.74295,8.99884\n2060,1647007216,47.74295,8.99884\n2061,1647007234,47.74298,8.99889\n2062,1647007235,47.74299,8.99887\n2063,1647007236,47.74298,8.99887\n2064,1647007237,47.74298,8.99888\n2065,1647007238,47.74298,8.99888\n2066,1647007239,47.74297,8.99889\n2067,1647007240,47.74297,8.99889\n2068,1647007241,47.74297,8.99890\n2069,1647007242,47.74297,8.99890\n2070,1647007243,47.74298,8.99893\n2071,1647007262,47.74291,8.99887\n2072,1647007263,47.74298,8.99892\n2073,1647007264,47.74297,8.99892\n2074,1647007265,47.74298,8.99893\n2075,1647007266,47.74298,8.99892\n2076,1647007267,47.74298,8.99892\n2077,1647007268,47.74297,8.99892\n2078,1647007269,47.74298,8.99892\n2079,1647007270,47.74297,8.99891\n2080,1647007271,47.74298,8.99891\n2081,1647007290,47.74303,8.99878\n2082,1647007291,47.74304,8.99879\n2083,1647007292,47.74304,8.99880\n2084,1647007293,47.74305,8.99882\n2085,1647007294,47.74305,8.99884\n2086,1647007295,47.74305,8.99884\n2087,1647007296,47.74305,8.99885\n2088,1647007297,47.74304,8.99884\n2089,1647007299,47.74303,8.99885\n2090,1647007300,47.74303,8.99886\n2091,1647007320,47.74299,8.99891\n2092,1647007321,47.74300,8.99891\n2093,1647007322,47.74301,8.99891\n2094,1647007323,47.74301,8.99890\n2095,1647007324,47.74302,8.99890\n2096,1647007325,47.74302,8.99890\n2097,1647007326,47.74302,8.99890\n2098,1647007327,47.74302,8.99890\n2099,1647007329,47.74303,8.99890\n2100,1647007330,47.74303,8.99890\n2101,1647007348,47.74297,8.99887\n2102,1647007349,47.74297,8.99887\n2103,1647007350,47.74299,8.99888\n2104,1647007351,47.74299,8.99888\n2105,1647007352,47.74300,8.99889\n2106,1647007353,47.74301,8.99888\n2107,1647007354,47.74301,8.99888\n2108,1647007355,47.74301,8.99888\n2109,1647007356,47.74301,8.99888\n2110,1647007357,47.74302,8.99889\n2111,1647007375,47.74308,8.99887\n2112,1647007376,47.74305,8.99884\n2113,1647007377,47.74304,8.99883\n2114,1647007378,47.74303,8.99882\n2115,1647007379,47.74303,8.99882\n2116,1647007380,47.74302,8.99882\n2117,1647007381,47.74302,8.99882\n2118,1647007382,47.74302,8.99883\n2119,1647007383,47.74302,8.99883\n2120,1647007384,47.74302,8.99883\n2121,1647007403,47.74299,8.99900\n2122,1647007404,47.74305,8.99895\n2123,1647007405,47.74303,8.99892\n2124,1647007406,47.74303,8.99891\n2125,1647007407,47.74303,8.99891\n2126,1647007408,47.74302,8.99890\n2127,1647007409,47.74302,8.99889\n2128,1647007410,47.74302,8.99888\n2129,1647007411,47.74302,8.99888\n2130,1647007412,47.74303,8.99890\n2131,1647007430,47.74293,8.99885\n2132,1647007431,47.74297,8.99883\n2133,1647007432,47.74298,8.99884\n2134,1647007433,47.74298,8.99884\n2135,1647007434,47.74298,8.99883\n2136,1647007435,47.74299,8.99882\n2137,1647007436,47.74300,8.99883\n2138,1647007437,47.74301,8.99883\n2139,1647007438,47.74301,8.99883\n2140,1647007439,47.74301,8.99884\n2141,1647007457,47.74318,8.99884\n2142,1647007458,47.74294,8.99884\n2143,1647007459,47.74294,8.99884\n2144,1647007460,47.74294,8.99885\n2145,1647007461,47.74295,8.99886\n2146,1647007462,47.74297,8.99890\n2147,1647007463,47.74298,8.99891\n2148,1647007464,47.74298,8.99891\n2149,1647007465,47.74300,8.99894\n2150,1647007467,47.74300,8.99895\n2151,1647007487,47.74292,8.99876\n2152,1647007488,47.74293,8.99881\n2153,1647007489,47.74295,8.99883\n2154,1647007490,47.74297,8.99886\n2155,1647007491,47.74297,8.99886\n2156,1647007492,47.74297,8.99886\n2157,1647007493,47.74297,8.99886\n2158,1647007494,47.74297,8.99887\n2159,1647007495,47.74300,8.99893\n2160,1647007497,47.74301,8.99895\n2161,1647007515,47.74304,8.99920\n2162,1647007516,47.74299,8.99908\n2163,1647007517,47.74297,8.99903\n2164,1647007518,47.74295,8.99898\n2165,1647007519,47.74295,8.99894\n2166,1647007520,47.74295,8.99893\n2167,1647007521,47.74295,8.99893\n2168,1647007522,47.74295,8.99894\n2169,1647007523,47.74296,8.99894\n2170,1647007524,47.74296,8.99894\n2171,1647007542,47.74292,8.99886\n2172,1647007543,47.74294,8.99885\n2173,1647007544,47.74295,8.99885\n2174,1647007545,47.74296,8.99886\n2175,1647007546,47.74297,8.99887\n2176,1647007547,47.74297,8.99889\n2177,1647007548,47.74297,8.99889\n2178,1647007549,47.74296,8.99889\n2179,1647007550,47.74296,8.99888\n2180,1647007551,47.74295,8.99888\n2181,1647007570,47.74290,8.99870\n2182,1647007571,47.74292,8.99878\n2183,1647007572,47.74292,8.99878\n2184,1647007573,47.74293,8.99879\n2185,1647007574,47.74294,8.99881\n2186,1647007575,47.74294,8.99882\n2187,1647007576,47.74294,8.99883\n2188,1647007577,47.74295,8.99884\n2189,1647007578,47.74295,8.99885\n2190,1647007579,47.74296,8.99886\n2191,1647007597,47.74303,8.99882\n2192,1647007598,47.74301,8.99885\n2193,1647007599,47.74300,8.99885\n2194,1647007600,47.74299,8.99884\n2195,1647007601,47.74299,8.99884\n2196,1647007602,47.74300,8.99884\n2197,1647007603,47.74300,8.99884\n2198,1647007604,47.74301,8.99885\n2199,1647007605,47.74301,8.99885\n2200,1647007606,47.74301,8.99885\n2201,1647007625,47.74322,8.99879\n2202,1647007626,47.74309,8.99882\n2203,1647007627,47.74294,8.99887\n2204,1647007628,47.74294,8.99888\n2205,1647007629,47.74297,8.99890\n2206,1647007630,47.74298,8.99890\n2207,1647007631,47.74298,8.99890\n2208,1647007632,47.74298,8.99891\n2209,1647007633,47.74298,8.99891\n2210,1647007635,47.74298,8.99891\n2211,1647007653,47.74325,8.99877\n2212,1647007654,47.74315,8.99877\n2213,1647007655,47.74305,8.99878\n2214,1647007656,47.74296,8.99880\n2215,1647007657,47.74292,8.99880\n2216,1647007658,47.74287,8.99882\n2217,1647007659,47.74288,8.99882\n2218,1647007660,47.74288,8.99882\n2219,1647007661,47.74289,8.99882\n2220,1647007662,47.74292,8.99883\n2221,1647007681,47.74292,8.99881\n2222,1647007682,47.74301,8.99878\n2223,1647007683,47.74300,8.99879\n2224,1647007684,47.74300,8.99882\n2225,1647007685,47.74302,8.99885\n2226,1647007686,47.74303,8.99887\n2227,1647007687,47.74305,8.99888\n2228,1647007688,47.74306,8.99890\n2229,1647007689,47.74307,8.99892\n2230,1647007690,47.74308,8.99893\n2231,1647007710,47.74302,8.99889\n2232,1647007711,47.74281,8.99898\n2233,1647007712,47.74286,8.99899\n2234,1647007713,47.74286,8.99898\n2235,1647007714,47.74286,8.99896\n2236,1647007715,47.74286,8.99895\n2237,1647007716,47.74286,8.99895\n2238,1647007717,47.74286,8.99896\n2239,1647007718,47.74287,8.99897\n2240,1647007720,47.74288,8.99898\n2241,1647007738,47.74291,8.99883\n2242,1647007739,47.74288,8.99890\n2243,1647007740,47.74291,8.99893\n2244,1647007741,47.74293,8.99893\n2245,1647007742,47.74295,8.99894\n2246,1647007743,47.74297,8.99896\n2247,1647007744,47.74298,8.99896\n2248,1647007745,47.74299,8.99897\n2249,1647007746,47.74299,8.99897\n2250,1647007747,47.74302,8.99897\n2251,1647007765,47.74293,8.99893\n2252,1647007766,47.74299,8.99892\n2253,1647007767,47.74300,8.99894\n2254,1647007768,47.74299,8.99895\n2255,1647007769,47.74299,8.99895\n2256,1647007770,47.74299,8.99894\n2257,1647007771,47.74299,8.99893\n2258,1647007772,47.74298,8.99892\n2259,1647007773,47.74298,8.99890\n2260,1647007774,47.74299,8.99890\n2261,1647007793,47.74302,8.99887\n2262,1647007794,47.74303,8.99890\n2263,1647007795,47.74301,8.99891\n2264,1647007796,47.74301,8.99892\n2265,1647007797,47.74302,8.99892\n2266,1647007798,47.74302,8.99892\n2267,1647007799,47.74303,8.99891\n2268,1647007800,47.74303,8.99890\n2269,1647007801,47.74303,8.99890\n2270,1647007802,47.74306,8.99893\n2271,1647007820,47.74322,8.99882\n2272,1647007821,47.74313,8.99888\n2273,1647007822,47.74313,8.99888\n2274,1647007823,47.74311,8.99888\n2275,1647007824,47.74310,8.99887\n2276,1647007825,47.74309,8.99887\n2277,1647007826,47.74309,8.99888\n2278,1647007827,47.74309,8.99889\n2279,1647007828,47.74309,8.99889\n2280,1647007829,47.74308,8.99890\n2281,1647007847,47.74299,8.99883\n2282,1647007848,47.74300,8.99886\n2283,1647007849,47.74301,8.99886\n2284,1647007850,47.74300,8.99887\n2285,1647007851,47.74299,8.99886\n2286,1647007852,47.74299,8.99886\n2287,1647007853,47.74300,8.99886\n2288,1647007854,47.74300,8.99886\n2289,1647007855,47.74301,8.99887\n2290,1647007857,47.74301,8.99887\n2291,1647007875,47.74313,8.99897\n2292,1647007876,47.74305,8.99897\n2293,1647007877,47.74299,8.99897\n2294,1647007878,47.74299,8.99897\n2295,1647007879,47.74299,8.99897\n2296,1647007880,47.74301,8.99897\n2297,1647007881,47.74301,8.99896\n2298,1647007882,47.74302,8.99896\n2299,1647007883,47.74303,8.99897\n2300,1647007884,47.74302,8.99896\n2301,1647007902,47.74292,8.99899\n2302,1647007903,47.74300,8.99892\n2303,1647007904,47.74303,8.99890\n2304,1647007905,47.74304,8.99890\n2305,1647007906,47.74304,8.99890\n2306,1647007907,47.74305,8.99890\n2307,1647007908,47.74306,8.99891\n2308,1647007909,47.74306,8.99892\n2309,1647007910,47.74306,8.99892\n2310,1647007911,47.74307,8.99893\n2311,1647007930,47.74312,8.99897\n2312,1647007931,47.74311,8.99897\n2313,1647007932,47.74309,8.99897\n2314,1647007933,47.74309,8.99897\n2315,1647007934,47.74310,8.99898\n2316,1647007935,47.74308,8.99896\n2317,1647007936,47.74308,8.99897\n2318,1647007937,47.74308,8.99897\n2319,1647007938,47.74307,8.99896\n2320,1647007939,47.74307,8.99896\n2321,1647007957,47.74298,8.99896\n2322,1647007958,47.74299,8.99890\n2323,1647007959,47.74299,8.99892\n2324,1647007960,47.74300,8.99894\n2325,1647007961,47.74299,8.99893\n2326,1647007962,47.74298,8.99894\n2327,1647007963,47.74297,8.99895\n2328,1647007964,47.74297,8.99895\n2329,1647007965,47.74297,8.99895\n2330,1647007966,47.74298,8.99896\n2331,1647007984,47.74298,8.99871\n2332,1647007985,47.74311,8.99879\n2333,1647007986,47.74312,8.99881\n2334,1647007987,47.74311,8.99883\n2335,1647007988,47.74310,8.99884\n2336,1647007989,47.74310,8.99885\n2337,1647007990,47.74309,8.99885\n2338,1647007991,47.74309,8.99886\n2339,1647007992,47.74308,8.99888\n2340,1647007993,47.74306,8.99889\n2341,1647008012,47.74297,8.99896\n2342,1647008013,47.74306,8.99905\n2343,1647008014,47.74304,8.99905\n2344,1647008015,47.74304,8.99905\n2345,1647008016,47.74303,8.99902\n2346,1647008017,47.74303,8.99900\n2347,1647008018,47.74303,8.99899\n2348,1647008019,47.74303,8.99899\n2349,1647008020,47.74303,8.99899\n2350,1647008021,47.74303,8.99898\n2351,1647008039,47.74317,8.99908\n2352,1647008040,47.74312,8.99904\n2353,1647008041,47.74309,8.99898\n2354,1647008042,47.74308,8.99896\n2355,1647008043,47.74307,8.99894\n2356,1647008044,47.74306,8.99891\n2357,1647008045,47.74306,8.99891\n2358,1647008046,47.74306,8.99891\n2359,1647008047,47.74304,8.99890\n2360,1647008049,47.74304,8.99891\n2361,1647008067,47.74324,8.99912\n2362,1647008068,47.74309,8.99896\n2363,1647008069,47.74308,8.99897\n2364,1647008070,47.74310,8.99899\n2365,1647008071,47.74311,8.99899\n2366,1647008072,47.74310,8.99897\n2367,1647008073,47.74310,8.99896\n2368,1647008074,47.74308,8.99895\n2369,1647008075,47.74308,8.99893\n2370,1647008076,47.74307,8.99892\n2371,1647008094,47.74311,8.99901\n2372,1647008095,47.74311,8.99901\n2373,1647008096,47.74312,8.99904\n2374,1647008097,47.74310,8.99900\n2375,1647008098,47.74311,8.99901\n2376,1647008099,47.74310,8.99901\n2377,1647008100,47.74309,8.99900\n2378,1647008101,47.74304,8.99893\n2379,1647008103,47.74305,8.99894\n2380,1647008104,47.74304,8.99894\n2381,1647008122,47.74324,8.99890\n2382,1647008123,47.74305,8.99898\n2383,1647008124,47.74306,8.99899\n2384,1647008125,47.74306,8.99899\n2385,1647008126,47.74306,8.99899\n2386,1647008127,47.74306,8.99899\n2387,1647008128,47.74306,8.99899\n2388,1647008129,47.74306,8.99898\n2389,1647008130,47.74306,8.99898\n2390,1647008131,47.74303,8.99892\n2391,1647008149,47.74307,8.99881\n2392,1647008150,47.74293,8.99882\n2393,1647008151,47.74295,8.99884\n2394,1647008152,47.74295,8.99885\n2395,1647008153,47.74296,8.99886\n2396,1647008154,47.74297,8.99887\n2397,1647008155,47.74298,8.99889\n2398,1647008156,47.74300,8.99890\n2399,1647008157,47.74300,8.99891\n2400,1647008158,47.74300,8.99892\n2401,1647008177,47.74316,8.99882\n2402,1647008178,47.74299,8.99887\n2403,1647008179,47.74299,8.99887\n2404,1647008180,47.74299,8.99888\n2405,1647008181,47.74299,8.99888\n2406,1647008182,47.74299,8.99890\n2407,1647008183,47.74300,8.99892\n2408,1647008184,47.74300,8.99892\n2409,1647008185,47.74301,8.99893\n2410,1647008187,47.74300,8.99892\n2411,1647008205,47.74296,8.99875\n2412,1647008206,47.74295,8.99882\n2413,1647008207,47.74295,8.99884\n2414,1647008208,47.74295,8.99886\n2415,1647008209,47.74296,8.99889\n2416,1647008210,47.74296,8.99889\n2417,1647008211,47.74296,8.99888\n2418,1647008212,47.74296,8.99888\n2419,1647008213,47.74296,8.99887\n2420,1647008214,47.74296,8.99888\n2421,1647008232,47.74301,8.99873\n2422,1647008233,47.74296,8.99885\n2423,1647008234,47.74296,8.99886\n2424,1647008235,47.74297,8.99887\n2425,1647008236,47.74297,8.99889\n2426,1647008237,47.74298,8.99891\n2427,1647008238,47.74298,8.99891\n2428,1647008239,47.74298,8.99891\n2429,1647008240,47.74298,8.99892\n2430,1647008241,47.74298,8.99893\n2431,1647008260,47.74297,8.99881\n2432,1647008261,47.74299,8.99888\n2433,1647008262,47.74298,8.99889\n2434,1647008263,47.74298,8.99890\n2435,1647008264,47.74299,8.99891\n2436,1647008265,47.74299,8.99890\n2437,1647008266,47.74300,8.99891\n2438,1647008267,47.74300,8.99891\n2439,1647008268,47.74301,8.99891\n2440,1647008269,47.74301,8.99891\n2441,1647008287,47.74290,8.99894\n2442,1647008288,47.74298,8.99895\n2443,1647008289,47.74299,8.99894\n2444,1647008290,47.74300,8.99893\n2445,1647008291,47.74300,8.99893\n2446,1647008292,47.74301,8.99894\n2447,1647008293,47.74300,8.99893\n2448,1647008294,47.74300,8.99892\n2449,1647008295,47.74300,8.99892\n2450,1647008296,47.74301,8.99892\n2451,1647008314,47.74271,8.99927\n2452,1647008315,47.74299,8.99897\n2453,1647008316,47.74299,8.99897\n2454,1647008317,47.74299,8.99896\n2455,1647008318,47.74300,8.99897\n2456,1647008319,47.74300,8.99896\n2457,1647008320,47.74300,8.99896\n2458,1647008321,47.74300,8.99896\n2459,1647008322,47.74300,8.99895\n2460,1647008323,47.74300,8.99894\n2461,1647008342,47.74314,8.99892\n2462,1647008343,47.74302,8.99894\n2463,1647008344,47.74301,8.99893\n2464,1647008345,47.74300,8.99893\n2465,1647008346,47.74300,8.99893\n2466,1647008347,47.74300,8.99892\n2467,1647008348,47.74300,8.99892\n2468,1647008349,47.74299,8.99891\n2469,1647008350,47.74299,8.99891\n2470,1647008351,47.74299,8.99890\n2471,1647008369,47.74305,8.99892\n2472,1647008370,47.74288,8.99893\n2473,1647008371,47.74293,8.99895\n2474,1647008372,47.74295,8.99896\n2475,1647008373,47.74296,8.99895\n2476,1647008374,47.74297,8.99894\n2477,1647008375,47.74297,8.99894\n2478,1647008376,47.74298,8.99893\n2479,1647008377,47.74297,8.99892\n2480,1647008379,47.74297,8.99891\n2481,1647008397,47.74302,8.99899\n2482,1647008398,47.74299,8.99897\n2483,1647008399,47.74301,8.99897\n2484,1647008400,47.74301,8.99897\n2485,1647008401,47.74301,8.99896\n2486,1647008402,47.74301,8.99895\n2487,1647008403,47.74301,8.99894\n2488,1647008404,47.74301,8.99894\n2489,1647008405,47.74301,8.99894\n2490,1647008406,47.74300,8.99893\n2491,1647008424,47.74291,8.99890\n2492,1647008425,47.74298,8.99887\n2493,1647008426,47.74300,8.99889\n2494,1647008427,47.74300,8.99889\n2495,1647008428,47.74301,8.99890\n2496,1647008429,47.74301,8.99890\n2497,1647008430,47.74301,8.99890\n2498,1647008431,47.74302,8.99889\n2499,1647008432,47.74302,8.99890\n2500,1647008433,47.74302,8.99890\n2501,1647008452,47.74297,8.99880\n2502,1647008453,47.74302,8.99888\n2503,1647008454,47.74303,8.99890\n2504,1647008455,47.74303,8.99891\n2505,1647008456,47.74303,8.99891\n2506,1647008457,47.74302,8.99891\n2507,1647008458,47.74302,8.99891\n2508,1647008459,47.74302,8.99891\n2509,1647008460,47.74302,8.99891\n2510,1647008461,47.74301,8.99891\n2511,1647008479,47.74303,8.99888\n2512,1647008480,47.74303,8.99888\n2513,1647008481,47.74303,8.99887\n2514,1647008482,47.74303,8.99888\n2515,1647008483,47.74303,8.99888\n2516,1647008484,47.74302,8.99888\n2517,1647008485,47.74302,8.99888\n2518,1647008486,47.74302,8.99888\n2519,1647008487,47.74301,8.99888\n2520,1647008488,47.74301,8.99888\n2521,1647008506,47.74289,8.99886\n2522,1647008507,47.74295,8.99895\n2523,1647008508,47.74296,8.99896\n2524,1647008509,47.74296,8.99896\n2525,1647008510,47.74297,8.99897\n2526,1647008511,47.74297,8.99898\n2527,1647008512,47.74298,8.99897\n2528,1647008513,47.74298,8.99897\n2529,1647008514,47.74299,8.99897\n2530,1647008515,47.74298,8.99893\n2531,1647008534,47.74293,8.99889\n2532,1647008535,47.74297,8.99890\n2533,1647008536,47.74298,8.99889\n2534,1647008537,47.74299,8.99890\n2535,1647008538,47.74299,8.99890\n2536,1647008539,47.74299,8.99890\n2537,1647008540,47.74299,8.99889\n2538,1647008541,47.74299,8.99889\n2539,1647008542,47.74299,8.99890\n2540,1647008543,47.74299,8.99889\n2541,1647008561,47.74300,8.99895\n2542,1647008562,47.74298,8.99891\n2543,1647008563,47.74298,8.99891\n2544,1647008564,47.74298,8.99891\n2545,1647008565,47.74299,8.99891\n2546,1647008566,47.74299,8.99891\n2547,1647008567,47.74299,8.99892\n2548,1647008568,47.74299,8.99892\n2549,1647008569,47.74300,8.99894\n2550,1647008571,47.74300,8.99894\n2551,1647008589,47.74296,8.99877\n2552,1647008590,47.74298,8.99879\n2553,1647008591,47.74298,8.99879\n2554,1647008592,47.74297,8.99879\n2555,1647008593,47.74298,8.99880\n2556,1647008594,47.74298,8.99880\n2557,1647008595,47.74298,8.99881\n2558,1647008596,47.74298,8.99882\n2559,1647008597,47.74298,8.99883\n2560,1647008598,47.74299,8.99884\n2561,1647008616,47.74297,8.99879\n2562,1647008617,47.74303,8.99889\n2563,1647008618,47.74304,8.99890\n2564,1647008619,47.74303,8.99890\n2565,1647008620,47.74302,8.99889\n2566,1647008621,47.74301,8.99889\n2567,1647008622,47.74301,8.99888\n2568,1647008623,47.74300,8.99887\n2569,1647008624,47.74299,8.99886\n2570,1647008625,47.74299,8.99886\n2571,1647008646,47.74302,8.99887\n2572,1647008647,47.74302,8.99888\n2573,1647008648,47.74301,8.99886\n2574,1647008649,47.74300,8.99885\n2575,1647008650,47.74300,8.99886\n2576,1647008651,47.74300,8.99887\n2577,1647008652,47.74300,8.99887\n2578,1647008653,47.74300,8.99888\n2579,1647008654,47.74301,8.99892\n2580,1647008656,47.74301,8.99892\n2581,1647008674,47.74298,8.99875\n2582,1647008675,47.74292,8.99877\n2583,1647008676,47.74296,8.99881\n2584,1647008677,47.74296,8.99882\n2585,1647008678,47.74296,8.99882\n2586,1647008679,47.74296,8.99882\n2587,1647008680,47.74296,8.99882\n2588,1647008681,47.74295,8.99882\n2589,1647008682,47.74295,8.99882\n2590,1647008683,47.74297,8.99887\n2591,1647008701,47.74301,8.99892\n2592,1647008702,47.74302,8.99896\n2593,1647008703,47.74302,8.99894\n2594,1647008704,47.74302,8.99894\n2595,1647008705,47.74302,8.99893\n2596,1647008706,47.74301,8.99892\n2597,1647008707,47.74300,8.99891\n2598,1647008708,47.74299,8.99890\n2599,1647008709,47.74298,8.99889\n2600,1647008710,47.74298,8.99889\n2601,1647008729,47.74295,8.99872\n2602,1647008730,47.74294,8.99873\n2603,1647008731,47.74295,8.99873\n2604,1647008732,47.74296,8.99875\n2605,1647008733,47.74296,8.99876\n2606,1647008734,47.74296,8.99877\n2607,1647008735,47.74296,8.99878\n2608,1647008736,47.74296,8.99879\n2609,1647008737,47.74296,8.99880\n2610,1647008738,47.74299,8.99887\n2611,1647008756,47.74304,8.99902\n2612,1647008757,47.74303,8.99900\n2613,1647008758,47.74303,8.99899\n2614,1647008759,47.74303,8.99898\n2615,1647008760,47.74301,8.99896\n2616,1647008761,47.74300,8.99894\n2617,1647008762,47.74299,8.99893\n2618,1647008763,47.74299,8.99892\n2619,1647008764,47.74299,8.99892\n2620,1647008765,47.74299,8.99891\n2621,1647008783,47.74315,8.99880\n2622,1647008784,47.74301,8.99889\n2623,1647008785,47.74300,8.99889\n2624,1647008786,47.74300,8.99890\n2625,1647008787,47.74300,8.99891\n2626,1647008788,47.74300,8.99891\n2627,1647008789,47.74300,8.99891\n2628,1647008790,47.74300,8.99891\n2629,1647008791,47.74300,8.99893\n2630,1647008793,47.74300,8.99893\n2631,1647008812,47.74319,8.99877\n2632,1647008813,47.74301,8.99890\n2633,1647008814,47.74302,8.99890\n2634,1647008815,47.74302,8.99890\n2635,1647008816,47.74303,8.99889\n2636,1647008817,47.74303,8.99890\n2637,1647008818,47.74303,8.99890\n2638,1647008819,47.74303,8.99890\n2639,1647008820,47.74303,8.99891\n2640,1647008821,47.74304,8.99894\n2641,1647008839,47.74306,8.99897\n2642,1647008840,47.74304,8.99897\n2643,1647008841,47.74303,8.99896\n2644,1647008842,47.74302,8.99895\n2645,1647008843,47.74301,8.99895\n2646,1647008844,47.74300,8.99895\n2647,1647008845,47.74300,8.99894\n2648,1647008846,47.74299,8.99893\n2649,1647008847,47.74299,8.99893\n2650,1647008848,47.74299,8.99893\n2651,1647008867,47.74293,8.99896\n2652,1647008868,47.74292,8.99892\n2653,1647008869,47.74293,8.99892\n2654,1647008870,47.74293,8.99892\n2655,1647008871,47.74293,8.99891\n2656,1647008872,47.74293,8.99890\n2657,1647008873,47.74293,8.99890\n2658,1647008874,47.74293,8.99890\n2659,1647008875,47.74293,8.99890\n2660,1647008876,47.74294,8.99894\n2661,1647008894,47.74295,8.99887\n2662,1647008895,47.74296,8.99888\n2663,1647008896,47.74296,8.99888\n2664,1647008897,47.74296,8.99888\n2665,1647008898,47.74296,8.99889\n2666,1647008899,47.74296,8.99889\n2667,1647008900,47.74296,8.99890\n2668,1647008901,47.74296,8.99891\n2669,1647008902,47.74296,8.99891\n2670,1647008903,47.74295,8.99892\n2671,1647008921,47.74303,8.99892\n2672,1647008922,47.74300,8.99889\n2673,1647008923,47.74300,8.99890\n2674,1647008924,47.74299,8.99890\n2675,1647008925,47.74298,8.99891\n2676,1647008926,47.74297,8.99891\n2677,1647008927,47.74297,8.99892\n2678,1647008928,47.74297,8.99892\n2679,1647008929,47.74298,8.99896\n2680,1647008931,47.74298,8.99896\n2681,1647008950,47.74310,8.99896\n2682,1647008951,47.74309,8.99896\n2683,1647008952,47.74307,8.99895\n2684,1647008953,47.74306,8.99895\n2685,1647008954,47.74305,8.99895\n2686,1647008955,47.74305,8.99895\n2687,1647008956,47.74305,8.99895\n2688,1647008957,47.74304,8.99895\n2689,1647008958,47.74304,8.99894\n2690,1647008959,47.74304,8.99898\n2691,1647008977,47.74302,8.99881\n2692,1647008978,47.74296,8.99881\n2693,1647008979,47.74296,8.99882\n2694,1647008980,47.74296,8.99882\n2695,1647008981,47.74296,8.99882\n2696,1647008982,47.74296,8.99882\n2697,1647008983,47.74296,8.99882\n2698,1647008984,47.74296,8.99883\n2699,1647008985,47.74295,8.99884\n2700,1647008986,47.74295,8.99884\n2701,1647009005,47.74285,8.99885\n2702,1647009006,47.74294,8.99895\n2703,1647009007,47.74294,8.99892\n2704,1647009008,47.74294,8.99892\n2705,1647009009,47.74294,8.99890\n2706,1647009010,47.74294,8.99888\n2707,1647009011,47.74293,8.99887\n2708,1647009012,47.74293,8.99885\n2709,1647009013,47.74294,8.99885\n2710,1647009014,47.74296,8.99894\n2711,1647009034,47.74290,8.99880\n2712,1647009035,47.74290,8.99878\n2713,1647009036,47.74290,8.99877\n2714,1647009037,47.74290,8.99877\n2715,1647009038,47.74291,8.99877\n2716,1647009039,47.74290,8.99877\n2717,1647009040,47.74290,8.99876\n2718,1647009041,47.74290,8.99876\n2719,1647009042,47.74290,8.99876\n2720,1647009043,47.74293,8.99887\n2721,1647009061,47.74298,8.99882\n2722,1647009062,47.74307,8.99888\n2723,1647009063,47.74305,8.99885\n2724,1647009064,47.74304,8.99884\n2725,1647009065,47.74305,8.99884\n2726,1647009066,47.74305,8.99884\n2727,1647009067,47.74304,8.99885\n2728,1647009068,47.74304,8.99885\n2729,1647009069,47.74304,8.99885\n2730,1647009070,47.74304,8.99886\n2731,1647009089,47.74298,8.99893\n2732,1647009090,47.74301,8.99893\n2733,1647009091,47.74303,8.99895\n2734,1647009092,47.74303,8.99895\n2735,1647009093,47.74302,8.99894\n2736,1647009094,47.74302,8.99894\n2737,1647009095,47.74301,8.99894\n2738,1647009096,47.74301,8.99893\n2739,1647009097,47.74301,8.99893\n2740,1647009098,47.74301,8.99896\n2741,1647009116,47.74296,8.99899\n2742,1647009117,47.74300,8.99890\n2743,1647009118,47.74299,8.99890\n2744,1647009119,47.74299,8.99889\n2745,1647009120,47.74299,8.99889\n2746,1647009121,47.74299,8.99889\n2747,1647009122,47.74299,8.99888\n2748,1647009123,47.74299,8.99888\n2749,1647009124,47.74299,8.99888\n2750,1647009125,47.74299,8.99888\n2751,1647009143,47.74298,8.99873\n2752,1647009144,47.74293,8.99886\n2753,1647009145,47.74294,8.99887\n2754,1647009146,47.74294,8.99887\n2755,1647009147,47.74295,8.99888\n2756,1647009148,47.74295,8.99889\n2757,1647009149,47.74296,8.99890\n2758,1647009150,47.74297,8.99891\n2759,1647009151,47.74296,8.99894\n2760,1647009153,47.74296,8.99894\n2761,1647009171,47.74320,8.99877\n2762,1647009172,47.74300,8.99890\n2763,1647009173,47.74300,8.99892\n2764,1647009174,47.74300,8.99893\n2765,1647009175,47.74300,8.99894\n2766,1647009176,47.74300,8.99894\n2767,1647009177,47.74300,8.99894\n2768,1647009178,47.74299,8.99893\n2769,1647009179,47.74299,8.99893\n2770,1647009180,47.74299,8.99893\n2771,1647009198,47.74308,8.99902\n2772,1647009199,47.74308,8.99898\n2773,1647009200,47.74306,8.99895\n2774,1647009201,47.74306,8.99894\n2775,1647009202,47.74304,8.99893\n2776,1647009203,47.74304,8.99892\n2777,1647009204,47.74304,8.99891\n2778,1647009205,47.74303,8.99896\n2779,1647009207,47.74303,8.99895\n2780,1647009208,47.74302,8.99895\n2781,1647009226,47.74295,8.99886\n2782,1647009227,47.74297,8.99886\n2783,1647009228,47.74298,8.99887\n2784,1647009229,47.74298,8.99887\n2785,1647009230,47.74299,8.99888\n2786,1647009231,47.74300,8.99889\n2787,1647009232,47.74300,8.99889\n2788,1647009233,47.74300,8.99890\n2789,1647009234,47.74300,8.99890\n2790,1647009235,47.74300,8.99893\n2791,1647009253,47.74306,8.99900\n2792,1647009254,47.74307,8.99899\n2793,1647009255,47.74306,8.99898\n2794,1647009256,47.74305,8.99898\n2795,1647009257,47.74304,8.99896\n2796,1647009258,47.74303,8.99895\n2797,1647009259,47.74303,8.99895\n2798,1647009260,47.74303,8.99896\n2799,1647009261,47.74303,8.99896\n2800,1647009262,47.74304,8.99896\n2801,1647009281,47.74306,8.99889\n2802,1647009282,47.74300,8.99893\n2803,1647009283,47.74299,8.99894\n2804,1647009284,47.74299,8.99894\n2805,1647009285,47.74299,8.99893\n2806,1647009286,47.74300,8.99893\n2807,1647009287,47.74300,8.99892\n2808,1647009288,47.74300,8.99892\n2809,1647009289,47.74300,8.99891\n2810,1647009290,47.74300,8.99892\n2811,1647009308,47.74299,8.99882\n2812,1647009309,47.74296,8.99886\n2813,1647009310,47.74296,8.99887\n2814,1647009311,47.74297,8.99888\n2815,1647009312,47.74297,8.99888\n2816,1647009313,47.74297,8.99888\n2817,1647009314,47.74296,8.99887\n2818,1647009315,47.74297,8.99887\n2819,1647009316,47.74297,8.99887\n2820,1647009317,47.74297,8.99887\n2821,1647009336,47.74295,8.99890\n2822,1647009337,47.74295,8.99895\n2823,1647009338,47.74296,8.99895\n2824,1647009339,47.74296,8.99894\n2825,1647009340,47.74296,8.99894\n2826,1647009341,47.74296,8.99894\n2827,1647009342,47.74296,8.99893\n2828,1647009343,47.74295,8.99897\n2829,1647009345,47.74295,8.99897\n2830,1647009346,47.74295,8.99898\n2831,1647009364,47.74295,8.99901\n2832,1647009365,47.74296,8.99895\n2833,1647009366,47.74296,8.99893\n2834,1647009367,47.74296,8.99893\n2835,1647009368,47.74297,8.99893\n2836,1647009369,47.74296,8.99892\n2837,1647009370,47.74296,8.99891\n2838,1647009371,47.74296,8.99891\n2839,1647009372,47.74296,8.99890\n2840,1647009373,47.74297,8.99892\n2841,1647009391,47.74300,8.99904\n2842,1647009392,47.74301,8.99890\n2843,1647009393,47.74301,8.99888\n2844,1647009394,47.74300,8.99887\n2845,1647009395,47.74300,8.99887\n2846,1647009396,47.74299,8.99887\n2847,1647009397,47.74299,8.99887\n2848,1647009398,47.74300,8.99887\n2849,1647009399,47.74300,8.99888\n2850,1647009400,47.74300,8.99888\n2851,1647009419,47.74285,8.99894\n2852,1647009420,47.74296,8.99893\n2853,1647009421,47.74298,8.99894\n2854,1647009422,47.74299,8.99895\n2855,1647009423,47.74299,8.99895\n2856,1647009424,47.74299,8.99895\n2857,1647009425,47.74299,8.99895\n2858,1647009426,47.74299,8.99895\n2859,1647009427,47.74299,8.99895\n2860,1647009428,47.74299,8.99897\n2861,1647009446,47.74315,8.99891\n2862,1647009447,47.74304,8.99897\n2863,1647009448,47.74304,8.99896\n2864,1647009449,47.74303,8.99896\n2865,1647009450,47.74301,8.99896\n2866,1647009451,47.74301,8.99896\n2867,1647009452,47.74300,8.99896\n2868,1647009453,47.74300,8.99896\n2869,1647009454,47.74299,8.99896\n2870,1647009455,47.74299,8.99896\n2871,1647009473,47.74299,8.99885\n2872,1647009474,47.74298,8.99887\n2873,1647009475,47.74298,8.99889\n2874,1647009476,47.74298,8.99890\n2875,1647009477,47.74298,8.99890\n2876,1647009478,47.74298,8.99891\n2877,1647009479,47.74298,8.99892\n2878,1647009480,47.74298,8.99892\n2879,1647009481,47.74298,8.99892\n2880,1647009483,47.74298,8.99892\n2881,1647009501,47.74307,8.99891\n2882,1647009502,47.74300,8.99892\n2883,1647009503,47.74300,8.99892\n2884,1647009504,47.74300,8.99893\n2885,1647009505,47.74300,8.99894\n2886,1647009506,47.74299,8.99895\n2887,1647009507,47.74299,8.99895\n2888,1647009508,47.74299,8.99895\n2889,1647009509,47.74299,8.99895\n2890,1647009510,47.74298,8.99894\n2891,1647009528,47.74299,8.99904\n2892,1647009529,47.74299,8.99902\n2893,1647009530,47.74299,8.99903\n2894,1647009531,47.74299,8.99903\n2895,1647009532,47.74299,8.99902\n2896,1647009533,47.74299,8.99900\n2897,1647009534,47.74299,8.99899\n2898,1647009535,47.74299,8.99900\n2899,1647009537,47.74299,8.99899\n2900,1647009538,47.74299,8.99898\n2901,1647009555,47.74296,8.99888\n2902,1647009555,47.74298,8.99888\n2903,1647009558,47.74296,8.99887\n2904,1647009559,47.74296,8.99888\n2905,1647009560,47.74297,8.99888\n2906,1647009561,47.74297,8.99889\n2907,1647009562,47.74297,8.99889\n2908,1647009563,47.74297,8.99890\n2909,1647009564,47.74298,8.99890\n2910,1647009565,47.74298,8.99890\n2911,1647009583,47.74300,8.99887\n2912,1647009584,47.74301,8.99889\n2913,1647009585,47.74301,8.99889\n2914,1647009586,47.74302,8.99890\n2915,1647009587,47.74302,8.99890\n2916,1647009588,47.74302,8.99889\n2917,1647009589,47.74302,8.99888\n2918,1647009590,47.74301,8.99888\n2919,1647009591,47.74301,8.99888\n2920,1647009592,47.74302,8.99888\n2921,1647009611,47.74303,8.99887\n2922,1647009612,47.74303,8.99887\n2923,1647009613,47.74303,8.99888\n2924,1647009614,47.74303,8.99887\n2925,1647009615,47.74303,8.99888\n2926,1647009616,47.74304,8.99888\n2927,1647009617,47.74304,8.99888\n2928,1647009618,47.74304,8.99888\n2929,1647009619,47.74304,8.99889\n2930,1647009621,47.74304,8.99888\n2931,1647009639,47.74300,8.99882\n2932,1647009640,47.74302,8.99884\n2933,1647009641,47.74303,8.99884\n2934,1647009642,47.74304,8.99885\n2935,1647009643,47.74304,8.99885\n2936,1647009644,47.74304,8.99886\n2937,1647009645,47.74304,8.99886\n2938,1647009646,47.74303,8.99887\n2939,1647009647,47.74303,8.99887\n2940,1647009648,47.74302,8.99888\n2941,1647009666,47.74299,8.99888\n2942,1647009667,47.74303,8.99892\n2943,1647009668,47.74303,8.99892\n2944,1647009669,47.74303,8.99892\n2945,1647009670,47.74302,8.99892\n2946,1647009671,47.74302,8.99892\n2947,1647009672,47.74302,8.99892\n2948,1647009673,47.74302,8.99894\n2949,1647009675,47.74302,8.99894\n2950,1647009676,47.74302,8.99894\n2951,1647009695,47.74300,8.99885\n2952,1647009696,47.74299,8.99885\n2953,1647009697,47.74299,8.99885\n2954,1647009698,47.74299,8.99885\n2955,1647009699,47.74298,8.99885\n2956,1647009700,47.74298,8.99886\n2957,1647009701,47.74298,8.99886\n2958,1647009702,47.74298,8.99886\n2959,1647009703,47.74298,8.99891\n2960,1647009705,47.74298,8.99891\n2961,1647009723,47.74292,8.99882\n2962,1647009724,47.74297,8.99889\n2963,1647009725,47.74298,8.99891\n2964,1647009726,47.74298,8.99891\n2965,1647009727,47.74298,8.99892\n2966,1647009728,47.74298,8.99892\n2967,1647009729,47.74298,8.99892\n2968,1647009730,47.74298,8.99892\n2969,1647009731,47.74298,8.99892\n2970,1647009732,47.74298,8.99892\n2971,1647009750,47.74298,8.99900\n2972,1647009751,47.74299,8.99900\n2973,1647009752,47.74298,8.99899\n2974,1647009753,47.74298,8.99898\n2975,1647009754,47.74297,8.99897\n2976,1647009755,47.74297,8.99896\n2977,1647009756,47.74297,8.99895\n2978,1647009757,47.74297,8.99896\n2979,1647009759,47.74297,8.99896\n2980,1647009760,47.74297,8.99895\n2981,1647009778,47.74303,8.99900\n2982,1647009779,47.74302,8.99898\n2983,1647009780,47.74302,8.99897\n2984,1647009781,47.74301,8.99896\n2985,1647009782,47.74301,8.99896\n2986,1647009783,47.74300,8.99895\n2987,1647009784,47.74300,8.99894\n2988,1647009785,47.74300,8.99894\n2989,1647009786,47.74301,8.99894\n2990,1647009787,47.74301,8.99895\n2991,1647009805,47.74303,8.99895\n2992,1647009806,47.74304,8.99893\n2993,1647009807,47.74304,8.99893\n2994,1647009808,47.74304,8.99893\n2995,1647009809,47.74304,8.99894\n2996,1647009810,47.74303,8.99894\n2997,1647009811,47.74303,8.99894\n2998,1647009812,47.74302,8.99894\n2999,1647009813,47.74302,8.99894\n3000,1647009814,47.74301,8.99894\n3001,1647009833,47.74303,8.99889\n3002,1647009834,47.74302,8.99894\n3003,1647009835,47.74303,8.99895\n3004,1647009836,47.74303,8.99895\n3005,1647009837,47.74303,8.99895\n3006,1647009838,47.74303,8.99895\n3007,1647009839,47.74303,8.99895\n3008,1647009840,47.74303,8.99894\n3009,1647009841,47.74302,8.99894\n3010,1647009842,47.74302,8.99895\n3011,1647009860,47.74299,8.99892\n3012,1647009861,47.74303,8.99896\n3013,1647009862,47.74303,8.99898\n3014,1647009863,47.74304,8.99899\n3015,1647009864,47.74303,8.99899\n3016,1647009865,47.74303,8.99899\n3017,1647009866,47.74303,8.99899\n3018,1647009867,47.74303,8.99899\n3019,1647009868,47.74304,8.99899\n3020,1647009869,47.74303,8.99899\n3021,1647009888,47.74284,8.99874\n3022,1647009889,47.74291,8.99880\n3023,1647009890,47.74291,8.99882\n3024,1647009891,47.74292,8.99883\n3025,1647009892,47.74293,8.99884\n3026,1647009893,47.74293,8.99884\n3027,1647009894,47.74293,8.99885\n3028,1647009895,47.74293,8.99885\n3029,1647009896,47.74293,8.99887\n3030,1647009898,47.74294,8.99887\n3031,1647009916,47.74299,8.99895\n3032,1647009917,47.74299,8.99892\n3033,1647009918,47.74299,8.99892\n3034,1647009919,47.74299,8.99893\n3035,1647009920,47.74300,8.99893\n3036,1647009921,47.74300,8.99893\n3037,1647009922,47.74300,8.99893\n3038,1647009923,47.74300,8.99894\n3039,1647009924,47.74300,8.99894\n3040,1647009925,47.74300,8.99896\n3041,1647009943,47.74296,8.99902\n3042,1647009944,47.74296,8.99901\n3043,1647009945,47.74297,8.99900\n3044,1647009946,47.74297,8.99900\n3045,1647009947,47.74297,8.99899\n3046,1647009948,47.74297,8.99898\n3047,1647009949,47.74298,8.99898\n3048,1647009950,47.74298,8.99897\n3049,1647009951,47.74298,8.99896\n3050,1647009952,47.74298,8.99896\n3051,1647009971,47.74298,8.99894\n3052,1647009972,47.74298,8.99893\n3053,1647009973,47.74298,8.99894\n3054,1647009974,47.74298,8.99894\n3055,1647009975,47.74298,8.99895\n3056,1647009976,47.74298,8.99895\n3057,1647009977,47.74298,8.99895\n3058,1647009978,47.74298,8.99894\n3059,1647009979,47.74298,8.99894\n3060,1647009980,47.74297,8.99896\n3061,1647009998,47.74297,8.99900\n3062,1647009999,47.74297,8.99899\n3063,1647010000,47.74298,8.99899\n3064,1647010001,47.74298,8.99899\n3065,1647010002,47.74298,8.99900\n3066,1647010003,47.74298,8.99901\n3067,1647010004,47.74298,8.99901\n3068,1647010005,47.74299,8.99901\n3069,1647010006,47.74299,8.99901\n3070,1647010007,47.74299,8.99901\n3071,1647010025,47.74298,8.99879\n3072,1647010026,47.74299,8.99883\n3073,1647010027,47.74299,8.99884\n3074,1647010028,47.74300,8.99885\n3075,1647010029,47.74300,8.99887\n3076,1647010030,47.74300,8.99888\n3077,1647010031,47.74300,8.99888\n3078,1647010032,47.74300,8.99889\n3079,1647010033,47.74300,8.99891\n3080,1647010035,47.74300,8.99892\n3081,1647010053,47.74297,8.99892\n3082,1647010054,47.74298,8.99892\n3083,1647010055,47.74299,8.99891\n3084,1647010056,47.74300,8.99891\n3085,1647010057,47.74300,8.99891\n3086,1647010058,47.74299,8.99891\n3087,1647010059,47.74299,8.99890\n3088,1647010060,47.74299,8.99890\n3089,1647010061,47.74299,8.99890\n3090,1647010062,47.74299,8.99890\n3091,1647010080,47.74296,8.99888\n3092,1647010081,47.74297,8.99887\n3093,1647010082,47.74298,8.99889\n3094,1647010083,47.74299,8.99889\n3095,1647010084,47.74298,8.99889\n3096,1647010085,47.74297,8.99889\n3097,1647010086,47.74297,8.99890\n3098,1647010087,47.74297,8.99890\n3099,1647010088,47.74297,8.99891\n3100,1647010089,47.74297,8.99891\n3101,1647010108,47.74294,8.99885\n3102,1647010109,47.74296,8.99887\n3103,1647010110,47.74297,8.99889\n3104,1647010111,47.74298,8.99891\n3105,1647010112,47.74298,8.99891\n3106,1647010113,47.74299,8.99892\n3107,1647010114,47.74298,8.99893\n3108,1647010115,47.74298,8.99893\n3109,1647010116,47.74298,8.99893\n3110,1647010117,47.74298,8.99893\n3111,1647010135,47.74290,8.99895\n3112,1647010136,47.74294,8.99897\n3113,1647010137,47.74293,8.99897\n3114,1647010138,47.74294,8.99897\n3115,1647010139,47.74294,8.99896\n3116,1647010140,47.74294,8.99894\n3117,1647010141,47.74295,8.99894\n3118,1647010142,47.74295,8.99893\n3119,1647010143,47.74295,8.99893\n3120,1647010144,47.74295,8.99893\n3121,1647010162,47.74294,8.99889\n3122,1647010163,47.74300,8.99894\n3123,1647010164,47.74301,8.99894\n3124,1647010165,47.74301,8.99894\n3125,1647010166,47.74300,8.99893\n3126,1647010167,47.74299,8.99893\n3127,1647010168,47.74298,8.99893\n3128,1647010169,47.74298,8.99892\n3129,1647010170,47.74297,8.99892\n3130,1647010171,47.74297,8.99893\n3131,1647010190,47.74298,8.99894\n3132,1647010191,47.74297,8.99896\n3133,1647010192,47.74299,8.99896\n3134,1647010193,47.74299,8.99895\n3135,1647010194,47.74300,8.99895\n3136,1647010195,47.74300,8.99895\n3137,1647010196,47.74300,8.99895\n3138,1647010197,47.74300,8.99894\n3139,1647010198,47.74300,8.99894\n3140,1647010199,47.74300,8.99893\n3141,1647010217,47.74296,8.99886\n3142,1647010218,47.74304,8.99892\n3143,1647010219,47.74305,8.99892\n3144,1647010220,47.74304,8.99893\n3145,1647010221,47.74304,8.99892\n3146,1647010222,47.74304,8.99892\n3147,1647010223,47.74304,8.99891\n3148,1647010224,47.74304,8.99891\n3149,1647010225,47.74304,8.99892\n3150,1647010227,47.74303,8.99892\n3151,1647010245,47.74310,8.99900\n3152,1647010246,47.74308,8.99898\n3153,1647010247,47.74306,8.99895\n3154,1647010248,47.74305,8.99893\n3155,1647010249,47.74304,8.99892\n3156,1647010250,47.74302,8.99890\n3157,1647010251,47.74302,8.99890\n3158,1647010252,47.74301,8.99890\n3159,1647010253,47.74301,8.99891\n3160,1647010254,47.74301,8.99891\n3161,1647010272,47.74311,8.99903\n3162,1647010273,47.74310,8.99898\n3163,1647010274,47.74308,8.99897\n3164,1647010275,47.74308,8.99896\n3165,1647010276,47.74307,8.99894\n3166,1647010277,47.74306,8.99893\n3167,1647010278,47.74305,8.99892\n3168,1647010279,47.74304,8.99894\n3169,1647010281,47.74303,8.99894\n3170,1647010282,47.74303,8.99894\n3171,1647010299,47.74287,8.99909\n3172,1647010299,47.74294,8.99905\n3173,1647010302,47.74298,8.99905\n3174,1647010303,47.74298,8.99906\n3175,1647010304,47.74298,8.99905\n3176,1647010305,47.74298,8.99904\n3177,1647010306,47.74298,8.99904\n3178,1647010307,47.74298,8.99904\n3179,1647010308,47.74298,8.99904\n3180,1647010309,47.74298,8.99904\n3181,1647010328,47.74300,8.99904\n3182,1647010329,47.74299,8.99902\n3183,1647010330,47.74298,8.99901\n3184,1647010331,47.74299,8.99900\n3185,1647010332,47.74299,8.99899\n3186,1647010333,47.74298,8.99898\n3187,1647010334,47.74298,8.99898\n3188,1647010335,47.74298,8.99897\n3189,1647010336,47.74298,8.99896\n3190,1647010337,47.74297,8.99896\n3191,1647010355,47.74298,8.99901\n3192,1647010356,47.74299,8.99900\n3193,1647010357,47.74300,8.99893\n3194,1647010358,47.74299,8.99892\n3195,1647010359,47.74298,8.99892\n3196,1647010360,47.74298,8.99893\n3197,1647010361,47.74298,8.99893\n3198,1647010362,47.74298,8.99892\n3199,1647010363,47.74298,8.99892\n3200,1647010365,47.74298,8.99892\n3201,1647010383,47.74304,8.99904\n3202,1647010384,47.74305,8.99903\n3203,1647010385,47.74305,8.99902\n3204,1647010386,47.74305,8.99902\n3205,1647010387,47.74305,8.99901\n3206,1647010388,47.74305,8.99901\n3207,1647010389,47.74304,8.99900\n3208,1647010390,47.74304,8.99900\n3209,1647010391,47.74304,8.99900\n3210,1647010392,47.74304,8.99900\n3211,1647010410,47.74305,8.99895\n3212,1647010411,47.74303,8.99896\n3213,1647010412,47.74303,8.99896\n3214,1647010413,47.74302,8.99896\n3215,1647010414,47.74301,8.99897\n3216,1647010415,47.74300,8.99897\n3217,1647010416,47.74300,8.99897\n3218,1647010417,47.74300,8.99897\n3219,1647010419,47.74300,8.99896\n3220,1647010420,47.74299,8.99896\n3221,1647010438,47.74299,8.99893\n3222,1647010439,47.74301,8.99888\n3223,1647010440,47.74301,8.99889\n3224,1647010441,47.74301,8.99890\n3225,1647010442,47.74301,8.99889\n3226,1647010443,47.74301,8.99890\n3227,1647010444,47.74300,8.99891\n3228,1647010445,47.74301,8.99891\n3229,1647010446,47.74301,8.99892\n3230,1647010447,47.74300,8.99893\n3231,1647010465,47.74299,8.99891\n3232,1647010466,47.74298,8.99892\n3233,1647010467,47.74298,8.99894\n3234,1647010468,47.74299,8.99894\n3235,1647010469,47.74299,8.99895\n3236,1647010470,47.74300,8.99895\n3237,1647010471,47.74301,8.99895\n3238,1647010472,47.74301,8.99896\n3239,1647010473,47.74301,8.99896\n3240,1647010474,47.74301,8.99896\n3241,1647010493,47.74301,8.99887\n3242,1647010494,47.74301,8.99888\n3243,1647010495,47.74301,8.99888\n3244,1647010496,47.74301,8.99889\n3245,1647010497,47.74301,8.99891\n3246,1647010498,47.74301,8.99892\n3247,1647010499,47.74301,8.99892\n3248,1647010500,47.74301,8.99893\n3249,1647010501,47.74301,8.99893\n3250,1647010502,47.74301,8.99893\n3251,1647010520,47.74304,8.99883\n3252,1647010521,47.74304,8.99881\n3253,1647010522,47.74303,8.99883\n3254,1647010523,47.74303,8.99884\n3255,1647010524,47.74302,8.99886\n3256,1647010525,47.74302,8.99888\n3257,1647010526,47.74302,8.99888\n3258,1647010527,47.74302,8.99889\n3259,1647010528,47.74302,8.99889\n3260,1647010529,47.74302,8.99889\n3261,1647010548,47.74298,8.99894\n3262,1647010549,47.74299,8.99895\n3263,1647010550,47.74299,8.99895\n3264,1647010551,47.74300,8.99895\n3265,1647010552,47.74300,8.99894\n3266,1647010553,47.74300,8.99894\n3267,1647010554,47.74300,8.99894\n3268,1647010555,47.74301,8.99894\n3269,1647010556,47.74301,8.99895\n3270,1647010558,47.74301,8.99894\n3271,1647010577,47.74294,8.99887\n3272,1647010578,47.74296,8.99890\n3273,1647010579,47.74296,8.99891\n3274,1647010580,47.74297,8.99892\n3275,1647010581,47.74297,8.99892\n3276,1647010582,47.74297,8.99892\n3277,1647010583,47.74297,8.99892\n3278,1647010584,47.74297,8.99892\n3279,1647010585,47.74297,8.99894\n3280,1647010587,47.74297,8.99895\n3281,1647010605,47.74304,8.99892\n3282,1647010606,47.74302,8.99893\n3283,1647010607,47.74301,8.99894\n3284,1647010608,47.74300,8.99894\n3285,1647010609,47.74300,8.99894\n3286,1647010610,47.74299,8.99894\n3287,1647010611,47.74299,8.99894\n3288,1647010612,47.74299,8.99894\n3289,1647010613,47.74299,8.99893\n3290,1647010614,47.74298,8.99893\n3291,1647010632,47.74301,8.99904\n3292,1647010633,47.74303,8.99893\n3293,1647010634,47.74303,8.99891\n3294,1647010635,47.74302,8.99891\n3295,1647010636,47.74302,8.99892\n3296,1647010637,47.74301,8.99892\n3297,1647010638,47.74300,8.99892\n3298,1647010639,47.74298,8.99896\n3299,1647010641,47.74297,8.99896\n3300,1647010642,47.74297,8.99895\n3301,1647010659,47.74298,8.99902\n3302,1647010659,47.74296,8.99900\n3303,1647010662,47.74297,8.99901\n3304,1647010663,47.74297,8.99901\n3305,1647010664,47.74296,8.99901\n3306,1647010665,47.74296,8.99902\n3307,1647010666,47.74295,8.99901\n3308,1647010667,47.74295,8.99901\n3309,1647010668,47.74295,8.99901\n3310,1647010669,47.74295,8.99900\n3311,1647010687,47.74299,8.99901\n3312,1647010688,47.74302,8.99894\n3313,1647010689,47.74301,8.99893\n3314,1647010690,47.74301,8.99892\n3315,1647010691,47.74301,8.99892\n3316,1647010692,47.74300,8.99892\n3317,1647010693,47.74300,8.99892\n3318,1647010694,47.74300,8.99892\n3319,1647010695,47.74300,8.99892\n3320,1647010696,47.74300,8.99892\n3321,1647010714,47.74302,8.99891\n3322,1647010715,47.74303,8.99892\n3323,1647010716,47.74303,8.99892\n3324,1647010717,47.74303,8.99892\n3325,1647010718,47.74303,8.99892\n3326,1647010719,47.74303,8.99891\n3327,1647010720,47.74302,8.99891\n3328,1647010721,47.74302,8.99891\n3329,1647010722,47.74302,8.99891\n3330,1647010723,47.74301,8.99894\n3331,1647010742,47.74313,8.99913\n3332,1647010743,47.74303,8.99891\n3333,1647010744,47.74302,8.99890\n3334,1647010745,47.74302,8.99889\n3335,1647010746,47.74301,8.99888\n3336,1647010747,47.74301,8.99888\n3337,1647010748,47.74300,8.99888\n3338,1647010749,47.74300,8.99888\n3339,1647010750,47.74300,8.99888\n3340,1647010751,47.74300,8.99887\n3341,1647010769,47.74291,8.99875\n3342,1647010770,47.74299,8.99884\n3343,1647010771,47.74300,8.99885\n3344,1647010772,47.74300,8.99885\n3345,1647010773,47.74300,8.99884\n3346,1647010774,47.74300,8.99884\n3347,1647010775,47.74300,8.99884\n3348,1647010776,47.74300,8.99884\n3349,1647010777,47.74298,8.99885\n3350,1647010779,47.74298,8.99885\n3351,1647010797,47.74328,8.99930\n3352,1647010798,47.74312,8.99888\n3353,1647010799,47.74309,8.99887\n3354,1647010800,47.74308,8.99888\n3355,1647010801,47.74306,8.99888\n3356,1647010802,47.74304,8.99888\n3357,1647010803,47.74304,8.99889\n3358,1647010804,47.74303,8.99889\n3359,1647010805,47.74303,8.99889\n3360,1647010806,47.74302,8.99890\n3361,1647010827,47.74298,8.99901\n3362,1647010828,47.74295,8.99890\n3363,1647010829,47.74295,8.99888\n3364,1647010830,47.74295,8.99887\n3365,1647010831,47.74297,8.99890\n3366,1647010833,47.74297,8.99890\n3367,1647010834,47.74297,8.99890\n3368,1647010835,47.74297,8.99890\n3369,1647010836,47.74297,8.99891\n3370,1647010837,47.74297,8.99891\n3371,1647010855,47.74295,8.99882\n3372,1647010856,47.74296,8.99885\n3373,1647010857,47.74296,8.99886\n3374,1647010858,47.74296,8.99887\n3375,1647010859,47.74296,8.99888\n3376,1647010860,47.74296,8.99890\n3377,1647010861,47.74296,8.99892\n3378,1647010862,47.74296,8.99893\n3379,1647010863,47.74296,8.99894\n3380,1647010864,47.74296,8.99895\n3381,1647010883,47.74307,8.99914\n3382,1647010884,47.74305,8.99910\n3383,1647010885,47.74304,8.99910\n3384,1647010886,47.74304,8.99910\n3385,1647010887,47.74304,8.99909\n3386,1647010888,47.74303,8.99907\n3387,1647010889,47.74303,8.99906\n3388,1647010890,47.74302,8.99906\n3389,1647010891,47.74299,8.99902\n3390,1647010893,47.74298,8.99902\n3391,1647010913,47.74300,8.99893\n3392,1647010914,47.74299,8.99893\n3393,1647010915,47.74299,8.99894\n3394,1647010916,47.74299,8.99893\n3395,1647010917,47.74299,8.99893\n3396,1647010918,47.74299,8.99894\n3397,1647010919,47.74299,8.99895\n3398,1647010920,47.74300,8.99895\n3399,1647010921,47.74299,8.99896\n3400,1647010923,47.74298,8.99896\n3401,1647010942,47.74302,8.99899\n3402,1647010943,47.74302,8.99895\n3403,1647010944,47.74301,8.99894\n3404,1647010945,47.74301,8.99894\n3405,1647010946,47.74300,8.99894\n3406,1647010947,47.74300,8.99894\n3407,1647010948,47.74300,8.99895\n3408,1647010949,47.74300,8.99895\n3409,1647010950,47.74300,8.99896\n3410,1647010951,47.74298,8.99895\n3411,1647010969,47.74302,8.99899\n3412,1647010970,47.74306,8.99893\n3413,1647010971,47.74304,8.99896\n3414,1647010972,47.74303,8.99895\n3415,1647010973,47.74303,8.99895\n3416,1647010974,47.74302,8.99895\n3417,1647010975,47.74302,8.99895\n3418,1647010976,47.74302,8.99895\n3419,1647010977,47.74302,8.99895\n3420,1647010978,47.74301,8.99895\n3421,1647010997,47.74293,8.99895\n3422,1647010998,47.74298,8.99902\n3423,1647010999,47.74298,8.99904\n3424,1647011000,47.74299,8.99904\n3425,1647011001,47.74299,8.99904\n3426,1647011002,47.74300,8.99905\n3427,1647011003,47.74300,8.99904\n3428,1647011004,47.74301,8.99904\n3429,1647011005,47.74302,8.99904\n3430,1647011006,47.74299,8.99899\n3431,1647011024,47.74293,8.99909\n3432,1647011025,47.74294,8.99907\n3433,1647011026,47.74295,8.99905\n3434,1647011027,47.74296,8.99903\n3435,1647011028,47.74296,8.99902\n3436,1647011029,47.74298,8.99902\n3437,1647011030,47.74298,8.99902\n3438,1647011031,47.74298,8.99902\n3439,1647011032,47.74299,8.99902\n3440,1647011033,47.74299,8.99901\n3441,1647011051,47.74301,8.99887\n3442,1647011052,47.74301,8.99890\n3443,1647011053,47.74302,8.99890\n3444,1647011054,47.74302,8.99891\n3445,1647011055,47.74303,8.99891\n3446,1647011056,47.74303,8.99893\n3447,1647011057,47.74303,8.99894\n3448,1647011058,47.74303,8.99894\n3449,1647011059,47.74303,8.99894\n3450,1647011061,47.74303,8.99895\n3451,1647011079,47.74297,8.99896\n3452,1647011080,47.74299,8.99894\n3453,1647011081,47.74299,8.99894\n3454,1647011082,47.74299,8.99895\n3455,1647011083,47.74298,8.99894\n3456,1647011084,47.74298,8.99894\n3457,1647011085,47.74298,8.99894\n3458,1647011086,47.74298,8.99893\n3459,1647011087,47.74298,8.99892\n3460,1647011088,47.74298,8.99892\n3461,1647011106,47.74298,8.99897\n3462,1647011107,47.74302,8.99895\n3463,1647011108,47.74303,8.99895\n3464,1647011109,47.74303,8.99895\n3465,1647011110,47.74303,8.99895\n3466,1647011111,47.74303,8.99894\n3467,1647011112,47.74303,8.99894\n3468,1647011113,47.74302,8.99893\n3469,1647011114,47.74302,8.99893\n3470,1647011115,47.74302,8.99892\n3471,1647011135,47.74307,8.99903\n3472,1647011136,47.74305,8.99902\n3473,1647011137,47.74304,8.99900\n3474,1647011138,47.74303,8.99899\n3475,1647011139,47.74302,8.99898\n3476,1647011140,47.74301,8.99897\n3477,1647011141,47.74301,8.99896\n3478,1647011142,47.74301,8.99895\n3479,1647011143,47.74301,8.99895\n3480,1647011144,47.74300,8.99898\n3481,1647011162,47.74294,8.99899\n3482,1647011163,47.74295,8.99899\n3483,1647011164,47.74296,8.99899\n3484,1647011165,47.74296,8.99900\n3485,1647011166,47.74297,8.99899\n3486,1647011167,47.74297,8.99900\n3487,1647011168,47.74298,8.99899\n3488,1647011169,47.74298,8.99899\n3489,1647011170,47.74298,8.99899\n3490,1647011171,47.74298,8.99898\n3491,1647011189,47.74298,8.99885\n3492,1647011190,47.74301,8.99887\n3493,1647011191,47.74302,8.99889\n3494,1647011192,47.74301,8.99889\n3495,1647011193,47.74301,8.99890\n3496,1647011194,47.74301,8.99890\n3497,1647011195,47.74301,8.99890\n3498,1647011196,47.74300,8.99891\n3499,1647011197,47.74299,8.99895\n3500,1647011199,47.74298,8.99895\n3501,1647011217,47.74310,8.99916\n3502,1647011218,47.74306,8.99896\n3503,1647011219,47.74305,8.99894\n3504,1647011220,47.74304,8.99893\n3505,1647011221,47.74303,8.99893\n3506,1647011222,47.74303,8.99893\n3507,1647011223,47.74303,8.99893\n3508,1647011224,47.74302,8.99892\n3509,1647011225,47.74302,8.99892\n3510,1647011226,47.74302,8.99892\n3511,1647011244,47.74311,8.99880\n3512,1647011245,47.74302,8.99887\n3513,1647011246,47.74303,8.99888\n3514,1647011247,47.74302,8.99889\n3515,1647011248,47.74302,8.99890\n3516,1647011249,47.74302,8.99890\n3517,1647011250,47.74302,8.99890\n3518,1647011251,47.74302,8.99890\n3519,1647011252,47.74302,8.99890\n3520,1647011253,47.74303,8.99891\n3521,1647011272,47.74297,8.99881\n3522,1647011273,47.74296,8.99880\n3523,1647011274,47.74297,8.99880\n3524,1647011275,47.74297,8.99880\n3525,1647011276,47.74298,8.99881\n3526,1647011277,47.74298,8.99881\n3527,1647011278,47.74299,8.99882\n3528,1647011279,47.74299,8.99883\n3529,1647011280,47.74299,8.99884\n3530,1647011281,47.74299,8.99885\n3531,1647011299,47.74307,8.99898\n3532,1647011300,47.74308,8.99896\n3533,1647011301,47.74307,8.99897\n3534,1647011302,47.74306,8.99897\n3535,1647011303,47.74306,8.99897\n3536,1647011304,47.74306,8.99897\n3537,1647011305,47.74305,8.99898\n3538,1647011306,47.74305,8.99898\n3539,1647011307,47.74305,8.99898\n3540,1647011308,47.74305,8.99898\n3541,1647011326,47.74298,8.99894\n3542,1647011327,47.74299,8.99894\n3543,1647011328,47.74299,8.99893\n3544,1647011329,47.74299,8.99893\n3545,1647011330,47.74300,8.99894\n3546,1647011331,47.74300,8.99894\n3547,1647011332,47.74301,8.99894\n3548,1647011333,47.74300,8.99895\n3549,1647011334,47.74300,8.99896\n3550,1647011335,47.74299,8.99898\n3551,1647011354,47.74293,8.99897\n3552,1647011355,47.74294,8.99898\n3553,1647011356,47.74295,8.99898\n3554,1647011357,47.74296,8.99898\n3555,1647011358,47.74297,8.99898\n3556,1647011359,47.74298,8.99899\n3557,1647011360,47.74298,8.99900\n3558,1647011361,47.74298,8.99900\n3559,1647011362,47.74298,8.99901\n3560,1647011363,47.74298,8.99900\n3561,1647011381,47.74303,8.99899\n3562,1647011382,47.74302,8.99898\n3563,1647011383,47.74302,8.99898\n3564,1647011384,47.74302,8.99897\n3565,1647011385,47.74302,8.99897\n3566,1647011386,47.74302,8.99898\n3567,1647011387,47.74302,8.99898\n3568,1647011388,47.74302,8.99898\n3569,1647011389,47.74301,8.99900\n3570,1647011391,47.74301,8.99900\n3571,1647011409,47.74303,8.99895\n3572,1647011410,47.74302,8.99896\n3573,1647011411,47.74302,8.99897\n3574,1647011412,47.74301,8.99897\n3575,1647011413,47.74301,8.99897\n3576,1647011414,47.74300,8.99897\n3577,1647011415,47.74300,8.99897\n3578,1647011416,47.74300,8.99897\n3579,1647011417,47.74300,8.99897\n3580,1647011418,47.74300,8.99897\n3581,1647011437,47.74300,8.99896\n3582,1647011438,47.74301,8.99898\n3583,1647011439,47.74301,8.99899\n3584,1647011440,47.74301,8.99900\n3585,1647011441,47.74301,8.99901\n3586,1647011442,47.74301,8.99901\n3587,1647011443,47.74301,8.99901\n3588,1647011445,47.74302,8.99901\n3589,1647011446,47.74301,8.99901\n3590,1647011447,47.74301,8.99900\n3591,1647011464,47.74296,8.99885\n3592,1647011464,47.74301,8.99893\n3593,1647011467,47.74302,8.99898\n3594,1647011468,47.74303,8.99897\n3595,1647011469,47.74303,8.99898\n3596,1647011470,47.74303,8.99898\n3597,1647011471,47.74303,8.99899\n3598,1647011472,47.74303,8.99899\n3599,1647011473,47.74303,8.99899\n3600,1647011474,47.74303,8.99899\n3601,1647011492,47.74307,8.99923\n3602,1647011493,47.74300,8.99901\n3603,1647011494,47.74301,8.99900\n3604,1647011495,47.74301,8.99898\n3605,1647011496,47.74302,8.99898\n3606,1647011497,47.74302,8.99898\n3607,1647011498,47.74302,8.99897\n3608,1647011499,47.74302,8.99897\n3609,1647011500,47.74302,8.99897\n3610,1647011501,47.74302,8.99898\n3611,1647011520,47.74304,8.99890\n3612,1647011521,47.74304,8.99891\n3613,1647011522,47.74305,8.99891\n3614,1647011523,47.74304,8.99891\n3615,1647011524,47.74304,8.99892\n3616,1647011525,47.74304,8.99893\n3617,1647011526,47.74304,8.99894\n3618,1647011527,47.74304,8.99895\n3619,1647011529,47.74304,8.99895\n3620,1647011530,47.74304,8.99895\n3621,1647011547,47.74307,8.99900\n3622,1647011547,47.74306,8.99900\n3623,1647011550,47.74305,8.99898\n3624,1647011551,47.74305,8.99898\n3625,1647011552,47.74306,8.99898\n3626,1647011553,47.74305,8.99898\n3627,1647011554,47.74305,8.99898\n3628,1647011555,47.74305,8.99898\n3629,1647011556,47.74305,8.99898\n3630,1647011557,47.74305,8.99898\n3631,1647011575,47.74302,8.99905\n3632,1647011576,47.74303,8.99903\n3633,1647011577,47.74303,8.99902\n3634,1647011578,47.74302,8.99901\n3635,1647011579,47.74302,8.99900\n3636,1647011580,47.74302,8.99899\n3637,1647011581,47.74302,8.99899\n3638,1647011582,47.74303,8.99898\n3639,1647011583,47.74303,8.99898\n3640,1647011584,47.74303,8.99898\n3641,1647011602,47.74305,8.99897\n3642,1647011603,47.74306,8.99897\n3643,1647011604,47.74306,8.99896\n3644,1647011605,47.74306,8.99895\n3645,1647011606,47.74306,8.99895\n3646,1647011607,47.74305,8.99895\n3647,1647011608,47.74306,8.99895\n3648,1647011609,47.74305,8.99896\n3649,1647011610,47.74306,8.99896\n3650,1647011611,47.74306,8.99896\n3651,1647011630,47.74313,8.99886\n3652,1647011631,47.74306,8.99895\n3653,1647011632,47.74304,8.99896\n3654,1647011633,47.74303,8.99898\n3655,1647011634,47.74302,8.99898\n3656,1647011635,47.74302,8.99897\n3657,1647011636,47.74302,8.99897\n3658,1647011637,47.74302,8.99897\n3659,1647011638,47.74302,8.99896\n3660,1647011639,47.74303,8.99895\n3661,1647011657,47.74305,8.99892\n3662,1647011658,47.74303,8.99893\n3663,1647011659,47.74303,8.99893\n3664,1647011660,47.74303,8.99893\n3665,1647011661,47.74303,8.99894\n3666,1647011662,47.74303,8.99894\n3667,1647011663,47.74303,8.99894\n3668,1647011664,47.74303,8.99894\n3669,1647011665,47.74303,8.99895\n3670,1647011667,47.74303,8.99895\n3671,1647011685,47.74304,8.99899\n3672,1647011686,47.74303,8.99898\n3673,1647011687,47.74303,8.99897\n3674,1647011688,47.74303,8.99897\n3675,1647011689,47.74304,8.99897\n3676,1647011690,47.74303,8.99897\n3677,1647011691,47.74304,8.99897\n3678,1647011692,47.74304,8.99897\n3679,1647011693,47.74303,8.99897\n3680,1647011694,47.74303,8.99897\n3681,1647011712,47.74301,8.99907\n3682,1647011713,47.74301,8.99906\n3683,1647011714,47.74301,8.99904\n3684,1647011715,47.74302,8.99903\n3685,1647011716,47.74302,8.99903\n3686,1647011717,47.74302,8.99902\n3687,1647011718,47.74303,8.99902\n3688,1647011719,47.74303,8.99902\n3689,1647011720,47.74303,8.99902\n3690,1647011721,47.74303,8.99901\n3691,1647011740,47.74309,8.99886\n3692,1647011741,47.74305,8.99889\n3693,1647011742,47.74305,8.99890\n3694,1647011743,47.74304,8.99892\n3695,1647011744,47.74303,8.99893\n3696,1647011745,47.74303,8.99894\n3697,1647011746,47.74302,8.99894\n3698,1647011747,47.74302,8.99894\n3699,1647011748,47.74301,8.99895\n3700,1647011749,47.74301,8.99896\n3701,1647011767,47.74311,8.99892\n3702,1647011768,47.74308,8.99895\n3703,1647011769,47.74307,8.99896\n3704,1647011770,47.74305,8.99897\n3705,1647011771,47.74305,8.99897\n3706,1647011772,47.74304,8.99897\n3707,1647011773,47.74303,8.99897\n3708,1647011774,47.74303,8.99898\n3709,1647011775,47.74303,8.99898\n3710,1647011776,47.74303,8.99898\n3711,1647011794,47.74309,8.99907\n3712,1647011795,47.74304,8.99895\n3713,1647011796,47.74304,8.99895\n3714,1647011797,47.74303,8.99895\n3715,1647011798,47.74303,8.99895\n3716,1647011799,47.74303,8.99895\n3717,1647011800,47.74302,8.99896\n3718,1647011801,47.74302,8.99896\n3719,1647011802,47.74301,8.99897\n3720,1647011803,47.74300,8.99899\n3721,1647011822,47.74294,8.99903\n3722,1647011823,47.74295,8.99900\n3723,1647011824,47.74296,8.99899\n3724,1647011825,47.74296,8.99899\n3725,1647011826,47.74297,8.99899\n3726,1647011827,47.74297,8.99899\n3727,1647011828,47.74297,8.99899\n3728,1647011829,47.74297,8.99899\n3729,1647011830,47.74298,8.99900\n3730,1647011831,47.74298,8.99900\n3731,1647011849,47.74299,8.99901\n3732,1647011850,47.74299,8.99900\n3733,1647011851,47.74299,8.99900\n3734,1647011852,47.74299,8.99900\n3735,1647011853,47.74300,8.99900\n3736,1647011854,47.74301,8.99899\n3737,1647011855,47.74301,8.99898\n3738,1647011856,47.74301,8.99898\n3739,1647011857,47.74300,8.99900\n3740,1647011859,47.74301,8.99900\n3741,1647011877,47.74292,8.99903\n3742,1647011878,47.74297,8.99897\n3743,1647011879,47.74298,8.99898\n3744,1647011880,47.74298,8.99897\n3745,1647011881,47.74298,8.99897\n3746,1647011882,47.74298,8.99897\n3747,1647011883,47.74299,8.99896\n3748,1647011884,47.74299,8.99896\n3749,1647011885,47.74300,8.99896\n3750,1647011886,47.74300,8.99896\n3751,1647011904,47.74300,8.99905\n3752,1647011905,47.74303,8.99898\n3753,1647011906,47.74303,8.99899\n3754,1647011907,47.74302,8.99899\n3755,1647011908,47.74302,8.99898\n3756,1647011909,47.74302,8.99897\n3757,1647011910,47.74302,8.99896\n3758,1647011911,47.74302,8.99897\n3759,1647011912,47.74303,8.99897\n3760,1647011913,47.74303,8.99896\n3761,1647011933,47.74303,8.99886\n3762,1647011934,47.74303,8.99887\n3763,1647011935,47.74303,8.99888\n3764,1647011936,47.74303,8.99890\n3765,1647011937,47.74303,8.99891\n3766,1647011938,47.74303,8.99892\n3767,1647011939,47.74303,8.99892\n3768,1647011940,47.74303,8.99891\n3769,1647011941,47.74303,8.99892\n3770,1647011942,47.74300,8.99897\n3771,1647011960,47.74304,8.99888\n3772,1647011961,47.74303,8.99887\n3773,1647011962,47.74304,8.99887\n3774,1647011963,47.74304,8.99888\n3775,1647011964,47.74304,8.99889\n3776,1647011965,47.74304,8.99889\n3777,1647011966,47.74304,8.99890\n3778,1647011967,47.74304,8.99890\n3779,1647011968,47.74304,8.99890\n3780,1647011969,47.74304,8.99890\n3781,1647011989,47.74297,8.99894\n3782,1647011990,47.74303,8.99888\n3783,1647011991,47.74306,8.99885\n3784,1647011992,47.74306,8.99886\n3785,1647011993,47.74307,8.99886\n3786,1647011994,47.74307,8.99886\n3787,1647011995,47.74307,8.99886\n3788,1647011996,47.74305,8.99889\n3789,1647011998,47.74305,8.99889\n3790,1647011999,47.74305,8.99890\n3791,1647012017,47.74304,8.99889\n3792,1647012018,47.74303,8.99890\n3793,1647012020,47.74303,8.99891\n3794,1647012021,47.74303,8.99892\n3795,1647012022,47.74303,8.99893\n3796,1647012023,47.74303,8.99893\n3797,1647012024,47.74303,8.99893\n3798,1647012025,47.74303,8.99894\n3799,1647012026,47.74303,8.99894\n3800,1647012027,47.74303,8.99894\n3801,1647012045,47.74293,8.99886\n3802,1647012046,47.74295,8.99884\n3803,1647012047,47.74296,8.99885\n3804,1647012048,47.74297,8.99886\n3805,1647012049,47.74297,8.99887\n3806,1647012050,47.74298,8.99888\n3807,1647012051,47.74298,8.99889\n3808,1647012052,47.74299,8.99889\n3809,1647012053,47.74300,8.99889\n3810,1647012054,47.74300,8.99889\n3811,1647012072,47.74307,8.99882\n3812,1647012073,47.74307,8.99883\n3813,1647012074,47.74307,8.99883\n3814,1647012075,47.74306,8.99883\n3815,1647012076,47.74306,8.99884\n3816,1647012077,47.74305,8.99884\n3817,1647012078,47.74305,8.99885\n3818,1647012079,47.74305,8.99885\n3819,1647012080,47.74305,8.99885\n3820,1647012081,47.74305,8.99886\n3821,1647012100,47.74286,8.99912\n3822,1647012101,47.74291,8.99905\n3823,1647012102,47.74292,8.99904\n3824,1647012103,47.74293,8.99903\n3825,1647012104,47.74294,8.99902\n3826,1647012105,47.74294,8.99902\n3827,1647012106,47.74295,8.99901\n3828,1647012107,47.74295,8.99900\n3829,1647012108,47.74296,8.99899\n3830,1647012109,47.74296,8.99898\n3831,1647012127,47.74300,8.99910\n3832,1647012128,47.74305,8.99900\n3833,1647012129,47.74303,8.99901\n3834,1647012130,47.74303,8.99901\n3835,1647012131,47.74302,8.99901\n3836,1647012132,47.74301,8.99901\n3837,1647012133,47.74301,8.99902\n3838,1647012134,47.74300,8.99902\n3839,1647012135,47.74300,8.99903\n3840,1647012136,47.74300,8.99903\n3841,1647012155,47.74306,8.99899\n3842,1647012156,47.74306,8.99897\n3843,1647012157,47.74305,8.99898\n3844,1647012158,47.74305,8.99896\n3845,1647012159,47.74305,8.99896\n3846,1647012160,47.74304,8.99897\n3847,1647012161,47.74304,8.99897\n3848,1647012162,47.74303,8.99897\n3849,1647012163,47.74303,8.99897\n3850,1647012164,47.74301,8.99898\n3851,1647012182,47.74289,8.99875\n3852,1647012183,47.74307,8.99899\n3853,1647012184,47.74306,8.99899\n3854,1647012185,47.74305,8.99899\n3855,1647012186,47.74304,8.99900\n3856,1647012187,47.74303,8.99900\n3857,1647012188,47.74303,8.99901\n3858,1647012189,47.74302,8.99900\n3859,1647012190,47.74302,8.99900\n3860,1647012191,47.74302,8.99900\n3861,1647012209,47.74301,8.99911\n3862,1647012210,47.74305,8.99904\n3863,1647012211,47.74303,8.99903\n3864,1647012212,47.74303,8.99902\n3865,1647012213,47.74302,8.99902\n3866,1647012214,47.74301,8.99903\n3867,1647012215,47.74302,8.99902\n3868,1647012216,47.74301,8.99902\n3869,1647012217,47.74300,8.99903\n3870,1647012219,47.74300,8.99903\n3871,1647012237,47.74301,8.99907\n3872,1647012238,47.74300,8.99908\n3873,1647012239,47.74299,8.99908\n3874,1647012240,47.74299,8.99908\n3875,1647012241,47.74299,8.99907\n3876,1647012242,47.74299,8.99906\n3877,1647012243,47.74299,8.99905\n3878,1647012244,47.74299,8.99905\n3879,1647012245,47.74299,8.99905\n3880,1647012246,47.74299,8.99905\n3881,1647012265,47.74308,8.99896\n3882,1647012266,47.74307,8.99895\n3883,1647012267,47.74307,8.99894\n3884,1647012268,47.74306,8.99894\n3885,1647012269,47.74305,8.99894\n3886,1647012270,47.74304,8.99894\n3887,1647012271,47.74303,8.99895\n3888,1647012272,47.74303,8.99894\n3889,1647012273,47.74303,8.99894\n3890,1647012274,47.74302,8.99894\n3891,1647012293,47.74294,8.99909\n3892,1647012294,47.74298,8.99904\n3893,1647012295,47.74299,8.99902\n3894,1647012296,47.74299,8.99901\n3895,1647012297,47.74299,8.99901\n3896,1647012298,47.74300,8.99901\n3897,1647012299,47.74300,8.99901\n3898,1647012300,47.74300,8.99901\n3899,1647012301,47.74301,8.99900\n3900,1647012303,47.74301,8.99900\n3901,1647012321,47.74290,8.99913\n3902,1647012322,47.74301,8.99894\n3903,1647012323,47.74302,8.99894\n3904,1647012324,47.74302,8.99894\n3905,1647012325,47.74302,8.99895\n3906,1647012326,47.74302,8.99895\n3907,1647012327,47.74302,8.99895\n3908,1647012328,47.74302,8.99895\n3909,1647012329,47.74302,8.99895\n3910,1647012330,47.74302,8.99895\n3911,1647012349,47.74303,8.99892\n3912,1647012350,47.74303,8.99892\n3913,1647012351,47.74302,8.99893\n3914,1647012352,47.74302,8.99894\n3915,1647012353,47.74301,8.99894\n3916,1647012354,47.74301,8.99895\n3917,1647012355,47.74301,8.99895\n3918,1647012356,47.74300,8.99896\n3919,1647012357,47.74300,8.99896\n3920,1647012358,47.74300,8.99897\n3921,1647012377,47.74307,8.99885\n3922,1647012378,47.74299,8.99896\n3923,1647012379,47.74299,8.99897\n3924,1647012380,47.74300,8.99897\n3925,1647012381,47.74300,8.99897\n3926,1647012382,47.74300,8.99897\n3927,1647012383,47.74299,8.99899\n3928,1647012384,47.74299,8.99899\n3929,1647012385,47.74299,8.99899\n3930,1647012386,47.74297,8.99901\n3931,1647012404,47.74279,8.99869\n3932,1647012405,47.74302,8.99891\n3933,1647012406,47.74302,8.99891\n3934,1647012407,47.74302,8.99893\n3935,1647012408,47.74301,8.99893\n3936,1647012409,47.74301,8.99894\n3937,1647012410,47.74301,8.99895\n3938,1647012411,47.74301,8.99895\n3939,1647012412,47.74300,8.99895\n3940,1647012413,47.74300,8.99895\n3941,1647012432,47.74286,8.99900\n3942,1647012433,47.74292,8.99896\n3943,1647012434,47.74293,8.99897\n3944,1647012435,47.74293,8.99897\n3945,1647012436,47.74295,8.99897\n3946,1647012437,47.74296,8.99897\n3947,1647012438,47.74297,8.99898\n3948,1647012439,47.74298,8.99898\n3949,1647012440,47.74298,8.99898\n3950,1647012442,47.74298,8.99899\n3951,1647012461,47.74304,8.99892\n3952,1647012462,47.74305,8.99892\n3953,1647012463,47.74304,8.99893\n3954,1647012464,47.74304,8.99895\n3955,1647012465,47.74304,8.99895\n3956,1647012466,47.74303,8.99896\n3957,1647012467,47.74303,8.99896\n3958,1647012468,47.74303,8.99896\n3959,1647012469,47.74303,8.99897\n3960,1647012471,47.74303,8.99897\n3961,1647012489,47.74293,8.99903\n3962,1647012490,47.74294,8.99902\n3963,1647012491,47.74296,8.99901\n3964,1647012492,47.74296,8.99901\n3965,1647012493,47.74297,8.99899\n3966,1647012494,47.74297,8.99899\n3967,1647012495,47.74297,8.99898\n3968,1647012496,47.74297,8.99897\n3969,1647012497,47.74297,8.99897\n3970,1647012498,47.74296,8.99896\n3971,1647012517,47.74308,8.99894\n3972,1647012518,47.74307,8.99895\n3973,1647012519,47.74305,8.99895\n3974,1647012520,47.74304,8.99894\n3975,1647012521,47.74305,8.99893\n3976,1647012522,47.74304,8.99892\n3977,1647012523,47.74304,8.99891\n3978,1647012524,47.74304,8.99891\n3979,1647012525,47.74304,8.99891\n3980,1647012526,47.74304,8.99890\n3981,1647012545,47.74301,8.99868\n3982,1647012546,47.74306,8.99890\n3983,1647012547,47.74306,8.99890\n3984,1647012548,47.74305,8.99893\n3985,1647012549,47.74304,8.99894\n3986,1647012550,47.74303,8.99893\n3987,1647012551,47.74303,8.99893\n3988,1647012552,47.74304,8.99894\n3989,1647012553,47.74303,8.99894\n3990,1647012554,47.74301,8.99896\n3991,1647012574,47.74302,8.99894\n3992,1647012575,47.74299,8.99893\n3993,1647012576,47.74299,8.99892\n3994,1647012577,47.74299,8.99891\n3995,1647012578,47.74299,8.99892\n3996,1647012579,47.74300,8.99893\n3997,1647012580,47.74300,8.99893\n3998,1647012581,47.74300,8.99893\n3999,1647012582,47.74300,8.99893\n4000,1647012583,47.74301,8.99892\n4001,1647012602,47.74294,8.99900\n4002,1647012603,47.74271,8.99892\n4003,1647012604,47.74277,8.99892\n4004,1647012605,47.74279,8.99894\n4005,1647012606,47.74285,8.99895\n4006,1647012607,47.74288,8.99895\n4007,1647012608,47.74293,8.99895\n4008,1647012609,47.74295,8.99896\n4009,1647012610,47.74296,8.99896\n4010,1647012611,47.74296,8.99896\n4011,1647012631,47.74286,8.99897\n4012,1647012632,47.74288,8.99896\n4013,1647012633,47.74291,8.99895\n4014,1647012634,47.74292,8.99894\n4015,1647012635,47.74292,8.99894\n4016,1647012636,47.74292,8.99893\n4017,1647012637,47.74298,8.99890\n4018,1647012639,47.74298,8.99890\n4019,1647012640,47.74298,8.99890\n4020,1647012641,47.74299,8.99890\n4021,1647012659,47.74291,8.99899\n4022,1647012660,47.74293,8.99893\n4023,1647012662,47.74293,8.99893\n4024,1647012663,47.74292,8.99894\n4025,1647012664,47.74292,8.99894\n4026,1647012665,47.74292,8.99893\n4027,1647012666,47.74291,8.99892\n4028,1647012667,47.74292,8.99892\n4029,1647012668,47.74292,8.99892\n4030,1647012669,47.74292,8.99891\n4031,1647012689,47.74294,8.99898\n4032,1647012690,47.74293,8.99897\n4033,1647012691,47.74293,8.99898\n4034,1647012692,47.74292,8.99898\n4035,1647012693,47.74291,8.99896\n4036,1647012694,47.74290,8.99896\n4037,1647012695,47.74290,8.99896\n4038,1647012696,47.74290,8.99896\n4039,1647012697,47.74297,8.99896\n4040,1647012699,47.74297,8.99896\n4041,1647012718,47.74278,8.99897\n4042,1647012719,47.74282,8.99898\n4043,1647012720,47.74285,8.99898\n4044,1647012721,47.74287,8.99897\n4045,1647012722,47.74289,8.99897\n4046,1647012723,47.74291,8.99897\n4047,1647012724,47.74290,8.99896\n4048,1647012725,47.74291,8.99896\n4049,1647012726,47.74291,8.99895\n4050,1647012727,47.74295,8.99895\n4051,1647012746,47.74279,8.99892\n4052,1647012747,47.74283,8.99893\n4053,1647012748,47.74285,8.99893\n4054,1647012749,47.74287,8.99893\n4055,1647012750,47.74290,8.99893\n4056,1647012751,47.74292,8.99893\n4057,1647012752,47.74294,8.99893\n4058,1647012753,47.74296,8.99893\n4059,1647012754,47.74297,8.99892\n4060,1647012755,47.74297,8.99892\n4061,1647012775,47.74298,8.99887\n4062,1647012776,47.74301,8.99888\n4063,1647012777,47.74301,8.99888\n4064,1647012778,47.74301,8.99888\n4065,1647012779,47.74301,8.99889\n4066,1647012780,47.74300,8.99889\n4067,1647012781,47.74300,8.99889\n4068,1647012782,47.74295,8.99890\n4069,1647012784,47.74295,8.99889\n4070,1647012785,47.74295,8.99889\n4071,1647012803,47.74290,8.99900\n4072,1647012804,47.74292,8.99898\n4073,1647012806,47.74293,8.99897\n4074,1647012807,47.74293,8.99895\n4075,1647012808,47.74294,8.99895\n4076,1647012809,47.74295,8.99894\n4077,1647012810,47.74295,8.99893\n4078,1647012811,47.74295,8.99892\n4079,1647012812,47.74295,8.99892\n4080,1647012813,47.74295,8.99892\n4081,1647012832,47.74308,8.99892\n4082,1647012833,47.74308,8.99892\n4083,1647012834,47.74308,8.99892\n4084,1647012835,47.74307,8.99892\n4085,1647012836,47.74307,8.99893\n4086,1647012837,47.74307,8.99893\n4087,1647012838,47.74306,8.99893\n4088,1647012839,47.74306,8.99894\n4089,1647012840,47.74306,8.99894\n4090,1647012841,47.74301,8.99898\n4091,1647012859,47.74300,8.99892\n4092,1647012860,47.74304,8.99888\n4093,1647012861,47.74303,8.99890\n4094,1647012862,47.74302,8.99891\n4095,1647012863,47.74302,8.99892\n4096,1647012864,47.74301,8.99892\n4097,1647012865,47.74300,8.99892\n4098,1647012866,47.74300,8.99892\n4099,1647012867,47.74300,8.99893\n4100,1647012868,47.74300,8.99893\n4101,1647012887,47.74306,8.99894\n4102,1647012888,47.74301,8.99905\n4103,1647012889,47.74303,8.99898\n4104,1647012890,47.74303,8.99897\n4105,1647012891,47.74302,8.99897\n4106,1647012892,47.74302,8.99897\n4107,1647012893,47.74301,8.99897\n4108,1647012894,47.74301,8.99897\n4109,1647012895,47.74301,8.99898\n4110,1647012896,47.74296,8.99903\n4111,1647012915,47.74294,8.99894\n4112,1647012916,47.74297,8.99892\n4113,1647012917,47.74298,8.99893\n4114,1647012918,47.74299,8.99893\n4115,1647012919,47.74299,8.99893\n4116,1647012920,47.74299,8.99894\n4117,1647012921,47.74300,8.99894\n4118,1647012922,47.74300,8.99894\n4119,1647012923,47.74301,8.99894\n4120,1647012924,47.74300,8.99895\n4121,1647012944,47.74286,8.99904\n4122,1647012945,47.74290,8.99903\n4123,1647012946,47.74292,8.99902\n4124,1647012947,47.74293,8.99902\n4125,1647012948,47.74293,8.99902\n4126,1647012949,47.74293,8.99902\n4127,1647012950,47.74293,8.99903\n4128,1647012951,47.74294,8.99903\n4129,1647012952,47.74294,8.99903\n4130,1647012953,47.74295,8.99903\n4131,1647012971,47.74300,8.99911\n4132,1647012972,47.74300,8.99904\n4133,1647012973,47.74299,8.99903\n4134,1647012974,47.74300,8.99902\n4135,1647012975,47.74300,8.99902\n4136,1647012976,47.74299,8.99902\n4137,1647012977,47.74299,8.99903\n4138,1647012978,47.74299,8.99903\n4139,1647012979,47.74297,8.99905\n4140,1647012981,47.74297,8.99905\n4141,1647012999,47.74310,8.99901\n4142,1647013000,47.74304,8.99896\n4143,1647013001,47.74303,8.99898\n4144,1647013002,47.74301,8.99898\n4145,1647013003,47.74302,8.99898\n4146,1647013004,47.74302,8.99898\n4147,1647013005,47.74302,8.99898\n4148,1647013006,47.74302,8.99898\n4149,1647013007,47.74303,8.99898\n4150,1647013008,47.74303,8.99898\n4151,1647013027,47.74307,8.99890\n4152,1647013028,47.74303,8.99894\n4153,1647013029,47.74303,8.99894\n4154,1647013030,47.74302,8.99895\n4155,1647013031,47.74302,8.99895\n4156,1647013032,47.74302,8.99896\n4157,1647013033,47.74301,8.99897\n4158,1647013034,47.74301,8.99897\n4159,1647013035,47.74301,8.99897\n4160,1647013036,47.74300,8.99898\n4161,1647013055,47.74292,8.99906\n4162,1647013056,47.74299,8.99900\n4163,1647013057,47.74296,8.99902\n4164,1647013058,47.74294,8.99904\n4165,1647013059,47.74293,8.99904\n4166,1647013060,47.74293,8.99904\n4167,1647013061,47.74293,8.99905\n4168,1647013062,47.74293,8.99905\n4169,1647013063,47.74294,8.99905\n4170,1647013064,47.74294,8.99905\n4171,1647013083,47.74301,8.99903\n4172,1647013084,47.74301,8.99904\n4173,1647013085,47.74301,8.99903\n4174,1647013086,47.74301,8.99902\n4175,1647013087,47.74301,8.99903\n4176,1647013088,47.74301,8.99902\n4177,1647013089,47.74302,8.99901\n4178,1647013090,47.74302,8.99900\n4179,1647013091,47.74302,8.99900\n4180,1647013092,47.74301,8.99900\n4181,1647013111,47.74300,8.99906\n4182,1647013112,47.74300,8.99905\n4183,1647013113,47.74299,8.99906\n4184,1647013114,47.74299,8.99905\n4185,1647013115,47.74299,8.99905\n4186,1647013116,47.74297,8.99907\n4187,1647013117,47.74297,8.99907\n4188,1647013118,47.74296,8.99908\n4189,1647013119,47.74296,8.99908\n4190,1647013120,47.74296,8.99908\n4191,1647013139,47.74305,8.99893\n4192,1647013140,47.74304,8.99895\n4193,1647013141,47.74303,8.99896\n4194,1647013142,47.74303,8.99897\n4195,1647013143,47.74302,8.99898\n4196,1647013144,47.74301,8.99899\n4197,1647013145,47.74301,8.99899\n4198,1647013146,47.74301,8.99898\n4199,1647013147,47.74297,8.99902\n4200,1647013149,47.74297,8.99902\n4201,1647013167,47.74305,8.99894\n4202,1647013168,47.74304,8.99895\n4203,1647013169,47.74303,8.99895\n4204,1647013170,47.74302,8.99895\n4205,1647013171,47.74301,8.99895\n4206,1647013172,47.74301,8.99896\n4207,1647013173,47.74300,8.99896\n4208,1647013174,47.74300,8.99897\n4209,1647013175,47.74300,8.99897\n4210,1647013176,47.74300,8.99897\n4211,1647013195,47.74291,8.99893\n4212,1647013196,47.74291,8.99894\n4213,1647013197,47.74291,8.99895\n4214,1647013198,47.74292,8.99895\n4215,1647013199,47.74292,8.99895\n4216,1647013200,47.74293,8.99896\n4217,1647013201,47.74286,8.99906\n4218,1647013203,47.74287,8.99906\n4219,1647013204,47.74287,8.99905\n4220,1647013205,47.74287,8.99905\n4221,1647013222,47.74301,8.99897\n4222,1647013222,47.74300,8.99897\n4223,1647013225,47.74294,8.99901\n4224,1647013226,47.74293,8.99902\n4225,1647013227,47.74292,8.99902\n4226,1647013228,47.74291,8.99903\n4227,1647013229,47.74291,8.99903\n4228,1647013230,47.74291,8.99903\n4229,1647013231,47.74292,8.99903\n4230,1647013232,47.74292,8.99903\n4231,1647013251,47.74305,8.99889\n4232,1647013252,47.74305,8.99889\n4233,1647013253,47.74304,8.99890\n4234,1647013254,47.74304,8.99891\n4235,1647013255,47.74303,8.99892\n4236,1647013256,47.74303,8.99892\n4237,1647013257,47.74302,8.99893\n4238,1647013258,47.74302,8.99893\n4239,1647013259,47.74301,8.99894\n4240,1647013260,47.74300,8.99895\n4241,1647013279,47.74308,8.99891\n4242,1647013280,47.74307,8.99892\n4243,1647013281,47.74306,8.99893\n4244,1647013282,47.74304,8.99895\n4245,1647013283,47.74303,8.99896\n4246,1647013284,47.74301,8.99898\n4247,1647013285,47.74296,8.99904\n4248,1647013287,47.74296,8.99905\n4249,1647013288,47.74296,8.99905\n4250,1647013289,47.74296,8.99904\n4251,1647013306,47.74307,8.99891\n4252,1647013306,47.74305,8.99891\n4253,1647013309,47.74304,8.99895\n4254,1647013310,47.74303,8.99896\n4255,1647013311,47.74303,8.99896\n4256,1647013312,47.74304,8.99897\n4257,1647013313,47.74303,8.99897\n4258,1647013314,47.74303,8.99897\n4259,1647013315,47.74303,8.99897\n4260,1647013316,47.74303,8.99898\n4261,1647013334,47.74295,8.99902\n4262,1647013335,47.74289,8.99913\n4263,1647013336,47.74290,8.99912\n4264,1647013337,47.74292,8.99911\n4265,1647013338,47.74292,8.99911\n4266,1647013339,47.74292,8.99910\n4267,1647013340,47.74293,8.99909\n4268,1647013341,47.74293,8.99909\n4269,1647013342,47.74293,8.99909\n4270,1647013343,47.74293,8.99909\n4271,1647013361,47.74304,8.99893\n4272,1647013362,47.74301,8.99897\n4273,1647013363,47.74300,8.99899\n4274,1647013364,47.74300,8.99900\n4275,1647013365,47.74298,8.99903\n4276,1647013366,47.74298,8.99902\n4277,1647013367,47.74298,8.99903\n4278,1647013368,47.74298,8.99903\n4279,1647013369,47.74297,8.99905\n4280,1647013371,47.74297,8.99905\n4281,1647013389,47.74285,8.99911\n4282,1647013390,47.74286,8.99912\n4283,1647013391,47.74287,8.99912\n4284,1647013392,47.74287,8.99912\n4285,1647013393,47.74288,8.99912\n4286,1647013394,47.74289,8.99912\n4287,1647013395,47.74288,8.99913\n4288,1647013396,47.74288,8.99913\n4289,1647013397,47.74288,8.99913\n4290,1647013398,47.74288,8.99913\n4291,1647013418,47.74291,8.99903\n4292,1647013419,47.74291,8.99903\n4293,1647013420,47.74291,8.99903\n4294,1647013421,47.74291,8.99904\n4295,1647013422,47.74292,8.99903\n4296,1647013423,47.74286,8.99911\n4297,1647013425,47.74286,8.99911\n4298,1647013426,47.74286,8.99911\n4299,1647013427,47.74286,8.99911\n4300,1647013428,47.74286,8.99910\n4301,1647013446,47.74301,8.99898\n4302,1647013447,47.74300,8.99899\n4303,1647013448,47.74300,8.99898\n4304,1647013449,47.74300,8.99898\n4305,1647013450,47.74299,8.99899\n4306,1647013451,47.74298,8.99899\n4307,1647013452,47.74298,8.99900\n4308,1647013453,47.74291,8.99908\n4309,1647013455,47.74290,8.99909\n4310,1647013456,47.74290,8.99908\n4311,1647013474,47.74284,8.99912\n4312,1647013475,47.74287,8.99909\n4313,1647013476,47.74288,8.99909\n4314,1647013477,47.74288,8.99908\n4315,1647013478,47.74288,8.99908\n4316,1647013479,47.74289,8.99907\n4317,1647013480,47.74290,8.99906\n4318,1647013481,47.74290,8.99905\n4319,1647013482,47.74290,8.99905\n4320,1647013483,47.74287,8.99908\n4321,1647013502,47.74302,8.99879\n4322,1647013503,47.74302,8.99880\n4323,1647013504,47.74301,8.99882\n4324,1647013505,47.74300,8.99884\n4325,1647013506,47.74299,8.99885\n4326,1647013507,47.74298,8.99886\n4327,1647013508,47.74299,8.99886\n4328,1647013509,47.74299,8.99886\n4329,1647013510,47.74300,8.99887\n4330,1647013511,47.74300,8.99887\n4331,1647013531,47.74304,8.99893\n4332,1647013532,47.74304,8.99893\n4333,1647013533,47.74304,8.99892\n4334,1647013534,47.74305,8.99892\n4335,1647013535,47.74304,8.99892\n4336,1647013536,47.74304,8.99893\n4337,1647013537,47.74301,8.99896\n4338,1647013539,47.74301,8.99896\n4339,1647013540,47.74300,8.99897\n4340,1647013541,47.74300,8.99897\n4341,1647013562,47.74303,8.99897\n4342,1647013563,47.74302,8.99898\n4343,1647013564,47.74301,8.99899\n4344,1647013565,47.74301,8.99900\n4345,1647013566,47.74300,8.99901\n4346,1647013567,47.74300,8.99901\n4347,1647013568,47.74300,8.99901\n4348,1647013569,47.74300,8.99902\n4349,1647013570,47.74300,8.99902\n4350,1647013571,47.74300,8.99902\n4351,1647013591,47.74303,8.99898\n4352,1647013592,47.74304,8.99897\n4353,1647013593,47.74305,8.99896\n4354,1647013594,47.74305,8.99896\n4355,1647013595,47.74304,8.99896\n4356,1647013596,47.74304,8.99896\n4357,1647013597,47.74300,8.99899\n4358,1647013599,47.74300,8.99899\n4359,1647013600,47.74300,8.99899\n4360,1647013601,47.74300,8.99899\n4361,1647013619,47.74293,8.99902\n4362,1647013620,47.74295,8.99903\n4363,1647013622,47.74295,8.99904\n4364,1647013623,47.74295,8.99903\n4365,1647013624,47.74296,8.99903\n4366,1647013625,47.74295,8.99903\n4367,1647013626,47.74296,8.99903\n4368,1647013627,47.74296,8.99903\n4369,1647013628,47.74296,8.99903\n4370,1647013629,47.74296,8.99903\n4371,1647013649,47.74284,8.99909\n4372,1647013650,47.74286,8.99909\n4373,1647013651,47.74287,8.99908\n4374,1647013652,47.74287,8.99909\n4375,1647013653,47.74287,8.99908\n4376,1647013654,47.74287,8.99908\n4377,1647013655,47.74288,8.99908\n4378,1647013656,47.74288,8.99908\n4379,1647013657,47.74286,8.99909\n4380,1647013659,47.74287,8.99909\n4381,1647013678,47.74290,8.99913\n4382,1647013679,47.74289,8.99912\n4383,1647013680,47.74290,8.99911\n4384,1647013681,47.74289,8.99911\n4385,1647013682,47.74290,8.99910\n4386,1647013683,47.74291,8.99909\n4387,1647013684,47.74291,8.99908\n4388,1647013685,47.74291,8.99908\n4389,1647013686,47.74291,8.99907\n4390,1647013687,47.74292,8.99905\n4391,1647013705,47.74307,8.99889\n4392,1647013706,47.74304,8.99892\n4393,1647013707,47.74302,8.99895\n4394,1647013708,47.74301,8.99897\n4395,1647013709,47.74302,8.99898\n4396,1647013710,47.74301,8.99899\n4397,1647013711,47.74301,8.99899\n4398,1647013712,47.74300,8.99900\n4399,1647013713,47.74300,8.99900\n4400,1647013714,47.74300,8.99901\n4401,1647013734,47.74294,8.99913\n4402,1647013735,47.74293,8.99913\n4403,1647013736,47.74294,8.99912\n4404,1647013737,47.74293,8.99911\n4405,1647013738,47.74294,8.99910\n4406,1647013739,47.74293,8.99909\n4407,1647013740,47.74294,8.99909\n4408,1647013741,47.74294,8.99908\n4409,1647013742,47.74295,8.99908\n4410,1647013744,47.74295,8.99908\n4411,1647013763,47.74301,8.99904\n4412,1647013764,47.74301,8.99903\n4413,1647013765,47.74302,8.99903\n4414,1647013766,47.74301,8.99903\n4415,1647013767,47.74301,8.99903\n4416,1647013768,47.74301,8.99904\n4417,1647013769,47.74301,8.99903\n4418,1647013770,47.74301,8.99903\n4419,1647013771,47.74299,8.99905\n4420,1647013773,47.74299,8.99905\n4421,1647013792,47.74301,8.99905\n4422,1647013793,47.74302,8.99903\n4423,1647013794,47.74302,8.99902\n4424,1647013795,47.74303,8.99900\n4425,1647013796,47.74303,8.99900\n4426,1647013797,47.74303,8.99900\n4427,1647013798,47.74303,8.99900\n4428,1647013799,47.74303,8.99899\n4429,1647013800,47.74303,8.99899\n4430,1647013801,47.74300,8.99902\n4431,1647013819,47.74296,8.99896\n4432,1647013820,47.74292,8.99900\n4433,1647013821,47.74290,8.99903\n4434,1647013822,47.74289,8.99904\n4435,1647013823,47.74289,8.99905\n4436,1647013824,47.74290,8.99905\n4437,1647013825,47.74291,8.99905\n4438,1647013826,47.74292,8.99904\n4439,1647013827,47.74293,8.99904\n4440,1647013828,47.74294,8.99904\n4441,1647013848,47.74296,8.99907\n4442,1647013849,47.74296,8.99907\n4443,1647013850,47.74296,8.99907\n4444,1647013851,47.74295,8.99908\n4445,1647013852,47.74295,8.99909\n4446,1647013853,47.74295,8.99908\n4447,1647013854,47.74296,8.99907\n4448,1647013855,47.74296,8.99907\n4449,1647013856,47.74294,8.99908\n4450,1647013858,47.74293,8.99909\n4451,1647013878,47.74307,8.99897\n4452,1647013879,47.74305,8.99899\n4453,1647013880,47.74303,8.99899\n4454,1647013881,47.74302,8.99899\n4455,1647013882,47.74300,8.99900\n4456,1647013883,47.74300,8.99901\n4457,1647013884,47.74300,8.99901\n4458,1647013885,47.74296,8.99904\n4459,1647013887,47.74296,8.99904\n4460,1647013888,47.74296,8.99904\n4461,1647013909,47.74286,8.99919\n4462,1647013910,47.74286,8.99917\n4463,1647013911,47.74286,8.99915\n4464,1647013912,47.74285,8.99914\n4465,1647013913,47.74285,8.99914\n4466,1647013914,47.74286,8.99913\n4467,1647013915,47.74286,8.99912\n4468,1647013916,47.74286,8.99912\n4469,1647013917,47.74286,8.99912\n4470,1647013918,47.74286,8.99912\n4471,1647013938,47.74296,8.99905\n4472,1647013939,47.74296,8.99906\n4473,1647013940,47.74294,8.99907\n4474,1647013941,47.74293,8.99908\n4475,1647013942,47.74292,8.99909\n4476,1647013943,47.74292,8.99908\n4477,1647013944,47.74292,8.99908\n4478,1647013945,47.74291,8.99909\n4479,1647013947,47.74291,8.99908\n4480,1647013948,47.74291,8.99907\n4481,1647013968,47.74288,8.99904\n4482,1647013970,47.74288,8.99905\n4483,1647013971,47.74287,8.99907\n4484,1647013972,47.74287,8.99907\n4485,1647013973,47.74287,8.99906\n4486,1647013974,47.74288,8.99906\n4487,1647013975,47.74288,8.99907\n4488,1647013976,47.74288,8.99906\n4489,1647013977,47.74289,8.99906\n4490,1647013978,47.74289,8.99906\n4491,1647013997,47.74286,8.99918\n4492,1647013999,47.74287,8.99916\n4493,1647014000,47.74289,8.99914\n4494,1647014001,47.74290,8.99912\n4495,1647014002,47.74291,8.99911\n4496,1647014003,47.74291,8.99911\n4497,1647014004,47.74292,8.99911\n4498,1647014005,47.74292,8.99910\n4499,1647014006,47.74292,8.99910\n4500,1647014007,47.74292,8.99909\n4501,1647014026,47.74315,8.99884\n4502,1647014027,47.74313,8.99886\n4503,1647014028,47.74312,8.99888\n4504,1647014029,47.74309,8.99891\n4505,1647014030,47.74308,8.99893\n4506,1647014031,47.74307,8.99894\n4507,1647014032,47.74306,8.99895\n4508,1647014033,47.74305,8.99897\n4509,1647014034,47.74304,8.99898\n4510,1647014035,47.74296,8.99905\n4511,1647014053,47.74307,8.99890\n4512,1647014054,47.74304,8.99893\n4513,1647014055,47.74304,8.99894\n4514,1647014056,47.74302,8.99896\n4515,1647014057,47.74300,8.99898\n4516,1647014058,47.74298,8.99900\n4517,1647014059,47.74297,8.99901\n4518,1647014060,47.74296,8.99902\n4519,1647014061,47.74295,8.99903\n4520,1647014062,47.74294,8.99904\n4521,1647014082,47.74301,8.99888\n4522,1647014083,47.74301,8.99890\n4523,1647014084,47.74300,8.99891\n4524,1647014085,47.74298,8.99893\n4525,1647014086,47.74297,8.99895\n4526,1647014087,47.74296,8.99896\n4527,1647014088,47.74296,8.99897\n4528,1647014089,47.74296,8.99897\n4529,1647014090,47.74294,8.99900\n4530,1647014092,47.74293,8.99901\n4531,1647014110,47.74293,8.99901\n4532,1647014111,47.74296,8.99905\n4533,1647014112,47.74293,8.99907\n4534,1647014113,47.74291,8.99908\n4535,1647014114,47.74290,8.99910\n4536,1647014115,47.74289,8.99911\n4537,1647014116,47.74288,8.99911\n4538,1647014117,47.74289,8.99911\n4539,1647014118,47.74289,8.99911\n4540,1647014119,47.74290,8.99910\n4541,1647014139,47.74302,8.99898\n4542,1647014140,47.74302,8.99899\n4543,1647014141,47.74300,8.99900\n4544,1647014142,47.74300,8.99900\n4545,1647014143,47.74299,8.99900\n4546,1647014144,47.74298,8.99901\n4547,1647014145,47.74297,8.99901\n4548,1647014146,47.74296,8.99902\n4549,1647014147,47.74296,8.99902\n4550,1647014148,47.74296,8.99903\n4551,1647014179,47.74283,8.99913\n4552,1647014181,47.74283,8.99913\n4553,1647014182,47.74283,8.99913\n4554,1647014183,47.74283,8.99913\n4555,1647014184,47.74283,8.99913\n4556,1647014185,47.74283,8.99913\n4557,1647014186,47.74283,8.99913\n4558,1647014187,47.74284,8.99913\n4559,1647014188,47.74284,8.99913\n4560,1647014189,47.74284,8.99913\n4561,1647014218,47.74288,8.99904\n4562,1647014219,47.74289,8.99904\n4563,1647014220,47.74289,8.99904\n4564,1647014221,47.74289,8.99903\n4565,1647014222,47.74290,8.99903\n4566,1647014223,47.74291,8.99903\n4567,1647014224,47.74291,8.99903\n4568,1647014225,47.74292,8.99902\n4569,1647014226,47.74292,8.99903\n4570,1647014227,47.74292,8.99903\n4571,1647014260,47.74291,8.99908\n4572,1647014261,47.74291,8.99908\n4573,1647014262,47.74291,8.99908\n4574,1647014263,47.74291,8.99908\n4575,1647014264,47.74291,8.99908\n4576,1647014265,47.74291,8.99908\n4577,1647014266,47.74291,8.99908\n4578,1647014267,47.74292,8.99908\n4579,1647014268,47.74292,8.99907\n4580,1647014269,47.74292,8.99907\n4581,1647014311,47.74297,8.99903\n4582,1647014312,47.74299,8.99900\n4583,1647014313,47.74300,8.99898\n4584,1647014314,47.74301,8.99897\n4585,1647014315,47.74301,8.99896\n4586,1647014316,47.74302,8.99896\n4587,1647014317,47.74302,8.99895\n4588,1647014318,47.74302,8.99895\n4589,1647014319,47.74302,8.99895\n4590,1647014320,47.74303,8.99894\n4591,1647014338,47.74308,8.99901\n4592,1647014339,47.74307,8.99900\n4593,1647014341,47.74306,8.99897\n4594,1647014342,47.74305,8.99896\n4595,1647014343,47.74305,8.99895\n4596,1647014344,47.74305,8.99895\n4597,1647014345,47.74305,8.99894\n4598,1647014346,47.74304,8.99894\n4599,1647014347,47.74304,8.99894\n4600,1647014348,47.74304,8.99894\n4601,1647014367,47.74302,8.99900\n4602,1647014368,47.74301,8.99900\n4603,1647014369,47.74300,8.99900\n4604,1647014370,47.74300,8.99900\n4605,1647014371,47.74299,8.99900\n4606,1647014372,47.74299,8.99899\n4607,1647014373,47.74299,8.99900\n4608,1647014374,47.74299,8.99900\n4609,1647014375,47.74299,8.99899\n4610,1647014376,47.74299,8.99899\n4611,1647014394,47.74300,8.99885\n4612,1647014395,47.74295,8.99884\n4613,1647014396,47.74297,8.99885\n4614,1647014397,47.74297,8.99886\n4615,1647014398,47.74297,8.99886\n4616,1647014399,47.74298,8.99888\n4617,1647014400,47.74299,8.99889\n4618,1647014401,47.74299,8.99890\n4619,1647014402,47.74299,8.99891\n4620,1647014403,47.74299,8.99892\n4621,1647014423,47.74300,8.99896\n4622,1647014424,47.74301,8.99892\n4623,1647014425,47.74302,8.99893\n4624,1647014426,47.74303,8.99894\n4625,1647014427,47.74303,8.99894\n4626,1647014428,47.74303,8.99895\n4627,1647014429,47.74302,8.99896\n4628,1647014430,47.74301,8.99895\n4629,1647014431,47.74301,8.99895\n4630,1647014432,47.74301,8.99896\n4631,1647014451,47.74297,8.99889\n4632,1647014452,47.74295,8.99890\n4633,1647014453,47.74295,8.99889\n4634,1647014454,47.74295,8.99888\n4635,1647014455,47.74295,8.99887\n4636,1647014456,47.74295,8.99887\n4637,1647014457,47.74294,8.99887\n4638,1647014458,47.74294,8.99887\n4639,1647014459,47.74295,8.99887\n4640,1647014460,47.74295,8.99888\n4641,1647014479,47.74295,8.99884\n4642,1647014480,47.74298,8.99880\n4643,1647014481,47.74299,8.99881\n4644,1647014482,47.74300,8.99882\n4645,1647014483,47.74300,8.99883\n4646,1647014484,47.74300,8.99884\n4647,1647014485,47.74300,8.99884\n4648,1647014486,47.74300,8.99884\n4649,1647014487,47.74301,8.99885\n4650,1647014488,47.74301,8.99886\n4651,1647014506,47.74310,8.99881\n4652,1647014507,47.74312,8.99883\n4653,1647014508,47.74303,8.99892\n4654,1647014509,47.74302,8.99893\n4655,1647014510,47.74302,8.99894\n4656,1647014511,47.74303,8.99894\n4657,1647014512,47.74303,8.99894\n4658,1647014513,47.74302,8.99894\n4659,1647014514,47.74302,8.99894\n4660,1647014515,47.74301,8.99894\n4661,1647014534,47.74304,8.99897\n4662,1647014535,47.74304,8.99897\n4663,1647014536,47.74304,8.99898\n4664,1647014537,47.74304,8.99897\n4665,1647014538,47.74304,8.99898\n4666,1647014539,47.74303,8.99898\n4667,1647014540,47.74303,8.99898\n4668,1647014541,47.74303,8.99898\n4669,1647014542,47.74303,8.99898\n4670,1647014543,47.74303,8.99898\n4671,1647014562,47.74307,8.99887\n4672,1647014563,47.74303,8.99896\n4673,1647014564,47.74305,8.99896\n4674,1647014565,47.74306,8.99895\n4675,1647014566,47.74306,8.99894\n4676,1647014567,47.74306,8.99894\n4677,1647014568,47.74306,8.99894\n4678,1647014569,47.74303,8.99897\n4679,1647014571,47.74303,8.99896\n4680,1647014572,47.74303,8.99897\n4681,1647014590,47.74298,8.99906\n4682,1647014591,47.74296,8.99901\n4683,1647014593,47.74296,8.99901\n4684,1647014594,47.74297,8.99901\n4685,1647014595,47.74298,8.99901\n4686,1647014596,47.74298,8.99900\n4687,1647014597,47.74299,8.99900\n4688,1647014598,47.74299,8.99901\n4689,1647014599,47.74299,8.99900\n4690,1647014600,47.74299,8.99900\n4691,1647014619,47.74320,8.99879\n4692,1647014620,47.74320,8.99880\n4693,1647014621,47.74321,8.99880\n4694,1647014622,47.74313,8.99888\n4695,1647014623,47.74313,8.99888\n4696,1647014624,47.74312,8.99889\n4697,1647014625,47.74312,8.99890\n4698,1647014626,47.74311,8.99891\n4699,1647014627,47.74310,8.99892\n4700,1647014628,47.74309,8.99893\n4701,1647014646,47.74315,8.99893\n4702,1647014647,47.74318,8.99892\n4703,1647014648,47.74318,8.99892\n4704,1647014649,47.74315,8.99896\n4705,1647014650,47.74314,8.99897\n4706,1647014651,47.74313,8.99897\n4707,1647014652,47.74313,8.99897\n4708,1647014653,47.74312,8.99898\n4709,1647014654,47.74312,8.99899\n4710,1647014655,47.74311,8.99899\n4711,1647014675,47.74359,8.99871\n4712,1647014676,47.74313,8.99887\n4713,1647014677,47.74316,8.99888\n4714,1647014678,47.74311,8.99895\n4715,1647014679,47.74310,8.99898\n4716,1647014680,47.74309,8.99900\n4717,1647014681,47.74308,8.99901\n4718,1647014682,47.74308,8.99902\n4719,1647014683,47.74305,8.99904\n4720,1647014685,47.74305,8.99903\n4721,1647014703,47.74313,8.99939\n4722,1647014704,47.74305,8.99937\n4723,1647014705,47.74304,8.99927\n4724,1647014706,47.74306,8.99896\n4725,1647014707,47.74305,8.99893\n4726,1647014708,47.74305,8.99893\n4727,1647014709,47.74305,8.99893\n4728,1647014710,47.74304,8.99893\n4729,1647014711,47.74304,8.99893\n4730,1647014712,47.74304,8.99893\n4731,1647014734,47.74301,8.99894\n4732,1647014735,47.74302,8.99892\n4733,1647014736,47.74302,8.99892\n4734,1647014737,47.74302,8.99891\n4735,1647014738,47.74302,8.99891\n4736,1647014739,47.74301,8.99891\n4737,1647014740,47.74301,8.99891\n4738,1647014741,47.74302,8.99892\n4739,1647014742,47.74302,8.99892\n4740,1647014743,47.74302,8.99892\n4741,1647014762,47.74295,8.99897\n4742,1647014763,47.74301,8.99898\n4743,1647014764,47.74301,8.99899\n4744,1647014765,47.74301,8.99898\n4745,1647014766,47.74301,8.99899\n4746,1647014767,47.74301,8.99899\n4747,1647014768,47.74302,8.99899\n4748,1647014769,47.74301,8.99898\n4749,1647014770,47.74301,8.99898\n4750,1647014771,47.74301,8.99898\n4751,1647014789,47.74315,8.99893\n4752,1647014790,47.74312,8.99892\n4753,1647014791,47.74310,8.99891\n4754,1647014792,47.74310,8.99891\n4755,1647014793,47.74309,8.99892\n4756,1647014794,47.74307,8.99892\n4757,1647014795,47.74307,8.99893\n4758,1647014796,47.74306,8.99894\n4759,1647014797,47.74305,8.99895\n4760,1647014799,47.74305,8.99895\n4761,1647014817,47.74305,8.99901\n4762,1647014818,47.74304,8.99899\n4763,1647014819,47.74304,8.99898\n4764,1647014820,47.74304,8.99898\n4765,1647014821,47.74304,8.99898\n4766,1647014822,47.74305,8.99898\n4767,1647014823,47.74305,8.99898\n4768,1647014824,47.74305,8.99897\n4769,1647014825,47.74305,8.99897\n4770,1647014826,47.74305,8.99897\n4771,1647014844,47.74302,8.99890\n4772,1647014845,47.74301,8.99894\n4773,1647014846,47.74302,8.99895\n4774,1647014847,47.74302,8.99895\n4775,1647014848,47.74302,8.99896\n4776,1647014849,47.74302,8.99896\n4777,1647014850,47.74302,8.99896\n4778,1647014851,47.74302,8.99896\n4779,1647014853,47.74302,8.99896\n4780,1647014854,47.74302,8.99896\n4781,1647014872,47.74307,8.99899\n4782,1647014873,47.74308,8.99896\n4783,1647014875,47.74308,8.99895\n4784,1647014876,47.74309,8.99895\n4785,1647014877,47.74308,8.99895\n4786,1647014878,47.74308,8.99895\n4787,1647014879,47.74308,8.99896\n4788,1647014880,47.74308,8.99896\n4789,1647014881,47.74308,8.99897\n4790,1647014882,47.74308,8.99897\n4791,1647014900,47.74298,8.99906\n4792,1647014901,47.74305,8.99899\n4793,1647014902,47.74306,8.99897\n4794,1647014903,47.74306,8.99897\n4795,1647014904,47.74305,8.99897\n4796,1647014905,47.74305,8.99898\n4797,1647014906,47.74305,8.99899\n4798,1647014907,47.74305,8.99899\n4799,1647014908,47.74305,8.99899\n4800,1647014909,47.74305,8.99899\n4801,1647014927,47.74317,8.99908\n4802,1647014928,47.74310,8.99900\n4803,1647014929,47.74308,8.99900\n4804,1647014930,47.74307,8.99898\n4805,1647014931,47.74306,8.99897\n4806,1647014932,47.74306,8.99898\n4807,1647014933,47.74305,8.99898\n4808,1647014934,47.74306,8.99898\n4809,1647014935,47.74306,8.99898\n4810,1647014937,47.74305,8.99898\n4811,1647014956,47.74298,8.99887\n4812,1647014957,47.74297,8.99887\n4813,1647014958,47.74297,8.99887\n4814,1647014959,47.74297,8.99887\n4815,1647014960,47.74297,8.99888\n4816,1647014961,47.74297,8.99889\n4817,1647014962,47.74297,8.99889\n4818,1647014963,47.74298,8.99890\n4819,1647014964,47.74299,8.99891\n4820,1647014965,47.74300,8.99893\n4821,1647014984,47.74300,8.99897\n4822,1647014985,47.74302,8.99898\n4823,1647014986,47.74298,8.99894\n4824,1647014987,47.74300,8.99895\n4825,1647014988,47.74303,8.99898\n4826,1647014989,47.74302,8.99896\n4827,1647014990,47.74303,8.99897\n4828,1647014991,47.74305,8.99897\n4829,1647014992,47.74304,8.99896\n4830,1647014993,47.74305,8.99897\n4831,1647015013,47.74304,8.99891\n4832,1647015014,47.74303,8.99891\n4833,1647015015,47.74304,8.99894\n4834,1647015016,47.74305,8.99896\n4835,1647015017,47.74306,8.99898\n4836,1647015018,47.74307,8.99899\n4837,1647015019,47.74308,8.99901\n4838,1647015021,47.74309,8.99901\n4839,1647015022,47.74309,8.99901\n4840,1647015023,47.74309,8.99902\n4841,1647015041,47.74299,8.99895\n4842,1647015042,47.74300,8.99896\n4843,1647015044,47.74301,8.99896\n4844,1647015045,47.74301,8.99896\n4845,1647015046,47.74300,8.99895\n4846,1647015047,47.74300,8.99895\n4847,1647015048,47.74300,8.99896\n4848,1647015049,47.74301,8.99896\n4849,1647015050,47.74301,8.99896\n4850,1647015051,47.74301,8.99897\n4851,1647015070,47.74303,8.99903\n4852,1647015071,47.74306,8.99905\n4853,1647015072,47.74306,8.99904\n4854,1647015073,47.74308,8.99905\n4855,1647015074,47.74309,8.99905\n4856,1647015075,47.74309,8.99905\n4857,1647015076,47.74305,8.99900\n4858,1647015077,47.74303,8.99898\n4859,1647015078,47.74301,8.99896\n4860,1647015079,47.74302,8.99897\n4861,1647015097,47.74322,8.99925\n4862,1647015098,47.74319,8.99923\n4863,1647015099,47.74303,8.99906\n4864,1647015100,47.74300,8.99904\n4865,1647015101,47.74300,8.99902\n4866,1647015102,47.74299,8.99901\n4867,1647015103,47.74299,8.99899\n4868,1647015104,47.74298,8.99897\n4869,1647015105,47.74297,8.99896\n4870,1647015106,47.74297,8.99895\n4871,1647015125,47.74313,8.99900\n4872,1647015126,47.74311,8.99898\n4873,1647015127,47.74310,8.99897\n4874,1647015128,47.74308,8.99896\n4875,1647015129,47.74308,8.99896\n4876,1647015130,47.74307,8.99896\n4877,1647015131,47.74306,8.99896\n4878,1647015132,47.74305,8.99897\n4879,1647015133,47.74305,8.99897\n4880,1647015135,47.74304,8.99897\n4881,1647015154,47.74302,8.99897\n4882,1647015155,47.74302,8.99897\n4883,1647015156,47.74301,8.99896\n4884,1647015157,47.74302,8.99895\n4885,1647015158,47.74301,8.99895\n4886,1647015159,47.74302,8.99895\n4887,1647015160,47.74302,8.99895\n4888,1647015161,47.74301,8.99895\n4889,1647015162,47.74301,8.99895\n4890,1647015163,47.74301,8.99895\n4891,1647015181,47.74300,8.99894\n4892,1647015182,47.74300,8.99895\n4893,1647015183,47.74301,8.99895\n4894,1647015184,47.74301,8.99896\n4895,1647015185,47.74302,8.99896\n4896,1647015186,47.74302,8.99896\n4897,1647015187,47.74303,8.99896\n4898,1647015188,47.74303,8.99897\n4899,1647015189,47.74303,8.99897\n4900,1647015190,47.74303,8.99896\n4901,1647015209,47.74302,8.99897\n4902,1647015210,47.74301,8.99897\n4903,1647015211,47.74301,8.99897\n4904,1647015212,47.74301,8.99897\n4905,1647015213,47.74302,8.99898\n4906,1647015214,47.74301,8.99898\n4907,1647015215,47.74302,8.99898\n4908,1647015216,47.74302,8.99898\n4909,1647015217,47.74303,8.99897\n4910,1647015219,47.74303,8.99897\n4911,1647015238,47.74310,8.99901\n4912,1647015239,47.74308,8.99901\n4913,1647015240,47.74307,8.99901\n4914,1647015241,47.74307,8.99901\n4915,1647015242,47.74306,8.99902\n4916,1647015243,47.74306,8.99901\n4917,1647015244,47.74305,8.99901\n4918,1647015245,47.74306,8.99900\n4919,1647015246,47.74306,8.99900\n4920,1647015247,47.74307,8.99900\n4921,1647015266,47.74304,8.99894\n4922,1647015267,47.74304,8.99894\n4923,1647015268,47.74305,8.99894\n4924,1647015269,47.74306,8.99895\n4925,1647015270,47.74307,8.99894\n4926,1647015271,47.74307,8.99894\n4927,1647015272,47.74307,8.99894\n4928,1647015273,47.74307,8.99895\n4929,1647015274,47.74307,8.99894\n4930,1647015275,47.74307,8.99894\n4931,1647015294,47.74337,8.99909\n4932,1647015295,47.74314,8.99899\n4933,1647015296,47.74312,8.99900\n4934,1647015297,47.74312,8.99899\n4935,1647015298,47.74312,8.99900\n4936,1647015299,47.74311,8.99900\n4937,1647015300,47.74311,8.99901\n4938,1647015301,47.74310,8.99901\n4939,1647015303,47.74310,8.99901\n4940,1647015304,47.74311,8.99901\n4941,1647015322,47.74307,8.99897\n4942,1647015323,47.74308,8.99897\n4943,1647015325,47.74308,8.99897\n4944,1647015326,47.74308,8.99897\n4945,1647015327,47.74308,8.99897\n4946,1647015328,47.74308,8.99897\n4947,1647015329,47.74308,8.99896\n4948,1647015330,47.74308,8.99896\n4949,1647015331,47.74308,8.99896\n4950,1647015332,47.74308,8.99896\n4951,1647015350,47.74302,8.99910\n4952,1647015351,47.74308,8.99900\n4953,1647015352,47.74308,8.99900\n4954,1647015353,47.74308,8.99899\n4955,1647015354,47.74309,8.99900\n4956,1647015355,47.74308,8.99900\n4957,1647015356,47.74309,8.99900\n4958,1647015357,47.74309,8.99899\n4959,1647015358,47.74309,8.99899\n4960,1647015359,47.74309,8.99898\n4961,1647015377,47.74318,8.99907\n4962,1647015378,47.74310,8.99892\n4963,1647015379,47.74310,8.99892\n4964,1647015380,47.74309,8.99891\n4965,1647015381,47.74309,8.99892\n4966,1647015382,47.74308,8.99892\n4967,1647015383,47.74308,8.99893\n4968,1647015384,47.74307,8.99893\n4969,1647015385,47.74308,8.99893\n4970,1647015387,47.74307,8.99893\n4971,1647015405,47.74303,8.99877\n4972,1647015406,47.74309,8.99890\n4973,1647015407,47.74308,8.99891\n4974,1647015408,47.74308,8.99892\n4975,1647015409,47.74308,8.99893\n4976,1647015410,47.74307,8.99893\n4977,1647015411,47.74307,8.99893\n4978,1647015412,47.74307,8.99894\n4979,1647015413,47.74307,8.99894\n4980,1647015414,47.74307,8.99895\n4981,1647015432,47.74315,8.99917\n4982,1647015433,47.74300,8.99901\n4983,1647015434,47.74301,8.99902\n4984,1647015435,47.74302,8.99902\n4985,1647015436,47.74303,8.99901\n4986,1647015437,47.74303,8.99901\n4987,1647015438,47.74304,8.99901\n4988,1647015439,47.74304,8.99901\n4989,1647015440,47.74305,8.99901\n4990,1647015441,47.74305,8.99901\n4991,1647015460,47.74317,8.99896\n4992,1647015461,47.74309,8.99903\n4993,1647015462,47.74306,8.99901\n4994,1647015463,47.74307,8.99901\n4995,1647015464,47.74307,8.99901\n4996,1647015465,47.74307,8.99901\n4997,1647015466,47.74308,8.99901\n4998,1647015467,47.74307,8.99901\n4999,1647015468,47.74307,8.99900\n5000,1647015469,47.74308,8.99899\n5001,1647015488,47.74302,8.99901\n5002,1647015489,47.74304,8.99899\n5003,1647015490,47.74305,8.99899\n5004,1647015491,47.74305,8.99898\n5005,1647015492,47.74305,8.99898\n5006,1647015493,47.74305,8.99898\n5007,1647015494,47.74305,8.99898\n5008,1647015495,47.74305,8.99898\n5009,1647015496,47.74305,8.99899\n5010,1647015497,47.74304,8.99899\n5011,1647015516,47.74314,8.99902\n5012,1647015517,47.74310,8.99902\n5013,1647015518,47.74310,8.99903\n5014,1647015519,47.74310,8.99902\n5015,1647015520,47.74310,8.99902\n5016,1647015521,47.74310,8.99902\n5017,1647015522,47.74310,8.99902\n5018,1647015523,47.74310,8.99901\n5019,1647015524,47.74311,8.99900\n5020,1647015526,47.74311,8.99900\n5021,1647015544,47.74311,8.99898\n5022,1647015545,47.74306,8.99895\n5023,1647015546,47.74306,8.99896\n5024,1647015547,47.74307,8.99896\n5025,1647015548,47.74307,8.99897\n5026,1647015549,47.74308,8.99897\n5027,1647015550,47.74308,8.99897\n5028,1647015551,47.74309,8.99898\n5029,1647015552,47.74309,8.99898\n5030,1647015553,47.74309,8.99897\n5031,1647015571,47.74307,8.99889\n5032,1647015572,47.74309,8.99887\n5033,1647015573,47.74310,8.99889\n5034,1647015574,47.74310,8.99889\n5035,1647015575,47.74310,8.99890\n5036,1647015576,47.74309,8.99891\n5037,1647015577,47.74309,8.99891\n5038,1647015578,47.74308,8.99892\n5039,1647015579,47.74308,8.99892\n5040,1647015580,47.74308,8.99892\n5041,1647015599,47.74308,8.99886\n5042,1647015600,47.74310,8.99888\n5043,1647015601,47.74309,8.99890\n5044,1647015602,47.74309,8.99890\n5045,1647015603,47.74308,8.99891\n5046,1647015604,47.74308,8.99892\n5047,1647015605,47.74309,8.99893\n5048,1647015606,47.74309,8.99894\n5049,1647015607,47.74309,8.99896\n5050,1647015609,47.74309,8.99896\n5051,1647015628,47.74299,8.99903\n5052,1647015629,47.74300,8.99903\n5053,1647015630,47.74301,8.99903\n5054,1647015631,47.74302,8.99903\n5055,1647015632,47.74303,8.99903\n5056,1647015633,47.74304,8.99903\n5057,1647015634,47.74305,8.99903\n5058,1647015635,47.74305,8.99903\n5059,1647015636,47.74306,8.99903\n5060,1647015637,47.74305,8.99900\n5061,1647015656,47.74298,8.99889\n5062,1647015657,47.74299,8.99889\n5063,1647015658,47.74301,8.99890\n5064,1647015659,47.74301,8.99891\n5065,1647015660,47.74302,8.99892\n5066,1647015661,47.74303,8.99892\n5067,1647015662,47.74303,8.99893\n5068,1647015663,47.74303,8.99893\n5069,1647015664,47.74303,8.99893\n5070,1647015665,47.74303,8.99894\n5071,1647015684,47.74308,8.99899\n5072,1647015685,47.74309,8.99899\n5073,1647015686,47.74307,8.99897\n5074,1647015687,47.74307,8.99898\n5075,1647015688,47.74307,8.99898\n5076,1647015689,47.74308,8.99899\n5077,1647015690,47.74307,8.99898\n5078,1647015691,47.74306,8.99896\n5079,1647015693,47.74306,8.99895\n5080,1647015694,47.74306,8.99895\n5081,1647015712,47.74319,8.99902\n5082,1647015713,47.74316,8.99902\n5083,1647015715,47.74316,8.99902\n5084,1647015716,47.74316,8.99902\n5085,1647015717,47.74316,8.99902\n5086,1647015718,47.74316,8.99902\n5087,1647015719,47.74316,8.99903\n5088,1647015720,47.74316,8.99903\n5089,1647015721,47.74316,8.99902\n5090,1647015722,47.74315,8.99902\n5091,1647015740,47.74309,8.99893\n5092,1647015741,47.74309,8.99893\n5093,1647015742,47.74307,8.99892\n5094,1647015743,47.74307,8.99893\n5095,1647015744,47.74307,8.99893\n5096,1647015745,47.74306,8.99893\n5097,1647015746,47.74306,8.99893\n5098,1647015747,47.74306,8.99893\n5099,1647015748,47.74306,8.99893\n5100,1647015749,47.74307,8.99894\n5101,1647015768,47.74283,8.99874\n5102,1647015769,47.74294,8.99887\n5103,1647015770,47.74296,8.99889\n5104,1647015771,47.74298,8.99890\n5105,1647015772,47.74299,8.99890\n5106,1647015773,47.74300,8.99891\n5107,1647015774,47.74300,8.99891\n5108,1647015775,47.74300,8.99892\n5109,1647015777,47.74300,8.99892\n5110,1647015778,47.74300,8.99892\n5111,1647015796,47.74294,8.99887\n5112,1647015797,47.74297,8.99890\n5113,1647015799,47.74299,8.99890\n5114,1647015800,47.74299,8.99891\n5115,1647015801,47.74300,8.99891\n5116,1647015802,47.74301,8.99891\n5117,1647015803,47.74301,8.99892\n5118,1647015804,47.74301,8.99892\n5119,1647015805,47.74301,8.99893\n5120,1647015806,47.74302,8.99894\n5121,1647015824,47.74305,8.99902\n5122,1647015825,47.74305,8.99903\n5123,1647015826,47.74304,8.99902\n5124,1647015827,47.74303,8.99902\n5125,1647015828,47.74304,8.99903\n5126,1647015829,47.74305,8.99904\n5127,1647015830,47.74305,8.99904\n5128,1647015831,47.74307,8.99905\n5129,1647015832,47.74307,8.99905\n5130,1647015833,47.74308,8.99905\n5131,1647015852,47.74292,8.99886\n5132,1647015853,47.74294,8.99888\n5133,1647015854,47.74295,8.99889\n5134,1647015855,47.74295,8.99889\n5135,1647015856,47.74296,8.99891\n5136,1647015857,47.74297,8.99891\n5137,1647015858,47.74298,8.99892\n5138,1647015859,47.74298,8.99891\n5139,1647015861,47.74298,8.99891\n5140,1647015862,47.74298,8.99892\n5141,1647015881,47.74300,8.99899\n5142,1647015882,47.74300,8.99900\n5143,1647015883,47.74301,8.99900\n5144,1647015884,47.74303,8.99902\n5145,1647015885,47.74304,8.99902\n5146,1647015886,47.74304,8.99902\n5147,1647015887,47.74304,8.99903\n5148,1647015888,47.74304,8.99902\n5149,1647015889,47.74304,8.99902\n5150,1647015891,47.74304,8.99901\n5151,1647015909,47.74288,8.99878\n5152,1647015910,47.74292,8.99882\n5153,1647015911,47.74294,8.99885\n5154,1647015912,47.74295,8.99885\n5155,1647015913,47.74297,8.99887\n5156,1647015914,47.74299,8.99888\n5157,1647015915,47.74300,8.99889\n5158,1647015916,47.74301,8.99890\n5159,1647015917,47.74301,8.99891\n5160,1647015918,47.74302,8.99892\n5161,1647015936,47.74308,8.99887\n5162,1647015937,47.74303,8.99887\n5163,1647015938,47.74304,8.99888\n5164,1647015939,47.74305,8.99889\n5165,1647015940,47.74305,8.99890\n5166,1647015941,47.74305,8.99892\n5167,1647015942,47.74306,8.99892\n5168,1647015943,47.74306,8.99893\n5169,1647015944,47.74306,8.99893\n5170,1647015945,47.74306,8.99893\n5171,1647015965,47.74300,8.99889\n5172,1647015966,47.74301,8.99891\n5173,1647015967,47.74301,8.99891\n5174,1647015968,47.74302,8.99892\n5175,1647015969,47.74302,8.99892\n5176,1647015970,47.74303,8.99892\n5177,1647015971,47.74303,8.99893\n5178,1647015972,47.74303,8.99893\n5179,1647015973,47.74303,8.99892\n5180,1647015975,47.74303,8.99892\n5181,1647015994,47.74301,8.99889\n5182,1647015995,47.74301,8.99890\n5183,1647015996,47.74302,8.99891\n5184,1647015997,47.74303,8.99892\n5185,1647015998,47.74303,8.99893\n5186,1647015999,47.74303,8.99894\n5187,1647016000,47.74304,8.99894\n5188,1647016001,47.74304,8.99894\n5189,1647016002,47.74304,8.99894\n5190,1647016003,47.74304,8.99894\n5191,1647016023,47.74296,8.99889\n5192,1647016024,47.74300,8.99893\n5193,1647016025,47.74302,8.99894\n5194,1647016026,47.74304,8.99895\n5195,1647016027,47.74305,8.99896\n5196,1647016028,47.74306,8.99897\n5197,1647016029,47.74307,8.99898\n5198,1647016030,47.74307,8.99898\n5199,1647016031,47.74308,8.99899\n5200,1647016032,47.74308,8.99900\n5201,1647016053,47.74305,8.99898\n5202,1647016054,47.74306,8.99899\n5203,1647016055,47.74306,8.99899\n5204,1647016056,47.74306,8.99899\n5205,1647016057,47.74306,8.99900\n5206,1647016058,47.74306,8.99900\n5207,1647016059,47.74307,8.99900\n5208,1647016060,47.74307,8.99901\n5209,1647016061,47.74308,8.99901\n5210,1647016062,47.74308,8.99901\n5211,1647016081,47.74306,8.99899\n5212,1647016082,47.74306,8.99899\n5213,1647016083,47.74306,8.99897\n5214,1647016084,47.74307,8.99897\n5215,1647016085,47.74308,8.99896\n5216,1647016086,47.74308,8.99896\n5217,1647016087,47.74308,8.99895\n5218,1647016089,47.74308,8.99894\n5219,1647016090,47.74308,8.99894\n5220,1647016091,47.74308,8.99894\n5221,1647016109,47.74305,8.99898\n5222,1647016110,47.74306,8.99898\n5223,1647016112,47.74306,8.99898\n5224,1647016113,47.74306,8.99899\n5225,1647016114,47.74307,8.99900\n5226,1647016115,47.74308,8.99900\n5227,1647016116,47.74308,8.99900\n5228,1647016117,47.74308,8.99900\n5229,1647016118,47.74308,8.99900\n5230,1647016119,47.74308,8.99900\n5231,1647016137,47.74303,8.99907\n5232,1647016138,47.74305,8.99906\n5233,1647016139,47.74306,8.99905\n5234,1647016140,47.74307,8.99904\n5235,1647016141,47.74307,8.99904\n5236,1647016142,47.74308,8.99903\n5237,1647016143,47.74308,8.99902\n5238,1647016144,47.74308,8.99902\n5239,1647016145,47.74308,8.99901\n5240,1647016146,47.74308,8.99901\n5241,1647016165,47.74308,8.99900\n5242,1647016166,47.74309,8.99899\n5243,1647016167,47.74310,8.99900\n5244,1647016168,47.74310,8.99900\n5245,1647016169,47.74310,8.99900\n5246,1647016170,47.74310,8.99900\n5247,1647016171,47.74310,8.99900\n5248,1647016173,47.74310,8.99900\n5249,1647016174,47.74310,8.99901\n5250,1647016175,47.74310,8.99900\n5251,1647016196,47.74309,8.99902\n5252,1647016197,47.74309,8.99903\n5253,1647016198,47.74310,8.99903\n5254,1647016199,47.74310,8.99903\n5255,1647016200,47.74311,8.99904\n5256,1647016201,47.74311,8.99904\n5257,1647016202,47.74311,8.99904\n5258,1647016203,47.74311,8.99904\n5259,1647016204,47.74311,8.99904\n5260,1647016205,47.74311,8.99904\n5261,1647016223,47.74312,8.99907\n5262,1647016224,47.74308,8.99902\n5263,1647016225,47.74308,8.99901\n5264,1647016226,47.74307,8.99901\n5265,1647016227,47.74307,8.99901\n5266,1647016228,47.74307,8.99900\n5267,1647016229,47.74308,8.99900\n5268,1647016230,47.74308,8.99900\n5269,1647016231,47.74307,8.99898\n5270,1647016233,47.74307,8.99898\n5271,1647016252,47.74306,8.99893\n5272,1647016253,47.74306,8.99895\n5273,1647016254,47.74306,8.99895\n5274,1647016255,47.74306,8.99894\n5275,1647016256,47.74306,8.99895\n5276,1647016257,47.74306,8.99895\n5277,1647016258,47.74306,8.99895\n5278,1647016259,47.74305,8.99895\n5279,1647016260,47.74305,8.99895\n5280,1647016261,47.74305,8.99896\n5281,1647016279,47.74261,8.99951\n5282,1647016280,47.74274,8.99933\n5283,1647016281,47.74290,8.99911\n5284,1647016282,47.74302,8.99895\n5285,1647016283,47.74303,8.99895\n5286,1647016284,47.74303,8.99894\n5287,1647016285,47.74303,8.99895\n5288,1647016286,47.74302,8.99895\n5289,1647016287,47.74303,8.99895\n5290,1647016288,47.74303,8.99896\n5291,1647016307,47.74314,8.99902\n5292,1647016308,47.74311,8.99900\n5293,1647016309,47.74309,8.99897\n5294,1647016310,47.74307,8.99895\n5295,1647016311,47.74308,8.99895\n5296,1647016312,47.74308,8.99895\n5297,1647016313,47.74308,8.99895\n5298,1647016314,47.74308,8.99896\n5299,1647016315,47.74308,8.99896\n5300,1647016317,47.74308,8.99897\n5301,1647016336,47.74306,8.99890\n5302,1647016337,47.74305,8.99888\n5303,1647016338,47.74306,8.99890\n5304,1647016339,47.74306,8.99891\n5305,1647016340,47.74307,8.99892\n5306,1647016341,47.74306,8.99893\n5307,1647016342,47.74306,8.99894\n5308,1647016343,47.74306,8.99895\n5309,1647016344,47.74307,8.99895\n5310,1647016345,47.74307,8.99895\n5311,1647016363,47.74329,8.99868\n5312,1647016364,47.74304,8.99899\n5313,1647016365,47.74304,8.99900\n5314,1647016366,47.74305,8.99901\n5315,1647016367,47.74306,8.99902\n5316,1647016368,47.74307,8.99903\n5317,1647016369,47.74308,8.99903\n5318,1647016370,47.74309,8.99904\n5319,1647016371,47.74310,8.99905\n5320,1647016372,47.74311,8.99906\n5321,1647016391,47.74312,8.99907\n5322,1647016392,47.74314,8.99908\n5323,1647016393,47.74315,8.99907\n5324,1647016394,47.74314,8.99906\n5325,1647016395,47.74314,8.99905\n5326,1647016396,47.74314,8.99904\n5327,1647016397,47.74313,8.99904\n5328,1647016398,47.74313,8.99904\n5329,1647016399,47.74311,8.99902\n5330,1647016401,47.74311,8.99902\n5331,1647016419,47.74310,8.99904\n5332,1647016420,47.74311,8.99904\n5333,1647016421,47.74309,8.99903\n5334,1647016422,47.74308,8.99903\n5335,1647016423,47.74309,8.99903\n5336,1647016424,47.74310,8.99904\n5337,1647016425,47.74310,8.99904\n5338,1647016426,47.74310,8.99904\n5339,1647016427,47.74310,8.99903\n5340,1647016428,47.74309,8.99904\n5341,1647016446,47.74336,8.99907\n5342,1647016447,47.74316,8.99892\n5343,1647016448,47.74316,8.99895\n5344,1647016449,47.74314,8.99894\n5345,1647016450,47.74315,8.99895\n5346,1647016451,47.74314,8.99897\n5347,1647016452,47.74314,8.99898\n5348,1647016453,47.74316,8.99901\n5349,1647016455,47.74317,8.99902\n5350,1647016456,47.74317,8.99902\n5351,1647016474,47.74320,8.99912\n5352,1647016475,47.74317,8.99907\n5353,1647016476,47.74317,8.99906\n5354,1647016477,47.74317,8.99905\n5355,1647016478,47.74316,8.99905\n5356,1647016479,47.74315,8.99904\n5357,1647016480,47.74315,8.99903\n5358,1647016481,47.74314,8.99902\n5359,1647016482,47.74314,8.99902\n5360,1647016483,47.74310,8.99897\n5361,1647016503,47.74318,8.99909\n5362,1647016504,47.74318,8.99909\n5363,1647016505,47.74318,8.99908\n5364,1647016506,47.74318,8.99907\n5365,1647016507,47.74317,8.99906\n5366,1647016508,47.74317,8.99906\n5367,1647016509,47.74316,8.99905\n5368,1647016510,47.74315,8.99905\n5369,1647016511,47.74315,8.99905\n5370,1647016512,47.74315,8.99905\n5371,1647016531,47.74290,8.99890\n5372,1647016532,47.74293,8.99892\n5373,1647016533,47.74295,8.99893\n5374,1647016534,47.74297,8.99893\n5375,1647016535,47.74298,8.99894\n5376,1647016536,47.74298,8.99895\n5377,1647016537,47.74299,8.99896\n5378,1647016539,47.74300,8.99897\n5379,1647016540,47.74300,8.99897\n5380,1647016541,47.74301,8.99898\n5381,1647016559,47.74299,8.99886\n5382,1647016560,47.74300,8.99888\n5383,1647016562,47.74300,8.99890\n5384,1647016563,47.74301,8.99891\n5385,1647016564,47.74301,8.99892\n5386,1647016565,47.74302,8.99893\n5387,1647016566,47.74301,8.99894\n5388,1647016567,47.74301,8.99894\n5389,1647016568,47.74301,8.99894\n5390,1647016569,47.74300,8.99894\n5391,1647016587,47.74304,8.99908\n5392,1647016588,47.74301,8.99907\n5393,1647016589,47.74299,8.99905\n5394,1647016590,47.74298,8.99904\n5395,1647016591,47.74298,8.99904\n5396,1647016592,47.74298,8.99904\n5397,1647016593,47.74298,8.99903\n5398,1647016594,47.74298,8.99903\n5399,1647016595,47.74299,8.99903\n5400,1647016596,47.74299,8.99902\n5401,1647016614,47.74307,8.99900\n5402,1647016615,47.74309,8.99900\n5403,1647016616,47.74310,8.99901\n5404,1647016617,47.74309,8.99901\n5405,1647016618,47.74308,8.99900\n5406,1647016619,47.74308,8.99900\n5407,1647016620,47.74308,8.99901\n5408,1647016621,47.74306,8.99899\n5409,1647016623,47.74306,8.99899\n5410,1647016624,47.74305,8.99899\n5411,1647016642,47.74313,8.99906\n5412,1647016643,47.74313,8.99907\n5413,1647016645,47.74312,8.99906\n5414,1647016646,47.74310,8.99905\n5415,1647016647,47.74308,8.99904\n5416,1647016648,47.74307,8.99903\n5417,1647016649,47.74307,8.99903\n5418,1647016650,47.74306,8.99902\n5419,1647016651,47.74306,8.99902\n5420,1647016652,47.74306,8.99902\n5421,1647016671,47.74371,8.99845\n5422,1647016672,47.74329,8.99911\n5423,1647016673,47.74326,8.99910\n5424,1647016674,47.74325,8.99909\n5425,1647016675,47.74323,8.99908\n5426,1647016676,47.74321,8.99908\n5427,1647016677,47.74320,8.99907\n5428,1647016678,47.74319,8.99906\n5429,1647016679,47.74317,8.99905\n5430,1647016680,47.74316,8.99905\n5431,1647016698,47.74400,8.99974\n5432,1647016699,47.74376,8.99955\n5433,1647016700,47.74305,8.99899\n5434,1647016701,47.74305,8.99898\n5435,1647016702,47.74303,8.99898\n5436,1647016703,47.74303,8.99898\n5437,1647016704,47.74304,8.99898\n5438,1647016705,47.74304,8.99898\n5439,1647016706,47.74304,8.99898\n5440,1647016707,47.74304,8.99898\n5441,1647016727,47.74308,8.99904\n5442,1647016728,47.74307,8.99904\n5443,1647016729,47.74306,8.99903\n5444,1647016730,47.74305,8.99902\n5445,1647016731,47.74305,8.99902\n5446,1647016732,47.74305,8.99902\n5447,1647016733,47.74305,8.99902\n5448,1647016734,47.74305,8.99901\n5449,1647016735,47.74304,8.99900\n5450,1647016737,47.74304,8.99899\n5451,1647016755,47.74302,8.99896\n5452,1647016756,47.74302,8.99896\n5453,1647016757,47.74304,8.99896\n5454,1647016758,47.74305,8.99897\n5455,1647016759,47.74306,8.99898\n5456,1647016760,47.74307,8.99899\n5457,1647016761,47.74308,8.99899\n5458,1647016762,47.74308,8.99899\n5459,1647016763,47.74308,8.99899\n5460,1647016764,47.74308,8.99899\n5461,1647016782,47.74322,8.99890\n5462,1647016783,47.74318,8.99903\n5463,1647016784,47.74318,8.99904\n5464,1647016785,47.74317,8.99903\n5465,1647016786,47.74316,8.99903\n5466,1647016787,47.74315,8.99903\n5467,1647016788,47.74314,8.99903\n5468,1647016789,47.74314,8.99903\n5469,1647016790,47.74313,8.99902\n5470,1647016791,47.74313,8.99902\n5471,1647016811,47.74312,8.99906\n5472,1647016812,47.74312,8.99905\n5473,1647016813,47.74313,8.99905\n5474,1647016814,47.74313,8.99905\n5475,1647016815,47.74313,8.99906\n5476,1647016816,47.74313,8.99906\n5477,1647016817,47.74312,8.99905\n5478,1647016818,47.74312,8.99905\n5479,1647016819,47.74310,8.99901\n5480,1647016821,47.74309,8.99901\n5481,1647016839,47.74316,8.99905\n5482,1647016840,47.74314,8.99906\n5483,1647016841,47.74312,8.99905\n5484,1647016842,47.74312,8.99905\n5485,1647016843,47.74312,8.99904\n5486,1647016844,47.74311,8.99904\n5487,1647016845,47.74310,8.99904\n5488,1647016846,47.74310,8.99904\n5489,1647016847,47.74310,8.99904\n5490,1647016848,47.74310,8.99904\n5491,1647016866,47.74304,8.99901\n5492,1647016867,47.74303,8.99901\n5493,1647016868,47.74305,8.99901\n5494,1647016869,47.74305,8.99901\n5495,1647016870,47.74306,8.99901\n5496,1647016871,47.74306,8.99901\n5497,1647016872,47.74306,8.99902\n5498,1647016873,47.74307,8.99903\n5499,1647016874,47.74307,8.99903\n5500,1647016875,47.74307,8.99904\n5501,1647016894,47.74306,8.99890\n5502,1647016895,47.74306,8.99892\n5503,1647016896,47.74307,8.99893\n5504,1647016897,47.74307,8.99894\n5505,1647016898,47.74308,8.99895\n5506,1647016899,47.74308,8.99897\n5507,1647016900,47.74308,8.99897\n5508,1647016901,47.74308,8.99897\n5509,1647016902,47.74309,8.99898\n5510,1647016903,47.74308,8.99896\n5511,1647016921,47.74305,8.99888\n5512,1647016922,47.74304,8.99898\n5513,1647016923,47.74305,8.99899\n5514,1647016924,47.74306,8.99899\n5515,1647016925,47.74307,8.99900\n5516,1647016926,47.74309,8.99901\n5517,1647016927,47.74309,8.99901\n5518,1647016928,47.74310,8.99902\n5519,1647016929,47.74310,8.99902\n5520,1647016930,47.74310,8.99902\n5521,1647016949,47.74313,8.99907\n5522,1647016950,47.74311,8.99908\n5523,1647016951,47.74310,8.99907\n5524,1647016952,47.74310,8.99907\n5525,1647016953,47.74310,8.99907\n5526,1647016954,47.74310,8.99907\n5527,1647016955,47.74310,8.99907\n5528,1647016956,47.74310,8.99906\n5529,1647016957,47.74310,8.99906\n5530,1647016958,47.74309,8.99901\n5531,1647016976,47.74319,8.99893\n5532,1647016977,47.74317,8.99898\n5533,1647016978,47.74316,8.99899\n5534,1647016979,47.74314,8.99899\n5535,1647016980,47.74313,8.99899\n5536,1647016981,47.74312,8.99900\n5537,1647016982,47.74311,8.99901\n5538,1647016983,47.74311,8.99901\n5539,1647016984,47.74310,8.99901\n5540,1647016985,47.74310,8.99901\n5541,1647017004,47.74379,8.99975\n5542,1647017005,47.74301,8.99901\n5543,1647017006,47.74301,8.99902\n5544,1647017007,47.74300,8.99902\n5545,1647017008,47.74301,8.99903\n5546,1647017009,47.74303,8.99904\n5547,1647017010,47.74304,8.99904\n5548,1647017011,47.74304,8.99904\n5549,1647017012,47.74305,8.99902\n5550,1647017014,47.74305,8.99902\n5551,1647017033,47.74306,8.99902\n5552,1647017034,47.74307,8.99903\n5553,1647017035,47.74308,8.99902\n5554,1647017036,47.74308,8.99902\n5555,1647017037,47.74308,8.99902\n5556,1647017038,47.74308,8.99903\n5557,1647017039,47.74308,8.99903\n5558,1647017040,47.74308,8.99903\n5559,1647017041,47.74309,8.99904\n5560,1647017043,47.74309,8.99904\n5561,1647017061,47.74319,8.99900\n5562,1647017062,47.74315,8.99904\n5563,1647017063,47.74313,8.99904\n5564,1647017064,47.74312,8.99903\n5565,1647017065,47.74311,8.99902\n5566,1647017066,47.74311,8.99902\n5567,1647017067,47.74310,8.99902\n5568,1647017068,47.74310,8.99902\n5569,1647017069,47.74310,8.99902\n5570,1647017070,47.74309,8.99902\n5571,1647017089,47.74311,8.99895\n5572,1647017090,47.74309,8.99900\n5573,1647017091,47.74309,8.99901\n5574,1647017092,47.74308,8.99901\n5575,1647017093,47.74308,8.99902\n5576,1647017094,47.74307,8.99902\n5577,1647017095,47.74307,8.99902\n5578,1647017096,47.74307,8.99902\n5579,1647017097,47.74307,8.99901\n5580,1647017098,47.74306,8.99901\n5581,1647017117,47.74302,8.99894\n5582,1647017118,47.74304,8.99896\n5583,1647017119,47.74305,8.99897\n5584,1647017120,47.74305,8.99897\n5585,1647017121,47.74305,8.99898\n5586,1647017122,47.74305,8.99899\n5587,1647017123,47.74305,8.99899\n5588,1647017124,47.74305,8.99899\n5589,1647017125,47.74305,8.99899\n5590,1647017127,47.74305,8.99899\n5591,1647017145,47.74302,8.99892\n5592,1647017146,47.74302,8.99897\n5593,1647017147,47.74303,8.99897\n5594,1647017148,47.74304,8.99898\n5595,1647017149,47.74305,8.99898\n5596,1647017150,47.74307,8.99899\n5597,1647017151,47.74307,8.99899\n5598,1647017152,47.74308,8.99900\n5599,1647017153,47.74308,8.99900\n5600,1647017154,47.74308,8.99900\n5601,1647017172,47.74302,8.99892\n5602,1647017173,47.74306,8.99890\n5603,1647017174,47.74306,8.99891\n5604,1647017175,47.74306,8.99891\n5605,1647017176,47.74306,8.99892\n5606,1647017177,47.74306,8.99893\n5607,1647017178,47.74306,8.99894\n5608,1647017179,47.74306,8.99894\n5609,1647017180,47.74306,8.99895\n5610,1647017181,47.74306,8.99895\n5611,1647017201,47.74305,8.99898\n5612,1647017202,47.74306,8.99898\n5613,1647017203,47.74307,8.99899\n5614,1647017204,47.74307,8.99900\n5615,1647017205,47.74307,8.99901\n5616,1647017206,47.74308,8.99901\n5617,1647017207,47.74308,8.99901\n5618,1647017208,47.74308,8.99902\n5619,1647017209,47.74307,8.99900\n5620,1647017211,47.74307,8.99900\n5621,1647017229,47.74313,8.99902\n5622,1647017230,47.74314,8.99904\n5623,1647017231,47.74313,8.99904\n5624,1647017232,47.74312,8.99904\n5625,1647017233,47.74311,8.99904\n5626,1647017234,47.74311,8.99903\n5627,1647017235,47.74310,8.99902\n5628,1647017236,47.74309,8.99902\n5629,1647017237,47.74309,8.99902\n5630,1647017238,47.74308,8.99902\n5631,1647017256,47.74308,8.99904\n5632,1647017257,47.74309,8.99905\n5633,1647017258,47.74310,8.99906\n5634,1647017259,47.74310,8.99906\n5635,1647017260,47.74311,8.99906\n5636,1647017261,47.74311,8.99905\n5637,1647017262,47.74310,8.99904\n5638,1647017263,47.74309,8.99904\n5639,1647017265,47.74309,8.99903\n5640,1647017266,47.74309,8.99903\n5641,1647017285,47.74307,8.99899\n5642,1647017287,47.74308,8.99898\n5643,1647017288,47.74309,8.99899\n5644,1647017289,47.74309,8.99899\n5645,1647017290,47.74310,8.99900\n5646,1647017291,47.74310,8.99900\n5647,1647017292,47.74310,8.99900\n5648,1647017293,47.74309,8.99900\n5649,1647017294,47.74309,8.99899\n5650,1647017295,47.74309,8.99899\n5651,1647017314,47.74307,8.99900\n5652,1647017315,47.74308,8.99901\n5653,1647017316,47.74308,8.99900\n5654,1647017317,47.74307,8.99900\n5655,1647017318,47.74307,8.99900\n5656,1647017319,47.74307,8.99901\n5657,1647017320,47.74307,8.99901\n5658,1647017321,47.74307,8.99901\n5659,1647017322,47.74307,8.99901\n5660,1647017323,47.74307,8.99900\n5661,1647017342,47.74313,8.99903\n5662,1647017343,47.74314,8.99904\n5663,1647017344,47.74313,8.99904\n5664,1647017345,47.74312,8.99904\n5665,1647017346,47.74312,8.99903\n5666,1647017347,47.74312,8.99903\n5667,1647017348,47.74312,8.99903\n5668,1647017349,47.74313,8.99904\n5669,1647017350,47.74313,8.99904\n5670,1647017351,47.74313,8.99904\n5671,1647017370,47.74312,8.99905\n5672,1647017371,47.74299,8.99894\n5673,1647017372,47.74300,8.99896\n5674,1647017373,47.74301,8.99897\n5675,1647017374,47.74302,8.99897\n5676,1647017375,47.74302,8.99898\n5677,1647017376,47.74302,8.99899\n5678,1647017377,47.74303,8.99899\n5679,1647017379,47.74304,8.99899\n5680,1647017380,47.74305,8.99899\n5681,1647017398,47.74312,8.99911\n5682,1647017399,47.74303,8.99901\n5683,1647017401,47.74300,8.99897\n5684,1647017402,47.74299,8.99897\n5685,1647017403,47.74300,8.99896\n5686,1647017404,47.74300,8.99897\n5687,1647017405,47.74301,8.99897\n5688,1647017406,47.74301,8.99897\n5689,1647017407,47.74301,8.99897\n5690,1647017408,47.74302,8.99897\n5691,1647017426,47.74310,8.99904\n5692,1647017427,47.74303,8.99897\n5693,1647017428,47.74304,8.99897\n5694,1647017429,47.74305,8.99898\n5695,1647017430,47.74305,8.99899\n5696,1647017431,47.74306,8.99900\n5697,1647017432,47.74308,8.99902\n5698,1647017433,47.74308,8.99903\n5699,1647017434,47.74309,8.99904\n5700,1647017435,47.74309,8.99905\n5701,1647017453,47.74327,8.99922\n5702,1647017454,47.74308,8.99908\n5703,1647017455,47.74308,8.99907\n5704,1647017456,47.74308,8.99907\n5705,1647017457,47.74309,8.99906\n5706,1647017458,47.74309,8.99907\n5707,1647017459,47.74309,8.99907\n5708,1647017460,47.74309,8.99907\n5709,1647017461,47.74310,8.99906\n5710,1647017463,47.74310,8.99906\n5711,1647017481,47.74309,8.99901\n5712,1647017482,47.74311,8.99903\n5713,1647017483,47.74310,8.99902\n5714,1647017484,47.74309,8.99902\n5715,1647017485,47.74309,8.99903\n5716,1647017486,47.74309,8.99904\n5717,1647017487,47.74309,8.99904\n5718,1647017488,47.74309,8.99904\n5719,1647017489,47.74308,8.99904\n5720,1647017490,47.74308,8.99904\n5721,1647017508,47.74305,8.99899\n5722,1647017509,47.74305,8.99902\n5723,1647017510,47.74305,8.99903\n5724,1647017511,47.74305,8.99903\n5725,1647017512,47.74305,8.99904\n5726,1647017513,47.74305,8.99905\n5727,1647017514,47.74305,8.99905\n5728,1647017515,47.74305,8.99904\n5729,1647017516,47.74305,8.99904\n5730,1647017517,47.74305,8.99904\n5731,1647017536,47.74281,8.99935\n5732,1647017537,47.74301,8.99895\n5733,1647017538,47.74301,8.99895\n5734,1647017539,47.74302,8.99896\n5735,1647017540,47.74302,8.99897\n5736,1647017541,47.74302,8.99898\n5737,1647017542,47.74302,8.99898\n5738,1647017543,47.74302,8.99898\n5739,1647017544,47.74302,8.99898\n5740,1647017545,47.74305,8.99899\n5741,1647017564,47.74306,8.99909\n5742,1647017565,47.74308,8.99909\n5743,1647017573,47.74317,8.99910\n5744,1647017574,47.74317,8.99910\n5745,1647017575,47.74317,8.99909\n5746,1647017577,47.74317,8.99909\n5747,1647017578,47.74317,8.99910\n5748,1647017579,47.74317,8.99910\n5749,1647017580,47.74317,8.99910\n5750,1647017581,47.74316,8.99909\n5751,1647017600,47.74296,8.99893\n5752,1647017606,47.74307,8.99902\n5753,1647017607,47.74306,8.99901\n5754,1647017608,47.74306,8.99901\n5755,1647017609,47.74306,8.99901\n5756,1647017610,47.74306,8.99901\n5757,1647017611,47.74305,8.99901\n5758,1647017612,47.74305,8.99901\n5759,1647017613,47.74305,8.99901\n5760,1647017614,47.74304,8.99900\n5761,1647017634,47.74296,8.99894\n5762,1647017635,47.74297,8.99894\n5763,1647017636,47.74297,8.99894\n5764,1647017637,47.74297,8.99894\n5765,1647017638,47.74298,8.99894\n5766,1647017639,47.74298,8.99894\n5767,1647017640,47.74298,8.99894\n5768,1647017641,47.74299,8.99894\n5769,1647017643,47.74299,8.99894\n5770,1647017644,47.74299,8.99893\n5771,1647017662,47.74300,8.99900\n5772,1647017663,47.74299,8.99898\n5773,1647017665,47.74298,8.99897\n5774,1647017666,47.74299,8.99897\n5775,1647017667,47.74299,8.99896\n5776,1647017668,47.74299,8.99896\n5777,1647017669,47.74299,8.99896\n5778,1647017670,47.74299,8.99896\n5779,1647017671,47.74299,8.99896\n5780,1647017672,47.74300,8.99896\n5781,1647017690,47.74315,8.99908\n5782,1647017692,47.74308,8.99901\n5783,1647017693,47.74308,8.99900\n5784,1647017694,47.74307,8.99899\n5785,1647017695,47.74307,8.99899\n5786,1647017696,47.74307,8.99899\n5787,1647017697,47.74307,8.99899\n5788,1647017698,47.74307,8.99899\n5789,1647017699,47.74307,8.99899\n5790,1647017700,47.74307,8.99899\n5791,1647017718,47.74300,8.99900\n5792,1647017719,47.74301,8.99899\n5793,1647017720,47.74302,8.99898\n5794,1647017721,47.74302,8.99898\n5795,1647017722,47.74303,8.99898\n5796,1647017723,47.74304,8.99897\n5797,1647017724,47.74304,8.99897\n5798,1647017725,47.74304,8.99897\n5799,1647017726,47.74304,8.99898\n5800,1647017727,47.74304,8.99898\n5801,1647017746,47.74308,8.99905\n5802,1647017747,47.74307,8.99903\n5803,1647017748,47.74306,8.99903\n5804,1647017749,47.74305,8.99903\n5805,1647017750,47.74305,8.99902\n5806,1647017751,47.74304,8.99901\n5807,1647017752,47.74304,8.99901\n5808,1647017753,47.74304,8.99900\n5809,1647017754,47.74304,8.99900\n5810,1647017755,47.74304,8.99898\n5811,1647017774,47.74306,8.99894\n5812,1647017775,47.74305,8.99895\n5813,1647017776,47.74305,8.99897\n5814,1647017777,47.74305,8.99897\n5815,1647017778,47.74305,8.99898\n5816,1647017779,47.74305,8.99899\n5817,1647017780,47.74305,8.99899\n5818,1647017781,47.74305,8.99900\n5819,1647017782,47.74304,8.99900\n5820,1647017783,47.74304,8.99900\n5821,1647017802,47.74336,8.99906\n5822,1647017803,47.74310,8.99892\n5823,1647017804,47.74311,8.99895\n5824,1647017805,47.74310,8.99896\n5825,1647017806,47.74310,8.99897\n5826,1647017807,47.74310,8.99900\n5827,1647017808,47.74310,8.99900\n5828,1647017809,47.74310,8.99901\n5829,1647017811,47.74310,8.99902\n5830,1647017812,47.74309,8.99901\n5831,1647017830,47.74299,8.99898\n5832,1647017831,47.74299,8.99898\n5833,1647017833,47.74299,8.99898\n5834,1647017834,47.74300,8.99898\n5835,1647017835,47.74301,8.99899\n5836,1647017836,47.74302,8.99899\n5837,1647017837,47.74303,8.99900\n5838,1647017838,47.74303,8.99900\n5839,1647017839,47.74303,8.99900\n5840,1647017840,47.74303,8.99900\n5841,1647017858,47.74271,8.99869\n5842,1647017859,47.74299,8.99890\n5843,1647017860,47.74299,8.99890\n5844,1647017861,47.74299,8.99891\n5845,1647017862,47.74299,8.99892\n5846,1647017863,47.74299,8.99892\n5847,1647017864,47.74300,8.99894\n5848,1647017865,47.74301,8.99895\n5849,1647017866,47.74301,8.99896\n5850,1647017867,47.74301,8.99896\n5851,1647017885,47.74301,8.99905\n5852,1647017886,47.74301,8.99904\n5853,1647017887,47.74301,8.99903\n5854,1647017888,47.74301,8.99901\n5855,1647017889,47.74302,8.99901\n5856,1647017890,47.74302,8.99901\n5857,1647017891,47.74303,8.99902\n5858,1647017892,47.74303,8.99902\n5859,1647017893,47.74303,8.99901\n5860,1647017895,47.74303,8.99901\n5861,1647017913,47.74304,8.99906\n5862,1647017914,47.74304,8.99905\n5863,1647017915,47.74305,8.99904\n5864,1647017916,47.74305,8.99904\n5865,1647017917,47.74306,8.99904\n5866,1647017918,47.74306,8.99904\n5867,1647017919,47.74306,8.99904\n5868,1647017920,47.74306,8.99904\n5869,1647017921,47.74305,8.99904\n5870,1647017922,47.74305,8.99904\n5871,1647017940,47.74303,8.99898\n5872,1647017941,47.74302,8.99898\n5873,1647017942,47.74303,8.99899\n5874,1647017943,47.74303,8.99899\n5875,1647017944,47.74303,8.99899\n5876,1647017945,47.74304,8.99899\n5877,1647017946,47.74303,8.99899\n5878,1647017947,47.74304,8.99898\n5879,1647017949,47.74303,8.99898\n5880,1647017950,47.74304,8.99898\n5881,1647017968,47.74300,8.99901\n5882,1647017969,47.74301,8.99902\n5883,1647017971,47.74301,8.99901\n5884,1647017972,47.74302,8.99901\n5885,1647017973,47.74302,8.99901\n5886,1647017974,47.74302,8.99901\n5887,1647017975,47.74302,8.99901\n5888,1647017976,47.74302,8.99901\n5889,1647017977,47.74302,8.99901\n5890,1647017978,47.74302,8.99901\n5891,1647017996,47.74308,8.99903\n5892,1647017997,47.74308,8.99904\n5893,1647017998,47.74307,8.99903\n5894,1647017999,47.74306,8.99904\n5895,1647018000,47.74306,8.99904\n5896,1647018001,47.74306,8.99904\n5897,1647018002,47.74305,8.99904\n5898,1647018003,47.74305,8.99903\n5899,1647018004,47.74305,8.99903\n5900,1647018005,47.74305,8.99903\n5901,1647018023,47.74305,8.99898\n5902,1647018024,47.74305,8.99899\n5903,1647018025,47.74306,8.99899\n5904,1647018026,47.74305,8.99899\n5905,1647018027,47.74305,8.99900\n5906,1647018028,47.74305,8.99900\n5907,1647018029,47.74304,8.99900\n5908,1647018030,47.74305,8.99900\n5909,1647018031,47.74305,8.99900\n5910,1647018033,47.74305,8.99900\n5911,1647018053,47.74311,8.99912\n5912,1647018054,47.74310,8.99910\n5913,1647018055,47.74310,8.99909\n5914,1647018056,47.74309,8.99908\n5915,1647018057,47.74308,8.99906\n5916,1647018058,47.74308,8.99905\n5917,1647018059,47.74307,8.99904\n5918,1647018060,47.74307,8.99903\n5919,1647018061,47.74307,8.99902\n5920,1647018063,47.74307,8.99902\n5921,1647018081,47.74301,8.99899\n5922,1647018082,47.74302,8.99901\n5923,1647018083,47.74303,8.99902\n5924,1647018084,47.74303,8.99902\n5925,1647018085,47.74304,8.99903\n5926,1647018086,47.74304,8.99903\n5927,1647018087,47.74304,8.99904\n5928,1647018088,47.74304,8.99904\n5929,1647018089,47.74304,8.99904\n5930,1647018090,47.74303,8.99904\n5931,1647018108,47.74297,8.99908\n5932,1647018109,47.74296,8.99908\n5933,1647018110,47.74297,8.99906\n5934,1647018111,47.74297,8.99906\n5935,1647018112,47.74298,8.99906\n5936,1647018113,47.74298,8.99906\n5937,1647018114,47.74299,8.99905\n5938,1647018115,47.74300,8.99905\n5939,1647018116,47.74300,8.99905\n5940,1647018117,47.74301,8.99905\n5941,1647018136,47.74300,8.99895\n5942,1647018137,47.74299,8.99896\n5943,1647018138,47.74300,8.99896\n5944,1647018139,47.74300,8.99897\n5945,1647018140,47.74300,8.99897\n5946,1647018141,47.74300,8.99897\n5947,1647018142,47.74300,8.99898\n5948,1647018143,47.74300,8.99898\n5949,1647018144,47.74301,8.99898\n5950,1647018145,47.74301,8.99897\n5951,1647018164,47.74303,8.99903\n5952,1647018165,47.74305,8.99900\n5953,1647018166,47.74304,8.99901\n5954,1647018167,47.74305,8.99901\n5955,1647018168,47.74305,8.99901\n5956,1647018169,47.74306,8.99900\n5957,1647018170,47.74306,8.99900\n5958,1647018171,47.74306,8.99900\n5959,1647018172,47.74306,8.99900\n5960,1647018173,47.74306,8.99900\n5961,1647018192,47.74301,8.99898\n5962,1647018193,47.74302,8.99896\n5963,1647018194,47.74302,8.99896\n5964,1647018195,47.74302,8.99895\n5965,1647018196,47.74302,8.99895\n5966,1647018197,47.74302,8.99895\n5967,1647018198,47.74302,8.99895\n5968,1647018199,47.74302,8.99895\n5969,1647018200,47.74303,8.99896\n5970,1647018202,47.74303,8.99897\n5971,1647018220,47.74300,8.99890\n5972,1647018221,47.74302,8.99893\n5973,1647018222,47.74303,8.99895\n5974,1647018223,47.74302,8.99896\n5975,1647018224,47.74303,8.99897\n5976,1647018225,47.74303,8.99898\n5977,1647018226,47.74303,8.99898\n5978,1647018227,47.74304,8.99898\n5979,1647018228,47.74304,8.99898\n5980,1647018229,47.74304,8.99898\n5981,1647018247,47.74300,8.99888\n5982,1647018248,47.74301,8.99888\n5983,1647018249,47.74302,8.99890\n5984,1647018250,47.74302,8.99890\n5985,1647018251,47.74302,8.99891\n5986,1647018252,47.74302,8.99892\n5987,1647018253,47.74302,8.99892\n5988,1647018254,47.74303,8.99893\n5989,1647018255,47.74303,8.99894\n5990,1647018256,47.74304,8.99894\n5991,1647018275,47.74296,8.99896\n5992,1647018276,47.74302,8.99897\n5993,1647018277,47.74301,8.99897\n5994,1647018278,47.74302,8.99899\n5995,1647018279,47.74301,8.99899\n5996,1647018280,47.74301,8.99900\n5997,1647018281,47.74302,8.99900\n5998,1647018282,47.74302,8.99901\n5999,1647018283,47.74302,8.99900\n6000,1647018285,47.74302,8.99900\n6001,1647018303,47.74310,8.99904\n6002,1647018304,47.74308,8.99902\n6003,1647018305,47.74307,8.99901\n6004,1647018306,47.74307,8.99901\n6005,1647018307,47.74307,8.99901\n6006,1647018308,47.74306,8.99899\n6007,1647018309,47.74306,8.99898\n6008,1647018310,47.74305,8.99898\n6009,1647018311,47.74305,8.99898\n6010,1647018312,47.74305,8.99898\n6011,1647018330,47.74307,8.99906\n6012,1647018331,47.74307,8.99906\n6013,1647018332,47.74307,8.99905\n6014,1647018333,47.74307,8.99905\n6015,1647018334,47.74306,8.99904\n6016,1647018335,47.74306,8.99904\n6017,1647018336,47.74305,8.99904\n6018,1647018337,47.74305,8.99902\n6019,1647018339,47.74304,8.99902\n6020,1647018340,47.74304,8.99902\n6021,1647018358,47.74305,8.99899\n6022,1647018359,47.74305,8.99900\n6023,1647018361,47.74306,8.99900\n6024,1647018362,47.74306,8.99900\n6025,1647018363,47.74306,8.99900\n6026,1647018364,47.74305,8.99900\n6027,1647018365,47.74305,8.99900\n6028,1647018366,47.74305,8.99900\n6029,1647018367,47.74305,8.99900\n6030,1647018368,47.74304,8.99900\n6031,1647018386,47.74307,8.99902\n6032,1647018387,47.74307,8.99901\n6033,1647018388,47.74307,8.99901\n6034,1647018389,47.74307,8.99900\n6035,1647018390,47.74306,8.99900\n6036,1647018391,47.74306,8.99899\n6037,1647018392,47.74305,8.99899\n6038,1647018393,47.74305,8.99899\n6039,1647018394,47.74305,8.99899\n6040,1647018395,47.74305,8.99899\n6041,1647018413,47.74299,8.99907\n6042,1647018414,47.74304,8.99902\n6043,1647018415,47.74304,8.99902\n6044,1647018416,47.74305,8.99900\n6045,1647018417,47.74305,8.99901\n6046,1647018418,47.74305,8.99902\n6047,1647018419,47.74305,8.99902\n6048,1647018420,47.74305,8.99902\n6049,1647018421,47.74306,8.99902\n6050,1647018423,47.74306,8.99902\n6051,1647018441,47.74321,8.99911\n6052,1647018442,47.74310,8.99904\n6053,1647018443,47.74309,8.99904\n6054,1647018444,47.74308,8.99903\n6055,1647018445,47.74307,8.99902\n6056,1647018446,47.74307,8.99901\n6057,1647018447,47.74306,8.99901\n6058,1647018448,47.74306,8.99901\n6059,1647018449,47.74305,8.99901\n6060,1647018450,47.74305,8.99901\n6061,1647018468,47.74280,8.99883\n6062,1647018469,47.74299,8.99892\n6063,1647018470,47.74300,8.99893\n6064,1647018471,47.74301,8.99894\n6065,1647018472,47.74301,8.99894\n6066,1647018473,47.74301,8.99895\n6067,1647018474,47.74302,8.99895\n6068,1647018475,47.74303,8.99897\n6069,1647018477,47.74303,8.99897\n6070,1647018478,47.74303,8.99897\n6071,1647018496,47.74312,8.99898\n6072,1647018497,47.74311,8.99897\n6073,1647018499,47.74310,8.99896\n6074,1647018500,47.74308,8.99895\n6075,1647018501,47.74308,8.99895\n6076,1647018502,47.74307,8.99896\n6077,1647018503,47.74307,8.99896\n6078,1647018504,47.74306,8.99896\n6079,1647018505,47.74306,8.99896\n6080,1647018506,47.74305,8.99896\n6081,1647018524,47.74293,8.99895\n6082,1647018525,47.74295,8.99896\n6083,1647018526,47.74296,8.99895\n6084,1647018527,47.74298,8.99895\n6085,1647018528,47.74299,8.99895\n6086,1647018529,47.74301,8.99895\n6087,1647018530,47.74302,8.99896\n6088,1647018531,47.74302,8.99896\n6089,1647018532,47.74303,8.99896\n6090,1647018533,47.74303,8.99896\n6091,1647018551,47.74302,8.99896\n6092,1647018552,47.74303,8.99896\n6093,1647018553,47.74303,8.99896\n6094,1647018554,47.74303,8.99896\n6095,1647018555,47.74303,8.99896\n6096,1647018556,47.74303,8.99896\n6097,1647018557,47.74303,8.99895\n6098,1647018558,47.74302,8.99895\n6099,1647018559,47.74303,8.99896\n6100,1647018561,47.74303,8.99896\n6101,1647018579,47.74303,8.99899\n6102,1647018580,47.74303,8.99899\n6103,1647018581,47.74304,8.99898\n6104,1647018582,47.74303,8.99898\n6105,1647018583,47.74304,8.99898\n6106,1647018584,47.74303,8.99898\n6107,1647018585,47.74303,8.99899\n6108,1647018586,47.74303,8.99898\n6109,1647018587,47.74304,8.99898\n6110,1647018588,47.74304,8.99898\n6111,1647018606,47.74312,8.99898\n6112,1647018607,47.74311,8.99898\n6113,1647018608,47.74311,8.99898\n6114,1647018609,47.74310,8.99899\n6115,1647018610,47.74310,8.99900\n6116,1647018611,47.74311,8.99900\n6117,1647018612,47.74310,8.99901\n6118,1647018613,47.74310,8.99900\n6119,1647018615,47.74309,8.99900\n6120,1647018616,47.74309,8.99900\n6121,1647018634,47.74307,8.99892\n6122,1647018635,47.74306,8.99894\n6123,1647018636,47.74307,8.99896\n6124,1647018637,47.74307,8.99897\n6125,1647018638,47.74307,8.99899\n6126,1647018639,47.74307,8.99900\n6127,1647018640,47.74307,8.99900\n6128,1647018641,47.74307,8.99900\n6129,1647018642,47.74307,8.99900\n6130,1647018643,47.74307,8.99900\n6131,1647018661,47.74311,8.99894\n6132,1647018662,47.74309,8.99895\n6133,1647018663,47.74308,8.99896\n6134,1647018664,47.74307,8.99896\n6135,1647018665,47.74306,8.99897\n6136,1647018666,47.74305,8.99897\n6137,1647018667,47.74304,8.99898\n6138,1647018668,47.74303,8.99899\n6139,1647018669,47.74303,8.99899\n6140,1647018670,47.74302,8.99899\n6141,1647018689,47.74307,8.99895\n6142,1647018690,47.74306,8.99896\n6143,1647018691,47.74306,8.99896\n6144,1647018692,47.74306,8.99897\n6145,1647018693,47.74306,8.99897\n6146,1647018694,47.74305,8.99898\n6147,1647018695,47.74305,8.99898\n6148,1647018696,47.74305,8.99898\n6149,1647018697,47.74304,8.99899\n6150,1647018699,47.74304,8.99899\n6151,1647018717,47.74314,8.99905\n6152,1647018718,47.74308,8.99900\n6153,1647018719,47.74309,8.99900\n6154,1647018720,47.74309,8.99900\n6155,1647018721,47.74308,8.99901\n6156,1647018722,47.74309,8.99901\n6157,1647018723,47.74309,8.99901\n6158,1647018724,47.74309,8.99901\n6159,1647018725,47.74310,8.99901\n6160,1647018726,47.74310,8.99901\n6161,1647018744,47.74299,8.99897\n6162,1647018745,47.74302,8.99893\n6163,1647018746,47.74304,8.99895\n6164,1647018747,47.74304,8.99896\n6165,1647018748,47.74304,8.99897\n6166,1647018749,47.74304,8.99897\n6167,1647018750,47.74304,8.99897\n6168,1647018751,47.74304,8.99897\n6169,1647018752,47.74304,8.99897\n6170,1647018753,47.74304,8.99896\n6171,1647018772,47.74310,8.99898\n6172,1647018773,47.74309,8.99899\n6173,1647018774,47.74309,8.99899\n6174,1647018775,47.74308,8.99899\n6175,1647018776,47.74308,8.99898\n6176,1647018777,47.74307,8.99898\n6177,1647018778,47.74307,8.99898\n6178,1647018779,47.74307,8.99898\n6179,1647018780,47.74307,8.99898\n6180,1647018781,47.74306,8.99898\n6181,1647018799,47.74307,8.99902\n6182,1647018800,47.74307,8.99900\n6183,1647018801,47.74307,8.99900\n6184,1647018802,47.74307,8.99900\n6185,1647018803,47.74307,8.99900\n6186,1647018804,47.74307,8.99901\n6187,1647018805,47.74307,8.99901\n6188,1647018806,47.74307,8.99901\n6189,1647018807,47.74307,8.99902\n6190,1647018808,47.74307,8.99902\n6191,1647018827,47.74301,8.99891\n6192,1647018828,47.74297,8.99899\n6193,1647018829,47.74297,8.99901\n6194,1647018830,47.74298,8.99901\n6195,1647018831,47.74298,8.99900\n6196,1647018832,47.74299,8.99900\n6197,1647018833,47.74300,8.99900\n6198,1647018834,47.74300,8.99900\n6199,1647018835,47.74302,8.99898\n6200,1647018837,47.74302,8.99898\n6201,1647018855,47.74313,8.99895\n6202,1647018856,47.74311,8.99897\n6203,1647018857,47.74310,8.99898\n6204,1647018858,47.74309,8.99898\n6205,1647018859,47.74308,8.99899\n6206,1647018860,47.74308,8.99899\n6207,1647018861,47.74307,8.99900\n6208,1647018862,47.74307,8.99900\n6209,1647018863,47.74307,8.99901\n6210,1647018864,47.74306,8.99901\n6211,1647018882,47.74308,8.99897\n6212,1647018883,47.74308,8.99899\n6213,1647018884,47.74308,8.99900\n6214,1647018885,47.74308,8.99901\n6215,1647018886,47.74308,8.99901\n6216,1647018887,47.74309,8.99902\n6217,1647018888,47.74308,8.99902\n6218,1647018889,47.74309,8.99902\n6219,1647018891,47.74309,8.99902\n6220,1647018892,47.74309,8.99902\n6221,1647018910,47.74304,8.99913\n6222,1647018911,47.74304,8.99912\n6223,1647018912,47.74305,8.99911\n6224,1647018913,47.74305,8.99910\n6225,1647018914,47.74305,8.99909\n6226,1647018915,47.74305,8.99909\n6227,1647018916,47.74305,8.99909\n6228,1647018917,47.74305,8.99908\n6229,1647018918,47.74305,8.99907\n6230,1647018919,47.74306,8.99906\n6231,1647018938,47.74308,8.99896\n6232,1647018939,47.74306,8.99896\n6233,1647018940,47.74305,8.99897\n6234,1647018941,47.74305,8.99898\n6235,1647018942,47.74305,8.99899\n6236,1647018943,47.74305,8.99899\n6237,1647018944,47.74305,8.99899\n6238,1647018945,47.74304,8.99899\n6239,1647018946,47.74304,8.99899\n6240,1647018947,47.74304,8.99899\n6241,1647018967,47.74313,8.99908\n6242,1647018968,47.74313,8.99908\n6243,1647018969,47.74312,8.99907\n6244,1647018970,47.74312,8.99907\n6245,1647018971,47.74312,8.99907\n6246,1647018972,47.74312,8.99907\n6247,1647018973,47.74305,8.99904\n6248,1647018975,47.74305,8.99904\n6249,1647018976,47.74306,8.99904\n6250,1647018977,47.74306,8.99903\n6251,1647018995,47.74310,8.99905\n6252,1647018996,47.74309,8.99905\n6253,1647018997,47.74303,8.99900\n6254,1647018998,47.74304,8.99900\n6255,1647018999,47.74306,8.99902\n6256,1647019000,47.74307,8.99903\n6257,1647019001,47.74308,8.99904\n6258,1647019002,47.74309,8.99904\n6259,1647019003,47.74307,8.99903\n6260,1647019005,47.74307,8.99904\n6261,1647019026,47.74303,8.99893\n6262,1647019027,47.74300,8.99891\n6263,1647019028,47.74300,8.99890\n6264,1647019029,47.74301,8.99890\n6265,1647019030,47.74300,8.99890\n6266,1647019031,47.74300,8.99890\n6267,1647019032,47.74299,8.99890\n6268,1647019033,47.74311,8.99895\n6269,1647019035,47.74311,8.99895\n6270,1647019036,47.74311,8.99895\n6271,1647019063,47.74316,8.99906\n6272,1647019065,47.74315,8.99905\n6273,1647019066,47.74315,8.99905\n6274,1647019067,47.74315,8.99905\n6275,1647019068,47.74315,8.99905\n6276,1647019069,47.74315,8.99906\n6277,1647019070,47.74314,8.99906\n6278,1647019071,47.74314,8.99906\n6279,1647019072,47.74314,8.99906\n6280,1647019073,47.74314,8.99906\n6281,1647019091,47.74317,8.99910\n6282,1647019092,47.74312,8.99901\n6283,1647019094,47.74312,8.99902\n6284,1647019095,47.74313,8.99902\n6285,1647019096,47.74313,8.99903\n6286,1647019097,47.74314,8.99903\n6287,1647019098,47.74315,8.99903\n6288,1647019099,47.74315,8.99903\n6289,1647019100,47.74315,8.99903\n6290,1647019101,47.74315,8.99903\n6291,1647019119,47.74302,8.99884\n6292,1647019120,47.74303,8.99897\n6293,1647019121,47.74303,8.99899\n6294,1647019122,47.74303,8.99899\n6295,1647019123,47.74304,8.99899\n6296,1647019124,47.74304,8.99899\n6297,1647019125,47.74304,8.99900\n6298,1647019126,47.74304,8.99900\n6299,1647019127,47.74304,8.99901\n6300,1647019128,47.74304,8.99900\n6301,1647019146,47.74297,8.99907\n6302,1647019147,47.74301,8.99898\n6303,1647019148,47.74302,8.99898\n6304,1647019149,47.74302,8.99897\n6305,1647019150,47.74303,8.99897\n6306,1647019151,47.74303,8.99898\n6307,1647019152,47.74302,8.99899\n6308,1647019153,47.74307,8.99897\n6309,1647019155,47.74307,8.99896\n6310,1647019156,47.74307,8.99896\n6311,1647019174,47.74304,8.99890\n6312,1647019175,47.74305,8.99892\n6313,1647019177,47.74306,8.99894\n6314,1647019178,47.74306,8.99894\n6315,1647019179,47.74306,8.99895\n6316,1647019180,47.74306,8.99895\n6317,1647019181,47.74306,8.99895\n6318,1647019182,47.74306,8.99896\n6319,1647019183,47.74306,8.99896\n6320,1647019184,47.74306,8.99897\n6321,1647019202,47.74297,8.99898\n6322,1647019203,47.74305,8.99902\n6323,1647019204,47.74305,8.99902\n6324,1647019205,47.74305,8.99902\n6325,1647019206,47.74305,8.99901\n6326,1647019207,47.74306,8.99900\n6327,1647019208,47.74307,8.99899\n6328,1647019209,47.74308,8.99899\n6329,1647019210,47.74308,8.99899\n6330,1647019211,47.74308,8.99899\n6331,1647019229,47.74300,8.99907\n6332,1647019230,47.74302,8.99907\n6333,1647019231,47.74304,8.99906\n6334,1647019232,47.74304,8.99906\n6335,1647019233,47.74305,8.99905\n6336,1647019234,47.74305,8.99904\n6337,1647019235,47.74305,8.99904\n6338,1647019236,47.74305,8.99902\n6339,1647019237,47.74306,8.99901\n6340,1647019239,47.74306,8.99901\n6341,1647019257,47.74307,8.99893\n6342,1647019258,47.74305,8.99891\n6343,1647019259,47.74305,8.99891\n6344,1647019260,47.74305,8.99890\n6345,1647019261,47.74305,8.99890\n6346,1647019262,47.74306,8.99889\n6347,1647019263,47.74306,8.99889\n6348,1647019264,47.74307,8.99888\n6349,1647019265,47.74307,8.99888\n6350,1647019266,47.74307,8.99888\n6351,1647019284,47.74303,8.99900\n6352,1647019285,47.74304,8.99900\n6353,1647019286,47.74305,8.99899\n6354,1647019287,47.74306,8.99899\n6355,1647019288,47.74305,8.99898\n6356,1647019289,47.74305,8.99898\n6357,1647019290,47.74306,8.99897\n6358,1647019291,47.74306,8.99896\n6359,1647019293,47.74307,8.99896\n6360,1647019294,47.74307,8.99895\n6361,1647019312,47.74303,8.99895\n6362,1647019313,47.74302,8.99895\n6363,1647019315,47.74302,8.99896\n6364,1647019316,47.74302,8.99896\n6365,1647019317,47.74303,8.99897\n6366,1647019318,47.74303,8.99897\n6367,1647019319,47.74303,8.99898\n6368,1647019320,47.74303,8.99898\n6369,1647019321,47.74303,8.99898\n6370,1647019322,47.74303,8.99897\n6371,1647019340,47.74300,8.99899\n6372,1647019341,47.74300,8.99899\n6373,1647019342,47.74301,8.99899\n6374,1647019343,47.74302,8.99899\n6375,1647019344,47.74303,8.99898\n6376,1647019345,47.74303,8.99898\n6377,1647019346,47.74303,8.99898\n6378,1647019347,47.74303,8.99898\n6379,1647019348,47.74303,8.99898\n6380,1647019349,47.74303,8.99898\n6381,1647019367,47.74307,8.99902\n6382,1647019368,47.74306,8.99900\n6383,1647019369,47.74305,8.99899\n6384,1647019370,47.74305,8.99898\n6385,1647019371,47.74305,8.99899\n6386,1647019372,47.74305,8.99899\n6387,1647019373,47.74305,8.99900\n6388,1647019374,47.74305,8.99899\n6389,1647019375,47.74305,8.99899\n6390,1647019377,47.74306,8.99899\n6391,1647019395,47.74299,8.99901\n6392,1647019396,47.74300,8.99901\n6393,1647019397,47.74301,8.99901\n6394,1647019398,47.74301,8.99902\n6395,1647019399,47.74302,8.99902\n6396,1647019400,47.74302,8.99902\n6397,1647019401,47.74303,8.99902\n6398,1647019402,47.74303,8.99902\n6399,1647019403,47.74303,8.99902\n6400,1647019404,47.74304,8.99902\n6401,1647019423,47.74308,8.99896\n6402,1647019424,47.74308,8.99896\n6403,1647019425,47.74308,8.99896\n6404,1647019426,47.74308,8.99895\n6405,1647019427,47.74309,8.99894\n6406,1647019428,47.74309,8.99894\n6407,1647019429,47.74310,8.99892\n6408,1647019431,47.74310,8.99892\n6409,1647019432,47.74310,8.99892\n6410,1647019433,47.74310,8.99891\n6411,1647019451,47.74301,8.99908\n6412,1647019452,47.74302,8.99906\n6413,1647019454,47.74303,8.99906\n6414,1647019455,47.74303,8.99905\n6415,1647019456,47.74303,8.99904\n6416,1647019457,47.74303,8.99904\n6417,1647019458,47.74303,8.99904\n6418,1647019459,47.74303,8.99903\n6419,1647019460,47.74303,8.99903\n6420,1647019461,47.74303,8.99903\n6421,1647019479,47.74299,8.99898\n6422,1647019480,47.74299,8.99898\n6423,1647019481,47.74299,8.99898\n6424,1647019482,47.74300,8.99897\n6425,1647019483,47.74301,8.99898\n6426,1647019484,47.74301,8.99898\n6427,1647019485,47.74301,8.99898\n6428,1647019486,47.74301,8.99898\n6429,1647019487,47.74301,8.99898\n6430,1647019488,47.74301,8.99898\n6431,1647019506,47.74303,8.99898\n6432,1647019507,47.74305,8.99896\n6433,1647019508,47.74305,8.99895\n6434,1647019509,47.74304,8.99895\n6435,1647019510,47.74304,8.99895\n6436,1647019511,47.74304,8.99895\n6437,1647019512,47.74304,8.99896\n6438,1647019513,47.74303,8.99897\n6439,1647019515,47.74303,8.99898\n6440,1647019516,47.74303,8.99898\n6441,1647019534,47.74306,8.99890\n6442,1647019535,47.74307,8.99891\n6443,1647019536,47.74306,8.99893\n6444,1647019537,47.74306,8.99893\n6445,1647019538,47.74305,8.99894\n6446,1647019539,47.74305,8.99894\n6447,1647019540,47.74304,8.99895\n6448,1647019541,47.74304,8.99895\n6449,1647019542,47.74305,8.99895\n6450,1647019543,47.74302,8.99897\n6451,1647019562,47.74281,8.99885\n6452,1647019563,47.74304,8.99897\n6453,1647019564,47.74305,8.99897\n6454,1647019565,47.74305,8.99896\n6455,1647019566,47.74305,8.99896\n6456,1647019567,47.74305,8.99895\n6457,1647019568,47.74306,8.99896\n6458,1647019569,47.74306,8.99896\n6459,1647019570,47.74306,8.99896\n6460,1647019571,47.74306,8.99896\n6461,1647019589,47.74308,8.99889\n6462,1647019590,47.74310,8.99889\n6463,1647019591,47.74309,8.99890\n6464,1647019592,47.74309,8.99892\n6465,1647019593,47.74308,8.99893\n6466,1647019594,47.74309,8.99894\n6467,1647019595,47.74309,8.99895\n6468,1647019596,47.74308,8.99896\n6469,1647019597,47.74306,8.99898\n6470,1647019599,47.74306,8.99898\n6471,1647019617,47.74308,8.99906\n6472,1647019618,47.74307,8.99901\n6473,1647019619,47.74308,8.99901\n6474,1647019620,47.74308,8.99900\n6475,1647019621,47.74308,8.99900\n6476,1647019622,47.74309,8.99900\n6477,1647019623,47.74309,8.99899\n6478,1647019624,47.74309,8.99898\n6479,1647019625,47.74309,8.99898\n6480,1647019626,47.74309,8.99897\n6481,1647019645,47.74315,8.99891\n6482,1647019646,47.74314,8.99892\n6483,1647019647,47.74314,8.99891\n6484,1647019648,47.74314,8.99891\n6485,1647019649,47.74314,8.99891\n6486,1647019650,47.74314,8.99891\n6487,1647019651,47.74313,8.99891\n6488,1647019653,47.74313,8.99891\n6489,1647019654,47.74313,8.99891\n6490,1647019655,47.74313,8.99891\n6491,1647019673,47.74314,8.99891\n6492,1647019674,47.74314,8.99894\n6493,1647019676,47.74313,8.99896\n6494,1647019677,47.74312,8.99898\n6495,1647019678,47.74311,8.99899\n6496,1647019679,47.74310,8.99900\n6497,1647019680,47.74309,8.99901\n6498,1647019681,47.74309,8.99901\n6499,1647019682,47.74309,8.99901\n6500,1647019683,47.74308,8.99901\n6501,1647019701,47.74298,8.99914\n6502,1647019702,47.74299,8.99913\n6503,1647019703,47.74300,8.99912\n6504,1647019704,47.74300,8.99912\n6505,1647019705,47.74300,8.99910\n6506,1647019706,47.74300,8.99909\n6507,1647019707,47.74300,8.99908\n6508,1647019708,47.74301,8.99907\n6509,1647019709,47.74301,8.99907\n6510,1647019710,47.74301,8.99906\n6511,1647019728,47.74305,8.99902\n6512,1647019729,47.74305,8.99902\n6513,1647019730,47.74305,8.99902\n6514,1647019731,47.74305,8.99902\n6515,1647019732,47.74305,8.99903\n6516,1647019733,47.74305,8.99902\n6517,1647019734,47.74305,8.99901\n6518,1647019735,47.74304,8.99901\n6519,1647019736,47.74304,8.99901\n6520,1647019737,47.74305,8.99900\n6521,1647019756,47.74293,8.99893\n6522,1647019757,47.74302,8.99896\n6523,1647019758,47.74303,8.99897\n6524,1647019759,47.74303,8.99899\n6525,1647019760,47.74303,8.99899\n6526,1647019761,47.74302,8.99900\n6527,1647019762,47.74303,8.99900\n6528,1647019763,47.74302,8.99900\n6529,1647019764,47.74302,8.99900\n6530,1647019765,47.74303,8.99899\n6531,1647019783,47.74300,8.99913\n6532,1647019784,47.74303,8.99901\n6533,1647019785,47.74303,8.99901\n6534,1647019786,47.74302,8.99901\n6535,1647019787,47.74303,8.99901\n6536,1647019788,47.74304,8.99901\n6537,1647019789,47.74304,8.99902\n6538,1647019790,47.74304,8.99903\n6539,1647019791,47.74303,8.99903\n6540,1647019792,47.74303,8.99904\n6541,1647019811,47.74302,8.99906\n6542,1647019812,47.74303,8.99904\n6543,1647019813,47.74303,8.99904\n6544,1647019814,47.74303,8.99904\n6545,1647019815,47.74303,8.99904\n6546,1647019816,47.74304,8.99904\n6547,1647019817,47.74305,8.99903\n6548,1647019818,47.74305,8.99903\n6549,1647019819,47.74306,8.99902\n6550,1647019821,47.74306,8.99901\n6551,1647019840,47.74308,8.99901\n6552,1647019841,47.74306,8.99901\n6553,1647019842,47.74306,8.99901\n6554,1647019843,47.74306,8.99900\n6555,1647019844,47.74305,8.99900\n6556,1647019845,47.74305,8.99899\n6557,1647019846,47.74306,8.99899\n6558,1647019847,47.74306,8.99899\n6559,1647019848,47.74305,8.99899\n6560,1647019849,47.74305,8.99898\n6561,1647019868,47.74297,8.99916\n6562,1647019869,47.74303,8.99912\n6563,1647019870,47.74303,8.99912\n6564,1647019871,47.74304,8.99911\n6565,1647019872,47.74304,8.99910\n6566,1647019873,47.74305,8.99908\n6567,1647019874,47.74305,8.99907\n6568,1647019875,47.74306,8.99907\n6569,1647019876,47.74306,8.99906\n6570,1647019877,47.74305,8.99905\n6571,1647019897,47.74313,8.99902\n6572,1647019898,47.74312,8.99902\n6573,1647019899,47.74311,8.99902\n6574,1647019900,47.74311,8.99901\n6575,1647019901,47.74311,8.99901\n6576,1647019902,47.74311,8.99900\n6577,1647019903,47.74311,8.99900\n6578,1647019905,47.74311,8.99899\n6579,1647019906,47.74311,8.99899\n6580,1647019907,47.74311,8.99899\n6581,1647019925,47.74307,8.99894\n6582,1647019926,47.74308,8.99895\n6583,1647019928,47.74308,8.99897\n6584,1647019929,47.74307,8.99898\n6585,1647019930,47.74307,8.99899\n6586,1647019931,47.74307,8.99899\n6587,1647019932,47.74307,8.99898\n6588,1647019933,47.74307,8.99898\n6589,1647019934,47.74307,8.99898\n6590,1647019935,47.74307,8.99898\n6591,1647019953,47.74296,8.99916\n6592,1647019954,47.74296,8.99912\n6593,1647019955,47.74296,8.99912\n6594,1647019956,47.74296,8.99912\n6595,1647019957,47.74295,8.99912\n6596,1647019958,47.74295,8.99912\n6597,1647019959,47.74295,8.99913\n6598,1647019960,47.74295,8.99912\n6599,1647019961,47.74295,8.99912\n6600,1647019962,47.74296,8.99912\n6601,1647019980,47.74298,8.99920\n6602,1647019981,47.74294,8.99903\n6603,1647019982,47.74306,8.99902\n6604,1647019983,47.74307,8.99902\n6605,1647019984,47.74307,8.99902\n6606,1647019985,47.74306,8.99901\n6607,1647019986,47.74306,8.99901\n6608,1647019987,47.74306,8.99900\n6609,1647019988,47.74306,8.99900\n6610,1647019989,47.74305,8.99900\n6611,1647020008,47.74299,8.99888\n6612,1647020009,47.74298,8.99889\n6613,1647020010,47.74298,8.99890\n6614,1647020011,47.74300,8.99891\n6615,1647020012,47.74299,8.99892\n6616,1647020013,47.74299,8.99891\n6617,1647020014,47.74299,8.99891\n6618,1647020015,47.74299,8.99892\n6619,1647020016,47.74300,8.99893\n6620,1647020017,47.74300,8.99894\n6621,1647020035,47.74310,8.99903\n6622,1647020036,47.74310,8.99903\n6623,1647020037,47.74309,8.99903\n6624,1647020038,47.74309,8.99903\n6625,1647020039,47.74309,8.99903\n6626,1647020040,47.74309,8.99903\n6627,1647020041,47.74309,8.99903\n6628,1647020042,47.74309,8.99903\n6629,1647020043,47.74309,8.99903\n6630,1647020044,47.74309,8.99903\n6631,1647020063,47.74309,8.99901\n6632,1647020064,47.74303,8.99898\n6633,1647020065,47.74302,8.99898\n6634,1647020066,47.74302,8.99898\n6635,1647020067,47.74302,8.99898\n6636,1647020068,47.74303,8.99898\n6637,1647020069,47.74303,8.99898\n6638,1647020070,47.74303,8.99897\n6639,1647020071,47.74298,8.99900\n6640,1647020073,47.74298,8.99900\n6641,1647020092,47.74296,8.99900\n6642,1647020093,47.74297,8.99901\n6643,1647020094,47.74298,8.99901\n6644,1647020095,47.74298,8.99901\n6645,1647020096,47.74299,8.99900\n6646,1647020097,47.74299,8.99900\n6647,1647020098,47.74299,8.99900\n6648,1647020099,47.74299,8.99900\n6649,1647020100,47.74299,8.99901\n6650,1647020101,47.74300,8.99901\n6651,1647020119,47.74294,8.99890\n6652,1647020120,47.74292,8.99893\n6653,1647020121,47.74293,8.99895\n6654,1647020122,47.74293,8.99895\n6655,1647020123,47.74293,8.99895\n6656,1647020124,47.74293,8.99896\n6657,1647020125,47.74293,8.99897\n6658,1647020126,47.74294,8.99897\n6659,1647020127,47.74294,8.99897\n6660,1647020128,47.74294,8.99898\n6661,1647020148,47.74293,8.99892\n6662,1647020149,47.74297,8.99893\n6663,1647020150,47.74299,8.99894\n6664,1647020151,47.74299,8.99895\n6665,1647020152,47.74299,8.99895\n6666,1647020153,47.74300,8.99895\n6667,1647020154,47.74300,8.99896\n6668,1647020155,47.74298,8.99899\n6669,1647020157,47.74299,8.99899\n6670,1647020158,47.74299,8.99899\n6671,1647020176,47.74316,8.99904\n6672,1647020177,47.74310,8.99902\n6673,1647020179,47.74308,8.99900\n6674,1647020180,47.74307,8.99900\n6675,1647020181,47.74306,8.99899\n6676,1647020182,47.74305,8.99899\n6677,1647020183,47.74306,8.99899\n6678,1647020184,47.74306,8.99898\n6679,1647020185,47.74306,8.99898\n6680,1647020186,47.74306,8.99898\n6681,1647020204,47.74312,8.99894\n6682,1647020205,47.74307,8.99894\n6683,1647020206,47.74307,8.99895\n6684,1647020207,47.74307,8.99896\n6685,1647020208,47.74307,8.99896\n6686,1647020209,47.74306,8.99896\n6687,1647020210,47.74306,8.99897\n6688,1647020211,47.74306,8.99897\n6689,1647020212,47.74306,8.99897\n6690,1647020213,47.74305,8.99897\n6691,1647020231,47.74304,8.99889\n6692,1647020232,47.74301,8.99889\n6693,1647020233,47.74301,8.99891\n6694,1647020234,47.74301,8.99892\n6695,1647020235,47.74301,8.99892\n6696,1647020236,47.74301,8.99893\n6697,1647020237,47.74301,8.99894\n6698,1647020238,47.74301,8.99894\n6699,1647020239,47.74298,8.99895\n6700,1647020241,47.74298,8.99895\n6701,1647020259,47.74285,8.99885\n6702,1647020260,47.74297,8.99889\n6703,1647020261,47.74300,8.99890\n6704,1647020262,47.74301,8.99890\n6705,1647020263,47.74301,8.99891\n6706,1647020264,47.74302,8.99891\n6707,1647020265,47.74302,8.99891\n6708,1647020266,47.74302,8.99891\n6709,1647020267,47.74303,8.99891\n6710,1647020268,47.74302,8.99890\n6711,1647020287,47.74322,8.99895\n6712,1647020288,47.74317,8.99895\n6713,1647020289,47.74316,8.99897\n6714,1647020293,47.74304,8.99901\n6715,1647020295,47.74303,8.99901\n6716,1647020296,47.74303,8.99901\n6717,1647020297,47.74303,8.99901\n6718,1647020298,47.74303,8.99902\n6719,1647020299,47.74303,8.99901\n6720,1647020300,47.74303,8.99901\n6721,1647020317,47.74282,8.99892\n6722,1647020317,47.74286,8.99887\n6723,1647020320,47.74297,8.99890\n6724,1647020321,47.74299,8.99891\n6725,1647020322,47.74301,8.99891\n6726,1647020323,47.74300,8.99893\n6727,1647020324,47.74301,8.99893\n6728,1647020325,47.74301,8.99894\n6729,1647020326,47.74301,8.99894\n6730,1647020327,47.74301,8.99894\n6731,1647020349,47.74313,8.99892\n6732,1647020350,47.74313,8.99893\n6733,1647020351,47.74314,8.99893\n6734,1647020352,47.74314,8.99893\n6735,1647020353,47.74303,8.99891\n6736,1647020355,47.74302,8.99891\n6737,1647020356,47.74302,8.99891\n6738,1647020357,47.74301,8.99891\n6739,1647020358,47.74301,8.99891\n6740,1647020359,47.74301,8.99891\n6741,1647020379,47.74316,8.99901\n6742,1647020380,47.74314,8.99899\n6743,1647020381,47.74312,8.99897\n6744,1647020382,47.74313,8.99896\n6745,1647020383,47.74313,8.99895\n6746,1647020384,47.74314,8.99895\n6747,1647020385,47.74315,8.99894\n6748,1647020386,47.74314,8.99893\n6749,1647020387,47.74314,8.99893\n6750,1647020388,47.74313,8.99894\n6751,1647020409,47.74306,8.99899\n6752,1647020410,47.74310,8.99899\n6753,1647020411,47.74312,8.99898\n6754,1647020412,47.74314,8.99897\n6755,1647020413,47.74315,8.99897\n6756,1647020414,47.74315,8.99897\n6757,1647020415,47.74315,8.99896\n6758,1647020416,47.74316,8.99896\n6759,1647020417,47.74316,8.99896\n6760,1647020418,47.74315,8.99897\n6761,1647020437,47.74308,8.99895\n6762,1647020438,47.74309,8.99898\n6763,1647020439,47.74308,8.99898\n6764,1647020440,47.74308,8.99898\n6765,1647020441,47.74308,8.99898\n6766,1647020442,47.74308,8.99899\n6767,1647020443,47.74303,8.99899\n6768,1647020445,47.74303,8.99899\n6769,1647020446,47.74303,8.99899\n6770,1647020447,47.74303,8.99899\n6771,1647020465,47.74306,8.99892\n6772,1647020466,47.74305,8.99892\n6773,1647020468,47.74305,8.99894\n6774,1647020469,47.74305,8.99897\n6775,1647020470,47.74305,8.99898\n6776,1647020471,47.74306,8.99900\n6777,1647020472,47.74306,8.99901\n6778,1647020473,47.74307,8.99902\n6779,1647020474,47.74307,8.99903\n6780,1647020475,47.74307,8.99904\n6781,1647020493,47.74325,8.99887\n6782,1647020494,47.74306,8.99915\n6783,1647020495,47.74307,8.99914\n6784,1647020496,47.74307,8.99913\n6785,1647020497,47.74307,8.99914\n6786,1647020498,47.74306,8.99914\n6787,1647020499,47.74305,8.99913\n6788,1647020500,47.74305,8.99912\n6789,1647020501,47.74304,8.99912\n6790,1647020502,47.74304,8.99912\n6791,1647020521,47.74313,8.99906\n6792,1647020522,47.74302,8.99916\n6793,1647020523,47.74303,8.99917\n6794,1647020524,47.74302,8.99917\n6795,1647020525,47.74303,8.99917\n6796,1647020526,47.74303,8.99916\n6797,1647020527,47.74303,8.99916\n6798,1647020528,47.74303,8.99916\n6799,1647020529,47.74304,8.99915\n6800,1647020530,47.74304,8.99915\n6801,1647020548,47.74312,8.99899\n6802,1647020549,47.74309,8.99897\n6803,1647020550,47.74309,8.99896\n6804,1647020551,47.74309,8.99896\n6805,1647020552,47.74308,8.99897\n6806,1647020553,47.74308,8.99897\n6807,1647020554,47.74307,8.99897\n6808,1647020555,47.74307,8.99897\n6809,1647020556,47.74306,8.99897\n6810,1647020557,47.74305,8.99899\n6811,1647020576,47.74288,8.99915\n6812,1647020577,47.74292,8.99916\n6813,1647020578,47.74293,8.99914\n6814,1647020579,47.74293,8.99913\n6815,1647020580,47.74293,8.99912\n6816,1647020581,47.74294,8.99911\n6817,1647020582,47.74295,8.99910\n6818,1647020583,47.74295,8.99909\n6819,1647020584,47.74295,8.99908\n6820,1647020585,47.74296,8.99907\n6821,1647020604,47.74315,8.99873\n6822,1647020605,47.74314,8.99876\n6823,1647020606,47.74313,8.99877\n6824,1647020607,47.74313,8.99879\n6825,1647020608,47.74313,8.99879\n6826,1647020609,47.74313,8.99880\n6827,1647020610,47.74313,8.99882\n6828,1647020611,47.74307,8.99887\n6829,1647020613,47.74307,8.99888\n6830,1647020614,47.74307,8.99889\n6831,1647020632,47.74308,8.99894\n6832,1647020633,47.74308,8.99894\n6833,1647020635,47.74308,8.99897\n6834,1647020636,47.74307,8.99898\n6835,1647020637,47.74306,8.99898\n6836,1647020638,47.74306,8.99898\n6837,1647020639,47.74305,8.99898\n6838,1647020640,47.74305,8.99898\n6839,1647020641,47.74305,8.99899\n6840,1647020642,47.74305,8.99899\n6841,1647020661,47.74320,8.99905\n6842,1647020662,47.74310,8.99911\n6843,1647020663,47.74309,8.99910\n6844,1647020664,47.74310,8.99909\n6845,1647020665,47.74311,8.99909\n6846,1647020666,47.74313,8.99907\n6847,1647020667,47.74313,8.99908\n6848,1647020668,47.74313,8.99907\n6849,1647020669,47.74314,8.99906\n6850,1647020670,47.74314,8.99905\n6851,1647020688,47.74302,8.99893\n6852,1647020690,47.74302,8.99891\n6853,1647020691,47.74304,8.99891\n6854,1647020692,47.74305,8.99891\n6855,1647020693,47.74305,8.99890\n6856,1647020694,47.74305,8.99889\n6857,1647020695,47.74305,8.99889\n6858,1647020696,47.74301,8.99891\n6859,1647020698,47.74301,8.99891\n6860,1647020699,47.74301,8.99891\n6861,1647020717,47.74307,8.99916\n6862,1647020718,47.74308,8.99915\n6863,1647020720,47.74306,8.99912\n6864,1647020721,47.74305,8.99909\n6865,1647020722,47.74305,8.99908\n6866,1647020723,47.74305,8.99907\n6867,1647020724,47.74305,8.99907\n6868,1647020725,47.74305,8.99907\n6869,1647020726,47.74305,8.99907\n6870,1647020727,47.74305,8.99907\n6871,1647020746,47.74326,8.99916\n6872,1647020747,47.74302,8.99915\n6873,1647020748,47.74303,8.99916\n6874,1647020749,47.74303,8.99917\n6875,1647020750,47.74303,8.99915\n6876,1647020751,47.74303,8.99916\n6877,1647020752,47.74304,8.99915\n6878,1647020753,47.74304,8.99915\n6879,1647020754,47.74303,8.99915\n6880,1647020755,47.74307,8.99910\n6881,1647020774,47.74301,8.99904\n6882,1647020775,47.74299,8.99905\n6883,1647020776,47.74299,8.99904\n6884,1647020777,47.74300,8.99903\n6885,1647020778,47.74300,8.99902\n6886,1647020779,47.74300,8.99901\n6887,1647020844,47.74289,8.99905\n6888,1647020845,47.74299,8.99905\n6889,1647020846,47.74300,8.99905\n6890,1647020847,47.74302,8.99903\n6891,1647020848,47.74303,8.99901\n6892,1647020849,47.74304,8.99901\n6893,1647020850,47.74306,8.99900\n6894,1647020851,47.74312,8.99893\n6895,1647020853,47.74311,8.99894\n6896,1647020854,47.74311,8.99895\n6897,1647020871,47.74307,8.99924\n6898,1647020871,47.74303,8.99921\n6899,1647020874,47.74303,8.99906\n6900,1647020875,47.74303,8.99905\n6901,1647020876,47.74303,8.99905\n6902,1647020877,47.74303,8.99905\n6903,1647020878,47.74304,8.99904\n6904,1647020879,47.74304,8.99904\n6905,1647020880,47.74305,8.99903\n6906,1647020881,47.74305,8.99903\n6907,1647021043,47.74307,8.99883\n6908,1647021044,47.74307,8.99884\n6909,1647021045,47.74304,8.99885\n6910,1647021046,47.74304,8.99885\n6911,1647021047,47.74303,8.99886\n6912,1647021048,47.74302,8.99887\n6913,1647021049,47.74314,8.99889\n6914,1647021118,47.74307,8.99902\n6915,1647021119,47.74307,8.99901\n6916,1647021120,47.74308,8.99901\n6917,1647021121,47.74309,8.99900\n6918,1647021122,47.74305,8.99902\n6919,1647021123,47.74305,8.99902\n6920,1647021124,47.74306,8.99903\n6921,1647021190,47.74298,8.99899\n6922,1647021191,47.74298,8.99899\n6923,1647021192,47.74298,8.99900\n6924,1647021193,47.74299,8.99900\n6925,1647021194,47.74300,8.99899\n6926,1647021195,47.74301,8.99898\n6927,1647021196,47.74301,8.99899\n6928,1647021197,47.74300,8.99899\n6929,1647021198,47.74300,8.99899\n6930,1647021199,47.74302,8.99898\n6931,1647021290,47.74322,8.99900\n6932,1647021291,47.74328,8.99900\n6933,1647021360,47.74312,8.99898\n6934,1647021361,47.74311,8.99900\n6935,1647021362,47.74310,8.99900\n6936,1647021429,47.74296,8.99889\n6937,1647021430,47.74293,8.99892\n6938,1647021431,47.74291,8.99893\n6939,1647021432,47.74290,8.99895\n6940,1647021433,47.74289,8.99896\n6941,1647021434,47.74289,8.99897\n6942,1647021499,47.74341,8.99889\n6943,1647021500,47.74350,8.99886\n6944,1647021501,47.74348,8.99884\n6945,1647021503,47.74314,8.99892\n6946,1647021889,47.74296,8.99947\n6947,1647021890,47.74296,8.99946\n6948,1647021891,47.74297,8.99946\n6949,1647021892,47.74295,8.99946\n6950,1647021893,47.74295,8.99946\n6951,1647021894,47.74294,8.99945\n6952,1647021895,47.74292,8.99945\n6953,1647021896,47.74292,8.99946\n6954,1647021897,47.74291,8.99946\n6955,1647021898,47.74292,8.99946"
  },
  {
    "path": "TickTagData/09_PetDogWalk_10s_Burst_Every_15s/20220311_PetDog_10s_Burst_Every_15s_6955_fixes.txt",
    "content": "---TICK-TAG---\n*START MEMORY*\nUVs: 15, TOs: 0/0, ErrorsOrGF: 0, TTFF: 92\nFixes: 6955, Avg. TTF: 7 s, Avg. HDOP (x10): 15\n\ncount,timestamp,lat,lon\n1,1647001231,47.74404,8.99870\n2,1647001232,47.74405,8.99869\n3,1647001233,47.74406,8.99869\n4,1647001234,47.74406,8.99868\n5,1647001235,47.74407,8.99867\n6,1647001236,47.74408,8.99866\n7,1647001237,47.74409,8.99865\n8,1647001238,47.74410,8.99865\n9,1647001239,47.74411,8.99865\n10,1647001240,47.74413,8.99864\n11,1647001259,47.74438,8.99851\n12,1647001261,47.74441,8.99848\n13,1647001262,47.74442,8.99847\n14,1647001263,47.74443,8.99847\n15,1647001264,47.74444,8.99847\n16,1647001265,47.74445,8.99848\n17,1647001266,47.74446,8.99850\n18,1647001267,47.74447,8.99851\n19,1647001268,47.74447,8.99852\n20,1647001269,47.74448,8.99854\n21,1647001290,47.74462,8.99899\n22,1647001291,47.74456,8.99902\n23,1647001292,47.74455,8.99903\n24,1647001293,47.74455,8.99905\n25,1647001294,47.74456,8.99907\n26,1647001295,47.74457,8.99909\n27,1647001296,47.74458,8.99912\n28,1647001297,47.74458,8.99914\n29,1647001299,47.74458,8.99917\n30,1647001300,47.74459,8.99919\n31,1647001318,47.74476,8.99947\n32,1647001319,47.74477,8.99950\n33,1647001321,47.74479,8.99953\n34,1647001322,47.74480,8.99955\n35,1647001323,47.74480,8.99956\n36,1647001324,47.74481,8.99957\n37,1647001325,47.74482,8.99958\n38,1647001326,47.74482,8.99959\n39,1647001327,47.74483,8.99961\n40,1647001328,47.74484,8.99962\n41,1647001348,47.74502,8.99988\n42,1647001349,47.74503,8.99990\n43,1647001350,47.74505,8.99993\n44,1647001351,47.74506,8.99995\n45,1647001352,47.74508,8.99997\n46,1647001353,47.74510,8.99999\n47,1647001354,47.74511,9.00000\n48,1647001355,47.74512,9.00002\n49,1647001356,47.74513,9.00003\n50,1647001357,47.74516,9.00007\n51,1647001375,47.74535,9.00015\n52,1647001376,47.74537,9.00018\n53,1647001377,47.74538,9.00018\n54,1647001378,47.74539,9.00017\n55,1647001379,47.74541,9.00017\n56,1647001380,47.74542,9.00017\n57,1647001381,47.74544,9.00016\n58,1647001382,47.74545,9.00014\n59,1647001383,47.74546,9.00013\n60,1647001384,47.74547,9.00011\n61,1647001404,47.74562,8.99978\n62,1647001405,47.74562,8.99976\n63,1647001406,47.74563,8.99974\n64,1647001407,47.74564,8.99972\n65,1647001408,47.74565,8.99971\n66,1647001409,47.74566,8.99970\n67,1647001410,47.74568,8.99968\n68,1647001411,47.74569,8.99967\n69,1647001412,47.74571,8.99967\n70,1647001414,47.74572,8.99964\n71,1647001433,47.74583,8.99920\n72,1647001434,47.74585,8.99922\n73,1647001435,47.74586,8.99922\n74,1647001436,47.74587,8.99924\n75,1647001437,47.74587,8.99924\n76,1647001438,47.74588,8.99923\n77,1647001439,47.74589,8.99920\n78,1647001440,47.74590,8.99917\n79,1647001441,47.74592,8.99915\n80,1647001443,47.74593,8.99912\n81,1647001462,47.74601,8.99877\n82,1647001463,47.74603,8.99880\n83,1647001464,47.74602,8.99879\n84,1647001465,47.74602,8.99879\n85,1647001466,47.74602,8.99879\n86,1647001467,47.74603,8.99879\n87,1647001468,47.74604,8.99877\n88,1647001469,47.74605,8.99875\n89,1647001470,47.74607,8.99872\n90,1647001471,47.74611,8.99873\n91,1647001490,47.74631,8.99826\n92,1647001491,47.74631,8.99825\n93,1647001492,47.74631,8.99823\n94,1647001493,47.74631,8.99822\n95,1647001494,47.74631,8.99821\n96,1647001495,47.74632,8.99822\n97,1647001496,47.74632,8.99822\n98,1647001497,47.74632,8.99822\n99,1647001498,47.74632,8.99822\n100,1647001499,47.74632,8.99822\n101,1647001518,47.74627,8.99824\n102,1647001519,47.74627,8.99825\n103,1647001520,47.74626,8.99827\n104,1647001521,47.74627,8.99827\n105,1647001522,47.74627,8.99826\n106,1647001523,47.74628,8.99826\n107,1647001524,47.74629,8.99827\n108,1647001525,47.74631,8.99830\n109,1647001527,47.74630,8.99832\n110,1647001528,47.74629,8.99835\n111,1647001547,47.74622,8.99858\n112,1647001549,47.74621,8.99858\n113,1647001550,47.74623,8.99856\n114,1647001551,47.74624,8.99854\n115,1647001552,47.74625,8.99852\n116,1647001553,47.74626,8.99850\n117,1647001554,47.74626,8.99848\n118,1647001555,47.74626,8.99848\n119,1647001556,47.74627,8.99846\n120,1647001557,47.74627,8.99844\n121,1647001576,47.74642,8.99804\n122,1647001577,47.74642,8.99802\n123,1647001578,47.74643,8.99800\n124,1647001579,47.74644,8.99798\n125,1647001580,47.74645,8.99797\n126,1647001581,47.74646,8.99795\n127,1647001582,47.74646,8.99793\n128,1647001583,47.74647,8.99791\n129,1647001584,47.74648,8.99788\n130,1647001585,47.74649,8.99786\n131,1647001604,47.74652,8.99777\n132,1647001605,47.74653,8.99771\n133,1647001606,47.74654,8.99767\n134,1647001607,47.74655,8.99765\n135,1647001608,47.74656,8.99763\n136,1647001609,47.74657,8.99760\n137,1647001610,47.74657,8.99758\n138,1647001611,47.74657,8.99755\n139,1647001612,47.74658,8.99753\n140,1647001613,47.74658,8.99750\n141,1647001633,47.74666,8.99727\n142,1647001634,47.74666,8.99725\n143,1647001635,47.74668,8.99723\n144,1647001636,47.74669,8.99720\n145,1647001637,47.74669,8.99717\n146,1647001638,47.74670,8.99715\n147,1647001639,47.74671,8.99712\n148,1647001639,47.74672,8.99707\n149,1647001641,47.74673,8.99704\n150,1647001642,47.74673,8.99701\n151,1647001659,47.74679,8.99676\n152,1647001662,47.74679,8.99674\n153,1647001663,47.74680,8.99674\n154,1647001664,47.74681,8.99674\n155,1647001665,47.74681,8.99674\n156,1647001666,47.74681,8.99674\n157,1647001667,47.74681,8.99674\n158,1647001668,47.74681,8.99674\n159,1647001669,47.74681,8.99674\n160,1647001670,47.74681,8.99673\n161,1647001689,47.74693,8.99642\n162,1647001690,47.74689,8.99635\n163,1647001691,47.74690,8.99632\n164,1647001692,47.74691,8.99630\n165,1647001693,47.74692,8.99627\n166,1647001694,47.74693,8.99624\n167,1647001695,47.74694,8.99621\n168,1647001696,47.74694,8.99618\n169,1647001697,47.74695,8.99616\n170,1647001698,47.74695,8.99614\n171,1647001717,47.74703,8.99557\n172,1647001718,47.74707,8.99555\n173,1647001719,47.74708,8.99553\n174,1647001720,47.74710,8.99551\n175,1647001721,47.74712,8.99550\n176,1647001722,47.74714,8.99547\n177,1647001723,47.74717,8.99546\n178,1647001725,47.74717,8.99543\n179,1647001726,47.74718,8.99541\n180,1647001727,47.74719,8.99539\n181,1647001744,47.74727,8.99509\n182,1647001744,47.74728,8.99510\n183,1647001746,47.74729,8.99507\n184,1647001747,47.74729,8.99505\n185,1647001748,47.74730,8.99504\n186,1647001749,47.74730,8.99502\n187,1647001750,47.74731,8.99500\n188,1647001751,47.74731,8.99498\n189,1647001752,47.74731,8.99496\n190,1647001753,47.74731,8.99494\n191,1647001772,47.74748,8.99471\n192,1647001773,47.74749,8.99471\n193,1647001774,47.74751,8.99470\n194,1647001775,47.74753,8.99470\n195,1647001776,47.74755,8.99470\n196,1647001777,47.74757,8.99470\n197,1647001778,47.74759,8.99471\n198,1647001779,47.74760,8.99473\n199,1647001780,47.74762,8.99474\n200,1647001781,47.74763,8.99474\n201,1647001800,47.74768,8.99481\n202,1647001801,47.74770,8.99479\n203,1647001802,47.74770,8.99478\n204,1647001803,47.74771,8.99476\n205,1647001804,47.74774,8.99475\n206,1647001805,47.74776,8.99474\n207,1647001806,47.74778,8.99473\n208,1647001807,47.74780,8.99471\n209,1647001809,47.74783,8.99471\n210,1647001810,47.74785,8.99470\n211,1647001827,47.74825,8.99471\n212,1647001827,47.74825,8.99471\n213,1647001829,47.74824,8.99468\n214,1647001830,47.74824,8.99466\n215,1647001831,47.74825,8.99465\n216,1647001832,47.74827,8.99464\n217,1647001833,47.74828,8.99463\n218,1647001834,47.74829,8.99462\n219,1647001835,47.74830,8.99462\n220,1647001836,47.74832,8.99460\n221,1647001857,47.74840,8.99448\n222,1647001858,47.74843,8.99445\n223,1647001859,47.74850,8.99445\n224,1647001860,47.74852,8.99445\n225,1647001861,47.74855,8.99444\n226,1647001862,47.74857,8.99443\n227,1647001863,47.74859,8.99443\n228,1647001864,47.74860,8.99442\n229,1647001865,47.74861,8.99442\n230,1647001866,47.74862,8.99442\n231,1647001886,47.74853,8.99439\n232,1647001887,47.74853,8.99441\n233,1647001888,47.74857,8.99440\n234,1647001889,47.74859,8.99438\n235,1647001890,47.74860,8.99437\n236,1647001891,47.74862,8.99436\n237,1647001892,47.74863,8.99436\n238,1647001893,47.74864,8.99435\n239,1647001894,47.74866,8.99433\n240,1647001895,47.74867,8.99431\n241,1647001915,47.74886,8.99415\n242,1647001916,47.74889,8.99412\n243,1647001917,47.74891,8.99410\n244,1647001918,47.74893,8.99409\n245,1647001919,47.74894,8.99408\n246,1647001920,47.74895,8.99407\n247,1647001921,47.74897,8.99405\n248,1647001922,47.74898,8.99403\n249,1647001923,47.74900,8.99402\n250,1647001924,47.74901,8.99401\n251,1647001944,47.74909,8.99373\n252,1647001945,47.74908,8.99373\n253,1647001946,47.74909,8.99372\n254,1647001947,47.74911,8.99371\n255,1647001948,47.74913,8.99370\n256,1647001949,47.74914,8.99370\n257,1647001950,47.74915,8.99370\n258,1647001951,47.74924,8.99373\n259,1647001953,47.74926,8.99372\n260,1647001954,47.74927,8.99370\n261,1647001971,47.74965,8.99347\n262,1647001971,47.74957,8.99344\n263,1647001973,47.74958,8.99342\n264,1647001974,47.74957,8.99340\n265,1647001975,47.74957,8.99339\n266,1647001976,47.74959,8.99338\n267,1647001977,47.74960,8.99336\n268,1647001978,47.74961,8.99334\n269,1647001979,47.74961,8.99332\n270,1647001980,47.74962,8.99330\n271,1647001999,47.74973,8.99305\n272,1647002000,47.74969,8.99327\n273,1647002001,47.74970,8.99329\n274,1647002002,47.74971,8.99332\n275,1647002003,47.74972,8.99331\n276,1647002004,47.74972,8.99333\n277,1647002005,47.74971,8.99331\n278,1647002006,47.74973,8.99331\n279,1647002007,47.74974,8.99331\n280,1647002008,47.74975,8.99330\n281,1647002027,47.75024,8.99296\n282,1647002028,47.75012,8.99294\n283,1647002029,47.75007,8.99293\n284,1647002030,47.75007,8.99292\n285,1647002031,47.75008,8.99292\n286,1647002032,47.75009,8.99291\n287,1647002033,47.75010,8.99291\n288,1647002034,47.75009,8.99290\n289,1647002035,47.75010,8.99288\n290,1647002037,47.75009,8.99286\n291,1647002055,47.75017,8.99260\n292,1647002056,47.75016,8.99256\n293,1647002057,47.75016,8.99253\n294,1647002058,47.75016,8.99251\n295,1647002059,47.75016,8.99249\n296,1647002060,47.75017,8.99247\n297,1647002061,47.75018,8.99245\n298,1647002062,47.75018,8.99244\n299,1647002063,47.75018,8.99242\n300,1647002064,47.75019,8.99241\n301,1647002083,47.75016,8.99201\n302,1647002084,47.75024,8.99201\n303,1647002085,47.75026,8.99199\n304,1647002086,47.75027,8.99197\n305,1647002087,47.75027,8.99196\n306,1647002088,47.75028,8.99195\n307,1647002089,47.75029,8.99194\n308,1647002090,47.75029,8.99192\n309,1647002091,47.75029,8.99190\n310,1647002092,47.75030,8.99188\n311,1647002112,47.75023,8.99157\n312,1647002113,47.75026,8.99157\n313,1647002114,47.75028,8.99157\n314,1647002115,47.75031,8.99156\n315,1647002116,47.75033,8.99155\n316,1647002117,47.75035,8.99153\n317,1647002118,47.75037,8.99152\n318,1647002119,47.75038,8.99150\n319,1647002120,47.75039,8.99149\n320,1647002122,47.75041,8.99146\n321,1647002142,47.75057,8.99116\n322,1647002143,47.75057,8.99111\n323,1647002144,47.75059,8.99109\n324,1647002145,47.75058,8.99105\n325,1647002146,47.75059,8.99103\n326,1647002147,47.75060,8.99102\n327,1647002148,47.75061,8.99099\n328,1647002149,47.75059,8.99093\n329,1647002151,47.75060,8.99092\n330,1647002152,47.75060,8.99091\n331,1647002169,47.75060,8.99060\n332,1647002169,47.75059,8.99072\n333,1647002172,47.75083,8.99068\n334,1647002173,47.75085,8.99066\n335,1647002174,47.75086,8.99066\n336,1647002175,47.75086,8.99066\n337,1647002176,47.75084,8.99064\n338,1647002177,47.75084,8.99063\n339,1647002178,47.75084,8.99061\n340,1647002179,47.75085,8.99060\n341,1647002198,47.75102,8.99028\n342,1647002199,47.75096,8.99030\n343,1647002200,47.75097,8.99027\n344,1647002201,47.75098,8.99025\n345,1647002202,47.75099,8.99024\n346,1647002203,47.75100,8.99021\n347,1647002204,47.75100,8.99020\n348,1647002205,47.75100,8.99017\n349,1647002206,47.75101,8.99013\n350,1647002207,47.75102,8.99012\n351,1647002226,47.75110,8.98996\n352,1647002227,47.75109,8.98986\n353,1647002228,47.75109,8.98980\n354,1647002229,47.75110,8.98978\n355,1647002230,47.75111,8.98976\n356,1647002231,47.75112,8.98973\n357,1647002232,47.75113,8.98970\n358,1647002233,47.75112,8.98965\n359,1647002235,47.75112,8.98963\n360,1647002236,47.75113,8.98960\n361,1647002255,47.75123,8.98926\n362,1647002256,47.75120,8.98924\n363,1647002257,47.75119,8.98923\n364,1647002258,47.75119,8.98922\n365,1647002259,47.75118,8.98919\n366,1647002260,47.75119,8.98917\n367,1647002261,47.75119,8.98915\n368,1647002262,47.75119,8.98912\n369,1647002263,47.75119,8.98910\n370,1647002264,47.75120,8.98908\n371,1647002283,47.75148,8.98929\n372,1647002284,47.75142,8.98895\n373,1647002285,47.75144,8.98896\n374,1647002286,47.75145,8.98897\n375,1647002287,47.75146,8.98899\n376,1647002288,47.75147,8.98901\n377,1647002289,47.75147,8.98903\n378,1647002290,47.75146,8.98904\n379,1647002291,47.75145,8.98904\n380,1647002292,47.75144,8.98905\n381,1647002311,47.75166,8.98913\n382,1647002312,47.75156,8.98926\n383,1647002313,47.75156,8.98928\n384,1647002314,47.75157,8.98930\n385,1647002315,47.75157,8.98932\n386,1647002316,47.75160,8.98934\n387,1647002317,47.75160,8.98936\n388,1647002318,47.75162,8.98938\n389,1647002319,47.75163,8.98939\n390,1647002320,47.75165,8.98942\n391,1647002341,47.75154,8.98934\n392,1647002342,47.75155,8.98940\n393,1647002343,47.75168,8.98986\n394,1647002344,47.75169,8.98983\n395,1647002345,47.75169,8.98980\n396,1647002346,47.75168,8.98976\n397,1647002347,47.75168,8.98977\n398,1647002349,47.75169,8.98977\n399,1647002350,47.75172,8.98977\n400,1647002351,47.75173,8.98978\n401,1647002376,47.75180,8.99018\n402,1647002377,47.75184,8.99018\n403,1647002378,47.75192,8.99018\n404,1647002379,47.75195,8.99019\n405,1647002380,47.75197,8.99022\n406,1647002381,47.75199,8.99024\n407,1647002382,47.75201,8.99026\n408,1647002383,47.75201,8.99029\n409,1647002385,47.75203,8.99032\n410,1647002386,47.75203,8.99035\n411,1647002406,47.75189,8.99046\n412,1647002407,47.75193,8.99047\n413,1647002408,47.75196,8.99045\n414,1647002409,47.75195,8.99045\n415,1647002410,47.75193,8.99043\n416,1647002411,47.75193,8.99042\n417,1647002412,47.75193,8.99040\n418,1647002413,47.75206,8.99034\n419,1647002415,47.75202,8.99035\n420,1647002416,47.75202,8.99036\n421,1647002434,47.75265,8.99058\n422,1647002435,47.75254,8.99055\n423,1647002437,47.75252,8.99055\n424,1647002438,47.75256,8.99049\n425,1647002439,47.75258,8.99048\n426,1647002440,47.75260,8.99048\n427,1647002441,47.75259,8.99048\n428,1647002442,47.75259,8.99048\n429,1647002443,47.75258,8.99050\n430,1647002444,47.75260,8.99050\n431,1647002463,47.75282,8.99042\n432,1647002464,47.75284,8.99042\n433,1647002465,47.75285,8.99041\n434,1647002466,47.75283,8.99042\n435,1647002467,47.75281,8.99044\n436,1647002468,47.75280,8.99044\n437,1647002469,47.75279,8.99045\n438,1647002470,47.75279,8.99046\n439,1647002471,47.75279,8.99047\n440,1647002472,47.75279,8.99048\n441,1647002491,47.75295,8.99045\n442,1647002492,47.75299,8.99056\n443,1647002493,47.75299,8.99062\n444,1647002494,47.75301,8.99063\n445,1647002495,47.75303,8.99065\n446,1647002496,47.75304,8.99067\n447,1647002497,47.75305,8.99067\n448,1647002498,47.75306,8.99067\n449,1647002499,47.75307,8.99067\n450,1647002500,47.75310,8.99066\n451,1647002519,47.75343,8.99057\n452,1647002520,47.75341,8.99071\n453,1647002521,47.75344,8.99074\n454,1647002522,47.75348,8.99072\n455,1647002523,47.75349,8.99072\n456,1647002524,47.75351,8.99072\n457,1647002525,47.75353,8.99071\n458,1647002526,47.75355,8.99072\n459,1647002527,47.75357,8.99072\n460,1647002528,47.75358,8.99070\n461,1647002547,47.75377,8.99036\n462,1647002548,47.75375,8.99059\n463,1647002549,47.75375,8.99065\n464,1647002550,47.75375,8.99066\n465,1647002551,47.75378,8.99071\n466,1647002552,47.75380,8.99071\n467,1647002553,47.75383,8.99072\n468,1647002554,47.75385,8.99076\n469,1647002555,47.75387,8.99080\n470,1647002556,47.75390,8.99082\n471,1647002575,47.75436,8.99102\n472,1647002576,47.75428,8.99121\n473,1647002577,47.75428,8.99123\n474,1647002578,47.75429,8.99123\n475,1647002579,47.75429,8.99123\n476,1647002580,47.75430,8.99123\n477,1647002581,47.75432,8.99124\n478,1647002582,47.75434,8.99125\n479,1647002583,47.75435,8.99125\n480,1647002584,47.75438,8.99125\n481,1647002606,47.75405,8.99171\n482,1647002607,47.75450,8.99172\n483,1647002608,47.75447,8.99172\n484,1647002609,47.75446,8.99174\n485,1647002610,47.75450,8.99175\n486,1647002611,47.75456,8.99174\n487,1647002612,47.75455,8.99168\n488,1647002614,47.75456,8.99169\n489,1647002615,47.75457,8.99169\n490,1647002616,47.75458,8.99172\n491,1647002633,47.75460,8.99209\n492,1647002633,47.75461,8.99207\n493,1647002636,47.75449,8.99215\n494,1647002637,47.75449,8.99214\n495,1647002638,47.75449,8.99213\n496,1647002639,47.75448,8.99214\n497,1647002640,47.75447,8.99215\n498,1647002641,47.75446,8.99217\n499,1647002642,47.75445,8.99219\n500,1647002643,47.75443,8.99221\n501,1647002662,47.75421,8.99251\n502,1647002663,47.75419,8.99259\n503,1647002664,47.75417,8.99262\n504,1647002665,47.75416,8.99263\n505,1647002666,47.75416,8.99263\n506,1647002667,47.75416,8.99264\n507,1647002668,47.75416,8.99265\n508,1647002669,47.75416,8.99268\n509,1647002670,47.75415,8.99271\n510,1647002671,47.75412,8.99269\n511,1647002690,47.75391,8.99292\n512,1647002691,47.75387,8.99286\n513,1647002692,47.75391,8.99290\n514,1647002693,47.75390,8.99287\n515,1647002694,47.75393,8.99290\n516,1647002695,47.75394,8.99291\n517,1647002696,47.75394,8.99291\n518,1647002697,47.75393,8.99288\n519,1647002698,47.75393,8.99288\n520,1647002699,47.75394,8.99287\n521,1647002719,47.75395,8.99316\n522,1647002720,47.75393,8.99325\n523,1647002721,47.75391,8.99329\n524,1647002722,47.75389,8.99330\n525,1647002723,47.75387,8.99332\n526,1647002724,47.75386,8.99334\n527,1647002725,47.75384,8.99336\n528,1647002726,47.75383,8.99337\n529,1647002727,47.75382,8.99337\n530,1647002728,47.75381,8.99338\n531,1647002748,47.75364,8.99370\n532,1647002749,47.75364,8.99375\n533,1647002750,47.75362,8.99378\n534,1647002751,47.75360,8.99382\n535,1647002752,47.75357,8.99385\n536,1647002753,47.75355,8.99387\n537,1647002754,47.75353,8.99390\n538,1647002755,47.75351,8.99391\n539,1647002757,47.75348,8.99395\n540,1647002758,47.75347,8.99397\n541,1647002775,47.75315,8.99456\n542,1647002775,47.75315,8.99455\n543,1647002778,47.75308,8.99460\n544,1647002779,47.75308,8.99462\n545,1647002780,47.75307,8.99462\n546,1647002781,47.75307,8.99462\n547,1647002782,47.75306,8.99465\n548,1647002783,47.75306,8.99466\n549,1647002784,47.75306,8.99465\n550,1647002785,47.75306,8.99465\n551,1647002804,47.75301,8.99472\n552,1647002805,47.75298,8.99474\n553,1647002806,47.75297,8.99478\n554,1647002807,47.75295,8.99480\n555,1647002808,47.75296,8.99484\n556,1647002809,47.75295,8.99487\n557,1647002810,47.75293,8.99491\n558,1647002811,47.75291,8.99496\n559,1647002812,47.75289,8.99500\n560,1647002813,47.75289,8.99508\n561,1647002833,47.75302,8.99533\n562,1647002834,47.75306,8.99539\n563,1647002835,47.75308,8.99540\n564,1647002836,47.75310,8.99541\n565,1647002837,47.75312,8.99544\n566,1647002838,47.75314,8.99546\n567,1647002839,47.75314,8.99545\n568,1647002840,47.75315,8.99546\n569,1647002841,47.75316,8.99547\n570,1647002842,47.75317,8.99547\n571,1647002862,47.75343,8.99580\n572,1647002863,47.75345,8.99582\n573,1647002864,47.75347,8.99583\n574,1647002865,47.75347,8.99583\n575,1647002866,47.75349,8.99586\n576,1647002867,47.75351,8.99587\n577,1647002868,47.75352,8.99588\n578,1647002869,47.75353,8.99589\n579,1647002870,47.75353,8.99584\n580,1647002872,47.75356,8.99585\n581,1647002893,47.75378,8.99613\n582,1647002894,47.75376,8.99612\n583,1647002895,47.75374,8.99612\n584,1647002896,47.75373,8.99610\n585,1647002897,47.75373,8.99608\n586,1647002898,47.75374,8.99608\n587,1647002899,47.75375,8.99597\n588,1647002901,47.75378,8.99601\n589,1647002902,47.75381,8.99604\n590,1647002903,47.75383,8.99606\n591,1647002920,47.75388,8.99619\n592,1647002920,47.75387,8.99619\n593,1647002922,47.75400,8.99629\n594,1647002923,47.75404,8.99631\n595,1647002924,47.75406,8.99633\n596,1647002925,47.75408,8.99634\n597,1647002926,47.75410,8.99636\n598,1647002927,47.75412,8.99637\n599,1647002928,47.75414,8.99638\n600,1647002929,47.75416,8.99640\n601,1647002949,47.75449,8.99685\n602,1647002950,47.75447,8.99683\n603,1647002951,47.75446,8.99683\n604,1647002952,47.75444,8.99683\n605,1647002953,47.75443,8.99682\n606,1647002954,47.75443,8.99684\n607,1647002955,47.75441,8.99686\n608,1647002956,47.75440,8.99687\n609,1647002957,47.75439,8.99689\n610,1647002958,47.75438,8.99690\n611,1647002977,47.75418,8.99721\n612,1647002978,47.75417,8.99723\n613,1647002979,47.75416,8.99724\n614,1647002980,47.75415,8.99725\n615,1647002981,47.75414,8.99726\n616,1647002982,47.75413,8.99727\n617,1647002983,47.75413,8.99729\n618,1647002984,47.75412,8.99730\n619,1647002985,47.75411,8.99732\n620,1647002986,47.75410,8.99733\n621,1647003006,47.75391,8.99770\n622,1647003007,47.75390,8.99770\n623,1647003008,47.75389,8.99772\n624,1647003009,47.75387,8.99773\n625,1647003010,47.75386,8.99773\n626,1647003011,47.75385,8.99774\n627,1647003012,47.75383,8.99776\n628,1647003013,47.75382,8.99778\n629,1647003014,47.75391,8.99775\n630,1647003016,47.75388,8.99778\n631,1647003037,47.75383,8.99803\n632,1647003038,47.75375,8.99806\n633,1647003039,47.75374,8.99806\n634,1647003040,47.75371,8.99808\n635,1647003041,47.75368,8.99811\n636,1647003042,47.75365,8.99816\n637,1647003043,47.75360,8.99825\n638,1647003045,47.75358,8.99826\n639,1647003046,47.75356,8.99828\n640,1647003047,47.75355,8.99830\n641,1647003067,47.75331,8.99885\n642,1647003068,47.75329,8.99883\n643,1647003069,47.75327,8.99883\n644,1647003070,47.75326,8.99884\n645,1647003071,47.75324,8.99884\n646,1647003072,47.75323,8.99886\n647,1647003073,47.75327,8.99880\n648,1647003075,47.75326,8.99885\n649,1647003076,47.75325,8.99887\n650,1647003077,47.75323,8.99889\n651,1647003097,47.75304,8.99902\n652,1647003098,47.75304,8.99916\n653,1647003099,47.75302,8.99917\n654,1647003100,47.75300,8.99918\n655,1647003101,47.75298,8.99919\n656,1647003102,47.75296,8.99921\n657,1647003103,47.75293,8.99925\n658,1647003105,47.75291,8.99928\n659,1647003106,47.75290,8.99930\n660,1647003107,47.75288,8.99932\n661,1647003127,47.75273,8.99968\n662,1647003129,47.75276,8.99970\n663,1647003130,47.75278,8.99972\n664,1647003131,47.75278,8.99972\n665,1647003132,47.75274,8.99971\n666,1647003133,47.75271,8.99970\n667,1647003134,47.75270,8.99970\n668,1647003135,47.75267,8.99970\n669,1647003136,47.75265,8.99972\n670,1647003137,47.75264,8.99974\n671,1647003156,47.75238,9.00017\n672,1647003157,47.75236,9.00018\n673,1647003159,47.75239,9.00021\n674,1647003160,47.75237,9.00022\n675,1647003161,47.75236,9.00024\n676,1647003162,47.75236,9.00025\n677,1647003163,47.75236,9.00027\n678,1647003164,47.75237,9.00029\n679,1647003165,47.75236,9.00031\n680,1647003166,47.75236,9.00033\n681,1647003186,47.75213,9.00056\n682,1647003187,47.75212,9.00059\n683,1647003188,47.75211,9.00061\n684,1647003189,47.75209,9.00061\n685,1647003190,47.75207,9.00066\n686,1647003191,47.75206,9.00069\n687,1647003192,47.75205,9.00071\n688,1647003193,47.75204,9.00079\n689,1647003195,47.75203,9.00081\n690,1647003196,47.75202,9.00083\n691,1647003215,47.75189,9.00099\n692,1647003216,47.75186,9.00100\n693,1647003218,47.75182,9.00104\n694,1647003219,47.75181,9.00104\n695,1647003220,47.75178,9.00104\n696,1647003221,47.75175,9.00104\n697,1647003222,47.75173,9.00104\n698,1647003223,47.75171,9.00104\n699,1647003224,47.75170,9.00105\n700,1647003225,47.75168,9.00106\n701,1647003245,47.75130,9.00146\n702,1647003246,47.75130,9.00144\n703,1647003247,47.75130,9.00143\n704,1647003248,47.75130,9.00143\n705,1647003249,47.75129,9.00143\n706,1647003250,47.75129,9.00143\n707,1647003251,47.75129,9.00145\n708,1647003252,47.75129,9.00146\n709,1647003253,47.75133,9.00135\n710,1647003255,47.75130,9.00134\n711,1647003273,47.75135,9.00147\n712,1647003274,47.75128,9.00149\n713,1647003275,47.75125,9.00151\n714,1647003276,47.75121,9.00151\n715,1647003277,47.75117,9.00152\n716,1647003278,47.75113,9.00153\n717,1647003279,47.75113,9.00153\n718,1647003280,47.75113,9.00151\n719,1647003281,47.75113,9.00151\n720,1647003282,47.75113,9.00150\n721,1647003302,47.75141,9.00128\n722,1647003303,47.75141,9.00124\n723,1647003304,47.75134,9.00123\n724,1647003305,47.75134,9.00121\n725,1647003306,47.75134,9.00119\n726,1647003307,47.75133,9.00117\n727,1647003308,47.75133,9.00114\n728,1647003309,47.75131,9.00112\n729,1647003310,47.75131,9.00111\n730,1647003311,47.75131,9.00109\n731,1647003332,47.75153,9.00065\n732,1647003333,47.75153,9.00066\n733,1647003334,47.75151,9.00065\n734,1647003335,47.75152,9.00067\n735,1647003336,47.75152,9.00067\n736,1647003337,47.75152,9.00066\n737,1647003338,47.75152,9.00065\n738,1647003339,47.75152,9.00063\n739,1647003340,47.75152,9.00061\n740,1647003341,47.75153,9.00058\n741,1647003361,47.75165,9.00007\n742,1647003362,47.75167,9.00006\n743,1647003363,47.75169,9.00004\n744,1647003364,47.75171,9.00002\n745,1647003365,47.75171,8.99999\n746,1647003366,47.75171,8.99998\n747,1647003367,47.75161,8.99995\n748,1647003369,47.75164,8.99993\n749,1647003370,47.75167,8.99991\n750,1647003371,47.75168,8.99989\n751,1647003390,47.75172,8.99947\n752,1647003391,47.75176,8.99962\n753,1647003392,47.75176,8.99958\n754,1647003393,47.75176,8.99956\n755,1647003394,47.75177,8.99952\n756,1647003395,47.75177,8.99948\n757,1647003396,47.75177,8.99945\n758,1647003397,47.75173,8.99935\n759,1647003399,47.75173,8.99931\n760,1647003400,47.75174,8.99929\n761,1647003421,47.75186,8.99847\n762,1647003422,47.75186,8.99846\n763,1647003423,47.75186,8.99845\n764,1647003424,47.75187,8.99844\n765,1647003425,47.75187,8.99844\n766,1647003426,47.75187,8.99849\n767,1647003427,47.75187,8.99860\n768,1647003429,47.75187,8.99857\n769,1647003430,47.75187,8.99856\n770,1647003431,47.75187,8.99854\n771,1647003450,47.75177,8.99821\n772,1647003452,47.75178,8.99820\n773,1647003453,47.75178,8.99820\n774,1647003454,47.75178,8.99819\n775,1647003455,47.75180,8.99821\n776,1647003456,47.75179,8.99822\n777,1647003457,47.75179,8.99821\n778,1647003458,47.75180,8.99820\n779,1647003459,47.75181,8.99818\n780,1647003460,47.75181,8.99816\n781,1647003478,47.75205,8.99812\n782,1647003479,47.75178,8.99814\n783,1647003480,47.75175,8.99813\n784,1647003482,47.75174,8.99811\n785,1647003483,47.75176,8.99810\n786,1647003484,47.75174,8.99809\n787,1647003485,47.75175,8.99807\n788,1647003486,47.75175,8.99805\n789,1647003487,47.75176,8.99803\n790,1647003488,47.75176,8.99800\n791,1647003508,47.75170,8.99768\n792,1647003509,47.75172,8.99770\n793,1647003510,47.75175,8.99769\n794,1647003511,47.75181,8.99767\n795,1647003512,47.75183,8.99763\n796,1647003513,47.75182,8.99759\n797,1647003514,47.75180,8.99762\n798,1647003515,47.75179,8.99767\n799,1647003516,47.75178,8.99772\n800,1647003517,47.75172,8.99780\n801,1647003537,47.75164,8.99777\n802,1647003538,47.75158,8.99777\n803,1647003539,47.75159,8.99777\n804,1647003540,47.75159,8.99776\n805,1647003541,47.75159,8.99775\n806,1647003542,47.75160,8.99777\n807,1647003543,47.75160,8.99777\n808,1647003544,47.75160,8.99779\n809,1647003545,47.75159,8.99780\n810,1647003546,47.75159,8.99780\n811,1647003567,47.75140,8.99763\n812,1647003568,47.75136,8.99762\n813,1647003569,47.75135,8.99763\n814,1647003570,47.75134,8.99764\n815,1647003571,47.75134,8.99764\n816,1647003572,47.75134,8.99764\n817,1647003573,47.75133,8.99767\n818,1647003574,47.75132,8.99767\n819,1647003575,47.75132,8.99768\n820,1647003576,47.75132,8.99770\n821,1647003596,47.75121,8.99782\n822,1647003597,47.75119,8.99783\n823,1647003598,47.75117,8.99784\n824,1647003599,47.75115,8.99786\n825,1647003600,47.75113,8.99788\n826,1647003601,47.75112,8.99788\n827,1647003602,47.75110,8.99788\n828,1647003603,47.75109,8.99788\n829,1647003604,47.75107,8.99787\n830,1647003605,47.75107,8.99786\n831,1647003625,47.75090,8.99755\n832,1647003626,47.75088,8.99753\n833,1647003627,47.75086,8.99752\n834,1647003628,47.75085,8.99750\n835,1647003629,47.75084,8.99749\n836,1647003630,47.75083,8.99748\n837,1647003631,47.75083,8.99735\n838,1647003633,47.75082,8.99736\n839,1647003634,47.75081,8.99736\n840,1647003635,47.75080,8.99735\n841,1647003655,47.75050,8.99679\n842,1647003656,47.75049,8.99679\n843,1647003657,47.75049,8.99678\n844,1647003658,47.75050,8.99676\n845,1647003659,47.75052,8.99695\n846,1647003660,47.75052,8.99698\n847,1647003661,47.75049,8.99691\n848,1647003663,47.75048,8.99692\n849,1647003664,47.75047,8.99692\n850,1647003665,47.75045,8.99694\n851,1647003682,47.75042,8.99701\n852,1647003682,47.75040,8.99702\n853,1647003685,47.75030,8.99701\n854,1647003686,47.75026,8.99699\n855,1647003687,47.75021,8.99698\n856,1647003688,47.75017,8.99698\n857,1647003689,47.75014,8.99699\n858,1647003690,47.75012,8.99699\n859,1647003691,47.75009,8.99700\n860,1647003692,47.75007,8.99701\n861,1647003710,47.74922,8.99728\n862,1647003711,47.74962,8.99735\n863,1647003712,47.74967,8.99728\n864,1647003713,47.74971,8.99727\n865,1647003714,47.74973,8.99726\n866,1647003715,47.74972,8.99727\n867,1647003716,47.74970,8.99728\n868,1647003717,47.74969,8.99729\n869,1647003718,47.74969,8.99731\n870,1647003719,47.74968,8.99733\n871,1647003738,47.74952,8.99758\n872,1647003739,47.74951,8.99764\n873,1647003740,47.74952,8.99767\n874,1647003741,47.74952,8.99769\n875,1647003742,47.74952,8.99771\n876,1647003743,47.74951,8.99772\n877,1647003744,47.74951,8.99774\n878,1647003745,47.74952,8.99770\n879,1647003747,47.74951,8.99773\n880,1647003748,47.74950,8.99775\n881,1647003765,47.74942,8.99807\n882,1647003765,47.74938,8.99807\n883,1647003767,47.74939,8.99807\n884,1647003768,47.74938,8.99808\n885,1647003769,47.74937,8.99807\n886,1647003770,47.74936,8.99807\n887,1647003771,47.74935,8.99808\n888,1647003772,47.74934,8.99809\n889,1647003773,47.74934,8.99810\n890,1647003774,47.74932,8.99812\n891,1647003792,47.74920,8.99847\n892,1647003793,47.74920,8.99838\n893,1647003794,47.74920,8.99833\n894,1647003795,47.74923,8.99828\n895,1647003796,47.74923,8.99825\n896,1647003797,47.74923,8.99825\n897,1647003798,47.74923,8.99826\n898,1647003799,47.74921,8.99809\n899,1647003801,47.74923,8.99809\n900,1647003802,47.74924,8.99810\n901,1647003822,47.74883,8.99846\n902,1647003823,47.74885,8.99845\n903,1647003824,47.74886,8.99844\n904,1647003825,47.74892,8.99842\n905,1647003826,47.74893,8.99840\n906,1647003827,47.74894,8.99840\n907,1647003828,47.74894,8.99841\n908,1647003829,47.74893,8.99836\n909,1647003831,47.74893,8.99840\n910,1647003832,47.74893,8.99842\n911,1647003850,47.74869,8.99906\n912,1647003851,47.74869,8.99905\n913,1647003852,47.74869,8.99905\n914,1647003853,47.74868,8.99905\n915,1647003854,47.74868,8.99906\n916,1647003855,47.74867,8.99908\n917,1647003856,47.74867,8.99909\n918,1647003857,47.74865,8.99910\n919,1647003858,47.74864,8.99911\n920,1647003859,47.74864,8.99904\n921,1647003879,47.74853,8.99937\n922,1647003880,47.74849,8.99937\n923,1647003882,47.74846,8.99941\n924,1647003883,47.74844,8.99943\n925,1647003884,47.74843,8.99945\n926,1647003885,47.74841,8.99947\n927,1647003886,47.74840,8.99949\n928,1647003887,47.74839,8.99951\n929,1647003888,47.74838,8.99953\n930,1647003889,47.74838,8.99955\n931,1647003908,47.74844,8.99982\n932,1647003909,47.74842,8.99977\n933,1647003910,47.74840,8.99972\n934,1647003911,47.74840,8.99969\n935,1647003912,47.74838,8.99965\n936,1647003913,47.74836,8.99962\n937,1647003914,47.74834,8.99959\n938,1647003915,47.74833,8.99957\n939,1647003916,47.74832,8.99955\n940,1647003917,47.74830,8.99950\n941,1647003936,47.74812,8.99944\n942,1647003937,47.74813,8.99943\n943,1647003938,47.74813,8.99944\n944,1647003939,47.74812,8.99945\n945,1647003940,47.74810,8.99944\n946,1647003941,47.74809,8.99942\n947,1647003942,47.74809,8.99942\n948,1647003943,47.74811,8.99936\n949,1647003945,47.74810,8.99936\n950,1647003946,47.74811,8.99937\n951,1647003965,47.74809,8.99937\n952,1647003966,47.74804,8.99935\n953,1647003967,47.74801,8.99933\n954,1647003968,47.74796,8.99932\n955,1647003969,47.74794,8.99931\n956,1647003970,47.74792,8.99931\n957,1647003971,47.74790,8.99930\n958,1647003972,47.74789,8.99928\n959,1647003973,47.74789,8.99922\n960,1647003975,47.74788,8.99920\n961,1647003994,47.74777,8.99917\n962,1647003995,47.74775,8.99915\n963,1647003996,47.74773,8.99914\n964,1647003997,47.74770,8.99912\n965,1647003998,47.74768,8.99911\n966,1647003999,47.74766,8.99910\n967,1647004000,47.74765,8.99909\n968,1647004001,47.74764,8.99907\n969,1647004002,47.74763,8.99906\n970,1647004003,47.74762,8.99903\n971,1647004023,47.74732,8.99888\n972,1647004024,47.74731,8.99887\n973,1647004025,47.74731,8.99886\n974,1647004026,47.74729,8.99886\n975,1647004027,47.74729,8.99886\n976,1647004028,47.74727,8.99886\n977,1647004029,47.74726,8.99887\n978,1647004030,47.74725,8.99887\n979,1647004031,47.74724,8.99889\n980,1647004032,47.74723,8.99890\n981,1647004051,47.74692,8.99901\n982,1647004052,47.74692,8.99901\n983,1647004053,47.74691,8.99901\n984,1647004054,47.74691,8.99902\n985,1647004055,47.74691,8.99901\n986,1647004056,47.74692,8.99900\n987,1647004057,47.74691,8.99899\n988,1647004058,47.74691,8.99899\n989,1647004059,47.74690,8.99899\n990,1647004060,47.74688,8.99899\n991,1647004079,47.74681,8.99931\n992,1647004080,47.74681,8.99930\n993,1647004081,47.74681,8.99931\n994,1647004082,47.74683,8.99933\n995,1647004083,47.74685,8.99934\n996,1647004084,47.74687,8.99935\n997,1647004085,47.74688,8.99935\n998,1647004086,47.74689,8.99935\n999,1647004087,47.74690,8.99932\n1000,1647004089,47.74691,8.99933\n1001,1647004108,47.74690,8.99963\n1002,1647004109,47.74690,8.99964\n1003,1647004110,47.74689,8.99968\n1004,1647004111,47.74688,8.99970\n1005,1647004112,47.74687,8.99972\n1006,1647004113,47.74686,8.99975\n1007,1647004114,47.74685,8.99978\n1008,1647004115,47.74685,8.99980\n1009,1647004116,47.74685,8.99983\n1010,1647004117,47.74684,8.99983\n1011,1647004136,47.74673,9.00030\n1012,1647004137,47.74673,9.00032\n1013,1647004138,47.74673,9.00033\n1014,1647004139,47.74672,9.00034\n1015,1647004140,47.74670,9.00035\n1016,1647004141,47.74668,9.00037\n1017,1647004142,47.74668,9.00039\n1018,1647004143,47.74667,9.00040\n1019,1647004144,47.74666,9.00041\n1020,1647004145,47.74666,9.00043\n1021,1647004168,47.74652,9.00092\n1022,1647004169,47.74651,9.00095\n1023,1647004170,47.74650,9.00097\n1024,1647004171,47.74650,9.00097\n1025,1647004172,47.74648,9.00086\n1026,1647004174,47.74646,9.00089\n1027,1647004175,47.74646,9.00091\n1028,1647004176,47.74647,9.00094\n1029,1647004177,47.74648,9.00097\n1030,1647004178,47.74648,9.00100\n1031,1647004196,47.74632,9.00125\n1032,1647004197,47.74629,9.00125\n1033,1647004199,47.74626,9.00124\n1034,1647004200,47.74623,9.00122\n1035,1647004201,47.74622,9.00121\n1036,1647004202,47.74620,9.00120\n1037,1647004203,47.74620,9.00119\n1038,1647004204,47.74619,9.00118\n1039,1647004205,47.74618,9.00116\n1040,1647004206,47.74616,9.00115\n1041,1647004225,47.74591,9.00099\n1042,1647004226,47.74588,9.00100\n1043,1647004227,47.74586,9.00100\n1044,1647004228,47.74587,9.00101\n1045,1647004229,47.74586,9.00101\n1046,1647004230,47.74585,9.00100\n1047,1647004231,47.74586,9.00100\n1048,1647004232,47.74585,9.00100\n1049,1647004233,47.74584,9.00098\n1050,1647004234,47.74583,9.00097\n1051,1647004252,47.74563,9.00075\n1052,1647004253,47.74568,9.00070\n1053,1647004254,47.74566,9.00068\n1054,1647004255,47.74564,9.00067\n1055,1647004256,47.74563,9.00065\n1056,1647004257,47.74561,9.00064\n1057,1647004258,47.74560,9.00063\n1058,1647004259,47.74558,9.00062\n1059,1647004260,47.74557,9.00061\n1060,1647004261,47.74556,9.00059\n1061,1647004281,47.74530,9.00034\n1062,1647004282,47.74529,9.00033\n1063,1647004283,47.74528,9.00032\n1064,1647004284,47.74528,9.00031\n1065,1647004285,47.74527,9.00030\n1066,1647004286,47.74526,9.00029\n1067,1647004287,47.74525,9.00028\n1068,1647004288,47.74524,9.00028\n1069,1647004289,47.74523,9.00026\n1070,1647004290,47.74522,9.00025\n1071,1647004308,47.74467,9.00036\n1072,1647004309,47.74493,9.00015\n1073,1647004310,47.74494,9.00015\n1074,1647004311,47.74493,9.00016\n1075,1647004312,47.74494,9.00018\n1076,1647004313,47.74494,9.00020\n1077,1647004314,47.74494,9.00022\n1078,1647004315,47.74494,9.00022\n1079,1647004317,47.74493,9.00024\n1080,1647004318,47.74491,9.00024\n1081,1647004335,47.74473,9.00009\n1082,1647004335,47.74473,9.00010\n1083,1647004338,47.74468,9.00007\n1084,1647004339,47.74467,9.00007\n1085,1647004340,47.74465,9.00006\n1086,1647004341,47.74464,9.00004\n1087,1647004342,47.74463,9.00002\n1088,1647004343,47.74463,9.00000\n1089,1647004344,47.74462,8.99999\n1090,1647004345,47.74460,8.99997\n1091,1647004364,47.74453,8.99969\n1092,1647004365,47.74450,8.99965\n1093,1647004366,47.74449,8.99962\n1094,1647004367,47.74448,8.99960\n1095,1647004368,47.74447,8.99959\n1096,1647004369,47.74446,8.99959\n1097,1647004370,47.74445,8.99958\n1098,1647004371,47.74444,8.99957\n1099,1647004372,47.74443,8.99957\n1100,1647004373,47.74443,8.99957\n1101,1647004391,47.74470,8.99929\n1102,1647004392,47.74464,8.99928\n1103,1647004393,47.74463,8.99926\n1104,1647004394,47.74462,8.99924\n1105,1647004395,47.74462,8.99922\n1106,1647004396,47.74462,8.99920\n1107,1647004397,47.74461,8.99918\n1108,1647004398,47.74461,8.99916\n1109,1647004399,47.74461,8.99914\n1110,1647004401,47.74460,8.99911\n1111,1647004419,47.74454,8.99877\n1112,1647004420,47.74453,8.99878\n1113,1647004421,47.74453,8.99874\n1114,1647004422,47.74452,8.99872\n1115,1647004423,47.74452,8.99869\n1116,1647004424,47.74451,8.99865\n1117,1647004425,47.74451,8.99862\n1118,1647004426,47.74451,8.99859\n1119,1647004427,47.74451,8.99857\n1120,1647004428,47.74451,8.99855\n1121,1647004446,47.74394,8.99855\n1122,1647004447,47.74420,8.99850\n1123,1647004448,47.74422,8.99853\n1124,1647004449,47.74422,8.99854\n1125,1647004450,47.74422,8.99856\n1126,1647004451,47.74421,8.99857\n1127,1647004452,47.74420,8.99858\n1128,1647004453,47.74418,8.99859\n1129,1647004454,47.74417,8.99859\n1130,1647004455,47.74416,8.99859\n1131,1647004475,47.74402,8.99874\n1132,1647004476,47.74400,8.99874\n1133,1647004477,47.74398,8.99875\n1134,1647004478,47.74396,8.99876\n1135,1647004479,47.74393,8.99877\n1136,1647004480,47.74393,8.99878\n1137,1647004481,47.74392,8.99879\n1138,1647004482,47.74390,8.99880\n1139,1647004483,47.74389,8.99880\n1140,1647004484,47.74387,8.99881\n1141,1647004502,47.74349,8.99906\n1142,1647004503,47.74361,8.99892\n1143,1647004504,47.74359,8.99892\n1144,1647004505,47.74358,8.99893\n1145,1647004506,47.74358,8.99894\n1146,1647004507,47.74356,8.99895\n1147,1647004508,47.74356,8.99897\n1148,1647004509,47.74355,8.99898\n1149,1647004510,47.74353,8.99900\n1150,1647004511,47.74352,8.99902\n1151,1647004532,47.74325,8.99888\n1152,1647004533,47.74327,8.99887\n1153,1647004534,47.74326,8.99885\n1154,1647004535,47.74325,8.99885\n1155,1647004536,47.74323,8.99884\n1156,1647004537,47.74320,8.99884\n1157,1647004539,47.74318,8.99883\n1158,1647004540,47.74316,8.99883\n1159,1647004541,47.74315,8.99883\n1160,1647004542,47.74313,8.99884\n1161,1647004561,47.74308,8.99898\n1162,1647004562,47.74310,8.99905\n1163,1647004563,47.74311,8.99909\n1164,1647004564,47.74314,8.99917\n1165,1647004565,47.74309,8.99901\n1166,1647004566,47.74306,8.99897\n1167,1647004567,47.74302,8.99901\n1168,1647004569,47.74301,8.99901\n1169,1647004570,47.74301,8.99900\n1170,1647004571,47.74301,8.99899\n1171,1647004590,47.74301,8.99872\n1172,1647004592,47.74303,8.99882\n1173,1647004593,47.74301,8.99885\n1174,1647004594,47.74303,8.99887\n1175,1647004595,47.74304,8.99888\n1176,1647004596,47.74303,8.99889\n1177,1647004597,47.74302,8.99890\n1178,1647004598,47.74301,8.99891\n1179,1647004599,47.74302,8.99891\n1180,1647004600,47.74302,8.99891\n1181,1647004617,47.74301,8.99894\n1182,1647004617,47.74300,8.99895\n1183,1647004619,47.74303,8.99895\n1184,1647004620,47.74304,8.99896\n1185,1647004621,47.74304,8.99896\n1186,1647004622,47.74304,8.99896\n1187,1647004623,47.74303,8.99896\n1188,1647004624,47.74303,8.99895\n1189,1647004625,47.74303,8.99895\n1190,1647004626,47.74303,8.99895\n1191,1647004645,47.74304,8.99893\n1192,1647004646,47.74305,8.99891\n1193,1647004647,47.74305,8.99891\n1194,1647004648,47.74305,8.99891\n1195,1647004649,47.74305,8.99890\n1196,1647004650,47.74305,8.99890\n1197,1647004651,47.74305,8.99890\n1198,1647004652,47.74304,8.99891\n1199,1647004653,47.74304,8.99891\n1200,1647004654,47.74304,8.99891\n1201,1647004673,47.74315,8.99884\n1202,1647004674,47.74313,8.99885\n1203,1647004675,47.74310,8.99885\n1204,1647004676,47.74309,8.99885\n1205,1647004677,47.74309,8.99885\n1206,1647004678,47.74308,8.99885\n1207,1647004679,47.74307,8.99886\n1208,1647004680,47.74306,8.99886\n1209,1647004681,47.74294,8.99893\n1210,1647004683,47.74295,8.99893\n1211,1647004702,47.74315,8.99883\n1212,1647004703,47.74314,8.99886\n1213,1647004704,47.74314,8.99886\n1214,1647004705,47.74313,8.99887\n1215,1647004706,47.74314,8.99887\n1216,1647004707,47.74314,8.99887\n1217,1647004708,47.74314,8.99888\n1218,1647004709,47.74313,8.99888\n1219,1647004710,47.74313,8.99888\n1220,1647004711,47.74309,8.99893\n1221,1647004730,47.74310,8.99894\n1222,1647004731,47.74309,8.99893\n1223,1647004732,47.74308,8.99893\n1224,1647004733,47.74308,8.99893\n1225,1647004734,47.74308,8.99893\n1226,1647004735,47.74307,8.99893\n1227,1647004736,47.74307,8.99893\n1228,1647004737,47.74307,8.99893\n1229,1647004738,47.74307,8.99893\n1230,1647004739,47.74307,8.99892\n1231,1647004757,47.74321,8.99887\n1232,1647004758,47.74315,8.99888\n1233,1647004759,47.74315,8.99889\n1234,1647004760,47.74316,8.99890\n1235,1647004761,47.74316,8.99890\n1236,1647004762,47.74317,8.99891\n1237,1647004763,47.74318,8.99891\n1238,1647004764,47.74319,8.99891\n1239,1647004765,47.74314,8.99896\n1240,1647004767,47.74313,8.99896\n1241,1647004785,47.74320,8.99906\n1242,1647004786,47.74312,8.99894\n1243,1647004787,47.74312,8.99895\n1244,1647004788,47.74313,8.99895\n1245,1647004789,47.74314,8.99895\n1246,1647004790,47.74315,8.99895\n1247,1647004791,47.74315,8.99895\n1248,1647004792,47.74316,8.99895\n1249,1647004793,47.74315,8.99895\n1250,1647004794,47.74315,8.99895\n1251,1647004813,47.74303,8.99896\n1252,1647004814,47.74303,8.99896\n1253,1647004815,47.74304,8.99895\n1254,1647004816,47.74304,8.99895\n1255,1647004817,47.74304,8.99895\n1256,1647004818,47.74306,8.99895\n1257,1647004819,47.74304,8.99896\n1258,1647004821,47.74304,8.99896\n1259,1647004822,47.74305,8.99896\n1260,1647004823,47.74305,8.99896\n1261,1647004840,47.74308,8.99897\n1262,1647004840,47.74308,8.99897\n1263,1647004842,47.74308,8.99898\n1264,1647004843,47.74307,8.99898\n1265,1647004844,47.74308,8.99898\n1266,1647004845,47.74308,8.99898\n1267,1647004846,47.74308,8.99898\n1268,1647004847,47.74307,8.99898\n1269,1647004848,47.74307,8.99898\n1270,1647004849,47.74307,8.99897\n1271,1647004869,47.74312,8.99900\n1272,1647004870,47.74310,8.99900\n1273,1647004871,47.74310,8.99901\n1274,1647004872,47.74309,8.99900\n1275,1647004873,47.74308,8.99900\n1276,1647004874,47.74308,8.99900\n1277,1647004875,47.74308,8.99899\n1278,1647004876,47.74308,8.99899\n1279,1647004877,47.74308,8.99899\n1280,1647004878,47.74308,8.99898\n1281,1647004898,47.74310,8.99893\n1282,1647004899,47.74310,8.99893\n1283,1647004900,47.74311,8.99893\n1284,1647004901,47.74311,8.99893\n1285,1647004902,47.74311,8.99894\n1286,1647004903,47.74308,8.99898\n1287,1647004905,47.74309,8.99898\n1288,1647004906,47.74309,8.99898\n1289,1647004907,47.74309,8.99898\n1290,1647004908,47.74309,8.99898\n1291,1647004925,47.74302,8.99896\n1292,1647004925,47.74296,8.99894\n1293,1647004927,47.74300,8.99894\n1294,1647004928,47.74300,8.99894\n1295,1647004929,47.74301,8.99895\n1296,1647004930,47.74302,8.99895\n1297,1647004931,47.74303,8.99896\n1298,1647004932,47.74304,8.99896\n1299,1647004933,47.74304,8.99896\n1300,1647004934,47.74304,8.99895\n1301,1647004954,47.74320,8.99904\n1302,1647004955,47.74321,8.99903\n1303,1647004956,47.74320,8.99903\n1304,1647004957,47.74318,8.99902\n1305,1647004958,47.74317,8.99902\n1306,1647004959,47.74317,8.99901\n1307,1647004960,47.74316,8.99901\n1308,1647004961,47.74315,8.99901\n1309,1647004962,47.74314,8.99901\n1310,1647004963,47.74314,8.99901\n1311,1647004981,47.74313,8.99885\n1312,1647004982,47.74313,8.99891\n1313,1647004983,47.74313,8.99892\n1314,1647004984,47.74312,8.99892\n1315,1647004985,47.74311,8.99892\n1316,1647004986,47.74311,8.99894\n1317,1647004987,47.74311,8.99895\n1318,1647004988,47.74311,8.99895\n1319,1647004989,47.74311,8.99895\n1320,1647004990,47.74311,8.99896\n1321,1647005009,47.74331,8.99887\n1322,1647005010,47.74329,8.99890\n1323,1647005011,47.74327,8.99892\n1324,1647005012,47.74325,8.99892\n1325,1647005013,47.74322,8.99894\n1326,1647005014,47.74321,8.99894\n1327,1647005015,47.74320,8.99894\n1328,1647005016,47.74318,8.99895\n1329,1647005017,47.74315,8.99899\n1330,1647005019,47.74315,8.99899\n1331,1647005041,47.74314,8.99901\n1332,1647005042,47.74314,8.99899\n1333,1647005043,47.74314,8.99899\n1334,1647005044,47.74313,8.99899\n1335,1647005045,47.74314,8.99899\n1336,1647005046,47.74314,8.99899\n1337,1647005047,47.74314,8.99898\n1338,1647005049,47.74313,8.99898\n1339,1647005050,47.74312,8.99897\n1340,1647005051,47.74312,8.99897\n1341,1647005074,47.74296,8.99895\n1342,1647005075,47.74296,8.99895\n1343,1647005076,47.74297,8.99895\n1344,1647005077,47.74297,8.99895\n1345,1647005078,47.74298,8.99896\n1346,1647005079,47.74298,8.99896\n1347,1647005080,47.74298,8.99896\n1348,1647005081,47.74298,8.99895\n1349,1647005082,47.74298,8.99895\n1350,1647005083,47.74299,8.99895\n1351,1647005103,47.74301,8.99903\n1352,1647005104,47.74301,8.99901\n1353,1647005105,47.74301,8.99901\n1354,1647005106,47.74300,8.99900\n1355,1647005107,47.74300,8.99900\n1356,1647005108,47.74301,8.99899\n1357,1647005109,47.74301,8.99899\n1358,1647005110,47.74301,8.99898\n1359,1647005111,47.74301,8.99898\n1360,1647005112,47.74301,8.99898\n1361,1647005137,47.74306,8.99898\n1362,1647005139,47.74306,8.99899\n1363,1647005140,47.74305,8.99899\n1364,1647005141,47.74305,8.99899\n1365,1647005142,47.74305,8.99899\n1366,1647005143,47.74304,8.99899\n1367,1647005144,47.74303,8.99898\n1368,1647005145,47.74303,8.99898\n1369,1647005146,47.74303,8.99898\n1370,1647005147,47.74303,8.99898\n1371,1647005166,47.74306,8.99897\n1372,1647005167,47.74305,8.99896\n1373,1647005168,47.74305,8.99896\n1374,1647005169,47.74306,8.99895\n1375,1647005170,47.74307,8.99895\n1376,1647005171,47.74306,8.99894\n1377,1647005172,47.74306,8.99894\n1378,1647005173,47.74306,8.99894\n1379,1647005174,47.74306,8.99894\n1380,1647005175,47.74306,8.99894\n1381,1647005194,47.74294,8.99864\n1382,1647005195,47.74305,8.99882\n1383,1647005196,47.74310,8.99890\n1384,1647005197,47.74312,8.99893\n1385,1647005198,47.74312,8.99894\n1386,1647005199,47.74312,8.99895\n1387,1647005200,47.74312,8.99895\n1388,1647005201,47.74313,8.99895\n1389,1647005202,47.74312,8.99895\n1390,1647005203,47.74312,8.99894\n1391,1647005221,47.74319,8.99893\n1392,1647005222,47.74317,8.99888\n1393,1647005223,47.74319,8.99895\n1394,1647005224,47.74318,8.99897\n1395,1647005225,47.74316,8.99897\n1396,1647005226,47.74315,8.99896\n1397,1647005227,47.74313,8.99896\n1398,1647005228,47.74312,8.99896\n1399,1647005229,47.74311,8.99895\n1400,1647005230,47.74311,8.99895\n1401,1647005251,47.74292,8.99894\n1402,1647005252,47.74294,8.99893\n1403,1647005253,47.74294,8.99892\n1404,1647005254,47.74295,8.99892\n1405,1647005255,47.74295,8.99892\n1406,1647005256,47.74296,8.99892\n1407,1647005257,47.74297,8.99892\n1408,1647005259,47.74297,8.99892\n1409,1647005260,47.74297,8.99892\n1410,1647005261,47.74297,8.99892\n1411,1647005278,47.74296,8.99901\n1412,1647005278,47.74290,8.99899\n1413,1647005280,47.74297,8.99900\n1414,1647005281,47.74298,8.99900\n1415,1647005282,47.74300,8.99899\n1416,1647005283,47.74301,8.99898\n1417,1647005284,47.74301,8.99898\n1418,1647005285,47.74302,8.99897\n1419,1647005286,47.74302,8.99897\n1420,1647005287,47.74304,8.99897\n1421,1647005305,47.74302,8.99896\n1422,1647005306,47.74300,8.99894\n1423,1647005307,47.74300,8.99894\n1424,1647005308,47.74300,8.99894\n1425,1647005309,47.74300,8.99894\n1426,1647005310,47.74301,8.99893\n1427,1647005311,47.74301,8.99893\n1428,1647005312,47.74300,8.99893\n1429,1647005313,47.74301,8.99892\n1430,1647005314,47.74301,8.99892\n1431,1647005333,47.74314,8.99907\n1432,1647005334,47.74314,8.99906\n1433,1647005335,47.74313,8.99907\n1434,1647005336,47.74312,8.99906\n1435,1647005337,47.74312,8.99904\n1436,1647005338,47.74312,8.99904\n1437,1647005339,47.74312,8.99902\n1438,1647005340,47.74311,8.99902\n1439,1647005341,47.74312,8.99901\n1440,1647005343,47.74312,8.99901\n1441,1647005362,47.74287,8.99891\n1442,1647005363,47.74287,8.99890\n1443,1647005364,47.74288,8.99888\n1444,1647005365,47.74289,8.99886\n1445,1647005366,47.74290,8.99884\n1446,1647005367,47.74290,8.99883\n1447,1647005368,47.74290,8.99883\n1448,1647005369,47.74290,8.99883\n1449,1647005370,47.74291,8.99883\n1450,1647005371,47.74291,8.99882\n1451,1647005400,47.74299,8.99881\n1452,1647005401,47.74295,8.99887\n1453,1647005403,47.74296,8.99888\n1454,1647005404,47.74298,8.99888\n1455,1647005405,47.74299,8.99888\n1456,1647005406,47.74299,8.99888\n1457,1647005407,47.74300,8.99888\n1458,1647005408,47.74301,8.99888\n1459,1647005409,47.74301,8.99889\n1460,1647005410,47.74301,8.99889\n1461,1647005440,47.74294,8.99887\n1462,1647005441,47.74294,8.99887\n1463,1647005442,47.74295,8.99888\n1464,1647005443,47.74295,8.99888\n1465,1647005444,47.74296,8.99889\n1466,1647005445,47.74297,8.99889\n1467,1647005446,47.74298,8.99889\n1468,1647005447,47.74298,8.99889\n1469,1647005448,47.74299,8.99889\n1470,1647005449,47.74299,8.99890\n1471,1647005476,47.74305,8.99895\n1472,1647005477,47.74306,8.99895\n1473,1647005478,47.74306,8.99895\n1474,1647005479,47.74306,8.99896\n1475,1647005480,47.74307,8.99896\n1476,1647005481,47.74307,8.99896\n1477,1647005482,47.74307,8.99896\n1478,1647005483,47.74306,8.99896\n1479,1647005484,47.74306,8.99896\n1480,1647005485,47.74305,8.99896\n1481,1647005514,47.74315,8.99890\n1482,1647005515,47.74306,8.99890\n1483,1647005517,47.74306,8.99890\n1484,1647005518,47.74306,8.99891\n1485,1647005519,47.74307,8.99892\n1486,1647005520,47.74307,8.99892\n1487,1647005521,47.74307,8.99892\n1488,1647005522,47.74307,8.99893\n1489,1647005523,47.74306,8.99893\n1490,1647005524,47.74306,8.99893\n1491,1647005551,47.74293,8.99882\n1492,1647005552,47.74293,8.99882\n1493,1647005553,47.74294,8.99882\n1494,1647005554,47.74295,8.99883\n1495,1647005555,47.74295,8.99883\n1496,1647005556,47.74296,8.99883\n1497,1647005557,47.74297,8.99884\n1498,1647005558,47.74297,8.99884\n1499,1647005559,47.74298,8.99885\n1500,1647005560,47.74298,8.99885\n1501,1647005587,47.74302,8.99887\n1502,1647005588,47.74302,8.99887\n1503,1647005589,47.74302,8.99887\n1504,1647005590,47.74302,8.99888\n1505,1647005591,47.74303,8.99888\n1506,1647005592,47.74304,8.99888\n1507,1647005593,47.74304,8.99888\n1508,1647005594,47.74305,8.99888\n1509,1647005595,47.74305,8.99889\n1510,1647005596,47.74311,8.99892\n1511,1647005618,47.74315,8.99890\n1512,1647005619,47.74317,8.99891\n1513,1647005620,47.74316,8.99890\n1514,1647005621,47.74315,8.99890\n1515,1647005622,47.74314,8.99890\n1516,1647005623,47.74312,8.99891\n1517,1647005625,47.74311,8.99891\n1518,1647005626,47.74310,8.99891\n1519,1647005627,47.74309,8.99891\n1520,1647005628,47.74309,8.99891\n1521,1647005657,47.74308,8.99895\n1522,1647005658,47.74307,8.99894\n1523,1647005659,47.74307,8.99894\n1524,1647005660,47.74305,8.99894\n1525,1647005661,47.74304,8.99894\n1526,1647005662,47.74303,8.99894\n1527,1647005663,47.74302,8.99894\n1528,1647005664,47.74302,8.99894\n1529,1647005665,47.74301,8.99894\n1530,1647005667,47.74301,8.99894\n1531,1647005687,47.74297,8.99893\n1532,1647005688,47.74295,8.99892\n1533,1647005689,47.74296,8.99891\n1534,1647005690,47.74296,8.99891\n1535,1647005691,47.74297,8.99891\n1536,1647005692,47.74297,8.99891\n1537,1647005693,47.74296,8.99891\n1538,1647005694,47.74296,8.99891\n1539,1647005695,47.74296,8.99890\n1540,1647005696,47.74295,8.99890\n1541,1647005717,47.74304,8.99891\n1542,1647005718,47.74296,8.99892\n1543,1647005719,47.74296,8.99892\n1544,1647005720,47.74294,8.99892\n1545,1647005721,47.74291,8.99891\n1546,1647005722,47.74290,8.99891\n1547,1647005723,47.74289,8.99892\n1548,1647005724,47.74288,8.99892\n1549,1647005725,47.74290,8.99892\n1550,1647005727,47.74291,8.99891\n1551,1647005755,47.74306,8.99897\n1552,1647005757,47.74306,8.99897\n1553,1647005758,47.74305,8.99897\n1554,1647005759,47.74305,8.99897\n1555,1647005760,47.74305,8.99896\n1556,1647005761,47.74305,8.99896\n1557,1647005762,47.74305,8.99896\n1558,1647005763,47.74305,8.99896\n1559,1647005764,47.74304,8.99896\n1560,1647005765,47.74304,8.99896\n1561,1647005788,47.74306,8.99891\n1562,1647005789,47.74306,8.99892\n1563,1647005790,47.74305,8.99892\n1564,1647005791,47.74305,8.99891\n1565,1647005792,47.74305,8.99891\n1566,1647005793,47.74305,8.99892\n1567,1647005794,47.74306,8.99892\n1568,1647005795,47.74306,8.99892\n1569,1647005796,47.74306,8.99891\n1570,1647005797,47.74307,8.99891\n1571,1647005818,47.74310,8.99890\n1572,1647005819,47.74311,8.99890\n1573,1647005820,47.74311,8.99890\n1574,1647005821,47.74312,8.99890\n1575,1647005822,47.74311,8.99890\n1576,1647005823,47.74311,8.99890\n1577,1647005824,47.74311,8.99890\n1578,1647005825,47.74311,8.99890\n1579,1647005826,47.74310,8.99890\n1580,1647005827,47.74309,8.99890\n1581,1647005846,47.74307,8.99894\n1582,1647005847,47.74300,8.99893\n1583,1647005848,47.74299,8.99893\n1584,1647005849,47.74298,8.99893\n1585,1647005850,47.74298,8.99892\n1586,1647005851,47.74298,8.99892\n1587,1647005852,47.74298,8.99891\n1588,1647005853,47.74298,8.99891\n1589,1647005854,47.74298,8.99891\n1590,1647005855,47.74298,8.99891\n1591,1647005885,47.74297,8.99894\n1592,1647005886,47.74298,8.99894\n1593,1647005887,47.74299,8.99893\n1594,1647005888,47.74300,8.99893\n1595,1647005889,47.74301,8.99893\n1596,1647005890,47.74301,8.99893\n1597,1647005891,47.74302,8.99892\n1598,1647005892,47.74302,8.99892\n1599,1647005893,47.74303,8.99892\n1600,1647005894,47.74304,8.99892\n1601,1647005915,47.74329,8.99891\n1602,1647005916,47.74315,8.99893\n1603,1647005917,47.74313,8.99894\n1604,1647005918,47.74309,8.99894\n1605,1647005919,47.74306,8.99894\n1606,1647005920,47.74304,8.99894\n1607,1647005921,47.74303,8.99894\n1608,1647005922,47.74303,8.99894\n1609,1647005923,47.74303,8.99894\n1610,1647005925,47.74302,8.99894\n1611,1647005947,47.74274,8.99900\n1612,1647005948,47.74277,8.99899\n1613,1647005949,47.74275,8.99900\n1614,1647005950,47.74274,8.99900\n1615,1647005951,47.74274,8.99900\n1616,1647005952,47.74274,8.99899\n1617,1647005953,47.74288,8.99896\n1618,1647005955,47.74288,8.99896\n1619,1647005956,47.74289,8.99896\n1620,1647005957,47.74289,8.99896\n1621,1647005977,47.74307,8.99891\n1622,1647005978,47.74306,8.99891\n1623,1647005979,47.74304,8.99891\n1624,1647005980,47.74303,8.99891\n1625,1647005981,47.74303,8.99891\n1626,1647005982,47.74303,8.99891\n1627,1647005983,47.74302,8.99891\n1628,1647005984,47.74302,8.99891\n1629,1647005985,47.74302,8.99891\n1630,1647005986,47.74302,8.99891\n1631,1647006013,47.74286,8.99886\n1632,1647006014,47.74286,8.99886\n1633,1647006015,47.74285,8.99886\n1634,1647006016,47.74286,8.99886\n1635,1647006017,47.74286,8.99886\n1636,1647006018,47.74286,8.99886\n1637,1647006019,47.74286,8.99886\n1638,1647006020,47.74286,8.99886\n1639,1647006021,47.74287,8.99886\n1640,1647006022,47.74288,8.99886\n1641,1647006053,47.74307,8.99884\n1642,1647006054,47.74307,8.99884\n1643,1647006055,47.74306,8.99884\n1644,1647006056,47.74306,8.99884\n1645,1647006057,47.74306,8.99884\n1646,1647006058,47.74307,8.99883\n1647,1647006059,47.74307,8.99884\n1648,1647006060,47.74307,8.99884\n1649,1647006061,47.74305,8.99884\n1650,1647006062,47.74304,8.99885\n1651,1647006079,47.74291,8.99884\n1652,1647006081,47.74296,8.99890\n1653,1647006082,47.74297,8.99890\n1654,1647006083,47.74298,8.99890\n1655,1647006084,47.74299,8.99890\n1656,1647006085,47.74300,8.99890\n1657,1647006086,47.74300,8.99890\n1658,1647006087,47.74300,8.99890\n1659,1647006088,47.74301,8.99890\n1660,1647006089,47.74301,8.99890\n1661,1647006107,47.74308,8.99886\n1662,1647006108,47.74299,8.99889\n1663,1647006109,47.74295,8.99890\n1664,1647006110,47.74296,8.99890\n1665,1647006111,47.74295,8.99891\n1666,1647006112,47.74292,8.99891\n1667,1647006113,47.74291,8.99891\n1668,1647006114,47.74293,8.99890\n1669,1647006115,47.74300,8.99889\n1670,1647006117,47.74301,8.99889\n1671,1647006135,47.74319,8.99884\n1672,1647006136,47.74301,8.99886\n1673,1647006137,47.74302,8.99886\n1674,1647006138,47.74302,8.99887\n1675,1647006139,47.74302,8.99887\n1676,1647006140,47.74301,8.99887\n1677,1647006141,47.74300,8.99887\n1678,1647006142,47.74300,8.99887\n1679,1647006143,47.74300,8.99887\n1680,1647006144,47.74299,8.99887\n1681,1647006162,47.74320,8.99881\n1682,1647006163,47.74298,8.99887\n1683,1647006164,47.74298,8.99886\n1684,1647006165,47.74297,8.99886\n1685,1647006166,47.74298,8.99886\n1686,1647006167,47.74298,8.99887\n1687,1647006168,47.74298,8.99887\n1688,1647006169,47.74299,8.99888\n1689,1647006171,47.74299,8.99888\n1690,1647006172,47.74299,8.99888\n1691,1647006191,47.74326,8.99877\n1692,1647006192,47.74324,8.99878\n1693,1647006193,47.74307,8.99885\n1694,1647006194,47.74296,8.99886\n1695,1647006195,47.74295,8.99886\n1696,1647006196,47.74295,8.99885\n1697,1647006197,47.74295,8.99885\n1698,1647006198,47.74296,8.99885\n1699,1647006199,47.74297,8.99885\n1700,1647006201,47.74297,8.99885\n1701,1647006220,47.74303,8.99883\n1702,1647006221,47.74304,8.99883\n1703,1647006222,47.74303,8.99883\n1704,1647006223,47.74303,8.99883\n1705,1647006224,47.74303,8.99883\n1706,1647006225,47.74304,8.99883\n1707,1647006226,47.74304,8.99883\n1708,1647006227,47.74304,8.99883\n1709,1647006228,47.74304,8.99884\n1710,1647006229,47.74303,8.99884\n1711,1647006248,47.74308,8.99887\n1712,1647006249,47.74302,8.99888\n1713,1647006250,47.74301,8.99889\n1714,1647006251,47.74300,8.99888\n1715,1647006252,47.74299,8.99888\n1716,1647006253,47.74299,8.99888\n1717,1647006254,47.74298,8.99888\n1718,1647006255,47.74298,8.99888\n1719,1647006256,47.74298,8.99888\n1720,1647006257,47.74297,8.99888\n1721,1647006275,47.74337,8.99886\n1722,1647006276,47.74314,8.99890\n1723,1647006278,47.74296,8.99893\n1724,1647006279,47.74297,8.99893\n1725,1647006280,47.74298,8.99893\n1726,1647006281,47.74299,8.99892\n1727,1647006282,47.74300,8.99891\n1728,1647006283,47.74300,8.99891\n1729,1647006283,47.74303,8.99890\n1730,1647006285,47.74303,8.99890\n1731,1647006304,47.74292,8.99896\n1732,1647006305,47.74291,8.99895\n1733,1647006306,47.74291,8.99894\n1734,1647006307,47.74296,8.99891\n1735,1647006308,47.74309,8.99888\n1736,1647006309,47.74307,8.99888\n1737,1647006310,47.74306,8.99888\n1738,1647006311,47.74305,8.99888\n1739,1647006312,47.74304,8.99888\n1740,1647006313,47.74312,8.99886\n1741,1647006333,47.74297,8.99891\n1742,1647006334,47.74302,8.99888\n1743,1647006335,47.74299,8.99889\n1744,1647006336,47.74300,8.99889\n1745,1647006337,47.74299,8.99889\n1746,1647006338,47.74299,8.99889\n1747,1647006339,47.74299,8.99889\n1748,1647006340,47.74299,8.99889\n1749,1647006341,47.74299,8.99888\n1750,1647006342,47.74299,8.99888\n1751,1647006361,47.74324,8.99894\n1752,1647006362,47.74297,8.99889\n1753,1647006363,47.74295,8.99889\n1754,1647006364,47.74295,8.99889\n1755,1647006365,47.74294,8.99889\n1756,1647006366,47.74294,8.99889\n1757,1647006367,47.74294,8.99890\n1758,1647006368,47.74295,8.99890\n1759,1647006369,47.74296,8.99890\n1760,1647006370,47.74296,8.99889\n1761,1647006389,47.74310,8.99885\n1762,1647006390,47.74311,8.99885\n1763,1647006391,47.74312,8.99886\n1764,1647006392,47.74312,8.99886\n1765,1647006393,47.74311,8.99887\n1766,1647006394,47.74311,8.99888\n1767,1647006395,47.74311,8.99888\n1768,1647006396,47.74311,8.99888\n1769,1647006397,47.74310,8.99889\n1770,1647006399,47.74310,8.99890\n1771,1647006418,47.74300,8.99883\n1772,1647006419,47.74297,8.99885\n1773,1647006420,47.74304,8.99883\n1774,1647006421,47.74302,8.99884\n1775,1647006422,47.74302,8.99884\n1776,1647006423,47.74303,8.99883\n1777,1647006424,47.74304,8.99883\n1778,1647006425,47.74304,8.99883\n1779,1647006426,47.74304,8.99884\n1780,1647006427,47.74298,8.99886\n1781,1647006447,47.74300,8.99881\n1782,1647006448,47.74313,8.99880\n1783,1647006449,47.74313,8.99881\n1784,1647006450,47.74313,8.99881\n1785,1647006451,47.74313,8.99881\n1786,1647006452,47.74312,8.99881\n1787,1647006453,47.74312,8.99880\n1788,1647006454,47.74311,8.99880\n1789,1647006455,47.74311,8.99880\n1790,1647006456,47.74311,8.99880\n1791,1647006476,47.74276,8.99888\n1792,1647006477,47.74275,8.99893\n1793,1647006478,47.74278,8.99894\n1794,1647006479,47.74273,8.99895\n1795,1647006480,47.74270,8.99897\n1796,1647006481,47.74268,8.99897\n1797,1647006482,47.74269,8.99897\n1798,1647006483,47.74270,8.99897\n1799,1647006484,47.74271,8.99896\n1800,1647006485,47.74272,8.99896\n1801,1647006503,47.74281,8.99878\n1802,1647006504,47.74302,8.99884\n1803,1647006505,47.74295,8.99886\n1804,1647006506,47.74293,8.99887\n1805,1647006507,47.74286,8.99890\n1806,1647006508,47.74287,8.99891\n1807,1647006509,47.74287,8.99892\n1808,1647006510,47.74286,8.99891\n1809,1647006511,47.74298,8.99889\n1810,1647006513,47.74298,8.99890\n1811,1647006532,47.74260,8.99894\n1812,1647006533,47.74264,8.99892\n1813,1647006534,47.74273,8.99892\n1814,1647006535,47.74284,8.99890\n1815,1647006536,47.74295,8.99887\n1816,1647006537,47.74300,8.99886\n1817,1647006538,47.74300,8.99887\n1818,1647006539,47.74300,8.99887\n1819,1647006540,47.74300,8.99888\n1820,1647006541,47.74297,8.99889\n1821,1647006559,47.74273,8.99893\n1822,1647006560,47.74284,8.99889\n1823,1647006561,47.74288,8.99889\n1824,1647006562,47.74290,8.99888\n1825,1647006563,47.74292,8.99888\n1826,1647006564,47.74284,8.99889\n1827,1647006565,47.74283,8.99890\n1828,1647006566,47.74282,8.99891\n1829,1647006567,47.74283,8.99892\n1830,1647006568,47.74283,8.99892\n1831,1647006590,47.74242,8.99897\n1832,1647006591,47.74241,8.99899\n1833,1647006592,47.74252,8.99898\n1834,1647006593,47.74273,8.99895\n1835,1647006594,47.74278,8.99895\n1836,1647006595,47.74280,8.99895\n1837,1647006596,47.74299,8.99890\n1838,1647006597,47.74298,8.99891\n1839,1647006598,47.74298,8.99891\n1840,1647006599,47.74299,8.99891\n1841,1647006624,47.74279,8.99894\n1842,1647006625,47.74310,8.99888\n1843,1647006627,47.74303,8.99889\n1844,1647006628,47.74302,8.99889\n1845,1647006629,47.74300,8.99889\n1846,1647006630,47.74299,8.99890\n1847,1647006631,47.74299,8.99890\n1848,1647006632,47.74298,8.99890\n1849,1647006633,47.74299,8.99890\n1850,1647006634,47.74299,8.99890\n1851,1647006654,47.74303,8.99891\n1852,1647006655,47.74302,8.99891\n1853,1647006656,47.74301,8.99890\n1854,1647006657,47.74300,8.99890\n1855,1647006658,47.74299,8.99890\n1856,1647006659,47.74299,8.99889\n1857,1647006660,47.74298,8.99889\n1858,1647006661,47.74297,8.99889\n1859,1647006663,47.74296,8.99889\n1860,1647006664,47.74296,8.99888\n1861,1647006684,47.74287,8.99890\n1862,1647006685,47.74288,8.99891\n1863,1647006686,47.74289,8.99892\n1864,1647006687,47.74289,8.99893\n1865,1647006688,47.74290,8.99893\n1866,1647006689,47.74290,8.99893\n1867,1647006690,47.74291,8.99894\n1868,1647006691,47.74293,8.99893\n1869,1647006693,47.74293,8.99893\n1870,1647006694,47.74293,8.99893\n1871,1647006711,47.74287,8.99890\n1872,1647006711,47.74284,8.99892\n1873,1647006714,47.74282,8.99888\n1874,1647006715,47.74283,8.99888\n1875,1647006716,47.74284,8.99887\n1876,1647006717,47.74285,8.99887\n1877,1647006718,47.74286,8.99887\n1878,1647006719,47.74287,8.99886\n1879,1647006720,47.74287,8.99887\n1880,1647006721,47.74288,8.99887\n1881,1647006740,47.74314,8.99894\n1882,1647006741,47.74295,8.99896\n1883,1647006742,47.74295,8.99894\n1884,1647006743,47.74295,8.99894\n1885,1647006744,47.74294,8.99894\n1886,1647006745,47.74293,8.99894\n1887,1647006746,47.74293,8.99894\n1888,1647006747,47.74292,8.99893\n1889,1647006748,47.74292,8.99892\n1890,1647006749,47.74292,8.99891\n1891,1647006767,47.74317,8.99897\n1892,1647006768,47.74307,8.99888\n1893,1647006769,47.74304,8.99888\n1894,1647006770,47.74303,8.99887\n1895,1647006771,47.74303,8.99890\n1896,1647006772,47.74304,8.99892\n1897,1647006773,47.74305,8.99893\n1898,1647006774,47.74306,8.99893\n1899,1647006775,47.74303,8.99889\n1900,1647006777,47.74303,8.99889\n1901,1647006796,47.74305,8.99893\n1902,1647006797,47.74305,8.99892\n1903,1647006798,47.74304,8.99892\n1904,1647006799,47.74305,8.99893\n1905,1647006800,47.74305,8.99892\n1906,1647006801,47.74305,8.99892\n1907,1647006802,47.74305,8.99892\n1908,1647006803,47.74305,8.99891\n1909,1647006804,47.74305,8.99890\n1910,1647006805,47.74306,8.99892\n1911,1647006823,47.74305,8.99891\n1912,1647006824,47.74307,8.99889\n1913,1647006825,47.74306,8.99889\n1914,1647006826,47.74305,8.99889\n1915,1647006827,47.74303,8.99888\n1916,1647006828,47.74302,8.99886\n1917,1647006829,47.74301,8.99886\n1918,1647006830,47.74300,8.99885\n1919,1647006831,47.74300,8.99885\n1920,1647006832,47.74300,8.99885\n1921,1647006851,47.74306,8.99889\n1922,1647006852,47.74304,8.99889\n1923,1647006853,47.74304,8.99891\n1924,1647006854,47.74304,8.99891\n1925,1647006855,47.74304,8.99890\n1926,1647006856,47.74302,8.99888\n1927,1647006857,47.74302,8.99887\n1928,1647006858,47.74301,8.99886\n1929,1647006859,47.74300,8.99886\n1930,1647006860,47.74303,8.99891\n1931,1647006878,47.74297,8.99892\n1932,1647006879,47.74301,8.99889\n1933,1647006880,47.74302,8.99890\n1934,1647006881,47.74303,8.99891\n1935,1647006882,47.74303,8.99891\n1936,1647006883,47.74303,8.99892\n1937,1647006884,47.74304,8.99892\n1938,1647006885,47.74304,8.99892\n1939,1647006886,47.74304,8.99893\n1940,1647006887,47.74304,8.99893\n1941,1647006905,47.74322,8.99898\n1942,1647006906,47.74309,8.99897\n1943,1647006907,47.74307,8.99896\n1944,1647006908,47.74307,8.99895\n1945,1647006909,47.74307,8.99894\n1946,1647006910,47.74307,8.99893\n1947,1647006911,47.74306,8.99893\n1948,1647006912,47.74306,8.99893\n1949,1647006913,47.74305,8.99893\n1950,1647006915,47.74305,8.99893\n1951,1647006933,47.74298,8.99888\n1952,1647006934,47.74303,8.99890\n1953,1647006935,47.74306,8.99895\n1954,1647006936,47.74306,8.99895\n1955,1647006937,47.74305,8.99895\n1956,1647006938,47.74304,8.99894\n1957,1647006939,47.74304,8.99893\n1958,1647006940,47.74303,8.99893\n1959,1647006941,47.74303,8.99892\n1960,1647006942,47.74303,8.99892\n1961,1647006960,47.74288,8.99860\n1962,1647006961,47.74303,8.99889\n1963,1647006962,47.74303,8.99888\n1964,1647006963,47.74304,8.99888\n1965,1647006964,47.74304,8.99889\n1966,1647006965,47.74305,8.99891\n1967,1647006966,47.74305,8.99891\n1968,1647006967,47.74305,8.99891\n1969,1647006968,47.74306,8.99891\n1970,1647006969,47.74306,8.99891\n1971,1647006988,47.74298,8.99884\n1972,1647006989,47.74296,8.99886\n1973,1647006990,47.74296,8.99885\n1974,1647006991,47.74296,8.99885\n1975,1647006992,47.74296,8.99884\n1976,1647006993,47.74296,8.99884\n1977,1647006994,47.74296,8.99884\n1978,1647006995,47.74297,8.99884\n1979,1647006996,47.74297,8.99883\n1980,1647006997,47.74297,8.99883\n1981,1647007015,47.74302,8.99890\n1982,1647007016,47.74305,8.99890\n1983,1647007017,47.74303,8.99889\n1984,1647007018,47.74303,8.99889\n1985,1647007019,47.74302,8.99887\n1986,1647007020,47.74301,8.99886\n1987,1647007021,47.74301,8.99886\n1988,1647007022,47.74300,8.99886\n1989,1647007023,47.74300,8.99885\n1990,1647007024,47.74300,8.99885\n1991,1647007042,47.74288,8.99860\n1992,1647007043,47.74296,8.99877\n1993,1647007044,47.74292,8.99871\n1994,1647007045,47.74291,8.99870\n1995,1647007046,47.74291,8.99870\n1996,1647007047,47.74292,8.99872\n1997,1647007048,47.74293,8.99873\n1998,1647007049,47.74294,8.99875\n1999,1647007050,47.74295,8.99876\n2000,1647007051,47.74303,8.99889\n2001,1647007070,47.74302,8.99895\n2002,1647007071,47.74300,8.99891\n2003,1647007072,47.74300,8.99889\n2004,1647007073,47.74299,8.99889\n2005,1647007074,47.74300,8.99888\n2006,1647007075,47.74300,8.99887\n2007,1647007076,47.74299,8.99886\n2008,1647007077,47.74299,8.99886\n2009,1647007078,47.74300,8.99886\n2010,1647007079,47.74299,8.99885\n2011,1647007097,47.74295,8.99877\n2012,1647007098,47.74304,8.99884\n2013,1647007099,47.74305,8.99883\n2014,1647007100,47.74304,8.99882\n2015,1647007101,47.74303,8.99882\n2016,1647007102,47.74304,8.99882\n2017,1647007103,47.74304,8.99883\n2018,1647007104,47.74303,8.99883\n2019,1647007105,47.74303,8.99885\n2020,1647007107,47.74303,8.99885\n2021,1647007125,47.74282,8.99875\n2022,1647007126,47.74291,8.99884\n2023,1647007127,47.74294,8.99887\n2024,1647007128,47.74295,8.99887\n2025,1647007129,47.74295,8.99888\n2026,1647007130,47.74296,8.99889\n2027,1647007131,47.74297,8.99889\n2028,1647007132,47.74297,8.99889\n2029,1647007133,47.74298,8.99890\n2030,1647007134,47.74298,8.99889\n2031,1647007152,47.74299,8.99882\n2032,1647007153,47.74299,8.99888\n2033,1647007154,47.74299,8.99888\n2034,1647007155,47.74298,8.99887\n2035,1647007156,47.74298,8.99887\n2036,1647007157,47.74298,8.99886\n2037,1647007158,47.74298,8.99886\n2038,1647007159,47.74298,8.99887\n2039,1647007160,47.74299,8.99888\n2040,1647007161,47.74300,8.99889\n2041,1647007180,47.74302,8.99884\n2042,1647007181,47.74301,8.99889\n2043,1647007182,47.74301,8.99889\n2044,1647007183,47.74302,8.99890\n2045,1647007184,47.74301,8.99889\n2046,1647007185,47.74300,8.99888\n2047,1647007186,47.74299,8.99887\n2048,1647007187,47.74299,8.99886\n2049,1647007188,47.74299,8.99886\n2050,1647007189,47.74299,8.99886\n2051,1647007207,47.74285,8.99865\n2052,1647007208,47.74290,8.99875\n2053,1647007209,47.74291,8.99875\n2054,1647007210,47.74293,8.99877\n2055,1647007211,47.74294,8.99878\n2056,1647007212,47.74294,8.99880\n2057,1647007213,47.74295,8.99881\n2058,1647007214,47.74295,8.99882\n2059,1647007215,47.74295,8.99884\n2060,1647007216,47.74295,8.99884\n2061,1647007234,47.74298,8.99889\n2062,1647007235,47.74299,8.99887\n2063,1647007236,47.74298,8.99887\n2064,1647007237,47.74298,8.99888\n2065,1647007238,47.74298,8.99888\n2066,1647007239,47.74297,8.99889\n2067,1647007240,47.74297,8.99889\n2068,1647007241,47.74297,8.99890\n2069,1647007242,47.74297,8.99890\n2070,1647007243,47.74298,8.99893\n2071,1647007262,47.74291,8.99887\n2072,1647007263,47.74298,8.99892\n2073,1647007264,47.74297,8.99892\n2074,1647007265,47.74298,8.99893\n2075,1647007266,47.74298,8.99892\n2076,1647007267,47.74298,8.99892\n2077,1647007268,47.74297,8.99892\n2078,1647007269,47.74298,8.99892\n2079,1647007270,47.74297,8.99891\n2080,1647007271,47.74298,8.99891\n2081,1647007290,47.74303,8.99878\n2082,1647007291,47.74304,8.99879\n2083,1647007292,47.74304,8.99880\n2084,1647007293,47.74305,8.99882\n2085,1647007294,47.74305,8.99884\n2086,1647007295,47.74305,8.99884\n2087,1647007296,47.74305,8.99885\n2088,1647007297,47.74304,8.99884\n2089,1647007299,47.74303,8.99885\n2090,1647007300,47.74303,8.99886\n2091,1647007320,47.74299,8.99891\n2092,1647007321,47.74300,8.99891\n2093,1647007322,47.74301,8.99891\n2094,1647007323,47.74301,8.99890\n2095,1647007324,47.74302,8.99890\n2096,1647007325,47.74302,8.99890\n2097,1647007326,47.74302,8.99890\n2098,1647007327,47.74302,8.99890\n2099,1647007329,47.74303,8.99890\n2100,1647007330,47.74303,8.99890\n2101,1647007348,47.74297,8.99887\n2102,1647007349,47.74297,8.99887\n2103,1647007350,47.74299,8.99888\n2104,1647007351,47.74299,8.99888\n2105,1647007352,47.74300,8.99889\n2106,1647007353,47.74301,8.99888\n2107,1647007354,47.74301,8.99888\n2108,1647007355,47.74301,8.99888\n2109,1647007356,47.74301,8.99888\n2110,1647007357,47.74302,8.99889\n2111,1647007375,47.74308,8.99887\n2112,1647007376,47.74305,8.99884\n2113,1647007377,47.74304,8.99883\n2114,1647007378,47.74303,8.99882\n2115,1647007379,47.74303,8.99882\n2116,1647007380,47.74302,8.99882\n2117,1647007381,47.74302,8.99882\n2118,1647007382,47.74302,8.99883\n2119,1647007383,47.74302,8.99883\n2120,1647007384,47.74302,8.99883\n2121,1647007403,47.74299,8.99900\n2122,1647007404,47.74305,8.99895\n2123,1647007405,47.74303,8.99892\n2124,1647007406,47.74303,8.99891\n2125,1647007407,47.74303,8.99891\n2126,1647007408,47.74302,8.99890\n2127,1647007409,47.74302,8.99889\n2128,1647007410,47.74302,8.99888\n2129,1647007411,47.74302,8.99888\n2130,1647007412,47.74303,8.99890\n2131,1647007430,47.74293,8.99885\n2132,1647007431,47.74297,8.99883\n2133,1647007432,47.74298,8.99884\n2134,1647007433,47.74298,8.99884\n2135,1647007434,47.74298,8.99883\n2136,1647007435,47.74299,8.99882\n2137,1647007436,47.74300,8.99883\n2138,1647007437,47.74301,8.99883\n2139,1647007438,47.74301,8.99883\n2140,1647007439,47.74301,8.99884\n2141,1647007457,47.74318,8.99884\n2142,1647007458,47.74294,8.99884\n2143,1647007459,47.74294,8.99884\n2144,1647007460,47.74294,8.99885\n2145,1647007461,47.74295,8.99886\n2146,1647007462,47.74297,8.99890\n2147,1647007463,47.74298,8.99891\n2148,1647007464,47.74298,8.99891\n2149,1647007465,47.74300,8.99894\n2150,1647007467,47.74300,8.99895\n2151,1647007487,47.74292,8.99876\n2152,1647007488,47.74293,8.99881\n2153,1647007489,47.74295,8.99883\n2154,1647007490,47.74297,8.99886\n2155,1647007491,47.74297,8.99886\n2156,1647007492,47.74297,8.99886\n2157,1647007493,47.74297,8.99886\n2158,1647007494,47.74297,8.99887\n2159,1647007495,47.74300,8.99893\n2160,1647007497,47.74301,8.99895\n2161,1647007515,47.74304,8.99920\n2162,1647007516,47.74299,8.99908\n2163,1647007517,47.74297,8.99903\n2164,1647007518,47.74295,8.99898\n2165,1647007519,47.74295,8.99894\n2166,1647007520,47.74295,8.99893\n2167,1647007521,47.74295,8.99893\n2168,1647007522,47.74295,8.99894\n2169,1647007523,47.74296,8.99894\n2170,1647007524,47.74296,8.99894\n2171,1647007542,47.74292,8.99886\n2172,1647007543,47.74294,8.99885\n2173,1647007544,47.74295,8.99885\n2174,1647007545,47.74296,8.99886\n2175,1647007546,47.74297,8.99887\n2176,1647007547,47.74297,8.99889\n2177,1647007548,47.74297,8.99889\n2178,1647007549,47.74296,8.99889\n2179,1647007550,47.74296,8.99888\n2180,1647007551,47.74295,8.99888\n2181,1647007570,47.74290,8.99870\n2182,1647007571,47.74292,8.99878\n2183,1647007572,47.74292,8.99878\n2184,1647007573,47.74293,8.99879\n2185,1647007574,47.74294,8.99881\n2186,1647007575,47.74294,8.99882\n2187,1647007576,47.74294,8.99883\n2188,1647007577,47.74295,8.99884\n2189,1647007578,47.74295,8.99885\n2190,1647007579,47.74296,8.99886\n2191,1647007597,47.74303,8.99882\n2192,1647007598,47.74301,8.99885\n2193,1647007599,47.74300,8.99885\n2194,1647007600,47.74299,8.99884\n2195,1647007601,47.74299,8.99884\n2196,1647007602,47.74300,8.99884\n2197,1647007603,47.74300,8.99884\n2198,1647007604,47.74301,8.99885\n2199,1647007605,47.74301,8.99885\n2200,1647007606,47.74301,8.99885\n2201,1647007625,47.74322,8.99879\n2202,1647007626,47.74309,8.99882\n2203,1647007627,47.74294,8.99887\n2204,1647007628,47.74294,8.99888\n2205,1647007629,47.74297,8.99890\n2206,1647007630,47.74298,8.99890\n2207,1647007631,47.74298,8.99890\n2208,1647007632,47.74298,8.99891\n2209,1647007633,47.74298,8.99891\n2210,1647007635,47.74298,8.99891\n2211,1647007653,47.74325,8.99877\n2212,1647007654,47.74315,8.99877\n2213,1647007655,47.74305,8.99878\n2214,1647007656,47.74296,8.99880\n2215,1647007657,47.74292,8.99880\n2216,1647007658,47.74287,8.99882\n2217,1647007659,47.74288,8.99882\n2218,1647007660,47.74288,8.99882\n2219,1647007661,47.74289,8.99882\n2220,1647007662,47.74292,8.99883\n2221,1647007681,47.74292,8.99881\n2222,1647007682,47.74301,8.99878\n2223,1647007683,47.74300,8.99879\n2224,1647007684,47.74300,8.99882\n2225,1647007685,47.74302,8.99885\n2226,1647007686,47.74303,8.99887\n2227,1647007687,47.74305,8.99888\n2228,1647007688,47.74306,8.99890\n2229,1647007689,47.74307,8.99892\n2230,1647007690,47.74308,8.99893\n2231,1647007710,47.74302,8.99889\n2232,1647007711,47.74281,8.99898\n2233,1647007712,47.74286,8.99899\n2234,1647007713,47.74286,8.99898\n2235,1647007714,47.74286,8.99896\n2236,1647007715,47.74286,8.99895\n2237,1647007716,47.74286,8.99895\n2238,1647007717,47.74286,8.99896\n2239,1647007718,47.74287,8.99897\n2240,1647007720,47.74288,8.99898\n2241,1647007738,47.74291,8.99883\n2242,1647007739,47.74288,8.99890\n2243,1647007740,47.74291,8.99893\n2244,1647007741,47.74293,8.99893\n2245,1647007742,47.74295,8.99894\n2246,1647007743,47.74297,8.99896\n2247,1647007744,47.74298,8.99896\n2248,1647007745,47.74299,8.99897\n2249,1647007746,47.74299,8.99897\n2250,1647007747,47.74302,8.99897\n2251,1647007765,47.74293,8.99893\n2252,1647007766,47.74299,8.99892\n2253,1647007767,47.74300,8.99894\n2254,1647007768,47.74299,8.99895\n2255,1647007769,47.74299,8.99895\n2256,1647007770,47.74299,8.99894\n2257,1647007771,47.74299,8.99893\n2258,1647007772,47.74298,8.99892\n2259,1647007773,47.74298,8.99890\n2260,1647007774,47.74299,8.99890\n2261,1647007793,47.74302,8.99887\n2262,1647007794,47.74303,8.99890\n2263,1647007795,47.74301,8.99891\n2264,1647007796,47.74301,8.99892\n2265,1647007797,47.74302,8.99892\n2266,1647007798,47.74302,8.99892\n2267,1647007799,47.74303,8.99891\n2268,1647007800,47.74303,8.99890\n2269,1647007801,47.74303,8.99890\n2270,1647007802,47.74306,8.99893\n2271,1647007820,47.74322,8.99882\n2272,1647007821,47.74313,8.99888\n2273,1647007822,47.74313,8.99888\n2274,1647007823,47.74311,8.99888\n2275,1647007824,47.74310,8.99887\n2276,1647007825,47.74309,8.99887\n2277,1647007826,47.74309,8.99888\n2278,1647007827,47.74309,8.99889\n2279,1647007828,47.74309,8.99889\n2280,1647007829,47.74308,8.99890\n2281,1647007847,47.74299,8.99883\n2282,1647007848,47.74300,8.99886\n2283,1647007849,47.74301,8.99886\n2284,1647007850,47.74300,8.99887\n2285,1647007851,47.74299,8.99886\n2286,1647007852,47.74299,8.99886\n2287,1647007853,47.74300,8.99886\n2288,1647007854,47.74300,8.99886\n2289,1647007855,47.74301,8.99887\n2290,1647007857,47.74301,8.99887\n2291,1647007875,47.74313,8.99897\n2292,1647007876,47.74305,8.99897\n2293,1647007877,47.74299,8.99897\n2294,1647007878,47.74299,8.99897\n2295,1647007879,47.74299,8.99897\n2296,1647007880,47.74301,8.99897\n2297,1647007881,47.74301,8.99896\n2298,1647007882,47.74302,8.99896\n2299,1647007883,47.74303,8.99897\n2300,1647007884,47.74302,8.99896\n2301,1647007902,47.74292,8.99899\n2302,1647007903,47.74300,8.99892\n2303,1647007904,47.74303,8.99890\n2304,1647007905,47.74304,8.99890\n2305,1647007906,47.74304,8.99890\n2306,1647007907,47.74305,8.99890\n2307,1647007908,47.74306,8.99891\n2308,1647007909,47.74306,8.99892\n2309,1647007910,47.74306,8.99892\n2310,1647007911,47.74307,8.99893\n2311,1647007930,47.74312,8.99897\n2312,1647007931,47.74311,8.99897\n2313,1647007932,47.74309,8.99897\n2314,1647007933,47.74309,8.99897\n2315,1647007934,47.74310,8.99898\n2316,1647007935,47.74308,8.99896\n2317,1647007936,47.74308,8.99897\n2318,1647007937,47.74308,8.99897\n2319,1647007938,47.74307,8.99896\n2320,1647007939,47.74307,8.99896\n2321,1647007957,47.74298,8.99896\n2322,1647007958,47.74299,8.99890\n2323,1647007959,47.74299,8.99892\n2324,1647007960,47.74300,8.99894\n2325,1647007961,47.74299,8.99893\n2326,1647007962,47.74298,8.99894\n2327,1647007963,47.74297,8.99895\n2328,1647007964,47.74297,8.99895\n2329,1647007965,47.74297,8.99895\n2330,1647007966,47.74298,8.99896\n2331,1647007984,47.74298,8.99871\n2332,1647007985,47.74311,8.99879\n2333,1647007986,47.74312,8.99881\n2334,1647007987,47.74311,8.99883\n2335,1647007988,47.74310,8.99884\n2336,1647007989,47.74310,8.99885\n2337,1647007990,47.74309,8.99885\n2338,1647007991,47.74309,8.99886\n2339,1647007992,47.74308,8.99888\n2340,1647007993,47.74306,8.99889\n2341,1647008012,47.74297,8.99896\n2342,1647008013,47.74306,8.99905\n2343,1647008014,47.74304,8.99905\n2344,1647008015,47.74304,8.99905\n2345,1647008016,47.74303,8.99902\n2346,1647008017,47.74303,8.99900\n2347,1647008018,47.74303,8.99899\n2348,1647008019,47.74303,8.99899\n2349,1647008020,47.74303,8.99899\n2350,1647008021,47.74303,8.99898\n2351,1647008039,47.74317,8.99908\n2352,1647008040,47.74312,8.99904\n2353,1647008041,47.74309,8.99898\n2354,1647008042,47.74308,8.99896\n2355,1647008043,47.74307,8.99894\n2356,1647008044,47.74306,8.99891\n2357,1647008045,47.74306,8.99891\n2358,1647008046,47.74306,8.99891\n2359,1647008047,47.74304,8.99890\n2360,1647008049,47.74304,8.99891\n2361,1647008067,47.74324,8.99912\n2362,1647008068,47.74309,8.99896\n2363,1647008069,47.74308,8.99897\n2364,1647008070,47.74310,8.99899\n2365,1647008071,47.74311,8.99899\n2366,1647008072,47.74310,8.99897\n2367,1647008073,47.74310,8.99896\n2368,1647008074,47.74308,8.99895\n2369,1647008075,47.74308,8.99893\n2370,1647008076,47.74307,8.99892\n2371,1647008094,47.74311,8.99901\n2372,1647008095,47.74311,8.99901\n2373,1647008096,47.74312,8.99904\n2374,1647008097,47.74310,8.99900\n2375,1647008098,47.74311,8.99901\n2376,1647008099,47.74310,8.99901\n2377,1647008100,47.74309,8.99900\n2378,1647008101,47.74304,8.99893\n2379,1647008103,47.74305,8.99894\n2380,1647008104,47.74304,8.99894\n2381,1647008122,47.74324,8.99890\n2382,1647008123,47.74305,8.99898\n2383,1647008124,47.74306,8.99899\n2384,1647008125,47.74306,8.99899\n2385,1647008126,47.74306,8.99899\n2386,1647008127,47.74306,8.99899\n2387,1647008128,47.74306,8.99899\n2388,1647008129,47.74306,8.99898\n2389,1647008130,47.74306,8.99898\n2390,1647008131,47.74303,8.99892\n2391,1647008149,47.74307,8.99881\n2392,1647008150,47.74293,8.99882\n2393,1647008151,47.74295,8.99884\n2394,1647008152,47.74295,8.99885\n2395,1647008153,47.74296,8.99886\n2396,1647008154,47.74297,8.99887\n2397,1647008155,47.74298,8.99889\n2398,1647008156,47.74300,8.99890\n2399,1647008157,47.74300,8.99891\n2400,1647008158,47.74300,8.99892\n2401,1647008177,47.74316,8.99882\n2402,1647008178,47.74299,8.99887\n2403,1647008179,47.74299,8.99887\n2404,1647008180,47.74299,8.99888\n2405,1647008181,47.74299,8.99888\n2406,1647008182,47.74299,8.99890\n2407,1647008183,47.74300,8.99892\n2408,1647008184,47.74300,8.99892\n2409,1647008185,47.74301,8.99893\n2410,1647008187,47.74300,8.99892\n2411,1647008205,47.74296,8.99875\n2412,1647008206,47.74295,8.99882\n2413,1647008207,47.74295,8.99884\n2414,1647008208,47.74295,8.99886\n2415,1647008209,47.74296,8.99889\n2416,1647008210,47.74296,8.99889\n2417,1647008211,47.74296,8.99888\n2418,1647008212,47.74296,8.99888\n2419,1647008213,47.74296,8.99887\n2420,1647008214,47.74296,8.99888\n2421,1647008232,47.74301,8.99873\n2422,1647008233,47.74296,8.99885\n2423,1647008234,47.74296,8.99886\n2424,1647008235,47.74297,8.99887\n2425,1647008236,47.74297,8.99889\n2426,1647008237,47.74298,8.99891\n2427,1647008238,47.74298,8.99891\n2428,1647008239,47.74298,8.99891\n2429,1647008240,47.74298,8.99892\n2430,1647008241,47.74298,8.99893\n2431,1647008260,47.74297,8.99881\n2432,1647008261,47.74299,8.99888\n2433,1647008262,47.74298,8.99889\n2434,1647008263,47.74298,8.99890\n2435,1647008264,47.74299,8.99891\n2436,1647008265,47.74299,8.99890\n2437,1647008266,47.74300,8.99891\n2438,1647008267,47.74300,8.99891\n2439,1647008268,47.74301,8.99891\n2440,1647008269,47.74301,8.99891\n2441,1647008287,47.74290,8.99894\n2442,1647008288,47.74298,8.99895\n2443,1647008289,47.74299,8.99894\n2444,1647008290,47.74300,8.99893\n2445,1647008291,47.74300,8.99893\n2446,1647008292,47.74301,8.99894\n2447,1647008293,47.74300,8.99893\n2448,1647008294,47.74300,8.99892\n2449,1647008295,47.74300,8.99892\n2450,1647008296,47.74301,8.99892\n2451,1647008314,47.74271,8.99927\n2452,1647008315,47.74299,8.99897\n2453,1647008316,47.74299,8.99897\n2454,1647008317,47.74299,8.99896\n2455,1647008318,47.74300,8.99897\n2456,1647008319,47.74300,8.99896\n2457,1647008320,47.74300,8.99896\n2458,1647008321,47.74300,8.99896\n2459,1647008322,47.74300,8.99895\n2460,1647008323,47.74300,8.99894\n2461,1647008342,47.74314,8.99892\n2462,1647008343,47.74302,8.99894\n2463,1647008344,47.74301,8.99893\n2464,1647008345,47.74300,8.99893\n2465,1647008346,47.74300,8.99893\n2466,1647008347,47.74300,8.99892\n2467,1647008348,47.74300,8.99892\n2468,1647008349,47.74299,8.99891\n2469,1647008350,47.74299,8.99891\n2470,1647008351,47.74299,8.99890\n2471,1647008369,47.74305,8.99892\n2472,1647008370,47.74288,8.99893\n2473,1647008371,47.74293,8.99895\n2474,1647008372,47.74295,8.99896\n2475,1647008373,47.74296,8.99895\n2476,1647008374,47.74297,8.99894\n2477,1647008375,47.74297,8.99894\n2478,1647008376,47.74298,8.99893\n2479,1647008377,47.74297,8.99892\n2480,1647008379,47.74297,8.99891\n2481,1647008397,47.74302,8.99899\n2482,1647008398,47.74299,8.99897\n2483,1647008399,47.74301,8.99897\n2484,1647008400,47.74301,8.99897\n2485,1647008401,47.74301,8.99896\n2486,1647008402,47.74301,8.99895\n2487,1647008403,47.74301,8.99894\n2488,1647008404,47.74301,8.99894\n2489,1647008405,47.74301,8.99894\n2490,1647008406,47.74300,8.99893\n2491,1647008424,47.74291,8.99890\n2492,1647008425,47.74298,8.99887\n2493,1647008426,47.74300,8.99889\n2494,1647008427,47.74300,8.99889\n2495,1647008428,47.74301,8.99890\n2496,1647008429,47.74301,8.99890\n2497,1647008430,47.74301,8.99890\n2498,1647008431,47.74302,8.99889\n2499,1647008432,47.74302,8.99890\n2500,1647008433,47.74302,8.99890\n2501,1647008452,47.74297,8.99880\n2502,1647008453,47.74302,8.99888\n2503,1647008454,47.74303,8.99890\n2504,1647008455,47.74303,8.99891\n2505,1647008456,47.74303,8.99891\n2506,1647008457,47.74302,8.99891\n2507,1647008458,47.74302,8.99891\n2508,1647008459,47.74302,8.99891\n2509,1647008460,47.74302,8.99891\n2510,1647008461,47.74301,8.99891\n2511,1647008479,47.74303,8.99888\n2512,1647008480,47.74303,8.99888\n2513,1647008481,47.74303,8.99887\n2514,1647008482,47.74303,8.99888\n2515,1647008483,47.74303,8.99888\n2516,1647008484,47.74302,8.99888\n2517,1647008485,47.74302,8.99888\n2518,1647008486,47.74302,8.99888\n2519,1647008487,47.74301,8.99888\n2520,1647008488,47.74301,8.99888\n2521,1647008506,47.74289,8.99886\n2522,1647008507,47.74295,8.99895\n2523,1647008508,47.74296,8.99896\n2524,1647008509,47.74296,8.99896\n2525,1647008510,47.74297,8.99897\n2526,1647008511,47.74297,8.99898\n2527,1647008512,47.74298,8.99897\n2528,1647008513,47.74298,8.99897\n2529,1647008514,47.74299,8.99897\n2530,1647008515,47.74298,8.99893\n2531,1647008534,47.74293,8.99889\n2532,1647008535,47.74297,8.99890\n2533,1647008536,47.74298,8.99889\n2534,1647008537,47.74299,8.99890\n2535,1647008538,47.74299,8.99890\n2536,1647008539,47.74299,8.99890\n2537,1647008540,47.74299,8.99889\n2538,1647008541,47.74299,8.99889\n2539,1647008542,47.74299,8.99890\n2540,1647008543,47.74299,8.99889\n2541,1647008561,47.74300,8.99895\n2542,1647008562,47.74298,8.99891\n2543,1647008563,47.74298,8.99891\n2544,1647008564,47.74298,8.99891\n2545,1647008565,47.74299,8.99891\n2546,1647008566,47.74299,8.99891\n2547,1647008567,47.74299,8.99892\n2548,1647008568,47.74299,8.99892\n2549,1647008569,47.74300,8.99894\n2550,1647008571,47.74300,8.99894\n2551,1647008589,47.74296,8.99877\n2552,1647008590,47.74298,8.99879\n2553,1647008591,47.74298,8.99879\n2554,1647008592,47.74297,8.99879\n2555,1647008593,47.74298,8.99880\n2556,1647008594,47.74298,8.99880\n2557,1647008595,47.74298,8.99881\n2558,1647008596,47.74298,8.99882\n2559,1647008597,47.74298,8.99883\n2560,1647008598,47.74299,8.99884\n2561,1647008616,47.74297,8.99879\n2562,1647008617,47.74303,8.99889\n2563,1647008618,47.74304,8.99890\n2564,1647008619,47.74303,8.99890\n2565,1647008620,47.74302,8.99889\n2566,1647008621,47.74301,8.99889\n2567,1647008622,47.74301,8.99888\n2568,1647008623,47.74300,8.99887\n2569,1647008624,47.74299,8.99886\n2570,1647008625,47.74299,8.99886\n2571,1647008646,47.74302,8.99887\n2572,1647008647,47.74302,8.99888\n2573,1647008648,47.74301,8.99886\n2574,1647008649,47.74300,8.99885\n2575,1647008650,47.74300,8.99886\n2576,1647008651,47.74300,8.99887\n2577,1647008652,47.74300,8.99887\n2578,1647008653,47.74300,8.99888\n2579,1647008654,47.74301,8.99892\n2580,1647008656,47.74301,8.99892\n2581,1647008674,47.74298,8.99875\n2582,1647008675,47.74292,8.99877\n2583,1647008676,47.74296,8.99881\n2584,1647008677,47.74296,8.99882\n2585,1647008678,47.74296,8.99882\n2586,1647008679,47.74296,8.99882\n2587,1647008680,47.74296,8.99882\n2588,1647008681,47.74295,8.99882\n2589,1647008682,47.74295,8.99882\n2590,1647008683,47.74297,8.99887\n2591,1647008701,47.74301,8.99892\n2592,1647008702,47.74302,8.99896\n2593,1647008703,47.74302,8.99894\n2594,1647008704,47.74302,8.99894\n2595,1647008705,47.74302,8.99893\n2596,1647008706,47.74301,8.99892\n2597,1647008707,47.74300,8.99891\n2598,1647008708,47.74299,8.99890\n2599,1647008709,47.74298,8.99889\n2600,1647008710,47.74298,8.99889\n2601,1647008729,47.74295,8.99872\n2602,1647008730,47.74294,8.99873\n2603,1647008731,47.74295,8.99873\n2604,1647008732,47.74296,8.99875\n2605,1647008733,47.74296,8.99876\n2606,1647008734,47.74296,8.99877\n2607,1647008735,47.74296,8.99878\n2608,1647008736,47.74296,8.99879\n2609,1647008737,47.74296,8.99880\n2610,1647008738,47.74299,8.99887\n2611,1647008756,47.74304,8.99902\n2612,1647008757,47.74303,8.99900\n2613,1647008758,47.74303,8.99899\n2614,1647008759,47.74303,8.99898\n2615,1647008760,47.74301,8.99896\n2616,1647008761,47.74300,8.99894\n2617,1647008762,47.74299,8.99893\n2618,1647008763,47.74299,8.99892\n2619,1647008764,47.74299,8.99892\n2620,1647008765,47.74299,8.99891\n2621,1647008783,47.74315,8.99880\n2622,1647008784,47.74301,8.99889\n2623,1647008785,47.74300,8.99889\n2624,1647008786,47.74300,8.99890\n2625,1647008787,47.74300,8.99891\n2626,1647008788,47.74300,8.99891\n2627,1647008789,47.74300,8.99891\n2628,1647008790,47.74300,8.99891\n2629,1647008791,47.74300,8.99893\n2630,1647008793,47.74300,8.99893\n2631,1647008812,47.74319,8.99877\n2632,1647008813,47.74301,8.99890\n2633,1647008814,47.74302,8.99890\n2634,1647008815,47.74302,8.99890\n2635,1647008816,47.74303,8.99889\n2636,1647008817,47.74303,8.99890\n2637,1647008818,47.74303,8.99890\n2638,1647008819,47.74303,8.99890\n2639,1647008820,47.74303,8.99891\n2640,1647008821,47.74304,8.99894\n2641,1647008839,47.74306,8.99897\n2642,1647008840,47.74304,8.99897\n2643,1647008841,47.74303,8.99896\n2644,1647008842,47.74302,8.99895\n2645,1647008843,47.74301,8.99895\n2646,1647008844,47.74300,8.99895\n2647,1647008845,47.74300,8.99894\n2648,1647008846,47.74299,8.99893\n2649,1647008847,47.74299,8.99893\n2650,1647008848,47.74299,8.99893\n2651,1647008867,47.74293,8.99896\n2652,1647008868,47.74292,8.99892\n2653,1647008869,47.74293,8.99892\n2654,1647008870,47.74293,8.99892\n2655,1647008871,47.74293,8.99891\n2656,1647008872,47.74293,8.99890\n2657,1647008873,47.74293,8.99890\n2658,1647008874,47.74293,8.99890\n2659,1647008875,47.74293,8.99890\n2660,1647008876,47.74294,8.99894\n2661,1647008894,47.74295,8.99887\n2662,1647008895,47.74296,8.99888\n2663,1647008896,47.74296,8.99888\n2664,1647008897,47.74296,8.99888\n2665,1647008898,47.74296,8.99889\n2666,1647008899,47.74296,8.99889\n2667,1647008900,47.74296,8.99890\n2668,1647008901,47.74296,8.99891\n2669,1647008902,47.74296,8.99891\n2670,1647008903,47.74295,8.99892\n2671,1647008921,47.74303,8.99892\n2672,1647008922,47.74300,8.99889\n2673,1647008923,47.74300,8.99890\n2674,1647008924,47.74299,8.99890\n2675,1647008925,47.74298,8.99891\n2676,1647008926,47.74297,8.99891\n2677,1647008927,47.74297,8.99892\n2678,1647008928,47.74297,8.99892\n2679,1647008929,47.74298,8.99896\n2680,1647008931,47.74298,8.99896\n2681,1647008950,47.74310,8.99896\n2682,1647008951,47.74309,8.99896\n2683,1647008952,47.74307,8.99895\n2684,1647008953,47.74306,8.99895\n2685,1647008954,47.74305,8.99895\n2686,1647008955,47.74305,8.99895\n2687,1647008956,47.74305,8.99895\n2688,1647008957,47.74304,8.99895\n2689,1647008958,47.74304,8.99894\n2690,1647008959,47.74304,8.99898\n2691,1647008977,47.74302,8.99881\n2692,1647008978,47.74296,8.99881\n2693,1647008979,47.74296,8.99882\n2694,1647008980,47.74296,8.99882\n2695,1647008981,47.74296,8.99882\n2696,1647008982,47.74296,8.99882\n2697,1647008983,47.74296,8.99882\n2698,1647008984,47.74296,8.99883\n2699,1647008985,47.74295,8.99884\n2700,1647008986,47.74295,8.99884\n2701,1647009005,47.74285,8.99885\n2702,1647009006,47.74294,8.99895\n2703,1647009007,47.74294,8.99892\n2704,1647009008,47.74294,8.99892\n2705,1647009009,47.74294,8.99890\n2706,1647009010,47.74294,8.99888\n2707,1647009011,47.74293,8.99887\n2708,1647009012,47.74293,8.99885\n2709,1647009013,47.74294,8.99885\n2710,1647009014,47.74296,8.99894\n2711,1647009034,47.74290,8.99880\n2712,1647009035,47.74290,8.99878\n2713,1647009036,47.74290,8.99877\n2714,1647009037,47.74290,8.99877\n2715,1647009038,47.74291,8.99877\n2716,1647009039,47.74290,8.99877\n2717,1647009040,47.74290,8.99876\n2718,1647009041,47.74290,8.99876\n2719,1647009042,47.74290,8.99876\n2720,1647009043,47.74293,8.99887\n2721,1647009061,47.74298,8.99882\n2722,1647009062,47.74307,8.99888\n2723,1647009063,47.74305,8.99885\n2724,1647009064,47.74304,8.99884\n2725,1647009065,47.74305,8.99884\n2726,1647009066,47.74305,8.99884\n2727,1647009067,47.74304,8.99885\n2728,1647009068,47.74304,8.99885\n2729,1647009069,47.74304,8.99885\n2730,1647009070,47.74304,8.99886\n2731,1647009089,47.74298,8.99893\n2732,1647009090,47.74301,8.99893\n2733,1647009091,47.74303,8.99895\n2734,1647009092,47.74303,8.99895\n2735,1647009093,47.74302,8.99894\n2736,1647009094,47.74302,8.99894\n2737,1647009095,47.74301,8.99894\n2738,1647009096,47.74301,8.99893\n2739,1647009097,47.74301,8.99893\n2740,1647009098,47.74301,8.99896\n2741,1647009116,47.74296,8.99899\n2742,1647009117,47.74300,8.99890\n2743,1647009118,47.74299,8.99890\n2744,1647009119,47.74299,8.99889\n2745,1647009120,47.74299,8.99889\n2746,1647009121,47.74299,8.99889\n2747,1647009122,47.74299,8.99888\n2748,1647009123,47.74299,8.99888\n2749,1647009124,47.74299,8.99888\n2750,1647009125,47.74299,8.99888\n2751,1647009143,47.74298,8.99873\n2752,1647009144,47.74293,8.99886\n2753,1647009145,47.74294,8.99887\n2754,1647009146,47.74294,8.99887\n2755,1647009147,47.74295,8.99888\n2756,1647009148,47.74295,8.99889\n2757,1647009149,47.74296,8.99890\n2758,1647009150,47.74297,8.99891\n2759,1647009151,47.74296,8.99894\n2760,1647009153,47.74296,8.99894\n2761,1647009171,47.74320,8.99877\n2762,1647009172,47.74300,8.99890\n2763,1647009173,47.74300,8.99892\n2764,1647009174,47.74300,8.99893\n2765,1647009175,47.74300,8.99894\n2766,1647009176,47.74300,8.99894\n2767,1647009177,47.74300,8.99894\n2768,1647009178,47.74299,8.99893\n2769,1647009179,47.74299,8.99893\n2770,1647009180,47.74299,8.99893\n2771,1647009198,47.74308,8.99902\n2772,1647009199,47.74308,8.99898\n2773,1647009200,47.74306,8.99895\n2774,1647009201,47.74306,8.99894\n2775,1647009202,47.74304,8.99893\n2776,1647009203,47.74304,8.99892\n2777,1647009204,47.74304,8.99891\n2778,1647009205,47.74303,8.99896\n2779,1647009207,47.74303,8.99895\n2780,1647009208,47.74302,8.99895\n2781,1647009226,47.74295,8.99886\n2782,1647009227,47.74297,8.99886\n2783,1647009228,47.74298,8.99887\n2784,1647009229,47.74298,8.99887\n2785,1647009230,47.74299,8.99888\n2786,1647009231,47.74300,8.99889\n2787,1647009232,47.74300,8.99889\n2788,1647009233,47.74300,8.99890\n2789,1647009234,47.74300,8.99890\n2790,1647009235,47.74300,8.99893\n2791,1647009253,47.74306,8.99900\n2792,1647009254,47.74307,8.99899\n2793,1647009255,47.74306,8.99898\n2794,1647009256,47.74305,8.99898\n2795,1647009257,47.74304,8.99896\n2796,1647009258,47.74303,8.99895\n2797,1647009259,47.74303,8.99895\n2798,1647009260,47.74303,8.99896\n2799,1647009261,47.74303,8.99896\n2800,1647009262,47.74304,8.99896\n2801,1647009281,47.74306,8.99889\n2802,1647009282,47.74300,8.99893\n2803,1647009283,47.74299,8.99894\n2804,1647009284,47.74299,8.99894\n2805,1647009285,47.74299,8.99893\n2806,1647009286,47.74300,8.99893\n2807,1647009287,47.74300,8.99892\n2808,1647009288,47.74300,8.99892\n2809,1647009289,47.74300,8.99891\n2810,1647009290,47.74300,8.99892\n2811,1647009308,47.74299,8.99882\n2812,1647009309,47.74296,8.99886\n2813,1647009310,47.74296,8.99887\n2814,1647009311,47.74297,8.99888\n2815,1647009312,47.74297,8.99888\n2816,1647009313,47.74297,8.99888\n2817,1647009314,47.74296,8.99887\n2818,1647009315,47.74297,8.99887\n2819,1647009316,47.74297,8.99887\n2820,1647009317,47.74297,8.99887\n2821,1647009336,47.74295,8.99890\n2822,1647009337,47.74295,8.99895\n2823,1647009338,47.74296,8.99895\n2824,1647009339,47.74296,8.99894\n2825,1647009340,47.74296,8.99894\n2826,1647009341,47.74296,8.99894\n2827,1647009342,47.74296,8.99893\n2828,1647009343,47.74295,8.99897\n2829,1647009345,47.74295,8.99897\n2830,1647009346,47.74295,8.99898\n2831,1647009364,47.74295,8.99901\n2832,1647009365,47.74296,8.99895\n2833,1647009366,47.74296,8.99893\n2834,1647009367,47.74296,8.99893\n2835,1647009368,47.74297,8.99893\n2836,1647009369,47.74296,8.99892\n2837,1647009370,47.74296,8.99891\n2838,1647009371,47.74296,8.99891\n2839,1647009372,47.74296,8.99890\n2840,1647009373,47.74297,8.99892\n2841,1647009391,47.74300,8.99904\n2842,1647009392,47.74301,8.99890\n2843,1647009393,47.74301,8.99888\n2844,1647009394,47.74300,8.99887\n2845,1647009395,47.74300,8.99887\n2846,1647009396,47.74299,8.99887\n2847,1647009397,47.74299,8.99887\n2848,1647009398,47.74300,8.99887\n2849,1647009399,47.74300,8.99888\n2850,1647009400,47.74300,8.99888\n2851,1647009419,47.74285,8.99894\n2852,1647009420,47.74296,8.99893\n2853,1647009421,47.74298,8.99894\n2854,1647009422,47.74299,8.99895\n2855,1647009423,47.74299,8.99895\n2856,1647009424,47.74299,8.99895\n2857,1647009425,47.74299,8.99895\n2858,1647009426,47.74299,8.99895\n2859,1647009427,47.74299,8.99895\n2860,1647009428,47.74299,8.99897\n2861,1647009446,47.74315,8.99891\n2862,1647009447,47.74304,8.99897\n2863,1647009448,47.74304,8.99896\n2864,1647009449,47.74303,8.99896\n2865,1647009450,47.74301,8.99896\n2866,1647009451,47.74301,8.99896\n2867,1647009452,47.74300,8.99896\n2868,1647009453,47.74300,8.99896\n2869,1647009454,47.74299,8.99896\n2870,1647009455,47.74299,8.99896\n2871,1647009473,47.74299,8.99885\n2872,1647009474,47.74298,8.99887\n2873,1647009475,47.74298,8.99889\n2874,1647009476,47.74298,8.99890\n2875,1647009477,47.74298,8.99890\n2876,1647009478,47.74298,8.99891\n2877,1647009479,47.74298,8.99892\n2878,1647009480,47.74298,8.99892\n2879,1647009481,47.74298,8.99892\n2880,1647009483,47.74298,8.99892\n2881,1647009501,47.74307,8.99891\n2882,1647009502,47.74300,8.99892\n2883,1647009503,47.74300,8.99892\n2884,1647009504,47.74300,8.99893\n2885,1647009505,47.74300,8.99894\n2886,1647009506,47.74299,8.99895\n2887,1647009507,47.74299,8.99895\n2888,1647009508,47.74299,8.99895\n2889,1647009509,47.74299,8.99895\n2890,1647009510,47.74298,8.99894\n2891,1647009528,47.74299,8.99904\n2892,1647009529,47.74299,8.99902\n2893,1647009530,47.74299,8.99903\n2894,1647009531,47.74299,8.99903\n2895,1647009532,47.74299,8.99902\n2896,1647009533,47.74299,8.99900\n2897,1647009534,47.74299,8.99899\n2898,1647009535,47.74299,8.99900\n2899,1647009537,47.74299,8.99899\n2900,1647009538,47.74299,8.99898\n2901,1647009555,47.74296,8.99888\n2902,1647009555,47.74298,8.99888\n2903,1647009558,47.74296,8.99887\n2904,1647009559,47.74296,8.99888\n2905,1647009560,47.74297,8.99888\n2906,1647009561,47.74297,8.99889\n2907,1647009562,47.74297,8.99889\n2908,1647009563,47.74297,8.99890\n2909,1647009564,47.74298,8.99890\n2910,1647009565,47.74298,8.99890\n2911,1647009583,47.74300,8.99887\n2912,1647009584,47.74301,8.99889\n2913,1647009585,47.74301,8.99889\n2914,1647009586,47.74302,8.99890\n2915,1647009587,47.74302,8.99890\n2916,1647009588,47.74302,8.99889\n2917,1647009589,47.74302,8.99888\n2918,1647009590,47.74301,8.99888\n2919,1647009591,47.74301,8.99888\n2920,1647009592,47.74302,8.99888\n2921,1647009611,47.74303,8.99887\n2922,1647009612,47.74303,8.99887\n2923,1647009613,47.74303,8.99888\n2924,1647009614,47.74303,8.99887\n2925,1647009615,47.74303,8.99888\n2926,1647009616,47.74304,8.99888\n2927,1647009617,47.74304,8.99888\n2928,1647009618,47.74304,8.99888\n2929,1647009619,47.74304,8.99889\n2930,1647009621,47.74304,8.99888\n2931,1647009639,47.74300,8.99882\n2932,1647009640,47.74302,8.99884\n2933,1647009641,47.74303,8.99884\n2934,1647009642,47.74304,8.99885\n2935,1647009643,47.74304,8.99885\n2936,1647009644,47.74304,8.99886\n2937,1647009645,47.74304,8.99886\n2938,1647009646,47.74303,8.99887\n2939,1647009647,47.74303,8.99887\n2940,1647009648,47.74302,8.99888\n2941,1647009666,47.74299,8.99888\n2942,1647009667,47.74303,8.99892\n2943,1647009668,47.74303,8.99892\n2944,1647009669,47.74303,8.99892\n2945,1647009670,47.74302,8.99892\n2946,1647009671,47.74302,8.99892\n2947,1647009672,47.74302,8.99892\n2948,1647009673,47.74302,8.99894\n2949,1647009675,47.74302,8.99894\n2950,1647009676,47.74302,8.99894\n2951,1647009695,47.74300,8.99885\n2952,1647009696,47.74299,8.99885\n2953,1647009697,47.74299,8.99885\n2954,1647009698,47.74299,8.99885\n2955,1647009699,47.74298,8.99885\n2956,1647009700,47.74298,8.99886\n2957,1647009701,47.74298,8.99886\n2958,1647009702,47.74298,8.99886\n2959,1647009703,47.74298,8.99891\n2960,1647009705,47.74298,8.99891\n2961,1647009723,47.74292,8.99882\n2962,1647009724,47.74297,8.99889\n2963,1647009725,47.74298,8.99891\n2964,1647009726,47.74298,8.99891\n2965,1647009727,47.74298,8.99892\n2966,1647009728,47.74298,8.99892\n2967,1647009729,47.74298,8.99892\n2968,1647009730,47.74298,8.99892\n2969,1647009731,47.74298,8.99892\n2970,1647009732,47.74298,8.99892\n2971,1647009750,47.74298,8.99900\n2972,1647009751,47.74299,8.99900\n2973,1647009752,47.74298,8.99899\n2974,1647009753,47.74298,8.99898\n2975,1647009754,47.74297,8.99897\n2976,1647009755,47.74297,8.99896\n2977,1647009756,47.74297,8.99895\n2978,1647009757,47.74297,8.99896\n2979,1647009759,47.74297,8.99896\n2980,1647009760,47.74297,8.99895\n2981,1647009778,47.74303,8.99900\n2982,1647009779,47.74302,8.99898\n2983,1647009780,47.74302,8.99897\n2984,1647009781,47.74301,8.99896\n2985,1647009782,47.74301,8.99896\n2986,1647009783,47.74300,8.99895\n2987,1647009784,47.74300,8.99894\n2988,1647009785,47.74300,8.99894\n2989,1647009786,47.74301,8.99894\n2990,1647009787,47.74301,8.99895\n2991,1647009805,47.74303,8.99895\n2992,1647009806,47.74304,8.99893\n2993,1647009807,47.74304,8.99893\n2994,1647009808,47.74304,8.99893\n2995,1647009809,47.74304,8.99894\n2996,1647009810,47.74303,8.99894\n2997,1647009811,47.74303,8.99894\n2998,1647009812,47.74302,8.99894\n2999,1647009813,47.74302,8.99894\n3000,1647009814,47.74301,8.99894\n3001,1647009833,47.74303,8.99889\n3002,1647009834,47.74302,8.99894\n3003,1647009835,47.74303,8.99895\n3004,1647009836,47.74303,8.99895\n3005,1647009837,47.74303,8.99895\n3006,1647009838,47.74303,8.99895\n3007,1647009839,47.74303,8.99895\n3008,1647009840,47.74303,8.99894\n3009,1647009841,47.74302,8.99894\n3010,1647009842,47.74302,8.99895\n3011,1647009860,47.74299,8.99892\n3012,1647009861,47.74303,8.99896\n3013,1647009862,47.74303,8.99898\n3014,1647009863,47.74304,8.99899\n3015,1647009864,47.74303,8.99899\n3016,1647009865,47.74303,8.99899\n3017,1647009866,47.74303,8.99899\n3018,1647009867,47.74303,8.99899\n3019,1647009868,47.74304,8.99899\n3020,1647009869,47.74303,8.99899\n3021,1647009888,47.74284,8.99874\n3022,1647009889,47.74291,8.99880\n3023,1647009890,47.74291,8.99882\n3024,1647009891,47.74292,8.99883\n3025,1647009892,47.74293,8.99884\n3026,1647009893,47.74293,8.99884\n3027,1647009894,47.74293,8.99885\n3028,1647009895,47.74293,8.99885\n3029,1647009896,47.74293,8.99887\n3030,1647009898,47.74294,8.99887\n3031,1647009916,47.74299,8.99895\n3032,1647009917,47.74299,8.99892\n3033,1647009918,47.74299,8.99892\n3034,1647009919,47.74299,8.99893\n3035,1647009920,47.74300,8.99893\n3036,1647009921,47.74300,8.99893\n3037,1647009922,47.74300,8.99893\n3038,1647009923,47.74300,8.99894\n3039,1647009924,47.74300,8.99894\n3040,1647009925,47.74300,8.99896\n3041,1647009943,47.74296,8.99902\n3042,1647009944,47.74296,8.99901\n3043,1647009945,47.74297,8.99900\n3044,1647009946,47.74297,8.99900\n3045,1647009947,47.74297,8.99899\n3046,1647009948,47.74297,8.99898\n3047,1647009949,47.74298,8.99898\n3048,1647009950,47.74298,8.99897\n3049,1647009951,47.74298,8.99896\n3050,1647009952,47.74298,8.99896\n3051,1647009971,47.74298,8.99894\n3052,1647009972,47.74298,8.99893\n3053,1647009973,47.74298,8.99894\n3054,1647009974,47.74298,8.99894\n3055,1647009975,47.74298,8.99895\n3056,1647009976,47.74298,8.99895\n3057,1647009977,47.74298,8.99895\n3058,1647009978,47.74298,8.99894\n3059,1647009979,47.74298,8.99894\n3060,1647009980,47.74297,8.99896\n3061,1647009998,47.74297,8.99900\n3062,1647009999,47.74297,8.99899\n3063,1647010000,47.74298,8.99899\n3064,1647010001,47.74298,8.99899\n3065,1647010002,47.74298,8.99900\n3066,1647010003,47.74298,8.99901\n3067,1647010004,47.74298,8.99901\n3068,1647010005,47.74299,8.99901\n3069,1647010006,47.74299,8.99901\n3070,1647010007,47.74299,8.99901\n3071,1647010025,47.74298,8.99879\n3072,1647010026,47.74299,8.99883\n3073,1647010027,47.74299,8.99884\n3074,1647010028,47.74300,8.99885\n3075,1647010029,47.74300,8.99887\n3076,1647010030,47.74300,8.99888\n3077,1647010031,47.74300,8.99888\n3078,1647010032,47.74300,8.99889\n3079,1647010033,47.74300,8.99891\n3080,1647010035,47.74300,8.99892\n3081,1647010053,47.74297,8.99892\n3082,1647010054,47.74298,8.99892\n3083,1647010055,47.74299,8.99891\n3084,1647010056,47.74300,8.99891\n3085,1647010057,47.74300,8.99891\n3086,1647010058,47.74299,8.99891\n3087,1647010059,47.74299,8.99890\n3088,1647010060,47.74299,8.99890\n3089,1647010061,47.74299,8.99890\n3090,1647010062,47.74299,8.99890\n3091,1647010080,47.74296,8.99888\n3092,1647010081,47.74297,8.99887\n3093,1647010082,47.74298,8.99889\n3094,1647010083,47.74299,8.99889\n3095,1647010084,47.74298,8.99889\n3096,1647010085,47.74297,8.99889\n3097,1647010086,47.74297,8.99890\n3098,1647010087,47.74297,8.99890\n3099,1647010088,47.74297,8.99891\n3100,1647010089,47.74297,8.99891\n3101,1647010108,47.74294,8.99885\n3102,1647010109,47.74296,8.99887\n3103,1647010110,47.74297,8.99889\n3104,1647010111,47.74298,8.99891\n3105,1647010112,47.74298,8.99891\n3106,1647010113,47.74299,8.99892\n3107,1647010114,47.74298,8.99893\n3108,1647010115,47.74298,8.99893\n3109,1647010116,47.74298,8.99893\n3110,1647010117,47.74298,8.99893\n3111,1647010135,47.74290,8.99895\n3112,1647010136,47.74294,8.99897\n3113,1647010137,47.74293,8.99897\n3114,1647010138,47.74294,8.99897\n3115,1647010139,47.74294,8.99896\n3116,1647010140,47.74294,8.99894\n3117,1647010141,47.74295,8.99894\n3118,1647010142,47.74295,8.99893\n3119,1647010143,47.74295,8.99893\n3120,1647010144,47.74295,8.99893\n3121,1647010162,47.74294,8.99889\n3122,1647010163,47.74300,8.99894\n3123,1647010164,47.74301,8.99894\n3124,1647010165,47.74301,8.99894\n3125,1647010166,47.74300,8.99893\n3126,1647010167,47.74299,8.99893\n3127,1647010168,47.74298,8.99893\n3128,1647010169,47.74298,8.99892\n3129,1647010170,47.74297,8.99892\n3130,1647010171,47.74297,8.99893\n3131,1647010190,47.74298,8.99894\n3132,1647010191,47.74297,8.99896\n3133,1647010192,47.74299,8.99896\n3134,1647010193,47.74299,8.99895\n3135,1647010194,47.74300,8.99895\n3136,1647010195,47.74300,8.99895\n3137,1647010196,47.74300,8.99895\n3138,1647010197,47.74300,8.99894\n3139,1647010198,47.74300,8.99894\n3140,1647010199,47.74300,8.99893\n3141,1647010217,47.74296,8.99886\n3142,1647010218,47.74304,8.99892\n3143,1647010219,47.74305,8.99892\n3144,1647010220,47.74304,8.99893\n3145,1647010221,47.74304,8.99892\n3146,1647010222,47.74304,8.99892\n3147,1647010223,47.74304,8.99891\n3148,1647010224,47.74304,8.99891\n3149,1647010225,47.74304,8.99892\n3150,1647010227,47.74303,8.99892\n3151,1647010245,47.74310,8.99900\n3152,1647010246,47.74308,8.99898\n3153,1647010247,47.74306,8.99895\n3154,1647010248,47.74305,8.99893\n3155,1647010249,47.74304,8.99892\n3156,1647010250,47.74302,8.99890\n3157,1647010251,47.74302,8.99890\n3158,1647010252,47.74301,8.99890\n3159,1647010253,47.74301,8.99891\n3160,1647010254,47.74301,8.99891\n3161,1647010272,47.74311,8.99903\n3162,1647010273,47.74310,8.99898\n3163,1647010274,47.74308,8.99897\n3164,1647010275,47.74308,8.99896\n3165,1647010276,47.74307,8.99894\n3166,1647010277,47.74306,8.99893\n3167,1647010278,47.74305,8.99892\n3168,1647010279,47.74304,8.99894\n3169,1647010281,47.74303,8.99894\n3170,1647010282,47.74303,8.99894\n3171,1647010299,47.74287,8.99909\n3172,1647010299,47.74294,8.99905\n3173,1647010302,47.74298,8.99905\n3174,1647010303,47.74298,8.99906\n3175,1647010304,47.74298,8.99905\n3176,1647010305,47.74298,8.99904\n3177,1647010306,47.74298,8.99904\n3178,1647010307,47.74298,8.99904\n3179,1647010308,47.74298,8.99904\n3180,1647010309,47.74298,8.99904\n3181,1647010328,47.74300,8.99904\n3182,1647010329,47.74299,8.99902\n3183,1647010330,47.74298,8.99901\n3184,1647010331,47.74299,8.99900\n3185,1647010332,47.74299,8.99899\n3186,1647010333,47.74298,8.99898\n3187,1647010334,47.74298,8.99898\n3188,1647010335,47.74298,8.99897\n3189,1647010336,47.74298,8.99896\n3190,1647010337,47.74297,8.99896\n3191,1647010355,47.74298,8.99901\n3192,1647010356,47.74299,8.99900\n3193,1647010357,47.74300,8.99893\n3194,1647010358,47.74299,8.99892\n3195,1647010359,47.74298,8.99892\n3196,1647010360,47.74298,8.99893\n3197,1647010361,47.74298,8.99893\n3198,1647010362,47.74298,8.99892\n3199,1647010363,47.74298,8.99892\n3200,1647010365,47.74298,8.99892\n3201,1647010383,47.74304,8.99904\n3202,1647010384,47.74305,8.99903\n3203,1647010385,47.74305,8.99902\n3204,1647010386,47.74305,8.99902\n3205,1647010387,47.74305,8.99901\n3206,1647010388,47.74305,8.99901\n3207,1647010389,47.74304,8.99900\n3208,1647010390,47.74304,8.99900\n3209,1647010391,47.74304,8.99900\n3210,1647010392,47.74304,8.99900\n3211,1647010410,47.74305,8.99895\n3212,1647010411,47.74303,8.99896\n3213,1647010412,47.74303,8.99896\n3214,1647010413,47.74302,8.99896\n3215,1647010414,47.74301,8.99897\n3216,1647010415,47.74300,8.99897\n3217,1647010416,47.74300,8.99897\n3218,1647010417,47.74300,8.99897\n3219,1647010419,47.74300,8.99896\n3220,1647010420,47.74299,8.99896\n3221,1647010438,47.74299,8.99893\n3222,1647010439,47.74301,8.99888\n3223,1647010440,47.74301,8.99889\n3224,1647010441,47.74301,8.99890\n3225,1647010442,47.74301,8.99889\n3226,1647010443,47.74301,8.99890\n3227,1647010444,47.74300,8.99891\n3228,1647010445,47.74301,8.99891\n3229,1647010446,47.74301,8.99892\n3230,1647010447,47.74300,8.99893\n3231,1647010465,47.74299,8.99891\n3232,1647010466,47.74298,8.99892\n3233,1647010467,47.74298,8.99894\n3234,1647010468,47.74299,8.99894\n3235,1647010469,47.74299,8.99895\n3236,1647010470,47.74300,8.99895\n3237,1647010471,47.74301,8.99895\n3238,1647010472,47.74301,8.99896\n3239,1647010473,47.74301,8.99896\n3240,1647010474,47.74301,8.99896\n3241,1647010493,47.74301,8.99887\n3242,1647010494,47.74301,8.99888\n3243,1647010495,47.74301,8.99888\n3244,1647010496,47.74301,8.99889\n3245,1647010497,47.74301,8.99891\n3246,1647010498,47.74301,8.99892\n3247,1647010499,47.74301,8.99892\n3248,1647010500,47.74301,8.99893\n3249,1647010501,47.74301,8.99893\n3250,1647010502,47.74301,8.99893\n3251,1647010520,47.74304,8.99883\n3252,1647010521,47.74304,8.99881\n3253,1647010522,47.74303,8.99883\n3254,1647010523,47.74303,8.99884\n3255,1647010524,47.74302,8.99886\n3256,1647010525,47.74302,8.99888\n3257,1647010526,47.74302,8.99888\n3258,1647010527,47.74302,8.99889\n3259,1647010528,47.74302,8.99889\n3260,1647010529,47.74302,8.99889\n3261,1647010548,47.74298,8.99894\n3262,1647010549,47.74299,8.99895\n3263,1647010550,47.74299,8.99895\n3264,1647010551,47.74300,8.99895\n3265,1647010552,47.74300,8.99894\n3266,1647010553,47.74300,8.99894\n3267,1647010554,47.74300,8.99894\n3268,1647010555,47.74301,8.99894\n3269,1647010556,47.74301,8.99895\n3270,1647010558,47.74301,8.99894\n3271,1647010577,47.74294,8.99887\n3272,1647010578,47.74296,8.99890\n3273,1647010579,47.74296,8.99891\n3274,1647010580,47.74297,8.99892\n3275,1647010581,47.74297,8.99892\n3276,1647010582,47.74297,8.99892\n3277,1647010583,47.74297,8.99892\n3278,1647010584,47.74297,8.99892\n3279,1647010585,47.74297,8.99894\n3280,1647010587,47.74297,8.99895\n3281,1647010605,47.74304,8.99892\n3282,1647010606,47.74302,8.99893\n3283,1647010607,47.74301,8.99894\n3284,1647010608,47.74300,8.99894\n3285,1647010609,47.74300,8.99894\n3286,1647010610,47.74299,8.99894\n3287,1647010611,47.74299,8.99894\n3288,1647010612,47.74299,8.99894\n3289,1647010613,47.74299,8.99893\n3290,1647010614,47.74298,8.99893\n3291,1647010632,47.74301,8.99904\n3292,1647010633,47.74303,8.99893\n3293,1647010634,47.74303,8.99891\n3294,1647010635,47.74302,8.99891\n3295,1647010636,47.74302,8.99892\n3296,1647010637,47.74301,8.99892\n3297,1647010638,47.74300,8.99892\n3298,1647010639,47.74298,8.99896\n3299,1647010641,47.74297,8.99896\n3300,1647010642,47.74297,8.99895\n3301,1647010659,47.74298,8.99902\n3302,1647010659,47.74296,8.99900\n3303,1647010662,47.74297,8.99901\n3304,1647010663,47.74297,8.99901\n3305,1647010664,47.74296,8.99901\n3306,1647010665,47.74296,8.99902\n3307,1647010666,47.74295,8.99901\n3308,1647010667,47.74295,8.99901\n3309,1647010668,47.74295,8.99901\n3310,1647010669,47.74295,8.99900\n3311,1647010687,47.74299,8.99901\n3312,1647010688,47.74302,8.99894\n3313,1647010689,47.74301,8.99893\n3314,1647010690,47.74301,8.99892\n3315,1647010691,47.74301,8.99892\n3316,1647010692,47.74300,8.99892\n3317,1647010693,47.74300,8.99892\n3318,1647010694,47.74300,8.99892\n3319,1647010695,47.74300,8.99892\n3320,1647010696,47.74300,8.99892\n3321,1647010714,47.74302,8.99891\n3322,1647010715,47.74303,8.99892\n3323,1647010716,47.74303,8.99892\n3324,1647010717,47.74303,8.99892\n3325,1647010718,47.74303,8.99892\n3326,1647010719,47.74303,8.99891\n3327,1647010720,47.74302,8.99891\n3328,1647010721,47.74302,8.99891\n3329,1647010722,47.74302,8.99891\n3330,1647010723,47.74301,8.99894\n3331,1647010742,47.74313,8.99913\n3332,1647010743,47.74303,8.99891\n3333,1647010744,47.74302,8.99890\n3334,1647010745,47.74302,8.99889\n3335,1647010746,47.74301,8.99888\n3336,1647010747,47.74301,8.99888\n3337,1647010748,47.74300,8.99888\n3338,1647010749,47.74300,8.99888\n3339,1647010750,47.74300,8.99888\n3340,1647010751,47.74300,8.99887\n3341,1647010769,47.74291,8.99875\n3342,1647010770,47.74299,8.99884\n3343,1647010771,47.74300,8.99885\n3344,1647010772,47.74300,8.99885\n3345,1647010773,47.74300,8.99884\n3346,1647010774,47.74300,8.99884\n3347,1647010775,47.74300,8.99884\n3348,1647010776,47.74300,8.99884\n3349,1647010777,47.74298,8.99885\n3350,1647010779,47.74298,8.99885\n3351,1647010797,47.74328,8.99930\n3352,1647010798,47.74312,8.99888\n3353,1647010799,47.74309,8.99887\n3354,1647010800,47.74308,8.99888\n3355,1647010801,47.74306,8.99888\n3356,1647010802,47.74304,8.99888\n3357,1647010803,47.74304,8.99889\n3358,1647010804,47.74303,8.99889\n3359,1647010805,47.74303,8.99889\n3360,1647010806,47.74302,8.99890\n3361,1647010827,47.74298,8.99901\n3362,1647010828,47.74295,8.99890\n3363,1647010829,47.74295,8.99888\n3364,1647010830,47.74295,8.99887\n3365,1647010831,47.74297,8.99890\n3366,1647010833,47.74297,8.99890\n3367,1647010834,47.74297,8.99890\n3368,1647010835,47.74297,8.99890\n3369,1647010836,47.74297,8.99891\n3370,1647010837,47.74297,8.99891\n3371,1647010855,47.74295,8.99882\n3372,1647010856,47.74296,8.99885\n3373,1647010857,47.74296,8.99886\n3374,1647010858,47.74296,8.99887\n3375,1647010859,47.74296,8.99888\n3376,1647010860,47.74296,8.99890\n3377,1647010861,47.74296,8.99892\n3378,1647010862,47.74296,8.99893\n3379,1647010863,47.74296,8.99894\n3380,1647010864,47.74296,8.99895\n3381,1647010883,47.74307,8.99914\n3382,1647010884,47.74305,8.99910\n3383,1647010885,47.74304,8.99910\n3384,1647010886,47.74304,8.99910\n3385,1647010887,47.74304,8.99909\n3386,1647010888,47.74303,8.99907\n3387,1647010889,47.74303,8.99906\n3388,1647010890,47.74302,8.99906\n3389,1647010891,47.74299,8.99902\n3390,1647010893,47.74298,8.99902\n3391,1647010913,47.74300,8.99893\n3392,1647010914,47.74299,8.99893\n3393,1647010915,47.74299,8.99894\n3394,1647010916,47.74299,8.99893\n3395,1647010917,47.74299,8.99893\n3396,1647010918,47.74299,8.99894\n3397,1647010919,47.74299,8.99895\n3398,1647010920,47.74300,8.99895\n3399,1647010921,47.74299,8.99896\n3400,1647010923,47.74298,8.99896\n3401,1647010942,47.74302,8.99899\n3402,1647010943,47.74302,8.99895\n3403,1647010944,47.74301,8.99894\n3404,1647010945,47.74301,8.99894\n3405,1647010946,47.74300,8.99894\n3406,1647010947,47.74300,8.99894\n3407,1647010948,47.74300,8.99895\n3408,1647010949,47.74300,8.99895\n3409,1647010950,47.74300,8.99896\n3410,1647010951,47.74298,8.99895\n3411,1647010969,47.74302,8.99899\n3412,1647010970,47.74306,8.99893\n3413,1647010971,47.74304,8.99896\n3414,1647010972,47.74303,8.99895\n3415,1647010973,47.74303,8.99895\n3416,1647010974,47.74302,8.99895\n3417,1647010975,47.74302,8.99895\n3418,1647010976,47.74302,8.99895\n3419,1647010977,47.74302,8.99895\n3420,1647010978,47.74301,8.99895\n3421,1647010997,47.74293,8.99895\n3422,1647010998,47.74298,8.99902\n3423,1647010999,47.74298,8.99904\n3424,1647011000,47.74299,8.99904\n3425,1647011001,47.74299,8.99904\n3426,1647011002,47.74300,8.99905\n3427,1647011003,47.74300,8.99904\n3428,1647011004,47.74301,8.99904\n3429,1647011005,47.74302,8.99904\n3430,1647011006,47.74299,8.99899\n3431,1647011024,47.74293,8.99909\n3432,1647011025,47.74294,8.99907\n3433,1647011026,47.74295,8.99905\n3434,1647011027,47.74296,8.99903\n3435,1647011028,47.74296,8.99902\n3436,1647011029,47.74298,8.99902\n3437,1647011030,47.74298,8.99902\n3438,1647011031,47.74298,8.99902\n3439,1647011032,47.74299,8.99902\n3440,1647011033,47.74299,8.99901\n3441,1647011051,47.74301,8.99887\n3442,1647011052,47.74301,8.99890\n3443,1647011053,47.74302,8.99890\n3444,1647011054,47.74302,8.99891\n3445,1647011055,47.74303,8.99891\n3446,1647011056,47.74303,8.99893\n3447,1647011057,47.74303,8.99894\n3448,1647011058,47.74303,8.99894\n3449,1647011059,47.74303,8.99894\n3450,1647011061,47.74303,8.99895\n3451,1647011079,47.74297,8.99896\n3452,1647011080,47.74299,8.99894\n3453,1647011081,47.74299,8.99894\n3454,1647011082,47.74299,8.99895\n3455,1647011083,47.74298,8.99894\n3456,1647011084,47.74298,8.99894\n3457,1647011085,47.74298,8.99894\n3458,1647011086,47.74298,8.99893\n3459,1647011087,47.74298,8.99892\n3460,1647011088,47.74298,8.99892\n3461,1647011106,47.74298,8.99897\n3462,1647011107,47.74302,8.99895\n3463,1647011108,47.74303,8.99895\n3464,1647011109,47.74303,8.99895\n3465,1647011110,47.74303,8.99895\n3466,1647011111,47.74303,8.99894\n3467,1647011112,47.74303,8.99894\n3468,1647011113,47.74302,8.99893\n3469,1647011114,47.74302,8.99893\n3470,1647011115,47.74302,8.99892\n3471,1647011135,47.74307,8.99903\n3472,1647011136,47.74305,8.99902\n3473,1647011137,47.74304,8.99900\n3474,1647011138,47.74303,8.99899\n3475,1647011139,47.74302,8.99898\n3476,1647011140,47.74301,8.99897\n3477,1647011141,47.74301,8.99896\n3478,1647011142,47.74301,8.99895\n3479,1647011143,47.74301,8.99895\n3480,1647011144,47.74300,8.99898\n3481,1647011162,47.74294,8.99899\n3482,1647011163,47.74295,8.99899\n3483,1647011164,47.74296,8.99899\n3484,1647011165,47.74296,8.99900\n3485,1647011166,47.74297,8.99899\n3486,1647011167,47.74297,8.99900\n3487,1647011168,47.74298,8.99899\n3488,1647011169,47.74298,8.99899\n3489,1647011170,47.74298,8.99899\n3490,1647011171,47.74298,8.99898\n3491,1647011189,47.74298,8.99885\n3492,1647011190,47.74301,8.99887\n3493,1647011191,47.74302,8.99889\n3494,1647011192,47.74301,8.99889\n3495,1647011193,47.74301,8.99890\n3496,1647011194,47.74301,8.99890\n3497,1647011195,47.74301,8.99890\n3498,1647011196,47.74300,8.99891\n3499,1647011197,47.74299,8.99895\n3500,1647011199,47.74298,8.99895\n3501,1647011217,47.74310,8.99916\n3502,1647011218,47.74306,8.99896\n3503,1647011219,47.74305,8.99894\n3504,1647011220,47.74304,8.99893\n3505,1647011221,47.74303,8.99893\n3506,1647011222,47.74303,8.99893\n3507,1647011223,47.74303,8.99893\n3508,1647011224,47.74302,8.99892\n3509,1647011225,47.74302,8.99892\n3510,1647011226,47.74302,8.99892\n3511,1647011244,47.74311,8.99880\n3512,1647011245,47.74302,8.99887\n3513,1647011246,47.74303,8.99888\n3514,1647011247,47.74302,8.99889\n3515,1647011248,47.74302,8.99890\n3516,1647011249,47.74302,8.99890\n3517,1647011250,47.74302,8.99890\n3518,1647011251,47.74302,8.99890\n3519,1647011252,47.74302,8.99890\n3520,1647011253,47.74303,8.99891\n3521,1647011272,47.74297,8.99881\n3522,1647011273,47.74296,8.99880\n3523,1647011274,47.74297,8.99880\n3524,1647011275,47.74297,8.99880\n3525,1647011276,47.74298,8.99881\n3526,1647011277,47.74298,8.99881\n3527,1647011278,47.74299,8.99882\n3528,1647011279,47.74299,8.99883\n3529,1647011280,47.74299,8.99884\n3530,1647011281,47.74299,8.99885\n3531,1647011299,47.74307,8.99898\n3532,1647011300,47.74308,8.99896\n3533,1647011301,47.74307,8.99897\n3534,1647011302,47.74306,8.99897\n3535,1647011303,47.74306,8.99897\n3536,1647011304,47.74306,8.99897\n3537,1647011305,47.74305,8.99898\n3538,1647011306,47.74305,8.99898\n3539,1647011307,47.74305,8.99898\n3540,1647011308,47.74305,8.99898\n3541,1647011326,47.74298,8.99894\n3542,1647011327,47.74299,8.99894\n3543,1647011328,47.74299,8.99893\n3544,1647011329,47.74299,8.99893\n3545,1647011330,47.74300,8.99894\n3546,1647011331,47.74300,8.99894\n3547,1647011332,47.74301,8.99894\n3548,1647011333,47.74300,8.99895\n3549,1647011334,47.74300,8.99896\n3550,1647011335,47.74299,8.99898\n3551,1647011354,47.74293,8.99897\n3552,1647011355,47.74294,8.99898\n3553,1647011356,47.74295,8.99898\n3554,1647011357,47.74296,8.99898\n3555,1647011358,47.74297,8.99898\n3556,1647011359,47.74298,8.99899\n3557,1647011360,47.74298,8.99900\n3558,1647011361,47.74298,8.99900\n3559,1647011362,47.74298,8.99901\n3560,1647011363,47.74298,8.99900\n3561,1647011381,47.74303,8.99899\n3562,1647011382,47.74302,8.99898\n3563,1647011383,47.74302,8.99898\n3564,1647011384,47.74302,8.99897\n3565,1647011385,47.74302,8.99897\n3566,1647011386,47.74302,8.99898\n3567,1647011387,47.74302,8.99898\n3568,1647011388,47.74302,8.99898\n3569,1647011389,47.74301,8.99900\n3570,1647011391,47.74301,8.99900\n3571,1647011409,47.74303,8.99895\n3572,1647011410,47.74302,8.99896\n3573,1647011411,47.74302,8.99897\n3574,1647011412,47.74301,8.99897\n3575,1647011413,47.74301,8.99897\n3576,1647011414,47.74300,8.99897\n3577,1647011415,47.74300,8.99897\n3578,1647011416,47.74300,8.99897\n3579,1647011417,47.74300,8.99897\n3580,1647011418,47.74300,8.99897\n3581,1647011437,47.74300,8.99896\n3582,1647011438,47.74301,8.99898\n3583,1647011439,47.74301,8.99899\n3584,1647011440,47.74301,8.99900\n3585,1647011441,47.74301,8.99901\n3586,1647011442,47.74301,8.99901\n3587,1647011443,47.74301,8.99901\n3588,1647011445,47.74302,8.99901\n3589,1647011446,47.74301,8.99901\n3590,1647011447,47.74301,8.99900\n3591,1647011464,47.74296,8.99885\n3592,1647011464,47.74301,8.99893\n3593,1647011467,47.74302,8.99898\n3594,1647011468,47.74303,8.99897\n3595,1647011469,47.74303,8.99898\n3596,1647011470,47.74303,8.99898\n3597,1647011471,47.74303,8.99899\n3598,1647011472,47.74303,8.99899\n3599,1647011473,47.74303,8.99899\n3600,1647011474,47.74303,8.99899\n3601,1647011492,47.74307,8.99923\n3602,1647011493,47.74300,8.99901\n3603,1647011494,47.74301,8.99900\n3604,1647011495,47.74301,8.99898\n3605,1647011496,47.74302,8.99898\n3606,1647011497,47.74302,8.99898\n3607,1647011498,47.74302,8.99897\n3608,1647011499,47.74302,8.99897\n3609,1647011500,47.74302,8.99897\n3610,1647011501,47.74302,8.99898\n3611,1647011520,47.74304,8.99890\n3612,1647011521,47.74304,8.99891\n3613,1647011522,47.74305,8.99891\n3614,1647011523,47.74304,8.99891\n3615,1647011524,47.74304,8.99892\n3616,1647011525,47.74304,8.99893\n3617,1647011526,47.74304,8.99894\n3618,1647011527,47.74304,8.99895\n3619,1647011529,47.74304,8.99895\n3620,1647011530,47.74304,8.99895\n3621,1647011547,47.74307,8.99900\n3622,1647011547,47.74306,8.99900\n3623,1647011550,47.74305,8.99898\n3624,1647011551,47.74305,8.99898\n3625,1647011552,47.74306,8.99898\n3626,1647011553,47.74305,8.99898\n3627,1647011554,47.74305,8.99898\n3628,1647011555,47.74305,8.99898\n3629,1647011556,47.74305,8.99898\n3630,1647011557,47.74305,8.99898\n3631,1647011575,47.74302,8.99905\n3632,1647011576,47.74303,8.99903\n3633,1647011577,47.74303,8.99902\n3634,1647011578,47.74302,8.99901\n3635,1647011579,47.74302,8.99900\n3636,1647011580,47.74302,8.99899\n3637,1647011581,47.74302,8.99899\n3638,1647011582,47.74303,8.99898\n3639,1647011583,47.74303,8.99898\n3640,1647011584,47.74303,8.99898\n3641,1647011602,47.74305,8.99897\n3642,1647011603,47.74306,8.99897\n3643,1647011604,47.74306,8.99896\n3644,1647011605,47.74306,8.99895\n3645,1647011606,47.74306,8.99895\n3646,1647011607,47.74305,8.99895\n3647,1647011608,47.74306,8.99895\n3648,1647011609,47.74305,8.99896\n3649,1647011610,47.74306,8.99896\n3650,1647011611,47.74306,8.99896\n3651,1647011630,47.74313,8.99886\n3652,1647011631,47.74306,8.99895\n3653,1647011632,47.74304,8.99896\n3654,1647011633,47.74303,8.99898\n3655,1647011634,47.74302,8.99898\n3656,1647011635,47.74302,8.99897\n3657,1647011636,47.74302,8.99897\n3658,1647011637,47.74302,8.99897\n3659,1647011638,47.74302,8.99896\n3660,1647011639,47.74303,8.99895\n3661,1647011657,47.74305,8.99892\n3662,1647011658,47.74303,8.99893\n3663,1647011659,47.74303,8.99893\n3664,1647011660,47.74303,8.99893\n3665,1647011661,47.74303,8.99894\n3666,1647011662,47.74303,8.99894\n3667,1647011663,47.74303,8.99894\n3668,1647011664,47.74303,8.99894\n3669,1647011665,47.74303,8.99895\n3670,1647011667,47.74303,8.99895\n3671,1647011685,47.74304,8.99899\n3672,1647011686,47.74303,8.99898\n3673,1647011687,47.74303,8.99897\n3674,1647011688,47.74303,8.99897\n3675,1647011689,47.74304,8.99897\n3676,1647011690,47.74303,8.99897\n3677,1647011691,47.74304,8.99897\n3678,1647011692,47.74304,8.99897\n3679,1647011693,47.74303,8.99897\n3680,1647011694,47.74303,8.99897\n3681,1647011712,47.74301,8.99907\n3682,1647011713,47.74301,8.99906\n3683,1647011714,47.74301,8.99904\n3684,1647011715,47.74302,8.99903\n3685,1647011716,47.74302,8.99903\n3686,1647011717,47.74302,8.99902\n3687,1647011718,47.74303,8.99902\n3688,1647011719,47.74303,8.99902\n3689,1647011720,47.74303,8.99902\n3690,1647011721,47.74303,8.99901\n3691,1647011740,47.74309,8.99886\n3692,1647011741,47.74305,8.99889\n3693,1647011742,47.74305,8.99890\n3694,1647011743,47.74304,8.99892\n3695,1647011744,47.74303,8.99893\n3696,1647011745,47.74303,8.99894\n3697,1647011746,47.74302,8.99894\n3698,1647011747,47.74302,8.99894\n3699,1647011748,47.74301,8.99895\n3700,1647011749,47.74301,8.99896\n3701,1647011767,47.74311,8.99892\n3702,1647011768,47.74308,8.99895\n3703,1647011769,47.74307,8.99896\n3704,1647011770,47.74305,8.99897\n3705,1647011771,47.74305,8.99897\n3706,1647011772,47.74304,8.99897\n3707,1647011773,47.74303,8.99897\n3708,1647011774,47.74303,8.99898\n3709,1647011775,47.74303,8.99898\n3710,1647011776,47.74303,8.99898\n3711,1647011794,47.74309,8.99907\n3712,1647011795,47.74304,8.99895\n3713,1647011796,47.74304,8.99895\n3714,1647011797,47.74303,8.99895\n3715,1647011798,47.74303,8.99895\n3716,1647011799,47.74303,8.99895\n3717,1647011800,47.74302,8.99896\n3718,1647011801,47.74302,8.99896\n3719,1647011802,47.74301,8.99897\n3720,1647011803,47.74300,8.99899\n3721,1647011822,47.74294,8.99903\n3722,1647011823,47.74295,8.99900\n3723,1647011824,47.74296,8.99899\n3724,1647011825,47.74296,8.99899\n3725,1647011826,47.74297,8.99899\n3726,1647011827,47.74297,8.99899\n3727,1647011828,47.74297,8.99899\n3728,1647011829,47.74297,8.99899\n3729,1647011830,47.74298,8.99900\n3730,1647011831,47.74298,8.99900\n3731,1647011849,47.74299,8.99901\n3732,1647011850,47.74299,8.99900\n3733,1647011851,47.74299,8.99900\n3734,1647011852,47.74299,8.99900\n3735,1647011853,47.74300,8.99900\n3736,1647011854,47.74301,8.99899\n3737,1647011855,47.74301,8.99898\n3738,1647011856,47.74301,8.99898\n3739,1647011857,47.74300,8.99900\n3740,1647011859,47.74301,8.99900\n3741,1647011877,47.74292,8.99903\n3742,1647011878,47.74297,8.99897\n3743,1647011879,47.74298,8.99898\n3744,1647011880,47.74298,8.99897\n3745,1647011881,47.74298,8.99897\n3746,1647011882,47.74298,8.99897\n3747,1647011883,47.74299,8.99896\n3748,1647011884,47.74299,8.99896\n3749,1647011885,47.74300,8.99896\n3750,1647011886,47.74300,8.99896\n3751,1647011904,47.74300,8.99905\n3752,1647011905,47.74303,8.99898\n3753,1647011906,47.74303,8.99899\n3754,1647011907,47.74302,8.99899\n3755,1647011908,47.74302,8.99898\n3756,1647011909,47.74302,8.99897\n3757,1647011910,47.74302,8.99896\n3758,1647011911,47.74302,8.99897\n3759,1647011912,47.74303,8.99897\n3760,1647011913,47.74303,8.99896\n3761,1647011933,47.74303,8.99886\n3762,1647011934,47.74303,8.99887\n3763,1647011935,47.74303,8.99888\n3764,1647011936,47.74303,8.99890\n3765,1647011937,47.74303,8.99891\n3766,1647011938,47.74303,8.99892\n3767,1647011939,47.74303,8.99892\n3768,1647011940,47.74303,8.99891\n3769,1647011941,47.74303,8.99892\n3770,1647011942,47.74300,8.99897\n3771,1647011960,47.74304,8.99888\n3772,1647011961,47.74303,8.99887\n3773,1647011962,47.74304,8.99887\n3774,1647011963,47.74304,8.99888\n3775,1647011964,47.74304,8.99889\n3776,1647011965,47.74304,8.99889\n3777,1647011966,47.74304,8.99890\n3778,1647011967,47.74304,8.99890\n3779,1647011968,47.74304,8.99890\n3780,1647011969,47.74304,8.99890\n3781,1647011989,47.74297,8.99894\n3782,1647011990,47.74303,8.99888\n3783,1647011991,47.74306,8.99885\n3784,1647011992,47.74306,8.99886\n3785,1647011993,47.74307,8.99886\n3786,1647011994,47.74307,8.99886\n3787,1647011995,47.74307,8.99886\n3788,1647011996,47.74305,8.99889\n3789,1647011998,47.74305,8.99889\n3790,1647011999,47.74305,8.99890\n3791,1647012017,47.74304,8.99889\n3792,1647012018,47.74303,8.99890\n3793,1647012020,47.74303,8.99891\n3794,1647012021,47.74303,8.99892\n3795,1647012022,47.74303,8.99893\n3796,1647012023,47.74303,8.99893\n3797,1647012024,47.74303,8.99893\n3798,1647012025,47.74303,8.99894\n3799,1647012026,47.74303,8.99894\n3800,1647012027,47.74303,8.99894\n3801,1647012045,47.74293,8.99886\n3802,1647012046,47.74295,8.99884\n3803,1647012047,47.74296,8.99885\n3804,1647012048,47.74297,8.99886\n3805,1647012049,47.74297,8.99887\n3806,1647012050,47.74298,8.99888\n3807,1647012051,47.74298,8.99889\n3808,1647012052,47.74299,8.99889\n3809,1647012053,47.74300,8.99889\n3810,1647012054,47.74300,8.99889\n3811,1647012072,47.74307,8.99882\n3812,1647012073,47.74307,8.99883\n3813,1647012074,47.74307,8.99883\n3814,1647012075,47.74306,8.99883\n3815,1647012076,47.74306,8.99884\n3816,1647012077,47.74305,8.99884\n3817,1647012078,47.74305,8.99885\n3818,1647012079,47.74305,8.99885\n3819,1647012080,47.74305,8.99885\n3820,1647012081,47.74305,8.99886\n3821,1647012100,47.74286,8.99912\n3822,1647012101,47.74291,8.99905\n3823,1647012102,47.74292,8.99904\n3824,1647012103,47.74293,8.99903\n3825,1647012104,47.74294,8.99902\n3826,1647012105,47.74294,8.99902\n3827,1647012106,47.74295,8.99901\n3828,1647012107,47.74295,8.99900\n3829,1647012108,47.74296,8.99899\n3830,1647012109,47.74296,8.99898\n3831,1647012127,47.74300,8.99910\n3832,1647012128,47.74305,8.99900\n3833,1647012129,47.74303,8.99901\n3834,1647012130,47.74303,8.99901\n3835,1647012131,47.74302,8.99901\n3836,1647012132,47.74301,8.99901\n3837,1647012133,47.74301,8.99902\n3838,1647012134,47.74300,8.99902\n3839,1647012135,47.74300,8.99903\n3840,1647012136,47.74300,8.99903\n3841,1647012155,47.74306,8.99899\n3842,1647012156,47.74306,8.99897\n3843,1647012157,47.74305,8.99898\n3844,1647012158,47.74305,8.99896\n3845,1647012159,47.74305,8.99896\n3846,1647012160,47.74304,8.99897\n3847,1647012161,47.74304,8.99897\n3848,1647012162,47.74303,8.99897\n3849,1647012163,47.74303,8.99897\n3850,1647012164,47.74301,8.99898\n3851,1647012182,47.74289,8.99875\n3852,1647012183,47.74307,8.99899\n3853,1647012184,47.74306,8.99899\n3854,1647012185,47.74305,8.99899\n3855,1647012186,47.74304,8.99900\n3856,1647012187,47.74303,8.99900\n3857,1647012188,47.74303,8.99901\n3858,1647012189,47.74302,8.99900\n3859,1647012190,47.74302,8.99900\n3860,1647012191,47.74302,8.99900\n3861,1647012209,47.74301,8.99911\n3862,1647012210,47.74305,8.99904\n3863,1647012211,47.74303,8.99903\n3864,1647012212,47.74303,8.99902\n3865,1647012213,47.74302,8.99902\n3866,1647012214,47.74301,8.99903\n3867,1647012215,47.74302,8.99902\n3868,1647012216,47.74301,8.99902\n3869,1647012217,47.74300,8.99903\n3870,1647012219,47.74300,8.99903\n3871,1647012237,47.74301,8.99907\n3872,1647012238,47.74300,8.99908\n3873,1647012239,47.74299,8.99908\n3874,1647012240,47.74299,8.99908\n3875,1647012241,47.74299,8.99907\n3876,1647012242,47.74299,8.99906\n3877,1647012243,47.74299,8.99905\n3878,1647012244,47.74299,8.99905\n3879,1647012245,47.74299,8.99905\n3880,1647012246,47.74299,8.99905\n3881,1647012265,47.74308,8.99896\n3882,1647012266,47.74307,8.99895\n3883,1647012267,47.74307,8.99894\n3884,1647012268,47.74306,8.99894\n3885,1647012269,47.74305,8.99894\n3886,1647012270,47.74304,8.99894\n3887,1647012271,47.74303,8.99895\n3888,1647012272,47.74303,8.99894\n3889,1647012273,47.74303,8.99894\n3890,1647012274,47.74302,8.99894\n3891,1647012293,47.74294,8.99909\n3892,1647012294,47.74298,8.99904\n3893,1647012295,47.74299,8.99902\n3894,1647012296,47.74299,8.99901\n3895,1647012297,47.74299,8.99901\n3896,1647012298,47.74300,8.99901\n3897,1647012299,47.74300,8.99901\n3898,1647012300,47.74300,8.99901\n3899,1647012301,47.74301,8.99900\n3900,1647012303,47.74301,8.99900\n3901,1647012321,47.74290,8.99913\n3902,1647012322,47.74301,8.99894\n3903,1647012323,47.74302,8.99894\n3904,1647012324,47.74302,8.99894\n3905,1647012325,47.74302,8.99895\n3906,1647012326,47.74302,8.99895\n3907,1647012327,47.74302,8.99895\n3908,1647012328,47.74302,8.99895\n3909,1647012329,47.74302,8.99895\n3910,1647012330,47.74302,8.99895\n3911,1647012349,47.74303,8.99892\n3912,1647012350,47.74303,8.99892\n3913,1647012351,47.74302,8.99893\n3914,1647012352,47.74302,8.99894\n3915,1647012353,47.74301,8.99894\n3916,1647012354,47.74301,8.99895\n3917,1647012355,47.74301,8.99895\n3918,1647012356,47.74300,8.99896\n3919,1647012357,47.74300,8.99896\n3920,1647012358,47.74300,8.99897\n3921,1647012377,47.74307,8.99885\n3922,1647012378,47.74299,8.99896\n3923,1647012379,47.74299,8.99897\n3924,1647012380,47.74300,8.99897\n3925,1647012381,47.74300,8.99897\n3926,1647012382,47.74300,8.99897\n3927,1647012383,47.74299,8.99899\n3928,1647012384,47.74299,8.99899\n3929,1647012385,47.74299,8.99899\n3930,1647012386,47.74297,8.99901\n3931,1647012404,47.74279,8.99869\n3932,1647012405,47.74302,8.99891\n3933,1647012406,47.74302,8.99891\n3934,1647012407,47.74302,8.99893\n3935,1647012408,47.74301,8.99893\n3936,1647012409,47.74301,8.99894\n3937,1647012410,47.74301,8.99895\n3938,1647012411,47.74301,8.99895\n3939,1647012412,47.74300,8.99895\n3940,1647012413,47.74300,8.99895\n3941,1647012432,47.74286,8.99900\n3942,1647012433,47.74292,8.99896\n3943,1647012434,47.74293,8.99897\n3944,1647012435,47.74293,8.99897\n3945,1647012436,47.74295,8.99897\n3946,1647012437,47.74296,8.99897\n3947,1647012438,47.74297,8.99898\n3948,1647012439,47.74298,8.99898\n3949,1647012440,47.74298,8.99898\n3950,1647012442,47.74298,8.99899\n3951,1647012461,47.74304,8.99892\n3952,1647012462,47.74305,8.99892\n3953,1647012463,47.74304,8.99893\n3954,1647012464,47.74304,8.99895\n3955,1647012465,47.74304,8.99895\n3956,1647012466,47.74303,8.99896\n3957,1647012467,47.74303,8.99896\n3958,1647012468,47.74303,8.99896\n3959,1647012469,47.74303,8.99897\n3960,1647012471,47.74303,8.99897\n3961,1647012489,47.74293,8.99903\n3962,1647012490,47.74294,8.99902\n3963,1647012491,47.74296,8.99901\n3964,1647012492,47.74296,8.99901\n3965,1647012493,47.74297,8.99899\n3966,1647012494,47.74297,8.99899\n3967,1647012495,47.74297,8.99898\n3968,1647012496,47.74297,8.99897\n3969,1647012497,47.74297,8.99897\n3970,1647012498,47.74296,8.99896\n3971,1647012517,47.74308,8.99894\n3972,1647012518,47.74307,8.99895\n3973,1647012519,47.74305,8.99895\n3974,1647012520,47.74304,8.99894\n3975,1647012521,47.74305,8.99893\n3976,1647012522,47.74304,8.99892\n3977,1647012523,47.74304,8.99891\n3978,1647012524,47.74304,8.99891\n3979,1647012525,47.74304,8.99891\n3980,1647012526,47.74304,8.99890\n3981,1647012545,47.74301,8.99868\n3982,1647012546,47.74306,8.99890\n3983,1647012547,47.74306,8.99890\n3984,1647012548,47.74305,8.99893\n3985,1647012549,47.74304,8.99894\n3986,1647012550,47.74303,8.99893\n3987,1647012551,47.74303,8.99893\n3988,1647012552,47.74304,8.99894\n3989,1647012553,47.74303,8.99894\n3990,1647012554,47.74301,8.99896\n3991,1647012574,47.74302,8.99894\n3992,1647012575,47.74299,8.99893\n3993,1647012576,47.74299,8.99892\n3994,1647012577,47.74299,8.99891\n3995,1647012578,47.74299,8.99892\n3996,1647012579,47.74300,8.99893\n3997,1647012580,47.74300,8.99893\n3998,1647012581,47.74300,8.99893\n3999,1647012582,47.74300,8.99893\n4000,1647012583,47.74301,8.99892\n4001,1647012602,47.74294,8.99900\n4002,1647012603,47.74271,8.99892\n4003,1647012604,47.74277,8.99892\n4004,1647012605,47.74279,8.99894\n4005,1647012606,47.74285,8.99895\n4006,1647012607,47.74288,8.99895\n4007,1647012608,47.74293,8.99895\n4008,1647012609,47.74295,8.99896\n4009,1647012610,47.74296,8.99896\n4010,1647012611,47.74296,8.99896\n4011,1647012631,47.74286,8.99897\n4012,1647012632,47.74288,8.99896\n4013,1647012633,47.74291,8.99895\n4014,1647012634,47.74292,8.99894\n4015,1647012635,47.74292,8.99894\n4016,1647012636,47.74292,8.99893\n4017,1647012637,47.74298,8.99890\n4018,1647012639,47.74298,8.99890\n4019,1647012640,47.74298,8.99890\n4020,1647012641,47.74299,8.99890\n4021,1647012659,47.74291,8.99899\n4022,1647012660,47.74293,8.99893\n4023,1647012662,47.74293,8.99893\n4024,1647012663,47.74292,8.99894\n4025,1647012664,47.74292,8.99894\n4026,1647012665,47.74292,8.99893\n4027,1647012666,47.74291,8.99892\n4028,1647012667,47.74292,8.99892\n4029,1647012668,47.74292,8.99892\n4030,1647012669,47.74292,8.99891\n4031,1647012689,47.74294,8.99898\n4032,1647012690,47.74293,8.99897\n4033,1647012691,47.74293,8.99898\n4034,1647012692,47.74292,8.99898\n4035,1647012693,47.74291,8.99896\n4036,1647012694,47.74290,8.99896\n4037,1647012695,47.74290,8.99896\n4038,1647012696,47.74290,8.99896\n4039,1647012697,47.74297,8.99896\n4040,1647012699,47.74297,8.99896\n4041,1647012718,47.74278,8.99897\n4042,1647012719,47.74282,8.99898\n4043,1647012720,47.74285,8.99898\n4044,1647012721,47.74287,8.99897\n4045,1647012722,47.74289,8.99897\n4046,1647012723,47.74291,8.99897\n4047,1647012724,47.74290,8.99896\n4048,1647012725,47.74291,8.99896\n4049,1647012726,47.74291,8.99895\n4050,1647012727,47.74295,8.99895\n4051,1647012746,47.74279,8.99892\n4052,1647012747,47.74283,8.99893\n4053,1647012748,47.74285,8.99893\n4054,1647012749,47.74287,8.99893\n4055,1647012750,47.74290,8.99893\n4056,1647012751,47.74292,8.99893\n4057,1647012752,47.74294,8.99893\n4058,1647012753,47.74296,8.99893\n4059,1647012754,47.74297,8.99892\n4060,1647012755,47.74297,8.99892\n4061,1647012775,47.74298,8.99887\n4062,1647012776,47.74301,8.99888\n4063,1647012777,47.74301,8.99888\n4064,1647012778,47.74301,8.99888\n4065,1647012779,47.74301,8.99889\n4066,1647012780,47.74300,8.99889\n4067,1647012781,47.74300,8.99889\n4068,1647012782,47.74295,8.99890\n4069,1647012784,47.74295,8.99889\n4070,1647012785,47.74295,8.99889\n4071,1647012803,47.74290,8.99900\n4072,1647012804,47.74292,8.99898\n4073,1647012806,47.74293,8.99897\n4074,1647012807,47.74293,8.99895\n4075,1647012808,47.74294,8.99895\n4076,1647012809,47.74295,8.99894\n4077,1647012810,47.74295,8.99893\n4078,1647012811,47.74295,8.99892\n4079,1647012812,47.74295,8.99892\n4080,1647012813,47.74295,8.99892\n4081,1647012832,47.74308,8.99892\n4082,1647012833,47.74308,8.99892\n4083,1647012834,47.74308,8.99892\n4084,1647012835,47.74307,8.99892\n4085,1647012836,47.74307,8.99893\n4086,1647012837,47.74307,8.99893\n4087,1647012838,47.74306,8.99893\n4088,1647012839,47.74306,8.99894\n4089,1647012840,47.74306,8.99894\n4090,1647012841,47.74301,8.99898\n4091,1647012859,47.74300,8.99892\n4092,1647012860,47.74304,8.99888\n4093,1647012861,47.74303,8.99890\n4094,1647012862,47.74302,8.99891\n4095,1647012863,47.74302,8.99892\n4096,1647012864,47.74301,8.99892\n4097,1647012865,47.74300,8.99892\n4098,1647012866,47.74300,8.99892\n4099,1647012867,47.74300,8.99893\n4100,1647012868,47.74300,8.99893\n4101,1647012887,47.74306,8.99894\n4102,1647012888,47.74301,8.99905\n4103,1647012889,47.74303,8.99898\n4104,1647012890,47.74303,8.99897\n4105,1647012891,47.74302,8.99897\n4106,1647012892,47.74302,8.99897\n4107,1647012893,47.74301,8.99897\n4108,1647012894,47.74301,8.99897\n4109,1647012895,47.74301,8.99898\n4110,1647012896,47.74296,8.99903\n4111,1647012915,47.74294,8.99894\n4112,1647012916,47.74297,8.99892\n4113,1647012917,47.74298,8.99893\n4114,1647012918,47.74299,8.99893\n4115,1647012919,47.74299,8.99893\n4116,1647012920,47.74299,8.99894\n4117,1647012921,47.74300,8.99894\n4118,1647012922,47.74300,8.99894\n4119,1647012923,47.74301,8.99894\n4120,1647012924,47.74300,8.99895\n4121,1647012944,47.74286,8.99904\n4122,1647012945,47.74290,8.99903\n4123,1647012946,47.74292,8.99902\n4124,1647012947,47.74293,8.99902\n4125,1647012948,47.74293,8.99902\n4126,1647012949,47.74293,8.99902\n4127,1647012950,47.74293,8.99903\n4128,1647012951,47.74294,8.99903\n4129,1647012952,47.74294,8.99903\n4130,1647012953,47.74295,8.99903\n4131,1647012971,47.74300,8.99911\n4132,1647012972,47.74300,8.99904\n4133,1647012973,47.74299,8.99903\n4134,1647012974,47.74300,8.99902\n4135,1647012975,47.74300,8.99902\n4136,1647012976,47.74299,8.99902\n4137,1647012977,47.74299,8.99903\n4138,1647012978,47.74299,8.99903\n4139,1647012979,47.74297,8.99905\n4140,1647012981,47.74297,8.99905\n4141,1647012999,47.74310,8.99901\n4142,1647013000,47.74304,8.99896\n4143,1647013001,47.74303,8.99898\n4144,1647013002,47.74301,8.99898\n4145,1647013003,47.74302,8.99898\n4146,1647013004,47.74302,8.99898\n4147,1647013005,47.74302,8.99898\n4148,1647013006,47.74302,8.99898\n4149,1647013007,47.74303,8.99898\n4150,1647013008,47.74303,8.99898\n4151,1647013027,47.74307,8.99890\n4152,1647013028,47.74303,8.99894\n4153,1647013029,47.74303,8.99894\n4154,1647013030,47.74302,8.99895\n4155,1647013031,47.74302,8.99895\n4156,1647013032,47.74302,8.99896\n4157,1647013033,47.74301,8.99897\n4158,1647013034,47.74301,8.99897\n4159,1647013035,47.74301,8.99897\n4160,1647013036,47.74300,8.99898\n4161,1647013055,47.74292,8.99906\n4162,1647013056,47.74299,8.99900\n4163,1647013057,47.74296,8.99902\n4164,1647013058,47.74294,8.99904\n4165,1647013059,47.74293,8.99904\n4166,1647013060,47.74293,8.99904\n4167,1647013061,47.74293,8.99905\n4168,1647013062,47.74293,8.99905\n4169,1647013063,47.74294,8.99905\n4170,1647013064,47.74294,8.99905\n4171,1647013083,47.74301,8.99903\n4172,1647013084,47.74301,8.99904\n4173,1647013085,47.74301,8.99903\n4174,1647013086,47.74301,8.99902\n4175,1647013087,47.74301,8.99903\n4176,1647013088,47.74301,8.99902\n4177,1647013089,47.74302,8.99901\n4178,1647013090,47.74302,8.99900\n4179,1647013091,47.74302,8.99900\n4180,1647013092,47.74301,8.99900\n4181,1647013111,47.74300,8.99906\n4182,1647013112,47.74300,8.99905\n4183,1647013113,47.74299,8.99906\n4184,1647013114,47.74299,8.99905\n4185,1647013115,47.74299,8.99905\n4186,1647013116,47.74297,8.99907\n4187,1647013117,47.74297,8.99907\n4188,1647013118,47.74296,8.99908\n4189,1647013119,47.74296,8.99908\n4190,1647013120,47.74296,8.99908\n4191,1647013139,47.74305,8.99893\n4192,1647013140,47.74304,8.99895\n4193,1647013141,47.74303,8.99896\n4194,1647013142,47.74303,8.99897\n4195,1647013143,47.74302,8.99898\n4196,1647013144,47.74301,8.99899\n4197,1647013145,47.74301,8.99899\n4198,1647013146,47.74301,8.99898\n4199,1647013147,47.74297,8.99902\n4200,1647013149,47.74297,8.99902\n4201,1647013167,47.74305,8.99894\n4202,1647013168,47.74304,8.99895\n4203,1647013169,47.74303,8.99895\n4204,1647013170,47.74302,8.99895\n4205,1647013171,47.74301,8.99895\n4206,1647013172,47.74301,8.99896\n4207,1647013173,47.74300,8.99896\n4208,1647013174,47.74300,8.99897\n4209,1647013175,47.74300,8.99897\n4210,1647013176,47.74300,8.99897\n4211,1647013195,47.74291,8.99893\n4212,1647013196,47.74291,8.99894\n4213,1647013197,47.74291,8.99895\n4214,1647013198,47.74292,8.99895\n4215,1647013199,47.74292,8.99895\n4216,1647013200,47.74293,8.99896\n4217,1647013201,47.74286,8.99906\n4218,1647013203,47.74287,8.99906\n4219,1647013204,47.74287,8.99905\n4220,1647013205,47.74287,8.99905\n4221,1647013222,47.74301,8.99897\n4222,1647013222,47.74300,8.99897\n4223,1647013225,47.74294,8.99901\n4224,1647013226,47.74293,8.99902\n4225,1647013227,47.74292,8.99902\n4226,1647013228,47.74291,8.99903\n4227,1647013229,47.74291,8.99903\n4228,1647013230,47.74291,8.99903\n4229,1647013231,47.74292,8.99903\n4230,1647013232,47.74292,8.99903\n4231,1647013251,47.74305,8.99889\n4232,1647013252,47.74305,8.99889\n4233,1647013253,47.74304,8.99890\n4234,1647013254,47.74304,8.99891\n4235,1647013255,47.74303,8.99892\n4236,1647013256,47.74303,8.99892\n4237,1647013257,47.74302,8.99893\n4238,1647013258,47.74302,8.99893\n4239,1647013259,47.74301,8.99894\n4240,1647013260,47.74300,8.99895\n4241,1647013279,47.74308,8.99891\n4242,1647013280,47.74307,8.99892\n4243,1647013281,47.74306,8.99893\n4244,1647013282,47.74304,8.99895\n4245,1647013283,47.74303,8.99896\n4246,1647013284,47.74301,8.99898\n4247,1647013285,47.74296,8.99904\n4248,1647013287,47.74296,8.99905\n4249,1647013288,47.74296,8.99905\n4250,1647013289,47.74296,8.99904\n4251,1647013306,47.74307,8.99891\n4252,1647013306,47.74305,8.99891\n4253,1647013309,47.74304,8.99895\n4254,1647013310,47.74303,8.99896\n4255,1647013311,47.74303,8.99896\n4256,1647013312,47.74304,8.99897\n4257,1647013313,47.74303,8.99897\n4258,1647013314,47.74303,8.99897\n4259,1647013315,47.74303,8.99897\n4260,1647013316,47.74303,8.99898\n4261,1647013334,47.74295,8.99902\n4262,1647013335,47.74289,8.99913\n4263,1647013336,47.74290,8.99912\n4264,1647013337,47.74292,8.99911\n4265,1647013338,47.74292,8.99911\n4266,1647013339,47.74292,8.99910\n4267,1647013340,47.74293,8.99909\n4268,1647013341,47.74293,8.99909\n4269,1647013342,47.74293,8.99909\n4270,1647013343,47.74293,8.99909\n4271,1647013361,47.74304,8.99893\n4272,1647013362,47.74301,8.99897\n4273,1647013363,47.74300,8.99899\n4274,1647013364,47.74300,8.99900\n4275,1647013365,47.74298,8.99903\n4276,1647013366,47.74298,8.99902\n4277,1647013367,47.74298,8.99903\n4278,1647013368,47.74298,8.99903\n4279,1647013369,47.74297,8.99905\n4280,1647013371,47.74297,8.99905\n4281,1647013389,47.74285,8.99911\n4282,1647013390,47.74286,8.99912\n4283,1647013391,47.74287,8.99912\n4284,1647013392,47.74287,8.99912\n4285,1647013393,47.74288,8.99912\n4286,1647013394,47.74289,8.99912\n4287,1647013395,47.74288,8.99913\n4288,1647013396,47.74288,8.99913\n4289,1647013397,47.74288,8.99913\n4290,1647013398,47.74288,8.99913\n4291,1647013418,47.74291,8.99903\n4292,1647013419,47.74291,8.99903\n4293,1647013420,47.74291,8.99903\n4294,1647013421,47.74291,8.99904\n4295,1647013422,47.74292,8.99903\n4296,1647013423,47.74286,8.99911\n4297,1647013425,47.74286,8.99911\n4298,1647013426,47.74286,8.99911\n4299,1647013427,47.74286,8.99911\n4300,1647013428,47.74286,8.99910\n4301,1647013446,47.74301,8.99898\n4302,1647013447,47.74300,8.99899\n4303,1647013448,47.74300,8.99898\n4304,1647013449,47.74300,8.99898\n4305,1647013450,47.74299,8.99899\n4306,1647013451,47.74298,8.99899\n4307,1647013452,47.74298,8.99900\n4308,1647013453,47.74291,8.99908\n4309,1647013455,47.74290,8.99909\n4310,1647013456,47.74290,8.99908\n4311,1647013474,47.74284,8.99912\n4312,1647013475,47.74287,8.99909\n4313,1647013476,47.74288,8.99909\n4314,1647013477,47.74288,8.99908\n4315,1647013478,47.74288,8.99908\n4316,1647013479,47.74289,8.99907\n4317,1647013480,47.74290,8.99906\n4318,1647013481,47.74290,8.99905\n4319,1647013482,47.74290,8.99905\n4320,1647013483,47.74287,8.99908\n4321,1647013502,47.74302,8.99879\n4322,1647013503,47.74302,8.99880\n4323,1647013504,47.74301,8.99882\n4324,1647013505,47.74300,8.99884\n4325,1647013506,47.74299,8.99885\n4326,1647013507,47.74298,8.99886\n4327,1647013508,47.74299,8.99886\n4328,1647013509,47.74299,8.99886\n4329,1647013510,47.74300,8.99887\n4330,1647013511,47.74300,8.99887\n4331,1647013531,47.74304,8.99893\n4332,1647013532,47.74304,8.99893\n4333,1647013533,47.74304,8.99892\n4334,1647013534,47.74305,8.99892\n4335,1647013535,47.74304,8.99892\n4336,1647013536,47.74304,8.99893\n4337,1647013537,47.74301,8.99896\n4338,1647013539,47.74301,8.99896\n4339,1647013540,47.74300,8.99897\n4340,1647013541,47.74300,8.99897\n4341,1647013562,47.74303,8.99897\n4342,1647013563,47.74302,8.99898\n4343,1647013564,47.74301,8.99899\n4344,1647013565,47.74301,8.99900\n4345,1647013566,47.74300,8.99901\n4346,1647013567,47.74300,8.99901\n4347,1647013568,47.74300,8.99901\n4348,1647013569,47.74300,8.99902\n4349,1647013570,47.74300,8.99902\n4350,1647013571,47.74300,8.99902\n4351,1647013591,47.74303,8.99898\n4352,1647013592,47.74304,8.99897\n4353,1647013593,47.74305,8.99896\n4354,1647013594,47.74305,8.99896\n4355,1647013595,47.74304,8.99896\n4356,1647013596,47.74304,8.99896\n4357,1647013597,47.74300,8.99899\n4358,1647013599,47.74300,8.99899\n4359,1647013600,47.74300,8.99899\n4360,1647013601,47.74300,8.99899\n4361,1647013619,47.74293,8.99902\n4362,1647013620,47.74295,8.99903\n4363,1647013622,47.74295,8.99904\n4364,1647013623,47.74295,8.99903\n4365,1647013624,47.74296,8.99903\n4366,1647013625,47.74295,8.99903\n4367,1647013626,47.74296,8.99903\n4368,1647013627,47.74296,8.99903\n4369,1647013628,47.74296,8.99903\n4370,1647013629,47.74296,8.99903\n4371,1647013649,47.74284,8.99909\n4372,1647013650,47.74286,8.99909\n4373,1647013651,47.74287,8.99908\n4374,1647013652,47.74287,8.99909\n4375,1647013653,47.74287,8.99908\n4376,1647013654,47.74287,8.99908\n4377,1647013655,47.74288,8.99908\n4378,1647013656,47.74288,8.99908\n4379,1647013657,47.74286,8.99909\n4380,1647013659,47.74287,8.99909\n4381,1647013678,47.74290,8.99913\n4382,1647013679,47.74289,8.99912\n4383,1647013680,47.74290,8.99911\n4384,1647013681,47.74289,8.99911\n4385,1647013682,47.74290,8.99910\n4386,1647013683,47.74291,8.99909\n4387,1647013684,47.74291,8.99908\n4388,1647013685,47.74291,8.99908\n4389,1647013686,47.74291,8.99907\n4390,1647013687,47.74292,8.99905\n4391,1647013705,47.74307,8.99889\n4392,1647013706,47.74304,8.99892\n4393,1647013707,47.74302,8.99895\n4394,1647013708,47.74301,8.99897\n4395,1647013709,47.74302,8.99898\n4396,1647013710,47.74301,8.99899\n4397,1647013711,47.74301,8.99899\n4398,1647013712,47.74300,8.99900\n4399,1647013713,47.74300,8.99900\n4400,1647013714,47.74300,8.99901\n4401,1647013734,47.74294,8.99913\n4402,1647013735,47.74293,8.99913\n4403,1647013736,47.74294,8.99912\n4404,1647013737,47.74293,8.99911\n4405,1647013738,47.74294,8.99910\n4406,1647013739,47.74293,8.99909\n4407,1647013740,47.74294,8.99909\n4408,1647013741,47.74294,8.99908\n4409,1647013742,47.74295,8.99908\n4410,1647013744,47.74295,8.99908\n4411,1647013763,47.74301,8.99904\n4412,1647013764,47.74301,8.99903\n4413,1647013765,47.74302,8.99903\n4414,1647013766,47.74301,8.99903\n4415,1647013767,47.74301,8.99903\n4416,1647013768,47.74301,8.99904\n4417,1647013769,47.74301,8.99903\n4418,1647013770,47.74301,8.99903\n4419,1647013771,47.74299,8.99905\n4420,1647013773,47.74299,8.99905\n4421,1647013792,47.74301,8.99905\n4422,1647013793,47.74302,8.99903\n4423,1647013794,47.74302,8.99902\n4424,1647013795,47.74303,8.99900\n4425,1647013796,47.74303,8.99900\n4426,1647013797,47.74303,8.99900\n4427,1647013798,47.74303,8.99900\n4428,1647013799,47.74303,8.99899\n4429,1647013800,47.74303,8.99899\n4430,1647013801,47.74300,8.99902\n4431,1647013819,47.74296,8.99896\n4432,1647013820,47.74292,8.99900\n4433,1647013821,47.74290,8.99903\n4434,1647013822,47.74289,8.99904\n4435,1647013823,47.74289,8.99905\n4436,1647013824,47.74290,8.99905\n4437,1647013825,47.74291,8.99905\n4438,1647013826,47.74292,8.99904\n4439,1647013827,47.74293,8.99904\n4440,1647013828,47.74294,8.99904\n4441,1647013848,47.74296,8.99907\n4442,1647013849,47.74296,8.99907\n4443,1647013850,47.74296,8.99907\n4444,1647013851,47.74295,8.99908\n4445,1647013852,47.74295,8.99909\n4446,1647013853,47.74295,8.99908\n4447,1647013854,47.74296,8.99907\n4448,1647013855,47.74296,8.99907\n4449,1647013856,47.74294,8.99908\n4450,1647013858,47.74293,8.99909\n4451,1647013878,47.74307,8.99897\n4452,1647013879,47.74305,8.99899\n4453,1647013880,47.74303,8.99899\n4454,1647013881,47.74302,8.99899\n4455,1647013882,47.74300,8.99900\n4456,1647013883,47.74300,8.99901\n4457,1647013884,47.74300,8.99901\n4458,1647013885,47.74296,8.99904\n4459,1647013887,47.74296,8.99904\n4460,1647013888,47.74296,8.99904\n4461,1647013909,47.74286,8.99919\n4462,1647013910,47.74286,8.99917\n4463,1647013911,47.74286,8.99915\n4464,1647013912,47.74285,8.99914\n4465,1647013913,47.74285,8.99914\n4466,1647013914,47.74286,8.99913\n4467,1647013915,47.74286,8.99912\n4468,1647013916,47.74286,8.99912\n4469,1647013917,47.74286,8.99912\n4470,1647013918,47.74286,8.99912\n4471,1647013938,47.74296,8.99905\n4472,1647013939,47.74296,8.99906\n4473,1647013940,47.74294,8.99907\n4474,1647013941,47.74293,8.99908\n4475,1647013942,47.74292,8.99909\n4476,1647013943,47.74292,8.99908\n4477,1647013944,47.74292,8.99908\n4478,1647013945,47.74291,8.99909\n4479,1647013947,47.74291,8.99908\n4480,1647013948,47.74291,8.99907\n4481,1647013968,47.74288,8.99904\n4482,1647013970,47.74288,8.99905\n4483,1647013971,47.74287,8.99907\n4484,1647013972,47.74287,8.99907\n4485,1647013973,47.74287,8.99906\n4486,1647013974,47.74288,8.99906\n4487,1647013975,47.74288,8.99907\n4488,1647013976,47.74288,8.99906\n4489,1647013977,47.74289,8.99906\n4490,1647013978,47.74289,8.99906\n4491,1647013997,47.74286,8.99918\n4492,1647013999,47.74287,8.99916\n4493,1647014000,47.74289,8.99914\n4494,1647014001,47.74290,8.99912\n4495,1647014002,47.74291,8.99911\n4496,1647014003,47.74291,8.99911\n4497,1647014004,47.74292,8.99911\n4498,1647014005,47.74292,8.99910\n4499,1647014006,47.74292,8.99910\n4500,1647014007,47.74292,8.99909\n4501,1647014026,47.74315,8.99884\n4502,1647014027,47.74313,8.99886\n4503,1647014028,47.74312,8.99888\n4504,1647014029,47.74309,8.99891\n4505,1647014030,47.74308,8.99893\n4506,1647014031,47.74307,8.99894\n4507,1647014032,47.74306,8.99895\n4508,1647014033,47.74305,8.99897\n4509,1647014034,47.74304,8.99898\n4510,1647014035,47.74296,8.99905\n4511,1647014053,47.74307,8.99890\n4512,1647014054,47.74304,8.99893\n4513,1647014055,47.74304,8.99894\n4514,1647014056,47.74302,8.99896\n4515,1647014057,47.74300,8.99898\n4516,1647014058,47.74298,8.99900\n4517,1647014059,47.74297,8.99901\n4518,1647014060,47.74296,8.99902\n4519,1647014061,47.74295,8.99903\n4520,1647014062,47.74294,8.99904\n4521,1647014082,47.74301,8.99888\n4522,1647014083,47.74301,8.99890\n4523,1647014084,47.74300,8.99891\n4524,1647014085,47.74298,8.99893\n4525,1647014086,47.74297,8.99895\n4526,1647014087,47.74296,8.99896\n4527,1647014088,47.74296,8.99897\n4528,1647014089,47.74296,8.99897\n4529,1647014090,47.74294,8.99900\n4530,1647014092,47.74293,8.99901\n4531,1647014110,47.74293,8.99901\n4532,1647014111,47.74296,8.99905\n4533,1647014112,47.74293,8.99907\n4534,1647014113,47.74291,8.99908\n4535,1647014114,47.74290,8.99910\n4536,1647014115,47.74289,8.99911\n4537,1647014116,47.74288,8.99911\n4538,1647014117,47.74289,8.99911\n4539,1647014118,47.74289,8.99911\n4540,1647014119,47.74290,8.99910\n4541,1647014139,47.74302,8.99898\n4542,1647014140,47.74302,8.99899\n4543,1647014141,47.74300,8.99900\n4544,1647014142,47.74300,8.99900\n4545,1647014143,47.74299,8.99900\n4546,1647014144,47.74298,8.99901\n4547,1647014145,47.74297,8.99901\n4548,1647014146,47.74296,8.99902\n4549,1647014147,47.74296,8.99902\n4550,1647014148,47.74296,8.99903\n4551,1647014179,47.74283,8.99913\n4552,1647014181,47.74283,8.99913\n4553,1647014182,47.74283,8.99913\n4554,1647014183,47.74283,8.99913\n4555,1647014184,47.74283,8.99913\n4556,1647014185,47.74283,8.99913\n4557,1647014186,47.74283,8.99913\n4558,1647014187,47.74284,8.99913\n4559,1647014188,47.74284,8.99913\n4560,1647014189,47.74284,8.99913\n4561,1647014218,47.74288,8.99904\n4562,1647014219,47.74289,8.99904\n4563,1647014220,47.74289,8.99904\n4564,1647014221,47.74289,8.99903\n4565,1647014222,47.74290,8.99903\n4566,1647014223,47.74291,8.99903\n4567,1647014224,47.74291,8.99903\n4568,1647014225,47.74292,8.99902\n4569,1647014226,47.74292,8.99903\n4570,1647014227,47.74292,8.99903\n4571,1647014260,47.74291,8.99908\n4572,1647014261,47.74291,8.99908\n4573,1647014262,47.74291,8.99908\n4574,1647014263,47.74291,8.99908\n4575,1647014264,47.74291,8.99908\n4576,1647014265,47.74291,8.99908\n4577,1647014266,47.74291,8.99908\n4578,1647014267,47.74292,8.99908\n4579,1647014268,47.74292,8.99907\n4580,1647014269,47.74292,8.99907\n4581,1647014311,47.74297,8.99903\n4582,1647014312,47.74299,8.99900\n4583,1647014313,47.74300,8.99898\n4584,1647014314,47.74301,8.99897\n4585,1647014315,47.74301,8.99896\n4586,1647014316,47.74302,8.99896\n4587,1647014317,47.74302,8.99895\n4588,1647014318,47.74302,8.99895\n4589,1647014319,47.74302,8.99895\n4590,1647014320,47.74303,8.99894\n4591,1647014338,47.74308,8.99901\n4592,1647014339,47.74307,8.99900\n4593,1647014341,47.74306,8.99897\n4594,1647014342,47.74305,8.99896\n4595,1647014343,47.74305,8.99895\n4596,1647014344,47.74305,8.99895\n4597,1647014345,47.74305,8.99894\n4598,1647014346,47.74304,8.99894\n4599,1647014347,47.74304,8.99894\n4600,1647014348,47.74304,8.99894\n4601,1647014367,47.74302,8.99900\n4602,1647014368,47.74301,8.99900\n4603,1647014369,47.74300,8.99900\n4604,1647014370,47.74300,8.99900\n4605,1647014371,47.74299,8.99900\n4606,1647014372,47.74299,8.99899\n4607,1647014373,47.74299,8.99900\n4608,1647014374,47.74299,8.99900\n4609,1647014375,47.74299,8.99899\n4610,1647014376,47.74299,8.99899\n4611,1647014394,47.74300,8.99885\n4612,1647014395,47.74295,8.99884\n4613,1647014396,47.74297,8.99885\n4614,1647014397,47.74297,8.99886\n4615,1647014398,47.74297,8.99886\n4616,1647014399,47.74298,8.99888\n4617,1647014400,47.74299,8.99889\n4618,1647014401,47.74299,8.99890\n4619,1647014402,47.74299,8.99891\n4620,1647014403,47.74299,8.99892\n4621,1647014423,47.74300,8.99896\n4622,1647014424,47.74301,8.99892\n4623,1647014425,47.74302,8.99893\n4624,1647014426,47.74303,8.99894\n4625,1647014427,47.74303,8.99894\n4626,1647014428,47.74303,8.99895\n4627,1647014429,47.74302,8.99896\n4628,1647014430,47.74301,8.99895\n4629,1647014431,47.74301,8.99895\n4630,1647014432,47.74301,8.99896\n4631,1647014451,47.74297,8.99889\n4632,1647014452,47.74295,8.99890\n4633,1647014453,47.74295,8.99889\n4634,1647014454,47.74295,8.99888\n4635,1647014455,47.74295,8.99887\n4636,1647014456,47.74295,8.99887\n4637,1647014457,47.74294,8.99887\n4638,1647014458,47.74294,8.99887\n4639,1647014459,47.74295,8.99887\n4640,1647014460,47.74295,8.99888\n4641,1647014479,47.74295,8.99884\n4642,1647014480,47.74298,8.99880\n4643,1647014481,47.74299,8.99881\n4644,1647014482,47.74300,8.99882\n4645,1647014483,47.74300,8.99883\n4646,1647014484,47.74300,8.99884\n4647,1647014485,47.74300,8.99884\n4648,1647014486,47.74300,8.99884\n4649,1647014487,47.74301,8.99885\n4650,1647014488,47.74301,8.99886\n4651,1647014506,47.74310,8.99881\n4652,1647014507,47.74312,8.99883\n4653,1647014508,47.74303,8.99892\n4654,1647014509,47.74302,8.99893\n4655,1647014510,47.74302,8.99894\n4656,1647014511,47.74303,8.99894\n4657,1647014512,47.74303,8.99894\n4658,1647014513,47.74302,8.99894\n4659,1647014514,47.74302,8.99894\n4660,1647014515,47.74301,8.99894\n4661,1647014534,47.74304,8.99897\n4662,1647014535,47.74304,8.99897\n4663,1647014536,47.74304,8.99898\n4664,1647014537,47.74304,8.99897\n4665,1647014538,47.74304,8.99898\n4666,1647014539,47.74303,8.99898\n4667,1647014540,47.74303,8.99898\n4668,1647014541,47.74303,8.99898\n4669,1647014542,47.74303,8.99898\n4670,1647014543,47.74303,8.99898\n4671,1647014562,47.74307,8.99887\n4672,1647014563,47.74303,8.99896\n4673,1647014564,47.74305,8.99896\n4674,1647014565,47.74306,8.99895\n4675,1647014566,47.74306,8.99894\n4676,1647014567,47.74306,8.99894\n4677,1647014568,47.74306,8.99894\n4678,1647014569,47.74303,8.99897\n4679,1647014571,47.74303,8.99896\n4680,1647014572,47.74303,8.99897\n4681,1647014590,47.74298,8.99906\n4682,1647014591,47.74296,8.99901\n4683,1647014593,47.74296,8.99901\n4684,1647014594,47.74297,8.99901\n4685,1647014595,47.74298,8.99901\n4686,1647014596,47.74298,8.99900\n4687,1647014597,47.74299,8.99900\n4688,1647014598,47.74299,8.99901\n4689,1647014599,47.74299,8.99900\n4690,1647014600,47.74299,8.99900\n4691,1647014619,47.74320,8.99879\n4692,1647014620,47.74320,8.99880\n4693,1647014621,47.74321,8.99880\n4694,1647014622,47.74313,8.99888\n4695,1647014623,47.74313,8.99888\n4696,1647014624,47.74312,8.99889\n4697,1647014625,47.74312,8.99890\n4698,1647014626,47.74311,8.99891\n4699,1647014627,47.74310,8.99892\n4700,1647014628,47.74309,8.99893\n4701,1647014646,47.74315,8.99893\n4702,1647014647,47.74318,8.99892\n4703,1647014648,47.74318,8.99892\n4704,1647014649,47.74315,8.99896\n4705,1647014650,47.74314,8.99897\n4706,1647014651,47.74313,8.99897\n4707,1647014652,47.74313,8.99897\n4708,1647014653,47.74312,8.99898\n4709,1647014654,47.74312,8.99899\n4710,1647014655,47.74311,8.99899\n4711,1647014675,47.74359,8.99871\n4712,1647014676,47.74313,8.99887\n4713,1647014677,47.74316,8.99888\n4714,1647014678,47.74311,8.99895\n4715,1647014679,47.74310,8.99898\n4716,1647014680,47.74309,8.99900\n4717,1647014681,47.74308,8.99901\n4718,1647014682,47.74308,8.99902\n4719,1647014683,47.74305,8.99904\n4720,1647014685,47.74305,8.99903\n4721,1647014703,47.74313,8.99939\n4722,1647014704,47.74305,8.99937\n4723,1647014705,47.74304,8.99927\n4724,1647014706,47.74306,8.99896\n4725,1647014707,47.74305,8.99893\n4726,1647014708,47.74305,8.99893\n4727,1647014709,47.74305,8.99893\n4728,1647014710,47.74304,8.99893\n4729,1647014711,47.74304,8.99893\n4730,1647014712,47.74304,8.99893\n4731,1647014734,47.74301,8.99894\n4732,1647014735,47.74302,8.99892\n4733,1647014736,47.74302,8.99892\n4734,1647014737,47.74302,8.99891\n4735,1647014738,47.74302,8.99891\n4736,1647014739,47.74301,8.99891\n4737,1647014740,47.74301,8.99891\n4738,1647014741,47.74302,8.99892\n4739,1647014742,47.74302,8.99892\n4740,1647014743,47.74302,8.99892\n4741,1647014762,47.74295,8.99897\n4742,1647014763,47.74301,8.99898\n4743,1647014764,47.74301,8.99899\n4744,1647014765,47.74301,8.99898\n4745,1647014766,47.74301,8.99899\n4746,1647014767,47.74301,8.99899\n4747,1647014768,47.74302,8.99899\n4748,1647014769,47.74301,8.99898\n4749,1647014770,47.74301,8.99898\n4750,1647014771,47.74301,8.99898\n4751,1647014789,47.74315,8.99893\n4752,1647014790,47.74312,8.99892\n4753,1647014791,47.74310,8.99891\n4754,1647014792,47.74310,8.99891\n4755,1647014793,47.74309,8.99892\n4756,1647014794,47.74307,8.99892\n4757,1647014795,47.74307,8.99893\n4758,1647014796,47.74306,8.99894\n4759,1647014797,47.74305,8.99895\n4760,1647014799,47.74305,8.99895\n4761,1647014817,47.74305,8.99901\n4762,1647014818,47.74304,8.99899\n4763,1647014819,47.74304,8.99898\n4764,1647014820,47.74304,8.99898\n4765,1647014821,47.74304,8.99898\n4766,1647014822,47.74305,8.99898\n4767,1647014823,47.74305,8.99898\n4768,1647014824,47.74305,8.99897\n4769,1647014825,47.74305,8.99897\n4770,1647014826,47.74305,8.99897\n4771,1647014844,47.74302,8.99890\n4772,1647014845,47.74301,8.99894\n4773,1647014846,47.74302,8.99895\n4774,1647014847,47.74302,8.99895\n4775,1647014848,47.74302,8.99896\n4776,1647014849,47.74302,8.99896\n4777,1647014850,47.74302,8.99896\n4778,1647014851,47.74302,8.99896\n4779,1647014853,47.74302,8.99896\n4780,1647014854,47.74302,8.99896\n4781,1647014872,47.74307,8.99899\n4782,1647014873,47.74308,8.99896\n4783,1647014875,47.74308,8.99895\n4784,1647014876,47.74309,8.99895\n4785,1647014877,47.74308,8.99895\n4786,1647014878,47.74308,8.99895\n4787,1647014879,47.74308,8.99896\n4788,1647014880,47.74308,8.99896\n4789,1647014881,47.74308,8.99897\n4790,1647014882,47.74308,8.99897\n4791,1647014900,47.74298,8.99906\n4792,1647014901,47.74305,8.99899\n4793,1647014902,47.74306,8.99897\n4794,1647014903,47.74306,8.99897\n4795,1647014904,47.74305,8.99897\n4796,1647014905,47.74305,8.99898\n4797,1647014906,47.74305,8.99899\n4798,1647014907,47.74305,8.99899\n4799,1647014908,47.74305,8.99899\n4800,1647014909,47.74305,8.99899\n4801,1647014927,47.74317,8.99908\n4802,1647014928,47.74310,8.99900\n4803,1647014929,47.74308,8.99900\n4804,1647014930,47.74307,8.99898\n4805,1647014931,47.74306,8.99897\n4806,1647014932,47.74306,8.99898\n4807,1647014933,47.74305,8.99898\n4808,1647014934,47.74306,8.99898\n4809,1647014935,47.74306,8.99898\n4810,1647014937,47.74305,8.99898\n4811,1647014956,47.74298,8.99887\n4812,1647014957,47.74297,8.99887\n4813,1647014958,47.74297,8.99887\n4814,1647014959,47.74297,8.99887\n4815,1647014960,47.74297,8.99888\n4816,1647014961,47.74297,8.99889\n4817,1647014962,47.74297,8.99889\n4818,1647014963,47.74298,8.99890\n4819,1647014964,47.74299,8.99891\n4820,1647014965,47.74300,8.99893\n4821,1647014984,47.74300,8.99897\n4822,1647014985,47.74302,8.99898\n4823,1647014986,47.74298,8.99894\n4824,1647014987,47.74300,8.99895\n4825,1647014988,47.74303,8.99898\n4826,1647014989,47.74302,8.99896\n4827,1647014990,47.74303,8.99897\n4828,1647014991,47.74305,8.99897\n4829,1647014992,47.74304,8.99896\n4830,1647014993,47.74305,8.99897\n4831,1647015013,47.74304,8.99891\n4832,1647015014,47.74303,8.99891\n4833,1647015015,47.74304,8.99894\n4834,1647015016,47.74305,8.99896\n4835,1647015017,47.74306,8.99898\n4836,1647015018,47.74307,8.99899\n4837,1647015019,47.74308,8.99901\n4838,1647015021,47.74309,8.99901\n4839,1647015022,47.74309,8.99901\n4840,1647015023,47.74309,8.99902\n4841,1647015041,47.74299,8.99895\n4842,1647015042,47.74300,8.99896\n4843,1647015044,47.74301,8.99896\n4844,1647015045,47.74301,8.99896\n4845,1647015046,47.74300,8.99895\n4846,1647015047,47.74300,8.99895\n4847,1647015048,47.74300,8.99896\n4848,1647015049,47.74301,8.99896\n4849,1647015050,47.74301,8.99896\n4850,1647015051,47.74301,8.99897\n4851,1647015070,47.74303,8.99903\n4852,1647015071,47.74306,8.99905\n4853,1647015072,47.74306,8.99904\n4854,1647015073,47.74308,8.99905\n4855,1647015074,47.74309,8.99905\n4856,1647015075,47.74309,8.99905\n4857,1647015076,47.74305,8.99900\n4858,1647015077,47.74303,8.99898\n4859,1647015078,47.74301,8.99896\n4860,1647015079,47.74302,8.99897\n4861,1647015097,47.74322,8.99925\n4862,1647015098,47.74319,8.99923\n4863,1647015099,47.74303,8.99906\n4864,1647015100,47.74300,8.99904\n4865,1647015101,47.74300,8.99902\n4866,1647015102,47.74299,8.99901\n4867,1647015103,47.74299,8.99899\n4868,1647015104,47.74298,8.99897\n4869,1647015105,47.74297,8.99896\n4870,1647015106,47.74297,8.99895\n4871,1647015125,47.74313,8.99900\n4872,1647015126,47.74311,8.99898\n4873,1647015127,47.74310,8.99897\n4874,1647015128,47.74308,8.99896\n4875,1647015129,47.74308,8.99896\n4876,1647015130,47.74307,8.99896\n4877,1647015131,47.74306,8.99896\n4878,1647015132,47.74305,8.99897\n4879,1647015133,47.74305,8.99897\n4880,1647015135,47.74304,8.99897\n4881,1647015154,47.74302,8.99897\n4882,1647015155,47.74302,8.99897\n4883,1647015156,47.74301,8.99896\n4884,1647015157,47.74302,8.99895\n4885,1647015158,47.74301,8.99895\n4886,1647015159,47.74302,8.99895\n4887,1647015160,47.74302,8.99895\n4888,1647015161,47.74301,8.99895\n4889,1647015162,47.74301,8.99895\n4890,1647015163,47.74301,8.99895\n4891,1647015181,47.74300,8.99894\n4892,1647015182,47.74300,8.99895\n4893,1647015183,47.74301,8.99895\n4894,1647015184,47.74301,8.99896\n4895,1647015185,47.74302,8.99896\n4896,1647015186,47.74302,8.99896\n4897,1647015187,47.74303,8.99896\n4898,1647015188,47.74303,8.99897\n4899,1647015189,47.74303,8.99897\n4900,1647015190,47.74303,8.99896\n4901,1647015209,47.74302,8.99897\n4902,1647015210,47.74301,8.99897\n4903,1647015211,47.74301,8.99897\n4904,1647015212,47.74301,8.99897\n4905,1647015213,47.74302,8.99898\n4906,1647015214,47.74301,8.99898\n4907,1647015215,47.74302,8.99898\n4908,1647015216,47.74302,8.99898\n4909,1647015217,47.74303,8.99897\n4910,1647015219,47.74303,8.99897\n4911,1647015238,47.74310,8.99901\n4912,1647015239,47.74308,8.99901\n4913,1647015240,47.74307,8.99901\n4914,1647015241,47.74307,8.99901\n4915,1647015242,47.74306,8.99902\n4916,1647015243,47.74306,8.99901\n4917,1647015244,47.74305,8.99901\n4918,1647015245,47.74306,8.99900\n4919,1647015246,47.74306,8.99900\n4920,1647015247,47.74307,8.99900\n4921,1647015266,47.74304,8.99894\n4922,1647015267,47.74304,8.99894\n4923,1647015268,47.74305,8.99894\n4924,1647015269,47.74306,8.99895\n4925,1647015270,47.74307,8.99894\n4926,1647015271,47.74307,8.99894\n4927,1647015272,47.74307,8.99894\n4928,1647015273,47.74307,8.99895\n4929,1647015274,47.74307,8.99894\n4930,1647015275,47.74307,8.99894\n4931,1647015294,47.74337,8.99909\n4932,1647015295,47.74314,8.99899\n4933,1647015296,47.74312,8.99900\n4934,1647015297,47.74312,8.99899\n4935,1647015298,47.74312,8.99900\n4936,1647015299,47.74311,8.99900\n4937,1647015300,47.74311,8.99901\n4938,1647015301,47.74310,8.99901\n4939,1647015303,47.74310,8.99901\n4940,1647015304,47.74311,8.99901\n4941,1647015322,47.74307,8.99897\n4942,1647015323,47.74308,8.99897\n4943,1647015325,47.74308,8.99897\n4944,1647015326,47.74308,8.99897\n4945,1647015327,47.74308,8.99897\n4946,1647015328,47.74308,8.99897\n4947,1647015329,47.74308,8.99896\n4948,1647015330,47.74308,8.99896\n4949,1647015331,47.74308,8.99896\n4950,1647015332,47.74308,8.99896\n4951,1647015350,47.74302,8.99910\n4952,1647015351,47.74308,8.99900\n4953,1647015352,47.74308,8.99900\n4954,1647015353,47.74308,8.99899\n4955,1647015354,47.74309,8.99900\n4956,1647015355,47.74308,8.99900\n4957,1647015356,47.74309,8.99900\n4958,1647015357,47.74309,8.99899\n4959,1647015358,47.74309,8.99899\n4960,1647015359,47.74309,8.99898\n4961,1647015377,47.74318,8.99907\n4962,1647015378,47.74310,8.99892\n4963,1647015379,47.74310,8.99892\n4964,1647015380,47.74309,8.99891\n4965,1647015381,47.74309,8.99892\n4966,1647015382,47.74308,8.99892\n4967,1647015383,47.74308,8.99893\n4968,1647015384,47.74307,8.99893\n4969,1647015385,47.74308,8.99893\n4970,1647015387,47.74307,8.99893\n4971,1647015405,47.74303,8.99877\n4972,1647015406,47.74309,8.99890\n4973,1647015407,47.74308,8.99891\n4974,1647015408,47.74308,8.99892\n4975,1647015409,47.74308,8.99893\n4976,1647015410,47.74307,8.99893\n4977,1647015411,47.74307,8.99893\n4978,1647015412,47.74307,8.99894\n4979,1647015413,47.74307,8.99894\n4980,1647015414,47.74307,8.99895\n4981,1647015432,47.74315,8.99917\n4982,1647015433,47.74300,8.99901\n4983,1647015434,47.74301,8.99902\n4984,1647015435,47.74302,8.99902\n4985,1647015436,47.74303,8.99901\n4986,1647015437,47.74303,8.99901\n4987,1647015438,47.74304,8.99901\n4988,1647015439,47.74304,8.99901\n4989,1647015440,47.74305,8.99901\n4990,1647015441,47.74305,8.99901\n4991,1647015460,47.74317,8.99896\n4992,1647015461,47.74309,8.99903\n4993,1647015462,47.74306,8.99901\n4994,1647015463,47.74307,8.99901\n4995,1647015464,47.74307,8.99901\n4996,1647015465,47.74307,8.99901\n4997,1647015466,47.74308,8.99901\n4998,1647015467,47.74307,8.99901\n4999,1647015468,47.74307,8.99900\n5000,1647015469,47.74308,8.99899\n5001,1647015488,47.74302,8.99901\n5002,1647015489,47.74304,8.99899\n5003,1647015490,47.74305,8.99899\n5004,1647015491,47.74305,8.99898\n5005,1647015492,47.74305,8.99898\n5006,1647015493,47.74305,8.99898\n5007,1647015494,47.74305,8.99898\n5008,1647015495,47.74305,8.99898\n5009,1647015496,47.74305,8.99899\n5010,1647015497,47.74304,8.99899\n5011,1647015516,47.74314,8.99902\n5012,1647015517,47.74310,8.99902\n5013,1647015518,47.74310,8.99903\n5014,1647015519,47.74310,8.99902\n5015,1647015520,47.74310,8.99902\n5016,1647015521,47.74310,8.99902\n5017,1647015522,47.74310,8.99902\n5018,1647015523,47.74310,8.99901\n5019,1647015524,47.74311,8.99900\n5020,1647015526,47.74311,8.99900\n5021,1647015544,47.74311,8.99898\n5022,1647015545,47.74306,8.99895\n5023,1647015546,47.74306,8.99896\n5024,1647015547,47.74307,8.99896\n5025,1647015548,47.74307,8.99897\n5026,1647015549,47.74308,8.99897\n5027,1647015550,47.74308,8.99897\n5028,1647015551,47.74309,8.99898\n5029,1647015552,47.74309,8.99898\n5030,1647015553,47.74309,8.99897\n5031,1647015571,47.74307,8.99889\n5032,1647015572,47.74309,8.99887\n5033,1647015573,47.74310,8.99889\n5034,1647015574,47.74310,8.99889\n5035,1647015575,47.74310,8.99890\n5036,1647015576,47.74309,8.99891\n5037,1647015577,47.74309,8.99891\n5038,1647015578,47.74308,8.99892\n5039,1647015579,47.74308,8.99892\n5040,1647015580,47.74308,8.99892\n5041,1647015599,47.74308,8.99886\n5042,1647015600,47.74310,8.99888\n5043,1647015601,47.74309,8.99890\n5044,1647015602,47.74309,8.99890\n5045,1647015603,47.74308,8.99891\n5046,1647015604,47.74308,8.99892\n5047,1647015605,47.74309,8.99893\n5048,1647015606,47.74309,8.99894\n5049,1647015607,47.74309,8.99896\n5050,1647015609,47.74309,8.99896\n5051,1647015628,47.74299,8.99903\n5052,1647015629,47.74300,8.99903\n5053,1647015630,47.74301,8.99903\n5054,1647015631,47.74302,8.99903\n5055,1647015632,47.74303,8.99903\n5056,1647015633,47.74304,8.99903\n5057,1647015634,47.74305,8.99903\n5058,1647015635,47.74305,8.99903\n5059,1647015636,47.74306,8.99903\n5060,1647015637,47.74305,8.99900\n5061,1647015656,47.74298,8.99889\n5062,1647015657,47.74299,8.99889\n5063,1647015658,47.74301,8.99890\n5064,1647015659,47.74301,8.99891\n5065,1647015660,47.74302,8.99892\n5066,1647015661,47.74303,8.99892\n5067,1647015662,47.74303,8.99893\n5068,1647015663,47.74303,8.99893\n5069,1647015664,47.74303,8.99893\n5070,1647015665,47.74303,8.99894\n5071,1647015684,47.74308,8.99899\n5072,1647015685,47.74309,8.99899\n5073,1647015686,47.74307,8.99897\n5074,1647015687,47.74307,8.99898\n5075,1647015688,47.74307,8.99898\n5076,1647015689,47.74308,8.99899\n5077,1647015690,47.74307,8.99898\n5078,1647015691,47.74306,8.99896\n5079,1647015693,47.74306,8.99895\n5080,1647015694,47.74306,8.99895\n5081,1647015712,47.74319,8.99902\n5082,1647015713,47.74316,8.99902\n5083,1647015715,47.74316,8.99902\n5084,1647015716,47.74316,8.99902\n5085,1647015717,47.74316,8.99902\n5086,1647015718,47.74316,8.99902\n5087,1647015719,47.74316,8.99903\n5088,1647015720,47.74316,8.99903\n5089,1647015721,47.74316,8.99902\n5090,1647015722,47.74315,8.99902\n5091,1647015740,47.74309,8.99893\n5092,1647015741,47.74309,8.99893\n5093,1647015742,47.74307,8.99892\n5094,1647015743,47.74307,8.99893\n5095,1647015744,47.74307,8.99893\n5096,1647015745,47.74306,8.99893\n5097,1647015746,47.74306,8.99893\n5098,1647015747,47.74306,8.99893\n5099,1647015748,47.74306,8.99893\n5100,1647015749,47.74307,8.99894\n5101,1647015768,47.74283,8.99874\n5102,1647015769,47.74294,8.99887\n5103,1647015770,47.74296,8.99889\n5104,1647015771,47.74298,8.99890\n5105,1647015772,47.74299,8.99890\n5106,1647015773,47.74300,8.99891\n5107,1647015774,47.74300,8.99891\n5108,1647015775,47.74300,8.99892\n5109,1647015777,47.74300,8.99892\n5110,1647015778,47.74300,8.99892\n5111,1647015796,47.74294,8.99887\n5112,1647015797,47.74297,8.99890\n5113,1647015799,47.74299,8.99890\n5114,1647015800,47.74299,8.99891\n5115,1647015801,47.74300,8.99891\n5116,1647015802,47.74301,8.99891\n5117,1647015803,47.74301,8.99892\n5118,1647015804,47.74301,8.99892\n5119,1647015805,47.74301,8.99893\n5120,1647015806,47.74302,8.99894\n5121,1647015824,47.74305,8.99902\n5122,1647015825,47.74305,8.99903\n5123,1647015826,47.74304,8.99902\n5124,1647015827,47.74303,8.99902\n5125,1647015828,47.74304,8.99903\n5126,1647015829,47.74305,8.99904\n5127,1647015830,47.74305,8.99904\n5128,1647015831,47.74307,8.99905\n5129,1647015832,47.74307,8.99905\n5130,1647015833,47.74308,8.99905\n5131,1647015852,47.74292,8.99886\n5132,1647015853,47.74294,8.99888\n5133,1647015854,47.74295,8.99889\n5134,1647015855,47.74295,8.99889\n5135,1647015856,47.74296,8.99891\n5136,1647015857,47.74297,8.99891\n5137,1647015858,47.74298,8.99892\n5138,1647015859,47.74298,8.99891\n5139,1647015861,47.74298,8.99891\n5140,1647015862,47.74298,8.99892\n5141,1647015881,47.74300,8.99899\n5142,1647015882,47.74300,8.99900\n5143,1647015883,47.74301,8.99900\n5144,1647015884,47.74303,8.99902\n5145,1647015885,47.74304,8.99902\n5146,1647015886,47.74304,8.99902\n5147,1647015887,47.74304,8.99903\n5148,1647015888,47.74304,8.99902\n5149,1647015889,47.74304,8.99902\n5150,1647015891,47.74304,8.99901\n5151,1647015909,47.74288,8.99878\n5152,1647015910,47.74292,8.99882\n5153,1647015911,47.74294,8.99885\n5154,1647015912,47.74295,8.99885\n5155,1647015913,47.74297,8.99887\n5156,1647015914,47.74299,8.99888\n5157,1647015915,47.74300,8.99889\n5158,1647015916,47.74301,8.99890\n5159,1647015917,47.74301,8.99891\n5160,1647015918,47.74302,8.99892\n5161,1647015936,47.74308,8.99887\n5162,1647015937,47.74303,8.99887\n5163,1647015938,47.74304,8.99888\n5164,1647015939,47.74305,8.99889\n5165,1647015940,47.74305,8.99890\n5166,1647015941,47.74305,8.99892\n5167,1647015942,47.74306,8.99892\n5168,1647015943,47.74306,8.99893\n5169,1647015944,47.74306,8.99893\n5170,1647015945,47.74306,8.99893\n5171,1647015965,47.74300,8.99889\n5172,1647015966,47.74301,8.99891\n5173,1647015967,47.74301,8.99891\n5174,1647015968,47.74302,8.99892\n5175,1647015969,47.74302,8.99892\n5176,1647015970,47.74303,8.99892\n5177,1647015971,47.74303,8.99893\n5178,1647015972,47.74303,8.99893\n5179,1647015973,47.74303,8.99892\n5180,1647015975,47.74303,8.99892\n5181,1647015994,47.74301,8.99889\n5182,1647015995,47.74301,8.99890\n5183,1647015996,47.74302,8.99891\n5184,1647015997,47.74303,8.99892\n5185,1647015998,47.74303,8.99893\n5186,1647015999,47.74303,8.99894\n5187,1647016000,47.74304,8.99894\n5188,1647016001,47.74304,8.99894\n5189,1647016002,47.74304,8.99894\n5190,1647016003,47.74304,8.99894\n5191,1647016023,47.74296,8.99889\n5192,1647016024,47.74300,8.99893\n5193,1647016025,47.74302,8.99894\n5194,1647016026,47.74304,8.99895\n5195,1647016027,47.74305,8.99896\n5196,1647016028,47.74306,8.99897\n5197,1647016029,47.74307,8.99898\n5198,1647016030,47.74307,8.99898\n5199,1647016031,47.74308,8.99899\n5200,1647016032,47.74308,8.99900\n5201,1647016053,47.74305,8.99898\n5202,1647016054,47.74306,8.99899\n5203,1647016055,47.74306,8.99899\n5204,1647016056,47.74306,8.99899\n5205,1647016057,47.74306,8.99900\n5206,1647016058,47.74306,8.99900\n5207,1647016059,47.74307,8.99900\n5208,1647016060,47.74307,8.99901\n5209,1647016061,47.74308,8.99901\n5210,1647016062,47.74308,8.99901\n5211,1647016081,47.74306,8.99899\n5212,1647016082,47.74306,8.99899\n5213,1647016083,47.74306,8.99897\n5214,1647016084,47.74307,8.99897\n5215,1647016085,47.74308,8.99896\n5216,1647016086,47.74308,8.99896\n5217,1647016087,47.74308,8.99895\n5218,1647016089,47.74308,8.99894\n5219,1647016090,47.74308,8.99894\n5220,1647016091,47.74308,8.99894\n5221,1647016109,47.74305,8.99898\n5222,1647016110,47.74306,8.99898\n5223,1647016112,47.74306,8.99898\n5224,1647016113,47.74306,8.99899\n5225,1647016114,47.74307,8.99900\n5226,1647016115,47.74308,8.99900\n5227,1647016116,47.74308,8.99900\n5228,1647016117,47.74308,8.99900\n5229,1647016118,47.74308,8.99900\n5230,1647016119,47.74308,8.99900\n5231,1647016137,47.74303,8.99907\n5232,1647016138,47.74305,8.99906\n5233,1647016139,47.74306,8.99905\n5234,1647016140,47.74307,8.99904\n5235,1647016141,47.74307,8.99904\n5236,1647016142,47.74308,8.99903\n5237,1647016143,47.74308,8.99902\n5238,1647016144,47.74308,8.99902\n5239,1647016145,47.74308,8.99901\n5240,1647016146,47.74308,8.99901\n5241,1647016165,47.74308,8.99900\n5242,1647016166,47.74309,8.99899\n5243,1647016167,47.74310,8.99900\n5244,1647016168,47.74310,8.99900\n5245,1647016169,47.74310,8.99900\n5246,1647016170,47.74310,8.99900\n5247,1647016171,47.74310,8.99900\n5248,1647016173,47.74310,8.99900\n5249,1647016174,47.74310,8.99901\n5250,1647016175,47.74310,8.99900\n5251,1647016196,47.74309,8.99902\n5252,1647016197,47.74309,8.99903\n5253,1647016198,47.74310,8.99903\n5254,1647016199,47.74310,8.99903\n5255,1647016200,47.74311,8.99904\n5256,1647016201,47.74311,8.99904\n5257,1647016202,47.74311,8.99904\n5258,1647016203,47.74311,8.99904\n5259,1647016204,47.74311,8.99904\n5260,1647016205,47.74311,8.99904\n5261,1647016223,47.74312,8.99907\n5262,1647016224,47.74308,8.99902\n5263,1647016225,47.74308,8.99901\n5264,1647016226,47.74307,8.99901\n5265,1647016227,47.74307,8.99901\n5266,1647016228,47.74307,8.99900\n5267,1647016229,47.74308,8.99900\n5268,1647016230,47.74308,8.99900\n5269,1647016231,47.74307,8.99898\n5270,1647016233,47.74307,8.99898\n5271,1647016252,47.74306,8.99893\n5272,1647016253,47.74306,8.99895\n5273,1647016254,47.74306,8.99895\n5274,1647016255,47.74306,8.99894\n5275,1647016256,47.74306,8.99895\n5276,1647016257,47.74306,8.99895\n5277,1647016258,47.74306,8.99895\n5278,1647016259,47.74305,8.99895\n5279,1647016260,47.74305,8.99895\n5280,1647016261,47.74305,8.99896\n5281,1647016279,47.74261,8.99951\n5282,1647016280,47.74274,8.99933\n5283,1647016281,47.74290,8.99911\n5284,1647016282,47.74302,8.99895\n5285,1647016283,47.74303,8.99895\n5286,1647016284,47.74303,8.99894\n5287,1647016285,47.74303,8.99895\n5288,1647016286,47.74302,8.99895\n5289,1647016287,47.74303,8.99895\n5290,1647016288,47.74303,8.99896\n5291,1647016307,47.74314,8.99902\n5292,1647016308,47.74311,8.99900\n5293,1647016309,47.74309,8.99897\n5294,1647016310,47.74307,8.99895\n5295,1647016311,47.74308,8.99895\n5296,1647016312,47.74308,8.99895\n5297,1647016313,47.74308,8.99895\n5298,1647016314,47.74308,8.99896\n5299,1647016315,47.74308,8.99896\n5300,1647016317,47.74308,8.99897\n5301,1647016336,47.74306,8.99890\n5302,1647016337,47.74305,8.99888\n5303,1647016338,47.74306,8.99890\n5304,1647016339,47.74306,8.99891\n5305,1647016340,47.74307,8.99892\n5306,1647016341,47.74306,8.99893\n5307,1647016342,47.74306,8.99894\n5308,1647016343,47.74306,8.99895\n5309,1647016344,47.74307,8.99895\n5310,1647016345,47.74307,8.99895\n5311,1647016363,47.74329,8.99868\n5312,1647016364,47.74304,8.99899\n5313,1647016365,47.74304,8.99900\n5314,1647016366,47.74305,8.99901\n5315,1647016367,47.74306,8.99902\n5316,1647016368,47.74307,8.99903\n5317,1647016369,47.74308,8.99903\n5318,1647016370,47.74309,8.99904\n5319,1647016371,47.74310,8.99905\n5320,1647016372,47.74311,8.99906\n5321,1647016391,47.74312,8.99907\n5322,1647016392,47.74314,8.99908\n5323,1647016393,47.74315,8.99907\n5324,1647016394,47.74314,8.99906\n5325,1647016395,47.74314,8.99905\n5326,1647016396,47.74314,8.99904\n5327,1647016397,47.74313,8.99904\n5328,1647016398,47.74313,8.99904\n5329,1647016399,47.74311,8.99902\n5330,1647016401,47.74311,8.99902\n5331,1647016419,47.74310,8.99904\n5332,1647016420,47.74311,8.99904\n5333,1647016421,47.74309,8.99903\n5334,1647016422,47.74308,8.99903\n5335,1647016423,47.74309,8.99903\n5336,1647016424,47.74310,8.99904\n5337,1647016425,47.74310,8.99904\n5338,1647016426,47.74310,8.99904\n5339,1647016427,47.74310,8.99903\n5340,1647016428,47.74309,8.99904\n5341,1647016446,47.74336,8.99907\n5342,1647016447,47.74316,8.99892\n5343,1647016448,47.74316,8.99895\n5344,1647016449,47.74314,8.99894\n5345,1647016450,47.74315,8.99895\n5346,1647016451,47.74314,8.99897\n5347,1647016452,47.74314,8.99898\n5348,1647016453,47.74316,8.99901\n5349,1647016455,47.74317,8.99902\n5350,1647016456,47.74317,8.99902\n5351,1647016474,47.74320,8.99912\n5352,1647016475,47.74317,8.99907\n5353,1647016476,47.74317,8.99906\n5354,1647016477,47.74317,8.99905\n5355,1647016478,47.74316,8.99905\n5356,1647016479,47.74315,8.99904\n5357,1647016480,47.74315,8.99903\n5358,1647016481,47.74314,8.99902\n5359,1647016482,47.74314,8.99902\n5360,1647016483,47.74310,8.99897\n5361,1647016503,47.74318,8.99909\n5362,1647016504,47.74318,8.99909\n5363,1647016505,47.74318,8.99908\n5364,1647016506,47.74318,8.99907\n5365,1647016507,47.74317,8.99906\n5366,1647016508,47.74317,8.99906\n5367,1647016509,47.74316,8.99905\n5368,1647016510,47.74315,8.99905\n5369,1647016511,47.74315,8.99905\n5370,1647016512,47.74315,8.99905\n5371,1647016531,47.74290,8.99890\n5372,1647016532,47.74293,8.99892\n5373,1647016533,47.74295,8.99893\n5374,1647016534,47.74297,8.99893\n5375,1647016535,47.74298,8.99894\n5376,1647016536,47.74298,8.99895\n5377,1647016537,47.74299,8.99896\n5378,1647016539,47.74300,8.99897\n5379,1647016540,47.74300,8.99897\n5380,1647016541,47.74301,8.99898\n5381,1647016559,47.74299,8.99886\n5382,1647016560,47.74300,8.99888\n5383,1647016562,47.74300,8.99890\n5384,1647016563,47.74301,8.99891\n5385,1647016564,47.74301,8.99892\n5386,1647016565,47.74302,8.99893\n5387,1647016566,47.74301,8.99894\n5388,1647016567,47.74301,8.99894\n5389,1647016568,47.74301,8.99894\n5390,1647016569,47.74300,8.99894\n5391,1647016587,47.74304,8.99908\n5392,1647016588,47.74301,8.99907\n5393,1647016589,47.74299,8.99905\n5394,1647016590,47.74298,8.99904\n5395,1647016591,47.74298,8.99904\n5396,1647016592,47.74298,8.99904\n5397,1647016593,47.74298,8.99903\n5398,1647016594,47.74298,8.99903\n5399,1647016595,47.74299,8.99903\n5400,1647016596,47.74299,8.99902\n5401,1647016614,47.74307,8.99900\n5402,1647016615,47.74309,8.99900\n5403,1647016616,47.74310,8.99901\n5404,1647016617,47.74309,8.99901\n5405,1647016618,47.74308,8.99900\n5406,1647016619,47.74308,8.99900\n5407,1647016620,47.74308,8.99901\n5408,1647016621,47.74306,8.99899\n5409,1647016623,47.74306,8.99899\n5410,1647016624,47.74305,8.99899\n5411,1647016642,47.74313,8.99906\n5412,1647016643,47.74313,8.99907\n5413,1647016645,47.74312,8.99906\n5414,1647016646,47.74310,8.99905\n5415,1647016647,47.74308,8.99904\n5416,1647016648,47.74307,8.99903\n5417,1647016649,47.74307,8.99903\n5418,1647016650,47.74306,8.99902\n5419,1647016651,47.74306,8.99902\n5420,1647016652,47.74306,8.99902\n5421,1647016671,47.74371,8.99845\n5422,1647016672,47.74329,8.99911\n5423,1647016673,47.74326,8.99910\n5424,1647016674,47.74325,8.99909\n5425,1647016675,47.74323,8.99908\n5426,1647016676,47.74321,8.99908\n5427,1647016677,47.74320,8.99907\n5428,1647016678,47.74319,8.99906\n5429,1647016679,47.74317,8.99905\n5430,1647016680,47.74316,8.99905\n5431,1647016698,47.74400,8.99974\n5432,1647016699,47.74376,8.99955\n5433,1647016700,47.74305,8.99899\n5434,1647016701,47.74305,8.99898\n5435,1647016702,47.74303,8.99898\n5436,1647016703,47.74303,8.99898\n5437,1647016704,47.74304,8.99898\n5438,1647016705,47.74304,8.99898\n5439,1647016706,47.74304,8.99898\n5440,1647016707,47.74304,8.99898\n5441,1647016727,47.74308,8.99904\n5442,1647016728,47.74307,8.99904\n5443,1647016729,47.74306,8.99903\n5444,1647016730,47.74305,8.99902\n5445,1647016731,47.74305,8.99902\n5446,1647016732,47.74305,8.99902\n5447,1647016733,47.74305,8.99902\n5448,1647016734,47.74305,8.99901\n5449,1647016735,47.74304,8.99900\n5450,1647016737,47.74304,8.99899\n5451,1647016755,47.74302,8.99896\n5452,1647016756,47.74302,8.99896\n5453,1647016757,47.74304,8.99896\n5454,1647016758,47.74305,8.99897\n5455,1647016759,47.74306,8.99898\n5456,1647016760,47.74307,8.99899\n5457,1647016761,47.74308,8.99899\n5458,1647016762,47.74308,8.99899\n5459,1647016763,47.74308,8.99899\n5460,1647016764,47.74308,8.99899\n5461,1647016782,47.74322,8.99890\n5462,1647016783,47.74318,8.99903\n5463,1647016784,47.74318,8.99904\n5464,1647016785,47.74317,8.99903\n5465,1647016786,47.74316,8.99903\n5466,1647016787,47.74315,8.99903\n5467,1647016788,47.74314,8.99903\n5468,1647016789,47.74314,8.99903\n5469,1647016790,47.74313,8.99902\n5470,1647016791,47.74313,8.99902\n5471,1647016811,47.74312,8.99906\n5472,1647016812,47.74312,8.99905\n5473,1647016813,47.74313,8.99905\n5474,1647016814,47.74313,8.99905\n5475,1647016815,47.74313,8.99906\n5476,1647016816,47.74313,8.99906\n5477,1647016817,47.74312,8.99905\n5478,1647016818,47.74312,8.99905\n5479,1647016819,47.74310,8.99901\n5480,1647016821,47.74309,8.99901\n5481,1647016839,47.74316,8.99905\n5482,1647016840,47.74314,8.99906\n5483,1647016841,47.74312,8.99905\n5484,1647016842,47.74312,8.99905\n5485,1647016843,47.74312,8.99904\n5486,1647016844,47.74311,8.99904\n5487,1647016845,47.74310,8.99904\n5488,1647016846,47.74310,8.99904\n5489,1647016847,47.74310,8.99904\n5490,1647016848,47.74310,8.99904\n5491,1647016866,47.74304,8.99901\n5492,1647016867,47.74303,8.99901\n5493,1647016868,47.74305,8.99901\n5494,1647016869,47.74305,8.99901\n5495,1647016870,47.74306,8.99901\n5496,1647016871,47.74306,8.99901\n5497,1647016872,47.74306,8.99902\n5498,1647016873,47.74307,8.99903\n5499,1647016874,47.74307,8.99903\n5500,1647016875,47.74307,8.99904\n5501,1647016894,47.74306,8.99890\n5502,1647016895,47.74306,8.99892\n5503,1647016896,47.74307,8.99893\n5504,1647016897,47.74307,8.99894\n5505,1647016898,47.74308,8.99895\n5506,1647016899,47.74308,8.99897\n5507,1647016900,47.74308,8.99897\n5508,1647016901,47.74308,8.99897\n5509,1647016902,47.74309,8.99898\n5510,1647016903,47.74308,8.99896\n5511,1647016921,47.74305,8.99888\n5512,1647016922,47.74304,8.99898\n5513,1647016923,47.74305,8.99899\n5514,1647016924,47.74306,8.99899\n5515,1647016925,47.74307,8.99900\n5516,1647016926,47.74309,8.99901\n5517,1647016927,47.74309,8.99901\n5518,1647016928,47.74310,8.99902\n5519,1647016929,47.74310,8.99902\n5520,1647016930,47.74310,8.99902\n5521,1647016949,47.74313,8.99907\n5522,1647016950,47.74311,8.99908\n5523,1647016951,47.74310,8.99907\n5524,1647016952,47.74310,8.99907\n5525,1647016953,47.74310,8.99907\n5526,1647016954,47.74310,8.99907\n5527,1647016955,47.74310,8.99907\n5528,1647016956,47.74310,8.99906\n5529,1647016957,47.74310,8.99906\n5530,1647016958,47.74309,8.99901\n5531,1647016976,47.74319,8.99893\n5532,1647016977,47.74317,8.99898\n5533,1647016978,47.74316,8.99899\n5534,1647016979,47.74314,8.99899\n5535,1647016980,47.74313,8.99899\n5536,1647016981,47.74312,8.99900\n5537,1647016982,47.74311,8.99901\n5538,1647016983,47.74311,8.99901\n5539,1647016984,47.74310,8.99901\n5540,1647016985,47.74310,8.99901\n5541,1647017004,47.74379,8.99975\n5542,1647017005,47.74301,8.99901\n5543,1647017006,47.74301,8.99902\n5544,1647017007,47.74300,8.99902\n5545,1647017008,47.74301,8.99903\n5546,1647017009,47.74303,8.99904\n5547,1647017010,47.74304,8.99904\n5548,1647017011,47.74304,8.99904\n5549,1647017012,47.74305,8.99902\n5550,1647017014,47.74305,8.99902\n5551,1647017033,47.74306,8.99902\n5552,1647017034,47.74307,8.99903\n5553,1647017035,47.74308,8.99902\n5554,1647017036,47.74308,8.99902\n5555,1647017037,47.74308,8.99902\n5556,1647017038,47.74308,8.99903\n5557,1647017039,47.74308,8.99903\n5558,1647017040,47.74308,8.99903\n5559,1647017041,47.74309,8.99904\n5560,1647017043,47.74309,8.99904\n5561,1647017061,47.74319,8.99900\n5562,1647017062,47.74315,8.99904\n5563,1647017063,47.74313,8.99904\n5564,1647017064,47.74312,8.99903\n5565,1647017065,47.74311,8.99902\n5566,1647017066,47.74311,8.99902\n5567,1647017067,47.74310,8.99902\n5568,1647017068,47.74310,8.99902\n5569,1647017069,47.74310,8.99902\n5570,1647017070,47.74309,8.99902\n5571,1647017089,47.74311,8.99895\n5572,1647017090,47.74309,8.99900\n5573,1647017091,47.74309,8.99901\n5574,1647017092,47.74308,8.99901\n5575,1647017093,47.74308,8.99902\n5576,1647017094,47.74307,8.99902\n5577,1647017095,47.74307,8.99902\n5578,1647017096,47.74307,8.99902\n5579,1647017097,47.74307,8.99901\n5580,1647017098,47.74306,8.99901\n5581,1647017117,47.74302,8.99894\n5582,1647017118,47.74304,8.99896\n5583,1647017119,47.74305,8.99897\n5584,1647017120,47.74305,8.99897\n5585,1647017121,47.74305,8.99898\n5586,1647017122,47.74305,8.99899\n5587,1647017123,47.74305,8.99899\n5588,1647017124,47.74305,8.99899\n5589,1647017125,47.74305,8.99899\n5590,1647017127,47.74305,8.99899\n5591,1647017145,47.74302,8.99892\n5592,1647017146,47.74302,8.99897\n5593,1647017147,47.74303,8.99897\n5594,1647017148,47.74304,8.99898\n5595,1647017149,47.74305,8.99898\n5596,1647017150,47.74307,8.99899\n5597,1647017151,47.74307,8.99899\n5598,1647017152,47.74308,8.99900\n5599,1647017153,47.74308,8.99900\n5600,1647017154,47.74308,8.99900\n5601,1647017172,47.74302,8.99892\n5602,1647017173,47.74306,8.99890\n5603,1647017174,47.74306,8.99891\n5604,1647017175,47.74306,8.99891\n5605,1647017176,47.74306,8.99892\n5606,1647017177,47.74306,8.99893\n5607,1647017178,47.74306,8.99894\n5608,1647017179,47.74306,8.99894\n5609,1647017180,47.74306,8.99895\n5610,1647017181,47.74306,8.99895\n5611,1647017201,47.74305,8.99898\n5612,1647017202,47.74306,8.99898\n5613,1647017203,47.74307,8.99899\n5614,1647017204,47.74307,8.99900\n5615,1647017205,47.74307,8.99901\n5616,1647017206,47.74308,8.99901\n5617,1647017207,47.74308,8.99901\n5618,1647017208,47.74308,8.99902\n5619,1647017209,47.74307,8.99900\n5620,1647017211,47.74307,8.99900\n5621,1647017229,47.74313,8.99902\n5622,1647017230,47.74314,8.99904\n5623,1647017231,47.74313,8.99904\n5624,1647017232,47.74312,8.99904\n5625,1647017233,47.74311,8.99904\n5626,1647017234,47.74311,8.99903\n5627,1647017235,47.74310,8.99902\n5628,1647017236,47.74309,8.99902\n5629,1647017237,47.74309,8.99902\n5630,1647017238,47.74308,8.99902\n5631,1647017256,47.74308,8.99904\n5632,1647017257,47.74309,8.99905\n5633,1647017258,47.74310,8.99906\n5634,1647017259,47.74310,8.99906\n5635,1647017260,47.74311,8.99906\n5636,1647017261,47.74311,8.99905\n5637,1647017262,47.74310,8.99904\n5638,1647017263,47.74309,8.99904\n5639,1647017265,47.74309,8.99903\n5640,1647017266,47.74309,8.99903\n5641,1647017285,47.74307,8.99899\n5642,1647017287,47.74308,8.99898\n5643,1647017288,47.74309,8.99899\n5644,1647017289,47.74309,8.99899\n5645,1647017290,47.74310,8.99900\n5646,1647017291,47.74310,8.99900\n5647,1647017292,47.74310,8.99900\n5648,1647017293,47.74309,8.99900\n5649,1647017294,47.74309,8.99899\n5650,1647017295,47.74309,8.99899\n5651,1647017314,47.74307,8.99900\n5652,1647017315,47.74308,8.99901\n5653,1647017316,47.74308,8.99900\n5654,1647017317,47.74307,8.99900\n5655,1647017318,47.74307,8.99900\n5656,1647017319,47.74307,8.99901\n5657,1647017320,47.74307,8.99901\n5658,1647017321,47.74307,8.99901\n5659,1647017322,47.74307,8.99901\n5660,1647017323,47.74307,8.99900\n5661,1647017342,47.74313,8.99903\n5662,1647017343,47.74314,8.99904\n5663,1647017344,47.74313,8.99904\n5664,1647017345,47.74312,8.99904\n5665,1647017346,47.74312,8.99903\n5666,1647017347,47.74312,8.99903\n5667,1647017348,47.74312,8.99903\n5668,1647017349,47.74313,8.99904\n5669,1647017350,47.74313,8.99904\n5670,1647017351,47.74313,8.99904\n5671,1647017370,47.74312,8.99905\n5672,1647017371,47.74299,8.99894\n5673,1647017372,47.74300,8.99896\n5674,1647017373,47.74301,8.99897\n5675,1647017374,47.74302,8.99897\n5676,1647017375,47.74302,8.99898\n5677,1647017376,47.74302,8.99899\n5678,1647017377,47.74303,8.99899\n5679,1647017379,47.74304,8.99899\n5680,1647017380,47.74305,8.99899\n5681,1647017398,47.74312,8.99911\n5682,1647017399,47.74303,8.99901\n5683,1647017401,47.74300,8.99897\n5684,1647017402,47.74299,8.99897\n5685,1647017403,47.74300,8.99896\n5686,1647017404,47.74300,8.99897\n5687,1647017405,47.74301,8.99897\n5688,1647017406,47.74301,8.99897\n5689,1647017407,47.74301,8.99897\n5690,1647017408,47.74302,8.99897\n5691,1647017426,47.74310,8.99904\n5692,1647017427,47.74303,8.99897\n5693,1647017428,47.74304,8.99897\n5694,1647017429,47.74305,8.99898\n5695,1647017430,47.74305,8.99899\n5696,1647017431,47.74306,8.99900\n5697,1647017432,47.74308,8.99902\n5698,1647017433,47.74308,8.99903\n5699,1647017434,47.74309,8.99904\n5700,1647017435,47.74309,8.99905\n5701,1647017453,47.74327,8.99922\n5702,1647017454,47.74308,8.99908\n5703,1647017455,47.74308,8.99907\n5704,1647017456,47.74308,8.99907\n5705,1647017457,47.74309,8.99906\n5706,1647017458,47.74309,8.99907\n5707,1647017459,47.74309,8.99907\n5708,1647017460,47.74309,8.99907\n5709,1647017461,47.74310,8.99906\n5710,1647017463,47.74310,8.99906\n5711,1647017481,47.74309,8.99901\n5712,1647017482,47.74311,8.99903\n5713,1647017483,47.74310,8.99902\n5714,1647017484,47.74309,8.99902\n5715,1647017485,47.74309,8.99903\n5716,1647017486,47.74309,8.99904\n5717,1647017487,47.74309,8.99904\n5718,1647017488,47.74309,8.99904\n5719,1647017489,47.74308,8.99904\n5720,1647017490,47.74308,8.99904\n5721,1647017508,47.74305,8.99899\n5722,1647017509,47.74305,8.99902\n5723,1647017510,47.74305,8.99903\n5724,1647017511,47.74305,8.99903\n5725,1647017512,47.74305,8.99904\n5726,1647017513,47.74305,8.99905\n5727,1647017514,47.74305,8.99905\n5728,1647017515,47.74305,8.99904\n5729,1647017516,47.74305,8.99904\n5730,1647017517,47.74305,8.99904\n5731,1647017536,47.74281,8.99935\n5732,1647017537,47.74301,8.99895\n5733,1647017538,47.74301,8.99895\n5734,1647017539,47.74302,8.99896\n5735,1647017540,47.74302,8.99897\n5736,1647017541,47.74302,8.99898\n5737,1647017542,47.74302,8.99898\n5738,1647017543,47.74302,8.99898\n5739,1647017544,47.74302,8.99898\n5740,1647017545,47.74305,8.99899\n5741,1647017564,47.74306,8.99909\n5742,1647017565,47.74308,8.99909\n5743,1647017573,47.74317,8.99910\n5744,1647017574,47.74317,8.99910\n5745,1647017575,47.74317,8.99909\n5746,1647017577,47.74317,8.99909\n5747,1647017578,47.74317,8.99910\n5748,1647017579,47.74317,8.99910\n5749,1647017580,47.74317,8.99910\n5750,1647017581,47.74316,8.99909\n5751,1647017600,47.74296,8.99893\n5752,1647017606,47.74307,8.99902\n5753,1647017607,47.74306,8.99901\n5754,1647017608,47.74306,8.99901\n5755,1647017609,47.74306,8.99901\n5756,1647017610,47.74306,8.99901\n5757,1647017611,47.74305,8.99901\n5758,1647017612,47.74305,8.99901\n5759,1647017613,47.74305,8.99901\n5760,1647017614,47.74304,8.99900\n5761,1647017634,47.74296,8.99894\n5762,1647017635,47.74297,8.99894\n5763,1647017636,47.74297,8.99894\n5764,1647017637,47.74297,8.99894\n5765,1647017638,47.74298,8.99894\n5766,1647017639,47.74298,8.99894\n5767,1647017640,47.74298,8.99894\n5768,1647017641,47.74299,8.99894\n5769,1647017643,47.74299,8.99894\n5770,1647017644,47.74299,8.99893\n5771,1647017662,47.74300,8.99900\n5772,1647017663,47.74299,8.99898\n5773,1647017665,47.74298,8.99897\n5774,1647017666,47.74299,8.99897\n5775,1647017667,47.74299,8.99896\n5776,1647017668,47.74299,8.99896\n5777,1647017669,47.74299,8.99896\n5778,1647017670,47.74299,8.99896\n5779,1647017671,47.74299,8.99896\n5780,1647017672,47.74300,8.99896\n5781,1647017690,47.74315,8.99908\n5782,1647017692,47.74308,8.99901\n5783,1647017693,47.74308,8.99900\n5784,1647017694,47.74307,8.99899\n5785,1647017695,47.74307,8.99899\n5786,1647017696,47.74307,8.99899\n5787,1647017697,47.74307,8.99899\n5788,1647017698,47.74307,8.99899\n5789,1647017699,47.74307,8.99899\n5790,1647017700,47.74307,8.99899\n5791,1647017718,47.74300,8.99900\n5792,1647017719,47.74301,8.99899\n5793,1647017720,47.74302,8.99898\n5794,1647017721,47.74302,8.99898\n5795,1647017722,47.74303,8.99898\n5796,1647017723,47.74304,8.99897\n5797,1647017724,47.74304,8.99897\n5798,1647017725,47.74304,8.99897\n5799,1647017726,47.74304,8.99898\n5800,1647017727,47.74304,8.99898\n5801,1647017746,47.74308,8.99905\n5802,1647017747,47.74307,8.99903\n5803,1647017748,47.74306,8.99903\n5804,1647017749,47.74305,8.99903\n5805,1647017750,47.74305,8.99902\n5806,1647017751,47.74304,8.99901\n5807,1647017752,47.74304,8.99901\n5808,1647017753,47.74304,8.99900\n5809,1647017754,47.74304,8.99900\n5810,1647017755,47.74304,8.99898\n5811,1647017774,47.74306,8.99894\n5812,1647017775,47.74305,8.99895\n5813,1647017776,47.74305,8.99897\n5814,1647017777,47.74305,8.99897\n5815,1647017778,47.74305,8.99898\n5816,1647017779,47.74305,8.99899\n5817,1647017780,47.74305,8.99899\n5818,1647017781,47.74305,8.99900\n5819,1647017782,47.74304,8.99900\n5820,1647017783,47.74304,8.99900\n5821,1647017802,47.74336,8.99906\n5822,1647017803,47.74310,8.99892\n5823,1647017804,47.74311,8.99895\n5824,1647017805,47.74310,8.99896\n5825,1647017806,47.74310,8.99897\n5826,1647017807,47.74310,8.99900\n5827,1647017808,47.74310,8.99900\n5828,1647017809,47.74310,8.99901\n5829,1647017811,47.74310,8.99902\n5830,1647017812,47.74309,8.99901\n5831,1647017830,47.74299,8.99898\n5832,1647017831,47.74299,8.99898\n5833,1647017833,47.74299,8.99898\n5834,1647017834,47.74300,8.99898\n5835,1647017835,47.74301,8.99899\n5836,1647017836,47.74302,8.99899\n5837,1647017837,47.74303,8.99900\n5838,1647017838,47.74303,8.99900\n5839,1647017839,47.74303,8.99900\n5840,1647017840,47.74303,8.99900\n5841,1647017858,47.74271,8.99869\n5842,1647017859,47.74299,8.99890\n5843,1647017860,47.74299,8.99890\n5844,1647017861,47.74299,8.99891\n5845,1647017862,47.74299,8.99892\n5846,1647017863,47.74299,8.99892\n5847,1647017864,47.74300,8.99894\n5848,1647017865,47.74301,8.99895\n5849,1647017866,47.74301,8.99896\n5850,1647017867,47.74301,8.99896\n5851,1647017885,47.74301,8.99905\n5852,1647017886,47.74301,8.99904\n5853,1647017887,47.74301,8.99903\n5854,1647017888,47.74301,8.99901\n5855,1647017889,47.74302,8.99901\n5856,1647017890,47.74302,8.99901\n5857,1647017891,47.74303,8.99902\n5858,1647017892,47.74303,8.99902\n5859,1647017893,47.74303,8.99901\n5860,1647017895,47.74303,8.99901\n5861,1647017913,47.74304,8.99906\n5862,1647017914,47.74304,8.99905\n5863,1647017915,47.74305,8.99904\n5864,1647017916,47.74305,8.99904\n5865,1647017917,47.74306,8.99904\n5866,1647017918,47.74306,8.99904\n5867,1647017919,47.74306,8.99904\n5868,1647017920,47.74306,8.99904\n5869,1647017921,47.74305,8.99904\n5870,1647017922,47.74305,8.99904\n5871,1647017940,47.74303,8.99898\n5872,1647017941,47.74302,8.99898\n5873,1647017942,47.74303,8.99899\n5874,1647017943,47.74303,8.99899\n5875,1647017944,47.74303,8.99899\n5876,1647017945,47.74304,8.99899\n5877,1647017946,47.74303,8.99899\n5878,1647017947,47.74304,8.99898\n5879,1647017949,47.74303,8.99898\n5880,1647017950,47.74304,8.99898\n5881,1647017968,47.74300,8.99901\n5882,1647017969,47.74301,8.99902\n5883,1647017971,47.74301,8.99901\n5884,1647017972,47.74302,8.99901\n5885,1647017973,47.74302,8.99901\n5886,1647017974,47.74302,8.99901\n5887,1647017975,47.74302,8.99901\n5888,1647017976,47.74302,8.99901\n5889,1647017977,47.74302,8.99901\n5890,1647017978,47.74302,8.99901\n5891,1647017996,47.74308,8.99903\n5892,1647017997,47.74308,8.99904\n5893,1647017998,47.74307,8.99903\n5894,1647017999,47.74306,8.99904\n5895,1647018000,47.74306,8.99904\n5896,1647018001,47.74306,8.99904\n5897,1647018002,47.74305,8.99904\n5898,1647018003,47.74305,8.99903\n5899,1647018004,47.74305,8.99903\n5900,1647018005,47.74305,8.99903\n5901,1647018023,47.74305,8.99898\n5902,1647018024,47.74305,8.99899\n5903,1647018025,47.74306,8.99899\n5904,1647018026,47.74305,8.99899\n5905,1647018027,47.74305,8.99900\n5906,1647018028,47.74305,8.99900\n5907,1647018029,47.74304,8.99900\n5908,1647018030,47.74305,8.99900\n5909,1647018031,47.74305,8.99900\n5910,1647018033,47.74305,8.99900\n5911,1647018053,47.74311,8.99912\n5912,1647018054,47.74310,8.99910\n5913,1647018055,47.74310,8.99909\n5914,1647018056,47.74309,8.99908\n5915,1647018057,47.74308,8.99906\n5916,1647018058,47.74308,8.99905\n5917,1647018059,47.74307,8.99904\n5918,1647018060,47.74307,8.99903\n5919,1647018061,47.74307,8.99902\n5920,1647018063,47.74307,8.99902\n5921,1647018081,47.74301,8.99899\n5922,1647018082,47.74302,8.99901\n5923,1647018083,47.74303,8.99902\n5924,1647018084,47.74303,8.99902\n5925,1647018085,47.74304,8.99903\n5926,1647018086,47.74304,8.99903\n5927,1647018087,47.74304,8.99904\n5928,1647018088,47.74304,8.99904\n5929,1647018089,47.74304,8.99904\n5930,1647018090,47.74303,8.99904\n5931,1647018108,47.74297,8.99908\n5932,1647018109,47.74296,8.99908\n5933,1647018110,47.74297,8.99906\n5934,1647018111,47.74297,8.99906\n5935,1647018112,47.74298,8.99906\n5936,1647018113,47.74298,8.99906\n5937,1647018114,47.74299,8.99905\n5938,1647018115,47.74300,8.99905\n5939,1647018116,47.74300,8.99905\n5940,1647018117,47.74301,8.99905\n5941,1647018136,47.74300,8.99895\n5942,1647018137,47.74299,8.99896\n5943,1647018138,47.74300,8.99896\n5944,1647018139,47.74300,8.99897\n5945,1647018140,47.74300,8.99897\n5946,1647018141,47.74300,8.99897\n5947,1647018142,47.74300,8.99898\n5948,1647018143,47.74300,8.99898\n5949,1647018144,47.74301,8.99898\n5950,1647018145,47.74301,8.99897\n5951,1647018164,47.74303,8.99903\n5952,1647018165,47.74305,8.99900\n5953,1647018166,47.74304,8.99901\n5954,1647018167,47.74305,8.99901\n5955,1647018168,47.74305,8.99901\n5956,1647018169,47.74306,8.99900\n5957,1647018170,47.74306,8.99900\n5958,1647018171,47.74306,8.99900\n5959,1647018172,47.74306,8.99900\n5960,1647018173,47.74306,8.99900\n5961,1647018192,47.74301,8.99898\n5962,1647018193,47.74302,8.99896\n5963,1647018194,47.74302,8.99896\n5964,1647018195,47.74302,8.99895\n5965,1647018196,47.74302,8.99895\n5966,1647018197,47.74302,8.99895\n5967,1647018198,47.74302,8.99895\n5968,1647018199,47.74302,8.99895\n5969,1647018200,47.74303,8.99896\n5970,1647018202,47.74303,8.99897\n5971,1647018220,47.74300,8.99890\n5972,1647018221,47.74302,8.99893\n5973,1647018222,47.74303,8.99895\n5974,1647018223,47.74302,8.99896\n5975,1647018224,47.74303,8.99897\n5976,1647018225,47.74303,8.99898\n5977,1647018226,47.74303,8.99898\n5978,1647018227,47.74304,8.99898\n5979,1647018228,47.74304,8.99898\n5980,1647018229,47.74304,8.99898\n5981,1647018247,47.74300,8.99888\n5982,1647018248,47.74301,8.99888\n5983,1647018249,47.74302,8.99890\n5984,1647018250,47.74302,8.99890\n5985,1647018251,47.74302,8.99891\n5986,1647018252,47.74302,8.99892\n5987,1647018253,47.74302,8.99892\n5988,1647018254,47.74303,8.99893\n5989,1647018255,47.74303,8.99894\n5990,1647018256,47.74304,8.99894\n5991,1647018275,47.74296,8.99896\n5992,1647018276,47.74302,8.99897\n5993,1647018277,47.74301,8.99897\n5994,1647018278,47.74302,8.99899\n5995,1647018279,47.74301,8.99899\n5996,1647018280,47.74301,8.99900\n5997,1647018281,47.74302,8.99900\n5998,1647018282,47.74302,8.99901\n5999,1647018283,47.74302,8.99900\n6000,1647018285,47.74302,8.99900\n6001,1647018303,47.74310,8.99904\n6002,1647018304,47.74308,8.99902\n6003,1647018305,47.74307,8.99901\n6004,1647018306,47.74307,8.99901\n6005,1647018307,47.74307,8.99901\n6006,1647018308,47.74306,8.99899\n6007,1647018309,47.74306,8.99898\n6008,1647018310,47.74305,8.99898\n6009,1647018311,47.74305,8.99898\n6010,1647018312,47.74305,8.99898\n6011,1647018330,47.74307,8.99906\n6012,1647018331,47.74307,8.99906\n6013,1647018332,47.74307,8.99905\n6014,1647018333,47.74307,8.99905\n6015,1647018334,47.74306,8.99904\n6016,1647018335,47.74306,8.99904\n6017,1647018336,47.74305,8.99904\n6018,1647018337,47.74305,8.99902\n6019,1647018339,47.74304,8.99902\n6020,1647018340,47.74304,8.99902\n6021,1647018358,47.74305,8.99899\n6022,1647018359,47.74305,8.99900\n6023,1647018361,47.74306,8.99900\n6024,1647018362,47.74306,8.99900\n6025,1647018363,47.74306,8.99900\n6026,1647018364,47.74305,8.99900\n6027,1647018365,47.74305,8.99900\n6028,1647018366,47.74305,8.99900\n6029,1647018367,47.74305,8.99900\n6030,1647018368,47.74304,8.99900\n6031,1647018386,47.74307,8.99902\n6032,1647018387,47.74307,8.99901\n6033,1647018388,47.74307,8.99901\n6034,1647018389,47.74307,8.99900\n6035,1647018390,47.74306,8.99900\n6036,1647018391,47.74306,8.99899\n6037,1647018392,47.74305,8.99899\n6038,1647018393,47.74305,8.99899\n6039,1647018394,47.74305,8.99899\n6040,1647018395,47.74305,8.99899\n6041,1647018413,47.74299,8.99907\n6042,1647018414,47.74304,8.99902\n6043,1647018415,47.74304,8.99902\n6044,1647018416,47.74305,8.99900\n6045,1647018417,47.74305,8.99901\n6046,1647018418,47.74305,8.99902\n6047,1647018419,47.74305,8.99902\n6048,1647018420,47.74305,8.99902\n6049,1647018421,47.74306,8.99902\n6050,1647018423,47.74306,8.99902\n6051,1647018441,47.74321,8.99911\n6052,1647018442,47.74310,8.99904\n6053,1647018443,47.74309,8.99904\n6054,1647018444,47.74308,8.99903\n6055,1647018445,47.74307,8.99902\n6056,1647018446,47.74307,8.99901\n6057,1647018447,47.74306,8.99901\n6058,1647018448,47.74306,8.99901\n6059,1647018449,47.74305,8.99901\n6060,1647018450,47.74305,8.99901\n6061,1647018468,47.74280,8.99883\n6062,1647018469,47.74299,8.99892\n6063,1647018470,47.74300,8.99893\n6064,1647018471,47.74301,8.99894\n6065,1647018472,47.74301,8.99894\n6066,1647018473,47.74301,8.99895\n6067,1647018474,47.74302,8.99895\n6068,1647018475,47.74303,8.99897\n6069,1647018477,47.74303,8.99897\n6070,1647018478,47.74303,8.99897\n6071,1647018496,47.74312,8.99898\n6072,1647018497,47.74311,8.99897\n6073,1647018499,47.74310,8.99896\n6074,1647018500,47.74308,8.99895\n6075,1647018501,47.74308,8.99895\n6076,1647018502,47.74307,8.99896\n6077,1647018503,47.74307,8.99896\n6078,1647018504,47.74306,8.99896\n6079,1647018505,47.74306,8.99896\n6080,1647018506,47.74305,8.99896\n6081,1647018524,47.74293,8.99895\n6082,1647018525,47.74295,8.99896\n6083,1647018526,47.74296,8.99895\n6084,1647018527,47.74298,8.99895\n6085,1647018528,47.74299,8.99895\n6086,1647018529,47.74301,8.99895\n6087,1647018530,47.74302,8.99896\n6088,1647018531,47.74302,8.99896\n6089,1647018532,47.74303,8.99896\n6090,1647018533,47.74303,8.99896\n6091,1647018551,47.74302,8.99896\n6092,1647018552,47.74303,8.99896\n6093,1647018553,47.74303,8.99896\n6094,1647018554,47.74303,8.99896\n6095,1647018555,47.74303,8.99896\n6096,1647018556,47.74303,8.99896\n6097,1647018557,47.74303,8.99895\n6098,1647018558,47.74302,8.99895\n6099,1647018559,47.74303,8.99896\n6100,1647018561,47.74303,8.99896\n6101,1647018579,47.74303,8.99899\n6102,1647018580,47.74303,8.99899\n6103,1647018581,47.74304,8.99898\n6104,1647018582,47.74303,8.99898\n6105,1647018583,47.74304,8.99898\n6106,1647018584,47.74303,8.99898\n6107,1647018585,47.74303,8.99899\n6108,1647018586,47.74303,8.99898\n6109,1647018587,47.74304,8.99898\n6110,1647018588,47.74304,8.99898\n6111,1647018606,47.74312,8.99898\n6112,1647018607,47.74311,8.99898\n6113,1647018608,47.74311,8.99898\n6114,1647018609,47.74310,8.99899\n6115,1647018610,47.74310,8.99900\n6116,1647018611,47.74311,8.99900\n6117,1647018612,47.74310,8.99901\n6118,1647018613,47.74310,8.99900\n6119,1647018615,47.74309,8.99900\n6120,1647018616,47.74309,8.99900\n6121,1647018634,47.74307,8.99892\n6122,1647018635,47.74306,8.99894\n6123,1647018636,47.74307,8.99896\n6124,1647018637,47.74307,8.99897\n6125,1647018638,47.74307,8.99899\n6126,1647018639,47.74307,8.99900\n6127,1647018640,47.74307,8.99900\n6128,1647018641,47.74307,8.99900\n6129,1647018642,47.74307,8.99900\n6130,1647018643,47.74307,8.99900\n6131,1647018661,47.74311,8.99894\n6132,1647018662,47.74309,8.99895\n6133,1647018663,47.74308,8.99896\n6134,1647018664,47.74307,8.99896\n6135,1647018665,47.74306,8.99897\n6136,1647018666,47.74305,8.99897\n6137,1647018667,47.74304,8.99898\n6138,1647018668,47.74303,8.99899\n6139,1647018669,47.74303,8.99899\n6140,1647018670,47.74302,8.99899\n6141,1647018689,47.74307,8.99895\n6142,1647018690,47.74306,8.99896\n6143,1647018691,47.74306,8.99896\n6144,1647018692,47.74306,8.99897\n6145,1647018693,47.74306,8.99897\n6146,1647018694,47.74305,8.99898\n6147,1647018695,47.74305,8.99898\n6148,1647018696,47.74305,8.99898\n6149,1647018697,47.74304,8.99899\n6150,1647018699,47.74304,8.99899\n6151,1647018717,47.74314,8.99905\n6152,1647018718,47.74308,8.99900\n6153,1647018719,47.74309,8.99900\n6154,1647018720,47.74309,8.99900\n6155,1647018721,47.74308,8.99901\n6156,1647018722,47.74309,8.99901\n6157,1647018723,47.74309,8.99901\n6158,1647018724,47.74309,8.99901\n6159,1647018725,47.74310,8.99901\n6160,1647018726,47.74310,8.99901\n6161,1647018744,47.74299,8.99897\n6162,1647018745,47.74302,8.99893\n6163,1647018746,47.74304,8.99895\n6164,1647018747,47.74304,8.99896\n6165,1647018748,47.74304,8.99897\n6166,1647018749,47.74304,8.99897\n6167,1647018750,47.74304,8.99897\n6168,1647018751,47.74304,8.99897\n6169,1647018752,47.74304,8.99897\n6170,1647018753,47.74304,8.99896\n6171,1647018772,47.74310,8.99898\n6172,1647018773,47.74309,8.99899\n6173,1647018774,47.74309,8.99899\n6174,1647018775,47.74308,8.99899\n6175,1647018776,47.74308,8.99898\n6176,1647018777,47.74307,8.99898\n6177,1647018778,47.74307,8.99898\n6178,1647018779,47.74307,8.99898\n6179,1647018780,47.74307,8.99898\n6180,1647018781,47.74306,8.99898\n6181,1647018799,47.74307,8.99902\n6182,1647018800,47.74307,8.99900\n6183,1647018801,47.74307,8.99900\n6184,1647018802,47.74307,8.99900\n6185,1647018803,47.74307,8.99900\n6186,1647018804,47.74307,8.99901\n6187,1647018805,47.74307,8.99901\n6188,1647018806,47.74307,8.99901\n6189,1647018807,47.74307,8.99902\n6190,1647018808,47.74307,8.99902\n6191,1647018827,47.74301,8.99891\n6192,1647018828,47.74297,8.99899\n6193,1647018829,47.74297,8.99901\n6194,1647018830,47.74298,8.99901\n6195,1647018831,47.74298,8.99900\n6196,1647018832,47.74299,8.99900\n6197,1647018833,47.74300,8.99900\n6198,1647018834,47.74300,8.99900\n6199,1647018835,47.74302,8.99898\n6200,1647018837,47.74302,8.99898\n6201,1647018855,47.74313,8.99895\n6202,1647018856,47.74311,8.99897\n6203,1647018857,47.74310,8.99898\n6204,1647018858,47.74309,8.99898\n6205,1647018859,47.74308,8.99899\n6206,1647018860,47.74308,8.99899\n6207,1647018861,47.74307,8.99900\n6208,1647018862,47.74307,8.99900\n6209,1647018863,47.74307,8.99901\n6210,1647018864,47.74306,8.99901\n6211,1647018882,47.74308,8.99897\n6212,1647018883,47.74308,8.99899\n6213,1647018884,47.74308,8.99900\n6214,1647018885,47.74308,8.99901\n6215,1647018886,47.74308,8.99901\n6216,1647018887,47.74309,8.99902\n6217,1647018888,47.74308,8.99902\n6218,1647018889,47.74309,8.99902\n6219,1647018891,47.74309,8.99902\n6220,1647018892,47.74309,8.99902\n6221,1647018910,47.74304,8.99913\n6222,1647018911,47.74304,8.99912\n6223,1647018912,47.74305,8.99911\n6224,1647018913,47.74305,8.99910\n6225,1647018914,47.74305,8.99909\n6226,1647018915,47.74305,8.99909\n6227,1647018916,47.74305,8.99909\n6228,1647018917,47.74305,8.99908\n6229,1647018918,47.74305,8.99907\n6230,1647018919,47.74306,8.99906\n6231,1647018938,47.74308,8.99896\n6232,1647018939,47.74306,8.99896\n6233,1647018940,47.74305,8.99897\n6234,1647018941,47.74305,8.99898\n6235,1647018942,47.74305,8.99899\n6236,1647018943,47.74305,8.99899\n6237,1647018944,47.74305,8.99899\n6238,1647018945,47.74304,8.99899\n6239,1647018946,47.74304,8.99899\n6240,1647018947,47.74304,8.99899\n6241,1647018967,47.74313,8.99908\n6242,1647018968,47.74313,8.99908\n6243,1647018969,47.74312,8.99907\n6244,1647018970,47.74312,8.99907\n6245,1647018971,47.74312,8.99907\n6246,1647018972,47.74312,8.99907\n6247,1647018973,47.74305,8.99904\n6248,1647018975,47.74305,8.99904\n6249,1647018976,47.74306,8.99904\n6250,1647018977,47.74306,8.99903\n6251,1647018995,47.74310,8.99905\n6252,1647018996,47.74309,8.99905\n6253,1647018997,47.74303,8.99900\n6254,1647018998,47.74304,8.99900\n6255,1647018999,47.74306,8.99902\n6256,1647019000,47.74307,8.99903\n6257,1647019001,47.74308,8.99904\n6258,1647019002,47.74309,8.99904\n6259,1647019003,47.74307,8.99903\n6260,1647019005,47.74307,8.99904\n6261,1647019026,47.74303,8.99893\n6262,1647019027,47.74300,8.99891\n6263,1647019028,47.74300,8.99890\n6264,1647019029,47.74301,8.99890\n6265,1647019030,47.74300,8.99890\n6266,1647019031,47.74300,8.99890\n6267,1647019032,47.74299,8.99890\n6268,1647019033,47.74311,8.99895\n6269,1647019035,47.74311,8.99895\n6270,1647019036,47.74311,8.99895\n6271,1647019063,47.74316,8.99906\n6272,1647019065,47.74315,8.99905\n6273,1647019066,47.74315,8.99905\n6274,1647019067,47.74315,8.99905\n6275,1647019068,47.74315,8.99905\n6276,1647019069,47.74315,8.99906\n6277,1647019070,47.74314,8.99906\n6278,1647019071,47.74314,8.99906\n6279,1647019072,47.74314,8.99906\n6280,1647019073,47.74314,8.99906\n6281,1647019091,47.74317,8.99910\n6282,1647019092,47.74312,8.99901\n6283,1647019094,47.74312,8.99902\n6284,1647019095,47.74313,8.99902\n6285,1647019096,47.74313,8.99903\n6286,1647019097,47.74314,8.99903\n6287,1647019098,47.74315,8.99903\n6288,1647019099,47.74315,8.99903\n6289,1647019100,47.74315,8.99903\n6290,1647019101,47.74315,8.99903\n6291,1647019119,47.74302,8.99884\n6292,1647019120,47.74303,8.99897\n6293,1647019121,47.74303,8.99899\n6294,1647019122,47.74303,8.99899\n6295,1647019123,47.74304,8.99899\n6296,1647019124,47.74304,8.99899\n6297,1647019125,47.74304,8.99900\n6298,1647019126,47.74304,8.99900\n6299,1647019127,47.74304,8.99901\n6300,1647019128,47.74304,8.99900\n6301,1647019146,47.74297,8.99907\n6302,1647019147,47.74301,8.99898\n6303,1647019148,47.74302,8.99898\n6304,1647019149,47.74302,8.99897\n6305,1647019150,47.74303,8.99897\n6306,1647019151,47.74303,8.99898\n6307,1647019152,47.74302,8.99899\n6308,1647019153,47.74307,8.99897\n6309,1647019155,47.74307,8.99896\n6310,1647019156,47.74307,8.99896\n6311,1647019174,47.74304,8.99890\n6312,1647019175,47.74305,8.99892\n6313,1647019177,47.74306,8.99894\n6314,1647019178,47.74306,8.99894\n6315,1647019179,47.74306,8.99895\n6316,1647019180,47.74306,8.99895\n6317,1647019181,47.74306,8.99895\n6318,1647019182,47.74306,8.99896\n6319,1647019183,47.74306,8.99896\n6320,1647019184,47.74306,8.99897\n6321,1647019202,47.74297,8.99898\n6322,1647019203,47.74305,8.99902\n6323,1647019204,47.74305,8.99902\n6324,1647019205,47.74305,8.99902\n6325,1647019206,47.74305,8.99901\n6326,1647019207,47.74306,8.99900\n6327,1647019208,47.74307,8.99899\n6328,1647019209,47.74308,8.99899\n6329,1647019210,47.74308,8.99899\n6330,1647019211,47.74308,8.99899\n6331,1647019229,47.74300,8.99907\n6332,1647019230,47.74302,8.99907\n6333,1647019231,47.74304,8.99906\n6334,1647019232,47.74304,8.99906\n6335,1647019233,47.74305,8.99905\n6336,1647019234,47.74305,8.99904\n6337,1647019235,47.74305,8.99904\n6338,1647019236,47.74305,8.99902\n6339,1647019237,47.74306,8.99901\n6340,1647019239,47.74306,8.99901\n6341,1647019257,47.74307,8.99893\n6342,1647019258,47.74305,8.99891\n6343,1647019259,47.74305,8.99891\n6344,1647019260,47.74305,8.99890\n6345,1647019261,47.74305,8.99890\n6346,1647019262,47.74306,8.99889\n6347,1647019263,47.74306,8.99889\n6348,1647019264,47.74307,8.99888\n6349,1647019265,47.74307,8.99888\n6350,1647019266,47.74307,8.99888\n6351,1647019284,47.74303,8.99900\n6352,1647019285,47.74304,8.99900\n6353,1647019286,47.74305,8.99899\n6354,1647019287,47.74306,8.99899\n6355,1647019288,47.74305,8.99898\n6356,1647019289,47.74305,8.99898\n6357,1647019290,47.74306,8.99897\n6358,1647019291,47.74306,8.99896\n6359,1647019293,47.74307,8.99896\n6360,1647019294,47.74307,8.99895\n6361,1647019312,47.74303,8.99895\n6362,1647019313,47.74302,8.99895\n6363,1647019315,47.74302,8.99896\n6364,1647019316,47.74302,8.99896\n6365,1647019317,47.74303,8.99897\n6366,1647019318,47.74303,8.99897\n6367,1647019319,47.74303,8.99898\n6368,1647019320,47.74303,8.99898\n6369,1647019321,47.74303,8.99898\n6370,1647019322,47.74303,8.99897\n6371,1647019340,47.74300,8.99899\n6372,1647019341,47.74300,8.99899\n6373,1647019342,47.74301,8.99899\n6374,1647019343,47.74302,8.99899\n6375,1647019344,47.74303,8.99898\n6376,1647019345,47.74303,8.99898\n6377,1647019346,47.74303,8.99898\n6378,1647019347,47.74303,8.99898\n6379,1647019348,47.74303,8.99898\n6380,1647019349,47.74303,8.99898\n6381,1647019367,47.74307,8.99902\n6382,1647019368,47.74306,8.99900\n6383,1647019369,47.74305,8.99899\n6384,1647019370,47.74305,8.99898\n6385,1647019371,47.74305,8.99899\n6386,1647019372,47.74305,8.99899\n6387,1647019373,47.74305,8.99900\n6388,1647019374,47.74305,8.99899\n6389,1647019375,47.74305,8.99899\n6390,1647019377,47.74306,8.99899\n6391,1647019395,47.74299,8.99901\n6392,1647019396,47.74300,8.99901\n6393,1647019397,47.74301,8.99901\n6394,1647019398,47.74301,8.99902\n6395,1647019399,47.74302,8.99902\n6396,1647019400,47.74302,8.99902\n6397,1647019401,47.74303,8.99902\n6398,1647019402,47.74303,8.99902\n6399,1647019403,47.74303,8.99902\n6400,1647019404,47.74304,8.99902\n6401,1647019423,47.74308,8.99896\n6402,1647019424,47.74308,8.99896\n6403,1647019425,47.74308,8.99896\n6404,1647019426,47.74308,8.99895\n6405,1647019427,47.74309,8.99894\n6406,1647019428,47.74309,8.99894\n6407,1647019429,47.74310,8.99892\n6408,1647019431,47.74310,8.99892\n6409,1647019432,47.74310,8.99892\n6410,1647019433,47.74310,8.99891\n6411,1647019451,47.74301,8.99908\n6412,1647019452,47.74302,8.99906\n6413,1647019454,47.74303,8.99906\n6414,1647019455,47.74303,8.99905\n6415,1647019456,47.74303,8.99904\n6416,1647019457,47.74303,8.99904\n6417,1647019458,47.74303,8.99904\n6418,1647019459,47.74303,8.99903\n6419,1647019460,47.74303,8.99903\n6420,1647019461,47.74303,8.99903\n6421,1647019479,47.74299,8.99898\n6422,1647019480,47.74299,8.99898\n6423,1647019481,47.74299,8.99898\n6424,1647019482,47.74300,8.99897\n6425,1647019483,47.74301,8.99898\n6426,1647019484,47.74301,8.99898\n6427,1647019485,47.74301,8.99898\n6428,1647019486,47.74301,8.99898\n6429,1647019487,47.74301,8.99898\n6430,1647019488,47.74301,8.99898\n6431,1647019506,47.74303,8.99898\n6432,1647019507,47.74305,8.99896\n6433,1647019508,47.74305,8.99895\n6434,1647019509,47.74304,8.99895\n6435,1647019510,47.74304,8.99895\n6436,1647019511,47.74304,8.99895\n6437,1647019512,47.74304,8.99896\n6438,1647019513,47.74303,8.99897\n6439,1647019515,47.74303,8.99898\n6440,1647019516,47.74303,8.99898\n6441,1647019534,47.74306,8.99890\n6442,1647019535,47.74307,8.99891\n6443,1647019536,47.74306,8.99893\n6444,1647019537,47.74306,8.99893\n6445,1647019538,47.74305,8.99894\n6446,1647019539,47.74305,8.99894\n6447,1647019540,47.74304,8.99895\n6448,1647019541,47.74304,8.99895\n6449,1647019542,47.74305,8.99895\n6450,1647019543,47.74302,8.99897\n6451,1647019562,47.74281,8.99885\n6452,1647019563,47.74304,8.99897\n6453,1647019564,47.74305,8.99897\n6454,1647019565,47.74305,8.99896\n6455,1647019566,47.74305,8.99896\n6456,1647019567,47.74305,8.99895\n6457,1647019568,47.74306,8.99896\n6458,1647019569,47.74306,8.99896\n6459,1647019570,47.74306,8.99896\n6460,1647019571,47.74306,8.99896\n6461,1647019589,47.74308,8.99889\n6462,1647019590,47.74310,8.99889\n6463,1647019591,47.74309,8.99890\n6464,1647019592,47.74309,8.99892\n6465,1647019593,47.74308,8.99893\n6466,1647019594,47.74309,8.99894\n6467,1647019595,47.74309,8.99895\n6468,1647019596,47.74308,8.99896\n6469,1647019597,47.74306,8.99898\n6470,1647019599,47.74306,8.99898\n6471,1647019617,47.74308,8.99906\n6472,1647019618,47.74307,8.99901\n6473,1647019619,47.74308,8.99901\n6474,1647019620,47.74308,8.99900\n6475,1647019621,47.74308,8.99900\n6476,1647019622,47.74309,8.99900\n6477,1647019623,47.74309,8.99899\n6478,1647019624,47.74309,8.99898\n6479,1647019625,47.74309,8.99898\n6480,1647019626,47.74309,8.99897\n6481,1647019645,47.74315,8.99891\n6482,1647019646,47.74314,8.99892\n6483,1647019647,47.74314,8.99891\n6484,1647019648,47.74314,8.99891\n6485,1647019649,47.74314,8.99891\n6486,1647019650,47.74314,8.99891\n6487,1647019651,47.74313,8.99891\n6488,1647019653,47.74313,8.99891\n6489,1647019654,47.74313,8.99891\n6490,1647019655,47.74313,8.99891\n6491,1647019673,47.74314,8.99891\n6492,1647019674,47.74314,8.99894\n6493,1647019676,47.74313,8.99896\n6494,1647019677,47.74312,8.99898\n6495,1647019678,47.74311,8.99899\n6496,1647019679,47.74310,8.99900\n6497,1647019680,47.74309,8.99901\n6498,1647019681,47.74309,8.99901\n6499,1647019682,47.74309,8.99901\n6500,1647019683,47.74308,8.99901\n6501,1647019701,47.74298,8.99914\n6502,1647019702,47.74299,8.99913\n6503,1647019703,47.74300,8.99912\n6504,1647019704,47.74300,8.99912\n6505,1647019705,47.74300,8.99910\n6506,1647019706,47.74300,8.99909\n6507,1647019707,47.74300,8.99908\n6508,1647019708,47.74301,8.99907\n6509,1647019709,47.74301,8.99907\n6510,1647019710,47.74301,8.99906\n6511,1647019728,47.74305,8.99902\n6512,1647019729,47.74305,8.99902\n6513,1647019730,47.74305,8.99902\n6514,1647019731,47.74305,8.99902\n6515,1647019732,47.74305,8.99903\n6516,1647019733,47.74305,8.99902\n6517,1647019734,47.74305,8.99901\n6518,1647019735,47.74304,8.99901\n6519,1647019736,47.74304,8.99901\n6520,1647019737,47.74305,8.99900\n6521,1647019756,47.74293,8.99893\n6522,1647019757,47.74302,8.99896\n6523,1647019758,47.74303,8.99897\n6524,1647019759,47.74303,8.99899\n6525,1647019760,47.74303,8.99899\n6526,1647019761,47.74302,8.99900\n6527,1647019762,47.74303,8.99900\n6528,1647019763,47.74302,8.99900\n6529,1647019764,47.74302,8.99900\n6530,1647019765,47.74303,8.99899\n6531,1647019783,47.74300,8.99913\n6532,1647019784,47.74303,8.99901\n6533,1647019785,47.74303,8.99901\n6534,1647019786,47.74302,8.99901\n6535,1647019787,47.74303,8.99901\n6536,1647019788,47.74304,8.99901\n6537,1647019789,47.74304,8.99902\n6538,1647019790,47.74304,8.99903\n6539,1647019791,47.74303,8.99903\n6540,1647019792,47.74303,8.99904\n6541,1647019811,47.74302,8.99906\n6542,1647019812,47.74303,8.99904\n6543,1647019813,47.74303,8.99904\n6544,1647019814,47.74303,8.99904\n6545,1647019815,47.74303,8.99904\n6546,1647019816,47.74304,8.99904\n6547,1647019817,47.74305,8.99903\n6548,1647019818,47.74305,8.99903\n6549,1647019819,47.74306,8.99902\n6550,1647019821,47.74306,8.99901\n6551,1647019840,47.74308,8.99901\n6552,1647019841,47.74306,8.99901\n6553,1647019842,47.74306,8.99901\n6554,1647019843,47.74306,8.99900\n6555,1647019844,47.74305,8.99900\n6556,1647019845,47.74305,8.99899\n6557,1647019846,47.74306,8.99899\n6558,1647019847,47.74306,8.99899\n6559,1647019848,47.74305,8.99899\n6560,1647019849,47.74305,8.99898\n6561,1647019868,47.74297,8.99916\n6562,1647019869,47.74303,8.99912\n6563,1647019870,47.74303,8.99912\n6564,1647019871,47.74304,8.99911\n6565,1647019872,47.74304,8.99910\n6566,1647019873,47.74305,8.99908\n6567,1647019874,47.74305,8.99907\n6568,1647019875,47.74306,8.99907\n6569,1647019876,47.74306,8.99906\n6570,1647019877,47.74305,8.99905\n6571,1647019897,47.74313,8.99902\n6572,1647019898,47.74312,8.99902\n6573,1647019899,47.74311,8.99902\n6574,1647019900,47.74311,8.99901\n6575,1647019901,47.74311,8.99901\n6576,1647019902,47.74311,8.99900\n6577,1647019903,47.74311,8.99900\n6578,1647019905,47.74311,8.99899\n6579,1647019906,47.74311,8.99899\n6580,1647019907,47.74311,8.99899\n6581,1647019925,47.74307,8.99894\n6582,1647019926,47.74308,8.99895\n6583,1647019928,47.74308,8.99897\n6584,1647019929,47.74307,8.99898\n6585,1647019930,47.74307,8.99899\n6586,1647019931,47.74307,8.99899\n6587,1647019932,47.74307,8.99898\n6588,1647019933,47.74307,8.99898\n6589,1647019934,47.74307,8.99898\n6590,1647019935,47.74307,8.99898\n6591,1647019953,47.74296,8.99916\n6592,1647019954,47.74296,8.99912\n6593,1647019955,47.74296,8.99912\n6594,1647019956,47.74296,8.99912\n6595,1647019957,47.74295,8.99912\n6596,1647019958,47.74295,8.99912\n6597,1647019959,47.74295,8.99913\n6598,1647019960,47.74295,8.99912\n6599,1647019961,47.74295,8.99912\n6600,1647019962,47.74296,8.99912\n6601,1647019980,47.74298,8.99920\n6602,1647019981,47.74294,8.99903\n6603,1647019982,47.74306,8.99902\n6604,1647019983,47.74307,8.99902\n6605,1647019984,47.74307,8.99902\n6606,1647019985,47.74306,8.99901\n6607,1647019986,47.74306,8.99901\n6608,1647019987,47.74306,8.99900\n6609,1647019988,47.74306,8.99900\n6610,1647019989,47.74305,8.99900\n6611,1647020008,47.74299,8.99888\n6612,1647020009,47.74298,8.99889\n6613,1647020010,47.74298,8.99890\n6614,1647020011,47.74300,8.99891\n6615,1647020012,47.74299,8.99892\n6616,1647020013,47.74299,8.99891\n6617,1647020014,47.74299,8.99891\n6618,1647020015,47.74299,8.99892\n6619,1647020016,47.74300,8.99893\n6620,1647020017,47.74300,8.99894\n6621,1647020035,47.74310,8.99903\n6622,1647020036,47.74310,8.99903\n6623,1647020037,47.74309,8.99903\n6624,1647020038,47.74309,8.99903\n6625,1647020039,47.74309,8.99903\n6626,1647020040,47.74309,8.99903\n6627,1647020041,47.74309,8.99903\n6628,1647020042,47.74309,8.99903\n6629,1647020043,47.74309,8.99903\n6630,1647020044,47.74309,8.99903\n6631,1647020063,47.74309,8.99901\n6632,1647020064,47.74303,8.99898\n6633,1647020065,47.74302,8.99898\n6634,1647020066,47.74302,8.99898\n6635,1647020067,47.74302,8.99898\n6636,1647020068,47.74303,8.99898\n6637,1647020069,47.74303,8.99898\n6638,1647020070,47.74303,8.99897\n6639,1647020071,47.74298,8.99900\n6640,1647020073,47.74298,8.99900\n6641,1647020092,47.74296,8.99900\n6642,1647020093,47.74297,8.99901\n6643,1647020094,47.74298,8.99901\n6644,1647020095,47.74298,8.99901\n6645,1647020096,47.74299,8.99900\n6646,1647020097,47.74299,8.99900\n6647,1647020098,47.74299,8.99900\n6648,1647020099,47.74299,8.99900\n6649,1647020100,47.74299,8.99901\n6650,1647020101,47.74300,8.99901\n6651,1647020119,47.74294,8.99890\n6652,1647020120,47.74292,8.99893\n6653,1647020121,47.74293,8.99895\n6654,1647020122,47.74293,8.99895\n6655,1647020123,47.74293,8.99895\n6656,1647020124,47.74293,8.99896\n6657,1647020125,47.74293,8.99897\n6658,1647020126,47.74294,8.99897\n6659,1647020127,47.74294,8.99897\n6660,1647020128,47.74294,8.99898\n6661,1647020148,47.74293,8.99892\n6662,1647020149,47.74297,8.99893\n6663,1647020150,47.74299,8.99894\n6664,1647020151,47.74299,8.99895\n6665,1647020152,47.74299,8.99895\n6666,1647020153,47.74300,8.99895\n6667,1647020154,47.74300,8.99896\n6668,1647020155,47.74298,8.99899\n6669,1647020157,47.74299,8.99899\n6670,1647020158,47.74299,8.99899\n6671,1647020176,47.74316,8.99904\n6672,1647020177,47.74310,8.99902\n6673,1647020179,47.74308,8.99900\n6674,1647020180,47.74307,8.99900\n6675,1647020181,47.74306,8.99899\n6676,1647020182,47.74305,8.99899\n6677,1647020183,47.74306,8.99899\n6678,1647020184,47.74306,8.99898\n6679,1647020185,47.74306,8.99898\n6680,1647020186,47.74306,8.99898\n6681,1647020204,47.74312,8.99894\n6682,1647020205,47.74307,8.99894\n6683,1647020206,47.74307,8.99895\n6684,1647020207,47.74307,8.99896\n6685,1647020208,47.74307,8.99896\n6686,1647020209,47.74306,8.99896\n6687,1647020210,47.74306,8.99897\n6688,1647020211,47.74306,8.99897\n6689,1647020212,47.74306,8.99897\n6690,1647020213,47.74305,8.99897\n6691,1647020231,47.74304,8.99889\n6692,1647020232,47.74301,8.99889\n6693,1647020233,47.74301,8.99891\n6694,1647020234,47.74301,8.99892\n6695,1647020235,47.74301,8.99892\n6696,1647020236,47.74301,8.99893\n6697,1647020237,47.74301,8.99894\n6698,1647020238,47.74301,8.99894\n6699,1647020239,47.74298,8.99895\n6700,1647020241,47.74298,8.99895\n6701,1647020259,47.74285,8.99885\n6702,1647020260,47.74297,8.99889\n6703,1647020261,47.74300,8.99890\n6704,1647020262,47.74301,8.99890\n6705,1647020263,47.74301,8.99891\n6706,1647020264,47.74302,8.99891\n6707,1647020265,47.74302,8.99891\n6708,1647020266,47.74302,8.99891\n6709,1647020267,47.74303,8.99891\n6710,1647020268,47.74302,8.99890\n6711,1647020287,47.74322,8.99895\n6712,1647020288,47.74317,8.99895\n6713,1647020289,47.74316,8.99897\n6714,1647020293,47.74304,8.99901\n6715,1647020295,47.74303,8.99901\n6716,1647020296,47.74303,8.99901\n6717,1647020297,47.74303,8.99901\n6718,1647020298,47.74303,8.99902\n6719,1647020299,47.74303,8.99901\n6720,1647020300,47.74303,8.99901\n6721,1647020317,47.74282,8.99892\n6722,1647020317,47.74286,8.99887\n6723,1647020320,47.74297,8.99890\n6724,1647020321,47.74299,8.99891\n6725,1647020322,47.74301,8.99891\n6726,1647020323,47.74300,8.99893\n6727,1647020324,47.74301,8.99893\n6728,1647020325,47.74301,8.99894\n6729,1647020326,47.74301,8.99894\n6730,1647020327,47.74301,8.99894\n6731,1647020349,47.74313,8.99892\n6732,1647020350,47.74313,8.99893\n6733,1647020351,47.74314,8.99893\n6734,1647020352,47.74314,8.99893\n6735,1647020353,47.74303,8.99891\n6736,1647020355,47.74302,8.99891\n6737,1647020356,47.74302,8.99891\n6738,1647020357,47.74301,8.99891\n6739,1647020358,47.74301,8.99891\n6740,1647020359,47.74301,8.99891\n6741,1647020379,47.74316,8.99901\n6742,1647020380,47.74314,8.99899\n6743,1647020381,47.74312,8.99897\n6744,1647020382,47.74313,8.99896\n6745,1647020383,47.74313,8.99895\n6746,1647020384,47.74314,8.99895\n6747,1647020385,47.74315,8.99894\n6748,1647020386,47.74314,8.99893\n6749,1647020387,47.74314,8.99893\n6750,1647020388,47.74313,8.99894\n6751,1647020409,47.74306,8.99899\n6752,1647020410,47.74310,8.99899\n6753,1647020411,47.74312,8.99898\n6754,1647020412,47.74314,8.99897\n6755,1647020413,47.74315,8.99897\n6756,1647020414,47.74315,8.99897\n6757,1647020415,47.74315,8.99896\n6758,1647020416,47.74316,8.99896\n6759,1647020417,47.74316,8.99896\n6760,1647020418,47.74315,8.99897\n6761,1647020437,47.74308,8.99895\n6762,1647020438,47.74309,8.99898\n6763,1647020439,47.74308,8.99898\n6764,1647020440,47.74308,8.99898\n6765,1647020441,47.74308,8.99898\n6766,1647020442,47.74308,8.99899\n6767,1647020443,47.74303,8.99899\n6768,1647020445,47.74303,8.99899\n6769,1647020446,47.74303,8.99899\n6770,1647020447,47.74303,8.99899\n6771,1647020465,47.74306,8.99892\n6772,1647020466,47.74305,8.99892\n6773,1647020468,47.74305,8.99894\n6774,1647020469,47.74305,8.99897\n6775,1647020470,47.74305,8.99898\n6776,1647020471,47.74306,8.99900\n6777,1647020472,47.74306,8.99901\n6778,1647020473,47.74307,8.99902\n6779,1647020474,47.74307,8.99903\n6780,1647020475,47.74307,8.99904\n6781,1647020493,47.74325,8.99887\n6782,1647020494,47.74306,8.99915\n6783,1647020495,47.74307,8.99914\n6784,1647020496,47.74307,8.99913\n6785,1647020497,47.74307,8.99914\n6786,1647020498,47.74306,8.99914\n6787,1647020499,47.74305,8.99913\n6788,1647020500,47.74305,8.99912\n6789,1647020501,47.74304,8.99912\n6790,1647020502,47.74304,8.99912\n6791,1647020521,47.74313,8.99906\n6792,1647020522,47.74302,8.99916\n6793,1647020523,47.74303,8.99917\n6794,1647020524,47.74302,8.99917\n6795,1647020525,47.74303,8.99917\n6796,1647020526,47.74303,8.99916\n6797,1647020527,47.74303,8.99916\n6798,1647020528,47.74303,8.99916\n6799,1647020529,47.74304,8.99915\n6800,1647020530,47.74304,8.99915\n6801,1647020548,47.74312,8.99899\n6802,1647020549,47.74309,8.99897\n6803,1647020550,47.74309,8.99896\n6804,1647020551,47.74309,8.99896\n6805,1647020552,47.74308,8.99897\n6806,1647020553,47.74308,8.99897\n6807,1647020554,47.74307,8.99897\n6808,1647020555,47.74307,8.99897\n6809,1647020556,47.74306,8.99897\n6810,1647020557,47.74305,8.99899\n6811,1647020576,47.74288,8.99915\n6812,1647020577,47.74292,8.99916\n6813,1647020578,47.74293,8.99914\n6814,1647020579,47.74293,8.99913\n6815,1647020580,47.74293,8.99912\n6816,1647020581,47.74294,8.99911\n6817,1647020582,47.74295,8.99910\n6818,1647020583,47.74295,8.99909\n6819,1647020584,47.74295,8.99908\n6820,1647020585,47.74296,8.99907\n6821,1647020604,47.74315,8.99873\n6822,1647020605,47.74314,8.99876\n6823,1647020606,47.74313,8.99877\n6824,1647020607,47.74313,8.99879\n6825,1647020608,47.74313,8.99879\n6826,1647020609,47.74313,8.99880\n6827,1647020610,47.74313,8.99882\n6828,1647020611,47.74307,8.99887\n6829,1647020613,47.74307,8.99888\n6830,1647020614,47.74307,8.99889\n6831,1647020632,47.74308,8.99894\n6832,1647020633,47.74308,8.99894\n6833,1647020635,47.74308,8.99897\n6834,1647020636,47.74307,8.99898\n6835,1647020637,47.74306,8.99898\n6836,1647020638,47.74306,8.99898\n6837,1647020639,47.74305,8.99898\n6838,1647020640,47.74305,8.99898\n6839,1647020641,47.74305,8.99899\n6840,1647020642,47.74305,8.99899\n6841,1647020661,47.74320,8.99905\n6842,1647020662,47.74310,8.99911\n6843,1647020663,47.74309,8.99910\n6844,1647020664,47.74310,8.99909\n6845,1647020665,47.74311,8.99909\n6846,1647020666,47.74313,8.99907\n6847,1647020667,47.74313,8.99908\n6848,1647020668,47.74313,8.99907\n6849,1647020669,47.74314,8.99906\n6850,1647020670,47.74314,8.99905\n6851,1647020688,47.74302,8.99893\n6852,1647020690,47.74302,8.99891\n6853,1647020691,47.74304,8.99891\n6854,1647020692,47.74305,8.99891\n6855,1647020693,47.74305,8.99890\n6856,1647020694,47.74305,8.99889\n6857,1647020695,47.74305,8.99889\n6858,1647020696,47.74301,8.99891\n6859,1647020698,47.74301,8.99891\n6860,1647020699,47.74301,8.99891\n6861,1647020717,47.74307,8.99916\n6862,1647020718,47.74308,8.99915\n6863,1647020720,47.74306,8.99912\n6864,1647020721,47.74305,8.99909\n6865,1647020722,47.74305,8.99908\n6866,1647020723,47.74305,8.99907\n6867,1647020724,47.74305,8.99907\n6868,1647020725,47.74305,8.99907\n6869,1647020726,47.74305,8.99907\n6870,1647020727,47.74305,8.99907\n6871,1647020746,47.74326,8.99916\n6872,1647020747,47.74302,8.99915\n6873,1647020748,47.74303,8.99916\n6874,1647020749,47.74303,8.99917\n6875,1647020750,47.74303,8.99915\n6876,1647020751,47.74303,8.99916\n6877,1647020752,47.74304,8.99915\n6878,1647020753,47.74304,8.99915\n6879,1647020754,47.74303,8.99915\n6880,1647020755,47.74307,8.99910\n6881,1647020774,47.74301,8.99904\n6882,1647020775,47.74299,8.99905\n6883,1647020776,47.74299,8.99904\n6884,1647020777,47.74300,8.99903\n6885,1647020778,47.74300,8.99902\n6886,1647020779,47.74300,8.99901\n6887,1647020844,47.74289,8.99905\n6888,1647020845,47.74299,8.99905\n6889,1647020846,47.74300,8.99905\n6890,1647020847,47.74302,8.99903\n6891,1647020848,47.74303,8.99901\n6892,1647020849,47.74304,8.99901\n6893,1647020850,47.74306,8.99900\n6894,1647020851,47.74312,8.99893\n6895,1647020853,47.74311,8.99894\n6896,1647020854,47.74311,8.99895\n6897,1647020871,47.74307,8.99924\n6898,1647020871,47.74303,8.99921\n6899,1647020874,47.74303,8.99906\n6900,1647020875,47.74303,8.99905\n6901,1647020876,47.74303,8.99905\n6902,1647020877,47.74303,8.99905\n6903,1647020878,47.74304,8.99904\n6904,1647020879,47.74304,8.99904\n6905,1647020880,47.74305,8.99903\n6906,1647020881,47.74305,8.99903\n6907,1647021043,47.74307,8.99883\n6908,1647021044,47.74307,8.99884\n6909,1647021045,47.74304,8.99885\n6910,1647021046,47.74304,8.99885\n6911,1647021047,47.74303,8.99886\n6912,1647021048,47.74302,8.99887\n6913,1647021049,47.74314,8.99889\n6914,1647021118,47.74307,8.99902\n6915,1647021119,47.74307,8.99901\n6916,1647021120,47.74308,8.99901\n6917,1647021121,47.74309,8.99900\n6918,1647021122,47.74305,8.99902\n6919,1647021123,47.74305,8.99902\n6920,1647021124,47.74306,8.99903\n6921,1647021190,47.74298,8.99899\n6922,1647021191,47.74298,8.99899\n6923,1647021192,47.74298,8.99900\n6924,1647021193,47.74299,8.99900\n6925,1647021194,47.74300,8.99899\n6926,1647021195,47.74301,8.99898\n6927,1647021196,47.74301,8.99899\n6928,1647021197,47.74300,8.99899\n6929,1647021198,47.74300,8.99899\n6930,1647021199,47.74302,8.99898\n6931,1647021290,47.74322,8.99900\n6932,1647021291,47.74328,8.99900\n6933,1647021360,47.74312,8.99898\n6934,1647021361,47.74311,8.99900\n6935,1647021362,47.74310,8.99900\n6936,1647021429,47.74296,8.99889\n6937,1647021430,47.74293,8.99892\n6938,1647021431,47.74291,8.99893\n6939,1647021432,47.74290,8.99895\n6940,1647021433,47.74289,8.99896\n6941,1647021434,47.74289,8.99897\n6942,1647021499,47.74341,8.99889\n6943,1647021500,47.74350,8.99886\n6944,1647021501,47.74348,8.99884\n6945,1647021503,47.74314,8.99892\n6946,1647021889,47.74296,8.99947\n6947,1647021890,47.74296,8.99946\n6948,1647021891,47.74297,8.99946\n6949,1647021892,47.74295,8.99946\n6950,1647021893,47.74295,8.99946\n6951,1647021894,47.74294,8.99945\n6952,1647021895,47.74292,8.99945\n6953,1647021896,47.74292,8.99946\n6954,1647021897,47.74291,8.99946\n6955,1647021898,47.74292,8.99946\n*END MEMORY*\nV201, ID: 30-083C, 3612mV, 01b\nSETTINGS:\n- Min voltage: 3300 mV\n- Frequency: 15 s\n- Min HDOP (x10): 30\n- Activation delay: 180 s\n- Geofencing: 0\n- Burst duration: 10 s\n- No time\n\n0 Read memory\n1 Reset memory\n2 Set min. voltage\n3 Set frequency\n4 Set accuracy\n5 Set activation delay\n6 Set times\n7 Toggle geofencing ON/OFF\n8 Set burst duration\n9 Exit\n"
  },
  {
    "path": "TickTagData/10_AntiPoachingHound_1s_Interval/20220209_AntiPoachingHound_1s_Interval_5096_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1644387698,-24.53918,31.32248\n2,1644387699,-24.53915,31.32250\n3,1644387700,-24.53914,31.32250\n4,1644387701,-24.53914,31.32249\n5,1644387702,-24.53914,31.32249\n6,1644387703,-24.53914,31.32248\n7,1644387704,-24.53915,31.32248\n8,1644387705,-24.53914,31.32247\n9,1644387706,-24.53914,31.32247\n10,1644387707,-24.53915,31.32247\n11,1644387708,-24.53914,31.32248\n12,1644387709,-24.53914,31.32248\n13,1644387710,-24.53914,31.32249\n14,1644387711,-24.53914,31.32249\n15,1644387712,-24.53914,31.32249\n16,1644387713,-24.53914,31.32249\n17,1644387714,-24.53914,31.32249\n18,1644387715,-24.53914,31.32249\n19,1644387716,-24.53913,31.32250\n20,1644387717,-24.53913,31.32250\n21,1644387718,-24.53913,31.32249\n22,1644387719,-24.53913,31.32250\n23,1644387720,-24.53913,31.32250\n24,1644387721,-24.53913,31.32250\n25,1644387722,-24.53913,31.32250\n26,1644387723,-24.53913,31.32250\n27,1644387724,-24.53913,31.32250\n28,1644387725,-24.53912,31.32250\n29,1644387726,-24.53913,31.32250\n30,1644387727,-24.53912,31.32250\n31,1644387728,-24.53912,31.32250\n32,1644387729,-24.53913,31.32248\n33,1644387730,-24.53913,31.32248\n34,1644387731,-24.53914,31.32250\n35,1644387732,-24.53914,31.32250\n36,1644387733,-24.53914,31.32251\n37,1644387734,-24.53914,31.32250\n38,1644387735,-24.53914,31.32249\n39,1644387736,-24.53914,31.32249\n40,1644387737,-24.53915,31.32248\n41,1644387738,-24.53915,31.32247\n42,1644387739,-24.53916,31.32246\n43,1644387740,-24.53917,31.32246\n44,1644387741,-24.53918,31.32245\n45,1644387742,-24.53919,31.32244\n46,1644387743,-24.53920,31.32244\n47,1644387744,-24.53921,31.32243\n48,1644387745,-24.53922,31.32243\n49,1644387746,-24.53923,31.32243\n50,1644387747,-24.53923,31.32242\n51,1644387748,-24.53924,31.32242\n52,1644387749,-24.53924,31.32241\n53,1644387750,-24.53924,31.32241\n54,1644387751,-24.53925,31.32241\n55,1644387752,-24.53925,31.32240\n56,1644387753,-24.53925,31.32241\n57,1644387754,-24.53926,31.32240\n58,1644387755,-24.53926,31.32240\n59,1644387756,-24.53927,31.32239\n60,1644387757,-24.53927,31.32238\n61,1644387758,-24.53928,31.32238\n62,1644387759,-24.53929,31.32238\n63,1644387760,-24.53930,31.32237\n64,1644387761,-24.53931,31.32237\n65,1644387762,-24.53932,31.32236\n66,1644387763,-24.53933,31.32236\n67,1644387764,-24.53934,31.32235\n68,1644387765,-24.53934,31.32235\n69,1644387766,-24.53934,31.32235\n70,1644387767,-24.53934,31.32235\n71,1644387768,-24.53935,31.32235\n72,1644387769,-24.53935,31.32235\n73,1644387770,-24.53935,31.32235\n74,1644387771,-24.53935,31.32235\n75,1644387772,-24.53935,31.32235\n76,1644387773,-24.53935,31.32235\n77,1644387774,-24.53935,31.32235\n78,1644387775,-24.53935,31.32235\n79,1644387776,-24.53935,31.32235\n80,1644387777,-24.53935,31.32235\n81,1644387778,-24.53935,31.32235\n82,1644387779,-24.53934,31.32236\n83,1644387780,-24.53934,31.32236\n84,1644387781,-24.53934,31.32236\n85,1644387782,-24.53935,31.32236\n86,1644387783,-24.53935,31.32236\n87,1644387784,-24.53935,31.32236\n88,1644387785,-24.53935,31.32236\n89,1644387786,-24.53935,31.32236\n90,1644387787,-24.53936,31.32237\n91,1644387788,-24.53936,31.32237\n92,1644387789,-24.53936,31.32238\n93,1644387790,-24.53936,31.32238\n94,1644387791,-24.53936,31.32240\n95,1644387792,-24.53936,31.32240\n96,1644387793,-24.53936,31.32241\n97,1644387794,-24.53935,31.32241\n98,1644387795,-24.53935,31.32242\n99,1644387796,-24.53936,31.32241\n100,1644387797,-24.53936,31.32242\n101,1644387798,-24.53936,31.32242\n102,1644387799,-24.53936,31.32241\n103,1644387800,-24.53936,31.32241\n104,1644387801,-24.53937,31.32241\n105,1644387802,-24.53937,31.32241\n106,1644387803,-24.53937,31.32241\n107,1644387804,-24.53937,31.32241\n108,1644387805,-24.53937,31.32241\n109,1644387806,-24.53937,31.32241\n110,1644387807,-24.53937,31.32241\n111,1644387808,-24.53937,31.32241\n112,1644387809,-24.53937,31.32241\n113,1644387810,-24.53937,31.32240\n114,1644387811,-24.53937,31.32240\n115,1644387812,-24.53937,31.32240\n116,1644387813,-24.53937,31.32240\n117,1644387814,-24.53937,31.32240\n118,1644387815,-24.53937,31.32240\n119,1644387816,-24.53937,31.32240\n120,1644387817,-24.53938,31.32240\n121,1644387818,-24.53938,31.32240\n122,1644387819,-24.53938,31.32240\n123,1644387820,-24.53938,31.32240\n124,1644387821,-24.53938,31.32240\n125,1644387822,-24.53938,31.32240\n126,1644387823,-24.53938,31.32240\n127,1644387824,-24.53939,31.32240\n128,1644387825,-24.53939,31.32239\n129,1644387826,-24.53939,31.32239\n130,1644387827,-24.53939,31.32239\n131,1644387828,-24.53939,31.32239\n132,1644387829,-24.53939,31.32239\n133,1644387830,-24.53939,31.32239\n134,1644387831,-24.53940,31.32239\n135,1644387832,-24.53940,31.32239\n136,1644387833,-24.53940,31.32239\n137,1644387834,-24.53940,31.32238\n138,1644387835,-24.53940,31.32238\n139,1644387836,-24.53940,31.32238\n140,1644387837,-24.53940,31.32238\n141,1644387838,-24.53940,31.32238\n142,1644387839,-24.53941,31.32238\n143,1644387840,-24.53941,31.32238\n144,1644387841,-24.53941,31.32237\n145,1644387842,-24.53941,31.32237\n146,1644387843,-24.53941,31.32237\n147,1644387844,-24.53941,31.32237\n148,1644387845,-24.53941,31.32237\n149,1644387846,-24.53941,31.32237\n150,1644387847,-24.53941,31.32237\n151,1644387848,-24.53941,31.32237\n152,1644387849,-24.53941,31.32237\n153,1644387850,-24.53942,31.32236\n154,1644387851,-24.53942,31.32236\n155,1644387852,-24.53942,31.32236\n156,1644387853,-24.53942,31.32236\n157,1644387854,-24.53942,31.32236\n158,1644387855,-24.53942,31.32236\n159,1644387856,-24.53942,31.32236\n160,1644387857,-24.53942,31.32236\n161,1644387858,-24.53942,31.32236\n162,1644387859,-24.53943,31.32236\n163,1644387860,-24.53943,31.32236\n164,1644387861,-24.53943,31.32236\n165,1644387862,-24.53943,31.32236\n166,1644387863,-24.53943,31.32236\n167,1644387864,-24.53943,31.32236\n168,1644387865,-24.53943,31.32236\n169,1644387866,-24.53943,31.32236\n170,1644387867,-24.53943,31.32236\n171,1644387868,-24.53943,31.32236\n172,1644387869,-24.53943,31.32236\n173,1644387870,-24.53943,31.32236\n174,1644387871,-24.53943,31.32236\n175,1644387872,-24.53943,31.32236\n176,1644387873,-24.53943,31.32236\n177,1644387874,-24.53943,31.32236\n178,1644387875,-24.53943,31.32236\n179,1644387876,-24.53943,31.32236\n180,1644387877,-24.53942,31.32236\n181,1644387878,-24.53942,31.32236\n182,1644387879,-24.53942,31.32236\n183,1644387880,-24.53942,31.32236\n184,1644387881,-24.53942,31.32236\n185,1644387882,-24.53942,31.32236\n186,1644387883,-24.53942,31.32236\n187,1644387884,-24.53941,31.32236\n188,1644387885,-24.53941,31.32236\n189,1644387886,-24.53941,31.32237\n190,1644387887,-24.53941,31.32237\n191,1644387888,-24.53941,31.32237\n192,1644387889,-24.53941,31.32237\n193,1644387890,-24.53940,31.32237\n194,1644387891,-24.53940,31.32237\n195,1644387892,-24.53939,31.32237\n196,1644387893,-24.53938,31.32237\n197,1644387894,-24.53937,31.32237\n198,1644387895,-24.53937,31.32238\n199,1644387896,-24.53936,31.32237\n200,1644387897,-24.53940,31.32237\n201,1644387898,-24.53938,31.32237\n202,1644387899,-24.53941,31.32237\n203,1644387900,-24.53940,31.32235\n204,1644387901,-24.53939,31.32233\n205,1644387902,-24.53938,31.32235\n206,1644387903,-24.53937,31.32236\n207,1644387904,-24.53937,31.32236\n208,1644387905,-24.53938,31.32235\n209,1644387906,-24.53939,31.32235\n210,1644387907,-24.53940,31.32235\n211,1644387908,-24.53940,31.32235\n212,1644387909,-24.53940,31.32235\n213,1644387910,-24.53939,31.32235\n214,1644387911,-24.53939,31.32235\n215,1644387912,-24.53939,31.32235\n216,1644387913,-24.53939,31.32235\n217,1644387914,-24.53939,31.32235\n218,1644387915,-24.53939,31.32235\n219,1644387916,-24.53939,31.32235\n220,1644387917,-24.53939,31.32235\n221,1644387918,-24.53939,31.32235\n222,1644387919,-24.53939,31.32235\n223,1644387920,-24.53939,31.32235\n224,1644387921,-24.53939,31.32234\n225,1644387922,-24.53937,31.32235\n226,1644387923,-24.53936,31.32236\n227,1644387924,-24.53936,31.32237\n228,1644387925,-24.53936,31.32237\n229,1644387926,-24.53936,31.32237\n230,1644387927,-24.53936,31.32238\n231,1644387928,-24.53935,31.32238\n232,1644387929,-24.53934,31.32239\n233,1644387930,-24.53932,31.32239\n234,1644387931,-24.53931,31.32240\n235,1644387932,-24.53931,31.32240\n236,1644387933,-24.53930,31.32241\n237,1644387934,-24.53929,31.32240\n238,1644387935,-24.53929,31.32240\n239,1644387936,-24.53928,31.32241\n240,1644387937,-24.53927,31.32239\n241,1644387938,-24.53934,31.32239\n242,1644387939,-24.53937,31.32238\n243,1644387940,-24.53938,31.32238\n244,1644387941,-24.53939,31.32237\n245,1644387942,-24.53939,31.32237\n246,1644387943,-24.53939,31.32237\n247,1644387944,-24.53938,31.32237\n248,1644387945,-24.53938,31.32237\n249,1644387946,-24.53938,31.32237\n250,1644387947,-24.53938,31.32237\n251,1644387948,-24.53939,31.32237\n252,1644387949,-24.53939,31.32237\n253,1644387950,-24.53940,31.32236\n254,1644387951,-24.53940,31.32236\n255,1644387952,-24.53941,31.32234\n256,1644387953,-24.53942,31.32233\n257,1644387954,-24.53941,31.32234\n258,1644387955,-24.53940,31.32236\n259,1644387956,-24.53940,31.32237\n260,1644387957,-24.53940,31.32237\n261,1644387958,-24.53940,31.32238\n262,1644387959,-24.53940,31.32237\n263,1644387960,-24.53940,31.32237\n264,1644387961,-24.53940,31.32237\n265,1644387962,-24.53939,31.32238\n266,1644387963,-24.53939,31.32238\n267,1644387964,-24.53938,31.32238\n268,1644387965,-24.53936,31.32238\n269,1644387966,-24.53936,31.32238\n270,1644387967,-24.53935,31.32238\n271,1644387968,-24.53935,31.32238\n272,1644387969,-24.53934,31.32239\n273,1644387970,-24.53934,31.32238\n274,1644387971,-24.53934,31.32239\n275,1644387972,-24.53934,31.32239\n276,1644387973,-24.53934,31.32239\n277,1644387974,-24.53935,31.32238\n278,1644387975,-24.53935,31.32238\n279,1644387976,-24.53935,31.32238\n280,1644387977,-24.53935,31.32238\n281,1644387978,-24.53935,31.32238\n282,1644387979,-24.53934,31.32240\n283,1644387980,-24.53934,31.32240\n284,1644387981,-24.53933,31.32240\n285,1644387982,-24.53933,31.32241\n286,1644387983,-24.53932,31.32240\n287,1644387984,-24.53933,31.32240\n288,1644387985,-24.53935,31.32239\n289,1644387986,-24.53936,31.32238\n290,1644387987,-24.53935,31.32238\n291,1644387988,-24.53936,31.32237\n292,1644387989,-24.53936,31.32237\n293,1644387990,-24.53936,31.32234\n294,1644387991,-24.53934,31.32233\n295,1644387992,-24.53934,31.32232\n296,1644387993,-24.53933,31.32232\n297,1644387994,-24.53933,31.32233\n298,1644387995,-24.53932,31.32233\n299,1644387996,-24.53932,31.32233\n300,1644387997,-24.53931,31.32233\n301,1644387998,-24.53930,31.32233\n302,1644387999,-24.53929,31.32234\n303,1644388000,-24.53929,31.32234\n304,1644388001,-24.53928,31.32234\n305,1644388002,-24.53929,31.32235\n306,1644388003,-24.53934,31.32233\n307,1644388004,-24.53935,31.32233\n308,1644388005,-24.53937,31.32233\n309,1644388006,-24.53937,31.32233\n310,1644388007,-24.53937,31.32233\n311,1644388008,-24.53936,31.32232\n312,1644388009,-24.53935,31.32232\n313,1644388010,-24.53935,31.32233\n314,1644388011,-24.53934,31.32233\n315,1644388012,-24.53934,31.32233\n316,1644388013,-24.53934,31.32233\n317,1644388014,-24.53934,31.32232\n318,1644388015,-24.53934,31.32232\n319,1644388016,-24.53933,31.32232\n320,1644388017,-24.53933,31.32232\n321,1644388018,-24.53933,31.32232\n322,1644388019,-24.53933,31.32232\n323,1644388020,-24.53934,31.32232\n324,1644388021,-24.53934,31.32232\n325,1644388022,-24.53934,31.32232\n326,1644388023,-24.53934,31.32232\n327,1644388024,-24.53935,31.32231\n328,1644388025,-24.53935,31.32231\n329,1644388026,-24.53935,31.32231\n330,1644388027,-24.53935,31.32232\n331,1644388028,-24.53935,31.32232\n332,1644388029,-24.53935,31.32232\n333,1644388030,-24.53935,31.32231\n334,1644388031,-24.53935,31.32231\n335,1644388032,-24.53936,31.32231\n336,1644388033,-24.53936,31.32231\n337,1644388034,-24.53937,31.32231\n338,1644388035,-24.53938,31.32232\n339,1644388036,-24.53939,31.32234\n340,1644388037,-24.53939,31.32234\n341,1644388038,-24.53940,31.32235\n342,1644388039,-24.53941,31.32234\n343,1644388040,-24.53941,31.32234\n344,1644388041,-24.53941,31.32234\n345,1644388042,-24.53942,31.32233\n346,1644388043,-24.53942,31.32233\n347,1644388044,-24.53942,31.32233\n348,1644388045,-24.53942,31.32233\n349,1644388046,-24.53942,31.32233\n350,1644388047,-24.53942,31.32233\n351,1644388048,-24.53943,31.32233\n352,1644388049,-24.53943,31.32233\n353,1644388050,-24.53943,31.32233\n354,1644388051,-24.53942,31.32233\n355,1644388052,-24.53942,31.32234\n356,1644388053,-24.53941,31.32235\n357,1644388054,-24.53941,31.32236\n358,1644388055,-24.53941,31.32236\n359,1644388056,-24.53941,31.32236\n360,1644388057,-24.53941,31.32236\n361,1644388058,-24.53941,31.32236\n362,1644388059,-24.53941,31.32236\n363,1644388060,-24.53941,31.32236\n364,1644388061,-24.53941,31.32236\n365,1644388062,-24.53941,31.32236\n366,1644388063,-24.53941,31.32236\n367,1644388064,-24.53941,31.32236\n368,1644388065,-24.53941,31.32235\n369,1644388066,-24.53941,31.32235\n370,1644388067,-24.53942,31.32234\n371,1644388068,-24.53941,31.32234\n372,1644388069,-24.53941,31.32234\n373,1644388070,-24.53942,31.32234\n374,1644388071,-24.53942,31.32235\n375,1644388072,-24.53942,31.32235\n376,1644388073,-24.53942,31.32236\n377,1644388074,-24.53942,31.32237\n378,1644388075,-24.53942,31.32237\n379,1644388076,-24.53942,31.32237\n380,1644388077,-24.53942,31.32238\n381,1644388078,-24.53942,31.32238\n382,1644388079,-24.53942,31.32238\n383,1644388080,-24.53942,31.32238\n384,1644388081,-24.53942,31.32239\n385,1644388082,-24.53942,31.32239\n386,1644388083,-24.53942,31.32239\n387,1644388084,-24.53942,31.32239\n388,1644388085,-24.53942,31.32239\n389,1644388086,-24.53942,31.32239\n390,1644388087,-24.53942,31.32239\n391,1644388088,-24.53941,31.32239\n392,1644388089,-24.53941,31.32239\n393,1644388090,-24.53940,31.32239\n394,1644388091,-24.53937,31.32240\n395,1644388092,-24.53937,31.32239\n396,1644388093,-24.53936,31.32239\n397,1644388094,-24.53935,31.32239\n398,1644388095,-24.53934,31.32239\n399,1644388096,-24.53933,31.32240\n400,1644388097,-24.53933,31.32240\n401,1644388098,-24.53933,31.32240\n402,1644388099,-24.53933,31.32239\n403,1644388100,-24.53933,31.32239\n404,1644388101,-24.53933,31.32239\n405,1644388102,-24.53933,31.32239\n406,1644388103,-24.53933,31.32239\n407,1644388104,-24.53933,31.32239\n408,1644388105,-24.53933,31.32240\n409,1644388106,-24.53931,31.32242\n410,1644388107,-24.53931,31.32243\n411,1644388108,-24.53930,31.32244\n412,1644388109,-24.53929,31.32244\n413,1644388110,-24.53929,31.32244\n414,1644388111,-24.53929,31.32243\n415,1644388112,-24.53930,31.32244\n416,1644388113,-24.53930,31.32244\n417,1644388114,-24.53930,31.32245\n418,1644388115,-24.53930,31.32246\n419,1644388116,-24.53930,31.32246\n420,1644388117,-24.53930,31.32244\n421,1644388118,-24.53931,31.32243\n422,1644388119,-24.53931,31.32241\n423,1644388120,-24.53931,31.32240\n424,1644388121,-24.53930,31.32240\n425,1644388122,-24.53930,31.32239\n426,1644388123,-24.53930,31.32239\n427,1644388124,-24.53930,31.32239\n428,1644388125,-24.53929,31.32240\n429,1644388126,-24.53929,31.32240\n430,1644388127,-24.53929,31.32240\n431,1644388128,-24.53929,31.32240\n432,1644388129,-24.53930,31.32240\n433,1644388130,-24.53929,31.32240\n434,1644388131,-24.53929,31.32240\n435,1644388132,-24.53929,31.32240\n436,1644388133,-24.53929,31.32241\n437,1644388134,-24.53929,31.32241\n438,1644388135,-24.53928,31.32241\n439,1644388136,-24.53928,31.32241\n440,1644388137,-24.53928,31.32241\n441,1644388138,-24.53928,31.32241\n442,1644388139,-24.53928,31.32241\n443,1644388140,-24.53928,31.32241\n444,1644388141,-24.53928,31.32241\n445,1644388142,-24.53928,31.32241\n446,1644388143,-24.53928,31.32241\n447,1644388144,-24.53927,31.32242\n448,1644388145,-24.53928,31.32242\n449,1644388146,-24.53928,31.32242\n450,1644388147,-24.53929,31.32242\n451,1644388148,-24.53929,31.32242\n452,1644388149,-24.53929,31.32243\n453,1644388150,-24.53929,31.32243\n454,1644388151,-24.53930,31.32243\n455,1644388152,-24.53930,31.32243\n456,1644388153,-24.53930,31.32243\n457,1644388154,-24.53930,31.32243\n458,1644388155,-24.53929,31.32243\n459,1644388156,-24.53928,31.32243\n460,1644388157,-24.53927,31.32244\n461,1644388158,-24.53926,31.32244\n462,1644388159,-24.53927,31.32243\n463,1644388160,-24.53929,31.32242\n464,1644388161,-24.53931,31.32241\n465,1644388162,-24.53932,31.32243\n466,1644388163,-24.53933,31.32243\n467,1644388164,-24.53933,31.32242\n468,1644388165,-24.53934,31.32242\n469,1644388166,-24.53934,31.32241\n470,1644388167,-24.53935,31.32241\n471,1644388168,-24.53935,31.32241\n472,1644388169,-24.53935,31.32241\n473,1644388170,-24.53934,31.32242\n474,1644388171,-24.53934,31.32242\n475,1644388172,-24.53934,31.32242\n476,1644388173,-24.53934,31.32241\n477,1644388174,-24.53934,31.32241\n478,1644388175,-24.53934,31.32241\n479,1644388176,-24.53934,31.32241\n480,1644388177,-24.53934,31.32241\n481,1644388178,-24.53934,31.32241\n482,1644388179,-24.53935,31.32240\n483,1644388180,-24.53935,31.32240\n484,1644388181,-24.53935,31.32240\n485,1644388182,-24.53935,31.32238\n486,1644388183,-24.53934,31.32237\n487,1644388184,-24.53933,31.32237\n488,1644388185,-24.53934,31.32238\n489,1644388186,-24.53934,31.32238\n490,1644388187,-24.53934,31.32238\n491,1644388188,-24.53934,31.32238\n492,1644388189,-24.53934,31.32238\n493,1644388190,-24.53934,31.32238\n494,1644388191,-24.53934,31.32238\n495,1644388192,-24.53934,31.32238\n496,1644388193,-24.53935,31.32238\n497,1644388194,-24.53935,31.32239\n498,1644388195,-24.53935,31.32238\n499,1644388196,-24.53935,31.32238\n500,1644388197,-24.53934,31.32239\n501,1644388198,-24.53934,31.32239\n502,1644388199,-24.53934,31.32239\n503,1644388200,-24.53934,31.32240\n504,1644388201,-24.53935,31.32240\n505,1644388202,-24.53936,31.32241\n506,1644388203,-24.53936,31.32243\n507,1644388204,-24.53936,31.32244\n508,1644388205,-24.53937,31.32245\n509,1644388206,-24.53937,31.32247\n510,1644388207,-24.53936,31.32248\n511,1644388208,-24.53936,31.32249\n512,1644388209,-24.53936,31.32249\n513,1644388210,-24.53937,31.32249\n514,1644388211,-24.53937,31.32249\n515,1644388212,-24.53937,31.32247\n516,1644388213,-24.53936,31.32247\n517,1644388214,-24.53935,31.32246\n518,1644388215,-24.53934,31.32246\n519,1644388216,-24.53934,31.32246\n520,1644388217,-24.53933,31.32245\n521,1644388218,-24.53933,31.32242\n522,1644388219,-24.53933,31.32242\n523,1644388220,-24.53933,31.32243\n524,1644388221,-24.53932,31.32243\n525,1644388222,-24.53931,31.32244\n526,1644388223,-24.53931,31.32246\n527,1644388224,-24.53931,31.32248\n528,1644388225,-24.53931,31.32250\n529,1644388226,-24.53931,31.32252\n530,1644388227,-24.53932,31.32253\n531,1644388228,-24.53932,31.32254\n532,1644388229,-24.53933,31.32254\n533,1644388230,-24.53936,31.32250\n534,1644388231,-24.53938,31.32247\n535,1644388232,-24.53939,31.32244\n536,1644388233,-24.53939,31.32243\n537,1644388234,-24.53941,31.32242\n538,1644388235,-24.53943,31.32240\n539,1644388236,-24.53945,31.32239\n540,1644388237,-24.53947,31.32238\n541,1644388238,-24.53948,31.32237\n542,1644388239,-24.53949,31.32236\n543,1644388240,-24.53949,31.32235\n544,1644388241,-24.53950,31.32235\n545,1644388242,-24.53950,31.32235\n546,1644388243,-24.53950,31.32234\n547,1644388244,-24.53950,31.32232\n548,1644388245,-24.53950,31.32231\n549,1644388246,-24.53950,31.32230\n550,1644388247,-24.53950,31.32231\n551,1644388248,-24.53949,31.32231\n552,1644388249,-24.53948,31.32232\n553,1644388250,-24.53947,31.32233\n554,1644388251,-24.53945,31.32233\n555,1644388252,-24.53944,31.32233\n556,1644388253,-24.53942,31.32233\n557,1644388254,-24.53941,31.32233\n558,1644388255,-24.53941,31.32234\n559,1644388256,-24.53941,31.32232\n560,1644388257,-24.53941,31.32231\n561,1644388258,-24.53942,31.32228\n562,1644388259,-24.53942,31.32226\n563,1644388260,-24.53942,31.32224\n564,1644388261,-24.53941,31.32223\n565,1644388262,-24.53942,31.32222\n566,1644388263,-24.53941,31.32222\n567,1644388264,-24.53941,31.32222\n568,1644388265,-24.53941,31.32222\n569,1644388266,-24.53941,31.32222\n570,1644388267,-24.53941,31.32222\n571,1644388268,-24.53941,31.32222\n572,1644388269,-24.53942,31.32222\n573,1644388270,-24.53942,31.32222\n574,1644388271,-24.53943,31.32222\n575,1644388272,-24.53943,31.32222\n576,1644388273,-24.53943,31.32222\n577,1644388274,-24.53944,31.32221\n578,1644388275,-24.53944,31.32221\n579,1644388276,-24.53944,31.32221\n580,1644388277,-24.53944,31.32221\n581,1644388278,-24.53944,31.32221\n582,1644388279,-24.53945,31.32221\n583,1644388280,-24.53945,31.32221\n584,1644388281,-24.53944,31.32221\n585,1644388282,-24.53944,31.32222\n586,1644388283,-24.53944,31.32222\n587,1644388284,-24.53943,31.32222\n588,1644388285,-24.53942,31.32223\n589,1644388286,-24.53941,31.32224\n590,1644388287,-24.53941,31.32225\n591,1644388288,-24.53941,31.32227\n592,1644388289,-24.53940,31.32230\n593,1644388290,-24.53941,31.32231\n594,1644388291,-24.53941,31.32233\n595,1644388292,-24.53942,31.32233\n596,1644388293,-24.53942,31.32233\n597,1644388294,-24.53943,31.32232\n598,1644388295,-24.53943,31.32232\n599,1644388296,-24.53944,31.32232\n600,1644388297,-24.53944,31.32232\n601,1644388298,-24.53944,31.32232\n602,1644388299,-24.53944,31.32232\n603,1644388300,-24.53944,31.32233\n604,1644388301,-24.53944,31.32234\n605,1644388302,-24.53943,31.32236\n606,1644388303,-24.53943,31.32237\n607,1644388304,-24.53942,31.32239\n608,1644388305,-24.53943,31.32242\n609,1644388306,-24.53943,31.32243\n610,1644388307,-24.53943,31.32243\n611,1644388308,-24.53944,31.32244\n612,1644388309,-24.53944,31.32244\n613,1644388310,-24.53944,31.32244\n614,1644388311,-24.53944,31.32244\n615,1644388312,-24.53944,31.32244\n616,1644388313,-24.53943,31.32244\n617,1644388314,-24.53943,31.32244\n618,1644388315,-24.53943,31.32244\n619,1644388316,-24.53943,31.32243\n620,1644388317,-24.53943,31.32242\n621,1644388318,-24.53943,31.32241\n622,1644388319,-24.53943,31.32241\n623,1644388320,-24.53943,31.32241\n624,1644388321,-24.53942,31.32241\n625,1644388322,-24.53942,31.32241\n626,1644388323,-24.53942,31.32241\n627,1644388324,-24.53941,31.32241\n628,1644388325,-24.53940,31.32241\n629,1644388326,-24.53939,31.32241\n630,1644388327,-24.53937,31.32242\n631,1644388328,-24.53936,31.32242\n632,1644388329,-24.53936,31.32242\n633,1644388330,-24.53934,31.32242\n634,1644388331,-24.53935,31.32241\n635,1644388332,-24.53935,31.32240\n636,1644388333,-24.53934,31.32240\n637,1644388334,-24.53934,31.32239\n638,1644388335,-24.53933,31.32239\n639,1644388336,-24.53932,31.32239\n640,1644388337,-24.53932,31.32239\n641,1644388338,-24.53932,31.32239\n642,1644388339,-24.53932,31.32239\n643,1644388340,-24.53932,31.32239\n644,1644388341,-24.53932,31.32239\n645,1644388342,-24.53932,31.32240\n646,1644388343,-24.53932,31.32240\n647,1644388344,-24.53931,31.32240\n648,1644388345,-24.53931,31.32240\n649,1644388346,-24.53931,31.32240\n650,1644388347,-24.53931,31.32241\n651,1644388348,-24.53931,31.32241\n652,1644388349,-24.53932,31.32241\n653,1644388350,-24.53932,31.32241\n654,1644388351,-24.53932,31.32241\n655,1644388352,-24.53932,31.32241\n656,1644388353,-24.53932,31.32240\n657,1644388354,-24.53932,31.32240\n658,1644388355,-24.53932,31.32240\n659,1644388356,-24.53931,31.32242\n660,1644388357,-24.53932,31.32243\n661,1644388358,-24.53932,31.32243\n662,1644388359,-24.53931,31.32243\n663,1644388360,-24.53931,31.32243\n664,1644388361,-24.53931,31.32243\n665,1644388362,-24.53931,31.32243\n666,1644388363,-24.53930,31.32243\n667,1644388364,-24.53930,31.32242\n668,1644388365,-24.53930,31.32242\n669,1644388366,-24.53930,31.32242\n670,1644388367,-24.53930,31.32242\n671,1644388368,-24.53929,31.32241\n672,1644388369,-24.53928,31.32240\n673,1644388370,-24.53928,31.32240\n674,1644388371,-24.53928,31.32240\n675,1644388372,-24.53928,31.32240\n676,1644388373,-24.53928,31.32240\n677,1644388374,-24.53928,31.32239\n678,1644388375,-24.53927,31.32240\n679,1644388376,-24.53927,31.32240\n680,1644388377,-24.53927,31.32240\n681,1644388378,-24.53927,31.32240\n682,1644388379,-24.53926,31.32240\n683,1644388380,-24.53926,31.32239\n684,1644388381,-24.53926,31.32239\n685,1644388382,-24.53926,31.32240\n686,1644388383,-24.53926,31.32241\n687,1644388384,-24.53926,31.32243\n688,1644388385,-24.53926,31.32243\n689,1644388386,-24.53926,31.32244\n690,1644388387,-24.53927,31.32243\n691,1644388388,-24.53928,31.32243\n692,1644388389,-24.53928,31.32243\n693,1644388390,-24.53928,31.32242\n694,1644388391,-24.53928,31.32242\n695,1644388392,-24.53928,31.32242\n696,1644388393,-24.53928,31.32243\n697,1644388394,-24.53928,31.32243\n698,1644388395,-24.53928,31.32242\n699,1644388396,-24.53929,31.32242\n700,1644388397,-24.53928,31.32243\n701,1644388398,-24.53928,31.32243\n702,1644388399,-24.53928,31.32243\n703,1644388400,-24.53928,31.32243\n704,1644388401,-24.53928,31.32243\n705,1644388402,-24.53927,31.32243\n706,1644388403,-24.53927,31.32243\n707,1644388404,-24.53927,31.32243\n708,1644388405,-24.53927,31.32243\n709,1644388406,-24.53927,31.32243\n710,1644388407,-24.53927,31.32244\n711,1644388408,-24.53927,31.32244\n712,1644388409,-24.53927,31.32244\n713,1644388410,-24.53927,31.32244\n714,1644388411,-24.53927,31.32244\n715,1644388412,-24.53927,31.32244\n716,1644388413,-24.53926,31.32244\n717,1644388414,-24.53927,31.32244\n718,1644388415,-24.53926,31.32245\n719,1644388416,-24.53927,31.32245\n720,1644388417,-24.53927,31.32246\n721,1644388418,-24.53927,31.32245\n722,1644388419,-24.53926,31.32245\n723,1644388420,-24.53926,31.32246\n724,1644388421,-24.53926,31.32245\n725,1644388422,-24.53927,31.32245\n726,1644388423,-24.53928,31.32245\n727,1644388424,-24.53928,31.32244\n728,1644388425,-24.53928,31.32244\n729,1644388426,-24.53928,31.32245\n730,1644388427,-24.53928,31.32245\n731,1644388428,-24.53928,31.32246\n732,1644388429,-24.53928,31.32246\n733,1644388430,-24.53928,31.32245\n734,1644388431,-24.53928,31.32245\n735,1644388432,-24.53928,31.32245\n736,1644388433,-24.53928,31.32244\n737,1644388434,-24.53927,31.32244\n738,1644388435,-24.53928,31.32244\n739,1644388436,-24.53928,31.32245\n740,1644388437,-24.53929,31.32246\n741,1644388438,-24.53929,31.32246\n742,1644388439,-24.53929,31.32246\n743,1644388440,-24.53928,31.32246\n744,1644388441,-24.53928,31.32245\n745,1644388442,-24.53928,31.32244\n746,1644388443,-24.53928,31.32245\n747,1644388444,-24.53929,31.32244\n748,1644388445,-24.53931,31.32244\n749,1644388446,-24.53931,31.32244\n750,1644388447,-24.53932,31.32243\n751,1644388448,-24.53933,31.32243\n752,1644388449,-24.53933,31.32242\n753,1644388450,-24.53934,31.32242\n754,1644388451,-24.53934,31.32243\n755,1644388452,-24.53933,31.32243\n756,1644388453,-24.53932,31.32243\n757,1644388454,-24.53932,31.32244\n758,1644388455,-24.53932,31.32244\n759,1644388456,-24.53932,31.32244\n760,1644388457,-24.53932,31.32245\n761,1644388458,-24.53932,31.32245\n762,1644388459,-24.53932,31.32245\n763,1644388460,-24.53932,31.32245\n764,1644388461,-24.53932,31.32245\n765,1644388462,-24.53932,31.32244\n766,1644388463,-24.53933,31.32244\n767,1644388464,-24.53933,31.32244\n768,1644388465,-24.53933,31.32243\n769,1644388466,-24.53933,31.32243\n770,1644388467,-24.53933,31.32242\n771,1644388468,-24.53934,31.32241\n772,1644388469,-24.53934,31.32241\n773,1644388470,-24.53934,31.32240\n774,1644388471,-24.53934,31.32241\n775,1644388472,-24.53933,31.32242\n776,1644388473,-24.53934,31.32242\n777,1644388474,-24.53935,31.32242\n778,1644388475,-24.53936,31.32242\n779,1644388476,-24.53936,31.32242\n780,1644388477,-24.53936,31.32243\n781,1644388478,-24.53937,31.32243\n782,1644388479,-24.53937,31.32242\n783,1644388480,-24.53938,31.32241\n784,1644388481,-24.53939,31.32240\n785,1644388482,-24.53939,31.32240\n786,1644388483,-24.53940,31.32240\n787,1644388484,-24.53940,31.32241\n788,1644388485,-24.53939,31.32241\n789,1644388486,-24.53939,31.32242\n790,1644388487,-24.53939,31.32242\n791,1644388488,-24.53939,31.32242\n792,1644388489,-24.53939,31.32242\n793,1644388490,-24.53939,31.32242\n794,1644388491,-24.53939,31.32242\n795,1644388492,-24.53939,31.32242\n796,1644388493,-24.53939,31.32242\n797,1644388494,-24.53939,31.32242\n798,1644388495,-24.53939,31.32242\n799,1644388496,-24.53939,31.32242\n800,1644388497,-24.53939,31.32242\n801,1644388498,-24.53939,31.32242\n802,1644388499,-24.53940,31.32242\n803,1644388500,-24.53940,31.32241\n804,1644388501,-24.53940,31.32241\n805,1644388502,-24.53940,31.32241\n806,1644388503,-24.53940,31.32240\n807,1644388504,-24.53940,31.32240\n808,1644388505,-24.53941,31.32240\n809,1644388506,-24.53941,31.32240\n810,1644388507,-24.53941,31.32240\n811,1644388508,-24.53939,31.32240\n812,1644388509,-24.53937,31.32241\n813,1644388510,-24.53937,31.32241\n814,1644388511,-24.53936,31.32241\n815,1644388512,-24.53936,31.32241\n816,1644388513,-24.53936,31.32239\n817,1644388514,-24.53935,31.32238\n818,1644388515,-24.53935,31.32238\n819,1644388516,-24.53934,31.32237\n820,1644388517,-24.53934,31.32237\n821,1644388518,-24.53935,31.32237\n822,1644388519,-24.53937,31.32234\n823,1644388520,-24.53939,31.32235\n824,1644388521,-24.53939,31.32235\n825,1644388522,-24.53940,31.32234\n826,1644388523,-24.53940,31.32234\n827,1644388524,-24.53940,31.32234\n828,1644388525,-24.53940,31.32234\n829,1644388526,-24.53940,31.32234\n830,1644388527,-24.53939,31.32233\n831,1644388528,-24.53938,31.32234\n832,1644388529,-24.53937,31.32234\n833,1644388530,-24.53936,31.32234\n834,1644388531,-24.53935,31.32234\n835,1644388532,-24.53933,31.32236\n836,1644388533,-24.53933,31.32237\n837,1644388534,-24.53932,31.32239\n838,1644388535,-24.53931,31.32240\n839,1644388536,-24.53931,31.32240\n840,1644388537,-24.53931,31.32240\n841,1644388538,-24.53931,31.32239\n842,1644388539,-24.53931,31.32238\n843,1644388540,-24.53933,31.32237\n844,1644388541,-24.53935,31.32235\n845,1644388542,-24.53936,31.32235\n846,1644388543,-24.53939,31.32234\n847,1644388544,-24.53939,31.32233\n848,1644388545,-24.53940,31.32233\n849,1644388546,-24.53940,31.32233\n850,1644388547,-24.53939,31.32232\n851,1644388548,-24.53940,31.32232\n852,1644388549,-24.53939,31.32232\n853,1644388550,-24.53937,31.32233\n854,1644388551,-24.53937,31.32234\n855,1644388552,-24.53937,31.32234\n856,1644388553,-24.53936,31.32234\n857,1644388554,-24.53935,31.32234\n858,1644388555,-24.53935,31.32234\n859,1644388556,-24.53934,31.32235\n860,1644388557,-24.53934,31.32235\n861,1644388558,-24.53935,31.32234\n862,1644388559,-24.53936,31.32234\n863,1644388560,-24.53936,31.32234\n864,1644388561,-24.53936,31.32235\n865,1644388562,-24.53936,31.32235\n866,1644388563,-24.53937,31.32235\n867,1644388564,-24.53937,31.32235\n868,1644388565,-24.53937,31.32235\n869,1644388566,-24.53937,31.32236\n870,1644388567,-24.53937,31.32237\n871,1644388568,-24.53937,31.32238\n872,1644388569,-24.53938,31.32239\n873,1644388570,-24.53938,31.32239\n874,1644388571,-24.53939,31.32239\n875,1644388572,-24.53940,31.32239\n876,1644388573,-24.53941,31.32238\n877,1644388574,-24.53941,31.32237\n878,1644388575,-24.53941,31.32237\n879,1644388576,-24.53941,31.32237\n880,1644388577,-24.53942,31.32236\n881,1644388578,-24.53943,31.32234\n882,1644388579,-24.53943,31.32234\n883,1644388580,-24.53943,31.32233\n884,1644388581,-24.53943,31.32233\n885,1644388582,-24.53943,31.32232\n886,1644388583,-24.53943,31.32232\n887,1644388584,-24.53943,31.32232\n888,1644388585,-24.53941,31.32232\n889,1644388586,-24.53940,31.32232\n890,1644388587,-24.53938,31.32233\n891,1644388588,-24.53937,31.32233\n892,1644388589,-24.53936,31.32233\n893,1644388590,-24.53935,31.32234\n894,1644388591,-24.53934,31.32234\n895,1644388592,-24.53933,31.32234\n896,1644388593,-24.53932,31.32233\n897,1644388594,-24.53932,31.32233\n898,1644388595,-24.53931,31.32234\n899,1644388596,-24.53930,31.32234\n900,1644388597,-24.53928,31.32233\n901,1644388598,-24.53927,31.32234\n902,1644388599,-24.53927,31.32233\n903,1644388600,-24.53926,31.32234\n904,1644388601,-24.53925,31.32234\n905,1644388602,-24.53925,31.32234\n906,1644388603,-24.53923,31.32234\n907,1644388604,-24.53922,31.32233\n908,1644388605,-24.53921,31.32234\n909,1644388606,-24.53921,31.32233\n910,1644388607,-24.53921,31.32232\n911,1644388608,-24.53919,31.32231\n912,1644388609,-24.53918,31.32231\n913,1644388610,-24.53918,31.32231\n914,1644388611,-24.53917,31.32231\n915,1644388612,-24.53917,31.32231\n916,1644388613,-24.53917,31.32230\n917,1644388614,-24.53917,31.32231\n918,1644388615,-24.53916,31.32231\n919,1644388616,-24.53917,31.32231\n920,1644388617,-24.53916,31.32231\n921,1644388618,-24.53916,31.32231\n922,1644388619,-24.53916,31.32230\n923,1644388620,-24.53917,31.32230\n924,1644388621,-24.53917,31.32230\n925,1644388622,-24.53917,31.32230\n926,1644388623,-24.53918,31.32230\n927,1644388624,-24.53919,31.32230\n928,1644388625,-24.53919,31.32230\n929,1644388626,-24.53919,31.32230\n930,1644388627,-24.53919,31.32230\n931,1644388628,-24.53919,31.32230\n932,1644388629,-24.53919,31.32230\n933,1644388630,-24.53919,31.32230\n934,1644388631,-24.53919,31.32230\n935,1644388632,-24.53919,31.32230\n936,1644388633,-24.53920,31.32230\n937,1644388634,-24.53920,31.32230\n938,1644388635,-24.53920,31.32230\n939,1644388636,-24.53920,31.32230\n940,1644388637,-24.53920,31.32230\n941,1644388638,-24.53920,31.32230\n942,1644388639,-24.53920,31.32231\n943,1644388640,-24.53920,31.32231\n944,1644388641,-24.53920,31.32231\n945,1644388642,-24.53920,31.32231\n946,1644388643,-24.53920,31.32232\n947,1644388644,-24.53921,31.32232\n948,1644388645,-24.53921,31.32232\n949,1644388646,-24.53921,31.32231\n950,1644388647,-24.53922,31.32231\n951,1644388648,-24.53920,31.32232\n952,1644388649,-24.53919,31.32232\n953,1644388650,-24.53919,31.32232\n954,1644388651,-24.53919,31.32233\n955,1644388652,-24.53920,31.32232\n956,1644388653,-24.53920,31.32232\n957,1644388654,-24.53921,31.32232\n958,1644388655,-24.53922,31.32231\n959,1644388656,-24.53923,31.32230\n960,1644388657,-24.53924,31.32228\n961,1644388658,-24.53925,31.32229\n962,1644388659,-24.53925,31.32229\n963,1644388660,-24.53925,31.32229\n964,1644388661,-24.53925,31.32229\n965,1644388662,-24.53926,31.32230\n966,1644388663,-24.53927,31.32230\n967,1644388664,-24.53927,31.32230\n968,1644388665,-24.53926,31.32230\n969,1644388666,-24.53926,31.32230\n970,1644388667,-24.53924,31.32230\n971,1644388668,-24.53923,31.32230\n972,1644388669,-24.53924,31.32230\n973,1644388670,-24.53924,31.32230\n974,1644388671,-24.53924,31.32230\n975,1644388672,-24.53925,31.32230\n976,1644388673,-24.53925,31.32231\n977,1644388674,-24.53924,31.32232\n978,1644388675,-24.53923,31.32232\n979,1644388676,-24.53922,31.32232\n980,1644388677,-24.53921,31.32233\n981,1644388678,-24.53920,31.32233\n982,1644388679,-24.53919,31.32233\n983,1644388680,-24.53919,31.32233\n984,1644388681,-24.53918,31.32234\n985,1644388682,-24.53917,31.32235\n986,1644388683,-24.53916,31.32236\n987,1644388684,-24.53916,31.32237\n988,1644388685,-24.53915,31.32238\n989,1644388686,-24.53915,31.32238\n990,1644388687,-24.53914,31.32238\n991,1644388688,-24.53915,31.32237\n992,1644388689,-24.53914,31.32237\n993,1644388690,-24.53915,31.32237\n994,1644388691,-24.53916,31.32236\n995,1644388692,-24.53917,31.32234\n996,1644388693,-24.53917,31.32233\n997,1644388694,-24.53915,31.32235\n998,1644388695,-24.53919,31.32238\n999,1644388696,-24.53920,31.32238\n1000,1644388697,-24.53920,31.32238\n1001,1644388698,-24.53920,31.32238\n1002,1644388699,-24.53920,31.32238\n1003,1644388700,-24.53920,31.32238\n1004,1644388701,-24.53920,31.32238\n1005,1644388702,-24.53920,31.32238\n1006,1644388703,-24.53920,31.32237\n1007,1644388704,-24.53921,31.32237\n1008,1644388705,-24.53922,31.32236\n1009,1644388706,-24.53923,31.32236\n1010,1644388707,-24.53923,31.32236\n1011,1644388708,-24.53924,31.32235\n1012,1644388709,-24.53926,31.32235\n1013,1644388710,-24.53927,31.32235\n1014,1644388711,-24.53928,31.32235\n1015,1644388712,-24.53929,31.32236\n1016,1644388713,-24.53930,31.32237\n1017,1644388714,-24.53932,31.32237\n1018,1644388715,-24.53934,31.32237\n1019,1644388716,-24.53936,31.32237\n1020,1644388717,-24.53939,31.32238\n1021,1644388718,-24.53940,31.32239\n1022,1644388719,-24.53939,31.32238\n1023,1644388720,-24.53940,31.32237\n1024,1644388721,-24.53942,31.32237\n1025,1644388722,-24.53943,31.32236\n1026,1644388723,-24.53944,31.32236\n1027,1644388724,-24.53945,31.32235\n1028,1644388725,-24.53945,31.32233\n1029,1644388726,-24.53945,31.32233\n1030,1644388727,-24.53943,31.32233\n1031,1644388728,-24.53942,31.32233\n1032,1644388729,-24.53941,31.32233\n1033,1644388730,-24.53938,31.32234\n1034,1644388731,-24.53937,31.32234\n1035,1644388732,-24.53936,31.32234\n1036,1644388733,-24.53935,31.32234\n1037,1644388734,-24.53934,31.32234\n1038,1644388735,-24.53934,31.32235\n1039,1644388736,-24.53934,31.32234\n1040,1644388737,-24.53934,31.32234\n1041,1644388738,-24.53935,31.32234\n1042,1644388739,-24.53936,31.32233\n1043,1644388740,-24.53936,31.32233\n1044,1644388741,-24.53936,31.32233\n1045,1644388742,-24.53937,31.32232\n1046,1644388743,-24.53938,31.32230\n1047,1644388744,-24.53939,31.32230\n1048,1644388745,-24.53940,31.32229\n1049,1644388746,-24.53940,31.32229\n1050,1644388747,-24.53941,31.32229\n1051,1644388748,-24.53941,31.32229\n1052,1644388749,-24.53941,31.32229\n1053,1644388750,-24.53941,31.32229\n1054,1644388751,-24.53941,31.32230\n1055,1644388752,-24.53940,31.32230\n1056,1644388753,-24.53940,31.32231\n1057,1644388754,-24.53939,31.32231\n1058,1644388755,-24.53938,31.32231\n1059,1644388756,-24.53938,31.32231\n1060,1644388757,-24.53938,31.32231\n1061,1644388758,-24.53938,31.32231\n1062,1644388759,-24.53938,31.32231\n1063,1644388760,-24.53937,31.32231\n1064,1644388761,-24.53937,31.32231\n1065,1644388762,-24.53937,31.32231\n1066,1644388763,-24.53937,31.32231\n1067,1644388764,-24.53937,31.32231\n1068,1644388765,-24.53937,31.32232\n1069,1644388766,-24.53937,31.32232\n1070,1644388767,-24.53935,31.32232\n1071,1644388768,-24.53934,31.32232\n1072,1644388769,-24.53932,31.32232\n1073,1644388770,-24.53931,31.32233\n1074,1644388771,-24.53928,31.32234\n1075,1644388772,-24.53926,31.32235\n1076,1644388773,-24.53923,31.32237\n1077,1644388774,-24.53921,31.32240\n1078,1644388775,-24.53919,31.32242\n1079,1644388776,-24.53917,31.32244\n1080,1644388777,-24.53915,31.32246\n1081,1644388778,-24.53914,31.32247\n1082,1644388779,-24.53914,31.32246\n1083,1644388780,-24.53913,31.32247\n1084,1644388781,-24.53913,31.32246\n1085,1644388782,-24.53913,31.32246\n1086,1644388783,-24.53913,31.32245\n1087,1644388784,-24.53912,31.32246\n1088,1644388785,-24.53911,31.32247\n1089,1644388786,-24.53910,31.32247\n1090,1644388787,-24.53910,31.32247\n1091,1644388788,-24.53910,31.32248\n1092,1644388789,-24.53909,31.32248\n1093,1644388790,-24.53909,31.32248\n1094,1644388791,-24.53909,31.32248\n1095,1644388792,-24.53909,31.32249\n1096,1644388793,-24.53912,31.32250\n1097,1644388794,-24.53913,31.32249\n1098,1644388795,-24.53913,31.32249\n1099,1644388796,-24.53913,31.32251\n1100,1644388797,-24.53913,31.32251\n1101,1644388798,-24.53914,31.32252\n1102,1644388799,-24.53914,31.32252\n1103,1644388800,-24.53914,31.32252\n1104,1644388801,-24.53913,31.32253\n1105,1644388802,-24.53913,31.32253\n1106,1644388803,-24.53913,31.32253\n1107,1644388804,-24.53911,31.32254\n1108,1644388805,-24.53910,31.32255\n1109,1644388806,-24.53907,31.32257\n1110,1644388807,-24.53906,31.32259\n1111,1644388808,-24.53904,31.32261\n1112,1644388809,-24.53903,31.32264\n1113,1644388810,-24.53901,31.32268\n1114,1644388811,-24.53900,31.32271\n1115,1644388812,-24.53899,31.32274\n1116,1644388813,-24.53898,31.32277\n1117,1644388814,-24.53900,31.32281\n1118,1644388815,-24.53902,31.32284\n1119,1644388816,-24.53904,31.32287\n1120,1644388817,-24.53908,31.32289\n1121,1644388818,-24.53912,31.32293\n1122,1644388819,-24.53915,31.32297\n1123,1644388820,-24.53918,31.32302\n1124,1644388821,-24.53920,31.32305\n1125,1644388822,-24.53921,31.32307\n1126,1644388823,-24.53922,31.32312\n1127,1644388824,-24.53922,31.32316\n1128,1644388825,-24.53921,31.32320\n1129,1644388826,-24.53919,31.32325\n1130,1644388827,-24.53919,31.32329\n1131,1644388828,-24.53918,31.32334\n1132,1644388829,-24.53916,31.32338\n1133,1644388830,-24.53915,31.32344\n1134,1644388831,-24.53917,31.32349\n1135,1644388832,-24.53919,31.32353\n1136,1644388833,-24.53920,31.32358\n1137,1644388834,-24.53921,31.32363\n1138,1644388835,-24.53923,31.32368\n1139,1644388836,-24.53925,31.32372\n1140,1644388837,-24.53925,31.32378\n1141,1644388838,-24.53926,31.32384\n1142,1644388839,-24.53927,31.32392\n1143,1644388840,-24.53928,31.32400\n1144,1644388841,-24.53928,31.32408\n1145,1644388842,-24.53930,31.32416\n1146,1644388843,-24.53931,31.32424\n1147,1644388844,-24.53933,31.32431\n1148,1644388845,-24.53935,31.32439\n1149,1644388846,-24.53937,31.32446\n1150,1644388847,-24.53940,31.32453\n1151,1644388848,-24.53943,31.32460\n1152,1644388849,-24.53946,31.32468\n1153,1644388850,-24.53947,31.32475\n1154,1644388851,-24.53948,31.32483\n1155,1644388852,-24.53951,31.32489\n1156,1644388853,-24.53954,31.32495\n1157,1644388854,-24.53958,31.32501\n1158,1644388855,-24.53959,31.32508\n1159,1644388856,-24.53961,31.32514\n1160,1644388857,-24.53961,31.32520\n1161,1644388858,-24.53961,31.32524\n1162,1644388859,-24.53961,31.32529\n1163,1644388860,-24.53956,31.32533\n1164,1644388861,-24.53951,31.32536\n1165,1644388862,-24.53943,31.32540\n1166,1644388863,-24.53937,31.32544\n1167,1644388864,-24.53933,31.32548\n1168,1644388865,-24.53930,31.32553\n1169,1644388866,-24.53926,31.32558\n1170,1644388867,-24.53924,31.32562\n1171,1644388868,-24.53921,31.32567\n1172,1644388869,-24.53919,31.32572\n1173,1644388870,-24.53917,31.32578\n1174,1644388871,-24.53916,31.32584\n1175,1644388872,-24.53916,31.32590\n1176,1644388873,-24.53917,31.32597\n1177,1644388874,-24.53921,31.32611\n1178,1644388875,-24.53923,31.32622\n1179,1644388876,-24.53924,31.32633\n1180,1644388877,-24.53926,31.32641\n1181,1644388878,-24.53928,31.32650\n1182,1644388879,-24.53929,31.32658\n1183,1644388880,-24.53930,31.32666\n1184,1644388881,-24.53930,31.32675\n1185,1644388882,-24.53930,31.32687\n1186,1644388883,-24.53929,31.32698\n1187,1644388884,-24.53930,31.32708\n1188,1644388885,-24.53932,31.32716\n1189,1644388886,-24.53935,31.32723\n1190,1644388887,-24.53943,31.32730\n1191,1644388888,-24.53948,31.32736\n1192,1644388889,-24.53955,31.32743\n1193,1644388890,-24.53963,31.32750\n1194,1644388891,-24.53970,31.32757\n1195,1644388892,-24.53977,31.32764\n1196,1644388917,-24.54094,31.32917\n1197,1644388918,-24.54096,31.32926\n1198,1644388919,-24.54098,31.32931\n1199,1644388920,-24.54099,31.32939\n1200,1644388921,-24.54104,31.32941\n1201,1644388922,-24.54107,31.32943\n1202,1644388923,-24.54113,31.32943\n1203,1644388924,-24.54120,31.32942\n1204,1644388925,-24.54130,31.32939\n1205,1644388926,-24.54137,31.32933\n1206,1644388927,-24.54144,31.32928\n1207,1644388928,-24.54151,31.32924\n1208,1644388929,-24.54159,31.32920\n1209,1644388930,-24.54166,31.32915\n1210,1644388931,-24.54174,31.32909\n1211,1644388932,-24.54181,31.32904\n1212,1644388933,-24.54188,31.32900\n1213,1644388934,-24.54194,31.32896\n1214,1644388935,-24.54200,31.32891\n1215,1644388936,-24.54206,31.32887\n1216,1644388937,-24.54212,31.32883\n1217,1644388938,-24.54218,31.32882\n1218,1644388939,-24.54224,31.32881\n1219,1644388940,-24.54229,31.32882\n1220,1644388941,-24.54235,31.32882\n1221,1644388942,-24.54240,31.32882\n1222,1644388943,-24.54241,31.32885\n1223,1644388944,-24.54241,31.32890\n1224,1644388945,-24.54243,31.32896\n1225,1644388946,-24.54245,31.32902\n1226,1644388947,-24.54247,31.32910\n1227,1644388948,-24.54249,31.32916\n1228,1644388949,-24.54251,31.32925\n1229,1644388950,-24.54253,31.32932\n1230,1644388951,-24.54254,31.32939\n1231,1644388952,-24.54255,31.32946\n1232,1644388953,-24.54257,31.32952\n1233,1644388954,-24.54258,31.32959\n1234,1644388955,-24.54259,31.32966\n1235,1644388956,-24.54261,31.32974\n1236,1644388957,-24.54262,31.32982\n1237,1644388958,-24.54265,31.32990\n1238,1644388959,-24.54269,31.32997\n1239,1644388960,-24.54272,31.33004\n1240,1644388961,-24.54274,31.33010\n1241,1644388962,-24.54276,31.33017\n1242,1644388963,-24.54278,31.33026\n1243,1644388964,-24.54281,31.33033\n1244,1644388965,-24.54283,31.33039\n1245,1644388966,-24.54286,31.33045\n1246,1644388967,-24.54287,31.33053\n1247,1644388968,-24.54287,31.33061\n1248,1644388969,-24.54288,31.33070\n1249,1644388970,-24.54290,31.33077\n1250,1644388971,-24.54291,31.33084\n1251,1644388972,-24.54294,31.33090\n1252,1644388973,-24.54297,31.33098\n1253,1644388974,-24.54300,31.33106\n1254,1644388975,-24.54302,31.33114\n1255,1644388976,-24.54304,31.33121\n1256,1644388977,-24.54305,31.33129\n1257,1644388978,-24.54307,31.33137\n1258,1644388979,-24.54308,31.33146\n1259,1644388980,-24.54308,31.33154\n1260,1644388981,-24.54309,31.33162\n1261,1644388982,-24.54310,31.33170\n1262,1644388983,-24.54310,31.33179\n1263,1644388984,-24.54311,31.33187\n1264,1644388985,-24.54311,31.33195\n1265,1644388986,-24.54312,31.33202\n1266,1644388987,-24.54313,31.33210\n1267,1644388988,-24.54314,31.33218\n1268,1644388989,-24.54315,31.33224\n1269,1644388990,-24.54316,31.33232\n1270,1644388991,-24.54319,31.33240\n1271,1644388992,-24.54322,31.33248\n1272,1644388993,-24.54325,31.33257\n1273,1644388994,-24.54328,31.33265\n1274,1644388995,-24.54330,31.33272\n1275,1644388996,-24.54330,31.33279\n1276,1644388997,-24.54331,31.33286\n1277,1644388998,-24.54333,31.33292\n1278,1644388999,-24.54334,31.33300\n1279,1644389000,-24.54336,31.33307\n1280,1644389001,-24.54339,31.33314\n1281,1644389002,-24.54343,31.33322\n1282,1644389003,-24.54349,31.33330\n1283,1644389004,-24.54353,31.33339\n1284,1644389005,-24.54358,31.33348\n1285,1644389006,-24.54363,31.33357\n1286,1644389007,-24.54367,31.33365\n1287,1644389008,-24.54372,31.33373\n1288,1644389009,-24.54376,31.33378\n1289,1644389010,-24.54381,31.33384\n1290,1644389011,-24.54386,31.33389\n1291,1644389012,-24.54390,31.33394\n1292,1644389013,-24.54391,31.33400\n1293,1644389014,-24.54388,31.33405\n1294,1644389015,-24.54384,31.33407\n1295,1644389016,-24.54376,31.33408\n1296,1644389017,-24.54369,31.33408\n1297,1644389018,-24.54363,31.33406\n1298,1644389019,-24.54357,31.33404\n1299,1644389020,-24.54354,31.33407\n1300,1644389021,-24.54352,31.33409\n1301,1644389022,-24.54349,31.33410\n1302,1644389023,-24.54341,31.33402\n1303,1644389024,-24.54332,31.33392\n1304,1644389025,-24.54321,31.33382\n1305,1644389026,-24.54311,31.33372\n1306,1644389027,-24.54304,31.33377\n1307,1644389028,-24.54297,31.33376\n1308,1644389029,-24.54288,31.33374\n1309,1644389030,-24.54280,31.33371\n1310,1644389031,-24.54274,31.33366\n1311,1644389032,-24.54269,31.33360\n1312,1644389033,-24.54263,31.33361\n1313,1644389034,-24.54257,31.33361\n1314,1644389035,-24.54252,31.33360\n1315,1644389036,-24.54248,31.33361\n1316,1644389037,-24.54245,31.33359\n1317,1644389038,-24.54242,31.33357\n1318,1644389039,-24.54239,31.33355\n1319,1644389040,-24.54237,31.33353\n1320,1644389041,-24.54235,31.33350\n1321,1644389042,-24.54233,31.33348\n1322,1644389043,-24.54232,31.33346\n1323,1644389044,-24.54232,31.33343\n1324,1644389045,-24.54232,31.33341\n1325,1644389046,-24.54234,31.33349\n1326,1644389047,-24.54234,31.33351\n1327,1644389048,-24.54236,31.33351\n1328,1644389049,-24.54238,31.33351\n1329,1644389050,-24.54235,31.33353\n1330,1644389051,-24.54235,31.33355\n1331,1644389052,-24.54235,31.33356\n1332,1644389053,-24.54234,31.33357\n1333,1644389054,-24.54234,31.33356\n1334,1644389055,-24.54234,31.33356\n1335,1644389056,-24.54234,31.33355\n1336,1644389057,-24.54233,31.33353\n1337,1644389058,-24.54233,31.33351\n1338,1644389059,-24.54233,31.33348\n1339,1644389060,-24.54232,31.33346\n1340,1644389061,-24.54232,31.33343\n1341,1644389062,-24.54230,31.33340\n1342,1644389063,-24.54232,31.33337\n1343,1644389064,-24.54233,31.33334\n1344,1644389065,-24.54235,31.33333\n1345,1644389066,-24.54236,31.33333\n1346,1644389067,-24.54238,31.33334\n1347,1644389068,-24.54239,31.33337\n1348,1644389069,-24.54238,31.33345\n1349,1644389070,-24.54239,31.33351\n1350,1644389071,-24.54238,31.33356\n1351,1644389072,-24.54237,31.33361\n1352,1644389073,-24.54236,31.33366\n1353,1644389074,-24.54235,31.33370\n1354,1644389075,-24.54234,31.33374\n1355,1644389076,-24.54234,31.33378\n1356,1644389077,-24.54234,31.33383\n1357,1644389078,-24.54235,31.33385\n1358,1644389079,-24.54237,31.33388\n1359,1644389080,-24.54240,31.33390\n1360,1644389081,-24.54243,31.33393\n1361,1644389082,-24.54246,31.33396\n1362,1644389083,-24.54248,31.33399\n1363,1644389084,-24.54253,31.33401\n1364,1644389085,-24.54260,31.33403\n1365,1644389086,-24.54268,31.33406\n1366,1644389087,-24.54282,31.33406\n1367,1644389088,-24.54291,31.33407\n1368,1644389089,-24.54299,31.33410\n1369,1644389090,-24.54305,31.33412\n1370,1644389091,-24.54313,31.33415\n1371,1644389092,-24.54320,31.33418\n1372,1644389093,-24.54330,31.33419\n1373,1644389094,-24.54338,31.33421\n1374,1644389095,-24.54346,31.33423\n1375,1644389096,-24.54352,31.33427\n1376,1644389097,-24.54358,31.33431\n1377,1644389098,-24.54362,31.33435\n1378,1644389099,-24.54367,31.33441\n1379,1644389100,-24.54371,31.33445\n1380,1644389101,-24.54374,31.33449\n1381,1644389102,-24.54376,31.33454\n1382,1644389103,-24.54377,31.33458\n1383,1644389104,-24.54372,31.33459\n1384,1644389105,-24.54372,31.33461\n1385,1644389106,-24.54372,31.33463\n1386,1644389107,-24.54372,31.33463\n1387,1644389108,-24.54375,31.33461\n1388,1644389109,-24.54377,31.33463\n1389,1644389110,-24.54378,31.33467\n1390,1644389111,-24.54379,31.33470\n1391,1644389112,-24.54381,31.33475\n1392,1644389113,-24.54384,31.33479\n1393,1644389114,-24.54386,31.33486\n1394,1644389115,-24.54387,31.33492\n1395,1644389116,-24.54388,31.33499\n1396,1644389117,-24.54389,31.33506\n1397,1644389118,-24.54391,31.33513\n1398,1644389119,-24.54392,31.33522\n1399,1644389120,-24.54393,31.33528\n1400,1644389121,-24.54394,31.33536\n1401,1644389122,-24.54394,31.33544\n1402,1644389123,-24.54395,31.33553\n1403,1644389124,-24.54395,31.33562\n1404,1644389125,-24.54395,31.33571\n1405,1644389126,-24.54395,31.33579\n1406,1644389127,-24.54395,31.33587\n1407,1644389128,-24.54394,31.33594\n1408,1644389129,-24.54393,31.33599\n1409,1644389130,-24.54392,31.33605\n1410,1644389131,-24.54391,31.33611\n1411,1644389132,-24.54389,31.33617\n1412,1644389133,-24.54387,31.33624\n1413,1644389134,-24.54386,31.33630\n1414,1644389135,-24.54385,31.33636\n1415,1644389136,-24.54383,31.33643\n1416,1644389137,-24.54381,31.33650\n1417,1644389138,-24.54379,31.33657\n1418,1644389139,-24.54376,31.33663\n1419,1644389140,-24.54374,31.33671\n1420,1644389141,-24.54370,31.33678\n1421,1644389142,-24.54368,31.33686\n1422,1644389143,-24.54365,31.33694\n1423,1644389144,-24.54363,31.33702\n1424,1644389145,-24.54361,31.33710\n1425,1644389146,-24.54359,31.33718\n1426,1644389147,-24.54357,31.33726\n1427,1644389148,-24.54356,31.33734\n1428,1644389149,-24.54355,31.33742\n1429,1644389150,-24.54356,31.33751\n1430,1644389151,-24.54358,31.33762\n1431,1644389152,-24.54360,31.33772\n1432,1644389153,-24.54362,31.33779\n1433,1644389154,-24.54363,31.33786\n1434,1644389155,-24.54364,31.33794\n1435,1644389156,-24.54368,31.33800\n1436,1644389157,-24.54370,31.33806\n1437,1644389158,-24.54373,31.33810\n1438,1644389159,-24.54376,31.33815\n1439,1644389160,-24.54379,31.33819\n1440,1644389161,-24.54381,31.33824\n1441,1644389162,-24.54383,31.33829\n1442,1644389163,-24.54385,31.33833\n1443,1644389164,-24.54387,31.33839\n1444,1644389165,-24.54389,31.33845\n1445,1644389166,-24.54390,31.33852\n1446,1644389167,-24.54391,31.33857\n1447,1644389168,-24.54392,31.33863\n1448,1644389169,-24.54392,31.33869\n1449,1644389170,-24.54391,31.33873\n1450,1644389171,-24.54390,31.33878\n1451,1644389172,-24.54391,31.33883\n1452,1644389173,-24.54392,31.33888\n1453,1644389174,-24.54393,31.33893\n1454,1644389175,-24.54393,31.33899\n1455,1644389176,-24.54393,31.33906\n1456,1644389177,-24.54394,31.33912\n1457,1644389178,-24.54394,31.33918\n1458,1644389179,-24.54394,31.33926\n1459,1644389180,-24.54394,31.33934\n1460,1644389181,-24.54395,31.33943\n1461,1644389182,-24.54395,31.33951\n1462,1644389183,-24.54396,31.33959\n1463,1644389184,-24.54397,31.33967\n1464,1644389185,-24.54398,31.33974\n1465,1644389186,-24.54398,31.33979\n1466,1644389187,-24.54398,31.33985\n1467,1644389188,-24.54397,31.33990\n1468,1644389189,-24.54398,31.33996\n1469,1644389190,-24.54396,31.34002\n1470,1644389191,-24.54395,31.34007\n1471,1644389192,-24.54394,31.34013\n1472,1644389193,-24.54393,31.34020\n1473,1644389194,-24.54392,31.34027\n1474,1644389195,-24.54391,31.34033\n1475,1644389196,-24.54389,31.34040\n1476,1644389197,-24.54388,31.34045\n1477,1644389198,-24.54386,31.34050\n1478,1644389199,-24.54385,31.34055\n1479,1644389200,-24.54382,31.34061\n1480,1644389201,-24.54381,31.34067\n1481,1644389202,-24.54380,31.34072\n1482,1644389203,-24.54378,31.34080\n1483,1644389204,-24.54376,31.34087\n1484,1644389205,-24.54374,31.34094\n1485,1644389206,-24.54371,31.34100\n1486,1644389207,-24.54369,31.34106\n1487,1644389208,-24.54366,31.34111\n1488,1644389209,-24.54365,31.34116\n1489,1644389210,-24.54362,31.34122\n1490,1644389211,-24.54360,31.34127\n1491,1644389212,-24.54357,31.34132\n1492,1644389213,-24.54355,31.34137\n1493,1644389214,-24.54351,31.34141\n1494,1644389215,-24.54348,31.34145\n1495,1644389216,-24.54344,31.34150\n1496,1644389217,-24.54341,31.34155\n1497,1644389218,-24.54337,31.34160\n1498,1644389219,-24.54333,31.34166\n1499,1644389220,-24.54329,31.34172\n1500,1644389221,-24.54325,31.34178\n1501,1644389222,-24.54321,31.34183\n1502,1644389223,-24.54316,31.34190\n1503,1644389224,-24.54311,31.34196\n1504,1644389225,-24.54306,31.34201\n1505,1644389226,-24.54303,31.34206\n1506,1644389227,-24.54300,31.34210\n1507,1644389228,-24.54298,31.34216\n1508,1644389229,-24.54295,31.34220\n1509,1644389230,-24.54293,31.34226\n1510,1644389231,-24.54291,31.34232\n1511,1644389232,-24.54289,31.34237\n1512,1644389233,-24.54287,31.34242\n1513,1644389234,-24.54286,31.34248\n1514,1644389235,-24.54285,31.34254\n1515,1644389236,-24.54283,31.34260\n1516,1644389237,-24.54281,31.34266\n1517,1644389238,-24.54278,31.34273\n1518,1644389239,-24.54276,31.34279\n1519,1644389240,-24.54275,31.34285\n1520,1644389241,-24.54274,31.34291\n1521,1644389242,-24.54273,31.34297\n1522,1644389243,-24.54273,31.34303\n1523,1644389244,-24.54272,31.34311\n1524,1644389245,-24.54272,31.34317\n1525,1644389246,-24.54271,31.34323\n1526,1644389247,-24.54268,31.34328\n1527,1644389248,-24.54266,31.34335\n1528,1644389249,-24.54263,31.34342\n1529,1644389250,-24.54259,31.34346\n1530,1644389251,-24.54256,31.34351\n1531,1644389252,-24.54252,31.34355\n1532,1644389253,-24.54249,31.34358\n1533,1644389254,-24.54246,31.34362\n1534,1644389255,-24.54241,31.34367\n1535,1644389256,-24.54236,31.34367\n1536,1644389257,-24.54232,31.34370\n1537,1644389258,-24.54227,31.34374\n1538,1644389259,-24.54224,31.34378\n1539,1644389260,-24.54220,31.34382\n1540,1644389261,-24.54216,31.34387\n1541,1644389262,-24.54211,31.34393\n1542,1644389263,-24.54207,31.34398\n1543,1644389264,-24.54202,31.34403\n1544,1644389265,-24.54198,31.34407\n1545,1644389266,-24.54193,31.34411\n1546,1644389267,-24.54188,31.34415\n1547,1644389268,-24.54183,31.34418\n1548,1644389269,-24.54179,31.34421\n1549,1644389270,-24.54175,31.34425\n1550,1644389271,-24.54170,31.34428\n1551,1644389272,-24.54166,31.34429\n1552,1644389273,-24.54162,31.34430\n1553,1644389274,-24.54158,31.34431\n1554,1644389275,-24.54153,31.34433\n1555,1644389276,-24.54148,31.34434\n1556,1644389277,-24.54143,31.34435\n1557,1644389278,-24.54138,31.34437\n1558,1644389279,-24.54132,31.34439\n1559,1644389280,-24.54127,31.34442\n1560,1644389281,-24.54122,31.34445\n1561,1644389282,-24.54117,31.34448\n1562,1644389283,-24.54113,31.34453\n1563,1644389284,-24.54108,31.34456\n1564,1644389285,-24.54104,31.34458\n1565,1644389286,-24.54101,31.34461\n1566,1644389287,-24.54096,31.34464\n1567,1644389288,-24.54092,31.34467\n1568,1644389289,-24.54087,31.34468\n1569,1644389290,-24.54083,31.34471\n1570,1644389291,-24.54078,31.34473\n1571,1644389292,-24.54073,31.34475\n1572,1644389293,-24.54069,31.34477\n1573,1644389294,-24.54065,31.34479\n1574,1644389295,-24.54062,31.34480\n1575,1644389296,-24.54059,31.34480\n1576,1644389297,-24.54055,31.34481\n1577,1644389298,-24.54051,31.34481\n1578,1644389299,-24.54047,31.34481\n1579,1644389300,-24.54044,31.34481\n1580,1644389301,-24.54039,31.34481\n1581,1644389302,-24.54035,31.34481\n1582,1644389303,-24.54030,31.34482\n1583,1644389304,-24.54025,31.34482\n1584,1644389305,-24.54021,31.34483\n1585,1644389306,-24.54017,31.34484\n1586,1644389307,-24.54013,31.34486\n1587,1644389308,-24.54008,31.34487\n1588,1644389309,-24.54004,31.34489\n1589,1644389310,-24.54000,31.34490\n1590,1644389311,-24.53996,31.34491\n1591,1644389312,-24.53992,31.34493\n1592,1644389313,-24.53989,31.34496\n1593,1644389314,-24.53984,31.34498\n1594,1644389315,-24.53981,31.34500\n1595,1644389316,-24.53977,31.34503\n1596,1644389317,-24.53973,31.34506\n1597,1644389318,-24.53970,31.34510\n1598,1644389319,-24.53966,31.34513\n1599,1644389320,-24.53961,31.34518\n1600,1644389321,-24.53955,31.34522\n1601,1644389322,-24.53951,31.34525\n1602,1644389323,-24.53946,31.34528\n1603,1644389324,-24.53941,31.34532\n1604,1644389325,-24.53936,31.34536\n1605,1644389326,-24.53931,31.34539\n1606,1644389327,-24.53927,31.34541\n1607,1644389328,-24.53924,31.34543\n1608,1644389329,-24.53921,31.34544\n1609,1644389330,-24.53917,31.34546\n1610,1644389331,-24.53913,31.34548\n1611,1644389332,-24.53908,31.34550\n1612,1644389333,-24.53905,31.34551\n1613,1644389334,-24.53901,31.34551\n1614,1644389335,-24.53897,31.34552\n1615,1644389336,-24.53893,31.34554\n1616,1644389337,-24.53889,31.34554\n1617,1644389338,-24.53886,31.34556\n1618,1644389339,-24.53882,31.34558\n1619,1644389340,-24.53877,31.34560\n1620,1644389341,-24.53872,31.34562\n1621,1644389342,-24.53868,31.34566\n1622,1644389343,-24.53864,31.34570\n1623,1644389344,-24.53860,31.34571\n1624,1644389345,-24.53856,31.34573\n1625,1644389346,-24.53851,31.34575\n1626,1644389347,-24.53847,31.34578\n1627,1644389348,-24.53843,31.34581\n1628,1644389349,-24.53839,31.34584\n1629,1644389350,-24.53836,31.34586\n1630,1644389351,-24.53832,31.34589\n1631,1644389352,-24.53829,31.34592\n1632,1644389353,-24.53826,31.34594\n1633,1644389354,-24.53823,31.34597\n1634,1644389355,-24.53820,31.34600\n1635,1644389356,-24.53818,31.34603\n1636,1644389357,-24.53813,31.34607\n1637,1644389358,-24.53806,31.34611\n1638,1644389359,-24.53799,31.34615\n1639,1644389360,-24.53794,31.34619\n1640,1644389361,-24.53789,31.34623\n1641,1644389362,-24.53783,31.34629\n1642,1644389363,-24.53779,31.34633\n1643,1644389364,-24.53776,31.34638\n1644,1644389365,-24.53773,31.34643\n1645,1644389366,-24.53770,31.34648\n1646,1644389367,-24.53767,31.34651\n1647,1644389368,-24.53762,31.34655\n1648,1644389369,-24.53756,31.34657\n1649,1644389370,-24.53751,31.34660\n1650,1644389371,-24.53747,31.34662\n1651,1644389372,-24.53742,31.34666\n1652,1644389373,-24.53738,31.34669\n1653,1644389374,-24.53734,31.34670\n1654,1644389375,-24.53730,31.34675\n1655,1644389376,-24.53726,31.34679\n1656,1644389377,-24.53722,31.34683\n1657,1644389378,-24.53716,31.34688\n1658,1644389379,-24.53704,31.34693\n1659,1644389380,-24.53693,31.34698\n1660,1644389381,-24.53687,31.34702\n1661,1644389382,-24.53680,31.34706\n1662,1644389383,-24.53676,31.34712\n1663,1644389384,-24.53671,31.34717\n1664,1644389385,-24.53666,31.34722\n1665,1644389386,-24.53661,31.34727\n1666,1644389387,-24.53657,31.34732\n1667,1644389388,-24.53652,31.34736\n1668,1644389389,-24.53647,31.34740\n1669,1644389390,-24.53641,31.34745\n1670,1644389391,-24.53636,31.34749\n1671,1644389392,-24.53631,31.34754\n1672,1644389393,-24.53626,31.34757\n1673,1644389394,-24.53621,31.34761\n1674,1644389395,-24.53616,31.34765\n1675,1644389396,-24.53612,31.34767\n1676,1644389397,-24.53607,31.34769\n1677,1644389398,-24.53601,31.34772\n1678,1644389399,-24.53595,31.34774\n1679,1644389400,-24.53589,31.34774\n1680,1644389401,-24.53582,31.34774\n1681,1644389402,-24.53576,31.34774\n1682,1644389403,-24.53570,31.34775\n1683,1644389404,-24.53563,31.34774\n1684,1644389405,-24.53556,31.34775\n1685,1644389406,-24.53548,31.34775\n1686,1644389407,-24.53542,31.34775\n1687,1644389408,-24.53535,31.34775\n1688,1644389409,-24.53529,31.34775\n1689,1644389410,-24.53523,31.34774\n1690,1644389411,-24.53516,31.34773\n1691,1644389412,-24.53510,31.34771\n1692,1644389413,-24.53504,31.34770\n1693,1644389414,-24.53498,31.34770\n1694,1644389415,-24.53492,31.34769\n1695,1644389416,-24.53485,31.34769\n1696,1644389417,-24.53479,31.34768\n1697,1644389418,-24.53471,31.34768\n1698,1644389419,-24.53464,31.34768\n1699,1644389420,-24.53457,31.34769\n1700,1644389421,-24.53449,31.34770\n1701,1644389422,-24.53441,31.34770\n1702,1644389423,-24.53434,31.34772\n1703,1644389424,-24.53428,31.34771\n1704,1644389425,-24.53422,31.34771\n1705,1644389426,-24.53414,31.34772\n1706,1644389427,-24.53406,31.34772\n1707,1644389428,-24.53399,31.34773\n1708,1644389429,-24.53391,31.34774\n1709,1644389430,-24.53383,31.34774\n1710,1644389431,-24.53376,31.34774\n1711,1644389432,-24.53368,31.34773\n1712,1644389433,-24.53361,31.34773\n1713,1644389434,-24.53352,31.34772\n1714,1644389435,-24.53344,31.34772\n1715,1644389436,-24.53337,31.34771\n1716,1644389437,-24.53329,31.34772\n1717,1644389438,-24.53321,31.34772\n1718,1644389439,-24.53314,31.34771\n1719,1644389440,-24.53307,31.34771\n1720,1644389441,-24.53299,31.34772\n1721,1644389442,-24.53291,31.34772\n1722,1644389443,-24.53284,31.34772\n1723,1644389444,-24.53277,31.34771\n1724,1644389445,-24.53269,31.34771\n1725,1644389446,-24.53263,31.34772\n1726,1644389447,-24.53256,31.34773\n1727,1644389448,-24.53248,31.34773\n1728,1644389449,-24.53240,31.34776\n1729,1644389450,-24.53235,31.34777\n1730,1644389451,-24.53229,31.34778\n1731,1644389452,-24.53223,31.34779\n1732,1644389453,-24.53218,31.34782\n1733,1644389454,-24.53212,31.34784\n1734,1644389455,-24.53207,31.34785\n1735,1644389456,-24.53201,31.34785\n1736,1644389457,-24.53196,31.34787\n1737,1644389458,-24.53192,31.34788\n1738,1644389459,-24.53187,31.34790\n1739,1644389460,-24.53184,31.34792\n1740,1644389461,-24.53181,31.34794\n1741,1644389462,-24.53179,31.34796\n1742,1644389463,-24.53175,31.34798\n1743,1644389464,-24.53172,31.34799\n1744,1644389465,-24.53172,31.34800\n1745,1644389466,-24.53171,31.34802\n1746,1644389467,-24.53170,31.34802\n1747,1644389468,-24.53169,31.34802\n1748,1644389469,-24.53168,31.34802\n1749,1644389470,-24.53171,31.34802\n1750,1644389471,-24.53173,31.34804\n1751,1644389472,-24.53175,31.34806\n1752,1644389473,-24.53176,31.34807\n1753,1644389474,-24.53176,31.34809\n1754,1644389475,-24.53177,31.34810\n1755,1644389476,-24.53178,31.34811\n1756,1644389477,-24.53179,31.34812\n1757,1644389478,-24.53178,31.34812\n1758,1644389479,-24.53177,31.34813\n1759,1644389480,-24.53177,31.34814\n1760,1644389481,-24.53176,31.34813\n1761,1644389482,-24.53177,31.34812\n1762,1644389483,-24.53176,31.34811\n1763,1644389484,-24.53176,31.34810\n1764,1644389485,-24.53177,31.34808\n1765,1644389486,-24.53176,31.34808\n1766,1644389487,-24.53176,31.34807\n1767,1644389488,-24.53176,31.34807\n1768,1644389489,-24.53176,31.34807\n1769,1644389490,-24.53177,31.34807\n1770,1644389491,-24.53178,31.34806\n1771,1644389492,-24.53178,31.34805\n1772,1644389493,-24.53178,31.34806\n1773,1644389494,-24.53179,31.34806\n1774,1644389495,-24.53179,31.34807\n1775,1644389496,-24.53179,31.34806\n1776,1644389497,-24.53180,31.34806\n1777,1644389498,-24.53181,31.34805\n1778,1644389499,-24.53182,31.34803\n1779,1644389500,-24.53182,31.34803\n1780,1644389501,-24.53182,31.34802\n1781,1644389502,-24.53183,31.34802\n1782,1644389503,-24.53182,31.34803\n1783,1644389504,-24.53182,31.34803\n1784,1644389505,-24.53182,31.34804\n1785,1644389506,-24.53181,31.34804\n1786,1644389507,-24.53180,31.34804\n1787,1644389508,-24.53180,31.34805\n1788,1644389509,-24.53179,31.34803\n1789,1644389510,-24.53179,31.34801\n1790,1644389511,-24.53178,31.34800\n1791,1644389512,-24.53177,31.34800\n1792,1644389513,-24.53178,31.34800\n1793,1644389514,-24.53177,31.34799\n1794,1644389515,-24.53178,31.34798\n1795,1644389516,-24.53179,31.34797\n1796,1644389517,-24.53180,31.34796\n1797,1644389518,-24.53181,31.34797\n1798,1644389519,-24.53181,31.34796\n1799,1644389520,-24.53181,31.34795\n1800,1644389521,-24.53181,31.34795\n1801,1644389522,-24.53181,31.34795\n1802,1644389523,-24.53181,31.34795\n1803,1644389524,-24.53181,31.34795\n1804,1644389525,-24.53181,31.34795\n1805,1644389526,-24.53181,31.34795\n1806,1644389527,-24.53181,31.34797\n1807,1644389528,-24.53181,31.34797\n1808,1644389529,-24.53181,31.34797\n1809,1644389530,-24.53183,31.34798\n1810,1644389531,-24.53183,31.34797\n1811,1644389532,-24.53184,31.34796\n1812,1644389533,-24.53184,31.34795\n1813,1644389534,-24.53184,31.34795\n1814,1644389535,-24.53184,31.34795\n1815,1644389536,-24.53184,31.34795\n1816,1644389537,-24.53184,31.34795\n1817,1644389538,-24.53184,31.34794\n1818,1644389539,-24.53185,31.34793\n1819,1644389540,-24.53186,31.34792\n1820,1644389541,-24.53187,31.34795\n1821,1644389542,-24.53188,31.34796\n1822,1644389543,-24.53188,31.34796\n1823,1644389544,-24.53188,31.34797\n1824,1644389545,-24.53188,31.34797\n1825,1644389546,-24.53189,31.34797\n1826,1644389547,-24.53189,31.34797\n1827,1644389548,-24.53189,31.34797\n1828,1644389549,-24.53189,31.34797\n1829,1644389550,-24.53189,31.34797\n1830,1644389551,-24.53189,31.34796\n1831,1644389552,-24.53188,31.34796\n1832,1644389553,-24.53188,31.34793\n1833,1644389554,-24.53190,31.34791\n1834,1644389555,-24.53191,31.34791\n1835,1644389556,-24.53192,31.34790\n1836,1644389557,-24.53192,31.34790\n1837,1644389558,-24.53192,31.34790\n1838,1644389559,-24.53193,31.34789\n1839,1644389560,-24.53197,31.34789\n1840,1644389561,-24.53196,31.34789\n1841,1644389562,-24.53196,31.34789\n1842,1644389563,-24.53195,31.34790\n1843,1644389564,-24.53193,31.34796\n1844,1644389565,-24.53193,31.34798\n1845,1644389566,-24.53193,31.34798\n1846,1644389567,-24.53193,31.34798\n1847,1644389568,-24.53193,31.34799\n1848,1644389569,-24.53193,31.34799\n1849,1644389570,-24.53193,31.34799\n1850,1644389571,-24.53195,31.34799\n1851,1644389572,-24.53195,31.34799\n1852,1644389573,-24.53195,31.34799\n1853,1644389574,-24.53196,31.34800\n1854,1644389575,-24.53196,31.34800\n1855,1644389576,-24.53196,31.34799\n1856,1644389577,-24.53197,31.34797\n1857,1644389578,-24.53197,31.34795\n1858,1644389579,-24.53197,31.34795\n1859,1644389580,-24.53197,31.34795\n1860,1644389581,-24.53198,31.34794\n1861,1644389582,-24.53199,31.34794\n1862,1644389583,-24.53199,31.34793\n1863,1644389584,-24.53199,31.34792\n1864,1644389585,-24.53199,31.34791\n1865,1644389586,-24.53199,31.34790\n1866,1644389587,-24.53199,31.34789\n1867,1644389588,-24.53199,31.34788\n1868,1644389589,-24.53200,31.34788\n1869,1644389590,-24.53200,31.34787\n1870,1644389591,-24.53199,31.34787\n1871,1644389592,-24.53199,31.34787\n1872,1644389593,-24.53199,31.34785\n1873,1644389594,-24.53199,31.34785\n1874,1644389595,-24.53199,31.34786\n1875,1644389596,-24.53199,31.34786\n1876,1644389597,-24.53200,31.34785\n1877,1644389598,-24.53200,31.34785\n1878,1644389599,-24.53201,31.34785\n1879,1644389600,-24.53201,31.34785\n1880,1644389601,-24.53201,31.34785\n1881,1644389602,-24.53201,31.34786\n1882,1644389603,-24.53201,31.34787\n1883,1644389604,-24.53202,31.34787\n1884,1644389605,-24.53199,31.34789\n1885,1644389606,-24.53198,31.34791\n1886,1644389607,-24.53198,31.34791\n1887,1644389608,-24.53198,31.34790\n1888,1644389609,-24.53197,31.34790\n1889,1644389610,-24.53197,31.34791\n1890,1644389611,-24.53196,31.34791\n1891,1644389612,-24.53196,31.34792\n1892,1644389613,-24.53195,31.34793\n1893,1644389614,-24.53195,31.34794\n1894,1644389615,-24.53195,31.34794\n1895,1644389616,-24.53196,31.34794\n1896,1644389617,-24.53196,31.34794\n1897,1644389618,-24.53196,31.34794\n1898,1644389619,-24.53197,31.34794\n1899,1644389620,-24.53198,31.34793\n1900,1644389621,-24.53199,31.34792\n1901,1644389622,-24.53198,31.34793\n1902,1644389623,-24.53198,31.34792\n1903,1644389624,-24.53198,31.34793\n1904,1644389625,-24.53198,31.34792\n1905,1644389626,-24.53198,31.34793\n1906,1644389627,-24.53199,31.34793\n1907,1644389628,-24.53199,31.34793\n1908,1644389629,-24.53200,31.34793\n1909,1644389630,-24.53200,31.34794\n1910,1644389631,-24.53200,31.34795\n1911,1644389632,-24.53200,31.34795\n1912,1644389633,-24.53200,31.34793\n1913,1644389634,-24.53201,31.34792\n1914,1644389635,-24.53201,31.34791\n1915,1644389636,-24.53201,31.34791\n1916,1644389637,-24.53201,31.34791\n1917,1644389638,-24.53201,31.34791\n1918,1644389639,-24.53202,31.34790\n1919,1644389640,-24.53201,31.34791\n1920,1644389641,-24.53200,31.34790\n1921,1644389642,-24.53199,31.34789\n1922,1644389643,-24.53199,31.34789\n1923,1644389644,-24.53198,31.34791\n1924,1644389645,-24.53197,31.34792\n1925,1644389646,-24.53197,31.34792\n1926,1644389647,-24.53196,31.34793\n1927,1644389648,-24.53196,31.34794\n1928,1644389649,-24.53193,31.34798\n1929,1644389650,-24.53193,31.34798\n1930,1644389651,-24.53192,31.34798\n1931,1644389652,-24.53192,31.34798\n1932,1644389653,-24.53191,31.34799\n1933,1644389654,-24.53191,31.34797\n1934,1644389655,-24.53190,31.34797\n1935,1644389656,-24.53189,31.34797\n1936,1644389657,-24.53189,31.34796\n1937,1644389658,-24.53188,31.34796\n1938,1644389659,-24.53188,31.34797\n1939,1644389660,-24.53187,31.34797\n1940,1644389661,-24.53187,31.34797\n1941,1644389662,-24.53187,31.34797\n1942,1644389663,-24.53186,31.34797\n1943,1644389664,-24.53185,31.34796\n1944,1644389665,-24.53186,31.34796\n1945,1644389666,-24.53186,31.34796\n1946,1644389667,-24.53187,31.34795\n1947,1644389668,-24.53187,31.34794\n1948,1644389669,-24.53186,31.34794\n1949,1644389670,-24.53186,31.34793\n1950,1644389671,-24.53185,31.34794\n1951,1644389672,-24.53184,31.34795\n1952,1644389673,-24.53184,31.34794\n1953,1644389674,-24.53184,31.34794\n1954,1644389675,-24.53185,31.34794\n1955,1644389676,-24.53187,31.34793\n1956,1644389677,-24.53188,31.34793\n1957,1644389678,-24.53188,31.34793\n1958,1644389679,-24.53188,31.34793\n1959,1644389680,-24.53187,31.34793\n1960,1644389681,-24.53188,31.34792\n1961,1644389682,-24.53187,31.34792\n1962,1644389683,-24.53188,31.34791\n1963,1644389684,-24.53189,31.34791\n1964,1644389685,-24.53190,31.34790\n1965,1644389686,-24.53191,31.34791\n1966,1644389687,-24.53192,31.34792\n1967,1644389688,-24.53193,31.34791\n1968,1644389689,-24.53198,31.34789\n1969,1644389690,-24.53199,31.34789\n1970,1644389691,-24.53199,31.34789\n1971,1644389692,-24.53198,31.34789\n1972,1644389693,-24.53199,31.34789\n1973,1644389694,-24.53199,31.34789\n1974,1644389695,-24.53199,31.34789\n1975,1644389696,-24.53199,31.34788\n1976,1644389697,-24.53200,31.34788\n1977,1644389698,-24.53200,31.34787\n1978,1644389699,-24.53200,31.34787\n1979,1644389700,-24.53201,31.34786\n1980,1644389701,-24.53201,31.34786\n1981,1644389702,-24.53202,31.34785\n1982,1644389703,-24.53202,31.34785\n1983,1644389704,-24.53203,31.34784\n1984,1644389705,-24.53203,31.34784\n1985,1644389706,-24.53203,31.34783\n1986,1644389707,-24.53204,31.34782\n1987,1644389708,-24.53204,31.34781\n1988,1644389709,-24.53206,31.34781\n1989,1644389710,-24.53207,31.34781\n1990,1644389711,-24.53209,31.34781\n1991,1644389712,-24.53210,31.34780\n1992,1644389713,-24.53211,31.34780\n1993,1644389714,-24.53213,31.34780\n1994,1644389715,-24.53214,31.34779\n1995,1644389716,-24.53215,31.34779\n1996,1644389717,-24.53215,31.34779\n1997,1644389718,-24.53216,31.34779\n1998,1644389719,-24.53212,31.34783\n1999,1644389720,-24.53212,31.34784\n2000,1644389721,-24.53211,31.34787\n2001,1644389722,-24.53210,31.34788\n2002,1644389723,-24.53209,31.34789\n2003,1644389724,-24.53209,31.34790\n2004,1644389725,-24.53209,31.34790\n2005,1644389726,-24.53209,31.34790\n2006,1644389727,-24.53209,31.34790\n2007,1644389728,-24.53209,31.34789\n2008,1644389729,-24.53209,31.34789\n2009,1644389730,-24.53208,31.34790\n2010,1644389731,-24.53208,31.34790\n2011,1644389732,-24.53207,31.34791\n2012,1644389733,-24.53206,31.34791\n2013,1644389734,-24.53205,31.34791\n2014,1644389735,-24.53204,31.34792\n2015,1644389736,-24.53204,31.34792\n2016,1644389737,-24.53203,31.34793\n2017,1644389738,-24.53201,31.34793\n2018,1644389739,-24.53200,31.34794\n2019,1644389740,-24.53198,31.34795\n2020,1644389741,-24.53197,31.34796\n2021,1644389742,-24.53195,31.34797\n2022,1644389743,-24.53194,31.34798\n2023,1644389744,-24.53193,31.34799\n2024,1644389745,-24.53192,31.34799\n2025,1644389746,-24.53191,31.34799\n2026,1644389747,-24.53190,31.34800\n2027,1644389748,-24.53190,31.34800\n2028,1644389749,-24.53189,31.34800\n2029,1644389750,-24.53188,31.34800\n2030,1644389751,-24.53188,31.34799\n2031,1644389752,-24.53189,31.34798\n2032,1644389753,-24.53189,31.34798\n2033,1644389754,-24.53189,31.34797\n2034,1644389755,-24.53190,31.34797\n2035,1644389756,-24.53190,31.34797\n2036,1644389757,-24.53190,31.34796\n2037,1644389758,-24.53191,31.34795\n2038,1644389759,-24.53191,31.34795\n2039,1644389760,-24.53191,31.34794\n2040,1644389761,-24.53192,31.34795\n2041,1644389762,-24.53193,31.34795\n2042,1644389763,-24.53194,31.34795\n2043,1644389764,-24.53195,31.34794\n2044,1644389765,-24.53196,31.34794\n2045,1644389766,-24.53197,31.34793\n2046,1644389767,-24.53198,31.34792\n2047,1644389768,-24.53199,31.34791\n2048,1644389769,-24.53200,31.34790\n2049,1644389770,-24.53201,31.34789\n2050,1644389771,-24.53202,31.34789\n2051,1644389772,-24.53202,31.34789\n2052,1644389773,-24.53203,31.34789\n2053,1644389774,-24.53204,31.34789\n2054,1644389775,-24.53205,31.34789\n2055,1644389776,-24.53206,31.34789\n2056,1644389777,-24.53207,31.34789\n2057,1644389778,-24.53207,31.34788\n2058,1644389779,-24.53206,31.34788\n2059,1644389780,-24.53206,31.34788\n2060,1644389781,-24.53206,31.34788\n2061,1644389782,-24.53206,31.34788\n2062,1644389783,-24.53206,31.34788\n2063,1644389784,-24.53206,31.34787\n2064,1644389785,-24.53206,31.34787\n2065,1644389786,-24.53206,31.34787\n2066,1644389787,-24.53206,31.34787\n2067,1644389788,-24.53207,31.34787\n2068,1644389789,-24.53207,31.34787\n2069,1644389790,-24.53208,31.34787\n2070,1644389791,-24.53208,31.34787\n2071,1644389792,-24.53209,31.34786\n2072,1644389793,-24.53210,31.34786\n2073,1644389794,-24.53211,31.34786\n2074,1644389795,-24.53212,31.34786\n2075,1644389796,-24.53212,31.34785\n2076,1644389797,-24.53213,31.34785\n2077,1644389798,-24.53214,31.34785\n2078,1644389799,-24.53213,31.34785\n2079,1644389800,-24.53213,31.34785\n2080,1644389801,-24.53213,31.34785\n2081,1644389802,-24.53214,31.34785\n2082,1644389803,-24.53214,31.34784\n2083,1644389804,-24.53215,31.34784\n2084,1644389805,-24.53215,31.34783\n2085,1644389806,-24.53215,31.34783\n2086,1644389807,-24.53215,31.34783\n2087,1644389808,-24.53216,31.34783\n2088,1644389809,-24.53215,31.34785\n2089,1644389810,-24.53215,31.34786\n2090,1644389811,-24.53215,31.34787\n2091,1644389812,-24.53216,31.34787\n2092,1644389813,-24.53216,31.34786\n2093,1644389814,-24.53216,31.34786\n2094,1644389815,-24.53217,31.34786\n2095,1644389816,-24.53217,31.34786\n2096,1644389817,-24.53217,31.34787\n2097,1644389818,-24.53216,31.34786\n2098,1644389819,-24.53216,31.34785\n2099,1644389820,-24.53215,31.34784\n2100,1644389821,-24.53215,31.34783\n2101,1644389822,-24.53214,31.34783\n2102,1644389823,-24.53213,31.34784\n2103,1644389824,-24.53213,31.34784\n2104,1644389825,-24.53213,31.34784\n2105,1644389826,-24.53212,31.34784\n2106,1644389827,-24.53212,31.34784\n2107,1644389828,-24.53212,31.34784\n2108,1644389829,-24.53211,31.34784\n2109,1644389830,-24.53211,31.34784\n2110,1644389831,-24.53211,31.34784\n2111,1644389832,-24.53211,31.34784\n2112,1644389833,-24.53211,31.34784\n2113,1644389834,-24.53211,31.34784\n2114,1644389835,-24.53211,31.34784\n2115,1644389836,-24.53212,31.34783\n2116,1644389837,-24.53212,31.34783\n2117,1644389838,-24.53212,31.34784\n2118,1644389839,-24.53212,31.34784\n2119,1644389840,-24.53212,31.34783\n2120,1644389841,-24.53211,31.34784\n2121,1644389842,-24.53211,31.34784\n2122,1644389843,-24.53211,31.34784\n2123,1644389844,-24.53211,31.34784\n2124,1644389845,-24.53211,31.34784\n2125,1644389846,-24.53211,31.34784\n2126,1644389847,-24.53211,31.34784\n2127,1644389848,-24.53209,31.34784\n2128,1644389849,-24.53209,31.34784\n2129,1644389850,-24.53208,31.34785\n2130,1644389851,-24.53208,31.34786\n2131,1644389852,-24.53208,31.34786\n2132,1644389853,-24.53208,31.34786\n2133,1644389854,-24.53208,31.34786\n2134,1644389855,-24.53208,31.34787\n2135,1644389856,-24.53207,31.34788\n2136,1644389857,-24.53206,31.34788\n2137,1644389858,-24.53206,31.34788\n2138,1644389859,-24.53206,31.34788\n2139,1644389860,-24.53206,31.34788\n2140,1644389861,-24.53205,31.34788\n2141,1644389862,-24.53205,31.34788\n2142,1644389863,-24.53205,31.34788\n2143,1644389864,-24.53202,31.34788\n2144,1644389865,-24.53199,31.34787\n2145,1644389866,-24.53198,31.34786\n2146,1644389867,-24.53196,31.34785\n2147,1644389868,-24.53193,31.34784\n2148,1644389869,-24.53193,31.34783\n2149,1644389870,-24.53193,31.34782\n2150,1644389871,-24.53192,31.34782\n2151,1644389872,-24.53192,31.34784\n2152,1644389873,-24.53192,31.34783\n2153,1644389874,-24.53192,31.34782\n2154,1644389875,-24.53192,31.34783\n2155,1644389876,-24.53192,31.34783\n2156,1644389877,-24.53192,31.34783\n2157,1644389878,-24.53192,31.34784\n2158,1644389879,-24.53192,31.34784\n2159,1644389880,-24.53191,31.34784\n2160,1644389881,-24.53192,31.34784\n2161,1644389882,-24.53192,31.34784\n2162,1644389883,-24.53192,31.34784\n2163,1644389884,-24.53191,31.34784\n2164,1644389885,-24.53190,31.34784\n2165,1644389886,-24.53191,31.34783\n2166,1644389887,-24.53192,31.34782\n2167,1644389888,-24.53192,31.34783\n2168,1644389889,-24.53193,31.34783\n2169,1644389890,-24.53194,31.34783\n2170,1644389891,-24.53195,31.34783\n2171,1644389892,-24.53195,31.34783\n2172,1644389893,-24.53196,31.34783\n2173,1644389894,-24.53197,31.34783\n2174,1644389895,-24.53198,31.34782\n2175,1644389896,-24.53198,31.34782\n2176,1644389897,-24.53199,31.34783\n2177,1644389898,-24.53199,31.34783\n2178,1644389899,-24.53200,31.34784\n2179,1644389900,-24.53200,31.34784\n2180,1644389901,-24.53200,31.34784\n2181,1644389902,-24.53200,31.34784\n2182,1644389903,-24.53201,31.34784\n2183,1644389904,-24.53201,31.34785\n2184,1644389905,-24.53201,31.34785\n2185,1644389906,-24.53202,31.34785\n2186,1644389907,-24.53202,31.34785\n2187,1644389908,-24.53202,31.34785\n2188,1644389909,-24.53203,31.34785\n2189,1644389910,-24.53204,31.34783\n2190,1644389911,-24.53204,31.34783\n2191,1644389912,-24.53204,31.34783\n2192,1644389913,-24.53203,31.34783\n2193,1644389914,-24.53202,31.34783\n2194,1644389915,-24.53202,31.34783\n2195,1644389916,-24.53202,31.34783\n2196,1644389917,-24.53202,31.34783\n2197,1644389918,-24.53202,31.34784\n2198,1644389919,-24.53203,31.34784\n2199,1644389920,-24.53203,31.34784\n2200,1644389921,-24.53204,31.34784\n2201,1644389922,-24.53203,31.34784\n2202,1644389923,-24.53203,31.34783\n2203,1644389924,-24.53203,31.34782\n2204,1644389925,-24.53203,31.34782\n2205,1644389926,-24.53202,31.34782\n2206,1644389927,-24.53202,31.34782\n2207,1644389928,-24.53201,31.34782\n2208,1644389929,-24.53201,31.34782\n2209,1644389930,-24.53201,31.34782\n2210,1644389931,-24.53201,31.34782\n2211,1644389932,-24.53201,31.34782\n2212,1644389933,-24.53201,31.34782\n2213,1644389934,-24.53201,31.34781\n2214,1644389935,-24.53201,31.34781\n2215,1644389936,-24.53200,31.34781\n2216,1644389937,-24.53200,31.34780\n2217,1644389938,-24.53200,31.34779\n2218,1644389939,-24.53199,31.34779\n2219,1644389940,-24.53199,31.34778\n2220,1644389941,-24.53198,31.34777\n2221,1644389942,-24.53198,31.34777\n2222,1644389943,-24.53198,31.34777\n2223,1644389944,-24.53198,31.34777\n2224,1644389945,-24.53198,31.34778\n2225,1644389946,-24.53199,31.34778\n2226,1644389947,-24.53199,31.34778\n2227,1644389948,-24.53200,31.34778\n2228,1644389949,-24.53201,31.34778\n2229,1644389950,-24.53202,31.34779\n2230,1644389951,-24.53202,31.34779\n2231,1644389952,-24.53203,31.34779\n2232,1644389953,-24.53203,31.34779\n2233,1644389954,-24.53202,31.34780\n2234,1644389955,-24.53203,31.34780\n2235,1644389956,-24.53202,31.34780\n2236,1644389957,-24.53202,31.34780\n2237,1644389958,-24.53202,31.34780\n2238,1644389959,-24.53201,31.34779\n2239,1644389960,-24.53200,31.34779\n2240,1644389961,-24.53200,31.34779\n2241,1644389962,-24.53200,31.34778\n2242,1644389963,-24.53200,31.34779\n2243,1644389964,-24.53200,31.34780\n2244,1644389965,-24.53200,31.34780\n2245,1644389966,-24.53200,31.34780\n2246,1644389967,-24.53200,31.34780\n2247,1644389968,-24.53200,31.34780\n2248,1644389969,-24.53199,31.34780\n2249,1644389970,-24.53198,31.34780\n2250,1644389971,-24.53198,31.34781\n2251,1644389972,-24.53198,31.34781\n2252,1644389973,-24.53198,31.34782\n2253,1644389974,-24.53197,31.34783\n2254,1644389975,-24.53197,31.34784\n2255,1644389976,-24.53197,31.34785\n2256,1644389977,-24.53197,31.34786\n2257,1644389978,-24.53197,31.34787\n2258,1644389979,-24.53197,31.34788\n2259,1644389980,-24.53197,31.34788\n2260,1644389981,-24.53197,31.34789\n2261,1644389982,-24.53196,31.34789\n2262,1644389983,-24.53196,31.34789\n2263,1644389984,-24.53196,31.34790\n2264,1644389985,-24.53196,31.34790\n2265,1644389986,-24.53196,31.34791\n2266,1644389987,-24.53196,31.34791\n2267,1644389988,-24.53196,31.34791\n2268,1644389989,-24.53196,31.34791\n2269,1644389990,-24.53196,31.34791\n2270,1644389991,-24.53196,31.34791\n2271,1644389992,-24.53196,31.34792\n2272,1644389993,-24.53196,31.34792\n2273,1644389994,-24.53196,31.34792\n2274,1644389995,-24.53196,31.34792\n2275,1644389996,-24.53196,31.34792\n2276,1644389997,-24.53196,31.34792\n2277,1644389998,-24.53197,31.34792\n2278,1644389999,-24.53197,31.34791\n2279,1644390000,-24.53197,31.34791\n2280,1644390001,-24.53198,31.34790\n2281,1644390002,-24.53198,31.34790\n2282,1644390003,-24.53198,31.34790\n2283,1644390004,-24.53198,31.34790\n2284,1644390005,-24.53198,31.34789\n2285,1644390006,-24.53198,31.34789\n2286,1644390007,-24.53197,31.34789\n2287,1644390008,-24.53197,31.34789\n2288,1644390009,-24.53197,31.34790\n2289,1644390010,-24.53196,31.34790\n2290,1644390011,-24.53196,31.34790\n2291,1644390012,-24.53196,31.34791\n2292,1644390013,-24.53196,31.34791\n2293,1644390014,-24.53195,31.34792\n2294,1644390015,-24.53195,31.34795\n2295,1644390016,-24.53194,31.34794\n2296,1644390017,-24.53195,31.34795\n2297,1644390018,-24.53195,31.34797\n2298,1644390019,-24.53195,31.34799\n2299,1644390020,-24.53195,31.34801\n2300,1644390021,-24.53195,31.34803\n2301,1644390022,-24.53195,31.34803\n2302,1644390023,-24.53195,31.34804\n2303,1644390024,-24.53195,31.34804\n2304,1644390025,-24.53196,31.34804\n2305,1644390026,-24.53196,31.34805\n2306,1644390027,-24.53195,31.34805\n2307,1644390028,-24.53195,31.34805\n2308,1644390029,-24.53195,31.34805\n2309,1644390030,-24.53195,31.34804\n2310,1644390031,-24.53194,31.34803\n2311,1644390032,-24.53194,31.34803\n2312,1644390033,-24.53194,31.34802\n2313,1644390034,-24.53194,31.34802\n2314,1644390035,-24.53193,31.34800\n2315,1644390036,-24.53193,31.34799\n2316,1644390037,-24.53193,31.34799\n2317,1644390038,-24.53193,31.34799\n2318,1644390039,-24.53193,31.34798\n2319,1644390040,-24.53194,31.34797\n2320,1644390041,-24.53194,31.34797\n2321,1644390042,-24.53194,31.34796\n2322,1644390043,-24.53194,31.34796\n2323,1644390044,-24.53194,31.34796\n2324,1644390045,-24.53194,31.34795\n2325,1644390046,-24.53195,31.34795\n2326,1644390047,-24.53195,31.34795\n2327,1644390048,-24.53195,31.34795\n2328,1644390049,-24.53195,31.34795\n2329,1644390050,-24.53195,31.34794\n2330,1644390051,-24.53195,31.34794\n2331,1644390052,-24.53195,31.34794\n2332,1644390053,-24.53195,31.34794\n2333,1644390054,-24.53195,31.34793\n2334,1644390055,-24.53195,31.34793\n2335,1644390056,-24.53195,31.34793\n2336,1644390057,-24.53195,31.34793\n2337,1644390058,-24.53195,31.34793\n2338,1644390059,-24.53195,31.34793\n2339,1644390060,-24.53194,31.34792\n2340,1644390061,-24.53194,31.34791\n2341,1644390062,-24.53193,31.34790\n2342,1644390063,-24.53193,31.34791\n2343,1644390064,-24.53194,31.34790\n2344,1644390065,-24.53194,31.34790\n2345,1644390066,-24.53194,31.34790\n2346,1644390067,-24.53194,31.34790\n2347,1644390068,-24.53194,31.34790\n2348,1644390069,-24.53194,31.34790\n2349,1644390070,-24.53194,31.34790\n2350,1644390071,-24.53194,31.34789\n2351,1644390072,-24.53194,31.34789\n2352,1644390073,-24.53194,31.34789\n2353,1644390074,-24.53194,31.34789\n2354,1644390075,-24.53194,31.34789\n2355,1644390076,-24.53194,31.34788\n2356,1644390077,-24.53194,31.34788\n2357,1644390078,-24.53194,31.34788\n2358,1644390079,-24.53194,31.34787\n2359,1644390080,-24.53194,31.34788\n2360,1644390081,-24.53195,31.34788\n2361,1644390082,-24.53196,31.34789\n2362,1644390083,-24.53196,31.34789\n2363,1644390084,-24.53196,31.34790\n2364,1644390085,-24.53196,31.34790\n2365,1644390086,-24.53196,31.34790\n2366,1644390087,-24.53196,31.34790\n2367,1644390088,-24.53196,31.34790\n2368,1644390089,-24.53196,31.34789\n2369,1644390090,-24.53196,31.34789\n2370,1644390091,-24.53196,31.34788\n2371,1644390092,-24.53196,31.34788\n2372,1644390093,-24.53196,31.34787\n2373,1644390094,-24.53195,31.34787\n2374,1644390095,-24.53194,31.34785\n2375,1644390096,-24.53193,31.34785\n2376,1644390097,-24.53193,31.34785\n2377,1644390098,-24.53192,31.34784\n2378,1644390099,-24.53192,31.34784\n2379,1644390100,-24.53191,31.34784\n2380,1644390101,-24.53191,31.34784\n2381,1644390102,-24.53190,31.34784\n2382,1644390103,-24.53190,31.34784\n2383,1644390104,-24.53190,31.34784\n2384,1644390105,-24.53190,31.34784\n2385,1644390106,-24.53190,31.34784\n2386,1644390107,-24.53191,31.34784\n2387,1644390108,-24.53191,31.34784\n2388,1644390109,-24.53192,31.34785\n2389,1644390110,-24.53192,31.34786\n2390,1644390111,-24.53193,31.34786\n2391,1644390112,-24.53192,31.34786\n2392,1644390113,-24.53192,31.34786\n2393,1644390114,-24.53192,31.34786\n2394,1644390115,-24.53192,31.34785\n2395,1644390116,-24.53192,31.34785\n2396,1644390117,-24.53192,31.34785\n2397,1644390118,-24.53192,31.34785\n2398,1644390119,-24.53192,31.34785\n2399,1644390120,-24.53192,31.34785\n2400,1644390121,-24.53192,31.34786\n2401,1644390122,-24.53193,31.34786\n2402,1644390123,-24.53194,31.34787\n2403,1644390124,-24.53194,31.34788\n2404,1644390125,-24.53195,31.34788\n2405,1644390126,-24.53195,31.34788\n2406,1644390127,-24.53196,31.34789\n2407,1644390128,-24.53196,31.34789\n2408,1644390129,-24.53196,31.34789\n2409,1644390130,-24.53196,31.34789\n2410,1644390131,-24.53196,31.34789\n2411,1644390132,-24.53197,31.34789\n2412,1644390133,-24.53198,31.34789\n2413,1644390134,-24.53199,31.34789\n2414,1644390135,-24.53199,31.34789\n2415,1644390136,-24.53199,31.34789\n2416,1644390137,-24.53200,31.34789\n2417,1644390138,-24.53200,31.34789\n2418,1644390139,-24.53201,31.34790\n2419,1644390140,-24.53201,31.34790\n2420,1644390141,-24.53201,31.34791\n2421,1644390142,-24.53201,31.34791\n2422,1644390143,-24.53201,31.34791\n2423,1644390144,-24.53201,31.34792\n2424,1644390145,-24.53200,31.34792\n2425,1644390146,-24.53200,31.34792\n2426,1644390147,-24.53201,31.34793\n2427,1644390148,-24.53202,31.34794\n2428,1644390149,-24.53202,31.34794\n2429,1644390150,-24.53202,31.34794\n2430,1644390151,-24.53202,31.34794\n2431,1644390152,-24.53202,31.34794\n2432,1644390153,-24.53202,31.34795\n2433,1644390154,-24.53202,31.34795\n2434,1644390155,-24.53201,31.34796\n2435,1644390156,-24.53203,31.34797\n2436,1644390157,-24.53203,31.34797\n2437,1644390158,-24.53201,31.34796\n2438,1644390159,-24.53200,31.34796\n2439,1644390160,-24.53200,31.34796\n2440,1644390161,-24.53199,31.34795\n2441,1644390162,-24.53198,31.34794\n2442,1644390163,-24.53196,31.34793\n2443,1644390164,-24.53195,31.34792\n2444,1644390165,-24.53194,31.34791\n2445,1644390166,-24.53194,31.34790\n2446,1644390167,-24.53194,31.34789\n2447,1644390168,-24.53195,31.34789\n2448,1644390169,-24.53194,31.34789\n2449,1644390170,-24.53194,31.34789\n2450,1644390171,-24.53194,31.34789\n2451,1644390172,-24.53194,31.34789\n2452,1644390173,-24.53194,31.34789\n2453,1644390174,-24.53195,31.34789\n2454,1644390175,-24.53194,31.34789\n2455,1644390176,-24.53195,31.34789\n2456,1644390177,-24.53196,31.34788\n2457,1644390178,-24.53197,31.34788\n2458,1644390179,-24.53197,31.34788\n2459,1644390180,-24.53198,31.34787\n2460,1644390181,-24.53199,31.34787\n2461,1644390182,-24.53199,31.34787\n2462,1644390183,-24.53199,31.34787\n2463,1644390184,-24.53199,31.34787\n2464,1644390185,-24.53200,31.34787\n2465,1644390186,-24.53201,31.34787\n2466,1644390187,-24.53202,31.34787\n2467,1644390188,-24.53203,31.34787\n2468,1644390189,-24.53204,31.34787\n2469,1644390190,-24.53204,31.34787\n2470,1644390191,-24.53205,31.34787\n2471,1644390192,-24.53205,31.34788\n2472,1644390193,-24.53205,31.34788\n2473,1644390194,-24.53205,31.34788\n2474,1644390195,-24.53205,31.34787\n2475,1644390196,-24.53205,31.34787\n2476,1644390197,-24.53205,31.34788\n2477,1644390198,-24.53204,31.34788\n2478,1644390199,-24.53203,31.34788\n2479,1644390200,-24.53203,31.34788\n2480,1644390201,-24.53203,31.34787\n2481,1644390202,-24.53202,31.34787\n2482,1644390203,-24.53202,31.34787\n2483,1644390204,-24.53202,31.34787\n2484,1644390205,-24.53202,31.34787\n2485,1644390206,-24.53201,31.34787\n2486,1644390207,-24.53201,31.34788\n2487,1644390208,-24.53201,31.34789\n2488,1644390209,-24.53201,31.34789\n2489,1644390210,-24.53202,31.34790\n2490,1644390211,-24.53203,31.34790\n2491,1644390212,-24.53204,31.34791\n2492,1644390213,-24.53204,31.34792\n2493,1644390214,-24.53204,31.34792\n2494,1644390215,-24.53205,31.34792\n2495,1644390216,-24.53205,31.34792\n2496,1644390217,-24.53205,31.34792\n2497,1644390218,-24.53205,31.34792\n2498,1644390219,-24.53205,31.34792\n2499,1644390220,-24.53205,31.34792\n2500,1644390221,-24.53204,31.34792\n2501,1644390222,-24.53204,31.34791\n2502,1644390223,-24.53204,31.34790\n2503,1644390224,-24.53203,31.34789\n2504,1644390225,-24.53203,31.34788\n2505,1644390226,-24.53204,31.34787\n2506,1644390227,-24.53204,31.34787\n2507,1644390228,-24.53204,31.34788\n2508,1644390229,-24.53204,31.34788\n2509,1644390230,-24.53205,31.34789\n2510,1644390231,-24.53204,31.34789\n2511,1644390232,-24.53204,31.34788\n2512,1644390233,-24.53204,31.34788\n2513,1644390234,-24.53204,31.34787\n2514,1644390235,-24.53204,31.34787\n2515,1644390236,-24.53204,31.34787\n2516,1644390237,-24.53204,31.34787\n2517,1644390238,-24.53203,31.34786\n2518,1644390239,-24.53203,31.34787\n2519,1644390240,-24.53202,31.34787\n2520,1644390241,-24.53202,31.34788\n2521,1644390242,-24.53202,31.34788\n2522,1644390243,-24.53202,31.34788\n2523,1644390244,-24.53201,31.34788\n2524,1644390245,-24.53201,31.34787\n2525,1644390246,-24.53200,31.34787\n2526,1644390247,-24.53199,31.34787\n2527,1644390248,-24.53198,31.34788\n2528,1644390249,-24.53198,31.34788\n2529,1644390250,-24.53198,31.34788\n2530,1644390251,-24.53198,31.34789\n2531,1644390252,-24.53198,31.34789\n2532,1644390253,-24.53197,31.34789\n2533,1644390254,-24.53196,31.34789\n2534,1644390255,-24.53196,31.34789\n2535,1644390256,-24.53195,31.34790\n2536,1644390257,-24.53197,31.34791\n2537,1644390258,-24.53197,31.34791\n2538,1644390259,-24.53197,31.34791\n2539,1644390260,-24.53196,31.34791\n2540,1644390261,-24.53196,31.34791\n2541,1644390262,-24.53195,31.34790\n2542,1644390263,-24.53196,31.34790\n2543,1644390264,-24.53196,31.34789\n2544,1644390265,-24.53196,31.34789\n2545,1644390266,-24.53196,31.34790\n2546,1644390267,-24.53196,31.34790\n2547,1644390268,-24.53196,31.34790\n2548,1644390269,-24.53196,31.34790\n2549,1644390270,-24.53196,31.34791\n2550,1644390271,-24.53196,31.34791\n2551,1644390272,-24.53196,31.34791\n2552,1644390273,-24.53196,31.34791\n2553,1644390274,-24.53196,31.34791\n2554,1644390275,-24.53196,31.34791\n2555,1644390276,-24.53196,31.34791\n2556,1644390277,-24.53196,31.34791\n2557,1644390278,-24.53196,31.34791\n2558,1644390279,-24.53196,31.34791\n2559,1644390280,-24.53196,31.34791\n2560,1644390281,-24.53196,31.34791\n2561,1644390282,-24.53196,31.34791\n2562,1644390283,-24.53197,31.34791\n2563,1644390284,-24.53197,31.34791\n2564,1644390285,-24.53197,31.34791\n2565,1644390286,-24.53198,31.34791\n2566,1644390287,-24.53197,31.34791\n2567,1644390288,-24.53198,31.34791\n2568,1644390289,-24.53198,31.34790\n2569,1644390290,-24.53198,31.34790\n2570,1644390291,-24.53198,31.34789\n2571,1644390292,-24.53198,31.34789\n2572,1644390293,-24.53197,31.34788\n2573,1644390294,-24.53197,31.34788\n2574,1644390295,-24.53197,31.34787\n2575,1644390296,-24.53197,31.34787\n2576,1644390297,-24.53197,31.34787\n2577,1644390298,-24.53197,31.34787\n2578,1644390299,-24.53196,31.34787\n2579,1644390300,-24.53196,31.34787\n2580,1644390301,-24.53195,31.34786\n2581,1644390302,-24.53194,31.34786\n2582,1644390303,-24.53193,31.34785\n2583,1644390304,-24.53192,31.34785\n2584,1644390305,-24.53191,31.34785\n2585,1644390306,-24.53192,31.34785\n2586,1644390307,-24.53192,31.34784\n2587,1644390308,-24.53193,31.34784\n2588,1644390309,-24.53194,31.34784\n2589,1644390310,-24.53195,31.34784\n2590,1644390311,-24.53196,31.34784\n2591,1644390312,-24.53197,31.34783\n2592,1644390313,-24.53197,31.34782\n2593,1644390314,-24.53198,31.34782\n2594,1644390315,-24.53199,31.34781\n2595,1644390316,-24.53199,31.34781\n2596,1644390317,-24.53199,31.34780\n2597,1644390318,-24.53199,31.34779\n2598,1644390319,-24.53198,31.34779\n2599,1644390320,-24.53196,31.34779\n2600,1644390321,-24.53195,31.34779\n2601,1644390322,-24.53194,31.34780\n2602,1644390323,-24.53193,31.34781\n2603,1644390324,-24.53190,31.34781\n2604,1644390325,-24.53188,31.34783\n2605,1644390326,-24.53184,31.34783\n2606,1644390327,-24.53183,31.34782\n2607,1644390328,-24.53182,31.34780\n2608,1644390329,-24.53181,31.34778\n2609,1644390330,-24.53180,31.34776\n2610,1644390331,-24.53180,31.34774\n2611,1644390332,-24.53179,31.34773\n2612,1644390333,-24.53179,31.34772\n2613,1644390334,-24.53179,31.34771\n2614,1644390335,-24.53180,31.34772\n2615,1644390336,-24.53180,31.34773\n2616,1644390337,-24.53180,31.34774\n2617,1644390338,-24.53181,31.34775\n2618,1644390339,-24.53182,31.34775\n2619,1644390340,-24.53183,31.34775\n2620,1644390341,-24.53185,31.34775\n2621,1644390342,-24.53187,31.34776\n2622,1644390343,-24.53188,31.34778\n2623,1644390344,-24.53189,31.34779\n2624,1644390345,-24.53189,31.34780\n2625,1644390346,-24.53189,31.34783\n2626,1644390347,-24.53188,31.34784\n2627,1644390348,-24.53186,31.34785\n2628,1644390349,-24.53184,31.34786\n2629,1644390350,-24.53183,31.34786\n2630,1644390351,-24.53182,31.34786\n2631,1644390352,-24.53181,31.34786\n2632,1644390353,-24.53180,31.34786\n2633,1644390354,-24.53180,31.34786\n2634,1644390355,-24.53180,31.34786\n2635,1644390356,-24.53180,31.34787\n2636,1644390357,-24.53180,31.34787\n2637,1644390358,-24.53180,31.34787\n2638,1644390359,-24.53180,31.34788\n2639,1644390360,-24.53181,31.34788\n2640,1644390361,-24.53180,31.34788\n2641,1644390362,-24.53180,31.34788\n2642,1644390363,-24.53180,31.34788\n2643,1644390364,-24.53181,31.34789\n2644,1644390365,-24.53181,31.34789\n2645,1644390366,-24.53181,31.34790\n2646,1644390367,-24.53182,31.34789\n2647,1644390368,-24.53181,31.34789\n2648,1644390369,-24.53182,31.34789\n2649,1644390370,-24.53182,31.34789\n2650,1644390371,-24.53182,31.34788\n2651,1644390372,-24.53182,31.34788\n2652,1644390373,-24.53183,31.34788\n2653,1644390374,-24.53183,31.34788\n2654,1644390375,-24.53183,31.34788\n2655,1644390376,-24.53184,31.34787\n2656,1644390377,-24.53185,31.34787\n2657,1644390378,-24.53185,31.34787\n2658,1644390379,-24.53186,31.34788\n2659,1644390380,-24.53186,31.34788\n2660,1644390381,-24.53186,31.34788\n2661,1644390382,-24.53186,31.34788\n2662,1644390383,-24.53187,31.34788\n2663,1644390384,-24.53186,31.34788\n2664,1644390385,-24.53186,31.34788\n2665,1644390386,-24.53186,31.34788\n2666,1644390387,-24.53187,31.34788\n2667,1644390388,-24.53187,31.34788\n2668,1644390389,-24.53187,31.34788\n2669,1644390390,-24.53187,31.34788\n2670,1644390391,-24.53187,31.34788\n2671,1644390392,-24.53187,31.34788\n2672,1644390393,-24.53187,31.34788\n2673,1644390394,-24.53187,31.34788\n2674,1644390395,-24.53187,31.34788\n2675,1644390396,-24.53187,31.34788\n2676,1644390397,-24.53188,31.34788\n2677,1644390398,-24.53189,31.34788\n2678,1644390399,-24.53191,31.34788\n2679,1644390400,-24.53192,31.34788\n2680,1644390401,-24.53193,31.34788\n2681,1644390402,-24.53193,31.34789\n2682,1644390403,-24.53194,31.34788\n2683,1644390404,-24.53194,31.34788\n2684,1644390405,-24.53193,31.34788\n2685,1644390406,-24.53194,31.34787\n2686,1644390407,-24.53195,31.34786\n2687,1644390408,-24.53196,31.34785\n2688,1644390409,-24.53196,31.34785\n2689,1644390410,-24.53198,31.34785\n2690,1644390411,-24.53199,31.34785\n2691,1644390412,-24.53199,31.34785\n2692,1644390413,-24.53200,31.34784\n2693,1644390414,-24.53202,31.34784\n2694,1644390415,-24.53203,31.34784\n2695,1644390416,-24.53204,31.34783\n2696,1644390417,-24.53205,31.34784\n2697,1644390418,-24.53205,31.34784\n2698,1644390419,-24.53206,31.34784\n2699,1644390420,-24.53207,31.34784\n2700,1644390421,-24.53208,31.34784\n2701,1644390422,-24.53209,31.34784\n2702,1644390423,-24.53209,31.34785\n2703,1644390424,-24.53211,31.34785\n2704,1644390425,-24.53211,31.34785\n2705,1644390426,-24.53212,31.34785\n2706,1644390427,-24.53212,31.34785\n2707,1644390428,-24.53212,31.34785\n2708,1644390429,-24.53212,31.34785\n2709,1644390430,-24.53211,31.34785\n2710,1644390431,-24.53211,31.34785\n2711,1644390432,-24.53211,31.34785\n2712,1644390433,-24.53210,31.34785\n2713,1644390434,-24.53210,31.34785\n2714,1644390435,-24.53210,31.34785\n2715,1644390436,-24.53209,31.34785\n2716,1644390437,-24.53209,31.34786\n2717,1644390438,-24.53209,31.34786\n2718,1644390439,-24.53210,31.34786\n2719,1644390440,-24.53209,31.34785\n2720,1644390441,-24.53209,31.34785\n2721,1644390442,-24.53208,31.34784\n2722,1644390443,-24.53207,31.34784\n2723,1644390444,-24.53205,31.34784\n2724,1644390445,-24.53205,31.34783\n2725,1644390446,-24.53205,31.34783\n2726,1644390447,-24.53205,31.34783\n2727,1644390448,-24.53206,31.34784\n2728,1644390449,-24.53206,31.34783\n2729,1644390450,-24.53207,31.34784\n2730,1644390451,-24.53207,31.34784\n2731,1644390452,-24.53207,31.34784\n2732,1644390453,-24.53208,31.34784\n2733,1644390454,-24.53208,31.34785\n2734,1644390455,-24.53208,31.34785\n2735,1644390456,-24.53207,31.34785\n2736,1644390457,-24.53206,31.34785\n2737,1644390458,-24.53205,31.34784\n2738,1644390459,-24.53205,31.34784\n2739,1644390460,-24.53205,31.34784\n2740,1644390461,-24.53205,31.34784\n2741,1644390462,-24.53204,31.34785\n2742,1644390463,-24.53204,31.34785\n2743,1644390464,-24.53203,31.34786\n2744,1644390465,-24.53202,31.34787\n2745,1644390466,-24.53202,31.34787\n2746,1644390467,-24.53201,31.34787\n2747,1644390468,-24.53201,31.34788\n2748,1644390469,-24.53201,31.34788\n2749,1644390470,-24.53202,31.34788\n2750,1644390471,-24.53202,31.34788\n2751,1644390472,-24.53202,31.34789\n2752,1644390473,-24.53201,31.34789\n2753,1644390474,-24.53201,31.34789\n2754,1644390475,-24.53202,31.34790\n2755,1644390476,-24.53202,31.34790\n2756,1644390477,-24.53200,31.34789\n2757,1644390478,-24.53200,31.34789\n2758,1644390479,-24.53200,31.34787\n2759,1644390480,-24.53200,31.34786\n2760,1644390481,-24.53200,31.34786\n2761,1644390482,-24.53199,31.34785\n2762,1644390483,-24.53199,31.34784\n2763,1644390484,-24.53198,31.34784\n2764,1644390485,-24.53198,31.34784\n2765,1644390486,-24.53199,31.34784\n2766,1644390487,-24.53199,31.34784\n2767,1644390488,-24.53200,31.34784\n2768,1644390489,-24.53200,31.34784\n2769,1644390490,-24.53200,31.34784\n2770,1644390491,-24.53199,31.34784\n2771,1644390492,-24.53199,31.34784\n2772,1644390493,-24.53199,31.34785\n2773,1644390494,-24.53198,31.34785\n2774,1644390495,-24.53198,31.34786\n2775,1644390496,-24.53197,31.34786\n2776,1644390497,-24.53197,31.34786\n2777,1644390498,-24.53198,31.34787\n2778,1644390499,-24.53199,31.34786\n2779,1644390500,-24.53198,31.34786\n2780,1644390501,-24.53199,31.34787\n2781,1644390502,-24.53199,31.34787\n2782,1644390503,-24.53199,31.34786\n2783,1644390504,-24.53199,31.34786\n2784,1644390505,-24.53199,31.34785\n2785,1644390506,-24.53199,31.34785\n2786,1644390507,-24.53198,31.34785\n2787,1644390508,-24.53199,31.34785\n2788,1644390509,-24.53199,31.34785\n2789,1644390510,-24.53199,31.34785\n2790,1644390511,-24.53200,31.34785\n2791,1644390512,-24.53200,31.34785\n2792,1644390513,-24.53202,31.34786\n2793,1644390514,-24.53203,31.34786\n2794,1644390515,-24.53204,31.34786\n2795,1644390516,-24.53205,31.34787\n2796,1644390517,-24.53206,31.34787\n2797,1644390518,-24.53207,31.34786\n2798,1644390519,-24.53208,31.34785\n2799,1644390520,-24.53207,31.34783\n2800,1644390521,-24.53207,31.34782\n2801,1644390522,-24.53208,31.34782\n2802,1644390523,-24.53207,31.34781\n2803,1644390524,-24.53207,31.34781\n2804,1644390525,-24.53207,31.34782\n2805,1644390526,-24.53207,31.34783\n2806,1644390527,-24.53208,31.34784\n2807,1644390528,-24.53209,31.34784\n2808,1644390529,-24.53210,31.34784\n2809,1644390530,-24.53211,31.34784\n2810,1644390531,-24.53212,31.34784\n2811,1644390532,-24.53213,31.34784\n2812,1644390533,-24.53213,31.34784\n2813,1644390534,-24.53214,31.34784\n2814,1644390535,-24.53214,31.34785\n2815,1644390536,-24.53214,31.34786\n2816,1644390537,-24.53214,31.34786\n2817,1644390538,-24.53214,31.34786\n2818,1644390539,-24.53215,31.34787\n2819,1644390540,-24.53215,31.34787\n2820,1644390541,-24.53215,31.34787\n2821,1644390542,-24.53215,31.34787\n2822,1644390543,-24.53215,31.34787\n2823,1644390544,-24.53214,31.34787\n2824,1644390545,-24.53214,31.34788\n2825,1644390546,-24.53214,31.34788\n2826,1644390547,-24.53212,31.34788\n2827,1644390548,-24.53210,31.34788\n2828,1644390549,-24.53210,31.34789\n2829,1644390550,-24.53209,31.34788\n2830,1644390551,-24.53208,31.34788\n2831,1644390552,-24.53207,31.34788\n2832,1644390553,-24.53207,31.34788\n2833,1644390554,-24.53207,31.34788\n2834,1644390555,-24.53207,31.34788\n2835,1644390556,-24.53207,31.34788\n2836,1644390557,-24.53207,31.34788\n2837,1644390558,-24.53207,31.34788\n2838,1644390559,-24.53207,31.34788\n2839,1644390560,-24.53207,31.34787\n2840,1644390561,-24.53207,31.34787\n2841,1644390562,-24.53207,31.34787\n2842,1644390563,-24.53208,31.34787\n2843,1644390564,-24.53208,31.34787\n2844,1644390565,-24.53209,31.34786\n2845,1644390566,-24.53209,31.34786\n2846,1644390567,-24.53209,31.34787\n2847,1644390568,-24.53208,31.34787\n2848,1644390569,-24.53209,31.34787\n2849,1644390570,-24.53209,31.34787\n2850,1644390571,-24.53209,31.34787\n2851,1644390572,-24.53209,31.34788\n2852,1644390573,-24.53208,31.34788\n2853,1644390574,-24.53208,31.34788\n2854,1644390575,-24.53207,31.34789\n2855,1644390576,-24.53206,31.34789\n2856,1644390577,-24.53206,31.34790\n2857,1644390578,-24.53206,31.34790\n2858,1644390579,-24.53205,31.34791\n2859,1644390580,-24.53206,31.34789\n2860,1644390581,-24.53207,31.34789\n2861,1644390582,-24.53208,31.34788\n2862,1644390583,-24.53207,31.34787\n2863,1644390584,-24.53207,31.34787\n2864,1644390585,-24.53206,31.34786\n2865,1644390586,-24.53206,31.34785\n2866,1644390587,-24.53205,31.34786\n2867,1644390588,-24.53205,31.34785\n2868,1644390589,-24.53205,31.34785\n2869,1644390590,-24.53204,31.34785\n2870,1644390591,-24.53205,31.34786\n2871,1644390592,-24.53205,31.34786\n2872,1644390593,-24.53205,31.34786\n2873,1644390594,-24.53205,31.34787\n2874,1644390595,-24.53205,31.34787\n2875,1644390596,-24.53205,31.34787\n2876,1644390597,-24.53204,31.34787\n2877,1644390598,-24.53204,31.34788\n2878,1644390599,-24.53203,31.34790\n2879,1644390600,-24.53203,31.34791\n2880,1644390601,-24.53203,31.34792\n2881,1644390602,-24.53203,31.34792\n2882,1644390603,-24.53204,31.34791\n2883,1644390604,-24.53204,31.34791\n2884,1644390605,-24.53204,31.34792\n2885,1644390606,-24.53204,31.34794\n2886,1644390607,-24.53204,31.34795\n2887,1644390608,-24.53204,31.34795\n2888,1644390609,-24.53204,31.34796\n2889,1644390610,-24.53203,31.34796\n2890,1644390611,-24.53203,31.34796\n2891,1644390612,-24.53203,31.34796\n2892,1644390613,-24.53203,31.34796\n2893,1644390614,-24.53203,31.34796\n2894,1644390615,-24.53204,31.34796\n2895,1644390616,-24.53204,31.34796\n2896,1644390617,-24.53204,31.34796\n2897,1644390618,-24.53204,31.34796\n2898,1644390619,-24.53203,31.34796\n2899,1644390620,-24.53203,31.34796\n2900,1644390621,-24.53203,31.34796\n2901,1644390622,-24.53203,31.34796\n2902,1644390623,-24.53203,31.34796\n2903,1644390624,-24.53204,31.34796\n2904,1644390625,-24.53203,31.34796\n2905,1644390626,-24.53203,31.34796\n2906,1644390627,-24.53203,31.34796\n2907,1644390628,-24.53202,31.34797\n2908,1644390629,-24.53202,31.34797\n2909,1644390630,-24.53201,31.34796\n2910,1644390631,-24.53200,31.34795\n2911,1644390632,-24.53200,31.34793\n2912,1644390633,-24.53199,31.34792\n2913,1644390634,-24.53199,31.34791\n2914,1644390635,-24.53198,31.34790\n2915,1644390636,-24.53198,31.34790\n2916,1644390637,-24.53198,31.34790\n2917,1644390638,-24.53197,31.34789\n2918,1644390639,-24.53197,31.34789\n2919,1644390640,-24.53196,31.34789\n2920,1644390641,-24.53195,31.34788\n2921,1644390642,-24.53194,31.34788\n2922,1644390643,-24.53195,31.34788\n2923,1644390644,-24.53195,31.34788\n2924,1644390645,-24.53196,31.34787\n2925,1644390646,-24.53196,31.34788\n2926,1644390647,-24.53196,31.34788\n2927,1644390648,-24.53195,31.34788\n2928,1644390649,-24.53195,31.34788\n2929,1644390650,-24.53195,31.34787\n2930,1644390651,-24.53194,31.34787\n2931,1644390652,-24.53194,31.34787\n2932,1644390653,-24.53194,31.34786\n2933,1644390654,-24.53195,31.34784\n2934,1644390655,-24.53194,31.34788\n2935,1644390656,-24.53194,31.34789\n2936,1644390657,-24.53193,31.34790\n2937,1644390658,-24.53193,31.34791\n2938,1644390659,-24.53193,31.34791\n2939,1644390660,-24.53192,31.34791\n2940,1644390661,-24.53192,31.34791\n2941,1644390662,-24.53192,31.34790\n2942,1644390663,-24.53193,31.34789\n2943,1644390664,-24.53194,31.34789\n2944,1644390665,-24.53194,31.34788\n2945,1644390666,-24.53195,31.34788\n2946,1644390667,-24.53196,31.34788\n2947,1644390668,-24.53196,31.34788\n2948,1644390669,-24.53196,31.34788\n2949,1644390670,-24.53196,31.34788\n2950,1644390671,-24.53197,31.34788\n2951,1644390672,-24.53197,31.34789\n2952,1644390673,-24.53198,31.34789\n2953,1644390674,-24.53198,31.34789\n2954,1644390675,-24.53199,31.34789\n2955,1644390676,-24.53199,31.34789\n2956,1644390677,-24.53199,31.34788\n2957,1644390678,-24.53199,31.34788\n2958,1644390679,-24.53199,31.34788\n2959,1644390680,-24.53199,31.34787\n2960,1644390681,-24.53199,31.34787\n2961,1644390682,-24.53198,31.34787\n2962,1644390683,-24.53198,31.34787\n2963,1644390684,-24.53198,31.34786\n2964,1644390685,-24.53198,31.34786\n2965,1644390686,-24.53198,31.34786\n2966,1644390687,-24.53199,31.34786\n2967,1644390688,-24.53199,31.34786\n2968,1644390689,-24.53199,31.34786\n2969,1644390690,-24.53199,31.34786\n2970,1644390691,-24.53199,31.34786\n2971,1644390692,-24.53199,31.34787\n2972,1644390693,-24.53199,31.34787\n2973,1644390694,-24.53198,31.34787\n2974,1644390695,-24.53199,31.34788\n2975,1644390696,-24.53198,31.34788\n2976,1644390697,-24.53197,31.34788\n2977,1644390698,-24.53196,31.34788\n2978,1644390699,-24.53195,31.34787\n2979,1644390700,-24.53196,31.34787\n2980,1644390701,-24.53196,31.34787\n2981,1644390702,-24.53196,31.34787\n2982,1644390703,-24.53196,31.34787\n2983,1644390704,-24.53197,31.34787\n2984,1644390705,-24.53197,31.34787\n2985,1644390706,-24.53197,31.34787\n2986,1644390707,-24.53197,31.34786\n2987,1644390708,-24.53197,31.34786\n2988,1644390709,-24.53197,31.34786\n2989,1644390710,-24.53197,31.34784\n2990,1644390711,-24.53198,31.34785\n2991,1644390712,-24.53198,31.34785\n2992,1644390713,-24.53198,31.34785\n2993,1644390714,-24.53198,31.34785\n2994,1644390715,-24.53198,31.34786\n2995,1644390716,-24.53198,31.34786\n2996,1644390717,-24.53198,31.34786\n2997,1644390718,-24.53198,31.34786\n2998,1644390719,-24.53198,31.34786\n2999,1644390720,-24.53198,31.34786\n3000,1644390721,-24.53199,31.34786\n3001,1644390722,-24.53199,31.34787\n3002,1644390723,-24.53199,31.34788\n3003,1644390724,-24.53198,31.34788\n3004,1644390725,-24.53198,31.34788\n3005,1644390726,-24.53198,31.34788\n3006,1644390727,-24.53197,31.34787\n3007,1644390728,-24.53197,31.34787\n3008,1644390729,-24.53197,31.34788\n3009,1644390730,-24.53198,31.34789\n3010,1644390731,-24.53198,31.34789\n3011,1644390732,-24.53199,31.34788\n3012,1644390733,-24.53199,31.34788\n3013,1644390734,-24.53199,31.34788\n3014,1644390735,-24.53199,31.34787\n3015,1644390736,-24.53200,31.34787\n3016,1644390737,-24.53200,31.34788\n3017,1644390738,-24.53200,31.34788\n3018,1644390739,-24.53200,31.34788\n3019,1644390740,-24.53200,31.34788\n3020,1644390741,-24.53201,31.34788\n3021,1644390742,-24.53201,31.34789\n3022,1644390743,-24.53202,31.34789\n3023,1644390744,-24.53202,31.34789\n3024,1644390745,-24.53202,31.34789\n3025,1644390746,-24.53202,31.34789\n3026,1644390747,-24.53202,31.34789\n3027,1644390748,-24.53201,31.34789\n3028,1644390749,-24.53201,31.34789\n3029,1644390750,-24.53199,31.34789\n3030,1644390751,-24.53198,31.34789\n3031,1644390752,-24.53198,31.34788\n3032,1644390753,-24.53198,31.34788\n3033,1644390754,-24.53198,31.34788\n3034,1644390755,-24.53198,31.34788\n3035,1644390756,-24.53198,31.34788\n3036,1644390757,-24.53198,31.34788\n3037,1644390758,-24.53198,31.34788\n3038,1644390759,-24.53197,31.34788\n3039,1644390760,-24.53197,31.34788\n3040,1644390761,-24.53197,31.34788\n3041,1644390762,-24.53196,31.34788\n3042,1644390763,-24.53195,31.34788\n3043,1644390764,-24.53195,31.34788\n3044,1644390765,-24.53194,31.34788\n3045,1644390766,-24.53194,31.34788\n3046,1644390767,-24.53193,31.34788\n3047,1644390768,-24.53193,31.34786\n3048,1644390769,-24.53194,31.34784\n3049,1644390770,-24.53194,31.34783\n3050,1644390771,-24.53193,31.34783\n3051,1644390772,-24.53193,31.34784\n3052,1644390773,-24.53192,31.34784\n3053,1644390774,-24.53191,31.34784\n3054,1644390775,-24.53190,31.34784\n3055,1644390776,-24.53189,31.34784\n3056,1644390777,-24.53189,31.34784\n3057,1644390778,-24.53190,31.34783\n3058,1644390779,-24.53191,31.34783\n3059,1644390780,-24.53191,31.34784\n3060,1644390781,-24.53192,31.34785\n3061,1644390782,-24.53192,31.34786\n3062,1644390783,-24.53192,31.34787\n3063,1644390784,-24.53192,31.34788\n3064,1644390785,-24.53192,31.34789\n3065,1644390786,-24.53191,31.34790\n3066,1644390787,-24.53191,31.34791\n3067,1644390788,-24.53190,31.34791\n3068,1644390789,-24.53189,31.34792\n3069,1644390790,-24.53189,31.34792\n3070,1644390791,-24.53188,31.34792\n3071,1644390792,-24.53189,31.34791\n3072,1644390793,-24.53189,31.34790\n3073,1644390794,-24.53190,31.34790\n3074,1644390795,-24.53191,31.34790\n3075,1644390796,-24.53191,31.34789\n3076,1644390797,-24.53191,31.34789\n3077,1644390798,-24.53191,31.34788\n3078,1644390799,-24.53190,31.34788\n3079,1644390800,-24.53190,31.34788\n3080,1644390801,-24.53190,31.34787\n3081,1644390802,-24.53191,31.34787\n3082,1644390803,-24.53191,31.34787\n3083,1644390804,-24.53191,31.34788\n3084,1644390805,-24.53191,31.34788\n3085,1644390806,-24.53191,31.34788\n3086,1644390807,-24.53191,31.34787\n3087,1644390808,-24.53191,31.34787\n3088,1644390809,-24.53192,31.34787\n3089,1644390810,-24.53193,31.34788\n3090,1644390811,-24.53194,31.34788\n3091,1644390812,-24.53195,31.34788\n3092,1644390813,-24.53196,31.34787\n3093,1644390814,-24.53196,31.34787\n3094,1644390815,-24.53196,31.34786\n3095,1644390816,-24.53196,31.34786\n3096,1644390817,-24.53196,31.34786\n3097,1644390818,-24.53196,31.34786\n3098,1644390819,-24.53196,31.34786\n3099,1644390820,-24.53196,31.34786\n3100,1644390821,-24.53196,31.34786\n3101,1644390822,-24.53196,31.34786\n3102,1644390823,-24.53196,31.34785\n3103,1644390824,-24.53195,31.34785\n3104,1644390825,-24.53195,31.34784\n3105,1644390826,-24.53194,31.34784\n3106,1644390827,-24.53194,31.34783\n3107,1644390828,-24.53193,31.34783\n3108,1644390829,-24.53193,31.34783\n3109,1644390830,-24.53192,31.34782\n3110,1644390831,-24.53192,31.34781\n3111,1644390832,-24.53192,31.34781\n3112,1644390833,-24.53192,31.34781\n3113,1644390834,-24.53192,31.34780\n3114,1644390835,-24.53192,31.34780\n3115,1644390836,-24.53194,31.34781\n3116,1644390837,-24.53195,31.34781\n3117,1644390838,-24.53195,31.34782\n3118,1644390839,-24.53195,31.34783\n3119,1644390840,-24.53195,31.34783\n3120,1644390841,-24.53195,31.34783\n3121,1644390842,-24.53195,31.34783\n3122,1644390843,-24.53195,31.34783\n3123,1644390844,-24.53195,31.34783\n3124,1644390845,-24.53195,31.34783\n3125,1644390846,-24.53195,31.34783\n3126,1644390847,-24.53195,31.34783\n3127,1644390848,-24.53195,31.34783\n3128,1644390849,-24.53195,31.34782\n3129,1644390850,-24.53195,31.34782\n3130,1644390851,-24.53194,31.34781\n3131,1644390852,-24.53194,31.34781\n3132,1644390853,-24.53194,31.34781\n3133,1644390854,-24.53194,31.34781\n3134,1644390855,-24.53194,31.34781\n3135,1644390856,-24.53194,31.34781\n3136,1644390857,-24.53194,31.34781\n3137,1644390858,-24.53194,31.34781\n3138,1644390859,-24.53194,31.34781\n3139,1644390860,-24.53193,31.34783\n3140,1644390861,-24.53194,31.34784\n3141,1644390862,-24.53194,31.34785\n3142,1644390863,-24.53193,31.34786\n3143,1644390864,-24.53192,31.34786\n3144,1644390865,-24.53192,31.34787\n3145,1644390866,-24.53192,31.34787\n3146,1644390867,-24.53191,31.34787\n3147,1644390868,-24.53191,31.34788\n3148,1644390869,-24.53191,31.34788\n3149,1644390870,-24.53190,31.34788\n3150,1644390871,-24.53190,31.34789\n3151,1644390872,-24.53190,31.34789\n3152,1644390873,-24.53190,31.34790\n3153,1644390874,-24.53190,31.34790\n3154,1644390875,-24.53190,31.34790\n3155,1644390876,-24.53190,31.34789\n3156,1644390877,-24.53190,31.34789\n3157,1644390878,-24.53190,31.34789\n3158,1644390879,-24.53189,31.34789\n3159,1644390880,-24.53190,31.34789\n3160,1644390881,-24.53190,31.34789\n3161,1644390882,-24.53190,31.34788\n3162,1644390883,-24.53191,31.34787\n3163,1644390884,-24.53190,31.34787\n3164,1644390885,-24.53191,31.34787\n3165,1644390886,-24.53191,31.34786\n3166,1644390887,-24.53191,31.34785\n3167,1644390888,-24.53191,31.34784\n3168,1644390889,-24.53192,31.34783\n3169,1644390890,-24.53192,31.34783\n3170,1644390891,-24.53192,31.34782\n3171,1644390892,-24.53192,31.34782\n3172,1644390893,-24.53192,31.34782\n3173,1644390894,-24.53192,31.34782\n3174,1644390895,-24.53192,31.34782\n3175,1644390896,-24.53192,31.34783\n3176,1644390897,-24.53193,31.34783\n3177,1644390898,-24.53193,31.34783\n3178,1644390899,-24.53193,31.34783\n3179,1644390900,-24.53193,31.34783\n3180,1644390901,-24.53193,31.34783\n3181,1644390902,-24.53193,31.34783\n3182,1644390903,-24.53194,31.34783\n3183,1644390904,-24.53194,31.34783\n3184,1644390905,-24.53194,31.34783\n3185,1644390906,-24.53195,31.34783\n3186,1644390907,-24.53196,31.34784\n3187,1644390908,-24.53196,31.34784\n3188,1644390909,-24.53197,31.34785\n3189,1644390910,-24.53197,31.34785\n3190,1644390911,-24.53197,31.34784\n3191,1644390912,-24.53196,31.34784\n3192,1644390913,-24.53196,31.34784\n3193,1644390914,-24.53197,31.34784\n3194,1644390915,-24.53197,31.34784\n3195,1644390916,-24.53197,31.34784\n3196,1644390917,-24.53197,31.34784\n3197,1644390918,-24.53197,31.34784\n3198,1644390919,-24.53197,31.34784\n3199,1644390920,-24.53198,31.34786\n3200,1644390921,-24.53199,31.34783\n3201,1644390922,-24.53199,31.34783\n3202,1644390923,-24.53199,31.34784\n3203,1644390924,-24.53199,31.34784\n3204,1644390925,-24.53199,31.34784\n3205,1644390926,-24.53198,31.34785\n3206,1644390927,-24.53199,31.34785\n3207,1644390928,-24.53199,31.34786\n3208,1644390929,-24.53201,31.34786\n3209,1644390930,-24.53202,31.34787\n3210,1644390931,-24.53203,31.34787\n3211,1644390932,-24.53204,31.34787\n3212,1644390933,-24.53205,31.34787\n3213,1644390934,-24.53206,31.34787\n3214,1644390935,-24.53207,31.34788\n3215,1644390936,-24.53209,31.34788\n3216,1644390937,-24.53209,31.34788\n3217,1644390938,-24.53210,31.34788\n3218,1644390939,-24.53210,31.34788\n3219,1644390940,-24.53209,31.34788\n3220,1644390941,-24.53208,31.34789\n3221,1644390942,-24.53207,31.34790\n3222,1644390943,-24.53206,31.34790\n3223,1644390944,-24.53205,31.34790\n3224,1644390945,-24.53205,31.34790\n3225,1644390946,-24.53206,31.34790\n3226,1644390947,-24.53207,31.34790\n3227,1644390948,-24.53207,31.34790\n3228,1644390949,-24.53207,31.34790\n3229,1644390950,-24.53207,31.34790\n3230,1644390951,-24.53206,31.34790\n3231,1644390952,-24.53205,31.34790\n3232,1644390953,-24.53204,31.34790\n3233,1644390954,-24.53203,31.34791\n3234,1644390955,-24.53203,31.34791\n3235,1644390956,-24.53203,31.34791\n3236,1644390957,-24.53204,31.34791\n3237,1644390958,-24.53205,31.34791\n3238,1644390959,-24.53205,31.34791\n3239,1644390960,-24.53205,31.34791\n3240,1644390961,-24.53206,31.34791\n3241,1644390962,-24.53204,31.34793\n3242,1644390963,-24.53201,31.34794\n3243,1644390964,-24.53200,31.34795\n3244,1644390965,-24.53199,31.34796\n3245,1644390966,-24.53197,31.34797\n3246,1644390967,-24.53196,31.34797\n3247,1644390968,-24.53195,31.34798\n3248,1644390969,-24.53195,31.34799\n3249,1644390970,-24.53194,31.34799\n3250,1644390971,-24.53194,31.34799\n3251,1644390972,-24.53194,31.34799\n3252,1644390973,-24.53194,31.34799\n3253,1644390974,-24.53194,31.34800\n3254,1644390975,-24.53194,31.34799\n3255,1644390976,-24.53195,31.34799\n3256,1644390977,-24.53196,31.34798\n3257,1644390978,-24.53197,31.34796\n3258,1644390979,-24.53198,31.34794\n3259,1644390980,-24.53198,31.34793\n3260,1644390981,-24.53198,31.34793\n3261,1644390982,-24.53199,31.34792\n3262,1644390983,-24.53199,31.34792\n3263,1644390984,-24.53199,31.34791\n3264,1644390985,-24.53200,31.34791\n3265,1644390986,-24.53200,31.34790\n3266,1644390987,-24.53200,31.34790\n3267,1644390988,-24.53202,31.34789\n3268,1644390989,-24.53202,31.34789\n3269,1644390990,-24.53202,31.34789\n3270,1644390991,-24.53202,31.34789\n3271,1644390992,-24.53202,31.34789\n3272,1644390993,-24.53203,31.34789\n3273,1644390994,-24.53203,31.34789\n3274,1644390995,-24.53204,31.34789\n3275,1644390996,-24.53204,31.34790\n3276,1644390997,-24.53205,31.34789\n3277,1644390998,-24.53205,31.34788\n3278,1644390999,-24.53205,31.34788\n3279,1644391000,-24.53206,31.34788\n3280,1644391001,-24.53206,31.34787\n3281,1644391002,-24.53206,31.34786\n3282,1644391003,-24.53207,31.34785\n3283,1644391004,-24.53207,31.34785\n3284,1644391005,-24.53207,31.34785\n3285,1644391006,-24.53208,31.34784\n3286,1644391007,-24.53208,31.34784\n3287,1644391008,-24.53207,31.34784\n3288,1644391009,-24.53206,31.34786\n3289,1644391010,-24.53205,31.34787\n3290,1644391011,-24.53204,31.34787\n3291,1644391012,-24.53202,31.34788\n3292,1644391013,-24.53201,31.34789\n3293,1644391014,-24.53200,31.34789\n3294,1644391015,-24.53199,31.34789\n3295,1644391016,-24.53199,31.34790\n3296,1644391017,-24.53199,31.34790\n3297,1644391018,-24.53199,31.34790\n3298,1644391019,-24.53200,31.34791\n3299,1644391020,-24.53200,31.34791\n3300,1644391021,-24.53200,31.34791\n3301,1644391022,-24.53199,31.34791\n3302,1644391023,-24.53200,31.34792\n3303,1644391024,-24.53199,31.34792\n3304,1644391025,-24.53198,31.34792\n3305,1644391026,-24.53198,31.34792\n3306,1644391027,-24.53198,31.34792\n3307,1644391028,-24.53198,31.34792\n3308,1644391029,-24.53198,31.34792\n3309,1644391030,-24.53197,31.34791\n3310,1644391031,-24.53197,31.34791\n3311,1644391032,-24.53197,31.34791\n3312,1644391033,-24.53197,31.34792\n3313,1644391034,-24.53197,31.34792\n3314,1644391035,-24.53197,31.34792\n3315,1644391036,-24.53197,31.34792\n3316,1644391037,-24.53197,31.34792\n3317,1644391038,-24.53197,31.34792\n3318,1644391039,-24.53197,31.34792\n3319,1644391040,-24.53198,31.34792\n3320,1644391041,-24.53198,31.34792\n3321,1644391042,-24.53198,31.34792\n3322,1644391043,-24.53198,31.34792\n3323,1644391044,-24.53198,31.34792\n3324,1644391045,-24.53199,31.34792\n3325,1644391046,-24.53199,31.34793\n3326,1644391047,-24.53199,31.34793\n3327,1644391048,-24.53200,31.34793\n3328,1644391049,-24.53200,31.34792\n3329,1644391050,-24.53200,31.34793\n3330,1644391051,-24.53200,31.34792\n3331,1644391052,-24.53200,31.34792\n3332,1644391053,-24.53200,31.34792\n3333,1644391054,-24.53200,31.34792\n3334,1644391055,-24.53200,31.34793\n3335,1644391056,-24.53200,31.34793\n3336,1644391057,-24.53201,31.34793\n3337,1644391058,-24.53201,31.34793\n3338,1644391059,-24.53201,31.34793\n3339,1644391060,-24.53201,31.34792\n3340,1644391061,-24.53201,31.34792\n3341,1644391062,-24.53201,31.34792\n3342,1644391063,-24.53201,31.34791\n3343,1644391064,-24.53201,31.34790\n3344,1644391065,-24.53201,31.34790\n3345,1644391066,-24.53201,31.34789\n3346,1644391067,-24.53200,31.34788\n3347,1644391068,-24.53200,31.34787\n3348,1644391069,-24.53200,31.34787\n3349,1644391070,-24.53200,31.34786\n3350,1644391071,-24.53199,31.34785\n3351,1644391072,-24.53198,31.34783\n3352,1644391073,-24.53198,31.34782\n3353,1644391074,-24.53199,31.34782\n3354,1644391075,-24.53199,31.34781\n3355,1644391076,-24.53199,31.34780\n3356,1644391077,-24.53198,31.34780\n3357,1644391078,-24.53197,31.34782\n3358,1644391079,-24.53197,31.34783\n3359,1644391080,-24.53197,31.34783\n3360,1644391081,-24.53196,31.34783\n3361,1644391082,-24.53196,31.34783\n3362,1644391083,-24.53197,31.34782\n3363,1644391084,-24.53197,31.34782\n3364,1644391085,-24.53198,31.34781\n3365,1644391086,-24.53199,31.34781\n3366,1644391087,-24.53199,31.34781\n3367,1644391088,-24.53200,31.34782\n3368,1644391089,-24.53200,31.34782\n3369,1644391090,-24.53200,31.34782\n3370,1644391091,-24.53201,31.34783\n3371,1644391092,-24.53201,31.34784\n3372,1644391093,-24.53202,31.34785\n3373,1644391094,-24.53203,31.34785\n3374,1644391095,-24.53203,31.34786\n3375,1644391096,-24.53204,31.34788\n3376,1644391097,-24.53206,31.34789\n3377,1644391098,-24.53207,31.34791\n3378,1644391099,-24.53208,31.34792\n3379,1644391100,-24.53209,31.34793\n3380,1644391101,-24.53211,31.34793\n3381,1644391102,-24.53212,31.34794\n3382,1644391103,-24.53214,31.34795\n3383,1644391104,-24.53216,31.34797\n3384,1644391105,-24.53217,31.34798\n3385,1644391106,-24.53219,31.34797\n3386,1644391107,-24.53219,31.34796\n3387,1644391108,-24.53218,31.34794\n3388,1644391109,-24.53219,31.34794\n3389,1644391110,-24.53219,31.34794\n3390,1644391111,-24.53220,31.34794\n3391,1644391112,-24.53221,31.34794\n3392,1644391113,-24.53222,31.34794\n3393,1644391114,-24.53223,31.34795\n3394,1644391115,-24.53221,31.34795\n3395,1644391116,-24.53221,31.34794\n3396,1644391117,-24.53221,31.34795\n3397,1644391118,-24.53220,31.34796\n3398,1644391119,-24.53220,31.34796\n3399,1644391120,-24.53219,31.34797\n3400,1644391121,-24.53221,31.34795\n3401,1644391122,-24.53225,31.34797\n3402,1644391123,-24.53227,31.34798\n3403,1644391124,-24.53230,31.34799\n3404,1644391125,-24.53231,31.34793\n3405,1644391126,-24.53233,31.34793\n3406,1644391127,-24.53235,31.34793\n3407,1644391128,-24.53237,31.34793\n3408,1644391129,-24.53239,31.34794\n3409,1644391130,-24.53240,31.34794\n3410,1644391131,-24.53241,31.34796\n3411,1644391132,-24.53238,31.34796\n3412,1644391133,-24.53239,31.34797\n3413,1644391134,-24.53235,31.34798\n3414,1644391135,-24.53234,31.34798\n3415,1644391136,-24.53233,31.34799\n3416,1644391137,-24.53232,31.34799\n3417,1644391138,-24.53230,31.34798\n3418,1644391139,-24.53229,31.34798\n3419,1644391140,-24.53228,31.34798\n3420,1644391141,-24.53227,31.34798\n3421,1644391142,-24.53227,31.34798\n3422,1644391143,-24.53228,31.34799\n3423,1644391144,-24.53227,31.34800\n3424,1644391145,-24.53227,31.34800\n3425,1644391146,-24.53227,31.34801\n3426,1644391147,-24.53227,31.34802\n3427,1644391148,-24.53227,31.34802\n3428,1644391149,-24.53227,31.34803\n3429,1644391150,-24.53227,31.34803\n3430,1644391151,-24.53227,31.34803\n3431,1644391152,-24.53227,31.34804\n3432,1644391153,-24.53226,31.34804\n3433,1644391154,-24.53226,31.34805\n3434,1644391155,-24.53226,31.34805\n3435,1644391156,-24.53227,31.34806\n3436,1644391157,-24.53227,31.34806\n3437,1644391158,-24.53227,31.34807\n3438,1644391159,-24.53227,31.34807\n3439,1644391160,-24.53227,31.34807\n3440,1644391161,-24.53227,31.34808\n3441,1644391162,-24.53227,31.34808\n3442,1644391163,-24.53227,31.34808\n3443,1644391164,-24.53228,31.34808\n3444,1644391165,-24.53228,31.34808\n3445,1644391166,-24.53229,31.34809\n3446,1644391167,-24.53229,31.34809\n3447,1644391168,-24.53230,31.34810\n3448,1644391169,-24.53230,31.34810\n3449,1644391170,-24.53230,31.34811\n3450,1644391171,-24.53230,31.34811\n3451,1644391172,-24.53230,31.34811\n3452,1644391173,-24.53230,31.34811\n3453,1644391174,-24.53230,31.34811\n3454,1644391175,-24.53230,31.34812\n3455,1644391176,-24.53230,31.34812\n3456,1644391177,-24.53231,31.34812\n3457,1644391178,-24.53231,31.34812\n3458,1644391179,-24.53231,31.34813\n3459,1644391180,-24.53231,31.34813\n3460,1644391181,-24.53232,31.34814\n3461,1644391182,-24.53231,31.34813\n3462,1644391183,-24.53225,31.34809\n3463,1644391184,-24.53217,31.34804\n3464,1644391185,-24.53207,31.34799\n3465,1644391186,-24.53195,31.34795\n3466,1644391187,-24.53187,31.34792\n3467,1644391188,-24.53173,31.34786\n3468,1644391189,-24.53163,31.34782\n3469,1644391190,-24.53156,31.34779\n3470,1644391191,-24.53148,31.34773\n3471,1644391192,-24.53139,31.34767\n3472,1644391193,-24.53131,31.34763\n3473,1644391194,-24.53123,31.34761\n3474,1644391195,-24.53115,31.34759\n3475,1644391196,-24.53106,31.34758\n3476,1644391197,-24.53097,31.34755\n3477,1644391198,-24.53090,31.34751\n3478,1644391199,-24.53081,31.34748\n3479,1644391200,-24.53073,31.34745\n3480,1644391201,-24.53064,31.34742\n3481,1644391202,-24.53055,31.34739\n3482,1644391203,-24.53046,31.34736\n3483,1644391204,-24.53037,31.34733\n3484,1644391205,-24.53028,31.34730\n3485,1644391206,-24.53020,31.34727\n3486,1644391207,-24.53010,31.34724\n3487,1644391208,-24.53000,31.34722\n3488,1644391209,-24.52991,31.34722\n3489,1644391210,-24.52983,31.34722\n3490,1644391211,-24.52974,31.34722\n3491,1644391212,-24.52965,31.34723\n3492,1644391213,-24.52958,31.34724\n3493,1644391214,-24.52953,31.34727\n3494,1644391215,-24.52948,31.34731\n3495,1644391216,-24.52945,31.34736\n3496,1644391217,-24.52942,31.34740\n3497,1644391218,-24.52942,31.34745\n3498,1644391219,-24.52942,31.34747\n3499,1644391220,-24.52947,31.34749\n3500,1644391221,-24.52952,31.34751\n3501,1644391222,-24.52955,31.34750\n3502,1644391223,-24.52956,31.34747\n3503,1644391224,-24.52960,31.34743\n3504,1644391225,-24.52963,31.34732\n3505,1644391226,-24.52959,31.34719\n3506,1644391227,-24.52958,31.34718\n3507,1644391228,-24.52955,31.34718\n3508,1644391229,-24.52951,31.34721\n3509,1644391230,-24.52947,31.34723\n3510,1644391231,-24.52941,31.34726\n3511,1644391232,-24.52935,31.34724\n3512,1644391233,-24.52930,31.34721\n3513,1644391234,-24.52924,31.34718\n3514,1644391235,-24.52917,31.34715\n3515,1644391236,-24.52909,31.34714\n3516,1644391237,-24.52902,31.34714\n3517,1644391238,-24.52894,31.34714\n3518,1644391239,-24.52886,31.34713\n3519,1644391240,-24.52878,31.34712\n3520,1644391241,-24.52870,31.34711\n3521,1644391242,-24.52862,31.34711\n3522,1644391243,-24.52855,31.34711\n3523,1644391244,-24.52848,31.34712\n3524,1644391245,-24.52842,31.34713\n3525,1644391246,-24.52836,31.34715\n3526,1644391247,-24.52831,31.34717\n3527,1644391248,-24.52836,31.34729\n3528,1644391249,-24.52839,31.34734\n3529,1644391250,-24.52841,31.34738\n3530,1644391251,-24.52844,31.34740\n3531,1644391252,-24.52846,31.34741\n3532,1644391253,-24.52847,31.34742\n3533,1644391254,-24.52845,31.34740\n3534,1644391255,-24.52844,31.34739\n3535,1644391256,-24.52843,31.34735\n3536,1644391257,-24.52840,31.34728\n3537,1644391258,-24.52837,31.34724\n3538,1644391259,-24.52834,31.34720\n3539,1644391260,-24.52830,31.34715\n3540,1644391261,-24.52824,31.34714\n3541,1644391262,-24.52819,31.34713\n3542,1644391263,-24.52818,31.34706\n3543,1644391264,-24.52816,31.34701\n3544,1644391265,-24.52813,31.34697\n3545,1644391266,-24.52808,31.34693\n3546,1644391267,-24.52804,31.34689\n3547,1644391268,-24.52800,31.34685\n3548,1644391269,-24.52794,31.34682\n3549,1644391270,-24.52789,31.34681\n3550,1644391271,-24.52783,31.34681\n3551,1644391272,-24.52777,31.34681\n3552,1644391273,-24.52773,31.34685\n3553,1644391274,-24.52769,31.34687\n3554,1644391275,-24.52764,31.34693\n3555,1644391276,-24.52761,31.34697\n3556,1644391277,-24.52756,31.34698\n3557,1644391278,-24.52751,31.34700\n3558,1644391279,-24.52746,31.34700\n3559,1644391280,-24.52741,31.34699\n3560,1644391281,-24.52739,31.34693\n3561,1644391282,-24.52736,31.34688\n3562,1644391283,-24.52732,31.34684\n3563,1644391284,-24.52728,31.34681\n3564,1644391285,-24.52722,31.34679\n3565,1644391286,-24.52716,31.34677\n3566,1644391287,-24.52710,31.34678\n3567,1644391288,-24.52704,31.34679\n3568,1644391289,-24.52701,31.34680\n3569,1644391290,-24.52696,31.34690\n3570,1644391291,-24.52694,31.34695\n3571,1644391292,-24.52692,31.34699\n3572,1644391293,-24.52692,31.34702\n3573,1644391294,-24.52692,31.34705\n3574,1644391295,-24.52693,31.34706\n3575,1644391296,-24.52694,31.34706\n3576,1644391297,-24.52694,31.34706\n3577,1644391298,-24.52692,31.34705\n3578,1644391299,-24.52688,31.34701\n3579,1644391300,-24.52682,31.34700\n3580,1644391301,-24.52673,31.34700\n3581,1644391302,-24.52665,31.34701\n3582,1644391303,-24.52660,31.34697\n3583,1644391304,-24.52655,31.34694\n3584,1644391305,-24.52648,31.34690\n3585,1644391306,-24.52641,31.34688\n3586,1644391307,-24.52634,31.34685\n3587,1644391308,-24.52628,31.34681\n3588,1644391309,-24.52622,31.34677\n3589,1644391310,-24.52615,31.34672\n3590,1644391311,-24.52609,31.34669\n3591,1644391312,-24.52602,31.34668\n3592,1644391313,-24.52594,31.34668\n3593,1644391314,-24.52585,31.34669\n3594,1644391315,-24.52577,31.34671\n3595,1644391316,-24.52568,31.34674\n3596,1644391317,-24.52560,31.34676\n3597,1644391318,-24.52553,31.34677\n3598,1644391319,-24.52548,31.34678\n3599,1644391320,-24.52544,31.34679\n3600,1644391321,-24.52541,31.34678\n3601,1644391322,-24.52539,31.34671\n3602,1644391323,-24.52535,31.34664\n3603,1644391324,-24.52532,31.34660\n3604,1644391325,-24.52525,31.34654\n3605,1644391326,-24.52518,31.34649\n3606,1644391327,-24.52510,31.34644\n3607,1644391328,-24.52502,31.34640\n3608,1644391329,-24.52495,31.34635\n3609,1644391330,-24.52488,31.34630\n3610,1644391331,-24.52481,31.34626\n3611,1644391332,-24.52474,31.34623\n3612,1644391333,-24.52467,31.34620\n3613,1644391334,-24.52459,31.34618\n3614,1644391335,-24.52452,31.34618\n3615,1644391336,-24.52446,31.34619\n3616,1644391337,-24.52440,31.34619\n3617,1644391338,-24.52435,31.34618\n3618,1644391339,-24.52429,31.34616\n3619,1644391340,-24.52422,31.34614\n3620,1644391341,-24.52416,31.34613\n3621,1644391342,-24.52410,31.34612\n3622,1644391343,-24.52403,31.34612\n3623,1644391344,-24.52397,31.34615\n3624,1644391345,-24.52393,31.34619\n3625,1644391346,-24.52388,31.34620\n3626,1644391347,-24.52384,31.34621\n3627,1644391348,-24.52379,31.34622\n3628,1644391349,-24.52377,31.34625\n3629,1644391350,-24.52374,31.34629\n3630,1644391351,-24.52372,31.34633\n3631,1644391352,-24.52368,31.34637\n3632,1644391353,-24.52364,31.34640\n3633,1644391354,-24.52359,31.34643\n3634,1644391355,-24.52354,31.34645\n3635,1644391356,-24.52348,31.34647\n3636,1644391357,-24.52342,31.34648\n3637,1644391358,-24.52338,31.34648\n3638,1644391359,-24.52334,31.34648\n3639,1644391360,-24.52331,31.34648\n3640,1644391361,-24.52328,31.34648\n3641,1644391362,-24.52325,31.34649\n3642,1644391363,-24.52320,31.34648\n3643,1644391364,-24.52315,31.34648\n3644,1644391365,-24.52309,31.34647\n3645,1644391366,-24.52303,31.34647\n3646,1644391367,-24.52296,31.34646\n3647,1644391368,-24.52289,31.34646\n3648,1644391369,-24.52282,31.34644\n3649,1644391370,-24.52275,31.34645\n3650,1644391371,-24.52270,31.34646\n3651,1644391372,-24.52264,31.34648\n3652,1644391373,-24.52260,31.34651\n3653,1644391374,-24.52254,31.34655\n3654,1644391375,-24.52251,31.34656\n3655,1644391376,-24.52244,31.34654\n3656,1644391377,-24.52240,31.34654\n3657,1644391378,-24.52236,31.34655\n3658,1644391379,-24.52232,31.34657\n3659,1644391380,-24.52228,31.34661\n3660,1644391381,-24.52224,31.34664\n3661,1644391382,-24.52219,31.34665\n3662,1644391383,-24.52214,31.34665\n3663,1644391384,-24.52210,31.34667\n3664,1644391385,-24.52206,31.34670\n3665,1644391386,-24.52202,31.34673\n3666,1644391387,-24.52196,31.34674\n3667,1644391388,-24.52190,31.34676\n3668,1644391389,-24.52183,31.34678\n3669,1644391390,-24.52177,31.34680\n3670,1644391391,-24.52171,31.34680\n3671,1644391392,-24.52165,31.34681\n3672,1644391393,-24.52160,31.34682\n3673,1644391394,-24.52158,31.34686\n3674,1644391395,-24.52155,31.34688\n3675,1644391396,-24.52150,31.34690\n3676,1644391397,-24.52146,31.34692\n3677,1644391398,-24.52141,31.34693\n3678,1644391399,-24.52136,31.34694\n3679,1644391400,-24.52132,31.34697\n3680,1644391401,-24.52128,31.34700\n3681,1644391402,-24.52125,31.34702\n3682,1644391403,-24.52123,31.34703\n3683,1644391404,-24.52122,31.34703\n3684,1644391405,-24.52121,31.34703\n3685,1644391406,-24.52122,31.34702\n3686,1644391407,-24.52123,31.34702\n3687,1644391408,-24.52126,31.34701\n3688,1644391409,-24.52128,31.34700\n3689,1644391410,-24.52131,31.34699\n3690,1644391411,-24.52133,31.34698\n3691,1644391412,-24.52135,31.34695\n3692,1644391413,-24.52136,31.34691\n3693,1644391414,-24.52136,31.34687\n3694,1644391415,-24.52136,31.34683\n3695,1644391416,-24.52134,31.34682\n3696,1644391417,-24.52132,31.34680\n3697,1644391418,-24.52125,31.34681\n3698,1644391419,-24.52120,31.34678\n3699,1644391420,-24.52116,31.34677\n3700,1644391421,-24.52108,31.34674\n3701,1644391422,-24.52103,31.34674\n3702,1644391423,-24.52098,31.34674\n3703,1644391424,-24.52093,31.34676\n3704,1644391425,-24.52090,31.34678\n3705,1644391426,-24.52087,31.34679\n3706,1644391427,-24.52083,31.34682\n3707,1644391428,-24.52081,31.34684\n3708,1644391429,-24.52078,31.34687\n3709,1644391430,-24.52073,31.34691\n3710,1644391431,-24.52071,31.34694\n3711,1644391432,-24.52069,31.34696\n3712,1644391433,-24.52068,31.34696\n3713,1644391434,-24.52067,31.34689\n3714,1644391435,-24.52065,31.34683\n3715,1644391436,-24.52063,31.34680\n3716,1644391437,-24.52061,31.34678\n3717,1644391438,-24.52059,31.34678\n3718,1644391439,-24.52055,31.34681\n3719,1644391440,-24.52053,31.34684\n3720,1644391441,-24.52052,31.34687\n3721,1644391442,-24.52051,31.34691\n3722,1644391443,-24.52049,31.34693\n3723,1644391444,-24.52046,31.34693\n3724,1644391445,-24.52043,31.34691\n3725,1644391446,-24.52039,31.34688\n3726,1644391447,-24.52037,31.34683\n3727,1644391448,-24.52034,31.34679\n3728,1644391449,-24.52033,31.34674\n3729,1644391450,-24.52031,31.34670\n3730,1644391451,-24.52030,31.34668\n3731,1644391452,-24.52030,31.34665\n3732,1644391453,-24.52032,31.34663\n3733,1644391454,-24.52035,31.34662\n3734,1644391455,-24.52038,31.34661\n3735,1644391456,-24.52042,31.34660\n3736,1644391457,-24.52045,31.34659\n3737,1644391458,-24.52048,31.34661\n3738,1644391459,-24.52050,31.34663\n3739,1644391460,-24.52053,31.34667\n3740,1644391461,-24.52055,31.34675\n3741,1644391462,-24.52055,31.34678\n3742,1644391463,-24.52053,31.34680\n3743,1644391464,-24.52051,31.34680\n3744,1644391465,-24.52048,31.34681\n3745,1644391466,-24.52045,31.34682\n3746,1644391467,-24.52043,31.34685\n3747,1644391468,-24.52043,31.34689\n3748,1644391469,-24.52043,31.34692\n3749,1644391470,-24.52044,31.34697\n3750,1644391471,-24.52045,31.34702\n3751,1644391472,-24.52046,31.34707\n3752,1644391473,-24.52045,31.34712\n3753,1644391474,-24.52045,31.34717\n3754,1644391475,-24.52044,31.34723\n3755,1644391476,-24.52044,31.34728\n3756,1644391477,-24.52043,31.34733\n3757,1644391478,-24.52042,31.34739\n3758,1644391479,-24.52041,31.34744\n3759,1644391480,-24.52038,31.34749\n3760,1644391481,-24.52037,31.34754\n3761,1644391482,-24.52035,31.34758\n3762,1644391483,-24.52032,31.34763\n3763,1644391484,-24.52029,31.34767\n3764,1644391485,-24.52027,31.34772\n3765,1644391486,-24.52025,31.34778\n3766,1644391487,-24.52024,31.34783\n3767,1644391488,-24.52024,31.34788\n3768,1644391489,-24.52022,31.34793\n3769,1644391490,-24.52021,31.34797\n3770,1644391491,-24.52021,31.34802\n3771,1644391492,-24.52017,31.34806\n3772,1644391493,-24.52014,31.34808\n3773,1644391494,-24.52010,31.34810\n3774,1644391495,-24.52008,31.34812\n3775,1644391496,-24.52006,31.34816\n3776,1644391497,-24.52007,31.34821\n3777,1644391498,-24.52009,31.34826\n3778,1644391499,-24.52009,31.34831\n3779,1644391500,-24.52008,31.34836\n3780,1644391501,-24.52006,31.34841\n3781,1644391502,-24.52002,31.34846\n3782,1644391503,-24.51998,31.34852\n3783,1644391504,-24.51993,31.34859\n3784,1644391505,-24.51987,31.34865\n3785,1644391506,-24.51982,31.34870\n3786,1644391507,-24.51977,31.34875\n3787,1644391508,-24.51972,31.34880\n3788,1644391509,-24.51970,31.34884\n3789,1644391510,-24.51974,31.34889\n3790,1644391511,-24.51977,31.34894\n3791,1644391512,-24.51979,31.34899\n3792,1644391513,-24.51979,31.34905\n3793,1644391514,-24.51978,31.34911\n3794,1644391515,-24.51976,31.34916\n3795,1644391516,-24.51973,31.34920\n3796,1644391517,-24.51971,31.34924\n3797,1644391518,-24.51970,31.34926\n3798,1644391519,-24.51968,31.34928\n3799,1644391520,-24.51966,31.34931\n3800,1644391521,-24.51964,31.34934\n3801,1644391522,-24.51962,31.34939\n3802,1644391523,-24.51961,31.34944\n3803,1644391524,-24.51960,31.34950\n3804,1644391525,-24.51958,31.34957\n3805,1644391526,-24.51959,31.34962\n3806,1644391527,-24.51960,31.34968\n3807,1644391528,-24.51961,31.34973\n3808,1644391529,-24.51964,31.34978\n3809,1644391530,-24.51965,31.34982\n3810,1644391531,-24.51969,31.34978\n3811,1644391532,-24.51972,31.34978\n3812,1644391533,-24.51974,31.34978\n3813,1644391534,-24.51975,31.34978\n3814,1644391535,-24.51976,31.34978\n3815,1644391536,-24.51976,31.34979\n3816,1644391537,-24.51975,31.34981\n3817,1644391538,-24.51974,31.34984\n3818,1644391539,-24.51974,31.34988\n3819,1644391540,-24.51973,31.34992\n3820,1644391541,-24.51972,31.34997\n3821,1644391542,-24.51971,31.35000\n3822,1644391543,-24.51967,31.35001\n3823,1644391544,-24.51964,31.35001\n3824,1644391545,-24.51959,31.34999\n3825,1644391546,-24.51955,31.34996\n3826,1644391547,-24.51953,31.34993\n3827,1644391548,-24.51951,31.34990\n3828,1644391549,-24.51950,31.34987\n3829,1644391550,-24.51950,31.34985\n3830,1644391551,-24.51949,31.34982\n3831,1644391552,-24.51947,31.34980\n3832,1644391553,-24.51945,31.34978\n3833,1644391554,-24.51945,31.34976\n3834,1644391555,-24.51943,31.34975\n3835,1644391556,-24.51942,31.34975\n3836,1644391557,-24.51941,31.34976\n3837,1644391558,-24.51939,31.34979\n3838,1644391559,-24.51938,31.34980\n3839,1644391560,-24.51936,31.34982\n3840,1644391561,-24.51933,31.34983\n3841,1644391562,-24.51930,31.34983\n3842,1644391563,-24.51926,31.34984\n3843,1644391564,-24.51921,31.34984\n3844,1644391565,-24.51919,31.34983\n3845,1644391566,-24.51918,31.34981\n3846,1644391567,-24.51918,31.34978\n3847,1644391568,-24.51917,31.34973\n3848,1644391569,-24.51917,31.34969\n3849,1644391570,-24.51916,31.34965\n3850,1644391571,-24.51914,31.34962\n3851,1644391572,-24.51912,31.34960\n3852,1644391573,-24.51909,31.34960\n3853,1644391574,-24.51906,31.34960\n3854,1644391575,-24.51903,31.34962\n3855,1644391576,-24.51899,31.34964\n3856,1644391577,-24.51896,31.34968\n3857,1644391578,-24.51893,31.34972\n3858,1644391579,-24.51891,31.34975\n3859,1644391580,-24.51888,31.34977\n3860,1644391581,-24.51886,31.34979\n3861,1644391582,-24.51887,31.34979\n3862,1644391583,-24.51888,31.34977\n3863,1644391584,-24.51887,31.34977\n3864,1644391585,-24.51886,31.34978\n3865,1644391586,-24.51883,31.34977\n3866,1644391587,-24.51879,31.34978\n3867,1644391588,-24.51876,31.34976\n3868,1644391589,-24.51875,31.34976\n3869,1644391590,-24.51873,31.34973\n3870,1644391591,-24.51872,31.34970\n3871,1644391592,-24.51871,31.34969\n3872,1644391593,-24.51869,31.34967\n3873,1644391594,-24.51866,31.34966\n3874,1644391595,-24.51863,31.34966\n3875,1644391596,-24.51859,31.34966\n3876,1644391597,-24.51857,31.34967\n3877,1644391598,-24.51855,31.34965\n3878,1644391599,-24.51853,31.34963\n3879,1644391600,-24.51852,31.34960\n3880,1644391601,-24.51849,31.34958\n3881,1644391602,-24.51844,31.34957\n3882,1644391603,-24.51837,31.34958\n3883,1644391604,-24.51831,31.34958\n3884,1644391605,-24.51825,31.34956\n3885,1644391606,-24.51820,31.34954\n3886,1644391607,-24.51816,31.34950\n3887,1644391608,-24.51810,31.34948\n3888,1644391609,-24.51804,31.34946\n3889,1644391610,-24.51799,31.34945\n3890,1644391611,-24.51794,31.34947\n3891,1644391612,-24.51788,31.34949\n3892,1644391613,-24.51783,31.34951\n3893,1644391614,-24.51775,31.34951\n3894,1644391615,-24.51769,31.34951\n3895,1644391616,-24.51763,31.34950\n3896,1644391617,-24.51756,31.34951\n3897,1644391618,-24.51749,31.34952\n3898,1644391619,-24.51743,31.34955\n3899,1644391620,-24.51738,31.34956\n3900,1644391621,-24.51733,31.34959\n3901,1644391622,-24.51731,31.34963\n3902,1644391623,-24.51731,31.34965\n3903,1644391624,-24.51733,31.34967\n3904,1644391625,-24.51735,31.34968\n3905,1644391626,-24.51736,31.34970\n3906,1644391627,-24.51739,31.34971\n3907,1644391628,-24.51738,31.34968\n3908,1644391629,-24.51739,31.34965\n3909,1644391630,-24.51740,31.34962\n3910,1644391631,-24.51742,31.34959\n3911,1644391632,-24.51743,31.34956\n3912,1644391633,-24.51745,31.34950\n3913,1644391634,-24.51741,31.34943\n3914,1644391635,-24.51737,31.34938\n3915,1644391636,-24.51733,31.34934\n3916,1644391637,-24.51729,31.34931\n3917,1644391638,-24.51724,31.34928\n3918,1644391639,-24.51719,31.34927\n3919,1644391640,-24.51714,31.34926\n3920,1644391641,-24.51709,31.34926\n3921,1644391642,-24.51704,31.34925\n3922,1644391643,-24.51698,31.34923\n3923,1644391644,-24.51692,31.34921\n3924,1644391645,-24.51685,31.34921\n3925,1644391646,-24.51679,31.34921\n3926,1644391647,-24.51673,31.34921\n3927,1644391648,-24.51667,31.34922\n3928,1644391649,-24.51661,31.34922\n3929,1644391650,-24.51656,31.34922\n3930,1644391651,-24.51650,31.34924\n3931,1644391652,-24.51644,31.34926\n3932,1644391653,-24.51638,31.34928\n3933,1644391654,-24.51632,31.34930\n3934,1644391655,-24.51628,31.34928\n3935,1644391656,-24.51623,31.34925\n3936,1644391657,-24.51618,31.34922\n3937,1644391658,-24.51614,31.34920\n3938,1644391659,-24.51612,31.34919\n3939,1644391660,-24.51613,31.34923\n3940,1644391661,-24.51616,31.34927\n3941,1644391662,-24.51617,31.34933\n3942,1644391663,-24.51618,31.34938\n3943,1644391664,-24.51619,31.34941\n3944,1644391665,-24.51619,31.34942\n3945,1644391666,-24.51618,31.34944\n3946,1644391667,-24.51615,31.34946\n3947,1644391668,-24.51611,31.34944\n3948,1644391669,-24.51608,31.34944\n3949,1644391670,-24.51605,31.34944\n3950,1644391671,-24.51602,31.34945\n3951,1644391672,-24.51600,31.34947\n3952,1644391673,-24.51597,31.34947\n3953,1644391674,-24.51595,31.34946\n3954,1644391675,-24.51593,31.34945\n3955,1644391676,-24.51592,31.34944\n3956,1644391677,-24.51592,31.34943\n3957,1644391678,-24.51592,31.34942\n3958,1644391679,-24.51591,31.34941\n3959,1644391680,-24.51590,31.34942\n3960,1644391681,-24.51590,31.34942\n3961,1644391682,-24.51590,31.34942\n3962,1644391683,-24.51590,31.34942\n3963,1644391684,-24.51590,31.34942\n3964,1644391685,-24.51590,31.34941\n3965,1644391686,-24.51590,31.34941\n3966,1644391687,-24.51590,31.34941\n3967,1644391688,-24.51590,31.34941\n3968,1644391689,-24.51590,31.34941\n3969,1644391690,-24.51591,31.34942\n3970,1644391691,-24.51592,31.34942\n3971,1644391692,-24.51592,31.34941\n3972,1644391693,-24.51592,31.34941\n3973,1644391694,-24.51591,31.34941\n3974,1644391695,-24.51589,31.34945\n3975,1644391696,-24.51589,31.34948\n3976,1644391697,-24.51589,31.34950\n3977,1644391698,-24.51589,31.34951\n3978,1644391699,-24.51590,31.34954\n3979,1644391700,-24.51591,31.34955\n3980,1644391701,-24.51589,31.34953\n3981,1644391702,-24.51589,31.34953\n3982,1644391703,-24.51589,31.34952\n3983,1644391704,-24.51589,31.34951\n3984,1644391705,-24.51589,31.34950\n3985,1644391706,-24.51589,31.34950\n3986,1644391707,-24.51589,31.34949\n3987,1644391708,-24.51588,31.34949\n3988,1644391709,-24.51588,31.34949\n3989,1644391710,-24.51588,31.34948\n3990,1644391711,-24.51587,31.34948\n3991,1644391712,-24.51587,31.34948\n3992,1644391713,-24.51588,31.34948\n3993,1644391714,-24.51588,31.34948\n3994,1644391715,-24.51588,31.34948\n3995,1644391716,-24.51588,31.34948\n3996,1644391717,-24.51588,31.34948\n3997,1644391718,-24.51588,31.34948\n3998,1644391719,-24.51588,31.34949\n3999,1644391720,-24.51589,31.34950\n4000,1644391721,-24.51589,31.34951\n4001,1644391722,-24.51589,31.34952\n4002,1644391723,-24.51589,31.34953\n4003,1644391724,-24.51588,31.34954\n4004,1644391725,-24.51588,31.34955\n4005,1644391726,-24.51588,31.34956\n4006,1644391727,-24.51588,31.34956\n4007,1644391728,-24.51589,31.34955\n4008,1644391729,-24.51588,31.34955\n4009,1644391730,-24.51589,31.34954\n4010,1644391731,-24.51589,31.34953\n4011,1644391732,-24.51589,31.34953\n4012,1644391733,-24.51588,31.34954\n4013,1644391734,-24.51587,31.34955\n4014,1644391735,-24.51587,31.34956\n4015,1644391736,-24.51586,31.34956\n4016,1644391737,-24.51588,31.34957\n4017,1644391738,-24.51589,31.34956\n4018,1644391739,-24.51590,31.34956\n4019,1644391740,-24.51590,31.34956\n4020,1644391741,-24.51591,31.34956\n4021,1644391742,-24.51591,31.34956\n4022,1644391743,-24.51591,31.34955\n4023,1644391744,-24.51591,31.34954\n4024,1644391745,-24.51592,31.34954\n4025,1644391746,-24.51592,31.34953\n4026,1644391747,-24.51593,31.34952\n4027,1644391748,-24.51593,31.34951\n4028,1644391749,-24.51594,31.34950\n4029,1644391750,-24.51594,31.34950\n4030,1644391751,-24.51595,31.34949\n4031,1644391752,-24.51594,31.34950\n4032,1644391753,-24.51594,31.34950\n4033,1644391754,-24.51593,31.34951\n4034,1644391755,-24.51593,31.34951\n4035,1644391756,-24.51593,31.34951\n4036,1644391757,-24.51592,31.34951\n4037,1644391758,-24.51592,31.34951\n4038,1644391759,-24.51591,31.34949\n4039,1644391760,-24.51591,31.34948\n4040,1644391761,-24.51591,31.34948\n4041,1644391762,-24.51591,31.34948\n4042,1644391763,-24.51591,31.34949\n4043,1644391764,-24.51591,31.34949\n4044,1644391765,-24.51590,31.34949\n4045,1644391766,-24.51590,31.34949\n4046,1644391767,-24.51590,31.34949\n4047,1644391768,-24.51590,31.34949\n4048,1644391769,-24.51590,31.34949\n4049,1644391770,-24.51590,31.34949\n4050,1644391771,-24.51590,31.34949\n4051,1644391772,-24.51590,31.34949\n4052,1644391773,-24.51590,31.34949\n4053,1644391774,-24.51587,31.34949\n4054,1644391775,-24.51586,31.34950\n4055,1644391776,-24.51585,31.34951\n4056,1644391777,-24.51585,31.34951\n4057,1644391778,-24.51585,31.34952\n4058,1644391779,-24.51584,31.34952\n4059,1644391780,-24.51584,31.34953\n4060,1644391781,-24.51584,31.34954\n4061,1644391782,-24.51585,31.34953\n4062,1644391783,-24.51585,31.34953\n4063,1644391784,-24.51586,31.34954\n4064,1644391785,-24.51586,31.34955\n4065,1644391786,-24.51586,31.34955\n4066,1644391787,-24.51586,31.34955\n4067,1644391788,-24.51586,31.34955\n4068,1644391789,-24.51586,31.34955\n4069,1644391790,-24.51586,31.34956\n4070,1644391791,-24.51586,31.34955\n4071,1644391792,-24.51586,31.34955\n4072,1644391793,-24.51586,31.34955\n4073,1644391794,-24.51586,31.34955\n4074,1644391795,-24.51586,31.34955\n4075,1644391796,-24.51586,31.34955\n4076,1644391797,-24.51586,31.34954\n4077,1644391798,-24.51586,31.34954\n4078,1644391799,-24.51586,31.34954\n4079,1644391800,-24.51586,31.34953\n4080,1644391801,-24.51586,31.34953\n4081,1644391802,-24.51586,31.34952\n4082,1644391803,-24.51586,31.34952\n4083,1644391804,-24.51586,31.34952\n4084,1644391805,-24.51585,31.34954\n4085,1644391806,-24.51584,31.34954\n4086,1644391807,-24.51584,31.34954\n4087,1644391808,-24.51583,31.34955\n4088,1644391809,-24.51584,31.34957\n4089,1644391810,-24.51585,31.34956\n4090,1644391811,-24.51586,31.34957\n4091,1644391812,-24.51587,31.34956\n4092,1644391813,-24.51588,31.34955\n4093,1644391814,-24.51589,31.34955\n4094,1644391815,-24.51588,31.34956\n4095,1644391816,-24.51589,31.34957\n4096,1644391817,-24.51589,31.34957\n4097,1644391818,-24.51588,31.34958\n4098,1644391819,-24.51587,31.34960\n4099,1644391820,-24.51586,31.34963\n4100,1644391821,-24.51587,31.34963\n4101,1644391822,-24.51587,31.34965\n4102,1644391823,-24.51586,31.34963\n4103,1644391824,-24.51587,31.34960\n4104,1644391825,-24.51585,31.34957\n4105,1644391826,-24.51584,31.34956\n4106,1644391827,-24.51583,31.34955\n4107,1644391828,-24.51583,31.34953\n4108,1644391829,-24.51584,31.34952\n4109,1644391830,-24.51587,31.34951\n4110,1644391831,-24.51588,31.34950\n4111,1644391832,-24.51588,31.34949\n4112,1644391833,-24.51588,31.34949\n4113,1644391834,-24.51588,31.34948\n4114,1644391835,-24.51589,31.34948\n4115,1644391836,-24.51588,31.34947\n4116,1644391837,-24.51587,31.34947\n4117,1644391838,-24.51587,31.34947\n4118,1644391839,-24.51587,31.34948\n4119,1644391840,-24.51587,31.34949\n4120,1644391841,-24.51587,31.34950\n4121,1644391842,-24.51587,31.34950\n4122,1644391843,-24.51587,31.34950\n4123,1644391844,-24.51587,31.34951\n4124,1644391845,-24.51587,31.34951\n4125,1644391846,-24.51586,31.34951\n4126,1644391847,-24.51586,31.34951\n4127,1644391848,-24.51587,31.34950\n4128,1644391849,-24.51588,31.34950\n4129,1644391850,-24.51588,31.34949\n4130,1644391851,-24.51589,31.34949\n4131,1644391852,-24.51589,31.34950\n4132,1644391853,-24.51589,31.34950\n4133,1644391854,-24.51589,31.34950\n4134,1644391855,-24.51589,31.34950\n4135,1644391856,-24.51590,31.34952\n4136,1644391857,-24.51589,31.34953\n4137,1644391858,-24.51589,31.34953\n4138,1644391859,-24.51589,31.34953\n4139,1644391860,-24.51589,31.34953\n4140,1644391861,-24.51589,31.34953\n4141,1644391862,-24.51589,31.34952\n4142,1644391863,-24.51590,31.34951\n4143,1644391864,-24.51589,31.34949\n4144,1644391865,-24.51589,31.34947\n4145,1644391866,-24.51589,31.34946\n4146,1644391867,-24.51588,31.34945\n4147,1644391868,-24.51586,31.34945\n4148,1644391869,-24.51585,31.34945\n4149,1644391870,-24.51583,31.34946\n4150,1644391871,-24.51581,31.34947\n4151,1644391872,-24.51580,31.34948\n4152,1644391873,-24.51585,31.34950\n4153,1644391874,-24.51588,31.34950\n4154,1644391875,-24.51591,31.34949\n4155,1644391876,-24.51593,31.34949\n4156,1644391877,-24.51595,31.34948\n4157,1644391878,-24.51598,31.34950\n4158,1644391879,-24.51599,31.34951\n4159,1644391880,-24.51600,31.34951\n4160,1644391881,-24.51601,31.34951\n4161,1644391882,-24.51601,31.34950\n4162,1644391883,-24.51601,31.34948\n4163,1644391884,-24.51601,31.34948\n4164,1644391885,-24.51600,31.34948\n4165,1644391886,-24.51600,31.34948\n4166,1644391887,-24.51599,31.34948\n4167,1644391888,-24.51598,31.34949\n4168,1644391889,-24.51598,31.34949\n4169,1644391890,-24.51599,31.34952\n4170,1644391891,-24.51599,31.34954\n4171,1644391892,-24.51599,31.34956\n4172,1644391893,-24.51599,31.34957\n4173,1644391894,-24.51599,31.34958\n4174,1644391895,-24.51599,31.34958\n4175,1644391896,-24.51598,31.34958\n4176,1644391897,-24.51598,31.34957\n4177,1644391898,-24.51598,31.34956\n4178,1644391899,-24.51597,31.34955\n4179,1644391900,-24.51597,31.34955\n4180,1644391901,-24.51597,31.34955\n4181,1644391902,-24.51597,31.34954\n4182,1644391903,-24.51596,31.34953\n4183,1644391904,-24.51596,31.34953\n4184,1644391905,-24.51596,31.34953\n4185,1644391906,-24.51596,31.34953\n4186,1644391907,-24.51596,31.34953\n4187,1644391908,-24.51596,31.34954\n4188,1644391909,-24.51596,31.34954\n4189,1644391910,-24.51596,31.34953\n4190,1644391911,-24.51596,31.34954\n4191,1644391912,-24.51596,31.34954\n4192,1644391913,-24.51597,31.34954\n4193,1644391914,-24.51598,31.34954\n4194,1644391915,-24.51597,31.34955\n4195,1644391916,-24.51596,31.34955\n4196,1644391917,-24.51595,31.34955\n4197,1644391918,-24.51594,31.34954\n4198,1644391919,-24.51593,31.34954\n4199,1644391920,-24.51592,31.34954\n4200,1644391921,-24.51592,31.34954\n4201,1644391922,-24.51592,31.34953\n4202,1644391923,-24.51592,31.34953\n4203,1644391924,-24.51593,31.34954\n4204,1644391925,-24.51593,31.34954\n4205,1644391926,-24.51593,31.34954\n4206,1644391927,-24.51593,31.34955\n4207,1644391928,-24.51593,31.34956\n4208,1644391929,-24.51594,31.34957\n4209,1644391930,-24.51593,31.34957\n4210,1644391931,-24.51592,31.34957\n4211,1644391932,-24.51591,31.34958\n4212,1644391933,-24.51591,31.34958\n4213,1644391934,-24.51590,31.34959\n4214,1644391935,-24.51590,31.34959\n4215,1644391936,-24.51590,31.34959\n4216,1644391937,-24.51589,31.34959\n4217,1644391938,-24.51588,31.34959\n4218,1644391939,-24.51588,31.34959\n4219,1644391940,-24.51587,31.34960\n4220,1644391941,-24.51587,31.34960\n4221,1644391942,-24.51587,31.34960\n4222,1644391943,-24.51587,31.34960\n4223,1644391944,-24.51587,31.34960\n4224,1644391945,-24.51586,31.34960\n4225,1644391946,-24.51586,31.34960\n4226,1644391947,-24.51586,31.34960\n4227,1644391948,-24.51586,31.34959\n4228,1644391949,-24.51586,31.34959\n4229,1644391950,-24.51586,31.34959\n4230,1644391951,-24.51586,31.34958\n4231,1644391952,-24.51586,31.34958\n4232,1644391953,-24.51586,31.34959\n4233,1644391954,-24.51587,31.34959\n4234,1644391955,-24.51587,31.34959\n4235,1644391956,-24.51586,31.34960\n4236,1644391957,-24.51586,31.34960\n4237,1644391958,-24.51586,31.34960\n4238,1644391959,-24.51586,31.34960\n4239,1644391960,-24.51586,31.34961\n4240,1644391961,-24.51587,31.34963\n4241,1644391962,-24.51587,31.34963\n4242,1644391963,-24.51587,31.34964\n4243,1644391964,-24.51587,31.34964\n4244,1644391965,-24.51587,31.34964\n4245,1644391966,-24.51587,31.34963\n4246,1644391967,-24.51588,31.34962\n4247,1644391968,-24.51588,31.34961\n4248,1644391969,-24.51588,31.34961\n4249,1644391970,-24.51588,31.34960\n4250,1644391971,-24.51589,31.34960\n4251,1644391972,-24.51589,31.34959\n4252,1644391973,-24.51589,31.34959\n4253,1644391974,-24.51590,31.34959\n4254,1644391975,-24.51590,31.34959\n4255,1644391976,-24.51590,31.34958\n4256,1644391977,-24.51591,31.34958\n4257,1644391978,-24.51591,31.34957\n4258,1644391979,-24.51591,31.34958\n4259,1644391980,-24.51591,31.34958\n4260,1644391981,-24.51591,31.34959\n4261,1644391982,-24.51591,31.34960\n4262,1644391983,-24.51591,31.34961\n4263,1644391984,-24.51591,31.34961\n4264,1644391985,-24.51591,31.34961\n4265,1644391986,-24.51591,31.34961\n4266,1644391987,-24.51591,31.34961\n4267,1644391988,-24.51592,31.34961\n4268,1644391989,-24.51592,31.34961\n4269,1644391990,-24.51592,31.34962\n4270,1644391991,-24.51592,31.34962\n4271,1644391992,-24.51592,31.34962\n4272,1644391993,-24.51592,31.34962\n4273,1644391994,-24.51592,31.34962\n4274,1644391995,-24.51592,31.34963\n4275,1644391996,-24.51592,31.34963\n4276,1644391997,-24.51592,31.34964\n4277,1644391998,-24.51592,31.34963\n4278,1644391999,-24.51592,31.34963\n4279,1644392000,-24.51592,31.34963\n4280,1644392001,-24.51592,31.34963\n4281,1644392002,-24.51592,31.34963\n4282,1644392003,-24.51592,31.34964\n4283,1644392004,-24.51593,31.34964\n4284,1644392005,-24.51593,31.34963\n4285,1644392006,-24.51593,31.34964\n4286,1644392007,-24.51593,31.34964\n4287,1644392008,-24.51593,31.34964\n4288,1644392009,-24.51594,31.34965\n4289,1644392010,-24.51594,31.34965\n4290,1644392011,-24.51595,31.34965\n4291,1644392012,-24.51595,31.34965\n4292,1644392013,-24.51596,31.34965\n4293,1644392014,-24.51596,31.34966\n4294,1644392015,-24.51598,31.34964\n4295,1644392016,-24.51598,31.34964\n4296,1644392017,-24.51599,31.34963\n4297,1644392018,-24.51599,31.34962\n4298,1644392019,-24.51600,31.34963\n4299,1644392020,-24.51599,31.34963\n4300,1644392021,-24.51599,31.34963\n4301,1644392022,-24.51598,31.34963\n4302,1644392023,-24.51598,31.34963\n4303,1644392024,-24.51597,31.34963\n4304,1644392025,-24.51597,31.34963\n4305,1644392026,-24.51596,31.34963\n4306,1644392027,-24.51596,31.34963\n4307,1644392028,-24.51596,31.34961\n4308,1644392029,-24.51596,31.34960\n4309,1644392030,-24.51596,31.34960\n4310,1644392031,-24.51596,31.34960\n4311,1644392032,-24.51596,31.34960\n4312,1644392033,-24.51596,31.34960\n4313,1644392034,-24.51595,31.34960\n4314,1644392035,-24.51596,31.34960\n4315,1644392036,-24.51596,31.34961\n4316,1644392037,-24.51596,31.34960\n4317,1644392038,-24.51595,31.34961\n4318,1644392039,-24.51595,31.34961\n4319,1644392040,-24.51595,31.34960\n4320,1644392041,-24.51596,31.34959\n4321,1644392042,-24.51597,31.34958\n4322,1644392043,-24.51596,31.34959\n4323,1644392044,-24.51594,31.34961\n4324,1644392045,-24.51593,31.34963\n4325,1644392046,-24.51593,31.34964\n4326,1644392047,-24.51591,31.34966\n4327,1644392048,-24.51590,31.34966\n4328,1644392049,-24.51590,31.34965\n4329,1644392050,-24.51590,31.34965\n4330,1644392051,-24.51590,31.34964\n4331,1644392052,-24.51590,31.34964\n4332,1644392053,-24.51590,31.34964\n4333,1644392054,-24.51590,31.34965\n4334,1644392055,-24.51590,31.34965\n4335,1644392056,-24.51590,31.34965\n4336,1644392057,-24.51590,31.34965\n4337,1644392058,-24.51589,31.34965\n4338,1644392059,-24.51588,31.34965\n4339,1644392060,-24.51588,31.34965\n4340,1644392061,-24.51587,31.34965\n4341,1644392062,-24.51587,31.34966\n4342,1644392063,-24.51587,31.34965\n4343,1644392064,-24.51587,31.34965\n4344,1644392065,-24.51587,31.34965\n4345,1644392066,-24.51587,31.34965\n4346,1644392067,-24.51586,31.34965\n4347,1644392068,-24.51586,31.34965\n4348,1644392069,-24.51587,31.34965\n4349,1644392070,-24.51587,31.34966\n4350,1644392071,-24.51586,31.34967\n4351,1644392072,-24.51586,31.34967\n4352,1644392073,-24.51586,31.34968\n4353,1644392074,-24.51586,31.34968\n4354,1644392075,-24.51585,31.34968\n4355,1644392076,-24.51585,31.34969\n4356,1644392077,-24.51585,31.34969\n4357,1644392078,-24.51585,31.34968\n4358,1644392079,-24.51585,31.34968\n4359,1644392080,-24.51585,31.34968\n4360,1644392081,-24.51585,31.34967\n4361,1644392082,-24.51585,31.34968\n4362,1644392083,-24.51585,31.34968\n4363,1644392084,-24.51585,31.34969\n4364,1644392085,-24.51584,31.34969\n4365,1644392086,-24.51584,31.34969\n4366,1644392087,-24.51584,31.34968\n4367,1644392088,-24.51585,31.34967\n4368,1644392089,-24.51585,31.34966\n4369,1644392090,-24.51585,31.34966\n4370,1644392091,-24.51586,31.34964\n4371,1644392092,-24.51586,31.34964\n4372,1644392093,-24.51585,31.34963\n4373,1644392094,-24.51585,31.34962\n4374,1644392095,-24.51585,31.34961\n4375,1644392096,-24.51585,31.34961\n4376,1644392097,-24.51584,31.34961\n4377,1644392098,-24.51585,31.34961\n4378,1644392099,-24.51585,31.34962\n4379,1644392100,-24.51585,31.34962\n4380,1644392101,-24.51586,31.34963\n4381,1644392102,-24.51586,31.34963\n4382,1644392103,-24.51587,31.34963\n4383,1644392104,-24.51588,31.34963\n4384,1644392105,-24.51588,31.34962\n4385,1644392106,-24.51588,31.34962\n4386,1644392107,-24.51590,31.34962\n4387,1644392108,-24.51590,31.34961\n4388,1644392109,-24.51590,31.34961\n4389,1644392110,-24.51589,31.34961\n4390,1644392111,-24.51589,31.34962\n4391,1644392112,-24.51590,31.34962\n4392,1644392113,-24.51590,31.34962\n4393,1644392114,-24.51591,31.34963\n4394,1644392115,-24.51592,31.34966\n4395,1644392116,-24.51593,31.34966\n4396,1644392117,-24.51593,31.34966\n4397,1644392118,-24.51592,31.34966\n4398,1644392119,-24.51592,31.34966\n4399,1644392120,-24.51592,31.34966\n4400,1644392121,-24.51591,31.34966\n4401,1644392122,-24.51591,31.34965\n4402,1644392123,-24.51591,31.34965\n4403,1644392124,-24.51590,31.34965\n4404,1644392125,-24.51591,31.34965\n4405,1644392126,-24.51590,31.34964\n4406,1644392127,-24.51589,31.34964\n4407,1644392128,-24.51588,31.34963\n4408,1644392129,-24.51588,31.34963\n4409,1644392130,-24.51588,31.34963\n4410,1644392131,-24.51588,31.34964\n4411,1644392132,-24.51588,31.34964\n4412,1644392133,-24.51589,31.34963\n4413,1644392134,-24.51589,31.34963\n4414,1644392135,-24.51589,31.34962\n4415,1644392136,-24.51589,31.34962\n4416,1644392137,-24.51590,31.34961\n4417,1644392138,-24.51591,31.34960\n4418,1644392139,-24.51591,31.34960\n4419,1644392140,-24.51591,31.34959\n4420,1644392141,-24.51592,31.34958\n4421,1644392142,-24.51592,31.34957\n4422,1644392143,-24.51592,31.34956\n4423,1644392144,-24.51592,31.34956\n4424,1644392145,-24.51592,31.34956\n4425,1644392146,-24.51592,31.34955\n4426,1644392147,-24.51592,31.34955\n4427,1644392148,-24.51592,31.34955\n4428,1644392149,-24.51592,31.34954\n4429,1644392150,-24.51592,31.34954\n4430,1644392151,-24.51593,31.34953\n4431,1644392152,-24.51592,31.34953\n4432,1644392153,-24.51592,31.34952\n4433,1644392154,-24.51593,31.34952\n4434,1644392155,-24.51593,31.34952\n4435,1644392156,-24.51594,31.34952\n4436,1644392157,-24.51595,31.34953\n4437,1644392158,-24.51595,31.34953\n4438,1644392159,-24.51595,31.34953\n4439,1644392160,-24.51596,31.34953\n4440,1644392161,-24.51595,31.34954\n4441,1644392162,-24.51592,31.34957\n4442,1644392163,-24.51591,31.34958\n4443,1644392164,-24.51590,31.34959\n4444,1644392165,-24.51590,31.34959\n4445,1644392166,-24.51590,31.34960\n4446,1644392167,-24.51589,31.34961\n4447,1644392168,-24.51589,31.34961\n4448,1644392169,-24.51589,31.34960\n4449,1644392170,-24.51590,31.34961\n4450,1644392171,-24.51590,31.34961\n4451,1644392172,-24.51590,31.34961\n4452,1644392173,-24.51590,31.34961\n4453,1644392174,-24.51591,31.34961\n4454,1644392175,-24.51592,31.34960\n4455,1644392176,-24.51592,31.34958\n4456,1644392177,-24.51593,31.34958\n4457,1644392178,-24.51593,31.34958\n4458,1644392179,-24.51594,31.34958\n4459,1644392180,-24.51594,31.34958\n4460,1644392181,-24.51594,31.34958\n4461,1644392182,-24.51595,31.34958\n4462,1644392183,-24.51595,31.34958\n4463,1644392184,-24.51595,31.34958\n4464,1644392185,-24.51596,31.34958\n4465,1644392186,-24.51596,31.34958\n4466,1644392187,-24.51595,31.34957\n4467,1644392188,-24.51595,31.34957\n4468,1644392189,-24.51595,31.34958\n4469,1644392190,-24.51595,31.34958\n4470,1644392191,-24.51595,31.34958\n4471,1644392192,-24.51596,31.34958\n4472,1644392193,-24.51596,31.34958\n4473,1644392194,-24.51596,31.34958\n4474,1644392195,-24.51596,31.34957\n4475,1644392196,-24.51596,31.34958\n4476,1644392197,-24.51596,31.34958\n4477,1644392198,-24.51594,31.34959\n4478,1644392199,-24.51594,31.34959\n4479,1644392200,-24.51593,31.34960\n4480,1644392201,-24.51592,31.34962\n4481,1644392202,-24.51592,31.34963\n4482,1644392203,-24.51592,31.34963\n4483,1644392204,-24.51591,31.34964\n4484,1644392205,-24.51591,31.34964\n4485,1644392206,-24.51592,31.34964\n4486,1644392207,-24.51592,31.34964\n4487,1644392208,-24.51591,31.34963\n4488,1644392209,-24.51591,31.34964\n4489,1644392210,-24.51591,31.34964\n4490,1644392211,-24.51592,31.34964\n4491,1644392212,-24.51592,31.34964\n4492,1644392213,-24.51592,31.34963\n4493,1644392214,-24.51593,31.34963\n4494,1644392215,-24.51593,31.34963\n4495,1644392216,-24.51593,31.34964\n4496,1644392217,-24.51593,31.34963\n4497,1644392218,-24.51593,31.34961\n4498,1644392219,-24.51593,31.34960\n4499,1644392220,-24.51593,31.34958\n4500,1644392221,-24.51592,31.34957\n4501,1644392222,-24.51592,31.34957\n4502,1644392223,-24.51592,31.34957\n4503,1644392224,-24.51592,31.34957\n4504,1644392225,-24.51592,31.34956\n4505,1644392226,-24.51592,31.34956\n4506,1644392227,-24.51592,31.34956\n4507,1644392228,-24.51592,31.34956\n4508,1644392229,-24.51592,31.34956\n4509,1644392230,-24.51592,31.34956\n4510,1644392231,-24.51592,31.34955\n4511,1644392232,-24.51592,31.34955\n4512,1644392233,-24.51592,31.34954\n4513,1644392234,-24.51593,31.34954\n4514,1644392235,-24.51593,31.34954\n4515,1644392236,-24.51593,31.34954\n4516,1644392237,-24.51593,31.34954\n4517,1644392238,-24.51592,31.34954\n4518,1644392239,-24.51592,31.34954\n4519,1644392240,-24.51593,31.34954\n4520,1644392241,-24.51593,31.34954\n4521,1644392242,-24.51593,31.34954\n4522,1644392243,-24.51593,31.34954\n4523,1644392244,-24.51593,31.34954\n4524,1644392245,-24.51593,31.34954\n4525,1644392246,-24.51594,31.34954\n4526,1644392247,-24.51593,31.34955\n4527,1644392248,-24.51593,31.34954\n4528,1644392249,-24.51593,31.34955\n4529,1644392250,-24.51594,31.34954\n4530,1644392251,-24.51594,31.34954\n4531,1644392252,-24.51593,31.34954\n4532,1644392253,-24.51593,31.34954\n4533,1644392254,-24.51594,31.34954\n4534,1644392255,-24.51594,31.34954\n4535,1644392256,-24.51594,31.34954\n4536,1644392257,-24.51593,31.34954\n4537,1644392258,-24.51593,31.34954\n4538,1644392259,-24.51593,31.34953\n4539,1644392260,-24.51593,31.34953\n4540,1644392261,-24.51593,31.34953\n4541,1644392262,-24.51593,31.34953\n4542,1644392263,-24.51593,31.34953\n4543,1644392264,-24.51593,31.34953\n4544,1644392265,-24.51593,31.34953\n4545,1644392266,-24.51593,31.34953\n4546,1644392267,-24.51593,31.34952\n4547,1644392268,-24.51593,31.34952\n4548,1644392269,-24.51593,31.34952\n4549,1644392270,-24.51594,31.34952\n4550,1644392271,-24.51594,31.34952\n4551,1644392272,-24.51594,31.34952\n4552,1644392273,-24.51594,31.34952\n4553,1644392274,-24.51594,31.34952\n4554,1644392275,-24.51594,31.34952\n4555,1644392276,-24.51594,31.34952\n4556,1644392277,-24.51594,31.34952\n4557,1644392278,-24.51594,31.34953\n4558,1644392279,-24.51594,31.34953\n4559,1644392280,-24.51594,31.34953\n4560,1644392281,-24.51594,31.34953\n4561,1644392282,-24.51594,31.34953\n4562,1644392283,-24.51594,31.34953\n4563,1644392284,-24.51594,31.34953\n4564,1644392285,-24.51594,31.34953\n4565,1644392286,-24.51594,31.34953\n4566,1644392287,-24.51594,31.34953\n4567,1644392288,-24.51594,31.34953\n4568,1644392289,-24.51594,31.34954\n4569,1644392290,-24.51594,31.34954\n4570,1644392291,-24.51594,31.34954\n4571,1644392292,-24.51594,31.34954\n4572,1644392293,-24.51594,31.34954\n4573,1644392294,-24.51594,31.34954\n4574,1644392295,-24.51594,31.34954\n4575,1644392296,-24.51594,31.34954\n4576,1644392297,-24.51593,31.34954\n4577,1644392298,-24.51593,31.34954\n4578,1644392299,-24.51593,31.34954\n4579,1644392300,-24.51593,31.34954\n4580,1644392301,-24.51593,31.34954\n4581,1644392302,-24.51593,31.34954\n4582,1644392303,-24.51593,31.34954\n4583,1644392304,-24.51593,31.34953\n4584,1644392305,-24.51593,31.34952\n4585,1644392306,-24.51594,31.34951\n4586,1644392307,-24.51594,31.34950\n4587,1644392308,-24.51594,31.34949\n4588,1644392309,-24.51594,31.34948\n4589,1644392310,-24.51593,31.34947\n4590,1644392311,-24.51593,31.34946\n4591,1644392312,-24.51592,31.34946\n4592,1644392313,-24.51588,31.34949\n4593,1644392314,-24.51587,31.34950\n4594,1644392315,-24.51586,31.34951\n4595,1644392316,-24.51586,31.34952\n4596,1644392317,-24.51585,31.34953\n4597,1644392318,-24.51584,31.34954\n4598,1644392319,-24.51583,31.34955\n4599,1644392320,-24.51583,31.34956\n4600,1644392321,-24.51583,31.34956\n4601,1644392322,-24.51584,31.34957\n4602,1644392323,-24.51585,31.34957\n4603,1644392324,-24.51585,31.34958\n4604,1644392325,-24.51584,31.34959\n4605,1644392326,-24.51584,31.34959\n4606,1644392327,-24.51584,31.34960\n4607,1644392328,-24.51584,31.34961\n4608,1644392329,-24.51584,31.34962\n4609,1644392330,-24.51583,31.34963\n4610,1644392331,-24.51581,31.34962\n4611,1644392332,-24.51581,31.34963\n4612,1644392333,-24.51581,31.34963\n4613,1644392334,-24.51580,31.34963\n4614,1644392335,-24.51580,31.34963\n4615,1644392336,-24.51580,31.34963\n4616,1644392337,-24.51580,31.34962\n4617,1644392338,-24.51580,31.34963\n4618,1644392339,-24.51580,31.34963\n4619,1644392340,-24.51580,31.34961\n4620,1644392341,-24.51579,31.34961\n4621,1644392342,-24.51579,31.34960\n4622,1644392343,-24.51578,31.34959\n4623,1644392344,-24.51578,31.34959\n4624,1644392345,-24.51577,31.34959\n4625,1644392346,-24.51575,31.34958\n4626,1644392347,-24.51569,31.34955\n4627,1644392348,-24.51567,31.34957\n4628,1644392349,-24.51566,31.34958\n4629,1644392350,-24.51567,31.34962\n4630,1644392351,-24.51569,31.34965\n4631,1644392352,-24.51572,31.34967\n4632,1644392353,-24.51571,31.34968\n4633,1644392354,-24.51573,31.34969\n4634,1644392355,-24.51574,31.34970\n4635,1644392356,-24.51573,31.34971\n4636,1644392357,-24.51571,31.34970\n4637,1644392358,-24.51570,31.34971\n4638,1644392359,-24.51569,31.34973\n4639,1644392360,-24.51572,31.34975\n4640,1644392361,-24.51578,31.34977\n4641,1644392362,-24.51580,31.34979\n4642,1644392363,-24.51582,31.34981\n4643,1644392364,-24.51584,31.34983\n4644,1644392365,-24.51586,31.34984\n4645,1644392366,-24.51587,31.34987\n4646,1644392367,-24.51587,31.34989\n4647,1644392368,-24.51587,31.34991\n4648,1644392369,-24.51588,31.34994\n4649,1644392370,-24.51586,31.34997\n4650,1644392371,-24.51582,31.34995\n4651,1644392372,-24.51580,31.34995\n4652,1644392373,-24.51578,31.34995\n4653,1644392374,-24.51572,31.34993\n4654,1644392375,-24.51566,31.34986\n4655,1644392376,-24.51562,31.34985\n4656,1644392377,-24.51559,31.34984\n4657,1644392378,-24.51556,31.34983\n4658,1644392379,-24.51554,31.34983\n4659,1644392380,-24.51554,31.34985\n4660,1644392381,-24.51552,31.34985\n4661,1644392382,-24.51550,31.34984\n4662,1644392383,-24.51547,31.34981\n4663,1644392384,-24.51544,31.34976\n4664,1644392385,-24.51543,31.34972\n4665,1644392386,-24.51542,31.34970\n4666,1644392387,-24.51542,31.34966\n4667,1644392388,-24.51541,31.34961\n4668,1644392389,-24.51540,31.34958\n4669,1644392390,-24.51539,31.34956\n4670,1644392391,-24.51537,31.34955\n4671,1644392392,-24.51540,31.34957\n4672,1644392393,-24.51556,31.34951\n4673,1644392394,-24.51571,31.34953\n4674,1644392395,-24.51573,31.34954\n4675,1644392396,-24.51573,31.34955\n4676,1644392397,-24.51572,31.34955\n4677,1644392398,-24.51572,31.34952\n4678,1644392399,-24.51573,31.34949\n4679,1644392400,-24.51573,31.34948\n4680,1644392401,-24.51574,31.34947\n4681,1644392402,-24.51576,31.34947\n4682,1644392403,-24.51576,31.34947\n4683,1644392404,-24.51576,31.34947\n4684,1644392405,-24.51576,31.34947\n4685,1644392406,-24.51576,31.34947\n4686,1644392407,-24.51576,31.34948\n4687,1644392408,-24.51576,31.34948\n4688,1644392409,-24.51576,31.34947\n4689,1644392410,-24.51577,31.34947\n4690,1644392411,-24.51577,31.34947\n4691,1644392412,-24.51577,31.34947\n4692,1644392413,-24.51577,31.34947\n4693,1644392414,-24.51577,31.34947\n4694,1644392415,-24.51577,31.34946\n4695,1644392416,-24.51578,31.34946\n4696,1644392417,-24.51578,31.34946\n4697,1644392418,-24.51577,31.34945\n4698,1644392419,-24.51577,31.34944\n4699,1644392420,-24.51577,31.34943\n4700,1644392421,-24.51577,31.34942\n4701,1644392422,-24.51576,31.34940\n4702,1644392423,-24.51575,31.34939\n4703,1644392424,-24.51574,31.34937\n4704,1644392425,-24.51575,31.34934\n4705,1644392426,-24.51575,31.34932\n4706,1644392427,-24.51573,31.34932\n4707,1644392428,-24.51571,31.34931\n4708,1644392429,-24.51569,31.34928\n4709,1644392430,-24.51568,31.34926\n4710,1644392431,-24.51566,31.34922\n4711,1644392432,-24.51564,31.34918\n4712,1644392433,-24.51564,31.34915\n4713,1644392434,-24.51564,31.34913\n4714,1644392435,-24.51564,31.34911\n4715,1644392436,-24.51563,31.34908\n4716,1644392437,-24.51563,31.34908\n4717,1644392438,-24.51565,31.34908\n4718,1644392439,-24.51565,31.34912\n4719,1644392440,-24.51569,31.34914\n4720,1644392441,-24.51571,31.34915\n4721,1644392442,-24.51575,31.34919\n4722,1644392443,-24.51576,31.34925\n4723,1644392444,-24.51581,31.34927\n4724,1644392445,-24.51582,31.34926\n4725,1644392446,-24.51582,31.34924\n4726,1644392447,-24.51581,31.34924\n4727,1644392448,-24.51582,31.34927\n4728,1644392449,-24.51582,31.34928\n4729,1644392450,-24.51580,31.34929\n4730,1644392451,-24.51579,31.34930\n4731,1644392452,-24.51578,31.34931\n4732,1644392453,-24.51578,31.34931\n4733,1644392454,-24.51578,31.34932\n4734,1644392455,-24.51578,31.34931\n4735,1644392456,-24.51579,31.34931\n4736,1644392457,-24.51579,31.34930\n4737,1644392458,-24.51578,31.34930\n4738,1644392459,-24.51578,31.34930\n4739,1644392460,-24.51578,31.34930\n4740,1644392461,-24.51578,31.34931\n4741,1644392462,-24.51578,31.34931\n4742,1644392463,-24.51578,31.34931\n4743,1644392464,-24.51578,31.34931\n4744,1644392465,-24.51579,31.34931\n4745,1644392466,-24.51578,31.34931\n4746,1644392467,-24.51578,31.34931\n4747,1644392468,-24.51578,31.34931\n4748,1644392469,-24.51578,31.34931\n4749,1644392470,-24.51578,31.34932\n4750,1644392471,-24.51581,31.34932\n4751,1644392472,-24.51583,31.34932\n4752,1644392473,-24.51586,31.34933\n4753,1644392474,-24.51589,31.34935\n4754,1644392475,-24.51593,31.34936\n4755,1644392476,-24.51598,31.34938\n4756,1644392477,-24.51603,31.34939\n4757,1644392478,-24.51612,31.34941\n4758,1644392479,-24.51618,31.34944\n4759,1644392480,-24.51625,31.34948\n4760,1644392481,-24.51631,31.34951\n4761,1644392482,-24.51638,31.34954\n4762,1644392483,-24.51639,31.34958\n4763,1644392484,-24.51645,31.34957\n4764,1644392485,-24.51651,31.34961\n4765,1644392486,-24.51654,31.34964\n4766,1644392487,-24.51624,31.34954\n4767,1644392488,-24.51630,31.34957\n4768,1644392489,-24.51637,31.34958\n4769,1644392490,-24.51641,31.34962\n4770,1644392491,-24.51644,31.34965\n4771,1644392492,-24.51650,31.34966\n4772,1644392493,-24.51657,31.34967\n4773,1644392494,-24.51665,31.34968\n4774,1644392495,-24.51675,31.34968\n4775,1644392496,-24.51680,31.34971\n4776,1644392497,-24.51689,31.34972\n4777,1644392498,-24.51699,31.34975\n4778,1644392499,-24.51709,31.34974\n4779,1644392500,-24.51720,31.34978\n4780,1644392501,-24.51730,31.34983\n4781,1644392502,-24.51740,31.34988\n4782,1644392503,-24.51750,31.34993\n4783,1644392504,-24.51756,31.34997\n4784,1644392505,-24.51766,31.35003\n4785,1644392506,-24.51776,31.35009\n4786,1644392507,-24.51784,31.35013\n4787,1644392508,-24.51790,31.35011\n4788,1644392509,-24.51796,31.35014\n4789,1644392510,-24.51807,31.35018\n4790,1644392511,-24.51818,31.35022\n4791,1644392512,-24.51829,31.35026\n4792,1644392513,-24.51840,31.35030\n4793,1644392514,-24.51849,31.35025\n4794,1644392515,-24.51858,31.35025\n4795,1644392516,-24.51861,31.35025\n4796,1644392517,-24.51869,31.35030\n4797,1644392518,-24.51871,31.35033\n4798,1644392519,-24.51864,31.35033\n4799,1644392520,-24.51866,31.35033\n4800,1644392521,-24.51873,31.35036\n4801,1644392522,-24.51868,31.35029\n4802,1644392523,-24.51849,31.35022\n4803,1644392524,-24.51839,31.35017\n4804,1644392525,-24.51822,31.35010\n4805,1644392526,-24.51814,31.35007\n4806,1644392527,-24.51815,31.35008\n4807,1644392528,-24.51818,31.35009\n4808,1644392529,-24.51817,31.35010\n4809,1644392530,-24.51817,31.35012\n4810,1644392531,-24.51820,31.35014\n4811,1644392532,-24.51820,31.35014\n4812,1644392533,-24.51756,31.34989\n4813,1644392534,-24.51752,31.34990\n4814,1644392535,-24.51662,31.34995\n4815,1644392536,-24.51652,31.34988\n4816,1644392537,-24.51649,31.34987\n4817,1644392538,-24.51646,31.34985\n4818,1644392539,-24.51644,31.34985\n4819,1644392540,-24.51641,31.34983\n4820,1644392541,-24.51638,31.34982\n4821,1644392542,-24.51636,31.34981\n4822,1644392543,-24.51623,31.34972\n4823,1644392544,-24.51623,31.34971\n4824,1644392545,-24.51622,31.34970\n4825,1644392546,-24.51622,31.34971\n4826,1644392547,-24.51617,31.34969\n4827,1644392548,-24.51615,31.34968\n4828,1644392549,-24.51612,31.34969\n4829,1644392550,-24.51609,31.34969\n4830,1644392551,-24.51607,31.34969\n4831,1644392552,-24.51606,31.34970\n4832,1644392553,-24.51604,31.34970\n4833,1644392554,-24.51597,31.34967\n4834,1644392555,-24.51595,31.34968\n4835,1644392556,-24.51590,31.34965\n4836,1644392557,-24.51586,31.34965\n4837,1644392558,-24.51584,31.34964\n4838,1644392559,-24.51582,31.34963\n4839,1644392560,-24.51582,31.34964\n4840,1644392561,-24.51581,31.34965\n4841,1644392562,-24.51580,31.34966\n4842,1644392563,-24.51580,31.34967\n4843,1644392564,-24.51580,31.34967\n4844,1644392565,-24.51581,31.34967\n4845,1644392566,-24.51581,31.34967\n4846,1644392567,-24.51581,31.34967\n4847,1644392568,-24.51580,31.34968\n4848,1644392569,-24.51580,31.34969\n4849,1644392570,-24.51579,31.34970\n4850,1644392571,-24.51580,31.34972\n4851,1644392572,-24.51580,31.34975\n4852,1644392573,-24.51581,31.34978\n4853,1644392574,-24.51583,31.34979\n4854,1644392575,-24.51583,31.34979\n4855,1644392576,-24.51584,31.34977\n4856,1644392577,-24.51586,31.34974\n4857,1644392578,-24.51587,31.34972\n4858,1644392579,-24.51589,31.34969\n4859,1644392580,-24.51589,31.34964\n4860,1644392581,-24.51588,31.34962\n4861,1644392582,-24.51589,31.34961\n4862,1644392583,-24.51590,31.34956\n4863,1644392584,-24.51591,31.34953\n4864,1644392585,-24.51591,31.34950\n4865,1644392586,-24.51589,31.34946\n4866,1644392587,-24.51589,31.34946\n4867,1644392588,-24.51589,31.34946\n4868,1644392589,-24.51588,31.34946\n4869,1644392590,-24.51588,31.34946\n4870,1644392591,-24.51588,31.34946\n4871,1644392592,-24.51588,31.34946\n4872,1644392593,-24.51588,31.34946\n4873,1644392594,-24.51588,31.34946\n4874,1644392595,-24.51588,31.34946\n4875,1644392596,-24.51588,31.34946\n4876,1644392597,-24.51588,31.34946\n4877,1644392598,-24.51588,31.34946\n4878,1644392599,-24.51588,31.34946\n4879,1644392600,-24.51588,31.34945\n4880,1644392601,-24.51588,31.34945\n4881,1644392602,-24.51588,31.34944\n4882,1644392603,-24.51589,31.34944\n4883,1644392604,-24.51589,31.34943\n4884,1644392605,-24.51590,31.34942\n4885,1644392606,-24.51590,31.34943\n4886,1644392607,-24.51590,31.34942\n4887,1644392608,-24.51590,31.34942\n4888,1644392609,-24.51590,31.34942\n4889,1644392610,-24.51590,31.34941\n4890,1644392611,-24.51590,31.34941\n4891,1644392612,-24.51590,31.34940\n4892,1644392613,-24.51590,31.34939\n4893,1644392614,-24.51590,31.34939\n4894,1644392615,-24.51591,31.34939\n4895,1644392616,-24.51591,31.34938\n4896,1644392617,-24.51591,31.34938\n4897,1644392618,-24.51591,31.34937\n4898,1644392619,-24.51591,31.34937\n4899,1644392620,-24.51591,31.34936\n4900,1644392621,-24.51591,31.34936\n4901,1644392622,-24.51591,31.34936\n4902,1644392623,-24.51591,31.34936\n4903,1644392624,-24.51591,31.34936\n4904,1644392625,-24.51591,31.34935\n4905,1644392626,-24.51591,31.34935\n4906,1644392627,-24.51592,31.34935\n4907,1644392628,-24.51592,31.34935\n4908,1644392629,-24.51593,31.34934\n4909,1644392630,-24.51594,31.34937\n4910,1644392631,-24.51595,31.34938\n4911,1644392632,-24.51596,31.34937\n4912,1644392633,-24.51596,31.34937\n4913,1644392634,-24.51597,31.34937\n4914,1644392635,-24.51599,31.34936\n4915,1644392636,-24.51599,31.34935\n4916,1644392637,-24.51599,31.34936\n4917,1644392638,-24.51600,31.34935\n4918,1644392639,-24.51600,31.34933\n4919,1644392640,-24.51600,31.34932\n4920,1644392641,-24.51600,31.34931\n4921,1644392642,-24.51601,31.34930\n4922,1644392643,-24.51602,31.34930\n4923,1644392644,-24.51603,31.34930\n4924,1644392645,-24.51603,31.34930\n4925,1644392646,-24.51603,31.34931\n4926,1644392647,-24.51603,31.34930\n4927,1644392648,-24.51602,31.34929\n4928,1644392649,-24.51603,31.34927\n4929,1644392650,-24.51603,31.34926\n4930,1644392651,-24.51605,31.34925\n4931,1644392652,-24.51606,31.34924\n4932,1644392653,-24.51608,31.34922\n4933,1644392654,-24.51609,31.34920\n4934,1644392655,-24.51610,31.34919\n4935,1644392656,-24.51611,31.34917\n4936,1644392657,-24.51612,31.34915\n4937,1644392658,-24.51613,31.34914\n4938,1644392659,-24.51613,31.34913\n4939,1644392660,-24.51612,31.34914\n4940,1644392661,-24.51611,31.34914\n4941,1644392662,-24.51612,31.34917\n4942,1644392663,-24.51611,31.34918\n4943,1644392664,-24.51610,31.34919\n4944,1644392665,-24.51610,31.34921\n4945,1644392666,-24.51609,31.34922\n4946,1644392667,-24.51610,31.34922\n4947,1644392668,-24.51610,31.34921\n4948,1644392669,-24.51610,31.34920\n4949,1644392670,-24.51610,31.34921\n4950,1644392671,-24.51610,31.34920\n4951,1644392672,-24.51611,31.34919\n4952,1644392673,-24.51611,31.34919\n4953,1644392674,-24.51611,31.34918\n4954,1644392675,-24.51611,31.34918\n4955,1644392676,-24.51611,31.34917\n4956,1644392677,-24.51611,31.34917\n4957,1644392678,-24.51611,31.34916\n4958,1644392679,-24.51611,31.34915\n4959,1644392680,-24.51611,31.34915\n4960,1644392681,-24.51611,31.34915\n4961,1644392682,-24.51611,31.34915\n4962,1644392683,-24.51611,31.34915\n4963,1644392684,-24.51611,31.34915\n4964,1644392685,-24.51611,31.34915\n4965,1644392686,-24.51611,31.34915\n4966,1644392687,-24.51611,31.34915\n4967,1644392688,-24.51612,31.34915\n4968,1644392689,-24.51612,31.34915\n4969,1644392690,-24.51612,31.34915\n4970,1644392691,-24.51612,31.34915\n4971,1644392692,-24.51612,31.34915\n4972,1644392693,-24.51612,31.34915\n4973,1644392694,-24.51612,31.34915\n4974,1644392695,-24.51612,31.34915\n4975,1644392696,-24.51612,31.34915\n4976,1644392697,-24.51611,31.34915\n4977,1644392698,-24.51612,31.34915\n4978,1644392699,-24.51612,31.34915\n4979,1644392700,-24.51611,31.34916\n4980,1644392701,-24.51611,31.34917\n4981,1644392702,-24.51611,31.34917\n4982,1644392703,-24.51611,31.34917\n4983,1644392704,-24.51610,31.34918\n4984,1644392705,-24.51610,31.34918\n4985,1644392706,-24.51610,31.34919\n4986,1644392707,-24.51610,31.34919\n4987,1644392708,-24.51609,31.34919\n4988,1644392709,-24.51609,31.34919\n4989,1644392710,-24.51609,31.34919\n4990,1644392711,-24.51609,31.34919\n4991,1644392712,-24.51609,31.34920\n4992,1644392713,-24.51608,31.34920\n4993,1644392714,-24.51608,31.34920\n4994,1644392715,-24.51608,31.34921\n4995,1644392716,-24.51608,31.34921\n4996,1644392717,-24.51608,31.34921\n4997,1644392718,-24.51608,31.34921\n4998,1644392719,-24.51608,31.34921\n4999,1644392720,-24.51608,31.34921\n5000,1644392721,-24.51608,31.34921\n5001,1644392722,-24.51607,31.34921\n5002,1644392723,-24.51607,31.34921\n5003,1644392724,-24.51607,31.34921\n5004,1644392725,-24.51607,31.34921\n5005,1644392726,-24.51607,31.34921\n5006,1644392727,-24.51607,31.34921\n5007,1644392728,-24.51607,31.34922\n5008,1644392729,-24.51607,31.34922\n5009,1644392730,-24.51607,31.34922\n5010,1644392731,-24.51607,31.34922\n5011,1644392732,-24.51607,31.34922\n5012,1644392733,-24.51607,31.34922\n5013,1644392734,-24.51607,31.34922\n5014,1644392735,-24.51607,31.34922\n5015,1644392736,-24.51607,31.34922\n5016,1644392737,-24.51607,31.34922\n5017,1644392738,-24.51607,31.34922\n5018,1644392739,-24.51607,31.34922\n5019,1644392740,-24.51607,31.34922\n5020,1644392741,-24.51607,31.34922\n5021,1644392742,-24.51607,31.34922\n5022,1644392743,-24.51607,31.34922\n5023,1644392744,-24.51607,31.34922\n5024,1644392745,-24.51607,31.34922\n5025,1644392746,-24.51607,31.34922\n5026,1644392747,-24.51607,31.34922\n5027,1644392748,-24.51607,31.34922\n5028,1644392749,-24.51607,31.34922\n5029,1644392750,-24.51607,31.34922\n5030,1644392751,-24.51607,31.34922\n5031,1644392752,-24.51607,31.34922\n5032,1644392753,-24.51607,31.34922\n5033,1644392754,-24.51607,31.34922\n5034,1644392755,-24.51607,31.34922\n5035,1644392756,-24.51607,31.34922\n5036,1644392757,-24.51607,31.34922\n5037,1644392758,-24.51607,31.34922\n5038,1644392759,-24.51607,31.34922\n5039,1644392760,-24.51607,31.34922\n5040,1644392761,-24.51607,31.34922\n5041,1644392762,-24.51607,31.34922\n5042,1644392763,-24.51608,31.34921\n5043,1644392764,-24.51608,31.34921\n5044,1644392765,-24.51608,31.34920\n5045,1644392828,-24.51616,31.34894\n5046,1644392829,-24.51617,31.34896\n5047,1644392830,-24.51619,31.34897\n5048,1644392831,-24.51620,31.34897\n5049,1644392832,-24.51621,31.34897\n5050,1644392833,-24.51622,31.34898\n5051,1644392834,-24.51622,31.34898\n5052,1644392835,-24.51623,31.34898\n5053,1644392836,-24.51624,31.34897\n5054,1644392837,-24.51624,31.34897\n5055,1644392838,-24.51625,31.34898\n5056,1644392839,-24.51625,31.34899\n5057,1644392841,-24.51626,31.34900\n5058,1644392842,-24.51627,31.34901\n5059,1644392843,-24.51628,31.34903\n5060,1644392844,-24.51629,31.34904\n5061,1644392845,-24.51630,31.34904\n5062,1644392846,-24.51632,31.34904\n5063,1644392847,-24.51635,31.34904\n5064,1644392848,-24.51640,31.34903\n5065,1644392849,-24.51645,31.34902\n5066,1644392850,-24.51651,31.34901\n5067,1644392851,-24.51657,31.34899\n5068,1644392852,-24.51662,31.34898\n5069,1644392853,-24.51667,31.34896\n5070,1644392854,-24.51672,31.34894\n5071,1644392917,-24.51922,31.34755\n5072,1644392918,-24.51922,31.34749\n5073,1644392919,-24.51921,31.34744\n5074,1644392920,-24.51922,31.34739\n5075,1644392921,-24.51924,31.34733\n5076,1644392922,-24.51926,31.34727\n5077,1644392923,-24.51928,31.34722\n5078,1644392924,-24.51929,31.34716\n5079,1644392925,-24.51930,31.34710\n5080,1644392989,-24.52032,31.34312\n5081,1644392990,-24.52029,31.34301\n5082,1644392991,-24.52031,31.34290\n5083,1644392992,-24.52034,31.34283\n5084,1644392993,-24.52038,31.34276\n5085,1644392994,-24.52041,31.34270\n5086,1644392995,-24.52045,31.34265\n5087,1644392997,-24.52049,31.34255\n5088,1644393060,-24.52300,31.33979\n5089,1644393061,-24.52304,31.33973\n5090,1644393062,-24.52308,31.33967\n5091,1644393063,-24.52313,31.33960\n5092,1644393128,-24.52525,31.33825\n5093,1644393129,-24.52534,31.33806\n5094,1644393195,-24.52891,31.33727\n5095,1644393259,-24.53115,31.33491\n5096,1644393947,-24.53888,31.32200"
  },
  {
    "path": "TickTagData/10_AntiPoachingHound_1s_Interval/20220209_AntiPoachingHound_1s_Interval_5096_fixes.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 51, TOs: 0/0, ErrorsOrGF: 0, TTFF: 65\nFixes: 5096, Avg. time to fix: 0 s, Avg. HDOP (x10): 11\n\ncount,timestamp,lat,lon\n1,1644387698,-24.53918,31.32248\n2,1644387699,-24.53915,31.32250\n3,1644387700,-24.53914,31.32250\n4,1644387701,-24.53914,31.32249\n5,1644387702,-24.53914,31.32249\n6,1644387703,-24.53914,31.32248\n7,1644387704,-24.53915,31.32248\n8,1644387705,-24.53914,31.32247\n9,1644387706,-24.53914,31.32247\n10,1644387707,-24.53915,31.32247\n11,1644387708,-24.53914,31.32248\n12,1644387709,-24.53914,31.32248\n13,1644387710,-24.53914,31.32249\n14,1644387711,-24.53914,31.32249\n15,1644387712,-24.53914,31.32249\n16,1644387713,-24.53914,31.32249\n17,1644387714,-24.53914,31.32249\n18,1644387715,-24.53914,31.32249\n19,1644387716,-24.53913,31.32250\n20,1644387717,-24.53913,31.32250\n21,1644387718,-24.53913,31.32249\n22,1644387719,-24.53913,31.32250\n23,1644387720,-24.53913,31.32250\n24,1644387721,-24.53913,31.32250\n25,1644387722,-24.53913,31.32250\n26,1644387723,-24.53913,31.32250\n27,1644387724,-24.53913,31.32250\n28,1644387725,-24.53912,31.32250\n29,1644387726,-24.53913,31.32250\n30,1644387727,-24.53912,31.32250\n31,1644387728,-24.53912,31.32250\n32,1644387729,-24.53913,31.32248\n33,1644387730,-24.53913,31.32248\n34,1644387731,-24.53914,31.32250\n35,1644387732,-24.53914,31.32250\n36,1644387733,-24.53914,31.32251\n37,1644387734,-24.53914,31.32250\n38,1644387735,-24.53914,31.32249\n39,1644387736,-24.53914,31.32249\n40,1644387737,-24.53915,31.32248\n41,1644387738,-24.53915,31.32247\n42,1644387739,-24.53916,31.32246\n43,1644387740,-24.53917,31.32246\n44,1644387741,-24.53918,31.32245\n45,1644387742,-24.53919,31.32244\n46,1644387743,-24.53920,31.32244\n47,1644387744,-24.53921,31.32243\n48,1644387745,-24.53922,31.32243\n49,1644387746,-24.53923,31.32243\n50,1644387747,-24.53923,31.32242\n51,1644387748,-24.53924,31.32242\n52,1644387749,-24.53924,31.32241\n53,1644387750,-24.53924,31.32241\n54,1644387751,-24.53925,31.32241\n55,1644387752,-24.53925,31.32240\n56,1644387753,-24.53925,31.32241\n57,1644387754,-24.53926,31.32240\n58,1644387755,-24.53926,31.32240\n59,1644387756,-24.53927,31.32239\n60,1644387757,-24.53927,31.32238\n61,1644387758,-24.53928,31.32238\n62,1644387759,-24.53929,31.32238\n63,1644387760,-24.53930,31.32237\n64,1644387761,-24.53931,31.32237\n65,1644387762,-24.53932,31.32236\n66,1644387763,-24.53933,31.32236\n67,1644387764,-24.53934,31.32235\n68,1644387765,-24.53934,31.32235\n69,1644387766,-24.53934,31.32235\n70,1644387767,-24.53934,31.32235\n71,1644387768,-24.53935,31.32235\n72,1644387769,-24.53935,31.32235\n73,1644387770,-24.53935,31.32235\n74,1644387771,-24.53935,31.32235\n75,1644387772,-24.53935,31.32235\n76,1644387773,-24.53935,31.32235\n77,1644387774,-24.53935,31.32235\n78,1644387775,-24.53935,31.32235\n79,1644387776,-24.53935,31.32235\n80,1644387777,-24.53935,31.32235\n81,1644387778,-24.53935,31.32235\n82,1644387779,-24.53934,31.32236\n83,1644387780,-24.53934,31.32236\n84,1644387781,-24.53934,31.32236\n85,1644387782,-24.53935,31.32236\n86,1644387783,-24.53935,31.32236\n87,1644387784,-24.53935,31.32236\n88,1644387785,-24.53935,31.32236\n89,1644387786,-24.53935,31.32236\n90,1644387787,-24.53936,31.32237\n91,1644387788,-24.53936,31.32237\n92,1644387789,-24.53936,31.32238\n93,1644387790,-24.53936,31.32238\n94,1644387791,-24.53936,31.32240\n95,1644387792,-24.53936,31.32240\n96,1644387793,-24.53936,31.32241\n97,1644387794,-24.53935,31.32241\n98,1644387795,-24.53935,31.32242\n99,1644387796,-24.53936,31.32241\n100,1644387797,-24.53936,31.32242\n101,1644387798,-24.53936,31.32242\n102,1644387799,-24.53936,31.32241\n103,1644387800,-24.53936,31.32241\n104,1644387801,-24.53937,31.32241\n105,1644387802,-24.53937,31.32241\n106,1644387803,-24.53937,31.32241\n107,1644387804,-24.53937,31.32241\n108,1644387805,-24.53937,31.32241\n109,1644387806,-24.53937,31.32241\n110,1644387807,-24.53937,31.32241\n111,1644387808,-24.53937,31.32241\n112,1644387809,-24.53937,31.32241\n113,1644387810,-24.53937,31.32240\n114,1644387811,-24.53937,31.32240\n115,1644387812,-24.53937,31.32240\n116,1644387813,-24.53937,31.32240\n117,1644387814,-24.53937,31.32240\n118,1644387815,-24.53937,31.32240\n119,1644387816,-24.53937,31.32240\n120,1644387817,-24.53938,31.32240\n121,1644387818,-24.53938,31.32240\n122,1644387819,-24.53938,31.32240\n123,1644387820,-24.53938,31.32240\n124,1644387821,-24.53938,31.32240\n125,1644387822,-24.53938,31.32240\n126,1644387823,-24.53938,31.32240\n127,1644387824,-24.53939,31.32240\n128,1644387825,-24.53939,31.32239\n129,1644387826,-24.53939,31.32239\n130,1644387827,-24.53939,31.32239\n131,1644387828,-24.53939,31.32239\n132,1644387829,-24.53939,31.32239\n133,1644387830,-24.53939,31.32239\n134,1644387831,-24.53940,31.32239\n135,1644387832,-24.53940,31.32239\n136,1644387833,-24.53940,31.32239\n137,1644387834,-24.53940,31.32238\n138,1644387835,-24.53940,31.32238\n139,1644387836,-24.53940,31.32238\n140,1644387837,-24.53940,31.32238\n141,1644387838,-24.53940,31.32238\n142,1644387839,-24.53941,31.32238\n143,1644387840,-24.53941,31.32238\n144,1644387841,-24.53941,31.32237\n145,1644387842,-24.53941,31.32237\n146,1644387843,-24.53941,31.32237\n147,1644387844,-24.53941,31.32237\n148,1644387845,-24.53941,31.32237\n149,1644387846,-24.53941,31.32237\n150,1644387847,-24.53941,31.32237\n151,1644387848,-24.53941,31.32237\n152,1644387849,-24.53941,31.32237\n153,1644387850,-24.53942,31.32236\n154,1644387851,-24.53942,31.32236\n155,1644387852,-24.53942,31.32236\n156,1644387853,-24.53942,31.32236\n157,1644387854,-24.53942,31.32236\n158,1644387855,-24.53942,31.32236\n159,1644387856,-24.53942,31.32236\n160,1644387857,-24.53942,31.32236\n161,1644387858,-24.53942,31.32236\n162,1644387859,-24.53943,31.32236\n163,1644387860,-24.53943,31.32236\n164,1644387861,-24.53943,31.32236\n165,1644387862,-24.53943,31.32236\n166,1644387863,-24.53943,31.32236\n167,1644387864,-24.53943,31.32236\n168,1644387865,-24.53943,31.32236\n169,1644387866,-24.53943,31.32236\n170,1644387867,-24.53943,31.32236\n171,1644387868,-24.53943,31.32236\n172,1644387869,-24.53943,31.32236\n173,1644387870,-24.53943,31.32236\n174,1644387871,-24.53943,31.32236\n175,1644387872,-24.53943,31.32236\n176,1644387873,-24.53943,31.32236\n177,1644387874,-24.53943,31.32236\n178,1644387875,-24.53943,31.32236\n179,1644387876,-24.53943,31.32236\n180,1644387877,-24.53942,31.32236\n181,1644387878,-24.53942,31.32236\n182,1644387879,-24.53942,31.32236\n183,1644387880,-24.53942,31.32236\n184,1644387881,-24.53942,31.32236\n185,1644387882,-24.53942,31.32236\n186,1644387883,-24.53942,31.32236\n187,1644387884,-24.53941,31.32236\n188,1644387885,-24.53941,31.32236\n189,1644387886,-24.53941,31.32237\n190,1644387887,-24.53941,31.32237\n191,1644387888,-24.53941,31.32237\n192,1644387889,-24.53941,31.32237\n193,1644387890,-24.53940,31.32237\n194,1644387891,-24.53940,31.32237\n195,1644387892,-24.53939,31.32237\n196,1644387893,-24.53938,31.32237\n197,1644387894,-24.53937,31.32237\n198,1644387895,-24.53937,31.32238\n199,1644387896,-24.53936,31.32237\n200,1644387897,-24.53940,31.32237\n201,1644387898,-24.53938,31.32237\n202,1644387899,-24.53941,31.32237\n203,1644387900,-24.53940,31.32235\n204,1644387901,-24.53939,31.32233\n205,1644387902,-24.53938,31.32235\n206,1644387903,-24.53937,31.32236\n207,1644387904,-24.53937,31.32236\n208,1644387905,-24.53938,31.32235\n209,1644387906,-24.53939,31.32235\n210,1644387907,-24.53940,31.32235\n211,1644387908,-24.53940,31.32235\n212,1644387909,-24.53940,31.32235\n213,1644387910,-24.53939,31.32235\n214,1644387911,-24.53939,31.32235\n215,1644387912,-24.53939,31.32235\n216,1644387913,-24.53939,31.32235\n217,1644387914,-24.53939,31.32235\n218,1644387915,-24.53939,31.32235\n219,1644387916,-24.53939,31.32235\n220,1644387917,-24.53939,31.32235\n221,1644387918,-24.53939,31.32235\n222,1644387919,-24.53939,31.32235\n223,1644387920,-24.53939,31.32235\n224,1644387921,-24.53939,31.32234\n225,1644387922,-24.53937,31.32235\n226,1644387923,-24.53936,31.32236\n227,1644387924,-24.53936,31.32237\n228,1644387925,-24.53936,31.32237\n229,1644387926,-24.53936,31.32237\n230,1644387927,-24.53936,31.32238\n231,1644387928,-24.53935,31.32238\n232,1644387929,-24.53934,31.32239\n233,1644387930,-24.53932,31.32239\n234,1644387931,-24.53931,31.32240\n235,1644387932,-24.53931,31.32240\n236,1644387933,-24.53930,31.32241\n237,1644387934,-24.53929,31.32240\n238,1644387935,-24.53929,31.32240\n239,1644387936,-24.53928,31.32241\n240,1644387937,-24.53927,31.32239\n241,1644387938,-24.53934,31.32239\n242,1644387939,-24.53937,31.32238\n243,1644387940,-24.53938,31.32238\n244,1644387941,-24.53939,31.32237\n245,1644387942,-24.53939,31.32237\n246,1644387943,-24.53939,31.32237\n247,1644387944,-24.53938,31.32237\n248,1644387945,-24.53938,31.32237\n249,1644387946,-24.53938,31.32237\n250,1644387947,-24.53938,31.32237\n251,1644387948,-24.53939,31.32237\n252,1644387949,-24.53939,31.32237\n253,1644387950,-24.53940,31.32236\n254,1644387951,-24.53940,31.32236\n255,1644387952,-24.53941,31.32234\n256,1644387953,-24.53942,31.32233\n257,1644387954,-24.53941,31.32234\n258,1644387955,-24.53940,31.32236\n259,1644387956,-24.53940,31.32237\n260,1644387957,-24.53940,31.32237\n261,1644387958,-24.53940,31.32238\n262,1644387959,-24.53940,31.32237\n263,1644387960,-24.53940,31.32237\n264,1644387961,-24.53940,31.32237\n265,1644387962,-24.53939,31.32238\n266,1644387963,-24.53939,31.32238\n267,1644387964,-24.53938,31.32238\n268,1644387965,-24.53936,31.32238\n269,1644387966,-24.53936,31.32238\n270,1644387967,-24.53935,31.32238\n271,1644387968,-24.53935,31.32238\n272,1644387969,-24.53934,31.32239\n273,1644387970,-24.53934,31.32238\n274,1644387971,-24.53934,31.32239\n275,1644387972,-24.53934,31.32239\n276,1644387973,-24.53934,31.32239\n277,1644387974,-24.53935,31.32238\n278,1644387975,-24.53935,31.32238\n279,1644387976,-24.53935,31.32238\n280,1644387977,-24.53935,31.32238\n281,1644387978,-24.53935,31.32238\n282,1644387979,-24.53934,31.32240\n283,1644387980,-24.53934,31.32240\n284,1644387981,-24.53933,31.32240\n285,1644387982,-24.53933,31.32241\n286,1644387983,-24.53932,31.32240\n287,1644387984,-24.53933,31.32240\n288,1644387985,-24.53935,31.32239\n289,1644387986,-24.53936,31.32238\n290,1644387987,-24.53935,31.32238\n291,1644387988,-24.53936,31.32237\n292,1644387989,-24.53936,31.32237\n293,1644387990,-24.53936,31.32234\n294,1644387991,-24.53934,31.32233\n295,1644387992,-24.53934,31.32232\n296,1644387993,-24.53933,31.32232\n297,1644387994,-24.53933,31.32233\n298,1644387995,-24.53932,31.32233\n299,1644387996,-24.53932,31.32233\n300,1644387997,-24.53931,31.32233\n301,1644387998,-24.53930,31.32233\n302,1644387999,-24.53929,31.32234\n303,1644388000,-24.53929,31.32234\n304,1644388001,-24.53928,31.32234\n305,1644388002,-24.53929,31.32235\n306,1644388003,-24.53934,31.32233\n307,1644388004,-24.53935,31.32233\n308,1644388005,-24.53937,31.32233\n309,1644388006,-24.53937,31.32233\n310,1644388007,-24.53937,31.32233\n311,1644388008,-24.53936,31.32232\n312,1644388009,-24.53935,31.32232\n313,1644388010,-24.53935,31.32233\n314,1644388011,-24.53934,31.32233\n315,1644388012,-24.53934,31.32233\n316,1644388013,-24.53934,31.32233\n317,1644388014,-24.53934,31.32232\n318,1644388015,-24.53934,31.32232\n319,1644388016,-24.53933,31.32232\n320,1644388017,-24.53933,31.32232\n321,1644388018,-24.53933,31.32232\n322,1644388019,-24.53933,31.32232\n323,1644388020,-24.53934,31.32232\n324,1644388021,-24.53934,31.32232\n325,1644388022,-24.53934,31.32232\n326,1644388023,-24.53934,31.32232\n327,1644388024,-24.53935,31.32231\n328,1644388025,-24.53935,31.32231\n329,1644388026,-24.53935,31.32231\n330,1644388027,-24.53935,31.32232\n331,1644388028,-24.53935,31.32232\n332,1644388029,-24.53935,31.32232\n333,1644388030,-24.53935,31.32231\n334,1644388031,-24.53935,31.32231\n335,1644388032,-24.53936,31.32231\n336,1644388033,-24.53936,31.32231\n337,1644388034,-24.53937,31.32231\n338,1644388035,-24.53938,31.32232\n339,1644388036,-24.53939,31.32234\n340,1644388037,-24.53939,31.32234\n341,1644388038,-24.53940,31.32235\n342,1644388039,-24.53941,31.32234\n343,1644388040,-24.53941,31.32234\n344,1644388041,-24.53941,31.32234\n345,1644388042,-24.53942,31.32233\n346,1644388043,-24.53942,31.32233\n347,1644388044,-24.53942,31.32233\n348,1644388045,-24.53942,31.32233\n349,1644388046,-24.53942,31.32233\n350,1644388047,-24.53942,31.32233\n351,1644388048,-24.53943,31.32233\n352,1644388049,-24.53943,31.32233\n353,1644388050,-24.53943,31.32233\n354,1644388051,-24.53942,31.32233\n355,1644388052,-24.53942,31.32234\n356,1644388053,-24.53941,31.32235\n357,1644388054,-24.53941,31.32236\n358,1644388055,-24.53941,31.32236\n359,1644388056,-24.53941,31.32236\n360,1644388057,-24.53941,31.32236\n361,1644388058,-24.53941,31.32236\n362,1644388059,-24.53941,31.32236\n363,1644388060,-24.53941,31.32236\n364,1644388061,-24.53941,31.32236\n365,1644388062,-24.53941,31.32236\n366,1644388063,-24.53941,31.32236\n367,1644388064,-24.53941,31.32236\n368,1644388065,-24.53941,31.32235\n369,1644388066,-24.53941,31.32235\n370,1644388067,-24.53942,31.32234\n371,1644388068,-24.53941,31.32234\n372,1644388069,-24.53941,31.32234\n373,1644388070,-24.53942,31.32234\n374,1644388071,-24.53942,31.32235\n375,1644388072,-24.53942,31.32235\n376,1644388073,-24.53942,31.32236\n377,1644388074,-24.53942,31.32237\n378,1644388075,-24.53942,31.32237\n379,1644388076,-24.53942,31.32237\n380,1644388077,-24.53942,31.32238\n381,1644388078,-24.53942,31.32238\n382,1644388079,-24.53942,31.32238\n383,1644388080,-24.53942,31.32238\n384,1644388081,-24.53942,31.32239\n385,1644388082,-24.53942,31.32239\n386,1644388083,-24.53942,31.32239\n387,1644388084,-24.53942,31.32239\n388,1644388085,-24.53942,31.32239\n389,1644388086,-24.53942,31.32239\n390,1644388087,-24.53942,31.32239\n391,1644388088,-24.53941,31.32239\n392,1644388089,-24.53941,31.32239\n393,1644388090,-24.53940,31.32239\n394,1644388091,-24.53937,31.32240\n395,1644388092,-24.53937,31.32239\n396,1644388093,-24.53936,31.32239\n397,1644388094,-24.53935,31.32239\n398,1644388095,-24.53934,31.32239\n399,1644388096,-24.53933,31.32240\n400,1644388097,-24.53933,31.32240\n401,1644388098,-24.53933,31.32240\n402,1644388099,-24.53933,31.32239\n403,1644388100,-24.53933,31.32239\n404,1644388101,-24.53933,31.32239\n405,1644388102,-24.53933,31.32239\n406,1644388103,-24.53933,31.32239\n407,1644388104,-24.53933,31.32239\n408,1644388105,-24.53933,31.32240\n409,1644388106,-24.53931,31.32242\n410,1644388107,-24.53931,31.32243\n411,1644388108,-24.53930,31.32244\n412,1644388109,-24.53929,31.32244\n413,1644388110,-24.53929,31.32244\n414,1644388111,-24.53929,31.32243\n415,1644388112,-24.53930,31.32244\n416,1644388113,-24.53930,31.32244\n417,1644388114,-24.53930,31.32245\n418,1644388115,-24.53930,31.32246\n419,1644388116,-24.53930,31.32246\n420,1644388117,-24.53930,31.32244\n421,1644388118,-24.53931,31.32243\n422,1644388119,-24.53931,31.32241\n423,1644388120,-24.53931,31.32240\n424,1644388121,-24.53930,31.32240\n425,1644388122,-24.53930,31.32239\n426,1644388123,-24.53930,31.32239\n427,1644388124,-24.53930,31.32239\n428,1644388125,-24.53929,31.32240\n429,1644388126,-24.53929,31.32240\n430,1644388127,-24.53929,31.32240\n431,1644388128,-24.53929,31.32240\n432,1644388129,-24.53930,31.32240\n433,1644388130,-24.53929,31.32240\n434,1644388131,-24.53929,31.32240\n435,1644388132,-24.53929,31.32240\n436,1644388133,-24.53929,31.32241\n437,1644388134,-24.53929,31.32241\n438,1644388135,-24.53928,31.32241\n439,1644388136,-24.53928,31.32241\n440,1644388137,-24.53928,31.32241\n441,1644388138,-24.53928,31.32241\n442,1644388139,-24.53928,31.32241\n443,1644388140,-24.53928,31.32241\n444,1644388141,-24.53928,31.32241\n445,1644388142,-24.53928,31.32241\n446,1644388143,-24.53928,31.32241\n447,1644388144,-24.53927,31.32242\n448,1644388145,-24.53928,31.32242\n449,1644388146,-24.53928,31.32242\n450,1644388147,-24.53929,31.32242\n451,1644388148,-24.53929,31.32242\n452,1644388149,-24.53929,31.32243\n453,1644388150,-24.53929,31.32243\n454,1644388151,-24.53930,31.32243\n455,1644388152,-24.53930,31.32243\n456,1644388153,-24.53930,31.32243\n457,1644388154,-24.53930,31.32243\n458,1644388155,-24.53929,31.32243\n459,1644388156,-24.53928,31.32243\n460,1644388157,-24.53927,31.32244\n461,1644388158,-24.53926,31.32244\n462,1644388159,-24.53927,31.32243\n463,1644388160,-24.53929,31.32242\n464,1644388161,-24.53931,31.32241\n465,1644388162,-24.53932,31.32243\n466,1644388163,-24.53933,31.32243\n467,1644388164,-24.53933,31.32242\n468,1644388165,-24.53934,31.32242\n469,1644388166,-24.53934,31.32241\n470,1644388167,-24.53935,31.32241\n471,1644388168,-24.53935,31.32241\n472,1644388169,-24.53935,31.32241\n473,1644388170,-24.53934,31.32242\n474,1644388171,-24.53934,31.32242\n475,1644388172,-24.53934,31.32242\n476,1644388173,-24.53934,31.32241\n477,1644388174,-24.53934,31.32241\n478,1644388175,-24.53934,31.32241\n479,1644388176,-24.53934,31.32241\n480,1644388177,-24.53934,31.32241\n481,1644388178,-24.53934,31.32241\n482,1644388179,-24.53935,31.32240\n483,1644388180,-24.53935,31.32240\n484,1644388181,-24.53935,31.32240\n485,1644388182,-24.53935,31.32238\n486,1644388183,-24.53934,31.32237\n487,1644388184,-24.53933,31.32237\n488,1644388185,-24.53934,31.32238\n489,1644388186,-24.53934,31.32238\n490,1644388187,-24.53934,31.32238\n491,1644388188,-24.53934,31.32238\n492,1644388189,-24.53934,31.32238\n493,1644388190,-24.53934,31.32238\n494,1644388191,-24.53934,31.32238\n495,1644388192,-24.53934,31.32238\n496,1644388193,-24.53935,31.32238\n497,1644388194,-24.53935,31.32239\n498,1644388195,-24.53935,31.32238\n499,1644388196,-24.53935,31.32238\n500,1644388197,-24.53934,31.32239\n501,1644388198,-24.53934,31.32239\n502,1644388199,-24.53934,31.32239\n503,1644388200,-24.53934,31.32240\n504,1644388201,-24.53935,31.32240\n505,1644388202,-24.53936,31.32241\n506,1644388203,-24.53936,31.32243\n507,1644388204,-24.53936,31.32244\n508,1644388205,-24.53937,31.32245\n509,1644388206,-24.53937,31.32247\n510,1644388207,-24.53936,31.32248\n511,1644388208,-24.53936,31.32249\n512,1644388209,-24.53936,31.32249\n513,1644388210,-24.53937,31.32249\n514,1644388211,-24.53937,31.32249\n515,1644388212,-24.53937,31.32247\n516,1644388213,-24.53936,31.32247\n517,1644388214,-24.53935,31.32246\n518,1644388215,-24.53934,31.32246\n519,1644388216,-24.53934,31.32246\n520,1644388217,-24.53933,31.32245\n521,1644388218,-24.53933,31.32242\n522,1644388219,-24.53933,31.32242\n523,1644388220,-24.53933,31.32243\n524,1644388221,-24.53932,31.32243\n525,1644388222,-24.53931,31.32244\n526,1644388223,-24.53931,31.32246\n527,1644388224,-24.53931,31.32248\n528,1644388225,-24.53931,31.32250\n529,1644388226,-24.53931,31.32252\n530,1644388227,-24.53932,31.32253\n531,1644388228,-24.53932,31.32254\n532,1644388229,-24.53933,31.32254\n533,1644388230,-24.53936,31.32250\n534,1644388231,-24.53938,31.32247\n535,1644388232,-24.53939,31.32244\n536,1644388233,-24.53939,31.32243\n537,1644388234,-24.53941,31.32242\n538,1644388235,-24.53943,31.32240\n539,1644388236,-24.53945,31.32239\n540,1644388237,-24.53947,31.32238\n541,1644388238,-24.53948,31.32237\n542,1644388239,-24.53949,31.32236\n543,1644388240,-24.53949,31.32235\n544,1644388241,-24.53950,31.32235\n545,1644388242,-24.53950,31.32235\n546,1644388243,-24.53950,31.32234\n547,1644388244,-24.53950,31.32232\n548,1644388245,-24.53950,31.32231\n549,1644388246,-24.53950,31.32230\n550,1644388247,-24.53950,31.32231\n551,1644388248,-24.53949,31.32231\n552,1644388249,-24.53948,31.32232\n553,1644388250,-24.53947,31.32233\n554,1644388251,-24.53945,31.32233\n555,1644388252,-24.53944,31.32233\n556,1644388253,-24.53942,31.32233\n557,1644388254,-24.53941,31.32233\n558,1644388255,-24.53941,31.32234\n559,1644388256,-24.53941,31.32232\n560,1644388257,-24.53941,31.32231\n561,1644388258,-24.53942,31.32228\n562,1644388259,-24.53942,31.32226\n563,1644388260,-24.53942,31.32224\n564,1644388261,-24.53941,31.32223\n565,1644388262,-24.53942,31.32222\n566,1644388263,-24.53941,31.32222\n567,1644388264,-24.53941,31.32222\n568,1644388265,-24.53941,31.32222\n569,1644388266,-24.53941,31.32222\n570,1644388267,-24.53941,31.32222\n571,1644388268,-24.53941,31.32222\n572,1644388269,-24.53942,31.32222\n573,1644388270,-24.53942,31.32222\n574,1644388271,-24.53943,31.32222\n575,1644388272,-24.53943,31.32222\n576,1644388273,-24.53943,31.32222\n577,1644388274,-24.53944,31.32221\n578,1644388275,-24.53944,31.32221\n579,1644388276,-24.53944,31.32221\n580,1644388277,-24.53944,31.32221\n581,1644388278,-24.53944,31.32221\n582,1644388279,-24.53945,31.32221\n583,1644388280,-24.53945,31.32221\n584,1644388281,-24.53944,31.32221\n585,1644388282,-24.53944,31.32222\n586,1644388283,-24.53944,31.32222\n587,1644388284,-24.53943,31.32222\n588,1644388285,-24.53942,31.32223\n589,1644388286,-24.53941,31.32224\n590,1644388287,-24.53941,31.32225\n591,1644388288,-24.53941,31.32227\n592,1644388289,-24.53940,31.32230\n593,1644388290,-24.53941,31.32231\n594,1644388291,-24.53941,31.32233\n595,1644388292,-24.53942,31.32233\n596,1644388293,-24.53942,31.32233\n597,1644388294,-24.53943,31.32232\n598,1644388295,-24.53943,31.32232\n599,1644388296,-24.53944,31.32232\n600,1644388297,-24.53944,31.32232\n601,1644388298,-24.53944,31.32232\n602,1644388299,-24.53944,31.32232\n603,1644388300,-24.53944,31.32233\n604,1644388301,-24.53944,31.32234\n605,1644388302,-24.53943,31.32236\n606,1644388303,-24.53943,31.32237\n607,1644388304,-24.53942,31.32239\n608,1644388305,-24.53943,31.32242\n609,1644388306,-24.53943,31.32243\n610,1644388307,-24.53943,31.32243\n611,1644388308,-24.53944,31.32244\n612,1644388309,-24.53944,31.32244\n613,1644388310,-24.53944,31.32244\n614,1644388311,-24.53944,31.32244\n615,1644388312,-24.53944,31.32244\n616,1644388313,-24.53943,31.32244\n617,1644388314,-24.53943,31.32244\n618,1644388315,-24.53943,31.32244\n619,1644388316,-24.53943,31.32243\n620,1644388317,-24.53943,31.32242\n621,1644388318,-24.53943,31.32241\n622,1644388319,-24.53943,31.32241\n623,1644388320,-24.53943,31.32241\n624,1644388321,-24.53942,31.32241\n625,1644388322,-24.53942,31.32241\n626,1644388323,-24.53942,31.32241\n627,1644388324,-24.53941,31.32241\n628,1644388325,-24.53940,31.32241\n629,1644388326,-24.53939,31.32241\n630,1644388327,-24.53937,31.32242\n631,1644388328,-24.53936,31.32242\n632,1644388329,-24.53936,31.32242\n633,1644388330,-24.53934,31.32242\n634,1644388331,-24.53935,31.32241\n635,1644388332,-24.53935,31.32240\n636,1644388333,-24.53934,31.32240\n637,1644388334,-24.53934,31.32239\n638,1644388335,-24.53933,31.32239\n639,1644388336,-24.53932,31.32239\n640,1644388337,-24.53932,31.32239\n641,1644388338,-24.53932,31.32239\n642,1644388339,-24.53932,31.32239\n643,1644388340,-24.53932,31.32239\n644,1644388341,-24.53932,31.32239\n645,1644388342,-24.53932,31.32240\n646,1644388343,-24.53932,31.32240\n647,1644388344,-24.53931,31.32240\n648,1644388345,-24.53931,31.32240\n649,1644388346,-24.53931,31.32240\n650,1644388347,-24.53931,31.32241\n651,1644388348,-24.53931,31.32241\n652,1644388349,-24.53932,31.32241\n653,1644388350,-24.53932,31.32241\n654,1644388351,-24.53932,31.32241\n655,1644388352,-24.53932,31.32241\n656,1644388353,-24.53932,31.32240\n657,1644388354,-24.53932,31.32240\n658,1644388355,-24.53932,31.32240\n659,1644388356,-24.53931,31.32242\n660,1644388357,-24.53932,31.32243\n661,1644388358,-24.53932,31.32243\n662,1644388359,-24.53931,31.32243\n663,1644388360,-24.53931,31.32243\n664,1644388361,-24.53931,31.32243\n665,1644388362,-24.53931,31.32243\n666,1644388363,-24.53930,31.32243\n667,1644388364,-24.53930,31.32242\n668,1644388365,-24.53930,31.32242\n669,1644388366,-24.53930,31.32242\n670,1644388367,-24.53930,31.32242\n671,1644388368,-24.53929,31.32241\n672,1644388369,-24.53928,31.32240\n673,1644388370,-24.53928,31.32240\n674,1644388371,-24.53928,31.32240\n675,1644388372,-24.53928,31.32240\n676,1644388373,-24.53928,31.32240\n677,1644388374,-24.53928,31.32239\n678,1644388375,-24.53927,31.32240\n679,1644388376,-24.53927,31.32240\n680,1644388377,-24.53927,31.32240\n681,1644388378,-24.53927,31.32240\n682,1644388379,-24.53926,31.32240\n683,1644388380,-24.53926,31.32239\n684,1644388381,-24.53926,31.32239\n685,1644388382,-24.53926,31.32240\n686,1644388383,-24.53926,31.32241\n687,1644388384,-24.53926,31.32243\n688,1644388385,-24.53926,31.32243\n689,1644388386,-24.53926,31.32244\n690,1644388387,-24.53927,31.32243\n691,1644388388,-24.53928,31.32243\n692,1644388389,-24.53928,31.32243\n693,1644388390,-24.53928,31.32242\n694,1644388391,-24.53928,31.32242\n695,1644388392,-24.53928,31.32242\n696,1644388393,-24.53928,31.32243\n697,1644388394,-24.53928,31.32243\n698,1644388395,-24.53928,31.32242\n699,1644388396,-24.53929,31.32242\n700,1644388397,-24.53928,31.32243\n701,1644388398,-24.53928,31.32243\n702,1644388399,-24.53928,31.32243\n703,1644388400,-24.53928,31.32243\n704,1644388401,-24.53928,31.32243\n705,1644388402,-24.53927,31.32243\n706,1644388403,-24.53927,31.32243\n707,1644388404,-24.53927,31.32243\n708,1644388405,-24.53927,31.32243\n709,1644388406,-24.53927,31.32243\n710,1644388407,-24.53927,31.32244\n711,1644388408,-24.53927,31.32244\n712,1644388409,-24.53927,31.32244\n713,1644388410,-24.53927,31.32244\n714,1644388411,-24.53927,31.32244\n715,1644388412,-24.53927,31.32244\n716,1644388413,-24.53926,31.32244\n717,1644388414,-24.53927,31.32244\n718,1644388415,-24.53926,31.32245\n719,1644388416,-24.53927,31.32245\n720,1644388417,-24.53927,31.32246\n721,1644388418,-24.53927,31.32245\n722,1644388419,-24.53926,31.32245\n723,1644388420,-24.53926,31.32246\n724,1644388421,-24.53926,31.32245\n725,1644388422,-24.53927,31.32245\n726,1644388423,-24.53928,31.32245\n727,1644388424,-24.53928,31.32244\n728,1644388425,-24.53928,31.32244\n729,1644388426,-24.53928,31.32245\n730,1644388427,-24.53928,31.32245\n731,1644388428,-24.53928,31.32246\n732,1644388429,-24.53928,31.32246\n733,1644388430,-24.53928,31.32245\n734,1644388431,-24.53928,31.32245\n735,1644388432,-24.53928,31.32245\n736,1644388433,-24.53928,31.32244\n737,1644388434,-24.53927,31.32244\n738,1644388435,-24.53928,31.32244\n739,1644388436,-24.53928,31.32245\n740,1644388437,-24.53929,31.32246\n741,1644388438,-24.53929,31.32246\n742,1644388439,-24.53929,31.32246\n743,1644388440,-24.53928,31.32246\n744,1644388441,-24.53928,31.32245\n745,1644388442,-24.53928,31.32244\n746,1644388443,-24.53928,31.32245\n747,1644388444,-24.53929,31.32244\n748,1644388445,-24.53931,31.32244\n749,1644388446,-24.53931,31.32244\n750,1644388447,-24.53932,31.32243\n751,1644388448,-24.53933,31.32243\n752,1644388449,-24.53933,31.32242\n753,1644388450,-24.53934,31.32242\n754,1644388451,-24.53934,31.32243\n755,1644388452,-24.53933,31.32243\n756,1644388453,-24.53932,31.32243\n757,1644388454,-24.53932,31.32244\n758,1644388455,-24.53932,31.32244\n759,1644388456,-24.53932,31.32244\n760,1644388457,-24.53932,31.32245\n761,1644388458,-24.53932,31.32245\n762,1644388459,-24.53932,31.32245\n763,1644388460,-24.53932,31.32245\n764,1644388461,-24.53932,31.32245\n765,1644388462,-24.53932,31.32244\n766,1644388463,-24.53933,31.32244\n767,1644388464,-24.53933,31.32244\n768,1644388465,-24.53933,31.32243\n769,1644388466,-24.53933,31.32243\n770,1644388467,-24.53933,31.32242\n771,1644388468,-24.53934,31.32241\n772,1644388469,-24.53934,31.32241\n773,1644388470,-24.53934,31.32240\n774,1644388471,-24.53934,31.32241\n775,1644388472,-24.53933,31.32242\n776,1644388473,-24.53934,31.32242\n777,1644388474,-24.53935,31.32242\n778,1644388475,-24.53936,31.32242\n779,1644388476,-24.53936,31.32242\n780,1644388477,-24.53936,31.32243\n781,1644388478,-24.53937,31.32243\n782,1644388479,-24.53937,31.32242\n783,1644388480,-24.53938,31.32241\n784,1644388481,-24.53939,31.32240\n785,1644388482,-24.53939,31.32240\n786,1644388483,-24.53940,31.32240\n787,1644388484,-24.53940,31.32241\n788,1644388485,-24.53939,31.32241\n789,1644388486,-24.53939,31.32242\n790,1644388487,-24.53939,31.32242\n791,1644388488,-24.53939,31.32242\n792,1644388489,-24.53939,31.32242\n793,1644388490,-24.53939,31.32242\n794,1644388491,-24.53939,31.32242\n795,1644388492,-24.53939,31.32242\n796,1644388493,-24.53939,31.32242\n797,1644388494,-24.53939,31.32242\n798,1644388495,-24.53939,31.32242\n799,1644388496,-24.53939,31.32242\n800,1644388497,-24.53939,31.32242\n801,1644388498,-24.53939,31.32242\n802,1644388499,-24.53940,31.32242\n803,1644388500,-24.53940,31.32241\n804,1644388501,-24.53940,31.32241\n805,1644388502,-24.53940,31.32241\n806,1644388503,-24.53940,31.32240\n807,1644388504,-24.53940,31.32240\n808,1644388505,-24.53941,31.32240\n809,1644388506,-24.53941,31.32240\n810,1644388507,-24.53941,31.32240\n811,1644388508,-24.53939,31.32240\n812,1644388509,-24.53937,31.32241\n813,1644388510,-24.53937,31.32241\n814,1644388511,-24.53936,31.32241\n815,1644388512,-24.53936,31.32241\n816,1644388513,-24.53936,31.32239\n817,1644388514,-24.53935,31.32238\n818,1644388515,-24.53935,31.32238\n819,1644388516,-24.53934,31.32237\n820,1644388517,-24.53934,31.32237\n821,1644388518,-24.53935,31.32237\n822,1644388519,-24.53937,31.32234\n823,1644388520,-24.53939,31.32235\n824,1644388521,-24.53939,31.32235\n825,1644388522,-24.53940,31.32234\n826,1644388523,-24.53940,31.32234\n827,1644388524,-24.53940,31.32234\n828,1644388525,-24.53940,31.32234\n829,1644388526,-24.53940,31.32234\n830,1644388527,-24.53939,31.32233\n831,1644388528,-24.53938,31.32234\n832,1644388529,-24.53937,31.32234\n833,1644388530,-24.53936,31.32234\n834,1644388531,-24.53935,31.32234\n835,1644388532,-24.53933,31.32236\n836,1644388533,-24.53933,31.32237\n837,1644388534,-24.53932,31.32239\n838,1644388535,-24.53931,31.32240\n839,1644388536,-24.53931,31.32240\n840,1644388537,-24.53931,31.32240\n841,1644388538,-24.53931,31.32239\n842,1644388539,-24.53931,31.32238\n843,1644388540,-24.53933,31.32237\n844,1644388541,-24.53935,31.32235\n845,1644388542,-24.53936,31.32235\n846,1644388543,-24.53939,31.32234\n847,1644388544,-24.53939,31.32233\n848,1644388545,-24.53940,31.32233\n849,1644388546,-24.53940,31.32233\n850,1644388547,-24.53939,31.32232\n851,1644388548,-24.53940,31.32232\n852,1644388549,-24.53939,31.32232\n853,1644388550,-24.53937,31.32233\n854,1644388551,-24.53937,31.32234\n855,1644388552,-24.53937,31.32234\n856,1644388553,-24.53936,31.32234\n857,1644388554,-24.53935,31.32234\n858,1644388555,-24.53935,31.32234\n859,1644388556,-24.53934,31.32235\n860,1644388557,-24.53934,31.32235\n861,1644388558,-24.53935,31.32234\n862,1644388559,-24.53936,31.32234\n863,1644388560,-24.53936,31.32234\n864,1644388561,-24.53936,31.32235\n865,1644388562,-24.53936,31.32235\n866,1644388563,-24.53937,31.32235\n867,1644388564,-24.53937,31.32235\n868,1644388565,-24.53937,31.32235\n869,1644388566,-24.53937,31.32236\n870,1644388567,-24.53937,31.32237\n871,1644388568,-24.53937,31.32238\n872,1644388569,-24.53938,31.32239\n873,1644388570,-24.53938,31.32239\n874,1644388571,-24.53939,31.32239\n875,1644388572,-24.53940,31.32239\n876,1644388573,-24.53941,31.32238\n877,1644388574,-24.53941,31.32237\n878,1644388575,-24.53941,31.32237\n879,1644388576,-24.53941,31.32237\n880,1644388577,-24.53942,31.32236\n881,1644388578,-24.53943,31.32234\n882,1644388579,-24.53943,31.32234\n883,1644388580,-24.53943,31.32233\n884,1644388581,-24.53943,31.32233\n885,1644388582,-24.53943,31.32232\n886,1644388583,-24.53943,31.32232\n887,1644388584,-24.53943,31.32232\n888,1644388585,-24.53941,31.32232\n889,1644388586,-24.53940,31.32232\n890,1644388587,-24.53938,31.32233\n891,1644388588,-24.53937,31.32233\n892,1644388589,-24.53936,31.32233\n893,1644388590,-24.53935,31.32234\n894,1644388591,-24.53934,31.32234\n895,1644388592,-24.53933,31.32234\n896,1644388593,-24.53932,31.32233\n897,1644388594,-24.53932,31.32233\n898,1644388595,-24.53931,31.32234\n899,1644388596,-24.53930,31.32234\n900,1644388597,-24.53928,31.32233\n901,1644388598,-24.53927,31.32234\n902,1644388599,-24.53927,31.32233\n903,1644388600,-24.53926,31.32234\n904,1644388601,-24.53925,31.32234\n905,1644388602,-24.53925,31.32234\n906,1644388603,-24.53923,31.32234\n907,1644388604,-24.53922,31.32233\n908,1644388605,-24.53921,31.32234\n909,1644388606,-24.53921,31.32233\n910,1644388607,-24.53921,31.32232\n911,1644388608,-24.53919,31.32231\n912,1644388609,-24.53918,31.32231\n913,1644388610,-24.53918,31.32231\n914,1644388611,-24.53917,31.32231\n915,1644388612,-24.53917,31.32231\n916,1644388613,-24.53917,31.32230\n917,1644388614,-24.53917,31.32231\n918,1644388615,-24.53916,31.32231\n919,1644388616,-24.53917,31.32231\n920,1644388617,-24.53916,31.32231\n921,1644388618,-24.53916,31.32231\n922,1644388619,-24.53916,31.32230\n923,1644388620,-24.53917,31.32230\n924,1644388621,-24.53917,31.32230\n925,1644388622,-24.53917,31.32230\n926,1644388623,-24.53918,31.32230\n927,1644388624,-24.53919,31.32230\n928,1644388625,-24.53919,31.32230\n929,1644388626,-24.53919,31.32230\n930,1644388627,-24.53919,31.32230\n931,1644388628,-24.53919,31.32230\n932,1644388629,-24.53919,31.32230\n933,1644388630,-24.53919,31.32230\n934,1644388631,-24.53919,31.32230\n935,1644388632,-24.53919,31.32230\n936,1644388633,-24.53920,31.32230\n937,1644388634,-24.53920,31.32230\n938,1644388635,-24.53920,31.32230\n939,1644388636,-24.53920,31.32230\n940,1644388637,-24.53920,31.32230\n941,1644388638,-24.53920,31.32230\n942,1644388639,-24.53920,31.32231\n943,1644388640,-24.53920,31.32231\n944,1644388641,-24.53920,31.32231\n945,1644388642,-24.53920,31.32231\n946,1644388643,-24.53920,31.32232\n947,1644388644,-24.53921,31.32232\n948,1644388645,-24.53921,31.32232\n949,1644388646,-24.53921,31.32231\n950,1644388647,-24.53922,31.32231\n951,1644388648,-24.53920,31.32232\n952,1644388649,-24.53919,31.32232\n953,1644388650,-24.53919,31.32232\n954,1644388651,-24.53919,31.32233\n955,1644388652,-24.53920,31.32232\n956,1644388653,-24.53920,31.32232\n957,1644388654,-24.53921,31.32232\n958,1644388655,-24.53922,31.32231\n959,1644388656,-24.53923,31.32230\n960,1644388657,-24.53924,31.32228\n961,1644388658,-24.53925,31.32229\n962,1644388659,-24.53925,31.32229\n963,1644388660,-24.53925,31.32229\n964,1644388661,-24.53925,31.32229\n965,1644388662,-24.53926,31.32230\n966,1644388663,-24.53927,31.32230\n967,1644388664,-24.53927,31.32230\n968,1644388665,-24.53926,31.32230\n969,1644388666,-24.53926,31.32230\n970,1644388667,-24.53924,31.32230\n971,1644388668,-24.53923,31.32230\n972,1644388669,-24.53924,31.32230\n973,1644388670,-24.53924,31.32230\n974,1644388671,-24.53924,31.32230\n975,1644388672,-24.53925,31.32230\n976,1644388673,-24.53925,31.32231\n977,1644388674,-24.53924,31.32232\n978,1644388675,-24.53923,31.32232\n979,1644388676,-24.53922,31.32232\n980,1644388677,-24.53921,31.32233\n981,1644388678,-24.53920,31.32233\n982,1644388679,-24.53919,31.32233\n983,1644388680,-24.53919,31.32233\n984,1644388681,-24.53918,31.32234\n985,1644388682,-24.53917,31.32235\n986,1644388683,-24.53916,31.32236\n987,1644388684,-24.53916,31.32237\n988,1644388685,-24.53915,31.32238\n989,1644388686,-24.53915,31.32238\n990,1644388687,-24.53914,31.32238\n991,1644388688,-24.53915,31.32237\n992,1644388689,-24.53914,31.32237\n993,1644388690,-24.53915,31.32237\n994,1644388691,-24.53916,31.32236\n995,1644388692,-24.53917,31.32234\n996,1644388693,-24.53917,31.32233\n997,1644388694,-24.53915,31.32235\n998,1644388695,-24.53919,31.32238\n999,1644388696,-24.53920,31.32238\n1000,1644388697,-24.53920,31.32238\n1001,1644388698,-24.53920,31.32238\n1002,1644388699,-24.53920,31.32238\n1003,1644388700,-24.53920,31.32238\n1004,1644388701,-24.53920,31.32238\n1005,1644388702,-24.53920,31.32238\n1006,1644388703,-24.53920,31.32237\n1007,1644388704,-24.53921,31.32237\n1008,1644388705,-24.53922,31.32236\n1009,1644388706,-24.53923,31.32236\n1010,1644388707,-24.53923,31.32236\n1011,1644388708,-24.53924,31.32235\n1012,1644388709,-24.53926,31.32235\n1013,1644388710,-24.53927,31.32235\n1014,1644388711,-24.53928,31.32235\n1015,1644388712,-24.53929,31.32236\n1016,1644388713,-24.53930,31.32237\n1017,1644388714,-24.53932,31.32237\n1018,1644388715,-24.53934,31.32237\n1019,1644388716,-24.53936,31.32237\n1020,1644388717,-24.53939,31.32238\n1021,1644388718,-24.53940,31.32239\n1022,1644388719,-24.53939,31.32238\n1023,1644388720,-24.53940,31.32237\n1024,1644388721,-24.53942,31.32237\n1025,1644388722,-24.53943,31.32236\n1026,1644388723,-24.53944,31.32236\n1027,1644388724,-24.53945,31.32235\n1028,1644388725,-24.53945,31.32233\n1029,1644388726,-24.53945,31.32233\n1030,1644388727,-24.53943,31.32233\n1031,1644388728,-24.53942,31.32233\n1032,1644388729,-24.53941,31.32233\n1033,1644388730,-24.53938,31.32234\n1034,1644388731,-24.53937,31.32234\n1035,1644388732,-24.53936,31.32234\n1036,1644388733,-24.53935,31.32234\n1037,1644388734,-24.53934,31.32234\n1038,1644388735,-24.53934,31.32235\n1039,1644388736,-24.53934,31.32234\n1040,1644388737,-24.53934,31.32234\n1041,1644388738,-24.53935,31.32234\n1042,1644388739,-24.53936,31.32233\n1043,1644388740,-24.53936,31.32233\n1044,1644388741,-24.53936,31.32233\n1045,1644388742,-24.53937,31.32232\n1046,1644388743,-24.53938,31.32230\n1047,1644388744,-24.53939,31.32230\n1048,1644388745,-24.53940,31.32229\n1049,1644388746,-24.53940,31.32229\n1050,1644388747,-24.53941,31.32229\n1051,1644388748,-24.53941,31.32229\n1052,1644388749,-24.53941,31.32229\n1053,1644388750,-24.53941,31.32229\n1054,1644388751,-24.53941,31.32230\n1055,1644388752,-24.53940,31.32230\n1056,1644388753,-24.53940,31.32231\n1057,1644388754,-24.53939,31.32231\n1058,1644388755,-24.53938,31.32231\n1059,1644388756,-24.53938,31.32231\n1060,1644388757,-24.53938,31.32231\n1061,1644388758,-24.53938,31.32231\n1062,1644388759,-24.53938,31.32231\n1063,1644388760,-24.53937,31.32231\n1064,1644388761,-24.53937,31.32231\n1065,1644388762,-24.53937,31.32231\n1066,1644388763,-24.53937,31.32231\n1067,1644388764,-24.53937,31.32231\n1068,1644388765,-24.53937,31.32232\n1069,1644388766,-24.53937,31.32232\n1070,1644388767,-24.53935,31.32232\n1071,1644388768,-24.53934,31.32232\n1072,1644388769,-24.53932,31.32232\n1073,1644388770,-24.53931,31.32233\n1074,1644388771,-24.53928,31.32234\n1075,1644388772,-24.53926,31.32235\n1076,1644388773,-24.53923,31.32237\n1077,1644388774,-24.53921,31.32240\n1078,1644388775,-24.53919,31.32242\n1079,1644388776,-24.53917,31.32244\n1080,1644388777,-24.53915,31.32246\n1081,1644388778,-24.53914,31.32247\n1082,1644388779,-24.53914,31.32246\n1083,1644388780,-24.53913,31.32247\n1084,1644388781,-24.53913,31.32246\n1085,1644388782,-24.53913,31.32246\n1086,1644388783,-24.53913,31.32245\n1087,1644388784,-24.53912,31.32246\n1088,1644388785,-24.53911,31.32247\n1089,1644388786,-24.53910,31.32247\n1090,1644388787,-24.53910,31.32247\n1091,1644388788,-24.53910,31.32248\n1092,1644388789,-24.53909,31.32248\n1093,1644388790,-24.53909,31.32248\n1094,1644388791,-24.53909,31.32248\n1095,1644388792,-24.53909,31.32249\n1096,1644388793,-24.53912,31.32250\n1097,1644388794,-24.53913,31.32249\n1098,1644388795,-24.53913,31.32249\n1099,1644388796,-24.53913,31.32251\n1100,1644388797,-24.53913,31.32251\n1101,1644388798,-24.53914,31.32252\n1102,1644388799,-24.53914,31.32252\n1103,1644388800,-24.53914,31.32252\n1104,1644388801,-24.53913,31.32253\n1105,1644388802,-24.53913,31.32253\n1106,1644388803,-24.53913,31.32253\n1107,1644388804,-24.53911,31.32254\n1108,1644388805,-24.53910,31.32255\n1109,1644388806,-24.53907,31.32257\n1110,1644388807,-24.53906,31.32259\n1111,1644388808,-24.53904,31.32261\n1112,1644388809,-24.53903,31.32264\n1113,1644388810,-24.53901,31.32268\n1114,1644388811,-24.53900,31.32271\n1115,1644388812,-24.53899,31.32274\n1116,1644388813,-24.53898,31.32277\n1117,1644388814,-24.53900,31.32281\n1118,1644388815,-24.53902,31.32284\n1119,1644388816,-24.53904,31.32287\n1120,1644388817,-24.53908,31.32289\n1121,1644388818,-24.53912,31.32293\n1122,1644388819,-24.53915,31.32297\n1123,1644388820,-24.53918,31.32302\n1124,1644388821,-24.53920,31.32305\n1125,1644388822,-24.53921,31.32307\n1126,1644388823,-24.53922,31.32312\n1127,1644388824,-24.53922,31.32316\n1128,1644388825,-24.53921,31.32320\n1129,1644388826,-24.53919,31.32325\n1130,1644388827,-24.53919,31.32329\n1131,1644388828,-24.53918,31.32334\n1132,1644388829,-24.53916,31.32338\n1133,1644388830,-24.53915,31.32344\n1134,1644388831,-24.53917,31.32349\n1135,1644388832,-24.53919,31.32353\n1136,1644388833,-24.53920,31.32358\n1137,1644388834,-24.53921,31.32363\n1138,1644388835,-24.53923,31.32368\n1139,1644388836,-24.53925,31.32372\n1140,1644388837,-24.53925,31.32378\n1141,1644388838,-24.53926,31.32384\n1142,1644388839,-24.53927,31.32392\n1143,1644388840,-24.53928,31.32400\n1144,1644388841,-24.53928,31.32408\n1145,1644388842,-24.53930,31.32416\n1146,1644388843,-24.53931,31.32424\n1147,1644388844,-24.53933,31.32431\n1148,1644388845,-24.53935,31.32439\n1149,1644388846,-24.53937,31.32446\n1150,1644388847,-24.53940,31.32453\n1151,1644388848,-24.53943,31.32460\n1152,1644388849,-24.53946,31.32468\n1153,1644388850,-24.53947,31.32475\n1154,1644388851,-24.53948,31.32483\n1155,1644388852,-24.53951,31.32489\n1156,1644388853,-24.53954,31.32495\n1157,1644388854,-24.53958,31.32501\n1158,1644388855,-24.53959,31.32508\n1159,1644388856,-24.53961,31.32514\n1160,1644388857,-24.53961,31.32520\n1161,1644388858,-24.53961,31.32524\n1162,1644388859,-24.53961,31.32529\n1163,1644388860,-24.53956,31.32533\n1164,1644388861,-24.53951,31.32536\n1165,1644388862,-24.53943,31.32540\n1166,1644388863,-24.53937,31.32544\n1167,1644388864,-24.53933,31.32548\n1168,1644388865,-24.53930,31.32553\n1169,1644388866,-24.53926,31.32558\n1170,1644388867,-24.53924,31.32562\n1171,1644388868,-24.53921,31.32567\n1172,1644388869,-24.53919,31.32572\n1173,1644388870,-24.53917,31.32578\n1174,1644388871,-24.53916,31.32584\n1175,1644388872,-24.53916,31.32590\n1176,1644388873,-24.53917,31.32597\n1177,1644388874,-24.53921,31.32611\n1178,1644388875,-24.53923,31.32622\n1179,1644388876,-24.53924,31.32633\n1180,1644388877,-24.53926,31.32641\n1181,1644388878,-24.53928,31.32650\n1182,1644388879,-24.53929,31.32658\n1183,1644388880,-24.53930,31.32666\n1184,1644388881,-24.53930,31.32675\n1185,1644388882,-24.53930,31.32687\n1186,1644388883,-24.53929,31.32698\n1187,1644388884,-24.53930,31.32708\n1188,1644388885,-24.53932,31.32716\n1189,1644388886,-24.53935,31.32723\n1190,1644388887,-24.53943,31.32730\n1191,1644388888,-24.53948,31.32736\n1192,1644388889,-24.53955,31.32743\n1193,1644388890,-24.53963,31.32750\n1194,1644388891,-24.53970,31.32757\n1195,1644388892,-24.53977,31.32764\n1196,1644388917,-24.54094,31.32917\n1197,1644388918,-24.54096,31.32926\n1198,1644388919,-24.54098,31.32931\n1199,1644388920,-24.54099,31.32939\n1200,1644388921,-24.54104,31.32941\n1201,1644388922,-24.54107,31.32943\n1202,1644388923,-24.54113,31.32943\n1203,1644388924,-24.54120,31.32942\n1204,1644388925,-24.54130,31.32939\n1205,1644388926,-24.54137,31.32933\n1206,1644388927,-24.54144,31.32928\n1207,1644388928,-24.54151,31.32924\n1208,1644388929,-24.54159,31.32920\n1209,1644388930,-24.54166,31.32915\n1210,1644388931,-24.54174,31.32909\n1211,1644388932,-24.54181,31.32904\n1212,1644388933,-24.54188,31.32900\n1213,1644388934,-24.54194,31.32896\n1214,1644388935,-24.54200,31.32891\n1215,1644388936,-24.54206,31.32887\n1216,1644388937,-24.54212,31.32883\n1217,1644388938,-24.54218,31.32882\n1218,1644388939,-24.54224,31.32881\n1219,1644388940,-24.54229,31.32882\n1220,1644388941,-24.54235,31.32882\n1221,1644388942,-24.54240,31.32882\n1222,1644388943,-24.54241,31.32885\n1223,1644388944,-24.54241,31.32890\n1224,1644388945,-24.54243,31.32896\n1225,1644388946,-24.54245,31.32902\n1226,1644388947,-24.54247,31.32910\n1227,1644388948,-24.54249,31.32916\n1228,1644388949,-24.54251,31.32925\n1229,1644388950,-24.54253,31.32932\n1230,1644388951,-24.54254,31.32939\n1231,1644388952,-24.54255,31.32946\n1232,1644388953,-24.54257,31.32952\n1233,1644388954,-24.54258,31.32959\n1234,1644388955,-24.54259,31.32966\n1235,1644388956,-24.54261,31.32974\n1236,1644388957,-24.54262,31.32982\n1237,1644388958,-24.54265,31.32990\n1238,1644388959,-24.54269,31.32997\n1239,1644388960,-24.54272,31.33004\n1240,1644388961,-24.54274,31.33010\n1241,1644388962,-24.54276,31.33017\n1242,1644388963,-24.54278,31.33026\n1243,1644388964,-24.54281,31.33033\n1244,1644388965,-24.54283,31.33039\n1245,1644388966,-24.54286,31.33045\n1246,1644388967,-24.54287,31.33053\n1247,1644388968,-24.54287,31.33061\n1248,1644388969,-24.54288,31.33070\n1249,1644388970,-24.54290,31.33077\n1250,1644388971,-24.54291,31.33084\n1251,1644388972,-24.54294,31.33090\n1252,1644388973,-24.54297,31.33098\n1253,1644388974,-24.54300,31.33106\n1254,1644388975,-24.54302,31.33114\n1255,1644388976,-24.54304,31.33121\n1256,1644388977,-24.54305,31.33129\n1257,1644388978,-24.54307,31.33137\n1258,1644388979,-24.54308,31.33146\n1259,1644388980,-24.54308,31.33154\n1260,1644388981,-24.54309,31.33162\n1261,1644388982,-24.54310,31.33170\n1262,1644388983,-24.54310,31.33179\n1263,1644388984,-24.54311,31.33187\n1264,1644388985,-24.54311,31.33195\n1265,1644388986,-24.54312,31.33202\n1266,1644388987,-24.54313,31.33210\n1267,1644388988,-24.54314,31.33218\n1268,1644388989,-24.54315,31.33224\n1269,1644388990,-24.54316,31.33232\n1270,1644388991,-24.54319,31.33240\n1271,1644388992,-24.54322,31.33248\n1272,1644388993,-24.54325,31.33257\n1273,1644388994,-24.54328,31.33265\n1274,1644388995,-24.54330,31.33272\n1275,1644388996,-24.54330,31.33279\n1276,1644388997,-24.54331,31.33286\n1277,1644388998,-24.54333,31.33292\n1278,1644388999,-24.54334,31.33300\n1279,1644389000,-24.54336,31.33307\n1280,1644389001,-24.54339,31.33314\n1281,1644389002,-24.54343,31.33322\n1282,1644389003,-24.54349,31.33330\n1283,1644389004,-24.54353,31.33339\n1284,1644389005,-24.54358,31.33348\n1285,1644389006,-24.54363,31.33357\n1286,1644389007,-24.54367,31.33365\n1287,1644389008,-24.54372,31.33373\n1288,1644389009,-24.54376,31.33378\n1289,1644389010,-24.54381,31.33384\n1290,1644389011,-24.54386,31.33389\n1291,1644389012,-24.54390,31.33394\n1292,1644389013,-24.54391,31.33400\n1293,1644389014,-24.54388,31.33405\n1294,1644389015,-24.54384,31.33407\n1295,1644389016,-24.54376,31.33408\n1296,1644389017,-24.54369,31.33408\n1297,1644389018,-24.54363,31.33406\n1298,1644389019,-24.54357,31.33404\n1299,1644389020,-24.54354,31.33407\n1300,1644389021,-24.54352,31.33409\n1301,1644389022,-24.54349,31.33410\n1302,1644389023,-24.54341,31.33402\n1303,1644389024,-24.54332,31.33392\n1304,1644389025,-24.54321,31.33382\n1305,1644389026,-24.54311,31.33372\n1306,1644389027,-24.54304,31.33377\n1307,1644389028,-24.54297,31.33376\n1308,1644389029,-24.54288,31.33374\n1309,1644389030,-24.54280,31.33371\n1310,1644389031,-24.54274,31.33366\n1311,1644389032,-24.54269,31.33360\n1312,1644389033,-24.54263,31.33361\n1313,1644389034,-24.54257,31.33361\n1314,1644389035,-24.54252,31.33360\n1315,1644389036,-24.54248,31.33361\n1316,1644389037,-24.54245,31.33359\n1317,1644389038,-24.54242,31.33357\n1318,1644389039,-24.54239,31.33355\n1319,1644389040,-24.54237,31.33353\n1320,1644389041,-24.54235,31.33350\n1321,1644389042,-24.54233,31.33348\n1322,1644389043,-24.54232,31.33346\n1323,1644389044,-24.54232,31.33343\n1324,1644389045,-24.54232,31.33341\n1325,1644389046,-24.54234,31.33349\n1326,1644389047,-24.54234,31.33351\n1327,1644389048,-24.54236,31.33351\n1328,1644389049,-24.54238,31.33351\n1329,1644389050,-24.54235,31.33353\n1330,1644389051,-24.54235,31.33355\n1331,1644389052,-24.54235,31.33356\n1332,1644389053,-24.54234,31.33357\n1333,1644389054,-24.54234,31.33356\n1334,1644389055,-24.54234,31.33356\n1335,1644389056,-24.54234,31.33355\n1336,1644389057,-24.54233,31.33353\n1337,1644389058,-24.54233,31.33351\n1338,1644389059,-24.54233,31.33348\n1339,1644389060,-24.54232,31.33346\n1340,1644389061,-24.54232,31.33343\n1341,1644389062,-24.54230,31.33340\n1342,1644389063,-24.54232,31.33337\n1343,1644389064,-24.54233,31.33334\n1344,1644389065,-24.54235,31.33333\n1345,1644389066,-24.54236,31.33333\n1346,1644389067,-24.54238,31.33334\n1347,1644389068,-24.54239,31.33337\n1348,1644389069,-24.54238,31.33345\n1349,1644389070,-24.54239,31.33351\n1350,1644389071,-24.54238,31.33356\n1351,1644389072,-24.54237,31.33361\n1352,1644389073,-24.54236,31.33366\n1353,1644389074,-24.54235,31.33370\n1354,1644389075,-24.54234,31.33374\n1355,1644389076,-24.54234,31.33378\n1356,1644389077,-24.54234,31.33383\n1357,1644389078,-24.54235,31.33385\n1358,1644389079,-24.54237,31.33388\n1359,1644389080,-24.54240,31.33390\n1360,1644389081,-24.54243,31.33393\n1361,1644389082,-24.54246,31.33396\n1362,1644389083,-24.54248,31.33399\n1363,1644389084,-24.54253,31.33401\n1364,1644389085,-24.54260,31.33403\n1365,1644389086,-24.54268,31.33406\n1366,1644389087,-24.54282,31.33406\n1367,1644389088,-24.54291,31.33407\n1368,1644389089,-24.54299,31.33410\n1369,1644389090,-24.54305,31.33412\n1370,1644389091,-24.54313,31.33415\n1371,1644389092,-24.54320,31.33418\n1372,1644389093,-24.54330,31.33419\n1373,1644389094,-24.54338,31.33421\n1374,1644389095,-24.54346,31.33423\n1375,1644389096,-24.54352,31.33427\n1376,1644389097,-24.54358,31.33431\n1377,1644389098,-24.54362,31.33435\n1378,1644389099,-24.54367,31.33441\n1379,1644389100,-24.54371,31.33445\n1380,1644389101,-24.54374,31.33449\n1381,1644389102,-24.54376,31.33454\n1382,1644389103,-24.54377,31.33458\n1383,1644389104,-24.54372,31.33459\n1384,1644389105,-24.54372,31.33461\n1385,1644389106,-24.54372,31.33463\n1386,1644389107,-24.54372,31.33463\n1387,1644389108,-24.54375,31.33461\n1388,1644389109,-24.54377,31.33463\n1389,1644389110,-24.54378,31.33467\n1390,1644389111,-24.54379,31.33470\n1391,1644389112,-24.54381,31.33475\n1392,1644389113,-24.54384,31.33479\n1393,1644389114,-24.54386,31.33486\n1394,1644389115,-24.54387,31.33492\n1395,1644389116,-24.54388,31.33499\n1396,1644389117,-24.54389,31.33506\n1397,1644389118,-24.54391,31.33513\n1398,1644389119,-24.54392,31.33522\n1399,1644389120,-24.54393,31.33528\n1400,1644389121,-24.54394,31.33536\n1401,1644389122,-24.54394,31.33544\n1402,1644389123,-24.54395,31.33553\n1403,1644389124,-24.54395,31.33562\n1404,1644389125,-24.54395,31.33571\n1405,1644389126,-24.54395,31.33579\n1406,1644389127,-24.54395,31.33587\n1407,1644389128,-24.54394,31.33594\n1408,1644389129,-24.54393,31.33599\n1409,1644389130,-24.54392,31.33605\n1410,1644389131,-24.54391,31.33611\n1411,1644389132,-24.54389,31.33617\n1412,1644389133,-24.54387,31.33624\n1413,1644389134,-24.54386,31.33630\n1414,1644389135,-24.54385,31.33636\n1415,1644389136,-24.54383,31.33643\n1416,1644389137,-24.54381,31.33650\n1417,1644389138,-24.54379,31.33657\n1418,1644389139,-24.54376,31.33663\n1419,1644389140,-24.54374,31.33671\n1420,1644389141,-24.54370,31.33678\n1421,1644389142,-24.54368,31.33686\n1422,1644389143,-24.54365,31.33694\n1423,1644389144,-24.54363,31.33702\n1424,1644389145,-24.54361,31.33710\n1425,1644389146,-24.54359,31.33718\n1426,1644389147,-24.54357,31.33726\n1427,1644389148,-24.54356,31.33734\n1428,1644389149,-24.54355,31.33742\n1429,1644389150,-24.54356,31.33751\n1430,1644389151,-24.54358,31.33762\n1431,1644389152,-24.54360,31.33772\n1432,1644389153,-24.54362,31.33779\n1433,1644389154,-24.54363,31.33786\n1434,1644389155,-24.54364,31.33794\n1435,1644389156,-24.54368,31.33800\n1436,1644389157,-24.54370,31.33806\n1437,1644389158,-24.54373,31.33810\n1438,1644389159,-24.54376,31.33815\n1439,1644389160,-24.54379,31.33819\n1440,1644389161,-24.54381,31.33824\n1441,1644389162,-24.54383,31.33829\n1442,1644389163,-24.54385,31.33833\n1443,1644389164,-24.54387,31.33839\n1444,1644389165,-24.54389,31.33845\n1445,1644389166,-24.54390,31.33852\n1446,1644389167,-24.54391,31.33857\n1447,1644389168,-24.54392,31.33863\n1448,1644389169,-24.54392,31.33869\n1449,1644389170,-24.54391,31.33873\n1450,1644389171,-24.54390,31.33878\n1451,1644389172,-24.54391,31.33883\n1452,1644389173,-24.54392,31.33888\n1453,1644389174,-24.54393,31.33893\n1454,1644389175,-24.54393,31.33899\n1455,1644389176,-24.54393,31.33906\n1456,1644389177,-24.54394,31.33912\n1457,1644389178,-24.54394,31.33918\n1458,1644389179,-24.54394,31.33926\n1459,1644389180,-24.54394,31.33934\n1460,1644389181,-24.54395,31.33943\n1461,1644389182,-24.54395,31.33951\n1462,1644389183,-24.54396,31.33959\n1463,1644389184,-24.54397,31.33967\n1464,1644389185,-24.54398,31.33974\n1465,1644389186,-24.54398,31.33979\n1466,1644389187,-24.54398,31.33985\n1467,1644389188,-24.54397,31.33990\n1468,1644389189,-24.54398,31.33996\n1469,1644389190,-24.54396,31.34002\n1470,1644389191,-24.54395,31.34007\n1471,1644389192,-24.54394,31.34013\n1472,1644389193,-24.54393,31.34020\n1473,1644389194,-24.54392,31.34027\n1474,1644389195,-24.54391,31.34033\n1475,1644389196,-24.54389,31.34040\n1476,1644389197,-24.54388,31.34045\n1477,1644389198,-24.54386,31.34050\n1478,1644389199,-24.54385,31.34055\n1479,1644389200,-24.54382,31.34061\n1480,1644389201,-24.54381,31.34067\n1481,1644389202,-24.54380,31.34072\n1482,1644389203,-24.54378,31.34080\n1483,1644389204,-24.54376,31.34087\n1484,1644389205,-24.54374,31.34094\n1485,1644389206,-24.54371,31.34100\n1486,1644389207,-24.54369,31.34106\n1487,1644389208,-24.54366,31.34111\n1488,1644389209,-24.54365,31.34116\n1489,1644389210,-24.54362,31.34122\n1490,1644389211,-24.54360,31.34127\n1491,1644389212,-24.54357,31.34132\n1492,1644389213,-24.54355,31.34137\n1493,1644389214,-24.54351,31.34141\n1494,1644389215,-24.54348,31.34145\n1495,1644389216,-24.54344,31.34150\n1496,1644389217,-24.54341,31.34155\n1497,1644389218,-24.54337,31.34160\n1498,1644389219,-24.54333,31.34166\n1499,1644389220,-24.54329,31.34172\n1500,1644389221,-24.54325,31.34178\n1501,1644389222,-24.54321,31.34183\n1502,1644389223,-24.54316,31.34190\n1503,1644389224,-24.54311,31.34196\n1504,1644389225,-24.54306,31.34201\n1505,1644389226,-24.54303,31.34206\n1506,1644389227,-24.54300,31.34210\n1507,1644389228,-24.54298,31.34216\n1508,1644389229,-24.54295,31.34220\n1509,1644389230,-24.54293,31.34226\n1510,1644389231,-24.54291,31.34232\n1511,1644389232,-24.54289,31.34237\n1512,1644389233,-24.54287,31.34242\n1513,1644389234,-24.54286,31.34248\n1514,1644389235,-24.54285,31.34254\n1515,1644389236,-24.54283,31.34260\n1516,1644389237,-24.54281,31.34266\n1517,1644389238,-24.54278,31.34273\n1518,1644389239,-24.54276,31.34279\n1519,1644389240,-24.54275,31.34285\n1520,1644389241,-24.54274,31.34291\n1521,1644389242,-24.54273,31.34297\n1522,1644389243,-24.54273,31.34303\n1523,1644389244,-24.54272,31.34311\n1524,1644389245,-24.54272,31.34317\n1525,1644389246,-24.54271,31.34323\n1526,1644389247,-24.54268,31.34328\n1527,1644389248,-24.54266,31.34335\n1528,1644389249,-24.54263,31.34342\n1529,1644389250,-24.54259,31.34346\n1530,1644389251,-24.54256,31.34351\n1531,1644389252,-24.54252,31.34355\n1532,1644389253,-24.54249,31.34358\n1533,1644389254,-24.54246,31.34362\n1534,1644389255,-24.54241,31.34367\n1535,1644389256,-24.54236,31.34367\n1536,1644389257,-24.54232,31.34370\n1537,1644389258,-24.54227,31.34374\n1538,1644389259,-24.54224,31.34378\n1539,1644389260,-24.54220,31.34382\n1540,1644389261,-24.54216,31.34387\n1541,1644389262,-24.54211,31.34393\n1542,1644389263,-24.54207,31.34398\n1543,1644389264,-24.54202,31.34403\n1544,1644389265,-24.54198,31.34407\n1545,1644389266,-24.54193,31.34411\n1546,1644389267,-24.54188,31.34415\n1547,1644389268,-24.54183,31.34418\n1548,1644389269,-24.54179,31.34421\n1549,1644389270,-24.54175,31.34425\n1550,1644389271,-24.54170,31.34428\n1551,1644389272,-24.54166,31.34429\n1552,1644389273,-24.54162,31.34430\n1553,1644389274,-24.54158,31.34431\n1554,1644389275,-24.54153,31.34433\n1555,1644389276,-24.54148,31.34434\n1556,1644389277,-24.54143,31.34435\n1557,1644389278,-24.54138,31.34437\n1558,1644389279,-24.54132,31.34439\n1559,1644389280,-24.54127,31.34442\n1560,1644389281,-24.54122,31.34445\n1561,1644389282,-24.54117,31.34448\n1562,1644389283,-24.54113,31.34453\n1563,1644389284,-24.54108,31.34456\n1564,1644389285,-24.54104,31.34458\n1565,1644389286,-24.54101,31.34461\n1566,1644389287,-24.54096,31.34464\n1567,1644389288,-24.54092,31.34467\n1568,1644389289,-24.54087,31.34468\n1569,1644389290,-24.54083,31.34471\n1570,1644389291,-24.54078,31.34473\n1571,1644389292,-24.54073,31.34475\n1572,1644389293,-24.54069,31.34477\n1573,1644389294,-24.54065,31.34479\n1574,1644389295,-24.54062,31.34480\n1575,1644389296,-24.54059,31.34480\n1576,1644389297,-24.54055,31.34481\n1577,1644389298,-24.54051,31.34481\n1578,1644389299,-24.54047,31.34481\n1579,1644389300,-24.54044,31.34481\n1580,1644389301,-24.54039,31.34481\n1581,1644389302,-24.54035,31.34481\n1582,1644389303,-24.54030,31.34482\n1583,1644389304,-24.54025,31.34482\n1584,1644389305,-24.54021,31.34483\n1585,1644389306,-24.54017,31.34484\n1586,1644389307,-24.54013,31.34486\n1587,1644389308,-24.54008,31.34487\n1588,1644389309,-24.54004,31.34489\n1589,1644389310,-24.54000,31.34490\n1590,1644389311,-24.53996,31.34491\n1591,1644389312,-24.53992,31.34493\n1592,1644389313,-24.53989,31.34496\n1593,1644389314,-24.53984,31.34498\n1594,1644389315,-24.53981,31.34500\n1595,1644389316,-24.53977,31.34503\n1596,1644389317,-24.53973,31.34506\n1597,1644389318,-24.53970,31.34510\n1598,1644389319,-24.53966,31.34513\n1599,1644389320,-24.53961,31.34518\n1600,1644389321,-24.53955,31.34522\n1601,1644389322,-24.53951,31.34525\n1602,1644389323,-24.53946,31.34528\n1603,1644389324,-24.53941,31.34532\n1604,1644389325,-24.53936,31.34536\n1605,1644389326,-24.53931,31.34539\n1606,1644389327,-24.53927,31.34541\n1607,1644389328,-24.53924,31.34543\n1608,1644389329,-24.53921,31.34544\n1609,1644389330,-24.53917,31.34546\n1610,1644389331,-24.53913,31.34548\n1611,1644389332,-24.53908,31.34550\n1612,1644389333,-24.53905,31.34551\n1613,1644389334,-24.53901,31.34551\n1614,1644389335,-24.53897,31.34552\n1615,1644389336,-24.53893,31.34554\n1616,1644389337,-24.53889,31.34554\n1617,1644389338,-24.53886,31.34556\n1618,1644389339,-24.53882,31.34558\n1619,1644389340,-24.53877,31.34560\n1620,1644389341,-24.53872,31.34562\n1621,1644389342,-24.53868,31.34566\n1622,1644389343,-24.53864,31.34570\n1623,1644389344,-24.53860,31.34571\n1624,1644389345,-24.53856,31.34573\n1625,1644389346,-24.53851,31.34575\n1626,1644389347,-24.53847,31.34578\n1627,1644389348,-24.53843,31.34581\n1628,1644389349,-24.53839,31.34584\n1629,1644389350,-24.53836,31.34586\n1630,1644389351,-24.53832,31.34589\n1631,1644389352,-24.53829,31.34592\n1632,1644389353,-24.53826,31.34594\n1633,1644389354,-24.53823,31.34597\n1634,1644389355,-24.53820,31.34600\n1635,1644389356,-24.53818,31.34603\n1636,1644389357,-24.53813,31.34607\n1637,1644389358,-24.53806,31.34611\n1638,1644389359,-24.53799,31.34615\n1639,1644389360,-24.53794,31.34619\n1640,1644389361,-24.53789,31.34623\n1641,1644389362,-24.53783,31.34629\n1642,1644389363,-24.53779,31.34633\n1643,1644389364,-24.53776,31.34638\n1644,1644389365,-24.53773,31.34643\n1645,1644389366,-24.53770,31.34648\n1646,1644389367,-24.53767,31.34651\n1647,1644389368,-24.53762,31.34655\n1648,1644389369,-24.53756,31.34657\n1649,1644389370,-24.53751,31.34660\n1650,1644389371,-24.53747,31.34662\n1651,1644389372,-24.53742,31.34666\n1652,1644389373,-24.53738,31.34669\n1653,1644389374,-24.53734,31.34670\n1654,1644389375,-24.53730,31.34675\n1655,1644389376,-24.53726,31.34679\n1656,1644389377,-24.53722,31.34683\n1657,1644389378,-24.53716,31.34688\n1658,1644389379,-24.53704,31.34693\n1659,1644389380,-24.53693,31.34698\n1660,1644389381,-24.53687,31.34702\n1661,1644389382,-24.53680,31.34706\n1662,1644389383,-24.53676,31.34712\n1663,1644389384,-24.53671,31.34717\n1664,1644389385,-24.53666,31.34722\n1665,1644389386,-24.53661,31.34727\n1666,1644389387,-24.53657,31.34732\n1667,1644389388,-24.53652,31.34736\n1668,1644389389,-24.53647,31.34740\n1669,1644389390,-24.53641,31.34745\n1670,1644389391,-24.53636,31.34749\n1671,1644389392,-24.53631,31.34754\n1672,1644389393,-24.53626,31.34757\n1673,1644389394,-24.53621,31.34761\n1674,1644389395,-24.53616,31.34765\n1675,1644389396,-24.53612,31.34767\n1676,1644389397,-24.53607,31.34769\n1677,1644389398,-24.53601,31.34772\n1678,1644389399,-24.53595,31.34774\n1679,1644389400,-24.53589,31.34774\n1680,1644389401,-24.53582,31.34774\n1681,1644389402,-24.53576,31.34774\n1682,1644389403,-24.53570,31.34775\n1683,1644389404,-24.53563,31.34774\n1684,1644389405,-24.53556,31.34775\n1685,1644389406,-24.53548,31.34775\n1686,1644389407,-24.53542,31.34775\n1687,1644389408,-24.53535,31.34775\n1688,1644389409,-24.53529,31.34775\n1689,1644389410,-24.53523,31.34774\n1690,1644389411,-24.53516,31.34773\n1691,1644389412,-24.53510,31.34771\n1692,1644389413,-24.53504,31.34770\n1693,1644389414,-24.53498,31.34770\n1694,1644389415,-24.53492,31.34769\n1695,1644389416,-24.53485,31.34769\n1696,1644389417,-24.53479,31.34768\n1697,1644389418,-24.53471,31.34768\n1698,1644389419,-24.53464,31.34768\n1699,1644389420,-24.53457,31.34769\n1700,1644389421,-24.53449,31.34770\n1701,1644389422,-24.53441,31.34770\n1702,1644389423,-24.53434,31.34772\n1703,1644389424,-24.53428,31.34771\n1704,1644389425,-24.53422,31.34771\n1705,1644389426,-24.53414,31.34772\n1706,1644389427,-24.53406,31.34772\n1707,1644389428,-24.53399,31.34773\n1708,1644389429,-24.53391,31.34774\n1709,1644389430,-24.53383,31.34774\n1710,1644389431,-24.53376,31.34774\n1711,1644389432,-24.53368,31.34773\n1712,1644389433,-24.53361,31.34773\n1713,1644389434,-24.53352,31.34772\n1714,1644389435,-24.53344,31.34772\n1715,1644389436,-24.53337,31.34771\n1716,1644389437,-24.53329,31.34772\n1717,1644389438,-24.53321,31.34772\n1718,1644389439,-24.53314,31.34771\n1719,1644389440,-24.53307,31.34771\n1720,1644389441,-24.53299,31.34772\n1721,1644389442,-24.53291,31.34772\n1722,1644389443,-24.53284,31.34772\n1723,1644389444,-24.53277,31.34771\n1724,1644389445,-24.53269,31.34771\n1725,1644389446,-24.53263,31.34772\n1726,1644389447,-24.53256,31.34773\n1727,1644389448,-24.53248,31.34773\n1728,1644389449,-24.53240,31.34776\n1729,1644389450,-24.53235,31.34777\n1730,1644389451,-24.53229,31.34778\n1731,1644389452,-24.53223,31.34779\n1732,1644389453,-24.53218,31.34782\n1733,1644389454,-24.53212,31.34784\n1734,1644389455,-24.53207,31.34785\n1735,1644389456,-24.53201,31.34785\n1736,1644389457,-24.53196,31.34787\n1737,1644389458,-24.53192,31.34788\n1738,1644389459,-24.53187,31.34790\n1739,1644389460,-24.53184,31.34792\n1740,1644389461,-24.53181,31.34794\n1741,1644389462,-24.53179,31.34796\n1742,1644389463,-24.53175,31.34798\n1743,1644389464,-24.53172,31.34799\n1744,1644389465,-24.53172,31.34800\n1745,1644389466,-24.53171,31.34802\n1746,1644389467,-24.53170,31.34802\n1747,1644389468,-24.53169,31.34802\n1748,1644389469,-24.53168,31.34802\n1749,1644389470,-24.53171,31.34802\n1750,1644389471,-24.53173,31.34804\n1751,1644389472,-24.53175,31.34806\n1752,1644389473,-24.53176,31.34807\n1753,1644389474,-24.53176,31.34809\n1754,1644389475,-24.53177,31.34810\n1755,1644389476,-24.53178,31.34811\n1756,1644389477,-24.53179,31.34812\n1757,1644389478,-24.53178,31.34812\n1758,1644389479,-24.53177,31.34813\n1759,1644389480,-24.53177,31.34814\n1760,1644389481,-24.53176,31.34813\n1761,1644389482,-24.53177,31.34812\n1762,1644389483,-24.53176,31.34811\n1763,1644389484,-24.53176,31.34810\n1764,1644389485,-24.53177,31.34808\n1765,1644389486,-24.53176,31.34808\n1766,1644389487,-24.53176,31.34807\n1767,1644389488,-24.53176,31.34807\n1768,1644389489,-24.53176,31.34807\n1769,1644389490,-24.53177,31.34807\n1770,1644389491,-24.53178,31.34806\n1771,1644389492,-24.53178,31.34805\n1772,1644389493,-24.53178,31.34806\n1773,1644389494,-24.53179,31.34806\n1774,1644389495,-24.53179,31.34807\n1775,1644389496,-24.53179,31.34806\n1776,1644389497,-24.53180,31.34806\n1777,1644389498,-24.53181,31.34805\n1778,1644389499,-24.53182,31.34803\n1779,1644389500,-24.53182,31.34803\n1780,1644389501,-24.53182,31.34802\n1781,1644389502,-24.53183,31.34802\n1782,1644389503,-24.53182,31.34803\n1783,1644389504,-24.53182,31.34803\n1784,1644389505,-24.53182,31.34804\n1785,1644389506,-24.53181,31.34804\n1786,1644389507,-24.53180,31.34804\n1787,1644389508,-24.53180,31.34805\n1788,1644389509,-24.53179,31.34803\n1789,1644389510,-24.53179,31.34801\n1790,1644389511,-24.53178,31.34800\n1791,1644389512,-24.53177,31.34800\n1792,1644389513,-24.53178,31.34800\n1793,1644389514,-24.53177,31.34799\n1794,1644389515,-24.53178,31.34798\n1795,1644389516,-24.53179,31.34797\n1796,1644389517,-24.53180,31.34796\n1797,1644389518,-24.53181,31.34797\n1798,1644389519,-24.53181,31.34796\n1799,1644389520,-24.53181,31.34795\n1800,1644389521,-24.53181,31.34795\n1801,1644389522,-24.53181,31.34795\n1802,1644389523,-24.53181,31.34795\n1803,1644389524,-24.53181,31.34795\n1804,1644389525,-24.53181,31.34795\n1805,1644389526,-24.53181,31.34795\n1806,1644389527,-24.53181,31.34797\n1807,1644389528,-24.53181,31.34797\n1808,1644389529,-24.53181,31.34797\n1809,1644389530,-24.53183,31.34798\n1810,1644389531,-24.53183,31.34797\n1811,1644389532,-24.53184,31.34796\n1812,1644389533,-24.53184,31.34795\n1813,1644389534,-24.53184,31.34795\n1814,1644389535,-24.53184,31.34795\n1815,1644389536,-24.53184,31.34795\n1816,1644389537,-24.53184,31.34795\n1817,1644389538,-24.53184,31.34794\n1818,1644389539,-24.53185,31.34793\n1819,1644389540,-24.53186,31.34792\n1820,1644389541,-24.53187,31.34795\n1821,1644389542,-24.53188,31.34796\n1822,1644389543,-24.53188,31.34796\n1823,1644389544,-24.53188,31.34797\n1824,1644389545,-24.53188,31.34797\n1825,1644389546,-24.53189,31.34797\n1826,1644389547,-24.53189,31.34797\n1827,1644389548,-24.53189,31.34797\n1828,1644389549,-24.53189,31.34797\n1829,1644389550,-24.53189,31.34797\n1830,1644389551,-24.53189,31.34796\n1831,1644389552,-24.53188,31.34796\n1832,1644389553,-24.53188,31.34793\n1833,1644389554,-24.53190,31.34791\n1834,1644389555,-24.53191,31.34791\n1835,1644389556,-24.53192,31.34790\n1836,1644389557,-24.53192,31.34790\n1837,1644389558,-24.53192,31.34790\n1838,1644389559,-24.53193,31.34789\n1839,1644389560,-24.53197,31.34789\n1840,1644389561,-24.53196,31.34789\n1841,1644389562,-24.53196,31.34789\n1842,1644389563,-24.53195,31.34790\n1843,1644389564,-24.53193,31.34796\n1844,1644389565,-24.53193,31.34798\n1845,1644389566,-24.53193,31.34798\n1846,1644389567,-24.53193,31.34798\n1847,1644389568,-24.53193,31.34799\n1848,1644389569,-24.53193,31.34799\n1849,1644389570,-24.53193,31.34799\n1850,1644389571,-24.53195,31.34799\n1851,1644389572,-24.53195,31.34799\n1852,1644389573,-24.53195,31.34799\n1853,1644389574,-24.53196,31.34800\n1854,1644389575,-24.53196,31.34800\n1855,1644389576,-24.53196,31.34799\n1856,1644389577,-24.53197,31.34797\n1857,1644389578,-24.53197,31.34795\n1858,1644389579,-24.53197,31.34795\n1859,1644389580,-24.53197,31.34795\n1860,1644389581,-24.53198,31.34794\n1861,1644389582,-24.53199,31.34794\n1862,1644389583,-24.53199,31.34793\n1863,1644389584,-24.53199,31.34792\n1864,1644389585,-24.53199,31.34791\n1865,1644389586,-24.53199,31.34790\n1866,1644389587,-24.53199,31.34789\n1867,1644389588,-24.53199,31.34788\n1868,1644389589,-24.53200,31.34788\n1869,1644389590,-24.53200,31.34787\n1870,1644389591,-24.53199,31.34787\n1871,1644389592,-24.53199,31.34787\n1872,1644389593,-24.53199,31.34785\n1873,1644389594,-24.53199,31.34785\n1874,1644389595,-24.53199,31.34786\n1875,1644389596,-24.53199,31.34786\n1876,1644389597,-24.53200,31.34785\n1877,1644389598,-24.53200,31.34785\n1878,1644389599,-24.53201,31.34785\n1879,1644389600,-24.53201,31.34785\n1880,1644389601,-24.53201,31.34785\n1881,1644389602,-24.53201,31.34786\n1882,1644389603,-24.53201,31.34787\n1883,1644389604,-24.53202,31.34787\n1884,1644389605,-24.53199,31.34789\n1885,1644389606,-24.53198,31.34791\n1886,1644389607,-24.53198,31.34791\n1887,1644389608,-24.53198,31.34790\n1888,1644389609,-24.53197,31.34790\n1889,1644389610,-24.53197,31.34791\n1890,1644389611,-24.53196,31.34791\n1891,1644389612,-24.53196,31.34792\n1892,1644389613,-24.53195,31.34793\n1893,1644389614,-24.53195,31.34794\n1894,1644389615,-24.53195,31.34794\n1895,1644389616,-24.53196,31.34794\n1896,1644389617,-24.53196,31.34794\n1897,1644389618,-24.53196,31.34794\n1898,1644389619,-24.53197,31.34794\n1899,1644389620,-24.53198,31.34793\n1900,1644389621,-24.53199,31.34792\n1901,1644389622,-24.53198,31.34793\n1902,1644389623,-24.53198,31.34792\n1903,1644389624,-24.53198,31.34793\n1904,1644389625,-24.53198,31.34792\n1905,1644389626,-24.53198,31.34793\n1906,1644389627,-24.53199,31.34793\n1907,1644389628,-24.53199,31.34793\n1908,1644389629,-24.53200,31.34793\n1909,1644389630,-24.53200,31.34794\n1910,1644389631,-24.53200,31.34795\n1911,1644389632,-24.53200,31.34795\n1912,1644389633,-24.53200,31.34793\n1913,1644389634,-24.53201,31.34792\n1914,1644389635,-24.53201,31.34791\n1915,1644389636,-24.53201,31.34791\n1916,1644389637,-24.53201,31.34791\n1917,1644389638,-24.53201,31.34791\n1918,1644389639,-24.53202,31.34790\n1919,1644389640,-24.53201,31.34791\n1920,1644389641,-24.53200,31.34790\n1921,1644389642,-24.53199,31.34789\n1922,1644389643,-24.53199,31.34789\n1923,1644389644,-24.53198,31.34791\n1924,1644389645,-24.53197,31.34792\n1925,1644389646,-24.53197,31.34792\n1926,1644389647,-24.53196,31.34793\n1927,1644389648,-24.53196,31.34794\n1928,1644389649,-24.53193,31.34798\n1929,1644389650,-24.53193,31.34798\n1930,1644389651,-24.53192,31.34798\n1931,1644389652,-24.53192,31.34798\n1932,1644389653,-24.53191,31.34799\n1933,1644389654,-24.53191,31.34797\n1934,1644389655,-24.53190,31.34797\n1935,1644389656,-24.53189,31.34797\n1936,1644389657,-24.53189,31.34796\n1937,1644389658,-24.53188,31.34796\n1938,1644389659,-24.53188,31.34797\n1939,1644389660,-24.53187,31.34797\n1940,1644389661,-24.53187,31.34797\n1941,1644389662,-24.53187,31.34797\n1942,1644389663,-24.53186,31.34797\n1943,1644389664,-24.53185,31.34796\n1944,1644389665,-24.53186,31.34796\n1945,1644389666,-24.53186,31.34796\n1946,1644389667,-24.53187,31.34795\n1947,1644389668,-24.53187,31.34794\n1948,1644389669,-24.53186,31.34794\n1949,1644389670,-24.53186,31.34793\n1950,1644389671,-24.53185,31.34794\n1951,1644389672,-24.53184,31.34795\n1952,1644389673,-24.53184,31.34794\n1953,1644389674,-24.53184,31.34794\n1954,1644389675,-24.53185,31.34794\n1955,1644389676,-24.53187,31.34793\n1956,1644389677,-24.53188,31.34793\n1957,1644389678,-24.53188,31.34793\n1958,1644389679,-24.53188,31.34793\n1959,1644389680,-24.53187,31.34793\n1960,1644389681,-24.53188,31.34792\n1961,1644389682,-24.53187,31.34792\n1962,1644389683,-24.53188,31.34791\n1963,1644389684,-24.53189,31.34791\n1964,1644389685,-24.53190,31.34790\n1965,1644389686,-24.53191,31.34791\n1966,1644389687,-24.53192,31.34792\n1967,1644389688,-24.53193,31.34791\n1968,1644389689,-24.53198,31.34789\n1969,1644389690,-24.53199,31.34789\n1970,1644389691,-24.53199,31.34789\n1971,1644389692,-24.53198,31.34789\n1972,1644389693,-24.53199,31.34789\n1973,1644389694,-24.53199,31.34789\n1974,1644389695,-24.53199,31.34789\n1975,1644389696,-24.53199,31.34788\n1976,1644389697,-24.53200,31.34788\n1977,1644389698,-24.53200,31.34787\n1978,1644389699,-24.53200,31.34787\n1979,1644389700,-24.53201,31.34786\n1980,1644389701,-24.53201,31.34786\n1981,1644389702,-24.53202,31.34785\n1982,1644389703,-24.53202,31.34785\n1983,1644389704,-24.53203,31.34784\n1984,1644389705,-24.53203,31.34784\n1985,1644389706,-24.53203,31.34783\n1986,1644389707,-24.53204,31.34782\n1987,1644389708,-24.53204,31.34781\n1988,1644389709,-24.53206,31.34781\n1989,1644389710,-24.53207,31.34781\n1990,1644389711,-24.53209,31.34781\n1991,1644389712,-24.53210,31.34780\n1992,1644389713,-24.53211,31.34780\n1993,1644389714,-24.53213,31.34780\n1994,1644389715,-24.53214,31.34779\n1995,1644389716,-24.53215,31.34779\n1996,1644389717,-24.53215,31.34779\n1997,1644389718,-24.53216,31.34779\n1998,1644389719,-24.53212,31.34783\n1999,1644389720,-24.53212,31.34784\n2000,1644389721,-24.53211,31.34787\n2001,1644389722,-24.53210,31.34788\n2002,1644389723,-24.53209,31.34789\n2003,1644389724,-24.53209,31.34790\n2004,1644389725,-24.53209,31.34790\n2005,1644389726,-24.53209,31.34790\n2006,1644389727,-24.53209,31.34790\n2007,1644389728,-24.53209,31.34789\n2008,1644389729,-24.53209,31.34789\n2009,1644389730,-24.53208,31.34790\n2010,1644389731,-24.53208,31.34790\n2011,1644389732,-24.53207,31.34791\n2012,1644389733,-24.53206,31.34791\n2013,1644389734,-24.53205,31.34791\n2014,1644389735,-24.53204,31.34792\n2015,1644389736,-24.53204,31.34792\n2016,1644389737,-24.53203,31.34793\n2017,1644389738,-24.53201,31.34793\n2018,1644389739,-24.53200,31.34794\n2019,1644389740,-24.53198,31.34795\n2020,1644389741,-24.53197,31.34796\n2021,1644389742,-24.53195,31.34797\n2022,1644389743,-24.53194,31.34798\n2023,1644389744,-24.53193,31.34799\n2024,1644389745,-24.53192,31.34799\n2025,1644389746,-24.53191,31.34799\n2026,1644389747,-24.53190,31.34800\n2027,1644389748,-24.53190,31.34800\n2028,1644389749,-24.53189,31.34800\n2029,1644389750,-24.53188,31.34800\n2030,1644389751,-24.53188,31.34799\n2031,1644389752,-24.53189,31.34798\n2032,1644389753,-24.53189,31.34798\n2033,1644389754,-24.53189,31.34797\n2034,1644389755,-24.53190,31.34797\n2035,1644389756,-24.53190,31.34797\n2036,1644389757,-24.53190,31.34796\n2037,1644389758,-24.53191,31.34795\n2038,1644389759,-24.53191,31.34795\n2039,1644389760,-24.53191,31.34794\n2040,1644389761,-24.53192,31.34795\n2041,1644389762,-24.53193,31.34795\n2042,1644389763,-24.53194,31.34795\n2043,1644389764,-24.53195,31.34794\n2044,1644389765,-24.53196,31.34794\n2045,1644389766,-24.53197,31.34793\n2046,1644389767,-24.53198,31.34792\n2047,1644389768,-24.53199,31.34791\n2048,1644389769,-24.53200,31.34790\n2049,1644389770,-24.53201,31.34789\n2050,1644389771,-24.53202,31.34789\n2051,1644389772,-24.53202,31.34789\n2052,1644389773,-24.53203,31.34789\n2053,1644389774,-24.53204,31.34789\n2054,1644389775,-24.53205,31.34789\n2055,1644389776,-24.53206,31.34789\n2056,1644389777,-24.53207,31.34789\n2057,1644389778,-24.53207,31.34788\n2058,1644389779,-24.53206,31.34788\n2059,1644389780,-24.53206,31.34788\n2060,1644389781,-24.53206,31.34788\n2061,1644389782,-24.53206,31.34788\n2062,1644389783,-24.53206,31.34788\n2063,1644389784,-24.53206,31.34787\n2064,1644389785,-24.53206,31.34787\n2065,1644389786,-24.53206,31.34787\n2066,1644389787,-24.53206,31.34787\n2067,1644389788,-24.53207,31.34787\n2068,1644389789,-24.53207,31.34787\n2069,1644389790,-24.53208,31.34787\n2070,1644389791,-24.53208,31.34787\n2071,1644389792,-24.53209,31.34786\n2072,1644389793,-24.53210,31.34786\n2073,1644389794,-24.53211,31.34786\n2074,1644389795,-24.53212,31.34786\n2075,1644389796,-24.53212,31.34785\n2076,1644389797,-24.53213,31.34785\n2077,1644389798,-24.53214,31.34785\n2078,1644389799,-24.53213,31.34785\n2079,1644389800,-24.53213,31.34785\n2080,1644389801,-24.53213,31.34785\n2081,1644389802,-24.53214,31.34785\n2082,1644389803,-24.53214,31.34784\n2083,1644389804,-24.53215,31.34784\n2084,1644389805,-24.53215,31.34783\n2085,1644389806,-24.53215,31.34783\n2086,1644389807,-24.53215,31.34783\n2087,1644389808,-24.53216,31.34783\n2088,1644389809,-24.53215,31.34785\n2089,1644389810,-24.53215,31.34786\n2090,1644389811,-24.53215,31.34787\n2091,1644389812,-24.53216,31.34787\n2092,1644389813,-24.53216,31.34786\n2093,1644389814,-24.53216,31.34786\n2094,1644389815,-24.53217,31.34786\n2095,1644389816,-24.53217,31.34786\n2096,1644389817,-24.53217,31.34787\n2097,1644389818,-24.53216,31.34786\n2098,1644389819,-24.53216,31.34785\n2099,1644389820,-24.53215,31.34784\n2100,1644389821,-24.53215,31.34783\n2101,1644389822,-24.53214,31.34783\n2102,1644389823,-24.53213,31.34784\n2103,1644389824,-24.53213,31.34784\n2104,1644389825,-24.53213,31.34784\n2105,1644389826,-24.53212,31.34784\n2106,1644389827,-24.53212,31.34784\n2107,1644389828,-24.53212,31.34784\n2108,1644389829,-24.53211,31.34784\n2109,1644389830,-24.53211,31.34784\n2110,1644389831,-24.53211,31.34784\n2111,1644389832,-24.53211,31.34784\n2112,1644389833,-24.53211,31.34784\n2113,1644389834,-24.53211,31.34784\n2114,1644389835,-24.53211,31.34784\n2115,1644389836,-24.53212,31.34783\n2116,1644389837,-24.53212,31.34783\n2117,1644389838,-24.53212,31.34784\n2118,1644389839,-24.53212,31.34784\n2119,1644389840,-24.53212,31.34783\n2120,1644389841,-24.53211,31.34784\n2121,1644389842,-24.53211,31.34784\n2122,1644389843,-24.53211,31.34784\n2123,1644389844,-24.53211,31.34784\n2124,1644389845,-24.53211,31.34784\n2125,1644389846,-24.53211,31.34784\n2126,1644389847,-24.53211,31.34784\n2127,1644389848,-24.53209,31.34784\n2128,1644389849,-24.53209,31.34784\n2129,1644389850,-24.53208,31.34785\n2130,1644389851,-24.53208,31.34786\n2131,1644389852,-24.53208,31.34786\n2132,1644389853,-24.53208,31.34786\n2133,1644389854,-24.53208,31.34786\n2134,1644389855,-24.53208,31.34787\n2135,1644389856,-24.53207,31.34788\n2136,1644389857,-24.53206,31.34788\n2137,1644389858,-24.53206,31.34788\n2138,1644389859,-24.53206,31.34788\n2139,1644389860,-24.53206,31.34788\n2140,1644389861,-24.53205,31.34788\n2141,1644389862,-24.53205,31.34788\n2142,1644389863,-24.53205,31.34788\n2143,1644389864,-24.53202,31.34788\n2144,1644389865,-24.53199,31.34787\n2145,1644389866,-24.53198,31.34786\n2146,1644389867,-24.53196,31.34785\n2147,1644389868,-24.53193,31.34784\n2148,1644389869,-24.53193,31.34783\n2149,1644389870,-24.53193,31.34782\n2150,1644389871,-24.53192,31.34782\n2151,1644389872,-24.53192,31.34784\n2152,1644389873,-24.53192,31.34783\n2153,1644389874,-24.53192,31.34782\n2154,1644389875,-24.53192,31.34783\n2155,1644389876,-24.53192,31.34783\n2156,1644389877,-24.53192,31.34783\n2157,1644389878,-24.53192,31.34784\n2158,1644389879,-24.53192,31.34784\n2159,1644389880,-24.53191,31.34784\n2160,1644389881,-24.53192,31.34784\n2161,1644389882,-24.53192,31.34784\n2162,1644389883,-24.53192,31.34784\n2163,1644389884,-24.53191,31.34784\n2164,1644389885,-24.53190,31.34784\n2165,1644389886,-24.53191,31.34783\n2166,1644389887,-24.53192,31.34782\n2167,1644389888,-24.53192,31.34783\n2168,1644389889,-24.53193,31.34783\n2169,1644389890,-24.53194,31.34783\n2170,1644389891,-24.53195,31.34783\n2171,1644389892,-24.53195,31.34783\n2172,1644389893,-24.53196,31.34783\n2173,1644389894,-24.53197,31.34783\n2174,1644389895,-24.53198,31.34782\n2175,1644389896,-24.53198,31.34782\n2176,1644389897,-24.53199,31.34783\n2177,1644389898,-24.53199,31.34783\n2178,1644389899,-24.53200,31.34784\n2179,1644389900,-24.53200,31.34784\n2180,1644389901,-24.53200,31.34784\n2181,1644389902,-24.53200,31.34784\n2182,1644389903,-24.53201,31.34784\n2183,1644389904,-24.53201,31.34785\n2184,1644389905,-24.53201,31.34785\n2185,1644389906,-24.53202,31.34785\n2186,1644389907,-24.53202,31.34785\n2187,1644389908,-24.53202,31.34785\n2188,1644389909,-24.53203,31.34785\n2189,1644389910,-24.53204,31.34783\n2190,1644389911,-24.53204,31.34783\n2191,1644389912,-24.53204,31.34783\n2192,1644389913,-24.53203,31.34783\n2193,1644389914,-24.53202,31.34783\n2194,1644389915,-24.53202,31.34783\n2195,1644389916,-24.53202,31.34783\n2196,1644389917,-24.53202,31.34783\n2197,1644389918,-24.53202,31.34784\n2198,1644389919,-24.53203,31.34784\n2199,1644389920,-24.53203,31.34784\n2200,1644389921,-24.53204,31.34784\n2201,1644389922,-24.53203,31.34784\n2202,1644389923,-24.53203,31.34783\n2203,1644389924,-24.53203,31.34782\n2204,1644389925,-24.53203,31.34782\n2205,1644389926,-24.53202,31.34782\n2206,1644389927,-24.53202,31.34782\n2207,1644389928,-24.53201,31.34782\n2208,1644389929,-24.53201,31.34782\n2209,1644389930,-24.53201,31.34782\n2210,1644389931,-24.53201,31.34782\n2211,1644389932,-24.53201,31.34782\n2212,1644389933,-24.53201,31.34782\n2213,1644389934,-24.53201,31.34781\n2214,1644389935,-24.53201,31.34781\n2215,1644389936,-24.53200,31.34781\n2216,1644389937,-24.53200,31.34780\n2217,1644389938,-24.53200,31.34779\n2218,1644389939,-24.53199,31.34779\n2219,1644389940,-24.53199,31.34778\n2220,1644389941,-24.53198,31.34777\n2221,1644389942,-24.53198,31.34777\n2222,1644389943,-24.53198,31.34777\n2223,1644389944,-24.53198,31.34777\n2224,1644389945,-24.53198,31.34778\n2225,1644389946,-24.53199,31.34778\n2226,1644389947,-24.53199,31.34778\n2227,1644389948,-24.53200,31.34778\n2228,1644389949,-24.53201,31.34778\n2229,1644389950,-24.53202,31.34779\n2230,1644389951,-24.53202,31.34779\n2231,1644389952,-24.53203,31.34779\n2232,1644389953,-24.53203,31.34779\n2233,1644389954,-24.53202,31.34780\n2234,1644389955,-24.53203,31.34780\n2235,1644389956,-24.53202,31.34780\n2236,1644389957,-24.53202,31.34780\n2237,1644389958,-24.53202,31.34780\n2238,1644389959,-24.53201,31.34779\n2239,1644389960,-24.53200,31.34779\n2240,1644389961,-24.53200,31.34779\n2241,1644389962,-24.53200,31.34778\n2242,1644389963,-24.53200,31.34779\n2243,1644389964,-24.53200,31.34780\n2244,1644389965,-24.53200,31.34780\n2245,1644389966,-24.53200,31.34780\n2246,1644389967,-24.53200,31.34780\n2247,1644389968,-24.53200,31.34780\n2248,1644389969,-24.53199,31.34780\n2249,1644389970,-24.53198,31.34780\n2250,1644389971,-24.53198,31.34781\n2251,1644389972,-24.53198,31.34781\n2252,1644389973,-24.53198,31.34782\n2253,1644389974,-24.53197,31.34783\n2254,1644389975,-24.53197,31.34784\n2255,1644389976,-24.53197,31.34785\n2256,1644389977,-24.53197,31.34786\n2257,1644389978,-24.53197,31.34787\n2258,1644389979,-24.53197,31.34788\n2259,1644389980,-24.53197,31.34788\n2260,1644389981,-24.53197,31.34789\n2261,1644389982,-24.53196,31.34789\n2262,1644389983,-24.53196,31.34789\n2263,1644389984,-24.53196,31.34790\n2264,1644389985,-24.53196,31.34790\n2265,1644389986,-24.53196,31.34791\n2266,1644389987,-24.53196,31.34791\n2267,1644389988,-24.53196,31.34791\n2268,1644389989,-24.53196,31.34791\n2269,1644389990,-24.53196,31.34791\n2270,1644389991,-24.53196,31.34791\n2271,1644389992,-24.53196,31.34792\n2272,1644389993,-24.53196,31.34792\n2273,1644389994,-24.53196,31.34792\n2274,1644389995,-24.53196,31.34792\n2275,1644389996,-24.53196,31.34792\n2276,1644389997,-24.53196,31.34792\n2277,1644389998,-24.53197,31.34792\n2278,1644389999,-24.53197,31.34791\n2279,1644390000,-24.53197,31.34791\n2280,1644390001,-24.53198,31.34790\n2281,1644390002,-24.53198,31.34790\n2282,1644390003,-24.53198,31.34790\n2283,1644390004,-24.53198,31.34790\n2284,1644390005,-24.53198,31.34789\n2285,1644390006,-24.53198,31.34789\n2286,1644390007,-24.53197,31.34789\n2287,1644390008,-24.53197,31.34789\n2288,1644390009,-24.53197,31.34790\n2289,1644390010,-24.53196,31.34790\n2290,1644390011,-24.53196,31.34790\n2291,1644390012,-24.53196,31.34791\n2292,1644390013,-24.53196,31.34791\n2293,1644390014,-24.53195,31.34792\n2294,1644390015,-24.53195,31.34795\n2295,1644390016,-24.53194,31.34794\n2296,1644390017,-24.53195,31.34795\n2297,1644390018,-24.53195,31.34797\n2298,1644390019,-24.53195,31.34799\n2299,1644390020,-24.53195,31.34801\n2300,1644390021,-24.53195,31.34803\n2301,1644390022,-24.53195,31.34803\n2302,1644390023,-24.53195,31.34804\n2303,1644390024,-24.53195,31.34804\n2304,1644390025,-24.53196,31.34804\n2305,1644390026,-24.53196,31.34805\n2306,1644390027,-24.53195,31.34805\n2307,1644390028,-24.53195,31.34805\n2308,1644390029,-24.53195,31.34805\n2309,1644390030,-24.53195,31.34804\n2310,1644390031,-24.53194,31.34803\n2311,1644390032,-24.53194,31.34803\n2312,1644390033,-24.53194,31.34802\n2313,1644390034,-24.53194,31.34802\n2314,1644390035,-24.53193,31.34800\n2315,1644390036,-24.53193,31.34799\n2316,1644390037,-24.53193,31.34799\n2317,1644390038,-24.53193,31.34799\n2318,1644390039,-24.53193,31.34798\n2319,1644390040,-24.53194,31.34797\n2320,1644390041,-24.53194,31.34797\n2321,1644390042,-24.53194,31.34796\n2322,1644390043,-24.53194,31.34796\n2323,1644390044,-24.53194,31.34796\n2324,1644390045,-24.53194,31.34795\n2325,1644390046,-24.53195,31.34795\n2326,1644390047,-24.53195,31.34795\n2327,1644390048,-24.53195,31.34795\n2328,1644390049,-24.53195,31.34795\n2329,1644390050,-24.53195,31.34794\n2330,1644390051,-24.53195,31.34794\n2331,1644390052,-24.53195,31.34794\n2332,1644390053,-24.53195,31.34794\n2333,1644390054,-24.53195,31.34793\n2334,1644390055,-24.53195,31.34793\n2335,1644390056,-24.53195,31.34793\n2336,1644390057,-24.53195,31.34793\n2337,1644390058,-24.53195,31.34793\n2338,1644390059,-24.53195,31.34793\n2339,1644390060,-24.53194,31.34792\n2340,1644390061,-24.53194,31.34791\n2341,1644390062,-24.53193,31.34790\n2342,1644390063,-24.53193,31.34791\n2343,1644390064,-24.53194,31.34790\n2344,1644390065,-24.53194,31.34790\n2345,1644390066,-24.53194,31.34790\n2346,1644390067,-24.53194,31.34790\n2347,1644390068,-24.53194,31.34790\n2348,1644390069,-24.53194,31.34790\n2349,1644390070,-24.53194,31.34790\n2350,1644390071,-24.53194,31.34789\n2351,1644390072,-24.53194,31.34789\n2352,1644390073,-24.53194,31.34789\n2353,1644390074,-24.53194,31.34789\n2354,1644390075,-24.53194,31.34789\n2355,1644390076,-24.53194,31.34788\n2356,1644390077,-24.53194,31.34788\n2357,1644390078,-24.53194,31.34788\n2358,1644390079,-24.53194,31.34787\n2359,1644390080,-24.53194,31.34788\n2360,1644390081,-24.53195,31.34788\n2361,1644390082,-24.53196,31.34789\n2362,1644390083,-24.53196,31.34789\n2363,1644390084,-24.53196,31.34790\n2364,1644390085,-24.53196,31.34790\n2365,1644390086,-24.53196,31.34790\n2366,1644390087,-24.53196,31.34790\n2367,1644390088,-24.53196,31.34790\n2368,1644390089,-24.53196,31.34789\n2369,1644390090,-24.53196,31.34789\n2370,1644390091,-24.53196,31.34788\n2371,1644390092,-24.53196,31.34788\n2372,1644390093,-24.53196,31.34787\n2373,1644390094,-24.53195,31.34787\n2374,1644390095,-24.53194,31.34785\n2375,1644390096,-24.53193,31.34785\n2376,1644390097,-24.53193,31.34785\n2377,1644390098,-24.53192,31.34784\n2378,1644390099,-24.53192,31.34784\n2379,1644390100,-24.53191,31.34784\n2380,1644390101,-24.53191,31.34784\n2381,1644390102,-24.53190,31.34784\n2382,1644390103,-24.53190,31.34784\n2383,1644390104,-24.53190,31.34784\n2384,1644390105,-24.53190,31.34784\n2385,1644390106,-24.53190,31.34784\n2386,1644390107,-24.53191,31.34784\n2387,1644390108,-24.53191,31.34784\n2388,1644390109,-24.53192,31.34785\n2389,1644390110,-24.53192,31.34786\n2390,1644390111,-24.53193,31.34786\n2391,1644390112,-24.53192,31.34786\n2392,1644390113,-24.53192,31.34786\n2393,1644390114,-24.53192,31.34786\n2394,1644390115,-24.53192,31.34785\n2395,1644390116,-24.53192,31.34785\n2396,1644390117,-24.53192,31.34785\n2397,1644390118,-24.53192,31.34785\n2398,1644390119,-24.53192,31.34785\n2399,1644390120,-24.53192,31.34785\n2400,1644390121,-24.53192,31.34786\n2401,1644390122,-24.53193,31.34786\n2402,1644390123,-24.53194,31.34787\n2403,1644390124,-24.53194,31.34788\n2404,1644390125,-24.53195,31.34788\n2405,1644390126,-24.53195,31.34788\n2406,1644390127,-24.53196,31.34789\n2407,1644390128,-24.53196,31.34789\n2408,1644390129,-24.53196,31.34789\n2409,1644390130,-24.53196,31.34789\n2410,1644390131,-24.53196,31.34789\n2411,1644390132,-24.53197,31.34789\n2412,1644390133,-24.53198,31.34789\n2413,1644390134,-24.53199,31.34789\n2414,1644390135,-24.53199,31.34789\n2415,1644390136,-24.53199,31.34789\n2416,1644390137,-24.53200,31.34789\n2417,1644390138,-24.53200,31.34789\n2418,1644390139,-24.53201,31.34790\n2419,1644390140,-24.53201,31.34790\n2420,1644390141,-24.53201,31.34791\n2421,1644390142,-24.53201,31.34791\n2422,1644390143,-24.53201,31.34791\n2423,1644390144,-24.53201,31.34792\n2424,1644390145,-24.53200,31.34792\n2425,1644390146,-24.53200,31.34792\n2426,1644390147,-24.53201,31.34793\n2427,1644390148,-24.53202,31.34794\n2428,1644390149,-24.53202,31.34794\n2429,1644390150,-24.53202,31.34794\n2430,1644390151,-24.53202,31.34794\n2431,1644390152,-24.53202,31.34794\n2432,1644390153,-24.53202,31.34795\n2433,1644390154,-24.53202,31.34795\n2434,1644390155,-24.53201,31.34796\n2435,1644390156,-24.53203,31.34797\n2436,1644390157,-24.53203,31.34797\n2437,1644390158,-24.53201,31.34796\n2438,1644390159,-24.53200,31.34796\n2439,1644390160,-24.53200,31.34796\n2440,1644390161,-24.53199,31.34795\n2441,1644390162,-24.53198,31.34794\n2442,1644390163,-24.53196,31.34793\n2443,1644390164,-24.53195,31.34792\n2444,1644390165,-24.53194,31.34791\n2445,1644390166,-24.53194,31.34790\n2446,1644390167,-24.53194,31.34789\n2447,1644390168,-24.53195,31.34789\n2448,1644390169,-24.53194,31.34789\n2449,1644390170,-24.53194,31.34789\n2450,1644390171,-24.53194,31.34789\n2451,1644390172,-24.53194,31.34789\n2452,1644390173,-24.53194,31.34789\n2453,1644390174,-24.53195,31.34789\n2454,1644390175,-24.53194,31.34789\n2455,1644390176,-24.53195,31.34789\n2456,1644390177,-24.53196,31.34788\n2457,1644390178,-24.53197,31.34788\n2458,1644390179,-24.53197,31.34788\n2459,1644390180,-24.53198,31.34787\n2460,1644390181,-24.53199,31.34787\n2461,1644390182,-24.53199,31.34787\n2462,1644390183,-24.53199,31.34787\n2463,1644390184,-24.53199,31.34787\n2464,1644390185,-24.53200,31.34787\n2465,1644390186,-24.53201,31.34787\n2466,1644390187,-24.53202,31.34787\n2467,1644390188,-24.53203,31.34787\n2468,1644390189,-24.53204,31.34787\n2469,1644390190,-24.53204,31.34787\n2470,1644390191,-24.53205,31.34787\n2471,1644390192,-24.53205,31.34788\n2472,1644390193,-24.53205,31.34788\n2473,1644390194,-24.53205,31.34788\n2474,1644390195,-24.53205,31.34787\n2475,1644390196,-24.53205,31.34787\n2476,1644390197,-24.53205,31.34788\n2477,1644390198,-24.53204,31.34788\n2478,1644390199,-24.53203,31.34788\n2479,1644390200,-24.53203,31.34788\n2480,1644390201,-24.53203,31.34787\n2481,1644390202,-24.53202,31.34787\n2482,1644390203,-24.53202,31.34787\n2483,1644390204,-24.53202,31.34787\n2484,1644390205,-24.53202,31.34787\n2485,1644390206,-24.53201,31.34787\n2486,1644390207,-24.53201,31.34788\n2487,1644390208,-24.53201,31.34789\n2488,1644390209,-24.53201,31.34789\n2489,1644390210,-24.53202,31.34790\n2490,1644390211,-24.53203,31.34790\n2491,1644390212,-24.53204,31.34791\n2492,1644390213,-24.53204,31.34792\n2493,1644390214,-24.53204,31.34792\n2494,1644390215,-24.53205,31.34792\n2495,1644390216,-24.53205,31.34792\n2496,1644390217,-24.53205,31.34792\n2497,1644390218,-24.53205,31.34792\n2498,1644390219,-24.53205,31.34792\n2499,1644390220,-24.53205,31.34792\n2500,1644390221,-24.53204,31.34792\n2501,1644390222,-24.53204,31.34791\n2502,1644390223,-24.53204,31.34790\n2503,1644390224,-24.53203,31.34789\n2504,1644390225,-24.53203,31.34788\n2505,1644390226,-24.53204,31.34787\n2506,1644390227,-24.53204,31.34787\n2507,1644390228,-24.53204,31.34788\n2508,1644390229,-24.53204,31.34788\n2509,1644390230,-24.53205,31.34789\n2510,1644390231,-24.53204,31.34789\n2511,1644390232,-24.53204,31.34788\n2512,1644390233,-24.53204,31.34788\n2513,1644390234,-24.53204,31.34787\n2514,1644390235,-24.53204,31.34787\n2515,1644390236,-24.53204,31.34787\n2516,1644390237,-24.53204,31.34787\n2517,1644390238,-24.53203,31.34786\n2518,1644390239,-24.53203,31.34787\n2519,1644390240,-24.53202,31.34787\n2520,1644390241,-24.53202,31.34788\n2521,1644390242,-24.53202,31.34788\n2522,1644390243,-24.53202,31.34788\n2523,1644390244,-24.53201,31.34788\n2524,1644390245,-24.53201,31.34787\n2525,1644390246,-24.53200,31.34787\n2526,1644390247,-24.53199,31.34787\n2527,1644390248,-24.53198,31.34788\n2528,1644390249,-24.53198,31.34788\n2529,1644390250,-24.53198,31.34788\n2530,1644390251,-24.53198,31.34789\n2531,1644390252,-24.53198,31.34789\n2532,1644390253,-24.53197,31.34789\n2533,1644390254,-24.53196,31.34789\n2534,1644390255,-24.53196,31.34789\n2535,1644390256,-24.53195,31.34790\n2536,1644390257,-24.53197,31.34791\n2537,1644390258,-24.53197,31.34791\n2538,1644390259,-24.53197,31.34791\n2539,1644390260,-24.53196,31.34791\n2540,1644390261,-24.53196,31.34791\n2541,1644390262,-24.53195,31.34790\n2542,1644390263,-24.53196,31.34790\n2543,1644390264,-24.53196,31.34789\n2544,1644390265,-24.53196,31.34789\n2545,1644390266,-24.53196,31.34790\n2546,1644390267,-24.53196,31.34790\n2547,1644390268,-24.53196,31.34790\n2548,1644390269,-24.53196,31.34790\n2549,1644390270,-24.53196,31.34791\n2550,1644390271,-24.53196,31.34791\n2551,1644390272,-24.53196,31.34791\n2552,1644390273,-24.53196,31.34791\n2553,1644390274,-24.53196,31.34791\n2554,1644390275,-24.53196,31.34791\n2555,1644390276,-24.53196,31.34791\n2556,1644390277,-24.53196,31.34791\n2557,1644390278,-24.53196,31.34791\n2558,1644390279,-24.53196,31.34791\n2559,1644390280,-24.53196,31.34791\n2560,1644390281,-24.53196,31.34791\n2561,1644390282,-24.53196,31.34791\n2562,1644390283,-24.53197,31.34791\n2563,1644390284,-24.53197,31.34791\n2564,1644390285,-24.53197,31.34791\n2565,1644390286,-24.53198,31.34791\n2566,1644390287,-24.53197,31.34791\n2567,1644390288,-24.53198,31.34791\n2568,1644390289,-24.53198,31.34790\n2569,1644390290,-24.53198,31.34790\n2570,1644390291,-24.53198,31.34789\n2571,1644390292,-24.53198,31.34789\n2572,1644390293,-24.53197,31.34788\n2573,1644390294,-24.53197,31.34788\n2574,1644390295,-24.53197,31.34787\n2575,1644390296,-24.53197,31.34787\n2576,1644390297,-24.53197,31.34787\n2577,1644390298,-24.53197,31.34787\n2578,1644390299,-24.53196,31.34787\n2579,1644390300,-24.53196,31.34787\n2580,1644390301,-24.53195,31.34786\n2581,1644390302,-24.53194,31.34786\n2582,1644390303,-24.53193,31.34785\n2583,1644390304,-24.53192,31.34785\n2584,1644390305,-24.53191,31.34785\n2585,1644390306,-24.53192,31.34785\n2586,1644390307,-24.53192,31.34784\n2587,1644390308,-24.53193,31.34784\n2588,1644390309,-24.53194,31.34784\n2589,1644390310,-24.53195,31.34784\n2590,1644390311,-24.53196,31.34784\n2591,1644390312,-24.53197,31.34783\n2592,1644390313,-24.53197,31.34782\n2593,1644390314,-24.53198,31.34782\n2594,1644390315,-24.53199,31.34781\n2595,1644390316,-24.53199,31.34781\n2596,1644390317,-24.53199,31.34780\n2597,1644390318,-24.53199,31.34779\n2598,1644390319,-24.53198,31.34779\n2599,1644390320,-24.53196,31.34779\n2600,1644390321,-24.53195,31.34779\n2601,1644390322,-24.53194,31.34780\n2602,1644390323,-24.53193,31.34781\n2603,1644390324,-24.53190,31.34781\n2604,1644390325,-24.53188,31.34783\n2605,1644390326,-24.53184,31.34783\n2606,1644390327,-24.53183,31.34782\n2607,1644390328,-24.53182,31.34780\n2608,1644390329,-24.53181,31.34778\n2609,1644390330,-24.53180,31.34776\n2610,1644390331,-24.53180,31.34774\n2611,1644390332,-24.53179,31.34773\n2612,1644390333,-24.53179,31.34772\n2613,1644390334,-24.53179,31.34771\n2614,1644390335,-24.53180,31.34772\n2615,1644390336,-24.53180,31.34773\n2616,1644390337,-24.53180,31.34774\n2617,1644390338,-24.53181,31.34775\n2618,1644390339,-24.53182,31.34775\n2619,1644390340,-24.53183,31.34775\n2620,1644390341,-24.53185,31.34775\n2621,1644390342,-24.53187,31.34776\n2622,1644390343,-24.53188,31.34778\n2623,1644390344,-24.53189,31.34779\n2624,1644390345,-24.53189,31.34780\n2625,1644390346,-24.53189,31.34783\n2626,1644390347,-24.53188,31.34784\n2627,1644390348,-24.53186,31.34785\n2628,1644390349,-24.53184,31.34786\n2629,1644390350,-24.53183,31.34786\n2630,1644390351,-24.53182,31.34786\n2631,1644390352,-24.53181,31.34786\n2632,1644390353,-24.53180,31.34786\n2633,1644390354,-24.53180,31.34786\n2634,1644390355,-24.53180,31.34786\n2635,1644390356,-24.53180,31.34787\n2636,1644390357,-24.53180,31.34787\n2637,1644390358,-24.53180,31.34787\n2638,1644390359,-24.53180,31.34788\n2639,1644390360,-24.53181,31.34788\n2640,1644390361,-24.53180,31.34788\n2641,1644390362,-24.53180,31.34788\n2642,1644390363,-24.53180,31.34788\n2643,1644390364,-24.53181,31.34789\n2644,1644390365,-24.53181,31.34789\n2645,1644390366,-24.53181,31.34790\n2646,1644390367,-24.53182,31.34789\n2647,1644390368,-24.53181,31.34789\n2648,1644390369,-24.53182,31.34789\n2649,1644390370,-24.53182,31.34789\n2650,1644390371,-24.53182,31.34788\n2651,1644390372,-24.53182,31.34788\n2652,1644390373,-24.53183,31.34788\n2653,1644390374,-24.53183,31.34788\n2654,1644390375,-24.53183,31.34788\n2655,1644390376,-24.53184,31.34787\n2656,1644390377,-24.53185,31.34787\n2657,1644390378,-24.53185,31.34787\n2658,1644390379,-24.53186,31.34788\n2659,1644390380,-24.53186,31.34788\n2660,1644390381,-24.53186,31.34788\n2661,1644390382,-24.53186,31.34788\n2662,1644390383,-24.53187,31.34788\n2663,1644390384,-24.53186,31.34788\n2664,1644390385,-24.53186,31.34788\n2665,1644390386,-24.53186,31.34788\n2666,1644390387,-24.53187,31.34788\n2667,1644390388,-24.53187,31.34788\n2668,1644390389,-24.53187,31.34788\n2669,1644390390,-24.53187,31.34788\n2670,1644390391,-24.53187,31.34788\n2671,1644390392,-24.53187,31.34788\n2672,1644390393,-24.53187,31.34788\n2673,1644390394,-24.53187,31.34788\n2674,1644390395,-24.53187,31.34788\n2675,1644390396,-24.53187,31.34788\n2676,1644390397,-24.53188,31.34788\n2677,1644390398,-24.53189,31.34788\n2678,1644390399,-24.53191,31.34788\n2679,1644390400,-24.53192,31.34788\n2680,1644390401,-24.53193,31.34788\n2681,1644390402,-24.53193,31.34789\n2682,1644390403,-24.53194,31.34788\n2683,1644390404,-24.53194,31.34788\n2684,1644390405,-24.53193,31.34788\n2685,1644390406,-24.53194,31.34787\n2686,1644390407,-24.53195,31.34786\n2687,1644390408,-24.53196,31.34785\n2688,1644390409,-24.53196,31.34785\n2689,1644390410,-24.53198,31.34785\n2690,1644390411,-24.53199,31.34785\n2691,1644390412,-24.53199,31.34785\n2692,1644390413,-24.53200,31.34784\n2693,1644390414,-24.53202,31.34784\n2694,1644390415,-24.53203,31.34784\n2695,1644390416,-24.53204,31.34783\n2696,1644390417,-24.53205,31.34784\n2697,1644390418,-24.53205,31.34784\n2698,1644390419,-24.53206,31.34784\n2699,1644390420,-24.53207,31.34784\n2700,1644390421,-24.53208,31.34784\n2701,1644390422,-24.53209,31.34784\n2702,1644390423,-24.53209,31.34785\n2703,1644390424,-24.53211,31.34785\n2704,1644390425,-24.53211,31.34785\n2705,1644390426,-24.53212,31.34785\n2706,1644390427,-24.53212,31.34785\n2707,1644390428,-24.53212,31.34785\n2708,1644390429,-24.53212,31.34785\n2709,1644390430,-24.53211,31.34785\n2710,1644390431,-24.53211,31.34785\n2711,1644390432,-24.53211,31.34785\n2712,1644390433,-24.53210,31.34785\n2713,1644390434,-24.53210,31.34785\n2714,1644390435,-24.53210,31.34785\n2715,1644390436,-24.53209,31.34785\n2716,1644390437,-24.53209,31.34786\n2717,1644390438,-24.53209,31.34786\n2718,1644390439,-24.53210,31.34786\n2719,1644390440,-24.53209,31.34785\n2720,1644390441,-24.53209,31.34785\n2721,1644390442,-24.53208,31.34784\n2722,1644390443,-24.53207,31.34784\n2723,1644390444,-24.53205,31.34784\n2724,1644390445,-24.53205,31.34783\n2725,1644390446,-24.53205,31.34783\n2726,1644390447,-24.53205,31.34783\n2727,1644390448,-24.53206,31.34784\n2728,1644390449,-24.53206,31.34783\n2729,1644390450,-24.53207,31.34784\n2730,1644390451,-24.53207,31.34784\n2731,1644390452,-24.53207,31.34784\n2732,1644390453,-24.53208,31.34784\n2733,1644390454,-24.53208,31.34785\n2734,1644390455,-24.53208,31.34785\n2735,1644390456,-24.53207,31.34785\n2736,1644390457,-24.53206,31.34785\n2737,1644390458,-24.53205,31.34784\n2738,1644390459,-24.53205,31.34784\n2739,1644390460,-24.53205,31.34784\n2740,1644390461,-24.53205,31.34784\n2741,1644390462,-24.53204,31.34785\n2742,1644390463,-24.53204,31.34785\n2743,1644390464,-24.53203,31.34786\n2744,1644390465,-24.53202,31.34787\n2745,1644390466,-24.53202,31.34787\n2746,1644390467,-24.53201,31.34787\n2747,1644390468,-24.53201,31.34788\n2748,1644390469,-24.53201,31.34788\n2749,1644390470,-24.53202,31.34788\n2750,1644390471,-24.53202,31.34788\n2751,1644390472,-24.53202,31.34789\n2752,1644390473,-24.53201,31.34789\n2753,1644390474,-24.53201,31.34789\n2754,1644390475,-24.53202,31.34790\n2755,1644390476,-24.53202,31.34790\n2756,1644390477,-24.53200,31.34789\n2757,1644390478,-24.53200,31.34789\n2758,1644390479,-24.53200,31.34787\n2759,1644390480,-24.53200,31.34786\n2760,1644390481,-24.53200,31.34786\n2761,1644390482,-24.53199,31.34785\n2762,1644390483,-24.53199,31.34784\n2763,1644390484,-24.53198,31.34784\n2764,1644390485,-24.53198,31.34784\n2765,1644390486,-24.53199,31.34784\n2766,1644390487,-24.53199,31.34784\n2767,1644390488,-24.53200,31.34784\n2768,1644390489,-24.53200,31.34784\n2769,1644390490,-24.53200,31.34784\n2770,1644390491,-24.53199,31.34784\n2771,1644390492,-24.53199,31.34784\n2772,1644390493,-24.53199,31.34785\n2773,1644390494,-24.53198,31.34785\n2774,1644390495,-24.53198,31.34786\n2775,1644390496,-24.53197,31.34786\n2776,1644390497,-24.53197,31.34786\n2777,1644390498,-24.53198,31.34787\n2778,1644390499,-24.53199,31.34786\n2779,1644390500,-24.53198,31.34786\n2780,1644390501,-24.53199,31.34787\n2781,1644390502,-24.53199,31.34787\n2782,1644390503,-24.53199,31.34786\n2783,1644390504,-24.53199,31.34786\n2784,1644390505,-24.53199,31.34785\n2785,1644390506,-24.53199,31.34785\n2786,1644390507,-24.53198,31.34785\n2787,1644390508,-24.53199,31.34785\n2788,1644390509,-24.53199,31.34785\n2789,1644390510,-24.53199,31.34785\n2790,1644390511,-24.53200,31.34785\n2791,1644390512,-24.53200,31.34785\n2792,1644390513,-24.53202,31.34786\n2793,1644390514,-24.53203,31.34786\n2794,1644390515,-24.53204,31.34786\n2795,1644390516,-24.53205,31.34787\n2796,1644390517,-24.53206,31.34787\n2797,1644390518,-24.53207,31.34786\n2798,1644390519,-24.53208,31.34785\n2799,1644390520,-24.53207,31.34783\n2800,1644390521,-24.53207,31.34782\n2801,1644390522,-24.53208,31.34782\n2802,1644390523,-24.53207,31.34781\n2803,1644390524,-24.53207,31.34781\n2804,1644390525,-24.53207,31.34782\n2805,1644390526,-24.53207,31.34783\n2806,1644390527,-24.53208,31.34784\n2807,1644390528,-24.53209,31.34784\n2808,1644390529,-24.53210,31.34784\n2809,1644390530,-24.53211,31.34784\n2810,1644390531,-24.53212,31.34784\n2811,1644390532,-24.53213,31.34784\n2812,1644390533,-24.53213,31.34784\n2813,1644390534,-24.53214,31.34784\n2814,1644390535,-24.53214,31.34785\n2815,1644390536,-24.53214,31.34786\n2816,1644390537,-24.53214,31.34786\n2817,1644390538,-24.53214,31.34786\n2818,1644390539,-24.53215,31.34787\n2819,1644390540,-24.53215,31.34787\n2820,1644390541,-24.53215,31.34787\n2821,1644390542,-24.53215,31.34787\n2822,1644390543,-24.53215,31.34787\n2823,1644390544,-24.53214,31.34787\n2824,1644390545,-24.53214,31.34788\n2825,1644390546,-24.53214,31.34788\n2826,1644390547,-24.53212,31.34788\n2827,1644390548,-24.53210,31.34788\n2828,1644390549,-24.53210,31.34789\n2829,1644390550,-24.53209,31.34788\n2830,1644390551,-24.53208,31.34788\n2831,1644390552,-24.53207,31.34788\n2832,1644390553,-24.53207,31.34788\n2833,1644390554,-24.53207,31.34788\n2834,1644390555,-24.53207,31.34788\n2835,1644390556,-24.53207,31.34788\n2836,1644390557,-24.53207,31.34788\n2837,1644390558,-24.53207,31.34788\n2838,1644390559,-24.53207,31.34788\n2839,1644390560,-24.53207,31.34787\n2840,1644390561,-24.53207,31.34787\n2841,1644390562,-24.53207,31.34787\n2842,1644390563,-24.53208,31.34787\n2843,1644390564,-24.53208,31.34787\n2844,1644390565,-24.53209,31.34786\n2845,1644390566,-24.53209,31.34786\n2846,1644390567,-24.53209,31.34787\n2847,1644390568,-24.53208,31.34787\n2848,1644390569,-24.53209,31.34787\n2849,1644390570,-24.53209,31.34787\n2850,1644390571,-24.53209,31.34787\n2851,1644390572,-24.53209,31.34788\n2852,1644390573,-24.53208,31.34788\n2853,1644390574,-24.53208,31.34788\n2854,1644390575,-24.53207,31.34789\n2855,1644390576,-24.53206,31.34789\n2856,1644390577,-24.53206,31.34790\n2857,1644390578,-24.53206,31.34790\n2858,1644390579,-24.53205,31.34791\n2859,1644390580,-24.53206,31.34789\n2860,1644390581,-24.53207,31.34789\n2861,1644390582,-24.53208,31.34788\n2862,1644390583,-24.53207,31.34787\n2863,1644390584,-24.53207,31.34787\n2864,1644390585,-24.53206,31.34786\n2865,1644390586,-24.53206,31.34785\n2866,1644390587,-24.53205,31.34786\n2867,1644390588,-24.53205,31.34785\n2868,1644390589,-24.53205,31.34785\n2869,1644390590,-24.53204,31.34785\n2870,1644390591,-24.53205,31.34786\n2871,1644390592,-24.53205,31.34786\n2872,1644390593,-24.53205,31.34786\n2873,1644390594,-24.53205,31.34787\n2874,1644390595,-24.53205,31.34787\n2875,1644390596,-24.53205,31.34787\n2876,1644390597,-24.53204,31.34787\n2877,1644390598,-24.53204,31.34788\n2878,1644390599,-24.53203,31.34790\n2879,1644390600,-24.53203,31.34791\n2880,1644390601,-24.53203,31.34792\n2881,1644390602,-24.53203,31.34792\n2882,1644390603,-24.53204,31.34791\n2883,1644390604,-24.53204,31.34791\n2884,1644390605,-24.53204,31.34792\n2885,1644390606,-24.53204,31.34794\n2886,1644390607,-24.53204,31.34795\n2887,1644390608,-24.53204,31.34795\n2888,1644390609,-24.53204,31.34796\n2889,1644390610,-24.53203,31.34796\n2890,1644390611,-24.53203,31.34796\n2891,1644390612,-24.53203,31.34796\n2892,1644390613,-24.53203,31.34796\n2893,1644390614,-24.53203,31.34796\n2894,1644390615,-24.53204,31.34796\n2895,1644390616,-24.53204,31.34796\n2896,1644390617,-24.53204,31.34796\n2897,1644390618,-24.53204,31.34796\n2898,1644390619,-24.53203,31.34796\n2899,1644390620,-24.53203,31.34796\n2900,1644390621,-24.53203,31.34796\n2901,1644390622,-24.53203,31.34796\n2902,1644390623,-24.53203,31.34796\n2903,1644390624,-24.53204,31.34796\n2904,1644390625,-24.53203,31.34796\n2905,1644390626,-24.53203,31.34796\n2906,1644390627,-24.53203,31.34796\n2907,1644390628,-24.53202,31.34797\n2908,1644390629,-24.53202,31.34797\n2909,1644390630,-24.53201,31.34796\n2910,1644390631,-24.53200,31.34795\n2911,1644390632,-24.53200,31.34793\n2912,1644390633,-24.53199,31.34792\n2913,1644390634,-24.53199,31.34791\n2914,1644390635,-24.53198,31.34790\n2915,1644390636,-24.53198,31.34790\n2916,1644390637,-24.53198,31.34790\n2917,1644390638,-24.53197,31.34789\n2918,1644390639,-24.53197,31.34789\n2919,1644390640,-24.53196,31.34789\n2920,1644390641,-24.53195,31.34788\n2921,1644390642,-24.53194,31.34788\n2922,1644390643,-24.53195,31.34788\n2923,1644390644,-24.53195,31.34788\n2924,1644390645,-24.53196,31.34787\n2925,1644390646,-24.53196,31.34788\n2926,1644390647,-24.53196,31.34788\n2927,1644390648,-24.53195,31.34788\n2928,1644390649,-24.53195,31.34788\n2929,1644390650,-24.53195,31.34787\n2930,1644390651,-24.53194,31.34787\n2931,1644390652,-24.53194,31.34787\n2932,1644390653,-24.53194,31.34786\n2933,1644390654,-24.53195,31.34784\n2934,1644390655,-24.53194,31.34788\n2935,1644390656,-24.53194,31.34789\n2936,1644390657,-24.53193,31.34790\n2937,1644390658,-24.53193,31.34791\n2938,1644390659,-24.53193,31.34791\n2939,1644390660,-24.53192,31.34791\n2940,1644390661,-24.53192,31.34791\n2941,1644390662,-24.53192,31.34790\n2942,1644390663,-24.53193,31.34789\n2943,1644390664,-24.53194,31.34789\n2944,1644390665,-24.53194,31.34788\n2945,1644390666,-24.53195,31.34788\n2946,1644390667,-24.53196,31.34788\n2947,1644390668,-24.53196,31.34788\n2948,1644390669,-24.53196,31.34788\n2949,1644390670,-24.53196,31.34788\n2950,1644390671,-24.53197,31.34788\n2951,1644390672,-24.53197,31.34789\n2952,1644390673,-24.53198,31.34789\n2953,1644390674,-24.53198,31.34789\n2954,1644390675,-24.53199,31.34789\n2955,1644390676,-24.53199,31.34789\n2956,1644390677,-24.53199,31.34788\n2957,1644390678,-24.53199,31.34788\n2958,1644390679,-24.53199,31.34788\n2959,1644390680,-24.53199,31.34787\n2960,1644390681,-24.53199,31.34787\n2961,1644390682,-24.53198,31.34787\n2962,1644390683,-24.53198,31.34787\n2963,1644390684,-24.53198,31.34786\n2964,1644390685,-24.53198,31.34786\n2965,1644390686,-24.53198,31.34786\n2966,1644390687,-24.53199,31.34786\n2967,1644390688,-24.53199,31.34786\n2968,1644390689,-24.53199,31.34786\n2969,1644390690,-24.53199,31.34786\n2970,1644390691,-24.53199,31.34786\n2971,1644390692,-24.53199,31.34787\n2972,1644390693,-24.53199,31.34787\n2973,1644390694,-24.53198,31.34787\n2974,1644390695,-24.53199,31.34788\n2975,1644390696,-24.53198,31.34788\n2976,1644390697,-24.53197,31.34788\n2977,1644390698,-24.53196,31.34788\n2978,1644390699,-24.53195,31.34787\n2979,1644390700,-24.53196,31.34787\n2980,1644390701,-24.53196,31.34787\n2981,1644390702,-24.53196,31.34787\n2982,1644390703,-24.53196,31.34787\n2983,1644390704,-24.53197,31.34787\n2984,1644390705,-24.53197,31.34787\n2985,1644390706,-24.53197,31.34787\n2986,1644390707,-24.53197,31.34786\n2987,1644390708,-24.53197,31.34786\n2988,1644390709,-24.53197,31.34786\n2989,1644390710,-24.53197,31.34784\n2990,1644390711,-24.53198,31.34785\n2991,1644390712,-24.53198,31.34785\n2992,1644390713,-24.53198,31.34785\n2993,1644390714,-24.53198,31.34785\n2994,1644390715,-24.53198,31.34786\n2995,1644390716,-24.53198,31.34786\n2996,1644390717,-24.53198,31.34786\n2997,1644390718,-24.53198,31.34786\n2998,1644390719,-24.53198,31.34786\n2999,1644390720,-24.53198,31.34786\n3000,1644390721,-24.53199,31.34786\n3001,1644390722,-24.53199,31.34787\n3002,1644390723,-24.53199,31.34788\n3003,1644390724,-24.53198,31.34788\n3004,1644390725,-24.53198,31.34788\n3005,1644390726,-24.53198,31.34788\n3006,1644390727,-24.53197,31.34787\n3007,1644390728,-24.53197,31.34787\n3008,1644390729,-24.53197,31.34788\n3009,1644390730,-24.53198,31.34789\n3010,1644390731,-24.53198,31.34789\n3011,1644390732,-24.53199,31.34788\n3012,1644390733,-24.53199,31.34788\n3013,1644390734,-24.53199,31.34788\n3014,1644390735,-24.53199,31.34787\n3015,1644390736,-24.53200,31.34787\n3016,1644390737,-24.53200,31.34788\n3017,1644390738,-24.53200,31.34788\n3018,1644390739,-24.53200,31.34788\n3019,1644390740,-24.53200,31.34788\n3020,1644390741,-24.53201,31.34788\n3021,1644390742,-24.53201,31.34789\n3022,1644390743,-24.53202,31.34789\n3023,1644390744,-24.53202,31.34789\n3024,1644390745,-24.53202,31.34789\n3025,1644390746,-24.53202,31.34789\n3026,1644390747,-24.53202,31.34789\n3027,1644390748,-24.53201,31.34789\n3028,1644390749,-24.53201,31.34789\n3029,1644390750,-24.53199,31.34789\n3030,1644390751,-24.53198,31.34789\n3031,1644390752,-24.53198,31.34788\n3032,1644390753,-24.53198,31.34788\n3033,1644390754,-24.53198,31.34788\n3034,1644390755,-24.53198,31.34788\n3035,1644390756,-24.53198,31.34788\n3036,1644390757,-24.53198,31.34788\n3037,1644390758,-24.53198,31.34788\n3038,1644390759,-24.53197,31.34788\n3039,1644390760,-24.53197,31.34788\n3040,1644390761,-24.53197,31.34788\n3041,1644390762,-24.53196,31.34788\n3042,1644390763,-24.53195,31.34788\n3043,1644390764,-24.53195,31.34788\n3044,1644390765,-24.53194,31.34788\n3045,1644390766,-24.53194,31.34788\n3046,1644390767,-24.53193,31.34788\n3047,1644390768,-24.53193,31.34786\n3048,1644390769,-24.53194,31.34784\n3049,1644390770,-24.53194,31.34783\n3050,1644390771,-24.53193,31.34783\n3051,1644390772,-24.53193,31.34784\n3052,1644390773,-24.53192,31.34784\n3053,1644390774,-24.53191,31.34784\n3054,1644390775,-24.53190,31.34784\n3055,1644390776,-24.53189,31.34784\n3056,1644390777,-24.53189,31.34784\n3057,1644390778,-24.53190,31.34783\n3058,1644390779,-24.53191,31.34783\n3059,1644390780,-24.53191,31.34784\n3060,1644390781,-24.53192,31.34785\n3061,1644390782,-24.53192,31.34786\n3062,1644390783,-24.53192,31.34787\n3063,1644390784,-24.53192,31.34788\n3064,1644390785,-24.53192,31.34789\n3065,1644390786,-24.53191,31.34790\n3066,1644390787,-24.53191,31.34791\n3067,1644390788,-24.53190,31.34791\n3068,1644390789,-24.53189,31.34792\n3069,1644390790,-24.53189,31.34792\n3070,1644390791,-24.53188,31.34792\n3071,1644390792,-24.53189,31.34791\n3072,1644390793,-24.53189,31.34790\n3073,1644390794,-24.53190,31.34790\n3074,1644390795,-24.53191,31.34790\n3075,1644390796,-24.53191,31.34789\n3076,1644390797,-24.53191,31.34789\n3077,1644390798,-24.53191,31.34788\n3078,1644390799,-24.53190,31.34788\n3079,1644390800,-24.53190,31.34788\n3080,1644390801,-24.53190,31.34787\n3081,1644390802,-24.53191,31.34787\n3082,1644390803,-24.53191,31.34787\n3083,1644390804,-24.53191,31.34788\n3084,1644390805,-24.53191,31.34788\n3085,1644390806,-24.53191,31.34788\n3086,1644390807,-24.53191,31.34787\n3087,1644390808,-24.53191,31.34787\n3088,1644390809,-24.53192,31.34787\n3089,1644390810,-24.53193,31.34788\n3090,1644390811,-24.53194,31.34788\n3091,1644390812,-24.53195,31.34788\n3092,1644390813,-24.53196,31.34787\n3093,1644390814,-24.53196,31.34787\n3094,1644390815,-24.53196,31.34786\n3095,1644390816,-24.53196,31.34786\n3096,1644390817,-24.53196,31.34786\n3097,1644390818,-24.53196,31.34786\n3098,1644390819,-24.53196,31.34786\n3099,1644390820,-24.53196,31.34786\n3100,1644390821,-24.53196,31.34786\n3101,1644390822,-24.53196,31.34786\n3102,1644390823,-24.53196,31.34785\n3103,1644390824,-24.53195,31.34785\n3104,1644390825,-24.53195,31.34784\n3105,1644390826,-24.53194,31.34784\n3106,1644390827,-24.53194,31.34783\n3107,1644390828,-24.53193,31.34783\n3108,1644390829,-24.53193,31.34783\n3109,1644390830,-24.53192,31.34782\n3110,1644390831,-24.53192,31.34781\n3111,1644390832,-24.53192,31.34781\n3112,1644390833,-24.53192,31.34781\n3113,1644390834,-24.53192,31.34780\n3114,1644390835,-24.53192,31.34780\n3115,1644390836,-24.53194,31.34781\n3116,1644390837,-24.53195,31.34781\n3117,1644390838,-24.53195,31.34782\n3118,1644390839,-24.53195,31.34783\n3119,1644390840,-24.53195,31.34783\n3120,1644390841,-24.53195,31.34783\n3121,1644390842,-24.53195,31.34783\n3122,1644390843,-24.53195,31.34783\n3123,1644390844,-24.53195,31.34783\n3124,1644390845,-24.53195,31.34783\n3125,1644390846,-24.53195,31.34783\n3126,1644390847,-24.53195,31.34783\n3127,1644390848,-24.53195,31.34783\n3128,1644390849,-24.53195,31.34782\n3129,1644390850,-24.53195,31.34782\n3130,1644390851,-24.53194,31.34781\n3131,1644390852,-24.53194,31.34781\n3132,1644390853,-24.53194,31.34781\n3133,1644390854,-24.53194,31.34781\n3134,1644390855,-24.53194,31.34781\n3135,1644390856,-24.53194,31.34781\n3136,1644390857,-24.53194,31.34781\n3137,1644390858,-24.53194,31.34781\n3138,1644390859,-24.53194,31.34781\n3139,1644390860,-24.53193,31.34783\n3140,1644390861,-24.53194,31.34784\n3141,1644390862,-24.53194,31.34785\n3142,1644390863,-24.53193,31.34786\n3143,1644390864,-24.53192,31.34786\n3144,1644390865,-24.53192,31.34787\n3145,1644390866,-24.53192,31.34787\n3146,1644390867,-24.53191,31.34787\n3147,1644390868,-24.53191,31.34788\n3148,1644390869,-24.53191,31.34788\n3149,1644390870,-24.53190,31.34788\n3150,1644390871,-24.53190,31.34789\n3151,1644390872,-24.53190,31.34789\n3152,1644390873,-24.53190,31.34790\n3153,1644390874,-24.53190,31.34790\n3154,1644390875,-24.53190,31.34790\n3155,1644390876,-24.53190,31.34789\n3156,1644390877,-24.53190,31.34789\n3157,1644390878,-24.53190,31.34789\n3158,1644390879,-24.53189,31.34789\n3159,1644390880,-24.53190,31.34789\n3160,1644390881,-24.53190,31.34789\n3161,1644390882,-24.53190,31.34788\n3162,1644390883,-24.53191,31.34787\n3163,1644390884,-24.53190,31.34787\n3164,1644390885,-24.53191,31.34787\n3165,1644390886,-24.53191,31.34786\n3166,1644390887,-24.53191,31.34785\n3167,1644390888,-24.53191,31.34784\n3168,1644390889,-24.53192,31.34783\n3169,1644390890,-24.53192,31.34783\n3170,1644390891,-24.53192,31.34782\n3171,1644390892,-24.53192,31.34782\n3172,1644390893,-24.53192,31.34782\n3173,1644390894,-24.53192,31.34782\n3174,1644390895,-24.53192,31.34782\n3175,1644390896,-24.53192,31.34783\n3176,1644390897,-24.53193,31.34783\n3177,1644390898,-24.53193,31.34783\n3178,1644390899,-24.53193,31.34783\n3179,1644390900,-24.53193,31.34783\n3180,1644390901,-24.53193,31.34783\n3181,1644390902,-24.53193,31.34783\n3182,1644390903,-24.53194,31.34783\n3183,1644390904,-24.53194,31.34783\n3184,1644390905,-24.53194,31.34783\n3185,1644390906,-24.53195,31.34783\n3186,1644390907,-24.53196,31.34784\n3187,1644390908,-24.53196,31.34784\n3188,1644390909,-24.53197,31.34785\n3189,1644390910,-24.53197,31.34785\n3190,1644390911,-24.53197,31.34784\n3191,1644390912,-24.53196,31.34784\n3192,1644390913,-24.53196,31.34784\n3193,1644390914,-24.53197,31.34784\n3194,1644390915,-24.53197,31.34784\n3195,1644390916,-24.53197,31.34784\n3196,1644390917,-24.53197,31.34784\n3197,1644390918,-24.53197,31.34784\n3198,1644390919,-24.53197,31.34784\n3199,1644390920,-24.53198,31.34786\n3200,1644390921,-24.53199,31.34783\n3201,1644390922,-24.53199,31.34783\n3202,1644390923,-24.53199,31.34784\n3203,1644390924,-24.53199,31.34784\n3204,1644390925,-24.53199,31.34784\n3205,1644390926,-24.53198,31.34785\n3206,1644390927,-24.53199,31.34785\n3207,1644390928,-24.53199,31.34786\n3208,1644390929,-24.53201,31.34786\n3209,1644390930,-24.53202,31.34787\n3210,1644390931,-24.53203,31.34787\n3211,1644390932,-24.53204,31.34787\n3212,1644390933,-24.53205,31.34787\n3213,1644390934,-24.53206,31.34787\n3214,1644390935,-24.53207,31.34788\n3215,1644390936,-24.53209,31.34788\n3216,1644390937,-24.53209,31.34788\n3217,1644390938,-24.53210,31.34788\n3218,1644390939,-24.53210,31.34788\n3219,1644390940,-24.53209,31.34788\n3220,1644390941,-24.53208,31.34789\n3221,1644390942,-24.53207,31.34790\n3222,1644390943,-24.53206,31.34790\n3223,1644390944,-24.53205,31.34790\n3224,1644390945,-24.53205,31.34790\n3225,1644390946,-24.53206,31.34790\n3226,1644390947,-24.53207,31.34790\n3227,1644390948,-24.53207,31.34790\n3228,1644390949,-24.53207,31.34790\n3229,1644390950,-24.53207,31.34790\n3230,1644390951,-24.53206,31.34790\n3231,1644390952,-24.53205,31.34790\n3232,1644390953,-24.53204,31.34790\n3233,1644390954,-24.53203,31.34791\n3234,1644390955,-24.53203,31.34791\n3235,1644390956,-24.53203,31.34791\n3236,1644390957,-24.53204,31.34791\n3237,1644390958,-24.53205,31.34791\n3238,1644390959,-24.53205,31.34791\n3239,1644390960,-24.53205,31.34791\n3240,1644390961,-24.53206,31.34791\n3241,1644390962,-24.53204,31.34793\n3242,1644390963,-24.53201,31.34794\n3243,1644390964,-24.53200,31.34795\n3244,1644390965,-24.53199,31.34796\n3245,1644390966,-24.53197,31.34797\n3246,1644390967,-24.53196,31.34797\n3247,1644390968,-24.53195,31.34798\n3248,1644390969,-24.53195,31.34799\n3249,1644390970,-24.53194,31.34799\n3250,1644390971,-24.53194,31.34799\n3251,1644390972,-24.53194,31.34799\n3252,1644390973,-24.53194,31.34799\n3253,1644390974,-24.53194,31.34800\n3254,1644390975,-24.53194,31.34799\n3255,1644390976,-24.53195,31.34799\n3256,1644390977,-24.53196,31.34798\n3257,1644390978,-24.53197,31.34796\n3258,1644390979,-24.53198,31.34794\n3259,1644390980,-24.53198,31.34793\n3260,1644390981,-24.53198,31.34793\n3261,1644390982,-24.53199,31.34792\n3262,1644390983,-24.53199,31.34792\n3263,1644390984,-24.53199,31.34791\n3264,1644390985,-24.53200,31.34791\n3265,1644390986,-24.53200,31.34790\n3266,1644390987,-24.53200,31.34790\n3267,1644390988,-24.53202,31.34789\n3268,1644390989,-24.53202,31.34789\n3269,1644390990,-24.53202,31.34789\n3270,1644390991,-24.53202,31.34789\n3271,1644390992,-24.53202,31.34789\n3272,1644390993,-24.53203,31.34789\n3273,1644390994,-24.53203,31.34789\n3274,1644390995,-24.53204,31.34789\n3275,1644390996,-24.53204,31.34790\n3276,1644390997,-24.53205,31.34789\n3277,1644390998,-24.53205,31.34788\n3278,1644390999,-24.53205,31.34788\n3279,1644391000,-24.53206,31.34788\n3280,1644391001,-24.53206,31.34787\n3281,1644391002,-24.53206,31.34786\n3282,1644391003,-24.53207,31.34785\n3283,1644391004,-24.53207,31.34785\n3284,1644391005,-24.53207,31.34785\n3285,1644391006,-24.53208,31.34784\n3286,1644391007,-24.53208,31.34784\n3287,1644391008,-24.53207,31.34784\n3288,1644391009,-24.53206,31.34786\n3289,1644391010,-24.53205,31.34787\n3290,1644391011,-24.53204,31.34787\n3291,1644391012,-24.53202,31.34788\n3292,1644391013,-24.53201,31.34789\n3293,1644391014,-24.53200,31.34789\n3294,1644391015,-24.53199,31.34789\n3295,1644391016,-24.53199,31.34790\n3296,1644391017,-24.53199,31.34790\n3297,1644391018,-24.53199,31.34790\n3298,1644391019,-24.53200,31.34791\n3299,1644391020,-24.53200,31.34791\n3300,1644391021,-24.53200,31.34791\n3301,1644391022,-24.53199,31.34791\n3302,1644391023,-24.53200,31.34792\n3303,1644391024,-24.53199,31.34792\n3304,1644391025,-24.53198,31.34792\n3305,1644391026,-24.53198,31.34792\n3306,1644391027,-24.53198,31.34792\n3307,1644391028,-24.53198,31.34792\n3308,1644391029,-24.53198,31.34792\n3309,1644391030,-24.53197,31.34791\n3310,1644391031,-24.53197,31.34791\n3311,1644391032,-24.53197,31.34791\n3312,1644391033,-24.53197,31.34792\n3313,1644391034,-24.53197,31.34792\n3314,1644391035,-24.53197,31.34792\n3315,1644391036,-24.53197,31.34792\n3316,1644391037,-24.53197,31.34792\n3317,1644391038,-24.53197,31.34792\n3318,1644391039,-24.53197,31.34792\n3319,1644391040,-24.53198,31.34792\n3320,1644391041,-24.53198,31.34792\n3321,1644391042,-24.53198,31.34792\n3322,1644391043,-24.53198,31.34792\n3323,1644391044,-24.53198,31.34792\n3324,1644391045,-24.53199,31.34792\n3325,1644391046,-24.53199,31.34793\n3326,1644391047,-24.53199,31.34793\n3327,1644391048,-24.53200,31.34793\n3328,1644391049,-24.53200,31.34792\n3329,1644391050,-24.53200,31.34793\n3330,1644391051,-24.53200,31.34792\n3331,1644391052,-24.53200,31.34792\n3332,1644391053,-24.53200,31.34792\n3333,1644391054,-24.53200,31.34792\n3334,1644391055,-24.53200,31.34793\n3335,1644391056,-24.53200,31.34793\n3336,1644391057,-24.53201,31.34793\n3337,1644391058,-24.53201,31.34793\n3338,1644391059,-24.53201,31.34793\n3339,1644391060,-24.53201,31.34792\n3340,1644391061,-24.53201,31.34792\n3341,1644391062,-24.53201,31.34792\n3342,1644391063,-24.53201,31.34791\n3343,1644391064,-24.53201,31.34790\n3344,1644391065,-24.53201,31.34790\n3345,1644391066,-24.53201,31.34789\n3346,1644391067,-24.53200,31.34788\n3347,1644391068,-24.53200,31.34787\n3348,1644391069,-24.53200,31.34787\n3349,1644391070,-24.53200,31.34786\n3350,1644391071,-24.53199,31.34785\n3351,1644391072,-24.53198,31.34783\n3352,1644391073,-24.53198,31.34782\n3353,1644391074,-24.53199,31.34782\n3354,1644391075,-24.53199,31.34781\n3355,1644391076,-24.53199,31.34780\n3356,1644391077,-24.53198,31.34780\n3357,1644391078,-24.53197,31.34782\n3358,1644391079,-24.53197,31.34783\n3359,1644391080,-24.53197,31.34783\n3360,1644391081,-24.53196,31.34783\n3361,1644391082,-24.53196,31.34783\n3362,1644391083,-24.53197,31.34782\n3363,1644391084,-24.53197,31.34782\n3364,1644391085,-24.53198,31.34781\n3365,1644391086,-24.53199,31.34781\n3366,1644391087,-24.53199,31.34781\n3367,1644391088,-24.53200,31.34782\n3368,1644391089,-24.53200,31.34782\n3369,1644391090,-24.53200,31.34782\n3370,1644391091,-24.53201,31.34783\n3371,1644391092,-24.53201,31.34784\n3372,1644391093,-24.53202,31.34785\n3373,1644391094,-24.53203,31.34785\n3374,1644391095,-24.53203,31.34786\n3375,1644391096,-24.53204,31.34788\n3376,1644391097,-24.53206,31.34789\n3377,1644391098,-24.53207,31.34791\n3378,1644391099,-24.53208,31.34792\n3379,1644391100,-24.53209,31.34793\n3380,1644391101,-24.53211,31.34793\n3381,1644391102,-24.53212,31.34794\n3382,1644391103,-24.53214,31.34795\n3383,1644391104,-24.53216,31.34797\n3384,1644391105,-24.53217,31.34798\n3385,1644391106,-24.53219,31.34797\n3386,1644391107,-24.53219,31.34796\n3387,1644391108,-24.53218,31.34794\n3388,1644391109,-24.53219,31.34794\n3389,1644391110,-24.53219,31.34794\n3390,1644391111,-24.53220,31.34794\n3391,1644391112,-24.53221,31.34794\n3392,1644391113,-24.53222,31.34794\n3393,1644391114,-24.53223,31.34795\n3394,1644391115,-24.53221,31.34795\n3395,1644391116,-24.53221,31.34794\n3396,1644391117,-24.53221,31.34795\n3397,1644391118,-24.53220,31.34796\n3398,1644391119,-24.53220,31.34796\n3399,1644391120,-24.53219,31.34797\n3400,1644391121,-24.53221,31.34795\n3401,1644391122,-24.53225,31.34797\n3402,1644391123,-24.53227,31.34798\n3403,1644391124,-24.53230,31.34799\n3404,1644391125,-24.53231,31.34793\n3405,1644391126,-24.53233,31.34793\n3406,1644391127,-24.53235,31.34793\n3407,1644391128,-24.53237,31.34793\n3408,1644391129,-24.53239,31.34794\n3409,1644391130,-24.53240,31.34794\n3410,1644391131,-24.53241,31.34796\n3411,1644391132,-24.53238,31.34796\n3412,1644391133,-24.53239,31.34797\n3413,1644391134,-24.53235,31.34798\n3414,1644391135,-24.53234,31.34798\n3415,1644391136,-24.53233,31.34799\n3416,1644391137,-24.53232,31.34799\n3417,1644391138,-24.53230,31.34798\n3418,1644391139,-24.53229,31.34798\n3419,1644391140,-24.53228,31.34798\n3420,1644391141,-24.53227,31.34798\n3421,1644391142,-24.53227,31.34798\n3422,1644391143,-24.53228,31.34799\n3423,1644391144,-24.53227,31.34800\n3424,1644391145,-24.53227,31.34800\n3425,1644391146,-24.53227,31.34801\n3426,1644391147,-24.53227,31.34802\n3427,1644391148,-24.53227,31.34802\n3428,1644391149,-24.53227,31.34803\n3429,1644391150,-24.53227,31.34803\n3430,1644391151,-24.53227,31.34803\n3431,1644391152,-24.53227,31.34804\n3432,1644391153,-24.53226,31.34804\n3433,1644391154,-24.53226,31.34805\n3434,1644391155,-24.53226,31.34805\n3435,1644391156,-24.53227,31.34806\n3436,1644391157,-24.53227,31.34806\n3437,1644391158,-24.53227,31.34807\n3438,1644391159,-24.53227,31.34807\n3439,1644391160,-24.53227,31.34807\n3440,1644391161,-24.53227,31.34808\n3441,1644391162,-24.53227,31.34808\n3442,1644391163,-24.53227,31.34808\n3443,1644391164,-24.53228,31.34808\n3444,1644391165,-24.53228,31.34808\n3445,1644391166,-24.53229,31.34809\n3446,1644391167,-24.53229,31.34809\n3447,1644391168,-24.53230,31.34810\n3448,1644391169,-24.53230,31.34810\n3449,1644391170,-24.53230,31.34811\n3450,1644391171,-24.53230,31.34811\n3451,1644391172,-24.53230,31.34811\n3452,1644391173,-24.53230,31.34811\n3453,1644391174,-24.53230,31.34811\n3454,1644391175,-24.53230,31.34812\n3455,1644391176,-24.53230,31.34812\n3456,1644391177,-24.53231,31.34812\n3457,1644391178,-24.53231,31.34812\n3458,1644391179,-24.53231,31.34813\n3459,1644391180,-24.53231,31.34813\n3460,1644391181,-24.53232,31.34814\n3461,1644391182,-24.53231,31.34813\n3462,1644391183,-24.53225,31.34809\n3463,1644391184,-24.53217,31.34804\n3464,1644391185,-24.53207,31.34799\n3465,1644391186,-24.53195,31.34795\n3466,1644391187,-24.53187,31.34792\n3467,1644391188,-24.53173,31.34786\n3468,1644391189,-24.53163,31.34782\n3469,1644391190,-24.53156,31.34779\n3470,1644391191,-24.53148,31.34773\n3471,1644391192,-24.53139,31.34767\n3472,1644391193,-24.53131,31.34763\n3473,1644391194,-24.53123,31.34761\n3474,1644391195,-24.53115,31.34759\n3475,1644391196,-24.53106,31.34758\n3476,1644391197,-24.53097,31.34755\n3477,1644391198,-24.53090,31.34751\n3478,1644391199,-24.53081,31.34748\n3479,1644391200,-24.53073,31.34745\n3480,1644391201,-24.53064,31.34742\n3481,1644391202,-24.53055,31.34739\n3482,1644391203,-24.53046,31.34736\n3483,1644391204,-24.53037,31.34733\n3484,1644391205,-24.53028,31.34730\n3485,1644391206,-24.53020,31.34727\n3486,1644391207,-24.53010,31.34724\n3487,1644391208,-24.53000,31.34722\n3488,1644391209,-24.52991,31.34722\n3489,1644391210,-24.52983,31.34722\n3490,1644391211,-24.52974,31.34722\n3491,1644391212,-24.52965,31.34723\n3492,1644391213,-24.52958,31.34724\n3493,1644391214,-24.52953,31.34727\n3494,1644391215,-24.52948,31.34731\n3495,1644391216,-24.52945,31.34736\n3496,1644391217,-24.52942,31.34740\n3497,1644391218,-24.52942,31.34745\n3498,1644391219,-24.52942,31.34747\n3499,1644391220,-24.52947,31.34749\n3500,1644391221,-24.52952,31.34751\n3501,1644391222,-24.52955,31.34750\n3502,1644391223,-24.52956,31.34747\n3503,1644391224,-24.52960,31.34743\n3504,1644391225,-24.52963,31.34732\n3505,1644391226,-24.52959,31.34719\n3506,1644391227,-24.52958,31.34718\n3507,1644391228,-24.52955,31.34718\n3508,1644391229,-24.52951,31.34721\n3509,1644391230,-24.52947,31.34723\n3510,1644391231,-24.52941,31.34726\n3511,1644391232,-24.52935,31.34724\n3512,1644391233,-24.52930,31.34721\n3513,1644391234,-24.52924,31.34718\n3514,1644391235,-24.52917,31.34715\n3515,1644391236,-24.52909,31.34714\n3516,1644391237,-24.52902,31.34714\n3517,1644391238,-24.52894,31.34714\n3518,1644391239,-24.52886,31.34713\n3519,1644391240,-24.52878,31.34712\n3520,1644391241,-24.52870,31.34711\n3521,1644391242,-24.52862,31.34711\n3522,1644391243,-24.52855,31.34711\n3523,1644391244,-24.52848,31.34712\n3524,1644391245,-24.52842,31.34713\n3525,1644391246,-24.52836,31.34715\n3526,1644391247,-24.52831,31.34717\n3527,1644391248,-24.52836,31.34729\n3528,1644391249,-24.52839,31.34734\n3529,1644391250,-24.52841,31.34738\n3530,1644391251,-24.52844,31.34740\n3531,1644391252,-24.52846,31.34741\n3532,1644391253,-24.52847,31.34742\n3533,1644391254,-24.52845,31.34740\n3534,1644391255,-24.52844,31.34739\n3535,1644391256,-24.52843,31.34735\n3536,1644391257,-24.52840,31.34728\n3537,1644391258,-24.52837,31.34724\n3538,1644391259,-24.52834,31.34720\n3539,1644391260,-24.52830,31.34715\n3540,1644391261,-24.52824,31.34714\n3541,1644391262,-24.52819,31.34713\n3542,1644391263,-24.52818,31.34706\n3543,1644391264,-24.52816,31.34701\n3544,1644391265,-24.52813,31.34697\n3545,1644391266,-24.52808,31.34693\n3546,1644391267,-24.52804,31.34689\n3547,1644391268,-24.52800,31.34685\n3548,1644391269,-24.52794,31.34682\n3549,1644391270,-24.52789,31.34681\n3550,1644391271,-24.52783,31.34681\n3551,1644391272,-24.52777,31.34681\n3552,1644391273,-24.52773,31.34685\n3553,1644391274,-24.52769,31.34687\n3554,1644391275,-24.52764,31.34693\n3555,1644391276,-24.52761,31.34697\n3556,1644391277,-24.52756,31.34698\n3557,1644391278,-24.52751,31.34700\n3558,1644391279,-24.52746,31.34700\n3559,1644391280,-24.52741,31.34699\n3560,1644391281,-24.52739,31.34693\n3561,1644391282,-24.52736,31.34688\n3562,1644391283,-24.52732,31.34684\n3563,1644391284,-24.52728,31.34681\n3564,1644391285,-24.52722,31.34679\n3565,1644391286,-24.52716,31.34677\n3566,1644391287,-24.52710,31.34678\n3567,1644391288,-24.52704,31.34679\n3568,1644391289,-24.52701,31.34680\n3569,1644391290,-24.52696,31.34690\n3570,1644391291,-24.52694,31.34695\n3571,1644391292,-24.52692,31.34699\n3572,1644391293,-24.52692,31.34702\n3573,1644391294,-24.52692,31.34705\n3574,1644391295,-24.52693,31.34706\n3575,1644391296,-24.52694,31.34706\n3576,1644391297,-24.52694,31.34706\n3577,1644391298,-24.52692,31.34705\n3578,1644391299,-24.52688,31.34701\n3579,1644391300,-24.52682,31.34700\n3580,1644391301,-24.52673,31.34700\n3581,1644391302,-24.52665,31.34701\n3582,1644391303,-24.52660,31.34697\n3583,1644391304,-24.52655,31.34694\n3584,1644391305,-24.52648,31.34690\n3585,1644391306,-24.52641,31.34688\n3586,1644391307,-24.52634,31.34685\n3587,1644391308,-24.52628,31.34681\n3588,1644391309,-24.52622,31.34677\n3589,1644391310,-24.52615,31.34672\n3590,1644391311,-24.52609,31.34669\n3591,1644391312,-24.52602,31.34668\n3592,1644391313,-24.52594,31.34668\n3593,1644391314,-24.52585,31.34669\n3594,1644391315,-24.52577,31.34671\n3595,1644391316,-24.52568,31.34674\n3596,1644391317,-24.52560,31.34676\n3597,1644391318,-24.52553,31.34677\n3598,1644391319,-24.52548,31.34678\n3599,1644391320,-24.52544,31.34679\n3600,1644391321,-24.52541,31.34678\n3601,1644391322,-24.52539,31.34671\n3602,1644391323,-24.52535,31.34664\n3603,1644391324,-24.52532,31.34660\n3604,1644391325,-24.52525,31.34654\n3605,1644391326,-24.52518,31.34649\n3606,1644391327,-24.52510,31.34644\n3607,1644391328,-24.52502,31.34640\n3608,1644391329,-24.52495,31.34635\n3609,1644391330,-24.52488,31.34630\n3610,1644391331,-24.52481,31.34626\n3611,1644391332,-24.52474,31.34623\n3612,1644391333,-24.52467,31.34620\n3613,1644391334,-24.52459,31.34618\n3614,1644391335,-24.52452,31.34618\n3615,1644391336,-24.52446,31.34619\n3616,1644391337,-24.52440,31.34619\n3617,1644391338,-24.52435,31.34618\n3618,1644391339,-24.52429,31.34616\n3619,1644391340,-24.52422,31.34614\n3620,1644391341,-24.52416,31.34613\n3621,1644391342,-24.52410,31.34612\n3622,1644391343,-24.52403,31.34612\n3623,1644391344,-24.52397,31.34615\n3624,1644391345,-24.52393,31.34619\n3625,1644391346,-24.52388,31.34620\n3626,1644391347,-24.52384,31.34621\n3627,1644391348,-24.52379,31.34622\n3628,1644391349,-24.52377,31.34625\n3629,1644391350,-24.52374,31.34629\n3630,1644391351,-24.52372,31.34633\n3631,1644391352,-24.52368,31.34637\n3632,1644391353,-24.52364,31.34640\n3633,1644391354,-24.52359,31.34643\n3634,1644391355,-24.52354,31.34645\n3635,1644391356,-24.52348,31.34647\n3636,1644391357,-24.52342,31.34648\n3637,1644391358,-24.52338,31.34648\n3638,1644391359,-24.52334,31.34648\n3639,1644391360,-24.52331,31.34648\n3640,1644391361,-24.52328,31.34648\n3641,1644391362,-24.52325,31.34649\n3642,1644391363,-24.52320,31.34648\n3643,1644391364,-24.52315,31.34648\n3644,1644391365,-24.52309,31.34647\n3645,1644391366,-24.52303,31.34647\n3646,1644391367,-24.52296,31.34646\n3647,1644391368,-24.52289,31.34646\n3648,1644391369,-24.52282,31.34644\n3649,1644391370,-24.52275,31.34645\n3650,1644391371,-24.52270,31.34646\n3651,1644391372,-24.52264,31.34648\n3652,1644391373,-24.52260,31.34651\n3653,1644391374,-24.52254,31.34655\n3654,1644391375,-24.52251,31.34656\n3655,1644391376,-24.52244,31.34654\n3656,1644391377,-24.52240,31.34654\n3657,1644391378,-24.52236,31.34655\n3658,1644391379,-24.52232,31.34657\n3659,1644391380,-24.52228,31.34661\n3660,1644391381,-24.52224,31.34664\n3661,1644391382,-24.52219,31.34665\n3662,1644391383,-24.52214,31.34665\n3663,1644391384,-24.52210,31.34667\n3664,1644391385,-24.52206,31.34670\n3665,1644391386,-24.52202,31.34673\n3666,1644391387,-24.52196,31.34674\n3667,1644391388,-24.52190,31.34676\n3668,1644391389,-24.52183,31.34678\n3669,1644391390,-24.52177,31.34680\n3670,1644391391,-24.52171,31.34680\n3671,1644391392,-24.52165,31.34681\n3672,1644391393,-24.52160,31.34682\n3673,1644391394,-24.52158,31.34686\n3674,1644391395,-24.52155,31.34688\n3675,1644391396,-24.52150,31.34690\n3676,1644391397,-24.52146,31.34692\n3677,1644391398,-24.52141,31.34693\n3678,1644391399,-24.52136,31.34694\n3679,1644391400,-24.52132,31.34697\n3680,1644391401,-24.52128,31.34700\n3681,1644391402,-24.52125,31.34702\n3682,1644391403,-24.52123,31.34703\n3683,1644391404,-24.52122,31.34703\n3684,1644391405,-24.52121,31.34703\n3685,1644391406,-24.52122,31.34702\n3686,1644391407,-24.52123,31.34702\n3687,1644391408,-24.52126,31.34701\n3688,1644391409,-24.52128,31.34700\n3689,1644391410,-24.52131,31.34699\n3690,1644391411,-24.52133,31.34698\n3691,1644391412,-24.52135,31.34695\n3692,1644391413,-24.52136,31.34691\n3693,1644391414,-24.52136,31.34687\n3694,1644391415,-24.52136,31.34683\n3695,1644391416,-24.52134,31.34682\n3696,1644391417,-24.52132,31.34680\n3697,1644391418,-24.52125,31.34681\n3698,1644391419,-24.52120,31.34678\n3699,1644391420,-24.52116,31.34677\n3700,1644391421,-24.52108,31.34674\n3701,1644391422,-24.52103,31.34674\n3702,1644391423,-24.52098,31.34674\n3703,1644391424,-24.52093,31.34676\n3704,1644391425,-24.52090,31.34678\n3705,1644391426,-24.52087,31.34679\n3706,1644391427,-24.52083,31.34682\n3707,1644391428,-24.52081,31.34684\n3708,1644391429,-24.52078,31.34687\n3709,1644391430,-24.52073,31.34691\n3710,1644391431,-24.52071,31.34694\n3711,1644391432,-24.52069,31.34696\n3712,1644391433,-24.52068,31.34696\n3713,1644391434,-24.52067,31.34689\n3714,1644391435,-24.52065,31.34683\n3715,1644391436,-24.52063,31.34680\n3716,1644391437,-24.52061,31.34678\n3717,1644391438,-24.52059,31.34678\n3718,1644391439,-24.52055,31.34681\n3719,1644391440,-24.52053,31.34684\n3720,1644391441,-24.52052,31.34687\n3721,1644391442,-24.52051,31.34691\n3722,1644391443,-24.52049,31.34693\n3723,1644391444,-24.52046,31.34693\n3724,1644391445,-24.52043,31.34691\n3725,1644391446,-24.52039,31.34688\n3726,1644391447,-24.52037,31.34683\n3727,1644391448,-24.52034,31.34679\n3728,1644391449,-24.52033,31.34674\n3729,1644391450,-24.52031,31.34670\n3730,1644391451,-24.52030,31.34668\n3731,1644391452,-24.52030,31.34665\n3732,1644391453,-24.52032,31.34663\n3733,1644391454,-24.52035,31.34662\n3734,1644391455,-24.52038,31.34661\n3735,1644391456,-24.52042,31.34660\n3736,1644391457,-24.52045,31.34659\n3737,1644391458,-24.52048,31.34661\n3738,1644391459,-24.52050,31.34663\n3739,1644391460,-24.52053,31.34667\n3740,1644391461,-24.52055,31.34675\n3741,1644391462,-24.52055,31.34678\n3742,1644391463,-24.52053,31.34680\n3743,1644391464,-24.52051,31.34680\n3744,1644391465,-24.52048,31.34681\n3745,1644391466,-24.52045,31.34682\n3746,1644391467,-24.52043,31.34685\n3747,1644391468,-24.52043,31.34689\n3748,1644391469,-24.52043,31.34692\n3749,1644391470,-24.52044,31.34697\n3750,1644391471,-24.52045,31.34702\n3751,1644391472,-24.52046,31.34707\n3752,1644391473,-24.52045,31.34712\n3753,1644391474,-24.52045,31.34717\n3754,1644391475,-24.52044,31.34723\n3755,1644391476,-24.52044,31.34728\n3756,1644391477,-24.52043,31.34733\n3757,1644391478,-24.52042,31.34739\n3758,1644391479,-24.52041,31.34744\n3759,1644391480,-24.52038,31.34749\n3760,1644391481,-24.52037,31.34754\n3761,1644391482,-24.52035,31.34758\n3762,1644391483,-24.52032,31.34763\n3763,1644391484,-24.52029,31.34767\n3764,1644391485,-24.52027,31.34772\n3765,1644391486,-24.52025,31.34778\n3766,1644391487,-24.52024,31.34783\n3767,1644391488,-24.52024,31.34788\n3768,1644391489,-24.52022,31.34793\n3769,1644391490,-24.52021,31.34797\n3770,1644391491,-24.52021,31.34802\n3771,1644391492,-24.52017,31.34806\n3772,1644391493,-24.52014,31.34808\n3773,1644391494,-24.52010,31.34810\n3774,1644391495,-24.52008,31.34812\n3775,1644391496,-24.52006,31.34816\n3776,1644391497,-24.52007,31.34821\n3777,1644391498,-24.52009,31.34826\n3778,1644391499,-24.52009,31.34831\n3779,1644391500,-24.52008,31.34836\n3780,1644391501,-24.52006,31.34841\n3781,1644391502,-24.52002,31.34846\n3782,1644391503,-24.51998,31.34852\n3783,1644391504,-24.51993,31.34859\n3784,1644391505,-24.51987,31.34865\n3785,1644391506,-24.51982,31.34870\n3786,1644391507,-24.51977,31.34875\n3787,1644391508,-24.51972,31.34880\n3788,1644391509,-24.51970,31.34884\n3789,1644391510,-24.51974,31.34889\n3790,1644391511,-24.51977,31.34894\n3791,1644391512,-24.51979,31.34899\n3792,1644391513,-24.51979,31.34905\n3793,1644391514,-24.51978,31.34911\n3794,1644391515,-24.51976,31.34916\n3795,1644391516,-24.51973,31.34920\n3796,1644391517,-24.51971,31.34924\n3797,1644391518,-24.51970,31.34926\n3798,1644391519,-24.51968,31.34928\n3799,1644391520,-24.51966,31.34931\n3800,1644391521,-24.51964,31.34934\n3801,1644391522,-24.51962,31.34939\n3802,1644391523,-24.51961,31.34944\n3803,1644391524,-24.51960,31.34950\n3804,1644391525,-24.51958,31.34957\n3805,1644391526,-24.51959,31.34962\n3806,1644391527,-24.51960,31.34968\n3807,1644391528,-24.51961,31.34973\n3808,1644391529,-24.51964,31.34978\n3809,1644391530,-24.51965,31.34982\n3810,1644391531,-24.51969,31.34978\n3811,1644391532,-24.51972,31.34978\n3812,1644391533,-24.51974,31.34978\n3813,1644391534,-24.51975,31.34978\n3814,1644391535,-24.51976,31.34978\n3815,1644391536,-24.51976,31.34979\n3816,1644391537,-24.51975,31.34981\n3817,1644391538,-24.51974,31.34984\n3818,1644391539,-24.51974,31.34988\n3819,1644391540,-24.51973,31.34992\n3820,1644391541,-24.51972,31.34997\n3821,1644391542,-24.51971,31.35000\n3822,1644391543,-24.51967,31.35001\n3823,1644391544,-24.51964,31.35001\n3824,1644391545,-24.51959,31.34999\n3825,1644391546,-24.51955,31.34996\n3826,1644391547,-24.51953,31.34993\n3827,1644391548,-24.51951,31.34990\n3828,1644391549,-24.51950,31.34987\n3829,1644391550,-24.51950,31.34985\n3830,1644391551,-24.51949,31.34982\n3831,1644391552,-24.51947,31.34980\n3832,1644391553,-24.51945,31.34978\n3833,1644391554,-24.51945,31.34976\n3834,1644391555,-24.51943,31.34975\n3835,1644391556,-24.51942,31.34975\n3836,1644391557,-24.51941,31.34976\n3837,1644391558,-24.51939,31.34979\n3838,1644391559,-24.51938,31.34980\n3839,1644391560,-24.51936,31.34982\n3840,1644391561,-24.51933,31.34983\n3841,1644391562,-24.51930,31.34983\n3842,1644391563,-24.51926,31.34984\n3843,1644391564,-24.51921,31.34984\n3844,1644391565,-24.51919,31.34983\n3845,1644391566,-24.51918,31.34981\n3846,1644391567,-24.51918,31.34978\n3847,1644391568,-24.51917,31.34973\n3848,1644391569,-24.51917,31.34969\n3849,1644391570,-24.51916,31.34965\n3850,1644391571,-24.51914,31.34962\n3851,1644391572,-24.51912,31.34960\n3852,1644391573,-24.51909,31.34960\n3853,1644391574,-24.51906,31.34960\n3854,1644391575,-24.51903,31.34962\n3855,1644391576,-24.51899,31.34964\n3856,1644391577,-24.51896,31.34968\n3857,1644391578,-24.51893,31.34972\n3858,1644391579,-24.51891,31.34975\n3859,1644391580,-24.51888,31.34977\n3860,1644391581,-24.51886,31.34979\n3861,1644391582,-24.51887,31.34979\n3862,1644391583,-24.51888,31.34977\n3863,1644391584,-24.51887,31.34977\n3864,1644391585,-24.51886,31.34978\n3865,1644391586,-24.51883,31.34977\n3866,1644391587,-24.51879,31.34978\n3867,1644391588,-24.51876,31.34976\n3868,1644391589,-24.51875,31.34976\n3869,1644391590,-24.51873,31.34973\n3870,1644391591,-24.51872,31.34970\n3871,1644391592,-24.51871,31.34969\n3872,1644391593,-24.51869,31.34967\n3873,1644391594,-24.51866,31.34966\n3874,1644391595,-24.51863,31.34966\n3875,1644391596,-24.51859,31.34966\n3876,1644391597,-24.51857,31.34967\n3877,1644391598,-24.51855,31.34965\n3878,1644391599,-24.51853,31.34963\n3879,1644391600,-24.51852,31.34960\n3880,1644391601,-24.51849,31.34958\n3881,1644391602,-24.51844,31.34957\n3882,1644391603,-24.51837,31.34958\n3883,1644391604,-24.51831,31.34958\n3884,1644391605,-24.51825,31.34956\n3885,1644391606,-24.51820,31.34954\n3886,1644391607,-24.51816,31.34950\n3887,1644391608,-24.51810,31.34948\n3888,1644391609,-24.51804,31.34946\n3889,1644391610,-24.51799,31.34945\n3890,1644391611,-24.51794,31.34947\n3891,1644391612,-24.51788,31.34949\n3892,1644391613,-24.51783,31.34951\n3893,1644391614,-24.51775,31.34951\n3894,1644391615,-24.51769,31.34951\n3895,1644391616,-24.51763,31.34950\n3896,1644391617,-24.51756,31.34951\n3897,1644391618,-24.51749,31.34952\n3898,1644391619,-24.51743,31.34955\n3899,1644391620,-24.51738,31.34956\n3900,1644391621,-24.51733,31.34959\n3901,1644391622,-24.51731,31.34963\n3902,1644391623,-24.51731,31.34965\n3903,1644391624,-24.51733,31.34967\n3904,1644391625,-24.51735,31.34968\n3905,1644391626,-24.51736,31.34970\n3906,1644391627,-24.51739,31.34971\n3907,1644391628,-24.51738,31.34968\n3908,1644391629,-24.51739,31.34965\n3909,1644391630,-24.51740,31.34962\n3910,1644391631,-24.51742,31.34959\n3911,1644391632,-24.51743,31.34956\n3912,1644391633,-24.51745,31.34950\n3913,1644391634,-24.51741,31.34943\n3914,1644391635,-24.51737,31.34938\n3915,1644391636,-24.51733,31.34934\n3916,1644391637,-24.51729,31.34931\n3917,1644391638,-24.51724,31.34928\n3918,1644391639,-24.51719,31.34927\n3919,1644391640,-24.51714,31.34926\n3920,1644391641,-24.51709,31.34926\n3921,1644391642,-24.51704,31.34925\n3922,1644391643,-24.51698,31.34923\n3923,1644391644,-24.51692,31.34921\n3924,1644391645,-24.51685,31.34921\n3925,1644391646,-24.51679,31.34921\n3926,1644391647,-24.51673,31.34921\n3927,1644391648,-24.51667,31.34922\n3928,1644391649,-24.51661,31.34922\n3929,1644391650,-24.51656,31.34922\n3930,1644391651,-24.51650,31.34924\n3931,1644391652,-24.51644,31.34926\n3932,1644391653,-24.51638,31.34928\n3933,1644391654,-24.51632,31.34930\n3934,1644391655,-24.51628,31.34928\n3935,1644391656,-24.51623,31.34925\n3936,1644391657,-24.51618,31.34922\n3937,1644391658,-24.51614,31.34920\n3938,1644391659,-24.51612,31.34919\n3939,1644391660,-24.51613,31.34923\n3940,1644391661,-24.51616,31.34927\n3941,1644391662,-24.51617,31.34933\n3942,1644391663,-24.51618,31.34938\n3943,1644391664,-24.51619,31.34941\n3944,1644391665,-24.51619,31.34942\n3945,1644391666,-24.51618,31.34944\n3946,1644391667,-24.51615,31.34946\n3947,1644391668,-24.51611,31.34944\n3948,1644391669,-24.51608,31.34944\n3949,1644391670,-24.51605,31.34944\n3950,1644391671,-24.51602,31.34945\n3951,1644391672,-24.51600,31.34947\n3952,1644391673,-24.51597,31.34947\n3953,1644391674,-24.51595,31.34946\n3954,1644391675,-24.51593,31.34945\n3955,1644391676,-24.51592,31.34944\n3956,1644391677,-24.51592,31.34943\n3957,1644391678,-24.51592,31.34942\n3958,1644391679,-24.51591,31.34941\n3959,1644391680,-24.51590,31.34942\n3960,1644391681,-24.51590,31.34942\n3961,1644391682,-24.51590,31.34942\n3962,1644391683,-24.51590,31.34942\n3963,1644391684,-24.51590,31.34942\n3964,1644391685,-24.51590,31.34941\n3965,1644391686,-24.51590,31.34941\n3966,1644391687,-24.51590,31.34941\n3967,1644391688,-24.51590,31.34941\n3968,1644391689,-24.51590,31.34941\n3969,1644391690,-24.51591,31.34942\n3970,1644391691,-24.51592,31.34942\n3971,1644391692,-24.51592,31.34941\n3972,1644391693,-24.51592,31.34941\n3973,1644391694,-24.51591,31.34941\n3974,1644391695,-24.51589,31.34945\n3975,1644391696,-24.51589,31.34948\n3976,1644391697,-24.51589,31.34950\n3977,1644391698,-24.51589,31.34951\n3978,1644391699,-24.51590,31.34954\n3979,1644391700,-24.51591,31.34955\n3980,1644391701,-24.51589,31.34953\n3981,1644391702,-24.51589,31.34953\n3982,1644391703,-24.51589,31.34952\n3983,1644391704,-24.51589,31.34951\n3984,1644391705,-24.51589,31.34950\n3985,1644391706,-24.51589,31.34950\n3986,1644391707,-24.51589,31.34949\n3987,1644391708,-24.51588,31.34949\n3988,1644391709,-24.51588,31.34949\n3989,1644391710,-24.51588,31.34948\n3990,1644391711,-24.51587,31.34948\n3991,1644391712,-24.51587,31.34948\n3992,1644391713,-24.51588,31.34948\n3993,1644391714,-24.51588,31.34948\n3994,1644391715,-24.51588,31.34948\n3995,1644391716,-24.51588,31.34948\n3996,1644391717,-24.51588,31.34948\n3997,1644391718,-24.51588,31.34948\n3998,1644391719,-24.51588,31.34949\n3999,1644391720,-24.51589,31.34950\n4000,1644391721,-24.51589,31.34951\n4001,1644391722,-24.51589,31.34952\n4002,1644391723,-24.51589,31.34953\n4003,1644391724,-24.51588,31.34954\n4004,1644391725,-24.51588,31.34955\n4005,1644391726,-24.51588,31.34956\n4006,1644391727,-24.51588,31.34956\n4007,1644391728,-24.51589,31.34955\n4008,1644391729,-24.51588,31.34955\n4009,1644391730,-24.51589,31.34954\n4010,1644391731,-24.51589,31.34953\n4011,1644391732,-24.51589,31.34953\n4012,1644391733,-24.51588,31.34954\n4013,1644391734,-24.51587,31.34955\n4014,1644391735,-24.51587,31.34956\n4015,1644391736,-24.51586,31.34956\n4016,1644391737,-24.51588,31.34957\n4017,1644391738,-24.51589,31.34956\n4018,1644391739,-24.51590,31.34956\n4019,1644391740,-24.51590,31.34956\n4020,1644391741,-24.51591,31.34956\n4021,1644391742,-24.51591,31.34956\n4022,1644391743,-24.51591,31.34955\n4023,1644391744,-24.51591,31.34954\n4024,1644391745,-24.51592,31.34954\n4025,1644391746,-24.51592,31.34953\n4026,1644391747,-24.51593,31.34952\n4027,1644391748,-24.51593,31.34951\n4028,1644391749,-24.51594,31.34950\n4029,1644391750,-24.51594,31.34950\n4030,1644391751,-24.51595,31.34949\n4031,1644391752,-24.51594,31.34950\n4032,1644391753,-24.51594,31.34950\n4033,1644391754,-24.51593,31.34951\n4034,1644391755,-24.51593,31.34951\n4035,1644391756,-24.51593,31.34951\n4036,1644391757,-24.51592,31.34951\n4037,1644391758,-24.51592,31.34951\n4038,1644391759,-24.51591,31.34949\n4039,1644391760,-24.51591,31.34948\n4040,1644391761,-24.51591,31.34948\n4041,1644391762,-24.51591,31.34948\n4042,1644391763,-24.51591,31.34949\n4043,1644391764,-24.51591,31.34949\n4044,1644391765,-24.51590,31.34949\n4045,1644391766,-24.51590,31.34949\n4046,1644391767,-24.51590,31.34949\n4047,1644391768,-24.51590,31.34949\n4048,1644391769,-24.51590,31.34949\n4049,1644391770,-24.51590,31.34949\n4050,1644391771,-24.51590,31.34949\n4051,1644391772,-24.51590,31.34949\n4052,1644391773,-24.51590,31.34949\n4053,1644391774,-24.51587,31.34949\n4054,1644391775,-24.51586,31.34950\n4055,1644391776,-24.51585,31.34951\n4056,1644391777,-24.51585,31.34951\n4057,1644391778,-24.51585,31.34952\n4058,1644391779,-24.51584,31.34952\n4059,1644391780,-24.51584,31.34953\n4060,1644391781,-24.51584,31.34954\n4061,1644391782,-24.51585,31.34953\n4062,1644391783,-24.51585,31.34953\n4063,1644391784,-24.51586,31.34954\n4064,1644391785,-24.51586,31.34955\n4065,1644391786,-24.51586,31.34955\n4066,1644391787,-24.51586,31.34955\n4067,1644391788,-24.51586,31.34955\n4068,1644391789,-24.51586,31.34955\n4069,1644391790,-24.51586,31.34956\n4070,1644391791,-24.51586,31.34955\n4071,1644391792,-24.51586,31.34955\n4072,1644391793,-24.51586,31.34955\n4073,1644391794,-24.51586,31.34955\n4074,1644391795,-24.51586,31.34955\n4075,1644391796,-24.51586,31.34955\n4076,1644391797,-24.51586,31.34954\n4077,1644391798,-24.51586,31.34954\n4078,1644391799,-24.51586,31.34954\n4079,1644391800,-24.51586,31.34953\n4080,1644391801,-24.51586,31.34953\n4081,1644391802,-24.51586,31.34952\n4082,1644391803,-24.51586,31.34952\n4083,1644391804,-24.51586,31.34952\n4084,1644391805,-24.51585,31.34954\n4085,1644391806,-24.51584,31.34954\n4086,1644391807,-24.51584,31.34954\n4087,1644391808,-24.51583,31.34955\n4088,1644391809,-24.51584,31.34957\n4089,1644391810,-24.51585,31.34956\n4090,1644391811,-24.51586,31.34957\n4091,1644391812,-24.51587,31.34956\n4092,1644391813,-24.51588,31.34955\n4093,1644391814,-24.51589,31.34955\n4094,1644391815,-24.51588,31.34956\n4095,1644391816,-24.51589,31.34957\n4096,1644391817,-24.51589,31.34957\n4097,1644391818,-24.51588,31.34958\n4098,1644391819,-24.51587,31.34960\n4099,1644391820,-24.51586,31.34963\n4100,1644391821,-24.51587,31.34963\n4101,1644391822,-24.51587,31.34965\n4102,1644391823,-24.51586,31.34963\n4103,1644391824,-24.51587,31.34960\n4104,1644391825,-24.51585,31.34957\n4105,1644391826,-24.51584,31.34956\n4106,1644391827,-24.51583,31.34955\n4107,1644391828,-24.51583,31.34953\n4108,1644391829,-24.51584,31.34952\n4109,1644391830,-24.51587,31.34951\n4110,1644391831,-24.51588,31.34950\n4111,1644391832,-24.51588,31.34949\n4112,1644391833,-24.51588,31.34949\n4113,1644391834,-24.51588,31.34948\n4114,1644391835,-24.51589,31.34948\n4115,1644391836,-24.51588,31.34947\n4116,1644391837,-24.51587,31.34947\n4117,1644391838,-24.51587,31.34947\n4118,1644391839,-24.51587,31.34948\n4119,1644391840,-24.51587,31.34949\n4120,1644391841,-24.51587,31.34950\n4121,1644391842,-24.51587,31.34950\n4122,1644391843,-24.51587,31.34950\n4123,1644391844,-24.51587,31.34951\n4124,1644391845,-24.51587,31.34951\n4125,1644391846,-24.51586,31.34951\n4126,1644391847,-24.51586,31.34951\n4127,1644391848,-24.51587,31.34950\n4128,1644391849,-24.51588,31.34950\n4129,1644391850,-24.51588,31.34949\n4130,1644391851,-24.51589,31.34949\n4131,1644391852,-24.51589,31.34950\n4132,1644391853,-24.51589,31.34950\n4133,1644391854,-24.51589,31.34950\n4134,1644391855,-24.51589,31.34950\n4135,1644391856,-24.51590,31.34952\n4136,1644391857,-24.51589,31.34953\n4137,1644391858,-24.51589,31.34953\n4138,1644391859,-24.51589,31.34953\n4139,1644391860,-24.51589,31.34953\n4140,1644391861,-24.51589,31.34953\n4141,1644391862,-24.51589,31.34952\n4142,1644391863,-24.51590,31.34951\n4143,1644391864,-24.51589,31.34949\n4144,1644391865,-24.51589,31.34947\n4145,1644391866,-24.51589,31.34946\n4146,1644391867,-24.51588,31.34945\n4147,1644391868,-24.51586,31.34945\n4148,1644391869,-24.51585,31.34945\n4149,1644391870,-24.51583,31.34946\n4150,1644391871,-24.51581,31.34947\n4151,1644391872,-24.51580,31.34948\n4152,1644391873,-24.51585,31.34950\n4153,1644391874,-24.51588,31.34950\n4154,1644391875,-24.51591,31.34949\n4155,1644391876,-24.51593,31.34949\n4156,1644391877,-24.51595,31.34948\n4157,1644391878,-24.51598,31.34950\n4158,1644391879,-24.51599,31.34951\n4159,1644391880,-24.51600,31.34951\n4160,1644391881,-24.51601,31.34951\n4161,1644391882,-24.51601,31.34950\n4162,1644391883,-24.51601,31.34948\n4163,1644391884,-24.51601,31.34948\n4164,1644391885,-24.51600,31.34948\n4165,1644391886,-24.51600,31.34948\n4166,1644391887,-24.51599,31.34948\n4167,1644391888,-24.51598,31.34949\n4168,1644391889,-24.51598,31.34949\n4169,1644391890,-24.51599,31.34952\n4170,1644391891,-24.51599,31.34954\n4171,1644391892,-24.51599,31.34956\n4172,1644391893,-24.51599,31.34957\n4173,1644391894,-24.51599,31.34958\n4174,1644391895,-24.51599,31.34958\n4175,1644391896,-24.51598,31.34958\n4176,1644391897,-24.51598,31.34957\n4177,1644391898,-24.51598,31.34956\n4178,1644391899,-24.51597,31.34955\n4179,1644391900,-24.51597,31.34955\n4180,1644391901,-24.51597,31.34955\n4181,1644391902,-24.51597,31.34954\n4182,1644391903,-24.51596,31.34953\n4183,1644391904,-24.51596,31.34953\n4184,1644391905,-24.51596,31.34953\n4185,1644391906,-24.51596,31.34953\n4186,1644391907,-24.51596,31.34953\n4187,1644391908,-24.51596,31.34954\n4188,1644391909,-24.51596,31.34954\n4189,1644391910,-24.51596,31.34953\n4190,1644391911,-24.51596,31.34954\n4191,1644391912,-24.51596,31.34954\n4192,1644391913,-24.51597,31.34954\n4193,1644391914,-24.51598,31.34954\n4194,1644391915,-24.51597,31.34955\n4195,1644391916,-24.51596,31.34955\n4196,1644391917,-24.51595,31.34955\n4197,1644391918,-24.51594,31.34954\n4198,1644391919,-24.51593,31.34954\n4199,1644391920,-24.51592,31.34954\n4200,1644391921,-24.51592,31.34954\n4201,1644391922,-24.51592,31.34953\n4202,1644391923,-24.51592,31.34953\n4203,1644391924,-24.51593,31.34954\n4204,1644391925,-24.51593,31.34954\n4205,1644391926,-24.51593,31.34954\n4206,1644391927,-24.51593,31.34955\n4207,1644391928,-24.51593,31.34956\n4208,1644391929,-24.51594,31.34957\n4209,1644391930,-24.51593,31.34957\n4210,1644391931,-24.51592,31.34957\n4211,1644391932,-24.51591,31.34958\n4212,1644391933,-24.51591,31.34958\n4213,1644391934,-24.51590,31.34959\n4214,1644391935,-24.51590,31.34959\n4215,1644391936,-24.51590,31.34959\n4216,1644391937,-24.51589,31.34959\n4217,1644391938,-24.51588,31.34959\n4218,1644391939,-24.51588,31.34959\n4219,1644391940,-24.51587,31.34960\n4220,1644391941,-24.51587,31.34960\n4221,1644391942,-24.51587,31.34960\n4222,1644391943,-24.51587,31.34960\n4223,1644391944,-24.51587,31.34960\n4224,1644391945,-24.51586,31.34960\n4225,1644391946,-24.51586,31.34960\n4226,1644391947,-24.51586,31.34960\n4227,1644391948,-24.51586,31.34959\n4228,1644391949,-24.51586,31.34959\n4229,1644391950,-24.51586,31.34959\n4230,1644391951,-24.51586,31.34958\n4231,1644391952,-24.51586,31.34958\n4232,1644391953,-24.51586,31.34959\n4233,1644391954,-24.51587,31.34959\n4234,1644391955,-24.51587,31.34959\n4235,1644391956,-24.51586,31.34960\n4236,1644391957,-24.51586,31.34960\n4237,1644391958,-24.51586,31.34960\n4238,1644391959,-24.51586,31.34960\n4239,1644391960,-24.51586,31.34961\n4240,1644391961,-24.51587,31.34963\n4241,1644391962,-24.51587,31.34963\n4242,1644391963,-24.51587,31.34964\n4243,1644391964,-24.51587,31.34964\n4244,1644391965,-24.51587,31.34964\n4245,1644391966,-24.51587,31.34963\n4246,1644391967,-24.51588,31.34962\n4247,1644391968,-24.51588,31.34961\n4248,1644391969,-24.51588,31.34961\n4249,1644391970,-24.51588,31.34960\n4250,1644391971,-24.51589,31.34960\n4251,1644391972,-24.51589,31.34959\n4252,1644391973,-24.51589,31.34959\n4253,1644391974,-24.51590,31.34959\n4254,1644391975,-24.51590,31.34959\n4255,1644391976,-24.51590,31.34958\n4256,1644391977,-24.51591,31.34958\n4257,1644391978,-24.51591,31.34957\n4258,1644391979,-24.51591,31.34958\n4259,1644391980,-24.51591,31.34958\n4260,1644391981,-24.51591,31.34959\n4261,1644391982,-24.51591,31.34960\n4262,1644391983,-24.51591,31.34961\n4263,1644391984,-24.51591,31.34961\n4264,1644391985,-24.51591,31.34961\n4265,1644391986,-24.51591,31.34961\n4266,1644391987,-24.51591,31.34961\n4267,1644391988,-24.51592,31.34961\n4268,1644391989,-24.51592,31.34961\n4269,1644391990,-24.51592,31.34962\n4270,1644391991,-24.51592,31.34962\n4271,1644391992,-24.51592,31.34962\n4272,1644391993,-24.51592,31.34962\n4273,1644391994,-24.51592,31.34962\n4274,1644391995,-24.51592,31.34963\n4275,1644391996,-24.51592,31.34963\n4276,1644391997,-24.51592,31.34964\n4277,1644391998,-24.51592,31.34963\n4278,1644391999,-24.51592,31.34963\n4279,1644392000,-24.51592,31.34963\n4280,1644392001,-24.51592,31.34963\n4281,1644392002,-24.51592,31.34963\n4282,1644392003,-24.51592,31.34964\n4283,1644392004,-24.51593,31.34964\n4284,1644392005,-24.51593,31.34963\n4285,1644392006,-24.51593,31.34964\n4286,1644392007,-24.51593,31.34964\n4287,1644392008,-24.51593,31.34964\n4288,1644392009,-24.51594,31.34965\n4289,1644392010,-24.51594,31.34965\n4290,1644392011,-24.51595,31.34965\n4291,1644392012,-24.51595,31.34965\n4292,1644392013,-24.51596,31.34965\n4293,1644392014,-24.51596,31.34966\n4294,1644392015,-24.51598,31.34964\n4295,1644392016,-24.51598,31.34964\n4296,1644392017,-24.51599,31.34963\n4297,1644392018,-24.51599,31.34962\n4298,1644392019,-24.51600,31.34963\n4299,1644392020,-24.51599,31.34963\n4300,1644392021,-24.51599,31.34963\n4301,1644392022,-24.51598,31.34963\n4302,1644392023,-24.51598,31.34963\n4303,1644392024,-24.51597,31.34963\n4304,1644392025,-24.51597,31.34963\n4305,1644392026,-24.51596,31.34963\n4306,1644392027,-24.51596,31.34963\n4307,1644392028,-24.51596,31.34961\n4308,1644392029,-24.51596,31.34960\n4309,1644392030,-24.51596,31.34960\n4310,1644392031,-24.51596,31.34960\n4311,1644392032,-24.51596,31.34960\n4312,1644392033,-24.51596,31.34960\n4313,1644392034,-24.51595,31.34960\n4314,1644392035,-24.51596,31.34960\n4315,1644392036,-24.51596,31.34961\n4316,1644392037,-24.51596,31.34960\n4317,1644392038,-24.51595,31.34961\n4318,1644392039,-24.51595,31.34961\n4319,1644392040,-24.51595,31.34960\n4320,1644392041,-24.51596,31.34959\n4321,1644392042,-24.51597,31.34958\n4322,1644392043,-24.51596,31.34959\n4323,1644392044,-24.51594,31.34961\n4324,1644392045,-24.51593,31.34963\n4325,1644392046,-24.51593,31.34964\n4326,1644392047,-24.51591,31.34966\n4327,1644392048,-24.51590,31.34966\n4328,1644392049,-24.51590,31.34965\n4329,1644392050,-24.51590,31.34965\n4330,1644392051,-24.51590,31.34964\n4331,1644392052,-24.51590,31.34964\n4332,1644392053,-24.51590,31.34964\n4333,1644392054,-24.51590,31.34965\n4334,1644392055,-24.51590,31.34965\n4335,1644392056,-24.51590,31.34965\n4336,1644392057,-24.51590,31.34965\n4337,1644392058,-24.51589,31.34965\n4338,1644392059,-24.51588,31.34965\n4339,1644392060,-24.51588,31.34965\n4340,1644392061,-24.51587,31.34965\n4341,1644392062,-24.51587,31.34966\n4342,1644392063,-24.51587,31.34965\n4343,1644392064,-24.51587,31.34965\n4344,1644392065,-24.51587,31.34965\n4345,1644392066,-24.51587,31.34965\n4346,1644392067,-24.51586,31.34965\n4347,1644392068,-24.51586,31.34965\n4348,1644392069,-24.51587,31.34965\n4349,1644392070,-24.51587,31.34966\n4350,1644392071,-24.51586,31.34967\n4351,1644392072,-24.51586,31.34967\n4352,1644392073,-24.51586,31.34968\n4353,1644392074,-24.51586,31.34968\n4354,1644392075,-24.51585,31.34968\n4355,1644392076,-24.51585,31.34969\n4356,1644392077,-24.51585,31.34969\n4357,1644392078,-24.51585,31.34968\n4358,1644392079,-24.51585,31.34968\n4359,1644392080,-24.51585,31.34968\n4360,1644392081,-24.51585,31.34967\n4361,1644392082,-24.51585,31.34968\n4362,1644392083,-24.51585,31.34968\n4363,1644392084,-24.51585,31.34969\n4364,1644392085,-24.51584,31.34969\n4365,1644392086,-24.51584,31.34969\n4366,1644392087,-24.51584,31.34968\n4367,1644392088,-24.51585,31.34967\n4368,1644392089,-24.51585,31.34966\n4369,1644392090,-24.51585,31.34966\n4370,1644392091,-24.51586,31.34964\n4371,1644392092,-24.51586,31.34964\n4372,1644392093,-24.51585,31.34963\n4373,1644392094,-24.51585,31.34962\n4374,1644392095,-24.51585,31.34961\n4375,1644392096,-24.51585,31.34961\n4376,1644392097,-24.51584,31.34961\n4377,1644392098,-24.51585,31.34961\n4378,1644392099,-24.51585,31.34962\n4379,1644392100,-24.51585,31.34962\n4380,1644392101,-24.51586,31.34963\n4381,1644392102,-24.51586,31.34963\n4382,1644392103,-24.51587,31.34963\n4383,1644392104,-24.51588,31.34963\n4384,1644392105,-24.51588,31.34962\n4385,1644392106,-24.51588,31.34962\n4386,1644392107,-24.51590,31.34962\n4387,1644392108,-24.51590,31.34961\n4388,1644392109,-24.51590,31.34961\n4389,1644392110,-24.51589,31.34961\n4390,1644392111,-24.51589,31.34962\n4391,1644392112,-24.51590,31.34962\n4392,1644392113,-24.51590,31.34962\n4393,1644392114,-24.51591,31.34963\n4394,1644392115,-24.51592,31.34966\n4395,1644392116,-24.51593,31.34966\n4396,1644392117,-24.51593,31.34966\n4397,1644392118,-24.51592,31.34966\n4398,1644392119,-24.51592,31.34966\n4399,1644392120,-24.51592,31.34966\n4400,1644392121,-24.51591,31.34966\n4401,1644392122,-24.51591,31.34965\n4402,1644392123,-24.51591,31.34965\n4403,1644392124,-24.51590,31.34965\n4404,1644392125,-24.51591,31.34965\n4405,1644392126,-24.51590,31.34964\n4406,1644392127,-24.51589,31.34964\n4407,1644392128,-24.51588,31.34963\n4408,1644392129,-24.51588,31.34963\n4409,1644392130,-24.51588,31.34963\n4410,1644392131,-24.51588,31.34964\n4411,1644392132,-24.51588,31.34964\n4412,1644392133,-24.51589,31.34963\n4413,1644392134,-24.51589,31.34963\n4414,1644392135,-24.51589,31.34962\n4415,1644392136,-24.51589,31.34962\n4416,1644392137,-24.51590,31.34961\n4417,1644392138,-24.51591,31.34960\n4418,1644392139,-24.51591,31.34960\n4419,1644392140,-24.51591,31.34959\n4420,1644392141,-24.51592,31.34958\n4421,1644392142,-24.51592,31.34957\n4422,1644392143,-24.51592,31.34956\n4423,1644392144,-24.51592,31.34956\n4424,1644392145,-24.51592,31.34956\n4425,1644392146,-24.51592,31.34955\n4426,1644392147,-24.51592,31.34955\n4427,1644392148,-24.51592,31.34955\n4428,1644392149,-24.51592,31.34954\n4429,1644392150,-24.51592,31.34954\n4430,1644392151,-24.51593,31.34953\n4431,1644392152,-24.51592,31.34953\n4432,1644392153,-24.51592,31.34952\n4433,1644392154,-24.51593,31.34952\n4434,1644392155,-24.51593,31.34952\n4435,1644392156,-24.51594,31.34952\n4436,1644392157,-24.51595,31.34953\n4437,1644392158,-24.51595,31.34953\n4438,1644392159,-24.51595,31.34953\n4439,1644392160,-24.51596,31.34953\n4440,1644392161,-24.51595,31.34954\n4441,1644392162,-24.51592,31.34957\n4442,1644392163,-24.51591,31.34958\n4443,1644392164,-24.51590,31.34959\n4444,1644392165,-24.51590,31.34959\n4445,1644392166,-24.51590,31.34960\n4446,1644392167,-24.51589,31.34961\n4447,1644392168,-24.51589,31.34961\n4448,1644392169,-24.51589,31.34960\n4449,1644392170,-24.51590,31.34961\n4450,1644392171,-24.51590,31.34961\n4451,1644392172,-24.51590,31.34961\n4452,1644392173,-24.51590,31.34961\n4453,1644392174,-24.51591,31.34961\n4454,1644392175,-24.51592,31.34960\n4455,1644392176,-24.51592,31.34958\n4456,1644392177,-24.51593,31.34958\n4457,1644392178,-24.51593,31.34958\n4458,1644392179,-24.51594,31.34958\n4459,1644392180,-24.51594,31.34958\n4460,1644392181,-24.51594,31.34958\n4461,1644392182,-24.51595,31.34958\n4462,1644392183,-24.51595,31.34958\n4463,1644392184,-24.51595,31.34958\n4464,1644392185,-24.51596,31.34958\n4465,1644392186,-24.51596,31.34958\n4466,1644392187,-24.51595,31.34957\n4467,1644392188,-24.51595,31.34957\n4468,1644392189,-24.51595,31.34958\n4469,1644392190,-24.51595,31.34958\n4470,1644392191,-24.51595,31.34958\n4471,1644392192,-24.51596,31.34958\n4472,1644392193,-24.51596,31.34958\n4473,1644392194,-24.51596,31.34958\n4474,1644392195,-24.51596,31.34957\n4475,1644392196,-24.51596,31.34958\n4476,1644392197,-24.51596,31.34958\n4477,1644392198,-24.51594,31.34959\n4478,1644392199,-24.51594,31.34959\n4479,1644392200,-24.51593,31.34960\n4480,1644392201,-24.51592,31.34962\n4481,1644392202,-24.51592,31.34963\n4482,1644392203,-24.51592,31.34963\n4483,1644392204,-24.51591,31.34964\n4484,1644392205,-24.51591,31.34964\n4485,1644392206,-24.51592,31.34964\n4486,1644392207,-24.51592,31.34964\n4487,1644392208,-24.51591,31.34963\n4488,1644392209,-24.51591,31.34964\n4489,1644392210,-24.51591,31.34964\n4490,1644392211,-24.51592,31.34964\n4491,1644392212,-24.51592,31.34964\n4492,1644392213,-24.51592,31.34963\n4493,1644392214,-24.51593,31.34963\n4494,1644392215,-24.51593,31.34963\n4495,1644392216,-24.51593,31.34964\n4496,1644392217,-24.51593,31.34963\n4497,1644392218,-24.51593,31.34961\n4498,1644392219,-24.51593,31.34960\n4499,1644392220,-24.51593,31.34958\n4500,1644392221,-24.51592,31.34957\n4501,1644392222,-24.51592,31.34957\n4502,1644392223,-24.51592,31.34957\n4503,1644392224,-24.51592,31.34957\n4504,1644392225,-24.51592,31.34956\n4505,1644392226,-24.51592,31.34956\n4506,1644392227,-24.51592,31.34956\n4507,1644392228,-24.51592,31.34956\n4508,1644392229,-24.51592,31.34956\n4509,1644392230,-24.51592,31.34956\n4510,1644392231,-24.51592,31.34955\n4511,1644392232,-24.51592,31.34955\n4512,1644392233,-24.51592,31.34954\n4513,1644392234,-24.51593,31.34954\n4514,1644392235,-24.51593,31.34954\n4515,1644392236,-24.51593,31.34954\n4516,1644392237,-24.51593,31.34954\n4517,1644392238,-24.51592,31.34954\n4518,1644392239,-24.51592,31.34954\n4519,1644392240,-24.51593,31.34954\n4520,1644392241,-24.51593,31.34954\n4521,1644392242,-24.51593,31.34954\n4522,1644392243,-24.51593,31.34954\n4523,1644392244,-24.51593,31.34954\n4524,1644392245,-24.51593,31.34954\n4525,1644392246,-24.51594,31.34954\n4526,1644392247,-24.51593,31.34955\n4527,1644392248,-24.51593,31.34954\n4528,1644392249,-24.51593,31.34955\n4529,1644392250,-24.51594,31.34954\n4530,1644392251,-24.51594,31.34954\n4531,1644392252,-24.51593,31.34954\n4532,1644392253,-24.51593,31.34954\n4533,1644392254,-24.51594,31.34954\n4534,1644392255,-24.51594,31.34954\n4535,1644392256,-24.51594,31.34954\n4536,1644392257,-24.51593,31.34954\n4537,1644392258,-24.51593,31.34954\n4538,1644392259,-24.51593,31.34953\n4539,1644392260,-24.51593,31.34953\n4540,1644392261,-24.51593,31.34953\n4541,1644392262,-24.51593,31.34953\n4542,1644392263,-24.51593,31.34953\n4543,1644392264,-24.51593,31.34953\n4544,1644392265,-24.51593,31.34953\n4545,1644392266,-24.51593,31.34953\n4546,1644392267,-24.51593,31.34952\n4547,1644392268,-24.51593,31.34952\n4548,1644392269,-24.51593,31.34952\n4549,1644392270,-24.51594,31.34952\n4550,1644392271,-24.51594,31.34952\n4551,1644392272,-24.51594,31.34952\n4552,1644392273,-24.51594,31.34952\n4553,1644392274,-24.51594,31.34952\n4554,1644392275,-24.51594,31.34952\n4555,1644392276,-24.51594,31.34952\n4556,1644392277,-24.51594,31.34952\n4557,1644392278,-24.51594,31.34953\n4558,1644392279,-24.51594,31.34953\n4559,1644392280,-24.51594,31.34953\n4560,1644392281,-24.51594,31.34953\n4561,1644392282,-24.51594,31.34953\n4562,1644392283,-24.51594,31.34953\n4563,1644392284,-24.51594,31.34953\n4564,1644392285,-24.51594,31.34953\n4565,1644392286,-24.51594,31.34953\n4566,1644392287,-24.51594,31.34953\n4567,1644392288,-24.51594,31.34953\n4568,1644392289,-24.51594,31.34954\n4569,1644392290,-24.51594,31.34954\n4570,1644392291,-24.51594,31.34954\n4571,1644392292,-24.51594,31.34954\n4572,1644392293,-24.51594,31.34954\n4573,1644392294,-24.51594,31.34954\n4574,1644392295,-24.51594,31.34954\n4575,1644392296,-24.51594,31.34954\n4576,1644392297,-24.51593,31.34954\n4577,1644392298,-24.51593,31.34954\n4578,1644392299,-24.51593,31.34954\n4579,1644392300,-24.51593,31.34954\n4580,1644392301,-24.51593,31.34954\n4581,1644392302,-24.51593,31.34954\n4582,1644392303,-24.51593,31.34954\n4583,1644392304,-24.51593,31.34953\n4584,1644392305,-24.51593,31.34952\n4585,1644392306,-24.51594,31.34951\n4586,1644392307,-24.51594,31.34950\n4587,1644392308,-24.51594,31.34949\n4588,1644392309,-24.51594,31.34948\n4589,1644392310,-24.51593,31.34947\n4590,1644392311,-24.51593,31.34946\n4591,1644392312,-24.51592,31.34946\n4592,1644392313,-24.51588,31.34949\n4593,1644392314,-24.51587,31.34950\n4594,1644392315,-24.51586,31.34951\n4595,1644392316,-24.51586,31.34952\n4596,1644392317,-24.51585,31.34953\n4597,1644392318,-24.51584,31.34954\n4598,1644392319,-24.51583,31.34955\n4599,1644392320,-24.51583,31.34956\n4600,1644392321,-24.51583,31.34956\n4601,1644392322,-24.51584,31.34957\n4602,1644392323,-24.51585,31.34957\n4603,1644392324,-24.51585,31.34958\n4604,1644392325,-24.51584,31.34959\n4605,1644392326,-24.51584,31.34959\n4606,1644392327,-24.51584,31.34960\n4607,1644392328,-24.51584,31.34961\n4608,1644392329,-24.51584,31.34962\n4609,1644392330,-24.51583,31.34963\n4610,1644392331,-24.51581,31.34962\n4611,1644392332,-24.51581,31.34963\n4612,1644392333,-24.51581,31.34963\n4613,1644392334,-24.51580,31.34963\n4614,1644392335,-24.51580,31.34963\n4615,1644392336,-24.51580,31.34963\n4616,1644392337,-24.51580,31.34962\n4617,1644392338,-24.51580,31.34963\n4618,1644392339,-24.51580,31.34963\n4619,1644392340,-24.51580,31.34961\n4620,1644392341,-24.51579,31.34961\n4621,1644392342,-24.51579,31.34960\n4622,1644392343,-24.51578,31.34959\n4623,1644392344,-24.51578,31.34959\n4624,1644392345,-24.51577,31.34959\n4625,1644392346,-24.51575,31.34958\n4626,1644392347,-24.51569,31.34955\n4627,1644392348,-24.51567,31.34957\n4628,1644392349,-24.51566,31.34958\n4629,1644392350,-24.51567,31.34962\n4630,1644392351,-24.51569,31.34965\n4631,1644392352,-24.51572,31.34967\n4632,1644392353,-24.51571,31.34968\n4633,1644392354,-24.51573,31.34969\n4634,1644392355,-24.51574,31.34970\n4635,1644392356,-24.51573,31.34971\n4636,1644392357,-24.51571,31.34970\n4637,1644392358,-24.51570,31.34971\n4638,1644392359,-24.51569,31.34973\n4639,1644392360,-24.51572,31.34975\n4640,1644392361,-24.51578,31.34977\n4641,1644392362,-24.51580,31.34979\n4642,1644392363,-24.51582,31.34981\n4643,1644392364,-24.51584,31.34983\n4644,1644392365,-24.51586,31.34984\n4645,1644392366,-24.51587,31.34987\n4646,1644392367,-24.51587,31.34989\n4647,1644392368,-24.51587,31.34991\n4648,1644392369,-24.51588,31.34994\n4649,1644392370,-24.51586,31.34997\n4650,1644392371,-24.51582,31.34995\n4651,1644392372,-24.51580,31.34995\n4652,1644392373,-24.51578,31.34995\n4653,1644392374,-24.51572,31.34993\n4654,1644392375,-24.51566,31.34986\n4655,1644392376,-24.51562,31.34985\n4656,1644392377,-24.51559,31.34984\n4657,1644392378,-24.51556,31.34983\n4658,1644392379,-24.51554,31.34983\n4659,1644392380,-24.51554,31.34985\n4660,1644392381,-24.51552,31.34985\n4661,1644392382,-24.51550,31.34984\n4662,1644392383,-24.51547,31.34981\n4663,1644392384,-24.51544,31.34976\n4664,1644392385,-24.51543,31.34972\n4665,1644392386,-24.51542,31.34970\n4666,1644392387,-24.51542,31.34966\n4667,1644392388,-24.51541,31.34961\n4668,1644392389,-24.51540,31.34958\n4669,1644392390,-24.51539,31.34956\n4670,1644392391,-24.51537,31.34955\n4671,1644392392,-24.51540,31.34957\n4672,1644392393,-24.51556,31.34951\n4673,1644392394,-24.51571,31.34953\n4674,1644392395,-24.51573,31.34954\n4675,1644392396,-24.51573,31.34955\n4676,1644392397,-24.51572,31.34955\n4677,1644392398,-24.51572,31.34952\n4678,1644392399,-24.51573,31.34949\n4679,1644392400,-24.51573,31.34948\n4680,1644392401,-24.51574,31.34947\n4681,1644392402,-24.51576,31.34947\n4682,1644392403,-24.51576,31.34947\n4683,1644392404,-24.51576,31.34947\n4684,1644392405,-24.51576,31.34947\n4685,1644392406,-24.51576,31.34947\n4686,1644392407,-24.51576,31.34948\n4687,1644392408,-24.51576,31.34948\n4688,1644392409,-24.51576,31.34947\n4689,1644392410,-24.51577,31.34947\n4690,1644392411,-24.51577,31.34947\n4691,1644392412,-24.51577,31.34947\n4692,1644392413,-24.51577,31.34947\n4693,1644392414,-24.51577,31.34947\n4694,1644392415,-24.51577,31.34946\n4695,1644392416,-24.51578,31.34946\n4696,1644392417,-24.51578,31.34946\n4697,1644392418,-24.51577,31.34945\n4698,1644392419,-24.51577,31.34944\n4699,1644392420,-24.51577,31.34943\n4700,1644392421,-24.51577,31.34942\n4701,1644392422,-24.51576,31.34940\n4702,1644392423,-24.51575,31.34939\n4703,1644392424,-24.51574,31.34937\n4704,1644392425,-24.51575,31.34934\n4705,1644392426,-24.51575,31.34932\n4706,1644392427,-24.51573,31.34932\n4707,1644392428,-24.51571,31.34931\n4708,1644392429,-24.51569,31.34928\n4709,1644392430,-24.51568,31.34926\n4710,1644392431,-24.51566,31.34922\n4711,1644392432,-24.51564,31.34918\n4712,1644392433,-24.51564,31.34915\n4713,1644392434,-24.51564,31.34913\n4714,1644392435,-24.51564,31.34911\n4715,1644392436,-24.51563,31.34908\n4716,1644392437,-24.51563,31.34908\n4717,1644392438,-24.51565,31.34908\n4718,1644392439,-24.51565,31.34912\n4719,1644392440,-24.51569,31.34914\n4720,1644392441,-24.51571,31.34915\n4721,1644392442,-24.51575,31.34919\n4722,1644392443,-24.51576,31.34925\n4723,1644392444,-24.51581,31.34927\n4724,1644392445,-24.51582,31.34926\n4725,1644392446,-24.51582,31.34924\n4726,1644392447,-24.51581,31.34924\n4727,1644392448,-24.51582,31.34927\n4728,1644392449,-24.51582,31.34928\n4729,1644392450,-24.51580,31.34929\n4730,1644392451,-24.51579,31.34930\n4731,1644392452,-24.51578,31.34931\n4732,1644392453,-24.51578,31.34931\n4733,1644392454,-24.51578,31.34932\n4734,1644392455,-24.51578,31.34931\n4735,1644392456,-24.51579,31.34931\n4736,1644392457,-24.51579,31.34930\n4737,1644392458,-24.51578,31.34930\n4738,1644392459,-24.51578,31.34930\n4739,1644392460,-24.51578,31.34930\n4740,1644392461,-24.51578,31.34931\n4741,1644392462,-24.51578,31.34931\n4742,1644392463,-24.51578,31.34931\n4743,1644392464,-24.51578,31.34931\n4744,1644392465,-24.51579,31.34931\n4745,1644392466,-24.51578,31.34931\n4746,1644392467,-24.51578,31.34931\n4747,1644392468,-24.51578,31.34931\n4748,1644392469,-24.51578,31.34931\n4749,1644392470,-24.51578,31.34932\n4750,1644392471,-24.51581,31.34932\n4751,1644392472,-24.51583,31.34932\n4752,1644392473,-24.51586,31.34933\n4753,1644392474,-24.51589,31.34935\n4754,1644392475,-24.51593,31.34936\n4755,1644392476,-24.51598,31.34938\n4756,1644392477,-24.51603,31.34939\n4757,1644392478,-24.51612,31.34941\n4758,1644392479,-24.51618,31.34944\n4759,1644392480,-24.51625,31.34948\n4760,1644392481,-24.51631,31.34951\n4761,1644392482,-24.51638,31.34954\n4762,1644392483,-24.51639,31.34958\n4763,1644392484,-24.51645,31.34957\n4764,1644392485,-24.51651,31.34961\n4765,1644392486,-24.51654,31.34964\n4766,1644392487,-24.51624,31.34954\n4767,1644392488,-24.51630,31.34957\n4768,1644392489,-24.51637,31.34958\n4769,1644392490,-24.51641,31.34962\n4770,1644392491,-24.51644,31.34965\n4771,1644392492,-24.51650,31.34966\n4772,1644392493,-24.51657,31.34967\n4773,1644392494,-24.51665,31.34968\n4774,1644392495,-24.51675,31.34968\n4775,1644392496,-24.51680,31.34971\n4776,1644392497,-24.51689,31.34972\n4777,1644392498,-24.51699,31.34975\n4778,1644392499,-24.51709,31.34974\n4779,1644392500,-24.51720,31.34978\n4780,1644392501,-24.51730,31.34983\n4781,1644392502,-24.51740,31.34988\n4782,1644392503,-24.51750,31.34993\n4783,1644392504,-24.51756,31.34997\n4784,1644392505,-24.51766,31.35003\n4785,1644392506,-24.51776,31.35009\n4786,1644392507,-24.51784,31.35013\n4787,1644392508,-24.51790,31.35011\n4788,1644392509,-24.51796,31.35014\n4789,1644392510,-24.51807,31.35018\n4790,1644392511,-24.51818,31.35022\n4791,1644392512,-24.51829,31.35026\n4792,1644392513,-24.51840,31.35030\n4793,1644392514,-24.51849,31.35025\n4794,1644392515,-24.51858,31.35025\n4795,1644392516,-24.51861,31.35025\n4796,1644392517,-24.51869,31.35030\n4797,1644392518,-24.51871,31.35033\n4798,1644392519,-24.51864,31.35033\n4799,1644392520,-24.51866,31.35033\n4800,1644392521,-24.51873,31.35036\n4801,1644392522,-24.51868,31.35029\n4802,1644392523,-24.51849,31.35022\n4803,1644392524,-24.51839,31.35017\n4804,1644392525,-24.51822,31.35010\n4805,1644392526,-24.51814,31.35007\n4806,1644392527,-24.51815,31.35008\n4807,1644392528,-24.51818,31.35009\n4808,1644392529,-24.51817,31.35010\n4809,1644392530,-24.51817,31.35012\n4810,1644392531,-24.51820,31.35014\n4811,1644392532,-24.51820,31.35014\n4812,1644392533,-24.51756,31.34989\n4813,1644392534,-24.51752,31.34990\n4814,1644392535,-24.51662,31.34995\n4815,1644392536,-24.51652,31.34988\n4816,1644392537,-24.51649,31.34987\n4817,1644392538,-24.51646,31.34985\n4818,1644392539,-24.51644,31.34985\n4819,1644392540,-24.51641,31.34983\n4820,1644392541,-24.51638,31.34982\n4821,1644392542,-24.51636,31.34981\n4822,1644392543,-24.51623,31.34972\n4823,1644392544,-24.51623,31.34971\n4824,1644392545,-24.51622,31.34970\n4825,1644392546,-24.51622,31.34971\n4826,1644392547,-24.51617,31.34969\n4827,1644392548,-24.51615,31.34968\n4828,1644392549,-24.51612,31.34969\n4829,1644392550,-24.51609,31.34969\n4830,1644392551,-24.51607,31.34969\n4831,1644392552,-24.51606,31.34970\n4832,1644392553,-24.51604,31.34970\n4833,1644392554,-24.51597,31.34967\n4834,1644392555,-24.51595,31.34968\n4835,1644392556,-24.51590,31.34965\n4836,1644392557,-24.51586,31.34965\n4837,1644392558,-24.51584,31.34964\n4838,1644392559,-24.51582,31.34963\n4839,1644392560,-24.51582,31.34964\n4840,1644392561,-24.51581,31.34965\n4841,1644392562,-24.51580,31.34966\n4842,1644392563,-24.51580,31.34967\n4843,1644392564,-24.51580,31.34967\n4844,1644392565,-24.51581,31.34967\n4845,1644392566,-24.51581,31.34967\n4846,1644392567,-24.51581,31.34967\n4847,1644392568,-24.51580,31.34968\n4848,1644392569,-24.51580,31.34969\n4849,1644392570,-24.51579,31.34970\n4850,1644392571,-24.51580,31.34972\n4851,1644392572,-24.51580,31.34975\n4852,1644392573,-24.51581,31.34978\n4853,1644392574,-24.51583,31.34979\n4854,1644392575,-24.51583,31.34979\n4855,1644392576,-24.51584,31.34977\n4856,1644392577,-24.51586,31.34974\n4857,1644392578,-24.51587,31.34972\n4858,1644392579,-24.51589,31.34969\n4859,1644392580,-24.51589,31.34964\n4860,1644392581,-24.51588,31.34962\n4861,1644392582,-24.51589,31.34961\n4862,1644392583,-24.51590,31.34956\n4863,1644392584,-24.51591,31.34953\n4864,1644392585,-24.51591,31.34950\n4865,1644392586,-24.51589,31.34946\n4866,1644392587,-24.51589,31.34946\n4867,1644392588,-24.51589,31.34946\n4868,1644392589,-24.51588,31.34946\n4869,1644392590,-24.51588,31.34946\n4870,1644392591,-24.51588,31.34946\n4871,1644392592,-24.51588,31.34946\n4872,1644392593,-24.51588,31.34946\n4873,1644392594,-24.51588,31.34946\n4874,1644392595,-24.51588,31.34946\n4875,1644392596,-24.51588,31.34946\n4876,1644392597,-24.51588,31.34946\n4877,1644392598,-24.51588,31.34946\n4878,1644392599,-24.51588,31.34946\n4879,1644392600,-24.51588,31.34945\n4880,1644392601,-24.51588,31.34945\n4881,1644392602,-24.51588,31.34944\n4882,1644392603,-24.51589,31.34944\n4883,1644392604,-24.51589,31.34943\n4884,1644392605,-24.51590,31.34942\n4885,1644392606,-24.51590,31.34943\n4886,1644392607,-24.51590,31.34942\n4887,1644392608,-24.51590,31.34942\n4888,1644392609,-24.51590,31.34942\n4889,1644392610,-24.51590,31.34941\n4890,1644392611,-24.51590,31.34941\n4891,1644392612,-24.51590,31.34940\n4892,1644392613,-24.51590,31.34939\n4893,1644392614,-24.51590,31.34939\n4894,1644392615,-24.51591,31.34939\n4895,1644392616,-24.51591,31.34938\n4896,1644392617,-24.51591,31.34938\n4897,1644392618,-24.51591,31.34937\n4898,1644392619,-24.51591,31.34937\n4899,1644392620,-24.51591,31.34936\n4900,1644392621,-24.51591,31.34936\n4901,1644392622,-24.51591,31.34936\n4902,1644392623,-24.51591,31.34936\n4903,1644392624,-24.51591,31.34936\n4904,1644392625,-24.51591,31.34935\n4905,1644392626,-24.51591,31.34935\n4906,1644392627,-24.51592,31.34935\n4907,1644392628,-24.51592,31.34935\n4908,1644392629,-24.51593,31.34934\n4909,1644392630,-24.51594,31.34937\n4910,1644392631,-24.51595,31.34938\n4911,1644392632,-24.51596,31.34937\n4912,1644392633,-24.51596,31.34937\n4913,1644392634,-24.51597,31.34937\n4914,1644392635,-24.51599,31.34936\n4915,1644392636,-24.51599,31.34935\n4916,1644392637,-24.51599,31.34936\n4917,1644392638,-24.51600,31.34935\n4918,1644392639,-24.51600,31.34933\n4919,1644392640,-24.51600,31.34932\n4920,1644392641,-24.51600,31.34931\n4921,1644392642,-24.51601,31.34930\n4922,1644392643,-24.51602,31.34930\n4923,1644392644,-24.51603,31.34930\n4924,1644392645,-24.51603,31.34930\n4925,1644392646,-24.51603,31.34931\n4926,1644392647,-24.51603,31.34930\n4927,1644392648,-24.51602,31.34929\n4928,1644392649,-24.51603,31.34927\n4929,1644392650,-24.51603,31.34926\n4930,1644392651,-24.51605,31.34925\n4931,1644392652,-24.51606,31.34924\n4932,1644392653,-24.51608,31.34922\n4933,1644392654,-24.51609,31.34920\n4934,1644392655,-24.51610,31.34919\n4935,1644392656,-24.51611,31.34917\n4936,1644392657,-24.51612,31.34915\n4937,1644392658,-24.51613,31.34914\n4938,1644392659,-24.51613,31.34913\n4939,1644392660,-24.51612,31.34914\n4940,1644392661,-24.51611,31.34914\n4941,1644392662,-24.51612,31.34917\n4942,1644392663,-24.51611,31.34918\n4943,1644392664,-24.51610,31.34919\n4944,1644392665,-24.51610,31.34921\n4945,1644392666,-24.51609,31.34922\n4946,1644392667,-24.51610,31.34922\n4947,1644392668,-24.51610,31.34921\n4948,1644392669,-24.51610,31.34920\n4949,1644392670,-24.51610,31.34921\n4950,1644392671,-24.51610,31.34920\n4951,1644392672,-24.51611,31.34919\n4952,1644392673,-24.51611,31.34919\n4953,1644392674,-24.51611,31.34918\n4954,1644392675,-24.51611,31.34918\n4955,1644392676,-24.51611,31.34917\n4956,1644392677,-24.51611,31.34917\n4957,1644392678,-24.51611,31.34916\n4958,1644392679,-24.51611,31.34915\n4959,1644392680,-24.51611,31.34915\n4960,1644392681,-24.51611,31.34915\n4961,1644392682,-24.51611,31.34915\n4962,1644392683,-24.51611,31.34915\n4963,1644392684,-24.51611,31.34915\n4964,1644392685,-24.51611,31.34915\n4965,1644392686,-24.51611,31.34915\n4966,1644392687,-24.51611,31.34915\n4967,1644392688,-24.51612,31.34915\n4968,1644392689,-24.51612,31.34915\n4969,1644392690,-24.51612,31.34915\n4970,1644392691,-24.51612,31.34915\n4971,1644392692,-24.51612,31.34915\n4972,1644392693,-24.51612,31.34915\n4973,1644392694,-24.51612,31.34915\n4974,1644392695,-24.51612,31.34915\n4975,1644392696,-24.51612,31.34915\n4976,1644392697,-24.51611,31.34915\n4977,1644392698,-24.51612,31.34915\n4978,1644392699,-24.51612,31.34915\n4979,1644392700,-24.51611,31.34916\n4980,1644392701,-24.51611,31.34917\n4981,1644392702,-24.51611,31.34917\n4982,1644392703,-24.51611,31.34917\n4983,1644392704,-24.51610,31.34918\n4984,1644392705,-24.51610,31.34918\n4985,1644392706,-24.51610,31.34919\n4986,1644392707,-24.51610,31.34919\n4987,1644392708,-24.51609,31.34919\n4988,1644392709,-24.51609,31.34919\n4989,1644392710,-24.51609,31.34919\n4990,1644392711,-24.51609,31.34919\n4991,1644392712,-24.51609,31.34920\n4992,1644392713,-24.51608,31.34920\n4993,1644392714,-24.51608,31.34920\n4994,1644392715,-24.51608,31.34921\n4995,1644392716,-24.51608,31.34921\n4996,1644392717,-24.51608,31.34921\n4997,1644392718,-24.51608,31.34921\n4998,1644392719,-24.51608,31.34921\n4999,1644392720,-24.51608,31.34921\n5000,1644392721,-24.51608,31.34921\n5001,1644392722,-24.51607,31.34921\n5002,1644392723,-24.51607,31.34921\n5003,1644392724,-24.51607,31.34921\n5004,1644392725,-24.51607,31.34921\n5005,1644392726,-24.51607,31.34921\n5006,1644392727,-24.51607,31.34921\n5007,1644392728,-24.51607,31.34922\n5008,1644392729,-24.51607,31.34922\n5009,1644392730,-24.51607,31.34922\n5010,1644392731,-24.51607,31.34922\n5011,1644392732,-24.51607,31.34922\n5012,1644392733,-24.51607,31.34922\n5013,1644392734,-24.51607,31.34922\n5014,1644392735,-24.51607,31.34922\n5015,1644392736,-24.51607,31.34922\n5016,1644392737,-24.51607,31.34922\n5017,1644392738,-24.51607,31.34922\n5018,1644392739,-24.51607,31.34922\n5019,1644392740,-24.51607,31.34922\n5020,1644392741,-24.51607,31.34922\n5021,1644392742,-24.51607,31.34922\n5022,1644392743,-24.51607,31.34922\n5023,1644392744,-24.51607,31.34922\n5024,1644392745,-24.51607,31.34922\n5025,1644392746,-24.51607,31.34922\n5026,1644392747,-24.51607,31.34922\n5027,1644392748,-24.51607,31.34922\n5028,1644392749,-24.51607,31.34922\n5029,1644392750,-24.51607,31.34922\n5030,1644392751,-24.51607,31.34922\n5031,1644392752,-24.51607,31.34922\n5032,1644392753,-24.51607,31.34922\n5033,1644392754,-24.51607,31.34922\n5034,1644392755,-24.51607,31.34922\n5035,1644392756,-24.51607,31.34922\n5036,1644392757,-24.51607,31.34922\n5037,1644392758,-24.51607,31.34922\n5038,1644392759,-24.51607,31.34922\n5039,1644392760,-24.51607,31.34922\n5040,1644392761,-24.51607,31.34922\n5041,1644392762,-24.51607,31.34922\n5042,1644392763,-24.51608,31.34921\n5043,1644392764,-24.51608,31.34921\n5044,1644392765,-24.51608,31.34920\n5045,1644392828,-24.51616,31.34894\n5046,1644392829,-24.51617,31.34896\n5047,1644392830,-24.51619,31.34897\n5048,1644392831,-24.51620,31.34897\n5049,1644392832,-24.51621,31.34897\n5050,1644392833,-24.51622,31.34898\n5051,1644392834,-24.51622,31.34898\n5052,1644392835,-24.51623,31.34898\n5053,1644392836,-24.51624,31.34897\n5054,1644392837,-24.51624,31.34897\n5055,1644392838,-24.51625,31.34898\n5056,1644392839,-24.51625,31.34899\n5057,1644392841,-24.51626,31.34900\n5058,1644392842,-24.51627,31.34901\n5059,1644392843,-24.51628,31.34903\n5060,1644392844,-24.51629,31.34904\n5061,1644392845,-24.51630,31.34904\n5062,1644392846,-24.51632,31.34904\n5063,1644392847,-24.51635,31.34904\n5064,1644392848,-24.51640,31.34903\n5065,1644392849,-24.51645,31.34902\n5066,1644392850,-24.51651,31.34901\n5067,1644392851,-24.51657,31.34899\n5068,1644392852,-24.51662,31.34898\n5069,1644392853,-24.51667,31.34896\n5070,1644392854,-24.51672,31.34894\n5071,1644392917,-24.51922,31.34755\n5072,1644392918,-24.51922,31.34749\n5073,1644392919,-24.51921,31.34744\n5074,1644392920,-24.51922,31.34739\n5075,1644392921,-24.51924,31.34733\n5076,1644392922,-24.51926,31.34727\n5077,1644392923,-24.51928,31.34722\n5078,1644392924,-24.51929,31.34716\n5079,1644392925,-24.51930,31.34710\n5080,1644392989,-24.52032,31.34312\n5081,1644392990,-24.52029,31.34301\n5082,1644392991,-24.52031,31.34290\n5083,1644392992,-24.52034,31.34283\n5084,1644392993,-24.52038,31.34276\n5085,1644392994,-24.52041,31.34270\n5086,1644392995,-24.52045,31.34265\n5087,1644392997,-24.52049,31.34255\n5088,1644393060,-24.52300,31.33979\n5089,1644393061,-24.52304,31.33973\n5090,1644393062,-24.52308,31.33967\n5091,1644393063,-24.52313,31.33960\n5092,1644393128,-24.52525,31.33825\n5093,1644393129,-24.52534,31.33806\n5094,1644393195,-24.52891,31.33727\n5095,1644393259,-24.53115,31.33491\n5096,1644393947,-24.53888,31.32200\n***END MEMORY***\nV108, ID: 30-1B25, 3634mV, 01b\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy: 2 (min. HDOP*10: 30)\n- Activation delay: 120 sec\n- Geofencing: 0\n- ON time: always\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Toggle geofencing ON/OFF\n(8) Exit\n-------------------\n"
  },
  {
    "path": "TickTagData/10_AntiPoachingHound_1s_Interval/20220209_AntiPoachingHound_1s_Interval_eobs.csv",
    "content": "event-id,visible,timestamp,lon,lat,bar:barometric-pressure,data-decoding-software,eobs:activity,eobs:activity-samples,eobs:battery-voltage,eobs:fix-battery-voltage,eobs:horizontal-accuracy-estimate,eobs:key-bin-checksum,eobs:speed-accuracy-estimate,eobs:start-timestamp,eobs:status,eobs:temperature,eobs:type-of-fix,eobs:used-time-to-get-fix,gps:dop,gps:satellite-count,ground-speed,heading,height-above-ellipsoid,height-raw,import-marked-outlier,mag:magnetic-field-raw-x,mag:magnetic-field-raw-y,mag:magnetic-field-raw-z,orientation:quaternion-raw-w,orientation:quaternion-raw-x,orientation:quaternion-raw-y,orientation:quaternion-raw-z,sensor-type,individual-taxon-canonical-name,tag-local-identifier,individual-local-identifier,study-name\n21239134016,true,2022-02-09 07:19:50.000,31.3478365,-24.5319774,0.0,\"14\",,,3426,3414,4.35,3871737220,0.64,2022-02-09 07:06:42.000,\"A\",32,3,787,1.6,9,0.15,198.57,509.9,,false,86.0,150.0,70.0,-3744,49,22,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134019,true,2022-02-09 07:19:51.000,31.3478381,-24.5319788,0.0,\"14\",,,3426,3416,4.35,669334745,0.4,2022-02-09 07:06:42.000,\"A\",32,3,788,1.6,9,0.27,198.57,509.8,,false,125.0,69.0,81.0,7091,52,40,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134022,true,2022-02-09 07:19:52.000,31.3478388,-24.5319788,0.0,\"14\",,,3426,3416,4.35,1100278894,0.59,2022-02-09 07:06:42.000,\"A\",32,3,789,1.6,9,0.1,198.57,509.7,,false,73.0,65.0,3.0,2902,29,21,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134028,true,2022-02-09 07:19:53.000,31.347839,-24.5319779,0.0,\"14\",,,3426,3414,4.35,3518038657,0.8,2022-02-09 07:06:42.000,\"A\",32,3,790,1.6,9,0.13,198.57,509.3,,false,62.0,100.0,-44.0,4311,12,27,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134033,true,2022-02-09 07:19:54.000,31.3478371,-24.531978,0.0,\"14\",,,3426,3413,4.35,4130791201,0.54,2022-02-09 07:06:42.000,\"A\",32,3,791,1.6,9,0.3,198.57,509.0,,false,96.0,-10.0,-68.0,7307,33,15,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134037,true,2022-02-09 07:19:55.000,31.3478363,-24.5319765,0.0,\"14\",,,3426,3416,4.35,3502305005,0.81,2022-02-09 07:06:42.000,\"A\",32,3,792,1.6,9,0.33,198.57,509.0,,false,-14.0,-56.0,-20.0,16292,21,24,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134041,true,2022-02-09 07:19:56.000,31.3478361,-24.5319773,0.0,\"14\",,,3426,3416,4.61,4137031084,0.44,2022-02-09 07:06:42.000,\"A\",32,3,793,1.6,9,0.34,198.57,509.1,,false,91.0,-55.0,27.0,5561,45,8,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134045,true,2022-02-09 07:19:57.000,31.3478341,-24.5319755,0.0,\"14\",,,3426,3414,4.61,2678340357,0.72,2022-02-09 07:06:42.000,\"A\",32,3,794,1.6,9,0.49,198.57,509.8,,false,67.0,207.0,-11.0,-2599,9,34,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134046,true,2022-02-09 07:19:58.000,31.3478323,-24.5319724,0.0,\"14\",,,3426,3414,4.61,105116854,0.38,2022-02-09 07:06:42.000,\"A\",32,3,795,1.6,9,0.71,298.84,508.5,,false,-32.0,36.0,-42.0,8004,14,23,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134050,true,2022-02-09 07:19:59.000,31.3478167,-24.5319445,0.0,\"14\",,,3426,3417,4.35,415446977,0.26,2022-02-09 07:06:42.000,\"A\",32,3,796,1.6,9,4.74,332.92,510.1,,false,-56.0,80.0,-54.0,5911,9,-12,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134056,true,2022-02-09 07:20:00.000,31.3477872,-24.5318865,0.0,\"14\",,,3426,3403,4.1,2857108100,0.25,2022-02-09 07:06:42.000,\"A\",32,3,797,1.6,9,8.08,338.82,512.6,,false,6.0,110.0,-6.0,7565,28,34,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134058,true,2022-02-09 07:20:01.000,31.3477554,-24.5318122,0.0,\"14\",,,3426,3414,3.84,91050262,0.34,2022-02-09 07:06:42.000,\"A\",32,3,798,1.6,9,9.84,337.51,512.0,,false,32.0,58.0,-10.0,10264,28,30,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134062,true,2022-02-09 07:20:02.000,31.3477216,-24.5317365,0.0,\"14\",,,3426,3413,3.84,745560360,0.22,2022-02-09 07:06:42.000,\"A\",32,3,799,1.6,9,8.84,338.17,511.5,,false,19.0,95.0,-1.0,10851,10,43,-112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134068,true,2022-02-09 07:20:03.000,31.3476954,-24.5316588,0.0,\"14\",,,3426,3416,3.84,1887041667,0.37,2022-02-09 07:06:42.000,\"A\",32,3,800,1.6,9,9.12,346.03,510.7,,false,3.0,93.0,-21.0,15119,-1,37,-107,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134073,true,2022-02-09 07:20:04.000,31.3476711,-24.531584,0.0,\"14\",,,3426,3414,3.84,2706403727,0.44,2022-02-09 07:06:42.000,\"A\",32,3,802,1.6,9,8.41,342.75,509.6,,false,28.0,114.0,32.0,14005,1,53,-102,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134075,true,2022-02-09 07:20:05.000,31.3476388,-24.5315113,0.0,\"14\",,,3426,3416,3.58,3238015343,0.33,2022-02-09 07:06:42.000,\"A\",32,3,803,1.6,9,8.42,336.2,511.0,,false,-4.0,122.0,0.0,8267,17,28,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134078,true,2022-02-09 07:20:06.000,31.3476105,-24.531432,0.0,\"14\",,,3426,3416,3.58,1678651124,0.28,2022-02-09 07:06:42.000,\"A\",32,3,804,1.6,9,10.12,343.41,511.3,,false,-26.0,116.0,-24.0,9445,-8,39,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134085,true,2022-02-09 07:20:07.000,31.3475709,-24.5313581,0.0,\"14\",,,3426,3416,3.58,1893101855,0.32,2022-02-09 07:06:42.000,\"A\",32,3,805,1.8,8,8.63,325.71,511.0,,false,37.0,117.0,67.0,4522,44,40,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134089,true,2022-02-09 07:20:08.000,31.3475086,-24.531295,0.0,\"14\",,,3426,3416,3.33,3343052721,0.34,2022-02-09 07:06:42.000,\"A\",32,3,806,1.6,9,10.43,312.61,510.6,,false,5.0,139.0,31.0,3549,28,37,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134093,true,2022-02-09 07:20:09.000,31.3474428,-24.5312346,0.0,\"14\",,,3426,3416,3.33,3807765903,0.23,2022-02-09 07:06:42.000,\"A\",32,3,807,1.6,9,9.02,315.88,509.6,,false,37.0,37.0,-11.0,6144,24,-4,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134097,true,2022-02-09 07:20:10.000,31.3473998,-24.5311677,0.0,\"14\",,,3426,3416,3.33,3974792156,0.27,2022-02-09 07:06:42.000,\"A\",32,3,808,1.6,9,8.66,338.17,507.4,,false,23.0,95.0,-7.0,10850,16,22,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134100,true,2022-02-09 07:20:11.000,31.3473902,-24.5310901,0.0,\"14\",,,3426,3414,3.07,2852120018,0.26,2022-02-09 07:06:42.000,\"A\",32,3,809,1.6,9,8.75,0.0,507.4,,false,2.0,50.0,-30.0,15218,2,37,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134103,true,2022-02-09 07:20:12.000,31.3473957,-24.5310122,0.0,\"14\",,,3426,3416,3.07,2860609147,0.3,2022-02-09 07:06:42.000,\"A\",32,3,810,1.6,9,8.65,4.59,506.9,,false,17.0,51.0,-33.0,17431,3,40,-100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134108,true,2022-02-09 07:20:13.000,31.3473881,-24.5309368,0.0,\"14\",,,3426,3408,3.07,3907775633,0.36,2022-02-09 07:06:42.000,\"A\",32,3,811,1.6,9,8.36,346.69,506.9,,false,33.0,97.0,13.0,8624,25,34,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134113,true,2022-02-09 07:20:14.000,31.3473661,-24.5308607,0.0,\"14\",,,3426,3397,3.07,3513164086,0.35,2022-02-09 07:06:42.000,\"A\",32,3,812,1.6,9,8.95,343.41,506.2,,false,40.0,94.0,36.0,8760,23,48,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134116,true,2022-02-09 07:20:15.000,31.3473312,-24.5307862,0.0,\"14\",,,3426,3416,3.07,2911611771,0.29,2022-02-09 07:06:42.000,\"A\",32,3,812,1.6,9,8.88,331.61,506.3,,false,34.0,100.0,28.0,3360,35,37,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134118,true,2022-02-09 07:20:16.000,31.3472836,-24.5307136,0.0,\"14\",,,3426,3409,3.07,216822851,0.27,2022-02-09 07:06:42.000,\"A\",32,3,813,1.6,9,9.95,325.71,506.0,,false,-13.0,99.0,-29.0,7122,18,27,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134123,true,2022-02-09 07:20:17.000,31.3472471,-24.5306382,0.0,\"14\",,,3426,3416,2.82,89395791,0.42,2022-02-09 07:06:42.000,\"A\",32,3,814,1.6,9,8.8,342.75,505.7,,false,15.0,75.0,-21.0,10219,7,35,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134128,true,2022-02-09 07:20:18.000,31.3472176,-24.530562,0.0,\"14\",,,3426,3416,2.82,1648641008,0.27,2022-02-09 07:06:42.000,\"A\",32,3,815,1.6,9,9.1,337.51,505.7,,false,50.0,68.0,18.0,7366,35,29,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134130,true,2022-02-09 07:20:19.000,31.3471878,-24.5304837,0.0,\"14\",,,3426,3416,2.82,435141020,0.31,2022-02-09 07:06:42.000,\"A\",32,3,816,1.6,9,9.1,342.75,506.2,,false,41.0,33.0,-9.0,9979,22,14,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134136,true,2022-02-09 07:20:20.000,31.3471673,-24.5304038,0.0,\"14\",,,3426,3411,2.82,3081007594,0.26,2022-02-09 07:06:42.000,\"A\",32,3,817,1.6,9,9.31,348.65,505.3,,false,21.0,59.0,-17.0,12339,12,38,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134141,true,2022-02-09 07:20:21.000,31.3471471,-24.5303224,0.0,\"14\",,,3426,3416,2.82,3628789265,0.41,2022-02-09 07:06:42.000,\"A\",32,3,818,1.6,9,9.1,345.37,505.4,,false,50.0,58.0,24.0,5141,38,33,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134144,true,2022-02-09 07:20:22.000,31.3471194,-24.53024,0.0,\"14\",,,3426,3417,2.82,2375497456,0.34,2022-02-09 07:06:42.000,\"A\",32,3,819,1.6,9,9.89,340.79,505.5,,false,26.0,104.0,8.0,7415,18,42,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134148,true,2022-02-09 07:20:23.000,31.3470951,-24.5301561,0.0,\"14\",,,3426,3416,2.82,1823488566,0.32,2022-02-09 07:06:42.000,\"A\",32,3,820,1.6,9,9.36,348.0,505.3,,false,48.0,16.0,16.0,12808,38,17,-110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134152,true,2022-02-09 07:20:24.000,31.347073,-24.5300698,0.0,\"14\",,,3426,3416,2.82,2180501141,0.3,2022-02-09 07:06:42.000,\"A\",32,3,821,1.6,9,10.3,346.03,504.2,,false,27.0,125.0,31.0,12937,1,72,-92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134154,true,2022-02-09 07:20:25.000,31.3470567,-24.5299874,0.0,\"14\",,,3426,3416,2.82,977523845,0.31,2022-02-09 07:06:42.000,\"A\",32,3,822,1.6,9,8.58,352.58,504.0,,false,26.0,50.0,-12.0,12476,20,33,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134161,true,2022-02-09 07:20:26.000,31.3470525,-24.5299031,0.0,\"14\",,,3426,3416,2.82,4188728352,0.28,2022-02-09 07:06:42.000,\"A\",32,3,823,1.6,9,9.9,359.14,503.7,,false,-44.0,88.0,-44.0,11645,-17,40,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134163,true,2022-02-09 07:20:27.000,31.347057,-24.529823,0.0,\"14\",,,3426,3417,2.82,3530232161,0.22,2022-02-09 07:06:42.000,\"A\",32,3,824,1.6,9,8.27,4.59,502.6,,false,6.0,32.0,-38.0,13941,12,13,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134169,true,2022-02-09 07:20:28.000,31.3470776,-24.5297417,0.0,\"14\",,,3426,3416,2.82,3943485224,0.28,2022-02-09 07:06:42.000,\"A\",32,3,825,1.6,9,10.01,15.73,501.6,,false,-69.0,43.0,-61.0,13200,-22,24,-112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134171,true,2022-02-09 07:20:29.000,31.3470946,-24.5296638,0.0,\"14\",,,3426,3416,2.56,825996213,0.27,2022-02-09 07:06:42.000,\"A\",32,3,826,1.6,9,7.96,11.14,501.6,,false,12.0,52.0,-22.0,9941,4,35,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134176,true,2022-02-09 07:20:30.000,31.3471064,-24.5295918,0.0,\"14\",,,3426,3416,2.56,3791652740,0.37,2022-02-09 07:06:42.000,\"A\",32,3,827,1.6,9,8.29,9.18,500.6,,false,35.0,71.0,3.0,15804,0,58,-95,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134180,true,2022-02-09 07:20:31.000,31.3471428,-24.5295348,0.0,\"14\",,,3426,3416,2.56,3196689395,0.2,2022-02-09 07:06:42.000,\"A\",32,3,828,1.6,9,7.1,25.56,500.3,,false,-29.0,-95.0,-1.0,22969,8,-10,-90,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134183,true,2022-02-09 07:20:32.000,31.3472089,-24.5295026,0.0,\"14\",,,3426,3406,2.56,2292896337,0.24,2022-02-09 07:06:42.000,\"A\",32,3,829,1.6,9,8.03,71.43,500.3,,false,-150.0,-32.0,-48.0,26916,-23,-10,-68,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134188,true,2022-02-09 07:20:33.000,31.3472708,-24.5295078,0.0,\"14\",,,3426,3414,2.56,3704164823,0.2,2022-02-09 07:06:42.000,\"A\",32,3,830,1.6,9,5.81,91.1,500.4,,false,-139.0,-71.0,-35.0,31792,30,66,-100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134192,true,2022-02-09 07:20:34.000,31.347281,-24.5295337,0.0,\"14\",,,3426,3416,2.56,4118708360,0.25,2022-02-09 07:06:42.000,\"A\",32,3,831,1.6,9,3.61,118.62,500.9,,false,-24.0,24.0,-50.0,21421,-14,66,70,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134195,true,2022-02-09 07:20:35.000,31.3472315,-24.5295613,0.0,\"14\",,,3426,3422,2.56,1292164533,0.17,2022-02-09 07:06:42.000,\"A\",32,3,832,1.6,9,7.8,233.31,500.3,,false,-124.0,94.0,-60.0,19607,-4,13,102,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134201,true,2022-02-09 07:20:36.000,31.3471596,-24.5295752,0.0,\"14\",,,3426,3424,2.56,3241410102,0.29,2022-02-09 07:06:42.000,\"A\",32,3,833,1.6,9,7.55,247.73,499.8,,false,-34.0,92.0,-38.0,14491,-34,20,108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134205,true,2022-02-09 07:20:37.000,31.3470789,-24.5295794,0.0,\"14\",,,3426,3422,2.3,1461553877,0.21,2022-02-09 07:06:42.000,\"A\",32,3,834,1.6,9,8.75,266.73,500.3,,false,-54.0,136.0,-26.0,19597,-41,13,93,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134207,true,2022-02-09 07:20:38.000,31.3469927,-24.5295965,0.0,\"14\",,,3426,3422,2.3,677467938,0.27,2022-02-09 07:06:42.000,\"A\",32,3,835,1.6,9,9.27,252.31,499.8,,false,-124.0,138.0,-32.0,19354,-11,-12,103,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134211,true,2022-02-09 07:20:39.000,31.3469167,-24.5296293,0.0,\"14\",,,3426,3422,2.56,2940170985,0.37,2022-02-09 07:06:42.000,\"A\",32,3,836,1.6,9,8.16,239.21,499.3,,false,-148.0,156.0,4.0,22980,-12,-13,90,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134214,true,2022-02-09 07:20:40.000,31.3468562,-24.5296312,0.0,\"14\",,,3426,3413,2.56,801153546,0.21,2022-02-09 07:06:42.000,\"A\",32,3,837,1.6,9,6.06,265.42,499.7,,false,13.0,59.0,-29.0,9657,-27,20,118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134218,true,2022-02-09 07:20:41.000,31.3468026,-24.5296155,0.0,\"14\",,,3426,3424,2.56,2985744348,0.36,2022-02-09 07:06:42.000,\"A\",32,3,838,1.6,9,5.45,273.29,499.8,,false,-24.0,162.0,26.0,21063,-52,14,82,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134223,true,2022-02-09 07:20:42.000,31.34675,-24.5296351,0.0,\"14\",,,3426,3422,2.56,3258556857,0.36,2022-02-09 07:06:42.000,\"A\",32,3,839,1.6,9,7.04,249.04,499.6,,false,-124.0,180.0,36.0,23020,-36,-14,83,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134227,true,2022-02-09 07:20:43.000,31.3467361,-24.5296729,0.0,\"14\",,,3426,3422,2.56,184274383,0.36,2022-02-09 07:06:42.000,\"A\",32,3,840,1.6,9,4.28,218.89,499.2,,false,-90.0,76.0,-62.0,30044,-40,90,-25,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134232,true,2022-02-09 07:20:44.000,31.346769,-24.5296818,0.0,\"14\",,,3426,3421,2.56,1733772630,0.39,2022-02-09 07:06:42.000,\"A\",32,3,841,1.6,9,4.71,136.31,499.6,,false,-13.0,3.0,-41.0,25423,18,107,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134237,true,2022-02-09 07:20:45.000,31.3468315,-24.52967,0.0,\"14\",,,3426,3422,2.56,3583357896,0.36,2022-02-09 07:06:42.000,\"A\",32,3,842,1.6,9,7.58,100.93,500.4,,false,-60.0,-30.0,-56.0,24077,20,38,-75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134238,true,2022-02-09 07:20:46.000,31.3469049,-24.5296468,0.0,\"14\",,,3426,3422,2.56,16872785,0.38,2022-02-09 07:06:42.000,\"A\",32,3,843,1.6,9,7.99,64.88,500.5,,false,5.0,-9.0,-31.0,21650,21,45,-82,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134243,true,2022-02-09 07:20:47.000,31.3469808,-24.529613,0.0,\"14\",,,3426,3422,2.56,3221046611,0.35,2022-02-09 07:06:42.000,\"A\",32,3,844,1.6,9,8.92,63.57,500.2,,false,-41.0,-27.0,-35.0,24330,9,39,-75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134248,true,2022-02-09 07:20:48.000,31.3470519,-24.5295647,0.0,\"14\",,,3426,3414,2.56,2511233424,0.33,2022-02-09 07:06:42.000,\"A\",32,3,845,1.6,9,9.03,45.88,499.8,,false,-66.0,-60.0,-46.0,20011,19,10,-99,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134251,true,2022-02-09 07:20:49.000,31.3470885,-24.5294986,0.0,\"14\",,,3426,3422,2.56,2263393208,0.38,2022-02-09 07:06:42.000,\"A\",32,3,846,1.6,9,8.13,13.11,500.4,,false,22.0,10.0,-22.0,10746,27,7,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134254,true,2022-02-09 07:20:50.000,31.3471074,-24.5294184,0.0,\"14\",,,3426,3426,2.56,166565822,0.28,2022-02-09 07:06:42.000,\"A\",32,3,847,1.6,9,9.56,11.14,500.1,,false,-44.0,-14.0,-50.0,11403,15,6,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134259,true,2022-02-09 07:20:51.000,31.3471219,-24.5293345,0.0,\"14\",,,3426,3421,2.56,1475631517,0.34,2022-02-09 07:06:42.000,\"A\",32,3,848,1.6,9,9.17,6.55,500.3,,false,28.0,-6.0,-8.0,11598,26,19,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134262,true,2022-02-09 07:20:52.000,31.3471193,-24.5292519,0.0,\"14\",,,3426,3416,2.56,1814810858,0.2,2022-02-09 07:06:42.000,\"A\",32,3,849,1.6,9,8.97,351.93,500.3,,false,3.0,67.0,-31.0,2432,20,12,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134267,true,2022-02-09 07:20:53.000,31.3471166,-24.5291619,0.0,\"14\",,,3426,3409,2.56,1668925969,0.32,2022-02-09 07:06:42.000,\"A\",32,3,850,1.6,9,10.57,1.31,500.1,,false,-20.0,-34.0,-26.0,9725,20,-2,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134272,true,2022-02-09 07:20:54.000,31.3471448,-24.5290829,0.0,\"14\",,,3426,3422,2.56,4075380366,0.26,2022-02-09 07:06:42.000,\"A\",32,3,851,1.6,9,8.63,30.8,500.4,,false,-22.0,-76.0,-8.0,16964,29,11,-105,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134277,true,2022-02-09 07:20:55.000,31.3471795,-24.5290083,0.0,\"14\",,,3426,3421,2.56,2478799978,0.22,2022-02-09 07:06:42.000,\"A\",32,3,852,1.6,9,9.25,17.69,499.9,,false,-18.0,0.0,-44.0,11736,12,25,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134278,true,2022-02-09 07:20:56.000,31.3472013,-24.5289255,0.0,\"14\",,,3426,3409,2.56,2364375620,0.27,2022-02-09 07:06:42.000,\"A\",32,3,853,1.6,9,9.37,11.14,500.3,,false,33.0,3.0,-3.0,8471,35,5,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134283,true,2022-02-09 07:20:57.000,31.3472044,-24.5288465,0.0,\"14\",,,3426,3416,2.56,1693775487,0.28,2022-02-09 07:06:42.000,\"A\",32,3,854,1.6,9,8.42,355.21,500.4,,false,41.0,61.0,5.0,5868,39,10,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134286,true,2022-02-09 07:20:58.000,31.3472038,-24.5287626,0.0,\"14\",,,3426,3419,2.56,590947232,0.38,2022-02-09 07:06:42.000,\"A\",32,3,855,1.6,9,9.78,1.97,500.2,,false,-7.0,37.0,-43.0,10877,9,25,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134291,true,2022-02-09 07:20:59.000,31.3472104,-24.5286815,0.0,\"14\",,,3426,3419,2.56,2098644805,0.27,2022-02-09 07:06:42.000,\"A\",32,3,856,1.6,9,8.28,5.9,500.4,,false,45.0,7.0,3.0,7000,39,23,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134297,true,2022-02-09 07:21:00.000,31.3472252,-24.5286004,0.0,\"14\",,,3426,3417,2.56,3446828060,0.31,2022-02-09 07:06:42.000,\"A\",32,3,857,1.6,9,9.55,11.14,500.8,,false,-6.0,-20.0,-28.0,11560,20,14,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134298,true,2022-02-09 07:21:01.000,31.34724,-24.5285261,0.0,\"14\",,,3426,3417,2.56,544550148,0.23,2022-02-09 07:06:42.000,\"A\",32,3,858,1.6,9,7.52,9.83,500.3,,false,-21.0,57.0,-45.0,9508,-12,31,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134304,true,2022-02-09 07:21:02.000,31.3472645,-24.5284747,0.0,\"14\",,,3426,3417,2.56,1051928219,0.22,2022-02-09 07:06:42.000,\"A\",32,3,859,1.6,9,5.55,19.01,499.7,,false,-67.0,-47.0,-43.0,21266,-3,12,-96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134309,true,2022-02-09 07:21:03.000,31.3473057,-24.5284663,0.0,\"14\",,,3426,3416,2.56,3546679106,0.22,2022-02-09 07:06:42.000,\"A\",32,3,860,1.6,9,5.01,68.16,500.1,,false,-73.0,-67.0,-31.0,25774,50,101,-110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134310,true,2022-02-09 07:21:04.000,31.3473554,-24.5284846,0.0,\"14\",,,3426,3408,2.56,163214123,0.2,2022-02-09 07:06:42.000,\"A\",32,3,861,1.6,9,5.65,95.68,501.1,,false,-148.0,-70.0,-20.0,28297,5,24,-126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134315,true,2022-02-09 07:21:05.000,31.3474013,-24.5285176,0.0,\"14\",,,3426,3419,2.3,2246448531,0.22,2022-02-09 07:06:42.000,\"A\",32,3,862,1.6,9,6.34,115.34,501.6,,false,-201.0,-13.0,-31.0,31749,-86,-5,-92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134319,true,2022-02-09 07:21:06.000,31.3474415,-24.5285271,0.0,\"14\",,,3426,3416,2.3,2340217257,0.36,2022-02-09 07:06:42.000,\"A\",32,3,863,1.6,9,4.12,100.27,501.7,,false,-110.0,70.0,-62.0,16020,-31,25,-103,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134323,true,2022-02-09 07:21:07.000,31.3474451,-24.5285265,0.0,\"14\",,,3426,3417,2.3,504219766,0.22,2022-02-09 07:06:42.000,\"A\",32,3,864,1.6,9,2.2,135.0,502.4,,false,-8.0,172.0,72.0,-17427,73,-27,-76,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134327,true,2022-02-09 07:21:08.000,31.347408,-24.5285451,0.0,\"14\",,,3426,3416,2.3,996107878,0.21,2022-02-09 07:06:42.000,\"A\",32,3,865,1.6,9,5.81,225.44,502.8,,false,-37.0,137.0,-19.0,-23215,42,-30,-74,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134331,true,2022-02-09 07:21:09.000,31.3473491,-24.5285754,0.0,\"14\",,,3426,3419,2.3,2520754132,0.2,2022-02-09 07:06:42.000,\"A\",32,3,866,1.6,9,7.61,235.27,502.8,,false,-115.0,163.0,-15.0,-23430,30,6,-84,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134337,true,2022-02-09 07:21:10.000,31.3472887,-24.5285817,0.0,\"14\",,,3426,3419,2.3,2582355220,0.2,2022-02-09 07:06:42.000,\"A\",32,3,867,1.6,9,6.04,255.59,502.6,,false,14.0,68.0,-28.0,-14612,40,-28,-104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134338,true,2022-02-09 07:21:11.000,31.3472255,-24.5285548,0.0,\"14\",,,3426,3419,2.3,507637976,0.23,2022-02-09 07:06:42.000,\"A\",32,3,868,1.6,9,8.01,300.81,502.3,,false,12.0,72.0,-26.0,-11450,30,-1,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134344,true,2022-02-09 07:21:12.000,31.3471568,-24.5285221,0.0,\"14\",,,3426,3416,2.3,2507301572,0.22,2022-02-09 07:06:42.000,\"A\",32,3,869,1.6,9,7.78,296.88,501.6,,false,-44.0,140.0,-2.0,-12982,18,21,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134348,true,2022-02-09 07:21:13.000,31.3471023,-24.5284863,0.0,\"14\",,,3426,3409,2.3,1508239363,0.27,2022-02-09 07:06:42.000,\"A\",32,3,870,1.6,9,6.37,301.47,501.3,,false,16.0,8.0,-22.0,-5337,19,-18,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134352,true,2022-02-09 07:21:14.000,31.3470979,-24.5284473,0.0,\"14\",,,3426,3409,2.3,4150158245,0.34,2022-02-09 07:06:42.000,\"A\",32,3,871,1.6,9,4.74,336.2,501.4,,false,15.0,-95.0,57.0,11774,55,-4,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134357,true,2022-02-09 07:21:15.000,31.3471404,-24.528413,0.0,\"14\",,,3426,3416,2.3,4277065796,0.19,2022-02-09 07:06:42.000,\"A\",32,3,872,1.6,9,6.62,46.53,501.2,,false,-82.0,-46.0,-50.0,19905,19,19,-97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134360,true,2022-02-09 07:21:16.000,31.3471837,-24.5283702,0.0,\"14\",,,3426,3416,2.3,2979583046,0.23,2022-02-09 07:06:42.000,\"A\",32,3,873,1.6,9,6.62,39.32,501.8,,false,-34.0,-32.0,-40.0,10444,23,6,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134362,true,2022-02-09 07:21:17.000,31.3472252,-24.5283128,0.0,\"14\",,,3426,3416,2.3,868222485,0.24,2022-02-09 07:06:42.000,\"A\",32,3,874,1.6,9,8.31,33.42,501.8,,false,-36.0,-44.0,-38.0,14161,13,13,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134368,true,2022-02-09 07:21:18.000,31.3472438,-24.5282578,0.0,\"14\",,,3426,3421,2.3,1348769344,0.25,2022-02-09 07:06:42.000,\"A\",32,3,875,1.6,9,5.43,25.56,502.1,,false,1.0,81.0,-21.0,1722,16,37,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134371,true,2022-02-09 07:21:19.000,31.3472225,-24.5282093,0.0,\"14\",,,3426,3406,2.3,1501413665,0.27,2022-02-09 07:06:42.000,\"A\",32,3,876,1.6,9,6.32,357.17,502.8,,false,30.0,122.0,44.0,-5841,53,16,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134374,true,2022-02-09 07:21:20.000,31.3471773,-24.528172,0.0,\"14\",,,3426,3419,2.3,260243780,0.25,2022-02-09 07:06:42.000,\"A\",32,3,877,1.6,9,6.23,325.71,502.6,,false,46.0,108.0,26.0,-9226,48,-2,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134378,true,2022-02-09 07:21:21.000,31.3471311,-24.5281311,0.0,\"14\",,,3426,3417,2.3,2528408768,0.23,2022-02-09 07:06:42.000,\"A\",32,3,878,1.6,9,6.83,323.09,502.4,,false,-57.0,105.0,-45.0,-10681,-1,10,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134384,true,2022-02-09 07:21:22.000,31.3471115,-24.5280849,0.0,\"14\",,,3426,3419,2.3,1389136108,0.28,2022-02-09 07:06:42.000,\"A\",32,3,879,1.6,9,4.97,338.82,503.6,,false,34.0,-62.0,38.0,4962,31,-27,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134387,true,2022-02-09 07:21:23.000,31.3471121,-24.5280331,0.0,\"14\",,,3426,3416,2.3,2148373731,0.26,2022-02-09 07:06:42.000,\"A\",32,3,881,1.6,9,6.3,355.21,503.7,,false,17.0,7.0,-27.0,2794,23,15,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134393,true,2022-02-09 07:21:24.000,31.3470914,-24.5279802,0.0,\"14\",,,3426,3417,2.3,2947020669,0.29,2022-02-09 07:06:42.000,\"A\",32,3,882,1.6,9,6.7,342.1,503.2,,false,-6.0,64.0,-28.0,-6413,11,5,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134396,true,2022-02-09 07:21:25.000,31.3470608,-24.5279286,0.0,\"14\",,,3426,3416,2.3,3545814172,0.23,2022-02-09 07:06:42.000,\"A\",32,3,883,1.6,9,6.41,338.17,502.6,,false,19.0,29.0,-25.0,-6334,25,-6,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134398,true,2022-02-09 07:21:26.000,31.3470393,-24.5278735,0.0,\"14\",,,3426,3416,2.3,2149697998,0.21,2022-02-09 07:06:42.000,\"A\",32,3,884,1.6,9,6.49,340.79,502.3,,false,-5.0,67.0,-35.0,-1305,20,21,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134402,true,2022-02-09 07:21:27.000,31.3470425,-24.5278175,0.0,\"14\",,,3426,3417,2.3,1326841635,0.26,2022-02-09 07:06:42.000,\"A\",32,3,885,1.6,9,6.42,357.83,502.4,,false,-62.0,-24.0,-60.0,5403,2,0,-126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134409,true,2022-02-09 07:21:28.000,31.3470559,-24.527764,0.0,\"14\",,,3426,3417,2.3,3594395769,0.25,2022-02-09 07:06:42.000,\"A\",32,3,886,1.6,9,5.91,5.24,501.7,,false,23.0,55.0,-27.0,7940,9,30,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134413,true,2022-02-09 07:21:29.000,31.3470746,-24.5277098,0.0,\"14\",,,3426,3419,2.3,1223511542,0.36,2022-02-09 07:06:42.000,\"A\",32,3,887,1.6,9,6.52,12.45,500.9,,false,58.0,-2.0,32.0,7393,52,41,-105,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134414,true,2022-02-09 07:21:30.000,31.3470991,-24.5276625,0.0,\"14\",,,3426,3416,2.3,240658612,0.34,2022-02-09 07:06:42.000,\"A\",32,3,888,1.6,9,5.32,18.35,500.0,,false,-28.0,-30.0,-36.0,15680,22,15,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134418,true,2022-02-09 07:21:31.000,31.3471326,-24.5276245,0.0,\"14\",,,3426,3416,2.3,739189070,0.28,2022-02-09 07:06:42.000,\"A\",32,3,889,1.6,9,5.51,35.39,500.3,,false,2.0,54.0,-34.0,11518,15,56,-104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134423,true,2022-02-09 07:21:32.000,31.3471795,-24.5275892,0.0,\"14\",,,3426,3406,2.3,1251690279,0.21,2022-02-09 07:06:42.000,\"A\",32,3,890,1.6,9,6.39,47.19,501.0,,false,-43.0,-31.0,-53.0,18312,6,32,-100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134428,true,2022-02-09 07:21:33.000,31.3472245,-24.527551,0.0,\"14\",,,3426,3416,2.3,2939158812,0.37,2022-02-09 07:06:42.000,\"A\",32,3,891,1.6,9,6.22,45.22,501.1,,false,-28.0,118.0,-24.0,11961,-23,65,-96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134430,true,2022-02-09 07:21:34.000,31.3472464,-24.5274992,0.0,\"14\",,,3426,3419,2.3,217645866,0.23,2022-02-09 07:06:42.000,\"A\",32,3,891,1.6,9,6.55,20.97,501.0,,false,-1.0,41.0,-43.0,4953,5,17,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134437,true,2022-02-09 07:21:35.000,31.3472562,-24.5274416,0.0,\"14\",,,3426,3416,2.3,4251866638,0.45,2022-02-09 07:06:42.000,\"A\",32,3,892,1.6,9,6.3,17.04,501.9,,false,-1.0,39.0,-39.0,5790,10,20,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134438,true,2022-02-09 07:21:36.000,31.347266,-24.5273866,0.0,\"14\",,,3426,3416,2.56,283217101,0.26,2022-02-09 07:06:42.000,\"A\",32,3,893,1.6,9,6.29,9.83,501.9,,false,-28.0,60.0,-56.0,4064,-1,35,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134444,true,2022-02-09 07:21:37.000,31.3472561,-24.5273366,0.0,\"14\",,,3426,3416,2.3,4007141866,0.26,2022-02-09 07:06:42.000,\"A\",32,3,894,1.6,9,5.74,352.58,501.3,,false,-13.0,115.0,-5.0,-6172,17,25,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134446,true,2022-02-09 07:21:38.000,31.347222,-24.5272979,0.0,\"14\",,,3426,3419,2.3,239983003,0.28,2022-02-09 07:06:42.000,\"A\",32,3,895,1.6,9,5.69,332.92,500.1,,false,24.0,118.0,22.0,-9889,36,16,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134450,true,2022-02-09 07:21:39.000,31.347173,-24.5272592,0.0,\"14\",,,3426,3419,2.56,1167549129,0.48,2022-02-09 07:06:42.000,\"A\",32,3,896,1.6,9,7.13,323.75,499.3,,false,-10.0,126.0,-12.0,-10674,20,16,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134454,true,2022-02-09 07:21:40.000,31.3471302,-24.5272234,0.0,\"14\",,,3426,3416,2.56,634994733,0.2,2022-02-09 07:06:42.000,\"A\",32,3,897,1.6,9,5.29,317.85,498.9,,false,28.0,108.0,20.0,-11687,48,4,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134458,true,2022-02-09 07:21:41.000,31.3471133,-24.5271767,0.0,\"14\",,,3426,3409,2.56,255081986,0.25,2022-02-09 07:06:42.000,\"A\",32,3,898,1.6,9,6.28,338.17,498.9,,false,-16.0,-6.0,-40.0,-673,3,6,-127,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134462,true,2022-02-09 07:21:42.000,31.3471134,-24.5271193,0.0,\"14\",,,3426,3409,2.56,699619856,0.3,2022-02-09 07:06:42.000,\"A\",32,3,899,1.6,9,6.47,351.93,498.5,,false,15.0,79.0,-19.0,1926,12,41,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134468,true,2022-02-09 07:21:43.000,31.3471086,-24.5270632,0.0,\"14\",,,3426,3416,2.56,3634400978,0.26,2022-02-09 07:06:42.000,\"A\",32,3,900,1.6,9,6.19,351.93,497.5,,false,-9.0,7.0,-45.0,-3425,7,3,-127,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134470,true,2022-02-09 07:21:44.000,31.3471142,-24.5270083,0.0,\"14\",,,3426,3416,2.56,501215538,0.24,2022-02-09 07:06:42.000,\"A\",32,3,901,1.6,9,6.19,4.59,497.6,,false,-22.0,-30.0,-28.0,6306,22,8,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134475,true,2022-02-09 07:21:45.000,31.3471414,-24.52696,0.0,\"14\",,,3426,3416,2.3,335403191,0.23,2022-02-09 07:06:42.000,\"A\",32,3,902,1.6,9,6.12,21.63,497.4,,false,-15.0,-69.0,-3.0,16280,41,20,-101,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134481,true,2022-02-09 07:21:46.000,31.3471909,-24.5269416,0.0,\"14\",,,3426,3416,2.56,4133439258,0.28,2022-02-09 07:06:42.000,\"A\",32,3,903,1.8,8,5.98,46.53,497.5,,false,-119.0,-59.0,-49.0,20328,3,19,-98,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134485,true,2022-02-09 07:21:47.000,31.3472532,-24.5269344,0.0,\"14\",,,3426,3417,2.3,3817777898,0.32,2022-02-09 07:06:42.000,\"A\",32,3,904,1.6,9,6.62,64.23,497.8,,false,-165.0,-49.0,-33.0,19798,-14,2,-100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134486,true,2022-02-09 07:21:48.000,31.3473088,-24.5269107,0.0,\"14\",,,3426,3416,2.3,161975958,0.2,2022-02-09 07:06:42.000,\"A\",32,3,905,1.6,9,6.02,56.36,498.0,,false,-106.0,32.0,-60.0,13568,-18,18,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134491,true,2022-02-09 07:21:49.000,31.3473267,-24.5268888,0.0,\"14\",,,3426,3406,2.3,1458662589,0.24,2022-02-09 07:06:42.000,\"A\",32,3,906,1.6,9,1.73,53.08,498.0,,false,10.0,142.0,40.0,-12957,45,5,-108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134496,true,2022-02-09 07:21:50.000,31.3473032,-24.5268977,0.0,\"14\",,,3426,3416,2.3,3363568913,0.2,2022-02-09 07:06:42.000,\"A\",32,3,907,1.6,9,4.65,256.9,498.5,,false,-63.0,151.0,-3.0,-25849,30,-22,-69,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134500,true,2022-02-09 07:21:51.000,31.347247,-24.5269225,0.0,\"14\",,,3426,3414,2.3,2433094850,0.19,2022-02-09 07:06:42.000,\"A\",32,3,908,1.6,9,7.35,250.35,498.3,,false,-68.0,118.0,-44.0,-26293,20,-36,-64,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134503,true,2022-02-09 07:21:52.000,31.3471666,-24.5269352,0.0,\"14\",,,3426,3417,2.3,95153507,0.21,2022-02-09 07:06:42.000,\"A\",32,3,909,1.6,9,9.14,266.73,498.7,,false,-33.0,111.0,-35.0,-21493,24,-12,-92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134509,true,2022-02-09 07:21:53.000,31.3470833,-24.5269409,0.0,\"14\",,,3426,3416,2.3,2175419383,0.29,2022-02-09 07:06:42.000,\"A\",32,3,910,1.6,9,8.05,265.42,498.1,,false,-2.0,122.0,-6.0,-21779,28,-13,-90,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134512,true,2022-02-09 07:21:54.000,31.3470224,-24.5269168,0.0,\"14\",,,3426,3417,2.3,1132295540,0.3,2022-02-09 07:06:42.000,\"A\",32,3,911,1.6,9,7.0,275.91,497.8,,false,-9.0,41.0,-51.0,-12390,16,9,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134516,true,2022-02-09 07:21:55.000,31.3470036,-24.5268626,0.0,\"14\",,,3426,3419,2.3,4147432766,0.22,2022-02-09 07:06:42.000,\"A\",32,3,912,1.6,9,6.75,340.13,496.9,,false,23.0,-43.0,9.0,-2072,53,-6,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134521,true,2022-02-09 07:21:56.000,31.3470229,-24.5267979,0.0,\"14\",,,3426,3414,2.3,3942934773,0.23,2022-02-09 07:06:42.000,\"A\",32,3,913,1.6,9,7.85,11.8,497.5,,false,8.0,-66.0,2.0,5711,50,11,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134523,true,2022-02-09 07:21:57.000,31.3470539,-24.526728,0.0,\"14\",,,3426,3404,2.3,2550042659,0.2,2022-02-09 07:06:42.000,\"A\",32,3,914,1.6,9,8.6,20.97,497.4,,false,-18.0,-6.0,-48.0,6496,20,24,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134527,true,2022-02-09 07:21:58.000,31.3470946,-24.5266677,0.0,\"14\",,,3426,3416,2.3,2066142475,0.24,2022-02-09 07:06:42.000,\"A\",32,3,915,1.6,9,7.33,29.49,497.9,,false,-18.0,-8.0,-46.0,6863,21,24,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134532,true,2022-02-09 07:21:59.000,31.347136,-24.5266197,0.0,\"14\",,,3426,3417,2.3,3129797731,0.23,2022-02-09 07:06:42.000,\"A\",32,3,916,1.6,9,6.35,32.77,497.7,,false,-11.0,-3.0,-41.0,8044,3,15,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134535,true,2022-02-09 07:22:00.000,31.347172,-24.5265813,0.0,\"14\",,,3426,3416,2.3,2318550346,0.39,2022-02-09 07:06:42.000,\"A\",32,3,917,1.6,9,5.09,34.73,497.2,,false,-111.0,69.0,-75.0,4366,-24,32,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134540,true,2022-02-09 07:22:01.000,31.3471927,-24.5265342,0.0,\"14\",,,3426,3416,2.3,2347016121,0.33,2022-02-09 07:06:42.000,\"A\",32,3,918,1.6,9,6.28,17.04,497.4,,false,26.0,54.0,-14.0,-3242,22,17,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134542,true,2022-02-09 07:22:02.000,31.3471974,-24.5264688,0.0,\"14\",,,3426,3416,2.3,663735089,0.24,2022-02-09 07:06:42.000,\"A\",32,3,919,1.6,9,8.06,0.0,496.8,,false,-25.0,19.0,-51.0,-3465,11,1,-126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134548,true,2022-02-09 07:22:03.000,31.3472031,-24.5264003,0.0,\"14\",,,3426,3417,2.3,3066561506,0.27,2022-02-09 07:06:42.000,\"A\",32,3,920,1.6,9,7.1,3.28,497.4,,false,48.0,22.0,-6.0,-93,43,6,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134551,true,2022-02-09 07:22:04.000,31.347203,-24.52633,0.0,\"14\",,,3426,3416,2.3,1841571294,0.25,2022-02-09 07:06:42.000,\"A\",32,3,921,1.6,9,8.09,355.21,497.8,,false,35.0,43.0,-15.0,-5603,28,11,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134554,true,2022-02-09 07:22:05.000,31.3471779,-24.5262655,0.0,\"14\",,,3426,3416,2.3,332783011,0.3,2022-02-09 07:06:42.000,\"A\",32,3,922,1.6,9,7.48,344.06,498.1,,false,46.0,86.0,20.0,-11924,46,-6,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134560,true,2022-02-09 07:22:06.000,31.3471382,-24.5261994,0.0,\"14\",,,3426,3416,2.3,1750001115,0.32,2022-02-09 07:06:42.000,\"A\",32,3,923,1.6,9,8.81,331.61,498.5,,false,2.0,90.0,-22.0,-10462,20,17,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134564,true,2022-02-09 07:22:07.000,31.3471022,-24.5261327,0.0,\"14\",,,3426,3416,2.3,2710925999,0.25,2022-02-09 07:06:42.000,\"A\",32,3,924,1.6,9,7.79,332.92,498.4,,false,-57.0,29.0,-65.0,-11763,-8,0,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134567,true,2022-02-09 07:22:08.000,31.3470996,-24.5260652,0.0,\"14\",,,3426,3417,2.3,1546793804,0.21,2022-02-09 07:06:42.000,\"A\",32,3,925,1.6,9,7.9,359.14,497.8,,false,-42.0,-54.0,-32.0,457,1,-7,-127,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134571,true,2022-02-09 07:22:09.000,31.3471191,-24.5259934,0.0,\"14\",,,3426,3419,2.3,947043146,0.29,2022-02-09 07:06:42.000,\"A\",32,3,926,1.6,9,8.18,14.42,498.1,,false,39.0,17.0,3.0,-644,43,20,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134574,true,2022-02-09 07:22:10.000,31.3471418,-24.5259129,0.0,\"14\",,,3426,3417,2.3,716856027,0.24,2022-02-09 07:06:42.000,\"A\",32,3,927,1.6,9,9.82,14.42,497.8,,false,-26.0,-8.0,-44.0,1053,10,11,-127,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134580,true,2022-02-09 07:22:11.000,31.347159,-24.5258335,0.0,\"14\",,,3426,3416,2.3,3477108280,0.23,2022-02-09 07:06:42.000,\"A\",32,3,928,1.6,9,8.43,8.52,497.6,,false,19.0,-9.0,-17.0,-5271,33,-13,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134585,true,2022-02-09 07:22:12.000,31.3471815,-24.5257516,0.0,\"14\",,,3426,3406,2.3,4155591396,0.28,2022-02-09 07:06:42.000,\"A\",32,3,929,1.6,9,9.91,17.04,497.8,,false,-32.0,16.0,-58.0,985,13,21,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134586,true,2022-02-09 07:22:13.000,31.3472092,-24.5256751,0.0,\"14\",,,3426,3417,2.3,1096680252,0.22,2022-02-09 07:06:42.000,\"A\",32,3,930,1.6,9,8.16,19.01,497.9,,false,15.0,33.0,-25.0,1051,36,26,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134592,true,2022-02-09 07:22:14.000,31.3472358,-24.5256026,0.0,\"14\",,,3426,3416,2.3,3301555936,0.29,2022-02-09 07:06:42.000,\"A\",32,3,931,1.6,9,8.62,18.35,498.1,,false,17.0,-13.0,-17.0,449,25,-3,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134597,true,2022-02-09 07:22:15.000,31.3472521,-24.5255249,0.0,\"14\",,,3426,3419,2.3,3650913836,0.25,2022-02-09 07:06:42.000,\"A\",32,3,932,1.6,9,8.78,5.9,498.5,,false,7.0,33.0,-31.0,-6477,21,15,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134601,true,2022-02-09 07:22:16.001,31.3472328,-24.5254635,0.0,\"14\",,,3426,3400,2.3,2269222300,0.45,2022-02-09 07:06:42.000,\"A\",32,3,933,1.6,9,6.66,353.89,499.3,,false,32.0,86.0,10.0,-14947,32,-26,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134605,true,2022-02-09 07:22:17.000,31.3471771,-24.5254246,0.0,\"14\",,,3426,3408,2.3,3327404066,0.32,2022-02-09 07:06:42.000,\"A\",32,3,934,1.6,9,7.71,326.37,498.9,,false,6.0,100.0,-14.0,-21643,23,-21,-91,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134607,true,2022-02-09 07:22:18.000,31.3471061,-24.5254062,0.0,\"14\",,,3426,3416,2.3,1677036644,0.26,2022-02-09 07:06:42.000,\"A\",32,3,935,1.6,9,7.2,296.88,497.1,,false,-42.0,148.0,-6.0,-26521,58,-72,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134610,true,2022-02-09 07:22:19.000,31.3470396,-24.5253906,0.0,\"14\",,,3426,3417,2.3,638439967,0.2,2022-02-09 07:06:42.000,\"A\",32,3,936,1.6,9,6.86,293.6,497.1,,false,-36.0,70.0,-60.0,-23036,-4,-18,-89,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134617,true,2022-02-09 07:22:20.000,31.3469925,-24.5253485,0.0,\"14\",,,3426,3416,2.3,3046916426,0.28,2022-02-09 07:06:42.000,\"A\",32,3,937,1.6,9,7.19,313.26,496.6,,false,58.0,-6.0,32.0,-11537,43,-23,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134619,true,2022-02-09 07:22:21.000,31.3469584,-24.5252771,0.0,\"14\",,,3426,3416,2.3,1235433773,0.4,2022-02-09 07:06:42.000,\"A\",32,3,938,1.6,9,9.58,338.82,496.5,,false,5.0,-19.0,-15.0,-10357,31,-20,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134623,true,2022-02-09 07:22:22.000,31.3469253,-24.5252057,0.0,\"14\",,,3426,3417,2.3,1788936861,0.23,2022-02-09 07:06:42.000,\"A\",32,3,939,1.6,9,7.9,336.2,496.0,,false,56.0,54.0,8.0,-10351,52,1,-110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134629,true,2022-02-09 07:22:23.000,31.3468889,-24.5251273,0.0,\"14\",,,3426,3416,2.3,2972683278,0.24,2022-02-09 07:06:42.000,\"A\",32,3,940,1.6,9,10.37,337.51,496.3,,false,-37.0,45.0,-57.0,-14788,6,6,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134630,true,2022-02-09 07:22:24.000,31.3468576,-24.5250477,0.0,\"14\",,,3426,3409,2.3,340801509,0.27,2022-02-09 07:06:42.000,\"A\",32,3,941,1.6,9,8.72,342.1,496.7,,false,44.0,40.0,12.0,-10761,38,-19,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134635,true,2022-02-09 07:22:25.000,31.3468267,-24.5249653,0.0,\"14\",,,3426,3416,2.3,476471324,0.31,2022-02-09 07:06:42.000,\"A\",32,3,942,1.6,9,10.26,340.13,497.1,,false,14.0,18.0,-20.0,-10876,31,-5,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134639,true,2022-02-09 07:22:26.000,31.3467881,-24.5248904,0.0,\"14\",,,3426,3413,2.3,2940390584,0.35,2022-02-09 07:06:42.000,\"A\",32,3,943,1.6,9,8.5,330.3,497.1,,false,51.0,87.0,29.0,-14569,52,7,-102,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134642,true,2022-02-09 07:22:27.000,31.346743,-24.5248173,0.0,\"14\",,,3426,3408,2.3,557004517,0.27,2022-02-09 07:06:42.000,\"A\",32,3,944,1.6,9,9.79,330.96,496.2,,false,1.0,81.0,-33.0,-11780,32,8,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134646,true,2022-02-09 07:22:28.000,31.3467022,-24.5247464,0.0,\"14\",,,3426,3417,2.3,446973872,0.3,2022-02-09 07:06:42.000,\"A\",32,3,945,1.6,9,8.1,331.61,496.8,,false,23.0,119.0,15.0,-13149,39,18,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134651,true,2022-02-09 07:22:29.000,31.3466649,-24.5246804,0.0,\"14\",,,3426,3416,2.3,2112648344,0.27,2022-02-09 07:06:42.000,\"A\",32,3,946,1.6,9,8.29,332.92,496.9,,false,26.0,20.0,-28.0,-13547,16,-8,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134655,true,2022-02-09 07:22:30.000,31.3466417,-24.5246141,0.0,\"14\",,,3426,3416,2.3,751900862,0.28,2022-02-09 07:06:42.000,\"A\",32,3,947,1.6,9,7.34,340.13,497.5,,false,40.0,-24.0,16.0,-7636,36,-10,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134659,true,2022-02-09 07:22:31.000,31.3466259,-24.52454,0.0,\"14\",,,3426,3417,2.3,2023393669,0.23,2022-02-09 07:06:42.000,\"A\",32,3,948,1.6,9,9.0,348.65,497.3,,false,-21.0,17.0,-41.0,-9346,3,15,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134663,true,2022-02-09 07:22:32.000,31.3466213,-24.5244684,0.0,\"14\",,,3426,3416,2.3,133264504,0.28,2022-02-09 07:06:42.000,\"A\",32,3,949,1.6,9,7.16,353.24,497.4,,false,32.0,-22.0,4.0,-7439,27,-9,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134669,true,2022-02-09 07:22:33.000,31.3466348,-24.5244009,0.0,\"14\",,,3426,3416,2.3,3534298953,0.23,2022-02-09 07:06:42.000,\"A\",32,3,950,1.6,9,7.95,9.18,496.8,,false,-8.0,34.0,-54.0,-3852,15,38,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134671,true,2022-02-09 07:22:34.000,31.346626,-24.5243443,0.0,\"14\",,,3426,3403,2.3,2905395792,0.36,2022-02-09 07:06:42.000,\"A\",32,3,951,1.6,9,5.92,358.48,497.0,,false,48.0,120.0,86.0,-16236,54,13,-96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134674,true,2022-02-09 07:22:35.000,31.3465909,-24.5242951,0.0,\"14\",,,3426,3416,2.3,349090348,0.25,2022-02-09 07:06:42.000,\"A\",32,3,952,1.6,9,7.04,340.13,497.0,,false,-43.0,75.0,-55.0,-21094,-4,1,-97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134681,true,2022-02-09 07:22:36.000,31.346564,-24.5242389,0.0,\"14\",,,3426,3416,2.3,3899830084,0.27,2022-02-09 07:06:42.000,\"A\",32,3,953,1.6,9,6.77,342.75,498.0,,false,2.0,8.0,-26.0,-12874,13,-10,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134683,true,2022-02-09 07:22:37.000,31.3465463,-24.5241676,0.0,\"14\",,,3426,3417,2.3,1820264811,0.24,2022-02-09 07:06:42.000,\"A\",32,3,954,1.6,9,8.98,348.65,497.8,,false,-45.0,9.0,-61.0,-10022,-12,3,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134688,true,2022-02-09 07:22:38.000,31.3465285,-24.5240935,0.0,\"14\",,,3426,3417,2.3,2380721564,0.32,2022-02-09 07:06:42.000,\"A\",32,3,956,1.6,9,7.97,346.69,498.4,,false,-34.0,20.0,-54.0,-14029,-9,2,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134691,true,2022-02-09 07:22:39.000,31.3465078,-24.5240259,0.0,\"14\",,,3426,3416,2.3,1731119516,0.29,2022-02-09 07:06:42.000,\"A\",32,3,957,1.6,9,7.79,343.41,497.8,,false,22.0,54.0,-14.0,-13878,19,-7,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134695,true,2022-02-09 07:22:40.000,31.3465006,-24.523966,0.0,\"14\",,,3426,3416,2.3,2474433149,0.26,2022-02-09 07:06:42.000,\"A\",32,3,958,1.6,9,6.02,350.62,497.7,,false,-3.0,21.0,-45.0,-12052,3,4,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134701,true,2022-02-09 07:22:41.000,31.3465162,-24.5239122,0.0,\"14\",,,3426,3416,2.3,3624053552,0.32,2022-02-09 07:06:42.000,\"A\",32,3,959,1.6,9,6.34,3.93,498.0,,false,13.0,-67.0,19.0,-2554,24,-17,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134704,true,2022-02-09 07:22:42.000,31.3465495,-24.5238724,0.0,\"14\",,,3426,3417,2.56,1836231136,0.6,2022-02-09 07:06:42.000,\"A\",32,3,960,1.6,9,5.16,19.66,499.2,,false,-46.0,110.0,-38.0,8950,19,63,-104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134709,true,2022-02-09 07:22:43.000,31.3465812,-24.5238366,0.0,\"14\",,,3426,3416,2.56,2986352163,0.24,2022-02-09 07:06:42.000,\"A\",32,3,961,1.6,9,5.27,26.87,498.7,,false,-22.0,20.0,-44.0,-1755,16,32,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134711,true,2022-02-09 07:22:44.000,31.3465828,-24.5237892,0.0,\"14\",,,3426,3416,2.56,1172103108,0.54,2022-02-09 07:06:42.000,\"A\",32,3,962,1.6,9,5.98,5.24,498.8,,false,-21.0,115.0,-23.0,-17274,14,16,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134714,true,2022-02-09 07:22:45.000,31.3465727,-24.5237334,0.0,\"14\",,,3426,3416,2.56,1355994394,0.5,2022-02-09 07:06:42.000,\"A\",32,3,963,1.6,9,6.66,357.83,498.8,,false,16.0,-10.0,-18.0,-8242,24,-9,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134719,true,2022-02-09 07:22:46.000,31.3465877,-24.5236843,0.0,\"14\",,,3426,3406,2.56,2214402492,0.21,2022-02-09 07:06:42.000,\"A\",32,3,964,1.6,9,5.56,13.11,497.7,,false,-34.0,-30.0,-42.0,-1639,4,9,-127,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134725,true,2022-02-09 07:22:47.000,31.3466254,-24.5236499,0.0,\"14\",,,3426,3414,2.56,3626432218,0.3,2022-02-09 07:06:42.000,\"A\",32,3,965,1.6,9,5.58,37.36,496.3,,false,-14.0,-36.0,-30.0,7191,37,21,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134728,true,2022-02-09 07:22:48.000,31.3466666,-24.5236265,0.0,\"14\",,,3426,3414,2.56,3482559638,0.36,2022-02-09 07:06:42.000,\"A\",32,3,965,1.6,9,4.51,42.6,494.7,,false,-17.0,49.0,-51.0,4324,18,43,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134732,true,2022-02-09 07:22:49.000,31.3466912,-24.5235951,0.0,\"14\",,,3426,3414,2.56,1297626486,0.3,2022-02-09 07:06:42.000,\"A\",32,3,966,1.6,9,4.37,32.11,494.7,,false,29.0,15.0,-13.0,-5181,42,6,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134737,true,2022-02-09 07:22:50.000,31.3467095,-24.5235547,0.0,\"14\",,,3426,3416,2.56,3463817938,0.29,2022-02-09 07:06:42.000,\"A\",32,3,967,1.6,9,4.89,28.18,495.8,,false,17.0,-15.0,-19.0,-1964,33,-2,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134740,true,2022-02-09 07:22:51.000,31.3467332,-24.5235109,0.0,\"14\",,,3426,3411,2.82,2093250255,0.35,2022-02-09 07:06:42.000,\"A\",32,3,968,1.6,9,5.76,28.18,496.8,,false,19.0,29.0,-27.0,-4405,38,29,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134745,true,2022-02-09 07:22:52.000,31.3467467,-24.523445,0.0,\"14\",,,3426,3416,2.82,3806370712,0.45,2022-02-09 07:06:42.000,\"A\",32,3,969,1.6,9,8.77,2.62,496.4,,false,-7.0,45.0,-43.0,-9535,21,10,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134746,true,2022-02-09 07:22:53.000,31.3467539,-24.5233815,0.0,\"14\",,,3426,3416,2.82,1690661559,0.48,2022-02-09 07:06:42.000,\"A\",32,3,970,1.6,9,6.16,3.93,495.5,,false,46.0,24.0,8.0,-6603,45,-2,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134753,true,2022-02-09 07:22:54.000,31.3467584,-24.5233421,0.0,\"14\",,,3426,3416,2.82,3946694828,0.51,2022-02-09 07:06:42.000,\"A\",32,3,971,1.6,9,3.44,3.93,494.1,,false,5.0,87.0,-29.0,-10500,27,21,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134757,true,2022-02-09 07:22:55.000,31.3467347,-24.5233139,0.0,\"14\",,,3426,3416,2.82,1027089067,0.47,2022-02-09 07:06:42.000,\"A\",32,3,972,1.6,9,4.9,336.86,494.7,,false,37.0,123.0,55.0,-22133,40,-34,-79,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134760,true,2022-02-09 07:22:56.000,31.346682,-24.5232943,0.0,\"14\",,,3426,3416,3.07,2825055310,0.36,2022-02-09 07:06:42.000,\"A\",32,3,973,1.6,9,6.75,298.84,496.5,,false,14.0,134.0,36.0,-23512,36,-33,-74,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134765,true,2022-02-09 07:22:57.000,31.3466322,-24.5232679,0.0,\"14\",,,3426,3416,3.07,3586361415,0.28,2022-02-09 07:06:42.000,\"A\",32,3,974,1.6,9,5.27,307.36,496.2,,false,31.0,39.0,-9.0,-19300,7,-12,-102,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134767,true,2022-02-09 07:22:58.000,31.3466347,-24.5232366,0.0,\"14\",,,3426,3416,3.07,2615274391,0.61,2022-02-09 07:06:42.000,\"A\",32,3,975,1.6,9,4.47,325.06,497.1,,false,-30.0,-42.0,-38.0,5972,33,12,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134771,true,2022-02-09 07:22:59.000,31.346638,-24.5231943,0.0,\"14\",,,3426,3417,3.07,658170455,0.52,2022-02-09 07:06:42.000,\"A\",32,3,976,1.6,9,5.34,334.89,498.6,,false,-53.0,113.0,-37.0,-19157,19,18,-100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134776,true,2022-02-09 07:23:00.000,31.3466275,-24.5231375,0.0,\"14\",,,3426,3411,3.07,1457851299,0.41,2022-02-09 07:06:42.000,\"A\",32,3,977,1.6,9,6.55,348.0,500.3,,false,33.0,15.0,9.0,-8166,45,-10,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134779,true,2022-02-09 07:23:01.000,31.3466202,-24.5230671,0.0,\"14\",,,3426,3417,3.07,945098975,0.3,2022-02-09 07:06:42.000,\"A\",32,3,978,1.6,9,8.5,355.21,499.9,,false,-31.0,23.0,-55.0,-12453,6,-4,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134785,true,2022-02-09 07:23:02.000,31.3466162,-24.5229961,0.0,\"14\",,,3426,3416,3.07,3528815811,0.31,2022-02-09 07:06:42.000,\"A\",32,3,979,1.6,9,7.19,356.52,500.3,,false,35.0,63.0,-13.0,-12600,45,16,-108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134787,true,2022-02-09 07:23:03.000,31.3466035,-24.5229244,0.0,\"14\",,,3426,3406,2.82,1304717752,0.31,2022-02-09 07:06:42.000,\"A\",32,3,980,1.6,9,8.51,344.72,500.1,,false,-23.0,51.0,-53.0,-15618,2,5,-112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134793,true,2022-02-09 07:23:04.000,31.3465968,-24.5228463,0.0,\"14\",,,3426,3416,2.82,3796366873,0.28,2022-02-09 07:06:42.000,\"A\",32,3,981,1.6,9,8.5,0.66,500.5,,false,16.0,-4.0,-24.0,-11148,24,1,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134794,true,2022-02-09 07:23:05.000,31.3465895,-24.522766,0.0,\"14\",,,3426,3417,2.82,895952511,0.42,2022-02-09 07:06:42.000,\"A\",32,3,982,1.6,9,9.26,350.62,500.0,,false,21.0,49.0,-11.0,-15241,40,6,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134799,true,2022-02-09 07:23:06.000,31.3465618,-24.5226897,0.0,\"14\",,,3426,3416,2.82,1484357166,0.33,2022-02-09 07:06:42.000,\"A\",32,3,983,1.6,9,8.78,334.23,500.2,,false,32.0,56.0,-4.0,-16845,31,-12,-104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134802,true,2022-02-09 07:23:07.000,31.3465427,-24.5226227,0.0,\"14\",,,3426,3414,2.82,1529755386,0.23,2022-02-09 07:06:42.000,\"A\",32,3,984,1.6,9,7.06,343.41,500.1,,false,8.0,-42.0,-6.0,-13435,13,-19,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134806,true,2022-02-09 07:23:08.000,31.3465592,-24.5225603,0.0,\"14\",,,3426,3416,2.82,1824625965,0.25,2022-02-09 07:06:42.000,\"A\",32,3,985,1.6,9,7.55,7.86,499.7,,false,-42.0,6.0,-52.0,-816,20,24,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134811,true,2022-02-09 07:23:09.000,31.3466031,-24.5225171,0.0,\"14\",,,3426,3416,2.82,2190814392,0.24,2022-02-09 07:06:42.000,\"A\",32,3,986,1.6,9,6.04,24.9,501.0,,false,-20.0,-86.0,-8.0,4945,36,-6,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134816,true,2022-02-09 07:23:10.000,31.3466593,-24.5224915,0.0,\"14\",,,3426,3403,2.82,3035371895,0.19,2022-02-09 07:06:42.000,\"A\",32,3,987,1.6,9,6.4,53.74,501.9,,false,-78.0,-46.0,-50.0,7981,15,21,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134820,true,2022-02-09 07:23:11.000,31.3467075,-24.5224512,0.0,\"14\",,,3426,3416,2.82,2136295016,0.27,2022-02-09 07:06:42.000,\"A\",32,3,988,1.6,9,6.96,47.19,502.1,,false,-61.0,37.0,-67.0,-3314,4,28,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134825,true,2022-02-09 07:23:12.000,31.3467398,-24.5224071,0.0,\"14\",,,3426,3416,2.56,4068526545,0.23,2022-02-09 07:06:42.000,\"A\",32,3,989,1.6,9,5.01,38.01,501.7,,false,8.0,64.0,-26.0,-4075,34,35,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134827,true,2022-02-09 07:23:13.000,31.3467409,-24.5223672,0.0,\"14\",,,3426,3416,2.56,1873124812,0.38,2022-02-09 07:06:42.000,\"A\",32,3,990,1.6,9,4.65,9.83,501.9,,false,15.0,93.0,1.0,-15034,30,9,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134830,true,2022-02-09 07:23:14.000,31.346722,-24.5223361,0.0,\"14\",,,3426,3413,2.56,15755619,0.26,2022-02-09 07:06:42.000,\"A\",32,3,991,1.6,9,3.7,0.0,502.8,,false,28.0,46.0,-8.0,-21205,22,-39,-86,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134835,true,2022-02-09 07:23:15.000,31.3467192,-24.5222986,0.0,\"14\",,,3426,3416,2.56,1458396877,0.45,2022-02-09 07:06:42.000,\"A\",32,3,992,1.6,9,5.05,8.52,504.0,,false,49.0,-33.0,39.0,-8658,41,-24,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134840,true,2022-02-09 07:23:16.000,31.3467475,-24.522256,0.0,\"14\",,,3426,3408,2.56,3000712170,0.29,2022-02-09 07:06:42.000,\"A\",32,3,993,1.6,9,5.84,28.84,505.1,,false,-14.0,-36.0,-34.0,1824,43,16,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134845,true,2022-02-09 07:23:17.000,31.3467874,-24.5222226,0.0,\"14\",,,3426,3400,2.56,3288908471,0.27,2022-02-09 07:06:42.000,\"A\",32,3,994,1.6,9,5.24,39.32,505.8,,false,17.0,19.0,-19.0,-1813,49,38,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134846,true,2022-02-09 07:23:18.000,31.3468111,-24.5221799,0.0,\"14\",,,3426,3416,2.56,354044745,0.35,2022-02-09 07:06:42.000,\"A\",32,3,995,1.6,9,5.84,23.59,506.6,,false,-11.0,111.0,-25.0,-11808,32,38,-108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134851,true,2022-02-09 07:23:19.000,31.3468001,-24.5221275,0.0,\"14\",,,3426,3416,2.56,2221091655,0.42,2022-02-09 07:06:42.000,\"A\",32,3,996,1.6,9,6.51,355.86,506.8,,false,26.0,76.0,-6.0,-17804,28,-6,-103,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134857,true,2022-02-09 07:23:20.000,31.3467673,-24.5220751,0.0,\"14\",,,3426,3416,2.82,3931650155,0.38,2022-02-09 07:06:42.000,\"A\",32,3,997,1.6,9,6.86,340.79,506.1,,false,45.0,75.0,21.0,-17949,44,-14,-97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134861,true,2022-02-09 07:23:21.000,31.3467574,-24.5220246,0.0,\"14\",,,3426,3417,2.82,4164924592,0.4,2022-02-09 07:06:42.000,\"A\",32,3,998,1.6,9,5.55,351.93,505.8,,false,37.0,-51.0,33.0,-8575,42,-28,-112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134863,true,2022-02-09 07:23:22.000,31.3467831,-24.5219827,0.0,\"14\",,,3426,3416,2.56,2023552164,0.24,2022-02-09 07:06:42.000,\"A\",32,3,999,1.6,9,5.62,24.25,506.4,,false,-28.0,-22.0,-42.0,-3274,33,18,-121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134866,true,2022-02-09 07:23:23.000,31.3468245,-24.5219471,0.0,\"14\",,,3426,3417,2.56,475787851,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1000,1.6,9,5.83,37.36,507.4,,false,-21.0,15.0,-47.0,2965,32,34,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134870,true,2022-02-09 07:23:24.000,31.3468421,-24.5218955,0.0,\"14\",,,3426,3416,2.56,2556763515,0.52,2022-02-09 07:06:42.000,\"A\",32,3,1001,1.6,9,6.9,24.25,508.5,,false,38.0,72.0,6.0,-13050,41,19,-108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134875,true,2022-02-09 07:23:25.000,31.3468508,-24.5218344,0.0,\"14\",,,3426,3414,2.56,3396421894,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1002,1.6,9,7.03,13.11,508.4,,false,-17.0,51.0,-51.0,-8665,30,27,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134880,true,2022-02-09 07:23:26.000,31.3468689,-24.5217716,0.0,\"14\",,,3426,3414,2.56,2347836774,0.41,2022-02-09 07:06:42.000,\"A\",32,3,1003,1.6,9,7.3,15.07,508.5,,false,-32.0,52.0,-60.0,-7044,11,32,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134885,true,2022-02-09 07:23:27.000,31.3468899,-24.5217135,0.0,\"14\",,,3426,3414,2.56,3653827057,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1004,1.6,9,6.63,15.73,507.4,,false,-46.0,-26.0,-50.0,-8790,5,3,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134888,true,2022-02-09 07:23:28.000,31.3468956,-24.5216579,0.0,\"14\",,,3426,3416,2.56,2221164432,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1005,1.6,9,6.38,3.93,506.2,,false,16.0,56.0,-16.0,-18073,20,8,-104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134893,true,2022-02-09 07:23:29.000,31.3468996,-24.5216058,0.0,\"14\",,,3426,3416,2.56,2946049683,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1006,1.6,9,5.51,6.55,505.7,,false,17.0,-19.0,-15.0,-16326,14,-11,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134896,true,2022-02-09 07:23:30.000,31.3469202,-24.5215648,0.0,\"14\",,,3426,3416,2.56,3117762035,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1007,1.6,9,4.84,17.69,505.4,,false,-32.0,-88.0,-6.0,-4682,31,3,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134899,true,2022-02-09 07:23:31.000,31.3469604,-24.5215512,0.0,\"14\",,,3426,3416,2.56,944286119,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1008,1.6,9,4.84,42.6,504.7,,false,-114.0,4.0,-60.0,8234,10,38,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134902,true,2022-02-09 07:23:32.000,31.346994,-24.5215346,0.0,\"14\",,,3426,3416,2.56,75132839,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1009,1.6,9,3.91,40.63,504.0,,false,23.0,43.0,-13.0,-8501,49,22,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134909,true,2022-02-09 07:23:33.000,31.3470098,-24.5214946,0.0,\"14\",,,3426,3416,2.56,4169171097,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1010,1.6,9,5.19,24.25,504.9,,false,37.0,-25.0,19.0,-12902,39,-30,-107,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134913,true,2022-02-09 07:23:34.000,31.3470233,-24.5214478,0.0,\"14\",,,3426,3416,2.56,4118315320,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1011,1.6,9,5.43,19.66,506.0,,false,22.0,18.0,-26.0,-13218,41,3,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134917,true,2022-02-09 07:23:35.000,31.3470364,-24.5214014,0.0,\"14\",,,3426,3417,2.56,3006066062,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1012,1.6,9,5.2,15.73,507.4,,false,29.0,37.0,-13.0,-10791,45,9,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134921,true,2022-02-09 07:23:36.000,31.3470455,-24.5213551,0.0,\"14\",,,3426,3416,2.56,3061763922,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1013,1.6,9,5.23,13.11,508.2,,false,21.0,29.0,-19.0,-16452,27,0,-107,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134925,true,2022-02-09 07:23:37.000,31.3470644,-24.5213162,0.0,\"14\",,,3426,3409,2.56,4037292615,0.44,2022-02-09 07:06:42.000,\"A\",32,3,1014,1.6,9,4.58,20.32,509.1,,false,-68.0,-28.0,-54.0,-5253,6,18,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134928,true,2022-02-09 07:23:38.000,31.3470894,-24.5212834,0.0,\"14\",,,3426,3416,2.56,3495958759,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1015,1.6,9,4.43,28.84,509.2,,false,19.0,27.0,-29.0,-9429,36,16,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134931,true,2022-02-09 07:23:39.000,31.3471107,-24.521248,0.0,\"14\",,,3426,3416,2.56,1860127925,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1016,1.6,9,4.42,26.21,509.6,,false,23.0,37.0,-17.0,-11645,40,19,-111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134935,true,2022-02-09 07:23:40.000,31.3471164,-24.5212234,0.0,\"14\",,,3426,3417,2.56,2419285988,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1017,1.6,9,2.04,19.66,510.0,,false,13.0,137.0,21.0,-28088,63,-41,-108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134938,true,2022-02-09 07:23:41.000,31.3471128,-24.5212154,0.0,\"14\",,,3426,3416,2.56,1265426989,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1018,1.6,9,0.07,19.66,509.8,,false,-10.0,154.0,36.0,-29520,29,-108,-4,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134942,true,2022-02-09 07:23:42.000,31.3471157,-24.5212204,0.0,\"14\",,,3426,3416,2.56,8521595,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1019,1.6,9,1.19,57.02,509.5,,false,-100.0,134.0,-32.0,-26118,-7,-95,122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134948,true,2022-02-09 07:23:43.000,31.3471103,-24.5212399,0.0,\"14\",,,3426,3416,2.56,1546609696,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1020,1.6,9,3.24,189.4,508.6,,false,-76.0,142.0,-22.0,-28714,26,-85,87,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134951,true,2022-02-09 07:23:44.000,31.3470953,-24.5212784,0.0,\"14\",,,3426,3414,2.56,374769532,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1021,1.6,9,5.38,195.3,507.5,,false,-138.0,158.0,-14.0,-27147,47,-77,113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134957,true,2022-02-09 07:23:45.000,31.3470677,-24.521317,0.0,\"14\",,,3426,3413,2.56,3630971252,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1022,1.6,9,5.22,206.44,506.2,,false,-122.0,148.0,-24.0,-30539,26,-36,83,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134961,true,2022-02-09 07:23:46.000,31.3470322,-24.5213393,0.0,\"14\",,,3426,3406,2.56,3917769974,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1023,1.6,9,4.06,217.58,505.6,,false,-76.0,152.0,-24.0,-31194,83,-126,45,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134962,true,2022-02-09 07:23:47.000,31.3469927,-24.5213497,0.0,\"14\",,,3426,3413,2.56,1096134570,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1024,1.6,9,4.37,240.52,506.6,,false,-19.0,111.0,-37.0,-31730,20,-120,-39,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134969,true,2022-02-09 07:23:48.000,31.3469509,-24.5213633,0.0,\"14\",,,3426,3416,2.56,4183170208,0.4,2022-02-09 07:06:42.000,\"A\",32,3,1025,1.6,9,4.61,244.45,506.5,,false,-143.0,91.0,-49.0,-32390,-4,65,42,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134972,true,2022-02-09 07:23:49.000,31.3469074,-24.5213623,0.0,\"14\",,,3426,3416,2.56,2427674413,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1027,1.6,9,4.81,259.52,506.5,,false,-45.0,101.0,-43.0,-31927,48,-13,-104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134977,true,2022-02-09 07:23:50.000,31.3468583,-24.5213546,0.0,\"14\",,,3426,3416,2.56,4047952444,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1028,1.6,9,5.2,270.66,506.0,,false,-68.0,98.0,-50.0,-32449,-17,-112,-87,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134981,true,2022-02-09 07:23:51.000,31.3468073,-24.5213441,0.0,\"14\",,,3426,3417,2.56,2496825533,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1029,1.6,9,5.45,277.22,505.3,,false,-49.0,101.0,-43.0,-30524,28,8,-88,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134985,true,2022-02-09 07:23:52.000,31.3467659,-24.5213199,0.0,\"14\",,,3426,3416,2.82,2477567533,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1030,1.6,9,5.02,292.95,506.2,,false,6.0,46.0,-26.0,-27131,10,-19,-68,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134989,true,2022-02-09 07:23:53.000,31.3467524,-24.5212713,0.0,\"14\",,,3426,3417,2.82,4209322813,0.47,2022-02-09 07:06:42.000,\"A\",32,3,1031,1.6,9,6.56,348.0,508.0,,false,13.0,-31.0,-11.0,-19942,17,-20,-98,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134991,true,2022-02-09 07:23:54.000,31.3467718,-24.5212156,0.0,\"14\",,,3426,3406,2.82,2441280080,0.88,2022-02-09 07:06:42.000,\"A\",32,3,1032,1.6,9,6.8,353.89,509.3,,false,-6.0,-84.0,16.0,-12343,38,-25,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239134997,true,2022-02-09 07:23:55.000,31.3468159,-24.52117,0.0,\"14\",,,3426,3416,2.82,3478591934,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1033,1.6,9,6.76,41.94,510.8,,false,-24.0,-74.0,0.0,-11098,35,-17,-114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135000,true,2022-02-09 07:23:56.000,31.3468364,-24.5211252,0.0,\"14\",,,3426,3417,2.82,3127858988,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1034,1.6,9,5.74,24.25,510.8,,false,-12.0,84.0,-44.0,-24195,21,10,-83,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135005,true,2022-02-09 07:23:57.000,31.3468299,-24.5210771,0.0,\"14\",,,3426,3409,2.82,4171376341,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1035,1.6,9,5.28,5.9,511.1,,false,18.0,86.0,-20.0,-23784,26,5,-84,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135006,true,2022-02-09 07:23:58.000,31.3468267,-24.5210328,0.0,\"14\",,,3426,3403,2.82,1282474523,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1036,1.6,9,4.95,4.59,510.5,,false,29.0,61.0,-5.0,-17841,42,14,-97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135010,true,2022-02-09 07:23:59.000,31.3468297,-24.5209861,0.0,\"14\",,,3426,3416,2.82,711793436,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1037,1.6,9,5.5,5.24,509.4,,false,36.0,44.0,-14.0,-11825,56,16,-104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135014,true,2022-02-09 07:24:00.000,31.346836,-24.5209372,0.0,\"14\",,,3426,3417,3.07,172179317,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1037,1.6,9,5.54,6.55,508.7,,false,29.0,55.0,-9.0,-20190,32,13,-94,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135020,true,2022-02-09 07:24:01.000,31.3468593,-24.5208983,0.0,\"14\",,,3426,3416,2.82,1223775805,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1038,1.6,9,5.15,26.87,507.3,,false,-21.0,11.0,-61.0,-8942,26,22,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135023,true,2022-02-09 07:24:02.000,31.3468885,-24.5208658,0.0,\"14\",,,3426,3416,2.82,1561823017,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1039,1.6,9,4.49,30.15,506.2,,false,16.0,40.0,-10.0,-13389,40,21,-107,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135027,true,2022-02-09 07:24:03.000,31.3468959,-24.5208281,0.0,\"14\",,,3426,3417,2.82,1962169369,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1040,1.6,9,4.48,11.14,504.8,,false,34.0,26.0,0.0,-21567,29,-9,-91,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135030,true,2022-02-09 07:24:04.000,31.3469138,-24.5208049,0.0,\"14\",,,3426,3416,2.82,449298547,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1041,1.6,9,3.45,24.9,505.2,,false,-44.0,-100.0,8.0,-3286,36,-20,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135037,true,2022-02-09 07:24:05.000,31.3469504,-24.5207948,0.0,\"14\",,,3426,3417,2.82,3931652617,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1042,1.6,9,4.23,64.23,505.5,,false,-97.0,-29.0,-61.0,-237,16,16,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135039,true,2022-02-09 07:24:06.000,31.3469803,-24.5207683,0.0,\"14\",,,3426,3416,2.82,2916949597,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1043,1.6,9,5.03,44.56,505.1,,false,-67.0,15.0,-59.0,-16400,-2,14,-109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135043,true,2022-02-09 07:24:07.000,31.3470053,-24.5207263,0.0,\"14\",,,3426,3403,2.82,1308773373,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1044,1.6,9,5.51,38.67,505.3,,false,-15.0,33.0,-51.0,-14480,23,10,-112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135049,true,2022-02-09 07:24:08.000,31.3470242,-24.5206798,0.0,\"14\",,,3426,3416,2.82,2503025302,0.71,2022-02-09 07:06:42.000,\"A\",32,3,1045,1.6,9,5.58,29.49,504.8,,false,14.0,80.0,-12.0,-17149,48,16,-96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135050,true,2022-02-09 07:24:09.000,31.3469969,-24.5206536,0.0,\"14\",,,3426,3416,2.82,1817525924,0.45,2022-02-09 07:06:42.000,\"A\",32,3,1046,1.6,9,5.29,319.82,505.2,,false,-55.0,195.0,55.0,-30056,82,-44,-43,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135056,true,2022-02-09 07:24:10.000,31.3469417,-24.5206526,0.0,\"14\",,,3426,3416,2.82,3017452034,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1047,1.6,9,5.96,293.6,505.8,,false,-78.0,146.0,-24.0,-32568,57,-98,0,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135061,true,2022-02-09 07:24:11.000,31.3468823,-24.5206457,0.0,\"14\",,,3426,3416,2.82,4087385059,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1048,1.6,9,6.14,290.98,505.4,,false,-47.0,105.0,-39.0,-32000,48,-4,-99,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135065,true,2022-02-09 07:24:12.000,31.3468261,-24.5206185,0.0,\"14\",,,3426,3416,2.82,2912670281,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1049,1.6,9,6.72,298.19,505.0,,false,-30.0,134.0,-26.0,-29853,67,15,-80,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135069,true,2022-02-09 07:24:13.000,31.3467777,-24.5205793,0.0,\"14\",,,3426,3416,2.82,4248846411,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1050,1.6,9,6.5,309.99,504.7,,false,-19.0,57.0,-47.0,-30462,10,4,-93,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135071,true,2022-02-09 07:24:14.000,31.3467548,-24.5205374,0.0,\"14\",,,3426,3411,2.82,1769641811,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1051,1.6,9,4.67,323.09,504.5,,false,11.0,89.0,-9.0,-23790,45,15,-74,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135074,true,2022-02-09 07:24:15.000,31.346779,-24.5205077,0.0,\"14\",,,3426,3413,2.82,1296838404,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1052,1.6,9,5.13,15.73,503.7,,false,-119.0,-7.0,-61.0,-5374,16,25,-122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135080,true,2022-02-09 07:24:16.000,31.3468194,-24.5204877,0.0,\"14\",,,3426,3408,2.82,3802727722,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1053,1.6,9,4.46,37.36,502.7,,false,-30.0,-6.0,-54.0,-6862,40,11,-118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135083,true,2022-02-09 07:24:17.000,31.3468556,-24.520473,0.0,\"14\",,,3426,3416,2.82,3140339638,0.19,2022-02-09 07:06:42.000,\"A\",32,3,1054,1.6,9,4.0,56.36,501.9,,false,-122.0,-8.0,-64.0,-9975,1,24,-119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135088,true,2022-02-09 07:24:18.000,31.3468993,-24.520472,0.0,\"14\",,,3426,3416,2.82,2816747103,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1055,1.6,9,5.02,80.61,502.1,,false,-111.0,-13.0,-59.0,3199,16,14,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135091,true,2022-02-09 07:24:19.000,31.3469486,-24.5204826,0.0,\"14\",,,3426,3416,2.56,2004672417,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1056,1.6,9,5.39,97.65,502.4,,false,-117.0,-47.0,-49.0,2580,20,3,-126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135097,true,2022-02-09 07:24:20.000,31.3469883,-24.5204732,0.0,\"14\",,,3426,3416,2.56,3292332677,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1057,1.6,9,4.3,91.1,502.1,,false,-8.0,62.0,-38.0,-13603,40,22,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135098,true,2022-02-09 07:24:21.000,31.3470042,-24.520439,0.0,\"14\",,,3426,3414,2.56,106387111,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1058,1.6,9,4.46,36.04,501.8,,false,-3.0,37.0,-43.0,-19038,33,4,-98,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135104,true,2022-02-09 07:24:22.000,31.3469941,-24.5204002,0.0,\"14\",,,3426,3416,2.56,1222916087,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1059,1.6,9,4.59,4.59,502.4,,false,25.0,107.0,17.0,-28295,68,-60,-92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135108,true,2022-02-09 07:24:23.000,31.3469561,-24.5203732,0.0,\"14\",,,3426,3416,2.56,1933701201,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1060,1.6,9,5.46,319.16,501.7,,false,10.0,134.0,42.0,-29683,72,-73,-37,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135112,true,2022-02-09 07:24:24.000,31.3469067,-24.5203478,0.0,\"14\",,,3426,3416,2.56,2343551123,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1061,1.6,9,5.88,310.64,501.7,,false,15.0,91.0,3.0,-30401,47,-48,-68,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135115,true,2022-02-09 07:24:25.000,31.3468526,-24.5203243,0.0,\"14\",,,3426,3416,2.56,955934815,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1062,1.6,9,6.03,300.15,502.2,,false,-27.0,145.0,-13.0,-32261,110,-113,-87,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135119,true,2022-02-09 07:24:26.000,31.3467973,-24.520302,0.0,\"14\",,,3426,3416,2.56,2694256857,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1063,1.6,9,6.2,298.19,501.8,,false,-7.0,117.0,-17.0,-31658,78,-31,-102,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135125,true,2022-02-09 07:24:27.000,31.3467462,-24.5202856,0.0,\"14\",,,3426,3398,2.56,2767322422,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1064,1.6,9,5.07,288.36,501.5,,false,-68.0,120.0,-34.0,-32447,104,91,-37,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135126,true,2022-02-09 07:24:28.000,31.3467244,-24.5202915,0.0,\"14\",,,3426,3416,2.56,7536419,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1065,1.6,9,1.85,277.22,501.6,,false,-130.0,164.0,8.0,-24829,-7,-32,78,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135130,true,2022-02-09 07:24:29.000,31.346718,-24.5203246,0.0,\"14\",,,3426,3416,2.56,790763524,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1066,1.6,9,5.09,198.57,501.3,,false,-215.0,73.0,-13.0,-23723,-3,8,88,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135137,true,2022-02-09 07:24:30.000,31.346701,-24.5203611,0.0,\"14\",,,3426,3416,2.56,3644256337,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1067,1.6,9,4.45,203.82,502.2,,false,-173.0,67.0,-51.0,-27290,-7,8,70,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135141,true,2022-02-09 07:24:31.000,31.3466765,-24.5204001,0.0,\"14\",,,3426,3416,2.56,3260019117,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1068,1.6,9,5.36,205.78,502.0,,false,-203.0,113.0,-19.0,-26087,24,9,74,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135143,true,2022-02-09 07:24:32.000,31.3466512,-24.5204408,0.0,\"14\",,,3426,3416,2.56,1845348051,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1069,1.6,9,5.17,207.75,501.9,,false,-147.0,137.0,-19.0,-27865,5,-6,67,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135146,true,2022-02-09 07:24:33.000,31.3466383,-24.5204874,0.0,\"14\",,,3426,3416,2.56,59746672,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1070,1.6,9,5.76,196.61,502.2,,false,-138.0,118.0,-38.0,-20832,-1,-28,96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135151,true,2022-02-09 07:24:34.000,31.3466336,-24.520533,0.0,\"14\",,,3426,3403,2.56,1259258645,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1071,1.6,9,4.74,191.37,502.2,,false,-207.0,99.0,-13.0,-20869,21,6,97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135156,true,2022-02-09 07:24:35.000,31.3466649,-24.5205562,0.0,\"14\",,,3426,3416,2.56,3279740897,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1072,1.6,9,5.71,144.83,502.4,,false,-115.0,-13.0,-57.0,448,-24,0,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135159,true,2022-02-09 07:24:36.000,31.3467126,-24.5205769,0.0,\"14\",,,3426,3413,2.56,2076126225,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1073,2.0,8,5.39,132.38,503.0,,false,-104.0,14.0,-64.0,-10858,-33,-14,116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135165,true,2022-02-09 07:24:37.000,31.3467571,-24.5206075,0.0,\"14\",,,3426,3416,2.56,3171116484,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1074,1.6,9,6.14,132.38,504.2,,false,-68.0,-12.0,-56.0,-9260,-46,-4,114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135169,true,2022-02-09 07:24:38.000,31.346811,-24.5206445,0.0,\"14\",,,3426,3416,2.56,4017259122,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1075,1.6,9,7.47,127.14,504.3,,false,-97.0,35.0,-77.0,-5623,-29,-25,121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135172,true,2022-02-09 07:24:39.000,31.3468607,-24.5206571,0.0,\"14\",,,3426,3404,2.56,1460115520,0.36,2022-02-09 07:06:42.000,\"A\",32,3,1076,1.6,9,4.31,118.62,505.0,,false,-102.0,86.0,-62.0,4237,-21,-34,121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135177,true,2022-02-09 07:24:40.000,31.3468858,-24.5206323,0.0,\"14\",,,3426,3414,2.56,4260028976,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1077,1.6,9,4.64,66.85,504.3,,false,-64.0,100.0,-46.0,22774,-22,-22,87,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135181,true,2022-02-09 07:24:41.000,31.3468867,-24.5205829,0.0,\"14\",,,3426,3416,2.56,3300757196,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1078,1.6,9,6.35,19.66,502.9,,false,-31.0,95.0,-41.0,26231,-31,-8,70,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135185,true,2022-02-09 07:24:42.000,31.3468771,-24.5205294,0.0,\"14\",,,3426,3417,2.56,3508342892,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1079,1.6,9,5.59,3.28,502.6,,false,-13.0,7.0,-51.0,29163,11,22,115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135188,true,2022-02-09 07:24:43.000,31.3468887,-24.5204891,0.0,\"14\",,,3426,3416,2.56,1915377618,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1080,1.6,9,4.66,15.07,501.9,,false,-9.0,29.0,-53.0,21213,-26,-19,93,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135191,true,2022-02-09 07:24:44.000,31.3469122,-24.5204649,0.0,\"14\",,,3426,3406,2.56,1126109698,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1081,1.6,9,2.89,30.15,501.2,,false,-82.0,-52.0,-38.0,9247,3,-6,123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135195,true,2022-02-09 07:24:45.000,31.3469417,-24.52047,0.0,\"14\",,,3426,3411,2.56,1201716429,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1082,1.6,9,4.05,89.78,501.4,,false,-109.0,71.0,-71.0,-6358,-33,-35,116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135201,true,2022-02-09 07:24:46.000,31.3469862,-24.5204779,0.0,\"14\",,,3426,3413,2.56,3579308489,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1083,1.6,9,5.18,89.78,501.9,,false,-75.0,87.0,-49.0,3208,-35,-44,115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135205,true,2022-02-09 07:24:47.000,31.3470318,-24.5204755,0.0,\"14\",,,3426,3416,2.56,4270963518,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1084,1.6,9,4.31,86.51,502.1,,false,-65.0,-45.0,-45.0,8207,-17,2,123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135208,true,2022-02-09 07:24:48.000,31.3470808,-24.5204892,0.0,\"14\",,,3426,3406,2.56,3722386261,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1085,1.6,9,6.0,100.93,501.5,,false,-177.0,17.0,-53.0,-1825,1,-24,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135213,true,2022-02-09 07:24:49.000,31.3471368,-24.5205051,0.0,\"14\",,,3426,3416,2.56,3841630450,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1086,1.6,9,5.97,100.93,501.3,,false,-120.0,16.0,-70.0,3545,-12,-24,125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135214,true,2022-02-09 07:24:50.000,31.3471935,-24.5205018,0.0,\"14\",,,3426,3414,2.56,57776719,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1087,1.6,9,5.78,90.44,501.0,,false,-140.0,-14.0,-52.0,7273,-8,-7,125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135221,true,2022-02-09 07:24:51.000,31.3472479,-24.5204834,0.0,\"14\",,,3426,3416,2.56,4088654254,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1088,1.6,9,6.05,74.06,500.0,,false,-116.0,-48.0,-42.0,9433,-4,5,123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135225,true,2022-02-09 07:24:52.000,31.3473035,-24.5204676,0.0,\"14\",,,3426,3414,2.56,2799114772,0.66,2022-02-09 07:06:42.000,\"A\",32,3,1089,1.6,9,5.85,75.37,499.4,,false,-121.0,-53.0,-47.0,5595,-12,-7,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135228,true,2022-02-09 07:24:53.000,31.3473567,-24.5204465,0.0,\"14\",,,3426,3416,2.56,1559164622,0.47,2022-02-09 07:06:42.000,\"A\",32,3,1090,1.6,9,6.09,65.54,498.9,,false,-55.0,65.0,-67.0,12055,-36,-29,110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135231,true,2022-02-09 07:24:54.000,31.3474055,-24.5204252,0.0,\"14\",,,3426,3416,2.56,1281277010,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1091,1.6,9,5.45,66.19,499.3,,false,-65.0,-43.0,-43.0,13643,-17,-2,116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135236,true,2022-02-09 07:24:55.000,31.3474582,-24.5204138,0.0,\"14\",,,3426,3414,2.56,2756572490,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1092,1.6,9,5.77,75.37,500.3,,false,-50.0,-74.0,-24.0,4483,-33,7,123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135238,true,2022-02-09 07:24:56.000,31.3475027,-24.5203997,0.0,\"14\",,,3426,3416,2.56,393123592,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1093,1.6,9,4.16,68.16,500.6,,false,-1.0,45.0,-43.0,14975,-37,-22,106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135244,true,2022-02-09 07:24:57.000,31.3475391,-24.520377,0.0,\"14\",,,3426,3416,2.82,2208014950,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1094,1.6,9,4.65,62.26,500.6,,false,-27.0,-11.0,-39.0,15226,-42,0,105,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135246,true,2022-02-09 07:24:58.000,31.3475861,-24.5203549,0.0,\"14\",,,3426,3416,2.82,128331628,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1095,1.6,9,5.92,66.19,499.9,,false,-122.0,-52.0,-46.0,8960,2,-1,124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135251,true,2022-02-09 07:24:59.000,31.3476305,-24.5203445,0.0,\"14\",,,3426,3417,2.82,1131880046,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1097,1.6,9,3.92,73.4,499.7,,false,-74.0,-46.0,-48.0,5052,-18,-10,125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135257,true,2022-02-09 07:25:00.000,31.347662,-24.5203361,0.0,\"14\",,,3426,3416,2.82,1234952184,0.43,2022-02-09 07:06:42.000,\"A\",32,3,1098,1.6,9,3.28,70.12,499.6,,false,-19.0,1.0,-43.0,12476,-37,-7,113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135261,true,2022-02-09 07:25:01.000,31.3476951,-24.5203093,0.0,\"14\",,,3426,3416,2.82,4122259496,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1099,1.6,9,5.27,51.12,500.0,,false,1.0,5.0,-35.0,15988,-43,6,103,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135264,true,2022-02-09 07:25:02.000,31.3477279,-24.5202749,0.0,\"14\",,,3426,3416,2.82,2459847452,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1100,1.6,9,4.94,45.22,500.2,,false,-38.0,-18.0,-54.0,16332,-27,-5,108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135266,true,2022-02-09 07:25:03.000,31.3477755,-24.5202544,0.0,\"14\",,,3426,3416,2.82,222583602,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1101,1.6,9,5.73,71.43,500.4,,false,-72.0,-50.0,-48.0,10927,-28,-5,118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135270,true,2022-02-09 07:25:04.000,31.3478315,-24.5202472,0.0,\"14\",,,3426,3416,2.82,363105678,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1102,1.6,9,5.7,77.99,500.2,,false,-125.0,-75.0,-31.0,5727,-6,6,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135277,true,2022-02-09 07:25:05.000,31.347876,-24.5202699,0.0,\"14\",,,3426,3416,2.82,3341678977,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1103,1.6,9,5.92,101.58,500.8,,false,-191.0,7.0,-37.0,-6376,-8,-4,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135280,true,2022-02-09 07:25:06.000,31.3479126,-24.5202887,0.0,\"14\",,,3426,3403,2.82,2183528857,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1104,1.6,9,3.51,100.27,501.2,,false,-103.0,107.0,-51.0,10158,-18,-49,111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135285,true,2022-02-09 07:25:07.000,31.3479521,-24.5202671,0.0,\"14\",,,3426,3406,2.82,2860848199,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1105,1.6,9,5.84,64.88,503.3,,false,16.0,56.0,-24.0,19040,-52,5,90,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135288,true,2022-02-09 07:25:08.000,31.3479968,-24.520234,0.0,\"14\",,,3426,3416,2.82,3484687213,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1106,1.6,9,5.82,59.64,503.7,,false,-56.0,-80.0,-30.0,16075,-2,19,110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135290,true,2022-02-09 07:25:09.000,31.348049,-24.5202178,0.0,\"14\",,,3426,3416,2.82,450307831,0.41,2022-02-09 07:06:42.000,\"A\",32,3,1106,1.6,9,5.68,66.85,503.2,,false,-117.0,25.0,-71.0,12367,-16,-39,111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135294,true,2022-02-09 07:25:10.000,31.3480772,-24.5201988,0.0,\"14\",,,3426,3416,3.07,229622616,0.89,2022-02-09 07:06:42.000,\"A\",32,3,1107,1.6,9,2.97,57.67,503.6,,false,48.0,78.0,38.0,27401,-79,60,99,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135298,true,2022-02-09 07:25:11.000,31.3480848,-24.5201612,0.0,\"14\",,,3426,3417,3.07,1252202494,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1108,1.6,9,4.94,12.45,504.0,,false,35.0,-25.0,-7.0,26537,-14,24,70,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135305,true,2022-02-09 07:25:12.000,31.3481045,-24.5201162,0.0,\"14\",,,3426,3416,3.07,4019183352,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1109,1.6,9,5.81,21.63,504.7,,false,-19.0,-9.0,-43.0,20753,-14,2,98,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135306,true,2022-02-09 07:25:13.000,31.3481464,-24.5200905,0.0,\"14\",,,3426,3416,3.07,997738459,0.4,2022-02-09 07:06:42.000,\"A\",32,3,1110,1.6,9,5.3,42.6,503.5,,false,-98.0,14.0,-74.0,13752,-25,-22,112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135312,true,2022-02-09 07:25:14.000,31.3481945,-24.5200848,0.0,\"14\",,,3426,3414,3.07,784295988,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1111,1.6,9,4.9,72.74,503.9,,false,-93.0,-33.0,-61.0,7458,-33,-9,120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135316,true,2022-02-09 07:25:15.000,31.3482406,-24.520088,0.0,\"14\",,,3426,3395,3.07,3551580348,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1112,1.6,9,4.6,87.16,504.9,,false,-88.0,-42.0,-48.0,7177,-28,-1,122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135319,true,2022-02-09 07:25:16.000,31.348289,-24.5201043,0.0,\"14\",,,3426,3416,3.07,2870840906,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1113,1.6,9,5.89,102.89,504.9,,false,-165.0,47.0,-51.0,-460,-24,-42,119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135324,true,2022-02-09 07:25:17.000,31.3483378,-24.5200989,0.0,\"14\",,,3426,3416,2.82,3837657415,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1114,1.6,9,5.56,79.3,504.5,,false,-9.0,47.0,-45.0,18572,-46,-6,95,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135328,true,2022-02-09 07:25:18.000,31.3483848,-24.5200702,0.0,\"14\",,,3426,3414,2.82,2721029025,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1115,1.6,9,5.81,63.57,503.3,,false,-48.0,54.0,-64.0,17302,-29,-27,102,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135332,true,2022-02-09 07:25:19.000,31.348429,-24.5200297,0.0,\"14\",,,3426,3416,2.82,3196052347,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1116,1.6,9,6.57,52.43,502.7,,false,-7.0,-73.0,-5.0,23204,-11,39,81,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135336,true,2022-02-09 07:25:20.000,31.348486,-24.5199818,0.0,\"14\",,,3426,3414,2.82,2021435128,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1117,1.6,9,8.58,51.12,502.8,,false,-55.0,-33.0,-51.0,20017,-17,-8,100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135338,true,2022-02-09 07:25:21.000,31.348546,-24.5199332,0.0,\"14\",,,3426,3416,2.82,1289878519,0.19,2022-02-09 07:06:42.000,\"A\",32,3,1118,1.6,9,7.7,49.81,502.7,,false,-25.0,7.0,-47.0,21279,-34,-3,92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135345,true,2022-02-09 07:25:22.000,31.348606,-24.5198804,0.0,\"14\",,,3426,3404,2.82,3037967618,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1119,1.6,9,8.83,46.53,502.8,,false,-6.0,4.0,-38.0,19156,-36,6,98,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135346,true,2022-02-09 07:25:23.000,31.3486587,-24.5198272,0.0,\"14\",,,3426,3416,2.56,1213369630,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1120,1.6,9,7.25,44.56,502.7,,false,28.0,56.0,-20.0,19933,-58,1,84,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135350,true,2022-02-09 07:25:24.000,31.3487015,-24.5197757,0.0,\"14\",,,3426,3416,2.56,279808835,0.19,2022-02-09 07:06:42.000,\"A\",32,3,1121,1.6,9,6.93,39.98,502.0,,false,-83.0,23.0,-65.0,25571,3,-30,75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135357,true,2022-02-09 07:25:25.000,31.3487471,-24.5197485,0.0,\"14\",,,3426,3416,2.56,4277950206,0.18,2022-02-09 07:06:42.000,\"A\",32,3,1122,1.6,9,4.99,54.39,500.8,,false,-94.0,-90.0,-16.0,10796,-13,7,120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135361,true,2022-02-09 07:25:26.000,31.3487855,-24.5197625,0.0,\"14\",,,3426,3417,2.56,3122604394,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1123,1.6,9,4.84,99.61,500.5,,false,-89.0,-89.0,-23.0,2311,-51,14,116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135363,true,2022-02-09 07:25:27.000,31.348821,-24.519796,0.0,\"14\",,,3426,3416,2.56,1259387333,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1124,1.6,9,5.42,116.0,500.2,,false,-130.0,116.0,-40.0,-1843,-20,-51,116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135369,true,2022-02-09 07:25:28.000,31.348869,-24.5198183,0.0,\"14\",,,3426,3409,2.56,2773697304,0.17,2022-02-09 07:06:42.000,\"A\",32,3,1125,1.6,9,5.96,110.76,500.9,,false,-46.0,-24.0,-58.0,7909,-39,10,118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135371,true,2022-02-09 07:25:29.000,31.3489309,-24.5198367,0.0,\"14\",,,3426,3417,2.56,2892091482,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1126,1.6,9,7.23,109.45,501.3,,false,-68.0,-16.0,-60.0,5517,-34,-1,122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135376,true,2022-02-09 07:25:30.000,31.3489988,-24.5198462,0.0,\"14\",,,3426,3416,2.56,1018815379,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1127,1.6,9,6.93,98.96,501.0,,false,-74.0,46.0,-64.0,11573,-32,-16,115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135378,true,2022-02-09 07:25:31.000,31.3490562,-24.5198321,0.0,\"14\",,,3426,3416,2.56,401420021,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1128,1.6,9,5.85,87.82,501.0,,false,-20.0,22.0,-50.0,19159,-39,7,96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135385,true,2022-02-09 07:25:32.000,31.3491028,-24.519808,0.0,\"14\",,,3426,3417,2.56,2783442754,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1129,1.6,9,5.14,81.92,500.5,,false,-100.0,40.0,-76.0,16971,-17,-31,104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135388,true,2022-02-09 07:25:33.000,31.3491408,-24.5197741,0.0,\"14\",,,3426,3416,2.56,2729325661,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1130,1.6,9,5.4,46.53,500.7,,false,-26.0,-26.0,-42.0,21653,-19,12,94,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135390,true,2022-02-09 07:25:34.000,31.3491703,-24.5197388,0.0,\"14\",,,3426,3416,2.56,594108748,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1131,1.6,9,4.4,43.25,501.9,,false,-11.0,-17.0,-31.0,23546,-10,7,89,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135394,true,2022-02-09 07:25:35.000,31.3491813,-24.519726,0.0,\"14\",,,3426,3416,2.56,151601053,0.61,2022-02-09 07:06:42.000,\"A\",32,3,1132,1.6,9,0.11,43.25,502.5,,false,-55.0,89.0,-49.0,29102,-54,-60,86,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135400,true,2022-02-09 07:25:36.000,31.3491984,-24.5197151,0.0,\"14\",,,3426,3414,2.56,2189784918,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1133,1.6,9,3.44,47.84,503.3,,false,-31.0,23.0,-57.0,20411,-33,-5,95,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135402,true,2022-02-09 07:25:37.000,31.349226,-24.5196905,0.0,\"14\",,,3426,3416,2.56,1295743541,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1134,1.6,9,4.15,42.6,504.0,,false,-24.0,-10.0,-48.0,24415,-23,7,82,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135406,true,2022-02-09 07:25:38.000,31.3492675,-24.5196762,0.0,\"14\",,,3426,3416,2.56,601334190,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1135,1.6,9,5.26,57.67,503.8,,false,-86.0,48.0,-62.0,10776,-34,-34,111,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135412,true,2022-02-09 07:25:39.000,31.3493166,-24.5196527,0.0,\"14\",,,3426,3406,2.56,2172361838,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1136,1.6,9,6.27,51.77,503.1,,false,-65.0,35.0,-65.0,21140,-24,-14,94,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135416,true,2022-02-09 07:25:40.000,31.3493745,-24.5196277,0.0,\"14\",,,3426,3413,2.56,1222241543,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1137,1.6,9,6.81,65.54,502.4,,false,-85.0,-21.0,-55.0,18317,-16,-2,105,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135419,true,2022-02-09 07:25:41.000,31.3494357,-24.519611,0.0,\"14\",,,3426,3411,2.56,2084195752,0.52,2022-02-09 07:06:42.000,\"A\",32,3,1138,1.6,9,6.24,67.5,502.4,,false,-75.0,1.0,-61.0,17053,-26,-11,106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135422,true,2022-02-09 07:25:42.000,31.3494954,-24.5195935,0.0,\"14\",,,3426,3416,2.56,2331196803,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1139,1.6,9,6.39,70.12,502.8,,false,-52.0,-66.0,-36.0,17806,-25,10,104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135427,true,2022-02-09 07:25:43.000,31.3495609,-24.5195914,0.0,\"14\",,,3426,3413,2.56,345984924,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1140,1.6,9,7.24,88.47,502.1,,false,-122.0,0.0,-66.0,10563,-21,-27,117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135430,true,2022-02-09 07:25:44.000,31.3496202,-24.5196118,0.0,\"14\",,,3426,3414,2.56,53448846,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1141,1.6,9,6.18,102.24,501.1,,false,-149.0,7.0,-61.0,4922,-11,-13,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135435,true,2022-02-09 07:25:45.000,31.3496574,-24.5196454,0.0,\"14\",,,3426,3414,2.56,2691422790,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1142,1.6,9,5.02,120.59,501.0,,false,-125.0,11.0,-67.0,-2916,-23,-12,125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135438,true,2022-02-09 07:25:46.000,31.3496624,-24.5196808,0.0,\"14\",,,3426,3416,2.56,1164391593,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1143,1.6,9,3.93,140.25,501.1,,false,-76.0,138.0,-36.0,-16279,-17,-40,103,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135444,true,2022-02-09 07:25:47.000,31.3496729,-24.5197014,0.0,\"14\",,,3426,3413,2.56,2766873199,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1144,1.6,9,2.76,133.69,500.8,,false,-147.0,75.0,-61.0,9805,-13,-32,118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135449,true,2022-02-09 07:25:48.000,31.3496793,-24.519728,0.0,\"14\",,,3426,3404,2.56,3581867805,0.43,2022-02-09 07:06:42.000,\"A\",32,3,1145,1.6,9,4.09,169.74,500.6,,false,-115.0,145.0,-33.0,-17202,3,-39,102,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135452,true,2022-02-09 07:25:49.000,31.3496696,-24.5197666,0.0,\"14\",,,3426,3414,2.56,3030214533,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1146,1.6,9,4.68,186.78,500.2,,false,-133.0,137.0,-23.0,-15248,-4,-28,110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135454,true,2022-02-09 07:25:50.000,31.349648,-24.5198046,0.0,\"14\",,,3426,3416,2.56,1017969874,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1147,1.6,9,4.92,199.88,499.6,,false,-92.0,146.0,-22.0,-20704,2,-26,96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135459,true,2022-02-09 07:25:51.000,31.3496122,-24.5198288,0.0,\"14\",,,3426,3416,2.56,3422224745,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1148,1.6,9,4.54,230.03,499.7,,false,-62.0,134.0,-30.0,-25903,-1,-19,77,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135463,true,2022-02-09 07:25:52.000,31.3495911,-24.5198158,0.0,\"14\",,,3426,3409,2.82,1666074524,0.44,2022-02-09 07:06:42.000,\"A\",32,3,1149,1.6,9,3.57,252.97,500.2,,false,33.0,3.0,-17.0,-30567,21,-84,-33,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135467,true,2022-02-09 07:25:53.000,31.3496045,-24.5197847,0.0,\"14\",,,3426,3416,2.82,564759445,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1150,1.6,9,4.31,356.52,500.5,,false,2.0,-32.0,-22.0,-25722,30,-36,-64,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135473,true,2022-02-09 07:25:54.000,31.3496396,-24.5197597,0.0,\"14\",,,3426,3400,2.82,3587052052,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1151,1.6,9,4.64,36.04,500.7,,false,-24.0,-52.0,-32.0,-22064,28,-28,-86,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135474,true,2022-02-09 07:25:55.000,31.3496848,-24.5197378,0.0,\"14\",,,3426,3409,2.82,575974624,0.46,2022-02-09 07:06:42.000,\"A\",32,3,1152,1.6,9,5.47,52.43,501.6,,false,-23.0,-43.0,-31.0,-20602,32,-17,-92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135481,true,2022-02-09 07:25:56.000,31.3497335,-24.5197271,0.0,\"14\",,,3426,3416,2.82,3594281630,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1153,1.6,9,5.0,69.47,500.7,,false,-111.0,-41.0,-49.0,-14632,14,-9,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135483,true,2022-02-09 07:25:57.000,31.3497786,-24.5197149,0.0,\"14\",,,3426,3416,2.82,1596804707,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1154,1.6,9,4.71,68.16,500.1,,false,-64.0,-24.0,-56.0,-21510,22,4,-94,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135486,true,2022-02-09 07:25:58.000,31.3498313,-24.5197041,0.0,\"14\",,,3426,3416,2.82,2824419542,0.45,2022-02-09 07:06:42.000,\"A\",32,3,1155,1.6,9,6.04,72.74,499.1,,false,-103.0,-37.0,-51.0,-17503,17,1,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135493,true,2022-02-09 07:25:59.000,31.3498852,-24.5196866,0.0,\"14\",,,3426,3416,2.82,3712200615,0.49,2022-02-09 07:06:42.000,\"A\",32,3,1156,1.6,9,5.54,67.5,498.4,,false,-72.0,38.0,-72.0,-19582,40,13,-93,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135496,true,2022-02-09 07:26:00.000,31.3499199,-24.5196454,0.0,\"14\",,,3426,3416,2.82,3150636390,0.59,2022-02-09 07:06:42.000,\"A\",32,3,1157,1.6,9,6.48,55.71,498.2,,false,-61.0,115.0,-35.0,-29019,66,42,-89,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135498,true,2022-02-09 07:26:01.000,31.34991,-24.5195931,0.0,\"14\",,,3426,3403,3.07,922327098,0.43,2022-02-09 07:06:42.000,\"A\",32,3,1158,1.6,9,6.32,341.44,497.2,,false,22.0,90.0,-4.0,-31233,100,-117,-25,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135502,true,2022-02-09 07:26:02.000,31.3498815,-24.5195477,0.0,\"14\",,,3426,3416,3.07,384688051,0.4,2022-02-09 07:06:42.000,\"A\",32,3,1159,1.6,9,5.38,336.2,497.4,,false,36.0,86.0,2.0,-31263,37,-68,1,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135506,true,2022-02-09 07:26:03.000,31.3498575,-24.5195053,0.0,\"14\",,,3426,3416,3.07,692555938,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1160,1.6,9,5.38,332.27,498.9,,false,3.0,117.0,-3.0,-31713,83,-73,68,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135513,true,2022-02-09 07:26:04.000,31.3498225,-24.5194723,0.0,\"14\",,,3426,3416,3.07,4168504489,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1161,1.6,9,5.07,324.4,498.5,,false,16.0,124.0,30.0,-29895,31,-75,68,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135516,true,2022-02-09 07:26:05.000,31.3497819,-24.5194645,0.0,\"14\",,,3426,3416,3.07,1753698215,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1163,1.6,9,4.38,288.36,498.2,,false,-20.0,132.0,-6.0,-25544,-24,-27,72,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135521,true,2022-02-09 07:26:06.000,31.3497478,-24.5194721,0.0,\"14\",,,3426,3416,3.07,2464660347,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1164,1.6,9,3.07,278.53,498.9,,false,-54.0,148.0,-12.0,-24928,1,-18,82,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135523,true,2022-02-09 07:26:07.000,31.3497368,-24.5194769,0.0,\"14\",,,3426,3416,3.07,1509864061,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1165,1.6,9,0.19,278.53,499.3,,false,-59.0,141.0,-33.0,-10212,-35,-27,114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135528,true,2022-02-09 07:26:08.000,31.3497269,-24.5194773,0.0,\"14\",,,3426,3416,2.82,3653230575,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1166,1.6,9,1.72,277.22,499.1,,false,-20.0,142.0,0.0,-24671,5,-36,77,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135531,true,2022-02-09 07:26:09.000,31.3497065,-24.5194677,0.0,\"14\",,,3426,3416,2.82,2063185697,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1167,1.6,9,2.9,291.64,499.9,,false,-26.0,90.0,-46.0,-29403,-12,-27,110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135536,true,2022-02-09 07:26:10.000,31.349683,-24.5194405,0.0,\"14\",,,3426,3416,2.82,2423230718,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1168,1.6,9,4.47,319.82,499.7,,false,-42.0,106.0,-40.0,-31871,100,19,62,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135539,true,2022-02-09 07:26:11.000,31.349673,-24.5194278,0.0,\"14\",,,3426,3417,2.82,1810109854,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1169,1.6,9,0.28,319.82,499.0,,false,25.0,79.0,-3.0,-30937,72,-44,-6,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135542,true,2022-02-09 07:26:12.000,31.349653,-24.5194205,0.0,\"14\",,,3426,3403,2.82,1179966901,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1170,1.6,9,3.62,310.64,498.3,,false,11.0,131.0,11.0,-29425,40,-58,89,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135548,true,2022-02-09 07:26:13.000,31.3496348,-24.5194002,0.0,\"14\",,,3426,3414,2.82,568801022,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1171,1.6,9,2.86,328.34,498.0,,false,33.0,5.0,-1.0,-31631,62,-118,20,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135551,true,2022-02-09 07:26:14.000,31.3496504,-24.519379,0.0,\"14\",,,3426,3416,2.82,1841096699,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1172,1.6,9,3.73,11.14,497.1,,false,-117.0,-27.0,-61.0,-23496,18,15,-86,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135557,true,2022-02-09 07:26:15.000,31.3496863,-24.5193597,0.0,\"14\",,,3426,3404,2.82,2208817840,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1172,1.6,9,4.65,49.15,495.8,,false,-5.0,3.0,-45.0,-23378,49,-11,-74,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135559,true,2022-02-09 07:26:16.000,31.3496961,-24.5193265,0.0,\"14\",,,3426,3409,2.82,2701340333,1.04,2022-02-09 07:06:42.000,\"A\",32,3,1173,1.6,9,4.67,38.67,496.4,,false,40.0,64.0,4.0,-32430,92,-111,31,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135564,true,2022-02-09 07:26:17.000,31.3496912,-24.5192892,0.0,\"14\",,,3426,3414,2.82,2138561296,0.63,2022-02-09 07:06:42.000,\"A\",32,3,1174,1.6,9,3.73,28.84,498.0,,false,13.0,5.0,-15.0,-32069,-20,-104,3,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135566,true,2022-02-09 07:26:18.000,31.3497099,-24.5192702,0.0,\"14\",,,3426,3414,2.82,1473254623,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1175,1.6,9,3.41,53.08,498.5,,false,2.0,-84.0,20.0,-25809,19,-40,-65,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135570,true,2022-02-09 07:26:19.000,31.3497142,-24.5192471,0.0,\"14\",,,3426,3416,2.82,728712916,0.63,2022-02-09 07:06:42.000,\"A\",32,3,1176,1.6,9,3.56,18.35,499.4,,false,27.0,141.0,55.0,-30459,57,-68,35,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135575,true,2022-02-09 07:26:20.000,31.3496945,-24.5192137,0.0,\"14\",,,3426,3413,2.82,2616918177,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1177,1.6,9,4.75,342.1,499.7,,false,27.0,73.0,-9.0,-31443,67,-88,94,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135580,true,2022-02-09 07:26:21.000,31.3496875,-24.5191681,0.0,\"14\",,,3426,3404,2.82,1766222868,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1178,1.6,9,5.76,358.48,499.4,,false,0.0,24.0,-38.0,-32186,66,-23,-66,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135583,true,2022-02-09 07:26:22.000,31.3496808,-24.5191386,0.0,\"14\",,,3426,3411,2.82,3402177813,0.56,2022-02-09 07:06:42.000,\"A\",32,3,1179,1.6,9,2.05,354.55,499.8,,false,31.0,131.0,59.0,-28925,67,-86,53,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135589,true,2022-02-09 07:26:23.000,31.3496602,-24.5191426,0.0,\"14\",,,3426,3416,2.82,4291536166,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1180,1.6,9,3.06,279.84,500.0,,false,-77.0,189.0,47.0,-16402,-15,-53,97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135593,true,2022-02-09 07:26:24.000,31.3496253,-24.5191651,0.0,\"14\",,,3426,3411,2.82,2740941539,0.36,2022-02-09 07:06:42.000,\"A\",32,3,1181,1.6,9,4.9,248.38,498.9,,false,-75.0,95.0,-63.0,-20124,-23,0,99,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135596,true,2022-02-09 07:26:25.000,31.3495807,-24.5191745,0.0,\"14\",,,3426,3403,2.82,1799596856,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1182,1.6,9,4.81,261.49,498.2,,false,-29.0,101.0,-31.0,-25765,-9,-19,77,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135600,true,2022-02-09 07:26:26.000,31.3495315,-24.5191684,0.0,\"14\",,,3426,3414,2.82,2524997451,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1183,1.6,9,5.25,272.63,497.9,,false,-26.0,124.0,-10.0,-27757,11,-21,65,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135605,true,2022-02-09 07:26:27.000,31.3494911,-24.519144,0.0,\"14\",,,3426,3413,2.56,3696202367,0.45,2022-02-09 07:06:42.000,\"A\",32,3,1184,1.6,9,5.18,289.01,499.2,,false,20.0,90.0,-8.0,-28812,-8,-59,107,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135609,true,2022-02-09 07:26:28.000,31.349464,-24.5191159,0.0,\"14\",,,3426,3414,2.56,3581668826,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1185,1.6,9,3.54,300.81,499.8,,false,8.0,68.0,-28.0,-30922,23,-41,72,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135613,true,2022-02-09 07:26:29.000,31.3494622,-24.5190958,0.0,\"14\",,,3426,3414,2.56,4164734489,0.46,2022-02-09 07:06:42.000,\"A\",32,3,1186,1.6,9,2.31,332.27,499.7,,false,-38.0,-24.0,-46.0,-29342,56,-24,-96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135615,true,2022-02-09 07:26:30.000,31.3494764,-24.5190731,0.0,\"14\",,,3426,3417,2.56,612981873,0.47,2022-02-09 07:06:42.000,\"A\",32,3,1187,1.6,9,3.34,11.8,499.8,,false,10.0,48.0,-34.0,-27219,97,-40,-97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135620,true,2022-02-09 07:26:31.000,31.3494912,-24.5190409,0.0,\"14\",,,3426,3416,2.56,3541959275,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1188,1.6,9,4.44,17.04,499.7,,false,22.0,14.0,-28.0,-30378,103,-102,-126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135622,true,2022-02-09 07:26:32.000,31.3495207,-24.5190064,0.0,\"14\",,,3426,3416,2.56,454457672,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1189,1.6,9,5.57,40.63,499.4,,false,-20.0,-46.0,-34.0,-25735,29,-22,-70,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135627,true,2022-02-09 07:26:33.000,31.3495598,-24.5189738,0.0,\"14\",,,3426,3413,2.56,2447183719,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1190,1.6,9,5.38,43.91,498.7,,false,-43.0,25.0,-63.0,-28086,66,-10,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135633,true,2022-02-09 07:26:34.000,31.3496027,-24.5189525,0.0,\"14\",,,3426,3408,2.56,3588005984,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1191,1.6,9,5.09,57.67,498.6,,false,-135.0,-21.0,-55.0,-24037,0,22,-84,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135635,true,2022-02-09 07:26:35.000,31.3496494,-24.5189318,0.0,\"14\",,,3426,3416,2.56,1277543768,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1192,1.6,9,5.53,57.67,498.6,,false,-93.0,-25.0,-51.0,-26958,13,-1,-71,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135640,true,2022-02-09 07:26:36.000,31.3496883,-24.5188978,0.0,\"14\",,,3426,3416,2.56,3093560379,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1193,1.6,9,5.48,47.19,499.3,,false,-40.0,2.0,-56.0,-27926,51,-11,-123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135644,true,2022-02-09 07:26:37.000,31.349699,-24.5188848,0.0,\"14\",,,3426,3416,2.82,3005949387,0.59,2022-02-09 07:06:42.000,\"A\",32,3,1194,1.6,9,0.64,45.88,500.0,,false,-22.0,160.0,38.0,-15172,-43,-44,96,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135647,true,2022-02-09 07:26:38.000,31.3496863,-24.518898,0.0,\"14\",,,3426,3416,2.82,1142964754,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1195,1.6,9,2.72,212.99,500.2,,false,-101.0,109.0,-53.0,-9050,-32,-18,118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135650,true,2022-02-09 07:26:39.000,31.3496644,-24.5189123,0.0,\"14\",,,3426,3416,2.82,1067073117,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1196,1.6,9,2.74,232.65,500.2,,false,-58.0,118.0,-40.0,-17093,-22,-16,106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135656,true,2022-02-09 07:26:40.000,31.3496435,-24.5189052,0.0,\"14\",,,3426,3416,2.56,3751571209,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1197,1.6,9,2.91,279.18,501.5,,false,38.0,52.0,-2.0,-29401,12,-76,83,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135660,true,2022-02-09 07:26:41.000,31.3496181,-24.5188886,0.0,\"14\",,,3426,3416,2.82,3039370045,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1198,1.6,9,3.2,286.39,501.2,,false,36.0,120.0,34.0,-27269,2,-81,118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135665,true,2022-02-09 07:26:42.000,31.3496156,-24.5188815,0.0,\"14\",,,3426,3416,2.82,4214326534,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1199,1.6,9,1.51,342.1,500.5,,false,-72.0,58.0,-64.0,19732,-48,-3,91,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135667,true,2022-02-09 07:26:43.000,31.349644,-24.5188629,0.0,\"14\",,,3426,3416,2.82,2597326080,0.38,2022-02-09 07:06:42.000,\"A\",32,3,1200,1.6,9,4.97,34.08,500.0,,false,-41.0,41.0,-59.0,26773,-93,11,114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135670,true,2022-02-09 07:26:44.000,31.3496616,-24.5188251,0.0,\"14\",,,3426,3416,2.82,443004822,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1201,1.6,9,4.79,19.01,499.3,,false,-20.0,48.0,-52.0,30597,-73,28,47,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135675,true,2022-02-09 07:26:45.000,31.3496731,-24.5187821,0.0,\"14\",,,3426,3414,2.82,1178572048,0.5,2022-02-09 07:06:42.000,\"A\",32,3,1202,1.6,9,5.02,18.35,498.7,,false,-3.0,51.0,-33.0,30373,-90,13,30,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135679,true,2022-02-09 07:26:46.000,31.3496631,-24.5187522,0.0,\"14\",,,3426,3411,2.82,447533478,0.65,2022-02-09 07:06:42.000,\"A\",32,3,1203,1.6,9,3.4,345.37,499.8,,false,46.0,128.0,68.0,27761,-13,103,-86,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135684,true,2022-02-09 07:26:47.000,31.3496303,-24.5187408,0.0,\"14\",,,3426,3403,3.07,3045585902,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1204,1.6,9,3.83,298.84,499.7,,false,-13.0,173.0,65.0,23069,-5,55,-72,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135687,true,2022-02-09 07:26:48.000,31.3495908,-24.5187345,0.0,\"14\",,,3426,3416,3.07,1733903168,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1205,1.6,9,4.02,294.26,498.6,,false,2.0,132.0,2.0,24805,11,33,-75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135691,true,2022-02-09 07:26:49.000,31.3495526,-24.5187351,0.0,\"14\",,,3426,3414,3.07,757577571,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1206,1.6,9,3.73,271.32,499.0,,false,-42.0,142.0,-8.0,21534,7,24,-93,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135695,true,2022-02-09 07:26:50.000,31.3495405,-24.5187263,0.0,\"14\",,,3426,3416,3.07,1527823563,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1207,1.6,9,2.06,288.36,499.2,,false,45.0,-41.0,9.0,29666,-31,93,45,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135699,true,2022-02-09 07:26:51.000,31.3495435,-24.5186962,0.0,\"14\",,,3426,3416,3.07,1289815047,0.57,2022-02-09 07:06:42.000,\"A\",32,3,1208,1.6,9,4.13,336.2,499.5,,false,7.0,59.0,-29.0,30841,-72,46,8,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135705,true,2022-02-09 07:26:52.000,31.3495463,-24.5186554,0.0,\"14\",,,3426,3408,3.07,4172529668,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1209,1.6,9,4.35,1.97,500.5,,false,11.0,-3.0,-37.0,32200,42,35,-77,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135707,true,2022-02-09 07:26:53.000,31.3495652,-24.5186196,0.0,\"14\",,,3426,3409,3.07,1094856530,0.36,2022-02-09 07:06:42.000,\"A\",32,3,1210,1.6,9,4.68,17.69,501.1,,false,17.0,13.0,-33.0,29688,-69,65,51,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135711,true,2022-02-09 07:26:54.000,31.3495785,-24.5185811,0.0,\"14\",,,3426,3403,3.07,1406125018,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1211,1.6,9,4.63,11.14,500.9,,false,51.0,65.0,9.0,29763,-69,80,11,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135716,true,2022-02-09 07:26:55.000,31.3495619,-24.5185568,0.0,\"14\",,,3426,3416,3.07,3507214159,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1212,1.6,9,3.4,333.58,500.5,,false,-51.0,137.0,-25.0,24802,-1,11,-82,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135720,true,2022-02-09 07:26:56.000,31.3495404,-24.5185346,0.0,\"14\",,,3426,3417,3.07,2600842138,0.44,2022-02-09 07:06:42.000,\"A\",32,3,1213,1.6,9,3.58,334.23,499.2,,false,32.0,128.0,44.0,28441,-50,88,-75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135724,true,2022-02-09 07:26:57.000,31.3495122,-24.518509,0.0,\"14\",,,3426,3416,3.07,2501896620,0.43,2022-02-09 07:06:42.000,\"A\",32,3,1214,1.6,9,4.58,321.78,498.8,,false,13.0,143.0,45.0,25686,-4,39,-68,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135726,true,2022-02-09 07:26:58.000,31.3494896,-24.5184793,0.0,\"14\",,,3426,3414,3.07,274575219,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1215,1.6,9,3.91,332.92,498.6,,false,-67.0,129.0,-31.0,30874,-36,-17,-75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135730,true,2022-02-09 07:26:59.000,31.3494927,-24.5184334,0.0,\"14\",,,3426,3416,3.07,408662225,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1216,1.6,9,5.97,5.9,498.4,,false,1.0,-33.0,-31.0,31237,-3,72,28,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135735,true,2022-02-09 07:27:00.000,31.3495124,-24.5183729,0.0,\"14\",,,3426,3416,3.07,2298843103,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1217,1.6,9,7.58,13.11,499.0,,false,36.0,48.0,-2.0,29800,-71,76,20,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135740,true,2022-02-09 07:27:01.000,31.3495331,-24.5183038,0.0,\"14\",,,3426,3416,3.07,2843185201,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1218,1.6,9,8.26,13.11,498.7,,false,32.0,62.0,-6.0,30817,-76,38,14,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135742,true,2022-02-09 07:27:02.000,31.3495177,-24.518252,0.0,\"14\",,,3426,3416,3.07,1109952607,0.44,2022-02-09 07:06:42.000,\"A\",32,3,1219,1.6,9,6.68,349.96,494.4,,false,35.0,91.0,5.0,30124,-9,65,-75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135748,true,2022-02-09 07:27:03.000,31.3494885,-24.5182023,0.0,\"14\",,,3426,3416,3.07,1757623225,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1220,1.6,9,5.74,344.06,493.6,,false,40.0,28.0,10.0,30768,7,65,-59,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135752,true,2022-02-09 07:27:04.000,31.3494615,-24.5181515,0.0,\"14\",,,3426,3416,3.07,3002645576,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1221,1.6,9,6.27,334.23,494.0,,false,9.0,75.0,-25.0,28953,0,24,-117,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135754,true,2022-02-09 07:27:05.000,31.349427,-24.5181033,0.0,\"14\",,,3426,3414,2.82,526419052,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1222,1.6,9,6.25,328.34,493.7,,false,6.0,106.0,-12.0,28237,-21,43,-120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135760,true,2022-02-09 07:27:06.000,31.3494195,-24.5180501,0.0,\"14\",,,3426,3416,2.82,2933582752,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1223,1.6,9,6.52,353.24,493.1,,false,-36.0,2.0,-46.0,32183,-86,38,19,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135762,true,2022-02-09 07:27:07.000,31.349428,-24.5179887,0.0,\"14\",,,3426,3411,2.82,148211396,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1224,1.6,9,6.86,1.31,493.2,,false,-19.0,27.0,-41.0,32169,-73,61,-16,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135768,true,2022-02-09 07:27:08.000,31.3494496,-24.5179305,0.0,\"14\",,,3426,3416,2.82,2185718961,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1225,1.6,9,6.84,12.45,493.1,,false,-10.0,-76.0,10.0,30849,-5,64,58,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135771,true,2022-02-09 07:27:09.000,31.3494932,-24.5178782,0.0,\"14\",,,3426,3416,2.82,2151626482,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1226,1.6,9,7.58,32.11,492.4,,false,-69.0,-35.0,-37.0,30459,-32,17,87,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135775,true,2022-02-09 07:27:10.000,31.34952,-24.5178228,0.0,\"14\",,,3426,3416,2.82,1647201901,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1228,1.6,9,6.57,27.53,492.5,,false,47.0,81.0,39.0,28728,-60,101,-34,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135781,true,2022-02-09 07:27:11.000,31.3495242,-24.5177546,0.0,\"14\",,,3426,3416,2.82,3201734171,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1229,1.6,9,8.14,0.0,492.6,,false,-27.0,-3.0,-45.0,32205,-1,5,-94,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135783,true,2022-02-09 07:27:12.000,31.3495312,-24.5176864,0.0,\"14\",,,3426,3417,2.82,1366933090,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1230,1.6,9,7.25,4.59,491.6,,false,-7.0,35.0,-55.0,31774,-123,15,-12,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135789,true,2022-02-09 07:27:13.000,31.3495118,-24.5176307,0.0,\"14\",,,3426,3411,2.82,4248341067,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1231,1.6,9,6.65,347.34,491.4,,false,19.0,127.0,23.0,27693,-40,69,-110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135791,true,2022-02-09 07:27:14.000,31.3494945,-24.5175754,0.0,\"14\",,,3426,3413,2.82,3299652087,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1232,1.6,9,6.86,351.93,490.0,,false,11.0,9.0,-19.0,32216,-41,82,-16,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135795,true,2022-02-09 07:27:15.000,31.3495093,-24.5175168,0.0,\"14\",,,3426,3416,2.82,1676089571,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1233,1.6,9,6.72,8.52,489.1,,false,-6.0,28.0,-44.0,30065,-77,50,42,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135800,true,2022-02-09 07:27:16.000,31.3495419,-24.5174598,0.0,\"14\",,,3426,3416,2.56,3137065690,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1234,1.6,9,7.04,19.66,490.7,,false,11.0,-27.0,-15.0,30467,-50,76,23,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135803,true,2022-02-09 07:27:17.000,31.3495829,-24.517406,0.0,\"14\",,,3426,3408,2.56,2511338312,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1235,1.6,9,7.44,30.8,490.2,,false,-149.0,-15.0,-53.0,31895,-41,-93,60,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135808,true,2022-02-09 07:27:18.000,31.3496204,-24.5173652,0.0,\"14\",,,3426,3414,2.56,1801761359,0.19,2022-02-09 07:06:42.000,\"A\",32,3,1236,1.6,9,4.6,34.73,490.3,,false,-1.0,-65.0,1.0,31432,0,105,100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135813,true,2022-02-09 07:27:19.000,31.3496672,-24.5173501,0.0,\"14\",,,3426,3416,2.56,3992862063,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1237,1.6,9,5.67,64.88,490.5,,false,-78.0,16.0,-68.0,24349,-42,4,75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135817,true,2022-02-09 07:27:20.000,31.3497145,-24.5173521,0.0,\"14\",,,3426,3416,2.56,2398519478,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1238,1.6,9,4.32,80.61,490.4,,false,-57.0,-59.0,-31.0,23960,-22,24,81,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135821,true,2022-02-09 07:27:21.000,31.3497361,-24.5173834,0.0,\"14\",,,3426,3416,2.56,4092576953,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1238,1.6,9,5.22,134.35,489.6,,false,-140.0,124.0,-36.0,5047,-26,-18,123,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135823,true,2022-02-09 07:27:22.000,31.3497444,-24.5174243,0.0,\"14\",,,3426,3416,2.56,1418580809,0.42,2022-02-09 07:06:42.000,\"A\",32,3,1239,1.6,9,4.32,140.25,487.5,,false,-190.0,42.0,-34.0,12539,7,-2,119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135827,true,2022-02-09 07:27:23.000,31.3497362,-24.517453,0.0,\"14\",,,3426,3416,2.56,1232632659,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1240,1.6,9,3.73,191.37,487.6,,false,-170.0,26.0,-52.0,-3608,-7,17,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135832,true,2022-02-09 07:27:24.000,31.3497044,-24.5174565,0.0,\"14\",,,3426,3409,2.3,2627543745,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1241,1.6,9,4.01,241.83,488.4,,false,9.0,67.0,-27.0,-17496,-42,-25,97,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135835,true,2022-02-09 07:27:25.000,31.3496592,-24.5174451,0.0,\"14\",,,3426,3409,2.3,1360881290,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1242,1.6,9,5.06,268.04,489.7,,false,16.0,116.0,24.0,-19894,-28,-47,86,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135841,true,2022-02-09 07:27:26.000,31.3496095,-24.5174381,0.0,\"14\",,,3426,3403,2.3,1901041198,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1243,1.6,9,5.05,270.66,490.6,,false,15.0,141.0,43.0,-17034,-28,-41,98,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135845,true,2022-02-09 07:27:27.000,31.3495587,-24.5174401,0.0,\"14\",,,3426,3416,2.3,2190388292,0.18,2022-02-09 07:06:42.000,\"A\",32,3,1244,1.6,9,5.0,265.42,490.6,,false,-51.0,135.0,-39.0,-16232,-13,-12,110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135846,true,2022-02-09 07:27:28.000,31.3495192,-24.5174551,0.0,\"14\",,,3426,3414,2.3,3638744,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1245,1.6,9,4.08,254.28,490.7,,false,-100.0,140.0,-24.0,-6470,-15,-9,125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135853,true,2022-02-09 07:27:29.000,31.3494901,-24.5174706,0.0,\"14\",,,3426,3417,2.3,3092228411,0.19,2022-02-09 07:06:42.000,\"A\",32,3,1246,1.6,9,3.12,250.35,490.7,,false,-97.0,95.0,-59.0,-10725,-4,12,121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135854,true,2022-02-09 07:27:30.000,31.3494611,-24.5174556,0.0,\"14\",,,3426,3416,2.3,1238646894,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1247,1.6,9,4.71,292.95,490.9,,false,-49.0,67.0,-47.0,-27162,6,-8,72,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135859,true,2022-02-09 07:27:31.000,31.3494521,-24.5174143,0.0,\"14\",,,3426,3416,2.3,2941519107,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1248,1.6,9,5.07,330.96,491.0,,false,-14.0,4.0,-42.0,-31255,-1,-20,75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135865,true,2022-02-09 07:27:32.000,31.3494491,-24.517369,0.0,\"14\",,,3426,3417,2.3,4129844979,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1249,1.6,9,5.02,340.79,491.4,,false,-5.0,15.0,-37.0,-29721,-6,-30,104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135868,true,2022-02-09 07:27:33.000,31.3494332,-24.5173244,0.0,\"14\",,,3426,3416,2.3,1483998984,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1250,1.6,9,5.27,338.17,492.0,,false,38.0,56.0,4.0,-27688,-21,-71,116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135873,true,2022-02-09 07:27:34.000,31.3494149,-24.5172764,0.0,\"14\",,,3426,3416,2.3,4212844531,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1251,1.6,9,5.84,341.44,492.0,,false,8.0,40.0,-30.0,-29243,7,-29,112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135876,true,2022-02-09 07:27:35.000,31.3494171,-24.5172254,0.0,\"14\",,,3426,3416,2.3,1305868339,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1252,1.6,9,5.78,353.24,491.4,,false,8.0,-14.0,-26.0,-31551,59,-123,25,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135879,true,2022-02-09 07:27:36.000,31.3494284,-24.5171772,0.0,\"14\",,,3426,3416,2.3,2219495334,0.41,2022-02-09 07:06:42.000,\"A\",32,3,1253,1.6,9,5.28,2.62,491.3,,false,-19.0,25.0,-53.0,-31967,105,-36,25,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135882,true,2022-02-09 07:27:37.000,31.3494296,-24.5171329,0.0,\"14\",,,3426,3416,2.3,1234681033,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1254,1.6,9,4.64,359.79,491.9,,false,52.0,4.0,24.0,-30517,-6,-70,62,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135886,true,2022-02-09 07:27:38.000,31.3494305,-24.5170868,0.0,\"14\",,,3426,3416,2.3,75346520,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1255,1.6,9,5.52,1.31,491.9,,false,22.0,22.0,-22.0,-31678,58,-94,72,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135893,true,2022-02-09 07:27:39.000,31.3494331,-24.5170303,0.0,\"14\",,,3426,3404,2.3,3428941886,0.4,2022-02-09 07:06:42.000,\"A\",32,3,1256,1.6,9,6.64,0.66,492.9,,false,46.0,6.0,16.0,-30325,-1,-85,48,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135895,true,2022-02-09 07:27:40.000,31.3494327,-24.5169754,0.0,\"14\",,,3426,3416,2.3,1510377918,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1257,1.6,9,5.81,359.14,493.4,,false,11.0,-23.0,-5.0,-31626,-18,-118,62,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135900,true,2022-02-09 07:27:41.000,31.3494213,-24.5169205,0.0,\"14\",,,3426,3417,2.56,2161467012,0.45,2022-02-09 07:06:42.000,\"A\",32,3,1258,1.6,9,6.67,349.31,492.3,,false,17.0,55.0,-21.0,-28864,16,-37,115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135903,true,2022-02-09 07:27:42.000,31.3494167,-24.5168639,0.0,\"14\",,,3426,3416,2.56,3161928720,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1259,1.6,9,6.12,354.55,491.9,,false,37.0,-33.0,27.0,-29909,-39,-86,46,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135909,true,2022-02-09 07:27:43.000,31.3494203,-24.5168023,0.0,\"14\",,,3426,3416,2.56,3229589032,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1260,1.6,9,7.26,0.0,491.2,,false,20.0,24.0,-14.0,-31404,46,-118,75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135912,true,2022-02-09 07:27:44.000,31.3494257,-24.5167444,0.0,\"14\",,,3426,3414,2.56,1659957455,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1261,1.6,9,5.97,3.28,489.7,,false,13.0,9.0,-27.0,-31468,12,-78,120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135917,true,2022-02-09 07:27:45.000,31.3494322,-24.5166906,0.0,\"14\",,,3426,3416,2.56,1366428961,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1262,1.6,9,5.82,3.93,489.5,,false,43.0,21.0,-1.0,-30050,17,-88,51,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135919,true,2022-02-09 07:27:46.000,31.3494328,-24.516637,0.0,\"14\",,,3426,3416,2.56,1588069694,0.36,2022-02-09 07:06:42.000,\"A\",32,3,1263,1.6,9,6.02,1.97,489.4,,false,56.0,66.0,24.0,-27324,24,-105,92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135922,true,2022-02-09 07:27:47.000,31.3494313,-24.5165758,0.0,\"14\",,,3426,3409,2.56,1649550652,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1264,1.6,9,6.96,358.48,490.4,,false,38.0,44.0,-8.0,-29647,-8,-66,87,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135929,true,2022-02-09 07:27:48.000,31.3494443,-24.5165145,0.0,\"14\",,,3426,3416,2.56,3758363909,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1265,1.6,9,7.01,9.18,490.7,,false,-1.0,-27.0,-27.0,-32079,37,-89,43,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135930,true,2022-02-09 07:27:49.000,31.34947,-24.5164547,0.0,\"14\",,,3426,3416,2.56,322685006,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1266,1.6,9,7.27,16.38,490.2,,false,-29.0,29.0,-55.0,-31489,101,-41,91,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135934,true,2022-02-09 07:27:50.000,31.3494926,-24.5163991,0.0,\"14\",,,3426,3416,2.56,1294654976,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1267,1.6,9,6.29,17.04,489.5,,false,-17.0,29.0,-47.0,-31432,62,-34,127,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135938,true,2022-02-09 07:27:51.000,31.3495011,-24.5163451,0.0,\"14\",,,3426,3416,2.56,1604212840,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1268,1.6,9,5.78,9.83,489.7,,false,-1.0,85.0,-27.0,-29427,65,-64,68,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135944,true,2022-02-09 07:27:52.000,31.3494909,-24.5162987,0.0,\"14\",,,3426,3404,2.56,1575361954,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1269,1.6,9,5.09,356.52,490.3,,false,44.0,90.0,54.0,-26052,-2,-98,121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135949,true,2022-02-09 07:27:53.000,31.349461,-24.5162504,0.0,\"14\",,,3426,3416,2.56,4155221260,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1270,1.6,9,7.12,334.89,490.0,,false,-24.0,80.0,-48.0,-24988,8,-2,83,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135950,true,2022-02-09 07:27:54.000,31.3494332,-24.5161998,0.0,\"14\",,,3426,3416,2.3,780604906,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1271,1.6,9,5.75,336.2,489.8,,false,-13.0,41.0,-47.0,-27598,9,0,69,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135954,true,2022-02-09 07:27:55.000,31.349411,-24.5161566,0.0,\"14\",,,3426,3416,2.3,99050217,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1272,1.6,9,4.98,334.23,490.3,,false,-25.0,87.0,-45.0,-26149,13,-3,77,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135958,true,2022-02-09 07:27:56.000,31.349404,-24.5161262,0.0,\"14\",,,3426,3419,2.3,881780433,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1273,1.6,9,2.68,344.72,490.0,,false,-20.0,-64.0,-24.0,-32716,-1,-112,31,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135965,true,2022-02-09 07:27:57.000,31.349408,-24.5161366,0.0,\"14\",,,3426,3416,2.3,3895355587,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1274,1.6,9,3.74,249.69,489.8,,false,-107.0,101.0,-59.0,-9782,41,-1,-115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135966,true,2022-02-09 07:27:58.000,31.3494325,-24.5161704,0.0,\"14\",,,3426,3409,2.3,1020396288,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1275,1.6,9,5.32,166.46,489.3,,false,-120.0,100.0,-48.0,-19845,43,7,-92,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135970,true,2022-02-09 07:27:59.000,31.3494828,-24.5161822,0.0,\"14\",,,3426,3416,2.3,502057274,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1276,1.6,9,5.72,131.07,489.5,,false,-82.0,6.0,-60.0,-30140,56,-36,-75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135974,true,2022-02-09 07:28:00.000,31.3495397,-24.5161823,0.0,\"14\",,,3426,3417,2.3,2177403066,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1277,1.6,9,5.78,108.13,488.6,,false,-43.0,49.0,-65.0,-27041,81,-38,-113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135979,true,2022-02-09 07:28:01.000,31.3495813,-24.5161785,0.0,\"14\",,,3426,3417,2.3,1227087541,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1278,1.6,9,3.23,99.61,488.2,,false,-112.0,56.0,-64.0,-30489,82,23,-38,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135984,true,2022-02-09 07:28:02.000,31.349586,-24.516164,0.0,\"14\",,,3426,3416,2.3,1437584354,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1279,1.6,9,2.56,57.67,488.3,,false,-15.0,107.0,-33.0,-23508,-6,-21,87,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135988,true,2022-02-09 07:28:03.000,31.3495968,-24.5161433,0.0,\"14\",,,3426,3416,2.3,3460478707,0.22,2022-02-09 07:06:42.000,\"A\",32,3,1280,1.6,9,3.43,52.43,488.8,,false,-9.0,-13.0,-47.0,-32109,34,-95,19,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135991,true,2022-02-09 07:28:04.000,31.3496161,-24.5161139,0.0,\"14\",,,3426,3416,2.3,886176154,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1281,1.6,9,4.2,32.11,489.3,,false,-27.0,39.0,-53.0,-31640,65,-52,105,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135996,true,2022-02-09 07:28:05.000,31.3496123,-24.5160779,0.0,\"14\",,,3426,3416,2.3,2538242428,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1282,1.6,9,4.33,14.42,490.6,,false,42.0,82.0,18.0,-26728,26,-98,109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239135999,true,2022-02-09 07:28:06.000,31.3495852,-24.5160444,0.0,\"14\",,,3426,3416,2.3,3310322099,0.38,2022-02-09 07:06:42.000,\"A\",32,3,1283,1.6,9,5.14,344.72,489.9,,false,32.0,82.0,2.0,-24059,-11,-27,83,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136005,true,2022-02-09 07:28:07.000,31.3495731,-24.5160125,0.0,\"14\",,,3426,3419,2.56,3251551215,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1284,1.6,9,3.44,355.21,489.6,,false,1.0,-13.0,-31.0,-30770,6,-25,85,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136006,true,2022-02-09 07:28:08.000,31.3495941,-24.5159843,0.0,\"14\",,,3426,3416,2.3,2340595472,0.25,2022-02-09 07:06:42.000,\"A\",32,3,1285,1.6,9,4.26,28.18,490.2,,false,0.0,10.0,-46.0,-30649,65,-63,9,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136012,true,2022-02-09 07:28:09.000,31.3496143,-24.5159536,0.0,\"14\",,,3426,3416,2.3,3613400569,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1286,1.6,9,3.97,22.28,490.6,,false,28.0,14.0,-18.0,-31032,42,-122,103,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136015,true,2022-02-09 07:28:10.000,31.3496284,-24.5159262,0.0,\"14\",,,3426,3416,2.3,1654667934,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1287,1.6,9,3.08,24.9,490.7,,false,63.0,1.0,31.0,-29156,3,-99,64,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136018,true,2022-02-09 07:28:11.000,31.3496229,-24.5159108,0.0,\"14\",,,3426,3416,2.56,1402679355,0.38,2022-02-09 07:06:42.000,\"A\",32,3,1288,1.6,9,2.29,11.8,490.1,,false,47.0,111.0,63.0,-20600,-27,-39,88,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136024,true,2022-02-09 07:28:12.000,31.3495946,-24.5158926,0.0,\"14\",,,3426,3416,2.56,3176785408,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1289,1.6,9,4.16,313.26,490.1,,false,51.0,91.0,49.0,-22104,-18,-39,85,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136027,true,2022-02-09 07:28:13.000,31.3495743,-24.5158803,0.0,\"14\",,,3426,3416,2.56,526301414,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1290,1.6,9,1.31,311.95,490.8,,false,4.0,136.0,14.0,-15534,-17,-25,109,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136030,true,2022-02-09 07:28:14.000,31.349568,-24.5158728,0.0,\"14\",,,3426,3417,2.56,162584368,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1292,1.6,9,0.75,320.47,490.9,,false,8.0,94.0,-26.0,-25634,25,-16,75,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136034,true,2022-02-09 07:28:15.000,31.3495686,-24.5158728,0.0,\"14\",,,3426,3409,2.56,163772505,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1293,1.6,9,0.45,278.53,490.9,,false,-99.0,-41.0,-63.0,-31298,20,-22,-69,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136040,true,2022-02-09 07:28:16.000,31.3495687,-24.5158722,0.0,\"14\",,,3426,3416,2.56,3115240964,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1294,1.6,9,0.36,278.53,491.0,,false,-10.0,40.0,-54.0,-25706,2,-7,80,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136045,true,2022-02-09 07:28:17.000,31.3495674,-24.5158726,0.0,\"14\",,,3426,3416,2.82,4074550969,0.45,2022-02-09 07:06:42.000,\"A\",32,3,1295,1.6,9,0.4,218.23,492.0,,false,-70.0,140.0,8.0,1754,-24,-18,125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136048,true,2022-02-09 07:28:18.000,31.3495687,-24.5158727,0.0,\"14\",,,3426,3416,2.82,3982607038,0.4,2022-02-09 07:06:42.000,\"A\",32,3,1296,1.6,9,0.33,297.53,492.1,,false,-53.0,129.0,-19.0,4182,-40,-10,120,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136053,true,2022-02-09 07:28:19.000,31.3495703,-24.5158737,0.0,\"14\",,,3426,3406,2.56,3356835962,0.28,2022-02-09 07:06:42.000,\"A\",32,3,1297,1.6,9,0.54,209.72,492.2,,false,-204.0,86.0,-20.0,14902,-1,-19,113,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136054,true,2022-02-09 07:28:20.000,31.3495684,-24.5158798,0.0,\"14\",,,3426,3416,2.56,1377632818,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1298,1.6,9,0.93,200.54,492.0,,false,-232.0,124.0,36.0,7399,26,-32,118,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136059,true,2022-02-09 07:28:21.000,31.3495668,-24.5158819,0.0,\"14\",,,3426,3416,2.56,565427418,0.7,2022-02-09 07:06:42.000,\"A\",32,3,1299,1.6,9,0.34,200.54,492.6,,false,-156.0,146.0,-4.0,2270,0,-24,126,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136065,true,2022-02-09 07:28:22.000,31.3495658,-24.5158813,0.0,\"14\",,,3426,3411,2.82,2883543304,0.59,2022-02-09 07:06:42.000,\"A\",32,3,1300,1.6,9,0.08,200.54,492.7,,false,-32.0,158.0,6.0,-644,-34,-23,122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136066,true,2022-02-09 07:28:23.000,31.3495665,-24.5158788,0.0,\"14\",,,3426,3416,2.82,452439638,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1301,1.6,9,0.47,245.76,492.7,,false,-47.0,139.0,-21.0,7240,-52,-6,114,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136073,true,2022-02-09 07:28:24.000,31.3495661,-24.5158773,0.0,\"14\",,,3426,3416,2.82,1884320196,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1302,1.6,9,0.03,245.76,493.0,,false,-51.0,137.0,-29.0,8185,-46,-7,115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136075,true,2022-02-09 07:28:25.000,31.3495651,-24.5158772,0.0,\"14\",,,3426,3403,2.82,1873624656,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1303,1.6,9,0.06,245.76,493.2,,false,-50.0,150.0,-12.0,7465,-48,-10,115,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136080,true,2022-02-09 07:28:26.000,31.3495651,-24.5158775,0.0,\"14\",,,3426,3416,2.82,2707582031,0.55,2022-02-09 07:06:42.000,\"A\",32,3,1303,1.6,9,0.14,245.76,493.4,,false,-34.0,152.0,2.0,4970,-50,-12,116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136082,true,2022-02-09 07:28:27.000,31.3495604,-24.5158797,0.0,\"14\",,,3426,3417,2.82,39275015,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1304,1.6,9,0.99,244.45,493.6,,false,-41.0,163.0,17.0,-4659,-17,-31,122,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136088,true,2022-02-09 07:28:28.000,31.3495463,-24.5158808,0.0,\"14\",,,3426,3409,2.82,2765003763,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1305,1.6,9,1.75,268.7,493.8,,false,-21.0,141.0,-3.0,-9245,-21,-23,119,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136093,true,2022-02-09 07:28:29.000,31.3495401,-24.5158794,0.0,\"14\",,,3426,3413,2.56,3643452755,0.39,2022-02-09 07:06:42.000,\"A\",32,3,1306,1.6,9,0.2,268.7,493.7,,false,43.0,135.0,61.0,-12076,-32,-35,110,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136095,true,2022-02-09 07:28:30.000,31.349551,-24.515868,0.0,\"14\",,,3426,3416,2.56,2656674732,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1307,1.6,9,2.7,351.27,493.4,,false,-7.0,39.0,-47.0,-30072,53,-57,66,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136100,true,2022-02-09 07:28:31.000,31.3495523,-24.5158511,0.0,\"14\",,,3426,3417,2.56,1788603563,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1308,1.6,9,2.04,342.75,493.5,,false,22.0,98.0,-4.0,-19669,-2,-31,98,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136105,true,2022-02-09 07:28:32.000,31.3495369,-24.5158357,0.0,\"14\",,,3426,3416,2.56,3872948008,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1309,1.6,9,2.6,323.09,494.1,,false,27.0,85.0,-3.0,-17410,-26,-19,104,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136108,true,2022-02-09 07:28:33.000,31.3495414,-24.5158374,0.0,\"14\",,,3426,3416,2.56,3524274235,0.36,2022-02-09 07:06:42.000,\"A\",32,3,1310,1.6,9,2.44,36.04,494.1,,false,-144.0,-8.0,-52.0,29185,-30,14,112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136113,true,2022-02-09 07:28:34.000,31.3495591,-24.5158482,0.0,\"14\",,,3426,3402,2.56,3767042684,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1311,1.6,9,1.89,64.23,493.6,,false,-114.0,2.0,-68.0,29567,-51,27,94,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136115,true,2022-02-09 07:28:35.000,31.3495598,-24.5158551,0.0,\"14\",,,3426,3416,2.56,1154314833,0.2,2022-02-09 07:06:42.000,\"A\",32,3,1312,1.6,9,1.19,106.82,494.2,,false,-152.0,98.0,-42.0,9776,-14,-10,121,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136118,true,2022-02-09 07:28:36.000,31.3495645,-24.5158607,0.0,\"14\",,,3426,3416,2.56,78709925,0.31,2022-02-09 07:06:42.000,\"A\",32,3,1313,1.6,9,1.45,106.17,494.0,,false,-175.0,67.0,-43.0,28156,-39,-16,124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136122,true,2022-02-09 07:28:37.000,31.3495757,-24.5158638,0.0,\"14\",,,3426,3416,2.56,553154458,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1314,1.6,9,1.09,102.24,493.7,,false,-125.0,-3.0,-59.0,31041,-26,-4,78,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136128,true,2022-02-09 07:28:38.000,31.3495829,-24.5158643,0.0,\"14\",,,3426,3416,2.56,3950335419,0.34,2022-02-09 07:06:42.000,\"A\",32,3,1315,1.6,9,0.53,100.93,493.5,,false,-186.0,24.0,-48.0,28983,-31,-28,112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136131,true,2022-02-09 07:28:39.000,31.3495861,-24.5158636,0.0,\"14\",,,3426,3417,2.56,3432535493,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1316,1.6,9,0.38,82.58,493.4,,false,-80.0,6.0,-64.0,31650,-58,-25,-116,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136134,true,2022-02-09 07:28:40.000,31.3495873,-24.5158625,0.0,\"14\",,,3426,3416,2.56,990376745,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1317,1.6,9,0.13,82.58,493.6,,false,-29.0,23.0,-57.0,29073,-28,21,-112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136140,true,2022-02-09 07:28:41.000,31.3495859,-24.5158632,0.0,\"14\",,,3426,3417,2.56,2891565623,0.21,2022-02-09 07:06:42.000,\"A\",32,3,1318,1.6,9,0.15,82.58,493.3,,false,26.0,2.0,-2.0,29153,3,58,-100,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136143,true,2022-02-09 07:28:42.000,31.349586,-24.515863,0.0,\"14\",,,3426,3417,2.56,1788012289,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1319,1.6,9,0.16,82.58,493.1,,false,33.0,-37.0,7.0,29974,5,89,-51,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136146,true,2022-02-09 07:28:43.000,31.3495848,-24.5158616,0.0,\"14\",,,3426,3416,2.56,1793442421,0.27,2022-02-09 07:06:42.000,\"A\",32,3,1320,1.6,9,0.32,82.58,492.9,,false,-38.0,38.0,-60.0,26263,-18,3,-74,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136152,true,2022-02-09 07:28:44.000,31.3495831,-24.5158606,0.0,\"14\",,,3426,3416,2.56,3329269730,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1321,1.6,9,0.1,82.58,492.8,,false,-9.0,63.0,-45.0,21504,-5,11,-95,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136155,true,2022-02-09 07:28:45.000,31.3495826,-24.5158624,0.0,\"14\",,,3426,3416,2.56,2882019335,0.36,2022-02-09 07:06:42.000,\"A\",32,3,1322,1.6,9,0.4,137.63,492.7,,false,-183.0,129.0,-31.0,-14792,5,20,-112,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136158,true,2022-02-09 07:28:46.000,31.3495823,-24.5158635,0.0,\"14\",,,3426,3416,2.56,942196838,0.24,2022-02-09 07:06:42.000,\"A\",32,3,1323,1.6,9,0.11,137.63,492.5,,false,-176.0,38.0,-52.0,-25186,12,3,-80,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136165,true,2022-02-09 07:28:47.000,31.349583,-24.5158628,0.0,\"14\",,,3426,3413,2.56,2101890487,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1324,1.6,9,0.24,137.63,492.3,,false,-90.0,38.0,-68.0,-28597,59,-34,-105,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136166,true,2022-02-09 07:28:48.000,31.3495855,-24.5158632,0.0,\"14\",,,3426,3414,2.56,707668113,0.38,2022-02-09 07:06:42.000,\"A\",32,3,1325,1.6,9,0.22,137.63,492.2,,false,-66.0,58.0,-66.0,-26376,79,-40,-124,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136170,true,2022-02-09 07:28:49.000,31.3495849,-24.5158647,0.0,\"14\",,,3426,3416,2.56,1754153529,0.33,2022-02-09 07:06:42.000,\"A\",32,3,1326,1.6,9,0.29,137.63,492.1,,false,-51.0,61.0,-61.0,-25603,83,-55,-125,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136177,true,2022-02-09 07:28:50.000,31.3495844,-24.5158639,0.0,\"14\",,,3426,3416,2.56,3501331142,0.23,2022-02-09 07:06:42.000,\"A\",32,3,1327,1.6,9,0.12,137.63,492.2,,false,-22.0,32.0,-46.0,-25733,78,-88,-106,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136179,true,2022-02-09 07:28:51.000,31.3495848,-24.5158615,0.0,\"14\",,,3426,3417,2.56,357950476,0.41,2022-02-09 07:06:42.000,\"A\",32,3,1328,1.6,9,0.31,137.63,492.4,,false,-22.0,76.0,-46.0,-22392,50,-30,-73,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136185,true,2022-02-09 07:28:52.000,31.3495836,-24.51586,0.0,\"14\",,,3426,3417,2.56,2373387677,0.35,2022-02-09 07:06:42.000,\"A\",32,3,1329,1.6,9,0.26,137.63,492.4,,false,-44.0,110.0,-42.0,-12706,44,-11,-108,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136188,true,2022-02-09 07:28:53.000,31.349582,-24.5158592,0.0,\"14\",,,3426,3414,2.56,1397030756,0.26,2022-02-09 07:06:42.000,\"A\",32,3,1330,1.6,9,0.19,137.63,492.9,,false,-16.0,122.0,-22.0,-12729,57,-12,-103,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136191,true,2022-02-09 07:28:54.000,31.3495815,-24.51586,0.0,\"14\",,,3426,3416,2.56,1553310978,0.37,2022-02-09 07:06:42.000,\"A\",32,3,1331,1.6,9,0.04,137.63,493.0,,false,-33.0,103.0,-35.0,-14826,53,-18,-99,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136196,true,2022-02-09 07:28:55.000,31.3495814,-24.5158599,0.0,\"14\",,,3426,3416,2.56,1548511112,0.29,2022-02-09 07:06:42.000,\"A\",32,3,1332,1.6,9,0.08,137.63,493.1,,false,-21.0,99.0,-25.0,-15816,54,-26,-95,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136199,true,2022-02-09 07:28:56.000,31.3495811,-24.5158601,0.0,\"14\",,,3426,3416,2.56,360505726,0.4,2022-02-09 07:06:42.000,\"A\",32,3,1333,1.6,9,0.02,137.63,493.1,,false,-35.0,83.0,-45.0,-19912,47,-25,-86,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136204,true,2022-02-09 07:28:57.000,31.3495822,-24.5158622,0.0,\"14\",,,3426,3416,2.56,3819470839,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1334,1.6,9,0.37,141.56,492.8,,false,-139.0,99.0,-59.0,-26113,32,8,-70,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136208,true,2022-02-09 07:28:58.000,31.3495844,-24.5158625,0.0,\"14\",,,3426,3416,2.56,2285132870,0.3,2022-02-09 07:06:42.000,\"A\",32,3,1335,1.6,9,0.22,141.56,492.8,,false,-75.0,43.0,-59.0,-28358,58,-46,-105,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136210,true,2022-02-09 07:28:59.000,31.3495884,-24.5158632,0.0,\"14\",,,3426,3413,2.56,847285089,0.32,2022-02-09 07:06:42.000,\"A\",32,3,1336,1.7,8,0.6,120.59,492.9,,false,-158.0,16.0,-60.0,-31952,101,53,5,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n21239136214,true,2022-02-09 07:29:00.000,31.3495885,-24.5158649,0.0,\"14\",,,3426,3417,2.56,1147895125,0.46,2022-02-09 07:06:42.000,\"A\",32,3,1337,1.6,9,0.46,157.94,493.5,,false,-96.0,-24.0,-56.0,-31308,29,5,70,\"gps\",\"Canis lupus\",\"9458\",\"Duchess\",\"Kruger Hounds\"\n"
  },
  {
    "path": "TickTagData/11_MyotisMyotis/20210706_MyotisMyotis_Tag03_29_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1625532033,49.02462,8.26659\n2,1625532101,49.02156,8.27117\n3,1625532166,49.01885,8.27487\n4,1625532230,49.01687,8.27974\n5,1625532297,49.01312,8.28592\n6,1625532361,49.01001,8.29082\n7,1625532425,49.00731,8.29530\n8,1625532496,49.00305,8.30198\n9,1625532565,48.99972,8.30650\n10,1625532628,48.99567,8.31002\n11,1625532700,48.99033,8.31516\n12,1625532811,48.98770,8.31823\n13,1625532970,48.98718,8.31908\n14,1625533110,48.98776,8.31896\n15,1625533220,48.98807,8.31368\n16,1625533329,48.98804,8.31638\n17,1625533474,48.98752,8.31382\n18,1625533665,48.98589,8.31287\n19,1625533829,48.98678,8.31003\n20,1625533985,48.98797,8.31446\n21,1625534112,48.98923,8.31919\n22,1625534369,48.98769,8.31810\n23,1625534438,48.98887,8.31952\n24,1625534521,48.98928,8.31882\n25,1625534711,48.98579,8.31713\n26,1625534783,48.98147,8.32016\n27,1625534855,48.97719,8.32419\n28,1625534926,48.97246,8.32813\n29,1625534999,48.96804,8.33097"
  },
  {
    "path": "TickTagData/11_MyotisMyotis/20210706_MyotisMyotis_Tag04_241_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1625518909,48.97748,8.30403\n2,1625518946,48.97733,8.30414\n3,1625518994,48.97721,8.30407\n4,1625519041,48.97684,8.30421\n5,1625519084,48.97675,8.30422\n6,1625519137,48.97570,8.30490\n7,1625519187,48.97702,8.30437\n8,1625519224,48.97699,8.30419\n9,1625519270,48.97710,8.30427\n10,1625519325,48.97706,8.30421\n11,1625519367,48.97716,8.30423\n12,1625519416,48.97594,8.30461\n13,1625519449,48.97535,8.30504\n14,1625519491,48.97498,8.30675\n15,1625519533,48.97316,8.30939\n16,1625519575,48.97258,8.31249\n17,1625519617,48.97284,8.31560\n18,1625519680,48.97335,8.31588\n19,1625519714,48.97345,8.31580\n20,1625519765,48.97340,8.31592\n21,1625519800,48.97368,8.31588\n22,1625519837,48.97340,8.31553\n23,1625519873,48.97348,8.31569\n24,1625519925,48.97352,8.31555\n25,1625519977,48.97277,8.31576\n26,1625520025,48.97482,8.31467\n27,1625520080,48.97344,8.31539\n28,1625520133,48.97310,8.31557\n29,1625520194,48.97316,8.31588\n30,1625520241,48.97374,8.31515\n31,1625520335,48.97329,8.31661\n32,1625520404,48.97341,8.31525\n33,1625520464,48.97352,8.31536\n34,1625520515,48.97325,8.31556\n35,1625520560,48.97425,8.31597\n36,1625520601,48.97345,8.31571\n37,1625520643,48.97281,8.31754\n38,1625520685,48.97180,8.31871\n39,1625520727,48.97081,8.32028\n40,1625520762,48.97018,8.32155\n41,1625520805,48.96841,8.32379\n42,1625520859,48.96860,8.32514\n43,1625520901,48.96751,8.32681\n44,1625520949,48.96761,8.32678\n45,1625520992,48.96671,8.32949\n46,1625521026,48.96631,8.33155\n47,1625521061,48.96597,8.33330\n48,1625521111,48.96517,8.33590\n49,1625521163,48.96609,8.33565\n50,1625521221,48.96555,8.33568\n51,1625523894,48.96561,8.33559\n52,1625525206,48.96565,8.33564\n53,1625525290,48.96540,8.33427\n54,1625525345,48.96655,8.32880\n55,1625525409,48.96800,8.32532\n56,1625525466,48.97028,8.32084\n57,1625525521,48.97307,8.31625\n58,1625525595,48.97343,8.31599\n59,1625525657,48.97353,8.31585\n60,1625525722,48.97332,8.31571\n61,1625525908,48.97317,8.31554\n62,1625525947,48.97313,8.31517\n63,1625526011,48.97325,8.31595\n64,1625526098,48.97316,8.31529\n65,1625526148,48.97311,8.31552\n66,1625526184,48.97338,8.31542\n67,1625526218,48.97338,8.31595\n68,1625526253,48.97366,8.31595\n69,1625526287,48.97274,8.31447\n70,1625526323,48.97358,8.31550\n71,1625526362,48.97341,8.31534\n72,1625526404,48.97336,8.31565\n73,1625526440,48.97324,8.31581\n74,1625526481,48.97342,8.31548\n75,1625526518,48.97355,8.31515\n76,1625526554,48.97300,8.31584\n77,1625526591,48.97383,8.31488\n78,1625526627,48.97322,8.31574\n79,1625526663,48.97323,8.31571\n80,1625526701,48.97334,8.31546\n81,1625526743,48.97342,8.31549\n82,1625526780,48.97341,8.31576\n83,1625526814,48.97349,8.31588\n84,1625526849,48.97355,8.31604\n85,1625526884,48.97327,8.31575\n86,1625526920,48.97343,8.31578\n87,1625526967,48.97286,8.31636\n88,1625527007,48.97344,8.31530\n89,1625527052,48.97331,8.31556\n90,1625527093,48.97383,8.31493\n91,1625527134,48.97333,8.31588\n92,1625527173,48.97358,8.31551\n93,1625527211,48.97335,8.31560\n94,1625527255,48.97345,8.31553\n95,1625527297,48.97278,8.31631\n96,1625527339,48.97281,8.31628\n97,1625527376,48.97343,8.31557\n98,1625527412,48.97332,8.31583\n99,1625527450,48.97335,8.31579\n100,1625527484,48.97337,8.31558\n101,1625527517,48.97239,8.31453\n102,1625527551,48.97237,8.31450\n103,1625527586,48.97150,8.31299\n104,1625527621,48.97103,8.31025\n105,1625527654,48.97079,8.30969\n106,1625527688,48.97055,8.30961\n107,1625527723,48.96905,8.30836\n108,1625527757,48.96985,8.30736\n109,1625527791,48.96932,8.30567\n110,1625527825,48.97040,8.30485\n111,1625527859,48.97190,8.30561\n112,1625527902,48.97251,8.30841\n113,1625527936,48.97209,8.31102\n114,1625527970,48.97229,8.31336\n115,1625528004,48.97331,8.31527\n116,1625528043,48.97350,8.31600\n117,1625528077,48.97352,8.31592\n118,1625528118,48.97363,8.31576\n119,1625528163,48.97369,8.31676\n120,1625528222,48.97355,8.31596\n121,1625528268,48.97332,8.31576\n122,1625528313,48.97311,8.31510\n123,1625528349,48.97301,8.31498\n124,1625528383,48.97330,8.31459\n125,1625528417,48.97298,8.31511\n126,1625528451,48.97451,8.31637\n127,1625528489,48.97318,8.31539\n128,1625528523,48.97364,8.31552\n129,1625528559,48.97189,8.31452\n130,1625528595,48.96999,8.31607\n131,1625528630,48.96851,8.31752\n132,1625528666,48.96691,8.31914\n133,1625528699,48.96548,8.32055\n134,1625528735,48.96360,8.32258\n135,1625528775,48.96195,8.32512\n136,1625528813,48.96121,8.32785\n137,1625528850,48.96067,8.33062\n138,1625528889,48.96047,8.33338\n139,1625528936,48.95856,8.33574\n140,1625528981,48.95799,8.33662\n141,1625529023,48.95738,8.33619\n142,1625529073,48.95597,8.33677\n143,1625529122,48.95483,8.33597\n144,1625529159,48.95535,8.33679\n145,1625529197,48.95536,8.33781\n146,1625529231,48.95438,8.33946\n147,1625529265,48.95416,8.34119\n148,1625529349,48.95300,8.34359\n149,1625529389,48.95286,8.34546\n150,1625529436,48.95301,8.34747\n151,1625529489,48.95155,8.34882\n152,1625529545,48.95188,8.34852\n153,1625529605,48.95236,8.34718\n154,1625529665,48.95254,8.34865\n155,1625529757,48.95200,8.34793\n156,1625529821,48.95178,8.34704\n157,1625529877,48.95100,8.34725\n158,1625529931,48.95057,8.34746\n159,1625529992,48.95113,8.34755\n160,1625530039,48.95084,8.34747\n161,1625530104,48.95104,8.34765\n162,1625530157,48.95063,8.34742\n163,1625530231,48.95116,8.34760\n164,1625530352,48.95124,8.34738\n165,1625530397,48.95103,8.34742\n166,1625530432,48.95117,8.34758\n167,1625530487,48.95125,8.34760\n168,1625530559,48.95139,8.34739\n169,1625530601,48.95125,8.34762\n170,1625530672,48.95169,8.34738\n171,1625530723,48.95092,8.34731\n172,1625530769,48.95104,8.34767\n173,1625530832,48.95194,8.34695\n174,1625530929,48.95130,8.34721\n175,1625530969,48.94980,8.34714\n176,1625531008,48.94949,8.34709\n177,1625531047,48.94867,8.34757\n178,1625531086,48.94850,8.34796\n179,1625531125,48.94817,8.34739\n180,1625531164,48.94869,8.34809\n181,1625531205,48.94945,8.34857\n182,1625531247,48.95033,8.34944\n183,1625531285,48.95074,8.34924\n184,1625531324,48.94986,8.34925\n185,1625531363,48.94884,8.34852\n186,1625531398,48.94818,8.34772\n187,1625531437,48.94731,8.34754\n188,1625531476,48.94715,8.34640\n189,1625531535,48.94805,8.34631\n190,1625531588,48.94837,8.34627\n191,1625531632,48.94800,8.34607\n192,1625531680,48.94712,8.34690\n193,1625531732,48.94753,8.34663\n194,1625531775,48.94761,8.34623\n195,1625531819,48.94768,8.34644\n196,1625531870,48.94795,8.34627\n197,1625531919,48.94835,8.34647\n198,1625531965,48.94775,8.34597\n199,1625532014,48.94784,8.34651\n200,1625532074,48.94770,8.34641\n201,1625532132,48.94806,8.34527\n202,1625532170,48.94870,8.34697\n203,1625532209,48.94974,8.34703\n204,1625532248,48.95019,8.34584\n205,1625532287,48.95141,8.34586\n206,1625532326,48.95219,8.34735\n207,1625532371,48.95324,8.34748\n208,1625532410,48.95247,8.34712\n209,1625532452,48.95200,8.34840\n210,1625532490,48.95206,8.34918\n211,1625532531,48.95288,8.34850\n212,1625532569,48.95275,8.34781\n213,1625532608,48.95273,8.34680\n214,1625532650,48.95288,8.34426\n215,1625532688,48.95275,8.34351\n216,1625532728,48.95327,8.34340\n217,1625532768,48.95347,8.34313\n218,1625532807,48.95310,8.34376\n219,1625532844,48.95291,8.34347\n220,1625532883,48.95297,8.34243\n221,1625532924,48.95360,8.34008\n222,1625532965,48.95368,8.33911\n223,1625533007,48.95355,8.33769\n224,1625533047,48.95377,8.33723\n225,1625533083,48.95280,8.33821\n226,1625533118,48.95265,8.33920\n227,1625533153,48.95290,8.33772\n228,1625533188,48.95296,8.33766\n229,1625533229,48.95334,8.33777\n230,1625533272,48.95368,8.33712\n231,1625533320,48.95353,8.33820\n232,1625533374,48.95381,8.33765\n233,1625533415,48.95360,8.33687\n234,1625533463,48.95326,8.33709\n235,1625533505,48.95345,8.33752\n236,1625533614,48.95357,8.33792\n237,1625533653,48.95367,8.33665\n238,1625533699,48.95421,8.33647\n239,1625533741,48.95413,8.33642\n240,1625533793,48.95506,8.33699\n241,1625533842,48.95584,8.33834"
  },
  {
    "path": "TickTagData/11_MyotisMyotis/20210706_MyotisMyotis_Tag09_75_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1625520658,48.98375,8.31974\n2,1625520729,48.98001,8.32018\n3,1625520794,48.97849,8.31855\n4,1625520861,48.97856,8.31919\n5,1625520925,48.97899,8.31928\n6,1625520988,48.97826,8.31872\n7,1625521051,48.97657,8.32049\n8,1625521116,48.97425,8.32531\n9,1625521179,48.97129,8.32948\n10,1625521250,48.96752,8.33301\n11,1625521317,48.96560,8.33549\n12,1625521415,48.96627,8.33523\n13,1625522695,48.97830,8.31876\n14,1625522777,48.98024,8.31932\n15,1625522880,48.98712,8.31912\n16,1625523114,48.99005,8.31809\n17,1625523256,48.99021,8.31796\n18,1625523373,48.99143,8.31687\n19,1625523478,48.99022,8.31761\n20,1625523601,48.99097,8.31786\n21,1625523698,48.99099,8.31770\n22,1625523782,48.98968,8.31821\n23,1625523872,48.99009,8.31804\n24,1625523950,48.98935,8.31936\n25,1625524020,48.98517,8.32026\n26,1625524085,48.98150,8.31978\n27,1625524157,48.97813,8.31869\n28,1625524225,48.97816,8.31868\n29,1625524315,48.97838,8.31853\n30,1625524380,48.97873,8.31832\n31,1625524444,48.97813,8.31892\n32,1625524509,48.97895,8.31838\n33,1625524585,48.97890,8.31868\n34,1625524669,48.97832,8.31862\n35,1625524766,48.97848,8.31828\n36,1625524849,48.97838,8.31870\n37,1625524933,48.97846,8.31862\n38,1625524999,48.97864,8.31799\n39,1625525078,48.97818,8.31874\n40,1625525161,48.97841,8.31869\n41,1625525233,48.97854,8.31891\n42,1625525321,48.97869,8.31919\n43,1625525402,48.97806,8.31907\n44,1625525473,48.97894,8.32071\n45,1625525540,48.97818,8.32265\n46,1625525612,48.97528,8.32598\n47,1625525683,48.97153,8.32902\n48,1625525757,48.96792,8.33258\n49,1625525821,48.96635,8.33514\n50,1625525894,48.96638,8.33468\n51,1625527160,48.96889,8.31882\n52,1625527232,48.97166,8.31247\n53,1625527303,48.97405,8.30581\n54,1625527375,48.97668,8.31006\n55,1625527448,48.97775,8.31562\n56,1625527552,48.97816,8.31888\n57,1625527655,48.97858,8.31812\n58,1625527854,48.97855,8.31821\n59,1625528184,48.97875,8.31783\n60,1625528345,48.97838,8.31847\n61,1625528476,48.97865,8.31812\n62,1625528682,48.97840,8.31846\n63,1625532539,48.97132,8.32969\n64,1625532665,48.97842,8.32424\n65,1625532755,48.98280,8.32075\n66,1625533076,48.98836,8.31843\n67,1625533152,48.98799,8.31617\n68,1625533223,48.98830,8.31650\n69,1625533299,48.98833,8.31758\n70,1625533376,48.98725,8.31812\n71,1625533456,48.98840,8.31698\n72,1625533560,48.98877,8.31486\n73,1625533667,48.98601,8.31720\n74,1625533733,48.98541,8.31791\n75,1625533801,48.98207,8.32077"
  },
  {
    "path": "TickTagData/11_MyotisMyotis/20210706_MyotisMyotis_Tag12_410_fixes.csv",
    "content": "count,timestamp,lat,lon\n1,1625517751,48.95857,8.31896\n2,1625517785,48.95783,8.31765\n3,1625517819,48.95762,8.31646\n4,1625517856,48.95806,8.31370\n5,1625517889,48.95775,8.31159\n6,1625517923,48.95687,8.30984\n7,1625517957,48.95565,8.30841\n8,1625517990,48.95438,8.30678\n9,1625518023,48.95333,8.30579\n10,1625518056,48.95165,8.30482\n11,1625518090,48.95001,8.30472\n12,1625518123,48.94858,8.30553\n13,1625518157,48.94711,8.30644\n14,1625518191,48.94562,8.30771\n15,1625518224,48.94407,8.30791\n16,1625518257,48.94210,8.30755\n17,1625518290,48.94035,8.30707\n18,1625518323,48.93843,8.30676\n19,1625518357,48.93738,8.30701\n20,1625518399,48.93637,8.30756\n21,1625518433,48.93557,8.30760\n22,1625518467,48.93509,8.30653\n23,1625518501,48.93448,8.30685\n24,1625518542,48.93314,8.30727\n25,1625518582,48.93316,8.30789\n26,1625518622,48.93315,8.30779\n27,1625518665,48.93279,8.30801\n28,1625518714,48.93273,8.30933\n29,1625518756,48.93218,8.30953\n30,1625518795,48.93094,8.31067\n31,1625518838,48.93067,8.31125\n32,1625518890,48.92934,8.31169\n33,1625518931,48.93043,8.31165\n34,1625518985,48.92942,8.31094\n35,1625519019,48.92901,8.31042\n36,1625519052,48.92952,8.30869\n37,1625519086,48.92933,8.30610\n38,1625519120,48.92935,8.30341\n39,1625519153,48.92880,8.30085\n40,1625519187,48.92855,8.29807\n41,1625519221,48.92765,8.29580\n42,1625519255,48.92760,8.29334\n43,1625519289,48.92686,8.29188\n44,1625519324,48.92626,8.29010\n45,1625519359,48.92624,8.28862\n46,1625519393,48.92589,8.28797\n47,1625519427,48.92637,8.28707\n48,1625519462,48.92619,8.28679\n49,1625519496,48.92620,8.28609\n50,1625519530,48.92609,8.28606\n51,1625519564,48.92652,8.28523\n52,1625519598,48.92640,8.28619\n53,1625519633,48.92619,8.28615\n54,1625519667,48.92640,8.28538\n55,1625519700,48.92605,8.28537\n56,1625519734,48.92607,8.28675\n57,1625519769,48.92555,8.28735\n58,1625519803,48.92576,8.28772\n59,1625519838,48.92618,8.28739\n60,1625519873,48.92592,8.28708\n61,1625519907,48.92595,8.28711\n62,1625519942,48.92590,8.28723\n63,1625519976,48.92594,8.28675\n64,1625520010,48.92571,8.28770\n65,1625520044,48.92561,8.28866\n66,1625520078,48.92599,8.28763\n67,1625520112,48.92548,8.28721\n68,1625520146,48.92609,8.28633\n69,1625520181,48.92687,8.28617\n70,1625520223,48.92720,8.28522\n71,1625520258,48.92649,8.28488\n72,1625520292,48.92585,8.28624\n73,1625520326,48.92556,8.28765\n74,1625520360,48.92562,8.28872\n75,1625520394,48.92537,8.28738\n76,1625520429,48.92633,8.28741\n77,1625520463,48.92751,8.28696\n78,1625520497,48.92993,8.28571\n79,1625520530,48.93229,8.28474\n80,1625520568,48.93463,8.28563\n81,1625520603,48.93583,8.28785\n82,1625520638,48.93587,8.28890\n83,1625520672,48.93633,8.28922\n84,1625520707,48.93641,8.28931\n85,1625520743,48.93641,8.28973\n86,1625520779,48.93634,8.28942\n87,1625520814,48.93690,8.28974\n88,1625520849,48.93634,8.28896\n89,1625520883,48.93568,8.29062\n90,1625520918,48.93693,8.28965\n91,1625520953,48.93646,8.28983\n92,1625520989,48.93643,8.28980\n93,1625521024,48.93612,8.28962\n94,1625521059,48.93621,8.28981\n95,1625521094,48.93606,8.28938\n96,1625521130,48.93712,8.28993\n97,1625521166,48.93773,8.28950\n98,1625521203,48.93897,8.28750\n99,1625521236,48.94145,8.28599\n100,1625521272,48.94285,8.28490\n101,1625521316,48.94594,8.28142\n102,1625521350,48.94734,8.28044\n103,1625521383,48.94914,8.27796\n104,1625521418,48.95011,8.27509\n105,1625521451,48.95137,8.27298\n106,1625521484,48.95211,8.27126\n107,1625521516,48.95426,8.26843\n108,1625521549,48.95573,8.26687\n109,1625521582,48.95730,8.26501\n110,1625521617,48.95867,8.26255\n111,1625521653,48.96025,8.26021\n112,1625521686,48.96129,8.25829\n113,1625521743,48.96120,8.25700\n114,1625521789,48.96134,8.25745\n115,1625521834,48.96148,8.25731\n116,1625521888,48.96212,8.25712\n117,1625521927,48.96104,8.25741\n118,1625521969,48.96129,8.25731\n119,1625522002,48.96114,8.25804\n120,1625522053,48.96113,8.25693\n121,1625522095,48.96153,8.25722\n122,1625522142,48.96145,8.25615\n123,1625522182,48.96202,8.25455\n124,1625522235,48.96284,8.25466\n125,1625522269,48.96252,8.25592\n126,1625522328,48.96349,8.25650\n127,1625522370,48.96390,8.25579\n128,1625522430,48.96324,8.25594\n129,1625522470,48.96324,8.25507\n130,1625522510,48.96314,8.25520\n131,1625522551,48.96291,8.25447\n132,1625522613,48.96314,8.25355\n133,1625522648,48.96337,8.25401\n134,1625522698,48.96289,8.25479\n135,1625522746,48.96376,8.25294\n136,1625522817,48.96277,8.25608\n137,1625522881,48.96496,8.25361\n138,1625522917,48.96471,8.25508\n139,1625522965,48.96472,8.25619\n140,1625523030,48.96286,8.25843\n141,1625523122,48.96486,8.25424\n142,1625523199,48.96221,8.25713\n143,1625523234,48.96291,8.25542\n144,1625523271,48.96289,8.25452\n145,1625523310,48.96260,8.25457\n146,1625523355,48.96303,8.25497\n147,1625523395,48.96280,8.25394\n148,1625523434,48.96265,8.25472\n149,1625523478,48.96247,8.25590\n150,1625523528,48.96258,8.25471\n151,1625523601,48.96139,8.25763\n152,1625523642,48.96123,8.25667\n153,1625523680,48.96122,8.25684\n154,1625523720,48.96061,8.25726\n155,1625523755,48.96157,8.25703\n156,1625523828,48.96140,8.25640\n157,1625523864,48.96123,8.25789\n158,1625523936,48.96186,8.25906\n159,1625523971,48.96090,8.26064\n160,1625524013,48.96156,8.25843\n161,1625524055,48.96128,8.25828\n162,1625524106,48.96106,8.25729\n163,1625524170,48.96306,8.25201\n164,1625524245,48.96336,8.25041\n165,1625524306,48.96283,8.25415\n166,1625524399,48.96313,8.25506\n167,1625524489,48.96279,8.25476\n168,1625524549,48.96305,8.25394\n169,1625524603,48.96297,8.25547\n170,1625524915,48.96777,8.25674\n171,1625524957,48.96846,8.25636\n172,1625525016,48.96876,8.25649\n173,1625525071,48.96868,8.25692\n174,1625525136,48.96880,8.25768\n175,1625525181,48.96900,8.25852\n176,1625525280,48.96856,8.25623\n177,1625525322,48.96877,8.25674\n178,1625525362,48.96874,8.25713\n179,1625525402,48.96858,8.25686\n180,1625525446,48.96868,8.25617\n181,1625525483,48.96870,8.25636\n182,1625525518,48.96933,8.25633\n183,1625525552,48.96893,8.25585\n184,1625525585,48.96911,8.25656\n185,1625525621,48.97030,8.25694\n186,1625525655,48.97056,8.25710\n187,1625525688,48.97159,8.25689\n188,1625525721,48.97269,8.25818\n189,1625525762,48.97289,8.25892\n190,1625525823,48.97305,8.25939\n191,1625525888,48.97267,8.25889\n192,1625525947,48.97292,8.25871\n193,1625525990,48.97313,8.25893\n194,1625526046,48.97365,8.25929\n195,1625526083,48.97304,8.25915\n196,1625526121,48.97324,8.26057\n197,1625526155,48.97358,8.26032\n198,1625526203,48.97451,8.26081\n199,1625526239,48.97500,8.25947\n200,1625526272,48.97475,8.25798\n201,1625526305,48.97303,8.25755\n202,1625526340,48.97194,8.25781\n203,1625526379,48.97188,8.25801\n204,1625526418,48.97118,8.25840\n205,1625526455,48.97073,8.25745\n206,1625526490,48.97001,8.25672\n207,1625526526,48.96887,8.25597\n208,1625526562,48.96814,8.25624\n209,1625526599,48.96749,8.25657\n210,1625526632,48.96689,8.25650\n211,1625526665,48.96593,8.25538\n212,1625526700,48.96468,8.25410\n213,1625526740,48.96404,8.25485\n214,1625526778,48.96405,8.25476\n215,1625526812,48.96358,8.25395\n216,1625526846,48.96276,8.25397\n217,1625526883,48.96290,8.25401\n218,1625526917,48.96315,8.25318\n219,1625526991,48.96300,8.25325\n220,1625527030,48.96255,8.25328\n221,1625527067,48.96286,8.25351\n222,1625527117,48.96319,8.25310\n223,1625527162,48.96326,8.25353\n224,1625527202,48.96337,8.25287\n225,1625527241,48.96405,8.25270\n226,1625527276,48.96296,8.25354\n227,1625527324,48.96319,8.25301\n228,1625527365,48.96285,8.25355\n229,1625527401,48.96264,8.25368\n230,1625527434,48.96289,8.25338\n231,1625527480,48.96310,8.25333\n232,1625527523,48.96360,8.25342\n233,1625527577,48.96307,8.25333\n234,1625527612,48.96260,8.25461\n235,1625527649,48.96247,8.25534\n236,1625527690,48.96130,8.25643\n237,1625527726,48.96102,8.25662\n238,1625527772,48.96091,8.25756\n239,1625527811,48.96084,8.25732\n240,1625527849,48.96104,8.25842\n241,1625527884,48.96111,8.25931\n242,1625527918,48.96137,8.26010\n243,1625527952,48.95973,8.26194\n244,1625527986,48.95808,8.26340\n245,1625528020,48.95663,8.26515\n246,1625528055,48.95498,8.26669\n247,1625528089,48.95343,8.26859\n248,1625528122,48.95215,8.27051\n249,1625528156,48.95084,8.27217\n250,1625528190,48.94918,8.27379\n251,1625528224,48.94780,8.27548\n252,1625528258,48.94662,8.27713\n253,1625528292,48.94527,8.27897\n254,1625528326,48.94398,8.28069\n255,1625528360,48.94235,8.28275\n256,1625528394,48.94089,8.28467\n257,1625528428,48.93891,8.28625\n258,1625528462,48.93714,8.28784\n259,1625528496,48.93625,8.28937\n260,1625528531,48.93617,8.28967\n261,1625528565,48.93630,8.28979\n262,1625528599,48.93639,8.28952\n263,1625528633,48.93659,8.28980\n264,1625528667,48.93627,8.28974\n265,1625528701,48.93662,8.28999\n266,1625528735,48.93619,8.28953\n267,1625528769,48.93601,8.28933\n268,1625528803,48.93625,8.28942\n269,1625528837,48.93594,8.28933\n270,1625528871,48.93609,8.28981\n271,1625528905,48.93674,8.28975\n272,1625528939,48.93724,8.28969\n273,1625528973,48.93672,8.28916\n274,1625529007,48.93639,8.28954\n275,1625529041,48.93706,8.28943\n276,1625529076,48.93661,8.28907\n277,1625529110,48.93648,8.28926\n278,1625529144,48.93642,8.28924\n279,1625529178,48.93616,8.28956\n280,1625529212,48.93653,8.28949\n281,1625529246,48.93649,8.28977\n282,1625529280,48.93633,8.28978\n283,1625529314,48.93664,8.28917\n284,1625529348,48.93646,8.28886\n285,1625529382,48.93605,8.28906\n286,1625529416,48.93635,8.28864\n287,1625529450,48.93618,8.28979\n288,1625529484,48.93635,8.28988\n289,1625529518,48.93618,8.28964\n290,1625529552,48.93580,8.29019\n291,1625529586,48.93603,8.28919\n292,1625529620,48.93619,8.28857\n293,1625529654,48.93590,8.28887\n294,1625529689,48.93560,8.28909\n295,1625529722,48.93572,8.28987\n296,1625529756,48.93544,8.28942\n297,1625529791,48.93557,8.28889\n298,1625529825,48.93628,8.28857\n299,1625529859,48.93622,8.28895\n300,1625529893,48.93594,8.28941\n301,1625529927,48.93627,8.28966\n302,1625529961,48.93685,8.28958\n303,1625529995,48.93627,8.28942\n304,1625530029,48.93641,8.28960\n305,1625530063,48.93583,8.29025\n306,1625530097,48.93664,8.28966\n307,1625530131,48.93594,8.29023\n308,1625530165,48.93733,8.28863\n309,1625530199,48.93643,8.28990\n310,1625530233,48.93575,8.29075\n311,1625530267,48.93619,8.28861\n312,1625530301,48.93620,8.28850\n313,1625530335,48.93547,8.28950\n314,1625530369,48.93693,8.28830\n315,1625530414,48.93608,8.28975\n316,1625530458,48.93659,8.28995\n317,1625530494,48.93628,8.28976\n318,1625530528,48.93604,8.28934\n319,1625530564,48.93582,8.28869\n320,1625530600,48.93592,8.28885\n321,1625530636,48.93546,8.28927\n322,1625530672,48.93391,8.28826\n323,1625530708,48.93194,8.28914\n324,1625530744,48.93013,8.28835\n325,1625530886,48.92783,8.28401\n326,1625530939,48.92775,8.28373\n327,1625530996,48.92792,8.28356\n328,1625531050,48.92815,8.28333\n329,1625531123,48.92803,8.28340\n330,1625531185,48.92783,8.28389\n331,1625531272,48.92607,8.28658\n332,1625531320,48.92624,8.28537\n333,1625531366,48.92599,8.28582\n334,1625531414,48.92651,8.28708\n335,1625531461,48.92647,8.28877\n336,1625531507,48.92585,8.28844\n337,1625531552,48.92581,8.28802\n338,1625531596,48.92589,8.28876\n339,1625531640,48.92600,8.28794\n340,1625531682,48.92564,8.28661\n341,1625531728,48.92561,8.28771\n342,1625531771,48.92606,8.28863\n343,1625531817,48.92596,8.28724\n344,1625531852,48.92585,8.28694\n345,1625531887,48.92610,8.28675\n346,1625531924,48.92647,8.28599\n347,1625531957,48.92612,8.28746\n348,1625531990,48.92567,8.28725\n349,1625532036,48.92635,8.28725\n350,1625532082,48.92661,8.28556\n351,1625532116,48.92616,8.28610\n352,1625532162,48.92594,8.28856\n353,1625532208,48.92665,8.29067\n354,1625532254,48.92831,8.29273\n355,1625532299,48.93056,8.29359\n356,1625532335,48.93207,8.29405\n357,1625532369,48.93358,8.29214\n358,1625532405,48.93502,8.29071\n359,1625532441,48.93626,8.28966\n360,1625532477,48.93640,8.28984\n361,1625532522,48.93636,8.28974\n362,1625532559,48.93664,8.28996\n363,1625532594,48.93594,8.28951\n364,1625532628,48.93601,8.28890\n365,1625532661,48.93631,8.28786\n366,1625532694,48.93660,8.28945\n367,1625532729,48.93683,8.28944\n368,1625532763,48.93701,8.28986\n369,1625532796,48.93657,8.28928\n370,1625532831,48.93606,8.28977\n371,1625532867,48.93628,8.28967\n372,1625532902,48.93643,8.28989\n373,1625532937,48.93645,8.28961\n374,1625532972,48.93632,8.28967\n375,1625533006,48.93613,8.28958\n376,1625533041,48.93597,8.28942\n377,1625533076,48.93634,8.28954\n378,1625533110,48.93644,8.28998\n379,1625533144,48.93602,8.28940\n380,1625533179,48.93609,8.28976\n381,1625533220,48.93624,8.28969\n382,1625533262,48.93649,8.28999\n383,1625533303,48.93589,8.28955\n384,1625533344,48.93592,8.28856\n385,1625533386,48.93670,8.28933\n386,1625533427,48.93689,8.28932\n387,1625533469,48.93589,8.28968\n388,1625533511,48.93603,8.28892\n389,1625533553,48.93610,8.28959\n390,1625533594,48.93599,8.28966\n391,1625533635,48.93596,8.28891\n392,1625533676,48.93624,8.28898\n393,1625533717,48.93631,8.28880\n394,1625533758,48.93598,8.28942\n395,1625533800,48.93589,8.28947\n396,1625533840,48.93655,8.28996\n397,1625533880,48.93653,8.28976\n398,1625533921,48.93610,8.28966\n399,1625533971,48.93585,8.28944\n400,1625534013,48.93641,8.28969\n401,1625534064,48.93661,8.28910\n402,1625534105,48.93622,8.28952\n403,1625534146,48.93585,8.28961\n404,1625534188,48.93653,8.28916\n405,1625534229,48.93585,8.28980\n406,1625534272,48.93529,8.29330\n407,1625534313,48.93442,8.29658\n408,1625534355,48.93336,8.29985\n409,1625534396,48.93241,8.30338\n410,1625534437,48.93158,8.30713"
  },
  {
    "path": "TickTagData/11_MyotisMyotis/20210706_MyotisMyotis_completeDownload.txt",
    "content": "---TICK-TAG---\n***START MEMORY***\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nEMPTY\n***END MEMORY***\nV103, ID: 51-2617, 4202mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\n\n\n-------------\n\n1692 $GPRMC,235942.800,V,,,,,0.00,0.00,050180,,,N*42\n$GPGGA,235942.800,,,,,0,0,,,M,,M,,*4B\n\n3T0F0H0T0\n---TICK-TAG---\n***START MEMORY***\nUVs: 4, TOs: 0/12, ErrorsOrGF: 0, TTFF: 98\nFixes: 29, Avg. time to fix: 45 s, Avg. HDOP (x10): 27\n\ncount,timestamp,lat,lon\n1,1625532033,49.02462,8.26659\n2,1625532101,49.02156,8.27117\n3,1625532166,49.01885,8.27487\n4,1625532230,49.01687,8.27974\n5,1625532297,49.01312,8.28592\n6,1625532361,49.01001,8.29082\n7,1625532425,49.00731,8.29530\n8,1625532496,49.00305,8.30198\n9,1625532565,48.99972,8.30650\n10,1625532628,48.99567,8.31002\n11,1625532700,48.99033,8.31516\n12,1625532811,48.98770,8.31823\n13,1625532970,48.98718,8.31908\n14,1625533110,48.98776,8.31896\n15,1625533220,48.98807,8.31368\n16,1625533329,48.98804,8.31638\n17,1625533474,48.98752,8.31382\n18,1625533665,48.98589,8.31287\n19,1625533829,48.98678,8.31003\n20,1625533985,48.98797,8.31446\n21,1625534112,48.98923,8.31919\n22,1625534369,48.98769,8.31810\n23,1625534438,48.98887,8.31952\n24,1625534521,48.98928,8.31882\n25,1625534711,48.98579,8.31713\n26,1625534783,48.98147,8.32016\n27,1625534855,48.97719,8.32419\n28,1625534926,48.97246,8.32813\n29,1625534999,48.96804,8.33097\n***END MEMORY***\nV103, ID: 51-2839, 3498mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 60 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\n\n----------------\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nEMPTY\n***END MEMORY***\nV103, ID: 30-3001, 4211mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 60 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\nTimeout. Sleeping until re-activation (by pressing download button again)\n\n------------------\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 26, TOs: 0/0, ErrorsOrGF: 0, TTFF: 157\nFixes: 410, Avg. time to fix: 10 s, Avg. HDOP (x10): 22\n\ncount,timestamp,lat,lon\n1,1625517751,48.95857,8.31896\n2,1625517785,48.95783,8.31765\n3,1625517819,48.95762,8.31646\n4,1625517856,48.95806,8.31370\n5,1625517889,48.95775,8.31159\n6,1625517923,48.95687,8.30984\n7,1625517957,48.95565,8.30841\n8,1625517990,48.95438,8.30678\n9,1625518023,48.95333,8.30579\n10,1625518056,48.95165,8.30482\n11,1625518090,48.95001,8.30472\n12,1625518123,48.94858,8.30553\n13,1625518157,48.94711,8.30644\n14,1625518191,48.94562,8.30771\n15,1625518224,48.94407,8.30791\n16,1625518257,48.94210,8.30755\n17,1625518290,48.94035,8.30707\n18,1625518323,48.93843,8.30676\n19,1625518357,48.93738,8.30701\n20,1625518399,48.93637,8.30756\n21,1625518433,48.93557,8.30760\n22,1625518467,48.93509,8.30653\n23,1625518501,48.93448,8.30685\n24,1625518542,48.93314,8.30727\n25,1625518582,48.93316,8.30789\n26,1625518622,48.93315,8.30779\n27,1625518665,48.93279,8.30801\n28,1625518714,48.93273,8.30933\n29,1625518756,48.93218,8.30953\n30,1625518795,48.93094,8.31067\n31,1625518838,48.93067,8.31125\n32,1625518890,48.92934,8.31169\n33,1625518931,48.93043,8.31165\n34,1625518985,48.92942,8.31094\n35,1625519019,48.92901,8.31042\n36,1625519052,48.92952,8.30869\n37,1625519086,48.92933,8.30610\n38,1625519120,48.92935,8.30341\n39,1625519153,48.92880,8.30085\n40,1625519187,48.92855,8.29807\n41,1625519221,48.92765,8.29580\n42,1625519255,48.92760,8.29334\n43,1625519289,48.92686,8.29188\n44,1625519324,48.92626,8.29010\n45,1625519359,48.92624,8.28862\n46,1625519393,48.92589,8.28797\n47,1625519427,48.92637,8.28707\n48,1625519462,48.92619,8.28679\n49,1625519496,48.92620,8.28609\n50,1625519530,48.92609,8.28606\n51,1625519564,48.92652,8.28523\n52,1625519598,48.92640,8.28619\n53,1625519633,48.92619,8.28615\n54,1625519667,48.92640,8.28538\n55,1625519700,48.92605,8.28537\n56,1625519734,48.92607,8.28675\n57,1625519769,48.92555,8.28735\n58,1625519803,48.92576,8.28772\n59,1625519838,48.92618,8.28739\n60,1625519873,48.92592,8.28708\n61,1625519907,48.92595,8.28711\n62,1625519942,48.92590,8.28723\n63,1625519976,48.92594,8.28675\n64,1625520010,48.92571,8.28770\n65,1625520044,48.92561,8.28866\n66,1625520078,48.92599,8.28763\n67,1625520112,48.92548,8.28721\n68,1625520146,48.92609,8.28633\n69,1625520181,48.92687,8.28617\n70,1625520223,48.92720,8.28522\n71,1625520258,48.92649,8.28488\n72,1625520292,48.92585,8.28624\n73,1625520326,48.92556,8.28765\n74,1625520360,48.92562,8.28872\n75,1625520394,48.92537,8.28738\n76,1625520429,48.92633,8.28741\n77,1625520463,48.92751,8.28696\n78,1625520497,48.92993,8.28571\n79,1625520530,48.93229,8.28474\n80,1625520568,48.93463,8.28563\n81,1625520603,48.93583,8.28785\n82,1625520638,48.93587,8.28890\n83,1625520672,48.93633,8.28922\n84,1625520707,48.93641,8.28931\n85,1625520743,48.93641,8.28973\n86,1625520779,48.93634,8.28942\n87,1625520814,48.93690,8.28974\n88,1625520849,48.93634,8.28896\n89,1625520883,48.93568,8.29062\n90,1625520918,48.93693,8.28965\n91,1625520953,48.93646,8.28983\n92,1625520989,48.93643,8.28980\n93,1625521024,48.93612,8.28962\n94,1625521059,48.93621,8.28981\n95,1625521094,48.93606,8.28938\n96,1625521130,48.93712,8.28993\n97,1625521166,48.93773,8.28950\n98,1625521203,48.93897,8.28750\n99,1625521236,48.94145,8.28599\n100,1625521272,48.94285,8.28490\n101,1625521316,48.94594,8.28142\n102,1625521350,48.94734,8.28044\n103,1625521383,48.94914,8.27796\n104,1625521418,48.95011,8.27509\n105,1625521451,48.95137,8.27298\n106,1625521484,48.95211,8.27126\n107,1625521516,48.95426,8.26843\n108,1625521549,48.95573,8.26687\n109,1625521582,48.95730,8.26501\n110,1625521617,48.95867,8.26255\n111,1625521653,48.96025,8.26021\n112,1625521686,48.96129,8.25829\n113,1625521743,48.96120,8.25700\n114,1625521789,48.96134,8.25745\n115,1625521834,48.96148,8.25731\n116,1625521888,48.96212,8.25712\n117,1625521927,48.96104,8.25741\n118,1625521969,48.96129,8.25731\n119,1625522002,48.96114,8.25804\n120,1625522053,48.96113,8.25693\n121,1625522095,48.96153,8.25722\n122,1625522142,48.96145,8.25615\n123,1625522182,48.96202,8.25455\n124,1625522235,48.96284,8.25466\n125,1625522269,48.96252,8.25592\n126,1625522328,48.96349,8.25650\n127,1625522370,48.96390,8.25579\n128,1625522430,48.96324,8.25594\n129,1625522470,48.96324,8.25507\n130,1625522510,48.96314,8.25520\n131,1625522551,48.96291,8.25447\n132,1625522613,48.96314,8.25355\n133,1625522648,48.96337,8.25401\n134,1625522698,48.96289,8.25479\n135,1625522746,48.96376,8.25294\n136,1625522817,48.96277,8.25608\n137,1625522881,48.96496,8.25361\n138,1625522917,48.96471,8.25508\n139,1625522965,48.96472,8.25619\n140,1625523030,48.96286,8.25843\n141,1625523122,48.96486,8.25424\n142,1625523199,48.96221,8.25713\n143,1625523234,48.96291,8.25542\n144,1625523271,48.96289,8.25452\n145,1625523310,48.96260,8.25457\n146,1625523355,48.96303,8.25497\n147,1625523395,48.96280,8.25394\n148,1625523434,48.96265,8.25472\n149,1625523478,48.96247,8.25590\n150,1625523528,48.96258,8.25471\n151,1625523601,48.96139,8.25763\n152,1625523642,48.96123,8.25667\n153,1625523680,48.96122,8.25684\n154,1625523720,48.96061,8.25726\n155,1625523755,48.96157,8.25703\n156,1625523828,48.96140,8.25640\n157,1625523864,48.96123,8.25789\n158,1625523936,48.96186,8.25906\n159,1625523971,48.96090,8.26064\n160,1625524013,48.96156,8.25843\n161,1625524055,48.96128,8.25828\n162,1625524106,48.96106,8.25729\n163,1625524170,48.96306,8.25201\n164,1625524245,48.96336,8.25041\n165,1625524306,48.96283,8.25415\n166,1625524399,48.96313,8.25506\n167,1625524489,48.96279,8.25476\n168,1625524549,48.96305,8.25394\n169,1625524603,48.96297,8.25547\n170,1625524915,48.96777,8.25674\n171,1625524957,48.96846,8.25636\n172,1625525016,48.96876,8.25649\n173,1625525071,48.96868,8.25692\n174,1625525136,48.96880,8.25768\n175,1625525181,48.96900,8.25852\n176,1625525280,48.96856,8.25623\n177,1625525322,48.96877,8.25674\n178,1625525362,48.96874,8.25713\n179,1625525402,48.96858,8.25686\n180,1625525446,48.96868,8.25617\n181,1625525483,48.96870,8.25636\n182,1625525518,48.96933,8.25633\n183,1625525552,48.96893,8.25585\n184,1625525585,48.96911,8.25656\n185,1625525621,48.97030,8.25694\n186,1625525655,48.97056,8.25710\n187,1625525688,48.97159,8.25689\n188,1625525721,48.97269,8.25818\n189,1625525762,48.97289,8.25892\n190,1625525823,48.97305,8.25939\n191,1625525888,48.97267,8.25889\n192,1625525947,48.97292,8.25871\n193,1625525990,48.97313,8.25893\n194,1625526046,48.97365,8.25929\n195,1625526083,48.97304,8.25915\n196,1625526121,48.97324,8.26057\n197,1625526155,48.97358,8.26032\n198,1625526203,48.97451,8.26081\n199,1625526239,48.97500,8.25947\n200,1625526272,48.97475,8.25798\n201,1625526305,48.97303,8.25755\n202,1625526340,48.97194,8.25781\n203,1625526379,48.97188,8.25801\n204,1625526418,48.97118,8.25840\n205,1625526455,48.97073,8.25745\n206,1625526490,48.97001,8.25672\n207,1625526526,48.96887,8.25597\n208,1625526562,48.96814,8.25624\n209,1625526599,48.96749,8.25657\n210,1625526632,48.96689,8.25650\n211,1625526665,48.96593,8.25538\n212,1625526700,48.96468,8.25410\n213,1625526740,48.96404,8.25485\n214,1625526778,48.96405,8.25476\n215,1625526812,48.96358,8.25395\n216,1625526846,48.96276,8.25397\n217,1625526883,48.96290,8.25401\n218,1625526917,48.96315,8.25318\n219,1625526991,48.96300,8.25325\n220,1625527030,48.96255,8.25328\n221,1625527067,48.96286,8.25351\n222,1625527117,48.96319,8.25310\n223,1625527162,48.96326,8.25353\n224,1625527202,48.96337,8.25287\n225,1625527241,48.96405,8.25270\n226,1625527276,48.96296,8.25354\n227,1625527324,48.96319,8.25301\n228,1625527365,48.96285,8.25355\n229,1625527401,48.96264,8.25368\n230,1625527434,48.96289,8.25338\n231,1625527480,48.96310,8.25333\n232,1625527523,48.96360,8.25342\n233,1625527577,48.96307,8.25333\n234,1625527612,48.96260,8.25461\n235,1625527649,48.96247,8.25534\n236,1625527690,48.96130,8.25643\n237,1625527726,48.96102,8.25662\n238,1625527772,48.96091,8.25756\n239,1625527811,48.96084,8.25732\n240,1625527849,48.96104,8.25842\n241,1625527884,48.96111,8.25931\n242,1625527918,48.96137,8.26010\n243,1625527952,48.95973,8.26194\n244,1625527986,48.95808,8.26340\n245,1625528020,48.95663,8.26515\n246,1625528055,48.95498,8.26669\n247,1625528089,48.95343,8.26859\n248,1625528122,48.95215,8.27051\n249,1625528156,48.95084,8.27217\n250,1625528190,48.94918,8.27379\n251,1625528224,48.94780,8.27548\n252,1625528258,48.94662,8.27713\n253,1625528292,48.94527,8.27897\n254,1625528326,48.94398,8.28069\n255,1625528360,48.94235,8.28275\n256,1625528394,48.94089,8.28467\n257,1625528428,48.93891,8.28625\n258,1625528462,48.93714,8.28784\n259,1625528496,48.93625,8.28937\n260,1625528531,48.93617,8.28967\n261,1625528565,48.93630,8.28979\n262,1625528599,48.93639,8.28952\n263,1625528633,48.93659,8.28980\n264,1625528667,48.93627,8.28974\n265,1625528701,48.93662,8.28999\n266,1625528735,48.93619,8.28953\n267,1625528769,48.93601,8.28933\n268,1625528803,48.93625,8.28942\n269,1625528837,48.93594,8.28933\n270,1625528871,48.93609,8.28981\n271,1625528905,48.93674,8.28975\n272,1625528939,48.93724,8.28969\n273,1625528973,48.93672,8.28916\n274,1625529007,48.93639,8.28954\n275,1625529041,48.93706,8.28943\n276,1625529076,48.93661,8.28907\n277,1625529110,48.93648,8.28926\n278,1625529144,48.93642,8.28924\n279,1625529178,48.93616,8.28956\n280,1625529212,48.93653,8.28949\n281,1625529246,48.93649,8.28977\n282,1625529280,48.93633,8.28978\n283,1625529314,48.93664,8.28917\n284,1625529348,48.93646,8.28886\n285,1625529382,48.93605,8.28906\n286,1625529416,48.93635,8.28864\n287,1625529450,48.93618,8.28979\n288,1625529484,48.93635,8.28988\n289,1625529518,48.93618,8.28964\n290,1625529552,48.93580,8.29019\n291,1625529586,48.93603,8.28919\n292,1625529620,48.93619,8.28857\n293,1625529654,48.93590,8.28887\n294,1625529689,48.93560,8.28909\n295,1625529722,48.93572,8.28987\n296,1625529756,48.93544,8.28942\n297,1625529791,48.93557,8.28889\n298,1625529825,48.93628,8.28857\n299,1625529859,48.93622,8.28895\n300,1625529893,48.93594,8.28941\n301,1625529927,48.93627,8.28966\n302,1625529961,48.93685,8.28958\n303,1625529995,48.93627,8.28942\n304,1625530029,48.93641,8.28960\n305,1625530063,48.93583,8.29025\n306,1625530097,48.93664,8.28966\n307,1625530131,48.93594,8.29023\n308,1625530165,48.93733,8.28863\n309,1625530199,48.93643,8.28990\n310,1625530233,48.93575,8.29075\n311,1625530267,48.93619,8.28861\n312,1625530301,48.93620,8.28850\n313,1625530335,48.93547,8.28950\n314,1625530369,48.93693,8.28830\n315,1625530414,48.93608,8.28975\n316,1625530458,48.93659,8.28995\n317,1625530494,48.93628,8.28976\n318,1625530528,48.93604,8.28934\n319,1625530564,48.93582,8.28869\n320,1625530600,48.93592,8.28885\n321,1625530636,48.93546,8.28927\n322,1625530672,48.93391,8.28826\n323,1625530708,48.93194,8.28914\n324,1625530744,48.93013,8.28835\n325,1625530886,48.92783,8.28401\n326,1625530939,48.92775,8.28373\n327,1625530996,48.92792,8.28356\n328,1625531050,48.92815,8.28333\n329,1625531123,48.92803,8.28340\n330,1625531185,48.92783,8.28389\n331,1625531272,48.92607,8.28658\n332,1625531320,48.92624,8.28537\n333,1625531366,48.92599,8.28582\n334,1625531414,48.92651,8.28708\n335,1625531461,48.92647,8.28877\n336,1625531507,48.92585,8.28844\n337,1625531552,48.92581,8.28802\n338,1625531596,48.92589,8.28876\n339,1625531640,48.92600,8.28794\n340,1625531682,48.92564,8.28661\n341,1625531728,48.92561,8.28771\n342,1625531771,48.92606,8.28863\n343,1625531817,48.92596,8.28724\n344,1625531852,48.92585,8.28694\n345,1625531887,48.92610,8.28675\n346,1625531924,48.92647,8.28599\n347,1625531957,48.92612,8.28746\n348,1625531990,48.92567,8.28725\n349,1625532036,48.92635,8.28725\n350,1625532082,48.92661,8.28556\n351,1625532116,48.92616,8.28610\n352,1625532162,48.92594,8.28856\n353,1625532208,48.92665,8.29067\n354,1625532254,48.92831,8.29273\n355,1625532299,48.93056,8.29359\n356,1625532335,48.93207,8.29405\n357,1625532369,48.93358,8.29214\n358,1625532405,48.93502,8.29071\n359,1625532441,48.93626,8.28966\n360,1625532477,48.93640,8.28984\n361,1625532522,48.93636,8.28974\n362,1625532559,48.93664,8.28996\n363,1625532594,48.93594,8.28951\n364,1625532628,48.93601,8.28890\n365,1625532661,48.93631,8.28786\n366,1625532694,48.93660,8.28945\n367,1625532729,48.93683,8.28944\n368,1625532763,48.93701,8.28986\n369,1625532796,48.93657,8.28928\n370,1625532831,48.93606,8.28977\n371,1625532867,48.93628,8.28967\n372,1625532902,48.93643,8.28989\n373,1625532937,48.93645,8.28961\n374,1625532972,48.93632,8.28967\n375,1625533006,48.93613,8.28958\n376,1625533041,48.93597,8.28942\n377,1625533076,48.93634,8.28954\n378,1625533110,48.93644,8.28998\n379,1625533144,48.93602,8.28940\n380,1625533179,48.93609,8.28976\n381,1625533220,48.93624,8.28969\n382,1625533262,48.93649,8.28999\n383,1625533303,48.93589,8.28955\n384,1625533344,48.93592,8.28856\n385,1625533386,48.93670,8.28933\n386,1625533427,48.93689,8.28932\n387,1625533469,48.93589,8.28968\n388,1625533511,48.93603,8.28892\n389,1625533553,48.93610,8.28959\n390,1625533594,48.93599,8.28966\n391,1625533635,48.93596,8.28891\n392,1625533676,48.93624,8.28898\n393,1625533717,48.93631,8.28880\n394,1625533758,48.93598,8.28942\n395,1625533800,48.93589,8.28947\n396,1625533840,48.93655,8.28996\n397,1625533880,48.93653,8.28976\n398,1625533921,48.93610,8.28966\n399,1625533971,48.93585,8.28944\n400,1625534013,48.93641,8.28969\n401,1625534064,48.93661,8.28910\n402,1625534105,48.93622,8.28952\n403,1625534146,48.93585,8.28961\n404,1625534188,48.93653,8.28916\n405,1625534229,48.93585,8.28980\n406,1625534272,48.93529,8.29330\n407,1625534313,48.93442,8.29658\n408,1625534355,48.93336,8.29985\n409,1625534396,48.93241,8.30338\n410,1625534437,48.93158,8.30713\n***END MEMORY***\nV103, ID: 30-421F, 3625mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 30 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\n\n------------------------\n\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nEMPTY\n***END MEMORY***\nV103, ID: 51-2841, 4234mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\nTimeout. Sleeping until re-activation (by pressing download button again)\n\n\n-----\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nEMPTY\n***END MEMORY***\nV103, ID: 51-2841, 4234mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\nTimeout. Sleeping until re-activation (by pressing download button again)\n---TICK-TAG---\n***START MEMORY***\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nEMPTY\n***END MEMORY***\nV103, ID: 30-132E, 4206mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 1 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\n\n-----\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 0, TOs: 0/0, ErrorsOrGF: 0, TTFF: 0\nFixes: 4, Avg. time to fix: 180 s, Avg. HDOP (x10): 80\n\ncount,timestamp,lat,lon\n1,1625518433,48.97347,8.36795\n2,1625518647,48.97333,8.36784\n3,1625518831,48.97387,8.36923\n4,1625518978,48.97422,8.36893\n***END MEMORY***\nV103, ID: 51-1C1D, 4187mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 30 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\n\n\n-----\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 3, TOs: 0/4, ErrorsOrGF: 0, TTFF: 91\nFixes: 241, Avg. time to fix: 15 s, Avg. HDOP (x10): 16\n\ncount,timestamp,lat,lon\n1,1625518909,48.97748,8.30403\n2,1625518946,48.97733,8.30414\n3,1625518994,48.97721,8.30407\n4,1625519041,48.97684,8.30421\n5,1625519084,48.97675,8.30422\n6,1625519137,48.97570,8.30490\n7,1625519187,48.97702,8.30437\n8,1625519224,48.97699,8.30419\n9,1625519270,48.97710,8.30427\n10,1625519325,48.97706,8.30421\n11,1625519367,48.97716,8.30423\n12,1625519416,48.97594,8.30461\n13,1625519449,48.97535,8.30504\n14,1625519491,48.97498,8.30675\n15,1625519533,48.97316,8.30939\n16,1625519575,48.97258,8.31249\n17,1625519617,48.97284,8.31560\n18,1625519680,48.97335,8.31588\n19,1625519714,48.97345,8.31580\n20,1625519765,48.97340,8.31592\n21,1625519800,48.97368,8.31588\n22,1625519837,48.97340,8.31553\n23,1625519873,48.97348,8.31569\n24,1625519925,48.97352,8.31555\n25,1625519977,48.97277,8.31576\n26,1625520025,48.97482,8.31467\n27,1625520080,48.97344,8.31539\n28,1625520133,48.97310,8.31557\n29,1625520194,48.97316,8.31588\n30,1625520241,48.97374,8.31515\n31,1625520335,48.97329,8.31661\n32,1625520404,48.97341,8.31525\n33,1625520464,48.97352,8.31536\n34,1625520515,48.97325,8.31556\n35,1625520560,48.97425,8.31597\n36,1625520601,48.97345,8.31571\n37,1625520643,48.97281,8.31754\n38,1625520685,48.97180,8.31871\n39,1625520727,48.97081,8.32028\n40,1625520762,48.97018,8.32155\n41,1625520805,48.96841,8.32379\n42,1625520859,48.96860,8.32514\n43,1625520901,48.96751,8.32681\n44,1625520949,48.96761,8.32678\n45,1625520992,48.96671,8.32949\n46,1625521026,48.96631,8.33155\n47,1625521061,48.96597,8.33330\n48,1625521111,48.96517,8.33590\n49,1625521163,48.96609,8.33565\n50,1625521221,48.96555,8.33568\n51,1625523894,48.96561,8.33559\n52,1625525206,48.96565,8.33564\n53,1625525290,48.96540,8.33427\n54,1625525345,48.96655,8.32880\n55,1625525409,48.96800,8.32532\n56,1625525466,48.97028,8.32084\n57,1625525521,48.97307,8.31625\n58,1625525595,48.97343,8.31599\n59,1625525657,48.97353,8.31585\n60,1625525722,48.97332,8.31571\n61,1625525908,48.97317,8.31554\n62,1625525947,48.97313,8.31517\n63,1625526011,48.97325,8.31595\n64,1625526098,48.97316,8.31529\n65,1625526148,48.97311,8.31552\n66,1625526184,48.97338,8.31542\n67,1625526218,48.97338,8.31595\n68,1625526253,48.97366,8.31595\n69,1625526287,48.97274,8.31447\n70,1625526323,48.97358,8.31550\n71,1625526362,48.97341,8.31534\n72,1625526404,48.97336,8.31565\n73,1625526440,48.97324,8.31581\n74,1625526481,48.97342,8.31548\n75,1625526518,48.97355,8.31515\n76,1625526554,48.97300,8.31584\n77,1625526591,48.97383,8.31488\n78,1625526627,48.97322,8.31574\n79,1625526663,48.97323,8.31571\n80,1625526701,48.97334,8.31546\n81,1625526743,48.97342,8.31549\n82,1625526780,48.97341,8.31576\n83,1625526814,48.97349,8.31588\n84,1625526849,48.97355,8.31604\n85,1625526884,48.97327,8.31575\n86,1625526920,48.97343,8.31578\n87,1625526967,48.97286,8.31636\n88,1625527007,48.97344,8.31530\n89,1625527052,48.97331,8.31556\n90,1625527093,48.97383,8.31493\n91,1625527134,48.97333,8.31588\n92,1625527173,48.97358,8.31551\n93,1625527211,48.97335,8.31560\n94,1625527255,48.97345,8.31553\n95,1625527297,48.97278,8.31631\n96,1625527339,48.97281,8.31628\n97,1625527376,48.97343,8.31557\n98,1625527412,48.97332,8.31583\n99,1625527450,48.97335,8.31579\n100,1625527484,48.97337,8.31558\n101,1625527517,48.97239,8.31453\n102,1625527551,48.97237,8.31450\n103,1625527586,48.97150,8.31299\n104,1625527621,48.97103,8.31025\n105,1625527654,48.97079,8.30969\n106,1625527688,48.97055,8.30961\n107,1625527723,48.96905,8.30836\n108,1625527757,48.96985,8.30736\n109,1625527791,48.96932,8.30567\n110,1625527825,48.97040,8.30485\n111,1625527859,48.97190,8.30561\n112,1625527902,48.97251,8.30841\n113,1625527936,48.97209,8.31102\n114,1625527970,48.97229,8.31336\n115,1625528004,48.97331,8.31527\n116,1625528043,48.97350,8.31600\n117,1625528077,48.97352,8.31592\n118,1625528118,48.97363,8.31576\n119,1625528163,48.97369,8.31676\n120,1625528222,48.97355,8.31596\n121,1625528268,48.97332,8.31576\n122,1625528313,48.97311,8.31510\n123,1625528349,48.97301,8.31498\n124,1625528383,48.97330,8.31459\n125,1625528417,48.97298,8.31511\n126,1625528451,48.97451,8.31637\n127,1625528489,48.97318,8.31539\n128,1625528523,48.97364,8.31552\n129,1625528559,48.97189,8.31452\n130,1625528595,48.96999,8.31607\n131,1625528630,48.96851,8.31752\n132,1625528666,48.96691,8.31914\n133,1625528699,48.96548,8.32055\n134,1625528735,48.96360,8.32258\n135,1625528775,48.96195,8.32512\n136,1625528813,48.96121,8.32785\n137,1625528850,48.96067,8.33062\n138,1625528889,48.96047,8.33338\n139,1625528936,48.95856,8.33574\n140,1625528981,48.95799,8.33662\n141,1625529023,48.95738,8.33619\n142,1625529073,48.95597,8.33677\n143,1625529122,48.95483,8.33597\n144,1625529159,48.95535,8.33679\n145,1625529197,48.95536,8.33781\n146,1625529231,48.95438,8.33946\n147,1625529265,48.95416,8.34119\n148,1625529349,48.95300,8.34359\n149,1625529389,48.95286,8.34546\n150,1625529436,48.95301,8.34747\n151,1625529489,48.95155,8.34882\n152,1625529545,48.95188,8.34852\n153,1625529605,48.95236,8.34718\n154,1625529665,48.95254,8.34865\n155,1625529757,48.95200,8.34793\n156,1625529821,48.95178,8.34704\n157,1625529877,48.95100,8.34725\n158,1625529931,48.95057,8.34746\n159,1625529992,48.95113,8.34755\n160,1625530039,48.95084,8.34747\n161,1625530104,48.95104,8.34765\n162,1625530157,48.95063,8.34742\n163,1625530231,48.95116,8.34760\n164,1625530352,48.95124,8.34738\n165,1625530397,48.95103,8.34742\n166,1625530432,48.95117,8.34758\n167,1625530487,48.95125,8.34760\n168,1625530559,48.95139,8.34739\n169,1625530601,48.95125,8.34762\n170,1625530672,48.95169,8.34738\n171,1625530723,48.95092,8.34731\n172,1625530769,48.95104,8.34767\n173,1625530832,48.95194,8.34695\n174,1625530929,48.95130,8.34721\n175,1625530969,48.94980,8.34714\n176,1625531008,48.94949,8.34709\n177,1625531047,48.94867,8.34757\n178,1625531086,48.94850,8.34796\n179,1625531125,48.94817,8.34739\n180,1625531164,48.94869,8.34809\n181,1625531205,48.94945,8.34857\n182,1625531247,48.95033,8.34944\n183,1625531285,48.95074,8.34924\n184,1625531324,48.94986,8.34925\n185,1625531363,48.94884,8.34852\n186,1625531398,48.94818,8.34772\n187,1625531437,48.94731,8.34754\n188,1625531476,48.94715,8.34640\n189,1625531535,48.94805,8.34631\n190,1625531588,48.94837,8.34627\n191,1625531632,48.94800,8.34607\n192,1625531680,48.94712,8.34690\n193,1625531732,48.94753,8.34663\n194,1625531775,48.94761,8.34623\n195,1625531819,48.94768,8.34644\n196,1625531870,48.94795,8.34627\n197,1625531919,48.94835,8.34647\n198,1625531965,48.94775,8.34597\n199,1625532014,48.94784,8.34651\n200,1625532074,48.94770,8.34641\n201,1625532132,48.94806,8.34527\n202,1625532170,48.94870,8.34697\n203,1625532209,48.94974,8.34703\n204,1625532248,48.95019,8.34584\n205,1625532287,48.95141,8.34586\n206,1625532326,48.95219,8.34735\n207,1625532371,48.95324,8.34748\n208,1625532410,48.95247,8.34712\n209,1625532452,48.95200,8.34840\n210,1625532490,48.95206,8.34918\n211,1625532531,48.95288,8.34850\n212,1625532569,48.95275,8.34781\n213,1625532608,48.95273,8.34680\n214,1625532650,48.95288,8.34426\n215,1625532688,48.95275,8.34351\n216,1625532728,48.95327,8.34340\n217,1625532768,48.95347,8.34313\n218,1625532807,48.95310,8.34376\n219,1625532844,48.95291,8.34347\n220,1625532883,48.95297,8.34243\n221,1625532924,48.95360,8.34008\n222,1625532965,48.95368,8.33911\n223,1625533007,48.95355,8.33769\n224,1625533047,48.95377,8.33723\n225,1625533083,48.95280,8.33821\n226,1625533118,48.95265,8.33920\n227,1625533153,48.95290,8.33772\n228,1625533188,48.95296,8.33766\n229,1625533229,48.95334,8.33777\n230,1625533272,48.95368,8.33712\n231,1625533320,48.95353,8.33820\n232,1625533374,48.95381,8.33765\n233,1625533415,48.95360,8.33687\n234,1625533463,48.95326,8.33709\n235,1625533505,48.95345,8.33752\n236,1625533614,48.95357,8.33792\n237,1625533653,48.95367,8.33665\n238,1625533699,48.95421,8.33647\n239,1625533741,48.95413,8.33642\n240,1625533793,48.95506,8.33699\n241,1625533842,48.95584,8.33834\n***END MEMORY***\nV103, ID: 51-1522, 3382mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 30 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\n\n\n--------\n\n---TICK-TAG---\n***START MEMORY***\nUVs: 4, TOs: 1/7, ErrorsOrGF: 0, TTFF: 181\nFixes: 75, Avg. time to fix: 38 s, Avg. HDOP (x10): 23\n\ncount,timestamp,lat,lon\n1,1625520658,48.98375,8.31974\n2,1625520729,48.98001,8.32018\n3,1625520794,48.97849,8.31855\n4,1625520861,48.97856,8.31919\n5,1625520925,48.97899,8.31928\n6,1625520988,48.97826,8.31872\n7,1625521051,48.97657,8.32049\n8,1625521116,48.97425,8.32531\n9,1625521179,48.97129,8.32948\n10,1625521250,48.96752,8.33301\n11,1625521317,48.96560,8.33549\n12,1625521415,48.96627,8.33523\n13,1625522695,48.97830,8.31876\n14,1625522777,48.98024,8.31932\n15,1625522880,48.98712,8.31912\n16,1625523114,48.99005,8.31809\n17,1625523256,48.99021,8.31796\n18,1625523373,48.99143,8.31687\n19,1625523478,48.99022,8.31761\n20,1625523601,48.99097,8.31786\n21,1625523698,48.99099,8.31770\n22,1625523782,48.98968,8.31821\n23,1625523872,48.99009,8.31804\n24,1625523950,48.98935,8.31936\n25,1625524020,48.98517,8.32026\n26,1625524085,48.98150,8.31978\n27,1625524157,48.97813,8.31869\n28,1625524225,48.97816,8.31868\n29,1625524315,48.97838,8.31853\n30,1625524380,48.97873,8.31832\n31,1625524444,48.97813,8.31892\n32,1625524509,48.97895,8.31838\n33,1625524585,48.97890,8.31868\n34,1625524669,48.97832,8.31862\n35,1625524766,48.97848,8.31828\n36,1625524849,48.97838,8.31870\n37,1625524933,48.97846,8.31862\n38,1625524999,48.97864,8.31799\n39,1625525078,48.97818,8.31874\n40,1625525161,48.97841,8.31869\n41,1625525233,48.97854,8.31891\n42,1625525321,48.97869,8.31919\n43,1625525402,48.97806,8.31907\n44,1625525473,48.97894,8.32071\n45,1625525540,48.97818,8.32265\n46,1625525612,48.97528,8.32598\n47,1625525683,48.97153,8.32902\n48,1625525757,48.96792,8.33258\n49,1625525821,48.96635,8.33514\n50,1625525894,48.96638,8.33468\n51,1625527160,48.96889,8.31882\n52,1625527232,48.97166,8.31247\n53,1625527303,48.97405,8.30581\n54,1625527375,48.97668,8.31006\n55,1625527448,48.97775,8.31562\n56,1625527552,48.97816,8.31888\n57,1625527655,48.97858,8.31812\n58,1625527854,48.97855,8.31821\n59,1625528184,48.97875,8.31783\n60,1625528345,48.97838,8.31847\n61,1625528476,48.97865,8.31812\n62,1625528682,48.97840,8.31846\n63,1625532539,48.97132,8.32969\n64,1625532665,48.97842,8.32424\n65,1625532755,48.98280,8.32075\n66,1625533076,48.98836,8.31843\n67,1625533152,48.98799,8.31617\n68,1625533223,48.98830,8.31650\n69,1625533299,48.98833,8.31758\n70,1625533376,48.98725,8.31812\n71,1625533456,48.98840,8.31698\n72,1625533560,48.98877,8.31486\n73,1625533667,48.98601,8.31720\n74,1625533733,48.98541,8.31791\n75,1625533801,48.98207,8.32077\n***END MEMORY***\nV103, ID: 30-0C2A, 3412mV\nSETTINGS:\n- Shutdown voltage: 3300 mV\n- GPS frequency: 60 sec\n- Accuracy mode: 3 (min. HDOP*10: 40)\n- Activation delay: 30 sec\n- ON time: 20:40 - 5:00 UTC\n-------------------\n(0) Read memory again\n(1) Reset memory\n(2) Set shutdown voltage\n(3) Set GPS frequency\n(4) Set accuracy\n(5) Set delay after activation\n(6) Set ON/OFF hour\n(7) Exit\n-------------------\n\n\n\n\n\n"
  },
  {
    "path": "TickTagHardware/GerberProductionFiles/CONFIGURATION/PCBWay_2_layer.cam",
    "content": "{\n    \"author\": {\n        \"email\": \"goodmanufer@gmail.com\",\n        \"name\": \"Simon Gao\"\n    },\n    \"description\": {\n        \"EN\": \"EAGLE default 2 layer CAM job.\"\n    },\n    \"output_type\": \"zip\",\n    \"outputs\": [\n        {\n            \"filename_prefix\": \"CAMOutputs/GerberFiles\",\n            \"format_specifier\": {\n                \"decimal\": 4,\n                \"integer\": 3\n            },\n            \"generate_job_file\": true,\n            \"output_type\": \"gerber\",\n            \"outputs\": [\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Copper\",\n                        \"layer\": 1,\n                        \"layer_details\": \"mixed\",\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/copper_top.gbr\",\n                    \"layers\": [\n                        1,\n                        18,\n                        17\n                    ],\n                    \"name\": \"Top Copper\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Copper\",\n                        \"layer\": 2,\n                        \"layer_details\": \"mixed\",\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/copper_bottom.gbr\",\n                    \"layers\": [\n                        16,\n                        17,\n                        18\n                    ],\n                    \"name\": \"Bottom Copper\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": true,\n                    \"config\": {\n                        \"file_function\": \"Profile\",\n                        \"plating\": \"non-plated\"\n                    },\n                    \"filename_format\": \"%PREFIX/profile.gbr\",\n                    \"layers\": [\n                    ],\n                    \"milling\": true,\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Soldermask\",\n                        \"index\": 1,\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/soldermask_top.gbr\",\n                    \"layers\": [\n                        29\n                    ],\n                    \"name\": \"Soldermask Top\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Soldermask\",\n                        \"index\": 1,\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/soldermask_bottom.gbr\",\n                    \"layers\": [\n                        30\n                    ],\n                    \"name\": \"Soldermask Bottom\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Paste\",\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/solderpaste_top.gbr\",\n                    \"layers\": [\n                        31\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Solderpaste Top\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Paste\",\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/solderpaste_bottom.gbr\",\n                    \"layers\": [\n                        32\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Solderpaste Bottom\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Legend\",\n                        \"index\": 1,\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/silkscreen_top.gbr\",\n                    \"layers\": [\n                        21,\n                        25\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Silkscreen Top\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Legend\",\n                        \"index\": 1,\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/silkscreen_bottom.gbr\",\n                    \"layers\": [\n                        22,\n                        26\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Silkscreen Bottom\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                }\n            ],\n            \"version\": \"RS274X\"\n        },\n        {\n            \"filename_prefix\": \"CAMOutputs/DrillFiles\",\n            \"format_specifier\": {\n                \"decimal\": 3,\n                \"integer\": 3\n            },\n            \"output_type\": \"drill\",\n            \"outputs\": [\n                {\n                    \"drills\": {\n                        \"NPTH\": true,\n                        \"PTH\": true,\n                        \"VIA\": true\n                    },\n                    \"filename_format\": \"%DRILLPREFIX/drills.xln\",\n                    \"layers\": {\n                        \"from\": 1,\n                        \"to\": 16\n                    },\n                    \"name\": \"Excellon\",\n                    \"type\": \"excellon\"\n                }\n            ]\n        },\n        {\n            \"filename_prefix\": \"CAMOutputs/Assembly\",\n            \"output_type\": \"assembly\",\n            \"outputs\": [\n            ]\n        },\n        {\n            \"filename_prefix\": \"CAMOutputs/DrawingFiles\",\n            \"output_type\": \"drawing\",\n            \"outputs\": [\n            ]\n        }\n    ],\n    \"timestamp\": \"2018-10-30T10:50:18\",\n    \"type\": \"EAGLE CAM job\",\n    \"units\": \"metric\",\n    \"version\": \"9.2.0\"\n}\n"
  },
  {
    "path": "TickTagHardware/GerberProductionFiles/CONFIGURATION/PCBWay_2_layer_with_milling.cam",
    "content": "{\n    \"author\": {\n        \"email\": \"trichlick@ab.mpg.de\",\n        \"name\": \"Timm Richlick\"\n    },\n    \"description\": {\n        \"EN\": \"EAGLE default 2 layer CAM job.\"\n    },\n    \"output_type\": \"zip\",\n    \"outputs\": [\n        {\n            \"filename_prefix\": \"CAMOutputs/GerberFiles\",\n            \"format_specifier\": {\n                \"decimal\": 4,\n                \"integer\": 3\n            },\n            \"generate_job_file\": true,\n            \"output_type\": \"gerber\",\n            \"outputs\": [\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Copper\",\n                        \"layer\": 1,\n                        \"layer_details\": \"mixed\",\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/copper_top.gbr\",\n                    \"layers\": [\n                        1,\n                        18,\n                        17\n                    ],\n                    \"name\": \"Top Copper\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Copper\",\n                        \"layer\": 2,\n                        \"layer_details\": \"mixed\",\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/copper_bottom.gbr\",\n                    \"layers\": [\n                        16,\n                        17,\n                        18\n                    ],\n                    \"name\": \"Bottom Copper\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": true,\n                    \"config\": {\n                        \"file_function\": \"Profile\",\n                        \"plating\": \"non-plated\"\n                    },\n                    \"filename_format\": \"%PREFIX/profile.gbr\",\n                    \"layers\": [\n                    ],\n                    \"milling\": true,\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Soldermask\",\n                        \"index\": 1,\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/soldermask_top.gbr\",\n                    \"layers\": [\n                        29\n                    ],\n                    \"name\": \"Soldermask Top\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Soldermask\",\n                        \"index\": 1,\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/soldermask_bottom.gbr\",\n                    \"layers\": [\n                        30\n                    ],\n                    \"name\": \"Soldermask Bottom\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Paste\",\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/solderpaste_top.gbr\",\n                    \"layers\": [\n                        31\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Solderpaste Top\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Paste\",\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/solderpaste_bottom.gbr\",\n                    \"layers\": [\n                        32\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Solderpaste Bottom\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Legend\",\n                        \"index\": 1,\n                        \"layer_type\": \"top\"\n                    },\n                    \"filename_format\": \"%PREFIX/silkscreen_top.gbr\",\n                    \"layers\": [\n                        21,\n                        25\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Silkscreen Top\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"file_function\": \"Legend\",\n                        \"index\": 1,\n                        \"layer_type\": \"bottom\"\n                    },\n                    \"filename_format\": \"%PREFIX/silkscreen_bottom.gbr\",\n                    \"layers\": [\n                        22,\n                        26\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Silkscreen Bottom\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                },\n                {\n                    \"board_outline\": false,\n                    \"config\": {\n                        \"description\": \"Edge Cut Outline\",\n                        \"file_function\": \"Other\"\n                    },\n                    \"filename_format\": \"%PREFIX/edge_cut_outline.gbr\",\n                    \"layers\": [\n                        20,\n                        46\n                    ],\n                    \"milling\": false,\n                    \"name\": \"Edge Cut Outline\",\n                    \"polarity\": \"positive\",\n                    \"type\": \"gerber_layer\"\n                }\n            ],\n            \"version\": \"RS274X\"\n        },\n        {\n            \"filename_prefix\": \"CAMOutputs/DrillFiles\",\n            \"format_specifier\": {\n                \"decimal\": 3,\n                \"integer\": 3\n            },\n            \"output_type\": \"drill\",\n            \"outputs\": [\n                {\n                    \"drills\": {\n                        \"NPTH\": true,\n                        \"PTH\": true,\n                        \"VIA\": true\n                    },\n                    \"filename_format\": \"%DRILLPREFIX/drills.xln\",\n                    \"layers\": {\n                        \"from\": 1,\n                        \"to\": 16\n                    },\n                    \"name\": \"Excellon\",\n                    \"type\": \"excellon\"\n                }\n            ]\n        },\n        {\n            \"filename_prefix\": \"CAMOutputs/Assembly\",\n            \"output_type\": \"assembly\",\n            \"outputs\": [\n            ]\n        },\n        {\n            \"filename_prefix\": \"CAMOutputs/DrawingFiles\",\n            \"output_type\": \"drawing\",\n            \"outputs\": [\n            ]\n        }\n    ],\n    \"timestamp\": \"2022-01-08T11:24:44\",\n    \"type\": \"EAGLE CAM job\",\n    \"units\": \"metric\",\n    \"version\": \"9.2.0\"\n}\n"
  },
  {
    "path": "TickTagHardware/TickTag-UIB.brd",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"9.5.2\">\n<drawing>\n<settings>\n<setting alwaysvectorfont=\"no\"/>\n<setting verticaltext=\"up\"/>\n</settings>\n<grid distance=\"0.025\" unitdist=\"mm\" unit=\"mm\" style=\"lines\" multiple=\"1\" display=\"yes\" altdistance=\"0.1\" altunitdist=\"mm\" altunit=\"mm\"/>\n<layers>\n<layer number=\"1\" name=\"Top\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"2\" name=\"Route2\" color=\"16\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"3\" name=\"Route3\" color=\"17\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"4\" name=\"Route4\" color=\"18\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"5\" name=\"Route5\" color=\"19\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"6\" name=\"Route6\" color=\"25\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"7\" name=\"Route7\" color=\"26\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"8\" name=\"Route8\" color=\"27\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"9\" name=\"Route9\" color=\"28\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"10\" name=\"Route10\" color=\"29\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"11\" name=\"Route11\" color=\"30\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"12\" name=\"Route12\" color=\"20\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"13\" name=\"Route13\" color=\"21\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"14\" name=\"Route14\" color=\"22\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"15\" name=\"Route15\" color=\"23\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"16\" name=\"Bottom\" color=\"1\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"17\" name=\"Pads\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"18\" name=\"Vias\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"19\" name=\"Unrouted\" color=\"6\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"20\" name=\"Dimension\" color=\"24\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"21\" name=\"tPlace\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"22\" name=\"bPlace\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"23\" name=\"tOrigins\" color=\"15\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"24\" name=\"bOrigins\" color=\"15\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"25\" name=\"tNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"26\" name=\"bNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"27\" name=\"tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"28\" name=\"bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"29\" name=\"tStop\" color=\"7\" fill=\"3\" visible=\"no\" active=\"yes\"/>\n<layer number=\"30\" name=\"bStop\" color=\"7\" fill=\"6\" visible=\"no\" active=\"yes\"/>\n<layer number=\"31\" name=\"tCream\" color=\"7\" fill=\"4\" visible=\"no\" active=\"yes\"/>\n<layer number=\"32\" name=\"bCream\" color=\"7\" fill=\"5\" visible=\"no\" active=\"yes\"/>\n<layer number=\"33\" name=\"tFinish\" color=\"6\" fill=\"3\" visible=\"no\" active=\"yes\"/>\n<layer number=\"34\" name=\"bFinish\" color=\"6\" fill=\"6\" visible=\"no\" active=\"yes\"/>\n<layer number=\"35\" name=\"tGlue\" color=\"7\" fill=\"4\" visible=\"no\" active=\"yes\"/>\n<layer number=\"36\" name=\"bGlue\" color=\"7\" fill=\"5\" visible=\"no\" active=\"yes\"/>\n<layer number=\"37\" name=\"tTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"38\" name=\"bTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"39\" name=\"tKeepout\" color=\"4\" fill=\"11\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"40\" name=\"bKeepout\" color=\"1\" fill=\"11\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"41\" name=\"tRestrict\" color=\"4\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"42\" name=\"bRestrict\" color=\"1\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"43\" name=\"vRestrict\" color=\"2\" fill=\"10\" visible=\"no\" active=\"yes\"/>\n<layer number=\"44\" name=\"Drills\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"45\" name=\"Holes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"46\" name=\"Milling\" color=\"3\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"47\" name=\"Measures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"48\" name=\"Document\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"49\" name=\"Reference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"50\" name=\"dxf\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"51\" name=\"tDocu\" color=\"29\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"52\" name=\"bDocu\" color=\"29\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"53\" name=\"tGND_GNDA\" color=\"7\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"54\" name=\"bGND_GNDA\" color=\"1\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"56\" name=\"wert\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"57\" name=\"tCAD\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"58\" name=\"bCopper\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"59\" name=\"tCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"60\" name=\"bCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"61\" name=\"stand\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"88\" name=\"SimResults\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"89\" name=\"SimProbes\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"90\" name=\"Modules\" color=\"5\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"91\" name=\"Nets\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"92\" name=\"Busses\" color=\"1\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"93\" name=\"Pins\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"94\" name=\"Symbols\" color=\"4\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"95\" name=\"Names\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"96\" name=\"Values\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"97\" name=\"Info\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"98\" name=\"Guide\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"99\" name=\"SpiceOrder\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"100\" name=\"Muster\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"101\" name=\"Patch_Top\" color=\"12\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"102\" name=\"Vscore\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"103\" name=\"tMap\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"104\" name=\"Name\" color=\"16\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"105\" name=\"tPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"106\" name=\"bPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"107\" name=\"Crop\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"108\" name=\"tplace-old\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"109\" name=\"ref-old\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"110\" name=\"fp0\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"111\" name=\"LPC17xx\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"112\" name=\"tSilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"113\" name=\"IDFDebug\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"114\" name=\"Badge_Outline\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"115\" name=\"ReferenceISLANDS\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"116\" name=\"Patch_BOT\" color=\"9\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"117\" name=\"BACKMAAT1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"118\" name=\"Rect_Pads\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"119\" name=\"KAP_TEKEN\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"120\" name=\"KAP_MAAT1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"121\" name=\"_tsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"122\" name=\"_bsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"123\" name=\"tTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"124\" name=\"bTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"125\" name=\"_tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"126\" name=\"_bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"127\" name=\"_tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"128\" name=\"_bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"129\" name=\"Mask\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"130\" name=\"SMDSTROOK\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"131\" name=\"tAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"132\" name=\"bAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"133\" name=\"bottom_silk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"134\" name=\"mbFinish\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"135\" name=\"mtGlue\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"136\" name=\"mbGlue\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"137\" name=\"mtTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"138\" name=\"mbTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"139\" name=\"mtKeepout\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"140\" name=\"mbKeepout\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"141\" name=\"mtRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"142\" name=\"mbRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"143\" name=\"mvRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"144\" name=\"Drill_legend\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"145\" name=\"mHoles\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"146\" name=\"mMilling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"147\" name=\"mMeasures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"148\" name=\"mDocument\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"149\" name=\"mReference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"150\" name=\"Notes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"151\" name=\"HeatSink\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"152\" name=\"_bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"153\" name=\"FabDoc1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"154\" name=\"FabDoc2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"155\" name=\"FabDoc3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"160\" name=\"FAB\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"166\" name=\"AntennaArea\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"168\" name=\"4mmHeightArea\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"191\" name=\"mNets\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"192\" name=\"mBusses\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"193\" name=\"mPins\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"194\" name=\"mSymbols\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"195\" name=\"mNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"196\" name=\"mValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"199\" name=\"Contour\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"200\" name=\"200bmp\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"201\" name=\"201bmp\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"202\" name=\"202bmp\" color=\"3\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"203\" name=\"203bmp\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"204\" name=\"204bmp\" color=\"5\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"205\" name=\"205bmp\" color=\"6\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"206\" name=\"206bmp\" color=\"7\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"207\" name=\"207bmp\" color=\"8\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"208\" name=\"208bmp\" color=\"9\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"209\" name=\"209bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"210\" name=\"210bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"211\" name=\"211bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"212\" name=\"212bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"213\" name=\"213bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"214\" name=\"214bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"215\" name=\"215bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"216\" name=\"216bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"217\" name=\"217bmp\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"218\" name=\"218bmp\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"219\" name=\"219bmp\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"220\" name=\"220bmp\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"221\" name=\"221bmp\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"222\" name=\"222bmp\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"223\" name=\"223bmp\" color=\"24\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"224\" name=\"224bmp\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"225\" name=\"225bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"226\" name=\"226bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"227\" name=\"227bmp\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"228\" name=\"228bmp\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"229\" name=\"229bmp\" color=\"14\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"230\" name=\"230bmp\" color=\"12\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"231\" name=\"231bmp\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"232\" name=\"Eagle3D_PG2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"233\" name=\"Eagle3D_PG3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"248\" name=\"Housing\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"249\" name=\"Edge\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"250\" name=\"Descript\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"251\" name=\"SMDround\" color=\"12\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"252\" name=\"RM45\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"253\" name=\"Extra\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"254\" name=\"cooling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"255\" name=\"routoute\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n</layers>\n<board>\n<plain>\n<text x=\"12.125\" y=\"5.05\" size=\"1.016\" layer=\"26\" rot=\"MR180\">TickTagREV3-Breakout</text>\n<text x=\"1.8\" y=\"7.25\" size=\"1.016\" layer=\"25\" font=\"vector\">REV3</text>\n<rectangle x1=\"12.55\" y1=\"-0.275\" x2=\"12.95\" y2=\"-0.225\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.375\" y1=\"-0.25\" x2=\"13.025\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.275\" y1=\"-0.25\" x2=\"13.025\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.2\" y1=\"-0.275\" x2=\"13\" y2=\"-0.225\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.45\" y1=\"-0.575\" x2=\"12.65\" y2=\"-0.525\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.425\" y1=\"-0.25\" x2=\"12.675\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.45\" y1=\"0.075\" x2=\"12.65\" y2=\"0.125\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.425\" y1=\"-0.6\" x2=\"12.575\" y2=\"-0.55\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.425\" y1=\"-0.25\" x2=\"12.575\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.425\" y1=\"0.1\" x2=\"12.575\" y2=\"0.15\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.375\" y1=\"-0.6\" x2=\"12.525\" y2=\"-0.55\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.375\" y1=\"-0.25\" x2=\"12.525\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.375\" y1=\"0.1\" x2=\"12.525\" y2=\"0.15\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.325\" y1=\"-0.6\" x2=\"12.475\" y2=\"-0.55\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.325\" y1=\"-0.25\" x2=\"12.475\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"12.325\" y1=\"0.1\" x2=\"12.475\" y2=\"0.15\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.925\" y1=\"-0.25\" x2=\"12.775\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.875\" y1=\"-0.25\" x2=\"12.725\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.8\" y1=\"-0.275\" x2=\"12.7\" y2=\"-0.225\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.725\" y1=\"-0.25\" x2=\"12.675\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.625\" y1=\"-0.25\" x2=\"12.675\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.525\" y1=\"-0.25\" x2=\"12.675\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.45\" y1=\"-0.275\" x2=\"12.65\" y2=\"-0.225\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.375\" y1=\"-0.25\" x2=\"12.625\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.275\" y1=\"-0.25\" x2=\"12.625\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.225\" y1=\"-0.25\" x2=\"12.575\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.75\" y1=\"-0.875\" x2=\"11.95\" y2=\"-0.825\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.475\" y1=\"-0.25\" x2=\"12.225\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.75\" y1=\"0.325\" x2=\"11.95\" y2=\"0.375\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.7\" y1=\"-0.875\" x2=\"11.9\" y2=\"-0.825\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.475\" y1=\"-0.25\" x2=\"12.125\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.7\" y1=\"0.375\" x2=\"11.9\" y2=\"0.425\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.65\" y1=\"-0.875\" x2=\"11.85\" y2=\"-0.825\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.425\" y1=\"-0.25\" x2=\"12.075\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.65\" y1=\"0.375\" x2=\"11.85\" y2=\"0.425\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.575\" y1=\"-0.9\" x2=\"11.825\" y2=\"-0.85\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.375\" y1=\"-0.25\" x2=\"12.025\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.575\" y1=\"0.4\" x2=\"11.825\" y2=\"0.45\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.5\" y1=\"-0.875\" x2=\"11.8\" y2=\"-0.825\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.275\" y1=\"-0.25\" x2=\"12.025\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"11.5\" y1=\"0.375\" x2=\"11.8\" y2=\"0.425\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.825\" y1=\"-0.25\" x2=\"12.375\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.775\" y1=\"-0.25\" x2=\"12.325\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.475\" y1=\"-0.25\" x2=\"12.525\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.325\" y1=\"-0.25\" x2=\"12.575\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.925\" y1=\"-1\" x2=\"11.875\" y2=\"-0.95\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.925\" y1=\"0.5\" x2=\"11.875\" y2=\"0.55\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.85\" y1=\"-1.025\" x2=\"11.85\" y2=\"-0.975\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.85\" y1=\"0.525\" x2=\"11.85\" y2=\"0.575\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.8\" y1=\"-1.075\" x2=\"11.8\" y2=\"-1.025\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.8\" y1=\"0.575\" x2=\"11.8\" y2=\"0.625\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.75\" y1=\"-1.075\" x2=\"11.75\" y2=\"-1.025\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.75\" y1=\"0.575\" x2=\"11.75\" y2=\"0.625\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.7\" y1=\"-1.075\" x2=\"11.7\" y2=\"-1.025\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.7\" y1=\"0.575\" x2=\"11.7\" y2=\"0.625\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.725\" y1=\"-1\" x2=\"11.575\" y2=\"-0.95\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.725\" y1=\"0.5\" x2=\"11.575\" y2=\"0.55\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.8\" y1=\"-0.825\" x2=\"11.4\" y2=\"-0.775\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.8\" y1=\"0.325\" x2=\"11.4\" y2=\"0.375\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.675\" y1=\"-0.85\" x2=\"11.425\" y2=\"-0.8\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.675\" y1=\"0.35\" x2=\"11.425\" y2=\"0.4\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"9.975\" y1=\"-0.25\" x2=\"12.025\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"9.925\" y1=\"-0.25\" x2=\"11.975\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"9.825\" y1=\"-0.25\" x2=\"11.975\" y2=\"-0.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.7\" y1=\"-1.175\" x2=\"11\" y2=\"-1.125\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.35\" y1=\"-0.225\" x2=\"11.35\" y2=\"-0.175\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.7\" y1=\"0.675\" x2=\"11\" y2=\"0.725\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.675\" y1=\"-1.25\" x2=\"10.925\" y2=\"-1.2\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.7\" y1=\"0.725\" x2=\"10.9\" y2=\"0.775\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.65\" y1=\"-1.275\" x2=\"10.85\" y2=\"-1.225\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.65\" y1=\"0.775\" x2=\"10.85\" y2=\"0.825\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.625\" y1=\"-1.3\" x2=\"10.775\" y2=\"-1.25\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.625\" y1=\"0.8\" x2=\"10.775\" y2=\"0.85\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.575\" y1=\"-1.3\" x2=\"10.725\" y2=\"-1.25\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.575\" y1=\"0.8\" x2=\"10.725\" y2=\"0.85\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.55\" y1=\"-1.275\" x2=\"10.65\" y2=\"-1.225\" layer=\"25\" rot=\"R90\"/>\n<rectangle x1=\"10.55\" y1=\"0.775\" x2=\"10.65\" y2=\"0.825\" layer=\"25\" rot=\"R90\"/>\n<wire x1=\"-9.85\" y1=\"-8.9\" x2=\"54.25\" y2=\"-8.9\" width=\"0\" layer=\"20\"/>\n<rectangle x1=\"39\" y1=\"5.15\" x2=\"39.4\" y2=\"5.2\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.825\" y1=\"5.175\" x2=\"39.475\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.725\" y1=\"5.175\" x2=\"39.475\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.65\" y1=\"5.15\" x2=\"39.45\" y2=\"5.2\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.9\" y1=\"4.85\" x2=\"39.1\" y2=\"4.9\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.875\" y1=\"5.175\" x2=\"39.125\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.9\" y1=\"5.5\" x2=\"39.1\" y2=\"5.55\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.875\" y1=\"4.825\" x2=\"39.025\" y2=\"4.875\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.875\" y1=\"5.175\" x2=\"39.025\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.875\" y1=\"5.525\" x2=\"39.025\" y2=\"5.575\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.825\" y1=\"4.825\" x2=\"38.975\" y2=\"4.875\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.825\" y1=\"5.175\" x2=\"38.975\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.825\" y1=\"5.525\" x2=\"38.975\" y2=\"5.575\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.775\" y1=\"4.825\" x2=\"38.925\" y2=\"4.875\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.775\" y1=\"5.175\" x2=\"38.925\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.775\" y1=\"5.525\" x2=\"38.925\" y2=\"5.575\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.375\" y1=\"5.175\" x2=\"39.225\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.325\" y1=\"5.175\" x2=\"39.175\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.25\" y1=\"5.15\" x2=\"39.15\" y2=\"5.2\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.175\" y1=\"5.175\" x2=\"39.125\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.075\" y1=\"5.175\" x2=\"39.125\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.975\" y1=\"5.175\" x2=\"39.125\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.9\" y1=\"5.15\" x2=\"39.1\" y2=\"5.2\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.825\" y1=\"5.175\" x2=\"39.075\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.725\" y1=\"5.175\" x2=\"39.075\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.675\" y1=\"5.175\" x2=\"39.025\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.2\" y1=\"4.55\" x2=\"38.4\" y2=\"4.6\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.925\" y1=\"5.175\" x2=\"38.675\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.2\" y1=\"5.75\" x2=\"38.4\" y2=\"5.8\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.15\" y1=\"4.55\" x2=\"38.35\" y2=\"4.6\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.925\" y1=\"5.175\" x2=\"38.575\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.15\" y1=\"5.8\" x2=\"38.35\" y2=\"5.85\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.1\" y1=\"4.55\" x2=\"38.3\" y2=\"4.6\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.875\" y1=\"5.175\" x2=\"38.525\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.1\" y1=\"5.8\" x2=\"38.3\" y2=\"5.85\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.025\" y1=\"4.525\" x2=\"38.275\" y2=\"4.575\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.825\" y1=\"5.175\" x2=\"38.475\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"38.025\" y1=\"5.825\" x2=\"38.275\" y2=\"5.875\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.95\" y1=\"4.55\" x2=\"38.25\" y2=\"4.6\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.725\" y1=\"5.175\" x2=\"38.475\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.95\" y1=\"5.8\" x2=\"38.25\" y2=\"5.85\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.275\" y1=\"5.175\" x2=\"38.825\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.225\" y1=\"5.175\" x2=\"38.775\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"36.925\" y1=\"5.175\" x2=\"38.975\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"36.775\" y1=\"5.175\" x2=\"39.025\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.375\" y1=\"4.425\" x2=\"38.325\" y2=\"4.475\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.375\" y1=\"5.925\" x2=\"38.325\" y2=\"5.975\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.3\" y1=\"4.4\" x2=\"38.3\" y2=\"4.45\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.3\" y1=\"5.95\" x2=\"38.3\" y2=\"6\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.25\" y1=\"4.35\" x2=\"38.25\" y2=\"4.4\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.25\" y1=\"6\" x2=\"38.25\" y2=\"6.05\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.2\" y1=\"4.35\" x2=\"38.2\" y2=\"4.4\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.2\" y1=\"6\" x2=\"38.2\" y2=\"6.05\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.15\" y1=\"4.35\" x2=\"38.15\" y2=\"4.4\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.15\" y1=\"6\" x2=\"38.15\" y2=\"6.05\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.175\" y1=\"4.425\" x2=\"38.025\" y2=\"4.475\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.175\" y1=\"5.925\" x2=\"38.025\" y2=\"5.975\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.25\" y1=\"4.6\" x2=\"37.85\" y2=\"4.65\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.25\" y1=\"5.75\" x2=\"37.85\" y2=\"5.8\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.125\" y1=\"4.575\" x2=\"37.875\" y2=\"4.625\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.125\" y1=\"5.775\" x2=\"37.875\" y2=\"5.825\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"36.425\" y1=\"5.175\" x2=\"38.475\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"36.375\" y1=\"5.175\" x2=\"38.425\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"36.275\" y1=\"5.175\" x2=\"38.425\" y2=\"5.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.15\" y1=\"4.25\" x2=\"37.45\" y2=\"4.3\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"36.8\" y1=\"5.2\" x2=\"37.8\" y2=\"5.25\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.15\" y1=\"6.1\" x2=\"37.45\" y2=\"6.15\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.125\" y1=\"4.175\" x2=\"37.375\" y2=\"4.225\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.15\" y1=\"6.15\" x2=\"37.35\" y2=\"6.2\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.1\" y1=\"4.15\" x2=\"37.3\" y2=\"4.2\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.1\" y1=\"6.2\" x2=\"37.3\" y2=\"6.25\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.075\" y1=\"4.125\" x2=\"37.225\" y2=\"4.175\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.075\" y1=\"6.225\" x2=\"37.225\" y2=\"6.275\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.025\" y1=\"4.125\" x2=\"37.175\" y2=\"4.175\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37.025\" y1=\"6.225\" x2=\"37.175\" y2=\"6.275\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37\" y1=\"4.15\" x2=\"37.1\" y2=\"4.2\" layer=\"26\" rot=\"R90\"/>\n<rectangle x1=\"37\" y1=\"6.2\" x2=\"37.1\" y2=\"6.25\" layer=\"26\" rot=\"R90\"/>\n<text x=\"3.25\" y=\"-7.625\" size=\"1.4224\" layer=\"25\" font=\"vector\">Click</text>\n<text x=\"10.725\" y=\"3.75\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">GND</text>\n<text x=\"10.575\" y=\"-0.825\" size=\"0.6096\" layer=\"25\" font=\"vector\" rot=\"R90\">T.R.</text>\n<wire x1=\"-9.85\" y1=\"8.9\" x2=\"54.25\" y2=\"8.9\" width=\"0\" layer=\"20\"/>\n<wire x1=\"55.4\" y1=\"7.75\" x2=\"55.4\" y2=\"-7.75\" width=\"0\" layer=\"20\"/>\n<wire x1=\"55.4\" y1=\"7.75\" x2=\"54.25\" y2=\"8.9\" width=\"0\" layer=\"20\" curve=\"90\"/>\n<wire x1=\"38.7\" y1=\"2.425\" x2=\"38.25\" y2=\"2.425\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"38.25\" y1=\"2.425\" x2=\"37.8\" y2=\"2.425\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"38.25\" y1=\"2.425\" x2=\"38.25\" y2=\"3.425\" width=\"0.254\" layer=\"21\"/>\n<circle x=\"-4.35\" y=\"-2.67\" radius=\"0.02\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.325\" y1=\"-6.95\" x2=\"1.775\" y2=\"-6.95\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.775\" y1=\"-6.95\" x2=\"1.975\" y2=\"-7.15\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.975\" y1=\"-7.15\" x2=\"2.05\" y2=\"-7.15\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.775\" y1=\"-6.95\" x2=\"1.975\" y2=\"-6.75\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.975\" y1=\"-6.75\" x2=\"2.05\" y2=\"-6.75\" width=\"0.127\" layer=\"21\"/>\n<hole x=\"-0.375\" y=\"3.875\" drill=\"1.3\"/>\n<wire x1=\"-11\" y1=\"-7.75\" x2=\"-11\" y2=\"7.75\" width=\"0\" layer=\"20\"/>\n<wire x1=\"54.25\" y1=\"-8.9\" x2=\"55.4\" y2=\"-7.75\" width=\"0\" layer=\"20\" curve=\"90\"/>\n<text x=\"50.7\" y=\"-8.35\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">USB PWR</text>\n<text x=\"13.75\" y=\"-2.8\" size=\"1.016\" layer=\"25\" font=\"vector\">Receiving</text>\n<text x=\"21.975\" y=\"-1.2\" size=\"1.016\" layer=\"25\" font=\"vector\">Sending</text>\n<text x=\"24.75\" y=\"4.175\" size=\"1.016\" layer=\"25\" font=\"vector\">Download</text>\n<wire x1=\"31.4\" y1=\"5.125\" x2=\"31.95\" y2=\"5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"31.95\" y1=\"5.125\" x2=\"31.75\" y2=\"5.325\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"31.75\" y1=\"5.325\" x2=\"31.675\" y2=\"5.325\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"31.95\" y1=\"5.125\" x2=\"31.75\" y2=\"4.925\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"31.75\" y1=\"4.925\" x2=\"31.675\" y2=\"4.925\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"28.2\" y1=\"5.7\" x2=\"28.2\" y2=\"6.25\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"28.2\" y1=\"6.25\" x2=\"28\" y2=\"6.05\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"28\" y1=\"6.05\" x2=\"28\" y2=\"5.975\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"28.2\" y1=\"6.25\" x2=\"28.4\" y2=\"6.05\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"28.4\" y1=\"6.05\" x2=\"28.4\" y2=\"5.975\" width=\"0.127\" layer=\"21\"/>\n<text x=\"32.35\" y=\"-4.225\" size=\"0.8128\" layer=\"25\" font=\"vector\">UPDI</text>\n<text x=\"41.825\" y=\"-4.075\" size=\"0.8128\" layer=\"25\" font=\"vector\">lipo or ldo</text>\n<wire x1=\"54.925\" y1=\"-7.175\" x2=\"54.475\" y2=\"-7.175\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"54.475\" y1=\"-7.175\" x2=\"54.025\" y2=\"-7.175\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"54.475\" y1=\"-7.175\" x2=\"54.475\" y2=\"-6.175\" width=\"0.254\" layer=\"21\"/>\n<text x=\"21\" y=\"3.8\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">GND</text>\n<text x=\"10.7\" y=\"-5.975\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">GND</text>\n<text x=\"28.55\" y=\"-6.075\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">GND</text>\n<text x=\"21.05\" y=\"-6.05\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">V_BATT</text>\n<text x=\"18.45\" y=\"3.25\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">TXD2</text>\n<text x=\"23.5\" y=\"3.35\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">RXD2</text>\n<text x=\"26\" y=\"-6\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">UPDI</text>\n<text x=\"41.025\" y=\"5.35\" size=\"1.016\" layer=\"25\" font=\"vector\" rot=\"R90\">on</text>\n<text x=\"51.1\" y=\"4.475\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R90\">off</text>\n<text x=\"42\" y=\"4.525\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R180\">Charge</text>\n<text x=\"52.075\" y=\"6.35\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R180\">s</text>\n<text x=\"54.15\" y=\"6.275\" size=\"0.8128\" layer=\"25\" font=\"vector\" rot=\"R180\">f</text>\n<wire x1=\"42.3\" y1=\"4.625\" x2=\"42.3\" y2=\"5.175\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"42.3\" y1=\"5.175\" x2=\"42.1\" y2=\"4.975\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"42.1\" y1=\"4.975\" x2=\"42.1\" y2=\"4.9\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"42.3\" y1=\"5.175\" x2=\"42.5\" y2=\"4.975\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"42.5\" y1=\"4.975\" x2=\"42.5\" y2=\"4.9\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"26.675\" y1=\"-1.9\" x2=\"22.1\" y2=\"-1.9\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"22.1\" y1=\"-1.9\" x2=\"22.3\" y2=\"-2.1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"22.3\" y1=\"-2.1\" x2=\"22.375\" y2=\"-2.1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"22.1\" y1=\"-1.9\" x2=\"22.3\" y2=\"-1.7\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"22.3\" y1=\"-1.7\" x2=\"22.375\" y2=\"-1.7\" width=\"0.127\" layer=\"21\"/>\n<text x=\"-3.25\" y=\"3.55\" size=\"1.016\" layer=\"26\" rot=\"MR0\">\"Button\"</text>\n<wire x1=\"-2.625\" y1=\"3.925\" x2=\"-2.075\" y2=\"3.925\" width=\"0.127\" layer=\"22\"/>\n<wire x1=\"-2.075\" y1=\"3.925\" x2=\"-2.275\" y2=\"3.725\" width=\"0.127\" layer=\"22\"/>\n<wire x1=\"-2.275\" y1=\"3.725\" x2=\"-2.35\" y2=\"3.725\" width=\"0.127\" layer=\"22\"/>\n<wire x1=\"-2.075\" y1=\"3.925\" x2=\"-2.275\" y2=\"4.125\" width=\"0.127\" layer=\"22\"/>\n<wire x1=\"-2.275\" y1=\"4.125\" x2=\"-2.35\" y2=\"4.125\" width=\"0.127\" layer=\"22\"/>\n<text x=\"30.025\" y=\"-5.05\" size=\"0.8128\" layer=\"25\" font=\"vector\">on</text>\n<text x=\"37.65\" y=\"-5.15\" size=\"0.8128\" layer=\"25\" font=\"vector\">off</text>\n<wire x1=\"14.425\" y1=\"-3.475\" x2=\"19\" y2=\"-3.475\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"19\" y1=\"-3.475\" x2=\"18.8\" y2=\"-3.275\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"18.8\" y1=\"-3.275\" x2=\"18.725\" y2=\"-3.275\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"19\" y1=\"-3.475\" x2=\"18.8\" y2=\"-3.675\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"18.8\" y1=\"-3.675\" x2=\"18.725\" y2=\"-3.675\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-9.38\" y1=\"7.195\" x2=\"-9.38\" y2=\"-3.945\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-8.76\" y1=\"-4.565\" x2=\"-8.45\" y2=\"-4.565\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.25\" y1=\"-4.565\" x2=\"0.06\" y2=\"-4.565\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-4.13\" y1=\"7.815\" x2=\"-8.76\" y2=\"7.815\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"0.68\" y1=\"16.575\" x2=\"0.68\" y2=\"-3.945\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-2.76\" y1=\"16.575\" x2=\"-2.76\" y2=\"9.185\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-9.38\" y1=\"-3.945\" x2=\"-8.76\" y2=\"-4.565\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.06\" y1=\"-4.565\" x2=\"0.68\" y2=\"-3.945\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.06\" y1=\"17.195\" x2=\"-2.14\" y2=\"17.195\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-8.76\" y1=\"7.815\" x2=\"-9.38\" y2=\"7.195\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.14\" y1=\"17.195\" x2=\"-2.76\" y2=\"16.575\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.68\" y1=\"16.575\" x2=\"0.06\" y2=\"17.195\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.76\" y1=\"9.185\" x2=\"-4.13\" y2=\"7.815\" width=\"0.2\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-7.83\" y1=\"-5.185\" x2=\"-7.83\" y2=\"-7.125\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.87\" y1=\"-5.185\" x2=\"-0.87\" y2=\"-7.125\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-1.49\" y1=\"-7.745\" x2=\"-7.21\" y2=\"-7.745\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.25\" y1=\"-4.565\" x2=\"-0.87\" y2=\"-5.185\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-7.83\" y1=\"-5.185\" x2=\"-8.45\" y2=\"-4.565\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-7.83\" y1=\"-7.125\" x2=\"-7.21\" y2=\"-7.745\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-1.49\" y1=\"-7.745\" x2=\"-0.87\" y2=\"-7.125\" width=\"0.2\" layer=\"21\" curve=\"90\"/>\n<circle x=\"-0.37\" y=\"3.885\" radius=\"0.85146875\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-9.85\" y1=\"8.9\" x2=\"-11\" y2=\"7.75\" width=\"0\" layer=\"20\" curve=\"90\"/>\n<wire x1=\"-11\" y1=\"-7.75\" x2=\"-9.85\" y2=\"-8.9\" width=\"0\" layer=\"20\" curve=\"90\"/>\n<text x=\"7.45\" y=\"-2.1\" size=\"1.4224\" layer=\"25\" font=\"vector\" rot=\"R90\">Mind\norientation!</text>\n<text x=\"-8.45\" y=\"5.475\" size=\"1.016\" layer=\"25\" font=\"vector\">Place here</text>\n<text x=\"-7.225\" y=\"-7.15\" size=\"1.4224\" layer=\"25\" font=\"vector\">-</text>\n<text x=\"-2.5\" y=\"-7.15\" size=\"1.4224\" layer=\"25\" font=\"vector\">+</text>\n</plain>\n<libraries>\n<library name=\"TinyPICO\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"MICROBUILDER__0402MP\">\n<description>&lt;b&gt;0402 MicroPitch&lt;p&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.127\" x2=\"0\" y2=\"-0.127\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.1\" y1=\"-0.2\" x2=\"0.1\" y2=\"0.2\" layer=\"35\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.254\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.4763\" size=\"0.6096\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.7938\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"CP2104_MICROBUILDER_QFN24_4MM_SMSC\">\n<circle x=\"-2.54\" y=\"1.905\" radius=\"0.127\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.65\" y1=\"-2\" x2=\"2\" y2=\"-2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2\" y1=\"-1.65\" x2=\"2\" y2=\"-2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.65\" y1=\"-2\" x2=\"-2\" y2=\"-2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2\" y1=\"-2\" x2=\"-2\" y2=\"-1.65\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2\" y1=\"1.65\" x2=\"2\" y2=\"2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2\" y1=\"2\" x2=\"1.65\" y2=\"2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.65\" y1=\"2\" x2=\"-2\" y2=\"1.65\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2\" y1=\"2\" x2=\"-2\" y2=\"-2\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2\" y1=\"-2\" x2=\"2\" y2=\"-2\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2\" y1=\"-2\" x2=\"2\" y2=\"2\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2\" y1=\"2\" x2=\"-2\" y2=\"2\" width=\"0.2032\" layer=\"51\"/>\n<rectangle x1=\"-1.073\" y1=\"-1.073\" x2=\"-0.473\" y2=\"-0.473\" layer=\"31\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.3\" x2=\"0.3\" y2=\"0.3\" layer=\"31\"/>\n<rectangle x1=\"-1.073\" y1=\"-0.3\" x2=\"-0.473\" y2=\"0.3\" layer=\"31\"/>\n<rectangle x1=\"-1.073\" y1=\"0.473\" x2=\"-0.473\" y2=\"1.073\" layer=\"31\"/>\n<rectangle x1=\"0.473\" y1=\"0.473\" x2=\"1.073\" y2=\"1.073\" layer=\"31\"/>\n<rectangle x1=\"0.473\" y1=\"-1.073\" x2=\"1.073\" y2=\"-0.473\" layer=\"31\"/>\n<rectangle x1=\"0.473\" y1=\"-0.3\" x2=\"1.073\" y2=\"0.3\" layer=\"31\"/>\n<rectangle x1=\"-0.3\" y1=\"0.473\" x2=\"0.3\" y2=\"1.073\" layer=\"31\"/>\n<rectangle x1=\"-0.3\" y1=\"-1.073\" x2=\"0.3\" y2=\"-0.473\" layer=\"31\"/>\n<smd name=\"1\" x=\"-1.9685\" y=\"1.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"2\" x=\"-1.9685\" y=\"0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"3\" x=\"-1.9685\" y=\"0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"4\" x=\"-1.9685\" y=\"-0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"5\" x=\"-1.9685\" y=\"-0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"6\" x=\"-1.9685\" y=\"-1.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"7\" x=\"-1.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"8\" x=\"-0.75\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"9\" x=\"-0.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"10\" x=\"0.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"11\" x=\"0.75\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"12\" x=\"1.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"13\" x=\"1.9685\" y=\"-1.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"14\" x=\"1.9685\" y=\"-0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"15\" x=\"1.9685\" y=\"-0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"16\" x=\"1.9685\" y=\"0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"17\" x=\"1.9685\" y=\"0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"18\" x=\"2.0955\" y=\"1.25\" dx=\"0.4572\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"19\" x=\"1.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"20\" x=\"0.75\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"21\" x=\"0.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"22\" x=\"-0.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"23\" x=\"-0.75\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"24\" x=\"-1.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"THERM\" x=\"0\" y=\"0\" dx=\"2.286\" dy=\"2.286\" layer=\"1\" cream=\"no\"/>\n<text x=\"-2.45\" y=\"2.8\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.5\" y=\"-3.15\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0402.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APHHS1005SURCK.pdf</description>\n<wire x1=\"-0.1\" y1=\"0.2\" x2=\"-0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"-0.1\" y2=\"-0.2\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<rectangle x1=\"-0.95\" y1=\"-0.3\" x2=\"-0.15\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"0.15\" y1=\"-0.3\" x2=\"0.95\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"-0.25\" y1=\"0.2\" x2=\"0.25\" y2=\"0.25\" layer=\"21\"/>\n<rectangle x1=\"-0.25\" y1=\"-0.25\" x2=\"0.25\" y2=\"-0.2\" layer=\"21\"/>\n<rectangle x1=\"-0.8636\" y1=\"-0.254\" x2=\"-0.254\" y2=\"0.254\" layer=\"31\"/>\n<rectangle x1=\"0.254\" y1=\"-0.254\" x2=\"0.8636\" y2=\"0.254\" layer=\"31\"/>\n<smd name=\"P$1\" x=\"-0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<smd name=\"P$2\" x=\"0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<text x=\"-1.016\" y=\"0.635\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-1.016\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n</package>\n</packages>\n</library>\n<library name=\"tinycircuits\">\n<description>TinyCircuits Eagle Library</description>\n<packages>\n<package name=\"PCM12SMTR\">\n<hole x=\"1.5\" y=\"0\" drill=\"0.9\"/>\n<hole x=\"-1.5\" y=\"0\" drill=\"0.9\"/>\n<smd name=\"W4\" x=\"3.65\" y=\"1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"W1\" x=\"-3.65\" y=\"1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"W2\" x=\"-3.65\" y=\"-1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"W3\" x=\"3.65\" y=\"-1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"3\" x=\"2.25\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"1\" x=\"-2.25\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<wire x1=\"-3.35\" y1=\"1.3\" x2=\"3.35\" y2=\"1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3.35\" y1=\"1.3\" x2=\"3.35\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3.35\" y1=\"-1.3\" x2=\"1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.3\" y1=\"-1.3\" x2=\"-1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-1.3\" x2=\"-3.35\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3.35\" y1=\"-1.3\" x2=\"-3.35\" y2=\"1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-1.3\" x2=\"-1.3\" y2=\"-2.8\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-2.8\" x2=\"1.3\" y2=\"-2.8\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.3\" y1=\"-2.8\" x2=\"1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<text x=\"0\" y=\"0\" size=\"1.524\" layer=\"25\" align=\"center\">&gt;NAME</text>\n</package>\n</packages>\n</library>\n<library name=\"TinyPICOV2\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"MICROBUILDER_SOT23-5\">\n<description>&lt;b&gt;Small Outline Transistor&lt;/b&gt; - 5 Pin</description>\n<wire x1=\"1.4224\" y1=\"0.8104\" x2=\"1.4224\" y2=\"-0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.4224\" y1=\"-0.8104\" x2=\"-1.4224\" y2=\"-0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.4224\" y1=\"-0.8104\" x2=\"-1.4224\" y2=\"0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.4224\" y1=\"0.8104\" x2=\"1.4224\" y2=\"0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.65\" y1=\"0.8\" x2=\"-1.65\" y2=\"-0.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.65\" y1=\"0.8\" x2=\"1.65\" y2=\"-0.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.4\" y1=\"1.05\" x2=\"0.4\" y2=\"1.05\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.2\" y1=\"-1.5\" x2=\"-0.7\" y2=\"-0.85\" layer=\"51\"/>\n<rectangle x1=\"-0.25\" y1=\"-1.5\" x2=\"0.25\" y2=\"-0.85\" layer=\"51\"/>\n<rectangle x1=\"0.7\" y1=\"-1.5\" x2=\"1.2\" y2=\"-0.85\" layer=\"51\"/>\n<rectangle x1=\"0.7\" y1=\"0.85\" x2=\"1.2\" y2=\"1.5\" layer=\"51\"/>\n<rectangle x1=\"-1.2\" y1=\"0.85\" x2=\"-0.7\" y2=\"1.5\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"-1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"0\" y=\"-1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"3\" x=\"0.95\" y=\"-1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"4\" x=\"0.95\" y=\"1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"5\" x=\"-0.95\" y=\"1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<text x=\"1.978\" y=\"0\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.978\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n</packages>\n</library>\n<library name=\"629105136821\">\n<packages>\n<package name=\"WE_629105136821\">\n<description>WR-COM SMT Horizontal 5 Contacts Micro USB Type B, 5 pins</description>\n<wire x1=\"-4\" y1=\"2.85\" x2=\"4\" y2=\"2.85\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4\" y1=\"2.85\" x2=\"4\" y2=\"-2.75\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4\" y1=\"-2.75\" x2=\"-4\" y2=\"-2.75\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4\" y1=\"-2.75\" x2=\"-4\" y2=\"-1.45\" width=\"0.127\" layer=\"51\"/>\n<text x=\"5.14\" y=\"-1.34\" size=\"0.254\" layer=\"51\">PCB EDGE</text>\n<text x=\"-1.605\" y=\"-2.61\" size=\"0.254\" layer=\"51\">CONNECTOR EDGE</text>\n<text x=\"-5.163\" y=\"4.2289\" size=\"0.8128\" layer=\"25\">&gt;NAME</text>\n<text x=\"-5.163\" y=\"-3.9854\" size=\"0.8128\" layer=\"27\">&gt;VALUE</text>\n<wire x1=\"-4\" y1=\"-1.45\" x2=\"-4\" y2=\"2.85\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4\" y1=\"2.85\" x2=\"-4\" y2=\"1.2\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4\" y1=\"2.85\" x2=\"4\" y2=\"1.2\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-4\" y1=\"-1.2\" x2=\"-4\" y2=\"-1.45\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4\" y1=\"-1.2\" x2=\"4\" y2=\"-1.45\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-4\" y1=\"-1.45\" x2=\"7\" y2=\"-1.45\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-5.15\" y1=\"-3\" x2=\"-5.15\" y2=\"3.6\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-5.15\" y1=\"3.6\" x2=\"5.15\" y2=\"3.6\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"5.15\" y1=\"3.6\" x2=\"5.15\" y2=\"-3\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"5.15\" y1=\"-3\" x2=\"-5.15\" y2=\"-3\" width=\"0.05\" layer=\"39\"/>\n<circle x=\"-1.3\" y=\"3.9\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-1.3\" y=\"3.9\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-4\" y1=\"2.85\" x2=\"-2.55\" y2=\"2.85\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4\" y1=\"2.85\" x2=\"2.55\" y2=\"2.85\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-4\" y1=\"-1.45\" x2=\"4\" y2=\"-1.45\" width=\"0.127\" layer=\"21\"/>\n<smd name=\"3\" x=\"0\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"4\" x=\"0.65\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"2\" x=\"-0.65\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"1\" x=\"-1.3\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.3\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"S4\" x=\"4\" y=\"0\" dx=\"1.8\" dy=\"1.9\" layer=\"1\"/>\n<smd name=\"S3\" x=\"1.2\" y=\"0\" dx=\"1.9\" dy=\"1.9\" layer=\"1\"/>\n<smd name=\"S2\" x=\"-1.2\" y=\"0\" dx=\"1.9\" dy=\"1.9\" layer=\"1\"/>\n<smd name=\"S1\" x=\"-4\" y=\"0\" dx=\"1.8\" dy=\"1.9\" layer=\"1\"/>\n<hole x=\"-2.075\" y=\"2.45\" drill=\"0.7\"/>\n<hole x=\"2.075\" y=\"2.45\" drill=\"0.7\"/>\n</package>\n</packages>\n</library>\n<library name=\"Wurth_Elektronik_Electromechanic_Switchs_rev15b\">\n<description>&lt;BR&gt;Wurth Elektronik - Switches&lt;br&gt;&lt;Hr&gt;\n&lt;BR&gt;&lt;BR&gt; \n&lt;TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0&gt;\n&lt;TR&gt;   \n&lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;BR&gt;&lt;br&gt;\n      &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n&lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;br&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt; &lt;FONT FACE=ARIAL SIZE=3&gt;&lt;br&gt;\n      ---------------------------&lt;BR&gt;\n&lt;B&gt;&lt;I&gt;&lt;span style='font-size:26pt;\n  color:#FF6600;'&gt;WE &lt;/span&gt;&lt;/i&gt;&lt;/b&gt;\n&lt;BR&gt;\n      ---------------------------&lt;BR&gt;&lt;b&gt;Würth Elektronik&lt;/b&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;br&gt;\n      ---------O---&lt;BR&gt;\n      ----O--------&lt;BR&gt;\n      ---------O---&lt;BR&gt;\n      ----O--------&lt;BR&gt;\n      ---------O---&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n   \n&lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;BR&gt;\n      &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  \n&lt;/TABLE&gt;\n&lt;B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;More than you expect&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/B&gt;\n\n&lt;HR&gt;&lt;BR&gt;\n&lt;b&gt;Würth Elektronik eiSos GmbH &amp; Co. KG&lt;/b&gt;&lt;br&gt;\nEMC &amp; Inductive Solutions&lt;br&gt;\n\nMax-Eyth-Str.1&lt;br&gt;\nD-74638 Waldenburg&lt;br&gt;\n&lt;br&gt;\nTel: +49 (0)7942-945-0&lt;br&gt;\nFax:+49 (0)7942-945-405&lt;br&gt;\n&lt;br&gt;\n&lt;a href=\"http://www.we-online.com/eagle\"&gt;http://www.we-online.com/eagle&lt;/a&gt;&lt;br&gt;\n&lt;a href=\"mailto:libraries@we-online.com\"&gt;libraries@we-online.com&lt;/a&gt; &lt;BR&gt;&lt;BR&gt;\n&lt;br&gt;&lt;HR&gt;&lt;BR&gt;\nNeither CadSoft nor WE-eiSos does warrant that this library is error-free or &lt;br&gt;\nthat it meets your specific requirements.&lt;br&gt;&lt;BR&gt;\nPlease contact us for more information.&lt;br&gt;&lt;BR&gt;&lt;br&gt;\n&lt;hr&gt;\nEagle Version 6, Library Revision 2015b, 08.04.2015&lt;br&gt;\n&lt;HR&gt;\nCopyright: Würth Elektronik</description>\n<packages>\n<package name=\"434111025826\">\n<description>WS-TRS-6x3.8 mm SMD Tact Switch, 2 pins</description>\n<wire x1=\"-3\" y1=\"-1.9\" x2=\"3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"-1.9\" x2=\"3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"1.9\" x2=\"-3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3\" y1=\"1.9\" x2=\"-3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3\" y1=\"-1.9\" x2=\"3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"-1.9\" x2=\"3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"1.9\" x2=\"-3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3\" y1=\"1.9\" x2=\"-3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<smd name=\"1\" x=\"-3.25\" y=\"0\" dx=\"1.5\" dy=\"1.4\" layer=\"1\"/>\n<smd name=\"2\" x=\"3.25\" y=\"0\" dx=\"1.5\" dy=\"1.4\" layer=\"1\"/>\n<text x=\"-6.5536\" y=\"3.4293\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-6.5536\" y=\"-5.2074\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-2\" y=\"-0.5\" size=\"1.27\" layer=\"51\">1</text>\n<wire x1=\"-3\" y1=\"1.6\" x2=\"-3\" y2=\"1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3\" y1=\"1.9\" x2=\"-2.7\" y2=\"1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.7\" y1=\"1.9\" x2=\"3\" y2=\"1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3\" y1=\"1.9\" x2=\"3\" y2=\"1.6\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3\" y1=\"-1.6\" x2=\"3\" y2=\"-1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3\" y1=\"-1.9\" x2=\"2.7\" y2=\"-1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.7\" y1=\"-1.9\" x2=\"-3\" y2=\"-1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3\" y1=\"-1.9\" x2=\"-3\" y2=\"-1.6\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n</library>\n<library name=\"adafruit\">\n<packages>\n<package name=\"1X08-BIG\">\n<wire x1=\"-10.16\" y1=\"1.27\" x2=\"10.16\" y2=\"1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"10.16\" y1=\"1.27\" x2=\"10.16\" y2=\"-1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"10.16\" y1=\"-1.27\" x2=\"-10.16\" y2=\"-1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-10.16\" y1=\"-1.27\" x2=\"-10.16\" y2=\"1.27\" width=\"0.127\" layer=\"21\"/>\n<pad name=\"1\" x=\"-8.89\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"2\" x=\"-6.35\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"3\" x=\"-3.81\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"4\" x=\"-1.27\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"5\" x=\"1.27\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"6\" x=\"3.81\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"7\" x=\"6.35\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"8\" x=\"8.89\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<text x=\"-10.2362\" y=\"1.8288\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-10.16\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"6.096\" y1=\"-0.254\" x2=\"6.604\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"3.556\" y1=\"-0.254\" x2=\"4.064\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"1.016\" y1=\"-0.254\" x2=\"1.524\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-1.524\" y1=\"-0.254\" x2=\"-1.016\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-4.064\" y1=\"-0.254\" x2=\"-3.556\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-6.604\" y1=\"-0.254\" x2=\"-6.096\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-9.144\" y1=\"-0.254\" x2=\"-8.636\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"8.636\" y1=\"-0.254\" x2=\"9.144\" y2=\"0.254\" layer=\"51\"/>\n</package>\n</packages>\n</library>\n<library name=\"jumper\" urn=\"urn:adsk.eagle:library:252\">\n<description>&lt;b&gt;Jumpers&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>\n<packages>\n<package name=\"JP2\" urn=\"urn:adsk.eagle:footprint:15390/1\" library_version=\"2\">\n<description>&lt;b&gt;JUMPER&lt;/b&gt;</description>\n<wire x1=\"-3.81\" y1=\"-1.016\" x2=\"-3.81\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"1.27\" x2=\"1.524\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"1.016\" x2=\"1.524\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"-1.27\" x2=\"1.524\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"-1.016\" x2=\"1.524\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"-1.27\" x2=\"3.81\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"1.27\" x2=\"3.81\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.81\" y1=\"1.016\" x2=\"3.81\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"1.27\" x2=\"1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"1.27\" x2=\"-1.016\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"1.016\" x2=\"-1.016\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"1.27\" x2=\"-1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.81\" y1=\"1.016\" x2=\"-3.556\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"1.27\" x2=\"-3.556\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"-1.27\" x2=\"1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"-1.016\" x2=\"-1.016\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"-1.27\" x2=\"-1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.81\" y1=\"-1.016\" x2=\"-3.556\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"-1.27\" x2=\"-1.016\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"-1.27\" x2=\"-3.556\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.9144\" shape=\"long\" rot=\"R90\"/>\n<pad name=\"2\" x=\"0\" y=\"0\" drill=\"0.9144\" shape=\"long\" rot=\"R90\"/>\n<pad name=\"3\" x=\"2.54\" y=\"0\" drill=\"0.9144\" shape=\"long\" rot=\"R90\"/>\n<text x=\"-3.556\" y=\"1.651\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-2.667\" size=\"0.9906\" layer=\"21\" ratio=\"12\">1</text>\n<text x=\"0\" y=\"-2.667\" size=\"0.9906\" layer=\"21\" ratio=\"12\">2</text>\n<text x=\"2.54\" y=\"-2.667\" size=\"0.9906\" layer=\"21\" ratio=\"12\">3</text>\n<text x=\"-3.556\" y=\"-4.318\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-2.8448\" y1=\"-0.3048\" x2=\"-2.2352\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"-0.3048\" y1=\"-0.3048\" x2=\"0.3048\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"2.2352\" y1=\"-0.3048\" x2=\"2.8448\" y2=\"0.3048\" layer=\"51\"/>\n</package>\n<package name=\"JP1\" urn=\"urn:adsk.eagle:footprint:15398/1\" library_version=\"2\">\n<description>&lt;b&gt;JUMPER&lt;/b&gt;</description>\n<wire x1=\"-1.016\" y1=\"0\" x2=\"-1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.016\" y1=\"0\" x2=\"-1.27\" y2=\"-0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"0\" x2=\"1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"0\" x2=\"1.27\" y2=\"-0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"-0.254\" x2=\"1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"-2.54\" x2=\"1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"2.286\" x2=\"1.016\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"2.286\" x2=\"1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"2.54\" x2=\"-1.016\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"2.286\" x2=\"-1.016\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"2.286\" x2=\"-1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"-0.254\" x2=\"-1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.016\" y1=\"-2.54\" x2=\"-1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.016\" y1=\"-2.54\" x2=\"1.016\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"0\" y=\"-1.27\" drill=\"0.9144\" shape=\"long\"/>\n<pad name=\"2\" x=\"0\" y=\"1.27\" drill=\"0.9144\" shape=\"long\"/>\n<text x=\"-1.651\" y=\"-2.54\" size=\"1.27\" layer=\"25\" ratio=\"10\" rot=\"R90\">&gt;NAME</text>\n<text x=\"2.921\" y=\"-2.54\" size=\"1.27\" layer=\"27\" ratio=\"10\" rot=\"R90\">&gt;VALUE</text>\n<rectangle x1=\"-0.3048\" y1=\"0.9652\" x2=\"0.3048\" y2=\"1.5748\" layer=\"51\"/>\n<rectangle x1=\"-0.3048\" y1=\"-1.5748\" x2=\"0.3048\" y2=\"-0.9652\" layer=\"51\"/>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"JP2\" urn=\"urn:adsk.eagle:package:15452/1\" type=\"box\" library_version=\"2\">\n<description>JUMPER</description>\n<packageinstances>\n<packageinstance name=\"JP2\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"JP1\" urn=\"urn:adsk.eagle:package:15455/1\" type=\"box\" library_version=\"2\">\n<description>JUMPER</description>\n<packageinstances>\n<packageinstance name=\"JP1\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n</library>\n<library name=\"PanasonicA4SConnectorsV4_CreamAdjust\">\n<packages>\n<package name=\"AXE510127\">\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"-2.25\" y=\"1.25\"/>\n<vertex x=\"-2.05\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"0.53\"/>\n<vertex x=\"-2.25\" y=\"0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"2.25\" y=\"-1.25\"/>\n<vertex x=\"2.05\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-0.53\"/>\n<vertex x=\"2.25\" y=\"-0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"-2.25\" y=\"-1.25\"/>\n<vertex x=\"-2.05\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-0.53\"/>\n<vertex x=\"-2.25\" y=\"-0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"2.25\" y=\"1.25\"/>\n<vertex x=\"2.05\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"0.53\"/>\n<vertex x=\"2.25\" y=\"0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"-2.35\" y=\"-1.35\"/>\n<vertex x=\"-2.15\" y=\"-1.55\"/>\n<vertex x=\"-1.25\" y=\"-1.55\"/>\n<vertex x=\"-1.25\" y=\"-0.43\"/>\n<vertex x=\"-2.35\" y=\"-0.43\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"2.35\" y=\"1.35\"/>\n<vertex x=\"2.15\" y=\"1.55\"/>\n<vertex x=\"1.25\" y=\"1.55\"/>\n<vertex x=\"1.25\" y=\"0.43\"/>\n<vertex x=\"2.35\" y=\"0.43\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"2.35\" y=\"-1.35\"/>\n<vertex x=\"2.15\" y=\"-1.55\"/>\n<vertex x=\"1.25\" y=\"-1.55\"/>\n<vertex x=\"1.25\" y=\"-0.43\"/>\n<vertex x=\"2.35\" y=\"-0.43\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"-2.35\" y=\"1.35\"/>\n<vertex x=\"-2.15\" y=\"1.55\"/>\n<vertex x=\"-1.25\" y=\"1.55\"/>\n<vertex x=\"-1.25\" y=\"0.43\"/>\n<vertex x=\"-2.35\" y=\"0.43\"/>\n</polygon>\n<rectangle x1=\"-0.91633125\" y1=\"0.100146875\" x2=\"0.915\" y2=\"0.949996875\" layer=\"41\"/>\n<rectangle x1=\"-0.91521875\" y1=\"-0.950225\" x2=\"0.915\" y2=\"-0.1\" layer=\"41\"/>\n<wire x1=\"-2.25\" y1=\"1.25\" x2=\"2.25\" y2=\"1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"2.25\" y1=\"1.25\" x2=\"2.25\" y2=\"-1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"2.25\" y1=\"-1.25\" x2=\"-2.25\" y2=\"-1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-2.25\" y1=\"-1.25\" x2=\"-2.25\" y2=\"1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<circle x=\"-1.12\" y=\"-1.525\" radius=\"0.05\" width=\"0.1\" layer=\"21\"/>\n<text x=\"-2.50326875\" y=\"1.80235\" size=\"0.610396875\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.5007\" y=\"-2.40066875\" size=\"0.609771875\" layer=\"27\">&gt;VALUE</text>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"-2.25\" y=\"1.25\"/>\n<vertex x=\"-2.05\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"0.8\"/>\n<vertex x=\"-2.25\" y=\"0.8\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"-2.25\" y=\"-1.25\"/>\n<vertex x=\"-2.05\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-0.8\"/>\n<vertex x=\"-2.25\" y=\"-0.8\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"2.25\" y=\"-1.25\"/>\n<vertex x=\"2.05\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-0.8\"/>\n<vertex x=\"2.25\" y=\"-0.8\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"2.25\" y=\"1.25\"/>\n<vertex x=\"2.05\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"0.8\"/>\n<vertex x=\"2.25\" y=\"0.8\"/>\n</polygon>\n<smd name=\"6\" x=\"0\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"4\" x=\"-0.4\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"8\" x=\"0.4\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"-0.8\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"10\" x=\"0.8\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"5\" x=\"0\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"3\" x=\"-0.4\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"7\" x=\"0.4\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"1\" x=\"-0.8\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"9\" x=\"0.8\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<wire x1=\"-2.25\" y1=\"-0.35\" x2=\"-2.25\" y2=\"0.35\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.25\" y1=\"-0.35\" x2=\"2.25\" y2=\"0.35\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.2\" y1=\"1.25\" x2=\"-1.075\" y2=\"1.25\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.075\" y1=\"1.25\" x2=\"1.2\" y2=\"1.25\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.075\" y1=\"-1.25\" x2=\"1.2\" y2=\"-1.25\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.2\" y1=\"-1.25\" x2=\"-1.075\" y2=\"-1.25\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n</library>\n<library name=\"SparkFun-Jumpers\">\n<description>&lt;h3&gt;SparkFun Jumpers&lt;/h3&gt;\nIn this library you'll find jumpers, or other semipermanent means of changing current paths. The least permanent form is the solder jumper. These can be changed by adding, removing, or moving solder. In cases that are less likely to be changed we have jumpers that are connected with traces. These can be cut with a razor, or reconnected with solder. Reference designator JP.\n&lt;br&gt;\n&lt;br&gt;\nWe've spent an enormous amount of time creating and checking these footprints and parts, but it is &lt;b&gt; the end user's responsibility&lt;/b&gt; to ensure correctness and suitablity for a given componet or application. \n&lt;br&gt;\n&lt;br&gt;If you enjoy using this library, please buy one of our products at &lt;a href=\" www.sparkfun.com\"&gt;SparkFun.com&lt;/a&gt;.\n&lt;br&gt;\n&lt;br&gt;\n&lt;b&gt;Licensing:&lt;/b&gt; Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ \n&lt;br&gt;\n&lt;br&gt;\nYou are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description>\n<packages>\n<package name=\"SMT-JUMPER_3_1-NC_TRACE_SILK\" urn=\"urn:adsk.eagle:footprint:39266/1\">\n<wire x1=\"1.27\" y1=\"-1.016\" x2=\"-1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"1.016\" x2=\"1.7272\" y2=\"0.5588\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.7272\" y1=\"0.5588\" x2=\"-1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.7272\" y1=\"-0.5588\" x2=\"-1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.27\" y1=\"-1.016\" x2=\"1.7272\" y2=\"-0.5588\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.7272\" y1=\"-0.5588\" x2=\"1.7272\" y2=\"0.5588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.7272\" y1=\"-0.5588\" x2=\"-1.7272\" y2=\"0.5588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"1.016\" x2=\"1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0\" y1=\"0\" x2=\"1.016\" y2=\"0\" width=\"0.254\" layer=\"1\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<smd name=\"2\" x=\"0\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<smd name=\"3\" x=\"1.016\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<text x=\"0\" y=\"1.143\" size=\"0.6096\" layer=\"25\" font=\"vector\" ratio=\"20\" align=\"bottom-center\">&gt;NAME</text>\n<text x=\"0\" y=\"-1.143\" size=\"0.6096\" layer=\"27\" font=\"vector\" ratio=\"20\" align=\"top-center\">&gt;VALUE</text>\n<polygon width=\"0.127\" layer=\"29\">\n<vertex x=\"0.3175\" y=\"0.127\"/>\n<vertex x=\"0.6985\" y=\"0.127\"/>\n<vertex x=\"0.6985\" y=\"-0.127\"/>\n<vertex x=\"0.3175\" y=\"-0.127\"/>\n</polygon>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"SMT-JUMPER_3_1-NC_TRACE_SILK\" urn=\"urn:adsk.eagle:package:39288/1\" type=\"box\">\n<packageinstances>\n<packageinstance name=\"SMT-JUMPER_3_1-NC_TRACE_SILK\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n</library>\n<library name=\"R1172N421D-TR-FE\">\n<description>&lt;Low Dropout Regulators(LDO) SOT-23-5 RoHS&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"R1172N421D-TR-FE\">\n<description>&lt;b&gt;5-pin SOT23-5&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.25\" y=\"0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.25\" y=\"0\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.25\" y=\"-0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"4\" x=\"1.25\" y=\"-0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.25\" y=\"0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<text x=\"0\" y=\"0\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n<wire x1=\"-2.075\" y1=\"1.7\" x2=\"2.075\" y2=\"1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.075\" y1=\"1.7\" x2=\"2.075\" y2=\"-1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.075\" y1=\"-1.7\" x2=\"-2.075\" y2=\"-1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.075\" y1=\"-1.7\" x2=\"-2.075\" y2=\"1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"1.45\" x2=\"0.8\" y2=\"1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"1.45\" x2=\"0.8\" y2=\"-1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-1.45\" x2=\"-0.8\" y2=\"-1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"-1.45\" x2=\"-0.8\" y2=\"1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"0.5\" x2=\"0.15\" y2=\"1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-0.325\" y1=\"1.45\" x2=\"0.325\" y2=\"1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"0.325\" y1=\"1.45\" x2=\"0.325\" y2=\"-1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"0.325\" y1=\"-1.45\" x2=\"-0.325\" y2=\"-1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.325\" y1=\"-1.45\" x2=\"-0.325\" y2=\"1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-1.825\" y1=\"1.5\" x2=\"-0.675\" y2=\"1.5\" width=\"0.2\" layer=\"21\"/>\n</package>\n</packages>\n</library>\n</libraries>\n<attributes>\n</attributes>\n<variantdefs>\n</variantdefs>\n<classes>\n<class number=\"0\" name=\"default\" width=\"0\" drill=\"0\">\n</class>\n</classes>\n<designrules name=\"oshpark-2layer *\">\n<description language=\"en\">&lt;b&gt;OSH Park Design Rules&lt;/b&gt;\n&lt;p&gt;\nPlease make sure your boards conform to these design rules.\n&lt;/p&gt;\n&lt;p&gt;\nNote, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. \n&lt;a href=&quot;http://docs.oshpark.com/design-tools/eagle/design-rules-files/&quot;&gt;Adjustable Settings&lt;/a&gt;\n&lt;/p&gt;</description>\n<param name=\"layerSetup\" value=\"(1*16)\"/>\n<param name=\"mtCopper\" value=\"0.035559375mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.0356mm 0.035559375mm\"/>\n<param name=\"mtIsolate\" value=\"1.6mm 0.1499mm 0.2007mm 0.1499mm 0.2007mm 0.1499mm 0.2007mm 0.1499mm 0.2007mm 0.1499mm 0.2007mm 0.1499mm 0.2007mm 0.1499mm 0.2007mm\"/>\n<param name=\"mdWireWire\" value=\"6mil\"/>\n<param name=\"mdWirePad\" value=\"6mil\"/>\n<param name=\"mdWireVia\" value=\"6mil\"/>\n<param name=\"mdPadPad\" value=\"6mil\"/>\n<param name=\"mdPadVia\" value=\"6mil\"/>\n<param name=\"mdViaVia\" value=\"6mil\"/>\n<param name=\"mdSmdPad\" value=\"6mil\"/>\n<param name=\"mdSmdVia\" value=\"6mil\"/>\n<param name=\"mdSmdSmd\" value=\"6mil\"/>\n<param name=\"mdViaViaSameLayer\" value=\"8mil\"/>\n<param name=\"mnLayersViaInSmd\" value=\"2\"/>\n<param name=\"mdCopperDimension\" value=\"15mil\"/>\n<param name=\"mdDrill\" value=\"6mil\"/>\n<param name=\"mdSmdStop\" value=\"0mil\"/>\n<param name=\"msWidth\" value=\"6mil\"/>\n<param name=\"msDrill\" value=\"0.008890625mm\"/>\n<param name=\"msMicroVia\" value=\"10mil\"/>\n<param name=\"msBlindViaRatio\" value=\"0.5\"/>\n<param name=\"rvPadTop\" value=\"0.25\"/>\n<param name=\"rvPadInner\" value=\"0.25\"/>\n<param name=\"rvPadBottom\" value=\"0.25\"/>\n<param name=\"rvViaOuter\" value=\"0.25\"/>\n<param name=\"rvViaInner\" value=\"0.25\"/>\n<param name=\"rvMicroViaOuter\" value=\"0.25\"/>\n<param name=\"rvMicroViaInner\" value=\"0.25\"/>\n<param name=\"rlMinPadTop\" value=\"5mil\"/>\n<param name=\"rlMaxPadTop\" value=\"20mil\"/>\n<param name=\"rlMinPadInner\" value=\"5mil\"/>\n<param name=\"rlMaxPadInner\" value=\"20mil\"/>\n<param name=\"rlMinPadBottom\" value=\"5mil\"/>\n<param name=\"rlMaxPadBottom\" value=\"20mil\"/>\n<param name=\"rlMinViaOuter\" value=\"5mil\"/>\n<param name=\"rlMaxViaOuter\" value=\"20mil\"/>\n<param name=\"rlMinViaInner\" value=\"5mil\"/>\n<param name=\"rlMaxViaInner\" value=\"20mil\"/>\n<param name=\"rlMinMicroViaOuter\" value=\"5mil\"/>\n<param name=\"rlMaxMicroViaOuter\" value=\"20mil\"/>\n<param name=\"rlMinMicroViaInner\" value=\"5mil\"/>\n<param name=\"rlMaxMicroViaInner\" value=\"20mil\"/>\n<param name=\"psTop\" value=\"-1\"/>\n<param name=\"psBottom\" value=\"-1\"/>\n<param name=\"psFirst\" value=\"-1\"/>\n<param name=\"psElongationLong\" value=\"100\"/>\n<param name=\"psElongationOffset\" value=\"100\"/>\n<param name=\"mvStopFrame\" value=\"1\"/>\n<param name=\"mvCreamFrame\" value=\"0.1\"/>\n<param name=\"mlMinStopFrame\" value=\"0mil\"/>\n<param name=\"mlMaxStopFrame\" value=\"0mil\"/>\n<param name=\"mlMinCreamFrame\" value=\"0mil\"/>\n<param name=\"mlMaxCreamFrame\" value=\"20mil\"/>\n<param name=\"mlViaStopLimit\" value=\"12mil\"/>\n<param name=\"srRoundness\" value=\"0\"/>\n<param name=\"srMinRoundness\" value=\"0mil\"/>\n<param name=\"srMaxRoundness\" value=\"0mil\"/>\n<param name=\"slThermalIsolate\" value=\"10mil\"/>\n<param name=\"slThermalsForVias\" value=\"0\"/>\n<param name=\"dpMaxLengthDifference\" value=\"10mm\"/>\n<param name=\"dpGapFactor\" value=\"2.5\"/>\n<param name=\"checkAngle\" value=\"0\"/>\n<param name=\"checkFont\" value=\"1\"/>\n<param name=\"checkRestrict\" value=\"1\"/>\n<param name=\"checkStop\" value=\"0\"/>\n<param name=\"checkValues\" value=\"0\"/>\n<param name=\"checkNames\" value=\"1\"/>\n<param name=\"checkWireStubs\" value=\"1\"/>\n<param name=\"checkPolygonWidth\" value=\"0\"/>\n<param name=\"useDiameter\" value=\"13\"/>\n<param name=\"maxErrors\" value=\"50\"/>\n</designrules>\n<autorouter>\n<pass name=\"Default\">\n<param name=\"RoutingGrid\" value=\"50mil\"/>\n<param name=\"AutoGrid\" value=\"1\"/>\n<param name=\"Efforts\" value=\"0\"/>\n<param name=\"TopRouterVariant\" value=\"1\"/>\n<param name=\"tpViaShape\" value=\"round\"/>\n<param name=\"PrefDir.1\" value=\"a\"/>\n<param name=\"PrefDir.2\" value=\"0\"/>\n<param name=\"PrefDir.3\" value=\"0\"/>\n<param name=\"PrefDir.4\" value=\"0\"/>\n<param name=\"PrefDir.5\" value=\"0\"/>\n<param name=\"PrefDir.6\" value=\"0\"/>\n<param name=\"PrefDir.7\" value=\"0\"/>\n<param name=\"PrefDir.8\" value=\"0\"/>\n<param name=\"PrefDir.9\" value=\"0\"/>\n<param name=\"PrefDir.10\" value=\"0\"/>\n<param name=\"PrefDir.11\" value=\"0\"/>\n<param name=\"PrefDir.12\" value=\"0\"/>\n<param name=\"PrefDir.13\" value=\"0\"/>\n<param name=\"PrefDir.14\" value=\"0\"/>\n<param name=\"PrefDir.15\" value=\"0\"/>\n<param name=\"PrefDir.16\" value=\"a\"/>\n<param name=\"cfVia\" value=\"8\"/>\n<param name=\"cfNonPref\" value=\"5\"/>\n<param name=\"cfChangeDir\" value=\"2\"/>\n<param name=\"cfOrthStep\" value=\"2\"/>\n<param name=\"cfDiagStep\" value=\"3\"/>\n<param name=\"cfExtdStep\" value=\"0\"/>\n<param name=\"cfBonusStep\" value=\"1\"/>\n<param name=\"cfMalusStep\" value=\"1\"/>\n<param name=\"cfPadImpact\" value=\"4\"/>\n<param name=\"cfSmdImpact\" value=\"4\"/>\n<param name=\"cfBusImpact\" value=\"0\"/>\n<param name=\"cfHugging\" value=\"3\"/>\n<param name=\"cfAvoid\" value=\"4\"/>\n<param name=\"cfPolygon\" value=\"10\"/>\n<param name=\"cfBase.1\" value=\"0\"/>\n<param name=\"cfBase.2\" value=\"1\"/>\n<param name=\"cfBase.3\" value=\"1\"/>\n<param name=\"cfBase.4\" value=\"1\"/>\n<param name=\"cfBase.5\" value=\"1\"/>\n<param name=\"cfBase.6\" value=\"1\"/>\n<param name=\"cfBase.7\" value=\"1\"/>\n<param name=\"cfBase.8\" value=\"1\"/>\n<param name=\"cfBase.9\" value=\"1\"/>\n<param name=\"cfBase.10\" value=\"1\"/>\n<param name=\"cfBase.11\" value=\"1\"/>\n<param name=\"cfBase.12\" value=\"1\"/>\n<param name=\"cfBase.13\" value=\"1\"/>\n<param name=\"cfBase.14\" value=\"1\"/>\n<param name=\"cfBase.15\" value=\"1\"/>\n<param name=\"cfBase.16\" value=\"0\"/>\n<param name=\"mnVias\" value=\"20\"/>\n<param name=\"mnSegments\" value=\"9999\"/>\n<param name=\"mnExtdSteps\" value=\"9999\"/>\n<param name=\"mnRipupLevel\" value=\"10\"/>\n<param name=\"mnRipupSteps\" value=\"100\"/>\n<param name=\"mnRipupTotal\" value=\"100\"/>\n</pass>\n<pass name=\"Follow-me\" refer=\"Default\" active=\"yes\">\n</pass>\n<pass name=\"Busses\" refer=\"Default\" active=\"yes\">\n<param name=\"cfNonPref\" value=\"4\"/>\n<param name=\"cfBusImpact\" value=\"4\"/>\n<param name=\"cfHugging\" value=\"0\"/>\n<param name=\"mnVias\" value=\"0\"/>\n</pass>\n<pass name=\"Route\" refer=\"Default\" active=\"yes\">\n</pass>\n<pass name=\"Optimize1\" refer=\"Default\" active=\"yes\">\n<param name=\"cfVia\" value=\"99\"/>\n<param name=\"cfExtdStep\" value=\"10\"/>\n<param name=\"cfHugging\" value=\"1\"/>\n<param name=\"mnExtdSteps\" value=\"1\"/>\n<param name=\"mnRipupLevel\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize2\" refer=\"Optimize1\" active=\"yes\">\n<param name=\"cfNonPref\" value=\"0\"/>\n<param name=\"cfChangeDir\" value=\"6\"/>\n<param name=\"cfExtdStep\" value=\"0\"/>\n<param name=\"cfBonusStep\" value=\"2\"/>\n<param name=\"cfMalusStep\" value=\"2\"/>\n<param name=\"cfPadImpact\" value=\"2\"/>\n<param name=\"cfSmdImpact\" value=\"2\"/>\n<param name=\"cfHugging\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize3\" refer=\"Optimize2\" active=\"yes\">\n<param name=\"cfChangeDir\" value=\"8\"/>\n<param name=\"cfPadImpact\" value=\"0\"/>\n<param name=\"cfSmdImpact\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize4\" refer=\"Optimize3\" active=\"yes\">\n<param name=\"cfChangeDir\" value=\"25\"/>\n</pass>\n</autorouter>\n<groups>\n<board_group name=\"TAGOUTLINE\"/>\n</groups>\n<elements>\n<element name=\"C_USB\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"0.1uF\" x=\"37.615\" y=\"0.925\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"38.4088\" y=\"0.29\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R90\"/>\n</element>\n<element name=\"R_LED\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"2k\" x=\"51.915\" y=\"-6.865\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"52.7088\" y=\"-7.5\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R90\"/>\n</element>\n<element name=\"U1\" library=\"TinyPICO\" package=\"CP2104_MICROBUILDER_QFN24_4MM_SMSC\" value=\"\" x=\"34.11\" y=\"1.645\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"37.26\" y=\"-0.855\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R90\"/>\n</element>\n<element name=\"D1\" library=\"TinyPICO\" package=\"CMONR_STANDARDPARTS_0402.LED\" value=\"RED\" x=\"53.325\" y=\"-6.775\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"54.341\" y=\"-7.791\" size=\"0.4064\" layer=\"27\" font=\"vector\" rot=\"R90\"/>\n</element>\n<element name=\"CHRG_SWITCH\" library=\"tinycircuits\" package=\"PCM12SMTR\" value=\"PCM12SMTR\" x=\"45.775\" y=\"7.15\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"PARTNO\" value=\"AS-ITM-00220\" x=\"45.65\" y=\"7.15\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n</element>\n<element name=\"U2\" library=\"TinyPICOV2\" package=\"MICROBUILDER_SOT23-5\" value=\"MCP73831\" x=\"44.775\" y=\"0.625\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"42.797\" y=\"1.26\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"D2\" library=\"TinyPICO\" package=\"CMONR_STANDARDPARTS_0402.LED\" value=\"GREEN\" x=\"39.45\" y=\"2.2\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"40.466\" y=\"1.184\" size=\"0.4064\" layer=\"27\" font=\"vector\" rot=\"R90\"/>\n</element>\n<element name=\"R_CHRG1\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"2k\" x=\"40.9\" y=\"2.775\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"41.535\" y=\"3.5688\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"C_CHRG2\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7uF\" x=\"43.25\" y=\"3.775\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"43.885\" y=\"4.5688\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"R_CHRG2\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"20k\" x=\"48.55\" y=\"3.175\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"47.7562\" y=\"3.81\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"C_CHRG1\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7uF\" x=\"42\" y=\"0.05\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"42.7938\" y=\"-0.585\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R90\"/>\n</element>\n<element name=\"USB_CON\" library=\"629105136821\" package=\"WE_629105136821\" value=\"629105136821\" x=\"53.95\" y=\"0\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"AVAILABILITY\" value=\"Unavailable\" x=\"53.95\" y=\"0\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"DESCRIPTION\" value=\" USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle \" x=\"53.95\" y=\"0\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"MF\" value=\"Wurth Electronics\" x=\"53.95\" y=\"0\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"MP\" value=\"629105136821\" x=\"53.95\" y=\"0\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"PACKAGE\" value=\"None\" x=\"53.95\" y=\"0\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"PRICE\" value=\"None\" x=\"53.95\" y=\"0\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"57.9354\" y=\"-5.163\" size=\"0.8128\" layer=\"27\" rot=\"R90\"/>\n</element>\n<element name=\"RESET_SWITCH\" library=\"Wurth_Elektronik_Electromechanic_Switchs_rev15b\" package=\"434111025826\" value=\"434111025826\" x=\"35.7\" y=\"6.825\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"42.2536\" y=\"12.0324\" size=\"1.27\" layer=\"27\" rot=\"R180\"/>\n</element>\n<element name=\"JP_LEFT\" library=\"adafruit\" package=\"1X08-BIG\" value=\"\" x=\"19.25\" y=\"7.625\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"29.41\" y=\"10.8\" size=\"1.27\" layer=\"27\" rot=\"R180\"/>\n</element>\n<element name=\"JP_RIGHT\" library=\"adafruit\" package=\"1X08-BIG\" value=\"\" x=\"19.25\" y=\"-7.6\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"29.41\" y=\"-4.425\" size=\"1.27\" layer=\"27\" rot=\"R180\"/>\n</element>\n<element name=\"R_CHRG3\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"67k\" x=\"49.775\" y=\"3.825\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"48.9812\" y=\"4.46\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"JP_MAIN\" library=\"jumper\" library_urn=\"urn:adsk.eagle:library:252\" package=\"JP2\" package3d_urn=\"urn:adsk.eagle:package:15452/1\" value=\"\" x=\"44.575\" y=\"-7.125\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"POPULARITY\" value=\"34\" x=\"44.575\" y=\"-7.125\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"48.131\" y=\"-2.807\" size=\"1.27\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"U3\" library=\"PanasonicA4SConnectorsV4_CreamAdjust\" package=\"AXE510127\" value=\"AXE510127\" x=\"-4.35\" y=\"-2.675\" smashed=\"yes\">\n<attribute name=\"VALUE\" x=\"-6.8507\" y=\"-5.07566875\" size=\"0.609771875\" layer=\"27\"/>\n</element>\n<element name=\"JP1\" library=\"jumper\" library_urn=\"urn:adsk.eagle:library:252\" package=\"JP1\" package3d_urn=\"urn:adsk.eagle:package:15455/1\" value=\"\" x=\"16.85\" y=\"-0.175\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"POPULARITY\" value=\"61\" x=\"11.175\" y=\"-7.1\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"19.39\" y=\"2.746\" size=\"1.27\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"JP2\" library=\"jumper\" library_urn=\"urn:adsk.eagle:library:252\" package=\"JP1\" package3d_urn=\"urn:adsk.eagle:package:15455/1\" value=\"\" x=\"24.45\" y=\"1.475\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"POPULARITY\" value=\"61\" x=\"13.1\" y=\"-12.375\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"26.99\" y=\"4.396\" size=\"1.27\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"UPDI_SWITCH\" library=\"tinycircuits\" package=\"PCM12SMTR\" value=\"PCM12SMTR\" x=\"34.425\" y=\"-7.075\" smashed=\"yes\">\n<attribute name=\"PARTNO\" value=\"AS-ITM-00220\" x=\"34.425\" y=\"-7.075\" size=\"1.778\" layer=\"27\" display=\"off\"/>\n</element>\n<element name=\"R_UPDI\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7k\" x=\"12.1\" y=\"-2.925\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"12.735\" y=\"-2.1312\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"JP3\" library=\"SparkFun-Jumpers\" package=\"SMT-JUMPER_3_1-NC_TRACE_SILK\" package3d_urn=\"urn:adsk.eagle:package:39288/1\" value=\"JUMPER-SMT_3_1-NC_TRACE_SILK\" x=\"52.95\" y=\"7.6\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"52.95\" y=\"8.743\" size=\"0.6096\" layer=\"27\" font=\"vector\" ratio=\"20\" rot=\"R180\" align=\"top-center\"/>\n</element>\n<element name=\"LDO42\" library=\"R1172N421D-TR-FE\" package=\"R1172N421D-TR-FE\" value=\"R1172N421D-TR-FE\" x=\"37.225\" y=\"-2.45\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"DESCRIPTION\" value=\"Low Dropout Regulators(LDO) SOT-23-5 RoHS\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"HEIGHT\" value=\"0.8mm\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"Holtek\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"HT7833\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"\" x=\"42.2\" y=\"-7.825\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"37.225\" y=\"-2.45\" size=\"1.27\" layer=\"27\" rot=\"R180\" align=\"center\"/>\n</element>\n<element name=\"C_LDO1\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7uF\" x=\"39.675\" y=\"-2\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"40.4688\" y=\"-2.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R90\"/>\n</element>\n<element name=\"C_LDO2\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7uF\" x=\"40.375\" y=\"-3.025\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"39.5812\" y=\"-2.39\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n</elements>\n<signals>\n<signal name=\"V_BATT\">\n<contactref element=\"U3\" pad=\"7\"/>\n<contactref element=\"U3\" pad=\"9\"/>\n<contactref element=\"JP_MAIN\" pad=\"2\"/>\n<via x=\"9.8\" y=\"-3.475\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"9.8\" y1=\"-3.475\" x2=\"10.775\" y2=\"-4.45\" width=\"0.3048\" layer=\"16\"/>\n<wire x1=\"39.5\" y1=\"-4.45\" x2=\"39.825\" y2=\"-4.775\" width=\"0.3048\" layer=\"16\"/>\n<via x=\"39.825\" y=\"-4.775\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"39.825\" y1=\"-4.775\" x2=\"43.7\" y2=\"-4.775\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"44.575\" y1=\"-5.65\" x2=\"44.575\" y2=\"-7.125\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"10.775\" y1=\"-4.45\" x2=\"20.525\" y2=\"-4.45\" width=\"0.3048\" layer=\"16\"/>\n<wire x1=\"20.525\" y1=\"-4.45\" x2=\"39.5\" y2=\"-4.45\" width=\"0.3048\" layer=\"16\"/>\n<wire x1=\"43.7\" y1=\"-4.775\" x2=\"44.575\" y2=\"-5.65\" width=\"0.3048\" layer=\"1\"/>\n<contactref element=\"JP_RIGHT\" pad=\"4\"/>\n<wire x1=\"20.52\" y1=\"-7.6\" x2=\"20.52\" y2=\"-4.455\" width=\"0.3048\" layer=\"16\"/>\n<wire x1=\"20.52\" y1=\"-4.455\" x2=\"20.525\" y2=\"-4.45\" width=\"0.3048\" layer=\"16\"/>\n<wire x1=\"-3.95\" y1=\"-3.875\" x2=\"-3.95\" y2=\"-4.3\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"-3.55\" y1=\"-4.45\" x2=\"-3.6625\" y2=\"-4.5625\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"-3.55\" y1=\"-4.45\" x2=\"-3.55\" y2=\"-3.875\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"-3.6625\" y1=\"-4.5625\" x2=\"-3.65\" y2=\"-4.575\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"5.7\" y1=\"-4.575\" x2=\"6.8\" y2=\"-3.475\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"6.8\" y1=\"-3.475\" x2=\"9.8\" y2=\"-3.475\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"-3.65\" y1=\"-4.575\" x2=\"5.7\" y2=\"-4.575\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"-3.95\" y1=\"-4.3\" x2=\"-3.6875\" y2=\"-4.5625\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"-3.6875\" y1=\"-4.5625\" x2=\"-3.6625\" y2=\"-4.5625\" width=\"0.2\" layer=\"1\"/>\n</signal>\n<signal name=\"GND\">\n<contactref element=\"U1\" pad=\"THERM\"/>\n<contactref element=\"C_USB\" pad=\"2\"/>\n<contactref element=\"U1\" pad=\"2\"/>\n<polygon width=\"0.1524\" layer=\"1\">\n<vertex x=\"8.75\" y=\"10.425\"/>\n<vertex x=\"55.95\" y=\"10.425\"/>\n<vertex x=\"55.95\" y=\"-10.45\"/>\n<vertex x=\"8.75\" y=\"-10.45\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"16\">\n<vertex x=\"56.275\" y=\"10.575\"/>\n<vertex x=\"8.8\" y=\"10.575\"/>\n<vertex x=\"8.8\" y=\"-10.75\"/>\n<vertex x=\"56.275\" y=\"-10.75\"/>\n</polygon>\n<contactref element=\"D1\" pad=\"P$2\"/>\n<contactref element=\"CHRG_SWITCH\" pad=\"W4\"/>\n<contactref element=\"CHRG_SWITCH\" pad=\"W1\"/>\n<contactref element=\"CHRG_SWITCH\" pad=\"W2\"/>\n<contactref element=\"CHRG_SWITCH\" pad=\"W3\"/>\n<contactref element=\"C_CHRG2\" pad=\"2\"/>\n<contactref element=\"C_CHRG1\" pad=\"2\"/>\n<contactref element=\"USB_CON\" pad=\"5\"/>\n<contactref element=\"USB_CON\" pad=\"S1\"/>\n<contactref element=\"USB_CON\" pad=\"S3\"/>\n<contactref element=\"USB_CON\" pad=\"S2\"/>\n<contactref element=\"USB_CON\" pad=\"S4\"/>\n<contactref element=\"RESET_SWITCH\" pad=\"1\"/>\n<contactref element=\"U3\" pad=\"2\"/>\n<contactref element=\"U3\" pad=\"4\"/>\n<via x=\"52.5\" y=\"2.575\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"52.5\" y=\"1.575\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"52.5\" y=\"0.5\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"52.5\" y=\"-0.6\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"52.5\" y=\"-1.75\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"52.5\" y=\"-2.675\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"52.5\" y=\"3.675\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"52.5\" y=\"-3.675\" extent=\"1-16\" drill=\"0.35\"/>\n<contactref element=\"U2\" pad=\"2\"/>\n<contactref element=\"JP_RIGHT\" pad=\"8\"/>\n<contactref element=\"JP_LEFT\" pad=\"8\"/>\n<contactref element=\"JP_LEFT\" pad=\"4\"/>\n<contactref element=\"JP_RIGHT\" pad=\"1\"/>\n<contactref element=\"R_CHRG3\" pad=\"2\"/>\n<contactref element=\"R_CHRG2\" pad=\"2\"/>\n<wire x1=\"34.11\" y1=\"1.645\" x2=\"33.36\" y2=\"0.895\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"33.36\" y1=\"0.895\" x2=\"33.36\" y2=\"-0.3235\" width=\"0.254\" layer=\"1\"/>\n<via x=\"9.2\" y=\"-0.55\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"12.325\" y=\"-1.725\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"11.175\" y=\"-3.7\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"22.675\" y=\"-3.65\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"9.325\" y=\"3.35\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"12.425\" y=\"2.575\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"21.1\" y=\"2.525\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"16.925\" y=\"2.6\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"24.3\" y=\"5.825\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"21.85\" y=\"5.8\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"19.3\" y=\"5.8\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"26.825\" y=\"5.85\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"15.325\" y=\"5.775\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"11.675\" y=\"5.825\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"13.55\" y=\"0.675\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"20.775\" y=\"0.6\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"20.925\" y=\"-1.575\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"41.15\" y=\"-2.825\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"27.825\" y=\"2.75\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"31\" y=\"3.675\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"30.975\" y=\"1.1\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"27.625\" y=\"-1.425\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"27.525\" y=\"1.125\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"29.95\" y=\"-7.125\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"24.1\" y=\"-5.6\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"21.775\" y=\"-5.675\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"19.075\" y=\"-5.55\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"16.575\" y=\"-5.675\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"14.1\" y=\"-5.575\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"9.2\" y=\"-5.65\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"11.75\" y=\"-5.725\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"49.75\" y=\"-2.975\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"53.975\" y=\"-8\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"49.075\" y=\"-8.05\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"48.925\" y=\"1.6\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"48.175\" y=\"-1.725\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"44.825\" y=\"-1.55\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"40.8\" y=\"0.375\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"38.5\" y=\"1.25\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"36.725\" y=\"-0.425\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"37.3\" y=\"-3.075\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"32.9\" y=\"-1.475\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"32.225\" y=\"-3.025\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"39.675\" y=\"-8\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"50.675\" y=\"8.05\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"54.65\" y=\"5.7\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"30.5\" y=\"8.175\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"40.4\" y=\"8.125\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"47.9\" y=\"-4.675\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"45.475\" y=\"-4.875\" extent=\"1-16\" drill=\"0.35\"/>\n<contactref element=\"C_LDO2\" pad=\"1\"/>\n<contactref element=\"LDO42\" pad=\"2\"/>\n<contactref element=\"C_LDO1\" pad=\"1\"/>\n<wire x1=\"-4.925\" y1=\"-0.55\" x2=\"-4.975\" y2=\"-0.55\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"-5.15\" y1=\"-0.725\" x2=\"-4.975\" y2=\"-0.55\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"-5.15\" y1=\"-0.725\" x2=\"-5.15\" y2=\"-1.475\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.25\" y1=\"4.325\" x2=\"7.25\" y2=\"6.775\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"7.25\" y1=\"6.775\" x2=\"8.1\" y2=\"7.625\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"8.1\" y1=\"7.625\" x2=\"10.36\" y2=\"7.625\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"4.3\" y1=\"1.375\" x2=\"-3.03881875\" y2=\"1.375\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"4.3\" y1=\"1.375\" x2=\"7.25\" y2=\"4.325\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"-4.925\" y1=\"-0.51118125\" x2=\"-4.925\" y2=\"-0.55\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"-3.03881875\" y1=\"1.375\" x2=\"-4.925\" y2=\"-0.51118125\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"-4.75\" y1=\"-1.475\" x2=\"-4.75\" y2=\"-0.725\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"-4.75\" y1=\"-0.725\" x2=\"-4.925\" y2=\"-0.55\" width=\"0.2\" layer=\"1\"/>\n</signal>\n<signal name=\"D+\">\n<contactref element=\"U1\" pad=\"3\"/>\n<contactref element=\"USB_CON\" pad=\"3\"/>\n<via x=\"34.325\" y=\"-2.75\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"33.86\" y1=\"-0.3235\" x2=\"33.8694\" y2=\"-0.3329\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"33.8694\" y1=\"-0.3329\" x2=\"33.8694\" y2=\"-2.2944\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"33.8694\" y1=\"-2.2944\" x2=\"34.325\" y2=\"-2.75\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"36.175\" y1=\"-3.1\" x2=\"34.675\" y2=\"-3.1\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"34.325\" y1=\"-2.75\" x2=\"34.675\" y2=\"-3.1\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"48.075\" y1=\"0.525\" x2=\"48.075\" y2=\"-0.725\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"48.075\" y1=\"-0.725\" x2=\"48.325\" y2=\"-0.975\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"48.325\" y1=\"-0.975\" x2=\"49.2\" y2=\"-0.975\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"49.2\" y1=\"-0.975\" x2=\"49.575\" y2=\"-0.6\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"49.55\" y1=\"-0.05\" x2=\"49.575\" y2=\"-0.075\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"49.575\" y1=\"-0.075\" x2=\"49.575\" y2=\"-0.6\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"49.55\" y=\"-0.05\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"36.175\" y1=\"-3.1\" x2=\"40.375\" y2=\"1.1\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"40.375\" y1=\"1.1\" x2=\"47.5\" y2=\"1.1\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"47.5\" y1=\"1.1\" x2=\"48.075\" y2=\"0.525\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"49.55\" y1=\"-0.05\" x2=\"49.675\" y2=\"0.075\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"51.275\" y1=\"0\" x2=\"51.2\" y2=\"0.075\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"51.2\" y1=\"0.075\" x2=\"49.675\" y2=\"0.075\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"D-\">\n<contactref element=\"U1\" pad=\"4\"/>\n<contactref element=\"USB_CON\" pad=\"2\"/>\n<wire x1=\"51.275\" y1=\"-0.65\" x2=\"51.25\" y2=\"-0.675\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"51.25\" y1=\"-0.675\" x2=\"49\" y2=\"-0.675\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"49\" y1=\"-0.675\" x2=\"48.675\" y2=\"-0.35\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"48.65\" y1=\"-0.35\" x2=\"48.675\" y2=\"-0.35\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"48.65\" y=\"-0.35\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"48.65\" y1=\"-0.35\" x2=\"48.65\" y2=\"0.825\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"40.125\" y1=\"1.7\" x2=\"35.825\" y2=\"-2.6\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"35.825\" y1=\"-2.6\" x2=\"35.125\" y2=\"-2.6\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"34.4\" y1=\"-1.875\" x2=\"34.4\" y2=\"-1.85\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"34.4\" y=\"-1.85\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"34.375\" y1=\"-0.3385\" x2=\"34.375\" y2=\"-1.825\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"34.4\" y1=\"-1.85\" x2=\"34.375\" y2=\"-1.825\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"34.375\" y1=\"-0.3385\" x2=\"34.36\" y2=\"-0.3235\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"48.65\" y1=\"0.825\" x2=\"47.775\" y2=\"1.7\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"47.775\" y1=\"1.7\" x2=\"40.125\" y2=\"1.7\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"35.125\" y1=\"-2.6\" x2=\"34.4\" y2=\"-1.875\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"VBUS\">\n<contactref element=\"U1\" pad=\"8\"/>\n<contactref element=\"R_LED\" pad=\"2\"/>\n<contactref element=\"C_USB\" pad=\"1\"/>\n<contactref element=\"U1\" pad=\"7\"/>\n<contactref element=\"USB_CON\" pad=\"1\"/>\n<contactref element=\"U2\" pad=\"4\"/>\n<contactref element=\"D2\" pad=\"P$1\"/>\n<contactref element=\"C_CHRG1\" pad=\"1\"/>\n<wire x1=\"50\" y1=\"-1.3\" x2=\"51.275\" y2=\"-1.3\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"41.95\" y1=\"-2.5\" x2=\"40.6875\" y2=\"-1.2375\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"40.6875\" y1=\"-1.2375\" x2=\"40.3375\" y2=\"-0.8875\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"40.3375\" y1=\"-0.8875\" x2=\"39.042\" y2=\"0.408\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"36.0785\" y1=\"0.395\" x2=\"36.95\" y2=\"0.395\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"39.042\" y1=\"0.408\" x2=\"39.042784375\" y2=\"0.408784375\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"39.45\" y1=\"0.816\" x2=\"39.042784375\" y2=\"0.408784375\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"39.45\" y1=\"0.816\" x2=\"39.45\" y2=\"1.65\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"51.915\" y1=\"-6.357\" x2=\"50.307\" y2=\"-6.357\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"36.0785\" y1=\"0.895\" x2=\"36.795\" y2=\"0.895\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"36.795\" y1=\"0.895\" x2=\"36.8\" y2=\"0.9\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"36.8\" y1=\"0.9\" x2=\"36.95\" y2=\"0.75\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"36.95\" y1=\"0.75\" x2=\"36.95\" y2=\"0.395\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"48.8\" y1=\"-2.5\" x2=\"50\" y2=\"-1.3\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"41.95\" y1=\"-2.5\" x2=\"48.8\" y2=\"-2.5\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"48.8\" y1=\"-4.85\" x2=\"48.8\" y2=\"-2.5\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"50.307\" y1=\"-6.357\" x2=\"48.8\" y2=\"-4.85\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"40.6875\" y1=\"-1.2375\" x2=\"41.467\" y2=\"-0.458\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"41.467\" y1=\"-0.458\" x2=\"42\" y2=\"-0.458\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"42\" y1=\"-0.458\" x2=\"42.2171\" y2=\"-0.6751\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"43.825\" y1=\"-0.6751\" x2=\"42.2171\" y2=\"-0.6751\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"39.042784375\" y1=\"0.408784375\" x2=\"37.623215625\" y2=\"0.408784375\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"37.623215625\" y1=\"0.408784375\" x2=\"37.615\" y2=\"0.417\" width=\"0.4064\" layer=\"1\"/>\n<wire x1=\"36.95\" y1=\"0.395\" x2=\"37.60943125\" y2=\"0.395\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"37.60943125\" y1=\"0.395\" x2=\"37.623215625\" y2=\"0.408784375\" width=\"0.254\" layer=\"1\"/>\n<contactref element=\"LDO42\" pad=\"3\"/>\n<contactref element=\"LDO42\" pad=\"5\"/>\n<contactref element=\"C_LDO1\" pad=\"2\"/>\n<wire x1=\"39.675\" y1=\"-1.492\" x2=\"40.2795\" y2=\"-0.8875\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"40.2795\" y1=\"-0.8875\" x2=\"40.3375\" y2=\"-0.8875\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"38.475\" y1=\"-1.5\" x2=\"38.483\" y2=\"-1.492\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"38.483\" y1=\"-1.492\" x2=\"39.675\" y2=\"-1.492\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"36.475\" y1=\"-3.175\" x2=\"36.25\" y2=\"-3.4\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"35.975\" y1=\"-3.4\" x2=\"36.25\" y2=\"-3.4\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"36.475\" y1=\"-3.175\" x2=\"36.475\" y2=\"-2.65605\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"36.475\" y1=\"-2.65605\" x2=\"37.63105\" y2=\"-1.5\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"37.63105\" y1=\"-1.5\" x2=\"38.475\" y2=\"-1.5\" width=\"0.3048\" layer=\"1\"/>\n</signal>\n<signal name=\"LED\">\n<contactref element=\"R_LED\" pad=\"1\"/>\n<contactref element=\"D1\" pad=\"P$1\"/>\n<wire x1=\"53.325\" y1=\"-7.325\" x2=\"53.277\" y2=\"-7.373\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"53.277\" y1=\"-7.373\" x2=\"51.915\" y2=\"-7.373\" width=\"0.254\" layer=\"1\"/>\n</signal>\n<signal name=\"VLDO\">\n<contactref element=\"JP_MAIN\" pad=\"1\"/>\n<contactref element=\"LDO42\" pad=\"1\"/>\n<contactref element=\"C_LDO2\" pad=\"2\"/>\n<wire x1=\"38.475\" y1=\"-3.4\" x2=\"40.242\" y2=\"-3.4\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"40.242\" y1=\"-3.4\" x2=\"40.375\" y2=\"-3.533\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"40.375\" y1=\"-3.533\" x2=\"45.558\" y2=\"-3.533\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"47.115\" y1=\"-5.09\" x2=\"47.115\" y2=\"-7.125\" width=\"0.3048\" layer=\"1\"/>\n<wire x1=\"45.558\" y1=\"-3.533\" x2=\"47.115\" y2=\"-5.09\" width=\"0.3048\" layer=\"1\"/>\n</signal>\n<signal name=\"STAT_BTW\">\n<contactref element=\"D2\" pad=\"P$2\"/>\n<contactref element=\"R_CHRG1\" pad=\"2\"/>\n<wire x1=\"39.45\" y1=\"2.75\" x2=\"39.475\" y2=\"2.775\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"39.475\" y1=\"2.775\" x2=\"40.392\" y2=\"2.775\" width=\"0.254\" layer=\"1\"/>\n</signal>\n<signal name=\"STAT\">\n<contactref element=\"R_CHRG1\" pad=\"1\"/>\n<contactref element=\"U2\" pad=\"1\"/>\n<wire x1=\"41.408\" y1=\"2.775\" x2=\"42.125\" y2=\"2.775\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"42.125\" y1=\"2.775\" x2=\"42.15\" y2=\"2.75\" width=\"0.254\" layer=\"1\"/>\n<via x=\"42.15\" y=\"2.75\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"42.15\" y1=\"2.75\" x2=\"42.75\" y2=\"2.75\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"43.775\" y1=\"3.775\" x2=\"45.375\" y2=\"3.775\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"43.775\" y1=\"3.775\" x2=\"42.75\" y2=\"2.75\" width=\"0.254\" layer=\"16\"/>\n<via x=\"45.375\" y=\"3.775\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"45.375\" y1=\"3.775\" x2=\"45.725\" y2=\"3.425\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"45.725\" y1=\"3.425\" x2=\"45.725\" y2=\"1.9251\" width=\"0.254\" layer=\"1\"/>\n</signal>\n<signal name=\"V_BATT_SWITCH\">\n<contactref element=\"C_CHRG2\" pad=\"1\"/>\n<contactref element=\"CHRG_SWITCH\" pad=\"3\"/>\n<contactref element=\"U2\" pad=\"3\"/>\n<wire x1=\"43.825\" y1=\"1.9251\" x2=\"43.825\" y2=\"3.708\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"43.825\" y1=\"3.708\" x2=\"43.758\" y2=\"3.775\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"43.758\" y1=\"3.775\" x2=\"43.758\" y2=\"5.167\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"43.758\" y1=\"5.167\" x2=\"43.525\" y2=\"5.4\" width=\"0.254\" layer=\"1\"/>\n</signal>\n<signal name=\"RXD2\">\n<contactref element=\"U3\" pad=\"6\"/>\n<contactref element=\"JP2\" pad=\"2\"/>\n<wire x1=\"22.905\" y1=\"1.75\" x2=\"23.18\" y2=\"1.475\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"22.905\" y1=\"1.75\" x2=\"9.825\" y2=\"1.75\" width=\"0.1524\" layer=\"16\"/>\n<contactref element=\"JP_LEFT\" pad=\"3\"/>\n<wire x1=\"23.18\" y1=\"1.475\" x2=\"23.06\" y2=\"1.595\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"23.06\" y1=\"1.595\" x2=\"23.06\" y2=\"7.625\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-4.35\" y1=\"-1.475\" x2=\"-4.35\" y2=\"-0.475\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"9.825\" y=\"1.75\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"8.4746125\" y1=\"1.75\" x2=\"7.5794125\" y2=\"0.8548\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.4746125\" y1=\"1.75\" x2=\"9.825\" y2=\"1.75\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-4.35\" y1=\"-0.475\" x2=\"-3.0202\" y2=\"0.8548\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-3.0202\" y1=\"0.8548\" x2=\"7.5794125\" y2=\"0.8548\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"TXD2\">\n<contactref element=\"U3\" pad=\"8\"/>\n<contactref element=\"JP1\" pad=\"2\"/>\n<contactref element=\"JP_LEFT\" pad=\"5\"/>\n<wire x1=\"17.98\" y1=\"7.625\" x2=\"15.58\" y2=\"5.225\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"15.58\" y1=\"5.225\" x2=\"15.58\" y2=\"-0.175\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-3.95\" y1=\"-1.475\" x2=\"-3.95\" y2=\"-0.65\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-2.75\" y1=\"0.55\" x2=\"9.125\" y2=\"0.55\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"9.125\" y=\"0.55\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"9.125\" y1=\"0.55\" x2=\"9.85\" y2=\"-0.175\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"-3.95\" y1=\"-0.65\" x2=\"-2.75\" y2=\"0.55\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.85\" y1=\"-0.175\" x2=\"15.58\" y2=\"-0.175\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"PROG\">\n<contactref element=\"U2\" pad=\"5\"/>\n<wire x1=\"45.725\" y1=\"-0.6751\" x2=\"45.725\" y2=\"-0.35\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"46.65\" y1=\"0.575\" x2=\"46.65\" y2=\"3.625\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"46.65\" y=\"3.625\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"46.65\" y1=\"3.625\" x2=\"49.025\" y2=\"6\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"52.45\" y1=\"6\" x2=\"52.95\" y2=\"6.5\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"52.45\" y1=\"6\" x2=\"49.025\" y2=\"6\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"52.95\" y=\"6.5\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"45.725\" y1=\"-0.35\" x2=\"46.65\" y2=\"0.575\" width=\"0.1524\" layer=\"1\"/>\n<contactref element=\"JP3\" pad=\"2\"/>\n<wire x1=\"52.95\" y1=\"7.6\" x2=\"52.95\" y2=\"6.5\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"DOWNLOAD\">\n<contactref element=\"U3\" pad=\"1\"/>\n<contactref element=\"RESET_SWITCH\" pad=\"2\"/>\n<wire x1=\"7.775\" y1=\"-4.425\" x2=\"28.45\" y2=\"-4.425\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"28.45\" y1=\"-4.425\" x2=\"29.275\" y2=\"-3.6\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"29.275\" y=\"-3.6\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"29.275\" y1=\"-3.6\" x2=\"34.05\" y2=\"1.175\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"34.05\" y1=\"5.025\" x2=\"33.75\" y2=\"5.325\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"33.75\" y1=\"5.325\" x2=\"33.725\" y2=\"5.325\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"33.725\" y=\"5.325\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"33.725\" y1=\"5.325\" x2=\"32.875\" y2=\"5.325\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"32.875\" y1=\"5.325\" x2=\"32.45\" y2=\"5.75\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"32.45\" y1=\"6.825\" x2=\"32.45\" y2=\"5.75\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"34.05\" y1=\"1.175\" x2=\"34.05\" y2=\"5.025\" width=\"0.1524\" layer=\"16\"/>\n<contactref element=\"JP_LEFT\" pad=\"1\"/>\n<wire x1=\"32.45\" y1=\"6.825\" x2=\"28.94\" y2=\"6.825\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"28.94\" y1=\"6.825\" x2=\"28.14\" y2=\"7.625\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-5.15\" y1=\"-3.875\" x2=\"-5.15\" y2=\"-4.475\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.075\" y1=\"-5.125\" x2=\"7.775\" y2=\"-4.425\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-5.15\" y1=\"-4.475\" x2=\"-4.5\" y2=\"-5.125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-4.5\" y1=\"-5.125\" x2=\"7.075\" y2=\"-5.125\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"UPDI\">\n<contactref element=\"U3\" pad=\"10\"/>\n<contactref element=\"R_UPDI\" pad=\"2\"/>\n<wire x1=\"-3.55\" y1=\"-1.475\" x2=\"-3.55\" y2=\"-1\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-3.55\" y1=\"-1\" x2=\"-3.1\" y2=\"-0.55\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"-3.1\" y1=\"-0.55\" x2=\"3.825\" y2=\"-0.55\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.825\" y1=\"-0.55\" x2=\"6.2\" y2=\"-2.925\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6.2\" y1=\"-2.925\" x2=\"11.592\" y2=\"-2.925\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"UPDI_RES\">\n<contactref element=\"UPDI_SWITCH\" pad=\"1\"/>\n<contactref element=\"R_UPDI\" pad=\"1\"/>\n<wire x1=\"12.608\" y1=\"-2.925\" x2=\"30.975\" y2=\"-2.925\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"32.175\" y1=\"-4.125\" x2=\"32.175\" y2=\"-5.325\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"30.975\" y1=\"-2.925\" x2=\"32.175\" y2=\"-4.125\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"UPDI_PIN\">\n<contactref element=\"UPDI_SWITCH\" pad=\"2\"/>\n<contactref element=\"JP_RIGHT\" pad=\"2\"/>\n<wire x1=\"35.175\" y1=\"-5.325\" x2=\"33.725\" y2=\"-5.325\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"33.725\" y1=\"-5.325\" x2=\"33.6\" y2=\"-5.45\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"33.6\" y=\"-5.45\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"33.6\" y1=\"-5.45\" x2=\"26.3\" y2=\"-5.45\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"25.6\" y1=\"-6.15\" x2=\"25.6\" y2=\"-7.6\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"26.3\" y1=\"-5.45\" x2=\"25.6\" y2=\"-6.15\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"VCHRG\">\n<contactref element=\"CHRG_SWITCH\" pad=\"2\"/>\n<contactref element=\"JP_MAIN\" pad=\"3\"/>\n<via x=\"47.225\" y=\"-0.825\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"47.225\" y1=\"-0.825\" x2=\"47.225\" y2=\"-1.725\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"47.225\" y1=\"-1.725\" x2=\"42.025\" y2=\"-6.925\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"42.025\" y1=\"-6.925\" x2=\"42.025\" y2=\"-7.115\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"42.025\" y1=\"-7.115\" x2=\"42.035\" y2=\"-7.125\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"47.475\" y1=\"4.1\" x2=\"47.475\" y2=\"-0.575\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"47.225\" y1=\"-0.825\" x2=\"47.475\" y2=\"-0.575\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"47.475\" y1=\"4.1\" x2=\"46.625\" y2=\"4.95\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"46.625\" y1=\"4.95\" x2=\"45.3\" y2=\"4.95\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"45.3\" y1=\"4.95\" x2=\"45.025\" y2=\"5.225\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"45.025\" y1=\"5.225\" x2=\"45.025\" y2=\"5.4\" width=\"0.254\" layer=\"1\"/>\n</signal>\n<signal name=\"TXD2_ON\">\n<contactref element=\"JP1\" pad=\"1\"/>\n<contactref element=\"U1\" pad=\"20\"/>\n<wire x1=\"27\" y1=\"-0.55\" x2=\"18.495\" y2=\"-0.55\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"18.12\" y1=\"-0.175\" x2=\"18.495\" y2=\"-0.55\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"27\" y1=\"-0.55\" x2=\"30.225\" y2=\"2.675\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"30.225\" y=\"2.675\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"32.1365\" y1=\"2.4\" x2=\"31\" y2=\"2.4\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"31\" y1=\"2.4\" x2=\"30.725\" y2=\"2.675\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"30.225\" y1=\"2.675\" x2=\"30.725\" y2=\"2.675\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"32.1365\" y1=\"2.4\" x2=\"32.1415\" y2=\"2.395\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"RXD2_ON\">\n<contactref element=\"JP2\" pad=\"1\"/>\n<contactref element=\"U1\" pad=\"21\"/>\n<wire x1=\"32.1415\" y1=\"1.895\" x2=\"26.14\" y2=\"1.895\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"25.72\" y1=\"1.475\" x2=\"26.14\" y2=\"1.895\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"SLOW\">\n<contactref element=\"R_CHRG3\" pad=\"1\"/>\n<contactref element=\"JP3\" pad=\"3\"/>\n<wire x1=\"51.05\" y1=\"5.608\" x2=\"51.05\" y2=\"7.2\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"51.45\" y1=\"7.6\" x2=\"51.05\" y2=\"7.2\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"49.775\" y1=\"4.333\" x2=\"51.05\" y2=\"5.608\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"51.934\" y1=\"7.6\" x2=\"51.45\" y2=\"7.6\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"FAST\">\n<contactref element=\"JP3\" pad=\"1\"/>\n<contactref element=\"R_CHRG2\" pad=\"1\"/>\n<wire x1=\"48.55\" y1=\"3.683\" x2=\"48.692\" y2=\"3.825\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"52.125\" y1=\"5.8\" x2=\"53.25\" y2=\"5.8\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"53.25\" y1=\"5.8\" x2=\"53.966\" y2=\"6.516\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"53.966\" y1=\"6.516\" x2=\"53.966\" y2=\"7.6\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"48.692\" y1=\"3.825\" x2=\"50.15\" y2=\"3.825\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"50.15\" y1=\"3.825\" x2=\"52.125\" y2=\"5.8\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"LOOP\">\n<contactref element=\"U1\" pad=\"6\"/>\n<contactref element=\"U1\" pad=\"5\"/>\n<wire x1=\"35.36\" y1=\"-0.5485\" x2=\"35.235\" y2=\"-0.6735\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"35.36\" y1=\"-0.5485\" x2=\"35.36\" y2=\"-0.3235\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"35.235\" y1=\"-0.6735\" x2=\"35.01\" y2=\"-0.6735\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"35.01\" y1=\"-0.6735\" x2=\"34.86\" y2=\"-0.5235\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"34.86\" y1=\"-0.3235\" x2=\"34.86\" y2=\"-0.5235\" width=\"0.254\" layer=\"1\"/>\n</signal>\n</signals>\n<mfgpreviewcolors>\n<mfgpreviewcolor name=\"soldermaskcolor\" color=\"0xC8008000\"/>\n<mfgpreviewcolor name=\"silkscreencolor\" color=\"0xFFFEFEFE\"/>\n<mfgpreviewcolor name=\"backgroundcolor\" color=\"0xFF282828\"/>\n<mfgpreviewcolor name=\"coppercolor\" color=\"0xFFFFBF00\"/>\n<mfgpreviewcolor name=\"substratecolor\" color=\"0xFF786E46\"/>\n</mfgpreviewcolors>\n</board>\n</drawing>\n<compatibility>\n<note version=\"6.3\" minversion=\"6.2.2\" severity=\"warning\">\nSince Version 6.2.2 text objects can contain more than one line,\nwhich will not be processed correctly with this version.\n</note>\n<note version=\"8.2\" severity=\"warning\">\nSince Version 8.2, EAGLE supports online libraries. The ids\nof those online libraries will not be understood (or retained)\nwith this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports URNs for individual library\nassets (packages, symbols, and devices). The URNs of those assets\nwill not be understood (or retained) with this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports the association of 3D packages\nwith devices in libraries, schematics, and board files. Those 3D\npackages will not be understood (or retained) with this version.\n</note>\n<note version=\"9.5\" severity=\"warning\">\nSince Version 9.5, EAGLE supports persistent groups with\nschematics, and board files. Those persistent groups\nwill not be understood (or retained) with this version.\n</note>\n</compatibility>\n</eagle>\n"
  },
  {
    "path": "TickTagHardware/TickTag-UIB.sch",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"9.5.2\">\n<drawing>\n<settings>\n<setting alwaysvectorfont=\"no\"/>\n<setting verticaltext=\"up\"/>\n</settings>\n<grid distance=\"0.05\" unitdist=\"inch\" unit=\"inch\" style=\"lines\" multiple=\"1\" display=\"yes\" altdistance=\"0.05\" altunitdist=\"inch\" altunit=\"inch\"/>\n<layers>\n<layer number=\"1\" name=\"Top\" color=\"4\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"2\" name=\"Route2\" color=\"16\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"3\" name=\"Route3\" color=\"17\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"4\" name=\"Route4\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"5\" name=\"Route5\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"6\" name=\"Route6\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"7\" name=\"Route7\" color=\"26\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"8\" name=\"Route8\" color=\"27\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"9\" name=\"Route9\" color=\"28\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"10\" name=\"Route10\" color=\"29\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"11\" name=\"Route11\" color=\"30\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"12\" name=\"Route12\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"13\" name=\"Route13\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"14\" name=\"Route14\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"15\" name=\"Route15\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"16\" name=\"Bottom\" color=\"1\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"17\" name=\"Pads\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"18\" name=\"Vias\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"19\" name=\"Unrouted\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"20\" name=\"Dimension\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"21\" name=\"tPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"22\" name=\"bPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"23\" name=\"tOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"24\" name=\"bOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"25\" name=\"tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"26\" name=\"bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"27\" name=\"tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"28\" name=\"bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"29\" name=\"tStop\" color=\"7\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"30\" name=\"bStop\" color=\"7\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"31\" name=\"tCream\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"32\" name=\"bCream\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"33\" name=\"tFinish\" color=\"6\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"34\" name=\"bFinish\" color=\"6\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"35\" name=\"tGlue\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"36\" name=\"bGlue\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"37\" name=\"tTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"38\" name=\"bTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"39\" name=\"tKeepout\" color=\"4\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"40\" name=\"bKeepout\" color=\"1\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"41\" name=\"tRestrict\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"42\" name=\"bRestrict\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"43\" name=\"vRestrict\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"44\" name=\"Drills\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"45\" name=\"Holes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"46\" name=\"Milling\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"47\" name=\"Measures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"48\" name=\"Document\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"49\" name=\"Reference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"50\" name=\"dxf\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"51\" name=\"tDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"52\" name=\"bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"53\" name=\"tGND_GNDA\" color=\"7\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"54\" name=\"bGND_GNDA\" color=\"1\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"56\" name=\"wert\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"57\" name=\"tCAD\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"58\" name=\"bCopper\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"59\" name=\"tCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"60\" name=\"bCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"61\" name=\"stand\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"88\" name=\"SimResults\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"89\" name=\"SimProbes\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"90\" name=\"Modules\" color=\"5\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"91\" name=\"Nets\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"92\" name=\"Busses\" color=\"1\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"93\" name=\"Pins\" color=\"2\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"94\" name=\"Symbols\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"95\" name=\"Names\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"96\" name=\"Values\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"97\" name=\"Info\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"98\" name=\"Guide\" color=\"6\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"99\" name=\"SpiceOrder\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"100\" name=\"Muster\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"101\" name=\"Patch_Top\" color=\"12\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"102\" name=\"Vscore\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"103\" name=\"tMap\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"104\" name=\"Name\" color=\"16\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"105\" name=\"tPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"106\" name=\"bPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"107\" name=\"Crop\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"108\" name=\"tplace-old\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"109\" name=\"ref-old\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"110\" name=\"fp0\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"111\" name=\"LPC17xx\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"112\" name=\"tSilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"113\" name=\"IDFDebug\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"114\" name=\"Badge_Outline\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"115\" name=\"ReferenceISLANDS\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"116\" name=\"Patch_BOT\" color=\"9\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"117\" name=\"BACKMAAT1\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"118\" name=\"Rect_Pads\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"119\" name=\"KAP_TEKEN\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"120\" name=\"KAP_MAAT1\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"121\" name=\"_tsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"122\" name=\"_bsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"123\" name=\"tTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"124\" name=\"bTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"125\" name=\"_tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"126\" name=\"_bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"127\" name=\"_tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"128\" name=\"_bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"129\" name=\"Mask\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"130\" name=\"SMDSTROOK\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"131\" name=\"tAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"132\" name=\"bAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"133\" name=\"bottom_silk\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"134\" name=\"mbFinish\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"135\" name=\"mtGlue\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"136\" name=\"mbGlue\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"137\" name=\"mtTest\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"138\" name=\"mbTest\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"139\" name=\"mtKeepout\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"140\" name=\"mbKeepout\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"141\" name=\"mtRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"142\" name=\"mbRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"143\" name=\"mvRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"144\" name=\"Drill_legend\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"145\" name=\"mHoles\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"146\" name=\"mMilling\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"147\" name=\"mMeasures\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"148\" name=\"mDocument\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"149\" name=\"mReference\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"150\" name=\"Notes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"151\" name=\"HeatSink\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"152\" name=\"_bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"153\" name=\"FabDoc1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"154\" name=\"FabDoc2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"155\" name=\"FabDoc3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"160\" name=\"FAB\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"166\" name=\"AntennaArea\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"168\" name=\"4mmHeightArea\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"191\" name=\"mNets\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"192\" name=\"mBusses\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"193\" name=\"mPins\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"194\" name=\"mSymbols\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"195\" name=\"mNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"196\" name=\"mValues\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"199\" name=\"Contour\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"200\" name=\"200bmp\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"201\" name=\"201bmp\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"202\" name=\"202bmp\" color=\"3\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"203\" name=\"203bmp\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"204\" name=\"204bmp\" color=\"5\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"205\" name=\"205bmp\" color=\"6\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"206\" name=\"206bmp\" color=\"7\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"207\" name=\"207bmp\" color=\"8\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"208\" name=\"208bmp\" color=\"9\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"209\" name=\"209bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"210\" name=\"210bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"211\" name=\"211bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"212\" name=\"212bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"213\" name=\"213bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"214\" name=\"214bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"215\" name=\"215bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"216\" name=\"216bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"217\" name=\"217bmp\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"218\" name=\"218bmp\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"219\" name=\"219bmp\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"220\" name=\"220bmp\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"221\" name=\"221bmp\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"222\" name=\"222bmp\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"223\" name=\"223bmp\" color=\"24\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"224\" name=\"224bmp\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"225\" name=\"225bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"226\" name=\"226bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"227\" name=\"227bmp\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"228\" name=\"228bmp\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"229\" name=\"229bmp\" color=\"14\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"230\" name=\"230bmp\" color=\"12\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"231\" name=\"231bmp\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"232\" name=\"Eagle3D_PG2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"233\" name=\"Eagle3D_PG3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"248\" name=\"Housing\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"249\" name=\"Edge\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"250\" name=\"Descript\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"251\" name=\"SMDround\" color=\"12\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"252\" name=\"RM45\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"253\" name=\"Extra\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"254\" name=\"cooling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"255\" name=\"routoute\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n</layers>\n<schematic xreflabel=\"%F%N/%S.%C%R\" xrefpart=\"/%S.%C%R\">\n<libraries>\n<library name=\"SparkFun-PowerSymbols\">\n<description>&lt;h3&gt;SparkFun Power Symbols&lt;/h3&gt;\nThis library contains power, ground, and voltage-supply symbols.\n&lt;br&gt;\n&lt;br&gt;\nWe've spent an enormous amount of time creating and checking these footprints and parts, but it is &lt;b&gt; the end user's responsibility&lt;/b&gt; to ensure correctness and suitablity for a given componet or application. \n&lt;br&gt;\n&lt;br&gt;If you enjoy using this library, please buy one of our products at &lt;a href=\" www.sparkfun.com\"&gt;SparkFun.com&lt;/a&gt;.\n&lt;br&gt;\n&lt;br&gt;\n&lt;b&gt;Licensing:&lt;/b&gt; Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ \n&lt;br&gt;\n&lt;br&gt;\nYou are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"V_BATT\">\n<description>&lt;h3&gt;Battery Voltage Supply&lt;/h3&gt;</description>\n<wire x1=\"0.762\" y1=\"1.27\" x2=\"0\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"-0.762\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"V_BATT\" x=\"0\" y=\"0\" visible=\"off\" length=\"short\" direction=\"sup\" rot=\"R90\"/>\n<text x=\"0\" y=\"2.794\" size=\"1.778\" layer=\"96\" align=\"bottom-center\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"V_BATT\" prefix=\"SUPPLY\">\n<description>&lt;h3&gt;Battery Voltage Supply&lt;/h3&gt;\n&lt;p&gt;Generic symbol for the battery input to a system.&lt;/p&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"V_BATT\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"supply1\" urn=\"urn:adsk.eagle:library:371\">\n<description>&lt;b&gt;Supply Symbols&lt;/b&gt;&lt;p&gt;\n GND, VCC, 0V, +5V, -5V, etc.&lt;p&gt;\n Please keep in mind, that these devices are necessary for the\n automatic wiring of the supply signals.&lt;p&gt;\n The pin name defined in the symbol is identical to the net which is to be wired automatically.&lt;p&gt;\n In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.&lt;p&gt;\n &lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"GND\" urn=\"urn:adsk.eagle:symbol:26925/1\" library_version=\"1\">\n<wire x1=\"-1.905\" y1=\"0\" x2=\"1.905\" y2=\"0\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-2.54\" y=\"-2.54\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"GND\" x=\"0\" y=\"2.54\" visible=\"off\" length=\"short\" direction=\"sup\" rot=\"R270\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"GND\" urn=\"urn:adsk.eagle:component:26954/1\" prefix=\"GND\" library_version=\"1\">\n<description>&lt;b&gt;SUPPLY SYMBOL&lt;/b&gt;</description>\n<gates>\n<gate name=\"1\" symbol=\"GND\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"TinyPICO\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"CP2104_MICROBUILDER_QFN24_4MM_SMSC\">\n<circle x=\"-2.54\" y=\"1.905\" radius=\"0.127\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.65\" y1=\"-2\" x2=\"2\" y2=\"-2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2\" y1=\"-1.65\" x2=\"2\" y2=\"-2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.65\" y1=\"-2\" x2=\"-2\" y2=\"-2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2\" y1=\"-2\" x2=\"-2\" y2=\"-1.65\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2\" y1=\"1.65\" x2=\"2\" y2=\"2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2\" y1=\"2\" x2=\"1.65\" y2=\"2\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.65\" y1=\"2\" x2=\"-2\" y2=\"1.65\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2\" y1=\"2\" x2=\"-2\" y2=\"-2\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2\" y1=\"-2\" x2=\"2\" y2=\"-2\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2\" y1=\"-2\" x2=\"2\" y2=\"2\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2\" y1=\"2\" x2=\"-2\" y2=\"2\" width=\"0.2032\" layer=\"51\"/>\n<rectangle x1=\"-1.073\" y1=\"-1.073\" x2=\"-0.473\" y2=\"-0.473\" layer=\"31\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.3\" x2=\"0.3\" y2=\"0.3\" layer=\"31\"/>\n<rectangle x1=\"-1.073\" y1=\"-0.3\" x2=\"-0.473\" y2=\"0.3\" layer=\"31\"/>\n<rectangle x1=\"-1.073\" y1=\"0.473\" x2=\"-0.473\" y2=\"1.073\" layer=\"31\"/>\n<rectangle x1=\"0.473\" y1=\"0.473\" x2=\"1.073\" y2=\"1.073\" layer=\"31\"/>\n<rectangle x1=\"0.473\" y1=\"-1.073\" x2=\"1.073\" y2=\"-0.473\" layer=\"31\"/>\n<rectangle x1=\"0.473\" y1=\"-0.3\" x2=\"1.073\" y2=\"0.3\" layer=\"31\"/>\n<rectangle x1=\"-0.3\" y1=\"0.473\" x2=\"0.3\" y2=\"1.073\" layer=\"31\"/>\n<rectangle x1=\"-0.3\" y1=\"-1.073\" x2=\"0.3\" y2=\"-0.473\" layer=\"31\"/>\n<smd name=\"1\" x=\"-1.9685\" y=\"1.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"2\" x=\"-1.9685\" y=\"0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"3\" x=\"-1.9685\" y=\"0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"4\" x=\"-1.9685\" y=\"-0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"5\" x=\"-1.9685\" y=\"-0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"6\" x=\"-1.9685\" y=\"-1.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R180\"/>\n<smd name=\"7\" x=\"-1.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"8\" x=\"-0.75\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"9\" x=\"-0.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"10\" x=\"0.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"11\" x=\"0.75\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"12\" x=\"1.25\" y=\"-1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R90\"/>\n<smd name=\"13\" x=\"1.9685\" y=\"-1.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"14\" x=\"1.9685\" y=\"-0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"15\" x=\"1.9685\" y=\"-0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"16\" x=\"1.9685\" y=\"0.25\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"17\" x=\"1.9685\" y=\"0.75\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"18\" x=\"2.0955\" y=\"1.25\" dx=\"0.4572\" dy=\"0.28\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"19\" x=\"1.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"20\" x=\"0.75\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"21\" x=\"0.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"22\" x=\"-0.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"23\" x=\"-0.75\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"24\" x=\"-1.25\" y=\"1.9685\" dx=\"0.7366\" dy=\"0.28\" layer=\"1\" roundness=\"50\" rot=\"R270\"/>\n<smd name=\"THERM\" x=\"0\" y=\"0\" dx=\"2.286\" dy=\"2.286\" layer=\"1\" cream=\"no\"/>\n<text x=\"-2.45\" y=\"2.8\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.5\" y=\"-3.15\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0402\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\nchip</description>\n<wire x1=\"-0.245\" y1=\"0.224\" x2=\"0.245\" y2=\"0.224\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.224\" x2=\"-0.245\" y2=\"-0.224\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.346\" y1=\"0.483\" x2=\"1.346\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.483\" x2=\"1.346\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.483\" x2=\"-1.346\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.483\" x2=\"-1.346\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.554\" y1=\"-0.3048\" x2=\"-0.254\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.3048\" x2=\"0.5588\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.397\" y=\"-0.1905\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.397\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603\">\n<description>0603 (1608 Metric)</description>\n<wire x1=\"-1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.6\" y1=\"0.7\" x2=\"1.6\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.6\" y1=\"0.7\" x2=\"1.6\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.6\" y1=\"-0.7\" x2=\"-1.6\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.6\" y1=\"-0.7\" x2=\"-1.6\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"1.778\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" font=\"vector\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.778\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" font=\"vector\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-MINI\">\n<description>0603-Mini\n&lt;p&gt;Mini footprint for dense boards&lt;/p&gt;</description>\n<wire x1=\"-1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.37\" y1=\"-0.635\" x2=\"-1.37\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.37\" y1=\"0.635\" x2=\"1.37\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.37\" y1=\"0.635\" x2=\"1.37\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.37\" y1=\"-0.635\" x2=\"-1.37\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.524\" y=\"-0.0635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.524\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805\">\n<description>0805 (2012 Metric)</description>\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.4001\" x2=\"0.1001\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_NOTHERMALS\">\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_1206\">\n<description>1206 (3216 Metric)</description>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.965\" y1=\"0.787\" x2=\"0.965\" y2=\"0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.965\" y1=\"-0.787\" x2=\"0.965\" y2=\"-0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-2.4\" y1=\"1\" x2=\"2.4\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.4\" y1=\"1\" x2=\"2.4\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.4\" y1=\"-1\" x2=\"-2.4\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.4\" y1=\"-1\" x2=\"-2.4\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.7018\" y1=\"-0.8509\" x2=\"-0.9517\" y2=\"0.8491\" layer=\"51\"/>\n<rectangle x1=\"0.9517\" y1=\"-0.8491\" x2=\"1.7018\" y2=\"0.8509\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"2.54\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.54\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_2012\">\n<wire x1=\"-1.662\" y1=\"1.245\" x2=\"1.662\" y2=\"1.245\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.637\" y1=\"-1.245\" x2=\"1.687\" y2=\"-1.245\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.302\" y1=\"1.524\" x2=\"3.302\" y2=\"1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"1.524\" x2=\"3.302\" y2=\"-1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"-1.524\" x2=\"-3.302\" y2=\"-1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"-1.524\" x2=\"-3.302\" y2=\"1.524\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-2.4892\" y1=\"-1.3208\" x2=\"-1.6393\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"1.651\" y1=\"-1.3208\" x2=\"2.5009\" y2=\"1.3292\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.8415\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.667\" y=\"-2.159\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_2512\">\n<description>&lt;b&gt;RESISTOR 2512 (Metric 6432)&lt;/b&gt;</description>\n<wire x1=\"-2.362\" y1=\"1.473\" x2=\"2.387\" y2=\"1.473\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2.362\" y1=\"-1.473\" x2=\"2.387\" y2=\"-1.473\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<rectangle x1=\"-3.2004\" y1=\"-1.5494\" x2=\"-2.3505\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"2.3622\" y1=\"-1.5494\" x2=\"3.2121\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n<smd name=\"1\" x=\"-2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<text x=\"-3.683\" y=\"1.905\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-3.556\" y=\"-2.286\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0402\">\n<description>&lt;b&gt; 0402&lt;/b&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.0573\" y1=\"0.5557\" x2=\"1.0573\" y2=\"0.5557\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.0573\" y1=\"0.5557\" x2=\"1.0573\" y2=\"-0.5556\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.0573\" y1=\"-0.5556\" x2=\"-1.0573\" y2=\"-0.5557\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.0573\" y1=\"-0.5557\" x2=\"-1.0573\" y2=\"0.5557\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.0794\" y1=\"-0.2381\" x2=\"0.0794\" y2=\"0.2381\" layer=\"35\"/>\n<rectangle x1=\"0.25\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.25\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.6\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.6\" dy=\"0.6\" layer=\"1\"/>\n<text x=\"-0.9525\" y=\"0.7939\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.9525\" y=\"-1.3336\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0402MP\">\n<description>&lt;b&gt;0402 MicroPitch&lt;p&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.127\" x2=\"0\" y2=\"-0.127\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.1\" y1=\"-0.2\" x2=\"0.1\" y2=\"0.2\" layer=\"35\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.254\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.4763\" size=\"0.6096\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.7938\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0603\">\n<description>&lt;b&gt;0603&lt;/b&gt;</description>\n<wire x1=\"-0.432\" y1=\"-0.306\" x2=\"0.432\" y2=\"-0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.432\" y1=\"0.306\" x2=\"-0.432\" y2=\"0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4605\" y1=\"0.635\" x2=\"1.4605\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.4605\" y1=\"0.635\" x2=\"1.4605\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.4605\" y1=\"-0.635\" x2=\"-1.4605\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.4605\" y1=\"-0.635\" x2=\"-1.4605\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4318\" y1=\"-0.4\" x2=\"0.8382\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4\" x2=\"-0.4318\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.762\" y=\"0\" dx=\"0.9\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.762\" y=\"0\" dx=\"0.9\" dy=\"0.8\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-1.4923\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0603MP\">\n<description>&lt;b&gt;0603 MicroPitch&lt;/b&gt;</description>\n<wire x1=\"-0.432\" y1=\"-0.306\" x2=\"0.432\" y2=\"-0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.432\" y1=\"0.306\" x2=\"-0.432\" y2=\"0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.254\" x2=\"0\" y2=\"-0.254\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4318\" y1=\"-0.4\" x2=\"0.8\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.8\" y1=\"-0.4\" x2=\"-0.4318\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.25\" x2=\"0.1999\" y2=\"0.25\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.762\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.762\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\"/>\n<text x=\"-0.9525\" y=\"0.635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.9525\" y=\"-0.9525\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0805\">\n<description>&lt;b&gt;0805&lt;/b&gt;</description>\n<wire x1=\"-0.41\" y1=\"0.585\" x2=\"0.41\" y2=\"0.585\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.41\" y1=\"-0.585\" x2=\"0.41\" y2=\"-0.585\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.905\" y1=\"0.889\" x2=\"1.905\" y2=\"0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.905\" y1=\"0.889\" x2=\"1.905\" y2=\"-0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.905\" y1=\"-0.889\" x2=\"-1.905\" y2=\"-0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.905\" y1=\"-0.889\" x2=\"-1.905\" y2=\"0.889\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4064\" y1=\"-0.65\" x2=\"1.0564\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-1.0668\" y1=\"-0.65\" x2=\"-0.4168\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.5875\" y=\"1.27\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.5874\" y=\"-1.651\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0805MP\">\n<description>&lt;b&gt;0805 MicroPitch&lt;/b&gt;</description>\n<wire x1=\"-0.51\" y1=\"0.535\" x2=\"0.51\" y2=\"0.535\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.51\" y1=\"-0.535\" x2=\"0.51\" y2=\"-0.535\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4064\" y1=\"-0.65\" x2=\"1\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-1\" y1=\"-0.65\" x2=\"-0.4168\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.5875\" y=\"0.9525\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.5875\" y=\"-1.27\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-MINI$1\">\n<description>0603-Mini\n&lt;p&gt;Mini footprint for dense boards&lt;/p&gt;</description>\n<wire x1=\"-1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.45\" y1=\"-0.7\" x2=\"-1.45\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.45\" y1=\"0.7\" x2=\"1.45\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.45\" y1=\"0.7\" x2=\"1.45\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.45\" y1=\"-0.7\" x2=\"-1.45\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.524\" y=\"-0.0635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.524\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-NO\">\n<wire x1=\"-1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"1.778\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" font=\"vector\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.778\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" font=\"vector\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805-NO$1\">\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.24\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.24\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_NOTHERMALS$1\">\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.85\" y1=\"1\" x2=\"1.85\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.85\" y1=\"-1\" x2=\"-1.85\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.85\" y1=\"-1\" x2=\"-1.85\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.85\" y1=\"1\" x2=\"1.85\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_10MGAP\">\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.05\" y=\"0\" dx=\"1.2\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.05\" y=\"0\" dx=\"1.2\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__1206\">\n<wire x1=\"0.9525\" y1=\"-0.8128\" x2=\"-0.9652\" y2=\"-0.8128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.9525\" y1=\"0.8128\" x2=\"-0.9652\" y2=\"0.8128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-2.286\" y1=\"1.143\" x2=\"2.286\" y2=\"1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"1.143\" x2=\"2.286\" y2=\"-1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"-1.143\" x2=\"-2.286\" y2=\"-1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"-1.143\" x2=\"-2.286\" y2=\"1.143\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.6891\" y1=\"-0.8763\" x2=\"-0.9525\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"0.9525\" y1=\"-0.8763\" x2=\"1.6891\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.27\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.27\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-2.2225\" y=\"1.5113\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.2225\" y=\"-1.8288\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__1206MP\">\n<wire x1=\"1.0525\" y1=\"-0.7128\" x2=\"-1.0652\" y2=\"-0.7128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.0525\" y1=\"0.7128\" x2=\"-1.0652\" y2=\"0.7128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.635\" y1=\"0.635\" x2=\"0.635\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.635\" y1=\"-0.635\" x2=\"0.635\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.6\" y1=\"-0.8\" x2=\"-0.9\" y2=\"0.8\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n<rectangle x1=\"0.9001\" y1=\"-0.8\" x2=\"1.6\" y2=\"0.8\" layer=\"51\" rot=\"R180\"/>\n<smd name=\"1\" x=\"-1.524\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.524\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-2.2225\" y=\"1.1113\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.2225\" y=\"-1.4288\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0402.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APHHS1005SURCK.pdf</description>\n<wire x1=\"-0.1\" y1=\"0.2\" x2=\"-0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"-0.1\" y2=\"-0.2\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<rectangle x1=\"-0.95\" y1=\"-0.3\" x2=\"-0.15\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"0.15\" y1=\"-0.3\" x2=\"0.95\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"-0.25\" y1=\"0.2\" x2=\"0.25\" y2=\"0.25\" layer=\"21\"/>\n<rectangle x1=\"-0.25\" y1=\"-0.25\" x2=\"0.25\" y2=\"-0.2\" layer=\"21\"/>\n<rectangle x1=\"-0.8636\" y1=\"-0.254\" x2=\"-0.254\" y2=\"0.254\" layer=\"31\"/>\n<rectangle x1=\"0.254\" y1=\"-0.254\" x2=\"0.8636\" y2=\"0.254\" layer=\"31\"/>\n<smd name=\"P$1\" x=\"-0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<smd name=\"P$2\" x=\"0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<text x=\"-1.016\" y=\"0.635\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-1.016\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0603.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APT1608SGC.pdf</description>\n<wire x1=\"-0.375\" y1=\"0.55\" x2=\"-1.325\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.325\" y1=\"0.55\" x2=\"-1.325\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.325\" y1=\"-0.55\" x2=\"-0.375\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.375\" y1=\"-0.55\" x2=\"1.325\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.325\" y1=\"-0.55\" x2=\"1.325\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.325\" y1=\"0.55\" x2=\"0.375\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0.3\" x2=\"-0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"-0.2\" y2=\"-0.3\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-1.225\" y1=\"-0.45\" x2=\"-0.325\" y2=\"0.45\" layer=\"29\"/>\n<rectangle x1=\"0.325\" y1=\"-0.45\" x2=\"1.225\" y2=\"0.45\" layer=\"29\"/>\n<rectangle x1=\"-0.45\" y1=\"-0.4\" x2=\"0.45\" y2=\"-0.3\" layer=\"21\"/>\n<rectangle x1=\"-0.45\" y1=\"0.3\" x2=\"0.45\" y2=\"0.4\" layer=\"21\"/>\n<smd name=\"P$1\" x=\"-0.775\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"0.775\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" stop=\"no\"/>\n<text x=\"-1.27\" y=\"0.762\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-1.143\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"0.4\" y=\"0.4\"/>\n<vertex x=\"0.8\" y=\"0.4\"/>\n<vertex x=\"0.8\" y=\"0.2\" curve=\"90\"/>\n<vertex x=\"0.6\" y=\"0\" curve=\"90\"/>\n<vertex x=\"0.8\" y=\"-0.2\"/>\n<vertex x=\"0.8\" y=\"-0.4\"/>\n<vertex x=\"0.4\" y=\"-0.4\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-0.4\" y=\"-0.4\"/>\n<vertex x=\"-0.8\" y=\"-0.4\"/>\n<vertex x=\"-0.8\" y=\"-0.2\" curve=\"90\"/>\n<vertex x=\"-0.6\" y=\"0\" curve=\"90\"/>\n<vertex x=\"-0.8\" y=\"0.2\"/>\n<vertex x=\"-0.8\" y=\"0.4\"/>\n<vertex x=\"-0.4\" y=\"0.4\"/>\n</polygon>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0805.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APT2012EC.pdf</description>\n<wire x1=\"-0.55\" y1=\"0.7\" x2=\"-1.95\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.95\" y1=\"0.7\" x2=\"-1.95\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.95\" y1=\"-0.7\" x2=\"-0.55\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.55\" y1=\"-0.7\" x2=\"1.95\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.95\" y1=\"-0.7\" x2=\"1.95\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.95\" y1=\"0.7\" x2=\"0.55\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.25\" y1=\"0.5\" x2=\"-0.25\" y2=\"-0.5\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-1.85\" y1=\"-0.6\" x2=\"-0.5\" y2=\"0.6\" layer=\"29\"/>\n<rectangle x1=\"0.5\" y1=\"-0.6\" x2=\"1.85\" y2=\"0.6\" layer=\"29\"/>\n<rectangle x1=\"-0.55\" y1=\"0.5\" x2=\"0.55\" y2=\"0.6\" layer=\"21\"/>\n<rectangle x1=\"-0.55\" y1=\"-0.6\" x2=\"0.55\" y2=\"-0.5\" layer=\"21\" rot=\"R180\"/>\n<smd name=\"P$1\" x=\"-1.175\" y=\"0\" dx=\"1.25\" dy=\"1.1\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"1.175\" y=\"0\" dx=\"1.25\" dy=\"1.1\" layer=\"1\" stop=\"no\"/>\n<text x=\"-1.905\" y=\"0.889\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-1.27\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-0.45\" y=\"-0.6\"/>\n<vertex x=\"-1.05\" y=\"-0.6\"/>\n<vertex x=\"-1.05\" y=\"-0.4\" curve=\"90\"/>\n<vertex x=\"-0.65\" y=\"-0.025\" curve=\"90\"/>\n<vertex x=\"-1.05\" y=\"0.4\"/>\n<vertex x=\"-1.05\" y=\"0.6\"/>\n<vertex x=\"-0.45\" y=\"0.6\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"0.45\" y=\"0.6\"/>\n<vertex x=\"1.05\" y=\"0.6\"/>\n<vertex x=\"1.05\" y=\"0.4\" curve=\"90\"/>\n<vertex x=\"0.65\" y=\"0.025\" curve=\"90\"/>\n<vertex x=\"1.05\" y=\"-0.4\"/>\n<vertex x=\"1.05\" y=\"-0.6\"/>\n<vertex x=\"0.45\" y=\"-0.6\"/>\n</polygon>\n</package>\n<package name=\"CMONR_STANDARDPARTS_1206.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APL3015SGC-F01.pdf</description>\n<wire x1=\"-0.8\" y1=\"0.95\" x2=\"-2.35\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.35\" y1=\"0.95\" x2=\"-2.35\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.35\" y1=\"-0.95\" x2=\"-0.8\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.8\" y1=\"-0.95\" x2=\"2.35\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"2.35\" y1=\"-0.95\" x2=\"2.35\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"2.35\" y1=\"0.95\" x2=\"0.8\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0.65\" x2=\"-0.45\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0\" x2=\"-0.45\" y2=\"-0.65\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0\" x2=\"0.35\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-2.25\" y1=\"-0.85\" x2=\"-0.75\" y2=\"0.85\" layer=\"29\"/>\n<rectangle x1=\"0.75\" y1=\"-0.85\" x2=\"2.25\" y2=\"0.85\" layer=\"29\"/>\n<rectangle x1=\"-0.85\" y1=\"0.65\" x2=\"0.85\" y2=\"0.75\" layer=\"21\"/>\n<rectangle x1=\"-0.85\" y1=\"-0.75\" x2=\"0.85\" y2=\"-0.65\" layer=\"21\"/>\n<smd name=\"P$1\" x=\"-1.5\" y=\"0\" dx=\"1.4\" dy=\"1.6\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"1.5\" y=\"0\" dx=\"1.4\" dy=\"1.6\" layer=\"1\" stop=\"no\"/>\n<text x=\"-2.286\" y=\"1.27\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-1.651\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-1.5\" y=\"0.75\"/>\n<vertex x=\"-0.8\" y=\"0.75\"/>\n<vertex x=\"-0.8\" y=\"-0.75\"/>\n<vertex x=\"-1.5\" y=\"-0.75\"/>\n<vertex x=\"-1.5\" y=\"-0.4\" curve=\"90\"/>\n<vertex x=\"-1.1\" y=\"0\" curve=\"90\"/>\n<vertex x=\"-1.5\" y=\"0.4\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"1.5\" y=\"-0.75\"/>\n<vertex x=\"0.8\" y=\"-0.75\"/>\n<vertex x=\"0.8\" y=\"0.75\"/>\n<vertex x=\"1.5\" y=\"0.75\"/>\n<vertex x=\"1.5\" y=\"0.4\" curve=\"90\"/>\n<vertex x=\"1.1\" y=\"0\" curve=\"90\"/>\n<vertex x=\"1.5\" y=\"-0.4\"/>\n</polygon>\n</package>\n</packages>\n<symbols>\n<symbol name=\"CP2104_MICROBUILDER_CP2104\">\n<wire x1=\"-12.7\" y1=\"22.86\" x2=\"12.7\" y2=\"22.86\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"12.7\" y1=\"22.86\" x2=\"12.7\" y2=\"-25.4\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"12.7\" y1=\"-25.4\" x2=\"-12.7\" y2=\"-25.4\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-12.7\" y1=\"-25.4\" x2=\"-12.7\" y2=\"22.86\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-12.7\" y1=\"-25.4\" x2=\"-12.7\" y2=\"-30.48\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-12.7\" y1=\"-30.48\" x2=\"12.7\" y2=\"-30.48\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"12.7\" y1=\"-30.48\" x2=\"12.7\" y2=\"-25.4\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-12.7\" y1=\"22.86\" x2=\"-12.7\" y2=\"27.94\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-12.7\" y1=\"27.94\" x2=\"12.7\" y2=\"27.94\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"12.7\" y1=\"27.94\" x2=\"12.7\" y2=\"22.86\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"#RST\" x=\"15.24\" y=\"20.32\" length=\"short\" rot=\"R180\"/>\n<pin name=\"#SUSPEND\" x=\"15.24\" y=\"15.24\" length=\"short\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"CTS\" x=\"15.24\" y=\"-22.86\" length=\"short\" direction=\"in\" rot=\"R180\"/>\n<pin name=\"D+\" x=\"-15.24\" y=\"-7.62\" length=\"short\"/>\n<pin name=\"D-\" x=\"-15.24\" y=\"-10.16\" length=\"short\"/>\n<pin name=\"DCD\" x=\"15.24\" y=\"-7.62\" length=\"short\" direction=\"in\" rot=\"R180\"/>\n<pin name=\"DSR\" x=\"15.24\" y=\"-12.7\" length=\"short\" direction=\"in\" rot=\"R180\"/>\n<pin name=\"DTR\" x=\"15.24\" y=\"-10.16\" length=\"short\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"GND\" x=\"-15.24\" y=\"5.08\" length=\"short\" direction=\"pwr\"/>\n<pin name=\"GPIO0/TXLED\" x=\"15.24\" y=\"7.62\" length=\"short\" rot=\"R180\"/>\n<pin name=\"GPIO1/RXLED\" x=\"15.24\" y=\"5.08\" length=\"short\" rot=\"R180\"/>\n<pin name=\"GPIO2\" x=\"15.24\" y=\"2.54\" length=\"short\" rot=\"R180\"/>\n<pin name=\"GPIO3\" x=\"15.24\" y=\"0\" length=\"short\" rot=\"R180\"/>\n<pin name=\"NC\" x=\"-15.24\" y=\"-22.86\" length=\"short\" direction=\"nc\"/>\n<pin name=\"REGIN\" x=\"-15.24\" y=\"15.24\" length=\"short\" direction=\"pwr\"/>\n<pin name=\"RI\" x=\"15.24\" y=\"-5.08\" length=\"short\" direction=\"in\" rot=\"R180\"/>\n<pin name=\"RTS\" x=\"15.24\" y=\"-20.32\" length=\"short\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"RXD\" x=\"15.24\" y=\"-17.78\" length=\"short\" direction=\"in\" rot=\"R180\"/>\n<pin name=\"SUSPEND\" x=\"15.24\" y=\"12.7\" length=\"short\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"TXD\" x=\"15.24\" y=\"-15.24\" length=\"short\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"VBUS\" x=\"-15.24\" y=\"-5.08\" length=\"short\" direction=\"pwr\"/>\n<pin name=\"VDD\" x=\"-15.24\" y=\"17.78\" length=\"short\" direction=\"pwr\"/>\n<pin name=\"VIO\" x=\"-15.24\" y=\"20.32\" length=\"short\" direction=\"pwr\"/>\n<pin name=\"VPP\" x=\"-15.24\" y=\"-15.24\" length=\"short\"/>\n<text x=\"0\" y=\"25.4\" size=\"1.27\" layer=\"94\" align=\"center\">CP2104\nUSB/UART BRIDGE</text>\n<text x=\"0\" y=\"-27.94\" size=\"1.27\" layer=\"94\" align=\"center\">VIO: 1.8-VDD\nOp. Temp: -40~85°C</text>\n<text x=\"-12.7\" y=\"29.21\" size=\"1.27\" layer=\"95\">&gt;NAME</text>\n<text x=\"-12.7\" y=\"-33.02\" size=\"1.27\" layer=\"96\">&gt;VALUE</text>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"12.7\" y=\"-4.445\"/>\n<vertex x=\"11.43\" y=\"-5.08\"/>\n<vertex x=\"12.7\" y=\"-5.715\"/>\n</polygon>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"12.7\" y=\"-6.985\"/>\n<vertex x=\"11.43\" y=\"-7.62\"/>\n<vertex x=\"12.7\" y=\"-8.255\"/>\n</polygon>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"11.43\" y=\"-9.525\"/>\n<vertex x=\"11.43\" y=\"-10.795\"/>\n<vertex x=\"12.7\" y=\"-10.16\"/>\n</polygon>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"12.7\" y=\"-12.065\"/>\n<vertex x=\"11.43\" y=\"-12.7\"/>\n<vertex x=\"12.7\" y=\"-13.335\"/>\n</polygon>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"11.43\" y=\"-14.605\"/>\n<vertex x=\"11.43\" y=\"-15.875\"/>\n<vertex x=\"12.7\" y=\"-15.24\"/>\n</polygon>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"12.7\" y=\"-17.145\"/>\n<vertex x=\"11.43\" y=\"-17.78\"/>\n<vertex x=\"12.7\" y=\"-18.415\"/>\n</polygon>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"11.43\" y=\"-19.685\"/>\n<vertex x=\"11.43\" y=\"-20.955\"/>\n<vertex x=\"12.7\" y=\"-20.32\"/>\n</polygon>\n<polygon width=\"0.254\" layer=\"94\">\n<vertex x=\"12.7\" y=\"-22.225\"/>\n<vertex x=\"11.43\" y=\"-22.86\"/>\n<vertex x=\"12.7\" y=\"-23.495\"/>\n</polygon>\n</symbol>\n<symbol name=\"CP2104_MICROBUILDER_THERMAL-SLUG\">\n<wire x1=\"-5.08\" y1=\"5.08\" x2=\"5.08\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"5.08\" x2=\"5.08\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"-5.08\" x2=\"-5.08\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-5.08\" x2=\"-5.08\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"TP\" x=\"0\" y=\"-7.62\" visible=\"off\" length=\"short\" direction=\"pwr\" rot=\"R90\"/>\n<text x=\"-4.445\" y=\"0.635\" size=\"1.4224\" layer=\"95\" ratio=\"10\">THERMAL</text>\n<text x=\"-1.905\" y=\"-2.54\" size=\"1.4224\" layer=\"95\" ratio=\"10\">PAD</text>\n<text x=\"-5.08\" y=\"6.35\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n</symbol>\n<symbol name=\"MICROBUILDER_RESISTOR\">\n<wire x1=\"-2.54\" y1=\"1.27\" x2=\"2.54\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"1.27\" x2=\"2.54\" y2=\"-1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-1.27\" x2=\"-2.54\" y2=\"-1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"-1.27\" x2=\"-2.54\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"1\" x=\"-5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\"/>\n<pin name=\"2\" x=\"5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R180\"/>\n<text x=\"-2.54\" y=\"2.032\" size=\"1.27\" layer=\"95\" font=\"vector\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"96\" font=\"vector\">&gt;VALUE</text>\n</symbol>\n<symbol name=\"MICROBUILDER_CAPACITOR\">\n<rectangle x1=\"-1.27\" y1=\"0.508\" x2=\"1.27\" y2=\"1.016\" layer=\"94\"/>\n<rectangle x1=\"-1.27\" y1=\"1.524\" x2=\"1.27\" y2=\"2.032\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0.762\" x2=\"0\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"0\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<pin name=\"1\" x=\"0\" y=\"5.08\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R270\"/>\n<pin name=\"2\" x=\"0\" y=\"-2.54\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R90\"/>\n<text x=\"-2.29\" y=\"1.25\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\">&gt;NAME</text>\n<text x=\"2.3\" y=\"1.25\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\">&gt;VALUE</text>\n</symbol>\n<symbol name=\"PHILBYWHIZZ_NOCONNECTION\">\n<description>A No Connection symbol only&lt;p&gt;\n\nHandy to use on those pins that you want to mark as NC on a schematic.</description>\n<wire x1=\"-0.508\" y1=\"0.508\" x2=\"0.508\" y2=\"-0.508\" width=\"0.254\" layer=\"97\"/>\n<wire x1=\"0.508\" y1=\"0.508\" x2=\"-0.508\" y2=\"-0.508\" width=\"0.254\" layer=\"97\"/>\n</symbol>\n<symbol name=\"CMONR_STANDARDPARTS_LED\">\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"2.54\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"0.889\" x2=\"-0.762\" y2=\"0\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"0\" x2=\"-0.762\" y2=\"-1.016\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"-1.016\" x2=\"0.762\" y2=\"0\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"-0.762\" y2=\"0.889\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.762\" y2=\"0.889\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.762\" y2=\"-1.016\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.127\" y1=\"2.032\" x2=\"-0.254\" y2=\"1.905\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.254\" y1=\"1.905\" x2=\"-0.127\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.127\" y1=\"1.778\" x2=\"-0.508\" y2=\"1.397\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.127\" y1=\"2.032\" x2=\"0\" y2=\"1.651\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"1.651\" x2=\"-0.127\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"1.016\" y1=\"2.032\" x2=\"0.635\" y2=\"1.905\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.635\" y1=\"1.905\" x2=\"0.762\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"1.778\" x2=\"0.381\" y2=\"1.397\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"1.016\" y1=\"2.032\" x2=\"0.889\" y2=\"1.651\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.889\" y1=\"1.651\" x2=\"0.762\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<pin name=\"1\" x=\"-2.54\" y=\"0\" visible=\"off\" length=\"point\"/>\n<pin name=\"2\" x=\"2.54\" y=\"0\" visible=\"off\" length=\"point\" rot=\"R180\"/>\n<text x=\"-1.27\" y=\"2.54\" size=\"1.016\" layer=\"95\" rot=\"MR90\">&gt;NAME</text>\n<text x=\"1.27\" y=\"2.54\" size=\"1.016\" layer=\"96\" rot=\"R90\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"CP2104_MICROBUILDER_CP2104\" prefix=\"U\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;CP2104&lt;/b&gt; - USB to UART Bridge&lt;/p&gt;\n&lt;p&gt;\n&lt;ul&gt;\n&lt;li&gt;VDD Output: 3.45V&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/p&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"CP2104_MICROBUILDER_CP2104\" x=\"0\" y=\"0\"/>\n<gate name=\"G$2\" symbol=\"CP2104_MICROBUILDER_THERMAL-SLUG\" x=\"27.94\" y=\"-22.86\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"CP2104_MICROBUILDER_QFN24_4MM_SMSC\">\n<connects>\n<connect gate=\"G$1\" pin=\"#RST\" pad=\"9\"/>\n<connect gate=\"G$1\" pin=\"#SUSPEND\" pad=\"15\"/>\n<connect gate=\"G$1\" pin=\"CTS\" pad=\"18\"/>\n<connect gate=\"G$1\" pin=\"D+\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"D-\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"DCD\" pad=\"24\"/>\n<connect gate=\"G$1\" pin=\"DSR\" pad=\"22\"/>\n<connect gate=\"G$1\" pin=\"DTR\" pad=\"23\"/>\n<connect gate=\"G$1\" pin=\"GND\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"GPIO0/TXLED\" pad=\"14\"/>\n<connect gate=\"G$1\" pin=\"GPIO1/RXLED\" pad=\"13\"/>\n<connect gate=\"G$1\" pin=\"GPIO2\" pad=\"12\"/>\n<connect gate=\"G$1\" pin=\"GPIO3\" pad=\"11\"/>\n<connect gate=\"G$1\" pin=\"NC\" pad=\"10\"/>\n<connect gate=\"G$1\" pin=\"REGIN\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"RI\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"RTS\" pad=\"19\"/>\n<connect gate=\"G$1\" pin=\"RXD\" pad=\"20\"/>\n<connect gate=\"G$1\" pin=\"SUSPEND\" pad=\"17\"/>\n<connect gate=\"G$1\" pin=\"TXD\" pad=\"21\"/>\n<connect gate=\"G$1\" pin=\"VBUS\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"VDD\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"VIO\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"VPP\" pad=\"16\"/>\n<connect gate=\"G$2\" pin=\"TP\" pad=\"THERM\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"MICROBUILDER_RESISTOR\" prefix=\"R\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;Resistors&lt;/b&gt;&lt;/p&gt;\n&lt;b&gt;0402&lt;/b&gt; - 0402 Surface Mount Package\n&lt;ul&gt;\n&lt;li&gt;22 Ohm 1% 1/16W [Digikey: 311-22.0LRTR-ND]&lt;/li&gt;\n&lt;li&gt;33 Ohm 5% 1/16W&lt;/li&gt;\n&lt;li&gt;1.0K 5% 1/16W&lt;/li&gt;\n&lt;li&gt;1.5K 5% 1/16W&lt;/li&gt;\n&lt;li&gt;2.0K 1% 1/16W&lt;/li&gt;\n&lt;li&gt;10.0K 1% 1/16W [Digikey: 311-10.0KLRTR-ND]&lt;/li&gt;\n&lt;li&gt;10.0K 5% 1/16W [Digikey: RMCF0402JT10K0TR-ND]&lt;/li&gt;\n&lt;li&gt;12.1K 1% 1/16W [Digikey: 311-22.0LRTR-ND]&lt;/li&gt;\n&lt;li&gt;100.0K 5% 1/16W&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;0603&lt;/b&gt; - 0603 Surface Mount Package&lt;br&gt;\n&lt;ul&gt;\n&lt;li&gt;0 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;15 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;49.9 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;150 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;240 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;390 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;560 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;680 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;750 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.5K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.2K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;3.3K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;4.7K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;10.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;12.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;12.1K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;20.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;0805&lt;/b&gt; - 0805 Surface Mount Package\n&lt;ul&gt;\n&lt;li&gt;0 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;150 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;200 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;240 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;330 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;390 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;470 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.5K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;4.7K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;5.1K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;5.6K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;10.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;22.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;1206&lt;/b&gt; - 1206 Surface Mount Package&lt;br/&gt;\n&lt;br/&gt;\n&lt;b&gt;2012&lt;/b&gt; - 2010 Surface Mount Package&lt;br/&gt;\n&lt;ul&gt;&lt;li&gt;0.11 Ohm 1/2 Watt 1% Resistor - Digikey: RHM.11UCT-ND&lt;/li&gt;&lt;/ul&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"MICROBUILDER_RESISTOR\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"0402\" package=\"MICROBUILDER_0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603\" package=\"MICROBUILDER_0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603MINI\" package=\"MICROBUILDER_0603-MINI\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805\" package=\"MICROBUILDER_0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805_NOTHERMALS\" package=\"MICROBUILDER_0805_NOTHERMALS\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"1206\" package=\"MICROBUILDER_1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"2012\" package=\"MICROBUILDER_2012\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"2512\" package=\"MICROBUILDER_2512\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402\" package=\"MICROBUILDER__0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402MP\" package=\"MICROBUILDER__0402MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603\" package=\"MICROBUILDER__0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603MP\" package=\"MICROBUILDER__0603MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805\" package=\"MICROBUILDER__0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805MP\" package=\"MICROBUILDER__0805MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"MICROBUILDER_CAP_CERAMIC\" prefix=\"C\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;Ceramic Capacitors&lt;/b&gt;&lt;/p&gt;\n&lt;p&gt;For new designs, use the packages preceded by an '_' character since they are more reliable:&lt;/p&gt;\n&lt;p&gt;The following footprints should be used on most boards:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;b&gt;_0402&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0603&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0805&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_1206&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;For extremely tight-pitch boards where space is at a premium, the following 'micro-pitch' footprints can be used (smaller pads, no silkscreen outline, etc.):&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;b&gt;_0402MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0603MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0805MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_1206MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;/ul&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"MICROBUILDER_CAPACITOR\" x=\"0\" y=\"-2.54\"/>\n</gates>\n<devices>\n<device name=\"0603MINI\" package=\"MICROBUILDER_0603-MINI$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603_NO\" package=\"MICROBUILDER_0603-NO\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805-NOOUTLINE\" package=\"MICROBUILDER_0805-NO$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805-NOTHERMALS\" package=\"MICROBUILDER_0805_NOTHERMALS$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805_10MGAP\" package=\"MICROBUILDER_0805_10MGAP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402\" package=\"MICROBUILDER__0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402MP\" package=\"MICROBUILDER__0402MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603\" package=\"MICROBUILDER__0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603MP\" package=\"MICROBUILDER__0603MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805\" package=\"MICROBUILDER__0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805MP\" package=\"MICROBUILDER__0805MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_1206\" package=\"MICROBUILDER__1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_1206MP\" package=\"MICROBUILDER__1206MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"PHILBYWHIZZ_NOCONNECTION\">\n<description>A No Connection symbol only&lt;p&gt;\n\nHandy to use on those pins that you want to mark as NC on a schematic.</description>\n<gates>\n<gate name=\"G$1\" symbol=\"PHILBYWHIZZ_NOCONNECTION\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"CMONR_STANDARDPARTS_LED\" prefix=\"D\" uservalue=\"yes\">\n<gates>\n<gate name=\"G$1\" symbol=\"CMONR_STANDARDPARTS_LED\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\".0402\" package=\"CMONR_STANDARDPARTS_0402.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".0603\" package=\"CMONR_STANDARDPARTS_0603.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".0805\" package=\"CMONR_STANDARDPARTS_0805.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".1206\" package=\"CMONR_STANDARDPARTS_1206.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"frames\" urn=\"urn:adsk.eagle:library:229\">\n<description>&lt;b&gt;Frames for Sheet and Layout&lt;/b&gt;</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"DINA4_L\" urn=\"urn:adsk.eagle:symbol:13867/1\" library_version=\"1\">\n<frame x1=\"0\" y1=\"0\" x2=\"264.16\" y2=\"180.34\" columns=\"4\" rows=\"4\" layer=\"94\" border-left=\"no\" border-top=\"no\" border-right=\"no\" border-bottom=\"no\"/>\n</symbol>\n<symbol name=\"DOCFIELD\" urn=\"urn:adsk.eagle:symbol:13864/1\" library_version=\"1\">\n<wire x1=\"0\" y1=\"0\" x2=\"71.12\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"15.24\" x2=\"87.63\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0\" x2=\"0\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"5.08\" x2=\"71.12\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"5.08\" x2=\"0\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"15.24\" x2=\"101.6\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"5.08\" x2=\"71.12\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"5.08\" x2=\"87.63\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"0\" x2=\"101.6\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"15.24\" x2=\"87.63\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"15.24\" x2=\"0\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"5.08\" x2=\"101.6\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"5.08\" x2=\"101.6\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"15.24\" x2=\"0\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"35.56\" x2=\"0\" y2=\"35.56\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"35.56\" x2=\"101.6\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"22.86\" x2=\"101.6\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"22.86\" x2=\"0\" y2=\"35.56\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"22.86\" x2=\"101.6\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<text x=\"1.27\" y=\"1.27\" size=\"2.54\" layer=\"94\">Date:</text>\n<text x=\"12.7\" y=\"1.27\" size=\"2.54\" layer=\"94\">&gt;LAST_DATE_TIME</text>\n<text x=\"72.39\" y=\"1.27\" size=\"2.54\" layer=\"94\">Sheet:</text>\n<text x=\"86.36\" y=\"1.27\" size=\"2.54\" layer=\"94\">&gt;SHEET</text>\n<text x=\"88.9\" y=\"11.43\" size=\"2.54\" layer=\"94\">REV:</text>\n<text x=\"1.27\" y=\"19.05\" size=\"2.54\" layer=\"94\">TITLE:</text>\n<text x=\"1.27\" y=\"11.43\" size=\"2.54\" layer=\"94\">Document Number:</text>\n<text x=\"17.78\" y=\"19.05\" size=\"2.54\" layer=\"94\">&gt;DRAWING_NAME</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"DINA4_L\" urn=\"urn:adsk.eagle:component:13919/1\" prefix=\"FRAME\" uservalue=\"yes\" library_version=\"1\">\n<description>&lt;b&gt;FRAME&lt;/b&gt;&lt;p&gt;\nDIN A4, landscape with extra doc field</description>\n<gates>\n<gate name=\"G$1\" symbol=\"DINA4_L\" x=\"0\" y=\"0\"/>\n<gate name=\"G$2\" symbol=\"DOCFIELD\" x=\"162.56\" y=\"0\" addlevel=\"must\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"tinycircuits\">\n<description>TinyCircuits Eagle Library</description>\n<packages>\n<package name=\"PCM12SMTR\">\n<hole x=\"1.5\" y=\"0\" drill=\"0.9\"/>\n<hole x=\"-1.5\" y=\"0\" drill=\"0.9\"/>\n<smd name=\"W4\" x=\"3.65\" y=\"1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"W1\" x=\"-3.65\" y=\"1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"W2\" x=\"-3.65\" y=\"-1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"W3\" x=\"3.65\" y=\"-1.1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"3\" x=\"2.25\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"1\" x=\"-2.25\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<wire x1=\"-3.35\" y1=\"1.3\" x2=\"3.35\" y2=\"1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3.35\" y1=\"1.3\" x2=\"3.35\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3.35\" y1=\"-1.3\" x2=\"1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.3\" y1=\"-1.3\" x2=\"-1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-1.3\" x2=\"-3.35\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3.35\" y1=\"-1.3\" x2=\"-3.35\" y2=\"1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-1.3\" x2=\"-1.3\" y2=\"-2.8\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-2.8\" x2=\"1.3\" y2=\"-2.8\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.3\" y1=\"-2.8\" x2=\"1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<text x=\"0\" y=\"0\" size=\"1.524\" layer=\"25\" align=\"center\">&gt;NAME</text>\n</package>\n<package name=\"PCM12SMTR_ALT\">\n<hole x=\"1.5\" y=\"0\" drill=\"0.9\"/>\n<hole x=\"-1.5\" y=\"0\" drill=\"0.9\"/>\n<smd name=\"W2\" x=\"-3.65\" y=\"-1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"W3\" x=\"3.65\" y=\"-1\" dx=\"1\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"3\" x=\"2.25\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"1\" x=\"-2.25\" y=\"1.75\" dx=\"0.7\" dy=\"1.5\" layer=\"1\"/>\n<wire x1=\"-3.35\" y1=\"1.3\" x2=\"3.35\" y2=\"1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3.35\" y1=\"1.3\" x2=\"3.35\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3.35\" y1=\"-1.3\" x2=\"1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.3\" y1=\"-1.3\" x2=\"-1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-1.3\" x2=\"-3.35\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3.35\" y1=\"-1.3\" x2=\"-3.35\" y2=\"1.3\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-1.3\" x2=\"-1.3\" y2=\"-2.8\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.3\" y1=\"-2.8\" x2=\"1.3\" y2=\"-2.8\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.3\" y1=\"-2.8\" x2=\"1.3\" y2=\"-1.3\" width=\"0.127\" layer=\"51\"/>\n<text x=\"0\" y=\"0\" size=\"1.524\" layer=\"25\" align=\"center\">&gt;NAME</text>\n</package>\n</packages>\n<symbols>\n<symbol name=\"SWITCH-ON-ON\">\n<wire x1=\"-7.62\" y1=\"7.62\" x2=\"7.62\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"7.62\" y1=\"7.62\" x2=\"7.62\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"7.62\" y1=\"2.54\" x2=\"7.62\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"7.62\" y1=\"-2.54\" x2=\"7.62\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"7.62\" y1=\"-5.08\" x2=\"-7.62\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-7.62\" y1=\"-5.08\" x2=\"-7.62\" y2=\"0\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"2\" x=\"-12.7\" y=\"0\" length=\"middle\"/>\n<pin name=\"1\" x=\"12.7\" y=\"2.54\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"3\" x=\"12.7\" y=\"-2.54\" length=\"middle\" rot=\"R180\"/>\n<text x=\"-7.62\" y=\"10.16\" size=\"1.778\" layer=\"95\" align=\"top-left\">&gt;NAME</text>\n<text x=\"7.62\" y=\"-7.62\" size=\"1.778\" layer=\"96\" align=\"bottom-right\">&gt;VALUE</text>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"7.62\" y1=\"2.54\" x2=\"5.08\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"7.62\" y1=\"-2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-5.08\" y2=\"0\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"5.08\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"TAB\" x=\"-2.54\" y=\"12.7\" length=\"middle\" rot=\"R270\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"AS-ITM-00220\" prefix=\"SW\" uservalue=\"yes\">\n<description>SW SLIDE SP2T 6VDC 0.3A SMT</description>\n<gates>\n<gate name=\"G$1\" symbol=\"SWITCH-ON-ON\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"PCM12SMTR\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"TAB\" pad=\"W1 W2 W3 W4\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"PARTNO\" value=\"AS-ITM-00220\" constant=\"no\"/>\n<attribute name=\"VALUE\" value=\"PCM12SMTR\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"ALT\" package=\"PCM12SMTR_ALT\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"TAB\" pad=\"W2 W3\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"PARTNO\" value=\"AS-ITM-00220\" constant=\"no\"/>\n<attribute name=\"VALUE\" value=\"PCM12SMTR\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"TinyPICOV2\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"MICROBUILDER_SOT23-5\">\n<description>&lt;b&gt;Small Outline Transistor&lt;/b&gt; - 5 Pin</description>\n<wire x1=\"1.4224\" y1=\"0.8104\" x2=\"1.4224\" y2=\"-0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.4224\" y1=\"-0.8104\" x2=\"-1.4224\" y2=\"-0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.4224\" y1=\"-0.8104\" x2=\"-1.4224\" y2=\"0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.4224\" y1=\"0.8104\" x2=\"1.4224\" y2=\"0.8104\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.65\" y1=\"0.8\" x2=\"-1.65\" y2=\"-0.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.65\" y1=\"0.8\" x2=\"1.65\" y2=\"-0.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.4\" y1=\"1.05\" x2=\"0.4\" y2=\"1.05\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.2\" y1=\"-1.5\" x2=\"-0.7\" y2=\"-0.85\" layer=\"51\"/>\n<rectangle x1=\"-0.25\" y1=\"-1.5\" x2=\"0.25\" y2=\"-0.85\" layer=\"51\"/>\n<rectangle x1=\"0.7\" y1=\"-1.5\" x2=\"1.2\" y2=\"-0.85\" layer=\"51\"/>\n<rectangle x1=\"0.7\" y1=\"0.85\" x2=\"1.2\" y2=\"1.5\" layer=\"51\"/>\n<rectangle x1=\"-1.2\" y1=\"0.85\" x2=\"-0.7\" y2=\"1.5\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"-1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"0\" y=\"-1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"3\" x=\"0.95\" y=\"-1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"4\" x=\"0.95\" y=\"1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"5\" x=\"-0.95\" y=\"1.3001\" dx=\"0.55\" dy=\"1.2\" layer=\"1\"/>\n<text x=\"1.978\" y=\"0\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.978\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n</packages>\n<symbols>\n<symbol name=\"MICROBUILDER_MCP73831/2\">\n<wire x1=\"-10.16\" y1=\"5.08\" x2=\"10.16\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"10.16\" y1=\"5.08\" x2=\"10.16\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"10.16\" y1=\"-5.08\" x2=\"-10.16\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-10.16\" y1=\"-5.08\" x2=\"-10.16\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"10.16\" y1=\"-10.16\" x2=\"-10.16\" y2=\"-10.16\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-10.16\" y1=\"10.16\" x2=\"10.16\" y2=\"10.16\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-10.16\" y1=\"10.16\" x2=\"-10.16\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-10.16\" y1=\"-5.08\" x2=\"-10.16\" y2=\"-10.16\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"10.16\" y1=\"10.16\" x2=\"10.16\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"10.16\" y1=\"-5.08\" x2=\"10.16\" y2=\"-10.16\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"PROG\" x=\"12.7\" y=\"0\" length=\"short\" direction=\"in\" rot=\"R180\"/>\n<pin name=\"STAT\" x=\"-12.7\" y=\"-2.54\" length=\"short\" direction=\"out\"/>\n<pin name=\"VBAT\" x=\"12.7\" y=\"2.54\" length=\"short\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"VDD\" x=\"-12.7\" y=\"2.54\" length=\"short\" direction=\"pwr\"/>\n<pin name=\"VSS\" x=\"12.7\" y=\"-2.54\" length=\"short\" direction=\"pwr\" rot=\"R180\"/>\n<text x=\"-5.715\" y=\"8.255\" size=\"1.27\" layer=\"94\">MCP73831/2</text>\n<text x=\"-6.35\" y=\"6.35\" size=\"1.27\" layer=\"94\">LIPO Charger</text>\n<text x=\"-8.255\" y=\"-9.525\" size=\"1.27\" layer=\"94\">Temp:</text>\n<text x=\"0\" y=\"-9.525\" size=\"1.27\" layer=\"94\">-40-85°C</text>\n<text x=\"-8.255\" y=\"-7.62\" size=\"1.27\" layer=\"94\">VDD:</text>\n<text x=\"0\" y=\"-7.62\" size=\"1.27\" layer=\"94\">3.75-6V</text>\n<text x=\"-10.16\" y=\"11.43\" size=\"1.27\" layer=\"95\">&gt;NAME</text>\n<text x=\"-10.16\" y=\"-12.7\" size=\"1.27\" layer=\"95\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"MICROBUILDER_MCP73831/2\" prefix=\"U\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;MCP73831/2 LIPO Charger&lt;/b&gt;&lt;/p&gt;\n&lt;p&gt;\n&lt;ul&gt;\n&lt;li&gt;VDD: 3.75 - 6V&lt;/li&gt;\n&lt;li&gt;Temp -40 - 85°C&lt;/li&gt;\n&lt;li&gt;Programmable Charge Rate: 15-500mA&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/p&gt;\n&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; STAT is a tri-state logic output on the MCP73831 and an open-drain output on the MCP73832.&lt;/p&gt;\n&lt;p&gt;SOT23-5 with 4.2V output and tri-state logic on STAT = MCP73831T-2ACI/OT&lt;/p&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"MICROBUILDER_MCP73831/2\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"MICROBUILDER_SOT23-5\">\n<connects>\n<connect gate=\"G$1\" pin=\"PROG\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"STAT\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"VBAT\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"VDD\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"VSS\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"629105136821\">\n<packages>\n<package name=\"WE_629105136821\">\n<description>WR-COM SMT Horizontal 5 Contacts Micro USB Type B, 5 pins</description>\n<wire x1=\"-4\" y1=\"2.85\" x2=\"4\" y2=\"2.85\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4\" y1=\"2.85\" x2=\"4\" y2=\"-2.75\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4\" y1=\"-2.75\" x2=\"-4\" y2=\"-2.75\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4\" y1=\"-2.75\" x2=\"-4\" y2=\"-1.45\" width=\"0.127\" layer=\"51\"/>\n<text x=\"5.14\" y=\"-1.34\" size=\"0.254\" layer=\"51\">PCB EDGE</text>\n<text x=\"-1.605\" y=\"-2.61\" size=\"0.254\" layer=\"51\">CONNECTOR EDGE</text>\n<text x=\"-5.163\" y=\"4.2289\" size=\"0.8128\" layer=\"25\">&gt;NAME</text>\n<text x=\"-5.163\" y=\"-3.9854\" size=\"0.8128\" layer=\"27\">&gt;VALUE</text>\n<wire x1=\"-4\" y1=\"-1.45\" x2=\"-4\" y2=\"2.85\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4\" y1=\"2.85\" x2=\"-4\" y2=\"1.2\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4\" y1=\"2.85\" x2=\"4\" y2=\"1.2\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-4\" y1=\"-1.2\" x2=\"-4\" y2=\"-1.45\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4\" y1=\"-1.2\" x2=\"4\" y2=\"-1.45\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-4\" y1=\"-1.45\" x2=\"7\" y2=\"-1.45\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-5.15\" y1=\"-3\" x2=\"-5.15\" y2=\"3.6\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-5.15\" y1=\"3.6\" x2=\"5.15\" y2=\"3.6\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"5.15\" y1=\"3.6\" x2=\"5.15\" y2=\"-3\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"5.15\" y1=\"-3\" x2=\"-5.15\" y2=\"-3\" width=\"0.05\" layer=\"39\"/>\n<circle x=\"-1.3\" y=\"3.9\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-1.3\" y=\"3.9\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-4\" y1=\"2.85\" x2=\"-2.55\" y2=\"2.85\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4\" y1=\"2.85\" x2=\"2.55\" y2=\"2.85\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-4\" y1=\"-1.45\" x2=\"4\" y2=\"-1.45\" width=\"0.127\" layer=\"21\"/>\n<smd name=\"3\" x=\"0\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"4\" x=\"0.65\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"2\" x=\"-0.65\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"1\" x=\"-1.3\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.3\" y=\"2.675\" dx=\"0.4\" dy=\"1.35\" layer=\"1\"/>\n<smd name=\"S4\" x=\"4\" y=\"0\" dx=\"1.8\" dy=\"1.9\" layer=\"1\"/>\n<smd name=\"S3\" x=\"1.2\" y=\"0\" dx=\"1.9\" dy=\"1.9\" layer=\"1\"/>\n<smd name=\"S2\" x=\"-1.2\" y=\"0\" dx=\"1.9\" dy=\"1.9\" layer=\"1\"/>\n<smd name=\"S1\" x=\"-4\" y=\"0\" dx=\"1.8\" dy=\"1.9\" layer=\"1\"/>\n<hole x=\"-2.075\" y=\"2.45\" drill=\"0.7\"/>\n<hole x=\"2.075\" y=\"2.45\" drill=\"0.7\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"629105136821\">\n<text x=\"-5.08\" y=\"10.668\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-12.7\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<wire x1=\"-5.08\" y1=\"-10.16\" x2=\"-5.08\" y2=\"10.16\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"10.16\" x2=\"5.08\" y2=\"10.16\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"10.16\" x2=\"5.08\" y2=\"-10.16\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"-10.16\" x2=\"-5.08\" y2=\"-10.16\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"5\" x=\"-10.16\" y=\"-2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"4\" x=\"-10.16\" y=\"0\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"3\" x=\"-10.16\" y=\"2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"2\" x=\"-10.16\" y=\"5.08\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"1\" x=\"-10.16\" y=\"7.62\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"SHIELD\" x=\"-10.16\" y=\"-7.62\" length=\"middle\" direction=\"pas\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"629105136821\" prefix=\"J\">\n<description>WR-COM SMT Horizontal 5 Contacts Micro USB Type B,5 pins</description>\n<gates>\n<gate name=\"G$1\" symbol=\"629105136821\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"WE_629105136821\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"SHIELD\" pad=\"S1 S2 S3 S4\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"AVAILABILITY\" value=\"Unavailable\"/>\n<attribute name=\"DESCRIPTION\" value=\" USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle \"/>\n<attribute name=\"MF\" value=\"Wurth Electronics\"/>\n<attribute name=\"MP\" value=\"629105136821\"/>\n<attribute name=\"PACKAGE\" value=\"None\"/>\n<attribute name=\"PRICE\" value=\"None\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"Wurth_Elektronik_Electromechanic_Switchs_rev15b\">\n<description>&lt;BR&gt;Wurth Elektronik - Switches&lt;br&gt;&lt;Hr&gt;\n&lt;BR&gt;&lt;BR&gt; \n&lt;TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0&gt;\n&lt;TR&gt;   \n&lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;BR&gt;&lt;br&gt;\n      &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n&lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;br&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;\n      -----&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt; &lt;FONT FACE=ARIAL SIZE=3&gt;&lt;br&gt;\n      ---------------------------&lt;BR&gt;\n&lt;B&gt;&lt;I&gt;&lt;span style='font-size:26pt;\n  color:#FF6600;'&gt;WE &lt;/span&gt;&lt;/i&gt;&lt;/b&gt;\n&lt;BR&gt;\n      ---------------------------&lt;BR&gt;&lt;b&gt;Würth Elektronik&lt;/b&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;br&gt;\n      ---------O---&lt;BR&gt;\n      ----O--------&lt;BR&gt;\n      ---------O---&lt;BR&gt;\n      ----O--------&lt;BR&gt;\n      ---------O---&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n   \n&lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;&lt;BR&gt;\n      &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;\n       &lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  \n&lt;/TABLE&gt;\n&lt;B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;More than you expect&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/B&gt;\n\n&lt;HR&gt;&lt;BR&gt;\n&lt;b&gt;Würth Elektronik eiSos GmbH &amp; Co. KG&lt;/b&gt;&lt;br&gt;\nEMC &amp; Inductive Solutions&lt;br&gt;\n\nMax-Eyth-Str.1&lt;br&gt;\nD-74638 Waldenburg&lt;br&gt;\n&lt;br&gt;\nTel: +49 (0)7942-945-0&lt;br&gt;\nFax:+49 (0)7942-945-405&lt;br&gt;\n&lt;br&gt;\n&lt;a href=\"http://www.we-online.com/eagle\"&gt;http://www.we-online.com/eagle&lt;/a&gt;&lt;br&gt;\n&lt;a href=\"mailto:libraries@we-online.com\"&gt;libraries@we-online.com&lt;/a&gt; &lt;BR&gt;&lt;BR&gt;\n&lt;br&gt;&lt;HR&gt;&lt;BR&gt;\nNeither CadSoft nor WE-eiSos does warrant that this library is error-free or &lt;br&gt;\nthat it meets your specific requirements.&lt;br&gt;&lt;BR&gt;\nPlease contact us for more information.&lt;br&gt;&lt;BR&gt;&lt;br&gt;\n&lt;hr&gt;\nEagle Version 6, Library Revision 2015b, 08.04.2015&lt;br&gt;\n&lt;HR&gt;\nCopyright: Würth Elektronik</description>\n<packages>\n<package name=\"434111025826\">\n<description>WS-TRS-6x3.8 mm SMD Tact Switch, 2 pins</description>\n<wire x1=\"-3\" y1=\"-1.9\" x2=\"3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"-1.9\" x2=\"3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"1.9\" x2=\"-3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3\" y1=\"1.9\" x2=\"-3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3\" y1=\"-1.9\" x2=\"3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"-1.9\" x2=\"3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"3\" y1=\"1.9\" x2=\"-3\" y2=\"1.9\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-3\" y1=\"1.9\" x2=\"-3\" y2=\"-1.9\" width=\"0.127\" layer=\"51\"/>\n<smd name=\"1\" x=\"-3.25\" y=\"0\" dx=\"1.5\" dy=\"1.4\" layer=\"1\"/>\n<smd name=\"2\" x=\"3.25\" y=\"0\" dx=\"1.5\" dy=\"1.4\" layer=\"1\"/>\n<text x=\"-6.5536\" y=\"3.4293\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-6.5536\" y=\"-5.2074\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-2\" y=\"-0.5\" size=\"1.27\" layer=\"51\">1</text>\n<wire x1=\"-3\" y1=\"1.6\" x2=\"-3\" y2=\"1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3\" y1=\"1.9\" x2=\"-2.7\" y2=\"1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.7\" y1=\"1.9\" x2=\"3\" y2=\"1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3\" y1=\"1.9\" x2=\"3\" y2=\"1.6\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3\" y1=\"-1.6\" x2=\"3\" y2=\"-1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3\" y1=\"-1.9\" x2=\"2.7\" y2=\"-1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.7\" y1=\"-1.9\" x2=\"-3\" y2=\"-1.9\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3\" y1=\"-1.9\" x2=\"-3\" y2=\"-1.6\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"1P\">\n<wire x1=\"-2.54\" y1=\"12.7\" x2=\"2.54\" y2=\"12.7\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"12.7\" x2=\"2.54\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-5.08\" x2=\"-2.54\" y2=\"-5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"-5.08\" x2=\"-2.54\" y2=\"12.7\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-12.7\" y=\"1.016\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"-12.7\" y=\"-1.778\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"1\" x=\"0\" y=\"0\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"2\" x=\"0\" y=\"7.62\" length=\"middle\" rot=\"R90\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"434111025826\" prefix=\"SW\">\n<description>WS-TRS-6x3.8 mm SMD Tact Switch, 2 pins</description>\n<gates>\n<gate name=\"G$1\" symbol=\"1P\" x=\"0\" y=\"-2.54\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"434111025826\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"adafruit\">\n<packages>\n<package name=\"1X08-CLEANBIG\">\n<pad name=\"1\" x=\"-8.89\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"2\" x=\"-6.35\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"3\" x=\"-3.81\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"4\" x=\"-1.27\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"5\" x=\"1.27\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"6\" x=\"3.81\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"7\" x=\"6.35\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"8\" x=\"8.89\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<text x=\"-10.2362\" y=\"1.8288\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-10.16\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"6.096\" y1=\"-0.254\" x2=\"6.604\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"3.556\" y1=\"-0.254\" x2=\"4.064\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"1.016\" y1=\"-0.254\" x2=\"1.524\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-1.524\" y1=\"-0.254\" x2=\"-1.016\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-4.064\" y1=\"-0.254\" x2=\"-3.556\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-6.604\" y1=\"-0.254\" x2=\"-6.096\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-9.144\" y1=\"-0.254\" x2=\"-8.636\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"8.636\" y1=\"-0.254\" x2=\"9.144\" y2=\"0.254\" layer=\"51\"/>\n</package>\n<package name=\"1X08-BIG\">\n<wire x1=\"-10.16\" y1=\"1.27\" x2=\"10.16\" y2=\"1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"10.16\" y1=\"1.27\" x2=\"10.16\" y2=\"-1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"10.16\" y1=\"-1.27\" x2=\"-10.16\" y2=\"-1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-10.16\" y1=\"-1.27\" x2=\"-10.16\" y2=\"1.27\" width=\"0.127\" layer=\"21\"/>\n<pad name=\"1\" x=\"-8.89\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"2\" x=\"-6.35\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"3\" x=\"-3.81\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"4\" x=\"-1.27\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"5\" x=\"1.27\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"6\" x=\"3.81\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"7\" x=\"6.35\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"8\" x=\"8.89\" y=\"0\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<text x=\"-10.2362\" y=\"1.8288\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-10.16\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"6.096\" y1=\"-0.254\" x2=\"6.604\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"3.556\" y1=\"-0.254\" x2=\"4.064\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"1.016\" y1=\"-0.254\" x2=\"1.524\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-1.524\" y1=\"-0.254\" x2=\"-1.016\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-4.064\" y1=\"-0.254\" x2=\"-3.556\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-6.604\" y1=\"-0.254\" x2=\"-6.096\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-9.144\" y1=\"-0.254\" x2=\"-8.636\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"8.636\" y1=\"-0.254\" x2=\"9.144\" y2=\"0.254\" layer=\"51\"/>\n</package>\n<package name=\"1X08-LOCK\">\n<wire x1=\"-10.16\" y1=\"1.27\" x2=\"10.16\" y2=\"1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"10.16\" y1=\"1.27\" x2=\"10.16\" y2=\"-1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"10.16\" y1=\"-1.27\" x2=\"-10.16\" y2=\"-1.27\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-10.16\" y1=\"-1.27\" x2=\"-10.16\" y2=\"1.27\" width=\"0.127\" layer=\"21\"/>\n<pad name=\"1\" x=\"-8.89\" y=\"0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"2\" x=\"-6.35\" y=\"-0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"3\" x=\"-3.81\" y=\"0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"4\" x=\"-1.27\" y=\"-0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"5\" x=\"1.27\" y=\"0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"6\" x=\"3.81\" y=\"-0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"7\" x=\"6.35\" y=\"0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<pad name=\"8\" x=\"8.89\" y=\"-0.127\" drill=\"1.016\" diameter=\"1.778\" shape=\"octagon\" rot=\"R90\"/>\n<text x=\"-10.2362\" y=\"1.8288\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-10.16\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"6.096\" y1=\"-0.254\" x2=\"6.604\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"3.556\" y1=\"-0.254\" x2=\"4.064\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"1.016\" y1=\"-0.254\" x2=\"1.524\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-1.524\" y1=\"-0.254\" x2=\"-1.016\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-4.064\" y1=\"-0.254\" x2=\"-3.556\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-6.604\" y1=\"-0.254\" x2=\"-6.096\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"-9.144\" y1=\"-0.254\" x2=\"-8.636\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"8.636\" y1=\"-0.254\" x2=\"9.144\" y2=\"0.254\" layer=\"51\"/>\n</package>\n<package name=\"1X08-3.5MM\">\n<wire x1=\"-14\" y1=\"3.4\" x2=\"-14\" y2=\"-2.5\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-14\" y1=\"-2.5\" x2=\"-14\" y2=\"-3.6\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-14\" y1=\"-3.6\" x2=\"14\" y2=\"-3.6\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"14\" y1=\"-3.6\" x2=\"14\" y2=\"-2.5\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"14\" y1=\"-2.5\" x2=\"14\" y2=\"3.4\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"14\" y1=\"3.4\" x2=\"-14\" y2=\"3.4\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-14\" y1=\"-2.5\" x2=\"14\" y2=\"-2.5\" width=\"0.127\" layer=\"21\"/>\n<pad name=\"5\" x=\"1.75\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<pad name=\"4\" x=\"-1.75\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<pad name=\"3\" x=\"-5.25\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<pad name=\"2\" x=\"-8.75\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<pad name=\"1\" x=\"-12.25\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<pad name=\"6\" x=\"5.25\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<pad name=\"7\" x=\"8.75\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<pad name=\"8\" x=\"12.25\" y=\"0\" drill=\"1\" diameter=\"2.1844\"/>\n<text x=\"13.12\" y=\"-5.81\" size=\"1.27\" layer=\"25\" rot=\"R180\">&gt;NAME</text>\n</package>\n</packages>\n<symbols>\n<symbol name=\"PINHD8\">\n<wire x1=\"-6.35\" y1=\"-12.7\" x2=\"1.27\" y2=\"-12.7\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"1.27\" y1=\"-12.7\" x2=\"1.27\" y2=\"10.16\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"1.27\" y1=\"10.16\" x2=\"-6.35\" y2=\"10.16\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"-6.35\" y1=\"10.16\" x2=\"-6.35\" y2=\"-12.7\" width=\"0.4064\" layer=\"94\"/>\n<text x=\"-6.35\" y=\"10.795\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"-6.35\" y=\"-15.24\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"1\" x=\"-2.54\" y=\"7.62\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n<pin name=\"2\" x=\"-2.54\" y=\"5.08\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n<pin name=\"3\" x=\"-2.54\" y=\"2.54\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n<pin name=\"4\" x=\"-2.54\" y=\"0\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n<pin name=\"5\" x=\"-2.54\" y=\"-2.54\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n<pin name=\"6\" x=\"-2.54\" y=\"-5.08\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n<pin name=\"7\" x=\"-2.54\" y=\"-7.62\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n<pin name=\"8\" x=\"-2.54\" y=\"-10.16\" visible=\"pad\" length=\"short\" direction=\"pas\" function=\"dot\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"PINHD-1X8\" prefix=\"JP\" uservalue=\"yes\">\n<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"PINHD8\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"CLEANBIG\" package=\"1X08-CLEANBIG\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"6\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"7\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"8\" pad=\"8\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"BIG\" package=\"1X08-BIG\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"6\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"7\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"8\" pad=\"8\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"LOCK\" package=\"1X08-LOCK\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"6\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"7\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"8\" pad=\"8\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"-3.5MM\" package=\"1X08-3.5MM\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"6\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"7\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"8\" pad=\"8\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"jumper\" urn=\"urn:adsk.eagle:library:252\">\n<description>&lt;b&gt;Jumpers&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>\n<packages>\n<package name=\"JP2\" urn=\"urn:adsk.eagle:footprint:15390/1\" library_version=\"2\">\n<description>&lt;b&gt;JUMPER&lt;/b&gt;</description>\n<wire x1=\"-3.81\" y1=\"-1.016\" x2=\"-3.81\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"1.27\" x2=\"1.524\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"1.016\" x2=\"1.524\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"-1.27\" x2=\"1.524\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"-1.016\" x2=\"1.524\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"-1.27\" x2=\"3.81\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.556\" y1=\"1.27\" x2=\"3.81\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.81\" y1=\"1.016\" x2=\"3.81\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"1.27\" x2=\"1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"1.27\" x2=\"-1.016\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"1.016\" x2=\"-1.016\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"1.27\" x2=\"-1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.81\" y1=\"1.016\" x2=\"-3.556\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"1.27\" x2=\"-3.556\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"-1.27\" x2=\"1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"-1.016\" x2=\"-1.016\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"-1.27\" x2=\"-1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.81\" y1=\"-1.016\" x2=\"-3.556\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"-1.27\" x2=\"-1.016\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"-1.27\" x2=\"-3.556\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.9144\" shape=\"long\" rot=\"R90\"/>\n<pad name=\"2\" x=\"0\" y=\"0\" drill=\"0.9144\" shape=\"long\" rot=\"R90\"/>\n<pad name=\"3\" x=\"2.54\" y=\"0\" drill=\"0.9144\" shape=\"long\" rot=\"R90\"/>\n<text x=\"-3.556\" y=\"1.651\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-2.667\" size=\"0.9906\" layer=\"21\" ratio=\"12\">1</text>\n<text x=\"0\" y=\"-2.667\" size=\"0.9906\" layer=\"21\" ratio=\"12\">2</text>\n<text x=\"2.54\" y=\"-2.667\" size=\"0.9906\" layer=\"21\" ratio=\"12\">3</text>\n<text x=\"-3.556\" y=\"-4.318\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-2.8448\" y1=\"-0.3048\" x2=\"-2.2352\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"-0.3048\" y1=\"-0.3048\" x2=\"0.3048\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"2.2352\" y1=\"-0.3048\" x2=\"2.8448\" y2=\"0.3048\" layer=\"51\"/>\n</package>\n<package name=\"JP1\" urn=\"urn:adsk.eagle:footprint:15398/1\" library_version=\"2\">\n<description>&lt;b&gt;JUMPER&lt;/b&gt;</description>\n<wire x1=\"-1.016\" y1=\"0\" x2=\"-1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.016\" y1=\"0\" x2=\"-1.27\" y2=\"-0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"0\" x2=\"1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"0\" x2=\"1.27\" y2=\"-0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"-0.254\" x2=\"1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"-2.54\" x2=\"1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"2.286\" x2=\"1.016\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"2.286\" x2=\"1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.016\" y1=\"2.54\" x2=\"-1.016\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"2.286\" x2=\"-1.016\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"2.286\" x2=\"-1.27\" y2=\"0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"-0.254\" x2=\"-1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.016\" y1=\"-2.54\" x2=\"-1.27\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.016\" y1=\"-2.54\" x2=\"1.016\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"0\" y=\"-1.27\" drill=\"0.9144\" shape=\"long\"/>\n<pad name=\"2\" x=\"0\" y=\"1.27\" drill=\"0.9144\" shape=\"long\"/>\n<text x=\"-1.651\" y=\"-2.54\" size=\"1.27\" layer=\"25\" ratio=\"10\" rot=\"R90\">&gt;NAME</text>\n<text x=\"2.921\" y=\"-2.54\" size=\"1.27\" layer=\"27\" ratio=\"10\" rot=\"R90\">&gt;VALUE</text>\n<rectangle x1=\"-0.3048\" y1=\"0.9652\" x2=\"0.3048\" y2=\"1.5748\" layer=\"51\"/>\n<rectangle x1=\"-0.3048\" y1=\"-1.5748\" x2=\"0.3048\" y2=\"-0.9652\" layer=\"51\"/>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"JP2\" urn=\"urn:adsk.eagle:package:15452/1\" type=\"box\" library_version=\"2\">\n<description>JUMPER</description>\n<packageinstances>\n<packageinstance name=\"JP2\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"JP1\" urn=\"urn:adsk.eagle:package:15455/1\" type=\"box\" library_version=\"2\">\n<description>JUMPER</description>\n<packageinstances>\n<packageinstance name=\"JP1\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n<symbols>\n<symbol name=\"JP3E\" urn=\"urn:adsk.eagle:symbol:15389/1\" library_version=\"2\">\n<wire x1=\"2.54\" y1=\"0\" x2=\"2.54\" y2=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-2.54\" y2=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"2.54\" x2=\"2.54\" y2=\"1.27\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"0\" y2=\"1.27\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"2.54\" x2=\"-2.54\" y2=\"1.27\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"-3.175\" y1=\"0\" x2=\"3.175\" y2=\"0\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"3.175\" y1=\"0\" x2=\"3.175\" y2=\"0.635\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"3.175\" y1=\"0.635\" x2=\"-3.175\" y2=\"0.635\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"-3.175\" y1=\"0.635\" x2=\"-3.175\" y2=\"0\" width=\"0.4064\" layer=\"94\"/>\n<text x=\"-3.81\" y=\"0\" size=\"1.778\" layer=\"95\" rot=\"R90\">&gt;NAME</text>\n<text x=\"5.715\" y=\"0\" size=\"1.778\" layer=\"96\" rot=\"R90\">&gt;VALUE</text>\n<pin name=\"1\" x=\"-2.54\" y=\"-2.54\" visible=\"pad\" length=\"short\" direction=\"pas\" rot=\"R90\"/>\n<pin name=\"2\" x=\"0\" y=\"-2.54\" visible=\"pad\" length=\"short\" direction=\"pas\" rot=\"R90\"/>\n<pin name=\"3\" x=\"2.54\" y=\"-2.54\" visible=\"pad\" length=\"short\" direction=\"pas\" rot=\"R90\"/>\n</symbol>\n<symbol name=\"JP2E\" urn=\"urn:adsk.eagle:symbol:15391/1\" library_version=\"2\">\n<wire x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"0\" y2=\"1.27\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"0\" x2=\"2.54\" y2=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"2.54\" x2=\"2.54\" y2=\"1.27\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"-0.635\" y1=\"0\" x2=\"3.175\" y2=\"0\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"3.175\" y1=\"0\" x2=\"3.175\" y2=\"0.635\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"3.175\" y1=\"0.635\" x2=\"-0.635\" y2=\"0.635\" width=\"0.4064\" layer=\"94\"/>\n<wire x1=\"-0.635\" y1=\"0.635\" x2=\"-0.635\" y2=\"0\" width=\"0.4064\" layer=\"94\"/>\n<text x=\"-1.27\" y=\"0\" size=\"1.778\" layer=\"95\" rot=\"R90\">&gt;NAME</text>\n<text x=\"5.715\" y=\"0\" size=\"1.778\" layer=\"96\" rot=\"R90\">&gt;VALUE</text>\n<pin name=\"1\" x=\"0\" y=\"-2.54\" visible=\"pad\" length=\"short\" direction=\"pas\" rot=\"R90\"/>\n<pin name=\"2\" x=\"2.54\" y=\"-2.54\" visible=\"pad\" length=\"short\" direction=\"pas\" rot=\"R90\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"JP2E\" urn=\"urn:adsk.eagle:component:15482/2\" prefix=\"JP\" uservalue=\"yes\" library_version=\"2\">\n<description>&lt;b&gt;JUMPER&lt;/b&gt;</description>\n<gates>\n<gate name=\"1\" symbol=\"JP3E\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"JP2\">\n<connects>\n<connect gate=\"1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"1\" pin=\"3\" pad=\"3\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:15452/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"34\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"JP1E\" urn=\"urn:adsk.eagle:component:15487/2\" prefix=\"JP\" uservalue=\"yes\" library_version=\"2\">\n<description>&lt;b&gt;JUMPER&lt;/b&gt;</description>\n<gates>\n<gate name=\"A\" symbol=\"JP2E\" x=\"2.54\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"JP1\">\n<connects>\n<connect gate=\"A\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"A\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:15455/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"61\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"PanasonicA4SConnectorsV4_CreamAdjust\">\n<packages>\n<package name=\"AXE510127\">\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"-2.25\" y=\"1.25\"/>\n<vertex x=\"-2.05\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"0.53\"/>\n<vertex x=\"-2.25\" y=\"0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"2.25\" y=\"-1.25\"/>\n<vertex x=\"2.05\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-0.53\"/>\n<vertex x=\"2.25\" y=\"-0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"-2.25\" y=\"-1.25\"/>\n<vertex x=\"-2.05\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-0.53\"/>\n<vertex x=\"-2.25\" y=\"-0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"1\">\n<vertex x=\"2.25\" y=\"1.25\"/>\n<vertex x=\"2.05\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"0.53\"/>\n<vertex x=\"2.25\" y=\"0.53\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"-2.35\" y=\"-1.35\"/>\n<vertex x=\"-2.15\" y=\"-1.55\"/>\n<vertex x=\"-1.25\" y=\"-1.55\"/>\n<vertex x=\"-1.25\" y=\"-0.43\"/>\n<vertex x=\"-2.35\" y=\"-0.43\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"2.35\" y=\"1.35\"/>\n<vertex x=\"2.15\" y=\"1.55\"/>\n<vertex x=\"1.25\" y=\"1.55\"/>\n<vertex x=\"1.25\" y=\"0.43\"/>\n<vertex x=\"2.35\" y=\"0.43\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"2.35\" y=\"-1.35\"/>\n<vertex x=\"2.15\" y=\"-1.55\"/>\n<vertex x=\"1.25\" y=\"-1.55\"/>\n<vertex x=\"1.25\" y=\"-0.43\"/>\n<vertex x=\"2.35\" y=\"-0.43\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"29\">\n<vertex x=\"-2.35\" y=\"1.35\"/>\n<vertex x=\"-2.15\" y=\"1.55\"/>\n<vertex x=\"-1.25\" y=\"1.55\"/>\n<vertex x=\"-1.25\" y=\"0.43\"/>\n<vertex x=\"-2.35\" y=\"0.43\"/>\n</polygon>\n<rectangle x1=\"-0.91633125\" y1=\"0.100146875\" x2=\"0.915\" y2=\"0.949996875\" layer=\"41\"/>\n<rectangle x1=\"-0.91521875\" y1=\"-0.950225\" x2=\"0.915\" y2=\"-0.1\" layer=\"41\"/>\n<wire x1=\"-2.25\" y1=\"1.25\" x2=\"2.25\" y2=\"1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"2.25\" y1=\"1.25\" x2=\"2.25\" y2=\"-1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"2.25\" y1=\"-1.25\" x2=\"-2.25\" y2=\"-1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-2.25\" y1=\"-1.25\" x2=\"-2.25\" y2=\"1.25\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<circle x=\"-1.12\" y=\"-1.525\" radius=\"0.05\" width=\"0.1\" layer=\"21\"/>\n<text x=\"-2.50326875\" y=\"1.80235\" size=\"0.610396875\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.5007\" y=\"-2.40066875\" size=\"0.609771875\" layer=\"27\">&gt;VALUE</text>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"-2.25\" y=\"1.25\"/>\n<vertex x=\"-2.05\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"1.45\"/>\n<vertex x=\"-1.35\" y=\"0.8\"/>\n<vertex x=\"-2.25\" y=\"0.8\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"-2.25\" y=\"-1.25\"/>\n<vertex x=\"-2.05\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-1.45\"/>\n<vertex x=\"-1.35\" y=\"-0.8\"/>\n<vertex x=\"-2.25\" y=\"-0.8\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"2.25\" y=\"-1.25\"/>\n<vertex x=\"2.05\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-1.45\"/>\n<vertex x=\"1.35\" y=\"-0.8\"/>\n<vertex x=\"2.25\" y=\"-0.8\"/>\n</polygon>\n<polygon width=\"0.001\" layer=\"31\">\n<vertex x=\"2.25\" y=\"1.25\"/>\n<vertex x=\"2.05\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"1.45\"/>\n<vertex x=\"1.35\" y=\"0.8\"/>\n<vertex x=\"2.25\" y=\"0.8\"/>\n</polygon>\n<smd name=\"6\" x=\"0\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"4\" x=\"-0.4\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"8\" x=\"0.4\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"-0.8\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"10\" x=\"0.8\" y=\"1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"5\" x=\"0\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"3\" x=\"-0.4\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"7\" x=\"0.4\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"1\" x=\"-0.8\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"9\" x=\"0.8\" y=\"-1.2\" dx=\"0.23\" dy=\"0.5\" layer=\"1\"/>\n<wire x1=\"-2.25\" y1=\"-0.35\" x2=\"-2.25\" y2=\"0.35\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.25\" y1=\"-0.35\" x2=\"2.25\" y2=\"0.35\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.2\" y1=\"1.25\" x2=\"-1.075\" y2=\"1.25\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.075\" y1=\"1.25\" x2=\"1.2\" y2=\"1.25\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.075\" y1=\"-1.25\" x2=\"1.2\" y2=\"-1.25\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.2\" y1=\"-1.25\" x2=\"-1.075\" y2=\"-1.25\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"AXE510127\">\n<wire x1=\"5.08\" y1=\"7.62\" x2=\"-5.08\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"5.08\" x2=\"-2.54\" y2=\"5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"2.54\" x2=\"-2.54\" y2=\"2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-2.54\" y2=\"0\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-2.54\" x2=\"-2.54\" y2=\"-2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-5.08\" x2=\"-2.54\" y2=\"-5.08\" width=\"0.762\" layer=\"94\"/>\n<text x=\"-5.081390625\" y=\"7.622090625\" size=\"1.778490625\" layer=\"95\">&gt;NAME</text>\n<text x=\"-5.08363125\" y=\"-10.1673\" size=\"1.77926875\" layer=\"96\">&gt;VALUE</text>\n<wire x1=\"2.54\" y1=\"5.08\" x2=\"5.08\" y2=\"5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"2.54\" x2=\"5.08\" y2=\"2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"0\" x2=\"5.08\" y2=\"0\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-5.08\" x2=\"5.08\" y2=\"-5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"7.62\" x2=\"-5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-7.62\" x2=\"5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"-7.62\" x2=\"5.08\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"1\" x=\"-10.16\" y=\"5.08\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"2\" x=\"10.16\" y=\"5.08\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"3\" x=\"-10.16\" y=\"2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"4\" x=\"10.16\" y=\"2.54\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"5\" x=\"-10.16\" y=\"0\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"6\" x=\"10.16\" y=\"0\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"7\" x=\"-10.16\" y=\"-2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"8\" x=\"10.16\" y=\"-2.54\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"9\" x=\"-10.16\" y=\"-5.08\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"10\" x=\"10.16\" y=\"-5.08\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"AXE510127\">\n<gates>\n<gate name=\"G$1\" symbol=\"AXE510127\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"AXE510127\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"10\" pad=\"10\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"6\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"7\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"8\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"9\" pad=\"9\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"SparkFun-Jumpers\">\n<description>&lt;h3&gt;SparkFun Jumpers&lt;/h3&gt;\nIn this library you'll find jumpers, or other semipermanent means of changing current paths. The least permanent form is the solder jumper. These can be changed by adding, removing, or moving solder. In cases that are less likely to be changed we have jumpers that are connected with traces. These can be cut with a razor, or reconnected with solder. Reference designator JP.\n&lt;br&gt;\n&lt;br&gt;\nWe've spent an enormous amount of time creating and checking these footprints and parts, but it is &lt;b&gt; the end user's responsibility&lt;/b&gt; to ensure correctness and suitablity for a given componet or application. \n&lt;br&gt;\n&lt;br&gt;If you enjoy using this library, please buy one of our products at &lt;a href=\" www.sparkfun.com\"&gt;SparkFun.com&lt;/a&gt;.\n&lt;br&gt;\n&lt;br&gt;\n&lt;b&gt;Licensing:&lt;/b&gt; Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ \n&lt;br&gt;\n&lt;br&gt;\nYou are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description>\n<packages>\n<package name=\"SMT-JUMPER_3_1-NC_TRACE_SILK\" urn=\"urn:adsk.eagle:footprint:39266/1\">\n<wire x1=\"1.27\" y1=\"-1.016\" x2=\"-1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"1.016\" x2=\"1.7272\" y2=\"0.5588\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.7272\" y1=\"0.5588\" x2=\"-1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.7272\" y1=\"-0.5588\" x2=\"-1.27\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.27\" y1=\"-1.016\" x2=\"1.7272\" y2=\"-0.5588\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.7272\" y1=\"-0.5588\" x2=\"1.7272\" y2=\"0.5588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.7272\" y1=\"-0.5588\" x2=\"-1.7272\" y2=\"0.5588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"1.016\" x2=\"1.27\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0\" y1=\"0\" x2=\"1.016\" y2=\"0\" width=\"0.254\" layer=\"1\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<smd name=\"2\" x=\"0\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<smd name=\"3\" x=\"1.016\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<text x=\"0\" y=\"1.143\" size=\"0.6096\" layer=\"25\" font=\"vector\" ratio=\"20\" align=\"bottom-center\">&gt;NAME</text>\n<text x=\"0\" y=\"-1.143\" size=\"0.6096\" layer=\"27\" font=\"vector\" ratio=\"20\" align=\"top-center\">&gt;VALUE</text>\n<polygon width=\"0.127\" layer=\"29\">\n<vertex x=\"0.3175\" y=\"0.127\"/>\n<vertex x=\"0.6985\" y=\"0.127\"/>\n<vertex x=\"0.6985\" y=\"-0.127\"/>\n<vertex x=\"0.3175\" y=\"-0.127\"/>\n</polygon>\n</package>\n<package name=\"SMT-JUMPER_3_1-NC_TRACE_NO-SILK\" urn=\"urn:adsk.eagle:footprint:39267/1\">\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<smd name=\"2\" x=\"0\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<smd name=\"3\" x=\"1.016\" y=\"0\" dx=\"0.635\" dy=\"1.27\" layer=\"1\" cream=\"no\"/>\n<text x=\"0\" y=\"1.143\" size=\"0.6096\" layer=\"25\" font=\"vector\" ratio=\"20\" align=\"bottom-center\">&gt;NAME</text>\n<text x=\"0\" y=\"-1.143\" size=\"0.6096\" layer=\"27\" font=\"vector\" ratio=\"20\" align=\"top-center\">&gt;VALUE</text>\n<wire x1=\"0\" y1=\"0\" x2=\"1.016\" y2=\"0\" width=\"0.254\" layer=\"1\"/>\n<polygon width=\"0.127\" layer=\"29\">\n<vertex x=\"0.3175\" y=\"0.127\"/>\n<vertex x=\"0.6985\" y=\"0.127\"/>\n<vertex x=\"0.6985\" y=\"-0.127\"/>\n<vertex x=\"0.3175\" y=\"-0.127\"/>\n</polygon>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"SMT-JUMPER_3_1-NC_TRACE_SILK\" urn=\"urn:adsk.eagle:package:39288/1\" type=\"box\">\n<packageinstances>\n<packageinstance name=\"SMT-JUMPER_3_1-NC_TRACE_SILK\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"SMT-JUMPER_3_1-NC_TRACE_NO-SILK\" urn=\"urn:adsk.eagle:package:39287/1\" type=\"box\">\n<packageinstances>\n<packageinstance name=\"SMT-JUMPER_3_1-NC_TRACE_NO-SILK\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n<symbols>\n<symbol name=\"SMT-JUMPER_3_1-NC_TRACE\">\n<wire x1=\"-0.635\" y1=\"-1.397\" x2=\"0.635\" y2=\"-1.397\" width=\"1.27\" layer=\"94\" curve=\"180\" cap=\"flat\"/>\n<wire x1=\"-0.635\" y1=\"1.397\" x2=\"0.635\" y2=\"1.397\" width=\"1.27\" layer=\"94\" curve=\"-180\" cap=\"flat\"/>\n<wire x1=\"1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"-0.635\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-1.27\" y2=\"0.635\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"0.635\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"-0.635\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-1.27\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0\" x2=\"0\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<text x=\"2.54\" y=\"0.381\" size=\"1.778\" layer=\"95\" font=\"vector\">&gt;NAME</text>\n<text x=\"2.54\" y=\"-0.381\" size=\"1.778\" layer=\"96\" font=\"vector\" align=\"top-left\">&gt;VALUE</text>\n<rectangle x1=\"-1.27\" y1=\"-0.635\" x2=\"1.27\" y2=\"0.635\" layer=\"94\"/>\n<pin name=\"3\" x=\"0\" y=\"-5.08\" visible=\"off\" length=\"short\" direction=\"pas\" rot=\"R90\"/>\n<pin name=\"1\" x=\"0\" y=\"5.08\" visible=\"off\" length=\"short\" direction=\"pas\" rot=\"R270\"/>\n<pin name=\"2\" x=\"-5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"JUMPER-SMT_3_1-NC_TRACE\" prefix=\"JP\">\n<description>&lt;h3&gt;Normally closed trace jumper (1 of 2 connections)&lt;/h3&gt;\n&lt;p&gt;This jumper has a trace between two pads so it's normally closed (NC). The other connection is normally open (NO). Use a razor knife to open the connection. For best results follow the IPC guidelines for cutting traces:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Cutout at least 0.063 mm (0.005 in).&lt;/li&gt;\n&lt;li&gt;Remove all loose material to clean up the cut area.&lt;/li&gt;\n&lt;li&gt;Seal the cut with an approved epoxy.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Reapply solder to reclose the connection, or to close the NO connection.&lt;/p&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"SMT-JUMPER_3_1-NC_TRACE\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"_SILK\" package=\"SMT-JUMPER_3_1-NC_TRACE_SILK\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:39288/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_NO-SILK\" package=\"SMT-JUMPER_3_1-NC_TRACE_NO-SILK\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:39287/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"R1172N421D-TR-FE\">\n<description>&lt;Low Dropout Regulators(LDO) SOT-23-5 RoHS&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"R1172N421D-TR-FE\">\n<description>&lt;b&gt;5-pin SOT23-5&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.25\" y=\"0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.25\" y=\"0\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.25\" y=\"-0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"4\" x=\"1.25\" y=\"-0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.25\" y=\"0.95\" dx=\"1.15\" dy=\"0.6\" layer=\"1\"/>\n<text x=\"0\" y=\"0\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n<wire x1=\"-2.075\" y1=\"1.7\" x2=\"2.075\" y2=\"1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.075\" y1=\"1.7\" x2=\"2.075\" y2=\"-1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.075\" y1=\"-1.7\" x2=\"-2.075\" y2=\"-1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.075\" y1=\"-1.7\" x2=\"-2.075\" y2=\"1.7\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"1.45\" x2=\"0.8\" y2=\"1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"1.45\" x2=\"0.8\" y2=\"-1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-1.45\" x2=\"-0.8\" y2=\"-1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"-1.45\" x2=\"-0.8\" y2=\"1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"0.5\" x2=\"0.15\" y2=\"1.45\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-0.325\" y1=\"1.45\" x2=\"0.325\" y2=\"1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"0.325\" y1=\"1.45\" x2=\"0.325\" y2=\"-1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"0.325\" y1=\"-1.45\" x2=\"-0.325\" y2=\"-1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.325\" y1=\"-1.45\" x2=\"-0.325\" y2=\"1.45\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-1.825\" y1=\"1.5\" x2=\"-0.675\" y2=\"1.5\" width=\"0.2\" layer=\"21\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"R1172N421D-TR-FE\">\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"22.86\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"22.86\" y1=\"-7.62\" x2=\"22.86\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"22.86\" y1=\"-7.62\" x2=\"5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<text x=\"24.13\" y=\"7.62\" size=\"1.778\" layer=\"95\" align=\"center-left\">&gt;NAME</text>\n<text x=\"24.13\" y=\"5.08\" size=\"1.778\" layer=\"96\" align=\"center-left\">&gt;VALUE</text>\n<pin name=\"VIN\" x=\"0\" y=\"0\" length=\"middle\"/>\n<pin name=\"GND\" x=\"0\" y=\"-2.54\" length=\"middle\"/>\n<pin name=\"CE\" x=\"0\" y=\"-5.08\" length=\"middle\"/>\n<pin name=\"NC\" x=\"27.94\" y=\"0\" length=\"middle\" direction=\"nc\" rot=\"R180\"/>\n<pin name=\"VOUT\" x=\"27.94\" y=\"-2.54\" length=\"middle\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"R1172N421D-TR-FE\" prefix=\"IC\">\n<description>&lt;b&gt;Low Dropout Regulators(LDO) SOT-23-5 RoHS&lt;/b&gt;&lt;p&gt;\nSource: &lt;a href=\"https://datasheet.lcsc.com/szlcsc/1809291540_Holtek-Semicon-HT7833_C164106.pdf\"&gt; Datasheet &lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"R1172N421D-TR-FE\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"R1172N421D-TR-FE\">\n<connects>\n<connect gate=\"G$1\" pin=\"CE\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"GND\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"NC\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"VIN\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"VOUT\" pad=\"1\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"DESCRIPTION\" value=\"Low Dropout Regulators(LDO) SOT-23-5 RoHS\" constant=\"no\"/>\n<attribute name=\"HEIGHT\" value=\"0.8mm\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"Holtek\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"HT7833\" constant=\"no\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"\" constant=\"no\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"\" constant=\"no\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"\" constant=\"no\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n</libraries>\n<attributes>\n</attributes>\n<variantdefs>\n</variantdefs>\n<classes>\n<class number=\"0\" name=\"default\" width=\"0\" drill=\"0\">\n</class>\n</classes>\n<groups>\n<schematic_group name=\"USB\"/>\n<schematic_group name=\"CHARGE\"/>\n<schematic_group name=\"RESET_BUTTON\" grouprefs=\"DOWNLOAD_BUTTON\"/>\n<schematic_group name=\"PINOUTS\"/>\n<schematic_group name=\"JUMPER_PWR\"/>\n<schematic_group name=\"UPDI\"/>\n<schematic_group name=\"JUMPER_UART\"/>\n<schematic_group name=\"EXTENSION\"/>\n<schematic_group name=\"DOWNLOAD_BUTTON\"/>\n<schematic_group name=\"POWER_33V1\" grouprefs=\"LDO_BATSIM1\"/>\n<schematic_group name=\"LDO_BATSIM1\" grouprefs=\"LDO\"/>\n<schematic_group name=\"LDO\"/>\n</groups>\n<parts>\n<part name=\"U1\" library=\"TinyPICO\" deviceset=\"CP2104_MICROBUILDER_CP2104\" device=\"\"/>\n<part name=\"GND3\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND4\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND5\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"R_LED\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"2k\"/>\n<part name=\"GND6\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"C_USB\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"0.1uF\"/>\n<part name=\"GND7\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"FRAME1\" library=\"frames\" library_urn=\"urn:adsk.eagle:library:229\" deviceset=\"DINA4_L\" device=\"\"/>\n<part name=\"U$1\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$2\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$3\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$4\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"D1\" library=\"TinyPICO\" deviceset=\"CMONR_STANDARDPARTS_LED\" device=\".0402\" value=\"RED\"/>\n<part name=\"U$6\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"CHRG_SWITCH\" library=\"tinycircuits\" deviceset=\"AS-ITM-00220\" device=\"\" value=\"PCM12SMTR\"/>\n<part name=\"GND1\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"U2\" library=\"TinyPICOV2\" deviceset=\"MICROBUILDER_MCP73831/2\" device=\"\" value=\"MCP73831\"/>\n<part name=\"D2\" library=\"TinyPICO\" deviceset=\"CMONR_STANDARDPARTS_LED\" device=\".0402\" value=\"GREEN\"/>\n<part name=\"R_CHRG1\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"2k\"/>\n<part name=\"C_CHRG2\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"4.7uF\"/>\n<part name=\"GND2\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND9\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"R_CHRG2\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"20k\"/>\n<part name=\"C_CHRG1\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"4.7uF\"/>\n<part name=\"GND10\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"USB_CON\" library=\"629105136821\" deviceset=\"629105136821\" device=\"\"/>\n<part name=\"GND11\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"RESET_SWITCH\" library=\"Wurth_Elektronik_Electromechanic_Switchs_rev15b\" deviceset=\"434111025826\" device=\"\"/>\n<part name=\"JP_LEFT\" library=\"adafruit\" deviceset=\"PINHD-1X8\" device=\"BIG\"/>\n<part name=\"JP_RIGHT\" library=\"adafruit\" deviceset=\"PINHD-1X8\" device=\"BIG\"/>\n<part name=\"GND8\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"R_CHRG3\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"67k\"/>\n<part name=\"GND13\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"JP_MAIN\" library=\"jumper\" library_urn=\"urn:adsk.eagle:library:252\" deviceset=\"JP2E\" device=\"\" package3d_urn=\"urn:adsk.eagle:package:15452/1\"/>\n<part name=\"U$9\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U3\" library=\"PanasonicA4SConnectorsV4_CreamAdjust\" deviceset=\"AXE510127\" device=\"\"/>\n<part name=\"JP1\" library=\"jumper\" library_urn=\"urn:adsk.eagle:library:252\" deviceset=\"JP1E\" device=\"\" package3d_urn=\"urn:adsk.eagle:package:15455/1\"/>\n<part name=\"JP2\" library=\"jumper\" library_urn=\"urn:adsk.eagle:library:252\" deviceset=\"JP1E\" device=\"\" package3d_urn=\"urn:adsk.eagle:package:15455/1\"/>\n<part name=\"V_BATT2\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"GND12\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"UPDI_SWITCH\" library=\"tinycircuits\" deviceset=\"AS-ITM-00220\" device=\"\" value=\"PCM12SMTR\"/>\n<part name=\"R_UPDI\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"4.7k\"/>\n<part name=\"V_BATT3\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"V_BATT1\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"GND15\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND16\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND17\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND18\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"JP3\" library=\"SparkFun-Jumpers\" deviceset=\"JUMPER-SMT_3_1-NC_TRACE\" device=\"_SILK\" package3d_urn=\"urn:adsk.eagle:package:39288/1\"/>\n<part name=\"LDO42\" library=\"R1172N421D-TR-FE\" deviceset=\"R1172N421D-TR-FE\" device=\"\"/>\n<part name=\"C_LDO1\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"4.7uF\"/>\n<part name=\"C_LDO2\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"4.7uF\"/>\n<part name=\"GND14\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND19\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n</parts>\n<sheets>\n<sheet>\n<plain>\n<text x=\"30.48\" y=\"49.53\" size=\"1.778\" layer=\"91\" rot=\"R180\" grouprefs=\"CHARGE\">10k = max. 100mA\n20k = max. 50mA\n40k = max. 25mA\n67k = max. 15mA (minimum)</text>\n<text x=\"92.71\" y=\"77.47\" size=\"1.778\" layer=\"91\" rot=\"R180\" grouprefs=\"CHARGE\">max 300mA</text>\n<text x=\"-92.71\" y=\"15.24\" size=\"1.778\" layer=\"91\" grouprefs=\"USB\">CP2102N</text>\n<text x=\"36.83\" y=\"77.47\" size=\"1.778\" layer=\"91\" rot=\"R180\">MCP73831T-2ACI/OT</text>\n<text x=\"60.96\" y=\"-6.35\" size=\"1.778\" layer=\"91\" grouprefs=\"LDO\">R1172N421D-TR-FE (4.2V, 1A)</text>\n</plain>\n<instances>\n<instance part=\"U1\" gate=\"G$1\" x=\"-67.31\" y=\"44.45\" smashed=\"yes\" grouprefs=\"USB\">\n<attribute name=\"NAME\" x=\"-80.01\" y=\"73.66\" size=\"1.27\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"-80.01\" y=\"11.43\" size=\"1.27\" layer=\"96\"/>\n</instance>\n<instance part=\"U1\" gate=\"G$2\" x=\"-41.91\" y=\"67.31\" smashed=\"yes\" grouprefs=\"USB\">\n<attribute name=\"NAME\" x=\"-46.99\" y=\"73.66\" size=\"1.778\" layer=\"95\"/>\n</instance>\n<instance part=\"GND3\" gate=\"1\" x=\"-41.91\" y=\"54.61\" smashed=\"yes\" grouprefs=\"USB\">\n<attribute name=\"VALUE\" x=\"-44.45\" y=\"52.07\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND4\" gate=\"1\" x=\"-113.03\" y=\"62.23\" smashed=\"yes\" rot=\"R180\" grouprefs=\"USB\">\n<attribute name=\"VALUE\" x=\"-110.49\" y=\"64.77\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"GND5\" gate=\"1\" x=\"-119.38\" y=\"67.31\" smashed=\"yes\" rot=\"R180\" grouprefs=\"USB\">\n<attribute name=\"VALUE\" x=\"-116.84\" y=\"69.85\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"R_LED\" gate=\"G$1\" x=\"-114.3\" y=\"36.322\" smashed=\"yes\" rot=\"R90\" grouprefs=\"USB\">\n<attribute name=\"NAME\" x=\"-116.332\" y=\"33.782\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"-111.125\" y=\"33.782\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\"/>\n</instance>\n<instance part=\"GND6\" gate=\"1\" x=\"-114.3\" y=\"16.51\" smashed=\"yes\" grouprefs=\"USB\">\n<attribute name=\"VALUE\" x=\"-116.84\" y=\"13.97\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"C_USB\" gate=\"G$1\" x=\"-101.6\" y=\"63.5\" smashed=\"yes\" grouprefs=\"USB\">\n<attribute name=\"NAME\" x=\"-103.89\" y=\"64.75\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"-99.3\" y=\"64.75\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n</instance>\n<instance part=\"GND7\" gate=\"1\" x=\"-101.6\" y=\"54.61\" smashed=\"yes\" grouprefs=\"USB\">\n<attribute name=\"VALUE\" x=\"-104.14\" y=\"52.07\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"FRAME1\" gate=\"G$1\" x=\"-149.86\" y=\"-91.44\" smashed=\"yes\"/>\n<instance part=\"FRAME1\" gate=\"G$2\" x=\"12.7\" y=\"-91.44\" smashed=\"yes\">\n<attribute name=\"LAST_DATE_TIME\" x=\"25.4\" y=\"-90.17\" size=\"2.54\" layer=\"94\"/>\n<attribute name=\"SHEET\" x=\"99.06\" y=\"-90.17\" size=\"2.54\" layer=\"94\"/>\n<attribute name=\"DRAWING_NAME\" x=\"30.48\" y=\"-72.39\" size=\"2.54\" layer=\"94\"/>\n</instance>\n<instance part=\"U$1\" gate=\"G$1\" x=\"-52.07\" y=\"36.83\" smashed=\"yes\" grouprefs=\"USB\"/>\n<instance part=\"U$2\" gate=\"G$1\" x=\"-52.07\" y=\"39.37\" smashed=\"yes\" grouprefs=\"USB\"/>\n<instance part=\"U$3\" gate=\"G$1\" x=\"-52.07\" y=\"31.75\" smashed=\"yes\" grouprefs=\"USB\"/>\n<instance part=\"U$4\" gate=\"G$1\" x=\"-52.07\" y=\"21.59\" smashed=\"yes\" grouprefs=\"USB\"/>\n<instance part=\"D1\" gate=\"G$1\" x=\"-114.3\" y=\"25.4\" smashed=\"yes\" rot=\"R270\" grouprefs=\"USB\">\n<attribute name=\"NAME\" x=\"-111.76\" y=\"26.67\" size=\"1.016\" layer=\"95\" rot=\"MR180\"/>\n<attribute name=\"VALUE\" x=\"-111.76\" y=\"24.13\" size=\"1.016\" layer=\"96\"/>\n</instance>\n<instance part=\"U$6\" gate=\"G$1\" x=\"-82.55\" y=\"29.21\" smashed=\"yes\" grouprefs=\"USB\"/>\n<instance part=\"CHRG_SWITCH\" gate=\"G$1\" x=\"82.55\" y=\"64.77\" smashed=\"yes\" rot=\"R180\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"90.17\" y=\"54.61\" size=\"1.778\" layer=\"95\" rot=\"R180\" align=\"top-left\"/>\n<attribute name=\"VALUE\" x=\"74.93\" y=\"72.39\" size=\"1.778\" layer=\"96\" rot=\"R180\" align=\"bottom-right\"/>\n</instance>\n<instance part=\"GND1\" gate=\"1\" x=\"85.09\" y=\"46.99\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"VALUE\" x=\"82.55\" y=\"44.45\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"U2\" gate=\"G$1\" x=\"17.78\" y=\"64.77\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"7.62\" y=\"76.2\" size=\"1.27\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"7.62\" y=\"52.07\" size=\"1.27\" layer=\"95\"/>\n</instance>\n<instance part=\"D2\" gate=\"G$1\" x=\"-12.7\" y=\"62.23\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"-13.97\" y=\"64.77\" size=\"1.016\" layer=\"95\" rot=\"MR90\"/>\n<attribute name=\"VALUE\" x=\"-11.43\" y=\"64.77\" size=\"1.016\" layer=\"96\" rot=\"R90\"/>\n</instance>\n<instance part=\"R_CHRG1\" gate=\"G$1\" x=\"-2.032\" y=\"62.23\" smashed=\"yes\" rot=\"R180\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"0.508\" y=\"60.198\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"0.508\" y=\"65.405\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R180\"/>\n</instance>\n<instance part=\"C_CHRG2\" gate=\"G$1\" x=\"66.04\" y=\"62.23\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"63.75\" y=\"63.48\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"68.34\" y=\"63.48\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n</instance>\n<instance part=\"GND2\" gate=\"1\" x=\"66.04\" y=\"54.61\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"VALUE\" x=\"63.5\" y=\"52.07\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND9\" gate=\"1\" x=\"31.75\" y=\"57.15\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"VALUE\" x=\"29.21\" y=\"54.61\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"R_CHRG2\" gate=\"G$1\" x=\"54.61\" y=\"52.07\" smashed=\"yes\" rot=\"R270\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"56.642\" y=\"54.61\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\"/>\n<attribute name=\"VALUE\" x=\"51.435\" y=\"54.61\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\"/>\n</instance>\n<instance part=\"C_CHRG1\" gate=\"G$1\" x=\"-20.32\" y=\"58.42\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"-22.61\" y=\"59.67\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"-18.02\" y=\"59.67\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n</instance>\n<instance part=\"GND10\" gate=\"1\" x=\"-20.32\" y=\"50.8\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"VALUE\" x=\"-22.86\" y=\"48.26\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"USB_CON\" gate=\"G$1\" x=\"-129.54\" y=\"53.34\" smashed=\"yes\" rot=\"R180\" grouprefs=\"USB\">\n<attribute name=\"NAME\" x=\"-124.46\" y=\"42.672\" size=\"1.778\" layer=\"95\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"-124.46\" y=\"66.04\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"GND11\" gate=\"1\" x=\"20.32\" y=\"-44.45\" smashed=\"yes\" grouprefs=\"DOWNLOAD_BUTTON\">\n<attribute name=\"VALUE\" x=\"17.78\" y=\"-46.99\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"RESET_SWITCH\" gate=\"G$1\" x=\"20.32\" y=\"-25.4\" smashed=\"yes\" grouprefs=\"DOWNLOAD_BUTTON\">\n<attribute name=\"NAME\" x=\"16.764\" y=\"-30.48\" size=\"1.778\" layer=\"95\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"25.908\" y=\"-29.21\" size=\"1.778\" layer=\"96\" rot=\"R90\"/>\n</instance>\n<instance part=\"JP_LEFT\" gate=\"G$1\" x=\"-40.64\" y=\"-22.86\" smashed=\"yes\" grouprefs=\"PINOUTS\">\n<attribute name=\"NAME\" x=\"-46.99\" y=\"-12.065\" size=\"1.778\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"-46.99\" y=\"-38.1\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"JP_RIGHT\" gate=\"G$1\" x=\"-33.02\" y=\"-22.86\" smashed=\"yes\" rot=\"MR0\" grouprefs=\"PINOUTS\">\n<attribute name=\"NAME\" x=\"-24.13\" y=\"-12.065\" size=\"1.778\" layer=\"95\" rot=\"MR0\"/>\n<attribute name=\"VALUE\" x=\"-26.67\" y=\"-38.1\" size=\"1.778\" layer=\"96\" rot=\"MR0\"/>\n</instance>\n<instance part=\"GND8\" gate=\"1\" x=\"39.37\" y=\"41.91\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"VALUE\" x=\"36.83\" y=\"39.37\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"R_CHRG3\" gate=\"G$1\" x=\"39.37\" y=\"52.07\" smashed=\"yes\" rot=\"R270\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"41.402\" y=\"54.61\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\"/>\n<attribute name=\"VALUE\" x=\"36.195\" y=\"54.61\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\"/>\n</instance>\n<instance part=\"GND13\" gate=\"1\" x=\"54.61\" y=\"41.91\" smashed=\"yes\" grouprefs=\"CHARGE\">\n<attribute name=\"VALUE\" x=\"52.07\" y=\"39.37\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"JP_MAIN\" gate=\"1\" x=\"-24.13\" y=\"-76.2\" smashed=\"yes\" rot=\"R270\" grouprefs=\"JUMPER_PWR\">\n<attribute name=\"NAME\" x=\"-24.13\" y=\"-72.39\" size=\"1.778\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"-24.13\" y=\"-81.915\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"U$9\" gate=\"G$1\" x=\"69.85\" y=\"62.23\" smashed=\"yes\" grouprefs=\"CHARGE\"/>\n<instance part=\"U3\" gate=\"G$1\" x=\"-119.38\" y=\"-25.4\" smashed=\"yes\" grouprefs=\"EXTENSION\">\n<attribute name=\"NAME\" x=\"-124.461390625\" y=\"-17.777909375\" size=\"1.778490625\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"-124.46363125\" y=\"-35.5673\" size=\"1.77926875\" layer=\"96\"/>\n</instance>\n<instance part=\"JP1\" gate=\"A\" x=\"-67.31\" y=\"-66.04\" smashed=\"yes\" rot=\"R90\" grouprefs=\"JUMPER_UART\">\n<attribute name=\"NAME\" x=\"-67.31\" y=\"-67.31\" size=\"1.778\" layer=\"95\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"-67.31\" y=\"-60.325\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"JP2\" gate=\"A\" x=\"-67.31\" y=\"-77.47\" smashed=\"yes\" rot=\"R90\" grouprefs=\"JUMPER_UART\">\n<attribute name=\"NAME\" x=\"-67.31\" y=\"-78.74\" size=\"1.778\" layer=\"95\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"-67.31\" y=\"-71.755\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"V_BATT2\" gate=\"G$1\" x=\"-137.16\" y=\"-26.67\" smashed=\"yes\" grouprefs=\"EXTENSION\">\n<attribute name=\"VALUE\" x=\"-137.16\" y=\"-23.876\" size=\"1.778\" layer=\"96\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"GND12\" gate=\"1\" x=\"-104.14\" y=\"-15.24\" smashed=\"yes\" rot=\"R180\" grouprefs=\"EXTENSION\">\n<attribute name=\"VALUE\" x=\"-101.6\" y=\"-12.7\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"UPDI_SWITCH\" gate=\"G$1\" x=\"-107.95\" y=\"-68.58\" smashed=\"yes\" rot=\"R180\" grouprefs=\"UPDI\">\n<attribute name=\"NAME\" x=\"-100.33\" y=\"-78.74\" size=\"1.778\" layer=\"95\" rot=\"R180\" align=\"top-left\"/>\n<attribute name=\"VALUE\" x=\"-115.57\" y=\"-60.96\" size=\"1.778\" layer=\"96\" rot=\"R180\" align=\"bottom-right\"/>\n</instance>\n<instance part=\"R_UPDI\" gate=\"G$1\" x=\"-128.27\" y=\"-71.12\" smashed=\"yes\" rot=\"R180\" grouprefs=\"UPDI\">\n<attribute name=\"NAME\" x=\"-125.73\" y=\"-73.152\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"-125.73\" y=\"-67.945\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R180\"/>\n</instance>\n<instance part=\"V_BATT3\" gate=\"G$1\" x=\"-36.83\" y=\"-73.66\" smashed=\"yes\" grouprefs=\"JUMPER_PWR\">\n<attribute name=\"VALUE\" x=\"-36.83\" y=\"-70.866\" size=\"1.778\" layer=\"96\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"V_BATT1\" gate=\"G$1\" x=\"-11.43\" y=\"-19.05\" smashed=\"yes\" grouprefs=\"PINOUTS\">\n<attribute name=\"VALUE\" x=\"-11.43\" y=\"-16.256\" size=\"1.778\" layer=\"96\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"GND15\" gate=\"1\" x=\"-19.05\" y=\"-38.1\" smashed=\"yes\" grouprefs=\"PINOUTS\">\n<attribute name=\"VALUE\" x=\"-21.59\" y=\"-40.64\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND16\" gate=\"1\" x=\"-57.15\" y=\"-36.83\" smashed=\"yes\" grouprefs=\"PINOUTS\">\n<attribute name=\"VALUE\" x=\"-59.69\" y=\"-39.37\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND17\" gate=\"1\" x=\"-68.58\" y=\"-22.86\" smashed=\"yes\" rot=\"R270\" grouprefs=\"PINOUTS\">\n<attribute name=\"VALUE\" x=\"-71.12\" y=\"-20.32\" size=\"1.778\" layer=\"96\" rot=\"R270\"/>\n</instance>\n<instance part=\"GND18\" gate=\"1\" x=\"-16.51\" y=\"-5.08\" smashed=\"yes\" rot=\"R90\" grouprefs=\"PINOUTS\">\n<attribute name=\"VALUE\" x=\"-13.97\" y=\"-7.62\" size=\"1.778\" layer=\"96\" rot=\"R90\"/>\n</instance>\n<instance part=\"JP3\" gate=\"G$1\" x=\"46.99\" y=\"58.42\" smashed=\"yes\" rot=\"R270\" grouprefs=\"CHARGE\">\n<attribute name=\"NAME\" x=\"47.371\" y=\"55.88\" size=\"1.778\" layer=\"95\" font=\"vector\" rot=\"R270\"/>\n<attribute name=\"VALUE\" x=\"46.609\" y=\"55.88\" size=\"1.778\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"top-left\"/>\n</instance>\n<instance part=\"LDO42\" gate=\"G$1\" x=\"62.23\" y=\"-13.97\" smashed=\"yes\" grouprefs=\"LDO\">\n<attribute name=\"NAME\" x=\"69.85\" y=\"-8.89\" size=\"1.778\" layer=\"95\" align=\"center-left\"/>\n</instance>\n<instance part=\"C_LDO1\" gate=\"G$1\" x=\"49.53\" y=\"-17.78\" smashed=\"yes\" rot=\"R180\" grouprefs=\"LDO\">\n<attribute name=\"NAME\" x=\"51.82\" y=\"-19.03\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"47.23\" y=\"-19.03\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"C_LDO2\" gate=\"G$1\" x=\"95.25\" y=\"-19.05\" smashed=\"yes\" rot=\"R180\" grouprefs=\"LDO\">\n<attribute name=\"NAME\" x=\"97.54\" y=\"-20.3\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"92.95\" y=\"-20.3\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"GND14\" gate=\"1\" x=\"95.25\" y=\"-29.21\" smashed=\"yes\" grouprefs=\"LDO\">\n<attribute name=\"VALUE\" x=\"92.71\" y=\"-31.75\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND19\" gate=\"1\" x=\"49.53\" y=\"-27.94\" smashed=\"yes\" grouprefs=\"LDO\">\n<attribute name=\"VALUE\" x=\"46.99\" y=\"-30.48\" size=\"1.778\" layer=\"96\"/>\n</instance>\n</instances>\n<busses>\n</busses>\n<nets>\n<net name=\"V_BATT\" class=\"0\">\n<segment>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"7\"/>\n<wire x1=\"-129.54\" y1=\"-27.94\" x2=\"-132.08\" y2=\"-27.94\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"-132.08\" y1=\"-27.94\" x2=\"-132.08\" y2=\"-30.48\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"9\"/>\n<wire x1=\"-132.08\" y1=\"-30.48\" x2=\"-129.54\" y2=\"-30.48\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<pinref part=\"V_BATT2\" gate=\"G$1\" pin=\"V_BATT\"/>\n<wire x1=\"-132.08\" y1=\"-30.48\" x2=\"-137.16\" y2=\"-30.48\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"-137.16\" y1=\"-30.48\" x2=\"-137.16\" y2=\"-26.67\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<junction x=\"-132.08\" y=\"-30.48\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<pinref part=\"JP_MAIN\" gate=\"1\" pin=\"2\"/>\n<pinref part=\"V_BATT3\" gate=\"G$1\" pin=\"V_BATT\"/>\n<wire x1=\"-26.67\" y1=\"-76.2\" x2=\"-36.83\" y2=\"-76.2\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_PWR\"/>\n<wire x1=\"-36.83\" y1=\"-76.2\" x2=\"-36.83\" y2=\"-73.66\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_PWR\"/>\n</segment>\n<segment>\n<pinref part=\"V_BATT1\" gate=\"G$1\" pin=\"V_BATT\"/>\n<pinref part=\"JP_RIGHT\" gate=\"G$1\" pin=\"4\"/>\n<wire x1=\"-30.48\" y1=\"-22.86\" x2=\"-11.43\" y2=\"-22.86\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<wire x1=\"-11.43\" y1=\"-22.86\" x2=\"-11.43\" y2=\"-19.05\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n</segment>\n</net>\n<net name=\"GND\" class=\"0\">\n<segment>\n<pinref part=\"U1\" gate=\"G$2\" pin=\"TP\"/>\n<pinref part=\"GND3\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-41.91\" y1=\"59.69\" x2=\"-41.91\" y2=\"57.15\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n</segment>\n<segment>\n<wire x1=\"-119.38\" y1=\"55.88\" x2=\"-113.03\" y2=\"55.88\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"GND4\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-113.03\" y1=\"55.88\" x2=\"-113.03\" y2=\"59.69\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"USB_CON\" gate=\"G$1\" pin=\"5\"/>\n</segment>\n<segment>\n<pinref part=\"GND6\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-114.3\" y1=\"22.86\" x2=\"-114.3\" y2=\"19.05\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"D1\" gate=\"G$1\" pin=\"2\"/>\n</segment>\n<segment>\n<pinref part=\"GND7\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"C_USB\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-101.6\" y1=\"57.15\" x2=\"-101.6\" y2=\"59.69\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"GND\"/>\n<wire x1=\"-101.6\" y1=\"59.69\" x2=\"-101.6\" y2=\"60.96\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-82.55\" y1=\"49.53\" x2=\"-83.82\" y2=\"49.53\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-83.82\" y1=\"49.53\" x2=\"-83.82\" y2=\"57.15\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-83.82\" y1=\"57.15\" x2=\"-99.06\" y2=\"57.15\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-99.06\" y1=\"57.15\" x2=\"-99.06\" y2=\"59.69\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-99.06\" y1=\"59.69\" x2=\"-101.6\" y2=\"59.69\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<junction x=\"-101.6\" y=\"59.69\" grouprefs=\"USB\"/>\n</segment>\n<segment>\n<pinref part=\"CHRG_SWITCH\" gate=\"G$1\" pin=\"TAB\"/>\n<wire x1=\"85.09\" y1=\"52.07\" x2=\"85.09\" y2=\"49.53\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<pinref part=\"GND1\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"GND2\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"C_CHRG2\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"66.04\" y1=\"57.15\" x2=\"66.04\" y2=\"59.69\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n</segment>\n<segment>\n<pinref part=\"C_CHRG1\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-20.32\" y1=\"55.88\" x2=\"-20.32\" y2=\"53.34\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<pinref part=\"GND10\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"USB_CON\" gate=\"G$1\" pin=\"SHIELD\"/>\n<pinref part=\"GND5\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-119.38\" y1=\"60.96\" x2=\"-119.38\" y2=\"64.77\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n</segment>\n<segment>\n<pinref part=\"RESET_SWITCH\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"GND11\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"20.32\" y1=\"-25.4\" x2=\"20.32\" y2=\"-41.91\" width=\"0.1524\" layer=\"91\" grouprefs=\"DOWNLOAD_BUTTON\"/>\n</segment>\n<segment>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"GND12\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-109.22\" y1=\"-20.32\" x2=\"-104.14\" y2=\"-20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"-104.14\" y1=\"-20.32\" x2=\"-104.14\" y2=\"-17.78\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"4\"/>\n<wire x1=\"-109.22\" y1=\"-22.86\" x2=\"-104.14\" y2=\"-22.86\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"-104.14\" y1=\"-22.86\" x2=\"-104.14\" y2=\"-20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<junction x=\"-104.14\" y=\"-20.32\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<pinref part=\"U2\" gate=\"G$1\" pin=\"VSS\"/>\n<pinref part=\"GND9\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"30.48\" y1=\"62.23\" x2=\"31.75\" y2=\"62.23\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<wire x1=\"31.75\" y1=\"62.23\" x2=\"31.75\" y2=\"59.69\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n</segment>\n<segment>\n<pinref part=\"JP_RIGHT\" gate=\"G$1\" pin=\"8\"/>\n<pinref part=\"GND15\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-30.48\" y1=\"-33.02\" x2=\"-19.05\" y2=\"-33.02\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<wire x1=\"-19.05\" y1=\"-33.02\" x2=\"-19.05\" y2=\"-35.56\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n</segment>\n<segment>\n<pinref part=\"GND16\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"JP_LEFT\" gate=\"G$1\" pin=\"8\"/>\n<wire x1=\"-57.15\" y1=\"-34.29\" x2=\"-57.15\" y2=\"-33.02\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<wire x1=\"-57.15\" y1=\"-33.02\" x2=\"-43.18\" y2=\"-33.02\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n</segment>\n<segment>\n<pinref part=\"JP_LEFT\" gate=\"G$1\" pin=\"4\"/>\n<wire x1=\"-43.18\" y1=\"-22.86\" x2=\"-66.04\" y2=\"-22.86\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<pinref part=\"GND17\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"JP_RIGHT\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-30.48\" y1=\"-15.24\" x2=\"-19.05\" y2=\"-15.24\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<wire x1=\"-19.05\" y1=\"-15.24\" x2=\"-19.05\" y2=\"-5.08\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<pinref part=\"GND18\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"GND8\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"R_CHRG3\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"39.37\" y1=\"44.45\" x2=\"39.37\" y2=\"46.99\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n</segment>\n<segment>\n<pinref part=\"GND13\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"R_CHRG2\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"54.61\" y1=\"44.45\" x2=\"54.61\" y2=\"46.99\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n</segment>\n<segment>\n<wire x1=\"95.25\" y1=\"-24.13\" x2=\"95.25\" y2=\"-26.67\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<pinref part=\"C_LDO2\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"GND14\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<wire x1=\"62.23\" y1=\"-16.51\" x2=\"53.34\" y2=\"-16.51\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"53.34\" y1=\"-16.51\" x2=\"53.34\" y2=\"-24.13\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"53.34\" y1=\"-24.13\" x2=\"49.53\" y2=\"-24.13\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"49.53\" y1=\"-24.13\" x2=\"49.53\" y2=\"-22.86\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"49.53\" y1=\"-25.4\" x2=\"49.53\" y2=\"-24.13\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<junction x=\"49.53\" y=\"-24.13\" grouprefs=\"LDO\"/>\n<pinref part=\"LDO42\" gate=\"G$1\" pin=\"GND\"/>\n<pinref part=\"C_LDO1\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"GND19\" gate=\"1\" pin=\"GND\"/>\n</segment>\n</net>\n<net name=\"D+\" class=\"0\">\n<segment>\n<label x=\"-114.3\" y=\"50.8\" size=\"1.778\" layer=\"95\" grouprefs=\"USB\"/>\n<wire x1=\"-119.38\" y1=\"50.8\" x2=\"-88.9\" y2=\"50.8\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-88.9\" y1=\"50.8\" x2=\"-88.9\" y2=\"36.83\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"D+\"/>\n<wire x1=\"-88.9\" y1=\"36.83\" x2=\"-82.55\" y2=\"36.83\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"USB_CON\" gate=\"G$1\" pin=\"3\"/>\n</segment>\n</net>\n<net name=\"D-\" class=\"0\">\n<segment>\n<label x=\"-114.3\" y=\"48.26\" size=\"1.778\" layer=\"95\" grouprefs=\"USB\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"D-\"/>\n<wire x1=\"-82.55\" y1=\"34.29\" x2=\"-91.44\" y2=\"34.29\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-91.44\" y1=\"34.29\" x2=\"-91.44\" y2=\"48.26\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-91.44\" y1=\"48.26\" x2=\"-119.38\" y2=\"48.26\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"USB_CON\" gate=\"G$1\" pin=\"2\"/>\n</segment>\n</net>\n<net name=\"VBUS\" class=\"0\">\n<segment>\n<label x=\"-114.3\" y=\"45.72\" size=\"1.778\" layer=\"95\" grouprefs=\"USB\"/>\n<wire x1=\"-119.38\" y1=\"45.72\" x2=\"-114.3\" y2=\"45.72\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-114.3\" y1=\"45.72\" x2=\"-106.68\" y2=\"45.72\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-106.68\" y1=\"45.72\" x2=\"-96.52\" y2=\"45.72\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-96.52\" y1=\"45.72\" x2=\"-96.52\" y2=\"39.37\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"VBUS\"/>\n<wire x1=\"-96.52\" y1=\"39.37\" x2=\"-82.55\" y2=\"39.37\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"R_LED\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-114.3\" y1=\"41.402\" x2=\"-114.3\" y2=\"45.72\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<junction x=\"-114.3\" y=\"45.72\" grouprefs=\"USB\"/>\n<wire x1=\"-106.68\" y1=\"68.58\" x2=\"-106.68\" y2=\"45.72\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<junction x=\"-106.68\" y=\"45.72\" grouprefs=\"USB\"/>\n<pinref part=\"C_USB\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-101.6\" y1=\"68.58\" x2=\"-106.68\" y2=\"68.58\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"REGIN\"/>\n<wire x1=\"-82.55\" y1=\"59.69\" x2=\"-96.52\" y2=\"59.69\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-96.52\" y1=\"59.69\" x2=\"-96.52\" y2=\"68.58\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-96.52\" y1=\"68.58\" x2=\"-101.6\" y2=\"68.58\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<junction x=\"-101.6\" y=\"68.58\" grouprefs=\"USB\"/>\n<pinref part=\"USB_CON\" gate=\"G$1\" pin=\"1\"/>\n</segment>\n<segment>\n<pinref part=\"U2\" gate=\"G$1\" pin=\"VDD\"/>\n<wire x1=\"5.08\" y1=\"67.31\" x2=\"-16.51\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<pinref part=\"D2\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-15.24\" y1=\"62.23\" x2=\"-16.51\" y2=\"62.23\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<wire x1=\"-16.51\" y1=\"62.23\" x2=\"-16.51\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<pinref part=\"C_CHRG1\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-20.32\" y1=\"63.5\" x2=\"-20.32\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<wire x1=\"-16.51\" y1=\"67.31\" x2=\"-20.32\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<junction x=\"-16.51\" y=\"67.31\" grouprefs=\"CHARGE\"/>\n<wire x1=\"-20.32\" y1=\"67.31\" x2=\"-20.32\" y2=\"73.66\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<junction x=\"-20.32\" y=\"67.31\" grouprefs=\"CHARGE\"/>\n<label x=\"-20.32\" y=\"73.66\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"CHARGE\"/>\n</segment>\n<segment>\n<wire x1=\"49.53\" y1=\"-15.24\" x2=\"49.53\" y2=\"-13.97\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"49.53\" y1=\"-13.97\" x2=\"58.42\" y2=\"-13.97\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"58.42\" y1=\"-13.97\" x2=\"62.23\" y2=\"-13.97\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"49.53\" y1=\"-13.97\" x2=\"49.53\" y2=\"-11.43\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<junction x=\"49.53\" y=\"-13.97\" grouprefs=\"LDO\"/>\n<label x=\"49.53\" y=\"-11.43\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"LDO\"/>\n<wire x1=\"62.23\" y1=\"-19.05\" x2=\"58.42\" y2=\"-19.05\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"58.42\" y1=\"-19.05\" x2=\"58.42\" y2=\"-13.97\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<junction x=\"58.42\" y=\"-13.97\" grouprefs=\"LDO\"/>\n<pinref part=\"LDO42\" gate=\"G$1\" pin=\"VIN\"/>\n<pinref part=\"LDO42\" gate=\"G$1\" pin=\"CE\"/>\n<pinref part=\"C_LDO1\" gate=\"G$1\" pin=\"2\"/>\n</segment>\n</net>\n<net name=\"LED\" class=\"0\">\n<segment>\n<pinref part=\"R_LED\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-114.3\" y1=\"31.242\" x2=\"-114.3\" y2=\"27.94\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"D1\" gate=\"G$1\" pin=\"1\"/>\n<label x=\"-115.57\" y=\"26.67\" size=\"1.778\" layer=\"95\" rot=\"R90\" grouprefs=\"USB\"/>\n</segment>\n</net>\n<net name=\"VLDO\" class=\"0\">\n<segment>\n<pinref part=\"JP_MAIN\" gate=\"1\" pin=\"1\"/>\n<wire x1=\"-26.67\" y1=\"-73.66\" x2=\"-29.21\" y2=\"-73.66\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_PWR\"/>\n<wire x1=\"-29.21\" y1=\"-73.66\" x2=\"-29.21\" y2=\"-69.85\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_PWR\"/>\n<label x=\"-29.21\" y=\"-69.85\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"JUMPER_PWR\"/>\n</segment>\n<segment>\n<wire x1=\"90.17\" y1=\"-16.51\" x2=\"95.25\" y2=\"-16.51\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<wire x1=\"95.25\" y1=\"-16.51\" x2=\"104.14\" y2=\"-16.51\" width=\"0.1524\" layer=\"91\" grouprefs=\"LDO\"/>\n<junction x=\"95.25\" y=\"-16.51\" grouprefs=\"LDO\"/>\n<pinref part=\"LDO42\" gate=\"G$1\" pin=\"VOUT\"/>\n<pinref part=\"C_LDO2\" gate=\"G$1\" pin=\"2\"/>\n<label x=\"104.14\" y=\"-16.51\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"LDO\"/>\n</segment>\n</net>\n<net name=\"STAT_BTW\" class=\"0\">\n<segment>\n<pinref part=\"D2\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"R_CHRG1\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-10.16\" y1=\"62.23\" x2=\"-7.112\" y2=\"62.23\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n</segment>\n</net>\n<net name=\"STAT\" class=\"0\">\n<segment>\n<pinref part=\"R_CHRG1\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"U2\" gate=\"G$1\" pin=\"STAT\"/>\n<wire x1=\"3.048\" y1=\"62.23\" x2=\"5.08\" y2=\"62.23\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<label x=\"1.27\" y=\"63.5\" size=\"1.778\" layer=\"95\" grouprefs=\"CHARGE\"/>\n</segment>\n</net>\n<net name=\"V_BATT_SWITCH\" class=\"0\">\n<segment>\n<pinref part=\"C_CHRG2\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"CHRG_SWITCH\" gate=\"G$1\" pin=\"3\"/>\n<wire x1=\"66.04\" y1=\"67.31\" x2=\"69.85\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<pinref part=\"U2\" gate=\"G$1\" pin=\"VBAT\"/>\n<wire x1=\"30.48\" y1=\"67.31\" x2=\"66.04\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<junction x=\"66.04\" y=\"67.31\" grouprefs=\"CHARGE\"/>\n<label x=\"72.39\" y=\"71.12\" size=\"1.778\" layer=\"95\" rot=\"R180\" grouprefs=\"CHARGE\"/>\n</segment>\n</net>\n<net name=\"RXD2\" class=\"0\">\n<segment>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"6\"/>\n<wire x1=\"-109.22\" y1=\"-25.4\" x2=\"-105.41\" y2=\"-25.4\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"-105.41\" y=\"-25.4\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<pinref part=\"JP2\" gate=\"A\" pin=\"2\"/>\n<wire x1=\"-64.77\" y1=\"-74.93\" x2=\"-63.5\" y2=\"-74.93\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<wire x1=\"-63.5\" y1=\"-74.93\" x2=\"-63.5\" y2=\"-73.66\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<label x=\"-63.5\" y=\"-73.66\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"JUMPER_UART\"/>\n</segment>\n<segment>\n<pinref part=\"JP_LEFT\" gate=\"G$1\" pin=\"3\"/>\n<wire x1=\"-43.18\" y1=\"-20.32\" x2=\"-52.07\" y2=\"-20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<label x=\"-52.07\" y=\"-20.32\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"PINOUTS\"/>\n</segment>\n</net>\n<net name=\"TXD2\" class=\"0\">\n<segment>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"8\"/>\n<wire x1=\"-109.22\" y1=\"-27.94\" x2=\"-95.25\" y2=\"-27.94\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"-95.25\" y=\"-27.94\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<pinref part=\"JP1\" gate=\"A\" pin=\"2\"/>\n<wire x1=\"-64.77\" y1=\"-63.5\" x2=\"-63.5\" y2=\"-63.5\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<wire x1=\"-63.5\" y1=\"-63.5\" x2=\"-63.5\" y2=\"-62.23\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<label x=\"-63.5\" y=\"-62.23\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"JUMPER_UART\"/>\n</segment>\n<segment>\n<pinref part=\"JP_LEFT\" gate=\"G$1\" pin=\"5\"/>\n<wire x1=\"-43.18\" y1=\"-25.4\" x2=\"-52.07\" y2=\"-25.4\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<label x=\"-52.07\" y=\"-25.4\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"PINOUTS\"/>\n</segment>\n</net>\n<net name=\"PROG\" class=\"0\">\n<segment>\n<pinref part=\"U2\" gate=\"G$1\" pin=\"PROG\"/>\n<wire x1=\"30.48\" y1=\"64.77\" x2=\"46.99\" y2=\"64.77\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<label x=\"43.18\" y=\"64.77\" size=\"1.778\" layer=\"95\" grouprefs=\"CHARGE\"/>\n<pinref part=\"JP3\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"46.99\" y1=\"63.5\" x2=\"46.99\" y2=\"64.77\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n</segment>\n</net>\n<net name=\"DOWNLOAD\" class=\"0\">\n<segment>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-129.54\" y1=\"-20.32\" x2=\"-129.54\" y2=\"-12.7\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"-129.54\" y=\"-12.7\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<label x=\"20.32\" y=\"-3.81\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"DOWNLOAD_BUTTON\"/>\n<pinref part=\"RESET_SWITCH\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"20.32\" y1=\"-3.81\" x2=\"20.32\" y2=\"-17.78\" width=\"0.1524\" layer=\"91\" grouprefs=\"DOWNLOAD_BUTTON\"/>\n</segment>\n<segment>\n<pinref part=\"JP_LEFT\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-43.18\" y1=\"-15.24\" x2=\"-50.8\" y2=\"-15.24\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<wire x1=\"-50.8\" y1=\"-15.24\" x2=\"-50.8\" y2=\"-11.43\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<label x=\"-50.8\" y=\"-11.43\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"PINOUTS\"/>\n</segment>\n</net>\n<net name=\"UPDI\" class=\"0\">\n<segment>\n<pinref part=\"U3\" gate=\"G$1\" pin=\"10\"/>\n<wire x1=\"-109.22\" y1=\"-30.48\" x2=\"-104.14\" y2=\"-30.48\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"-104.14\" y1=\"-30.48\" x2=\"-104.14\" y2=\"-31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"-104.14\" y=\"-31.75\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<pinref part=\"R_UPDI\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-133.35\" y1=\"-71.12\" x2=\"-135.89\" y2=\"-71.12\" width=\"0.1524\" layer=\"91\" grouprefs=\"UPDI\"/>\n<label x=\"-135.89\" y=\"-71.12\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"UPDI\"/>\n</segment>\n</net>\n<net name=\"UPDI_RES\" class=\"0\">\n<segment>\n<pinref part=\"UPDI_SWITCH\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-120.65\" y1=\"-71.12\" x2=\"-123.19\" y2=\"-71.12\" width=\"0.1524\" layer=\"91\" grouprefs=\"UPDI\"/>\n<label x=\"-121.92\" y=\"-72.39\" size=\"1.778\" layer=\"95\" rot=\"R270\" grouprefs=\"UPDI\"/>\n<pinref part=\"R_UPDI\" gate=\"G$1\" pin=\"1\"/>\n</segment>\n</net>\n<net name=\"UPDI_PIN\" class=\"0\">\n<segment>\n<pinref part=\"UPDI_SWITCH\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-95.25\" y1=\"-68.58\" x2=\"-92.71\" y2=\"-68.58\" width=\"0.1524\" layer=\"91\" grouprefs=\"UPDI\"/>\n<label x=\"-92.71\" y=\"-68.58\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"UPDI\"/>\n</segment>\n<segment>\n<pinref part=\"JP_RIGHT\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-30.48\" y1=\"-17.78\" x2=\"-17.78\" y2=\"-17.78\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<wire x1=\"-17.78\" y1=\"-17.78\" x2=\"-17.78\" y2=\"-10.16\" width=\"0.1524\" layer=\"91\" grouprefs=\"PINOUTS\"/>\n<label x=\"-17.78\" y=\"-10.16\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"PINOUTS\"/>\n</segment>\n</net>\n<net name=\"VCHRG\" class=\"0\">\n<segment>\n<pinref part=\"CHRG_SWITCH\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"95.25\" y1=\"64.77\" x2=\"96.52\" y2=\"64.77\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<wire x1=\"96.52\" y1=\"64.77\" x2=\"96.52\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<label x=\"96.52\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"CHARGE\"/>\n</segment>\n<segment>\n<pinref part=\"JP_MAIN\" gate=\"1\" pin=\"3\"/>\n<wire x1=\"-26.67\" y1=\"-78.74\" x2=\"-29.21\" y2=\"-78.74\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_PWR\"/>\n<label x=\"-29.21\" y=\"-82.55\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"JUMPER_PWR\"/>\n<wire x1=\"-29.21\" y1=\"-78.74\" x2=\"-29.21\" y2=\"-82.55\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_PWR\"/>\n</segment>\n</net>\n<net name=\"TXD2_ON\" class=\"0\">\n<segment>\n<pinref part=\"JP1\" gate=\"A\" pin=\"1\"/>\n<wire x1=\"-64.77\" y1=\"-66.04\" x2=\"-63.5\" y2=\"-66.04\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<wire x1=\"-63.5\" y1=\"-66.04\" x2=\"-63.5\" y2=\"-67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<label x=\"-63.5\" y=\"-67.31\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"JUMPER_UART\"/>\n</segment>\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"RXD\"/>\n<wire x1=\"-52.07\" y1=\"26.67\" x2=\"-46.99\" y2=\"26.67\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<label x=\"-46.99\" y=\"26.67\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"USB\"/>\n</segment>\n</net>\n<net name=\"RXD2_ON\" class=\"0\">\n<segment>\n<pinref part=\"JP2\" gate=\"A\" pin=\"1\"/>\n<wire x1=\"-64.77\" y1=\"-77.47\" x2=\"-63.5\" y2=\"-77.47\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<wire x1=\"-63.5\" y1=\"-77.47\" x2=\"-63.5\" y2=\"-78.74\" width=\"0.1524\" layer=\"91\" grouprefs=\"JUMPER_UART\"/>\n<label x=\"-63.5\" y=\"-78.74\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"JUMPER_UART\"/>\n</segment>\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"TXD\"/>\n<wire x1=\"-52.07\" y1=\"29.21\" x2=\"-46.99\" y2=\"29.21\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<label x=\"-46.99\" y=\"29.21\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"USB\"/>\n</segment>\n</net>\n<net name=\"SLOW\" class=\"0\">\n<segment>\n<pinref part=\"R_CHRG3\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"JP3\" gate=\"G$1\" pin=\"3\"/>\n<wire x1=\"39.37\" y1=\"57.15\" x2=\"39.37\" y2=\"58.42\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<wire x1=\"39.37\" y1=\"58.42\" x2=\"41.91\" y2=\"58.42\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<label x=\"36.83\" y=\"59.69\" size=\"1.778\" layer=\"95\" grouprefs=\"CHARGE\"/>\n</segment>\n</net>\n<net name=\"FAST\" class=\"0\">\n<segment>\n<pinref part=\"JP3\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"R_CHRG2\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"52.07\" y1=\"58.42\" x2=\"54.61\" y2=\"58.42\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<wire x1=\"54.61\" y1=\"58.42\" x2=\"54.61\" y2=\"57.15\" width=\"0.1524\" layer=\"91\" grouprefs=\"CHARGE\"/>\n<label x=\"52.07\" y=\"59.69\" size=\"1.778\" layer=\"95\" grouprefs=\"CHARGE\"/>\n</segment>\n</net>\n<net name=\"LOOP\" class=\"0\">\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"VDD\"/>\n<wire x1=\"-82.55\" y1=\"62.23\" x2=\"-85.09\" y2=\"62.23\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<wire x1=\"-85.09\" y1=\"62.23\" x2=\"-85.09\" y2=\"64.77\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"VIO\"/>\n<wire x1=\"-85.09\" y1=\"64.77\" x2=\"-82.55\" y2=\"64.77\" width=\"0.1524\" layer=\"91\" grouprefs=\"USB\"/>\n<label x=\"-85.09\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R180\" grouprefs=\"USB\"/>\n</segment>\n</net>\n</nets>\n</sheet>\n</sheets>\n</schematic>\n</drawing>\n<compatibility>\n<note version=\"6.3\" minversion=\"6.2.2\" severity=\"warning\">\nSince Version 6.2.2 text objects can contain more than one line,\nwhich will not be processed correctly with this version.\n</note>\n<note version=\"8.2\" severity=\"warning\">\nSince Version 8.2, EAGLE supports online libraries. The ids\nof those online libraries will not be understood (or retained)\nwith this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports URNs for individual library\nassets (packages, symbols, and devices). The URNs of those assets\nwill not be understood (or retained) with this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports the association of 3D packages\nwith devices in libraries, schematics, and board files. Those 3D\npackages will not be understood (or retained) with this version.\n</note>\n<note version=\"9.5\" severity=\"warning\">\nSince Version 9.5, EAGLE supports persistent groups with\nschematics, and board files. Those persistent groups\nwill not be understood (or retained) with this version.\n</note>\n</compatibility>\n</eagle>\n"
  },
  {
    "path": "TickTagHardware/TickTagREV3.brd",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"9.5.2\">\n<drawing>\n<settings>\n<setting alwaysvectorfont=\"no\"/>\n<setting verticaltext=\"up\"/>\n</settings>\n<grid distance=\"0.01\" unitdist=\"mm\" unit=\"mm\" style=\"lines\" multiple=\"1\" display=\"yes\" altdistance=\"0.1\" altunitdist=\"mm\" altunit=\"mm\"/>\n<layers>\n<layer number=\"1\" name=\"Top\" color=\"4\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"2\" name=\"Route2\" color=\"1\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"3\" name=\"Route3\" color=\"4\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"4\" name=\"Route4\" color=\"1\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"5\" name=\"Route5\" color=\"4\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"6\" name=\"Route6\" color=\"1\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"7\" name=\"Route7\" color=\"4\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"8\" name=\"Route8\" color=\"1\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"9\" name=\"Route9\" color=\"4\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"10\" name=\"Route10\" color=\"1\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"11\" name=\"Route11\" color=\"4\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"12\" name=\"Route12\" color=\"1\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"13\" name=\"Route13\" color=\"4\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"14\" name=\"Route14\" color=\"1\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"15\" name=\"Route15\" color=\"4\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"16\" name=\"Bottom\" color=\"1\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"17\" name=\"Pads\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"18\" name=\"Vias\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"19\" name=\"Unrouted\" color=\"6\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"20\" name=\"Dimension\" color=\"24\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"21\" name=\"tPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"22\" name=\"bPlace\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"23\" name=\"tOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"24\" name=\"bOrigins\" color=\"15\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"25\" name=\"tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"26\" name=\"bNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"27\" name=\"tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"28\" name=\"bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"29\" name=\"tStop\" color=\"7\" fill=\"3\" visible=\"no\" active=\"yes\"/>\n<layer number=\"30\" name=\"bStop\" color=\"7\" fill=\"6\" visible=\"no\" active=\"yes\"/>\n<layer number=\"31\" name=\"tCream\" color=\"7\" fill=\"4\" visible=\"no\" active=\"yes\"/>\n<layer number=\"32\" name=\"bCream\" color=\"7\" fill=\"5\" visible=\"no\" active=\"yes\"/>\n<layer number=\"33\" name=\"tFinish\" color=\"6\" fill=\"3\" visible=\"no\" active=\"yes\"/>\n<layer number=\"34\" name=\"bFinish\" color=\"6\" fill=\"6\" visible=\"no\" active=\"yes\"/>\n<layer number=\"35\" name=\"tGlue\" color=\"7\" fill=\"4\" visible=\"no\" active=\"yes\"/>\n<layer number=\"36\" name=\"bGlue\" color=\"7\" fill=\"5\" visible=\"no\" active=\"yes\"/>\n<layer number=\"37\" name=\"tTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"38\" name=\"bTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"39\" name=\"tKeepout\" color=\"4\" fill=\"11\" visible=\"no\" active=\"yes\"/>\n<layer number=\"40\" name=\"bKeepout\" color=\"1\" fill=\"11\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"41\" name=\"tRestrict\" color=\"4\" fill=\"10\" visible=\"no\" active=\"yes\"/>\n<layer number=\"42\" name=\"bRestrict\" color=\"1\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"43\" name=\"vRestrict\" color=\"2\" fill=\"10\" visible=\"no\" active=\"yes\"/>\n<layer number=\"44\" name=\"Drills\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"45\" name=\"Holes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"46\" name=\"Milling\" color=\"3\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"47\" name=\"Measures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"48\" name=\"Document\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"49\" name=\"Reference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"50\" name=\"dxf\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"51\" name=\"tDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"52\" name=\"bDocu\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"53\" name=\"tGND_GNDA\" color=\"7\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"54\" name=\"bGND_GNDA\" color=\"1\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"56\" name=\"wert\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"57\" name=\"tCAD\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"58\" name=\"bCopper\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"59\" name=\"tCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"60\" name=\"bCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"61\" name=\"stand\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"88\" name=\"SimResults\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"89\" name=\"SimProbes\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"90\" name=\"Modules\" color=\"5\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"91\" name=\"Nets\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"92\" name=\"Busses\" color=\"1\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"93\" name=\"Pins\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"94\" name=\"Symbols\" color=\"4\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"95\" name=\"Names\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"96\" name=\"Values\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"97\" name=\"Info\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"98\" name=\"Guide\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"99\" name=\"SpiceOrder\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"100\" name=\"Muster\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"101\" name=\"Patch_Top\" color=\"12\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"102\" name=\"Vscore\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"103\" name=\"tMap\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"104\" name=\"Name\" color=\"16\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"105\" name=\"tPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"106\" name=\"bPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"107\" name=\"Crop\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"108\" name=\"tplace-old\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"109\" name=\"ref-old\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"110\" name=\"fp0\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"111\" name=\"LPC17xx\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"112\" name=\"tSilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"113\" name=\"IDFDebug\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"114\" name=\"Badge_Outline\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"115\" name=\"ReferenceISLANDS\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"116\" name=\"Patch_BOT\" color=\"9\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"117\" name=\"BACKMAAT1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"118\" name=\"Rect_Pads\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"119\" name=\"KAP_TEKEN\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"120\" name=\"KAP_MAAT1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"121\" name=\"_tsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"122\" name=\"_bsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"123\" name=\"tTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"124\" name=\"bTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"125\" name=\"_tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"126\" name=\"_bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"127\" name=\"_tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"128\" name=\"_bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"129\" name=\"Mask\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"130\" name=\"SMDSTROOK\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"131\" name=\"tAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"132\" name=\"bAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"133\" name=\"bottom_silk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"134\" name=\"mbFinish\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"135\" name=\"mtGlue\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"136\" name=\"mbGlue\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"137\" name=\"mtTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"138\" name=\"mbTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"139\" name=\"mtKeepout\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"140\" name=\"mbKeepout\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"141\" name=\"mtRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"142\" name=\"mbRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"143\" name=\"mvRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"144\" name=\"Drill_legend\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"145\" name=\"mHoles\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"146\" name=\"mMilling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"147\" name=\"mMeasures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"148\" name=\"mDocument\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"149\" name=\"mReference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"150\" name=\"Notes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"151\" name=\"HeatSink\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"152\" name=\"_bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"153\" name=\"FabDoc1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"154\" name=\"FabDoc2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"155\" name=\"FabDoc3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"160\" name=\"FAB\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"166\" name=\"AntennaArea\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"168\" name=\"4mmHeightArea\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"191\" name=\"mNets\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"192\" name=\"mBusses\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"193\" name=\"mPins\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"194\" name=\"mSymbols\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"195\" name=\"mNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"196\" name=\"mValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"199\" name=\"Contour\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"200\" name=\"200bmp\" color=\"1\" fill=\"10\" visible=\"no\" active=\"yes\"/>\n<layer number=\"201\" name=\"201bmp\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"202\" name=\"202bmp\" color=\"3\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"203\" name=\"203bmp\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"204\" name=\"204bmp\" color=\"5\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"205\" name=\"205bmp\" color=\"6\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"206\" name=\"206bmp\" color=\"7\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"207\" name=\"207bmp\" color=\"8\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"208\" name=\"208bmp\" color=\"9\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"209\" name=\"209bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"210\" name=\"210bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"211\" name=\"211bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"212\" name=\"212bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"213\" name=\"213bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"214\" name=\"214bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"215\" name=\"215bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"216\" name=\"216bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"217\" name=\"217bmp\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"218\" name=\"218bmp\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"219\" name=\"219bmp\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"220\" name=\"220bmp\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"221\" name=\"221bmp\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"222\" name=\"222bmp\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"223\" name=\"223bmp\" color=\"24\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"224\" name=\"224bmp\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"225\" name=\"225bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"226\" name=\"226bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"227\" name=\"227bmp\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"228\" name=\"228bmp\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"229\" name=\"229bmp\" color=\"14\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"230\" name=\"230bmp\" color=\"12\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"231\" name=\"231bmp\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"232\" name=\"Eagle3D_PG2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"233\" name=\"Eagle3D_PG3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"248\" name=\"Housing\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"249\" name=\"Edge\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"250\" name=\"Descript\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"251\" name=\"SMDround\" color=\"12\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"252\" name=\"RM45\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"253\" name=\"Extra\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"254\" name=\"cooling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"255\" name=\"routoute\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n</layers>\n<board>\n<plain>\n<rectangle x1=\"-0.74\" y1=\"1.7\" x2=\"-0.34\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"1.675\" x2=\"-0.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.015\" y1=\"1.675\" x2=\"-0.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.09\" y1=\"1.7\" x2=\"-0.29\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.84\" y1=\"2\" x2=\"-0.64\" y2=\"2.05\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.84\" y1=\"1.35\" x2=\"-0.64\" y2=\"1.4\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"2.025\" x2=\"-0.715\" y2=\"2.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"1.675\" x2=\"-0.715\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"1.325\" x2=\"-0.715\" y2=\"1.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"2.025\" x2=\"-0.765\" y2=\"2.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"1.675\" x2=\"-0.765\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"1.325\" x2=\"-0.765\" y2=\"1.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.965\" y1=\"2.025\" x2=\"-0.815\" y2=\"2.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.965\" y1=\"1.675\" x2=\"-0.815\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.965\" y1=\"1.325\" x2=\"-0.815\" y2=\"1.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.365\" y1=\"1.675\" x2=\"-0.515\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.415\" y1=\"1.675\" x2=\"-0.565\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.49\" y1=\"1.7\" x2=\"-0.59\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.565\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.665\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.765\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.84\" y1=\"1.7\" x2=\"-0.64\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.915\" y1=\"1.675\" x2=\"-0.665\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.015\" y1=\"1.675\" x2=\"-0.665\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.065\" y1=\"1.675\" x2=\"-0.715\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.54\" y1=\"2.3\" x2=\"-1.34\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.815\" y1=\"1.675\" x2=\"-1.065\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.54\" y1=\"1.1\" x2=\"-1.34\" y2=\"1.15\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.59\" y1=\"2.3\" x2=\"-1.39\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.815\" y1=\"1.675\" x2=\"-1.165\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.59\" y1=\"1.05\" x2=\"-1.39\" y2=\"1.1\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.64\" y1=\"2.3\" x2=\"-1.44\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.865\" y1=\"1.675\" x2=\"-1.215\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.64\" y1=\"1.05\" x2=\"-1.44\" y2=\"1.1\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.715\" y1=\"2.325\" x2=\"-1.465\" y2=\"2.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.915\" y1=\"1.675\" x2=\"-1.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.715\" y1=\"1.025\" x2=\"-1.465\" y2=\"1.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.79\" y1=\"2.3\" x2=\"-1.49\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.015\" y1=\"1.675\" x2=\"-1.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.79\" y1=\"1.05\" x2=\"-1.49\" y2=\"1.1\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.465\" y1=\"1.675\" x2=\"-0.915\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.515\" y1=\"1.675\" x2=\"-0.965\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.815\" y1=\"1.675\" x2=\"-0.765\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.965\" y1=\"1.675\" x2=\"-0.715\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.365\" y1=\"2.425\" x2=\"-1.415\" y2=\"2.475\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.365\" y1=\"0.925\" x2=\"-1.415\" y2=\"0.975\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.44\" y1=\"2.45\" x2=\"-1.44\" y2=\"2.5\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.44\" y1=\"0.9\" x2=\"-1.44\" y2=\"0.95\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"2.5\" x2=\"-1.49\" y2=\"2.55\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"0.85\" x2=\"-1.49\" y2=\"0.9\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.54\" y1=\"2.5\" x2=\"-1.54\" y2=\"2.55\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.54\" y1=\"0.85\" x2=\"-1.54\" y2=\"0.9\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"2.5\" x2=\"-1.59\" y2=\"2.55\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"0.85\" x2=\"-1.59\" y2=\"0.9\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.565\" y1=\"2.425\" x2=\"-1.715\" y2=\"2.475\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.565\" y1=\"0.925\" x2=\"-1.715\" y2=\"0.975\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"2.25\" x2=\"-1.89\" y2=\"2.3\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"1.1\" x2=\"-1.89\" y2=\"1.15\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.615\" y1=\"2.275\" x2=\"-1.865\" y2=\"2.325\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.615\" y1=\"1.075\" x2=\"-1.865\" y2=\"1.125\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-3.315\" y1=\"1.675\" x2=\"-1.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-3.365\" y1=\"1.675\" x2=\"-1.315\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-3.465\" y1=\"1.675\" x2=\"-1.315\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"2.6\" x2=\"-2.29\" y2=\"2.65\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.94\" y1=\"1.65\" x2=\"-1.94\" y2=\"1.7\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"0.75\" x2=\"-2.29\" y2=\"0.8\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.615\" y1=\"2.675\" x2=\"-2.365\" y2=\"2.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"0.7\" x2=\"-2.39\" y2=\"0.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.64\" y1=\"2.7\" x2=\"-2.44\" y2=\"2.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.64\" y1=\"0.65\" x2=\"-2.44\" y2=\"0.7\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.665\" y1=\"2.725\" x2=\"-2.515\" y2=\"2.775\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.665\" y1=\"0.625\" x2=\"-2.515\" y2=\"0.675\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.715\" y1=\"2.725\" x2=\"-2.565\" y2=\"2.775\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.715\" y1=\"0.625\" x2=\"-2.565\" y2=\"0.675\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.74\" y1=\"2.7\" x2=\"-2.64\" y2=\"2.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.74\" y1=\"0.65\" x2=\"-2.64\" y2=\"0.7\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<wire x1=\"0.23\" y1=\"10.06\" x2=\"11.37\" y2=\"10.06\" width=\"0\" layer=\"20\"/>\n<wire x1=\"11.99\" y1=\"9.44\" x2=\"11.99\" y2=\"9.13\" width=\"0\" layer=\"20\"/>\n<wire x1=\"11.99\" y1=\"0.93\" x2=\"11.99\" y2=\"0.62\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-0.39\" y1=\"4.81\" x2=\"-0.39\" y2=\"9.44\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-20.885\" y1=\"-1.43\" x2=\"-20.885\" y2=\"20.72\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-20.885\" y1=\"20.72\" x2=\"14.265\" y2=\"20.72\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"14.265\" y1=\"20.72\" x2=\"14.265\" y2=\"-1.43\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"14.265\" y1=\"-1.43\" x2=\"-20.885\" y2=\"-1.43\" width=\"0.1524\" layer=\"51\"/>\n<text x=\"-20.96\" y=\"21.295\" size=\"1.27\" layer=\"51\">Ear-Tag Housing 22 x 35mm</text>\n<text x=\"5.005\" y=\"1.5\" size=\"1.016\" layer=\"25\" font=\"vector\" rot=\"R180\">S</text>\n<wire x1=\"-9.15\" y1=\"0\" x2=\"11.37\" y2=\"0\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-9.15\" y1=\"3.44\" x2=\"-1.76\" y2=\"3.44\" width=\"0\" layer=\"20\"/>\n<wire x1=\"11.37\" y1=\"10.06\" x2=\"11.99\" y2=\"9.44\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<wire x1=\"11.99\" y1=\"0.62\" x2=\"11.37\" y2=\"0\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<circle x=\"7.81\" y=\"7.61\" radius=\"0.31064375\" width=\"0.2\" layer=\"22\"/>\n<text x=\"12.28\" y=\"2.695\" size=\"1.6764\" layer=\"26\" font=\"vector\" rot=\"MR90\">+</text>\n<text x=\"5.91\" y=\"1.425\" size=\"0.8128\" layer=\"26\" font=\"vector\" rot=\"MR90\">TickTagREV3</text>\n<wire x1=\"-9.77\" y1=\"0.62\" x2=\"-9.77\" y2=\"2.82\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-0.39\" y1=\"9.44\" x2=\"0.23\" y2=\"10.06\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<wire x1=\"-9.77\" y1=\"2.82\" x2=\"-9.15\" y2=\"3.44\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<wire x1=\"-9.15\" y1=\"0\" x2=\"-9.77\" y2=\"0.62\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<text x=\"-2.805\" y=\"1.04\" size=\"1.6764\" layer=\"26\" font=\"vector\" rot=\"MR0\">-</text>\n<wire x1=\"-1.76\" y1=\"3.44\" x2=\"-0.39\" y2=\"4.81\" width=\"0\" layer=\"20\" curve=\"90\"/>\n<wire x1=\"5.87\" y1=\"8.56\" x2=\"5.87\" y2=\"8.01\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"5.87\" y1=\"8.28\" x2=\"6.61\" y2=\"8.28\" width=\"0.2032\" layer=\"21\"/>\n<text x=\"-4.165\" y=\"2.2\" size=\"1.016\" layer=\"25\" font=\"vector\" rot=\"R180\">REV3</text>\n<wire x1=\"12.61\" y1=\"8.51\" x2=\"14.55\" y2=\"8.51\" width=\"0\" layer=\"20\"/>\n<wire x1=\"12.61\" y1=\"1.55\" x2=\"14.55\" y2=\"1.55\" width=\"0\" layer=\"20\"/>\n<wire x1=\"15.17\" y1=\"2.17\" x2=\"15.17\" y2=\"7.89\" width=\"0\" layer=\"20\"/>\n<wire x1=\"11.99\" y1=\"0.93\" x2=\"12.61\" y2=\"1.55\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<wire x1=\"12.61\" y1=\"8.51\" x2=\"11.99\" y2=\"9.13\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<hole x=\"13.39\" y=\"5.03\" drill=\"0.6\"/>\n<wire x1=\"14.55\" y1=\"8.51\" x2=\"15.17\" y2=\"7.89\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<wire x1=\"15.17\" y1=\"2.17\" x2=\"14.55\" y2=\"1.55\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<hole x=\"8.59\" y=\"8.84\" drill=\"1\"/>\n<text x=\"12.29\" y=\"6.245\" size=\"1.6764\" layer=\"26\" font=\"vector\" rot=\"MR90\">-</text>\n<text x=\"11.69\" y=\"0.695\" size=\"1.6764\" layer=\"25\" font=\"vector\" rot=\"R90\">+</text>\n<text x=\"11.69\" y=\"8.505\" size=\"1.6764\" layer=\"25\" font=\"vector\" rot=\"R90\">-</text>\n</plain>\n<libraries>\n<library name=\"TinyPICO\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"MICROBUILDER__0402MP\">\n<description>&lt;b&gt;0402 MicroPitch&lt;p&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.127\" x2=\"0\" y2=\"-0.127\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.1\" y1=\"-0.2\" x2=\"0.1\" y2=\"0.2\" layer=\"35\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.254\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.4763\" size=\"0.6096\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.7938\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0402.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APHHS1005SURCK.pdf</description>\n<wire x1=\"-0.1\" y1=\"0.2\" x2=\"-0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"-0.1\" y2=\"-0.2\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<rectangle x1=\"-0.95\" y1=\"-0.3\" x2=\"-0.15\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"0.15\" y1=\"-0.3\" x2=\"0.95\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"-0.25\" y1=\"0.2\" x2=\"0.25\" y2=\"0.25\" layer=\"21\"/>\n<rectangle x1=\"-0.25\" y1=\"-0.25\" x2=\"0.25\" y2=\"-0.2\" layer=\"21\"/>\n<rectangle x1=\"-0.8636\" y1=\"-0.254\" x2=\"-0.254\" y2=\"0.254\" layer=\"31\"/>\n<rectangle x1=\"0.254\" y1=\"-0.254\" x2=\"0.8636\" y2=\"0.254\" layer=\"31\"/>\n<smd name=\"P$1\" x=\"-0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<smd name=\"P$2\" x=\"0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<text x=\"-1.016\" y=\"0.635\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-1.016\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n</package>\n</packages>\n</library>\n<library name=\"CAT24M01HU5I-GT3-CorrectedV2\">\n<description>&lt;EEPROM 1MB I2C SERIAL EEPROM&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"SON50P300X200X55-9N\">\n<description>&lt;b&gt;UDFN8 3X2 0.5P CASE 517BU-01&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"6\" x=\"1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"7\" x=\"1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"8\" x=\"1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"9\" x=\"0\" y=\"0\" dx=\"1.56\" dy=\"1.06\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"-0.13\" y=\"-2.25\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<wire x1=\"-2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1\" x2=\"1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1\" x2=\"1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"0.25\" x2=\"-0.75\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.925\" y=\"1.125\" radius=\"0.125\" width=\"0.25\" layer=\"25\"/>\n<rectangle x1=\"0.05\" y1=\"0.325\" x2=\"0.375\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"0.325\" x2=\"-0.05\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.675\" x2=\"-0.05\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.675\" x2=\"0.375\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.175\" x2=\"-0.05\" y2=\"0.15\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.175\" x2=\"0.375\" y2=\"0.15\" layer=\"31\"/>\n<wire x1=\"-0.825\" y1=\"1\" x2=\"0.8\" y2=\"1\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.825\" y1=\"-1\" x2=\"0.8\" y2=\"-1\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n</library>\n<library name=\"ATTINY1616-MFR\">\n<description>&lt;8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"QFN40P300X300X90-21N\">\n<description>&lt;b&gt;20 VQFN 3x3-1&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"5\" x=\"-1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"6\" x=\"-0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"7\" x=\"-0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"8\" x=\"0\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"9\" x=\"0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"10\" x=\"0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"11\" x=\"1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"12\" x=\"1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"13\" x=\"1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"14\" x=\"1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"15\" x=\"1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"16\" x=\"0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"17\" x=\"0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"18\" x=\"0\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"19\" x=\"-0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"20\" x=\"-0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"21\" x=\"0\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"0\" y=\"-3.81\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"0\" y=\"3.81\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n<wire x1=\"-2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.1\" x2=\"-1.1\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.9\" y=\"1.4\" radius=\"0.1\" width=\"0.2\" layer=\"25\"/>\n<rectangle x1=\"-0.725\" y1=\"0.1\" x2=\"-0.1\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"0.1\" x2=\"0.75\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"-0.725\" y1=\"-0.75\" x2=\"-0.1\" y2=\"-0.1\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"-0.75\" x2=\"0.75\" y2=\"-0.1\" layer=\"31\"/>\n</package>\n</packages>\n</library>\n<library name=\"L70LessCream\">\n<packages>\n<package name=\"XCVR_L70\">\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<text x=\"-4.94\" y=\"5.685\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-4.94\" y=\"-6.935\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<smd name=\"1\" x=\"-4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"2\" x=\"-4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"3\" x=\"-4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"4\" x=\"-4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"5\" x=\"-4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"6\" x=\"-4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"7\" x=\"-4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"8\" x=\"-4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"9\" x=\"-4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"10\" x=\"4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"11\" x=\"4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"12\" x=\"4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"13\" x=\"4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"14\" x=\"4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"15\" x=\"4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"16\" x=\"4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"17\" x=\"4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"18\" x=\"4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n</package>\n</packages>\n</library>\n<library name=\"PanasonicA4SConnectorsV7\">\n<packages>\n<package name=\"AXE610124\">\n<text x=\"-1.69326875\" y=\"1.69235\" size=\"0.610396875\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.6107\" y=\"-2.05066875\" size=\"0.609771875\" layer=\"27\">&gt;VALUE</text>\n<smd name=\"10\" x=\"-0.79\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"8\" x=\"-0.39\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"6\" x=\"0.01\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"4\" x=\"0.41\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"2\" x=\"0.81\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"9\" x=\"-0.79\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"7\" x=\"-0.39\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"5\" x=\"0.01\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"3\" x=\"0.41\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"1\" x=\"0.81\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"DNC1\" x=\"-1.59\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC2\" x=\"-1.59\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC4\" x=\"1.607\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC3\" x=\"1.607\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.69\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"0.78\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-0.78\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"1.69\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.67\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"-0.79\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"0.78\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"-1.67\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<circle x=\"1.09\" y=\"-1.06\" radius=\"0.05\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n</package>\n</packages>\n</library>\n<library name=\"TPS22916V2\">\n<packages>\n<package name=\"TPS22916\">\n<wire x1=\"-0.4634\" y1=\"-0.3534\" x2=\"0.3534\" y2=\"-0.3534\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"0.3534\" y1=\"-0.3534\" x2=\"0.3534\" y2=\"0.4634\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"0.3534\" y1=\"0.4634\" x2=\"-0.4634\" y2=\"0.4634\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-0.4634\" y1=\"0.4634\" x2=\"-0.4634\" y2=\"-0.3534\" width=\"0.05\" layer=\"51\"/>\n<smd name=\"A1\" x=\"-0.254\" y=\"0.254\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<smd name=\"A2\" x=\"0.144\" y=\"0.254\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<smd name=\"B1\" x=\"-0.254\" y=\"-0.144\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<smd name=\"B2\" x=\"0.144\" y=\"-0.144\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<circle x=\"-0.254\" y=\"0.254\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<circle x=\"0.144\" y=\"0.254\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<circle x=\"-0.254\" y=\"-0.144\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<circle x=\"0.144\" y=\"-0.144\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<rectangle x1=\"-0.38\" y1=\"0.13\" x2=\"-0.13\" y2=\"0.38\" layer=\"31\"/>\n<rectangle x1=\"0.02\" y1=\"0.13\" x2=\"0.27\" y2=\"0.38\" layer=\"31\"/>\n<rectangle x1=\"0.02\" y1=\"-0.27\" x2=\"0.27\" y2=\"-0.02\" layer=\"31\"/>\n<rectangle x1=\"-0.38\" y1=\"-0.27\" x2=\"-0.13\" y2=\"-0.02\" layer=\"31\"/>\n<circle x=\"-0.79\" y=\"0.75\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.57\" y1=\"0.18\" x2=\"-0.57\" y2=\"0.57\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.18\" y1=\"0.57\" x2=\"-0.57\" y2=\"0.57\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.46\" y1=\"-0.46\" x2=\"0.07\" y2=\"-0.46\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.46\" y1=\"-0.07\" x2=\"0.46\" y2=\"-0.46\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n</library>\n<library name=\"1575AT43A0040E_V2\">\n<description>Generated from &lt;b&gt;ColibriREV1B.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<description>&lt;b&gt;1575AT43A0040E&lt;/b&gt;&lt;br&gt;</description>\n<circle x=\"4.263\" y=\"0.037\" radius=\"0.033\" width=\"0.2\" layer=\"25\"/>\n<wire x1=\"-3.5\" y1=\"1\" x2=\"3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"1\" x2=\"3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-2.6\" y1=\"1\" x2=\"2.6\" y2=\"1\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-2.6\" y1=\"-1\" x2=\"2.6\" y2=\"-1\" width=\"0.2\" layer=\"21\"/>\n<smd name=\"1\" x=\"3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"2\" x=\"-3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n</package>\n</packages>\n</library>\n<library name=\"BatterySolderPadSquareNoCream\">\n<description>Generated from &lt;b&gt;GPS_radiologger_v14.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"BATTERYSOLDERPAD\">\n<smd name=\"1\" x=\"0\" y=\"0\" dx=\"2.2\" dy=\"3\" layer=\"1\" roundness=\"50\" rot=\"R90\" cream=\"no\"/>\n</package>\n</packages>\n</library>\n</libraries>\n<attributes>\n</attributes>\n<variantdefs>\n</variantdefs>\n<classes>\n<class number=\"0\" name=\"default\" width=\"0\" drill=\"0\">\n</class>\n</classes>\n<designrules name=\"default *\">\n<description language=\"de\">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;\n&lt;p&gt;\nDie Standard-Design-Rules sind so gewählt, dass sie für \ndie meisten Anwendungen passen. Sollte ihre Platine \nbesondere Anforderungen haben, treffen Sie die erforderlichen\nEinstellungen hier und speichern die Design Rules unter \neinem neuen Namen ab.</description>\n<description language=\"en\">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;\n&lt;p&gt;\nThe default Design Rules have been set to cover\na wide range of applications. Your particular design\nmay have different requirements, so please make the\nnecessary adjustments and save your customized\ndesign rules under a new name.</description>\n<param name=\"layerSetup\" value=\"(1*16)\"/>\n<param name=\"mtCopper\" value=\"0.0356mm 0.0178mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.0178mm 0.0356mm\"/>\n<param name=\"mtIsolate\" value=\"0.1702mm 47mil 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.1702mm\"/>\n<param name=\"mdWireWire\" value=\"5mil\"/>\n<param name=\"mdWirePad\" value=\"5mil\"/>\n<param name=\"mdWireVia\" value=\"5mil\"/>\n<param name=\"mdPadPad\" value=\"5mil\"/>\n<param name=\"mdPadVia\" value=\"5mil\"/>\n<param name=\"mdViaVia\" value=\"5mil\"/>\n<param name=\"mdSmdPad\" value=\"5mil\"/>\n<param name=\"mdSmdVia\" value=\"5mil\"/>\n<param name=\"mdSmdSmd\" value=\"5mil\"/>\n<param name=\"mdViaViaSameLayer\" value=\"6mil\"/>\n<param name=\"mnLayersViaInSmd\" value=\"2\"/>\n<param name=\"mdCopperDimension\" value=\"9mil\"/>\n<param name=\"mdDrill\" value=\"6mil\"/>\n<param name=\"mdSmdStop\" value=\"0mil\"/>\n<param name=\"msWidth\" value=\"5mil\"/>\n<param name=\"msDrill\" value=\"0.35mm\"/>\n<param name=\"msMicroVia\" value=\"10mil\"/>\n<param name=\"msBlindViaRatio\" value=\"0.5\"/>\n<param name=\"rvPadTop\" value=\"0.25\"/>\n<param name=\"rvPadInner\" value=\"0.25\"/>\n<param name=\"rvPadBottom\" value=\"0.25\"/>\n<param name=\"rvViaOuter\" value=\"0.25\"/>\n<param name=\"rvViaInner\" value=\"0.25\"/>\n<param name=\"rvMicroViaOuter\" value=\"0.25\"/>\n<param name=\"rvMicroViaInner\" value=\"0.25\"/>\n<param name=\"rlMinPadTop\" value=\"4mil\"/>\n<param name=\"rlMaxPadTop\" value=\"20mil\"/>\n<param name=\"rlMinPadInner\" value=\"4mil\"/>\n<param name=\"rlMaxPadInner\" value=\"20mil\"/>\n<param name=\"rlMinPadBottom\" value=\"4mil\"/>\n<param name=\"rlMaxPadBottom\" value=\"20mil\"/>\n<param name=\"rlMinViaOuter\" value=\"4mil\"/>\n<param name=\"rlMaxViaOuter\" value=\"20mil\"/>\n<param name=\"rlMinViaInner\" value=\"4mil\"/>\n<param name=\"rlMaxViaInner\" value=\"20mil\"/>\n<param name=\"rlMinMicroViaOuter\" value=\"4mil\"/>\n<param name=\"rlMaxMicroViaOuter\" value=\"20mil\"/>\n<param name=\"rlMinMicroViaInner\" value=\"4mil\"/>\n<param name=\"rlMaxMicroViaInner\" value=\"20mil\"/>\n<param name=\"psTop\" value=\"-1\"/>\n<param name=\"psBottom\" value=\"-1\"/>\n<param name=\"psFirst\" value=\"-1\"/>\n<param name=\"psElongationLong\" value=\"100\"/>\n<param name=\"psElongationOffset\" value=\"100\"/>\n<param name=\"mvStopFrame\" value=\"1\"/>\n<param name=\"mvCreamFrame\" value=\"0.1\"/>\n<param name=\"mlMinStopFrame\" value=\"0mil\"/>\n<param name=\"mlMaxStopFrame\" value=\"0mil\"/>\n<param name=\"mlMinCreamFrame\" value=\"0mil\"/>\n<param name=\"mlMaxCreamFrame\" value=\"20mil\"/>\n<param name=\"mlViaStopLimit\" value=\"0.35mm\"/>\n<param name=\"srRoundness\" value=\"0\"/>\n<param name=\"srMinRoundness\" value=\"0mil\"/>\n<param name=\"srMaxRoundness\" value=\"0mil\"/>\n<param name=\"slThermalIsolate\" value=\"10mil\"/>\n<param name=\"slThermalsForVias\" value=\"0\"/>\n<param name=\"dpMaxLengthDifference\" value=\"10mm\"/>\n<param name=\"dpGapFactor\" value=\"2.5\"/>\n<param name=\"checkAngle\" value=\"0\"/>\n<param name=\"checkFont\" value=\"1\"/>\n<param name=\"checkRestrict\" value=\"1\"/>\n<param name=\"checkStop\" value=\"0\"/>\n<param name=\"checkValues\" value=\"0\"/>\n<param name=\"checkNames\" value=\"1\"/>\n<param name=\"checkWireStubs\" value=\"1\"/>\n<param name=\"checkPolygonWidth\" value=\"0\"/>\n<param name=\"useDiameter\" value=\"13\"/>\n<param name=\"maxErrors\" value=\"50\"/>\n</designrules>\n<autorouter>\n<pass name=\"Default\">\n<param name=\"RoutingGrid\" value=\"50mil\"/>\n<param name=\"AutoGrid\" value=\"1\"/>\n<param name=\"Efforts\" value=\"0\"/>\n<param name=\"TopRouterVariant\" value=\"1\"/>\n<param name=\"tpViaShape\" value=\"round\"/>\n<param name=\"PrefDir.1\" value=\"a\"/>\n<param name=\"PrefDir.2\" value=\"0\"/>\n<param name=\"PrefDir.3\" value=\"0\"/>\n<param name=\"PrefDir.4\" value=\"0\"/>\n<param name=\"PrefDir.5\" value=\"0\"/>\n<param name=\"PrefDir.6\" value=\"0\"/>\n<param name=\"PrefDir.7\" value=\"0\"/>\n<param name=\"PrefDir.8\" value=\"0\"/>\n<param name=\"PrefDir.9\" value=\"0\"/>\n<param name=\"PrefDir.10\" value=\"0\"/>\n<param name=\"PrefDir.11\" value=\"0\"/>\n<param name=\"PrefDir.12\" value=\"0\"/>\n<param name=\"PrefDir.13\" value=\"0\"/>\n<param name=\"PrefDir.14\" value=\"0\"/>\n<param name=\"PrefDir.15\" value=\"0\"/>\n<param name=\"PrefDir.16\" value=\"a\"/>\n<param name=\"cfVia\" value=\"8\"/>\n<param name=\"cfNonPref\" value=\"5\"/>\n<param name=\"cfChangeDir\" value=\"2\"/>\n<param name=\"cfOrthStep\" value=\"2\"/>\n<param name=\"cfDiagStep\" value=\"3\"/>\n<param name=\"cfExtdStep\" value=\"0\"/>\n<param name=\"cfBonusStep\" value=\"1\"/>\n<param name=\"cfMalusStep\" value=\"1\"/>\n<param name=\"cfPadImpact\" value=\"4\"/>\n<param name=\"cfSmdImpact\" value=\"4\"/>\n<param name=\"cfBusImpact\" value=\"0\"/>\n<param name=\"cfHugging\" value=\"3\"/>\n<param name=\"cfAvoid\" value=\"4\"/>\n<param name=\"cfPolygon\" value=\"10\"/>\n<param name=\"cfBase.1\" value=\"0\"/>\n<param name=\"cfBase.2\" value=\"1\"/>\n<param name=\"cfBase.3\" value=\"1\"/>\n<param name=\"cfBase.4\" value=\"1\"/>\n<param name=\"cfBase.5\" value=\"1\"/>\n<param name=\"cfBase.6\" value=\"1\"/>\n<param name=\"cfBase.7\" value=\"1\"/>\n<param name=\"cfBase.8\" value=\"1\"/>\n<param name=\"cfBase.9\" value=\"1\"/>\n<param name=\"cfBase.10\" value=\"1\"/>\n<param name=\"cfBase.11\" value=\"1\"/>\n<param name=\"cfBase.12\" value=\"1\"/>\n<param name=\"cfBase.13\" value=\"1\"/>\n<param name=\"cfBase.14\" value=\"1\"/>\n<param name=\"cfBase.15\" value=\"1\"/>\n<param name=\"cfBase.16\" value=\"0\"/>\n<param name=\"mnVias\" value=\"20\"/>\n<param name=\"mnSegments\" value=\"9999\"/>\n<param name=\"mnExtdSteps\" value=\"9999\"/>\n<param name=\"mnRipupLevel\" value=\"10\"/>\n<param name=\"mnRipupSteps\" value=\"100\"/>\n<param name=\"mnRipupTotal\" value=\"100\"/>\n</pass>\n<pass name=\"Follow-me\" refer=\"Default\" active=\"yes\">\n</pass>\n<pass name=\"Busses\" refer=\"Default\" active=\"yes\">\n<param name=\"cfNonPref\" value=\"4\"/>\n<param name=\"cfBusImpact\" value=\"4\"/>\n<param name=\"cfHugging\" value=\"0\"/>\n<param name=\"mnVias\" value=\"0\"/>\n</pass>\n<pass name=\"Route\" refer=\"Default\" active=\"yes\">\n</pass>\n<pass name=\"Optimize1\" refer=\"Default\" active=\"yes\">\n<param name=\"cfVia\" value=\"99\"/>\n<param name=\"cfExtdStep\" value=\"10\"/>\n<param name=\"cfHugging\" value=\"1\"/>\n<param name=\"mnExtdSteps\" value=\"1\"/>\n<param name=\"mnRipupLevel\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize2\" refer=\"Optimize1\" active=\"yes\">\n<param name=\"cfNonPref\" value=\"0\"/>\n<param name=\"cfChangeDir\" value=\"6\"/>\n<param name=\"cfExtdStep\" value=\"0\"/>\n<param name=\"cfBonusStep\" value=\"2\"/>\n<param name=\"cfMalusStep\" value=\"2\"/>\n<param name=\"cfPadImpact\" value=\"2\"/>\n<param name=\"cfSmdImpact\" value=\"2\"/>\n<param name=\"cfHugging\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize3\" refer=\"Optimize2\" active=\"yes\">\n<param name=\"cfChangeDir\" value=\"8\"/>\n<param name=\"cfPadImpact\" value=\"0\"/>\n<param name=\"cfSmdImpact\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize4\" refer=\"Optimize3\" active=\"yes\">\n<param name=\"cfChangeDir\" value=\"25\"/>\n</pass>\n</autorouter>\n<groups>\n<board_group name=\"COW\"/>\n<board_group name=\"AVXSUPER\"/>\n<board_group name=\"BULL\"/>\n</groups>\n<elements>\n<element name=\"R_SCL\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7k\" x=\"1.76\" y=\"4.02\" smashed=\"yes\" rot=\"R90\"/>\n<element name=\"R_SDA\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7k\" x=\"1.29\" y=\"5.165\" smashed=\"yes\"/>\n<element name=\"R_LED\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"1k\" x=\"3.625\" y=\"8.965\" smashed=\"yes\" rot=\"R180\"/>\n<element name=\"D_LED_GREEN\" library=\"TinyPICO\" package=\"CMONR_STANDARDPARTS_0402.LED\" value=\"GREEN\" x=\"5.41\" y=\"9.15\" smashed=\"yes\"/>\n<element name=\"MEM\" library=\"CAT24M01HU5I-GT3-CorrectedV2\" package=\"SON50P300X200X55-9N\" value=\"CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"ALLIED_NUMBER\" value=\"70300250\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"ALLIED_PRICE-STOCK\" value=\"http://www.alliedelec.com/on-semiconductor-cat24m01hu5i-gt3/70300250/\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"DESCRIPTION\" value=\"EEPROM 1MB I2C SERIAL EEPROM\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"HEIGHT\" value=\"0.55mm\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"ON Semiconductor\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"863-CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=863-CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"7814831P\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"http://uk.rs-online.com/web/p/products/7814831P\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n</element>\n<element name=\"L70\" library=\"L70LessCream\" package=\"XCVR_L70\" value=\"L70\" x=\"5.98\" y=\"5.03\" smashed=\"yes\" rot=\"MR0\">\n<attribute name=\"AVAILABILITY\" value=\"Bad\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"DESCRIPTION\" value=\" L70, an SMD type module, brings the high performance of MTK positioning engine to the industrial applications with compact profile, ultra low power consumption and fast positioning capability. \" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"MF\" value=\"Quectel\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"MP\" value=\"L70\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"PACKAGE\" value=\"2920 Quectel\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"PRICE\" value=\"None\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"10.92\" y=\"-1.905\" size=\"1.27\" layer=\"28\" rot=\"MR0\"/>\n</element>\n<element name=\"C_L701\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"0.1uF\" x=\"6.62\" y=\"2.6\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"5.8262\" y=\"3.235\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"C_L702\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"10uF\" x=\"5.94\" y=\"2.6\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"5.1462\" y=\"3.235\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"C_BCK1\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"0.1uF\" x=\"8.13\" y=\"5.64\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"7.3362\" y=\"6.275\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"C_BCK2\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7uF\" x=\"7.35\" y=\"5.28\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"6.5562\" y=\"5.915\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"U1\" library=\"PanasonicA4SConnectorsV7\" package=\"AXE610124\" value=\"AXE610124\" x=\"10.12\" y=\"5.03\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"12.17066875\" y=\"3.4193\" size=\"0.609771875\" layer=\"27\" rot=\"R90\"/>\n</element>\n<element name=\"ATTINY\" library=\"ATTINY1616-MFR\" package=\"QFN40P300X300X90-21N\" value=\"ATTINY1616-MFR\" x=\"4.92\" y=\"5.72\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"DESCRIPTION\" value=\"8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"HEIGHT\" value=\"0.9mm\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"Microchip\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"ATTINY1606-MFR\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"556-ATTINY1606-MFR\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=556-ATTINY1606-MFR\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"4.92\" y=\"1.91\" size=\"1.27\" layer=\"27\" rot=\"R180\" align=\"center\"/>\n</element>\n<element name=\"C_TINY\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"1uF\" x=\"7.29\" y=\"7.59\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"6.4962\" y=\"8.225\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"C2\" library=\"BatterySolderPadSquareNoCream\" package=\"BATTERYSOLDERPAD\" value=\"BATTERYSOLDERPAD\" x=\"13.44\" y=\"6.78\" smashed=\"yes\"/>\n<element name=\"U6\" library=\"TPS22916V2\" package=\"TPS22916\" value=\"TPS22916\" x=\"4.71\" y=\"2.56\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"AVAILABILITY\" value=\"Unavailable\" x=\"4.73\" y=\"-0.17\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"DESCRIPTION\" value=\" Linear Voltage Regulator IC 1 Output 150mA 4-DSBGA (1x1) \" x=\"4.73\" y=\"-0.17\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MF\" value=\"Texas Instruments\" x=\"4.73\" y=\"-0.17\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MP\" value=\"LP5900TL-3.0\" x=\"4.73\" y=\"-0.17\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"PACKAGE\" value=\"WFBGA-4 Texas Instruments\" x=\"4.73\" y=\"-0.17\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"PRICE\" value=\"None\" x=\"4.73\" y=\"-0.17\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n</element>\n<element name=\"C_TPS\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"1uF\" x=\"6.9\" y=\"1.08\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"VALUE\" x=\"7.535\" y=\"1.8738\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R180\"/>\n</element>\n<element name=\"ANT-CHIP\" library=\"1575AT43A0040E_V2\" package=\"SAMACSYS_PARTS_1575AT43A0040E\" value=\"ANT1\" x=\"-5.44\" y=\"1.73\" smashed=\"yes\" rot=\"MR180\">\n<attribute name=\"DESCRIPTION\" value=\"Tri-Band GPS, BDS, and GLNSS, Low Cost, Linearly Polarized, Omnidirectional Chip Antenna\" x=\"-6.24\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"HEIGHT\" value=\"mm\" x=\"-6.24\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"JOHANSON TECHNOLOGY\" x=\"-6.24\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"1575AT43A0040E\" x=\"-6.24\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"609-1575AT43A0040E\" x=\"-6.24\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=609-1575AT43A0040E\" x=\"-6.24\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"-5.849\" y=\"1.762\" size=\"1.27\" layer=\"28\" rot=\"MR180\" align=\"center\"/>\n</element>\n<element name=\"C1\" library=\"BatterySolderPadSquareNoCream\" package=\"BATTERYSOLDERPAD\" value=\"BATTERYSOLDERPAD\" x=\"13.44\" y=\"3.28\" smashed=\"yes\"/>\n</elements>\n<signals>\n<signal name=\"GND\">\n<contactref element=\"D_LED_GREEN\" pad=\"P$2\"/>\n<contactref element=\"MEM\" pad=\"4\"/>\n<contactref element=\"MEM\" pad=\"9\"/>\n<contactref element=\"L70\" pad=\"1\"/>\n<contactref element=\"L70\" pad=\"12\"/>\n<contactref element=\"L70\" pad=\"10\"/>\n<contactref element=\"C_L701\" pad=\"1\"/>\n<contactref element=\"C_L702\" pad=\"1\"/>\n<contactref element=\"C_BCK1\" pad=\"1\"/>\n<contactref element=\"C_BCK2\" pad=\"1\"/>\n<contactref element=\"ATTINY\" pad=\"21\"/>\n<contactref element=\"C2\" pad=\"1\"/>\n<contactref element=\"ATTINY\" pad=\"3\"/>\n<contactref element=\"C_TINY\" pad=\"1\"/>\n<contactref element=\"U1\" pad=\"2\"/>\n<polygon width=\"0.1524\" layer=\"1\">\n<vertex x=\"-0.1\" y=\"10.59\"/>\n<vertex x=\"-0.1\" y=\"-0.49\"/>\n<vertex x=\"11.99\" y=\"-0.49\"/>\n<vertex x=\"11.99\" y=\"10.59\"/>\n</polygon>\n<contactref element=\"U1\" pad=\"4\"/>\n<wire x1=\"7.35\" y1=\"5.788\" x2=\"7.282\" y2=\"5.72\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.282\" y1=\"5.72\" x2=\"6.42\" y2=\"5.72\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.77\" y1=\"5.788\" x2=\"8.13\" y2=\"6.148\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.77\" y1=\"5.788\" x2=\"7.35\" y2=\"5.788\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"5.72\" x2=\"4.91\" y2=\"5.72\" width=\"0.2\" layer=\"1\"/>\n<polygon width=\"0.1524\" layer=\"16\">\n<vertex x=\"-0.1\" y=\"-0.38\"/>\n<vertex x=\"-0.1\" y=\"10.59\"/>\n<vertex x=\"10.85\" y=\"10.59\"/>\n<vertex x=\"10.85\" y=\"7.77\"/>\n<vertex x=\"9.99\" y=\"6.91\"/>\n<vertex x=\"9.63\" y=\"6.91\"/>\n<vertex x=\"8.21\" y=\"5.49\"/>\n<vertex x=\"8.21\" y=\"-0.38\"/>\n</polygon>\n<via x=\"8.76\" y=\"6.58\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"9.248\" y1=\"5.838\" x2=\"8.58\" y2=\"5.838\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.5\" y1=\"5.978\" x2=\"8.58\" y2=\"5.978\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.13\" y1=\"6.148\" x2=\"8.33\" y2=\"6.148\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.5\" y1=\"5.978\" x2=\"8.33\" y2=\"6.148\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.25\" y1=\"5.84\" x2=\"9.248\" y2=\"5.838\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.25\" y1=\"5.44\" x2=\"8.77\" y2=\"5.44\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.58\" y1=\"5.63\" x2=\"8.58\" y2=\"5.838\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.58\" y1=\"5.838\" x2=\"8.58\" y2=\"5.978\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.77\" y1=\"5.44\" x2=\"8.58\" y2=\"5.63\" width=\"0.2\" layer=\"1\"/>\n<via x=\"8\" y=\"0.51\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"2.31\" y=\"1.09\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"2.43\" y=\"2.27\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"3.64\" y=\"9.55\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"6.98\" y=\"9.55\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"4.91\" y=\"5.72\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"8.58\" y1=\"5.838\" x2=\"8.59\" y2=\"5.848\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.59\" y1=\"6.41\" x2=\"8.76\" y2=\"6.58\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.59\" y1=\"6.41\" x2=\"8.59\" y2=\"5.848\" width=\"0.2\" layer=\"1\"/>\n<via x=\"7.95\" y=\"3.09\" extent=\"1-16\" drill=\"0.35\"/>\n<contactref element=\"U6\" pad=\"B1\"/>\n<contactref element=\"C_TPS\" pad=\"2\"/>\n<wire x1=\"4.964\" y1=\"2.704\" x2=\"5.536\" y2=\"2.704\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"5.536\" y1=\"2.704\" x2=\"5.94\" y2=\"3.108\" width=\"0.2\" layer=\"1\"/>\n<via x=\"-0.05\" y=\"2.4\" extent=\"1-16\" drill=\"0.35\"/>\n<via x=\"-0.05\" y=\"1.06\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"13.44\" y1=\"6.78\" x2=\"13.27\" y2=\"6.78\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"13.27\" y1=\"6.78\" x2=\"11.35\" y2=\"8.7\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"13.44\" y1=\"6.78\" x2=\"13.32\" y2=\"6.78\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"13.32\" y1=\"6.78\" x2=\"11.78\" y2=\"5.24\" width=\"0.2\" layer=\"1\"/>\n<via x=\"14.4\" y=\"6.78\" extent=\"1-16\" drill=\"0.6\"/>\n<wire x1=\"13.44\" y1=\"6.78\" x2=\"14.4\" y2=\"6.78\" width=\"0.2\" layer=\"1\"/>\n</signal>\n<signal name=\"SCL\">\n<contactref element=\"R_SCL\" pad=\"1\"/>\n<contactref element=\"MEM\" pad=\"6\"/>\n<contactref element=\"ATTINY\" pad=\"14\"/>\n<wire x1=\"1.31\" y1=\"6.44\" x2=\"1.3\" y2=\"6.43\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.3\" y1=\"6.43\" x2=\"1.3\" y2=\"3.972\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.3\" y1=\"3.972\" x2=\"1.76\" y2=\"3.512\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.85\" y1=\"3.19643125\" x2=\"2.84\" y2=\"3.20643125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.76\" y1=\"3.512\" x2=\"2.06556875\" y2=\"3.20643125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.84\" y1=\"3.20643125\" x2=\"2.06556875\" y2=\"3.20643125\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"2.85\" y=\"3.19643125\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"3.38\" y1=\"4.03\" x2=\"3.38\" y2=\"3.72643125\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"2.85\" y1=\"3.19643125\" x2=\"3.38\" y2=\"3.72643125\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"3.38\" y=\"4.03\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"3.4132\" y1=\"5.2932\" x2=\"2.97583125\" y2=\"5.2932\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.97583125\" y1=\"5.2932\" x2=\"2.7868\" y2=\"5.10416875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.7868\" y1=\"5.10416875\" x2=\"2.7868\" y2=\"4.66583125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.7868\" y1=\"4.66583125\" x2=\"2.95583125\" y2=\"4.4968\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.95583125\" y1=\"4.4968\" x2=\"3.18\" y2=\"4.4968\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.18\" y1=\"4.4968\" x2=\"3.38\" y2=\"4.2968\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.38\" y1=\"4.2968\" x2=\"3.38\" y2=\"4.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.42\" y1=\"5.32\" x2=\"3.42\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.42\" y1=\"5.3\" x2=\"3.4132\" y2=\"5.2932\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"SDA\">\n<contactref element=\"R_SDA\" pad=\"1\"/>\n<contactref element=\"MEM\" pad=\"5\"/>\n<contactref element=\"ATTINY\" pad=\"13\"/>\n<wire x1=\"0.81\" y1=\"6.44\" x2=\"0.75\" y2=\"6.35\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.75\" y1=\"6.35\" x2=\"0.75\" y2=\"5.173\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.782\" y1=\"5.165\" x2=\"0.75\" y2=\"5.173\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.782\" y1=\"5.165\" x2=\"0.9906\" y2=\"4.9164\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.9906\" y1=\"4.9164\" x2=\"0.9906\" y2=\"3.48403125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.3418\" y1=\"2.99756875\" x2=\"3.3418\" y2=\"3.38529375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.5\" y1=\"4.22709375\" x2=\"3.3418\" y2=\"3.38529375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.05303125\" y1=\"2.7088\" x2=\"3.3418\" y2=\"2.99756875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.4032\" y1=\"5.7032\" x2=\"2.94583125\" y2=\"5.7032\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.94583125\" y1=\"5.7032\" x2=\"2.5\" y2=\"5.25736875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.5\" y1=\"5.25736875\" x2=\"2.5\" y2=\"4.22709375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.42\" y1=\"5.72\" x2=\"3.4032\" y2=\"5.7032\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.9906\" y1=\"3.48403125\" x2=\"1.5476\" y2=\"2.92703125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.44085625\" y1=\"2.92703125\" x2=\"2.6590875\" y2=\"2.7088\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.6590875\" y1=\"2.7088\" x2=\"3.05303125\" y2=\"2.7088\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.5476\" y1=\"2.92703125\" x2=\"2.44085625\" y2=\"2.92703125\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"N$9\">\n<contactref element=\"D_LED_GREEN\" pad=\"P$1\"/>\n<contactref element=\"R_LED\" pad=\"1\"/>\n<wire x1=\"4.133\" y1=\"8.965\" x2=\"4.318\" y2=\"9.15\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.318\" y1=\"9.15\" x2=\"4.86\" y2=\"9.15\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"LED_GREEN\">\n<contactref element=\"R_LED\" pad=\"2\"/>\n<contactref element=\"ATTINY\" pad=\"9\"/>\n<wire x1=\"4.52\" y1=\"7.22\" x2=\"4.52\" y2=\"7.7851375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.0257375\" y1=\"8.2794\" x2=\"3.3306\" y2=\"8.2794\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.117\" y1=\"8.493\" x2=\"3.117\" y2=\"8.965\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.52\" y1=\"7.7851375\" x2=\"4.0257375\" y2=\"8.2794\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.3306\" y1=\"8.2794\" x2=\"3.117\" y2=\"8.493\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"ANT_GNSS\">\n<contactref element=\"L70\" pad=\"11\"/>\n<contactref element=\"ANT-CHIP\" pad=\"1\"/>\n<wire x1=\"1.13\" y1=\"1.73\" x2=\"-1.94\" y2=\"1.73\" width=\"0.16\" layer=\"16\"/>\n</signal>\n<signal name=\"RXD\">\n<contactref element=\"L70\" pad=\"2\"/>\n<contactref element=\"ATTINY\" pad=\"11\"/>\n<wire x1=\"3.61\" y1=\"7.51\" x2=\"3.54\" y2=\"7.44\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.54\" y1=\"7.44\" x2=\"3.54\" y2=\"6.52\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.54\" y1=\"6.52\" x2=\"3.42\" y2=\"6.52\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"3.61\" y=\"7.51\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"9.72\" y1=\"8.33\" x2=\"9.0182\" y2=\"7.6282\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"9.72\" y1=\"8.33\" x2=\"10.83\" y2=\"8.33\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"9.0182\" y1=\"7.6282\" x2=\"3.733428125\" y2=\"7.6282\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.61\" y1=\"7.51\" x2=\"3.615228125\" y2=\"7.51\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.733428125\" y1=\"7.6282\" x2=\"3.615228125\" y2=\"7.51\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"TXD\">\n<contactref element=\"L70\" pad=\"3\"/>\n<contactref element=\"ATTINY\" pad=\"12\"/>\n<via x=\"3.03\" y=\"7.12\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"3.42\" y1=\"6.12\" x2=\"2.89\" y2=\"6.12\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.89\" y1=\"6.12\" x2=\"2.79\" y2=\"6.22\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.79\" y1=\"6.22\" x2=\"2.79\" y2=\"6.8956\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.79\" y1=\"6.8956\" x2=\"3.03\" y2=\"7.12\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.80874375\" y1=\"7.0302\" x2=\"4.10854375\" y2=\"7.33\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.03\" y1=\"7.12\" x2=\"3.238090625\" y2=\"7.12\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.3146\" y1=\"7.0302\" x2=\"3.238090625\" y2=\"7.12\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.3146\" y1=\"7.0302\" x2=\"3.80874375\" y2=\"7.0302\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"10.83\" y1=\"7.23\" x2=\"10.73\" y2=\"7.33\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"10.73\" y1=\"7.33\" x2=\"4.10854375\" y2=\"7.33\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"V_BATT\">\n<contactref element=\"C_TINY\" pad=\"2\"/>\n<contactref element=\"ATTINY\" pad=\"4\"/>\n<contactref element=\"U1\" pad=\"9\"/>\n<wire x1=\"10.13\" y1=\"4.24\" x2=\"10.13\" y2=\"2.2\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.13\" y1=\"4.24\" x2=\"11\" y2=\"4.24\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.13\" y1=\"4.24\" x2=\"10.13\" y2=\"4.64\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.13\" y1=\"4.64\" x2=\"10.13\" y2=\"6.89\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.83\" y1=\"7.19\" x2=\"10.13\" y2=\"6.89\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"6.12\" x2=\"6.43\" y2=\"6.11\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.848\" y1=\"6.11\" x2=\"6.43\" y2=\"6.11\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.848\" y1=\"6.11\" x2=\"7.2\" y2=\"6.462\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.2\" y1=\"6.992\" x2=\"7.2\" y2=\"6.462\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.2\" y1=\"6.992\" x2=\"7.29\" y2=\"7.082\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.29\" y1=\"7.082\" x2=\"7.398\" y2=\"7.19\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.398\" y1=\"7.19\" x2=\"9.83\" y2=\"7.19\" width=\"0.2\" layer=\"1\"/>\n<contactref element=\"U1\" pad=\"7\"/>\n<wire x1=\"11\" y1=\"4.64\" x2=\"10.13\" y2=\"4.64\" width=\"0.2\" layer=\"1\"/>\n<contactref element=\"U6\" pad=\"A2\"/>\n<contactref element=\"C_TPS\" pad=\"1\"/>\n<wire x1=\"6.908\" y1=\"1.58\" x2=\"7.408\" y2=\"1.08\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"4.566\" y1=\"2.306\" x2=\"4.566\" y2=\"2.111425\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"4.566\" y1=\"2.111425\" x2=\"4.920425\" y2=\"1.757\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"4.920425\" y1=\"1.757\" x2=\"5.370425\" y2=\"1.757\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"5.370425\" y1=\"1.757\" x2=\"5.547425\" y2=\"1.58\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"5.547425\" y1=\"1.58\" x2=\"6.908\" y2=\"1.58\" width=\"0.2\" layer=\"1\"/>\n<contactref element=\"C1\" pad=\"1\"/>\n<wire x1=\"8.528\" y1=\"2.2\" x2=\"10.13\" y2=\"2.2\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.408\" y1=\"1.08\" x2=\"8.528\" y2=\"2.2\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.13\" y1=\"2.2\" x2=\"10.91\" y2=\"2.2\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.91\" y1=\"2.2\" x2=\"11.57\" y2=\"2.86\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"13.02\" y1=\"2.86\" x2=\"11.57\" y2=\"2.86\" width=\"0.2\" layer=\"1\"/>\n<via x=\"14.4\" y=\"3.28\" extent=\"1-16\" drill=\"0.6\"/>\n<wire x1=\"13.44\" y1=\"3.28\" x2=\"13.02\" y2=\"2.86\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"13.44\" y1=\"3.28\" x2=\"14.4\" y2=\"3.28\" width=\"0.2\" layer=\"1\"/>\n</signal>\n<signal name=\"UPDI\">\n<contactref element=\"ATTINY\" pad=\"19\"/>\n<contactref element=\"U1\" pad=\"10\"/>\n<wire x1=\"9.08\" y1=\"4.24\" x2=\"9.25\" y2=\"4.24\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.32\" y1=\"4.22\" x2=\"5.32\" y2=\"3.4957375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.1218\" y1=\"3.2975375\" x2=\"5.32\" y2=\"3.4957375\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"5.1218\" y=\"3.2975375\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"8.3034\" y1=\"3.5975375\" x2=\"5.9018\" y2=\"3.5975375\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"5.9018\" y1=\"3.5975375\" x2=\"5.6018\" y2=\"3.2975375\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"5.1218\" y1=\"3.2975375\" x2=\"5.6018\" y2=\"3.2975375\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"8.8337\" y1=\"3.4472375\" x2=\"8.4537\" y2=\"3.4472375\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"8.4537\" y1=\"3.4472375\" x2=\"8.3034\" y2=\"3.5975375\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"8.8337\" y=\"3.4472375\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"9.08\" y1=\"3.6935375\" x2=\"8.8337\" y2=\"3.4472375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.08\" y1=\"4.24\" x2=\"9.08\" y2=\"3.6935375\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"TXD2\">\n<contactref element=\"ATTINY\" pad=\"20\"/>\n<contactref element=\"U1\" pad=\"8\"/>\n<wire x1=\"9.25\" y1=\"4.64\" x2=\"9.2482\" y2=\"4.6382\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.2482\" y1=\"4.6382\" x2=\"8.92083125\" y2=\"4.6382\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.7226\" y1=\"4.0168\" x2=\"8.2758\" y2=\"3.57\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6\" y1=\"3.57\" x2=\"8.2758\" y2=\"3.57\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.92083125\" y1=\"4.6382\" x2=\"8.7226\" y2=\"4.43996875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.7226\" y1=\"4.43996875\" x2=\"8.7226\" y2=\"4.0168\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.72\" y1=\"4.22\" x2=\"5.72\" y2=\"3.85\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.72\" y1=\"3.85\" x2=\"6\" y2=\"3.57\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"RXD2\">\n<contactref element=\"ATTINY\" pad=\"1\"/>\n<contactref element=\"U1\" pad=\"6\"/>\n<wire x1=\"6.42\" y1=\"4.92\" x2=\"6.42\" y2=\"4.23\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.4432\" y1=\"4.56056875\" x2=\"8.91263125\" y2=\"5.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.25\" y1=\"5.04\" x2=\"9.24\" y2=\"5.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.24\" y1=\"5.03\" x2=\"8.91263125\" y2=\"5.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6.7918\" y1=\"3.8582\" x2=\"8.1688625\" y2=\"3.8582\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.1688625\" y1=\"3.8582\" x2=\"8.4432\" y2=\"4.1325375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.4432\" y1=\"4.1325375\" x2=\"8.4432\" y2=\"4.56056875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"4.23\" x2=\"6.7918\" y2=\"3.8582\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_MEMORY\">\n<contactref element=\"MEM\" pad=\"8\"/>\n<contactref element=\"R_SDA\" pad=\"2\"/>\n<contactref element=\"R_SCL\" pad=\"2\"/>\n<contactref element=\"ATTINY\" pad=\"10\"/>\n<wire x1=\"2.55\" y1=\"7.09763125\" x2=\"2.31\" y2=\"6.87363125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.31\" y1=\"6.44\" x2=\"2.31\" y2=\"6.87363125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.55\" y1=\"7.09763125\" x2=\"2.55\" y2=\"7.68\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.55\" y1=\"7.68\" x2=\"2.87\" y2=\"8\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.12\" y1=\"7.79\" x2=\"4.12\" y2=\"7.22\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.87\" y1=\"8\" x2=\"3.91\" y2=\"8\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.91\" y1=\"8\" x2=\"4.12\" y2=\"7.79\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.798\" y1=\"5.165\" x2=\"1.75336875\" y2=\"5.16963125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.31\" y1=\"6.44\" x2=\"2.3\" y2=\"6.438665625\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.3\" y1=\"6.438665625\" x2=\"2.3\" y2=\"5.7162625\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.3\" y1=\"5.7162625\" x2=\"1.75336875\" y2=\"5.16963125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.76\" y1=\"4.528\" x2=\"1.758\" y2=\"4.528\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.798\" y1=\"5.165\" x2=\"1.758\" y2=\"4.528\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_L70\">\n<contactref element=\"L70\" pad=\"8\"/>\n<contactref element=\"C_L702\" pad=\"2\"/>\n<contactref element=\"C_L701\" pad=\"2\"/>\n<via x=\"7.25\" y=\"2.55\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"9.1\" y1=\"2.02\" x2=\"8.15\" y2=\"2.02\" width=\"0.2\" layer=\"16\"/>\n<wire x1=\"8.15\" y1=\"2.02\" x2=\"7.62\" y2=\"2.55\" width=\"0.2\" layer=\"16\"/>\n<wire x1=\"7.25\" y1=\"2.55\" x2=\"7.62\" y2=\"2.55\" width=\"0.2\" layer=\"16\"/>\n<wire x1=\"9.39\" y1=\"1.73\" x2=\"10.83\" y2=\"1.73\" width=\"0.2\" layer=\"16\"/>\n<wire x1=\"9.39\" y1=\"1.73\" x2=\"9.1\" y2=\"2.02\" width=\"0.2\" layer=\"16\"/>\n<contactref element=\"U6\" pad=\"A1\"/>\n<wire x1=\"4.964\" y1=\"2.306\" x2=\"5.178\" y2=\"2.092\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"5.178\" y1=\"2.092\" x2=\"6.62\" y2=\"2.092\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.62\" y1=\"2.092\" x2=\"5.94\" y2=\"2.092\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.25\" y1=\"2.55\" x2=\"7.11\" y2=\"2.55\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.11\" y1=\"2.55\" x2=\"6.66\" y2=\"2.1\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"5.94\" y1=\"2.092\" x2=\"5.948\" y2=\"2.1\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.66\" y1=\"2.1\" x2=\"5.948\" y2=\"2.1\" width=\"0.2\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_L70_BCK\">\n<contactref element=\"ATTINY\" pad=\"2\"/>\n<contactref element=\"L70\" pad=\"6\"/>\n<contactref element=\"C_BCK1\" pad=\"2\"/>\n<contactref element=\"C_BCK2\" pad=\"2\"/>\n<wire x1=\"6.922\" y1=\"5.3\" x2=\"6.44\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"5.32\" x2=\"6.44\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.35\" y1=\"4.772\" x2=\"7.35\" y2=\"4.872\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.35\" y1=\"4.872\" x2=\"6.922\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.13\" y1=\"5.132\" x2=\"7.92\" y2=\"4.922\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.92\" y1=\"4.922\" x2=\"7.5\" y2=\"4.922\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.5\" y1=\"4.922\" x2=\"7.35\" y2=\"4.772\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.13\" y1=\"5.132\" x2=\"7.96\" y2=\"4.962\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.96\" y1=\"4.962\" x2=\"7.96\" y2=\"4.34\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"7.96\" y=\"4.34\" extent=\"1-16\" drill=\"0.35\"/>\n<wire x1=\"7.96\" y1=\"4.34\" x2=\"8.37\" y2=\"3.93\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"8.37\" y1=\"3.93\" x2=\"10.83\" y2=\"3.93\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"DOWNLOAD\">\n<contactref element=\"ATTINY\" pad=\"6\"/>\n<contactref element=\"U1\" pad=\"1\"/>\n<wire x1=\"5.72\" y1=\"7.22\" x2=\"5.72\" y2=\"7.48\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"11.2572\" y1=\"7.14\" x2=\"11.2572\" y2=\"5.86783125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"11.2572\" y1=\"5.86783125\" x2=\"11.22936875\" y2=\"5.84\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"11\" y1=\"5.84\" x2=\"11.22936875\" y2=\"5.84\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"10.8372\" y1=\"7.56\" x2=\"11.2572\" y2=\"7.14\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.72\" y1=\"7.48\" x2=\"5.8\" y2=\"7.56\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.8\" y1=\"7.56\" x2=\"10.8372\" y2=\"7.56\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"GPIO2\">\n<contactref element=\"ATTINY\" pad=\"16\"/>\n<via x=\"3.54\" y=\"1.06\" extent=\"1-16\" drill=\"0.7\" shape=\"square\"/>\n<wire x1=\"3.54\" y1=\"1.06\" x2=\"3.96\" y2=\"1.48\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.12\" y1=\"4.22\" x2=\"4.1\" y2=\"4.2\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.1\" y1=\"4.2\" x2=\"4.1\" y2=\"3.81\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.1\" y1=\"3.81\" x2=\"3.96\" y2=\"3.67\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.96\" y1=\"3.67\" x2=\"3.96\" y2=\"1.48\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_L70_ON\">\n<contactref element=\"U6\" pad=\"B2\"/>\n<contactref element=\"ATTINY\" pad=\"18\"/>\n<wire x1=\"4.92\" y1=\"4.22\" x2=\"4.9\" y2=\"4.2\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.9\" y1=\"4.2\" x2=\"4.9\" y2=\"3.76\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.9\" y1=\"3.76\" x2=\"4.526\" y2=\"3.386\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.526\" y1=\"3.386\" x2=\"4.526\" y2=\"2.744\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.526\" y1=\"2.744\" x2=\"4.566\" y2=\"2.704\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n</signals>\n<mfgpreviewcolors>\n<mfgpreviewcolor name=\"soldermaskcolor\" color=\"0xC8008000\"/>\n<mfgpreviewcolor name=\"silkscreencolor\" color=\"0xFFFEFEFE\"/>\n<mfgpreviewcolor name=\"backgroundcolor\" color=\"0xFF282828\"/>\n<mfgpreviewcolor name=\"coppercolor\" color=\"0xFFFFBF00\"/>\n<mfgpreviewcolor name=\"substratecolor\" color=\"0xFF786E46\"/>\n</mfgpreviewcolors>\n</board>\n</drawing>\n<compatibility>\n<note version=\"9.5\" severity=\"warning\">\nSince Version 9.5, EAGLE supports persistent groups with\nschematics, and board files. Those persistent groups\nwill not be understood (or retained) with this version.\n</note>\n</compatibility>\n</eagle>\n"
  },
  {
    "path": "TickTagHardware/TickTagREV3.sch",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"9.5.2\">\n<drawing>\n<settings>\n<setting alwaysvectorfont=\"no\"/>\n<setting verticaltext=\"up\"/>\n</settings>\n<grid distance=\"0.05\" unitdist=\"inch\" unit=\"inch\" style=\"lines\" multiple=\"1\" display=\"yes\" altdistance=\"0.05\" altunitdist=\"inch\" altunit=\"inch\"/>\n<layers>\n<layer number=\"1\" name=\"Top\" color=\"4\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"2\" name=\"Route2\" color=\"1\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"3\" name=\"Route3\" color=\"4\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"4\" name=\"Route4\" color=\"1\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"5\" name=\"Route5\" color=\"4\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"6\" name=\"Route6\" color=\"1\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"7\" name=\"Route7\" color=\"4\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"8\" name=\"Route8\" color=\"1\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"9\" name=\"Route9\" color=\"4\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"10\" name=\"Route10\" color=\"1\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"11\" name=\"Route11\" color=\"4\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"12\" name=\"Route12\" color=\"1\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"13\" name=\"Route13\" color=\"4\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"14\" name=\"Route14\" color=\"1\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"15\" name=\"Route15\" color=\"4\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"16\" name=\"Bottom\" color=\"1\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"17\" name=\"Pads\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"18\" name=\"Vias\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"19\" name=\"Unrouted\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"20\" name=\"Dimension\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"21\" name=\"tPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"22\" name=\"bPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"23\" name=\"tOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"24\" name=\"bOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"25\" name=\"tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"26\" name=\"bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"27\" name=\"tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"28\" name=\"bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"29\" name=\"tStop\" color=\"7\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"30\" name=\"bStop\" color=\"7\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"31\" name=\"tCream\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"32\" name=\"bCream\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"33\" name=\"tFinish\" color=\"6\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"34\" name=\"bFinish\" color=\"6\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"35\" name=\"tGlue\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"36\" name=\"bGlue\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"37\" name=\"tTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"38\" name=\"bTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"39\" name=\"tKeepout\" color=\"4\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"40\" name=\"bKeepout\" color=\"1\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"41\" name=\"tRestrict\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"42\" name=\"bRestrict\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"43\" name=\"vRestrict\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"44\" name=\"Drills\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"45\" name=\"Holes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"46\" name=\"Milling\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"47\" name=\"Measures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"48\" name=\"Document\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"49\" name=\"Reference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"50\" name=\"dxf\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"51\" name=\"tDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"52\" name=\"bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"53\" name=\"tGND_GNDA\" color=\"7\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"54\" name=\"bGND_GNDA\" color=\"1\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"56\" name=\"wert\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"57\" name=\"tCAD\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"58\" name=\"bCopper\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"59\" name=\"tCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"60\" name=\"bCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"61\" name=\"stand\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"88\" name=\"SimResults\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"89\" name=\"SimProbes\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"90\" name=\"Modules\" color=\"5\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"91\" name=\"Nets\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"92\" name=\"Busses\" color=\"1\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"93\" name=\"Pins\" color=\"2\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"94\" name=\"Symbols\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"95\" name=\"Names\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"96\" name=\"Values\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"97\" name=\"Info\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"98\" name=\"Guide\" color=\"6\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"99\" name=\"SpiceOrder\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"100\" name=\"Muster\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"101\" name=\"Patch_Top\" color=\"12\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"102\" name=\"Vscore\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"103\" name=\"tMap\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"104\" name=\"Name\" color=\"16\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"105\" name=\"tPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"106\" name=\"bPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"107\" name=\"Crop\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"108\" name=\"tplace-old\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"109\" name=\"ref-old\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"110\" name=\"fp0\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"111\" name=\"LPC17xx\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"112\" name=\"tSilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"113\" name=\"IDFDebug\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"114\" name=\"Badge_Outline\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"115\" name=\"ReferenceISLANDS\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"116\" name=\"Patch_BOT\" color=\"9\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"117\" name=\"BACKMAAT1\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"118\" name=\"Rect_Pads\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"119\" name=\"KAP_TEKEN\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"120\" name=\"KAP_MAAT1\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"121\" name=\"_tsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"122\" name=\"_bsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"123\" name=\"tTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"124\" name=\"bTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"125\" name=\"_tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"126\" name=\"_bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"127\" name=\"_tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"128\" name=\"_bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"129\" name=\"Mask\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"130\" name=\"SMDSTROOK\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"131\" name=\"tAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"132\" name=\"bAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"133\" name=\"bottom_silk\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"134\" name=\"mbFinish\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"135\" name=\"mtGlue\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"136\" name=\"mbGlue\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"137\" name=\"mtTest\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"138\" name=\"mbTest\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"139\" name=\"mtKeepout\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"140\" name=\"mbKeepout\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"141\" name=\"mtRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"142\" name=\"mbRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"143\" name=\"mvRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"144\" name=\"Drill_legend\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"145\" name=\"mHoles\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"146\" name=\"mMilling\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"147\" name=\"mMeasures\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"148\" name=\"mDocument\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"149\" name=\"mReference\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"150\" name=\"Notes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"151\" name=\"HeatSink\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"152\" name=\"_bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"153\" name=\"FabDoc1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"154\" name=\"FabDoc2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"155\" name=\"FabDoc3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"160\" name=\"FAB\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"166\" name=\"AntennaArea\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"168\" name=\"4mmHeightArea\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"191\" name=\"mNets\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"192\" name=\"mBusses\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"193\" name=\"mPins\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"194\" name=\"mSymbols\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"195\" name=\"mNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"196\" name=\"mValues\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"199\" name=\"Contour\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"200\" name=\"200bmp\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"201\" name=\"201bmp\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"202\" name=\"202bmp\" color=\"3\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"203\" name=\"203bmp\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"204\" name=\"204bmp\" color=\"5\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"205\" name=\"205bmp\" color=\"6\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"206\" name=\"206bmp\" color=\"7\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"207\" name=\"207bmp\" color=\"8\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"208\" name=\"208bmp\" color=\"9\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"209\" name=\"209bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"210\" name=\"210bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"211\" name=\"211bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"212\" name=\"212bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"213\" name=\"213bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"214\" name=\"214bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"215\" name=\"215bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"216\" name=\"216bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"217\" name=\"217bmp\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"218\" name=\"218bmp\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"219\" name=\"219bmp\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"220\" name=\"220bmp\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"221\" name=\"221bmp\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"222\" name=\"222bmp\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"223\" name=\"223bmp\" color=\"24\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"224\" name=\"224bmp\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"225\" name=\"225bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"226\" name=\"226bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"227\" name=\"227bmp\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"228\" name=\"228bmp\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"229\" name=\"229bmp\" color=\"14\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"230\" name=\"230bmp\" color=\"12\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"231\" name=\"231bmp\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"232\" name=\"Eagle3D_PG2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"233\" name=\"Eagle3D_PG3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"248\" name=\"Housing\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"249\" name=\"Edge\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"250\" name=\"Descript\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"251\" name=\"SMDround\" color=\"12\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"252\" name=\"RM45\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"253\" name=\"Extra\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"254\" name=\"cooling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"255\" name=\"routoute\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n</layers>\n<schematic xreflabel=\"%F%N/%S.%C%R\" xrefpart=\"/%S.%C%R\">\n<libraries>\n<library name=\"frames\" urn=\"urn:adsk.eagle:library:229\">\n<description>&lt;b&gt;Frames for Sheet and Layout&lt;/b&gt;</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"DOCFIELD\" urn=\"urn:adsk.eagle:symbol:13864/1\" library_version=\"1\">\n<wire x1=\"0\" y1=\"0\" x2=\"71.12\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"15.24\" x2=\"87.63\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0\" x2=\"0\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"5.08\" x2=\"71.12\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"5.08\" x2=\"0\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"15.24\" x2=\"101.6\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"5.08\" x2=\"71.12\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"5.08\" x2=\"87.63\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"0\" x2=\"101.6\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"15.24\" x2=\"87.63\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"15.24\" x2=\"0\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"5.08\" x2=\"101.6\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"5.08\" x2=\"101.6\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"15.24\" x2=\"0\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"35.56\" x2=\"0\" y2=\"35.56\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"35.56\" x2=\"101.6\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"22.86\" x2=\"101.6\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"22.86\" x2=\"0\" y2=\"35.56\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"22.86\" x2=\"101.6\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<text x=\"1.27\" y=\"1.27\" size=\"2.54\" layer=\"94\">Date:</text>\n<text x=\"12.7\" y=\"1.27\" size=\"2.54\" layer=\"94\">&gt;LAST_DATE_TIME</text>\n<text x=\"72.39\" y=\"1.27\" size=\"2.54\" layer=\"94\">Sheet:</text>\n<text x=\"86.36\" y=\"1.27\" size=\"2.54\" layer=\"94\">&gt;SHEET</text>\n<text x=\"88.9\" y=\"11.43\" size=\"2.54\" layer=\"94\">REV:</text>\n<text x=\"1.27\" y=\"19.05\" size=\"2.54\" layer=\"94\">TITLE:</text>\n<text x=\"1.27\" y=\"11.43\" size=\"2.54\" layer=\"94\">Document Number:</text>\n<text x=\"17.78\" y=\"19.05\" size=\"2.54\" layer=\"94\">&gt;DRAWING_NAME</text>\n</symbol>\n<symbol name=\"DINA4_L\" urn=\"urn:adsk.eagle:symbol:13867/1\" library_version=\"1\">\n<frame x1=\"0\" y1=\"0\" x2=\"264.16\" y2=\"180.34\" columns=\"4\" rows=\"4\" layer=\"94\" border-left=\"no\" border-top=\"no\" border-right=\"no\" border-bottom=\"no\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"DINA4_L\" urn=\"urn:adsk.eagle:component:13919/1\" prefix=\"FRAME\" uservalue=\"yes\" library_version=\"1\">\n<description>&lt;b&gt;FRAME&lt;/b&gt;&lt;p&gt;\nDIN A4, landscape with extra doc field</description>\n<gates>\n<gate name=\"G$1\" symbol=\"DINA4_L\" x=\"0\" y=\"0\"/>\n<gate name=\"G$2\" symbol=\"DOCFIELD\" x=\"162.56\" y=\"0\" addlevel=\"must\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"SparkFun-PowerSymbols\">\n<description>&lt;h3&gt;SparkFun Power Symbols&lt;/h3&gt;\nThis library contains power, ground, and voltage-supply symbols.\n&lt;br&gt;\n&lt;br&gt;\nWe've spent an enormous amount of time creating and checking these footprints and parts, but it is &lt;b&gt; the end user's responsibility&lt;/b&gt; to ensure correctness and suitablity for a given componet or application. \n&lt;br&gt;\n&lt;br&gt;If you enjoy using this library, please buy one of our products at &lt;a href=\" www.sparkfun.com\"&gt;SparkFun.com&lt;/a&gt;.\n&lt;br&gt;\n&lt;br&gt;\n&lt;b&gt;Licensing:&lt;/b&gt; Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ \n&lt;br&gt;\n&lt;br&gt;\nYou are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"V_BATT\">\n<description>&lt;h3&gt;Battery Voltage Supply&lt;/h3&gt;</description>\n<wire x1=\"0.762\" y1=\"1.27\" x2=\"0\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"-0.762\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"V_BATT\" x=\"0\" y=\"0\" visible=\"off\" length=\"short\" direction=\"sup\" rot=\"R90\"/>\n<text x=\"0\" y=\"2.794\" size=\"1.778\" layer=\"96\" align=\"bottom-center\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"V_BATT\" prefix=\"SUPPLY\">\n<description>&lt;h3&gt;Battery Voltage Supply&lt;/h3&gt;\n&lt;p&gt;Generic symbol for the battery input to a system.&lt;/p&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"V_BATT\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"TinyPICO\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"MICROBUILDER_0402\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\nchip</description>\n<wire x1=\"-0.245\" y1=\"0.224\" x2=\"0.245\" y2=\"0.224\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.224\" x2=\"-0.245\" y2=\"-0.224\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.346\" y1=\"0.483\" x2=\"1.346\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.483\" x2=\"1.346\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.483\" x2=\"-1.346\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.483\" x2=\"-1.346\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.554\" y1=\"-0.3048\" x2=\"-0.254\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.3048\" x2=\"0.5588\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.397\" y=\"-0.1905\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.397\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603\">\n<description>0603 (1608 Metric)</description>\n<wire x1=\"-1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.6\" y1=\"0.7\" x2=\"1.6\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.6\" y1=\"0.7\" x2=\"1.6\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.6\" y1=\"-0.7\" x2=\"-1.6\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.6\" y1=\"-0.7\" x2=\"-1.6\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"1.778\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" font=\"vector\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.778\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" font=\"vector\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-MINI\">\n<description>0603-Mini\n&lt;p&gt;Mini footprint for dense boards&lt;/p&gt;</description>\n<wire x1=\"-1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.37\" y1=\"-0.635\" x2=\"-1.37\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.37\" y1=\"0.635\" x2=\"1.37\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.37\" y1=\"0.635\" x2=\"1.37\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.37\" y1=\"-0.635\" x2=\"-1.37\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.524\" y=\"-0.0635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.524\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805\">\n<description>0805 (2012 Metric)</description>\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.4001\" x2=\"0.1001\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_NOTHERMALS\">\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_1206\">\n<description>1206 (3216 Metric)</description>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.965\" y1=\"0.787\" x2=\"0.965\" y2=\"0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.965\" y1=\"-0.787\" x2=\"0.965\" y2=\"-0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-2.4\" y1=\"1\" x2=\"2.4\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.4\" y1=\"1\" x2=\"2.4\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.4\" y1=\"-1\" x2=\"-2.4\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.4\" y1=\"-1\" x2=\"-2.4\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.7018\" y1=\"-0.8509\" x2=\"-0.9517\" y2=\"0.8491\" layer=\"51\"/>\n<rectangle x1=\"0.9517\" y1=\"-0.8491\" x2=\"1.7018\" y2=\"0.8509\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"2.54\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.54\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_2012\">\n<wire x1=\"-1.662\" y1=\"1.245\" x2=\"1.662\" y2=\"1.245\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.637\" y1=\"-1.245\" x2=\"1.687\" y2=\"-1.245\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.302\" y1=\"1.524\" x2=\"3.302\" y2=\"1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"1.524\" x2=\"3.302\" y2=\"-1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"-1.524\" x2=\"-3.302\" y2=\"-1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"-1.524\" x2=\"-3.302\" y2=\"1.524\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-2.4892\" y1=\"-1.3208\" x2=\"-1.6393\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"1.651\" y1=\"-1.3208\" x2=\"2.5009\" y2=\"1.3292\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.8415\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.667\" y=\"-2.159\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_2512\">\n<description>&lt;b&gt;RESISTOR 2512 (Metric 6432)&lt;/b&gt;</description>\n<wire x1=\"-2.362\" y1=\"1.473\" x2=\"2.387\" y2=\"1.473\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2.362\" y1=\"-1.473\" x2=\"2.387\" y2=\"-1.473\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<rectangle x1=\"-3.2004\" y1=\"-1.5494\" x2=\"-2.3505\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"2.3622\" y1=\"-1.5494\" x2=\"3.2121\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n<smd name=\"1\" x=\"-2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<text x=\"-3.683\" y=\"1.905\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-3.556\" y=\"-2.286\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0402\">\n<description>&lt;b&gt; 0402&lt;/b&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.0573\" y1=\"0.5557\" x2=\"1.0573\" y2=\"0.5557\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.0573\" y1=\"0.5557\" x2=\"1.0573\" y2=\"-0.5556\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.0573\" y1=\"-0.5556\" x2=\"-1.0573\" y2=\"-0.5557\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.0573\" y1=\"-0.5557\" x2=\"-1.0573\" y2=\"0.5557\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.0794\" y1=\"-0.2381\" x2=\"0.0794\" y2=\"0.2381\" layer=\"35\"/>\n<rectangle x1=\"0.25\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.25\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.6\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.6\" dy=\"0.6\" layer=\"1\"/>\n<text x=\"-0.9525\" y=\"0.7939\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.9525\" y=\"-1.3336\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0402MP\">\n<description>&lt;b&gt;0402 MicroPitch&lt;p&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.127\" x2=\"0\" y2=\"-0.127\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.1\" y1=\"-0.2\" x2=\"0.1\" y2=\"0.2\" layer=\"35\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.254\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.4763\" size=\"0.6096\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.7938\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0603\">\n<description>&lt;b&gt;0603&lt;/b&gt;</description>\n<wire x1=\"-0.432\" y1=\"-0.306\" x2=\"0.432\" y2=\"-0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.432\" y1=\"0.306\" x2=\"-0.432\" y2=\"0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4605\" y1=\"0.635\" x2=\"1.4605\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.4605\" y1=\"0.635\" x2=\"1.4605\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.4605\" y1=\"-0.635\" x2=\"-1.4605\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.4605\" y1=\"-0.635\" x2=\"-1.4605\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4318\" y1=\"-0.4\" x2=\"0.8382\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4\" x2=\"-0.4318\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.762\" y=\"0\" dx=\"0.9\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.762\" y=\"0\" dx=\"0.9\" dy=\"0.8\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-1.4923\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0603MP\">\n<description>&lt;b&gt;0603 MicroPitch&lt;/b&gt;</description>\n<wire x1=\"-0.432\" y1=\"-0.306\" x2=\"0.432\" y2=\"-0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.432\" y1=\"0.306\" x2=\"-0.432\" y2=\"0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.254\" x2=\"0\" y2=\"-0.254\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4318\" y1=\"-0.4\" x2=\"0.8\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.8\" y1=\"-0.4\" x2=\"-0.4318\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.25\" x2=\"0.1999\" y2=\"0.25\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.762\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.762\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\"/>\n<text x=\"-0.9525\" y=\"0.635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.9525\" y=\"-0.9525\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0805\">\n<description>&lt;b&gt;0805&lt;/b&gt;</description>\n<wire x1=\"-0.41\" y1=\"0.585\" x2=\"0.41\" y2=\"0.585\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.41\" y1=\"-0.585\" x2=\"0.41\" y2=\"-0.585\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.905\" y1=\"0.889\" x2=\"1.905\" y2=\"0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.905\" y1=\"0.889\" x2=\"1.905\" y2=\"-0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.905\" y1=\"-0.889\" x2=\"-1.905\" y2=\"-0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.905\" y1=\"-0.889\" x2=\"-1.905\" y2=\"0.889\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4064\" y1=\"-0.65\" x2=\"1.0564\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-1.0668\" y1=\"-0.65\" x2=\"-0.4168\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.5875\" y=\"1.27\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.5874\" y=\"-1.651\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0805MP\">\n<description>&lt;b&gt;0805 MicroPitch&lt;/b&gt;</description>\n<wire x1=\"-0.51\" y1=\"0.535\" x2=\"0.51\" y2=\"0.535\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.51\" y1=\"-0.535\" x2=\"0.51\" y2=\"-0.535\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4064\" y1=\"-0.65\" x2=\"1\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-1\" y1=\"-0.65\" x2=\"-0.4168\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.5875\" y=\"0.9525\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.5875\" y=\"-1.27\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-MINI$1\">\n<description>0603-Mini\n&lt;p&gt;Mini footprint for dense boards&lt;/p&gt;</description>\n<wire x1=\"-1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.45\" y1=\"-0.7\" x2=\"-1.45\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.45\" y1=\"0.7\" x2=\"1.45\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.45\" y1=\"0.7\" x2=\"1.45\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.45\" y1=\"-0.7\" x2=\"-1.45\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.524\" y=\"-0.0635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.524\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-NO\">\n<wire x1=\"-1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"1.778\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" font=\"vector\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.778\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" font=\"vector\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805-NO$1\">\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.24\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.24\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_NOTHERMALS$1\">\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.85\" y1=\"1\" x2=\"1.85\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.85\" y1=\"-1\" x2=\"-1.85\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.85\" y1=\"-1\" x2=\"-1.85\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.85\" y1=\"1\" x2=\"1.85\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_10MGAP\">\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.05\" y=\"0\" dx=\"1.2\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.05\" y=\"0\" dx=\"1.2\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__1206\">\n<wire x1=\"0.9525\" y1=\"-0.8128\" x2=\"-0.9652\" y2=\"-0.8128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.9525\" y1=\"0.8128\" x2=\"-0.9652\" y2=\"0.8128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-2.286\" y1=\"1.143\" x2=\"2.286\" y2=\"1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"1.143\" x2=\"2.286\" y2=\"-1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"-1.143\" x2=\"-2.286\" y2=\"-1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"-1.143\" x2=\"-2.286\" y2=\"1.143\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.6891\" y1=\"-0.8763\" x2=\"-0.9525\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"0.9525\" y1=\"-0.8763\" x2=\"1.6891\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.27\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.27\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-2.2225\" y=\"1.5113\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.2225\" y=\"-1.8288\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__1206MP\">\n<wire x1=\"1.0525\" y1=\"-0.7128\" x2=\"-1.0652\" y2=\"-0.7128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.0525\" y1=\"0.7128\" x2=\"-1.0652\" y2=\"0.7128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.635\" y1=\"0.635\" x2=\"0.635\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.635\" y1=\"-0.635\" x2=\"0.635\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.6\" y1=\"-0.8\" x2=\"-0.9\" y2=\"0.8\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n<rectangle x1=\"0.9001\" y1=\"-0.8\" x2=\"1.6\" y2=\"0.8\" layer=\"51\" rot=\"R180\"/>\n<smd name=\"1\" x=\"-1.524\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.524\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-2.2225\" y=\"1.1113\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.2225\" y=\"-1.4288\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0402.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APHHS1005SURCK.pdf</description>\n<wire x1=\"-0.1\" y1=\"0.2\" x2=\"-0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"-0.1\" y2=\"-0.2\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<rectangle x1=\"-0.95\" y1=\"-0.3\" x2=\"-0.15\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"0.15\" y1=\"-0.3\" x2=\"0.95\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"-0.25\" y1=\"0.2\" x2=\"0.25\" y2=\"0.25\" layer=\"21\"/>\n<rectangle x1=\"-0.25\" y1=\"-0.25\" x2=\"0.25\" y2=\"-0.2\" layer=\"21\"/>\n<rectangle x1=\"-0.8636\" y1=\"-0.254\" x2=\"-0.254\" y2=\"0.254\" layer=\"31\"/>\n<rectangle x1=\"0.254\" y1=\"-0.254\" x2=\"0.8636\" y2=\"0.254\" layer=\"31\"/>\n<smd name=\"P$1\" x=\"-0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<smd name=\"P$2\" x=\"0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<text x=\"-1.016\" y=\"0.635\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-1.016\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0603.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APT1608SGC.pdf</description>\n<wire x1=\"-0.375\" y1=\"0.55\" x2=\"-1.325\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.325\" y1=\"0.55\" x2=\"-1.325\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.325\" y1=\"-0.55\" x2=\"-0.375\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.375\" y1=\"-0.55\" x2=\"1.325\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.325\" y1=\"-0.55\" x2=\"1.325\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.325\" y1=\"0.55\" x2=\"0.375\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0.3\" x2=\"-0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"-0.2\" y2=\"-0.3\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-1.225\" y1=\"-0.45\" x2=\"-0.325\" y2=\"0.45\" layer=\"29\"/>\n<rectangle x1=\"0.325\" y1=\"-0.45\" x2=\"1.225\" y2=\"0.45\" layer=\"29\"/>\n<rectangle x1=\"-0.45\" y1=\"-0.4\" x2=\"0.45\" y2=\"-0.3\" layer=\"21\"/>\n<rectangle x1=\"-0.45\" y1=\"0.3\" x2=\"0.45\" y2=\"0.4\" layer=\"21\"/>\n<smd name=\"P$1\" x=\"-0.775\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"0.775\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" stop=\"no\"/>\n<text x=\"-1.27\" y=\"0.762\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-1.143\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"0.4\" y=\"0.4\"/>\n<vertex x=\"0.8\" y=\"0.4\"/>\n<vertex x=\"0.8\" y=\"0.2\" curve=\"90\"/>\n<vertex x=\"0.6\" y=\"0\" curve=\"90\"/>\n<vertex x=\"0.8\" y=\"-0.2\"/>\n<vertex x=\"0.8\" y=\"-0.4\"/>\n<vertex x=\"0.4\" y=\"-0.4\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-0.4\" y=\"-0.4\"/>\n<vertex x=\"-0.8\" y=\"-0.4\"/>\n<vertex x=\"-0.8\" y=\"-0.2\" curve=\"90\"/>\n<vertex x=\"-0.6\" y=\"0\" curve=\"90\"/>\n<vertex x=\"-0.8\" y=\"0.2\"/>\n<vertex x=\"-0.8\" y=\"0.4\"/>\n<vertex x=\"-0.4\" y=\"0.4\"/>\n</polygon>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0805.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APT2012EC.pdf</description>\n<wire x1=\"-0.55\" y1=\"0.7\" x2=\"-1.95\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.95\" y1=\"0.7\" x2=\"-1.95\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.95\" y1=\"-0.7\" x2=\"-0.55\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.55\" y1=\"-0.7\" x2=\"1.95\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.95\" y1=\"-0.7\" x2=\"1.95\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.95\" y1=\"0.7\" x2=\"0.55\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.25\" y1=\"0.5\" x2=\"-0.25\" y2=\"-0.5\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-1.85\" y1=\"-0.6\" x2=\"-0.5\" y2=\"0.6\" layer=\"29\"/>\n<rectangle x1=\"0.5\" y1=\"-0.6\" x2=\"1.85\" y2=\"0.6\" layer=\"29\"/>\n<rectangle x1=\"-0.55\" y1=\"0.5\" x2=\"0.55\" y2=\"0.6\" layer=\"21\"/>\n<rectangle x1=\"-0.55\" y1=\"-0.6\" x2=\"0.55\" y2=\"-0.5\" layer=\"21\" rot=\"R180\"/>\n<smd name=\"P$1\" x=\"-1.175\" y=\"0\" dx=\"1.25\" dy=\"1.1\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"1.175\" y=\"0\" dx=\"1.25\" dy=\"1.1\" layer=\"1\" stop=\"no\"/>\n<text x=\"-1.905\" y=\"0.889\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-1.27\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-0.45\" y=\"-0.6\"/>\n<vertex x=\"-1.05\" y=\"-0.6\"/>\n<vertex x=\"-1.05\" y=\"-0.4\" curve=\"90\"/>\n<vertex x=\"-0.65\" y=\"-0.025\" curve=\"90\"/>\n<vertex x=\"-1.05\" y=\"0.4\"/>\n<vertex x=\"-1.05\" y=\"0.6\"/>\n<vertex x=\"-0.45\" y=\"0.6\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"0.45\" y=\"0.6\"/>\n<vertex x=\"1.05\" y=\"0.6\"/>\n<vertex x=\"1.05\" y=\"0.4\" curve=\"90\"/>\n<vertex x=\"0.65\" y=\"0.025\" curve=\"90\"/>\n<vertex x=\"1.05\" y=\"-0.4\"/>\n<vertex x=\"1.05\" y=\"-0.6\"/>\n<vertex x=\"0.45\" y=\"-0.6\"/>\n</polygon>\n</package>\n<package name=\"CMONR_STANDARDPARTS_1206.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APL3015SGC-F01.pdf</description>\n<wire x1=\"-0.8\" y1=\"0.95\" x2=\"-2.35\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.35\" y1=\"0.95\" x2=\"-2.35\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.35\" y1=\"-0.95\" x2=\"-0.8\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.8\" y1=\"-0.95\" x2=\"2.35\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"2.35\" y1=\"-0.95\" x2=\"2.35\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"2.35\" y1=\"0.95\" x2=\"0.8\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0.65\" x2=\"-0.45\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0\" x2=\"-0.45\" y2=\"-0.65\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0\" x2=\"0.35\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-2.25\" y1=\"-0.85\" x2=\"-0.75\" y2=\"0.85\" layer=\"29\"/>\n<rectangle x1=\"0.75\" y1=\"-0.85\" x2=\"2.25\" y2=\"0.85\" layer=\"29\"/>\n<rectangle x1=\"-0.85\" y1=\"0.65\" x2=\"0.85\" y2=\"0.75\" layer=\"21\"/>\n<rectangle x1=\"-0.85\" y1=\"-0.75\" x2=\"0.85\" y2=\"-0.65\" layer=\"21\"/>\n<smd name=\"P$1\" x=\"-1.5\" y=\"0\" dx=\"1.4\" dy=\"1.6\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"1.5\" y=\"0\" dx=\"1.4\" dy=\"1.6\" layer=\"1\" stop=\"no\"/>\n<text x=\"-2.286\" y=\"1.27\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-1.651\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-1.5\" y=\"0.75\"/>\n<vertex x=\"-0.8\" y=\"0.75\"/>\n<vertex x=\"-0.8\" y=\"-0.75\"/>\n<vertex x=\"-1.5\" y=\"-0.75\"/>\n<vertex x=\"-1.5\" y=\"-0.4\" curve=\"90\"/>\n<vertex x=\"-1.1\" y=\"0\" curve=\"90\"/>\n<vertex x=\"-1.5\" y=\"0.4\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"1.5\" y=\"-0.75\"/>\n<vertex x=\"0.8\" y=\"-0.75\"/>\n<vertex x=\"0.8\" y=\"0.75\"/>\n<vertex x=\"1.5\" y=\"0.75\"/>\n<vertex x=\"1.5\" y=\"0.4\" curve=\"90\"/>\n<vertex x=\"1.1\" y=\"0\" curve=\"90\"/>\n<vertex x=\"1.5\" y=\"-0.4\"/>\n</polygon>\n</package>\n</packages>\n<symbols>\n<symbol name=\"MICROBUILDER_RESISTOR\">\n<wire x1=\"-2.54\" y1=\"1.27\" x2=\"2.54\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"1.27\" x2=\"2.54\" y2=\"-1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-1.27\" x2=\"-2.54\" y2=\"-1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"-1.27\" x2=\"-2.54\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"1\" x=\"-5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\"/>\n<pin name=\"2\" x=\"5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R180\"/>\n<text x=\"-2.54\" y=\"2.032\" size=\"1.27\" layer=\"95\" font=\"vector\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"96\" font=\"vector\">&gt;VALUE</text>\n</symbol>\n<symbol name=\"MICROBUILDER_CAPACITOR\">\n<rectangle x1=\"-1.27\" y1=\"0.508\" x2=\"1.27\" y2=\"1.016\" layer=\"94\"/>\n<rectangle x1=\"-1.27\" y1=\"1.524\" x2=\"1.27\" y2=\"2.032\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0.762\" x2=\"0\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"0\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<pin name=\"1\" x=\"0\" y=\"5.08\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R270\"/>\n<pin name=\"2\" x=\"0\" y=\"-2.54\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R90\"/>\n<text x=\"-2.29\" y=\"1.25\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\">&gt;NAME</text>\n<text x=\"2.3\" y=\"1.25\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\">&gt;VALUE</text>\n</symbol>\n<symbol name=\"PHILBYWHIZZ_NOCONNECTION\">\n<description>A No Connection symbol only&lt;p&gt;\n\nHandy to use on those pins that you want to mark as NC on a schematic.</description>\n<wire x1=\"-0.508\" y1=\"0.508\" x2=\"0.508\" y2=\"-0.508\" width=\"0.254\" layer=\"97\"/>\n<wire x1=\"0.508\" y1=\"0.508\" x2=\"-0.508\" y2=\"-0.508\" width=\"0.254\" layer=\"97\"/>\n</symbol>\n<symbol name=\"CMONR_STANDARDPARTS_LED\">\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"2.54\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"0.889\" x2=\"-0.762\" y2=\"0\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"0\" x2=\"-0.762\" y2=\"-1.016\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"-1.016\" x2=\"0.762\" y2=\"0\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"-0.762\" y2=\"0.889\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.762\" y2=\"0.889\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.762\" y2=\"-1.016\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.127\" y1=\"2.032\" x2=\"-0.254\" y2=\"1.905\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.254\" y1=\"1.905\" x2=\"-0.127\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.127\" y1=\"1.778\" x2=\"-0.508\" y2=\"1.397\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.127\" y1=\"2.032\" x2=\"0\" y2=\"1.651\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"1.651\" x2=\"-0.127\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"1.016\" y1=\"2.032\" x2=\"0.635\" y2=\"1.905\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.635\" y1=\"1.905\" x2=\"0.762\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"1.778\" x2=\"0.381\" y2=\"1.397\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"1.016\" y1=\"2.032\" x2=\"0.889\" y2=\"1.651\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.889\" y1=\"1.651\" x2=\"0.762\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<pin name=\"1\" x=\"-2.54\" y=\"0\" visible=\"off\" length=\"point\"/>\n<pin name=\"2\" x=\"2.54\" y=\"0\" visible=\"off\" length=\"point\" rot=\"R180\"/>\n<text x=\"-1.27\" y=\"2.54\" size=\"1.016\" layer=\"95\" rot=\"MR90\">&gt;NAME</text>\n<text x=\"1.27\" y=\"2.54\" size=\"1.016\" layer=\"96\" rot=\"R90\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"MICROBUILDER_RESISTOR\" prefix=\"R\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;Resistors&lt;/b&gt;&lt;/p&gt;\n&lt;b&gt;0402&lt;/b&gt; - 0402 Surface Mount Package\n&lt;ul&gt;\n&lt;li&gt;22 Ohm 1% 1/16W [Digikey: 311-22.0LRTR-ND]&lt;/li&gt;\n&lt;li&gt;33 Ohm 5% 1/16W&lt;/li&gt;\n&lt;li&gt;1.0K 5% 1/16W&lt;/li&gt;\n&lt;li&gt;1.5K 5% 1/16W&lt;/li&gt;\n&lt;li&gt;2.0K 1% 1/16W&lt;/li&gt;\n&lt;li&gt;10.0K 1% 1/16W [Digikey: 311-10.0KLRTR-ND]&lt;/li&gt;\n&lt;li&gt;10.0K 5% 1/16W [Digikey: RMCF0402JT10K0TR-ND]&lt;/li&gt;\n&lt;li&gt;12.1K 1% 1/16W [Digikey: 311-22.0LRTR-ND]&lt;/li&gt;\n&lt;li&gt;100.0K 5% 1/16W&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;0603&lt;/b&gt; - 0603 Surface Mount Package&lt;br&gt;\n&lt;ul&gt;\n&lt;li&gt;0 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;15 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;49.9 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;150 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;240 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;390 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;560 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;680 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;750 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.5K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.2K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;3.3K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;4.7K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;10.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;12.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;12.1K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;20.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;0805&lt;/b&gt; - 0805 Surface Mount Package\n&lt;ul&gt;\n&lt;li&gt;0 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;150 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;200 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;240 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;330 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;390 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;470 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.5K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;4.7K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;5.1K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;5.6K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;10.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;22.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;1206&lt;/b&gt; - 1206 Surface Mount Package&lt;br/&gt;\n&lt;br/&gt;\n&lt;b&gt;2012&lt;/b&gt; - 2010 Surface Mount Package&lt;br/&gt;\n&lt;ul&gt;&lt;li&gt;0.11 Ohm 1/2 Watt 1% Resistor - Digikey: RHM.11UCT-ND&lt;/li&gt;&lt;/ul&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"MICROBUILDER_RESISTOR\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"0402\" package=\"MICROBUILDER_0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603\" package=\"MICROBUILDER_0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603MINI\" package=\"MICROBUILDER_0603-MINI\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805\" package=\"MICROBUILDER_0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805_NOTHERMALS\" package=\"MICROBUILDER_0805_NOTHERMALS\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"1206\" package=\"MICROBUILDER_1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"2012\" package=\"MICROBUILDER_2012\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"2512\" package=\"MICROBUILDER_2512\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402\" package=\"MICROBUILDER__0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402MP\" package=\"MICROBUILDER__0402MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603\" package=\"MICROBUILDER__0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603MP\" package=\"MICROBUILDER__0603MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805\" package=\"MICROBUILDER__0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805MP\" package=\"MICROBUILDER__0805MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"MICROBUILDER_CAP_CERAMIC\" prefix=\"C\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;Ceramic Capacitors&lt;/b&gt;&lt;/p&gt;\n&lt;p&gt;For new designs, use the packages preceded by an '_' character since they are more reliable:&lt;/p&gt;\n&lt;p&gt;The following footprints should be used on most boards:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;b&gt;_0402&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0603&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0805&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_1206&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;For extremely tight-pitch boards where space is at a premium, the following 'micro-pitch' footprints can be used (smaller pads, no silkscreen outline, etc.):&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;b&gt;_0402MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0603MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0805MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_1206MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;/ul&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"MICROBUILDER_CAPACITOR\" x=\"0\" y=\"-2.54\"/>\n</gates>\n<devices>\n<device name=\"0603MINI\" package=\"MICROBUILDER_0603-MINI$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603_NO\" package=\"MICROBUILDER_0603-NO\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805-NOOUTLINE\" package=\"MICROBUILDER_0805-NO$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805-NOTHERMALS\" package=\"MICROBUILDER_0805_NOTHERMALS$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805_10MGAP\" package=\"MICROBUILDER_0805_10MGAP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402\" package=\"MICROBUILDER__0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402MP\" package=\"MICROBUILDER__0402MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603\" package=\"MICROBUILDER__0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603MP\" package=\"MICROBUILDER__0603MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805\" package=\"MICROBUILDER__0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805MP\" package=\"MICROBUILDER__0805MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_1206\" package=\"MICROBUILDER__1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_1206MP\" package=\"MICROBUILDER__1206MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"PHILBYWHIZZ_NOCONNECTION\">\n<description>A No Connection symbol only&lt;p&gt;\n\nHandy to use on those pins that you want to mark as NC on a schematic.</description>\n<gates>\n<gate name=\"G$1\" symbol=\"PHILBYWHIZZ_NOCONNECTION\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"CMONR_STANDARDPARTS_LED\" prefix=\"D\" uservalue=\"yes\">\n<gates>\n<gate name=\"G$1\" symbol=\"CMONR_STANDARDPARTS_LED\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\".0402\" package=\"CMONR_STANDARDPARTS_0402.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".0603\" package=\"CMONR_STANDARDPARTS_0603.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".0805\" package=\"CMONR_STANDARDPARTS_0805.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".1206\" package=\"CMONR_STANDARDPARTS_1206.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"supply1\" urn=\"urn:adsk.eagle:library:371\">\n<description>&lt;b&gt;Supply Symbols&lt;/b&gt;&lt;p&gt;\n GND, VCC, 0V, +5V, -5V, etc.&lt;p&gt;\n Please keep in mind, that these devices are necessary for the\n automatic wiring of the supply signals.&lt;p&gt;\n The pin name defined in the symbol is identical to the net which is to be wired automatically.&lt;p&gt;\n In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.&lt;p&gt;\n &lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"GND\" urn=\"urn:adsk.eagle:symbol:26925/1\" library_version=\"1\">\n<wire x1=\"-1.905\" y1=\"0\" x2=\"1.905\" y2=\"0\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-2.54\" y=\"-2.54\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"GND\" x=\"0\" y=\"2.54\" visible=\"off\" length=\"short\" direction=\"sup\" rot=\"R270\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"GND\" urn=\"urn:adsk.eagle:component:26954/1\" prefix=\"GND\" library_version=\"1\">\n<description>&lt;b&gt;SUPPLY SYMBOL&lt;/b&gt;</description>\n<gates>\n<gate name=\"1\" symbol=\"GND\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"CAT24M01HU5I-GT3-CorrectedV2\">\n<description>&lt;EEPROM 1MB I2C SERIAL EEPROM&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"SON50P300X200X55-9N\">\n<description>&lt;b&gt;UDFN8 3X2 0.5P CASE 517BU-01&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"6\" x=\"1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"7\" x=\"1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"8\" x=\"1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"9\" x=\"0\" y=\"0\" dx=\"1.56\" dy=\"1.06\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"-0.13\" y=\"-2.25\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<wire x1=\"-2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1\" x2=\"1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1\" x2=\"1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"0.25\" x2=\"-0.75\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.925\" y=\"1.125\" radius=\"0.125\" width=\"0.25\" layer=\"25\"/>\n<rectangle x1=\"0.05\" y1=\"0.325\" x2=\"0.375\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"0.325\" x2=\"-0.05\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.675\" x2=\"-0.05\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.675\" x2=\"0.375\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.175\" x2=\"-0.05\" y2=\"0.15\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.175\" x2=\"0.375\" y2=\"0.15\" layer=\"31\"/>\n<wire x1=\"-0.825\" y1=\"1\" x2=\"0.8\" y2=\"1\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.825\" y1=\"-1\" x2=\"0.8\" y2=\"-1\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"CAT24M01HU5I-GT3\">\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-15.24\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-15.24\" x2=\"5.08\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"5.08\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<text x=\"21.59\" y=\"7.62\" size=\"1.778\" layer=\"95\" align=\"center-left\">&gt;NAME</text>\n<text x=\"21.59\" y=\"5.08\" size=\"1.778\" layer=\"96\" align=\"center-left\">&gt;VALUE</text>\n<pin name=\"NC\" x=\"0\" y=\"0\" length=\"middle\" direction=\"nc\"/>\n<pin name=\"A1\" x=\"0\" y=\"-2.54\" length=\"middle\"/>\n<pin name=\"A2\" x=\"0\" y=\"-5.08\" length=\"middle\"/>\n<pin name=\"VSS\" x=\"0\" y=\"-7.62\" length=\"middle\" direction=\"pwr\"/>\n<pin name=\"EP\" x=\"12.7\" y=\"-20.32\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"VCC\" x=\"25.4\" y=\"0\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"WP\" x=\"25.4\" y=\"-2.54\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"SCL\" x=\"25.4\" y=\"-5.08\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"SDA\" x=\"25.4\" y=\"-7.62\" length=\"middle\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"CAT24M01HU5I-GT3\" prefix=\"IC\">\n<description>&lt;b&gt;EEPROM 1MB I2C SERIAL EEPROM&lt;/b&gt;&lt;p&gt;\nSource: &lt;a href=\"http://www.onsemi.com/pub/Collateral/CAT24M01-D.PDF\"&gt; Datasheet &lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"CAT24M01HU5I-GT3\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"SON50P300X200X55-9N\">\n<connects>\n<connect gate=\"G$1\" pin=\"A1\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"A2\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"EP\" pad=\"9\"/>\n<connect gate=\"G$1\" pin=\"NC\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"SCL\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"SDA\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"VCC\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"VSS\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"WP\" pad=\"7\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"ALLIED_NUMBER\" value=\"70300250\" constant=\"no\"/>\n<attribute name=\"ALLIED_PRICE-STOCK\" value=\"http://www.alliedelec.com/on-semiconductor-cat24m01hu5i-gt3/70300250/\" constant=\"no\"/>\n<attribute name=\"DESCRIPTION\" value=\"EEPROM 1MB I2C SERIAL EEPROM\" constant=\"no\"/>\n<attribute name=\"HEIGHT\" value=\"0.55mm\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"ON Semiconductor\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"CAT24M01HU5I-GT3\" constant=\"no\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"863-CAT24M01HU5I-GT3\" constant=\"no\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=863-CAT24M01HU5I-GT3\" constant=\"no\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"7814831P\" constant=\"no\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"http://uk.rs-online.com/web/p/products/7814831P\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"ATTINY1616-MFR\">\n<description>&lt;8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"QFN40P300X300X90-21N\">\n<description>&lt;b&gt;20 VQFN 3x3-1&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"5\" x=\"-1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"6\" x=\"-0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"7\" x=\"-0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"8\" x=\"0\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"9\" x=\"0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"10\" x=\"0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"11\" x=\"1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"12\" x=\"1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"13\" x=\"1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"14\" x=\"1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"15\" x=\"1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"16\" x=\"0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"17\" x=\"0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"18\" x=\"0\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"19\" x=\"-0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"20\" x=\"-0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"21\" x=\"0\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"0\" y=\"-3.81\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"0\" y=\"3.81\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n<wire x1=\"-2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.1\" x2=\"-1.1\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.9\" y=\"1.4\" radius=\"0.1\" width=\"0.2\" layer=\"25\"/>\n<rectangle x1=\"-0.725\" y1=\"0.1\" x2=\"-0.1\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"0.1\" x2=\"0.75\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"-0.725\" y1=\"-0.75\" x2=\"-0.1\" y2=\"-0.1\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"-0.75\" x2=\"0.75\" y2=\"-0.1\" layer=\"31\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"ATTINY1616-MFR\">\n<wire x1=\"5.08\" y1=\"27.94\" x2=\"33.02\" y2=\"27.94\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"33.02\" y1=\"-20.32\" x2=\"33.02\" y2=\"27.94\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"33.02\" y1=\"-20.32\" x2=\"5.08\" y2=\"-20.32\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"27.94\" x2=\"5.08\" y2=\"-20.32\" width=\"0.254\" layer=\"94\"/>\n<text x=\"34.29\" y=\"33.02\" size=\"1.778\" layer=\"95\" align=\"center-left\">&gt;NAME</text>\n<text x=\"34.29\" y=\"30.48\" size=\"1.778\" layer=\"96\" align=\"center-left\">&gt;VALUE</text>\n<pin name=\"PA2\" x=\"0\" y=\"0\" length=\"middle\"/>\n<pin name=\"(EXTCLK)_PA3\" x=\"0\" y=\"-2.54\" length=\"middle\"/>\n<pin name=\"GND\" x=\"0\" y=\"-5.08\" length=\"middle\"/>\n<pin name=\"VDD\" x=\"0\" y=\"-7.62\" length=\"middle\"/>\n<pin name=\"PA4\" x=\"0\" y=\"-10.16\" length=\"middle\"/>\n<pin name=\"PA5\" x=\"12.7\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PA6\" x=\"15.24\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PA7\" x=\"17.78\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PB5\" x=\"20.32\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PB4\" x=\"22.86\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PC0\" x=\"38.1\" y=\"0\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB0\" x=\"38.1\" y=\"-2.54\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB1\" x=\"38.1\" y=\"-5.08\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB2\" x=\"38.1\" y=\"-7.62\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB3\" x=\"38.1\" y=\"-10.16\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"EP\" x=\"12.7\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PA1\" x=\"15.24\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PA0_(!RESET!/UPDI)\" x=\"17.78\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PC3\" x=\"20.32\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PC2\" x=\"22.86\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PC1\" x=\"25.4\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"ATTINY1616-MFR\" prefix=\"IC\">\n<description>&lt;b&gt;8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R&lt;/b&gt;&lt;p&gt;\nSource: &lt;a href=\"http://ww1.microchip.com/downloads/en/DeviceDoc/ATtiny806_1606_Data_Sheet_40002029A.pdf\"&gt; Datasheet &lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"ATTINY1616-MFR\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"QFN40P300X300X90-21N\">\n<connects>\n<connect gate=\"G$1\" pin=\"(EXTCLK)_PA3\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"EP\" pad=\"21\"/>\n<connect gate=\"G$1\" pin=\"GND\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"PA0_(!RESET!/UPDI)\" pad=\"19\"/>\n<connect gate=\"G$1\" pin=\"PA1\" pad=\"20\"/>\n<connect gate=\"G$1\" pin=\"PA2\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"PA4\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"PA5\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"PA6\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"PA7\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"PB0\" pad=\"14\"/>\n<connect gate=\"G$1\" pin=\"PB1\" pad=\"13\"/>\n<connect gate=\"G$1\" pin=\"PB2\" pad=\"12\"/>\n<connect gate=\"G$1\" pin=\"PB3\" pad=\"11\"/>\n<connect gate=\"G$1\" pin=\"PB4\" pad=\"10\"/>\n<connect gate=\"G$1\" pin=\"PB5\" pad=\"9\"/>\n<connect gate=\"G$1\" pin=\"PC0\" pad=\"15\"/>\n<connect gate=\"G$1\" pin=\"PC1\" pad=\"16\"/>\n<connect gate=\"G$1\" pin=\"PC2\" pad=\"17\"/>\n<connect gate=\"G$1\" pin=\"PC3\" pad=\"18\"/>\n<connect gate=\"G$1\" pin=\"VDD\" pad=\"4\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"DESCRIPTION\" value=\"8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R\" constant=\"no\"/>\n<attribute name=\"HEIGHT\" value=\"0.9mm\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"Microchip\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"ATTINY1606-MFR\" constant=\"no\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"556-ATTINY1606-MFR\" constant=\"no\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=556-ATTINY1606-MFR\" constant=\"no\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"\" constant=\"no\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"L70LessCream\">\n<packages>\n<package name=\"XCVR_L70\">\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<text x=\"-4.94\" y=\"5.685\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-4.94\" y=\"-6.935\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<smd name=\"1\" x=\"-4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"2\" x=\"-4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"3\" x=\"-4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"4\" x=\"-4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"5\" x=\"-4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"6\" x=\"-4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"7\" x=\"-4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"8\" x=\"-4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"9\" x=\"-4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"10\" x=\"4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"11\" x=\"4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"12\" x=\"4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"13\" x=\"4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"14\" x=\"4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"15\" x=\"4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"16\" x=\"4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"17\" x=\"4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"18\" x=\"4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"L70\">\n<wire x1=\"15.24\" y1=\"15.24\" x2=\"15.24\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"15.24\" y1=\"-15.24\" x2=\"-15.24\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-15.24\" y1=\"-15.24\" x2=\"-15.24\" y2=\"15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-15.24\" y1=\"15.24\" x2=\"15.24\" y2=\"15.24\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-15.24\" y=\"16.51\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"-15.24\" y=\"-17.78\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"VCC\" x=\"20.32\" y=\"12.7\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"V_BCKP\" x=\"20.32\" y=\"10.16\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"VCC_RF\" x=\"20.32\" y=\"5.08\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"RESET\" x=\"-20.32\" y=\"7.62\" length=\"middle\" direction=\"in\"/>\n<pin name=\"RXD1\" x=\"-20.32\" y=\"2.54\" length=\"middle\" direction=\"in\"/>\n<pin name=\"TXD1\" x=\"-20.32\" y=\"0\" length=\"middle\" direction=\"out\"/>\n<pin name=\"RF_IN\" x=\"-20.32\" y=\"-5.08\" length=\"middle\" direction=\"in\"/>\n<pin name=\"STANDBY\" x=\"-20.32\" y=\"-10.16\" length=\"middle\" direction=\"in\"/>\n<pin name=\"ANTON\" x=\"20.32\" y=\"0\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"1PPS\" x=\"20.32\" y=\"-2.54\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"TIMER\" x=\"20.32\" y=\"-5.08\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"GND\" x=\"20.32\" y=\"-12.7\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"RSVD/NC\" x=\"20.32\" y=\"-7.62\" length=\"middle\" direction=\"nc\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"L70\" prefix=\"U\">\n<description>GPS Module &lt;a href=\"https://snapeda.com/parts/L70/Quectel/view-part/?ref=eda\"&gt;Check prices&lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"L70\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"XCVR_L70\">\n<connects>\n<connect gate=\"G$1\" pin=\"1PPS\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"ANTON\" pad=\"13\"/>\n<connect gate=\"G$1\" pin=\"GND\" pad=\"1 10 12\"/>\n<connect gate=\"G$1\" pin=\"RESET\" pad=\"9\"/>\n<connect gate=\"G$1\" pin=\"RF_IN\" pad=\"11\"/>\n<connect gate=\"G$1\" pin=\"RSVD/NC\" pad=\"7 15 16 17\"/>\n<connect gate=\"G$1\" pin=\"RXD1\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"STANDBY\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"TIMER\" pad=\"18\"/>\n<connect gate=\"G$1\" pin=\"TXD1\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"VCC\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"VCC_RF\" pad=\"14\"/>\n<connect gate=\"G$1\" pin=\"V_BCKP\" pad=\"6\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"AVAILABILITY\" value=\"Bad\"/>\n<attribute name=\"DESCRIPTION\" value=\" L70, an SMD type module, brings the high performance of MTK positioning engine to the industrial applications with compact profile, ultra low power consumption and fast positioning capability. \"/>\n<attribute name=\"MF\" value=\"Quectel\"/>\n<attribute name=\"MP\" value=\"L70\"/>\n<attribute name=\"PACKAGE\" value=\"2920 Quectel\"/>\n<attribute name=\"PRICE\" value=\"None\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"PanasonicA4SConnectorsV7\">\n<packages>\n<package name=\"AXE610124\">\n<text x=\"-1.69326875\" y=\"1.69235\" size=\"0.610396875\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.6107\" y=\"-2.05066875\" size=\"0.609771875\" layer=\"27\">&gt;VALUE</text>\n<smd name=\"10\" x=\"-0.79\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"8\" x=\"-0.39\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"6\" x=\"0.01\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"4\" x=\"0.41\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"2\" x=\"0.81\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"9\" x=\"-0.79\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"7\" x=\"-0.39\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"5\" x=\"0.01\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"3\" x=\"0.41\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"1\" x=\"0.81\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"DNC1\" x=\"-1.59\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC2\" x=\"-1.59\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC4\" x=\"1.607\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC3\" x=\"1.607\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.69\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"0.78\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-0.78\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"1.69\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.67\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"-0.79\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"0.78\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"-1.67\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<circle x=\"1.09\" y=\"-1.06\" radius=\"0.05\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"AXE610124\">\n<wire x1=\"5.08\" y1=\"7.62\" x2=\"2.54\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"7.62\" x2=\"-2.54\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"7.62\" x2=\"-5.08\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"5.08\" x2=\"-2.54\" y2=\"5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"2.54\" x2=\"-2.54\" y2=\"2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-2.54\" y2=\"0\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-2.54\" x2=\"-2.54\" y2=\"-2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-5.08\" x2=\"-2.54\" y2=\"-5.08\" width=\"0.762\" layer=\"94\"/>\n<text x=\"-5.081390625\" y=\"7.622090625\" size=\"1.778490625\" layer=\"95\">&gt;NAME</text>\n<text x=\"-5.08363125\" y=\"-10.1673\" size=\"1.77926875\" layer=\"96\">&gt;VALUE</text>\n<wire x1=\"2.54\" y1=\"5.08\" x2=\"5.08\" y2=\"5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"2.54\" x2=\"5.08\" y2=\"2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"0\" x2=\"5.08\" y2=\"0\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-5.08\" x2=\"5.08\" y2=\"-5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"7.62\" x2=\"-5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-7.62\" x2=\"-2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"-7.62\" x2=\"2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-7.62\" x2=\"5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"-7.62\" x2=\"5.08\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"1\" x=\"-10.16\" y=\"5.08\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"2\" x=\"10.16\" y=\"5.08\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"3\" x=\"-10.16\" y=\"2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"4\" x=\"10.16\" y=\"2.54\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"5\" x=\"-10.16\" y=\"0\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"6\" x=\"10.16\" y=\"0\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"7\" x=\"-10.16\" y=\"-2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"8\" x=\"10.16\" y=\"-2.54\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"9\" x=\"-10.16\" y=\"-5.08\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"10\" x=\"10.16\" y=\"-5.08\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<wire x1=\"-2.54\" y1=\"7.62\" x2=\"-2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"7.62\" x2=\"2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"AXE610124\">\n<gates>\n<gate name=\"G$1\" symbol=\"AXE610124\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"AXE610124\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"10\" pad=\"10\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"6\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"7\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"8\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"9\" pad=\"9\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"TPS22916V2\">\n<packages>\n<package name=\"TPS22916\">\n<wire x1=\"-0.4634\" y1=\"-0.3534\" x2=\"0.3534\" y2=\"-0.3534\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"0.3534\" y1=\"-0.3534\" x2=\"0.3534\" y2=\"0.4634\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"0.3534\" y1=\"0.4634\" x2=\"-0.4634\" y2=\"0.4634\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-0.4634\" y1=\"0.4634\" x2=\"-0.4634\" y2=\"-0.3534\" width=\"0.05\" layer=\"51\"/>\n<smd name=\"A1\" x=\"-0.254\" y=\"0.254\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<smd name=\"A2\" x=\"0.144\" y=\"0.254\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<smd name=\"B1\" x=\"-0.254\" y=\"-0.144\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<smd name=\"B2\" x=\"0.144\" y=\"-0.144\" dx=\"0.23\" dy=\"0.23\" layer=\"1\" roundness=\"100\" stop=\"no\" cream=\"no\"/>\n<circle x=\"-0.254\" y=\"0.254\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<circle x=\"0.144\" y=\"0.254\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<circle x=\"-0.254\" y=\"-0.144\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<circle x=\"0.144\" y=\"-0.144\" radius=\"0.065\" width=\"0.2032\" layer=\"29\"/>\n<rectangle x1=\"-0.38\" y1=\"0.13\" x2=\"-0.13\" y2=\"0.38\" layer=\"31\"/>\n<rectangle x1=\"0.02\" y1=\"0.13\" x2=\"0.27\" y2=\"0.38\" layer=\"31\"/>\n<rectangle x1=\"0.02\" y1=\"-0.27\" x2=\"0.27\" y2=\"-0.02\" layer=\"31\"/>\n<rectangle x1=\"-0.38\" y1=\"-0.27\" x2=\"-0.13\" y2=\"-0.02\" layer=\"31\"/>\n<circle x=\"-0.79\" y=\"0.75\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.57\" y1=\"0.18\" x2=\"-0.57\" y2=\"0.57\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.18\" y1=\"0.57\" x2=\"-0.57\" y2=\"0.57\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.46\" y1=\"-0.46\" x2=\"0.07\" y2=\"-0.46\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.46\" y1=\"-0.07\" x2=\"0.46\" y2=\"-0.46\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"TPS22916\">\n<wire x1=\"-12.7\" y1=\"7.62\" x2=\"-12.7\" y2=\"-12.7\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-12.7\" y1=\"-12.7\" x2=\"12.7\" y2=\"-12.7\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"12.7\" y1=\"-12.7\" x2=\"12.7\" y2=\"7.62\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"12.7\" y1=\"7.62\" x2=\"-12.7\" y2=\"7.62\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-4.067859375\" y=\"9.889990625\" size=\"2.08478125\" layer=\"95\" ratio=\"10\" rot=\"SR0\">&gt;NAME</text>\n<text x=\"-6.05248125\" y=\"-17.2674\" size=\"2.085309375\" layer=\"96\" ratio=\"10\" rot=\"SR0\">&gt;VALUE</text>\n<pin name=\"VIN\" x=\"-17.78\" y=\"2.54\" length=\"middle\" direction=\"pwr\"/>\n<pin name=\"ON\" x=\"-17.78\" y=\"-2.54\" length=\"middle\" direction=\"in\"/>\n<pin name=\"GND\" x=\"-17.78\" y=\"-7.62\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"VOUT\" x=\"17.78\" y=\"2.54\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"TPS22916\" prefix=\"U\">\n<description>Linear Regulator </description>\n<gates>\n<gate name=\"A\" symbol=\"TPS22916\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"TPS22916\">\n<connects>\n<connect gate=\"A\" pin=\"GND\" pad=\"B1\"/>\n<connect gate=\"A\" pin=\"ON\" pad=\"B2\"/>\n<connect gate=\"A\" pin=\"VIN\" pad=\"A2\"/>\n<connect gate=\"A\" pin=\"VOUT\" pad=\"A1\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"AVAILABILITY\" value=\"Unavailable\"/>\n<attribute name=\"DESCRIPTION\" value=\" Linear Voltage Regulator IC 1 Output 150mA 4-DSBGA (1x1) \"/>\n<attribute name=\"MF\" value=\"Texas Instruments\"/>\n<attribute name=\"MP\" value=\"LP5900TL-3.0\"/>\n<attribute name=\"PACKAGE\" value=\"WFBGA-4 Texas Instruments\"/>\n<attribute name=\"PRICE\" value=\"None\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"1575AT43A0040E_V2\">\n<description>Generated from &lt;b&gt;ColibriREV1B.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<description>&lt;b&gt;1575AT43A0040E&lt;/b&gt;&lt;br&gt;</description>\n<circle x=\"4.263\" y=\"0.037\" radius=\"0.033\" width=\"0.2\" layer=\"25\"/>\n<wire x1=\"-3.5\" y1=\"1\" x2=\"3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"1\" x2=\"3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-2.6\" y1=\"1\" x2=\"2.6\" y2=\"1\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-2.6\" y1=\"-1\" x2=\"2.6\" y2=\"-1\" width=\"0.2\" layer=\"21\"/>\n<smd name=\"1\" x=\"3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"2\" x=\"-3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n</package>\n</packages>\n<symbols>\n<symbol name=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-2.54\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"FEED\" x=\"0\" y=\"0\" length=\"middle\" direction=\"in\"/>\n<pin name=\"NC\" x=\"25.4\" y=\"0\" length=\"middle\" direction=\"nc\" rot=\"R180\"/>\n<text x=\"21.59\" y=\"7.62\" size=\"1.778\" layer=\"95\" align=\"center-left\">&gt;NAME</text>\n<text x=\"21.59\" y=\"5.08\" size=\"1.778\" layer=\"96\" align=\"center-left\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"SAMACSYS_PARTS_1575AT43A0040E\" prefix=\"ANT\">\n<description>&lt;b&gt;Tri-Band GPS, BDS, and GLNSS, Low Cost, Linearly Polarized, Omnidirectional Chip Antenna&lt;/b&gt;&lt;p&gt;\nSource: &lt;a href=\"https://componentsearchengine.com/Datasheets/1/1575AT43A0040E.pdf\"&gt; Datasheet &lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"SAMACSYS_PARTS_1575AT43A0040E\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<connects>\n<connect gate=\"G$1\" pin=\"FEED\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"NC\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"DESCRIPTION\" value=\"Tri-Band GPS, BDS, and GLNSS, Low Cost, Linearly Polarized, Omnidirectional Chip Antenna\" constant=\"no\"/>\n<attribute name=\"HEIGHT\" value=\"mm\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"JOHANSON TECHNOLOGY\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"1575AT43A0040E\" constant=\"no\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"609-1575AT43A0040E\" constant=\"no\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=609-1575AT43A0040E\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"BatterySolderPadSquareNoCream\">\n<description>Generated from &lt;b&gt;GPS_radiologger_v14.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"BATTERYSOLDERPAD\">\n<smd name=\"1\" x=\"0\" y=\"0\" dx=\"2.2\" dy=\"3\" layer=\"1\" roundness=\"50\" rot=\"R90\" cream=\"no\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"BATTERYSOLDERPAD\">\n<description>&lt;h3&gt;Antenna&lt;/h3&gt;</description>\n<wire x1=\"0\" y1=\"2.54\" x2=\"0\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"5.08\" x2=\"2.54\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"2.54\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"-2.54\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"SIGNAL\" x=\"0\" y=\"-5.08\" visible=\"off\" length=\"short\" rot=\"R90\"/>\n<text x=\"0.508\" y=\"0\" size=\"1.778\" layer=\"95\" font=\"vector\">&gt;NAME</text>\n<text x=\"0.508\" y=\"-2.54\" size=\"1.778\" layer=\"96\" font=\"vector\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"BATTERYSOLDERPAD\">\n<gates>\n<gate name=\"G$1\" symbol=\"BATTERYSOLDERPAD\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"BATTERYSOLDERPAD\">\n<connects>\n<connect gate=\"G$1\" pin=\"SIGNAL\" pad=\"1\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n</libraries>\n<attributes>\n</attributes>\n<variantdefs>\n</variantdefs>\n<classes>\n<class number=\"0\" name=\"default\" width=\"0\" drill=\"0\">\n</class>\n</classes>\n<groups>\n<schematic_group name=\"I2C\"/>\n<schematic_group name=\"MEMORY\"/>\n<schematic_group name=\"LED\"/>\n<schematic_group name=\"EXTENSION\"/>\n<schematic_group name=\"BRAIN\"/>\n<schematic_group name=\"L70_GPS\"/>\n<schematic_group name=\"BATTERY\"/>\n<schematic_group name=\"ANTENNA\"/>\n<schematic_group name=\"LOADSWITCH\"/>\n</groups>\n<parts>\n<part name=\"R_SCL\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"4.7k\"/>\n<part name=\"R_SDA\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"4.7k\"/>\n<part name=\"R_LED\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"1k\"/>\n<part name=\"D_LED_GREEN\" library=\"TinyPICO\" deviceset=\"CMONR_STANDARDPARTS_LED\" device=\".0402\" value=\"GREEN\"/>\n<part name=\"GND17\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\">\n<attribute name=\"SPICEPREFIX\" value=\"G\"/>\n</part>\n<part name=\"MEM\" library=\"CAT24M01HU5I-GT3-CorrectedV2\" deviceset=\"CAT24M01HU5I-GT3\" device=\"\"/>\n<part name=\"U$19\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$20\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$21\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"GND18\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\">\n<attribute name=\"SPICEPREFIX\" value=\"G\"/>\n</part>\n<part name=\"GND19\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\">\n<attribute name=\"SPICEPREFIX\" value=\"G\"/>\n</part>\n<part name=\"FRAME1\" library=\"frames\" library_urn=\"urn:adsk.eagle:library:229\" deviceset=\"DINA4_L\" device=\"\" value=\"FRAME\"/>\n<part name=\"L70\" library=\"L70LessCream\" deviceset=\"L70\" device=\"\"/>\n<part name=\"U$14\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$1\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$2\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$3\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"C_L701\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"0.1uF\"/>\n<part name=\"C_L702\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"10uF\"/>\n<part name=\"GND3\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"C_BCK1\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"0.1uF\"/>\n<part name=\"C_BCK2\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"4.7uF\"/>\n<part name=\"GND4\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND6\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"U$5\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U1\" library=\"PanasonicA4SConnectorsV7\" deviceset=\"AXE610124\" device=\"\"/>\n<part name=\"ATTINY\" library=\"ATTINY1616-MFR\" deviceset=\"ATTINY1616-MFR\" device=\"\"/>\n<part name=\"C_TINY\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"1uF\"/>\n<part name=\"GND1\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"C2\" library=\"BatterySolderPadSquareNoCream\" deviceset=\"BATTERYSOLDERPAD\" device=\"\"/>\n<part name=\"GND2\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND5\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND7\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"V_BATT3\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"GND8\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"V_BATT1\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"U$4\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$6\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$7\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U6\" library=\"TPS22916V2\" deviceset=\"TPS22916\" device=\"\"/>\n<part name=\"C_TPS\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"1uF\"/>\n<part name=\"GND9\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"V_BATT4\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"ANT-CHIP\" library=\"1575AT43A0040E_V2\" deviceset=\"SAMACSYS_PARTS_1575AT43A0040E\" device=\"\" value=\"ANT1\"/>\n<part name=\"C1\" library=\"BatterySolderPadSquareNoCream\" deviceset=\"BATTERYSOLDERPAD\" device=\"\"/>\n<part name=\"V_BATT2\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"U$8\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$9\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$10\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n</parts>\n<sheets>\n<sheet>\n<plain>\n<text x=\"-101.6\" y=\"102.87\" size=\"1.778\" layer=\"91\" grouprefs=\"MEMORY\">0x50</text>\n<text x=\"-2.54\" y=\"34.29\" size=\"1.778\" layer=\"91\" grouprefs=\"L70_GPS\">Min 100mA</text>\n<text x=\"-92.71\" y=\"2.54\" size=\"1.778\" layer=\"91\" grouprefs=\"LOADSWITCH\">TPS22916CN\n10nA off, 0.5uA on</text>\n</plain>\n<instances>\n<instance part=\"R_SCL\" gate=\"G$1\" x=\"-111.76\" y=\"49.53\" smashed=\"yes\" rot=\"R90\" grouprefs=\"I2C\">\n<attribute name=\"NAME\" x=\"-113.792\" y=\"46.99\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"-108.585\" y=\"46.99\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\"/>\n</instance>\n<instance part=\"R_SDA\" gate=\"G$1\" x=\"-104.14\" y=\"49.53\" smashed=\"yes\" rot=\"R90\" grouprefs=\"I2C\">\n<attribute name=\"NAME\" x=\"-106.172\" y=\"46.99\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"-100.965\" y=\"46.99\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\"/>\n</instance>\n<instance part=\"R_LED\" gate=\"G$1\" x=\"-91.44\" y=\"71.12\" smashed=\"yes\" rot=\"R90\" grouprefs=\"LED\">\n<attribute name=\"NAME\" x=\"-93.472\" y=\"68.58\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"-88.265\" y=\"68.58\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\"/>\n</instance>\n<instance part=\"D_LED_GREEN\" gate=\"G$1\" x=\"-91.44\" y=\"60.96\" smashed=\"yes\" rot=\"R270\" grouprefs=\"LED\">\n<attribute name=\"NAME\" x=\"-88.9\" y=\"62.23\" size=\"1.016\" layer=\"95\" rot=\"MR180\"/>\n<attribute name=\"VALUE\" x=\"-88.9\" y=\"59.69\" size=\"1.016\" layer=\"96\"/>\n</instance>\n<instance part=\"GND17\" gate=\"1\" x=\"-91.44\" y=\"53.34\" smashed=\"yes\" grouprefs=\"LED\">\n<attribute name=\"VALUE\" x=\"-93.98\" y=\"50.8\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"MEM\" gate=\"G$1\" x=\"-107.95\" y=\"116.84\" smashed=\"yes\" grouprefs=\"MEMORY\">\n<attribute name=\"NAME\" x=\"-105.41\" y=\"123.19\" size=\"1.778\" layer=\"95\" align=\"center-left\"/>\n<attribute name=\"VALUE\" x=\"-105.41\" y=\"120.65\" size=\"1.778\" layer=\"96\" align=\"center-left\"/>\n</instance>\n<instance part=\"U$19\" gate=\"G$1\" x=\"-82.55\" y=\"114.3\" smashed=\"yes\" grouprefs=\"MEMORY\"/>\n<instance part=\"U$20\" gate=\"G$1\" x=\"-107.95\" y=\"114.3\" smashed=\"yes\" grouprefs=\"MEMORY\"/>\n<instance part=\"U$21\" gate=\"G$1\" x=\"-107.95\" y=\"111.76\" smashed=\"yes\" grouprefs=\"MEMORY\"/>\n<instance part=\"GND18\" gate=\"1\" x=\"-110.49\" y=\"104.14\" smashed=\"yes\" grouprefs=\"MEMORY\">\n<attribute name=\"VALUE\" x=\"-113.03\" y=\"101.6\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND19\" gate=\"1\" x=\"-95.25\" y=\"92.71\" smashed=\"yes\" grouprefs=\"MEMORY\">\n<attribute name=\"VALUE\" x=\"-97.79\" y=\"90.17\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"FRAME1\" gate=\"G$1\" x=\"-120.65\" y=\"-48.26\" smashed=\"yes\"/>\n<instance part=\"FRAME1\" gate=\"G$2\" x=\"41.91\" y=\"-48.26\" smashed=\"yes\">\n<attribute name=\"LAST_DATE_TIME\" x=\"54.61\" y=\"-46.99\" size=\"2.54\" layer=\"94\"/>\n<attribute name=\"SHEET\" x=\"128.27\" y=\"-46.99\" size=\"2.54\" layer=\"94\"/>\n<attribute name=\"DRAWING_NAME\" x=\"59.69\" y=\"-29.21\" size=\"2.54\" layer=\"94\"/>\n</instance>\n<instance part=\"L70\" gate=\"G$1\" x=\"-25.4\" y=\"19.05\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"-40.64\" y=\"35.56\" size=\"1.778\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"-40.64\" y=\"1.27\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"U$14\" gate=\"G$1\" x=\"-5.08\" y=\"24.13\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U$1\" gate=\"G$1\" x=\"-45.72\" y=\"26.67\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U$2\" gate=\"G$1\" x=\"-5.08\" y=\"19.05\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U$3\" gate=\"G$1\" x=\"-5.08\" y=\"16.51\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"C_L701\" gate=\"G$1\" x=\"10.16\" y=\"27.94\" smashed=\"yes\" rot=\"R180\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"12.45\" y=\"26.69\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"7.86\" y=\"26.69\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"C_L702\" gate=\"G$1\" x=\"17.78\" y=\"27.94\" smashed=\"yes\" rot=\"R180\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"20.07\" y=\"26.69\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"15.48\" y=\"26.69\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"GND3\" gate=\"1\" x=\"13.97\" y=\"17.78\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"VALUE\" x=\"11.43\" y=\"15.24\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"C_BCK1\" gate=\"G$1\" x=\"6.35\" y=\"6.35\" smashed=\"yes\" rot=\"R180\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"8.64\" y=\"5.1\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"4.05\" y=\"5.1\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"C_BCK2\" gate=\"G$1\" x=\"13.97\" y=\"6.35\" smashed=\"yes\" rot=\"R180\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"16.26\" y=\"5.1\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"11.67\" y=\"5.1\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"GND4\" gate=\"1\" x=\"7.62\" y=\"-5.08\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"VALUE\" x=\"5.08\" y=\"-7.62\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND6\" gate=\"1\" x=\"-5.08\" y=\"-1.27\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"VALUE\" x=\"-7.62\" y=\"-3.81\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"U$5\" gate=\"G$1\" x=\"-45.72\" y=\"8.89\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U1\" gate=\"G$1\" x=\"81.28\" y=\"74.93\" smashed=\"yes\" grouprefs=\"EXTENSION\">\n<attribute name=\"NAME\" x=\"76.198609375\" y=\"82.552090625\" size=\"1.778490625\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"74.92636875\" y=\"63.4927\" size=\"1.77926875\" layer=\"96\"/>\n</instance>\n<instance part=\"ATTINY\" gate=\"G$1\" x=\"-11.43\" y=\"80.01\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"C_TINY\" gate=\"G$1\" x=\"-30.48\" y=\"68.58\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BRAIN\">\n<attribute name=\"NAME\" x=\"-28.19\" y=\"67.33\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"-32.78\" y=\"67.33\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"GND1\" gate=\"1\" x=\"-5.08\" y=\"114.3\" smashed=\"yes\" rot=\"R270\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-7.62\" y=\"116.84\" size=\"1.778\" layer=\"96\" rot=\"R270\"/>\n</instance>\n<instance part=\"C2\" gate=\"G$1\" x=\"64.77\" y=\"105.41\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BATTERY\">\n<attribute name=\"NAME\" x=\"64.262\" y=\"105.41\" size=\"1.778\" layer=\"95\" font=\"vector\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"68.58\" y=\"120.142\" size=\"1.778\" layer=\"96\" font=\"vector\" rot=\"R270\"/>\n</instance>\n<instance part=\"GND2\" gate=\"1\" x=\"64.77\" y=\"115.57\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BATTERY\">\n<attribute name=\"VALUE\" x=\"67.31\" y=\"118.11\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"GND5\" gate=\"1\" x=\"-16.51\" y=\"85.09\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-13.97\" y=\"87.63\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"GND7\" gate=\"1\" x=\"-30.48\" y=\"58.42\" smashed=\"yes\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-33.02\" y=\"55.88\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"V_BATT3\" gate=\"G$1\" x=\"-30.48\" y=\"73.66\" smashed=\"yes\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-28.194\" y=\"80.01\" size=\"1.778\" layer=\"96\" rot=\"R90\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"GND8\" gate=\"1\" x=\"92.71\" y=\"83.82\" smashed=\"yes\" rot=\"R180\" grouprefs=\"EXTENSION\">\n<attribute name=\"VALUE\" x=\"95.25\" y=\"86.36\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"V_BATT1\" gate=\"G$1\" x=\"68.58\" y=\"69.85\" smashed=\"yes\" rot=\"R90\" grouprefs=\"EXTENSION\">\n<attribute name=\"VALUE\" x=\"62.23\" y=\"72.136\" size=\"1.778\" layer=\"96\" rot=\"R180\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"U$4\" gate=\"G$1\" x=\"6.35\" y=\"54.61\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"U$6\" gate=\"G$1\" x=\"26.67\" y=\"80.01\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"U$7\" gate=\"G$1\" x=\"-11.43\" y=\"69.85\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"U6\" gate=\"A\" x=\"-83.82\" y=\"7.62\" smashed=\"yes\" grouprefs=\"LOADSWITCH\">\n<attribute name=\"NAME\" x=\"-85.347859375\" y=\"11.159990625\" size=\"2.08478125\" layer=\"95\" ratio=\"10\" rot=\"SR0\"/>\n<attribute name=\"VALUE\" x=\"-86.06248125\" y=\"-3.2974\" size=\"2.085309375\" layer=\"96\" ratio=\"10\" rot=\"SR0\"/>\n</instance>\n<instance part=\"C_TPS\" gate=\"G$1\" x=\"-107.95\" y=\"5.08\" smashed=\"yes\" grouprefs=\"LOADSWITCH\">\n<attribute name=\"NAME\" x=\"-110.24\" y=\"6.33\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"-105.65\" y=\"6.33\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n</instance>\n<instance part=\"GND9\" gate=\"1\" x=\"-113.03\" y=\"0\" smashed=\"yes\" rot=\"R270\" grouprefs=\"LOADSWITCH\">\n<attribute name=\"VALUE\" x=\"-115.57\" y=\"2.54\" size=\"1.778\" layer=\"96\" rot=\"R270\"/>\n</instance>\n<instance part=\"V_BATT4\" gate=\"G$1\" x=\"-114.3\" y=\"12.7\" smashed=\"yes\" grouprefs=\"LOADSWITCH\">\n<attribute name=\"VALUE\" x=\"-112.014\" y=\"19.05\" size=\"1.778\" layer=\"96\" rot=\"R90\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"ANT-CHIP\" gate=\"G$1\" x=\"90.17\" y=\"41.91\" smashed=\"yes\" rot=\"R180\" grouprefs=\"ANTENNA\">\n<attribute name=\"NAME\" x=\"69.756665625\" y=\"45.7695375\" size=\"1.778\" layer=\"95\" align=\"center-left\"/>\n<attribute name=\"VALUE\" x=\"85.48901875\" y=\"38.00926875\" size=\"1.778\" layer=\"96\" rot=\"R180\" align=\"center-left\"/>\n</instance>\n<instance part=\"C1\" gate=\"G$1\" x=\"54.61\" y=\"105.41\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BATTERY\">\n<attribute name=\"NAME\" x=\"54.102\" y=\"105.41\" size=\"1.778\" layer=\"95\" font=\"vector\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"58.42\" y=\"120.142\" size=\"1.778\" layer=\"96\" font=\"vector\" rot=\"R270\"/>\n</instance>\n<instance part=\"V_BATT2\" gate=\"G$1\" x=\"54.61\" y=\"113.03\" smashed=\"yes\" grouprefs=\"BATTERY\">\n<attribute name=\"VALUE\" x=\"56.896\" y=\"119.38\" size=\"1.778\" layer=\"96\" rot=\"R90\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"U$8\" gate=\"G$1\" x=\"-5.08\" y=\"13.97\" smashed=\"yes\"/>\n<instance part=\"U$9\" gate=\"G$1\" x=\"3.81\" y=\"54.61\" smashed=\"yes\"/>\n<instance part=\"U$10\" gate=\"G$1\" x=\"11.43\" y=\"113.03\" smashed=\"yes\"/>\n</instances>\n<busses>\n</busses>\n<nets>\n<net name=\"GND\" class=\"0\">\n<segment>\n<pinref part=\"D_LED_GREEN\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-91.44\" y1=\"58.42\" x2=\"-91.44\" y2=\"55.88\" width=\"0.1524\" layer=\"91\" grouprefs=\"LED\"/>\n<pinref part=\"GND17\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"VSS\"/>\n<pinref part=\"GND18\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-107.95\" y1=\"109.22\" x2=\"-110.49\" y2=\"109.22\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<wire x1=\"-110.49\" y1=\"109.22\" x2=\"-110.49\" y2=\"106.68\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"GND19\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"EP\"/>\n<wire x1=\"-95.25\" y1=\"95.25\" x2=\"-95.25\" y2=\"96.52\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"C_L701\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"GND3\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"10.16\" y1=\"22.86\" x2=\"10.16\" y2=\"20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"10.16\" y1=\"20.32\" x2=\"13.97\" y2=\"20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_L702\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"13.97\" y1=\"20.32\" x2=\"17.78\" y2=\"20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"17.78\" y1=\"20.32\" x2=\"17.78\" y2=\"22.86\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"13.97\" y=\"20.32\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"C_BCK1\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"6.35\" y1=\"1.27\" x2=\"6.35\" y2=\"-2.54\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"6.35\" y1=\"-2.54\" x2=\"7.62\" y2=\"-2.54\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_BCK2\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"7.62\" y1=\"-2.54\" x2=\"13.97\" y2=\"-2.54\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"13.97\" y1=\"-2.54\" x2=\"13.97\" y2=\"1.27\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"GND4\" gate=\"1\" pin=\"GND\"/>\n<junction x=\"7.62\" y=\"-2.54\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"GND\"/>\n<pinref part=\"GND6\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-5.08\" y1=\"6.35\" x2=\"-5.08\" y2=\"1.27\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"GND1\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"EP\"/>\n<wire x1=\"-2.54\" y1=\"114.3\" x2=\"1.27\" y2=\"114.3\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"1.27\" y1=\"114.3\" x2=\"1.27\" y2=\"113.03\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"C2\" gate=\"G$1\" pin=\"SIGNAL\"/>\n<wire x1=\"64.77\" y1=\"113.03\" x2=\"64.77\" y2=\"110.49\" width=\"0.1524\" layer=\"91\" grouprefs=\"BATTERY\"/>\n<pinref part=\"GND2\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"GND\"/>\n<pinref part=\"GND5\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-11.43\" y1=\"74.93\" x2=\"-16.51\" y2=\"74.93\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"-16.51\" y1=\"74.93\" x2=\"-16.51\" y2=\"82.55\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"C_TINY\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-30.48\" y1=\"63.5\" x2=\"-30.48\" y2=\"60.96\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<pinref part=\"GND7\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"GND8\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"91.44\" y1=\"80.01\" x2=\"92.71\" y2=\"80.01\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"92.71\" y1=\"80.01\" x2=\"92.71\" y2=\"81.28\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"4\"/>\n<wire x1=\"92.71\" y1=\"80.01\" x2=\"92.71\" y2=\"77.47\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"92.71\" y1=\"77.47\" x2=\"91.44\" y2=\"77.47\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<junction x=\"92.71\" y=\"80.01\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<wire x1=\"-110.49\" y1=\"0\" x2=\"-107.95\" y2=\"0\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<wire x1=\"-107.95\" y1=\"0\" x2=\"-107.95\" y2=\"2.54\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<wire x1=\"-101.6\" y1=\"0\" x2=\"-107.95\" y2=\"0\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<junction x=\"-107.95\" y=\"0\" grouprefs=\"LOADSWITCH\"/>\n<pinref part=\"U6\" gate=\"A\" pin=\"GND\"/>\n<pinref part=\"C_TPS\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"GND9\" gate=\"1\" pin=\"GND\"/>\n</segment>\n</net>\n<net name=\"SCL\" class=\"0\">\n<segment>\n<pinref part=\"R_SCL\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-111.76\" y1=\"44.45\" x2=\"-111.76\" y2=\"38.1\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-111.76\" y=\"38.1\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"I2C\"/>\n</segment>\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"SCL\"/>\n<wire x1=\"-82.55\" y1=\"111.76\" x2=\"-78.74\" y2=\"111.76\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<label x=\"-78.74\" y=\"111.76\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB0\"/>\n<wire x1=\"26.67\" y1=\"77.47\" x2=\"40.64\" y2=\"77.47\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"40.64\" y1=\"77.47\" x2=\"40.64\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"40.64\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"SDA\" class=\"0\">\n<segment>\n<pinref part=\"R_SDA\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-104.14\" y1=\"44.45\" x2=\"-104.14\" y2=\"38.1\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-104.14\" y=\"38.1\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"I2C\"/>\n</segment>\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"SDA\"/>\n<wire x1=\"-82.55\" y1=\"109.22\" x2=\"-78.74\" y2=\"109.22\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<wire x1=\"-78.74\" y1=\"109.22\" x2=\"-78.74\" y2=\"107.95\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<label x=\"-78.74\" y=\"107.95\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB1\"/>\n<wire x1=\"26.67\" y1=\"74.93\" x2=\"36.83\" y2=\"74.93\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"36.83\" y1=\"74.93\" x2=\"36.83\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"36.83\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"N$9\" class=\"0\">\n<segment>\n<pinref part=\"D_LED_GREEN\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"R_LED\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-91.44\" y1=\"63.5\" x2=\"-91.44\" y2=\"66.04\" width=\"0.1524\" layer=\"91\" grouprefs=\"LED\"/>\n</segment>\n</net>\n<net name=\"LED_GREEN\" class=\"0\">\n<segment>\n<pinref part=\"R_LED\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-91.44\" y1=\"76.2\" x2=\"-91.44\" y2=\"80.01\" width=\"0.1524\" layer=\"91\" grouprefs=\"LED\"/>\n<label x=\"-91.44\" y=\"80.01\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"LED\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB5\"/>\n<wire x1=\"8.89\" y1=\"54.61\" x2=\"8.89\" y2=\"49.53\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"8.89\" y1=\"49.53\" x2=\"13.97\" y2=\"49.53\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"13.97\" y=\"49.53\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"V_BATT\" class=\"0\">\n<segment>\n<pinref part=\"C_TINY\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"VDD\"/>\n<wire x1=\"-30.48\" y1=\"71.12\" x2=\"-30.48\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"-30.48\" y1=\"72.39\" x2=\"-11.43\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<pinref part=\"V_BATT3\" gate=\"G$1\" pin=\"V_BATT\"/>\n<wire x1=\"-30.48\" y1=\"73.66\" x2=\"-30.48\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<junction x=\"-30.48\" y=\"72.39\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"V_BATT1\" gate=\"G$1\" pin=\"V_BATT\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"9\"/>\n<wire x1=\"68.58\" y1=\"69.85\" x2=\"69.85\" y2=\"69.85\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"7\"/>\n<wire x1=\"69.85\" y1=\"69.85\" x2=\"71.12\" y2=\"69.85\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"71.12\" y1=\"72.39\" x2=\"69.85\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"69.85\" y1=\"72.39\" x2=\"69.85\" y2=\"69.85\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<junction x=\"69.85\" y=\"69.85\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<wire x1=\"-114.3\" y1=\"10.16\" x2=\"-107.95\" y2=\"10.16\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<wire x1=\"-107.95\" y1=\"10.16\" x2=\"-101.6\" y2=\"10.16\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<junction x=\"-107.95\" y=\"10.16\" grouprefs=\"LOADSWITCH\"/>\n<pinref part=\"U6\" gate=\"A\" pin=\"VIN\"/>\n<pinref part=\"C_TPS\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"V_BATT4\" gate=\"G$1\" pin=\"V_BATT\"/>\n<wire x1=\"-114.3\" y1=\"12.7\" x2=\"-114.3\" y2=\"10.16\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n</segment>\n<segment>\n<pinref part=\"C1\" gate=\"G$1\" pin=\"SIGNAL\"/>\n<wire x1=\"54.61\" y1=\"110.49\" x2=\"54.61\" y2=\"113.03\" width=\"0.1524\" layer=\"91\" grouprefs=\"BATTERY\"/>\n<pinref part=\"V_BATT2\" gate=\"G$1\" pin=\"V_BATT\"/>\n</segment>\n</net>\n<net name=\"ANT_GNSS\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"RF_IN\"/>\n<label x=\"-50.8\" y=\"13.97\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"-45.72\" y1=\"13.97\" x2=\"-50.8\" y2=\"13.97\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"ANT-CHIP\" gate=\"G$1\" pin=\"FEED\"/>\n<wire x1=\"90.17\" y1=\"41.91\" x2=\"95.25\" y2=\"41.91\" width=\"0.1524\" layer=\"91\" grouprefs=\"ANTENNA\"/>\n<wire x1=\"95.25\" y1=\"41.91\" x2=\"95.25\" y2=\"38.1\" width=\"0.1524\" layer=\"91\" grouprefs=\"ANTENNA\"/>\n<label x=\"95.25\" y=\"38.1\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"ANTENNA\"/>\n</segment>\n</net>\n<net name=\"RXD\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"TXD1\"/>\n<wire x1=\"-45.72\" y1=\"19.05\" x2=\"-54.61\" y2=\"19.05\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<label x=\"-54.61\" y=\"19.05\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB3\"/>\n<wire x1=\"26.67\" y1=\"69.85\" x2=\"29.21\" y2=\"69.85\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"29.21\" y1=\"69.85\" x2=\"29.21\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"29.21\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"TXD\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"RXD1\"/>\n<wire x1=\"-45.72\" y1=\"21.59\" x2=\"-49.53\" y2=\"21.59\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<label x=\"-49.53\" y=\"21.59\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB2\"/>\n<wire x1=\"26.67\" y1=\"72.39\" x2=\"33.02\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"33.02\" y1=\"72.39\" x2=\"33.02\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"33.02\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"UPDI\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA0_(!RESET!/UPDI)\"/>\n<wire x1=\"6.35\" y1=\"113.03\" x2=\"6.35\" y2=\"123.19\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"6.35\" y=\"123.19\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"10\"/>\n<wire x1=\"91.44\" y1=\"69.85\" x2=\"92.71\" y2=\"69.85\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"92.71\" y1=\"69.85\" x2=\"92.71\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"92.71\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"TXD2\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA1\"/>\n<wire x1=\"3.81\" y1=\"113.03\" x2=\"3.81\" y2=\"119.38\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"3.81\" y=\"119.38\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"8\"/>\n<wire x1=\"91.44\" y1=\"72.39\" x2=\"97.79\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"97.79\" y1=\"72.39\" x2=\"97.79\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"97.79\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"RXD2\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA2\"/>\n<wire x1=\"-11.43\" y1=\"80.01\" x2=\"-11.43\" y2=\"97.79\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"-11.43\" y=\"97.79\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"6\"/>\n<wire x1=\"91.44\" y1=\"74.93\" x2=\"101.6\" y2=\"74.93\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"101.6\" y1=\"74.93\" x2=\"101.6\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"101.6\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"POWER_MEMORY\" class=\"0\">\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"VCC\"/>\n<wire x1=\"-82.55\" y1=\"116.84\" x2=\"-78.74\" y2=\"116.84\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<label x=\"-78.74\" y=\"116.84\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"R_SDA\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-104.14\" y1=\"54.61\" x2=\"-104.14\" y2=\"57.15\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-104.14\" y=\"57.15\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"I2C\"/>\n</segment>\n<segment>\n<pinref part=\"R_SCL\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-111.76\" y1=\"57.15\" x2=\"-111.76\" y2=\"54.61\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-111.76\" y=\"57.15\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"I2C\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB4\"/>\n<wire x1=\"11.43\" y1=\"54.61\" x2=\"11.43\" y2=\"53.34\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"11.43\" y=\"53.34\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"POWER_L70\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"VCC\"/>\n<pinref part=\"C_L702\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-5.08\" y1=\"31.75\" x2=\"10.16\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"10.16\" y1=\"31.75\" x2=\"17.78\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"17.78\" y1=\"31.75\" x2=\"17.78\" y2=\"30.48\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_L701\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"10.16\" y1=\"30.48\" x2=\"10.16\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"10.16\" y=\"31.75\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"17.78\" y1=\"31.75\" x2=\"22.86\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"17.78\" y=\"31.75\" grouprefs=\"L70_GPS\"/>\n<label x=\"21.59\" y=\"31.75\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<wire x1=\"-66.04\" y1=\"10.16\" x2=\"-63.5\" y2=\"10.16\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<label x=\"-63.5\" y=\"10.16\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"LOADSWITCH\"/>\n<pinref part=\"U6\" gate=\"A\" pin=\"VOUT\"/>\n</segment>\n</net>\n<net name=\"POWER_L70_BCK\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"(EXTCLK)_PA3\"/>\n<wire x1=\"-11.43\" y1=\"77.47\" x2=\"-22.86\" y2=\"77.47\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"-22.86\" y1=\"77.47\" x2=\"-22.86\" y2=\"90.17\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"-22.86\" y=\"90.17\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"V_BCKP\"/>\n<wire x1=\"-5.08\" y1=\"29.21\" x2=\"6.35\" y2=\"29.21\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"6.35\" y1=\"29.21\" x2=\"6.35\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_BCK1\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"C_BCK2\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"13.97\" y1=\"8.89\" x2=\"6.35\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"6.35\" y=\"8.89\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"13.97\" y1=\"8.89\" x2=\"20.32\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"13.97\" y=\"8.89\" grouprefs=\"L70_GPS\"/>\n<label x=\"20.32\" y=\"8.89\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n</segment>\n</net>\n<net name=\"DOWNLOAD\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA5\"/>\n<wire x1=\"1.27\" y1=\"54.61\" x2=\"1.27\" y2=\"53.34\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"1.27\" y1=\"53.34\" x2=\"0\" y2=\"53.34\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"0\" y=\"53.34\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"U1\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"71.12\" y1=\"80.01\" x2=\"66.04\" y2=\"80.01\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"66.04\" y=\"80.01\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"GPIO2\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PC1\"/>\n<wire x1=\"13.97\" y1=\"113.03\" x2=\"13.97\" y2=\"115.57\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"13.97\" y1=\"115.57\" x2=\"15.24\" y2=\"115.57\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"15.24\" y=\"115.57\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"POWER_L70_ON\" class=\"0\">\n<segment>\n<wire x1=\"-101.6\" y1=\"5.08\" x2=\"-102.87\" y2=\"5.08\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<wire x1=\"-102.87\" y1=\"5.08\" x2=\"-102.87\" y2=\"17.78\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOADSWITCH\"/>\n<label x=\"-102.87\" y=\"17.78\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"LOADSWITCH\"/>\n<pinref part=\"U6\" gate=\"A\" pin=\"ON\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PC3\"/>\n<wire x1=\"8.89\" y1=\"113.03\" x2=\"8.89\" y2=\"123.19\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"8.89\" y1=\"123.19\" x2=\"10.16\" y2=\"123.19\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"10.16\" y=\"123.19\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n</nets>\n</sheet>\n</sheets>\n</schematic>\n</drawing>\n<compatibility>\n<note version=\"6.3\" minversion=\"6.2.2\" severity=\"warning\">\nSince Version 6.2.2 text objects can contain more than one line,\nwhich will not be processed correctly with this version.\n</note>\n<note version=\"8.2\" severity=\"warning\">\nSince Version 8.2, EAGLE supports online libraries. The ids\nof those online libraries will not be understood (or retained)\nwith this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports URNs for individual library\nassets (packages, symbols, and devices). The URNs of those assets\nwill not be understood (or retained) with this version.\n</note>\n<note version=\"9.5\" severity=\"warning\">\nSince Version 9.5, EAGLE supports persistent groups with\nschematics, and board files. Those persistent groups\nwill not be understood (or retained) with this version.\n</note>\n</compatibility>\n</eagle>\n"
  },
  {
    "path": "TickTagHardware/TickTagREV4.brd",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"9.5.2\">\n<drawing>\n<settings>\n<setting alwaysvectorfont=\"no\"/>\n<setting verticaltext=\"up\"/>\n</settings>\n<grid distance=\"0.01\" unitdist=\"mm\" unit=\"mm\" style=\"lines\" multiple=\"1\" display=\"yes\" altdistance=\"0.1\" altunitdist=\"mm\" altunit=\"mm\"/>\n<layers>\n<layer number=\"1\" name=\"Top\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"2\" name=\"Route2\" color=\"1\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"3\" name=\"Route3\" color=\"4\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"4\" name=\"Route4\" color=\"1\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"5\" name=\"Route5\" color=\"4\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"6\" name=\"Route6\" color=\"1\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"7\" name=\"Route7\" color=\"4\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"8\" name=\"Route8\" color=\"1\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"9\" name=\"Route9\" color=\"4\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"10\" name=\"Route10\" color=\"1\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"11\" name=\"Route11\" color=\"4\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"12\" name=\"Route12\" color=\"1\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"13\" name=\"Route13\" color=\"4\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"14\" name=\"Route14\" color=\"1\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"15\" name=\"Route15\" color=\"4\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"16\" name=\"Bottom\" color=\"1\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"17\" name=\"Pads\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"18\" name=\"Vias\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"19\" name=\"Unrouted\" color=\"6\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"20\" name=\"Dimension\" color=\"24\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"21\" name=\"tPlace\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"22\" name=\"bPlace\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"23\" name=\"tOrigins\" color=\"15\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"24\" name=\"bOrigins\" color=\"15\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"25\" name=\"tNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"26\" name=\"bNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"27\" name=\"tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"28\" name=\"bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"29\" name=\"tStop\" color=\"7\" fill=\"3\" visible=\"no\" active=\"yes\"/>\n<layer number=\"30\" name=\"bStop\" color=\"7\" fill=\"6\" visible=\"no\" active=\"yes\"/>\n<layer number=\"31\" name=\"tCream\" color=\"7\" fill=\"4\" visible=\"no\" active=\"yes\"/>\n<layer number=\"32\" name=\"bCream\" color=\"7\" fill=\"5\" visible=\"no\" active=\"yes\"/>\n<layer number=\"33\" name=\"tFinish\" color=\"6\" fill=\"3\" visible=\"no\" active=\"yes\"/>\n<layer number=\"34\" name=\"bFinish\" color=\"6\" fill=\"6\" visible=\"no\" active=\"yes\"/>\n<layer number=\"35\" name=\"tGlue\" color=\"7\" fill=\"4\" visible=\"no\" active=\"yes\"/>\n<layer number=\"36\" name=\"bGlue\" color=\"7\" fill=\"5\" visible=\"no\" active=\"yes\"/>\n<layer number=\"37\" name=\"tTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"38\" name=\"bTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"39\" name=\"tKeepout\" color=\"4\" fill=\"11\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"40\" name=\"bKeepout\" color=\"1\" fill=\"11\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"41\" name=\"tRestrict\" color=\"4\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"42\" name=\"bRestrict\" color=\"1\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"43\" name=\"vRestrict\" color=\"2\" fill=\"10\" visible=\"no\" active=\"yes\"/>\n<layer number=\"44\" name=\"Drills\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"45\" name=\"Holes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"46\" name=\"Milling\" color=\"3\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"47\" name=\"Measures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"48\" name=\"Document\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"49\" name=\"Reference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"50\" name=\"dxf\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"51\" name=\"tDocu\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"52\" name=\"bDocu\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"53\" name=\"tGND_GNDA\" color=\"7\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"54\" name=\"bGND_GNDA\" color=\"1\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"56\" name=\"wert\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"57\" name=\"tCAD\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"58\" name=\"bCopper\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"59\" name=\"tCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"60\" name=\"bCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"61\" name=\"stand\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"88\" name=\"SimResults\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"89\" name=\"SimProbes\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"90\" name=\"Modules\" color=\"5\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"91\" name=\"Nets\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"92\" name=\"Busses\" color=\"1\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"93\" name=\"Pins\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"94\" name=\"Symbols\" color=\"4\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"95\" name=\"Names\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"96\" name=\"Values\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"97\" name=\"Info\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"98\" name=\"Guide\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"99\" name=\"SpiceOrder\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"100\" name=\"Muster\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"101\" name=\"Patch_Top\" color=\"12\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"102\" name=\"Vscore\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"103\" name=\"tMap\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"104\" name=\"Name\" color=\"16\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"105\" name=\"tPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"106\" name=\"bPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"107\" name=\"Crop\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"108\" name=\"tplace-old\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"109\" name=\"ref-old\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"110\" name=\"fp0\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"111\" name=\"LPC17xx\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"112\" name=\"tSilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"113\" name=\"IDFDebug\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"114\" name=\"Badge_Outline\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"115\" name=\"ReferenceISLANDS\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"116\" name=\"Patch_BOT\" color=\"9\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"117\" name=\"BACKMAAT1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"118\" name=\"Rect_Pads\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"119\" name=\"KAP_TEKEN\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"120\" name=\"KAP_MAAT1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"121\" name=\"_tsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"122\" name=\"_bsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"123\" name=\"tTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"124\" name=\"bTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"125\" name=\"_tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"126\" name=\"_bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"127\" name=\"_tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"128\" name=\"_bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"129\" name=\"Mask\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"130\" name=\"SMDSTROOK\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"131\" name=\"tAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"132\" name=\"bAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"133\" name=\"bottom_silk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"134\" name=\"mbFinish\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"135\" name=\"mtGlue\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"136\" name=\"mbGlue\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"137\" name=\"mtTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"138\" name=\"mbTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"139\" name=\"mtKeepout\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"140\" name=\"mbKeepout\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"141\" name=\"mtRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"142\" name=\"mbRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"143\" name=\"mvRestrict\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"144\" name=\"Drill_legend\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"145\" name=\"mHoles\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"146\" name=\"mMilling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"147\" name=\"mMeasures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"148\" name=\"mDocument\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"149\" name=\"mReference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"150\" name=\"Notes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"151\" name=\"HeatSink\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"152\" name=\"_bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"153\" name=\"FabDoc1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"154\" name=\"FabDoc2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"155\" name=\"FabDoc3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"160\" name=\"FAB\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"166\" name=\"AntennaArea\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"168\" name=\"4mmHeightArea\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"191\" name=\"mNets\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"192\" name=\"mBusses\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"193\" name=\"mPins\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"194\" name=\"mSymbols\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"195\" name=\"mNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"196\" name=\"mValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"199\" name=\"Contour\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"200\" name=\"200bmp\" color=\"1\" fill=\"10\" visible=\"no\" active=\"yes\"/>\n<layer number=\"201\" name=\"201bmp\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"202\" name=\"202bmp\" color=\"3\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"203\" name=\"203bmp\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"204\" name=\"204bmp\" color=\"5\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"205\" name=\"205bmp\" color=\"6\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"206\" name=\"206bmp\" color=\"7\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"207\" name=\"207bmp\" color=\"8\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"208\" name=\"208bmp\" color=\"9\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"209\" name=\"209bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"210\" name=\"210bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"211\" name=\"211bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"212\" name=\"212bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"213\" name=\"213bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"214\" name=\"214bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"215\" name=\"215bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"216\" name=\"216bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"217\" name=\"217bmp\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"218\" name=\"218bmp\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"219\" name=\"219bmp\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"220\" name=\"220bmp\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"221\" name=\"221bmp\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"222\" name=\"222bmp\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"223\" name=\"223bmp\" color=\"24\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"224\" name=\"224bmp\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"225\" name=\"225bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"226\" name=\"226bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"227\" name=\"227bmp\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"228\" name=\"228bmp\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"229\" name=\"229bmp\" color=\"14\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"230\" name=\"230bmp\" color=\"12\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"231\" name=\"231bmp\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"232\" name=\"Eagle3D_PG2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"233\" name=\"Eagle3D_PG3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"248\" name=\"Housing\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"249\" name=\"Edge\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"250\" name=\"Descript\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"251\" name=\"SMDround\" color=\"12\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"252\" name=\"RM45\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"253\" name=\"Extra\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"254\" name=\"cooling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"255\" name=\"routoute\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n</layers>\n<board>\n<plain>\n<rectangle x1=\"-0.74\" y1=\"1.7\" x2=\"-0.34\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"1.675\" x2=\"-0.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.015\" y1=\"1.675\" x2=\"-0.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.09\" y1=\"1.7\" x2=\"-0.29\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.84\" y1=\"2\" x2=\"-0.64\" y2=\"2.05\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.84\" y1=\"1.35\" x2=\"-0.64\" y2=\"1.4\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"2.025\" x2=\"-0.715\" y2=\"2.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"1.675\" x2=\"-0.715\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.865\" y1=\"1.325\" x2=\"-0.715\" y2=\"1.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"2.025\" x2=\"-0.765\" y2=\"2.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"1.675\" x2=\"-0.765\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.915\" y1=\"1.325\" x2=\"-0.765\" y2=\"1.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.965\" y1=\"2.025\" x2=\"-0.815\" y2=\"2.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.965\" y1=\"1.675\" x2=\"-0.815\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-0.965\" y1=\"1.325\" x2=\"-0.815\" y2=\"1.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.365\" y1=\"1.675\" x2=\"-0.515\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.415\" y1=\"1.675\" x2=\"-0.565\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.49\" y1=\"1.7\" x2=\"-0.59\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.565\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.665\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.765\" y1=\"1.675\" x2=\"-0.615\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.84\" y1=\"1.7\" x2=\"-0.64\" y2=\"1.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.915\" y1=\"1.675\" x2=\"-0.665\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.015\" y1=\"1.675\" x2=\"-0.665\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.065\" y1=\"1.675\" x2=\"-0.715\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.54\" y1=\"2.3\" x2=\"-1.34\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.815\" y1=\"1.675\" x2=\"-1.065\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.54\" y1=\"1.1\" x2=\"-1.34\" y2=\"1.15\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.59\" y1=\"2.3\" x2=\"-1.39\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.815\" y1=\"1.675\" x2=\"-1.165\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.59\" y1=\"1.05\" x2=\"-1.39\" y2=\"1.1\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.64\" y1=\"2.3\" x2=\"-1.44\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.865\" y1=\"1.675\" x2=\"-1.215\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.64\" y1=\"1.05\" x2=\"-1.44\" y2=\"1.1\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.715\" y1=\"2.325\" x2=\"-1.465\" y2=\"2.375\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.915\" y1=\"1.675\" x2=\"-1.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.715\" y1=\"1.025\" x2=\"-1.465\" y2=\"1.075\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.79\" y1=\"2.3\" x2=\"-1.49\" y2=\"2.35\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.015\" y1=\"1.675\" x2=\"-1.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-1.79\" y1=\"1.05\" x2=\"-1.49\" y2=\"1.1\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.465\" y1=\"1.675\" x2=\"-0.915\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.515\" y1=\"1.675\" x2=\"-0.965\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.815\" y1=\"1.675\" x2=\"-0.765\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.965\" y1=\"1.675\" x2=\"-0.715\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.365\" y1=\"2.425\" x2=\"-1.415\" y2=\"2.475\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.365\" y1=\"0.925\" x2=\"-1.415\" y2=\"0.975\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.44\" y1=\"2.45\" x2=\"-1.44\" y2=\"2.5\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.44\" y1=\"0.9\" x2=\"-1.44\" y2=\"0.95\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"2.5\" x2=\"-1.49\" y2=\"2.55\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"0.85\" x2=\"-1.49\" y2=\"0.9\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.54\" y1=\"2.5\" x2=\"-1.54\" y2=\"2.55\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.54\" y1=\"0.85\" x2=\"-1.54\" y2=\"0.9\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"2.5\" x2=\"-1.59\" y2=\"2.55\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"0.85\" x2=\"-1.59\" y2=\"0.9\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.565\" y1=\"2.425\" x2=\"-1.715\" y2=\"2.475\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.565\" y1=\"0.925\" x2=\"-1.715\" y2=\"0.975\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"2.25\" x2=\"-1.89\" y2=\"2.3\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.49\" y1=\"1.1\" x2=\"-1.89\" y2=\"1.15\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.615\" y1=\"2.275\" x2=\"-1.865\" y2=\"2.325\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.615\" y1=\"1.075\" x2=\"-1.865\" y2=\"1.125\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-3.315\" y1=\"1.675\" x2=\"-1.265\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-3.365\" y1=\"1.675\" x2=\"-1.315\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-3.465\" y1=\"1.675\" x2=\"-1.315\" y2=\"1.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"2.6\" x2=\"-2.29\" y2=\"2.65\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.94\" y1=\"1.65\" x2=\"-1.94\" y2=\"1.7\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"0.75\" x2=\"-2.29\" y2=\"0.8\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.615\" y1=\"2.675\" x2=\"-2.365\" y2=\"2.725\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.59\" y1=\"0.7\" x2=\"-2.39\" y2=\"0.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.64\" y1=\"2.7\" x2=\"-2.44\" y2=\"2.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.64\" y1=\"0.65\" x2=\"-2.44\" y2=\"0.7\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.665\" y1=\"2.725\" x2=\"-2.515\" y2=\"2.775\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.665\" y1=\"0.625\" x2=\"-2.515\" y2=\"0.675\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.715\" y1=\"2.725\" x2=\"-2.565\" y2=\"2.775\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.715\" y1=\"0.625\" x2=\"-2.565\" y2=\"0.675\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.74\" y1=\"2.7\" x2=\"-2.64\" y2=\"2.75\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<rectangle x1=\"-2.74\" y1=\"0.65\" x2=\"-2.64\" y2=\"0.7\" layer=\"25\" rot=\"R270\" grouprefs=\"COW BULL\"/>\n<wire x1=\"0.23\" y1=\"10.06\" x2=\"11.94\" y2=\"10.06\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-0.39\" y1=\"4.81\" x2=\"-0.39\" y2=\"9.44\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-20.885\" y1=\"-1.43\" x2=\"-20.885\" y2=\"20.72\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-20.885\" y1=\"20.72\" x2=\"14.265\" y2=\"20.72\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"14.265\" y1=\"20.72\" x2=\"14.265\" y2=\"-1.43\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"14.265\" y1=\"-1.43\" x2=\"-20.885\" y2=\"-1.43\" width=\"0.1524\" layer=\"51\"/>\n<text x=\"-20.96\" y=\"21.295\" size=\"1.27\" layer=\"51\">Ear-Tag Housing 22 x 35mm</text>\n<text x=\"3.785\" y=\"2.78\" size=\"1.016\" layer=\"25\" font=\"vector\" rot=\"R180\">S</text>\n<wire x1=\"-9.15\" y1=\"0\" x2=\"11.94\" y2=\"0\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-9.15\" y1=\"3.44\" x2=\"-1.76\" y2=\"3.44\" width=\"0\" layer=\"20\"/>\n<circle x=\"7.81\" y=\"7.61\" radius=\"0.31064375\" width=\"0.2\" layer=\"22\"/>\n<wire x1=\"-9.77\" y1=\"0.62\" x2=\"-9.77\" y2=\"2.82\" width=\"0\" layer=\"20\"/>\n<wire x1=\"-0.39\" y1=\"9.44\" x2=\"0.23\" y2=\"10.06\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<wire x1=\"-9.77\" y1=\"2.82\" x2=\"-9.15\" y2=\"3.44\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<wire x1=\"-9.15\" y1=\"0\" x2=\"-9.77\" y2=\"0.62\" width=\"0\" layer=\"20\" curve=\"-90\"/>\n<text x=\"-2.805\" y=\"1.04\" size=\"1.6764\" layer=\"26\" font=\"vector\" rot=\"MR0\">-</text>\n<wire x1=\"-1.76\" y1=\"3.44\" x2=\"-0.39\" y2=\"4.81\" width=\"0\" layer=\"20\"/>\n<wire x1=\"5.16\" y1=\"8.57\" x2=\"5.16\" y2=\"8.02\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"5.16\" y1=\"8.29\" x2=\"5.9\" y2=\"8.29\" width=\"0.2032\" layer=\"21\"/>\n<text x=\"-4.165\" y=\"2.2\" size=\"1.016\" layer=\"25\" font=\"vector\" rot=\"R180\">REV4</text>\n<wire x1=\"13.84\" y1=\"1.9\" x2=\"13.84\" y2=\"8.16\" width=\"0\" layer=\"20\"/>\n<hole x=\"8.59\" y=\"8.84\" drill=\"1\"/>\n<text x=\"11.51\" y=\"6.215\" size=\"1.6764\" layer=\"26\" font=\"vector\" rot=\"MR90\">-</text>\n<text x=\"10.86\" y=\"0.305\" size=\"1.6764\" layer=\"25\" font=\"vector\" rot=\"R90\">+</text>\n<text x=\"10.86\" y=\"8.385\" size=\"1.9304\" layer=\"25\" font=\"vector\" rot=\"R90\">-</text>\n<wire x1=\"13.06\" y1=\"2.23\" x2=\"13.06\" y2=\"4.23\" width=\"1.1\" layer=\"29\"/>\n<wire x1=\"13.06\" y1=\"5.83\" x2=\"13.06\" y2=\"7.83\" width=\"1.1\" layer=\"29\"/>\n<wire x1=\"13.06\" y1=\"5.83\" x2=\"13.06\" y2=\"7.83\" width=\"1.1\" layer=\"30\"/>\n<wire x1=\"13.06\" y1=\"2.23\" x2=\"13.06\" y2=\"4.23\" width=\"1.1\" layer=\"30\"/>\n<wire x1=\"13.06\" y1=\"2.23\" x2=\"13.06\" y2=\"4.23\" width=\"0.6\" layer=\"46\"/>\n<wire x1=\"13.06\" y1=\"5.83\" x2=\"13.06\" y2=\"7.83\" width=\"0.6\" layer=\"46\"/>\n<wire x1=\"13.84\" y1=\"8.16\" x2=\"11.94\" y2=\"10.06\" width=\"0\" layer=\"20\"/>\n<wire x1=\"13.84\" y1=\"1.9\" x2=\"11.94\" y2=\"0\" width=\"0\" layer=\"20\"/>\n<hole x=\"12.63\" y=\"1.35\" drill=\"0.4\"/>\n<hole x=\"12.63\" y=\"8.71\" drill=\"0.4\"/>\n<text x=\"11.51\" y=\"2.915\" size=\"1.27\" layer=\"26\" font=\"vector\" rot=\"MR90\">+</text>\n</plain>\n<libraries>\n<library name=\"TinyPICO\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"MICROBUILDER__0402MP\">\n<description>&lt;b&gt;0402 MicroPitch&lt;p&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.127\" x2=\"0\" y2=\"-0.127\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.1\" y1=\"-0.2\" x2=\"0.1\" y2=\"0.2\" layer=\"35\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.254\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.4763\" size=\"0.6096\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.7938\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0402.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APHHS1005SURCK.pdf</description>\n<wire x1=\"-0.1\" y1=\"0.2\" x2=\"-0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"-0.1\" y2=\"-0.2\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<rectangle x1=\"-0.95\" y1=\"-0.3\" x2=\"-0.15\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"0.15\" y1=\"-0.3\" x2=\"0.95\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"-0.25\" y1=\"0.2\" x2=\"0.25\" y2=\"0.25\" layer=\"21\"/>\n<rectangle x1=\"-0.25\" y1=\"-0.25\" x2=\"0.25\" y2=\"-0.2\" layer=\"21\"/>\n<rectangle x1=\"-0.8636\" y1=\"-0.254\" x2=\"-0.254\" y2=\"0.254\" layer=\"31\"/>\n<rectangle x1=\"0.254\" y1=\"-0.254\" x2=\"0.8636\" y2=\"0.254\" layer=\"31\"/>\n<smd name=\"P$1\" x=\"-0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<smd name=\"P$2\" x=\"0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<text x=\"-1.016\" y=\"0.635\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-1.016\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n</package>\n</packages>\n</library>\n<library name=\"CAT24M01HU5I-GT3-CorrectedV2\">\n<description>&lt;EEPROM 1MB I2C SERIAL EEPROM&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"SON50P300X200X55-9N\">\n<description>&lt;b&gt;UDFN8 3X2 0.5P CASE 517BU-01&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"6\" x=\"1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"7\" x=\"1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"8\" x=\"1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"9\" x=\"0\" y=\"0\" dx=\"1.56\" dy=\"1.06\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"-0.13\" y=\"-2.25\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<wire x1=\"-2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1\" x2=\"1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1\" x2=\"1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"0.25\" x2=\"-0.75\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.925\" y=\"1.125\" radius=\"0.125\" width=\"0.25\" layer=\"25\"/>\n<rectangle x1=\"0.05\" y1=\"0.325\" x2=\"0.375\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"0.325\" x2=\"-0.05\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.675\" x2=\"-0.05\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.675\" x2=\"0.375\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.175\" x2=\"-0.05\" y2=\"0.15\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.175\" x2=\"0.375\" y2=\"0.15\" layer=\"31\"/>\n<wire x1=\"-0.825\" y1=\"1\" x2=\"0.8\" y2=\"1\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.825\" y1=\"-1\" x2=\"0.8\" y2=\"-1\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n</library>\n<library name=\"ATTINY1616-MFR\">\n<description>&lt;8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"QFN40P300X300X90-21N\">\n<description>&lt;b&gt;20 VQFN 3x3-1&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"5\" x=\"-1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"6\" x=\"-0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"7\" x=\"-0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"8\" x=\"0\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"9\" x=\"0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"10\" x=\"0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"11\" x=\"1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"12\" x=\"1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"13\" x=\"1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"14\" x=\"1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"15\" x=\"1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"16\" x=\"0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"17\" x=\"0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"18\" x=\"0\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"19\" x=\"-0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"20\" x=\"-0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"21\" x=\"0\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"0\" y=\"-3.81\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"0\" y=\"3.81\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n<wire x1=\"-2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.1\" x2=\"-1.1\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.9\" y=\"1.4\" radius=\"0.1\" width=\"0.2\" layer=\"25\"/>\n<rectangle x1=\"-0.725\" y1=\"0.1\" x2=\"-0.1\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"0.1\" x2=\"0.75\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"-0.725\" y1=\"-0.75\" x2=\"-0.1\" y2=\"-0.1\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"-0.75\" x2=\"0.75\" y2=\"-0.1\" layer=\"31\"/>\n</package>\n</packages>\n</library>\n<library name=\"L70LessCream\">\n<packages>\n<package name=\"XCVR_L70\">\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<text x=\"-4.94\" y=\"5.685\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-4.94\" y=\"-6.935\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<smd name=\"1\" x=\"-4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"2\" x=\"-4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"3\" x=\"-4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"4\" x=\"-4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"5\" x=\"-4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"6\" x=\"-4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"7\" x=\"-4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"8\" x=\"-4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"9\" x=\"-4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"10\" x=\"4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"11\" x=\"4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"12\" x=\"4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"13\" x=\"4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"14\" x=\"4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"15\" x=\"4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"16\" x=\"4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"17\" x=\"4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"18\" x=\"4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n</package>\n</packages>\n</library>\n<library name=\"PanasonicA4SConnectorsV7\">\n<packages>\n<package name=\"AXE610124\">\n<text x=\"-1.69326875\" y=\"1.69235\" size=\"0.610396875\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.6107\" y=\"-2.05066875\" size=\"0.609771875\" layer=\"27\">&gt;VALUE</text>\n<smd name=\"10\" x=\"-0.79\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"8\" x=\"-0.39\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"6\" x=\"0.01\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"4\" x=\"0.41\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"2\" x=\"0.81\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"9\" x=\"-0.79\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"7\" x=\"-0.39\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"5\" x=\"0.01\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"3\" x=\"0.41\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"1\" x=\"0.81\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"DNC1\" x=\"-1.59\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC2\" x=\"-1.59\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC4\" x=\"1.607\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC3\" x=\"1.607\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.69\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"0.78\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-0.78\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"1.69\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.67\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"-0.79\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"0.78\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"-1.67\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<circle x=\"1.09\" y=\"-1.06\" radius=\"0.05\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n</package>\n</packages>\n</library>\n<library name=\"1575AT43A0040E_V2\">\n<description>Generated from &lt;b&gt;ColibriREV1B.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<description>&lt;b&gt;1575AT43A0040E&lt;/b&gt;&lt;br&gt;</description>\n<circle x=\"4.263\" y=\"0.037\" radius=\"0.033\" width=\"0.2\" layer=\"25\"/>\n<wire x1=\"-3.5\" y1=\"1\" x2=\"3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"1\" x2=\"3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-2.6\" y1=\"1\" x2=\"2.6\" y2=\"1\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-2.6\" y1=\"-1\" x2=\"2.6\" y2=\"-1\" width=\"0.2\" layer=\"21\"/>\n<smd name=\"1\" x=\"3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"2\" x=\"-3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n</package>\n</packages>\n</library>\n<library name=\"SIP32431DNP3-T1GE4\">\n<packages>\n<package name=\"SON50P120X160X60-5N\">\n<rectangle x1=\"-0.16\" y1=\"-0.27\" x2=\"0.16\" y2=\"0.27\" layer=\"31\"/>\n<text x=\"-1.31\" y=\"-1.125\" size=\"0.6096\" layer=\"27\" align=\"top-left\">&gt;VALUE</text>\n<text x=\"-1.418\" y=\"1.125\" size=\"0.6096\" layer=\"25\">&gt;NAME</text>\n<circle x=\"-1.71\" y=\"0.25\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-1.71\" y=\"0.25\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-0.6\" x2=\"-0.8\" y2=\"-0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"0.6\" x2=\"-0.8\" y2=\"0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-0.6\" x2=\"0.8\" y2=\"0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"-0.6\" x2=\"-0.8\" y2=\"0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-0.7435\" x2=\"-0.8\" y2=\"-0.7435\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"0.8\" y1=\"0.7435\" x2=\"-0.8\" y2=\"0.7435\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.4\" y1=\"-0.85\" x2=\"1.4\" y2=\"-0.85\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-1.4\" y1=\"0.85\" x2=\"1.4\" y2=\"0.85\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-1.4\" y1=\"-0.85\" x2=\"-1.4\" y2=\"0.85\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"1.4\" y1=\"-0.85\" x2=\"1.4\" y2=\"0.85\" width=\"0.05\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.795\" y=\"0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"2\" x=\"-0.795\" y=\"-0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"3\" x=\"0.795\" y=\"-0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"4\" x=\"0.795\" y=\"0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"5\" x=\"0\" y=\"0\" dx=\"0.5\" dy=\"0.86\" layer=\"1\" cream=\"no\"/>\n</package>\n</packages>\n</library>\n<library name=\"rcl\" urn=\"urn:adsk.eagle:library:334\">\n<description>&lt;b&gt;Resistors, Capacitors, Inductors&lt;/b&gt;&lt;p&gt;\nBased on the previous libraries:\n&lt;ul&gt;\n&lt;li&gt;r.lbr\n&lt;li&gt;cap.lbr \n&lt;li&gt;cap-fe.lbr\n&lt;li&gt;captant.lbr\n&lt;li&gt;polcap.lbr\n&lt;li&gt;ipc-smd.lbr\n&lt;/ul&gt;\nAll SMD packages are defined according to the IPC specifications and  CECC&lt;p&gt;\n&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;&lt;p&gt;\n&lt;p&gt;\nfor Electrolyt Capacitors see also :&lt;p&gt;\nwww.bccomponents.com &lt;p&gt;\nwww.panasonic.com&lt;p&gt;\nwww.kemet.com&lt;p&gt;\nhttp://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf &lt;b&gt;(SANYO)&lt;/b&gt;\n&lt;p&gt;\nfor trimmer refence see : &lt;u&gt;www.electrospec-inc.com/cross_references/trimpotcrossref.asp&lt;/u&gt;&lt;p&gt;\n\n&lt;table border=0 cellspacing=0 cellpadding=0 width=\"100%\" cellpaddding=0&gt;\n&lt;tr valign=\"top\"&gt;\n\n&lt;! &lt;td width=\"10\"&gt;&amp;nbsp;&lt;/td&gt;\n&lt;td width=\"90%\"&gt;\n\n&lt;b&gt;&lt;font color=\"#0000FF\" size=\"4\"&gt;TRIM-POT CROSS REFERENCE&lt;/font&gt;&lt;/b&gt;\n&lt;P&gt;\n&lt;TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;RECTANGULAR MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;BOURNS&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;BI&amp;nbsp;TECH&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;DALE-VISHAY&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;PHILIPS/MEPCO&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;MURATA&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;PANASONIC&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;SPECTROL&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;MILSPEC&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3 &gt;\n      3005P&lt;BR&gt;\n      3006P&lt;BR&gt;\n      3006W&lt;BR&gt;\n      3006Y&lt;BR&gt;\n      3009P&lt;BR&gt;\n      3009W&lt;BR&gt;\n      3009Y&lt;BR&gt;\n      3057J&lt;BR&gt;\n      3057L&lt;BR&gt;\n      3057P&lt;BR&gt;\n      3057Y&lt;BR&gt;\n      3059J&lt;BR&gt;\n      3059L&lt;BR&gt;\n      3059P&lt;BR&gt;\n      3059Y&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      89P&lt;BR&gt;\n      89W&lt;BR&gt;\n      89X&lt;BR&gt;\n      89PH&lt;BR&gt;\n      76P&lt;BR&gt;\n      89XH&lt;BR&gt;\n      78SLT&lt;BR&gt;\n      78L&amp;nbsp;ALT&lt;BR&gt;\n      56P&amp;nbsp;ALT&lt;BR&gt;\n      78P&amp;nbsp;ALT&lt;BR&gt;\n      T8S&lt;BR&gt;\n      78L&lt;BR&gt;\n      56P&lt;BR&gt;\n      78P&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      T18/784&lt;BR&gt;\n      783&lt;BR&gt;\n      781&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      2199&lt;BR&gt;\n      1697/1897&lt;BR&gt;\n      1680/1880&lt;BR&gt;\n      2187&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      8035EKP/CT20/RJ-20P&lt;BR&gt;\n      -&lt;BR&gt;\n      RJ-20X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      1211L&lt;BR&gt;\n      8012EKQ&amp;nbsp;ALT&lt;BR&gt;\n      8012EKR&amp;nbsp;ALT&lt;BR&gt;\n      1211P&lt;BR&gt;\n      8012EKJ&lt;BR&gt;\n      8012EKL&lt;BR&gt;\n      8012EKQ&lt;BR&gt;\n      8012EKR&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      2101P&lt;BR&gt;\n      2101W&lt;BR&gt;\n      2101Y&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      2102L&lt;BR&gt;\n      2102S&lt;BR&gt;\n      2102Y&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      EVMCOG&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      43P&lt;BR&gt;\n      43W&lt;BR&gt;\n      43Y&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      40L&lt;BR&gt;\n      40P&lt;BR&gt;\n      40Y&lt;BR&gt;\n      70Y-T602&lt;BR&gt;\n      70L&lt;BR&gt;\n      70P&lt;BR&gt;\n      70Y&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      RT/RTR12&lt;BR&gt;\n      RT/RTR12&lt;BR&gt;\n      RT/RTR12&lt;BR&gt;\n      -&lt;BR&gt;\n      RJ/RJR12&lt;BR&gt;\n      RJ/RJR12&lt;BR&gt;\n      RJ/RJR12&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SQUARE MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n   &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MURATA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;SPECTROL&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MILSPEC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3250L&lt;BR&gt;\n      3250P&lt;BR&gt;\n      3250W&lt;BR&gt;\n      3250X&lt;BR&gt;\n      3252P&lt;BR&gt;\n      3252W&lt;BR&gt;\n      3252X&lt;BR&gt;\n      3260P&lt;BR&gt;\n      3260W&lt;BR&gt;\n      3260X&lt;BR&gt;\n      3262P&lt;BR&gt;\n      3262W&lt;BR&gt;\n      3262X&lt;BR&gt;\n      3266P&lt;BR&gt;\n      3266W&lt;BR&gt;\n      3266X&lt;BR&gt;\n      3290H&lt;BR&gt;\n      3290P&lt;BR&gt;\n      3290W&lt;BR&gt;\n      3292P&lt;BR&gt;\n      3292W&lt;BR&gt;\n      3292X&lt;BR&gt;\n      3296P&lt;BR&gt;\n      3296W&lt;BR&gt;\n      3296X&lt;BR&gt;\n      3296Y&lt;BR&gt;\n      3296Z&lt;BR&gt;\n      3299P&lt;BR&gt;\n      3299W&lt;BR&gt;\n      3299X&lt;BR&gt;\n      3299Y&lt;BR&gt;\n      3299Z&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      66P&amp;nbsp;ALT&lt;BR&gt;\n      66W&amp;nbsp;ALT&lt;BR&gt;\n      66X&amp;nbsp;ALT&lt;BR&gt;\n      66P&amp;nbsp;ALT&lt;BR&gt;\n      66W&amp;nbsp;ALT&lt;BR&gt;\n      66X&amp;nbsp;ALT&lt;BR&gt;\n      -&lt;BR&gt;\n      64W&amp;nbsp;ALT&lt;BR&gt;\n      -&lt;BR&gt;\n      64P&amp;nbsp;ALT&lt;BR&gt;\n      64W&amp;nbsp;ALT&lt;BR&gt;\n      64X&amp;nbsp;ALT&lt;BR&gt;\n      64P&lt;BR&gt;\n      64W&lt;BR&gt;\n      64X&lt;BR&gt;\n      66X&amp;nbsp;ALT&lt;BR&gt;\n      66P&amp;nbsp;ALT&lt;BR&gt;\n      66W&amp;nbsp;ALT&lt;BR&gt;\n      66P&lt;BR&gt;\n      66W&lt;BR&gt;\n      66X&lt;BR&gt;\n      67P&lt;BR&gt;\n      67W&lt;BR&gt;\n      67X&lt;BR&gt;\n      67Y&lt;BR&gt;\n      67Z&lt;BR&gt;\n      68P&lt;BR&gt;\n      68W&lt;BR&gt;\n      68X&lt;BR&gt;\n      67Y&amp;nbsp;ALT&lt;BR&gt;\n      67Z&amp;nbsp;ALT&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      5050&lt;BR&gt;\n      5091&lt;BR&gt;\n      5080&lt;BR&gt;\n      5087&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      T63YB&lt;BR&gt;\n      T63XB&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      5887&lt;BR&gt;\n      5891&lt;BR&gt;\n      5880&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      T93Z&lt;BR&gt;\n      T93YA&lt;BR&gt;\n      T93XA&lt;BR&gt;\n      T93YB&lt;BR&gt;\n      T93XB&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      8026EKP&lt;BR&gt;\n      8026EKW&lt;BR&gt;\n      8026EKM&lt;BR&gt;\n      8026EKP&lt;BR&gt;\n      8026EKB&lt;BR&gt;\n      8026EKM&lt;BR&gt;\n      1309X&lt;BR&gt;\n      1309P&lt;BR&gt;\n      1309W&lt;BR&gt;\n      8024EKP&lt;BR&gt;\n      8024EKW&lt;BR&gt;\n      8024EKN&lt;BR&gt;\n      RJ-9P/CT9P&lt;BR&gt;\n      RJ-9W&lt;BR&gt;\n      RJ-9X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3103P&lt;BR&gt;\n      3103Y&lt;BR&gt;\n      3103Z&lt;BR&gt;\n      3103P&lt;BR&gt;\n      3103Y&lt;BR&gt;\n      3103Z&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3105P/3106P&lt;BR&gt;\n      3105W/3106W&lt;BR&gt;\n      3105X/3106X&lt;BR&gt;\n      3105Y/3106Y&lt;BR&gt;\n      3105Z/3105Z&lt;BR&gt;\n      3102P&lt;BR&gt;\n      3102W&lt;BR&gt;\n      3102X&lt;BR&gt;\n      3102Y&lt;BR&gt;\n      3102Z&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMCBG&lt;BR&gt;\n      EVMCCG&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      55-1-X&lt;BR&gt;\n      55-4-X&lt;BR&gt;\n      55-3-X&lt;BR&gt;\n      55-2-X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      50-2-X&lt;BR&gt;\n      50-4-X&lt;BR&gt;\n      50-3-X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      64P&lt;BR&gt;\n      64W&lt;BR&gt;\n      64X&lt;BR&gt;\n      64Y&lt;BR&gt;\n      64Z&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      RT/RTR22&lt;BR&gt;\n      RT/RTR22&lt;BR&gt;\n      RT/RTR22&lt;BR&gt;\n      RT/RTR22&lt;BR&gt;\n      RJ/RJR22&lt;BR&gt;\n      RJ/RJR22&lt;BR&gt;\n      RJ/RJR22&lt;BR&gt;\n      RT/RTR26&lt;BR&gt;\n      RT/RTR26&lt;BR&gt;\n      RT/RTR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RT/RTR24&lt;BR&gt;\n      RT/RTR24&lt;BR&gt;\n      RT/RTR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SINGLE TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MURATA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;SPECTROL&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MILSPEC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3323P&lt;BR&gt;\n      3323S&lt;BR&gt;\n      3323W&lt;BR&gt;\n      3329H&lt;BR&gt;\n      3329P&lt;BR&gt;\n      3329W&lt;BR&gt;\n      3339H&lt;BR&gt;\n      3339P&lt;BR&gt;\n      3339W&lt;BR&gt;\n      3352E&lt;BR&gt;\n      3352H&lt;BR&gt;\n      3352K&lt;BR&gt;\n      3352P&lt;BR&gt;\n      3352T&lt;BR&gt;\n      3352V&lt;BR&gt;\n      3352W&lt;BR&gt;\n      3362H&lt;BR&gt;\n      3362M&lt;BR&gt;\n      3362P&lt;BR&gt;\n      3362R&lt;BR&gt;\n      3362S&lt;BR&gt;\n      3362U&lt;BR&gt;\n      3362W&lt;BR&gt;\n      3362X&lt;BR&gt;\n      3386B&lt;BR&gt;\n      3386C&lt;BR&gt;\n      3386F&lt;BR&gt;\n      3386H&lt;BR&gt;\n      3386K&lt;BR&gt;\n      3386M&lt;BR&gt;\n      3386P&lt;BR&gt;\n      3386S&lt;BR&gt;\n      3386W&lt;BR&gt;\n      3386X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      25P&lt;BR&gt;\n      25S&lt;BR&gt;\n      25RX&lt;BR&gt;\n      82P&lt;BR&gt;\n      82M&lt;BR&gt;\n      82PA&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      91E&lt;BR&gt;\n      91X&lt;BR&gt;\n      91T&lt;BR&gt;\n      91B&lt;BR&gt;\n      91A&lt;BR&gt;\n      91V&lt;BR&gt;\n      91W&lt;BR&gt;\n      25W&lt;BR&gt;\n      25V&lt;BR&gt;\n      25P&lt;BR&gt;\n      -&lt;BR&gt;\n      25S&lt;BR&gt;\n      25U&lt;BR&gt;\n      25RX&lt;BR&gt;\n      25X&lt;BR&gt;\n      72XW&lt;BR&gt;\n      72XL&lt;BR&gt;\n      72PM&lt;BR&gt;\n      72RX&lt;BR&gt;\n      -&lt;BR&gt;\n      72PX&lt;BR&gt;\n      72P&lt;BR&gt;\n      72RXW&lt;BR&gt;\n      72RXL&lt;BR&gt;\n      72X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      T7YB&lt;BR&gt;\n      T7YA&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      TXD&lt;BR&gt;\n      TYA&lt;BR&gt;\n      TYP&lt;BR&gt;\n      -&lt;BR&gt;\n      TYD&lt;BR&gt;\n      TX&lt;BR&gt;\n      -&lt;BR&gt;\n      150SX&lt;BR&gt;\n      100SX&lt;BR&gt;\n      102T&lt;BR&gt;\n      101S&lt;BR&gt;\n      190T&lt;BR&gt;\n      150TX&lt;BR&gt;\n      101&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      101SX&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      ET6P&lt;BR&gt;\n      ET6S&lt;BR&gt;\n      ET6X&lt;BR&gt;\n      RJ-6W/8014EMW&lt;BR&gt;\n      RJ-6P/8014EMP&lt;BR&gt;\n      RJ-6X/8014EMX&lt;BR&gt;\n      TM7W&lt;BR&gt;\n      TM7P&lt;BR&gt;\n      TM7X&lt;BR&gt;\n      -&lt;BR&gt;\n      8017SMS&lt;BR&gt;\n      -&lt;BR&gt;\n      8017SMB&lt;BR&gt;\n      8017SMA&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      CT-6W&lt;BR&gt;\n      CT-6H&lt;BR&gt;\n      CT-6P&lt;BR&gt;\n      CT-6R&lt;BR&gt;\n      -&lt;BR&gt;\n      CT-6V&lt;BR&gt;\n      CT-6X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      8038EKV&lt;BR&gt;\n      -&lt;BR&gt;\n      8038EKX&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      8038EKP&lt;BR&gt;\n      8038EKZ&lt;BR&gt;\n      8038EKW&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3321H&lt;BR&gt;\n      3321P&lt;BR&gt;\n      3321N&lt;BR&gt;\n      1102H&lt;BR&gt;\n      1102P&lt;BR&gt;\n      1102T&lt;BR&gt;\n      RVA0911V304A&lt;BR&gt;\n      -&lt;BR&gt;\n      RVA0911H413A&lt;BR&gt;\n      RVG0707V100A&lt;BR&gt;\n      RVA0607V(H)306A&lt;BR&gt;\n      RVA1214H213A&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3104B&lt;BR&gt;\n      3104C&lt;BR&gt;\n      3104F&lt;BR&gt;\n      3104H&lt;BR&gt;\n      -&lt;BR&gt;\n      3104M&lt;BR&gt;\n      3104P&lt;BR&gt;\n      3104S&lt;BR&gt;\n      3104W&lt;BR&gt;\n      3104X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      EVMQ0G&lt;BR&gt;\n      EVMQIG&lt;BR&gt;\n      EVMQ3G&lt;BR&gt;\n      EVMS0G&lt;BR&gt;\n      EVMQ0G&lt;BR&gt;\n      EVMG0G&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMK4GA00B&lt;BR&gt;\n      EVM30GA00B&lt;BR&gt;\n      EVMK0GA00B&lt;BR&gt;\n      EVM38GA00B&lt;BR&gt;\n      EVMB6&lt;BR&gt;\n      EVLQ0&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMMSG&lt;BR&gt;\n      EVMMBG&lt;BR&gt;\n      EVMMAG&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMMCS&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMM1&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMM0&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMM3&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      62-3-1&lt;BR&gt;\n      62-1-2&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      67R&lt;BR&gt;\n      -&lt;BR&gt;\n      67P&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      67X&lt;BR&gt;\n      63V&lt;BR&gt;\n      63S&lt;BR&gt;\n      63M&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      63H&lt;BR&gt;\n      63P&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      63X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      RJ/RJR50&lt;BR&gt;\n      RJ/RJR50&lt;BR&gt;\n      RJ/RJR50&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n&lt;/TABLE&gt;\n&lt;P&gt;&amp;nbsp;&lt;P&gt;\n&lt;TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;\n      &lt;FONT color=\"#0000FF\" SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SMD TRIM-POT CROSS REFERENCE&lt;/B&gt;&lt;/FONT&gt;\n      &lt;P&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURNS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;TOCOS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;AUX/KYOCERA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3224G&lt;BR&gt;\n      3224J&lt;BR&gt;\n      3224W&lt;BR&gt;\n      3269P&lt;BR&gt;\n      3269W&lt;BR&gt;\n      3269X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      44G&lt;BR&gt;\n      44J&lt;BR&gt;\n      44W&lt;BR&gt;\n      84P&lt;BR&gt;\n      84W&lt;BR&gt;\n      84X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      ST63Z&lt;BR&gt;\n      ST63Y&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      ST5P&lt;BR&gt;\n      ST5W&lt;BR&gt;\n      ST5X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SINGLE TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURNS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;TOCOS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;AUX/KYOCERA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3314G&lt;BR&gt;\n      3314J&lt;BR&gt;\n      3364A/B&lt;BR&gt;\n      3364C/D&lt;BR&gt;\n      3364W/X&lt;BR&gt;\n      3313G&lt;BR&gt;\n      3313J&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      23B&lt;BR&gt;\n      23A&lt;BR&gt;\n      21X&lt;BR&gt;\n      21W&lt;BR&gt;\n      -&lt;BR&gt;\n      22B&lt;BR&gt;\n      22A&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      ST5YL/ST53YL&lt;BR&gt;\n      ST5YJ/5T53YJ&lt;BR&gt;\n      ST-23A&lt;BR&gt;\n      ST-22B&lt;BR&gt;\n      ST-22&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      ST-4B&lt;BR&gt;\n      ST-4A&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      ST-3B&lt;BR&gt;\n      ST-3A&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      EVM-6YS&lt;BR&gt;\n      EVM-1E&lt;BR&gt;\n      EVM-1G&lt;BR&gt;\n      EVM-1D&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      G4B&lt;BR&gt;\n      G4A&lt;BR&gt;\n      TR04-3S1&lt;BR&gt;\n      TRG04-2S1&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      DVR-43A&lt;BR&gt;\n      CVR-42C&lt;BR&gt;\n      CVR-42A/C&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n&lt;/TABLE&gt;\n&lt;P&gt;\n&lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;ALT =&amp;nbsp;ALTERNATE&lt;/B&gt;&lt;/FONT&gt;\n&lt;P&gt;\n\n&amp;nbsp;\n&lt;P&gt;\n&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/table&gt;</description>\n<packages>\n<package name=\"C0201\" urn=\"urn:adsk.eagle:footprint:23196/1\" library_version=\"11\">\n<description>Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf</description>\n<smd name=\"1\" x=\"-0.25\" y=\"0\" dx=\"0.25\" dy=\"0.35\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.25\" y=\"0\" dx=\"0.25\" dy=\"0.35\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.3\" y1=\"-0.15\" x2=\"-0.15\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"0.15\" y1=\"-0.15\" x2=\"0.3\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"0.1\" x2=\"0.15\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"-0.15\" x2=\"0.15\" y2=\"-0.1\" layer=\"51\"/>\n</package>\n<package name=\"R0201\" urn=\"urn:adsk.eagle:footprint:25683/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt; chip&lt;p&gt;\nSource: http://www.vishay.com/docs/20008/dcrcw.pdf</description>\n<smd name=\"1\" x=\"-0.255\" y=\"0\" dx=\"0.28\" dy=\"0.43\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.255\" y=\"0\" dx=\"0.28\" dy=\"0.43\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.3\" y1=\"-0.15\" x2=\"-0.15\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"0.15\" y1=\"-0.15\" x2=\"0.3\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"-0.15\" x2=\"0.15\" y2=\"0.15\" layer=\"21\"/>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"C0201\" urn=\"urn:adsk.eagle:package:23690/2\" type=\"model\" library_version=\"11\">\n<description>Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf</description>\n<packageinstances>\n<packageinstance name=\"C0201\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R0201\" urn=\"urn:adsk.eagle:package:26117/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR chip\nSource: http://www.vishay.com/docs/20008/dcrcw.pdf</description>\n<packageinstances>\n<packageinstance name=\"R0201\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n</library>\n<library name=\"testpad\" urn=\"urn:adsk.eagle:library:385\">\n<description>&lt;b&gt;Test Pins/Pads&lt;/b&gt;&lt;p&gt;\nCream on SMD OFF.&lt;br&gt;\nnew: Attribute TP_SIGNAL_NAME&lt;br&gt;\n&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>\n<packages>\n<package name=\"TP13SQ\" urn=\"urn:adsk.eagle:footprint:27930/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.3\" dy=\"1.3\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.65\" y=\"0.7\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.762\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"TP13SQ\" urn=\"urn:adsk.eagle:package:27974/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP13SQ\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n</library>\n</libraries>\n<attributes>\n</attributes>\n<variantdefs>\n</variantdefs>\n<classes>\n<class number=\"0\" name=\"default\" width=\"0\" drill=\"0\">\n</class>\n</classes>\n<designrules name=\"default *\">\n<description language=\"de\">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;\n&lt;p&gt;\nDie Standard-Design-Rules sind so gewählt, dass sie für \ndie meisten Anwendungen passen. Sollte ihre Platine \nbesondere Anforderungen haben, treffen Sie die erforderlichen\nEinstellungen hier und speichern die Design Rules unter \neinem neuen Namen ab.</description>\n<description language=\"en\">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;\n&lt;p&gt;\nThe default Design Rules have been set to cover\na wide range of applications. Your particular design\nmay have different requirements, so please make the\nnecessary adjustments and save your customized\ndesign rules under a new name.</description>\n<param name=\"layerSetup\" value=\"(1*16)\"/>\n<param name=\"mtCopper\" value=\"0.0356mm 0.0178mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.0178mm 0.0356mm\"/>\n<param name=\"mtIsolate\" value=\"0.13mm 47mil 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.1702mm\"/>\n<param name=\"mdWireWire\" value=\"5mil\"/>\n<param name=\"mdWirePad\" value=\"5mil\"/>\n<param name=\"mdWireVia\" value=\"5mil\"/>\n<param name=\"mdPadPad\" value=\"5mil\"/>\n<param name=\"mdPadVia\" value=\"5mil\"/>\n<param name=\"mdViaVia\" value=\"5mil\"/>\n<param name=\"mdSmdPad\" value=\"5mil\"/>\n<param name=\"mdSmdVia\" value=\"5mil\"/>\n<param name=\"mdSmdSmd\" value=\"5mil\"/>\n<param name=\"mdViaViaSameLayer\" value=\"6mil\"/>\n<param name=\"mnLayersViaInSmd\" value=\"2\"/>\n<param name=\"mdCopperDimension\" value=\"9mil\"/>\n<param name=\"mdDrill\" value=\"6mil\"/>\n<param name=\"mdSmdStop\" value=\"0mil\"/>\n<param name=\"msWidth\" value=\"5mil\"/>\n<param name=\"msDrill\" value=\"0.25mm\"/>\n<param name=\"msMicroVia\" value=\"10mil\"/>\n<param name=\"msBlindViaRatio\" value=\"0.5\"/>\n<param name=\"rvPadTop\" value=\"0.25\"/>\n<param name=\"rvPadInner\" value=\"0.25\"/>\n<param name=\"rvPadBottom\" value=\"0.25\"/>\n<param name=\"rvViaOuter\" value=\"0.25\"/>\n<param name=\"rvViaInner\" value=\"0.25\"/>\n<param name=\"rvMicroViaOuter\" value=\"0.25\"/>\n<param name=\"rvMicroViaInner\" value=\"0.25\"/>\n<param name=\"rlMinPadTop\" value=\"4mil\"/>\n<param name=\"rlMaxPadTop\" value=\"20mil\"/>\n<param name=\"rlMinPadInner\" value=\"4mil\"/>\n<param name=\"rlMaxPadInner\" value=\"20mil\"/>\n<param name=\"rlMinPadBottom\" value=\"4mil\"/>\n<param name=\"rlMaxPadBottom\" value=\"20mil\"/>\n<param name=\"rlMinViaOuter\" value=\"4mil\"/>\n<param name=\"rlMaxViaOuter\" value=\"20mil\"/>\n<param name=\"rlMinViaInner\" value=\"4mil\"/>\n<param name=\"rlMaxViaInner\" value=\"20mil\"/>\n<param name=\"rlMinMicroViaOuter\" value=\"4mil\"/>\n<param name=\"rlMaxMicroViaOuter\" value=\"20mil\"/>\n<param name=\"rlMinMicroViaInner\" value=\"4mil\"/>\n<param name=\"rlMaxMicroViaInner\" value=\"20mil\"/>\n<param name=\"psTop\" value=\"-1\"/>\n<param name=\"psBottom\" value=\"-1\"/>\n<param name=\"psFirst\" value=\"-1\"/>\n<param name=\"psElongationLong\" value=\"100\"/>\n<param name=\"psElongationOffset\" value=\"100\"/>\n<param name=\"mvStopFrame\" value=\"1\"/>\n<param name=\"mvCreamFrame\" value=\"0.1\"/>\n<param name=\"mlMinStopFrame\" value=\"0mil\"/>\n<param name=\"mlMaxStopFrame\" value=\"0mil\"/>\n<param name=\"mlMinCreamFrame\" value=\"0mil\"/>\n<param name=\"mlMaxCreamFrame\" value=\"20mil\"/>\n<param name=\"mlViaStopLimit\" value=\"0.35mm\"/>\n<param name=\"srRoundness\" value=\"0\"/>\n<param name=\"srMinRoundness\" value=\"0mil\"/>\n<param name=\"srMaxRoundness\" value=\"0mil\"/>\n<param name=\"slThermalIsolate\" value=\"10mil\"/>\n<param name=\"slThermalsForVias\" value=\"0\"/>\n<param name=\"dpMaxLengthDifference\" value=\"10mm\"/>\n<param name=\"dpGapFactor\" value=\"2.5\"/>\n<param name=\"checkAngle\" value=\"0\"/>\n<param name=\"checkFont\" value=\"1\"/>\n<param name=\"checkRestrict\" value=\"1\"/>\n<param name=\"checkStop\" value=\"0\"/>\n<param name=\"checkValues\" value=\"0\"/>\n<param name=\"checkNames\" value=\"1\"/>\n<param name=\"checkWireStubs\" value=\"1\"/>\n<param name=\"checkPolygonWidth\" value=\"0\"/>\n<param name=\"useDiameter\" value=\"13\"/>\n<param name=\"maxErrors\" value=\"50\"/>\n</designrules>\n<autorouter>\n<pass name=\"Default\">\n<param name=\"RoutingGrid\" value=\"50mil\"/>\n<param name=\"AutoGrid\" value=\"1\"/>\n<param name=\"Efforts\" value=\"0\"/>\n<param name=\"TopRouterVariant\" value=\"1\"/>\n<param name=\"tpViaShape\" value=\"round\"/>\n<param name=\"PrefDir.1\" value=\"a\"/>\n<param name=\"PrefDir.2\" value=\"0\"/>\n<param name=\"PrefDir.3\" value=\"0\"/>\n<param name=\"PrefDir.4\" value=\"0\"/>\n<param name=\"PrefDir.5\" value=\"0\"/>\n<param name=\"PrefDir.6\" value=\"0\"/>\n<param name=\"PrefDir.7\" value=\"0\"/>\n<param name=\"PrefDir.8\" value=\"0\"/>\n<param name=\"PrefDir.9\" value=\"0\"/>\n<param name=\"PrefDir.10\" value=\"0\"/>\n<param name=\"PrefDir.11\" value=\"0\"/>\n<param name=\"PrefDir.12\" value=\"0\"/>\n<param name=\"PrefDir.13\" value=\"0\"/>\n<param name=\"PrefDir.14\" value=\"0\"/>\n<param name=\"PrefDir.15\" value=\"0\"/>\n<param name=\"PrefDir.16\" value=\"a\"/>\n<param name=\"cfVia\" value=\"8\"/>\n<param name=\"cfNonPref\" value=\"5\"/>\n<param name=\"cfChangeDir\" value=\"2\"/>\n<param name=\"cfOrthStep\" value=\"2\"/>\n<param name=\"cfDiagStep\" value=\"3\"/>\n<param name=\"cfExtdStep\" value=\"0\"/>\n<param name=\"cfBonusStep\" value=\"1\"/>\n<param name=\"cfMalusStep\" value=\"1\"/>\n<param name=\"cfPadImpact\" value=\"4\"/>\n<param name=\"cfSmdImpact\" value=\"4\"/>\n<param name=\"cfBusImpact\" value=\"0\"/>\n<param name=\"cfHugging\" value=\"3\"/>\n<param name=\"cfAvoid\" value=\"4\"/>\n<param name=\"cfPolygon\" value=\"10\"/>\n<param name=\"cfBase.1\" value=\"0\"/>\n<param name=\"cfBase.2\" value=\"1\"/>\n<param name=\"cfBase.3\" value=\"1\"/>\n<param name=\"cfBase.4\" value=\"1\"/>\n<param name=\"cfBase.5\" value=\"1\"/>\n<param name=\"cfBase.6\" value=\"1\"/>\n<param name=\"cfBase.7\" value=\"1\"/>\n<param name=\"cfBase.8\" value=\"1\"/>\n<param name=\"cfBase.9\" value=\"1\"/>\n<param name=\"cfBase.10\" value=\"1\"/>\n<param name=\"cfBase.11\" value=\"1\"/>\n<param name=\"cfBase.12\" value=\"1\"/>\n<param name=\"cfBase.13\" value=\"1\"/>\n<param name=\"cfBase.14\" value=\"1\"/>\n<param name=\"cfBase.15\" value=\"1\"/>\n<param name=\"cfBase.16\" value=\"0\"/>\n<param name=\"mnVias\" value=\"20\"/>\n<param name=\"mnSegments\" value=\"9999\"/>\n<param name=\"mnExtdSteps\" value=\"9999\"/>\n<param name=\"mnRipupLevel\" value=\"10\"/>\n<param name=\"mnRipupSteps\" value=\"100\"/>\n<param name=\"mnRipupTotal\" value=\"100\"/>\n</pass>\n<pass name=\"Follow-me\" refer=\"Default\" active=\"yes\">\n</pass>\n<pass name=\"Busses\" refer=\"Default\" active=\"yes\">\n<param name=\"cfNonPref\" value=\"4\"/>\n<param name=\"cfBusImpact\" value=\"4\"/>\n<param name=\"cfHugging\" value=\"0\"/>\n<param name=\"mnVias\" value=\"0\"/>\n</pass>\n<pass name=\"Route\" refer=\"Default\" active=\"yes\">\n</pass>\n<pass name=\"Optimize1\" refer=\"Default\" active=\"yes\">\n<param name=\"cfVia\" value=\"99\"/>\n<param name=\"cfExtdStep\" value=\"10\"/>\n<param name=\"cfHugging\" value=\"1\"/>\n<param name=\"mnExtdSteps\" value=\"1\"/>\n<param name=\"mnRipupLevel\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize2\" refer=\"Optimize1\" active=\"yes\">\n<param name=\"cfNonPref\" value=\"0\"/>\n<param name=\"cfChangeDir\" value=\"6\"/>\n<param name=\"cfExtdStep\" value=\"0\"/>\n<param name=\"cfBonusStep\" value=\"2\"/>\n<param name=\"cfMalusStep\" value=\"2\"/>\n<param name=\"cfPadImpact\" value=\"2\"/>\n<param name=\"cfSmdImpact\" value=\"2\"/>\n<param name=\"cfHugging\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize3\" refer=\"Optimize2\" active=\"yes\">\n<param name=\"cfChangeDir\" value=\"8\"/>\n<param name=\"cfPadImpact\" value=\"0\"/>\n<param name=\"cfSmdImpact\" value=\"0\"/>\n</pass>\n<pass name=\"Optimize4\" refer=\"Optimize3\" active=\"yes\">\n<param name=\"cfChangeDir\" value=\"25\"/>\n</pass>\n</autorouter>\n<groups>\n<board_group name=\"COW\"/>\n<board_group name=\"AVXSUPER\"/>\n<board_group name=\"BULL\"/>\n</groups>\n<elements>\n<element name=\"R_SDA\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7k\" x=\"1.43\" y=\"5.275\" smashed=\"yes\"/>\n<element name=\"D_LED_GREEN\" library=\"TinyPICO\" package=\"CMONR_STANDARDPARTS_0402.LED\" value=\"GREEN\" x=\"5.41\" y=\"9.15\" smashed=\"yes\"/>\n<element name=\"MEM\" library=\"CAT24M01HU5I-GT3-CorrectedV2\" package=\"SON50P300X200X55-9N\" value=\"CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"ALLIED_NUMBER\" value=\"70300250\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"ALLIED_PRICE-STOCK\" value=\"http://www.alliedelec.com/on-semiconductor-cat24m01hu5i-gt3/70300250/\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"DESCRIPTION\" value=\"EEPROM 1MB I2C SERIAL EEPROM\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"HEIGHT\" value=\"0.55mm\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"ON Semiconductor\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"863-CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=863-CAT24M01HU5I-GT3\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"7814831P\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"http://uk.rs-online.com/web/p/products/7814831P\" x=\"1.56\" y=\"7.77\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n</element>\n<element name=\"L70\" library=\"L70LessCream\" package=\"XCVR_L70\" value=\"L70\" x=\"5.98\" y=\"5.03\" smashed=\"yes\" rot=\"MR0\">\n<attribute name=\"AVAILABILITY\" value=\"Bad\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"DESCRIPTION\" value=\" L70, an SMD type module, brings the high performance of MTK positioning engine to the industrial applications with compact profile, ultra low power consumption and fast positioning capability. \" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"MF\" value=\"Quectel\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"MP\" value=\"L70\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"PACKAGE\" value=\"2920 Quectel\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"PRICE\" value=\"None\" x=\"5.98\" y=\"5.03\" size=\"1.778\" layer=\"28\" rot=\"MR0\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"10.92\" y=\"-1.905\" size=\"1.27\" layer=\"28\" rot=\"MR0\"/>\n</element>\n<element name=\"C_L702\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"10uF\" x=\"7.18\" y=\"1.52\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"6.3862\" y=\"2.155\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"C_BCK2\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"4.7uF\" x=\"7.35\" y=\"5.28\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"6.5562\" y=\"5.915\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"AXE\" library=\"PanasonicA4SConnectorsV7\" package=\"AXE610124\" value=\"AXE610124\" x=\"10.12\" y=\"5.03\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"12.17066875\" y=\"3.4193\" size=\"0.609771875\" layer=\"27\" rot=\"R90\"/>\n</element>\n<element name=\"ATTINY\" library=\"ATTINY1616-MFR\" package=\"QFN40P300X300X90-21N\" value=\"ATTINY1616-MFR\" x=\"4.92\" y=\"5.72\" smashed=\"yes\" rot=\"R180\">\n<attribute name=\"DESCRIPTION\" value=\"8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"HEIGHT\" value=\"0.9mm\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"Microchip\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"ATTINY1606-MFR\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"556-ATTINY1606-MFR\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=556-ATTINY1606-MFR\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"\" x=\"16.69\" y=\"-4.16\" size=\"1.778\" layer=\"27\" rot=\"R180\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"4.92\" y=\"1.91\" size=\"1.27\" layer=\"27\" rot=\"R180\" align=\"center\"/>\n</element>\n<element name=\"C_TINY\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"1uF\" x=\"7.29\" y=\"7.59\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"VALUE\" x=\"6.4962\" y=\"8.225\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R270\"/>\n</element>\n<element name=\"ANT-CHIP\" library=\"1575AT43A0040E_V2\" package=\"SAMACSYS_PARTS_1575AT43A0040E\" value=\"ANT1\" x=\"-5.54\" y=\"1.73\" smashed=\"yes\" rot=\"MR180\">\n<attribute name=\"DESCRIPTION\" value=\"Tri-Band GPS, BDS, and GLNSS, Low Cost, Linearly Polarized, Omnidirectional Chip Antenna\" x=\"-6.34\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"HEIGHT\" value=\"mm\" x=\"-6.34\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"JOHANSON TECHNOLOGY\" x=\"-6.34\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"1575AT43A0040E\" x=\"-6.34\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"609-1575AT43A0040E\" x=\"-6.34\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=609-1575AT43A0040E\" x=\"-6.34\" y=\"1.73\" size=\"1.778\" layer=\"28\" rot=\"MR180\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"-5.949\" y=\"1.762\" size=\"1.27\" layer=\"28\" rot=\"MR180\" align=\"center\"/>\n</element>\n<element name=\"C_LS\" library=\"TinyPICO\" package=\"MICROBUILDER__0402MP\" value=\"1uF\" x=\"6.35\" y=\"2.32\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"VALUE\" x=\"7.1438\" y=\"1.685\" size=\"0.4064\" layer=\"27\" ratio=\"10\" rot=\"R90\"/>\n</element>\n<element name=\"LS\" library=\"SIP32431DNP3-T1GE4\" package=\"SON50P120X160X60-5N\" value=\"SIP32431DNP3-T1GE4\" x=\"5.12\" y=\"2.15\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"AVAILABILITY\" value=\"In Stock\" x=\"7.78\" y=\"2.15\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"DESCRIPTION\" value=\" Power Switch/Driver 1:1 P-Channel 1.4A 4-TDFN (1.2x1.6) \" x=\"7.78\" y=\"2.15\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"MF\" value=\"Vishay Siliconix\" x=\"7.78\" y=\"2.15\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"MP\" value=\"SIP32431DNP3-T1GE4\" x=\"7.78\" y=\"2.15\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"PACKAGE\" value=\"UFDFN-4 Vishay Siliconix\" x=\"7.78\" y=\"2.15\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"PRICE\" value=\"None\" x=\"7.78\" y=\"2.15\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"PURCHASE-URL\" value=\"https://pricing.snapeda.com/search/part/SIP32431DNP3-T1GE4/?ref=eda\" x=\"7.78\" y=\"2.15\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"6.245\" y=\"0.84\" size=\"0.6096\" layer=\"27\" rot=\"R90\" align=\"top-left\"/>\n</element>\n<element name=\"C_L701\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" package=\"C0201\" package3d_urn=\"urn:adsk.eagle:package:23690/2\" value=\"0.1 uF\" x=\"7.91\" y=\"1.43\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"POPULARITY\" value=\"0\" x=\"7.91\" y=\"1.43\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" x=\"7.91\" y=\"1.43\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"9.815\" y=\"0.795\" size=\"1.27\" layer=\"27\" rot=\"R90\"/>\n</element>\n<element name=\"R_SCL\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" package=\"R0201\" package3d_urn=\"urn:adsk.eagle:package:26117/2\" value=\"4.7k\" x=\"2.01\" y=\"4.38\" smashed=\"yes\" rot=\"R270\">\n<attribute name=\"POPULARITY\" value=\"0\" x=\"2.01\" y=\"4.38\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" x=\"2.01\" y=\"4.38\" size=\"1.778\" layer=\"27\" rot=\"R270\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"0.105\" y=\"5.015\" size=\"1.27\" layer=\"27\" rot=\"R270\"/>\n</element>\n<element name=\"C_BCK1\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" package=\"C0201\" package3d_urn=\"urn:adsk.eagle:package:23690/2\" value=\"0.1 uF\" x=\"8.04\" y=\"5.2\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"POPULARITY\" value=\"0\" x=\"8.04\" y=\"5.2\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" x=\"8.04\" y=\"5.2\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"9.945\" y=\"4.565\" size=\"1.27\" layer=\"27\" rot=\"R90\"/>\n</element>\n<element name=\"C_LS2\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" package=\"C0201\" package3d_urn=\"urn:adsk.eagle:package:23690/2\" value=\"0.1 uF\" x=\"6.37\" y=\"0.97\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"POPULARITY\" value=\"0\" x=\"6.37\" y=\"0.97\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" x=\"6.37\" y=\"0.97\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"8.275\" y=\"0.335\" size=\"1.27\" layer=\"27\" rot=\"R90\"/>\n</element>\n<element name=\"R_LED\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" package=\"R0201\" package3d_urn=\"urn:adsk.eagle:package:26117/2\" value=\"1k\" x=\"4.13\" y=\"8.8\" smashed=\"yes\" rot=\"R90\">\n<attribute name=\"POPULARITY\" value=\"0\" x=\"4.13\" y=\"8.8\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" x=\"4.13\" y=\"8.8\" size=\"1.778\" layer=\"27\" rot=\"R90\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"6.035\" y=\"8.165\" size=\"1.27\" layer=\"27\" rot=\"R90\"/>\n</element>\n<element name=\"TP2\" library=\"testpad\" library_urn=\"urn:adsk.eagle:library:385\" package=\"TP13SQ\" package3d_urn=\"urn:adsk.eagle:package:27974/1\" value=\"PTR1TP13SQ\" x=\"11.55\" y=\"2.18\" smashed=\"yes\">\n<attribute name=\"POPULARITY\" value=\"0\" x=\"11.55\" y=\"2.18\" size=\"1.778\" layer=\"27\" display=\"off\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" x=\"11.55\" y=\"2.18\" size=\"1.778\" layer=\"27\" display=\"off\"/>\n<attribute name=\"VALUE\" x=\"10.915\" y=\"1.418\" size=\"0.0254\" layer=\"27\"/>\n</element>\n<element name=\"TP1\" library=\"testpad\" library_urn=\"urn:adsk.eagle:library:385\" package=\"TP13SQ\" package3d_urn=\"urn:adsk.eagle:package:27974/1\" value=\"PTR1TP13SQ\" x=\"11.55\" y=\"8.75\" smashed=\"yes\">\n<attribute name=\"POPULARITY\" value=\"0\" x=\"11.55\" y=\"8.75\" size=\"1.778\" layer=\"27\" display=\"off\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" x=\"11.55\" y=\"6.21\" size=\"1\" layer=\"37\"/>\n<attribute name=\"VALUE\" x=\"10.915\" y=\"7.988\" size=\"0.0254\" layer=\"27\"/>\n</element>\n</elements>\n<signals>\n<signal name=\"GND\">\n<contactref element=\"D_LED_GREEN\" pad=\"P$2\"/>\n<contactref element=\"MEM\" pad=\"4\"/>\n<contactref element=\"MEM\" pad=\"9\"/>\n<contactref element=\"L70\" pad=\"1\"/>\n<contactref element=\"L70\" pad=\"12\"/>\n<contactref element=\"L70\" pad=\"10\"/>\n<contactref element=\"C_L702\" pad=\"1\"/>\n<contactref element=\"C_BCK2\" pad=\"1\"/>\n<contactref element=\"ATTINY\" pad=\"21\"/>\n<contactref element=\"ATTINY\" pad=\"3\"/>\n<contactref element=\"C_TINY\" pad=\"1\"/>\n<contactref element=\"AXE\" pad=\"2\"/>\n<polygon width=\"0.1524\" layer=\"1\">\n<vertex x=\"-0.1\" y=\"10.59\"/>\n<vertex x=\"-0.1\" y=\"-0.49\"/>\n<vertex x=\"12.14\" y=\"-0.49\"/>\n<vertex x=\"12.14\" y=\"10.59\"/>\n</polygon>\n<contactref element=\"AXE\" pad=\"4\"/>\n<wire x1=\"7.35\" y1=\"5.788\" x2=\"7.282\" y2=\"5.72\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.282\" y1=\"5.72\" x2=\"6.42\" y2=\"5.72\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"5.72\" x2=\"4.91\" y2=\"5.72\" width=\"0.2\" layer=\"1\"/>\n<polygon width=\"0.1524\" layer=\"16\">\n<vertex x=\"-0.1\" y=\"-0.38\"/>\n<vertex x=\"-0.1\" y=\"10.59\"/>\n<vertex x=\"10.85\" y=\"10.59\"/>\n<vertex x=\"10.85\" y=\"7.77\"/>\n<vertex x=\"9.99\" y=\"6.91\"/>\n<vertex x=\"9.63\" y=\"6.91\"/>\n<vertex x=\"8.21\" y=\"5.49\"/>\n<vertex x=\"8.21\" y=\"-0.38\"/>\n</polygon>\n<via x=\"8.76\" y=\"6.58\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"9.248\" y1=\"5.838\" x2=\"8.58\" y2=\"5.838\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.5\" y1=\"5.978\" x2=\"8.58\" y2=\"5.978\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.5\" y1=\"5.978\" x2=\"8.33\" y2=\"6.148\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.25\" y1=\"5.84\" x2=\"9.248\" y2=\"5.838\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.25\" y1=\"5.44\" x2=\"8.67\" y2=\"5.44\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.58\" y1=\"5.53\" x2=\"8.58\" y2=\"5.838\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.58\" y1=\"5.838\" x2=\"8.58\" y2=\"5.978\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.67\" y1=\"5.44\" x2=\"8.58\" y2=\"5.53\" width=\"0.2\" layer=\"1\"/>\n<via x=\"8\" y=\"0.51\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"2.4\" y=\"1.13\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"2.43\" y=\"2.27\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"3.64\" y=\"9.55\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"6.98\" y=\"9.55\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"4.91\" y=\"5.72\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"8.58\" y1=\"5.838\" x2=\"8.59\" y2=\"5.848\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.59\" y1=\"6.41\" x2=\"8.76\" y2=\"6.58\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.59\" y1=\"6.41\" x2=\"8.59\" y2=\"5.848\" width=\"0.2\" layer=\"1\"/>\n<via x=\"7.95\" y=\"2.35\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"0.05\" y=\"2.33\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"0.05\" y=\"1.12\" extent=\"1-16\" drill=\"0.25\"/>\n<contactref element=\"LS\" pad=\"2\"/>\n<contactref element=\"LS\" pad=\"5\"/>\n<contactref element=\"C_LS\" pad=\"1\"/>\n<polygon width=\"0\" layer=\"16\" pour=\"cutout\">\n<vertex x=\"-0.37\" y=\"2.01\"/>\n<vertex x=\"0.3\" y=\"2.01\"/>\n<vertex x=\"0.3\" y=\"1.46\"/>\n<vertex x=\"-0.37\" y=\"1.46\"/>\n</polygon>\n<contactref element=\"C_L701\" pad=\"2\"/>\n<contactref element=\"C_BCK1\" pad=\"2\"/>\n<wire x1=\"8.04\" y1=\"5.45\" x2=\"7.688\" y2=\"5.45\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.688\" y1=\"5.45\" x2=\"7.35\" y2=\"5.788\" width=\"0.2\" layer=\"1\"/>\n<via x=\"0.05\" y=\"4.48\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"0.07\" y=\"6.68\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"0.07\" y=\"8.88\" extent=\"1-16\" drill=\"0.25\"/>\n<contactref element=\"C_LS2\" pad=\"2\"/>\n<wire x1=\"6.35\" y1=\"1.812\" x2=\"6.486\" y2=\"1.948\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.1\" y1=\"1.948\" x2=\"6.486\" y2=\"1.948\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.1\" y1=\"1.948\" x2=\"7.18\" y2=\"2.028\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.18\" y1=\"2.028\" x2=\"7.322\" y2=\"2.17\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.77\" y1=\"2.17\" x2=\"7.95\" y2=\"2.35\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.77\" y1=\"2.17\" x2=\"7.322\" y2=\"2.17\" width=\"0.2\" layer=\"1\"/>\n<via x=\"9.4\" y=\"9.58\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"13.06\" y=\"5.83\" extent=\"1-16\" drill=\"0.6\"/>\n<via x=\"13.06\" y=\"7.83\" extent=\"1-16\" drill=\"0.6\"/>\n<wire x1=\"13.06\" y1=\"5.83\" x2=\"11.88\" y2=\"5.83\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"11.66\" y1=\"6.05\" x2=\"11.66\" y2=\"7.84\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"11.88\" y1=\"5.83\" x2=\"11.66\" y2=\"6.05\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"13.06\" y1=\"7.83\" x2=\"13.05\" y2=\"7.84\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"13.05\" y1=\"7.84\" x2=\"11.66\" y2=\"7.84\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"13.06\" y1=\"5.83\" x2=\"13.06\" y2=\"7.8303125\" width=\"1.1\" layer=\"1\"/>\n<wire x1=\"13.06\" y1=\"7.83\" x2=\"13.06\" y2=\"5.83\" width=\"1.1\" layer=\"16\"/>\n<via x=\"12\" y=\"1.17\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"8.343\" y1=\"0.853\" x2=\"8\" y2=\"0.51\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"12\" y1=\"1.17\" x2=\"9.9214875\" y2=\"1.17\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.9214875\" y1=\"1.17\" x2=\"9.6044875\" y2=\"0.853\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.6044875\" y1=\"0.853\" x2=\"8.343\" y2=\"0.853\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.83\" y1=\"9.43\" x2=\"11.35\" y2=\"9.43\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"11.35\" y1=\"9.43\" x2=\"11.94\" y2=\"8.84\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"11.94\" y1=\"8.84\" x2=\"11.94\" y2=\"1.23\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"11.94\" y1=\"1.23\" x2=\"12\" y2=\"1.17\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"11.97\" y=\"7.74\" extent=\"1-16\" drill=\"0.25\"/>\n<via x=\"11.99\" y=\"5.59\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"11.97\" y1=\"7.74\" x2=\"12.06\" y2=\"7.83\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"12.06\" y1=\"7.83\" x2=\"13.06\" y2=\"7.83\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"11.99\" y1=\"5.59\" x2=\"12.82\" y2=\"5.59\" width=\"0.254\" layer=\"16\"/>\n<wire x1=\"12.82\" y1=\"5.59\" x2=\"13.06\" y2=\"5.83\" width=\"0.254\" layer=\"16\"/>\n<contactref element=\"TP1\" pad=\"TP\"/>\n</signal>\n<signal name=\"SCL\">\n<contactref element=\"MEM\" pad=\"6\"/>\n<contactref element=\"ATTINY\" pad=\"14\"/>\n<wire x1=\"1.43\" y1=\"5.78\" x2=\"1.31\" y2=\"5.9\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.31\" y1=\"5.9\" x2=\"1.31\" y2=\"6.44\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"2.85\" y=\"3.25643125\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"3.38\" y1=\"4.03\" x2=\"3.38\" y2=\"3.78643125\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"2.85\" y1=\"3.25643125\" x2=\"3.38\" y2=\"3.78643125\" width=\"0.1524\" layer=\"16\"/>\n<via x=\"3.38\" y=\"4.03\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"3.4132\" y1=\"5.2932\" x2=\"2.97583125\" y2=\"5.2932\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.97583125\" y1=\"5.2932\" x2=\"2.7868\" y2=\"5.10416875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.7868\" y1=\"5.10416875\" x2=\"2.7868\" y2=\"4.66583125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.7868\" y1=\"4.66583125\" x2=\"2.95583125\" y2=\"4.4968\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.95583125\" y1=\"4.4968\" x2=\"3.18\" y2=\"4.4968\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.18\" y1=\"4.4968\" x2=\"3.38\" y2=\"4.2968\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.38\" y1=\"4.2968\" x2=\"3.38\" y2=\"4.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.42\" y1=\"5.32\" x2=\"3.42\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.42\" y1=\"5.3\" x2=\"3.4132\" y2=\"5.2932\" width=\"0.1524\" layer=\"1\"/>\n<contactref element=\"R_SCL\" pad=\"2\"/>\n<wire x1=\"2.85\" y1=\"3.25643125\" x2=\"2.63356875\" y2=\"3.25643125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.08\" y1=\"4.055\" x2=\"2.08\" y2=\"3.81\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.08\" y1=\"4.055\" x2=\"2.01\" y2=\"4.125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.63356875\" y1=\"3.25643125\" x2=\"2.08\" y2=\"3.81\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.01\" y1=\"4.125\" x2=\"1.95\" y2=\"4.185\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.95\" y1=\"4.185\" x2=\"1.72763125\" y2=\"4.185\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.72763125\" y1=\"4.185\" x2=\"1.43\" y2=\"4.48263125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.43\" y1=\"4.48263125\" x2=\"1.43\" y2=\"5.78\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"SDA\">\n<contactref element=\"R_SDA\" pad=\"1\"/>\n<contactref element=\"MEM\" pad=\"5\"/>\n<contactref element=\"ATTINY\" pad=\"13\"/>\n<wire x1=\"0.81\" y1=\"6.44\" x2=\"0.89\" y2=\"6.36\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.89\" y1=\"6.36\" x2=\"0.89\" y2=\"5.307\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.922\" y1=\"5.275\" x2=\"0.89\" y2=\"5.307\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"0.922\" y1=\"5.275\" x2=\"1.0906\" y2=\"5.074071875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.0906\" y1=\"5.074071875\" x2=\"1.0906\" y2=\"4.38403125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.2818\" y1=\"3.01756875\" x2=\"3.2818\" y2=\"3.44529375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.5\" y1=\"4.22709375\" x2=\"3.2818\" y2=\"3.44529375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.06303125\" y1=\"2.7988\" x2=\"3.2818\" y2=\"3.01756875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.4032\" y1=\"5.7032\" x2=\"2.94583125\" y2=\"5.7032\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.94583125\" y1=\"5.7032\" x2=\"2.5\" y2=\"5.25736875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.5\" y1=\"5.25736875\" x2=\"2.5\" y2=\"4.22709375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.42\" y1=\"5.72\" x2=\"3.4032\" y2=\"5.7032\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.0906\" y1=\"4.38403125\" x2=\"2.67583125\" y2=\"2.7988\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.67583125\" y1=\"2.7988\" x2=\"3.06303125\" y2=\"2.7988\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"N$9\">\n<contactref element=\"D_LED_GREEN\" pad=\"P$1\"/>\n<contactref element=\"R_LED\" pad=\"2\"/>\n<wire x1=\"4.13\" y1=\"9.055\" x2=\"4.765\" y2=\"9.055\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.765\" y1=\"9.055\" x2=\"4.86\" y2=\"9.15\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"LED_GREEN\">\n<contactref element=\"ATTINY\" pad=\"9\"/>\n<wire x1=\"4.52\" y1=\"7.22\" x2=\"4.52\" y2=\"7.8551375\" width=\"0.1524\" layer=\"1\"/>\n<contactref element=\"R_LED\" pad=\"1\"/>\n<wire x1=\"4.52\" y1=\"7.8551375\" x2=\"4.13\" y2=\"8.2451375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.13\" y1=\"8.2451375\" x2=\"4.13\" y2=\"8.545\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"ANT_GNSS\">\n<contactref element=\"L70\" pad=\"11\"/>\n<contactref element=\"ANT-CHIP\" pad=\"1\"/>\n<wire x1=\"1.13\" y1=\"1.73\" x2=\"-2.04\" y2=\"1.73\" width=\"0.25\" layer=\"16\"/>\n<polygon width=\"0\" layer=\"16\" orphans=\"yes\" thermals=\"no\">\n<vertex x=\"-1.54\" y=\"2.12\"/>\n<vertex x=\"-1.27\" y=\"1.85\"/>\n<vertex x=\"-1.27\" y=\"1.61\"/>\n<vertex x=\"-1.54\" y=\"1.34\"/>\n</polygon>\n</signal>\n<signal name=\"RXD\">\n<contactref element=\"L70\" pad=\"2\"/>\n<contactref element=\"ATTINY\" pad=\"11\"/>\n<wire x1=\"3.61\" y1=\"7.51\" x2=\"3.54\" y2=\"7.44\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.54\" y1=\"7.44\" x2=\"3.54\" y2=\"6.52\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.54\" y1=\"6.52\" x2=\"3.42\" y2=\"6.52\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"3.61\" y=\"7.51\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"9.72\" y1=\"8.33\" x2=\"9.0182\" y2=\"7.6282\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"9.72\" y1=\"8.33\" x2=\"10.83\" y2=\"8.33\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"9.0182\" y1=\"7.6282\" x2=\"3.733428125\" y2=\"7.6282\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.61\" y1=\"7.51\" x2=\"3.615228125\" y2=\"7.51\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.733428125\" y1=\"7.6282\" x2=\"3.615228125\" y2=\"7.51\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"TXD\">\n<contactref element=\"L70\" pad=\"3\"/>\n<contactref element=\"ATTINY\" pad=\"12\"/>\n<via x=\"3.03\" y=\"7.12\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"3.42\" y1=\"6.12\" x2=\"2.89\" y2=\"6.12\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.89\" y1=\"6.12\" x2=\"2.79\" y2=\"6.22\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.79\" y1=\"6.22\" x2=\"2.79\" y2=\"6.8956\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.79\" y1=\"6.8956\" x2=\"3.03\" y2=\"7.12\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.80874375\" y1=\"7.0302\" x2=\"4.10854375\" y2=\"7.33\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.03\" y1=\"7.12\" x2=\"3.238090625\" y2=\"7.12\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.3146\" y1=\"7.0302\" x2=\"3.238090625\" y2=\"7.12\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"3.3146\" y1=\"7.0302\" x2=\"3.80874375\" y2=\"7.0302\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"10.83\" y1=\"7.23\" x2=\"10.73\" y2=\"7.33\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"10.73\" y1=\"7.33\" x2=\"4.10854375\" y2=\"7.33\" width=\"0.1524\" layer=\"16\"/>\n</signal>\n<signal name=\"V_BATT\">\n<contactref element=\"C_TINY\" pad=\"2\"/>\n<contactref element=\"ATTINY\" pad=\"4\"/>\n<contactref element=\"AXE\" pad=\"9\"/>\n<wire x1=\"10.13\" y1=\"4.24\" x2=\"10.13\" y2=\"2.36\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.13\" y1=\"4.24\" x2=\"11\" y2=\"4.24\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.13\" y1=\"4.24\" x2=\"10.13\" y2=\"4.64\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"10.13\" y1=\"4.64\" x2=\"10.13\" y2=\"6.89\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.83\" y1=\"7.19\" x2=\"10.13\" y2=\"6.89\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"6.12\" x2=\"6.43\" y2=\"6.11\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.848\" y1=\"6.11\" x2=\"6.43\" y2=\"6.11\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.848\" y1=\"6.11\" x2=\"7.2\" y2=\"6.462\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.2\" y1=\"6.992\" x2=\"7.2\" y2=\"6.462\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.2\" y1=\"6.992\" x2=\"7.29\" y2=\"7.082\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.29\" y1=\"7.082\" x2=\"7.398\" y2=\"7.19\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.398\" y1=\"7.19\" x2=\"9.83\" y2=\"7.19\" width=\"0.2\" layer=\"1\"/>\n<contactref element=\"AXE\" pad=\"7\"/>\n<wire x1=\"11\" y1=\"4.64\" x2=\"10.13\" y2=\"4.64\" width=\"0.2\" layer=\"1\"/>\n<contactref element=\"C_LS\" pad=\"2\"/>\n<contactref element=\"LS\" pad=\"3\"/>\n<wire x1=\"8.432\" y1=\"2.848\" x2=\"6.37\" y2=\"2.848\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"6.37\" y1=\"2.848\" x2=\"6.35\" y2=\"2.828\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"8.432\" y1=\"2.848\" x2=\"8.92\" y2=\"2.36\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"5.37\" y1=\"2.945\" x2=\"6.233\" y2=\"2.945\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"6.233\" y1=\"2.945\" x2=\"6.35\" y2=\"2.828\" width=\"0.254\" layer=\"1\"/>\n<via x=\"13.06\" y=\"4.23\" extent=\"1-16\" drill=\"0.6\"/>\n<via x=\"13.06\" y=\"2.23\" extent=\"1-16\" drill=\"0.6\"/>\n<wire x1=\"13.06\" y1=\"4.23\" x2=\"13.06\" y2=\"3.29\" width=\"1.1\" layer=\"1\"/>\n<wire x1=\"13.06\" y1=\"3.29\" x2=\"13.06\" y2=\"2.23\" width=\"1.1\" layer=\"1\"/>\n<wire x1=\"13.06\" y1=\"4.23\" x2=\"13.06\" y2=\"2.2296875\" width=\"1.1\" layer=\"16\"/>\n<wire x1=\"11.63\" y1=\"2.23\" x2=\"13.06\" y2=\"2.23\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"8.92\" y1=\"2.36\" x2=\"10.13\" y2=\"2.36\" width=\"0.254\" layer=\"1\"/>\n<contactref element=\"TP2\" pad=\"TP\"/>\n<wire x1=\"10.13\" y1=\"2.36\" x2=\"11.37\" y2=\"2.36\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"11.37\" y1=\"2.36\" x2=\"11.55\" y2=\"2.18\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"11.55\" y1=\"2.18\" x2=\"11.58\" y2=\"2.18\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"11.58\" y1=\"2.18\" x2=\"11.63\" y2=\"2.23\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"11.55\" y1=\"2.18\" x2=\"12.07\" y2=\"2.7\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"12.07\" y1=\"2.7\" x2=\"12.07\" y2=\"3.13\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"12.07\" y1=\"3.13\" x2=\"12.23\" y2=\"3.29\" width=\"0.254\" layer=\"1\"/>\n<wire x1=\"12.23\" y1=\"3.29\" x2=\"13.06\" y2=\"3.29\" width=\"0.254\" layer=\"1\"/>\n</signal>\n<signal name=\"UPDI\">\n<contactref element=\"ATTINY\" pad=\"19\"/>\n<contactref element=\"AXE\" pad=\"10\"/>\n<wire x1=\"9.08\" y1=\"4.24\" x2=\"9.25\" y2=\"4.24\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.32\" y1=\"4.22\" x2=\"5.35\" y2=\"4.19\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.35\" y1=\"4.19\" x2=\"5.35\" y2=\"3.7548625\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.35\" y1=\"3.7548625\" x2=\"5.8142625\" y2=\"3.2906\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.08\" y1=\"4.24\" x2=\"9.08\" y2=\"3.8335375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.8142625\" y1=\"3.2906\" x2=\"8.5370625\" y2=\"3.2906\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.5370625\" y1=\"3.2906\" x2=\"9.08\" y2=\"3.8335375\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"TXD2\">\n<contactref element=\"ATTINY\" pad=\"20\"/>\n<contactref element=\"AXE\" pad=\"8\"/>\n<wire x1=\"9.25\" y1=\"4.64\" x2=\"9.2482\" y2=\"4.6382\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.2482\" y1=\"4.6382\" x2=\"8.92083125\" y2=\"4.6382\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.7226\" y1=\"4.0168\" x2=\"8.2758\" y2=\"3.57\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6\" y1=\"3.57\" x2=\"8.2758\" y2=\"3.57\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.92083125\" y1=\"4.6382\" x2=\"8.7226\" y2=\"4.43996875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.7226\" y1=\"4.43996875\" x2=\"8.7226\" y2=\"4.0168\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.72\" y1=\"4.22\" x2=\"5.72\" y2=\"3.85\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.72\" y1=\"3.85\" x2=\"6\" y2=\"3.57\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"RXD2\">\n<contactref element=\"ATTINY\" pad=\"1\"/>\n<contactref element=\"AXE\" pad=\"6\"/>\n<wire x1=\"6.42\" y1=\"4.92\" x2=\"6.42\" y2=\"4.23\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.4432\" y1=\"4.56056875\" x2=\"8.91263125\" y2=\"5.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.25\" y1=\"5.04\" x2=\"9.24\" y2=\"5.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.24\" y1=\"5.03\" x2=\"8.91263125\" y2=\"5.03\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6.7918\" y1=\"3.8582\" x2=\"8.1688625\" y2=\"3.8582\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.1688625\" y1=\"3.8582\" x2=\"8.4432\" y2=\"4.1325375\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.4432\" y1=\"4.1325375\" x2=\"8.4432\" y2=\"4.56056875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"4.23\" x2=\"6.7918\" y2=\"3.8582\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_MEMORY\">\n<contactref element=\"MEM\" pad=\"8\"/>\n<contactref element=\"R_SDA\" pad=\"2\"/>\n<contactref element=\"ATTINY\" pad=\"10\"/>\n<wire x1=\"2.55\" y1=\"7.09763125\" x2=\"2.31\" y2=\"6.87363125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.31\" y1=\"6.44\" x2=\"2.31\" y2=\"6.87363125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.55\" y1=\"7.09763125\" x2=\"2.55\" y2=\"7.68\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.55\" y1=\"7.68\" x2=\"2.87\" y2=\"8\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.12\" y1=\"7.79\" x2=\"4.12\" y2=\"7.22\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.87\" y1=\"8\" x2=\"3.91\" y2=\"8\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.91\" y1=\"8\" x2=\"4.12\" y2=\"7.79\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.938\" y1=\"5.275\" x2=\"1.929609375\" y2=\"5.275871875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.31\" y1=\"6.44\" x2=\"2.3\" y2=\"6.438665625\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.3\" y1=\"6.438665625\" x2=\"2.3\" y2=\"5.6462625\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"2.3\" y1=\"5.6462625\" x2=\"1.929609375\" y2=\"5.275871875\" width=\"0.1524\" layer=\"1\"/>\n<contactref element=\"R_SCL\" pad=\"1\"/>\n<wire x1=\"2.01\" y1=\"4.635\" x2=\"1.938\" y2=\"4.635\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"1.938\" y1=\"4.635\" x2=\"1.938\" y2=\"5.275\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_L70\">\n<contactref element=\"L70\" pad=\"8\"/>\n<contactref element=\"C_L702\" pad=\"2\"/>\n<via x=\"9.56\" y=\"1.46\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"9.56\" y1=\"1.46\" x2=\"9.77\" y2=\"1.67\" width=\"0.2\" layer=\"16\"/>\n<wire x1=\"10.77\" y1=\"1.67\" x2=\"10.83\" y2=\"1.73\" width=\"0.2\" layer=\"16\"/>\n<wire x1=\"10.77\" y1=\"1.67\" x2=\"9.77\" y2=\"1.67\" width=\"0.2\" layer=\"16\"/>\n<contactref element=\"LS\" pad=\"1\"/>\n<contactref element=\"C_L701\" pad=\"1\"/>\n<contactref element=\"C_LS2\" pad=\"1\"/>\n<wire x1=\"4.87\" y1=\"1.355\" x2=\"4.9\" y2=\"1.325\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"4.9\" y1=\"1.325\" x2=\"4.9\" y2=\"0.90374375\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"4.9\" y1=\"0.90374375\" x2=\"5.09074375\" y2=\"0.713\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.37\" y1=\"0.72\" x2=\"6.363\" y2=\"0.713\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.363\" y1=\"0.713\" x2=\"5.09074375\" y2=\"0.713\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.878\" y1=\"0.71\" x2=\"6.379996875\" y2=\"0.71\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.37\" y1=\"0.72\" x2=\"6.379996875\" y2=\"0.71\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"6.878\" y1=\"0.71\" x2=\"7.18\" y2=\"1.012\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.882\" y1=\"1.152\" x2=\"7.32\" y2=\"1.152\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.18\" y1=\"1.012\" x2=\"7.32\" y2=\"1.152\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.882\" y1=\"1.152\" x2=\"7.91\" y2=\"1.18\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"7.91\" y1=\"1.18\" x2=\"8.47\" y2=\"1.18\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"8.79\" y1=\"1.5\" x2=\"8.47\" y2=\"1.18\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.52\" y1=\"1.5\" x2=\"9.56\" y2=\"1.46\" width=\"0.2\" layer=\"1\"/>\n<wire x1=\"9.52\" y1=\"1.5\" x2=\"8.79\" y2=\"1.5\" width=\"0.2\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_L70_BCK\">\n<contactref element=\"ATTINY\" pad=\"2\"/>\n<contactref element=\"L70\" pad=\"6\"/>\n<contactref element=\"C_BCK2\" pad=\"2\"/>\n<wire x1=\"6.902\" y1=\"5.3\" x2=\"6.44\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"6.42\" y1=\"5.32\" x2=\"6.44\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.35\" y1=\"4.772\" x2=\"7.35\" y2=\"4.852\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.35\" y1=\"4.852\" x2=\"6.902\" y2=\"5.3\" width=\"0.1524\" layer=\"1\"/>\n<via x=\"7.96\" y=\"4.34\" extent=\"1-16\" drill=\"0.25\"/>\n<wire x1=\"7.96\" y1=\"4.34\" x2=\"8.37\" y2=\"3.93\" width=\"0.1524\" layer=\"16\"/>\n<wire x1=\"8.37\" y1=\"3.93\" x2=\"10.83\" y2=\"3.93\" width=\"0.1524\" layer=\"16\"/>\n<contactref element=\"C_BCK1\" pad=\"1\"/>\n<wire x1=\"8.02\" y1=\"4.93\" x2=\"8.04\" y2=\"4.95\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.04\" y1=\"4.95\" x2=\"7.96\" y2=\"4.87\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.96\" y1=\"4.87\" x2=\"7.96\" y2=\"4.34\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"8.02\" y1=\"4.93\" x2=\"7.508\" y2=\"4.93\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"7.508\" y1=\"4.93\" x2=\"7.35\" y2=\"4.772\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"DOWNLOAD\">\n<contactref element=\"ATTINY\" pad=\"6\"/>\n<contactref element=\"AXE\" pad=\"1\"/>\n<wire x1=\"5.72\" y1=\"7.22\" x2=\"5.72\" y2=\"7.48\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"11.2572\" y1=\"5.86783125\" x2=\"11.22936875\" y2=\"5.84\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"11\" y1=\"5.84\" x2=\"11.22936875\" y2=\"5.84\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.72\" y1=\"7.48\" x2=\"5.8\" y2=\"7.56\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"5.8\" y1=\"7.56\" x2=\"9.89\" y2=\"7.56\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"10.3548\" y1=\"7.0952\" x2=\"11.04816875\" y2=\"7.0952\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"11.04816875\" y1=\"7.0952\" x2=\"11.2572\" y2=\"6.88616875\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"11.2572\" y1=\"6.88616875\" x2=\"11.2572\" y2=\"5.86783125\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"9.89\" y1=\"7.56\" x2=\"10.3548\" y2=\"7.0952\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"GPIO2\">\n<contactref element=\"ATTINY\" pad=\"16\"/>\n<via x=\"3.54\" y=\"1.06\" extent=\"1-16\" drill=\"0.7\" shape=\"square\"/>\n<wire x1=\"3.54\" y1=\"1.06\" x2=\"3.96\" y2=\"1.48\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.12\" y1=\"4.22\" x2=\"4.1\" y2=\"4.2\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.1\" y1=\"4.2\" x2=\"4.1\" y2=\"3.81\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.1\" y1=\"3.81\" x2=\"3.96\" y2=\"3.67\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"3.96\" y1=\"3.67\" x2=\"3.96\" y2=\"1.48\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n<signal name=\"POWER_L70_ON\">\n<contactref element=\"ATTINY\" pad=\"18\"/>\n<wire x1=\"4.91\" y1=\"4.21\" x2=\"4.92\" y2=\"4.22\" width=\"0.1524\" layer=\"1\"/>\n<contactref element=\"LS\" pad=\"4\"/>\n<wire x1=\"4.87\" y1=\"2.945\" x2=\"4.91\" y2=\"2.985\" width=\"0.1524\" layer=\"1\"/>\n<wire x1=\"4.91\" y1=\"4.21\" x2=\"4.91\" y2=\"2.985\" width=\"0.1524\" layer=\"1\"/>\n</signal>\n</signals>\n<mfgpreviewcolors>\n<mfgpreviewcolor name=\"soldermaskcolor\" color=\"0xC8008000\"/>\n<mfgpreviewcolor name=\"silkscreencolor\" color=\"0xFFFEFEFE\"/>\n<mfgpreviewcolor name=\"backgroundcolor\" color=\"0xFF282828\"/>\n<mfgpreviewcolor name=\"coppercolor\" color=\"0xFFFFBF00\"/>\n<mfgpreviewcolor name=\"substratecolor\" color=\"0xFF786E46\"/>\n</mfgpreviewcolors>\n<errors>\n<approved hash=\"23,16,e0a6827483d9e10b\"/>\n<approved hash=\"23,1,3dbb6f696f433d91\"/>\n<approved hash=\"19,1,1320139049a44914\"/>\n</errors>\n</board>\n</drawing>\n<compatibility>\n<note version=\"8.2\" severity=\"warning\">\nSince Version 8.2, EAGLE supports online libraries. The ids\nof those online libraries will not be understood (or retained)\nwith this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports URNs for individual library\nassets (packages, symbols, and devices). The URNs of those assets\nwill not be understood (or retained) with this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports the association of 3D packages\nwith devices in libraries, schematics, and board files. Those 3D\npackages will not be understood (or retained) with this version.\n</note>\n<note version=\"9.5\" severity=\"warning\">\nSince Version 9.5, EAGLE supports persistent groups with\nschematics, and board files. Those persistent groups\nwill not be understood (or retained) with this version.\n</note>\n</compatibility>\n</eagle>\n"
  },
  {
    "path": "TickTagHardware/TickTagREV4.sch",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"9.5.2\">\n<drawing>\n<settings>\n<setting alwaysvectorfont=\"no\"/>\n<setting verticaltext=\"up\"/>\n</settings>\n<grid distance=\"0.05\" unitdist=\"inch\" unit=\"inch\" style=\"lines\" multiple=\"1\" display=\"yes\" altdistance=\"0.05\" altunitdist=\"inch\" altunit=\"inch\"/>\n<layers>\n<layer number=\"1\" name=\"Top\" color=\"4\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"2\" name=\"Route2\" color=\"1\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"3\" name=\"Route3\" color=\"4\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"4\" name=\"Route4\" color=\"1\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"5\" name=\"Route5\" color=\"4\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"6\" name=\"Route6\" color=\"1\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"7\" name=\"Route7\" color=\"4\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"8\" name=\"Route8\" color=\"1\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"9\" name=\"Route9\" color=\"4\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"10\" name=\"Route10\" color=\"1\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"11\" name=\"Route11\" color=\"4\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"12\" name=\"Route12\" color=\"1\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"13\" name=\"Route13\" color=\"4\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"14\" name=\"Route14\" color=\"1\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"15\" name=\"Route15\" color=\"4\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"16\" name=\"Bottom\" color=\"1\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"17\" name=\"Pads\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"18\" name=\"Vias\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"19\" name=\"Unrouted\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"20\" name=\"Dimension\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"21\" name=\"tPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"22\" name=\"bPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"23\" name=\"tOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"24\" name=\"bOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"25\" name=\"tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"26\" name=\"bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"27\" name=\"tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"28\" name=\"bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"29\" name=\"tStop\" color=\"7\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"30\" name=\"bStop\" color=\"7\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"31\" name=\"tCream\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"32\" name=\"bCream\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"33\" name=\"tFinish\" color=\"6\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"34\" name=\"bFinish\" color=\"6\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"35\" name=\"tGlue\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"36\" name=\"bGlue\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"37\" name=\"tTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"38\" name=\"bTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"39\" name=\"tKeepout\" color=\"4\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"40\" name=\"bKeepout\" color=\"1\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"41\" name=\"tRestrict\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"42\" name=\"bRestrict\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"43\" name=\"vRestrict\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"44\" name=\"Drills\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"45\" name=\"Holes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"46\" name=\"Milling\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"47\" name=\"Measures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"48\" name=\"Document\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"49\" name=\"Reference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"50\" name=\"dxf\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"51\" name=\"tDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"52\" name=\"bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"53\" name=\"tGND_GNDA\" color=\"7\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"54\" name=\"bGND_GNDA\" color=\"1\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"56\" name=\"wert\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"57\" name=\"tCAD\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"58\" name=\"bCopper\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"59\" name=\"tCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"60\" name=\"bCarbon\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"61\" name=\"stand\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"88\" name=\"SimResults\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"89\" name=\"SimProbes\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"90\" name=\"Modules\" color=\"5\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"91\" name=\"Nets\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"92\" name=\"Busses\" color=\"1\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"93\" name=\"Pins\" color=\"2\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"94\" name=\"Symbols\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"95\" name=\"Names\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"96\" name=\"Values\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"97\" name=\"Info\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"98\" name=\"Guide\" color=\"6\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"99\" name=\"SpiceOrder\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"100\" name=\"Muster\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"101\" name=\"Patch_Top\" color=\"12\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"102\" name=\"Vscore\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"103\" name=\"tMap\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"104\" name=\"Name\" color=\"16\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"105\" name=\"tPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"106\" name=\"bPlate\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"107\" name=\"Crop\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"108\" name=\"tplace-old\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"109\" name=\"ref-old\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"110\" name=\"fp0\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"111\" name=\"LPC17xx\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"112\" name=\"tSilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"113\" name=\"IDFDebug\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"114\" name=\"Badge_Outline\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"115\" name=\"ReferenceISLANDS\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"116\" name=\"Patch_BOT\" color=\"9\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"117\" name=\"BACKMAAT1\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"118\" name=\"Rect_Pads\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"119\" name=\"KAP_TEKEN\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"120\" name=\"KAP_MAAT1\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"121\" name=\"_tsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"122\" name=\"_bsilk\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"123\" name=\"tTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"124\" name=\"bTestmark\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"125\" name=\"_tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"126\" name=\"_bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"127\" name=\"_tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"128\" name=\"_bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"129\" name=\"Mask\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"130\" name=\"SMDSTROOK\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"131\" name=\"tAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"132\" name=\"bAdjust\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"133\" name=\"bottom_silk\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"134\" name=\"mbFinish\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"135\" name=\"mtGlue\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"136\" name=\"mbGlue\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"137\" name=\"mtTest\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"138\" name=\"mbTest\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"139\" name=\"mtKeepout\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"140\" name=\"mbKeepout\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"141\" name=\"mtRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"142\" name=\"mbRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"143\" name=\"mvRestrict\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"144\" name=\"Drill_legend\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"145\" name=\"mHoles\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"146\" name=\"mMilling\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"147\" name=\"mMeasures\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"148\" name=\"mDocument\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"149\" name=\"mReference\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"150\" name=\"Notes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"151\" name=\"HeatSink\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"152\" name=\"_bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"153\" name=\"FabDoc1\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"154\" name=\"FabDoc2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"155\" name=\"FabDoc3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"160\" name=\"FAB\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"166\" name=\"AntennaArea\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"168\" name=\"4mmHeightArea\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"191\" name=\"mNets\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"192\" name=\"mBusses\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"193\" name=\"mPins\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"194\" name=\"mSymbols\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"195\" name=\"mNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"196\" name=\"mValues\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"199\" name=\"Contour\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"200\" name=\"200bmp\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"201\" name=\"201bmp\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"202\" name=\"202bmp\" color=\"3\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"203\" name=\"203bmp\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"204\" name=\"204bmp\" color=\"5\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"205\" name=\"205bmp\" color=\"6\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"206\" name=\"206bmp\" color=\"7\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"207\" name=\"207bmp\" color=\"8\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"208\" name=\"208bmp\" color=\"9\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"209\" name=\"209bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"210\" name=\"210bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"211\" name=\"211bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"212\" name=\"212bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"213\" name=\"213bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"214\" name=\"214bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"215\" name=\"215bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"216\" name=\"216bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"217\" name=\"217bmp\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"218\" name=\"218bmp\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"219\" name=\"219bmp\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"220\" name=\"220bmp\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"221\" name=\"221bmp\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"222\" name=\"222bmp\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"223\" name=\"223bmp\" color=\"24\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"224\" name=\"224bmp\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"225\" name=\"225bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"226\" name=\"226bmp\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"227\" name=\"227bmp\" color=\"11\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"228\" name=\"228bmp\" color=\"10\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"229\" name=\"229bmp\" color=\"14\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"230\" name=\"230bmp\" color=\"12\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"231\" name=\"231bmp\" color=\"9\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"232\" name=\"Eagle3D_PG2\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"233\" name=\"Eagle3D_PG3\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"248\" name=\"Housing\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"249\" name=\"Edge\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"250\" name=\"Descript\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"251\" name=\"SMDround\" color=\"12\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"252\" name=\"RM45\" color=\"7\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"253\" name=\"Extra\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"254\" name=\"cooling\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"255\" name=\"routoute\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n</layers>\n<schematic xreflabel=\"%F%N/%S.%C%R\" xrefpart=\"/%S.%C%R\">\n<libraries>\n<library name=\"frames\" urn=\"urn:adsk.eagle:library:229\">\n<description>&lt;b&gt;Frames for Sheet and Layout&lt;/b&gt;</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"DOCFIELD\" urn=\"urn:adsk.eagle:symbol:13864/1\" library_version=\"1\">\n<wire x1=\"0\" y1=\"0\" x2=\"71.12\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"15.24\" x2=\"87.63\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0\" x2=\"0\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"5.08\" x2=\"71.12\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"5.08\" x2=\"0\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"15.24\" x2=\"101.6\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"5.08\" x2=\"71.12\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"5.08\" x2=\"87.63\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"71.12\" y1=\"0\" x2=\"101.6\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"15.24\" x2=\"87.63\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"15.24\" x2=\"0\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"87.63\" y1=\"5.08\" x2=\"101.6\" y2=\"5.08\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"5.08\" x2=\"101.6\" y2=\"0\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"15.24\" x2=\"0\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"35.56\" x2=\"0\" y2=\"35.56\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"35.56\" x2=\"101.6\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"22.86\" x2=\"101.6\" y2=\"22.86\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"22.86\" x2=\"0\" y2=\"35.56\" width=\"0.1016\" layer=\"94\"/>\n<wire x1=\"101.6\" y1=\"22.86\" x2=\"101.6\" y2=\"15.24\" width=\"0.1016\" layer=\"94\"/>\n<text x=\"1.27\" y=\"1.27\" size=\"2.54\" layer=\"94\">Date:</text>\n<text x=\"12.7\" y=\"1.27\" size=\"2.54\" layer=\"94\">&gt;LAST_DATE_TIME</text>\n<text x=\"72.39\" y=\"1.27\" size=\"2.54\" layer=\"94\">Sheet:</text>\n<text x=\"86.36\" y=\"1.27\" size=\"2.54\" layer=\"94\">&gt;SHEET</text>\n<text x=\"88.9\" y=\"11.43\" size=\"2.54\" layer=\"94\">REV:</text>\n<text x=\"1.27\" y=\"19.05\" size=\"2.54\" layer=\"94\">TITLE:</text>\n<text x=\"1.27\" y=\"11.43\" size=\"2.54\" layer=\"94\">Document Number:</text>\n<text x=\"17.78\" y=\"19.05\" size=\"2.54\" layer=\"94\">&gt;DRAWING_NAME</text>\n</symbol>\n<symbol name=\"DINA4_L\" urn=\"urn:adsk.eagle:symbol:13867/1\" library_version=\"1\">\n<frame x1=\"0\" y1=\"0\" x2=\"264.16\" y2=\"180.34\" columns=\"4\" rows=\"4\" layer=\"94\" border-left=\"no\" border-top=\"no\" border-right=\"no\" border-bottom=\"no\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"DINA4_L\" urn=\"urn:adsk.eagle:component:13919/1\" prefix=\"FRAME\" uservalue=\"yes\" library_version=\"1\">\n<description>&lt;b&gt;FRAME&lt;/b&gt;&lt;p&gt;\nDIN A4, landscape with extra doc field</description>\n<gates>\n<gate name=\"G$1\" symbol=\"DINA4_L\" x=\"0\" y=\"0\"/>\n<gate name=\"G$2\" symbol=\"DOCFIELD\" x=\"162.56\" y=\"0\" addlevel=\"must\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"SparkFun-PowerSymbols\">\n<description>&lt;h3&gt;SparkFun Power Symbols&lt;/h3&gt;\nThis library contains power, ground, and voltage-supply symbols.\n&lt;br&gt;\n&lt;br&gt;\nWe've spent an enormous amount of time creating and checking these footprints and parts, but it is &lt;b&gt; the end user's responsibility&lt;/b&gt; to ensure correctness and suitablity for a given componet or application. \n&lt;br&gt;\n&lt;br&gt;If you enjoy using this library, please buy one of our products at &lt;a href=\" www.sparkfun.com\"&gt;SparkFun.com&lt;/a&gt;.\n&lt;br&gt;\n&lt;br&gt;\n&lt;b&gt;Licensing:&lt;/b&gt; Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ \n&lt;br&gt;\n&lt;br&gt;\nYou are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"V_BATT\">\n<description>&lt;h3&gt;Battery Voltage Supply&lt;/h3&gt;</description>\n<wire x1=\"0.762\" y1=\"1.27\" x2=\"0\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"-0.762\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"V_BATT\" x=\"0\" y=\"0\" visible=\"off\" length=\"short\" direction=\"sup\" rot=\"R90\"/>\n<text x=\"0\" y=\"2.794\" size=\"1.778\" layer=\"96\" align=\"bottom-center\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"V_BATT\" prefix=\"SUPPLY\">\n<description>&lt;h3&gt;Battery Voltage Supply&lt;/h3&gt;\n&lt;p&gt;Generic symbol for the battery input to a system.&lt;/p&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"V_BATT\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"TinyPICO\">\n<description>Generated from &lt;b&gt;TinyPICO.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"MICROBUILDER_0402\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\nchip</description>\n<wire x1=\"-0.245\" y1=\"0.224\" x2=\"0.245\" y2=\"0.224\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.224\" x2=\"-0.245\" y2=\"-0.224\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.346\" y1=\"0.483\" x2=\"1.346\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.483\" x2=\"1.346\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.483\" x2=\"-1.346\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.483\" x2=\"-1.346\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"0.635\" x2=\"1.27\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"-0.635\" x2=\"-1.27\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.554\" y1=\"-0.3048\" x2=\"-0.254\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.3048\" x2=\"0.5588\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.397\" y=\"-0.1905\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.397\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603\">\n<description>0603 (1608 Metric)</description>\n<wire x1=\"-1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.6\" y1=\"0.7\" x2=\"1.6\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.6\" y1=\"0.7\" x2=\"1.6\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.6\" y1=\"-0.7\" x2=\"-1.6\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.6\" y1=\"-0.7\" x2=\"-1.6\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"1.778\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" font=\"vector\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.778\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" font=\"vector\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-MINI\">\n<description>0603-Mini\n&lt;p&gt;Mini footprint for dense boards&lt;/p&gt;</description>\n<wire x1=\"-1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.37\" y1=\"-0.635\" x2=\"-1.37\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.37\" y1=\"0.635\" x2=\"1.37\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.37\" y1=\"0.635\" x2=\"1.37\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.37\" y1=\"-0.635\" x2=\"-1.37\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.524\" y=\"-0.0635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.524\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805\">\n<description>0805 (2012 Metric)</description>\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.4001\" x2=\"0.1001\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_NOTHERMALS\">\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"-0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"-0.9\" x2=\"-1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.8\" y1=\"0.9\" x2=\"1.8\" y2=\"0.9\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_1206\">\n<description>1206 (3216 Metric)</description>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.965\" y1=\"0.787\" x2=\"0.965\" y2=\"0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.965\" y1=\"-0.787\" x2=\"0.965\" y2=\"-0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-2.4\" y1=\"1\" x2=\"2.4\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.4\" y1=\"1\" x2=\"2.4\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.4\" y1=\"-1\" x2=\"-2.4\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.4\" y1=\"-1\" x2=\"-2.4\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.7018\" y1=\"-0.8509\" x2=\"-0.9517\" y2=\"0.8491\" layer=\"51\"/>\n<rectangle x1=\"0.9517\" y1=\"-0.8491\" x2=\"1.7018\" y2=\"0.8509\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"2.54\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.54\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_2012\">\n<wire x1=\"-1.662\" y1=\"1.245\" x2=\"1.662\" y2=\"1.245\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.637\" y1=\"-1.245\" x2=\"1.687\" y2=\"-1.245\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.302\" y1=\"1.524\" x2=\"3.302\" y2=\"1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"1.524\" x2=\"3.302\" y2=\"-1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"-1.524\" x2=\"-3.302\" y2=\"-1.524\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"-1.524\" x2=\"-3.302\" y2=\"1.524\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-2.4892\" y1=\"-1.3208\" x2=\"-1.6393\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"1.651\" y1=\"-1.3208\" x2=\"2.5009\" y2=\"1.3292\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.8415\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.667\" y=\"-2.159\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_2512\">\n<description>&lt;b&gt;RESISTOR 2512 (Metric 6432)&lt;/b&gt;</description>\n<wire x1=\"-2.362\" y1=\"1.473\" x2=\"2.387\" y2=\"1.473\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2.362\" y1=\"-1.473\" x2=\"2.387\" y2=\"-1.473\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<rectangle x1=\"-3.2004\" y1=\"-1.5494\" x2=\"-2.3505\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"2.3622\" y1=\"-1.5494\" x2=\"3.2121\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n<smd name=\"1\" x=\"-2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<text x=\"-3.683\" y=\"1.905\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-3.556\" y=\"-2.286\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0402\">\n<description>&lt;b&gt; 0402&lt;/b&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.0573\" y1=\"0.5557\" x2=\"1.0573\" y2=\"0.5557\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.0573\" y1=\"0.5557\" x2=\"1.0573\" y2=\"-0.5556\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.0573\" y1=\"-0.5556\" x2=\"-1.0573\" y2=\"-0.5557\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.0573\" y1=\"-0.5557\" x2=\"-1.0573\" y2=\"0.5557\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.0794\" y1=\"-0.2381\" x2=\"0.0794\" y2=\"0.2381\" layer=\"35\"/>\n<rectangle x1=\"0.25\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.25\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.6\" dy=\"0.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.6\" dy=\"0.6\" layer=\"1\"/>\n<text x=\"-0.9525\" y=\"0.7939\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.9525\" y=\"-1.3336\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0402MP\">\n<description>&lt;b&gt;0402 MicroPitch&lt;p&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.174\" x2=\"0.245\" y2=\"0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.174\" x2=\"-0.245\" y2=\"-0.174\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.127\" x2=\"0\" y2=\"-0.127\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-0.1\" y1=\"-0.2\" x2=\"0.1\" y2=\"0.2\" layer=\"35\"/>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.254\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.508\" y=\"0\" dx=\"0.5\" dy=\"0.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.4763\" size=\"0.6096\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.7938\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0603\">\n<description>&lt;b&gt;0603&lt;/b&gt;</description>\n<wire x1=\"-0.432\" y1=\"-0.306\" x2=\"0.432\" y2=\"-0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.432\" y1=\"0.306\" x2=\"-0.432\" y2=\"0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4605\" y1=\"0.635\" x2=\"1.4605\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.4605\" y1=\"0.635\" x2=\"1.4605\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.4605\" y1=\"-0.635\" x2=\"-1.4605\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.4605\" y1=\"-0.635\" x2=\"-1.4605\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4318\" y1=\"-0.4\" x2=\"0.8382\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4\" x2=\"-0.4318\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.762\" y=\"0\" dx=\"0.9\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.762\" y=\"0\" dx=\"0.9\" dy=\"0.8\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-1.4923\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0603MP\">\n<description>&lt;b&gt;0603 MicroPitch&lt;/b&gt;</description>\n<wire x1=\"-0.432\" y1=\"-0.306\" x2=\"0.432\" y2=\"-0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.432\" y1=\"0.306\" x2=\"-0.432\" y2=\"0.306\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.254\" x2=\"0\" y2=\"-0.254\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4318\" y1=\"-0.4\" x2=\"0.8\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.8\" y1=\"-0.4\" x2=\"-0.4318\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.25\" x2=\"0.1999\" y2=\"0.25\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.762\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.762\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\"/>\n<text x=\"-0.9525\" y=\"0.635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-0.9525\" y=\"-0.9525\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0805\">\n<description>&lt;b&gt;0805&lt;/b&gt;</description>\n<wire x1=\"-0.41\" y1=\"0.585\" x2=\"0.41\" y2=\"0.585\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.41\" y1=\"-0.585\" x2=\"0.41\" y2=\"-0.585\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.905\" y1=\"0.889\" x2=\"1.905\" y2=\"0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.905\" y1=\"0.889\" x2=\"1.905\" y2=\"-0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.905\" y1=\"-0.889\" x2=\"-1.905\" y2=\"-0.889\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.905\" y1=\"-0.889\" x2=\"-1.905\" y2=\"0.889\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4064\" y1=\"-0.65\" x2=\"1.0564\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-1.0668\" y1=\"-0.65\" x2=\"-0.4168\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.5875\" y=\"1.27\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.5874\" y=\"-1.651\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__0805MP\">\n<description>&lt;b&gt;0805 MicroPitch&lt;/b&gt;</description>\n<wire x1=\"-0.51\" y1=\"0.535\" x2=\"0.51\" y2=\"0.535\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.51\" y1=\"-0.535\" x2=\"0.51\" y2=\"-0.535\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"0.4064\" y1=\"-0.65\" x2=\"1\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-1\" y1=\"-0.65\" x2=\"-0.4168\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.016\" y=\"0\" dx=\"1.2\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.5875\" y=\"0.9525\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-1.5875\" y=\"-1.27\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-MINI$1\">\n<description>0603-Mini\n&lt;p&gt;Mini footprint for dense boards&lt;/p&gt;</description>\n<wire x1=\"-1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"0.583\" x2=\"1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"-0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.346\" y1=\"-0.583\" x2=\"-1.346\" y2=\"0.583\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.45\" y1=\"-0.7\" x2=\"-1.45\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.45\" y1=\"0.7\" x2=\"1.45\" y2=\"0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.45\" y1=\"0.7\" x2=\"1.45\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.45\" y1=\"-0.7\" x2=\"-1.45\" y2=\"-0.7\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.75\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"1.524\" y=\"-0.0635\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.524\" y=\"-0.635\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0603-NO\">\n<wire x1=\"-1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.729\" x2=\"1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"-0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.729\" x2=\"-1.473\" y2=\"0.729\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"1.778\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" font=\"vector\" ratio=\"18\">&gt;NAME</text>\n<text x=\"1.778\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" font=\"vector\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805-NO$1\">\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.24\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.24\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_NOTHERMALS$1\">\n<wire x1=\"-1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.873\" y1=\"-0.883\" x2=\"-1.873\" y2=\"0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.873\" y1=\"0.883\" x2=\"1.873\" y2=\"-0.883\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.85\" y1=\"1\" x2=\"1.85\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"1.85\" y1=\"-1\" x2=\"-1.85\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.85\" y1=\"-1\" x2=\"-1.85\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.85\" y1=\"1\" x2=\"1.85\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\" thermals=\"no\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER_0805_10MGAP\">\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0\" y1=\"0.508\" x2=\"0\" y2=\"-0.508\" width=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.05\" y=\"0\" dx=\"1.2\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.05\" y=\"0\" dx=\"1.2\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"2.032\" y=\"-0.127\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"2.032\" y=\"-0.762\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__1206\">\n<wire x1=\"0.9525\" y1=\"-0.8128\" x2=\"-0.9652\" y2=\"-0.8128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.9525\" y1=\"0.8128\" x2=\"-0.9652\" y2=\"0.8128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-2.286\" y1=\"1.143\" x2=\"2.286\" y2=\"1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"1.143\" x2=\"2.286\" y2=\"-1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"-1.143\" x2=\"-2.286\" y2=\"-1.143\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"-1.143\" x2=\"-2.286\" y2=\"1.143\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.6891\" y1=\"-0.8763\" x2=\"-0.9525\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"0.9525\" y1=\"-0.8763\" x2=\"1.6891\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n<smd name=\"1\" x=\"-1.27\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.27\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-2.2225\" y=\"1.5113\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.2225\" y=\"-1.8288\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MICROBUILDER__1206MP\">\n<wire x1=\"1.0525\" y1=\"-0.7128\" x2=\"-1.0652\" y2=\"-0.7128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.0525\" y1=\"0.7128\" x2=\"-1.0652\" y2=\"0.7128\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.635\" y1=\"0.635\" x2=\"0.635\" y2=\"0.635\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.635\" y1=\"-0.635\" x2=\"0.635\" y2=\"-0.635\" width=\"0.2032\" layer=\"21\"/>\n<rectangle x1=\"-1.6\" y1=\"-0.8\" x2=\"-0.9\" y2=\"0.8\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n<rectangle x1=\"0.9001\" y1=\"-0.8\" x2=\"1.6\" y2=\"0.8\" layer=\"51\" rot=\"R180\"/>\n<smd name=\"1\" x=\"-1.524\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.524\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-2.2225\" y=\"1.1113\" size=\"0.8128\" layer=\"25\" ratio=\"18\">&gt;NAME</text>\n<text x=\"-2.2225\" y=\"-1.4288\" size=\"0.4064\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0402.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APHHS1005SURCK.pdf</description>\n<wire x1=\"-0.1\" y1=\"0.2\" x2=\"-0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"-0.1\" y2=\"-0.2\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.1\" y1=\"0\" x2=\"0.1\" y2=\"0\" width=\"0.1\" layer=\"21\"/>\n<rectangle x1=\"-0.95\" y1=\"-0.3\" x2=\"-0.15\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"0.15\" y1=\"-0.3\" x2=\"0.95\" y2=\"0.3\" layer=\"29\"/>\n<rectangle x1=\"-0.25\" y1=\"0.2\" x2=\"0.25\" y2=\"0.25\" layer=\"21\"/>\n<rectangle x1=\"-0.25\" y1=\"-0.25\" x2=\"0.25\" y2=\"-0.2\" layer=\"21\"/>\n<rectangle x1=\"-0.8636\" y1=\"-0.254\" x2=\"-0.254\" y2=\"0.254\" layer=\"31\"/>\n<rectangle x1=\"0.254\" y1=\"-0.254\" x2=\"0.8636\" y2=\"0.254\" layer=\"31\"/>\n<smd name=\"P$1\" x=\"-0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<smd name=\"P$2\" x=\"0.55\" y=\"0\" dx=\"0.7\" dy=\"0.5\" layer=\"1\" stop=\"no\" cream=\"no\"/>\n<text x=\"-1.016\" y=\"0.635\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-1.016\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0603.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APT1608SGC.pdf</description>\n<wire x1=\"-0.375\" y1=\"0.55\" x2=\"-1.325\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.325\" y1=\"0.55\" x2=\"-1.325\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.325\" y1=\"-0.55\" x2=\"-0.375\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.375\" y1=\"-0.55\" x2=\"1.325\" y2=\"-0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.325\" y1=\"-0.55\" x2=\"1.325\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.325\" y1=\"0.55\" x2=\"0.375\" y2=\"0.55\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0.3\" x2=\"-0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"-0.2\" y2=\"-0.3\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-1.225\" y1=\"-0.45\" x2=\"-0.325\" y2=\"0.45\" layer=\"29\"/>\n<rectangle x1=\"0.325\" y1=\"-0.45\" x2=\"1.225\" y2=\"0.45\" layer=\"29\"/>\n<rectangle x1=\"-0.45\" y1=\"-0.4\" x2=\"0.45\" y2=\"-0.3\" layer=\"21\"/>\n<rectangle x1=\"-0.45\" y1=\"0.3\" x2=\"0.45\" y2=\"0.4\" layer=\"21\"/>\n<smd name=\"P$1\" x=\"-0.775\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"0.775\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" stop=\"no\"/>\n<text x=\"-1.27\" y=\"0.762\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-1.143\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"0.4\" y=\"0.4\"/>\n<vertex x=\"0.8\" y=\"0.4\"/>\n<vertex x=\"0.8\" y=\"0.2\" curve=\"90\"/>\n<vertex x=\"0.6\" y=\"0\" curve=\"90\"/>\n<vertex x=\"0.8\" y=\"-0.2\"/>\n<vertex x=\"0.8\" y=\"-0.4\"/>\n<vertex x=\"0.4\" y=\"-0.4\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-0.4\" y=\"-0.4\"/>\n<vertex x=\"-0.8\" y=\"-0.4\"/>\n<vertex x=\"-0.8\" y=\"-0.2\" curve=\"90\"/>\n<vertex x=\"-0.6\" y=\"0\" curve=\"90\"/>\n<vertex x=\"-0.8\" y=\"0.2\"/>\n<vertex x=\"-0.8\" y=\"0.4\"/>\n<vertex x=\"-0.4\" y=\"0.4\"/>\n</polygon>\n</package>\n<package name=\"CMONR_STANDARDPARTS_0805.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APT2012EC.pdf</description>\n<wire x1=\"-0.55\" y1=\"0.7\" x2=\"-1.95\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.95\" y1=\"0.7\" x2=\"-1.95\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-1.95\" y1=\"-0.7\" x2=\"-0.55\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.55\" y1=\"-0.7\" x2=\"1.95\" y2=\"-0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.95\" y1=\"-0.7\" x2=\"1.95\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"1.95\" y1=\"0.7\" x2=\"0.55\" y2=\"0.7\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.25\" y1=\"0.5\" x2=\"-0.25\" y2=\"-0.5\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.2\" y1=\"0\" x2=\"0.2\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-1.85\" y1=\"-0.6\" x2=\"-0.5\" y2=\"0.6\" layer=\"29\"/>\n<rectangle x1=\"0.5\" y1=\"-0.6\" x2=\"1.85\" y2=\"0.6\" layer=\"29\"/>\n<rectangle x1=\"-0.55\" y1=\"0.5\" x2=\"0.55\" y2=\"0.6\" layer=\"21\"/>\n<rectangle x1=\"-0.55\" y1=\"-0.6\" x2=\"0.55\" y2=\"-0.5\" layer=\"21\" rot=\"R180\"/>\n<smd name=\"P$1\" x=\"-1.175\" y=\"0\" dx=\"1.25\" dy=\"1.1\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"1.175\" y=\"0\" dx=\"1.25\" dy=\"1.1\" layer=\"1\" stop=\"no\"/>\n<text x=\"-1.905\" y=\"0.889\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-1.27\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-0.45\" y=\"-0.6\"/>\n<vertex x=\"-1.05\" y=\"-0.6\"/>\n<vertex x=\"-1.05\" y=\"-0.4\" curve=\"90\"/>\n<vertex x=\"-0.65\" y=\"-0.025\" curve=\"90\"/>\n<vertex x=\"-1.05\" y=\"0.4\"/>\n<vertex x=\"-1.05\" y=\"0.6\"/>\n<vertex x=\"-0.45\" y=\"0.6\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"0.45\" y=\"0.6\"/>\n<vertex x=\"1.05\" y=\"0.6\"/>\n<vertex x=\"1.05\" y=\"0.4\" curve=\"90\"/>\n<vertex x=\"0.65\" y=\"0.025\" curve=\"90\"/>\n<vertex x=\"1.05\" y=\"-0.4\"/>\n<vertex x=\"1.05\" y=\"-0.6\"/>\n<vertex x=\"0.45\" y=\"-0.6\"/>\n</polygon>\n</package>\n<package name=\"CMONR_STANDARDPARTS_1206.LED\">\n<description>http://www.us.kingbright.com/images/catalog/SPEC/APL3015SGC-F01.pdf</description>\n<wire x1=\"-0.8\" y1=\"0.95\" x2=\"-2.35\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.35\" y1=\"0.95\" x2=\"-2.35\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.35\" y1=\"-0.95\" x2=\"-0.8\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"0.8\" y1=\"-0.95\" x2=\"2.35\" y2=\"-0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"2.35\" y1=\"-0.95\" x2=\"2.35\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"2.35\" y1=\"0.95\" x2=\"0.8\" y2=\"0.95\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0.65\" x2=\"-0.45\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0\" x2=\"-0.45\" y2=\"-0.65\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-0.45\" y1=\"0\" x2=\"0.35\" y2=\"0\" width=\"0.2\" layer=\"21\"/>\n<rectangle x1=\"-2.25\" y1=\"-0.85\" x2=\"-0.75\" y2=\"0.85\" layer=\"29\"/>\n<rectangle x1=\"0.75\" y1=\"-0.85\" x2=\"2.25\" y2=\"0.85\" layer=\"29\"/>\n<rectangle x1=\"-0.85\" y1=\"0.65\" x2=\"0.85\" y2=\"0.75\" layer=\"21\"/>\n<rectangle x1=\"-0.85\" y1=\"-0.75\" x2=\"0.85\" y2=\"-0.65\" layer=\"21\"/>\n<smd name=\"P$1\" x=\"-1.5\" y=\"0\" dx=\"1.4\" dy=\"1.6\" layer=\"1\" stop=\"no\"/>\n<smd name=\"P$2\" x=\"1.5\" y=\"0\" dx=\"1.4\" dy=\"1.6\" layer=\"1\" stop=\"no\"/>\n<text x=\"-2.286\" y=\"1.27\" size=\"0.4064\" layer=\"25\" font=\"vector\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-1.651\" size=\"0.4064\" layer=\"27\" font=\"vector\">&gt;VALUE</text>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"-1.5\" y=\"0.75\"/>\n<vertex x=\"-0.8\" y=\"0.75\"/>\n<vertex x=\"-0.8\" y=\"-0.75\"/>\n<vertex x=\"-1.5\" y=\"-0.75\"/>\n<vertex x=\"-1.5\" y=\"-0.4\" curve=\"90\"/>\n<vertex x=\"-1.1\" y=\"0\" curve=\"90\"/>\n<vertex x=\"-1.5\" y=\"0.4\"/>\n</polygon>\n<polygon width=\"0\" layer=\"21\">\n<vertex x=\"1.5\" y=\"-0.75\"/>\n<vertex x=\"0.8\" y=\"-0.75\"/>\n<vertex x=\"0.8\" y=\"0.75\"/>\n<vertex x=\"1.5\" y=\"0.75\"/>\n<vertex x=\"1.5\" y=\"0.4\" curve=\"90\"/>\n<vertex x=\"1.1\" y=\"0\" curve=\"90\"/>\n<vertex x=\"1.5\" y=\"-0.4\"/>\n</polygon>\n</package>\n</packages>\n<symbols>\n<symbol name=\"MICROBUILDER_RESISTOR\">\n<wire x1=\"-2.54\" y1=\"1.27\" x2=\"2.54\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"1.27\" x2=\"2.54\" y2=\"-1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-1.27\" x2=\"-2.54\" y2=\"-1.27\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"-1.27\" x2=\"-2.54\" y2=\"1.27\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"1\" x=\"-5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\"/>\n<pin name=\"2\" x=\"5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R180\"/>\n<text x=\"-2.54\" y=\"2.032\" size=\"1.27\" layer=\"95\" font=\"vector\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"96\" font=\"vector\">&gt;VALUE</text>\n</symbol>\n<symbol name=\"MICROBUILDER_CAPACITOR\">\n<rectangle x1=\"-1.27\" y1=\"0.508\" x2=\"1.27\" y2=\"1.016\" layer=\"94\"/>\n<rectangle x1=\"-1.27\" y1=\"1.524\" x2=\"1.27\" y2=\"2.032\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"0.762\" x2=\"0\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"2.54\" x2=\"0\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<pin name=\"1\" x=\"0\" y=\"5.08\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R270\"/>\n<pin name=\"2\" x=\"0\" y=\"-2.54\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R90\"/>\n<text x=\"-2.29\" y=\"1.25\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\">&gt;NAME</text>\n<text x=\"2.3\" y=\"1.25\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\">&gt;VALUE</text>\n</symbol>\n<symbol name=\"PHILBYWHIZZ_NOCONNECTION\">\n<description>A No Connection symbol only&lt;p&gt;\n\nHandy to use on those pins that you want to mark as NC on a schematic.</description>\n<wire x1=\"-0.508\" y1=\"0.508\" x2=\"0.508\" y2=\"-0.508\" width=\"0.254\" layer=\"97\"/>\n<wire x1=\"0.508\" y1=\"0.508\" x2=\"-0.508\" y2=\"-0.508\" width=\"0.254\" layer=\"97\"/>\n</symbol>\n<symbol name=\"CMONR_STANDARDPARTS_LED\">\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"2.54\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"0.889\" x2=\"-0.762\" y2=\"0\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"0\" x2=\"-0.762\" y2=\"-1.016\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"-0.762\" y1=\"-1.016\" x2=\"0.762\" y2=\"0\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"-0.762\" y2=\"0.889\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.762\" y2=\"0.889\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.762\" y2=\"-1.016\" width=\"0.2032\" layer=\"94\"/>\n<wire x1=\"0.127\" y1=\"2.032\" x2=\"-0.254\" y2=\"1.905\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.254\" y1=\"1.905\" x2=\"-0.127\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.127\" y1=\"1.778\" x2=\"-0.508\" y2=\"1.397\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.127\" y1=\"2.032\" x2=\"0\" y2=\"1.651\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"1.651\" x2=\"-0.127\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"1.016\" y1=\"2.032\" x2=\"0.635\" y2=\"1.905\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.635\" y1=\"1.905\" x2=\"0.762\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.762\" y1=\"1.778\" x2=\"0.381\" y2=\"1.397\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"1.016\" y1=\"2.032\" x2=\"0.889\" y2=\"1.651\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.889\" y1=\"1.651\" x2=\"0.762\" y2=\"1.778\" width=\"0.1524\" layer=\"94\"/>\n<pin name=\"1\" x=\"-2.54\" y=\"0\" visible=\"off\" length=\"point\"/>\n<pin name=\"2\" x=\"2.54\" y=\"0\" visible=\"off\" length=\"point\" rot=\"R180\"/>\n<text x=\"-1.27\" y=\"2.54\" size=\"1.016\" layer=\"95\" rot=\"MR90\">&gt;NAME</text>\n<text x=\"1.27\" y=\"2.54\" size=\"1.016\" layer=\"96\" rot=\"R90\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"MICROBUILDER_RESISTOR\" prefix=\"R\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;Resistors&lt;/b&gt;&lt;/p&gt;\n&lt;b&gt;0402&lt;/b&gt; - 0402 Surface Mount Package\n&lt;ul&gt;\n&lt;li&gt;22 Ohm 1% 1/16W [Digikey: 311-22.0LRTR-ND]&lt;/li&gt;\n&lt;li&gt;33 Ohm 5% 1/16W&lt;/li&gt;\n&lt;li&gt;1.0K 5% 1/16W&lt;/li&gt;\n&lt;li&gt;1.5K 5% 1/16W&lt;/li&gt;\n&lt;li&gt;2.0K 1% 1/16W&lt;/li&gt;\n&lt;li&gt;10.0K 1% 1/16W [Digikey: 311-10.0KLRTR-ND]&lt;/li&gt;\n&lt;li&gt;10.0K 5% 1/16W [Digikey: RMCF0402JT10K0TR-ND]&lt;/li&gt;\n&lt;li&gt;12.1K 1% 1/16W [Digikey: 311-22.0LRTR-ND]&lt;/li&gt;\n&lt;li&gt;100.0K 5% 1/16W&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;0603&lt;/b&gt; - 0603 Surface Mount Package&lt;br&gt;\n&lt;ul&gt;\n&lt;li&gt;0 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;15 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;49.9 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;150 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;240 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;390 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;560 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;680 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;750 Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.5K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.2K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;3.3K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;4.7K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;10.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;12.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;12.1K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;20.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100.0K Ohm 1/10 Watt 1% Resistor&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;0805&lt;/b&gt; - 0805 Surface Mount Package\n&lt;ul&gt;\n&lt;li&gt;0 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;150 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;200 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;240 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;330 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;390 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;470 Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;1.5K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;2.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;4.7K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;5.1K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;5.6K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;10.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;22.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;33.0K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;li&gt;100K Ohm 1/8 Watt 1% Resistor&lt;/li&gt;\n&lt;/ul&gt;\n&lt;b&gt;1206&lt;/b&gt; - 1206 Surface Mount Package&lt;br/&gt;\n&lt;br/&gt;\n&lt;b&gt;2012&lt;/b&gt; - 2010 Surface Mount Package&lt;br/&gt;\n&lt;ul&gt;&lt;li&gt;0.11 Ohm 1/2 Watt 1% Resistor - Digikey: RHM.11UCT-ND&lt;/li&gt;&lt;/ul&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"MICROBUILDER_RESISTOR\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"0402\" package=\"MICROBUILDER_0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603\" package=\"MICROBUILDER_0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603MINI\" package=\"MICROBUILDER_0603-MINI\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805\" package=\"MICROBUILDER_0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805_NOTHERMALS\" package=\"MICROBUILDER_0805_NOTHERMALS\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"1206\" package=\"MICROBUILDER_1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"2012\" package=\"MICROBUILDER_2012\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"2512\" package=\"MICROBUILDER_2512\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402\" package=\"MICROBUILDER__0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402MP\" package=\"MICROBUILDER__0402MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603\" package=\"MICROBUILDER__0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603MP\" package=\"MICROBUILDER__0603MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805\" package=\"MICROBUILDER__0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805MP\" package=\"MICROBUILDER__0805MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"MICROBUILDER_CAP_CERAMIC\" prefix=\"C\" uservalue=\"yes\">\n<description>&lt;p&gt;&lt;b&gt;Ceramic Capacitors&lt;/b&gt;&lt;/p&gt;\n&lt;p&gt;For new designs, use the packages preceded by an '_' character since they are more reliable:&lt;/p&gt;\n&lt;p&gt;The following footprints should be used on most boards:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;b&gt;_0402&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0603&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0805&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_1206&lt;/b&gt; - Standard footprint for regular board layouts&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;For extremely tight-pitch boards where space is at a premium, the following 'micro-pitch' footprints can be used (smaller pads, no silkscreen outline, etc.):&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;b&gt;_0402MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0603MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_0805MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;li&gt;&lt;b&gt;_1206MP&lt;/b&gt; - Micro-pitch footprint for very dense/compact boards&lt;/li&gt;\n&lt;/ul&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"MICROBUILDER_CAPACITOR\" x=\"0\" y=\"-2.54\"/>\n</gates>\n<devices>\n<device name=\"0603MINI\" package=\"MICROBUILDER_0603-MINI$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0603_NO\" package=\"MICROBUILDER_0603-NO\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805-NOOUTLINE\" package=\"MICROBUILDER_0805-NO$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805-NOTHERMALS\" package=\"MICROBUILDER_0805_NOTHERMALS$1\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"0805_10MGAP\" package=\"MICROBUILDER_0805_10MGAP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402\" package=\"MICROBUILDER__0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0402MP\" package=\"MICROBUILDER__0402MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603\" package=\"MICROBUILDER__0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0603MP\" package=\"MICROBUILDER__0603MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805\" package=\"MICROBUILDER__0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_0805MP\" package=\"MICROBUILDER__0805MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_1206\" package=\"MICROBUILDER__1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\"_1206MP\" package=\"MICROBUILDER__1206MP\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"PHILBYWHIZZ_NOCONNECTION\">\n<description>A No Connection symbol only&lt;p&gt;\n\nHandy to use on those pins that you want to mark as NC on a schematic.</description>\n<gates>\n<gate name=\"G$1\" symbol=\"PHILBYWHIZZ_NOCONNECTION\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"CMONR_STANDARDPARTS_LED\" prefix=\"D\" uservalue=\"yes\">\n<gates>\n<gate name=\"G$1\" symbol=\"CMONR_STANDARDPARTS_LED\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\".0402\" package=\"CMONR_STANDARDPARTS_0402.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".0603\" package=\"CMONR_STANDARDPARTS_0603.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".0805\" package=\"CMONR_STANDARDPARTS_0805.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n<device name=\".1206\" package=\"CMONR_STANDARDPARTS_1206.LED\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"P$1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"P$2\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"supply1\" urn=\"urn:adsk.eagle:library:371\">\n<description>&lt;b&gt;Supply Symbols&lt;/b&gt;&lt;p&gt;\n GND, VCC, 0V, +5V, -5V, etc.&lt;p&gt;\n Please keep in mind, that these devices are necessary for the\n automatic wiring of the supply signals.&lt;p&gt;\n The pin name defined in the symbol is identical to the net which is to be wired automatically.&lt;p&gt;\n In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.&lt;p&gt;\n &lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>\n<packages>\n</packages>\n<symbols>\n<symbol name=\"GND\" urn=\"urn:adsk.eagle:symbol:26925/1\" library_version=\"1\">\n<wire x1=\"-1.905\" y1=\"0\" x2=\"1.905\" y2=\"0\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-2.54\" y=\"-2.54\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"GND\" x=\"0\" y=\"2.54\" visible=\"off\" length=\"short\" direction=\"sup\" rot=\"R270\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"GND\" urn=\"urn:adsk.eagle:component:26954/1\" prefix=\"GND\" library_version=\"1\">\n<description>&lt;b&gt;SUPPLY SYMBOL&lt;/b&gt;</description>\n<gates>\n<gate name=\"1\" symbol=\"GND\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\">\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"CAT24M01HU5I-GT3-CorrectedV2\">\n<description>&lt;EEPROM 1MB I2C SERIAL EEPROM&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"SON50P300X200X55-9N\">\n<description>&lt;b&gt;UDFN8 3X2 0.5P CASE 517BU-01&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"5\" x=\"1.33\" y=\"-0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"6\" x=\"1.33\" y=\"-0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"7\" x=\"1.33\" y=\"0.25\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"8\" x=\"1.33\" y=\"0.75\" dx=\"0.63\" dy=\"0.32\" layer=\"1\"/>\n<smd name=\"9\" x=\"0\" y=\"0\" dx=\"1.56\" dy=\"1.06\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"-0.13\" y=\"-2.25\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<wire x1=\"-2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"1.25\" x2=\"2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"-1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-1.25\" x2=\"-2.125\" y2=\"1.25\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1\" x2=\"1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1\" x2=\"1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"-1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1\" x2=\"-1.5\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"0.25\" x2=\"-0.75\" y2=\"1\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.925\" y=\"1.125\" radius=\"0.125\" width=\"0.25\" layer=\"25\"/>\n<rectangle x1=\"0.05\" y1=\"0.325\" x2=\"0.375\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"0.325\" x2=\"-0.05\" y2=\"0.65\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.675\" x2=\"-0.05\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.675\" x2=\"0.375\" y2=\"-0.35\" layer=\"31\"/>\n<rectangle x1=\"-0.375\" y1=\"-0.175\" x2=\"-0.05\" y2=\"0.15\" layer=\"31\"/>\n<rectangle x1=\"0.05\" y1=\"-0.175\" x2=\"0.375\" y2=\"0.15\" layer=\"31\"/>\n<wire x1=\"-0.825\" y1=\"1\" x2=\"0.8\" y2=\"1\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.825\" y1=\"-1\" x2=\"0.8\" y2=\"-1\" width=\"0.1524\" layer=\"21\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"CAT24M01HU5I-GT3\">\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-15.24\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-15.24\" x2=\"5.08\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"5.08\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<text x=\"21.59\" y=\"7.62\" size=\"1.778\" layer=\"95\" align=\"center-left\">&gt;NAME</text>\n<text x=\"21.59\" y=\"5.08\" size=\"1.778\" layer=\"96\" align=\"center-left\">&gt;VALUE</text>\n<pin name=\"NC\" x=\"0\" y=\"0\" length=\"middle\" direction=\"nc\"/>\n<pin name=\"A1\" x=\"0\" y=\"-2.54\" length=\"middle\"/>\n<pin name=\"A2\" x=\"0\" y=\"-5.08\" length=\"middle\"/>\n<pin name=\"VSS\" x=\"0\" y=\"-7.62\" length=\"middle\" direction=\"pwr\"/>\n<pin name=\"EP\" x=\"12.7\" y=\"-20.32\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"VCC\" x=\"25.4\" y=\"0\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"WP\" x=\"25.4\" y=\"-2.54\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"SCL\" x=\"25.4\" y=\"-5.08\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"SDA\" x=\"25.4\" y=\"-7.62\" length=\"middle\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"CAT24M01HU5I-GT3\" prefix=\"IC\">\n<description>&lt;b&gt;EEPROM 1MB I2C SERIAL EEPROM&lt;/b&gt;&lt;p&gt;\nSource: &lt;a href=\"http://www.onsemi.com/pub/Collateral/CAT24M01-D.PDF\"&gt; Datasheet &lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"CAT24M01HU5I-GT3\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"SON50P300X200X55-9N\">\n<connects>\n<connect gate=\"G$1\" pin=\"A1\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"A2\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"EP\" pad=\"9\"/>\n<connect gate=\"G$1\" pin=\"NC\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"SCL\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"SDA\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"VCC\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"VSS\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"WP\" pad=\"7\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"ALLIED_NUMBER\" value=\"70300250\" constant=\"no\"/>\n<attribute name=\"ALLIED_PRICE-STOCK\" value=\"http://www.alliedelec.com/on-semiconductor-cat24m01hu5i-gt3/70300250/\" constant=\"no\"/>\n<attribute name=\"DESCRIPTION\" value=\"EEPROM 1MB I2C SERIAL EEPROM\" constant=\"no\"/>\n<attribute name=\"HEIGHT\" value=\"0.55mm\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"ON Semiconductor\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"CAT24M01HU5I-GT3\" constant=\"no\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"863-CAT24M01HU5I-GT3\" constant=\"no\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=863-CAT24M01HU5I-GT3\" constant=\"no\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"7814831P\" constant=\"no\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"http://uk.rs-online.com/web/p/products/7814831P\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"ATTINY1616-MFR\">\n<description>&lt;8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R&lt;/b&gt;&lt;p&gt;\n&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>\n<packages>\n<package name=\"QFN40P300X300X90-21N\">\n<description>&lt;b&gt;20 VQFN 3x3-1&lt;/b&gt;&lt;br&gt;\n</description>\n<smd name=\"1\" x=\"-1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"-1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"3\" x=\"-1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"4\" x=\"-1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"5\" x=\"-1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"6\" x=\"-0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"7\" x=\"-0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"8\" x=\"0\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"9\" x=\"0.4\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"10\" x=\"0.8\" y=\"-1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"11\" x=\"1.5\" y=\"-0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"12\" x=\"1.5\" y=\"-0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"13\" x=\"1.5\" y=\"0\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"14\" x=\"1.5\" y=\"0.4\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"15\" x=\"1.5\" y=\"0.8\" dx=\"0.8\" dy=\"0.2\" layer=\"1\"/>\n<smd name=\"16\" x=\"0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"17\" x=\"0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"18\" x=\"0\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"19\" x=\"-0.4\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"20\" x=\"-0.8\" y=\"1.5\" dx=\"0.8\" dy=\"0.2\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"21\" x=\"0\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\" rot=\"R90\" cream=\"no\"/>\n<text x=\"0\" y=\"-3.81\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"0\" y=\"3.81\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n<wire x1=\"-2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"2.125\" x2=\"2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"-2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-2.125\" y1=\"-2.125\" x2=\"-2.125\" y2=\"2.125\" width=\"0.05\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"1.5\" x2=\"1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"-1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"-1.5\" x2=\"-1.5\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<wire x1=\"-1.5\" y1=\"1.1\" x2=\"-1.1\" y2=\"1.5\" width=\"0.1\" layer=\"51\"/>\n<circle x=\"-1.9\" y=\"1.4\" radius=\"0.1\" width=\"0.2\" layer=\"25\"/>\n<rectangle x1=\"-0.725\" y1=\"0.1\" x2=\"-0.1\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"0.1\" x2=\"0.75\" y2=\"0.75\" layer=\"31\"/>\n<rectangle x1=\"-0.725\" y1=\"-0.75\" x2=\"-0.1\" y2=\"-0.1\" layer=\"31\"/>\n<rectangle x1=\"0.125\" y1=\"-0.75\" x2=\"0.75\" y2=\"-0.1\" layer=\"31\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"ATTINY1616-MFR\">\n<wire x1=\"5.08\" y1=\"27.94\" x2=\"33.02\" y2=\"27.94\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"33.02\" y1=\"-20.32\" x2=\"33.02\" y2=\"27.94\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"33.02\" y1=\"-20.32\" x2=\"5.08\" y2=\"-20.32\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"27.94\" x2=\"5.08\" y2=\"-20.32\" width=\"0.254\" layer=\"94\"/>\n<text x=\"34.29\" y=\"33.02\" size=\"1.778\" layer=\"95\" align=\"center-left\">&gt;NAME</text>\n<text x=\"34.29\" y=\"30.48\" size=\"1.778\" layer=\"96\" align=\"center-left\">&gt;VALUE</text>\n<pin name=\"PA2\" x=\"0\" y=\"0\" length=\"middle\"/>\n<pin name=\"(EXTCLK)_PA3\" x=\"0\" y=\"-2.54\" length=\"middle\"/>\n<pin name=\"GND\" x=\"0\" y=\"-5.08\" length=\"middle\"/>\n<pin name=\"VDD\" x=\"0\" y=\"-7.62\" length=\"middle\"/>\n<pin name=\"PA4\" x=\"0\" y=\"-10.16\" length=\"middle\"/>\n<pin name=\"PA5\" x=\"12.7\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PA6\" x=\"15.24\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PA7\" x=\"17.78\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PB5\" x=\"20.32\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PB4\" x=\"22.86\" y=\"-25.4\" length=\"middle\" rot=\"R90\"/>\n<pin name=\"PC0\" x=\"38.1\" y=\"0\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB0\" x=\"38.1\" y=\"-2.54\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB1\" x=\"38.1\" y=\"-5.08\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB2\" x=\"38.1\" y=\"-7.62\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"PB3\" x=\"38.1\" y=\"-10.16\" length=\"middle\" rot=\"R180\"/>\n<pin name=\"EP\" x=\"12.7\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PA1\" x=\"15.24\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PA0_(!RESET!/UPDI)\" x=\"17.78\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PC3\" x=\"20.32\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PC2\" x=\"22.86\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n<pin name=\"PC1\" x=\"25.4\" y=\"33.02\" length=\"middle\" rot=\"R270\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"ATTINY1616-MFR\" prefix=\"IC\">\n<description>&lt;b&gt;8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R&lt;/b&gt;&lt;p&gt;\nSource: &lt;a href=\"http://ww1.microchip.com/downloads/en/DeviceDoc/ATtiny806_1606_Data_Sheet_40002029A.pdf\"&gt; Datasheet &lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"ATTINY1616-MFR\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"QFN40P300X300X90-21N\">\n<connects>\n<connect gate=\"G$1\" pin=\"(EXTCLK)_PA3\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"EP\" pad=\"21\"/>\n<connect gate=\"G$1\" pin=\"GND\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"PA0_(!RESET!/UPDI)\" pad=\"19\"/>\n<connect gate=\"G$1\" pin=\"PA1\" pad=\"20\"/>\n<connect gate=\"G$1\" pin=\"PA2\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"PA4\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"PA5\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"PA6\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"PA7\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"PB0\" pad=\"14\"/>\n<connect gate=\"G$1\" pin=\"PB1\" pad=\"13\"/>\n<connect gate=\"G$1\" pin=\"PB2\" pad=\"12\"/>\n<connect gate=\"G$1\" pin=\"PB3\" pad=\"11\"/>\n<connect gate=\"G$1\" pin=\"PB4\" pad=\"10\"/>\n<connect gate=\"G$1\" pin=\"PB5\" pad=\"9\"/>\n<connect gate=\"G$1\" pin=\"PC0\" pad=\"15\"/>\n<connect gate=\"G$1\" pin=\"PC1\" pad=\"16\"/>\n<connect gate=\"G$1\" pin=\"PC2\" pad=\"17\"/>\n<connect gate=\"G$1\" pin=\"PC3\" pad=\"18\"/>\n<connect gate=\"G$1\" pin=\"VDD\" pad=\"4\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"DESCRIPTION\" value=\"8-bit Microcontrollers - MCU 20MHz, 16KB, VQFN20, Ind 125C, Green, T&amp;R\" constant=\"no\"/>\n<attribute name=\"HEIGHT\" value=\"0.9mm\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"Microchip\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"ATTINY1606-MFR\" constant=\"no\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"556-ATTINY1606-MFR\" constant=\"no\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=556-ATTINY1606-MFR\" constant=\"no\"/>\n<attribute name=\"RS_PART_NUMBER\" value=\"\" constant=\"no\"/>\n<attribute name=\"RS_PRICE-STOCK\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"L70LessCream\">\n<packages>\n<package name=\"XCVR_L70\">\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"4.925\" y1=\"-5.125\" x2=\"-4.925\" y2=\"-5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"4.925\" y1=\"5.125\" x2=\"-4.925\" y2=\"5.125\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"-8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"-8.125\" x2=\"8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"8.75\" y1=\"8.125\" x2=\"-8.75\" y2=\"8.125\" width=\"0.05\" layer=\"39\"/>\n<text x=\"-4.94\" y=\"5.685\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-4.94\" y=\"-6.935\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-6.7\" y=\"4.8\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<smd name=\"1\" x=\"-4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"2\" x=\"-4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"3\" x=\"-4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"4\" x=\"-4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"5\" x=\"-4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"6\" x=\"-4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"7\" x=\"-4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"8\" x=\"-4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"9\" x=\"-4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" rot=\"R180\"/>\n<smd name=\"10\" x=\"4.85\" y=\"-4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"11\" x=\"4.85\" y=\"-3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"12\" x=\"4.85\" y=\"-2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"13\" x=\"4.85\" y=\"-1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"14\" x=\"4.85\" y=\"0\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"15\" x=\"4.85\" y=\"1.1\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"16\" x=\"4.85\" y=\"2.2\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"17\" x=\"4.85\" y=\"3.3\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"18\" x=\"4.85\" y=\"4.4\" dx=\"1.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"L70\">\n<wire x1=\"15.24\" y1=\"15.24\" x2=\"15.24\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"15.24\" y1=\"-15.24\" x2=\"-15.24\" y2=\"-15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-15.24\" y1=\"-15.24\" x2=\"-15.24\" y2=\"15.24\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-15.24\" y1=\"15.24\" x2=\"15.24\" y2=\"15.24\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-15.24\" y=\"16.51\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"-15.24\" y=\"-17.78\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"VCC\" x=\"20.32\" y=\"12.7\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"V_BCKP\" x=\"20.32\" y=\"10.16\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"VCC_RF\" x=\"20.32\" y=\"5.08\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"RESET\" x=\"-20.32\" y=\"7.62\" length=\"middle\" direction=\"in\"/>\n<pin name=\"RXD1\" x=\"-20.32\" y=\"2.54\" length=\"middle\" direction=\"in\"/>\n<pin name=\"TXD1\" x=\"-20.32\" y=\"0\" length=\"middle\" direction=\"out\"/>\n<pin name=\"RF_IN\" x=\"-20.32\" y=\"-5.08\" length=\"middle\" direction=\"in\"/>\n<pin name=\"STANDBY\" x=\"-20.32\" y=\"-10.16\" length=\"middle\" direction=\"in\"/>\n<pin name=\"ANTON\" x=\"20.32\" y=\"0\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"1PPS\" x=\"20.32\" y=\"-2.54\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"TIMER\" x=\"20.32\" y=\"-5.08\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"GND\" x=\"20.32\" y=\"-12.7\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n<pin name=\"RSVD/NC\" x=\"20.32\" y=\"-7.62\" length=\"middle\" direction=\"nc\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"L70\" prefix=\"U\">\n<description>GPS Module &lt;a href=\"https://snapeda.com/parts/L70/Quectel/view-part/?ref=eda\"&gt;Check prices&lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"L70\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"XCVR_L70\">\n<connects>\n<connect gate=\"G$1\" pin=\"1PPS\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"ANTON\" pad=\"13\"/>\n<connect gate=\"G$1\" pin=\"GND\" pad=\"1 10 12\"/>\n<connect gate=\"G$1\" pin=\"RESET\" pad=\"9\"/>\n<connect gate=\"G$1\" pin=\"RF_IN\" pad=\"11\"/>\n<connect gate=\"G$1\" pin=\"RSVD/NC\" pad=\"7 15 16 17\"/>\n<connect gate=\"G$1\" pin=\"RXD1\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"STANDBY\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"TIMER\" pad=\"18\"/>\n<connect gate=\"G$1\" pin=\"TXD1\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"VCC\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"VCC_RF\" pad=\"14\"/>\n<connect gate=\"G$1\" pin=\"V_BCKP\" pad=\"6\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"AVAILABILITY\" value=\"Bad\"/>\n<attribute name=\"DESCRIPTION\" value=\" L70, an SMD type module, brings the high performance of MTK positioning engine to the industrial applications with compact profile, ultra low power consumption and fast positioning capability. \"/>\n<attribute name=\"MF\" value=\"Quectel\"/>\n<attribute name=\"MP\" value=\"L70\"/>\n<attribute name=\"PACKAGE\" value=\"2920 Quectel\"/>\n<attribute name=\"PRICE\" value=\"None\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"PanasonicA4SConnectorsV7\">\n<packages>\n<package name=\"AXE610124\">\n<text x=\"-1.69326875\" y=\"1.69235\" size=\"0.610396875\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.6107\" y=\"-2.05066875\" size=\"0.609771875\" layer=\"27\">&gt;VALUE</text>\n<smd name=\"10\" x=\"-0.79\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"8\" x=\"-0.39\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"6\" x=\"0.01\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"4\" x=\"0.41\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"2\" x=\"0.81\" y=\"0.87\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"9\" x=\"-0.79\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"7\" x=\"-0.39\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"5\" x=\"0.01\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"3\" x=\"0.41\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"1\" x=\"0.81\" y=\"-0.88\" dx=\"0.2\" dy=\"0.65\" layer=\"1\" roundness=\"50\"/>\n<smd name=\"DNC1\" x=\"-1.59\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC2\" x=\"-1.59\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC4\" x=\"1.607\" y=\"0.57\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<smd name=\"DNC3\" x=\"1.607\" y=\"-0.569\" dx=\"0.45\" dy=\"0.53\" layer=\"1\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"1.69\" y1=\"1\" x2=\"1.91\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"1\" x2=\"1.91\" y2=\"0.78\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-0.78\" x2=\"1.91\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"1.91\" y1=\"-1\" x2=\"1.69\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.67\" y1=\"-1\" x2=\"-1.89\" y2=\"-1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"-1\" x2=\"-1.89\" y2=\"-0.79\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"0.78\" x2=\"-1.89\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.89\" y1=\"1\" x2=\"-1.67\" y2=\"1\" width=\"0.127\" layer=\"21\"/>\n<circle x=\"1.09\" y=\"-1.06\" radius=\"0.05\" width=\"0.1\" layer=\"21\"/>\n<wire x1=\"-2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"1.7\" x2=\"2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"-1.7\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-2.5\" y1=\"-1.7\" x2=\"-2.5\" y2=\"1.7\" width=\"0.05\" layer=\"39\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"AXE610124\">\n<wire x1=\"5.08\" y1=\"7.62\" x2=\"2.54\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"7.62\" x2=\"-2.54\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"7.62\" x2=\"-5.08\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"5.08\" x2=\"-2.54\" y2=\"5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"2.54\" x2=\"-2.54\" y2=\"2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-2.54\" y2=\"0\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-2.54\" x2=\"-2.54\" y2=\"-2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-5.08\" x2=\"-2.54\" y2=\"-5.08\" width=\"0.762\" layer=\"94\"/>\n<text x=\"-5.081390625\" y=\"7.622090625\" size=\"1.778490625\" layer=\"95\">&gt;NAME</text>\n<text x=\"-5.08363125\" y=\"-10.1673\" size=\"1.77926875\" layer=\"96\">&gt;VALUE</text>\n<wire x1=\"2.54\" y1=\"5.08\" x2=\"5.08\" y2=\"5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"2.54\" x2=\"5.08\" y2=\"2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"0\" x2=\"5.08\" y2=\"0\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-5.08\" x2=\"5.08\" y2=\"-5.08\" width=\"0.762\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"7.62\" x2=\"-5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"-7.62\" x2=\"-2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"-7.62\" x2=\"2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-7.62\" x2=\"5.08\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"-7.62\" x2=\"5.08\" y2=\"7.62\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"1\" x=\"-10.16\" y=\"5.08\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"2\" x=\"10.16\" y=\"5.08\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"3\" x=\"-10.16\" y=\"2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"4\" x=\"10.16\" y=\"2.54\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"5\" x=\"-10.16\" y=\"0\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"6\" x=\"10.16\" y=\"0\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"7\" x=\"-10.16\" y=\"-2.54\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"8\" x=\"10.16\" y=\"-2.54\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<pin name=\"9\" x=\"-10.16\" y=\"-5.08\" length=\"middle\" direction=\"pas\"/>\n<pin name=\"10\" x=\"10.16\" y=\"-5.08\" length=\"middle\" direction=\"pas\" rot=\"R180\"/>\n<wire x1=\"-2.54\" y1=\"7.62\" x2=\"-2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"7.62\" x2=\"2.54\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"AXE610124\">\n<gates>\n<gate name=\"G$1\" symbol=\"AXE610124\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"AXE610124\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"10\" pad=\"10\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n<connect gate=\"G$1\" pin=\"3\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"4\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"5\" pad=\"5\"/>\n<connect gate=\"G$1\" pin=\"6\" pad=\"6\"/>\n<connect gate=\"G$1\" pin=\"7\" pad=\"7\"/>\n<connect gate=\"G$1\" pin=\"8\" pad=\"8\"/>\n<connect gate=\"G$1\" pin=\"9\" pad=\"9\"/>\n</connects>\n<technologies>\n<technology name=\"\"/>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"1575AT43A0040E_V2\">\n<description>Generated from &lt;b&gt;ColibriREV1B.sch&lt;/b&gt;&lt;p&gt;\nby exp-lbrs.ulp</description>\n<packages>\n<package name=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<description>&lt;b&gt;1575AT43A0040E&lt;/b&gt;&lt;br&gt;</description>\n<circle x=\"4.263\" y=\"0.037\" radius=\"0.033\" width=\"0.2\" layer=\"25\"/>\n<wire x1=\"-3.5\" y1=\"1\" x2=\"3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"1\" x2=\"3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"-1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-3.5\" y1=\"-1\" x2=\"-3.5\" y2=\"1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"-2.6\" y1=\"1\" x2=\"2.6\" y2=\"1\" width=\"0.2\" layer=\"21\"/>\n<wire x1=\"-2.6\" y1=\"-1\" x2=\"2.6\" y2=\"-1\" width=\"0.2\" layer=\"21\"/>\n<smd name=\"1\" x=\"3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<smd name=\"2\" x=\"-3.5\" y=\"0\" dx=\"1.8\" dy=\"1\" layer=\"1\" rot=\"R90\"/>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"25\" align=\"center\">&gt;NAME</text>\n<text x=\"-0.409\" y=\"-0.032\" size=\"1.27\" layer=\"27\" align=\"center\">&gt;VALUE</text>\n</package>\n</packages>\n<symbols>\n<symbol name=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-2.54\" x2=\"20.32\" y2=\"2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"-2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"5.08\" y1=\"2.54\" x2=\"5.08\" y2=\"-2.54\" width=\"0.254\" layer=\"94\"/>\n<pin name=\"FEED\" x=\"0\" y=\"0\" length=\"middle\" direction=\"in\"/>\n<pin name=\"NC\" x=\"25.4\" y=\"0\" length=\"middle\" direction=\"nc\" rot=\"R180\"/>\n<text x=\"21.59\" y=\"7.62\" size=\"1.778\" layer=\"95\" align=\"center-left\">&gt;NAME</text>\n<text x=\"21.59\" y=\"5.08\" size=\"1.778\" layer=\"96\" align=\"center-left\">&gt;VALUE</text>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"SAMACSYS_PARTS_1575AT43A0040E\" prefix=\"ANT\">\n<description>&lt;b&gt;Tri-Band GPS, BDS, and GLNSS, Low Cost, Linearly Polarized, Omnidirectional Chip Antenna&lt;/b&gt;&lt;p&gt;\nSource: &lt;a href=\"https://componentsearchengine.com/Datasheets/1/1575AT43A0040E.pdf\"&gt; Datasheet &lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"SAMACSYS_PARTS_1575AT43A0040E\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"SAMACSYS_PARTS_1575AT43A0040E\">\n<connects>\n<connect gate=\"G$1\" pin=\"FEED\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"NC\" pad=\"2\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"DESCRIPTION\" value=\"Tri-Band GPS, BDS, and GLNSS, Low Cost, Linearly Polarized, Omnidirectional Chip Antenna\" constant=\"no\"/>\n<attribute name=\"HEIGHT\" value=\"mm\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_NAME\" value=\"JOHANSON TECHNOLOGY\" constant=\"no\"/>\n<attribute name=\"MANUFACTURER_PART_NUMBER\" value=\"1575AT43A0040E\" constant=\"no\"/>\n<attribute name=\"MOUSER_PART_NUMBER\" value=\"609-1575AT43A0040E\" constant=\"no\"/>\n<attribute name=\"MOUSER_PRICE-STOCK\" value=\"https://www.mouser.com/Search/Refine.aspx?Keyword=609-1575AT43A0040E\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"SIP32431DNP3-T1GE4\">\n<packages>\n<package name=\"SON50P120X160X60-5N\">\n<rectangle x1=\"-0.16\" y1=\"-0.27\" x2=\"0.16\" y2=\"0.27\" layer=\"31\"/>\n<text x=\"-1.31\" y=\"-1.125\" size=\"0.6096\" layer=\"27\" align=\"top-left\">&gt;VALUE</text>\n<text x=\"-1.418\" y=\"1.125\" size=\"0.6096\" layer=\"25\">&gt;NAME</text>\n<circle x=\"-1.71\" y=\"0.25\" radius=\"0.1\" width=\"0.2\" layer=\"21\"/>\n<circle x=\"-1.71\" y=\"0.25\" radius=\"0.1\" width=\"0.2\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-0.6\" x2=\"-0.8\" y2=\"-0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"0.6\" x2=\"-0.8\" y2=\"0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-0.6\" x2=\"0.8\" y2=\"0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"-0.8\" y1=\"-0.6\" x2=\"-0.8\" y2=\"0.6\" width=\"0.127\" layer=\"51\"/>\n<wire x1=\"0.8\" y1=\"-0.7435\" x2=\"-0.8\" y2=\"-0.7435\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"0.8\" y1=\"0.7435\" x2=\"-0.8\" y2=\"0.7435\" width=\"0.127\" layer=\"21\"/>\n<wire x1=\"-1.4\" y1=\"-0.85\" x2=\"1.4\" y2=\"-0.85\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-1.4\" y1=\"0.85\" x2=\"1.4\" y2=\"0.85\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"-1.4\" y1=\"-0.85\" x2=\"-1.4\" y2=\"0.85\" width=\"0.05\" layer=\"39\"/>\n<wire x1=\"1.4\" y1=\"-0.85\" x2=\"1.4\" y2=\"0.85\" width=\"0.05\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.795\" y=\"0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"2\" x=\"-0.795\" y=\"-0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"3\" x=\"0.795\" y=\"-0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"4\" x=\"0.795\" y=\"0.25\" dx=\"0.71\" dy=\"0.27\" layer=\"1\" roundness=\"25\"/>\n<smd name=\"5\" x=\"0\" y=\"0\" dx=\"0.5\" dy=\"0.86\" layer=\"1\" cream=\"no\"/>\n</package>\n</packages>\n<symbols>\n<symbol name=\"SIP32431DNP3-T1GE4\">\n<wire x1=\"-10.16\" y1=\"5.08\" x2=\"-10.16\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-10.16\" y1=\"-7.62\" x2=\"10.16\" y2=\"-7.62\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"10.16\" y1=\"-7.62\" x2=\"10.16\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"10.16\" y1=\"5.08\" x2=\"-10.16\" y2=\"5.08\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-10.16\" y=\"5.842\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"-10.16\" y=\"-10.16\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"ON/OFF\" x=\"-15.24\" y=\"-2.54\" length=\"middle\" direction=\"in\"/>\n<pin name=\"IN\" x=\"-15.24\" y=\"2.54\" length=\"middle\" direction=\"in\"/>\n<pin name=\"OUT\" x=\"15.24\" y=\"2.54\" length=\"middle\" direction=\"out\" rot=\"R180\"/>\n<pin name=\"GND\" x=\"15.24\" y=\"-5.08\" length=\"middle\" direction=\"pwr\" rot=\"R180\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"SIP32431DNP3-T1GE4\" prefix=\"U\">\n<description>Power Switch/Driver 1:1 P-Channel 1.4A 4-TDFN (1.2x1.6) &lt;a href=\"https://pricing.snapeda.com/parts/SIP32431DNP3-T1GE4/Vishay%20Siliconix/view-part?ref=eda\"&gt;Check prices&lt;/a&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"SIP32431DNP3-T1GE4\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"\" package=\"SON50P120X160X60-5N\">\n<connects>\n<connect gate=\"G$1\" pin=\"GND\" pad=\"2 5\"/>\n<connect gate=\"G$1\" pin=\"IN\" pad=\"3\"/>\n<connect gate=\"G$1\" pin=\"ON/OFF\" pad=\"4\"/>\n<connect gate=\"G$1\" pin=\"OUT\" pad=\"1\"/>\n</connects>\n<technologies>\n<technology name=\"\">\n<attribute name=\"AVAILABILITY\" value=\"In Stock\"/>\n<attribute name=\"DESCRIPTION\" value=\" Power Switch/Driver 1:1 P-Channel 1.4A 4-TDFN (1.2x1.6) \"/>\n<attribute name=\"MF\" value=\"Vishay Siliconix\"/>\n<attribute name=\"MP\" value=\"SIP32431DNP3-T1GE4\"/>\n<attribute name=\"PACKAGE\" value=\"UFDFN-4 Vishay Siliconix\"/>\n<attribute name=\"PRICE\" value=\"None\"/>\n<attribute name=\"PURCHASE-URL\" value=\"https://pricing.snapeda.com/search/part/SIP32431DNP3-T1GE4/?ref=eda\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"rcl\" urn=\"urn:adsk.eagle:library:334\">\n<description>&lt;b&gt;Resistors, Capacitors, Inductors&lt;/b&gt;&lt;p&gt;\nBased on the previous libraries:\n&lt;ul&gt;\n&lt;li&gt;r.lbr\n&lt;li&gt;cap.lbr \n&lt;li&gt;cap-fe.lbr\n&lt;li&gt;captant.lbr\n&lt;li&gt;polcap.lbr\n&lt;li&gt;ipc-smd.lbr\n&lt;/ul&gt;\nAll SMD packages are defined according to the IPC specifications and  CECC&lt;p&gt;\n&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;&lt;p&gt;\n&lt;p&gt;\nfor Electrolyt Capacitors see also :&lt;p&gt;\nwww.bccomponents.com &lt;p&gt;\nwww.panasonic.com&lt;p&gt;\nwww.kemet.com&lt;p&gt;\nhttp://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf &lt;b&gt;(SANYO)&lt;/b&gt;\n&lt;p&gt;\nfor trimmer refence see : &lt;u&gt;www.electrospec-inc.com/cross_references/trimpotcrossref.asp&lt;/u&gt;&lt;p&gt;\n\n&lt;table border=0 cellspacing=0 cellpadding=0 width=\"100%\" cellpaddding=0&gt;\n&lt;tr valign=\"top\"&gt;\n\n&lt;! &lt;td width=\"10\"&gt;&amp;nbsp;&lt;/td&gt;\n&lt;td width=\"90%\"&gt;\n\n&lt;b&gt;&lt;font color=\"#0000FF\" size=\"4\"&gt;TRIM-POT CROSS REFERENCE&lt;/font&gt;&lt;/b&gt;\n&lt;P&gt;\n&lt;TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;RECTANGULAR MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;BOURNS&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;BI&amp;nbsp;TECH&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;DALE-VISHAY&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;PHILIPS/MEPCO&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;MURATA&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;PANASONIC&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;SPECTROL&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;B&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL color=\"#FF0000\"&gt;MILSPEC&lt;/FONT&gt;\n      &lt;/B&gt;\n    &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3 &gt;\n      3005P&lt;BR&gt;\n      3006P&lt;BR&gt;\n      3006W&lt;BR&gt;\n      3006Y&lt;BR&gt;\n      3009P&lt;BR&gt;\n      3009W&lt;BR&gt;\n      3009Y&lt;BR&gt;\n      3057J&lt;BR&gt;\n      3057L&lt;BR&gt;\n      3057P&lt;BR&gt;\n      3057Y&lt;BR&gt;\n      3059J&lt;BR&gt;\n      3059L&lt;BR&gt;\n      3059P&lt;BR&gt;\n      3059Y&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      89P&lt;BR&gt;\n      89W&lt;BR&gt;\n      89X&lt;BR&gt;\n      89PH&lt;BR&gt;\n      76P&lt;BR&gt;\n      89XH&lt;BR&gt;\n      78SLT&lt;BR&gt;\n      78L&amp;nbsp;ALT&lt;BR&gt;\n      56P&amp;nbsp;ALT&lt;BR&gt;\n      78P&amp;nbsp;ALT&lt;BR&gt;\n      T8S&lt;BR&gt;\n      78L&lt;BR&gt;\n      56P&lt;BR&gt;\n      78P&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      T18/784&lt;BR&gt;\n      783&lt;BR&gt;\n      781&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      2199&lt;BR&gt;\n      1697/1897&lt;BR&gt;\n      1680/1880&lt;BR&gt;\n      2187&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      8035EKP/CT20/RJ-20P&lt;BR&gt;\n      -&lt;BR&gt;\n      RJ-20X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      1211L&lt;BR&gt;\n      8012EKQ&amp;nbsp;ALT&lt;BR&gt;\n      8012EKR&amp;nbsp;ALT&lt;BR&gt;\n      1211P&lt;BR&gt;\n      8012EKJ&lt;BR&gt;\n      8012EKL&lt;BR&gt;\n      8012EKQ&lt;BR&gt;\n      8012EKR&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      2101P&lt;BR&gt;\n      2101W&lt;BR&gt;\n      2101Y&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      2102L&lt;BR&gt;\n      2102S&lt;BR&gt;\n      2102Y&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      EVMCOG&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      43P&lt;BR&gt;\n      43W&lt;BR&gt;\n      43Y&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      40L&lt;BR&gt;\n      40P&lt;BR&gt;\n      40Y&lt;BR&gt;\n      70Y-T602&lt;BR&gt;\n      70L&lt;BR&gt;\n      70P&lt;BR&gt;\n      70Y&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      RT/RTR12&lt;BR&gt;\n      RT/RTR12&lt;BR&gt;\n      RT/RTR12&lt;BR&gt;\n      -&lt;BR&gt;\n      RJ/RJR12&lt;BR&gt;\n      RJ/RJR12&lt;BR&gt;\n      RJ/RJR12&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SQUARE MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n   &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MURATA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;SPECTROL&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MILSPEC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3250L&lt;BR&gt;\n      3250P&lt;BR&gt;\n      3250W&lt;BR&gt;\n      3250X&lt;BR&gt;\n      3252P&lt;BR&gt;\n      3252W&lt;BR&gt;\n      3252X&lt;BR&gt;\n      3260P&lt;BR&gt;\n      3260W&lt;BR&gt;\n      3260X&lt;BR&gt;\n      3262P&lt;BR&gt;\n      3262W&lt;BR&gt;\n      3262X&lt;BR&gt;\n      3266P&lt;BR&gt;\n      3266W&lt;BR&gt;\n      3266X&lt;BR&gt;\n      3290H&lt;BR&gt;\n      3290P&lt;BR&gt;\n      3290W&lt;BR&gt;\n      3292P&lt;BR&gt;\n      3292W&lt;BR&gt;\n      3292X&lt;BR&gt;\n      3296P&lt;BR&gt;\n      3296W&lt;BR&gt;\n      3296X&lt;BR&gt;\n      3296Y&lt;BR&gt;\n      3296Z&lt;BR&gt;\n      3299P&lt;BR&gt;\n      3299W&lt;BR&gt;\n      3299X&lt;BR&gt;\n      3299Y&lt;BR&gt;\n      3299Z&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      66P&amp;nbsp;ALT&lt;BR&gt;\n      66W&amp;nbsp;ALT&lt;BR&gt;\n      66X&amp;nbsp;ALT&lt;BR&gt;\n      66P&amp;nbsp;ALT&lt;BR&gt;\n      66W&amp;nbsp;ALT&lt;BR&gt;\n      66X&amp;nbsp;ALT&lt;BR&gt;\n      -&lt;BR&gt;\n      64W&amp;nbsp;ALT&lt;BR&gt;\n      -&lt;BR&gt;\n      64P&amp;nbsp;ALT&lt;BR&gt;\n      64W&amp;nbsp;ALT&lt;BR&gt;\n      64X&amp;nbsp;ALT&lt;BR&gt;\n      64P&lt;BR&gt;\n      64W&lt;BR&gt;\n      64X&lt;BR&gt;\n      66X&amp;nbsp;ALT&lt;BR&gt;\n      66P&amp;nbsp;ALT&lt;BR&gt;\n      66W&amp;nbsp;ALT&lt;BR&gt;\n      66P&lt;BR&gt;\n      66W&lt;BR&gt;\n      66X&lt;BR&gt;\n      67P&lt;BR&gt;\n      67W&lt;BR&gt;\n      67X&lt;BR&gt;\n      67Y&lt;BR&gt;\n      67Z&lt;BR&gt;\n      68P&lt;BR&gt;\n      68W&lt;BR&gt;\n      68X&lt;BR&gt;\n      67Y&amp;nbsp;ALT&lt;BR&gt;\n      67Z&amp;nbsp;ALT&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      5050&lt;BR&gt;\n      5091&lt;BR&gt;\n      5080&lt;BR&gt;\n      5087&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      T63YB&lt;BR&gt;\n      T63XB&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      5887&lt;BR&gt;\n      5891&lt;BR&gt;\n      5880&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      T93Z&lt;BR&gt;\n      T93YA&lt;BR&gt;\n      T93XA&lt;BR&gt;\n      T93YB&lt;BR&gt;\n      T93XB&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      8026EKP&lt;BR&gt;\n      8026EKW&lt;BR&gt;\n      8026EKM&lt;BR&gt;\n      8026EKP&lt;BR&gt;\n      8026EKB&lt;BR&gt;\n      8026EKM&lt;BR&gt;\n      1309X&lt;BR&gt;\n      1309P&lt;BR&gt;\n      1309W&lt;BR&gt;\n      8024EKP&lt;BR&gt;\n      8024EKW&lt;BR&gt;\n      8024EKN&lt;BR&gt;\n      RJ-9P/CT9P&lt;BR&gt;\n      RJ-9W&lt;BR&gt;\n      RJ-9X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3103P&lt;BR&gt;\n      3103Y&lt;BR&gt;\n      3103Z&lt;BR&gt;\n      3103P&lt;BR&gt;\n      3103Y&lt;BR&gt;\n      3103Z&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3105P/3106P&lt;BR&gt;\n      3105W/3106W&lt;BR&gt;\n      3105X/3106X&lt;BR&gt;\n      3105Y/3106Y&lt;BR&gt;\n      3105Z/3105Z&lt;BR&gt;\n      3102P&lt;BR&gt;\n      3102W&lt;BR&gt;\n      3102X&lt;BR&gt;\n      3102Y&lt;BR&gt;\n      3102Z&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMCBG&lt;BR&gt;\n      EVMCCG&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      55-1-X&lt;BR&gt;\n      55-4-X&lt;BR&gt;\n      55-3-X&lt;BR&gt;\n      55-2-X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      50-2-X&lt;BR&gt;\n      50-4-X&lt;BR&gt;\n      50-3-X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      64P&lt;BR&gt;\n      64W&lt;BR&gt;\n      64X&lt;BR&gt;\n      64Y&lt;BR&gt;\n      64Z&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      RT/RTR22&lt;BR&gt;\n      RT/RTR22&lt;BR&gt;\n      RT/RTR22&lt;BR&gt;\n      RT/RTR22&lt;BR&gt;\n      RJ/RJR22&lt;BR&gt;\n      RJ/RJR22&lt;BR&gt;\n      RJ/RJR22&lt;BR&gt;\n      RT/RTR26&lt;BR&gt;\n      RT/RTR26&lt;BR&gt;\n      RT/RTR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RJ/RJR26&lt;BR&gt;\n      RT/RTR24&lt;BR&gt;\n      RT/RTR24&lt;BR&gt;\n      RT/RTR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      RJ/RJR24&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=8&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SINGLE TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MURATA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;SPECTROL&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD ALIGN=CENTER&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MILSPEC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3323P&lt;BR&gt;\n      3323S&lt;BR&gt;\n      3323W&lt;BR&gt;\n      3329H&lt;BR&gt;\n      3329P&lt;BR&gt;\n      3329W&lt;BR&gt;\n      3339H&lt;BR&gt;\n      3339P&lt;BR&gt;\n      3339W&lt;BR&gt;\n      3352E&lt;BR&gt;\n      3352H&lt;BR&gt;\n      3352K&lt;BR&gt;\n      3352P&lt;BR&gt;\n      3352T&lt;BR&gt;\n      3352V&lt;BR&gt;\n      3352W&lt;BR&gt;\n      3362H&lt;BR&gt;\n      3362M&lt;BR&gt;\n      3362P&lt;BR&gt;\n      3362R&lt;BR&gt;\n      3362S&lt;BR&gt;\n      3362U&lt;BR&gt;\n      3362W&lt;BR&gt;\n      3362X&lt;BR&gt;\n      3386B&lt;BR&gt;\n      3386C&lt;BR&gt;\n      3386F&lt;BR&gt;\n      3386H&lt;BR&gt;\n      3386K&lt;BR&gt;\n      3386M&lt;BR&gt;\n      3386P&lt;BR&gt;\n      3386S&lt;BR&gt;\n      3386W&lt;BR&gt;\n      3386X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      25P&lt;BR&gt;\n      25S&lt;BR&gt;\n      25RX&lt;BR&gt;\n      82P&lt;BR&gt;\n      82M&lt;BR&gt;\n      82PA&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      91E&lt;BR&gt;\n      91X&lt;BR&gt;\n      91T&lt;BR&gt;\n      91B&lt;BR&gt;\n      91A&lt;BR&gt;\n      91V&lt;BR&gt;\n      91W&lt;BR&gt;\n      25W&lt;BR&gt;\n      25V&lt;BR&gt;\n      25P&lt;BR&gt;\n      -&lt;BR&gt;\n      25S&lt;BR&gt;\n      25U&lt;BR&gt;\n      25RX&lt;BR&gt;\n      25X&lt;BR&gt;\n      72XW&lt;BR&gt;\n      72XL&lt;BR&gt;\n      72PM&lt;BR&gt;\n      72RX&lt;BR&gt;\n      -&lt;BR&gt;\n      72PX&lt;BR&gt;\n      72P&lt;BR&gt;\n      72RXW&lt;BR&gt;\n      72RXL&lt;BR&gt;\n      72X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      T7YB&lt;BR&gt;\n      T7YA&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      TXD&lt;BR&gt;\n      TYA&lt;BR&gt;\n      TYP&lt;BR&gt;\n      -&lt;BR&gt;\n      TYD&lt;BR&gt;\n      TX&lt;BR&gt;\n      -&lt;BR&gt;\n      150SX&lt;BR&gt;\n      100SX&lt;BR&gt;\n      102T&lt;BR&gt;\n      101S&lt;BR&gt;\n      190T&lt;BR&gt;\n      150TX&lt;BR&gt;\n      101&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      101SX&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      ET6P&lt;BR&gt;\n      ET6S&lt;BR&gt;\n      ET6X&lt;BR&gt;\n      RJ-6W/8014EMW&lt;BR&gt;\n      RJ-6P/8014EMP&lt;BR&gt;\n      RJ-6X/8014EMX&lt;BR&gt;\n      TM7W&lt;BR&gt;\n      TM7P&lt;BR&gt;\n      TM7X&lt;BR&gt;\n      -&lt;BR&gt;\n      8017SMS&lt;BR&gt;\n      -&lt;BR&gt;\n      8017SMB&lt;BR&gt;\n      8017SMA&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      CT-6W&lt;BR&gt;\n      CT-6H&lt;BR&gt;\n      CT-6P&lt;BR&gt;\n      CT-6R&lt;BR&gt;\n      -&lt;BR&gt;\n      CT-6V&lt;BR&gt;\n      CT-6X&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      8038EKV&lt;BR&gt;\n      -&lt;BR&gt;\n      8038EKX&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      8038EKP&lt;BR&gt;\n      8038EKZ&lt;BR&gt;\n      8038EKW&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3321H&lt;BR&gt;\n      3321P&lt;BR&gt;\n      3321N&lt;BR&gt;\n      1102H&lt;BR&gt;\n      1102P&lt;BR&gt;\n      1102T&lt;BR&gt;\n      RVA0911V304A&lt;BR&gt;\n      -&lt;BR&gt;\n      RVA0911H413A&lt;BR&gt;\n      RVG0707V100A&lt;BR&gt;\n      RVA0607V(H)306A&lt;BR&gt;\n      RVA1214H213A&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      3104B&lt;BR&gt;\n      3104C&lt;BR&gt;\n      3104F&lt;BR&gt;\n      3104H&lt;BR&gt;\n      -&lt;BR&gt;\n      3104M&lt;BR&gt;\n      3104P&lt;BR&gt;\n      3104S&lt;BR&gt;\n      3104W&lt;BR&gt;\n      3104X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      EVMQ0G&lt;BR&gt;\n      EVMQIG&lt;BR&gt;\n      EVMQ3G&lt;BR&gt;\n      EVMS0G&lt;BR&gt;\n      EVMQ0G&lt;BR&gt;\n      EVMG0G&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMK4GA00B&lt;BR&gt;\n      EVM30GA00B&lt;BR&gt;\n      EVMK0GA00B&lt;BR&gt;\n      EVM38GA00B&lt;BR&gt;\n      EVMB6&lt;BR&gt;\n      EVLQ0&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMMSG&lt;BR&gt;\n      EVMMBG&lt;BR&gt;\n      EVMMAG&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMMCS&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMM1&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMM0&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      EVMM3&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      62-3-1&lt;BR&gt;\n      62-1-2&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      67R&lt;BR&gt;\n      -&lt;BR&gt;\n      67P&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      67X&lt;BR&gt;\n      63V&lt;BR&gt;\n      63S&lt;BR&gt;\n      63M&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      63H&lt;BR&gt;\n      63P&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      63X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      RJ/RJR50&lt;BR&gt;\n      RJ/RJR50&lt;BR&gt;\n      RJ/RJR50&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n&lt;/TABLE&gt;\n&lt;P&gt;&amp;nbsp;&lt;P&gt;\n&lt;TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;\n      &lt;FONT color=\"#0000FF\" SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SMD TRIM-POT CROSS REFERENCE&lt;/B&gt;&lt;/FONT&gt;\n      &lt;P&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURNS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;TOCOS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;AUX/KYOCERA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3224G&lt;BR&gt;\n      3224J&lt;BR&gt;\n      3224W&lt;BR&gt;\n      3269P&lt;BR&gt;\n      3269W&lt;BR&gt;\n      3269X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      44G&lt;BR&gt;\n      44J&lt;BR&gt;\n      44W&lt;BR&gt;\n      84P&lt;BR&gt;\n      84W&lt;BR&gt;\n      84X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      ST63Z&lt;BR&gt;\n      ST63Y&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      ST5P&lt;BR&gt;\n      ST5W&lt;BR&gt;\n      ST5X&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;&amp;nbsp;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD COLSPAN=7&gt;\n      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SINGLE TURN&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURNS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;TOCOS&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD&gt;\n      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;AUX/KYOCERA&lt;/B&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n  &lt;TR&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      3314G&lt;BR&gt;\n      3314J&lt;BR&gt;\n      3364A/B&lt;BR&gt;\n      3364C/D&lt;BR&gt;\n      3364W/X&lt;BR&gt;\n      3313G&lt;BR&gt;\n      3313J&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      23B&lt;BR&gt;\n      23A&lt;BR&gt;\n      21X&lt;BR&gt;\n      21W&lt;BR&gt;\n      -&lt;BR&gt;\n      22B&lt;BR&gt;\n      22A&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      ST5YL/ST53YL&lt;BR&gt;\n      ST5YJ/5T53YJ&lt;BR&gt;\n      ST-23A&lt;BR&gt;\n      ST-22B&lt;BR&gt;\n      ST-22&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      ST-4B&lt;BR&gt;\n      ST-4A&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      ST-3B&lt;BR&gt;\n      ST-3A&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      EVM-6YS&lt;BR&gt;\n      EVM-1E&lt;BR&gt;\n      EVM-1G&lt;BR&gt;\n      EVM-1D&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      G4B&lt;BR&gt;\n      G4A&lt;BR&gt;\n      TR04-3S1&lt;BR&gt;\n      TRG04-2S1&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n    &lt;TD BGCOLOR=\"#cccccc\" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;\n      DVR-43A&lt;BR&gt;\n      CVR-42C&lt;BR&gt;\n      CVR-42A/C&lt;BR&gt;\n      -&lt;BR&gt;\n      -&lt;BR&gt;&lt;/FONT&gt;\n    &lt;/TD&gt;\n  &lt;/TR&gt;\n&lt;/TABLE&gt;\n&lt;P&gt;\n&lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;ALT =&amp;nbsp;ALTERNATE&lt;/B&gt;&lt;/FONT&gt;\n&lt;P&gt;\n\n&amp;nbsp;\n&lt;P&gt;\n&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/table&gt;</description>\n<packages>\n<package name=\"C0402\" urn=\"urn:adsk.eagle:footprint:23121/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.224\" x2=\"0.245\" y2=\"0.224\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.224\" x2=\"-0.245\" y2=\"-0.224\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.473\" y1=\"0.483\" x2=\"1.473\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.483\" x2=\"1.473\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.483\" x2=\"-1.473\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.483\" x2=\"-1.473\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.65\" y=\"0\" dx=\"0.7\" dy=\"0.9\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.554\" y1=\"-0.3048\" x2=\"-0.254\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.3048\" x2=\"0.5588\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n</package>\n<package name=\"C0504\" urn=\"urn:adsk.eagle:footprint:23122/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.294\" y1=\"0.559\" x2=\"0.294\" y2=\"0.559\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.294\" y1=\"-0.559\" x2=\"0.294\" y2=\"-0.559\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.7\" y=\"0\" dx=\"1\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.7\" y=\"0\" dx=\"1\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.6604\" y1=\"-0.6223\" x2=\"-0.2804\" y2=\"0.6276\" layer=\"51\"/>\n<rectangle x1=\"0.2794\" y1=\"-0.6223\" x2=\"0.6594\" y2=\"0.6276\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.4001\" x2=\"0.1001\" y2=\"0.4001\" layer=\"35\"/>\n</package>\n<package name=\"C0603\" urn=\"urn:adsk.eagle:footprint:23123/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n</package>\n<package name=\"C0805\" urn=\"urn:adsk.eagle:footprint:23124/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;</description>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.4001\" x2=\"0.1001\" y2=\"0.4001\" layer=\"35\"/>\n</package>\n<package name=\"C1206\" urn=\"urn:adsk.eagle:footprint:23125/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.965\" y1=\"0.787\" x2=\"0.965\" y2=\"0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.965\" y1=\"-0.787\" x2=\"0.965\" y2=\"-0.787\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.7018\" y1=\"-0.8509\" x2=\"-0.9517\" y2=\"0.8491\" layer=\"51\"/>\n<rectangle x1=\"0.9517\" y1=\"-0.8491\" x2=\"1.7018\" y2=\"0.8509\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n</package>\n<package name=\"C1210\" urn=\"urn:adsk.eagle:footprint:23126/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.9652\" y1=\"1.2446\" x2=\"0.9652\" y2=\"1.2446\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.9652\" y1=\"-1.2446\" x2=\"0.9652\" y2=\"-1.2446\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.7018\" y1=\"-1.2954\" x2=\"-0.9517\" y2=\"1.3045\" layer=\"51\"/>\n<rectangle x1=\"0.9517\" y1=\"-1.3045\" x2=\"1.7018\" y2=\"1.2954\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n</package>\n<package name=\"C1310\" urn=\"urn:adsk.eagle:footprint:23127/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.294\" y1=\"0.559\" x2=\"0.294\" y2=\"0.559\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.294\" y1=\"-0.559\" x2=\"0.294\" y2=\"-0.559\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.7\" y=\"0\" dx=\"1\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.7\" y=\"0\" dx=\"1\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.6604\" y1=\"-0.6223\" x2=\"-0.2804\" y2=\"0.6276\" layer=\"51\"/>\n<rectangle x1=\"0.2794\" y1=\"-0.6223\" x2=\"0.6594\" y2=\"0.6276\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.3\" x2=\"0.1001\" y2=\"0.3\" layer=\"35\"/>\n</package>\n<package name=\"C1608\" urn=\"urn:adsk.eagle:footprint:23128/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.356\" y1=\"0.432\" x2=\"0.356\" y2=\"0.432\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.419\" x2=\"0.356\" y2=\"-0.419\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.1\" dy=\"1\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.8382\" y1=\"-0.4699\" x2=\"-0.3381\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"0.3302\" y1=\"-0.4699\" x2=\"0.8303\" y2=\"0.4801\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n</package>\n<package name=\"C1812\" urn=\"urn:adsk.eagle:footprint:23129/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.973\" y1=\"1.983\" x2=\"2.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"-1.983\" x2=\"-2.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.973\" y1=\"-1.983\" x2=\"-2.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.4732\" y1=\"1.6002\" x2=\"1.4732\" y2=\"1.6002\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4478\" y1=\"-1.6002\" x2=\"1.4732\" y2=\"-1.6002\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.973\" y1=\"1.983\" x2=\"2.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.95\" y=\"0\" dx=\"1.9\" dy=\"3.4\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.95\" y=\"0\" dx=\"1.9\" dy=\"3.4\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"2.54\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-3.81\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.3876\" y1=\"-1.651\" x2=\"-1.4376\" y2=\"1.649\" layer=\"51\"/>\n<rectangle x1=\"1.4478\" y1=\"-1.651\" x2=\"2.3978\" y2=\"1.649\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.4001\" x2=\"0.3\" y2=\"0.4001\" layer=\"35\"/>\n</package>\n<package name=\"C1825\" urn=\"urn:adsk.eagle:footprint:23130/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.973\" y1=\"3.483\" x2=\"2.973\" y2=\"3.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"-3.483\" x2=\"-2.973\" y2=\"-3.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.973\" y1=\"-3.483\" x2=\"-2.973\" y2=\"3.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.4986\" y1=\"3.2766\" x2=\"1.4732\" y2=\"3.2766\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4732\" y1=\"-3.2766\" x2=\"1.4986\" y2=\"-3.2766\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.973\" y1=\"3.483\" x2=\"2.973\" y2=\"-3.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.95\" y=\"0\" dx=\"1.9\" dy=\"6.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.95\" y=\"0\" dx=\"1.9\" dy=\"6.8\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"3.81\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-5.08\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.413\" y1=\"-3.3528\" x2=\"-1.463\" y2=\"3.3472\" layer=\"51\"/>\n<rectangle x1=\"1.4478\" y1=\"-3.3528\" x2=\"2.3978\" y2=\"3.3472\" layer=\"51\"/>\n<rectangle x1=\"-0.7\" y1=\"-0.7\" x2=\"0.7\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"C2012\" urn=\"urn:adsk.eagle:footprint:23131/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.381\" y1=\"0.66\" x2=\"0.381\" y2=\"0.66\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.356\" y1=\"-0.66\" x2=\"0.381\" y2=\"-0.66\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.0922\" y1=\"-0.7239\" x2=\"-0.3421\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"0.3556\" y1=\"-0.7239\" x2=\"1.1057\" y2=\"0.7262\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.4001\" x2=\"0.1001\" y2=\"0.4001\" layer=\"35\"/>\n</package>\n<package name=\"C3216\" urn=\"urn:adsk.eagle:footprint:23132/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.965\" y1=\"0.787\" x2=\"0.965\" y2=\"0.787\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.965\" y1=\"-0.787\" x2=\"0.965\" y2=\"-0.787\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.7018\" y1=\"-0.8509\" x2=\"-0.9517\" y2=\"0.8491\" layer=\"51\"/>\n<rectangle x1=\"0.9517\" y1=\"-0.8491\" x2=\"1.7018\" y2=\"0.8509\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.5001\" x2=\"0.3\" y2=\"0.5001\" layer=\"35\"/>\n</package>\n<package name=\"C3225\" urn=\"urn:adsk.eagle:footprint:23133/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-0.9652\" y1=\"1.2446\" x2=\"0.9652\" y2=\"1.2446\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-0.9652\" y1=\"-1.2446\" x2=\"0.9652\" y2=\"-1.2446\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.7018\" y1=\"-1.2954\" x2=\"-0.9517\" y2=\"1.3045\" layer=\"51\"/>\n<rectangle x1=\"0.9517\" y1=\"-1.3045\" x2=\"1.7018\" y2=\"1.2954\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n</package>\n<package name=\"C4532\" urn=\"urn:adsk.eagle:footprint:23134/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.973\" y1=\"1.983\" x2=\"2.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"-1.983\" x2=\"-2.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.973\" y1=\"-1.983\" x2=\"-2.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.4732\" y1=\"1.6002\" x2=\"1.4732\" y2=\"1.6002\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4478\" y1=\"-1.6002\" x2=\"1.4732\" y2=\"-1.6002\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.973\" y1=\"1.983\" x2=\"2.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.95\" y=\"0\" dx=\"1.9\" dy=\"3.4\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.95\" y=\"0\" dx=\"1.9\" dy=\"3.4\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"2.54\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-3.81\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.3876\" y1=\"-1.651\" x2=\"-1.4376\" y2=\"1.649\" layer=\"51\"/>\n<rectangle x1=\"1.4478\" y1=\"-1.651\" x2=\"2.3978\" y2=\"1.649\" layer=\"51\"/>\n<rectangle x1=\"-0.4001\" y1=\"-0.7\" x2=\"0.4001\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"C4564\" urn=\"urn:adsk.eagle:footprint:23135/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<wire x1=\"-2.973\" y1=\"3.483\" x2=\"2.973\" y2=\"3.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"-3.483\" x2=\"-2.973\" y2=\"-3.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.973\" y1=\"-3.483\" x2=\"-2.973\" y2=\"3.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.4986\" y1=\"3.2766\" x2=\"1.4732\" y2=\"3.2766\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4732\" y1=\"-3.2766\" x2=\"1.4986\" y2=\"-3.2766\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.973\" y1=\"3.483\" x2=\"2.973\" y2=\"-3.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.95\" y=\"0\" dx=\"1.9\" dy=\"6.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.95\" y=\"0\" dx=\"1.9\" dy=\"6.8\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"3.81\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-5.08\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.413\" y1=\"-3.3528\" x2=\"-1.463\" y2=\"3.3472\" layer=\"51\"/>\n<rectangle x1=\"1.4478\" y1=\"-3.3528\" x2=\"2.3978\" y2=\"3.3472\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"C025-024X044\" urn=\"urn:adsk.eagle:footprint:23136/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 mm, outline 2.4 x 4.4 mm</description>\n<wire x1=\"-2.159\" y1=\"-0.635\" x2=\"-2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.159\" y1=\"0.635\" x2=\"-1.651\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.159\" y1=\"-0.635\" x2=\"-1.651\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.651\" y1=\"1.143\" x2=\"-1.651\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-0.635\" x2=\"2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.651\" y1=\"-1.143\" x2=\"-1.651\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.651\" y1=\"1.143\" x2=\"2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"1.651\" y1=\"-1.143\" x2=\"2.159\" y2=\"-0.635\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-0.3048\" y1=\"0.762\" x2=\"-0.3048\" y2=\"-0.762\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.762\" x2=\"0.3302\" y2=\"-0.762\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"0\" x2=\"0.3302\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-0.3048\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-1.778\" y=\"1.397\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.778\" y=\"-2.667\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025-025X050\" urn=\"urn:adsk.eagle:footprint:23137/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 mm, outline 2.5 x 5 mm</description>\n<wire x1=\"-2.159\" y1=\"1.27\" x2=\"2.159\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-1.27\" x2=\"-2.159\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"1.27\" x2=\"2.413\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.159\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-1.27\" x2=\"2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-1.016\" x2=\"-2.159\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.381\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"1.524\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-2.794\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025-030X050\" urn=\"urn:adsk.eagle:footprint:23138/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 mm, outline 3 x 5 mm</description>\n<wire x1=\"-2.159\" y1=\"1.524\" x2=\"2.159\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-1.524\" x2=\"-2.159\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.27\" x2=\"2.413\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.27\" x2=\"-2.413\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"1.524\" x2=\"2.413\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"1.27\" x2=\"-2.159\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-1.524\" x2=\"2.413\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-1.27\" x2=\"-2.159\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.381\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"1.905\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-3.048\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025-040X050\" urn=\"urn:adsk.eagle:footprint:23139/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 mm, outline 4 x 5 mm</description>\n<wire x1=\"-2.159\" y1=\"1.905\" x2=\"2.159\" y2=\"1.905\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-1.905\" x2=\"-2.159\" y2=\"-1.905\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.651\" x2=\"2.413\" y2=\"-1.651\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.651\" x2=\"-2.413\" y2=\"-1.651\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"1.905\" x2=\"2.413\" y2=\"1.651\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"1.651\" x2=\"-2.159\" y2=\"1.905\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-1.905\" x2=\"2.413\" y2=\"-1.651\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-1.651\" x2=\"-2.159\" y2=\"-1.905\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.381\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"2.159\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-3.429\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025-050X050\" urn=\"urn:adsk.eagle:footprint:23140/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 mm, outline 5 x 5 mm</description>\n<wire x1=\"-2.159\" y1=\"2.286\" x2=\"2.159\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-2.286\" x2=\"-2.159\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"2.032\" x2=\"2.413\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"2.032\" x2=\"-2.413\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"2.286\" x2=\"2.413\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"2.032\" x2=\"-2.159\" y2=\"2.286\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-2.286\" x2=\"2.413\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-2.032\" x2=\"-2.159\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.381\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"2.54\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-3.81\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025-060X050\" urn=\"urn:adsk.eagle:footprint:23141/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 mm, outline 6 x 5 mm</description>\n<wire x1=\"-2.159\" y1=\"2.794\" x2=\"2.159\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-2.794\" x2=\"-2.159\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"2.54\" x2=\"2.413\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"2.54\" x2=\"-2.413\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"2.794\" x2=\"2.413\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"2.54\" x2=\"-2.159\" y2=\"2.794\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-2.794\" x2=\"2.413\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-2.54\" x2=\"-2.159\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.381\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"3.048\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.032\" y=\"-2.413\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025_050-024X070\" urn=\"urn:adsk.eagle:footprint:23142/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 mm + 5 mm, outline 2.4 x 7 mm</description>\n<wire x1=\"-2.159\" y1=\"-0.635\" x2=\"-2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.159\" y1=\"0.635\" x2=\"-1.651\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.159\" y1=\"-0.635\" x2=\"-1.651\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.651\" y1=\"1.143\" x2=\"-1.651\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-0.635\" x2=\"2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"1.651\" y1=\"-1.143\" x2=\"-1.651\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.651\" y1=\"1.143\" x2=\"2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-4.191\" y1=\"-1.143\" x2=\"-3.9624\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"1.143\" x2=\"-3.9624\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.699\" y1=\"-0.635\" x2=\"-4.191\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.651\" y1=\"-1.143\" x2=\"2.159\" y2=\"-0.635\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-4.699\" y1=\"0.635\" x2=\"-4.191\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-4.699\" y1=\"-0.635\" x2=\"-4.699\" y2=\"0.635\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"1.143\" x2=\"-2.5654\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-1.143\" x2=\"-2.5654\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0.762\" x2=\"-0.3048\" y2=\"-0.762\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.762\" x2=\"0.3302\" y2=\"-0.762\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"0\" x2=\"0.3302\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-0.3048\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"3\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.81\" y=\"1.397\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.81\" y=\"-2.667\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025_050-025X075\" urn=\"urn:adsk.eagle:footprint:23143/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 + 5 mm, outline 2.5 x 7.5 mm</description>\n<wire x1=\"-2.159\" y1=\"1.27\" x2=\"2.159\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-1.27\" x2=\"-2.159\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"1.27\" x2=\"2.413\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.159\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-1.27\" x2=\"2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-1.016\" x2=\"-2.159\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"4.953\" y1=\"1.016\" x2=\"4.953\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"1.27\" x2=\"4.953\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"-1.27\" x2=\"4.953\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.794\" y1=\"1.27\" x2=\"4.699\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"-1.27\" x2=\"2.794\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"2.413\" y2=\"0.762\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-0.762\" x2=\"2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"0.254\" x2=\"2.413\" y2=\"-0.254\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"0\" x2=\"2.286\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.286\" y1=\"0\" x2=\"2.794\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.794\" y1=\"0\" x2=\"3.302\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.762\" y1=\"0\" x2=\"0.381\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"3\" x=\"3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.159\" y=\"1.651\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.159\" y=\"-2.794\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025_050-035X075\" urn=\"urn:adsk.eagle:footprint:23144/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 + 5 mm, outline 3.5 x 7.5 mm</description>\n<wire x1=\"-2.159\" y1=\"1.778\" x2=\"2.159\" y2=\"1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-1.778\" x2=\"-2.159\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.524\" x2=\"-2.413\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"1.778\" x2=\"2.413\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"1.524\" x2=\"-2.159\" y2=\"1.778\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-1.778\" x2=\"2.413\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-1.524\" x2=\"-2.159\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"4.953\" y1=\"1.524\" x2=\"4.953\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"1.778\" x2=\"4.953\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"-1.778\" x2=\"4.953\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.794\" y1=\"1.778\" x2=\"4.699\" y2=\"1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"-1.778\" x2=\"2.794\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.524\" x2=\"2.413\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"2.413\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"0.508\" x2=\"2.413\" y2=\"-0.508\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.286\" y1=\"0\" x2=\"2.794\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.794\" y1=\"0\" x2=\"3.302\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.286\" y1=\"0\" x2=\"1.778\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"3\" x=\"3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"2.159\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-3.302\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025_050-045X075\" urn=\"urn:adsk.eagle:footprint:23145/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 + 5 mm, outline 4.5 x 7.5 mm</description>\n<wire x1=\"-2.159\" y1=\"2.286\" x2=\"2.159\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-2.286\" x2=\"-2.159\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"2.032\" x2=\"-2.413\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"2.286\" x2=\"2.413\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"2.032\" x2=\"-2.159\" y2=\"2.286\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-2.286\" x2=\"2.413\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-2.032\" x2=\"-2.159\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"4.953\" y1=\"2.032\" x2=\"4.953\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"2.286\" x2=\"4.953\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"-2.286\" x2=\"4.953\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.794\" y1=\"2.286\" x2=\"4.699\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"-2.286\" x2=\"2.794\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"2.032\" x2=\"2.413\" y2=\"1.397\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.397\" x2=\"2.413\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"0.762\" x2=\"2.413\" y2=\"-0.762\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"0\" x2=\"2.794\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.794\" y1=\"0\" x2=\"3.302\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.286\" y1=\"0\" x2=\"1.778\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"3\" x=\"3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"2.667\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-3.81\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C025_050-055X075\" urn=\"urn:adsk.eagle:footprint:23146/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 2.5 + 5 mm, outline 5.5 x 7.5 mm</description>\n<wire x1=\"-2.159\" y1=\"2.794\" x2=\"2.159\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-2.794\" x2=\"-2.159\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"2.54\" x2=\"-2.413\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"2.794\" x2=\"2.413\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.413\" y1=\"2.54\" x2=\"-2.159\" y2=\"2.794\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.159\" y1=\"-2.794\" x2=\"2.413\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.413\" y1=\"-2.54\" x2=\"-2.159\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"0.254\" y1=\"0\" x2=\"0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0.762\" x2=\"-0.254\" y2=\"0\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.254\" y2=\"-0.762\" width=\"0.254\" layer=\"21\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.381\" y1=\"0\" x2=\"-0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"4.953\" y1=\"2.54\" x2=\"4.953\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"2.794\" x2=\"4.953\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"-2.794\" x2=\"4.953\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.794\" y1=\"2.794\" x2=\"4.699\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"-2.794\" x2=\"2.794\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"2.54\" x2=\"2.413\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-2.032\" x2=\"2.413\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"0.762\" x2=\"2.413\" y2=\"-0.762\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"0\" x2=\"2.286\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.286\" y1=\"0\" x2=\"2.794\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.794\" y1=\"0\" x2=\"3.302\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"0.762\" y2=\"0\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"3\" x=\"3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.286\" y=\"3.175\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.032\" y=\"-2.286\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050-024X044\" urn=\"urn:adsk.eagle:footprint:23147/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 2.4 x 4.4 mm</description>\n<wire x1=\"-2.159\" y1=\"-0.635\" x2=\"-2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.159\" y1=\"0.635\" x2=\"-1.651\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.159\" y1=\"-0.635\" x2=\"-1.651\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.651\" y1=\"1.143\" x2=\"-1.651\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.159\" y1=\"-0.635\" x2=\"2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"1.651\" y1=\"-1.143\" x2=\"-1.651\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.651\" y1=\"1.143\" x2=\"2.159\" y2=\"0.635\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"1.651\" y1=\"-1.143\" x2=\"2.159\" y2=\"-0.635\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-0.3048\" y1=\"0.762\" x2=\"-0.3048\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-0.3048\" y2=\"-0.762\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.762\" x2=\"0.3302\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"0.3302\" y2=\"-0.762\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"1.27\" y1=\"0\" x2=\"0.3302\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-0.3048\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.159\" y=\"1.397\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.159\" y=\"-2.667\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"2.159\" y1=\"-0.381\" x2=\"2.54\" y2=\"0.381\" layer=\"51\"/>\n<rectangle x1=\"-2.54\" y1=\"-0.381\" x2=\"-2.159\" y2=\"0.381\" layer=\"51\"/>\n</package>\n<package name=\"C050-025X075\" urn=\"urn:adsk.eagle:footprint:23148/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 2.5 x 7.5 mm</description>\n<wire x1=\"-0.3048\" y1=\"0.635\" x2=\"-0.3048\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-0.3048\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.635\" x2=\"0.3302\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"0.3302\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"1.016\" x2=\"-3.683\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-1.27\" x2=\"3.429\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"-1.016\" x2=\"3.683\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"1.27\" x2=\"-3.429\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"1.27\" x2=\"3.683\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.429\" y1=\"-1.27\" x2=\"3.683\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"-1.016\" x2=\"-3.429\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"1.016\" x2=\"-3.429\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.429\" y=\"1.651\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.429\" y=\"-2.794\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050-045X075\" urn=\"urn:adsk.eagle:footprint:23149/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 4.5 x 7.5 mm</description>\n<wire x1=\"-0.3048\" y1=\"0.635\" x2=\"-0.3048\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-0.3048\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.635\" x2=\"0.3302\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"0.3302\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"2.032\" x2=\"-3.683\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-2.286\" x2=\"3.429\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"-2.032\" x2=\"3.683\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"2.286\" x2=\"-3.429\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"2.286\" x2=\"3.683\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.429\" y1=\"-2.286\" x2=\"3.683\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"-2.032\" x2=\"-3.429\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"2.032\" x2=\"-3.429\" y2=\"2.286\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.556\" y=\"2.667\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.556\" y=\"-3.81\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050-030X075\" urn=\"urn:adsk.eagle:footprint:23150/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 3 x 7.5 mm</description>\n<wire x1=\"-0.3048\" y1=\"0.635\" x2=\"-0.3048\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-0.3048\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.635\" x2=\"0.3302\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"0.3302\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"1.27\" x2=\"-3.683\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-1.524\" x2=\"3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"-1.27\" x2=\"3.683\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"1.524\" x2=\"-3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"1.524\" x2=\"3.683\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.429\" y1=\"-1.524\" x2=\"3.683\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"-1.27\" x2=\"-3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"1.27\" x2=\"-3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.556\" y=\"1.905\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.556\" y=\"-3.048\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050-050X075\" urn=\"urn:adsk.eagle:footprint:23151/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 5 x 7.5 mm</description>\n<wire x1=\"-0.3048\" y1=\"0.635\" x2=\"-0.3048\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-0.3048\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.635\" x2=\"0.3302\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"0.3302\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"2.286\" x2=\"-3.683\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-2.54\" x2=\"3.429\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"-2.286\" x2=\"3.683\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"2.54\" x2=\"-3.429\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"2.54\" x2=\"3.683\" y2=\"2.286\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.429\" y1=\"-2.54\" x2=\"3.683\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"-2.286\" x2=\"-3.429\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"2.286\" x2=\"-3.429\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.429\" y=\"2.921\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-2.159\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050-055X075\" urn=\"urn:adsk.eagle:footprint:23152/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 5.5 x 7.5 mm</description>\n<wire x1=\"-0.3048\" y1=\"0.635\" x2=\"-0.3048\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-0.3048\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.635\" x2=\"0.3302\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"0.3302\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"2.54\" x2=\"-3.683\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-2.794\" x2=\"3.429\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"-2.54\" x2=\"3.683\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"2.794\" x2=\"-3.429\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"2.794\" x2=\"3.683\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.429\" y1=\"-2.794\" x2=\"3.683\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"-2.54\" x2=\"-3.429\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"2.54\" x2=\"-3.429\" y2=\"2.794\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.429\" y=\"3.175\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.302\" y=\"-2.286\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050-075X075\" urn=\"urn:adsk.eagle:footprint:23153/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 7.5 x 7.5 mm</description>\n<wire x1=\"-1.524\" y1=\"0\" x2=\"-0.4572\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.4572\" y1=\"0\" x2=\"-0.4572\" y2=\"0.762\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-0.4572\" y1=\"0\" x2=\"-0.4572\" y2=\"-0.762\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"0.4318\" y1=\"0.762\" x2=\"0.4318\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"0.4318\" y1=\"0\" x2=\"1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.4318\" y1=\"0\" x2=\"0.4318\" y2=\"-0.762\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"3.429\" x2=\"-3.683\" y2=\"-3.429\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-3.683\" x2=\"3.429\" y2=\"-3.683\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"-3.429\" x2=\"3.683\" y2=\"3.429\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"3.683\" x2=\"-3.429\" y2=\"3.683\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"3.683\" x2=\"3.683\" y2=\"3.429\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.429\" y1=\"-3.683\" x2=\"3.683\" y2=\"-3.429\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"-3.429\" x2=\"-3.429\" y2=\"-3.683\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"3.429\" x2=\"-3.429\" y2=\"3.683\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.429\" y=\"4.064\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-2.921\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050H075X075\" urn=\"urn:adsk.eagle:footprint:23154/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\nHorizontal, grid 5 mm, outline 7.5 x 7.5 mm</description>\n<wire x1=\"-3.683\" y1=\"7.112\" x2=\"-3.683\" y2=\"0.508\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"0.508\" x2=\"-3.302\" y2=\"0.508\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"0.508\" x2=\"-1.778\" y2=\"0.508\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.778\" y1=\"0.508\" x2=\"1.778\" y2=\"0.508\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"0.508\" x2=\"3.302\" y2=\"0.508\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"3.302\" y1=\"0.508\" x2=\"3.683\" y2=\"0.508\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"0.508\" x2=\"3.683\" y2=\"7.112\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.175\" y1=\"7.62\" x2=\"-3.175\" y2=\"7.62\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"2.413\" x2=\"-0.3048\" y2=\"1.778\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"1.778\" x2=\"-0.3048\" y2=\"1.143\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"1.778\" x2=\"-1.651\" y2=\"1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"2.413\" x2=\"0.3302\" y2=\"1.778\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"1.778\" x2=\"0.3302\" y2=\"1.143\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"1.778\" x2=\"1.651\" y2=\"1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"7.112\" x2=\"-3.175\" y2=\"7.62\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.175\" y1=\"7.62\" x2=\"3.683\" y2=\"7.112\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-2.54\" y2=\"0.254\" width=\"0.508\" layer=\"51\"/>\n<wire x1=\"2.54\" y1=\"0\" x2=\"2.54\" y2=\"0.254\" width=\"0.508\" layer=\"51\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.302\" y=\"8.001\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"3.175\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-2.794\" y1=\"0.127\" x2=\"-2.286\" y2=\"0.508\" layer=\"51\"/>\n<rectangle x1=\"2.286\" y1=\"0.127\" x2=\"2.794\" y2=\"0.508\" layer=\"51\"/>\n</package>\n<package name=\"C075-032X103\" urn=\"urn:adsk.eagle:footprint:23155/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 7.5 mm, outline 3.2 x 10.3 mm</description>\n<wire x1=\"4.826\" y1=\"1.524\" x2=\"-4.826\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"1.27\" x2=\"-5.08\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.826\" y1=\"-1.524\" x2=\"4.826\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.08\" y1=\"-1.27\" x2=\"5.08\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.826\" y1=\"1.524\" x2=\"5.08\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.826\" y1=\"-1.524\" x2=\"5.08\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.08\" y1=\"-1.27\" x2=\"-4.826\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.08\" y1=\"1.27\" x2=\"-4.826\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"0.508\" y1=\"0\" x2=\"2.54\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-0.508\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-0.508\" y1=\"0.889\" x2=\"-0.508\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-0.508\" y1=\"0\" x2=\"-0.508\" y2=\"-0.889\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"0.508\" y1=\"0.889\" x2=\"0.508\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"0.508\" y1=\"0\" x2=\"0.508\" y2=\"-0.889\" width=\"0.4064\" layer=\"21\"/>\n<pad name=\"1\" x=\"-3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<text x=\"-4.826\" y=\"1.905\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-4.826\" y=\"-3.048\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C075-042X103\" urn=\"urn:adsk.eagle:footprint:23156/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 7.5 mm, outline 4.2 x 10.3 mm</description>\n<wire x1=\"4.826\" y1=\"2.032\" x2=\"-4.826\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"1.778\" x2=\"-5.08\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.826\" y1=\"-2.032\" x2=\"4.826\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.08\" y1=\"-1.778\" x2=\"5.08\" y2=\"1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.826\" y1=\"2.032\" x2=\"5.08\" y2=\"1.778\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.826\" y1=\"-2.032\" x2=\"5.08\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.08\" y1=\"-1.778\" x2=\"-4.826\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.08\" y1=\"1.778\" x2=\"-4.826\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"2.667\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.667\" y1=\"0\" x2=\"-2.159\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.159\" y1=\"1.27\" x2=\"-2.159\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-2.159\" y1=\"0\" x2=\"-2.159\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"1.27\" x2=\"-1.27\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-1.27\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<pad name=\"1\" x=\"-3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<text x=\"-4.699\" y=\"2.413\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.651\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C075-052X106\" urn=\"urn:adsk.eagle:footprint:23157/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 7.5 mm, outline 5.2 x 10.6 mm</description>\n<wire x1=\"4.953\" y1=\"2.54\" x2=\"-4.953\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.207\" y1=\"2.286\" x2=\"-5.207\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.953\" y1=\"-2.54\" x2=\"4.953\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.207\" y1=\"-2.286\" x2=\"5.207\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.953\" y1=\"2.54\" x2=\"5.207\" y2=\"2.286\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.953\" y1=\"-2.54\" x2=\"5.207\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.207\" y1=\"-2.286\" x2=\"-4.953\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.207\" y1=\"2.286\" x2=\"-4.953\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"2.667\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.667\" y1=\"0\" x2=\"-2.159\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.159\" y1=\"1.27\" x2=\"-2.159\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-2.159\" y1=\"0\" x2=\"-2.159\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"1.27\" x2=\"-1.27\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-1.27\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<pad name=\"1\" x=\"-3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<text x=\"-4.826\" y=\"2.921\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.032\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C102-043X133\" urn=\"urn:adsk.eagle:footprint:23158/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 10.2 mm, outline 4.3 x 13.3 mm</description>\n<wire x1=\"-3.175\" y1=\"1.27\" x2=\"-3.175\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"1.27\" x2=\"-2.286\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"3.81\" y1=\"0\" x2=\"-2.286\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"0\" x2=\"-2.286\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-3.81\" y1=\"0\" x2=\"-3.175\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.175\" y1=\"0\" x2=\"-3.175\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.096\" y1=\"2.032\" x2=\"6.096\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.604\" y1=\"1.524\" x2=\"6.604\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"-2.032\" x2=\"-6.096\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.604\" y1=\"-1.524\" x2=\"-6.604\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"2.032\" x2=\"6.604\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"6.096\" y1=\"-2.032\" x2=\"6.604\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"-1.524\" x2=\"-6.096\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"1.524\" x2=\"-6.096\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-6.096\" y=\"2.413\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.524\" y=\"-1.651\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C102-054X133\" urn=\"urn:adsk.eagle:footprint:23159/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 10.2 mm, outline 5.4 x 13.3 mm</description>\n<wire x1=\"-3.175\" y1=\"1.27\" x2=\"-3.175\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"1.27\" x2=\"-2.286\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"3.81\" y1=\"0\" x2=\"-2.286\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"0\" x2=\"-2.286\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-3.81\" y1=\"0\" x2=\"-3.175\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.175\" y1=\"0\" x2=\"-3.175\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.096\" y1=\"2.54\" x2=\"6.096\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.604\" y1=\"2.032\" x2=\"6.604\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"-2.54\" x2=\"-6.096\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.604\" y1=\"-2.032\" x2=\"-6.604\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"2.54\" x2=\"6.604\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"6.096\" y1=\"-2.54\" x2=\"6.604\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"-2.032\" x2=\"-6.096\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"2.032\" x2=\"-6.096\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-6.096\" y=\"2.921\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.524\" y=\"-1.905\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C102-064X133\" urn=\"urn:adsk.eagle:footprint:23160/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 10.2 mm, outline 6.4 x 13.3 mm</description>\n<wire x1=\"-3.175\" y1=\"1.27\" x2=\"-3.175\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"1.27\" x2=\"-2.286\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"3.81\" y1=\"0\" x2=\"-2.286\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"0\" x2=\"-2.286\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-3.81\" y1=\"0\" x2=\"-3.175\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.175\" y1=\"0\" x2=\"-3.175\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.096\" y1=\"3.048\" x2=\"6.096\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.604\" y1=\"2.54\" x2=\"6.604\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"-3.048\" x2=\"-6.096\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.604\" y1=\"-2.54\" x2=\"-6.604\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"3.048\" x2=\"6.604\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"6.096\" y1=\"-3.048\" x2=\"6.604\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"-2.54\" x2=\"-6.096\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"2.54\" x2=\"-6.096\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-6.096\" y=\"3.429\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.524\" y=\"-2.032\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C102_152-062X184\" urn=\"urn:adsk.eagle:footprint:23161/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm</description>\n<wire x1=\"-2.286\" y1=\"1.27\" x2=\"-2.286\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"0\" x2=\"-2.286\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-3.175\" y1=\"1.27\" x2=\"-3.175\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-3.175\" y1=\"0\" x2=\"-3.175\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"0\" x2=\"-3.175\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"0\" x2=\"3.683\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.477\" y1=\"0\" x2=\"8.636\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.096\" y1=\"3.048\" x2=\"6.223\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.223\" y1=\"-3.048\" x2=\"-6.096\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.604\" y1=\"-2.54\" x2=\"-6.604\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.223\" y1=\"3.048\" x2=\"6.731\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"6.223\" y1=\"-3.048\" x2=\"6.731\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"-2.54\" x2=\"-6.096\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-6.604\" y1=\"2.54\" x2=\"-6.096\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"6.731\" y1=\"2.54\" x2=\"6.731\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"11.176\" y1=\"3.048\" x2=\"11.684\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"11.176\" y1=\"-3.048\" x2=\"11.684\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"11.176\" y1=\"-3.048\" x2=\"7.112\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"7.112\" y1=\"3.048\" x2=\"11.176\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"11.684\" y1=\"2.54\" x2=\"11.684\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"3\" x=\"10.033\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-5.969\" y=\"3.429\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.524\" y=\"-2.286\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C150-054X183\" urn=\"urn:adsk.eagle:footprint:23162/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 15 mm, outline 5.4 x 18.3 mm</description>\n<wire x1=\"-5.08\" y1=\"1.27\" x2=\"-5.08\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-5.08\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"1.27\" x2=\"-4.191\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"-4.191\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.017\" y1=\"2.032\" x2=\"9.017\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"-2.54\" x2=\"-8.509\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.017\" y1=\"-2.032\" x2=\"-9.017\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.509\" y1=\"2.54\" x2=\"8.509\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"2.54\" x2=\"9.017\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"8.509\" y1=\"-2.54\" x2=\"9.017\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"-2.032\" x2=\"-8.509\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"2.032\" x2=\"-8.509\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.382\" y=\"2.921\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.429\" y=\"-2.032\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C150-064X183\" urn=\"urn:adsk.eagle:footprint:23163/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 15 mm, outline 6.4 x 18.3 mm</description>\n<wire x1=\"-5.08\" y1=\"1.27\" x2=\"-5.08\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-5.08\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"1.27\" x2=\"-4.191\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"-4.191\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.017\" y1=\"2.54\" x2=\"9.017\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"-3.048\" x2=\"-8.509\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.017\" y1=\"-2.54\" x2=\"-9.017\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.509\" y1=\"3.048\" x2=\"8.509\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"3.048\" x2=\"9.017\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"8.509\" y1=\"-3.048\" x2=\"9.017\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"-2.54\" x2=\"-8.509\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"2.54\" x2=\"-8.509\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.509\" y=\"3.429\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.429\" y=\"-2.032\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C150-072X183\" urn=\"urn:adsk.eagle:footprint:23164/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 15 mm, outline 7.2 x 18.3 mm</description>\n<wire x1=\"-5.08\" y1=\"1.27\" x2=\"-5.08\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-5.08\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"1.27\" x2=\"-4.191\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"-4.191\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.017\" y1=\"3.048\" x2=\"9.017\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"-3.556\" x2=\"-8.509\" y2=\"-3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.017\" y1=\"-3.048\" x2=\"-9.017\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.509\" y1=\"3.556\" x2=\"8.509\" y2=\"3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"3.556\" x2=\"9.017\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"8.509\" y1=\"-3.556\" x2=\"9.017\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"-3.048\" x2=\"-8.509\" y2=\"-3.556\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"3.048\" x2=\"-8.509\" y2=\"3.556\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.509\" y=\"3.937\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.429\" y=\"-2.286\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C150-084X183\" urn=\"urn:adsk.eagle:footprint:23165/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 15 mm, outline 8.4 x 18.3 mm</description>\n<wire x1=\"-5.08\" y1=\"1.27\" x2=\"-5.08\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-5.08\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"1.27\" x2=\"-4.191\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"-4.191\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.017\" y1=\"3.556\" x2=\"9.017\" y2=\"-3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"-4.064\" x2=\"-8.509\" y2=\"-4.064\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.017\" y1=\"-3.556\" x2=\"-9.017\" y2=\"3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.509\" y1=\"4.064\" x2=\"8.509\" y2=\"4.064\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"4.064\" x2=\"9.017\" y2=\"3.556\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"8.509\" y1=\"-4.064\" x2=\"9.017\" y2=\"-3.556\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"-3.556\" x2=\"-8.509\" y2=\"-4.064\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"3.556\" x2=\"-8.509\" y2=\"4.064\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.509\" y=\"4.445\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.429\" y=\"-2.54\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C150-091X182\" urn=\"urn:adsk.eagle:footprint:23166/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 15 mm, outline 9.1 x 18.2 mm</description>\n<wire x1=\"-5.08\" y1=\"1.27\" x2=\"-5.08\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-5.08\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"1.27\" x2=\"-4.191\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"-4.191\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-4.191\" y1=\"0\" x2=\"6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-6.096\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.017\" y1=\"3.937\" x2=\"9.017\" y2=\"-3.937\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"-4.445\" x2=\"-8.509\" y2=\"-4.445\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.017\" y1=\"-3.937\" x2=\"-9.017\" y2=\"3.937\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.509\" y1=\"4.445\" x2=\"8.509\" y2=\"4.445\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"4.445\" x2=\"9.017\" y2=\"3.937\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"8.509\" y1=\"-4.445\" x2=\"9.017\" y2=\"-3.937\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"-3.937\" x2=\"-8.509\" y2=\"-4.445\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-9.017\" y1=\"3.937\" x2=\"-8.509\" y2=\"4.445\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.493\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.509\" y=\"4.826\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.429\" y=\"-2.54\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C225-062X268\" urn=\"urn:adsk.eagle:footprint:23167/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 22.5 mm, outline 6.2 x 26.8 mm</description>\n<wire x1=\"-12.827\" y1=\"3.048\" x2=\"12.827\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"13.335\" y1=\"2.54\" x2=\"13.335\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"-3.048\" x2=\"-12.827\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-13.335\" y1=\"-2.54\" x2=\"-13.335\" y2=\"2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"3.048\" x2=\"13.335\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"12.827\" y1=\"-3.048\" x2=\"13.335\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"-2.54\" x2=\"-12.827\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"2.54\" x2=\"-12.827\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-9.652\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"9.652\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-12.7\" y=\"3.429\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C225-074X268\" urn=\"urn:adsk.eagle:footprint:23168/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 22.5 mm, outline 7.4 x 26.8 mm</description>\n<wire x1=\"-12.827\" y1=\"3.556\" x2=\"12.827\" y2=\"3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"13.335\" y1=\"3.048\" x2=\"13.335\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"-3.556\" x2=\"-12.827\" y2=\"-3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-13.335\" y1=\"-3.048\" x2=\"-13.335\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"3.556\" x2=\"13.335\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"12.827\" y1=\"-3.556\" x2=\"13.335\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"-3.048\" x2=\"-12.827\" y2=\"-3.556\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"3.048\" x2=\"-12.827\" y2=\"3.556\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-9.652\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"9.652\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-12.827\" y=\"3.937\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C225-087X268\" urn=\"urn:adsk.eagle:footprint:23169/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 22.5 mm, outline 8.7 x 26.8 mm</description>\n<wire x1=\"-12.827\" y1=\"4.318\" x2=\"12.827\" y2=\"4.318\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"13.335\" y1=\"3.81\" x2=\"13.335\" y2=\"-3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"-4.318\" x2=\"-12.827\" y2=\"-4.318\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-13.335\" y1=\"-3.81\" x2=\"-13.335\" y2=\"3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"4.318\" x2=\"13.335\" y2=\"3.81\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"12.827\" y1=\"-4.318\" x2=\"13.335\" y2=\"-3.81\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"-3.81\" x2=\"-12.827\" y2=\"-4.318\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"3.81\" x2=\"-12.827\" y2=\"4.318\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-9.652\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"9.652\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-12.827\" y=\"4.699\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C225-108X268\" urn=\"urn:adsk.eagle:footprint:23170/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 22.5 mm, outline 10.8 x 26.8 mm</description>\n<wire x1=\"-12.827\" y1=\"5.334\" x2=\"12.827\" y2=\"5.334\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"13.335\" y1=\"4.826\" x2=\"13.335\" y2=\"-4.826\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"-5.334\" x2=\"-12.827\" y2=\"-5.334\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-13.335\" y1=\"-4.826\" x2=\"-13.335\" y2=\"4.826\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"5.334\" x2=\"13.335\" y2=\"4.826\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"12.827\" y1=\"-5.334\" x2=\"13.335\" y2=\"-4.826\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"-4.826\" x2=\"-12.827\" y2=\"-5.334\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"4.826\" x2=\"-12.827\" y2=\"5.334\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-9.652\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"9.652\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-12.954\" y=\"5.715\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C225-113X268\" urn=\"urn:adsk.eagle:footprint:23171/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 22.5 mm, outline 11.3 x 26.8 mm</description>\n<wire x1=\"-12.827\" y1=\"5.588\" x2=\"12.827\" y2=\"5.588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"13.335\" y1=\"5.08\" x2=\"13.335\" y2=\"-5.08\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"-5.588\" x2=\"-12.827\" y2=\"-5.588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-13.335\" y1=\"-5.08\" x2=\"-13.335\" y2=\"5.08\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"12.827\" y1=\"5.588\" x2=\"13.335\" y2=\"5.08\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"12.827\" y1=\"-5.588\" x2=\"13.335\" y2=\"-5.08\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"-5.08\" x2=\"-12.827\" y2=\"-5.588\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-13.335\" y1=\"5.08\" x2=\"-12.827\" y2=\"5.588\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-9.652\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"9.652\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.303\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-12.954\" y=\"5.969\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C275-093X316\" urn=\"urn:adsk.eagle:footprint:23172/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 27.5 mm, outline 9.3 x 31.6 mm</description>\n<wire x1=\"-15.24\" y1=\"4.572\" x2=\"15.24\" y2=\"4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.748\" y1=\"4.064\" x2=\"15.748\" y2=\"-4.064\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"-4.572\" x2=\"-15.24\" y2=\"-4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-15.748\" y1=\"-4.064\" x2=\"-15.748\" y2=\"4.064\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"4.572\" x2=\"15.748\" y2=\"4.064\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"15.24\" y1=\"-4.572\" x2=\"15.748\" y2=\"-4.064\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"-4.064\" x2=\"-15.24\" y2=\"-4.572\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"4.064\" x2=\"-15.24\" y2=\"4.572\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-11.557\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"11.557\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-15.24\" y=\"4.953\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C275-113X316\" urn=\"urn:adsk.eagle:footprint:23173/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 27.5 mm, outline 11.3 x 31.6 mm</description>\n<wire x1=\"-15.24\" y1=\"5.588\" x2=\"15.24\" y2=\"5.588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.748\" y1=\"5.08\" x2=\"15.748\" y2=\"-5.08\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"-5.588\" x2=\"-15.24\" y2=\"-5.588\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-15.748\" y1=\"-5.08\" x2=\"-15.748\" y2=\"5.08\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"5.588\" x2=\"15.748\" y2=\"5.08\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"15.24\" y1=\"-5.588\" x2=\"15.748\" y2=\"-5.08\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"-5.08\" x2=\"-15.24\" y2=\"-5.588\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"5.08\" x2=\"-15.24\" y2=\"5.588\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-11.557\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"11.557\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-15.24\" y=\"5.969\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C275-134X316\" urn=\"urn:adsk.eagle:footprint:23174/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 27.5 mm, outline 13.4 x 31.6 mm</description>\n<wire x1=\"-15.24\" y1=\"6.604\" x2=\"15.24\" y2=\"6.604\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.748\" y1=\"6.096\" x2=\"15.748\" y2=\"-6.096\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"-6.604\" x2=\"-15.24\" y2=\"-6.604\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-15.748\" y1=\"-6.096\" x2=\"-15.748\" y2=\"6.096\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"6.604\" x2=\"15.748\" y2=\"6.096\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"15.24\" y1=\"-6.604\" x2=\"15.748\" y2=\"-6.096\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"-6.096\" x2=\"-15.24\" y2=\"-6.604\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"6.096\" x2=\"-15.24\" y2=\"6.604\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-11.557\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"11.557\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-15.24\" y=\"6.985\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C275-205X316\" urn=\"urn:adsk.eagle:footprint:23175/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 27.5 mm, outline 20.5 x 31.6 mm</description>\n<wire x1=\"-15.24\" y1=\"10.16\" x2=\"15.24\" y2=\"10.16\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.748\" y1=\"9.652\" x2=\"15.748\" y2=\"-9.652\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"-10.16\" x2=\"-15.24\" y2=\"-10.16\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-15.748\" y1=\"-9.652\" x2=\"-15.748\" y2=\"9.652\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"10.16\" x2=\"15.748\" y2=\"9.652\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"15.24\" y1=\"-10.16\" x2=\"15.748\" y2=\"-9.652\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"-9.652\" x2=\"-15.24\" y2=\"-10.16\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"9.652\" x2=\"-15.24\" y2=\"10.16\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-11.557\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"11.557\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-15.24\" y=\"10.541\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-4.318\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C325-137X374\" urn=\"urn:adsk.eagle:footprint:23176/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 32.5 mm, outline 13.7 x 37.4 mm</description>\n<wire x1=\"-14.2748\" y1=\"0\" x2=\"-12.7\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-12.7\" y1=\"1.905\" x2=\"-12.7\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"1.905\" x2=\"-11.811\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"0\" x2=\"14.2748\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"0\" x2=\"-11.811\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-12.7\" y1=\"0\" x2=\"-12.7\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"18.542\" y1=\"6.731\" x2=\"18.542\" y2=\"-6.731\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-18.542\" y1=\"6.731\" x2=\"-18.542\" y2=\"-6.731\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-18.542\" y1=\"-6.731\" x2=\"18.542\" y2=\"-6.731\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"18.542\" y1=\"6.731\" x2=\"-18.542\" y2=\"6.731\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-16.256\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"16.256\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-18.2372\" y=\"7.0612\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-10.8458\" y=\"-2.8702\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C325-162X374\" urn=\"urn:adsk.eagle:footprint:23177/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 32.5 mm, outline 16.2 x 37.4 mm</description>\n<wire x1=\"-14.2748\" y1=\"0\" x2=\"-12.7\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-12.7\" y1=\"1.905\" x2=\"-12.7\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"1.905\" x2=\"-11.811\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"0\" x2=\"14.2748\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"0\" x2=\"-11.811\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-12.7\" y1=\"0\" x2=\"-12.7\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"18.542\" y1=\"8.001\" x2=\"18.542\" y2=\"-8.001\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-18.542\" y1=\"8.001\" x2=\"-18.542\" y2=\"-8.001\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-18.542\" y1=\"-8.001\" x2=\"18.542\" y2=\"-8.001\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"18.542\" y1=\"8.001\" x2=\"-18.542\" y2=\"8.001\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-16.256\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"16.256\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-18.3642\" y=\"8.3312\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-10.8458\" y=\"-2.8702\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C325-182X374\" urn=\"urn:adsk.eagle:footprint:23178/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 32.5 mm, outline 18.2 x 37.4 mm</description>\n<wire x1=\"-14.2748\" y1=\"0\" x2=\"-12.7\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-12.7\" y1=\"1.905\" x2=\"-12.7\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"1.905\" x2=\"-11.811\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"0\" x2=\"14.2748\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-11.811\" y1=\"0\" x2=\"-11.811\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-12.7\" y1=\"0\" x2=\"-12.7\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"18.542\" y1=\"9.017\" x2=\"18.542\" y2=\"-9.017\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-18.542\" y1=\"9.017\" x2=\"-18.542\" y2=\"-9.017\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-18.542\" y1=\"-9.017\" x2=\"18.542\" y2=\"-9.017\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"18.542\" y1=\"9.017\" x2=\"-18.542\" y2=\"9.017\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-16.256\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"16.256\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-18.3642\" y=\"9.3472\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-10.8458\" y=\"-2.8702\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C375-192X418\" urn=\"urn:adsk.eagle:footprint:23179/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 37.5 mm, outline 19.2 x 41.8 mm</description>\n<wire x1=\"-20.32\" y1=\"8.509\" x2=\"20.32\" y2=\"8.509\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"20.828\" y1=\"8.001\" x2=\"20.828\" y2=\"-8.001\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"20.32\" y1=\"-8.509\" x2=\"-20.32\" y2=\"-8.509\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-20.828\" y1=\"-8.001\" x2=\"-20.828\" y2=\"8.001\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"20.32\" y1=\"8.509\" x2=\"20.828\" y2=\"8.001\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"20.32\" y1=\"-8.509\" x2=\"20.828\" y2=\"-8.001\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-20.828\" y1=\"-8.001\" x2=\"-20.32\" y2=\"-8.509\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-20.828\" y1=\"8.001\" x2=\"-20.32\" y2=\"8.509\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-16.002\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"16.002\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-18.796\" y=\"0\" drill=\"1.3208\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"18.796\" y=\"0\" drill=\"1.3208\" shape=\"octagon\"/>\n<text x=\"-20.447\" y=\"8.89\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C375-203X418\" urn=\"urn:adsk.eagle:footprint:23180/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 37.5 mm, outline 20.3 x 41.8 mm</description>\n<wire x1=\"-20.32\" y1=\"10.16\" x2=\"20.32\" y2=\"10.16\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"20.828\" y1=\"9.652\" x2=\"20.828\" y2=\"-9.652\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"20.32\" y1=\"-10.16\" x2=\"-20.32\" y2=\"-10.16\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-20.828\" y1=\"-9.652\" x2=\"-20.828\" y2=\"9.652\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"20.32\" y1=\"10.16\" x2=\"20.828\" y2=\"9.652\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"20.32\" y1=\"-10.16\" x2=\"20.828\" y2=\"-9.652\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-20.828\" y1=\"-9.652\" x2=\"-20.32\" y2=\"-10.16\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-20.828\" y1=\"9.652\" x2=\"-20.32\" y2=\"10.16\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-16.002\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"16.002\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-18.796\" y=\"0\" drill=\"1.3208\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"18.796\" y=\"0\" drill=\"1.3208\" shape=\"octagon\"/>\n<text x=\"-20.32\" y=\"10.541\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C050-035X075\" urn=\"urn:adsk.eagle:footprint:23181/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 5 mm, outline 3.5 x 7.5 mm</description>\n<wire x1=\"-0.3048\" y1=\"0.635\" x2=\"-0.3048\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-0.3048\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"-0.3048\" y1=\"0\" x2=\"-1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0.635\" x2=\"0.3302\" y2=\"0\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"0.3302\" y2=\"-0.635\" width=\"0.3048\" layer=\"21\"/>\n<wire x1=\"0.3302\" y1=\"0\" x2=\"1.524\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.683\" y1=\"1.524\" x2=\"-3.683\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.429\" y1=\"-1.778\" x2=\"3.429\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.683\" y1=\"-1.524\" x2=\"3.683\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"1.778\" x2=\"-3.429\" y2=\"1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.429\" y1=\"1.778\" x2=\"3.683\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"3.429\" y1=\"-1.778\" x2=\"3.683\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"-1.524\" x2=\"-3.429\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-3.683\" y1=\"1.524\" x2=\"-3.429\" y2=\"1.778\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.556\" y=\"2.159\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.556\" y=\"-3.429\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C375-155X418\" urn=\"urn:adsk.eagle:footprint:23182/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 37.5 mm, outline 15.5 x 41.8 mm</description>\n<wire x1=\"-20.32\" y1=\"7.62\" x2=\"20.32\" y2=\"7.62\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"20.828\" y1=\"7.112\" x2=\"20.828\" y2=\"-7.112\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"20.32\" y1=\"-7.62\" x2=\"-20.32\" y2=\"-7.62\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-20.828\" y1=\"-7.112\" x2=\"-20.828\" y2=\"7.112\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"20.32\" y1=\"7.62\" x2=\"20.828\" y2=\"7.112\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"20.32\" y1=\"-7.62\" x2=\"20.828\" y2=\"-7.112\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-20.828\" y1=\"-7.112\" x2=\"-20.32\" y2=\"-7.62\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-20.828\" y1=\"7.112\" x2=\"-20.32\" y2=\"7.62\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-16.002\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"16.002\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-18.796\" y=\"0\" drill=\"1.3208\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"18.796\" y=\"0\" drill=\"1.3208\" shape=\"octagon\"/>\n<text x=\"-20.447\" y=\"8.001\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C075-063X106\" urn=\"urn:adsk.eagle:footprint:23183/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 7.5 mm, outline 6.3 x 10.6 mm</description>\n<wire x1=\"4.953\" y1=\"3.048\" x2=\"-4.953\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.207\" y1=\"2.794\" x2=\"-5.207\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.953\" y1=\"-3.048\" x2=\"4.953\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.207\" y1=\"-2.794\" x2=\"5.207\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.953\" y1=\"3.048\" x2=\"5.207\" y2=\"2.794\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.953\" y1=\"-3.048\" x2=\"5.207\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.207\" y1=\"-2.794\" x2=\"-4.953\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.207\" y1=\"2.794\" x2=\"-4.953\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"2.667\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.667\" y1=\"0\" x2=\"-2.159\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.159\" y1=\"1.27\" x2=\"-2.159\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-2.159\" y1=\"0\" x2=\"-2.159\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"1.27\" x2=\"-1.27\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-1.27\" y2=\"-1.27\" width=\"0.4064\" layer=\"21\"/>\n<pad name=\"1\" x=\"-3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"3.81\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<text x=\"-4.826\" y=\"3.429\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.54\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C275-154X316\" urn=\"urn:adsk.eagle:footprint:23184/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 27.5 mm, outline 15.4 x 31.6 mm</description>\n<wire x1=\"-15.24\" y1=\"7.62\" x2=\"15.24\" y2=\"7.62\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.748\" y1=\"7.112\" x2=\"15.748\" y2=\"-7.112\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"-7.62\" x2=\"-15.24\" y2=\"-7.62\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-15.748\" y1=\"-7.112\" x2=\"-15.748\" y2=\"7.112\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"7.62\" x2=\"15.748\" y2=\"7.112\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"15.24\" y1=\"-7.62\" x2=\"15.748\" y2=\"-7.112\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"-7.112\" x2=\"-15.24\" y2=\"-7.62\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"7.112\" x2=\"-15.24\" y2=\"7.62\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-11.557\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"11.557\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-15.24\" y=\"8.001\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C275-173X316\" urn=\"urn:adsk.eagle:footprint:23185/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\ngrid 27.5 mm, outline 17.3 x 31.6 mm</description>\n<wire x1=\"-15.24\" y1=\"8.509\" x2=\"15.24\" y2=\"8.509\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.748\" y1=\"8.001\" x2=\"15.748\" y2=\"-8.001\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"-8.509\" x2=\"-15.24\" y2=\"-8.509\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-15.748\" y1=\"-8.001\" x2=\"-15.748\" y2=\"8.001\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"1.905\" x2=\"-6.731\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"-6.731\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"1.905\" x2=\"-7.62\" y2=\"0\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-7.62\" y2=\"-1.905\" width=\"0.4064\" layer=\"21\"/>\n<wire x1=\"15.24\" y1=\"8.509\" x2=\"15.748\" y2=\"8.001\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"15.24\" y1=\"-8.509\" x2=\"15.748\" y2=\"-8.001\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"-8.001\" x2=\"-15.24\" y2=\"-8.509\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-15.748\" y1=\"8.001\" x2=\"-15.24\" y2=\"8.509\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-11.557\" y1=\"0\" x2=\"-7.62\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"0\" x2=\"11.557\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"13.716\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-15.24\" y=\"8.89\" size=\"1.778\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.08\" y=\"-2.54\" size=\"1.778\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"C0402K\" urn=\"urn:adsk.eagle:footprint:23186/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 0204 reflow solder&lt;/b&gt;&lt;p&gt;\nMetric Code Size 1005</description>\n<wire x1=\"-0.425\" y1=\"0.2\" x2=\"0.425\" y2=\"0.2\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.425\" y1=\"-0.2\" x2=\"-0.425\" y2=\"-0.2\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.6\" y=\"0\" dx=\"0.925\" dy=\"0.74\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.6\" y=\"0\" dx=\"0.925\" dy=\"0.74\" layer=\"1\"/>\n<text x=\"-0.5\" y=\"0.425\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.5\" y=\"-1.45\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.5\" y1=\"-0.25\" x2=\"-0.225\" y2=\"0.25\" layer=\"51\"/>\n<rectangle x1=\"0.225\" y1=\"-0.25\" x2=\"0.5\" y2=\"0.25\" layer=\"51\"/>\n</package>\n<package name=\"C0603K\" urn=\"urn:adsk.eagle:footprint:23187/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 0603 reflow solder&lt;/b&gt;&lt;p&gt;\nMetric Code Size 1608</description>\n<wire x1=\"-0.725\" y1=\"0.35\" x2=\"0.725\" y2=\"0.35\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.725\" y1=\"-0.35\" x2=\"-0.725\" y2=\"-0.35\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.875\" y=\"0\" dx=\"1.05\" dy=\"1.08\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.875\" y=\"0\" dx=\"1.05\" dy=\"1.08\" layer=\"1\"/>\n<text x=\"-0.8\" y=\"0.65\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.8\" y=\"-1.65\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.8\" y1=\"-0.4\" x2=\"-0.45\" y2=\"0.4\" layer=\"51\"/>\n<rectangle x1=\"0.45\" y1=\"-0.4\" x2=\"0.8\" y2=\"0.4\" layer=\"51\"/>\n</package>\n<package name=\"C0805K\" urn=\"urn:adsk.eagle:footprint:23188/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 0805 reflow solder&lt;/b&gt;&lt;p&gt;\nMetric Code Size 2012</description>\n<wire x1=\"-0.925\" y1=\"0.6\" x2=\"0.925\" y2=\"0.6\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"0.925\" y1=\"-0.6\" x2=\"-0.925\" y2=\"-0.6\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"1\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-1\" y=\"0.875\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1\" y=\"-1.9\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1\" y1=\"-0.65\" x2=\"-0.5\" y2=\"0.65\" layer=\"51\"/>\n<rectangle x1=\"0.5\" y1=\"-0.65\" x2=\"1\" y2=\"0.65\" layer=\"51\"/>\n</package>\n<package name=\"C1206K\" urn=\"urn:adsk.eagle:footprint:23189/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 1206 reflow solder&lt;/b&gt;&lt;p&gt;\nMetric Code Size 3216</description>\n<wire x1=\"-1.525\" y1=\"0.75\" x2=\"1.525\" y2=\"0.75\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.525\" y1=\"-0.75\" x2=\"-1.525\" y2=\"-0.75\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.5\" y=\"0\" dx=\"1.5\" dy=\"2\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.5\" y=\"0\" dx=\"1.5\" dy=\"2\" layer=\"1\"/>\n<text x=\"-1.6\" y=\"1.1\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.6\" y=\"-2.1\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.6\" y1=\"-0.8\" x2=\"-1.1\" y2=\"0.8\" layer=\"51\"/>\n<rectangle x1=\"1.1\" y1=\"-0.8\" x2=\"1.6\" y2=\"0.8\" layer=\"51\"/>\n</package>\n<package name=\"C1210K\" urn=\"urn:adsk.eagle:footprint:23190/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 1210 reflow solder&lt;/b&gt;&lt;p&gt;\nMetric Code Size 3225</description>\n<wire x1=\"-1.525\" y1=\"1.175\" x2=\"1.525\" y2=\"1.175\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.525\" y1=\"-1.175\" x2=\"-1.525\" y2=\"-1.175\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.5\" y=\"0\" dx=\"1.5\" dy=\"2.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.5\" y=\"0\" dx=\"1.5\" dy=\"2.9\" layer=\"1\"/>\n<text x=\"-1.6\" y=\"1.55\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.6\" y=\"-2.575\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.6\" y1=\"-1.25\" x2=\"-1.1\" y2=\"1.25\" layer=\"51\"/>\n<rectangle x1=\"1.1\" y1=\"-1.25\" x2=\"1.6\" y2=\"1.25\" layer=\"51\"/>\n</package>\n<package name=\"C1812K\" urn=\"urn:adsk.eagle:footprint:23191/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 1812 reflow solder&lt;/b&gt;&lt;p&gt;\nMetric Code Size 4532</description>\n<wire x1=\"-2.175\" y1=\"1.525\" x2=\"2.175\" y2=\"1.525\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.175\" y1=\"-1.525\" x2=\"-2.175\" y2=\"-1.525\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.05\" y=\"0\" dx=\"1.8\" dy=\"3.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.05\" y=\"0\" dx=\"1.8\" dy=\"3.7\" layer=\"1\"/>\n<text x=\"-2.25\" y=\"1.95\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.25\" y=\"-2.975\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.25\" y1=\"-1.6\" x2=\"-1.65\" y2=\"1.6\" layer=\"51\"/>\n<rectangle x1=\"1.65\" y1=\"-1.6\" x2=\"2.25\" y2=\"1.6\" layer=\"51\"/>\n</package>\n<package name=\"C1825K\" urn=\"urn:adsk.eagle:footprint:23192/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 1825 reflow solder&lt;/b&gt;&lt;p&gt;\nMetric Code Size 4564</description>\n<wire x1=\"-1.525\" y1=\"3.125\" x2=\"1.525\" y2=\"3.125\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"1.525\" y1=\"-3.125\" x2=\"-1.525\" y2=\"-3.125\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.5\" y=\"0\" dx=\"1.8\" dy=\"6.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.5\" y=\"0\" dx=\"1.8\" dy=\"6.9\" layer=\"1\"/>\n<text x=\"-1.6\" y=\"3.55\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.6\" y=\"-4.625\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.6\" y1=\"-3.2\" x2=\"-1.1\" y2=\"3.2\" layer=\"51\"/>\n<rectangle x1=\"1.1\" y1=\"-3.2\" x2=\"1.6\" y2=\"3.2\" layer=\"51\"/>\n</package>\n<package name=\"C2220K\" urn=\"urn:adsk.eagle:footprint:23193/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 2220 reflow solder&lt;/b&gt;&lt;p&gt;Metric Code Size 5650</description>\n<wire x1=\"-2.725\" y1=\"2.425\" x2=\"2.725\" y2=\"2.425\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.725\" y1=\"-2.425\" x2=\"-2.725\" y2=\"-2.425\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.55\" y=\"0\" dx=\"1.85\" dy=\"5.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.55\" y=\"0\" dx=\"1.85\" dy=\"5.5\" layer=\"1\"/>\n<text x=\"-2.8\" y=\"2.95\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.8\" y=\"-3.975\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.8\" y1=\"-2.5\" x2=\"-2.2\" y2=\"2.5\" layer=\"51\"/>\n<rectangle x1=\"2.2\" y1=\"-2.5\" x2=\"2.8\" y2=\"2.5\" layer=\"51\"/>\n</package>\n<package name=\"C2225K\" urn=\"urn:adsk.eagle:footprint:23194/1\" library_version=\"11\">\n<description>&lt;b&gt;Ceramic Chip Capacitor KEMET 2225 reflow solder&lt;/b&gt;&lt;p&gt;Metric Code Size 5664</description>\n<wire x1=\"-2.725\" y1=\"3.075\" x2=\"2.725\" y2=\"3.075\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"2.725\" y1=\"-3.075\" x2=\"-2.725\" y2=\"-3.075\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.55\" y=\"0\" dx=\"1.85\" dy=\"6.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.55\" y=\"0\" dx=\"1.85\" dy=\"6.8\" layer=\"1\"/>\n<text x=\"-2.8\" y=\"3.6\" size=\"1.016\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.8\" y=\"-4.575\" size=\"1.016\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.8\" y1=\"-3.15\" x2=\"-2.2\" y2=\"3.15\" layer=\"51\"/>\n<rectangle x1=\"2.2\" y1=\"-3.15\" x2=\"2.8\" y2=\"3.15\" layer=\"51\"/>\n</package>\n<package name=\"HPC0201\" urn=\"urn:adsk.eagle:footprint:25783/1\" library_version=\"11\">\n<description>&lt;b&gt; &lt;/b&gt;&lt;p&gt;\nSource: http://www.vishay.com/docs/10129/hpc0201a.pdf</description>\n<smd name=\"1\" x=\"-0.18\" y=\"0\" dx=\"0.2\" dy=\"0.35\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.18\" y=\"0\" dx=\"0.2\" dy=\"0.35\" layer=\"1\"/>\n<text x=\"-0.75\" y=\"0.74\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.785\" y=\"-1.865\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.305\" y1=\"-0.15\" x2=\"0.305\" y2=\"0.15\" layer=\"51\"/>\n</package>\n<package name=\"C0201\" urn=\"urn:adsk.eagle:footprint:23196/1\" library_version=\"11\">\n<description>Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf</description>\n<smd name=\"1\" x=\"-0.25\" y=\"0\" dx=\"0.25\" dy=\"0.35\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.25\" y=\"0\" dx=\"0.25\" dy=\"0.35\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.3\" y1=\"-0.15\" x2=\"-0.15\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"0.15\" y1=\"-0.15\" x2=\"0.3\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"0.1\" x2=\"0.15\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"-0.15\" x2=\"0.15\" y2=\"-0.1\" layer=\"51\"/>\n</package>\n<package name=\"C1808\" urn=\"urn:adsk.eagle:footprint:23197/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\nSource: AVX .. aphvc.pdf</description>\n<wire x1=\"-1.4732\" y1=\"0.9502\" x2=\"1.4732\" y2=\"0.9502\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-1.4478\" y1=\"-0.9502\" x2=\"1.4732\" y2=\"-0.9502\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.95\" y=\"0\" dx=\"1.6\" dy=\"2.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.95\" y=\"0\" dx=\"1.6\" dy=\"2.2\" layer=\"1\"/>\n<text x=\"-2.233\" y=\"1.827\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.233\" y=\"-2.842\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.275\" y1=\"-1.015\" x2=\"-1.225\" y2=\"1.015\" layer=\"51\"/>\n<rectangle x1=\"1.225\" y1=\"-1.015\" x2=\"2.275\" y2=\"1.015\" layer=\"51\"/>\n</package>\n<package name=\"C3640\" urn=\"urn:adsk.eagle:footprint:23198/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;\nSource: AVX .. aphvc.pdf</description>\n<wire x1=\"-3.8322\" y1=\"5.0496\" x2=\"3.8322\" y2=\"5.0496\" width=\"0.1016\" layer=\"51\"/>\n<wire x1=\"-3.8322\" y1=\"-5.0496\" x2=\"3.8322\" y2=\"-5.0496\" width=\"0.1016\" layer=\"51\"/>\n<smd name=\"1\" x=\"-4.267\" y=\"0\" dx=\"2.6\" dy=\"10.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"4.267\" y=\"0\" dx=\"2.6\" dy=\"10.7\" layer=\"1\"/>\n<text x=\"-4.647\" y=\"6.465\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-4.647\" y=\"-7.255\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-4.57\" y1=\"-5.1\" x2=\"-3.05\" y2=\"5.1\" layer=\"51\"/>\n<rectangle x1=\"3.05\" y1=\"-5.1\" x2=\"4.5688\" y2=\"5.1\" layer=\"51\"/>\n</package>\n<package name=\"C01005\" urn=\"urn:adsk.eagle:footprint:23199/1\" library_version=\"11\">\n<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>\n<rectangle x1=\"-0.1999\" y1=\"-0.3\" x2=\"0.1999\" y2=\"0.3\" layer=\"35\"/>\n<rectangle x1=\"-0.2\" y1=\"-0.1\" x2=\"-0.075\" y2=\"0.1\" layer=\"51\"/>\n<rectangle x1=\"0.075\" y1=\"-0.1\" x2=\"0.2\" y2=\"0.1\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"0.05\" x2=\"0.15\" y2=\"0.1\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"-0.1\" x2=\"0.15\" y2=\"-0.05\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.1625\" y=\"0\" dx=\"0.2\" dy=\"0.25\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.1625\" y=\"0\" dx=\"0.2\" dy=\"0.25\" layer=\"1\"/>\n<text x=\"-0.4\" y=\"0.3\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.4\" y=\"-1.6\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"R0402\" urn=\"urn:adsk.eagle:footprint:23043/3\" library_version=\"11\">\n<description>&lt;b&gt;Chip RESISTOR 0402 EIA (1005 Metric)&lt;/b&gt;</description>\n<wire x1=\"-0.245\" y1=\"0.224\" x2=\"0.245\" y2=\"0.224\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.245\" y1=\"-0.224\" x2=\"-0.245\" y2=\"-0.224\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1\" y1=\"0.483\" x2=\"1\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1\" y1=\"0.483\" x2=\"1\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1\" y1=\"-0.483\" x2=\"-1\" y2=\"-0.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1\" y1=\"-0.483\" x2=\"-1\" y2=\"0.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.5\" y=\"0\" dx=\"0.6\" dy=\"0.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.5\" y=\"0\" dx=\"0.6\" dy=\"0.7\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.554\" y1=\"-0.3048\" x2=\"-0.254\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"0.2588\" y1=\"-0.3048\" x2=\"0.5588\" y2=\"0.2951\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.35\" x2=\"0.1999\" y2=\"0.35\" layer=\"35\"/>\n</package>\n<package name=\"R0603\" urn=\"urn:adsk.eagle:footprint:23044/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-0.432\" y1=\"-0.356\" x2=\"0.432\" y2=\"-0.356\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.432\" y1=\"0.356\" x2=\"-0.432\" y2=\"0.356\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"0.983\" x2=\"1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.473\" y1=\"-0.983\" x2=\"-1.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1\" dy=\"1.1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1\" dy=\"1.1\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"0.4318\" y1=\"-0.4318\" x2=\"0.8382\" y2=\"0.4318\" layer=\"51\"/>\n<rectangle x1=\"-0.8382\" y1=\"-0.4318\" x2=\"-0.4318\" y2=\"0.4318\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.4001\" x2=\"0.1999\" y2=\"0.4001\" layer=\"35\"/>\n</package>\n<package name=\"R0805\" urn=\"urn:adsk.eagle:footprint:23045/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;</description>\n<wire x1=\"-0.41\" y1=\"0.635\" x2=\"0.41\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.41\" y1=\"-0.635\" x2=\"0.41\" y2=\"-0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"0.4064\" y1=\"-0.6985\" x2=\"1.0564\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-1.0668\" y1=\"-0.6985\" x2=\"-0.4168\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n</package>\n<package name=\"R0805W\" urn=\"urn:adsk.eagle:footprint:23046/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt; wave soldering&lt;p&gt;</description>\n<wire x1=\"-0.41\" y1=\"0.635\" x2=\"0.41\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.41\" y1=\"-0.635\" x2=\"0.41\" y2=\"-0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.0525\" y=\"0\" dx=\"1.5\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.0525\" y=\"0\" dx=\"1.5\" dy=\"1\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"0.4064\" y1=\"-0.6985\" x2=\"1.0564\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-1.0668\" y1=\"-0.6985\" x2=\"-0.4168\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5001\" x2=\"0.1999\" y2=\"0.5001\" layer=\"35\"/>\n</package>\n<package name=\"R1206\" urn=\"urn:adsk.eagle:footprint:23047/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"0.9525\" y1=\"-0.8128\" x2=\"-0.9652\" y2=\"-0.8128\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.9525\" y1=\"0.8128\" x2=\"-0.9652\" y2=\"0.8128\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"2\" x=\"1.422\" y=\"0\" dx=\"1.6\" dy=\"1.803\" layer=\"1\"/>\n<smd name=\"1\" x=\"-1.422\" y=\"0\" dx=\"1.6\" dy=\"1.803\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.6891\" y1=\"-0.8763\" x2=\"-0.9525\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"0.9525\" y1=\"-0.8763\" x2=\"1.6891\" y2=\"0.8763\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"R1206W\" urn=\"urn:adsk.eagle:footprint:23048/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-0.913\" y1=\"0.8\" x2=\"0.888\" y2=\"0.8\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.913\" y1=\"-0.8\" x2=\"0.888\" y2=\"-0.8\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.499\" y=\"0\" dx=\"1.8\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.499\" y=\"0\" dx=\"1.8\" dy=\"1.2\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-0.8763\" x2=\"-0.9009\" y2=\"0.8738\" layer=\"51\"/>\n<rectangle x1=\"0.889\" y1=\"-0.8763\" x2=\"1.6391\" y2=\"0.8738\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"R1210\" urn=\"urn:adsk.eagle:footprint:23049/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-0.913\" y1=\"1.219\" x2=\"0.939\" y2=\"1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.913\" y1=\"-1.219\" x2=\"0.939\" y2=\"-1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-1.3081\" x2=\"-0.9009\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"0.9144\" y1=\"-1.3081\" x2=\"1.6645\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.8999\" x2=\"0.3\" y2=\"0.8999\" layer=\"35\"/>\n</package>\n<package name=\"R1210W\" urn=\"urn:adsk.eagle:footprint:23050/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-0.913\" y1=\"1.219\" x2=\"0.939\" y2=\"1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.913\" y1=\"-1.219\" x2=\"0.939\" y2=\"-1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.499\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.499\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-1.3081\" x2=\"-0.9009\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"0.9144\" y1=\"-1.3081\" x2=\"1.6645\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.8001\" x2=\"0.3\" y2=\"0.8001\" layer=\"35\"/>\n</package>\n<package name=\"R2010\" urn=\"urn:adsk.eagle:footprint:23051/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-1.662\" y1=\"1.245\" x2=\"1.662\" y2=\"1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.637\" y1=\"-1.245\" x2=\"1.687\" y2=\"-1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-3.175\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.4892\" y1=\"-1.3208\" x2=\"-1.6393\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"1.651\" y1=\"-1.3208\" x2=\"2.5009\" y2=\"1.3292\" layer=\"51\"/>\n</package>\n<package name=\"R2010W\" urn=\"urn:adsk.eagle:footprint:23052/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-1.662\" y1=\"1.245\" x2=\"1.662\" y2=\"1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.637\" y1=\"-1.245\" x2=\"1.687\" y2=\"-1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-2.311\" y=\"0\" dx=\"2\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.311\" y=\"0\" dx=\"2\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.4892\" y1=\"-1.3208\" x2=\"-1.6393\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"1.651\" y1=\"-1.3208\" x2=\"2.5009\" y2=\"1.3292\" layer=\"51\"/>\n</package>\n<package name=\"R2012\" urn=\"urn:adsk.eagle:footprint:23053/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-0.41\" y1=\"0.635\" x2=\"0.41\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.41\" y1=\"-0.635\" x2=\"0.41\" y2=\"-0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.85\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.85\" y=\"0\" dx=\"1.3\" dy=\"1.5\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"0.4064\" y1=\"-0.6985\" x2=\"1.0564\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-1.0668\" y1=\"-0.6985\" x2=\"-0.4168\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.5999\" x2=\"0.1001\" y2=\"0.5999\" layer=\"35\"/>\n</package>\n<package name=\"R2012W\" urn=\"urn:adsk.eagle:footprint:23054/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-0.41\" y1=\"0.635\" x2=\"0.41\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.41\" y1=\"-0.635\" x2=\"0.41\" y2=\"-0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-0.94\" y=\"0\" dx=\"1.5\" dy=\"1\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.94\" y=\"0\" dx=\"1.5\" dy=\"1\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"0.4064\" y1=\"-0.6985\" x2=\"1.0564\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-1.0668\" y1=\"-0.6985\" x2=\"-0.4168\" y2=\"0.7015\" layer=\"51\"/>\n<rectangle x1=\"-0.1001\" y1=\"-0.5999\" x2=\"0.1001\" y2=\"0.5999\" layer=\"35\"/>\n</package>\n<package name=\"R2512\" urn=\"urn:adsk.eagle:footprint:23055/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-2.362\" y1=\"1.473\" x2=\"2.387\" y2=\"1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.362\" y1=\"-1.473\" x2=\"2.387\" y2=\"-1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.8\" y=\"0\" dx=\"1.8\" dy=\"3.2\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-3.2004\" y1=\"-1.5494\" x2=\"-2.3505\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"2.3622\" y1=\"-1.5494\" x2=\"3.2121\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"R2512W\" urn=\"urn:adsk.eagle:footprint:23056/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-2.362\" y1=\"1.473\" x2=\"2.387\" y2=\"1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.362\" y1=\"-1.473\" x2=\"2.387\" y2=\"-1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-2.896\" y=\"0\" dx=\"2\" dy=\"2.1\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.896\" y=\"0\" dx=\"2\" dy=\"2.1\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-3.2004\" y1=\"-1.5494\" x2=\"-2.3505\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"2.3622\" y1=\"-1.5494\" x2=\"3.2121\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"R3216\" urn=\"urn:adsk.eagle:footprint:23057/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-0.913\" y1=\"0.8\" x2=\"0.888\" y2=\"0.8\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.913\" y1=\"-0.8\" x2=\"0.888\" y2=\"-0.8\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-0.8763\" x2=\"-0.9009\" y2=\"0.8738\" layer=\"51\"/>\n<rectangle x1=\"0.889\" y1=\"-0.8763\" x2=\"1.6391\" y2=\"0.8738\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"R3216W\" urn=\"urn:adsk.eagle:footprint:23058/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-0.913\" y1=\"0.8\" x2=\"0.888\" y2=\"0.8\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.913\" y1=\"-0.8\" x2=\"0.888\" y2=\"-0.8\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"0.983\" x2=\"2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-0.983\" x2=\"-2.473\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.499\" y=\"0\" dx=\"1.8\" dy=\"1.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.499\" y=\"0\" dx=\"1.8\" dy=\"1.2\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-0.8763\" x2=\"-0.9009\" y2=\"0.8738\" layer=\"51\"/>\n<rectangle x1=\"0.889\" y1=\"-0.8763\" x2=\"1.6391\" y2=\"0.8738\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"R3225\" urn=\"urn:adsk.eagle:footprint:23059/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-0.913\" y1=\"1.219\" x2=\"0.939\" y2=\"1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.913\" y1=\"-1.219\" x2=\"0.939\" y2=\"-1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-1.3081\" x2=\"-0.9009\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"0.9144\" y1=\"-1.3081\" x2=\"1.6645\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-1\" x2=\"0.3\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"R3225W\" urn=\"urn:adsk.eagle:footprint:23060/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-0.913\" y1=\"1.219\" x2=\"0.939\" y2=\"1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-0.913\" y1=\"-1.219\" x2=\"0.939\" y2=\"-1.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-1.499\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.499\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.905\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-1.3081\" x2=\"-0.9009\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"0.9144\" y1=\"-1.3081\" x2=\"1.6645\" y2=\"1.2918\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-1\" x2=\"0.3\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"R5025\" urn=\"urn:adsk.eagle:footprint:23061/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>\n<wire x1=\"-1.662\" y1=\"1.245\" x2=\"1.662\" y2=\"1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.637\" y1=\"-1.245\" x2=\"1.687\" y2=\"-1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.2\" y=\"0\" dx=\"1.8\" dy=\"2.7\" layer=\"1\"/>\n<text x=\"-3.175\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.4892\" y1=\"-1.3208\" x2=\"-1.6393\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"1.651\" y1=\"-1.3208\" x2=\"2.5009\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"R5025W\" urn=\"urn:adsk.eagle:footprint:23062/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nwave soldering</description>\n<wire x1=\"-1.662\" y1=\"1.245\" x2=\"1.662\" y2=\"1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.637\" y1=\"-1.245\" x2=\"1.687\" y2=\"-1.245\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"1.483\" x2=\"3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.473\" y1=\"-1.483\" x2=\"-3.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-2.311\" y=\"0\" dx=\"2\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.311\" y=\"0\" dx=\"2\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-3.175\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-2.4892\" y1=\"-1.3208\" x2=\"-1.6393\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"1.651\" y1=\"-1.3208\" x2=\"2.5009\" y2=\"1.3292\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"R6332\" urn=\"urn:adsk.eagle:footprint:23063/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nSource: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf</description>\n<wire x1=\"-2.362\" y1=\"1.473\" x2=\"2.387\" y2=\"1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.362\" y1=\"-1.473\" x2=\"2.387\" y2=\"-1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-3.1\" y=\"0\" dx=\"1\" dy=\"3.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"3.1\" y=\"0\" dx=\"1\" dy=\"3.2\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-3.2004\" y1=\"-1.5494\" x2=\"-2.3505\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"2.3622\" y1=\"-1.5494\" x2=\"3.2121\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"R6332W\" urn=\"urn:adsk.eagle:footprint:25646/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt; wave soldering&lt;p&gt;\nSource: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf</description>\n<wire x1=\"-2.362\" y1=\"1.473\" x2=\"2.387\" y2=\"1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.362\" y1=\"-1.473\" x2=\"2.387\" y2=\"-1.473\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"1.983\" x2=\"3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"-1.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-3.973\" y1=\"-1.983\" x2=\"-3.973\" y2=\"1.983\" width=\"0.0508\" layer=\"39\"/>\n<smd name=\"1\" x=\"-3.196\" y=\"0\" dx=\"1.2\" dy=\"3.2\" layer=\"1\"/>\n<smd name=\"2\" x=\"3.196\" y=\"0\" dx=\"1.2\" dy=\"3.2\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.175\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-3.2004\" y1=\"-1.5494\" x2=\"-2.3505\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"2.3622\" y1=\"-1.5494\" x2=\"3.2121\" y2=\"1.5507\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"M0805\" urn=\"urn:adsk.eagle:footprint:23065/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.10 W</description>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"0.7112\" y1=\"0.635\" x2=\"-0.7112\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.7112\" y1=\"-0.635\" x2=\"-0.7112\" y2=\"-0.635\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.0414\" y1=\"-0.7112\" x2=\"-0.6858\" y2=\"0.7112\" layer=\"51\"/>\n<rectangle x1=\"0.6858\" y1=\"-0.7112\" x2=\"1.0414\" y2=\"0.7112\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5999\" x2=\"0.1999\" y2=\"0.5999\" layer=\"35\"/>\n</package>\n<package name=\"M1206\" urn=\"urn:adsk.eagle:footprint:23066/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.25 W</description>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.143\" y1=\"0.8382\" x2=\"-1.143\" y2=\"0.8382\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"1.143\" y1=\"-0.8382\" x2=\"-1.143\" y2=\"-0.8382\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"2\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"2\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.7018\" y1=\"-0.9144\" x2=\"-1.1176\" y2=\"0.9144\" layer=\"51\"/>\n<rectangle x1=\"1.1176\" y1=\"-0.9144\" x2=\"1.7018\" y2=\"0.9144\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.8001\" x2=\"0.3\" y2=\"0.8001\" layer=\"35\"/>\n</package>\n<package name=\"M1406\" urn=\"urn:adsk.eagle:footprint:23067/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.12 W</description>\n<wire x1=\"-2.973\" y1=\"0.983\" x2=\"2.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"-0.983\" x2=\"-2.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.973\" y1=\"-0.983\" x2=\"-2.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"0.983\" x2=\"2.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.3208\" y1=\"0.762\" x2=\"-1.3208\" y2=\"0.762\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"1.3208\" y1=\"-0.762\" x2=\"-1.3208\" y2=\"-0.762\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.7\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.7\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.8542\" y1=\"-0.8382\" x2=\"-1.2954\" y2=\"0.8382\" layer=\"51\"/>\n<rectangle x1=\"1.2954\" y1=\"-0.8382\" x2=\"1.8542\" y2=\"0.8382\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.7\" x2=\"0.3\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"M2012\" urn=\"urn:adsk.eagle:footprint:23068/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.10 W</description>\n<wire x1=\"-1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-1.973\" y1=\"-0.983\" x2=\"-1.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.973\" y1=\"0.983\" x2=\"1.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"0.7112\" y1=\"0.635\" x2=\"-0.7112\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.7112\" y1=\"-0.635\" x2=\"-0.7112\" y2=\"-0.635\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"1.3\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.0414\" y1=\"-0.7112\" x2=\"-0.6858\" y2=\"0.7112\" layer=\"51\"/>\n<rectangle x1=\"0.6858\" y1=\"-0.7112\" x2=\"1.0414\" y2=\"0.7112\" layer=\"51\"/>\n<rectangle x1=\"-0.1999\" y1=\"-0.5999\" x2=\"0.1999\" y2=\"0.5999\" layer=\"35\"/>\n</package>\n<package name=\"M2309\" urn=\"urn:adsk.eagle:footprint:23069/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.25 W</description>\n<wire x1=\"-4.473\" y1=\"1.483\" x2=\"4.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"4.473\" y1=\"-1.483\" x2=\"-4.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-4.473\" y1=\"-1.483\" x2=\"-4.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"4.473\" y1=\"1.483\" x2=\"4.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.413\" y1=\"1.1684\" x2=\"-2.4384\" y2=\"1.1684\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.413\" y1=\"-1.1684\" x2=\"-2.413\" y2=\"-1.1684\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.85\" y=\"0\" dx=\"1.5\" dy=\"2.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.85\" y=\"0\" dx=\"1.5\" dy=\"2.6\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-3.048\" y1=\"-1.2446\" x2=\"-2.3876\" y2=\"1.2446\" layer=\"51\"/>\n<rectangle x1=\"2.3876\" y1=\"-1.2446\" x2=\"3.048\" y2=\"1.2446\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"M3216\" urn=\"urn:adsk.eagle:footprint:23070/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.25 W</description>\n<wire x1=\"-2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.473\" y1=\"-1.483\" x2=\"-2.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.473\" y1=\"1.483\" x2=\"2.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.143\" y1=\"0.8382\" x2=\"-1.143\" y2=\"0.8382\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"1.143\" y1=\"-0.8382\" x2=\"-1.143\" y2=\"-0.8382\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.4\" y=\"0\" dx=\"1.6\" dy=\"2\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.4\" y=\"0\" dx=\"1.6\" dy=\"2\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.7018\" y1=\"-0.9144\" x2=\"-1.1176\" y2=\"0.9144\" layer=\"51\"/>\n<rectangle x1=\"1.1176\" y1=\"-0.9144\" x2=\"1.7018\" y2=\"0.9144\" layer=\"51\"/>\n<rectangle x1=\"-0.3\" y1=\"-0.8001\" x2=\"0.3\" y2=\"0.8001\" layer=\"35\"/>\n</package>\n<package name=\"M3516\" urn=\"urn:adsk.eagle:footprint:23071/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.12 W</description>\n<wire x1=\"-2.973\" y1=\"0.983\" x2=\"2.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"-0.983\" x2=\"-2.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-2.973\" y1=\"-0.983\" x2=\"-2.973\" y2=\"0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.973\" y1=\"0.983\" x2=\"2.973\" y2=\"-0.983\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"1.3208\" y1=\"0.762\" x2=\"-1.3208\" y2=\"0.762\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"1.3208\" y1=\"-0.762\" x2=\"-1.3208\" y2=\"-0.762\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.7\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.7\" y=\"0\" dx=\"1.4\" dy=\"1.8\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"1.27\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.8542\" y1=\"-0.8382\" x2=\"-1.2954\" y2=\"0.8382\" layer=\"51\"/>\n<rectangle x1=\"1.2954\" y1=\"-0.8382\" x2=\"1.8542\" y2=\"0.8382\" layer=\"51\"/>\n<rectangle x1=\"-0.4001\" y1=\"-0.7\" x2=\"0.4001\" y2=\"0.7\" layer=\"35\"/>\n</package>\n<package name=\"M5923\" urn=\"urn:adsk.eagle:footprint:23072/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\nMELF 0.25 W</description>\n<wire x1=\"-4.473\" y1=\"1.483\" x2=\"4.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"4.473\" y1=\"-1.483\" x2=\"-4.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"-4.473\" y1=\"-1.483\" x2=\"-4.473\" y2=\"1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"4.473\" y1=\"1.483\" x2=\"4.473\" y2=\"-1.483\" width=\"0.0508\" layer=\"39\"/>\n<wire x1=\"2.413\" y1=\"1.1684\" x2=\"-2.4384\" y2=\"1.1684\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"2.413\" y1=\"-1.1684\" x2=\"-2.413\" y2=\"-1.1684\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-2.85\" y=\"0\" dx=\"1.5\" dy=\"2.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.85\" y=\"0\" dx=\"1.5\" dy=\"2.6\" layer=\"1\"/>\n<text x=\"-1.905\" y=\"1.905\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-3.048\" y1=\"-1.2446\" x2=\"-2.3876\" y2=\"1.2446\" layer=\"51\"/>\n<rectangle x1=\"2.3876\" y1=\"-1.2446\" x2=\"3.048\" y2=\"1.2446\" layer=\"51\"/>\n<rectangle x1=\"-0.5001\" y1=\"-1\" x2=\"0.5001\" y2=\"1\" layer=\"35\"/>\n</package>\n<package name=\"0204/5\" urn=\"urn:adsk.eagle:footprint:22991/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0204, grid 5 mm</description>\n<wire x1=\"2.54\" y1=\"0\" x2=\"2.032\" y2=\"0\" width=\"0.508\" layer=\"51\"/>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-2.032\" y2=\"0\" width=\"0.508\" layer=\"51\"/>\n<wire x1=\"-1.778\" y1=\"0.635\" x2=\"-1.524\" y2=\"0.889\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.778\" y1=\"-0.635\" x2=\"-1.524\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.524\" y1=\"-0.889\" x2=\"1.778\" y2=\"-0.635\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"1.524\" y1=\"0.889\" x2=\"1.778\" y2=\"0.635\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-1.778\" y1=\"-0.635\" x2=\"-1.778\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-1.524\" y1=\"0.889\" x2=\"-1.27\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.143\" y1=\"0.762\" x2=\"-1.27\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.524\" y1=\"-0.889\" x2=\"-1.27\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.143\" y1=\"-0.762\" x2=\"-1.27\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.143\" y1=\"0.762\" x2=\"1.27\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.143\" y1=\"0.762\" x2=\"-1.143\" y2=\"0.762\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.143\" y1=\"-0.762\" x2=\"1.27\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.143\" y1=\"-0.762\" x2=\"-1.143\" y2=\"-0.762\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.524\" y1=\"0.889\" x2=\"1.27\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.524\" y1=\"-0.889\" x2=\"1.27\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"-0.635\" x2=\"1.778\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.0066\" y=\"1.1684\" size=\"0.9906\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.1336\" y=\"-2.3114\" size=\"0.9906\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-2.032\" y1=\"-0.254\" x2=\"-1.778\" y2=\"0.254\" layer=\"51\"/>\n<rectangle x1=\"1.778\" y1=\"-0.254\" x2=\"2.032\" y2=\"0.254\" layer=\"51\"/>\n</package>\n<package name=\"0204/7\" urn=\"urn:adsk.eagle:footprint:22998/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0204, grid 7.5 mm</description>\n<wire x1=\"3.81\" y1=\"0\" x2=\"2.921\" y2=\"0\" width=\"0.508\" layer=\"51\"/>\n<wire x1=\"-3.81\" y1=\"0\" x2=\"-2.921\" y2=\"0\" width=\"0.508\" layer=\"51\"/>\n<wire x1=\"-2.54\" y1=\"0.762\" x2=\"-2.286\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.54\" y1=\"-0.762\" x2=\"-2.286\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.286\" y1=\"-1.016\" x2=\"2.54\" y2=\"-0.762\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.286\" y1=\"1.016\" x2=\"2.54\" y2=\"0.762\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-2.54\" y1=\"-0.762\" x2=\"-2.54\" y2=\"0.762\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"1.016\" x2=\"-1.905\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.778\" y1=\"0.889\" x2=\"-1.905\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"-1.016\" x2=\"-1.905\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-1.778\" y1=\"-0.889\" x2=\"-1.905\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"0.889\" x2=\"1.905\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"0.889\" x2=\"-1.778\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"-0.889\" x2=\"1.905\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"1.778\" y1=\"-0.889\" x2=\"-1.778\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"1.016\" x2=\"1.905\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.286\" y1=\"-1.016\" x2=\"1.905\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.54\" y1=\"-0.762\" x2=\"2.54\" y2=\"0.762\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.54\" y=\"1.2954\" size=\"0.9906\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.6256\" y=\"-0.4826\" size=\"0.9906\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"2.54\" y1=\"-0.254\" x2=\"2.921\" y2=\"0.254\" layer=\"21\"/>\n<rectangle x1=\"-2.921\" y1=\"-0.254\" x2=\"-2.54\" y2=\"0.254\" layer=\"21\"/>\n</package>\n<package name=\"0204V\" urn=\"urn:adsk.eagle:footprint:22999/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0204, grid 2.5 mm</description>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"1.27\" y2=\"0\" width=\"0.508\" layer=\"51\"/>\n<wire x1=\"-0.127\" y1=\"0\" x2=\"0.127\" y2=\"0\" width=\"0.508\" layer=\"21\"/>\n<circle x=\"-1.27\" y=\"0\" radius=\"0.889\" width=\"0.1524\" layer=\"51\"/>\n<circle x=\"-1.27\" y=\"0\" radius=\"0.635\" width=\"0.0508\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.1336\" y=\"1.1684\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.1336\" y=\"-2.3114\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"0207/10\" urn=\"urn:adsk.eagle:footprint:22992/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0207, grid 10 mm</description>\n<wire x1=\"5.08\" y1=\"0\" x2=\"4.064\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-4.064\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-3.175\" y1=\"0.889\" x2=\"-2.921\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-2.921\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"3.175\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.921\" y1=\"1.143\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.921\" y1=\"-1.143\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"-1.016\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"-2.413\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"-2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.175\" y1=\"-0.889\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"5.08\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.048\" y=\"1.524\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.2606\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"3.175\" y1=\"-0.3048\" x2=\"4.0386\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-4.0386\" y1=\"-0.3048\" x2=\"-3.175\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"0207/12\" urn=\"urn:adsk.eagle:footprint:22993/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0207, grid 12 mm</description>\n<wire x1=\"6.35\" y1=\"0\" x2=\"5.334\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-6.35\" y1=\"0\" x2=\"-5.334\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-3.175\" y1=\"0.889\" x2=\"-2.921\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-2.921\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"3.175\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.921\" y1=\"1.143\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.921\" y1=\"-1.143\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"-1.016\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"-2.413\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"-2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.175\" y1=\"-0.889\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.445\" y1=\"0\" x2=\"4.064\" y2=\"0\" width=\"0.6096\" layer=\"21\"/>\n<wire x1=\"-4.445\" y1=\"0\" x2=\"-4.064\" y2=\"0\" width=\"0.6096\" layer=\"21\"/>\n<pad name=\"1\" x=\"-6.35\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"6.35\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.175\" y=\"1.397\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-0.6858\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"3.175\" y1=\"-0.3048\" x2=\"4.0386\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-4.0386\" y1=\"-0.3048\" x2=\"-3.175\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"4.445\" y1=\"-0.3048\" x2=\"5.3086\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-5.3086\" y1=\"-0.3048\" x2=\"-4.445\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"0207/15\" urn=\"urn:adsk.eagle:footprint:22997/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0207, grid 15mm</description>\n<wire x1=\"7.62\" y1=\"0\" x2=\"6.604\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-6.604\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-3.175\" y1=\"0.889\" x2=\"-2.921\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-2.921\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"3.175\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.921\" y1=\"1.143\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.921\" y1=\"-1.143\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"-1.016\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"-2.413\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"-2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.175\" y1=\"-0.889\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.715\" y1=\"0\" x2=\"4.064\" y2=\"0\" width=\"0.6096\" layer=\"21\"/>\n<wire x1=\"-5.715\" y1=\"0\" x2=\"-4.064\" y2=\"0\" width=\"0.6096\" layer=\"21\"/>\n<pad name=\"1\" x=\"-7.62\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.62\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-3.175\" y=\"1.397\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-0.6858\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"3.175\" y1=\"-0.3048\" x2=\"4.0386\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-4.0386\" y1=\"-0.3048\" x2=\"-3.175\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"5.715\" y1=\"-0.3048\" x2=\"6.5786\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-6.5786\" y1=\"-0.3048\" x2=\"-5.715\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"0207/2V\" urn=\"urn:adsk.eagle:footprint:22994/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0207, grid 2.5 mm</description>\n<wire x1=\"-1.27\" y1=\"0\" x2=\"-0.381\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-0.254\" y1=\"0\" x2=\"0.254\" y2=\"0\" width=\"0.6096\" layer=\"21\"/>\n<wire x1=\"0.381\" y1=\"0\" x2=\"1.27\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<circle x=\"-1.27\" y=\"0\" radius=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-1.27\" y=\"0\" radius=\"1.016\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-0.0508\" y=\"1.016\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.0508\" y=\"-2.2352\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"0207/5V\" urn=\"urn:adsk.eagle:footprint:22995/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0207, grid 5 mm</description>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-0.889\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-0.762\" y1=\"0\" x2=\"0.762\" y2=\"0\" width=\"0.6096\" layer=\"21\"/>\n<wire x1=\"0.889\" y1=\"0\" x2=\"2.54\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"1.27\" width=\"0.1016\" layer=\"21\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"1.016\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-1.143\" y=\"0.889\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.143\" y=\"-2.159\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"0207/7\" urn=\"urn:adsk.eagle:footprint:22996/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0207, grid 7.5 mm</description>\n<wire x1=\"-3.81\" y1=\"0\" x2=\"-3.429\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-3.175\" y1=\"0.889\" x2=\"-2.921\" y2=\"1.143\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-2.921\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"3.175\" y2=\"-0.889\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-3.175\" y1=\"-0.889\" x2=\"-3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-2.921\" y1=\"1.143\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"1.016\" x2=\"-2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.921\" y1=\"-1.143\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.413\" y1=\"-1.016\" x2=\"-2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"1.016\" x2=\"-2.413\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.413\" y1=\"-1.016\" x2=\"-2.413\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"1.143\" x2=\"2.54\" y2=\"1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.921\" y1=\"-1.143\" x2=\"2.54\" y2=\"-1.143\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.175\" y1=\"-0.889\" x2=\"3.175\" y2=\"0.889\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"3.429\" y1=\"0\" x2=\"3.81\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"3.81\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.54\" y=\"1.397\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.286\" y=\"-0.5588\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-3.429\" y1=\"-0.3048\" x2=\"-3.175\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"3.175\" y1=\"-0.3048\" x2=\"3.429\" y2=\"0.3048\" layer=\"51\"/>\n</package>\n<package name=\"0309/10\" urn=\"urn:adsk.eagle:footprint:23073/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0309, grid 10mm</description>\n<wire x1=\"-4.699\" y1=\"0\" x2=\"-5.08\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-4.318\" y1=\"1.27\" x2=\"-4.064\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-4.318\" y1=\"-1.27\" x2=\"-4.064\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"4.064\" y1=\"-1.524\" x2=\"4.318\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"4.064\" y1=\"1.524\" x2=\"4.318\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-4.318\" y1=\"-1.27\" x2=\"-4.318\" y2=\"1.27\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-4.064\" y1=\"1.524\" x2=\"-3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"1.397\" x2=\"-3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.064\" y1=\"-1.524\" x2=\"-3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"-1.397\" x2=\"-3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"1.397\" x2=\"3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"1.397\" x2=\"-3.302\" y2=\"1.397\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"-1.397\" x2=\"3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"-1.397\" x2=\"-3.302\" y2=\"-1.397\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.064\" y1=\"1.524\" x2=\"3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.064\" y1=\"-1.524\" x2=\"3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.318\" y1=\"-1.27\" x2=\"4.318\" y2=\"1.27\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"5.08\" y1=\"0\" x2=\"4.699\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"5.08\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-4.191\" y=\"1.905\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.6858\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-4.6228\" y1=\"-0.3048\" x2=\"-4.318\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"4.318\" y1=\"-0.3048\" x2=\"4.6228\" y2=\"0.3048\" layer=\"51\"/>\n</package>\n<package name=\"0309/12\" urn=\"urn:adsk.eagle:footprint:23074/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0309, grid 12.5 mm</description>\n<wire x1=\"6.35\" y1=\"0\" x2=\"5.08\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-6.35\" y1=\"0\" x2=\"-5.08\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-4.318\" y1=\"1.27\" x2=\"-4.064\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-4.318\" y1=\"-1.27\" x2=\"-4.064\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"4.064\" y1=\"-1.524\" x2=\"4.318\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"4.064\" y1=\"1.524\" x2=\"4.318\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-4.318\" y1=\"-1.27\" x2=\"-4.318\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.064\" y1=\"1.524\" x2=\"-3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"1.397\" x2=\"-3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.064\" y1=\"-1.524\" x2=\"-3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.302\" y1=\"-1.397\" x2=\"-3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"1.397\" x2=\"3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"1.397\" x2=\"-3.302\" y2=\"1.397\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"-1.397\" x2=\"3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.302\" y1=\"-1.397\" x2=\"-3.302\" y2=\"-1.397\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.064\" y1=\"1.524\" x2=\"3.429\" y2=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.064\" y1=\"-1.524\" x2=\"3.429\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.318\" y1=\"-1.27\" x2=\"4.318\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-6.35\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"6.35\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-4.191\" y=\"1.905\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.6858\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"4.318\" y1=\"-0.3048\" x2=\"5.1816\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"-5.1816\" y1=\"-0.3048\" x2=\"-4.318\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"0309V\" urn=\"urn:adsk.eagle:footprint:23075/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0309, grid 2.5 mm</description>\n<wire x1=\"1.27\" y1=\"0\" x2=\"0.635\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"-0.635\" y1=\"0\" x2=\"-1.27\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<circle x=\"-1.27\" y=\"0\" radius=\"1.524\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-1.27\" y=\"0\" radius=\"0.762\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"0.254\" y=\"1.016\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0.254\" y=\"-2.2098\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"0.254\" y1=\"-0.3048\" x2=\"0.5588\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"-0.635\" y1=\"-0.3048\" x2=\"-0.3302\" y2=\"0.3048\" layer=\"51\"/>\n<rectangle x1=\"-0.3302\" y1=\"-0.3048\" x2=\"0.254\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"0411/12\" urn=\"urn:adsk.eagle:footprint:23076/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0411, grid 12.5 mm</description>\n<wire x1=\"6.35\" y1=\"0\" x2=\"5.461\" y2=\"0\" width=\"0.762\" layer=\"51\"/>\n<wire x1=\"-6.35\" y1=\"0\" x2=\"-5.461\" y2=\"0\" width=\"0.762\" layer=\"51\"/>\n<wire x1=\"5.08\" y1=\"-1.651\" x2=\"5.08\" y2=\"1.651\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"2.032\" x2=\"5.08\" y2=\"1.651\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-5.08\" y1=\"-1.651\" x2=\"-4.699\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"4.699\" y1=\"-2.032\" x2=\"5.08\" y2=\"-1.651\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.08\" y1=\"1.651\" x2=\"-4.699\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"2.032\" x2=\"4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.937\" y1=\"1.905\" x2=\"4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"-2.032\" x2=\"4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.937\" y1=\"-1.905\" x2=\"4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"1.905\" x2=\"-4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"1.905\" x2=\"3.937\" y2=\"1.905\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"-1.905\" x2=\"-4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"-1.905\" x2=\"3.937\" y2=\"-1.905\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"1.651\" x2=\"-5.08\" y2=\"-1.651\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.699\" y1=\"2.032\" x2=\"-4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.699\" y1=\"-2.032\" x2=\"-4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-6.35\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"6.35\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<text x=\"-5.08\" y=\"2.413\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.5814\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-5.3594\" y1=\"-0.381\" x2=\"-5.08\" y2=\"0.381\" layer=\"21\"/>\n<rectangle x1=\"5.08\" y1=\"-0.381\" x2=\"5.3594\" y2=\"0.381\" layer=\"21\"/>\n</package>\n<package name=\"0411/15\" urn=\"urn:adsk.eagle:footprint:23077/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0411, grid 15 mm</description>\n<wire x1=\"5.08\" y1=\"-1.651\" x2=\"5.08\" y2=\"1.651\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"2.032\" x2=\"5.08\" y2=\"1.651\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-5.08\" y1=\"-1.651\" x2=\"-4.699\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"4.699\" y1=\"-2.032\" x2=\"5.08\" y2=\"-1.651\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-5.08\" y1=\"1.651\" x2=\"-4.699\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"2.032\" x2=\"4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.937\" y1=\"1.905\" x2=\"4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"-2.032\" x2=\"4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.937\" y1=\"-1.905\" x2=\"4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"1.905\" x2=\"-4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"1.905\" x2=\"3.937\" y2=\"1.905\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"-1.905\" x2=\"-4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.937\" y1=\"-1.905\" x2=\"3.937\" y2=\"-1.905\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.08\" y1=\"1.651\" x2=\"-5.08\" y2=\"-1.651\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.699\" y1=\"2.032\" x2=\"-4.064\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.699\" y1=\"-2.032\" x2=\"-4.064\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-6.35\" y2=\"0\" width=\"0.762\" layer=\"51\"/>\n<wire x1=\"6.35\" y1=\"0\" x2=\"7.62\" y2=\"0\" width=\"0.762\" layer=\"51\"/>\n<pad name=\"1\" x=\"-7.62\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.62\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<text x=\"-5.08\" y=\"2.413\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.5814\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"5.08\" y1=\"-0.381\" x2=\"6.477\" y2=\"0.381\" layer=\"21\"/>\n<rectangle x1=\"-6.477\" y1=\"-0.381\" x2=\"-5.08\" y2=\"0.381\" layer=\"21\"/>\n</package>\n<package name=\"0411V\" urn=\"urn:adsk.eagle:footprint:23078/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0411, grid 3.81 mm</description>\n<wire x1=\"1.27\" y1=\"0\" x2=\"0.3048\" y2=\"0\" width=\"0.762\" layer=\"51\"/>\n<wire x1=\"-1.5748\" y1=\"0\" x2=\"-2.54\" y2=\"0\" width=\"0.762\" layer=\"51\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"1.016\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.9144\" shape=\"octagon\"/>\n<text x=\"-0.508\" y=\"1.143\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.5334\" y=\"-2.413\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-1.4732\" y1=\"-0.381\" x2=\"0.2032\" y2=\"0.381\" layer=\"21\"/>\n</package>\n<package name=\"0414/15\" urn=\"urn:adsk.eagle:footprint:23079/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0414, grid 15 mm</description>\n<wire x1=\"7.62\" y1=\"0\" x2=\"6.604\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-6.604\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-6.096\" y1=\"1.905\" x2=\"-5.842\" y2=\"2.159\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-6.096\" y1=\"-1.905\" x2=\"-5.842\" y2=\"-2.159\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"5.842\" y1=\"-2.159\" x2=\"6.096\" y2=\"-1.905\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"5.842\" y1=\"2.159\" x2=\"6.096\" y2=\"1.905\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-6.096\" y1=\"-1.905\" x2=\"-6.096\" y2=\"1.905\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.842\" y1=\"2.159\" x2=\"-4.953\" y2=\"2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.826\" y1=\"2.032\" x2=\"-4.953\" y2=\"2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.842\" y1=\"-2.159\" x2=\"-4.953\" y2=\"-2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.826\" y1=\"-2.032\" x2=\"-4.953\" y2=\"-2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.826\" y1=\"2.032\" x2=\"4.953\" y2=\"2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.826\" y1=\"2.032\" x2=\"-4.826\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.826\" y1=\"-2.032\" x2=\"4.953\" y2=\"-2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.826\" y1=\"-2.032\" x2=\"-4.826\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.842\" y1=\"2.159\" x2=\"4.953\" y2=\"2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.842\" y1=\"-2.159\" x2=\"4.953\" y2=\"-2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"-1.905\" x2=\"6.096\" y2=\"1.905\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-7.62\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.62\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-6.096\" y=\"2.5654\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-4.318\" y=\"-0.5842\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"6.096\" y1=\"-0.4064\" x2=\"6.5024\" y2=\"0.4064\" layer=\"21\"/>\n<rectangle x1=\"-6.5024\" y1=\"-0.4064\" x2=\"-6.096\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"0414V\" urn=\"urn:adsk.eagle:footprint:23080/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0414, grid 5 mm</description>\n<wire x1=\"2.54\" y1=\"0\" x2=\"1.397\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-1.397\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"2.159\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"1.143\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-0.381\" y=\"1.1684\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.381\" y=\"-2.3622\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-1.2954\" y1=\"-0.4064\" x2=\"1.2954\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"0617/17\" urn=\"urn:adsk.eagle:footprint:23081/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0617, grid 17.5 mm</description>\n<wire x1=\"-8.89\" y1=\"0\" x2=\"-8.636\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-7.874\" y1=\"3.048\" x2=\"-6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"2.794\" x2=\"-6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-7.874\" y1=\"-3.048\" x2=\"-6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"-2.794\" x2=\"-6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"2.794\" x2=\"6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"2.794\" x2=\"-6.731\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"-2.794\" x2=\"6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"-2.794\" x2=\"-6.731\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"7.874\" y1=\"3.048\" x2=\"6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"7.874\" y1=\"-3.048\" x2=\"6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.255\" y1=\"-2.667\" x2=\"-8.255\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.255\" y1=\"1.016\" x2=\"-8.255\" y2=\"-1.016\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-8.255\" y1=\"1.016\" x2=\"-8.255\" y2=\"2.667\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.255\" y1=\"-2.667\" x2=\"8.255\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.255\" y1=\"1.016\" x2=\"8.255\" y2=\"-1.016\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"8.255\" y1=\"1.016\" x2=\"8.255\" y2=\"2.667\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.636\" y1=\"0\" x2=\"8.89\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-8.255\" y1=\"2.667\" x2=\"-7.874\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"7.874\" y1=\"3.048\" x2=\"8.255\" y2=\"2.667\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-8.255\" y1=\"-2.667\" x2=\"-7.874\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"7.874\" y1=\"-3.048\" x2=\"8.255\" y2=\"-2.667\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<pad name=\"1\" x=\"-8.89\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"8.89\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.128\" y=\"3.4544\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-6.096\" y=\"-0.7112\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-8.5344\" y1=\"-0.4064\" x2=\"-8.2296\" y2=\"0.4064\" layer=\"51\"/>\n<rectangle x1=\"8.2296\" y1=\"-0.4064\" x2=\"8.5344\" y2=\"0.4064\" layer=\"51\"/>\n</package>\n<package name=\"0617/22\" urn=\"urn:adsk.eagle:footprint:23082/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0617, grid 22.5 mm</description>\n<wire x1=\"-10.287\" y1=\"0\" x2=\"-11.43\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-8.255\" y1=\"-2.667\" x2=\"-8.255\" y2=\"2.667\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-7.874\" y1=\"3.048\" x2=\"-6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"2.794\" x2=\"-6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-7.874\" y1=\"-3.048\" x2=\"-6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.731\" y1=\"-2.794\" x2=\"-6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"2.794\" x2=\"6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"2.794\" x2=\"-6.731\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"-2.794\" x2=\"6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"-2.794\" x2=\"-6.731\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"7.874\" y1=\"3.048\" x2=\"6.985\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"7.874\" y1=\"-3.048\" x2=\"6.985\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.255\" y1=\"-2.667\" x2=\"8.255\" y2=\"2.667\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"11.43\" y1=\"0\" x2=\"10.287\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-8.255\" y1=\"2.667\" x2=\"-7.874\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-8.255\" y1=\"-2.667\" x2=\"-7.874\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"7.874\" y1=\"3.048\" x2=\"8.255\" y2=\"2.667\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"7.874\" y1=\"-3.048\" x2=\"8.255\" y2=\"-2.667\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<pad name=\"1\" x=\"-11.43\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.43\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.255\" y=\"3.4544\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-6.477\" y=\"-0.5842\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-10.1854\" y1=\"-0.4064\" x2=\"-8.255\" y2=\"0.4064\" layer=\"21\"/>\n<rectangle x1=\"8.255\" y1=\"-0.4064\" x2=\"10.1854\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"0617V\" urn=\"urn:adsk.eagle:footprint:23083/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0617, grid 5 mm</description>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-1.27\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"1.27\" y1=\"0\" x2=\"2.54\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"1.143\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"0.635\" y=\"1.4224\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0.635\" y=\"-2.6162\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-1.3208\" y1=\"-0.4064\" x2=\"1.3208\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"0922/22\" urn=\"urn:adsk.eagle:footprint:23084/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0922, grid 22.5 mm</description>\n<wire x1=\"11.43\" y1=\"0\" x2=\"10.795\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-11.43\" y1=\"0\" x2=\"-10.795\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-10.16\" y1=\"-4.191\" x2=\"-10.16\" y2=\"4.191\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.779\" y1=\"4.572\" x2=\"-8.89\" y2=\"4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.636\" y1=\"4.318\" x2=\"-8.89\" y2=\"4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.779\" y1=\"-4.572\" x2=\"-8.89\" y2=\"-4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.636\" y1=\"-4.318\" x2=\"-8.89\" y2=\"-4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.636\" y1=\"4.318\" x2=\"8.89\" y2=\"4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.636\" y1=\"4.318\" x2=\"-8.636\" y2=\"4.318\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.636\" y1=\"-4.318\" x2=\"8.89\" y2=\"-4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.636\" y1=\"-4.318\" x2=\"-8.636\" y2=\"-4.318\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.779\" y1=\"4.572\" x2=\"8.89\" y2=\"4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.779\" y1=\"-4.572\" x2=\"8.89\" y2=\"-4.572\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"10.16\" y1=\"-4.191\" x2=\"10.16\" y2=\"4.191\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-10.16\" y1=\"-4.191\" x2=\"-9.779\" y2=\"-4.572\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-10.16\" y1=\"4.191\" x2=\"-9.779\" y2=\"4.572\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"9.779\" y1=\"-4.572\" x2=\"10.16\" y2=\"-4.191\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"9.779\" y1=\"4.572\" x2=\"10.16\" y2=\"4.191\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-11.43\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.43\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-10.16\" y=\"5.1054\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-6.477\" y=\"-0.5842\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-10.7188\" y1=\"-0.4064\" x2=\"-10.16\" y2=\"0.4064\" layer=\"51\"/>\n<rectangle x1=\"10.16\" y1=\"-0.4064\" x2=\"10.3124\" y2=\"0.4064\" layer=\"21\"/>\n<rectangle x1=\"-10.3124\" y1=\"-0.4064\" x2=\"-10.16\" y2=\"0.4064\" layer=\"21\"/>\n<rectangle x1=\"10.16\" y1=\"-0.4064\" x2=\"10.7188\" y2=\"0.4064\" layer=\"51\"/>\n</package>\n<package name=\"P0613V\" urn=\"urn:adsk.eagle:footprint:23085/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0613, grid 5 mm</description>\n<wire x1=\"2.54\" y1=\"0\" x2=\"1.397\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-2.54\" y1=\"0\" x2=\"-1.397\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-2.54\" y=\"0\" radius=\"1.143\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-2.54\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-0.254\" y=\"1.143\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.254\" y=\"-2.413\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-1.2954\" y1=\"-0.4064\" x2=\"1.3208\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"P0613/15\" urn=\"urn:adsk.eagle:footprint:23086/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0613, grid 15 mm</description>\n<wire x1=\"7.62\" y1=\"0\" x2=\"6.985\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-6.985\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-6.477\" y1=\"2.032\" x2=\"-6.223\" y2=\"2.286\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-6.477\" y1=\"-2.032\" x2=\"-6.223\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"6.223\" y1=\"-2.286\" x2=\"6.477\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"6.223\" y1=\"2.286\" x2=\"6.477\" y2=\"2.032\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-6.223\" y1=\"2.286\" x2=\"-5.334\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.207\" y1=\"2.159\" x2=\"-5.334\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.223\" y1=\"-2.286\" x2=\"-5.334\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-5.207\" y1=\"-2.159\" x2=\"-5.334\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.207\" y1=\"2.159\" x2=\"5.334\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.207\" y1=\"2.159\" x2=\"-5.207\" y2=\"2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.207\" y1=\"-2.159\" x2=\"5.334\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.207\" y1=\"-2.159\" x2=\"-5.207\" y2=\"-2.159\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.223\" y1=\"2.286\" x2=\"5.334\" y2=\"2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.223\" y1=\"-2.286\" x2=\"5.334\" y2=\"-2.286\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.477\" y1=\"-0.635\" x2=\"6.477\" y2=\"-2.032\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.477\" y1=\"-0.635\" x2=\"6.477\" y2=\"0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"6.477\" y1=\"2.032\" x2=\"6.477\" y2=\"0.635\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.477\" y1=\"-2.032\" x2=\"-6.477\" y2=\"-0.635\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.477\" y1=\"0.635\" x2=\"-6.477\" y2=\"-0.635\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-6.477\" y1=\"0.635\" x2=\"-6.477\" y2=\"2.032\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-7.62\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.62\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-6.477\" y=\"2.6924\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-4.318\" y=\"-0.7112\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-7.0358\" y1=\"-0.4064\" x2=\"-6.477\" y2=\"0.4064\" layer=\"51\"/>\n<rectangle x1=\"6.477\" y1=\"-0.4064\" x2=\"7.0358\" y2=\"0.4064\" layer=\"51\"/>\n</package>\n<package name=\"P0817/22\" urn=\"urn:adsk.eagle:footprint:23087/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0817, grid 22.5 mm</description>\n<wire x1=\"-10.414\" y1=\"0\" x2=\"-11.43\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-8.509\" y1=\"-3.429\" x2=\"-8.509\" y2=\"3.429\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.128\" y1=\"3.81\" x2=\"-7.239\" y2=\"3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.985\" y1=\"3.556\" x2=\"-7.239\" y2=\"3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-8.128\" y1=\"-3.81\" x2=\"-7.239\" y2=\"-3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.985\" y1=\"-3.556\" x2=\"-7.239\" y2=\"-3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.985\" y1=\"3.556\" x2=\"7.239\" y2=\"3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.985\" y1=\"3.556\" x2=\"-6.985\" y2=\"3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.985\" y1=\"-3.556\" x2=\"7.239\" y2=\"-3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.985\" y1=\"-3.556\" x2=\"-6.985\" y2=\"-3.556\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.128\" y1=\"3.81\" x2=\"7.239\" y2=\"3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.128\" y1=\"-3.81\" x2=\"7.239\" y2=\"-3.81\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.509\" y1=\"-3.429\" x2=\"8.509\" y2=\"3.429\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"11.43\" y1=\"0\" x2=\"10.414\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-8.509\" y1=\"3.429\" x2=\"-8.128\" y2=\"3.81\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-8.509\" y1=\"-3.429\" x2=\"-8.128\" y2=\"-3.81\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"8.128\" y1=\"3.81\" x2=\"8.509\" y2=\"3.429\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"8.128\" y1=\"-3.81\" x2=\"8.509\" y2=\"-3.429\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<pad name=\"1\" x=\"-11.43\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"11.43\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-8.382\" y=\"4.2164\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-6.223\" y=\"-0.5842\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<text x=\"6.604\" y=\"-2.2606\" size=\"1.27\" layer=\"51\" ratio=\"10\" rot=\"R90\">0817</text>\n<rectangle x1=\"8.509\" y1=\"-0.4064\" x2=\"10.3124\" y2=\"0.4064\" layer=\"21\"/>\n<rectangle x1=\"-10.3124\" y1=\"-0.4064\" x2=\"-8.509\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"P0817V\" urn=\"urn:adsk.eagle:footprint:23088/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0817, grid 6.35 mm</description>\n<wire x1=\"-3.81\" y1=\"0\" x2=\"-5.08\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"1.27\" y1=\"0\" x2=\"0\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<circle x=\"-5.08\" y=\"0\" radius=\"3.81\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-5.08\" y=\"0\" radius=\"1.27\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-1.016\" y=\"1.27\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-2.54\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<text x=\"-6.858\" y=\"2.032\" size=\"1.016\" layer=\"21\" ratio=\"12\">0817</text>\n<rectangle x1=\"-3.81\" y1=\"-0.4064\" x2=\"0\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"V234/12\" urn=\"urn:adsk.eagle:footprint:23089/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype V234, grid 12.5 mm</description>\n<wire x1=\"-4.953\" y1=\"1.524\" x2=\"-4.699\" y2=\"1.778\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"1.778\" x2=\"4.953\" y2=\"1.524\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"4.699\" y1=\"-1.778\" x2=\"4.953\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-4.953\" y1=\"-1.524\" x2=\"-4.699\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-4.699\" y1=\"1.778\" x2=\"4.699\" y2=\"1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.953\" y1=\"1.524\" x2=\"-4.953\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.699\" y1=\"-1.778\" x2=\"-4.699\" y2=\"-1.778\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.953\" y1=\"1.524\" x2=\"4.953\" y2=\"-1.524\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.35\" y1=\"0\" x2=\"5.461\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-6.35\" y1=\"0\" x2=\"-5.461\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<pad name=\"1\" x=\"-6.35\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"6.35\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-4.953\" y=\"2.159\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.81\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"4.953\" y1=\"-0.4064\" x2=\"5.4102\" y2=\"0.4064\" layer=\"21\"/>\n<rectangle x1=\"-5.4102\" y1=\"-0.4064\" x2=\"-4.953\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"V235/17\" urn=\"urn:adsk.eagle:footprint:23090/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype V235, grid 17.78 mm</description>\n<wire x1=\"-6.731\" y1=\"2.921\" x2=\"6.731\" y2=\"2.921\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-7.112\" y1=\"2.54\" x2=\"-7.112\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.731\" y1=\"-2.921\" x2=\"-6.731\" y2=\"-2.921\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"7.112\" y1=\"2.54\" x2=\"7.112\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"8.89\" y1=\"0\" x2=\"7.874\" y2=\"0\" width=\"1.016\" layer=\"51\"/>\n<wire x1=\"-7.874\" y1=\"0\" x2=\"-8.89\" y2=\"0\" width=\"1.016\" layer=\"51\"/>\n<wire x1=\"-7.112\" y1=\"-2.54\" x2=\"-6.731\" y2=\"-2.921\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"6.731\" y1=\"2.921\" x2=\"7.112\" y2=\"2.54\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"6.731\" y1=\"-2.921\" x2=\"7.112\" y2=\"-2.54\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-7.112\" y1=\"2.54\" x2=\"-6.731\" y2=\"2.921\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<pad name=\"1\" x=\"-8.89\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"8.89\" y=\"0\" drill=\"1.1938\" shape=\"octagon\"/>\n<text x=\"-6.858\" y=\"3.302\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-5.842\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"7.112\" y1=\"-0.508\" x2=\"7.747\" y2=\"0.508\" layer=\"21\"/>\n<rectangle x1=\"-7.747\" y1=\"-0.508\" x2=\"-7.112\" y2=\"0.508\" layer=\"21\"/>\n</package>\n<package name=\"V526-0\" urn=\"urn:adsk.eagle:footprint:23091/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype V526-0, grid 2.5 mm</description>\n<wire x1=\"-2.54\" y1=\"1.016\" x2=\"-2.286\" y2=\"1.27\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.286\" y1=\"1.27\" x2=\"2.54\" y2=\"1.016\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"2.286\" y1=\"-1.27\" x2=\"2.54\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"-2.54\" y1=\"-1.016\" x2=\"-2.286\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"2.286\" y1=\"1.27\" x2=\"-2.286\" y2=\"1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"2.54\" y1=\"-1.016\" x2=\"2.54\" y2=\"1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.286\" y1=\"-1.27\" x2=\"2.286\" y2=\"-1.27\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-2.54\" y1=\"1.016\" x2=\"-2.54\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"1.27\" y=\"0\" drill=\"0.8128\" shape=\"octagon\"/>\n<text x=\"-2.413\" y=\"1.651\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-2.413\" y=\"-2.794\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n</package>\n<package name=\"MINI_MELF-0102R\" urn=\"urn:adsk.eagle:footprint:23092/1\" library_version=\"11\">\n<description>&lt;b&gt;CECC Size RC2211&lt;/b&gt; Reflow Soldering&lt;p&gt;\nsource Beyschlag</description>\n<wire x1=\"-1\" y1=\"-0.5\" x2=\"1\" y2=\"-0.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1\" y1=\"-0.5\" x2=\"1\" y2=\"0.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1\" y1=\"0.5\" x2=\"-1\" y2=\"0.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1\" y1=\"0.5\" x2=\"-1\" y2=\"-0.5\" width=\"0.2032\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.9\" y=\"0\" dx=\"0.5\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.9\" y=\"0\" dx=\"0.5\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.2225\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"MINI_MELF-0102W\" urn=\"urn:adsk.eagle:footprint:23093/1\" library_version=\"11\">\n<description>&lt;b&gt;CECC Size RC2211&lt;/b&gt; Wave Soldering&lt;p&gt;\nsource Beyschlag</description>\n<wire x1=\"-1\" y1=\"-0.5\" x2=\"1\" y2=\"-0.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1\" y1=\"-0.5\" x2=\"1\" y2=\"0.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1\" y1=\"0.5\" x2=\"-1\" y2=\"0.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1\" y1=\"0.5\" x2=\"-1\" y2=\"-0.5\" width=\"0.2032\" layer=\"51\"/>\n<smd name=\"1\" x=\"-0.95\" y=\"0\" dx=\"0.6\" dy=\"1.3\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.95\" y=\"0\" dx=\"0.6\" dy=\"1.3\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.2225\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"MINI_MELF-0204R\" urn=\"urn:adsk.eagle:footprint:25676/1\" library_version=\"11\">\n<description>&lt;b&gt;CECC Size RC3715&lt;/b&gt; Reflow Soldering&lt;p&gt;\nsource Beyschlag</description>\n<wire x1=\"-1.7\" y1=\"-0.6\" x2=\"1.7\" y2=\"-0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.7\" y1=\"-0.6\" x2=\"1.7\" y2=\"0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.7\" y1=\"0.6\" x2=\"-1.7\" y2=\"0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.7\" y1=\"0.6\" x2=\"-1.7\" y2=\"-0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"0.938\" y1=\"0.6\" x2=\"-0.938\" y2=\"0.6\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.938\" y1=\"-0.6\" x2=\"0.938\" y2=\"-0.6\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-1.5\" y=\"0\" dx=\"0.8\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.5\" y=\"0\" dx=\"0.8\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.2225\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"MINI_MELF-0204W\" urn=\"urn:adsk.eagle:footprint:25677/1\" library_version=\"11\">\n<description>&lt;b&gt;CECC Size RC3715&lt;/b&gt; Wave Soldering&lt;p&gt;\nsource Beyschlag</description>\n<wire x1=\"-1.7\" y1=\"-0.6\" x2=\"1.7\" y2=\"-0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.7\" y1=\"-0.6\" x2=\"1.7\" y2=\"0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.7\" y1=\"0.6\" x2=\"-1.7\" y2=\"0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-1.7\" y1=\"0.6\" x2=\"-1.7\" y2=\"-0.6\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"0.684\" y1=\"0.6\" x2=\"-0.684\" y2=\"0.6\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-0.684\" y1=\"-0.6\" x2=\"0.684\" y2=\"-0.6\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-1.5\" y=\"0\" dx=\"1.2\" dy=\"1.6\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.5\" y=\"0\" dx=\"1.2\" dy=\"1.6\" layer=\"1\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.2225\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"MINI_MELF-0207R\" urn=\"urn:adsk.eagle:footprint:25678/1\" library_version=\"11\">\n<description>&lt;b&gt;CECC Size RC6123&lt;/b&gt; Reflow Soldering&lt;p&gt;\nsource Beyschlag</description>\n<wire x1=\"-2.8\" y1=\"-1\" x2=\"2.8\" y2=\"-1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2.8\" y1=\"-1\" x2=\"2.8\" y2=\"1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2.8\" y1=\"1\" x2=\"-2.8\" y2=\"1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2.8\" y1=\"1\" x2=\"-2.8\" y2=\"-1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.2125\" y1=\"1\" x2=\"-1.2125\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.2125\" y1=\"-1\" x2=\"1.2125\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-2.25\" y=\"0\" dx=\"1.6\" dy=\"2.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.25\" y=\"0\" dx=\"1.6\" dy=\"2.5\" layer=\"1\"/>\n<text x=\"-2.2225\" y=\"1.5875\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.2225\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"MINI_MELF-0207W\" urn=\"urn:adsk.eagle:footprint:25679/1\" library_version=\"11\">\n<description>&lt;b&gt;CECC Size RC6123&lt;/b&gt; Wave Soldering&lt;p&gt;\nsource Beyschlag</description>\n<wire x1=\"-2.8\" y1=\"-1\" x2=\"2.8\" y2=\"-1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2.8\" y1=\"-1\" x2=\"2.8\" y2=\"1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2.8\" y1=\"1\" x2=\"-2.8\" y2=\"1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2.8\" y1=\"1\" x2=\"-2.8\" y2=\"-1\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.149\" y1=\"1\" x2=\"-1.149\" y2=\"1\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-1.149\" y1=\"-1\" x2=\"1.149\" y2=\"-1\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-2.6\" y=\"0\" dx=\"2.4\" dy=\"2.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.6\" y=\"0\" dx=\"2.4\" dy=\"2.5\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"1.5875\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-2.54\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"0922V\" urn=\"urn:adsk.eagle:footprint:23098/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype 0922, grid 7.5 mm</description>\n<wire x1=\"2.54\" y1=\"0\" x2=\"1.397\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-3.81\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<circle x=\"-5.08\" y=\"0\" radius=\"4.572\" width=\"0.1524\" layer=\"21\"/>\n<circle x=\"-5.08\" y=\"0\" radius=\"1.905\" width=\"0.1524\" layer=\"21\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"2.54\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-0.508\" y=\"1.6764\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-2.9972\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<text x=\"-6.858\" y=\"2.54\" size=\"1.016\" layer=\"21\" ratio=\"12\">0922</text>\n<rectangle x1=\"-3.81\" y1=\"-0.4064\" x2=\"1.3208\" y2=\"0.4064\" layer=\"21\"/>\n</package>\n<package name=\"RDH/15\" urn=\"urn:adsk.eagle:footprint:23099/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt;&lt;p&gt;\ntype RDH, grid 15 mm</description>\n<wire x1=\"-7.62\" y1=\"0\" x2=\"-6.858\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-6.096\" y1=\"3.048\" x2=\"-5.207\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.953\" y1=\"2.794\" x2=\"-5.207\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.096\" y1=\"-3.048\" x2=\"-5.207\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.953\" y1=\"-2.794\" x2=\"-5.207\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.953\" y1=\"2.794\" x2=\"5.207\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.953\" y1=\"2.794\" x2=\"-4.953\" y2=\"2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.953\" y1=\"-2.794\" x2=\"5.207\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.953\" y1=\"-2.794\" x2=\"-4.953\" y2=\"-2.794\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"3.048\" x2=\"5.207\" y2=\"3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.096\" y1=\"-3.048\" x2=\"5.207\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.477\" y1=\"-2.667\" x2=\"-6.477\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.477\" y1=\"1.016\" x2=\"-6.477\" y2=\"-1.016\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"-6.477\" y1=\"1.016\" x2=\"-6.477\" y2=\"2.667\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.477\" y1=\"-2.667\" x2=\"6.477\" y2=\"-1.016\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.477\" y1=\"1.016\" x2=\"6.477\" y2=\"-1.016\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"6.477\" y1=\"1.016\" x2=\"6.477\" y2=\"2.667\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.858\" y1=\"0\" x2=\"7.62\" y2=\"0\" width=\"0.8128\" layer=\"51\"/>\n<wire x1=\"-6.477\" y1=\"2.667\" x2=\"-6.096\" y2=\"3.048\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"6.096\" y1=\"3.048\" x2=\"6.477\" y2=\"2.667\" width=\"0.1524\" layer=\"21\" curve=\"-90\"/>\n<wire x1=\"-6.477\" y1=\"-2.667\" x2=\"-6.096\" y2=\"-3.048\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<wire x1=\"6.096\" y1=\"-3.048\" x2=\"6.477\" y2=\"-2.667\" width=\"0.1524\" layer=\"21\" curve=\"90\"/>\n<pad name=\"1\" x=\"-7.62\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"7.62\" y=\"0\" drill=\"1.016\" shape=\"octagon\"/>\n<text x=\"-6.35\" y=\"3.4544\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-4.318\" y=\"-0.5842\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<text x=\"4.572\" y=\"-1.7272\" size=\"1.27\" layer=\"51\" ratio=\"10\" rot=\"R90\">RDH</text>\n<rectangle x1=\"-6.7564\" y1=\"-0.4064\" x2=\"-6.4516\" y2=\"0.4064\" layer=\"51\"/>\n<rectangle x1=\"6.4516\" y1=\"-0.4064\" x2=\"6.7564\" y2=\"0.4064\" layer=\"51\"/>\n</package>\n<package name=\"MINI_MELF-0102AX\" urn=\"urn:adsk.eagle:footprint:23100/1\" library_version=\"11\">\n<description>&lt;b&gt;Mini MELF 0102 Axial&lt;/b&gt;</description>\n<circle x=\"0\" y=\"0\" radius=\"0.6\" width=\"0\" layer=\"51\"/>\n<circle x=\"0\" y=\"0\" radius=\"0.6\" width=\"0\" layer=\"52\"/>\n<smd name=\"1\" x=\"0\" y=\"0\" dx=\"1.9\" dy=\"1.9\" layer=\"1\" roundness=\"100\"/>\n<smd name=\"2\" x=\"0\" y=\"0\" dx=\"1.9\" dy=\"1.9\" layer=\"16\" roundness=\"100\"/>\n<text x=\"-1.27\" y=\"0.9525\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-2.2225\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<hole x=\"0\" y=\"0\" drill=\"1.3\"/>\n</package>\n<package name=\"R0201\" urn=\"urn:adsk.eagle:footprint:25683/1\" library_version=\"11\">\n<description>&lt;b&gt;RESISTOR&lt;/b&gt; chip&lt;p&gt;\nSource: http://www.vishay.com/docs/20008/dcrcw.pdf</description>\n<smd name=\"1\" x=\"-0.255\" y=\"0\" dx=\"0.28\" dy=\"0.43\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.255\" y=\"0\" dx=\"0.28\" dy=\"0.43\" layer=\"1\"/>\n<text x=\"-0.635\" y=\"0.635\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.3\" y1=\"-0.15\" x2=\"-0.15\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"0.15\" y1=\"-0.15\" x2=\"0.3\" y2=\"0.15\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"-0.15\" x2=\"0.15\" y2=\"0.15\" layer=\"21\"/>\n</package>\n<package name=\"VTA52\" urn=\"urn:adsk.eagle:footprint:25684/1\" library_version=\"11\">\n<description>&lt;b&gt;Bulk Metal® Foil Technology&lt;/b&gt;, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements&lt;p&gt;\nMIL SIZE RBR52&lt;br&gt;\nSource: VISHAY .. vta56.pdf</description>\n<wire x1=\"-15.24\" y1=\"0\" x2=\"-13.97\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"12.6225\" y1=\"0.025\" x2=\"12.6225\" y2=\"4.725\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"12.6225\" y1=\"4.725\" x2=\"-12.6225\" y2=\"4.725\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-12.6225\" y1=\"4.725\" x2=\"-12.6225\" y2=\"0.025\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-12.6225\" y1=\"0.025\" x2=\"-12.6225\" y2=\"-4.65\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-12.6225\" y1=\"-4.65\" x2=\"12.6225\" y2=\"-4.65\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"12.6225\" y1=\"-4.65\" x2=\"12.6225\" y2=\"0.025\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"13.97\" y1=\"0\" x2=\"15.24\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-15.24\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"15.24\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<text x=\"-3.81\" y=\"5.08\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-13.97\" y1=\"-0.3048\" x2=\"-12.5675\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"12.5675\" y1=\"-0.3048\" x2=\"13.97\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"VTA53\" urn=\"urn:adsk.eagle:footprint:25685/1\" library_version=\"11\">\n<description>&lt;b&gt;Bulk Metal® Foil Technology&lt;/b&gt;, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements&lt;p&gt;\nMIL SIZE RBR53&lt;br&gt;\nSource: VISHAY .. vta56.pdf</description>\n<wire x1=\"-12.065\" y1=\"0\" x2=\"-10.795\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"9.8975\" y1=\"0\" x2=\"9.8975\" y2=\"4.7\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.8975\" y1=\"4.7\" x2=\"-9.8975\" y2=\"4.7\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.8975\" y1=\"4.7\" x2=\"-9.8975\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.8975\" y1=\"0\" x2=\"-9.8975\" y2=\"-4.675\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.8975\" y1=\"-4.675\" x2=\"9.8975\" y2=\"-4.675\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.8975\" y1=\"-4.675\" x2=\"9.8975\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"10.795\" y1=\"0\" x2=\"12.065\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-12.065\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"12.065\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<text x=\"-3.81\" y=\"5.08\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-10.795\" y1=\"-0.3048\" x2=\"-9.8425\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"9.8425\" y1=\"-0.3048\" x2=\"10.795\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"VTA54\" urn=\"urn:adsk.eagle:footprint:25686/1\" library_version=\"11\">\n<description>&lt;b&gt;Bulk Metal® Foil Technology&lt;/b&gt;, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements&lt;p&gt;\nMIL SIZE RBR54&lt;br&gt;\nSource: VISHAY .. vta56.pdf</description>\n<wire x1=\"-12.065\" y1=\"0\" x2=\"-10.795\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"9.8975\" y1=\"0\" x2=\"9.8975\" y2=\"3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.8975\" y1=\"3.3\" x2=\"-9.8975\" y2=\"3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.8975\" y1=\"3.3\" x2=\"-9.8975\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.8975\" y1=\"0\" x2=\"-9.8975\" y2=\"-3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-9.8975\" y1=\"-3.3\" x2=\"9.8975\" y2=\"-3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"9.8975\" y1=\"-3.3\" x2=\"9.8975\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"10.795\" y1=\"0\" x2=\"12.065\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-12.065\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"12.065\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<text x=\"-3.81\" y=\"3.81\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-10.795\" y1=\"-0.3048\" x2=\"-9.8425\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"9.8425\" y1=\"-0.3048\" x2=\"10.795\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"VTA55\" urn=\"urn:adsk.eagle:footprint:25687/1\" library_version=\"11\">\n<description>&lt;b&gt;Bulk Metal® Foil Technology&lt;/b&gt;, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements&lt;p&gt;\nMIL SIZE RBR55&lt;br&gt;\nSource: VISHAY .. vta56.pdf</description>\n<wire x1=\"-8.255\" y1=\"0\" x2=\"-6.985\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"6.405\" y1=\"0\" x2=\"6.405\" y2=\"3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.405\" y1=\"3.3\" x2=\"-6.405\" y2=\"3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.405\" y1=\"3.3\" x2=\"-6.405\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.405\" y1=\"0\" x2=\"-6.405\" y2=\"-3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-6.405\" y1=\"-3.3\" x2=\"6.405\" y2=\"-3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.405\" y1=\"-3.3\" x2=\"6.405\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"6.985\" y1=\"0\" x2=\"8.255\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-8.255\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"8.255\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<text x=\"-3.81\" y=\"3.81\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-6.985\" y1=\"-0.3048\" x2=\"-6.35\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"6.35\" y1=\"-0.3048\" x2=\"6.985\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"VTA56\" urn=\"urn:adsk.eagle:footprint:25688/1\" library_version=\"11\">\n<description>&lt;b&gt;Bulk Metal® Foil Technology&lt;/b&gt;, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements&lt;p&gt;\nMIL SIZE RBR56&lt;br&gt;\nSource: VISHAY .. vta56.pdf</description>\n<wire x1=\"-6.35\" y1=\"0\" x2=\"-5.08\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"4.5\" y1=\"0\" x2=\"4.5\" y2=\"3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.5\" y1=\"3.3\" x2=\"-4.5\" y2=\"3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.5\" y1=\"3.3\" x2=\"-4.5\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.5\" y1=\"0\" x2=\"-4.5\" y2=\"-3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.5\" y1=\"-3.3\" x2=\"4.5\" y2=\"-3.3\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.5\" y1=\"-3.3\" x2=\"4.5\" y2=\"0\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.08\" y1=\"0\" x2=\"6.35\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-6.35\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"6.35\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<text x=\"-3.81\" y=\"3.81\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-5.08\" y1=\"-0.3048\" x2=\"-4.445\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"4.445\" y1=\"-0.3048\" x2=\"5.08\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"VMTA55\" urn=\"urn:adsk.eagle:footprint:25689/1\" library_version=\"11\">\n<description>&lt;b&gt;Bulk Metal® Foil Technology&lt;/b&gt;, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements&lt;p&gt;\nMIL SIZE RNC55&lt;br&gt;\nSource: VISHAY .. vta56.pdf</description>\n<wire x1=\"-5.08\" y1=\"0\" x2=\"-4.26\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"3.3375\" y1=\"-1.45\" x2=\"3.3375\" y2=\"1.45\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"3.3375\" y1=\"1.45\" x2=\"-3.3625\" y2=\"1.45\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.3625\" y1=\"1.45\" x2=\"-3.3625\" y2=\"-1.45\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-3.3625\" y1=\"-1.45\" x2=\"3.3375\" y2=\"-1.45\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.235\" y1=\"0\" x2=\"5.08\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-5.08\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"5.08\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<text x=\"-3.175\" y=\"1.905\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-3.175\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-4.26\" y1=\"-0.3048\" x2=\"-3.3075\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"3.2825\" y1=\"-0.3048\" x2=\"4.235\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"VMTB60\" urn=\"urn:adsk.eagle:footprint:25690/1\" library_version=\"11\">\n<description>&lt;b&gt;Bulk Metal® Foil Technology&lt;/b&gt;, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements&lt;p&gt;\nMIL SIZE RNC60&lt;br&gt;\nSource: VISHAY .. vta56.pdf</description>\n<wire x1=\"-6.35\" y1=\"0\" x2=\"-5.585\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<wire x1=\"4.6875\" y1=\"-1.95\" x2=\"4.6875\" y2=\"1.95\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"4.6875\" y1=\"1.95\" x2=\"-4.6875\" y2=\"1.95\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.6875\" y1=\"1.95\" x2=\"-4.6875\" y2=\"-1.95\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"-4.6875\" y1=\"-1.95\" x2=\"4.6875\" y2=\"-1.95\" width=\"0.1524\" layer=\"21\"/>\n<wire x1=\"5.585\" y1=\"0\" x2=\"6.35\" y2=\"0\" width=\"0.6096\" layer=\"51\"/>\n<pad name=\"1\" x=\"-6.35\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<pad name=\"2\" x=\"6.35\" y=\"0\" drill=\"1.1\" shape=\"octagon\"/>\n<text x=\"-4.445\" y=\"2.54\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-4.445\" y=\"-0.635\" size=\"1.27\" layer=\"27\" ratio=\"10\">&gt;VALUE</text>\n<rectangle x1=\"-5.585\" y1=\"-0.3048\" x2=\"-4.6325\" y2=\"0.3048\" layer=\"21\"/>\n<rectangle x1=\"4.6325\" y1=\"-0.3048\" x2=\"5.585\" y2=\"0.3048\" layer=\"21\"/>\n</package>\n<package name=\"R4527\" urn=\"urn:adsk.eagle:footprint:13246/1\" library_version=\"11\">\n<description>&lt;b&gt;Package 4527&lt;/b&gt;&lt;p&gt;\nSource: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>\n<wire x1=\"-5.675\" y1=\"-3.375\" x2=\"5.65\" y2=\"-3.375\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"5.65\" y1=\"-3.375\" x2=\"5.65\" y2=\"3.375\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"5.65\" y1=\"3.375\" x2=\"-5.675\" y2=\"3.375\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-5.675\" y1=\"3.375\" x2=\"-5.675\" y2=\"-3.375\" width=\"0.2032\" layer=\"51\"/>\n<smd name=\"1\" x=\"-4.575\" y=\"0\" dx=\"3.94\" dy=\"5.84\" layer=\"1\"/>\n<smd name=\"2\" x=\"4.575\" y=\"0\" dx=\"3.94\" dy=\"5.84\" layer=\"1\"/>\n<text x=\"-5.715\" y=\"3.81\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-5.715\" y=\"-5.08\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"WSC0001\" urn=\"urn:adsk.eagle:footprint:25692/1\" library_version=\"11\">\n<description>&lt;b&gt;Wirewound Resistors, Precision Power&lt;/b&gt;&lt;p&gt;\nSource: VISHAY wscwsn.pdf</description>\n<wire x1=\"-3.075\" y1=\"1.8\" x2=\"-3.075\" y2=\"-1.8\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.075\" y1=\"-1.8\" x2=\"3.075\" y2=\"-1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.075\" y1=\"-1.8\" x2=\"3.075\" y2=\"1.8\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"3.075\" y1=\"1.8\" x2=\"-3.075\" y2=\"1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-3.075\" y1=\"1.8\" x2=\"-3.075\" y2=\"1.606\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-3.075\" y1=\"-1.606\" x2=\"-3.075\" y2=\"-1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.075\" y1=\"1.606\" x2=\"3.075\" y2=\"1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.075\" y1=\"-1.8\" x2=\"3.075\" y2=\"-1.606\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-2.675\" y=\"0\" dx=\"2.29\" dy=\"2.92\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.675\" y=\"0\" dx=\"2.29\" dy=\"2.92\" layer=\"1\"/>\n<text x=\"-2.544\" y=\"2.229\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.544\" y=\"-3.501\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"WSC0002\" urn=\"urn:adsk.eagle:footprint:25693/1\" library_version=\"11\">\n<description>&lt;b&gt;Wirewound Resistors, Precision Power&lt;/b&gt;&lt;p&gt;\nSource: VISHAY wscwsn.pdf</description>\n<wire x1=\"-5.55\" y1=\"3.375\" x2=\"-5.55\" y2=\"-3.375\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-5.55\" y1=\"-3.375\" x2=\"5.55\" y2=\"-3.375\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"5.55\" y1=\"-3.375\" x2=\"5.55\" y2=\"3.375\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"5.55\" y1=\"3.375\" x2=\"-5.55\" y2=\"3.375\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-4.575\" y=\"0.025\" dx=\"3.94\" dy=\"5.84\" layer=\"1\"/>\n<smd name=\"2\" x=\"4.575\" y=\"0\" dx=\"3.94\" dy=\"5.84\" layer=\"1\"/>\n<text x=\"-5.65\" y=\"3.9\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-5.65\" y=\"-5.15\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"WSC01/2\" urn=\"urn:adsk.eagle:footprint:25694/1\" library_version=\"11\">\n<description>&lt;b&gt;Wirewound Resistors, Precision Power&lt;/b&gt;&lt;p&gt;\nSource: VISHAY wscwsn.pdf</description>\n<wire x1=\"-2.45\" y1=\"1.475\" x2=\"-2.45\" y2=\"-1.475\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-2.45\" y1=\"-1.475\" x2=\"2.45\" y2=\"-1.475\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.45\" y1=\"-1.475\" x2=\"2.45\" y2=\"1.475\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"2.45\" y1=\"1.475\" x2=\"-2.45\" y2=\"1.475\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.45\" y1=\"1.475\" x2=\"-2.45\" y2=\"1.106\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-2.45\" y1=\"-1.106\" x2=\"-2.45\" y2=\"-1.475\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.45\" y1=\"1.106\" x2=\"2.45\" y2=\"1.475\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"2.45\" y1=\"-1.475\" x2=\"2.45\" y2=\"-1.106\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-2.1\" y=\"0\" dx=\"2.16\" dy=\"1.78\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.1\" y=\"0\" dx=\"2.16\" dy=\"1.78\" layer=\"1\"/>\n<text x=\"-2.544\" y=\"1.904\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.544\" y=\"-3.176\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"WSC2515\" urn=\"urn:adsk.eagle:footprint:25695/1\" library_version=\"11\">\n<description>&lt;b&gt;Wirewound Resistors, Precision Power&lt;/b&gt;&lt;p&gt;\nSource: VISHAY wscwsn.pdf</description>\n<wire x1=\"-3.075\" y1=\"1.8\" x2=\"-3.075\" y2=\"-1.8\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-3.075\" y1=\"-1.8\" x2=\"3.05\" y2=\"-1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.05\" y1=\"-1.8\" x2=\"3.05\" y2=\"1.8\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"3.05\" y1=\"1.8\" x2=\"-3.075\" y2=\"1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-3.075\" y1=\"1.8\" x2=\"-3.075\" y2=\"1.606\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"-3.075\" y1=\"-1.606\" x2=\"-3.075\" y2=\"-1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.05\" y1=\"1.606\" x2=\"3.05\" y2=\"1.8\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"3.05\" y1=\"-1.8\" x2=\"3.05\" y2=\"-1.606\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-2.675\" y=\"0\" dx=\"2.29\" dy=\"2.92\" layer=\"1\"/>\n<smd name=\"2\" x=\"2.675\" y=\"0\" dx=\"2.29\" dy=\"2.92\" layer=\"1\"/>\n<text x=\"-3.2\" y=\"2.15\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-3.2\" y=\"-3.4\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"WSC4527\" urn=\"urn:adsk.eagle:footprint:25696/1\" library_version=\"11\">\n<description>&lt;b&gt;Wirewound Resistors, Precision Power&lt;/b&gt;&lt;p&gt;\nSource: VISHAY wscwsn.pdf</description>\n<wire x1=\"-5.675\" y1=\"3.4\" x2=\"-5.675\" y2=\"-3.375\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-5.675\" y1=\"-3.375\" x2=\"5.675\" y2=\"-3.375\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"5.675\" y1=\"-3.375\" x2=\"5.675\" y2=\"3.4\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"5.675\" y1=\"3.4\" x2=\"-5.675\" y2=\"3.4\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-4.575\" y=\"0.025\" dx=\"3.94\" dy=\"5.84\" layer=\"1\"/>\n<smd name=\"2\" x=\"4.575\" y=\"0\" dx=\"3.94\" dy=\"5.84\" layer=\"1\"/>\n<text x=\"-5.775\" y=\"3.925\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-5.775\" y=\"-5.15\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"WSC6927\" urn=\"urn:adsk.eagle:footprint:25697/1\" library_version=\"11\">\n<description>&lt;b&gt;Wirewound Resistors, Precision Power&lt;/b&gt;&lt;p&gt;\nSource: VISHAY wscwsn.pdf</description>\n<wire x1=\"-8.65\" y1=\"3.375\" x2=\"-8.65\" y2=\"-3.375\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-8.65\" y1=\"-3.375\" x2=\"8.65\" y2=\"-3.375\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"8.65\" y1=\"-3.375\" x2=\"8.65\" y2=\"3.375\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"8.65\" y1=\"3.375\" x2=\"-8.65\" y2=\"3.375\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-7.95\" y=\"0.025\" dx=\"3.94\" dy=\"5.97\" layer=\"1\"/>\n<smd name=\"2\" x=\"7.95\" y=\"0\" dx=\"3.94\" dy=\"5.97\" layer=\"1\"/>\n<text x=\"-8.75\" y=\"3.9\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-8.75\" y=\"-5.15\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n</package>\n<package name=\"R1218\" urn=\"urn:adsk.eagle:footprint:25698/1\" library_version=\"11\">\n<description>&lt;b&gt;CRCW1218 Thick Film, Rectangular Chip Resistors&lt;/b&gt;&lt;p&gt;\nSource: http://www.vishay.com .. dcrcw.pdf</description>\n<wire x1=\"-0.913\" y1=\"-2.219\" x2=\"0.939\" y2=\"-2.219\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.913\" y1=\"2.219\" x2=\"-0.939\" y2=\"2.219\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"1\" x=\"-1.475\" y=\"0\" dx=\"1.05\" dy=\"4.9\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.475\" y=\"0\" dx=\"1.05\" dy=\"4.9\" layer=\"1\"/>\n<text x=\"-2.54\" y=\"2.54\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-2.54\" y=\"-3.81\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.651\" y1=\"-2.3\" x2=\"-0.9009\" y2=\"2.3\" layer=\"51\"/>\n<rectangle x1=\"0.9144\" y1=\"-2.3\" x2=\"1.6645\" y2=\"2.3\" layer=\"51\"/>\n</package>\n<package name=\"1812X7R\" urn=\"urn:adsk.eagle:footprint:25699/1\" library_version=\"11\">\n<description>&lt;b&gt;Chip Monolithic Ceramic Capacitors&lt;/b&gt; Medium Voltage High Capacitance for General Use&lt;p&gt;\nSource: http://www.murata.com .. GRM43DR72E224KW01.pdf</description>\n<wire x1=\"-1.1\" y1=\"1.5\" x2=\"1.1\" y2=\"1.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"1.1\" y1=\"-1.5\" x2=\"-1.1\" y2=\"-1.5\" width=\"0.2032\" layer=\"51\"/>\n<wire x1=\"-0.6\" y1=\"1.5\" x2=\"0.6\" y2=\"1.5\" width=\"0.2032\" layer=\"21\"/>\n<wire x1=\"0.6\" y1=\"-1.5\" x2=\"-0.6\" y2=\"-1.5\" width=\"0.2032\" layer=\"21\"/>\n<smd name=\"1\" x=\"-1.425\" y=\"0\" dx=\"0.8\" dy=\"3.5\" layer=\"1\"/>\n<smd name=\"2\" x=\"1.425\" y=\"0\" dx=\"0.8\" dy=\"3.5\" layer=\"1\" rot=\"R180\"/>\n<text x=\"-1.9456\" y=\"1.9958\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.9456\" y=\"-3.7738\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-1.4\" y1=\"-1.6\" x2=\"-1.1\" y2=\"1.6\" layer=\"51\"/>\n<rectangle x1=\"1.1\" y1=\"-1.6\" x2=\"1.4\" y2=\"1.6\" layer=\"51\" rot=\"R180\"/>\n</package>\n<package name=\"PRL1632\" urn=\"urn:adsk.eagle:footprint:25700/1\" library_version=\"11\">\n<description>&lt;b&gt;PRL1632 are realized as 1W for 3.2 × 1.6mm(1206)&lt;/b&gt;&lt;p&gt;\nSource: http://www.mouser.com/ds/2/392/products_18-2245.pdf</description>\n<wire x1=\"0.7275\" y1=\"-1.5228\" x2=\"-0.7277\" y2=\"-1.5228\" width=\"0.1524\" layer=\"51\"/>\n<wire x1=\"0.7275\" y1=\"1.5228\" x2=\"-0.7152\" y2=\"1.5228\" width=\"0.1524\" layer=\"51\"/>\n<smd name=\"2\" x=\"0.822\" y=\"0\" dx=\"1\" dy=\"3.2\" layer=\"1\"/>\n<smd name=\"1\" x=\"-0.822\" y=\"0\" dx=\"1\" dy=\"3.2\" layer=\"1\"/>\n<text x=\"-1.4\" y=\"1.8\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.4\" y=\"-3\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.8\" y1=\"-1.6\" x2=\"-0.4\" y2=\"1.6\" layer=\"51\"/>\n<rectangle x1=\"0.4\" y1=\"-1.6\" x2=\"0.8\" y2=\"1.6\" layer=\"51\"/>\n</package>\n<package name=\"R01005\" urn=\"urn:adsk.eagle:footprint:25701/1\" library_version=\"11\">\n<smd name=\"1\" x=\"-0.1625\" y=\"0\" dx=\"0.2\" dy=\"0.25\" layer=\"1\"/>\n<smd name=\"2\" x=\"0.1625\" y=\"0\" dx=\"0.2\" dy=\"0.25\" layer=\"1\"/>\n<text x=\"-0.4\" y=\"0.3\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.4\" y=\"-1.6\" size=\"1.27\" layer=\"27\">&gt;VALUE</text>\n<rectangle x1=\"-0.2\" y1=\"-0.1\" x2=\"-0.075\" y2=\"0.1\" layer=\"51\"/>\n<rectangle x1=\"0.075\" y1=\"-0.1\" x2=\"0.2\" y2=\"0.1\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"0.05\" x2=\"0.15\" y2=\"0.1\" layer=\"51\"/>\n<rectangle x1=\"-0.15\" y1=\"-0.1\" x2=\"0.15\" y2=\"-0.05\" layer=\"51\"/>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"CAPC1005X60\" urn=\"urn:adsk.eagle:package:23626/2\" type=\"model\" library_version=\"11\">\n<description>Chip, 1.00 X 0.50 X 0.60 mm body\n&lt;p&gt;Chip package with body size 1.00 X 0.50 X 0.60 mm&lt;/p&gt;</description>\n<packageinstances>\n<packageinstance name=\"C0402\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C0504\" urn=\"urn:adsk.eagle:package:23624/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C0504\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C0603\" urn=\"urn:adsk.eagle:package:23616/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C0603\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C0805\" urn=\"urn:adsk.eagle:package:23617/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C0805\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1206\" urn=\"urn:adsk.eagle:package:23618/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C1206\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1210\" urn=\"urn:adsk.eagle:package:23619/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C1210\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1310\" urn=\"urn:adsk.eagle:package:23620/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C1310\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1608\" urn=\"urn:adsk.eagle:package:23621/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C1608\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1812\" urn=\"urn:adsk.eagle:package:23622/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C1812\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1825\" urn=\"urn:adsk.eagle:package:23623/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C1825\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C2012\" urn=\"urn:adsk.eagle:package:23625/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C2012\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C3216\" urn=\"urn:adsk.eagle:package:23628/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C3216\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C3225\" urn=\"urn:adsk.eagle:package:23655/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C3225\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C4532\" urn=\"urn:adsk.eagle:package:23627/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C4532\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C4564\" urn=\"urn:adsk.eagle:package:23648/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C4564\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025-024X044\" urn=\"urn:adsk.eagle:package:23630/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 mm, outline 2.4 x 4.4 mm</description>\n<packageinstances>\n<packageinstance name=\"C025-024X044\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025-025X050\" urn=\"urn:adsk.eagle:package:23629/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 mm, outline 2.5 x 5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025-025X050\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025-030X050\" urn=\"urn:adsk.eagle:package:23631/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 mm, outline 3 x 5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025-030X050\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025-040X050\" urn=\"urn:adsk.eagle:package:23634/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 mm, outline 4 x 5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025-040X050\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025-050X050\" urn=\"urn:adsk.eagle:package:23633/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 mm, outline 5 x 5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025-050X050\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025-060X050\" urn=\"urn:adsk.eagle:package:23632/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 mm, outline 6 x 5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025-060X050\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025_050-024X070\" urn=\"urn:adsk.eagle:package:23639/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 mm + 5 mm, outline 2.4 x 7 mm</description>\n<packageinstances>\n<packageinstance name=\"C025_050-024X070\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025_050-025X075\" urn=\"urn:adsk.eagle:package:23641/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 + 5 mm, outline 2.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025_050-025X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025_050-035X075\" urn=\"urn:adsk.eagle:package:23651/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 + 5 mm, outline 3.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025_050-035X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025_050-045X075\" urn=\"urn:adsk.eagle:package:23635/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 + 5 mm, outline 4.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025_050-045X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C025_050-055X075\" urn=\"urn:adsk.eagle:package:23636/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 2.5 + 5 mm, outline 5.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C025_050-055X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-024X044\" urn=\"urn:adsk.eagle:package:23643/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 2.4 x 4.4 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-024X044\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-025X075\" urn=\"urn:adsk.eagle:package:23637/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 2.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-025X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-045X075\" urn=\"urn:adsk.eagle:package:23638/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 4.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-045X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-030X075\" urn=\"urn:adsk.eagle:package:23640/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 3 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-030X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-050X075\" urn=\"urn:adsk.eagle:package:23665/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-050X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-055X075\" urn=\"urn:adsk.eagle:package:23642/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 5.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-055X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-075X075\" urn=\"urn:adsk.eagle:package:23645/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 7.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-075X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050H075X075\" urn=\"urn:adsk.eagle:package:23644/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\nHorizontal, grid 5 mm, outline 7.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050H075X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C075-032X103\" urn=\"urn:adsk.eagle:package:23646/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 7.5 mm, outline 3.2 x 10.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C075-032X103\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C075-042X103\" urn=\"urn:adsk.eagle:package:23656/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 7.5 mm, outline 4.2 x 10.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C075-042X103\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C075-052X106\" urn=\"urn:adsk.eagle:package:23650/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 7.5 mm, outline 5.2 x 10.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C075-052X106\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C102-043X133\" urn=\"urn:adsk.eagle:package:23647/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 10.2 mm, outline 4.3 x 13.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C102-043X133\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C102-054X133\" urn=\"urn:adsk.eagle:package:23649/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 10.2 mm, outline 5.4 x 13.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C102-054X133\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C102-064X133\" urn=\"urn:adsk.eagle:package:23653/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 10.2 mm, outline 6.4 x 13.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C102-064X133\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C102_152-062X184\" urn=\"urn:adsk.eagle:package:23652/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm</description>\n<packageinstances>\n<packageinstance name=\"C102_152-062X184\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C150-054X183\" urn=\"urn:adsk.eagle:package:23669/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 15 mm, outline 5.4 x 18.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C150-054X183\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C150-064X183\" urn=\"urn:adsk.eagle:package:23654/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 15 mm, outline 6.4 x 18.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C150-064X183\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C150-072X183\" urn=\"urn:adsk.eagle:package:23657/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 15 mm, outline 7.2 x 18.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C150-072X183\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C150-084X183\" urn=\"urn:adsk.eagle:package:23658/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 15 mm, outline 8.4 x 18.3 mm</description>\n<packageinstances>\n<packageinstance name=\"C150-084X183\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C150-091X182\" urn=\"urn:adsk.eagle:package:23659/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 15 mm, outline 9.1 x 18.2 mm</description>\n<packageinstances>\n<packageinstance name=\"C150-091X182\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C225-062X268\" urn=\"urn:adsk.eagle:package:23661/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 22.5 mm, outline 6.2 x 26.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C225-062X268\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C225-074X268\" urn=\"urn:adsk.eagle:package:23660/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 22.5 mm, outline 7.4 x 26.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C225-074X268\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C225-087X268\" urn=\"urn:adsk.eagle:package:23662/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 22.5 mm, outline 8.7 x 26.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C225-087X268\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C225-108X268\" urn=\"urn:adsk.eagle:package:23663/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 22.5 mm, outline 10.8 x 26.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C225-108X268\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C225-113X268\" urn=\"urn:adsk.eagle:package:23667/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 22.5 mm, outline 11.3 x 26.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C225-113X268\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C275-093X316\" urn=\"urn:adsk.eagle:package:23701/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 27.5 mm, outline 9.3 x 31.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C275-093X316\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C275-113X316\" urn=\"urn:adsk.eagle:package:23673/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 27.5 mm, outline 11.3 x 31.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C275-113X316\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C275-134X316\" urn=\"urn:adsk.eagle:package:23664/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 27.5 mm, outline 13.4 x 31.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C275-134X316\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C275-205X316\" urn=\"urn:adsk.eagle:package:23666/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 27.5 mm, outline 20.5 x 31.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C275-205X316\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C325-137X374\" urn=\"urn:adsk.eagle:package:23672/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 32.5 mm, outline 13.7 x 37.4 mm</description>\n<packageinstances>\n<packageinstance name=\"C325-137X374\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C325-162X374\" urn=\"urn:adsk.eagle:package:23670/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 32.5 mm, outline 16.2 x 37.4 mm</description>\n<packageinstances>\n<packageinstance name=\"C325-162X374\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C325-182X374\" urn=\"urn:adsk.eagle:package:23668/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 32.5 mm, outline 18.2 x 37.4 mm</description>\n<packageinstances>\n<packageinstance name=\"C325-182X374\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C375-192X418\" urn=\"urn:adsk.eagle:package:23674/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 37.5 mm, outline 19.2 x 41.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C375-192X418\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C375-203X418\" urn=\"urn:adsk.eagle:package:23671/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 37.5 mm, outline 20.3 x 41.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C375-203X418\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C050-035X075\" urn=\"urn:adsk.eagle:package:23677/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 5 mm, outline 3.5 x 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"C050-035X075\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C375-155X418\" urn=\"urn:adsk.eagle:package:23675/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 37.5 mm, outline 15.5 x 41.8 mm</description>\n<packageinstances>\n<packageinstance name=\"C375-155X418\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C075-063X106\" urn=\"urn:adsk.eagle:package:23678/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 7.5 mm, outline 6.3 x 10.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C075-063X106\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C275-154X316\" urn=\"urn:adsk.eagle:package:23685/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 27.5 mm, outline 15.4 x 31.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C275-154X316\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C275-173X316\" urn=\"urn:adsk.eagle:package:23676/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR\ngrid 27.5 mm, outline 17.3 x 31.6 mm</description>\n<packageinstances>\n<packageinstance name=\"C275-173X316\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C0402K\" urn=\"urn:adsk.eagle:package:23679/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 0204 reflow solder\nMetric Code Size 1005</description>\n<packageinstances>\n<packageinstance name=\"C0402K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C0603K\" urn=\"urn:adsk.eagle:package:23680/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 0603 reflow solder\nMetric Code Size 1608</description>\n<packageinstances>\n<packageinstance name=\"C0603K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C0805K\" urn=\"urn:adsk.eagle:package:23681/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 0805 reflow solder\nMetric Code Size 2012</description>\n<packageinstances>\n<packageinstance name=\"C0805K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1206K\" urn=\"urn:adsk.eagle:package:23682/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 1206 reflow solder\nMetric Code Size 3216</description>\n<packageinstances>\n<packageinstance name=\"C1206K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1210K\" urn=\"urn:adsk.eagle:package:23683/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 1210 reflow solder\nMetric Code Size 3225</description>\n<packageinstances>\n<packageinstance name=\"C1210K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1812K\" urn=\"urn:adsk.eagle:package:23686/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 1812 reflow solder\nMetric Code Size 4532</description>\n<packageinstances>\n<packageinstance name=\"C1812K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1825K\" urn=\"urn:adsk.eagle:package:23684/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 1825 reflow solder\nMetric Code Size 4564</description>\n<packageinstances>\n<packageinstance name=\"C1825K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C2220K\" urn=\"urn:adsk.eagle:package:23687/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 2220 reflow solderMetric Code Size 5650</description>\n<packageinstances>\n<packageinstance name=\"C2220K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C2225K\" urn=\"urn:adsk.eagle:package:23692/2\" type=\"model\" library_version=\"11\">\n<description>Ceramic Chip Capacitor KEMET 2225 reflow solderMetric Code Size 5664</description>\n<packageinstances>\n<packageinstance name=\"C2225K\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"HPC0201\" urn=\"urn:adsk.eagle:package:26213/1\" type=\"box\" library_version=\"11\">\n<description> \nSource: http://www.vishay.com/docs/10129/hpc0201a.pdf</description>\n<packageinstances>\n<packageinstance name=\"HPC0201\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C0201\" urn=\"urn:adsk.eagle:package:23690/2\" type=\"model\" library_version=\"11\">\n<description>Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf</description>\n<packageinstances>\n<packageinstance name=\"C0201\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C1808\" urn=\"urn:adsk.eagle:package:23689/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR\nSource: AVX .. aphvc.pdf</description>\n<packageinstances>\n<packageinstance name=\"C1808\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C3640\" urn=\"urn:adsk.eagle:package:23693/2\" type=\"model\" library_version=\"11\">\n<description>CAPACITOR\nSource: AVX .. aphvc.pdf</description>\n<packageinstances>\n<packageinstance name=\"C3640\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"C01005\" urn=\"urn:adsk.eagle:package:23691/1\" type=\"box\" library_version=\"11\">\n<description>CAPACITOR</description>\n<packageinstances>\n<packageinstance name=\"C01005\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R0402\" urn=\"urn:adsk.eagle:package:23547/3\" type=\"model\" library_version=\"11\">\n<description>Chip RESISTOR 0402 EIA (1005 Metric)</description>\n<packageinstances>\n<packageinstance name=\"R0402\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R0603\" urn=\"urn:adsk.eagle:package:23555/3\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R0603\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R0805\" urn=\"urn:adsk.eagle:package:23553/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R0805\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R0805W\" urn=\"urn:adsk.eagle:package:23537/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR wave soldering</description>\n<packageinstances>\n<packageinstance name=\"R0805W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R1206\" urn=\"urn:adsk.eagle:package:23540/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R1206\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R1206W\" urn=\"urn:adsk.eagle:package:23539/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R1206W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R1210\" urn=\"urn:adsk.eagle:package:23554/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R1210\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R1210W\" urn=\"urn:adsk.eagle:package:23541/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R1210W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R2010\" urn=\"urn:adsk.eagle:package:23551/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R2010\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R2010W\" urn=\"urn:adsk.eagle:package:23542/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R2010W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R2012\" urn=\"urn:adsk.eagle:package:23543/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R2012\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R2012W\" urn=\"urn:adsk.eagle:package:23544/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R2012W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R2512\" urn=\"urn:adsk.eagle:package:23545/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R2512\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R2512W\" urn=\"urn:adsk.eagle:package:23565/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R2512W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R3216\" urn=\"urn:adsk.eagle:package:23557/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R3216\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R3216W\" urn=\"urn:adsk.eagle:package:23548/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R3216W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R3225\" urn=\"urn:adsk.eagle:package:23549/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R3225\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R3225W\" urn=\"urn:adsk.eagle:package:23550/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R3225W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R5025\" urn=\"urn:adsk.eagle:package:23552/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR</description>\n<packageinstances>\n<packageinstance name=\"R5025\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R5025W\" urn=\"urn:adsk.eagle:package:23558/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nwave soldering</description>\n<packageinstances>\n<packageinstance name=\"R5025W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R6332\" urn=\"urn:adsk.eagle:package:23559/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nSource: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf</description>\n<packageinstances>\n<packageinstance name=\"R6332\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R6332W\" urn=\"urn:adsk.eagle:package:26078/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR wave soldering\nSource: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf</description>\n<packageinstances>\n<packageinstance name=\"R6332W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M0805\" urn=\"urn:adsk.eagle:package:23556/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.10 W</description>\n<packageinstances>\n<packageinstance name=\"M0805\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M1206\" urn=\"urn:adsk.eagle:package:23566/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.25 W</description>\n<packageinstances>\n<packageinstance name=\"M1206\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M1406\" urn=\"urn:adsk.eagle:package:23569/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.12 W</description>\n<packageinstances>\n<packageinstance name=\"M1406\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M2012\" urn=\"urn:adsk.eagle:package:23561/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.10 W</description>\n<packageinstances>\n<packageinstance name=\"M2012\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M2309\" urn=\"urn:adsk.eagle:package:23562/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.25 W</description>\n<packageinstances>\n<packageinstance name=\"M2309\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M3216\" urn=\"urn:adsk.eagle:package:23563/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.25 W</description>\n<packageinstances>\n<packageinstance name=\"M3216\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M3516\" urn=\"urn:adsk.eagle:package:23573/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.12 W</description>\n<packageinstances>\n<packageinstance name=\"M3516\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"M5923\" urn=\"urn:adsk.eagle:package:23564/3\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\nMELF 0.25 W</description>\n<packageinstances>\n<packageinstance name=\"M5923\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0204/5\" urn=\"urn:adsk.eagle:package:23488/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0204, grid 5 mm</description>\n<packageinstances>\n<packageinstance name=\"0204/5\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0204/7\" urn=\"urn:adsk.eagle:package:23498/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0204, grid 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0204/7\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0204V\" urn=\"urn:adsk.eagle:package:23495/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0204, grid 2.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0204V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0207/10\" urn=\"urn:adsk.eagle:package:23491/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0207, grid 10 mm</description>\n<packageinstances>\n<packageinstance name=\"0207/10\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0207/12\" urn=\"urn:adsk.eagle:package:23489/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0207, grid 12 mm</description>\n<packageinstances>\n<packageinstance name=\"0207/12\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0207/15\" urn=\"urn:adsk.eagle:package:23492/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0207, grid 15mm</description>\n<packageinstances>\n<packageinstance name=\"0207/15\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0207/2V\" urn=\"urn:adsk.eagle:package:23490/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0207, grid 2.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0207/2V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0207/5V\" urn=\"urn:adsk.eagle:package:23502/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0207, grid 5 mm</description>\n<packageinstances>\n<packageinstance name=\"0207/5V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0207/7\" urn=\"urn:adsk.eagle:package:23493/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0207, grid 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0207/7\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0309/10\" urn=\"urn:adsk.eagle:package:23567/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0309, grid 10mm</description>\n<packageinstances>\n<packageinstance name=\"0309/10\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0309/12\" urn=\"urn:adsk.eagle:package:23571/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0309, grid 12.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0309/12\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0309V\" urn=\"urn:adsk.eagle:package:23572/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0309, grid 2.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0309V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0411/12\" urn=\"urn:adsk.eagle:package:23578/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0411, grid 12.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0411/12\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0411/15\" urn=\"urn:adsk.eagle:package:23568/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0411, grid 15 mm</description>\n<packageinstances>\n<packageinstance name=\"0411/15\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0411V\" urn=\"urn:adsk.eagle:package:23570/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0411, grid 3.81 mm</description>\n<packageinstances>\n<packageinstance name=\"0411V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0414/15\" urn=\"urn:adsk.eagle:package:23579/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0414, grid 15 mm</description>\n<packageinstances>\n<packageinstance name=\"0414/15\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0414V\" urn=\"urn:adsk.eagle:package:23574/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0414, grid 5 mm</description>\n<packageinstances>\n<packageinstance name=\"0414V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0617/17\" urn=\"urn:adsk.eagle:package:23575/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0617, grid 17.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0617/17\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0617/22\" urn=\"urn:adsk.eagle:package:23577/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0617, grid 22.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0617/22\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0617V\" urn=\"urn:adsk.eagle:package:23576/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0617, grid 5 mm</description>\n<packageinstances>\n<packageinstance name=\"0617V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0922/22\" urn=\"urn:adsk.eagle:package:23580/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0922, grid 22.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0922/22\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P0613V\" urn=\"urn:adsk.eagle:package:23582/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0613, grid 5 mm</description>\n<packageinstances>\n<packageinstance name=\"P0613V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P0613/15\" urn=\"urn:adsk.eagle:package:23581/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype 0613, grid 15 mm</description>\n<packageinstances>\n<packageinstance name=\"P0613/15\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P0817/22\" urn=\"urn:adsk.eagle:package:23583/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0817, grid 22.5 mm</description>\n<packageinstances>\n<packageinstance name=\"P0817/22\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P0817V\" urn=\"urn:adsk.eagle:package:23608/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0817, grid 6.35 mm</description>\n<packageinstances>\n<packageinstance name=\"P0817V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"V234/12\" urn=\"urn:adsk.eagle:package:23592/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype V234, grid 12.5 mm</description>\n<packageinstances>\n<packageinstance name=\"V234/12\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"V235/17\" urn=\"urn:adsk.eagle:package:23586/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR\ntype V235, grid 17.78 mm</description>\n<packageinstances>\n<packageinstance name=\"V235/17\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"V526-0\" urn=\"urn:adsk.eagle:package:23590/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype V526-0, grid 2.5 mm</description>\n<packageinstances>\n<packageinstance name=\"V526-0\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"MINI_MELF-0102R\" urn=\"urn:adsk.eagle:package:23591/2\" type=\"model\" library_version=\"11\">\n<description>CECC Size RC2211 Reflow Soldering\nsource Beyschlag</description>\n<packageinstances>\n<packageinstance name=\"MINI_MELF-0102R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"MINI_MELF-0102W\" urn=\"urn:adsk.eagle:package:23588/2\" type=\"model\" library_version=\"11\">\n<description>CECC Size RC2211 Wave Soldering\nsource Beyschlag</description>\n<packageinstances>\n<packageinstance name=\"MINI_MELF-0102W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"MINI_MELF-0204R\" urn=\"urn:adsk.eagle:package:26109/2\" type=\"model\" library_version=\"11\">\n<description>CECC Size RC3715 Reflow Soldering\nsource Beyschlag</description>\n<packageinstances>\n<packageinstance name=\"MINI_MELF-0204R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"MINI_MELF-0204W\" urn=\"urn:adsk.eagle:package:26111/2\" type=\"model\" library_version=\"11\">\n<description>CECC Size RC3715 Wave Soldering\nsource Beyschlag</description>\n<packageinstances>\n<packageinstance name=\"MINI_MELF-0204W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"MINI_MELF-0207R\" urn=\"urn:adsk.eagle:package:26113/2\" type=\"model\" library_version=\"11\">\n<description>CECC Size RC6123 Reflow Soldering\nsource Beyschlag</description>\n<packageinstances>\n<packageinstance name=\"MINI_MELF-0207R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"MINI_MELF-0207W\" urn=\"urn:adsk.eagle:package:26112/2\" type=\"model\" library_version=\"11\">\n<description>CECC Size RC6123 Wave Soldering\nsource Beyschlag</description>\n<packageinstances>\n<packageinstance name=\"MINI_MELF-0207W\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"0922V\" urn=\"urn:adsk.eagle:package:23589/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype 0922, grid 7.5 mm</description>\n<packageinstances>\n<packageinstance name=\"0922V\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"RDH/15\" urn=\"urn:adsk.eagle:package:23595/1\" type=\"box\" library_version=\"11\">\n<description>RESISTOR\ntype RDH, grid 15 mm</description>\n<packageinstances>\n<packageinstance name=\"RDH/15\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"MINI_MELF-0102AX\" urn=\"urn:adsk.eagle:package:23594/1\" type=\"box\" library_version=\"11\">\n<description>Mini MELF 0102 Axial</description>\n<packageinstances>\n<packageinstance name=\"MINI_MELF-0102AX\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R0201\" urn=\"urn:adsk.eagle:package:26117/2\" type=\"model\" library_version=\"11\">\n<description>RESISTOR chip\nSource: http://www.vishay.com/docs/20008/dcrcw.pdf</description>\n<packageinstances>\n<packageinstance name=\"R0201\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"VTA52\" urn=\"urn:adsk.eagle:package:26116/2\" type=\"model\" library_version=\"11\">\n<description>Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements\nMIL SIZE RBR52\nSource: VISHAY .. vta56.pdf</description>\n<packageinstances>\n<packageinstance name=\"VTA52\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"VTA53\" urn=\"urn:adsk.eagle:package:26118/2\" type=\"model\" library_version=\"11\">\n<description>Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements\nMIL SIZE RBR53\nSource: VISHAY .. vta56.pdf</description>\n<packageinstances>\n<packageinstance name=\"VTA53\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"VTA54\" urn=\"urn:adsk.eagle:package:26119/2\" type=\"model\" library_version=\"11\">\n<description>Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements\nMIL SIZE RBR54\nSource: VISHAY .. vta56.pdf</description>\n<packageinstances>\n<packageinstance name=\"VTA54\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"VTA55\" urn=\"urn:adsk.eagle:package:26120/2\" type=\"model\" library_version=\"11\">\n<description>Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements\nMIL SIZE RBR55\nSource: VISHAY .. vta56.pdf</description>\n<packageinstances>\n<packageinstance name=\"VTA55\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"VTA56\" urn=\"urn:adsk.eagle:package:26129/3\" type=\"model\" library_version=\"11\">\n<description>Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements\nMIL SIZE RBR56\nSource: VISHAY .. vta56.pdf</description>\n<packageinstances>\n<packageinstance name=\"VTA56\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"VMTA55\" urn=\"urn:adsk.eagle:package:26121/2\" type=\"model\" library_version=\"11\">\n<description>Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements\nMIL SIZE RNC55\nSource: VISHAY .. vta56.pdf</description>\n<packageinstances>\n<packageinstance name=\"VMTA55\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"VMTB60\" urn=\"urn:adsk.eagle:package:26122/2\" type=\"model\" library_version=\"11\">\n<description>Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements\nMIL SIZE RNC60\nSource: VISHAY .. vta56.pdf</description>\n<packageinstances>\n<packageinstance name=\"VMTB60\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R4527\" urn=\"urn:adsk.eagle:package:13310/2\" type=\"model\" library_version=\"11\">\n<description>Package 4527\nSource: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>\n<packageinstances>\n<packageinstance name=\"R4527\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"WSC0001\" urn=\"urn:adsk.eagle:package:26123/2\" type=\"model\" library_version=\"11\">\n<description>Wirewound Resistors, Precision Power\nSource: VISHAY wscwsn.pdf</description>\n<packageinstances>\n<packageinstance name=\"WSC0001\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"WSC0002\" urn=\"urn:adsk.eagle:package:26125/2\" type=\"model\" library_version=\"11\">\n<description>Wirewound Resistors, Precision Power\nSource: VISHAY wscwsn.pdf</description>\n<packageinstances>\n<packageinstance name=\"WSC0002\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"WSC01/2\" urn=\"urn:adsk.eagle:package:26127/2\" type=\"model\" library_version=\"11\">\n<description>Wirewound Resistors, Precision Power\nSource: VISHAY wscwsn.pdf</description>\n<packageinstances>\n<packageinstance name=\"WSC01/2\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"WSC2515\" urn=\"urn:adsk.eagle:package:26134/2\" type=\"model\" library_version=\"11\">\n<description>Wirewound Resistors, Precision Power\nSource: VISHAY wscwsn.pdf</description>\n<packageinstances>\n<packageinstance name=\"WSC2515\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"WSC4527\" urn=\"urn:adsk.eagle:package:26126/2\" type=\"model\" library_version=\"11\">\n<description>Wirewound Resistors, Precision Power\nSource: VISHAY wscwsn.pdf</description>\n<packageinstances>\n<packageinstance name=\"WSC4527\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"WSC6927\" urn=\"urn:adsk.eagle:package:26128/2\" type=\"model\" library_version=\"11\">\n<description>Wirewound Resistors, Precision Power\nSource: VISHAY wscwsn.pdf</description>\n<packageinstances>\n<packageinstance name=\"WSC6927\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R1218\" urn=\"urn:adsk.eagle:package:26131/2\" type=\"model\" library_version=\"11\">\n<description>CRCW1218 Thick Film, Rectangular Chip Resistors\nSource: http://www.vishay.com .. dcrcw.pdf</description>\n<packageinstances>\n<packageinstance name=\"R1218\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"1812X7R\" urn=\"urn:adsk.eagle:package:26130/2\" type=\"model\" library_version=\"11\">\n<description>Chip Monolithic Ceramic Capacitors Medium Voltage High Capacitance for General Use\nSource: http://www.murata.com .. GRM43DR72E224KW01.pdf</description>\n<packageinstances>\n<packageinstance name=\"1812X7R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"PRL1632\" urn=\"urn:adsk.eagle:package:26132/2\" type=\"model\" library_version=\"11\">\n<description>PRL1632 are realized as 1W for 3.2 × 1.6mm(1206)\nSource: http://www.mouser.com/ds/2/392/products_18-2245.pdf</description>\n<packageinstances>\n<packageinstance name=\"PRL1632\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"R01005\" urn=\"urn:adsk.eagle:package:26133/2\" type=\"model\" library_version=\"11\">\n<description>Chip, 0.40 X 0.20 X 0.16 mm body\n&lt;p&gt;Chip package with body size 0.40 X 0.20 X 0.16 mm&lt;/p&gt;</description>\n<packageinstances>\n<packageinstance name=\"R01005\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n<symbols>\n<symbol name=\"C-EU\" urn=\"urn:adsk.eagle:symbol:23120/1\" library_version=\"11\">\n<wire x1=\"0\" y1=\"0\" x2=\"0\" y2=\"-0.508\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"-2.54\" x2=\"0\" y2=\"-2.032\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"1.524\" y=\"0.381\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"1.524\" y=\"-4.699\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<rectangle x1=\"-2.032\" y1=\"-2.032\" x2=\"2.032\" y2=\"-1.524\" layer=\"94\"/>\n<rectangle x1=\"-2.032\" y1=\"-1.016\" x2=\"2.032\" y2=\"-0.508\" layer=\"94\"/>\n<pin name=\"1\" x=\"0\" y=\"2.54\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R270\"/>\n<pin name=\"2\" x=\"0\" y=\"-5.08\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R90\"/>\n</symbol>\n<symbol name=\"R-EU\" urn=\"urn:adsk.eagle:symbol:23042/1\" library_version=\"11\">\n<wire x1=\"-2.54\" y1=\"-0.889\" x2=\"2.54\" y2=\"-0.889\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"0.889\" x2=\"-2.54\" y2=\"0.889\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"2.54\" y1=\"-0.889\" x2=\"2.54\" y2=\"0.889\" width=\"0.254\" layer=\"94\"/>\n<wire x1=\"-2.54\" y1=\"-0.889\" x2=\"-2.54\" y2=\"0.889\" width=\"0.254\" layer=\"94\"/>\n<text x=\"-3.81\" y=\"1.4986\" size=\"1.778\" layer=\"95\">&gt;NAME</text>\n<text x=\"-3.81\" y=\"-3.302\" size=\"1.778\" layer=\"96\">&gt;VALUE</text>\n<pin name=\"2\" x=\"5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\" rot=\"R180\"/>\n<pin name=\"1\" x=\"-5.08\" y=\"0\" visible=\"off\" length=\"short\" direction=\"pas\" swaplevel=\"1\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"C-EU\" urn=\"urn:adsk.eagle:component:23793/46\" prefix=\"C\" uservalue=\"yes\" library_version=\"11\">\n<description>&lt;B&gt;CAPACITOR&lt;/B&gt;, European symbol</description>\n<gates>\n<gate name=\"G$1\" symbol=\"C-EU\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"C0402\" package=\"C0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23626/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"18\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C0504\" package=\"C0504\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23624/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C0603\" package=\"C0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23616/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"73\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C0805\" package=\"C0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23617/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"88\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1206\" package=\"C1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23618/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"54\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1210\" package=\"C1210\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23619/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1310\" package=\"C1310\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23620/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1608\" package=\"C1608\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23621/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1812\" package=\"C1812\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23622/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1825\" package=\"C1825\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23623/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C2012\" package=\"C2012\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23625/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C3216\" package=\"C3216\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23628/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"4\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C3225\" package=\"C3225\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23655/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C4532\" package=\"C4532\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23627/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C4564\" package=\"C4564\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23648/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025-024X044\" package=\"C025-024X044\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23630/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"56\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025-025X050\" package=\"C025-025X050\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23629/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"65\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025-030X050\" package=\"C025-030X050\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23631/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"14\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025-040X050\" package=\"C025-040X050\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23634/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"4\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025-050X050\" package=\"C025-050X050\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23633/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"16\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025-060X050\" package=\"C025-060X050\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23632/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C025_050-024X070\" package=\"C025_050-024X070\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23639/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025_050-025X075\" package=\"C025_050-025X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23641/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025_050-035X075\" package=\"C025_050-035X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23651/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025_050-045X075\" package=\"C025_050-045X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23635/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"025_050-055X075\" package=\"C025_050-055X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23636/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-024X044\" package=\"C050-024X044\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23643/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"33\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-025X075\" package=\"C050-025X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23637/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"29\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-045X075\" package=\"C050-045X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23638/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-030X075\" package=\"C050-030X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23640/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"9\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-050X075\" package=\"C050-050X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23665/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-055X075\" package=\"C050-055X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23642/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-075X075\" package=\"C050-075X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23645/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050H075X075\" package=\"C050H075X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23644/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"075-032X103\" package=\"C075-032X103\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23646/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"075-042X103\" package=\"C075-042X103\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23656/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"075-052X106\" package=\"C075-052X106\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23650/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"4\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"102-043X133\" package=\"C102-043X133\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23647/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"102-054X133\" package=\"C102-054X133\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23649/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"102-064X133\" package=\"C102-064X133\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23653/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"102_152-062X184\" package=\"C102_152-062X184\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23652/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"150-054X183\" package=\"C150-054X183\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23669/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"150-064X183\" package=\"C150-064X183\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23654/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"150-072X183\" package=\"C150-072X183\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23657/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"150-084X183\" package=\"C150-084X183\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23658/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"150-091X182\" package=\"C150-091X182\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23659/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"225-062X268\" package=\"C225-062X268\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23661/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"225-074X268\" package=\"C225-074X268\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23660/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"225-087X268\" package=\"C225-087X268\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23662/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"225-108X268\" package=\"C225-108X268\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23663/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"225-113X268\" package=\"C225-113X268\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23667/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"275-093X316\" package=\"C275-093X316\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23701/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"275-113X316\" package=\"C275-113X316\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23673/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"275-134X316\" package=\"C275-134X316\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23664/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"275-205X316\" package=\"C275-205X316\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23666/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"325-137X374\" package=\"C325-137X374\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23672/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"325-162X374\" package=\"C325-162X374\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23670/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"325-182X374\" package=\"C325-182X374\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23668/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"375-192X418\" package=\"C375-192X418\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23674/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"375-203X418\" package=\"C375-203X418\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23671/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"050-035X075\" package=\"C050-035X075\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23677/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"375-155X418\" package=\"C375-155X418\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23675/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"075-063X106\" package=\"C075-063X106\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23678/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"275-154X316\" package=\"C275-154X316\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23685/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"275-173X316\" package=\"C275-173X316\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23676/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C0402K\" package=\"C0402K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23679/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"15\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C0603K\" package=\"C0603K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23680/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"30\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C0805K\" package=\"C0805K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23681/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"52\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1206K\" package=\"C1206K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23682/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"13\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1210K\" package=\"C1210K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23683/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1812K\" package=\"C1812K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23686/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1825K\" package=\"C1825K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23684/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C2220K\" package=\"C2220K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23687/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C2225K\" package=\"C2225K\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23692/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"HPC0201\" package=\"HPC0201\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26213/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C0201\" package=\"C0201\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23690/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C1808\" package=\"C1808\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23689/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"C3640\" package=\"C3640\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23693/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"01005\" package=\"C01005\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23691/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"C\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n<deviceset name=\"R-EU_\" urn=\"urn:adsk.eagle:component:23791/21\" prefix=\"R\" uservalue=\"yes\" library_version=\"11\">\n<description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>\n<gates>\n<gate name=\"G$1\" symbol=\"R-EU\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"R0402\" package=\"R0402\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23547/3\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R0603\" package=\"R0603\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23555/3\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"70\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R0805\" package=\"R0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23553/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"86\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R0805W\" package=\"R0805W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23537/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R1206\" package=\"R1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23540/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"41\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R1206W\" package=\"R1206W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23539/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R1210\" package=\"R1210\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23554/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R1210W\" package=\"R1210W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23541/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R2010\" package=\"R2010\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23551/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R2010W\" package=\"R2010W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23542/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R2012\" package=\"R2012\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23543/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R2012W\" package=\"R2012W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23544/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R2512\" package=\"R2512\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23545/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R2512W\" package=\"R2512W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23565/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R3216\" package=\"R3216\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23557/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R3216W\" package=\"R3216W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23548/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"5\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R3225\" package=\"R3225\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23549/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R3225W\" package=\"R3225W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23550/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R5025\" package=\"R5025\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23552/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R5025W\" package=\"R5025W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23558/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R6332\" package=\"R6332\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23559/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R6332W\" package=\"R6332W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26078/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M0805\" package=\"M0805\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23556/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"45\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M1206\" package=\"M1206\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23566/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"17\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M1406\" package=\"M1406\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23569/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M2012\" package=\"M2012\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23561/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M2309\" package=\"M2309\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23562/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M3216\" package=\"M3216\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23563/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M3516\" package=\"M3516\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23573/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"M5923\" package=\"M5923\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23564/3\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0204/5\" package=\"0204/5\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23488/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"35\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0204/7\" package=\"0204/7\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23498/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"79\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0204/2V\" package=\"0204V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23495/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"11\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0207/10\" package=\"0207/10\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23491/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"81\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0207/12\" package=\"0207/12\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23489/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"9\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0207/15\" package=\"0207/15\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23492/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0207/2V\" package=\"0207/2V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23490/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"17\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0207/5V\" package=\"0207/5V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23502/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"4\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0207/7\" package=\"0207/7\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23493/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"46\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0309/10\" package=\"0309/10\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23567/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0309/12\" package=\"0309/12\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23571/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"6\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0309/V\" package=\"0309V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23572/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0411/12\" package=\"0411/12\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23578/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"5\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0411/15\" package=\"0411/15\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23568/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0411/3V\" package=\"0411V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23570/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"4\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0414/15\" package=\"0414/15\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23579/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0414/5V\" package=\"0414V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23574/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0617/17\" package=\"0617/17\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23575/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0617/22\" package=\"0617/22\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23577/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0617/5V\" package=\"0617V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23576/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0922/22\" package=\"0922/22\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23580/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0613/5V\" package=\"P0613V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23582/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0613/15\" package=\"P0613/15\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23581/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0817/22\" package=\"P0817/22\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23583/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0817/7V\" package=\"P0817V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23608/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"V234/12\" package=\"V234/12\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23592/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"V235/17\" package=\"V235/17\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23586/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"V526-0\" package=\"V526-0\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23590/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"MELF0102R\" package=\"MINI_MELF-0102R\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23591/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"MELF0102W\" package=\"MINI_MELF-0102W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23588/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"MELF0204R\" package=\"MINI_MELF-0204R\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26109/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"MELF0204W\" package=\"MINI_MELF-0204W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26111/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"MELF0207R\" package=\"MINI_MELF-0207R\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26113/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"MELF0207W\" package=\"MINI_MELF-0207W\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26112/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"0922V\" package=\"0922V\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23589/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"RDH/15\" package=\"RDH/15\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23595/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"MELF0102AX\" package=\"MINI_MELF-0102AX\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:23594/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R0201\" package=\"R0201\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26117/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"VTA52\" package=\"VTA52\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26116/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"VTA53\" package=\"VTA53\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26118/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"VTA54\" package=\"VTA54\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26119/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"VTA55\" package=\"VTA55\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26120/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"VTA56\" package=\"VTA56\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26129/3\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"VMTA55\" package=\"VMTA55\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26121/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"VMTB60\" package=\"VMTB60\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26122/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R4527\" package=\"R4527\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:13310/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"WSC0001\" package=\"WSC0001\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26123/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"WSC0002\" package=\"WSC0002\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26125/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"WSC01/2\" package=\"WSC01/2\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26127/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"WSC2515\" package=\"WSC2515\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26134/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"WSC4527\" package=\"WSC4527\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26126/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"WSC6927\" package=\"WSC6927\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26128/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"R1218\" package=\"R1218\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26131/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"1812X7R\" package=\"1812X7R\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26130/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"PRL1632\" package=\"PRL1632\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26132/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"01005\" package=\"R01005\">\n<connects>\n<connect gate=\"G$1\" pin=\"1\" pad=\"1\"/>\n<connect gate=\"G$1\" pin=\"2\" pad=\"2\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:26133/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"SPICEPREFIX\" value=\"R\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n<library name=\"testpad\" urn=\"urn:adsk.eagle:library:385\">\n<description>&lt;b&gt;Test Pins/Pads&lt;/b&gt;&lt;p&gt;\nCream on SMD OFF.&lt;br&gt;\nnew: Attribute TP_SIGNAL_NAME&lt;br&gt;\n&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>\n<packages>\n<package name=\"B1,27\" urn=\"urn:adsk.eagle:footprint:27900/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<wire x1=\"-0.635\" y1=\"0\" x2=\"0.635\" y2=\"0\" width=\"0.0024\" layer=\"37\"/>\n<wire x1=\"0\" y1=\"0.635\" x2=\"0\" y2=\"-0.635\" width=\"0.0024\" layer=\"37\"/>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.27\" dy=\"1.27\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.635\" y=\"1.016\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.762\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-0.635\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"B2,54\" urn=\"urn:adsk.eagle:footprint:27901/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<wire x1=\"-0.635\" y1=\"0\" x2=\"0.635\" y2=\"0\" width=\"0.0024\" layer=\"37\"/>\n<wire x1=\"0\" y1=\"-0.635\" x2=\"0\" y2=\"0.635\" width=\"0.0024\" layer=\"37\"/>\n<circle x=\"0\" y=\"0\" radius=\"0.635\" width=\"0.254\" layer=\"37\"/>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"2.54\" dy=\"2.54\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-1.27\" y=\"1.651\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"-1.27\" y=\"-1.397\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-1.27\" y=\"-3.175\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"P1-13\" urn=\"urn:adsk.eagle:footprint:27902/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<circle x=\"0\" y=\"0\" radius=\"0.762\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"TP\" x=\"0\" y=\"0\" drill=\"1.3208\" diameter=\"2.159\" shape=\"octagon\"/>\n<text x=\"-1.016\" y=\"1.27\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-1.27\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n<rectangle x1=\"-0.3302\" y1=\"-0.3302\" x2=\"0.3302\" y2=\"0.3302\" layer=\"51\"/>\n</package>\n<package name=\"P1-13Y\" urn=\"urn:adsk.eagle:footprint:27903/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<circle x=\"0\" y=\"0\" radius=\"0.762\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"TP\" x=\"0\" y=\"0\" drill=\"1.3208\" diameter=\"1.905\" shape=\"long\" rot=\"R90\"/>\n<text x=\"-0.889\" y=\"2.159\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-1.27\" y=\"-3.81\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n<rectangle x1=\"-0.3302\" y1=\"-0.3302\" x2=\"0.3302\" y2=\"0.3302\" layer=\"51\"/>\n</package>\n<package name=\"P1-17\" urn=\"urn:adsk.eagle:footprint:27904/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<circle x=\"0\" y=\"0\" radius=\"0.8128\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"TP\" x=\"0\" y=\"0\" drill=\"1.7018\" diameter=\"2.54\" shape=\"octagon\"/>\n<text x=\"-1.143\" y=\"1.397\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-1.27\" y=\"-3.175\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n<rectangle x1=\"-0.3302\" y1=\"-0.3302\" x2=\"0.3302\" y2=\"0.3302\" layer=\"51\"/>\n</package>\n<package name=\"P1-17Y\" urn=\"urn:adsk.eagle:footprint:27905/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<circle x=\"0\" y=\"0\" radius=\"0.8128\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"TP\" x=\"0\" y=\"0\" drill=\"1.7018\" diameter=\"2.1208\" shape=\"long\" rot=\"R90\"/>\n<text x=\"-1.143\" y=\"2.286\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-1.27\" y=\"-3.81\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n<rectangle x1=\"-0.3302\" y1=\"-0.3302\" x2=\"0.3302\" y2=\"0.3302\" layer=\"51\"/>\n</package>\n<package name=\"P1-20\" urn=\"urn:adsk.eagle:footprint:27906/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<circle x=\"0\" y=\"0\" radius=\"1.016\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"TP\" x=\"0\" y=\"0\" drill=\"2.0066\" diameter=\"3.1496\" shape=\"octagon\"/>\n<text x=\"-1.524\" y=\"1.778\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-1.27\" y=\"-3.175\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n<rectangle x1=\"-0.3302\" y1=\"-0.3302\" x2=\"0.3302\" y2=\"0.3302\" layer=\"51\"/>\n</package>\n<package name=\"P1-20Y\" urn=\"urn:adsk.eagle:footprint:27907/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<circle x=\"0\" y=\"0\" radius=\"1.016\" width=\"0.1524\" layer=\"51\"/>\n<pad name=\"TP\" x=\"0\" y=\"0\" drill=\"2.0066\" diameter=\"2.54\" shape=\"long\" rot=\"R90\"/>\n<text x=\"-1.27\" y=\"2.794\" size=\"1.27\" layer=\"25\" ratio=\"10\">&gt;NAME</text>\n<text x=\"0\" y=\"0\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"-1.27\" y=\"-4.445\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n<rectangle x1=\"-0.3302\" y1=\"-0.3302\" x2=\"0.3302\" y2=\"0.3302\" layer=\"51\"/>\n</package>\n<package name=\"TP06R\" urn=\"urn:adsk.eagle:footprint:27908/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.6\" dy=\"0.6\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.3\" y=\"0.4001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.254\" y=\"-0.381\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP06SQ\" urn=\"urn:adsk.eagle:footprint:27909/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.5996\" dy=\"0.5996\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.3\" y=\"0.4001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.254\" y=\"-0.381\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP07R\" urn=\"urn:adsk.eagle:footprint:27910/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.7\" dy=\"0.7\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.3\" y=\"0.4001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.254\" y=\"-0.508\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP07SQ\" urn=\"urn:adsk.eagle:footprint:27911/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.7\" dy=\"0.7\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.3\" y=\"0.4001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.381\" y=\"-0.381\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP08R\" urn=\"urn:adsk.eagle:footprint:27912/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.3\" y=\"0.4001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.381\" y=\"-0.381\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP08SQ\" urn=\"urn:adsk.eagle:footprint:27913/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.8\" dy=\"0.8\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.3\" y=\"0.4001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.381\" y=\"-0.508\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP09R\" urn=\"urn:adsk.eagle:footprint:27914/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.9\" dy=\"0.9\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.4501\" y=\"0.5001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.381\" y=\"-0.508\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP09SQ\" urn=\"urn:adsk.eagle:footprint:27915/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"0.8998\" dy=\"0.8998\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.4501\" y=\"0.5001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.381\" y=\"-0.508\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP10R\" urn=\"urn:adsk.eagle:footprint:27916/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1\" dy=\"1\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.5001\" y=\"0.5499\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.381\" y=\"-0.508\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP10SQ\" urn=\"urn:adsk.eagle:footprint:27917/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1\" dy=\"1\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.5001\" y=\"0.5499\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-0.635\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP11R\" urn=\"urn:adsk.eagle:footprint:27918/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.1\" dy=\"1.1\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.5499\" y=\"0.5999\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-0.508\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-1.905\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP11SQ\" urn=\"urn:adsk.eagle:footprint:27919/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.1\" dy=\"1.1\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.5499\" y=\"0.5999\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-0.635\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP12SQ\" urn=\"urn:adsk.eagle:footprint:27920/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.1998\" dy=\"1.1998\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.5999\" y=\"0.65\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-0.635\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP12R\" urn=\"urn:adsk.eagle:footprint:27921/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.2\" dy=\"1.2\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.5999\" y=\"0.65\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-0.635\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP13R\" urn=\"urn:adsk.eagle:footprint:27922/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.3\" dy=\"1.3\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.65\" y=\"0.7\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-0.635\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP14R\" urn=\"urn:adsk.eagle:footprint:27923/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.4\" dy=\"1.4\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.7\" y=\"0.7501\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.508\" y=\"-0.762\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP15R\" urn=\"urn:adsk.eagle:footprint:27924/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.5\" dy=\"1.5\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.7501\" y=\"0.8001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.762\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP16R\" urn=\"urn:adsk.eagle:footprint:27925/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.6\" dy=\"1.6\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.8001\" y=\"0.8499\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.762\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP17R\" urn=\"urn:adsk.eagle:footprint:27926/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.7\" dy=\"1.7\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.8499\" y=\"0.8999\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.889\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP18R\" urn=\"urn:adsk.eagle:footprint:27927/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.8999\" y=\"0.95\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.762\" y=\"-0.889\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP19R\" urn=\"urn:adsk.eagle:footprint:27928/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.9\" dy=\"1.9\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-0.95\" y=\"1\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.762\" y=\"-0.889\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP20R\" urn=\"urn:adsk.eagle:footprint:27929/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"2\" dy=\"2\" layer=\"1\" roundness=\"100\" cream=\"no\"/>\n<text x=\"-1\" y=\"1.05\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.762\" y=\"-1.016\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP13SQ\" urn=\"urn:adsk.eagle:footprint:27930/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.3\" dy=\"1.3\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.65\" y=\"0.7\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.762\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP14SQ\" urn=\"urn:adsk.eagle:footprint:27931/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.4\" dy=\"1.4\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.7\" y=\"0.7501\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.635\" y=\"-0.762\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP15SQ\" urn=\"urn:adsk.eagle:footprint:27932/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.5\" dy=\"1.5\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.7501\" y=\"0.8001\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.762\" y=\"-0.889\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP16SQ\" urn=\"urn:adsk.eagle:footprint:27933/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.5996\" dy=\"1.5996\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.8001\" y=\"0.8499\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.762\" y=\"-0.889\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP17SQ\" urn=\"urn:adsk.eagle:footprint:27934/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.7\" dy=\"1.7\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.8499\" y=\"0.8999\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.762\" y=\"-0.889\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP18SQ\" urn=\"urn:adsk.eagle:footprint:27935/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.8\" dy=\"1.8\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.8999\" y=\"0.95\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.889\" y=\"-1.016\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP19SQ\" urn=\"urn:adsk.eagle:footprint:27936/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"1.8998\" dy=\"1.8998\" layer=\"1\" cream=\"no\"/>\n<text x=\"-0.95\" y=\"1\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-0.889\" y=\"-1.016\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n<package name=\"TP20SQ\" urn=\"urn:adsk.eagle:footprint:27937/1\" library_version=\"3\">\n<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>\n<smd name=\"TP\" x=\"0\" y=\"0\" dx=\"2\" dy=\"2\" layer=\"1\" cream=\"no\"/>\n<text x=\"-1\" y=\"1.05\" size=\"1.27\" layer=\"25\">&gt;NAME</text>\n<text x=\"-1.016\" y=\"-1.143\" size=\"0.0254\" layer=\"27\">&gt;VALUE</text>\n<text x=\"0\" y=\"-2.54\" size=\"1\" layer=\"37\">&gt;TP_SIGNAL_NAME</text>\n</package>\n</packages>\n<packages3d>\n<package3d name=\"B1,27\" urn=\"urn:adsk.eagle:package:27944/2\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"B1,27\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"B2,54\" urn=\"urn:adsk.eagle:package:27948/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"B2,54\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P1-13\" urn=\"urn:adsk.eagle:package:27946/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"P1-13\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P1-13Y\" urn=\"urn:adsk.eagle:package:27947/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"P1-13Y\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P1-17\" urn=\"urn:adsk.eagle:package:27949/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"P1-17\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P1-17Y\" urn=\"urn:adsk.eagle:package:27953/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"P1-17Y\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P1-20\" urn=\"urn:adsk.eagle:package:27950/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"P1-20\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"P1-20Y\" urn=\"urn:adsk.eagle:package:27951/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"P1-20Y\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP06R\" urn=\"urn:adsk.eagle:package:27954/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP06R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP06SQ\" urn=\"urn:adsk.eagle:package:27952/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP06SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP07R\" urn=\"urn:adsk.eagle:package:27970/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP07R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP07SQ\" urn=\"urn:adsk.eagle:package:27955/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP07SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP08R\" urn=\"urn:adsk.eagle:package:27956/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP08R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP08SQ\" urn=\"urn:adsk.eagle:package:27960/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP08SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP09R\" urn=\"urn:adsk.eagle:package:27958/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP09R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP09SQ\" urn=\"urn:adsk.eagle:package:27957/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP09SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP10R\" urn=\"urn:adsk.eagle:package:27959/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP10R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP10SQ\" urn=\"urn:adsk.eagle:package:27962/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP10SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP11R\" urn=\"urn:adsk.eagle:package:27961/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP11R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP11SQ\" urn=\"urn:adsk.eagle:package:27965/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP11SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP12SQ\" urn=\"urn:adsk.eagle:package:27964/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP12SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP12R\" urn=\"urn:adsk.eagle:package:27963/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP12R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP13R\" urn=\"urn:adsk.eagle:package:27967/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP13R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP14R\" urn=\"urn:adsk.eagle:package:27966/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP14R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP15R\" urn=\"urn:adsk.eagle:package:27968/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP15R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP16R\" urn=\"urn:adsk.eagle:package:27969/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP16R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP17R\" urn=\"urn:adsk.eagle:package:27971/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP17R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP18R\" urn=\"urn:adsk.eagle:package:27981/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP18R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP19R\" urn=\"urn:adsk.eagle:package:27972/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP19R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP20R\" urn=\"urn:adsk.eagle:package:27973/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP20R\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP13SQ\" urn=\"urn:adsk.eagle:package:27974/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP13SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP14SQ\" urn=\"urn:adsk.eagle:package:27984/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP14SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP15SQ\" urn=\"urn:adsk.eagle:package:27975/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP15SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP16SQ\" urn=\"urn:adsk.eagle:package:27976/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP16SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP17SQ\" urn=\"urn:adsk.eagle:package:27977/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP17SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP18SQ\" urn=\"urn:adsk.eagle:package:27979/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP18SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP19SQ\" urn=\"urn:adsk.eagle:package:27978/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP19SQ\"/>\n</packageinstances>\n</package3d>\n<package3d name=\"TP20SQ\" urn=\"urn:adsk.eagle:package:27980/1\" type=\"box\" library_version=\"3\">\n<description>TEST PAD</description>\n<packageinstances>\n<packageinstance name=\"TP20SQ\"/>\n</packageinstances>\n</package3d>\n</packages3d>\n<symbols>\n<symbol name=\"PS\" urn=\"urn:adsk.eagle:symbol:27897/1\" library_version=\"3\">\n<wire x1=\"0.635\" y1=\"-4.572\" x2=\"-0.635\" y2=\"-4.572\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.635\" y1=\"-4.572\" x2=\"0.635\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.635\" y1=\"0\" x2=\"-0.635\" y2=\"0\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.635\" y1=\"0\" x2=\"-0.635\" y2=\"-4.572\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.381\" y1=\"-3.048\" x2=\"-0.381\" y2=\"-2.794\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.381\" y1=\"-2.794\" x2=\"0.381\" y2=\"-2.54\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.381\" y1=\"-2.54\" x2=\"-0.381\" y2=\"-2.286\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.381\" y1=\"-2.286\" x2=\"0.381\" y2=\"-2.032\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.381\" y1=\"-2.032\" x2=\"-0.381\" y2=\"-1.778\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.381\" y1=\"-1.778\" x2=\"0.381\" y2=\"-1.524\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.381\" y1=\"-1.524\" x2=\"-0.381\" y2=\"-1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.381\" y1=\"-1.27\" x2=\"0.381\" y2=\"-1.016\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.381\" y1=\"-1.016\" x2=\"-0.381\" y2=\"-0.762\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.381\" y1=\"-0.762\" x2=\"0.381\" y2=\"-0.508\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.508\" y1=\"-5.207\" x2=\"-0.508\" y2=\"-5.207\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.508\" y1=\"-5.207\" x2=\"-0.508\" y2=\"-5.715\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-0.508\" y1=\"-5.715\" x2=\"0\" y2=\"-6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0\" y1=\"-6.35\" x2=\"0.508\" y2=\"-5.715\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"0.508\" y1=\"-5.715\" x2=\"0.508\" y2=\"-5.207\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-1.016\" y=\"-6.35\" size=\"1.778\" layer=\"95\" rot=\"R90\">&gt;NAME</text>\n<text x=\"1.27\" y=\"-2.54\" size=\"1.778\" layer=\"97\">&gt;TP_SIGNAL_NAME</text>\n<rectangle x1=\"-0.381\" y1=\"-5.207\" x2=\"0.381\" y2=\"-4.572\" layer=\"94\"/>\n<pin name=\"TP\" x=\"0\" y=\"2.54\" visible=\"off\" length=\"short\" direction=\"in\" rot=\"R270\"/>\n</symbol>\n</symbols>\n<devicesets>\n<deviceset name=\"PTR1\" urn=\"urn:adsk.eagle:component:27989/3\" prefix=\"TP\" library_version=\"3\">\n<description>&lt;b&gt;TEST PIN&lt;/b&gt;</description>\n<gates>\n<gate name=\"G$1\" symbol=\"PS\" x=\"0\" y=\"0\"/>\n</gates>\n<devices>\n<device name=\"B1,27\" package=\"B1,27\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27944/2\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"B2,54\" package=\"B2,54\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27948/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"PAD1-13\" package=\"P1-13\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27946/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"2\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"PAD1-13Y\" package=\"P1-13Y\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27947/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"PAD1-17\" package=\"P1-17\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27949/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"PAD1-17Y\" package=\"P1-17Y\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27953/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"PAD1-20\" package=\"P1-20\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27950/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"3\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"PAD1-20Y\" package=\"P1-20Y\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27951/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP06R\" package=\"TP06R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27954/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP06SQ\" package=\"TP06SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27952/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP07R\" package=\"TP07R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27970/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP07SQ\" package=\"TP07SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27955/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP08R\" package=\"TP08R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27956/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP08SQ\" package=\"TP08SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27960/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP09R\" package=\"TP09R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27958/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP09SQ\" package=\"TP09SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27957/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP10R\" package=\"TP10R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27959/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP10SQ\" package=\"TP10SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27962/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP11R\" package=\"TP11R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27961/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP11SQ\" package=\"TP11SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27965/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP12SQ\" package=\"TP12SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27964/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP12R\" package=\"TP12R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27963/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP13R\" package=\"TP13R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27967/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP14R\" package=\"TP14R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27966/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"1\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP15R\" package=\"TP15R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27968/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP16R\" package=\"TP16R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27969/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP17R\" package=\"TP17R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27971/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP18R\" package=\"TP18R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27981/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP19R\" package=\"TP19R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27972/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP20R\" package=\"TP20R\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27973/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP13SQ\" package=\"TP13SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27974/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP14SQ\" package=\"TP14SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27984/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP15SQ\" package=\"TP15SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27975/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP16SQ\" package=\"TP16SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27976/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP17SQ\" package=\"TP17SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27977/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP18SQ\" package=\"TP18SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27979/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP19SQ\" package=\"TP19SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27978/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n<device name=\"TP20SQ\" package=\"TP20SQ\">\n<connects>\n<connect gate=\"G$1\" pin=\"TP\" pad=\"TP\"/>\n</connects>\n<package3dinstances>\n<package3dinstance package3d_urn=\"urn:adsk.eagle:package:27980/1\"/>\n</package3dinstances>\n<technologies>\n<technology name=\"\">\n<attribute name=\"POPULARITY\" value=\"0\" constant=\"no\"/>\n<attribute name=\"TP_SIGNAL_NAME\" value=\"\" constant=\"no\"/>\n</technology>\n</technologies>\n</device>\n</devices>\n</deviceset>\n</devicesets>\n</library>\n</libraries>\n<attributes>\n</attributes>\n<variantdefs>\n</variantdefs>\n<classes>\n<class number=\"0\" name=\"default\" width=\"0\" drill=\"0\">\n</class>\n</classes>\n<groups>\n<schematic_group name=\"I2C\"/>\n<schematic_group name=\"MEMORY\"/>\n<schematic_group name=\"LED\"/>\n<schematic_group name=\"EXTENSION\"/>\n<schematic_group name=\"BRAIN\"/>\n<schematic_group name=\"L70_GPS\"/>\n<schematic_group name=\"ANTENNA\"/>\n<schematic_group name=\"LOAD_SWITCH_NEW\"/>\n<schematic_group name=\"BATT_CON\"/>\n</groups>\n<parts>\n<part name=\"R_SDA\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_RESISTOR\" device=\"_0402MP\" value=\"4.7k\"/>\n<part name=\"D_LED_GREEN\" library=\"TinyPICO\" deviceset=\"CMONR_STANDARDPARTS_LED\" device=\".0402\" value=\"GREEN\"/>\n<part name=\"GND17\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\">\n<attribute name=\"SPICEPREFIX\" value=\"G\"/>\n</part>\n<part name=\"MEM\" library=\"CAT24M01HU5I-GT3-CorrectedV2\" deviceset=\"CAT24M01HU5I-GT3\" device=\"\"/>\n<part name=\"U$19\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$20\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$21\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"GND18\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\">\n<attribute name=\"SPICEPREFIX\" value=\"G\"/>\n</part>\n<part name=\"GND19\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\">\n<attribute name=\"SPICEPREFIX\" value=\"G\"/>\n</part>\n<part name=\"FRAME1\" library=\"frames\" library_urn=\"urn:adsk.eagle:library:229\" deviceset=\"DINA4_L\" device=\"\" value=\"FRAME\"/>\n<part name=\"L70\" library=\"L70LessCream\" deviceset=\"L70\" device=\"\"/>\n<part name=\"U$14\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$1\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$2\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$3\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"C_L702\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"10uF\"/>\n<part name=\"GND3\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"C_BCK2\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"4.7uF\"/>\n<part name=\"GND4\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND6\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"U$5\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"AXE\" library=\"PanasonicA4SConnectorsV7\" deviceset=\"AXE610124\" device=\"\"/>\n<part name=\"ATTINY\" library=\"ATTINY1616-MFR\" deviceset=\"ATTINY1616-MFR\" device=\"\"/>\n<part name=\"C_TINY\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"1uF\"/>\n<part name=\"GND1\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND5\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND7\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"V_BATT3\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"GND8\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"V_BATT1\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"U$4\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$6\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$7\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"ANT-CHIP\" library=\"1575AT43A0040E_V2\" deviceset=\"SAMACSYS_PARTS_1575AT43A0040E\" device=\"\" value=\"ANT1\"/>\n<part name=\"U$8\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$9\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"U$10\" library=\"TinyPICO\" deviceset=\"PHILBYWHIZZ_NOCONNECTION\" device=\"\"/>\n<part name=\"C_LS\" library=\"TinyPICO\" deviceset=\"MICROBUILDER_CAP_CERAMIC\" device=\"_0402MP\" value=\"1uF\"/>\n<part name=\"LS\" library=\"SIP32431DNP3-T1GE4\" deviceset=\"SIP32431DNP3-T1GE4\" device=\"\"/>\n<part name=\"V_BATT5\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n<part name=\"GND10\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"GND11\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"C_L701\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" deviceset=\"C-EU\" device=\"C0201\" package3d_urn=\"urn:adsk.eagle:package:23690/2\" value=\"0.1 uF\"/>\n<part name=\"R_SCL\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" deviceset=\"R-EU_\" device=\"R0201\" package3d_urn=\"urn:adsk.eagle:package:26117/2\" value=\"4.7k\"/>\n<part name=\"C_BCK1\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" deviceset=\"C-EU\" device=\"C0201\" package3d_urn=\"urn:adsk.eagle:package:23690/2\" value=\"0.1 uF\"/>\n<part name=\"C_LS2\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" deviceset=\"C-EU\" device=\"C0201\" package3d_urn=\"urn:adsk.eagle:package:23690/2\" value=\"0.1 uF\"/>\n<part name=\"GND9\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"R_LED\" library=\"rcl\" library_urn=\"urn:adsk.eagle:library:334\" deviceset=\"R-EU_\" device=\"R0201\" package3d_urn=\"urn:adsk.eagle:package:26117/2\" value=\"1k\"/>\n<part name=\"TP2\" library=\"testpad\" library_urn=\"urn:adsk.eagle:library:385\" deviceset=\"PTR1\" device=\"TP13SQ\" package3d_urn=\"urn:adsk.eagle:package:27974/1\"/>\n<part name=\"TP1\" library=\"testpad\" library_urn=\"urn:adsk.eagle:library:385\" deviceset=\"PTR1\" device=\"TP13SQ\" package3d_urn=\"urn:adsk.eagle:package:27974/1\"/>\n<part name=\"GND2\" library=\"supply1\" library_urn=\"urn:adsk.eagle:library:371\" deviceset=\"GND\" device=\"\"/>\n<part name=\"V_BATT2\" library=\"SparkFun-PowerSymbols\" deviceset=\"V_BATT\" device=\"\"/>\n</parts>\n<sheets>\n<sheet>\n<plain>\n<text x=\"-101.6\" y=\"102.87\" size=\"1.778\" layer=\"91\" grouprefs=\"MEMORY\">0x50</text>\n<text x=\"17.78\" y=\"34.29\" size=\"1.778\" layer=\"91\" grouprefs=\"L70_GPS\">Min 100mA</text>\n<text x=\"-90.17\" y=\"-7.62\" size=\"1.778\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\">SiP32431DNP3-T1GE4</text>\n</plain>\n<instances>\n<instance part=\"R_SDA\" gate=\"G$1\" x=\"-101.6\" y=\"49.53\" smashed=\"yes\" rot=\"R90\" grouprefs=\"I2C\">\n<attribute name=\"NAME\" x=\"-103.632\" y=\"46.99\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"-98.425\" y=\"46.99\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\"/>\n</instance>\n<instance part=\"D_LED_GREEN\" gate=\"G$1\" x=\"-87.63\" y=\"60.96\" smashed=\"yes\" rot=\"R270\" grouprefs=\"LED\">\n<attribute name=\"NAME\" x=\"-85.09\" y=\"62.23\" size=\"1.016\" layer=\"95\" rot=\"MR180\"/>\n<attribute name=\"VALUE\" x=\"-85.09\" y=\"59.69\" size=\"1.016\" layer=\"96\"/>\n</instance>\n<instance part=\"GND17\" gate=\"1\" x=\"-87.63\" y=\"53.34\" smashed=\"yes\" grouprefs=\"LED\">\n<attribute name=\"VALUE\" x=\"-90.17\" y=\"50.8\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"MEM\" gate=\"G$1\" x=\"-107.95\" y=\"116.84\" smashed=\"yes\" grouprefs=\"MEMORY\">\n<attribute name=\"NAME\" x=\"-105.41\" y=\"123.19\" size=\"1.778\" layer=\"95\" align=\"center-left\"/>\n<attribute name=\"VALUE\" x=\"-105.41\" y=\"120.65\" size=\"1.778\" layer=\"96\" align=\"center-left\"/>\n</instance>\n<instance part=\"U$19\" gate=\"G$1\" x=\"-82.55\" y=\"114.3\" smashed=\"yes\" grouprefs=\"MEMORY\"/>\n<instance part=\"U$20\" gate=\"G$1\" x=\"-107.95\" y=\"114.3\" smashed=\"yes\" grouprefs=\"MEMORY\"/>\n<instance part=\"U$21\" gate=\"G$1\" x=\"-107.95\" y=\"111.76\" smashed=\"yes\" grouprefs=\"MEMORY\"/>\n<instance part=\"GND18\" gate=\"1\" x=\"-110.49\" y=\"104.14\" smashed=\"yes\" grouprefs=\"MEMORY\">\n<attribute name=\"VALUE\" x=\"-113.03\" y=\"101.6\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND19\" gate=\"1\" x=\"-95.25\" y=\"92.71\" smashed=\"yes\" grouprefs=\"MEMORY\">\n<attribute name=\"VALUE\" x=\"-97.79\" y=\"90.17\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"FRAME1\" gate=\"G$1\" x=\"-120.65\" y=\"-48.26\" smashed=\"yes\"/>\n<instance part=\"FRAME1\" gate=\"G$2\" x=\"41.91\" y=\"-48.26\" smashed=\"yes\">\n<attribute name=\"LAST_DATE_TIME\" x=\"54.61\" y=\"-46.99\" size=\"2.54\" layer=\"94\"/>\n<attribute name=\"SHEET\" x=\"128.27\" y=\"-46.99\" size=\"2.54\" layer=\"94\"/>\n<attribute name=\"DRAWING_NAME\" x=\"59.69\" y=\"-29.21\" size=\"2.54\" layer=\"94\"/>\n</instance>\n<instance part=\"L70\" gate=\"G$1\" x=\"-5.08\" y=\"19.05\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"-20.32\" y=\"35.56\" size=\"1.778\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"-20.32\" y=\"1.27\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"U$14\" gate=\"G$1\" x=\"15.24\" y=\"24.13\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U$1\" gate=\"G$1\" x=\"-25.4\" y=\"26.67\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U$2\" gate=\"G$1\" x=\"15.24\" y=\"19.05\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U$3\" gate=\"G$1\" x=\"15.24\" y=\"16.51\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"C_L702\" gate=\"G$1\" x=\"38.1\" y=\"27.94\" smashed=\"yes\" rot=\"R180\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"40.39\" y=\"26.69\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"35.8\" y=\"26.69\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"GND3\" gate=\"1\" x=\"34.29\" y=\"17.78\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"VALUE\" x=\"31.75\" y=\"15.24\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"C_BCK2\" gate=\"G$1\" x=\"34.29\" y=\"6.35\" smashed=\"yes\" rot=\"R180\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"36.58\" y=\"5.1\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"31.99\" y=\"5.1\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"GND4\" gate=\"1\" x=\"27.94\" y=\"-5.08\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"VALUE\" x=\"25.4\" y=\"-7.62\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND6\" gate=\"1\" x=\"15.24\" y=\"-1.27\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"VALUE\" x=\"12.7\" y=\"-3.81\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"U$5\" gate=\"G$1\" x=\"-25.4\" y=\"8.89\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"AXE\" gate=\"G$1\" x=\"81.28\" y=\"81.28\" smashed=\"yes\" grouprefs=\"EXTENSION\">\n<attribute name=\"NAME\" x=\"76.198609375\" y=\"88.902090625\" size=\"1.778490625\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"74.92636875\" y=\"69.8427\" size=\"1.77926875\" layer=\"96\"/>\n</instance>\n<instance part=\"ATTINY\" gate=\"G$1\" x=\"-11.43\" y=\"80.01\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"C_TINY\" gate=\"G$1\" x=\"-30.48\" y=\"68.58\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BRAIN\">\n<attribute name=\"NAME\" x=\"-28.19\" y=\"67.33\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"-32.78\" y=\"67.33\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R270\" align=\"center\"/>\n</instance>\n<instance part=\"GND1\" gate=\"1\" x=\"-5.08\" y=\"114.3\" smashed=\"yes\" rot=\"R270\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-7.62\" y=\"116.84\" size=\"1.778\" layer=\"96\" rot=\"R270\"/>\n</instance>\n<instance part=\"GND5\" gate=\"1\" x=\"-16.51\" y=\"85.09\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-13.97\" y=\"87.63\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"GND7\" gate=\"1\" x=\"-30.48\" y=\"58.42\" smashed=\"yes\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-33.02\" y=\"55.88\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"V_BATT3\" gate=\"G$1\" x=\"-30.48\" y=\"73.66\" smashed=\"yes\" grouprefs=\"BRAIN\">\n<attribute name=\"VALUE\" x=\"-28.194\" y=\"80.01\" size=\"1.778\" layer=\"96\" rot=\"R90\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"GND8\" gate=\"1\" x=\"92.71\" y=\"90.17\" smashed=\"yes\" rot=\"R180\" grouprefs=\"EXTENSION\">\n<attribute name=\"VALUE\" x=\"95.25\" y=\"92.71\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"V_BATT1\" gate=\"G$1\" x=\"68.58\" y=\"76.2\" smashed=\"yes\" rot=\"R90\" grouprefs=\"EXTENSION\">\n<attribute name=\"VALUE\" x=\"62.23\" y=\"78.486\" size=\"1.778\" layer=\"96\" rot=\"R180\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"U$4\" gate=\"G$1\" x=\"6.35\" y=\"54.61\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"U$6\" gate=\"G$1\" x=\"26.67\" y=\"80.01\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"U$7\" gate=\"G$1\" x=\"-11.43\" y=\"69.85\" smashed=\"yes\" grouprefs=\"BRAIN\"/>\n<instance part=\"ANT-CHIP\" gate=\"G$1\" x=\"78.74\" y=\"119.38\" smashed=\"yes\" rot=\"R180\" grouprefs=\"ANTENNA\">\n<attribute name=\"NAME\" x=\"58.326665625\" y=\"123.2395375\" size=\"1.778\" layer=\"95\" align=\"center-left\"/>\n<attribute name=\"VALUE\" x=\"74.05901875\" y=\"115.47926875\" size=\"1.778\" layer=\"96\" rot=\"R180\" align=\"center-left\"/>\n</instance>\n<instance part=\"U$8\" gate=\"G$1\" x=\"15.24\" y=\"13.97\" smashed=\"yes\" grouprefs=\"L70_GPS\"/>\n<instance part=\"U$9\" gate=\"G$1\" x=\"3.81\" y=\"54.61\" smashed=\"yes\"/>\n<instance part=\"U$10\" gate=\"G$1\" x=\"11.43\" y=\"113.03\" smashed=\"yes\"/>\n<instance part=\"C_LS\" gate=\"G$1\" x=\"-90.17\" y=\"11.43\" smashed=\"yes\" grouprefs=\"LOAD_SWITCH_NEW\">\n<attribute name=\"NAME\" x=\"-92.46\" y=\"12.68\" size=\"1.27\" layer=\"95\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n<attribute name=\"VALUE\" x=\"-87.87\" y=\"12.68\" size=\"1.27\" layer=\"96\" font=\"vector\" rot=\"R90\" align=\"center\"/>\n</instance>\n<instance part=\"LS\" gate=\"G$1\" x=\"-73.66\" y=\"6.35\" smashed=\"yes\" grouprefs=\"LOAD_SWITCH_NEW\">\n<attribute name=\"NAME\" x=\"-83.82\" y=\"12.192\" size=\"1.778\" layer=\"95\"/>\n<attribute name=\"VALUE\" x=\"-83.82\" y=\"-3.81\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"V_BATT5\" gate=\"G$1\" x=\"-97.79\" y=\"11.43\" smashed=\"yes\" grouprefs=\"LOAD_SWITCH_NEW\">\n<attribute name=\"VALUE\" x=\"-95.504\" y=\"17.78\" size=\"1.778\" layer=\"96\" rot=\"R90\" align=\"bottom-center\"/>\n</instance>\n<instance part=\"GND10\" gate=\"1\" x=\"-57.15\" y=\"-2.54\" smashed=\"yes\" grouprefs=\"LOAD_SWITCH_NEW\">\n<attribute name=\"VALUE\" x=\"-59.69\" y=\"-5.08\" size=\"1.778\" layer=\"96\"/>\n</instance>\n<instance part=\"GND11\" gate=\"1\" x=\"-86.36\" y=\"19.05\" smashed=\"yes\" rot=\"R90\" grouprefs=\"LOAD_SWITCH_NEW\">\n<attribute name=\"VALUE\" x=\"-83.82\" y=\"16.51\" size=\"1.778\" layer=\"96\" rot=\"R90\"/>\n</instance>\n<instance part=\"C_L701\" gate=\"G$1\" x=\"30.48\" y=\"27.94\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"27.559\" y=\"21.844\" size=\"1.778\" layer=\"95\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"25.019\" y=\"23.114\" size=\"1.778\" layer=\"96\" rot=\"R90\"/>\n</instance>\n<instance part=\"R_SCL\" gate=\"G$1\" x=\"-109.22\" y=\"49.53\" smashed=\"yes\" rot=\"R270\" grouprefs=\"I2C\">\n<attribute name=\"NAME\" x=\"-107.7214\" y=\"53.34\" size=\"1.778\" layer=\"95\" rot=\"R270\"/>\n<attribute name=\"VALUE\" x=\"-112.522\" y=\"53.34\" size=\"1.778\" layer=\"96\" rot=\"R270\"/>\n</instance>\n<instance part=\"C_BCK1\" gate=\"G$1\" x=\"26.67\" y=\"6.35\" smashed=\"yes\" grouprefs=\"L70_GPS\">\n<attribute name=\"NAME\" x=\"23.749\" y=\"0.254\" size=\"1.778\" layer=\"95\" rot=\"R90\"/>\n<attribute name=\"VALUE\" x=\"21.209\" y=\"1.524\" size=\"1.778\" layer=\"96\" rot=\"R90\"/>\n</instance>\n<instance part=\"C_LS2\" gate=\"G$1\" x=\"-55.88\" y=\"12.7\" smashed=\"yes\" rot=\"R90\" grouprefs=\"LOAD_SWITCH_NEW\">\n<attribute name=\"NAME\" x=\"-49.784\" y=\"9.779\" size=\"1.778\" layer=\"95\" rot=\"R180\"/>\n<attribute name=\"VALUE\" x=\"-51.054\" y=\"7.239\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"GND9\" gate=\"1\" x=\"-45.72\" y=\"12.7\" smashed=\"yes\" rot=\"R90\" grouprefs=\"LOAD_SWITCH_NEW\">\n<attribute name=\"VALUE\" x=\"-43.18\" y=\"10.16\" size=\"1.778\" layer=\"96\" rot=\"R90\"/>\n</instance>\n<instance part=\"R_LED\" gate=\"G$1\" x=\"-87.63\" y=\"71.12\" smashed=\"yes\" rot=\"R270\" grouprefs=\"LED\">\n<attribute name=\"NAME\" x=\"-86.1314\" y=\"74.93\" size=\"1.778\" layer=\"95\" rot=\"R270\"/>\n<attribute name=\"VALUE\" x=\"-90.932\" y=\"74.93\" size=\"1.778\" layer=\"96\" rot=\"R270\"/>\n</instance>\n<instance part=\"TP2\" gate=\"G$1\" x=\"95.25\" y=\"107.95\" smashed=\"yes\" grouprefs=\"BATT_CON\">\n<attribute name=\"NAME\" x=\"94.234\" y=\"101.6\" size=\"1.778\" layer=\"95\" rot=\"R90\"/>\n<attribute name=\"TP_SIGNAL_NAME\" x=\"96.52\" y=\"105.41\" size=\"1.778\" layer=\"97\"/>\n</instance>\n<instance part=\"TP1\" gate=\"G$1\" x=\"102.87\" y=\"107.95\" smashed=\"yes\" grouprefs=\"BATT_CON\">\n<attribute name=\"NAME\" x=\"101.854\" y=\"101.6\" size=\"1.778\" layer=\"95\" rot=\"R90\"/>\n<attribute name=\"TP_SIGNAL_NAME\" x=\"104.14\" y=\"105.41\" size=\"1.778\" layer=\"97\"/>\n</instance>\n<instance part=\"GND2\" gate=\"1\" x=\"102.87\" y=\"115.57\" smashed=\"yes\" rot=\"R180\" grouprefs=\"BATT_CON\">\n<attribute name=\"VALUE\" x=\"105.41\" y=\"118.11\" size=\"1.778\" layer=\"96\" rot=\"R180\"/>\n</instance>\n<instance part=\"V_BATT2\" gate=\"G$1\" x=\"95.25\" y=\"113.03\" smashed=\"yes\" grouprefs=\"BATT_CON\">\n<attribute name=\"VALUE\" x=\"97.536\" y=\"119.38\" size=\"1.778\" layer=\"96\" rot=\"R90\" align=\"bottom-center\"/>\n</instance>\n</instances>\n<busses>\n</busses>\n<nets>\n<net name=\"GND\" class=\"0\">\n<segment>\n<pinref part=\"D_LED_GREEN\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-87.63\" y1=\"58.42\" x2=\"-87.63\" y2=\"55.88\" width=\"0.1524\" layer=\"91\" grouprefs=\"LED\"/>\n<pinref part=\"GND17\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"VSS\"/>\n<pinref part=\"GND18\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-107.95\" y1=\"109.22\" x2=\"-110.49\" y2=\"109.22\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<wire x1=\"-110.49\" y1=\"109.22\" x2=\"-110.49\" y2=\"106.68\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"GND19\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"EP\"/>\n<wire x1=\"-95.25\" y1=\"95.25\" x2=\"-95.25\" y2=\"96.52\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"GND3\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"30.48\" y1=\"22.86\" x2=\"30.48\" y2=\"20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"30.48\" y1=\"20.32\" x2=\"34.29\" y2=\"20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_L702\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"34.29\" y1=\"20.32\" x2=\"38.1\" y2=\"20.32\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"38.1\" y1=\"20.32\" x2=\"38.1\" y2=\"22.86\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"34.29\" y=\"20.32\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_L701\" gate=\"G$1\" pin=\"2\"/>\n</segment>\n<segment>\n<wire x1=\"26.67\" y1=\"1.27\" x2=\"26.67\" y2=\"-2.54\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"26.67\" y1=\"-2.54\" x2=\"27.94\" y2=\"-2.54\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_BCK2\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"27.94\" y1=\"-2.54\" x2=\"34.29\" y2=\"-2.54\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"34.29\" y1=\"-2.54\" x2=\"34.29\" y2=\"1.27\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"GND4\" gate=\"1\" pin=\"GND\"/>\n<junction x=\"27.94\" y=\"-2.54\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_BCK1\" gate=\"G$1\" pin=\"2\"/>\n</segment>\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"GND\"/>\n<pinref part=\"GND6\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"15.24\" y1=\"6.35\" x2=\"15.24\" y2=\"1.27\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"GND1\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"EP\"/>\n<wire x1=\"-2.54\" y1=\"114.3\" x2=\"1.27\" y2=\"114.3\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"1.27\" y1=\"114.3\" x2=\"1.27\" y2=\"113.03\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"GND\"/>\n<pinref part=\"GND5\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"-11.43\" y1=\"74.93\" x2=\"-16.51\" y2=\"74.93\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"-16.51\" y1=\"74.93\" x2=\"-16.51\" y2=\"82.55\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"C_TINY\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-30.48\" y1=\"63.5\" x2=\"-30.48\" y2=\"60.96\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<pinref part=\"GND7\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"GND8\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"91.44\" y1=\"86.36\" x2=\"92.71\" y2=\"86.36\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"92.71\" y1=\"86.36\" x2=\"92.71\" y2=\"87.63\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"4\"/>\n<wire x1=\"92.71\" y1=\"86.36\" x2=\"92.71\" y2=\"83.82\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"92.71\" y1=\"83.82\" x2=\"91.44\" y2=\"83.82\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<junction x=\"92.71\" y=\"86.36\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<wire x1=\"-57.15\" y1=\"0\" x2=\"-57.15\" y2=\"1.27\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<wire x1=\"-57.15\" y1=\"1.27\" x2=\"-58.42\" y2=\"1.27\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<pinref part=\"LS\" gate=\"G$1\" pin=\"GND\"/>\n<pinref part=\"GND10\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<wire x1=\"-90.17\" y1=\"16.51\" x2=\"-90.17\" y2=\"19.05\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<wire x1=\"-90.17\" y1=\"19.05\" x2=\"-88.9\" y2=\"19.05\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<pinref part=\"C_LS\" gate=\"G$1\" pin=\"1\"/>\n<pinref part=\"GND11\" gate=\"1\" pin=\"GND\"/>\n</segment>\n<segment>\n<pinref part=\"GND9\" gate=\"1\" pin=\"GND\"/>\n<pinref part=\"C_LS2\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-48.26\" y1=\"12.7\" x2=\"-50.8\" y2=\"12.7\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n</segment>\n<segment>\n<pinref part=\"TP1\" gate=\"G$1\" pin=\"TP\"/>\n<pinref part=\"GND2\" gate=\"1\" pin=\"GND\"/>\n<wire x1=\"102.87\" y1=\"110.49\" x2=\"102.87\" y2=\"113.03\" width=\"0.1524\" layer=\"91\" grouprefs=\"BATT_CON\"/>\n</segment>\n</net>\n<net name=\"SCL\" class=\"0\">\n<segment>\n<wire x1=\"-109.22\" y1=\"44.45\" x2=\"-109.22\" y2=\"38.1\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-109.22\" y=\"38.1\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"I2C\"/>\n<pinref part=\"R_SCL\" gate=\"G$1\" pin=\"2\"/>\n</segment>\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"SCL\"/>\n<wire x1=\"-82.55\" y1=\"111.76\" x2=\"-78.74\" y2=\"111.76\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<label x=\"-78.74\" y=\"111.76\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB0\"/>\n<wire x1=\"26.67\" y1=\"77.47\" x2=\"40.64\" y2=\"77.47\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"40.64\" y1=\"77.47\" x2=\"40.64\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"40.64\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"SDA\" class=\"0\">\n<segment>\n<pinref part=\"R_SDA\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-101.6\" y1=\"44.45\" x2=\"-101.6\" y2=\"38.1\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-101.6\" y=\"38.1\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"I2C\"/>\n</segment>\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"SDA\"/>\n<wire x1=\"-82.55\" y1=\"109.22\" x2=\"-78.74\" y2=\"109.22\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<wire x1=\"-78.74\" y1=\"109.22\" x2=\"-78.74\" y2=\"107.95\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<label x=\"-78.74\" y=\"107.95\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB1\"/>\n<wire x1=\"26.67\" y1=\"74.93\" x2=\"36.83\" y2=\"74.93\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"36.83\" y1=\"74.93\" x2=\"36.83\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"36.83\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"N$9\" class=\"0\">\n<segment>\n<pinref part=\"D_LED_GREEN\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-87.63\" y1=\"63.5\" x2=\"-87.63\" y2=\"66.04\" width=\"0.1524\" layer=\"91\" grouprefs=\"LED\"/>\n<pinref part=\"R_LED\" gate=\"G$1\" pin=\"2\"/>\n</segment>\n</net>\n<net name=\"LED_GREEN\" class=\"0\">\n<segment>\n<wire x1=\"-87.63\" y1=\"76.2\" x2=\"-87.63\" y2=\"80.01\" width=\"0.1524\" layer=\"91\" grouprefs=\"LED\"/>\n<label x=\"-87.63\" y=\"80.01\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"LED\"/>\n<pinref part=\"R_LED\" gate=\"G$1\" pin=\"1\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB5\"/>\n<wire x1=\"8.89\" y1=\"54.61\" x2=\"8.89\" y2=\"49.53\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"8.89\" y1=\"49.53\" x2=\"13.97\" y2=\"49.53\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"13.97\" y=\"49.53\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"V_BATT\" class=\"0\">\n<segment>\n<pinref part=\"C_TINY\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"VDD\"/>\n<wire x1=\"-30.48\" y1=\"71.12\" x2=\"-30.48\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"-30.48\" y1=\"72.39\" x2=\"-11.43\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<pinref part=\"V_BATT3\" gate=\"G$1\" pin=\"V_BATT\"/>\n<wire x1=\"-30.48\" y1=\"73.66\" x2=\"-30.48\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<junction x=\"-30.48\" y=\"72.39\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"V_BATT1\" gate=\"G$1\" pin=\"V_BATT\"/>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"9\"/>\n<wire x1=\"68.58\" y1=\"76.2\" x2=\"69.85\" y2=\"76.2\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"7\"/>\n<wire x1=\"69.85\" y1=\"76.2\" x2=\"71.12\" y2=\"76.2\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"71.12\" y1=\"78.74\" x2=\"69.85\" y2=\"78.74\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"69.85\" y1=\"78.74\" x2=\"69.85\" y2=\"76.2\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<junction x=\"69.85\" y=\"76.2\" grouprefs=\"EXTENSION\"/>\n</segment>\n<segment>\n<wire x1=\"-88.9\" y1=\"8.89\" x2=\"-90.17\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<wire x1=\"-90.17\" y1=\"8.89\" x2=\"-97.79\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<wire x1=\"-97.79\" y1=\"8.89\" x2=\"-97.79\" y2=\"11.43\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<junction x=\"-90.17\" y=\"8.89\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<pinref part=\"C_LS\" gate=\"G$1\" pin=\"2\"/>\n<pinref part=\"LS\" gate=\"G$1\" pin=\"IN\"/>\n<pinref part=\"V_BATT5\" gate=\"G$1\" pin=\"V_BATT\"/>\n</segment>\n<segment>\n<pinref part=\"V_BATT2\" gate=\"G$1\" pin=\"V_BATT\"/>\n<pinref part=\"TP2\" gate=\"G$1\" pin=\"TP\"/>\n<wire x1=\"95.25\" y1=\"113.03\" x2=\"95.25\" y2=\"110.49\" width=\"0.1524\" layer=\"91\" grouprefs=\"BATT_CON\"/>\n</segment>\n</net>\n<net name=\"ANT_GNSS\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"RF_IN\"/>\n<label x=\"-30.48\" y=\"13.97\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"-25.4\" y1=\"13.97\" x2=\"-30.48\" y2=\"13.97\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"ANT-CHIP\" gate=\"G$1\" pin=\"FEED\"/>\n<wire x1=\"78.74\" y1=\"119.38\" x2=\"83.82\" y2=\"119.38\" width=\"0.1524\" layer=\"91\" grouprefs=\"ANTENNA\"/>\n<wire x1=\"83.82\" y1=\"119.38\" x2=\"83.82\" y2=\"115.57\" width=\"0.1524\" layer=\"91\" grouprefs=\"ANTENNA\"/>\n<label x=\"83.82\" y=\"115.57\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"ANTENNA\"/>\n</segment>\n</net>\n<net name=\"RXD\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"TXD1\"/>\n<wire x1=\"-25.4\" y1=\"19.05\" x2=\"-34.29\" y2=\"19.05\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<label x=\"-34.29\" y=\"19.05\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB3\"/>\n<wire x1=\"26.67\" y1=\"69.85\" x2=\"29.21\" y2=\"69.85\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"29.21\" y1=\"69.85\" x2=\"29.21\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"29.21\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"TXD\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"RXD1\"/>\n<wire x1=\"-25.4\" y1=\"21.59\" x2=\"-29.21\" y2=\"21.59\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<label x=\"-29.21\" y=\"21.59\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB2\"/>\n<wire x1=\"26.67\" y1=\"72.39\" x2=\"33.02\" y2=\"72.39\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"33.02\" y1=\"72.39\" x2=\"33.02\" y2=\"67.31\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"33.02\" y=\"67.31\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"UPDI\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA0_(!RESET!/UPDI)\"/>\n<wire x1=\"6.35\" y1=\"113.03\" x2=\"6.35\" y2=\"123.19\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"6.35\" y=\"123.19\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"10\"/>\n<wire x1=\"91.44\" y1=\"76.2\" x2=\"92.71\" y2=\"76.2\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"92.71\" y1=\"76.2\" x2=\"92.71\" y2=\"73.66\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"92.71\" y=\"73.66\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"TXD2\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA1\"/>\n<wire x1=\"3.81\" y1=\"113.03\" x2=\"3.81\" y2=\"119.38\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"3.81\" y=\"119.38\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"8\"/>\n<wire x1=\"91.44\" y1=\"78.74\" x2=\"97.79\" y2=\"78.74\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"97.79\" y1=\"78.74\" x2=\"97.79\" y2=\"73.66\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"97.79\" y=\"73.66\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"RXD2\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA2\"/>\n<wire x1=\"-11.43\" y1=\"80.01\" x2=\"-11.43\" y2=\"97.79\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"-11.43\" y=\"97.79\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"6\"/>\n<wire x1=\"91.44\" y1=\"81.28\" x2=\"101.6\" y2=\"81.28\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<wire x1=\"101.6\" y1=\"81.28\" x2=\"101.6\" y2=\"73.66\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"101.6\" y=\"73.66\" size=\"1.778\" layer=\"95\" rot=\"R270\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"POWER_MEMORY\" class=\"0\">\n<segment>\n<pinref part=\"MEM\" gate=\"G$1\" pin=\"VCC\"/>\n<wire x1=\"-82.55\" y1=\"116.84\" x2=\"-78.74\" y2=\"116.84\" width=\"0.1524\" layer=\"91\" grouprefs=\"MEMORY\"/>\n<label x=\"-78.74\" y=\"116.84\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"MEMORY\"/>\n</segment>\n<segment>\n<pinref part=\"R_SDA\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"-101.6\" y1=\"54.61\" x2=\"-101.6\" y2=\"57.15\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-101.6\" y=\"57.15\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"I2C\"/>\n</segment>\n<segment>\n<wire x1=\"-109.22\" y1=\"57.15\" x2=\"-109.22\" y2=\"54.61\" width=\"0.1524\" layer=\"91\" grouprefs=\"I2C\"/>\n<label x=\"-109.22\" y=\"57.15\" size=\"1.778\" layer=\"95\" rot=\"R90\" xref=\"yes\" grouprefs=\"I2C\"/>\n<pinref part=\"R_SCL\" gate=\"G$1\" pin=\"1\"/>\n</segment>\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PB4\"/>\n<wire x1=\"11.43\" y1=\"54.61\" x2=\"11.43\" y2=\"53.34\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"11.43\" y=\"53.34\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"POWER_L70\" class=\"0\">\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"VCC\"/>\n<pinref part=\"C_L702\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"15.24\" y1=\"31.75\" x2=\"30.48\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"30.48\" y1=\"31.75\" x2=\"38.1\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"38.1\" y1=\"31.75\" x2=\"38.1\" y2=\"30.48\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"30.48\" y1=\"30.48\" x2=\"30.48\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"30.48\" y=\"31.75\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"38.1\" y1=\"31.75\" x2=\"43.18\" y2=\"31.75\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"38.1\" y=\"31.75\" grouprefs=\"L70_GPS\"/>\n<label x=\"41.91\" y=\"31.75\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_L701\" gate=\"G$1\" pin=\"1\"/>\n</segment>\n<segment>\n<wire x1=\"-58.42\" y1=\"8.89\" x2=\"-58.42\" y2=\"12.7\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<label x=\"-58.42\" y=\"16.51\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<pinref part=\"LS\" gate=\"G$1\" pin=\"OUT\"/>\n<pinref part=\"C_LS2\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"-58.42\" y1=\"12.7\" x2=\"-58.42\" y2=\"16.51\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<junction x=\"-58.42\" y=\"12.7\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n</segment>\n</net>\n<net name=\"POWER_L70_BCK\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"(EXTCLK)_PA3\"/>\n<wire x1=\"-11.43\" y1=\"77.47\" x2=\"-22.86\" y2=\"77.47\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"-22.86\" y1=\"77.47\" x2=\"-22.86\" y2=\"90.17\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"-22.86\" y=\"90.17\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"L70\" gate=\"G$1\" pin=\"V_BCKP\"/>\n<wire x1=\"15.24\" y1=\"29.21\" x2=\"26.67\" y2=\"29.21\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"26.67\" y1=\"29.21\" x2=\"26.67\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_BCK2\" gate=\"G$1\" pin=\"2\"/>\n<wire x1=\"34.29\" y1=\"8.89\" x2=\"26.67\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<wire x1=\"34.29\" y1=\"8.89\" x2=\"40.64\" y2=\"8.89\" width=\"0.1524\" layer=\"91\" grouprefs=\"L70_GPS\"/>\n<junction x=\"34.29\" y=\"8.89\" grouprefs=\"L70_GPS\"/>\n<label x=\"40.64\" y=\"8.89\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"L70_GPS\"/>\n<pinref part=\"C_BCK1\" gate=\"G$1\" pin=\"1\"/>\n<junction x=\"26.67\" y=\"8.89\" grouprefs=\"L70_GPS\"/>\n</segment>\n</net>\n<net name=\"DOWNLOAD\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PA5\"/>\n<wire x1=\"1.27\" y1=\"54.61\" x2=\"1.27\" y2=\"53.34\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"1.27\" y1=\"53.34\" x2=\"0\" y2=\"53.34\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"0\" y=\"53.34\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<pinref part=\"AXE\" gate=\"G$1\" pin=\"1\"/>\n<wire x1=\"71.12\" y1=\"86.36\" x2=\"66.04\" y2=\"86.36\" width=\"0.1524\" layer=\"91\" grouprefs=\"EXTENSION\"/>\n<label x=\"66.04\" y=\"86.36\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"EXTENSION\"/>\n</segment>\n</net>\n<net name=\"GPIO2\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PC1\"/>\n<wire x1=\"13.97\" y1=\"113.03\" x2=\"13.97\" y2=\"115.57\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"13.97\" y1=\"115.57\" x2=\"15.24\" y2=\"115.57\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"15.24\" y=\"115.57\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n</net>\n<net name=\"POWER_L70_ON\" class=\"0\">\n<segment>\n<pinref part=\"ATTINY\" gate=\"G$1\" pin=\"PC3\"/>\n<wire x1=\"8.89\" y1=\"113.03\" x2=\"8.89\" y2=\"123.19\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<wire x1=\"8.89\" y1=\"123.19\" x2=\"10.16\" y2=\"123.19\" width=\"0.1524\" layer=\"91\" grouprefs=\"BRAIN\"/>\n<label x=\"10.16\" y=\"123.19\" size=\"1.778\" layer=\"95\" xref=\"yes\" grouprefs=\"BRAIN\"/>\n</segment>\n<segment>\n<wire x1=\"-88.9\" y1=\"3.81\" x2=\"-90.17\" y2=\"3.81\" width=\"0.1524\" layer=\"91\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<label x=\"-90.17\" y=\"3.81\" size=\"1.778\" layer=\"95\" rot=\"R180\" xref=\"yes\" grouprefs=\"LOAD_SWITCH_NEW\"/>\n<pinref part=\"LS\" gate=\"G$1\" pin=\"ON/OFF\"/>\n</segment>\n</net>\n</nets>\n</sheet>\n</sheets>\n</schematic>\n</drawing>\n<compatibility>\n<note version=\"8.2\" severity=\"warning\">\nSince Version 8.2, EAGLE supports online libraries. The ids\nof those online libraries will not be understood (or retained)\nwith this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports URNs for individual library\nassets (packages, symbols, and devices). The URNs of those assets\nwill not be understood (or retained) with this version.\n</note>\n<note version=\"8.3\" severity=\"warning\">\nSince Version 8.3, EAGLE supports the association of 3D packages\nwith devices in libraries, schematics, and board files. Those 3D\npackages will not be understood (or retained) with this version.\n</note>\n<note version=\"9.5\" severity=\"warning\">\nSince Version 9.5, EAGLE supports persistent groups with\nschematics, and board files. Those persistent groups\nwill not be understood (or retained) with this version.\n</note>\n</compatibility>\n</eagle>\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/EEPROM_CAT24M01.d",
    "content": "EEPROM_CAT24M01.d EEPROM_CAT24M01.o: .././EEPROM_CAT24M01.cpp \\\n .././EEPROM_CAT24M01.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n .././I2C.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h\n\n.././EEPROM_CAT24M01.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\n.././I2C.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/GPS_L70_Light.d",
    "content": "GPS_L70_Light.d GPS_L70_Light.o: .././GPS_L70_Light.cpp \\\n .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n .././Time.h .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\n.././Time.h:\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/HelperFunctions.d",
    "content": "HelperFunctions.d HelperFunctions.o: .././HelperFunctions.cpp \\\n .././HelperFunctions.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h\n\n.././HelperFunctions.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/I2C.d",
    "content": "I2C.d I2C.o: .././I2C.cpp .././I2C.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h\n\n.././I2C.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/Makefile",
    "content": "################################################################################\n# Automatically-generated file. Do not edit!\n################################################################################\n\nSHELL := cmd.exe\nRM := rm -rf\n\nUSER_OBJS :=\n\nLIBS := \nPROJ := \n\nO_SRCS := \nC_SRCS := \nS_SRCS := \nS_UPPER_SRCS := \nOBJ_SRCS := \nASM_SRCS := \nPREPROCESSING_SRCS := \nOBJS := \nOBJS_AS_ARGS := \nC_DEPS := \nC_DEPS_AS_ARGS := \nEXECUTABLES := \nOUTPUT_FILE_PATH :=\nOUTPUT_FILE_PATH_AS_ARGS :=\nAVR_APP_PATH :=$$$AVR_APP_PATH$$$\nQUOTE := \"\nADDITIONAL_DEPENDENCIES:=\nOUTPUT_FILE_DEP:=\nLIB_DEP:=\nLINKER_SCRIPT_DEP:=\n\n# Every subdirectory with source files must be described here\nSUBDIRS := \n\n\n# Add inputs and outputs from these tool invocations to the build variables \nC_SRCS +=  \\\n../HelperFunctions.cpp \\\n../Time.cpp \\\n../TickTag.cpp \\\n../EEPROM_CAT24M01.cpp \\\n../GPS_L70_Light.cpp \\\n../I2C.cpp \\\n../main.cpp \\\n../TestFunctions.cpp \\\n../UART.cpp\n\n\nPREPROCESSING_SRCS += \n\n\nASM_SRCS += \n\n\nOBJS +=  \\\nHelperFunctions.o \\\nTime.o \\\nTickTag.o \\\nEEPROM_CAT24M01.o \\\nGPS_L70_Light.o \\\nI2C.o \\\nmain.o \\\nTestFunctions.o \\\nUART.o\n\nOBJS_AS_ARGS +=  \\\nHelperFunctions.o \\\nTime.o \\\nTickTag.o \\\nEEPROM_CAT24M01.o \\\nGPS_L70_Light.o \\\nI2C.o \\\nmain.o \\\nTestFunctions.o \\\nUART.o\n\nC_DEPS +=  \\\nHelperFunctions.d \\\nTime.d \\\nTickTag.d \\\nEEPROM_CAT24M01.d \\\nGPS_L70_Light.d \\\nI2C.d \\\nmain.d \\\nTestFunctions.d \\\nUART.d\n\nC_DEPS_AS_ARGS +=  \\\nHelperFunctions.d \\\nTime.d \\\nTickTag.d \\\nEEPROM_CAT24M01.d \\\nGPS_L70_Light.d \\\nI2C.d \\\nmain.d \\\nTestFunctions.d \\\nUART.d\n\nOUTPUT_FILE_PATH +=TickTagSoftwareBurst.elf\n\nOUTPUT_FILE_PATH_AS_ARGS +=TickTagSoftwareBurst.elf\n\nADDITIONAL_DEPENDENCIES:=\n\nOUTPUT_FILE_DEP:= ./makedep.mk\n\nLIB_DEP+= \n\nLINKER_SCRIPT_DEP+= \n\n\n# AVR32/GNU C Compiler\n./HelperFunctions.o: .././HelperFunctions.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./Time.o: .././Time.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./TickTag.o: .././TickTag.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./EEPROM_CAT24M01.o: .././EEPROM_CAT24M01.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./GPS_L70_Light.o: .././GPS_L70_Light.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./I2C.o: .././I2C.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./main.o: .././main.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./TestFunctions.o: .././TestFunctions.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./UART.o: .././UART.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n\n\n\n# AVR32/GNU Preprocessing Assembler\n\n\n\n# AVR32/GNU Assembler\n\n\n\n\nifneq ($(MAKECMDGOALS),clean)\nifneq ($(strip $(C_DEPS)),)\n-include $(C_DEPS)\nendif\nendif\n\n# Add inputs and outputs from these tool invocations to the build variables \n\n# All Target\nall: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)\n\n$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP) $(LINKER_SCRIPT_DEP)\n\t@echo Building target: $@\n\t@echo Invoking: AVR8/GNU Linker : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map=\"TickTagSoftwareBurst.map\" -Wl,--start-group -Wl,-lm  -Wl,--end-group -Wl,-L\"D:\\Dropbox\\Promotion\\_LIBRARY\\libraries\\BioLoggerLibrarySuperTiny\"  -Wl,--gc-sections -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\"  \n\t@echo Finished building target: $@\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -O ihex -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures  \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.hex\"\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -j .eeprom  --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0  --no-change-warnings -O ihex \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.eep\" || exit 0\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objdump.exe\" -h -S \"TickTagSoftwareBurst.elf\" > \"TickTagSoftwareBurst.lss\"\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -O srec -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.srec\"\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-size.exe\" \"TickTagSoftwareBurst.elf\"\n\t\n\t\n\n\n\n\n\n# Other Targets\nclean:\n\t-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)  \n\t-$(RM) $(C_DEPS_AS_ARGS)   \n\trm -rf \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.a\" \"TickTagSoftwareBurst.hex\" \"TickTagSoftwareBurst.lss\" \"TickTagSoftwareBurst.eep\" \"TickTagSoftwareBurst.map\" \"TickTagSoftwareBurst.srec\" \"TickTagSoftwareBurst.usersignatures\"\n\t"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/TestFunctions.d",
    "content": "TestFunctions.d TestFunctions.o: .././TestFunctions.cpp \\\n .././TestFunctions.h .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h \\\n .././I2C.h .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n .././EEPROM_CAT24M01.h .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././Time.h\n\n.././TestFunctions.h:\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n\n.././I2C.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\n.././EEPROM_CAT24M01.h:\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././Time.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/TickTag.d",
    "content": "TickTag.d TickTag.o: .././TickTag.cpp .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/TickTagSoftwareBurst.eep",
    "content": ":00000001FF\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/TickTagSoftwareBurst.hex",
    "content": ":100000000C943C000C9459000C9459000C94560824\n:100010000C9459000C9459000C943E080C9459000F\n:100020000C9467080C9459000C9459000C945900D6\n:100030000C9459000C9459000C9459000C945900DC\n:100040000C9459000C9459000C9459000C945900CC\n:100050000C9459000C9459000C9459000C945900BC\n:100060000C948E080C9459000C9459000C9459006F\n:100070000C9459000C94590011241FBECFEFCDBF32\n:10008000DFE3DEBF18E3A0E0B8E3EDEAFEE302C081\n:1000900005900D92AA30B107D9F728E3AAE0B8E39A\n:1000A00001C01D92A534B207E1F70E9441160C94DD\n:1000B000F11C0C940000FC0120816181862F90E0EE\n:1000C000A0E0B0E0DC0199278827B22B2381822BA6\n:1000D0002281BC01CD01722B0895E0E0F4E08EEDA9\n:1000E000808387E3809320048FE08093400488E03E\n:1000F000858B0895E0E4F4E080818D7F808389E042\n:10010000818B0895E0E4F4E0118A8081826080832D\n:100110000895E0E0F4E085898160858B0895809101\n:100120000A3890910B38A0910C38B0910D38019697\n:10013000A11DB11D80930A3890930B38A0930C3801\n:10014000B0930D38089510920A3810920B3810921F\n:100150000C3810920D38E0E0FAE081E082871182DD\n:1001600027EE33E026A337A38083789408952FB732\n:10017000F89460910A3870910B3880910C38909106\n:100180000D382FBF0895F894E0E0FAE0128610824F\n:100190007894089588E080934504089588E08093DA\n:1001A0004604089588E080930504089588E08093CC\n:1001B0000604089580E180932604089580E18093E9\n:1001C000250489EF90E00197F1F700C00000089541\n:1001D0000E94C300E0E2F4E0108A118AE0E5F0E05A\n:1001E0008081897F8260808380818160808388951F\n:1001F00008959C01F894E0E4F1E091819111FDCF24\n:100200001092480110924901E0E4F1E091819111CE\n:10021000FDCFC901880F991F880F991FE0E4F1E015\n:100220008287938781E0878391EC9083828378949F\n:100230000895E0E0F6E081E0808388E0828384E650\n:10024000808783E3848780E18287828581608287DB\n:10025000858180FFFDCF20911006309111064091DD\n:10026000120650911306211531054105510521F45F\n:1002700021E030E040E050E01092000660E070E0E5\n:1002800080E490E00E94FE18C901089528ED816085\n:1002900090E024BF8093610080E024BF80936000E1\n:1002A000E0E6F0E0838180FDFDCF089580E2809359\n:1002B0002504089580E28093260408958823A9F0F8\n:1002C000E0E2F4E090E29583AFE4B3EC1197F1F74C\n:1002D00000C000009683813041F0AFE4B3EC119789\n:1002E000F1F700C00000815071F708952F923F92FE\n:1002F0004F925F926F927F928F929F92AF92BF9236\n:10030000CF92DF92EF92FF920F931F93CF93DF93E1\n:100310006B017C01C00ED11EE21EF31EE1E0CE1681\n:10032000D104E2E0EE06F10408F048C06115710561\n:10033000E1E08E07910510F0C1E501C0C0E548017C\n:1003400059011A016B017C018C2F0E94E607182FBE\n:100350008823A9F18D2D0E941708182F882379F181\n:100360008C2D0E941708182F882349F18C2F0E948A\n:10037000D407182F882319F181E0881A9108A10861\n:10038000B10891F0E101412C512C320181E00E9431\n:10039000F7078993EFEF4E1A5E0A6E0A7E0A481439\n:1003A00059046A047B0490F3E101C80DD91D80E073\n:1003B0000E94F70788830E94350801C010E0812F52\n:1003C000DF91CF911F910F91FF90EF90DF90CF9031\n:1003D000BF90AF909F908F907F906F905F904F9065\n:1003E0003F902F9008950F931F93CF93DF931F9209\n:1003F000CDB7DEB7198201E010E020E030E0AE01B9\n:100400004F5F5F4F60E070E0CB010E94760191E0AA\n:1004100089270F90DF91CF911F910F9108952F920F\n:100420003F924F925F926F927F928F929F92AF9284\n:10043000BF92CF92DF92EF92FF920F931F93CF93D1\n:10044000DF93CDB7DEB72A97CDBFDEBF2B013C01CE\n:100450006A0148015901DC01CB01800F911FA21FE5\n:10046000B31F0197A240B10508F0ABC081149104FD\n:10047000A104B10409F4A7C000E717E10E831F83AC\n:1004800019821A821B821C82212C3324339403C0CC\n:10049000188511119AC0C20199277101E81AF90A49\n:1004A00021E0E216F20650F031E083169306A10433\n:1004B000B10480F4740101E0088710C0C701A0E016\n:1004C000B0E088159905AA05BB0538F0740111E064\n:1004D000188704C01886710101C0188641145104A0\n:1004E00021E06206710410F081E501C080E50E9400\n:1004F000E607882309F46EC0852D0E94170888231B\n:1005000009F468C0842D0E9417088D83882309F49C\n:100510005EC0E114F104D9F009811A810C0D1D1D92\n:1005200009871A8709811A810E0D1F1D0C0D1D1DCB\n:10053000E985FA858191E987FA870E94170888235F\n:1005400009F448C029853A852017310789F70E94A8\n:10055000350808EE13E009871A870E94F301882303\n:1005600079F089EF90E00197F1F700C0000009856C\n:100570001A850150110909871A87012B71F729C0C3\n:10058000A70160E070E0841A950AA60AB70A440E33\n:10059000551E661E771E09811A812B813C81040F2E\n:1005A000151F261F371F09831A832B833C830E8157\n:1005B0001F81015011090E831F83012B09F068CFA1\n:1005C00009C080E007C080E005C08D8103C08D8137\n:1005D00001C080E02A96CDBFDEBFDF91CF911F9191\n:1005E0000F91FF90EF90DF90CF90BF90AF909F90D2\n:1005F0008F907F906F905F904F903F902F900895D5\n:10060000FC019081990F9056292F220F220F920FF3\n:10061000218180ED820F890F0895FC01908199233B\n:1006200071F0DF011196908321E030E0691302C080\n:1006300020E030E0E20FF31F9D919111F4CF108282\n:1006400008958F929F92AF92BF92CF92DF92EF92D6\n:10065000FF927C016EE20E940D03C7010E94771990\n:100660006B017C0120E432E44FE050E00E94FE1870\n:1006700049015A0160E472E48FE090E00E94EE18B4\n:10068000A7019601261B370B480B590BCA01B9016C\n:1006900026E030E040E050E00E94201969017A0134\n:1006A000A501940160EA76E881E090E00E94EE18EE\n:1006B0006C0D7D1D8E1D9F1DFF90EF90DF90CF90E4\n:1006C000BF90AF909F908F9008954F925F926F92DE\n:1006D0007F928F929F92AF92BF92CF92DF92EF92D2\n:1006E000FF92CF93DF93CDB7DEB7E897CDBFDEBFE4\n:1006F000FC01892B09F4F1C16581603509F4F1C170\n:10070000C62ED12C20E3C21A28EFD20A4280842CB4\n:10071000912CA12CB12C208130E0A0E1BEE00E9400\n:100720003F196D837E838F839887218130E0ACE30E\n:10073000B0E00E943F1969877A878B879C87238165\n:10074000422E512C612C712C4481423028F41982A4\n:100750001A821B821C8208C06FE170E080E090E08A\n:1007600069837A838B839C834330D0F196013295E1\n:1007700022952F7023273F702327AEE3BAE00E9413\n:100780003F1920E931E0DC01A29FC001A39F900D39\n:10079000B29F900D1124C816D90639F196013695ED\n:1007A000279536952795ABE7B4E10E943F199695BA\n:1007B000879554E6589F9001599F300D1124C21619\n:1007C000D306E1F0C60183709927892B01F16CE112\n:1007D00070E080E090E0698B7A8B8B8B9C8B1FC0E4\n:1007E000198A1A8A1B8A1C8A1AC08DE190E0A0E03F\n:1007F000B0E0898B9A8BAB8BBC8B11C06CE170E045\n:1008000080E090E0698B7A8B8B8B9C8B08C08DE1AC\n:1008100090E0A0E0B0E0898B9A8BAB8BBC8B44302E\n:1008200028F41D8A1E8A1F8A188E08C06FE170E0A6\n:1008300080E090E06D8B7E8B8F8B988F453028F415\n:10084000198E1A8E1B8E1C8E08C08EE190E0A0E0DF\n:10085000B0E0898F9A8FAB8FBC8F463028F41D8E05\n:100860001E8E1F8E18A208C06FE170E080E090E03D\n:100870006D8F7E8F8F8F98A3473028F419A21AA20C\n:100880001BA21CA208C08EE190E0A0E0B0E089A30A\n:100890009AA3ABA3BCA3483028F41DA21EA21FA29A\n:1008A00018A608C06FE170E080E090E06DA37EA321\n:1008B0008FA398A7493028F419A61AA61BA61CA630\n:1008C00008C08FE190E0A0E0B0E089A79AA7ABA7AD\n:1008D000BCA74A3028F41DA61EA61FA618AA08C049\n:1008E0006EE170E080E090E06DA77EA78FA798ABE7\n:1008F0004B3028F419AA1AAA1BAA1CAA08C08FE117\n:1009000090E0A0E0B0E089AB9AABABABBCAB4C30B5\n:1009100028F41DAA1EAA1FAA18AE08C02EE130E0B6\n:1009200040E050E02DAB3EAB4FAB58AFE12CF12C8B\n:10093000D701C601815B9740A109B109AC01BD0196\n:100940007695679557954795769567955795479509\n:100950004D875E876F87788BC701B60161547640FB\n:100960008109910920E931E040E050E00E94FE1841\n:100970008D859E85AF85B889820F931FA41FB51FF3\n:10098000840D951DA61DB71D29813A814B815C817F\n:10099000820F931FA41FB51F49895A896B897C89CF\n:1009A000840F951FA61FB71F2D893E894F89588D2B\n:1009B000820F931FA41FB51F498D5A8D6B8D7C8D9F\n:1009C000840F951FA61FB71F2D8D3E8D4F8D58A1EB\n:1009D000820F931FA41FB51F49A15AA16BA17CA12F\n:1009E000840F951FA61FB71F2DA13EA14FA158A58B\n:1009F000820F931FA41FB51F49A55AA56BA57CA5FF\n:100A0000840F951FA61FB71F2DA53EA54FA558A95A\n:100A1000820F931FA41FB51F49A95AA96BA97CA9CE\n:100A2000840F951FA61FB71F2DA93EA94FA958AD2A\n:100A3000280F391F4A1F5B1F60E871E581E090E0D5\n:100A40000E94EE1869837A838B839C83D501C4014D\n:100A50008058904AAF4FB6474D805E806F80788453\n:100A6000480E591E6A1E7B1E89849A84AB84BC84FE\n:100A7000840C951CA61CB71CA701960160E873E3C3\n:100A800081EE91E00E94EE18860E971EA81EB91EF8\n:100A9000C701B6016D5677408109910924E630E01F\n:100AA00040E050E00E94FE1860E871E581E090E0CF\n:100AB0000E94EE18A5019401261B370B480B590B19\n:100AC000DA01C90129813A814B815C81280F391FE4\n:100AD0004A1F5B1FCA01B90107C060E070E0CB018B\n:100AE00003C060E070E0CB01E896CDBFDEBFDF91D0\n:100AF000CF91FF90EF90DF90CF90BF90AF909F90FD\n:100B00008F907F906F905F904F9008952F923F92BB\n:100B10004F925F926F927F928F929F92AF92BF920D\n:100B2000CF92DF92EF92FF920F931F93CF93DF93B9\n:100B3000CDB7DEB7A197CDBFDEBFFC019E012F5F11\n:100B40003F4F80E2D9011D928A95E9F76115710541\n:100B500009F469C19081992309F465C149A36B0126\n:100B60008F010F5F1F4F80E0312C790168942224A0\n:100B700025F8442E512C5201F3E0AF0EB11C420176\n:100B800024E0820E911C320135E0630E711CA6E058\n:100B90004A0E511C943209F441C19C3209F026C11D\n:100BA0003394B2E03B1221C0F6011082118212820E\n:100BB000F70101900020E9F73197EE19FF09369708\n:100BC00008F40DC1C7010E940003D6018C93CE0129\n:100BD00003960E940003F6018183CE0105960E94D0\n:100BE0000003D60112968C93FAC0832D90E08A15EB\n:100BF0009B05A1F4F6011682178210861186898161\n:100C0000882309F4ECC0C7010E942103D60116967F\n:100C10006D937D938D939C931997E1C088159905E9\n:100C200001F5F70101900020E9F7CF0102978E1539\n:100C30009F0509F0D4C089818F7D833509F0CFC02D\n:100C4000F60186819781A085B185B095A095909594\n:100C500081959F4FAF4FBF4F86839783A087B18702\n:100C6000BEC086159705A1F4D6011A961D921D9255\n:100C70001D921C921D978981882309F4B0C0C70179\n:100C80000E942103F6016287738784879587A7C036\n:100C90008415950501F5F70101900020E9F7CF01D2\n:100CA00002978E159F0509F09AC089818F7D87353F\n:100CB00009F095C0F60182859385A485B585B09528\n:100CC000A095909581959F4FAF4FBF4F8287938797\n:100CD000A487B58784C0F7E03F1210C029A1211175\n:100CE0007EC0D6011E961C921E9789818153823048\n:100CF00008F075C0E1E01E96EC9371C0F9E03F1278\n:100D000044C029A121116BC0D60151961C92898142\n:100D1000882309F464C06EE270E0C7010E94A5193F\n:100D2000009709F45CC0FC0101900020E9F73197BD\n:100D30009F01281B390BC9012230310508F44FC02F\n:100D4000F70101900020E9F73197EE19FF099F01A3\n:100D50002E5F3F4F2817390748F0A2E0B0E0A81BEC\n:100D6000B90BEE0DFF1DEA0FFB1F10826EE2C701EB\n:100D70000E940D03C7010E9459198F3F910511F080\n:100D80000CF08FEFF601818B2AC0FAE03F1227C0EA\n:100D900029A1213021F5D60113961C9213971496A0\n:100DA0001C92149715961C92F70101900020E9F708\n:100DB0003197EE19FF09369790F0C7010E940003A2\n:100DC000F6018383CE0103960E940003D601149698\n:100DD0008C93CE0105960E940003F6018583D7010E\n:100DE000E22D1D92EA95E9F780E018C09A3289F465\n:100DF000F9A1F130C1F4D6011E961C928981882395\n:100E000091F0813411F0843471F481E0F601868729\n:100E10000AC0F701E80FF11D90838F5FD8019D9103\n:100E20008D019111B7CEA196CDBFDEBFDF91CF91DD\n:100E30001F910F91FF90EF90DF90CF90BF90AF90F8\n:100E40009F908F907F906F905F904F903F902F90EA\n:100E500008950F931F93CF938C0128EB3BE044EB55\n:100E6000B8018AE00E945218C82F882309F466C08E\n:100E700064E270E0C8010E94A519009771F3FC01BB\n:100E800001900020E9F73197E81BF90B399728F317\n:100E9000FC012081243209F721812035F1F62281DD\n:100EA0002D34D9F623812435C1F624812B34A9F6BB\n:100EB0002581203391F62681213379F6878180338D\n:100EC00061F6809101388F93809100388F930E9452\n:100ED000CD190F900F9028EB3BE044EBB8018AE06E\n:100EE0000E945218C82F882349F164E270E0C801BB\n:100EF0000E94A519FC01009771F3DC010D90002000\n:100F0000E9F71197A81BB90B199728F38081843250\n:100F100011F781818035F9F682818D34E1F6838184\n:100F20008435C9F684818B34B1F68581803399F696\n:100F30008681803381F68781813369F68C2FCF914A\n:100F40001F910F910895E0EAF8E0168283E0838311\n:100F50008481886084838581816085838581806CBC\n:100F60008583089588E893E1E0EAF8E0258122236B\n:100F700044F023E02A95F1F700000197B9F780E0EB\n:100F8000089581E0089588E893E1E0EAF8E025819A\n:100F900026FD08C023E02A95F1F700000197B9F774\n:100FA00080E0089581E008959091A50893709330B2\n:100FB00059F0E0EAF8E094819B7F9483880F816088\n:100FC00087830E94B207089580E008959091A50854\n:100FD0009370933051F0E0EAF8E094819B7F948322\n:100FE000880F87830E94C307089580E00895CF93F8\n:100FF0009091A50893709230A9F4C82F0E94B2076F\n:10100000882391F08091A808CC2331F0E0EAF8E041\n:1010100094819B7F948309C0E0EAF8E09481946016\n:10102000948303C080E001C080E0CF910895909147\n:10103000A50893709230A9F48093A80828E833E1BA\n:10104000E0EAF8E08581958190718074892B59F4EC\n:1010500083E08A95F1F700002150310999F780E08B\n:10106000089580E0089581E00895E0EAF8E0848141\n:101070008460848384818360848308951F920F92A7\n:101080000FB60F9211248F93EF93FF9381E080931B\n:101090001D38E0E0F4E0818580628187FF91EF9167\n:1010A0008F910F900FBE0F901F9018951F920F9267\n:1010B0000FB60F9211248F9381E080931B38809399\n:1010C00043018F910F900FBE0F901F9018951F92A4\n:1010D0000F920FB60F9211242F933F934F935F936C\n:1010E0006F937F938F939F93AF93BF93EF93FF93F0\n:1010F0000E948F0081E080930B0AFF91EF91BF91D6\n:10110000AF919F918F917F916F915F914F913F919F\n:101110002F910F900FBE0F901F9018951F920F9256\n:101120000FB60F9211248F93EF93FF9381E080937A\n:101130001C38E0E4F4E0818582608187FF91EF91C3\n:101140008F910F900FBE0F901F9018950E94F9007D\n:101150000E94E80010924001089520912E383091AD\n:101160002F3880910738909108382817390730F0C8\n:1011700081E02B39304118F480E0089581E0089532\n:10118000CF92DF92EF92FF920F931F93CF93DF9353\n:1011900040912238C0912138309124380091233871\n:1011A00060911738709118388091193890911A38D9\n:1011B000311107C0011105C0473119F4CB3309F4CF\n:1011C00046C0611571058105910509F442C02CE303\n:1011D000D0E0249FC00DD11D112410E0239F000DED\n:1011E000111D11242CE330E040E050E00E94FE1875\n:1011F000CA01B90120EA35E040E050E00E94FE1843\n:10120000C017D10790F46E01E12CF12C6C157D050F\n:101210008E059F0500F120E030E041E06017710786\n:1012200082079307D8F040E019C06E01E12CF12C41\n:101230006C157D058E059F0580F420E030E041E0CF\n:10124000601771078207930748F040E007C040E04D\n:1012500005C040E003C040E001C041E0842FDF91C1\n:10126000CF911F910F91FF90EF90DF90CF90089555\n:10127000CF9382E190E00E94A41CC82F83E190E00C\n:101280000E94A41C2C2F30E0322F2227282BC901CA\n:10129000885B9B40833E944018F4822F932F02C0BA\n:1012A00084EE9CE0CF910895CF9384E190E00E947A\n:1012B000A41CC82F85E190E00E94A41C2C2F30E0D4\n:1012C000322F2227282BC90101978E3F9F4318F404\n:1012D000822F932F02C08EE190E0CF91089586E196\n:1012E00090E00E94A41C96EF980F913F08F08EE1C9\n:1012F0000895CF9387E190E00E94A41CC82F88E155\n:1013000090E00E94A41C2C2F30E0322F2227282BA3\n:10131000C9010A97853F9F4318F4822F932F02C07B\n:101320008AE090E0CF91089589E190E00E94A41CAA\n:10133000883108F080E008958AE190E00E94A41CC2\n:101340008C3308F080E008958BE190E00E94A41CAB\n:10135000883108F087E108958CE190E00E94A41C98\n:101360008C3308F08BE308952F923F924F925F9257\n:101370006F927F928F929F92AF92BF92CF92DF92A5\n:10138000EF92FF920F931F93CF93DF93CDB7DEB70A\n:101390006697CDBFDEBF809127388F938091263826\n:1013A0008F93809129388F93809128388F938091E3\n:1013B0002D381F928F9380912C381F928F9380919C\n:1013C0002B388F9380912A388F9386E99AEB9F93DD\n:1013D0008F930E94CD1904E010E020E030E0AE01D0\n:1013E0004F5F5F4F60E070E0CB010E947601182FE5\n:1013F000CDBFDEBF882309F4FBC1CE0101960E9458\n:101400005B006F87788B898B9A8B61307105824086\n:10141000910508F0ECC104E010E020E030E0AE01FE\n:101420004F5F5F4F64E070E080E090E00E947601E3\n:10143000182F882309F4DCC1CE0101960E945B00BD\n:101440002B013C018FEF481658066806780619F400\n:10145000412C512C32016F85788989899A89605194\n:101460007109810991092AE030E040E050E00E94D2\n:10147000FE18B22EA32E942E852EC22ED32EE42E2D\n:10148000F52EC114D104E104F10459F0C301B201F5\n:10149000A70196010E94FE18722E632E542E452E2F\n:1014A00004C0712C612C512C412C04E010E020E090\n:1014B00030E0AE014F5F5F4F6AE070E080E090E0A7\n:1014C0000E947601182F882309F492C1CE0101965B\n:1014D0000E945B006F3FAFEF7A078A079A0719F403\n:1014E00060E070E0CB01C114D104E104F10429F003\n:1014F000A70196010E94FE1804C020E030E040E001\n:1015000050E05F934F933F932F934F925F926F9270\n:101510007F928F929F92AF92BF9286EC9AEB9F93AD\n:101520008F930E94CD198AEF9AEB9F938F930E941D\n:10153000CD19CDBFDEBFC12CD12C76016894C4F883\n:10154000CB8ADC8AED8AFE8AC12CD12C7601C39429\n:10155000CB86DC86ED86FE860F2EF6E12F2EFBEB8A\n:101560003F2EF02D09C04B8B5C8B6D8B7E8B04C0A6\n:101570004B8B5C8B6D8B7E8B0AE010E020E030E0C3\n:10158000AE014F5F5F4F6B897C898D899E890E9478\n:101590007601182F882309F42BC14C81898190E0B2\n:1015A000A0E0B0E04C015D01072E71E1880C991CB0\n:1015B000AA1CBB1C7A95D1F7702D9A81892F90E0D7\n:1015C000A0E0B0E0072E79E0880F991FAA1FBB1F8B\n:1015D0007A95D1F7702D88299929AA29BB29CB8022\n:1015E000D12CE12CF12CCC0CDD1CEE1CFF1C8C2929\n:1015F0009D29AE29BF29842E912CA12CB12C689451\n:1016000016F8B694A794979487941694D1F7882ADD\n:10161000992AAA2ABB2A20E4821A24E5920A29E8F8\n:10162000A20AB1082F818D8190E0A0E0B0E02C01EA\n:101630003D01032E3BE0440C551C661C771C3A957B\n:10164000D1F7302D8E8190E0A0E0B0E0880F991F97\n:10165000AA1FBB1F880F991FAA1FBB1F880F991FA6\n:10166000AA1FBB1F84299529A629B7294F7750E0C7\n:1016700060E070E0032E33E1440F551F661F771FB3\n:101680003A95D1F7302D842B952BA62BB72B422ED4\n:10169000512C612C712C689414F8769467945794AB\n:1016A00047941694D1F7482A592A6A2A7B2A30E8A7\n:1016B000431A38EA530A32E1630A31E0730A2F71A0\n:1016C0008885C984D12CE12CF12CFE2CED2CDC2C4E\n:1016D000CC24E82A8A85C82AF22AC301B2017720DD\n:1016E0003CF466277727CB016419750986099709A9\n:1016F00020EA36E841E050E00E9420199F938F9342\n:101700007F936F93C301B20120EA36E841E050E0D5\n:101710000E9420195F934F933F932F93C501B4010B\n:10172000BB203CF466277727CB01681979098A0921\n:101730009B0920EA36E841E050E00E9420199F937F\n:101740008F937F936F93C501B40120EA36E841E09F\n:1017500050E00E9420195F934F933F932F9386E1AF\n:10176000C81A8EEBD80A88E8E80A8FE9F80AFF92CF\n:10177000EF92DF92CF929E859F93AD85AF93BC850C\n:10178000BF93CB84CF923F922F920E94CD194B8969\n:101790005C896D897E89465F5F4F6F4F7F4F8B8974\n:1017A0009C89AD89BE894496A11DB11DCDBFDEBF08\n:1017B000CF84D888E988FA88C816D906EA06FB06D5\n:1017C000B8F08B859C85AD85BE850196A11DB11DA8\n:1017D0008B879C87AD87BE87893C9105A105B105A4\n:1017E00008F4C1CE8091080485FDC2CE01C010E08E\n:1017F000812F6696CDBFDEBFDF91CF911F910F91F4\n:10180000FF90EF90DF90CF90BF90AF909F908F9020\n:101810007F906F905F904F903F902F90089584E35A\n:101820009BEB9F938F930E94CD190E94B4090F9058\n:101830000F90811108C085E49BEB9F938F930E94CA\n:10184000CD190F900F908DE49BEB9F938F930E9487\n:10185000CD190F900F9008952F923F924F925F9263\n:101860006F927F928F929F92AF92BF92CF92DF92B0\n:10187000EF92FF920F931F93CF93DF93CDB7DEB715\n:10188000AC97CDBFDEBF0E940B1885E00E945E01C1\n:101890000E94DE000E94A30781E0809309388CE556\n:1018A0009BEB9F938F930E94CD190E940F0C0F907A\n:1018B0000F900F2E612CF1E17F2EF02D0F2EFDE603\n:1018C0004F2EFBEB5F2EF02D0F2EF3E92F2EFBEBAF\n:1018D0003F2EF02D0F2EFEE28F2EFCEB9F2EF02DD3\n:1018E0000F2EFEE4EF2EFCEBFF2EF02D0F2EF4E872\n:1018F000AF2EFCEBBF2EF02D0F2EFEEBCF2EFCEB10\n:10190000DF2EF02DF30124859385838130911F38DC\n:101910001F923F9330912F383F9330912E383F9351\n:101920001F922F931F929F931F928F931F9289EC68\n:101930008F935F924F920E94CD1980911E381F9213\n:101940008F93809120381F928F93809103388F93CB\n:10195000809102388F93809104381F928F938091E9\n:1019600006388F93809105388F93809108388F9334\n:10197000809107388F933F922F920E94CD198091CA\n:101980002438CDBFDEBF811115C09091233891114D\n:1019900011C090912238973169F4909121389B338E\n:1019A00049F482E29CEB9F938F930E94CD190F9094\n:1019B0000F9014C0909121381F929F9390912238DC\n:1019C0001F929F93909123381F929F931F928F9302\n:1019D0009F928F920E94CD19CDBFDEBFFF92EF92F2\n:1019E0000E94CD19BF92AF920E94CD19DF92CF9283\n:1019F0000E94CD1920E43CE940E2BE016F5F7F4FB9\n:101A00008DE00E9452180F900F900F900F900F9042\n:101A10000F90811109C086E09DEB9F938F930E94E8\n:101A2000CD190F900F907AC38981803319F40E94E9\n:101A30000F0C68CF813309F06AC08FEF89A38AA3A6\n:101A40008BA38CA382E49DEB9F938F930E94CD196F\n:101A500004E010E020E030E0AE014F5D5F4F60E059\n:101A600070E0CB010E940F020F900F90811108C00F\n:101A700087E49DEB9F938F930E94CD190F900F9059\n:101A800004E010E020E030E0AE014F5D5F4F64E025\n:101A900070E080E090E00E940F02811108C027E40E\n:101AA0003DEB3F932F930E94CD190F900F9004E0D0\n:101AB00010E020E030E0AE014F5D5F4F6AE070E083\n:101AC00080E090E00E940F02811108C0E7E4FDEB86\n:101AD000FF93EF930E94CD190F900F9010922D3825\n:101AE00010922C3810922A3810922B3810922838E5\n:101AF0001092293810922638109227388FE49DEBE7\n:101B00009F938F930E94CD190F900F90FBCE82333D\n:101B100009F069C080E18F938AE98F938BE08F93FE\n:101B200088EB8F9386E59DEB9F938F930E94CD1951\n:101B300020E63AEE40E2BE016F5F7F4F8DE00E94EB\n:101B400052180F900F900F900F900F900F908111DF\n:101B500009C08BE69DEB9F938F930E94CD190F9048\n:101B60000F90DCC2CE0101960E9459198DA3082F57\n:101B7000192FC801885B9B40833E944048F087E45E\n:101B80009DEB9F938F930E94CD190F900F90BACE2B\n:101B9000612F82E190E00E94AC1C6DA183E190E096\n:101BA0000E94AC1C87EA91E60197F1F700C00000A3\n:101BB0000E9438090817190749F0E7E4FDEBFF9385\n:101BC000EF930E94CD190F900F909CCE85E79DEB6F\n:101BD0009F938F930E94CD19009307381093083874\n:101BE0000F900F908FCE833309F067C08FE38F93F0\n:101BF0008EEF8F931F9281E08F938AE79DEB9F93E7\n:101C00008F930E94CD1920E63AEE40E2BE016F5F4D\n:101C10007F4F8DE00E9452180F900F900F900F9001\n:101C20000F900F90811109C08BE69DEB9F938F93CE\n:101C30000E94CD190F900F9071C2CE0101960E94A3\n:101C400059198DA3082F192FC80101978E3F9F4363\n:101C500048F027E43DEB3F932F930E94CD190F905E\n:101C60000F9050CE612F84E190E00E94AC1C6DA1DA\n:101C700085E190E00E94AC1CE7EAF1E63197F1F7CC\n:101C800000C000000E9454090817190749F027E412\n:101C90003DEB3F932F930E94CD190F900F9032CEC2\n:101CA000E5E7FDEBFF93EF930E94CD190093053814\n:101CB000109306380F900F9025CE843309F067C03B\n:101CC0001F928AEF8F931F928AE08F938FEA9DEB8A\n:101CD0009F938F930E94CD191F9289E08F938FEC71\n:101CE0009DEB9F938F930E94CD1920E63AEE40E240\n:101CF000BE016F5F7F4F8DE00E945218CDBFDEBFE7\n:101D0000811109C08BE69DEB9F938F930E94CD19A3\n:101D10000F900F9003C2CE0101960E945919082F0F\n:101D2000192F98012A503109213F310548F027E445\n:101D30003DEB3F932F930E94CD190F900F90E2CD72\n:101D4000682F86E190E00E94AC1CE7EAF1E631974B\n:101D5000F1F700C000000E946F098DA390E0081702\n:101D6000190749F027E43DEB3F932F930E94CD19CB\n:101D70000F900F90C7CDE5E7FDEBFF93EF930E9427\n:101D8000CD193DA1309304380F900F90BBCD853312\n:101D900009F067C08FE38F938EEF8F931F928AE0D5\n:101DA0008F9386EF9DEB9F938F930E94CD1920E632\n:101DB0003AEE40E2BE016F5F7F4F8DE00E94521805\n:101DC0000F900F900F900F900F900F90811109C0FE\n:101DD0008BE69DEB9F938F930E94CD190F900F90F0\n:101DE0009DC1CE0101960E9459198DA3082F192F6C\n:101DF000C8010A97853F9F4348F027E43DEB3F9396\n:101E00002F930E94CD190F900F907CCD612F87E109\n:101E100090E00E94AC1C6DA188E190E00E94AC1C97\n:101E2000E7EAF1E63197F1F700C000000E94790976\n:101E30000817190749F027E43DEB3F932F930E94C1\n:101E4000CD190F900F905ECDE5E7FDEBFF93EF937B\n:101E50000E94CD1900930238109303380F900F9011\n:101E600051CD863309F0CAC08EE19EEB9F938F93CC\n:101E70000E94CD1920E63AEE40E2BE016F5F7F4F2F\n:101E80008DE00E9452180F900F90811109C08BE6CF\n:101E90009DEB9F938F930E94CD190F900F903EC1A1\n:101EA000CE0101960E9459198C019C013695279507\n:101EB00036952795ABE7B4E10E943F199695879533\n:101EC0008DA39EA38831B0F4980136952795369559\n:101ED00027950E943F199695879544E6489F900163\n:101EE000499F300D1124C801821B930B8FA398A723\n:101EF0008C3348F0E7E4FDEBFF93EF930E94CD199C\n:101F00000F900F90FFCC8AE49EEB9F938F930E94DB\n:101F1000CD1920E63AEE40E2BE016F5F7F4F8DE0C3\n:101F20000E9452180F900F90811109C08BE69DEB13\n:101F30009F938F930E94CD190F900F90EFC0CE0109\n:101F400001960E945919AC019C013695279536954A\n:101F50002795ABE7B4E10E943F199695879589A72D\n:101F60009AA78831C8F49A01369527953695279512\n:101F70000E943F199695879564E6689F9001699F36\n:101F8000300D1124CA01821B930B8BA79CA78C33A5\n:101F900018F40417150749F4E7E4FDEBFF93EF93FA\n:101FA0000E94CD190F900F90ADCC6DA189E190E00A\n:101FB0000E94AC1C6FA18AE190E00E94AC1C69A554\n:101FC0008BE190E00E94AC1C6BA58CE190E00E943C\n:101FD000AC1C85E79DEB9F938F930E94CD19FDA1CB\n:101FE000F09324382FA12093233839A53093223839\n:101FF0008BA5809321380F900F9084CC8733A9F460\n:1020000080912038882341F060E08DE190E00E94CB\n:10201000AC1C1092203876CC61E08DE190E00E94FB\n:10202000AC1C81E0809320386DCC883309F057C018\n:10203000E7E7FEEBFF93EF930E94CD1920E63AEE1F\n:1020400040E2BE016F5F7F4F8DE00E9452180F90FB\n:102050000F90811109C08BE69DEB9F938F930E9497\n:10206000CD190F900F905AC0CE0101960E945919B8\n:10207000082F192F0B3F110548F087E49DEB9F9324\n:102080008F930E94CD190F900F903CCC682F8FE159\n:1020900090E00E94AC1C87EA91E60197F1F700C03E\n:1020A00000008FE190E00E94A41C8DA390E008172F\n:1020B000190749F0E7E4FDEBFF93EF930E94CD1978\n:1020C0000F900F901FCC85E79DEB9F938F930E94FD\n:1020D000CD19FDA1F0931E380F900F9013CC8236CE\n:1020E000A9F480911F38882341F060E08EE190E0F0\n:1020F0000E94AC1C10921F3805CC61E08EE190E08C\n:102100000E94AC1C81E080931F38FCCB86E09DEBE5\n:102110009F938F930E94CD190F900F900E94DA0029\n:1021200083E294EF0197F1F700C000000E9443188A\n:102130000E943718AC96CDBFDEBFDF91CF911F91C3\n:102140000F91FF90EF90DF90CF90BF90AF909F9056\n:102150008F907F906F905F904F903F902F90089559\n:102160008091080485FF12C00DC0908595FD0CC0BC\n:10217000A7EAB1E61197F1F700C000008150A9F776\n:1021800081E0089580E0089580E0089587EA91E66F\n:102190000197F1F700C000008DE1E0E0F4E0E5CF49\n:1021A0004F925F926F927F928F929F92AF92BF9267\n:1021B000CF92DF92FF920F931F93CF93DF93CDB710\n:1021C000DEB76297CDBFDEBF6C01F62E04E010E0F3\n:1021D00020E030E0AE014F5F5F4F60E070E0CB0188\n:1021E0000E947601882309F449C1CE0101960E941C\n:1021F0005B004B015C01DC01CB014097A109B109F7\n:10220000813F9F4FA140B10528F0812C912C5401B2\n:10221000689484F8FF2011F104E010E020E030E041\n:10222000AE014F5F5F4F64E070E080E090E00E949D\n:102230007601882309F424C1CE0101960E945B0037\n:102240006B877C878D879E876F3F7F4F8F4F9F4F18\n:1022500049F41B861C861D861E8604C01B861C86B0\n:102260001D861E8604E010E020E030E0AE014F5FE6\n:102270005F4F6AE070E080E090E00E947601882382\n:1022800009F400C1CE0101960E945B006F87788B34\n:10229000898B9A8B6F3F7F4F8F4F9F4F21F41F8603\n:1022A000188A198A1A8AC6010E9465036A3E51E497\n:1022B000750757E7850750E6950738F0AB01BC0175\n:1022C0004A5E51446747704603C040E050E0BA019F\n:1022D000D60116960D911D912D913C911997005C98\n:1022E0001B4A26473F4FD901C801072E71E1B69519\n:1022F000A795979587957A95D1F7702D8983D90100\n:10230000C801072E79E0B695A795979587957A9598\n:10231000D1F7702D8A83D901C801B695A7959795F5\n:1023200087958B83F60182859385A485B585805832\n:102330009745AD4EBE4F0795002707952C013D01EF\n:10234000032E33E176946794579447943A95D1F7E6\n:10235000302D04290C838C019D010F2EFBE0369556\n:10236000279517950795FA95D1F7F02D0D838C01D8\n:102370009D01689412F83695279517950795169440\n:10238000D1F70E838295880F807E872B8F83688795\n:1023900059874A8724013501FAE04F0E511C611C10\n:1023A000711C21E04216510422E06206710408F01B\n:1023B0006BC00AE010E020E030E0AE014F5F5F4FFD\n:1023C000C501B4010E940F02882309F45FC079821D\n:1023D0006A825B824C8204E010E020E030E0AE01D3\n:1023E0004F5F5F4F60E070E0CB010E940F028823D7\n:1023F00009F44EC0FF2011F1D6011F968D919C91DA\n:1024000050972B853C854D855E85280F391F411DD2\n:10241000511DDA01C901B983AA839B832C8304E08F\n:1024200010E020E030E0AE014F5F5F4F64E070E00D\n:1024300080E090E00E940F02882361F1D60151965E\n:102440008C914F84588869887A88480E511C611C89\n:10245000711C79826A825B824C8204E010E020E089\n:1024600030E0AE014F5F5F4F6AE070E080E090E0E7\n:102470000E940F02882381F082E00FC080E00DC02F\n:1024800080E00BC080E009C081E007C080E005C0AB\n:1024900080E003C080E001C080E06296CDBFDEBF77\n:1024A000DF91CF911F910F91FF90DF90CF90BF9060\n:1024B000AF909F908F907F906F905F904F90089516\n:1024C0002F923F924F925F926F927F928F929F9244\n:1024D000AF92BF92CF92DF92EF92FF920F931F9332\n:1024E000CF93DF93CDB7DEB7CB5CD109CDBFDEBFD5\n:1024F0000E94A300FE01319682E1DF011D928A95C0\n:10250000E9F7C0900538D0900638B1E0C553DF4FE9\n:10251000B883CB5CD040E6E0CE16D10428F4C55396\n:10252000DF4F1882CB5CD0400E94DE000E94A307E0\n:102530000E94CA000E94D2000E94EF17CE0143966B\n:102540000E9429078111F1C2F6C2E12C412C512CC5\n:102550003201212C312C0F2EF3E98F2EFEEB9F2E12\n:10256000F02DA12C6894BB24B2F808EB1BE024EBFF\n:10257000AE014D5E5F4F6AE082E00E9494188823AE\n:1025800009F419C30E940B1864E270E0CE0143966F\n:102590000E94A5198C01009709F44EC0FC0101901E\n:1025A0000020E9F73197E81BF90B379708F446C08C\n:1025B000DC0113968C911397823599F414968C91C3\n:1025C00014978D3409F515968C918334F9F441E014\n:1025D000BE016F5F7F4FC8010E948605FF24F39400\n:1025E0001CC08734A9F4F8018481873499F485816B\n:1025F000813491F440E0BE016F5F7F4FC8010E94BB\n:102600008605FF24F39409C0F12C07C0F12C05C006\n:10261000F12C03C0F12C01C0F12C0E94B7001F93D4\n:102620000F939F938F937F936F939F928F920E94AC\n:10263000CD19CDBFDEBF03C0F12C01C0F12CF801D4\n:1026400001900020E9F73197E01BF10B3297C0F1C0\n:1026500064E270E0C80101960E94A519009781F11B\n:10266000FC0101900020E9F73197E81BF90B37973F\n:1026700038F1DC0113962C911397223589F41496C6\n:102680002C9114972D34E1F415962C912334C1F438\n:1026900041E0BE016F5F7F4F0E948605F39410C03A\n:1026A000273471F4FC012481273451F4258121342D\n:1026B00039F440E0BE016F5F7F4F0E948605F394BE\n:1026C0000E94B70028EE33E040E050E00E94FE1880\n:1026D000C953DF4F288339834A835B83C75CD0406B\n:1026E000DA01C901293731054105510580F02E81F4\n:1026F000203569F4298121110AC02A81233038F458\n:1027000080912C388F5F80932C3817E05BC2F6E005\n:10271000CF16D10460F08D329140A105B10538F09B\n:1027200080912D388F5F80932D3817E04BC232E0B7\n:10273000F31215C0CE0101960E946503672B682B2A\n:10274000692B69F0CE0101960E94650360931738EA\n:10275000709318388093193890931A3817C0809165\n:10276000173890911838A0911938B0911A380097FD\n:10277000A105B10559F00196A11DB11D809317382F\n:1027800090931838A0931938B0931A388F858130F8\n:1027900009F0C0C02114310431F4C953DF4F28803F\n:1027A0003980C75CD0401091043886E0C816D10447\n:1027B00008F4C7C180912538882309F4D1C18EE17E\n:1027C00090E010E0CFC1A0E0B0E0C953DF4F4881F6\n:1027D00059816A817B81C75CD040421953096109E4\n:1027E000710984179507A607B70708F08EC0C9536B\n:1027F000DF4FA881B981C75CD040A88BB98B80918D\n:102800002538882321F0A0932638B09327381092DA\n:10281000093880912038882309F45CC080911238EF\n:1028200090911338A0911438B09115380097A105F4\n:10283000B105C9F48F819885A985BA85809312382E\n:1028400090931338A0931438B09315388B859C85DA\n:10285000AD85BE8580930E3890930F38A0931038C5\n:10286000B093113837C04F81588569857A85841BAC\n:10287000950BA60BB70BAC01BD013AF444275527C5\n:10288000BA01481B590B6A0B7B0B4C325140610556\n:10289000710504F580910E3890910F38A091103891\n:1028A000B09111384B855C856D857E85841B950BB9\n:1028B000A60BB70BAC01BD013AF444275527BA016A\n:1028C000481B590B6A0B7B0B4C325140610571055B\n:1028D0000CF473C1C553DF4F6881CB5CD040CE018F\n:1028E00001960E94D01010922538813009F484C1DD\n:1028F000882309F464C136E0C316D10430F0E394B0\n:1029000080911E38E81608F05CC18FEF481A580A0B\n:10291000680A780A0E94C0088823B1F180910938BA\n:10292000882371F0E0E2F4E080E285839FEFA4E386\n:10293000BCE09150A040B040E1F700C000008683A9\n:10294000109209380E94CE000E942A180E94431853\n:102950000E9437180E94DA0081E090E00E94F9009E\n:102960008091173890911838A0911938B0911A3881\n:102970000196A11DB11D8093173890931838A0932C\n:102980001938B0931A3866C10E94190180932E3805\n:1029900090932F388A5E9B40813B944008F0EAC0B8\n:1029A000D50118968C91189785FD0AC0EFE4F3ECD9\n:1029B0003197F1F700C0000018968C9185FF0DC18A\n:1029C0000E94EF1780911F38811105C0809109384E\n:1029D000882309F4CACD0E9456018E81803539F4CE\n:1029E000EFE2F5E73197F1F700C0000006C08BE495\n:1029F0009DE10197F1F700C000000E945A01B5CD9A\n:102A00000E94CE000E942A180E9443180E94371884\n:102A10000E94DA0014E02FC0CC96A11DB11D809356\n:102A2000173890931838A0931938B0931A388CE35C\n:102A300090E00E94F9000EC185E0809330380E943A\n:102A4000D60081E090E00E94F900109217381092B1\n:102A500018381092193810921A38FCC081E090E0B2\n:102A60000E94F900109217381092183810921938F5\n:102A700010921A38EFC08AEF810F823080F5E09013\n:102A80000538F0900638173039F0E114F10451F4AC\n:102A9000EE24E394F12C06C00F2EF4E8EF2EF3E0C1\n:102AA000FF2EF02DC7010E94F900809117389091F8\n:102AB0001838A0911938B0911A380097A105B105BE\n:102AC00009F4C8C08E0D9F1DA11DB11D809317383C\n:102AD00090931838A0931938B0931A38BBC08091DE\n:102AE0002838909129380196809328389093293876\n:102AF0008091173890911838A0911938B0911A38F0\n:102B00000097A105B10561F0885A9D4FAF4FBF4FA7\n:102B10008093173890931838A0931938B0931A38C7\n:102B200088E592E00E94F90095C096E0C916D104AC\n:102B300008F00BCD7DC0A6E0CA16D10408F47DC014\n:102B40005FCF209105383091063840E050E0C30156\n:102B5000B2010E94FE18672B682B692B39F0D5CE85\n:102B600089E090E02A89211171C02DCE8A898111D6\n:102B700069C0CBCE0E94CE000E942A180E94431842\n:102B80000E9437180E94DA0080912A3890912B38E1\n:102B9000019680932A3890932B3880911738909122\n:102BA0001838A0911938B0911A380097A105B105CD\n:102BB00009F032CF3CCF14E005C018E003C014E0A8\n:102BC00001C016E00E94CE000E942A180E944318FD\n:102BD0000E9437180E94DA004ECF0E94CE000E9459\n:102BE0002A180E9443180E9437180E94DA000E9497\n:102BF000B010811121CF32CF0E94CE000E942A183E\n:102C00000E9443180E9437180E94DA0083E08093E4\n:102C100030380E94D60081E090E00E94F9001092C6\n:102C20001738109218381092193810921A3812C0AA\n:102C30008CE99EEB0E94E31988CC8CE99EEB0E9404\n:102C4000E319DECE811708F4D2CD5FCE211708F04C\n:102C5000BACDCDCDC553DF4FCDBFDEBFDF91CF9114\n:102C60001F910F91FF90EF90DF90CF90BF90AF90AA\n:102C70009F908F907F906F905F904F903F902F909C\n:102C80000895C0E4D1E00F2EF5E0AF2EF02D68944A\n:102C9000BB24B2F8DD24D3946894CC24C1F800E0BE\n:102CA00014E06894EE24E6F8FF24F2F8188280918C\n:102CB0003038811103C086E00E9446010E9419014C\n:102CC00080932E3890932F3880913038811184C0B2\n:102CD0000E946D000E94890083E090E00E94A60897\n:102CE0000E94DD180E9438098093073890930838B5\n:102CF0000E94540980930538909306380E946F090A\n:102D0000809304380E9479098093023890930338A5\n:102D10000E949409809324380E949C098093233850\n:102D20000E94A409809322380E94AC098093213824\n:102D30008DE190E00E94A41C823018F4809320382A\n:102D400002C0109220388EE190E00E94A41C8230D4\n:102D500018F480931F3802C010921F388FE190E062\n:102D60000E94A41C8F3F19F080931E3802C010925D\n:102D70001E38D092253810921D3810921B381092B0\n:102D80001738109218381092193810921A38109279\n:102D9000163810921238109213381092143810927C\n:102DA000153810920E3810920F3810921038109279\n:102DB00011380E94AD08882351F0C09230388C2D14\n:102DC0000E945E018CE390E00E94F900F5C00E9431\n:102DD0007A00B0923038F0C0843009F048C0809159\n:102DE0001D38811105C080911C38882309F4E4C086\n:102DF0002FED32E282E0215030408040E1F700C008\n:102E00000000F801808585FF04C0F701808581FD01\n:102E1000D3C010921D38D092163887E00E945E0110\n:102E200020912E3830912F38369527953695279555\n:102E300036952795ABE7B4E10E943F1996958795A3\n:102E40008E50FFED22E232E0F15020403040E1F7B9\n:102E500000C000000E945E01D09230380E948200C3\n:102E600080910238909103380E94F900A5C081300A\n:102E700009F05FC00E94AD08882389F0C092303805\n:102E80000E94D6008CE390E00E94F900109217385F\n:102E9000109218381092193810921A388DC08091FB\n:102EA0001D38882311F10E94B010882389F0A09268\n:102EB00030380E94D60081E090E00E94F900109224\n:102EC0001738109218381092193810921A3874C0A6\n:102ED00081E090E00E94F9001092173810921838A3\n:102EE0001092193810921A3867C00E94C0088823BF\n:102EF000E9F0D092253888E790E00E94F9008091AF\n:102F0000173890911838A0911938B0911A3888580C\n:102F10009F4FAF4FBF4F8093173890931838A093AF\n:102F20001938B0931A380E94D60046C00E94601229\n:102F300043C0823041F50E94AD08882329F088E023\n:102F400097E00E94F90038C080911D38882359F01D\n:102F50000E94B010882339F0A092303881E090E0D0\n:102F60000E94F90029C080911638882339F0D09248\n:102F7000303881E090E00E94F9001EC00E947A0083\n:102F8000B092303819C0833069F480911D3888239D\n:102F900099F010921D38A092303881E090E00E94A4\n:102FA000F9000AC0853041F40E942C0C1092303890\n:102FB00081E090E00E94F90010921B3810921D38B9\n:102FC00010921C380E94E80071CEE0E0F8E0948195\n:102FD00095FFFDCF8093020880E090E00895109265\n:102FE000E205A0E0B8E016968C911697806C1696D4\n:102FF0008C931697E0E2F4E084E08583808184601E\n:1030000080838081877F808381EA91E018968D9309\n:103010009C931997089581E08093E205A0E0B8E0C1\n:1030200016968C911697806C16968C931697E0E006\n:10303000F4E0118A128A82E0858380818260808335\n:1030400080818B7F808381EA91E018968D939C9399\n:10305000199708958091040888233CF4E0E0F8E093\n:10306000808194819923E4F3089580E00895E0E05D\n:10307000F4E080818D7F808380818B7F808384E0FA\n:10308000818B828B0895E0E0F8E0848186FFFDCF9C\n:10309000848185FFFACFE0E0F8E084818064848356\n:1030A00016820895EF92FF920F931F93CF93DF93B1\n:1030B000182F7B01042FE90150E060E070E0C701A8\n:1030C0000E949E190E942A1890E0E0E0F8E08481B6\n:1030D000882354F02197A9EFB0E01197F1F700C0D1\n:1030E00000002097A1F718C080818A3069F08D30E8\n:1030F00059F021E0290FD701A90FB11D8C9320179A\n:1031000010F090E001C0922F8113E1CFF701E90F99\n:10311000F11D108281E001C080E0DF91CF911F910D\n:103120000F91FF90EF900895DF92EF92FF920F932F\n:103130001F93CF93DF93D82EE62EEA01F22E882339\n:1031400089F1422F50E060E070E0CE010E949E19AC\n:103150000E942A1890E0E0E0F8E08481882364F07F\n:1031600001501109A9EFB0E01197F1F700C000007C\n:103170000115110591F718C0808121E0290FDE01AA\n:10318000A90FB11D8C932F1510F090E001C0922F64\n:103190008E11E3CFDA94D110E0CFC90FD11D188280\n:1031A00081E003C080E001C080E0DF91CF911F91FA\n:1031B0000F91FF90EF90DF900895E1E3F8E385EE43\n:1031C00097E1808791871286138682E08383148635\n:1031D0001586E0934138F09342380895DB018F93D0\n:1031E0009F930E944E19BF91AF91A29F800D911D98\n:1031F000A39F900DB29F900D11240895A1E21A2E65\n:10320000AA1BBB1BFD010DC0AA1FBB1FEE1FFF1F8A\n:10321000A217B307E407F50720F0A21BB30BE40BDA\n:10322000F50B661F771F881F991F1A9469F7609521\n:103230007095809590959B01AC01BD01CF010895DB\n:10324000052E97FB1EF400940E94371957FD07D0F6\n:103250000E94FE1807FC03D04EF40C9437195095C9\n:103260004095309521953F4F4F4F5F4F0895909572\n:103270008095709561957F4F8F4F9F4F0895A29FC6\n:10328000B001B39FC001A39F700D811D1124911D3A\n:10329000B29F700D811D1124911D08950E943F1948\n:1032A000A59F900DB49F900DA49F800D911D11249A\n:1032B0000895FC0188279927E89421912032E9F3A9\n:1032C000293010F02E30C8F32B3241F02D3239F472\n:1032D000689404C00E94C519820F911D219120534A\n:1032E0002A30C0F31EF4909581959F4F08951F9347\n:1032F000FC0199278827BC01E89411911032E9F369\n:10330000193010F01E30C8F31B3251F01D3249F451\n:10331000689406C00E94B019610F711D811D911D36\n:10332000119110531A30B0F33EF49095809570953A\n:1033300061957F4F8F4F9F4F1F910895DC0101C012\n:103340006D9341505040E0F70895FC01819186173C\n:1033500021F08823D9F7992708953197CF0108954F\n:10336000592F482F372F262F660F771F881F991F39\n:10337000660F771F881F991F620F731F841F951F89\n:10338000660F771F881F991F08957AE0979F902DE9\n:10339000879F802D910D11240895A0E0B0E0E3ED0A\n:1033A000F9E10C94D01CAE014B5F5F4FFA016191C3\n:1033B0007191AF0180914138909142380E94131A67\n:1033C000E2E00C94E91C0F931F93CF93DF93E091FD\n:1033D0004138F0914238238121FF1BC08C01D0E09D\n:1033E000C0E0F80181918F016091413870914238BD\n:1033F000DB011896ED91FC911997882331F009951E\n:10340000892B79F3DFEFCFEFECCF8AE00995892B99\n:1034100019F08FEF9FEF02C08D2F9C2FDF91CF917E\n:103420001F910F910895ABE0B0E0E9E1FAE10C944F\n:10343000C01C6C017B018A01FC011682178283810A\n:1034400081FFCCC1CE0101963C01F6019381F701C9\n:1034500093FD859193FF81917F01882309F4BAC17F\n:10346000853239F493FD859193FF81917F018532F7\n:1034700029F4B60190E00E940A1CE7CF912C212C80\n:10348000312CFFE1F315D8F08B3279F038F480322B\n:1034900079F08332A1F4232D20611DC08D3261F0BB\n:1034A000803369F4232D216016C0832D8260382E6D\n:1034B000E32DE4603E2E2AC0F32DF8601DC037FCDA\n:1034C0002DC020ED280F2A3040F08E32B9F436FCA2\n:1034D00081C1232D2064322E19C036FE06C08AE039\n:1034E000989E200D1124922E11C0EAE02E9E200DF0\n:1034F0001124222EF32DF0623F2E08C08C3621F4C9\n:10350000832D8068382E02C0883641F4F70193FD80\n:10351000859193FF81917F018111B3CF982F9F7D7A\n:103520009554933028F40C5F1F4F9FE399830DC08F\n:10353000833631F0833771F0833509F059C021C0EB\n:10354000F801808189830E5F1F4F88248394912C1A\n:10355000530113C02801F2E04F0E511CF801A08066\n:10356000B18036FE03C0692D70E002C06FEF7FEFBF\n:10357000C5010E94FF1B4C018201F32DFF773F2EF6\n:1035800016C0280122E0420E511CF801A080B18033\n:1035900036FE03C0692D70E002C06FEF7FEFC501FA\n:1035A0000E94F41B4C01F32DF0683F2E820133FC86\n:1035B0001BC0822D90E088169906B0F4B60180E217\n:1035C00090E00E940A1C2A94F4CFF50137FC859103\n:1035D00037FE81915F01B60190E00E940A1C211024\n:1035E0002A9421E0821A91088114910471F7E8C0AD\n:1035F000843611F0893641F5F80137FE07C0608145\n:103600007181828193810C5F1F4F08C0608171813D\n:10361000072E000C880B990B0E5F1F4FF32DFF76C2\n:103620003F2E97FF09C090958095709561957F4FCB\n:103630008F4F9F4FF0683F2E2AE030E0A3010E9499\n:10364000461C882E861845C0853731F4232D2F7EE1\n:10365000B22E2AE030E025C0932D997FB92E8F3607\n:10366000C1F018F4883579F0B5C0803719F0883783\n:1036700021F0B0C0E92FE061BE2EB4FE0DC0FB2DDD\n:10368000F460BF2E09C034FE0AC0292F2660B22E76\n:1036900006C028E030E005C020E130E002C020E1B3\n:1036A00032E0F801B7FE07C06081718182819381A9\n:1036B0000C5F1F4F06C06081718180E090E00E5F5B\n:1036C0001F4FA3010E94461C882E8618FB2DFF77F2\n:1036D0003F2E36FE0DC0232D2E7FA22E891458F4C6\n:1036E00034FE0BC032FC09C0832D8E7EA82E05C08F\n:1036F000B82CA32C03C0B82C01C0B92CA4FE0FC059\n:10370000FE01E80DF11D8081803321F49A2D997E10\n:10371000A92E09C0A2FE06C0B394B39404C08A2D9A\n:10372000867809F0B394A3FC11C0A0FE06C0B214C1\n:1037300088F4280C922C9B180EC0B21460F4B601C9\n:1037400080E290E00E940A1CB394F7CFB21418F400\n:103750002B1802C0982C212CA4FE10C0B60180E3C7\n:1037600090E00E940A1CA2FE17C0A1FC03C088E7DB\n:1037700090E002C088E590E0B6010CC08A2D867802\n:1037800059F0A1FE02C08BE201C080E2A7FC8DE2ED\n:10379000B60190E00E940A1C891438F4B60180E357\n:1037A00090E00E940A1C9A94F7CF8A94F301E80DE6\n:1037B000F11D8081B60190E00E940A1C8110F5CFB6\n:1037C000222009F442CEB60180E290E00E940A1C59\n:1037D0002A94F6CFF6018681978102C08FEF9FEF82\n:1037E0002B96E2E10C94D91CFC01059061507040CD\n:1037F0000110D8F7809590958E0F9F1F0895FC01BA\n:103800006150704001900110D8F7809590958E0F0F\n:103810009F1F08950F931F93CF93DF93FB01238185\n:1038200021FD03C08FEF9FEF2CC022FF16C0468101\n:103830005781248135814217530744F4A081B18117\n:103840009D012F5F3F4F208331838C9326813781E9\n:103850002F5F3F4F2683378314C08B01EC01FB01A0\n:103860000084F185E02D0995892BE1F6D8011696A3\n:103870008D919C911797019616968D939C9317970F\n:10388000CE01DF91CF911F910F910895FA01AA27E0\n:10389000283051F1203181F1E8946F936E7F6E5F93\n:1038A0007F4F8F4F9F4FAF4FB1E03ED0B4E03CD041\n:1038B000670F781F891F9A1FA11D680F791F8A1F24\n:1038C000911DA11D6A0F711D811D911DA11D20D08B\n:1038D00009F468943F912AE0269F11243019305D45\n:1038E0003193DEF6CF010895462F4770405D419336\n:1038F000B3E00FD0C9F7F6CF462F4F70405D4A3383\n:1039000018F0495D31FD4052419302D0A9F7EACF4A\n:10391000B4E0A6959795879577956795BA95C9F779\n:1039200000976105710508959B01AC010A2E06946C\n:103930005795479537952795BA95C9F7620F731F25\n:10394000841F951FA01D089503D080819927089595\n:10395000FC01E050FC4E0895262FAF93BF93E0E0AA\n:10396000F0E1328131FDFDCFDC01A050BC4E2C9343\n:103970002DE924BF23E020830196BF91AF910895E4\n:103980002F923F924F925F926F927F928F929F926F\n:10399000AF92BF92CF92DF92EF92FF920F931F935D\n:1039A000CF93DF93CDB7DEB7CA1BDB0BCDBFDEBF36\n:1039B00009942A88398848885F846E847D848C8441\n:1039C0009B84AA84B984C884DF80EE80FD800C814A\n:1039D0001B81AA81B981CE0FD11DCDBFDEBFED0104\n:0639E0000895F894FFCFEA\n:1039E600245051424155442C572C393630302A3414\n:1039F600420D0A0024504D544B3331342C302C31B7\n:103A06002C302C312C302C302C302C302C302C30CF\n:103A16002C302C302C302C302C302C302C302C30C0\n:103A26002C302A32380D0A0024504D544B33313491\n:103A36002C302C312C302C302C302C302C302C309F\n:103A46002C302C302C302C302C302C302C302C3090\n:103A56002C302C302C302A32390D0A0024504D548B\n:103A66004B3331342C302C302C302C312C302C3044\n:103A76002C302C302C302C302C302C302C302C3060\n:103A86002C302C302C302C302C302A32390D0A00B8\n:103A96005556733A2025752C20544F733A202575B8\n:103AA6002F25752C204572726F72734F7247463AF6\n:103AB6002025752C20545446463A2025750A0D00BB\n:103AC60046697865733A20256C752C204176672EF9\n:103AD600205454463A20256C7520732C2041766775\n:103AE6002E2048444F502028783130293A20256C22\n:103AF600750A0D000A0D636F756E742C74696D6519\n:103B06007374616D702C6C61742C6C6F6E0A0D0091\n:103B1600256C752C256C752C256C642E2530356C22\n:103B2600642C256C642E2530356C640A0D002A53EE\n:103B360054415254204D454D4F52592A0A0D0045C5\n:103B46004D5054590A0D002A454E44204D454D4FBF\n:103B560052592A0A0D002D2D2D5449434B2D5441FF\n:103B6600472D2D2D0A0D005625752C2049443A2047\n:103B7600253032582D25303258253032582C202504\n:103B8600756D562C2025303258620A0D0053455467\n:103B960054494E47533A0A0D2D204D696E20766FD3\n:103BA6006C746167653A202575206D560A0D2D20C7\n:103BB6004672657175656E63793A20257520730ABC\n:103BC6000D2D204D696E2048444F50202878313005\n:103BD600293A2025750A0D2D204163746976617492\n:103BE600696F6E2064656C61793A20257520730AC9\n:103BF6000D2D2047656F66656E63696E673A2025F1\n:103C0600750A0D2D20427572737420647572617485\n:103C1600696F6E3A20257520730A0D002D204E6FB0\n:103C26002074696D650A0D002D2054696D653A2072\n:103C360025753A25303275202D2025753A253032E6\n:103C460075205554430A0D000A0D302052656164F3\n:103C5600206D656D6F72790A0D312052657365743A\n:103C6600206D656D6F72790A0D3220536574206D73\n:103C7600696E2E20766F6C746167650A0D003320BD\n:103C8600536574206672657175656E63790A0D34C5\n:103C9600205365742061636375726163790A0D351B\n:103CA600205365742061637469766174696F6E2050\n:103CB60064656C61790A0D00362053657420746959\n:103CC6006D65730A0D3720546F67676C65206765ED\n:103CD6006F66656E63696E67204F4E2F4F46460AC4\n:103CE6000D38205365742062757273742064757282\n:103CF6006174696F6E0A0D3920457869740A0D0082\n:103D06004279652120536C656570696E6720756E12\n:103D160074696C2061637469766174696F6E2028BA\n:103D26006279207072657373696E67206275747448\n:103D36006F6E20616761696E290A0D002E2E2E2096\n:103D4600004552524F520A0D00444F4E450A0D008F\n:103D5600456E746572206D56202825752E2E2575A4\n:103D6600293A0A0D0054494D454F55540A0D004F46\n:103D76004B0A0D00456E74657220475053206672DB\n:103D8600657175656E637920696E207320282575C7\n:103D96002E2E25752C20312E2E35203D2073746154\n:103DA600792D6F6E293A0A0D00456E746572206D85\n:103DB600696E2048444F50207820313020282575E0\n:103DC6002E2E2575293A0A0D005454207472696501\n:103DD6007320746F20616368696576652048444F77\n:103DE600502077697468696E20257520730A0D0066\n:103DF600456E7465722061637469766174696F6E6D\n:103E06002064656C617920696E2073202825752EE3\n:103E16002E2575293A0A0D00456E74657220555493\n:103E2600432074696D6520746F207475726E204F1F\n:103E36004E2028666F726D61743A2048484D4D29B0\n:103E46003A0A0D00456E7465722055544320746914\n:103E56006D6520746F207475726E204F464620285B\n:103E6600666F726D61743A2048484D4D293A0A0DC5\n:103E760000456E746572206475726174696F6E2098\n:103E860028302D3235302073293A0A0D00256C75FD\n:103E96002025730A0D00245051464C502C572C31C6\n:073EA6002C302A32310D001F\n:0A3EAD00FAB90A001E1E00E40C0121\n:00000001FF\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/TickTagSoftwareBurst.lss",
    "content": "\nTickTagSoftwareBurst.elf:     file format elf32-avr\n\nSections:\nIdx Name          Size      VMA       LMA       File off  Algn\n  0 .data         0000000a  00803800  00003ead  00003f61  2**0\n                  CONTENTS, ALLOC, LOAD, DATA\n  1 .text         000039e6  00000000  00000000  000000b4  2**1\n                  CONTENTS, ALLOC, LOAD, READONLY, CODE\n  2 .rodata       000004c7  0000b9e6  000039e6  00003a9a  2**0\n                  CONTENTS, ALLOC, LOAD, READONLY, DATA\n  3 .bss          0000003b  0080380a  0080380a  00003f6b  2**0\n                  ALLOC\n  4 .comment      0000005c  00000000  00000000  00003f6b  2**0\n                  CONTENTS, READONLY\n  5 .note.gnu.avr.deviceinfo 00000040  00000000  00000000  00003fc8  2**2\n                  CONTENTS, READONLY\n  6 .debug_aranges 00000398  00000000  00000000  00004008  2**3\n                  CONTENTS, READONLY, DEBUGGING\n  7 .debug_info   00008e73  00000000  00000000  000043a0  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  8 .debug_abbrev 00002c73  00000000  00000000  0000d213  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  9 .debug_line   00003017  00000000  00000000  0000fe86  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 10 .debug_frame  00000ae8  00000000  00000000  00012ea0  2**2\n                  CONTENTS, READONLY, DEBUGGING\n 11 .debug_str    0000394b  00000000  00000000  00013988  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 12 .debug_loc    00003fc7  00000000  00000000  000172d3  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 13 .debug_ranges 000003c8  00000000  00000000  0001b29a  2**0\n                  CONTENTS, READONLY, DEBUGGING\n\nDisassembly of section .text:\n\n00000000 <__vectors>:\n       0:\t0c 94 3c 00 \tjmp\t0x78\t; 0x78 <__ctors_end>\n       4:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n       8:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n       c:\t0c 94 56 08 \tjmp\t0x10ac\t; 0x10ac <__vector_3>\n      10:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      14:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      18:\t0c 94 3e 08 \tjmp\t0x107c\t; 0x107c <__vector_6>\n      1c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      20:\t0c 94 67 08 \tjmp\t0x10ce\t; 0x10ce <__vector_8>\n      24:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      28:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      2c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      30:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      34:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      38:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      3c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      40:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      44:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      48:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      4c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      50:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      54:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      58:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      5c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      60:\t0c 94 8e 08 \tjmp\t0x111c\t; 0x111c <__vector_24>\n      64:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      68:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      6c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      70:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      74:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n\n00000078 <__ctors_end>:\n      78:\t11 24       \teor\tr1, r1\n      7a:\t1f be       \tout\t0x3f, r1\t; 63\n      7c:\tcf ef       \tldi\tr28, 0xFF\t; 255\n      7e:\tcd bf       \tout\t0x3d, r28\t; 61\n      80:\tdf e3       \tldi\tr29, 0x3F\t; 63\n      82:\tde bf       \tout\t0x3e, r29\t; 62\n\n00000084 <__do_copy_data>:\n      84:\t18 e3       \tldi\tr17, 0x38\t; 56\n      86:\ta0 e0       \tldi\tr26, 0x00\t; 0\n      88:\tb8 e3       \tldi\tr27, 0x38\t; 56\n      8a:\ted ea       \tldi\tr30, 0xAD\t; 173\n      8c:\tfe e3       \tldi\tr31, 0x3E\t; 62\n      8e:\t02 c0       \trjmp\t.+4      \t; 0x94 <__do_copy_data+0x10>\n      90:\t05 90       \tlpm\tr0, Z+\n      92:\t0d 92       \tst\tX+, r0\n      94:\taa 30       \tcpi\tr26, 0x0A\t; 10\n      96:\tb1 07       \tcpc\tr27, r17\n      98:\td9 f7       \tbrne\t.-10     \t; 0x90 <__do_copy_data+0xc>\n\n0000009a <__do_clear_bss>:\n      9a:\t28 e3       \tldi\tr18, 0x38\t; 56\n      9c:\taa e0       \tldi\tr26, 0x0A\t; 10\n      9e:\tb8 e3       \tldi\tr27, 0x38\t; 56\n      a0:\t01 c0       \trjmp\t.+2      \t; 0xa4 <.do_clear_bss_start>\n\n000000a2 <.do_clear_bss_loop>:\n      a2:\t1d 92       \tst\tX+, r1\n\n000000a4 <.do_clear_bss_start>:\n      a4:\ta5 34       \tcpi\tr26, 0x45\t; 69\n      a6:\tb2 07       \tcpc\tr27, r18\n      a8:\te1 f7       \tbrne\t.-8      \t; 0xa2 <.do_clear_bss_loop>\n      aa:\t0e 94 41 16 \tcall\t0x2c82\t; 0x2c82 <main>\n      ae:\t0c 94 f1 1c \tjmp\t0x39e2\t; 0x39e2 <_exit>\n\n000000b2 <__bad_interrupt>:\n      b2:\t0c 94 00 00 \tjmp\t0\t; 0x0 <__vectors>\n\n000000b6 <_Z13arrayToUint32Ph>:\n\tuint16_t result;\n\tresult = (((uint16_t) buffer[0]) << 8) | (((uint16_t) buffer[1]));\n\treturn result;\n}\n\nuint32_t arrayToUint32(uint8_t *buffer) {\n      b6:\tfc 01       \tmovw\tr30, r24\n\tuint32_t result;\n\tresult = (((uint32_t) buffer[0]) << 24) | (((uint32_t) buffer[1]) << 16) | (((uint32_t) buffer[2]) << 8) | (((uint32_t) buffer[3]));\n\treturn result;\n      b8:\t20 81       \tld\tr18, Z\n      ba:\t61 81       \tldd\tr22, Z+1\t; 0x01\n      bc:\t86 2f       \tmov\tr24, r22\n      be:\t90 e0       \tldi\tr25, 0x00\t; 0\n      c0:\ta0 e0       \tldi\tr26, 0x00\t; 0\n      c2:\tb0 e0       \tldi\tr27, 0x00\t; 0\n      c4:\tdc 01       \tmovw\tr26, r24\n      c6:\t99 27       \teor\tr25, r25\n      c8:\t88 27       \teor\tr24, r24\n      ca:\tb2 2b       \tor\tr27, r18\n      cc:\t23 81       \tldd\tr18, Z+3\t; 0x03\n      ce:\t82 2b       \tor\tr24, r18\n      d0:\t22 81       \tldd\tr18, Z+2\t; 0x02\n      d2:\tbc 01       \tmovw\tr22, r24\n      d4:\tcd 01       \tmovw\tr24, r26\n      d6:\t72 2b       \tor\tr23, r18\n}\n      d8:\t08 95       \tret\n\n000000da <_Z14deviceInitPinsv>:\n\t// after settings speed to 32KHz all delays are wrong by a factor of 1MHz / 32kHz = 31UL, use _delay_ms(Helper::to32KHz(1000));\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, CLKCTRL_PDIV_2X_gc | 0 << CLKCTRL_PEN_bp); // set the main clock prescaler divisor to 2X and disable the Main clock prescaler (with PEN = 0, means CLK_PER = CLK_MAIN (prescaler disabled))\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, CLKCTRL_CLKSEL_OSCULP32K_gc | 0 << CLKCTRL_CLKOUT_bp); // set the main clock to internal 32kHz oscillator, clock out disabled\n\t_PROTECTED_WRITE(CLKCTRL.OSC20MCTRLA, 0x00); // ensure 20MHz isn't forced on\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\t\n}\n      da:\te0 e0       \tldi\tr30, 0x00\t; 0\n      dc:\tf4 e0       \tldi\tr31, 0x04\t; 4\n      de:\t8e ed       \tldi\tr24, 0xDE\t; 222\n      e0:\t80 83       \tst\tZ, r24\n      e2:\t87 e3       \tldi\tr24, 0x37\t; 55\n      e4:\t80 93 20 04 \tsts\t0x0420, r24\t; 0x800420 <__RODATA_PM_OFFSET__+0x7f8420>\n      e8:\t8f e0       \tldi\tr24, 0x0F\t; 15\n      ea:\t80 93 40 04 \tsts\t0x0440, r24\t; 0x800440 <__RODATA_PM_OFFSET__+0x7f8440>\n      ee:\t88 e0       \tldi\tr24, 0x08\t; 8\n      f0:\t85 8b       \tstd\tZ+21, r24\t; 0x15\n      f2:\t08 95       \tret\n\n000000f4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>:\n      f4:\te0 e4       \tldi\tr30, 0x40\t; 64\n      f6:\tf4 e0       \tldi\tr31, 0x04\t; 4\n      f8:\t80 81       \tld\tr24, Z\n      fa:\t8d 7f       \tandi\tr24, 0xFD\t; 253\n      fc:\t80 83       \tst\tZ, r24\n      fe:\t89 e0       \tldi\tr24, 0x09\t; 9\n     100:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n     102:\t08 95       \tret\n\n00000104 <_Z44deviceDeactivateGPIO2PinInterruptInDeepSleepv>:\n     104:\te0 e4       \tldi\tr30, 0x40\t; 64\n     106:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     108:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n     10a:\t80 81       \tld\tr24, Z\n     10c:\t82 60       \tori\tr24, 0x02\t; 2\n     10e:\t80 83       \tst\tZ, r24\n     110:\t08 95       \tret\n\n00000112 <_Z41deviceInitDownloadPinInterruptInDeepSleepv>:\n     112:\te0 e0       \tldi\tr30, 0x00\t; 0\n     114:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     116:\t85 89       \tldd\tr24, Z+21\t; 0x15\n     118:\t81 60       \tori\tr24, 0x01\t; 1\n     11a:\t85 8b       \tstd\tZ+21, r24\t; 0x15\n     11c:\t08 95       \tret\n\n0000011e <_Z20deviceIncrementTimerv>:\n     11e:\t80 91 0a 38 \tlds\tr24, 0x380A\t; 0x80380a <__data_end>\n     122:\t90 91 0b 38 \tlds\tr25, 0x380B\t; 0x80380b <__data_end+0x1>\n     126:\ta0 91 0c 38 \tlds\tr26, 0x380C\t; 0x80380c <__data_end+0x2>\n     12a:\tb0 91 0d 38 \tlds\tr27, 0x380D\t; 0x80380d <__data_end+0x3>\n     12e:\t01 96       \tadiw\tr24, 0x01\t; 1\n     130:\ta1 1d       \tadc\tr26, r1\n     132:\tb1 1d       \tadc\tr27, r1\n     134:\t80 93 0a 38 \tsts\t0x380A, r24\t; 0x80380a <__data_end>\n     138:\t90 93 0b 38 \tsts\t0x380B, r25\t; 0x80380b <__data_end+0x1>\n     13c:\ta0 93 0c 38 \tsts\t0x380C, r26\t; 0x80380c <__data_end+0x2>\n     140:\tb0 93 0d 38 \tsts\t0x380D, r27\t; 0x80380d <__data_end+0x3>\n     144:\t08 95       \tret\n\n00000146 <_Z15deviceInitTimerv>:\n     146:\t10 92 0a 38 \tsts\t0x380A, r1\t; 0x80380a <__data_end>\n     14a:\t10 92 0b 38 \tsts\t0x380B, r1\t; 0x80380b <__data_end+0x1>\n     14e:\t10 92 0c 38 \tsts\t0x380C, r1\t; 0x80380c <__data_end+0x2>\n     152:\t10 92 0d 38 \tsts\t0x380D, r1\t; 0x80380d <__data_end+0x3>\n     156:\te0 e0       \tldi\tr30, 0x00\t; 0\n     158:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     15a:\t81 e0       \tldi\tr24, 0x01\t; 1\n     15c:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     15e:\t11 82       \tstd\tZ+1, r1\t; 0x01\n     160:\t27 ee       \tldi\tr18, 0xE7\t; 231\n     162:\t33 e0       \tldi\tr19, 0x03\t; 3\n     164:\t26 a3       \tstd\tZ+38, r18\t; 0x26\n     166:\t37 a3       \tstd\tZ+39, r19\t; 0x27\n     168:\t80 83       \tst\tZ, r24\n     16a:\t78 94       \tsei\n     16c:\t08 95       \tret\n\n0000016e <_Z15deviceGetMillisv>:\n     16e:\t2f b7       \tin\tr18, 0x3f\t; 63\n     170:\tf8 94       \tcli\n     172:\t60 91 0a 38 \tlds\tr22, 0x380A\t; 0x80380a <__data_end>\n     176:\t70 91 0b 38 \tlds\tr23, 0x380B\t; 0x80380b <__data_end+0x1>\n     17a:\t80 91 0c 38 \tlds\tr24, 0x380C\t; 0x80380c <__data_end+0x2>\n     17e:\t90 91 0d 38 \tlds\tr25, 0x380D\t; 0x80380d <__data_end+0x3>\n     182:\t2f bf       \tout\t0x3f, r18\t; 63\n     184:\t08 95       \tret\n\n00000186 <_Z15deviceStopTimerv>:\n     186:\tf8 94       \tcli\n     188:\te0 e0       \tldi\tr30, 0x00\t; 0\n     18a:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     18c:\t12 86       \tstd\tZ+10, r1\t; 0x0a\n     18e:\t10 82       \tst\tZ, r1\n     190:\t78 94       \tsei\n     192:\t08 95       \tret\n\n00000194 <_Z16deviceL70powerOnv>:\n     194:\t88 e0       \tldi\tr24, 0x08\t; 8\n     196:\t80 93 45 04 \tsts\t0x0445, r24\t; 0x800445 <__RODATA_PM_OFFSET__+0x7f8445>\n     19a:\t08 95       \tret\n\n0000019c <_Z17deviceL70powerOffv>:\n     19c:\t88 e0       \tldi\tr24, 0x08\t; 8\n     19e:\t80 93 46 04 \tsts\t0x0446, r24\t; 0x800446 <__RODATA_PM_OFFSET__+0x7f8446>\n     1a2:\t08 95       \tret\n\n000001a4 <_Z17deviceL70backupOnv>:\n     1a4:\t88 e0       \tldi\tr24, 0x08\t; 8\n     1a6:\t80 93 05 04 \tsts\t0x0405, r24\t; 0x800405 <__RODATA_PM_OFFSET__+0x7f8405>\n     1aa:\t08 95       \tret\n\n000001ac <_Z18deviceL70backupOffv>:\n     1ac:\t88 e0       \tldi\tr24, 0x08\t; 8\n     1ae:\t80 93 06 04 \tsts\t0x0406, r24\t; 0x800406 <__RODATA_PM_OFFSET__+0x7f8406>\n     1b2:\t08 95       \tret\n\n000001b4 <_Z26devicePowerMemoryAndI2COffv>:\n     1b4:\t80 e1       \tldi\tr24, 0x10\t; 16\n     1b6:\t80 93 26 04 \tsts\t0x0426, r24\t; 0x800426 <__RODATA_PM_OFFSET__+0x7f8426>\n     1ba:\t08 95       \tret\n\n000001bc <_Z25devicePowerMemoryAndI2COnv>:\n     1bc:\t80 e1       \tldi\tr24, 0x10\t; 16\n     1be:\t80 93 25 04 \tsts\t0x0425, r24\t; 0x800425 <__RODATA_PM_OFFSET__+0x7f8425>\n     1c2:\t89 ef       \tldi\tr24, 0xF9\t; 249\n     1c4:\t90 e0       \tldi\tr25, 0x00\t; 0\n     1c6:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     1c8:\tf1 f7       \tbrne\t.-4      \t; 0x1c6 <_Z25devicePowerMemoryAndI2COnv+0xa>\n     1ca:\t00 c0       \trjmp\t.+0      \t; 0x1cc <_Z25devicePowerMemoryAndI2COnv+0x10>\n     1cc:\t00 00       \tnop\n     1ce:\t08 95       \tret\n\n000001d0 <_Z18deviceStandbySleepv>:\n     1d0:\t0e 94 c3 00 \tcall\t0x186\t; 0x186 <_Z15deviceStopTimerv>\n     1d4:\te0 e2       \tldi\tr30, 0x20\t; 32\n     1d6:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     1d8:\t10 8a       \tstd\tZ+16, r1\t; 0x10\n     1da:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n     1dc:\te0 e5       \tldi\tr30, 0x50\t; 80\n     1de:\tf0 e0       \tldi\tr31, 0x00\t; 0\n     1e0:\t80 81       \tld\tr24, Z\n     1e2:\t89 7f       \tandi\tr24, 0xF9\t; 249\n     1e4:\t82 60       \tori\tr24, 0x02\t; 2\n     1e6:\t80 83       \tst\tZ, r24\n     1e8:\t80 81       \tld\tr24, Z\n     1ea:\t81 60       \tori\tr24, 0x01\t; 1\n     1ec:\t80 83       \tst\tZ, r24\n     1ee:\t88 95       \tsleep\n     1f0:\t08 95       \tret\n\n000001f2 <_Z30deviceInitInternalRTCInterruptj>:\n     1f2:\t9c 01       \tmovw\tr18, r24\n     1f4:\tf8 94       \tcli\n     1f6:\te0 e4       \tldi\tr30, 0x40\t; 64\n     1f8:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     1fa:\t91 81       \tldd\tr25, Z+1\t; 0x01\n     1fc:\t91 11       \tcpse\tr25, r1\n     1fe:\tfd cf       \trjmp\t.-6      \t; 0x1fa <_Z30deviceInitInternalRTCInterruptj+0x8>\n     200:\t10 92 48 01 \tsts\t0x0148, r1\t; 0x800148 <__RODATA_PM_OFFSET__+0x7f8148>\n     204:\t10 92 49 01 \tsts\t0x0149, r1\t; 0x800149 <__RODATA_PM_OFFSET__+0x7f8149>\n     208:\te0 e4       \tldi\tr30, 0x40\t; 64\n     20a:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     20c:\t91 81       \tldd\tr25, Z+1\t; 0x01\n     20e:\t91 11       \tcpse\tr25, r1\n     210:\tfd cf       \trjmp\t.-6      \t; 0x20c <_Z30deviceInitInternalRTCInterruptj+0x1a>\n     212:\tc9 01       \tmovw\tr24, r18\n     214:\t88 0f       \tadd\tr24, r24\n     216:\t99 1f       \tadc\tr25, r25\n     218:\t88 0f       \tadd\tr24, r24\n     21a:\t99 1f       \tadc\tr25, r25\n     21c:\te0 e4       \tldi\tr30, 0x40\t; 64\n     21e:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     220:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     222:\t93 87       \tstd\tZ+11, r25\t; 0x0b\n     224:\t81 e0       \tldi\tr24, 0x01\t; 1\n     226:\t87 83       \tstd\tZ+7, r24\t; 0x07\n     228:\t91 ec       \tldi\tr25, 0xC1\t; 193\n     22a:\t90 83       \tst\tZ, r25\n     22c:\t82 83       \tstd\tZ+2, r24\t; 0x02\n     22e:\t78 94       \tsei\n     230:\t08 95       \tret\n\n00000232 <_Z23deviceReadSupplyVoltagev>:\n     232:\te0 e0       \tldi\tr30, 0x00\t; 0\n     234:\tf6 e0       \tldi\tr31, 0x06\t; 6\n     236:\t81 e0       \tldi\tr24, 0x01\t; 1\n     238:\t80 83       \tst\tZ, r24\n     23a:\t88 e0       \tldi\tr24, 0x08\t; 8\n     23c:\t82 83       \tstd\tZ+2, r24\t; 0x02\n     23e:\t84 e6       \tldi\tr24, 0x64\t; 100\n     240:\t80 87       \tstd\tZ+8, r24\t; 0x08\n     242:\t83 e3       \tldi\tr24, 0x33\t; 51\n     244:\t84 87       \tstd\tZ+12, r24\t; 0x0c\n     246:\t80 e1       \tldi\tr24, 0x10\t; 16\n     248:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     24a:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n     24c:\t81 60       \tori\tr24, 0x01\t; 1\n     24e:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     250:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     252:\t80 ff       \tsbrs\tr24, 0\n     254:\tfd cf       \trjmp\t.-6      \t; 0x250 <_Z23deviceReadSupplyVoltagev+0x1e>\n     256:\t20 91 10 06 \tlds\tr18, 0x0610\t; 0x800610 <__RODATA_PM_OFFSET__+0x7f8610>\n     25a:\t30 91 11 06 \tlds\tr19, 0x0611\t; 0x800611 <__RODATA_PM_OFFSET__+0x7f8611>\n     25e:\t40 91 12 06 \tlds\tr20, 0x0612\t; 0x800612 <__RODATA_PM_OFFSET__+0x7f8612>\n     262:\t50 91 13 06 \tlds\tr21, 0x0613\t; 0x800613 <__RODATA_PM_OFFSET__+0x7f8613>\n     266:\t21 15       \tcp\tr18, r1\n     268:\t31 05       \tcpc\tr19, r1\n     26a:\t41 05       \tcpc\tr20, r1\n     26c:\t51 05       \tcpc\tr21, r1\n     26e:\t21 f4       \tbrne\t.+8      \t; 0x278 <_Z23deviceReadSupplyVoltagev+0x46>\n     270:\t21 e0       \tldi\tr18, 0x01\t; 1\n     272:\t30 e0       \tldi\tr19, 0x00\t; 0\n     274:\t40 e0       \tldi\tr20, 0x00\t; 0\n     276:\t50 e0       \tldi\tr21, 0x00\t; 0\n     278:\t10 92 00 06 \tsts\t0x0600, r1\t; 0x800600 <__RODATA_PM_OFFSET__+0x7f8600>\n     27c:\t60 e0       \tldi\tr22, 0x00\t; 0\n     27e:\t70 e0       \tldi\tr23, 0x00\t; 0\n     280:\t80 e4       \tldi\tr24, 0x40\t; 64\n     282:\t90 e0       \tldi\tr25, 0x00\t; 0\n     284:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n     288:\tc9 01       \tmovw\tr24, r18\n     28a:\t08 95       \tret\n\n0000028c <_Z17deviceSetCPUSpeedh>:\n\nvoid deviceSetCPUSpeed(uint8_t prescalerDivision) {\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, prescalerDivision | 1 << CLKCTRL_PEN_bp); // first bit = prescaler, always enabled\n     28c:\t28 ed       \tldi\tr18, 0xD8\t; 216\n     28e:\t81 60       \tori\tr24, 0x01\t; 1\n     290:\t90 e0       \tldi\tr25, 0x00\t; 0\n     292:\t24 bf       \tout\t0x34, r18\t; 52\n     294:\t80 93 61 00 \tsts\t0x0061, r24\t; 0x800061 <__RODATA_PM_OFFSET__+0x7f8061>\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, 0); // use internal 16/20MHz oscillator\n     298:\t80 e0       \tldi\tr24, 0x00\t; 0\n     29a:\t24 bf       \tout\t0x34, r18\t; 52\n     29c:\t80 93 60 00 \tsts\t0x0060, r24\t; 0x800060 <__RODATA_PM_OFFSET__+0x7f8060>\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\n     2a0:\te0 e6       \tldi\tr30, 0x60\t; 96\n     2a2:\tf0 e0       \tldi\tr31, 0x00\t; 0\n     2a4:\t83 81       \tldd\tr24, Z+3\t; 0x03\n     2a6:\t80 fd       \tsbrc\tr24, 0\n     2a8:\tfd cf       \trjmp\t.-6      \t; 0x2a4 <_Z17deviceSetCPUSpeedh+0x18>\n}\n     2aa:\t08 95       \tret\n\n000002ac <_Z11deviceLedOnv>:\n\nvoid deviceLedOn() {\n\t//PORTB.DIR |= PIN5_bm; // output\n\tPORTB.OUTSET = PIN5_bm; // on\n     2ac:\t80 e2       \tldi\tr24, 0x20\t; 32\n     2ae:\t80 93 25 04 \tsts\t0x0425, r24\t; 0x800425 <__RODATA_PM_OFFSET__+0x7f8425>\n     2b2:\t08 95       \tret\n\n000002b4 <_Z12deviceLedOffv>:\n}\n\nvoid deviceLedOff() {\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n     2b4:\t80 e2       \tldi\tr24, 0x20\t; 32\n     2b6:\t80 93 26 04 \tsts\t0x0426, r24\t; 0x800426 <__RODATA_PM_OFFSET__+0x7f8426>\n     2ba:\t08 95       \tret\n\n000002bc <_Z11deviceBlinkh>:\n}\n\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n     2bc:\t88 23       \tand\tr24, r24\n     2be:\ta9 f0       \tbreq\t.+42     \t; 0x2ea <_Z11deviceBlinkh+0x2e>\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\n}\n\nvoid deviceLedOn() {\n\t//PORTB.DIR |= PIN5_bm; // output\n\tPORTB.OUTSET = PIN5_bm; // on\n     2c0:\te0 e2       \tldi\tr30, 0x20\t; 32\n     2c2:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     2c4:\t90 e2       \tldi\tr25, 0x20\t; 32\n     2c6:\t95 83       \tstd\tZ+5, r25\t; 0x05\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n     2c8:\taf e4       \tldi\tr26, 0x4F\t; 79\n     2ca:\tb3 ec       \tldi\tr27, 0xC3\t; 195\n     2cc:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     2ce:\tf1 f7       \tbrne\t.-4      \t; 0x2cc <_Z11deviceBlinkh+0x10>\n     2d0:\t00 c0       \trjmp\t.+0      \t; 0x2d2 <_Z11deviceBlinkh+0x16>\n     2d2:\t00 00       \tnop\n}\n\nvoid deviceLedOff() {\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n     2d4:\t96 83       \tstd\tZ+6, r25\t; 0x06\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n\t\tdeviceLedOn();\n\t\t_delay_ms(200);\n\t\tdeviceLedOff();\n\t\tif(times != 1) { _delay_ms(200); }\n     2d6:\t81 30       \tcpi\tr24, 0x01\t; 1\n     2d8:\t41 f0       \tbreq\t.+16     \t; 0x2ea <_Z11deviceBlinkh+0x2e>\n     2da:\taf e4       \tldi\tr26, 0x4F\t; 79\n     2dc:\tb3 ec       \tldi\tr27, 0xC3\t; 195\n     2de:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     2e0:\tf1 f7       \tbrne\t.-4      \t; 0x2de <_Z11deviceBlinkh+0x22>\n     2e2:\t00 c0       \trjmp\t.+0      \t; 0x2e4 <_Z11deviceBlinkh+0x28>\n     2e4:\t00 00       \tnop\n\t\ttimes--;\n     2e6:\t81 50       \tsubi\tr24, 0x01\t; 1\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n}\n\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n     2e8:\t71 f7       \tbrne\t.-36     \t; 0x2c6 <_Z11deviceBlinkh+0xa>\n     2ea:\t08 95       \tret\n\n000002ec <_Z16eepromReadMemorymPhm>:\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n\t}\t\n}\n\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len) {\n     2ec:\t2f 92       \tpush\tr2\n     2ee:\t3f 92       \tpush\tr3\n     2f0:\t4f 92       \tpush\tr4\n     2f2:\t5f 92       \tpush\tr5\n     2f4:\t6f 92       \tpush\tr6\n     2f6:\t7f 92       \tpush\tr7\n     2f8:\t8f 92       \tpush\tr8\n     2fa:\t9f 92       \tpush\tr9\n     2fc:\taf 92       \tpush\tr10\n     2fe:\tbf 92       \tpush\tr11\n     300:\tcf 92       \tpush\tr12\n     302:\tdf 92       \tpush\tr13\n     304:\tef 92       \tpush\tr14\n     306:\tff 92       \tpush\tr15\n     308:\t0f 93       \tpush\tr16\n     30a:\t1f 93       \tpush\tr17\n     30c:\tcf 93       \tpush\tr28\n     30e:\tdf 93       \tpush\tr29\n\t// read wraps around automatically\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n     310:\t6b 01       \tmovw\tr12, r22\n     312:\t7c 01       \tmovw\tr14, r24\n     314:\tc0 0e       \tadd\tr12, r16\n     316:\td1 1e       \tadc\tr13, r17\n     318:\te2 1e       \tadc\tr14, r18\n     31a:\tf3 1e       \tadc\tr15, r19\n     31c:\te1 e0       \tldi\tr30, 0x01\t; 1\n     31e:\tce 16       \tcp\tr12, r30\n     320:\td1 04       \tcpc\tr13, r1\n     322:\te2 e0       \tldi\tr30, 0x02\t; 2\n     324:\tee 06       \tcpc\tr14, r30\n     326:\tf1 04       \tcpc\tr15, r1\n     328:\t08 f0       \tbrcs\t.+2      \t; 0x32c <_Z16eepromReadMemorymPhm+0x40>\n     32a:\t48 c0       \trjmp\t.+144    \t; 0x3bc <_Z16eepromReadMemorymPhm+0xd0>\n\ti2cStop();\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n     32c:\t61 15       \tcp\tr22, r1\n     32e:\t71 05       \tcpc\tr23, r1\n     330:\te1 e0       \tldi\tr30, 0x01\t; 1\n     332:\t8e 07       \tcpc\tr24, r30\n     334:\t91 05       \tcpc\tr25, r1\n     336:\t10 f0       \tbrcs\t.+4      \t; 0x33c <_Z16eepromReadMemorymPhm+0x50>\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n\t}\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n     338:\tc1 e5       \tldi\tr28, 0x51\t; 81\n     33a:\t01 c0       \trjmp\t.+2      \t; 0x33e <_Z16eepromReadMemorymPhm+0x52>\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n     33c:\tc0 e5       \tldi\tr28, 0x50\t; 80\n     33e:\t48 01       \tmovw\tr8, r16\n     340:\t59 01       \tmovw\tr10, r18\n     342:\t1a 01       \tmovw\tr2, r20\n     344:\t6b 01       \tmovw\tr12, r22\n     346:\t7c 01       \tmovw\tr14, r24\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n\t\treturn false;\n\t}\n\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\n\tif(!i2cStartWrite(i2cAddress)) { return false; }\n     348:\t8c 2f       \tmov\tr24, r28\n     34a:\t0e 94 e6 07 \tcall\t0xfcc\t; 0xfcc <_Z13i2cStartWriteh>\n     34e:\t18 2f       \tmov\tr17, r24\n     350:\t88 23       \tand\tr24, r24\n     352:\ta9 f1       \tbreq\t.+106    \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n     354:\t8d 2d       \tmov\tr24, r13\n     356:\t0e 94 17 08 \tcall\t0x102e\t; 0x102e <_Z8i2cWriteh>\n     35a:\t18 2f       \tmov\tr17, r24\n     35c:\t88 23       \tand\tr24, r24\n     35e:\t79 f1       \tbreq\t.+94     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     360:\t8c 2d       \tmov\tr24, r12\n     362:\t0e 94 17 08 \tcall\t0x102e\t; 0x102e <_Z8i2cWriteh>\n     366:\t18 2f       \tmov\tr17, r24\n     368:\t88 23       \tand\tr24, r24\n     36a:\t49 f1       \tbreq\t.+82     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\t\n\tif(!i2cStartRead(i2cAddress)) { return false; }\n     36c:\t8c 2f       \tmov\tr24, r28\n     36e:\t0e 94 d4 07 \tcall\t0xfa8\t; 0xfa8 <_Z12i2cStartReadh>\n     372:\t18 2f       \tmov\tr17, r24\n     374:\t88 23       \tand\tr24, r24\n     376:\t19 f1       \tbreq\t.+70     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tuint32_t i = 0;\n\twhile(i < (len - 1)) {\n     378:\t81 e0       \tldi\tr24, 0x01\t; 1\n     37a:\t88 1a       \tsub\tr8, r24\n     37c:\t91 08       \tsbc\tr9, r1\n     37e:\ta1 08       \tsbc\tr10, r1\n     380:\tb1 08       \tsbc\tr11, r1\n     382:\t91 f0       \tbreq\t.+36     \t; 0x3a8 <_Z16eepromReadMemorymPhm+0xbc>\n     384:\te1 01       \tmovw\tr28, r2\n     386:\t41 2c       \tmov\tr4, r1\n     388:\t51 2c       \tmov\tr5, r1\n     38a:\t32 01       \tmovw\tr6, r4\n\t\tresult_arr[i] = i2cRead(true); // with ack\n     38c:\t81 e0       \tldi\tr24, 0x01\t; 1\n     38e:\t0e 94 f7 07 \tcall\t0xfee\t; 0xfee <_Z7i2cReadb>\n     392:\t89 93       \tst\tY+, r24\n\t\ti++;\n     394:\tef ef       \tldi\tr30, 0xFF\t; 255\n     396:\t4e 1a       \tsub\tr4, r30\n     398:\t5e 0a       \tsbc\tr5, r30\n     39a:\t6e 0a       \tsbc\tr6, r30\n     39c:\t7e 0a       \tsbc\tr7, r30\n\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\n\tif(!i2cStartRead(i2cAddress)) { return false; }\n\tuint32_t i = 0;\n\twhile(i < (len - 1)) {\n     39e:\t48 14       \tcp\tr4, r8\n     3a0:\t59 04       \tcpc\tr5, r9\n     3a2:\t6a 04       \tcpc\tr6, r10\n     3a4:\t7b 04       \tcpc\tr7, r11\n     3a6:\t90 f3       \tbrcs\t.-28     \t; 0x38c <_Z16eepromReadMemorymPhm+0xa0>\n\t\tresult_arr[i] = i2cRead(true); // with ack\n\t\ti++;\n\t}\n\tresult_arr[i] = i2cRead(false); // last one: no ack\n     3a8:\te1 01       \tmovw\tr28, r2\n     3aa:\tc8 0d       \tadd\tr28, r8\n     3ac:\td9 1d       \tadc\tr29, r9\n     3ae:\t80 e0       \tldi\tr24, 0x00\t; 0\n     3b0:\t0e 94 f7 07 \tcall\t0xfee\t; 0xfee <_Z7i2cReadb>\n     3b4:\t88 83       \tst\tY, r24\n\ti2cStop();\n     3b6:\t0e 94 35 08 \tcall\t0x106a\t; 0x106a <_Z7i2cStopv>\n\treturn true;\n     3ba:\t01 c0       \trjmp\t.+2      \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n}\n\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len) {\n\t// read wraps around automatically\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n\t\treturn false;\n     3bc:\t10 e0       \tldi\tr17, 0x00\t; 0\n\t\ti++;\n\t}\n\tresult_arr[i] = i2cRead(false); // last one: no ack\n\ti2cStop();\n\treturn true;\n}\n     3be:\t81 2f       \tmov\tr24, r17\n     3c0:\tdf 91       \tpop\tr29\n     3c2:\tcf 91       \tpop\tr28\n     3c4:\t1f 91       \tpop\tr17\n     3c6:\t0f 91       \tpop\tr16\n     3c8:\tff 90       \tpop\tr15\n     3ca:\tef 90       \tpop\tr14\n     3cc:\tdf 90       \tpop\tr13\n     3ce:\tcf 90       \tpop\tr12\n     3d0:\tbf 90       \tpop\tr11\n     3d2:\taf 90       \tpop\tr10\n     3d4:\t9f 90       \tpop\tr9\n     3d6:\t8f 90       \tpop\tr8\n     3d8:\t7f 90       \tpop\tr7\n     3da:\t6f 90       \tpop\tr6\n     3dc:\t5f 90       \tpop\tr5\n     3de:\t4f 90       \tpop\tr4\n     3e0:\t3f 90       \tpop\tr3\n     3e2:\t2f 90       \tpop\tr2\n     3e4:\t08 95       \tret\n\n000003e6 <_Z17eepromBusyWritingv>:\n\nbool eepromBusyWriting() {\n     3e6:\t0f 93       \tpush\tr16\n     3e8:\t1f 93       \tpush\tr17\n     3ea:\tcf 93       \tpush\tr28\n     3ec:\tdf 93       \tpush\tr29\n     3ee:\t1f 92       \tpush\tr1\n     3f0:\tcd b7       \tin\tr28, 0x3d\t; 61\n     3f2:\tde b7       \tin\tr29, 0x3e\t; 62\n\tuint8_t val = 0x0;\n     3f4:\t19 82       \tstd\tY+1, r1\t; 0x01\n\tif(!eepromReadMemory(0, &val, 1)) { return true; }\n     3f6:\t01 e0       \tldi\tr16, 0x01\t; 1\n     3f8:\t10 e0       \tldi\tr17, 0x00\t; 0\n     3fa:\t20 e0       \tldi\tr18, 0x00\t; 0\n     3fc:\t30 e0       \tldi\tr19, 0x00\t; 0\n     3fe:\tae 01       \tmovw\tr20, r28\n     400:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n     402:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n     404:\t60 e0       \tldi\tr22, 0x00\t; 0\n     406:\t70 e0       \tldi\tr23, 0x00\t; 0\n     408:\tcb 01       \tmovw\tr24, r22\n     40a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n\treturn false; // ACKed the command\n}\n     40e:\t91 e0       \tldi\tr25, 0x01\t; 1\n     410:\t89 27       \teor\tr24, r25\n     412:\t0f 90       \tpop\tr0\n     414:\tdf 91       \tpop\tr29\n     416:\tcf 91       \tpop\tr28\n     418:\t1f 91       \tpop\tr17\n     41a:\t0f 91       \tpop\tr16\n     41c:\t08 95       \tret\n\n0000041e <_Z17eepromWriteMemorymPhm>:\n\nbool eepromWriteMemory(uint32_t adr, uint8_t *value_arr, uint32_t len) {\n     41e:\t2f 92       \tpush\tr2\n     420:\t3f 92       \tpush\tr3\n     422:\t4f 92       \tpush\tr4\n     424:\t5f 92       \tpush\tr5\n     426:\t6f 92       \tpush\tr6\n     428:\t7f 92       \tpush\tr7\n     42a:\t8f 92       \tpush\tr8\n     42c:\t9f 92       \tpush\tr9\n     42e:\taf 92       \tpush\tr10\n     430:\tbf 92       \tpush\tr11\n     432:\tcf 92       \tpush\tr12\n     434:\tdf 92       \tpush\tr13\n     436:\tef 92       \tpush\tr14\n     438:\tff 92       \tpush\tr15\n     43a:\t0f 93       \tpush\tr16\n     43c:\t1f 93       \tpush\tr17\n     43e:\tcf 93       \tpush\tr28\n     440:\tdf 93       \tpush\tr29\n     442:\tcd b7       \tin\tr28, 0x3d\t; 61\n     444:\tde b7       \tin\tr29, 0x3e\t; 62\n     446:\t2a 97       \tsbiw\tr28, 0x0a\t; 10\n     448:\tcd bf       \tout\t0x3d, r28\t; 61\n     44a:\tde bf       \tout\t0x3e, r29\t; 62\n     44c:\t2b 01       \tmovw\tr4, r22\n     44e:\t3c 01       \tmovw\tr6, r24\n     450:\t6a 01       \tmovw\tr12, r20\n     452:\t48 01       \tmovw\tr8, r16\n     454:\t59 01       \tmovw\tr10, r18\n\tuint16_t oneWriteCycleLen;\n\tbool finished = false;\n\tuint32_t arrayIndex = 0;\n\tuint16_t busyWritingTimeoutMs;\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n     456:\tdc 01       \tmovw\tr26, r24\n     458:\tcb 01       \tmovw\tr24, r22\n     45a:\t80 0f       \tadd\tr24, r16\n     45c:\t91 1f       \tadc\tr25, r17\n     45e:\ta2 1f       \tadc\tr26, r18\n     460:\tb3 1f       \tadc\tr27, r19\n     462:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     464:\ta2 40       \tsbci\tr26, 0x02\t; 2\n     466:\tb1 05       \tcpc\tr27, r1\n     468:\t08 f0       \tbrcs\t.+2      \t; 0x46c <_Z17eepromWriteMemorymPhm+0x4e>\n     46a:\tab c0       \trjmp\t.+342    \t; 0x5c2 <_Z17eepromWriteMemorymPhm+0x1a4>\n     46c:\t81 14       \tcp\tr8, r1\n     46e:\t91 04       \tcpc\tr9, r1\n     470:\ta1 04       \tcpc\tr10, r1\n     472:\tb1 04       \tcpc\tr11, r1\n     474:\t09 f4       \tbrne\t.+2      \t; 0x478 <_Z17eepromWriteMemorymPhm+0x5a>\n     476:\ta7 c0       \trjmp\t.+334    \t; 0x5c6 <_Z17eepromWriteMemorymPhm+0x1a8>\n     478:\t00 e7       \tldi\tr16, 0x70\t; 112\n     47a:\t17 e1       \tldi\tr17, 0x17\t; 23\n     47c:\t0e 83       \tstd\tY+6, r16\t; 0x06\n     47e:\t1f 83       \tstd\tY+7, r17\t; 0x07\n     480:\t19 82       \tstd\tY+1, r1\t; 0x01\n     482:\t1a 82       \tstd\tY+2, r1\t; 0x02\n     484:\t1b 82       \tstd\tY+3, r1\t; 0x03\n     486:\t1c 82       \tstd\tY+4, r1\t; 0x04\n\t\treturn false;\n\t}\n\t\n\twhile(!finished) {\n\t\t// calculate how much to write\n\t\tpageStillFits = (uint16_t) (EEPROM_CAT24M01_PAGE_SIZE - (adr % EEPROM_CAT24M01_PAGE_SIZE)); // warning: page size maximum 2^16 = 65536\n     488:\t21 2c       \tmov\tr2, r1\n     48a:\t33 24       \teor\tr3, r3\n     48c:\t33 94       \tinc\tr3\n     48e:\t03 c0       \trjmp\t.+6      \t; 0x496 <_Z17eepromWriteMemorymPhm+0x78>\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n\t\treturn false;\n\t}\n\t\n\twhile(!finished) {\n     490:\t18 85       \tldd\tr17, Y+8\t; 0x08\n     492:\t11 11       \tcpse\tr17, r1\n     494:\t9a c0       \trjmp\t.+308    \t; 0x5ca <_Z17eepromWriteMemorymPhm+0x1ac>\n\t\t// calculate how much to write\n\t\tpageStillFits = (uint16_t) (EEPROM_CAT24M01_PAGE_SIZE - (adr % EEPROM_CAT24M01_PAGE_SIZE)); // warning: page size maximum 2^16 = 65536\n     496:\tc2 01       \tmovw\tr24, r4\n     498:\t99 27       \teor\tr25, r25\n     49a:\t71 01       \tmovw\tr14, r2\n     49c:\te8 1a       \tsub\tr14, r24\n     49e:\tf9 0a       \tsbc\tr15, r25\n\t\tif(pageStillFits > EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // page still fits more than 256 Bytes\n     4a0:\t21 e0       \tldi\tr18, 0x01\t; 1\n     4a2:\te2 16       \tcp\tr14, r18\n     4a4:\tf2 06       \tcpc\tr15, r18\n     4a6:\t50 f0       \tbrcs\t.+20     \t; 0x4bc <_Z17eepromWriteMemorymPhm+0x9e>\n\t\t\tif(len <= EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // all remaining data can go into the next 256 Bytes\n     4a8:\t31 e0       \tldi\tr19, 0x01\t; 1\n     4aa:\t83 16       \tcp\tr8, r19\n     4ac:\t93 06       \tcpc\tr9, r19\n     4ae:\ta1 04       \tcpc\tr10, r1\n     4b0:\tb1 04       \tcpc\tr11, r1\n     4b2:\t80 f4       \tbrcc\t.+32     \t; 0x4d4 <_Z17eepromWriteMemorymPhm+0xb6>\n\t\t\t\toneWriteCycleLen = len;\n     4b4:\t74 01       \tmovw\tr14, r8\n\t\t\t\tfinished = true;\n     4b6:\t01 e0       \tldi\tr16, 0x01\t; 1\n     4b8:\t08 87       \tstd\tY+8, r16\t; 0x08\n     4ba:\t10 c0       \trjmp\t.+32     \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n\t\t\telse { // write 256 Bytes, but next iteration necessary\n\t\t\t\toneWriteCycleLen = EEPROM_CAT24M01_MAX_WRITE_LENGTH;\n\t\t\t}\n\t\t}\n\t\telse { // page fits less than 256 Bytes, cannot write full length\n\t\t\tif(len <= pageStillFits) { // all remaining data can go into less than 30 Bytes\n     4bc:\tc7 01       \tmovw\tr24, r14\n     4be:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     4c0:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     4c2:\t88 15       \tcp\tr24, r8\n     4c4:\t99 05       \tcpc\tr25, r9\n     4c6:\taa 05       \tcpc\tr26, r10\n     4c8:\tbb 05       \tcpc\tr27, r11\n     4ca:\t38 f0       \tbrcs\t.+14     \t; 0x4da <_Z17eepromWriteMemorymPhm+0xbc>\n\t\t\t\toneWriteCycleLen = len;\n     4cc:\t74 01       \tmovw\tr14, r8\n\t\t\t\tfinished = true;\n     4ce:\t11 e0       \tldi\tr17, 0x01\t; 1\n     4d0:\t18 87       \tstd\tY+8, r17\t; 0x08\n     4d2:\t04 c0       \trjmp\t.+8      \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n     4d4:\t18 86       \tstd\tY+8, r1\t; 0x08\n\t\t\tif(len <= EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // all remaining data can go into the next 256 Bytes\n\t\t\t\toneWriteCycleLen = len;\n\t\t\t\tfinished = true;\n\t\t\t}\n\t\t\telse { // write 256 Bytes, but next iteration necessary\n\t\t\t\toneWriteCycleLen = EEPROM_CAT24M01_MAX_WRITE_LENGTH;\n     4d6:\t71 01       \tmovw\tr14, r2\n     4d8:\t01 c0       \trjmp\t.+2      \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n     4da:\t18 86       \tstd\tY+8, r1\t; 0x08\n\ti2cStop();\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n     4dc:\t41 14       \tcp\tr4, r1\n     4de:\t51 04       \tcpc\tr5, r1\n     4e0:\t21 e0       \tldi\tr18, 0x01\t; 1\n     4e2:\t62 06       \tcpc\tr6, r18\n     4e4:\t71 04       \tcpc\tr7, r1\n     4e6:\t10 f0       \tbrcs\t.+4      \t; 0x4ec <_Z17eepromWriteMemorymPhm+0xce>\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n\t}\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n     4e8:\t81 e5       \tldi\tr24, 0x51\t; 81\n     4ea:\t01 c0       \trjmp\t.+2      \t; 0x4ee <_Z17eepromWriteMemorymPhm+0xd0>\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n     4ec:\t80 e5       \tldi\tr24, 0x50\t; 80\n\t\t}\n\t\t\n\t\t// write\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n     4ee:\t0e 94 e6 07 \tcall\t0xfcc\t; 0xfcc <_Z13i2cStartWriteh>\n     4f2:\t88 23       \tand\tr24, r24\n     4f4:\t09 f4       \tbrne\t.+2      \t; 0x4f8 <_Z17eepromWriteMemorymPhm+0xda>\n     4f6:\t6e c0       \trjmp\t.+220    \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n     4f8:\t85 2d       \tmov\tr24, r5\n     4fa:\t0e 94 17 08 \tcall\t0x102e\t; 0x102e <_Z8i2cWriteh>\n     4fe:\t88 23       \tand\tr24, r24\n     500:\t09 f4       \tbrne\t.+2      \t; 0x504 <_Z17eepromWriteMemorymPhm+0xe6>\n     502:\t68 c0       \trjmp\t.+208    \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     504:\t84 2d       \tmov\tr24, r4\n     506:\t0e 94 17 08 \tcall\t0x102e\t; 0x102e <_Z8i2cWriteh>\n     50a:\t8d 83       \tstd\tY+5, r24\t; 0x05\n     50c:\t88 23       \tand\tr24, r24\n     50e:\t09 f4       \tbrne\t.+2      \t; 0x512 <_Z17eepromWriteMemorymPhm+0xf4>\n     510:\t5e c0       \trjmp\t.+188    \t; 0x5ce <_Z17eepromWriteMemorymPhm+0x1b0>\n\t\tfor(uint16_t i = 0; i < oneWriteCycleLen; i++) { // append data\n     512:\te1 14       \tcp\tr14, r1\n     514:\tf1 04       \tcpc\tr15, r1\n     516:\td9 f0       \tbreq\t.+54     \t; 0x54e <_Z17eepromWriteMemorymPhm+0x130>\n     518:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     51a:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     51c:\t0c 0d       \tadd\tr16, r12\n     51e:\t1d 1d       \tadc\tr17, r13\n     520:\t09 87       \tstd\tY+9, r16\t; 0x09\n     522:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n     524:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     526:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     528:\t0e 0d       \tadd\tr16, r14\n     52a:\t1f 1d       \tadc\tr17, r15\n     52c:\t0c 0d       \tadd\tr16, r12\n     52e:\t1d 1d       \tadc\tr17, r13\n\t\t\tif(!i2cWrite(value_arr[arrayIndex+i])) { return false; }\n     530:\te9 85       \tldd\tr30, Y+9\t; 0x09\n     532:\tfa 85       \tldd\tr31, Y+10\t; 0x0a\n     534:\t81 91       \tld\tr24, Z+\n     536:\te9 87       \tstd\tY+9, r30\t; 0x09\n     538:\tfa 87       \tstd\tY+10, r31\t; 0x0a\n     53a:\t0e 94 17 08 \tcall\t0x102e\t; 0x102e <_Z8i2cWriteh>\n     53e:\t88 23       \tand\tr24, r24\n     540:\t09 f4       \tbrne\t.+2      \t; 0x544 <_Z17eepromWriteMemorymPhm+0x126>\n     542:\t48 c0       \trjmp\t.+144    \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\tfor(uint16_t i = 0; i < oneWriteCycleLen; i++) { // append data\n     544:\t29 85       \tldd\tr18, Y+9\t; 0x09\n     546:\t3a 85       \tldd\tr19, Y+10\t; 0x0a\n     548:\t20 17       \tcp\tr18, r16\n     54a:\t31 07       \tcpc\tr19, r17\n     54c:\t89 f7       \tbrne\t.-30     \t; 0x530 <_Z17eepromWriteMemorymPhm+0x112>\n\t\t\tif(!i2cWrite(value_arr[arrayIndex+i])) { return false; }\n\t\t}\n\t\ti2cStop();\n     54e:\t0e 94 35 08 \tcall\t0x106a\t; 0x106a <_Z7i2cStopv>\n     552:\t08 ee       \tldi\tr16, 0xE8\t; 232\n     554:\t13 e0       \tldi\tr17, 0x03\t; 3\n     556:\t09 87       \tstd\tY+9, r16\t; 0x09\n     558:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n\t\t\n\t\t// wait until written\n\t\tbusyWritingTimeoutMs = 1000;\n\t\twhile(eepromBusyWriting()) {\n     55a:\t0e 94 f3 01 \tcall\t0x3e6\t; 0x3e6 <_Z17eepromBusyWritingv>\n     55e:\t88 23       \tand\tr24, r24\n     560:\t79 f0       \tbreq\t.+30     \t; 0x580 <_Z17eepromWriteMemorymPhm+0x162>\n     562:\t89 ef       \tldi\tr24, 0xF9\t; 249\n     564:\t90 e0       \tldi\tr25, 0x00\t; 0\n     566:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     568:\tf1 f7       \tbrne\t.-4      \t; 0x566 <_Z17eepromWriteMemorymPhm+0x148>\n     56a:\t00 c0       \trjmp\t.+0      \t; 0x56c <_Z17eepromWriteMemorymPhm+0x14e>\n     56c:\t00 00       \tnop\n     56e:\t09 85       \tldd\tr16, Y+9\t; 0x09\n     570:\t1a 85       \tldd\tr17, Y+10\t; 0x0a\n     572:\t01 50       \tsubi\tr16, 0x01\t; 1\n     574:\t11 09       \tsbc\tr17, r1\n     576:\t09 87       \tstd\tY+9, r16\t; 0x09\n     578:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n\t\t\t_delay_ms(1);\n\t\t\tbusyWritingTimeoutMs--;\n\t\t\tif(busyWritingTimeoutMs == 0) { return false; }\n     57a:\t01 2b       \tor\tr16, r17\n     57c:\t71 f7       \tbrne\t.-36     \t; 0x55a <_Z17eepromWriteMemorymPhm+0x13c>\n     57e:\t29 c0       \trjmp\t.+82     \t; 0x5d2 <_Z17eepromWriteMemorymPhm+0x1b4>\n\t\t}\n\t\t//printf(\"TO %d\\n\\r\", busyWritingTimeoutMs);\n\t\t\n\t\t// decrement for next cycle\n\t\tlen -= oneWriteCycleLen;\n     580:\ta7 01       \tmovw\tr20, r14\n     582:\t60 e0       \tldi\tr22, 0x00\t; 0\n     584:\t70 e0       \tldi\tr23, 0x00\t; 0\n     586:\t84 1a       \tsub\tr8, r20\n     588:\t95 0a       \tsbc\tr9, r21\n     58a:\ta6 0a       \tsbc\tr10, r22\n     58c:\tb7 0a       \tsbc\tr11, r23\n\t\tadr += oneWriteCycleLen;\n     58e:\t44 0e       \tadd\tr4, r20\n     590:\t55 1e       \tadc\tr5, r21\n     592:\t66 1e       \tadc\tr6, r22\n     594:\t77 1e       \tadc\tr7, r23\n\t\tarrayIndex += oneWriteCycleLen;\n     596:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     598:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     59a:\t2b 81       \tldd\tr18, Y+3\t; 0x03\n     59c:\t3c 81       \tldd\tr19, Y+4\t; 0x04\n     59e:\t04 0f       \tadd\tr16, r20\n     5a0:\t15 1f       \tadc\tr17, r21\n     5a2:\t26 1f       \tadc\tr18, r22\n     5a4:\t37 1f       \tadc\tr19, r23\n     5a6:\t09 83       \tstd\tY+1, r16\t; 0x01\n     5a8:\t1a 83       \tstd\tY+2, r17\t; 0x02\n     5aa:\t2b 83       \tstd\tY+3, r18\t; 0x03\n     5ac:\t3c 83       \tstd\tY+4, r19\t; 0x04\n     5ae:\t0e 81       \tldd\tr16, Y+6\t; 0x06\n     5b0:\t1f 81       \tldd\tr17, Y+7\t; 0x07\n     5b2:\t01 50       \tsubi\tr16, 0x01\t; 1\n     5b4:\t11 09       \tsbc\tr17, r1\n     5b6:\t0e 83       \tstd\tY+6, r16\t; 0x06\n     5b8:\t1f 83       \tstd\tY+7, r17\t; 0x07\n\t\tprotectionCount--;\n\t\tif(protectionCount == 0) { // timeout\n     5ba:\t01 2b       \tor\tr16, r17\n     5bc:\t09 f0       \tbreq\t.+2      \t; 0x5c0 <_Z17eepromWriteMemorymPhm+0x1a2>\n     5be:\t68 cf       \trjmp\t.-304    \t; 0x490 <_Z17eepromWriteMemorymPhm+0x72>\n     5c0:\t09 c0       \trjmp\t.+18     \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n\tbool finished = false;\n\tuint32_t arrayIndex = 0;\n\tuint16_t busyWritingTimeoutMs;\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n\t\treturn false;\n     5c2:\t80 e0       \tldi\tr24, 0x00\t; 0\n     5c4:\t07 c0       \trjmp\t.+14     \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n     5c6:\t80 e0       \tldi\tr24, 0x00\t; 0\n     5c8:\t05 c0       \trjmp\t.+10     \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n\t\tprotectionCount--;\n\t\tif(protectionCount == 0) { // timeout\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n     5ca:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n     5cc:\t03 c0       \trjmp\t.+6      \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n\t\t// write\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     5ce:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n     5d0:\t01 c0       \trjmp\t.+2      \t; 0x5d4 <_Z17eepromWriteMemorymPhm+0x1b6>\n\t\t// wait until written\n\t\tbusyWritingTimeoutMs = 1000;\n\t\twhile(eepromBusyWriting()) {\n\t\t\t_delay_ms(1);\n\t\t\tbusyWritingTimeoutMs--;\n\t\t\tif(busyWritingTimeoutMs == 0) { return false; }\n     5d2:\t80 e0       \tldi\tr24, 0x00\t; 0\n\t\tif(protectionCount == 0) { // timeout\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n     5d4:\t2a 96       \tadiw\tr28, 0x0a\t; 10\n     5d6:\tcd bf       \tout\t0x3d, r28\t; 61\n     5d8:\tde bf       \tout\t0x3e, r29\t; 62\n     5da:\tdf 91       \tpop\tr29\n     5dc:\tcf 91       \tpop\tr28\n     5de:\t1f 91       \tpop\tr17\n     5e0:\t0f 91       \tpop\tr16\n     5e2:\tff 90       \tpop\tr15\n     5e4:\tef 90       \tpop\tr14\n     5e6:\tdf 90       \tpop\tr13\n     5e8:\tcf 90       \tpop\tr12\n     5ea:\tbf 90       \tpop\tr11\n     5ec:\taf 90       \tpop\tr10\n     5ee:\t9f 90       \tpop\tr9\n     5f0:\t8f 90       \tpop\tr8\n     5f2:\t7f 90       \tpop\tr7\n     5f4:\t6f 90       \tpop\tr6\n     5f6:\t5f 90       \tpop\tr5\n     5f8:\t4f 90       \tpop\tr4\n     5fa:\t3f 90       \tpop\tr3\n     5fc:\t2f 90       \tpop\tr2\n     5fe:\t08 95       \tret\n\n00000600 <_Z25gpsConvertTwoDigit2NumberPc>:\n}*/\n\nvoid gpsSetBaudrate9600Permanently() {\n\tprintf(commandBaudrate9600Permanently); // request only GPGGA and GPRMC messages\n\t// needs to wait afterwards\t\n}\n     600:\tfc 01       \tmovw\tr30, r24\n     602:\t90 81       \tld\tr25, Z\n     604:\t99 0f       \tadd\tr25, r25\n     606:\t90 56       \tsubi\tr25, 0x60\t; 96\n     608:\t29 2f       \tmov\tr18, r25\n     60a:\t22 0f       \tadd\tr18, r18\n     60c:\t22 0f       \tadd\tr18, r18\n     60e:\t92 0f       \tadd\tr25, r18\n     610:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     612:\t80 ed       \tldi\tr24, 0xD0\t; 208\n     614:\t82 0f       \tadd\tr24, r18\n     616:\t89 0f       \tadd\tr24, r25\n     618:\t08 95       \tret\n\n0000061a <_Z17gpsRemoveAllCharsPcc>:\n     61a:\tfc 01       \tmovw\tr30, r24\n     61c:\t90 81       \tld\tr25, Z\n     61e:\t99 23       \tand\tr25, r25\n     620:\t71 f0       \tbreq\t.+28     \t; 0x63e <_Z17gpsRemoveAllCharsPcc+0x24>\n     622:\tdf 01       \tmovw\tr26, r30\n     624:\t11 96       \tadiw\tr26, 0x01\t; 1\n     626:\t90 83       \tst\tZ, r25\n     628:\t21 e0       \tldi\tr18, 0x01\t; 1\n     62a:\t30 e0       \tldi\tr19, 0x00\t; 0\n     62c:\t69 13       \tcpse\tr22, r25\n     62e:\t02 c0       \trjmp\t.+4      \t; 0x634 <_Z17gpsRemoveAllCharsPcc+0x1a>\n     630:\t20 e0       \tldi\tr18, 0x00\t; 0\n     632:\t30 e0       \tldi\tr19, 0x00\t; 0\n     634:\te2 0f       \tadd\tr30, r18\n     636:\tf3 1f       \tadc\tr31, r19\n     638:\t9d 91       \tld\tr25, X+\n     63a:\t91 11       \tcpse\tr25, r1\n     63c:\tf4 cf       \trjmp\t.-24     \t; 0x626 <_Z17gpsRemoveAllCharsPcc+0xc>\n     63e:\t10 82       \tst\tZ, r1\n     640:\t08 95       \tret\n\n00000642 <_Z15gpsParseLatLongPc>:\n     642:\t8f 92       \tpush\tr8\n     644:\t9f 92       \tpush\tr9\n     646:\taf 92       \tpush\tr10\n     648:\tbf 92       \tpush\tr11\n     64a:\tcf 92       \tpush\tr12\n     64c:\tdf 92       \tpush\tr13\n     64e:\tef 92       \tpush\tr14\n     650:\tff 92       \tpush\tr15\n     652:\t7c 01       \tmovw\tr14, r24\n     654:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     656:\t0e 94 0d 03 \tcall\t0x61a\t; 0x61a <_Z17gpsRemoveAllCharsPcc>\n     65a:\tc7 01       \tmovw\tr24, r14\n     65c:\t0e 94 77 19 \tcall\t0x32ee\t; 0x32ee <atol>\n     660:\t6b 01       \tmovw\tr12, r22\n     662:\t7c 01       \tmovw\tr14, r24\n     664:\t20 e4       \tldi\tr18, 0x40\t; 64\n     666:\t32 e4       \tldi\tr19, 0x42\t; 66\n     668:\t4f e0       \tldi\tr20, 0x0F\t; 15\n     66a:\t50 e0       \tldi\tr21, 0x00\t; 0\n     66c:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n     670:\t49 01       \tmovw\tr8, r18\n     672:\t5a 01       \tmovw\tr10, r20\n     674:\t60 e4       \tldi\tr22, 0x40\t; 64\n     676:\t72 e4       \tldi\tr23, 0x42\t; 66\n     678:\t8f e0       \tldi\tr24, 0x0F\t; 15\n     67a:\t90 e0       \tldi\tr25, 0x00\t; 0\n     67c:\t0e 94 ee 18 \tcall\t0x31dc\t; 0x31dc <__mulsi3>\n     680:\ta7 01       \tmovw\tr20, r14\n     682:\t96 01       \tmovw\tr18, r12\n     684:\t26 1b       \tsub\tr18, r22\n     686:\t37 0b       \tsbc\tr19, r23\n     688:\t48 0b       \tsbc\tr20, r24\n     68a:\t59 0b       \tsbc\tr21, r25\n     68c:\tca 01       \tmovw\tr24, r20\n     68e:\tb9 01       \tmovw\tr22, r18\n     690:\t26 e0       \tldi\tr18, 0x06\t; 6\n     692:\t30 e0       \tldi\tr19, 0x00\t; 0\n     694:\t40 e0       \tldi\tr20, 0x00\t; 0\n     696:\t50 e0       \tldi\tr21, 0x00\t; 0\n     698:\t0e 94 20 19 \tcall\t0x3240\t; 0x3240 <__divmodsi4>\n     69c:\t69 01       \tmovw\tr12, r18\n     69e:\t7a 01       \tmovw\tr14, r20\n     6a0:\ta5 01       \tmovw\tr20, r10\n     6a2:\t94 01       \tmovw\tr18, r8\n     6a4:\t60 ea       \tldi\tr22, 0xA0\t; 160\n     6a6:\t76 e8       \tldi\tr23, 0x86\t; 134\n     6a8:\t81 e0       \tldi\tr24, 0x01\t; 1\n     6aa:\t90 e0       \tldi\tr25, 0x00\t; 0\n     6ac:\t0e 94 ee 18 \tcall\t0x31dc\t; 0x31dc <__mulsi3>\n     6b0:\t6c 0d       \tadd\tr22, r12\n     6b2:\t7d 1d       \tadc\tr23, r13\n     6b4:\t8e 1d       \tadc\tr24, r14\n     6b6:\t9f 1d       \tadc\tr25, r15\n     6b8:\tff 90       \tpop\tr15\n     6ba:\tef 90       \tpop\tr14\n     6bc:\tdf 90       \tpop\tr13\n     6be:\tcf 90       \tpop\tr12\n     6c0:\tbf 90       \tpop\tr11\n     6c2:\taf 90       \tpop\tr10\n     6c4:\t9f 90       \tpop\tr9\n     6c6:\t8f 90       \tpop\tr8\n     6c8:\t08 95       \tret\n\n000006ca <_Z18gpsGetUTCTimestampP5gps_t>:\n     6ca:\t4f 92       \tpush\tr4\n     6cc:\t5f 92       \tpush\tr5\n     6ce:\t6f 92       \tpush\tr6\n     6d0:\t7f 92       \tpush\tr7\n     6d2:\t8f 92       \tpush\tr8\n     6d4:\t9f 92       \tpush\tr9\n     6d6:\taf 92       \tpush\tr10\n     6d8:\tbf 92       \tpush\tr11\n     6da:\tcf 92       \tpush\tr12\n     6dc:\tdf 92       \tpush\tr13\n     6de:\tef 92       \tpush\tr14\n     6e0:\tff 92       \tpush\tr15\n     6e2:\tcf 93       \tpush\tr28\n     6e4:\tdf 93       \tpush\tr29\n     6e6:\tcd b7       \tin\tr28, 0x3d\t; 61\n     6e8:\tde b7       \tin\tr29, 0x3e\t; 62\n     6ea:\te8 97       \tsbiw\tr28, 0x38\t; 56\n     6ec:\tcd bf       \tout\t0x3d, r28\t; 61\n     6ee:\tde bf       \tout\t0x3e, r29\t; 62\n     6f0:\tfc 01       \tmovw\tr30, r24\n     6f2:\t89 2b       \tor\tr24, r25\n     6f4:\t09 f4       \tbrne\t.+2      \t; 0x6f8 <_Z18gpsGetUTCTimestampP5gps_t+0x2e>\n     6f6:\tf1 c1       \trjmp\t.+994    \t; 0xada <__DATA_REGION_LENGTH__+0x2da>\n     6f8:\t65 81       \tldd\tr22, Z+5\t; 0x05\n     6fa:\t60 35       \tcpi\tr22, 0x50\t; 80\n     6fc:\t09 f4       \tbrne\t.+2      \t; 0x700 <_Z18gpsGetUTCTimestampP5gps_t+0x36>\n     6fe:\tf1 c1       \trjmp\t.+994    \t; 0xae2 <__DATA_REGION_LENGTH__+0x2e2>\n     700:\tc6 2e       \tmov\tr12, r22\n     702:\td1 2c       \tmov\tr13, r1\n     704:\t20 e3       \tldi\tr18, 0x30\t; 48\n     706:\tc2 1a       \tsub\tr12, r18\n     708:\t28 ef       \tldi\tr18, 0xF8\t; 248\n     70a:\td2 0a       \tsbc\tr13, r18\n     70c:\t42 80       \tldd\tr4, Z+2\t; 0x02\n     70e:\t84 2c       \tmov\tr8, r4\n     710:\t91 2c       \tmov\tr9, r1\n     712:\ta1 2c       \tmov\tr10, r1\n     714:\tb1 2c       \tmov\tr11, r1\n     716:\t20 81       \tld\tr18, Z\n     718:\t30 e0       \tldi\tr19, 0x00\t; 0\n     71a:\ta0 e1       \tldi\tr26, 0x10\t; 16\n     71c:\tbe e0       \tldi\tr27, 0x0E\t; 14\n     71e:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n     722:\t6d 83       \tstd\tY+5, r22\t; 0x05\n     724:\t7e 83       \tstd\tY+6, r23\t; 0x06\n     726:\t8f 83       \tstd\tY+7, r24\t; 0x07\n     728:\t98 87       \tstd\tY+8, r25\t; 0x08\n     72a:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     72c:\t30 e0       \tldi\tr19, 0x00\t; 0\n     72e:\tac e3       \tldi\tr26, 0x3C\t; 60\n     730:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     732:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n     736:\t69 87       \tstd\tY+9, r22\t; 0x09\n     738:\t7a 87       \tstd\tY+10, r23\t; 0x0a\n     73a:\t8b 87       \tstd\tY+11, r24\t; 0x0b\n     73c:\t9c 87       \tstd\tY+12, r25\t; 0x0c\n     73e:\t23 81       \tldd\tr18, Z+3\t; 0x03\n     740:\t42 2e       \tmov\tr4, r18\n     742:\t51 2c       \tmov\tr5, r1\n     744:\t61 2c       \tmov\tr6, r1\n     746:\t71 2c       \tmov\tr7, r1\n     748:\t44 81       \tldd\tr20, Z+4\t; 0x04\n     74a:\t42 30       \tcpi\tr20, 0x02\t; 2\n     74c:\t28 f4       \tbrcc\t.+10     \t; 0x758 <_Z18gpsGetUTCTimestampP5gps_t+0x8e>\n     74e:\t19 82       \tstd\tY+1, r1\t; 0x01\n     750:\t1a 82       \tstd\tY+2, r1\t; 0x02\n     752:\t1b 82       \tstd\tY+3, r1\t; 0x03\n     754:\t1c 82       \tstd\tY+4, r1\t; 0x04\n     756:\t08 c0       \trjmp\t.+16     \t; 0x768 <_Z18gpsGetUTCTimestampP5gps_t+0x9e>\n     758:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     75a:\t70 e0       \tldi\tr23, 0x00\t; 0\n     75c:\t80 e0       \tldi\tr24, 0x00\t; 0\n     75e:\t90 e0       \tldi\tr25, 0x00\t; 0\n     760:\t69 83       \tstd\tY+1, r22\t; 0x01\n     762:\t7a 83       \tstd\tY+2, r23\t; 0x02\n     764:\t8b 83       \tstd\tY+3, r24\t; 0x03\n     766:\t9c 83       \tstd\tY+4, r25\t; 0x04\n     768:\t43 30       \tcpi\tr20, 0x03\t; 3\n     76a:\td0 f1       \tbrcs\t.+116    \t; 0x7e0 <_Z18gpsGetUTCTimestampP5gps_t+0x116>\n     76c:\t96 01       \tmovw\tr18, r12\n     76e:\t32 95       \tswap\tr19\n     770:\t22 95       \tswap\tr18\n     772:\t2f 70       \tandi\tr18, 0x0F\t; 15\n     774:\t23 27       \teor\tr18, r19\n     776:\t3f 70       \tandi\tr19, 0x0F\t; 15\n     778:\t23 27       \teor\tr18, r19\n     77a:\tae e3       \tldi\tr26, 0x3E\t; 62\n     77c:\tba e0       \tldi\tr27, 0x0A\t; 10\n     77e:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n     782:\t20 e9       \tldi\tr18, 0x90\t; 144\n     784:\t31 e0       \tldi\tr19, 0x01\t; 1\n     786:\tdc 01       \tmovw\tr26, r24\n     788:\ta2 9f       \tmul\tr26, r18\n     78a:\tc0 01       \tmovw\tr24, r0\n     78c:\ta3 9f       \tmul\tr26, r19\n     78e:\t90 0d       \tadd\tr25, r0\n     790:\tb2 9f       \tmul\tr27, r18\n     792:\t90 0d       \tadd\tr25, r0\n     794:\t11 24       \teor\tr1, r1\n     796:\tc8 16       \tcp\tr12, r24\n     798:\td9 06       \tcpc\tr13, r25\n     79a:\t39 f1       \tbreq\t.+78     \t; 0x7ea <_Z18gpsGetUTCTimestampP5gps_t+0x120>\n     79c:\t96 01       \tmovw\tr18, r12\n     79e:\t36 95       \tlsr\tr19\n     7a0:\t27 95       \tror\tr18\n     7a2:\t36 95       \tlsr\tr19\n     7a4:\t27 95       \tror\tr18\n     7a6:\tab e7       \tldi\tr26, 0x7B\t; 123\n     7a8:\tb4 e1       \tldi\tr27, 0x14\t; 20\n     7aa:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n     7ae:\t96 95       \tlsr\tr25\n     7b0:\t87 95       \tror\tr24\n     7b2:\t54 e6       \tldi\tr21, 0x64\t; 100\n     7b4:\t58 9f       \tmul\tr21, r24\n     7b6:\t90 01       \tmovw\tr18, r0\n     7b8:\t59 9f       \tmul\tr21, r25\n     7ba:\t30 0d       \tadd\tr19, r0\n     7bc:\t11 24       \teor\tr1, r1\n     7be:\tc2 16       \tcp\tr12, r18\n     7c0:\td3 06       \tcpc\tr13, r19\n     7c2:\te1 f0       \tbreq\t.+56     \t; 0x7fc <_Z18gpsGetUTCTimestampP5gps_t+0x132>\n     7c4:\tc6 01       \tmovw\tr24, r12\n     7c6:\t83 70       \tandi\tr24, 0x03\t; 3\n     7c8:\t99 27       \teor\tr25, r25\n     7ca:\t89 2b       \tor\tr24, r25\n     7cc:\t01 f1       \tbreq\t.+64     \t; 0x80e <__DATA_REGION_LENGTH__+0xe>\n     7ce:\t6c e1       \tldi\tr22, 0x1C\t; 28\n     7d0:\t70 e0       \tldi\tr23, 0x00\t; 0\n     7d2:\t80 e0       \tldi\tr24, 0x00\t; 0\n     7d4:\t90 e0       \tldi\tr25, 0x00\t; 0\n     7d6:\t69 8b       \tstd\tY+17, r22\t; 0x11\n     7d8:\t7a 8b       \tstd\tY+18, r23\t; 0x12\n     7da:\t8b 8b       \tstd\tY+19, r24\t; 0x13\n     7dc:\t9c 8b       \tstd\tY+20, r25\t; 0x14\n     7de:\t1f c0       \trjmp\t.+62     \t; 0x81e <__DATA_REGION_LENGTH__+0x1e>\n     7e0:\t19 8a       \tstd\tY+17, r1\t; 0x11\n     7e2:\t1a 8a       \tstd\tY+18, r1\t; 0x12\n     7e4:\t1b 8a       \tstd\tY+19, r1\t; 0x13\n     7e6:\t1c 8a       \tstd\tY+20, r1\t; 0x14\n     7e8:\t1a c0       \trjmp\t.+52     \t; 0x81e <__DATA_REGION_LENGTH__+0x1e>\n     7ea:\t8d e1       \tldi\tr24, 0x1D\t; 29\n     7ec:\t90 e0       \tldi\tr25, 0x00\t; 0\n     7ee:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     7f0:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     7f2:\t89 8b       \tstd\tY+17, r24\t; 0x11\n     7f4:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n     7f6:\tab 8b       \tstd\tY+19, r26\t; 0x13\n     7f8:\tbc 8b       \tstd\tY+20, r27\t; 0x14\n     7fa:\t11 c0       \trjmp\t.+34     \t; 0x81e <__DATA_REGION_LENGTH__+0x1e>\n     7fc:\t6c e1       \tldi\tr22, 0x1C\t; 28\n     7fe:\t70 e0       \tldi\tr23, 0x00\t; 0\n     800:\t80 e0       \tldi\tr24, 0x00\t; 0\n     802:\t90 e0       \tldi\tr25, 0x00\t; 0\n     804:\t69 8b       \tstd\tY+17, r22\t; 0x11\n     806:\t7a 8b       \tstd\tY+18, r23\t; 0x12\n     808:\t8b 8b       \tstd\tY+19, r24\t; 0x13\n     80a:\t9c 8b       \tstd\tY+20, r25\t; 0x14\n     80c:\t08 c0       \trjmp\t.+16     \t; 0x81e <__DATA_REGION_LENGTH__+0x1e>\n     80e:\t8d e1       \tldi\tr24, 0x1D\t; 29\n     810:\t90 e0       \tldi\tr25, 0x00\t; 0\n     812:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     814:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     816:\t89 8b       \tstd\tY+17, r24\t; 0x11\n     818:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n     81a:\tab 8b       \tstd\tY+19, r26\t; 0x13\n     81c:\tbc 8b       \tstd\tY+20, r27\t; 0x14\n     81e:\t44 30       \tcpi\tr20, 0x04\t; 4\n     820:\t28 f4       \tbrcc\t.+10     \t; 0x82c <__DATA_REGION_LENGTH__+0x2c>\n     822:\t1d 8a       \tstd\tY+21, r1\t; 0x15\n     824:\t1e 8a       \tstd\tY+22, r1\t; 0x16\n     826:\t1f 8a       \tstd\tY+23, r1\t; 0x17\n     828:\t18 8e       \tstd\tY+24, r1\t; 0x18\n     82a:\t08 c0       \trjmp\t.+16     \t; 0x83c <__DATA_REGION_LENGTH__+0x3c>\n     82c:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     82e:\t70 e0       \tldi\tr23, 0x00\t; 0\n     830:\t80 e0       \tldi\tr24, 0x00\t; 0\n     832:\t90 e0       \tldi\tr25, 0x00\t; 0\n     834:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n     836:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n     838:\t8f 8b       \tstd\tY+23, r24\t; 0x17\n     83a:\t98 8f       \tstd\tY+24, r25\t; 0x18\n     83c:\t45 30       \tcpi\tr20, 0x05\t; 5\n     83e:\t28 f4       \tbrcc\t.+10     \t; 0x84a <__DATA_REGION_LENGTH__+0x4a>\n     840:\t19 8e       \tstd\tY+25, r1\t; 0x19\n     842:\t1a 8e       \tstd\tY+26, r1\t; 0x1a\n     844:\t1b 8e       \tstd\tY+27, r1\t; 0x1b\n     846:\t1c 8e       \tstd\tY+28, r1\t; 0x1c\n     848:\t08 c0       \trjmp\t.+16     \t; 0x85a <__DATA_REGION_LENGTH__+0x5a>\n     84a:\t8e e1       \tldi\tr24, 0x1E\t; 30\n     84c:\t90 e0       \tldi\tr25, 0x00\t; 0\n     84e:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     850:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     852:\t89 8f       \tstd\tY+25, r24\t; 0x19\n     854:\t9a 8f       \tstd\tY+26, r25\t; 0x1a\n     856:\tab 8f       \tstd\tY+27, r26\t; 0x1b\n     858:\tbc 8f       \tstd\tY+28, r27\t; 0x1c\n     85a:\t46 30       \tcpi\tr20, 0x06\t; 6\n     85c:\t28 f4       \tbrcc\t.+10     \t; 0x868 <__DATA_REGION_LENGTH__+0x68>\n     85e:\t1d 8e       \tstd\tY+29, r1\t; 0x1d\n     860:\t1e 8e       \tstd\tY+30, r1\t; 0x1e\n     862:\t1f 8e       \tstd\tY+31, r1\t; 0x1f\n     864:\t18 a2       \tstd\tY+32, r1\t; 0x20\n     866:\t08 c0       \trjmp\t.+16     \t; 0x878 <__DATA_REGION_LENGTH__+0x78>\n     868:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     86a:\t70 e0       \tldi\tr23, 0x00\t; 0\n     86c:\t80 e0       \tldi\tr24, 0x00\t; 0\n     86e:\t90 e0       \tldi\tr25, 0x00\t; 0\n     870:\t6d 8f       \tstd\tY+29, r22\t; 0x1d\n     872:\t7e 8f       \tstd\tY+30, r23\t; 0x1e\n     874:\t8f 8f       \tstd\tY+31, r24\t; 0x1f\n     876:\t98 a3       \tstd\tY+32, r25\t; 0x20\n     878:\t47 30       \tcpi\tr20, 0x07\t; 7\n     87a:\t28 f4       \tbrcc\t.+10     \t; 0x886 <__DATA_REGION_LENGTH__+0x86>\n     87c:\t19 a2       \tstd\tY+33, r1\t; 0x21\n     87e:\t1a a2       \tstd\tY+34, r1\t; 0x22\n     880:\t1b a2       \tstd\tY+35, r1\t; 0x23\n     882:\t1c a2       \tstd\tY+36, r1\t; 0x24\n     884:\t08 c0       \trjmp\t.+16     \t; 0x896 <__DATA_REGION_LENGTH__+0x96>\n     886:\t8e e1       \tldi\tr24, 0x1E\t; 30\n     888:\t90 e0       \tldi\tr25, 0x00\t; 0\n     88a:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     88c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     88e:\t89 a3       \tstd\tY+33, r24\t; 0x21\n     890:\t9a a3       \tstd\tY+34, r25\t; 0x22\n     892:\tab a3       \tstd\tY+35, r26\t; 0x23\n     894:\tbc a3       \tstd\tY+36, r27\t; 0x24\n     896:\t48 30       \tcpi\tr20, 0x08\t; 8\n     898:\t28 f4       \tbrcc\t.+10     \t; 0x8a4 <__DATA_REGION_LENGTH__+0xa4>\n     89a:\t1d a2       \tstd\tY+37, r1\t; 0x25\n     89c:\t1e a2       \tstd\tY+38, r1\t; 0x26\n     89e:\t1f a2       \tstd\tY+39, r1\t; 0x27\n     8a0:\t18 a6       \tstd\tY+40, r1\t; 0x28\n     8a2:\t08 c0       \trjmp\t.+16     \t; 0x8b4 <__DATA_REGION_LENGTH__+0xb4>\n     8a4:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     8a6:\t70 e0       \tldi\tr23, 0x00\t; 0\n     8a8:\t80 e0       \tldi\tr24, 0x00\t; 0\n     8aa:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8ac:\t6d a3       \tstd\tY+37, r22\t; 0x25\n     8ae:\t7e a3       \tstd\tY+38, r23\t; 0x26\n     8b0:\t8f a3       \tstd\tY+39, r24\t; 0x27\n     8b2:\t98 a7       \tstd\tY+40, r25\t; 0x28\n     8b4:\t49 30       \tcpi\tr20, 0x09\t; 9\n     8b6:\t28 f4       \tbrcc\t.+10     \t; 0x8c2 <__DATA_REGION_LENGTH__+0xc2>\n     8b8:\t19 a6       \tstd\tY+41, r1\t; 0x29\n     8ba:\t1a a6       \tstd\tY+42, r1\t; 0x2a\n     8bc:\t1b a6       \tstd\tY+43, r1\t; 0x2b\n     8be:\t1c a6       \tstd\tY+44, r1\t; 0x2c\n     8c0:\t08 c0       \trjmp\t.+16     \t; 0x8d2 <__DATA_REGION_LENGTH__+0xd2>\n     8c2:\t8f e1       \tldi\tr24, 0x1F\t; 31\n     8c4:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8c6:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     8c8:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     8ca:\t89 a7       \tstd\tY+41, r24\t; 0x29\n     8cc:\t9a a7       \tstd\tY+42, r25\t; 0x2a\n     8ce:\tab a7       \tstd\tY+43, r26\t; 0x2b\n     8d0:\tbc a7       \tstd\tY+44, r27\t; 0x2c\n     8d2:\t4a 30       \tcpi\tr20, 0x0A\t; 10\n     8d4:\t28 f4       \tbrcc\t.+10     \t; 0x8e0 <__DATA_REGION_LENGTH__+0xe0>\n     8d6:\t1d a6       \tstd\tY+45, r1\t; 0x2d\n     8d8:\t1e a6       \tstd\tY+46, r1\t; 0x2e\n     8da:\t1f a6       \tstd\tY+47, r1\t; 0x2f\n     8dc:\t18 aa       \tstd\tY+48, r1\t; 0x30\n     8de:\t08 c0       \trjmp\t.+16     \t; 0x8f0 <__DATA_REGION_LENGTH__+0xf0>\n     8e0:\t6e e1       \tldi\tr22, 0x1E\t; 30\n     8e2:\t70 e0       \tldi\tr23, 0x00\t; 0\n     8e4:\t80 e0       \tldi\tr24, 0x00\t; 0\n     8e6:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8e8:\t6d a7       \tstd\tY+45, r22\t; 0x2d\n     8ea:\t7e a7       \tstd\tY+46, r23\t; 0x2e\n     8ec:\t8f a7       \tstd\tY+47, r24\t; 0x2f\n     8ee:\t98 ab       \tstd\tY+48, r25\t; 0x30\n     8f0:\t4b 30       \tcpi\tr20, 0x0B\t; 11\n     8f2:\t28 f4       \tbrcc\t.+10     \t; 0x8fe <__DATA_REGION_LENGTH__+0xfe>\n     8f4:\t19 aa       \tstd\tY+49, r1\t; 0x31\n     8f6:\t1a aa       \tstd\tY+50, r1\t; 0x32\n     8f8:\t1b aa       \tstd\tY+51, r1\t; 0x33\n     8fa:\t1c aa       \tstd\tY+52, r1\t; 0x34\n     8fc:\t08 c0       \trjmp\t.+16     \t; 0x90e <__DATA_REGION_LENGTH__+0x10e>\n     8fe:\t8f e1       \tldi\tr24, 0x1F\t; 31\n     900:\t90 e0       \tldi\tr25, 0x00\t; 0\n     902:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     904:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     906:\t89 ab       \tstd\tY+49, r24\t; 0x31\n     908:\t9a ab       \tstd\tY+50, r25\t; 0x32\n     90a:\tab ab       \tstd\tY+51, r26\t; 0x33\n     90c:\tbc ab       \tstd\tY+52, r27\t; 0x34\n     90e:\t4c 30       \tcpi\tr20, 0x0C\t; 12\n     910:\t28 f4       \tbrcc\t.+10     \t; 0x91c <__DATA_REGION_LENGTH__+0x11c>\n     912:\t1d aa       \tstd\tY+53, r1\t; 0x35\n     914:\t1e aa       \tstd\tY+54, r1\t; 0x36\n     916:\t1f aa       \tstd\tY+55, r1\t; 0x37\n     918:\t18 ae       \tstd\tY+56, r1\t; 0x38\n     91a:\t08 c0       \trjmp\t.+16     \t; 0x92c <__DATA_REGION_LENGTH__+0x12c>\n     91c:\t2e e1       \tldi\tr18, 0x1E\t; 30\n     91e:\t30 e0       \tldi\tr19, 0x00\t; 0\n     920:\t40 e0       \tldi\tr20, 0x00\t; 0\n     922:\t50 e0       \tldi\tr21, 0x00\t; 0\n     924:\t2d ab       \tstd\tY+53, r18\t; 0x35\n     926:\t3e ab       \tstd\tY+54, r19\t; 0x36\n     928:\t4f ab       \tstd\tY+55, r20\t; 0x37\n     92a:\t58 af       \tstd\tY+56, r21\t; 0x38\n     92c:\te1 2c       \tmov\tr14, r1\n     92e:\tf1 2c       \tmov\tr15, r1\n     930:\td7 01       \tmovw\tr26, r14\n     932:\tc6 01       \tmovw\tr24, r12\n     934:\t81 5b       \tsubi\tr24, 0xB1\t; 177\n     936:\t97 40       \tsbci\tr25, 0x07\t; 7\n     938:\ta1 09       \tsbc\tr26, r1\n     93a:\tb1 09       \tsbc\tr27, r1\n     93c:\tac 01       \tmovw\tr20, r24\n     93e:\tbd 01       \tmovw\tr22, r26\n     940:\t76 95       \tlsr\tr23\n     942:\t67 95       \tror\tr22\n     944:\t57 95       \tror\tr21\n     946:\t47 95       \tror\tr20\n     948:\t76 95       \tlsr\tr23\n     94a:\t67 95       \tror\tr22\n     94c:\t57 95       \tror\tr21\n     94e:\t47 95       \tror\tr20\n     950:\t4d 87       \tstd\tY+13, r20\t; 0x0d\n     952:\t5e 87       \tstd\tY+14, r21\t; 0x0e\n     954:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n     956:\t78 8b       \tstd\tY+16, r23\t; 0x10\n     958:\tc7 01       \tmovw\tr24, r14\n     95a:\tb6 01       \tmovw\tr22, r12\n     95c:\t61 54       \tsubi\tr22, 0x41\t; 65\n     95e:\t76 40       \tsbci\tr23, 0x06\t; 6\n     960:\t81 09       \tsbc\tr24, r1\n     962:\t91 09       \tsbc\tr25, r1\n     964:\t20 e9       \tldi\tr18, 0x90\t; 144\n     966:\t31 e0       \tldi\tr19, 0x01\t; 1\n     968:\t40 e0       \tldi\tr20, 0x00\t; 0\n     96a:\t50 e0       \tldi\tr21, 0x00\t; 0\n     96c:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n     970:\t8d 85       \tldd\tr24, Y+13\t; 0x0d\n     972:\t9e 85       \tldd\tr25, Y+14\t; 0x0e\n     974:\taf 85       \tldd\tr26, Y+15\t; 0x0f\n     976:\tb8 89       \tldd\tr27, Y+16\t; 0x10\n     978:\t82 0f       \tadd\tr24, r18\n     97a:\t93 1f       \tadc\tr25, r19\n     97c:\ta4 1f       \tadc\tr26, r20\n     97e:\tb5 1f       \tadc\tr27, r21\n     980:\t84 0d       \tadd\tr24, r4\n     982:\t95 1d       \tadc\tr25, r5\n     984:\ta6 1d       \tadc\tr26, r6\n     986:\tb7 1d       \tadc\tr27, r7\n     988:\t29 81       \tldd\tr18, Y+1\t; 0x01\n     98a:\t3a 81       \tldd\tr19, Y+2\t; 0x02\n     98c:\t4b 81       \tldd\tr20, Y+3\t; 0x03\n     98e:\t5c 81       \tldd\tr21, Y+4\t; 0x04\n     990:\t82 0f       \tadd\tr24, r18\n     992:\t93 1f       \tadc\tr25, r19\n     994:\ta4 1f       \tadc\tr26, r20\n     996:\tb5 1f       \tadc\tr27, r21\n     998:\t49 89       \tldd\tr20, Y+17\t; 0x11\n     99a:\t5a 89       \tldd\tr21, Y+18\t; 0x12\n     99c:\t6b 89       \tldd\tr22, Y+19\t; 0x13\n     99e:\t7c 89       \tldd\tr23, Y+20\t; 0x14\n     9a0:\t84 0f       \tadd\tr24, r20\n     9a2:\t95 1f       \tadc\tr25, r21\n     9a4:\ta6 1f       \tadc\tr26, r22\n     9a6:\tb7 1f       \tadc\tr27, r23\n     9a8:\t2d 89       \tldd\tr18, Y+21\t; 0x15\n     9aa:\t3e 89       \tldd\tr19, Y+22\t; 0x16\n     9ac:\t4f 89       \tldd\tr20, Y+23\t; 0x17\n     9ae:\t58 8d       \tldd\tr21, Y+24\t; 0x18\n     9b0:\t82 0f       \tadd\tr24, r18\n     9b2:\t93 1f       \tadc\tr25, r19\n     9b4:\ta4 1f       \tadc\tr26, r20\n     9b6:\tb5 1f       \tadc\tr27, r21\n     9b8:\t49 8d       \tldd\tr20, Y+25\t; 0x19\n     9ba:\t5a 8d       \tldd\tr21, Y+26\t; 0x1a\n     9bc:\t6b 8d       \tldd\tr22, Y+27\t; 0x1b\n     9be:\t7c 8d       \tldd\tr23, Y+28\t; 0x1c\n     9c0:\t84 0f       \tadd\tr24, r20\n     9c2:\t95 1f       \tadc\tr25, r21\n     9c4:\ta6 1f       \tadc\tr26, r22\n     9c6:\tb7 1f       \tadc\tr27, r23\n     9c8:\t2d 8d       \tldd\tr18, Y+29\t; 0x1d\n     9ca:\t3e 8d       \tldd\tr19, Y+30\t; 0x1e\n     9cc:\t4f 8d       \tldd\tr20, Y+31\t; 0x1f\n     9ce:\t58 a1       \tldd\tr21, Y+32\t; 0x20\n     9d0:\t82 0f       \tadd\tr24, r18\n     9d2:\t93 1f       \tadc\tr25, r19\n     9d4:\ta4 1f       \tadc\tr26, r20\n     9d6:\tb5 1f       \tadc\tr27, r21\n     9d8:\t49 a1       \tldd\tr20, Y+33\t; 0x21\n     9da:\t5a a1       \tldd\tr21, Y+34\t; 0x22\n     9dc:\t6b a1       \tldd\tr22, Y+35\t; 0x23\n     9de:\t7c a1       \tldd\tr23, Y+36\t; 0x24\n     9e0:\t84 0f       \tadd\tr24, r20\n     9e2:\t95 1f       \tadc\tr25, r21\n     9e4:\ta6 1f       \tadc\tr26, r22\n     9e6:\tb7 1f       \tadc\tr27, r23\n     9e8:\t2d a1       \tldd\tr18, Y+37\t; 0x25\n     9ea:\t3e a1       \tldd\tr19, Y+38\t; 0x26\n     9ec:\t4f a1       \tldd\tr20, Y+39\t; 0x27\n     9ee:\t58 a5       \tldd\tr21, Y+40\t; 0x28\n     9f0:\t82 0f       \tadd\tr24, r18\n     9f2:\t93 1f       \tadc\tr25, r19\n     9f4:\ta4 1f       \tadc\tr26, r20\n     9f6:\tb5 1f       \tadc\tr27, r21\n     9f8:\t49 a5       \tldd\tr20, Y+41\t; 0x29\n     9fa:\t5a a5       \tldd\tr21, Y+42\t; 0x2a\n     9fc:\t6b a5       \tldd\tr22, Y+43\t; 0x2b\n     9fe:\t7c a5       \tldd\tr23, Y+44\t; 0x2c\n     a00:\t84 0f       \tadd\tr24, r20\n     a02:\t95 1f       \tadc\tr25, r21\n     a04:\ta6 1f       \tadc\tr26, r22\n     a06:\tb7 1f       \tadc\tr27, r23\n     a08:\t2d a5       \tldd\tr18, Y+45\t; 0x2d\n     a0a:\t3e a5       \tldd\tr19, Y+46\t; 0x2e\n     a0c:\t4f a5       \tldd\tr20, Y+47\t; 0x2f\n     a0e:\t58 a9       \tldd\tr21, Y+48\t; 0x30\n     a10:\t82 0f       \tadd\tr24, r18\n     a12:\t93 1f       \tadc\tr25, r19\n     a14:\ta4 1f       \tadc\tr26, r20\n     a16:\tb5 1f       \tadc\tr27, r21\n     a18:\t49 a9       \tldd\tr20, Y+49\t; 0x31\n     a1a:\t5a a9       \tldd\tr21, Y+50\t; 0x32\n     a1c:\t6b a9       \tldd\tr22, Y+51\t; 0x33\n     a1e:\t7c a9       \tldd\tr23, Y+52\t; 0x34\n     a20:\t84 0f       \tadd\tr24, r20\n     a22:\t95 1f       \tadc\tr25, r21\n     a24:\ta6 1f       \tadc\tr26, r22\n     a26:\tb7 1f       \tadc\tr27, r23\n     a28:\t2d a9       \tldd\tr18, Y+53\t; 0x35\n     a2a:\t3e a9       \tldd\tr19, Y+54\t; 0x36\n     a2c:\t4f a9       \tldd\tr20, Y+55\t; 0x37\n     a2e:\t58 ad       \tldd\tr21, Y+56\t; 0x38\n     a30:\t28 0f       \tadd\tr18, r24\n     a32:\t39 1f       \tadc\tr19, r25\n     a34:\t4a 1f       \tadc\tr20, r26\n     a36:\t5b 1f       \tadc\tr21, r27\n     a38:\t60 e8       \tldi\tr22, 0x80\t; 128\n     a3a:\t71 e5       \tldi\tr23, 0x51\t; 81\n     a3c:\t81 e0       \tldi\tr24, 0x01\t; 1\n     a3e:\t90 e0       \tldi\tr25, 0x00\t; 0\n     a40:\t0e 94 ee 18 \tcall\t0x31dc\t; 0x31dc <__mulsi3>\n     a44:\t69 83       \tstd\tY+1, r22\t; 0x01\n     a46:\t7a 83       \tstd\tY+2, r23\t; 0x02\n     a48:\t8b 83       \tstd\tY+3, r24\t; 0x03\n     a4a:\t9c 83       \tstd\tY+4, r25\t; 0x04\n     a4c:\td5 01       \tmovw\tr26, r10\n     a4e:\tc4 01       \tmovw\tr24, r8\n     a50:\t80 58       \tsubi\tr24, 0x80\t; 128\n     a52:\t90 4a       \tsbci\tr25, 0xA0\t; 160\n     a54:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     a56:\tb6 47       \tsbci\tr27, 0x76\t; 118\n     a58:\t4d 80       \tldd\tr4, Y+5\t; 0x05\n     a5a:\t5e 80       \tldd\tr5, Y+6\t; 0x06\n     a5c:\t6f 80       \tldd\tr6, Y+7\t; 0x07\n     a5e:\t78 84       \tldd\tr7, Y+8\t; 0x08\n     a60:\t48 0e       \tadd\tr4, r24\n     a62:\t59 1e       \tadc\tr5, r25\n     a64:\t6a 1e       \tadc\tr6, r26\n     a66:\t7b 1e       \tadc\tr7, r27\n     a68:\t89 84       \tldd\tr8, Y+9\t; 0x09\n     a6a:\t9a 84       \tldd\tr9, Y+10\t; 0x0a\n     a6c:\tab 84       \tldd\tr10, Y+11\t; 0x0b\n     a6e:\tbc 84       \tldd\tr11, Y+12\t; 0x0c\n     a70:\t84 0c       \tadd\tr8, r4\n     a72:\t95 1c       \tadc\tr9, r5\n     a74:\ta6 1c       \tadc\tr10, r6\n     a76:\tb7 1c       \tadc\tr11, r7\n     a78:\ta7 01       \tmovw\tr20, r14\n     a7a:\t96 01       \tmovw\tr18, r12\n     a7c:\t60 e8       \tldi\tr22, 0x80\t; 128\n     a7e:\t73 e3       \tldi\tr23, 0x33\t; 51\n     a80:\t81 ee       \tldi\tr24, 0xE1\t; 225\n     a82:\t91 e0       \tldi\tr25, 0x01\t; 1\n     a84:\t0e 94 ee 18 \tcall\t0x31dc\t; 0x31dc <__mulsi3>\n     a88:\t86 0e       \tadd\tr8, r22\n     a8a:\t97 1e       \tadc\tr9, r23\n     a8c:\ta8 1e       \tadc\tr10, r24\n     a8e:\tb9 1e       \tadc\tr11, r25\n     a90:\tc7 01       \tmovw\tr24, r14\n     a92:\tb6 01       \tmovw\tr22, r12\n     a94:\t6d 56       \tsubi\tr22, 0x6D\t; 109\n     a96:\t77 40       \tsbci\tr23, 0x07\t; 7\n     a98:\t81 09       \tsbc\tr24, r1\n     a9a:\t91 09       \tsbc\tr25, r1\n     a9c:\t24 e6       \tldi\tr18, 0x64\t; 100\n     a9e:\t30 e0       \tldi\tr19, 0x00\t; 0\n     aa0:\t40 e0       \tldi\tr20, 0x00\t; 0\n     aa2:\t50 e0       \tldi\tr21, 0x00\t; 0\n     aa4:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n     aa8:\t60 e8       \tldi\tr22, 0x80\t; 128\n     aaa:\t71 e5       \tldi\tr23, 0x51\t; 81\n     aac:\t81 e0       \tldi\tr24, 0x01\t; 1\n     aae:\t90 e0       \tldi\tr25, 0x00\t; 0\n     ab0:\t0e 94 ee 18 \tcall\t0x31dc\t; 0x31dc <__mulsi3>\n     ab4:\ta5 01       \tmovw\tr20, r10\n     ab6:\t94 01       \tmovw\tr18, r8\n     ab8:\t26 1b       \tsub\tr18, r22\n     aba:\t37 0b       \tsbc\tr19, r23\n     abc:\t48 0b       \tsbc\tr20, r24\n     abe:\t59 0b       \tsbc\tr21, r25\n     ac0:\tda 01       \tmovw\tr26, r20\n     ac2:\tc9 01       \tmovw\tr24, r18\n     ac4:\t29 81       \tldd\tr18, Y+1\t; 0x01\n     ac6:\t3a 81       \tldd\tr19, Y+2\t; 0x02\n     ac8:\t4b 81       \tldd\tr20, Y+3\t; 0x03\n     aca:\t5c 81       \tldd\tr21, Y+4\t; 0x04\n     acc:\t28 0f       \tadd\tr18, r24\n     ace:\t39 1f       \tadc\tr19, r25\n     ad0:\t4a 1f       \tadc\tr20, r26\n     ad2:\t5b 1f       \tadc\tr21, r27\n     ad4:\tca 01       \tmovw\tr24, r20\n     ad6:\tb9 01       \tmovw\tr22, r18\n     ad8:\t07 c0       \trjmp\t.+14     \t; 0xae8 <__DATA_REGION_LENGTH__+0x2e8>\n     ada:\t60 e0       \tldi\tr22, 0x00\t; 0\n     adc:\t70 e0       \tldi\tr23, 0x00\t; 0\n     ade:\tcb 01       \tmovw\tr24, r22\n     ae0:\t03 c0       \trjmp\t.+6      \t; 0xae8 <__DATA_REGION_LENGTH__+0x2e8>\n     ae2:\t60 e0       \tldi\tr22, 0x00\t; 0\n     ae4:\t70 e0       \tldi\tr23, 0x00\t; 0\n     ae6:\tcb 01       \tmovw\tr24, r22\n     ae8:\te8 96       \tadiw\tr28, 0x38\t; 56\n     aea:\tcd bf       \tout\t0x3d, r28\t; 61\n     aec:\tde bf       \tout\t0x3e, r29\t; 62\n     aee:\tdf 91       \tpop\tr29\n     af0:\tcf 91       \tpop\tr28\n     af2:\tff 90       \tpop\tr15\n     af4:\tef 90       \tpop\tr14\n     af6:\tdf 90       \tpop\tr13\n     af8:\tcf 90       \tpop\tr12\n     afa:\tbf 90       \tpop\tr11\n     afc:\taf 90       \tpop\tr10\n     afe:\t9f 90       \tpop\tr9\n     b00:\t8f 90       \tpop\tr8\n     b02:\t7f 90       \tpop\tr7\n     b04:\t6f 90       \tpop\tr6\n     b06:\t5f 90       \tpop\tr5\n     b08:\t4f 90       \tpop\tr4\n     b0a:\t08 95       \tret\n\n00000b0c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>:\n     b0c:\t2f 92       \tpush\tr2\n     b0e:\t3f 92       \tpush\tr3\n     b10:\t4f 92       \tpush\tr4\n     b12:\t5f 92       \tpush\tr5\n     b14:\t6f 92       \tpush\tr6\n     b16:\t7f 92       \tpush\tr7\n     b18:\t8f 92       \tpush\tr8\n     b1a:\t9f 92       \tpush\tr9\n     b1c:\taf 92       \tpush\tr10\n     b1e:\tbf 92       \tpush\tr11\n     b20:\tcf 92       \tpush\tr12\n     b22:\tdf 92       \tpush\tr13\n     b24:\tef 92       \tpush\tr14\n     b26:\tff 92       \tpush\tr15\n     b28:\t0f 93       \tpush\tr16\n     b2a:\t1f 93       \tpush\tr17\n     b2c:\tcf 93       \tpush\tr28\n     b2e:\tdf 93       \tpush\tr29\n     b30:\tcd b7       \tin\tr28, 0x3d\t; 61\n     b32:\tde b7       \tin\tr29, 0x3e\t; 62\n     b34:\ta1 97       \tsbiw\tr28, 0x21\t; 33\n     b36:\tcd bf       \tout\t0x3d, r28\t; 61\n     b38:\tde bf       \tout\t0x3e, r29\t; 62\n     b3a:\tfc 01       \tmovw\tr30, r24\n     b3c:\t9e 01       \tmovw\tr18, r28\n     b3e:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n     b40:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n     b42:\t80 e2       \tldi\tr24, 0x20\t; 32\n     b44:\td9 01       \tmovw\tr26, r18\n     b46:\t1d 92       \tst\tX+, r1\n     b48:\t8a 95       \tdec\tr24\n     b4a:\te9 f7       \tbrne\t.-6      \t; 0xb46 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x3a>\n     b4c:\t61 15       \tcp\tr22, r1\n     b4e:\t71 05       \tcpc\tr23, r1\n     b50:\t09 f4       \tbrne\t.+2      \t; 0xb54 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x48>\n     b52:\t69 c1       \trjmp\t.+722    \t; 0xe26 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     b54:\t90 81       \tld\tr25, Z\n     b56:\t99 23       \tand\tr25, r25\n     b58:\t09 f4       \tbrne\t.+2      \t; 0xb5c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x50>\n     b5a:\t65 c1       \trjmp\t.+714    \t; 0xe26 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     b5c:\t49 a3       \tstd\tY+33, r20\t; 0x21\n     b5e:\t6b 01       \tmovw\tr12, r22\n     b60:\t8f 01       \tmovw\tr16, r30\n     b62:\t0f 5f       \tsubi\tr16, 0xFF\t; 255\n     b64:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n     b66:\t80 e0       \tldi\tr24, 0x00\t; 0\n     b68:\t31 2c       \tmov\tr3, r1\n     b6a:\t79 01       \tmovw\tr14, r18\n     b6c:\t68 94       \tset\n     b6e:\t22 24       \teor\tr2, r2\n     b70:\t25 f8       \tbld\tr2, 5\n     b72:\t44 2e       \tmov\tr4, r20\n     b74:\t51 2c       \tmov\tr5, r1\n     b76:\t52 01       \tmovw\tr10, r4\n     b78:\tf3 e0       \tldi\tr31, 0x03\t; 3\n     b7a:\taf 0e       \tadd\tr10, r31\n     b7c:\tb1 1c       \tadc\tr11, r1\n     b7e:\t42 01       \tmovw\tr8, r4\n     b80:\t24 e0       \tldi\tr18, 0x04\t; 4\n     b82:\t82 0e       \tadd\tr8, r18\n     b84:\t91 1c       \tadc\tr9, r1\n     b86:\t32 01       \tmovw\tr6, r4\n     b88:\t35 e0       \tldi\tr19, 0x05\t; 5\n     b8a:\t63 0e       \tadd\tr6, r19\n     b8c:\t71 1c       \tadc\tr7, r1\n     b8e:\ta6 e0       \tldi\tr26, 0x06\t; 6\n     b90:\t4a 0e       \tadd\tr4, r26\n     b92:\t51 1c       \tadc\tr5, r1\n     b94:\t94 32       \tcpi\tr25, 0x24\t; 36\n     b96:\t09 f4       \tbrne\t.+2      \t; 0xb9a <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x8e>\n     b98:\t41 c1       \trjmp\t.+642    \t; 0xe1c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x310>\n     b9a:\t9c 32       \tcpi\tr25, 0x2C\t; 44\n     b9c:\t09 f0       \tbreq\t.+2      \t; 0xba0 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x94>\n     b9e:\t26 c1       \trjmp\t.+588    \t; 0xdec <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2e0>\n     ba0:\t33 94       \tinc\tr3\n     ba2:\tb2 e0       \tldi\tr27, 0x02\t; 2\n     ba4:\t3b 12       \tcpse\tr3, r27\n     ba6:\t21 c0       \trjmp\t.+66     \t; 0xbea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xde>\n     ba8:\tf6 01       \tmovw\tr30, r12\n     baa:\t10 82       \tst\tZ, r1\n     bac:\t11 82       \tstd\tZ+1, r1\t; 0x01\n     bae:\t12 82       \tstd\tZ+2, r1\t; 0x02\n     bb0:\tf7 01       \tmovw\tr30, r14\n     bb2:\t01 90       \tld\tr0, Z+\n     bb4:\t00 20       \tand\tr0, r0\n     bb6:\te9 f7       \tbrne\t.-6      \t; 0xbb2 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xa6>\n     bb8:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     bba:\tee 19       \tsub\tr30, r14\n     bbc:\tff 09       \tsbc\tr31, r15\n     bbe:\t36 97       \tsbiw\tr30, 0x06\t; 6\n     bc0:\t08 f4       \tbrcc\t.+2      \t; 0xbc4 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xb8>\n     bc2:\t0d c1       \trjmp\t.+538    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     bc4:\tc7 01       \tmovw\tr24, r14\n     bc6:\t0e 94 00 03 \tcall\t0x600\t; 0x600 <_Z25gpsConvertTwoDigit2NumberPc>\n     bca:\td6 01       \tmovw\tr26, r12\n     bcc:\t8c 93       \tst\tX, r24\n     bce:\tce 01       \tmovw\tr24, r28\n     bd0:\t03 96       \tadiw\tr24, 0x03\t; 3\n     bd2:\t0e 94 00 03 \tcall\t0x600\t; 0x600 <_Z25gpsConvertTwoDigit2NumberPc>\n     bd6:\tf6 01       \tmovw\tr30, r12\n     bd8:\t81 83       \tstd\tZ+1, r24\t; 0x01\n     bda:\tce 01       \tmovw\tr24, r28\n     bdc:\t05 96       \tadiw\tr24, 0x05\t; 5\n     bde:\t0e 94 00 03 \tcall\t0x600\t; 0x600 <_Z25gpsConvertTwoDigit2NumberPc>\n     be2:\td6 01       \tmovw\tr26, r12\n     be4:\t12 96       \tadiw\tr26, 0x02\t; 2\n     be6:\t8c 93       \tst\tX, r24\n     be8:\tfa c0       \trjmp\t.+500    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     bea:\t83 2d       \tmov\tr24, r3\n     bec:\t90 e0       \tldi\tr25, 0x00\t; 0\n     bee:\t8a 15       \tcp\tr24, r10\n     bf0:\t9b 05       \tcpc\tr25, r11\n     bf2:\ta1 f4       \tbrne\t.+40     \t; 0xc1c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x110>\n     bf4:\tf6 01       \tmovw\tr30, r12\n     bf6:\t16 82       \tstd\tZ+6, r1\t; 0x06\n     bf8:\t17 82       \tstd\tZ+7, r1\t; 0x07\n     bfa:\t10 86       \tstd\tZ+8, r1\t; 0x08\n     bfc:\t11 86       \tstd\tZ+9, r1\t; 0x09\n     bfe:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c00:\t88 23       \tand\tr24, r24\n     c02:\t09 f4       \tbrne\t.+2      \t; 0xc06 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xfa>\n     c04:\tec c0       \trjmp\t.+472    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c06:\tc7 01       \tmovw\tr24, r14\n     c08:\t0e 94 21 03 \tcall\t0x642\t; 0x642 <_Z15gpsParseLatLongPc>\n     c0c:\td6 01       \tmovw\tr26, r12\n     c0e:\t16 96       \tadiw\tr26, 0x06\t; 6\n     c10:\t6d 93       \tst\tX+, r22\n     c12:\t7d 93       \tst\tX+, r23\n     c14:\t8d 93       \tst\tX+, r24\n     c16:\t9c 93       \tst\tX, r25\n     c18:\t19 97       \tsbiw\tr26, 0x09\t; 9\n     c1a:\te1 c0       \trjmp\t.+450    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c1c:\t88 15       \tcp\tr24, r8\n     c1e:\t99 05       \tcpc\tr25, r9\n     c20:\t01 f5       \tbrne\t.+64     \t; 0xc62 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x156>\n     c22:\tf7 01       \tmovw\tr30, r14\n     c24:\t01 90       \tld\tr0, Z+\n     c26:\t00 20       \tand\tr0, r0\n     c28:\te9 f7       \tbrne\t.-6      \t; 0xc24 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x118>\n     c2a:\tcf 01       \tmovw\tr24, r30\n     c2c:\t02 97       \tsbiw\tr24, 0x02\t; 2\n     c2e:\t8e 15       \tcp\tr24, r14\n     c30:\t9f 05       \tcpc\tr25, r15\n     c32:\t09 f0       \tbreq\t.+2      \t; 0xc36 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x12a>\n     c34:\td4 c0       \trjmp\t.+424    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c36:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c38:\t8f 7d       \tandi\tr24, 0xDF\t; 223\n     c3a:\t83 35       \tcpi\tr24, 0x53\t; 83\n     c3c:\t09 f0       \tbreq\t.+2      \t; 0xc40 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x134>\n     c3e:\tcf c0       \trjmp\t.+414    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c40:\tf6 01       \tmovw\tr30, r12\n     c42:\t86 81       \tldd\tr24, Z+6\t; 0x06\n     c44:\t97 81       \tldd\tr25, Z+7\t; 0x07\n     c46:\ta0 85       \tldd\tr26, Z+8\t; 0x08\n     c48:\tb1 85       \tldd\tr27, Z+9\t; 0x09\n     c4a:\tb0 95       \tcom\tr27\n     c4c:\ta0 95       \tcom\tr26\n     c4e:\t90 95       \tcom\tr25\n     c50:\t81 95       \tneg\tr24\n     c52:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n     c54:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     c56:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n     c58:\t86 83       \tstd\tZ+6, r24\t; 0x06\n     c5a:\t97 83       \tstd\tZ+7, r25\t; 0x07\n     c5c:\ta0 87       \tstd\tZ+8, r26\t; 0x08\n     c5e:\tb1 87       \tstd\tZ+9, r27\t; 0x09\n     c60:\tbe c0       \trjmp\t.+380    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c62:\t86 15       \tcp\tr24, r6\n     c64:\t97 05       \tcpc\tr25, r7\n     c66:\ta1 f4       \tbrne\t.+40     \t; 0xc90 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x184>\n     c68:\td6 01       \tmovw\tr26, r12\n     c6a:\t1a 96       \tadiw\tr26, 0x0a\t; 10\n     c6c:\t1d 92       \tst\tX+, r1\n     c6e:\t1d 92       \tst\tX+, r1\n     c70:\t1d 92       \tst\tX+, r1\n     c72:\t1c 92       \tst\tX, r1\n     c74:\t1d 97       \tsbiw\tr26, 0x0d\t; 13\n     c76:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c78:\t88 23       \tand\tr24, r24\n     c7a:\t09 f4       \tbrne\t.+2      \t; 0xc7e <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x172>\n     c7c:\tb0 c0       \trjmp\t.+352    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c7e:\tc7 01       \tmovw\tr24, r14\n     c80:\t0e 94 21 03 \tcall\t0x642\t; 0x642 <_Z15gpsParseLatLongPc>\n     c84:\tf6 01       \tmovw\tr30, r12\n     c86:\t62 87       \tstd\tZ+10, r22\t; 0x0a\n     c88:\t73 87       \tstd\tZ+11, r23\t; 0x0b\n     c8a:\t84 87       \tstd\tZ+12, r24\t; 0x0c\n     c8c:\t95 87       \tstd\tZ+13, r25\t; 0x0d\n     c8e:\ta7 c0       \trjmp\t.+334    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c90:\t84 15       \tcp\tr24, r4\n     c92:\t95 05       \tcpc\tr25, r5\n     c94:\t01 f5       \tbrne\t.+64     \t; 0xcd6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1ca>\n     c96:\tf7 01       \tmovw\tr30, r14\n     c98:\t01 90       \tld\tr0, Z+\n     c9a:\t00 20       \tand\tr0, r0\n     c9c:\te9 f7       \tbrne\t.-6      \t; 0xc98 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x18c>\n     c9e:\tcf 01       \tmovw\tr24, r30\n     ca0:\t02 97       \tsbiw\tr24, 0x02\t; 2\n     ca2:\t8e 15       \tcp\tr24, r14\n     ca4:\t9f 05       \tcpc\tr25, r15\n     ca6:\t09 f0       \tbreq\t.+2      \t; 0xcaa <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x19e>\n     ca8:\t9a c0       \trjmp\t.+308    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     caa:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     cac:\t8f 7d       \tandi\tr24, 0xDF\t; 223\n     cae:\t87 35       \tcpi\tr24, 0x57\t; 87\n     cb0:\t09 f0       \tbreq\t.+2      \t; 0xcb4 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1a8>\n     cb2:\t95 c0       \trjmp\t.+298    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cb4:\tf6 01       \tmovw\tr30, r12\n     cb6:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n     cb8:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n     cba:\ta4 85       \tldd\tr26, Z+12\t; 0x0c\n     cbc:\tb5 85       \tldd\tr27, Z+13\t; 0x0d\n     cbe:\tb0 95       \tcom\tr27\n     cc0:\ta0 95       \tcom\tr26\n     cc2:\t90 95       \tcom\tr25\n     cc4:\t81 95       \tneg\tr24\n     cc6:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n     cc8:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     cca:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n     ccc:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     cce:\t93 87       \tstd\tZ+11, r25\t; 0x0b\n     cd0:\ta4 87       \tstd\tZ+12, r26\t; 0x0c\n     cd2:\tb5 87       \tstd\tZ+13, r27\t; 0x0d\n     cd4:\t84 c0       \trjmp\t.+264    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cd6:\tf7 e0       \tldi\tr31, 0x07\t; 7\n     cd8:\t3f 12       \tcpse\tr3, r31\n     cda:\t10 c0       \trjmp\t.+32     \t; 0xcfc <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1f0>\n     cdc:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     cde:\t21 11       \tcpse\tr18, r1\n     ce0:\t7e c0       \trjmp\t.+252    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     ce2:\td6 01       \tmovw\tr26, r12\n     ce4:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     ce6:\t1c 92       \tst\tX, r1\n     ce8:\t1e 97       \tsbiw\tr26, 0x0e\t; 14\n     cea:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     cec:\t81 53       \tsubi\tr24, 0x31\t; 49\n     cee:\t82 30       \tcpi\tr24, 0x02\t; 2\n     cf0:\t08 f0       \tbrcs\t.+2      \t; 0xcf4 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1e8>\n     cf2:\t75 c0       \trjmp\t.+234    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cf4:\te1 e0       \tldi\tr30, 0x01\t; 1\n     cf6:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     cf8:\tec 93       \tst\tX, r30\n     cfa:\t71 c0       \trjmp\t.+226    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cfc:\tf9 e0       \tldi\tr31, 0x09\t; 9\n     cfe:\t3f 12       \tcpse\tr3, r31\n     d00:\t44 c0       \trjmp\t.+136    \t; 0xd8a <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x27e>\n     d02:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     d04:\t21 11       \tcpse\tr18, r1\n     d06:\t6b c0       \trjmp\t.+214    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d08:\td6 01       \tmovw\tr26, r12\n     d0a:\t51 96       \tadiw\tr26, 0x11\t; 17\n     d0c:\t1c 92       \tst\tX, r1\n     d0e:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     d10:\t88 23       \tand\tr24, r24\n     d12:\t09 f4       \tbrne\t.+2      \t; 0xd16 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x20a>\n     d14:\t64 c0       \trjmp\t.+200    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d16:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     d18:\t70 e0       \tldi\tr23, 0x00\t; 0\n     d1a:\tc7 01       \tmovw\tr24, r14\n     d1c:\t0e 94 a5 19 \tcall\t0x334a\t; 0x334a <strchr>\n     d20:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     d22:\t09 f4       \tbrne\t.+2      \t; 0xd26 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x21a>\n     d24:\t5c c0       \trjmp\t.+184    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d26:\tfc 01       \tmovw\tr30, r24\n     d28:\t01 90       \tld\tr0, Z+\n     d2a:\t00 20       \tand\tr0, r0\n     d2c:\te9 f7       \tbrne\t.-6      \t; 0xd28 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x21c>\n     d2e:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     d30:\t9f 01       \tmovw\tr18, r30\n     d32:\t28 1b       \tsub\tr18, r24\n     d34:\t39 0b       \tsbc\tr19, r25\n     d36:\tc9 01       \tmovw\tr24, r18\n     d38:\t22 30       \tcpi\tr18, 0x02\t; 2\n     d3a:\t31 05       \tcpc\tr19, r1\n     d3c:\t08 f4       \tbrcc\t.+2      \t; 0xd40 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x234>\n     d3e:\t4f c0       \trjmp\t.+158    \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d40:\tf7 01       \tmovw\tr30, r14\n     d42:\t01 90       \tld\tr0, Z+\n     d44:\t00 20       \tand\tr0, r0\n     d46:\te9 f7       \tbrne\t.-6      \t; 0xd42 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x236>\n     d48:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     d4a:\tee 19       \tsub\tr30, r14\n     d4c:\tff 09       \tsbc\tr31, r15\n     d4e:\t9f 01       \tmovw\tr18, r30\n     d50:\t2e 5f       \tsubi\tr18, 0xFE\t; 254\n     d52:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n     d54:\t28 17       \tcp\tr18, r24\n     d56:\t39 07       \tcpc\tr19, r25\n     d58:\t48 f0       \tbrcs\t.+18     \t; 0xd6c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x260>\n     d5a:\ta2 e0       \tldi\tr26, 0x02\t; 2\n     d5c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     d5e:\ta8 1b       \tsub\tr26, r24\n     d60:\tb9 0b       \tsbc\tr27, r25\n     d62:\tee 0d       \tadd\tr30, r14\n     d64:\tff 1d       \tadc\tr31, r15\n     d66:\tea 0f       \tadd\tr30, r26\n     d68:\tfb 1f       \tadc\tr31, r27\n     d6a:\t10 82       \tst\tZ, r1\n     d6c:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     d6e:\tc7 01       \tmovw\tr24, r14\n     d70:\t0e 94 0d 03 \tcall\t0x61a\t; 0x61a <_Z17gpsRemoveAllCharsPcc>\n     d74:\tc7 01       \tmovw\tr24, r14\n     d76:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n     d7a:\t8f 3f       \tcpi\tr24, 0xFF\t; 255\n     d7c:\t91 05       \tcpc\tr25, r1\n     d7e:\t11 f0       \tbreq\t.+4      \t; 0xd84 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x278>\n     d80:\t0c f0       \tbrlt\t.+2      \t; 0xd84 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x278>\n     d82:\t8f ef       \tldi\tr24, 0xFF\t; 255\n     d84:\tf6 01       \tmovw\tr30, r12\n     d86:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n     d88:\t2a c0       \trjmp\t.+84     \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d8a:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     d8c:\t3f 12       \tcpse\tr3, r31\n     d8e:\t27 c0       \trjmp\t.+78     \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d90:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     d92:\t21 30       \tcpi\tr18, 0x01\t; 1\n     d94:\t21 f5       \tbrne\t.+72     \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d96:\td6 01       \tmovw\tr26, r12\n     d98:\t13 96       \tadiw\tr26, 0x03\t; 3\n     d9a:\t1c 92       \tst\tX, r1\n     d9c:\t13 97       \tsbiw\tr26, 0x03\t; 3\n     d9e:\t14 96       \tadiw\tr26, 0x04\t; 4\n     da0:\t1c 92       \tst\tX, r1\n     da2:\t14 97       \tsbiw\tr26, 0x04\t; 4\n     da4:\t15 96       \tadiw\tr26, 0x05\t; 5\n     da6:\t1c 92       \tst\tX, r1\n     da8:\tf7 01       \tmovw\tr30, r14\n     daa:\t01 90       \tld\tr0, Z+\n     dac:\t00 20       \tand\tr0, r0\n     dae:\te9 f7       \tbrne\t.-6      \t; 0xdaa <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x29e>\n     db0:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     db2:\tee 19       \tsub\tr30, r14\n     db4:\tff 09       \tsbc\tr31, r15\n     db6:\t36 97       \tsbiw\tr30, 0x06\t; 6\n     db8:\t90 f0       \tbrcs\t.+36     \t; 0xdde <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     dba:\tc7 01       \tmovw\tr24, r14\n     dbc:\t0e 94 00 03 \tcall\t0x600\t; 0x600 <_Z25gpsConvertTwoDigit2NumberPc>\n     dc0:\tf6 01       \tmovw\tr30, r12\n     dc2:\t83 83       \tstd\tZ+3, r24\t; 0x03\n     dc4:\tce 01       \tmovw\tr24, r28\n     dc6:\t03 96       \tadiw\tr24, 0x03\t; 3\n     dc8:\t0e 94 00 03 \tcall\t0x600\t; 0x600 <_Z25gpsConvertTwoDigit2NumberPc>\n     dcc:\td6 01       \tmovw\tr26, r12\n     dce:\t14 96       \tadiw\tr26, 0x04\t; 4\n     dd0:\t8c 93       \tst\tX, r24\n     dd2:\tce 01       \tmovw\tr24, r28\n     dd4:\t05 96       \tadiw\tr24, 0x05\t; 5\n     dd6:\t0e 94 00 03 \tcall\t0x600\t; 0x600 <_Z25gpsConvertTwoDigit2NumberPc>\n     dda:\tf6 01       \tmovw\tr30, r12\n     ddc:\t85 83       \tstd\tZ+5, r24\t; 0x05\n     dde:\td7 01       \tmovw\tr26, r14\n     de0:\te2 2d       \tmov\tr30, r2\n     de2:\t1d 92       \tst\tX+, r1\n     de4:\tea 95       \tdec\tr30\n     de6:\te9 f7       \tbrne\t.-6      \t; 0xde2 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d6>\n     de8:\t80 e0       \tldi\tr24, 0x00\t; 0\n     dea:\t18 c0       \trjmp\t.+48     \t; 0xe1c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x310>\n     dec:\t9a 32       \tcpi\tr25, 0x2A\t; 42\n     dee:\t89 f4       \tbrne\t.+34     \t; 0xe12 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x306>\n     df0:\tf9 a1       \tldd\tr31, Y+33\t; 0x21\n     df2:\tf1 30       \tcpi\tr31, 0x01\t; 1\n     df4:\tc1 f4       \tbrne\t.+48     \t; 0xe26 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     df6:\td6 01       \tmovw\tr26, r12\n     df8:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     dfa:\t1c 92       \tst\tX, r1\n     dfc:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     dfe:\t88 23       \tand\tr24, r24\n     e00:\t91 f0       \tbreq\t.+36     \t; 0xe26 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e02:\t81 34       \tcpi\tr24, 0x41\t; 65\n     e04:\t11 f0       \tbreq\t.+4      \t; 0xe0a <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2fe>\n     e06:\t84 34       \tcpi\tr24, 0x44\t; 68\n     e08:\t71 f4       \tbrne\t.+28     \t; 0xe26 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e0a:\t81 e0       \tldi\tr24, 0x01\t; 1\n     e0c:\tf6 01       \tmovw\tr30, r12\n     e0e:\t86 87       \tstd\tZ+14, r24\t; 0x0e\n     e10:\t0a c0       \trjmp\t.+20     \t; 0xe26 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e12:\tf7 01       \tmovw\tr30, r14\n     e14:\te8 0f       \tadd\tr30, r24\n     e16:\tf1 1d       \tadc\tr31, r1\n     e18:\t90 83       \tst\tZ, r25\n     e1a:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n     e1c:\td8 01       \tmovw\tr26, r16\n     e1e:\t9d 91       \tld\tr25, X+\n     e20:\t8d 01       \tmovw\tr16, r26\n     e22:\t91 11       \tcpse\tr25, r1\n     e24:\tb7 ce       \trjmp\t.-658    \t; 0xb94 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x88>\n     e26:\ta1 96       \tadiw\tr28, 0x21\t; 33\n     e28:\tcd bf       \tout\t0x3d, r28\t; 61\n     e2a:\tde bf       \tout\t0x3e, r29\t; 62\n     e2c:\tdf 91       \tpop\tr29\n     e2e:\tcf 91       \tpop\tr28\n     e30:\t1f 91       \tpop\tr17\n     e32:\t0f 91       \tpop\tr16\n     e34:\tff 90       \tpop\tr15\n     e36:\tef 90       \tpop\tr14\n     e38:\tdf 90       \tpop\tr13\n     e3a:\tcf 90       \tpop\tr12\n     e3c:\tbf 90       \tpop\tr11\n     e3e:\taf 90       \tpop\tr10\n     e40:\t9f 90       \tpop\tr9\n     e42:\t8f 90       \tpop\tr8\n     e44:\t7f 90       \tpop\tr7\n     e46:\t6f 90       \tpop\tr6\n     e48:\t5f 90       \tpop\tr5\n     e4a:\t4f 90       \tpop\tr4\n     e4c:\t3f 90       \tpop\tr3\n     e4e:\t2f 90       \tpop\tr2\n     e50:\t08 95       \tret\n\n00000e52 <_Z23gpsConfigureBeforeStartPc>:\n\nbool gpsConfigureBeforeStart(char *messageBuffer) {\n     e52:\t0f 93       \tpush\tr16\n     e54:\t1f 93       \tpush\tr17\n     e56:\tcf 93       \tpush\tr28\n     e58:\t8c 01       \tmovw\tr16, r24\n\tchar *startMessage;\n\t// wait for boot confirmation of L70 (First Msg: $PMTK011,MTKGPS*08, Second Msg: $PMTK010,002*2D)\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait until L70 is booted, should return $PMTK010,00X*2E\\r\\n\n     e5a:\t28 eb       \tldi\tr18, 0xB8\t; 184\n     e5c:\t3b e0       \tldi\tr19, 0x0B\t; 11\n     e5e:\t44 eb       \tldi\tr20, 0xB4\t; 180\n     e60:\tb8 01       \tmovw\tr22, r16\n     e62:\t8a e0       \tldi\tr24, 0x0A\t; 10\n     e64:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n     e68:\tc8 2f       \tmov\tr28, r24\n     e6a:\t88 23       \tand\tr24, r24\n     e6c:\t09 f4       \tbrne\t.+2      \t; 0xe70 <_Z23gpsConfigureBeforeStartPc+0x1e>\n     e6e:\t66 c0       \trjmp\t.+204    \t; 0xf3c <_Z23gpsConfigureBeforeStartPc+0xea>\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n     e70:\t64 e2       \tldi\tr22, 0x24\t; 36\n     e72:\t70 e0       \tldi\tr23, 0x00\t; 0\n     e74:\tc8 01       \tmovw\tr24, r16\n     e76:\t0e 94 a5 19 \tcall\t0x334a\t; 0x334a <strchr>\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n     e7a:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     e7c:\t71 f3       \tbreq\t.-36     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     e7e:\tfc 01       \tmovw\tr30, r24\n     e80:\t01 90       \tld\tr0, Z+\n     e82:\t00 20       \tand\tr0, r0\n     e84:\te9 f7       \tbrne\t.-6      \t; 0xe80 <_Z23gpsConfigureBeforeStartPc+0x2e>\n     e86:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     e88:\te8 1b       \tsub\tr30, r24\n     e8a:\tf9 0b       \tsbc\tr31, r25\n     e8c:\t39 97       \tsbiw\tr30, 0x09\t; 9\n     e8e:\t28 f3       \tbrcs\t.-54     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '1') && (startMessage[7] == '0')) {\n     e90:\tfc 01       \tmovw\tr30, r24\n     e92:\t20 81       \tld\tr18, Z\n     e94:\t24 32       \tcpi\tr18, 0x24\t; 36\n     e96:\t09 f7       \tbrne\t.-62     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     e98:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     e9a:\t20 35       \tcpi\tr18, 0x50\t; 80\n     e9c:\tf1 f6       \tbrne\t.-68     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     e9e:\t22 81       \tldd\tr18, Z+2\t; 0x02\n     ea0:\t2d 34       \tcpi\tr18, 0x4D\t; 77\n     ea2:\td9 f6       \tbrne\t.-74     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     ea4:\t23 81       \tldd\tr18, Z+3\t; 0x03\n     ea6:\t24 35       \tcpi\tr18, 0x54\t; 84\n     ea8:\tc1 f6       \tbrne\t.-80     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     eaa:\t24 81       \tldd\tr18, Z+4\t; 0x04\n     eac:\t2b 34       \tcpi\tr18, 0x4B\t; 75\n     eae:\ta9 f6       \tbrne\t.-86     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     eb0:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     eb2:\t20 33       \tcpi\tr18, 0x30\t; 48\n     eb4:\t91 f6       \tbrne\t.-92     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     eb6:\t26 81       \tldd\tr18, Z+6\t; 0x06\n     eb8:\t21 33       \tcpi\tr18, 0x31\t; 49\n     eba:\t79 f6       \tbrne\t.-98     \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n     ebc:\t87 81       \tldd\tr24, Z+7\t; 0x07\n     ebe:\t80 33       \tcpi\tr24, 0x30\t; 48\n     ec0:\t61 f6       \tbrne\t.-104    \t; 0xe5a <_Z23gpsConfigureBeforeStartPc+0x8>\n\t\tprintf(\"First: %s\\n\\r\\n\\r\", messageBuffer);\n\t\tinitPrimaryUARTwith9600();\n\t}\n\t*/\n\t// wait on confirmation of setting\n\tprintf(commandGPGGAandGPRMCEverySecond); // request only GPGGA and GPRMC messages\n     ec2:\t80 91 01 38 \tlds\tr24, 0x3801\t; 0x803801 <__DATA_REGION_ORIGIN__+0x1>\n     ec6:\t8f 93       \tpush\tr24\n     ec8:\t80 91 00 38 \tlds\tr24, 0x3800\t; 0x803800 <__DATA_REGION_ORIGIN__>\n     ecc:\t8f 93       \tpush\tr24\n     ece:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n     ed2:\t0f 90       \tpop\tr0\n     ed4:\t0f 90       \tpop\tr0\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait on answer for setting, return false if no message received after 1200ms\n     ed6:\t28 eb       \tldi\tr18, 0xB8\t; 184\n     ed8:\t3b e0       \tldi\tr19, 0x0B\t; 11\n     eda:\t44 eb       \tldi\tr20, 0xB4\t; 180\n     edc:\tb8 01       \tmovw\tr22, r16\n     ede:\t8a e0       \tldi\tr24, 0x0A\t; 10\n     ee0:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n     ee4:\tc8 2f       \tmov\tr28, r24\n     ee6:\t88 23       \tand\tr24, r24\n     ee8:\t49 f1       \tbreq\t.+82     \t; 0xf3c <_Z23gpsConfigureBeforeStartPc+0xea>\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n     eea:\t64 e2       \tldi\tr22, 0x24\t; 36\n     eec:\t70 e0       \tldi\tr23, 0x00\t; 0\n     eee:\tc8 01       \tmovw\tr24, r16\n     ef0:\t0e 94 a5 19 \tcall\t0x334a\t; 0x334a <strchr>\n     ef4:\tfc 01       \tmovw\tr30, r24\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n     ef6:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     ef8:\t71 f3       \tbreq\t.-36     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     efa:\tdc 01       \tmovw\tr26, r24\n     efc:\t0d 90       \tld\tr0, X+\n     efe:\t00 20       \tand\tr0, r0\n     f00:\te9 f7       \tbrne\t.-6      \t; 0xefc <_Z23gpsConfigureBeforeStartPc+0xaa>\n     f02:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     f04:\ta8 1b       \tsub\tr26, r24\n     f06:\tb9 0b       \tsbc\tr27, r25\n     f08:\t19 97       \tsbiw\tr26, 0x09\t; 9\n     f0a:\t28 f3       \tbrcs\t.-54     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '0') && (startMessage[7] == '1')) {\n     f0c:\t80 81       \tld\tr24, Z\n     f0e:\t84 32       \tcpi\tr24, 0x24\t; 36\n     f10:\t11 f7       \tbrne\t.-60     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f12:\t81 81       \tldd\tr24, Z+1\t; 0x01\n     f14:\t80 35       \tcpi\tr24, 0x50\t; 80\n     f16:\tf9 f6       \tbrne\t.-66     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f18:\t82 81       \tldd\tr24, Z+2\t; 0x02\n     f1a:\t8d 34       \tcpi\tr24, 0x4D\t; 77\n     f1c:\te1 f6       \tbrne\t.-72     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f1e:\t83 81       \tldd\tr24, Z+3\t; 0x03\n     f20:\t84 35       \tcpi\tr24, 0x54\t; 84\n     f22:\tc9 f6       \tbrne\t.-78     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f24:\t84 81       \tldd\tr24, Z+4\t; 0x04\n     f26:\t8b 34       \tcpi\tr24, 0x4B\t; 75\n     f28:\tb1 f6       \tbrne\t.-84     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f2a:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f2c:\t80 33       \tcpi\tr24, 0x30\t; 48\n     f2e:\t99 f6       \tbrne\t.-90     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f30:\t86 81       \tldd\tr24, Z+6\t; 0x06\n     f32:\t80 33       \tcpi\tr24, 0x30\t; 48\n     f34:\t81 f6       \tbrne\t.-96     \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f36:\t87 81       \tldd\tr24, Z+7\t; 0x07\n     f38:\t81 33       \tcpi\tr24, 0x31\t; 49\n     f3a:\t69 f6       \tbrne\t.-102    \t; 0xed6 <_Z23gpsConfigureBeforeStartPc+0x84>\n\t\tprintf(\"Second: %s\\n\\r\", messageBuffer);\n\t\t_delay_ms(20);\n\t\tinitPrimaryUARTwith9600();\n\t}*/\n\treturn true;\n}\n     f3c:\t8c 2f       \tmov\tr24, r28\n     f3e:\tcf 91       \tpop\tr28\n     f40:\t1f 91       \tpop\tr17\n     f42:\t0f 91       \tpop\tr16\n     f44:\t08 95       \tret\n\n00000f46 <_Z7i2cInitv>:\n#include \"I2C.h\"\n\nvoid i2cInit() {\n\tTWI0.MBAUD = (uint8_t)I2C_BAUD(100000); // set MBAUD register for 100kHz\n     f46:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f48:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f4a:\t16 82       \tstd\tZ+6, r1\t; 0x06\n\tTWI0.MCTRLA = 1 << TWI_ENABLE_bp // Enable TWI Master: enabled\n\t| 0 << TWI_QCEN_bp // Quick Command Enable: disabled\n\t| 0 << TWI_RIEN_bp // Read Interrupt Enable: disabled\n\t| 1 << TWI_SMEN_bp // Smart Mode Enable: enabled\n\t| TWI_TIMEOUT_DISABLED_gc // Bus Timeout Disabled\n\t| 0 << TWI_WIEN_bp; // Write Interrupt Enable: disabled\n     f4c:\t83 e0       \tldi\tr24, 0x03\t; 3\n     f4e:\t83 83       \tstd\tZ+3, r24\t; 0x03\n\tTWI0.MCTRLB |= TWI_FLUSH_bm; // Purge MADDR and MDATA\n     f50:\t84 81       \tldd\tr24, Z+4\t; 0x04\n     f52:\t88 60       \tori\tr24, 0x08\t; 8\n     f54:\t84 83       \tstd\tZ+4, r24\t; 0x04\n\tTWI0.MSTATUS |= TWI_BUSSTATE_IDLE_gc ; // Force TWI state machine into IDLE state\n     f56:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f58:\t81 60       \tori\tr24, 0x01\t; 1\n     f5a:\t85 83       \tstd\tZ+5, r24\t; 0x05\n\tTWI0.MSTATUS |= (TWI_RIF_bm | TWI_WIF_bm) ;\n     f5c:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f5e:\t80 6c       \tori\tr24, 0xC0\t; 192\n     f60:\t85 83       \tstd\tZ+5, r24\t; 0x05\n     f62:\t08 95       \tret\n\n00000f64 <_Z7pollRIFv>:\n}\n\nbool pollRIF() {\n     f64:\t88 e8       \tldi\tr24, 0x88\t; 136\n     f66:\t93 e1       \tldi\tr25, 0x13\t; 19\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_RIF_bm)) {\n     f68:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f6a:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f6c:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     f6e:\t22 23       \tand\tr18, r18\n     f70:\t44 f0       \tbrlt\t.+16     \t; 0xf82 <_Z7pollRIFv+0x1e>\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n     f72:\t23 e0       \tldi\tr18, 0x03\t; 3\n     f74:\t2a 95       \tdec\tr18\n     f76:\tf1 f7       \tbrne\t.-4      \t; 0xf74 <_Z7pollRIFv+0x10>\n     f78:\t00 00       \tnop\n     f7a:\t01 97       \tsbiw\tr24, 0x01\t; 1\n\t\t _delay_us(TIMEOUT_US_WAIT);\n\t\t timeout--;\n\t\t if(timeout == 0) {\n     f7c:\tb9 f7       \tbrne\t.-18     \t; 0xf6c <_Z7pollRIFv+0x8>\n\t\t\t return false; // failed\n     f7e:\t80 e0       \tldi\tr24, 0x00\t; 0\n     f80:\t08 95       \tret\n\t\t }\n\t}\n\treturn true;\n     f82:\t81 e0       \tldi\tr24, 0x01\t; 1\n}\n     f84:\t08 95       \tret\n\n00000f86 <_Z7pollWIFv>:\n\nbool pollWIF() {\n     f86:\t88 e8       \tldi\tr24, 0x88\t; 136\n     f88:\t93 e1       \tldi\tr25, 0x13\t; 19\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_WIF_bm)) {\n     f8a:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f8c:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f8e:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     f90:\t26 fd       \tsbrc\tr18, 6\n     f92:\t08 c0       \trjmp\t.+16     \t; 0xfa4 <_Z7pollWIFv+0x1e>\n     f94:\t23 e0       \tldi\tr18, 0x03\t; 3\n     f96:\t2a 95       \tdec\tr18\n     f98:\tf1 f7       \tbrne\t.-4      \t; 0xf96 <_Z7pollWIFv+0x10>\n     f9a:\t00 00       \tnop\n     f9c:\t01 97       \tsbiw\tr24, 0x01\t; 1\n\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\ttimeout--;\n\t\tif(timeout == 0) {\n     f9e:\tb9 f7       \tbrne\t.-18     \t; 0xf8e <_Z7pollWIFv+0x8>\n\t\t\treturn false; // failed\n     fa0:\t80 e0       \tldi\tr24, 0x00\t; 0\n     fa2:\t08 95       \tret\n\t\t}\n\t}\n\treturn true;\t\n     fa4:\t81 e0       \tldi\tr24, 0x01\t; 1\n}\n     fa6:\t08 95       \tret\n\n00000fa8 <_Z12i2cStartReadh>:\n\nbool i2cStartRead(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1) | 1;  // lsb = 1 for read\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n     fa8:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n     fac:\t93 70       \tandi\tr25, 0x03\t; 3\n     fae:\t93 30       \tcpi\tr25, 0x03\t; 3\n     fb0:\t59 f0       \tbreq\t.+22     \t; 0xfc8 <_Z12i2cStartReadh+0x20>\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n     fb2:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     fb4:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     fb6:\t94 81       \tldd\tr25, Z+4\t; 0x04\n     fb8:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n     fba:\t94 83       \tstd\tZ+4, r25\t; 0x04\n\t}\n\treturn true;\t\n}\n\nbool i2cStartRead(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1) | 1;  // lsb = 1 for read\n     fbc:\t88 0f       \tadd\tr24, r24\n     fbe:\t81 60       \tori\tr24, 0x01\t; 1\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n     fc0:\t87 83       \tstd\tZ+7, r24\t; 0x07\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // read polling\n\t\tif(!pollRIF()) { return false; }\n     fc2:\t0e 94 b2 07 \tcall\t0xf64\t; 0xf64 <_Z7pollRIFv>\n     fc6:\t08 95       \tret\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n     fc8:\t80 e0       \tldi\tr24, 0x00\t; 0\n}\n     fca:\t08 95       \tret\n\n00000fcc <_Z13i2cStartWriteh>:\n\nbool i2cStartWrite(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1); // lsb = 0 for write\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n     fcc:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n     fd0:\t93 70       \tandi\tr25, 0x03\t; 3\n     fd2:\t93 30       \tcpi\tr25, 0x03\t; 3\n     fd4:\t51 f0       \tbreq\t.+20     \t; 0xfea <_Z13i2cStartWriteh+0x1e>\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n     fd6:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     fd8:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     fda:\t94 81       \tldd\tr25, Z+4\t; 0x04\n     fdc:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n     fde:\t94 83       \tstd\tZ+4, r25\t; 0x04\n\t}\n\treturn false; // bus is busy\n}\n\nbool i2cStartWrite(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1); // lsb = 0 for write\n     fe0:\t88 0f       \tadd\tr24, r24\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n     fe2:\t87 83       \tstd\tZ+7, r24\t; 0x07\n\t\t//while(!(TWI0.MSTATUS & TWI_WIF_bm)); // write polling\n\t\tif(!pollWIF()) { return false; }\n     fe4:\t0e 94 c3 07 \tcall\t0xf86\t; 0xf86 <_Z7pollWIFv>\n     fe8:\t08 95       \tret\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n     fea:\t80 e0       \tldi\tr24, 0x00\t; 0\n}\n     fec:\t08 95       \tret\n\n00000fee <_Z7i2cReadb>:\n\nuint8_t i2cRead(bool ack) { // ACK=1 send ACK ; ACK=0 send NACK\n     fee:\tcf 93       \tpush\tr28\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify master owns the bus\n     ff0:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n     ff4:\t93 70       \tandi\tr25, 0x03\t; 3\n     ff6:\t92 30       \tcpi\tr25, 0x02\t; 2\n     ff8:\ta9 f4       \tbrne\t.+42     \t; 0x1024 <_Z7i2cReadb+0x36>\n     ffa:\tc8 2f       \tmov\tr28, r24\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // wait until RIF set (ack of receiver)\n\t\tif(!pollRIF()) { return 0; }\n     ffc:\t0e 94 b2 07 \tcall\t0xf64\t; 0xf64 <_Z7pollRIFv>\n    1000:\t88 23       \tand\tr24, r24\n    1002:\t91 f0       \tbreq\t.+36     \t; 0x1028 <_Z7i2cReadb+0x3a>\n\t\tuint8_t data = TWI0.MDATA;\n    1004:\t80 91 a8 08 \tlds\tr24, 0x08A8\t; 0x8008a8 <__RODATA_PM_OFFSET__+0x7f88a8>\n\t\tif(ack) { TWI0.MCTRLB &= ~(1<<TWI_ACKACT_bp); } // send ack\n    1008:\tcc 23       \tand\tr28, r28\n    100a:\t31 f0       \tbreq\t.+12     \t; 0x1018 <_Z7i2cReadb+0x2a>\n    100c:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    100e:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    1010:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    1012:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n    1014:\t94 83       \tstd\tZ+4, r25\t; 0x04\n    1016:\t09 c0       \trjmp\t.+18     \t; 0x102a <_Z7i2cReadb+0x3c>\n\t\telse { TWI0.MCTRLB |= (1<<TWI_ACKACT_bp); } // do not send ack, prepare for stop\n    1018:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    101a:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    101c:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    101e:\t94 60       \tori\tr25, 0x04\t; 4\n    1020:\t94 83       \tstd\tZ+4, r25\t; 0x04\n    1022:\t03 c0       \trjmp\t.+6      \t; 0x102a <_Z7i2cReadb+0x3c>\n\t\treturn data;\n\t}\n\treturn 0; // master does not own the bus\n    1024:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1026:\t01 c0       \trjmp\t.+2      \t; 0x102a <_Z7i2cReadb+0x3c>\n}\n\nuint8_t i2cRead(bool ack) { // ACK=1 send ACK ; ACK=0 send NACK\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify master owns the bus\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // wait until RIF set (ack of receiver)\n\t\tif(!pollRIF()) { return 0; }\n    1028:\t80 e0       \tldi\tr24, 0x00\t; 0\n\t\tif(ack) { TWI0.MCTRLB &= ~(1<<TWI_ACKACT_bp); } // send ack\n\t\telse { TWI0.MCTRLB |= (1<<TWI_ACKACT_bp); } // do not send ack, prepare for stop\n\t\treturn data;\n\t}\n\treturn 0; // master does not own the bus\n}\n    102a:\tcf 91       \tpop\tr28\n    102c:\t08 95       \tret\n\n0000102e <_Z8i2cWriteh>:\n\nbool i2cWrite(uint8_t write_data) {\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\tif((TWI0.MSTATUS&TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify Master owns the bus\n    102e:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n    1032:\t93 70       \tandi\tr25, 0x03\t; 3\n    1034:\t92 30       \tcpi\tr25, 0x02\t; 2\n    1036:\ta9 f4       \tbrne\t.+42     \t; 0x1062 <_Z8i2cWriteh+0x34>\n\t\tTWI0.MDATA = write_data;\n    1038:\t80 93 a8 08 \tsts\t0x08A8, r24\t; 0x8008a8 <__RODATA_PM_OFFSET__+0x7f88a8>\n    103c:\t28 e8       \tldi\tr18, 0x88\t; 136\n    103e:\t33 e1       \tldi\tr19, 0x13\t; 19\n\t\twhile(!((TWI0.MSTATUS & TWI_WIF_bm) | (TWI0.MSTATUS & TWI_RXACK_bm))) { // wait until WIF set and RXACK cleared\n    1040:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    1042:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    1044:\t85 81       \tldd\tr24, Z+5\t; 0x05\n    1046:\t95 81       \tldd\tr25, Z+5\t; 0x05\n    1048:\t90 71       \tandi\tr25, 0x10\t; 16\n    104a:\t80 74       \tandi\tr24, 0x40\t; 64\n    104c:\t89 2b       \tor\tr24, r25\n    104e:\t59 f4       \tbrne\t.+22     \t; 0x1066 <_Z8i2cWriteh+0x38>\n    1050:\t83 e0       \tldi\tr24, 0x03\t; 3\n    1052:\t8a 95       \tdec\tr24\n    1054:\tf1 f7       \tbrne\t.-4      \t; 0x1052 <_Z8i2cWriteh+0x24>\n    1056:\t00 00       \tnop\n    1058:\t21 50       \tsubi\tr18, 0x01\t; 1\n    105a:\t31 09       \tsbc\tr19, r1\n\t\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\t\ttimeout--;\n\t\t\tif(timeout == 0) {\n    105c:\t99 f7       \tbrne\t.-26     \t; 0x1044 <_Z8i2cWriteh+0x16>\n\t\t\t\treturn false; // failed\n    105e:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1060:\t08 95       \tret\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\treturn false; // master does not own the bus\n    1062:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1064:\t08 95       \tret\n\t\t\ttimeout--;\n\t\t\tif(timeout == 0) {\n\t\t\t\treturn false; // failed\n\t\t\t}\n\t\t}\n\t\treturn true;\n    1066:\t81 e0       \tldi\tr24, 0x01\t; 1\n\t}\n\treturn false; // master does not own the bus\n}\n    1068:\t08 95       \tret\n\n0000106a <_Z7i2cStopv>:\n\nvoid i2cStop() {\n\tTWI0.MCTRLB |= TWI_ACKACT_NACK_gc;\n    106a:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    106c:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    106e:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    1070:\t84 60       \tori\tr24, 0x04\t; 4\n    1072:\t84 83       \tstd\tZ+4, r24\t; 0x04\n\tTWI0.MCTRLB |= TWI_MCMD_STOP_gc;\n    1074:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    1076:\t83 60       \tori\tr24, 0x03\t; 3\n    1078:\t84 83       \tstd\tZ+4, r24\t; 0x04\n    107a:\t08 95       \tret\n\n0000107c <__vector_6>:\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n    107c:\t1f 92       \tpush\tr1\n    107e:\t0f 92       \tpush\tr0\n    1080:\t0f b6       \tin\tr0, 0x3f\t; 63\n    1082:\t0f 92       \tpush\tr0\n    1084:\t11 24       \teor\tr1, r1\n    1086:\t8f 93       \tpush\tr24\n    1088:\tef 93       \tpush\tr30\n    108a:\tff 93       \tpush\tr31\n    108c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    108e:\t80 93 1d 38 \tsts\t0x381D, r24\t; 0x80381d <downloadInterrupt>\n    1092:\te0 e0       \tldi\tr30, 0x00\t; 0\n    1094:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    1096:\t81 85       \tldd\tr24, Z+9\t; 0x09\n    1098:\t80 62       \tori\tr24, 0x20\t; 32\n    109a:\t81 87       \tstd\tZ+9, r24\t; 0x09\n    109c:\tff 91       \tpop\tr31\n    109e:\tef 91       \tpop\tr30\n    10a0:\t8f 91       \tpop\tr24\n    10a2:\t0f 90       \tpop\tr0\n    10a4:\t0f be       \tout\t0x3f, r0\t; 63\n    10a6:\t0f 90       \tpop\tr0\n    10a8:\t1f 90       \tpop\tr1\n    10aa:\t18 95       \treti\n\n000010ac <__vector_3>:\n    10ac:\t1f 92       \tpush\tr1\n    10ae:\t0f 92       \tpush\tr0\n    10b0:\t0f b6       \tin\tr0, 0x3f\t; 63\n    10b2:\t0f 92       \tpush\tr0\n    10b4:\t11 24       \teor\tr1, r1\n    10b6:\t8f 93       \tpush\tr24\n    10b8:\t81 e0       \tldi\tr24, 0x01\t; 1\n    10ba:\t80 93 1b 38 \tsts\t0x381B, r24\t; 0x80381b <rtcInterrupt>\n    10be:\t80 93 43 01 \tsts\t0x0143, r24\t; 0x800143 <__RODATA_PM_OFFSET__+0x7f8143>\n    10c2:\t8f 91       \tpop\tr24\n    10c4:\t0f 90       \tpop\tr0\n    10c6:\t0f be       \tout\t0x3f, r0\t; 63\n    10c8:\t0f 90       \tpop\tr0\n    10ca:\t1f 90       \tpop\tr1\n    10cc:\t18 95       \treti\n\n000010ce <__vector_8>:\n    10ce:\t1f 92       \tpush\tr1\n    10d0:\t0f 92       \tpush\tr0\n    10d2:\t0f b6       \tin\tr0, 0x3f\t; 63\n    10d4:\t0f 92       \tpush\tr0\n    10d6:\t11 24       \teor\tr1, r1\n    10d8:\t2f 93       \tpush\tr18\n    10da:\t3f 93       \tpush\tr19\n    10dc:\t4f 93       \tpush\tr20\n    10de:\t5f 93       \tpush\tr21\n    10e0:\t6f 93       \tpush\tr22\n    10e2:\t7f 93       \tpush\tr23\n    10e4:\t8f 93       \tpush\tr24\n    10e6:\t9f 93       \tpush\tr25\n    10e8:\taf 93       \tpush\tr26\n    10ea:\tbf 93       \tpush\tr27\n    10ec:\tef 93       \tpush\tr30\n    10ee:\tff 93       \tpush\tr31\n    10f0:\t0e 94 8f 00 \tcall\t0x11e\t; 0x11e <_Z20deviceIncrementTimerv>\n    10f4:\t81 e0       \tldi\tr24, 0x01\t; 1\n    10f6:\t80 93 0b 0a \tsts\t0x0A0B, r24\t; 0x800a0b <__RODATA_PM_OFFSET__+0x7f8a0b>\n    10fa:\tff 91       \tpop\tr31\n    10fc:\tef 91       \tpop\tr30\n    10fe:\tbf 91       \tpop\tr27\n    1100:\taf 91       \tpop\tr26\n    1102:\t9f 91       \tpop\tr25\n    1104:\t8f 91       \tpop\tr24\n    1106:\t7f 91       \tpop\tr23\n    1108:\t6f 91       \tpop\tr22\n    110a:\t5f 91       \tpop\tr21\n    110c:\t4f 91       \tpop\tr20\n    110e:\t3f 91       \tpop\tr19\n    1110:\t2f 91       \tpop\tr18\n    1112:\t0f 90       \tpop\tr0\n    1114:\t0f be       \tout\t0x3f, r0\t; 63\n    1116:\t0f 90       \tpop\tr0\n    1118:\t1f 90       \tpop\tr1\n    111a:\t18 95       \treti\n\n0000111c <__vector_24>:\n    111c:\t1f 92       \tpush\tr1\n    111e:\t0f 92       \tpush\tr0\n    1120:\t0f b6       \tin\tr0, 0x3f\t; 63\n    1122:\t0f 92       \tpush\tr0\n    1124:\t11 24       \teor\tr1, r1\n    1126:\t8f 93       \tpush\tr24\n    1128:\tef 93       \tpush\tr30\n    112a:\tff 93       \tpush\tr31\n    112c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    112e:\t80 93 1c 38 \tsts\t0x381C, r24\t; 0x80381c <gpio2Interrupt>\n    1132:\te0 e4       \tldi\tr30, 0x40\t; 64\n    1134:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    1136:\t81 85       \tldd\tr24, Z+9\t; 0x09\n    1138:\t82 60       \tori\tr24, 0x02\t; 2\n    113a:\t81 87       \tstd\tZ+9, r24\t; 0x09\n    113c:\tff 91       \tpop\tr31\n    113e:\tef 91       \tpop\tr30\n    1140:\t8f 91       \tpop\tr24\n    1142:\t0f 90       \tpop\tr0\n    1144:\t0f be       \tout\t0x3f, r0\t; 63\n    1146:\t0f 90       \tpop\tr0\n    1148:\t1f 90       \tpop\tr1\n    114a:\t18 95       \treti\n\n0000114c <_Z4waitj>:\n    114c:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    1150:\t0e 94 e8 00 \tcall\t0x1d0\t; 0x1d0 <_Z18deviceStandbySleepv>\n    1154:\t10 92 40 01 \tsts\t0x0140, r1\t; 0x800140 <__RODATA_PM_OFFSET__+0x7f8140>\n    1158:\t08 95       \tret\n\n0000115a <_Z14voltageNotOkayv>:\n    115a:\t20 91 2e 38 \tlds\tr18, 0x382E\t; 0x80382e <batteryVoltage>\n    115e:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    1162:\t80 91 07 38 \tlds\tr24, 0x3807\t; 0x803807 <eepromSettingMinVoltage>\n    1166:\t90 91 08 38 \tlds\tr25, 0x3808\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    116a:\t28 17       \tcp\tr18, r24\n    116c:\t39 07       \tcpc\tr19, r25\n    116e:\t30 f0       \tbrcs\t.+12     \t; 0x117c <_Z14voltageNotOkayv+0x22>\n    1170:\t81 e0       \tldi\tr24, 0x01\t; 1\n    1172:\t2b 39       \tcpi\tr18, 0x9B\t; 155\n    1174:\t30 41       \tsbci\tr19, 0x10\t; 16\n    1176:\t18 f4       \tbrcc\t.+6      \t; 0x117e <_Z14voltageNotOkayv+0x24>\n    1178:\t80 e0       \tldi\tr24, 0x00\t; 0\n    117a:\t08 95       \tret\n    117c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    117e:\t08 95       \tret\n\n00001180 <_Z11isNightTimev>:\n    1180:\tcf 92       \tpush\tr12\n    1182:\tdf 92       \tpush\tr13\n    1184:\tef 92       \tpush\tr14\n    1186:\tff 92       \tpush\tr15\n    1188:\t0f 93       \tpush\tr16\n    118a:\t1f 93       \tpush\tr17\n    118c:\tcf 93       \tpush\tr28\n    118e:\tdf 93       \tpush\tr29\n    1190:\t40 91 22 38 \tlds\tr20, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    1194:\tc0 91 21 38 \tlds\tr28, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    1198:\t30 91 24 38 \tlds\tr19, 0x3824\t; 0x803824 <eepromSettingTurnOnHour>\n    119c:\t00 91 23 38 \tlds\tr16, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    11a0:\t60 91 17 38 \tlds\tr22, 0x3817\t; 0x803817 <timestampEstimation>\n    11a4:\t70 91 18 38 \tlds\tr23, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    11a8:\t80 91 19 38 \tlds\tr24, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    11ac:\t90 91 1a 38 \tlds\tr25, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    11b0:\t31 11       \tcpse\tr19, r1\n    11b2:\t07 c0       \trjmp\t.+14     \t; 0x11c2 <_Z11isNightTimev+0x42>\n    11b4:\t01 11       \tcpse\tr16, r1\n    11b6:\t05 c0       \trjmp\t.+10     \t; 0x11c2 <_Z11isNightTimev+0x42>\n    11b8:\t47 31       \tcpi\tr20, 0x17\t; 23\n    11ba:\t19 f4       \tbrne\t.+6      \t; 0x11c2 <_Z11isNightTimev+0x42>\n    11bc:\tcb 33       \tcpi\tr28, 0x3B\t; 59\n    11be:\t09 f4       \tbrne\t.+2      \t; 0x11c2 <_Z11isNightTimev+0x42>\n    11c0:\t46 c0       \trjmp\t.+140    \t; 0x124e <_Z11isNightTimev+0xce>\n    11c2:\t61 15       \tcp\tr22, r1\n    11c4:\t71 05       \tcpc\tr23, r1\n    11c6:\t81 05       \tcpc\tr24, r1\n    11c8:\t91 05       \tcpc\tr25, r1\n    11ca:\t09 f4       \tbrne\t.+2      \t; 0x11ce <_Z11isNightTimev+0x4e>\n    11cc:\t42 c0       \trjmp\t.+132    \t; 0x1252 <_Z11isNightTimev+0xd2>\n    11ce:\t2c e3       \tldi\tr18, 0x3C\t; 60\n    11d0:\td0 e0       \tldi\tr29, 0x00\t; 0\n    11d2:\t24 9f       \tmul\tr18, r20\n    11d4:\tc0 0d       \tadd\tr28, r0\n    11d6:\td1 1d       \tadc\tr29, r1\n    11d8:\t11 24       \teor\tr1, r1\n    11da:\t10 e0       \tldi\tr17, 0x00\t; 0\n    11dc:\t23 9f       \tmul\tr18, r19\n    11de:\t00 0d       \tadd\tr16, r0\n    11e0:\t11 1d       \tadc\tr17, r1\n    11e2:\t11 24       \teor\tr1, r1\n    11e4:\t2c e3       \tldi\tr18, 0x3C\t; 60\n    11e6:\t30 e0       \tldi\tr19, 0x00\t; 0\n    11e8:\t40 e0       \tldi\tr20, 0x00\t; 0\n    11ea:\t50 e0       \tldi\tr21, 0x00\t; 0\n    11ec:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    11f0:\tca 01       \tmovw\tr24, r20\n    11f2:\tb9 01       \tmovw\tr22, r18\n    11f4:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    11f6:\t35 e0       \tldi\tr19, 0x05\t; 5\n    11f8:\t40 e0       \tldi\tr20, 0x00\t; 0\n    11fa:\t50 e0       \tldi\tr21, 0x00\t; 0\n    11fc:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    1200:\tc0 17       \tcp\tr28, r16\n    1202:\td1 07       \tcpc\tr29, r17\n    1204:\t90 f4       \tbrcc\t.+36     \t; 0x122a <_Z11isNightTimev+0xaa>\n    1206:\t6e 01       \tmovw\tr12, r28\n    1208:\te1 2c       \tmov\tr14, r1\n    120a:\tf1 2c       \tmov\tr15, r1\n    120c:\t6c 15       \tcp\tr22, r12\n    120e:\t7d 05       \tcpc\tr23, r13\n    1210:\t8e 05       \tcpc\tr24, r14\n    1212:\t9f 05       \tcpc\tr25, r15\n    1214:\t00 f1       \tbrcs\t.+64     \t; 0x1256 <_Z11isNightTimev+0xd6>\n    1216:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1218:\t30 e0       \tldi\tr19, 0x00\t; 0\n    121a:\t41 e0       \tldi\tr20, 0x01\t; 1\n    121c:\t60 17       \tcp\tr22, r16\n    121e:\t71 07       \tcpc\tr23, r17\n    1220:\t82 07       \tcpc\tr24, r18\n    1222:\t93 07       \tcpc\tr25, r19\n    1224:\td8 f0       \tbrcs\t.+54     \t; 0x125c <_Z11isNightTimev+0xdc>\n    1226:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1228:\t19 c0       \trjmp\t.+50     \t; 0x125c <_Z11isNightTimev+0xdc>\n    122a:\t6e 01       \tmovw\tr12, r28\n    122c:\te1 2c       \tmov\tr14, r1\n    122e:\tf1 2c       \tmov\tr15, r1\n    1230:\t6c 15       \tcp\tr22, r12\n    1232:\t7d 05       \tcpc\tr23, r13\n    1234:\t8e 05       \tcpc\tr24, r14\n    1236:\t9f 05       \tcpc\tr25, r15\n    1238:\t80 f4       \tbrcc\t.+32     \t; 0x125a <_Z11isNightTimev+0xda>\n    123a:\t20 e0       \tldi\tr18, 0x00\t; 0\n    123c:\t30 e0       \tldi\tr19, 0x00\t; 0\n    123e:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1240:\t60 17       \tcp\tr22, r16\n    1242:\t71 07       \tcpc\tr23, r17\n    1244:\t82 07       \tcpc\tr24, r18\n    1246:\t93 07       \tcpc\tr25, r19\n    1248:\t48 f0       \tbrcs\t.+18     \t; 0x125c <_Z11isNightTimev+0xdc>\n    124a:\t40 e0       \tldi\tr20, 0x00\t; 0\n    124c:\t07 c0       \trjmp\t.+14     \t; 0x125c <_Z11isNightTimev+0xdc>\n    124e:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1250:\t05 c0       \trjmp\t.+10     \t; 0x125c <_Z11isNightTimev+0xdc>\n    1252:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1254:\t03 c0       \trjmp\t.+6      \t; 0x125c <_Z11isNightTimev+0xdc>\n    1256:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1258:\t01 c0       \trjmp\t.+2      \t; 0x125c <_Z11isNightTimev+0xdc>\n    125a:\t41 e0       \tldi\tr20, 0x01\t; 1\n    125c:\t84 2f       \tmov\tr24, r20\n    125e:\tdf 91       \tpop\tr29\n    1260:\tcf 91       \tpop\tr28\n    1262:\t1f 91       \tpop\tr17\n    1264:\t0f 91       \tpop\tr16\n    1266:\tff 90       \tpop\tr15\n    1268:\tef 90       \tpop\tr14\n    126a:\tdf 90       \tpop\tr13\n    126c:\tcf 90       \tpop\tr12\n    126e:\t08 95       \tret\n\n00001270 <_Z36getOperationVoltageMinFromTinyEEPROMv>:\n    1270:\tcf 93       \tpush\tr28\n    1272:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1274:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1276:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    127a:\tc8 2f       \tmov\tr28, r24\n    127c:\t83 e1       \tldi\tr24, 0x13\t; 19\n    127e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1280:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    1284:\t2c 2f       \tmov\tr18, r28\n    1286:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1288:\t32 2f       \tmov\tr19, r18\n    128a:\t22 27       \teor\tr18, r18\n    128c:\t28 2b       \tor\tr18, r24\n    128e:\tc9 01       \tmovw\tr24, r18\n    1290:\t88 5b       \tsubi\tr24, 0xB8\t; 184\n    1292:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    1294:\t83 3e       \tcpi\tr24, 0xE3\t; 227\n    1296:\t94 40       \tsbci\tr25, 0x04\t; 4\n    1298:\t18 f4       \tbrcc\t.+6      \t; 0x12a0 <_Z36getOperationVoltageMinFromTinyEEPROMv+0x30>\n    129a:\t82 2f       \tmov\tr24, r18\n    129c:\t93 2f       \tmov\tr25, r19\n    129e:\t02 c0       \trjmp\t.+4      \t; 0x12a4 <_Z36getOperationVoltageMinFromTinyEEPROMv+0x34>\n    12a0:\t84 ee       \tldi\tr24, 0xE4\t; 228\n    12a2:\t9c e0       \tldi\tr25, 0x0C\t; 12\n    12a4:\tcf 91       \tpop\tr28\n    12a6:\t08 95       \tret\n\n000012a8 <_Z29getGPSFrequencyFromTinyEEPROMv>:\n    12a8:\tcf 93       \tpush\tr28\n    12aa:\t84 e1       \tldi\tr24, 0x14\t; 20\n    12ac:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12ae:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    12b2:\tc8 2f       \tmov\tr28, r24\n    12b4:\t85 e1       \tldi\tr24, 0x15\t; 21\n    12b6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12b8:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    12bc:\t2c 2f       \tmov\tr18, r28\n    12be:\t30 e0       \tldi\tr19, 0x00\t; 0\n    12c0:\t32 2f       \tmov\tr19, r18\n    12c2:\t22 27       \teor\tr18, r18\n    12c4:\t28 2b       \tor\tr18, r24\n    12c6:\tc9 01       \tmovw\tr24, r18\n    12c8:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    12ca:\t8e 3f       \tcpi\tr24, 0xFE\t; 254\n    12cc:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    12ce:\t18 f4       \tbrcc\t.+6      \t; 0x12d6 <_Z29getGPSFrequencyFromTinyEEPROMv+0x2e>\n    12d0:\t82 2f       \tmov\tr24, r18\n    12d2:\t93 2f       \tmov\tr25, r19\n    12d4:\t02 c0       \trjmp\t.+4      \t; 0x12da <_Z29getGPSFrequencyFromTinyEEPROMv+0x32>\n    12d6:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    12d8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12da:\tcf 91       \tpop\tr28\n    12dc:\t08 95       \tret\n\n000012de <_Z24getMinHDOPFromTinyEEPROMv>:\n    12de:\t86 e1       \tldi\tr24, 0x16\t; 22\n    12e0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12e2:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    12e6:\t96 ef       \tldi\tr25, 0xF6\t; 246\n    12e8:\t98 0f       \tadd\tr25, r24\n    12ea:\t91 3f       \tcpi\tr25, 0xF1\t; 241\n    12ec:\t08 f0       \tbrcs\t.+2      \t; 0x12f0 <_Z24getMinHDOPFromTinyEEPROMv+0x12>\n    12ee:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    12f0:\t08 95       \tret\n\n000012f2 <_Z32getActivationDelayFromTinyEEPROMv>:\n    12f2:\tcf 93       \tpush\tr28\n    12f4:\t87 e1       \tldi\tr24, 0x17\t; 23\n    12f6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12f8:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    12fc:\tc8 2f       \tmov\tr28, r24\n    12fe:\t88 e1       \tldi\tr24, 0x18\t; 24\n    1300:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1302:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    1306:\t2c 2f       \tmov\tr18, r28\n    1308:\t30 e0       \tldi\tr19, 0x00\t; 0\n    130a:\t32 2f       \tmov\tr19, r18\n    130c:\t22 27       \teor\tr18, r18\n    130e:\t28 2b       \tor\tr18, r24\n    1310:\tc9 01       \tmovw\tr24, r18\n    1312:\t0a 97       \tsbiw\tr24, 0x0a\t; 10\n    1314:\t85 3f       \tcpi\tr24, 0xF5\t; 245\n    1316:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1318:\t18 f4       \tbrcc\t.+6      \t; 0x1320 <_Z32getActivationDelayFromTinyEEPROMv+0x2e>\n    131a:\t82 2f       \tmov\tr24, r18\n    131c:\t93 2f       \tmov\tr25, r19\n    131e:\t02 c0       \trjmp\t.+4      \t; 0x1324 <_Z32getActivationDelayFromTinyEEPROMv+0x32>\n    1320:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    1322:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1324:\tcf 91       \tpop\tr28\n    1326:\t08 95       \tret\n\n00001328 <_Z27getTurnOnHourFromTinyEEPROMv>:\n    1328:\t89 e1       \tldi\tr24, 0x19\t; 25\n    132a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    132c:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    1330:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1332:\t08 f0       \tbrcs\t.+2      \t; 0x1336 <_Z27getTurnOnHourFromTinyEEPROMv+0xe>\n    1334:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1336:\t08 95       \tret\n\n00001338 <_Z29getTurnOnMinuteFromTinyEEPROMv>:\n    1338:\t8a e1       \tldi\tr24, 0x1A\t; 26\n    133a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    133c:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    1340:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1342:\t08 f0       \tbrcs\t.+2      \t; 0x1346 <_Z29getTurnOnMinuteFromTinyEEPROMv+0xe>\n    1344:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1346:\t08 95       \tret\n\n00001348 <_Z28getTurnOffHourFromTinyEEPROMv>:\n    1348:\t8b e1       \tldi\tr24, 0x1B\t; 27\n    134a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    134c:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    1350:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1352:\t08 f0       \tbrcs\t.+2      \t; 0x1356 <_Z28getTurnOffHourFromTinyEEPROMv+0xe>\n    1354:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1356:\t08 95       \tret\n\n00001358 <_Z30getTurnOffMinuteFromTinyEEPROMv>:\n    1358:\t8c e1       \tldi\tr24, 0x1C\t; 28\n    135a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    135c:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    1360:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1362:\t08 f0       \tbrcs\t.+2      \t; 0x1366 <_Z30getTurnOffMinuteFromTinyEEPROMv+0xe>\n    1364:\t8b e3       \tldi\tr24, 0x3B\t; 59\n    1366:\t08 95       \tret\n\n00001368 <_Z10readMemoryv>:\n    1368:\t2f 92       \tpush\tr2\n    136a:\t3f 92       \tpush\tr3\n    136c:\t4f 92       \tpush\tr4\n    136e:\t5f 92       \tpush\tr5\n    1370:\t6f 92       \tpush\tr6\n    1372:\t7f 92       \tpush\tr7\n    1374:\t8f 92       \tpush\tr8\n    1376:\t9f 92       \tpush\tr9\n    1378:\taf 92       \tpush\tr10\n    137a:\tbf 92       \tpush\tr11\n    137c:\tcf 92       \tpush\tr12\n    137e:\tdf 92       \tpush\tr13\n    1380:\tef 92       \tpush\tr14\n    1382:\tff 92       \tpush\tr15\n    1384:\t0f 93       \tpush\tr16\n    1386:\t1f 93       \tpush\tr17\n    1388:\tcf 93       \tpush\tr28\n    138a:\tdf 93       \tpush\tr29\n    138c:\tcd b7       \tin\tr28, 0x3d\t; 61\n    138e:\tde b7       \tin\tr29, 0x3e\t; 62\n    1390:\t66 97       \tsbiw\tr28, 0x16\t; 22\n    1392:\tcd bf       \tout\t0x3d, r28\t; 61\n    1394:\tde bf       \tout\t0x3e, r29\t; 62\n    1396:\t80 91 27 38 \tlds\tr24, 0x3827\t; 0x803827 <firstTTFinSession+0x1>\n    139a:\t8f 93       \tpush\tr24\n    139c:\t80 91 26 38 \tlds\tr24, 0x3826\t; 0x803826 <firstTTFinSession>\n    13a0:\t8f 93       \tpush\tr24\n    13a2:\t80 91 29 38 \tlds\tr24, 0x3829\t; 0x803829 <errorCounter+0x1>\n    13a6:\t8f 93       \tpush\tr24\n    13a8:\t80 91 28 38 \tlds\tr24, 0x3828\t; 0x803828 <errorCounter>\n    13ac:\t8f 93       \tpush\tr24\n    13ae:\t80 91 2d 38 \tlds\tr24, 0x382D\t; 0x80382d <timeoutCounter>\n    13b2:\t1f 92       \tpush\tr1\n    13b4:\t8f 93       \tpush\tr24\n    13b6:\t80 91 2c 38 \tlds\tr24, 0x382C\t; 0x80382c <timeoutNotEvenTimeCounter>\n    13ba:\t1f 92       \tpush\tr1\n    13bc:\t8f 93       \tpush\tr24\n    13be:\t80 91 2b 38 \tlds\tr24, 0x382B\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    13c2:\t8f 93       \tpush\tr24\n    13c4:\t80 91 2a 38 \tlds\tr24, 0x382A\t; 0x80382a <undervoltageUnderLoadCounter>\n    13c8:\t8f 93       \tpush\tr24\n    13ca:\t86 e9       \tldi\tr24, 0x96\t; 150\n    13cc:\t9a eb       \tldi\tr25, 0xBA\t; 186\n    13ce:\t9f 93       \tpush\tr25\n    13d0:\t8f 93       \tpush\tr24\n    13d2:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    13d6:\t04 e0       \tldi\tr16, 0x04\t; 4\n    13d8:\t10 e0       \tldi\tr17, 0x00\t; 0\n    13da:\t20 e0       \tldi\tr18, 0x00\t; 0\n    13dc:\t30 e0       \tldi\tr19, 0x00\t; 0\n    13de:\tae 01       \tmovw\tr20, r28\n    13e0:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    13e2:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    13e4:\t60 e0       \tldi\tr22, 0x00\t; 0\n    13e6:\t70 e0       \tldi\tr23, 0x00\t; 0\n    13e8:\tcb 01       \tmovw\tr24, r22\n    13ea:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    13ee:\t18 2f       \tmov\tr17, r24\n    13f0:\tcd bf       \tout\t0x3d, r28\t; 61\n    13f2:\tde bf       \tout\t0x3e, r29\t; 62\n    13f4:\t88 23       \tand\tr24, r24\n    13f6:\t09 f4       \tbrne\t.+2      \t; 0x13fa <_Z10readMemoryv+0x92>\n    13f8:\tfb c1       \trjmp\t.+1014   \t; 0x17f0 <_Z10readMemoryv+0x488>\n    13fa:\tce 01       \tmovw\tr24, r28\n    13fc:\t01 96       \tadiw\tr24, 0x01\t; 1\n    13fe:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    1402:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n    1404:\t78 8b       \tstd\tY+16, r23\t; 0x10\n    1406:\t89 8b       \tstd\tY+17, r24\t; 0x11\n    1408:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n    140a:\t61 30       \tcpi\tr22, 0x01\t; 1\n    140c:\t71 05       \tcpc\tr23, r1\n    140e:\t82 40       \tsbci\tr24, 0x02\t; 2\n    1410:\t91 05       \tcpc\tr25, r1\n    1412:\t08 f0       \tbrcs\t.+2      \t; 0x1416 <_Z10readMemoryv+0xae>\n    1414:\tec c1       \trjmp\t.+984    \t; 0x17ee <_Z10readMemoryv+0x486>\n    1416:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1418:\t10 e0       \tldi\tr17, 0x00\t; 0\n    141a:\t20 e0       \tldi\tr18, 0x00\t; 0\n    141c:\t30 e0       \tldi\tr19, 0x00\t; 0\n    141e:\tae 01       \tmovw\tr20, r28\n    1420:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    1422:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1424:\t64 e0       \tldi\tr22, 0x04\t; 4\n    1426:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1428:\t80 e0       \tldi\tr24, 0x00\t; 0\n    142a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    142c:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    1430:\t18 2f       \tmov\tr17, r24\n    1432:\t88 23       \tand\tr24, r24\n    1434:\t09 f4       \tbrne\t.+2      \t; 0x1438 <_Z10readMemoryv+0xd0>\n    1436:\tdc c1       \trjmp\t.+952    \t; 0x17f0 <_Z10readMemoryv+0x488>\n    1438:\tce 01       \tmovw\tr24, r28\n    143a:\t01 96       \tadiw\tr24, 0x01\t; 1\n    143c:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    1440:\t2b 01       \tmovw\tr4, r22\n    1442:\t3c 01       \tmovw\tr6, r24\n    1444:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    1446:\t48 16       \tcp\tr4, r24\n    1448:\t58 06       \tcpc\tr5, r24\n    144a:\t68 06       \tcpc\tr6, r24\n    144c:\t78 06       \tcpc\tr7, r24\n    144e:\t19 f4       \tbrne\t.+6      \t; 0x1456 <_Z10readMemoryv+0xee>\n    1450:\t41 2c       \tmov\tr4, r1\n    1452:\t51 2c       \tmov\tr5, r1\n    1454:\t32 01       \tmovw\tr6, r4\n    1456:\t6f 85       \tldd\tr22, Y+15\t; 0x0f\n    1458:\t78 89       \tldd\tr23, Y+16\t; 0x10\n    145a:\t89 89       \tldd\tr24, Y+17\t; 0x11\n    145c:\t9a 89       \tldd\tr25, Y+18\t; 0x12\n    145e:\t60 51       \tsubi\tr22, 0x10\t; 16\n    1460:\t71 09       \tsbc\tr23, r1\n    1462:\t81 09       \tsbc\tr24, r1\n    1464:\t91 09       \tsbc\tr25, r1\n    1466:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    1468:\t30 e0       \tldi\tr19, 0x00\t; 0\n    146a:\t40 e0       \tldi\tr20, 0x00\t; 0\n    146c:\t50 e0       \tldi\tr21, 0x00\t; 0\n    146e:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    1472:\tb2 2e       \tmov\tr11, r18\n    1474:\ta3 2e       \tmov\tr10, r19\n    1476:\t94 2e       \tmov\tr9, r20\n    1478:\t85 2e       \tmov\tr8, r21\n    147a:\tc2 2e       \tmov\tr12, r18\n    147c:\td3 2e       \tmov\tr13, r19\n    147e:\te4 2e       \tmov\tr14, r20\n    1480:\tf5 2e       \tmov\tr15, r21\n    1482:\tc1 14       \tcp\tr12, r1\n    1484:\td1 04       \tcpc\tr13, r1\n    1486:\te1 04       \tcpc\tr14, r1\n    1488:\tf1 04       \tcpc\tr15, r1\n    148a:\t59 f0       \tbreq\t.+22     \t; 0x14a2 <_Z10readMemoryv+0x13a>\n    148c:\tc3 01       \tmovw\tr24, r6\n    148e:\tb2 01       \tmovw\tr22, r4\n    1490:\ta7 01       \tmovw\tr20, r14\n    1492:\t96 01       \tmovw\tr18, r12\n    1494:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    1498:\t72 2e       \tmov\tr7, r18\n    149a:\t63 2e       \tmov\tr6, r19\n    149c:\t54 2e       \tmov\tr5, r20\n    149e:\t45 2e       \tmov\tr4, r21\n    14a0:\t04 c0       \trjmp\t.+8      \t; 0x14aa <_Z10readMemoryv+0x142>\n    14a2:\t71 2c       \tmov\tr7, r1\n    14a4:\t61 2c       \tmov\tr6, r1\n    14a6:\t51 2c       \tmov\tr5, r1\n    14a8:\t41 2c       \tmov\tr4, r1\n    14aa:\t04 e0       \tldi\tr16, 0x04\t; 4\n    14ac:\t10 e0       \tldi\tr17, 0x00\t; 0\n    14ae:\t20 e0       \tldi\tr18, 0x00\t; 0\n    14b0:\t30 e0       \tldi\tr19, 0x00\t; 0\n    14b2:\tae 01       \tmovw\tr20, r28\n    14b4:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    14b6:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    14b8:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    14ba:\t70 e0       \tldi\tr23, 0x00\t; 0\n    14bc:\t80 e0       \tldi\tr24, 0x00\t; 0\n    14be:\t90 e0       \tldi\tr25, 0x00\t; 0\n    14c0:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    14c4:\t18 2f       \tmov\tr17, r24\n    14c6:\t88 23       \tand\tr24, r24\n    14c8:\t09 f4       \tbrne\t.+2      \t; 0x14cc <_Z10readMemoryv+0x164>\n    14ca:\t92 c1       \trjmp\t.+804    \t; 0x17f0 <_Z10readMemoryv+0x488>\n    14cc:\tce 01       \tmovw\tr24, r28\n    14ce:\t01 96       \tadiw\tr24, 0x01\t; 1\n    14d0:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    14d4:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    14d6:\taf ef       \tldi\tr26, 0xFF\t; 255\n    14d8:\t7a 07       \tcpc\tr23, r26\n    14da:\t8a 07       \tcpc\tr24, r26\n    14dc:\t9a 07       \tcpc\tr25, r26\n    14de:\t19 f4       \tbrne\t.+6      \t; 0x14e6 <_Z10readMemoryv+0x17e>\n    14e0:\t60 e0       \tldi\tr22, 0x00\t; 0\n    14e2:\t70 e0       \tldi\tr23, 0x00\t; 0\n    14e4:\tcb 01       \tmovw\tr24, r22\n    14e6:\tc1 14       \tcp\tr12, r1\n    14e8:\td1 04       \tcpc\tr13, r1\n    14ea:\te1 04       \tcpc\tr14, r1\n    14ec:\tf1 04       \tcpc\tr15, r1\n    14ee:\t29 f0       \tbreq\t.+10     \t; 0x14fa <_Z10readMemoryv+0x192>\n    14f0:\ta7 01       \tmovw\tr20, r14\n    14f2:\t96 01       \tmovw\tr18, r12\n    14f4:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    14f8:\t04 c0       \trjmp\t.+8      \t; 0x1502 <_Z10readMemoryv+0x19a>\n    14fa:\t20 e0       \tldi\tr18, 0x00\t; 0\n    14fc:\t30 e0       \tldi\tr19, 0x00\t; 0\n    14fe:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1500:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1502:\t5f 93       \tpush\tr21\n    1504:\t4f 93       \tpush\tr20\n    1506:\t3f 93       \tpush\tr19\n    1508:\t2f 93       \tpush\tr18\n    150a:\t4f 92       \tpush\tr4\n    150c:\t5f 92       \tpush\tr5\n    150e:\t6f 92       \tpush\tr6\n    1510:\t7f 92       \tpush\tr7\n    1512:\t8f 92       \tpush\tr8\n    1514:\t9f 92       \tpush\tr9\n    1516:\taf 92       \tpush\tr10\n    1518:\tbf 92       \tpush\tr11\n    151a:\t86 ec       \tldi\tr24, 0xC6\t; 198\n    151c:\t9a eb       \tldi\tr25, 0xBA\t; 186\n    151e:\t9f 93       \tpush\tr25\n    1520:\t8f 93       \tpush\tr24\n    1522:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1526:\t8a ef       \tldi\tr24, 0xFA\t; 250\n    1528:\t9a eb       \tldi\tr25, 0xBA\t; 186\n    152a:\t9f 93       \tpush\tr25\n    152c:\t8f 93       \tpush\tr24\n    152e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1532:\tcd bf       \tout\t0x3d, r28\t; 61\n    1534:\tde bf       \tout\t0x3e, r29\t; 62\n    1536:\tc1 2c       \tmov\tr12, r1\n    1538:\td1 2c       \tmov\tr13, r1\n    153a:\t76 01       \tmovw\tr14, r12\n    153c:\t68 94       \tset\n    153e:\tc4 f8       \tbld\tr12, 4\n    1540:\tcb 8a       \tstd\tY+19, r12\t; 0x13\n    1542:\tdc 8a       \tstd\tY+20, r13\t; 0x14\n    1544:\ted 8a       \tstd\tY+21, r14\t; 0x15\n    1546:\tfe 8a       \tstd\tY+22, r15\t; 0x16\n    1548:\tc1 2c       \tmov\tr12, r1\n    154a:\td1 2c       \tmov\tr13, r1\n    154c:\t76 01       \tmovw\tr14, r12\n    154e:\tc3 94       \tinc\tr12\n    1550:\tcb 86       \tstd\tY+11, r12\t; 0x0b\n    1552:\tdc 86       \tstd\tY+12, r13\t; 0x0c\n    1554:\ted 86       \tstd\tY+13, r14\t; 0x0d\n    1556:\tfe 86       \tstd\tY+14, r15\t; 0x0e\n    1558:\t0f 2e       \tmov\tr0, r31\n    155a:\tf6 e1       \tldi\tr31, 0x16\t; 22\n    155c:\t2f 2e       \tmov\tr2, r31\n    155e:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    1560:\t3f 2e       \tmov\tr3, r31\n    1562:\tf0 2d       \tmov\tr31, r0\n    1564:\t09 c0       \trjmp\t.+18     \t; 0x1578 <_Z10readMemoryv+0x210>\n    1566:\t4b 8b       \tstd\tY+19, r20\t; 0x13\n    1568:\t5c 8b       \tstd\tY+20, r21\t; 0x14\n    156a:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n    156c:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n    156e:\t04 c0       \trjmp\t.+8      \t; 0x1578 <_Z10readMemoryv+0x210>\n    1570:\t4b 8b       \tstd\tY+19, r20\t; 0x13\n    1572:\t5c 8b       \tstd\tY+20, r21\t; 0x14\n    1574:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n    1576:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n    1578:\t0a e0       \tldi\tr16, 0x0A\t; 10\n    157a:\t10 e0       \tldi\tr17, 0x00\t; 0\n    157c:\t20 e0       \tldi\tr18, 0x00\t; 0\n    157e:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1580:\tae 01       \tmovw\tr20, r28\n    1582:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    1584:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1586:\t6b 89       \tldd\tr22, Y+19\t; 0x13\n    1588:\t7c 89       \tldd\tr23, Y+20\t; 0x14\n    158a:\t8d 89       \tldd\tr24, Y+21\t; 0x15\n    158c:\t9e 89       \tldd\tr25, Y+22\t; 0x16\n    158e:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    1592:\t18 2f       \tmov\tr17, r24\n    1594:\t88 23       \tand\tr24, r24\n    1596:\t09 f4       \tbrne\t.+2      \t; 0x159a <_Z10readMemoryv+0x232>\n    1598:\t2b c1       \trjmp\t.+598    \t; 0x17f0 <_Z10readMemoryv+0x488>\n    159a:\t4c 81       \tldd\tr20, Y+4\t; 0x04\n    159c:\t89 81       \tldd\tr24, Y+1\t; 0x01\n    159e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    15a0:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    15a2:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    15a4:\t4c 01       \tmovw\tr8, r24\n    15a6:\t5d 01       \tmovw\tr10, r26\n    15a8:\t07 2e       \tmov\tr0, r23\n    15aa:\t71 e1       \tldi\tr23, 0x11\t; 17\n    15ac:\t88 0c       \tadd\tr8, r8\n    15ae:\t99 1c       \tadc\tr9, r9\n    15b0:\taa 1c       \tadc\tr10, r10\n    15b2:\tbb 1c       \tadc\tr11, r11\n    15b4:\t7a 95       \tdec\tr23\n    15b6:\td1 f7       \tbrne\t.-12     \t; 0x15ac <_Z10readMemoryv+0x244>\n    15b8:\t70 2d       \tmov\tr23, r0\n    15ba:\t9a 81       \tldd\tr25, Y+2\t; 0x02\n    15bc:\t89 2f       \tmov\tr24, r25\n    15be:\t90 e0       \tldi\tr25, 0x00\t; 0\n    15c0:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    15c2:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    15c4:\t07 2e       \tmov\tr0, r23\n    15c6:\t79 e0       \tldi\tr23, 0x09\t; 9\n    15c8:\t88 0f       \tadd\tr24, r24\n    15ca:\t99 1f       \tadc\tr25, r25\n    15cc:\taa 1f       \tadc\tr26, r26\n    15ce:\tbb 1f       \tadc\tr27, r27\n    15d0:\t7a 95       \tdec\tr23\n    15d2:\td1 f7       \tbrne\t.-12     \t; 0x15c8 <_Z10readMemoryv+0x260>\n    15d4:\t70 2d       \tmov\tr23, r0\n    15d6:\t88 29       \tor\tr24, r8\n    15d8:\t99 29       \tor\tr25, r9\n    15da:\taa 29       \tor\tr26, r10\n    15dc:\tbb 29       \tor\tr27, r11\n    15de:\tcb 80       \tldd\tr12, Y+3\t; 0x03\n    15e0:\td1 2c       \tmov\tr13, r1\n    15e2:\te1 2c       \tmov\tr14, r1\n    15e4:\tf1 2c       \tmov\tr15, r1\n    15e6:\tcc 0c       \tadd\tr12, r12\n    15e8:\tdd 1c       \tadc\tr13, r13\n    15ea:\tee 1c       \tadc\tr14, r14\n    15ec:\tff 1c       \tadc\tr15, r15\n    15ee:\t8c 29       \tor\tr24, r12\n    15f0:\t9d 29       \tor\tr25, r13\n    15f2:\tae 29       \tor\tr26, r14\n    15f4:\tbf 29       \tor\tr27, r15\n    15f6:\t84 2e       \tmov\tr8, r20\n    15f8:\t91 2c       \tmov\tr9, r1\n    15fa:\ta1 2c       \tmov\tr10, r1\n    15fc:\tb1 2c       \tmov\tr11, r1\n    15fe:\t68 94       \tset\n    1600:\t16 f8       \tbld\tr1, 6\n    1602:\tb6 94       \tlsr\tr11\n    1604:\ta7 94       \tror\tr10\n    1606:\t97 94       \tror\tr9\n    1608:\t87 94       \tror\tr8\n    160a:\t16 94       \tlsr\tr1\n    160c:\td1 f7       \tbrne\t.-12     \t; 0x1602 <_Z10readMemoryv+0x29a>\n    160e:\t88 2a       \tor\tr8, r24\n    1610:\t99 2a       \tor\tr9, r25\n    1612:\taa 2a       \tor\tr10, r26\n    1614:\tbb 2a       \tor\tr11, r27\n    1616:\t20 e4       \tldi\tr18, 0x40\t; 64\n    1618:\t82 1a       \tsub\tr8, r18\n    161a:\t24 e5       \tldi\tr18, 0x54\t; 84\n    161c:\t92 0a       \tsbc\tr9, r18\n    161e:\t29 e8       \tldi\tr18, 0x89\t; 137\n    1620:\ta2 0a       \tsbc\tr10, r18\n    1622:\tb1 08       \tsbc\tr11, r1\n    1624:\t2f 81       \tldd\tr18, Y+7\t; 0x07\n    1626:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n    1628:\t90 e0       \tldi\tr25, 0x00\t; 0\n    162a:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    162c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    162e:\t2c 01       \tmovw\tr4, r24\n    1630:\t3d 01       \tmovw\tr6, r26\n    1632:\t03 2e       \tmov\tr0, r19\n    1634:\t3b e0       \tldi\tr19, 0x0B\t; 11\n    1636:\t44 0c       \tadd\tr4, r4\n    1638:\t55 1c       \tadc\tr5, r5\n    163a:\t66 1c       \tadc\tr6, r6\n    163c:\t77 1c       \tadc\tr7, r7\n    163e:\t3a 95       \tdec\tr19\n    1640:\td1 f7       \tbrne\t.-12     \t; 0x1636 <_Z10readMemoryv+0x2ce>\n    1642:\t30 2d       \tmov\tr19, r0\n    1644:\t8e 81       \tldd\tr24, Y+6\t; 0x06\n    1646:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1648:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    164a:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    164c:\t88 0f       \tadd\tr24, r24\n    164e:\t99 1f       \tadc\tr25, r25\n    1650:\taa 1f       \tadc\tr26, r26\n    1652:\tbb 1f       \tadc\tr27, r27\n    1654:\t88 0f       \tadd\tr24, r24\n    1656:\t99 1f       \tadc\tr25, r25\n    1658:\taa 1f       \tadc\tr26, r26\n    165a:\tbb 1f       \tadc\tr27, r27\n    165c:\t88 0f       \tadd\tr24, r24\n    165e:\t99 1f       \tadc\tr25, r25\n    1660:\taa 1f       \tadc\tr26, r26\n    1662:\tbb 1f       \tadc\tr27, r27\n    1664:\t84 29       \tor\tr24, r4\n    1666:\t95 29       \tor\tr25, r5\n    1668:\ta6 29       \tor\tr26, r6\n    166a:\tb7 29       \tor\tr27, r7\n    166c:\t4f 77       \tandi\tr20, 0x7F\t; 127\n    166e:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1670:\t60 e0       \tldi\tr22, 0x00\t; 0\n    1672:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1674:\t03 2e       \tmov\tr0, r19\n    1676:\t33 e1       \tldi\tr19, 0x13\t; 19\n    1678:\t44 0f       \tadd\tr20, r20\n    167a:\t55 1f       \tadc\tr21, r21\n    167c:\t66 1f       \tadc\tr22, r22\n    167e:\t77 1f       \tadc\tr23, r23\n    1680:\t3a 95       \tdec\tr19\n    1682:\td1 f7       \tbrne\t.-12     \t; 0x1678 <_Z10readMemoryv+0x310>\n    1684:\t30 2d       \tmov\tr19, r0\n    1686:\t84 2b       \tor\tr24, r20\n    1688:\t95 2b       \tor\tr25, r21\n    168a:\ta6 2b       \tor\tr26, r22\n    168c:\tb7 2b       \tor\tr27, r23\n    168e:\t42 2e       \tmov\tr4, r18\n    1690:\t51 2c       \tmov\tr5, r1\n    1692:\t61 2c       \tmov\tr6, r1\n    1694:\t71 2c       \tmov\tr7, r1\n    1696:\t68 94       \tset\n    1698:\t14 f8       \tbld\tr1, 4\n    169a:\t76 94       \tlsr\tr7\n    169c:\t67 94       \tror\tr6\n    169e:\t57 94       \tror\tr5\n    16a0:\t47 94       \tror\tr4\n    16a2:\t16 94       \tlsr\tr1\n    16a4:\td1 f7       \tbrne\t.-12     \t; 0x169a <_Z10readMemoryv+0x332>\n    16a6:\t48 2a       \tor\tr4, r24\n    16a8:\t59 2a       \tor\tr5, r25\n    16aa:\t6a 2a       \tor\tr6, r26\n    16ac:\t7b 2a       \tor\tr7, r27\n    16ae:\t30 e8       \tldi\tr19, 0x80\t; 128\n    16b0:\t43 1a       \tsub\tr4, r19\n    16b2:\t38 ea       \tldi\tr19, 0xA8\t; 168\n    16b4:\t53 0a       \tsbc\tr5, r19\n    16b6:\t32 e1       \tldi\tr19, 0x12\t; 18\n    16b8:\t63 0a       \tsbc\tr6, r19\n    16ba:\t31 e0       \tldi\tr19, 0x01\t; 1\n    16bc:\t73 0a       \tsbc\tr7, r19\n    16be:\t2f 71       \tandi\tr18, 0x1F\t; 31\n    16c0:\t88 85       \tldd\tr24, Y+8\t; 0x08\n    16c2:\tc9 84       \tldd\tr12, Y+9\t; 0x09\n    16c4:\td1 2c       \tmov\tr13, r1\n    16c6:\te1 2c       \tmov\tr14, r1\n    16c8:\tf1 2c       \tmov\tr15, r1\n    16ca:\tfe 2c       \tmov\tr15, r14\n    16cc:\ted 2c       \tmov\tr14, r13\n    16ce:\tdc 2c       \tmov\tr13, r12\n    16d0:\tcc 24       \teor\tr12, r12\n    16d2:\te8 2a       \tor\tr14, r24\n    16d4:\t8a 85       \tldd\tr24, Y+10\t; 0x0a\n    16d6:\tc8 2a       \tor\tr12, r24\n    16d8:\tf2 2a       \tor\tr15, r18\n    16da:\tc3 01       \tmovw\tr24, r6\n    16dc:\tb2 01       \tmovw\tr22, r4\n    16de:\t77 20       \tand\tr7, r7\n    16e0:\t3c f4       \tbrge\t.+14     \t; 0x16f0 <_Z10readMemoryv+0x388>\n    16e2:\t66 27       \teor\tr22, r22\n    16e4:\t77 27       \teor\tr23, r23\n    16e6:\tcb 01       \tmovw\tr24, r22\n    16e8:\t64 19       \tsub\tr22, r4\n    16ea:\t75 09       \tsbc\tr23, r5\n    16ec:\t86 09       \tsbc\tr24, r6\n    16ee:\t97 09       \tsbc\tr25, r7\n    16f0:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    16f2:\t36 e8       \tldi\tr19, 0x86\t; 134\n    16f4:\t41 e0       \tldi\tr20, 0x01\t; 1\n    16f6:\t50 e0       \tldi\tr21, 0x00\t; 0\n    16f8:\t0e 94 20 19 \tcall\t0x3240\t; 0x3240 <__divmodsi4>\n    16fc:\t9f 93       \tpush\tr25\n    16fe:\t8f 93       \tpush\tr24\n    1700:\t7f 93       \tpush\tr23\n    1702:\t6f 93       \tpush\tr22\n    1704:\tc3 01       \tmovw\tr24, r6\n    1706:\tb2 01       \tmovw\tr22, r4\n    1708:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    170a:\t36 e8       \tldi\tr19, 0x86\t; 134\n    170c:\t41 e0       \tldi\tr20, 0x01\t; 1\n    170e:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1710:\t0e 94 20 19 \tcall\t0x3240\t; 0x3240 <__divmodsi4>\n    1714:\t5f 93       \tpush\tr21\n    1716:\t4f 93       \tpush\tr20\n    1718:\t3f 93       \tpush\tr19\n    171a:\t2f 93       \tpush\tr18\n    171c:\tc5 01       \tmovw\tr24, r10\n    171e:\tb4 01       \tmovw\tr22, r8\n    1720:\tbb 20       \tand\tr11, r11\n    1722:\t3c f4       \tbrge\t.+14     \t; 0x1732 <_Z10readMemoryv+0x3ca>\n    1724:\t66 27       \teor\tr22, r22\n    1726:\t77 27       \teor\tr23, r23\n    1728:\tcb 01       \tmovw\tr24, r22\n    172a:\t68 19       \tsub\tr22, r8\n    172c:\t79 09       \tsbc\tr23, r9\n    172e:\t8a 09       \tsbc\tr24, r10\n    1730:\t9b 09       \tsbc\tr25, r11\n    1732:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1734:\t36 e8       \tldi\tr19, 0x86\t; 134\n    1736:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1738:\t50 e0       \tldi\tr21, 0x00\t; 0\n    173a:\t0e 94 20 19 \tcall\t0x3240\t; 0x3240 <__divmodsi4>\n    173e:\t9f 93       \tpush\tr25\n    1740:\t8f 93       \tpush\tr24\n    1742:\t7f 93       \tpush\tr23\n    1744:\t6f 93       \tpush\tr22\n    1746:\tc5 01       \tmovw\tr24, r10\n    1748:\tb4 01       \tmovw\tr22, r8\n    174a:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    174c:\t36 e8       \tldi\tr19, 0x86\t; 134\n    174e:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1750:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1752:\t0e 94 20 19 \tcall\t0x3240\t; 0x3240 <__divmodsi4>\n    1756:\t5f 93       \tpush\tr21\n    1758:\t4f 93       \tpush\tr20\n    175a:\t3f 93       \tpush\tr19\n    175c:\t2f 93       \tpush\tr18\n    175e:\t86 e1       \tldi\tr24, 0x16\t; 22\n    1760:\tc8 1a       \tsub\tr12, r24\n    1762:\t8e eb       \tldi\tr24, 0xBE\t; 190\n    1764:\td8 0a       \tsbc\tr13, r24\n    1766:\t88 e8       \tldi\tr24, 0x88\t; 136\n    1768:\te8 0a       \tsbc\tr14, r24\n    176a:\t8f e9       \tldi\tr24, 0x9F\t; 159\n    176c:\tf8 0a       \tsbc\tr15, r24\n    176e:\tff 92       \tpush\tr15\n    1770:\tef 92       \tpush\tr14\n    1772:\tdf 92       \tpush\tr13\n    1774:\tcf 92       \tpush\tr12\n    1776:\t9e 85       \tldd\tr25, Y+14\t; 0x0e\n    1778:\t9f 93       \tpush\tr25\n    177a:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    177c:\taf 93       \tpush\tr26\n    177e:\tbc 85       \tldd\tr27, Y+12\t; 0x0c\n    1780:\tbf 93       \tpush\tr27\n    1782:\tcb 84       \tldd\tr12, Y+11\t; 0x0b\n    1784:\tcf 92       \tpush\tr12\n    1786:\t3f 92       \tpush\tr3\n    1788:\t2f 92       \tpush\tr2\n    178a:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    178e:\t4b 89       \tldd\tr20, Y+19\t; 0x13\n    1790:\t5c 89       \tldd\tr21, Y+20\t; 0x14\n    1792:\t6d 89       \tldd\tr22, Y+21\t; 0x15\n    1794:\t7e 89       \tldd\tr23, Y+22\t; 0x16\n    1796:\t46 5f       \tsubi\tr20, 0xF6\t; 246\n    1798:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    179a:\t6f 4f       \tsbci\tr22, 0xFF\t; 255\n    179c:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    179e:\t8b 89       \tldd\tr24, Y+19\t; 0x13\n    17a0:\t9c 89       \tldd\tr25, Y+20\t; 0x14\n    17a2:\tad 89       \tldd\tr26, Y+21\t; 0x15\n    17a4:\tbe 89       \tldd\tr27, Y+22\t; 0x16\n    17a6:\t44 96       \tadiw\tr24, 0x14\t; 20\n    17a8:\ta1 1d       \tadc\tr26, r1\n    17aa:\tb1 1d       \tadc\tr27, r1\n    17ac:\tcd bf       \tout\t0x3d, r28\t; 61\n    17ae:\tde bf       \tout\t0x3e, r29\t; 62\n    17b0:\tcf 84       \tldd\tr12, Y+15\t; 0x0f\n    17b2:\td8 88       \tldd\tr13, Y+16\t; 0x10\n    17b4:\te9 88       \tldd\tr14, Y+17\t; 0x11\n    17b6:\tfa 88       \tldd\tr15, Y+18\t; 0x12\n    17b8:\tc8 16       \tcp\tr12, r24\n    17ba:\td9 06       \tcpc\tr13, r25\n    17bc:\tea 06       \tcpc\tr14, r26\n    17be:\tfb 06       \tcpc\tr15, r27\n    17c0:\tb8 f0       \tbrcs\t.+46     \t; 0x17f0 <_Z10readMemoryv+0x488>\n    17c2:\t8b 85       \tldd\tr24, Y+11\t; 0x0b\n    17c4:\t9c 85       \tldd\tr25, Y+12\t; 0x0c\n    17c6:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    17c8:\tbe 85       \tldd\tr27, Y+14\t; 0x0e\n    17ca:\t01 96       \tadiw\tr24, 0x01\t; 1\n    17cc:\ta1 1d       \tadc\tr26, r1\n    17ce:\tb1 1d       \tadc\tr27, r1\n    17d0:\t8b 87       \tstd\tY+11, r24\t; 0x0b\n    17d2:\t9c 87       \tstd\tY+12, r25\t; 0x0c\n    17d4:\tad 87       \tstd\tY+13, r26\t; 0x0d\n    17d6:\tbe 87       \tstd\tY+14, r27\t; 0x0e\n    17d8:\t89 3c       \tcpi\tr24, 0xC9\t; 201\n    17da:\t91 05       \tcpc\tr25, r1\n    17dc:\ta1 05       \tcpc\tr26, r1\n    17de:\tb1 05       \tcpc\tr27, r1\n    17e0:\t08 f4       \tbrcc\t.+2      \t; 0x17e4 <_Z10readMemoryv+0x47c>\n    17e2:\tc1 ce       \trjmp\t.-638    \t; 0x1566 <_Z10readMemoryv+0x1fe>\n    17e4:\t80 91 08 04 \tlds\tr24, 0x0408\t; 0x800408 <__RODATA_PM_OFFSET__+0x7f8408>\n    17e8:\t85 fd       \tsbrc\tr24, 5\n    17ea:\tc2 ce       \trjmp\t.-636    \t; 0x1570 <_Z10readMemoryv+0x208>\n    17ec:\t01 c0       \trjmp\t.+2      \t; 0x17f0 <_Z10readMemoryv+0x488>\n    17ee:\t10 e0       \tldi\tr17, 0x00\t; 0\n    17f0:\t81 2f       \tmov\tr24, r17\n    17f2:\t66 96       \tadiw\tr28, 0x16\t; 22\n    17f4:\tcd bf       \tout\t0x3d, r28\t; 61\n    17f6:\tde bf       \tout\t0x3e, r29\t; 62\n    17f8:\tdf 91       \tpop\tr29\n    17fa:\tcf 91       \tpop\tr28\n    17fc:\t1f 91       \tpop\tr17\n    17fe:\t0f 91       \tpop\tr16\n    1800:\tff 90       \tpop\tr15\n    1802:\tef 90       \tpop\tr14\n    1804:\tdf 90       \tpop\tr13\n    1806:\tcf 90       \tpop\tr12\n    1808:\tbf 90       \tpop\tr11\n    180a:\taf 90       \tpop\tr10\n    180c:\t9f 90       \tpop\tr9\n    180e:\t8f 90       \tpop\tr8\n    1810:\t7f 90       \tpop\tr7\n    1812:\t6f 90       \tpop\tr6\n    1814:\t5f 90       \tpop\tr5\n    1816:\t4f 90       \tpop\tr4\n    1818:\t3f 90       \tpop\tr3\n    181a:\t2f 90       \tpop\tr2\n    181c:\t08 95       \tret\n\n0000181e <_Z15readMemoryFancyv>:\n    181e:\t84 e3       \tldi\tr24, 0x34\t; 52\n    1820:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    1822:\t9f 93       \tpush\tr25\n    1824:\t8f 93       \tpush\tr24\n    1826:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    182a:\t0e 94 b4 09 \tcall\t0x1368\t; 0x1368 <_Z10readMemoryv>\n    182e:\t0f 90       \tpop\tr0\n    1830:\t0f 90       \tpop\tr0\n    1832:\t81 11       \tcpse\tr24, r1\n    1834:\t08 c0       \trjmp\t.+16     \t; 0x1846 <_Z15readMemoryFancyv+0x28>\n    1836:\t85 e4       \tldi\tr24, 0x45\t; 69\n    1838:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    183a:\t9f 93       \tpush\tr25\n    183c:\t8f 93       \tpush\tr24\n    183e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1842:\t0f 90       \tpop\tr0\n    1844:\t0f 90       \tpop\tr0\n    1846:\t8d e4       \tldi\tr24, 0x4D\t; 77\n    1848:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    184a:\t9f 93       \tpush\tr25\n    184c:\t8f 93       \tpush\tr24\n    184e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1852:\t0f 90       \tpop\tr0\n    1854:\t0f 90       \tpop\tr0\n    1856:\t08 95       \tret\n\n00001858 <_Z10startMenuev>:\n    1858:\t2f 92       \tpush\tr2\n    185a:\t3f 92       \tpush\tr3\n    185c:\t4f 92       \tpush\tr4\n    185e:\t5f 92       \tpush\tr5\n    1860:\t6f 92       \tpush\tr6\n    1862:\t7f 92       \tpush\tr7\n    1864:\t8f 92       \tpush\tr8\n    1866:\t9f 92       \tpush\tr9\n    1868:\taf 92       \tpush\tr10\n    186a:\tbf 92       \tpush\tr11\n    186c:\tcf 92       \tpush\tr12\n    186e:\tdf 92       \tpush\tr13\n    1870:\tef 92       \tpush\tr14\n    1872:\tff 92       \tpush\tr15\n    1874:\t0f 93       \tpush\tr16\n    1876:\t1f 93       \tpush\tr17\n    1878:\tcf 93       \tpush\tr28\n    187a:\tdf 93       \tpush\tr29\n    187c:\tcd b7       \tin\tr28, 0x3d\t; 61\n    187e:\tde b7       \tin\tr29, 0x3e\t; 62\n    1880:\tac 97       \tsbiw\tr28, 0x2c\t; 44\n    1882:\tcd bf       \tout\t0x3d, r28\t; 61\n    1884:\tde bf       \tout\t0x3e, r29\t; 62\n    1886:\t0e 94 0b 18 \tcall\t0x3016\t; 0x3016 <_Z22initSecondUARTwith9600v>\n    188a:\t85 e0       \tldi\tr24, 0x05\t; 5\n    188c:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n    1890:\t0e 94 de 00 \tcall\t0x1bc\t; 0x1bc <_Z25devicePowerMemoryAndI2COnv>\n    1894:\t0e 94 a3 07 \tcall\t0xf46\t; 0xf46 <_Z7i2cInitv>\n    1898:\t81 e0       \tldi\tr24, 0x01\t; 1\n    189a:\t80 93 09 38 \tsts\t0x3809, r24\t; 0x803809 <blinkDuringFirstFix>\n    189e:\t8c e5       \tldi\tr24, 0x5C\t; 92\n    18a0:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    18a2:\t9f 93       \tpush\tr25\n    18a4:\t8f 93       \tpush\tr24\n    18a6:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    18aa:\t0e 94 0f 0c \tcall\t0x181e\t; 0x181e <_Z15readMemoryFancyv>\n    18ae:\t0f 90       \tpop\tr0\n    18b0:\t0f 90       \tpop\tr0\n    18b2:\t0f 2e       \tmov\tr0, r31\n    18b4:\t61 2c       \tmov\tr6, r1\n    18b6:\tf1 e1       \tldi\tr31, 0x11\t; 17\n    18b8:\t7f 2e       \tmov\tr7, r31\n    18ba:\tf0 2d       \tmov\tr31, r0\n    18bc:\t0f 2e       \tmov\tr0, r31\n    18be:\tfd e6       \tldi\tr31, 0x6D\t; 109\n    18c0:\t4f 2e       \tmov\tr4, r31\n    18c2:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    18c4:\t5f 2e       \tmov\tr5, r31\n    18c6:\tf0 2d       \tmov\tr31, r0\n    18c8:\t0f 2e       \tmov\tr0, r31\n    18ca:\tf3 e9       \tldi\tr31, 0x93\t; 147\n    18cc:\t2f 2e       \tmov\tr2, r31\n    18ce:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    18d0:\t3f 2e       \tmov\tr3, r31\n    18d2:\tf0 2d       \tmov\tr31, r0\n    18d4:\t0f 2e       \tmov\tr0, r31\n    18d6:\tfe e2       \tldi\tr31, 0x2E\t; 46\n    18d8:\t8f 2e       \tmov\tr8, r31\n    18da:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    18dc:\t9f 2e       \tmov\tr9, r31\n    18de:\tf0 2d       \tmov\tr31, r0\n    18e0:\t0f 2e       \tmov\tr0, r31\n    18e2:\tfe e4       \tldi\tr31, 0x4E\t; 78\n    18e4:\tef 2e       \tmov\tr14, r31\n    18e6:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    18e8:\tff 2e       \tmov\tr15, r31\n    18ea:\tf0 2d       \tmov\tr31, r0\n    18ec:\t0f 2e       \tmov\tr0, r31\n    18ee:\tf4 e8       \tldi\tr31, 0x84\t; 132\n    18f0:\taf 2e       \tmov\tr10, r31\n    18f2:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    18f4:\tbf 2e       \tmov\tr11, r31\n    18f6:\tf0 2d       \tmov\tr31, r0\n    18f8:\t0f 2e       \tmov\tr0, r31\n    18fa:\tfe eb       \tldi\tr31, 0xBE\t; 190\n    18fc:\tcf 2e       \tmov\tr12, r31\n    18fe:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    1900:\tdf 2e       \tmov\tr13, r31\n    1902:\tf0 2d       \tmov\tr31, r0\n    1904:\tf3 01       \tmovw\tr30, r6\n    1906:\t24 85       \tldd\tr18, Z+12\t; 0x0c\n    1908:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n    190a:\t83 81       \tldd\tr24, Z+3\t; 0x03\n    190c:\t30 91 1f 38 \tlds\tr19, 0x381F\t; 0x80381f <eepromSettingBlink>\n    1910:\t1f 92       \tpush\tr1\n    1912:\t3f 93       \tpush\tr19\n    1914:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    1918:\t3f 93       \tpush\tr19\n    191a:\t30 91 2e 38 \tlds\tr19, 0x382E\t; 0x80382e <batteryVoltage>\n    191e:\t3f 93       \tpush\tr19\n    1920:\t1f 92       \tpush\tr1\n    1922:\t2f 93       \tpush\tr18\n    1924:\t1f 92       \tpush\tr1\n    1926:\t9f 93       \tpush\tr25\n    1928:\t1f 92       \tpush\tr1\n    192a:\t8f 93       \tpush\tr24\n    192c:\t1f 92       \tpush\tr1\n    192e:\t89 ec       \tldi\tr24, 0xC9\t; 201\n    1930:\t8f 93       \tpush\tr24\n    1932:\t5f 92       \tpush\tr5\n    1934:\t4f 92       \tpush\tr4\n    1936:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    193a:\t80 91 1e 38 \tlds\tr24, 0x381E\t; 0x80381e <eepromSettingBurstDuration>\n    193e:\t1f 92       \tpush\tr1\n    1940:\t8f 93       \tpush\tr24\n    1942:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    1946:\t1f 92       \tpush\tr1\n    1948:\t8f 93       \tpush\tr24\n    194a:\t80 91 03 38 \tlds\tr24, 0x3803\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    194e:\t8f 93       \tpush\tr24\n    1950:\t80 91 02 38 \tlds\tr24, 0x3802\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    1954:\t8f 93       \tpush\tr24\n    1956:\t80 91 04 38 \tlds\tr24, 0x3804\t; 0x803804 <eepromSettingMinHDOP>\n    195a:\t1f 92       \tpush\tr1\n    195c:\t8f 93       \tpush\tr24\n    195e:\t80 91 06 38 \tlds\tr24, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    1962:\t8f 93       \tpush\tr24\n    1964:\t80 91 05 38 \tlds\tr24, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    1968:\t8f 93       \tpush\tr24\n    196a:\t80 91 08 38 \tlds\tr24, 0x3808\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    196e:\t8f 93       \tpush\tr24\n    1970:\t80 91 07 38 \tlds\tr24, 0x3807\t; 0x803807 <eepromSettingMinVoltage>\n    1974:\t8f 93       \tpush\tr24\n    1976:\t3f 92       \tpush\tr3\n    1978:\t2f 92       \tpush\tr2\n    197a:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    197e:\t80 91 24 38 \tlds\tr24, 0x3824\t; 0x803824 <eepromSettingTurnOnHour>\n    1982:\tcd bf       \tout\t0x3d, r28\t; 61\n    1984:\tde bf       \tout\t0x3e, r29\t; 62\n    1986:\t81 11       \tcpse\tr24, r1\n    1988:\t15 c0       \trjmp\t.+42     \t; 0x19b4 <_Z10startMenuev+0x15c>\n    198a:\t90 91 23 38 \tlds\tr25, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    198e:\t91 11       \tcpse\tr25, r1\n    1990:\t11 c0       \trjmp\t.+34     \t; 0x19b4 <_Z10startMenuev+0x15c>\n    1992:\t90 91 22 38 \tlds\tr25, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    1996:\t97 31       \tcpi\tr25, 0x17\t; 23\n    1998:\t69 f4       \tbrne\t.+26     \t; 0x19b4 <_Z10startMenuev+0x15c>\n    199a:\t90 91 21 38 \tlds\tr25, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    199e:\t9b 33       \tcpi\tr25, 0x3B\t; 59\n    19a0:\t49 f4       \tbrne\t.+18     \t; 0x19b4 <_Z10startMenuev+0x15c>\n    19a2:\t82 e2       \tldi\tr24, 0x22\t; 34\n    19a4:\t9c eb       \tldi\tr25, 0xBC\t; 188\n    19a6:\t9f 93       \tpush\tr25\n    19a8:\t8f 93       \tpush\tr24\n    19aa:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    19ae:\t0f 90       \tpop\tr0\n    19b0:\t0f 90       \tpop\tr0\n    19b2:\t14 c0       \trjmp\t.+40     \t; 0x19dc <_Z10startMenuev+0x184>\n    19b4:\t90 91 21 38 \tlds\tr25, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    19b8:\t1f 92       \tpush\tr1\n    19ba:\t9f 93       \tpush\tr25\n    19bc:\t90 91 22 38 \tlds\tr25, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    19c0:\t1f 92       \tpush\tr1\n    19c2:\t9f 93       \tpush\tr25\n    19c4:\t90 91 23 38 \tlds\tr25, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    19c8:\t1f 92       \tpush\tr1\n    19ca:\t9f 93       \tpush\tr25\n    19cc:\t1f 92       \tpush\tr1\n    19ce:\t8f 93       \tpush\tr24\n    19d0:\t9f 92       \tpush\tr9\n    19d2:\t8f 92       \tpush\tr8\n    19d4:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    19d8:\tcd bf       \tout\t0x3d, r28\t; 61\n    19da:\tde bf       \tout\t0x3e, r29\t; 62\n    19dc:\tff 92       \tpush\tr15\n    19de:\tef 92       \tpush\tr14\n    19e0:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    19e4:\tbf 92       \tpush\tr11\n    19e6:\taf 92       \tpush\tr10\n    19e8:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    19ec:\tdf 92       \tpush\tr13\n    19ee:\tcf 92       \tpush\tr12\n    19f0:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    19f4:\t20 e4       \tldi\tr18, 0x40\t; 64\n    19f6:\t3c e9       \tldi\tr19, 0x9C\t; 156\n    19f8:\t40 e2       \tldi\tr20, 0x20\t; 32\n    19fa:\tbe 01       \tmovw\tr22, r28\n    19fc:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    19fe:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1a00:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1a02:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    1a06:\t0f 90       \tpop\tr0\n    1a08:\t0f 90       \tpop\tr0\n    1a0a:\t0f 90       \tpop\tr0\n    1a0c:\t0f 90       \tpop\tr0\n    1a0e:\t0f 90       \tpop\tr0\n    1a10:\t0f 90       \tpop\tr0\n    1a12:\t81 11       \tcpse\tr24, r1\n    1a14:\t09 c0       \trjmp\t.+18     \t; 0x1a28 <_Z10startMenuev+0x1d0>\n    1a16:\t86 e0       \tldi\tr24, 0x06\t; 6\n    1a18:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a1a:\t9f 93       \tpush\tr25\n    1a1c:\t8f 93       \tpush\tr24\n    1a1e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1a22:\t0f 90       \tpop\tr0\n    1a24:\t0f 90       \tpop\tr0\n    1a26:\t7a c3       \trjmp\t.+1780   \t; 0x211c <_Z10startMenuev+0x8c4>\n    1a28:\t89 81       \tldd\tr24, Y+1\t; 0x01\n    1a2a:\t80 33       \tcpi\tr24, 0x30\t; 48\n    1a2c:\t19 f4       \tbrne\t.+6      \t; 0x1a34 <_Z10startMenuev+0x1dc>\n    1a2e:\t0e 94 0f 0c \tcall\t0x181e\t; 0x181e <_Z15readMemoryFancyv>\n    1a32:\t68 cf       \trjmp\t.-304    \t; 0x1904 <_Z10startMenuev+0xac>\n    1a34:\t81 33       \tcpi\tr24, 0x31\t; 49\n    1a36:\t09 f0       \tbreq\t.+2      \t; 0x1a3a <_Z10startMenuev+0x1e2>\n    1a38:\t6a c0       \trjmp\t.+212    \t; 0x1b0e <_Z10startMenuev+0x2b6>\n    1a3a:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    1a3c:\t89 a3       \tstd\tY+33, r24\t; 0x21\n    1a3e:\t8a a3       \tstd\tY+34, r24\t; 0x22\n    1a40:\t8b a3       \tstd\tY+35, r24\t; 0x23\n    1a42:\t8c a3       \tstd\tY+36, r24\t; 0x24\n    1a44:\t82 e4       \tldi\tr24, 0x42\t; 66\n    1a46:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a48:\t9f 93       \tpush\tr25\n    1a4a:\t8f 93       \tpush\tr24\n    1a4c:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1a50:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1a52:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1a54:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1a56:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1a58:\tae 01       \tmovw\tr20, r28\n    1a5a:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1a5c:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1a5e:\t60 e0       \tldi\tr22, 0x00\t; 0\n    1a60:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1a62:\tcb 01       \tmovw\tr24, r22\n    1a64:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1a68:\t0f 90       \tpop\tr0\n    1a6a:\t0f 90       \tpop\tr0\n    1a6c:\t81 11       \tcpse\tr24, r1\n    1a6e:\t08 c0       \trjmp\t.+16     \t; 0x1a80 <_Z10startMenuev+0x228>\n    1a70:\t87 e4       \tldi\tr24, 0x47\t; 71\n    1a72:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a74:\t9f 93       \tpush\tr25\n    1a76:\t8f 93       \tpush\tr24\n    1a78:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1a7c:\t0f 90       \tpop\tr0\n    1a7e:\t0f 90       \tpop\tr0\n    1a80:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1a82:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1a84:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1a86:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1a88:\tae 01       \tmovw\tr20, r28\n    1a8a:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1a8c:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1a8e:\t64 e0       \tldi\tr22, 0x04\t; 4\n    1a90:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1a92:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1a94:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1a96:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1a9a:\t81 11       \tcpse\tr24, r1\n    1a9c:\t08 c0       \trjmp\t.+16     \t; 0x1aae <_Z10startMenuev+0x256>\n    1a9e:\t27 e4       \tldi\tr18, 0x47\t; 71\n    1aa0:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1aa2:\t3f 93       \tpush\tr19\n    1aa4:\t2f 93       \tpush\tr18\n    1aa6:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1aaa:\t0f 90       \tpop\tr0\n    1aac:\t0f 90       \tpop\tr0\n    1aae:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1ab0:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1ab2:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1ab4:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1ab6:\tae 01       \tmovw\tr20, r28\n    1ab8:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1aba:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1abc:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    1abe:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1ac0:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1ac2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1ac4:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1ac8:\t81 11       \tcpse\tr24, r1\n    1aca:\t08 c0       \trjmp\t.+16     \t; 0x1adc <_Z10startMenuev+0x284>\n    1acc:\te7 e4       \tldi\tr30, 0x47\t; 71\n    1ace:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1ad0:\tff 93       \tpush\tr31\n    1ad2:\tef 93       \tpush\tr30\n    1ad4:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1ad8:\t0f 90       \tpop\tr0\n    1ada:\t0f 90       \tpop\tr0\n    1adc:\t10 92 2d 38 \tsts\t0x382D, r1\t; 0x80382d <timeoutCounter>\n    1ae0:\t10 92 2c 38 \tsts\t0x382C, r1\t; 0x80382c <timeoutNotEvenTimeCounter>\n    1ae4:\t10 92 2a 38 \tsts\t0x382A, r1\t; 0x80382a <undervoltageUnderLoadCounter>\n    1ae8:\t10 92 2b 38 \tsts\t0x382B, r1\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    1aec:\t10 92 28 38 \tsts\t0x3828, r1\t; 0x803828 <errorCounter>\n    1af0:\t10 92 29 38 \tsts\t0x3829, r1\t; 0x803829 <errorCounter+0x1>\n    1af4:\t10 92 26 38 \tsts\t0x3826, r1\t; 0x803826 <firstTTFinSession>\n    1af8:\t10 92 27 38 \tsts\t0x3827, r1\t; 0x803827 <firstTTFinSession+0x1>\n    1afc:\t8f e4       \tldi\tr24, 0x4F\t; 79\n    1afe:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b00:\t9f 93       \tpush\tr25\n    1b02:\t8f 93       \tpush\tr24\n    1b04:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1b08:\t0f 90       \tpop\tr0\n    1b0a:\t0f 90       \tpop\tr0\n    1b0c:\tfb ce       \trjmp\t.-522    \t; 0x1904 <_Z10startMenuev+0xac>\n    1b0e:\t82 33       \tcpi\tr24, 0x32\t; 50\n    1b10:\t09 f0       \tbreq\t.+2      \t; 0x1b14 <_Z10startMenuev+0x2bc>\n    1b12:\t69 c0       \trjmp\t.+210    \t; 0x1be6 <_Z10startMenuev+0x38e>\n    1b14:\t80 e1       \tldi\tr24, 0x10\t; 16\n    1b16:\t8f 93       \tpush\tr24\n    1b18:\t8a e9       \tldi\tr24, 0x9A\t; 154\n    1b1a:\t8f 93       \tpush\tr24\n    1b1c:\t8b e0       \tldi\tr24, 0x0B\t; 11\n    1b1e:\t8f 93       \tpush\tr24\n    1b20:\t88 eb       \tldi\tr24, 0xB8\t; 184\n    1b22:\t8f 93       \tpush\tr24\n    1b24:\t86 e5       \tldi\tr24, 0x56\t; 86\n    1b26:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b28:\t9f 93       \tpush\tr25\n    1b2a:\t8f 93       \tpush\tr24\n    1b2c:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1b30:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1b32:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1b34:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1b36:\tbe 01       \tmovw\tr22, r28\n    1b38:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1b3a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1b3c:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1b3e:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    1b42:\t0f 90       \tpop\tr0\n    1b44:\t0f 90       \tpop\tr0\n    1b46:\t0f 90       \tpop\tr0\n    1b48:\t0f 90       \tpop\tr0\n    1b4a:\t0f 90       \tpop\tr0\n    1b4c:\t0f 90       \tpop\tr0\n    1b4e:\t81 11       \tcpse\tr24, r1\n    1b50:\t09 c0       \trjmp\t.+18     \t; 0x1b64 <_Z10startMenuev+0x30c>\n    1b52:\t8b e6       \tldi\tr24, 0x6B\t; 107\n    1b54:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b56:\t9f 93       \tpush\tr25\n    1b58:\t8f 93       \tpush\tr24\n    1b5a:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1b5e:\t0f 90       \tpop\tr0\n    1b60:\t0f 90       \tpop\tr0\n    1b62:\tdc c2       \trjmp\t.+1464   \t; 0x211c <_Z10startMenuev+0x8c4>\n    1b64:\tce 01       \tmovw\tr24, r28\n    1b66:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1b68:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n    1b6c:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1b6e:\t08 2f       \tmov\tr16, r24\n    1b70:\t19 2f       \tmov\tr17, r25\n    1b72:\tc8 01       \tmovw\tr24, r16\n    1b74:\t88 5b       \tsubi\tr24, 0xB8\t; 184\n    1b76:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    1b78:\t83 3e       \tcpi\tr24, 0xE3\t; 227\n    1b7a:\t94 40       \tsbci\tr25, 0x04\t; 4\n    1b7c:\t48 f0       \tbrcs\t.+18     \t; 0x1b90 <_Z10startMenuev+0x338>\n    1b7e:\t87 e4       \tldi\tr24, 0x47\t; 71\n    1b80:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b82:\t9f 93       \tpush\tr25\n    1b84:\t8f 93       \tpush\tr24\n    1b86:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1b8a:\t0f 90       \tpop\tr0\n    1b8c:\t0f 90       \tpop\tr0\n    1b8e:\tba ce       \trjmp\t.-652    \t; 0x1904 <_Z10startMenuev+0xac>\n    1b90:\t61 2f       \tmov\tr22, r17\n    1b92:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1b94:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1b96:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1b9a:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1b9c:\t83 e1       \tldi\tr24, 0x13\t; 19\n    1b9e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1ba0:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1ba4:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    1ba6:\t91 e6       \tldi\tr25, 0x61\t; 97\n    1ba8:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    1baa:\tf1 f7       \tbrne\t.-4      \t; 0x1ba8 <_Z10startMenuev+0x350>\n    1bac:\t00 c0       \trjmp\t.+0      \t; 0x1bae <_Z10startMenuev+0x356>\n    1bae:\t00 00       \tnop\n    1bb0:\t0e 94 38 09 \tcall\t0x1270\t; 0x1270 <_Z36getOperationVoltageMinFromTinyEEPROMv>\n    1bb4:\t08 17       \tcp\tr16, r24\n    1bb6:\t19 07       \tcpc\tr17, r25\n    1bb8:\t49 f0       \tbreq\t.+18     \t; 0x1bcc <_Z10startMenuev+0x374>\n    1bba:\te7 e4       \tldi\tr30, 0x47\t; 71\n    1bbc:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1bbe:\tff 93       \tpush\tr31\n    1bc0:\tef 93       \tpush\tr30\n    1bc2:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1bc6:\t0f 90       \tpop\tr0\n    1bc8:\t0f 90       \tpop\tr0\n    1bca:\t9c ce       \trjmp\t.-712    \t; 0x1904 <_Z10startMenuev+0xac>\n    1bcc:\t85 e7       \tldi\tr24, 0x75\t; 117\n    1bce:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1bd0:\t9f 93       \tpush\tr25\n    1bd2:\t8f 93       \tpush\tr24\n    1bd4:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1bd8:\t00 93 07 38 \tsts\t0x3807, r16\t; 0x803807 <eepromSettingMinVoltage>\n    1bdc:\t10 93 08 38 \tsts\t0x3808, r17\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    1be0:\t0f 90       \tpop\tr0\n    1be2:\t0f 90       \tpop\tr0\n    1be4:\t8f ce       \trjmp\t.-738    \t; 0x1904 <_Z10startMenuev+0xac>\n    1be6:\t83 33       \tcpi\tr24, 0x33\t; 51\n    1be8:\t09 f0       \tbreq\t.+2      \t; 0x1bec <_Z10startMenuev+0x394>\n    1bea:\t67 c0       \trjmp\t.+206    \t; 0x1cba <_Z10startMenuev+0x462>\n    1bec:\t8f e3       \tldi\tr24, 0x3F\t; 63\n    1bee:\t8f 93       \tpush\tr24\n    1bf0:\t8e ef       \tldi\tr24, 0xFE\t; 254\n    1bf2:\t8f 93       \tpush\tr24\n    1bf4:\t1f 92       \tpush\tr1\n    1bf6:\t81 e0       \tldi\tr24, 0x01\t; 1\n    1bf8:\t8f 93       \tpush\tr24\n    1bfa:\t8a e7       \tldi\tr24, 0x7A\t; 122\n    1bfc:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1bfe:\t9f 93       \tpush\tr25\n    1c00:\t8f 93       \tpush\tr24\n    1c02:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1c06:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1c08:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1c0a:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1c0c:\tbe 01       \tmovw\tr22, r28\n    1c0e:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1c10:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1c12:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1c14:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    1c18:\t0f 90       \tpop\tr0\n    1c1a:\t0f 90       \tpop\tr0\n    1c1c:\t0f 90       \tpop\tr0\n    1c1e:\t0f 90       \tpop\tr0\n    1c20:\t0f 90       \tpop\tr0\n    1c22:\t0f 90       \tpop\tr0\n    1c24:\t81 11       \tcpse\tr24, r1\n    1c26:\t09 c0       \trjmp\t.+18     \t; 0x1c3a <_Z10startMenuev+0x3e2>\n    1c28:\t8b e6       \tldi\tr24, 0x6B\t; 107\n    1c2a:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1c2c:\t9f 93       \tpush\tr25\n    1c2e:\t8f 93       \tpush\tr24\n    1c30:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1c34:\t0f 90       \tpop\tr0\n    1c36:\t0f 90       \tpop\tr0\n    1c38:\t71 c2       \trjmp\t.+1250   \t; 0x211c <_Z10startMenuev+0x8c4>\n    1c3a:\tce 01       \tmovw\tr24, r28\n    1c3c:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1c3e:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n    1c42:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1c44:\t08 2f       \tmov\tr16, r24\n    1c46:\t19 2f       \tmov\tr17, r25\n    1c48:\tc8 01       \tmovw\tr24, r16\n    1c4a:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    1c4c:\t8e 3f       \tcpi\tr24, 0xFE\t; 254\n    1c4e:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1c50:\t48 f0       \tbrcs\t.+18     \t; 0x1c64 <_Z10startMenuev+0x40c>\n    1c52:\t27 e4       \tldi\tr18, 0x47\t; 71\n    1c54:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1c56:\t3f 93       \tpush\tr19\n    1c58:\t2f 93       \tpush\tr18\n    1c5a:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1c5e:\t0f 90       \tpop\tr0\n    1c60:\t0f 90       \tpop\tr0\n    1c62:\t50 ce       \trjmp\t.-864    \t; 0x1904 <_Z10startMenuev+0xac>\n    1c64:\t61 2f       \tmov\tr22, r17\n    1c66:\t84 e1       \tldi\tr24, 0x14\t; 20\n    1c68:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1c6a:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1c6e:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1c70:\t85 e1       \tldi\tr24, 0x15\t; 21\n    1c72:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1c74:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1c78:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1c7a:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1c7c:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1c7e:\tf1 f7       \tbrne\t.-4      \t; 0x1c7c <_Z10startMenuev+0x424>\n    1c80:\t00 c0       \trjmp\t.+0      \t; 0x1c82 <_Z10startMenuev+0x42a>\n    1c82:\t00 00       \tnop\n    1c84:\t0e 94 54 09 \tcall\t0x12a8\t; 0x12a8 <_Z29getGPSFrequencyFromTinyEEPROMv>\n    1c88:\t08 17       \tcp\tr16, r24\n    1c8a:\t19 07       \tcpc\tr17, r25\n    1c8c:\t49 f0       \tbreq\t.+18     \t; 0x1ca0 <_Z10startMenuev+0x448>\n    1c8e:\t27 e4       \tldi\tr18, 0x47\t; 71\n    1c90:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1c92:\t3f 93       \tpush\tr19\n    1c94:\t2f 93       \tpush\tr18\n    1c96:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1c9a:\t0f 90       \tpop\tr0\n    1c9c:\t0f 90       \tpop\tr0\n    1c9e:\t32 ce       \trjmp\t.-924    \t; 0x1904 <_Z10startMenuev+0xac>\n    1ca0:\te5 e7       \tldi\tr30, 0x75\t; 117\n    1ca2:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1ca4:\tff 93       \tpush\tr31\n    1ca6:\tef 93       \tpush\tr30\n    1ca8:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1cac:\t00 93 05 38 \tsts\t0x3805, r16\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    1cb0:\t10 93 06 38 \tsts\t0x3806, r17\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    1cb4:\t0f 90       \tpop\tr0\n    1cb6:\t0f 90       \tpop\tr0\n    1cb8:\t25 ce       \trjmp\t.-950    \t; 0x1904 <_Z10startMenuev+0xac>\n    1cba:\t84 33       \tcpi\tr24, 0x34\t; 52\n    1cbc:\t09 f0       \tbreq\t.+2      \t; 0x1cc0 <_Z10startMenuev+0x468>\n    1cbe:\t67 c0       \trjmp\t.+206    \t; 0x1d8e <_Z10startMenuev+0x536>\n    1cc0:\t1f 92       \tpush\tr1\n    1cc2:\t8a ef       \tldi\tr24, 0xFA\t; 250\n    1cc4:\t8f 93       \tpush\tr24\n    1cc6:\t1f 92       \tpush\tr1\n    1cc8:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    1cca:\t8f 93       \tpush\tr24\n    1ccc:\t8f ea       \tldi\tr24, 0xAF\t; 175\n    1cce:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1cd0:\t9f 93       \tpush\tr25\n    1cd2:\t8f 93       \tpush\tr24\n    1cd4:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1cd8:\t1f 92       \tpush\tr1\n    1cda:\t89 e0       \tldi\tr24, 0x09\t; 9\n    1cdc:\t8f 93       \tpush\tr24\n    1cde:\t8f ec       \tldi\tr24, 0xCF\t; 207\n    1ce0:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1ce2:\t9f 93       \tpush\tr25\n    1ce4:\t8f 93       \tpush\tr24\n    1ce6:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1cea:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1cec:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1cee:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1cf0:\tbe 01       \tmovw\tr22, r28\n    1cf2:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1cf4:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1cf6:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1cf8:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    1cfc:\tcd bf       \tout\t0x3d, r28\t; 61\n    1cfe:\tde bf       \tout\t0x3e, r29\t; 62\n    1d00:\t81 11       \tcpse\tr24, r1\n    1d02:\t09 c0       \trjmp\t.+18     \t; 0x1d16 <_Z10startMenuev+0x4be>\n    1d04:\t8b e6       \tldi\tr24, 0x6B\t; 107\n    1d06:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1d08:\t9f 93       \tpush\tr25\n    1d0a:\t8f 93       \tpush\tr24\n    1d0c:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1d10:\t0f 90       \tpop\tr0\n    1d12:\t0f 90       \tpop\tr0\n    1d14:\t03 c2       \trjmp\t.+1030   \t; 0x211c <_Z10startMenuev+0x8c4>\n    1d16:\tce 01       \tmovw\tr24, r28\n    1d18:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1d1a:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n    1d1e:\t08 2f       \tmov\tr16, r24\n    1d20:\t19 2f       \tmov\tr17, r25\n    1d22:\t98 01       \tmovw\tr18, r16\n    1d24:\t2a 50       \tsubi\tr18, 0x0A\t; 10\n    1d26:\t31 09       \tsbc\tr19, r1\n    1d28:\t21 3f       \tcpi\tr18, 0xF1\t; 241\n    1d2a:\t31 05       \tcpc\tr19, r1\n    1d2c:\t48 f0       \tbrcs\t.+18     \t; 0x1d40 <_Z10startMenuev+0x4e8>\n    1d2e:\t27 e4       \tldi\tr18, 0x47\t; 71\n    1d30:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1d32:\t3f 93       \tpush\tr19\n    1d34:\t2f 93       \tpush\tr18\n    1d36:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1d3a:\t0f 90       \tpop\tr0\n    1d3c:\t0f 90       \tpop\tr0\n    1d3e:\te2 cd       \trjmp\t.-1084   \t; 0x1904 <_Z10startMenuev+0xac>\n    1d40:\t68 2f       \tmov\tr22, r24\n    1d42:\t86 e1       \tldi\tr24, 0x16\t; 22\n    1d44:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1d46:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1d4a:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1d4c:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1d4e:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1d50:\tf1 f7       \tbrne\t.-4      \t; 0x1d4e <_Z10startMenuev+0x4f6>\n    1d52:\t00 c0       \trjmp\t.+0      \t; 0x1d54 <_Z10startMenuev+0x4fc>\n    1d54:\t00 00       \tnop\n    1d56:\t0e 94 6f 09 \tcall\t0x12de\t; 0x12de <_Z24getMinHDOPFromTinyEEPROMv>\n    1d5a:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1d5c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1d5e:\t08 17       \tcp\tr16, r24\n    1d60:\t19 07       \tcpc\tr17, r25\n    1d62:\t49 f0       \tbreq\t.+18     \t; 0x1d76 <_Z10startMenuev+0x51e>\n    1d64:\t27 e4       \tldi\tr18, 0x47\t; 71\n    1d66:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1d68:\t3f 93       \tpush\tr19\n    1d6a:\t2f 93       \tpush\tr18\n    1d6c:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1d70:\t0f 90       \tpop\tr0\n    1d72:\t0f 90       \tpop\tr0\n    1d74:\tc7 cd       \trjmp\t.-1138   \t; 0x1904 <_Z10startMenuev+0xac>\n    1d76:\te5 e7       \tldi\tr30, 0x75\t; 117\n    1d78:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1d7a:\tff 93       \tpush\tr31\n    1d7c:\tef 93       \tpush\tr30\n    1d7e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1d82:\t3d a1       \tldd\tr19, Y+37\t; 0x25\n    1d84:\t30 93 04 38 \tsts\t0x3804, r19\t; 0x803804 <eepromSettingMinHDOP>\n    1d88:\t0f 90       \tpop\tr0\n    1d8a:\t0f 90       \tpop\tr0\n    1d8c:\tbb cd       \trjmp\t.-1162   \t; 0x1904 <_Z10startMenuev+0xac>\n    1d8e:\t85 33       \tcpi\tr24, 0x35\t; 53\n    1d90:\t09 f0       \tbreq\t.+2      \t; 0x1d94 <_Z10startMenuev+0x53c>\n    1d92:\t67 c0       \trjmp\t.+206    \t; 0x1e62 <_Z10startMenuev+0x60a>\n    1d94:\t8f e3       \tldi\tr24, 0x3F\t; 63\n    1d96:\t8f 93       \tpush\tr24\n    1d98:\t8e ef       \tldi\tr24, 0xFE\t; 254\n    1d9a:\t8f 93       \tpush\tr24\n    1d9c:\t1f 92       \tpush\tr1\n    1d9e:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    1da0:\t8f 93       \tpush\tr24\n    1da2:\t86 ef       \tldi\tr24, 0xF6\t; 246\n    1da4:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1da6:\t9f 93       \tpush\tr25\n    1da8:\t8f 93       \tpush\tr24\n    1daa:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1dae:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1db0:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1db2:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1db4:\tbe 01       \tmovw\tr22, r28\n    1db6:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1db8:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1dba:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1dbc:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    1dc0:\t0f 90       \tpop\tr0\n    1dc2:\t0f 90       \tpop\tr0\n    1dc4:\t0f 90       \tpop\tr0\n    1dc6:\t0f 90       \tpop\tr0\n    1dc8:\t0f 90       \tpop\tr0\n    1dca:\t0f 90       \tpop\tr0\n    1dcc:\t81 11       \tcpse\tr24, r1\n    1dce:\t09 c0       \trjmp\t.+18     \t; 0x1de2 <_Z10startMenuev+0x58a>\n    1dd0:\t8b e6       \tldi\tr24, 0x6B\t; 107\n    1dd2:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1dd4:\t9f 93       \tpush\tr25\n    1dd6:\t8f 93       \tpush\tr24\n    1dd8:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1ddc:\t0f 90       \tpop\tr0\n    1dde:\t0f 90       \tpop\tr0\n    1de0:\t9d c1       \trjmp\t.+826    \t; 0x211c <_Z10startMenuev+0x8c4>\n    1de2:\tce 01       \tmovw\tr24, r28\n    1de4:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1de6:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n    1dea:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1dec:\t08 2f       \tmov\tr16, r24\n    1dee:\t19 2f       \tmov\tr17, r25\n    1df0:\tc8 01       \tmovw\tr24, r16\n    1df2:\t0a 97       \tsbiw\tr24, 0x0a\t; 10\n    1df4:\t85 3f       \tcpi\tr24, 0xF5\t; 245\n    1df6:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1df8:\t48 f0       \tbrcs\t.+18     \t; 0x1e0c <_Z10startMenuev+0x5b4>\n    1dfa:\t27 e4       \tldi\tr18, 0x47\t; 71\n    1dfc:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1dfe:\t3f 93       \tpush\tr19\n    1e00:\t2f 93       \tpush\tr18\n    1e02:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1e06:\t0f 90       \tpop\tr0\n    1e08:\t0f 90       \tpop\tr0\n    1e0a:\t7c cd       \trjmp\t.-1288   \t; 0x1904 <_Z10startMenuev+0xac>\n    1e0c:\t61 2f       \tmov\tr22, r17\n    1e0e:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1e10:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1e12:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1e16:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1e18:\t88 e1       \tldi\tr24, 0x18\t; 24\n    1e1a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1e1c:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1e20:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1e22:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1e24:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1e26:\tf1 f7       \tbrne\t.-4      \t; 0x1e24 <_Z10startMenuev+0x5cc>\n    1e28:\t00 c0       \trjmp\t.+0      \t; 0x1e2a <_Z10startMenuev+0x5d2>\n    1e2a:\t00 00       \tnop\n    1e2c:\t0e 94 79 09 \tcall\t0x12f2\t; 0x12f2 <_Z32getActivationDelayFromTinyEEPROMv>\n    1e30:\t08 17       \tcp\tr16, r24\n    1e32:\t19 07       \tcpc\tr17, r25\n    1e34:\t49 f0       \tbreq\t.+18     \t; 0x1e48 <_Z10startMenuev+0x5f0>\n    1e36:\t27 e4       \tldi\tr18, 0x47\t; 71\n    1e38:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1e3a:\t3f 93       \tpush\tr19\n    1e3c:\t2f 93       \tpush\tr18\n    1e3e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1e42:\t0f 90       \tpop\tr0\n    1e44:\t0f 90       \tpop\tr0\n    1e46:\t5e cd       \trjmp\t.-1348   \t; 0x1904 <_Z10startMenuev+0xac>\n    1e48:\te5 e7       \tldi\tr30, 0x75\t; 117\n    1e4a:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1e4c:\tff 93       \tpush\tr31\n    1e4e:\tef 93       \tpush\tr30\n    1e50:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1e54:\t00 93 02 38 \tsts\t0x3802, r16\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    1e58:\t10 93 03 38 \tsts\t0x3803, r17\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    1e5c:\t0f 90       \tpop\tr0\n    1e5e:\t0f 90       \tpop\tr0\n    1e60:\t51 cd       \trjmp\t.-1374   \t; 0x1904 <_Z10startMenuev+0xac>\n    1e62:\t86 33       \tcpi\tr24, 0x36\t; 54\n    1e64:\t09 f0       \tbreq\t.+2      \t; 0x1e68 <_Z10startMenuev+0x610>\n    1e66:\tca c0       \trjmp\t.+404    \t; 0x1ffc <_Z10startMenuev+0x7a4>\n    1e68:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    1e6a:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1e6c:\t9f 93       \tpush\tr25\n    1e6e:\t8f 93       \tpush\tr24\n    1e70:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1e74:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1e76:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1e78:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1e7a:\tbe 01       \tmovw\tr22, r28\n    1e7c:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1e7e:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1e80:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1e82:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    1e86:\t0f 90       \tpop\tr0\n    1e88:\t0f 90       \tpop\tr0\n    1e8a:\t81 11       \tcpse\tr24, r1\n    1e8c:\t09 c0       \trjmp\t.+18     \t; 0x1ea0 <_Z10startMenuev+0x648>\n    1e8e:\t8b e6       \tldi\tr24, 0x6B\t; 107\n    1e90:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1e92:\t9f 93       \tpush\tr25\n    1e94:\t8f 93       \tpush\tr24\n    1e96:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1e9a:\t0f 90       \tpop\tr0\n    1e9c:\t0f 90       \tpop\tr0\n    1e9e:\t3e c1       \trjmp\t.+636    \t; 0x211c <_Z10startMenuev+0x8c4>\n    1ea0:\tce 01       \tmovw\tr24, r28\n    1ea2:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1ea4:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n    1ea8:\t8c 01       \tmovw\tr16, r24\n    1eaa:\t9c 01       \tmovw\tr18, r24\n    1eac:\t36 95       \tlsr\tr19\n    1eae:\t27 95       \tror\tr18\n    1eb0:\t36 95       \tlsr\tr19\n    1eb2:\t27 95       \tror\tr18\n    1eb4:\tab e7       \tldi\tr26, 0x7B\t; 123\n    1eb6:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    1eb8:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n    1ebc:\t96 95       \tlsr\tr25\n    1ebe:\t87 95       \tror\tr24\n    1ec0:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1ec2:\t9e a3       \tstd\tY+38, r25\t; 0x26\n    1ec4:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1ec6:\tb0 f4       \tbrcc\t.+44     \t; 0x1ef4 <_Z10startMenuev+0x69c>\n    1ec8:\t98 01       \tmovw\tr18, r16\n    1eca:\t36 95       \tlsr\tr19\n    1ecc:\t27 95       \tror\tr18\n    1ece:\t36 95       \tlsr\tr19\n    1ed0:\t27 95       \tror\tr18\n    1ed2:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n    1ed6:\t96 95       \tlsr\tr25\n    1ed8:\t87 95       \tror\tr24\n    1eda:\t44 e6       \tldi\tr20, 0x64\t; 100\n    1edc:\t48 9f       \tmul\tr20, r24\n    1ede:\t90 01       \tmovw\tr18, r0\n    1ee0:\t49 9f       \tmul\tr20, r25\n    1ee2:\t30 0d       \tadd\tr19, r0\n    1ee4:\t11 24       \teor\tr1, r1\n    1ee6:\tc8 01       \tmovw\tr24, r16\n    1ee8:\t82 1b       \tsub\tr24, r18\n    1eea:\t93 0b       \tsbc\tr25, r19\n    1eec:\t8f a3       \tstd\tY+39, r24\t; 0x27\n    1eee:\t98 a7       \tstd\tY+40, r25\t; 0x28\n    1ef0:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1ef2:\t48 f0       \tbrcs\t.+18     \t; 0x1f06 <_Z10startMenuev+0x6ae>\n    1ef4:\te7 e4       \tldi\tr30, 0x47\t; 71\n    1ef6:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1ef8:\tff 93       \tpush\tr31\n    1efa:\tef 93       \tpush\tr30\n    1efc:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1f00:\t0f 90       \tpop\tr0\n    1f02:\t0f 90       \tpop\tr0\n    1f04:\tff cc       \trjmp\t.-1538   \t; 0x1904 <_Z10startMenuev+0xac>\n    1f06:\t8a e4       \tldi\tr24, 0x4A\t; 74\n    1f08:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1f0a:\t9f 93       \tpush\tr25\n    1f0c:\t8f 93       \tpush\tr24\n    1f0e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1f12:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1f14:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1f16:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1f18:\tbe 01       \tmovw\tr22, r28\n    1f1a:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1f1c:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1f1e:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1f20:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    1f24:\t0f 90       \tpop\tr0\n    1f26:\t0f 90       \tpop\tr0\n    1f28:\t81 11       \tcpse\tr24, r1\n    1f2a:\t09 c0       \trjmp\t.+18     \t; 0x1f3e <_Z10startMenuev+0x6e6>\n    1f2c:\t8b e6       \tldi\tr24, 0x6B\t; 107\n    1f2e:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1f30:\t9f 93       \tpush\tr25\n    1f32:\t8f 93       \tpush\tr24\n    1f34:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1f38:\t0f 90       \tpop\tr0\n    1f3a:\t0f 90       \tpop\tr0\n    1f3c:\tef c0       \trjmp\t.+478    \t; 0x211c <_Z10startMenuev+0x8c4>\n    1f3e:\tce 01       \tmovw\tr24, r28\n    1f40:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1f42:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n    1f46:\tac 01       \tmovw\tr20, r24\n    1f48:\t9c 01       \tmovw\tr18, r24\n    1f4a:\t36 95       \tlsr\tr19\n    1f4c:\t27 95       \tror\tr18\n    1f4e:\t36 95       \tlsr\tr19\n    1f50:\t27 95       \tror\tr18\n    1f52:\tab e7       \tldi\tr26, 0x7B\t; 123\n    1f54:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    1f56:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n    1f5a:\t96 95       \tlsr\tr25\n    1f5c:\t87 95       \tror\tr24\n    1f5e:\t89 a7       \tstd\tY+41, r24\t; 0x29\n    1f60:\t9a a7       \tstd\tY+42, r25\t; 0x2a\n    1f62:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1f64:\tc8 f4       \tbrcc\t.+50     \t; 0x1f98 <_Z10startMenuev+0x740>\n    1f66:\t9a 01       \tmovw\tr18, r20\n    1f68:\t36 95       \tlsr\tr19\n    1f6a:\t27 95       \tror\tr18\n    1f6c:\t36 95       \tlsr\tr19\n    1f6e:\t27 95       \tror\tr18\n    1f70:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n    1f74:\t96 95       \tlsr\tr25\n    1f76:\t87 95       \tror\tr24\n    1f78:\t64 e6       \tldi\tr22, 0x64\t; 100\n    1f7a:\t68 9f       \tmul\tr22, r24\n    1f7c:\t90 01       \tmovw\tr18, r0\n    1f7e:\t69 9f       \tmul\tr22, r25\n    1f80:\t30 0d       \tadd\tr19, r0\n    1f82:\t11 24       \teor\tr1, r1\n    1f84:\tca 01       \tmovw\tr24, r20\n    1f86:\t82 1b       \tsub\tr24, r18\n    1f88:\t93 0b       \tsbc\tr25, r19\n    1f8a:\t8b a7       \tstd\tY+43, r24\t; 0x2b\n    1f8c:\t9c a7       \tstd\tY+44, r25\t; 0x2c\n    1f8e:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1f90:\t18 f4       \tbrcc\t.+6      \t; 0x1f98 <_Z10startMenuev+0x740>\n    1f92:\t04 17       \tcp\tr16, r20\n    1f94:\t15 07       \tcpc\tr17, r21\n    1f96:\t49 f4       \tbrne\t.+18     \t; 0x1faa <_Z10startMenuev+0x752>\n    1f98:\te7 e4       \tldi\tr30, 0x47\t; 71\n    1f9a:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1f9c:\tff 93       \tpush\tr31\n    1f9e:\tef 93       \tpush\tr30\n    1fa0:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1fa4:\t0f 90       \tpop\tr0\n    1fa6:\t0f 90       \tpop\tr0\n    1fa8:\tad cc       \trjmp\t.-1702   \t; 0x1904 <_Z10startMenuev+0xac>\n    1faa:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1fac:\t89 e1       \tldi\tr24, 0x19\t; 25\n    1fae:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fb0:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1fb4:\t6f a1       \tldd\tr22, Y+39\t; 0x27\n    1fb6:\t8a e1       \tldi\tr24, 0x1A\t; 26\n    1fb8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fba:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1fbe:\t69 a5       \tldd\tr22, Y+41\t; 0x29\n    1fc0:\t8b e1       \tldi\tr24, 0x1B\t; 27\n    1fc2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fc4:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1fc8:\t6b a5       \tldd\tr22, Y+43\t; 0x2b\n    1fca:\t8c e1       \tldi\tr24, 0x1C\t; 28\n    1fcc:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fce:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    1fd2:\t85 e7       \tldi\tr24, 0x75\t; 117\n    1fd4:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1fd6:\t9f 93       \tpush\tr25\n    1fd8:\t8f 93       \tpush\tr24\n    1fda:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    1fde:\tfd a1       \tldd\tr31, Y+37\t; 0x25\n    1fe0:\tf0 93 24 38 \tsts\t0x3824, r31\t; 0x803824 <eepromSettingTurnOnHour>\n    1fe4:\t2f a1       \tldd\tr18, Y+39\t; 0x27\n    1fe6:\t20 93 23 38 \tsts\t0x3823, r18\t; 0x803823 <eepromSettingTurnOnMinute>\n    1fea:\t39 a5       \tldd\tr19, Y+41\t; 0x29\n    1fec:\t30 93 22 38 \tsts\t0x3822, r19\t; 0x803822 <eepromSettingTurnOffHour>\n    1ff0:\t8b a5       \tldd\tr24, Y+43\t; 0x2b\n    1ff2:\t80 93 21 38 \tsts\t0x3821, r24\t; 0x803821 <eepromSettingTurnOffMinute>\n    1ff6:\t0f 90       \tpop\tr0\n    1ff8:\t0f 90       \tpop\tr0\n    1ffa:\t84 cc       \trjmp\t.-1784   \t; 0x1904 <_Z10startMenuev+0xac>\n    1ffc:\t87 33       \tcpi\tr24, 0x37\t; 55\n    1ffe:\ta9 f4       \tbrne\t.+42     \t; 0x202a <_Z10startMenuev+0x7d2>\n    2000:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    2004:\t88 23       \tand\tr24, r24\n    2006:\t41 f0       \tbreq\t.+16     \t; 0x2018 <_Z10startMenuev+0x7c0>\n    2008:\t60 e0       \tldi\tr22, 0x00\t; 0\n    200a:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    200c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    200e:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    2012:\t10 92 20 38 \tsts\t0x3820, r1\t; 0x803820 <eepromSettingGeofencing>\n    2016:\t76 cc       \trjmp\t.-1812   \t; 0x1904 <_Z10startMenuev+0xac>\n    2018:\t61 e0       \tldi\tr22, 0x01\t; 1\n    201a:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    201c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    201e:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    2022:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2024:\t80 93 20 38 \tsts\t0x3820, r24\t; 0x803820 <eepromSettingGeofencing>\n    2028:\t6d cc       \trjmp\t.-1830   \t; 0x1904 <_Z10startMenuev+0xac>\n    202a:\t88 33       \tcpi\tr24, 0x38\t; 56\n    202c:\t09 f0       \tbreq\t.+2      \t; 0x2030 <_Z10startMenuev+0x7d8>\n    202e:\t57 c0       \trjmp\t.+174    \t; 0x20de <_Z10startMenuev+0x886>\n    2030:\te7 e7       \tldi\tr30, 0x77\t; 119\n    2032:\tfe eb       \tldi\tr31, 0xBE\t; 190\n    2034:\tff 93       \tpush\tr31\n    2036:\tef 93       \tpush\tr30\n    2038:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    203c:\t20 e6       \tldi\tr18, 0x60\t; 96\n    203e:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    2040:\t40 e2       \tldi\tr20, 0x20\t; 32\n    2042:\tbe 01       \tmovw\tr22, r28\n    2044:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    2046:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2048:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    204a:\t0e 94 52 18 \tcall\t0x30a4\t; 0x30a4 <_Z8uartReadcPchj>\n    204e:\t0f 90       \tpop\tr0\n    2050:\t0f 90       \tpop\tr0\n    2052:\t81 11       \tcpse\tr24, r1\n    2054:\t09 c0       \trjmp\t.+18     \t; 0x2068 <_Z10startMenuev+0x810>\n    2056:\t8b e6       \tldi\tr24, 0x6B\t; 107\n    2058:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    205a:\t9f 93       \tpush\tr25\n    205c:\t8f 93       \tpush\tr24\n    205e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    2062:\t0f 90       \tpop\tr0\n    2064:\t0f 90       \tpop\tr0\n    2066:\t5a c0       \trjmp\t.+180    \t; 0x211c <_Z10startMenuev+0x8c4>\n    2068:\tce 01       \tmovw\tr24, r28\n    206a:\t01 96       \tadiw\tr24, 0x01\t; 1\n    206c:\t0e 94 59 19 \tcall\t0x32b2\t; 0x32b2 <atoi>\n    2070:\t08 2f       \tmov\tr16, r24\n    2072:\t19 2f       \tmov\tr17, r25\n    2074:\t0b 3f       \tcpi\tr16, 0xFB\t; 251\n    2076:\t11 05       \tcpc\tr17, r1\n    2078:\t48 f0       \tbrcs\t.+18     \t; 0x208c <_Z10startMenuev+0x834>\n    207a:\t87 e4       \tldi\tr24, 0x47\t; 71\n    207c:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    207e:\t9f 93       \tpush\tr25\n    2080:\t8f 93       \tpush\tr24\n    2082:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    2086:\t0f 90       \tpop\tr0\n    2088:\t0f 90       \tpop\tr0\n    208a:\t3c cc       \trjmp\t.-1928   \t; 0x1904 <_Z10startMenuev+0xac>\n    208c:\t68 2f       \tmov\tr22, r24\n    208e:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    2090:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2092:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    2096:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    2098:\t91 e6       \tldi\tr25, 0x61\t; 97\n    209a:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    209c:\tf1 f7       \tbrne\t.-4      \t; 0x209a <_Z10startMenuev+0x842>\n    209e:\t00 c0       \trjmp\t.+0      \t; 0x20a0 <_Z10startMenuev+0x848>\n    20a0:\t00 00       \tnop\n    20a2:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    20a4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20a6:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n    20aa:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    20ac:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20ae:\t08 17       \tcp\tr16, r24\n    20b0:\t19 07       \tcpc\tr17, r25\n    20b2:\t49 f0       \tbreq\t.+18     \t; 0x20c6 <_Z10startMenuev+0x86e>\n    20b4:\te7 e4       \tldi\tr30, 0x47\t; 71\n    20b6:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    20b8:\tff 93       \tpush\tr31\n    20ba:\tef 93       \tpush\tr30\n    20bc:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    20c0:\t0f 90       \tpop\tr0\n    20c2:\t0f 90       \tpop\tr0\n    20c4:\t1f cc       \trjmp\t.-1986   \t; 0x1904 <_Z10startMenuev+0xac>\n    20c6:\t85 e7       \tldi\tr24, 0x75\t; 117\n    20c8:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    20ca:\t9f 93       \tpush\tr25\n    20cc:\t8f 93       \tpush\tr24\n    20ce:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    20d2:\tfd a1       \tldd\tr31, Y+37\t; 0x25\n    20d4:\tf0 93 1e 38 \tsts\t0x381E, r31\t; 0x80381e <eepromSettingBurstDuration>\n    20d8:\t0f 90       \tpop\tr0\n    20da:\t0f 90       \tpop\tr0\n    20dc:\t13 cc       \trjmp\t.-2010   \t; 0x1904 <_Z10startMenuev+0xac>\n    20de:\t82 36       \tcpi\tr24, 0x62\t; 98\n    20e0:\ta9 f4       \tbrne\t.+42     \t; 0x210c <_Z10startMenuev+0x8b4>\n    20e2:\t80 91 1f 38 \tlds\tr24, 0x381F\t; 0x80381f <eepromSettingBlink>\n    20e6:\t88 23       \tand\tr24, r24\n    20e8:\t41 f0       \tbreq\t.+16     \t; 0x20fa <_Z10startMenuev+0x8a2>\n    20ea:\t60 e0       \tldi\tr22, 0x00\t; 0\n    20ec:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    20ee:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20f0:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    20f4:\t10 92 1f 38 \tsts\t0x381F, r1\t; 0x80381f <eepromSettingBlink>\n    20f8:\t05 cc       \trjmp\t.-2038   \t; 0x1904 <_Z10startMenuev+0xac>\n    20fa:\t61 e0       \tldi\tr22, 0x01\t; 1\n    20fc:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    20fe:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2100:\t0e 94 ac 1c \tcall\t0x3958\t; 0x3958 <eeprom_write_byte>\n    2104:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2106:\t80 93 1f 38 \tsts\t0x381F, r24\t; 0x80381f <eepromSettingBlink>\n    210a:\tfc cb       \trjmp\t.-2056   \t; 0x1904 <_Z10startMenuev+0xac>\n    210c:\t86 e0       \tldi\tr24, 0x06\t; 6\n    210e:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    2110:\t9f 93       \tpush\tr25\n    2112:\t8f 93       \tpush\tr24\n    2114:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    2118:\t0f 90       \tpop\tr0\n    211a:\t0f 90       \tpop\tr0\n    211c:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2120:\t83 e2       \tldi\tr24, 0x23\t; 35\n    2122:\t94 ef       \tldi\tr25, 0xF4\t; 244\n    2124:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    2126:\tf1 f7       \tbrne\t.-4      \t; 0x2124 <_Z10startMenuev+0x8cc>\n    2128:\t00 c0       \trjmp\t.+0      \t; 0x212a <_Z10startMenuev+0x8d2>\n    212a:\t00 00       \tnop\n    212c:\t0e 94 43 18 \tcall\t0x3086\t; 0x3086 <_Z7uartOffv>\n    2130:\t0e 94 37 18 \tcall\t0x306e\t; 0x306e <_Z20deinitSecondUartPinsv>\n    2134:\tac 96       \tadiw\tr28, 0x2c\t; 44\n    2136:\tcd bf       \tout\t0x3d, r28\t; 61\n    2138:\tde bf       \tout\t0x3e, r29\t; 62\n    213a:\tdf 91       \tpop\tr29\n    213c:\tcf 91       \tpop\tr28\n    213e:\t1f 91       \tpop\tr17\n    2140:\t0f 91       \tpop\tr16\n    2142:\tff 90       \tpop\tr15\n    2144:\tef 90       \tpop\tr14\n    2146:\tdf 90       \tpop\tr13\n    2148:\tcf 90       \tpop\tr12\n    214a:\tbf 90       \tpop\tr11\n    214c:\taf 90       \tpop\tr10\n    214e:\t9f 90       \tpop\tr9\n    2150:\t8f 90       \tpop\tr8\n    2152:\t7f 90       \tpop\tr7\n    2154:\t6f 90       \tpop\tr6\n    2156:\t5f 90       \tpop\tr5\n    2158:\t4f 90       \tpop\tr4\n    215a:\t3f 90       \tpop\tr3\n    215c:\t2f 90       \tpop\tr2\n    215e:\t08 95       \tret\n\n00002160 <_Z32downloadButtonPressedFor3Secondsv>:\n    2160:\t80 91 08 04 \tlds\tr24, 0x0408\t; 0x800408 <__RODATA_PM_OFFSET__+0x7f8408>\n    2164:\t85 ff       \tsbrs\tr24, 5\n    2166:\t12 c0       \trjmp\t.+36     \t; 0x218c <_Z32downloadButtonPressedFor3Secondsv+0x2c>\n    2168:\t0d c0       \trjmp\t.+26     \t; 0x2184 <_Z32downloadButtonPressedFor3Secondsv+0x24>\n    216a:\t90 85       \tldd\tr25, Z+8\t; 0x08\n    216c:\t95 fd       \tsbrc\tr25, 5\n    216e:\t0c c0       \trjmp\t.+24     \t; 0x2188 <_Z32downloadButtonPressedFor3Secondsv+0x28>\n    2170:\ta7 ea       \tldi\tr26, 0xA7\t; 167\n    2172:\tb1 e6       \tldi\tr27, 0x61\t; 97\n    2174:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    2176:\tf1 f7       \tbrne\t.-4      \t; 0x2174 <_Z32downloadButtonPressedFor3Secondsv+0x14>\n    2178:\t00 c0       \trjmp\t.+0      \t; 0x217a <_Z32downloadButtonPressedFor3Secondsv+0x1a>\n    217a:\t00 00       \tnop\n    217c:\t81 50       \tsubi\tr24, 0x01\t; 1\n    217e:\ta9 f7       \tbrne\t.-22     \t; 0x216a <_Z32downloadButtonPressedFor3Secondsv+0xa>\n    2180:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2182:\t08 95       \tret\n    2184:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2186:\t08 95       \tret\n    2188:\t80 e0       \tldi\tr24, 0x00\t; 0\n    218a:\t08 95       \tret\n    218c:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    218e:\t91 e6       \tldi\tr25, 0x61\t; 97\n    2190:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    2192:\tf1 f7       \tbrne\t.-4      \t; 0x2190 <_Z32downloadButtonPressedFor3Secondsv+0x30>\n    2194:\t00 c0       \trjmp\t.+0      \t; 0x2196 <_Z32downloadButtonPressedFor3Secondsv+0x36>\n    2196:\t00 00       \tnop\n    2198:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    219a:\te0 e0       \tldi\tr30, 0x00\t; 0\n    219c:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    219e:\te5 cf       \trjmp\t.-54     \t; 0x216a <_Z32downloadButtonPressedFor3Secondsv+0xa>\n\n000021a0 <_Z13storeInMemoryP5gps_tb>:\n    21a0:\t4f 92       \tpush\tr4\n    21a2:\t5f 92       \tpush\tr5\n    21a4:\t6f 92       \tpush\tr6\n    21a6:\t7f 92       \tpush\tr7\n    21a8:\t8f 92       \tpush\tr8\n    21aa:\t9f 92       \tpush\tr9\n    21ac:\taf 92       \tpush\tr10\n    21ae:\tbf 92       \tpush\tr11\n    21b0:\tcf 92       \tpush\tr12\n    21b2:\tdf 92       \tpush\tr13\n    21b4:\tff 92       \tpush\tr15\n    21b6:\t0f 93       \tpush\tr16\n    21b8:\t1f 93       \tpush\tr17\n    21ba:\tcf 93       \tpush\tr28\n    21bc:\tdf 93       \tpush\tr29\n    21be:\tcd b7       \tin\tr28, 0x3d\t; 61\n    21c0:\tde b7       \tin\tr29, 0x3e\t; 62\n    21c2:\t62 97       \tsbiw\tr28, 0x12\t; 18\n    21c4:\tcd bf       \tout\t0x3d, r28\t; 61\n    21c6:\tde bf       \tout\t0x3e, r29\t; 62\n    21c8:\t6c 01       \tmovw\tr12, r24\n    21ca:\tf6 2e       \tmov\tr15, r22\n    21cc:\t04 e0       \tldi\tr16, 0x04\t; 4\n    21ce:\t10 e0       \tldi\tr17, 0x00\t; 0\n    21d0:\t20 e0       \tldi\tr18, 0x00\t; 0\n    21d2:\t30 e0       \tldi\tr19, 0x00\t; 0\n    21d4:\tae 01       \tmovw\tr20, r28\n    21d6:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    21d8:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    21da:\t60 e0       \tldi\tr22, 0x00\t; 0\n    21dc:\t70 e0       \tldi\tr23, 0x00\t; 0\n    21de:\tcb 01       \tmovw\tr24, r22\n    21e0:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    21e4:\t88 23       \tand\tr24, r24\n    21e6:\t09 f4       \tbrne\t.+2      \t; 0x21ea <_Z13storeInMemoryP5gps_tb+0x4a>\n    21e8:\t49 c1       \trjmp\t.+658    \t; 0x247c <_Z13storeInMemoryP5gps_tb+0x2dc>\n    21ea:\tce 01       \tmovw\tr24, r28\n    21ec:\t01 96       \tadiw\tr24, 0x01\t; 1\n    21ee:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    21f2:\t4b 01       \tmovw\tr8, r22\n    21f4:\t5c 01       \tmovw\tr10, r24\n    21f6:\tdc 01       \tmovw\tr26, r24\n    21f8:\tcb 01       \tmovw\tr24, r22\n    21fa:\t40 97       \tsbiw\tr24, 0x10\t; 16\n    21fc:\ta1 09       \tsbc\tr26, r1\n    21fe:\tb1 09       \tsbc\tr27, r1\n    2200:\t81 3f       \tcpi\tr24, 0xF1\t; 241\n    2202:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    2204:\ta1 40       \tsbci\tr26, 0x01\t; 1\n    2206:\tb1 05       \tcpc\tr27, r1\n    2208:\t28 f0       \tbrcs\t.+10     \t; 0x2214 <_Z13storeInMemoryP5gps_tb+0x74>\n    220a:\t81 2c       \tmov\tr8, r1\n    220c:\t91 2c       \tmov\tr9, r1\n    220e:\t54 01       \tmovw\tr10, r8\n    2210:\t68 94       \tset\n    2212:\t84 f8       \tbld\tr8, 4\n    2214:\tff 20       \tand\tr15, r15\n    2216:\t11 f1       \tbreq\t.+68     \t; 0x225c <_Z13storeInMemoryP5gps_tb+0xbc>\n    2218:\t04 e0       \tldi\tr16, 0x04\t; 4\n    221a:\t10 e0       \tldi\tr17, 0x00\t; 0\n    221c:\t20 e0       \tldi\tr18, 0x00\t; 0\n    221e:\t30 e0       \tldi\tr19, 0x00\t; 0\n    2220:\tae 01       \tmovw\tr20, r28\n    2222:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2224:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2226:\t64 e0       \tldi\tr22, 0x04\t; 4\n    2228:\t70 e0       \tldi\tr23, 0x00\t; 0\n    222a:\t80 e0       \tldi\tr24, 0x00\t; 0\n    222c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    222e:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    2232:\t88 23       \tand\tr24, r24\n    2234:\t09 f4       \tbrne\t.+2      \t; 0x2238 <_Z13storeInMemoryP5gps_tb+0x98>\n    2236:\t24 c1       \trjmp\t.+584    \t; 0x2480 <_Z13storeInMemoryP5gps_tb+0x2e0>\n    2238:\tce 01       \tmovw\tr24, r28\n    223a:\t01 96       \tadiw\tr24, 0x01\t; 1\n    223c:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    2240:\t6b 87       \tstd\tY+11, r22\t; 0x0b\n    2242:\t7c 87       \tstd\tY+12, r23\t; 0x0c\n    2244:\t8d 87       \tstd\tY+13, r24\t; 0x0d\n    2246:\t9e 87       \tstd\tY+14, r25\t; 0x0e\n    2248:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    224a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    224c:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    224e:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    2250:\t49 f4       \tbrne\t.+18     \t; 0x2264 <_Z13storeInMemoryP5gps_tb+0xc4>\n    2252:\t1b 86       \tstd\tY+11, r1\t; 0x0b\n    2254:\t1c 86       \tstd\tY+12, r1\t; 0x0c\n    2256:\t1d 86       \tstd\tY+13, r1\t; 0x0d\n    2258:\t1e 86       \tstd\tY+14, r1\t; 0x0e\n    225a:\t04 c0       \trjmp\t.+8      \t; 0x2264 <_Z13storeInMemoryP5gps_tb+0xc4>\n    225c:\t1b 86       \tstd\tY+11, r1\t; 0x0b\n    225e:\t1c 86       \tstd\tY+12, r1\t; 0x0c\n    2260:\t1d 86       \tstd\tY+13, r1\t; 0x0d\n    2262:\t1e 86       \tstd\tY+14, r1\t; 0x0e\n    2264:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2266:\t10 e0       \tldi\tr17, 0x00\t; 0\n    2268:\t20 e0       \tldi\tr18, 0x00\t; 0\n    226a:\t30 e0       \tldi\tr19, 0x00\t; 0\n    226c:\tae 01       \tmovw\tr20, r28\n    226e:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2270:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2272:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2274:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2276:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2278:\t90 e0       \tldi\tr25, 0x00\t; 0\n    227a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    227e:\t88 23       \tand\tr24, r24\n    2280:\t09 f4       \tbrne\t.+2      \t; 0x2284 <_Z13storeInMemoryP5gps_tb+0xe4>\n    2282:\t00 c1       \trjmp\t.+512    \t; 0x2484 <_Z13storeInMemoryP5gps_tb+0x2e4>\n    2284:\tce 01       \tmovw\tr24, r28\n    2286:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2288:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    228c:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n    228e:\t78 8b       \tstd\tY+16, r23\t; 0x10\n    2290:\t89 8b       \tstd\tY+17, r24\t; 0x11\n    2292:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n    2294:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    2296:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2298:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    229a:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    229c:\t21 f4       \tbrne\t.+8      \t; 0x22a6 <_Z13storeInMemoryP5gps_tb+0x106>\n    229e:\t1f 86       \tstd\tY+15, r1\t; 0x0f\n    22a0:\t18 8a       \tstd\tY+16, r1\t; 0x10\n    22a2:\t19 8a       \tstd\tY+17, r1\t; 0x11\n    22a4:\t1a 8a       \tstd\tY+18, r1\t; 0x12\n    22a6:\tc6 01       \tmovw\tr24, r12\n    22a8:\t0e 94 65 03 \tcall\t0x6ca\t; 0x6ca <_Z18gpsGetUTCTimestampP5gps_t>\n    22ac:\t6a 3e       \tcpi\tr22, 0xEA\t; 234\n    22ae:\t51 e4       \tldi\tr21, 0x41\t; 65\n    22b0:\t75 07       \tcpc\tr23, r21\n    22b2:\t57 e7       \tldi\tr21, 0x77\t; 119\n    22b4:\t85 07       \tcpc\tr24, r21\n    22b6:\t50 e6       \tldi\tr21, 0x60\t; 96\n    22b8:\t95 07       \tcpc\tr25, r21\n    22ba:\t38 f0       \tbrcs\t.+14     \t; 0x22ca <_Z13storeInMemoryP5gps_tb+0x12a>\n    22bc:\tab 01       \tmovw\tr20, r22\n    22be:\tbc 01       \tmovw\tr22, r24\n    22c0:\t4a 5e       \tsubi\tr20, 0xEA\t; 234\n    22c2:\t51 44       \tsbci\tr21, 0x41\t; 65\n    22c4:\t67 47       \tsbci\tr22, 0x77\t; 119\n    22c6:\t70 46       \tsbci\tr23, 0x60\t; 96\n    22c8:\t03 c0       \trjmp\t.+6      \t; 0x22d0 <_Z13storeInMemoryP5gps_tb+0x130>\n    22ca:\t40 e0       \tldi\tr20, 0x00\t; 0\n    22cc:\t50 e0       \tldi\tr21, 0x00\t; 0\n    22ce:\tba 01       \tmovw\tr22, r20\n    22d0:\td6 01       \tmovw\tr26, r12\n    22d2:\t16 96       \tadiw\tr26, 0x06\t; 6\n    22d4:\t0d 91       \tld\tr16, X+\n    22d6:\t1d 91       \tld\tr17, X+\n    22d8:\t2d 91       \tld\tr18, X+\n    22da:\t3c 91       \tld\tr19, X\n    22dc:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    22de:\t00 5c       \tsubi\tr16, 0xC0\t; 192\n    22e0:\t1b 4a       \tsbci\tr17, 0xAB\t; 171\n    22e2:\t26 47       \tsbci\tr18, 0x76\t; 118\n    22e4:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    22e6:\td9 01       \tmovw\tr26, r18\n    22e8:\tc8 01       \tmovw\tr24, r16\n    22ea:\t07 2e       \tmov\tr0, r23\n    22ec:\t71 e1       \tldi\tr23, 0x11\t; 17\n    22ee:\tb6 95       \tlsr\tr27\n    22f0:\ta7 95       \tror\tr26\n    22f2:\t97 95       \tror\tr25\n    22f4:\t87 95       \tror\tr24\n    22f6:\t7a 95       \tdec\tr23\n    22f8:\td1 f7       \tbrne\t.-12     \t; 0x22ee <_Z13storeInMemoryP5gps_tb+0x14e>\n    22fa:\t70 2d       \tmov\tr23, r0\n    22fc:\t89 83       \tstd\tY+1, r24\t; 0x01\n    22fe:\td9 01       \tmovw\tr26, r18\n    2300:\tc8 01       \tmovw\tr24, r16\n    2302:\t07 2e       \tmov\tr0, r23\n    2304:\t79 e0       \tldi\tr23, 0x09\t; 9\n    2306:\tb6 95       \tlsr\tr27\n    2308:\ta7 95       \tror\tr26\n    230a:\t97 95       \tror\tr25\n    230c:\t87 95       \tror\tr24\n    230e:\t7a 95       \tdec\tr23\n    2310:\td1 f7       \tbrne\t.-12     \t; 0x2306 <_Z13storeInMemoryP5gps_tb+0x166>\n    2312:\t70 2d       \tmov\tr23, r0\n    2314:\t8a 83       \tstd\tY+2, r24\t; 0x02\n    2316:\td9 01       \tmovw\tr26, r18\n    2318:\tc8 01       \tmovw\tr24, r16\n    231a:\tb6 95       \tlsr\tr27\n    231c:\ta7 95       \tror\tr26\n    231e:\t97 95       \tror\tr25\n    2320:\t87 95       \tror\tr24\n    2322:\t8b 83       \tstd\tY+3, r24\t; 0x03\n    2324:\tf6 01       \tmovw\tr30, r12\n    2326:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n    2328:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n    232a:\ta4 85       \tldd\tr26, Z+12\t; 0x0c\n    232c:\tb5 85       \tldd\tr27, Z+13\t; 0x0d\n    232e:\t80 58       \tsubi\tr24, 0x80\t; 128\n    2330:\t97 45       \tsbci\tr25, 0x57\t; 87\n    2332:\tad 4e       \tsbci\tr26, 0xED\t; 237\n    2334:\tbe 4f       \tsbci\tr27, 0xFE\t; 254\n    2336:\t07 95       \tror\tr16\n    2338:\t00 27       \teor\tr16, r16\n    233a:\t07 95       \tror\tr16\n    233c:\t2c 01       \tmovw\tr4, r24\n    233e:\t3d 01       \tmovw\tr6, r26\n    2340:\t03 2e       \tmov\tr0, r19\n    2342:\t33 e1       \tldi\tr19, 0x13\t; 19\n    2344:\t76 94       \tlsr\tr7\n    2346:\t67 94       \tror\tr6\n    2348:\t57 94       \tror\tr5\n    234a:\t47 94       \tror\tr4\n    234c:\t3a 95       \tdec\tr19\n    234e:\td1 f7       \tbrne\t.-12     \t; 0x2344 <_Z13storeInMemoryP5gps_tb+0x1a4>\n    2350:\t30 2d       \tmov\tr19, r0\n    2352:\t04 29       \tor\tr16, r4\n    2354:\t0c 83       \tstd\tY+4, r16\t; 0x04\n    2356:\t8c 01       \tmovw\tr16, r24\n    2358:\t9d 01       \tmovw\tr18, r26\n    235a:\t0f 2e       \tmov\tr0, r31\n    235c:\tfb e0       \tldi\tr31, 0x0B\t; 11\n    235e:\t36 95       \tlsr\tr19\n    2360:\t27 95       \tror\tr18\n    2362:\t17 95       \tror\tr17\n    2364:\t07 95       \tror\tr16\n    2366:\tfa 95       \tdec\tr31\n    2368:\td1 f7       \tbrne\t.-12     \t; 0x235e <_Z13storeInMemoryP5gps_tb+0x1be>\n    236a:\tf0 2d       \tmov\tr31, r0\n    236c:\t0d 83       \tstd\tY+5, r16\t; 0x05\n    236e:\t8c 01       \tmovw\tr16, r24\n    2370:\t9d 01       \tmovw\tr18, r26\n    2372:\t68 94       \tset\n    2374:\t12 f8       \tbld\tr1, 2\n    2376:\t36 95       \tlsr\tr19\n    2378:\t27 95       \tror\tr18\n    237a:\t17 95       \tror\tr17\n    237c:\t07 95       \tror\tr16\n    237e:\t16 94       \tlsr\tr1\n    2380:\td1 f7       \tbrne\t.-12     \t; 0x2376 <_Z13storeInMemoryP5gps_tb+0x1d6>\n    2382:\t0e 83       \tstd\tY+6, r16\t; 0x06\n    2384:\t82 95       \tswap\tr24\n    2386:\t88 0f       \tadd\tr24, r24\n    2388:\t80 7e       \tandi\tr24, 0xE0\t; 224\n    238a:\t87 2b       \tor\tr24, r23\n    238c:\t8f 83       \tstd\tY+7, r24\t; 0x07\n    238e:\t68 87       \tstd\tY+8, r22\t; 0x08\n    2390:\t59 87       \tstd\tY+9, r21\t; 0x09\n    2392:\t4a 87       \tstd\tY+10, r20\t; 0x0a\n    2394:\t24 01       \tmovw\tr4, r8\n    2396:\t35 01       \tmovw\tr6, r10\n    2398:\tfa e0       \tldi\tr31, 0x0A\t; 10\n    239a:\t4f 0e       \tadd\tr4, r31\n    239c:\t51 1c       \tadc\tr5, r1\n    239e:\t61 1c       \tadc\tr6, r1\n    23a0:\t71 1c       \tadc\tr7, r1\n    23a2:\t21 e0       \tldi\tr18, 0x01\t; 1\n    23a4:\t42 16       \tcp\tr4, r18\n    23a6:\t51 04       \tcpc\tr5, r1\n    23a8:\t22 e0       \tldi\tr18, 0x02\t; 2\n    23aa:\t62 06       \tcpc\tr6, r18\n    23ac:\t71 04       \tcpc\tr7, r1\n    23ae:\t08 f0       \tbrcs\t.+2      \t; 0x23b2 <_Z13storeInMemoryP5gps_tb+0x212>\n    23b0:\t6b c0       \trjmp\t.+214    \t; 0x2488 <_Z13storeInMemoryP5gps_tb+0x2e8>\n    23b2:\t0a e0       \tldi\tr16, 0x0A\t; 10\n    23b4:\t10 e0       \tldi\tr17, 0x00\t; 0\n    23b6:\t20 e0       \tldi\tr18, 0x00\t; 0\n    23b8:\t30 e0       \tldi\tr19, 0x00\t; 0\n    23ba:\tae 01       \tmovw\tr20, r28\n    23bc:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    23be:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    23c0:\tc5 01       \tmovw\tr24, r10\n    23c2:\tb4 01       \tmovw\tr22, r8\n    23c4:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    23c8:\t88 23       \tand\tr24, r24\n    23ca:\t09 f4       \tbrne\t.+2      \t; 0x23ce <_Z13storeInMemoryP5gps_tb+0x22e>\n    23cc:\t5f c0       \trjmp\t.+190    \t; 0x248c <_Z13storeInMemoryP5gps_tb+0x2ec>\n    23ce:\t79 82       \tstd\tY+1, r7\t; 0x01\n    23d0:\t6a 82       \tstd\tY+2, r6\t; 0x02\n    23d2:\t5b 82       \tstd\tY+3, r5\t; 0x03\n    23d4:\t4c 82       \tstd\tY+4, r4\t; 0x04\n    23d6:\t04 e0       \tldi\tr16, 0x04\t; 4\n    23d8:\t10 e0       \tldi\tr17, 0x00\t; 0\n    23da:\t20 e0       \tldi\tr18, 0x00\t; 0\n    23dc:\t30 e0       \tldi\tr19, 0x00\t; 0\n    23de:\tae 01       \tmovw\tr20, r28\n    23e0:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    23e2:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    23e4:\t60 e0       \tldi\tr22, 0x00\t; 0\n    23e6:\t70 e0       \tldi\tr23, 0x00\t; 0\n    23e8:\tcb 01       \tmovw\tr24, r22\n    23ea:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    23ee:\t88 23       \tand\tr24, r24\n    23f0:\t09 f4       \tbrne\t.+2      \t; 0x23f4 <_Z13storeInMemoryP5gps_tb+0x254>\n    23f2:\t4e c0       \trjmp\t.+156    \t; 0x2490 <_Z13storeInMemoryP5gps_tb+0x2f0>\n    23f4:\tff 20       \tand\tr15, r15\n    23f6:\t11 f1       \tbreq\t.+68     \t; 0x243c <_Z13storeInMemoryP5gps_tb+0x29c>\n    23f8:\td6 01       \tmovw\tr26, r12\n    23fa:\t1f 96       \tadiw\tr26, 0x0f\t; 15\n    23fc:\t8d 91       \tld\tr24, X+\n    23fe:\t9c 91       \tld\tr25, X\n    2400:\t50 97       \tsbiw\tr26, 0x10\t; 16\n    2402:\t2b 85       \tldd\tr18, Y+11\t; 0x0b\n    2404:\t3c 85       \tldd\tr19, Y+12\t; 0x0c\n    2406:\t4d 85       \tldd\tr20, Y+13\t; 0x0d\n    2408:\t5e 85       \tldd\tr21, Y+14\t; 0x0e\n    240a:\t28 0f       \tadd\tr18, r24\n    240c:\t39 1f       \tadc\tr19, r25\n    240e:\t41 1d       \tadc\tr20, r1\n    2410:\t51 1d       \tadc\tr21, r1\n    2412:\tda 01       \tmovw\tr26, r20\n    2414:\tc9 01       \tmovw\tr24, r18\n    2416:\tb9 83       \tstd\tY+1, r27\t; 0x01\n    2418:\taa 83       \tstd\tY+2, r26\t; 0x02\n    241a:\t9b 83       \tstd\tY+3, r25\t; 0x03\n    241c:\t2c 83       \tstd\tY+4, r18\t; 0x04\n    241e:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2420:\t10 e0       \tldi\tr17, 0x00\t; 0\n    2422:\t20 e0       \tldi\tr18, 0x00\t; 0\n    2424:\t30 e0       \tldi\tr19, 0x00\t; 0\n    2426:\tae 01       \tmovw\tr20, r28\n    2428:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    242a:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    242c:\t64 e0       \tldi\tr22, 0x04\t; 4\n    242e:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2430:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2432:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2434:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    2438:\t88 23       \tand\tr24, r24\n    243a:\t61 f1       \tbreq\t.+88     \t; 0x2494 <_Z13storeInMemoryP5gps_tb+0x2f4>\n    243c:\td6 01       \tmovw\tr26, r12\n    243e:\t51 96       \tadiw\tr26, 0x11\t; 17\n    2440:\t8c 91       \tld\tr24, X\n    2442:\t4f 84       \tldd\tr4, Y+15\t; 0x0f\n    2444:\t58 88       \tldd\tr5, Y+16\t; 0x10\n    2446:\t69 88       \tldd\tr6, Y+17\t; 0x11\n    2448:\t7a 88       \tldd\tr7, Y+18\t; 0x12\n    244a:\t48 0e       \tadd\tr4, r24\n    244c:\t51 1c       \tadc\tr5, r1\n    244e:\t61 1c       \tadc\tr6, r1\n    2450:\t71 1c       \tadc\tr7, r1\n    2452:\t79 82       \tstd\tY+1, r7\t; 0x01\n    2454:\t6a 82       \tstd\tY+2, r6\t; 0x02\n    2456:\t5b 82       \tstd\tY+3, r5\t; 0x03\n    2458:\t4c 82       \tstd\tY+4, r4\t; 0x04\n    245a:\t04 e0       \tldi\tr16, 0x04\t; 4\n    245c:\t10 e0       \tldi\tr17, 0x00\t; 0\n    245e:\t20 e0       \tldi\tr18, 0x00\t; 0\n    2460:\t30 e0       \tldi\tr19, 0x00\t; 0\n    2462:\tae 01       \tmovw\tr20, r28\n    2464:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2466:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2468:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    246a:\t70 e0       \tldi\tr23, 0x00\t; 0\n    246c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    246e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2470:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    2474:\t88 23       \tand\tr24, r24\n    2476:\t81 f0       \tbreq\t.+32     \t; 0x2498 <_Z13storeInMemoryP5gps_tb+0x2f8>\n    2478:\t82 e0       \tldi\tr24, 0x02\t; 2\n    247a:\t0f c0       \trjmp\t.+30     \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    247c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    247e:\t0d c0       \trjmp\t.+26     \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2480:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2482:\t0b c0       \trjmp\t.+22     \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2484:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2486:\t09 c0       \trjmp\t.+18     \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2488:\t81 e0       \tldi\tr24, 0x01\t; 1\n    248a:\t07 c0       \trjmp\t.+14     \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    248c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    248e:\t05 c0       \trjmp\t.+10     \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2490:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2492:\t03 c0       \trjmp\t.+6      \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2494:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2496:\t01 c0       \trjmp\t.+2      \t; 0x249a <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2498:\t80 e0       \tldi\tr24, 0x00\t; 0\n    249a:\t62 96       \tadiw\tr28, 0x12\t; 18\n    249c:\tcd bf       \tout\t0x3d, r28\t; 61\n    249e:\tde bf       \tout\t0x3e, r29\t; 62\n    24a0:\tdf 91       \tpop\tr29\n    24a2:\tcf 91       \tpop\tr28\n    24a4:\t1f 91       \tpop\tr17\n    24a6:\t0f 91       \tpop\tr16\n    24a8:\tff 90       \tpop\tr15\n    24aa:\tdf 90       \tpop\tr13\n    24ac:\tcf 90       \tpop\tr12\n    24ae:\tbf 90       \tpop\tr11\n    24b0:\taf 90       \tpop\tr10\n    24b2:\t9f 90       \tpop\tr9\n    24b4:\t8f 90       \tpop\tr8\n    24b6:\t7f 90       \tpop\tr7\n    24b8:\t6f 90       \tpop\tr6\n    24ba:\t5f 90       \tpop\tr5\n    24bc:\t4f 90       \tpop\tr4\n    24be:\t08 95       \tret\n\n000024c0 <_Z14trackingMergedv>:\n    24c0:\t2f 92       \tpush\tr2\n    24c2:\t3f 92       \tpush\tr3\n    24c4:\t4f 92       \tpush\tr4\n    24c6:\t5f 92       \tpush\tr5\n    24c8:\t6f 92       \tpush\tr6\n    24ca:\t7f 92       \tpush\tr7\n    24cc:\t8f 92       \tpush\tr8\n    24ce:\t9f 92       \tpush\tr9\n    24d0:\taf 92       \tpush\tr10\n    24d2:\tbf 92       \tpush\tr11\n    24d4:\tcf 92       \tpush\tr12\n    24d6:\tdf 92       \tpush\tr13\n    24d8:\tef 92       \tpush\tr14\n    24da:\tff 92       \tpush\tr15\n    24dc:\t0f 93       \tpush\tr16\n    24de:\t1f 93       \tpush\tr17\n    24e0:\tcf 93       \tpush\tr28\n    24e2:\tdf 93       \tpush\tr29\n    24e4:\tcd b7       \tin\tr28, 0x3d\t; 61\n    24e6:\tde b7       \tin\tr29, 0x3e\t; 62\n    24e8:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    24ea:\td1 09       \tsbc\tr29, r1\n    24ec:\tcd bf       \tout\t0x3d, r28\t; 61\n    24ee:\tde bf       \tout\t0x3e, r29\t; 62\n    24f0:\t0e 94 a3 00 \tcall\t0x146\t; 0x146 <_Z15deviceInitTimerv>\n    24f4:\tfe 01       \tmovw\tr30, r28\n    24f6:\t31 96       \tadiw\tr30, 0x01\t; 1\n    24f8:\t82 e1       \tldi\tr24, 0x12\t; 18\n    24fa:\tdf 01       \tmovw\tr26, r30\n    24fc:\t1d 92       \tst\tX+, r1\n    24fe:\t8a 95       \tdec\tr24\n    2500:\te9 f7       \tbrne\t.-6      \t; 0x24fc <_Z14trackingMergedv+0x3c>\n    2502:\tc0 90 05 38 \tlds\tr12, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2506:\td0 90 06 38 \tlds\tr13, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    250a:\tb1 e0       \tldi\tr27, 0x01\t; 1\n    250c:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    250e:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    2510:\tb8 83       \tst\tY, r27\n    2512:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    2514:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2516:\te6 e0       \tldi\tr30, 0x06\t; 6\n    2518:\tce 16       \tcp\tr12, r30\n    251a:\td1 04       \tcpc\tr13, r1\n    251c:\t28 f4       \tbrcc\t.+10     \t; 0x2528 <_Z14trackingMergedv+0x68>\n    251e:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    2520:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    2522:\t18 82       \tst\tY, r1\n    2524:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    2526:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2528:\t0e 94 de 00 \tcall\t0x1bc\t; 0x1bc <_Z25devicePowerMemoryAndI2COnv>\n    252c:\t0e 94 a3 07 \tcall\t0xf46\t; 0xf46 <_Z7i2cInitv>\n    2530:\t0e 94 ca 00 \tcall\t0x194\t; 0x194 <_Z16deviceL70powerOnv>\n    2534:\t0e 94 d2 00 \tcall\t0x1a4\t; 0x1a4 <_Z17deviceL70backupOnv>\n    2538:\t0e 94 ef 17 \tcall\t0x2fde\t; 0x2fde <_Z23initPrimaryUARTwith9600v>\n    253c:\tce 01       \tmovw\tr24, r28\n    253e:\t43 96       \tadiw\tr24, 0x13\t; 19\n    2540:\t0e 94 29 07 \tcall\t0xe52\t; 0xe52 <_Z23gpsConfigureBeforeStartPc>\n    2544:\t81 11       \tcpse\tr24, r1\n    2546:\tf1 c2       \trjmp\t.+1506   \t; 0x2b2a <_Z14trackingMergedv+0x66a>\n    2548:\tf6 c2       \trjmp\t.+1516   \t; 0x2b36 <_Z14trackingMergedv+0x676>\n    254a:\te1 2c       \tmov\tr14, r1\n    254c:\t41 2c       \tmov\tr4, r1\n    254e:\t51 2c       \tmov\tr5, r1\n    2550:\t32 01       \tmovw\tr6, r4\n    2552:\t21 2c       \tmov\tr2, r1\n    2554:\t31 2c       \tmov\tr3, r1\n    2556:\t0f 2e       \tmov\tr0, r31\n    2558:\tf3 e9       \tldi\tr31, 0x93\t; 147\n    255a:\t8f 2e       \tmov\tr8, r31\n    255c:\tfe eb       \tldi\tr31, 0xBE\t; 190\n    255e:\t9f 2e       \tmov\tr9, r31\n    2560:\tf0 2d       \tmov\tr31, r0\n    2562:\ta1 2c       \tmov\tr10, r1\n    2564:\t68 94       \tset\n    2566:\tbb 24       \teor\tr11, r11\n    2568:\tb2 f8       \tbld\tr11, 2\n    256a:\t08 eb       \tldi\tr16, 0xB8\t; 184\n    256c:\t1b e0       \tldi\tr17, 0x0B\t; 11\n    256e:\t24 eb       \tldi\tr18, 0xB4\t; 180\n    2570:\tae 01       \tmovw\tr20, r28\n    2572:\t4d 5e       \tsubi\tr20, 0xED\t; 237\n    2574:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2576:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2578:\t82 e0       \tldi\tr24, 0x02\t; 2\n    257a:\t0e 94 94 18 \tcall\t0x3128\t; 0x3128 <_Z21uartReadMultipleLineshcPchj>\n    257e:\t88 23       \tand\tr24, r24\n    2580:\t09 f4       \tbrne\t.+2      \t; 0x2584 <_Z14trackingMergedv+0xc4>\n    2582:\t19 c3       \trjmp\t.+1586   \t; 0x2bb6 <_Z14trackingMergedv+0x6f6>\n    2584:\t0e 94 0b 18 \tcall\t0x3016\t; 0x3016 <_Z22initSecondUARTwith9600v>\n    2588:\t64 e2       \tldi\tr22, 0x24\t; 36\n    258a:\t70 e0       \tldi\tr23, 0x00\t; 0\n    258c:\tce 01       \tmovw\tr24, r28\n    258e:\t43 96       \tadiw\tr24, 0x13\t; 19\n    2590:\t0e 94 a5 19 \tcall\t0x334a\t; 0x334a <strchr>\n    2594:\t8c 01       \tmovw\tr16, r24\n    2596:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2598:\t09 f4       \tbrne\t.+2      \t; 0x259c <_Z14trackingMergedv+0xdc>\n    259a:\t4e c0       \trjmp\t.+156    \t; 0x2638 <_Z14trackingMergedv+0x178>\n    259c:\tfc 01       \tmovw\tr30, r24\n    259e:\t01 90       \tld\tr0, Z+\n    25a0:\t00 20       \tand\tr0, r0\n    25a2:\te9 f7       \tbrne\t.-6      \t; 0x259e <_Z14trackingMergedv+0xde>\n    25a4:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    25a6:\te8 1b       \tsub\tr30, r24\n    25a8:\tf9 0b       \tsbc\tr31, r25\n    25aa:\t37 97       \tsbiw\tr30, 0x07\t; 7\n    25ac:\t08 f4       \tbrcc\t.+2      \t; 0x25b0 <_Z14trackingMergedv+0xf0>\n    25ae:\t46 c0       \trjmp\t.+140    \t; 0x263c <_Z14trackingMergedv+0x17c>\n    25b0:\tdc 01       \tmovw\tr26, r24\n    25b2:\t13 96       \tadiw\tr26, 0x03\t; 3\n    25b4:\t8c 91       \tld\tr24, X\n    25b6:\t13 97       \tsbiw\tr26, 0x03\t; 3\n    25b8:\t82 35       \tcpi\tr24, 0x52\t; 82\n    25ba:\t99 f4       \tbrne\t.+38     \t; 0x25e2 <_Z14trackingMergedv+0x122>\n    25bc:\t14 96       \tadiw\tr26, 0x04\t; 4\n    25be:\t8c 91       \tld\tr24, X\n    25c0:\t14 97       \tsbiw\tr26, 0x04\t; 4\n    25c2:\t8d 34       \tcpi\tr24, 0x4D\t; 77\n    25c4:\t09 f5       \tbrne\t.+66     \t; 0x2608 <_Z14trackingMergedv+0x148>\n    25c6:\t15 96       \tadiw\tr26, 0x05\t; 5\n    25c8:\t8c 91       \tld\tr24, X\n    25ca:\t83 34       \tcpi\tr24, 0x43\t; 67\n    25cc:\tf9 f4       \tbrne\t.+62     \t; 0x260c <_Z14trackingMergedv+0x14c>\n    25ce:\t41 e0       \tldi\tr20, 0x01\t; 1\n    25d0:\tbe 01       \tmovw\tr22, r28\n    25d2:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    25d4:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    25d6:\tc8 01       \tmovw\tr24, r16\n    25d8:\t0e 94 86 05 \tcall\t0xb0c\t; 0xb0c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    25dc:\tff 24       \teor\tr15, r15\n    25de:\tf3 94       \tinc\tr15\n    25e0:\t1c c0       \trjmp\t.+56     \t; 0x261a <_Z14trackingMergedv+0x15a>\n    25e2:\t87 34       \tcpi\tr24, 0x47\t; 71\n    25e4:\ta9 f4       \tbrne\t.+42     \t; 0x2610 <_Z14trackingMergedv+0x150>\n    25e6:\tf8 01       \tmovw\tr30, r16\n    25e8:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    25ea:\t87 34       \tcpi\tr24, 0x47\t; 71\n    25ec:\t99 f4       \tbrne\t.+38     \t; 0x2614 <_Z14trackingMergedv+0x154>\n    25ee:\t85 81       \tldd\tr24, Z+5\t; 0x05\n    25f0:\t81 34       \tcpi\tr24, 0x41\t; 65\n    25f2:\t91 f4       \tbrne\t.+36     \t; 0x2618 <_Z14trackingMergedv+0x158>\n    25f4:\t40 e0       \tldi\tr20, 0x00\t; 0\n    25f6:\tbe 01       \tmovw\tr22, r28\n    25f8:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    25fa:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    25fc:\tc8 01       \tmovw\tr24, r16\n    25fe:\t0e 94 86 05 \tcall\t0xb0c\t; 0xb0c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    2602:\tff 24       \teor\tr15, r15\n    2604:\tf3 94       \tinc\tr15\n    2606:\t09 c0       \trjmp\t.+18     \t; 0x261a <_Z14trackingMergedv+0x15a>\n    2608:\tf1 2c       \tmov\tr15, r1\n    260a:\t07 c0       \trjmp\t.+14     \t; 0x261a <_Z14trackingMergedv+0x15a>\n    260c:\tf1 2c       \tmov\tr15, r1\n    260e:\t05 c0       \trjmp\t.+10     \t; 0x261a <_Z14trackingMergedv+0x15a>\n    2610:\tf1 2c       \tmov\tr15, r1\n    2612:\t03 c0       \trjmp\t.+6      \t; 0x261a <_Z14trackingMergedv+0x15a>\n    2614:\tf1 2c       \tmov\tr15, r1\n    2616:\t01 c0       \trjmp\t.+2      \t; 0x261a <_Z14trackingMergedv+0x15a>\n    2618:\tf1 2c       \tmov\tr15, r1\n    261a:\t0e 94 b7 00 \tcall\t0x16e\t; 0x16e <_Z15deviceGetMillisv>\n    261e:\t1f 93       \tpush\tr17\n    2620:\t0f 93       \tpush\tr16\n    2622:\t9f 93       \tpush\tr25\n    2624:\t8f 93       \tpush\tr24\n    2626:\t7f 93       \tpush\tr23\n    2628:\t6f 93       \tpush\tr22\n    262a:\t9f 92       \tpush\tr9\n    262c:\t8f 92       \tpush\tr8\n    262e:\t0e 94 cd 19 \tcall\t0x339a\t; 0x339a <printf>\n    2632:\tcd bf       \tout\t0x3d, r28\t; 61\n    2634:\tde bf       \tout\t0x3e, r29\t; 62\n    2636:\t03 c0       \trjmp\t.+6      \t; 0x263e <_Z14trackingMergedv+0x17e>\n    2638:\tf1 2c       \tmov\tr15, r1\n    263a:\t01 c0       \trjmp\t.+2      \t; 0x263e <_Z14trackingMergedv+0x17e>\n    263c:\tf1 2c       \tmov\tr15, r1\n    263e:\tf8 01       \tmovw\tr30, r16\n    2640:\t01 90       \tld\tr0, Z+\n    2642:\t00 20       \tand\tr0, r0\n    2644:\te9 f7       \tbrne\t.-6      \t; 0x2640 <_Z14trackingMergedv+0x180>\n    2646:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    2648:\te0 1b       \tsub\tr30, r16\n    264a:\tf1 0b       \tsbc\tr31, r17\n    264c:\t32 97       \tsbiw\tr30, 0x02\t; 2\n    264e:\tc0 f1       \tbrcs\t.+112    \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    2650:\t64 e2       \tldi\tr22, 0x24\t; 36\n    2652:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2654:\tc8 01       \tmovw\tr24, r16\n    2656:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2658:\t0e 94 a5 19 \tcall\t0x334a\t; 0x334a <strchr>\n    265c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    265e:\t81 f1       \tbreq\t.+96     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    2660:\tfc 01       \tmovw\tr30, r24\n    2662:\t01 90       \tld\tr0, Z+\n    2664:\t00 20       \tand\tr0, r0\n    2666:\te9 f7       \tbrne\t.-6      \t; 0x2662 <_Z14trackingMergedv+0x1a2>\n    2668:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    266a:\te8 1b       \tsub\tr30, r24\n    266c:\tf9 0b       \tsbc\tr31, r25\n    266e:\t37 97       \tsbiw\tr30, 0x07\t; 7\n    2670:\t38 f1       \tbrcs\t.+78     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    2672:\tdc 01       \tmovw\tr26, r24\n    2674:\t13 96       \tadiw\tr26, 0x03\t; 3\n    2676:\t2c 91       \tld\tr18, X\n    2678:\t13 97       \tsbiw\tr26, 0x03\t; 3\n    267a:\t22 35       \tcpi\tr18, 0x52\t; 82\n    267c:\t89 f4       \tbrne\t.+34     \t; 0x26a0 <_Z14trackingMergedv+0x1e0>\n    267e:\t14 96       \tadiw\tr26, 0x04\t; 4\n    2680:\t2c 91       \tld\tr18, X\n    2682:\t14 97       \tsbiw\tr26, 0x04\t; 4\n    2684:\t2d 34       \tcpi\tr18, 0x4D\t; 77\n    2686:\te1 f4       \tbrne\t.+56     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    2688:\t15 96       \tadiw\tr26, 0x05\t; 5\n    268a:\t2c 91       \tld\tr18, X\n    268c:\t23 34       \tcpi\tr18, 0x43\t; 67\n    268e:\tc1 f4       \tbrne\t.+48     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    2690:\t41 e0       \tldi\tr20, 0x01\t; 1\n    2692:\tbe 01       \tmovw\tr22, r28\n    2694:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    2696:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2698:\t0e 94 86 05 \tcall\t0xb0c\t; 0xb0c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    269c:\tf3 94       \tinc\tr15\n    269e:\t10 c0       \trjmp\t.+32     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    26a0:\t27 34       \tcpi\tr18, 0x47\t; 71\n    26a2:\t71 f4       \tbrne\t.+28     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    26a4:\tfc 01       \tmovw\tr30, r24\n    26a6:\t24 81       \tldd\tr18, Z+4\t; 0x04\n    26a8:\t27 34       \tcpi\tr18, 0x47\t; 71\n    26aa:\t51 f4       \tbrne\t.+20     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    26ac:\t25 81       \tldd\tr18, Z+5\t; 0x05\n    26ae:\t21 34       \tcpi\tr18, 0x41\t; 65\n    26b0:\t39 f4       \tbrne\t.+14     \t; 0x26c0 <_Z14trackingMergedv+0x200>\n    26b2:\t40 e0       \tldi\tr20, 0x00\t; 0\n    26b4:\tbe 01       \tmovw\tr22, r28\n    26b6:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    26b8:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    26ba:\t0e 94 86 05 \tcall\t0xb0c\t; 0xb0c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    26be:\tf3 94       \tinc\tr15\n    26c0:\t0e 94 b7 00 \tcall\t0x16e\t; 0x16e <_Z15deviceGetMillisv>\n    26c4:\t28 ee       \tldi\tr18, 0xE8\t; 232\n    26c6:\t33 e0       \tldi\tr19, 0x03\t; 3\n    26c8:\t40 e0       \tldi\tr20, 0x00\t; 0\n    26ca:\t50 e0       \tldi\tr21, 0x00\t; 0\n    26cc:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    26d0:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    26d2:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    26d4:\t28 83       \tst\tY, r18\n    26d6:\t39 83       \tstd\tY+1, r19\t; 0x01\n    26d8:\t4a 83       \tstd\tY+2, r20\t; 0x02\n    26da:\t5b 83       \tstd\tY+3, r21\t; 0x03\n    26dc:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    26de:\td0 40       \tsbci\tr29, 0x00\t; 0\n    26e0:\tda 01       \tmovw\tr26, r20\n    26e2:\tc9 01       \tmovw\tr24, r18\n    26e4:\t29 37       \tcpi\tr18, 0x79\t; 121\n    26e6:\t31 05       \tcpc\tr19, r1\n    26e8:\t41 05       \tcpc\tr20, r1\n    26ea:\t51 05       \tcpc\tr21, r1\n    26ec:\t80 f0       \tbrcs\t.+32     \t; 0x270e <_Z14trackingMergedv+0x24e>\n    26ee:\t2e 81       \tldd\tr18, Y+6\t; 0x06\n    26f0:\t20 35       \tcpi\tr18, 0x50\t; 80\n    26f2:\t69 f4       \tbrne\t.+26     \t; 0x270e <_Z14trackingMergedv+0x24e>\n    26f4:\t29 81       \tldd\tr18, Y+1\t; 0x01\n    26f6:\t21 11       \tcpse\tr18, r1\n    26f8:\t0a c0       \trjmp\t.+20     \t; 0x270e <_Z14trackingMergedv+0x24e>\n    26fa:\t2a 81       \tldd\tr18, Y+2\t; 0x02\n    26fc:\t23 30       \tcpi\tr18, 0x03\t; 3\n    26fe:\t38 f4       \tbrcc\t.+14     \t; 0x270e <_Z14trackingMergedv+0x24e>\n    2700:\t80 91 2c 38 \tlds\tr24, 0x382C\t; 0x80382c <timeoutNotEvenTimeCounter>\n    2704:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n    2706:\t80 93 2c 38 \tsts\t0x382C, r24\t; 0x80382c <timeoutNotEvenTimeCounter>\n    270a:\t17 e0       \tldi\tr17, 0x07\t; 7\n    270c:\t5b c2       \trjmp\t.+1206   \t; 0x2bc4 <_Z14trackingMergedv+0x704>\n    270e:\tf6 e0       \tldi\tr31, 0x06\t; 6\n    2710:\tcf 16       \tcp\tr12, r31\n    2712:\td1 04       \tcpc\tr13, r1\n    2714:\t60 f0       \tbrcs\t.+24     \t; 0x272e <_Z14trackingMergedv+0x26e>\n    2716:\t8d 32       \tcpi\tr24, 0x2D\t; 45\n    2718:\t91 40       \tsbci\tr25, 0x01\t; 1\n    271a:\ta1 05       \tcpc\tr26, r1\n    271c:\tb1 05       \tcpc\tr27, r1\n    271e:\t38 f0       \tbrcs\t.+14     \t; 0x272e <_Z14trackingMergedv+0x26e>\n    2720:\t80 91 2d 38 \tlds\tr24, 0x382D\t; 0x80382d <timeoutCounter>\n    2724:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n    2726:\t80 93 2d 38 \tsts\t0x382D, r24\t; 0x80382d <timeoutCounter>\n    272a:\t17 e0       \tldi\tr17, 0x07\t; 7\n    272c:\t4b c2       \trjmp\t.+1174   \t; 0x2bc4 <_Z14trackingMergedv+0x704>\n    272e:\t32 e0       \tldi\tr19, 0x02\t; 2\n    2730:\tf3 12       \tcpse\tr15, r19\n    2732:\t15 c0       \trjmp\t.+42     \t; 0x275e <_Z14trackingMergedv+0x29e>\n    2734:\tce 01       \tmovw\tr24, r28\n    2736:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2738:\t0e 94 65 03 \tcall\t0x6ca\t; 0x6ca <_Z18gpsGetUTCTimestampP5gps_t>\n    273c:\t67 2b       \tor\tr22, r23\n    273e:\t68 2b       \tor\tr22, r24\n    2740:\t69 2b       \tor\tr22, r25\n    2742:\t69 f0       \tbreq\t.+26     \t; 0x275e <_Z14trackingMergedv+0x29e>\n    2744:\tce 01       \tmovw\tr24, r28\n    2746:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2748:\t0e 94 65 03 \tcall\t0x6ca\t; 0x6ca <_Z18gpsGetUTCTimestampP5gps_t>\n    274c:\t60 93 17 38 \tsts\t0x3817, r22\t; 0x803817 <timestampEstimation>\n    2750:\t70 93 18 38 \tsts\t0x3818, r23\t; 0x803818 <timestampEstimation+0x1>\n    2754:\t80 93 19 38 \tsts\t0x3819, r24\t; 0x803819 <timestampEstimation+0x2>\n    2758:\t90 93 1a 38 \tsts\t0x381A, r25\t; 0x80381a <timestampEstimation+0x3>\n    275c:\t17 c0       \trjmp\t.+46     \t; 0x278c <_Z14trackingMergedv+0x2cc>\n    275e:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2762:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2766:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    276a:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    276e:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2770:\ta1 05       \tcpc\tr26, r1\n    2772:\tb1 05       \tcpc\tr27, r1\n    2774:\t59 f0       \tbreq\t.+22     \t; 0x278c <_Z14trackingMergedv+0x2cc>\n    2776:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2778:\ta1 1d       \tadc\tr26, r1\n    277a:\tb1 1d       \tadc\tr27, r1\n    277c:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2780:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2784:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2788:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    278c:\t8f 85       \tldd\tr24, Y+15\t; 0x0f\n    278e:\t81 30       \tcpi\tr24, 0x01\t; 1\n    2790:\t09 f0       \tbreq\t.+2      \t; 0x2794 <_Z14trackingMergedv+0x2d4>\n    2792:\tc0 c0       \trjmp\t.+384    \t; 0x2914 <_Z14trackingMergedv+0x454>\n    2794:\t21 14       \tcp\tr2, r1\n    2796:\t31 04       \tcpc\tr3, r1\n    2798:\t31 f4       \tbrne\t.+12     \t; 0x27a6 <_Z14trackingMergedv+0x2e6>\n    279a:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    279c:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    279e:\t28 80       \tld\tr2, Y\n    27a0:\t39 80       \tldd\tr3, Y+1\t; 0x01\n    27a2:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    27a4:\td0 40       \tsbci\tr29, 0x00\t; 0\n    27a6:\t10 91 04 38 \tlds\tr17, 0x3804\t; 0x803804 <eepromSettingMinHDOP>\n    27aa:\t86 e0       \tldi\tr24, 0x06\t; 6\n    27ac:\tc8 16       \tcp\tr12, r24\n    27ae:\td1 04       \tcpc\tr13, r1\n    27b0:\t08 f4       \tbrcc\t.+2      \t; 0x27b4 <_Z14trackingMergedv+0x2f4>\n    27b2:\tc7 c1       \trjmp\t.+910    \t; 0x2b42 <_Z14trackingMergedv+0x682>\n    27b4:\t80 91 25 38 \tlds\tr24, 0x3825\t; 0x803825 <noFixInSessionYet>\n    27b8:\t88 23       \tand\tr24, r24\n    27ba:\t09 f4       \tbrne\t.+2      \t; 0x27be <_Z14trackingMergedv+0x2fe>\n    27bc:\td1 c1       \trjmp\t.+930    \t; 0x2b60 <_Z14trackingMergedv+0x6a0>\n    27be:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    27c0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    27c2:\t10 e0       \tldi\tr17, 0x00\t; 0\n    27c4:\tcf c1       \trjmp\t.+926    \t; 0x2b64 <_Z14trackingMergedv+0x6a4>\n    27c6:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    27c8:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    27ca:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27cc:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27ce:\t48 81       \tld\tr20, Y\n    27d0:\t59 81       \tldd\tr21, Y+1\t; 0x01\n    27d2:\t6a 81       \tldd\tr22, Y+2\t; 0x02\n    27d4:\t7b 81       \tldd\tr23, Y+3\t; 0x03\n    27d6:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    27d8:\td0 40       \tsbci\tr29, 0x00\t; 0\n    27da:\t42 19       \tsub\tr20, r2\n    27dc:\t53 09       \tsbc\tr21, r3\n    27de:\t61 09       \tsbc\tr22, r1\n    27e0:\t71 09       \tsbc\tr23, r1\n    27e2:\t84 17       \tcp\tr24, r20\n    27e4:\t95 07       \tcpc\tr25, r21\n    27e6:\ta6 07       \tcpc\tr26, r22\n    27e8:\tb7 07       \tcpc\tr27, r23\n    27ea:\t08 f0       \tbrcs\t.+2      \t; 0x27ee <_Z14trackingMergedv+0x32e>\n    27ec:\t8e c0       \trjmp\t.+284    \t; 0x290a <_Z14trackingMergedv+0x44a>\n    27ee:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27f0:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27f2:\ta8 81       \tld\tr26, Y\n    27f4:\tb9 81       \tldd\tr27, Y+1\t; 0x01\n    27f6:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    27f8:\td0 40       \tsbci\tr29, 0x00\t; 0\n    27fa:\ta8 8b       \tstd\tY+16, r26\t; 0x10\n    27fc:\tb9 8b       \tstd\tY+17, r27\t; 0x11\n    27fe:\t80 91 25 38 \tlds\tr24, 0x3825\t; 0x803825 <noFixInSessionYet>\n    2802:\t88 23       \tand\tr24, r24\n    2804:\t21 f0       \tbreq\t.+8      \t; 0x280e <_Z14trackingMergedv+0x34e>\n    2806:\ta0 93 26 38 \tsts\t0x3826, r26\t; 0x803826 <firstTTFinSession>\n    280a:\tb0 93 27 38 \tsts\t0x3827, r27\t; 0x803827 <firstTTFinSession+0x1>\n    280e:\t10 92 09 38 \tsts\t0x3809, r1\t; 0x803809 <blinkDuringFirstFix>\n    2812:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    2816:\t88 23       \tand\tr24, r24\n    2818:\t09 f4       \tbrne\t.+2      \t; 0x281c <_Z14trackingMergedv+0x35c>\n    281a:\t5c c0       \trjmp\t.+184    \t; 0x28d4 <_Z14trackingMergedv+0x414>\n    281c:\t80 91 12 38 \tlds\tr24, 0x3812\t; 0x803812 <geofenceLat>\n    2820:\t90 91 13 38 \tlds\tr25, 0x3813\t; 0x803813 <geofenceLat+0x1>\n    2824:\ta0 91 14 38 \tlds\tr26, 0x3814\t; 0x803814 <geofenceLat+0x2>\n    2828:\tb0 91 15 38 \tlds\tr27, 0x3815\t; 0x803815 <geofenceLat+0x3>\n    282c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    282e:\ta1 05       \tcpc\tr26, r1\n    2830:\tb1 05       \tcpc\tr27, r1\n    2832:\tc9 f4       \tbrne\t.+50     \t; 0x2866 <_Z14trackingMergedv+0x3a6>\n    2834:\t8f 81       \tldd\tr24, Y+7\t; 0x07\n    2836:\t98 85       \tldd\tr25, Y+8\t; 0x08\n    2838:\ta9 85       \tldd\tr26, Y+9\t; 0x09\n    283a:\tba 85       \tldd\tr27, Y+10\t; 0x0a\n    283c:\t80 93 12 38 \tsts\t0x3812, r24\t; 0x803812 <geofenceLat>\n    2840:\t90 93 13 38 \tsts\t0x3813, r25\t; 0x803813 <geofenceLat+0x1>\n    2844:\ta0 93 14 38 \tsts\t0x3814, r26\t; 0x803814 <geofenceLat+0x2>\n    2848:\tb0 93 15 38 \tsts\t0x3815, r27\t; 0x803815 <geofenceLat+0x3>\n    284c:\t8b 85       \tldd\tr24, Y+11\t; 0x0b\n    284e:\t9c 85       \tldd\tr25, Y+12\t; 0x0c\n    2850:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    2852:\tbe 85       \tldd\tr27, Y+14\t; 0x0e\n    2854:\t80 93 0e 38 \tsts\t0x380E, r24\t; 0x80380e <geofenceLon>\n    2858:\t90 93 0f 38 \tsts\t0x380F, r25\t; 0x80380f <geofenceLon+0x1>\n    285c:\ta0 93 10 38 \tsts\t0x3810, r26\t; 0x803810 <geofenceLon+0x2>\n    2860:\tb0 93 11 38 \tsts\t0x3811, r27\t; 0x803811 <geofenceLon+0x3>\n    2864:\t37 c0       \trjmp\t.+110    \t; 0x28d4 <_Z14trackingMergedv+0x414>\n    2866:\t4f 81       \tldd\tr20, Y+7\t; 0x07\n    2868:\t58 85       \tldd\tr21, Y+8\t; 0x08\n    286a:\t69 85       \tldd\tr22, Y+9\t; 0x09\n    286c:\t7a 85       \tldd\tr23, Y+10\t; 0x0a\n    286e:\t84 1b       \tsub\tr24, r20\n    2870:\t95 0b       \tsbc\tr25, r21\n    2872:\ta6 0b       \tsbc\tr26, r22\n    2874:\tb7 0b       \tsbc\tr27, r23\n    2876:\tac 01       \tmovw\tr20, r24\n    2878:\tbd 01       \tmovw\tr22, r26\n    287a:\t3a f4       \tbrpl\t.+14     \t; 0x288a <_Z14trackingMergedv+0x3ca>\n    287c:\t44 27       \teor\tr20, r20\n    287e:\t55 27       \teor\tr21, r21\n    2880:\tba 01       \tmovw\tr22, r20\n    2882:\t48 1b       \tsub\tr20, r24\n    2884:\t59 0b       \tsbc\tr21, r25\n    2886:\t6a 0b       \tsbc\tr22, r26\n    2888:\t7b 0b       \tsbc\tr23, r27\n    288a:\t4c 32       \tcpi\tr20, 0x2C\t; 44\n    288c:\t51 40       \tsbci\tr21, 0x01\t; 1\n    288e:\t61 05       \tcpc\tr22, r1\n    2890:\t71 05       \tcpc\tr23, r1\n    2892:\t04 f5       \tbrge\t.+64     \t; 0x28d4 <_Z14trackingMergedv+0x414>\n    2894:\t80 91 0e 38 \tlds\tr24, 0x380E\t; 0x80380e <geofenceLon>\n    2898:\t90 91 0f 38 \tlds\tr25, 0x380F\t; 0x80380f <geofenceLon+0x1>\n    289c:\ta0 91 10 38 \tlds\tr26, 0x3810\t; 0x803810 <geofenceLon+0x2>\n    28a0:\tb0 91 11 38 \tlds\tr27, 0x3811\t; 0x803811 <geofenceLon+0x3>\n    28a4:\t4b 85       \tldd\tr20, Y+11\t; 0x0b\n    28a6:\t5c 85       \tldd\tr21, Y+12\t; 0x0c\n    28a8:\t6d 85       \tldd\tr22, Y+13\t; 0x0d\n    28aa:\t7e 85       \tldd\tr23, Y+14\t; 0x0e\n    28ac:\t84 1b       \tsub\tr24, r20\n    28ae:\t95 0b       \tsbc\tr25, r21\n    28b0:\ta6 0b       \tsbc\tr26, r22\n    28b2:\tb7 0b       \tsbc\tr27, r23\n    28b4:\tac 01       \tmovw\tr20, r24\n    28b6:\tbd 01       \tmovw\tr22, r26\n    28b8:\t3a f4       \tbrpl\t.+14     \t; 0x28c8 <_Z14trackingMergedv+0x408>\n    28ba:\t44 27       \teor\tr20, r20\n    28bc:\t55 27       \teor\tr21, r21\n    28be:\tba 01       \tmovw\tr22, r20\n    28c0:\t48 1b       \tsub\tr20, r24\n    28c2:\t59 0b       \tsbc\tr21, r25\n    28c4:\t6a 0b       \tsbc\tr22, r26\n    28c6:\t7b 0b       \tsbc\tr23, r27\n    28c8:\t4c 32       \tcpi\tr20, 0x2C\t; 44\n    28ca:\t51 40       \tsbci\tr21, 0x01\t; 1\n    28cc:\t61 05       \tcpc\tr22, r1\n    28ce:\t71 05       \tcpc\tr23, r1\n    28d0:\t0c f4       \tbrge\t.+2      \t; 0x28d4 <_Z14trackingMergedv+0x414>\n    28d2:\t73 c1       \trjmp\t.+742    \t; 0x2bba <_Z14trackingMergedv+0x6fa>\n    28d4:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    28d6:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    28d8:\t68 81       \tld\tr22, Y\n    28da:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    28dc:\td0 40       \tsbci\tr29, 0x00\t; 0\n    28de:\tce 01       \tmovw\tr24, r28\n    28e0:\t01 96       \tadiw\tr24, 0x01\t; 1\n    28e2:\t0e 94 d0 10 \tcall\t0x21a0\t; 0x21a0 <_Z13storeInMemoryP5gps_tb>\n    28e6:\t10 92 25 38 \tsts\t0x3825, r1\t; 0x803825 <noFixInSessionYet>\n    28ea:\t81 30       \tcpi\tr24, 0x01\t; 1\n    28ec:\t09 f4       \tbrne\t.+2      \t; 0x28f0 <_Z14trackingMergedv+0x430>\n    28ee:\t84 c1       \trjmp\t.+776    \t; 0x2bf8 <_Z14trackingMergedv+0x738>\n    28f0:\t88 23       \tand\tr24, r24\n    28f2:\t09 f4       \tbrne\t.+2      \t; 0x28f6 <_Z14trackingMergedv+0x436>\n    28f4:\t64 c1       \trjmp\t.+712    \t; 0x2bbe <_Z14trackingMergedv+0x6fe>\n    28f6:\t36 e0       \tldi\tr19, 0x06\t; 6\n    28f8:\tc3 16       \tcp\tr12, r19\n    28fa:\td1 04       \tcpc\tr13, r1\n    28fc:\t30 f0       \tbrcs\t.+12     \t; 0x290a <_Z14trackingMergedv+0x44a>\n    28fe:\te3 94       \tinc\tr14\n    2900:\t80 91 1e 38 \tlds\tr24, 0x381E\t; 0x80381e <eepromSettingBurstDuration>\n    2904:\te8 16       \tcp\tr14, r24\n    2906:\t08 f0       \tbrcs\t.+2      \t; 0x290a <_Z14trackingMergedv+0x44a>\n    2908:\t5c c1       \trjmp\t.+696    \t; 0x2bc2 <_Z14trackingMergedv+0x702>\n    290a:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    290c:\t48 1a       \tsub\tr4, r24\n    290e:\t58 0a       \tsbc\tr5, r24\n    2910:\t68 0a       \tsbc\tr6, r24\n    2912:\t78 0a       \tsbc\tr7, r24\n    2914:\t0e 94 c0 08 \tcall\t0x1180\t; 0x1180 <_Z11isNightTimev>\n    2918:\t88 23       \tand\tr24, r24\n    291a:\tb1 f1       \tbreq\t.+108    \t; 0x2988 <_Z14trackingMergedv+0x4c8>\n    291c:\t80 91 09 38 \tlds\tr24, 0x3809\t; 0x803809 <blinkDuringFirstFix>\n    2920:\t88 23       \tand\tr24, r24\n    2922:\t71 f0       \tbreq\t.+28     \t; 0x2940 <_Z14trackingMergedv+0x480>\n    2924:\te0 e2       \tldi\tr30, 0x20\t; 32\n    2926:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    2928:\t80 e2       \tldi\tr24, 0x20\t; 32\n    292a:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    292c:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    292e:\ta4 e3       \tldi\tr26, 0x34\t; 52\n    2930:\tbc e0       \tldi\tr27, 0x0C\t; 12\n    2932:\t91 50       \tsubi\tr25, 0x01\t; 1\n    2934:\ta0 40       \tsbci\tr26, 0x00\t; 0\n    2936:\tb0 40       \tsbci\tr27, 0x00\t; 0\n    2938:\te1 f7       \tbrne\t.-8      \t; 0x2932 <_Z14trackingMergedv+0x472>\n    293a:\t00 c0       \trjmp\t.+0      \t; 0x293c <_Z14trackingMergedv+0x47c>\n    293c:\t00 00       \tnop\n    293e:\t86 83       \tstd\tZ+6, r24\t; 0x06\n    2940:\t10 92 09 38 \tsts\t0x3809, r1\t; 0x803809 <blinkDuringFirstFix>\n    2944:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2948:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    294c:\t0e 94 43 18 \tcall\t0x3086\t; 0x3086 <_Z7uartOffv>\n    2950:\t0e 94 37 18 \tcall\t0x306e\t; 0x306e <_Z20deinitSecondUartPinsv>\n    2954:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2958:\t81 e0       \tldi\tr24, 0x01\t; 1\n    295a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    295c:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2960:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2964:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2968:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    296c:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2970:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2972:\ta1 1d       \tadc\tr26, r1\n    2974:\tb1 1d       \tadc\tr27, r1\n    2976:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    297a:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    297e:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2982:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2986:\t66 c1       \trjmp\t.+716    \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2988:\t0e 94 19 01 \tcall\t0x232\t; 0x232 <_Z23deviceReadSupplyVoltagev>\n    298c:\t80 93 2e 38 \tsts\t0x382E, r24\t; 0x80382e <batteryVoltage>\n    2990:\t90 93 2f 38 \tsts\t0x382F, r25\t; 0x80382f <batteryVoltage+0x1>\n    2994:\t8a 5e       \tsubi\tr24, 0xEA\t; 234\n    2996:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    2998:\t81 3b       \tcpi\tr24, 0xB1\t; 177\n    299a:\t94 40       \tsbci\tr25, 0x04\t; 4\n    299c:\t08 f0       \tbrcs\t.+2      \t; 0x29a0 <_Z14trackingMergedv+0x4e0>\n    299e:\tea c0       \trjmp\t.+468    \t; 0x2b74 <_Z14trackingMergedv+0x6b4>\n    29a0:\td5 01       \tmovw\tr26, r10\n    29a2:\t18 96       \tadiw\tr26, 0x08\t; 8\n    29a4:\t8c 91       \tld\tr24, X\n    29a6:\t18 97       \tsbiw\tr26, 0x08\t; 8\n    29a8:\t85 fd       \tsbrc\tr24, 5\n    29aa:\t0a c0       \trjmp\t.+20     \t; 0x29c0 <_Z14trackingMergedv+0x500>\n    29ac:\tef e4       \tldi\tr30, 0x4F\t; 79\n    29ae:\tf3 ec       \tldi\tr31, 0xC3\t; 195\n    29b0:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    29b2:\tf1 f7       \tbrne\t.-4      \t; 0x29b0 <_Z14trackingMergedv+0x4f0>\n    29b4:\t00 c0       \trjmp\t.+0      \t; 0x29b6 <_Z14trackingMergedv+0x4f6>\n    29b6:\t00 00       \tnop\n    29b8:\t18 96       \tadiw\tr26, 0x08\t; 8\n    29ba:\t8c 91       \tld\tr24, X\n    29bc:\t85 ff       \tsbrs\tr24, 5\n    29be:\t0d c1       \trjmp\t.+538    \t; 0x2bda <_Z14trackingMergedv+0x71a>\n    29c0:\t0e 94 ef 17 \tcall\t0x2fde\t; 0x2fde <_Z23initPrimaryUARTwith9600v>\n    29c4:\t80 91 1f 38 \tlds\tr24, 0x381F\t; 0x80381f <eepromSettingBlink>\n    29c8:\t81 11       \tcpse\tr24, r1\n    29ca:\t05 c0       \trjmp\t.+10     \t; 0x29d6 <_Z14trackingMergedv+0x516>\n    29cc:\t80 91 09 38 \tlds\tr24, 0x3809\t; 0x803809 <blinkDuringFirstFix>\n    29d0:\t88 23       \tand\tr24, r24\n    29d2:\t09 f4       \tbrne\t.+2      \t; 0x29d6 <_Z14trackingMergedv+0x516>\n    29d4:\tca cd       \trjmp\t.-1132   \t; 0x256a <_Z14trackingMergedv+0xaa>\n    29d6:\t0e 94 56 01 \tcall\t0x2ac\t; 0x2ac <_Z11deviceLedOnv>\n    29da:\t8e 81       \tldd\tr24, Y+6\t; 0x06\n    29dc:\t80 35       \tcpi\tr24, 0x50\t; 80\n    29de:\t39 f4       \tbrne\t.+14     \t; 0x29ee <_Z14trackingMergedv+0x52e>\n    29e0:\tef e2       \tldi\tr30, 0x2F\t; 47\n    29e2:\tf5 e7       \tldi\tr31, 0x75\t; 117\n    29e4:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    29e6:\tf1 f7       \tbrne\t.-4      \t; 0x29e4 <_Z14trackingMergedv+0x524>\n    29e8:\t00 c0       \trjmp\t.+0      \t; 0x29ea <_Z14trackingMergedv+0x52a>\n    29ea:\t00 00       \tnop\n    29ec:\t06 c0       \trjmp\t.+12     \t; 0x29fa <_Z14trackingMergedv+0x53a>\n    29ee:\t8b e4       \tldi\tr24, 0x4B\t; 75\n    29f0:\t9d e1       \tldi\tr25, 0x1D\t; 29\n    29f2:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    29f4:\tf1 f7       \tbrne\t.-4      \t; 0x29f2 <_Z14trackingMergedv+0x532>\n    29f6:\t00 c0       \trjmp\t.+0      \t; 0x29f8 <_Z14trackingMergedv+0x538>\n    29f8:\t00 00       \tnop\n    29fa:\t0e 94 5a 01 \tcall\t0x2b4\t; 0x2b4 <_Z12deviceLedOffv>\n    29fe:\tb5 cd       \trjmp\t.-1174   \t; 0x256a <_Z14trackingMergedv+0xaa>\n    2a00:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2a04:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    2a08:\t0e 94 43 18 \tcall\t0x3086\t; 0x3086 <_Z7uartOffv>\n    2a0c:\t0e 94 37 18 \tcall\t0x306e\t; 0x306e <_Z20deinitSecondUartPinsv>\n    2a10:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2a14:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2a16:\t2f c0       \trjmp\t.+94     \t; 0x2a76 <_Z14trackingMergedv+0x5b6>\n    2a18:\tcc 96       \tadiw\tr24, 0x3c\t; 60\n    2a1a:\ta1 1d       \tadc\tr26, r1\n    2a1c:\tb1 1d       \tadc\tr27, r1\n    2a1e:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2a22:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2a26:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2a2a:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2a2e:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2a30:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a32:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a36:\t0e c1       \trjmp\t.+540    \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2a38:\t85 e0       \tldi\tr24, 0x05\t; 5\n    2a3a:\t80 93 30 38 \tsts\t0x3830, r24\t; 0x803830 <state>\n    2a3e:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2a42:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2a44:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a46:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a4a:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2a4e:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2a52:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2a56:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2a5a:\tfc c0       \trjmp\t.+504    \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2a5c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2a5e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a60:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a64:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2a68:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2a6c:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2a70:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2a74:\tef c0       \trjmp\t.+478    \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2a76:\t8a ef       \tldi\tr24, 0xFA\t; 250\n    2a78:\t81 0f       \tadd\tr24, r17\n    2a7a:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2a7c:\t80 f5       \tbrcc\t.+96     \t; 0x2ade <_Z14trackingMergedv+0x61e>\n    2a7e:\te0 90 05 38 \tlds\tr14, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2a82:\tf0 90 06 38 \tlds\tr15, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2a86:\t17 30       \tcpi\tr17, 0x07\t; 7\n    2a88:\t39 f0       \tbreq\t.+14     \t; 0x2a98 <_Z14trackingMergedv+0x5d8>\n    2a8a:\te1 14       \tcp\tr14, r1\n    2a8c:\tf1 04       \tcpc\tr15, r1\n    2a8e:\t51 f4       \tbrne\t.+20     \t; 0x2aa4 <_Z14trackingMergedv+0x5e4>\n    2a90:\tee 24       \teor\tr14, r14\n    2a92:\te3 94       \tinc\tr14\n    2a94:\tf1 2c       \tmov\tr15, r1\n    2a96:\t06 c0       \trjmp\t.+12     \t; 0x2aa4 <_Z14trackingMergedv+0x5e4>\n    2a98:\t0f 2e       \tmov\tr0, r31\n    2a9a:\tf4 e8       \tldi\tr31, 0x84\t; 132\n    2a9c:\tef 2e       \tmov\tr14, r31\n    2a9e:\tf3 e0       \tldi\tr31, 0x03\t; 3\n    2aa0:\tff 2e       \tmov\tr15, r31\n    2aa2:\tf0 2d       \tmov\tr31, r0\n    2aa4:\tc7 01       \tmovw\tr24, r14\n    2aa6:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2aaa:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2aae:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2ab2:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2ab6:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2aba:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2abc:\ta1 05       \tcpc\tr26, r1\n    2abe:\tb1 05       \tcpc\tr27, r1\n    2ac0:\t09 f4       \tbrne\t.+2      \t; 0x2ac4 <_Z14trackingMergedv+0x604>\n    2ac2:\tc8 c0       \trjmp\t.+400    \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2ac4:\t8e 0d       \tadd\tr24, r14\n    2ac6:\t9f 1d       \tadc\tr25, r15\n    2ac8:\ta1 1d       \tadc\tr26, r1\n    2aca:\tb1 1d       \tadc\tr27, r1\n    2acc:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2ad0:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2ad4:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2ad8:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2adc:\tbb c0       \trjmp\t.+374    \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2ade:\t80 91 28 38 \tlds\tr24, 0x3828\t; 0x803828 <errorCounter>\n    2ae2:\t90 91 29 38 \tlds\tr25, 0x3829\t; 0x803829 <errorCounter+0x1>\n    2ae6:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2ae8:\t80 93 28 38 \tsts\t0x3828, r24\t; 0x803828 <errorCounter>\n    2aec:\t90 93 29 38 \tsts\t0x3829, r25\t; 0x803829 <errorCounter+0x1>\n    2af0:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2af4:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2af8:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2afc:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2b00:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2b02:\ta1 05       \tcpc\tr26, r1\n    2b04:\tb1 05       \tcpc\tr27, r1\n    2b06:\t61 f0       \tbreq\t.+24     \t; 0x2b20 <_Z14trackingMergedv+0x660>\n    2b08:\t88 5a       \tsubi\tr24, 0xA8\t; 168\n    2b0a:\t9d 4f       \tsbci\tr25, 0xFD\t; 253\n    2b0c:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    2b0e:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n    2b10:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2b14:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2b18:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2b1c:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2b20:\t88 e5       \tldi\tr24, 0x58\t; 88\n    2b22:\t92 e0       \tldi\tr25, 0x02\t; 2\n    2b24:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2b28:\t95 c0       \trjmp\t.+298    \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2b2a:\t96 e0       \tldi\tr25, 0x06\t; 6\n    2b2c:\tc9 16       \tcp\tr12, r25\n    2b2e:\td1 04       \tcpc\tr13, r1\n    2b30:\t08 f0       \tbrcs\t.+2      \t; 0x2b34 <_Z14trackingMergedv+0x674>\n    2b32:\t0b cd       \trjmp\t.-1514   \t; 0x254a <_Z14trackingMergedv+0x8a>\n    2b34:\t7d c0       \trjmp\t.+250    \t; 0x2c30 <_Z14trackingMergedv+0x770>\n    2b36:\ta6 e0       \tldi\tr26, 0x06\t; 6\n    2b38:\tca 16       \tcp\tr12, r26\n    2b3a:\td1 04       \tcpc\tr13, r1\n    2b3c:\t08 f4       \tbrcc\t.+2      \t; 0x2b40 <_Z14trackingMergedv+0x680>\n    2b3e:\t7d c0       \trjmp\t.+250    \t; 0x2c3a <_Z14trackingMergedv+0x77a>\n    2b40:\t5f cf       \trjmp\t.-322    \t; 0x2a00 <_Z14trackingMergedv+0x540>\n    2b42:\t20 91 05 38 \tlds\tr18, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2b46:\t30 91 06 38 \tlds\tr19, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2b4a:\t40 e0       \tldi\tr20, 0x00\t; 0\n    2b4c:\t50 e0       \tldi\tr21, 0x00\t; 0\n    2b4e:\tc3 01       \tmovw\tr24, r6\n    2b50:\tb2 01       \tmovw\tr22, r4\n    2b52:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    2b56:\t67 2b       \tor\tr22, r23\n    2b58:\t68 2b       \tor\tr22, r24\n    2b5a:\t69 2b       \tor\tr22, r25\n    2b5c:\t39 f0       \tbreq\t.+14     \t; 0x2b6c <_Z14trackingMergedv+0x6ac>\n    2b5e:\td5 ce       \trjmp\t.-598    \t; 0x290a <_Z14trackingMergedv+0x44a>\n    2b60:\t89 e0       \tldi\tr24, 0x09\t; 9\n    2b62:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2b64:\t2a 89       \tldd\tr18, Y+18\t; 0x12\n    2b66:\t21 11       \tcpse\tr18, r1\n    2b68:\t71 c0       \trjmp\t.+226    \t; 0x2c4c <_Z14trackingMergedv+0x78c>\n    2b6a:\t2d ce       \trjmp\t.-934    \t; 0x27c6 <_Z14trackingMergedv+0x306>\n    2b6c:\t8a 89       \tldd\tr24, Y+18\t; 0x12\n    2b6e:\t81 11       \tcpse\tr24, r1\n    2b70:\t69 c0       \trjmp\t.+210    \t; 0x2c44 <_Z14trackingMergedv+0x784>\n    2b72:\tcb ce       \trjmp\t.-618    \t; 0x290a <_Z14trackingMergedv+0x44a>\n    2b74:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2b78:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    2b7c:\t0e 94 43 18 \tcall\t0x3086\t; 0x3086 <_Z7uartOffv>\n    2b80:\t0e 94 37 18 \tcall\t0x306e\t; 0x306e <_Z20deinitSecondUartPinsv>\n    2b84:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2b88:\t80 91 2a 38 \tlds\tr24, 0x382A\t; 0x80382a <undervoltageUnderLoadCounter>\n    2b8c:\t90 91 2b 38 \tlds\tr25, 0x382B\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    2b90:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2b92:\t80 93 2a 38 \tsts\t0x382A, r24\t; 0x80382a <undervoltageUnderLoadCounter>\n    2b96:\t90 93 2b 38 \tsts\t0x382B, r25\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    2b9a:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2b9e:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2ba2:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2ba6:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2baa:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2bac:\ta1 05       \tcpc\tr26, r1\n    2bae:\tb1 05       \tcpc\tr27, r1\n    2bb0:\t09 f0       \tbreq\t.+2      \t; 0x2bb4 <_Z14trackingMergedv+0x6f4>\n    2bb2:\t32 cf       \trjmp\t.-412    \t; 0x2a18 <_Z14trackingMergedv+0x558>\n    2bb4:\t3c cf       \trjmp\t.-392    \t; 0x2a2e <_Z14trackingMergedv+0x56e>\n    2bb6:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2bb8:\t05 c0       \trjmp\t.+10     \t; 0x2bc4 <_Z14trackingMergedv+0x704>\n    2bba:\t18 e0       \tldi\tr17, 0x08\t; 8\n    2bbc:\t03 c0       \trjmp\t.+6      \t; 0x2bc4 <_Z14trackingMergedv+0x704>\n    2bbe:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2bc0:\t01 c0       \trjmp\t.+2      \t; 0x2bc4 <_Z14trackingMergedv+0x704>\n    2bc2:\t16 e0       \tldi\tr17, 0x06\t; 6\n    2bc4:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2bc8:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    2bcc:\t0e 94 43 18 \tcall\t0x3086\t; 0x3086 <_Z7uartOffv>\n    2bd0:\t0e 94 37 18 \tcall\t0x306e\t; 0x306e <_Z20deinitSecondUartPinsv>\n    2bd4:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2bd8:\t4e cf       \trjmp\t.-356    \t; 0x2a76 <_Z14trackingMergedv+0x5b6>\n    2bda:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2bde:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    2be2:\t0e 94 43 18 \tcall\t0x3086\t; 0x3086 <_Z7uartOffv>\n    2be6:\t0e 94 37 18 \tcall\t0x306e\t; 0x306e <_Z20deinitSecondUartPinsv>\n    2bea:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2bee:\t0e 94 b0 10 \tcall\t0x2160\t; 0x2160 <_Z32downloadButtonPressedFor3Secondsv>\n    2bf2:\t81 11       \tcpse\tr24, r1\n    2bf4:\t21 cf       \trjmp\t.-446    \t; 0x2a38 <_Z14trackingMergedv+0x578>\n    2bf6:\t32 cf       \trjmp\t.-412    \t; 0x2a5c <_Z14trackingMergedv+0x59c>\n    2bf8:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2bfc:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    2c00:\t0e 94 43 18 \tcall\t0x3086\t; 0x3086 <_Z7uartOffv>\n    2c04:\t0e 94 37 18 \tcall\t0x306e\t; 0x306e <_Z20deinitSecondUartPinsv>\n    2c08:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2c0c:\t83 e0       \tldi\tr24, 0x03\t; 3\n    2c0e:\t80 93 30 38 \tsts\t0x3830, r24\t; 0x803830 <state>\n    2c12:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2c16:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2c18:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2c1a:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2c1e:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2c22:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2c26:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2c2a:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2c2e:\t12 c0       \trjmp\t.+36     \t; 0x2c54 <_Z14trackingMergedv+0x794>\n    2c30:\t8c e9       \tldi\tr24, 0x9C\t; 156\n    2c32:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    2c34:\t0e 94 e3 19 \tcall\t0x33c6\t; 0x33c6 <puts>\n    2c38:\t88 cc       \trjmp\t.-1776   \t; 0x254a <_Z14trackingMergedv+0x8a>\n    2c3a:\t8c e9       \tldi\tr24, 0x9C\t; 156\n    2c3c:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    2c3e:\t0e 94 e3 19 \tcall\t0x33c6\t; 0x33c6 <puts>\n    2c42:\tde ce       \trjmp\t.-580    \t; 0x2a00 <_Z14trackingMergedv+0x540>\n    2c44:\t81 17       \tcp\tr24, r17\n    2c46:\t08 f4       \tbrcc\t.+2      \t; 0x2c4a <_Z14trackingMergedv+0x78a>\n    2c48:\td2 cd       \trjmp\t.-1116   \t; 0x27ee <_Z14trackingMergedv+0x32e>\n    2c4a:\t5f ce       \trjmp\t.-834    \t; 0x290a <_Z14trackingMergedv+0x44a>\n    2c4c:\t21 17       \tcp\tr18, r17\n    2c4e:\t08 f0       \tbrcs\t.+2      \t; 0x2c52 <_Z14trackingMergedv+0x792>\n    2c50:\tba cd       \trjmp\t.-1164   \t; 0x27c6 <_Z14trackingMergedv+0x306>\n    2c52:\tcd cd       \trjmp\t.-1126   \t; 0x27ee <_Z14trackingMergedv+0x32e>\n    2c54:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    2c56:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    2c58:\tcd bf       \tout\t0x3d, r28\t; 61\n    2c5a:\tde bf       \tout\t0x3e, r29\t; 62\n    2c5c:\tdf 91       \tpop\tr29\n    2c5e:\tcf 91       \tpop\tr28\n    2c60:\t1f 91       \tpop\tr17\n    2c62:\t0f 91       \tpop\tr16\n    2c64:\tff 90       \tpop\tr15\n    2c66:\tef 90       \tpop\tr14\n    2c68:\tdf 90       \tpop\tr13\n    2c6a:\tcf 90       \tpop\tr12\n    2c6c:\tbf 90       \tpop\tr11\n    2c6e:\taf 90       \tpop\tr10\n    2c70:\t9f 90       \tpop\tr9\n    2c72:\t8f 90       \tpop\tr8\n    2c74:\t7f 90       \tpop\tr7\n    2c76:\t6f 90       \tpop\tr6\n    2c78:\t5f 90       \tpop\tr5\n    2c7a:\t4f 90       \tpop\tr4\n    2c7c:\t3f 90       \tpop\tr3\n    2c7e:\t2f 90       \tpop\tr2\n    2c80:\t08 95       \tret\n\n00002c82 <main>:\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n\t\t// Do on every wake up\n\t\tRTC.CTRLA = 0; // disable RTC interrupt\n    2c82:\tc0 e4       \tldi\tr28, 0x40\t; 64\n    2c84:\td1 e0       \tldi\tr29, 0x01\t; 1\n\t\t}\n\t\t/** STATE: MEMORY FULL */\t\n\t\telse if(state == ST_MEMORY_FULL) { // no voltage check because minimal power consumption, download pin interrupt active\n\t\t\tif(downloadInterrupt) { // don't wait long here and check again status because when memory full entering activation state afterwards isn't a problem\n\t\t\t\tdownloadInterrupt = false;\n\t\t\t\tstate = ST_DOWNLOAD;\n    2c86:\t0f 2e       \tmov\tr0, r31\n    2c88:\tf5 e0       \tldi\tr31, 0x05\t; 5\n    2c8a:\taf 2e       \tmov\tr10, r31\n    2c8c:\tf0 2d       \tmov\tr31, r0\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go back into tracking after 1 second\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here -> will be turned on in the tracking functions\t\t\t\t\n\t\t\t\t}\n\t\t\t\telse { // very unusual: voltage not okay in first start state -> transit to here before activation\n\t\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // otherwise cannot be activated with GPIO2 when in under voltage immediately after start\n\t\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2c8e:\t68 94       \tset\n    2c90:\tbb 24       \teor\tr11, r11\n    2c92:\tb2 f8       \tbld\tr11, 2\n\t\t\t\tif(enterDownloadMode) { // highest priority: someone pressed download button (long enough)\n\t\t\t\t\tstate = ST_DOWNLOAD;\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n\t\t\t\t}\n\t\t\t\telse if(activated) { // not pressed long enough or \"normal\" wake up by RTC, but already activated -> go back to tracking\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2c94:\tdd 24       \teor\tr13, r13\n    2c96:\td3 94       \tinc\tr13\n\t\t\t}\n\t\t}\n\t\t/** STATE: TRACKING */\n\t\telse if(state == ST_TRACKING) { // download pin interrupt active\n\t\t\tif(voltageNotOkay()) { // checking voltage WITHOUT LOAD!\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT;\n    2c98:\t68 94       \tset\n    2c9a:\tcc 24       \teor\tr12, r12\n    2c9c:\tc1 f8       \tbld\tr12, 1\n\t\t/** STATE: WAIT FOR ACTIVATION */\n\t\telse if(state == ST_WAIT_FOR_ACTIVATION) { // download pin interrupt active, GPIO2 pin interrupt active (!!)\n\t\t\t// no voltage check here, because ultra low power state already and check will be executed immediately in ST_TRACKING\n\t\t\tif(downloadInterrupt || gpio2Interrupt) { // can be woken up by both\n\t\t\t\t_delay_ms(700); // wait a bit and check again\n\t\t\t\tif((~PORTA.IN & PIN5_bm) || (~PORTC.IN & PIN1_bm)) { // one of the buttons still pressed\t\t\n    2c9e:\t00 e0       \tldi\tr16, 0x00\t; 0\n    2ca0:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2ca2:\t68 94       \tset\n    2ca4:\tee 24       \teor\tr14, r14\n    2ca6:\te6 f8       \tbld\tr14, 6\n    2ca8:\tff 24       \teor\tr15, r15\n    2caa:\tf2 f8       \tbld\tr15, 2\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n\t\t// Do on every wake up\n\t\tRTC.CTRLA = 0; // disable RTC interrupt\n    2cac:\t18 82       \tst\tY, r1\n\t\tif(state == ST_FIRST_START_HARD_RESET) { deviceSetCPUSpeed(OSC16_PRESCALER_CPU_1MHZ);  } // 1MHz = 701uA @while(1), do this BEFORE reading supply voltage\n    2cae:\t80 91 30 38 \tlds\tr24, 0x3830\t; 0x803830 <state>\n    2cb2:\t81 11       \tcpse\tr24, r1\n    2cb4:\t03 c0       \trjmp\t.+6      \t; 0x2cbc <main+0x3a>\n    2cb6:\t86 e0       \tldi\tr24, 0x06\t; 6\n    2cb8:\t0e 94 46 01 \tcall\t0x28c\t; 0x28c <_Z17deviceSetCPUSpeedh>\n\t\tbatteryVoltage = deviceReadSupplyVoltage(); // perform as first thing in every state\n    2cbc:\t0e 94 19 01 \tcall\t0x232\t; 0x232 <_Z23deviceReadSupplyVoltagev>\n    2cc0:\t80 93 2e 38 \tsts\t0x382E, r24\t; 0x80382e <batteryVoltage>\n    2cc4:\t90 93 2f 38 \tsts\t0x382F, r25\t; 0x80382f <batteryVoltage+0x1>\n\n\t\t/** STATE: FIRST START HARD RESET */\n\t\tif(state == ST_FIRST_START_HARD_RESET) { // will be re-entered after data download\n    2cc8:\t80 91 30 38 \tlds\tr24, 0x3830\t; 0x803830 <state>\n    2ccc:\t81 11       \tcpse\tr24, r1\n    2cce:\t84 c0       \trjmp\t.+264    \t; 0x2dd8 <main+0x156>\n\t\t\tdeviceInitPins(); // reset all pins\n    2cd0:\t0e 94 6d 00 \tcall\t0xda\t; 0xda <_Z14deviceInitPinsv>\n\t\t\tdeviceInitDownloadPinInterruptInDeepSleep(); // will wake up MCU in ALL STATES!\n    2cd4:\t0e 94 89 00 \tcall\t0x112\t; 0x112 <_Z41deviceInitDownloadPinInterruptInDeepSleepv>\n\t\t\twait(FIRST_START_DELAY_SECONDS); // wait a bit until everything stable\n    2cd8:\t83 e0       \tldi\tr24, 0x03\t; 3\n    2cda:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2cdc:\t0e 94 a6 08 \tcall\t0x114c\t; 0x114c <_Z4waitj>\n\t\t\tusePrintf(); // use printf function for uart communication\n    2ce0:\t0e 94 dd 18 \tcall\t0x31ba\t; 0x31ba <_Z9usePrintfv>\n\t\t\t\n\t\t\t// get settings from eeprom\n\t\t\teepromSettingMinVoltage = getOperationVoltageMinFromTinyEEPROM();\n    2ce4:\t0e 94 38 09 \tcall\t0x1270\t; 0x1270 <_Z36getOperationVoltageMinFromTinyEEPROMv>\n    2ce8:\t80 93 07 38 \tsts\t0x3807, r24\t; 0x803807 <eepromSettingMinVoltage>\n    2cec:\t90 93 08 38 \tsts\t0x3808, r25\t; 0x803808 <eepromSettingMinVoltage+0x1>\n\t\t\teepromSettingGPSFrequencySeconds = getGPSFrequencyFromTinyEEPROM();\n    2cf0:\t0e 94 54 09 \tcall\t0x12a8\t; 0x12a8 <_Z29getGPSFrequencyFromTinyEEPROMv>\n    2cf4:\t80 93 05 38 \tsts\t0x3805, r24\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2cf8:\t90 93 06 38 \tsts\t0x3806, r25\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n\t\t\teepromSettingMinHDOP = getMinHDOPFromTinyEEPROM();\n    2cfc:\t0e 94 6f 09 \tcall\t0x12de\t; 0x12de <_Z24getMinHDOPFromTinyEEPROMv>\n    2d00:\t80 93 04 38 \tsts\t0x3804, r24\t; 0x803804 <eepromSettingMinHDOP>\n\t\t\teepromSettingActivationDelaySeconds = getActivationDelayFromTinyEEPROM();\n    2d04:\t0e 94 79 09 \tcall\t0x12f2\t; 0x12f2 <_Z32getActivationDelayFromTinyEEPROMv>\n    2d08:\t80 93 02 38 \tsts\t0x3802, r24\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    2d0c:\t90 93 03 38 \tsts\t0x3803, r25\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n\t\t\teepromSettingTurnOnHour = getTurnOnHourFromTinyEEPROM();\n    2d10:\t0e 94 94 09 \tcall\t0x1328\t; 0x1328 <_Z27getTurnOnHourFromTinyEEPROMv>\n    2d14:\t80 93 24 38 \tsts\t0x3824, r24\t; 0x803824 <eepromSettingTurnOnHour>\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n    2d18:\t0e 94 9c 09 \tcall\t0x1338\t; 0x1338 <_Z29getTurnOnMinuteFromTinyEEPROMv>\n    2d1c:\t80 93 23 38 \tsts\t0x3823, r24\t; 0x803823 <eepromSettingTurnOnMinute>\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n    2d20:\t0e 94 a4 09 \tcall\t0x1348\t; 0x1348 <_Z28getTurnOffHourFromTinyEEPROMv>\n    2d24:\t80 93 22 38 \tsts\t0x3822, r24\t; 0x803822 <eepromSettingTurnOffHour>\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n    2d28:\t0e 94 ac 09 \tcall\t0x1358\t; 0x1358 <_Z30getTurnOffMinuteFromTinyEEPROMv>\n    2d2c:\t80 93 21 38 \tsts\t0x3821, r24\t; 0x803821 <eepromSettingTurnOffMinute>\nstruct TinyEEPROM {\n    TinyEEPROM(const int index)\n        : index( index )                 {}\n    \n    // Access/read members.\n    uint8_t operator*() const            { return eeprom_read_byte( (uint8_t*) index ); }\n    2d30:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    2d32:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d34:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n    2d38:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2d3a:\t18 f4       \tbrcc\t.+6      \t; 0x2d42 <main+0xc0>\n\t\t\teepromSettingActivationDelaySeconds = getActivationDelayFromTinyEEPROM();\n\t\t\teepromSettingTurnOnHour = getTurnOnHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n    2d3c:\t80 93 20 38 \tsts\t0x3820, r24\t; 0x803820 <eepromSettingGeofencing>\n    2d40:\t02 c0       \trjmp\t.+4      \t; 0x2d46 <main+0xc4>\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n    2d42:\t10 92 20 38 \tsts\t0x3820, r1\t; 0x803820 <eepromSettingGeofencing>\n    2d46:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    2d48:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d4a:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n    2d4e:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2d50:\t18 f4       \tbrcc\t.+6      \t; 0x2d58 <main+0xd6>\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n    2d52:\t80 93 1f 38 \tsts\t0x381F, r24\t; 0x80381f <eepromSettingBlink>\n    2d56:\t02 c0       \trjmp\t.+4      \t; 0x2d5c <main+0xda>\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n    2d58:\t10 92 1f 38 \tsts\t0x381F, r1\t; 0x80381f <eepromSettingBlink>\n    2d5c:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    2d5e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d60:\t0e 94 a4 1c \tcall\t0x3948\t; 0x3948 <eeprom_read_byte>\n\t\t\teepromSettingBurstDuration = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n\t\t\tif(eepromSettingBurstDuration == 0xFF) { eepromSettingBurstDuration = BURST_DURATION_DEFAULT; }\n    2d64:\t8f 3f       \tcpi\tr24, 0xFF\t; 255\n    2d66:\t19 f0       \tbreq\t.+6      \t; 0x2d6e <main+0xec>\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n\t\t\teepromSettingBurstDuration = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n    2d68:\t80 93 1e 38 \tsts\t0x381E, r24\t; 0x80381e <eepromSettingBurstDuration>\n    2d6c:\t02 c0       \trjmp\t.+4      \t; 0x2d72 <main+0xf0>\n\t\t\tif(eepromSettingBurstDuration == 0xFF) { eepromSettingBurstDuration = BURST_DURATION_DEFAULT; }\n    2d6e:\t10 92 1e 38 \tsts\t0x381E, r1\t; 0x80381e <eepromSettingBurstDuration>\n\t\t\t\n\t\t\t// (re)set all global variables\n\t\t\tnoFixInSessionYet = true;\n    2d72:\td0 92 25 38 \tsts\t0x3825, r13\t; 0x803825 <noFixInSessionYet>\n\t\t\tdownloadInterrupt = false; // volatile because used in ISR\n    2d76:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\trtcInterrupt = false; // volatile because used in ISR\n    2d7a:\t10 92 1b 38 \tsts\t0x381B, r1\t; 0x80381b <rtcInterrupt>\n\t\t\ttimestampEstimation = 0;\n    2d7e:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2d82:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2d86:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2d8a:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n\t\t\tactivated = false;\n    2d8e:\t10 92 16 38 \tsts\t0x3816, r1\t; 0x803816 <activated>\n\t\t\tgeofenceLat = 0;\n    2d92:\t10 92 12 38 \tsts\t0x3812, r1\t; 0x803812 <geofenceLat>\n    2d96:\t10 92 13 38 \tsts\t0x3813, r1\t; 0x803813 <geofenceLat+0x1>\n    2d9a:\t10 92 14 38 \tsts\t0x3814, r1\t; 0x803814 <geofenceLat+0x2>\n    2d9e:\t10 92 15 38 \tsts\t0x3815, r1\t; 0x803815 <geofenceLat+0x3>\n\t\t\tgeofenceLon = 0;\n    2da2:\t10 92 0e 38 \tsts\t0x380E, r1\t; 0x80380e <geofenceLon>\n    2da6:\t10 92 0f 38 \tsts\t0x380F, r1\t; 0x80380f <geofenceLon+0x1>\n    2daa:\t10 92 10 38 \tsts\t0x3810, r1\t; 0x803810 <geofenceLon+0x2>\n    2dae:\t10 92 11 38 \tsts\t0x3811, r1\t; 0x803811 <geofenceLon+0x3>\n\t\t\t\t//readVoltage1626Test();\n\t\t\t\t//readVoltage1606Test();\n\t\t\t\tchangeGPSBaudrate();\n\t\t\t#endif\n\t\t\t\n\t\t\tif(voltageNotOkay()) {\n    2db2:\t0e 94 ad 08 \tcall\t0x115a\t; 0x115a <_Z14voltageNotOkayv>\n    2db6:\t88 23       \tand\tr24, r24\n    2db8:\t51 f0       \tbreq\t.+20     \t; 0x2dce <main+0x14c>\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT; // move to special state\n    2dba:\tc0 92 30 38 \tsts\t0x3830, r12\t; 0x803830 <state>\n\t\t\t\tdeviceBlink(2); // indicate low battery right from start\n    2dbe:\t8c 2d       \tmov\tr24, r12\n    2dc0:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first undervoltage -> only short sleep\n    2dc4:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2dc6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2dc8:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2dcc:\tf5 c0       \trjmp\t.+490    \t; 0x2fb8 <main+0x336>\n\t\t\telse { // do not check if memory full, very unlikely \n\t\t\t\t/*devicePowerMemoryAndI2COn();\n\t\t\t\ti2cInit();\n\t\t\t\tmockEmptyMemory(DATA_FIX_LENGTH, METADATA_ADDRESS_OF_ADDRESS_POINTER);\n\t\t\t\tdevicePowerMemoryAndI2COff();*/\n\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // can also be activated by GPIO2\n    2dce:\t0e 94 7a 00 \tcall\t0xf4\t; 0xf4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>\n\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2dd2:\tb0 92 30 38 \tsts\t0x3830, r11\t; 0x803830 <state>\n    2dd6:\tf0 c0       \trjmp\t.+480    \t; 0x2fb8 <main+0x336>\n\t\t\t}\n\t\t}\n\t\t/** STATE: WAIT FOR ACTIVATION */\n\t\telse if(state == ST_WAIT_FOR_ACTIVATION) { // download pin interrupt active, GPIO2 pin interrupt active (!!)\n    2dd8:\t84 30       \tcpi\tr24, 0x04\t; 4\n    2dda:\t09 f0       \tbreq\t.+2      \t; 0x2dde <main+0x15c>\n    2ddc:\t48 c0       \trjmp\t.+144    \t; 0x2e6e <main+0x1ec>\n\t\t\t// no voltage check here, because ultra low power state already and check will be executed immediately in ST_TRACKING\n\t\t\tif(downloadInterrupt || gpio2Interrupt) { // can be woken up by both\n    2dde:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2de2:\t81 11       \tcpse\tr24, r1\n    2de4:\t05 c0       \trjmp\t.+10     \t; 0x2df0 <main+0x16e>\n    2de6:\t80 91 1c 38 \tlds\tr24, 0x381C\t; 0x80381c <gpio2Interrupt>\n    2dea:\t88 23       \tand\tr24, r24\n    2dec:\t09 f4       \tbrne\t.+2      \t; 0x2df0 <main+0x16e>\n    2dee:\te4 c0       \trjmp\t.+456    \t; 0x2fb8 <main+0x336>\n    2df0:\t2f ed       \tldi\tr18, 0xDF\t; 223\n    2df2:\t32 e2       \tldi\tr19, 0x22\t; 34\n    2df4:\t82 e0       \tldi\tr24, 0x02\t; 2\n    2df6:\t21 50       \tsubi\tr18, 0x01\t; 1\n    2df8:\t30 40       \tsbci\tr19, 0x00\t; 0\n    2dfa:\t80 40       \tsbci\tr24, 0x00\t; 0\n    2dfc:\te1 f7       \tbrne\t.-8      \t; 0x2df6 <main+0x174>\n    2dfe:\t00 c0       \trjmp\t.+0      \t; 0x2e00 <main+0x17e>\n    2e00:\t00 00       \tnop\n\t\t\t\t_delay_ms(700); // wait a bit and check again\n\t\t\t\tif((~PORTA.IN & PIN5_bm) || (~PORTC.IN & PIN1_bm)) { // one of the buttons still pressed\t\t\n    2e02:\tf8 01       \tmovw\tr30, r16\n    2e04:\t80 85       \tldd\tr24, Z+8\t; 0x08\n    2e06:\t85 ff       \tsbrs\tr24, 5\n    2e08:\t04 c0       \trjmp\t.+8      \t; 0x2e12 <main+0x190>\n    2e0a:\tf7 01       \tmovw\tr30, r14\n    2e0c:\t80 85       \tldd\tr24, Z+8\t; 0x08\n    2e0e:\t81 fd       \tsbrc\tr24, 1\n    2e10:\td3 c0       \trjmp\t.+422    \t; 0x2fb8 <main+0x336>\n\t\t\t\t\tdownloadInterrupt = false;\n    2e12:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\t\t\tactivated = true;\n    2e16:\td0 92 16 38 \tsts\t0x3816, r13\t; 0x803816 <activated>\n\t\t\t\t\t\n\t\t\t\t\t// blink to indicate start\n\t\t\t\t\tdeviceBlink(7); // indicate start\n    2e1a:\t87 e0       \tldi\tr24, 0x07\t; 7\n    2e1c:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\t\tuint8_t blinkBatteryStatus = (batteryVoltage / 200) - 14; // 1 time when V = 3.0V, 7 times when V = 4.2V\n    2e20:\t20 91 2e 38 \tlds\tr18, 0x382E\t; 0x80382e <batteryVoltage>\n    2e24:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    2e28:\t36 95       \tlsr\tr19\n    2e2a:\t27 95       \tror\tr18\n    2e2c:\t36 95       \tlsr\tr19\n    2e2e:\t27 95       \tror\tr18\n    2e30:\t36 95       \tlsr\tr19\n    2e32:\t27 95       \tror\tr18\n    2e34:\tab e7       \tldi\tr26, 0x7B\t; 123\n    2e36:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    2e38:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n    2e3c:\t96 95       \tlsr\tr25\n    2e3e:\t87 95       \tror\tr24\n    2e40:\t8e 50       \tsubi\tr24, 0x0E\t; 14\n    2e42:\tff ed       \tldi\tr31, 0xDF\t; 223\n    2e44:\t22 e2       \tldi\tr18, 0x22\t; 34\n    2e46:\t32 e0       \tldi\tr19, 0x02\t; 2\n    2e48:\tf1 50       \tsubi\tr31, 0x01\t; 1\n    2e4a:\t20 40       \tsbci\tr18, 0x00\t; 0\n    2e4c:\t30 40       \tsbci\tr19, 0x00\t; 0\n    2e4e:\te1 f7       \tbrne\t.-8      \t; 0x2e48 <main+0x1c6>\n    2e50:\t00 c0       \trjmp\t.+0      \t; 0x2e52 <main+0x1d0>\n    2e52:\t00 00       \tnop\n\t\t\t\t\t_delay_ms(700);\n\t\t\t\t\tdeviceBlink(blinkBatteryStatus); // 0 = doesn't blink at all\n    2e54:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\t\t\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2e58:\td0 92 30 38 \tsts\t0x3830, r13\t; 0x803830 <state>\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here, because it already consumes the backup current -> will be turned on in the tracking functions\n\t\t\t\t\tdeviceDeactivateGPIO2PinInterruptInDeepSleep(); // GPIO2 shall not work afterwards\n    2e5c:\t0e 94 82 00 \tcall\t0x104\t; 0x104 <_Z44deviceDeactivateGPIO2PinInterruptInDeepSleepv>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(eepromSettingActivationDelaySeconds); // go into tracking after whatever seconds\n    2e60:\t80 91 02 38 \tlds\tr24, 0x3802\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    2e64:\t90 91 03 38 \tlds\tr25, 0x3803\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    2e68:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2e6c:\ta5 c0       \trjmp\t.+330    \t; 0x2fb8 <main+0x336>\n\t\t\t\t\t//timestampEstimation = 1623110325UL;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/** STATE: TRACKING */\n\t\telse if(state == ST_TRACKING) { // download pin interrupt active\n    2e6e:\t81 30       \tcpi\tr24, 0x01\t; 1\n    2e70:\t09 f0       \tbreq\t.+2      \t; 0x2e74 <main+0x1f2>\n    2e72:\t5f c0       \trjmp\t.+190    \t; 0x2f32 <main+0x2b0>\n\t\t\tif(voltageNotOkay()) { // checking voltage WITHOUT LOAD!\n    2e74:\t0e 94 ad 08 \tcall\t0x115a\t; 0x115a <_Z14voltageNotOkayv>\n    2e78:\t88 23       \tand\tr24, r24\n    2e7a:\t89 f0       \tbreq\t.+34     \t; 0x2e9e <main+0x21c>\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT;\n    2e7c:\tc0 92 30 38 \tsts\t0x3830, r12\t; 0x803830 <state>\n\t\t\t\tdeviceL70backupOff();\n    2e80:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first under voltage -> only short sleep\n    2e84:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2e86:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2e88:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\ttimestampEstimation = 0; // don't know about time\n    2e8c:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2e90:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2e94:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2e98:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2e9c:\t8d c0       \trjmp\t.+282    \t; 0x2fb8 <main+0x336>\n\t\t\t}\n\t\t\telse if(downloadInterrupt) { // woke up by download interrupt (can also happen when not yet activated)\n    2e9e:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2ea2:\t88 23       \tand\tr24, r24\n    2ea4:\t11 f1       \tbreq\t.+68     \t; 0x2eea <main+0x268>\n\t\t\t\tif(downloadButtonPressedFor3Seconds()) { // button pressed for 3 seconds -> enter download mode\n    2ea6:\t0e 94 b0 10 \tcall\t0x2160\t; 0x2160 <_Z32downloadButtonPressedFor3Secondsv>\n    2eaa:\t88 23       \tand\tr24, r24\n    2eac:\t89 f0       \tbreq\t.+34     \t; 0x2ed0 <main+0x24e>\n\t\t\t\t\tstate = ST_DOWNLOAD;\n    2eae:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\t\tdeviceL70backupOff();\n    2eb2:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n    2eb6:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2eb8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2eba:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time when menue is entered\n    2ebe:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2ec2:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2ec6:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2eca:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2ece:\t74 c0       \trjmp\t.+232    \t; 0x2fb8 <main+0x336>\n\t\t\t\t}\n\t\t\t\telse { // not pressed long enough, but woken up by download interrupt\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // start again after one second\n    2ed0:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2ed2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2ed4:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time, interrupt can happen randomly\n    2ed8:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2edc:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2ee0:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2ee4:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2ee8:\t67 c0       \trjmp\t.+206    \t; 0x2fb8 <main+0x336>\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(isNightTime()) { // TESTED PATH\n    2eea:\t0e 94 c0 08 \tcall\t0x1180\t; 0x1180 <_Z11isNightTimev>\n    2eee:\t88 23       \tand\tr24, r24\n    2ef0:\te9 f0       \tbreq\t.+58     \t; 0x2f2c <main+0x2aa>\n\t\t\t\t// having a valid time here!\n\t\t\t\tnoFixInSessionYet = true; // used to collect more orbit data when doing first fix in session -> resetting it so that in next session first fix again collects more orbit data\n    2ef2:\td0 92 25 38 \tsts\t0x3825, r13\t; 0x803825 <noFixInSessionYet>\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_DURING_NIGHT); // go into nighttime mode\n    2ef6:\t88 e7       \tldi\tr24, 0x78\t; 120\n    2ef8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2efa:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\ttimestampEstimation += SLEEP_TIME_DURING_NIGHT; // having time here because isNightTime returns true\n    2efe:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2f02:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2f06:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2f0a:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2f0e:\t88 58       \tsubi\tr24, 0x88\t; 136\n    2f10:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    2f12:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    2f14:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n    2f16:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2f1a:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2f1e:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2f22:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n\t\t\t\t// keep it on for very first day to keep orbit data? -> no, because after getting time will sleep immediately\n\t\t\t\t#if\t(BACKUP_POWER_ON_DURING_NIGHT_TIME == false)\n\t\t\t\t\tdeviceL70backupOff(); // WARNING: backup power goes OFF here but staying in tracking -> turns on again in trackingMerged\n    2f26:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2f2a:\t46 c0       \trjmp\t.+140    \t; 0x2fb8 <main+0x336>\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse { // normal RTC wake up\n\t\t\t\t#if TRACKING_MODE != TRACKING_MODE_TEST\n\t\t\t\t\ttrackingMerged();\n    2f2c:\t0e 94 60 12 \tcall\t0x24c0\t; 0x24c0 <_Z14trackingMergedv>\n    2f30:\t43 c0       \trjmp\t.+134    \t; 0x2fb8 <main+0x336>\n\t\t\t\t#endif\n\t\t\t\t// here at the end backup power normally is ON! (exception: state transition)\n\t\t\t}\n\t\t}\n\t\t/** STATE: VOLTAGE INCORRECT */\n\t\telse if(state == ST_VOLTAGE_INCORRECT) { // download pin interrupt active, RTC interrupt active, backup pin OFF\n    2f32:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2f34:\t41 f5       \tbrne\t.+80     \t; 0x2f86 <main+0x304>\n\t\t\tif(voltageNotOkay()) {\n    2f36:\t0e 94 ad 08 \tcall\t0x115a\t; 0x115a <_Z14voltageNotOkayv>\n    2f3a:\t88 23       \tand\tr24, r24\n    2f3c:\t29 f0       \tbreq\t.+10     \t; 0x2f48 <main+0x2c6>\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT);\n    2f3e:\t88 e0       \tldi\tr24, 0x08\t; 8\n    2f40:\t97 e0       \tldi\tr25, 0x07\t; 7\n    2f42:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f46:\t38 c0       \trjmp\t.+112    \t; 0x2fb8 <main+0x336>\n\t\t\t}\n\t\t\telse { // woke up by RTC or by download button and voltage okay again\n\t\t\t\tbool enterDownloadMode = false;\n\t\t\t\tif(downloadInterrupt) { enterDownloadMode = downloadButtonPressedFor3Seconds(); } // if woke up by download button -> check if pressed for 3 more seconds\n    2f48:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2f4c:\t88 23       \tand\tr24, r24\n    2f4e:\t59 f0       \tbreq\t.+22     \t; 0x2f66 <main+0x2e4>\n    2f50:\t0e 94 b0 10 \tcall\t0x2160\t; 0x2160 <_Z32downloadButtonPressedFor3Secondsv>\n\t\t\t\t\n\t\t\t\t// if voltage okay and woken up by whatever reason -> should leave ST_VOLTAGE_INCORRECT\n\t\t\t\tif(enterDownloadMode) { // highest priority: someone pressed download button (long enough)\n    2f54:\t88 23       \tand\tr24, r24\n    2f56:\t39 f0       \tbreq\t.+14     \t; 0x2f66 <main+0x2e4>\n\t\t\t\t\tstate = ST_DOWNLOAD;\n    2f58:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n    2f5c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2f5e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f60:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f64:\t29 c0       \trjmp\t.+82     \t; 0x2fb8 <main+0x336>\n\t\t\t\t}\n\t\t\t\telse if(activated) { // not pressed long enough or \"normal\" wake up by RTC, but already activated -> go back to tracking\n    2f66:\t80 91 16 38 \tlds\tr24, 0x3816\t; 0x803816 <activated>\n    2f6a:\t88 23       \tand\tr24, r24\n    2f6c:\t39 f0       \tbreq\t.+14     \t; 0x2f7c <main+0x2fa>\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2f6e:\td0 92 30 38 \tsts\t0x3830, r13\t; 0x803830 <state>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go back into tracking after 1 second\n    2f72:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2f74:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f76:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f7a:\t1e c0       \trjmp\t.+60     \t; 0x2fb8 <main+0x336>\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here -> will be turned on in the tracking functions\t\t\t\t\n\t\t\t\t}\n\t\t\t\telse { // very unusual: voltage not okay in first start state -> transit to here before activation\n\t\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // otherwise cannot be activated with GPIO2 when in under voltage immediately after start\n    2f7c:\t0e 94 7a 00 \tcall\t0xf4\t; 0xf4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>\n\t\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2f80:\tb0 92 30 38 \tsts\t0x3830, r11\t; 0x803830 <state>\n    2f84:\t19 c0       \trjmp\t.+50     \t; 0x2fb8 <main+0x336>\n\t\t\t\t}\n\t\t\t}\t\t\n\t\t}\n\t\t/** STATE: MEMORY FULL */\t\n\t\telse if(state == ST_MEMORY_FULL) { // no voltage check because minimal power consumption, download pin interrupt active\n    2f86:\t83 30       \tcpi\tr24, 0x03\t; 3\n    2f88:\t69 f4       \tbrne\t.+26     \t; 0x2fa4 <main+0x322>\n\t\t\tif(downloadInterrupt) { // don't wait long here and check again status because when memory full entering activation state afterwards isn't a problem\n    2f8a:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2f8e:\t88 23       \tand\tr24, r24\n    2f90:\t99 f0       \tbreq\t.+38     \t; 0x2fb8 <main+0x336>\n\t\t\t\tdownloadInterrupt = false;\n    2f92:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\t\tstate = ST_DOWNLOAD;\n    2f96:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode in 1 second\n    2f9a:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2f9c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f9e:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2fa2:\t0a c0       \trjmp\t.+20     \t; 0x2fb8 <main+0x336>\n\t\t\t}\n\t\t}\n\t\t/** STATE: DOWNLOAD */\n\t\telse if(state == ST_DOWNLOAD) { // no voltage check because minimal power consumption, download pin interrupt active\n    2fa4:\t85 30       \tcpi\tr24, 0x05\t; 5\n    2fa6:\t41 f4       \tbrne\t.+16     \t; 0x2fb8 <main+0x336>\n\t\t\tstartMenue();\n    2fa8:\t0e 94 2c 0c \tcall\t0x1858\t; 0x1858 <_Z10startMenuev>\n\t\t\tstate = ST_FIRST_START_HARD_RESET; // RESTARTING TAG!\n    2fac:\t10 92 30 38 \tsts\t0x3830, r1\t; 0x803830 <state>\n\t\t\tdeviceInitInternalRTCInterrupt(1); // go into start state again in 1 second\n    2fb0:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2fb2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2fb4:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t}\n\t\t\n\t\trtcInterrupt = false; // reset RTC interrupt flag\n    2fb8:\t10 92 1b 38 \tsts\t0x381B, r1\t; 0x80381b <rtcInterrupt>\n\t\tdownloadInterrupt = false; // reset download interrupt flag\n    2fbc:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\tgpio2Interrupt = false; // reset gpio2 interrupt flag\n    2fc0:\t10 92 1c 38 \tsts\t0x381C, r1\t; 0x80381c <gpio2Interrupt>\n\t\tdeviceStandbySleep(); // go to sleep until an interrupt happens\n    2fc4:\t0e 94 e8 00 \tcall\t0x1d0\t; 0x1d0 <_Z18deviceStandbySleepv>\n}\n\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n    2fc8:\t71 ce       \trjmp\t.-798    \t; 0x2cac <main+0x2a>\n\n00002fca <_ZL17usePrintfFunctioncP6__file>:\n\t\tprintNum(in / 10);\n\t}\n\tuint8_t digit = in % 10;\n\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n\tUSART0.TXDATAL = '0' + digit;\n}\n    2fca:\te0 e0       \tldi\tr30, 0x00\t; 0\n    2fcc:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    2fce:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    2fd0:\t95 ff       \tsbrs\tr25, 5\n    2fd2:\tfd cf       \trjmp\t.-6      \t; 0x2fce <_ZL17usePrintfFunctioncP6__file+0x4>\n    2fd4:\t80 93 02 08 \tsts\t0x0802, r24\t; 0x800802 <__RODATA_PM_OFFSET__+0x7f8802>\n    2fd8:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2fda:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2fdc:\t08 95       \tret\n\n00002fde <_Z23initPrimaryUARTwith9600v>:\n    2fde:\t10 92 e2 05 \tsts\t0x05E2, r1\t; 0x8005e2 <__RODATA_PM_OFFSET__+0x7f85e2>\n    2fe2:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    2fe4:\tb8 e0       \tldi\tr27, 0x08\t; 8\n    2fe6:\t16 96       \tadiw\tr26, 0x06\t; 6\n    2fe8:\t8c 91       \tld\tr24, X\n    2fea:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    2fec:\t80 6c       \tori\tr24, 0xC0\t; 192\n    2fee:\t16 96       \tadiw\tr26, 0x06\t; 6\n    2ff0:\t8c 93       \tst\tX, r24\n    2ff2:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    2ff4:\te0 e2       \tldi\tr30, 0x20\t; 32\n    2ff6:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    2ff8:\t84 e0       \tldi\tr24, 0x04\t; 4\n    2ffa:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    2ffc:\t80 81       \tld\tr24, Z\n    2ffe:\t84 60       \tori\tr24, 0x04\t; 4\n    3000:\t80 83       \tst\tZ, r24\n    3002:\t80 81       \tld\tr24, Z\n    3004:\t87 7f       \tandi\tr24, 0xF7\t; 247\n    3006:\t80 83       \tst\tZ, r24\n    3008:\t81 ea       \tldi\tr24, 0xA1\t; 161\n    300a:\t91 e0       \tldi\tr25, 0x01\t; 1\n    300c:\t18 96       \tadiw\tr26, 0x08\t; 8\n    300e:\t8d 93       \tst\tX+, r24\n    3010:\t9c 93       \tst\tX, r25\n    3012:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    3014:\t08 95       \tret\n\n00003016 <_Z22initSecondUARTwith9600v>:\n    3016:\t81 e0       \tldi\tr24, 0x01\t; 1\n    3018:\t80 93 e2 05 \tsts\t0x05E2, r24\t; 0x8005e2 <__RODATA_PM_OFFSET__+0x7f85e2>\n    301c:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    301e:\tb8 e0       \tldi\tr27, 0x08\t; 8\n    3020:\t16 96       \tadiw\tr26, 0x06\t; 6\n    3022:\t8c 91       \tld\tr24, X\n    3024:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    3026:\t80 6c       \tori\tr24, 0xC0\t; 192\n    3028:\t16 96       \tadiw\tr26, 0x06\t; 6\n    302a:\t8c 93       \tst\tX, r24\n    302c:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    302e:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3030:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    3032:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n    3034:\t12 8a       \tstd\tZ+18, r1\t; 0x12\n    3036:\t82 e0       \tldi\tr24, 0x02\t; 2\n    3038:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    303a:\t80 81       \tld\tr24, Z\n    303c:\t82 60       \tori\tr24, 0x02\t; 2\n    303e:\t80 83       \tst\tZ, r24\n    3040:\t80 81       \tld\tr24, Z\n    3042:\t8b 7f       \tandi\tr24, 0xFB\t; 251\n    3044:\t80 83       \tst\tZ, r24\n    3046:\t81 ea       \tldi\tr24, 0xA1\t; 161\n    3048:\t91 e0       \tldi\tr25, 0x01\t; 1\n    304a:\t18 96       \tadiw\tr26, 0x08\t; 8\n    304c:\t8d 93       \tst\tX+, r24\n    304e:\t9c 93       \tst\tX, r25\n    3050:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    3052:\t08 95       \tret\n\n00003054 <_Z9uartFlushv>:\n    3054:\t80 91 04 08 \tlds\tr24, 0x0804\t; 0x800804 <__RODATA_PM_OFFSET__+0x7f8804>\n    3058:\t88 23       \tand\tr24, r24\n    305a:\t3c f4       \tbrge\t.+14     \t; 0x306a <_Z9uartFlushv+0x16>\n    305c:\te0 e0       \tldi\tr30, 0x00\t; 0\n    305e:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    3060:\t80 81       \tld\tr24, Z\n    3062:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    3064:\t99 23       \tand\tr25, r25\n    3066:\te4 f3       \tbrlt\t.-8      \t; 0x3060 <_Z9uartFlushv+0xc>\n    3068:\t08 95       \tret\n    306a:\t80 e0       \tldi\tr24, 0x00\t; 0\n    306c:\t08 95       \tret\n\n0000306e <_Z20deinitSecondUartPinsv>:\n    306e:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3070:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    3072:\t80 81       \tld\tr24, Z\n    3074:\t8d 7f       \tandi\tr24, 0xFD\t; 253\n    3076:\t80 83       \tst\tZ, r24\n    3078:\t80 81       \tld\tr24, Z\n    307a:\t8b 7f       \tandi\tr24, 0xFB\t; 251\n    307c:\t80 83       \tst\tZ, r24\n    307e:\t84 e0       \tldi\tr24, 0x04\t; 4\n    3080:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n    3082:\t82 8b       \tstd\tZ+18, r24\t; 0x12\n    3084:\t08 95       \tret\n\n00003086 <_Z7uartOffv>:\n    3086:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3088:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    308a:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    308c:\t86 ff       \tsbrs\tr24, 6\n    308e:\tfd cf       \trjmp\t.-6      \t; 0x308a <_Z7uartOffv+0x4>\n    3090:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    3092:\t85 ff       \tsbrs\tr24, 5\n    3094:\tfa cf       \trjmp\t.-12     \t; 0x308a <_Z7uartOffv+0x4>\n    3096:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3098:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    309a:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    309c:\t80 64       \tori\tr24, 0x40\t; 64\n    309e:\t84 83       \tstd\tZ+4, r24\t; 0x04\n    30a0:\t16 82       \tstd\tZ+6, r1\t; 0x06\n    30a2:\t08 95       \tret\n\n000030a4 <_Z8uartReadcPchj>:\n    30a4:\tef 92       \tpush\tr14\n    30a6:\tff 92       \tpush\tr15\n    30a8:\t0f 93       \tpush\tr16\n    30aa:\t1f 93       \tpush\tr17\n    30ac:\tcf 93       \tpush\tr28\n    30ae:\tdf 93       \tpush\tr29\n    30b0:\t18 2f       \tmov\tr17, r24\n    30b2:\t7b 01       \tmovw\tr14, r22\n    30b4:\t04 2f       \tmov\tr16, r20\n    30b6:\te9 01       \tmovw\tr28, r18\n    30b8:\t50 e0       \tldi\tr21, 0x00\t; 0\n    30ba:\t60 e0       \tldi\tr22, 0x00\t; 0\n    30bc:\t70 e0       \tldi\tr23, 0x00\t; 0\n    30be:\tc7 01       \tmovw\tr24, r14\n    30c0:\t0e 94 9e 19 \tcall\t0x333c\t; 0x333c <memset>\n    30c4:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    30c8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    30ca:\te0 e0       \tldi\tr30, 0x00\t; 0\n    30cc:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    30ce:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    30d0:\t88 23       \tand\tr24, r24\n    30d2:\t54 f0       \tbrlt\t.+20     \t; 0x30e8 <_Z8uartReadcPchj+0x44>\n    30d4:\t21 97       \tsbiw\tr28, 0x01\t; 1\n    30d6:\ta9 ef       \tldi\tr26, 0xF9\t; 249\n    30d8:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    30da:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    30dc:\tf1 f7       \tbrne\t.-4      \t; 0x30da <_Z8uartReadcPchj+0x36>\n    30de:\t00 c0       \trjmp\t.+0      \t; 0x30e0 <_Z8uartReadcPchj+0x3c>\n    30e0:\t00 00       \tnop\n    30e2:\t20 97       \tsbiw\tr28, 0x00\t; 0\n    30e4:\ta1 f7       \tbrne\t.-24     \t; 0x30ce <_Z8uartReadcPchj+0x2a>\n    30e6:\t18 c0       \trjmp\t.+48     \t; 0x3118 <_Z8uartReadcPchj+0x74>\n    30e8:\t80 81       \tld\tr24, Z\n    30ea:\t8a 30       \tcpi\tr24, 0x0A\t; 10\n    30ec:\t69 f0       \tbreq\t.+26     \t; 0x3108 <_Z8uartReadcPchj+0x64>\n    30ee:\t8d 30       \tcpi\tr24, 0x0D\t; 13\n    30f0:\t59 f0       \tbreq\t.+22     \t; 0x3108 <_Z8uartReadcPchj+0x64>\n    30f2:\t21 e0       \tldi\tr18, 0x01\t; 1\n    30f4:\t29 0f       \tadd\tr18, r25\n    30f6:\td7 01       \tmovw\tr26, r14\n    30f8:\ta9 0f       \tadd\tr26, r25\n    30fa:\tb1 1d       \tadc\tr27, r1\n    30fc:\t8c 93       \tst\tX, r24\n    30fe:\t20 17       \tcp\tr18, r16\n    3100:\t10 f0       \tbrcs\t.+4      \t; 0x3106 <_Z8uartReadcPchj+0x62>\n    3102:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3104:\t01 c0       \trjmp\t.+2      \t; 0x3108 <_Z8uartReadcPchj+0x64>\n    3106:\t92 2f       \tmov\tr25, r18\n    3108:\t81 13       \tcpse\tr24, r17\n    310a:\te1 cf       \trjmp\t.-62     \t; 0x30ce <_Z8uartReadcPchj+0x2a>\n    310c:\tf7 01       \tmovw\tr30, r14\n    310e:\te9 0f       \tadd\tr30, r25\n    3110:\tf1 1d       \tadc\tr31, r1\n    3112:\t10 82       \tst\tZ, r1\n    3114:\t81 e0       \tldi\tr24, 0x01\t; 1\n    3116:\t01 c0       \trjmp\t.+2      \t; 0x311a <_Z8uartReadcPchj+0x76>\n    3118:\t80 e0       \tldi\tr24, 0x00\t; 0\n    311a:\tdf 91       \tpop\tr29\n    311c:\tcf 91       \tpop\tr28\n    311e:\t1f 91       \tpop\tr17\n    3120:\t0f 91       \tpop\tr16\n    3122:\tff 90       \tpop\tr15\n    3124:\tef 90       \tpop\tr14\n    3126:\t08 95       \tret\n\n00003128 <_Z21uartReadMultipleLineshcPchj>:\n    3128:\tdf 92       \tpush\tr13\n    312a:\tef 92       \tpush\tr14\n    312c:\tff 92       \tpush\tr15\n    312e:\t0f 93       \tpush\tr16\n    3130:\t1f 93       \tpush\tr17\n    3132:\tcf 93       \tpush\tr28\n    3134:\tdf 93       \tpush\tr29\n    3136:\td8 2e       \tmov\tr13, r24\n    3138:\te6 2e       \tmov\tr14, r22\n    313a:\tea 01       \tmovw\tr28, r20\n    313c:\tf2 2e       \tmov\tr15, r18\n    313e:\t88 23       \tand\tr24, r24\n    3140:\t89 f1       \tbreq\t.+98     \t; 0x31a4 <_Z21uartReadMultipleLineshcPchj+0x7c>\n    3142:\t42 2f       \tmov\tr20, r18\n    3144:\t50 e0       \tldi\tr21, 0x00\t; 0\n    3146:\t60 e0       \tldi\tr22, 0x00\t; 0\n    3148:\t70 e0       \tldi\tr23, 0x00\t; 0\n    314a:\tce 01       \tmovw\tr24, r28\n    314c:\t0e 94 9e 19 \tcall\t0x333c\t; 0x333c <memset>\n    3150:\t0e 94 2a 18 \tcall\t0x3054\t; 0x3054 <_Z9uartFlushv>\n    3154:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3156:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3158:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    315a:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    315c:\t88 23       \tand\tr24, r24\n    315e:\t64 f0       \tbrlt\t.+24     \t; 0x3178 <_Z21uartReadMultipleLineshcPchj+0x50>\n    3160:\t01 50       \tsubi\tr16, 0x01\t; 1\n    3162:\t11 09       \tsbc\tr17, r1\n    3164:\ta9 ef       \tldi\tr26, 0xF9\t; 249\n    3166:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    3168:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    316a:\tf1 f7       \tbrne\t.-4      \t; 0x3168 <_Z21uartReadMultipleLineshcPchj+0x40>\n    316c:\t00 c0       \trjmp\t.+0      \t; 0x316e <_Z21uartReadMultipleLineshcPchj+0x46>\n    316e:\t00 00       \tnop\n    3170:\t01 15       \tcp\tr16, r1\n    3172:\t11 05       \tcpc\tr17, r1\n    3174:\t91 f7       \tbrne\t.-28     \t; 0x315a <_Z21uartReadMultipleLineshcPchj+0x32>\n    3176:\t18 c0       \trjmp\t.+48     \t; 0x31a8 <_Z21uartReadMultipleLineshcPchj+0x80>\n    3178:\t80 81       \tld\tr24, Z\n    317a:\t21 e0       \tldi\tr18, 0x01\t; 1\n    317c:\t29 0f       \tadd\tr18, r25\n    317e:\tde 01       \tmovw\tr26, r28\n    3180:\ta9 0f       \tadd\tr26, r25\n    3182:\tb1 1d       \tadc\tr27, r1\n    3184:\t8c 93       \tst\tX, r24\n    3186:\t2f 15       \tcp\tr18, r15\n    3188:\t10 f0       \tbrcs\t.+4      \t; 0x318e <_Z21uartReadMultipleLineshcPchj+0x66>\n    318a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    318c:\t01 c0       \trjmp\t.+2      \t; 0x3190 <_Z21uartReadMultipleLineshcPchj+0x68>\n    318e:\t92 2f       \tmov\tr25, r18\n    3190:\t8e 11       \tcpse\tr24, r14\n    3192:\te3 cf       \trjmp\t.-58     \t; 0x315a <_Z21uartReadMultipleLineshcPchj+0x32>\n    3194:\tda 94       \tdec\tr13\n    3196:\td1 10       \tcpse\tr13, r1\n    3198:\te0 cf       \trjmp\t.-64     \t; 0x315a <_Z21uartReadMultipleLineshcPchj+0x32>\n    319a:\tc9 0f       \tadd\tr28, r25\n    319c:\td1 1d       \tadc\tr29, r1\n    319e:\t18 82       \tst\tY, r1\n    31a0:\t81 e0       \tldi\tr24, 0x01\t; 1\n    31a2:\t03 c0       \trjmp\t.+6      \t; 0x31aa <_Z21uartReadMultipleLineshcPchj+0x82>\n    31a4:\t80 e0       \tldi\tr24, 0x00\t; 0\n    31a6:\t01 c0       \trjmp\t.+2      \t; 0x31aa <_Z21uartReadMultipleLineshcPchj+0x82>\n    31a8:\t80 e0       \tldi\tr24, 0x00\t; 0\n    31aa:\tdf 91       \tpop\tr29\n    31ac:\tcf 91       \tpop\tr28\n    31ae:\t1f 91       \tpop\tr17\n    31b0:\t0f 91       \tpop\tr16\n    31b2:\tff 90       \tpop\tr15\n    31b4:\tef 90       \tpop\tr14\n    31b6:\tdf 90       \tpop\tr13\n    31b8:\t08 95       \tret\n\n000031ba <_Z9usePrintfv>:\n\treturn 0;\n}\n\nvoid usePrintf() {\n\tstatic FILE mystdout;\n\tfdev_setup_stream(&mystdout, usePrintfFunction, NULL, _FDEV_SETUP_WRITE);\n    31ba:\te1 e3       \tldi\tr30, 0x31\t; 49\n    31bc:\tf8 e3       \tldi\tr31, 0x38\t; 56\n    31be:\t85 ee       \tldi\tr24, 0xE5\t; 229\n    31c0:\t97 e1       \tldi\tr25, 0x17\t; 23\n    31c2:\t80 87       \tstd\tZ+8, r24\t; 0x08\n    31c4:\t91 87       \tstd\tZ+9, r25\t; 0x09\n    31c6:\t12 86       \tstd\tZ+10, r1\t; 0x0a\n    31c8:\t13 86       \tstd\tZ+11, r1\t; 0x0b\n    31ca:\t82 e0       \tldi\tr24, 0x02\t; 2\n    31cc:\t83 83       \tstd\tZ+3, r24\t; 0x03\n    31ce:\t14 86       \tstd\tZ+12, r1\t; 0x0c\n    31d0:\t15 86       \tstd\tZ+13, r1\t; 0x0d\n\tstdout = &mystdout;\n    31d2:\te0 93 41 38 \tsts\t0x3841, r30\t; 0x803841 <__iob+0x2>\n    31d6:\tf0 93 42 38 \tsts\t0x3842, r31\t; 0x803842 <__iob+0x3>\n    31da:\t08 95       \tret\n\n000031dc <__mulsi3>:\n    31dc:\tdb 01       \tmovw\tr26, r22\n    31de:\t8f 93       \tpush\tr24\n    31e0:\t9f 93       \tpush\tr25\n    31e2:\t0e 94 4e 19 \tcall\t0x329c\t; 0x329c <__muluhisi3>\n    31e6:\tbf 91       \tpop\tr27\n    31e8:\taf 91       \tpop\tr26\n    31ea:\ta2 9f       \tmul\tr26, r18\n    31ec:\t80 0d       \tadd\tr24, r0\n    31ee:\t91 1d       \tadc\tr25, r1\n    31f0:\ta3 9f       \tmul\tr26, r19\n    31f2:\t90 0d       \tadd\tr25, r0\n    31f4:\tb2 9f       \tmul\tr27, r18\n    31f6:\t90 0d       \tadd\tr25, r0\n    31f8:\t11 24       \teor\tr1, r1\n    31fa:\t08 95       \tret\n\n000031fc <__udivmodsi4>:\n    31fc:\ta1 e2       \tldi\tr26, 0x21\t; 33\n    31fe:\t1a 2e       \tmov\tr1, r26\n    3200:\taa 1b       \tsub\tr26, r26\n    3202:\tbb 1b       \tsub\tr27, r27\n    3204:\tfd 01       \tmovw\tr30, r26\n    3206:\t0d c0       \trjmp\t.+26     \t; 0x3222 <__udivmodsi4_ep>\n\n00003208 <__udivmodsi4_loop>:\n    3208:\taa 1f       \tadc\tr26, r26\n    320a:\tbb 1f       \tadc\tr27, r27\n    320c:\tee 1f       \tadc\tr30, r30\n    320e:\tff 1f       \tadc\tr31, r31\n    3210:\ta2 17       \tcp\tr26, r18\n    3212:\tb3 07       \tcpc\tr27, r19\n    3214:\te4 07       \tcpc\tr30, r20\n    3216:\tf5 07       \tcpc\tr31, r21\n    3218:\t20 f0       \tbrcs\t.+8      \t; 0x3222 <__udivmodsi4_ep>\n    321a:\ta2 1b       \tsub\tr26, r18\n    321c:\tb3 0b       \tsbc\tr27, r19\n    321e:\te4 0b       \tsbc\tr30, r20\n    3220:\tf5 0b       \tsbc\tr31, r21\n\n00003222 <__udivmodsi4_ep>:\n    3222:\t66 1f       \tadc\tr22, r22\n    3224:\t77 1f       \tadc\tr23, r23\n    3226:\t88 1f       \tadc\tr24, r24\n    3228:\t99 1f       \tadc\tr25, r25\n    322a:\t1a 94       \tdec\tr1\n    322c:\t69 f7       \tbrne\t.-38     \t; 0x3208 <__udivmodsi4_loop>\n    322e:\t60 95       \tcom\tr22\n    3230:\t70 95       \tcom\tr23\n    3232:\t80 95       \tcom\tr24\n    3234:\t90 95       \tcom\tr25\n    3236:\t9b 01       \tmovw\tr18, r22\n    3238:\tac 01       \tmovw\tr20, r24\n    323a:\tbd 01       \tmovw\tr22, r26\n    323c:\tcf 01       \tmovw\tr24, r30\n    323e:\t08 95       \tret\n\n00003240 <__divmodsi4>:\n    3240:\t05 2e       \tmov\tr0, r21\n    3242:\t97 fb       \tbst\tr25, 7\n    3244:\t1e f4       \tbrtc\t.+6      \t; 0x324c <__divmodsi4+0xc>\n    3246:\t00 94       \tcom\tr0\n    3248:\t0e 94 37 19 \tcall\t0x326e\t; 0x326e <__negsi2>\n    324c:\t57 fd       \tsbrc\tr21, 7\n    324e:\t07 d0       \trcall\t.+14     \t; 0x325e <__divmodsi4_neg2>\n    3250:\t0e 94 fe 18 \tcall\t0x31fc\t; 0x31fc <__udivmodsi4>\n    3254:\t07 fc       \tsbrc\tr0, 7\n    3256:\t03 d0       \trcall\t.+6      \t; 0x325e <__divmodsi4_neg2>\n    3258:\t4e f4       \tbrtc\t.+18     \t; 0x326c <__divmodsi4_exit>\n    325a:\t0c 94 37 19 \tjmp\t0x326e\t; 0x326e <__negsi2>\n\n0000325e <__divmodsi4_neg2>:\n    325e:\t50 95       \tcom\tr21\n    3260:\t40 95       \tcom\tr20\n    3262:\t30 95       \tcom\tr19\n    3264:\t21 95       \tneg\tr18\n    3266:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3268:\t4f 4f       \tsbci\tr20, 0xFF\t; 255\n    326a:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n\n0000326c <__divmodsi4_exit>:\n    326c:\t08 95       \tret\n\n0000326e <__negsi2>:\n    326e:\t90 95       \tcom\tr25\n    3270:\t80 95       \tcom\tr24\n    3272:\t70 95       \tcom\tr23\n    3274:\t61 95       \tneg\tr22\n    3276:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    3278:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    327a:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    327c:\t08 95       \tret\n\n0000327e <__umulhisi3>:\n    327e:\ta2 9f       \tmul\tr26, r18\n    3280:\tb0 01       \tmovw\tr22, r0\n    3282:\tb3 9f       \tmul\tr27, r19\n    3284:\tc0 01       \tmovw\tr24, r0\n    3286:\ta3 9f       \tmul\tr26, r19\n    3288:\t70 0d       \tadd\tr23, r0\n    328a:\t81 1d       \tadc\tr24, r1\n    328c:\t11 24       \teor\tr1, r1\n    328e:\t91 1d       \tadc\tr25, r1\n    3290:\tb2 9f       \tmul\tr27, r18\n    3292:\t70 0d       \tadd\tr23, r0\n    3294:\t81 1d       \tadc\tr24, r1\n    3296:\t11 24       \teor\tr1, r1\n    3298:\t91 1d       \tadc\tr25, r1\n    329a:\t08 95       \tret\n\n0000329c <__muluhisi3>:\n    329c:\t0e 94 3f 19 \tcall\t0x327e\t; 0x327e <__umulhisi3>\n    32a0:\ta5 9f       \tmul\tr26, r21\n    32a2:\t90 0d       \tadd\tr25, r0\n    32a4:\tb4 9f       \tmul\tr27, r20\n    32a6:\t90 0d       \tadd\tr25, r0\n    32a8:\ta4 9f       \tmul\tr26, r20\n    32aa:\t80 0d       \tadd\tr24, r0\n    32ac:\t91 1d       \tadc\tr25, r1\n    32ae:\t11 24       \teor\tr1, r1\n    32b0:\t08 95       \tret\n\n000032b2 <atoi>:\n    32b2:\tfc 01       \tmovw\tr30, r24\n    32b4:\t88 27       \teor\tr24, r24\n    32b6:\t99 27       \teor\tr25, r25\n    32b8:\te8 94       \tclt\n    32ba:\t21 91       \tld\tr18, Z+\n    32bc:\t20 32       \tcpi\tr18, 0x20\t; 32\n    32be:\te9 f3       \tbreq\t.-6      \t; 0x32ba <atoi+0x8>\n    32c0:\t29 30       \tcpi\tr18, 0x09\t; 9\n    32c2:\t10 f0       \tbrcs\t.+4      \t; 0x32c8 <atoi+0x16>\n    32c4:\t2e 30       \tcpi\tr18, 0x0E\t; 14\n    32c6:\tc8 f3       \tbrcs\t.-14     \t; 0x32ba <atoi+0x8>\n    32c8:\t2b 32       \tcpi\tr18, 0x2B\t; 43\n    32ca:\t41 f0       \tbreq\t.+16     \t; 0x32dc <atoi+0x2a>\n    32cc:\t2d 32       \tcpi\tr18, 0x2D\t; 45\n    32ce:\t39 f4       \tbrne\t.+14     \t; 0x32de <atoi+0x2c>\n    32d0:\t68 94       \tset\n    32d2:\t04 c0       \trjmp\t.+8      \t; 0x32dc <atoi+0x2a>\n    32d4:\t0e 94 c5 19 \tcall\t0x338a\t; 0x338a <__mulhi_const_10>\n    32d8:\t82 0f       \tadd\tr24, r18\n    32da:\t91 1d       \tadc\tr25, r1\n    32dc:\t21 91       \tld\tr18, Z+\n    32de:\t20 53       \tsubi\tr18, 0x30\t; 48\n    32e0:\t2a 30       \tcpi\tr18, 0x0A\t; 10\n    32e2:\tc0 f3       \tbrcs\t.-16     \t; 0x32d4 <atoi+0x22>\n    32e4:\t1e f4       \tbrtc\t.+6      \t; 0x32ec <atoi+0x3a>\n    32e6:\t90 95       \tcom\tr25\n    32e8:\t81 95       \tneg\tr24\n    32ea:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    32ec:\t08 95       \tret\n\n000032ee <atol>:\n    32ee:\t1f 93       \tpush\tr17\n    32f0:\tfc 01       \tmovw\tr30, r24\n    32f2:\t99 27       \teor\tr25, r25\n    32f4:\t88 27       \teor\tr24, r24\n    32f6:\tbc 01       \tmovw\tr22, r24\n    32f8:\te8 94       \tclt\n    32fa:\t11 91       \tld\tr17, Z+\n    32fc:\t10 32       \tcpi\tr17, 0x20\t; 32\n    32fe:\te9 f3       \tbreq\t.-6      \t; 0x32fa <atol+0xc>\n    3300:\t19 30       \tcpi\tr17, 0x09\t; 9\n    3302:\t10 f0       \tbrcs\t.+4      \t; 0x3308 <atol+0x1a>\n    3304:\t1e 30       \tcpi\tr17, 0x0E\t; 14\n    3306:\tc8 f3       \tbrcs\t.-14     \t; 0x32fa <atol+0xc>\n    3308:\t1b 32       \tcpi\tr17, 0x2B\t; 43\n    330a:\t51 f0       \tbreq\t.+20     \t; 0x3320 <atol+0x32>\n    330c:\t1d 32       \tcpi\tr17, 0x2D\t; 45\n    330e:\t49 f4       \tbrne\t.+18     \t; 0x3322 <atol+0x34>\n    3310:\t68 94       \tset\n    3312:\t06 c0       \trjmp\t.+12     \t; 0x3320 <atol+0x32>\n    3314:\t0e 94 b0 19 \tcall\t0x3360\t; 0x3360 <__mulsi_const_10>\n    3318:\t61 0f       \tadd\tr22, r17\n    331a:\t71 1d       \tadc\tr23, r1\n    331c:\t81 1d       \tadc\tr24, r1\n    331e:\t91 1d       \tadc\tr25, r1\n    3320:\t11 91       \tld\tr17, Z+\n    3322:\t10 53       \tsubi\tr17, 0x30\t; 48\n    3324:\t1a 30       \tcpi\tr17, 0x0A\t; 10\n    3326:\tb0 f3       \tbrcs\t.-20     \t; 0x3314 <atol+0x26>\n    3328:\t3e f4       \tbrtc\t.+14     \t; 0x3338 <atol+0x4a>\n    332a:\t90 95       \tcom\tr25\n    332c:\t80 95       \tcom\tr24\n    332e:\t70 95       \tcom\tr23\n    3330:\t61 95       \tneg\tr22\n    3332:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    3334:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    3336:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3338:\t1f 91       \tpop\tr17\n    333a:\t08 95       \tret\n\n0000333c <memset>:\n    333c:\tdc 01       \tmovw\tr26, r24\n    333e:\t01 c0       \trjmp\t.+2      \t; 0x3342 <memset+0x6>\n    3340:\t6d 93       \tst\tX+, r22\n    3342:\t41 50       \tsubi\tr20, 0x01\t; 1\n    3344:\t50 40       \tsbci\tr21, 0x00\t; 0\n    3346:\te0 f7       \tbrcc\t.-8      \t; 0x3340 <memset+0x4>\n    3348:\t08 95       \tret\n\n0000334a <strchr>:\n    334a:\tfc 01       \tmovw\tr30, r24\n    334c:\t81 91       \tld\tr24, Z+\n    334e:\t86 17       \tcp\tr24, r22\n    3350:\t21 f0       \tbreq\t.+8      \t; 0x335a <strchr+0x10>\n    3352:\t88 23       \tand\tr24, r24\n    3354:\td9 f7       \tbrne\t.-10     \t; 0x334c <strchr+0x2>\n    3356:\t99 27       \teor\tr25, r25\n    3358:\t08 95       \tret\n    335a:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    335c:\tcf 01       \tmovw\tr24, r30\n    335e:\t08 95       \tret\n\n00003360 <__mulsi_const_10>:\n    3360:\t59 2f       \tmov\tr21, r25\n    3362:\t48 2f       \tmov\tr20, r24\n    3364:\t37 2f       \tmov\tr19, r23\n    3366:\t26 2f       \tmov\tr18, r22\n    3368:\t66 0f       \tadd\tr22, r22\n    336a:\t77 1f       \tadc\tr23, r23\n    336c:\t88 1f       \tadc\tr24, r24\n    336e:\t99 1f       \tadc\tr25, r25\n    3370:\t66 0f       \tadd\tr22, r22\n    3372:\t77 1f       \tadc\tr23, r23\n    3374:\t88 1f       \tadc\tr24, r24\n    3376:\t99 1f       \tadc\tr25, r25\n    3378:\t62 0f       \tadd\tr22, r18\n    337a:\t73 1f       \tadc\tr23, r19\n    337c:\t84 1f       \tadc\tr24, r20\n    337e:\t95 1f       \tadc\tr25, r21\n    3380:\t66 0f       \tadd\tr22, r22\n    3382:\t77 1f       \tadc\tr23, r23\n    3384:\t88 1f       \tadc\tr24, r24\n    3386:\t99 1f       \tadc\tr25, r25\n    3388:\t08 95       \tret\n\n0000338a <__mulhi_const_10>:\n    338a:\t7a e0       \tldi\tr23, 0x0A\t; 10\n    338c:\t97 9f       \tmul\tr25, r23\n    338e:\t90 2d       \tmov\tr25, r0\n    3390:\t87 9f       \tmul\tr24, r23\n    3392:\t80 2d       \tmov\tr24, r0\n    3394:\t91 0d       \tadd\tr25, r1\n    3396:\t11 24       \teor\tr1, r1\n    3398:\t08 95       \tret\n\n0000339a <printf>:\n    339a:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    339c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    339e:\te3 ed       \tldi\tr30, 0xD3\t; 211\n    33a0:\tf9 e1       \tldi\tr31, 0x19\t; 25\n    33a2:\t0c 94 d0 1c \tjmp\t0x39a0\t; 0x39a0 <__prologue_saves__+0x20>\n    33a6:\tae 01       \tmovw\tr20, r28\n    33a8:\t4b 5f       \tsubi\tr20, 0xFB\t; 251\n    33aa:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    33ac:\tfa 01       \tmovw\tr30, r20\n    33ae:\t61 91       \tld\tr22, Z+\n    33b0:\t71 91       \tld\tr23, Z+\n    33b2:\taf 01       \tmovw\tr20, r30\n    33b4:\t80 91 41 38 \tlds\tr24, 0x3841\t; 0x803841 <__iob+0x2>\n    33b8:\t90 91 42 38 \tlds\tr25, 0x3842\t; 0x803842 <__iob+0x3>\n    33bc:\t0e 94 13 1a \tcall\t0x3426\t; 0x3426 <vfprintf>\n    33c0:\te2 e0       \tldi\tr30, 0x02\t; 2\n    33c2:\t0c 94 e9 1c \tjmp\t0x39d2\t; 0x39d2 <__epilogue_restores__+0x20>\n\n000033c6 <puts>:\n    33c6:\t0f 93       \tpush\tr16\n    33c8:\t1f 93       \tpush\tr17\n    33ca:\tcf 93       \tpush\tr28\n    33cc:\tdf 93       \tpush\tr29\n    33ce:\te0 91 41 38 \tlds\tr30, 0x3841\t; 0x803841 <__iob+0x2>\n    33d2:\tf0 91 42 38 \tlds\tr31, 0x3842\t; 0x803842 <__iob+0x3>\n    33d6:\t23 81       \tldd\tr18, Z+3\t; 0x03\n    33d8:\t21 ff       \tsbrs\tr18, 1\n    33da:\t1b c0       \trjmp\t.+54     \t; 0x3412 <puts+0x4c>\n    33dc:\t8c 01       \tmovw\tr16, r24\n    33de:\td0 e0       \tldi\tr29, 0x00\t; 0\n    33e0:\tc0 e0       \tldi\tr28, 0x00\t; 0\n    33e2:\tf8 01       \tmovw\tr30, r16\n    33e4:\t81 91       \tld\tr24, Z+\n    33e6:\t8f 01       \tmovw\tr16, r30\n    33e8:\t60 91 41 38 \tlds\tr22, 0x3841\t; 0x803841 <__iob+0x2>\n    33ec:\t70 91 42 38 \tlds\tr23, 0x3842\t; 0x803842 <__iob+0x3>\n    33f0:\tdb 01       \tmovw\tr26, r22\n    33f2:\t18 96       \tadiw\tr26, 0x08\t; 8\n    33f4:\ted 91       \tld\tr30, X+\n    33f6:\tfc 91       \tld\tr31, X\n    33f8:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    33fa:\t88 23       \tand\tr24, r24\n    33fc:\t31 f0       \tbreq\t.+12     \t; 0x340a <puts+0x44>\n    33fe:\t09 95       \ticall\n    3400:\t89 2b       \tor\tr24, r25\n    3402:\t79 f3       \tbreq\t.-34     \t; 0x33e2 <puts+0x1c>\n    3404:\tdf ef       \tldi\tr29, 0xFF\t; 255\n    3406:\tcf ef       \tldi\tr28, 0xFF\t; 255\n    3408:\tec cf       \trjmp\t.-40     \t; 0x33e2 <puts+0x1c>\n    340a:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    340c:\t09 95       \ticall\n    340e:\t89 2b       \tor\tr24, r25\n    3410:\t19 f0       \tbreq\t.+6      \t; 0x3418 <puts+0x52>\n    3412:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    3414:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    3416:\t02 c0       \trjmp\t.+4      \t; 0x341c <puts+0x56>\n    3418:\t8d 2f       \tmov\tr24, r29\n    341a:\t9c 2f       \tmov\tr25, r28\n    341c:\tdf 91       \tpop\tr29\n    341e:\tcf 91       \tpop\tr28\n    3420:\t1f 91       \tpop\tr17\n    3422:\t0f 91       \tpop\tr16\n    3424:\t08 95       \tret\n\n00003426 <vfprintf>:\n    3426:\tab e0       \tldi\tr26, 0x0B\t; 11\n    3428:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    342a:\te9 e1       \tldi\tr30, 0x19\t; 25\n    342c:\tfa e1       \tldi\tr31, 0x1A\t; 26\n    342e:\t0c 94 c0 1c \tjmp\t0x3980\t; 0x3980 <__prologue_saves__>\n    3432:\t6c 01       \tmovw\tr12, r24\n    3434:\t7b 01       \tmovw\tr14, r22\n    3436:\t8a 01       \tmovw\tr16, r20\n    3438:\tfc 01       \tmovw\tr30, r24\n    343a:\t16 82       \tstd\tZ+6, r1\t; 0x06\n    343c:\t17 82       \tstd\tZ+7, r1\t; 0x07\n    343e:\t83 81       \tldd\tr24, Z+3\t; 0x03\n    3440:\t81 ff       \tsbrs\tr24, 1\n    3442:\tcc c1       \trjmp\t.+920    \t; 0x37dc <vfprintf+0x3b6>\n    3444:\tce 01       \tmovw\tr24, r28\n    3446:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3448:\t3c 01       \tmovw\tr6, r24\n    344a:\tf6 01       \tmovw\tr30, r12\n    344c:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    344e:\tf7 01       \tmovw\tr30, r14\n    3450:\t93 fd       \tsbrc\tr25, 3\n    3452:\t85 91       \tlpm\tr24, Z+\n    3454:\t93 ff       \tsbrs\tr25, 3\n    3456:\t81 91       \tld\tr24, Z+\n    3458:\t7f 01       \tmovw\tr14, r30\n    345a:\t88 23       \tand\tr24, r24\n    345c:\t09 f4       \tbrne\t.+2      \t; 0x3460 <vfprintf+0x3a>\n    345e:\tba c1       \trjmp\t.+884    \t; 0x37d4 <vfprintf+0x3ae>\n    3460:\t85 32       \tcpi\tr24, 0x25\t; 37\n    3462:\t39 f4       \tbrne\t.+14     \t; 0x3472 <vfprintf+0x4c>\n    3464:\t93 fd       \tsbrc\tr25, 3\n    3466:\t85 91       \tlpm\tr24, Z+\n    3468:\t93 ff       \tsbrs\tr25, 3\n    346a:\t81 91       \tld\tr24, Z+\n    346c:\t7f 01       \tmovw\tr14, r30\n    346e:\t85 32       \tcpi\tr24, 0x25\t; 37\n    3470:\t29 f4       \tbrne\t.+10     \t; 0x347c <vfprintf+0x56>\n    3472:\tb6 01       \tmovw\tr22, r12\n    3474:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3476:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    347a:\te7 cf       \trjmp\t.-50     \t; 0x344a <vfprintf+0x24>\n    347c:\t91 2c       \tmov\tr9, r1\n    347e:\t21 2c       \tmov\tr2, r1\n    3480:\t31 2c       \tmov\tr3, r1\n    3482:\tff e1       \tldi\tr31, 0x1F\t; 31\n    3484:\tf3 15       \tcp\tr31, r3\n    3486:\td8 f0       \tbrcs\t.+54     \t; 0x34be <vfprintf+0x98>\n    3488:\t8b 32       \tcpi\tr24, 0x2B\t; 43\n    348a:\t79 f0       \tbreq\t.+30     \t; 0x34aa <vfprintf+0x84>\n    348c:\t38 f4       \tbrcc\t.+14     \t; 0x349c <vfprintf+0x76>\n    348e:\t80 32       \tcpi\tr24, 0x20\t; 32\n    3490:\t79 f0       \tbreq\t.+30     \t; 0x34b0 <vfprintf+0x8a>\n    3492:\t83 32       \tcpi\tr24, 0x23\t; 35\n    3494:\ta1 f4       \tbrne\t.+40     \t; 0x34be <vfprintf+0x98>\n    3496:\t23 2d       \tmov\tr18, r3\n    3498:\t20 61       \tori\tr18, 0x10\t; 16\n    349a:\t1d c0       \trjmp\t.+58     \t; 0x34d6 <vfprintf+0xb0>\n    349c:\t8d 32       \tcpi\tr24, 0x2D\t; 45\n    349e:\t61 f0       \tbreq\t.+24     \t; 0x34b8 <vfprintf+0x92>\n    34a0:\t80 33       \tcpi\tr24, 0x30\t; 48\n    34a2:\t69 f4       \tbrne\t.+26     \t; 0x34be <vfprintf+0x98>\n    34a4:\t23 2d       \tmov\tr18, r3\n    34a6:\t21 60       \tori\tr18, 0x01\t; 1\n    34a8:\t16 c0       \trjmp\t.+44     \t; 0x34d6 <vfprintf+0xb0>\n    34aa:\t83 2d       \tmov\tr24, r3\n    34ac:\t82 60       \tori\tr24, 0x02\t; 2\n    34ae:\t38 2e       \tmov\tr3, r24\n    34b0:\te3 2d       \tmov\tr30, r3\n    34b2:\te4 60       \tori\tr30, 0x04\t; 4\n    34b4:\t3e 2e       \tmov\tr3, r30\n    34b6:\t2a c0       \trjmp\t.+84     \t; 0x350c <vfprintf+0xe6>\n    34b8:\tf3 2d       \tmov\tr31, r3\n    34ba:\tf8 60       \tori\tr31, 0x08\t; 8\n    34bc:\t1d c0       \trjmp\t.+58     \t; 0x34f8 <vfprintf+0xd2>\n    34be:\t37 fc       \tsbrc\tr3, 7\n    34c0:\t2d c0       \trjmp\t.+90     \t; 0x351c <vfprintf+0xf6>\n    34c2:\t20 ed       \tldi\tr18, 0xD0\t; 208\n    34c4:\t28 0f       \tadd\tr18, r24\n    34c6:\t2a 30       \tcpi\tr18, 0x0A\t; 10\n    34c8:\t40 f0       \tbrcs\t.+16     \t; 0x34da <vfprintf+0xb4>\n    34ca:\t8e 32       \tcpi\tr24, 0x2E\t; 46\n    34cc:\tb9 f4       \tbrne\t.+46     \t; 0x34fc <vfprintf+0xd6>\n    34ce:\t36 fc       \tsbrc\tr3, 6\n    34d0:\t81 c1       \trjmp\t.+770    \t; 0x37d4 <vfprintf+0x3ae>\n    34d2:\t23 2d       \tmov\tr18, r3\n    34d4:\t20 64       \tori\tr18, 0x40\t; 64\n    34d6:\t32 2e       \tmov\tr3, r18\n    34d8:\t19 c0       \trjmp\t.+50     \t; 0x350c <vfprintf+0xe6>\n    34da:\t36 fe       \tsbrs\tr3, 6\n    34dc:\t06 c0       \trjmp\t.+12     \t; 0x34ea <vfprintf+0xc4>\n    34de:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    34e0:\t98 9e       \tmul\tr9, r24\n    34e2:\t20 0d       \tadd\tr18, r0\n    34e4:\t11 24       \teor\tr1, r1\n    34e6:\t92 2e       \tmov\tr9, r18\n    34e8:\t11 c0       \trjmp\t.+34     \t; 0x350c <vfprintf+0xe6>\n    34ea:\tea e0       \tldi\tr30, 0x0A\t; 10\n    34ec:\t2e 9e       \tmul\tr2, r30\n    34ee:\t20 0d       \tadd\tr18, r0\n    34f0:\t11 24       \teor\tr1, r1\n    34f2:\t22 2e       \tmov\tr2, r18\n    34f4:\tf3 2d       \tmov\tr31, r3\n    34f6:\tf0 62       \tori\tr31, 0x20\t; 32\n    34f8:\t3f 2e       \tmov\tr3, r31\n    34fa:\t08 c0       \trjmp\t.+16     \t; 0x350c <vfprintf+0xe6>\n    34fc:\t8c 36       \tcpi\tr24, 0x6C\t; 108\n    34fe:\t21 f4       \tbrne\t.+8      \t; 0x3508 <vfprintf+0xe2>\n    3500:\t83 2d       \tmov\tr24, r3\n    3502:\t80 68       \tori\tr24, 0x80\t; 128\n    3504:\t38 2e       \tmov\tr3, r24\n    3506:\t02 c0       \trjmp\t.+4      \t; 0x350c <vfprintf+0xe6>\n    3508:\t88 36       \tcpi\tr24, 0x68\t; 104\n    350a:\t41 f4       \tbrne\t.+16     \t; 0x351c <vfprintf+0xf6>\n    350c:\tf7 01       \tmovw\tr30, r14\n    350e:\t93 fd       \tsbrc\tr25, 3\n    3510:\t85 91       \tlpm\tr24, Z+\n    3512:\t93 ff       \tsbrs\tr25, 3\n    3514:\t81 91       \tld\tr24, Z+\n    3516:\t7f 01       \tmovw\tr14, r30\n    3518:\t81 11       \tcpse\tr24, r1\n    351a:\tb3 cf       \trjmp\t.-154    \t; 0x3482 <vfprintf+0x5c>\n    351c:\t98 2f       \tmov\tr25, r24\n    351e:\t9f 7d       \tandi\tr25, 0xDF\t; 223\n    3520:\t95 54       \tsubi\tr25, 0x45\t; 69\n    3522:\t93 30       \tcpi\tr25, 0x03\t; 3\n    3524:\t28 f4       \tbrcc\t.+10     \t; 0x3530 <vfprintf+0x10a>\n    3526:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    3528:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    352a:\t9f e3       \tldi\tr25, 0x3F\t; 63\n    352c:\t99 83       \tstd\tY+1, r25\t; 0x01\n    352e:\t0d c0       \trjmp\t.+26     \t; 0x354a <vfprintf+0x124>\n    3530:\t83 36       \tcpi\tr24, 0x63\t; 99\n    3532:\t31 f0       \tbreq\t.+12     \t; 0x3540 <vfprintf+0x11a>\n    3534:\t83 37       \tcpi\tr24, 0x73\t; 115\n    3536:\t71 f0       \tbreq\t.+28     \t; 0x3554 <vfprintf+0x12e>\n    3538:\t83 35       \tcpi\tr24, 0x53\t; 83\n    353a:\t09 f0       \tbreq\t.+2      \t; 0x353e <vfprintf+0x118>\n    353c:\t59 c0       \trjmp\t.+178    \t; 0x35f0 <vfprintf+0x1ca>\n    353e:\t21 c0       \trjmp\t.+66     \t; 0x3582 <vfprintf+0x15c>\n    3540:\tf8 01       \tmovw\tr30, r16\n    3542:\t80 81       \tld\tr24, Z\n    3544:\t89 83       \tstd\tY+1, r24\t; 0x01\n    3546:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    3548:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    354a:\t88 24       \teor\tr8, r8\n    354c:\t83 94       \tinc\tr8\n    354e:\t91 2c       \tmov\tr9, r1\n    3550:\t53 01       \tmovw\tr10, r6\n    3552:\t13 c0       \trjmp\t.+38     \t; 0x357a <vfprintf+0x154>\n    3554:\t28 01       \tmovw\tr4, r16\n    3556:\tf2 e0       \tldi\tr31, 0x02\t; 2\n    3558:\t4f 0e       \tadd\tr4, r31\n    355a:\t51 1c       \tadc\tr5, r1\n    355c:\tf8 01       \tmovw\tr30, r16\n    355e:\ta0 80       \tld\tr10, Z\n    3560:\tb1 80       \tldd\tr11, Z+1\t; 0x01\n    3562:\t36 fe       \tsbrs\tr3, 6\n    3564:\t03 c0       \trjmp\t.+6      \t; 0x356c <vfprintf+0x146>\n    3566:\t69 2d       \tmov\tr22, r9\n    3568:\t70 e0       \tldi\tr23, 0x00\t; 0\n    356a:\t02 c0       \trjmp\t.+4      \t; 0x3570 <vfprintf+0x14a>\n    356c:\t6f ef       \tldi\tr22, 0xFF\t; 255\n    356e:\t7f ef       \tldi\tr23, 0xFF\t; 255\n    3570:\tc5 01       \tmovw\tr24, r10\n    3572:\t0e 94 ff 1b \tcall\t0x37fe\t; 0x37fe <strnlen>\n    3576:\t4c 01       \tmovw\tr8, r24\n    3578:\t82 01       \tmovw\tr16, r4\n    357a:\tf3 2d       \tmov\tr31, r3\n    357c:\tff 77       \tandi\tr31, 0x7F\t; 127\n    357e:\t3f 2e       \tmov\tr3, r31\n    3580:\t16 c0       \trjmp\t.+44     \t; 0x35ae <vfprintf+0x188>\n    3582:\t28 01       \tmovw\tr4, r16\n    3584:\t22 e0       \tldi\tr18, 0x02\t; 2\n    3586:\t42 0e       \tadd\tr4, r18\n    3588:\t51 1c       \tadc\tr5, r1\n    358a:\tf8 01       \tmovw\tr30, r16\n    358c:\ta0 80       \tld\tr10, Z\n    358e:\tb1 80       \tldd\tr11, Z+1\t; 0x01\n    3590:\t36 fe       \tsbrs\tr3, 6\n    3592:\t03 c0       \trjmp\t.+6      \t; 0x359a <vfprintf+0x174>\n    3594:\t69 2d       \tmov\tr22, r9\n    3596:\t70 e0       \tldi\tr23, 0x00\t; 0\n    3598:\t02 c0       \trjmp\t.+4      \t; 0x359e <vfprintf+0x178>\n    359a:\t6f ef       \tldi\tr22, 0xFF\t; 255\n    359c:\t7f ef       \tldi\tr23, 0xFF\t; 255\n    359e:\tc5 01       \tmovw\tr24, r10\n    35a0:\t0e 94 f4 1b \tcall\t0x37e8\t; 0x37e8 <strnlen_P>\n    35a4:\t4c 01       \tmovw\tr8, r24\n    35a6:\tf3 2d       \tmov\tr31, r3\n    35a8:\tf0 68       \tori\tr31, 0x80\t; 128\n    35aa:\t3f 2e       \tmov\tr3, r31\n    35ac:\t82 01       \tmovw\tr16, r4\n    35ae:\t33 fc       \tsbrc\tr3, 3\n    35b0:\t1b c0       \trjmp\t.+54     \t; 0x35e8 <vfprintf+0x1c2>\n    35b2:\t82 2d       \tmov\tr24, r2\n    35b4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35b6:\t88 16       \tcp\tr8, r24\n    35b8:\t99 06       \tcpc\tr9, r25\n    35ba:\tb0 f4       \tbrcc\t.+44     \t; 0x35e8 <vfprintf+0x1c2>\n    35bc:\tb6 01       \tmovw\tr22, r12\n    35be:\t80 e2       \tldi\tr24, 0x20\t; 32\n    35c0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35c2:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    35c6:\t2a 94       \tdec\tr2\n    35c8:\tf4 cf       \trjmp\t.-24     \t; 0x35b2 <vfprintf+0x18c>\n    35ca:\tf5 01       \tmovw\tr30, r10\n    35cc:\t37 fc       \tsbrc\tr3, 7\n    35ce:\t85 91       \tlpm\tr24, Z+\n    35d0:\t37 fe       \tsbrs\tr3, 7\n    35d2:\t81 91       \tld\tr24, Z+\n    35d4:\t5f 01       \tmovw\tr10, r30\n    35d6:\tb6 01       \tmovw\tr22, r12\n    35d8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35da:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    35de:\t21 10       \tcpse\tr2, r1\n    35e0:\t2a 94       \tdec\tr2\n    35e2:\t21 e0       \tldi\tr18, 0x01\t; 1\n    35e4:\t82 1a       \tsub\tr8, r18\n    35e6:\t91 08       \tsbc\tr9, r1\n    35e8:\t81 14       \tcp\tr8, r1\n    35ea:\t91 04       \tcpc\tr9, r1\n    35ec:\t71 f7       \tbrne\t.-36     \t; 0x35ca <vfprintf+0x1a4>\n    35ee:\te8 c0       \trjmp\t.+464    \t; 0x37c0 <vfprintf+0x39a>\n    35f0:\t84 36       \tcpi\tr24, 0x64\t; 100\n    35f2:\t11 f0       \tbreq\t.+4      \t; 0x35f8 <vfprintf+0x1d2>\n    35f4:\t89 36       \tcpi\tr24, 0x69\t; 105\n    35f6:\t41 f5       \tbrne\t.+80     \t; 0x3648 <vfprintf+0x222>\n    35f8:\tf8 01       \tmovw\tr30, r16\n    35fa:\t37 fe       \tsbrs\tr3, 7\n    35fc:\t07 c0       \trjmp\t.+14     \t; 0x360c <vfprintf+0x1e6>\n    35fe:\t60 81       \tld\tr22, Z\n    3600:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    3602:\t82 81       \tldd\tr24, Z+2\t; 0x02\n    3604:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    3606:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    3608:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    360a:\t08 c0       \trjmp\t.+16     \t; 0x361c <vfprintf+0x1f6>\n    360c:\t60 81       \tld\tr22, Z\n    360e:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    3610:\t07 2e       \tmov\tr0, r23\n    3612:\t00 0c       \tadd\tr0, r0\n    3614:\t88 0b       \tsbc\tr24, r24\n    3616:\t99 0b       \tsbc\tr25, r25\n    3618:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    361a:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    361c:\tf3 2d       \tmov\tr31, r3\n    361e:\tff 76       \tandi\tr31, 0x6F\t; 111\n    3620:\t3f 2e       \tmov\tr3, r31\n    3622:\t97 ff       \tsbrs\tr25, 7\n    3624:\t09 c0       \trjmp\t.+18     \t; 0x3638 <vfprintf+0x212>\n    3626:\t90 95       \tcom\tr25\n    3628:\t80 95       \tcom\tr24\n    362a:\t70 95       \tcom\tr23\n    362c:\t61 95       \tneg\tr22\n    362e:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    3630:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    3632:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3634:\tf0 68       \tori\tr31, 0x80\t; 128\n    3636:\t3f 2e       \tmov\tr3, r31\n    3638:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    363a:\t30 e0       \tldi\tr19, 0x00\t; 0\n    363c:\ta3 01       \tmovw\tr20, r6\n    363e:\t0e 94 46 1c \tcall\t0x388c\t; 0x388c <__ultoa_invert>\n    3642:\t88 2e       \tmov\tr8, r24\n    3644:\t86 18       \tsub\tr8, r6\n    3646:\t45 c0       \trjmp\t.+138    \t; 0x36d2 <vfprintf+0x2ac>\n    3648:\t85 37       \tcpi\tr24, 0x75\t; 117\n    364a:\t31 f4       \tbrne\t.+12     \t; 0x3658 <vfprintf+0x232>\n    364c:\t23 2d       \tmov\tr18, r3\n    364e:\t2f 7e       \tandi\tr18, 0xEF\t; 239\n    3650:\tb2 2e       \tmov\tr11, r18\n    3652:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    3654:\t30 e0       \tldi\tr19, 0x00\t; 0\n    3656:\t25 c0       \trjmp\t.+74     \t; 0x36a2 <vfprintf+0x27c>\n    3658:\t93 2d       \tmov\tr25, r3\n    365a:\t99 7f       \tandi\tr25, 0xF9\t; 249\n    365c:\tb9 2e       \tmov\tr11, r25\n    365e:\t8f 36       \tcpi\tr24, 0x6F\t; 111\n    3660:\tc1 f0       \tbreq\t.+48     \t; 0x3692 <vfprintf+0x26c>\n    3662:\t18 f4       \tbrcc\t.+6      \t; 0x366a <vfprintf+0x244>\n    3664:\t88 35       \tcpi\tr24, 0x58\t; 88\n    3666:\t79 f0       \tbreq\t.+30     \t; 0x3686 <vfprintf+0x260>\n    3668:\tb5 c0       \trjmp\t.+362    \t; 0x37d4 <vfprintf+0x3ae>\n    366a:\t80 37       \tcpi\tr24, 0x70\t; 112\n    366c:\t19 f0       \tbreq\t.+6      \t; 0x3674 <vfprintf+0x24e>\n    366e:\t88 37       \tcpi\tr24, 0x78\t; 120\n    3670:\t21 f0       \tbreq\t.+8      \t; 0x367a <vfprintf+0x254>\n    3672:\tb0 c0       \trjmp\t.+352    \t; 0x37d4 <vfprintf+0x3ae>\n    3674:\te9 2f       \tmov\tr30, r25\n    3676:\te0 61       \tori\tr30, 0x10\t; 16\n    3678:\tbe 2e       \tmov\tr11, r30\n    367a:\tb4 fe       \tsbrs\tr11, 4\n    367c:\t0d c0       \trjmp\t.+26     \t; 0x3698 <vfprintf+0x272>\n    367e:\tfb 2d       \tmov\tr31, r11\n    3680:\tf4 60       \tori\tr31, 0x04\t; 4\n    3682:\tbf 2e       \tmov\tr11, r31\n    3684:\t09 c0       \trjmp\t.+18     \t; 0x3698 <vfprintf+0x272>\n    3686:\t34 fe       \tsbrs\tr3, 4\n    3688:\t0a c0       \trjmp\t.+20     \t; 0x369e <vfprintf+0x278>\n    368a:\t29 2f       \tmov\tr18, r25\n    368c:\t26 60       \tori\tr18, 0x06\t; 6\n    368e:\tb2 2e       \tmov\tr11, r18\n    3690:\t06 c0       \trjmp\t.+12     \t; 0x369e <vfprintf+0x278>\n    3692:\t28 e0       \tldi\tr18, 0x08\t; 8\n    3694:\t30 e0       \tldi\tr19, 0x00\t; 0\n    3696:\t05 c0       \trjmp\t.+10     \t; 0x36a2 <vfprintf+0x27c>\n    3698:\t20 e1       \tldi\tr18, 0x10\t; 16\n    369a:\t30 e0       \tldi\tr19, 0x00\t; 0\n    369c:\t02 c0       \trjmp\t.+4      \t; 0x36a2 <vfprintf+0x27c>\n    369e:\t20 e1       \tldi\tr18, 0x10\t; 16\n    36a0:\t32 e0       \tldi\tr19, 0x02\t; 2\n    36a2:\tf8 01       \tmovw\tr30, r16\n    36a4:\tb7 fe       \tsbrs\tr11, 7\n    36a6:\t07 c0       \trjmp\t.+14     \t; 0x36b6 <vfprintf+0x290>\n    36a8:\t60 81       \tld\tr22, Z\n    36aa:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    36ac:\t82 81       \tldd\tr24, Z+2\t; 0x02\n    36ae:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    36b0:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    36b2:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    36b4:\t06 c0       \trjmp\t.+12     \t; 0x36c2 <vfprintf+0x29c>\n    36b6:\t60 81       \tld\tr22, Z\n    36b8:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    36ba:\t80 e0       \tldi\tr24, 0x00\t; 0\n    36bc:\t90 e0       \tldi\tr25, 0x00\t; 0\n    36be:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    36c0:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    36c2:\ta3 01       \tmovw\tr20, r6\n    36c4:\t0e 94 46 1c \tcall\t0x388c\t; 0x388c <__ultoa_invert>\n    36c8:\t88 2e       \tmov\tr8, r24\n    36ca:\t86 18       \tsub\tr8, r6\n    36cc:\tfb 2d       \tmov\tr31, r11\n    36ce:\tff 77       \tandi\tr31, 0x7F\t; 127\n    36d0:\t3f 2e       \tmov\tr3, r31\n    36d2:\t36 fe       \tsbrs\tr3, 6\n    36d4:\t0d c0       \trjmp\t.+26     \t; 0x36f0 <vfprintf+0x2ca>\n    36d6:\t23 2d       \tmov\tr18, r3\n    36d8:\t2e 7f       \tandi\tr18, 0xFE\t; 254\n    36da:\ta2 2e       \tmov\tr10, r18\n    36dc:\t89 14       \tcp\tr8, r9\n    36de:\t58 f4       \tbrcc\t.+22     \t; 0x36f6 <vfprintf+0x2d0>\n    36e0:\t34 fe       \tsbrs\tr3, 4\n    36e2:\t0b c0       \trjmp\t.+22     \t; 0x36fa <vfprintf+0x2d4>\n    36e4:\t32 fc       \tsbrc\tr3, 2\n    36e6:\t09 c0       \trjmp\t.+18     \t; 0x36fa <vfprintf+0x2d4>\n    36e8:\t83 2d       \tmov\tr24, r3\n    36ea:\t8e 7e       \tandi\tr24, 0xEE\t; 238\n    36ec:\ta8 2e       \tmov\tr10, r24\n    36ee:\t05 c0       \trjmp\t.+10     \t; 0x36fa <vfprintf+0x2d4>\n    36f0:\tb8 2c       \tmov\tr11, r8\n    36f2:\ta3 2c       \tmov\tr10, r3\n    36f4:\t03 c0       \trjmp\t.+6      \t; 0x36fc <vfprintf+0x2d6>\n    36f6:\tb8 2c       \tmov\tr11, r8\n    36f8:\t01 c0       \trjmp\t.+2      \t; 0x36fc <vfprintf+0x2d6>\n    36fa:\tb9 2c       \tmov\tr11, r9\n    36fc:\ta4 fe       \tsbrs\tr10, 4\n    36fe:\t0f c0       \trjmp\t.+30     \t; 0x371e <vfprintf+0x2f8>\n    3700:\tfe 01       \tmovw\tr30, r28\n    3702:\te8 0d       \tadd\tr30, r8\n    3704:\tf1 1d       \tadc\tr31, r1\n    3706:\t80 81       \tld\tr24, Z\n    3708:\t80 33       \tcpi\tr24, 0x30\t; 48\n    370a:\t21 f4       \tbrne\t.+8      \t; 0x3714 <vfprintf+0x2ee>\n    370c:\t9a 2d       \tmov\tr25, r10\n    370e:\t99 7e       \tandi\tr25, 0xE9\t; 233\n    3710:\ta9 2e       \tmov\tr10, r25\n    3712:\t09 c0       \trjmp\t.+18     \t; 0x3726 <vfprintf+0x300>\n    3714:\ta2 fe       \tsbrs\tr10, 2\n    3716:\t06 c0       \trjmp\t.+12     \t; 0x3724 <vfprintf+0x2fe>\n    3718:\tb3 94       \tinc\tr11\n    371a:\tb3 94       \tinc\tr11\n    371c:\t04 c0       \trjmp\t.+8      \t; 0x3726 <vfprintf+0x300>\n    371e:\t8a 2d       \tmov\tr24, r10\n    3720:\t86 78       \tandi\tr24, 0x86\t; 134\n    3722:\t09 f0       \tbreq\t.+2      \t; 0x3726 <vfprintf+0x300>\n    3724:\tb3 94       \tinc\tr11\n    3726:\ta3 fc       \tsbrc\tr10, 3\n    3728:\t11 c0       \trjmp\t.+34     \t; 0x374c <vfprintf+0x326>\n    372a:\ta0 fe       \tsbrs\tr10, 0\n    372c:\t06 c0       \trjmp\t.+12     \t; 0x373a <vfprintf+0x314>\n    372e:\tb2 14       \tcp\tr11, r2\n    3730:\t88 f4       \tbrcc\t.+34     \t; 0x3754 <vfprintf+0x32e>\n    3732:\t28 0c       \tadd\tr2, r8\n    3734:\t92 2c       \tmov\tr9, r2\n    3736:\t9b 18       \tsub\tr9, r11\n    3738:\t0e c0       \trjmp\t.+28     \t; 0x3756 <vfprintf+0x330>\n    373a:\tb2 14       \tcp\tr11, r2\n    373c:\t60 f4       \tbrcc\t.+24     \t; 0x3756 <vfprintf+0x330>\n    373e:\tb6 01       \tmovw\tr22, r12\n    3740:\t80 e2       \tldi\tr24, 0x20\t; 32\n    3742:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3744:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    3748:\tb3 94       \tinc\tr11\n    374a:\tf7 cf       \trjmp\t.-18     \t; 0x373a <vfprintf+0x314>\n    374c:\tb2 14       \tcp\tr11, r2\n    374e:\t18 f4       \tbrcc\t.+6      \t; 0x3756 <vfprintf+0x330>\n    3750:\t2b 18       \tsub\tr2, r11\n    3752:\t02 c0       \trjmp\t.+4      \t; 0x3758 <vfprintf+0x332>\n    3754:\t98 2c       \tmov\tr9, r8\n    3756:\t21 2c       \tmov\tr2, r1\n    3758:\ta4 fe       \tsbrs\tr10, 4\n    375a:\t10 c0       \trjmp\t.+32     \t; 0x377c <vfprintf+0x356>\n    375c:\tb6 01       \tmovw\tr22, r12\n    375e:\t80 e3       \tldi\tr24, 0x30\t; 48\n    3760:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3762:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    3766:\ta2 fe       \tsbrs\tr10, 2\n    3768:\t17 c0       \trjmp\t.+46     \t; 0x3798 <vfprintf+0x372>\n    376a:\ta1 fc       \tsbrc\tr10, 1\n    376c:\t03 c0       \trjmp\t.+6      \t; 0x3774 <vfprintf+0x34e>\n    376e:\t88 e7       \tldi\tr24, 0x78\t; 120\n    3770:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3772:\t02 c0       \trjmp\t.+4      \t; 0x3778 <vfprintf+0x352>\n    3774:\t88 e5       \tldi\tr24, 0x58\t; 88\n    3776:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3778:\tb6 01       \tmovw\tr22, r12\n    377a:\t0c c0       \trjmp\t.+24     \t; 0x3794 <vfprintf+0x36e>\n    377c:\t8a 2d       \tmov\tr24, r10\n    377e:\t86 78       \tandi\tr24, 0x86\t; 134\n    3780:\t59 f0       \tbreq\t.+22     \t; 0x3798 <vfprintf+0x372>\n    3782:\ta1 fe       \tsbrs\tr10, 1\n    3784:\t02 c0       \trjmp\t.+4      \t; 0x378a <vfprintf+0x364>\n    3786:\t8b e2       \tldi\tr24, 0x2B\t; 43\n    3788:\t01 c0       \trjmp\t.+2      \t; 0x378c <vfprintf+0x366>\n    378a:\t80 e2       \tldi\tr24, 0x20\t; 32\n    378c:\ta7 fc       \tsbrc\tr10, 7\n    378e:\t8d e2       \tldi\tr24, 0x2D\t; 45\n    3790:\tb6 01       \tmovw\tr22, r12\n    3792:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3794:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    3798:\t89 14       \tcp\tr8, r9\n    379a:\t38 f4       \tbrcc\t.+14     \t; 0x37aa <vfprintf+0x384>\n    379c:\tb6 01       \tmovw\tr22, r12\n    379e:\t80 e3       \tldi\tr24, 0x30\t; 48\n    37a0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37a2:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    37a6:\t9a 94       \tdec\tr9\n    37a8:\tf7 cf       \trjmp\t.-18     \t; 0x3798 <vfprintf+0x372>\n    37aa:\t8a 94       \tdec\tr8\n    37ac:\tf3 01       \tmovw\tr30, r6\n    37ae:\te8 0d       \tadd\tr30, r8\n    37b0:\tf1 1d       \tadc\tr31, r1\n    37b2:\t80 81       \tld\tr24, Z\n    37b4:\tb6 01       \tmovw\tr22, r12\n    37b6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37b8:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    37bc:\t81 10       \tcpse\tr8, r1\n    37be:\tf5 cf       \trjmp\t.-22     \t; 0x37aa <vfprintf+0x384>\n    37c0:\t22 20       \tand\tr2, r2\n    37c2:\t09 f4       \tbrne\t.+2      \t; 0x37c6 <vfprintf+0x3a0>\n    37c4:\t42 ce       \trjmp\t.-892    \t; 0x344a <vfprintf+0x24>\n    37c6:\tb6 01       \tmovw\tr22, r12\n    37c8:\t80 e2       \tldi\tr24, 0x20\t; 32\n    37ca:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37cc:\t0e 94 0a 1c \tcall\t0x3814\t; 0x3814 <fputc>\n    37d0:\t2a 94       \tdec\tr2\n    37d2:\tf6 cf       \trjmp\t.-20     \t; 0x37c0 <vfprintf+0x39a>\n    37d4:\tf6 01       \tmovw\tr30, r12\n    37d6:\t86 81       \tldd\tr24, Z+6\t; 0x06\n    37d8:\t97 81       \tldd\tr25, Z+7\t; 0x07\n    37da:\t02 c0       \trjmp\t.+4      \t; 0x37e0 <vfprintf+0x3ba>\n    37dc:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    37de:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    37e0:\t2b 96       \tadiw\tr28, 0x0b\t; 11\n    37e2:\te2 e1       \tldi\tr30, 0x12\t; 18\n    37e4:\t0c 94 d9 1c \tjmp\t0x39b2\t; 0x39b2 <__epilogue_restores__>\n\n000037e8 <strnlen_P>:\n    37e8:\tfc 01       \tmovw\tr30, r24\n    37ea:\t05 90       \tlpm\tr0, Z+\n    37ec:\t61 50       \tsubi\tr22, 0x01\t; 1\n    37ee:\t70 40       \tsbci\tr23, 0x00\t; 0\n    37f0:\t01 10       \tcpse\tr0, r1\n    37f2:\td8 f7       \tbrcc\t.-10     \t; 0x37ea <strnlen_P+0x2>\n    37f4:\t80 95       \tcom\tr24\n    37f6:\t90 95       \tcom\tr25\n    37f8:\t8e 0f       \tadd\tr24, r30\n    37fa:\t9f 1f       \tadc\tr25, r31\n    37fc:\t08 95       \tret\n\n000037fe <strnlen>:\n    37fe:\tfc 01       \tmovw\tr30, r24\n    3800:\t61 50       \tsubi\tr22, 0x01\t; 1\n    3802:\t70 40       \tsbci\tr23, 0x00\t; 0\n    3804:\t01 90       \tld\tr0, Z+\n    3806:\t01 10       \tcpse\tr0, r1\n    3808:\td8 f7       \tbrcc\t.-10     \t; 0x3800 <strnlen+0x2>\n    380a:\t80 95       \tcom\tr24\n    380c:\t90 95       \tcom\tr25\n    380e:\t8e 0f       \tadd\tr24, r30\n    3810:\t9f 1f       \tadc\tr25, r31\n    3812:\t08 95       \tret\n\n00003814 <fputc>:\n    3814:\t0f 93       \tpush\tr16\n    3816:\t1f 93       \tpush\tr17\n    3818:\tcf 93       \tpush\tr28\n    381a:\tdf 93       \tpush\tr29\n    381c:\tfb 01       \tmovw\tr30, r22\n    381e:\t23 81       \tldd\tr18, Z+3\t; 0x03\n    3820:\t21 fd       \tsbrc\tr18, 1\n    3822:\t03 c0       \trjmp\t.+6      \t; 0x382a <fputc+0x16>\n    3824:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    3826:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    3828:\t2c c0       \trjmp\t.+88     \t; 0x3882 <fputc+0x6e>\n    382a:\t22 ff       \tsbrs\tr18, 2\n    382c:\t16 c0       \trjmp\t.+44     \t; 0x385a <fputc+0x46>\n    382e:\t46 81       \tldd\tr20, Z+6\t; 0x06\n    3830:\t57 81       \tldd\tr21, Z+7\t; 0x07\n    3832:\t24 81       \tldd\tr18, Z+4\t; 0x04\n    3834:\t35 81       \tldd\tr19, Z+5\t; 0x05\n    3836:\t42 17       \tcp\tr20, r18\n    3838:\t53 07       \tcpc\tr21, r19\n    383a:\t44 f4       \tbrge\t.+16     \t; 0x384c <fputc+0x38>\n    383c:\ta0 81       \tld\tr26, Z\n    383e:\tb1 81       \tldd\tr27, Z+1\t; 0x01\n    3840:\t9d 01       \tmovw\tr18, r26\n    3842:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n    3844:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3846:\t20 83       \tst\tZ, r18\n    3848:\t31 83       \tstd\tZ+1, r19\t; 0x01\n    384a:\t8c 93       \tst\tX, r24\n    384c:\t26 81       \tldd\tr18, Z+6\t; 0x06\n    384e:\t37 81       \tldd\tr19, Z+7\t; 0x07\n    3850:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n    3852:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3854:\t26 83       \tstd\tZ+6, r18\t; 0x06\n    3856:\t37 83       \tstd\tZ+7, r19\t; 0x07\n    3858:\t14 c0       \trjmp\t.+40     \t; 0x3882 <fputc+0x6e>\n    385a:\t8b 01       \tmovw\tr16, r22\n    385c:\tec 01       \tmovw\tr28, r24\n    385e:\tfb 01       \tmovw\tr30, r22\n    3860:\t00 84       \tldd\tr0, Z+8\t; 0x08\n    3862:\tf1 85       \tldd\tr31, Z+9\t; 0x09\n    3864:\te0 2d       \tmov\tr30, r0\n    3866:\t09 95       \ticall\n    3868:\t89 2b       \tor\tr24, r25\n    386a:\te1 f6       \tbrne\t.-72     \t; 0x3824 <fputc+0x10>\n    386c:\td8 01       \tmovw\tr26, r16\n    386e:\t16 96       \tadiw\tr26, 0x06\t; 6\n    3870:\t8d 91       \tld\tr24, X+\n    3872:\t9c 91       \tld\tr25, X\n    3874:\t17 97       \tsbiw\tr26, 0x07\t; 7\n    3876:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3878:\t16 96       \tadiw\tr26, 0x06\t; 6\n    387a:\t8d 93       \tst\tX+, r24\n    387c:\t9c 93       \tst\tX, r25\n    387e:\t17 97       \tsbiw\tr26, 0x07\t; 7\n    3880:\tce 01       \tmovw\tr24, r28\n    3882:\tdf 91       \tpop\tr29\n    3884:\tcf 91       \tpop\tr28\n    3886:\t1f 91       \tpop\tr17\n    3888:\t0f 91       \tpop\tr16\n    388a:\t08 95       \tret\n\n0000388c <__ultoa_invert>:\n    388c:\tfa 01       \tmovw\tr30, r20\n    388e:\taa 27       \teor\tr26, r26\n    3890:\t28 30       \tcpi\tr18, 0x08\t; 8\n    3892:\t51 f1       \tbreq\t.+84     \t; 0x38e8 <__ultoa_invert+0x5c>\n    3894:\t20 31       \tcpi\tr18, 0x10\t; 16\n    3896:\t81 f1       \tbreq\t.+96     \t; 0x38f8 <__ultoa_invert+0x6c>\n    3898:\te8 94       \tclt\n    389a:\t6f 93       \tpush\tr22\n    389c:\t6e 7f       \tandi\tr22, 0xFE\t; 254\n    389e:\t6e 5f       \tsubi\tr22, 0xFE\t; 254\n    38a0:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    38a2:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    38a4:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    38a6:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    38a8:\tb1 e0       \tldi\tr27, 0x01\t; 1\n    38aa:\t3e d0       \trcall\t.+124    \t; 0x3928 <__ultoa_invert+0x9c>\n    38ac:\tb4 e0       \tldi\tr27, 0x04\t; 4\n    38ae:\t3c d0       \trcall\t.+120    \t; 0x3928 <__ultoa_invert+0x9c>\n    38b0:\t67 0f       \tadd\tr22, r23\n    38b2:\t78 1f       \tadc\tr23, r24\n    38b4:\t89 1f       \tadc\tr24, r25\n    38b6:\t9a 1f       \tadc\tr25, r26\n    38b8:\ta1 1d       \tadc\tr26, r1\n    38ba:\t68 0f       \tadd\tr22, r24\n    38bc:\t79 1f       \tadc\tr23, r25\n    38be:\t8a 1f       \tadc\tr24, r26\n    38c0:\t91 1d       \tadc\tr25, r1\n    38c2:\ta1 1d       \tadc\tr26, r1\n    38c4:\t6a 0f       \tadd\tr22, r26\n    38c6:\t71 1d       \tadc\tr23, r1\n    38c8:\t81 1d       \tadc\tr24, r1\n    38ca:\t91 1d       \tadc\tr25, r1\n    38cc:\ta1 1d       \tadc\tr26, r1\n    38ce:\t20 d0       \trcall\t.+64     \t; 0x3910 <__ultoa_invert+0x84>\n    38d0:\t09 f4       \tbrne\t.+2      \t; 0x38d4 <__ultoa_invert+0x48>\n    38d2:\t68 94       \tset\n    38d4:\t3f 91       \tpop\tr19\n    38d6:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    38d8:\t26 9f       \tmul\tr18, r22\n    38da:\t11 24       \teor\tr1, r1\n    38dc:\t30 19       \tsub\tr19, r0\n    38de:\t30 5d       \tsubi\tr19, 0xD0\t; 208\n    38e0:\t31 93       \tst\tZ+, r19\n    38e2:\tde f6       \tbrtc\t.-74     \t; 0x389a <__ultoa_invert+0xe>\n    38e4:\tcf 01       \tmovw\tr24, r30\n    38e6:\t08 95       \tret\n    38e8:\t46 2f       \tmov\tr20, r22\n    38ea:\t47 70       \tandi\tr20, 0x07\t; 7\n    38ec:\t40 5d       \tsubi\tr20, 0xD0\t; 208\n    38ee:\t41 93       \tst\tZ+, r20\n    38f0:\tb3 e0       \tldi\tr27, 0x03\t; 3\n    38f2:\t0f d0       \trcall\t.+30     \t; 0x3912 <__ultoa_invert+0x86>\n    38f4:\tc9 f7       \tbrne\t.-14     \t; 0x38e8 <__ultoa_invert+0x5c>\n    38f6:\tf6 cf       \trjmp\t.-20     \t; 0x38e4 <__ultoa_invert+0x58>\n    38f8:\t46 2f       \tmov\tr20, r22\n    38fa:\t4f 70       \tandi\tr20, 0x0F\t; 15\n    38fc:\t40 5d       \tsubi\tr20, 0xD0\t; 208\n    38fe:\t4a 33       \tcpi\tr20, 0x3A\t; 58\n    3900:\t18 f0       \tbrcs\t.+6      \t; 0x3908 <__ultoa_invert+0x7c>\n    3902:\t49 5d       \tsubi\tr20, 0xD9\t; 217\n    3904:\t31 fd       \tsbrc\tr19, 1\n    3906:\t40 52       \tsubi\tr20, 0x20\t; 32\n    3908:\t41 93       \tst\tZ+, r20\n    390a:\t02 d0       \trcall\t.+4      \t; 0x3910 <__ultoa_invert+0x84>\n    390c:\ta9 f7       \tbrne\t.-22     \t; 0x38f8 <__ultoa_invert+0x6c>\n    390e:\tea cf       \trjmp\t.-44     \t; 0x38e4 <__ultoa_invert+0x58>\n    3910:\tb4 e0       \tldi\tr27, 0x04\t; 4\n    3912:\ta6 95       \tlsr\tr26\n    3914:\t97 95       \tror\tr25\n    3916:\t87 95       \tror\tr24\n    3918:\t77 95       \tror\tr23\n    391a:\t67 95       \tror\tr22\n    391c:\tba 95       \tdec\tr27\n    391e:\tc9 f7       \tbrne\t.-14     \t; 0x3912 <__ultoa_invert+0x86>\n    3920:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    3922:\t61 05       \tcpc\tr22, r1\n    3924:\t71 05       \tcpc\tr23, r1\n    3926:\t08 95       \tret\n    3928:\t9b 01       \tmovw\tr18, r22\n    392a:\tac 01       \tmovw\tr20, r24\n    392c:\t0a 2e       \tmov\tr0, r26\n    392e:\t06 94       \tlsr\tr0\n    3930:\t57 95       \tror\tr21\n    3932:\t47 95       \tror\tr20\n    3934:\t37 95       \tror\tr19\n    3936:\t27 95       \tror\tr18\n    3938:\tba 95       \tdec\tr27\n    393a:\tc9 f7       \tbrne\t.-14     \t; 0x392e <__ultoa_invert+0xa2>\n    393c:\t62 0f       \tadd\tr22, r18\n    393e:\t73 1f       \tadc\tr23, r19\n    3940:\t84 1f       \tadc\tr24, r20\n    3942:\t95 1f       \tadc\tr25, r21\n    3944:\ta0 1d       \tadc\tr26, r0\n    3946:\t08 95       \tret\n\n00003948 <eeprom_read_byte>:\n    3948:\t03 d0       \trcall\t.+6      \t; 0x3950 <eeprom_mapen>\n    394a:\t80 81       \tld\tr24, Z\n    394c:\t99 27       \teor\tr25, r25\n    394e:\t08 95       \tret\n\n00003950 <eeprom_mapen>:\n    3950:\tfc 01       \tmovw\tr30, r24\n    3952:\te0 50       \tsubi\tr30, 0x00\t; 0\n    3954:\tfc 4e       \tsbci\tr31, 0xEC\t; 236\n    3956:\t08 95       \tret\n\n00003958 <eeprom_write_byte>:\n    3958:\t26 2f       \tmov\tr18, r22\n\n0000395a <eeprom_write_r18>:\n    395a:\taf 93       \tpush\tr26\n    395c:\tbf 93       \tpush\tr27\n    395e:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3960:\tf0 e1       \tldi\tr31, 0x10\t; 16\n    3962:\t32 81       \tldd\tr19, Z+2\t; 0x02\n    3964:\t31 fd       \tsbrc\tr19, 1\n    3966:\tfd cf       \trjmp\t.-6      \t; 0x3962 <eeprom_write_r18+0x8>\n    3968:\tdc 01       \tmovw\tr26, r24\n    396a:\ta0 50       \tsubi\tr26, 0x00\t; 0\n    396c:\tbc 4e       \tsbci\tr27, 0xEC\t; 236\n    396e:\t2c 93       \tst\tX, r18\n    3970:\t2d e9       \tldi\tr18, 0x9D\t; 157\n    3972:\t24 bf       \tout\t0x34, r18\t; 52\n    3974:\t23 e0       \tldi\tr18, 0x03\t; 3\n    3976:\t20 83       \tst\tZ, r18\n    3978:\t01 96       \tadiw\tr24, 0x01\t; 1\n    397a:\tbf 91       \tpop\tr27\n    397c:\taf 91       \tpop\tr26\n    397e:\t08 95       \tret\n\n00003980 <__prologue_saves__>:\n    3980:\t2f 92       \tpush\tr2\n    3982:\t3f 92       \tpush\tr3\n    3984:\t4f 92       \tpush\tr4\n    3986:\t5f 92       \tpush\tr5\n    3988:\t6f 92       \tpush\tr6\n    398a:\t7f 92       \tpush\tr7\n    398c:\t8f 92       \tpush\tr8\n    398e:\t9f 92       \tpush\tr9\n    3990:\taf 92       \tpush\tr10\n    3992:\tbf 92       \tpush\tr11\n    3994:\tcf 92       \tpush\tr12\n    3996:\tdf 92       \tpush\tr13\n    3998:\tef 92       \tpush\tr14\n    399a:\tff 92       \tpush\tr15\n    399c:\t0f 93       \tpush\tr16\n    399e:\t1f 93       \tpush\tr17\n    39a0:\tcf 93       \tpush\tr28\n    39a2:\tdf 93       \tpush\tr29\n    39a4:\tcd b7       \tin\tr28, 0x3d\t; 61\n    39a6:\tde b7       \tin\tr29, 0x3e\t; 62\n    39a8:\tca 1b       \tsub\tr28, r26\n    39aa:\tdb 0b       \tsbc\tr29, r27\n    39ac:\tcd bf       \tout\t0x3d, r28\t; 61\n    39ae:\tde bf       \tout\t0x3e, r29\t; 62\n    39b0:\t09 94       \tijmp\n\n000039b2 <__epilogue_restores__>:\n    39b2:\t2a 88       \tldd\tr2, Y+18\t; 0x12\n    39b4:\t39 88       \tldd\tr3, Y+17\t; 0x11\n    39b6:\t48 88       \tldd\tr4, Y+16\t; 0x10\n    39b8:\t5f 84       \tldd\tr5, Y+15\t; 0x0f\n    39ba:\t6e 84       \tldd\tr6, Y+14\t; 0x0e\n    39bc:\t7d 84       \tldd\tr7, Y+13\t; 0x0d\n    39be:\t8c 84       \tldd\tr8, Y+12\t; 0x0c\n    39c0:\t9b 84       \tldd\tr9, Y+11\t; 0x0b\n    39c2:\taa 84       \tldd\tr10, Y+10\t; 0x0a\n    39c4:\tb9 84       \tldd\tr11, Y+9\t; 0x09\n    39c6:\tc8 84       \tldd\tr12, Y+8\t; 0x08\n    39c8:\tdf 80       \tldd\tr13, Y+7\t; 0x07\n    39ca:\tee 80       \tldd\tr14, Y+6\t; 0x06\n    39cc:\tfd 80       \tldd\tr15, Y+5\t; 0x05\n    39ce:\t0c 81       \tldd\tr16, Y+4\t; 0x04\n    39d0:\t1b 81       \tldd\tr17, Y+3\t; 0x03\n    39d2:\taa 81       \tldd\tr26, Y+2\t; 0x02\n    39d4:\tb9 81       \tldd\tr27, Y+1\t; 0x01\n    39d6:\tce 0f       \tadd\tr28, r30\n    39d8:\td1 1d       \tadc\tr29, r1\n    39da:\tcd bf       \tout\t0x3d, r28\t; 61\n    39dc:\tde bf       \tout\t0x3e, r29\t; 62\n    39de:\ted 01       \tmovw\tr28, r26\n    39e0:\t08 95       \tret\n\n000039e2 <_exit>:\n    39e2:\tf8 94       \tcli\n\n000039e4 <__stop_program>:\n    39e4:\tff cf       \trjmp\t.-2      \t; 0x39e4 <__stop_program>\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/TickTagSoftwareBurst.srec",
    "content": "S01C00005469636B546167536F66747761726542757273742E7372656306\nS11300000C943C000C9459000C9459000C94560820\nS11300100C9459000C9459000C943E080C9459000B\nS11300200C9467080C9459000C9459000C945900D2\nS11300300C9459000C9459000C9459000C945900D8\nS11300400C9459000C9459000C9459000C945900C8\nS11300500C9459000C9459000C9459000C945900B8\nS11300600C948E080C9459000C9459000C9459006B\nS11300700C9459000C94590011241FBECFEFCDBF2E\nS1130080DFE3DEBF18E3A0E0B8E3EDEAFEE302C07D\nS113009005900D92AA30B107D9F728E3AAE0B8E396\nS11300A001C01D92A534B207E1F70E9441160C94D9\nS11300B0F11C0C940000FC0120816181862F90E0EA\nS11300C0A0E0B0E0DC0199278827B22B2381822BA2\nS11300D02281BC01CD01722B0895E0E0F4E08EEDA5\nS11300E0808387E3809320048FE08093400488E03A\nS11300F0858B0895E0E4F4E080818D7F808389E03E\nS1130100818B0895E0E4F4E0118A80818260808329\nS11301100895E0E0F4E085898160858B08958091FD\nS11301200A3890910B38A0910C38B0910D38019693\nS1130130A11DB11D80930A3890930B38A0930C38FD\nS1130140B0930D38089510920A3810920B3810921B\nS11301500C3810920D38E0E0FAE081E082871182D9\nS113016027EE33E026A337A38083789408952FB72E\nS1130170F89460910A3870910B3880910C38909102\nS11301800D382FBF0895F894E0E0FAE0128610824B\nS11301907894089588E080934504089588E08093D6\nS11301A04604089588E080930504089588E08093C8\nS11301B00604089580E180932604089580E18093E5\nS11301C0250489EF90E00197F1F700C0000008953D\nS11301D00E94C300E0E2F4E0108A118AE0E5F0E056\nS11301E08081897F8260808380818160808388951B\nS11301F008959C01F894E0E4F1E091819111FDCF20\nS11302001092480110924901E0E4F1E091819111CA\nS1130210FDCFC901880F991F880F991FE0E4F1E011\nS11302208287938781E0878391EC9083828378949B\nS11302300895E0E0F6E081E0808388E0828384E64C\nS1130240808783E3848780E18287828581608287D7\nS1130250858180FFFDCF20911006309111064091D9\nS1130260120650911306211531054105510521F45B\nS113027021E030E040E050E01092000660E070E0E1\nS113028080E490E00E94FE18C901089528ED816081\nS113029090E024BF8093610080E024BF80936000DD\nS11302A0E0E6F0E0838180FDFDCF089580E2809355\nS11302B02504089580E28093260408958823A9F0F4\nS11302C0E0E2F4E090E29583AFE4B3EC1197F1F748\nS11302D000C000009683813041F0AFE4B3EC119785\nS11302E0F1F700C00000815071F708952F923F92FA\nS11302F04F925F926F927F928F929F92AF92BF9232\nS1130300CF92DF92EF92FF920F931F93CF93DF93DD\nS11303106B017C01C00ED11EE21EF31EE1E0CE167D\nS1130320D104E2E0EE06F10408F048C0611571055D\nS1130330E1E08E07910510F0C1E501C0C0E5480178\nS113034059011A016B017C018C2F0E94E607182FBA\nS11303508823A9F18D2D0E941708182F882379F17D\nS11303608C2D0E941708182F882349F18C2F0E9486\nS1130370D407182F882319F181E0881A9108A1085D\nS1130380B10891F0E101412C512C320181E00E942D\nS1130390F7078993EFEF4E1A5E0A6E0A7E0A481435\nS11303A059046A047B0490F3E101C80DD91D80E06F\nS11303B00E94F70788830E94350801C010E0812F4E\nS11303C0DF91CF911F910F91FF90EF90DF90CF902D\nS11303D0BF90AF909F908F907F906F905F904F9061\nS11303E03F902F9008950F931F93CF93DF931F9205\nS11303F0CDB7DEB7198201E010E020E030E0AE01B5\nS11304004F5F5F4F60E070E0CB010E94760191E0A6\nS113041089270F90DF91CF911F910F9108952F920B\nS11304203F924F925F926F927F928F929F92AF9280\nS1130430BF92CF92DF92EF92FF920F931F93CF93CD\nS1130440DF93CDB7DEB72A97CDBFDEBF2B013C01CA\nS11304506A0148015901DC01CB01800F911FA21FE1\nS1130460B31F0197A240B10508F0ABC081149104F9\nS1130470A104B10409F4A7C000E717E10E831F83A8\nS113048019821A821B821C82212C3324339403C0C8\nS1130490188511119AC0C20199277101E81AF90A45\nS11304A021E0E216F20650F031E083169306A1042F\nS11304B0B10480F4740101E0088710C0C701A0E012\nS11304C0B0E088159905AA05BB0538F0740111E060\nS11304D0188704C01886710101C01886411451049C\nS11304E021E06206710410F081E501C080E50E94FC\nS11304F0E607882309F46EC0852D0E941708882317\nS113050009F468C0842D0E9417088D83882309F498\nS11305105EC0E114F104D9F009811A810C0D1D1D8E\nS113052009871A8709811A810E0D1F1D0C0D1D1DC7\nS1130530E985FA858191E987FA870E94170888235B\nS113054009F448C029853A852017310789F70E94A4\nS1130550350808EE13E009871A870E94F3018823FF\nS113056079F089EF90E00197F1F700C00000098568\nS11305701A850150110909871A87012B71F729C0BF\nS1130580A70160E070E0841A950AA60AB70A440E2F\nS1130590551E661E771E09811A812B813C81040F2A\nS11305A0151F261F371F09831A832B833C830E8153\nS11305B01F81015011090E831F83012B09F068CF9D\nS11305C009C080E007C080E005C08D8103C08D8133\nS11305D001C080E02A96CDBFDEBFDF91CF911F918D\nS11305E00F91FF90EF90DF90CF90BF90AF909F90CE\nS11305F08F907F906F905F904F903F902F900895D1\nS1130600FC019081990F9056292F220F220F920FEF\nS1130610218180ED820F890F0895FC019081992337\nS113062071F0DF011196908321E030E0691302C07C\nS113063020E030E0E20FF31F9D919111F4CF10827E\nS113064008958F929F92AF92BF92CF92DF92EF92D2\nS1130650FF927C016EE20E940D03C7010E9477198C\nS11306606B017C0120E432E44FE050E00E94FE186C\nS113067049015A0160E472E48FE090E00E94EE18B0\nS1130680A7019601261B370B480B590BCA01B90168\nS113069026E030E040E050E00E94201969017A0130\nS11306A0A501940160EA76E881E090E00E94EE18EA\nS11306B06C0D7D1D8E1D9F1DFF90EF90DF90CF90E0\nS11306C0BF90AF909F908F9008954F925F926F92DA\nS11306D07F928F929F92AF92BF92CF92DF92EF92CE\nS11306E0FF92CF93DF93CDB7DEB7E897CDBFDEBFE0\nS11306F0FC01892B09F4F1C16581603509F4F1C16C\nS1130700C62ED12C20E3C21A28EFD20A4280842CB0\nS1130710912CA12CB12C208130E0A0E1BEE00E94FC\nS11307203F196D837E838F839887218130E0ACE30A\nS1130730B0E00E943F1969877A878B879C87238161\nS1130740422E512C612C712C4481423028F41982A0\nS11307501A821B821C8208C06FE170E080E090E086\nS113076069837A838B839C834330D0F196013295DD\nS113077022952F7023273F702327AEE3BAE00E940F\nS11307803F1920E931E0DC01A29FC001A39F900D35\nS1130790B29F900D1124C816D90639F196013695E9\nS11307A0279536952795ABE7B4E10E943F199695B6\nS11307B0879554E6589F9001599F300D1124C21615\nS11307C0D306E1F0C60183709927892B01F16CE10E\nS11307D070E080E090E0698B7A8B8B8B9C8B1FC0E0\nS11307E0198A1A8A1B8A1C8A1AC08DE190E0A0E03B\nS11307F0B0E0898B9A8BAB8BBC8B11C06CE170E041\nS113080080E090E0698B7A8B8B8B9C8B08C08DE1A8\nS113081090E0A0E0B0E0898B9A8BAB8BBC8B44302A\nS113082028F41D8A1E8A1F8A188E08C06FE170E0A2\nS113083080E090E06D8B7E8B8F8B988F453028F411\nS1130840198E1A8E1B8E1C8E08C08EE190E0A0E0DB\nS1130850B0E0898F9A8FAB8FBC8F463028F41D8E01\nS11308601E8E1F8E18A208C06FE170E080E090E039\nS11308706D8F7E8F8F8F98A3473028F419A21AA208\nS11308801BA21CA208C08EE190E0A0E0B0E089A306\nS11308909AA3ABA3BCA3483028F41DA21EA21FA296\nS11308A018A608C06FE170E080E090E06DA37EA31D\nS11308B08FA398A7493028F419A61AA61BA61CA62C\nS11308C008C08FE190E0A0E0B0E089A79AA7ABA7A9\nS11308D0BCA74A3028F41DA61EA61FA618AA08C045\nS11308E06EE170E080E090E06DA77EA78FA798ABE3\nS11308F04B3028F419AA1AAA1BAA1CAA08C08FE113\nS113090090E0A0E0B0E089AB9AABABABBCAB4C30B1\nS113091028F41DAA1EAA1FAA18AE08C02EE130E0B2\nS113092040E050E02DAB3EAB4FAB58AFE12CF12C87\nS1130930D701C601815B9740A109B109AC01BD0192\nS11309407695679557954795769567955795479505\nS11309504D875E876F87788BC701B60161547640F7\nS11309608109910920E931E040E050E00E94FE183D\nS11309708D859E85AF85B889820F931FA41FB51FEF\nS1130980840D951DA61DB71D29813A814B815C817B\nS1130990820F931FA41FB51F49895A896B897C89CB\nS11309A0840F951FA61FB71F2D893E894F89588D27\nS11309B0820F931FA41FB51F498D5A8D6B8D7C8D9B\nS11309C0840F951FA61FB71F2D8D3E8D4F8D58A1E7\nS11309D0820F931FA41FB51F49A15AA16BA17CA12B\nS11309E0840F951FA61FB71F2DA13EA14FA158A587\nS11309F0820F931FA41FB51F49A55AA56BA57CA5FB\nS1130A00840F951FA61FB71F2DA53EA54FA558A956\nS1130A10820F931FA41FB51F49A95AA96BA97CA9CA\nS1130A20840F951FA61FB71F2DA93EA94FA958AD26\nS1130A30280F391F4A1F5B1F60E871E581E090E0D1\nS1130A400E94EE1869837A838B839C83D501C40149\nS1130A508058904AAF4FB6474D805E806F8078844F\nS1130A60480E591E6A1E7B1E89849A84AB84BC84FA\nS1130A70840C951CA61CB71CA701960160E873E3BF\nS1130A8081EE91E00E94EE18860E971EA81EB91EF4\nS1130A90C701B6016D5677408109910924E630E01B\nS1130AA040E050E00E94FE1860E871E581E090E0CB\nS1130AB00E94EE18A5019401261B370B480B590B15\nS1130AC0DA01C90129813A814B815C81280F391FE0\nS1130AD04A1F5B1FCA01B90107C060E070E0CB0187\nS1130AE003C060E070E0CB01E896CDBFDEBFDF91CC\nS1130AF0CF91FF90EF90DF90CF90BF90AF909F90F9\nS1130B008F907F906F905F904F9008952F923F92B7\nS1130B104F925F926F927F928F929F92AF92BF9209\nS1130B20CF92DF92EF92FF920F931F93CF93DF93B5\nS1130B30CDB7DEB7A197CDBFDEBFFC019E012F5F0D\nS1130B403F4F80E2D9011D928A95E9F7611571053D\nS1130B5009F469C19081992309F465C149A36B0122\nS1130B608F010F5F1F4F80E0312C7901689422249C\nS1130B7025F8442E512C5201F3E0AF0EB11C420172\nS1130B8024E0820E911C320135E0630E711CA6E054\nS1130B904A0E511C943209F441C19C3209F026C119\nS1130BA03394B2E03B1221C0F6011082118212820A\nS1130BB0F70101900020E9F73197EE19FF09369704\nS1130BC008F40DC1C7010E940003D6018C93CE0125\nS1130BD003960E940003F6018183CE0105960E94CC\nS1130BE00003D60112968C93FAC0832D90E08A15E7\nS1130BF09B05A1F4F601168217821086118689815D\nS1130C00882309F4ECC0C7010E942103D60116967B\nS1130C106D937D938D939C931997E1C088159905E5\nS1130C2001F5F70101900020E9F7CF0102978E1535\nS1130C309F0509F0D4C089818F7D833509F0CFC029\nS1130C40F60186819781A085B185B095A095909590\nS1130C5081959F4FAF4FBF4F86839783A087B187FE\nS1130C60BEC086159705A1F4D6011A961D921D9251\nS1130C701D921C921D978981882309F4B0C0C70175\nS1130C800E942103F6016287738784879587A7C032\nS1130C908415950501F5F70101900020E9F7CF01CE\nS1130CA002978E159F0509F09AC089818F7D87353B\nS1130CB009F095C0F60182859385A485B585B09524\nS1130CC0A095909581959F4FAF4FBF4F8287938793\nS1130CD0A487B58784C0F7E03F1210C029A1211171\nS1130CE07EC0D6011E961C921E9789818153823044\nS1130CF008F075C0E1E01E96EC9371C0F9E03F1274\nS1130D0044C029A121116BC0D60151961C9289813E\nS1130D10882309F464C06EE270E0C7010E94A5193B\nS1130D20009709F45CC0FC0101900020E9F73197B9\nS1130D309F01281B390BC9012230310508F44FC02B\nS1130D40F70101900020E9F73197EE19FF099F019F\nS1130D502E5F3F4F2817390748F0A2E0B0E0A81BE8\nS1130D60B90BEE0DFF1DEA0FFB1F10826EE2C701E7\nS1130D700E940D03C7010E9459198F3F910511F07C\nS1130D800CF08FEFF601818B2AC0FAE03F1227C0E6\nS1130D9029A1213021F5D60113961C92139714969C\nS1130DA01C92149715961C92F70101900020E9F704\nS1130DB03197EE19FF09369790F0C7010E9400039E\nS1130DC0F6018383CE0103960E940003D601149694\nS1130DD08C93CE0105960E940003F6018583D7010A\nS1130DE0E22D1D92EA95E9F780E018C09A3289F461\nS1130DF0F9A1F130C1F4D6011E961C928981882391\nS1130E0091F0813411F0843471F481E0F601868725\nS1130E100AC0F701E80FF11D90838F5FD8019D91FF\nS1130E208D019111B7CEA196CDBFDEBFDF91CF91D9\nS1130E301F910F91FF90EF90DF90CF90BF90AF90F4\nS1130E409F908F907F906F905F904F903F902F90E6\nS1130E5008950F931F93CF938C0128EB3BE044EB51\nS1130E60B8018AE00E945218C82F882309F466C08A\nS1130E7064E270E0C8010E94A519009771F3FC01B7\nS1130E8001900020E9F73197E81BF90B399728F313\nS1130E90FC012081243209F721812035F1F62281D9\nS1130EA02D34D9F623812435C1F624812B34A9F6B7\nS1130EB02581203391F62681213379F68781803389\nS1130EC061F6809101388F93809100388F930E944E\nS1130ED0CD190F900F9028EB3BE044EBB8018AE06A\nS1130EE00E945218C82F882349F164E270E0C801B7\nS1130EF00E94A519FC01009771F3DC010D900020FC\nS1130F00E9F71197A81BB90B199728F3808184324C\nS1130F1011F781818035F9F682818D34E1F6838180\nS1130F208435C9F684818B34B1F68581803399F692\nS1130F308681803381F68781813369F68C2FCF9146\nS1130F401F910F910895E0EAF8E0168283E083830D\nS1130F508481886084838581816085838581806CB8\nS1130F608583089588E893E1E0EAF8E02581222367\nS1130F7044F023E02A95F1F700000197B9F780E0E7\nS1130F80089581E0089588E893E1E0EAF8E0258196\nS1130F9026FD08C023E02A95F1F700000197B9F770\nS1130FA080E0089581E008959091A50893709330AE\nS1130FB059F0E0EAF8E094819B7F9483880F816084\nS1130FC087830E94B207089580E008959091A50850\nS1130FD09370933051F0E0EAF8E094819B7F94831E\nS1130FE0880F87830E94C307089580E00895CF93F4\nS1130FF09091A50893709230A9F4C82F0E94B2076B\nS1131000882391F08091A808CC2331F0E0EAF8E03D\nS113101094819B7F948309C0E0EAF8E09481946012\nS1131020948303C080E001C080E0CF910895909143\nS1131030A50893709230A9F48093A80828E833E1B6\nS1131040E0EAF8E08581958190718074892B59F4E8\nS113105083E08A95F1F700002150310999F780E087\nS1131060089580E0089581E00895E0EAF8E084813D\nS11310708460848384818360848308951F920F92A3\nS11310800FB60F9211248F93EF93FF9381E0809317\nS11310901D38E0E0F4E0818580628187FF91EF9163\nS11310A08F910F900FBE0F901F9018951F920F9263\nS11310B00FB60F9211248F9381E080931B38809395\nS11310C043018F910F900FBE0F901F9018951F92A0\nS11310D00F920FB60F9211242F933F934F935F9368\nS11310E06F937F938F939F93AF93BF93EF93FF93EC\nS11310F00E948F0081E080930B0AFF91EF91BF91D2\nS1131100AF919F918F917F916F915F914F913F919B\nS11311102F910F900FBE0F901F9018951F920F9252\nS11311200FB60F9211248F93EF93FF9381E0809376\nS11311301C38E0E4F4E0818582608187FF91EF91BF\nS11311408F910F900FBE0F901F9018950E94F90079\nS11311500E94E80010924001089520912E383091A9\nS11311602F3880910738909108382817390730F0C4\nS113117081E02B39304118F480E0089581E008952E\nS1131180CF92DF92EF92FF920F931F93CF93DF934F\nS113119040912238C091213830912438009123386D\nS11311A060911738709118388091193890911A38D5\nS11311B0311107C0011105C0473119F4CB3309F4CB\nS11311C046C0611571058105910509F442C02CE3FF\nS11311D0D0E0249FC00DD11D112410E0239F000DE9\nS11311E0111D11242CE330E040E050E00E94FE1871\nS11311F0CA01B90120EA35E040E050E00E94FE183F\nS1131200C017D10790F46E01E12CF12C6C157D050B\nS11312108E059F0500F120E030E041E06017710782\nS113122082079307D8F040E019C06E01E12CF12C3D\nS11312306C157D058E059F0580F420E030E041E0CB\nS1131240601771078207930748F040E007C040E049\nS113125005C040E003C040E001C041E0842FDF91BD\nS1131260CF911F910F91FF90EF90DF90CF90089551\nS1131270CF9382E190E00E94A41CC82F83E190E008\nS11312800E94A41C2C2F30E0322F2227282BC901C6\nS1131290885B9B40833E944018F4822F932F02C0B6\nS11312A084EE9CE0CF910895CF9384E190E00E9476\nS11312B0A41CC82F85E190E00E94A41C2C2F30E0D0\nS11312C0322F2227282BC90101978E3F9F4318F400\nS11312D0822F932F02C08EE190E0CF91089586E192\nS11312E090E00E94A41C96EF980F913F08F08EE1C5\nS11312F00895CF9387E190E00E94A41CC82F88E151\nS113130090E00E94A41C2C2F30E0322F2227282B9F\nS1131310C9010A97853F9F4318F4822F932F02C077\nS11313208AE090E0CF91089589E190E00E94A41CA6\nS1131330883108F080E008958AE190E00E94A41CBE\nS11313408C3308F080E008958BE190E00E94A41CA7\nS1131350883108F087E108958CE190E00E94A41C94\nS11313608C3308F08BE308952F923F924F925F9253\nS11313706F927F928F929F92AF92BF92CF92DF92A1\nS1131380EF92FF920F931F93CF93DF93CDB7DEB706\nS11313906697CDBFDEBF809127388F938091263822\nS11313A08F93809129388F93809128388F938091DF\nS11313B02D381F928F9380912C381F928F93809198\nS11313C02B388F9380912A388F9386E99AEB9F93D9\nS11313D08F930E94CD1904E010E020E030E0AE01CC\nS11313E04F5F5F4F60E070E0CB010E947601182FE1\nS11313F0CDBFDEBF882309F4FBC1CE0101960E9454\nS11314005B006F87788B898B9A8B61307105824082\nS1131410910508F0ECC104E010E020E030E0AE01FA\nS11314204F5F5F4F64E070E080E090E00E947601DF\nS1131430182F882309F4DCC1CE0101960E945B00B9\nS11314402B013C018FEF481658066806780619F4FC\nS1131450412C512C32016F85788989899A89605190\nS11314607109810991092AE030E040E050E00E94CE\nS1131470FE18B22EA32E942E852EC22ED32EE42E29\nS1131480F52EC114D104E104F10459F0C301B201F1\nS1131490A70196010E94FE18722E632E542E452E2B\nS11314A004C0712C612C512C412C04E010E020E08C\nS11314B030E0AE014F5F5F4F6AE070E080E090E0A3\nS11314C00E947601182F882309F492C1CE01019657\nS11314D00E945B006F3FAFEF7A078A079A0719F4FF\nS11314E060E070E0CB01C114D104E104F10429F0FF\nS11314F0A70196010E94FE1804C020E030E040E0FD\nS113150050E05F934F933F932F934F925F926F926C\nS11315107F928F929F92AF92BF9286EC9AEB9F93A9\nS11315208F930E94CD198AEF9AEB9F938F930E9419\nS1131530CD19CDBFDEBFC12CD12C76016894C4F87F\nS1131540CB8ADC8AED8AFE8AC12CD12C7601C39425\nS1131550CB86DC86ED86FE860F2EF6E12F2EFBEB86\nS11315603F2EF02D09C04B8B5C8B6D8B7E8B04C0A2\nS11315704B8B5C8B6D8B7E8B0AE010E020E030E0BF\nS1131580AE014F5F5F4F6B897C898D899E890E9474\nS11315907601182F882309F42BC14C81898190E0AE\nS11315A0A0E0B0E04C015D01072E71E1880C991CAC\nS11315B0AA1CBB1C7A95D1F7702D9A81892F90E0D3\nS11315C0A0E0B0E0072E79E0880F991FAA1FBB1F87\nS11315D07A95D1F7702D88299929AA29BB29CB801E\nS11315E0D12CE12CF12CCC0CDD1CEE1CFF1C8C2925\nS11315F09D29AE29BF29842E912CA12CB12C68944D\nS113160016F8B694A794979487941694D1F7882AD9\nS1131610992AAA2ABB2A20E4821A24E5920A29E8F4\nS1131620A20AB1082F818D8190E0A0E0B0E02C01E6\nS11316303D01032E3BE0440C551C661C771C3A9577\nS1131640D1F7302D8E8190E0A0E0B0E0880F991F93\nS1131650AA1FBB1F880F991FAA1FBB1F880F991FA2\nS1131660AA1FBB1F84299529A629B7294F7750E0C3\nS113167060E070E0032E33E1440F551F661F771FAF\nS11316803A95D1F7302D842B952BA62BB72B422ED0\nS1131690512C612C712C689414F8769467945794A7\nS11316A047941694D1F7482A592A6A2A7B2A30E8A3\nS11316B0431A38EA530A32E1630A31E0730A2F719C\nS11316C08885C984D12CE12CF12CFE2CED2CDC2C4A\nS11316D0CC24E82A8A85C82AF22AC301B2017720D9\nS11316E03CF466277727CB016419750986099709A5\nS11316F020EA36E841E050E00E9420199F938F933E\nS11317007F936F93C301B20120EA36E841E050E0D1\nS11317100E9420195F934F933F932F93C501B40107\nS1131720BB203CF466277727CB01681979098A091D\nS11317309B0920EA36E841E050E00E9420199F937B\nS11317408F937F936F93C501B40120EA36E841E09B\nS113175050E00E9420195F934F933F932F9386E1AB\nS1131760C81A8EEBD80A88E8E80A8FE9F80AFF92CB\nS1131770EF92DF92CF929E859F93AD85AF93BC8508\nS1131780BF93CB84CF923F922F920E94CD194B8965\nS11317905C896D897E89465F5F4F6F4F7F4F8B8970\nS11317A09C89AD89BE894496A11DB11DCDBFDEBF04\nS11317B0CF84D888E988FA88C816D906EA06FB06D1\nS11317C0B8F08B859C85AD85BE850196A11DB11DA4\nS11317D08B879C87AD87BE87893C9105A105B105A0\nS11317E008F4C1CE8091080485FDC2CE01C010E08A\nS11317F0812F6696CDBFDEBFDF91CF911F910F91F0\nS1131800FF90EF90DF90CF90BF90AF909F908F901C\nS11318107F906F905F904F903F902F90089584E356\nS11318209BEB9F938F930E94CD190E94B4090F9054\nS11318300F90811108C085E49BEB9F938F930E94C6\nS1131840CD190F900F908DE49BEB9F938F930E9483\nS1131850CD190F900F9008952F923F924F925F925F\nS11318606F927F928F929F92AF92BF92CF92DF92AC\nS1131870EF92FF920F931F93CF93DF93CDB7DEB711\nS1131880AC97CDBFDEBF0E940B1885E00E945E01BD\nS11318900E94DE000E94A30781E0809309388CE552\nS11318A09BEB9F938F930E94CD190E940F0C0F9076\nS11318B00F900F2E612CF1E17F2EF02D0F2EFDE6FF\nS11318C04F2EFBEB5F2EF02D0F2EF3E92F2EFBEBAB\nS11318D03F2EF02D0F2EFEE28F2EFCEB9F2EF02DCF\nS11318E00F2EFEE4EF2EFCEBFF2EF02D0F2EF4E86E\nS11318F0AF2EFCEBBF2EF02D0F2EFEEBCF2EFCEB0C\nS1131900DF2EF02DF30124859385838130911F38D8\nS11319101F923F9330912F383F9330912E383F934D\nS11319201F922F931F929F931F928F931F9289EC64\nS11319308F935F924F920E94CD1980911E381F920F\nS11319408F93809120381F928F93809103388F93C7\nS1131950809102388F93809104381F928F938091E5\nS113196006388F93809105388F93809108388F9330\nS1131970809107388F933F922F920E94CD198091C6\nS11319802438CDBFDEBF811115C090912338911149\nS113199011C090912238973169F4909121389B338A\nS11319A049F482E29CEB9F938F930E94CD190F9090\nS11319B00F9014C0909121381F929F9390912238D8\nS11319C01F929F93909123381F929F931F928F93FE\nS11319D09F928F920E94CD19CDBFDEBFFF92EF92EE\nS11319E00E94CD19BF92AF920E94CD19DF92CF927F\nS11319F00E94CD1920E43CE940E2BE016F5F7F4FB5\nS1131A008DE00E9452180F900F900F900F900F903E\nS1131A100F90811109C086E09DEB9F938F930E94E4\nS1131A20CD190F900F907AC38981803319F40E94E5\nS1131A300F0C68CF813309F06AC08FEF89A38AA3A2\nS1131A408BA38CA382E49DEB9F938F930E94CD196B\nS1131A5004E010E020E030E0AE014F5D5F4F60E055\nS1131A6070E0CB010E940F020F900F90811108C00B\nS1131A7087E49DEB9F938F930E94CD190F900F9055\nS1131A8004E010E020E030E0AE014F5D5F4F64E021\nS1131A9070E080E090E00E940F02811108C027E40A\nS1131AA03DEB3F932F930E94CD190F900F9004E0CC\nS1131AB010E020E030E0AE014F5D5F4F6AE070E07F\nS1131AC080E090E00E940F02811108C0E7E4FDEB82\nS1131AD0FF93EF930E94CD190F900F9010922D3821\nS1131AE010922C3810922A3810922B3810922838E1\nS1131AF01092293810922638109227388FE49DEBE3\nS1131B009F938F930E94CD190F900F90FBCE823339\nS1131B1009F069C080E18F938AE98F938BE08F93FA\nS1131B2088EB8F9386E59DEB9F938F930E94CD194D\nS1131B3020E63AEE40E2BE016F5F7F4F8DE00E94E7\nS1131B4052180F900F900F900F900F900F908111DB\nS1131B5009C08BE69DEB9F938F930E94CD190F9044\nS1131B600F90DCC2CE0101960E9459198DA3082F53\nS1131B70192FC801885B9B40833E944048F087E45A\nS1131B809DEB9F938F930E94CD190F900F90BACE27\nS1131B90612F82E190E00E94AC1C6DA183E190E092\nS1131BA00E94AC1C87EA91E60197F1F700C000009F\nS1131BB00E9438090817190749F0E7E4FDEBFF9381\nS1131BC0EF930E94CD190F900F909CCE85E79DEB6B\nS1131BD09F938F930E94CD19009307381093083870\nS1131BE00F900F908FCE833309F067C08FE38F93EC\nS1131BF08EEF8F931F9281E08F938AE79DEB9F93E3\nS1131C008F930E94CD1920E63AEE40E2BE016F5F49\nS1131C107F4F8DE00E9452180F900F900F900F90FD\nS1131C200F900F90811109C08BE69DEB9F938F93CA\nS1131C300E94CD190F900F9071C2CE0101960E949F\nS1131C4059198DA3082F192FC80101978E3F9F435F\nS1131C5048F027E43DEB3F932F930E94CD190F905A\nS1131C600F9050CE612F84E190E00E94AC1C6DA1D6\nS1131C7085E190E00E94AC1CE7EAF1E63197F1F7C8\nS1131C8000C000000E9454090817190749F027E40E\nS1131C903DEB3F932F930E94CD190F900F9032CEBE\nS1131CA0E5E7FDEBFF93EF930E94CD190093053810\nS1131CB0109306380F900F9025CE843309F067C037\nS1131CC01F928AEF8F931F928AE08F938FEA9DEB86\nS1131CD09F938F930E94CD191F9289E08F938FEC6D\nS1131CE09DEB9F938F930E94CD1920E63AEE40E23C\nS1131CF0BE016F5F7F4F8DE00E945218CDBFDEBFE3\nS1131D00811109C08BE69DEB9F938F930E94CD199F\nS1131D100F900F9003C2CE0101960E945919082F0B\nS1131D20192F98012A503109213F310548F027E441\nS1131D303DEB3F932F930E94CD190F900F90E2CD6E\nS1131D40682F86E190E00E94AC1CE7EAF1E6319747\nS1131D50F1F700C000000E946F098DA390E00817FE\nS1131D60190749F027E43DEB3F932F930E94CD19C7\nS1131D700F900F90C7CDE5E7FDEBFF93EF930E9423\nS1131D80CD193DA1309304380F900F90BBCD85330E\nS1131D9009F067C08FE38F938EEF8F931F928AE0D1\nS1131DA08F9386EF9DEB9F938F930E94CD1920E62E\nS1131DB03AEE40E2BE016F5F7F4F8DE00E94521801\nS1131DC00F900F900F900F900F900F90811109C0FA\nS1131DD08BE69DEB9F938F930E94CD190F900F90EC\nS1131DE09DC1CE0101960E9459198DA3082F192F68\nS1131DF0C8010A97853F9F4348F027E43DEB3F9392\nS1131E002F930E94CD190F900F907CCD612F87E105\nS1131E1090E00E94AC1C6DA188E190E00E94AC1C93\nS1131E20E7EAF1E63197F1F700C000000E94790972\nS1131E300817190749F027E43DEB3F932F930E94BD\nS1131E40CD190F900F905ECDE5E7FDEBFF93EF9377\nS1131E500E94CD1900930238109303380F900F900D\nS1131E6051CD863309F0CAC08EE19EEB9F938F93C8\nS1131E700E94CD1920E63AEE40E2BE016F5F7F4F2B\nS1131E808DE00E9452180F900F90811109C08BE6CB\nS1131E909DEB9F938F930E94CD190F900F903EC19D\nS1131EA0CE0101960E9459198C019C013695279503\nS1131EB036952795ABE7B4E10E943F19969587952F\nS1131EC08DA39EA38831B0F4980136952795369555\nS1131ED027950E943F199695879544E6489F90015F\nS1131EE0499F300D1124C801821B930B8FA398A71F\nS1131EF08C3348F0E7E4FDEBFF93EF930E94CD1998\nS1131F000F900F90FFCC8AE49EEB9F938F930E94D7\nS1131F10CD1920E63AEE40E2BE016F5F7F4F8DE0BF\nS1131F200E9452180F900F90811109C08BE69DEB0F\nS1131F309F938F930E94CD190F900F90EFC0CE0105\nS1131F4001960E945919AC019C0136952795369546\nS1131F502795ABE7B4E10E943F199695879589A729\nS1131F609AA78831C8F49A0136952795369527950E\nS1131F700E943F199695879564E6689F9001699F32\nS1131F80300D1124CA01821B930B8BA79CA78C33A1\nS1131F9018F40417150749F4E7E4FDEBFF93EF93F6\nS1131FA00E94CD190F900F90ADCC6DA189E190E006\nS1131FB00E94AC1C6FA18AE190E00E94AC1C69A550\nS1131FC08BE190E00E94AC1C6BA58CE190E00E9438\nS1131FD0AC1C85E79DEB9F938F930E94CD19FDA1C7\nS1131FE0F09324382FA12093233839A53093223835\nS1131FF08BA5809321380F900F9084CC8733A9F45C\nS113200080912038882341F060E08DE190E00E94C7\nS1132010AC1C1092203876CC61E08DE190E00E94F7\nS1132020AC1C81E0809320386DCC883309F057C014\nS1132030E7E7FEEBFF93EF930E94CD1920E63AEE1B\nS113204040E2BE016F5F7F4F8DE00E9452180F90F7\nS11320500F90811109C08BE69DEB9F938F930E9493\nS1132060CD190F900F905AC0CE0101960E945919B4\nS1132070082F192F0B3F110548F087E49DEB9F9320\nS11320808F930E94CD190F900F903CCC682F8FE155\nS113209090E00E94AC1C87EA91E60197F1F700C03A\nS11320A000008FE190E00E94A41C8DA390E008172B\nS11320B0190749F0E7E4FDEBFF93EF930E94CD1974\nS11320C00F900F901FCC85E79DEB9F938F930E94F9\nS11320D0CD19FDA1F0931E380F900F9013CC8236CA\nS11320E0A9F480911F38882341F060E08EE190E0EC\nS11320F00E94AC1C10921F3805CC61E08EE190E088\nS11321000E94AC1C81E080931F38FCCB86E09DEBE1\nS11321109F938F930E94CD190F900F900E94DA0025\nS113212083E294EF0197F1F700C000000E94431886\nS11321300E943718AC96CDBFDEBFDF91CF911F91BF\nS11321400F91FF90EF90DF90CF90BF90AF909F9052\nS11321508F907F906F905F904F903F902F90089555\nS11321608091080485FF12C00DC0908595FD0CC0B8\nS1132170A7EAB1E61197F1F700C000008150A9F772\nS113218081E0089580E0089580E0089587EA91E66B\nS11321900197F1F700C000008DE1E0E0F4E0E5CF45\nS11321A04F925F926F927F928F929F92AF92BF9263\nS11321B0CF92DF92FF920F931F93CF93DF93CDB70C\nS11321C0DEB76297CDBFDEBF6C01F62E04E010E0EF\nS11321D020E030E0AE014F5F5F4F60E070E0CB0184\nS11321E00E947601882309F449C1CE0101960E9418\nS11321F05B004B015C01DC01CB014097A109B109F3\nS1132200813F9F4FA140B10528F0812C912C5401AE\nS1132210689484F8FF2011F104E010E020E030E03D\nS1132220AE014F5F5F4F64E070E080E090E00E9499\nS11322307601882309F424C1CE0101960E945B0033\nS11322406B877C878D879E876F3F7F4F8F4F9F4F14\nS113225049F41B861C861D861E8604C01B861C86AC\nS11322601D861E8604E010E020E030E0AE014F5FE2\nS11322705F4F6AE070E080E090E00E94760188237E\nS113228009F400C1CE0101960E945B006F87788B30\nS1132290898B9A8B6F3F7F4F8F4F9F4F21F41F86FF\nS11322A0188A198A1A8AC6010E9465036A3E51E493\nS11322B0750757E7850750E6950738F0AB01BC0171\nS11322C04A5E51446747704603C040E050E0BA019B\nS11322D0D60116960D911D912D913C911997005C94\nS11322E01B4A26473F4FD901C801072E71E1B69515\nS11322F0A795979587957A95D1F7702D8983D901FC\nS1132300C801072E79E0B695A795979587957A9594\nS1132310D1F7702D8A83D901C801B695A7959795F1\nS113232087958B83F60182859385A485B58580582E\nS11323309745AD4EBE4F0795002707952C013D01EB\nS1132340032E33E176946794579447943A95D1F7E2\nS1132350302D04290C838C019D010F2EFBE0369552\nS1132360279517950795FA95D1F7F02D0D838C01D4\nS11323709D01689412F8369527951795079516943C\nS1132380D1F70E838295880F807E872B8F83688791\nS113239059874A8724013501FAE04F0E511C611C0C\nS11323A0711C21E04216510422E06206710408F017\nS11323B06BC00AE010E020E030E0AE014F5F5F4FF9\nS11323C0C501B4010E940F02882309F45FC0798219\nS11323D06A825B824C8204E010E020E030E0AE01CF\nS11323E04F5F5F4F60E070E0CB010E940F028823D3\nS11323F009F44EC0FF2011F1D6011F968D919C91D6\nS113240050972B853C854D855E85280F391F411DCE\nS1132410511DDA01C901B983AA839B832C8304E08B\nS113242010E020E030E0AE014F5F5F4F64E070E009\nS113243080E090E00E940F02882361F1D60151965A\nS11324408C914F84588869887A88480E511C611C85\nS1132450711C79826A825B824C8204E010E020E085\nS113246030E0AE014F5F5F4F6AE070E080E090E0E3\nS11324700E940F02882381F082E00FC080E00DC02B\nS113248080E00BC080E009C081E007C080E005C0A7\nS113249080E003C080E001C080E06296CDBFDEBF73\nS11324A0DF91CF911F910F91FF90DF90CF90BF905C\nS11324B0AF909F908F907F906F905F904F90089512\nS11324C02F923F924F925F926F927F928F929F9240\nS11324D0AF92BF92CF92DF92EF92FF920F931F932E\nS11324E0CF93DF93CDB7DEB7CB5CD109CDBFDEBFD1\nS11324F00E94A300FE01319682E1DF011D928A95BC\nS1132500E9F7C0900538D0900638B1E0C553DF4FE5\nS1132510B883CB5CD040E6E0CE16D10428F4C55392\nS1132520DF4F1882CB5CD0400E94DE000E94A307DC\nS11325300E94CA000E94D2000E94EF17CE01439667\nS11325400E9429078111F1C2F6C2E12C412C512CC1\nS11325503201212C312C0F2EF3E98F2EFEEB9F2E0E\nS1132560F02DA12C6894BB24B2F808EB1BE024EBFB\nS1132570AE014D5E5F4F6AE082E00E9494188823AA\nS113258009F419C30E940B1864E270E0CE0143966B\nS11325900E94A5198C01009709F44EC0FC0101901A\nS11325A00020E9F73197E81BF90B379708F446C088\nS11325B0DC0113968C911397823599F414968C91BF\nS11325C014978D3409F515968C918334F9F441E010\nS11325D0BE016F5F7F4FC8010E948605FF24F394FC\nS11325E01CC08734A9F4F8018481873499F4858167\nS11325F0813491F440E0BE016F5F7F4FC8010E94B7\nS11326008605FF24F39409C0F12C07C0F12C05C002\nS1132610F12C03C0F12C01C0F12C0E94B7001F93D0\nS11326200F939F938F937F936F939F928F920E94A8\nS1132630CD19CDBFDEBF03C0F12C01C0F12CF801D0\nS113264001900020E9F73197E01BF10B3297C0F1BC\nS113265064E270E0C80101960E94A519009781F117\nS1132660FC0101900020E9F73197E81BF90B37973B\nS113267038F1DC0113962C911397223589F41496C2\nS11326802C9114972D34E1F415962C912334C1F434\nS113269041E0BE016F5F7F4F0E948605F39410C036\nS11326A0273471F4FC012481273451F42581213429\nS11326B039F440E0BE016F5F7F4F0E948605F394BA\nS11326C00E94B70028EE33E040E050E00E94FE187C\nS11326D0C953DF4F288339834A835B83C75CD04067\nS11326E0DA01C901293731054105510580F02E81F0\nS11326F0203569F4298121110AC02A81233038F454\nS113270080912C388F5F80932C3817E05BC2F6E001\nS1132710CF16D10460F08D329140A105B10538F097\nS113272080912D388F5F80932D3817E04BC232E0B3\nS1132730F31215C0CE0101960E946503672B682B26\nS1132740692B69F0CE0101960E94650360931738E6\nS1132750709318388093193890931A3817C0809161\nS1132760173890911838A0911938B0911A380097F9\nS1132770A105B10559F00196A11DB11D809317382B\nS113278090931838A0931938B0931A388F858130F4\nS113279009F0C0C02114310431F4C953DF4F28803B\nS11327A03980C75CD0401091043886E0C816D10443\nS11327B008F4C7C180912538882309F4D1C18EE17A\nS11327C090E010E0CFC1A0E0B0E0C953DF4F4881F2\nS11327D059816A817B81C75CD040421953096109E0\nS11327E0710984179507A607B70708F08EC0C95367\nS11327F0DF4FA881B981C75CD040A88BB98B809189\nS11328002538882321F0A0932638B09327381092D6\nS1132810093880912038882309F45CC080911238EB\nS113282090911338A0911438B09115380097A105F0\nS1132830B105C9F48F819885A985BA85809312382A\nS113284090931338A0931438B09315388B859C85D6\nS1132850AD85BE8580930E3890930F38A0931038C1\nS1132860B093113837C04F81588569857A85841BA8\nS1132870950BA60BB70BAC01BD013AF444275527C1\nS1132880BA01481B590B6A0B7B0B4C325140610552\nS1132890710504F580910E3890910F38A09110388D\nS11328A0B09111384B855C856D857E85841B950BB5\nS11328B0A60BB70BAC01BD013AF444275527BA0166\nS11328C0481B590B6A0B7B0B4C3251406105710557\nS11328D00CF473C1C553DF4F6881CB5CD040CE018B\nS11328E001960E94D01010922538813009F484C1D9\nS11328F0882309F464C136E0C316D10430F0E394AC\nS113290080911E38E81608F05CC18FEF481A580A07\nS1132910680A780A0E94C0088823B1F180910938B6\nS1132920882371F0E0E2F4E080E285839FEFA4E382\nS1132930BCE09150A040B040E1F700C000008683A5\nS1132940109209380E94CE000E942A180E9443184F\nS11329500E9437180E94DA0081E090E00E94F9009A\nS11329608091173890911838A0911938B0911A387D\nS11329700196A11DB11D8093173890931838A09328\nS11329801938B0931A3866C10E94190180932E3801\nS113299090932F388A5E9B40813B944008F0EAC0B4\nS11329A0D50118968C91189785FD0AC0EFE4F3ECD5\nS11329B03197F1F700C0000018968C9185FF0DC186\nS11329C00E94EF1780911F38811105C0809109384A\nS11329D0882309F4CACD0E9456018E81803539F4CA\nS11329E0EFE2F5E73197F1F700C0000006C08BE491\nS11329F09DE10197F1F700C000000E945A01B5CD96\nS1132A000E94CE000E942A180E9443180E94371880\nS1132A100E94DA0014E02FC0CC96A11DB11D809352\nS1132A20173890931838A0931938B0931A388CE358\nS1132A3090E00E94F9000EC185E0809330380E9436\nS1132A40D60081E090E00E94F900109217381092AD\nS1132A5018381092193810921A38FCC081E090E0AE\nS1132A600E94F900109217381092183810921938F1\nS1132A7010921A38EFC08AEF810F823080F5E0900F\nS1132A800538F0900638173039F0E114F10451F4A8\nS1132A90EE24E394F12C06C00F2EF4E8EF2EF3E0BD\nS1132AA0FF2EF02DC7010E94F900809117389091F4\nS1132AB01838A0911938B0911A380097A105B105BA\nS1132AC009F4C8C08E0D9F1DA11DB11D8093173838\nS1132AD090931838A0931938B0931A38BBC08091DA\nS1132AE02838909129380196809328389093293872\nS1132AF08091173890911838A0911938B0911A38EC\nS1132B000097A105B10561F0885A9D4FAF4FBF4FA3\nS1132B108093173890931838A0931938B0931A38C3\nS1132B2088E592E00E94F90095C096E0C916D104A8\nS1132B3008F00BCD7DC0A6E0CA16D10408F47DC010\nS1132B405FCF209105383091063840E050E0C30152\nS1132B50B2010E94FE18672B682B692B39F0D5CE81\nS1132B6089E090E02A89211171C02DCE8A898111D2\nS1132B7069C0CBCE0E94CE000E942A180E9443183E\nS1132B800E9437180E94DA0080912A3890912B38DD\nS1132B90019680932A3890932B388091173890911E\nS1132BA01838A0911938B0911A380097A105B105C9\nS1132BB009F032CF3CCF14E005C018E003C014E0A4\nS1132BC001C016E00E94CE000E942A180E944318F9\nS1132BD00E9437180E94DA004ECF0E94CE000E9455\nS1132BE02A180E9443180E9437180E94DA000E9493\nS1132BF0B010811121CF32CF0E94CE000E942A183A\nS1132C000E9443180E9437180E94DA0083E08093E0\nS1132C1030380E94D60081E090E00E94F9001092C2\nS1132C201738109218381092193810921A3812C0A6\nS1132C308CE99EEB0E94E31988CC8CE99EEB0E9400\nS1132C40E319DECE811708F4D2CD5FCE211708F048\nS1132C50BACDCDCDC553DF4FCDBFDEBFDF91CF9110\nS1132C601F910F91FF90EF90DF90CF90BF90AF90A6\nS1132C709F908F907F906F905F904F903F902F9098\nS1132C800895C0E4D1E00F2EF5E0AF2EF02D689446\nS1132C90BB24B2F8DD24D3946894CC24C1F800E0BA\nS1132CA014E06894EE24E6F8FF24F2F81882809188\nS1132CB03038811103C086E00E9446010E94190148\nS1132CC080932E3890932F3880913038811184C0AE\nS1132CD00E946D000E94890083E090E00E94A60893\nS1132CE00E94DD180E9438098093073890930838B1\nS1132CF00E94540980930538909306380E946F0906\nS1132D00809304380E9479098093023890930338A1\nS1132D100E949409809324380E949C09809323384C\nS1132D200E94A409809322380E94AC098093213820\nS1132D308DE190E00E94A41C823018F48093203826\nS1132D4002C0109220388EE190E00E94A41C8230D0\nS1132D5018F480931F3802C010921F388FE190E05E\nS1132D600E94A41C8F3F19F080931E3802C0109259\nS1132D701E38D092253810921D3810921B381092AC\nS1132D801738109218381092193810921A38109275\nS1132D901638109212381092133810921438109278\nS1132DA0153810920E3810920F3810921038109275\nS1132DB011380E94AD08882351F0C09230388C2D10\nS1132DC00E945E018CE390E00E94F900F5C00E942D\nS1132DD07A00B0923038F0C0843009F048C0809155\nS1132DE01D38811105C080911C38882309F4E4C082\nS1132DF02FED32E282E0215030408040E1F700C004\nS1132E000000F801808585FF04C0F701808581FDFD\nS1132E10D3C010921D38D092163887E00E945E010C\nS1132E2020912E3830912F38369527953695279551\nS1132E3036952795ABE7B4E10E943F19969587959F\nS1132E408E50FFED22E232E0F15020403040E1F7B5\nS1132E5000C000000E945E01D09230380E948200BF\nS1132E6080910238909103380E94F900A5C0813006\nS1132E7009F05FC00E94AD08882389F0C092303801\nS1132E800E94D6008CE390E00E94F900109217385B\nS1132E90109218381092193810921A388DC08091F7\nS1132EA01D38882311F10E94B010882389F0A09264\nS1132EB030380E94D60081E090E00E94F900109220\nS1132EC01738109218381092193810921A3874C0A2\nS1132ED081E090E00E94F90010921738109218389F\nS1132EE01092193810921A3867C00E94C0088823BB\nS1132EF0E9F0D092253888E790E00E94F9008091AB\nS1132F00173890911838A0911938B0911A38885808\nS1132F109F4FAF4FBF4F8093173890931838A093AB\nS1132F201938B0931A380E94D60046C00E94601225\nS1132F3043C0823041F50E94AD08882329F088E01F\nS1132F4097E00E94F90038C080911D38882359F019\nS1132F500E94B010882339F0A092303881E090E0CC\nS1132F600E94F90029C080911638882339F0D09244\nS1132F70303881E090E00E94F9001EC00E947A007F\nS1132F80B092303819C0833069F480911D38882399\nS1132F9099F010921D38A092303881E090E00E94A0\nS1132FA0F9000AC0853041F40E942C0C109230388C\nS1132FB081E090E00E94F90010921B3810921D38B5\nS1132FC010921C380E94E80071CEE0E0F8E0948191\nS1132FD095FFFDCF8093020880E090E00895109261\nS1132FE0E205A0E0B8E016968C911697806C1696D0\nS1132FF08C931697E0E2F4E084E08583808184601A\nS113300080838081877F808381EA91E018968D9305\nS11330109C931997089581E08093E205A0E0B8E0BD\nS113302016968C911697806C16968C931697E0E002\nS1133030F4E0118A128A82E0858380818260808331\nS113304080818B7F808381EA91E018968D939C9395\nS1133050199708958091040888233CF4E0E0F8E08F\nS1133060808194819923E4F3089580E00895E0E059\nS1133070F4E080818D7F808380818B7F808384E0F6\nS1133080818B828B0895E0E0F8E0848186FFFDCF98\nS1133090848185FFFACFE0E0F8E084818064848352\nS11330A016820895EF92FF920F931F93CF93DF93AD\nS11330B0182F7B01042FE90150E060E070E0C701A4\nS11330C00E949E190E942A1890E0E0E0F8E08481B2\nS11330D0882354F02197A9EFB0E01197F1F700C0CD\nS11330E000002097A1F718C080818A3069F08D30E4\nS11330F059F021E0290FD701A90FB11D8C93201796\nS113310010F090E001C0922F8113E1CFF701E90F95\nS1133110F11D108281E001C080E0DF91CF911F9109\nS11331200F91FF90EF900895DF92EF92FF920F932B\nS11331301F93CF93DF93D82EE62EEA01F22E882335\nS113314089F1422F50E060E070E0CE010E949E19A8\nS11331500E942A1890E0E0E0F8E08481882364F07B\nS113316001501109A9EFB0E01197F1F700C0000078\nS11331700115110591F718C0808121E0290FDE01A6\nS1133180A90FB11D8C932F1510F090E001C0922F60\nS11331908E11E3CFDA94D110E0CFC90FD11D18827C\nS11331A081E003C080E001C080E0DF91CF911F91F6\nS11331B00F91FF90EF90DF900895E1E3F8E385EE3F\nS11331C097E1808791871286138682E08383148631\nS11331D01586E0934138F09342380895DB018F93CC\nS11331E09F930E944E19BF91AF91A29F800D911D94\nS11331F0A39F900DB29F900D11240895A1E21A2E61\nS1133200AA1BBB1BFD010DC0AA1FBB1FEE1FFF1F86\nS1133210A217B307E407F50720F0A21BB30BE40BD6\nS1133220F50B661F771F881F991F1A9469F760951D\nS11332307095809590959B01AC01BD01CF010895D7\nS1133240052E97FB1EF400940E94371957FD07D0F2\nS11332500E94FE1807FC03D04EF40C9437195095C5\nS11332604095309521953F4F4F4F5F4F089590956E\nS11332708095709561957F4F8F4F9F4F0895A29FC2\nS1133280B001B39FC001A39F700D811D1124911D36\nS1133290B29F700D811D1124911D08950E943F1944\nS11332A0A59F900DB49F900DA49F800D911D112496\nS11332B00895FC0188279927E89421912032E9F3A5\nS11332C0293010F02E30C8F32B3241F02D3239F46E\nS11332D0689404C00E94C519820F911D2191205346\nS11332E02A30C0F31EF4909581959F4F08951F9343\nS11332F0FC0199278827BC01E89411911032E9F365\nS1133300193010F01E30C8F31B3251F01D3249F44D\nS1133310689406C00E94B019610F711D811D911D32\nS1133320119110531A30B0F33EF490958095709536\nS113333061957F4F8F4F9F4F1F910895DC0101C00E\nS11333406D9341505040E0F70895FC018191861738\nS113335021F08823D9F7992708953197CF0108954B\nS1133360592F482F372F262F660F771F881F991F35\nS1133370660F771F881F991F620F731F841F951F85\nS1133380660F771F881F991F08957AE0979F902DE5\nS1133390879F802D910D11240895A0E0B0E0E3ED06\nS11333A0F9E10C94D01CAE014B5F5F4FFA016191BF\nS11333B07191AF0180914138909142380E94131A63\nS11333C0E2E00C94E91C0F931F93CF93DF93E091F9\nS11333D04138F0914238238121FF1BC08C01D0E099\nS11333E0C0E0F80181918F016091413870914238B9\nS11333F0DB011896ED91FC911997882331F009951A\nS1133400892B79F3DFEFCFEFECCF8AE00995892B95\nS113341019F08FEF9FEF02C08D2F9C2FDF91CF917A\nS11334201F910F910895ABE0B0E0E9E1FAE10C944B\nS1133430C01C6C017B018A01FC0116821782838106\nS113344081FFCCC1CE0101963C01F6019381F701C5\nS113345093FD859193FF81917F01882309F4BAC17B\nS1133460853239F493FD859193FF81917F018532F3\nS113347029F4B60190E00E940A1CE7CF912C212C7C\nS1133480312CFFE1F315D8F08B3279F038F4803227\nS113349079F08332A1F4232D20611DC08D3261F0B7\nS11334A0803369F4232D216016C0832D8260382E69\nS11334B0E32DE4603E2E2AC0F32DF8601DC037FCD6\nS11334C02DC020ED280F2A3040F08E32B9F436FC9E\nS11334D081C1232D2064322E19C036FE06C08AE035\nS11334E0989E200D1124922E11C0EAE02E9E200DEC\nS11334F01124222EF32DF0623F2E08C08C3621F4C5\nS1133500832D8068382E02C0883641F4F70193FD7C\nS1133510859193FF81917F018111B3CF982F9F7D76\nS11335209554933028F40C5F1F4F9FE399830DC08B\nS1133530833631F0833771F0833509F059C021C0E7\nS1133540F801808189830E5F1F4F88248394912C16\nS1133550530113C02801F2E04F0E511CF801A08062\nS1133560B18036FE03C0692D70E002C06FEF7FEFBB\nS1133570C5010E94FF1B4C018201F32DFF773F2EF2\nS113358016C0280122E0420E511CF801A080B1802F\nS113359036FE03C0692D70E002C06FEF7FEFC501F6\nS11335A00E94F41B4C01F32DF0683F2E820133FC82\nS11335B01BC0822D90E088169906B0F4B60180E213\nS11335C090E00E940A1C2A94F4CFF50137FC8591FF\nS11335D037FE81915F01B60190E00E940A1C211020\nS11335E02A9421E0821A91088114910471F7E8C0A9\nS11335F0843611F0893641F5F80137FE07C0608141\nS11336007181828193810C5F1F4F08C06081718139\nS1133610072E000C880B990B0E5F1F4FF32DFF76BE\nS11336203F2E97FF09C090958095709561957F4FC7\nS11336308F4F9F4FF0683F2E2AE030E0A3010E9495\nS1133640461C882E861845C0853731F4232D2F7EDD\nS1133650B22E2AE030E025C0932D997FB92E8F3603\nS1133660C1F018F4883579F0B5C0803719F088377F\nS113367021F0B0C0E92FE061BE2EB4FE0DC0FB2DD9\nS1133680F460BF2E09C034FE0AC0292F2660B22E72\nS113369006C028E030E005C020E130E002C020E1AF\nS11336A032E0F801B7FE07C06081718182819381A5\nS11336B00C5F1F4F06C06081718180E090E00E5F57\nS11336C01F4FA3010E94461C882E8618FB2DFF77EE\nS11336D03F2E36FE0DC0232D2E7FA22E891458F4C2\nS11336E034FE0BC032FC09C0832D8E7EA82E05C08B\nS11336F0B82CA32C03C0B82C01C0B92CA4FE0FC055\nS1133700FE01E80DF11D8081803321F49A2D997E0C\nS1133710A92E09C0A2FE06C0B394B39404C08A2D96\nS1133720867809F0B394A3FC11C0A0FE06C0B214BD\nS113373088F4280C922C9B180EC0B21460F4B601C5\nS113374080E290E00E940A1CB394F7CFB21418F4FC\nS11337502B1802C0982C212CA4FE10C0B60180E3C3\nS113376090E00E940A1CA2FE17C0A1FC03C088E7D7\nS113377090E002C088E590E0B6010CC08A2D8678FE\nS113378059F0A1FE02C08BE201C080E2A7FC8DE2E9\nS1133790B60190E00E940A1C891438F4B60180E353\nS11337A090E00E940A1C9A94F7CF8A94F301E80DE2\nS11337B0F11D8081B60190E00E940A1C8110F5CFB2\nS11337C0222009F442CEB60180E290E00E940A1C55\nS11337D02A94F6CFF6018681978102C08FEF9FEF7E\nS11337E02B96E2E10C94D91CFC01059061507040C9\nS11337F00110D8F7809590958E0F9F1F0895FC01B6\nS11338006150704001900110D8F7809590958E0F0B\nS11338109F1F08950F931F93CF93DF93FB01238181\nS113382021FD03C08FEF9FEF2CC022FF16C04681FD\nS11338305781248135814217530744F4A081B18113\nS11338409D012F5F3F4F208331838C9326813781E5\nS11338502F5F3F4F2683378314C08B01EC01FB019C\nS11338600084F185E02D0995892BE1F6D80116969F\nS11338708D919C911797019616968D939C9317970B\nS1133880CE01DF91CF911F910F910895FA01AA27DC\nS1133890283051F1203181F1E8946F936E7F6E5F8F\nS11338A07F4F8F4F9F4FAF4FB1E03ED0B4E03CD03D\nS11338B0670F781F891F9A1FA11D680F791F8A1F20\nS11338C0911DA11D6A0F711D811D911DA11D20D087\nS11338D009F468943F912AE0269F11243019305D41\nS11338E03193DEF6CF010895462F4770405D419332\nS11338F0B3E00FD0C9F7F6CF462F4F70405D4A337F\nS113390018F0495D31FD4052419302D0A9F7EACF46\nS1133910B4E0A6959795879577956795BA95C9F775\nS113392000976105710508959B01AC010A2E069468\nS11339305795479537952795BA95C9F7620F731F21\nS1133940841F951FA01D089503D080819927089591\nS1133950FC01E050FC4E0895262FAF93BF93E0E0A6\nS1133960F0E1328131FDFDCFDC01A050BC4E2C933F\nS11339702DE924BF23E020830196BF91AF910895E0\nS11339802F923F924F925F926F927F928F929F926B\nS1133990AF92BF92CF92DF92EF92FF920F931F9359\nS11339A0CF93DF93CDB7DEB7CA1BDB0BCDBFDEBF32\nS11339B009942A88398848885F846E847D848C843D\nS11339C09B84AA84B984C884DF80EE80FD800C8146\nS11339D01B81AA81B981CE0FD11DCDBFDEBFED0100\nS10939E00895F894FFCFE6\nS11339E6245051424155442C572C393630302A3410\nS11339F6420D0A0024504D544B3331342C302C31B3\nS1133A062C302C312C302C302C302C302C302C30CB\nS1133A162C302C302C302C302C302C302C302C30BC\nS1133A262C302A32380D0A0024504D544B3331348D\nS1133A362C302C312C302C302C302C302C302C309B\nS1133A462C302C302C302C302C302C302C302C308C\nS1133A562C302C302C302A32390D0A0024504D5487\nS1133A664B3331342C302C302C302C312C302C3040\nS1133A762C302C302C302C302C302C302C302C305C\nS1133A862C302C302C302C302C302A32390D0A00B4\nS1133A965556733A2025752C20544F733A202575B4\nS1133AA62F25752C204572726F72734F7247463AF2\nS1133AB62025752C20545446463A2025750A0D00B7\nS1133AC646697865733A20256C752C204176672EF5\nS1133AD6205454463A20256C7520732C2041766771\nS1133AE62E2048444F502028783130293A20256C1E\nS1133AF6750A0D000A0D636F756E742C74696D6515\nS1133B067374616D702C6C61742C6C6F6E0A0D008D\nS1133B16256C752C256C752C256C642E2530356C1E\nS1133B26642C256C642E2530356C640A0D002A53EA\nS1133B3654415254204D454D4F52592A0A0D0045C1\nS1133B464D5054590A0D002A454E44204D454D4FBB\nS1133B5652592A0A0D002D2D2D5449434B2D5441FB\nS1133B66472D2D2D0A0D005625752C2049443A2043\nS1133B76253032582D25303258253032582C202500\nS1133B86756D562C2025303258620A0D0053455463\nS1133B9654494E47533A0A0D2D204D696E20766FCF\nS1133BA66C746167653A202575206D560A0D2D20C3\nS1133BB64672657175656E63793A20257520730AB8\nS1133BC60D2D204D696E2048444F50202878313001\nS1133BD6293A2025750A0D2D20416374697661748E\nS1133BE6696F6E2064656C61793A20257520730AC5\nS1133BF60D2D2047656F66656E63696E673A2025ED\nS1133C06750A0D2D20427572737420647572617481\nS1133C16696F6E3A20257520730A0D002D204E6FAC\nS1133C262074696D650A0D002D2054696D653A206E\nS1133C3625753A25303275202D2025753A253032E2\nS1133C4675205554430A0D000A0D302052656164EF\nS1133C56206D656D6F72790A0D3120526573657436\nS1133C66206D656D6F72790A0D3220536574206D6F\nS1133C76696E2E20766F6C746167650A0D003320B9\nS1133C86536574206672657175656E63790A0D34C1\nS1133C96205365742061636375726163790A0D3517\nS1133CA6205365742061637469766174696F6E204C\nS1133CB664656C61790A0D00362053657420746955\nS1133CC66D65730A0D3720546F67676C65206765E9\nS1133CD66F66656E63696E67204F4E2F4F46460AC0\nS1133CE60D3820536574206275727374206475727E\nS1133CF66174696F6E0A0D3920457869740A0D007E\nS1133D064279652120536C656570696E6720756E0E\nS1133D1674696C2061637469766174696F6E2028B6\nS1133D266279207072657373696E67206275747444\nS1133D366F6E20616761696E290A0D002E2E2E2092\nS1133D46004552524F520A0D00444F4E450A0D008B\nS1133D56456E746572206D56202825752E2E2575A0\nS1133D66293A0A0D0054494D454F55540A0D004F42\nS1133D764B0A0D00456E74657220475053206672D7\nS1133D86657175656E637920696E207320282575C3\nS1133D962E2E25752C20312E2E35203D2073746150\nS1133DA6792D6F6E293A0A0D00456E746572206D81\nS1133DB6696E2048444F50207820313020282575DC\nS1133DC62E2E2575293A0A0D0054542074726965FD\nS1133DD67320746F20616368696576652048444F73\nS1133DE6502077697468696E20257520730A0D0062\nS1133DF6456E7465722061637469766174696F6E69\nS1133E062064656C617920696E2073202825752EDF\nS1133E162E2575293A0A0D00456E7465722055548F\nS1133E26432074696D6520746F207475726E204F1B\nS1133E364E2028666F726D61743A2048484D4D29AC\nS1133E463A0A0D00456E7465722055544320746910\nS1133E566D6520746F207475726E204F4646202857\nS1133E66666F726D61743A2048484D4D293A0A0DC1\nS1133E7600456E746572206475726174696F6E2094\nS1133E8628302D3235302073293A0A0D00256C75F9\nS1133E962025730A0D00245051464C502C572C31C2\nS10A3EA62C302A32310D001B\nS10D3EADFAB90A001E1E00E40C011D\nS9030000FC\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/Time.d",
    "content": "Time.d Time.o: .././Time.cpp .././Time.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h\n\n.././Time.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/UART.d",
    "content": "UART.d UART.o: .././UART.cpp .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/main.d",
    "content": "main.d main.o: .././main.cpp .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h \\\n .././EEPROM_CAT24M01.h .././I2C.h .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././Time.h .././HelperFunctions.h .././TestFunctions.h \\\n .././Configuration.h\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n\n.././EEPROM_CAT24M01.h:\n\n.././I2C.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././Time.h:\n\n.././HelperFunctions.h:\n\n.././TestFunctions.h:\n\n.././Configuration.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V201/makedep.mk",
    "content": "################################################################################\n# Automatically-generated file. Do not edit or delete the file\n################################################################################\n\nHelperFunctions.cpp\n\nTime.cpp\n\nTickTag.cpp\n\nEEPROM_CAT24M01.cpp\n\nGPS_L70_Light.cpp\n\nI2C.cpp\n\nmain.cpp\n\nTestFunctions.cpp\n\nUART.cpp\n\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/EEPROM_CAT24M01.d",
    "content": "EEPROM_CAT24M01.d EEPROM_CAT24M01.o: .././EEPROM_CAT24M01.cpp \\\n .././EEPROM_CAT24M01.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n .././I2C.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h\n\n.././EEPROM_CAT24M01.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\n.././I2C.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/GPS_L70_Light.d",
    "content": "GPS_L70_Light.d GPS_L70_Light.o: .././GPS_L70_Light.cpp \\\n .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n .././Time.h .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\n.././Time.h:\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/HelperFunctions.d",
    "content": "HelperFunctions.d HelperFunctions.o: .././HelperFunctions.cpp \\\n .././HelperFunctions.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h\n\n.././HelperFunctions.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/I2C.d",
    "content": "I2C.d I2C.o: .././I2C.cpp .././I2C.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h\n\n.././I2C.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/Makefile",
    "content": "################################################################################\n# Automatically-generated file. Do not edit!\n################################################################################\n\nSHELL := cmd.exe\nRM := rm -rf\n\nUSER_OBJS :=\n\nLIBS := \nPROJ := \n\nO_SRCS := \nC_SRCS := \nS_SRCS := \nS_UPPER_SRCS := \nOBJ_SRCS := \nASM_SRCS := \nPREPROCESSING_SRCS := \nOBJS := \nOBJS_AS_ARGS := \nC_DEPS := \nC_DEPS_AS_ARGS := \nEXECUTABLES := \nOUTPUT_FILE_PATH :=\nOUTPUT_FILE_PATH_AS_ARGS :=\nAVR_APP_PATH :=$$$AVR_APP_PATH$$$\nQUOTE := \"\nADDITIONAL_DEPENDENCIES:=\nOUTPUT_FILE_DEP:=\nLIB_DEP:=\nLINKER_SCRIPT_DEP:=\n\n# Every subdirectory with source files must be described here\nSUBDIRS := \n\n\n# Add inputs and outputs from these tool invocations to the build variables \nC_SRCS +=  \\\n../HelperFunctions.cpp \\\n../Time.cpp \\\n../TickTag.cpp \\\n../EEPROM_CAT24M01.cpp \\\n../GPS_L70_Light.cpp \\\n../I2C.cpp \\\n../main.cpp \\\n../TestFunctions.cpp \\\n../UART.cpp\n\n\nPREPROCESSING_SRCS += \n\n\nASM_SRCS += \n\n\nOBJS +=  \\\nHelperFunctions.o \\\nTime.o \\\nTickTag.o \\\nEEPROM_CAT24M01.o \\\nGPS_L70_Light.o \\\nI2C.o \\\nmain.o \\\nTestFunctions.o \\\nUART.o\n\nOBJS_AS_ARGS +=  \\\nHelperFunctions.o \\\nTime.o \\\nTickTag.o \\\nEEPROM_CAT24M01.o \\\nGPS_L70_Light.o \\\nI2C.o \\\nmain.o \\\nTestFunctions.o \\\nUART.o\n\nC_DEPS +=  \\\nHelperFunctions.d \\\nTime.d \\\nTickTag.d \\\nEEPROM_CAT24M01.d \\\nGPS_L70_Light.d \\\nI2C.d \\\nmain.d \\\nTestFunctions.d \\\nUART.d\n\nC_DEPS_AS_ARGS +=  \\\nHelperFunctions.d \\\nTime.d \\\nTickTag.d \\\nEEPROM_CAT24M01.d \\\nGPS_L70_Light.d \\\nI2C.d \\\nmain.d \\\nTestFunctions.d \\\nUART.d\n\nOUTPUT_FILE_PATH +=TickTagSoftwareBurst.elf\n\nOUTPUT_FILE_PATH_AS_ARGS +=TickTagSoftwareBurst.elf\n\nADDITIONAL_DEPENDENCIES:=\n\nOUTPUT_FILE_DEP:= ./makedep.mk\n\nLIB_DEP+= \n\nLINKER_SCRIPT_DEP+= \n\n\n# AVR32/GNU C Compiler\n./HelperFunctions.o: .././HelperFunctions.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./Time.o: .././Time.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./TickTag.o: .././TickTag.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./EEPROM_CAT24M01.o: .././EEPROM_CAT24M01.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./GPS_L70_Light.o: .././GPS_L70_Light.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./I2C.o: .././I2C.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./main.o: .././main.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./TestFunctions.o: .././TestFunctions.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./UART.o: .././UART.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n\n\n\n# AVR32/GNU Preprocessing Assembler\n\n\n\n# AVR32/GNU Assembler\n\n\n\n\nifneq ($(MAKECMDGOALS),clean)\nifneq ($(strip $(C_DEPS)),)\n-include $(C_DEPS)\nendif\nendif\n\n# Add inputs and outputs from these tool invocations to the build variables \n\n# All Target\nall: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)\n\n$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP) $(LINKER_SCRIPT_DEP)\n\t@echo Building target: $@\n\t@echo Invoking: AVR8/GNU Linker : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map=\"TickTagSoftwareBurst.map\" -Wl,--start-group -Wl,-lm  -Wl,--end-group -Wl,-L\"D:\\Dropbox\\Promotion\\_LIBRARY\\libraries\\BioLoggerLibrarySuperTiny\"  -Wl,--gc-sections -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\"  \n\t@echo Finished building target: $@\n\t\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -O ihex -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures  \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.hex\"\n\t\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -j .eeprom  --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0  --no-change-warnings -O ihex \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.eep\" || exit 0\n\t\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objdump.exe\" -h -S \"TickTagSoftwareBurst.elf\" > \"TickTagSoftwareBurst.lss\"\n\t\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -O srec -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.srec\"\n\t\"C:\\Program Files (x86)\\Atmel\\Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-size.exe\" \"TickTagSoftwareBurst.elf\"\n\t\n\t\n\n\n\n\n\n# Other Targets\nclean:\n\t-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)  \n\t-$(RM) $(C_DEPS_AS_ARGS)   \n\trm -rf \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.a\" \"TickTagSoftwareBurst.hex\" \"TickTagSoftwareBurst.lss\" \"TickTagSoftwareBurst.eep\" \"TickTagSoftwareBurst.map\" \"TickTagSoftwareBurst.srec\" \"TickTagSoftwareBurst.usersignatures\"\n\t"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/TestFunctions.d",
    "content": "TestFunctions.d TestFunctions.o: .././TestFunctions.cpp \\\n .././TestFunctions.h .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h \\\n .././I2C.h .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n .././EEPROM_CAT24M01.h .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././Time.h\n\n.././TestFunctions.h:\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n\n.././I2C.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\n.././EEPROM_CAT24M01.h:\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././Time.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/TickTag.d",
    "content": "TickTag.d TickTag.o: .././TickTag.cpp .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/TickTagSoftwareBurst.eep",
    "content": ":00000001FF\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/TickTagSoftwareBurst.hex",
    "content": ":100000000C943C000C9459000C9459000C945C081E\n:100010000C9459000C9459000C9444080C94590009\n:100020000C946D080C9459000C9459000C945900D0\n:100030000C9459000C9459000C9459000C945900DC\n:100040000C9459000C9459000C9459000C945900CC\n:100050000C9459000C9459000C9459000C945900BC\n:100060000C9494080C9459000C9459000C94590069\n:100070000C9459000C94590011241FBECFEFCDBF32\n:10008000DFE3DEBF18E3A0E0B8E3E9EBFEE302C084\n:1000900005900D92AA30B107D9F728E3AAE0B8E39A\n:1000A00001C01D92A534B207E1F70E9447160C94D7\n:1000B000F71C0C940000FC0120816181862F90E0E8\n:1000C000A0E0B0E0DC0199278827B22B2381822BA6\n:1000D0002281BC01CD01722B0895E0E0F4E08EEDA9\n:1000E000808387E3809320048FE08093400488E03E\n:1000F000858B0895E0E4F4E080818D7F808389E042\n:10010000818B0895E0E4F4E0118A8081826080832D\n:100110000895E0E0F4E085898160858B0895809101\n:100120000A3890910B38A0910C38B0910D38019697\n:10013000A11DB11D80930A3890930B38A0930C3801\n:10014000B0930D38089510920A3810920B3810921F\n:100150000C3810920D38E0E0FAE081E082871182DD\n:1001600027EE33E026A337A38083789408952FB732\n:10017000F89460910A3870910B3880910C38909106\n:100180000D382FBF0895F894E0E0FAE0128610824F\n:100190007894089588E080934504089588E08093DA\n:1001A0004604089588E080930504089588E08093CC\n:1001B0000604089580E180932604089580E18093E9\n:1001C000250489EF90E00197F1F700C00000089541\n:1001D0000E94C300E0E2F4E0108A118AE0E5F0E05A\n:1001E0008081897F8260808380818160808388951F\n:1001F00008959C01F894E0E4F1E091819111FDCF24\n:100200001092480110924901E0E4F1E091819111CE\n:10021000FDCFC901880F991F880F991FE0E4F1E015\n:100220008287938781E0878391EC9083828378949F\n:100230000895E0E0F6E081E0808388E0828384E650\n:10024000808783E3848780E18287828581608287DB\n:10025000858180FFFDCF20911006309111064091DD\n:10026000120650911306211531054105510521F45F\n:1002700021E030E040E050E01092000660E070E0E5\n:1002800080E490E00E940419C901089528ED81607E\n:1002900090E024BF8093610080E024BF80936000E1\n:1002A000E0E6F0E0838180FDFDCF089580E2809359\n:1002B0002504089580E28093260408958823A9F0F8\n:1002C000E0E2F4E090E29583AFE4B3EC1197F1F74C\n:1002D00000C000009683813041F0AFE4B3EC119789\n:1002E000F1F700C00000815071F708952F923F92FE\n:1002F0004F925F926F927F928F929F92AF92BF9236\n:10030000CF92DF92EF92FF920F931F93CF93DF93E1\n:100310006B017C01C00ED11EE21EF31EE1E0CE1681\n:10032000D104E2E0EE06F10408F048C06115710561\n:10033000E1E08E07910510F0C1E501C0C0E548017C\n:1003400059011A016B017C018C2F0E94EC07182FB8\n:100350008823A9F18D2D0E941D08182F882379F17B\n:100360008C2D0E941D08182F882349F18C2F0E9484\n:10037000DA07182F882319F181E0881A9108A1085B\n:10038000B10891F0E101412C512C320181E00E9431\n:10039000FD078993EFEF4E1A5E0A6E0A7E0A481433\n:1003A00059046A047B0490F3E101C80DD91D80E073\n:1003B0000E94FD0788830E943B0801C010E0812F46\n:1003C000DF91CF911F910F91FF90EF90DF90CF9031\n:1003D000BF90AF909F908F907F906F905F904F9065\n:1003E0003F902F9008950F931F93CF93DF931F9209\n:1003F000CDB7DEB7198201E010E020E030E0AE01B9\n:100400004F5F5F4F60E070E0CB010E94760191E0AA\n:1004100089270F90DF91CF911F910F9108952F920F\n:100420003F924F925F926F927F928F929F92AF9284\n:10043000BF92CF92DF92EF92FF920F931F93CF93D1\n:10044000DF93CDB7DEB72A97CDBFDEBF2B013C01CE\n:100450006A0148015901DC01CB01800F911FA21FE5\n:10046000B31F0197A240B10508F0B1C081149104F7\n:10047000A104B10409F4ADC000E717E10E831F83A6\n:1004800019821A821B821C82212C3324339403C0CC\n:1004900018851111A0C0C20199277101E81AF90A43\n:1004A00021E0E216F20650F031E083169306A10433\n:1004B000B10480F4740101E0088710C0C701A0E016\n:1004C000B0E088159905AA05BB0538F0740111E064\n:1004D000188704C01886710101C0188641145104A0\n:1004E00021E06206710410F081E501C080E50E9400\n:1004F000EC07882309F474C0852D0E941D08882309\n:1005000009F46EC0842D0E941D088D83882309F490\n:1005100064C0E114F104D9F009811A810C0D1D1D8C\n:1005200009871A8709811A810E0D1F1D0C0D1D1DCB\n:10053000E985FA858191E987FA870E941D08882359\n:1005400009F44EC029853A852017310789F70E94A2\n:100550003B0883EC99E00197F1F700C0000008EC3C\n:1005600010E009871A870E94F301882379F081EE51\n:1005700094E00197F1F700C0000009851A85015049\n:10058000110909871A87012B71F729C0A70160E0BB\n:1005900070E0841A950AA60AB70A440E551E661E14\n:1005A000771E09811A812B813C81040F151F261F9C\n:1005B000371F09831A832B833C830E811F810150CF\n:1005C00011090E831F83012B09F062CF09C080E05F\n:1005D00007C080E005C08D8103C08D8101C080E02F\n:1005E0002A96CDBFDEBFDF91CF911F910F91FF9073\n:1005F000EF90DF90CF90BF90AF909F908F907F90C3\n:100600006F905F904F903F902F900895FC019081E4\n:10061000990F9056292F220F220F920F218180EDE2\n:10062000820F890F0895FC019081992371F0DF01F9\n:100630001196908321E030E0691302C020E030E0A1\n:10064000E20FF31F9D919111F4CF108208958F92C4\n:100650009F92AF92BF92CF92DF92EF92FF927C0176\n:100660006EE20E941303C7010E947D196B017C0199\n:1006700020E432E44FE050E00E94041949015A019D\n:1006800060E472E48FE090E00E94F418A701960104\n:10069000261B370B480B590BCA01B90126E030E085\n:1006A00040E050E00E94261969017A01A5019401F9\n:1006B00060EA76E881E090E00E94F4186C0D7D1D00\n:1006C0008E1D9F1DFF90EF90DF90CF90BF90AF9059\n:1006D0009F908F9008954F925F926F927F928F922A\n:1006E0009F92AF92BF92CF92DF92EF92FF92CF9301\n:1006F000DF93CDB7DEB7E897CDBFDEBFFC01892B16\n:1007000009F4F1C16581603509F4F1C1C62ED12C1F\n:1007100020E3C21A28EFD20A4280842C912CA12C0B\n:10072000B12C208130E0A0E1BEE00E9445196D832C\n:100730007E838F839887218130E0ACE3B0E00E9414\n:10074000451969877A878B879C872381422E512C94\n:10075000612C712C4481423028F419821A821B8248\n:100760001C8208C06FE170E080E090E069837A83CA\n:100770008B839C834330D0F19601329522952F7064\n:1007800023273F702327AEE3BAE00E94451920E9F2\n:1007900031E0DC01A29FC001A39F900DB29F900D9C\n:1007A0001124C816D90639F1960136952795369544\n:1007B0002795ABE7B4E10E9445199695879554E6D5\n:1007C000589F9001599F300D1124C216D306E1F0B5\n:1007D000C60183709927892B01F16CE170E080E0FC\n:1007E00090E0698B7A8B8B8B9C8B1FC0198A1A8A3D\n:1007F0001B8A1C8A1AC08DE190E0A0E0B0E0898BD2\n:100800009A8BAB8BBC8B11C06CE170E080E090E008\n:10081000698B7A8B8B8B9C8B08C08DE190E0A0E07C\n:10082000B0E0898B9A8BAB8BBC8B443028F41D8A4B\n:100830001E8A1F8A188E08C06FE170E080E090E089\n:100840006D8B7E8B8F8B988F453028F4198E1A8E86\n:100850001B8E1C8E08C08EE190E0A0E0B0E0898F76\n:100860009A8FAB8FBC8F463028F41D8E1E8E1F8E44\n:1008700018A208C06FE170E080E090E06D8F7E8F7D\n:100880008F8F98A3473028F419A21AA21BA21CA28A\n:1008900008C08EE190E0A0E0B0E089A39AA3ABA3EA\n:1008A000BCA3483028F41DA21EA21FA218A608C08F\n:1008B0006FE170E080E090E06DA37EA38FA398A726\n:1008C000493028F419A61AA61BA61CA608C08FE159\n:1008D00090E0A0E0B0E089A79AA7ABA7BCA74A30F8\n:1008E00028F41DA61EA61FA618AA08C06EE170E077\n:1008F00080E090E06DA77EA78FA798AB4B3028F4DF\n:1009000019AA1AAA1BAA1CAA08C08FE190E0A0E0AD\n:10091000B0E089AB9AABABABBCAB4C3028F41DAAB2\n:100920001EAA1FAA18AE08C02EE130E040E050E039\n:100930002DAB3EAB4FAB58AFE12CF12CD701C6012C\n:10094000815B9740A109B109AC01BD01769567951E\n:100950005795479576956795579547954D875E8747\n:100960006F87788BC701B601615476408109910980\n:1009700020E931E040E050E00E9404198D859E8519\n:10098000AF85B889820F931FA41FB51F840D951DD5\n:10099000A61DB71D29813A814B815C81820F931F6F\n:1009A000A41FB51F49895A896B897C89840F951FBB\n:1009B000A61FB71F2D893E894F89588D820F931F1F\n:1009C000A41FB51F498D5A8D6B8D7C8D840F951F8B\n:1009D000A61FB71F2D8D3E8D4F8D58A1820F931FDF\n:1009E000A41FB51F49A15AA16BA17CA1840F951F1B\n:1009F000A61FB71F2DA13EA14FA158A5820F931F7F\n:100A0000A41FB51F49A55AA56BA57CA5840F951FEA\n:100A1000A61FB71F2DA53EA54FA558A9820F931F4E\n:100A2000A41FB51F49A95AA96BA97CA9840F951FBA\n:100A3000A61FB71F2DA93EA94FA958AD280F391FD2\n:100A40004A1F5B1F60E871E581E090E00E94F418A6\n:100A500069837A838B839C83D501C4018058904A33\n:100A6000AF4FB6474D805E806F807884480E591E28\n:100A70006A1E7B1E89849A84AB84BC84840C951C7A\n:100A8000A61CB71CA701960160E873E381EE91E014\n:100A90000E94F418860E971EA81EB91EC701B60143\n:100AA0006D5677408109910924E630E040E050E03E\n:100AB0000E94041960E871E581E090E00E94F4185A\n:100AC000A5019401261B370B480B590BDA01C9010C\n:100AD00029813A814B815C81280F391F4A1F5B1F96\n:100AE000CA01B90107C060E070E0CB0103C060E05B\n:100AF00070E0CB01E896CDBFDEBFDF91CF91FF90D4\n:100B0000EF90DF90CF90BF90AF909F908F907F90AD\n:100B10006F905F904F9008952F923F924F925F9207\n:100B20006F927F928F929F92AF92BF92CF92DF92FD\n:100B3000EF92FF920F931F93CF93DF93CDB7DEB762\n:100B4000A197CDBFDEBFFC019E012F5F3F4F80E22A\n:100B5000D9011D928A95E9F76115710509F469C1FA\n:100B60009081992309F465C149A36B018F010F5F3F\n:100B70001F4F80E0312C79016894222425F8442EFF\n:100B8000512C5201F3E0AF0EB11C420124E0820E61\n:100B9000911C320135E0630E711CA6E04A0E511C17\n:100BA000943209F441C19C3209F026C13394B2E079\n:100BB0003B1221C0F601108211821282F7010190CE\n:100BC0000020E9F73197EE19FF09369708F40DC1B7\n:100BD000C7010E940603D6018C93CE0103960E94A2\n:100BE0000603F6018183CE0105960E940603D60115\n:100BF00012968C93FAC0832D90E08A159B05A1F480\n:100C0000F60116821782108611868981882309F4DD\n:100C1000ECC0C7010E942703D60116966D937D9301\n:100C20008D939C931997E1C08815990501F5F701FB\n:100C300001900020E9F7CF0102978E159F0509F07A\n:100C4000D4C089818F7D833509F0CFC0F6018681BC\n:100C50009781A085B185B095A095909581959F4F7E\n:100C6000AF4FBF4F86839783A087B187BEC08615DD\n:100C70009705A1F4D6011A961D921D921D921C9201\n:100C80001D978981882309F4B0C0C7010E942703FA\n:100C9000F6016287738784879587A7C084159505B9\n:100CA00001F5F70101900020E9F7CF0102978E15B9\n:100CB0009F0509F09AC089818F7D873509F095C01D\n:100CC000F60182859385A485B585B095A09590950C\n:100CD00081959F4FAF4FBF4F82879387A487B5877A\n:100CE00084C0F7E03F1210C029A121117EC0D601B7\n:100CF0001E961C921E9789818153823008F075C020\n:100D0000E1E01E96EC9371C0F9E03F1244C029A1C6\n:100D100021116BC0D60151961C928981882309F458\n:100D200064C06EE270E0C7010E94AB19009709F43D\n:100D30005CC0FC0101900020E9F731979F01281B5E\n:100D4000390BC9012230310508F44FC0F701019079\n:100D50000020E9F73197EE19FF099F012E5F3F4F01\n:100D60002817390748F0A2E0B0E0A81BB90BEE0D38\n:100D7000FF1DEA0FFB1F10826EE2C7010E941303E2\n:100D8000C7010E945F198F3F910511F00CF08FEFA2\n:100D9000F601818B2AC0FAE03F1227C029A1213039\n:100DA00021F5D60113961C92139714961C92149752\n:100DB00015961C92F70101900020E9F73197EE1982\n:100DC000FF09369790F0C7010E940603F60183835E\n:100DD000CE0103960E940603D60114968C93CE0191\n:100DE00005960E940603F6018583D701E22D1D9228\n:100DF000EA95E9F780E018C09A3289F4F9A1F13058\n:100E0000C1F4D6011E961C928981882391F0813409\n:100E100011F0843471F481E0F60186870AC0F7018D\n:100E2000E80FF11D90838F5FD8019D918D01911185\n:100E3000B7CEA196CDBFDEBFDF91CF911F910F91AD\n:100E4000FF90EF90DF90CF90BF90AF909F908F90EA\n:100E50007F906F905F904F903F902F9008950F93E9\n:100E60001F93CF938C0128EB3BE044EBB8018AE061\n:100E70000E945818C82F882309F466C064E270E005\n:100E8000C8010E94AB19009771F3FC01019000208A\n:100E9000E9F73197E81BF90B399728F3FC0120811A\n:100EA000243209F721812035F1F622812D34D9F63B\n:100EB00023812435C1F624812B34A9F625812033E2\n:100EC00091F62681213379F68781803361F680910E\n:100ED00001388F93809100388F930E94D3190F901F\n:100EE0000F9028EB3BE044EBB8018AE00E945818D1\n:100EF000C82F882349F164E270E0C8010E94AB1951\n:100F0000FC01009771F3DC010D900020E9F71197C7\n:100F1000A81BB90B199728F38081843211F78181BE\n:100F20008035F9F682818D34E1F683818435C9F606\n:100F300084818B34B1F68581803399F68681803344\n:100F400081F68781813369F68C2FCF911F910F91A4\n:100F50000895E0EAF8E0168283E083838481886064\n:100F600084838581816085838581806C85830895F4\n:100F700088E893E1E0EAF8E02581222344F023E0C9\n:100F80002A95F1F700000197B9F780E0089581E014\n:100F9000089588E893E1E0EAF8E0258126FD08C09D\n:100FA00023E02A95F1F700000197B9F780E0089552\n:100FB00081E008959091A5089370933059F0E0EA8C\n:100FC000F8E094819B7F9483880F816087830E94DF\n:100FD000B807089580E008959091A5089370933024\n:100FE00051F0E0EAF8E094819B7F9483880F878337\n:100FF0000E94C907089580E00895CF939091A508B5\n:1010000093709230A9F4C82F0E94B807882391F0FA\n:101010008091A808CC2331F0E0EAF8E094819B7F2E\n:10102000948309C0E0EAF8E094819460948303C05B\n:1010300080E001C080E0CF9108959091A508937061\n:101040009230A9F48093A80828E833E1E0EAF8E0B8\n:101050008581958190718074892B59F483E08A95FC\n:10106000F1F700002150310999F780E0089580E000\n:10107000089581E00895E0EAF8E084818460848343\n:1010800084818360848308951F920F920FB60F921C\n:1010900011248F93EF93FF9381E080931D38E0E05C\n:1010A000F4E0818580628187FF91EF918F910F90AD\n:1010B0000FBE0F901F9018951F920F920FB60F92B0\n:1010C00011248F9381E080931B38809343018F918B\n:1010D0000F900FBE0F901F9018951F920F920FB692\n:1010E0000F9211242F933F934F935F936F937F93AE\n:1010F0008F939F93AF93BF93EF93FF930E948F00C3\n:1011000081E080930B0AFF91EF91BF91AF919F9186\n:101110008F917F916F915F914F913F912F910F90A0\n:101120000FBE0F901F9018951F920F920FB60F923F\n:1011300011248F93EF93FF9381E080931C38E0E4B8\n:10114000F4E0818582608187FF91EF918F910F900C\n:101150000FBE0F901F9018950E94F9000E94E800A2\n:1011600010924001089520912E3830912F388091AF\n:101170000738909108382817390730F081E02B396B\n:10118000304118F480E0089581E00895CF92DF9215\n:10119000EF92FF920F931F93CF93DF9340912238EA\n:1011A000C09121383091243800912338609117384C\n:1011B000709118388091193890911A38311107C000\n:1011C000011105C0473119F4CB3309F446C061154C\n:1011D00071058105910509F442C02CE3D0E0249FFC\n:1011E000C00DD11D112410E0239F000D111D1124ED\n:1011F0002CE330E040E050E00E940419CA01B9013C\n:1012000020EA35E040E050E00E940419C017D10701\n:1012100090F46E01E12CF12C6C157D058E059F0577\n:1012200000F120E030E041E060177107820793078A\n:10123000D8F040E019C06E01E12CF12C6C157D0551\n:101240008E059F0580F420E030E041E060177107D3\n:101250008207930748F040E007C040E005C040E047\n:1012600003C040E001C041E0842FDF91CF911F9186\n:101270000F91FF90EF90DF90CF900895CF9382E190\n:1012800090E00E94AA1CC82F83E190E00E94AA1C53\n:101290002C2F30E0322F2227282BC901885B9B405E\n:1012A000833E944018F4822F932F02C084EE9CE07A\n:1012B000CF910895CF9384E190E00E94AA1CC82F9B\n:1012C00085E190E00E94AA1C2C2F30E0322F2227CB\n:1012D000282BC90101978E3F9F4318F4822F932F2B\n:1012E00002C08EE190E0CF91089586E190E00E94E7\n:1012F000AA1C96EF980F913F08F08EE10895CF93C6\n:1013000087E190E00E94AA1CC82F88E190E00E942B\n:10131000AA1C2C2F30E0322F2227282BC9010A9734\n:10132000853F9F4318F4822F932F02C08AE090E0FC\n:10133000CF91089589E190E00E94AA1C883108F0BD\n:1013400080E008958AE190E00E94AA1C8C3308F0A6\n:1013500080E008958BE190E00E94AA1C883108F09B\n:1013600087E108958CE190E00E94AA1C8C3308F07C\n:101370008BE308952F923F924F925F926F927F92EC\n:101380008F929F92AF92BF92CF92DF92EF92FF9295\n:101390000F931F93CF93DF93CDB7DEB76697CDBF83\n:1013A000DEBF809127388F93809126388F9380916C\n:1013B00029388F93809128388F9380912D381F92F0\n:1013C0008F9380912C381F928F9380912B388F931D\n:1013D00080912A388F9382EA9AEB9F938F930E9491\n:1013E000D31904E010E020E030E0AE014F5F5F4F22\n:1013F00060E070E0CB010E947601182FCDBFDEBF08\n:10140000882309F4FBC1CE0101960E945B006F871F\n:10141000788B898B9A8B613071058240910508F039\n:10142000ECC104E010E020E030E0AE014F5F5F4F20\n:1014300064E070E080E090E00E947601182F88233D\n:1014400009F4DCC1CE0101960E945B002B013C0136\n:101450008FEF481658066806780619F4412C512C6F\n:1014600032016F85788989899A896051710981096A\n:1014700091092AE030E040E050E00E940419B22EC9\n:10148000A32E942E852EC22ED32EE42EF52EC1141B\n:10149000D104E104F10459F0C301B201A70196019E\n:1014A0000E940419722E632E542E452E04C0712CF6\n:1014B000612C512C412C04E010E020E030E0AE0122\n:1014C0004F5F5F4F6AE070E080E090E00E9476013D\n:1014D000182F882309F492C1CE0101960E945B0067\n:1014E0006F3FAFEF7A078A079A0719F460E070E060\n:1014F000CB01C114D104E104F10429F0A701960144\n:101500000E94041904C020E030E040E050E05F9306\n:101510004F933F932F934F925F926F927F928F9250\n:101520009F92AF92BF9282ED9AEB9F938F930E940E\n:10153000D31986E09BEB9F938F930E94D319CDBF65\n:10154000DEBFC12CD12C76016894C4F8CB8ADC8A2A\n:10155000ED8AFE8AC12CD12C7601C394CB86DC8621\n:10156000ED86FE860F2EF2E22F2EFBEB3F2EF02DA6\n:1015700009C04B8B5C8B6D8B7E8B04C04B8B5C8B63\n:101580006D8B7E8B0AE010E020E030E0AE014F5F13\n:101590005F4F6B897C898D899E890E947601182F07\n:1015A000882309F42BC14C81898190E0A0E0B0E050\n:1015B0004C015D01072E71E1880C991CAA1CBB1C13\n:1015C0007A95D1F7702D9A81892F90E0A0E0B0E054\n:1015D000072E79E0880F991FAA1FBB1F7A95D1F7B4\n:1015E000702D88299929AA29BB29CB80D12CE12CDF\n:1015F000F12CCC0CDD1CEE1CFF1C8C299D29AE2986\n:10160000BF29842E912CA12CB12C689416F8B69485\n:10161000A794979487941694D1F7882A992AAA2A8E\n:10162000BB2A20E4821A24E5920A29E8A20AB1081A\n:101630002F818D8190E0A0E0B0E02C013D01032ED0\n:101640003BE0440C551C661C771C3A95D1F7302DB5\n:101650008E8190E0A0E0B0E0880F991FAA1FBB1F09\n:10166000880F991FAA1FBB1F880F991FAA1FBB1F96\n:1016700084299529A629B7294F7750E060E070E0CA\n:10168000032E33E1440F551F661F771F3A95D1F79C\n:10169000302D842B952BA62BB72B422E512C612C51\n:1016A000712C689414F87694679457944794169420\n:1016B000D1F7482A592A6A2A7B2A30E8431A38EA9D\n:1016C000530A32E1630A31E0730A2F718885C984B5\n:1016D000D12CE12CF12CFE2CED2CDC2CCC24E82A96\n:1016E0008A85C82AF22AC301B20177203CF4662712\n:1016F0007727CB01641975098609970920EA36E82E\n:1017000041E050E00E9426199F938F937F936F933F\n:10171000C301B20120EA36E841E050E00E942619F8\n:101720005F934F933F932F93C501B401BB203CF4CB\n:1017300066277727CB01681979098A099B0920EA6E\n:1017400036E841E050E00E9426199F938F937F93E3\n:101750006F93C501B40120EA36E841E050E00E94F1\n:1017600026195F934F933F932F9386E1C81A8EEB10\n:10177000D80A88E8E80A8FE9F80AFF92EF92DF9228\n:10178000CF929E859F93AD85AF93BC85BF93CB844D\n:10179000CF923F922F920E94D3194B895C896D8919\n:1017A0007E89465F5F4F6F4F7F4F8B899C89AD89E4\n:1017B000BE894496A11DB11DCDBFDEBFCF84D888A0\n:1017C000E988FA88C816D906EA06FB06B8F08B85C0\n:1017D0009C85AD85BE850196A11DB11D8B879C871B\n:1017E000AD87BE87893C9105A105B10508F4C1CE3E\n:1017F0008091080485FDC2CE01C010E0812F66965D\n:10180000CDBFDEBFDF91CF911F910F91FF90EF9081\n:10181000DF90CF90BF90AF909F908F907F906F9010\n:101820005F904F903F902F90089580E49BEB9F93A3\n:101830008F930E94D3190E94BA090F900F908111C3\n:1018400008C081E59BEB9F938F930E94D3190F9063\n:101850000F9089E59BEB9F938F930E94D3190F9074\n:101860000F9008952F923F924F925F926F927F92C6\n:101870008F929F92AF92BF92CF92DF92EF92FF92A0\n:101880000F931F93CF93DF93CDB7DEB7AC97CDBF48\n:10189000DEBF0E94111885E00E945E010E94DE00FA\n:1018A0000E94A90781E08093093888E69BEB9F930B\n:1018B0008F930E94D3190E94150C0F900F900F2E3A\n:1018C000612CF1E17F2EF02D0F2EF9E74F2EFBEB6F\n:1018D0005F2EF02D0F2EFFE92F2EFBEB3F2EF02D6C\n:1018E0000F2EFAE38F2EFCEB9F2EF02D0F2EFAE534\n:1018F000EF2EFCEBFF2EF02D0F2EF0E9AF2EFCEBC0\n:10190000BF2EF02D0F2EFAECCF2EFCEBDF2EF02D9C\n:10191000F30124859385838130911F381F923F9373\n:1019200030912F383F9330912E383F931F922F9351\n:101930001F929F931F928F931F928AEC8F935F92B7\n:101940004F920E94D31980911E381F928F938091DD\n:1019500020381F928F93809103388F9380910238A3\n:101960008F93809104381F928F93809106388F93C4\n:10197000809105388F93809108388F938091073834\n:101980008F933F922F920E94D31980912438CDBF1C\n:10199000DEBF811115C090912338911111C0909133\n:1019A0002238973169F4909121389B3349F48EE2C3\n:1019B0009CEB9F938F930E94D3190F900F9014C0AC\n:1019C000909121381F929F93909122381F929F935C\n:1019D000909123381F929F931F928F939F928F9283\n:1019E0000E94D319CDBFDEBFFF92EF920E94D319A0\n:1019F000BF92AF920E94D319DF92CF920E94D31967\n:101A000020E43CE940E2BE016F5F7F4F8DE00E9421\n:101A100058180F900F900F900F900F900F9081110A\n:101A200009C082E19DEB9F938F930E94D3190F9081\n:101A30000F907AC38981803319F40E94150C68CF06\n:101A4000813309F06AC08FEF89A38AA38BA38CA38B\n:101A50008EE49DEB9F938F930E94D31904E010E0D6\n:101A600020E030E0AE014F5D5F4F60E070E0CB0101\n:101A70000E940F020F900F90811108C083E59DEB2B\n:101A80009F938F930E94D3190F900F9004E010E062\n:101A900020E030E0AE014F5D5F4F64E070E080E039\n:101AA00090E00E940F02811108C023E53DEB3F93B7\n:101AB0002F930E94D3190F900F9004E010E020E0C4\n:101AC00030E0AE014F5D5F4F6AE070E080E090E093\n:101AD0000E940F02811108C0E3E5FDEBFF93EF9335\n:101AE0000E94D3190F900F9010922D3810922C381D\n:101AF00010922A3810922B381092283810922938D8\n:101B000010922638109227388BE59DEB9F938F9388\n:101B10000E94D3190F900F90FBCE823309F069C059\n:101B200080E18F938AE98F938BE08F9388EB8F937B\n:101B300082E69DEB9F938F930E94D31920E63AEEA5\n:101B400040E2BE016F5F7F4F8DE00E9458180F90FA\n:101B50000F900F900F900F900F90811109C087E7A1\n:101B60009DEB9F938F930E94D3190F900F90DCC22F\n:101B7000CE0101960E945F198DA3082F192FC8016D\n:101B8000885B9B40833E944048F083E59DEB9F93A8\n:101B90008F930E94D3190F900F90BACE612F82E1DC\n:101BA00090E00E94B21C6DA183E190E00E94B21C03\n:101BB00087EA91E60197F1F700C000000E943E0914\n:101BC0000817190749F0E3E5FDEBFF93EF930E9437\n:101BD000D3190F900F909CCE81E89DEB9F938F932C\n:101BE0000E94D31900930738109308380F900F9074\n:101BF0008FCE833309F067C08FE38F938EEF8F937F\n:101C00001F9281E08F9386E89DEB9F938F930E94B4\n:101C1000D31920E63AEE40E2BE016F5F7F4F8DE0C0\n:101C20000E9458180F900F900F900F900F900F90E8\n:101C3000811109C087E79DEB9F938F930E94D31971\n:101C40000F900F9071C2CE0101960E945F198DA373\n:101C5000082F192FC80101978E3F9F4348F023E5B5\n:101C60003DEB3F932F930E94D3190F900F9050CECE\n:101C7000612F84E190E00E94B21C6DA185E190E0AB\n:101C80000E94B21CE7EAF1E63197F1F700C00000CC\n:101C90000E945A090817190749F023E53DEB3F93C5\n:101CA0002F930E94D3190F900F9032CEE1E8FDEBF5\n:101CB000FF93EF930E94D3190093053810930638D1\n:101CC0000F900F9025CE843309F067C01F928AEFE2\n:101CD0008F931F928AE08F938BEB9DEB9F938F9353\n:101CE0000E94D3191F9289E08F938BED9DEB9F93F8\n:101CF0008F930E94D31920E63AEE40E2BE016F5F57\n:101D00007F4F8DE00E945818CDBFDEBF811109C002\n:101D100087E79DEB9F938F930E94D3190F900F90AD\n:101D200003C2CE0101960E945F19082F192F980156\n:101D30002A503109213F310548F023E53DEB3F931F\n:101D40002F930E94D3190F900F90E2CD682F86E158\n:101D500090E00E94B21CE7EAF1E63197F1F700C08B\n:101D600000000E9475098DA390E00817190749F03B\n:101D700023E53DEB3F932F930E94D3190F900F90D3\n:101D8000C7CDE1E8FDEBFF93EF930E94D3193DA18E\n:101D9000309304380F900F90BBCD853309F067C0A6\n:101DA0008FE38F938EEF8F931F928AE08F9382E061\n:101DB0009EEB9F938F930E94D31920E63AEE40E268\n:101DC000BE016F5F7F4F8DE00E9458180F900F90FB\n:101DD0000F900F900F900F90811109C087E79DEB36\n:101DE0009F938F930E94D3190F900F909DC1CE01A6\n:101DF00001960E945F198DA3082F192FC8010A9719\n:101E0000853F9F4348F023E53DEB3F932F930E948E\n:101E1000D3190F900F907CCD612F87E190E00E9445\n:101E2000B21C6DA188E190E00E94B21CE7EAF1E6E5\n:101E30003197F1F700C000000E947F0908171907C9\n:101E400049F023E53DEB3F932F930E94D3190F9068\n:101E50000F905ECDE1E8FDEBFF93EF930E94D31965\n:101E600000930238109303380F900F9051CD8633B2\n:101E700009F0CAC08AE29EEB9F938F930E94D31908\n:101E800020E63AEE40E2BE016F5F7F4F8DE00E9498\n:101E900058180F900F90811109C087E79DEB9F9311\n:101EA0008F930E94D3190F900F903EC1CE010196DF\n:101EB0000E945F198C019C013695279536952795D0\n:101EC000ABE7B4E10E944519969587958DA39EA333\n:101ED0008831B0F4980136952795369527950E945C\n:101EE00045199695879544E6489F9001499F300D86\n:101EF0001124C801821B930B8FA398A78C3348F041\n:101F0000E3E5FDEBFF93EF930E94D3190F900F9041\n:101F1000FFCC86E59EEB9F938F930E94D31920E61A\n:101F20003AEE40E2BE016F5F7F4F8DE00E9458188D\n:101F30000F900F90811109C087E79DEB9F938F93BE\n:101F40000E94D3190F900F90EFC0CE0101960E940E\n:101F50005F19AC019C013695279536952795ABE71F\n:101F6000B4E10E9445199695879589A79AA788316B\n:101F7000C8F49A0136952795369527950E944519FC\n:101F80009695879564E6689F9001699F300D1124AE\n:101F9000CA01821B930B8BA79CA78C3318F40417E0\n:101FA000150749F4E3E5FDEBFF93EF930E94D31986\n:101FB0000F900F90ADCC6DA189E190E00E94B21C12\n:101FC0006FA18AE190E00E94B21C69A58BE190E0CC\n:101FD0000E94B21C6BA58CE190E00E94B21C81E8CB\n:101FE0009DEB9F938F930E94D319FDA1F09324380A\n:101FF0002FA12093233839A5309322388BA58093C5\n:1020000021380F900F9084CC8733A9F48091203829\n:10201000882341F060E08DE190E00E94B21C1092B4\n:10202000203876CC61E08DE190E00E94B21C81E026\n:10203000809320386DCC883309F057C0E3E8FEEB7D\n:10204000FF93EF930E94D31920E63AEE40E2BE01DF\n:102050006F5F7F4F8DE00E9458180F900F90811195\n:1020600009C087E79DEB9F938F930E94D3190F9030\n:102070000F905AC0CE0101960E945F19082F192FA8\n:102080000B3F110548F083E59DEB9F938F930E94D2\n:10209000D3190F900F903CCC682F8FE190E00E94F5\n:1020A000B21C87EA91E60197F1F700C000008FE1CA\n:1020B00090E00E94AA1C8DA390E00817190749F030\n:1020C000E3E5FDEBFF93EF930E94D3190F900F9080\n:1020D0001FCC81E89DEB9F938F930E94D319FDA1A4\n:1020E000F0931E380F900F9013CC8236A9F4809194\n:1020F0001F38882341F060E08EE190E00E94B21C1E\n:1021000010921F3805CC61E08EE190E00E94B21C75\n:1021100081E080931F38FCCB82E19DEB9F938F93EE\n:102120000E94D3190F900F900E94DA0083E294EF7F\n:102130000197F1F700C000000E9449180E943D1865\n:10214000AC96CDBFDEBFDF91CF911F910F91FF9075\n:10215000EF90DF90CF90BF90AF909F908F907F9047\n:102160006F905F904F903F902F900895809108045A\n:1021700085FF12C00DC0908595FD0CC0A7EAB1E6A1\n:102180001197F1F700C000008150A9F781E0089590\n:1021900080E0089580E0089587EA91E60197F1F7DD\n:1021A00000C000008DE1E0E0F4E0E5CF4F925F92E7\n:1021B0006F927F928F929F92AF92BF92CF92DF9257\n:1021C000FF920F931F93CF93DF93CDB7DEB7629744\n:1021D000CDBFDEBF6C01F62E04E010E020E030E061\n:1021E000AE014F5F5F4F60E070E0CB010E9476016F\n:1021F000882309F449C1CE0101960E945B004B017E\n:102200005C01DC01CB014097A109B109813F9F4FDF\n:10221000A140B10528F0812C912C5401689484F8D8\n:10222000FF2011F104E010E020E030E0AE014F5F4C\n:102230005F4F64E070E080E090E00E9476018823C8\n:1022400009F424C1CE0101960E945B006B877C8754\n:102250008D879E876F3F7F4F8F4F9F4F49F41B861F\n:102260001C861D861E8604C01B861C861D861E8637\n:1022700004E010E020E030E0AE014F5F5F4F6AE025\n:1022800070E080E090E00E947601882309F400C1AC\n:10229000CE0101960E945B006F87788B898B9A8BA9\n:1022A0006F3F7F4F8F4F9F4F21F41F86188A198AE7\n:1022B0001A8AC6010E946B036A3E51E4750757E70C\n:1022C000850750E6950738F0AB01BC014A5E5144E2\n:1022D0006747704603C040E050E0BA01D601169649\n:1022E0000D911D912D913C911997005C1B4A264739\n:1022F0003F4FD901C801072E71E1B695A795979573\n:1023000087957A95D1F7702D8983D901C801072E59\n:1023100079E0B695A795979587957A95D1F7702D21\n:102320008A83D901C801B695A795979587958B8320\n:10233000F60182859385A485B58580589745AD4E75\n:10234000BE4F0795002707952C013D01032E33E171\n:1023500076946794579447943A95D1F7302D042991\n:102360000C838C019D010F2EFBE036952795179568\n:102370000795FA95D1F7F02D0D838C019D01689496\n:1023800012F836952795179507951694D1F70E8371\n:102390008295880F807E872B8F83688759874A872D\n:1023A00024013501FAE04F0E511C611C711C21E023\n:1023B0004216510422E06206710408F06BC00AE084\n:1023C00010E020E030E0AE014F5F5F4FC501B40187\n:1023D0000E940F02882309F45FC079826A825B82BF\n:1023E0004C8204E010E020E030E0AE014F5F5F4F30\n:1023F00060E070E0CB010E940F02882309F44EC018\n:10240000FF2011F1D6011F968D919C9150972B853D\n:102410003C854D855E85280F391F411D511DDA0110\n:10242000C901B983AA839B832C8304E010E020E0D8\n:1024300030E0AE014F5F5F4F64E070E080E090E01D\n:102440000E940F02882361F1D60151968C914F842E\n:10245000588869887A88480E511C611C711C7982E1\n:102460006A825B824C8204E010E020E030E0AE0142\n:102470004F5F5F4F6AE070E080E090E00E940F02E3\n:10248000882381F082E00FC080E00DC080E00BC0A7\n:1024900080E009C081E007C080E005C080E003C0A3\n:1024A00080E001C080E06296CDBFDEBFDF91CF91BA\n:1024B0001F910F91FF90DF90CF90BF90AF909F90B2\n:1024C0008F907F906F905F904F9008952F923F92E2\n:1024D0004F925F926F927F928F929F92AF92BF9234\n:1024E000CF92DF92EF92FF920F931F93CF93DF93E0\n:1024F000CDB7DEB7CB5CD109CDBFDEBF0E94A30054\n:10250000FE01319682E1DF011D928A95E9F7C090C4\n:102510000538D0900638B1E0C553DF4FB883CB5CA7\n:10252000D040E6E0CE16D10428F4C553DF4F188220\n:10253000CB5CD0400E94DE000E94A9070E94CA0026\n:102540000E94D2000E94F517CE0143960E942F07E9\n:102550008111F1C2F6C2E12C412C512C3201212C07\n:10256000312C0F2EFFE98F2EFEEB9F2EF02DA12C8C\n:102570006894BB24B2F808EB1BE024EBAE014D5E7F\n:102580005F4F6AE082E00E949A18882309F419C319\n:102590000E94111864E270E0CE0143960E94AB19CC\n:1025A0008C01009709F44EC0FC0101900020E9F76E\n:1025B0003197E81BF90B379708F446C0DC011396F6\n:1025C0008C911397823599F414968C9114978D34CD\n:1025D00009F515968C918334F9F441E0BE016F5FE3\n:1025E0007F4FC8010E948C05FF24F3941CC08734E0\n:1025F000A9F4F8018481873499F48581813491F4B8\n:1026000040E0BE016F5F7F4FC8010E948C05FF2430\n:10261000F39409C0F12C07C0F12C05C0F12C03C0C4\n:10262000F12C01C0F12C0E94B7001F930F939F93D0\n:102630008F937F936F939F928F920E94D319CDBFF8\n:10264000DEBF03C0F12C01C0F12CF8010190002085\n:10265000E9F73197E01BF10B3297C0F164E270E0CB\n:10266000C80101960E94AB19009781F1FC0101900D\n:102670000020E9F73197E81BF90B379738F1DC01B7\n:1026800013962C911397223589F414962C91149754\n:102690002D34E1F415962C912334C1F441E0BE01B0\n:1026A0006F5F7F4F0E948C05F39410C0273471F444\n:1026B000FC012481273451F42581213439F440E090\n:1026C000BE016F5F7F4F0E948C05F3940E94B7009C\n:1026D00028EE33E040E050E00E940419C953DF4F78\n:1026E000288339834A835B83C75CD040DA01C90100\n:1026F000293731054105510580F02E81203569F4D7\n:10270000298121110AC02A81233038F480912C3884\n:102710008F5F80932C3817E05BC2F6E0CF16D104B0\n:1027200060F08D329140A105B10538F080912D38CF\n:102730008F5F80932D3817E04BC232E0F31215C043\n:10274000CE0101960E946B03672B682B692B69F001\n:10275000CE0101960E946B0360931738709318386E\n:102760008093193890931A3817C080911738909138\n:102770001838A0911938B0911A380097A105B10501\n:1027800059F00196A11DB11D809317389093183808\n:10279000A0931938B0931A388F85813009F0C0C0E2\n:1027A0002114310431F4C953DF4F28803980C75CCC\n:1027B000D0401091043886E0C816D10408F4C7C18F\n:1027C00080912538882309F4D1C18EE190E010E092\n:1027D000CFC1A0E0B0E0C953DF4F488159816A8181\n:1027E0007B81C75CD0404219530961097109841784\n:1027F0009507A607B70708F08EC0C953DF4FA88119\n:10280000B981C75CD040A88BB98B809125388823CB\n:1028100021F0A0932638B093273810920938809180\n:102820002038882309F45CC08091123890911338C5\n:10283000A0911438B09115380097A105B105C9F4DD\n:102840008F819885A985BA85809312389093133823\n:10285000A0931438B09315388B859C85AD85BE85C3\n:1028600080930E3890930F38A0931038B09311389E\n:1028700037C04F81588569857A85841B950BA60BD7\n:10288000B70BAC01BD013AF444275527BA01481BE8\n:10289000590B6A0B7B0B4C3251406105710504F5F5\n:1028A00080910E3890910F38A0911038B091113866\n:1028B0004B855C856D857E85841B950BA60BB70BC0\n:1028C000AC01BD013AF444275527BA01481B590B06\n:1028D0006A0B7B0B4C325140610571050CF473C1DE\n:1028E000C553DF4F6881CB5CD040CE0101960E947A\n:1028F000D61010922538813009F484C1882309F458\n:1029000064C136E0C316D10430F0E39480911E38E0\n:10291000E81608F05CC18FEF481A580A680A780A6E\n:102920000E94C6088823B1F180910938882371F08C\n:10293000E0E2F4E080E285839FEFA4E3BCE0915005\n:10294000A040B040E1F700C0000086831092093833\n:102950000E94CE000E9430180E9449180E943D1823\n:102960000E94DA0081E090E00E94F900809117381F\n:1029700090911838A0911938B0911A380196A11D7C\n:10298000B11D8093173890931838A0931938B093DD\n:102990001A3866C10E94190180932E3890932F38FF\n:1029A0008A5E9B40813B944008F0EAC0D5011896AE\n:1029B0008C91189785FD0AC0EFE4F3EC3197F1F79D\n:1029C00000C0000018968C9185FF0DC10E94F5177C\n:1029D00080911F38811105C080910938882309F43E\n:1029E000CACD0E9456018E81803539F4EFE2F5E7B9\n:1029F0003197F1F700C0000006C08BE49DE101971C\n:102A0000F1F700C000000E945A01B5CD0E94CE002F\n:102A10000E9430180E9449180E943D180E94DA0056\n:102A200014E02FC0CC96A11DB11D80931738909350\n:102A30001838A0931938B0931A388CE390E00E94AC\n:102A4000F9000EC185E0809330380E94D60081E005\n:102A500090E00E94F90010921738109218381092E6\n:102A6000193810921A38FCC081E090E00E94F900F9\n:102A700010921738109218381092193810921A388C\n:102A8000EFC08AEF810F823080F5E0900538F0903A\n:102A90000638173039F0E114F10451F4EE24E394D0\n:102AA000F12C06C00F2EF4E8EF2EF3E0FF2EF02DF0\n:102AB000C7010E94F9008091173890911838A091B1\n:102AC0001938B0911A380097A105B10509F4C8C0AA\n:102AD0008E0D9F1DA11DB11D80931738909318383E\n:102AE000A0931938B0931A38BBC0809128389091C0\n:102AF0002938019680932838909329388091173887\n:102B000090911838A0911938B0911A380097A10502\n:102B1000B10561F0885A9D4FAF4FBF4F8093173872\n:102B200090931838A0931938B0931A3888E592E03A\n:102B30000E94F90095C096E0C916D10408F00BCDAB\n:102B40007DC0A6E0CA16D10408F47DC05FCF2091F5\n:102B500005383091063840E050E0C301B2010E94D0\n:102B60000419672B682B692B39F0D5CE89E090E0EA\n:102B70002A89211171C02DCE8A89811169C0CBCEDD\n:102B80000E94CE000E9430180E9449180E943D18F1\n:102B90000E94DA0080912A3890912B380196809318\n:102BA0002A3890932B388091173890911838A0913B\n:102BB0001938B0911A380097A105B10509F032CF44\n:102BC0003CCF14E005C018E003C014E001C016E0DB\n:102BD0000E94CE000E9430180E9449180E943D18A1\n:102BE0000E94DA004ECF0E94CE000E9430180E9450\n:102BF00049180E943D180E94DA000E94B610811107\n:102C000021CF32CF0E94CE000E9430180E94491876\n:102C10000E943D180E94DA0083E0809330380E94C1\n:102C2000D60081E090E00E94F900109217381092CF\n:102C300018381092193810921A3812C088EA9EEB90\n:102C40000E94E91988CC88EA9EEB0E94E919DECE41\n:102C5000811708F4D2CD5FCE211708F0BACDCDCDC3\n:102C6000C553DF4FCDBFDEBFDF91CF911F910F91D5\n:102C7000FF90EF90DF90CF90BF90AF909F908F909C\n:102C80007F906F905F904F903F902F900895C0E499\n:102C9000D1E00F2EF5E0AF2EF02D6894BB24B2F8F2\n:102CA000DD24D3946894CC24C1F800E014E0689447\n:102CB000EE24E6F8FF24F2F8188280913038811172\n:102CC00003C086E00E9446010E94190180932E38BD\n:102CD00090932F3880913038811184C00E946D000C\n:102CE0000E94890083E090E00E94AC080E94E318F3\n:102CF0000E943E0980930738909308380E945A0931\n:102D000080930538909306380E94750980930438A3\n:102D10000E947F0980930238909303380E949A0999\n:102D2000809324380E94A209809323380E94AA0924\n:102D3000809322380E94B209809321388DE190E07F\n:102D40000E94AA1C823018F48093203802C010928E\n:102D500020388EE190E00E94AA1C823018F4809303\n:102D60001F3802C010921F388FE190E00E94AA1C09\n:102D70008F3F19F080931E3802C010921E38D092F7\n:102D8000253810921D3810921B3810921738109267\n:102D900018381092193810921A381092163810926A\n:102DA000123810921338109214381092153810926D\n:102DB0000E3810920F3810921038109211380E946D\n:102DC000B308882351F0C09230388C2D0E945E01E8\n:102DD0008CE390E00E94F900F5C00E947A00B09266\n:102DE0003038F0C0843009F048C080911D3881111E\n:102DF00005C080911C38882309F4E4C02FED32E22D\n:102E000082E0215030408040E1F700C00000F8012E\n:102E1000808585FF04C0F701808581FDD3C01092B5\n:102E20001D38D092163887E00E945E0120912E381E\n:102E300030912F38369527953695279536952795D5\n:102E4000ABE7B4E10E944519969587958E50FFED4A\n:102E500022E232E0F15020403040E1F700C00000B3\n:102E60000E945E01D09230380E9482008091023828\n:102E7000909103380E94F900A5C0813009F05FC02D\n:102E80000E94B308882389F0C09230380E94D6008F\n:102E90008CE390E00E94F9001092173810921838D5\n:102EA0001092193810921A388DC080911D388823DD\n:102EB00011F10E94B610882389F0A09230380E9448\n:102EC000D60081E090E00E94F9001092173810922D\n:102ED00018381092193810921A3874C081E090E0B6\n:102EE0000E94F90010921738109218381092193871\n:102EF00010921A3867C00E94C6088823E9F0D09261\n:102F0000253888E790E00E94F90080911738909169\n:102F10001838A0911938B0911A3888589F4FAF4F80\n:102F2000BF4F8093173890931838A0931938B093F7\n:102F30001A380E94D60046C00E94661243C08230F2\n:102F400041F50E94B308882329F088E097E00E94A9\n:102F5000F90038C080911D38882359F00E94B610BE\n:102F6000882339F0A092303881E090E00E94F90087\n:102F700029C080911638882339F0D092303881E00A\n:102F800090E00E94F9001EC00E947A00B092303892\n:102F900019C0833069F480911D38882399F010920C\n:102FA0001D38A092303881E090E00E94F9000AC0FC\n:102FB000853041F40E94320C1092303881E090E06C\n:102FC0000E94F90010921B3810921D3810921C3884\n:102FD0000E94E80071CEE0E0F8E0948195FFFDCF1B\n:102FE0008093020880E090E008951092E205A0E04E\n:102FF000B8E016968C911697806C16968C9316975F\n:10300000E0E2F4E084E085838081846080838081D5\n:10301000877F808381EA91E018968D939C9319971E\n:10302000089581E08093E205A0E0B8E016968C91C7\n:103030001697806C16968C931697E0E0F4E0118A50\n:10304000128A82E0858380818260808380818B7F89\n:10305000808381EA91E018968D939C931997089547\n:103060008091040888233CF4E0E0F8E080819481BA\n:103070009923E4F3089580E00895E0E0F4E080818E\n:103080008D7F808380818B7F808384E0818B828BA6\n:103090000895E0E0F8E0848186FFFDCF848185FF1C\n:1030A000FACFE0E0F8E0848180648483168208959A\n:1030B000EF92FF920F931F93CF93DF93182F7B0113\n:1030C000042FE90150E060E070E0C7010E94A419FC\n:1030D0000E94301890E0E0E0F8E08481882354F00A\n:1030E0002197A9EFB0E01197F1F700C000002097F9\n:1030F000A1F718C080818A3069F08D3059F021E045\n:10310000290FD701A90FB11D8C93201710F090E063\n:1031100001C0922F8113E1CFF701E90FF11D108259\n:1031200081E001C080E0DF91CF911F910F91FF906E\n:10313000EF900895DF92EF92FF920F931F93CF933A\n:10314000DF93D82EE62EEA01F22E882389F1422F52\n:1031500050E060E070E0CE010E94A4190E94301897\n:1031600090E0E0E0F8E08481882364F001501109E8\n:10317000A9EFB0E01197F1F700C0000001151105AB\n:1031800091F718C0808121E0290FDE01A90FB11D40\n:103190008C932F1510F090E001C0922F8E11E3CF89\n:1031A000DA94D110E0CFC90FD11D188281E003C09D\n:1031B00080E001C080E0DF91CF911F910F91FF90DF\n:1031C000EF90DF900895E1E3F8E38BEE97E18087DD\n:1031D00091871286138682E0838314861586E09396\n:1031E0004138F09342380895DB018F939F930E94FA\n:1031F0005419BF91AF91A29F800D911DA39F900D77\n:10320000B29F900D11240895A1E21A2EAA1BBB1B98\n:10321000FD010DC0AA1FBB1FEE1FFF1FA217B307A2\n:10322000E407F50720F0A21BB30BE40BF50B661FB8\n:10323000771F881F991F1A9469F76095709580957C\n:1032400090959B01AC01BD01CF010895052E97FB20\n:103250001EF400940E943D1957FD07D00E940419E6\n:1032600007FC03D04EF40C943D19509540953095D1\n:1032700021953F4F4F4F5F4F0895909580957095E2\n:1032800061957F4F8F4F9F4F0895A29FB001B39FCD\n:10329000C001A39F700D811D1124911DB29F700D5F\n:1032A000811D1124911D08950E944519A59F900D1F\n:1032B000B49F900DA49F800D911D11240895FC01D1\n:1032C00088279927E89421912032E9F3293010F0DA\n:1032D0002E30C8F32B3241F02D3239F4689404C0FB\n:1032E0000E94CB19820F911D219120532A30C0F3E7\n:1032F0001EF4909581959F4F08951F93FC01992787\n:103300008827BC01E89411911032E9F3193010F0CC\n:103310001E30C8F31B3251F01D3249F4689406C0C8\n:103320000E94B619610F711D811D911D11911053DD\n:103330001A30B0F33EF490958095709561957F4F6B\n:103340008F4F9F4F1F910895DC0101C06D93415035\n:103350005040E0F70895FC018191861721F0882301\n:10336000D9F7992708953197CF010895592F482FFC\n:10337000372F262F660F771F881F991F660F771F1D\n:10338000881F991F620F731F841F951F660F771F79\n:10339000881F991F08957AE0979F902D879F802D11\n:1033A000910D11240895A0E0B0E0E9EDF9E10C944D\n:1033B000D61CAE014B5F5F4FFA0161917191AF0175\n:1033C00080914138909142380E94191AE2E00C94A1\n:1033D000EF1C0F931F93CF93DF93E0914138F0914F\n:1033E0004238238121FF1BC08C01D0E0C0E0F801EE\n:1033F00081918F016091413870914238DB011896BC\n:10340000ED91FC911997882331F00995892B79F377\n:10341000DFEFCFEFECCF8AE00995892B19F08FEF22\n:103420009FEF02C08D2F9C2FDF91CF911F910F91A5\n:103430000895ABE0B0E0EFE1FAE10C94C61C6C013A\n:103440007B018A01FC0116821782838181FFCCC136\n:10345000CE0101963C01F6019381F70193FD859120\n:1034600093FF81917F01882309F4BAC1853239F431\n:1034700093FD859193FF81917F01853229F4B601F7\n:1034800090E00E94101CE7CF912C212C312CFFE101\n:10349000F315D8F08B3279F038F4803279F083323A\n:1034A000A1F4232D20611DC08D3261F0803369F4B9\n:1034B000232D216016C0832D8260382EE32DE46019\n:1034C0003E2E2AC0F32DF8601DC037FC2DC020ED24\n:1034D000280F2A3040F08E32B9F436FC81C1232DFA\n:1034E0002064322E19C036FE06C08AE0989E200D58\n:1034F0001124922E11C0EAE02E9E200D1124222EBE\n:10350000F32DF0623F2E08C08C3621F4832D8068A5\n:10351000382E02C0883641F4F70193FD859193FF60\n:1035200081917F018111B3CF982F9F7D9554933066\n:1035300028F40C5F1F4F9FE399830DC0833631F051\n:10354000833771F0833509F059C021C0F8018081BB\n:1035500089830E5F1F4F88248394912C530113C0DD\n:103560002801F2E04F0E511CF801A080B18036FE18\n:1035700003C0692D70E002C06FEF7FEFC5010E94AC\n:10358000051C4C018201F32DFF773F2E16C0280148\n:1035900022E0420E511CF801A080B18036FE03C02B\n:1035A000692D70E002C06FEF7FEFC5010E94FA1B2A\n:1035B0004C01F32DF0683F2E820133FC1BC0822D9D\n:1035C00090E088169906B0F4B60180E290E00E947F\n:1035D000101C2A94F4CFF50137FC859137FE8191B8\n:1035E0005F01B60190E00E94101C21102A9421E096\n:1035F000821A91088114910471F7E8C0843611F0A1\n:10360000893641F5F80137FE07C0608171818281FA\n:1036100093810C5F1F4F08C060817181072E000CE1\n:10362000880B990B0E5F1F4FF32DFF763F2E97FFF0\n:1036300009C090958095709561957F4F8F4F9F4FF2\n:10364000F0683F2E2AE030E0A3010E944C1C882E37\n:10365000861845C0853731F4232D2F7EB22E2AE0FF\n:1036600030E025C0932D997FB92E8F36C1F018F424\n:10367000883579F0B5C0803719F0883721F0B0C0AF\n:10368000E92FE061BE2EB4FE0DC0FB2DF460BF2E0D\n:1036900009C034FE0AC0292F2660B22E06C028E0D9\n:1036A00030E005C020E130E002C020E132E0F80166\n:1036B000B7FE07C060817181828193810C5F1F4FCB\n:1036C00006C06081718180E090E00E5F1F4FA30112\n:1036D0000E944C1C882E8618FB2DFF773F2E36FE4D\n:1036E0000DC0232D2E7FA22E891458F434FE0BC05A\n:1036F00032FC09C0832D8E7EA82E05C0B82CA32CC9\n:1037000003C0B82C01C0B92CA4FE0FC0FE01E80D07\n:10371000F11D8081803321F49A2D997EA92E09C054\n:10372000A2FE06C0B394B39404C08A2D867809F033\n:10373000B394A3FC11C0A0FE06C0B21488F4280CF8\n:10374000922C9B180EC0B21460F4B60180E290E097\n:103750000E94101CB394F7CFB21418F42B1802C0B7\n:10376000982C212CA4FE10C0B60180E390E00E94AA\n:10377000101CA2FE17C0A1FC03C088E790E002C0A5\n:1037800088E590E0B6010CC08A2D867859F0A1FE3C\n:1037900002C08BE201C080E2A7FC8DE2B60190E09E\n:1037A0000E94101C891438F4B60180E390E00E9456\n:1037B000101C9A94F7CF8A94F301E80DF11D8081D3\n:1037C000B60190E00E94101C8110F5CF222009F470\n:1037D00042CEB60180E290E00E94101C2A94F6CFFF\n:1037E000F6018681978102C08FEF9FEF2B96E2E171\n:1037F0000C94DF1CFC010590615070400110D8F75B\n:10380000809590958E0F9F1F0895FC016150704028\n:1038100001900110D8F7809590958E0F9F1F089505\n:103820000F931F93CF93DF93FB01238121FD03C0EF\n:103830008FEF9FEF2CC022FF16C046815781248155\n:1038400035814217530744F4A081B1819D012F5F58\n:103850003F4F208331838C93268137812F5F3F4FE9\n:103860002683378314C08B01EC01FB010084F185B2\n:10387000E02D0995892BE1F6D80116968D919C9142\n:103880001797019616968D939C931797CE01DF910B\n:10389000CF911F910F910895FA01AA27283051F175\n:1038A000203181F1E8946F936E7F6E5F7F4F8F4F71\n:1038B0009F4FAF4FB1E03ED0B4E03CD0670F781FD0\n:1038C000891F9A1FA11D680F791F8A1F911DA11DB5\n:1038D0006A0F711D811D911DA11D20D009F46894EE\n:1038E0003F912AE0269F11243019305D3193DEF696\n:1038F000CF010895462F4770405D4193B3E00FD04C\n:10390000C9F7F6CF462F4F70405D4A3318F0495D36\n:1039100031FD4052419302D0A9F7EACFB4E0A69519\n:103920009795879577956795BA95C9F7009761053B\n:10393000710508959B01AC010A2E06945795479591\n:1039400037952795BA95C9F7620F731F841F951F86\n:10395000A01D089503D0808199270895FC01E050AF\n:10396000FC4E0895262FAF93BF93E0E0F0E1328143\n:1039700031FDFDCFDC01A050BC4E2C932DE924BFBE\n:1039800023E020830196BF91AF9108952F923F923B\n:103990004F925F926F927F928F929F92AF92BF925F\n:1039A000CF92DF92EF92FF920F931F93CF93DF930B\n:1039B000CDB7DEB7CA1BDB0BCDBFDEBF09942A88AB\n:1039C000398848885F846E847D848C849B84AA8433\n:1039D000B984C884DF80EE80FD800C811B81AA81C0\n:1039E000B981CE0FD11DCDBFDEBFED010895F89492\n:0239F000FFCF07\n:1039F200245051424155442C572C393630302A3408\n:103A0200420D0A0024504D544B3331342C302C31AA\n:103A12002C302C312C302C302C302C302C302C30C3\n:103A22002C302C302C302C302C302C302C302C30B4\n:103A32002C302A32380D0A0024504D544B33313485\n:103A42002C302C312C302C302C302C302C302C3093\n:103A52002C302C302C302C302C302C302C302C3084\n:103A62002C302C302C302A32390D0A0024504D547F\n:103A72004B3331342C302C302C302C312C302C3038\n:103A82002C302C302C302C302C302C302C302C3054\n:103A92002C302C302C302C302C302A32390D0A00AC\n:103AA2005556733A2025752C20544F733A202575AC\n:103AB2002F25752C204572726F72734F7247463AEA\n:103AC2002025752C20545446463A2025750A0D00AF\n:103AD20046697865733A20256C752C204176672EED\n:103AE200205454463A20256C7520732C2041766769\n:103AF2002E2048444F502028783130293A20256C16\n:103B0200750A0D000A0D636F756E742C74696D650C\n:103B12007374616D702C6C61742C6C6F6E0A0D0085\n:103B2200256C752C256C752C256C642E2530356C16\n:103B3200642C256C642E2530356C640A0D002A53E2\n:103B420054415254204D454D4F52592A0A0D0045B9\n:103B52004D5054590A0D002A454E44204D454D4FB3\n:103B620052592A0A0D002D2D2D5449434B2D5441F3\n:103B7200472D2D2D0A0D005625752C2049443A203B\n:103B8200253032582D25303258253032582C2025F8\n:103B9200756D562C2025303258620A0D005345545B\n:103BA20054494E47533A0A0D2D204D696E20766FC7\n:103BB2006C746167653A202575206D560A0D2D20BB\n:103BC2004672657175656E63793A20257520730AB0\n:103BD2000D2D204D696E2048444F502028783130F9\n:103BE200293A2025750A0D2D204163746976617486\n:103BF200696F6E2064656C61793A20257520730ABD\n:103C02000D2D2047656F66656E63696E673A2025E4\n:103C1200750A0D2D20427572737420647572617479\n:103C2200696F6E3A20257520730A0D002D204E6FA4\n:103C32002074696D650A0D002D2054696D653A2066\n:103C420025753A25303275202D2025753A253032DA\n:103C520075205554430A0D000A0D302052656164E7\n:103C6200206D656D6F72790A0D312052657365742E\n:103C7200206D656D6F72790A0D3220536574206D67\n:103C8200696E2E20766F6C746167650A0D003320B1\n:103C9200536574206672657175656E63790A0D34B9\n:103CA200205365742061636375726163790A0D350F\n:103CB200205365742061637469766174696F6E2044\n:103CC20064656C61790A0D0036205365742074694D\n:103CD2006D65730A0D3720546F67676C65206765E1\n:103CE2006F66656E63696E67204F4E2F4F46460AB8\n:103CF2000D38205365742062757273742064757276\n:103D02006174696F6E0A0D3920457869740A0D0075\n:103D12004279652120536C656570696E6720756E06\n:103D220074696C2061637469766174696F6E2028AE\n:103D32006279207072657373696E6720627574743C\n:103D42006F6E20616761696E290A0D002E2E2E208A\n:103D5200004552524F520A0D00444F4E450A0D0083\n:103D6200456E746572206D56202825752E2E257598\n:103D7200293A0A0D0054494D454F55540A0D004F3A\n:103D82004B0A0D00456E74657220475053206672CF\n:103D9200657175656E637920696E207320282575BB\n:103DA2002E2E25752C20312E2E35203D2073746148\n:103DB200792D6F6E293A0A0D00456E746572206D79\n:103DC200696E2048444F50207820313020282575D4\n:103DD2002E2E2575293A0A0D0054542074726965F5\n:103DE2007320746F20616368696576652048444F6B\n:103DF200502077697468696E20257520730A0D005A\n:103E0200456E7465722061637469766174696F6E60\n:103E12002064656C617920696E2073202825752ED7\n:103E22002E2575293A0A0D00456E74657220555487\n:103E3200432074696D6520746F207475726E204F13\n:103E42004E2028666F726D61743A2048484D4D29A4\n:103E52003A0A0D00456E7465722055544320746908\n:103E62006D6520746F207475726E204F464620284F\n:103E7200666F726D61743A2048484D4D293A0A0DB9\n:103E820000456E746572206475726174696F6E208C\n:103E920028302D3235302073293A0A0D00256C75F1\n:103EA2002025730A0D00245051464C502C572C31BA\n:073EB2002C302A32310D0013\n:0A3EB90006BA0A001E1E00E40C0108\n:00000001FF\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/TickTagSoftwareBurst.lss",
    "content": "\nTickTagSoftwareBurst.elf:     file format elf32-avr\n\nSections:\nIdx Name          Size      VMA       LMA       File off  Algn\n  0 .data         0000000a  00803800  00003eb9  00003f6d  2**0\n                  CONTENTS, ALLOC, LOAD, DATA\n  1 .text         000039f2  00000000  00000000  000000b4  2**1\n                  CONTENTS, ALLOC, LOAD, READONLY, CODE\n  2 .rodata       000004c7  0000b9f2  000039f2  00003aa6  2**0\n                  CONTENTS, ALLOC, LOAD, READONLY, DATA\n  3 .bss          0000003b  0080380a  0080380a  00003f77  2**0\n                  ALLOC\n  4 .comment      0000005c  00000000  00000000  00003f77  2**0\n                  CONTENTS, READONLY\n  5 .note.gnu.avr.deviceinfo 00000040  00000000  00000000  00003fd4  2**2\n                  CONTENTS, READONLY\n  6 .debug_aranges 00000398  00000000  00000000  00004018  2**3\n                  CONTENTS, READONLY, DEBUGGING\n  7 .debug_info   00008eac  00000000  00000000  000043b0  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  8 .debug_abbrev 00002c73  00000000  00000000  0000d25c  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  9 .debug_line   00003024  00000000  00000000  0000fecf  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 10 .debug_frame  00000ae8  00000000  00000000  00012ef4  2**2\n                  CONTENTS, READONLY, DEBUGGING\n 11 .debug_str    00003955  00000000  00000000  000139dc  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 12 .debug_loc    00004096  00000000  00000000  00017331  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 13 .debug_ranges 000003c8  00000000  00000000  0001b3c7  2**0\n                  CONTENTS, READONLY, DEBUGGING\n\nDisassembly of section .text:\n\n00000000 <__vectors>:\n       0:\t0c 94 3c 00 \tjmp\t0x78\t; 0x78 <__ctors_end>\n       4:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n       8:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n       c:\t0c 94 5c 08 \tjmp\t0x10b8\t; 0x10b8 <__vector_3>\n      10:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      14:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      18:\t0c 94 44 08 \tjmp\t0x1088\t; 0x1088 <__vector_6>\n      1c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      20:\t0c 94 6d 08 \tjmp\t0x10da\t; 0x10da <__vector_8>\n      24:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      28:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      2c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      30:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      34:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      38:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      3c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      40:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      44:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      48:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      4c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      50:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      54:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      58:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      5c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      60:\t0c 94 94 08 \tjmp\t0x1128\t; 0x1128 <__vector_24>\n      64:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      68:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      6c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      70:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      74:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n\n00000078 <__ctors_end>:\n      78:\t11 24       \teor\tr1, r1\n      7a:\t1f be       \tout\t0x3f, r1\t; 63\n      7c:\tcf ef       \tldi\tr28, 0xFF\t; 255\n      7e:\tcd bf       \tout\t0x3d, r28\t; 61\n      80:\tdf e3       \tldi\tr29, 0x3F\t; 63\n      82:\tde bf       \tout\t0x3e, r29\t; 62\n\n00000084 <__do_copy_data>:\n      84:\t18 e3       \tldi\tr17, 0x38\t; 56\n      86:\ta0 e0       \tldi\tr26, 0x00\t; 0\n      88:\tb8 e3       \tldi\tr27, 0x38\t; 56\n      8a:\te9 eb       \tldi\tr30, 0xB9\t; 185\n      8c:\tfe e3       \tldi\tr31, 0x3E\t; 62\n      8e:\t02 c0       \trjmp\t.+4      \t; 0x94 <__do_copy_data+0x10>\n      90:\t05 90       \tlpm\tr0, Z+\n      92:\t0d 92       \tst\tX+, r0\n      94:\taa 30       \tcpi\tr26, 0x0A\t; 10\n      96:\tb1 07       \tcpc\tr27, r17\n      98:\td9 f7       \tbrne\t.-10     \t; 0x90 <__do_copy_data+0xc>\n\n0000009a <__do_clear_bss>:\n      9a:\t28 e3       \tldi\tr18, 0x38\t; 56\n      9c:\taa e0       \tldi\tr26, 0x0A\t; 10\n      9e:\tb8 e3       \tldi\tr27, 0x38\t; 56\n      a0:\t01 c0       \trjmp\t.+2      \t; 0xa4 <.do_clear_bss_start>\n\n000000a2 <.do_clear_bss_loop>:\n      a2:\t1d 92       \tst\tX+, r1\n\n000000a4 <.do_clear_bss_start>:\n      a4:\ta5 34       \tcpi\tr26, 0x45\t; 69\n      a6:\tb2 07       \tcpc\tr27, r18\n      a8:\te1 f7       \tbrne\t.-8      \t; 0xa2 <.do_clear_bss_loop>\n      aa:\t0e 94 47 16 \tcall\t0x2c8e\t; 0x2c8e <main>\n      ae:\t0c 94 f7 1c \tjmp\t0x39ee\t; 0x39ee <_exit>\n\n000000b2 <__bad_interrupt>:\n      b2:\t0c 94 00 00 \tjmp\t0\t; 0x0 <__vectors>\n\n000000b6 <_Z13arrayToUint32Ph>:\n\tuint16_t result;\n\tresult = (((uint16_t) buffer[0]) << 8) | (((uint16_t) buffer[1]));\n\treturn result;\n}\n\nuint32_t arrayToUint32(uint8_t *buffer) {\n      b6:\tfc 01       \tmovw\tr30, r24\n\tuint32_t result;\n\tresult = (((uint32_t) buffer[0]) << 24) | (((uint32_t) buffer[1]) << 16) | (((uint32_t) buffer[2]) << 8) | (((uint32_t) buffer[3]));\n\treturn result;\n      b8:\t20 81       \tld\tr18, Z\n      ba:\t61 81       \tldd\tr22, Z+1\t; 0x01\n      bc:\t86 2f       \tmov\tr24, r22\n      be:\t90 e0       \tldi\tr25, 0x00\t; 0\n      c0:\ta0 e0       \tldi\tr26, 0x00\t; 0\n      c2:\tb0 e0       \tldi\tr27, 0x00\t; 0\n      c4:\tdc 01       \tmovw\tr26, r24\n      c6:\t99 27       \teor\tr25, r25\n      c8:\t88 27       \teor\tr24, r24\n      ca:\tb2 2b       \tor\tr27, r18\n      cc:\t23 81       \tldd\tr18, Z+3\t; 0x03\n      ce:\t82 2b       \tor\tr24, r18\n      d0:\t22 81       \tldd\tr18, Z+2\t; 0x02\n      d2:\tbc 01       \tmovw\tr22, r24\n      d4:\tcd 01       \tmovw\tr24, r26\n      d6:\t72 2b       \tor\tr23, r18\n}\n      d8:\t08 95       \tret\n\n000000da <_Z14deviceInitPinsv>:\n\t// after settings speed to 32KHz all delays are wrong by a factor of 1MHz / 32kHz = 31UL, use _delay_ms(Helper::to32KHz(1000));\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, CLKCTRL_PDIV_2X_gc | 0 << CLKCTRL_PEN_bp); // set the main clock prescaler divisor to 2X and disable the Main clock prescaler (with PEN = 0, means CLK_PER = CLK_MAIN (prescaler disabled))\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, CLKCTRL_CLKSEL_OSCULP32K_gc | 0 << CLKCTRL_CLKOUT_bp); // set the main clock to internal 32kHz oscillator, clock out disabled\n\t_PROTECTED_WRITE(CLKCTRL.OSC20MCTRLA, 0x00); // ensure 20MHz isn't forced on\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\t\n}\n      da:\te0 e0       \tldi\tr30, 0x00\t; 0\n      dc:\tf4 e0       \tldi\tr31, 0x04\t; 4\n      de:\t8e ed       \tldi\tr24, 0xDE\t; 222\n      e0:\t80 83       \tst\tZ, r24\n      e2:\t87 e3       \tldi\tr24, 0x37\t; 55\n      e4:\t80 93 20 04 \tsts\t0x0420, r24\t; 0x800420 <__RODATA_PM_OFFSET__+0x7f8420>\n      e8:\t8f e0       \tldi\tr24, 0x0F\t; 15\n      ea:\t80 93 40 04 \tsts\t0x0440, r24\t; 0x800440 <__RODATA_PM_OFFSET__+0x7f8440>\n      ee:\t88 e0       \tldi\tr24, 0x08\t; 8\n      f0:\t85 8b       \tstd\tZ+21, r24\t; 0x15\n      f2:\t08 95       \tret\n\n000000f4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>:\n      f4:\te0 e4       \tldi\tr30, 0x40\t; 64\n      f6:\tf4 e0       \tldi\tr31, 0x04\t; 4\n      f8:\t80 81       \tld\tr24, Z\n      fa:\t8d 7f       \tandi\tr24, 0xFD\t; 253\n      fc:\t80 83       \tst\tZ, r24\n      fe:\t89 e0       \tldi\tr24, 0x09\t; 9\n     100:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n     102:\t08 95       \tret\n\n00000104 <_Z44deviceDeactivateGPIO2PinInterruptInDeepSleepv>:\n     104:\te0 e4       \tldi\tr30, 0x40\t; 64\n     106:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     108:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n     10a:\t80 81       \tld\tr24, Z\n     10c:\t82 60       \tori\tr24, 0x02\t; 2\n     10e:\t80 83       \tst\tZ, r24\n     110:\t08 95       \tret\n\n00000112 <_Z41deviceInitDownloadPinInterruptInDeepSleepv>:\n     112:\te0 e0       \tldi\tr30, 0x00\t; 0\n     114:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     116:\t85 89       \tldd\tr24, Z+21\t; 0x15\n     118:\t81 60       \tori\tr24, 0x01\t; 1\n     11a:\t85 8b       \tstd\tZ+21, r24\t; 0x15\n     11c:\t08 95       \tret\n\n0000011e <_Z20deviceIncrementTimerv>:\n     11e:\t80 91 0a 38 \tlds\tr24, 0x380A\t; 0x80380a <__data_end>\n     122:\t90 91 0b 38 \tlds\tr25, 0x380B\t; 0x80380b <__data_end+0x1>\n     126:\ta0 91 0c 38 \tlds\tr26, 0x380C\t; 0x80380c <__data_end+0x2>\n     12a:\tb0 91 0d 38 \tlds\tr27, 0x380D\t; 0x80380d <__data_end+0x3>\n     12e:\t01 96       \tadiw\tr24, 0x01\t; 1\n     130:\ta1 1d       \tadc\tr26, r1\n     132:\tb1 1d       \tadc\tr27, r1\n     134:\t80 93 0a 38 \tsts\t0x380A, r24\t; 0x80380a <__data_end>\n     138:\t90 93 0b 38 \tsts\t0x380B, r25\t; 0x80380b <__data_end+0x1>\n     13c:\ta0 93 0c 38 \tsts\t0x380C, r26\t; 0x80380c <__data_end+0x2>\n     140:\tb0 93 0d 38 \tsts\t0x380D, r27\t; 0x80380d <__data_end+0x3>\n     144:\t08 95       \tret\n\n00000146 <_Z15deviceInitTimerv>:\n     146:\t10 92 0a 38 \tsts\t0x380A, r1\t; 0x80380a <__data_end>\n     14a:\t10 92 0b 38 \tsts\t0x380B, r1\t; 0x80380b <__data_end+0x1>\n     14e:\t10 92 0c 38 \tsts\t0x380C, r1\t; 0x80380c <__data_end+0x2>\n     152:\t10 92 0d 38 \tsts\t0x380D, r1\t; 0x80380d <__data_end+0x3>\n     156:\te0 e0       \tldi\tr30, 0x00\t; 0\n     158:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     15a:\t81 e0       \tldi\tr24, 0x01\t; 1\n     15c:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     15e:\t11 82       \tstd\tZ+1, r1\t; 0x01\n     160:\t27 ee       \tldi\tr18, 0xE7\t; 231\n     162:\t33 e0       \tldi\tr19, 0x03\t; 3\n     164:\t26 a3       \tstd\tZ+38, r18\t; 0x26\n     166:\t37 a3       \tstd\tZ+39, r19\t; 0x27\n     168:\t80 83       \tst\tZ, r24\n     16a:\t78 94       \tsei\n     16c:\t08 95       \tret\n\n0000016e <_Z15deviceGetMillisv>:\n     16e:\t2f b7       \tin\tr18, 0x3f\t; 63\n     170:\tf8 94       \tcli\n     172:\t60 91 0a 38 \tlds\tr22, 0x380A\t; 0x80380a <__data_end>\n     176:\t70 91 0b 38 \tlds\tr23, 0x380B\t; 0x80380b <__data_end+0x1>\n     17a:\t80 91 0c 38 \tlds\tr24, 0x380C\t; 0x80380c <__data_end+0x2>\n     17e:\t90 91 0d 38 \tlds\tr25, 0x380D\t; 0x80380d <__data_end+0x3>\n     182:\t2f bf       \tout\t0x3f, r18\t; 63\n     184:\t08 95       \tret\n\n00000186 <_Z15deviceStopTimerv>:\n     186:\tf8 94       \tcli\n     188:\te0 e0       \tldi\tr30, 0x00\t; 0\n     18a:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     18c:\t12 86       \tstd\tZ+10, r1\t; 0x0a\n     18e:\t10 82       \tst\tZ, r1\n     190:\t78 94       \tsei\n     192:\t08 95       \tret\n\n00000194 <_Z16deviceL70powerOnv>:\n     194:\t88 e0       \tldi\tr24, 0x08\t; 8\n     196:\t80 93 45 04 \tsts\t0x0445, r24\t; 0x800445 <__RODATA_PM_OFFSET__+0x7f8445>\n     19a:\t08 95       \tret\n\n0000019c <_Z17deviceL70powerOffv>:\n     19c:\t88 e0       \tldi\tr24, 0x08\t; 8\n     19e:\t80 93 46 04 \tsts\t0x0446, r24\t; 0x800446 <__RODATA_PM_OFFSET__+0x7f8446>\n     1a2:\t08 95       \tret\n\n000001a4 <_Z17deviceL70backupOnv>:\n     1a4:\t88 e0       \tldi\tr24, 0x08\t; 8\n     1a6:\t80 93 05 04 \tsts\t0x0405, r24\t; 0x800405 <__RODATA_PM_OFFSET__+0x7f8405>\n     1aa:\t08 95       \tret\n\n000001ac <_Z18deviceL70backupOffv>:\n     1ac:\t88 e0       \tldi\tr24, 0x08\t; 8\n     1ae:\t80 93 06 04 \tsts\t0x0406, r24\t; 0x800406 <__RODATA_PM_OFFSET__+0x7f8406>\n     1b2:\t08 95       \tret\n\n000001b4 <_Z26devicePowerMemoryAndI2COffv>:\n     1b4:\t80 e1       \tldi\tr24, 0x10\t; 16\n     1b6:\t80 93 26 04 \tsts\t0x0426, r24\t; 0x800426 <__RODATA_PM_OFFSET__+0x7f8426>\n     1ba:\t08 95       \tret\n\n000001bc <_Z25devicePowerMemoryAndI2COnv>:\n     1bc:\t80 e1       \tldi\tr24, 0x10\t; 16\n     1be:\t80 93 25 04 \tsts\t0x0425, r24\t; 0x800425 <__RODATA_PM_OFFSET__+0x7f8425>\n     1c2:\t89 ef       \tldi\tr24, 0xF9\t; 249\n     1c4:\t90 e0       \tldi\tr25, 0x00\t; 0\n     1c6:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     1c8:\tf1 f7       \tbrne\t.-4      \t; 0x1c6 <_Z25devicePowerMemoryAndI2COnv+0xa>\n     1ca:\t00 c0       \trjmp\t.+0      \t; 0x1cc <_Z25devicePowerMemoryAndI2COnv+0x10>\n     1cc:\t00 00       \tnop\n     1ce:\t08 95       \tret\n\n000001d0 <_Z18deviceStandbySleepv>:\n     1d0:\t0e 94 c3 00 \tcall\t0x186\t; 0x186 <_Z15deviceStopTimerv>\n     1d4:\te0 e2       \tldi\tr30, 0x20\t; 32\n     1d6:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     1d8:\t10 8a       \tstd\tZ+16, r1\t; 0x10\n     1da:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n     1dc:\te0 e5       \tldi\tr30, 0x50\t; 80\n     1de:\tf0 e0       \tldi\tr31, 0x00\t; 0\n     1e0:\t80 81       \tld\tr24, Z\n     1e2:\t89 7f       \tandi\tr24, 0xF9\t; 249\n     1e4:\t82 60       \tori\tr24, 0x02\t; 2\n     1e6:\t80 83       \tst\tZ, r24\n     1e8:\t80 81       \tld\tr24, Z\n     1ea:\t81 60       \tori\tr24, 0x01\t; 1\n     1ec:\t80 83       \tst\tZ, r24\n     1ee:\t88 95       \tsleep\n     1f0:\t08 95       \tret\n\n000001f2 <_Z30deviceInitInternalRTCInterruptj>:\n     1f2:\t9c 01       \tmovw\tr18, r24\n     1f4:\tf8 94       \tcli\n     1f6:\te0 e4       \tldi\tr30, 0x40\t; 64\n     1f8:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     1fa:\t91 81       \tldd\tr25, Z+1\t; 0x01\n     1fc:\t91 11       \tcpse\tr25, r1\n     1fe:\tfd cf       \trjmp\t.-6      \t; 0x1fa <_Z30deviceInitInternalRTCInterruptj+0x8>\n     200:\t10 92 48 01 \tsts\t0x0148, r1\t; 0x800148 <__RODATA_PM_OFFSET__+0x7f8148>\n     204:\t10 92 49 01 \tsts\t0x0149, r1\t; 0x800149 <__RODATA_PM_OFFSET__+0x7f8149>\n     208:\te0 e4       \tldi\tr30, 0x40\t; 64\n     20a:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     20c:\t91 81       \tldd\tr25, Z+1\t; 0x01\n     20e:\t91 11       \tcpse\tr25, r1\n     210:\tfd cf       \trjmp\t.-6      \t; 0x20c <_Z30deviceInitInternalRTCInterruptj+0x1a>\n     212:\tc9 01       \tmovw\tr24, r18\n     214:\t88 0f       \tadd\tr24, r24\n     216:\t99 1f       \tadc\tr25, r25\n     218:\t88 0f       \tadd\tr24, r24\n     21a:\t99 1f       \tadc\tr25, r25\n     21c:\te0 e4       \tldi\tr30, 0x40\t; 64\n     21e:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     220:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     222:\t93 87       \tstd\tZ+11, r25\t; 0x0b\n     224:\t81 e0       \tldi\tr24, 0x01\t; 1\n     226:\t87 83       \tstd\tZ+7, r24\t; 0x07\n     228:\t91 ec       \tldi\tr25, 0xC1\t; 193\n     22a:\t90 83       \tst\tZ, r25\n     22c:\t82 83       \tstd\tZ+2, r24\t; 0x02\n     22e:\t78 94       \tsei\n     230:\t08 95       \tret\n\n00000232 <_Z23deviceReadSupplyVoltagev>:\n     232:\te0 e0       \tldi\tr30, 0x00\t; 0\n     234:\tf6 e0       \tldi\tr31, 0x06\t; 6\n     236:\t81 e0       \tldi\tr24, 0x01\t; 1\n     238:\t80 83       \tst\tZ, r24\n     23a:\t88 e0       \tldi\tr24, 0x08\t; 8\n     23c:\t82 83       \tstd\tZ+2, r24\t; 0x02\n     23e:\t84 e6       \tldi\tr24, 0x64\t; 100\n     240:\t80 87       \tstd\tZ+8, r24\t; 0x08\n     242:\t83 e3       \tldi\tr24, 0x33\t; 51\n     244:\t84 87       \tstd\tZ+12, r24\t; 0x0c\n     246:\t80 e1       \tldi\tr24, 0x10\t; 16\n     248:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     24a:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n     24c:\t81 60       \tori\tr24, 0x01\t; 1\n     24e:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     250:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     252:\t80 ff       \tsbrs\tr24, 0\n     254:\tfd cf       \trjmp\t.-6      \t; 0x250 <_Z23deviceReadSupplyVoltagev+0x1e>\n     256:\t20 91 10 06 \tlds\tr18, 0x0610\t; 0x800610 <__RODATA_PM_OFFSET__+0x7f8610>\n     25a:\t30 91 11 06 \tlds\tr19, 0x0611\t; 0x800611 <__RODATA_PM_OFFSET__+0x7f8611>\n     25e:\t40 91 12 06 \tlds\tr20, 0x0612\t; 0x800612 <__RODATA_PM_OFFSET__+0x7f8612>\n     262:\t50 91 13 06 \tlds\tr21, 0x0613\t; 0x800613 <__RODATA_PM_OFFSET__+0x7f8613>\n     266:\t21 15       \tcp\tr18, r1\n     268:\t31 05       \tcpc\tr19, r1\n     26a:\t41 05       \tcpc\tr20, r1\n     26c:\t51 05       \tcpc\tr21, r1\n     26e:\t21 f4       \tbrne\t.+8      \t; 0x278 <_Z23deviceReadSupplyVoltagev+0x46>\n     270:\t21 e0       \tldi\tr18, 0x01\t; 1\n     272:\t30 e0       \tldi\tr19, 0x00\t; 0\n     274:\t40 e0       \tldi\tr20, 0x00\t; 0\n     276:\t50 e0       \tldi\tr21, 0x00\t; 0\n     278:\t10 92 00 06 \tsts\t0x0600, r1\t; 0x800600 <__RODATA_PM_OFFSET__+0x7f8600>\n     27c:\t60 e0       \tldi\tr22, 0x00\t; 0\n     27e:\t70 e0       \tldi\tr23, 0x00\t; 0\n     280:\t80 e4       \tldi\tr24, 0x40\t; 64\n     282:\t90 e0       \tldi\tr25, 0x00\t; 0\n     284:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     288:\tc9 01       \tmovw\tr24, r18\n     28a:\t08 95       \tret\n\n0000028c <_Z17deviceSetCPUSpeedh>:\n\nvoid deviceSetCPUSpeed(uint8_t prescalerDivision) {\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, prescalerDivision | 1 << CLKCTRL_PEN_bp); // first bit = prescaler, always enabled\n     28c:\t28 ed       \tldi\tr18, 0xD8\t; 216\n     28e:\t81 60       \tori\tr24, 0x01\t; 1\n     290:\t90 e0       \tldi\tr25, 0x00\t; 0\n     292:\t24 bf       \tout\t0x34, r18\t; 52\n     294:\t80 93 61 00 \tsts\t0x0061, r24\t; 0x800061 <__RODATA_PM_OFFSET__+0x7f8061>\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, 0); // use internal 16/20MHz oscillator\n     298:\t80 e0       \tldi\tr24, 0x00\t; 0\n     29a:\t24 bf       \tout\t0x34, r18\t; 52\n     29c:\t80 93 60 00 \tsts\t0x0060, r24\t; 0x800060 <__RODATA_PM_OFFSET__+0x7f8060>\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\n     2a0:\te0 e6       \tldi\tr30, 0x60\t; 96\n     2a2:\tf0 e0       \tldi\tr31, 0x00\t; 0\n     2a4:\t83 81       \tldd\tr24, Z+3\t; 0x03\n     2a6:\t80 fd       \tsbrc\tr24, 0\n     2a8:\tfd cf       \trjmp\t.-6      \t; 0x2a4 <_Z17deviceSetCPUSpeedh+0x18>\n}\n     2aa:\t08 95       \tret\n\n000002ac <_Z11deviceLedOnv>:\n\nvoid deviceLedOn() {\n\t//PORTB.DIR |= PIN5_bm; // output\n\tPORTB.OUTSET = PIN5_bm; // on\n     2ac:\t80 e2       \tldi\tr24, 0x20\t; 32\n     2ae:\t80 93 25 04 \tsts\t0x0425, r24\t; 0x800425 <__RODATA_PM_OFFSET__+0x7f8425>\n     2b2:\t08 95       \tret\n\n000002b4 <_Z12deviceLedOffv>:\n}\n\nvoid deviceLedOff() {\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n     2b4:\t80 e2       \tldi\tr24, 0x20\t; 32\n     2b6:\t80 93 26 04 \tsts\t0x0426, r24\t; 0x800426 <__RODATA_PM_OFFSET__+0x7f8426>\n     2ba:\t08 95       \tret\n\n000002bc <_Z11deviceBlinkh>:\n}\n\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n     2bc:\t88 23       \tand\tr24, r24\n     2be:\ta9 f0       \tbreq\t.+42     \t; 0x2ea <_Z11deviceBlinkh+0x2e>\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\n}\n\nvoid deviceLedOn() {\n\t//PORTB.DIR |= PIN5_bm; // output\n\tPORTB.OUTSET = PIN5_bm; // on\n     2c0:\te0 e2       \tldi\tr30, 0x20\t; 32\n     2c2:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     2c4:\t90 e2       \tldi\tr25, 0x20\t; 32\n     2c6:\t95 83       \tstd\tZ+5, r25\t; 0x05\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n     2c8:\taf e4       \tldi\tr26, 0x4F\t; 79\n     2ca:\tb3 ec       \tldi\tr27, 0xC3\t; 195\n     2cc:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     2ce:\tf1 f7       \tbrne\t.-4      \t; 0x2cc <_Z11deviceBlinkh+0x10>\n     2d0:\t00 c0       \trjmp\t.+0      \t; 0x2d2 <_Z11deviceBlinkh+0x16>\n     2d2:\t00 00       \tnop\n}\n\nvoid deviceLedOff() {\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n     2d4:\t96 83       \tstd\tZ+6, r25\t; 0x06\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n\t\tdeviceLedOn();\n\t\t_delay_ms(200);\n\t\tdeviceLedOff();\n\t\tif(times != 1) { _delay_ms(200); }\n     2d6:\t81 30       \tcpi\tr24, 0x01\t; 1\n     2d8:\t41 f0       \tbreq\t.+16     \t; 0x2ea <_Z11deviceBlinkh+0x2e>\n     2da:\taf e4       \tldi\tr26, 0x4F\t; 79\n     2dc:\tb3 ec       \tldi\tr27, 0xC3\t; 195\n     2de:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     2e0:\tf1 f7       \tbrne\t.-4      \t; 0x2de <_Z11deviceBlinkh+0x22>\n     2e2:\t00 c0       \trjmp\t.+0      \t; 0x2e4 <_Z11deviceBlinkh+0x28>\n     2e4:\t00 00       \tnop\n\t\ttimes--;\n     2e6:\t81 50       \tsubi\tr24, 0x01\t; 1\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n}\n\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n     2e8:\t71 f7       \tbrne\t.-36     \t; 0x2c6 <_Z11deviceBlinkh+0xa>\n     2ea:\t08 95       \tret\n\n000002ec <_Z16eepromReadMemorymPhm>:\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n\t}\t\n}\n\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len) {\n     2ec:\t2f 92       \tpush\tr2\n     2ee:\t3f 92       \tpush\tr3\n     2f0:\t4f 92       \tpush\tr4\n     2f2:\t5f 92       \tpush\tr5\n     2f4:\t6f 92       \tpush\tr6\n     2f6:\t7f 92       \tpush\tr7\n     2f8:\t8f 92       \tpush\tr8\n     2fa:\t9f 92       \tpush\tr9\n     2fc:\taf 92       \tpush\tr10\n     2fe:\tbf 92       \tpush\tr11\n     300:\tcf 92       \tpush\tr12\n     302:\tdf 92       \tpush\tr13\n     304:\tef 92       \tpush\tr14\n     306:\tff 92       \tpush\tr15\n     308:\t0f 93       \tpush\tr16\n     30a:\t1f 93       \tpush\tr17\n     30c:\tcf 93       \tpush\tr28\n     30e:\tdf 93       \tpush\tr29\n\t// read wraps around automatically\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n     310:\t6b 01       \tmovw\tr12, r22\n     312:\t7c 01       \tmovw\tr14, r24\n     314:\tc0 0e       \tadd\tr12, r16\n     316:\td1 1e       \tadc\tr13, r17\n     318:\te2 1e       \tadc\tr14, r18\n     31a:\tf3 1e       \tadc\tr15, r19\n     31c:\te1 e0       \tldi\tr30, 0x01\t; 1\n     31e:\tce 16       \tcp\tr12, r30\n     320:\td1 04       \tcpc\tr13, r1\n     322:\te2 e0       \tldi\tr30, 0x02\t; 2\n     324:\tee 06       \tcpc\tr14, r30\n     326:\tf1 04       \tcpc\tr15, r1\n     328:\t08 f0       \tbrcs\t.+2      \t; 0x32c <_Z16eepromReadMemorymPhm+0x40>\n     32a:\t48 c0       \trjmp\t.+144    \t; 0x3bc <_Z16eepromReadMemorymPhm+0xd0>\n\ti2cStop();\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n     32c:\t61 15       \tcp\tr22, r1\n     32e:\t71 05       \tcpc\tr23, r1\n     330:\te1 e0       \tldi\tr30, 0x01\t; 1\n     332:\t8e 07       \tcpc\tr24, r30\n     334:\t91 05       \tcpc\tr25, r1\n     336:\t10 f0       \tbrcs\t.+4      \t; 0x33c <_Z16eepromReadMemorymPhm+0x50>\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n\t}\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n     338:\tc1 e5       \tldi\tr28, 0x51\t; 81\n     33a:\t01 c0       \trjmp\t.+2      \t; 0x33e <_Z16eepromReadMemorymPhm+0x52>\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n     33c:\tc0 e5       \tldi\tr28, 0x50\t; 80\n     33e:\t48 01       \tmovw\tr8, r16\n     340:\t59 01       \tmovw\tr10, r18\n     342:\t1a 01       \tmovw\tr2, r20\n     344:\t6b 01       \tmovw\tr12, r22\n     346:\t7c 01       \tmovw\tr14, r24\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n\t\treturn false;\n\t}\n\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\n\tif(!i2cStartWrite(i2cAddress)) { return false; }\n     348:\t8c 2f       \tmov\tr24, r28\n     34a:\t0e 94 ec 07 \tcall\t0xfd8\t; 0xfd8 <_Z13i2cStartWriteh>\n     34e:\t18 2f       \tmov\tr17, r24\n     350:\t88 23       \tand\tr24, r24\n     352:\ta9 f1       \tbreq\t.+106    \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n     354:\t8d 2d       \tmov\tr24, r13\n     356:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     35a:\t18 2f       \tmov\tr17, r24\n     35c:\t88 23       \tand\tr24, r24\n     35e:\t79 f1       \tbreq\t.+94     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     360:\t8c 2d       \tmov\tr24, r12\n     362:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     366:\t18 2f       \tmov\tr17, r24\n     368:\t88 23       \tand\tr24, r24\n     36a:\t49 f1       \tbreq\t.+82     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\t\n\tif(!i2cStartRead(i2cAddress)) { return false; }\n     36c:\t8c 2f       \tmov\tr24, r28\n     36e:\t0e 94 da 07 \tcall\t0xfb4\t; 0xfb4 <_Z12i2cStartReadh>\n     372:\t18 2f       \tmov\tr17, r24\n     374:\t88 23       \tand\tr24, r24\n     376:\t19 f1       \tbreq\t.+70     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tuint32_t i = 0;\n\twhile(i < (len - 1)) {\n     378:\t81 e0       \tldi\tr24, 0x01\t; 1\n     37a:\t88 1a       \tsub\tr8, r24\n     37c:\t91 08       \tsbc\tr9, r1\n     37e:\ta1 08       \tsbc\tr10, r1\n     380:\tb1 08       \tsbc\tr11, r1\n     382:\t91 f0       \tbreq\t.+36     \t; 0x3a8 <_Z16eepromReadMemorymPhm+0xbc>\n     384:\te1 01       \tmovw\tr28, r2\n     386:\t41 2c       \tmov\tr4, r1\n     388:\t51 2c       \tmov\tr5, r1\n     38a:\t32 01       \tmovw\tr6, r4\n\t\tresult_arr[i] = i2cRead(true); // with ack\n     38c:\t81 e0       \tldi\tr24, 0x01\t; 1\n     38e:\t0e 94 fd 07 \tcall\t0xffa\t; 0xffa <_Z7i2cReadb>\n     392:\t89 93       \tst\tY+, r24\n\t\ti++;\n     394:\tef ef       \tldi\tr30, 0xFF\t; 255\n     396:\t4e 1a       \tsub\tr4, r30\n     398:\t5e 0a       \tsbc\tr5, r30\n     39a:\t6e 0a       \tsbc\tr6, r30\n     39c:\t7e 0a       \tsbc\tr7, r30\n\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\n\tif(!i2cStartRead(i2cAddress)) { return false; }\n\tuint32_t i = 0;\n\twhile(i < (len - 1)) {\n     39e:\t48 14       \tcp\tr4, r8\n     3a0:\t59 04       \tcpc\tr5, r9\n     3a2:\t6a 04       \tcpc\tr6, r10\n     3a4:\t7b 04       \tcpc\tr7, r11\n     3a6:\t90 f3       \tbrcs\t.-28     \t; 0x38c <_Z16eepromReadMemorymPhm+0xa0>\n\t\tresult_arr[i] = i2cRead(true); // with ack\n\t\ti++;\n\t}\n\tresult_arr[i] = i2cRead(false); // last one: no ack\n     3a8:\te1 01       \tmovw\tr28, r2\n     3aa:\tc8 0d       \tadd\tr28, r8\n     3ac:\td9 1d       \tadc\tr29, r9\n     3ae:\t80 e0       \tldi\tr24, 0x00\t; 0\n     3b0:\t0e 94 fd 07 \tcall\t0xffa\t; 0xffa <_Z7i2cReadb>\n     3b4:\t88 83       \tst\tY, r24\n\ti2cStop();\n     3b6:\t0e 94 3b 08 \tcall\t0x1076\t; 0x1076 <_Z7i2cStopv>\n\treturn true;\n     3ba:\t01 c0       \trjmp\t.+2      \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n}\n\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len) {\n\t// read wraps around automatically\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n\t\treturn false;\n     3bc:\t10 e0       \tldi\tr17, 0x00\t; 0\n\t\ti++;\n\t}\n\tresult_arr[i] = i2cRead(false); // last one: no ack\n\ti2cStop();\n\treturn true;\n}\n     3be:\t81 2f       \tmov\tr24, r17\n     3c0:\tdf 91       \tpop\tr29\n     3c2:\tcf 91       \tpop\tr28\n     3c4:\t1f 91       \tpop\tr17\n     3c6:\t0f 91       \tpop\tr16\n     3c8:\tff 90       \tpop\tr15\n     3ca:\tef 90       \tpop\tr14\n     3cc:\tdf 90       \tpop\tr13\n     3ce:\tcf 90       \tpop\tr12\n     3d0:\tbf 90       \tpop\tr11\n     3d2:\taf 90       \tpop\tr10\n     3d4:\t9f 90       \tpop\tr9\n     3d6:\t8f 90       \tpop\tr8\n     3d8:\t7f 90       \tpop\tr7\n     3da:\t6f 90       \tpop\tr6\n     3dc:\t5f 90       \tpop\tr5\n     3de:\t4f 90       \tpop\tr4\n     3e0:\t3f 90       \tpop\tr3\n     3e2:\t2f 90       \tpop\tr2\n     3e4:\t08 95       \tret\n\n000003e6 <_Z17eepromBusyWritingv>:\n\nbool eepromBusyWriting() {\n     3e6:\t0f 93       \tpush\tr16\n     3e8:\t1f 93       \tpush\tr17\n     3ea:\tcf 93       \tpush\tr28\n     3ec:\tdf 93       \tpush\tr29\n     3ee:\t1f 92       \tpush\tr1\n     3f0:\tcd b7       \tin\tr28, 0x3d\t; 61\n     3f2:\tde b7       \tin\tr29, 0x3e\t; 62\n\tuint8_t val = 0x0;\n     3f4:\t19 82       \tstd\tY+1, r1\t; 0x01\n\tif(!eepromReadMemory(0, &val, 1)) { return true; }\n     3f6:\t01 e0       \tldi\tr16, 0x01\t; 1\n     3f8:\t10 e0       \tldi\tr17, 0x00\t; 0\n     3fa:\t20 e0       \tldi\tr18, 0x00\t; 0\n     3fc:\t30 e0       \tldi\tr19, 0x00\t; 0\n     3fe:\tae 01       \tmovw\tr20, r28\n     400:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n     402:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n     404:\t60 e0       \tldi\tr22, 0x00\t; 0\n     406:\t70 e0       \tldi\tr23, 0x00\t; 0\n     408:\tcb 01       \tmovw\tr24, r22\n     40a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n\treturn false; // ACKed the command\n}\n     40e:\t91 e0       \tldi\tr25, 0x01\t; 1\n     410:\t89 27       \teor\tr24, r25\n     412:\t0f 90       \tpop\tr0\n     414:\tdf 91       \tpop\tr29\n     416:\tcf 91       \tpop\tr28\n     418:\t1f 91       \tpop\tr17\n     41a:\t0f 91       \tpop\tr16\n     41c:\t08 95       \tret\n\n0000041e <_Z17eepromWriteMemorymPhm>:\n\nbool eepromWriteMemory(uint32_t adr, uint8_t *value_arr, uint32_t len) {\n     41e:\t2f 92       \tpush\tr2\n     420:\t3f 92       \tpush\tr3\n     422:\t4f 92       \tpush\tr4\n     424:\t5f 92       \tpush\tr5\n     426:\t6f 92       \tpush\tr6\n     428:\t7f 92       \tpush\tr7\n     42a:\t8f 92       \tpush\tr8\n     42c:\t9f 92       \tpush\tr9\n     42e:\taf 92       \tpush\tr10\n     430:\tbf 92       \tpush\tr11\n     432:\tcf 92       \tpush\tr12\n     434:\tdf 92       \tpush\tr13\n     436:\tef 92       \tpush\tr14\n     438:\tff 92       \tpush\tr15\n     43a:\t0f 93       \tpush\tr16\n     43c:\t1f 93       \tpush\tr17\n     43e:\tcf 93       \tpush\tr28\n     440:\tdf 93       \tpush\tr29\n     442:\tcd b7       \tin\tr28, 0x3d\t; 61\n     444:\tde b7       \tin\tr29, 0x3e\t; 62\n     446:\t2a 97       \tsbiw\tr28, 0x0a\t; 10\n     448:\tcd bf       \tout\t0x3d, r28\t; 61\n     44a:\tde bf       \tout\t0x3e, r29\t; 62\n     44c:\t2b 01       \tmovw\tr4, r22\n     44e:\t3c 01       \tmovw\tr6, r24\n     450:\t6a 01       \tmovw\tr12, r20\n     452:\t48 01       \tmovw\tr8, r16\n     454:\t59 01       \tmovw\tr10, r18\n\tuint16_t oneWriteCycleLen;\n\tbool finished = false;\n\tuint32_t arrayIndex = 0;\n\tuint16_t busyWritingTimeoutMs;\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n     456:\tdc 01       \tmovw\tr26, r24\n     458:\tcb 01       \tmovw\tr24, r22\n     45a:\t80 0f       \tadd\tr24, r16\n     45c:\t91 1f       \tadc\tr25, r17\n     45e:\ta2 1f       \tadc\tr26, r18\n     460:\tb3 1f       \tadc\tr27, r19\n     462:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     464:\ta2 40       \tsbci\tr26, 0x02\t; 2\n     466:\tb1 05       \tcpc\tr27, r1\n     468:\t08 f0       \tbrcs\t.+2      \t; 0x46c <_Z17eepromWriteMemorymPhm+0x4e>\n     46a:\tb1 c0       \trjmp\t.+354    \t; 0x5ce <_Z17eepromWriteMemorymPhm+0x1b0>\n     46c:\t81 14       \tcp\tr8, r1\n     46e:\t91 04       \tcpc\tr9, r1\n     470:\ta1 04       \tcpc\tr10, r1\n     472:\tb1 04       \tcpc\tr11, r1\n     474:\t09 f4       \tbrne\t.+2      \t; 0x478 <_Z17eepromWriteMemorymPhm+0x5a>\n     476:\tad c0       \trjmp\t.+346    \t; 0x5d2 <_Z17eepromWriteMemorymPhm+0x1b4>\n     478:\t00 e7       \tldi\tr16, 0x70\t; 112\n     47a:\t17 e1       \tldi\tr17, 0x17\t; 23\n     47c:\t0e 83       \tstd\tY+6, r16\t; 0x06\n     47e:\t1f 83       \tstd\tY+7, r17\t; 0x07\n     480:\t19 82       \tstd\tY+1, r1\t; 0x01\n     482:\t1a 82       \tstd\tY+2, r1\t; 0x02\n     484:\t1b 82       \tstd\tY+3, r1\t; 0x03\n     486:\t1c 82       \tstd\tY+4, r1\t; 0x04\n\t\treturn false;\n\t}\n\t\n\twhile(!finished) {\n\t\t// calculate how much to write\n\t\tpageStillFits = (uint16_t) (EEPROM_CAT24M01_PAGE_SIZE - (adr % EEPROM_CAT24M01_PAGE_SIZE)); // warning: page size maximum 2^16 = 65536\n     488:\t21 2c       \tmov\tr2, r1\n     48a:\t33 24       \teor\tr3, r3\n     48c:\t33 94       \tinc\tr3\n     48e:\t03 c0       \trjmp\t.+6      \t; 0x496 <_Z17eepromWriteMemorymPhm+0x78>\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n\t\treturn false;\n\t}\n\t\n\twhile(!finished) {\n     490:\t18 85       \tldd\tr17, Y+8\t; 0x08\n     492:\t11 11       \tcpse\tr17, r1\n     494:\ta0 c0       \trjmp\t.+320    \t; 0x5d6 <_Z17eepromWriteMemorymPhm+0x1b8>\n\t\t// calculate how much to write\n\t\tpageStillFits = (uint16_t) (EEPROM_CAT24M01_PAGE_SIZE - (adr % EEPROM_CAT24M01_PAGE_SIZE)); // warning: page size maximum 2^16 = 65536\n     496:\tc2 01       \tmovw\tr24, r4\n     498:\t99 27       \teor\tr25, r25\n     49a:\t71 01       \tmovw\tr14, r2\n     49c:\te8 1a       \tsub\tr14, r24\n     49e:\tf9 0a       \tsbc\tr15, r25\n\t\tif(pageStillFits > EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // page still fits more than 256 Bytes\n     4a0:\t21 e0       \tldi\tr18, 0x01\t; 1\n     4a2:\te2 16       \tcp\tr14, r18\n     4a4:\tf2 06       \tcpc\tr15, r18\n     4a6:\t50 f0       \tbrcs\t.+20     \t; 0x4bc <_Z17eepromWriteMemorymPhm+0x9e>\n\t\t\tif(len <= EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // all remaining data can go into the next 256 Bytes\n     4a8:\t31 e0       \tldi\tr19, 0x01\t; 1\n     4aa:\t83 16       \tcp\tr8, r19\n     4ac:\t93 06       \tcpc\tr9, r19\n     4ae:\ta1 04       \tcpc\tr10, r1\n     4b0:\tb1 04       \tcpc\tr11, r1\n     4b2:\t80 f4       \tbrcc\t.+32     \t; 0x4d4 <_Z17eepromWriteMemorymPhm+0xb6>\n\t\t\t\toneWriteCycleLen = len;\n     4b4:\t74 01       \tmovw\tr14, r8\n\t\t\t\tfinished = true;\n     4b6:\t01 e0       \tldi\tr16, 0x01\t; 1\n     4b8:\t08 87       \tstd\tY+8, r16\t; 0x08\n     4ba:\t10 c0       \trjmp\t.+32     \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n\t\t\telse { // write 256 Bytes, but next iteration necessary\n\t\t\t\toneWriteCycleLen = EEPROM_CAT24M01_MAX_WRITE_LENGTH;\n\t\t\t}\n\t\t}\n\t\telse { // page fits less than 256 Bytes, cannot write full length\n\t\t\tif(len <= pageStillFits) { // all remaining data can go into less than 30 Bytes\n     4bc:\tc7 01       \tmovw\tr24, r14\n     4be:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     4c0:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     4c2:\t88 15       \tcp\tr24, r8\n     4c4:\t99 05       \tcpc\tr25, r9\n     4c6:\taa 05       \tcpc\tr26, r10\n     4c8:\tbb 05       \tcpc\tr27, r11\n     4ca:\t38 f0       \tbrcs\t.+14     \t; 0x4da <_Z17eepromWriteMemorymPhm+0xbc>\n\t\t\t\toneWriteCycleLen = len;\n     4cc:\t74 01       \tmovw\tr14, r8\n\t\t\t\tfinished = true;\n     4ce:\t11 e0       \tldi\tr17, 0x01\t; 1\n     4d0:\t18 87       \tstd\tY+8, r17\t; 0x08\n     4d2:\t04 c0       \trjmp\t.+8      \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n     4d4:\t18 86       \tstd\tY+8, r1\t; 0x08\n\t\t\tif(len <= EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // all remaining data can go into the next 256 Bytes\n\t\t\t\toneWriteCycleLen = len;\n\t\t\t\tfinished = true;\n\t\t\t}\n\t\t\telse { // write 256 Bytes, but next iteration necessary\n\t\t\t\toneWriteCycleLen = EEPROM_CAT24M01_MAX_WRITE_LENGTH;\n     4d6:\t71 01       \tmovw\tr14, r2\n     4d8:\t01 c0       \trjmp\t.+2      \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n     4da:\t18 86       \tstd\tY+8, r1\t; 0x08\n\ti2cStop();\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n     4dc:\t41 14       \tcp\tr4, r1\n     4de:\t51 04       \tcpc\tr5, r1\n     4e0:\t21 e0       \tldi\tr18, 0x01\t; 1\n     4e2:\t62 06       \tcpc\tr6, r18\n     4e4:\t71 04       \tcpc\tr7, r1\n     4e6:\t10 f0       \tbrcs\t.+4      \t; 0x4ec <_Z17eepromWriteMemorymPhm+0xce>\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n\t}\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n     4e8:\t81 e5       \tldi\tr24, 0x51\t; 81\n     4ea:\t01 c0       \trjmp\t.+2      \t; 0x4ee <_Z17eepromWriteMemorymPhm+0xd0>\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n     4ec:\t80 e5       \tldi\tr24, 0x50\t; 80\n\t\t}\n\t\t\n\t\t// write\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n     4ee:\t0e 94 ec 07 \tcall\t0xfd8\t; 0xfd8 <_Z13i2cStartWriteh>\n     4f2:\t88 23       \tand\tr24, r24\n     4f4:\t09 f4       \tbrne\t.+2      \t; 0x4f8 <_Z17eepromWriteMemorymPhm+0xda>\n     4f6:\t74 c0       \trjmp\t.+232    \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n     4f8:\t85 2d       \tmov\tr24, r5\n     4fa:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     4fe:\t88 23       \tand\tr24, r24\n     500:\t09 f4       \tbrne\t.+2      \t; 0x504 <_Z17eepromWriteMemorymPhm+0xe6>\n     502:\t6e c0       \trjmp\t.+220    \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     504:\t84 2d       \tmov\tr24, r4\n     506:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     50a:\t8d 83       \tstd\tY+5, r24\t; 0x05\n     50c:\t88 23       \tand\tr24, r24\n     50e:\t09 f4       \tbrne\t.+2      \t; 0x512 <_Z17eepromWriteMemorymPhm+0xf4>\n     510:\t64 c0       \trjmp\t.+200    \t; 0x5da <_Z17eepromWriteMemorymPhm+0x1bc>\n\t\tfor(uint16_t i = 0; i < oneWriteCycleLen; i++) { // append data\n     512:\te1 14       \tcp\tr14, r1\n     514:\tf1 04       \tcpc\tr15, r1\n     516:\td9 f0       \tbreq\t.+54     \t; 0x54e <_Z17eepromWriteMemorymPhm+0x130>\n     518:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     51a:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     51c:\t0c 0d       \tadd\tr16, r12\n     51e:\t1d 1d       \tadc\tr17, r13\n     520:\t09 87       \tstd\tY+9, r16\t; 0x09\n     522:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n     524:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     526:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     528:\t0e 0d       \tadd\tr16, r14\n     52a:\t1f 1d       \tadc\tr17, r15\n     52c:\t0c 0d       \tadd\tr16, r12\n     52e:\t1d 1d       \tadc\tr17, r13\n\t\t\tif(!i2cWrite(value_arr[arrayIndex+i])) { return false; }\n     530:\te9 85       \tldd\tr30, Y+9\t; 0x09\n     532:\tfa 85       \tldd\tr31, Y+10\t; 0x0a\n     534:\t81 91       \tld\tr24, Z+\n     536:\te9 87       \tstd\tY+9, r30\t; 0x09\n     538:\tfa 87       \tstd\tY+10, r31\t; 0x0a\n     53a:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     53e:\t88 23       \tand\tr24, r24\n     540:\t09 f4       \tbrne\t.+2      \t; 0x544 <_Z17eepromWriteMemorymPhm+0x126>\n     542:\t4e c0       \trjmp\t.+156    \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\tfor(uint16_t i = 0; i < oneWriteCycleLen; i++) { // append data\n     544:\t29 85       \tldd\tr18, Y+9\t; 0x09\n     546:\t3a 85       \tldd\tr19, Y+10\t; 0x0a\n     548:\t20 17       \tcp\tr18, r16\n     54a:\t31 07       \tcpc\tr19, r17\n     54c:\t89 f7       \tbrne\t.-30     \t; 0x530 <_Z17eepromWriteMemorymPhm+0x112>\n\t\t\tif(!i2cWrite(value_arr[arrayIndex+i])) { return false; }\n\t\t}\n\t\ti2cStop();\n     54e:\t0e 94 3b 08 \tcall\t0x1076\t; 0x1076 <_Z7i2cStopv>\n     552:\t83 ec       \tldi\tr24, 0xC3\t; 195\n     554:\t99 e0       \tldi\tr25, 0x09\t; 9\n     556:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     558:\tf1 f7       \tbrne\t.-4      \t; 0x556 <_Z17eepromWriteMemorymPhm+0x138>\n     55a:\t00 c0       \trjmp\t.+0      \t; 0x55c <_Z17eepromWriteMemorymPhm+0x13e>\n     55c:\t00 00       \tnop\n     55e:\t08 ec       \tldi\tr16, 0xC8\t; 200\n     560:\t10 e0       \tldi\tr17, 0x00\t; 0\n     562:\t09 87       \tstd\tY+9, r16\t; 0x09\n     564:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n\t\t\n\t\t// wait until written\n\t\tbusyWritingTimeoutMs = 1000 / 5;\n\t\t_delay_ms(10); // VERY IMPORTANT! otherwise eepromBusyWriting is blocking for 100 ms!! not enough time after stop\n\t\twhile(eepromBusyWriting()) {\n     566:\t0e 94 f3 01 \tcall\t0x3e6\t; 0x3e6 <_Z17eepromBusyWritingv>\n     56a:\t88 23       \tand\tr24, r24\n     56c:\t79 f0       \tbreq\t.+30     \t; 0x58c <_Z17eepromWriteMemorymPhm+0x16e>\n     56e:\t81 ee       \tldi\tr24, 0xE1\t; 225\n     570:\t94 e0       \tldi\tr25, 0x04\t; 4\n     572:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     574:\tf1 f7       \tbrne\t.-4      \t; 0x572 <_Z17eepromWriteMemorymPhm+0x154>\n     576:\t00 c0       \trjmp\t.+0      \t; 0x578 <_Z17eepromWriteMemorymPhm+0x15a>\n     578:\t00 00       \tnop\n     57a:\t09 85       \tldd\tr16, Y+9\t; 0x09\n     57c:\t1a 85       \tldd\tr17, Y+10\t; 0x0a\n     57e:\t01 50       \tsubi\tr16, 0x01\t; 1\n     580:\t11 09       \tsbc\tr17, r1\n     582:\t09 87       \tstd\tY+9, r16\t; 0x09\n     584:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n\t\t\t_delay_ms(5);\n\t\t\tbusyWritingTimeoutMs--;\n\t\t\tif(busyWritingTimeoutMs == 0) { return false; }\n     586:\t01 2b       \tor\tr16, r17\n     588:\t71 f7       \tbrne\t.-36     \t; 0x566 <_Z17eepromWriteMemorymPhm+0x148>\n     58a:\t29 c0       \trjmp\t.+82     \t; 0x5de <_Z17eepromWriteMemorymPhm+0x1c0>\n\t\t}\n\t\t//print(\"TO:\"); printU32(busyWritingTimeoutMs); println(\"\");\n\t\t\n\t\t// decrement for next cycle\n\t\tlen -= oneWriteCycleLen;\n     58c:\ta7 01       \tmovw\tr20, r14\n     58e:\t60 e0       \tldi\tr22, 0x00\t; 0\n     590:\t70 e0       \tldi\tr23, 0x00\t; 0\n     592:\t84 1a       \tsub\tr8, r20\n     594:\t95 0a       \tsbc\tr9, r21\n     596:\ta6 0a       \tsbc\tr10, r22\n     598:\tb7 0a       \tsbc\tr11, r23\n\t\tadr += oneWriteCycleLen;\n     59a:\t44 0e       \tadd\tr4, r20\n     59c:\t55 1e       \tadc\tr5, r21\n     59e:\t66 1e       \tadc\tr6, r22\n     5a0:\t77 1e       \tadc\tr7, r23\n\t\tarrayIndex += oneWriteCycleLen;\n     5a2:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     5a4:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     5a6:\t2b 81       \tldd\tr18, Y+3\t; 0x03\n     5a8:\t3c 81       \tldd\tr19, Y+4\t; 0x04\n     5aa:\t04 0f       \tadd\tr16, r20\n     5ac:\t15 1f       \tadc\tr17, r21\n     5ae:\t26 1f       \tadc\tr18, r22\n     5b0:\t37 1f       \tadc\tr19, r23\n     5b2:\t09 83       \tstd\tY+1, r16\t; 0x01\n     5b4:\t1a 83       \tstd\tY+2, r17\t; 0x02\n     5b6:\t2b 83       \tstd\tY+3, r18\t; 0x03\n     5b8:\t3c 83       \tstd\tY+4, r19\t; 0x04\n     5ba:\t0e 81       \tldd\tr16, Y+6\t; 0x06\n     5bc:\t1f 81       \tldd\tr17, Y+7\t; 0x07\n     5be:\t01 50       \tsubi\tr16, 0x01\t; 1\n     5c0:\t11 09       \tsbc\tr17, r1\n     5c2:\t0e 83       \tstd\tY+6, r16\t; 0x06\n     5c4:\t1f 83       \tstd\tY+7, r17\t; 0x07\n\t\tprotectionCount--;\n\t\tif(protectionCount == 0) { // timeout\n     5c6:\t01 2b       \tor\tr16, r17\n     5c8:\t09 f0       \tbreq\t.+2      \t; 0x5cc <_Z17eepromWriteMemorymPhm+0x1ae>\n     5ca:\t62 cf       \trjmp\t.-316    \t; 0x490 <_Z17eepromWriteMemorymPhm+0x72>\n     5cc:\t09 c0       \trjmp\t.+18     \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\tbool finished = false;\n\tuint32_t arrayIndex = 0;\n\tuint16_t busyWritingTimeoutMs;\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n\t\treturn false;\n     5ce:\t80 e0       \tldi\tr24, 0x00\t; 0\n     5d0:\t07 c0       \trjmp\t.+14     \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n     5d2:\t80 e0       \tldi\tr24, 0x00\t; 0\n     5d4:\t05 c0       \trjmp\t.+10     \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tprotectionCount--;\n\t\tif(protectionCount == 0) { // timeout\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n     5d6:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n     5d8:\t03 c0       \trjmp\t.+6      \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\t// write\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     5da:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n     5dc:\t01 c0       \trjmp\t.+2      \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tbusyWritingTimeoutMs = 1000 / 5;\n\t\t_delay_ms(10); // VERY IMPORTANT! otherwise eepromBusyWriting is blocking for 100 ms!! not enough time after stop\n\t\twhile(eepromBusyWriting()) {\n\t\t\t_delay_ms(5);\n\t\t\tbusyWritingTimeoutMs--;\n\t\t\tif(busyWritingTimeoutMs == 0) { return false; }\n     5de:\t80 e0       \tldi\tr24, 0x00\t; 0\n\t\tif(protectionCount == 0) { // timeout\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n     5e0:\t2a 96       \tadiw\tr28, 0x0a\t; 10\n     5e2:\tcd bf       \tout\t0x3d, r28\t; 61\n     5e4:\tde bf       \tout\t0x3e, r29\t; 62\n     5e6:\tdf 91       \tpop\tr29\n     5e8:\tcf 91       \tpop\tr28\n     5ea:\t1f 91       \tpop\tr17\n     5ec:\t0f 91       \tpop\tr16\n     5ee:\tff 90       \tpop\tr15\n     5f0:\tef 90       \tpop\tr14\n     5f2:\tdf 90       \tpop\tr13\n     5f4:\tcf 90       \tpop\tr12\n     5f6:\tbf 90       \tpop\tr11\n     5f8:\taf 90       \tpop\tr10\n     5fa:\t9f 90       \tpop\tr9\n     5fc:\t8f 90       \tpop\tr8\n     5fe:\t7f 90       \tpop\tr7\n     600:\t6f 90       \tpop\tr6\n     602:\t5f 90       \tpop\tr5\n     604:\t4f 90       \tpop\tr4\n     606:\t3f 90       \tpop\tr3\n     608:\t2f 90       \tpop\tr2\n     60a:\t08 95       \tret\n\n0000060c <_Z25gpsConvertTwoDigit2NumberPc>:\n}*/\n\nvoid gpsSetBaudrate9600Permanently() {\n\tprintf(commandBaudrate9600Permanently); // request only GPGGA and GPRMC messages\n\t// needs to wait afterwards\t\n}\n     60c:\tfc 01       \tmovw\tr30, r24\n     60e:\t90 81       \tld\tr25, Z\n     610:\t99 0f       \tadd\tr25, r25\n     612:\t90 56       \tsubi\tr25, 0x60\t; 96\n     614:\t29 2f       \tmov\tr18, r25\n     616:\t22 0f       \tadd\tr18, r18\n     618:\t22 0f       \tadd\tr18, r18\n     61a:\t92 0f       \tadd\tr25, r18\n     61c:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     61e:\t80 ed       \tldi\tr24, 0xD0\t; 208\n     620:\t82 0f       \tadd\tr24, r18\n     622:\t89 0f       \tadd\tr24, r25\n     624:\t08 95       \tret\n\n00000626 <_Z17gpsRemoveAllCharsPcc>:\n     626:\tfc 01       \tmovw\tr30, r24\n     628:\t90 81       \tld\tr25, Z\n     62a:\t99 23       \tand\tr25, r25\n     62c:\t71 f0       \tbreq\t.+28     \t; 0x64a <_Z17gpsRemoveAllCharsPcc+0x24>\n     62e:\tdf 01       \tmovw\tr26, r30\n     630:\t11 96       \tadiw\tr26, 0x01\t; 1\n     632:\t90 83       \tst\tZ, r25\n     634:\t21 e0       \tldi\tr18, 0x01\t; 1\n     636:\t30 e0       \tldi\tr19, 0x00\t; 0\n     638:\t69 13       \tcpse\tr22, r25\n     63a:\t02 c0       \trjmp\t.+4      \t; 0x640 <_Z17gpsRemoveAllCharsPcc+0x1a>\n     63c:\t20 e0       \tldi\tr18, 0x00\t; 0\n     63e:\t30 e0       \tldi\tr19, 0x00\t; 0\n     640:\te2 0f       \tadd\tr30, r18\n     642:\tf3 1f       \tadc\tr31, r19\n     644:\t9d 91       \tld\tr25, X+\n     646:\t91 11       \tcpse\tr25, r1\n     648:\tf4 cf       \trjmp\t.-24     \t; 0x632 <_Z17gpsRemoveAllCharsPcc+0xc>\n     64a:\t10 82       \tst\tZ, r1\n     64c:\t08 95       \tret\n\n0000064e <_Z15gpsParseLatLongPc>:\n     64e:\t8f 92       \tpush\tr8\n     650:\t9f 92       \tpush\tr9\n     652:\taf 92       \tpush\tr10\n     654:\tbf 92       \tpush\tr11\n     656:\tcf 92       \tpush\tr12\n     658:\tdf 92       \tpush\tr13\n     65a:\tef 92       \tpush\tr14\n     65c:\tff 92       \tpush\tr15\n     65e:\t7c 01       \tmovw\tr14, r24\n     660:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     662:\t0e 94 13 03 \tcall\t0x626\t; 0x626 <_Z17gpsRemoveAllCharsPcc>\n     666:\tc7 01       \tmovw\tr24, r14\n     668:\t0e 94 7d 19 \tcall\t0x32fa\t; 0x32fa <atol>\n     66c:\t6b 01       \tmovw\tr12, r22\n     66e:\t7c 01       \tmovw\tr14, r24\n     670:\t20 e4       \tldi\tr18, 0x40\t; 64\n     672:\t32 e4       \tldi\tr19, 0x42\t; 66\n     674:\t4f e0       \tldi\tr20, 0x0F\t; 15\n     676:\t50 e0       \tldi\tr21, 0x00\t; 0\n     678:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     67c:\t49 01       \tmovw\tr8, r18\n     67e:\t5a 01       \tmovw\tr10, r20\n     680:\t60 e4       \tldi\tr22, 0x40\t; 64\n     682:\t72 e4       \tldi\tr23, 0x42\t; 66\n     684:\t8f e0       \tldi\tr24, 0x0F\t; 15\n     686:\t90 e0       \tldi\tr25, 0x00\t; 0\n     688:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     68c:\ta7 01       \tmovw\tr20, r14\n     68e:\t96 01       \tmovw\tr18, r12\n     690:\t26 1b       \tsub\tr18, r22\n     692:\t37 0b       \tsbc\tr19, r23\n     694:\t48 0b       \tsbc\tr20, r24\n     696:\t59 0b       \tsbc\tr21, r25\n     698:\tca 01       \tmovw\tr24, r20\n     69a:\tb9 01       \tmovw\tr22, r18\n     69c:\t26 e0       \tldi\tr18, 0x06\t; 6\n     69e:\t30 e0       \tldi\tr19, 0x00\t; 0\n     6a0:\t40 e0       \tldi\tr20, 0x00\t; 0\n     6a2:\t50 e0       \tldi\tr21, 0x00\t; 0\n     6a4:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n     6a8:\t69 01       \tmovw\tr12, r18\n     6aa:\t7a 01       \tmovw\tr14, r20\n     6ac:\ta5 01       \tmovw\tr20, r10\n     6ae:\t94 01       \tmovw\tr18, r8\n     6b0:\t60 ea       \tldi\tr22, 0xA0\t; 160\n     6b2:\t76 e8       \tldi\tr23, 0x86\t; 134\n     6b4:\t81 e0       \tldi\tr24, 0x01\t; 1\n     6b6:\t90 e0       \tldi\tr25, 0x00\t; 0\n     6b8:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     6bc:\t6c 0d       \tadd\tr22, r12\n     6be:\t7d 1d       \tadc\tr23, r13\n     6c0:\t8e 1d       \tadc\tr24, r14\n     6c2:\t9f 1d       \tadc\tr25, r15\n     6c4:\tff 90       \tpop\tr15\n     6c6:\tef 90       \tpop\tr14\n     6c8:\tdf 90       \tpop\tr13\n     6ca:\tcf 90       \tpop\tr12\n     6cc:\tbf 90       \tpop\tr11\n     6ce:\taf 90       \tpop\tr10\n     6d0:\t9f 90       \tpop\tr9\n     6d2:\t8f 90       \tpop\tr8\n     6d4:\t08 95       \tret\n\n000006d6 <_Z18gpsGetUTCTimestampP5gps_t>:\n     6d6:\t4f 92       \tpush\tr4\n     6d8:\t5f 92       \tpush\tr5\n     6da:\t6f 92       \tpush\tr6\n     6dc:\t7f 92       \tpush\tr7\n     6de:\t8f 92       \tpush\tr8\n     6e0:\t9f 92       \tpush\tr9\n     6e2:\taf 92       \tpush\tr10\n     6e4:\tbf 92       \tpush\tr11\n     6e6:\tcf 92       \tpush\tr12\n     6e8:\tdf 92       \tpush\tr13\n     6ea:\tef 92       \tpush\tr14\n     6ec:\tff 92       \tpush\tr15\n     6ee:\tcf 93       \tpush\tr28\n     6f0:\tdf 93       \tpush\tr29\n     6f2:\tcd b7       \tin\tr28, 0x3d\t; 61\n     6f4:\tde b7       \tin\tr29, 0x3e\t; 62\n     6f6:\te8 97       \tsbiw\tr28, 0x38\t; 56\n     6f8:\tcd bf       \tout\t0x3d, r28\t; 61\n     6fa:\tde bf       \tout\t0x3e, r29\t; 62\n     6fc:\tfc 01       \tmovw\tr30, r24\n     6fe:\t89 2b       \tor\tr24, r25\n     700:\t09 f4       \tbrne\t.+2      \t; 0x704 <_Z18gpsGetUTCTimestampP5gps_t+0x2e>\n     702:\tf1 c1       \trjmp\t.+994    \t; 0xae6 <__DATA_REGION_LENGTH__+0x2e6>\n     704:\t65 81       \tldd\tr22, Z+5\t; 0x05\n     706:\t60 35       \tcpi\tr22, 0x50\t; 80\n     708:\t09 f4       \tbrne\t.+2      \t; 0x70c <_Z18gpsGetUTCTimestampP5gps_t+0x36>\n     70a:\tf1 c1       \trjmp\t.+994    \t; 0xaee <__DATA_REGION_LENGTH__+0x2ee>\n     70c:\tc6 2e       \tmov\tr12, r22\n     70e:\td1 2c       \tmov\tr13, r1\n     710:\t20 e3       \tldi\tr18, 0x30\t; 48\n     712:\tc2 1a       \tsub\tr12, r18\n     714:\t28 ef       \tldi\tr18, 0xF8\t; 248\n     716:\td2 0a       \tsbc\tr13, r18\n     718:\t42 80       \tldd\tr4, Z+2\t; 0x02\n     71a:\t84 2c       \tmov\tr8, r4\n     71c:\t91 2c       \tmov\tr9, r1\n     71e:\ta1 2c       \tmov\tr10, r1\n     720:\tb1 2c       \tmov\tr11, r1\n     722:\t20 81       \tld\tr18, Z\n     724:\t30 e0       \tldi\tr19, 0x00\t; 0\n     726:\ta0 e1       \tldi\tr26, 0x10\t; 16\n     728:\tbe e0       \tldi\tr27, 0x0E\t; 14\n     72a:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     72e:\t6d 83       \tstd\tY+5, r22\t; 0x05\n     730:\t7e 83       \tstd\tY+6, r23\t; 0x06\n     732:\t8f 83       \tstd\tY+7, r24\t; 0x07\n     734:\t98 87       \tstd\tY+8, r25\t; 0x08\n     736:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     738:\t30 e0       \tldi\tr19, 0x00\t; 0\n     73a:\tac e3       \tldi\tr26, 0x3C\t; 60\n     73c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     73e:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     742:\t69 87       \tstd\tY+9, r22\t; 0x09\n     744:\t7a 87       \tstd\tY+10, r23\t; 0x0a\n     746:\t8b 87       \tstd\tY+11, r24\t; 0x0b\n     748:\t9c 87       \tstd\tY+12, r25\t; 0x0c\n     74a:\t23 81       \tldd\tr18, Z+3\t; 0x03\n     74c:\t42 2e       \tmov\tr4, r18\n     74e:\t51 2c       \tmov\tr5, r1\n     750:\t61 2c       \tmov\tr6, r1\n     752:\t71 2c       \tmov\tr7, r1\n     754:\t44 81       \tldd\tr20, Z+4\t; 0x04\n     756:\t42 30       \tcpi\tr20, 0x02\t; 2\n     758:\t28 f4       \tbrcc\t.+10     \t; 0x764 <_Z18gpsGetUTCTimestampP5gps_t+0x8e>\n     75a:\t19 82       \tstd\tY+1, r1\t; 0x01\n     75c:\t1a 82       \tstd\tY+2, r1\t; 0x02\n     75e:\t1b 82       \tstd\tY+3, r1\t; 0x03\n     760:\t1c 82       \tstd\tY+4, r1\t; 0x04\n     762:\t08 c0       \trjmp\t.+16     \t; 0x774 <_Z18gpsGetUTCTimestampP5gps_t+0x9e>\n     764:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     766:\t70 e0       \tldi\tr23, 0x00\t; 0\n     768:\t80 e0       \tldi\tr24, 0x00\t; 0\n     76a:\t90 e0       \tldi\tr25, 0x00\t; 0\n     76c:\t69 83       \tstd\tY+1, r22\t; 0x01\n     76e:\t7a 83       \tstd\tY+2, r23\t; 0x02\n     770:\t8b 83       \tstd\tY+3, r24\t; 0x03\n     772:\t9c 83       \tstd\tY+4, r25\t; 0x04\n     774:\t43 30       \tcpi\tr20, 0x03\t; 3\n     776:\td0 f1       \tbrcs\t.+116    \t; 0x7ec <_Z18gpsGetUTCTimestampP5gps_t+0x116>\n     778:\t96 01       \tmovw\tr18, r12\n     77a:\t32 95       \tswap\tr19\n     77c:\t22 95       \tswap\tr18\n     77e:\t2f 70       \tandi\tr18, 0x0F\t; 15\n     780:\t23 27       \teor\tr18, r19\n     782:\t3f 70       \tandi\tr19, 0x0F\t; 15\n     784:\t23 27       \teor\tr18, r19\n     786:\tae e3       \tldi\tr26, 0x3E\t; 62\n     788:\tba e0       \tldi\tr27, 0x0A\t; 10\n     78a:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     78e:\t20 e9       \tldi\tr18, 0x90\t; 144\n     790:\t31 e0       \tldi\tr19, 0x01\t; 1\n     792:\tdc 01       \tmovw\tr26, r24\n     794:\ta2 9f       \tmul\tr26, r18\n     796:\tc0 01       \tmovw\tr24, r0\n     798:\ta3 9f       \tmul\tr26, r19\n     79a:\t90 0d       \tadd\tr25, r0\n     79c:\tb2 9f       \tmul\tr27, r18\n     79e:\t90 0d       \tadd\tr25, r0\n     7a0:\t11 24       \teor\tr1, r1\n     7a2:\tc8 16       \tcp\tr12, r24\n     7a4:\td9 06       \tcpc\tr13, r25\n     7a6:\t39 f1       \tbreq\t.+78     \t; 0x7f6 <_Z18gpsGetUTCTimestampP5gps_t+0x120>\n     7a8:\t96 01       \tmovw\tr18, r12\n     7aa:\t36 95       \tlsr\tr19\n     7ac:\t27 95       \tror\tr18\n     7ae:\t36 95       \tlsr\tr19\n     7b0:\t27 95       \tror\tr18\n     7b2:\tab e7       \tldi\tr26, 0x7B\t; 123\n     7b4:\tb4 e1       \tldi\tr27, 0x14\t; 20\n     7b6:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     7ba:\t96 95       \tlsr\tr25\n     7bc:\t87 95       \tror\tr24\n     7be:\t54 e6       \tldi\tr21, 0x64\t; 100\n     7c0:\t58 9f       \tmul\tr21, r24\n     7c2:\t90 01       \tmovw\tr18, r0\n     7c4:\t59 9f       \tmul\tr21, r25\n     7c6:\t30 0d       \tadd\tr19, r0\n     7c8:\t11 24       \teor\tr1, r1\n     7ca:\tc2 16       \tcp\tr12, r18\n     7cc:\td3 06       \tcpc\tr13, r19\n     7ce:\te1 f0       \tbreq\t.+56     \t; 0x808 <__DATA_REGION_LENGTH__+0x8>\n     7d0:\tc6 01       \tmovw\tr24, r12\n     7d2:\t83 70       \tandi\tr24, 0x03\t; 3\n     7d4:\t99 27       \teor\tr25, r25\n     7d6:\t89 2b       \tor\tr24, r25\n     7d8:\t01 f1       \tbreq\t.+64     \t; 0x81a <__DATA_REGION_LENGTH__+0x1a>\n     7da:\t6c e1       \tldi\tr22, 0x1C\t; 28\n     7dc:\t70 e0       \tldi\tr23, 0x00\t; 0\n     7de:\t80 e0       \tldi\tr24, 0x00\t; 0\n     7e0:\t90 e0       \tldi\tr25, 0x00\t; 0\n     7e2:\t69 8b       \tstd\tY+17, r22\t; 0x11\n     7e4:\t7a 8b       \tstd\tY+18, r23\t; 0x12\n     7e6:\t8b 8b       \tstd\tY+19, r24\t; 0x13\n     7e8:\t9c 8b       \tstd\tY+20, r25\t; 0x14\n     7ea:\t1f c0       \trjmp\t.+62     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     7ec:\t19 8a       \tstd\tY+17, r1\t; 0x11\n     7ee:\t1a 8a       \tstd\tY+18, r1\t; 0x12\n     7f0:\t1b 8a       \tstd\tY+19, r1\t; 0x13\n     7f2:\t1c 8a       \tstd\tY+20, r1\t; 0x14\n     7f4:\t1a c0       \trjmp\t.+52     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     7f6:\t8d e1       \tldi\tr24, 0x1D\t; 29\n     7f8:\t90 e0       \tldi\tr25, 0x00\t; 0\n     7fa:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     7fc:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     7fe:\t89 8b       \tstd\tY+17, r24\t; 0x11\n     800:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n     802:\tab 8b       \tstd\tY+19, r26\t; 0x13\n     804:\tbc 8b       \tstd\tY+20, r27\t; 0x14\n     806:\t11 c0       \trjmp\t.+34     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     808:\t6c e1       \tldi\tr22, 0x1C\t; 28\n     80a:\t70 e0       \tldi\tr23, 0x00\t; 0\n     80c:\t80 e0       \tldi\tr24, 0x00\t; 0\n     80e:\t90 e0       \tldi\tr25, 0x00\t; 0\n     810:\t69 8b       \tstd\tY+17, r22\t; 0x11\n     812:\t7a 8b       \tstd\tY+18, r23\t; 0x12\n     814:\t8b 8b       \tstd\tY+19, r24\t; 0x13\n     816:\t9c 8b       \tstd\tY+20, r25\t; 0x14\n     818:\t08 c0       \trjmp\t.+16     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     81a:\t8d e1       \tldi\tr24, 0x1D\t; 29\n     81c:\t90 e0       \tldi\tr25, 0x00\t; 0\n     81e:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     820:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     822:\t89 8b       \tstd\tY+17, r24\t; 0x11\n     824:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n     826:\tab 8b       \tstd\tY+19, r26\t; 0x13\n     828:\tbc 8b       \tstd\tY+20, r27\t; 0x14\n     82a:\t44 30       \tcpi\tr20, 0x04\t; 4\n     82c:\t28 f4       \tbrcc\t.+10     \t; 0x838 <__DATA_REGION_LENGTH__+0x38>\n     82e:\t1d 8a       \tstd\tY+21, r1\t; 0x15\n     830:\t1e 8a       \tstd\tY+22, r1\t; 0x16\n     832:\t1f 8a       \tstd\tY+23, r1\t; 0x17\n     834:\t18 8e       \tstd\tY+24, r1\t; 0x18\n     836:\t08 c0       \trjmp\t.+16     \t; 0x848 <__DATA_REGION_LENGTH__+0x48>\n     838:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     83a:\t70 e0       \tldi\tr23, 0x00\t; 0\n     83c:\t80 e0       \tldi\tr24, 0x00\t; 0\n     83e:\t90 e0       \tldi\tr25, 0x00\t; 0\n     840:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n     842:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n     844:\t8f 8b       \tstd\tY+23, r24\t; 0x17\n     846:\t98 8f       \tstd\tY+24, r25\t; 0x18\n     848:\t45 30       \tcpi\tr20, 0x05\t; 5\n     84a:\t28 f4       \tbrcc\t.+10     \t; 0x856 <__DATA_REGION_LENGTH__+0x56>\n     84c:\t19 8e       \tstd\tY+25, r1\t; 0x19\n     84e:\t1a 8e       \tstd\tY+26, r1\t; 0x1a\n     850:\t1b 8e       \tstd\tY+27, r1\t; 0x1b\n     852:\t1c 8e       \tstd\tY+28, r1\t; 0x1c\n     854:\t08 c0       \trjmp\t.+16     \t; 0x866 <__DATA_REGION_LENGTH__+0x66>\n     856:\t8e e1       \tldi\tr24, 0x1E\t; 30\n     858:\t90 e0       \tldi\tr25, 0x00\t; 0\n     85a:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     85c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     85e:\t89 8f       \tstd\tY+25, r24\t; 0x19\n     860:\t9a 8f       \tstd\tY+26, r25\t; 0x1a\n     862:\tab 8f       \tstd\tY+27, r26\t; 0x1b\n     864:\tbc 8f       \tstd\tY+28, r27\t; 0x1c\n     866:\t46 30       \tcpi\tr20, 0x06\t; 6\n     868:\t28 f4       \tbrcc\t.+10     \t; 0x874 <__DATA_REGION_LENGTH__+0x74>\n     86a:\t1d 8e       \tstd\tY+29, r1\t; 0x1d\n     86c:\t1e 8e       \tstd\tY+30, r1\t; 0x1e\n     86e:\t1f 8e       \tstd\tY+31, r1\t; 0x1f\n     870:\t18 a2       \tstd\tY+32, r1\t; 0x20\n     872:\t08 c0       \trjmp\t.+16     \t; 0x884 <__DATA_REGION_LENGTH__+0x84>\n     874:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     876:\t70 e0       \tldi\tr23, 0x00\t; 0\n     878:\t80 e0       \tldi\tr24, 0x00\t; 0\n     87a:\t90 e0       \tldi\tr25, 0x00\t; 0\n     87c:\t6d 8f       \tstd\tY+29, r22\t; 0x1d\n     87e:\t7e 8f       \tstd\tY+30, r23\t; 0x1e\n     880:\t8f 8f       \tstd\tY+31, r24\t; 0x1f\n     882:\t98 a3       \tstd\tY+32, r25\t; 0x20\n     884:\t47 30       \tcpi\tr20, 0x07\t; 7\n     886:\t28 f4       \tbrcc\t.+10     \t; 0x892 <__DATA_REGION_LENGTH__+0x92>\n     888:\t19 a2       \tstd\tY+33, r1\t; 0x21\n     88a:\t1a a2       \tstd\tY+34, r1\t; 0x22\n     88c:\t1b a2       \tstd\tY+35, r1\t; 0x23\n     88e:\t1c a2       \tstd\tY+36, r1\t; 0x24\n     890:\t08 c0       \trjmp\t.+16     \t; 0x8a2 <__DATA_REGION_LENGTH__+0xa2>\n     892:\t8e e1       \tldi\tr24, 0x1E\t; 30\n     894:\t90 e0       \tldi\tr25, 0x00\t; 0\n     896:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     898:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     89a:\t89 a3       \tstd\tY+33, r24\t; 0x21\n     89c:\t9a a3       \tstd\tY+34, r25\t; 0x22\n     89e:\tab a3       \tstd\tY+35, r26\t; 0x23\n     8a0:\tbc a3       \tstd\tY+36, r27\t; 0x24\n     8a2:\t48 30       \tcpi\tr20, 0x08\t; 8\n     8a4:\t28 f4       \tbrcc\t.+10     \t; 0x8b0 <__DATA_REGION_LENGTH__+0xb0>\n     8a6:\t1d a2       \tstd\tY+37, r1\t; 0x25\n     8a8:\t1e a2       \tstd\tY+38, r1\t; 0x26\n     8aa:\t1f a2       \tstd\tY+39, r1\t; 0x27\n     8ac:\t18 a6       \tstd\tY+40, r1\t; 0x28\n     8ae:\t08 c0       \trjmp\t.+16     \t; 0x8c0 <__DATA_REGION_LENGTH__+0xc0>\n     8b0:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     8b2:\t70 e0       \tldi\tr23, 0x00\t; 0\n     8b4:\t80 e0       \tldi\tr24, 0x00\t; 0\n     8b6:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8b8:\t6d a3       \tstd\tY+37, r22\t; 0x25\n     8ba:\t7e a3       \tstd\tY+38, r23\t; 0x26\n     8bc:\t8f a3       \tstd\tY+39, r24\t; 0x27\n     8be:\t98 a7       \tstd\tY+40, r25\t; 0x28\n     8c0:\t49 30       \tcpi\tr20, 0x09\t; 9\n     8c2:\t28 f4       \tbrcc\t.+10     \t; 0x8ce <__DATA_REGION_LENGTH__+0xce>\n     8c4:\t19 a6       \tstd\tY+41, r1\t; 0x29\n     8c6:\t1a a6       \tstd\tY+42, r1\t; 0x2a\n     8c8:\t1b a6       \tstd\tY+43, r1\t; 0x2b\n     8ca:\t1c a6       \tstd\tY+44, r1\t; 0x2c\n     8cc:\t08 c0       \trjmp\t.+16     \t; 0x8de <__DATA_REGION_LENGTH__+0xde>\n     8ce:\t8f e1       \tldi\tr24, 0x1F\t; 31\n     8d0:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8d2:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     8d4:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     8d6:\t89 a7       \tstd\tY+41, r24\t; 0x29\n     8d8:\t9a a7       \tstd\tY+42, r25\t; 0x2a\n     8da:\tab a7       \tstd\tY+43, r26\t; 0x2b\n     8dc:\tbc a7       \tstd\tY+44, r27\t; 0x2c\n     8de:\t4a 30       \tcpi\tr20, 0x0A\t; 10\n     8e0:\t28 f4       \tbrcc\t.+10     \t; 0x8ec <__DATA_REGION_LENGTH__+0xec>\n     8e2:\t1d a6       \tstd\tY+45, r1\t; 0x2d\n     8e4:\t1e a6       \tstd\tY+46, r1\t; 0x2e\n     8e6:\t1f a6       \tstd\tY+47, r1\t; 0x2f\n     8e8:\t18 aa       \tstd\tY+48, r1\t; 0x30\n     8ea:\t08 c0       \trjmp\t.+16     \t; 0x8fc <__DATA_REGION_LENGTH__+0xfc>\n     8ec:\t6e e1       \tldi\tr22, 0x1E\t; 30\n     8ee:\t70 e0       \tldi\tr23, 0x00\t; 0\n     8f0:\t80 e0       \tldi\tr24, 0x00\t; 0\n     8f2:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8f4:\t6d a7       \tstd\tY+45, r22\t; 0x2d\n     8f6:\t7e a7       \tstd\tY+46, r23\t; 0x2e\n     8f8:\t8f a7       \tstd\tY+47, r24\t; 0x2f\n     8fa:\t98 ab       \tstd\tY+48, r25\t; 0x30\n     8fc:\t4b 30       \tcpi\tr20, 0x0B\t; 11\n     8fe:\t28 f4       \tbrcc\t.+10     \t; 0x90a <__DATA_REGION_LENGTH__+0x10a>\n     900:\t19 aa       \tstd\tY+49, r1\t; 0x31\n     902:\t1a aa       \tstd\tY+50, r1\t; 0x32\n     904:\t1b aa       \tstd\tY+51, r1\t; 0x33\n     906:\t1c aa       \tstd\tY+52, r1\t; 0x34\n     908:\t08 c0       \trjmp\t.+16     \t; 0x91a <__DATA_REGION_LENGTH__+0x11a>\n     90a:\t8f e1       \tldi\tr24, 0x1F\t; 31\n     90c:\t90 e0       \tldi\tr25, 0x00\t; 0\n     90e:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     910:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     912:\t89 ab       \tstd\tY+49, r24\t; 0x31\n     914:\t9a ab       \tstd\tY+50, r25\t; 0x32\n     916:\tab ab       \tstd\tY+51, r26\t; 0x33\n     918:\tbc ab       \tstd\tY+52, r27\t; 0x34\n     91a:\t4c 30       \tcpi\tr20, 0x0C\t; 12\n     91c:\t28 f4       \tbrcc\t.+10     \t; 0x928 <__DATA_REGION_LENGTH__+0x128>\n     91e:\t1d aa       \tstd\tY+53, r1\t; 0x35\n     920:\t1e aa       \tstd\tY+54, r1\t; 0x36\n     922:\t1f aa       \tstd\tY+55, r1\t; 0x37\n     924:\t18 ae       \tstd\tY+56, r1\t; 0x38\n     926:\t08 c0       \trjmp\t.+16     \t; 0x938 <__DATA_REGION_LENGTH__+0x138>\n     928:\t2e e1       \tldi\tr18, 0x1E\t; 30\n     92a:\t30 e0       \tldi\tr19, 0x00\t; 0\n     92c:\t40 e0       \tldi\tr20, 0x00\t; 0\n     92e:\t50 e0       \tldi\tr21, 0x00\t; 0\n     930:\t2d ab       \tstd\tY+53, r18\t; 0x35\n     932:\t3e ab       \tstd\tY+54, r19\t; 0x36\n     934:\t4f ab       \tstd\tY+55, r20\t; 0x37\n     936:\t58 af       \tstd\tY+56, r21\t; 0x38\n     938:\te1 2c       \tmov\tr14, r1\n     93a:\tf1 2c       \tmov\tr15, r1\n     93c:\td7 01       \tmovw\tr26, r14\n     93e:\tc6 01       \tmovw\tr24, r12\n     940:\t81 5b       \tsubi\tr24, 0xB1\t; 177\n     942:\t97 40       \tsbci\tr25, 0x07\t; 7\n     944:\ta1 09       \tsbc\tr26, r1\n     946:\tb1 09       \tsbc\tr27, r1\n     948:\tac 01       \tmovw\tr20, r24\n     94a:\tbd 01       \tmovw\tr22, r26\n     94c:\t76 95       \tlsr\tr23\n     94e:\t67 95       \tror\tr22\n     950:\t57 95       \tror\tr21\n     952:\t47 95       \tror\tr20\n     954:\t76 95       \tlsr\tr23\n     956:\t67 95       \tror\tr22\n     958:\t57 95       \tror\tr21\n     95a:\t47 95       \tror\tr20\n     95c:\t4d 87       \tstd\tY+13, r20\t; 0x0d\n     95e:\t5e 87       \tstd\tY+14, r21\t; 0x0e\n     960:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n     962:\t78 8b       \tstd\tY+16, r23\t; 0x10\n     964:\tc7 01       \tmovw\tr24, r14\n     966:\tb6 01       \tmovw\tr22, r12\n     968:\t61 54       \tsubi\tr22, 0x41\t; 65\n     96a:\t76 40       \tsbci\tr23, 0x06\t; 6\n     96c:\t81 09       \tsbc\tr24, r1\n     96e:\t91 09       \tsbc\tr25, r1\n     970:\t20 e9       \tldi\tr18, 0x90\t; 144\n     972:\t31 e0       \tldi\tr19, 0x01\t; 1\n     974:\t40 e0       \tldi\tr20, 0x00\t; 0\n     976:\t50 e0       \tldi\tr21, 0x00\t; 0\n     978:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     97c:\t8d 85       \tldd\tr24, Y+13\t; 0x0d\n     97e:\t9e 85       \tldd\tr25, Y+14\t; 0x0e\n     980:\taf 85       \tldd\tr26, Y+15\t; 0x0f\n     982:\tb8 89       \tldd\tr27, Y+16\t; 0x10\n     984:\t82 0f       \tadd\tr24, r18\n     986:\t93 1f       \tadc\tr25, r19\n     988:\ta4 1f       \tadc\tr26, r20\n     98a:\tb5 1f       \tadc\tr27, r21\n     98c:\t84 0d       \tadd\tr24, r4\n     98e:\t95 1d       \tadc\tr25, r5\n     990:\ta6 1d       \tadc\tr26, r6\n     992:\tb7 1d       \tadc\tr27, r7\n     994:\t29 81       \tldd\tr18, Y+1\t; 0x01\n     996:\t3a 81       \tldd\tr19, Y+2\t; 0x02\n     998:\t4b 81       \tldd\tr20, Y+3\t; 0x03\n     99a:\t5c 81       \tldd\tr21, Y+4\t; 0x04\n     99c:\t82 0f       \tadd\tr24, r18\n     99e:\t93 1f       \tadc\tr25, r19\n     9a0:\ta4 1f       \tadc\tr26, r20\n     9a2:\tb5 1f       \tadc\tr27, r21\n     9a4:\t49 89       \tldd\tr20, Y+17\t; 0x11\n     9a6:\t5a 89       \tldd\tr21, Y+18\t; 0x12\n     9a8:\t6b 89       \tldd\tr22, Y+19\t; 0x13\n     9aa:\t7c 89       \tldd\tr23, Y+20\t; 0x14\n     9ac:\t84 0f       \tadd\tr24, r20\n     9ae:\t95 1f       \tadc\tr25, r21\n     9b0:\ta6 1f       \tadc\tr26, r22\n     9b2:\tb7 1f       \tadc\tr27, r23\n     9b4:\t2d 89       \tldd\tr18, Y+21\t; 0x15\n     9b6:\t3e 89       \tldd\tr19, Y+22\t; 0x16\n     9b8:\t4f 89       \tldd\tr20, Y+23\t; 0x17\n     9ba:\t58 8d       \tldd\tr21, Y+24\t; 0x18\n     9bc:\t82 0f       \tadd\tr24, r18\n     9be:\t93 1f       \tadc\tr25, r19\n     9c0:\ta4 1f       \tadc\tr26, r20\n     9c2:\tb5 1f       \tadc\tr27, r21\n     9c4:\t49 8d       \tldd\tr20, Y+25\t; 0x19\n     9c6:\t5a 8d       \tldd\tr21, Y+26\t; 0x1a\n     9c8:\t6b 8d       \tldd\tr22, Y+27\t; 0x1b\n     9ca:\t7c 8d       \tldd\tr23, Y+28\t; 0x1c\n     9cc:\t84 0f       \tadd\tr24, r20\n     9ce:\t95 1f       \tadc\tr25, r21\n     9d0:\ta6 1f       \tadc\tr26, r22\n     9d2:\tb7 1f       \tadc\tr27, r23\n     9d4:\t2d 8d       \tldd\tr18, Y+29\t; 0x1d\n     9d6:\t3e 8d       \tldd\tr19, Y+30\t; 0x1e\n     9d8:\t4f 8d       \tldd\tr20, Y+31\t; 0x1f\n     9da:\t58 a1       \tldd\tr21, Y+32\t; 0x20\n     9dc:\t82 0f       \tadd\tr24, r18\n     9de:\t93 1f       \tadc\tr25, r19\n     9e0:\ta4 1f       \tadc\tr26, r20\n     9e2:\tb5 1f       \tadc\tr27, r21\n     9e4:\t49 a1       \tldd\tr20, Y+33\t; 0x21\n     9e6:\t5a a1       \tldd\tr21, Y+34\t; 0x22\n     9e8:\t6b a1       \tldd\tr22, Y+35\t; 0x23\n     9ea:\t7c a1       \tldd\tr23, Y+36\t; 0x24\n     9ec:\t84 0f       \tadd\tr24, r20\n     9ee:\t95 1f       \tadc\tr25, r21\n     9f0:\ta6 1f       \tadc\tr26, r22\n     9f2:\tb7 1f       \tadc\tr27, r23\n     9f4:\t2d a1       \tldd\tr18, Y+37\t; 0x25\n     9f6:\t3e a1       \tldd\tr19, Y+38\t; 0x26\n     9f8:\t4f a1       \tldd\tr20, Y+39\t; 0x27\n     9fa:\t58 a5       \tldd\tr21, Y+40\t; 0x28\n     9fc:\t82 0f       \tadd\tr24, r18\n     9fe:\t93 1f       \tadc\tr25, r19\n     a00:\ta4 1f       \tadc\tr26, r20\n     a02:\tb5 1f       \tadc\tr27, r21\n     a04:\t49 a5       \tldd\tr20, Y+41\t; 0x29\n     a06:\t5a a5       \tldd\tr21, Y+42\t; 0x2a\n     a08:\t6b a5       \tldd\tr22, Y+43\t; 0x2b\n     a0a:\t7c a5       \tldd\tr23, Y+44\t; 0x2c\n     a0c:\t84 0f       \tadd\tr24, r20\n     a0e:\t95 1f       \tadc\tr25, r21\n     a10:\ta6 1f       \tadc\tr26, r22\n     a12:\tb7 1f       \tadc\tr27, r23\n     a14:\t2d a5       \tldd\tr18, Y+45\t; 0x2d\n     a16:\t3e a5       \tldd\tr19, Y+46\t; 0x2e\n     a18:\t4f a5       \tldd\tr20, Y+47\t; 0x2f\n     a1a:\t58 a9       \tldd\tr21, Y+48\t; 0x30\n     a1c:\t82 0f       \tadd\tr24, r18\n     a1e:\t93 1f       \tadc\tr25, r19\n     a20:\ta4 1f       \tadc\tr26, r20\n     a22:\tb5 1f       \tadc\tr27, r21\n     a24:\t49 a9       \tldd\tr20, Y+49\t; 0x31\n     a26:\t5a a9       \tldd\tr21, Y+50\t; 0x32\n     a28:\t6b a9       \tldd\tr22, Y+51\t; 0x33\n     a2a:\t7c a9       \tldd\tr23, Y+52\t; 0x34\n     a2c:\t84 0f       \tadd\tr24, r20\n     a2e:\t95 1f       \tadc\tr25, r21\n     a30:\ta6 1f       \tadc\tr26, r22\n     a32:\tb7 1f       \tadc\tr27, r23\n     a34:\t2d a9       \tldd\tr18, Y+53\t; 0x35\n     a36:\t3e a9       \tldd\tr19, Y+54\t; 0x36\n     a38:\t4f a9       \tldd\tr20, Y+55\t; 0x37\n     a3a:\t58 ad       \tldd\tr21, Y+56\t; 0x38\n     a3c:\t28 0f       \tadd\tr18, r24\n     a3e:\t39 1f       \tadc\tr19, r25\n     a40:\t4a 1f       \tadc\tr20, r26\n     a42:\t5b 1f       \tadc\tr21, r27\n     a44:\t60 e8       \tldi\tr22, 0x80\t; 128\n     a46:\t71 e5       \tldi\tr23, 0x51\t; 81\n     a48:\t81 e0       \tldi\tr24, 0x01\t; 1\n     a4a:\t90 e0       \tldi\tr25, 0x00\t; 0\n     a4c:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     a50:\t69 83       \tstd\tY+1, r22\t; 0x01\n     a52:\t7a 83       \tstd\tY+2, r23\t; 0x02\n     a54:\t8b 83       \tstd\tY+3, r24\t; 0x03\n     a56:\t9c 83       \tstd\tY+4, r25\t; 0x04\n     a58:\td5 01       \tmovw\tr26, r10\n     a5a:\tc4 01       \tmovw\tr24, r8\n     a5c:\t80 58       \tsubi\tr24, 0x80\t; 128\n     a5e:\t90 4a       \tsbci\tr25, 0xA0\t; 160\n     a60:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     a62:\tb6 47       \tsbci\tr27, 0x76\t; 118\n     a64:\t4d 80       \tldd\tr4, Y+5\t; 0x05\n     a66:\t5e 80       \tldd\tr5, Y+6\t; 0x06\n     a68:\t6f 80       \tldd\tr6, Y+7\t; 0x07\n     a6a:\t78 84       \tldd\tr7, Y+8\t; 0x08\n     a6c:\t48 0e       \tadd\tr4, r24\n     a6e:\t59 1e       \tadc\tr5, r25\n     a70:\t6a 1e       \tadc\tr6, r26\n     a72:\t7b 1e       \tadc\tr7, r27\n     a74:\t89 84       \tldd\tr8, Y+9\t; 0x09\n     a76:\t9a 84       \tldd\tr9, Y+10\t; 0x0a\n     a78:\tab 84       \tldd\tr10, Y+11\t; 0x0b\n     a7a:\tbc 84       \tldd\tr11, Y+12\t; 0x0c\n     a7c:\t84 0c       \tadd\tr8, r4\n     a7e:\t95 1c       \tadc\tr9, r5\n     a80:\ta6 1c       \tadc\tr10, r6\n     a82:\tb7 1c       \tadc\tr11, r7\n     a84:\ta7 01       \tmovw\tr20, r14\n     a86:\t96 01       \tmovw\tr18, r12\n     a88:\t60 e8       \tldi\tr22, 0x80\t; 128\n     a8a:\t73 e3       \tldi\tr23, 0x33\t; 51\n     a8c:\t81 ee       \tldi\tr24, 0xE1\t; 225\n     a8e:\t91 e0       \tldi\tr25, 0x01\t; 1\n     a90:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     a94:\t86 0e       \tadd\tr8, r22\n     a96:\t97 1e       \tadc\tr9, r23\n     a98:\ta8 1e       \tadc\tr10, r24\n     a9a:\tb9 1e       \tadc\tr11, r25\n     a9c:\tc7 01       \tmovw\tr24, r14\n     a9e:\tb6 01       \tmovw\tr22, r12\n     aa0:\t6d 56       \tsubi\tr22, 0x6D\t; 109\n     aa2:\t77 40       \tsbci\tr23, 0x07\t; 7\n     aa4:\t81 09       \tsbc\tr24, r1\n     aa6:\t91 09       \tsbc\tr25, r1\n     aa8:\t24 e6       \tldi\tr18, 0x64\t; 100\n     aaa:\t30 e0       \tldi\tr19, 0x00\t; 0\n     aac:\t40 e0       \tldi\tr20, 0x00\t; 0\n     aae:\t50 e0       \tldi\tr21, 0x00\t; 0\n     ab0:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     ab4:\t60 e8       \tldi\tr22, 0x80\t; 128\n     ab6:\t71 e5       \tldi\tr23, 0x51\t; 81\n     ab8:\t81 e0       \tldi\tr24, 0x01\t; 1\n     aba:\t90 e0       \tldi\tr25, 0x00\t; 0\n     abc:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     ac0:\ta5 01       \tmovw\tr20, r10\n     ac2:\t94 01       \tmovw\tr18, r8\n     ac4:\t26 1b       \tsub\tr18, r22\n     ac6:\t37 0b       \tsbc\tr19, r23\n     ac8:\t48 0b       \tsbc\tr20, r24\n     aca:\t59 0b       \tsbc\tr21, r25\n     acc:\tda 01       \tmovw\tr26, r20\n     ace:\tc9 01       \tmovw\tr24, r18\n     ad0:\t29 81       \tldd\tr18, Y+1\t; 0x01\n     ad2:\t3a 81       \tldd\tr19, Y+2\t; 0x02\n     ad4:\t4b 81       \tldd\tr20, Y+3\t; 0x03\n     ad6:\t5c 81       \tldd\tr21, Y+4\t; 0x04\n     ad8:\t28 0f       \tadd\tr18, r24\n     ada:\t39 1f       \tadc\tr19, r25\n     adc:\t4a 1f       \tadc\tr20, r26\n     ade:\t5b 1f       \tadc\tr21, r27\n     ae0:\tca 01       \tmovw\tr24, r20\n     ae2:\tb9 01       \tmovw\tr22, r18\n     ae4:\t07 c0       \trjmp\t.+14     \t; 0xaf4 <__DATA_REGION_LENGTH__+0x2f4>\n     ae6:\t60 e0       \tldi\tr22, 0x00\t; 0\n     ae8:\t70 e0       \tldi\tr23, 0x00\t; 0\n     aea:\tcb 01       \tmovw\tr24, r22\n     aec:\t03 c0       \trjmp\t.+6      \t; 0xaf4 <__DATA_REGION_LENGTH__+0x2f4>\n     aee:\t60 e0       \tldi\tr22, 0x00\t; 0\n     af0:\t70 e0       \tldi\tr23, 0x00\t; 0\n     af2:\tcb 01       \tmovw\tr24, r22\n     af4:\te8 96       \tadiw\tr28, 0x38\t; 56\n     af6:\tcd bf       \tout\t0x3d, r28\t; 61\n     af8:\tde bf       \tout\t0x3e, r29\t; 62\n     afa:\tdf 91       \tpop\tr29\n     afc:\tcf 91       \tpop\tr28\n     afe:\tff 90       \tpop\tr15\n     b00:\tef 90       \tpop\tr14\n     b02:\tdf 90       \tpop\tr13\n     b04:\tcf 90       \tpop\tr12\n     b06:\tbf 90       \tpop\tr11\n     b08:\taf 90       \tpop\tr10\n     b0a:\t9f 90       \tpop\tr9\n     b0c:\t8f 90       \tpop\tr8\n     b0e:\t7f 90       \tpop\tr7\n     b10:\t6f 90       \tpop\tr6\n     b12:\t5f 90       \tpop\tr5\n     b14:\t4f 90       \tpop\tr4\n     b16:\t08 95       \tret\n\n00000b18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>:\n     b18:\t2f 92       \tpush\tr2\n     b1a:\t3f 92       \tpush\tr3\n     b1c:\t4f 92       \tpush\tr4\n     b1e:\t5f 92       \tpush\tr5\n     b20:\t6f 92       \tpush\tr6\n     b22:\t7f 92       \tpush\tr7\n     b24:\t8f 92       \tpush\tr8\n     b26:\t9f 92       \tpush\tr9\n     b28:\taf 92       \tpush\tr10\n     b2a:\tbf 92       \tpush\tr11\n     b2c:\tcf 92       \tpush\tr12\n     b2e:\tdf 92       \tpush\tr13\n     b30:\tef 92       \tpush\tr14\n     b32:\tff 92       \tpush\tr15\n     b34:\t0f 93       \tpush\tr16\n     b36:\t1f 93       \tpush\tr17\n     b38:\tcf 93       \tpush\tr28\n     b3a:\tdf 93       \tpush\tr29\n     b3c:\tcd b7       \tin\tr28, 0x3d\t; 61\n     b3e:\tde b7       \tin\tr29, 0x3e\t; 62\n     b40:\ta1 97       \tsbiw\tr28, 0x21\t; 33\n     b42:\tcd bf       \tout\t0x3d, r28\t; 61\n     b44:\tde bf       \tout\t0x3e, r29\t; 62\n     b46:\tfc 01       \tmovw\tr30, r24\n     b48:\t9e 01       \tmovw\tr18, r28\n     b4a:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n     b4c:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n     b4e:\t80 e2       \tldi\tr24, 0x20\t; 32\n     b50:\td9 01       \tmovw\tr26, r18\n     b52:\t1d 92       \tst\tX+, r1\n     b54:\t8a 95       \tdec\tr24\n     b56:\te9 f7       \tbrne\t.-6      \t; 0xb52 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x3a>\n     b58:\t61 15       \tcp\tr22, r1\n     b5a:\t71 05       \tcpc\tr23, r1\n     b5c:\t09 f4       \tbrne\t.+2      \t; 0xb60 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x48>\n     b5e:\t69 c1       \trjmp\t.+722    \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     b60:\t90 81       \tld\tr25, Z\n     b62:\t99 23       \tand\tr25, r25\n     b64:\t09 f4       \tbrne\t.+2      \t; 0xb68 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x50>\n     b66:\t65 c1       \trjmp\t.+714    \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     b68:\t49 a3       \tstd\tY+33, r20\t; 0x21\n     b6a:\t6b 01       \tmovw\tr12, r22\n     b6c:\t8f 01       \tmovw\tr16, r30\n     b6e:\t0f 5f       \tsubi\tr16, 0xFF\t; 255\n     b70:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n     b72:\t80 e0       \tldi\tr24, 0x00\t; 0\n     b74:\t31 2c       \tmov\tr3, r1\n     b76:\t79 01       \tmovw\tr14, r18\n     b78:\t68 94       \tset\n     b7a:\t22 24       \teor\tr2, r2\n     b7c:\t25 f8       \tbld\tr2, 5\n     b7e:\t44 2e       \tmov\tr4, r20\n     b80:\t51 2c       \tmov\tr5, r1\n     b82:\t52 01       \tmovw\tr10, r4\n     b84:\tf3 e0       \tldi\tr31, 0x03\t; 3\n     b86:\taf 0e       \tadd\tr10, r31\n     b88:\tb1 1c       \tadc\tr11, r1\n     b8a:\t42 01       \tmovw\tr8, r4\n     b8c:\t24 e0       \tldi\tr18, 0x04\t; 4\n     b8e:\t82 0e       \tadd\tr8, r18\n     b90:\t91 1c       \tadc\tr9, r1\n     b92:\t32 01       \tmovw\tr6, r4\n     b94:\t35 e0       \tldi\tr19, 0x05\t; 5\n     b96:\t63 0e       \tadd\tr6, r19\n     b98:\t71 1c       \tadc\tr7, r1\n     b9a:\ta6 e0       \tldi\tr26, 0x06\t; 6\n     b9c:\t4a 0e       \tadd\tr4, r26\n     b9e:\t51 1c       \tadc\tr5, r1\n     ba0:\t94 32       \tcpi\tr25, 0x24\t; 36\n     ba2:\t09 f4       \tbrne\t.+2      \t; 0xba6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x8e>\n     ba4:\t41 c1       \trjmp\t.+642    \t; 0xe28 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x310>\n     ba6:\t9c 32       \tcpi\tr25, 0x2C\t; 44\n     ba8:\t09 f0       \tbreq\t.+2      \t; 0xbac <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x94>\n     baa:\t26 c1       \trjmp\t.+588    \t; 0xdf8 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2e0>\n     bac:\t33 94       \tinc\tr3\n     bae:\tb2 e0       \tldi\tr27, 0x02\t; 2\n     bb0:\t3b 12       \tcpse\tr3, r27\n     bb2:\t21 c0       \trjmp\t.+66     \t; 0xbf6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xde>\n     bb4:\tf6 01       \tmovw\tr30, r12\n     bb6:\t10 82       \tst\tZ, r1\n     bb8:\t11 82       \tstd\tZ+1, r1\t; 0x01\n     bba:\t12 82       \tstd\tZ+2, r1\t; 0x02\n     bbc:\tf7 01       \tmovw\tr30, r14\n     bbe:\t01 90       \tld\tr0, Z+\n     bc0:\t00 20       \tand\tr0, r0\n     bc2:\te9 f7       \tbrne\t.-6      \t; 0xbbe <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xa6>\n     bc4:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     bc6:\tee 19       \tsub\tr30, r14\n     bc8:\tff 09       \tsbc\tr31, r15\n     bca:\t36 97       \tsbiw\tr30, 0x06\t; 6\n     bcc:\t08 f4       \tbrcc\t.+2      \t; 0xbd0 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xb8>\n     bce:\t0d c1       \trjmp\t.+538    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     bd0:\tc7 01       \tmovw\tr24, r14\n     bd2:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     bd6:\td6 01       \tmovw\tr26, r12\n     bd8:\t8c 93       \tst\tX, r24\n     bda:\tce 01       \tmovw\tr24, r28\n     bdc:\t03 96       \tadiw\tr24, 0x03\t; 3\n     bde:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     be2:\tf6 01       \tmovw\tr30, r12\n     be4:\t81 83       \tstd\tZ+1, r24\t; 0x01\n     be6:\tce 01       \tmovw\tr24, r28\n     be8:\t05 96       \tadiw\tr24, 0x05\t; 5\n     bea:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     bee:\td6 01       \tmovw\tr26, r12\n     bf0:\t12 96       \tadiw\tr26, 0x02\t; 2\n     bf2:\t8c 93       \tst\tX, r24\n     bf4:\tfa c0       \trjmp\t.+500    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     bf6:\t83 2d       \tmov\tr24, r3\n     bf8:\t90 e0       \tldi\tr25, 0x00\t; 0\n     bfa:\t8a 15       \tcp\tr24, r10\n     bfc:\t9b 05       \tcpc\tr25, r11\n     bfe:\ta1 f4       \tbrne\t.+40     \t; 0xc28 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x110>\n     c00:\tf6 01       \tmovw\tr30, r12\n     c02:\t16 82       \tstd\tZ+6, r1\t; 0x06\n     c04:\t17 82       \tstd\tZ+7, r1\t; 0x07\n     c06:\t10 86       \tstd\tZ+8, r1\t; 0x08\n     c08:\t11 86       \tstd\tZ+9, r1\t; 0x09\n     c0a:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c0c:\t88 23       \tand\tr24, r24\n     c0e:\t09 f4       \tbrne\t.+2      \t; 0xc12 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xfa>\n     c10:\tec c0       \trjmp\t.+472    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c12:\tc7 01       \tmovw\tr24, r14\n     c14:\t0e 94 27 03 \tcall\t0x64e\t; 0x64e <_Z15gpsParseLatLongPc>\n     c18:\td6 01       \tmovw\tr26, r12\n     c1a:\t16 96       \tadiw\tr26, 0x06\t; 6\n     c1c:\t6d 93       \tst\tX+, r22\n     c1e:\t7d 93       \tst\tX+, r23\n     c20:\t8d 93       \tst\tX+, r24\n     c22:\t9c 93       \tst\tX, r25\n     c24:\t19 97       \tsbiw\tr26, 0x09\t; 9\n     c26:\te1 c0       \trjmp\t.+450    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c28:\t88 15       \tcp\tr24, r8\n     c2a:\t99 05       \tcpc\tr25, r9\n     c2c:\t01 f5       \tbrne\t.+64     \t; 0xc6e <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x156>\n     c2e:\tf7 01       \tmovw\tr30, r14\n     c30:\t01 90       \tld\tr0, Z+\n     c32:\t00 20       \tand\tr0, r0\n     c34:\te9 f7       \tbrne\t.-6      \t; 0xc30 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x118>\n     c36:\tcf 01       \tmovw\tr24, r30\n     c38:\t02 97       \tsbiw\tr24, 0x02\t; 2\n     c3a:\t8e 15       \tcp\tr24, r14\n     c3c:\t9f 05       \tcpc\tr25, r15\n     c3e:\t09 f0       \tbreq\t.+2      \t; 0xc42 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x12a>\n     c40:\td4 c0       \trjmp\t.+424    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c42:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c44:\t8f 7d       \tandi\tr24, 0xDF\t; 223\n     c46:\t83 35       \tcpi\tr24, 0x53\t; 83\n     c48:\t09 f0       \tbreq\t.+2      \t; 0xc4c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x134>\n     c4a:\tcf c0       \trjmp\t.+414    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c4c:\tf6 01       \tmovw\tr30, r12\n     c4e:\t86 81       \tldd\tr24, Z+6\t; 0x06\n     c50:\t97 81       \tldd\tr25, Z+7\t; 0x07\n     c52:\ta0 85       \tldd\tr26, Z+8\t; 0x08\n     c54:\tb1 85       \tldd\tr27, Z+9\t; 0x09\n     c56:\tb0 95       \tcom\tr27\n     c58:\ta0 95       \tcom\tr26\n     c5a:\t90 95       \tcom\tr25\n     c5c:\t81 95       \tneg\tr24\n     c5e:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n     c60:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     c62:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n     c64:\t86 83       \tstd\tZ+6, r24\t; 0x06\n     c66:\t97 83       \tstd\tZ+7, r25\t; 0x07\n     c68:\ta0 87       \tstd\tZ+8, r26\t; 0x08\n     c6a:\tb1 87       \tstd\tZ+9, r27\t; 0x09\n     c6c:\tbe c0       \trjmp\t.+380    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c6e:\t86 15       \tcp\tr24, r6\n     c70:\t97 05       \tcpc\tr25, r7\n     c72:\ta1 f4       \tbrne\t.+40     \t; 0xc9c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x184>\n     c74:\td6 01       \tmovw\tr26, r12\n     c76:\t1a 96       \tadiw\tr26, 0x0a\t; 10\n     c78:\t1d 92       \tst\tX+, r1\n     c7a:\t1d 92       \tst\tX+, r1\n     c7c:\t1d 92       \tst\tX+, r1\n     c7e:\t1c 92       \tst\tX, r1\n     c80:\t1d 97       \tsbiw\tr26, 0x0d\t; 13\n     c82:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c84:\t88 23       \tand\tr24, r24\n     c86:\t09 f4       \tbrne\t.+2      \t; 0xc8a <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x172>\n     c88:\tb0 c0       \trjmp\t.+352    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c8a:\tc7 01       \tmovw\tr24, r14\n     c8c:\t0e 94 27 03 \tcall\t0x64e\t; 0x64e <_Z15gpsParseLatLongPc>\n     c90:\tf6 01       \tmovw\tr30, r12\n     c92:\t62 87       \tstd\tZ+10, r22\t; 0x0a\n     c94:\t73 87       \tstd\tZ+11, r23\t; 0x0b\n     c96:\t84 87       \tstd\tZ+12, r24\t; 0x0c\n     c98:\t95 87       \tstd\tZ+13, r25\t; 0x0d\n     c9a:\ta7 c0       \trjmp\t.+334    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c9c:\t84 15       \tcp\tr24, r4\n     c9e:\t95 05       \tcpc\tr25, r5\n     ca0:\t01 f5       \tbrne\t.+64     \t; 0xce2 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1ca>\n     ca2:\tf7 01       \tmovw\tr30, r14\n     ca4:\t01 90       \tld\tr0, Z+\n     ca6:\t00 20       \tand\tr0, r0\n     ca8:\te9 f7       \tbrne\t.-6      \t; 0xca4 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x18c>\n     caa:\tcf 01       \tmovw\tr24, r30\n     cac:\t02 97       \tsbiw\tr24, 0x02\t; 2\n     cae:\t8e 15       \tcp\tr24, r14\n     cb0:\t9f 05       \tcpc\tr25, r15\n     cb2:\t09 f0       \tbreq\t.+2      \t; 0xcb6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x19e>\n     cb4:\t9a c0       \trjmp\t.+308    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cb6:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     cb8:\t8f 7d       \tandi\tr24, 0xDF\t; 223\n     cba:\t87 35       \tcpi\tr24, 0x57\t; 87\n     cbc:\t09 f0       \tbreq\t.+2      \t; 0xcc0 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1a8>\n     cbe:\t95 c0       \trjmp\t.+298    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cc0:\tf6 01       \tmovw\tr30, r12\n     cc2:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n     cc4:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n     cc6:\ta4 85       \tldd\tr26, Z+12\t; 0x0c\n     cc8:\tb5 85       \tldd\tr27, Z+13\t; 0x0d\n     cca:\tb0 95       \tcom\tr27\n     ccc:\ta0 95       \tcom\tr26\n     cce:\t90 95       \tcom\tr25\n     cd0:\t81 95       \tneg\tr24\n     cd2:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n     cd4:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     cd6:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n     cd8:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     cda:\t93 87       \tstd\tZ+11, r25\t; 0x0b\n     cdc:\ta4 87       \tstd\tZ+12, r26\t; 0x0c\n     cde:\tb5 87       \tstd\tZ+13, r27\t; 0x0d\n     ce0:\t84 c0       \trjmp\t.+264    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     ce2:\tf7 e0       \tldi\tr31, 0x07\t; 7\n     ce4:\t3f 12       \tcpse\tr3, r31\n     ce6:\t10 c0       \trjmp\t.+32     \t; 0xd08 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1f0>\n     ce8:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     cea:\t21 11       \tcpse\tr18, r1\n     cec:\t7e c0       \trjmp\t.+252    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cee:\td6 01       \tmovw\tr26, r12\n     cf0:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     cf2:\t1c 92       \tst\tX, r1\n     cf4:\t1e 97       \tsbiw\tr26, 0x0e\t; 14\n     cf6:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     cf8:\t81 53       \tsubi\tr24, 0x31\t; 49\n     cfa:\t82 30       \tcpi\tr24, 0x02\t; 2\n     cfc:\t08 f0       \tbrcs\t.+2      \t; 0xd00 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1e8>\n     cfe:\t75 c0       \trjmp\t.+234    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d00:\te1 e0       \tldi\tr30, 0x01\t; 1\n     d02:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     d04:\tec 93       \tst\tX, r30\n     d06:\t71 c0       \trjmp\t.+226    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d08:\tf9 e0       \tldi\tr31, 0x09\t; 9\n     d0a:\t3f 12       \tcpse\tr3, r31\n     d0c:\t44 c0       \trjmp\t.+136    \t; 0xd96 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x27e>\n     d0e:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     d10:\t21 11       \tcpse\tr18, r1\n     d12:\t6b c0       \trjmp\t.+214    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d14:\td6 01       \tmovw\tr26, r12\n     d16:\t51 96       \tadiw\tr26, 0x11\t; 17\n     d18:\t1c 92       \tst\tX, r1\n     d1a:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     d1c:\t88 23       \tand\tr24, r24\n     d1e:\t09 f4       \tbrne\t.+2      \t; 0xd22 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x20a>\n     d20:\t64 c0       \trjmp\t.+200    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d22:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     d24:\t70 e0       \tldi\tr23, 0x00\t; 0\n     d26:\tc7 01       \tmovw\tr24, r14\n     d28:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n     d2c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     d2e:\t09 f4       \tbrne\t.+2      \t; 0xd32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x21a>\n     d30:\t5c c0       \trjmp\t.+184    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d32:\tfc 01       \tmovw\tr30, r24\n     d34:\t01 90       \tld\tr0, Z+\n     d36:\t00 20       \tand\tr0, r0\n     d38:\te9 f7       \tbrne\t.-6      \t; 0xd34 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x21c>\n     d3a:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     d3c:\t9f 01       \tmovw\tr18, r30\n     d3e:\t28 1b       \tsub\tr18, r24\n     d40:\t39 0b       \tsbc\tr19, r25\n     d42:\tc9 01       \tmovw\tr24, r18\n     d44:\t22 30       \tcpi\tr18, 0x02\t; 2\n     d46:\t31 05       \tcpc\tr19, r1\n     d48:\t08 f4       \tbrcc\t.+2      \t; 0xd4c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x234>\n     d4a:\t4f c0       \trjmp\t.+158    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d4c:\tf7 01       \tmovw\tr30, r14\n     d4e:\t01 90       \tld\tr0, Z+\n     d50:\t00 20       \tand\tr0, r0\n     d52:\te9 f7       \tbrne\t.-6      \t; 0xd4e <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x236>\n     d54:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     d56:\tee 19       \tsub\tr30, r14\n     d58:\tff 09       \tsbc\tr31, r15\n     d5a:\t9f 01       \tmovw\tr18, r30\n     d5c:\t2e 5f       \tsubi\tr18, 0xFE\t; 254\n     d5e:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n     d60:\t28 17       \tcp\tr18, r24\n     d62:\t39 07       \tcpc\tr19, r25\n     d64:\t48 f0       \tbrcs\t.+18     \t; 0xd78 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x260>\n     d66:\ta2 e0       \tldi\tr26, 0x02\t; 2\n     d68:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     d6a:\ta8 1b       \tsub\tr26, r24\n     d6c:\tb9 0b       \tsbc\tr27, r25\n     d6e:\tee 0d       \tadd\tr30, r14\n     d70:\tff 1d       \tadc\tr31, r15\n     d72:\tea 0f       \tadd\tr30, r26\n     d74:\tfb 1f       \tadc\tr31, r27\n     d76:\t10 82       \tst\tZ, r1\n     d78:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     d7a:\tc7 01       \tmovw\tr24, r14\n     d7c:\t0e 94 13 03 \tcall\t0x626\t; 0x626 <_Z17gpsRemoveAllCharsPcc>\n     d80:\tc7 01       \tmovw\tr24, r14\n     d82:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n     d86:\t8f 3f       \tcpi\tr24, 0xFF\t; 255\n     d88:\t91 05       \tcpc\tr25, r1\n     d8a:\t11 f0       \tbreq\t.+4      \t; 0xd90 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x278>\n     d8c:\t0c f0       \tbrlt\t.+2      \t; 0xd90 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x278>\n     d8e:\t8f ef       \tldi\tr24, 0xFF\t; 255\n     d90:\tf6 01       \tmovw\tr30, r12\n     d92:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n     d94:\t2a c0       \trjmp\t.+84     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d96:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     d98:\t3f 12       \tcpse\tr3, r31\n     d9a:\t27 c0       \trjmp\t.+78     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d9c:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     d9e:\t21 30       \tcpi\tr18, 0x01\t; 1\n     da0:\t21 f5       \tbrne\t.+72     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     da2:\td6 01       \tmovw\tr26, r12\n     da4:\t13 96       \tadiw\tr26, 0x03\t; 3\n     da6:\t1c 92       \tst\tX, r1\n     da8:\t13 97       \tsbiw\tr26, 0x03\t; 3\n     daa:\t14 96       \tadiw\tr26, 0x04\t; 4\n     dac:\t1c 92       \tst\tX, r1\n     dae:\t14 97       \tsbiw\tr26, 0x04\t; 4\n     db0:\t15 96       \tadiw\tr26, 0x05\t; 5\n     db2:\t1c 92       \tst\tX, r1\n     db4:\tf7 01       \tmovw\tr30, r14\n     db6:\t01 90       \tld\tr0, Z+\n     db8:\t00 20       \tand\tr0, r0\n     dba:\te9 f7       \tbrne\t.-6      \t; 0xdb6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x29e>\n     dbc:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     dbe:\tee 19       \tsub\tr30, r14\n     dc0:\tff 09       \tsbc\tr31, r15\n     dc2:\t36 97       \tsbiw\tr30, 0x06\t; 6\n     dc4:\t90 f0       \tbrcs\t.+36     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     dc6:\tc7 01       \tmovw\tr24, r14\n     dc8:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     dcc:\tf6 01       \tmovw\tr30, r12\n     dce:\t83 83       \tstd\tZ+3, r24\t; 0x03\n     dd0:\tce 01       \tmovw\tr24, r28\n     dd2:\t03 96       \tadiw\tr24, 0x03\t; 3\n     dd4:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     dd8:\td6 01       \tmovw\tr26, r12\n     dda:\t14 96       \tadiw\tr26, 0x04\t; 4\n     ddc:\t8c 93       \tst\tX, r24\n     dde:\tce 01       \tmovw\tr24, r28\n     de0:\t05 96       \tadiw\tr24, 0x05\t; 5\n     de2:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     de6:\tf6 01       \tmovw\tr30, r12\n     de8:\t85 83       \tstd\tZ+5, r24\t; 0x05\n     dea:\td7 01       \tmovw\tr26, r14\n     dec:\te2 2d       \tmov\tr30, r2\n     dee:\t1d 92       \tst\tX+, r1\n     df0:\tea 95       \tdec\tr30\n     df2:\te9 f7       \tbrne\t.-6      \t; 0xdee <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d6>\n     df4:\t80 e0       \tldi\tr24, 0x00\t; 0\n     df6:\t18 c0       \trjmp\t.+48     \t; 0xe28 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x310>\n     df8:\t9a 32       \tcpi\tr25, 0x2A\t; 42\n     dfa:\t89 f4       \tbrne\t.+34     \t; 0xe1e <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x306>\n     dfc:\tf9 a1       \tldd\tr31, Y+33\t; 0x21\n     dfe:\tf1 30       \tcpi\tr31, 0x01\t; 1\n     e00:\tc1 f4       \tbrne\t.+48     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e02:\td6 01       \tmovw\tr26, r12\n     e04:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     e06:\t1c 92       \tst\tX, r1\n     e08:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     e0a:\t88 23       \tand\tr24, r24\n     e0c:\t91 f0       \tbreq\t.+36     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e0e:\t81 34       \tcpi\tr24, 0x41\t; 65\n     e10:\t11 f0       \tbreq\t.+4      \t; 0xe16 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2fe>\n     e12:\t84 34       \tcpi\tr24, 0x44\t; 68\n     e14:\t71 f4       \tbrne\t.+28     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e16:\t81 e0       \tldi\tr24, 0x01\t; 1\n     e18:\tf6 01       \tmovw\tr30, r12\n     e1a:\t86 87       \tstd\tZ+14, r24\t; 0x0e\n     e1c:\t0a c0       \trjmp\t.+20     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e1e:\tf7 01       \tmovw\tr30, r14\n     e20:\te8 0f       \tadd\tr30, r24\n     e22:\tf1 1d       \tadc\tr31, r1\n     e24:\t90 83       \tst\tZ, r25\n     e26:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n     e28:\td8 01       \tmovw\tr26, r16\n     e2a:\t9d 91       \tld\tr25, X+\n     e2c:\t8d 01       \tmovw\tr16, r26\n     e2e:\t91 11       \tcpse\tr25, r1\n     e30:\tb7 ce       \trjmp\t.-658    \t; 0xba0 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x88>\n     e32:\ta1 96       \tadiw\tr28, 0x21\t; 33\n     e34:\tcd bf       \tout\t0x3d, r28\t; 61\n     e36:\tde bf       \tout\t0x3e, r29\t; 62\n     e38:\tdf 91       \tpop\tr29\n     e3a:\tcf 91       \tpop\tr28\n     e3c:\t1f 91       \tpop\tr17\n     e3e:\t0f 91       \tpop\tr16\n     e40:\tff 90       \tpop\tr15\n     e42:\tef 90       \tpop\tr14\n     e44:\tdf 90       \tpop\tr13\n     e46:\tcf 90       \tpop\tr12\n     e48:\tbf 90       \tpop\tr11\n     e4a:\taf 90       \tpop\tr10\n     e4c:\t9f 90       \tpop\tr9\n     e4e:\t8f 90       \tpop\tr8\n     e50:\t7f 90       \tpop\tr7\n     e52:\t6f 90       \tpop\tr6\n     e54:\t5f 90       \tpop\tr5\n     e56:\t4f 90       \tpop\tr4\n     e58:\t3f 90       \tpop\tr3\n     e5a:\t2f 90       \tpop\tr2\n     e5c:\t08 95       \tret\n\n00000e5e <_Z23gpsConfigureBeforeStartPc>:\n\nbool gpsConfigureBeforeStart(char *messageBuffer) {\n     e5e:\t0f 93       \tpush\tr16\n     e60:\t1f 93       \tpush\tr17\n     e62:\tcf 93       \tpush\tr28\n     e64:\t8c 01       \tmovw\tr16, r24\n\tchar *startMessage;\n\t// wait for boot confirmation of L70 (First Msg: $PMTK011,MTKGPS*08, Second Msg: $PMTK010,002*2D)\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait until L70 is booted, should return $PMTK010,00X*2E\\r\\n\n     e66:\t28 eb       \tldi\tr18, 0xB8\t; 184\n     e68:\t3b e0       \tldi\tr19, 0x0B\t; 11\n     e6a:\t44 eb       \tldi\tr20, 0xB4\t; 180\n     e6c:\tb8 01       \tmovw\tr22, r16\n     e6e:\t8a e0       \tldi\tr24, 0x0A\t; 10\n     e70:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n     e74:\tc8 2f       \tmov\tr28, r24\n     e76:\t88 23       \tand\tr24, r24\n     e78:\t09 f4       \tbrne\t.+2      \t; 0xe7c <_Z23gpsConfigureBeforeStartPc+0x1e>\n     e7a:\t66 c0       \trjmp\t.+204    \t; 0xf48 <_Z23gpsConfigureBeforeStartPc+0xea>\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n     e7c:\t64 e2       \tldi\tr22, 0x24\t; 36\n     e7e:\t70 e0       \tldi\tr23, 0x00\t; 0\n     e80:\tc8 01       \tmovw\tr24, r16\n     e82:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n     e86:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     e88:\t71 f3       \tbreq\t.-36     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     e8a:\tfc 01       \tmovw\tr30, r24\n     e8c:\t01 90       \tld\tr0, Z+\n     e8e:\t00 20       \tand\tr0, r0\n     e90:\te9 f7       \tbrne\t.-6      \t; 0xe8c <_Z23gpsConfigureBeforeStartPc+0x2e>\n     e92:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     e94:\te8 1b       \tsub\tr30, r24\n     e96:\tf9 0b       \tsbc\tr31, r25\n     e98:\t39 97       \tsbiw\tr30, 0x09\t; 9\n     e9a:\t28 f3       \tbrcs\t.-54     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '1') && (startMessage[7] == '0')) {\n     e9c:\tfc 01       \tmovw\tr30, r24\n     e9e:\t20 81       \tld\tr18, Z\n     ea0:\t24 32       \tcpi\tr18, 0x24\t; 36\n     ea2:\t09 f7       \tbrne\t.-62     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ea4:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     ea6:\t20 35       \tcpi\tr18, 0x50\t; 80\n     ea8:\tf1 f6       \tbrne\t.-68     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     eaa:\t22 81       \tldd\tr18, Z+2\t; 0x02\n     eac:\t2d 34       \tcpi\tr18, 0x4D\t; 77\n     eae:\td9 f6       \tbrne\t.-74     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     eb0:\t23 81       \tldd\tr18, Z+3\t; 0x03\n     eb2:\t24 35       \tcpi\tr18, 0x54\t; 84\n     eb4:\tc1 f6       \tbrne\t.-80     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     eb6:\t24 81       \tldd\tr18, Z+4\t; 0x04\n     eb8:\t2b 34       \tcpi\tr18, 0x4B\t; 75\n     eba:\ta9 f6       \tbrne\t.-86     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ebc:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     ebe:\t20 33       \tcpi\tr18, 0x30\t; 48\n     ec0:\t91 f6       \tbrne\t.-92     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ec2:\t26 81       \tldd\tr18, Z+6\t; 0x06\n     ec4:\t21 33       \tcpi\tr18, 0x31\t; 49\n     ec6:\t79 f6       \tbrne\t.-98     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ec8:\t87 81       \tldd\tr24, Z+7\t; 0x07\n     eca:\t80 33       \tcpi\tr24, 0x30\t; 48\n     ecc:\t61 f6       \tbrne\t.-104    \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n\t\tprintf(\"First: %s\\n\\r\\n\\r\", messageBuffer);\n\t\tinitPrimaryUARTwith9600();\n\t}\n\t*/\n\t// wait on confirmation of setting\n\tprintf(commandGPGGAandGPRMCEverySecond); // request only GPGGA and GPRMC messages\n     ece:\t80 91 01 38 \tlds\tr24, 0x3801\t; 0x803801 <__DATA_REGION_ORIGIN__+0x1>\n     ed2:\t8f 93       \tpush\tr24\n     ed4:\t80 91 00 38 \tlds\tr24, 0x3800\t; 0x803800 <__DATA_REGION_ORIGIN__>\n     ed8:\t8f 93       \tpush\tr24\n     eda:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n     ede:\t0f 90       \tpop\tr0\n     ee0:\t0f 90       \tpop\tr0\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait on answer for setting, return false if no message received after 1200ms\n     ee2:\t28 eb       \tldi\tr18, 0xB8\t; 184\n     ee4:\t3b e0       \tldi\tr19, 0x0B\t; 11\n     ee6:\t44 eb       \tldi\tr20, 0xB4\t; 180\n     ee8:\tb8 01       \tmovw\tr22, r16\n     eea:\t8a e0       \tldi\tr24, 0x0A\t; 10\n     eec:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n     ef0:\tc8 2f       \tmov\tr28, r24\n     ef2:\t88 23       \tand\tr24, r24\n     ef4:\t49 f1       \tbreq\t.+82     \t; 0xf48 <_Z23gpsConfigureBeforeStartPc+0xea>\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n     ef6:\t64 e2       \tldi\tr22, 0x24\t; 36\n     ef8:\t70 e0       \tldi\tr23, 0x00\t; 0\n     efa:\tc8 01       \tmovw\tr24, r16\n     efc:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n     f00:\tfc 01       \tmovw\tr30, r24\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n     f02:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     f04:\t71 f3       \tbreq\t.-36     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f06:\tdc 01       \tmovw\tr26, r24\n     f08:\t0d 90       \tld\tr0, X+\n     f0a:\t00 20       \tand\tr0, r0\n     f0c:\te9 f7       \tbrne\t.-6      \t; 0xf08 <_Z23gpsConfigureBeforeStartPc+0xaa>\n     f0e:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     f10:\ta8 1b       \tsub\tr26, r24\n     f12:\tb9 0b       \tsbc\tr27, r25\n     f14:\t19 97       \tsbiw\tr26, 0x09\t; 9\n     f16:\t28 f3       \tbrcs\t.-54     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '0') && (startMessage[7] == '1')) {\n     f18:\t80 81       \tld\tr24, Z\n     f1a:\t84 32       \tcpi\tr24, 0x24\t; 36\n     f1c:\t11 f7       \tbrne\t.-60     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f1e:\t81 81       \tldd\tr24, Z+1\t; 0x01\n     f20:\t80 35       \tcpi\tr24, 0x50\t; 80\n     f22:\tf9 f6       \tbrne\t.-66     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f24:\t82 81       \tldd\tr24, Z+2\t; 0x02\n     f26:\t8d 34       \tcpi\tr24, 0x4D\t; 77\n     f28:\te1 f6       \tbrne\t.-72     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f2a:\t83 81       \tldd\tr24, Z+3\t; 0x03\n     f2c:\t84 35       \tcpi\tr24, 0x54\t; 84\n     f2e:\tc9 f6       \tbrne\t.-78     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f30:\t84 81       \tldd\tr24, Z+4\t; 0x04\n     f32:\t8b 34       \tcpi\tr24, 0x4B\t; 75\n     f34:\tb1 f6       \tbrne\t.-84     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f36:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f38:\t80 33       \tcpi\tr24, 0x30\t; 48\n     f3a:\t99 f6       \tbrne\t.-90     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f3c:\t86 81       \tldd\tr24, Z+6\t; 0x06\n     f3e:\t80 33       \tcpi\tr24, 0x30\t; 48\n     f40:\t81 f6       \tbrne\t.-96     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f42:\t87 81       \tldd\tr24, Z+7\t; 0x07\n     f44:\t81 33       \tcpi\tr24, 0x31\t; 49\n     f46:\t69 f6       \tbrne\t.-102    \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n\t\tprintf(\"Second: %s\\n\\r\", messageBuffer);\n\t\t_delay_ms(20);\n\t\tinitPrimaryUARTwith9600();\n\t}*/\n\treturn true;\n}\n     f48:\t8c 2f       \tmov\tr24, r28\n     f4a:\tcf 91       \tpop\tr28\n     f4c:\t1f 91       \tpop\tr17\n     f4e:\t0f 91       \tpop\tr16\n     f50:\t08 95       \tret\n\n00000f52 <_Z7i2cInitv>:\n#include \"I2C.h\"\n\nvoid i2cInit() {\n\tTWI0.MBAUD = (uint8_t)I2C_BAUD(100000); // set MBAUD register for 100kHz\n     f52:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f54:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f56:\t16 82       \tstd\tZ+6, r1\t; 0x06\n\tTWI0.MCTRLA = 1 << TWI_ENABLE_bp // Enable TWI Master: enabled\n\t| 0 << TWI_QCEN_bp // Quick Command Enable: disabled\n\t| 0 << TWI_RIEN_bp // Read Interrupt Enable: disabled\n\t| 1 << TWI_SMEN_bp // Smart Mode Enable: enabled\n\t| TWI_TIMEOUT_DISABLED_gc // Bus Timeout Disabled\n\t| 0 << TWI_WIEN_bp; // Write Interrupt Enable: disabled\n     f58:\t83 e0       \tldi\tr24, 0x03\t; 3\n     f5a:\t83 83       \tstd\tZ+3, r24\t; 0x03\n\tTWI0.MCTRLB |= TWI_FLUSH_bm; // Purge MADDR and MDATA\n     f5c:\t84 81       \tldd\tr24, Z+4\t; 0x04\n     f5e:\t88 60       \tori\tr24, 0x08\t; 8\n     f60:\t84 83       \tstd\tZ+4, r24\t; 0x04\n\tTWI0.MSTATUS |= TWI_BUSSTATE_IDLE_gc ; // Force TWI state machine into IDLE state\n     f62:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f64:\t81 60       \tori\tr24, 0x01\t; 1\n     f66:\t85 83       \tstd\tZ+5, r24\t; 0x05\n\tTWI0.MSTATUS |= (TWI_RIF_bm | TWI_WIF_bm) ;\n     f68:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f6a:\t80 6c       \tori\tr24, 0xC0\t; 192\n     f6c:\t85 83       \tstd\tZ+5, r24\t; 0x05\n     f6e:\t08 95       \tret\n\n00000f70 <_Z7pollRIFv>:\n}\n\nbool pollRIF() {\n     f70:\t88 e8       \tldi\tr24, 0x88\t; 136\n     f72:\t93 e1       \tldi\tr25, 0x13\t; 19\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_RIF_bm)) {\n     f74:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f76:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f78:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     f7a:\t22 23       \tand\tr18, r18\n     f7c:\t44 f0       \tbrlt\t.+16     \t; 0xf8e <_Z7pollRIFv+0x1e>\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n     f7e:\t23 e0       \tldi\tr18, 0x03\t; 3\n     f80:\t2a 95       \tdec\tr18\n     f82:\tf1 f7       \tbrne\t.-4      \t; 0xf80 <_Z7pollRIFv+0x10>\n     f84:\t00 00       \tnop\n     f86:\t01 97       \tsbiw\tr24, 0x01\t; 1\n\t\t _delay_us(TIMEOUT_US_WAIT);\n\t\t timeout--;\n\t\t if(timeout == 0) {\n     f88:\tb9 f7       \tbrne\t.-18     \t; 0xf78 <_Z7pollRIFv+0x8>\n\t\t\t return false; // failed\n     f8a:\t80 e0       \tldi\tr24, 0x00\t; 0\n     f8c:\t08 95       \tret\n\t\t }\n\t}\n\treturn true;\n     f8e:\t81 e0       \tldi\tr24, 0x01\t; 1\n}\n     f90:\t08 95       \tret\n\n00000f92 <_Z7pollWIFv>:\n\nbool pollWIF() {\n     f92:\t88 e8       \tldi\tr24, 0x88\t; 136\n     f94:\t93 e1       \tldi\tr25, 0x13\t; 19\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_WIF_bm)) {\n     f96:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f98:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f9a:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     f9c:\t26 fd       \tsbrc\tr18, 6\n     f9e:\t08 c0       \trjmp\t.+16     \t; 0xfb0 <_Z7pollWIFv+0x1e>\n     fa0:\t23 e0       \tldi\tr18, 0x03\t; 3\n     fa2:\t2a 95       \tdec\tr18\n     fa4:\tf1 f7       \tbrne\t.-4      \t; 0xfa2 <_Z7pollWIFv+0x10>\n     fa6:\t00 00       \tnop\n     fa8:\t01 97       \tsbiw\tr24, 0x01\t; 1\n\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\ttimeout--;\n\t\tif(timeout == 0) {\n     faa:\tb9 f7       \tbrne\t.-18     \t; 0xf9a <_Z7pollWIFv+0x8>\n\t\t\treturn false; // failed\n     fac:\t80 e0       \tldi\tr24, 0x00\t; 0\n     fae:\t08 95       \tret\n\t\t}\n\t}\n\treturn true;\t\n     fb0:\t81 e0       \tldi\tr24, 0x01\t; 1\n}\n     fb2:\t08 95       \tret\n\n00000fb4 <_Z12i2cStartReadh>:\n\nbool i2cStartRead(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1) | 1;  // lsb = 1 for read\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n     fb4:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n     fb8:\t93 70       \tandi\tr25, 0x03\t; 3\n     fba:\t93 30       \tcpi\tr25, 0x03\t; 3\n     fbc:\t59 f0       \tbreq\t.+22     \t; 0xfd4 <_Z12i2cStartReadh+0x20>\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n     fbe:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     fc0:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     fc2:\t94 81       \tldd\tr25, Z+4\t; 0x04\n     fc4:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n     fc6:\t94 83       \tstd\tZ+4, r25\t; 0x04\n\t}\n\treturn true;\t\n}\n\nbool i2cStartRead(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1) | 1;  // lsb = 1 for read\n     fc8:\t88 0f       \tadd\tr24, r24\n     fca:\t81 60       \tori\tr24, 0x01\t; 1\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n     fcc:\t87 83       \tstd\tZ+7, r24\t; 0x07\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // read polling\n\t\tif(!pollRIF()) { return false; }\n     fce:\t0e 94 b8 07 \tcall\t0xf70\t; 0xf70 <_Z7pollRIFv>\n     fd2:\t08 95       \tret\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n     fd4:\t80 e0       \tldi\tr24, 0x00\t; 0\n}\n     fd6:\t08 95       \tret\n\n00000fd8 <_Z13i2cStartWriteh>:\n\nbool i2cStartWrite(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1); // lsb = 0 for write\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n     fd8:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n     fdc:\t93 70       \tandi\tr25, 0x03\t; 3\n     fde:\t93 30       \tcpi\tr25, 0x03\t; 3\n     fe0:\t51 f0       \tbreq\t.+20     \t; 0xff6 <_Z13i2cStartWriteh+0x1e>\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n     fe2:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     fe4:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     fe6:\t94 81       \tldd\tr25, Z+4\t; 0x04\n     fe8:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n     fea:\t94 83       \tstd\tZ+4, r25\t; 0x04\n\t}\n\treturn false; // bus is busy\n}\n\nbool i2cStartWrite(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1); // lsb = 0 for write\n     fec:\t88 0f       \tadd\tr24, r24\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n     fee:\t87 83       \tstd\tZ+7, r24\t; 0x07\n\t\t//while(!(TWI0.MSTATUS & TWI_WIF_bm)); // write polling\n\t\tif(!pollWIF()) { return false; }\n     ff0:\t0e 94 c9 07 \tcall\t0xf92\t; 0xf92 <_Z7pollWIFv>\n     ff4:\t08 95       \tret\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n     ff6:\t80 e0       \tldi\tr24, 0x00\t; 0\n}\n     ff8:\t08 95       \tret\n\n00000ffa <_Z7i2cReadb>:\n\nuint8_t i2cRead(bool ack) { // ACK=1 send ACK ; ACK=0 send NACK\n     ffa:\tcf 93       \tpush\tr28\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify master owns the bus\n     ffc:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n    1000:\t93 70       \tandi\tr25, 0x03\t; 3\n    1002:\t92 30       \tcpi\tr25, 0x02\t; 2\n    1004:\ta9 f4       \tbrne\t.+42     \t; 0x1030 <_Z7i2cReadb+0x36>\n    1006:\tc8 2f       \tmov\tr28, r24\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // wait until RIF set (ack of receiver)\n\t\tif(!pollRIF()) { return 0; }\n    1008:\t0e 94 b8 07 \tcall\t0xf70\t; 0xf70 <_Z7pollRIFv>\n    100c:\t88 23       \tand\tr24, r24\n    100e:\t91 f0       \tbreq\t.+36     \t; 0x1034 <_Z7i2cReadb+0x3a>\n\t\tuint8_t data = TWI0.MDATA;\n    1010:\t80 91 a8 08 \tlds\tr24, 0x08A8\t; 0x8008a8 <__RODATA_PM_OFFSET__+0x7f88a8>\n\t\tif(ack) { TWI0.MCTRLB &= ~(1<<TWI_ACKACT_bp); } // send ack\n    1014:\tcc 23       \tand\tr28, r28\n    1016:\t31 f0       \tbreq\t.+12     \t; 0x1024 <_Z7i2cReadb+0x2a>\n    1018:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    101a:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    101c:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    101e:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n    1020:\t94 83       \tstd\tZ+4, r25\t; 0x04\n    1022:\t09 c0       \trjmp\t.+18     \t; 0x1036 <_Z7i2cReadb+0x3c>\n\t\telse { TWI0.MCTRLB |= (1<<TWI_ACKACT_bp); } // do not send ack, prepare for stop\n    1024:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    1026:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    1028:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    102a:\t94 60       \tori\tr25, 0x04\t; 4\n    102c:\t94 83       \tstd\tZ+4, r25\t; 0x04\n    102e:\t03 c0       \trjmp\t.+6      \t; 0x1036 <_Z7i2cReadb+0x3c>\n\t\treturn data;\n\t}\n\treturn 0; // master does not own the bus\n    1030:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1032:\t01 c0       \trjmp\t.+2      \t; 0x1036 <_Z7i2cReadb+0x3c>\n}\n\nuint8_t i2cRead(bool ack) { // ACK=1 send ACK ; ACK=0 send NACK\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify master owns the bus\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // wait until RIF set (ack of receiver)\n\t\tif(!pollRIF()) { return 0; }\n    1034:\t80 e0       \tldi\tr24, 0x00\t; 0\n\t\tif(ack) { TWI0.MCTRLB &= ~(1<<TWI_ACKACT_bp); } // send ack\n\t\telse { TWI0.MCTRLB |= (1<<TWI_ACKACT_bp); } // do not send ack, prepare for stop\n\t\treturn data;\n\t}\n\treturn 0; // master does not own the bus\n}\n    1036:\tcf 91       \tpop\tr28\n    1038:\t08 95       \tret\n\n0000103a <_Z8i2cWriteh>:\n\nbool i2cWrite(uint8_t write_data) {\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\tif((TWI0.MSTATUS&TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify Master owns the bus\n    103a:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n    103e:\t93 70       \tandi\tr25, 0x03\t; 3\n    1040:\t92 30       \tcpi\tr25, 0x02\t; 2\n    1042:\ta9 f4       \tbrne\t.+42     \t; 0x106e <_Z8i2cWriteh+0x34>\n\t\tTWI0.MDATA = write_data;\n    1044:\t80 93 a8 08 \tsts\t0x08A8, r24\t; 0x8008a8 <__RODATA_PM_OFFSET__+0x7f88a8>\n    1048:\t28 e8       \tldi\tr18, 0x88\t; 136\n    104a:\t33 e1       \tldi\tr19, 0x13\t; 19\n\t\twhile(!((TWI0.MSTATUS & TWI_WIF_bm) | (TWI0.MSTATUS & TWI_RXACK_bm))) { // wait until WIF set and RXACK cleared\n    104c:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    104e:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    1050:\t85 81       \tldd\tr24, Z+5\t; 0x05\n    1052:\t95 81       \tldd\tr25, Z+5\t; 0x05\n    1054:\t90 71       \tandi\tr25, 0x10\t; 16\n    1056:\t80 74       \tandi\tr24, 0x40\t; 64\n    1058:\t89 2b       \tor\tr24, r25\n    105a:\t59 f4       \tbrne\t.+22     \t; 0x1072 <_Z8i2cWriteh+0x38>\n    105c:\t83 e0       \tldi\tr24, 0x03\t; 3\n    105e:\t8a 95       \tdec\tr24\n    1060:\tf1 f7       \tbrne\t.-4      \t; 0x105e <_Z8i2cWriteh+0x24>\n    1062:\t00 00       \tnop\n    1064:\t21 50       \tsubi\tr18, 0x01\t; 1\n    1066:\t31 09       \tsbc\tr19, r1\n\t\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\t\ttimeout--;\n\t\t\tif(timeout == 0) {\n    1068:\t99 f7       \tbrne\t.-26     \t; 0x1050 <_Z8i2cWriteh+0x16>\n\t\t\t\treturn false; // failed\n    106a:\t80 e0       \tldi\tr24, 0x00\t; 0\n    106c:\t08 95       \tret\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\treturn false; // master does not own the bus\n    106e:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1070:\t08 95       \tret\n\t\t\ttimeout--;\n\t\t\tif(timeout == 0) {\n\t\t\t\treturn false; // failed\n\t\t\t}\n\t\t}\n\t\treturn true;\n    1072:\t81 e0       \tldi\tr24, 0x01\t; 1\n\t}\n\treturn false; // master does not own the bus\n}\n    1074:\t08 95       \tret\n\n00001076 <_Z7i2cStopv>:\n\nvoid i2cStop() {\n\tTWI0.MCTRLB |= TWI_ACKACT_NACK_gc;\n    1076:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    1078:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    107a:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    107c:\t84 60       \tori\tr24, 0x04\t; 4\n    107e:\t84 83       \tstd\tZ+4, r24\t; 0x04\n\tTWI0.MCTRLB |= TWI_MCMD_STOP_gc;\n    1080:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    1082:\t83 60       \tori\tr24, 0x03\t; 3\n    1084:\t84 83       \tstd\tZ+4, r24\t; 0x04\n    1086:\t08 95       \tret\n\n00001088 <__vector_6>:\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n    1088:\t1f 92       \tpush\tr1\n    108a:\t0f 92       \tpush\tr0\n    108c:\t0f b6       \tin\tr0, 0x3f\t; 63\n    108e:\t0f 92       \tpush\tr0\n    1090:\t11 24       \teor\tr1, r1\n    1092:\t8f 93       \tpush\tr24\n    1094:\tef 93       \tpush\tr30\n    1096:\tff 93       \tpush\tr31\n    1098:\t81 e0       \tldi\tr24, 0x01\t; 1\n    109a:\t80 93 1d 38 \tsts\t0x381D, r24\t; 0x80381d <downloadInterrupt>\n    109e:\te0 e0       \tldi\tr30, 0x00\t; 0\n    10a0:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    10a2:\t81 85       \tldd\tr24, Z+9\t; 0x09\n    10a4:\t80 62       \tori\tr24, 0x20\t; 32\n    10a6:\t81 87       \tstd\tZ+9, r24\t; 0x09\n    10a8:\tff 91       \tpop\tr31\n    10aa:\tef 91       \tpop\tr30\n    10ac:\t8f 91       \tpop\tr24\n    10ae:\t0f 90       \tpop\tr0\n    10b0:\t0f be       \tout\t0x3f, r0\t; 63\n    10b2:\t0f 90       \tpop\tr0\n    10b4:\t1f 90       \tpop\tr1\n    10b6:\t18 95       \treti\n\n000010b8 <__vector_3>:\n    10b8:\t1f 92       \tpush\tr1\n    10ba:\t0f 92       \tpush\tr0\n    10bc:\t0f b6       \tin\tr0, 0x3f\t; 63\n    10be:\t0f 92       \tpush\tr0\n    10c0:\t11 24       \teor\tr1, r1\n    10c2:\t8f 93       \tpush\tr24\n    10c4:\t81 e0       \tldi\tr24, 0x01\t; 1\n    10c6:\t80 93 1b 38 \tsts\t0x381B, r24\t; 0x80381b <rtcInterrupt>\n    10ca:\t80 93 43 01 \tsts\t0x0143, r24\t; 0x800143 <__RODATA_PM_OFFSET__+0x7f8143>\n    10ce:\t8f 91       \tpop\tr24\n    10d0:\t0f 90       \tpop\tr0\n    10d2:\t0f be       \tout\t0x3f, r0\t; 63\n    10d4:\t0f 90       \tpop\tr0\n    10d6:\t1f 90       \tpop\tr1\n    10d8:\t18 95       \treti\n\n000010da <__vector_8>:\n    10da:\t1f 92       \tpush\tr1\n    10dc:\t0f 92       \tpush\tr0\n    10de:\t0f b6       \tin\tr0, 0x3f\t; 63\n    10e0:\t0f 92       \tpush\tr0\n    10e2:\t11 24       \teor\tr1, r1\n    10e4:\t2f 93       \tpush\tr18\n    10e6:\t3f 93       \tpush\tr19\n    10e8:\t4f 93       \tpush\tr20\n    10ea:\t5f 93       \tpush\tr21\n    10ec:\t6f 93       \tpush\tr22\n    10ee:\t7f 93       \tpush\tr23\n    10f0:\t8f 93       \tpush\tr24\n    10f2:\t9f 93       \tpush\tr25\n    10f4:\taf 93       \tpush\tr26\n    10f6:\tbf 93       \tpush\tr27\n    10f8:\tef 93       \tpush\tr30\n    10fa:\tff 93       \tpush\tr31\n    10fc:\t0e 94 8f 00 \tcall\t0x11e\t; 0x11e <_Z20deviceIncrementTimerv>\n    1100:\t81 e0       \tldi\tr24, 0x01\t; 1\n    1102:\t80 93 0b 0a \tsts\t0x0A0B, r24\t; 0x800a0b <__RODATA_PM_OFFSET__+0x7f8a0b>\n    1106:\tff 91       \tpop\tr31\n    1108:\tef 91       \tpop\tr30\n    110a:\tbf 91       \tpop\tr27\n    110c:\taf 91       \tpop\tr26\n    110e:\t9f 91       \tpop\tr25\n    1110:\t8f 91       \tpop\tr24\n    1112:\t7f 91       \tpop\tr23\n    1114:\t6f 91       \tpop\tr22\n    1116:\t5f 91       \tpop\tr21\n    1118:\t4f 91       \tpop\tr20\n    111a:\t3f 91       \tpop\tr19\n    111c:\t2f 91       \tpop\tr18\n    111e:\t0f 90       \tpop\tr0\n    1120:\t0f be       \tout\t0x3f, r0\t; 63\n    1122:\t0f 90       \tpop\tr0\n    1124:\t1f 90       \tpop\tr1\n    1126:\t18 95       \treti\n\n00001128 <__vector_24>:\n    1128:\t1f 92       \tpush\tr1\n    112a:\t0f 92       \tpush\tr0\n    112c:\t0f b6       \tin\tr0, 0x3f\t; 63\n    112e:\t0f 92       \tpush\tr0\n    1130:\t11 24       \teor\tr1, r1\n    1132:\t8f 93       \tpush\tr24\n    1134:\tef 93       \tpush\tr30\n    1136:\tff 93       \tpush\tr31\n    1138:\t81 e0       \tldi\tr24, 0x01\t; 1\n    113a:\t80 93 1c 38 \tsts\t0x381C, r24\t; 0x80381c <gpio2Interrupt>\n    113e:\te0 e4       \tldi\tr30, 0x40\t; 64\n    1140:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    1142:\t81 85       \tldd\tr24, Z+9\t; 0x09\n    1144:\t82 60       \tori\tr24, 0x02\t; 2\n    1146:\t81 87       \tstd\tZ+9, r24\t; 0x09\n    1148:\tff 91       \tpop\tr31\n    114a:\tef 91       \tpop\tr30\n    114c:\t8f 91       \tpop\tr24\n    114e:\t0f 90       \tpop\tr0\n    1150:\t0f be       \tout\t0x3f, r0\t; 63\n    1152:\t0f 90       \tpop\tr0\n    1154:\t1f 90       \tpop\tr1\n    1156:\t18 95       \treti\n\n00001158 <_Z4waitj>:\n    1158:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    115c:\t0e 94 e8 00 \tcall\t0x1d0\t; 0x1d0 <_Z18deviceStandbySleepv>\n    1160:\t10 92 40 01 \tsts\t0x0140, r1\t; 0x800140 <__RODATA_PM_OFFSET__+0x7f8140>\n    1164:\t08 95       \tret\n\n00001166 <_Z14voltageNotOkayv>:\n    1166:\t20 91 2e 38 \tlds\tr18, 0x382E\t; 0x80382e <batteryVoltage>\n    116a:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    116e:\t80 91 07 38 \tlds\tr24, 0x3807\t; 0x803807 <eepromSettingMinVoltage>\n    1172:\t90 91 08 38 \tlds\tr25, 0x3808\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    1176:\t28 17       \tcp\tr18, r24\n    1178:\t39 07       \tcpc\tr19, r25\n    117a:\t30 f0       \tbrcs\t.+12     \t; 0x1188 <_Z14voltageNotOkayv+0x22>\n    117c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    117e:\t2b 39       \tcpi\tr18, 0x9B\t; 155\n    1180:\t30 41       \tsbci\tr19, 0x10\t; 16\n    1182:\t18 f4       \tbrcc\t.+6      \t; 0x118a <_Z14voltageNotOkayv+0x24>\n    1184:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1186:\t08 95       \tret\n    1188:\t81 e0       \tldi\tr24, 0x01\t; 1\n    118a:\t08 95       \tret\n\n0000118c <_Z11isNightTimev>:\n    118c:\tcf 92       \tpush\tr12\n    118e:\tdf 92       \tpush\tr13\n    1190:\tef 92       \tpush\tr14\n    1192:\tff 92       \tpush\tr15\n    1194:\t0f 93       \tpush\tr16\n    1196:\t1f 93       \tpush\tr17\n    1198:\tcf 93       \tpush\tr28\n    119a:\tdf 93       \tpush\tr29\n    119c:\t40 91 22 38 \tlds\tr20, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    11a0:\tc0 91 21 38 \tlds\tr28, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    11a4:\t30 91 24 38 \tlds\tr19, 0x3824\t; 0x803824 <eepromSettingTurnOnHour>\n    11a8:\t00 91 23 38 \tlds\tr16, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    11ac:\t60 91 17 38 \tlds\tr22, 0x3817\t; 0x803817 <timestampEstimation>\n    11b0:\t70 91 18 38 \tlds\tr23, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    11b4:\t80 91 19 38 \tlds\tr24, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    11b8:\t90 91 1a 38 \tlds\tr25, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    11bc:\t31 11       \tcpse\tr19, r1\n    11be:\t07 c0       \trjmp\t.+14     \t; 0x11ce <_Z11isNightTimev+0x42>\n    11c0:\t01 11       \tcpse\tr16, r1\n    11c2:\t05 c0       \trjmp\t.+10     \t; 0x11ce <_Z11isNightTimev+0x42>\n    11c4:\t47 31       \tcpi\tr20, 0x17\t; 23\n    11c6:\t19 f4       \tbrne\t.+6      \t; 0x11ce <_Z11isNightTimev+0x42>\n    11c8:\tcb 33       \tcpi\tr28, 0x3B\t; 59\n    11ca:\t09 f4       \tbrne\t.+2      \t; 0x11ce <_Z11isNightTimev+0x42>\n    11cc:\t46 c0       \trjmp\t.+140    \t; 0x125a <_Z11isNightTimev+0xce>\n    11ce:\t61 15       \tcp\tr22, r1\n    11d0:\t71 05       \tcpc\tr23, r1\n    11d2:\t81 05       \tcpc\tr24, r1\n    11d4:\t91 05       \tcpc\tr25, r1\n    11d6:\t09 f4       \tbrne\t.+2      \t; 0x11da <_Z11isNightTimev+0x4e>\n    11d8:\t42 c0       \trjmp\t.+132    \t; 0x125e <_Z11isNightTimev+0xd2>\n    11da:\t2c e3       \tldi\tr18, 0x3C\t; 60\n    11dc:\td0 e0       \tldi\tr29, 0x00\t; 0\n    11de:\t24 9f       \tmul\tr18, r20\n    11e0:\tc0 0d       \tadd\tr28, r0\n    11e2:\td1 1d       \tadc\tr29, r1\n    11e4:\t11 24       \teor\tr1, r1\n    11e6:\t10 e0       \tldi\tr17, 0x00\t; 0\n    11e8:\t23 9f       \tmul\tr18, r19\n    11ea:\t00 0d       \tadd\tr16, r0\n    11ec:\t11 1d       \tadc\tr17, r1\n    11ee:\t11 24       \teor\tr1, r1\n    11f0:\t2c e3       \tldi\tr18, 0x3C\t; 60\n    11f2:\t30 e0       \tldi\tr19, 0x00\t; 0\n    11f4:\t40 e0       \tldi\tr20, 0x00\t; 0\n    11f6:\t50 e0       \tldi\tr21, 0x00\t; 0\n    11f8:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    11fc:\tca 01       \tmovw\tr24, r20\n    11fe:\tb9 01       \tmovw\tr22, r18\n    1200:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1202:\t35 e0       \tldi\tr19, 0x05\t; 5\n    1204:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1206:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1208:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    120c:\tc0 17       \tcp\tr28, r16\n    120e:\td1 07       \tcpc\tr29, r17\n    1210:\t90 f4       \tbrcc\t.+36     \t; 0x1236 <_Z11isNightTimev+0xaa>\n    1212:\t6e 01       \tmovw\tr12, r28\n    1214:\te1 2c       \tmov\tr14, r1\n    1216:\tf1 2c       \tmov\tr15, r1\n    1218:\t6c 15       \tcp\tr22, r12\n    121a:\t7d 05       \tcpc\tr23, r13\n    121c:\t8e 05       \tcpc\tr24, r14\n    121e:\t9f 05       \tcpc\tr25, r15\n    1220:\t00 f1       \tbrcs\t.+64     \t; 0x1262 <_Z11isNightTimev+0xd6>\n    1222:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1224:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1226:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1228:\t60 17       \tcp\tr22, r16\n    122a:\t71 07       \tcpc\tr23, r17\n    122c:\t82 07       \tcpc\tr24, r18\n    122e:\t93 07       \tcpc\tr25, r19\n    1230:\td8 f0       \tbrcs\t.+54     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1232:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1234:\t19 c0       \trjmp\t.+50     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1236:\t6e 01       \tmovw\tr12, r28\n    1238:\te1 2c       \tmov\tr14, r1\n    123a:\tf1 2c       \tmov\tr15, r1\n    123c:\t6c 15       \tcp\tr22, r12\n    123e:\t7d 05       \tcpc\tr23, r13\n    1240:\t8e 05       \tcpc\tr24, r14\n    1242:\t9f 05       \tcpc\tr25, r15\n    1244:\t80 f4       \tbrcc\t.+32     \t; 0x1266 <_Z11isNightTimev+0xda>\n    1246:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1248:\t30 e0       \tldi\tr19, 0x00\t; 0\n    124a:\t41 e0       \tldi\tr20, 0x01\t; 1\n    124c:\t60 17       \tcp\tr22, r16\n    124e:\t71 07       \tcpc\tr23, r17\n    1250:\t82 07       \tcpc\tr24, r18\n    1252:\t93 07       \tcpc\tr25, r19\n    1254:\t48 f0       \tbrcs\t.+18     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1256:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1258:\t07 c0       \trjmp\t.+14     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    125a:\t40 e0       \tldi\tr20, 0x00\t; 0\n    125c:\t05 c0       \trjmp\t.+10     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    125e:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1260:\t03 c0       \trjmp\t.+6      \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1262:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1264:\t01 c0       \trjmp\t.+2      \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1266:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1268:\t84 2f       \tmov\tr24, r20\n    126a:\tdf 91       \tpop\tr29\n    126c:\tcf 91       \tpop\tr28\n    126e:\t1f 91       \tpop\tr17\n    1270:\t0f 91       \tpop\tr16\n    1272:\tff 90       \tpop\tr15\n    1274:\tef 90       \tpop\tr14\n    1276:\tdf 90       \tpop\tr13\n    1278:\tcf 90       \tpop\tr12\n    127a:\t08 95       \tret\n\n0000127c <_Z36getOperationVoltageMinFromTinyEEPROMv>:\n    127c:\tcf 93       \tpush\tr28\n    127e:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1280:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1282:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1286:\tc8 2f       \tmov\tr28, r24\n    1288:\t83 e1       \tldi\tr24, 0x13\t; 19\n    128a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    128c:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1290:\t2c 2f       \tmov\tr18, r28\n    1292:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1294:\t32 2f       \tmov\tr19, r18\n    1296:\t22 27       \teor\tr18, r18\n    1298:\t28 2b       \tor\tr18, r24\n    129a:\tc9 01       \tmovw\tr24, r18\n    129c:\t88 5b       \tsubi\tr24, 0xB8\t; 184\n    129e:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    12a0:\t83 3e       \tcpi\tr24, 0xE3\t; 227\n    12a2:\t94 40       \tsbci\tr25, 0x04\t; 4\n    12a4:\t18 f4       \tbrcc\t.+6      \t; 0x12ac <_Z36getOperationVoltageMinFromTinyEEPROMv+0x30>\n    12a6:\t82 2f       \tmov\tr24, r18\n    12a8:\t93 2f       \tmov\tr25, r19\n    12aa:\t02 c0       \trjmp\t.+4      \t; 0x12b0 <_Z36getOperationVoltageMinFromTinyEEPROMv+0x34>\n    12ac:\t84 ee       \tldi\tr24, 0xE4\t; 228\n    12ae:\t9c e0       \tldi\tr25, 0x0C\t; 12\n    12b0:\tcf 91       \tpop\tr28\n    12b2:\t08 95       \tret\n\n000012b4 <_Z29getGPSFrequencyFromTinyEEPROMv>:\n    12b4:\tcf 93       \tpush\tr28\n    12b6:\t84 e1       \tldi\tr24, 0x14\t; 20\n    12b8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12ba:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    12be:\tc8 2f       \tmov\tr28, r24\n    12c0:\t85 e1       \tldi\tr24, 0x15\t; 21\n    12c2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12c4:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    12c8:\t2c 2f       \tmov\tr18, r28\n    12ca:\t30 e0       \tldi\tr19, 0x00\t; 0\n    12cc:\t32 2f       \tmov\tr19, r18\n    12ce:\t22 27       \teor\tr18, r18\n    12d0:\t28 2b       \tor\tr18, r24\n    12d2:\tc9 01       \tmovw\tr24, r18\n    12d4:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    12d6:\t8e 3f       \tcpi\tr24, 0xFE\t; 254\n    12d8:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    12da:\t18 f4       \tbrcc\t.+6      \t; 0x12e2 <_Z29getGPSFrequencyFromTinyEEPROMv+0x2e>\n    12dc:\t82 2f       \tmov\tr24, r18\n    12de:\t93 2f       \tmov\tr25, r19\n    12e0:\t02 c0       \trjmp\t.+4      \t; 0x12e6 <_Z29getGPSFrequencyFromTinyEEPROMv+0x32>\n    12e2:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    12e4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12e6:\tcf 91       \tpop\tr28\n    12e8:\t08 95       \tret\n\n000012ea <_Z24getMinHDOPFromTinyEEPROMv>:\n    12ea:\t86 e1       \tldi\tr24, 0x16\t; 22\n    12ec:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12ee:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    12f2:\t96 ef       \tldi\tr25, 0xF6\t; 246\n    12f4:\t98 0f       \tadd\tr25, r24\n    12f6:\t91 3f       \tcpi\tr25, 0xF1\t; 241\n    12f8:\t08 f0       \tbrcs\t.+2      \t; 0x12fc <_Z24getMinHDOPFromTinyEEPROMv+0x12>\n    12fa:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    12fc:\t08 95       \tret\n\n000012fe <_Z32getActivationDelayFromTinyEEPROMv>:\n    12fe:\tcf 93       \tpush\tr28\n    1300:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1302:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1304:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1308:\tc8 2f       \tmov\tr28, r24\n    130a:\t88 e1       \tldi\tr24, 0x18\t; 24\n    130c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    130e:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1312:\t2c 2f       \tmov\tr18, r28\n    1314:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1316:\t32 2f       \tmov\tr19, r18\n    1318:\t22 27       \teor\tr18, r18\n    131a:\t28 2b       \tor\tr18, r24\n    131c:\tc9 01       \tmovw\tr24, r18\n    131e:\t0a 97       \tsbiw\tr24, 0x0a\t; 10\n    1320:\t85 3f       \tcpi\tr24, 0xF5\t; 245\n    1322:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1324:\t18 f4       \tbrcc\t.+6      \t; 0x132c <_Z32getActivationDelayFromTinyEEPROMv+0x2e>\n    1326:\t82 2f       \tmov\tr24, r18\n    1328:\t93 2f       \tmov\tr25, r19\n    132a:\t02 c0       \trjmp\t.+4      \t; 0x1330 <_Z32getActivationDelayFromTinyEEPROMv+0x32>\n    132c:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    132e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1330:\tcf 91       \tpop\tr28\n    1332:\t08 95       \tret\n\n00001334 <_Z27getTurnOnHourFromTinyEEPROMv>:\n    1334:\t89 e1       \tldi\tr24, 0x19\t; 25\n    1336:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1338:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    133c:\t88 31       \tcpi\tr24, 0x18\t; 24\n    133e:\t08 f0       \tbrcs\t.+2      \t; 0x1342 <_Z27getTurnOnHourFromTinyEEPROMv+0xe>\n    1340:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1342:\t08 95       \tret\n\n00001344 <_Z29getTurnOnMinuteFromTinyEEPROMv>:\n    1344:\t8a e1       \tldi\tr24, 0x1A\t; 26\n    1346:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1348:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    134c:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    134e:\t08 f0       \tbrcs\t.+2      \t; 0x1352 <_Z29getTurnOnMinuteFromTinyEEPROMv+0xe>\n    1350:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1352:\t08 95       \tret\n\n00001354 <_Z28getTurnOffHourFromTinyEEPROMv>:\n    1354:\t8b e1       \tldi\tr24, 0x1B\t; 27\n    1356:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1358:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    135c:\t88 31       \tcpi\tr24, 0x18\t; 24\n    135e:\t08 f0       \tbrcs\t.+2      \t; 0x1362 <_Z28getTurnOffHourFromTinyEEPROMv+0xe>\n    1360:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1362:\t08 95       \tret\n\n00001364 <_Z30getTurnOffMinuteFromTinyEEPROMv>:\n    1364:\t8c e1       \tldi\tr24, 0x1C\t; 28\n    1366:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1368:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    136c:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    136e:\t08 f0       \tbrcs\t.+2      \t; 0x1372 <_Z30getTurnOffMinuteFromTinyEEPROMv+0xe>\n    1370:\t8b e3       \tldi\tr24, 0x3B\t; 59\n    1372:\t08 95       \tret\n\n00001374 <_Z10readMemoryv>:\n    1374:\t2f 92       \tpush\tr2\n    1376:\t3f 92       \tpush\tr3\n    1378:\t4f 92       \tpush\tr4\n    137a:\t5f 92       \tpush\tr5\n    137c:\t6f 92       \tpush\tr6\n    137e:\t7f 92       \tpush\tr7\n    1380:\t8f 92       \tpush\tr8\n    1382:\t9f 92       \tpush\tr9\n    1384:\taf 92       \tpush\tr10\n    1386:\tbf 92       \tpush\tr11\n    1388:\tcf 92       \tpush\tr12\n    138a:\tdf 92       \tpush\tr13\n    138c:\tef 92       \tpush\tr14\n    138e:\tff 92       \tpush\tr15\n    1390:\t0f 93       \tpush\tr16\n    1392:\t1f 93       \tpush\tr17\n    1394:\tcf 93       \tpush\tr28\n    1396:\tdf 93       \tpush\tr29\n    1398:\tcd b7       \tin\tr28, 0x3d\t; 61\n    139a:\tde b7       \tin\tr29, 0x3e\t; 62\n    139c:\t66 97       \tsbiw\tr28, 0x16\t; 22\n    139e:\tcd bf       \tout\t0x3d, r28\t; 61\n    13a0:\tde bf       \tout\t0x3e, r29\t; 62\n    13a2:\t80 91 27 38 \tlds\tr24, 0x3827\t; 0x803827 <firstTTFinSession+0x1>\n    13a6:\t8f 93       \tpush\tr24\n    13a8:\t80 91 26 38 \tlds\tr24, 0x3826\t; 0x803826 <firstTTFinSession>\n    13ac:\t8f 93       \tpush\tr24\n    13ae:\t80 91 29 38 \tlds\tr24, 0x3829\t; 0x803829 <errorCounter+0x1>\n    13b2:\t8f 93       \tpush\tr24\n    13b4:\t80 91 28 38 \tlds\tr24, 0x3828\t; 0x803828 <errorCounter>\n    13b8:\t8f 93       \tpush\tr24\n    13ba:\t80 91 2d 38 \tlds\tr24, 0x382D\t; 0x80382d <timeoutCounter>\n    13be:\t1f 92       \tpush\tr1\n    13c0:\t8f 93       \tpush\tr24\n    13c2:\t80 91 2c 38 \tlds\tr24, 0x382C\t; 0x80382c <timeoutNotEvenTimeCounter>\n    13c6:\t1f 92       \tpush\tr1\n    13c8:\t8f 93       \tpush\tr24\n    13ca:\t80 91 2b 38 \tlds\tr24, 0x382B\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    13ce:\t8f 93       \tpush\tr24\n    13d0:\t80 91 2a 38 \tlds\tr24, 0x382A\t; 0x80382a <undervoltageUnderLoadCounter>\n    13d4:\t8f 93       \tpush\tr24\n    13d6:\t82 ea       \tldi\tr24, 0xA2\t; 162\n    13d8:\t9a eb       \tldi\tr25, 0xBA\t; 186\n    13da:\t9f 93       \tpush\tr25\n    13dc:\t8f 93       \tpush\tr24\n    13de:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    13e2:\t04 e0       \tldi\tr16, 0x04\t; 4\n    13e4:\t10 e0       \tldi\tr17, 0x00\t; 0\n    13e6:\t20 e0       \tldi\tr18, 0x00\t; 0\n    13e8:\t30 e0       \tldi\tr19, 0x00\t; 0\n    13ea:\tae 01       \tmovw\tr20, r28\n    13ec:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    13ee:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    13f0:\t60 e0       \tldi\tr22, 0x00\t; 0\n    13f2:\t70 e0       \tldi\tr23, 0x00\t; 0\n    13f4:\tcb 01       \tmovw\tr24, r22\n    13f6:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    13fa:\t18 2f       \tmov\tr17, r24\n    13fc:\tcd bf       \tout\t0x3d, r28\t; 61\n    13fe:\tde bf       \tout\t0x3e, r29\t; 62\n    1400:\t88 23       \tand\tr24, r24\n    1402:\t09 f4       \tbrne\t.+2      \t; 0x1406 <_Z10readMemoryv+0x92>\n    1404:\tfb c1       \trjmp\t.+1014   \t; 0x17fc <_Z10readMemoryv+0x488>\n    1406:\tce 01       \tmovw\tr24, r28\n    1408:\t01 96       \tadiw\tr24, 0x01\t; 1\n    140a:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    140e:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n    1410:\t78 8b       \tstd\tY+16, r23\t; 0x10\n    1412:\t89 8b       \tstd\tY+17, r24\t; 0x11\n    1414:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n    1416:\t61 30       \tcpi\tr22, 0x01\t; 1\n    1418:\t71 05       \tcpc\tr23, r1\n    141a:\t82 40       \tsbci\tr24, 0x02\t; 2\n    141c:\t91 05       \tcpc\tr25, r1\n    141e:\t08 f0       \tbrcs\t.+2      \t; 0x1422 <_Z10readMemoryv+0xae>\n    1420:\tec c1       \trjmp\t.+984    \t; 0x17fa <_Z10readMemoryv+0x486>\n    1422:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1424:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1426:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1428:\t30 e0       \tldi\tr19, 0x00\t; 0\n    142a:\tae 01       \tmovw\tr20, r28\n    142c:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    142e:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1430:\t64 e0       \tldi\tr22, 0x04\t; 4\n    1432:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1434:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1436:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1438:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    143c:\t18 2f       \tmov\tr17, r24\n    143e:\t88 23       \tand\tr24, r24\n    1440:\t09 f4       \tbrne\t.+2      \t; 0x1444 <_Z10readMemoryv+0xd0>\n    1442:\tdc c1       \trjmp\t.+952    \t; 0x17fc <_Z10readMemoryv+0x488>\n    1444:\tce 01       \tmovw\tr24, r28\n    1446:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1448:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    144c:\t2b 01       \tmovw\tr4, r22\n    144e:\t3c 01       \tmovw\tr6, r24\n    1450:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    1452:\t48 16       \tcp\tr4, r24\n    1454:\t58 06       \tcpc\tr5, r24\n    1456:\t68 06       \tcpc\tr6, r24\n    1458:\t78 06       \tcpc\tr7, r24\n    145a:\t19 f4       \tbrne\t.+6      \t; 0x1462 <_Z10readMemoryv+0xee>\n    145c:\t41 2c       \tmov\tr4, r1\n    145e:\t51 2c       \tmov\tr5, r1\n    1460:\t32 01       \tmovw\tr6, r4\n    1462:\t6f 85       \tldd\tr22, Y+15\t; 0x0f\n    1464:\t78 89       \tldd\tr23, Y+16\t; 0x10\n    1466:\t89 89       \tldd\tr24, Y+17\t; 0x11\n    1468:\t9a 89       \tldd\tr25, Y+18\t; 0x12\n    146a:\t60 51       \tsubi\tr22, 0x10\t; 16\n    146c:\t71 09       \tsbc\tr23, r1\n    146e:\t81 09       \tsbc\tr24, r1\n    1470:\t91 09       \tsbc\tr25, r1\n    1472:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    1474:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1476:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1478:\t50 e0       \tldi\tr21, 0x00\t; 0\n    147a:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    147e:\tb2 2e       \tmov\tr11, r18\n    1480:\ta3 2e       \tmov\tr10, r19\n    1482:\t94 2e       \tmov\tr9, r20\n    1484:\t85 2e       \tmov\tr8, r21\n    1486:\tc2 2e       \tmov\tr12, r18\n    1488:\td3 2e       \tmov\tr13, r19\n    148a:\te4 2e       \tmov\tr14, r20\n    148c:\tf5 2e       \tmov\tr15, r21\n    148e:\tc1 14       \tcp\tr12, r1\n    1490:\td1 04       \tcpc\tr13, r1\n    1492:\te1 04       \tcpc\tr14, r1\n    1494:\tf1 04       \tcpc\tr15, r1\n    1496:\t59 f0       \tbreq\t.+22     \t; 0x14ae <_Z10readMemoryv+0x13a>\n    1498:\tc3 01       \tmovw\tr24, r6\n    149a:\tb2 01       \tmovw\tr22, r4\n    149c:\ta7 01       \tmovw\tr20, r14\n    149e:\t96 01       \tmovw\tr18, r12\n    14a0:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    14a4:\t72 2e       \tmov\tr7, r18\n    14a6:\t63 2e       \tmov\tr6, r19\n    14a8:\t54 2e       \tmov\tr5, r20\n    14aa:\t45 2e       \tmov\tr4, r21\n    14ac:\t04 c0       \trjmp\t.+8      \t; 0x14b6 <_Z10readMemoryv+0x142>\n    14ae:\t71 2c       \tmov\tr7, r1\n    14b0:\t61 2c       \tmov\tr6, r1\n    14b2:\t51 2c       \tmov\tr5, r1\n    14b4:\t41 2c       \tmov\tr4, r1\n    14b6:\t04 e0       \tldi\tr16, 0x04\t; 4\n    14b8:\t10 e0       \tldi\tr17, 0x00\t; 0\n    14ba:\t20 e0       \tldi\tr18, 0x00\t; 0\n    14bc:\t30 e0       \tldi\tr19, 0x00\t; 0\n    14be:\tae 01       \tmovw\tr20, r28\n    14c0:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    14c2:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    14c4:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    14c6:\t70 e0       \tldi\tr23, 0x00\t; 0\n    14c8:\t80 e0       \tldi\tr24, 0x00\t; 0\n    14ca:\t90 e0       \tldi\tr25, 0x00\t; 0\n    14cc:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    14d0:\t18 2f       \tmov\tr17, r24\n    14d2:\t88 23       \tand\tr24, r24\n    14d4:\t09 f4       \tbrne\t.+2      \t; 0x14d8 <_Z10readMemoryv+0x164>\n    14d6:\t92 c1       \trjmp\t.+804    \t; 0x17fc <_Z10readMemoryv+0x488>\n    14d8:\tce 01       \tmovw\tr24, r28\n    14da:\t01 96       \tadiw\tr24, 0x01\t; 1\n    14dc:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    14e0:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    14e2:\taf ef       \tldi\tr26, 0xFF\t; 255\n    14e4:\t7a 07       \tcpc\tr23, r26\n    14e6:\t8a 07       \tcpc\tr24, r26\n    14e8:\t9a 07       \tcpc\tr25, r26\n    14ea:\t19 f4       \tbrne\t.+6      \t; 0x14f2 <_Z10readMemoryv+0x17e>\n    14ec:\t60 e0       \tldi\tr22, 0x00\t; 0\n    14ee:\t70 e0       \tldi\tr23, 0x00\t; 0\n    14f0:\tcb 01       \tmovw\tr24, r22\n    14f2:\tc1 14       \tcp\tr12, r1\n    14f4:\td1 04       \tcpc\tr13, r1\n    14f6:\te1 04       \tcpc\tr14, r1\n    14f8:\tf1 04       \tcpc\tr15, r1\n    14fa:\t29 f0       \tbreq\t.+10     \t; 0x1506 <_Z10readMemoryv+0x192>\n    14fc:\ta7 01       \tmovw\tr20, r14\n    14fe:\t96 01       \tmovw\tr18, r12\n    1500:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    1504:\t04 c0       \trjmp\t.+8      \t; 0x150e <_Z10readMemoryv+0x19a>\n    1506:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1508:\t30 e0       \tldi\tr19, 0x00\t; 0\n    150a:\t40 e0       \tldi\tr20, 0x00\t; 0\n    150c:\t50 e0       \tldi\tr21, 0x00\t; 0\n    150e:\t5f 93       \tpush\tr21\n    1510:\t4f 93       \tpush\tr20\n    1512:\t3f 93       \tpush\tr19\n    1514:\t2f 93       \tpush\tr18\n    1516:\t4f 92       \tpush\tr4\n    1518:\t5f 92       \tpush\tr5\n    151a:\t6f 92       \tpush\tr6\n    151c:\t7f 92       \tpush\tr7\n    151e:\t8f 92       \tpush\tr8\n    1520:\t9f 92       \tpush\tr9\n    1522:\taf 92       \tpush\tr10\n    1524:\tbf 92       \tpush\tr11\n    1526:\t82 ed       \tldi\tr24, 0xD2\t; 210\n    1528:\t9a eb       \tldi\tr25, 0xBA\t; 186\n    152a:\t9f 93       \tpush\tr25\n    152c:\t8f 93       \tpush\tr24\n    152e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1532:\t86 e0       \tldi\tr24, 0x06\t; 6\n    1534:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    1536:\t9f 93       \tpush\tr25\n    1538:\t8f 93       \tpush\tr24\n    153a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    153e:\tcd bf       \tout\t0x3d, r28\t; 61\n    1540:\tde bf       \tout\t0x3e, r29\t; 62\n    1542:\tc1 2c       \tmov\tr12, r1\n    1544:\td1 2c       \tmov\tr13, r1\n    1546:\t76 01       \tmovw\tr14, r12\n    1548:\t68 94       \tset\n    154a:\tc4 f8       \tbld\tr12, 4\n    154c:\tcb 8a       \tstd\tY+19, r12\t; 0x13\n    154e:\tdc 8a       \tstd\tY+20, r13\t; 0x14\n    1550:\ted 8a       \tstd\tY+21, r14\t; 0x15\n    1552:\tfe 8a       \tstd\tY+22, r15\t; 0x16\n    1554:\tc1 2c       \tmov\tr12, r1\n    1556:\td1 2c       \tmov\tr13, r1\n    1558:\t76 01       \tmovw\tr14, r12\n    155a:\tc3 94       \tinc\tr12\n    155c:\tcb 86       \tstd\tY+11, r12\t; 0x0b\n    155e:\tdc 86       \tstd\tY+12, r13\t; 0x0c\n    1560:\ted 86       \tstd\tY+13, r14\t; 0x0d\n    1562:\tfe 86       \tstd\tY+14, r15\t; 0x0e\n    1564:\t0f 2e       \tmov\tr0, r31\n    1566:\tf2 e2       \tldi\tr31, 0x22\t; 34\n    1568:\t2f 2e       \tmov\tr2, r31\n    156a:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    156c:\t3f 2e       \tmov\tr3, r31\n    156e:\tf0 2d       \tmov\tr31, r0\n    1570:\t09 c0       \trjmp\t.+18     \t; 0x1584 <_Z10readMemoryv+0x210>\n    1572:\t4b 8b       \tstd\tY+19, r20\t; 0x13\n    1574:\t5c 8b       \tstd\tY+20, r21\t; 0x14\n    1576:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n    1578:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n    157a:\t04 c0       \trjmp\t.+8      \t; 0x1584 <_Z10readMemoryv+0x210>\n    157c:\t4b 8b       \tstd\tY+19, r20\t; 0x13\n    157e:\t5c 8b       \tstd\tY+20, r21\t; 0x14\n    1580:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n    1582:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n    1584:\t0a e0       \tldi\tr16, 0x0A\t; 10\n    1586:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1588:\t20 e0       \tldi\tr18, 0x00\t; 0\n    158a:\t30 e0       \tldi\tr19, 0x00\t; 0\n    158c:\tae 01       \tmovw\tr20, r28\n    158e:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    1590:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1592:\t6b 89       \tldd\tr22, Y+19\t; 0x13\n    1594:\t7c 89       \tldd\tr23, Y+20\t; 0x14\n    1596:\t8d 89       \tldd\tr24, Y+21\t; 0x15\n    1598:\t9e 89       \tldd\tr25, Y+22\t; 0x16\n    159a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    159e:\t18 2f       \tmov\tr17, r24\n    15a0:\t88 23       \tand\tr24, r24\n    15a2:\t09 f4       \tbrne\t.+2      \t; 0x15a6 <_Z10readMemoryv+0x232>\n    15a4:\t2b c1       \trjmp\t.+598    \t; 0x17fc <_Z10readMemoryv+0x488>\n    15a6:\t4c 81       \tldd\tr20, Y+4\t; 0x04\n    15a8:\t89 81       \tldd\tr24, Y+1\t; 0x01\n    15aa:\t90 e0       \tldi\tr25, 0x00\t; 0\n    15ac:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    15ae:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    15b0:\t4c 01       \tmovw\tr8, r24\n    15b2:\t5d 01       \tmovw\tr10, r26\n    15b4:\t07 2e       \tmov\tr0, r23\n    15b6:\t71 e1       \tldi\tr23, 0x11\t; 17\n    15b8:\t88 0c       \tadd\tr8, r8\n    15ba:\t99 1c       \tadc\tr9, r9\n    15bc:\taa 1c       \tadc\tr10, r10\n    15be:\tbb 1c       \tadc\tr11, r11\n    15c0:\t7a 95       \tdec\tr23\n    15c2:\td1 f7       \tbrne\t.-12     \t; 0x15b8 <_Z10readMemoryv+0x244>\n    15c4:\t70 2d       \tmov\tr23, r0\n    15c6:\t9a 81       \tldd\tr25, Y+2\t; 0x02\n    15c8:\t89 2f       \tmov\tr24, r25\n    15ca:\t90 e0       \tldi\tr25, 0x00\t; 0\n    15cc:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    15ce:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    15d0:\t07 2e       \tmov\tr0, r23\n    15d2:\t79 e0       \tldi\tr23, 0x09\t; 9\n    15d4:\t88 0f       \tadd\tr24, r24\n    15d6:\t99 1f       \tadc\tr25, r25\n    15d8:\taa 1f       \tadc\tr26, r26\n    15da:\tbb 1f       \tadc\tr27, r27\n    15dc:\t7a 95       \tdec\tr23\n    15de:\td1 f7       \tbrne\t.-12     \t; 0x15d4 <_Z10readMemoryv+0x260>\n    15e0:\t70 2d       \tmov\tr23, r0\n    15e2:\t88 29       \tor\tr24, r8\n    15e4:\t99 29       \tor\tr25, r9\n    15e6:\taa 29       \tor\tr26, r10\n    15e8:\tbb 29       \tor\tr27, r11\n    15ea:\tcb 80       \tldd\tr12, Y+3\t; 0x03\n    15ec:\td1 2c       \tmov\tr13, r1\n    15ee:\te1 2c       \tmov\tr14, r1\n    15f0:\tf1 2c       \tmov\tr15, r1\n    15f2:\tcc 0c       \tadd\tr12, r12\n    15f4:\tdd 1c       \tadc\tr13, r13\n    15f6:\tee 1c       \tadc\tr14, r14\n    15f8:\tff 1c       \tadc\tr15, r15\n    15fa:\t8c 29       \tor\tr24, r12\n    15fc:\t9d 29       \tor\tr25, r13\n    15fe:\tae 29       \tor\tr26, r14\n    1600:\tbf 29       \tor\tr27, r15\n    1602:\t84 2e       \tmov\tr8, r20\n    1604:\t91 2c       \tmov\tr9, r1\n    1606:\ta1 2c       \tmov\tr10, r1\n    1608:\tb1 2c       \tmov\tr11, r1\n    160a:\t68 94       \tset\n    160c:\t16 f8       \tbld\tr1, 6\n    160e:\tb6 94       \tlsr\tr11\n    1610:\ta7 94       \tror\tr10\n    1612:\t97 94       \tror\tr9\n    1614:\t87 94       \tror\tr8\n    1616:\t16 94       \tlsr\tr1\n    1618:\td1 f7       \tbrne\t.-12     \t; 0x160e <_Z10readMemoryv+0x29a>\n    161a:\t88 2a       \tor\tr8, r24\n    161c:\t99 2a       \tor\tr9, r25\n    161e:\taa 2a       \tor\tr10, r26\n    1620:\tbb 2a       \tor\tr11, r27\n    1622:\t20 e4       \tldi\tr18, 0x40\t; 64\n    1624:\t82 1a       \tsub\tr8, r18\n    1626:\t24 e5       \tldi\tr18, 0x54\t; 84\n    1628:\t92 0a       \tsbc\tr9, r18\n    162a:\t29 e8       \tldi\tr18, 0x89\t; 137\n    162c:\ta2 0a       \tsbc\tr10, r18\n    162e:\tb1 08       \tsbc\tr11, r1\n    1630:\t2f 81       \tldd\tr18, Y+7\t; 0x07\n    1632:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n    1634:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1636:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    1638:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    163a:\t2c 01       \tmovw\tr4, r24\n    163c:\t3d 01       \tmovw\tr6, r26\n    163e:\t03 2e       \tmov\tr0, r19\n    1640:\t3b e0       \tldi\tr19, 0x0B\t; 11\n    1642:\t44 0c       \tadd\tr4, r4\n    1644:\t55 1c       \tadc\tr5, r5\n    1646:\t66 1c       \tadc\tr6, r6\n    1648:\t77 1c       \tadc\tr7, r7\n    164a:\t3a 95       \tdec\tr19\n    164c:\td1 f7       \tbrne\t.-12     \t; 0x1642 <_Z10readMemoryv+0x2ce>\n    164e:\t30 2d       \tmov\tr19, r0\n    1650:\t8e 81       \tldd\tr24, Y+6\t; 0x06\n    1652:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1654:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    1656:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    1658:\t88 0f       \tadd\tr24, r24\n    165a:\t99 1f       \tadc\tr25, r25\n    165c:\taa 1f       \tadc\tr26, r26\n    165e:\tbb 1f       \tadc\tr27, r27\n    1660:\t88 0f       \tadd\tr24, r24\n    1662:\t99 1f       \tadc\tr25, r25\n    1664:\taa 1f       \tadc\tr26, r26\n    1666:\tbb 1f       \tadc\tr27, r27\n    1668:\t88 0f       \tadd\tr24, r24\n    166a:\t99 1f       \tadc\tr25, r25\n    166c:\taa 1f       \tadc\tr26, r26\n    166e:\tbb 1f       \tadc\tr27, r27\n    1670:\t84 29       \tor\tr24, r4\n    1672:\t95 29       \tor\tr25, r5\n    1674:\ta6 29       \tor\tr26, r6\n    1676:\tb7 29       \tor\tr27, r7\n    1678:\t4f 77       \tandi\tr20, 0x7F\t; 127\n    167a:\t50 e0       \tldi\tr21, 0x00\t; 0\n    167c:\t60 e0       \tldi\tr22, 0x00\t; 0\n    167e:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1680:\t03 2e       \tmov\tr0, r19\n    1682:\t33 e1       \tldi\tr19, 0x13\t; 19\n    1684:\t44 0f       \tadd\tr20, r20\n    1686:\t55 1f       \tadc\tr21, r21\n    1688:\t66 1f       \tadc\tr22, r22\n    168a:\t77 1f       \tadc\tr23, r23\n    168c:\t3a 95       \tdec\tr19\n    168e:\td1 f7       \tbrne\t.-12     \t; 0x1684 <_Z10readMemoryv+0x310>\n    1690:\t30 2d       \tmov\tr19, r0\n    1692:\t84 2b       \tor\tr24, r20\n    1694:\t95 2b       \tor\tr25, r21\n    1696:\ta6 2b       \tor\tr26, r22\n    1698:\tb7 2b       \tor\tr27, r23\n    169a:\t42 2e       \tmov\tr4, r18\n    169c:\t51 2c       \tmov\tr5, r1\n    169e:\t61 2c       \tmov\tr6, r1\n    16a0:\t71 2c       \tmov\tr7, r1\n    16a2:\t68 94       \tset\n    16a4:\t14 f8       \tbld\tr1, 4\n    16a6:\t76 94       \tlsr\tr7\n    16a8:\t67 94       \tror\tr6\n    16aa:\t57 94       \tror\tr5\n    16ac:\t47 94       \tror\tr4\n    16ae:\t16 94       \tlsr\tr1\n    16b0:\td1 f7       \tbrne\t.-12     \t; 0x16a6 <_Z10readMemoryv+0x332>\n    16b2:\t48 2a       \tor\tr4, r24\n    16b4:\t59 2a       \tor\tr5, r25\n    16b6:\t6a 2a       \tor\tr6, r26\n    16b8:\t7b 2a       \tor\tr7, r27\n    16ba:\t30 e8       \tldi\tr19, 0x80\t; 128\n    16bc:\t43 1a       \tsub\tr4, r19\n    16be:\t38 ea       \tldi\tr19, 0xA8\t; 168\n    16c0:\t53 0a       \tsbc\tr5, r19\n    16c2:\t32 e1       \tldi\tr19, 0x12\t; 18\n    16c4:\t63 0a       \tsbc\tr6, r19\n    16c6:\t31 e0       \tldi\tr19, 0x01\t; 1\n    16c8:\t73 0a       \tsbc\tr7, r19\n    16ca:\t2f 71       \tandi\tr18, 0x1F\t; 31\n    16cc:\t88 85       \tldd\tr24, Y+8\t; 0x08\n    16ce:\tc9 84       \tldd\tr12, Y+9\t; 0x09\n    16d0:\td1 2c       \tmov\tr13, r1\n    16d2:\te1 2c       \tmov\tr14, r1\n    16d4:\tf1 2c       \tmov\tr15, r1\n    16d6:\tfe 2c       \tmov\tr15, r14\n    16d8:\ted 2c       \tmov\tr14, r13\n    16da:\tdc 2c       \tmov\tr13, r12\n    16dc:\tcc 24       \teor\tr12, r12\n    16de:\te8 2a       \tor\tr14, r24\n    16e0:\t8a 85       \tldd\tr24, Y+10\t; 0x0a\n    16e2:\tc8 2a       \tor\tr12, r24\n    16e4:\tf2 2a       \tor\tr15, r18\n    16e6:\tc3 01       \tmovw\tr24, r6\n    16e8:\tb2 01       \tmovw\tr22, r4\n    16ea:\t77 20       \tand\tr7, r7\n    16ec:\t3c f4       \tbrge\t.+14     \t; 0x16fc <_Z10readMemoryv+0x388>\n    16ee:\t66 27       \teor\tr22, r22\n    16f0:\t77 27       \teor\tr23, r23\n    16f2:\tcb 01       \tmovw\tr24, r22\n    16f4:\t64 19       \tsub\tr22, r4\n    16f6:\t75 09       \tsbc\tr23, r5\n    16f8:\t86 09       \tsbc\tr24, r6\n    16fa:\t97 09       \tsbc\tr25, r7\n    16fc:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    16fe:\t36 e8       \tldi\tr19, 0x86\t; 134\n    1700:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1702:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1704:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    1708:\t9f 93       \tpush\tr25\n    170a:\t8f 93       \tpush\tr24\n    170c:\t7f 93       \tpush\tr23\n    170e:\t6f 93       \tpush\tr22\n    1710:\tc3 01       \tmovw\tr24, r6\n    1712:\tb2 01       \tmovw\tr22, r4\n    1714:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1716:\t36 e8       \tldi\tr19, 0x86\t; 134\n    1718:\t41 e0       \tldi\tr20, 0x01\t; 1\n    171a:\t50 e0       \tldi\tr21, 0x00\t; 0\n    171c:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    1720:\t5f 93       \tpush\tr21\n    1722:\t4f 93       \tpush\tr20\n    1724:\t3f 93       \tpush\tr19\n    1726:\t2f 93       \tpush\tr18\n    1728:\tc5 01       \tmovw\tr24, r10\n    172a:\tb4 01       \tmovw\tr22, r8\n    172c:\tbb 20       \tand\tr11, r11\n    172e:\t3c f4       \tbrge\t.+14     \t; 0x173e <_Z10readMemoryv+0x3ca>\n    1730:\t66 27       \teor\tr22, r22\n    1732:\t77 27       \teor\tr23, r23\n    1734:\tcb 01       \tmovw\tr24, r22\n    1736:\t68 19       \tsub\tr22, r8\n    1738:\t79 09       \tsbc\tr23, r9\n    173a:\t8a 09       \tsbc\tr24, r10\n    173c:\t9b 09       \tsbc\tr25, r11\n    173e:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1740:\t36 e8       \tldi\tr19, 0x86\t; 134\n    1742:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1744:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1746:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    174a:\t9f 93       \tpush\tr25\n    174c:\t8f 93       \tpush\tr24\n    174e:\t7f 93       \tpush\tr23\n    1750:\t6f 93       \tpush\tr22\n    1752:\tc5 01       \tmovw\tr24, r10\n    1754:\tb4 01       \tmovw\tr22, r8\n    1756:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1758:\t36 e8       \tldi\tr19, 0x86\t; 134\n    175a:\t41 e0       \tldi\tr20, 0x01\t; 1\n    175c:\t50 e0       \tldi\tr21, 0x00\t; 0\n    175e:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    1762:\t5f 93       \tpush\tr21\n    1764:\t4f 93       \tpush\tr20\n    1766:\t3f 93       \tpush\tr19\n    1768:\t2f 93       \tpush\tr18\n    176a:\t86 e1       \tldi\tr24, 0x16\t; 22\n    176c:\tc8 1a       \tsub\tr12, r24\n    176e:\t8e eb       \tldi\tr24, 0xBE\t; 190\n    1770:\td8 0a       \tsbc\tr13, r24\n    1772:\t88 e8       \tldi\tr24, 0x88\t; 136\n    1774:\te8 0a       \tsbc\tr14, r24\n    1776:\t8f e9       \tldi\tr24, 0x9F\t; 159\n    1778:\tf8 0a       \tsbc\tr15, r24\n    177a:\tff 92       \tpush\tr15\n    177c:\tef 92       \tpush\tr14\n    177e:\tdf 92       \tpush\tr13\n    1780:\tcf 92       \tpush\tr12\n    1782:\t9e 85       \tldd\tr25, Y+14\t; 0x0e\n    1784:\t9f 93       \tpush\tr25\n    1786:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    1788:\taf 93       \tpush\tr26\n    178a:\tbc 85       \tldd\tr27, Y+12\t; 0x0c\n    178c:\tbf 93       \tpush\tr27\n    178e:\tcb 84       \tldd\tr12, Y+11\t; 0x0b\n    1790:\tcf 92       \tpush\tr12\n    1792:\t3f 92       \tpush\tr3\n    1794:\t2f 92       \tpush\tr2\n    1796:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    179a:\t4b 89       \tldd\tr20, Y+19\t; 0x13\n    179c:\t5c 89       \tldd\tr21, Y+20\t; 0x14\n    179e:\t6d 89       \tldd\tr22, Y+21\t; 0x15\n    17a0:\t7e 89       \tldd\tr23, Y+22\t; 0x16\n    17a2:\t46 5f       \tsubi\tr20, 0xF6\t; 246\n    17a4:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    17a6:\t6f 4f       \tsbci\tr22, 0xFF\t; 255\n    17a8:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    17aa:\t8b 89       \tldd\tr24, Y+19\t; 0x13\n    17ac:\t9c 89       \tldd\tr25, Y+20\t; 0x14\n    17ae:\tad 89       \tldd\tr26, Y+21\t; 0x15\n    17b0:\tbe 89       \tldd\tr27, Y+22\t; 0x16\n    17b2:\t44 96       \tadiw\tr24, 0x14\t; 20\n    17b4:\ta1 1d       \tadc\tr26, r1\n    17b6:\tb1 1d       \tadc\tr27, r1\n    17b8:\tcd bf       \tout\t0x3d, r28\t; 61\n    17ba:\tde bf       \tout\t0x3e, r29\t; 62\n    17bc:\tcf 84       \tldd\tr12, Y+15\t; 0x0f\n    17be:\td8 88       \tldd\tr13, Y+16\t; 0x10\n    17c0:\te9 88       \tldd\tr14, Y+17\t; 0x11\n    17c2:\tfa 88       \tldd\tr15, Y+18\t; 0x12\n    17c4:\tc8 16       \tcp\tr12, r24\n    17c6:\td9 06       \tcpc\tr13, r25\n    17c8:\tea 06       \tcpc\tr14, r26\n    17ca:\tfb 06       \tcpc\tr15, r27\n    17cc:\tb8 f0       \tbrcs\t.+46     \t; 0x17fc <_Z10readMemoryv+0x488>\n    17ce:\t8b 85       \tldd\tr24, Y+11\t; 0x0b\n    17d0:\t9c 85       \tldd\tr25, Y+12\t; 0x0c\n    17d2:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    17d4:\tbe 85       \tldd\tr27, Y+14\t; 0x0e\n    17d6:\t01 96       \tadiw\tr24, 0x01\t; 1\n    17d8:\ta1 1d       \tadc\tr26, r1\n    17da:\tb1 1d       \tadc\tr27, r1\n    17dc:\t8b 87       \tstd\tY+11, r24\t; 0x0b\n    17de:\t9c 87       \tstd\tY+12, r25\t; 0x0c\n    17e0:\tad 87       \tstd\tY+13, r26\t; 0x0d\n    17e2:\tbe 87       \tstd\tY+14, r27\t; 0x0e\n    17e4:\t89 3c       \tcpi\tr24, 0xC9\t; 201\n    17e6:\t91 05       \tcpc\tr25, r1\n    17e8:\ta1 05       \tcpc\tr26, r1\n    17ea:\tb1 05       \tcpc\tr27, r1\n    17ec:\t08 f4       \tbrcc\t.+2      \t; 0x17f0 <_Z10readMemoryv+0x47c>\n    17ee:\tc1 ce       \trjmp\t.-638    \t; 0x1572 <_Z10readMemoryv+0x1fe>\n    17f0:\t80 91 08 04 \tlds\tr24, 0x0408\t; 0x800408 <__RODATA_PM_OFFSET__+0x7f8408>\n    17f4:\t85 fd       \tsbrc\tr24, 5\n    17f6:\tc2 ce       \trjmp\t.-636    \t; 0x157c <_Z10readMemoryv+0x208>\n    17f8:\t01 c0       \trjmp\t.+2      \t; 0x17fc <_Z10readMemoryv+0x488>\n    17fa:\t10 e0       \tldi\tr17, 0x00\t; 0\n    17fc:\t81 2f       \tmov\tr24, r17\n    17fe:\t66 96       \tadiw\tr28, 0x16\t; 22\n    1800:\tcd bf       \tout\t0x3d, r28\t; 61\n    1802:\tde bf       \tout\t0x3e, r29\t; 62\n    1804:\tdf 91       \tpop\tr29\n    1806:\tcf 91       \tpop\tr28\n    1808:\t1f 91       \tpop\tr17\n    180a:\t0f 91       \tpop\tr16\n    180c:\tff 90       \tpop\tr15\n    180e:\tef 90       \tpop\tr14\n    1810:\tdf 90       \tpop\tr13\n    1812:\tcf 90       \tpop\tr12\n    1814:\tbf 90       \tpop\tr11\n    1816:\taf 90       \tpop\tr10\n    1818:\t9f 90       \tpop\tr9\n    181a:\t8f 90       \tpop\tr8\n    181c:\t7f 90       \tpop\tr7\n    181e:\t6f 90       \tpop\tr6\n    1820:\t5f 90       \tpop\tr5\n    1822:\t4f 90       \tpop\tr4\n    1824:\t3f 90       \tpop\tr3\n    1826:\t2f 90       \tpop\tr2\n    1828:\t08 95       \tret\n\n0000182a <_Z15readMemoryFancyv>:\n    182a:\t80 e4       \tldi\tr24, 0x40\t; 64\n    182c:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    182e:\t9f 93       \tpush\tr25\n    1830:\t8f 93       \tpush\tr24\n    1832:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1836:\t0e 94 ba 09 \tcall\t0x1374\t; 0x1374 <_Z10readMemoryv>\n    183a:\t0f 90       \tpop\tr0\n    183c:\t0f 90       \tpop\tr0\n    183e:\t81 11       \tcpse\tr24, r1\n    1840:\t08 c0       \trjmp\t.+16     \t; 0x1852 <_Z15readMemoryFancyv+0x28>\n    1842:\t81 e5       \tldi\tr24, 0x51\t; 81\n    1844:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    1846:\t9f 93       \tpush\tr25\n    1848:\t8f 93       \tpush\tr24\n    184a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    184e:\t0f 90       \tpop\tr0\n    1850:\t0f 90       \tpop\tr0\n    1852:\t89 e5       \tldi\tr24, 0x59\t; 89\n    1854:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    1856:\t9f 93       \tpush\tr25\n    1858:\t8f 93       \tpush\tr24\n    185a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    185e:\t0f 90       \tpop\tr0\n    1860:\t0f 90       \tpop\tr0\n    1862:\t08 95       \tret\n\n00001864 <_Z10startMenuev>:\n    1864:\t2f 92       \tpush\tr2\n    1866:\t3f 92       \tpush\tr3\n    1868:\t4f 92       \tpush\tr4\n    186a:\t5f 92       \tpush\tr5\n    186c:\t6f 92       \tpush\tr6\n    186e:\t7f 92       \tpush\tr7\n    1870:\t8f 92       \tpush\tr8\n    1872:\t9f 92       \tpush\tr9\n    1874:\taf 92       \tpush\tr10\n    1876:\tbf 92       \tpush\tr11\n    1878:\tcf 92       \tpush\tr12\n    187a:\tdf 92       \tpush\tr13\n    187c:\tef 92       \tpush\tr14\n    187e:\tff 92       \tpush\tr15\n    1880:\t0f 93       \tpush\tr16\n    1882:\t1f 93       \tpush\tr17\n    1884:\tcf 93       \tpush\tr28\n    1886:\tdf 93       \tpush\tr29\n    1888:\tcd b7       \tin\tr28, 0x3d\t; 61\n    188a:\tde b7       \tin\tr29, 0x3e\t; 62\n    188c:\tac 97       \tsbiw\tr28, 0x2c\t; 44\n    188e:\tcd bf       \tout\t0x3d, r28\t; 61\n    1890:\tde bf       \tout\t0x3e, r29\t; 62\n    1892:\t0e 94 11 18 \tcall\t0x3022\t; 0x3022 <_Z22initSecondUARTwith9600v>\n    1896:\t85 e0       \tldi\tr24, 0x05\t; 5\n    1898:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n    189c:\t0e 94 de 00 \tcall\t0x1bc\t; 0x1bc <_Z25devicePowerMemoryAndI2COnv>\n    18a0:\t0e 94 a9 07 \tcall\t0xf52\t; 0xf52 <_Z7i2cInitv>\n    18a4:\t81 e0       \tldi\tr24, 0x01\t; 1\n    18a6:\t80 93 09 38 \tsts\t0x3809, r24\t; 0x803809 <blinkDuringFirstFix>\n    18aa:\t88 e6       \tldi\tr24, 0x68\t; 104\n    18ac:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    18ae:\t9f 93       \tpush\tr25\n    18b0:\t8f 93       \tpush\tr24\n    18b2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    18b6:\t0e 94 15 0c \tcall\t0x182a\t; 0x182a <_Z15readMemoryFancyv>\n    18ba:\t0f 90       \tpop\tr0\n    18bc:\t0f 90       \tpop\tr0\n    18be:\t0f 2e       \tmov\tr0, r31\n    18c0:\t61 2c       \tmov\tr6, r1\n    18c2:\tf1 e1       \tldi\tr31, 0x11\t; 17\n    18c4:\t7f 2e       \tmov\tr7, r31\n    18c6:\tf0 2d       \tmov\tr31, r0\n    18c8:\t0f 2e       \tmov\tr0, r31\n    18ca:\tf9 e7       \tldi\tr31, 0x79\t; 121\n    18cc:\t4f 2e       \tmov\tr4, r31\n    18ce:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    18d0:\t5f 2e       \tmov\tr5, r31\n    18d2:\tf0 2d       \tmov\tr31, r0\n    18d4:\t0f 2e       \tmov\tr0, r31\n    18d6:\tff e9       \tldi\tr31, 0x9F\t; 159\n    18d8:\t2f 2e       \tmov\tr2, r31\n    18da:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    18dc:\t3f 2e       \tmov\tr3, r31\n    18de:\tf0 2d       \tmov\tr31, r0\n    18e0:\t0f 2e       \tmov\tr0, r31\n    18e2:\tfa e3       \tldi\tr31, 0x3A\t; 58\n    18e4:\t8f 2e       \tmov\tr8, r31\n    18e6:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    18e8:\t9f 2e       \tmov\tr9, r31\n    18ea:\tf0 2d       \tmov\tr31, r0\n    18ec:\t0f 2e       \tmov\tr0, r31\n    18ee:\tfa e5       \tldi\tr31, 0x5A\t; 90\n    18f0:\tef 2e       \tmov\tr14, r31\n    18f2:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    18f4:\tff 2e       \tmov\tr15, r31\n    18f6:\tf0 2d       \tmov\tr31, r0\n    18f8:\t0f 2e       \tmov\tr0, r31\n    18fa:\tf0 e9       \tldi\tr31, 0x90\t; 144\n    18fc:\taf 2e       \tmov\tr10, r31\n    18fe:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    1900:\tbf 2e       \tmov\tr11, r31\n    1902:\tf0 2d       \tmov\tr31, r0\n    1904:\t0f 2e       \tmov\tr0, r31\n    1906:\tfa ec       \tldi\tr31, 0xCA\t; 202\n    1908:\tcf 2e       \tmov\tr12, r31\n    190a:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    190c:\tdf 2e       \tmov\tr13, r31\n    190e:\tf0 2d       \tmov\tr31, r0\n    1910:\tf3 01       \tmovw\tr30, r6\n    1912:\t24 85       \tldd\tr18, Z+12\t; 0x0c\n    1914:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n    1916:\t83 81       \tldd\tr24, Z+3\t; 0x03\n    1918:\t30 91 1f 38 \tlds\tr19, 0x381F\t; 0x80381f <eepromSettingBlink>\n    191c:\t1f 92       \tpush\tr1\n    191e:\t3f 93       \tpush\tr19\n    1920:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    1924:\t3f 93       \tpush\tr19\n    1926:\t30 91 2e 38 \tlds\tr19, 0x382E\t; 0x80382e <batteryVoltage>\n    192a:\t3f 93       \tpush\tr19\n    192c:\t1f 92       \tpush\tr1\n    192e:\t2f 93       \tpush\tr18\n    1930:\t1f 92       \tpush\tr1\n    1932:\t9f 93       \tpush\tr25\n    1934:\t1f 92       \tpush\tr1\n    1936:\t8f 93       \tpush\tr24\n    1938:\t1f 92       \tpush\tr1\n    193a:\t8a ec       \tldi\tr24, 0xCA\t; 202\n    193c:\t8f 93       \tpush\tr24\n    193e:\t5f 92       \tpush\tr5\n    1940:\t4f 92       \tpush\tr4\n    1942:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1946:\t80 91 1e 38 \tlds\tr24, 0x381E\t; 0x80381e <eepromSettingBurstDuration>\n    194a:\t1f 92       \tpush\tr1\n    194c:\t8f 93       \tpush\tr24\n    194e:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    1952:\t1f 92       \tpush\tr1\n    1954:\t8f 93       \tpush\tr24\n    1956:\t80 91 03 38 \tlds\tr24, 0x3803\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    195a:\t8f 93       \tpush\tr24\n    195c:\t80 91 02 38 \tlds\tr24, 0x3802\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    1960:\t8f 93       \tpush\tr24\n    1962:\t80 91 04 38 \tlds\tr24, 0x3804\t; 0x803804 <eepromSettingMinHDOP>\n    1966:\t1f 92       \tpush\tr1\n    1968:\t8f 93       \tpush\tr24\n    196a:\t80 91 06 38 \tlds\tr24, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    196e:\t8f 93       \tpush\tr24\n    1970:\t80 91 05 38 \tlds\tr24, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    1974:\t8f 93       \tpush\tr24\n    1976:\t80 91 08 38 \tlds\tr24, 0x3808\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    197a:\t8f 93       \tpush\tr24\n    197c:\t80 91 07 38 \tlds\tr24, 0x3807\t; 0x803807 <eepromSettingMinVoltage>\n    1980:\t8f 93       \tpush\tr24\n    1982:\t3f 92       \tpush\tr3\n    1984:\t2f 92       \tpush\tr2\n    1986:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    198a:\t80 91 24 38 \tlds\tr24, 0x3824\t; 0x803824 <eepromSettingTurnOnHour>\n    198e:\tcd bf       \tout\t0x3d, r28\t; 61\n    1990:\tde bf       \tout\t0x3e, r29\t; 62\n    1992:\t81 11       \tcpse\tr24, r1\n    1994:\t15 c0       \trjmp\t.+42     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    1996:\t90 91 23 38 \tlds\tr25, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    199a:\t91 11       \tcpse\tr25, r1\n    199c:\t11 c0       \trjmp\t.+34     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    199e:\t90 91 22 38 \tlds\tr25, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    19a2:\t97 31       \tcpi\tr25, 0x17\t; 23\n    19a4:\t69 f4       \tbrne\t.+26     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    19a6:\t90 91 21 38 \tlds\tr25, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    19aa:\t9b 33       \tcpi\tr25, 0x3B\t; 59\n    19ac:\t49 f4       \tbrne\t.+18     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    19ae:\t8e e2       \tldi\tr24, 0x2E\t; 46\n    19b0:\t9c eb       \tldi\tr25, 0xBC\t; 188\n    19b2:\t9f 93       \tpush\tr25\n    19b4:\t8f 93       \tpush\tr24\n    19b6:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19ba:\t0f 90       \tpop\tr0\n    19bc:\t0f 90       \tpop\tr0\n    19be:\t14 c0       \trjmp\t.+40     \t; 0x19e8 <_Z10startMenuev+0x184>\n    19c0:\t90 91 21 38 \tlds\tr25, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    19c4:\t1f 92       \tpush\tr1\n    19c6:\t9f 93       \tpush\tr25\n    19c8:\t90 91 22 38 \tlds\tr25, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    19cc:\t1f 92       \tpush\tr1\n    19ce:\t9f 93       \tpush\tr25\n    19d0:\t90 91 23 38 \tlds\tr25, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    19d4:\t1f 92       \tpush\tr1\n    19d6:\t9f 93       \tpush\tr25\n    19d8:\t1f 92       \tpush\tr1\n    19da:\t8f 93       \tpush\tr24\n    19dc:\t9f 92       \tpush\tr9\n    19de:\t8f 92       \tpush\tr8\n    19e0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19e4:\tcd bf       \tout\t0x3d, r28\t; 61\n    19e6:\tde bf       \tout\t0x3e, r29\t; 62\n    19e8:\tff 92       \tpush\tr15\n    19ea:\tef 92       \tpush\tr14\n    19ec:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19f0:\tbf 92       \tpush\tr11\n    19f2:\taf 92       \tpush\tr10\n    19f4:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19f8:\tdf 92       \tpush\tr13\n    19fa:\tcf 92       \tpush\tr12\n    19fc:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a00:\t20 e4       \tldi\tr18, 0x40\t; 64\n    1a02:\t3c e9       \tldi\tr19, 0x9C\t; 156\n    1a04:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1a06:\tbe 01       \tmovw\tr22, r28\n    1a08:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1a0a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1a0c:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1a0e:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1a12:\t0f 90       \tpop\tr0\n    1a14:\t0f 90       \tpop\tr0\n    1a16:\t0f 90       \tpop\tr0\n    1a18:\t0f 90       \tpop\tr0\n    1a1a:\t0f 90       \tpop\tr0\n    1a1c:\t0f 90       \tpop\tr0\n    1a1e:\t81 11       \tcpse\tr24, r1\n    1a20:\t09 c0       \trjmp\t.+18     \t; 0x1a34 <_Z10startMenuev+0x1d0>\n    1a22:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1a24:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a26:\t9f 93       \tpush\tr25\n    1a28:\t8f 93       \tpush\tr24\n    1a2a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a2e:\t0f 90       \tpop\tr0\n    1a30:\t0f 90       \tpop\tr0\n    1a32:\t7a c3       \trjmp\t.+1780   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1a34:\t89 81       \tldd\tr24, Y+1\t; 0x01\n    1a36:\t80 33       \tcpi\tr24, 0x30\t; 48\n    1a38:\t19 f4       \tbrne\t.+6      \t; 0x1a40 <_Z10startMenuev+0x1dc>\n    1a3a:\t0e 94 15 0c \tcall\t0x182a\t; 0x182a <_Z15readMemoryFancyv>\n    1a3e:\t68 cf       \trjmp\t.-304    \t; 0x1910 <_Z10startMenuev+0xac>\n    1a40:\t81 33       \tcpi\tr24, 0x31\t; 49\n    1a42:\t09 f0       \tbreq\t.+2      \t; 0x1a46 <_Z10startMenuev+0x1e2>\n    1a44:\t6a c0       \trjmp\t.+212    \t; 0x1b1a <_Z10startMenuev+0x2b6>\n    1a46:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    1a48:\t89 a3       \tstd\tY+33, r24\t; 0x21\n    1a4a:\t8a a3       \tstd\tY+34, r24\t; 0x22\n    1a4c:\t8b a3       \tstd\tY+35, r24\t; 0x23\n    1a4e:\t8c a3       \tstd\tY+36, r24\t; 0x24\n    1a50:\t8e e4       \tldi\tr24, 0x4E\t; 78\n    1a52:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a54:\t9f 93       \tpush\tr25\n    1a56:\t8f 93       \tpush\tr24\n    1a58:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a5c:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1a5e:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1a60:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1a62:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1a64:\tae 01       \tmovw\tr20, r28\n    1a66:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1a68:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1a6a:\t60 e0       \tldi\tr22, 0x00\t; 0\n    1a6c:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1a6e:\tcb 01       \tmovw\tr24, r22\n    1a70:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1a74:\t0f 90       \tpop\tr0\n    1a76:\t0f 90       \tpop\tr0\n    1a78:\t81 11       \tcpse\tr24, r1\n    1a7a:\t08 c0       \trjmp\t.+16     \t; 0x1a8c <_Z10startMenuev+0x228>\n    1a7c:\t83 e5       \tldi\tr24, 0x53\t; 83\n    1a7e:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a80:\t9f 93       \tpush\tr25\n    1a82:\t8f 93       \tpush\tr24\n    1a84:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a88:\t0f 90       \tpop\tr0\n    1a8a:\t0f 90       \tpop\tr0\n    1a8c:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1a8e:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1a90:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1a92:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1a94:\tae 01       \tmovw\tr20, r28\n    1a96:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1a98:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1a9a:\t64 e0       \tldi\tr22, 0x04\t; 4\n    1a9c:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1a9e:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1aa0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1aa2:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1aa6:\t81 11       \tcpse\tr24, r1\n    1aa8:\t08 c0       \trjmp\t.+16     \t; 0x1aba <_Z10startMenuev+0x256>\n    1aaa:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1aac:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1aae:\t3f 93       \tpush\tr19\n    1ab0:\t2f 93       \tpush\tr18\n    1ab2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ab6:\t0f 90       \tpop\tr0\n    1ab8:\t0f 90       \tpop\tr0\n    1aba:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1abc:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1abe:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1ac0:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1ac2:\tae 01       \tmovw\tr20, r28\n    1ac4:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1ac6:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1ac8:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    1aca:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1acc:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1ace:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1ad0:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1ad4:\t81 11       \tcpse\tr24, r1\n    1ad6:\t08 c0       \trjmp\t.+16     \t; 0x1ae8 <_Z10startMenuev+0x284>\n    1ad8:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1ada:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1adc:\tff 93       \tpush\tr31\n    1ade:\tef 93       \tpush\tr30\n    1ae0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ae4:\t0f 90       \tpop\tr0\n    1ae6:\t0f 90       \tpop\tr0\n    1ae8:\t10 92 2d 38 \tsts\t0x382D, r1\t; 0x80382d <timeoutCounter>\n    1aec:\t10 92 2c 38 \tsts\t0x382C, r1\t; 0x80382c <timeoutNotEvenTimeCounter>\n    1af0:\t10 92 2a 38 \tsts\t0x382A, r1\t; 0x80382a <undervoltageUnderLoadCounter>\n    1af4:\t10 92 2b 38 \tsts\t0x382B, r1\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    1af8:\t10 92 28 38 \tsts\t0x3828, r1\t; 0x803828 <errorCounter>\n    1afc:\t10 92 29 38 \tsts\t0x3829, r1\t; 0x803829 <errorCounter+0x1>\n    1b00:\t10 92 26 38 \tsts\t0x3826, r1\t; 0x803826 <firstTTFinSession>\n    1b04:\t10 92 27 38 \tsts\t0x3827, r1\t; 0x803827 <firstTTFinSession+0x1>\n    1b08:\t8b e5       \tldi\tr24, 0x5B\t; 91\n    1b0a:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b0c:\t9f 93       \tpush\tr25\n    1b0e:\t8f 93       \tpush\tr24\n    1b10:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b14:\t0f 90       \tpop\tr0\n    1b16:\t0f 90       \tpop\tr0\n    1b18:\tfb ce       \trjmp\t.-522    \t; 0x1910 <_Z10startMenuev+0xac>\n    1b1a:\t82 33       \tcpi\tr24, 0x32\t; 50\n    1b1c:\t09 f0       \tbreq\t.+2      \t; 0x1b20 <_Z10startMenuev+0x2bc>\n    1b1e:\t69 c0       \trjmp\t.+210    \t; 0x1bf2 <_Z10startMenuev+0x38e>\n    1b20:\t80 e1       \tldi\tr24, 0x10\t; 16\n    1b22:\t8f 93       \tpush\tr24\n    1b24:\t8a e9       \tldi\tr24, 0x9A\t; 154\n    1b26:\t8f 93       \tpush\tr24\n    1b28:\t8b e0       \tldi\tr24, 0x0B\t; 11\n    1b2a:\t8f 93       \tpush\tr24\n    1b2c:\t88 eb       \tldi\tr24, 0xB8\t; 184\n    1b2e:\t8f 93       \tpush\tr24\n    1b30:\t82 e6       \tldi\tr24, 0x62\t; 98\n    1b32:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b34:\t9f 93       \tpush\tr25\n    1b36:\t8f 93       \tpush\tr24\n    1b38:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b3c:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1b3e:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1b40:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1b42:\tbe 01       \tmovw\tr22, r28\n    1b44:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1b46:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1b48:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1b4a:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1b4e:\t0f 90       \tpop\tr0\n    1b50:\t0f 90       \tpop\tr0\n    1b52:\t0f 90       \tpop\tr0\n    1b54:\t0f 90       \tpop\tr0\n    1b56:\t0f 90       \tpop\tr0\n    1b58:\t0f 90       \tpop\tr0\n    1b5a:\t81 11       \tcpse\tr24, r1\n    1b5c:\t09 c0       \trjmp\t.+18     \t; 0x1b70 <_Z10startMenuev+0x30c>\n    1b5e:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1b60:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b62:\t9f 93       \tpush\tr25\n    1b64:\t8f 93       \tpush\tr24\n    1b66:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b6a:\t0f 90       \tpop\tr0\n    1b6c:\t0f 90       \tpop\tr0\n    1b6e:\tdc c2       \trjmp\t.+1464   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1b70:\tce 01       \tmovw\tr24, r28\n    1b72:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1b74:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1b78:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1b7a:\t08 2f       \tmov\tr16, r24\n    1b7c:\t19 2f       \tmov\tr17, r25\n    1b7e:\tc8 01       \tmovw\tr24, r16\n    1b80:\t88 5b       \tsubi\tr24, 0xB8\t; 184\n    1b82:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    1b84:\t83 3e       \tcpi\tr24, 0xE3\t; 227\n    1b86:\t94 40       \tsbci\tr25, 0x04\t; 4\n    1b88:\t48 f0       \tbrcs\t.+18     \t; 0x1b9c <_Z10startMenuev+0x338>\n    1b8a:\t83 e5       \tldi\tr24, 0x53\t; 83\n    1b8c:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b8e:\t9f 93       \tpush\tr25\n    1b90:\t8f 93       \tpush\tr24\n    1b92:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b96:\t0f 90       \tpop\tr0\n    1b98:\t0f 90       \tpop\tr0\n    1b9a:\tba ce       \trjmp\t.-652    \t; 0x1910 <_Z10startMenuev+0xac>\n    1b9c:\t61 2f       \tmov\tr22, r17\n    1b9e:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1ba0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1ba2:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1ba6:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1ba8:\t83 e1       \tldi\tr24, 0x13\t; 19\n    1baa:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1bac:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1bb0:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    1bb2:\t91 e6       \tldi\tr25, 0x61\t; 97\n    1bb4:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    1bb6:\tf1 f7       \tbrne\t.-4      \t; 0x1bb4 <_Z10startMenuev+0x350>\n    1bb8:\t00 c0       \trjmp\t.+0      \t; 0x1bba <_Z10startMenuev+0x356>\n    1bba:\t00 00       \tnop\n    1bbc:\t0e 94 3e 09 \tcall\t0x127c\t; 0x127c <_Z36getOperationVoltageMinFromTinyEEPROMv>\n    1bc0:\t08 17       \tcp\tr16, r24\n    1bc2:\t19 07       \tcpc\tr17, r25\n    1bc4:\t49 f0       \tbreq\t.+18     \t; 0x1bd8 <_Z10startMenuev+0x374>\n    1bc6:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1bc8:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1bca:\tff 93       \tpush\tr31\n    1bcc:\tef 93       \tpush\tr30\n    1bce:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1bd2:\t0f 90       \tpop\tr0\n    1bd4:\t0f 90       \tpop\tr0\n    1bd6:\t9c ce       \trjmp\t.-712    \t; 0x1910 <_Z10startMenuev+0xac>\n    1bd8:\t81 e8       \tldi\tr24, 0x81\t; 129\n    1bda:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1bdc:\t9f 93       \tpush\tr25\n    1bde:\t8f 93       \tpush\tr24\n    1be0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1be4:\t00 93 07 38 \tsts\t0x3807, r16\t; 0x803807 <eepromSettingMinVoltage>\n    1be8:\t10 93 08 38 \tsts\t0x3808, r17\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    1bec:\t0f 90       \tpop\tr0\n    1bee:\t0f 90       \tpop\tr0\n    1bf0:\t8f ce       \trjmp\t.-738    \t; 0x1910 <_Z10startMenuev+0xac>\n    1bf2:\t83 33       \tcpi\tr24, 0x33\t; 51\n    1bf4:\t09 f0       \tbreq\t.+2      \t; 0x1bf8 <_Z10startMenuev+0x394>\n    1bf6:\t67 c0       \trjmp\t.+206    \t; 0x1cc6 <_Z10startMenuev+0x462>\n    1bf8:\t8f e3       \tldi\tr24, 0x3F\t; 63\n    1bfa:\t8f 93       \tpush\tr24\n    1bfc:\t8e ef       \tldi\tr24, 0xFE\t; 254\n    1bfe:\t8f 93       \tpush\tr24\n    1c00:\t1f 92       \tpush\tr1\n    1c02:\t81 e0       \tldi\tr24, 0x01\t; 1\n    1c04:\t8f 93       \tpush\tr24\n    1c06:\t86 e8       \tldi\tr24, 0x86\t; 134\n    1c08:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1c0a:\t9f 93       \tpush\tr25\n    1c0c:\t8f 93       \tpush\tr24\n    1c0e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1c12:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1c14:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1c16:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1c18:\tbe 01       \tmovw\tr22, r28\n    1c1a:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1c1c:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1c1e:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1c20:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1c24:\t0f 90       \tpop\tr0\n    1c26:\t0f 90       \tpop\tr0\n    1c28:\t0f 90       \tpop\tr0\n    1c2a:\t0f 90       \tpop\tr0\n    1c2c:\t0f 90       \tpop\tr0\n    1c2e:\t0f 90       \tpop\tr0\n    1c30:\t81 11       \tcpse\tr24, r1\n    1c32:\t09 c0       \trjmp\t.+18     \t; 0x1c46 <_Z10startMenuev+0x3e2>\n    1c34:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1c36:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1c38:\t9f 93       \tpush\tr25\n    1c3a:\t8f 93       \tpush\tr24\n    1c3c:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1c40:\t0f 90       \tpop\tr0\n    1c42:\t0f 90       \tpop\tr0\n    1c44:\t71 c2       \trjmp\t.+1250   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1c46:\tce 01       \tmovw\tr24, r28\n    1c48:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1c4a:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1c4e:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1c50:\t08 2f       \tmov\tr16, r24\n    1c52:\t19 2f       \tmov\tr17, r25\n    1c54:\tc8 01       \tmovw\tr24, r16\n    1c56:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    1c58:\t8e 3f       \tcpi\tr24, 0xFE\t; 254\n    1c5a:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1c5c:\t48 f0       \tbrcs\t.+18     \t; 0x1c70 <_Z10startMenuev+0x40c>\n    1c5e:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1c60:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1c62:\t3f 93       \tpush\tr19\n    1c64:\t2f 93       \tpush\tr18\n    1c66:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1c6a:\t0f 90       \tpop\tr0\n    1c6c:\t0f 90       \tpop\tr0\n    1c6e:\t50 ce       \trjmp\t.-864    \t; 0x1910 <_Z10startMenuev+0xac>\n    1c70:\t61 2f       \tmov\tr22, r17\n    1c72:\t84 e1       \tldi\tr24, 0x14\t; 20\n    1c74:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1c76:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1c7a:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1c7c:\t85 e1       \tldi\tr24, 0x15\t; 21\n    1c7e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1c80:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1c84:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1c86:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1c88:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1c8a:\tf1 f7       \tbrne\t.-4      \t; 0x1c88 <_Z10startMenuev+0x424>\n    1c8c:\t00 c0       \trjmp\t.+0      \t; 0x1c8e <_Z10startMenuev+0x42a>\n    1c8e:\t00 00       \tnop\n    1c90:\t0e 94 5a 09 \tcall\t0x12b4\t; 0x12b4 <_Z29getGPSFrequencyFromTinyEEPROMv>\n    1c94:\t08 17       \tcp\tr16, r24\n    1c96:\t19 07       \tcpc\tr17, r25\n    1c98:\t49 f0       \tbreq\t.+18     \t; 0x1cac <_Z10startMenuev+0x448>\n    1c9a:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1c9c:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1c9e:\t3f 93       \tpush\tr19\n    1ca0:\t2f 93       \tpush\tr18\n    1ca2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ca6:\t0f 90       \tpop\tr0\n    1ca8:\t0f 90       \tpop\tr0\n    1caa:\t32 ce       \trjmp\t.-924    \t; 0x1910 <_Z10startMenuev+0xac>\n    1cac:\te1 e8       \tldi\tr30, 0x81\t; 129\n    1cae:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1cb0:\tff 93       \tpush\tr31\n    1cb2:\tef 93       \tpush\tr30\n    1cb4:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1cb8:\t00 93 05 38 \tsts\t0x3805, r16\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    1cbc:\t10 93 06 38 \tsts\t0x3806, r17\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    1cc0:\t0f 90       \tpop\tr0\n    1cc2:\t0f 90       \tpop\tr0\n    1cc4:\t25 ce       \trjmp\t.-950    \t; 0x1910 <_Z10startMenuev+0xac>\n    1cc6:\t84 33       \tcpi\tr24, 0x34\t; 52\n    1cc8:\t09 f0       \tbreq\t.+2      \t; 0x1ccc <_Z10startMenuev+0x468>\n    1cca:\t67 c0       \trjmp\t.+206    \t; 0x1d9a <_Z10startMenuev+0x536>\n    1ccc:\t1f 92       \tpush\tr1\n    1cce:\t8a ef       \tldi\tr24, 0xFA\t; 250\n    1cd0:\t8f 93       \tpush\tr24\n    1cd2:\t1f 92       \tpush\tr1\n    1cd4:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    1cd6:\t8f 93       \tpush\tr24\n    1cd8:\t8b eb       \tldi\tr24, 0xBB\t; 187\n    1cda:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1cdc:\t9f 93       \tpush\tr25\n    1cde:\t8f 93       \tpush\tr24\n    1ce0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ce4:\t1f 92       \tpush\tr1\n    1ce6:\t89 e0       \tldi\tr24, 0x09\t; 9\n    1ce8:\t8f 93       \tpush\tr24\n    1cea:\t8b ed       \tldi\tr24, 0xDB\t; 219\n    1cec:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1cee:\t9f 93       \tpush\tr25\n    1cf0:\t8f 93       \tpush\tr24\n    1cf2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1cf6:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1cf8:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1cfa:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1cfc:\tbe 01       \tmovw\tr22, r28\n    1cfe:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1d00:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1d02:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1d04:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1d08:\tcd bf       \tout\t0x3d, r28\t; 61\n    1d0a:\tde bf       \tout\t0x3e, r29\t; 62\n    1d0c:\t81 11       \tcpse\tr24, r1\n    1d0e:\t09 c0       \trjmp\t.+18     \t; 0x1d22 <_Z10startMenuev+0x4be>\n    1d10:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1d12:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1d14:\t9f 93       \tpush\tr25\n    1d16:\t8f 93       \tpush\tr24\n    1d18:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d1c:\t0f 90       \tpop\tr0\n    1d1e:\t0f 90       \tpop\tr0\n    1d20:\t03 c2       \trjmp\t.+1030   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1d22:\tce 01       \tmovw\tr24, r28\n    1d24:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1d26:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1d2a:\t08 2f       \tmov\tr16, r24\n    1d2c:\t19 2f       \tmov\tr17, r25\n    1d2e:\t98 01       \tmovw\tr18, r16\n    1d30:\t2a 50       \tsubi\tr18, 0x0A\t; 10\n    1d32:\t31 09       \tsbc\tr19, r1\n    1d34:\t21 3f       \tcpi\tr18, 0xF1\t; 241\n    1d36:\t31 05       \tcpc\tr19, r1\n    1d38:\t48 f0       \tbrcs\t.+18     \t; 0x1d4c <_Z10startMenuev+0x4e8>\n    1d3a:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1d3c:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1d3e:\t3f 93       \tpush\tr19\n    1d40:\t2f 93       \tpush\tr18\n    1d42:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d46:\t0f 90       \tpop\tr0\n    1d48:\t0f 90       \tpop\tr0\n    1d4a:\te2 cd       \trjmp\t.-1084   \t; 0x1910 <_Z10startMenuev+0xac>\n    1d4c:\t68 2f       \tmov\tr22, r24\n    1d4e:\t86 e1       \tldi\tr24, 0x16\t; 22\n    1d50:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1d52:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1d56:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1d58:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1d5a:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1d5c:\tf1 f7       \tbrne\t.-4      \t; 0x1d5a <_Z10startMenuev+0x4f6>\n    1d5e:\t00 c0       \trjmp\t.+0      \t; 0x1d60 <_Z10startMenuev+0x4fc>\n    1d60:\t00 00       \tnop\n    1d62:\t0e 94 75 09 \tcall\t0x12ea\t; 0x12ea <_Z24getMinHDOPFromTinyEEPROMv>\n    1d66:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1d68:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1d6a:\t08 17       \tcp\tr16, r24\n    1d6c:\t19 07       \tcpc\tr17, r25\n    1d6e:\t49 f0       \tbreq\t.+18     \t; 0x1d82 <_Z10startMenuev+0x51e>\n    1d70:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1d72:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1d74:\t3f 93       \tpush\tr19\n    1d76:\t2f 93       \tpush\tr18\n    1d78:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d7c:\t0f 90       \tpop\tr0\n    1d7e:\t0f 90       \tpop\tr0\n    1d80:\tc7 cd       \trjmp\t.-1138   \t; 0x1910 <_Z10startMenuev+0xac>\n    1d82:\te1 e8       \tldi\tr30, 0x81\t; 129\n    1d84:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1d86:\tff 93       \tpush\tr31\n    1d88:\tef 93       \tpush\tr30\n    1d8a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d8e:\t3d a1       \tldd\tr19, Y+37\t; 0x25\n    1d90:\t30 93 04 38 \tsts\t0x3804, r19\t; 0x803804 <eepromSettingMinHDOP>\n    1d94:\t0f 90       \tpop\tr0\n    1d96:\t0f 90       \tpop\tr0\n    1d98:\tbb cd       \trjmp\t.-1162   \t; 0x1910 <_Z10startMenuev+0xac>\n    1d9a:\t85 33       \tcpi\tr24, 0x35\t; 53\n    1d9c:\t09 f0       \tbreq\t.+2      \t; 0x1da0 <_Z10startMenuev+0x53c>\n    1d9e:\t67 c0       \trjmp\t.+206    \t; 0x1e6e <_Z10startMenuev+0x60a>\n    1da0:\t8f e3       \tldi\tr24, 0x3F\t; 63\n    1da2:\t8f 93       \tpush\tr24\n    1da4:\t8e ef       \tldi\tr24, 0xFE\t; 254\n    1da6:\t8f 93       \tpush\tr24\n    1da8:\t1f 92       \tpush\tr1\n    1daa:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    1dac:\t8f 93       \tpush\tr24\n    1dae:\t82 e0       \tldi\tr24, 0x02\t; 2\n    1db0:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1db2:\t9f 93       \tpush\tr25\n    1db4:\t8f 93       \tpush\tr24\n    1db6:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1dba:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1dbc:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1dbe:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1dc0:\tbe 01       \tmovw\tr22, r28\n    1dc2:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1dc4:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1dc6:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1dc8:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1dcc:\t0f 90       \tpop\tr0\n    1dce:\t0f 90       \tpop\tr0\n    1dd0:\t0f 90       \tpop\tr0\n    1dd2:\t0f 90       \tpop\tr0\n    1dd4:\t0f 90       \tpop\tr0\n    1dd6:\t0f 90       \tpop\tr0\n    1dd8:\t81 11       \tcpse\tr24, r1\n    1dda:\t09 c0       \trjmp\t.+18     \t; 0x1dee <_Z10startMenuev+0x58a>\n    1ddc:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1dde:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1de0:\t9f 93       \tpush\tr25\n    1de2:\t8f 93       \tpush\tr24\n    1de4:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1de8:\t0f 90       \tpop\tr0\n    1dea:\t0f 90       \tpop\tr0\n    1dec:\t9d c1       \trjmp\t.+826    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1dee:\tce 01       \tmovw\tr24, r28\n    1df0:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1df2:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1df6:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1df8:\t08 2f       \tmov\tr16, r24\n    1dfa:\t19 2f       \tmov\tr17, r25\n    1dfc:\tc8 01       \tmovw\tr24, r16\n    1dfe:\t0a 97       \tsbiw\tr24, 0x0a\t; 10\n    1e00:\t85 3f       \tcpi\tr24, 0xF5\t; 245\n    1e02:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1e04:\t48 f0       \tbrcs\t.+18     \t; 0x1e18 <_Z10startMenuev+0x5b4>\n    1e06:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1e08:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1e0a:\t3f 93       \tpush\tr19\n    1e0c:\t2f 93       \tpush\tr18\n    1e0e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e12:\t0f 90       \tpop\tr0\n    1e14:\t0f 90       \tpop\tr0\n    1e16:\t7c cd       \trjmp\t.-1288   \t; 0x1910 <_Z10startMenuev+0xac>\n    1e18:\t61 2f       \tmov\tr22, r17\n    1e1a:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1e1c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1e1e:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1e22:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1e24:\t88 e1       \tldi\tr24, 0x18\t; 24\n    1e26:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1e28:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1e2c:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1e2e:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1e30:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1e32:\tf1 f7       \tbrne\t.-4      \t; 0x1e30 <_Z10startMenuev+0x5cc>\n    1e34:\t00 c0       \trjmp\t.+0      \t; 0x1e36 <_Z10startMenuev+0x5d2>\n    1e36:\t00 00       \tnop\n    1e38:\t0e 94 7f 09 \tcall\t0x12fe\t; 0x12fe <_Z32getActivationDelayFromTinyEEPROMv>\n    1e3c:\t08 17       \tcp\tr16, r24\n    1e3e:\t19 07       \tcpc\tr17, r25\n    1e40:\t49 f0       \tbreq\t.+18     \t; 0x1e54 <_Z10startMenuev+0x5f0>\n    1e42:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1e44:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1e46:\t3f 93       \tpush\tr19\n    1e48:\t2f 93       \tpush\tr18\n    1e4a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e4e:\t0f 90       \tpop\tr0\n    1e50:\t0f 90       \tpop\tr0\n    1e52:\t5e cd       \trjmp\t.-1348   \t; 0x1910 <_Z10startMenuev+0xac>\n    1e54:\te1 e8       \tldi\tr30, 0x81\t; 129\n    1e56:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1e58:\tff 93       \tpush\tr31\n    1e5a:\tef 93       \tpush\tr30\n    1e5c:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e60:\t00 93 02 38 \tsts\t0x3802, r16\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    1e64:\t10 93 03 38 \tsts\t0x3803, r17\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    1e68:\t0f 90       \tpop\tr0\n    1e6a:\t0f 90       \tpop\tr0\n    1e6c:\t51 cd       \trjmp\t.-1374   \t; 0x1910 <_Z10startMenuev+0xac>\n    1e6e:\t86 33       \tcpi\tr24, 0x36\t; 54\n    1e70:\t09 f0       \tbreq\t.+2      \t; 0x1e74 <_Z10startMenuev+0x610>\n    1e72:\tca c0       \trjmp\t.+404    \t; 0x2008 <_Z10startMenuev+0x7a4>\n    1e74:\t8a e2       \tldi\tr24, 0x2A\t; 42\n    1e76:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1e78:\t9f 93       \tpush\tr25\n    1e7a:\t8f 93       \tpush\tr24\n    1e7c:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e80:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1e82:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1e84:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1e86:\tbe 01       \tmovw\tr22, r28\n    1e88:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1e8a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1e8c:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1e8e:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1e92:\t0f 90       \tpop\tr0\n    1e94:\t0f 90       \tpop\tr0\n    1e96:\t81 11       \tcpse\tr24, r1\n    1e98:\t09 c0       \trjmp\t.+18     \t; 0x1eac <_Z10startMenuev+0x648>\n    1e9a:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1e9c:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1e9e:\t9f 93       \tpush\tr25\n    1ea0:\t8f 93       \tpush\tr24\n    1ea2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ea6:\t0f 90       \tpop\tr0\n    1ea8:\t0f 90       \tpop\tr0\n    1eaa:\t3e c1       \trjmp\t.+636    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1eac:\tce 01       \tmovw\tr24, r28\n    1eae:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1eb0:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1eb4:\t8c 01       \tmovw\tr16, r24\n    1eb6:\t9c 01       \tmovw\tr18, r24\n    1eb8:\t36 95       \tlsr\tr19\n    1eba:\t27 95       \tror\tr18\n    1ebc:\t36 95       \tlsr\tr19\n    1ebe:\t27 95       \tror\tr18\n    1ec0:\tab e7       \tldi\tr26, 0x7B\t; 123\n    1ec2:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    1ec4:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1ec8:\t96 95       \tlsr\tr25\n    1eca:\t87 95       \tror\tr24\n    1ecc:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1ece:\t9e a3       \tstd\tY+38, r25\t; 0x26\n    1ed0:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1ed2:\tb0 f4       \tbrcc\t.+44     \t; 0x1f00 <_Z10startMenuev+0x69c>\n    1ed4:\t98 01       \tmovw\tr18, r16\n    1ed6:\t36 95       \tlsr\tr19\n    1ed8:\t27 95       \tror\tr18\n    1eda:\t36 95       \tlsr\tr19\n    1edc:\t27 95       \tror\tr18\n    1ede:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1ee2:\t96 95       \tlsr\tr25\n    1ee4:\t87 95       \tror\tr24\n    1ee6:\t44 e6       \tldi\tr20, 0x64\t; 100\n    1ee8:\t48 9f       \tmul\tr20, r24\n    1eea:\t90 01       \tmovw\tr18, r0\n    1eec:\t49 9f       \tmul\tr20, r25\n    1eee:\t30 0d       \tadd\tr19, r0\n    1ef0:\t11 24       \teor\tr1, r1\n    1ef2:\tc8 01       \tmovw\tr24, r16\n    1ef4:\t82 1b       \tsub\tr24, r18\n    1ef6:\t93 0b       \tsbc\tr25, r19\n    1ef8:\t8f a3       \tstd\tY+39, r24\t; 0x27\n    1efa:\t98 a7       \tstd\tY+40, r25\t; 0x28\n    1efc:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1efe:\t48 f0       \tbrcs\t.+18     \t; 0x1f12 <_Z10startMenuev+0x6ae>\n    1f00:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1f02:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1f04:\tff 93       \tpush\tr31\n    1f06:\tef 93       \tpush\tr30\n    1f08:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1f0c:\t0f 90       \tpop\tr0\n    1f0e:\t0f 90       \tpop\tr0\n    1f10:\tff cc       \trjmp\t.-1538   \t; 0x1910 <_Z10startMenuev+0xac>\n    1f12:\t86 e5       \tldi\tr24, 0x56\t; 86\n    1f14:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1f16:\t9f 93       \tpush\tr25\n    1f18:\t8f 93       \tpush\tr24\n    1f1a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1f1e:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1f20:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1f22:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1f24:\tbe 01       \tmovw\tr22, r28\n    1f26:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1f28:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1f2a:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1f2c:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1f30:\t0f 90       \tpop\tr0\n    1f32:\t0f 90       \tpop\tr0\n    1f34:\t81 11       \tcpse\tr24, r1\n    1f36:\t09 c0       \trjmp\t.+18     \t; 0x1f4a <_Z10startMenuev+0x6e6>\n    1f38:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1f3a:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1f3c:\t9f 93       \tpush\tr25\n    1f3e:\t8f 93       \tpush\tr24\n    1f40:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1f44:\t0f 90       \tpop\tr0\n    1f46:\t0f 90       \tpop\tr0\n    1f48:\tef c0       \trjmp\t.+478    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1f4a:\tce 01       \tmovw\tr24, r28\n    1f4c:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1f4e:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1f52:\tac 01       \tmovw\tr20, r24\n    1f54:\t9c 01       \tmovw\tr18, r24\n    1f56:\t36 95       \tlsr\tr19\n    1f58:\t27 95       \tror\tr18\n    1f5a:\t36 95       \tlsr\tr19\n    1f5c:\t27 95       \tror\tr18\n    1f5e:\tab e7       \tldi\tr26, 0x7B\t; 123\n    1f60:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    1f62:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1f66:\t96 95       \tlsr\tr25\n    1f68:\t87 95       \tror\tr24\n    1f6a:\t89 a7       \tstd\tY+41, r24\t; 0x29\n    1f6c:\t9a a7       \tstd\tY+42, r25\t; 0x2a\n    1f6e:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1f70:\tc8 f4       \tbrcc\t.+50     \t; 0x1fa4 <_Z10startMenuev+0x740>\n    1f72:\t9a 01       \tmovw\tr18, r20\n    1f74:\t36 95       \tlsr\tr19\n    1f76:\t27 95       \tror\tr18\n    1f78:\t36 95       \tlsr\tr19\n    1f7a:\t27 95       \tror\tr18\n    1f7c:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1f80:\t96 95       \tlsr\tr25\n    1f82:\t87 95       \tror\tr24\n    1f84:\t64 e6       \tldi\tr22, 0x64\t; 100\n    1f86:\t68 9f       \tmul\tr22, r24\n    1f88:\t90 01       \tmovw\tr18, r0\n    1f8a:\t69 9f       \tmul\tr22, r25\n    1f8c:\t30 0d       \tadd\tr19, r0\n    1f8e:\t11 24       \teor\tr1, r1\n    1f90:\tca 01       \tmovw\tr24, r20\n    1f92:\t82 1b       \tsub\tr24, r18\n    1f94:\t93 0b       \tsbc\tr25, r19\n    1f96:\t8b a7       \tstd\tY+43, r24\t; 0x2b\n    1f98:\t9c a7       \tstd\tY+44, r25\t; 0x2c\n    1f9a:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1f9c:\t18 f4       \tbrcc\t.+6      \t; 0x1fa4 <_Z10startMenuev+0x740>\n    1f9e:\t04 17       \tcp\tr16, r20\n    1fa0:\t15 07       \tcpc\tr17, r21\n    1fa2:\t49 f4       \tbrne\t.+18     \t; 0x1fb6 <_Z10startMenuev+0x752>\n    1fa4:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1fa6:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1fa8:\tff 93       \tpush\tr31\n    1faa:\tef 93       \tpush\tr30\n    1fac:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1fb0:\t0f 90       \tpop\tr0\n    1fb2:\t0f 90       \tpop\tr0\n    1fb4:\tad cc       \trjmp\t.-1702   \t; 0x1910 <_Z10startMenuev+0xac>\n    1fb6:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1fb8:\t89 e1       \tldi\tr24, 0x19\t; 25\n    1fba:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fbc:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fc0:\t6f a1       \tldd\tr22, Y+39\t; 0x27\n    1fc2:\t8a e1       \tldi\tr24, 0x1A\t; 26\n    1fc4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fc6:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fca:\t69 a5       \tldd\tr22, Y+41\t; 0x29\n    1fcc:\t8b e1       \tldi\tr24, 0x1B\t; 27\n    1fce:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fd0:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fd4:\t6b a5       \tldd\tr22, Y+43\t; 0x2b\n    1fd6:\t8c e1       \tldi\tr24, 0x1C\t; 28\n    1fd8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fda:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fde:\t81 e8       \tldi\tr24, 0x81\t; 129\n    1fe0:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1fe2:\t9f 93       \tpush\tr25\n    1fe4:\t8f 93       \tpush\tr24\n    1fe6:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1fea:\tfd a1       \tldd\tr31, Y+37\t; 0x25\n    1fec:\tf0 93 24 38 \tsts\t0x3824, r31\t; 0x803824 <eepromSettingTurnOnHour>\n    1ff0:\t2f a1       \tldd\tr18, Y+39\t; 0x27\n    1ff2:\t20 93 23 38 \tsts\t0x3823, r18\t; 0x803823 <eepromSettingTurnOnMinute>\n    1ff6:\t39 a5       \tldd\tr19, Y+41\t; 0x29\n    1ff8:\t30 93 22 38 \tsts\t0x3822, r19\t; 0x803822 <eepromSettingTurnOffHour>\n    1ffc:\t8b a5       \tldd\tr24, Y+43\t; 0x2b\n    1ffe:\t80 93 21 38 \tsts\t0x3821, r24\t; 0x803821 <eepromSettingTurnOffMinute>\n    2002:\t0f 90       \tpop\tr0\n    2004:\t0f 90       \tpop\tr0\n    2006:\t84 cc       \trjmp\t.-1784   \t; 0x1910 <_Z10startMenuev+0xac>\n    2008:\t87 33       \tcpi\tr24, 0x37\t; 55\n    200a:\ta9 f4       \tbrne\t.+42     \t; 0x2036 <_Z10startMenuev+0x7d2>\n    200c:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    2010:\t88 23       \tand\tr24, r24\n    2012:\t41 f0       \tbreq\t.+16     \t; 0x2024 <_Z10startMenuev+0x7c0>\n    2014:\t60 e0       \tldi\tr22, 0x00\t; 0\n    2016:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    2018:\t90 e0       \tldi\tr25, 0x00\t; 0\n    201a:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    201e:\t10 92 20 38 \tsts\t0x3820, r1\t; 0x803820 <eepromSettingGeofencing>\n    2022:\t76 cc       \trjmp\t.-1812   \t; 0x1910 <_Z10startMenuev+0xac>\n    2024:\t61 e0       \tldi\tr22, 0x01\t; 1\n    2026:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    2028:\t90 e0       \tldi\tr25, 0x00\t; 0\n    202a:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    202e:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2030:\t80 93 20 38 \tsts\t0x3820, r24\t; 0x803820 <eepromSettingGeofencing>\n    2034:\t6d cc       \trjmp\t.-1830   \t; 0x1910 <_Z10startMenuev+0xac>\n    2036:\t88 33       \tcpi\tr24, 0x38\t; 56\n    2038:\t09 f0       \tbreq\t.+2      \t; 0x203c <_Z10startMenuev+0x7d8>\n    203a:\t57 c0       \trjmp\t.+174    \t; 0x20ea <_Z10startMenuev+0x886>\n    203c:\te3 e8       \tldi\tr30, 0x83\t; 131\n    203e:\tfe eb       \tldi\tr31, 0xBE\t; 190\n    2040:\tff 93       \tpush\tr31\n    2042:\tef 93       \tpush\tr30\n    2044:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    2048:\t20 e6       \tldi\tr18, 0x60\t; 96\n    204a:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    204c:\t40 e2       \tldi\tr20, 0x20\t; 32\n    204e:\tbe 01       \tmovw\tr22, r28\n    2050:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    2052:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2054:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    2056:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    205a:\t0f 90       \tpop\tr0\n    205c:\t0f 90       \tpop\tr0\n    205e:\t81 11       \tcpse\tr24, r1\n    2060:\t09 c0       \trjmp\t.+18     \t; 0x2074 <_Z10startMenuev+0x810>\n    2062:\t87 e7       \tldi\tr24, 0x77\t; 119\n    2064:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    2066:\t9f 93       \tpush\tr25\n    2068:\t8f 93       \tpush\tr24\n    206a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    206e:\t0f 90       \tpop\tr0\n    2070:\t0f 90       \tpop\tr0\n    2072:\t5a c0       \trjmp\t.+180    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    2074:\tce 01       \tmovw\tr24, r28\n    2076:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2078:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    207c:\t08 2f       \tmov\tr16, r24\n    207e:\t19 2f       \tmov\tr17, r25\n    2080:\t0b 3f       \tcpi\tr16, 0xFB\t; 251\n    2082:\t11 05       \tcpc\tr17, r1\n    2084:\t48 f0       \tbrcs\t.+18     \t; 0x2098 <_Z10startMenuev+0x834>\n    2086:\t83 e5       \tldi\tr24, 0x53\t; 83\n    2088:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    208a:\t9f 93       \tpush\tr25\n    208c:\t8f 93       \tpush\tr24\n    208e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    2092:\t0f 90       \tpop\tr0\n    2094:\t0f 90       \tpop\tr0\n    2096:\t3c cc       \trjmp\t.-1928   \t; 0x1910 <_Z10startMenuev+0xac>\n    2098:\t68 2f       \tmov\tr22, r24\n    209a:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    209c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    209e:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    20a2:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    20a4:\t91 e6       \tldi\tr25, 0x61\t; 97\n    20a6:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    20a8:\tf1 f7       \tbrne\t.-4      \t; 0x20a6 <_Z10startMenuev+0x842>\n    20aa:\t00 c0       \trjmp\t.+0      \t; 0x20ac <_Z10startMenuev+0x848>\n    20ac:\t00 00       \tnop\n    20ae:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    20b0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20b2:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    20b6:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    20b8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20ba:\t08 17       \tcp\tr16, r24\n    20bc:\t19 07       \tcpc\tr17, r25\n    20be:\t49 f0       \tbreq\t.+18     \t; 0x20d2 <_Z10startMenuev+0x86e>\n    20c0:\te3 e5       \tldi\tr30, 0x53\t; 83\n    20c2:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    20c4:\tff 93       \tpush\tr31\n    20c6:\tef 93       \tpush\tr30\n    20c8:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    20cc:\t0f 90       \tpop\tr0\n    20ce:\t0f 90       \tpop\tr0\n    20d0:\t1f cc       \trjmp\t.-1986   \t; 0x1910 <_Z10startMenuev+0xac>\n    20d2:\t81 e8       \tldi\tr24, 0x81\t; 129\n    20d4:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    20d6:\t9f 93       \tpush\tr25\n    20d8:\t8f 93       \tpush\tr24\n    20da:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    20de:\tfd a1       \tldd\tr31, Y+37\t; 0x25\n    20e0:\tf0 93 1e 38 \tsts\t0x381E, r31\t; 0x80381e <eepromSettingBurstDuration>\n    20e4:\t0f 90       \tpop\tr0\n    20e6:\t0f 90       \tpop\tr0\n    20e8:\t13 cc       \trjmp\t.-2010   \t; 0x1910 <_Z10startMenuev+0xac>\n    20ea:\t82 36       \tcpi\tr24, 0x62\t; 98\n    20ec:\ta9 f4       \tbrne\t.+42     \t; 0x2118 <_Z10startMenuev+0x8b4>\n    20ee:\t80 91 1f 38 \tlds\tr24, 0x381F\t; 0x80381f <eepromSettingBlink>\n    20f2:\t88 23       \tand\tr24, r24\n    20f4:\t41 f0       \tbreq\t.+16     \t; 0x2106 <_Z10startMenuev+0x8a2>\n    20f6:\t60 e0       \tldi\tr22, 0x00\t; 0\n    20f8:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    20fa:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20fc:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    2100:\t10 92 1f 38 \tsts\t0x381F, r1\t; 0x80381f <eepromSettingBlink>\n    2104:\t05 cc       \trjmp\t.-2038   \t; 0x1910 <_Z10startMenuev+0xac>\n    2106:\t61 e0       \tldi\tr22, 0x01\t; 1\n    2108:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    210a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    210c:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    2110:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2112:\t80 93 1f 38 \tsts\t0x381F, r24\t; 0x80381f <eepromSettingBlink>\n    2116:\tfc cb       \trjmp\t.-2056   \t; 0x1910 <_Z10startMenuev+0xac>\n    2118:\t82 e1       \tldi\tr24, 0x12\t; 18\n    211a:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    211c:\t9f 93       \tpush\tr25\n    211e:\t8f 93       \tpush\tr24\n    2120:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    2124:\t0f 90       \tpop\tr0\n    2126:\t0f 90       \tpop\tr0\n    2128:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    212c:\t83 e2       \tldi\tr24, 0x23\t; 35\n    212e:\t94 ef       \tldi\tr25, 0xF4\t; 244\n    2130:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    2132:\tf1 f7       \tbrne\t.-4      \t; 0x2130 <_Z10startMenuev+0x8cc>\n    2134:\t00 c0       \trjmp\t.+0      \t; 0x2136 <_Z10startMenuev+0x8d2>\n    2136:\t00 00       \tnop\n    2138:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    213c:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2140:\tac 96       \tadiw\tr28, 0x2c\t; 44\n    2142:\tcd bf       \tout\t0x3d, r28\t; 61\n    2144:\tde bf       \tout\t0x3e, r29\t; 62\n    2146:\tdf 91       \tpop\tr29\n    2148:\tcf 91       \tpop\tr28\n    214a:\t1f 91       \tpop\tr17\n    214c:\t0f 91       \tpop\tr16\n    214e:\tff 90       \tpop\tr15\n    2150:\tef 90       \tpop\tr14\n    2152:\tdf 90       \tpop\tr13\n    2154:\tcf 90       \tpop\tr12\n    2156:\tbf 90       \tpop\tr11\n    2158:\taf 90       \tpop\tr10\n    215a:\t9f 90       \tpop\tr9\n    215c:\t8f 90       \tpop\tr8\n    215e:\t7f 90       \tpop\tr7\n    2160:\t6f 90       \tpop\tr6\n    2162:\t5f 90       \tpop\tr5\n    2164:\t4f 90       \tpop\tr4\n    2166:\t3f 90       \tpop\tr3\n    2168:\t2f 90       \tpop\tr2\n    216a:\t08 95       \tret\n\n0000216c <_Z32downloadButtonPressedFor3Secondsv>:\n    216c:\t80 91 08 04 \tlds\tr24, 0x0408\t; 0x800408 <__RODATA_PM_OFFSET__+0x7f8408>\n    2170:\t85 ff       \tsbrs\tr24, 5\n    2172:\t12 c0       \trjmp\t.+36     \t; 0x2198 <_Z32downloadButtonPressedFor3Secondsv+0x2c>\n    2174:\t0d c0       \trjmp\t.+26     \t; 0x2190 <_Z32downloadButtonPressedFor3Secondsv+0x24>\n    2176:\t90 85       \tldd\tr25, Z+8\t; 0x08\n    2178:\t95 fd       \tsbrc\tr25, 5\n    217a:\t0c c0       \trjmp\t.+24     \t; 0x2194 <_Z32downloadButtonPressedFor3Secondsv+0x28>\n    217c:\ta7 ea       \tldi\tr26, 0xA7\t; 167\n    217e:\tb1 e6       \tldi\tr27, 0x61\t; 97\n    2180:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    2182:\tf1 f7       \tbrne\t.-4      \t; 0x2180 <_Z32downloadButtonPressedFor3Secondsv+0x14>\n    2184:\t00 c0       \trjmp\t.+0      \t; 0x2186 <_Z32downloadButtonPressedFor3Secondsv+0x1a>\n    2186:\t00 00       \tnop\n    2188:\t81 50       \tsubi\tr24, 0x01\t; 1\n    218a:\ta9 f7       \tbrne\t.-22     \t; 0x2176 <_Z32downloadButtonPressedFor3Secondsv+0xa>\n    218c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    218e:\t08 95       \tret\n    2190:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2192:\t08 95       \tret\n    2194:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2196:\t08 95       \tret\n    2198:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    219a:\t91 e6       \tldi\tr25, 0x61\t; 97\n    219c:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    219e:\tf1 f7       \tbrne\t.-4      \t; 0x219c <_Z32downloadButtonPressedFor3Secondsv+0x30>\n    21a0:\t00 c0       \trjmp\t.+0      \t; 0x21a2 <_Z32downloadButtonPressedFor3Secondsv+0x36>\n    21a2:\t00 00       \tnop\n    21a4:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    21a6:\te0 e0       \tldi\tr30, 0x00\t; 0\n    21a8:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    21aa:\te5 cf       \trjmp\t.-54     \t; 0x2176 <_Z32downloadButtonPressedFor3Secondsv+0xa>\n\n000021ac <_Z13storeInMemoryP5gps_tb>:\n    21ac:\t4f 92       \tpush\tr4\n    21ae:\t5f 92       \tpush\tr5\n    21b0:\t6f 92       \tpush\tr6\n    21b2:\t7f 92       \tpush\tr7\n    21b4:\t8f 92       \tpush\tr8\n    21b6:\t9f 92       \tpush\tr9\n    21b8:\taf 92       \tpush\tr10\n    21ba:\tbf 92       \tpush\tr11\n    21bc:\tcf 92       \tpush\tr12\n    21be:\tdf 92       \tpush\tr13\n    21c0:\tff 92       \tpush\tr15\n    21c2:\t0f 93       \tpush\tr16\n    21c4:\t1f 93       \tpush\tr17\n    21c6:\tcf 93       \tpush\tr28\n    21c8:\tdf 93       \tpush\tr29\n    21ca:\tcd b7       \tin\tr28, 0x3d\t; 61\n    21cc:\tde b7       \tin\tr29, 0x3e\t; 62\n    21ce:\t62 97       \tsbiw\tr28, 0x12\t; 18\n    21d0:\tcd bf       \tout\t0x3d, r28\t; 61\n    21d2:\tde bf       \tout\t0x3e, r29\t; 62\n    21d4:\t6c 01       \tmovw\tr12, r24\n    21d6:\tf6 2e       \tmov\tr15, r22\n    21d8:\t04 e0       \tldi\tr16, 0x04\t; 4\n    21da:\t10 e0       \tldi\tr17, 0x00\t; 0\n    21dc:\t20 e0       \tldi\tr18, 0x00\t; 0\n    21de:\t30 e0       \tldi\tr19, 0x00\t; 0\n    21e0:\tae 01       \tmovw\tr20, r28\n    21e2:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    21e4:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    21e6:\t60 e0       \tldi\tr22, 0x00\t; 0\n    21e8:\t70 e0       \tldi\tr23, 0x00\t; 0\n    21ea:\tcb 01       \tmovw\tr24, r22\n    21ec:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    21f0:\t88 23       \tand\tr24, r24\n    21f2:\t09 f4       \tbrne\t.+2      \t; 0x21f6 <_Z13storeInMemoryP5gps_tb+0x4a>\n    21f4:\t49 c1       \trjmp\t.+658    \t; 0x2488 <_Z13storeInMemoryP5gps_tb+0x2dc>\n    21f6:\tce 01       \tmovw\tr24, r28\n    21f8:\t01 96       \tadiw\tr24, 0x01\t; 1\n    21fa:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    21fe:\t4b 01       \tmovw\tr8, r22\n    2200:\t5c 01       \tmovw\tr10, r24\n    2202:\tdc 01       \tmovw\tr26, r24\n    2204:\tcb 01       \tmovw\tr24, r22\n    2206:\t40 97       \tsbiw\tr24, 0x10\t; 16\n    2208:\ta1 09       \tsbc\tr26, r1\n    220a:\tb1 09       \tsbc\tr27, r1\n    220c:\t81 3f       \tcpi\tr24, 0xF1\t; 241\n    220e:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    2210:\ta1 40       \tsbci\tr26, 0x01\t; 1\n    2212:\tb1 05       \tcpc\tr27, r1\n    2214:\t28 f0       \tbrcs\t.+10     \t; 0x2220 <_Z13storeInMemoryP5gps_tb+0x74>\n    2216:\t81 2c       \tmov\tr8, r1\n    2218:\t91 2c       \tmov\tr9, r1\n    221a:\t54 01       \tmovw\tr10, r8\n    221c:\t68 94       \tset\n    221e:\t84 f8       \tbld\tr8, 4\n    2220:\tff 20       \tand\tr15, r15\n    2222:\t11 f1       \tbreq\t.+68     \t; 0x2268 <_Z13storeInMemoryP5gps_tb+0xbc>\n    2224:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2226:\t10 e0       \tldi\tr17, 0x00\t; 0\n    2228:\t20 e0       \tldi\tr18, 0x00\t; 0\n    222a:\t30 e0       \tldi\tr19, 0x00\t; 0\n    222c:\tae 01       \tmovw\tr20, r28\n    222e:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2230:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2232:\t64 e0       \tldi\tr22, 0x04\t; 4\n    2234:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2236:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2238:\t90 e0       \tldi\tr25, 0x00\t; 0\n    223a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    223e:\t88 23       \tand\tr24, r24\n    2240:\t09 f4       \tbrne\t.+2      \t; 0x2244 <_Z13storeInMemoryP5gps_tb+0x98>\n    2242:\t24 c1       \trjmp\t.+584    \t; 0x248c <_Z13storeInMemoryP5gps_tb+0x2e0>\n    2244:\tce 01       \tmovw\tr24, r28\n    2246:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2248:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    224c:\t6b 87       \tstd\tY+11, r22\t; 0x0b\n    224e:\t7c 87       \tstd\tY+12, r23\t; 0x0c\n    2250:\t8d 87       \tstd\tY+13, r24\t; 0x0d\n    2252:\t9e 87       \tstd\tY+14, r25\t; 0x0e\n    2254:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    2256:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2258:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    225a:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    225c:\t49 f4       \tbrne\t.+18     \t; 0x2270 <_Z13storeInMemoryP5gps_tb+0xc4>\n    225e:\t1b 86       \tstd\tY+11, r1\t; 0x0b\n    2260:\t1c 86       \tstd\tY+12, r1\t; 0x0c\n    2262:\t1d 86       \tstd\tY+13, r1\t; 0x0d\n    2264:\t1e 86       \tstd\tY+14, r1\t; 0x0e\n    2266:\t04 c0       \trjmp\t.+8      \t; 0x2270 <_Z13storeInMemoryP5gps_tb+0xc4>\n    2268:\t1b 86       \tstd\tY+11, r1\t; 0x0b\n    226a:\t1c 86       \tstd\tY+12, r1\t; 0x0c\n    226c:\t1d 86       \tstd\tY+13, r1\t; 0x0d\n    226e:\t1e 86       \tstd\tY+14, r1\t; 0x0e\n    2270:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2272:\t10 e0       \tldi\tr17, 0x00\t; 0\n    2274:\t20 e0       \tldi\tr18, 0x00\t; 0\n    2276:\t30 e0       \tldi\tr19, 0x00\t; 0\n    2278:\tae 01       \tmovw\tr20, r28\n    227a:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    227c:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    227e:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2280:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2282:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2284:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2286:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    228a:\t88 23       \tand\tr24, r24\n    228c:\t09 f4       \tbrne\t.+2      \t; 0x2290 <_Z13storeInMemoryP5gps_tb+0xe4>\n    228e:\t00 c1       \trjmp\t.+512    \t; 0x2490 <_Z13storeInMemoryP5gps_tb+0x2e4>\n    2290:\tce 01       \tmovw\tr24, r28\n    2292:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2294:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    2298:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n    229a:\t78 8b       \tstd\tY+16, r23\t; 0x10\n    229c:\t89 8b       \tstd\tY+17, r24\t; 0x11\n    229e:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n    22a0:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    22a2:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    22a4:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    22a6:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    22a8:\t21 f4       \tbrne\t.+8      \t; 0x22b2 <_Z13storeInMemoryP5gps_tb+0x106>\n    22aa:\t1f 86       \tstd\tY+15, r1\t; 0x0f\n    22ac:\t18 8a       \tstd\tY+16, r1\t; 0x10\n    22ae:\t19 8a       \tstd\tY+17, r1\t; 0x11\n    22b0:\t1a 8a       \tstd\tY+18, r1\t; 0x12\n    22b2:\tc6 01       \tmovw\tr24, r12\n    22b4:\t0e 94 6b 03 \tcall\t0x6d6\t; 0x6d6 <_Z18gpsGetUTCTimestampP5gps_t>\n    22b8:\t6a 3e       \tcpi\tr22, 0xEA\t; 234\n    22ba:\t51 e4       \tldi\tr21, 0x41\t; 65\n    22bc:\t75 07       \tcpc\tr23, r21\n    22be:\t57 e7       \tldi\tr21, 0x77\t; 119\n    22c0:\t85 07       \tcpc\tr24, r21\n    22c2:\t50 e6       \tldi\tr21, 0x60\t; 96\n    22c4:\t95 07       \tcpc\tr25, r21\n    22c6:\t38 f0       \tbrcs\t.+14     \t; 0x22d6 <_Z13storeInMemoryP5gps_tb+0x12a>\n    22c8:\tab 01       \tmovw\tr20, r22\n    22ca:\tbc 01       \tmovw\tr22, r24\n    22cc:\t4a 5e       \tsubi\tr20, 0xEA\t; 234\n    22ce:\t51 44       \tsbci\tr21, 0x41\t; 65\n    22d0:\t67 47       \tsbci\tr22, 0x77\t; 119\n    22d2:\t70 46       \tsbci\tr23, 0x60\t; 96\n    22d4:\t03 c0       \trjmp\t.+6      \t; 0x22dc <_Z13storeInMemoryP5gps_tb+0x130>\n    22d6:\t40 e0       \tldi\tr20, 0x00\t; 0\n    22d8:\t50 e0       \tldi\tr21, 0x00\t; 0\n    22da:\tba 01       \tmovw\tr22, r20\n    22dc:\td6 01       \tmovw\tr26, r12\n    22de:\t16 96       \tadiw\tr26, 0x06\t; 6\n    22e0:\t0d 91       \tld\tr16, X+\n    22e2:\t1d 91       \tld\tr17, X+\n    22e4:\t2d 91       \tld\tr18, X+\n    22e6:\t3c 91       \tld\tr19, X\n    22e8:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    22ea:\t00 5c       \tsubi\tr16, 0xC0\t; 192\n    22ec:\t1b 4a       \tsbci\tr17, 0xAB\t; 171\n    22ee:\t26 47       \tsbci\tr18, 0x76\t; 118\n    22f0:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    22f2:\td9 01       \tmovw\tr26, r18\n    22f4:\tc8 01       \tmovw\tr24, r16\n    22f6:\t07 2e       \tmov\tr0, r23\n    22f8:\t71 e1       \tldi\tr23, 0x11\t; 17\n    22fa:\tb6 95       \tlsr\tr27\n    22fc:\ta7 95       \tror\tr26\n    22fe:\t97 95       \tror\tr25\n    2300:\t87 95       \tror\tr24\n    2302:\t7a 95       \tdec\tr23\n    2304:\td1 f7       \tbrne\t.-12     \t; 0x22fa <_Z13storeInMemoryP5gps_tb+0x14e>\n    2306:\t70 2d       \tmov\tr23, r0\n    2308:\t89 83       \tstd\tY+1, r24\t; 0x01\n    230a:\td9 01       \tmovw\tr26, r18\n    230c:\tc8 01       \tmovw\tr24, r16\n    230e:\t07 2e       \tmov\tr0, r23\n    2310:\t79 e0       \tldi\tr23, 0x09\t; 9\n    2312:\tb6 95       \tlsr\tr27\n    2314:\ta7 95       \tror\tr26\n    2316:\t97 95       \tror\tr25\n    2318:\t87 95       \tror\tr24\n    231a:\t7a 95       \tdec\tr23\n    231c:\td1 f7       \tbrne\t.-12     \t; 0x2312 <_Z13storeInMemoryP5gps_tb+0x166>\n    231e:\t70 2d       \tmov\tr23, r0\n    2320:\t8a 83       \tstd\tY+2, r24\t; 0x02\n    2322:\td9 01       \tmovw\tr26, r18\n    2324:\tc8 01       \tmovw\tr24, r16\n    2326:\tb6 95       \tlsr\tr27\n    2328:\ta7 95       \tror\tr26\n    232a:\t97 95       \tror\tr25\n    232c:\t87 95       \tror\tr24\n    232e:\t8b 83       \tstd\tY+3, r24\t; 0x03\n    2330:\tf6 01       \tmovw\tr30, r12\n    2332:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n    2334:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n    2336:\ta4 85       \tldd\tr26, Z+12\t; 0x0c\n    2338:\tb5 85       \tldd\tr27, Z+13\t; 0x0d\n    233a:\t80 58       \tsubi\tr24, 0x80\t; 128\n    233c:\t97 45       \tsbci\tr25, 0x57\t; 87\n    233e:\tad 4e       \tsbci\tr26, 0xED\t; 237\n    2340:\tbe 4f       \tsbci\tr27, 0xFE\t; 254\n    2342:\t07 95       \tror\tr16\n    2344:\t00 27       \teor\tr16, r16\n    2346:\t07 95       \tror\tr16\n    2348:\t2c 01       \tmovw\tr4, r24\n    234a:\t3d 01       \tmovw\tr6, r26\n    234c:\t03 2e       \tmov\tr0, r19\n    234e:\t33 e1       \tldi\tr19, 0x13\t; 19\n    2350:\t76 94       \tlsr\tr7\n    2352:\t67 94       \tror\tr6\n    2354:\t57 94       \tror\tr5\n    2356:\t47 94       \tror\tr4\n    2358:\t3a 95       \tdec\tr19\n    235a:\td1 f7       \tbrne\t.-12     \t; 0x2350 <_Z13storeInMemoryP5gps_tb+0x1a4>\n    235c:\t30 2d       \tmov\tr19, r0\n    235e:\t04 29       \tor\tr16, r4\n    2360:\t0c 83       \tstd\tY+4, r16\t; 0x04\n    2362:\t8c 01       \tmovw\tr16, r24\n    2364:\t9d 01       \tmovw\tr18, r26\n    2366:\t0f 2e       \tmov\tr0, r31\n    2368:\tfb e0       \tldi\tr31, 0x0B\t; 11\n    236a:\t36 95       \tlsr\tr19\n    236c:\t27 95       \tror\tr18\n    236e:\t17 95       \tror\tr17\n    2370:\t07 95       \tror\tr16\n    2372:\tfa 95       \tdec\tr31\n    2374:\td1 f7       \tbrne\t.-12     \t; 0x236a <_Z13storeInMemoryP5gps_tb+0x1be>\n    2376:\tf0 2d       \tmov\tr31, r0\n    2378:\t0d 83       \tstd\tY+5, r16\t; 0x05\n    237a:\t8c 01       \tmovw\tr16, r24\n    237c:\t9d 01       \tmovw\tr18, r26\n    237e:\t68 94       \tset\n    2380:\t12 f8       \tbld\tr1, 2\n    2382:\t36 95       \tlsr\tr19\n    2384:\t27 95       \tror\tr18\n    2386:\t17 95       \tror\tr17\n    2388:\t07 95       \tror\tr16\n    238a:\t16 94       \tlsr\tr1\n    238c:\td1 f7       \tbrne\t.-12     \t; 0x2382 <_Z13storeInMemoryP5gps_tb+0x1d6>\n    238e:\t0e 83       \tstd\tY+6, r16\t; 0x06\n    2390:\t82 95       \tswap\tr24\n    2392:\t88 0f       \tadd\tr24, r24\n    2394:\t80 7e       \tandi\tr24, 0xE0\t; 224\n    2396:\t87 2b       \tor\tr24, r23\n    2398:\t8f 83       \tstd\tY+7, r24\t; 0x07\n    239a:\t68 87       \tstd\tY+8, r22\t; 0x08\n    239c:\t59 87       \tstd\tY+9, r21\t; 0x09\n    239e:\t4a 87       \tstd\tY+10, r20\t; 0x0a\n    23a0:\t24 01       \tmovw\tr4, r8\n    23a2:\t35 01       \tmovw\tr6, r10\n    23a4:\tfa e0       \tldi\tr31, 0x0A\t; 10\n    23a6:\t4f 0e       \tadd\tr4, r31\n    23a8:\t51 1c       \tadc\tr5, r1\n    23aa:\t61 1c       \tadc\tr6, r1\n    23ac:\t71 1c       \tadc\tr7, r1\n    23ae:\t21 e0       \tldi\tr18, 0x01\t; 1\n    23b0:\t42 16       \tcp\tr4, r18\n    23b2:\t51 04       \tcpc\tr5, r1\n    23b4:\t22 e0       \tldi\tr18, 0x02\t; 2\n    23b6:\t62 06       \tcpc\tr6, r18\n    23b8:\t71 04       \tcpc\tr7, r1\n    23ba:\t08 f0       \tbrcs\t.+2      \t; 0x23be <_Z13storeInMemoryP5gps_tb+0x212>\n    23bc:\t6b c0       \trjmp\t.+214    \t; 0x2494 <_Z13storeInMemoryP5gps_tb+0x2e8>\n    23be:\t0a e0       \tldi\tr16, 0x0A\t; 10\n    23c0:\t10 e0       \tldi\tr17, 0x00\t; 0\n    23c2:\t20 e0       \tldi\tr18, 0x00\t; 0\n    23c4:\t30 e0       \tldi\tr19, 0x00\t; 0\n    23c6:\tae 01       \tmovw\tr20, r28\n    23c8:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    23ca:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    23cc:\tc5 01       \tmovw\tr24, r10\n    23ce:\tb4 01       \tmovw\tr22, r8\n    23d0:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    23d4:\t88 23       \tand\tr24, r24\n    23d6:\t09 f4       \tbrne\t.+2      \t; 0x23da <_Z13storeInMemoryP5gps_tb+0x22e>\n    23d8:\t5f c0       \trjmp\t.+190    \t; 0x2498 <_Z13storeInMemoryP5gps_tb+0x2ec>\n    23da:\t79 82       \tstd\tY+1, r7\t; 0x01\n    23dc:\t6a 82       \tstd\tY+2, r6\t; 0x02\n    23de:\t5b 82       \tstd\tY+3, r5\t; 0x03\n    23e0:\t4c 82       \tstd\tY+4, r4\t; 0x04\n    23e2:\t04 e0       \tldi\tr16, 0x04\t; 4\n    23e4:\t10 e0       \tldi\tr17, 0x00\t; 0\n    23e6:\t20 e0       \tldi\tr18, 0x00\t; 0\n    23e8:\t30 e0       \tldi\tr19, 0x00\t; 0\n    23ea:\tae 01       \tmovw\tr20, r28\n    23ec:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    23ee:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    23f0:\t60 e0       \tldi\tr22, 0x00\t; 0\n    23f2:\t70 e0       \tldi\tr23, 0x00\t; 0\n    23f4:\tcb 01       \tmovw\tr24, r22\n    23f6:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    23fa:\t88 23       \tand\tr24, r24\n    23fc:\t09 f4       \tbrne\t.+2      \t; 0x2400 <_Z13storeInMemoryP5gps_tb+0x254>\n    23fe:\t4e c0       \trjmp\t.+156    \t; 0x249c <_Z13storeInMemoryP5gps_tb+0x2f0>\n    2400:\tff 20       \tand\tr15, r15\n    2402:\t11 f1       \tbreq\t.+68     \t; 0x2448 <_Z13storeInMemoryP5gps_tb+0x29c>\n    2404:\td6 01       \tmovw\tr26, r12\n    2406:\t1f 96       \tadiw\tr26, 0x0f\t; 15\n    2408:\t8d 91       \tld\tr24, X+\n    240a:\t9c 91       \tld\tr25, X\n    240c:\t50 97       \tsbiw\tr26, 0x10\t; 16\n    240e:\t2b 85       \tldd\tr18, Y+11\t; 0x0b\n    2410:\t3c 85       \tldd\tr19, Y+12\t; 0x0c\n    2412:\t4d 85       \tldd\tr20, Y+13\t; 0x0d\n    2414:\t5e 85       \tldd\tr21, Y+14\t; 0x0e\n    2416:\t28 0f       \tadd\tr18, r24\n    2418:\t39 1f       \tadc\tr19, r25\n    241a:\t41 1d       \tadc\tr20, r1\n    241c:\t51 1d       \tadc\tr21, r1\n    241e:\tda 01       \tmovw\tr26, r20\n    2420:\tc9 01       \tmovw\tr24, r18\n    2422:\tb9 83       \tstd\tY+1, r27\t; 0x01\n    2424:\taa 83       \tstd\tY+2, r26\t; 0x02\n    2426:\t9b 83       \tstd\tY+3, r25\t; 0x03\n    2428:\t2c 83       \tstd\tY+4, r18\t; 0x04\n    242a:\t04 e0       \tldi\tr16, 0x04\t; 4\n    242c:\t10 e0       \tldi\tr17, 0x00\t; 0\n    242e:\t20 e0       \tldi\tr18, 0x00\t; 0\n    2430:\t30 e0       \tldi\tr19, 0x00\t; 0\n    2432:\tae 01       \tmovw\tr20, r28\n    2434:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2436:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2438:\t64 e0       \tldi\tr22, 0x04\t; 4\n    243a:\t70 e0       \tldi\tr23, 0x00\t; 0\n    243c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    243e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2440:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    2444:\t88 23       \tand\tr24, r24\n    2446:\t61 f1       \tbreq\t.+88     \t; 0x24a0 <_Z13storeInMemoryP5gps_tb+0x2f4>\n    2448:\td6 01       \tmovw\tr26, r12\n    244a:\t51 96       \tadiw\tr26, 0x11\t; 17\n    244c:\t8c 91       \tld\tr24, X\n    244e:\t4f 84       \tldd\tr4, Y+15\t; 0x0f\n    2450:\t58 88       \tldd\tr5, Y+16\t; 0x10\n    2452:\t69 88       \tldd\tr6, Y+17\t; 0x11\n    2454:\t7a 88       \tldd\tr7, Y+18\t; 0x12\n    2456:\t48 0e       \tadd\tr4, r24\n    2458:\t51 1c       \tadc\tr5, r1\n    245a:\t61 1c       \tadc\tr6, r1\n    245c:\t71 1c       \tadc\tr7, r1\n    245e:\t79 82       \tstd\tY+1, r7\t; 0x01\n    2460:\t6a 82       \tstd\tY+2, r6\t; 0x02\n    2462:\t5b 82       \tstd\tY+3, r5\t; 0x03\n    2464:\t4c 82       \tstd\tY+4, r4\t; 0x04\n    2466:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2468:\t10 e0       \tldi\tr17, 0x00\t; 0\n    246a:\t20 e0       \tldi\tr18, 0x00\t; 0\n    246c:\t30 e0       \tldi\tr19, 0x00\t; 0\n    246e:\tae 01       \tmovw\tr20, r28\n    2470:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2472:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2474:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2476:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2478:\t80 e0       \tldi\tr24, 0x00\t; 0\n    247a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    247c:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    2480:\t88 23       \tand\tr24, r24\n    2482:\t81 f0       \tbreq\t.+32     \t; 0x24a4 <_Z13storeInMemoryP5gps_tb+0x2f8>\n    2484:\t82 e0       \tldi\tr24, 0x02\t; 2\n    2486:\t0f c0       \trjmp\t.+30     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2488:\t80 e0       \tldi\tr24, 0x00\t; 0\n    248a:\t0d c0       \trjmp\t.+26     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    248c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    248e:\t0b c0       \trjmp\t.+22     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2490:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2492:\t09 c0       \trjmp\t.+18     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2494:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2496:\t07 c0       \trjmp\t.+14     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2498:\t80 e0       \tldi\tr24, 0x00\t; 0\n    249a:\t05 c0       \trjmp\t.+10     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    249c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    249e:\t03 c0       \trjmp\t.+6      \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    24a0:\t80 e0       \tldi\tr24, 0x00\t; 0\n    24a2:\t01 c0       \trjmp\t.+2      \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    24a4:\t80 e0       \tldi\tr24, 0x00\t; 0\n    24a6:\t62 96       \tadiw\tr28, 0x12\t; 18\n    24a8:\tcd bf       \tout\t0x3d, r28\t; 61\n    24aa:\tde bf       \tout\t0x3e, r29\t; 62\n    24ac:\tdf 91       \tpop\tr29\n    24ae:\tcf 91       \tpop\tr28\n    24b0:\t1f 91       \tpop\tr17\n    24b2:\t0f 91       \tpop\tr16\n    24b4:\tff 90       \tpop\tr15\n    24b6:\tdf 90       \tpop\tr13\n    24b8:\tcf 90       \tpop\tr12\n    24ba:\tbf 90       \tpop\tr11\n    24bc:\taf 90       \tpop\tr10\n    24be:\t9f 90       \tpop\tr9\n    24c0:\t8f 90       \tpop\tr8\n    24c2:\t7f 90       \tpop\tr7\n    24c4:\t6f 90       \tpop\tr6\n    24c6:\t5f 90       \tpop\tr5\n    24c8:\t4f 90       \tpop\tr4\n    24ca:\t08 95       \tret\n\n000024cc <_Z14trackingMergedv>:\n    24cc:\t2f 92       \tpush\tr2\n    24ce:\t3f 92       \tpush\tr3\n    24d0:\t4f 92       \tpush\tr4\n    24d2:\t5f 92       \tpush\tr5\n    24d4:\t6f 92       \tpush\tr6\n    24d6:\t7f 92       \tpush\tr7\n    24d8:\t8f 92       \tpush\tr8\n    24da:\t9f 92       \tpush\tr9\n    24dc:\taf 92       \tpush\tr10\n    24de:\tbf 92       \tpush\tr11\n    24e0:\tcf 92       \tpush\tr12\n    24e2:\tdf 92       \tpush\tr13\n    24e4:\tef 92       \tpush\tr14\n    24e6:\tff 92       \tpush\tr15\n    24e8:\t0f 93       \tpush\tr16\n    24ea:\t1f 93       \tpush\tr17\n    24ec:\tcf 93       \tpush\tr28\n    24ee:\tdf 93       \tpush\tr29\n    24f0:\tcd b7       \tin\tr28, 0x3d\t; 61\n    24f2:\tde b7       \tin\tr29, 0x3e\t; 62\n    24f4:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    24f6:\td1 09       \tsbc\tr29, r1\n    24f8:\tcd bf       \tout\t0x3d, r28\t; 61\n    24fa:\tde bf       \tout\t0x3e, r29\t; 62\n    24fc:\t0e 94 a3 00 \tcall\t0x146\t; 0x146 <_Z15deviceInitTimerv>\n    2500:\tfe 01       \tmovw\tr30, r28\n    2502:\t31 96       \tadiw\tr30, 0x01\t; 1\n    2504:\t82 e1       \tldi\tr24, 0x12\t; 18\n    2506:\tdf 01       \tmovw\tr26, r30\n    2508:\t1d 92       \tst\tX+, r1\n    250a:\t8a 95       \tdec\tr24\n    250c:\te9 f7       \tbrne\t.-6      \t; 0x2508 <_Z14trackingMergedv+0x3c>\n    250e:\tc0 90 05 38 \tlds\tr12, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2512:\td0 90 06 38 \tlds\tr13, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2516:\tb1 e0       \tldi\tr27, 0x01\t; 1\n    2518:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    251a:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    251c:\tb8 83       \tst\tY, r27\n    251e:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    2520:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2522:\te6 e0       \tldi\tr30, 0x06\t; 6\n    2524:\tce 16       \tcp\tr12, r30\n    2526:\td1 04       \tcpc\tr13, r1\n    2528:\t28 f4       \tbrcc\t.+10     \t; 0x2534 <_Z14trackingMergedv+0x68>\n    252a:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    252c:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    252e:\t18 82       \tst\tY, r1\n    2530:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    2532:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2534:\t0e 94 de 00 \tcall\t0x1bc\t; 0x1bc <_Z25devicePowerMemoryAndI2COnv>\n    2538:\t0e 94 a9 07 \tcall\t0xf52\t; 0xf52 <_Z7i2cInitv>\n    253c:\t0e 94 ca 00 \tcall\t0x194\t; 0x194 <_Z16deviceL70powerOnv>\n    2540:\t0e 94 d2 00 \tcall\t0x1a4\t; 0x1a4 <_Z17deviceL70backupOnv>\n    2544:\t0e 94 f5 17 \tcall\t0x2fea\t; 0x2fea <_Z23initPrimaryUARTwith9600v>\n    2548:\tce 01       \tmovw\tr24, r28\n    254a:\t43 96       \tadiw\tr24, 0x13\t; 19\n    254c:\t0e 94 2f 07 \tcall\t0xe5e\t; 0xe5e <_Z23gpsConfigureBeforeStartPc>\n    2550:\t81 11       \tcpse\tr24, r1\n    2552:\tf1 c2       \trjmp\t.+1506   \t; 0x2b36 <_Z14trackingMergedv+0x66a>\n    2554:\tf6 c2       \trjmp\t.+1516   \t; 0x2b42 <_Z14trackingMergedv+0x676>\n    2556:\te1 2c       \tmov\tr14, r1\n    2558:\t41 2c       \tmov\tr4, r1\n    255a:\t51 2c       \tmov\tr5, r1\n    255c:\t32 01       \tmovw\tr6, r4\n    255e:\t21 2c       \tmov\tr2, r1\n    2560:\t31 2c       \tmov\tr3, r1\n    2562:\t0f 2e       \tmov\tr0, r31\n    2564:\tff e9       \tldi\tr31, 0x9F\t; 159\n    2566:\t8f 2e       \tmov\tr8, r31\n    2568:\tfe eb       \tldi\tr31, 0xBE\t; 190\n    256a:\t9f 2e       \tmov\tr9, r31\n    256c:\tf0 2d       \tmov\tr31, r0\n    256e:\ta1 2c       \tmov\tr10, r1\n    2570:\t68 94       \tset\n    2572:\tbb 24       \teor\tr11, r11\n    2574:\tb2 f8       \tbld\tr11, 2\n    2576:\t08 eb       \tldi\tr16, 0xB8\t; 184\n    2578:\t1b e0       \tldi\tr17, 0x0B\t; 11\n    257a:\t24 eb       \tldi\tr18, 0xB4\t; 180\n    257c:\tae 01       \tmovw\tr20, r28\n    257e:\t4d 5e       \tsubi\tr20, 0xED\t; 237\n    2580:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2582:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2584:\t82 e0       \tldi\tr24, 0x02\t; 2\n    2586:\t0e 94 9a 18 \tcall\t0x3134\t; 0x3134 <_Z21uartReadMultipleLineshcPchj>\n    258a:\t88 23       \tand\tr24, r24\n    258c:\t09 f4       \tbrne\t.+2      \t; 0x2590 <_Z14trackingMergedv+0xc4>\n    258e:\t19 c3       \trjmp\t.+1586   \t; 0x2bc2 <_Z14trackingMergedv+0x6f6>\n    2590:\t0e 94 11 18 \tcall\t0x3022\t; 0x3022 <_Z22initSecondUARTwith9600v>\n    2594:\t64 e2       \tldi\tr22, 0x24\t; 36\n    2596:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2598:\tce 01       \tmovw\tr24, r28\n    259a:\t43 96       \tadiw\tr24, 0x13\t; 19\n    259c:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n    25a0:\t8c 01       \tmovw\tr16, r24\n    25a2:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    25a4:\t09 f4       \tbrne\t.+2      \t; 0x25a8 <_Z14trackingMergedv+0xdc>\n    25a6:\t4e c0       \trjmp\t.+156    \t; 0x2644 <_Z14trackingMergedv+0x178>\n    25a8:\tfc 01       \tmovw\tr30, r24\n    25aa:\t01 90       \tld\tr0, Z+\n    25ac:\t00 20       \tand\tr0, r0\n    25ae:\te9 f7       \tbrne\t.-6      \t; 0x25aa <_Z14trackingMergedv+0xde>\n    25b0:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    25b2:\te8 1b       \tsub\tr30, r24\n    25b4:\tf9 0b       \tsbc\tr31, r25\n    25b6:\t37 97       \tsbiw\tr30, 0x07\t; 7\n    25b8:\t08 f4       \tbrcc\t.+2      \t; 0x25bc <_Z14trackingMergedv+0xf0>\n    25ba:\t46 c0       \trjmp\t.+140    \t; 0x2648 <_Z14trackingMergedv+0x17c>\n    25bc:\tdc 01       \tmovw\tr26, r24\n    25be:\t13 96       \tadiw\tr26, 0x03\t; 3\n    25c0:\t8c 91       \tld\tr24, X\n    25c2:\t13 97       \tsbiw\tr26, 0x03\t; 3\n    25c4:\t82 35       \tcpi\tr24, 0x52\t; 82\n    25c6:\t99 f4       \tbrne\t.+38     \t; 0x25ee <_Z14trackingMergedv+0x122>\n    25c8:\t14 96       \tadiw\tr26, 0x04\t; 4\n    25ca:\t8c 91       \tld\tr24, X\n    25cc:\t14 97       \tsbiw\tr26, 0x04\t; 4\n    25ce:\t8d 34       \tcpi\tr24, 0x4D\t; 77\n    25d0:\t09 f5       \tbrne\t.+66     \t; 0x2614 <_Z14trackingMergedv+0x148>\n    25d2:\t15 96       \tadiw\tr26, 0x05\t; 5\n    25d4:\t8c 91       \tld\tr24, X\n    25d6:\t83 34       \tcpi\tr24, 0x43\t; 67\n    25d8:\tf9 f4       \tbrne\t.+62     \t; 0x2618 <_Z14trackingMergedv+0x14c>\n    25da:\t41 e0       \tldi\tr20, 0x01\t; 1\n    25dc:\tbe 01       \tmovw\tr22, r28\n    25de:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    25e0:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    25e2:\tc8 01       \tmovw\tr24, r16\n    25e4:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    25e8:\tff 24       \teor\tr15, r15\n    25ea:\tf3 94       \tinc\tr15\n    25ec:\t1c c0       \trjmp\t.+56     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    25ee:\t87 34       \tcpi\tr24, 0x47\t; 71\n    25f0:\ta9 f4       \tbrne\t.+42     \t; 0x261c <_Z14trackingMergedv+0x150>\n    25f2:\tf8 01       \tmovw\tr30, r16\n    25f4:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    25f6:\t87 34       \tcpi\tr24, 0x47\t; 71\n    25f8:\t99 f4       \tbrne\t.+38     \t; 0x2620 <_Z14trackingMergedv+0x154>\n    25fa:\t85 81       \tldd\tr24, Z+5\t; 0x05\n    25fc:\t81 34       \tcpi\tr24, 0x41\t; 65\n    25fe:\t91 f4       \tbrne\t.+36     \t; 0x2624 <_Z14trackingMergedv+0x158>\n    2600:\t40 e0       \tldi\tr20, 0x00\t; 0\n    2602:\tbe 01       \tmovw\tr22, r28\n    2604:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    2606:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2608:\tc8 01       \tmovw\tr24, r16\n    260a:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    260e:\tff 24       \teor\tr15, r15\n    2610:\tf3 94       \tinc\tr15\n    2612:\t09 c0       \trjmp\t.+18     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2614:\tf1 2c       \tmov\tr15, r1\n    2616:\t07 c0       \trjmp\t.+14     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2618:\tf1 2c       \tmov\tr15, r1\n    261a:\t05 c0       \trjmp\t.+10     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    261c:\tf1 2c       \tmov\tr15, r1\n    261e:\t03 c0       \trjmp\t.+6      \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2620:\tf1 2c       \tmov\tr15, r1\n    2622:\t01 c0       \trjmp\t.+2      \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2624:\tf1 2c       \tmov\tr15, r1\n    2626:\t0e 94 b7 00 \tcall\t0x16e\t; 0x16e <_Z15deviceGetMillisv>\n    262a:\t1f 93       \tpush\tr17\n    262c:\t0f 93       \tpush\tr16\n    262e:\t9f 93       \tpush\tr25\n    2630:\t8f 93       \tpush\tr24\n    2632:\t7f 93       \tpush\tr23\n    2634:\t6f 93       \tpush\tr22\n    2636:\t9f 92       \tpush\tr9\n    2638:\t8f 92       \tpush\tr8\n    263a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    263e:\tcd bf       \tout\t0x3d, r28\t; 61\n    2640:\tde bf       \tout\t0x3e, r29\t; 62\n    2642:\t03 c0       \trjmp\t.+6      \t; 0x264a <_Z14trackingMergedv+0x17e>\n    2644:\tf1 2c       \tmov\tr15, r1\n    2646:\t01 c0       \trjmp\t.+2      \t; 0x264a <_Z14trackingMergedv+0x17e>\n    2648:\tf1 2c       \tmov\tr15, r1\n    264a:\tf8 01       \tmovw\tr30, r16\n    264c:\t01 90       \tld\tr0, Z+\n    264e:\t00 20       \tand\tr0, r0\n    2650:\te9 f7       \tbrne\t.-6      \t; 0x264c <_Z14trackingMergedv+0x180>\n    2652:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    2654:\te0 1b       \tsub\tr30, r16\n    2656:\tf1 0b       \tsbc\tr31, r17\n    2658:\t32 97       \tsbiw\tr30, 0x02\t; 2\n    265a:\tc0 f1       \tbrcs\t.+112    \t; 0x26cc <_Z14trackingMergedv+0x200>\n    265c:\t64 e2       \tldi\tr22, 0x24\t; 36\n    265e:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2660:\tc8 01       \tmovw\tr24, r16\n    2662:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2664:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n    2668:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    266a:\t81 f1       \tbreq\t.+96     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    266c:\tfc 01       \tmovw\tr30, r24\n    266e:\t01 90       \tld\tr0, Z+\n    2670:\t00 20       \tand\tr0, r0\n    2672:\te9 f7       \tbrne\t.-6      \t; 0x266e <_Z14trackingMergedv+0x1a2>\n    2674:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    2676:\te8 1b       \tsub\tr30, r24\n    2678:\tf9 0b       \tsbc\tr31, r25\n    267a:\t37 97       \tsbiw\tr30, 0x07\t; 7\n    267c:\t38 f1       \tbrcs\t.+78     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    267e:\tdc 01       \tmovw\tr26, r24\n    2680:\t13 96       \tadiw\tr26, 0x03\t; 3\n    2682:\t2c 91       \tld\tr18, X\n    2684:\t13 97       \tsbiw\tr26, 0x03\t; 3\n    2686:\t22 35       \tcpi\tr18, 0x52\t; 82\n    2688:\t89 f4       \tbrne\t.+34     \t; 0x26ac <_Z14trackingMergedv+0x1e0>\n    268a:\t14 96       \tadiw\tr26, 0x04\t; 4\n    268c:\t2c 91       \tld\tr18, X\n    268e:\t14 97       \tsbiw\tr26, 0x04\t; 4\n    2690:\t2d 34       \tcpi\tr18, 0x4D\t; 77\n    2692:\te1 f4       \tbrne\t.+56     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    2694:\t15 96       \tadiw\tr26, 0x05\t; 5\n    2696:\t2c 91       \tld\tr18, X\n    2698:\t23 34       \tcpi\tr18, 0x43\t; 67\n    269a:\tc1 f4       \tbrne\t.+48     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    269c:\t41 e0       \tldi\tr20, 0x01\t; 1\n    269e:\tbe 01       \tmovw\tr22, r28\n    26a0:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    26a2:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    26a4:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    26a8:\tf3 94       \tinc\tr15\n    26aa:\t10 c0       \trjmp\t.+32     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26ac:\t27 34       \tcpi\tr18, 0x47\t; 71\n    26ae:\t71 f4       \tbrne\t.+28     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26b0:\tfc 01       \tmovw\tr30, r24\n    26b2:\t24 81       \tldd\tr18, Z+4\t; 0x04\n    26b4:\t27 34       \tcpi\tr18, 0x47\t; 71\n    26b6:\t51 f4       \tbrne\t.+20     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26b8:\t25 81       \tldd\tr18, Z+5\t; 0x05\n    26ba:\t21 34       \tcpi\tr18, 0x41\t; 65\n    26bc:\t39 f4       \tbrne\t.+14     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26be:\t40 e0       \tldi\tr20, 0x00\t; 0\n    26c0:\tbe 01       \tmovw\tr22, r28\n    26c2:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    26c4:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    26c6:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    26ca:\tf3 94       \tinc\tr15\n    26cc:\t0e 94 b7 00 \tcall\t0x16e\t; 0x16e <_Z15deviceGetMillisv>\n    26d0:\t28 ee       \tldi\tr18, 0xE8\t; 232\n    26d2:\t33 e0       \tldi\tr19, 0x03\t; 3\n    26d4:\t40 e0       \tldi\tr20, 0x00\t; 0\n    26d6:\t50 e0       \tldi\tr21, 0x00\t; 0\n    26d8:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    26dc:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    26de:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    26e0:\t28 83       \tst\tY, r18\n    26e2:\t39 83       \tstd\tY+1, r19\t; 0x01\n    26e4:\t4a 83       \tstd\tY+2, r20\t; 0x02\n    26e6:\t5b 83       \tstd\tY+3, r21\t; 0x03\n    26e8:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    26ea:\td0 40       \tsbci\tr29, 0x00\t; 0\n    26ec:\tda 01       \tmovw\tr26, r20\n    26ee:\tc9 01       \tmovw\tr24, r18\n    26f0:\t29 37       \tcpi\tr18, 0x79\t; 121\n    26f2:\t31 05       \tcpc\tr19, r1\n    26f4:\t41 05       \tcpc\tr20, r1\n    26f6:\t51 05       \tcpc\tr21, r1\n    26f8:\t80 f0       \tbrcs\t.+32     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    26fa:\t2e 81       \tldd\tr18, Y+6\t; 0x06\n    26fc:\t20 35       \tcpi\tr18, 0x50\t; 80\n    26fe:\t69 f4       \tbrne\t.+26     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    2700:\t29 81       \tldd\tr18, Y+1\t; 0x01\n    2702:\t21 11       \tcpse\tr18, r1\n    2704:\t0a c0       \trjmp\t.+20     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    2706:\t2a 81       \tldd\tr18, Y+2\t; 0x02\n    2708:\t23 30       \tcpi\tr18, 0x03\t; 3\n    270a:\t38 f4       \tbrcc\t.+14     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    270c:\t80 91 2c 38 \tlds\tr24, 0x382C\t; 0x80382c <timeoutNotEvenTimeCounter>\n    2710:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n    2712:\t80 93 2c 38 \tsts\t0x382C, r24\t; 0x80382c <timeoutNotEvenTimeCounter>\n    2716:\t17 e0       \tldi\tr17, 0x07\t; 7\n    2718:\t5b c2       \trjmp\t.+1206   \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    271a:\tf6 e0       \tldi\tr31, 0x06\t; 6\n    271c:\tcf 16       \tcp\tr12, r31\n    271e:\td1 04       \tcpc\tr13, r1\n    2720:\t60 f0       \tbrcs\t.+24     \t; 0x273a <_Z14trackingMergedv+0x26e>\n    2722:\t8d 32       \tcpi\tr24, 0x2D\t; 45\n    2724:\t91 40       \tsbci\tr25, 0x01\t; 1\n    2726:\ta1 05       \tcpc\tr26, r1\n    2728:\tb1 05       \tcpc\tr27, r1\n    272a:\t38 f0       \tbrcs\t.+14     \t; 0x273a <_Z14trackingMergedv+0x26e>\n    272c:\t80 91 2d 38 \tlds\tr24, 0x382D\t; 0x80382d <timeoutCounter>\n    2730:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n    2732:\t80 93 2d 38 \tsts\t0x382D, r24\t; 0x80382d <timeoutCounter>\n    2736:\t17 e0       \tldi\tr17, 0x07\t; 7\n    2738:\t4b c2       \trjmp\t.+1174   \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    273a:\t32 e0       \tldi\tr19, 0x02\t; 2\n    273c:\tf3 12       \tcpse\tr15, r19\n    273e:\t15 c0       \trjmp\t.+42     \t; 0x276a <_Z14trackingMergedv+0x29e>\n    2740:\tce 01       \tmovw\tr24, r28\n    2742:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2744:\t0e 94 6b 03 \tcall\t0x6d6\t; 0x6d6 <_Z18gpsGetUTCTimestampP5gps_t>\n    2748:\t67 2b       \tor\tr22, r23\n    274a:\t68 2b       \tor\tr22, r24\n    274c:\t69 2b       \tor\tr22, r25\n    274e:\t69 f0       \tbreq\t.+26     \t; 0x276a <_Z14trackingMergedv+0x29e>\n    2750:\tce 01       \tmovw\tr24, r28\n    2752:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2754:\t0e 94 6b 03 \tcall\t0x6d6\t; 0x6d6 <_Z18gpsGetUTCTimestampP5gps_t>\n    2758:\t60 93 17 38 \tsts\t0x3817, r22\t; 0x803817 <timestampEstimation>\n    275c:\t70 93 18 38 \tsts\t0x3818, r23\t; 0x803818 <timestampEstimation+0x1>\n    2760:\t80 93 19 38 \tsts\t0x3819, r24\t; 0x803819 <timestampEstimation+0x2>\n    2764:\t90 93 1a 38 \tsts\t0x381A, r25\t; 0x80381a <timestampEstimation+0x3>\n    2768:\t17 c0       \trjmp\t.+46     \t; 0x2798 <_Z14trackingMergedv+0x2cc>\n    276a:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    276e:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2772:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2776:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    277a:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    277c:\ta1 05       \tcpc\tr26, r1\n    277e:\tb1 05       \tcpc\tr27, r1\n    2780:\t59 f0       \tbreq\t.+22     \t; 0x2798 <_Z14trackingMergedv+0x2cc>\n    2782:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2784:\ta1 1d       \tadc\tr26, r1\n    2786:\tb1 1d       \tadc\tr27, r1\n    2788:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    278c:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2790:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2794:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2798:\t8f 85       \tldd\tr24, Y+15\t; 0x0f\n    279a:\t81 30       \tcpi\tr24, 0x01\t; 1\n    279c:\t09 f0       \tbreq\t.+2      \t; 0x27a0 <_Z14trackingMergedv+0x2d4>\n    279e:\tc0 c0       \trjmp\t.+384    \t; 0x2920 <_Z14trackingMergedv+0x454>\n    27a0:\t21 14       \tcp\tr2, r1\n    27a2:\t31 04       \tcpc\tr3, r1\n    27a4:\t31 f4       \tbrne\t.+12     \t; 0x27b2 <_Z14trackingMergedv+0x2e6>\n    27a6:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27a8:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27aa:\t28 80       \tld\tr2, Y\n    27ac:\t39 80       \tldd\tr3, Y+1\t; 0x01\n    27ae:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    27b0:\td0 40       \tsbci\tr29, 0x00\t; 0\n    27b2:\t10 91 04 38 \tlds\tr17, 0x3804\t; 0x803804 <eepromSettingMinHDOP>\n    27b6:\t86 e0       \tldi\tr24, 0x06\t; 6\n    27b8:\tc8 16       \tcp\tr12, r24\n    27ba:\td1 04       \tcpc\tr13, r1\n    27bc:\t08 f4       \tbrcc\t.+2      \t; 0x27c0 <_Z14trackingMergedv+0x2f4>\n    27be:\tc7 c1       \trjmp\t.+910    \t; 0x2b4e <_Z14trackingMergedv+0x682>\n    27c0:\t80 91 25 38 \tlds\tr24, 0x3825\t; 0x803825 <noFixInSessionYet>\n    27c4:\t88 23       \tand\tr24, r24\n    27c6:\t09 f4       \tbrne\t.+2      \t; 0x27ca <_Z14trackingMergedv+0x2fe>\n    27c8:\td1 c1       \trjmp\t.+930    \t; 0x2b6c <_Z14trackingMergedv+0x6a0>\n    27ca:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    27cc:\t90 e0       \tldi\tr25, 0x00\t; 0\n    27ce:\t10 e0       \tldi\tr17, 0x00\t; 0\n    27d0:\tcf c1       \trjmp\t.+926    \t; 0x2b70 <_Z14trackingMergedv+0x6a4>\n    27d2:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    27d4:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    27d6:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27d8:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27da:\t48 81       \tld\tr20, Y\n    27dc:\t59 81       \tldd\tr21, Y+1\t; 0x01\n    27de:\t6a 81       \tldd\tr22, Y+2\t; 0x02\n    27e0:\t7b 81       \tldd\tr23, Y+3\t; 0x03\n    27e2:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    27e4:\td0 40       \tsbci\tr29, 0x00\t; 0\n    27e6:\t42 19       \tsub\tr20, r2\n    27e8:\t53 09       \tsbc\tr21, r3\n    27ea:\t61 09       \tsbc\tr22, r1\n    27ec:\t71 09       \tsbc\tr23, r1\n    27ee:\t84 17       \tcp\tr24, r20\n    27f0:\t95 07       \tcpc\tr25, r21\n    27f2:\ta6 07       \tcpc\tr26, r22\n    27f4:\tb7 07       \tcpc\tr27, r23\n    27f6:\t08 f0       \tbrcs\t.+2      \t; 0x27fa <_Z14trackingMergedv+0x32e>\n    27f8:\t8e c0       \trjmp\t.+284    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    27fa:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27fc:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27fe:\ta8 81       \tld\tr26, Y\n    2800:\tb9 81       \tldd\tr27, Y+1\t; 0x01\n    2802:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    2804:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2806:\ta8 8b       \tstd\tY+16, r26\t; 0x10\n    2808:\tb9 8b       \tstd\tY+17, r27\t; 0x11\n    280a:\t80 91 25 38 \tlds\tr24, 0x3825\t; 0x803825 <noFixInSessionYet>\n    280e:\t88 23       \tand\tr24, r24\n    2810:\t21 f0       \tbreq\t.+8      \t; 0x281a <_Z14trackingMergedv+0x34e>\n    2812:\ta0 93 26 38 \tsts\t0x3826, r26\t; 0x803826 <firstTTFinSession>\n    2816:\tb0 93 27 38 \tsts\t0x3827, r27\t; 0x803827 <firstTTFinSession+0x1>\n    281a:\t10 92 09 38 \tsts\t0x3809, r1\t; 0x803809 <blinkDuringFirstFix>\n    281e:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    2822:\t88 23       \tand\tr24, r24\n    2824:\t09 f4       \tbrne\t.+2      \t; 0x2828 <_Z14trackingMergedv+0x35c>\n    2826:\t5c c0       \trjmp\t.+184    \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    2828:\t80 91 12 38 \tlds\tr24, 0x3812\t; 0x803812 <geofenceLat>\n    282c:\t90 91 13 38 \tlds\tr25, 0x3813\t; 0x803813 <geofenceLat+0x1>\n    2830:\ta0 91 14 38 \tlds\tr26, 0x3814\t; 0x803814 <geofenceLat+0x2>\n    2834:\tb0 91 15 38 \tlds\tr27, 0x3815\t; 0x803815 <geofenceLat+0x3>\n    2838:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    283a:\ta1 05       \tcpc\tr26, r1\n    283c:\tb1 05       \tcpc\tr27, r1\n    283e:\tc9 f4       \tbrne\t.+50     \t; 0x2872 <_Z14trackingMergedv+0x3a6>\n    2840:\t8f 81       \tldd\tr24, Y+7\t; 0x07\n    2842:\t98 85       \tldd\tr25, Y+8\t; 0x08\n    2844:\ta9 85       \tldd\tr26, Y+9\t; 0x09\n    2846:\tba 85       \tldd\tr27, Y+10\t; 0x0a\n    2848:\t80 93 12 38 \tsts\t0x3812, r24\t; 0x803812 <geofenceLat>\n    284c:\t90 93 13 38 \tsts\t0x3813, r25\t; 0x803813 <geofenceLat+0x1>\n    2850:\ta0 93 14 38 \tsts\t0x3814, r26\t; 0x803814 <geofenceLat+0x2>\n    2854:\tb0 93 15 38 \tsts\t0x3815, r27\t; 0x803815 <geofenceLat+0x3>\n    2858:\t8b 85       \tldd\tr24, Y+11\t; 0x0b\n    285a:\t9c 85       \tldd\tr25, Y+12\t; 0x0c\n    285c:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    285e:\tbe 85       \tldd\tr27, Y+14\t; 0x0e\n    2860:\t80 93 0e 38 \tsts\t0x380E, r24\t; 0x80380e <geofenceLon>\n    2864:\t90 93 0f 38 \tsts\t0x380F, r25\t; 0x80380f <geofenceLon+0x1>\n    2868:\ta0 93 10 38 \tsts\t0x3810, r26\t; 0x803810 <geofenceLon+0x2>\n    286c:\tb0 93 11 38 \tsts\t0x3811, r27\t; 0x803811 <geofenceLon+0x3>\n    2870:\t37 c0       \trjmp\t.+110    \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    2872:\t4f 81       \tldd\tr20, Y+7\t; 0x07\n    2874:\t58 85       \tldd\tr21, Y+8\t; 0x08\n    2876:\t69 85       \tldd\tr22, Y+9\t; 0x09\n    2878:\t7a 85       \tldd\tr23, Y+10\t; 0x0a\n    287a:\t84 1b       \tsub\tr24, r20\n    287c:\t95 0b       \tsbc\tr25, r21\n    287e:\ta6 0b       \tsbc\tr26, r22\n    2880:\tb7 0b       \tsbc\tr27, r23\n    2882:\tac 01       \tmovw\tr20, r24\n    2884:\tbd 01       \tmovw\tr22, r26\n    2886:\t3a f4       \tbrpl\t.+14     \t; 0x2896 <_Z14trackingMergedv+0x3ca>\n    2888:\t44 27       \teor\tr20, r20\n    288a:\t55 27       \teor\tr21, r21\n    288c:\tba 01       \tmovw\tr22, r20\n    288e:\t48 1b       \tsub\tr20, r24\n    2890:\t59 0b       \tsbc\tr21, r25\n    2892:\t6a 0b       \tsbc\tr22, r26\n    2894:\t7b 0b       \tsbc\tr23, r27\n    2896:\t4c 32       \tcpi\tr20, 0x2C\t; 44\n    2898:\t51 40       \tsbci\tr21, 0x01\t; 1\n    289a:\t61 05       \tcpc\tr22, r1\n    289c:\t71 05       \tcpc\tr23, r1\n    289e:\t04 f5       \tbrge\t.+64     \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    28a0:\t80 91 0e 38 \tlds\tr24, 0x380E\t; 0x80380e <geofenceLon>\n    28a4:\t90 91 0f 38 \tlds\tr25, 0x380F\t; 0x80380f <geofenceLon+0x1>\n    28a8:\ta0 91 10 38 \tlds\tr26, 0x3810\t; 0x803810 <geofenceLon+0x2>\n    28ac:\tb0 91 11 38 \tlds\tr27, 0x3811\t; 0x803811 <geofenceLon+0x3>\n    28b0:\t4b 85       \tldd\tr20, Y+11\t; 0x0b\n    28b2:\t5c 85       \tldd\tr21, Y+12\t; 0x0c\n    28b4:\t6d 85       \tldd\tr22, Y+13\t; 0x0d\n    28b6:\t7e 85       \tldd\tr23, Y+14\t; 0x0e\n    28b8:\t84 1b       \tsub\tr24, r20\n    28ba:\t95 0b       \tsbc\tr25, r21\n    28bc:\ta6 0b       \tsbc\tr26, r22\n    28be:\tb7 0b       \tsbc\tr27, r23\n    28c0:\tac 01       \tmovw\tr20, r24\n    28c2:\tbd 01       \tmovw\tr22, r26\n    28c4:\t3a f4       \tbrpl\t.+14     \t; 0x28d4 <_Z14trackingMergedv+0x408>\n    28c6:\t44 27       \teor\tr20, r20\n    28c8:\t55 27       \teor\tr21, r21\n    28ca:\tba 01       \tmovw\tr22, r20\n    28cc:\t48 1b       \tsub\tr20, r24\n    28ce:\t59 0b       \tsbc\tr21, r25\n    28d0:\t6a 0b       \tsbc\tr22, r26\n    28d2:\t7b 0b       \tsbc\tr23, r27\n    28d4:\t4c 32       \tcpi\tr20, 0x2C\t; 44\n    28d6:\t51 40       \tsbci\tr21, 0x01\t; 1\n    28d8:\t61 05       \tcpc\tr22, r1\n    28da:\t71 05       \tcpc\tr23, r1\n    28dc:\t0c f4       \tbrge\t.+2      \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    28de:\t73 c1       \trjmp\t.+742    \t; 0x2bc6 <_Z14trackingMergedv+0x6fa>\n    28e0:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    28e2:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    28e4:\t68 81       \tld\tr22, Y\n    28e6:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    28e8:\td0 40       \tsbci\tr29, 0x00\t; 0\n    28ea:\tce 01       \tmovw\tr24, r28\n    28ec:\t01 96       \tadiw\tr24, 0x01\t; 1\n    28ee:\t0e 94 d6 10 \tcall\t0x21ac\t; 0x21ac <_Z13storeInMemoryP5gps_tb>\n    28f2:\t10 92 25 38 \tsts\t0x3825, r1\t; 0x803825 <noFixInSessionYet>\n    28f6:\t81 30       \tcpi\tr24, 0x01\t; 1\n    28f8:\t09 f4       \tbrne\t.+2      \t; 0x28fc <_Z14trackingMergedv+0x430>\n    28fa:\t84 c1       \trjmp\t.+776    \t; 0x2c04 <_Z14trackingMergedv+0x738>\n    28fc:\t88 23       \tand\tr24, r24\n    28fe:\t09 f4       \tbrne\t.+2      \t; 0x2902 <_Z14trackingMergedv+0x436>\n    2900:\t64 c1       \trjmp\t.+712    \t; 0x2bca <_Z14trackingMergedv+0x6fe>\n    2902:\t36 e0       \tldi\tr19, 0x06\t; 6\n    2904:\tc3 16       \tcp\tr12, r19\n    2906:\td1 04       \tcpc\tr13, r1\n    2908:\t30 f0       \tbrcs\t.+12     \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    290a:\te3 94       \tinc\tr14\n    290c:\t80 91 1e 38 \tlds\tr24, 0x381E\t; 0x80381e <eepromSettingBurstDuration>\n    2910:\te8 16       \tcp\tr14, r24\n    2912:\t08 f0       \tbrcs\t.+2      \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2914:\t5c c1       \trjmp\t.+696    \t; 0x2bce <_Z14trackingMergedv+0x702>\n    2916:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    2918:\t48 1a       \tsub\tr4, r24\n    291a:\t58 0a       \tsbc\tr5, r24\n    291c:\t68 0a       \tsbc\tr6, r24\n    291e:\t78 0a       \tsbc\tr7, r24\n    2920:\t0e 94 c6 08 \tcall\t0x118c\t; 0x118c <_Z11isNightTimev>\n    2924:\t88 23       \tand\tr24, r24\n    2926:\tb1 f1       \tbreq\t.+108    \t; 0x2994 <_Z14trackingMergedv+0x4c8>\n    2928:\t80 91 09 38 \tlds\tr24, 0x3809\t; 0x803809 <blinkDuringFirstFix>\n    292c:\t88 23       \tand\tr24, r24\n    292e:\t71 f0       \tbreq\t.+28     \t; 0x294c <_Z14trackingMergedv+0x480>\n    2930:\te0 e2       \tldi\tr30, 0x20\t; 32\n    2932:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    2934:\t80 e2       \tldi\tr24, 0x20\t; 32\n    2936:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    2938:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    293a:\ta4 e3       \tldi\tr26, 0x34\t; 52\n    293c:\tbc e0       \tldi\tr27, 0x0C\t; 12\n    293e:\t91 50       \tsubi\tr25, 0x01\t; 1\n    2940:\ta0 40       \tsbci\tr26, 0x00\t; 0\n    2942:\tb0 40       \tsbci\tr27, 0x00\t; 0\n    2944:\te1 f7       \tbrne\t.-8      \t; 0x293e <_Z14trackingMergedv+0x472>\n    2946:\t00 c0       \trjmp\t.+0      \t; 0x2948 <_Z14trackingMergedv+0x47c>\n    2948:\t00 00       \tnop\n    294a:\t86 83       \tstd\tZ+6, r24\t; 0x06\n    294c:\t10 92 09 38 \tsts\t0x3809, r1\t; 0x803809 <blinkDuringFirstFix>\n    2950:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2954:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2958:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    295c:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2960:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2964:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2966:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2968:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    296c:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2970:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2974:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2978:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    297c:\t01 96       \tadiw\tr24, 0x01\t; 1\n    297e:\ta1 1d       \tadc\tr26, r1\n    2980:\tb1 1d       \tadc\tr27, r1\n    2982:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2986:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    298a:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    298e:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2992:\t66 c1       \trjmp\t.+716    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2994:\t0e 94 19 01 \tcall\t0x232\t; 0x232 <_Z23deviceReadSupplyVoltagev>\n    2998:\t80 93 2e 38 \tsts\t0x382E, r24\t; 0x80382e <batteryVoltage>\n    299c:\t90 93 2f 38 \tsts\t0x382F, r25\t; 0x80382f <batteryVoltage+0x1>\n    29a0:\t8a 5e       \tsubi\tr24, 0xEA\t; 234\n    29a2:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    29a4:\t81 3b       \tcpi\tr24, 0xB1\t; 177\n    29a6:\t94 40       \tsbci\tr25, 0x04\t; 4\n    29a8:\t08 f0       \tbrcs\t.+2      \t; 0x29ac <_Z14trackingMergedv+0x4e0>\n    29aa:\tea c0       \trjmp\t.+468    \t; 0x2b80 <_Z14trackingMergedv+0x6b4>\n    29ac:\td5 01       \tmovw\tr26, r10\n    29ae:\t18 96       \tadiw\tr26, 0x08\t; 8\n    29b0:\t8c 91       \tld\tr24, X\n    29b2:\t18 97       \tsbiw\tr26, 0x08\t; 8\n    29b4:\t85 fd       \tsbrc\tr24, 5\n    29b6:\t0a c0       \trjmp\t.+20     \t; 0x29cc <_Z14trackingMergedv+0x500>\n    29b8:\tef e4       \tldi\tr30, 0x4F\t; 79\n    29ba:\tf3 ec       \tldi\tr31, 0xC3\t; 195\n    29bc:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    29be:\tf1 f7       \tbrne\t.-4      \t; 0x29bc <_Z14trackingMergedv+0x4f0>\n    29c0:\t00 c0       \trjmp\t.+0      \t; 0x29c2 <_Z14trackingMergedv+0x4f6>\n    29c2:\t00 00       \tnop\n    29c4:\t18 96       \tadiw\tr26, 0x08\t; 8\n    29c6:\t8c 91       \tld\tr24, X\n    29c8:\t85 ff       \tsbrs\tr24, 5\n    29ca:\t0d c1       \trjmp\t.+538    \t; 0x2be6 <_Z14trackingMergedv+0x71a>\n    29cc:\t0e 94 f5 17 \tcall\t0x2fea\t; 0x2fea <_Z23initPrimaryUARTwith9600v>\n    29d0:\t80 91 1f 38 \tlds\tr24, 0x381F\t; 0x80381f <eepromSettingBlink>\n    29d4:\t81 11       \tcpse\tr24, r1\n    29d6:\t05 c0       \trjmp\t.+10     \t; 0x29e2 <_Z14trackingMergedv+0x516>\n    29d8:\t80 91 09 38 \tlds\tr24, 0x3809\t; 0x803809 <blinkDuringFirstFix>\n    29dc:\t88 23       \tand\tr24, r24\n    29de:\t09 f4       \tbrne\t.+2      \t; 0x29e2 <_Z14trackingMergedv+0x516>\n    29e0:\tca cd       \trjmp\t.-1132   \t; 0x2576 <_Z14trackingMergedv+0xaa>\n    29e2:\t0e 94 56 01 \tcall\t0x2ac\t; 0x2ac <_Z11deviceLedOnv>\n    29e6:\t8e 81       \tldd\tr24, Y+6\t; 0x06\n    29e8:\t80 35       \tcpi\tr24, 0x50\t; 80\n    29ea:\t39 f4       \tbrne\t.+14     \t; 0x29fa <_Z14trackingMergedv+0x52e>\n    29ec:\tef e2       \tldi\tr30, 0x2F\t; 47\n    29ee:\tf5 e7       \tldi\tr31, 0x75\t; 117\n    29f0:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    29f2:\tf1 f7       \tbrne\t.-4      \t; 0x29f0 <_Z14trackingMergedv+0x524>\n    29f4:\t00 c0       \trjmp\t.+0      \t; 0x29f6 <_Z14trackingMergedv+0x52a>\n    29f6:\t00 00       \tnop\n    29f8:\t06 c0       \trjmp\t.+12     \t; 0x2a06 <_Z14trackingMergedv+0x53a>\n    29fa:\t8b e4       \tldi\tr24, 0x4B\t; 75\n    29fc:\t9d e1       \tldi\tr25, 0x1D\t; 29\n    29fe:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    2a00:\tf1 f7       \tbrne\t.-4      \t; 0x29fe <_Z14trackingMergedv+0x532>\n    2a02:\t00 c0       \trjmp\t.+0      \t; 0x2a04 <_Z14trackingMergedv+0x538>\n    2a04:\t00 00       \tnop\n    2a06:\t0e 94 5a 01 \tcall\t0x2b4\t; 0x2b4 <_Z12deviceLedOffv>\n    2a0a:\tb5 cd       \trjmp\t.-1174   \t; 0x2576 <_Z14trackingMergedv+0xaa>\n    2a0c:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2a10:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2a14:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2a18:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2a1c:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2a20:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2a22:\t2f c0       \trjmp\t.+94     \t; 0x2a82 <_Z14trackingMergedv+0x5b6>\n    2a24:\tcc 96       \tadiw\tr24, 0x3c\t; 60\n    2a26:\ta1 1d       \tadc\tr26, r1\n    2a28:\tb1 1d       \tadc\tr27, r1\n    2a2a:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2a2e:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2a32:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2a36:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2a3a:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2a3c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a3e:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a42:\t0e c1       \trjmp\t.+540    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2a44:\t85 e0       \tldi\tr24, 0x05\t; 5\n    2a46:\t80 93 30 38 \tsts\t0x3830, r24\t; 0x803830 <state>\n    2a4a:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2a4e:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2a50:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a52:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a56:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2a5a:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2a5e:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2a62:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2a66:\tfc c0       \trjmp\t.+504    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2a68:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2a6a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a6c:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a70:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2a74:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2a78:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2a7c:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2a80:\tef c0       \trjmp\t.+478    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2a82:\t8a ef       \tldi\tr24, 0xFA\t; 250\n    2a84:\t81 0f       \tadd\tr24, r17\n    2a86:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2a88:\t80 f5       \tbrcc\t.+96     \t; 0x2aea <_Z14trackingMergedv+0x61e>\n    2a8a:\te0 90 05 38 \tlds\tr14, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2a8e:\tf0 90 06 38 \tlds\tr15, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2a92:\t17 30       \tcpi\tr17, 0x07\t; 7\n    2a94:\t39 f0       \tbreq\t.+14     \t; 0x2aa4 <_Z14trackingMergedv+0x5d8>\n    2a96:\te1 14       \tcp\tr14, r1\n    2a98:\tf1 04       \tcpc\tr15, r1\n    2a9a:\t51 f4       \tbrne\t.+20     \t; 0x2ab0 <_Z14trackingMergedv+0x5e4>\n    2a9c:\tee 24       \teor\tr14, r14\n    2a9e:\te3 94       \tinc\tr14\n    2aa0:\tf1 2c       \tmov\tr15, r1\n    2aa2:\t06 c0       \trjmp\t.+12     \t; 0x2ab0 <_Z14trackingMergedv+0x5e4>\n    2aa4:\t0f 2e       \tmov\tr0, r31\n    2aa6:\tf4 e8       \tldi\tr31, 0x84\t; 132\n    2aa8:\tef 2e       \tmov\tr14, r31\n    2aaa:\tf3 e0       \tldi\tr31, 0x03\t; 3\n    2aac:\tff 2e       \tmov\tr15, r31\n    2aae:\tf0 2d       \tmov\tr31, r0\n    2ab0:\tc7 01       \tmovw\tr24, r14\n    2ab2:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2ab6:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2aba:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2abe:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2ac2:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2ac6:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2ac8:\ta1 05       \tcpc\tr26, r1\n    2aca:\tb1 05       \tcpc\tr27, r1\n    2acc:\t09 f4       \tbrne\t.+2      \t; 0x2ad0 <_Z14trackingMergedv+0x604>\n    2ace:\tc8 c0       \trjmp\t.+400    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2ad0:\t8e 0d       \tadd\tr24, r14\n    2ad2:\t9f 1d       \tadc\tr25, r15\n    2ad4:\ta1 1d       \tadc\tr26, r1\n    2ad6:\tb1 1d       \tadc\tr27, r1\n    2ad8:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2adc:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2ae0:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2ae4:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2ae8:\tbb c0       \trjmp\t.+374    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2aea:\t80 91 28 38 \tlds\tr24, 0x3828\t; 0x803828 <errorCounter>\n    2aee:\t90 91 29 38 \tlds\tr25, 0x3829\t; 0x803829 <errorCounter+0x1>\n    2af2:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2af4:\t80 93 28 38 \tsts\t0x3828, r24\t; 0x803828 <errorCounter>\n    2af8:\t90 93 29 38 \tsts\t0x3829, r25\t; 0x803829 <errorCounter+0x1>\n    2afc:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2b00:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2b04:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2b08:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2b0c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2b0e:\ta1 05       \tcpc\tr26, r1\n    2b10:\tb1 05       \tcpc\tr27, r1\n    2b12:\t61 f0       \tbreq\t.+24     \t; 0x2b2c <_Z14trackingMergedv+0x660>\n    2b14:\t88 5a       \tsubi\tr24, 0xA8\t; 168\n    2b16:\t9d 4f       \tsbci\tr25, 0xFD\t; 253\n    2b18:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    2b1a:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n    2b1c:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2b20:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2b24:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2b28:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2b2c:\t88 e5       \tldi\tr24, 0x58\t; 88\n    2b2e:\t92 e0       \tldi\tr25, 0x02\t; 2\n    2b30:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2b34:\t95 c0       \trjmp\t.+298    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2b36:\t96 e0       \tldi\tr25, 0x06\t; 6\n    2b38:\tc9 16       \tcp\tr12, r25\n    2b3a:\td1 04       \tcpc\tr13, r1\n    2b3c:\t08 f0       \tbrcs\t.+2      \t; 0x2b40 <_Z14trackingMergedv+0x674>\n    2b3e:\t0b cd       \trjmp\t.-1514   \t; 0x2556 <_Z14trackingMergedv+0x8a>\n    2b40:\t7d c0       \trjmp\t.+250    \t; 0x2c3c <_Z14trackingMergedv+0x770>\n    2b42:\ta6 e0       \tldi\tr26, 0x06\t; 6\n    2b44:\tca 16       \tcp\tr12, r26\n    2b46:\td1 04       \tcpc\tr13, r1\n    2b48:\t08 f4       \tbrcc\t.+2      \t; 0x2b4c <_Z14trackingMergedv+0x680>\n    2b4a:\t7d c0       \trjmp\t.+250    \t; 0x2c46 <_Z14trackingMergedv+0x77a>\n    2b4c:\t5f cf       \trjmp\t.-322    \t; 0x2a0c <_Z14trackingMergedv+0x540>\n    2b4e:\t20 91 05 38 \tlds\tr18, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2b52:\t30 91 06 38 \tlds\tr19, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2b56:\t40 e0       \tldi\tr20, 0x00\t; 0\n    2b58:\t50 e0       \tldi\tr21, 0x00\t; 0\n    2b5a:\tc3 01       \tmovw\tr24, r6\n    2b5c:\tb2 01       \tmovw\tr22, r4\n    2b5e:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    2b62:\t67 2b       \tor\tr22, r23\n    2b64:\t68 2b       \tor\tr22, r24\n    2b66:\t69 2b       \tor\tr22, r25\n    2b68:\t39 f0       \tbreq\t.+14     \t; 0x2b78 <_Z14trackingMergedv+0x6ac>\n    2b6a:\td5 ce       \trjmp\t.-598    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2b6c:\t89 e0       \tldi\tr24, 0x09\t; 9\n    2b6e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2b70:\t2a 89       \tldd\tr18, Y+18\t; 0x12\n    2b72:\t21 11       \tcpse\tr18, r1\n    2b74:\t71 c0       \trjmp\t.+226    \t; 0x2c58 <_Z14trackingMergedv+0x78c>\n    2b76:\t2d ce       \trjmp\t.-934    \t; 0x27d2 <_Z14trackingMergedv+0x306>\n    2b78:\t8a 89       \tldd\tr24, Y+18\t; 0x12\n    2b7a:\t81 11       \tcpse\tr24, r1\n    2b7c:\t69 c0       \trjmp\t.+210    \t; 0x2c50 <_Z14trackingMergedv+0x784>\n    2b7e:\tcb ce       \trjmp\t.-618    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2b80:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2b84:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2b88:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2b8c:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2b90:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2b94:\t80 91 2a 38 \tlds\tr24, 0x382A\t; 0x80382a <undervoltageUnderLoadCounter>\n    2b98:\t90 91 2b 38 \tlds\tr25, 0x382B\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    2b9c:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2b9e:\t80 93 2a 38 \tsts\t0x382A, r24\t; 0x80382a <undervoltageUnderLoadCounter>\n    2ba2:\t90 93 2b 38 \tsts\t0x382B, r25\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    2ba6:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2baa:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2bae:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2bb2:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2bb6:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2bb8:\ta1 05       \tcpc\tr26, r1\n    2bba:\tb1 05       \tcpc\tr27, r1\n    2bbc:\t09 f0       \tbreq\t.+2      \t; 0x2bc0 <_Z14trackingMergedv+0x6f4>\n    2bbe:\t32 cf       \trjmp\t.-412    \t; 0x2a24 <_Z14trackingMergedv+0x558>\n    2bc0:\t3c cf       \trjmp\t.-392    \t; 0x2a3a <_Z14trackingMergedv+0x56e>\n    2bc2:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2bc4:\t05 c0       \trjmp\t.+10     \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    2bc6:\t18 e0       \tldi\tr17, 0x08\t; 8\n    2bc8:\t03 c0       \trjmp\t.+6      \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    2bca:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2bcc:\t01 c0       \trjmp\t.+2      \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    2bce:\t16 e0       \tldi\tr17, 0x06\t; 6\n    2bd0:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2bd4:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2bd8:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2bdc:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2be0:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2be4:\t4e cf       \trjmp\t.-356    \t; 0x2a82 <_Z14trackingMergedv+0x5b6>\n    2be6:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2bea:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2bee:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2bf2:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2bf6:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2bfa:\t0e 94 b6 10 \tcall\t0x216c\t; 0x216c <_Z32downloadButtonPressedFor3Secondsv>\n    2bfe:\t81 11       \tcpse\tr24, r1\n    2c00:\t21 cf       \trjmp\t.-446    \t; 0x2a44 <_Z14trackingMergedv+0x578>\n    2c02:\t32 cf       \trjmp\t.-412    \t; 0x2a68 <_Z14trackingMergedv+0x59c>\n    2c04:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2c08:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2c0c:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2c10:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2c14:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2c18:\t83 e0       \tldi\tr24, 0x03\t; 3\n    2c1a:\t80 93 30 38 \tsts\t0x3830, r24\t; 0x803830 <state>\n    2c1e:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2c22:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2c24:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2c26:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2c2a:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2c2e:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2c32:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2c36:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2c3a:\t12 c0       \trjmp\t.+36     \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2c3c:\t88 ea       \tldi\tr24, 0xA8\t; 168\n    2c3e:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    2c40:\t0e 94 e9 19 \tcall\t0x33d2\t; 0x33d2 <puts>\n    2c44:\t88 cc       \trjmp\t.-1776   \t; 0x2556 <_Z14trackingMergedv+0x8a>\n    2c46:\t88 ea       \tldi\tr24, 0xA8\t; 168\n    2c48:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    2c4a:\t0e 94 e9 19 \tcall\t0x33d2\t; 0x33d2 <puts>\n    2c4e:\tde ce       \trjmp\t.-580    \t; 0x2a0c <_Z14trackingMergedv+0x540>\n    2c50:\t81 17       \tcp\tr24, r17\n    2c52:\t08 f4       \tbrcc\t.+2      \t; 0x2c56 <_Z14trackingMergedv+0x78a>\n    2c54:\td2 cd       \trjmp\t.-1116   \t; 0x27fa <_Z14trackingMergedv+0x32e>\n    2c56:\t5f ce       \trjmp\t.-834    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2c58:\t21 17       \tcp\tr18, r17\n    2c5a:\t08 f0       \tbrcs\t.+2      \t; 0x2c5e <_Z14trackingMergedv+0x792>\n    2c5c:\tba cd       \trjmp\t.-1164   \t; 0x27d2 <_Z14trackingMergedv+0x306>\n    2c5e:\tcd cd       \trjmp\t.-1126   \t; 0x27fa <_Z14trackingMergedv+0x32e>\n    2c60:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    2c62:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    2c64:\tcd bf       \tout\t0x3d, r28\t; 61\n    2c66:\tde bf       \tout\t0x3e, r29\t; 62\n    2c68:\tdf 91       \tpop\tr29\n    2c6a:\tcf 91       \tpop\tr28\n    2c6c:\t1f 91       \tpop\tr17\n    2c6e:\t0f 91       \tpop\tr16\n    2c70:\tff 90       \tpop\tr15\n    2c72:\tef 90       \tpop\tr14\n    2c74:\tdf 90       \tpop\tr13\n    2c76:\tcf 90       \tpop\tr12\n    2c78:\tbf 90       \tpop\tr11\n    2c7a:\taf 90       \tpop\tr10\n    2c7c:\t9f 90       \tpop\tr9\n    2c7e:\t8f 90       \tpop\tr8\n    2c80:\t7f 90       \tpop\tr7\n    2c82:\t6f 90       \tpop\tr6\n    2c84:\t5f 90       \tpop\tr5\n    2c86:\t4f 90       \tpop\tr4\n    2c88:\t3f 90       \tpop\tr3\n    2c8a:\t2f 90       \tpop\tr2\n    2c8c:\t08 95       \tret\n\n00002c8e <main>:\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n\t\t// Do on every wake up\n\t\tRTC.CTRLA = 0; // disable RTC interrupt\n    2c8e:\tc0 e4       \tldi\tr28, 0x40\t; 64\n    2c90:\td1 e0       \tldi\tr29, 0x01\t; 1\n\t\t}\n\t\t/** STATE: MEMORY FULL */\t\n\t\telse if(state == ST_MEMORY_FULL) { // no voltage check because minimal power consumption, download pin interrupt active\n\t\t\tif(downloadInterrupt) { // don't wait long here and check again status because when memory full entering activation state afterwards isn't a problem\n\t\t\t\tdownloadInterrupt = false;\n\t\t\t\tstate = ST_DOWNLOAD;\n    2c92:\t0f 2e       \tmov\tr0, r31\n    2c94:\tf5 e0       \tldi\tr31, 0x05\t; 5\n    2c96:\taf 2e       \tmov\tr10, r31\n    2c98:\tf0 2d       \tmov\tr31, r0\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go back into tracking after 1 second\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here -> will be turned on in the tracking functions\t\t\t\t\n\t\t\t\t}\n\t\t\t\telse { // very unusual: voltage not okay in first start state -> transit to here before activation\n\t\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // otherwise cannot be activated with GPIO2 when in under voltage immediately after start\n\t\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2c9a:\t68 94       \tset\n    2c9c:\tbb 24       \teor\tr11, r11\n    2c9e:\tb2 f8       \tbld\tr11, 2\n\t\t\t\tif(enterDownloadMode) { // highest priority: someone pressed download button (long enough)\n\t\t\t\t\tstate = ST_DOWNLOAD;\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n\t\t\t\t}\n\t\t\t\telse if(activated) { // not pressed long enough or \"normal\" wake up by RTC, but already activated -> go back to tracking\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2ca0:\tdd 24       \teor\tr13, r13\n    2ca2:\td3 94       \tinc\tr13\n\t\t\t}\n\t\t}\n\t\t/** STATE: TRACKING */\n\t\telse if(state == ST_TRACKING) { // download pin interrupt active\n\t\t\tif(voltageNotOkay()) { // checking voltage WITHOUT LOAD!\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT;\n    2ca4:\t68 94       \tset\n    2ca6:\tcc 24       \teor\tr12, r12\n    2ca8:\tc1 f8       \tbld\tr12, 1\n\t\t/** STATE: WAIT FOR ACTIVATION */\n\t\telse if(state == ST_WAIT_FOR_ACTIVATION) { // download pin interrupt active, GPIO2 pin interrupt active (!!)\n\t\t\t// no voltage check here, because ultra low power state already and check will be executed immediately in ST_TRACKING\n\t\t\tif(downloadInterrupt || gpio2Interrupt) { // can be woken up by both\n\t\t\t\t_delay_ms(700); // wait a bit and check again\n\t\t\t\tif((~PORTA.IN & PIN5_bm) || (~PORTC.IN & PIN1_bm)) { // one of the buttons still pressed\t\t\n    2caa:\t00 e0       \tldi\tr16, 0x00\t; 0\n    2cac:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2cae:\t68 94       \tset\n    2cb0:\tee 24       \teor\tr14, r14\n    2cb2:\te6 f8       \tbld\tr14, 6\n    2cb4:\tff 24       \teor\tr15, r15\n    2cb6:\tf2 f8       \tbld\tr15, 2\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n\t\t// Do on every wake up\n\t\tRTC.CTRLA = 0; // disable RTC interrupt\n    2cb8:\t18 82       \tst\tY, r1\n\t\tif(state == ST_FIRST_START_HARD_RESET) { deviceSetCPUSpeed(OSC16_PRESCALER_CPU_1MHZ);  } // 1MHz = 701uA @while(1), do this BEFORE reading supply voltage\n    2cba:\t80 91 30 38 \tlds\tr24, 0x3830\t; 0x803830 <state>\n    2cbe:\t81 11       \tcpse\tr24, r1\n    2cc0:\t03 c0       \trjmp\t.+6      \t; 0x2cc8 <main+0x3a>\n    2cc2:\t86 e0       \tldi\tr24, 0x06\t; 6\n    2cc4:\t0e 94 46 01 \tcall\t0x28c\t; 0x28c <_Z17deviceSetCPUSpeedh>\n\t\tbatteryVoltage = deviceReadSupplyVoltage(); // perform as first thing in every state\n    2cc8:\t0e 94 19 01 \tcall\t0x232\t; 0x232 <_Z23deviceReadSupplyVoltagev>\n    2ccc:\t80 93 2e 38 \tsts\t0x382E, r24\t; 0x80382e <batteryVoltage>\n    2cd0:\t90 93 2f 38 \tsts\t0x382F, r25\t; 0x80382f <batteryVoltage+0x1>\n\n\t\t/** STATE: FIRST START HARD RESET */\n\t\tif(state == ST_FIRST_START_HARD_RESET) { // will be re-entered after data download\n    2cd4:\t80 91 30 38 \tlds\tr24, 0x3830\t; 0x803830 <state>\n    2cd8:\t81 11       \tcpse\tr24, r1\n    2cda:\t84 c0       \trjmp\t.+264    \t; 0x2de4 <main+0x156>\n\t\t\tdeviceInitPins(); // reset all pins\n    2cdc:\t0e 94 6d 00 \tcall\t0xda\t; 0xda <_Z14deviceInitPinsv>\n\t\t\tdeviceInitDownloadPinInterruptInDeepSleep(); // will wake up MCU in ALL STATES!\n    2ce0:\t0e 94 89 00 \tcall\t0x112\t; 0x112 <_Z41deviceInitDownloadPinInterruptInDeepSleepv>\n\t\t\twait(FIRST_START_DELAY_SECONDS); // wait a bit until everything stable\n    2ce4:\t83 e0       \tldi\tr24, 0x03\t; 3\n    2ce6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2ce8:\t0e 94 ac 08 \tcall\t0x1158\t; 0x1158 <_Z4waitj>\n\t\t\tusePrintf(); // use printf function for uart communication\n    2cec:\t0e 94 e3 18 \tcall\t0x31c6\t; 0x31c6 <_Z9usePrintfv>\n\t\t\t\n\t\t\t// get settings from eeprom\n\t\t\teepromSettingMinVoltage = getOperationVoltageMinFromTinyEEPROM();\n    2cf0:\t0e 94 3e 09 \tcall\t0x127c\t; 0x127c <_Z36getOperationVoltageMinFromTinyEEPROMv>\n    2cf4:\t80 93 07 38 \tsts\t0x3807, r24\t; 0x803807 <eepromSettingMinVoltage>\n    2cf8:\t90 93 08 38 \tsts\t0x3808, r25\t; 0x803808 <eepromSettingMinVoltage+0x1>\n\t\t\teepromSettingGPSFrequencySeconds = getGPSFrequencyFromTinyEEPROM();\n    2cfc:\t0e 94 5a 09 \tcall\t0x12b4\t; 0x12b4 <_Z29getGPSFrequencyFromTinyEEPROMv>\n    2d00:\t80 93 05 38 \tsts\t0x3805, r24\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2d04:\t90 93 06 38 \tsts\t0x3806, r25\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n\t\t\teepromSettingMinHDOP = getMinHDOPFromTinyEEPROM();\n    2d08:\t0e 94 75 09 \tcall\t0x12ea\t; 0x12ea <_Z24getMinHDOPFromTinyEEPROMv>\n    2d0c:\t80 93 04 38 \tsts\t0x3804, r24\t; 0x803804 <eepromSettingMinHDOP>\n\t\t\teepromSettingActivationDelaySeconds = getActivationDelayFromTinyEEPROM();\n    2d10:\t0e 94 7f 09 \tcall\t0x12fe\t; 0x12fe <_Z32getActivationDelayFromTinyEEPROMv>\n    2d14:\t80 93 02 38 \tsts\t0x3802, r24\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    2d18:\t90 93 03 38 \tsts\t0x3803, r25\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n\t\t\teepromSettingTurnOnHour = getTurnOnHourFromTinyEEPROM();\n    2d1c:\t0e 94 9a 09 \tcall\t0x1334\t; 0x1334 <_Z27getTurnOnHourFromTinyEEPROMv>\n    2d20:\t80 93 24 38 \tsts\t0x3824, r24\t; 0x803824 <eepromSettingTurnOnHour>\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n    2d24:\t0e 94 a2 09 \tcall\t0x1344\t; 0x1344 <_Z29getTurnOnMinuteFromTinyEEPROMv>\n    2d28:\t80 93 23 38 \tsts\t0x3823, r24\t; 0x803823 <eepromSettingTurnOnMinute>\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n    2d2c:\t0e 94 aa 09 \tcall\t0x1354\t; 0x1354 <_Z28getTurnOffHourFromTinyEEPROMv>\n    2d30:\t80 93 22 38 \tsts\t0x3822, r24\t; 0x803822 <eepromSettingTurnOffHour>\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n    2d34:\t0e 94 b2 09 \tcall\t0x1364\t; 0x1364 <_Z30getTurnOffMinuteFromTinyEEPROMv>\n    2d38:\t80 93 21 38 \tsts\t0x3821, r24\t; 0x803821 <eepromSettingTurnOffMinute>\nstruct TinyEEPROM {\n    TinyEEPROM(const int index)\n        : index( index )                 {}\n    \n    // Access/read members.\n    uint8_t operator*() const            { return eeprom_read_byte( (uint8_t*) index ); }\n    2d3c:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    2d3e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d40:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n    2d44:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2d46:\t18 f4       \tbrcc\t.+6      \t; 0x2d4e <main+0xc0>\n\t\t\teepromSettingActivationDelaySeconds = getActivationDelayFromTinyEEPROM();\n\t\t\teepromSettingTurnOnHour = getTurnOnHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n    2d48:\t80 93 20 38 \tsts\t0x3820, r24\t; 0x803820 <eepromSettingGeofencing>\n    2d4c:\t02 c0       \trjmp\t.+4      \t; 0x2d52 <main+0xc4>\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n    2d4e:\t10 92 20 38 \tsts\t0x3820, r1\t; 0x803820 <eepromSettingGeofencing>\n    2d52:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    2d54:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d56:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n    2d5a:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2d5c:\t18 f4       \tbrcc\t.+6      \t; 0x2d64 <main+0xd6>\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n    2d5e:\t80 93 1f 38 \tsts\t0x381F, r24\t; 0x80381f <eepromSettingBlink>\n    2d62:\t02 c0       \trjmp\t.+4      \t; 0x2d68 <main+0xda>\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n    2d64:\t10 92 1f 38 \tsts\t0x381F, r1\t; 0x80381f <eepromSettingBlink>\n    2d68:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    2d6a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d6c:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n\t\t\teepromSettingBurstDuration = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n\t\t\tif(eepromSettingBurstDuration == 0xFF) { eepromSettingBurstDuration = BURST_DURATION_DEFAULT; }\n    2d70:\t8f 3f       \tcpi\tr24, 0xFF\t; 255\n    2d72:\t19 f0       \tbreq\t.+6      \t; 0x2d7a <main+0xec>\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n\t\t\teepromSettingBurstDuration = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n    2d74:\t80 93 1e 38 \tsts\t0x381E, r24\t; 0x80381e <eepromSettingBurstDuration>\n    2d78:\t02 c0       \trjmp\t.+4      \t; 0x2d7e <main+0xf0>\n\t\t\tif(eepromSettingBurstDuration == 0xFF) { eepromSettingBurstDuration = BURST_DURATION_DEFAULT; }\n    2d7a:\t10 92 1e 38 \tsts\t0x381E, r1\t; 0x80381e <eepromSettingBurstDuration>\n\t\t\t\n\t\t\t// (re)set all global variables\n\t\t\tnoFixInSessionYet = true;\n    2d7e:\td0 92 25 38 \tsts\t0x3825, r13\t; 0x803825 <noFixInSessionYet>\n\t\t\tdownloadInterrupt = false; // volatile because used in ISR\n    2d82:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\trtcInterrupt = false; // volatile because used in ISR\n    2d86:\t10 92 1b 38 \tsts\t0x381B, r1\t; 0x80381b <rtcInterrupt>\n\t\t\ttimestampEstimation = 0;\n    2d8a:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2d8e:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2d92:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2d96:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n\t\t\tactivated = false;\n    2d9a:\t10 92 16 38 \tsts\t0x3816, r1\t; 0x803816 <activated>\n\t\t\tgeofenceLat = 0;\n    2d9e:\t10 92 12 38 \tsts\t0x3812, r1\t; 0x803812 <geofenceLat>\n    2da2:\t10 92 13 38 \tsts\t0x3813, r1\t; 0x803813 <geofenceLat+0x1>\n    2da6:\t10 92 14 38 \tsts\t0x3814, r1\t; 0x803814 <geofenceLat+0x2>\n    2daa:\t10 92 15 38 \tsts\t0x3815, r1\t; 0x803815 <geofenceLat+0x3>\n\t\t\tgeofenceLon = 0;\n    2dae:\t10 92 0e 38 \tsts\t0x380E, r1\t; 0x80380e <geofenceLon>\n    2db2:\t10 92 0f 38 \tsts\t0x380F, r1\t; 0x80380f <geofenceLon+0x1>\n    2db6:\t10 92 10 38 \tsts\t0x3810, r1\t; 0x803810 <geofenceLon+0x2>\n    2dba:\t10 92 11 38 \tsts\t0x3811, r1\t; 0x803811 <geofenceLon+0x3>\n\t\t\t\t//readVoltage1626Test();\n\t\t\t\t//readVoltage1606Test();\n\t\t\t\tchangeGPSBaudrate();\n\t\t\t#endif\n\t\t\t\n\t\t\tif(voltageNotOkay()) {\n    2dbe:\t0e 94 b3 08 \tcall\t0x1166\t; 0x1166 <_Z14voltageNotOkayv>\n    2dc2:\t88 23       \tand\tr24, r24\n    2dc4:\t51 f0       \tbreq\t.+20     \t; 0x2dda <main+0x14c>\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT; // move to special state\n    2dc6:\tc0 92 30 38 \tsts\t0x3830, r12\t; 0x803830 <state>\n\t\t\t\tdeviceBlink(2); // indicate low battery right from start\n    2dca:\t8c 2d       \tmov\tr24, r12\n    2dcc:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first undervoltage -> only short sleep\n    2dd0:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2dd2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2dd4:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2dd8:\tf5 c0       \trjmp\t.+490    \t; 0x2fc4 <main+0x336>\n\t\t\telse { // do not check if memory full, very unlikely \n\t\t\t\t/*devicePowerMemoryAndI2COn();\n\t\t\t\ti2cInit();\n\t\t\t\tmockEmptyMemory(DATA_FIX_LENGTH, METADATA_ADDRESS_OF_ADDRESS_POINTER);\n\t\t\t\tdevicePowerMemoryAndI2COff();*/\n\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // can also be activated by GPIO2\n    2dda:\t0e 94 7a 00 \tcall\t0xf4\t; 0xf4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>\n\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2dde:\tb0 92 30 38 \tsts\t0x3830, r11\t; 0x803830 <state>\n    2de2:\tf0 c0       \trjmp\t.+480    \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t}\n\t\t/** STATE: WAIT FOR ACTIVATION */\n\t\telse if(state == ST_WAIT_FOR_ACTIVATION) { // download pin interrupt active, GPIO2 pin interrupt active (!!)\n    2de4:\t84 30       \tcpi\tr24, 0x04\t; 4\n    2de6:\t09 f0       \tbreq\t.+2      \t; 0x2dea <main+0x15c>\n    2de8:\t48 c0       \trjmp\t.+144    \t; 0x2e7a <main+0x1ec>\n\t\t\t// no voltage check here, because ultra low power state already and check will be executed immediately in ST_TRACKING\n\t\t\tif(downloadInterrupt || gpio2Interrupt) { // can be woken up by both\n    2dea:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2dee:\t81 11       \tcpse\tr24, r1\n    2df0:\t05 c0       \trjmp\t.+10     \t; 0x2dfc <main+0x16e>\n    2df2:\t80 91 1c 38 \tlds\tr24, 0x381C\t; 0x80381c <gpio2Interrupt>\n    2df6:\t88 23       \tand\tr24, r24\n    2df8:\t09 f4       \tbrne\t.+2      \t; 0x2dfc <main+0x16e>\n    2dfa:\te4 c0       \trjmp\t.+456    \t; 0x2fc4 <main+0x336>\n    2dfc:\t2f ed       \tldi\tr18, 0xDF\t; 223\n    2dfe:\t32 e2       \tldi\tr19, 0x22\t; 34\n    2e00:\t82 e0       \tldi\tr24, 0x02\t; 2\n    2e02:\t21 50       \tsubi\tr18, 0x01\t; 1\n    2e04:\t30 40       \tsbci\tr19, 0x00\t; 0\n    2e06:\t80 40       \tsbci\tr24, 0x00\t; 0\n    2e08:\te1 f7       \tbrne\t.-8      \t; 0x2e02 <main+0x174>\n    2e0a:\t00 c0       \trjmp\t.+0      \t; 0x2e0c <main+0x17e>\n    2e0c:\t00 00       \tnop\n\t\t\t\t_delay_ms(700); // wait a bit and check again\n\t\t\t\tif((~PORTA.IN & PIN5_bm) || (~PORTC.IN & PIN1_bm)) { // one of the buttons still pressed\t\t\n    2e0e:\tf8 01       \tmovw\tr30, r16\n    2e10:\t80 85       \tldd\tr24, Z+8\t; 0x08\n    2e12:\t85 ff       \tsbrs\tr24, 5\n    2e14:\t04 c0       \trjmp\t.+8      \t; 0x2e1e <main+0x190>\n    2e16:\tf7 01       \tmovw\tr30, r14\n    2e18:\t80 85       \tldd\tr24, Z+8\t; 0x08\n    2e1a:\t81 fd       \tsbrc\tr24, 1\n    2e1c:\td3 c0       \trjmp\t.+422    \t; 0x2fc4 <main+0x336>\n\t\t\t\t\tdownloadInterrupt = false;\n    2e1e:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\t\t\tactivated = true;\n    2e22:\td0 92 16 38 \tsts\t0x3816, r13\t; 0x803816 <activated>\n\t\t\t\t\t\n\t\t\t\t\t// blink to indicate start\n\t\t\t\t\tdeviceBlink(7); // indicate start\n    2e26:\t87 e0       \tldi\tr24, 0x07\t; 7\n    2e28:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\t\tuint8_t blinkBatteryStatus = (batteryVoltage / 200) - 14; // 1 time when V = 3.0V, 7 times when V = 4.2V\n    2e2c:\t20 91 2e 38 \tlds\tr18, 0x382E\t; 0x80382e <batteryVoltage>\n    2e30:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    2e34:\t36 95       \tlsr\tr19\n    2e36:\t27 95       \tror\tr18\n    2e38:\t36 95       \tlsr\tr19\n    2e3a:\t27 95       \tror\tr18\n    2e3c:\t36 95       \tlsr\tr19\n    2e3e:\t27 95       \tror\tr18\n    2e40:\tab e7       \tldi\tr26, 0x7B\t; 123\n    2e42:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    2e44:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    2e48:\t96 95       \tlsr\tr25\n    2e4a:\t87 95       \tror\tr24\n    2e4c:\t8e 50       \tsubi\tr24, 0x0E\t; 14\n    2e4e:\tff ed       \tldi\tr31, 0xDF\t; 223\n    2e50:\t22 e2       \tldi\tr18, 0x22\t; 34\n    2e52:\t32 e0       \tldi\tr19, 0x02\t; 2\n    2e54:\tf1 50       \tsubi\tr31, 0x01\t; 1\n    2e56:\t20 40       \tsbci\tr18, 0x00\t; 0\n    2e58:\t30 40       \tsbci\tr19, 0x00\t; 0\n    2e5a:\te1 f7       \tbrne\t.-8      \t; 0x2e54 <main+0x1c6>\n    2e5c:\t00 c0       \trjmp\t.+0      \t; 0x2e5e <main+0x1d0>\n    2e5e:\t00 00       \tnop\n\t\t\t\t\t_delay_ms(700);\n\t\t\t\t\tdeviceBlink(blinkBatteryStatus); // 0 = doesn't blink at all\n    2e60:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\t\t\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2e64:\td0 92 30 38 \tsts\t0x3830, r13\t; 0x803830 <state>\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here, because it already consumes the backup current -> will be turned on in the tracking functions\n\t\t\t\t\tdeviceDeactivateGPIO2PinInterruptInDeepSleep(); // GPIO2 shall not work afterwards\n    2e68:\t0e 94 82 00 \tcall\t0x104\t; 0x104 <_Z44deviceDeactivateGPIO2PinInterruptInDeepSleepv>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(eepromSettingActivationDelaySeconds); // go into tracking after whatever seconds\n    2e6c:\t80 91 02 38 \tlds\tr24, 0x3802\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    2e70:\t90 91 03 38 \tlds\tr25, 0x3803\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    2e74:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2e78:\ta5 c0       \trjmp\t.+330    \t; 0x2fc4 <main+0x336>\n\t\t\t\t\t//timestampEstimation = 1623110325UL;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/** STATE: TRACKING */\n\t\telse if(state == ST_TRACKING) { // download pin interrupt active\n    2e7a:\t81 30       \tcpi\tr24, 0x01\t; 1\n    2e7c:\t09 f0       \tbreq\t.+2      \t; 0x2e80 <main+0x1f2>\n    2e7e:\t5f c0       \trjmp\t.+190    \t; 0x2f3e <main+0x2b0>\n\t\t\tif(voltageNotOkay()) { // checking voltage WITHOUT LOAD!\n    2e80:\t0e 94 b3 08 \tcall\t0x1166\t; 0x1166 <_Z14voltageNotOkayv>\n    2e84:\t88 23       \tand\tr24, r24\n    2e86:\t89 f0       \tbreq\t.+34     \t; 0x2eaa <main+0x21c>\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT;\n    2e88:\tc0 92 30 38 \tsts\t0x3830, r12\t; 0x803830 <state>\n\t\t\t\tdeviceL70backupOff();\n    2e8c:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first under voltage -> only short sleep\n    2e90:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2e92:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2e94:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\ttimestampEstimation = 0; // don't know about time\n    2e98:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2e9c:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2ea0:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2ea4:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2ea8:\t8d c0       \trjmp\t.+282    \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t\telse if(downloadInterrupt) { // woke up by download interrupt (can also happen when not yet activated)\n    2eaa:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2eae:\t88 23       \tand\tr24, r24\n    2eb0:\t11 f1       \tbreq\t.+68     \t; 0x2ef6 <main+0x268>\n\t\t\t\tif(downloadButtonPressedFor3Seconds()) { // button pressed for 3 seconds -> enter download mode\n    2eb2:\t0e 94 b6 10 \tcall\t0x216c\t; 0x216c <_Z32downloadButtonPressedFor3Secondsv>\n    2eb6:\t88 23       \tand\tr24, r24\n    2eb8:\t89 f0       \tbreq\t.+34     \t; 0x2edc <main+0x24e>\n\t\t\t\t\tstate = ST_DOWNLOAD;\n    2eba:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\t\tdeviceL70backupOff();\n    2ebe:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n    2ec2:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2ec4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2ec6:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time when menue is entered\n    2eca:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2ece:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2ed2:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2ed6:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2eda:\t74 c0       \trjmp\t.+232    \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t\telse { // not pressed long enough, but woken up by download interrupt\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // start again after one second\n    2edc:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2ede:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2ee0:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time, interrupt can happen randomly\n    2ee4:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2ee8:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2eec:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2ef0:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2ef4:\t67 c0       \trjmp\t.+206    \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(isNightTime()) { // TESTED PATH\n    2ef6:\t0e 94 c6 08 \tcall\t0x118c\t; 0x118c <_Z11isNightTimev>\n    2efa:\t88 23       \tand\tr24, r24\n    2efc:\te9 f0       \tbreq\t.+58     \t; 0x2f38 <main+0x2aa>\n\t\t\t\t// having a valid time here!\n\t\t\t\tnoFixInSessionYet = true; // used to collect more orbit data when doing first fix in session -> resetting it so that in next session first fix again collects more orbit data\n    2efe:\td0 92 25 38 \tsts\t0x3825, r13\t; 0x803825 <noFixInSessionYet>\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_DURING_NIGHT); // go into nighttime mode\n    2f02:\t88 e7       \tldi\tr24, 0x78\t; 120\n    2f04:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f06:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\ttimestampEstimation += SLEEP_TIME_DURING_NIGHT; // having time here because isNightTime returns true\n    2f0a:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2f0e:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2f12:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2f16:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2f1a:\t88 58       \tsubi\tr24, 0x88\t; 136\n    2f1c:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    2f1e:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    2f20:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n    2f22:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2f26:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2f2a:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2f2e:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n\t\t\t\t// keep it on for very first day to keep orbit data? -> no, because after getting time will sleep immediately\n\t\t\t\t#if\t(BACKUP_POWER_ON_DURING_NIGHT_TIME == false)\n\t\t\t\t\tdeviceL70backupOff(); // WARNING: backup power goes OFF here but staying in tracking -> turns on again in trackingMerged\n    2f32:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2f36:\t46 c0       \trjmp\t.+140    \t; 0x2fc4 <main+0x336>\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse { // normal RTC wake up\n\t\t\t\t#if TRACKING_MODE != TRACKING_MODE_TEST\n\t\t\t\t\ttrackingMerged();\n    2f38:\t0e 94 66 12 \tcall\t0x24cc\t; 0x24cc <_Z14trackingMergedv>\n    2f3c:\t43 c0       \trjmp\t.+134    \t; 0x2fc4 <main+0x336>\n\t\t\t\t#endif\n\t\t\t\t// here at the end backup power normally is ON! (exception: state transition)\n\t\t\t}\n\t\t}\n\t\t/** STATE: VOLTAGE INCORRECT */\n\t\telse if(state == ST_VOLTAGE_INCORRECT) { // download pin interrupt active, RTC interrupt active, backup pin OFF\n    2f3e:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2f40:\t41 f5       \tbrne\t.+80     \t; 0x2f92 <main+0x304>\n\t\t\tif(voltageNotOkay()) {\n    2f42:\t0e 94 b3 08 \tcall\t0x1166\t; 0x1166 <_Z14voltageNotOkayv>\n    2f46:\t88 23       \tand\tr24, r24\n    2f48:\t29 f0       \tbreq\t.+10     \t; 0x2f54 <main+0x2c6>\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT);\n    2f4a:\t88 e0       \tldi\tr24, 0x08\t; 8\n    2f4c:\t97 e0       \tldi\tr25, 0x07\t; 7\n    2f4e:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f52:\t38 c0       \trjmp\t.+112    \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t\telse { // woke up by RTC or by download button and voltage okay again\n\t\t\t\tbool enterDownloadMode = false;\n\t\t\t\tif(downloadInterrupt) { enterDownloadMode = downloadButtonPressedFor3Seconds(); } // if woke up by download button -> check if pressed for 3 more seconds\n    2f54:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2f58:\t88 23       \tand\tr24, r24\n    2f5a:\t59 f0       \tbreq\t.+22     \t; 0x2f72 <main+0x2e4>\n    2f5c:\t0e 94 b6 10 \tcall\t0x216c\t; 0x216c <_Z32downloadButtonPressedFor3Secondsv>\n\t\t\t\t\n\t\t\t\t// if voltage okay and woken up by whatever reason -> should leave ST_VOLTAGE_INCORRECT\n\t\t\t\tif(enterDownloadMode) { // highest priority: someone pressed download button (long enough)\n    2f60:\t88 23       \tand\tr24, r24\n    2f62:\t39 f0       \tbreq\t.+14     \t; 0x2f72 <main+0x2e4>\n\t\t\t\t\tstate = ST_DOWNLOAD;\n    2f64:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n    2f68:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2f6a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f6c:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f70:\t29 c0       \trjmp\t.+82     \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t\telse if(activated) { // not pressed long enough or \"normal\" wake up by RTC, but already activated -> go back to tracking\n    2f72:\t80 91 16 38 \tlds\tr24, 0x3816\t; 0x803816 <activated>\n    2f76:\t88 23       \tand\tr24, r24\n    2f78:\t39 f0       \tbreq\t.+14     \t; 0x2f88 <main+0x2fa>\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2f7a:\td0 92 30 38 \tsts\t0x3830, r13\t; 0x803830 <state>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go back into tracking after 1 second\n    2f7e:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2f80:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f82:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f86:\t1e c0       \trjmp\t.+60     \t; 0x2fc4 <main+0x336>\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here -> will be turned on in the tracking functions\t\t\t\t\n\t\t\t\t}\n\t\t\t\telse { // very unusual: voltage not okay in first start state -> transit to here before activation\n\t\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // otherwise cannot be activated with GPIO2 when in under voltage immediately after start\n    2f88:\t0e 94 7a 00 \tcall\t0xf4\t; 0xf4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>\n\t\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2f8c:\tb0 92 30 38 \tsts\t0x3830, r11\t; 0x803830 <state>\n    2f90:\t19 c0       \trjmp\t.+50     \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t}\t\t\n\t\t}\n\t\t/** STATE: MEMORY FULL */\t\n\t\telse if(state == ST_MEMORY_FULL) { // no voltage check because minimal power consumption, download pin interrupt active\n    2f92:\t83 30       \tcpi\tr24, 0x03\t; 3\n    2f94:\t69 f4       \tbrne\t.+26     \t; 0x2fb0 <main+0x322>\n\t\t\tif(downloadInterrupt) { // don't wait long here and check again status because when memory full entering activation state afterwards isn't a problem\n    2f96:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2f9a:\t88 23       \tand\tr24, r24\n    2f9c:\t99 f0       \tbreq\t.+38     \t; 0x2fc4 <main+0x336>\n\t\t\t\tdownloadInterrupt = false;\n    2f9e:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\t\tstate = ST_DOWNLOAD;\n    2fa2:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode in 1 second\n    2fa6:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2fa8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2faa:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2fae:\t0a c0       \trjmp\t.+20     \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t}\n\t\t/** STATE: DOWNLOAD */\n\t\telse if(state == ST_DOWNLOAD) { // no voltage check because minimal power consumption, download pin interrupt active\n    2fb0:\t85 30       \tcpi\tr24, 0x05\t; 5\n    2fb2:\t41 f4       \tbrne\t.+16     \t; 0x2fc4 <main+0x336>\n\t\t\tstartMenue();\n    2fb4:\t0e 94 32 0c \tcall\t0x1864\t; 0x1864 <_Z10startMenuev>\n\t\t\tstate = ST_FIRST_START_HARD_RESET; // RESTARTING TAG!\n    2fb8:\t10 92 30 38 \tsts\t0x3830, r1\t; 0x803830 <state>\n\t\t\tdeviceInitInternalRTCInterrupt(1); // go into start state again in 1 second\n    2fbc:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2fbe:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2fc0:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t}\n\t\t\n\t\trtcInterrupt = false; // reset RTC interrupt flag\n    2fc4:\t10 92 1b 38 \tsts\t0x381B, r1\t; 0x80381b <rtcInterrupt>\n\t\tdownloadInterrupt = false; // reset download interrupt flag\n    2fc8:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\tgpio2Interrupt = false; // reset gpio2 interrupt flag\n    2fcc:\t10 92 1c 38 \tsts\t0x381C, r1\t; 0x80381c <gpio2Interrupt>\n\t\tdeviceStandbySleep(); // go to sleep until an interrupt happens\n    2fd0:\t0e 94 e8 00 \tcall\t0x1d0\t; 0x1d0 <_Z18deviceStandbySleepv>\n}\n\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n    2fd4:\t71 ce       \trjmp\t.-798    \t; 0x2cb8 <main+0x2a>\n\n00002fd6 <_ZL17usePrintfFunctioncP6__file>:\n\t\tprintNum(in / 10);\n\t}\n\tuint8_t digit = in % 10;\n\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n\tUSART0.TXDATAL = '0' + digit;\n}\n    2fd6:\te0 e0       \tldi\tr30, 0x00\t; 0\n    2fd8:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    2fda:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    2fdc:\t95 ff       \tsbrs\tr25, 5\n    2fde:\tfd cf       \trjmp\t.-6      \t; 0x2fda <_ZL17usePrintfFunctioncP6__file+0x4>\n    2fe0:\t80 93 02 08 \tsts\t0x0802, r24\t; 0x800802 <__RODATA_PM_OFFSET__+0x7f8802>\n    2fe4:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2fe6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2fe8:\t08 95       \tret\n\n00002fea <_Z23initPrimaryUARTwith9600v>:\n    2fea:\t10 92 e2 05 \tsts\t0x05E2, r1\t; 0x8005e2 <__RODATA_PM_OFFSET__+0x7f85e2>\n    2fee:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    2ff0:\tb8 e0       \tldi\tr27, 0x08\t; 8\n    2ff2:\t16 96       \tadiw\tr26, 0x06\t; 6\n    2ff4:\t8c 91       \tld\tr24, X\n    2ff6:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    2ff8:\t80 6c       \tori\tr24, 0xC0\t; 192\n    2ffa:\t16 96       \tadiw\tr26, 0x06\t; 6\n    2ffc:\t8c 93       \tst\tX, r24\n    2ffe:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    3000:\te0 e2       \tldi\tr30, 0x20\t; 32\n    3002:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    3004:\t84 e0       \tldi\tr24, 0x04\t; 4\n    3006:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    3008:\t80 81       \tld\tr24, Z\n    300a:\t84 60       \tori\tr24, 0x04\t; 4\n    300c:\t80 83       \tst\tZ, r24\n    300e:\t80 81       \tld\tr24, Z\n    3010:\t87 7f       \tandi\tr24, 0xF7\t; 247\n    3012:\t80 83       \tst\tZ, r24\n    3014:\t81 ea       \tldi\tr24, 0xA1\t; 161\n    3016:\t91 e0       \tldi\tr25, 0x01\t; 1\n    3018:\t18 96       \tadiw\tr26, 0x08\t; 8\n    301a:\t8d 93       \tst\tX+, r24\n    301c:\t9c 93       \tst\tX, r25\n    301e:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    3020:\t08 95       \tret\n\n00003022 <_Z22initSecondUARTwith9600v>:\n    3022:\t81 e0       \tldi\tr24, 0x01\t; 1\n    3024:\t80 93 e2 05 \tsts\t0x05E2, r24\t; 0x8005e2 <__RODATA_PM_OFFSET__+0x7f85e2>\n    3028:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    302a:\tb8 e0       \tldi\tr27, 0x08\t; 8\n    302c:\t16 96       \tadiw\tr26, 0x06\t; 6\n    302e:\t8c 91       \tld\tr24, X\n    3030:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    3032:\t80 6c       \tori\tr24, 0xC0\t; 192\n    3034:\t16 96       \tadiw\tr26, 0x06\t; 6\n    3036:\t8c 93       \tst\tX, r24\n    3038:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    303a:\te0 e0       \tldi\tr30, 0x00\t; 0\n    303c:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    303e:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n    3040:\t12 8a       \tstd\tZ+18, r1\t; 0x12\n    3042:\t82 e0       \tldi\tr24, 0x02\t; 2\n    3044:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    3046:\t80 81       \tld\tr24, Z\n    3048:\t82 60       \tori\tr24, 0x02\t; 2\n    304a:\t80 83       \tst\tZ, r24\n    304c:\t80 81       \tld\tr24, Z\n    304e:\t8b 7f       \tandi\tr24, 0xFB\t; 251\n    3050:\t80 83       \tst\tZ, r24\n    3052:\t81 ea       \tldi\tr24, 0xA1\t; 161\n    3054:\t91 e0       \tldi\tr25, 0x01\t; 1\n    3056:\t18 96       \tadiw\tr26, 0x08\t; 8\n    3058:\t8d 93       \tst\tX+, r24\n    305a:\t9c 93       \tst\tX, r25\n    305c:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    305e:\t08 95       \tret\n\n00003060 <_Z9uartFlushv>:\n    3060:\t80 91 04 08 \tlds\tr24, 0x0804\t; 0x800804 <__RODATA_PM_OFFSET__+0x7f8804>\n    3064:\t88 23       \tand\tr24, r24\n    3066:\t3c f4       \tbrge\t.+14     \t; 0x3076 <_Z9uartFlushv+0x16>\n    3068:\te0 e0       \tldi\tr30, 0x00\t; 0\n    306a:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    306c:\t80 81       \tld\tr24, Z\n    306e:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    3070:\t99 23       \tand\tr25, r25\n    3072:\te4 f3       \tbrlt\t.-8      \t; 0x306c <_Z9uartFlushv+0xc>\n    3074:\t08 95       \tret\n    3076:\t80 e0       \tldi\tr24, 0x00\t; 0\n    3078:\t08 95       \tret\n\n0000307a <_Z20deinitSecondUartPinsv>:\n    307a:\te0 e0       \tldi\tr30, 0x00\t; 0\n    307c:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    307e:\t80 81       \tld\tr24, Z\n    3080:\t8d 7f       \tandi\tr24, 0xFD\t; 253\n    3082:\t80 83       \tst\tZ, r24\n    3084:\t80 81       \tld\tr24, Z\n    3086:\t8b 7f       \tandi\tr24, 0xFB\t; 251\n    3088:\t80 83       \tst\tZ, r24\n    308a:\t84 e0       \tldi\tr24, 0x04\t; 4\n    308c:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n    308e:\t82 8b       \tstd\tZ+18, r24\t; 0x12\n    3090:\t08 95       \tret\n\n00003092 <_Z7uartOffv>:\n    3092:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3094:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    3096:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    3098:\t86 ff       \tsbrs\tr24, 6\n    309a:\tfd cf       \trjmp\t.-6      \t; 0x3096 <_Z7uartOffv+0x4>\n    309c:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    309e:\t85 ff       \tsbrs\tr24, 5\n    30a0:\tfa cf       \trjmp\t.-12     \t; 0x3096 <_Z7uartOffv+0x4>\n    30a2:\te0 e0       \tldi\tr30, 0x00\t; 0\n    30a4:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    30a6:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    30a8:\t80 64       \tori\tr24, 0x40\t; 64\n    30aa:\t84 83       \tstd\tZ+4, r24\t; 0x04\n    30ac:\t16 82       \tstd\tZ+6, r1\t; 0x06\n    30ae:\t08 95       \tret\n\n000030b0 <_Z8uartReadcPchj>:\n    30b0:\tef 92       \tpush\tr14\n    30b2:\tff 92       \tpush\tr15\n    30b4:\t0f 93       \tpush\tr16\n    30b6:\t1f 93       \tpush\tr17\n    30b8:\tcf 93       \tpush\tr28\n    30ba:\tdf 93       \tpush\tr29\n    30bc:\t18 2f       \tmov\tr17, r24\n    30be:\t7b 01       \tmovw\tr14, r22\n    30c0:\t04 2f       \tmov\tr16, r20\n    30c2:\te9 01       \tmovw\tr28, r18\n    30c4:\t50 e0       \tldi\tr21, 0x00\t; 0\n    30c6:\t60 e0       \tldi\tr22, 0x00\t; 0\n    30c8:\t70 e0       \tldi\tr23, 0x00\t; 0\n    30ca:\tc7 01       \tmovw\tr24, r14\n    30cc:\t0e 94 a4 19 \tcall\t0x3348\t; 0x3348 <memset>\n    30d0:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    30d4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    30d6:\te0 e0       \tldi\tr30, 0x00\t; 0\n    30d8:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    30da:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    30dc:\t88 23       \tand\tr24, r24\n    30de:\t54 f0       \tbrlt\t.+20     \t; 0x30f4 <_Z8uartReadcPchj+0x44>\n    30e0:\t21 97       \tsbiw\tr28, 0x01\t; 1\n    30e2:\ta9 ef       \tldi\tr26, 0xF9\t; 249\n    30e4:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    30e6:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    30e8:\tf1 f7       \tbrne\t.-4      \t; 0x30e6 <_Z8uartReadcPchj+0x36>\n    30ea:\t00 c0       \trjmp\t.+0      \t; 0x30ec <_Z8uartReadcPchj+0x3c>\n    30ec:\t00 00       \tnop\n    30ee:\t20 97       \tsbiw\tr28, 0x00\t; 0\n    30f0:\ta1 f7       \tbrne\t.-24     \t; 0x30da <_Z8uartReadcPchj+0x2a>\n    30f2:\t18 c0       \trjmp\t.+48     \t; 0x3124 <_Z8uartReadcPchj+0x74>\n    30f4:\t80 81       \tld\tr24, Z\n    30f6:\t8a 30       \tcpi\tr24, 0x0A\t; 10\n    30f8:\t69 f0       \tbreq\t.+26     \t; 0x3114 <_Z8uartReadcPchj+0x64>\n    30fa:\t8d 30       \tcpi\tr24, 0x0D\t; 13\n    30fc:\t59 f0       \tbreq\t.+22     \t; 0x3114 <_Z8uartReadcPchj+0x64>\n    30fe:\t21 e0       \tldi\tr18, 0x01\t; 1\n    3100:\t29 0f       \tadd\tr18, r25\n    3102:\td7 01       \tmovw\tr26, r14\n    3104:\ta9 0f       \tadd\tr26, r25\n    3106:\tb1 1d       \tadc\tr27, r1\n    3108:\t8c 93       \tst\tX, r24\n    310a:\t20 17       \tcp\tr18, r16\n    310c:\t10 f0       \tbrcs\t.+4      \t; 0x3112 <_Z8uartReadcPchj+0x62>\n    310e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3110:\t01 c0       \trjmp\t.+2      \t; 0x3114 <_Z8uartReadcPchj+0x64>\n    3112:\t92 2f       \tmov\tr25, r18\n    3114:\t81 13       \tcpse\tr24, r17\n    3116:\te1 cf       \trjmp\t.-62     \t; 0x30da <_Z8uartReadcPchj+0x2a>\n    3118:\tf7 01       \tmovw\tr30, r14\n    311a:\te9 0f       \tadd\tr30, r25\n    311c:\tf1 1d       \tadc\tr31, r1\n    311e:\t10 82       \tst\tZ, r1\n    3120:\t81 e0       \tldi\tr24, 0x01\t; 1\n    3122:\t01 c0       \trjmp\t.+2      \t; 0x3126 <_Z8uartReadcPchj+0x76>\n    3124:\t80 e0       \tldi\tr24, 0x00\t; 0\n    3126:\tdf 91       \tpop\tr29\n    3128:\tcf 91       \tpop\tr28\n    312a:\t1f 91       \tpop\tr17\n    312c:\t0f 91       \tpop\tr16\n    312e:\tff 90       \tpop\tr15\n    3130:\tef 90       \tpop\tr14\n    3132:\t08 95       \tret\n\n00003134 <_Z21uartReadMultipleLineshcPchj>:\n    3134:\tdf 92       \tpush\tr13\n    3136:\tef 92       \tpush\tr14\n    3138:\tff 92       \tpush\tr15\n    313a:\t0f 93       \tpush\tr16\n    313c:\t1f 93       \tpush\tr17\n    313e:\tcf 93       \tpush\tr28\n    3140:\tdf 93       \tpush\tr29\n    3142:\td8 2e       \tmov\tr13, r24\n    3144:\te6 2e       \tmov\tr14, r22\n    3146:\tea 01       \tmovw\tr28, r20\n    3148:\tf2 2e       \tmov\tr15, r18\n    314a:\t88 23       \tand\tr24, r24\n    314c:\t89 f1       \tbreq\t.+98     \t; 0x31b0 <_Z21uartReadMultipleLineshcPchj+0x7c>\n    314e:\t42 2f       \tmov\tr20, r18\n    3150:\t50 e0       \tldi\tr21, 0x00\t; 0\n    3152:\t60 e0       \tldi\tr22, 0x00\t; 0\n    3154:\t70 e0       \tldi\tr23, 0x00\t; 0\n    3156:\tce 01       \tmovw\tr24, r28\n    3158:\t0e 94 a4 19 \tcall\t0x3348\t; 0x3348 <memset>\n    315c:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    3160:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3162:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3164:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    3166:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    3168:\t88 23       \tand\tr24, r24\n    316a:\t64 f0       \tbrlt\t.+24     \t; 0x3184 <_Z21uartReadMultipleLineshcPchj+0x50>\n    316c:\t01 50       \tsubi\tr16, 0x01\t; 1\n    316e:\t11 09       \tsbc\tr17, r1\n    3170:\ta9 ef       \tldi\tr26, 0xF9\t; 249\n    3172:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    3174:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    3176:\tf1 f7       \tbrne\t.-4      \t; 0x3174 <_Z21uartReadMultipleLineshcPchj+0x40>\n    3178:\t00 c0       \trjmp\t.+0      \t; 0x317a <_Z21uartReadMultipleLineshcPchj+0x46>\n    317a:\t00 00       \tnop\n    317c:\t01 15       \tcp\tr16, r1\n    317e:\t11 05       \tcpc\tr17, r1\n    3180:\t91 f7       \tbrne\t.-28     \t; 0x3166 <_Z21uartReadMultipleLineshcPchj+0x32>\n    3182:\t18 c0       \trjmp\t.+48     \t; 0x31b4 <_Z21uartReadMultipleLineshcPchj+0x80>\n    3184:\t80 81       \tld\tr24, Z\n    3186:\t21 e0       \tldi\tr18, 0x01\t; 1\n    3188:\t29 0f       \tadd\tr18, r25\n    318a:\tde 01       \tmovw\tr26, r28\n    318c:\ta9 0f       \tadd\tr26, r25\n    318e:\tb1 1d       \tadc\tr27, r1\n    3190:\t8c 93       \tst\tX, r24\n    3192:\t2f 15       \tcp\tr18, r15\n    3194:\t10 f0       \tbrcs\t.+4      \t; 0x319a <_Z21uartReadMultipleLineshcPchj+0x66>\n    3196:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3198:\t01 c0       \trjmp\t.+2      \t; 0x319c <_Z21uartReadMultipleLineshcPchj+0x68>\n    319a:\t92 2f       \tmov\tr25, r18\n    319c:\t8e 11       \tcpse\tr24, r14\n    319e:\te3 cf       \trjmp\t.-58     \t; 0x3166 <_Z21uartReadMultipleLineshcPchj+0x32>\n    31a0:\tda 94       \tdec\tr13\n    31a2:\td1 10       \tcpse\tr13, r1\n    31a4:\te0 cf       \trjmp\t.-64     \t; 0x3166 <_Z21uartReadMultipleLineshcPchj+0x32>\n    31a6:\tc9 0f       \tadd\tr28, r25\n    31a8:\td1 1d       \tadc\tr29, r1\n    31aa:\t18 82       \tst\tY, r1\n    31ac:\t81 e0       \tldi\tr24, 0x01\t; 1\n    31ae:\t03 c0       \trjmp\t.+6      \t; 0x31b6 <_Z21uartReadMultipleLineshcPchj+0x82>\n    31b0:\t80 e0       \tldi\tr24, 0x00\t; 0\n    31b2:\t01 c0       \trjmp\t.+2      \t; 0x31b6 <_Z21uartReadMultipleLineshcPchj+0x82>\n    31b4:\t80 e0       \tldi\tr24, 0x00\t; 0\n    31b6:\tdf 91       \tpop\tr29\n    31b8:\tcf 91       \tpop\tr28\n    31ba:\t1f 91       \tpop\tr17\n    31bc:\t0f 91       \tpop\tr16\n    31be:\tff 90       \tpop\tr15\n    31c0:\tef 90       \tpop\tr14\n    31c2:\tdf 90       \tpop\tr13\n    31c4:\t08 95       \tret\n\n000031c6 <_Z9usePrintfv>:\n\treturn 0;\n}\n\nvoid usePrintf() {\n\tstatic FILE mystdout;\n\tfdev_setup_stream(&mystdout, usePrintfFunction, NULL, _FDEV_SETUP_WRITE);\n    31c6:\te1 e3       \tldi\tr30, 0x31\t; 49\n    31c8:\tf8 e3       \tldi\tr31, 0x38\t; 56\n    31ca:\t8b ee       \tldi\tr24, 0xEB\t; 235\n    31cc:\t97 e1       \tldi\tr25, 0x17\t; 23\n    31ce:\t80 87       \tstd\tZ+8, r24\t; 0x08\n    31d0:\t91 87       \tstd\tZ+9, r25\t; 0x09\n    31d2:\t12 86       \tstd\tZ+10, r1\t; 0x0a\n    31d4:\t13 86       \tstd\tZ+11, r1\t; 0x0b\n    31d6:\t82 e0       \tldi\tr24, 0x02\t; 2\n    31d8:\t83 83       \tstd\tZ+3, r24\t; 0x03\n    31da:\t14 86       \tstd\tZ+12, r1\t; 0x0c\n    31dc:\t15 86       \tstd\tZ+13, r1\t; 0x0d\n\tstdout = &mystdout;\n    31de:\te0 93 41 38 \tsts\t0x3841, r30\t; 0x803841 <__iob+0x2>\n    31e2:\tf0 93 42 38 \tsts\t0x3842, r31\t; 0x803842 <__iob+0x3>\n    31e6:\t08 95       \tret\n\n000031e8 <__mulsi3>:\n    31e8:\tdb 01       \tmovw\tr26, r22\n    31ea:\t8f 93       \tpush\tr24\n    31ec:\t9f 93       \tpush\tr25\n    31ee:\t0e 94 54 19 \tcall\t0x32a8\t; 0x32a8 <__muluhisi3>\n    31f2:\tbf 91       \tpop\tr27\n    31f4:\taf 91       \tpop\tr26\n    31f6:\ta2 9f       \tmul\tr26, r18\n    31f8:\t80 0d       \tadd\tr24, r0\n    31fa:\t91 1d       \tadc\tr25, r1\n    31fc:\ta3 9f       \tmul\tr26, r19\n    31fe:\t90 0d       \tadd\tr25, r0\n    3200:\tb2 9f       \tmul\tr27, r18\n    3202:\t90 0d       \tadd\tr25, r0\n    3204:\t11 24       \teor\tr1, r1\n    3206:\t08 95       \tret\n\n00003208 <__udivmodsi4>:\n    3208:\ta1 e2       \tldi\tr26, 0x21\t; 33\n    320a:\t1a 2e       \tmov\tr1, r26\n    320c:\taa 1b       \tsub\tr26, r26\n    320e:\tbb 1b       \tsub\tr27, r27\n    3210:\tfd 01       \tmovw\tr30, r26\n    3212:\t0d c0       \trjmp\t.+26     \t; 0x322e <__udivmodsi4_ep>\n\n00003214 <__udivmodsi4_loop>:\n    3214:\taa 1f       \tadc\tr26, r26\n    3216:\tbb 1f       \tadc\tr27, r27\n    3218:\tee 1f       \tadc\tr30, r30\n    321a:\tff 1f       \tadc\tr31, r31\n    321c:\ta2 17       \tcp\tr26, r18\n    321e:\tb3 07       \tcpc\tr27, r19\n    3220:\te4 07       \tcpc\tr30, r20\n    3222:\tf5 07       \tcpc\tr31, r21\n    3224:\t20 f0       \tbrcs\t.+8      \t; 0x322e <__udivmodsi4_ep>\n    3226:\ta2 1b       \tsub\tr26, r18\n    3228:\tb3 0b       \tsbc\tr27, r19\n    322a:\te4 0b       \tsbc\tr30, r20\n    322c:\tf5 0b       \tsbc\tr31, r21\n\n0000322e <__udivmodsi4_ep>:\n    322e:\t66 1f       \tadc\tr22, r22\n    3230:\t77 1f       \tadc\tr23, r23\n    3232:\t88 1f       \tadc\tr24, r24\n    3234:\t99 1f       \tadc\tr25, r25\n    3236:\t1a 94       \tdec\tr1\n    3238:\t69 f7       \tbrne\t.-38     \t; 0x3214 <__udivmodsi4_loop>\n    323a:\t60 95       \tcom\tr22\n    323c:\t70 95       \tcom\tr23\n    323e:\t80 95       \tcom\tr24\n    3240:\t90 95       \tcom\tr25\n    3242:\t9b 01       \tmovw\tr18, r22\n    3244:\tac 01       \tmovw\tr20, r24\n    3246:\tbd 01       \tmovw\tr22, r26\n    3248:\tcf 01       \tmovw\tr24, r30\n    324a:\t08 95       \tret\n\n0000324c <__divmodsi4>:\n    324c:\t05 2e       \tmov\tr0, r21\n    324e:\t97 fb       \tbst\tr25, 7\n    3250:\t1e f4       \tbrtc\t.+6      \t; 0x3258 <__divmodsi4+0xc>\n    3252:\t00 94       \tcom\tr0\n    3254:\t0e 94 3d 19 \tcall\t0x327a\t; 0x327a <__negsi2>\n    3258:\t57 fd       \tsbrc\tr21, 7\n    325a:\t07 d0       \trcall\t.+14     \t; 0x326a <__divmodsi4_neg2>\n    325c:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    3260:\t07 fc       \tsbrc\tr0, 7\n    3262:\t03 d0       \trcall\t.+6      \t; 0x326a <__divmodsi4_neg2>\n    3264:\t4e f4       \tbrtc\t.+18     \t; 0x3278 <__divmodsi4_exit>\n    3266:\t0c 94 3d 19 \tjmp\t0x327a\t; 0x327a <__negsi2>\n\n0000326a <__divmodsi4_neg2>:\n    326a:\t50 95       \tcom\tr21\n    326c:\t40 95       \tcom\tr20\n    326e:\t30 95       \tcom\tr19\n    3270:\t21 95       \tneg\tr18\n    3272:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3274:\t4f 4f       \tsbci\tr20, 0xFF\t; 255\n    3276:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n\n00003278 <__divmodsi4_exit>:\n    3278:\t08 95       \tret\n\n0000327a <__negsi2>:\n    327a:\t90 95       \tcom\tr25\n    327c:\t80 95       \tcom\tr24\n    327e:\t70 95       \tcom\tr23\n    3280:\t61 95       \tneg\tr22\n    3282:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    3284:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    3286:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3288:\t08 95       \tret\n\n0000328a <__umulhisi3>:\n    328a:\ta2 9f       \tmul\tr26, r18\n    328c:\tb0 01       \tmovw\tr22, r0\n    328e:\tb3 9f       \tmul\tr27, r19\n    3290:\tc0 01       \tmovw\tr24, r0\n    3292:\ta3 9f       \tmul\tr26, r19\n    3294:\t70 0d       \tadd\tr23, r0\n    3296:\t81 1d       \tadc\tr24, r1\n    3298:\t11 24       \teor\tr1, r1\n    329a:\t91 1d       \tadc\tr25, r1\n    329c:\tb2 9f       \tmul\tr27, r18\n    329e:\t70 0d       \tadd\tr23, r0\n    32a0:\t81 1d       \tadc\tr24, r1\n    32a2:\t11 24       \teor\tr1, r1\n    32a4:\t91 1d       \tadc\tr25, r1\n    32a6:\t08 95       \tret\n\n000032a8 <__muluhisi3>:\n    32a8:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    32ac:\ta5 9f       \tmul\tr26, r21\n    32ae:\t90 0d       \tadd\tr25, r0\n    32b0:\tb4 9f       \tmul\tr27, r20\n    32b2:\t90 0d       \tadd\tr25, r0\n    32b4:\ta4 9f       \tmul\tr26, r20\n    32b6:\t80 0d       \tadd\tr24, r0\n    32b8:\t91 1d       \tadc\tr25, r1\n    32ba:\t11 24       \teor\tr1, r1\n    32bc:\t08 95       \tret\n\n000032be <atoi>:\n    32be:\tfc 01       \tmovw\tr30, r24\n    32c0:\t88 27       \teor\tr24, r24\n    32c2:\t99 27       \teor\tr25, r25\n    32c4:\te8 94       \tclt\n    32c6:\t21 91       \tld\tr18, Z+\n    32c8:\t20 32       \tcpi\tr18, 0x20\t; 32\n    32ca:\te9 f3       \tbreq\t.-6      \t; 0x32c6 <atoi+0x8>\n    32cc:\t29 30       \tcpi\tr18, 0x09\t; 9\n    32ce:\t10 f0       \tbrcs\t.+4      \t; 0x32d4 <atoi+0x16>\n    32d0:\t2e 30       \tcpi\tr18, 0x0E\t; 14\n    32d2:\tc8 f3       \tbrcs\t.-14     \t; 0x32c6 <atoi+0x8>\n    32d4:\t2b 32       \tcpi\tr18, 0x2B\t; 43\n    32d6:\t41 f0       \tbreq\t.+16     \t; 0x32e8 <atoi+0x2a>\n    32d8:\t2d 32       \tcpi\tr18, 0x2D\t; 45\n    32da:\t39 f4       \tbrne\t.+14     \t; 0x32ea <atoi+0x2c>\n    32dc:\t68 94       \tset\n    32de:\t04 c0       \trjmp\t.+8      \t; 0x32e8 <atoi+0x2a>\n    32e0:\t0e 94 cb 19 \tcall\t0x3396\t; 0x3396 <__mulhi_const_10>\n    32e4:\t82 0f       \tadd\tr24, r18\n    32e6:\t91 1d       \tadc\tr25, r1\n    32e8:\t21 91       \tld\tr18, Z+\n    32ea:\t20 53       \tsubi\tr18, 0x30\t; 48\n    32ec:\t2a 30       \tcpi\tr18, 0x0A\t; 10\n    32ee:\tc0 f3       \tbrcs\t.-16     \t; 0x32e0 <atoi+0x22>\n    32f0:\t1e f4       \tbrtc\t.+6      \t; 0x32f8 <atoi+0x3a>\n    32f2:\t90 95       \tcom\tr25\n    32f4:\t81 95       \tneg\tr24\n    32f6:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    32f8:\t08 95       \tret\n\n000032fa <atol>:\n    32fa:\t1f 93       \tpush\tr17\n    32fc:\tfc 01       \tmovw\tr30, r24\n    32fe:\t99 27       \teor\tr25, r25\n    3300:\t88 27       \teor\tr24, r24\n    3302:\tbc 01       \tmovw\tr22, r24\n    3304:\te8 94       \tclt\n    3306:\t11 91       \tld\tr17, Z+\n    3308:\t10 32       \tcpi\tr17, 0x20\t; 32\n    330a:\te9 f3       \tbreq\t.-6      \t; 0x3306 <atol+0xc>\n    330c:\t19 30       \tcpi\tr17, 0x09\t; 9\n    330e:\t10 f0       \tbrcs\t.+4      \t; 0x3314 <atol+0x1a>\n    3310:\t1e 30       \tcpi\tr17, 0x0E\t; 14\n    3312:\tc8 f3       \tbrcs\t.-14     \t; 0x3306 <atol+0xc>\n    3314:\t1b 32       \tcpi\tr17, 0x2B\t; 43\n    3316:\t51 f0       \tbreq\t.+20     \t; 0x332c <atol+0x32>\n    3318:\t1d 32       \tcpi\tr17, 0x2D\t; 45\n    331a:\t49 f4       \tbrne\t.+18     \t; 0x332e <atol+0x34>\n    331c:\t68 94       \tset\n    331e:\t06 c0       \trjmp\t.+12     \t; 0x332c <atol+0x32>\n    3320:\t0e 94 b6 19 \tcall\t0x336c\t; 0x336c <__mulsi_const_10>\n    3324:\t61 0f       \tadd\tr22, r17\n    3326:\t71 1d       \tadc\tr23, r1\n    3328:\t81 1d       \tadc\tr24, r1\n    332a:\t91 1d       \tadc\tr25, r1\n    332c:\t11 91       \tld\tr17, Z+\n    332e:\t10 53       \tsubi\tr17, 0x30\t; 48\n    3330:\t1a 30       \tcpi\tr17, 0x0A\t; 10\n    3332:\tb0 f3       \tbrcs\t.-20     \t; 0x3320 <atol+0x26>\n    3334:\t3e f4       \tbrtc\t.+14     \t; 0x3344 <atol+0x4a>\n    3336:\t90 95       \tcom\tr25\n    3338:\t80 95       \tcom\tr24\n    333a:\t70 95       \tcom\tr23\n    333c:\t61 95       \tneg\tr22\n    333e:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    3340:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    3342:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3344:\t1f 91       \tpop\tr17\n    3346:\t08 95       \tret\n\n00003348 <memset>:\n    3348:\tdc 01       \tmovw\tr26, r24\n    334a:\t01 c0       \trjmp\t.+2      \t; 0x334e <memset+0x6>\n    334c:\t6d 93       \tst\tX+, r22\n    334e:\t41 50       \tsubi\tr20, 0x01\t; 1\n    3350:\t50 40       \tsbci\tr21, 0x00\t; 0\n    3352:\te0 f7       \tbrcc\t.-8      \t; 0x334c <memset+0x4>\n    3354:\t08 95       \tret\n\n00003356 <strchr>:\n    3356:\tfc 01       \tmovw\tr30, r24\n    3358:\t81 91       \tld\tr24, Z+\n    335a:\t86 17       \tcp\tr24, r22\n    335c:\t21 f0       \tbreq\t.+8      \t; 0x3366 <strchr+0x10>\n    335e:\t88 23       \tand\tr24, r24\n    3360:\td9 f7       \tbrne\t.-10     \t; 0x3358 <strchr+0x2>\n    3362:\t99 27       \teor\tr25, r25\n    3364:\t08 95       \tret\n    3366:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    3368:\tcf 01       \tmovw\tr24, r30\n    336a:\t08 95       \tret\n\n0000336c <__mulsi_const_10>:\n    336c:\t59 2f       \tmov\tr21, r25\n    336e:\t48 2f       \tmov\tr20, r24\n    3370:\t37 2f       \tmov\tr19, r23\n    3372:\t26 2f       \tmov\tr18, r22\n    3374:\t66 0f       \tadd\tr22, r22\n    3376:\t77 1f       \tadc\tr23, r23\n    3378:\t88 1f       \tadc\tr24, r24\n    337a:\t99 1f       \tadc\tr25, r25\n    337c:\t66 0f       \tadd\tr22, r22\n    337e:\t77 1f       \tadc\tr23, r23\n    3380:\t88 1f       \tadc\tr24, r24\n    3382:\t99 1f       \tadc\tr25, r25\n    3384:\t62 0f       \tadd\tr22, r18\n    3386:\t73 1f       \tadc\tr23, r19\n    3388:\t84 1f       \tadc\tr24, r20\n    338a:\t95 1f       \tadc\tr25, r21\n    338c:\t66 0f       \tadd\tr22, r22\n    338e:\t77 1f       \tadc\tr23, r23\n    3390:\t88 1f       \tadc\tr24, r24\n    3392:\t99 1f       \tadc\tr25, r25\n    3394:\t08 95       \tret\n\n00003396 <__mulhi_const_10>:\n    3396:\t7a e0       \tldi\tr23, 0x0A\t; 10\n    3398:\t97 9f       \tmul\tr25, r23\n    339a:\t90 2d       \tmov\tr25, r0\n    339c:\t87 9f       \tmul\tr24, r23\n    339e:\t80 2d       \tmov\tr24, r0\n    33a0:\t91 0d       \tadd\tr25, r1\n    33a2:\t11 24       \teor\tr1, r1\n    33a4:\t08 95       \tret\n\n000033a6 <printf>:\n    33a6:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    33a8:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    33aa:\te9 ed       \tldi\tr30, 0xD9\t; 217\n    33ac:\tf9 e1       \tldi\tr31, 0x19\t; 25\n    33ae:\t0c 94 d6 1c \tjmp\t0x39ac\t; 0x39ac <__prologue_saves__+0x20>\n    33b2:\tae 01       \tmovw\tr20, r28\n    33b4:\t4b 5f       \tsubi\tr20, 0xFB\t; 251\n    33b6:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    33b8:\tfa 01       \tmovw\tr30, r20\n    33ba:\t61 91       \tld\tr22, Z+\n    33bc:\t71 91       \tld\tr23, Z+\n    33be:\taf 01       \tmovw\tr20, r30\n    33c0:\t80 91 41 38 \tlds\tr24, 0x3841\t; 0x803841 <__iob+0x2>\n    33c4:\t90 91 42 38 \tlds\tr25, 0x3842\t; 0x803842 <__iob+0x3>\n    33c8:\t0e 94 19 1a \tcall\t0x3432\t; 0x3432 <vfprintf>\n    33cc:\te2 e0       \tldi\tr30, 0x02\t; 2\n    33ce:\t0c 94 ef 1c \tjmp\t0x39de\t; 0x39de <__epilogue_restores__+0x20>\n\n000033d2 <puts>:\n    33d2:\t0f 93       \tpush\tr16\n    33d4:\t1f 93       \tpush\tr17\n    33d6:\tcf 93       \tpush\tr28\n    33d8:\tdf 93       \tpush\tr29\n    33da:\te0 91 41 38 \tlds\tr30, 0x3841\t; 0x803841 <__iob+0x2>\n    33de:\tf0 91 42 38 \tlds\tr31, 0x3842\t; 0x803842 <__iob+0x3>\n    33e2:\t23 81       \tldd\tr18, Z+3\t; 0x03\n    33e4:\t21 ff       \tsbrs\tr18, 1\n    33e6:\t1b c0       \trjmp\t.+54     \t; 0x341e <puts+0x4c>\n    33e8:\t8c 01       \tmovw\tr16, r24\n    33ea:\td0 e0       \tldi\tr29, 0x00\t; 0\n    33ec:\tc0 e0       \tldi\tr28, 0x00\t; 0\n    33ee:\tf8 01       \tmovw\tr30, r16\n    33f0:\t81 91       \tld\tr24, Z+\n    33f2:\t8f 01       \tmovw\tr16, r30\n    33f4:\t60 91 41 38 \tlds\tr22, 0x3841\t; 0x803841 <__iob+0x2>\n    33f8:\t70 91 42 38 \tlds\tr23, 0x3842\t; 0x803842 <__iob+0x3>\n    33fc:\tdb 01       \tmovw\tr26, r22\n    33fe:\t18 96       \tadiw\tr26, 0x08\t; 8\n    3400:\ted 91       \tld\tr30, X+\n    3402:\tfc 91       \tld\tr31, X\n    3404:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    3406:\t88 23       \tand\tr24, r24\n    3408:\t31 f0       \tbreq\t.+12     \t; 0x3416 <puts+0x44>\n    340a:\t09 95       \ticall\n    340c:\t89 2b       \tor\tr24, r25\n    340e:\t79 f3       \tbreq\t.-34     \t; 0x33ee <puts+0x1c>\n    3410:\tdf ef       \tldi\tr29, 0xFF\t; 255\n    3412:\tcf ef       \tldi\tr28, 0xFF\t; 255\n    3414:\tec cf       \trjmp\t.-40     \t; 0x33ee <puts+0x1c>\n    3416:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    3418:\t09 95       \ticall\n    341a:\t89 2b       \tor\tr24, r25\n    341c:\t19 f0       \tbreq\t.+6      \t; 0x3424 <puts+0x52>\n    341e:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    3420:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    3422:\t02 c0       \trjmp\t.+4      \t; 0x3428 <puts+0x56>\n    3424:\t8d 2f       \tmov\tr24, r29\n    3426:\t9c 2f       \tmov\tr25, r28\n    3428:\tdf 91       \tpop\tr29\n    342a:\tcf 91       \tpop\tr28\n    342c:\t1f 91       \tpop\tr17\n    342e:\t0f 91       \tpop\tr16\n    3430:\t08 95       \tret\n\n00003432 <vfprintf>:\n    3432:\tab e0       \tldi\tr26, 0x0B\t; 11\n    3434:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    3436:\tef e1       \tldi\tr30, 0x1F\t; 31\n    3438:\tfa e1       \tldi\tr31, 0x1A\t; 26\n    343a:\t0c 94 c6 1c \tjmp\t0x398c\t; 0x398c <__prologue_saves__>\n    343e:\t6c 01       \tmovw\tr12, r24\n    3440:\t7b 01       \tmovw\tr14, r22\n    3442:\t8a 01       \tmovw\tr16, r20\n    3444:\tfc 01       \tmovw\tr30, r24\n    3446:\t16 82       \tstd\tZ+6, r1\t; 0x06\n    3448:\t17 82       \tstd\tZ+7, r1\t; 0x07\n    344a:\t83 81       \tldd\tr24, Z+3\t; 0x03\n    344c:\t81 ff       \tsbrs\tr24, 1\n    344e:\tcc c1       \trjmp\t.+920    \t; 0x37e8 <vfprintf+0x3b6>\n    3450:\tce 01       \tmovw\tr24, r28\n    3452:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3454:\t3c 01       \tmovw\tr6, r24\n    3456:\tf6 01       \tmovw\tr30, r12\n    3458:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    345a:\tf7 01       \tmovw\tr30, r14\n    345c:\t93 fd       \tsbrc\tr25, 3\n    345e:\t85 91       \tlpm\tr24, Z+\n    3460:\t93 ff       \tsbrs\tr25, 3\n    3462:\t81 91       \tld\tr24, Z+\n    3464:\t7f 01       \tmovw\tr14, r30\n    3466:\t88 23       \tand\tr24, r24\n    3468:\t09 f4       \tbrne\t.+2      \t; 0x346c <vfprintf+0x3a>\n    346a:\tba c1       \trjmp\t.+884    \t; 0x37e0 <vfprintf+0x3ae>\n    346c:\t85 32       \tcpi\tr24, 0x25\t; 37\n    346e:\t39 f4       \tbrne\t.+14     \t; 0x347e <vfprintf+0x4c>\n    3470:\t93 fd       \tsbrc\tr25, 3\n    3472:\t85 91       \tlpm\tr24, Z+\n    3474:\t93 ff       \tsbrs\tr25, 3\n    3476:\t81 91       \tld\tr24, Z+\n    3478:\t7f 01       \tmovw\tr14, r30\n    347a:\t85 32       \tcpi\tr24, 0x25\t; 37\n    347c:\t29 f4       \tbrne\t.+10     \t; 0x3488 <vfprintf+0x56>\n    347e:\tb6 01       \tmovw\tr22, r12\n    3480:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3482:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    3486:\te7 cf       \trjmp\t.-50     \t; 0x3456 <vfprintf+0x24>\n    3488:\t91 2c       \tmov\tr9, r1\n    348a:\t21 2c       \tmov\tr2, r1\n    348c:\t31 2c       \tmov\tr3, r1\n    348e:\tff e1       \tldi\tr31, 0x1F\t; 31\n    3490:\tf3 15       \tcp\tr31, r3\n    3492:\td8 f0       \tbrcs\t.+54     \t; 0x34ca <vfprintf+0x98>\n    3494:\t8b 32       \tcpi\tr24, 0x2B\t; 43\n    3496:\t79 f0       \tbreq\t.+30     \t; 0x34b6 <vfprintf+0x84>\n    3498:\t38 f4       \tbrcc\t.+14     \t; 0x34a8 <vfprintf+0x76>\n    349a:\t80 32       \tcpi\tr24, 0x20\t; 32\n    349c:\t79 f0       \tbreq\t.+30     \t; 0x34bc <vfprintf+0x8a>\n    349e:\t83 32       \tcpi\tr24, 0x23\t; 35\n    34a0:\ta1 f4       \tbrne\t.+40     \t; 0x34ca <vfprintf+0x98>\n    34a2:\t23 2d       \tmov\tr18, r3\n    34a4:\t20 61       \tori\tr18, 0x10\t; 16\n    34a6:\t1d c0       \trjmp\t.+58     \t; 0x34e2 <vfprintf+0xb0>\n    34a8:\t8d 32       \tcpi\tr24, 0x2D\t; 45\n    34aa:\t61 f0       \tbreq\t.+24     \t; 0x34c4 <vfprintf+0x92>\n    34ac:\t80 33       \tcpi\tr24, 0x30\t; 48\n    34ae:\t69 f4       \tbrne\t.+26     \t; 0x34ca <vfprintf+0x98>\n    34b0:\t23 2d       \tmov\tr18, r3\n    34b2:\t21 60       \tori\tr18, 0x01\t; 1\n    34b4:\t16 c0       \trjmp\t.+44     \t; 0x34e2 <vfprintf+0xb0>\n    34b6:\t83 2d       \tmov\tr24, r3\n    34b8:\t82 60       \tori\tr24, 0x02\t; 2\n    34ba:\t38 2e       \tmov\tr3, r24\n    34bc:\te3 2d       \tmov\tr30, r3\n    34be:\te4 60       \tori\tr30, 0x04\t; 4\n    34c0:\t3e 2e       \tmov\tr3, r30\n    34c2:\t2a c0       \trjmp\t.+84     \t; 0x3518 <vfprintf+0xe6>\n    34c4:\tf3 2d       \tmov\tr31, r3\n    34c6:\tf8 60       \tori\tr31, 0x08\t; 8\n    34c8:\t1d c0       \trjmp\t.+58     \t; 0x3504 <vfprintf+0xd2>\n    34ca:\t37 fc       \tsbrc\tr3, 7\n    34cc:\t2d c0       \trjmp\t.+90     \t; 0x3528 <vfprintf+0xf6>\n    34ce:\t20 ed       \tldi\tr18, 0xD0\t; 208\n    34d0:\t28 0f       \tadd\tr18, r24\n    34d2:\t2a 30       \tcpi\tr18, 0x0A\t; 10\n    34d4:\t40 f0       \tbrcs\t.+16     \t; 0x34e6 <vfprintf+0xb4>\n    34d6:\t8e 32       \tcpi\tr24, 0x2E\t; 46\n    34d8:\tb9 f4       \tbrne\t.+46     \t; 0x3508 <vfprintf+0xd6>\n    34da:\t36 fc       \tsbrc\tr3, 6\n    34dc:\t81 c1       \trjmp\t.+770    \t; 0x37e0 <vfprintf+0x3ae>\n    34de:\t23 2d       \tmov\tr18, r3\n    34e0:\t20 64       \tori\tr18, 0x40\t; 64\n    34e2:\t32 2e       \tmov\tr3, r18\n    34e4:\t19 c0       \trjmp\t.+50     \t; 0x3518 <vfprintf+0xe6>\n    34e6:\t36 fe       \tsbrs\tr3, 6\n    34e8:\t06 c0       \trjmp\t.+12     \t; 0x34f6 <vfprintf+0xc4>\n    34ea:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    34ec:\t98 9e       \tmul\tr9, r24\n    34ee:\t20 0d       \tadd\tr18, r0\n    34f0:\t11 24       \teor\tr1, r1\n    34f2:\t92 2e       \tmov\tr9, r18\n    34f4:\t11 c0       \trjmp\t.+34     \t; 0x3518 <vfprintf+0xe6>\n    34f6:\tea e0       \tldi\tr30, 0x0A\t; 10\n    34f8:\t2e 9e       \tmul\tr2, r30\n    34fa:\t20 0d       \tadd\tr18, r0\n    34fc:\t11 24       \teor\tr1, r1\n    34fe:\t22 2e       \tmov\tr2, r18\n    3500:\tf3 2d       \tmov\tr31, r3\n    3502:\tf0 62       \tori\tr31, 0x20\t; 32\n    3504:\t3f 2e       \tmov\tr3, r31\n    3506:\t08 c0       \trjmp\t.+16     \t; 0x3518 <vfprintf+0xe6>\n    3508:\t8c 36       \tcpi\tr24, 0x6C\t; 108\n    350a:\t21 f4       \tbrne\t.+8      \t; 0x3514 <vfprintf+0xe2>\n    350c:\t83 2d       \tmov\tr24, r3\n    350e:\t80 68       \tori\tr24, 0x80\t; 128\n    3510:\t38 2e       \tmov\tr3, r24\n    3512:\t02 c0       \trjmp\t.+4      \t; 0x3518 <vfprintf+0xe6>\n    3514:\t88 36       \tcpi\tr24, 0x68\t; 104\n    3516:\t41 f4       \tbrne\t.+16     \t; 0x3528 <vfprintf+0xf6>\n    3518:\tf7 01       \tmovw\tr30, r14\n    351a:\t93 fd       \tsbrc\tr25, 3\n    351c:\t85 91       \tlpm\tr24, Z+\n    351e:\t93 ff       \tsbrs\tr25, 3\n    3520:\t81 91       \tld\tr24, Z+\n    3522:\t7f 01       \tmovw\tr14, r30\n    3524:\t81 11       \tcpse\tr24, r1\n    3526:\tb3 cf       \trjmp\t.-154    \t; 0x348e <vfprintf+0x5c>\n    3528:\t98 2f       \tmov\tr25, r24\n    352a:\t9f 7d       \tandi\tr25, 0xDF\t; 223\n    352c:\t95 54       \tsubi\tr25, 0x45\t; 69\n    352e:\t93 30       \tcpi\tr25, 0x03\t; 3\n    3530:\t28 f4       \tbrcc\t.+10     \t; 0x353c <vfprintf+0x10a>\n    3532:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    3534:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3536:\t9f e3       \tldi\tr25, 0x3F\t; 63\n    3538:\t99 83       \tstd\tY+1, r25\t; 0x01\n    353a:\t0d c0       \trjmp\t.+26     \t; 0x3556 <vfprintf+0x124>\n    353c:\t83 36       \tcpi\tr24, 0x63\t; 99\n    353e:\t31 f0       \tbreq\t.+12     \t; 0x354c <vfprintf+0x11a>\n    3540:\t83 37       \tcpi\tr24, 0x73\t; 115\n    3542:\t71 f0       \tbreq\t.+28     \t; 0x3560 <vfprintf+0x12e>\n    3544:\t83 35       \tcpi\tr24, 0x53\t; 83\n    3546:\t09 f0       \tbreq\t.+2      \t; 0x354a <vfprintf+0x118>\n    3548:\t59 c0       \trjmp\t.+178    \t; 0x35fc <vfprintf+0x1ca>\n    354a:\t21 c0       \trjmp\t.+66     \t; 0x358e <vfprintf+0x15c>\n    354c:\tf8 01       \tmovw\tr30, r16\n    354e:\t80 81       \tld\tr24, Z\n    3550:\t89 83       \tstd\tY+1, r24\t; 0x01\n    3552:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    3554:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3556:\t88 24       \teor\tr8, r8\n    3558:\t83 94       \tinc\tr8\n    355a:\t91 2c       \tmov\tr9, r1\n    355c:\t53 01       \tmovw\tr10, r6\n    355e:\t13 c0       \trjmp\t.+38     \t; 0x3586 <vfprintf+0x154>\n    3560:\t28 01       \tmovw\tr4, r16\n    3562:\tf2 e0       \tldi\tr31, 0x02\t; 2\n    3564:\t4f 0e       \tadd\tr4, r31\n    3566:\t51 1c       \tadc\tr5, r1\n    3568:\tf8 01       \tmovw\tr30, r16\n    356a:\ta0 80       \tld\tr10, Z\n    356c:\tb1 80       \tldd\tr11, Z+1\t; 0x01\n    356e:\t36 fe       \tsbrs\tr3, 6\n    3570:\t03 c0       \trjmp\t.+6      \t; 0x3578 <vfprintf+0x146>\n    3572:\t69 2d       \tmov\tr22, r9\n    3574:\t70 e0       \tldi\tr23, 0x00\t; 0\n    3576:\t02 c0       \trjmp\t.+4      \t; 0x357c <vfprintf+0x14a>\n    3578:\t6f ef       \tldi\tr22, 0xFF\t; 255\n    357a:\t7f ef       \tldi\tr23, 0xFF\t; 255\n    357c:\tc5 01       \tmovw\tr24, r10\n    357e:\t0e 94 05 1c \tcall\t0x380a\t; 0x380a <strnlen>\n    3582:\t4c 01       \tmovw\tr8, r24\n    3584:\t82 01       \tmovw\tr16, r4\n    3586:\tf3 2d       \tmov\tr31, r3\n    3588:\tff 77       \tandi\tr31, 0x7F\t; 127\n    358a:\t3f 2e       \tmov\tr3, r31\n    358c:\t16 c0       \trjmp\t.+44     \t; 0x35ba <vfprintf+0x188>\n    358e:\t28 01       \tmovw\tr4, r16\n    3590:\t22 e0       \tldi\tr18, 0x02\t; 2\n    3592:\t42 0e       \tadd\tr4, r18\n    3594:\t51 1c       \tadc\tr5, r1\n    3596:\tf8 01       \tmovw\tr30, r16\n    3598:\ta0 80       \tld\tr10, Z\n    359a:\tb1 80       \tldd\tr11, Z+1\t; 0x01\n    359c:\t36 fe       \tsbrs\tr3, 6\n    359e:\t03 c0       \trjmp\t.+6      \t; 0x35a6 <vfprintf+0x174>\n    35a0:\t69 2d       \tmov\tr22, r9\n    35a2:\t70 e0       \tldi\tr23, 0x00\t; 0\n    35a4:\t02 c0       \trjmp\t.+4      \t; 0x35aa <vfprintf+0x178>\n    35a6:\t6f ef       \tldi\tr22, 0xFF\t; 255\n    35a8:\t7f ef       \tldi\tr23, 0xFF\t; 255\n    35aa:\tc5 01       \tmovw\tr24, r10\n    35ac:\t0e 94 fa 1b \tcall\t0x37f4\t; 0x37f4 <strnlen_P>\n    35b0:\t4c 01       \tmovw\tr8, r24\n    35b2:\tf3 2d       \tmov\tr31, r3\n    35b4:\tf0 68       \tori\tr31, 0x80\t; 128\n    35b6:\t3f 2e       \tmov\tr3, r31\n    35b8:\t82 01       \tmovw\tr16, r4\n    35ba:\t33 fc       \tsbrc\tr3, 3\n    35bc:\t1b c0       \trjmp\t.+54     \t; 0x35f4 <vfprintf+0x1c2>\n    35be:\t82 2d       \tmov\tr24, r2\n    35c0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35c2:\t88 16       \tcp\tr8, r24\n    35c4:\t99 06       \tcpc\tr9, r25\n    35c6:\tb0 f4       \tbrcc\t.+44     \t; 0x35f4 <vfprintf+0x1c2>\n    35c8:\tb6 01       \tmovw\tr22, r12\n    35ca:\t80 e2       \tldi\tr24, 0x20\t; 32\n    35cc:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35ce:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    35d2:\t2a 94       \tdec\tr2\n    35d4:\tf4 cf       \trjmp\t.-24     \t; 0x35be <vfprintf+0x18c>\n    35d6:\tf5 01       \tmovw\tr30, r10\n    35d8:\t37 fc       \tsbrc\tr3, 7\n    35da:\t85 91       \tlpm\tr24, Z+\n    35dc:\t37 fe       \tsbrs\tr3, 7\n    35de:\t81 91       \tld\tr24, Z+\n    35e0:\t5f 01       \tmovw\tr10, r30\n    35e2:\tb6 01       \tmovw\tr22, r12\n    35e4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35e6:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    35ea:\t21 10       \tcpse\tr2, r1\n    35ec:\t2a 94       \tdec\tr2\n    35ee:\t21 e0       \tldi\tr18, 0x01\t; 1\n    35f0:\t82 1a       \tsub\tr8, r18\n    35f2:\t91 08       \tsbc\tr9, r1\n    35f4:\t81 14       \tcp\tr8, r1\n    35f6:\t91 04       \tcpc\tr9, r1\n    35f8:\t71 f7       \tbrne\t.-36     \t; 0x35d6 <vfprintf+0x1a4>\n    35fa:\te8 c0       \trjmp\t.+464    \t; 0x37cc <vfprintf+0x39a>\n    35fc:\t84 36       \tcpi\tr24, 0x64\t; 100\n    35fe:\t11 f0       \tbreq\t.+4      \t; 0x3604 <vfprintf+0x1d2>\n    3600:\t89 36       \tcpi\tr24, 0x69\t; 105\n    3602:\t41 f5       \tbrne\t.+80     \t; 0x3654 <vfprintf+0x222>\n    3604:\tf8 01       \tmovw\tr30, r16\n    3606:\t37 fe       \tsbrs\tr3, 7\n    3608:\t07 c0       \trjmp\t.+14     \t; 0x3618 <vfprintf+0x1e6>\n    360a:\t60 81       \tld\tr22, Z\n    360c:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    360e:\t82 81       \tldd\tr24, Z+2\t; 0x02\n    3610:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    3612:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    3614:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3616:\t08 c0       \trjmp\t.+16     \t; 0x3628 <vfprintf+0x1f6>\n    3618:\t60 81       \tld\tr22, Z\n    361a:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    361c:\t07 2e       \tmov\tr0, r23\n    361e:\t00 0c       \tadd\tr0, r0\n    3620:\t88 0b       \tsbc\tr24, r24\n    3622:\t99 0b       \tsbc\tr25, r25\n    3624:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    3626:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3628:\tf3 2d       \tmov\tr31, r3\n    362a:\tff 76       \tandi\tr31, 0x6F\t; 111\n    362c:\t3f 2e       \tmov\tr3, r31\n    362e:\t97 ff       \tsbrs\tr25, 7\n    3630:\t09 c0       \trjmp\t.+18     \t; 0x3644 <vfprintf+0x212>\n    3632:\t90 95       \tcom\tr25\n    3634:\t80 95       \tcom\tr24\n    3636:\t70 95       \tcom\tr23\n    3638:\t61 95       \tneg\tr22\n    363a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    363c:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    363e:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3640:\tf0 68       \tori\tr31, 0x80\t; 128\n    3642:\t3f 2e       \tmov\tr3, r31\n    3644:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    3646:\t30 e0       \tldi\tr19, 0x00\t; 0\n    3648:\ta3 01       \tmovw\tr20, r6\n    364a:\t0e 94 4c 1c \tcall\t0x3898\t; 0x3898 <__ultoa_invert>\n    364e:\t88 2e       \tmov\tr8, r24\n    3650:\t86 18       \tsub\tr8, r6\n    3652:\t45 c0       \trjmp\t.+138    \t; 0x36de <vfprintf+0x2ac>\n    3654:\t85 37       \tcpi\tr24, 0x75\t; 117\n    3656:\t31 f4       \tbrne\t.+12     \t; 0x3664 <vfprintf+0x232>\n    3658:\t23 2d       \tmov\tr18, r3\n    365a:\t2f 7e       \tandi\tr18, 0xEF\t; 239\n    365c:\tb2 2e       \tmov\tr11, r18\n    365e:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    3660:\t30 e0       \tldi\tr19, 0x00\t; 0\n    3662:\t25 c0       \trjmp\t.+74     \t; 0x36ae <vfprintf+0x27c>\n    3664:\t93 2d       \tmov\tr25, r3\n    3666:\t99 7f       \tandi\tr25, 0xF9\t; 249\n    3668:\tb9 2e       \tmov\tr11, r25\n    366a:\t8f 36       \tcpi\tr24, 0x6F\t; 111\n    366c:\tc1 f0       \tbreq\t.+48     \t; 0x369e <vfprintf+0x26c>\n    366e:\t18 f4       \tbrcc\t.+6      \t; 0x3676 <vfprintf+0x244>\n    3670:\t88 35       \tcpi\tr24, 0x58\t; 88\n    3672:\t79 f0       \tbreq\t.+30     \t; 0x3692 <vfprintf+0x260>\n    3674:\tb5 c0       \trjmp\t.+362    \t; 0x37e0 <vfprintf+0x3ae>\n    3676:\t80 37       \tcpi\tr24, 0x70\t; 112\n    3678:\t19 f0       \tbreq\t.+6      \t; 0x3680 <vfprintf+0x24e>\n    367a:\t88 37       \tcpi\tr24, 0x78\t; 120\n    367c:\t21 f0       \tbreq\t.+8      \t; 0x3686 <vfprintf+0x254>\n    367e:\tb0 c0       \trjmp\t.+352    \t; 0x37e0 <vfprintf+0x3ae>\n    3680:\te9 2f       \tmov\tr30, r25\n    3682:\te0 61       \tori\tr30, 0x10\t; 16\n    3684:\tbe 2e       \tmov\tr11, r30\n    3686:\tb4 fe       \tsbrs\tr11, 4\n    3688:\t0d c0       \trjmp\t.+26     \t; 0x36a4 <vfprintf+0x272>\n    368a:\tfb 2d       \tmov\tr31, r11\n    368c:\tf4 60       \tori\tr31, 0x04\t; 4\n    368e:\tbf 2e       \tmov\tr11, r31\n    3690:\t09 c0       \trjmp\t.+18     \t; 0x36a4 <vfprintf+0x272>\n    3692:\t34 fe       \tsbrs\tr3, 4\n    3694:\t0a c0       \trjmp\t.+20     \t; 0x36aa <vfprintf+0x278>\n    3696:\t29 2f       \tmov\tr18, r25\n    3698:\t26 60       \tori\tr18, 0x06\t; 6\n    369a:\tb2 2e       \tmov\tr11, r18\n    369c:\t06 c0       \trjmp\t.+12     \t; 0x36aa <vfprintf+0x278>\n    369e:\t28 e0       \tldi\tr18, 0x08\t; 8\n    36a0:\t30 e0       \tldi\tr19, 0x00\t; 0\n    36a2:\t05 c0       \trjmp\t.+10     \t; 0x36ae <vfprintf+0x27c>\n    36a4:\t20 e1       \tldi\tr18, 0x10\t; 16\n    36a6:\t30 e0       \tldi\tr19, 0x00\t; 0\n    36a8:\t02 c0       \trjmp\t.+4      \t; 0x36ae <vfprintf+0x27c>\n    36aa:\t20 e1       \tldi\tr18, 0x10\t; 16\n    36ac:\t32 e0       \tldi\tr19, 0x02\t; 2\n    36ae:\tf8 01       \tmovw\tr30, r16\n    36b0:\tb7 fe       \tsbrs\tr11, 7\n    36b2:\t07 c0       \trjmp\t.+14     \t; 0x36c2 <vfprintf+0x290>\n    36b4:\t60 81       \tld\tr22, Z\n    36b6:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    36b8:\t82 81       \tldd\tr24, Z+2\t; 0x02\n    36ba:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    36bc:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    36be:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    36c0:\t06 c0       \trjmp\t.+12     \t; 0x36ce <vfprintf+0x29c>\n    36c2:\t60 81       \tld\tr22, Z\n    36c4:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    36c6:\t80 e0       \tldi\tr24, 0x00\t; 0\n    36c8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    36ca:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    36cc:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    36ce:\ta3 01       \tmovw\tr20, r6\n    36d0:\t0e 94 4c 1c \tcall\t0x3898\t; 0x3898 <__ultoa_invert>\n    36d4:\t88 2e       \tmov\tr8, r24\n    36d6:\t86 18       \tsub\tr8, r6\n    36d8:\tfb 2d       \tmov\tr31, r11\n    36da:\tff 77       \tandi\tr31, 0x7F\t; 127\n    36dc:\t3f 2e       \tmov\tr3, r31\n    36de:\t36 fe       \tsbrs\tr3, 6\n    36e0:\t0d c0       \trjmp\t.+26     \t; 0x36fc <vfprintf+0x2ca>\n    36e2:\t23 2d       \tmov\tr18, r3\n    36e4:\t2e 7f       \tandi\tr18, 0xFE\t; 254\n    36e6:\ta2 2e       \tmov\tr10, r18\n    36e8:\t89 14       \tcp\tr8, r9\n    36ea:\t58 f4       \tbrcc\t.+22     \t; 0x3702 <vfprintf+0x2d0>\n    36ec:\t34 fe       \tsbrs\tr3, 4\n    36ee:\t0b c0       \trjmp\t.+22     \t; 0x3706 <vfprintf+0x2d4>\n    36f0:\t32 fc       \tsbrc\tr3, 2\n    36f2:\t09 c0       \trjmp\t.+18     \t; 0x3706 <vfprintf+0x2d4>\n    36f4:\t83 2d       \tmov\tr24, r3\n    36f6:\t8e 7e       \tandi\tr24, 0xEE\t; 238\n    36f8:\ta8 2e       \tmov\tr10, r24\n    36fa:\t05 c0       \trjmp\t.+10     \t; 0x3706 <vfprintf+0x2d4>\n    36fc:\tb8 2c       \tmov\tr11, r8\n    36fe:\ta3 2c       \tmov\tr10, r3\n    3700:\t03 c0       \trjmp\t.+6      \t; 0x3708 <vfprintf+0x2d6>\n    3702:\tb8 2c       \tmov\tr11, r8\n    3704:\t01 c0       \trjmp\t.+2      \t; 0x3708 <vfprintf+0x2d6>\n    3706:\tb9 2c       \tmov\tr11, r9\n    3708:\ta4 fe       \tsbrs\tr10, 4\n    370a:\t0f c0       \trjmp\t.+30     \t; 0x372a <vfprintf+0x2f8>\n    370c:\tfe 01       \tmovw\tr30, r28\n    370e:\te8 0d       \tadd\tr30, r8\n    3710:\tf1 1d       \tadc\tr31, r1\n    3712:\t80 81       \tld\tr24, Z\n    3714:\t80 33       \tcpi\tr24, 0x30\t; 48\n    3716:\t21 f4       \tbrne\t.+8      \t; 0x3720 <vfprintf+0x2ee>\n    3718:\t9a 2d       \tmov\tr25, r10\n    371a:\t99 7e       \tandi\tr25, 0xE9\t; 233\n    371c:\ta9 2e       \tmov\tr10, r25\n    371e:\t09 c0       \trjmp\t.+18     \t; 0x3732 <vfprintf+0x300>\n    3720:\ta2 fe       \tsbrs\tr10, 2\n    3722:\t06 c0       \trjmp\t.+12     \t; 0x3730 <vfprintf+0x2fe>\n    3724:\tb3 94       \tinc\tr11\n    3726:\tb3 94       \tinc\tr11\n    3728:\t04 c0       \trjmp\t.+8      \t; 0x3732 <vfprintf+0x300>\n    372a:\t8a 2d       \tmov\tr24, r10\n    372c:\t86 78       \tandi\tr24, 0x86\t; 134\n    372e:\t09 f0       \tbreq\t.+2      \t; 0x3732 <vfprintf+0x300>\n    3730:\tb3 94       \tinc\tr11\n    3732:\ta3 fc       \tsbrc\tr10, 3\n    3734:\t11 c0       \trjmp\t.+34     \t; 0x3758 <vfprintf+0x326>\n    3736:\ta0 fe       \tsbrs\tr10, 0\n    3738:\t06 c0       \trjmp\t.+12     \t; 0x3746 <vfprintf+0x314>\n    373a:\tb2 14       \tcp\tr11, r2\n    373c:\t88 f4       \tbrcc\t.+34     \t; 0x3760 <vfprintf+0x32e>\n    373e:\t28 0c       \tadd\tr2, r8\n    3740:\t92 2c       \tmov\tr9, r2\n    3742:\t9b 18       \tsub\tr9, r11\n    3744:\t0e c0       \trjmp\t.+28     \t; 0x3762 <vfprintf+0x330>\n    3746:\tb2 14       \tcp\tr11, r2\n    3748:\t60 f4       \tbrcc\t.+24     \t; 0x3762 <vfprintf+0x330>\n    374a:\tb6 01       \tmovw\tr22, r12\n    374c:\t80 e2       \tldi\tr24, 0x20\t; 32\n    374e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3750:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    3754:\tb3 94       \tinc\tr11\n    3756:\tf7 cf       \trjmp\t.-18     \t; 0x3746 <vfprintf+0x314>\n    3758:\tb2 14       \tcp\tr11, r2\n    375a:\t18 f4       \tbrcc\t.+6      \t; 0x3762 <vfprintf+0x330>\n    375c:\t2b 18       \tsub\tr2, r11\n    375e:\t02 c0       \trjmp\t.+4      \t; 0x3764 <vfprintf+0x332>\n    3760:\t98 2c       \tmov\tr9, r8\n    3762:\t21 2c       \tmov\tr2, r1\n    3764:\ta4 fe       \tsbrs\tr10, 4\n    3766:\t10 c0       \trjmp\t.+32     \t; 0x3788 <vfprintf+0x356>\n    3768:\tb6 01       \tmovw\tr22, r12\n    376a:\t80 e3       \tldi\tr24, 0x30\t; 48\n    376c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    376e:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    3772:\ta2 fe       \tsbrs\tr10, 2\n    3774:\t17 c0       \trjmp\t.+46     \t; 0x37a4 <vfprintf+0x372>\n    3776:\ta1 fc       \tsbrc\tr10, 1\n    3778:\t03 c0       \trjmp\t.+6      \t; 0x3780 <vfprintf+0x34e>\n    377a:\t88 e7       \tldi\tr24, 0x78\t; 120\n    377c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    377e:\t02 c0       \trjmp\t.+4      \t; 0x3784 <vfprintf+0x352>\n    3780:\t88 e5       \tldi\tr24, 0x58\t; 88\n    3782:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3784:\tb6 01       \tmovw\tr22, r12\n    3786:\t0c c0       \trjmp\t.+24     \t; 0x37a0 <vfprintf+0x36e>\n    3788:\t8a 2d       \tmov\tr24, r10\n    378a:\t86 78       \tandi\tr24, 0x86\t; 134\n    378c:\t59 f0       \tbreq\t.+22     \t; 0x37a4 <vfprintf+0x372>\n    378e:\ta1 fe       \tsbrs\tr10, 1\n    3790:\t02 c0       \trjmp\t.+4      \t; 0x3796 <vfprintf+0x364>\n    3792:\t8b e2       \tldi\tr24, 0x2B\t; 43\n    3794:\t01 c0       \trjmp\t.+2      \t; 0x3798 <vfprintf+0x366>\n    3796:\t80 e2       \tldi\tr24, 0x20\t; 32\n    3798:\ta7 fc       \tsbrc\tr10, 7\n    379a:\t8d e2       \tldi\tr24, 0x2D\t; 45\n    379c:\tb6 01       \tmovw\tr22, r12\n    379e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37a0:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37a4:\t89 14       \tcp\tr8, r9\n    37a6:\t38 f4       \tbrcc\t.+14     \t; 0x37b6 <vfprintf+0x384>\n    37a8:\tb6 01       \tmovw\tr22, r12\n    37aa:\t80 e3       \tldi\tr24, 0x30\t; 48\n    37ac:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37ae:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37b2:\t9a 94       \tdec\tr9\n    37b4:\tf7 cf       \trjmp\t.-18     \t; 0x37a4 <vfprintf+0x372>\n    37b6:\t8a 94       \tdec\tr8\n    37b8:\tf3 01       \tmovw\tr30, r6\n    37ba:\te8 0d       \tadd\tr30, r8\n    37bc:\tf1 1d       \tadc\tr31, r1\n    37be:\t80 81       \tld\tr24, Z\n    37c0:\tb6 01       \tmovw\tr22, r12\n    37c2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37c4:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37c8:\t81 10       \tcpse\tr8, r1\n    37ca:\tf5 cf       \trjmp\t.-22     \t; 0x37b6 <vfprintf+0x384>\n    37cc:\t22 20       \tand\tr2, r2\n    37ce:\t09 f4       \tbrne\t.+2      \t; 0x37d2 <vfprintf+0x3a0>\n    37d0:\t42 ce       \trjmp\t.-892    \t; 0x3456 <vfprintf+0x24>\n    37d2:\tb6 01       \tmovw\tr22, r12\n    37d4:\t80 e2       \tldi\tr24, 0x20\t; 32\n    37d6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37d8:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37dc:\t2a 94       \tdec\tr2\n    37de:\tf6 cf       \trjmp\t.-20     \t; 0x37cc <vfprintf+0x39a>\n    37e0:\tf6 01       \tmovw\tr30, r12\n    37e2:\t86 81       \tldd\tr24, Z+6\t; 0x06\n    37e4:\t97 81       \tldd\tr25, Z+7\t; 0x07\n    37e6:\t02 c0       \trjmp\t.+4      \t; 0x37ec <vfprintf+0x3ba>\n    37e8:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    37ea:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    37ec:\t2b 96       \tadiw\tr28, 0x0b\t; 11\n    37ee:\te2 e1       \tldi\tr30, 0x12\t; 18\n    37f0:\t0c 94 df 1c \tjmp\t0x39be\t; 0x39be <__epilogue_restores__>\n\n000037f4 <strnlen_P>:\n    37f4:\tfc 01       \tmovw\tr30, r24\n    37f6:\t05 90       \tlpm\tr0, Z+\n    37f8:\t61 50       \tsubi\tr22, 0x01\t; 1\n    37fa:\t70 40       \tsbci\tr23, 0x00\t; 0\n    37fc:\t01 10       \tcpse\tr0, r1\n    37fe:\td8 f7       \tbrcc\t.-10     \t; 0x37f6 <strnlen_P+0x2>\n    3800:\t80 95       \tcom\tr24\n    3802:\t90 95       \tcom\tr25\n    3804:\t8e 0f       \tadd\tr24, r30\n    3806:\t9f 1f       \tadc\tr25, r31\n    3808:\t08 95       \tret\n\n0000380a <strnlen>:\n    380a:\tfc 01       \tmovw\tr30, r24\n    380c:\t61 50       \tsubi\tr22, 0x01\t; 1\n    380e:\t70 40       \tsbci\tr23, 0x00\t; 0\n    3810:\t01 90       \tld\tr0, Z+\n    3812:\t01 10       \tcpse\tr0, r1\n    3814:\td8 f7       \tbrcc\t.-10     \t; 0x380c <strnlen+0x2>\n    3816:\t80 95       \tcom\tr24\n    3818:\t90 95       \tcom\tr25\n    381a:\t8e 0f       \tadd\tr24, r30\n    381c:\t9f 1f       \tadc\tr25, r31\n    381e:\t08 95       \tret\n\n00003820 <fputc>:\n    3820:\t0f 93       \tpush\tr16\n    3822:\t1f 93       \tpush\tr17\n    3824:\tcf 93       \tpush\tr28\n    3826:\tdf 93       \tpush\tr29\n    3828:\tfb 01       \tmovw\tr30, r22\n    382a:\t23 81       \tldd\tr18, Z+3\t; 0x03\n    382c:\t21 fd       \tsbrc\tr18, 1\n    382e:\t03 c0       \trjmp\t.+6      \t; 0x3836 <fputc+0x16>\n    3830:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    3832:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    3834:\t2c c0       \trjmp\t.+88     \t; 0x388e <fputc+0x6e>\n    3836:\t22 ff       \tsbrs\tr18, 2\n    3838:\t16 c0       \trjmp\t.+44     \t; 0x3866 <fputc+0x46>\n    383a:\t46 81       \tldd\tr20, Z+6\t; 0x06\n    383c:\t57 81       \tldd\tr21, Z+7\t; 0x07\n    383e:\t24 81       \tldd\tr18, Z+4\t; 0x04\n    3840:\t35 81       \tldd\tr19, Z+5\t; 0x05\n    3842:\t42 17       \tcp\tr20, r18\n    3844:\t53 07       \tcpc\tr21, r19\n    3846:\t44 f4       \tbrge\t.+16     \t; 0x3858 <fputc+0x38>\n    3848:\ta0 81       \tld\tr26, Z\n    384a:\tb1 81       \tldd\tr27, Z+1\t; 0x01\n    384c:\t9d 01       \tmovw\tr18, r26\n    384e:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n    3850:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3852:\t20 83       \tst\tZ, r18\n    3854:\t31 83       \tstd\tZ+1, r19\t; 0x01\n    3856:\t8c 93       \tst\tX, r24\n    3858:\t26 81       \tldd\tr18, Z+6\t; 0x06\n    385a:\t37 81       \tldd\tr19, Z+7\t; 0x07\n    385c:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n    385e:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3860:\t26 83       \tstd\tZ+6, r18\t; 0x06\n    3862:\t37 83       \tstd\tZ+7, r19\t; 0x07\n    3864:\t14 c0       \trjmp\t.+40     \t; 0x388e <fputc+0x6e>\n    3866:\t8b 01       \tmovw\tr16, r22\n    3868:\tec 01       \tmovw\tr28, r24\n    386a:\tfb 01       \tmovw\tr30, r22\n    386c:\t00 84       \tldd\tr0, Z+8\t; 0x08\n    386e:\tf1 85       \tldd\tr31, Z+9\t; 0x09\n    3870:\te0 2d       \tmov\tr30, r0\n    3872:\t09 95       \ticall\n    3874:\t89 2b       \tor\tr24, r25\n    3876:\te1 f6       \tbrne\t.-72     \t; 0x3830 <fputc+0x10>\n    3878:\td8 01       \tmovw\tr26, r16\n    387a:\t16 96       \tadiw\tr26, 0x06\t; 6\n    387c:\t8d 91       \tld\tr24, X+\n    387e:\t9c 91       \tld\tr25, X\n    3880:\t17 97       \tsbiw\tr26, 0x07\t; 7\n    3882:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3884:\t16 96       \tadiw\tr26, 0x06\t; 6\n    3886:\t8d 93       \tst\tX+, r24\n    3888:\t9c 93       \tst\tX, r25\n    388a:\t17 97       \tsbiw\tr26, 0x07\t; 7\n    388c:\tce 01       \tmovw\tr24, r28\n    388e:\tdf 91       \tpop\tr29\n    3890:\tcf 91       \tpop\tr28\n    3892:\t1f 91       \tpop\tr17\n    3894:\t0f 91       \tpop\tr16\n    3896:\t08 95       \tret\n\n00003898 <__ultoa_invert>:\n    3898:\tfa 01       \tmovw\tr30, r20\n    389a:\taa 27       \teor\tr26, r26\n    389c:\t28 30       \tcpi\tr18, 0x08\t; 8\n    389e:\t51 f1       \tbreq\t.+84     \t; 0x38f4 <__ultoa_invert+0x5c>\n    38a0:\t20 31       \tcpi\tr18, 0x10\t; 16\n    38a2:\t81 f1       \tbreq\t.+96     \t; 0x3904 <__ultoa_invert+0x6c>\n    38a4:\te8 94       \tclt\n    38a6:\t6f 93       \tpush\tr22\n    38a8:\t6e 7f       \tandi\tr22, 0xFE\t; 254\n    38aa:\t6e 5f       \tsubi\tr22, 0xFE\t; 254\n    38ac:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    38ae:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    38b0:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    38b2:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    38b4:\tb1 e0       \tldi\tr27, 0x01\t; 1\n    38b6:\t3e d0       \trcall\t.+124    \t; 0x3934 <__ultoa_invert+0x9c>\n    38b8:\tb4 e0       \tldi\tr27, 0x04\t; 4\n    38ba:\t3c d0       \trcall\t.+120    \t; 0x3934 <__ultoa_invert+0x9c>\n    38bc:\t67 0f       \tadd\tr22, r23\n    38be:\t78 1f       \tadc\tr23, r24\n    38c0:\t89 1f       \tadc\tr24, r25\n    38c2:\t9a 1f       \tadc\tr25, r26\n    38c4:\ta1 1d       \tadc\tr26, r1\n    38c6:\t68 0f       \tadd\tr22, r24\n    38c8:\t79 1f       \tadc\tr23, r25\n    38ca:\t8a 1f       \tadc\tr24, r26\n    38cc:\t91 1d       \tadc\tr25, r1\n    38ce:\ta1 1d       \tadc\tr26, r1\n    38d0:\t6a 0f       \tadd\tr22, r26\n    38d2:\t71 1d       \tadc\tr23, r1\n    38d4:\t81 1d       \tadc\tr24, r1\n    38d6:\t91 1d       \tadc\tr25, r1\n    38d8:\ta1 1d       \tadc\tr26, r1\n    38da:\t20 d0       \trcall\t.+64     \t; 0x391c <__ultoa_invert+0x84>\n    38dc:\t09 f4       \tbrne\t.+2      \t; 0x38e0 <__ultoa_invert+0x48>\n    38de:\t68 94       \tset\n    38e0:\t3f 91       \tpop\tr19\n    38e2:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    38e4:\t26 9f       \tmul\tr18, r22\n    38e6:\t11 24       \teor\tr1, r1\n    38e8:\t30 19       \tsub\tr19, r0\n    38ea:\t30 5d       \tsubi\tr19, 0xD0\t; 208\n    38ec:\t31 93       \tst\tZ+, r19\n    38ee:\tde f6       \tbrtc\t.-74     \t; 0x38a6 <__ultoa_invert+0xe>\n    38f0:\tcf 01       \tmovw\tr24, r30\n    38f2:\t08 95       \tret\n    38f4:\t46 2f       \tmov\tr20, r22\n    38f6:\t47 70       \tandi\tr20, 0x07\t; 7\n    38f8:\t40 5d       \tsubi\tr20, 0xD0\t; 208\n    38fa:\t41 93       \tst\tZ+, r20\n    38fc:\tb3 e0       \tldi\tr27, 0x03\t; 3\n    38fe:\t0f d0       \trcall\t.+30     \t; 0x391e <__ultoa_invert+0x86>\n    3900:\tc9 f7       \tbrne\t.-14     \t; 0x38f4 <__ultoa_invert+0x5c>\n    3902:\tf6 cf       \trjmp\t.-20     \t; 0x38f0 <__ultoa_invert+0x58>\n    3904:\t46 2f       \tmov\tr20, r22\n    3906:\t4f 70       \tandi\tr20, 0x0F\t; 15\n    3908:\t40 5d       \tsubi\tr20, 0xD0\t; 208\n    390a:\t4a 33       \tcpi\tr20, 0x3A\t; 58\n    390c:\t18 f0       \tbrcs\t.+6      \t; 0x3914 <__ultoa_invert+0x7c>\n    390e:\t49 5d       \tsubi\tr20, 0xD9\t; 217\n    3910:\t31 fd       \tsbrc\tr19, 1\n    3912:\t40 52       \tsubi\tr20, 0x20\t; 32\n    3914:\t41 93       \tst\tZ+, r20\n    3916:\t02 d0       \trcall\t.+4      \t; 0x391c <__ultoa_invert+0x84>\n    3918:\ta9 f7       \tbrne\t.-22     \t; 0x3904 <__ultoa_invert+0x6c>\n    391a:\tea cf       \trjmp\t.-44     \t; 0x38f0 <__ultoa_invert+0x58>\n    391c:\tb4 e0       \tldi\tr27, 0x04\t; 4\n    391e:\ta6 95       \tlsr\tr26\n    3920:\t97 95       \tror\tr25\n    3922:\t87 95       \tror\tr24\n    3924:\t77 95       \tror\tr23\n    3926:\t67 95       \tror\tr22\n    3928:\tba 95       \tdec\tr27\n    392a:\tc9 f7       \tbrne\t.-14     \t; 0x391e <__ultoa_invert+0x86>\n    392c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    392e:\t61 05       \tcpc\tr22, r1\n    3930:\t71 05       \tcpc\tr23, r1\n    3932:\t08 95       \tret\n    3934:\t9b 01       \tmovw\tr18, r22\n    3936:\tac 01       \tmovw\tr20, r24\n    3938:\t0a 2e       \tmov\tr0, r26\n    393a:\t06 94       \tlsr\tr0\n    393c:\t57 95       \tror\tr21\n    393e:\t47 95       \tror\tr20\n    3940:\t37 95       \tror\tr19\n    3942:\t27 95       \tror\tr18\n    3944:\tba 95       \tdec\tr27\n    3946:\tc9 f7       \tbrne\t.-14     \t; 0x393a <__ultoa_invert+0xa2>\n    3948:\t62 0f       \tadd\tr22, r18\n    394a:\t73 1f       \tadc\tr23, r19\n    394c:\t84 1f       \tadc\tr24, r20\n    394e:\t95 1f       \tadc\tr25, r21\n    3950:\ta0 1d       \tadc\tr26, r0\n    3952:\t08 95       \tret\n\n00003954 <eeprom_read_byte>:\n    3954:\t03 d0       \trcall\t.+6      \t; 0x395c <eeprom_mapen>\n    3956:\t80 81       \tld\tr24, Z\n    3958:\t99 27       \teor\tr25, r25\n    395a:\t08 95       \tret\n\n0000395c <eeprom_mapen>:\n    395c:\tfc 01       \tmovw\tr30, r24\n    395e:\te0 50       \tsubi\tr30, 0x00\t; 0\n    3960:\tfc 4e       \tsbci\tr31, 0xEC\t; 236\n    3962:\t08 95       \tret\n\n00003964 <eeprom_write_byte>:\n    3964:\t26 2f       \tmov\tr18, r22\n\n00003966 <eeprom_write_r18>:\n    3966:\taf 93       \tpush\tr26\n    3968:\tbf 93       \tpush\tr27\n    396a:\te0 e0       \tldi\tr30, 0x00\t; 0\n    396c:\tf0 e1       \tldi\tr31, 0x10\t; 16\n    396e:\t32 81       \tldd\tr19, Z+2\t; 0x02\n    3970:\t31 fd       \tsbrc\tr19, 1\n    3972:\tfd cf       \trjmp\t.-6      \t; 0x396e <eeprom_write_r18+0x8>\n    3974:\tdc 01       \tmovw\tr26, r24\n    3976:\ta0 50       \tsubi\tr26, 0x00\t; 0\n    3978:\tbc 4e       \tsbci\tr27, 0xEC\t; 236\n    397a:\t2c 93       \tst\tX, r18\n    397c:\t2d e9       \tldi\tr18, 0x9D\t; 157\n    397e:\t24 bf       \tout\t0x34, r18\t; 52\n    3980:\t23 e0       \tldi\tr18, 0x03\t; 3\n    3982:\t20 83       \tst\tZ, r18\n    3984:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3986:\tbf 91       \tpop\tr27\n    3988:\taf 91       \tpop\tr26\n    398a:\t08 95       \tret\n\n0000398c <__prologue_saves__>:\n    398c:\t2f 92       \tpush\tr2\n    398e:\t3f 92       \tpush\tr3\n    3990:\t4f 92       \tpush\tr4\n    3992:\t5f 92       \tpush\tr5\n    3994:\t6f 92       \tpush\tr6\n    3996:\t7f 92       \tpush\tr7\n    3998:\t8f 92       \tpush\tr8\n    399a:\t9f 92       \tpush\tr9\n    399c:\taf 92       \tpush\tr10\n    399e:\tbf 92       \tpush\tr11\n    39a0:\tcf 92       \tpush\tr12\n    39a2:\tdf 92       \tpush\tr13\n    39a4:\tef 92       \tpush\tr14\n    39a6:\tff 92       \tpush\tr15\n    39a8:\t0f 93       \tpush\tr16\n    39aa:\t1f 93       \tpush\tr17\n    39ac:\tcf 93       \tpush\tr28\n    39ae:\tdf 93       \tpush\tr29\n    39b0:\tcd b7       \tin\tr28, 0x3d\t; 61\n    39b2:\tde b7       \tin\tr29, 0x3e\t; 62\n    39b4:\tca 1b       \tsub\tr28, r26\n    39b6:\tdb 0b       \tsbc\tr29, r27\n    39b8:\tcd bf       \tout\t0x3d, r28\t; 61\n    39ba:\tde bf       \tout\t0x3e, r29\t; 62\n    39bc:\t09 94       \tijmp\n\n000039be <__epilogue_restores__>:\n    39be:\t2a 88       \tldd\tr2, Y+18\t; 0x12\n    39c0:\t39 88       \tldd\tr3, Y+17\t; 0x11\n    39c2:\t48 88       \tldd\tr4, Y+16\t; 0x10\n    39c4:\t5f 84       \tldd\tr5, Y+15\t; 0x0f\n    39c6:\t6e 84       \tldd\tr6, Y+14\t; 0x0e\n    39c8:\t7d 84       \tldd\tr7, Y+13\t; 0x0d\n    39ca:\t8c 84       \tldd\tr8, Y+12\t; 0x0c\n    39cc:\t9b 84       \tldd\tr9, Y+11\t; 0x0b\n    39ce:\taa 84       \tldd\tr10, Y+10\t; 0x0a\n    39d0:\tb9 84       \tldd\tr11, Y+9\t; 0x09\n    39d2:\tc8 84       \tldd\tr12, Y+8\t; 0x08\n    39d4:\tdf 80       \tldd\tr13, Y+7\t; 0x07\n    39d6:\tee 80       \tldd\tr14, Y+6\t; 0x06\n    39d8:\tfd 80       \tldd\tr15, Y+5\t; 0x05\n    39da:\t0c 81       \tldd\tr16, Y+4\t; 0x04\n    39dc:\t1b 81       \tldd\tr17, Y+3\t; 0x03\n    39de:\taa 81       \tldd\tr26, Y+2\t; 0x02\n    39e0:\tb9 81       \tldd\tr27, Y+1\t; 0x01\n    39e2:\tce 0f       \tadd\tr28, r30\n    39e4:\td1 1d       \tadc\tr29, r1\n    39e6:\tcd bf       \tout\t0x3d, r28\t; 61\n    39e8:\tde bf       \tout\t0x3e, r29\t; 62\n    39ea:\ted 01       \tmovw\tr28, r26\n    39ec:\t08 95       \tret\n\n000039ee <_exit>:\n    39ee:\tf8 94       \tcli\n\n000039f0 <__stop_program>:\n    39f0:\tff cf       \trjmp\t.-2      \t; 0x39f0 <__stop_program>\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/TickTagSoftwareBurst.srec",
    "content": "S01C00005469636B546167536F66747761726542757273742E7372656306\nS11300000C943C000C9459000C9459000C945C081A\nS11300100C9459000C9459000C9444080C94590005\nS11300200C946D080C9459000C9459000C945900CC\nS11300300C9459000C9459000C9459000C945900D8\nS11300400C9459000C9459000C9459000C945900C8\nS11300500C9459000C9459000C9459000C945900B8\nS11300600C9494080C9459000C9459000C94590065\nS11300700C9459000C94590011241FBECFEFCDBF2E\nS1130080DFE3DEBF18E3A0E0B8E3E9EBFEE302C080\nS113009005900D92AA30B107D9F728E3AAE0B8E396\nS11300A001C01D92A534B207E1F70E9447160C94D3\nS11300B0F71C0C940000FC0120816181862F90E0E4\nS11300C0A0E0B0E0DC0199278827B22B2381822BA2\nS11300D02281BC01CD01722B0895E0E0F4E08EEDA5\nS11300E0808387E3809320048FE08093400488E03A\nS11300F0858B0895E0E4F4E080818D7F808389E03E\nS1130100818B0895E0E4F4E0118A80818260808329\nS11301100895E0E0F4E085898160858B08958091FD\nS11301200A3890910B38A0910C38B0910D38019693\nS1130130A11DB11D80930A3890930B38A0930C38FD\nS1130140B0930D38089510920A3810920B3810921B\nS11301500C3810920D38E0E0FAE081E082871182D9\nS113016027EE33E026A337A38083789408952FB72E\nS1130170F89460910A3870910B3880910C38909102\nS11301800D382FBF0895F894E0E0FAE0128610824B\nS11301907894089588E080934504089588E08093D6\nS11301A04604089588E080930504089588E08093C8\nS11301B00604089580E180932604089580E18093E5\nS11301C0250489EF90E00197F1F700C0000008953D\nS11301D00E94C300E0E2F4E0108A118AE0E5F0E056\nS11301E08081897F8260808380818160808388951B\nS11301F008959C01F894E0E4F1E091819111FDCF20\nS11302001092480110924901E0E4F1E091819111CA\nS1130210FDCFC901880F991F880F991FE0E4F1E011\nS11302208287938781E0878391EC9083828378949B\nS11302300895E0E0F6E081E0808388E0828384E64C\nS1130240808783E3848780E18287828581608287D7\nS1130250858180FFFDCF20911006309111064091D9\nS1130260120650911306211531054105510521F45B\nS113027021E030E040E050E01092000660E070E0E1\nS113028080E490E00E940419C901089528ED81607A\nS113029090E024BF8093610080E024BF80936000DD\nS11302A0E0E6F0E0838180FDFDCF089580E2809355\nS11302B02504089580E28093260408958823A9F0F4\nS11302C0E0E2F4E090E29583AFE4B3EC1197F1F748\nS11302D000C000009683813041F0AFE4B3EC119785\nS11302E0F1F700C00000815071F708952F923F92FA\nS11302F04F925F926F927F928F929F92AF92BF9232\nS1130300CF92DF92EF92FF920F931F93CF93DF93DD\nS11303106B017C01C00ED11EE21EF31EE1E0CE167D\nS1130320D104E2E0EE06F10408F048C0611571055D\nS1130330E1E08E07910510F0C1E501C0C0E5480178\nS113034059011A016B017C018C2F0E94EC07182FB4\nS11303508823A9F18D2D0E941D08182F882379F177\nS11303608C2D0E941D08182F882349F18C2F0E9480\nS1130370DA07182F882319F181E0881A9108A10857\nS1130380B10891F0E101412C512C320181E00E942D\nS1130390FD078993EFEF4E1A5E0A6E0A7E0A48142F\nS11303A059046A047B0490F3E101C80DD91D80E06F\nS11303B00E94FD0788830E943B0801C010E0812F42\nS11303C0DF91CF911F910F91FF90EF90DF90CF902D\nS11303D0BF90AF909F908F907F906F905F904F9061\nS11303E03F902F9008950F931F93CF93DF931F9205\nS11303F0CDB7DEB7198201E010E020E030E0AE01B5\nS11304004F5F5F4F60E070E0CB010E94760191E0A6\nS113041089270F90DF91CF911F910F9108952F920B\nS11304203F924F925F926F927F928F929F92AF9280\nS1130430BF92CF92DF92EF92FF920F931F93CF93CD\nS1130440DF93CDB7DEB72A97CDBFDEBF2B013C01CA\nS11304506A0148015901DC01CB01800F911FA21FE1\nS1130460B31F0197A240B10508F0B1C081149104F3\nS1130470A104B10409F4ADC000E717E10E831F83A2\nS113048019821A821B821C82212C3324339403C0C8\nS113049018851111A0C0C20199277101E81AF90A3F\nS11304A021E0E216F20650F031E083169306A1042F\nS11304B0B10480F4740101E0088710C0C701A0E012\nS11304C0B0E088159905AA05BB0538F0740111E060\nS11304D0188704C01886710101C01886411451049C\nS11304E021E06206710410F081E501C080E50E94FC\nS11304F0EC07882309F474C0852D0E941D08882305\nS113050009F46EC0842D0E941D088D83882309F48C\nS113051064C0E114F104D9F009811A810C0D1D1D88\nS113052009871A8709811A810E0D1F1D0C0D1D1DC7\nS1130530E985FA858191E987FA870E941D08882355\nS113054009F44EC029853A852017310789F70E949E\nS11305503B0883EC99E00197F1F700C0000008EC38\nS113056010E009871A870E94F301882379F081EE4D\nS113057094E00197F1F700C0000009851A85015045\nS1130580110909871A87012B71F729C0A70160E0B7\nS113059070E0841A950AA60AB70A440E551E661E10\nS11305A0771E09811A812B813C81040F151F261F98\nS11305B0371F09831A832B833C830E811F810150CB\nS11305C011090E831F83012B09F062CF09C080E05B\nS11305D007C080E005C08D8103C08D8101C080E02B\nS11305E02A96CDBFDEBFDF91CF911F910F91FF906F\nS11305F0EF90DF90CF90BF90AF909F908F907F90BF\nS11306006F905F904F903F902F900895FC019081E0\nS1130610990F9056292F220F220F920F218180EDDE\nS1130620820F890F0895FC019081992371F0DF01F5\nS11306301196908321E030E0691302C020E030E09D\nS1130640E20FF31F9D919111F4CF108208958F92C0\nS11306509F92AF92BF92CF92DF92EF92FF927C0172\nS11306606EE20E941303C7010E947D196B017C0195\nS113067020E432E44FE050E00E94041949015A0199\nS113068060E472E48FE090E00E94F418A701960100\nS1130690261B370B480B590BCA01B90126E030E081\nS11306A040E050E00E94261969017A01A5019401F5\nS11306B060EA76E881E090E00E94F4186C0D7D1DFC\nS11306C08E1D9F1DFF90EF90DF90CF90BF90AF9055\nS11306D09F908F9008954F925F926F927F928F9226\nS11306E09F92AF92BF92CF92DF92EF92FF92CF93FD\nS11306F0DF93CDB7DEB7E897CDBFDEBFFC01892B12\nS113070009F4F1C16581603509F4F1C1C62ED12C1B\nS113071020E3C21A28EFD20A4280842C912CA12C07\nS1130720B12C208130E0A0E1BEE00E9445196D8328\nS11307307E838F839887218130E0ACE3B0E00E9410\nS1130740451969877A878B879C872381422E512C90\nS1130750612C712C4481423028F419821A821B8244\nS11307601C8208C06FE170E080E090E069837A83C6\nS11307708B839C834330D0F19601329522952F7060\nS113078023273F702327AEE3BAE00E94451920E9EE\nS113079031E0DC01A29FC001A39F900DB29F900D98\nS11307A01124C816D90639F1960136952795369540\nS11307B02795ABE7B4E10E9445199695879554E6D1\nS11307C0589F9001599F300D1124C216D306E1F0B1\nS11307D0C60183709927892B01F16CE170E080E0F8\nS11307E090E0698B7A8B8B8B9C8B1FC0198A1A8A39\nS11307F01B8A1C8A1AC08DE190E0A0E0B0E0898BCE\nS11308009A8BAB8BBC8B11C06CE170E080E090E004\nS1130810698B7A8B8B8B9C8B08C08DE190E0A0E078\nS1130820B0E0898B9A8BAB8BBC8B443028F41D8A47\nS11308301E8A1F8A188E08C06FE170E080E090E085\nS11308406D8B7E8B8F8B988F453028F4198E1A8E82\nS11308501B8E1C8E08C08EE190E0A0E0B0E0898F72\nS11308609A8FAB8FBC8F463028F41D8E1E8E1F8E40\nS113087018A208C06FE170E080E090E06D8F7E8F79\nS11308808F8F98A3473028F419A21AA21BA21CA286\nS113089008C08EE190E0A0E0B0E089A39AA3ABA3E6\nS11308A0BCA3483028F41DA21EA21FA218A608C08B\nS11308B06FE170E080E090E06DA37EA38FA398A722\nS11308C0493028F419A61AA61BA61CA608C08FE155\nS11308D090E0A0E0B0E089A79AA7ABA7BCA74A30F4\nS11308E028F41DA61EA61FA618AA08C06EE170E073\nS11308F080E090E06DA77EA78FA798AB4B3028F4DB\nS113090019AA1AAA1BAA1CAA08C08FE190E0A0E0A9\nS1130910B0E089AB9AABABABBCAB4C3028F41DAAAE\nS11309201EAA1FAA18AE08C02EE130E040E050E035\nS11309302DAB3EAB4FAB58AFE12CF12CD701C60128\nS1130940815B9740A109B109AC01BD01769567951A\nS11309505795479576956795579547954D875E8743\nS11309606F87788BC701B60161547640810991097C\nS113097020E931E040E050E00E9404198D859E8515\nS1130980AF85B889820F931FA41FB51F840D951DD1\nS1130990A61DB71D29813A814B815C81820F931F6B\nS11309A0A41FB51F49895A896B897C89840F951FB7\nS11309B0A61FB71F2D893E894F89588D820F931F1B\nS11309C0A41FB51F498D5A8D6B8D7C8D840F951F87\nS11309D0A61FB71F2D8D3E8D4F8D58A1820F931FDB\nS11309E0A41FB51F49A15AA16BA17CA1840F951F17\nS11309F0A61FB71F2DA13EA14FA158A5820F931F7B\nS1130A00A41FB51F49A55AA56BA57CA5840F951FE6\nS1130A10A61FB71F2DA53EA54FA558A9820F931F4A\nS1130A20A41FB51F49A95AA96BA97CA9840F951FB6\nS1130A30A61FB71F2DA93EA94FA958AD280F391FCE\nS1130A404A1F5B1F60E871E581E090E00E94F418A2\nS1130A5069837A838B839C83D501C4018058904A2F\nS1130A60AF4FB6474D805E806F807884480E591E24\nS1130A706A1E7B1E89849A84AB84BC84840C951C76\nS1130A80A61CB71CA701960160E873E381EE91E010\nS1130A900E94F418860E971EA81EB91EC701B6013F\nS1130AA06D5677408109910924E630E040E050E03A\nS1130AB00E94041960E871E581E090E00E94F41856\nS1130AC0A5019401261B370B480B590BDA01C90108\nS1130AD029813A814B815C81280F391F4A1F5B1F92\nS1130AE0CA01B90107C060E070E0CB0103C060E057\nS1130AF070E0CB01E896CDBFDEBFDF91CF91FF90D0\nS1130B00EF90DF90CF90BF90AF909F908F907F90A9\nS1130B106F905F904F9008952F923F924F925F9203\nS1130B206F927F928F929F92AF92BF92CF92DF92F9\nS1130B30EF92FF920F931F93CF93DF93CDB7DEB75E\nS1130B40A197CDBFDEBFFC019E012F5F3F4F80E226\nS1130B50D9011D928A95E9F76115710509F469C1F6\nS1130B609081992309F465C149A36B018F010F5F3B\nS1130B701F4F80E0312C79016894222425F8442EFB\nS1130B80512C5201F3E0AF0EB11C420124E0820E5D\nS1130B90911C320135E0630E711CA6E04A0E511C13\nS1130BA0943209F441C19C3209F026C13394B2E075\nS1130BB03B1221C0F601108211821282F7010190CA\nS1130BC00020E9F73197EE19FF09369708F40DC1B3\nS1130BD0C7010E940603D6018C93CE0103960E949E\nS1130BE00603F6018183CE0105960E940603D60111\nS1130BF012968C93FAC0832D90E08A159B05A1F47C\nS1130C00F60116821782108611868981882309F4D9\nS1130C10ECC0C7010E942703D60116966D937D93FD\nS1130C208D939C931997E1C08815990501F5F701F7\nS1130C3001900020E9F7CF0102978E159F0509F076\nS1130C40D4C089818F7D833509F0CFC0F6018681B8\nS1130C509781A085B185B095A095909581959F4F7A\nS1130C60AF4FBF4F86839783A087B187BEC08615D9\nS1130C709705A1F4D6011A961D921D921D921C92FD\nS1130C801D978981882309F4B0C0C7010E942703F6\nS1130C90F6016287738784879587A7C084159505B5\nS1130CA001F5F70101900020E9F7CF0102978E15B5\nS1130CB09F0509F09AC089818F7D873509F095C019\nS1130CC0F60182859385A485B585B095A095909508\nS1130CD081959F4FAF4FBF4F82879387A487B58776\nS1130CE084C0F7E03F1210C029A121117EC0D601B3\nS1130CF01E961C921E9789818153823008F075C01C\nS1130D00E1E01E96EC9371C0F9E03F1244C029A1C2\nS1130D1021116BC0D60151961C928981882309F454\nS1130D2064C06EE270E0C7010E94AB19009709F439\nS1130D305CC0FC0101900020E9F731979F01281B5A\nS1130D40390BC9012230310508F44FC0F701019075\nS1130D500020E9F73197EE19FF099F012E5F3F4FFD\nS1130D602817390748F0A2E0B0E0A81BB90BEE0D34\nS1130D70FF1DEA0FFB1F10826EE2C7010E941303DE\nS1130D80C7010E945F198F3F910511F00CF08FEF9E\nS1130D90F601818B2AC0FAE03F1227C029A1213035\nS1130DA021F5D60113961C92139714961C9214974E\nS1130DB015961C92F70101900020E9F73197EE197E\nS1130DC0FF09369790F0C7010E940603F60183835A\nS1130DD0CE0103960E940603D60114968C93CE018D\nS1130DE005960E940603F6018583D701E22D1D9224\nS1130DF0EA95E9F780E018C09A3289F4F9A1F13054\nS1130E00C1F4D6011E961C928981882391F0813405\nS1130E1011F0843471F481E0F60186870AC0F70189\nS1130E20E80FF11D90838F5FD8019D918D01911181\nS1130E30B7CEA196CDBFDEBFDF91CF911F910F91A9\nS1130E40FF90EF90DF90CF90BF90AF909F908F90E6\nS1130E507F906F905F904F903F902F9008950F93E5\nS1130E601F93CF938C0128EB3BE044EBB8018AE05D\nS1130E700E945818C82F882309F466C064E270E001\nS1130E80C8010E94AB19009771F3FC010190002086\nS1130E90E9F73197E81BF90B399728F3FC01208116\nS1130EA0243209F721812035F1F622812D34D9F637\nS1130EB023812435C1F624812B34A9F625812033DE\nS1130EC091F62681213379F68781803361F680910A\nS1130ED001388F93809100388F930E94D3190F901B\nS1130EE00F9028EB3BE044EBB8018AE00E945818CD\nS1130EF0C82F882349F164E270E0C8010E94AB194D\nS1130F00FC01009771F3DC010D900020E9F71197C3\nS1130F10A81BB90B199728F38081843211F78181BA\nS1130F208035F9F682818D34E1F683818435C9F602\nS1130F3084818B34B1F68581803399F68681803340\nS1130F4081F68781813369F68C2FCF911F910F91A0\nS1130F500895E0EAF8E0168283E083838481886060\nS1130F6084838581816085838581806C85830895F0\nS1130F7088E893E1E0EAF8E02581222344F023E0C5\nS1130F802A95F1F700000197B9F780E0089581E010\nS1130F90089588E893E1E0EAF8E0258126FD08C099\nS1130FA023E02A95F1F700000197B9F780E008954E\nS1130FB081E008959091A5089370933059F0E0EA88\nS1130FC0F8E094819B7F9483880F816087830E94DB\nS1130FD0B807089580E008959091A5089370933020\nS1130FE051F0E0EAF8E094819B7F9483880F878333\nS1130FF00E94C907089580E00895CF939091A508B1\nS113100093709230A9F4C82F0E94B807882391F0F6\nS11310108091A808CC2331F0E0EAF8E094819B7F2A\nS1131020948309C0E0EAF8E094819460948303C057\nS113103080E001C080E0CF9108959091A50893705D\nS11310409230A9F48093A80828E833E1E0EAF8E0B4\nS11310508581958190718074892B59F483E08A95F8\nS1131060F1F700002150310999F780E0089580E0FC\nS1131070089581E00895E0EAF8E08481846084833F\nS113108084818360848308951F920F920FB60F9218\nS113109011248F93EF93FF9381E080931D38E0E058\nS11310A0F4E0818580628187FF91EF918F910F90A9\nS11310B00FBE0F901F9018951F920F920FB60F92AC\nS11310C011248F9381E080931B38809343018F9187\nS11310D00F900FBE0F901F9018951F920F920FB68E\nS11310E00F9211242F933F934F935F936F937F93AA\nS11310F08F939F93AF93BF93EF93FF930E948F00BF\nS113110081E080930B0AFF91EF91BF91AF919F9182\nS11311108F917F916F915F914F913F912F910F909C\nS11311200FBE0F901F9018951F920F920FB60F923B\nS113113011248F93EF93FF9381E080931C38E0E4B4\nS1131140F4E0818582608187FF91EF918F910F9008\nS11311500FBE0F901F9018950E94F9000E94E8009E\nS113116010924001089520912E3830912F388091AB\nS11311700738909108382817390730F081E02B3967\nS1131180304118F480E0089581E00895CF92DF9211\nS1131190EF92FF920F931F93CF93DF9340912238E6\nS11311A0C091213830912438009123386091173848\nS11311B0709118388091193890911A38311107C0FC\nS11311C0011105C0473119F4CB3309F446C0611548\nS11311D071058105910509F442C02CE3D0E0249FF8\nS11311E0C00DD11D112410E0239F000D111D1124E9\nS11311F02CE330E040E050E00E940419CA01B90138\nS113120020EA35E040E050E00E940419C017D107FD\nS113121090F46E01E12CF12C6C157D058E059F0573\nS113122000F120E030E041E0601771078207930786\nS1131230D8F040E019C06E01E12CF12C6C157D054D\nS11312408E059F0580F420E030E041E060177107CF\nS11312508207930748F040E007C040E005C040E043\nS113126003C040E001C041E0842FDF91CF911F9182\nS11312700F91FF90EF90DF90CF900895CF9382E18C\nS113128090E00E94AA1CC82F83E190E00E94AA1C4F\nS11312902C2F30E0322F2227282BC901885B9B405A\nS11312A0833E944018F4822F932F02C084EE9CE076\nS11312B0CF910895CF9384E190E00E94AA1CC82F97\nS11312C085E190E00E94AA1C2C2F30E0322F2227C7\nS11312D0282BC90101978E3F9F4318F4822F932F27\nS11312E002C08EE190E0CF91089586E190E00E94E3\nS11312F0AA1C96EF980F913F08F08EE10895CF93C2\nS113130087E190E00E94AA1CC82F88E190E00E9427\nS1131310AA1C2C2F30E0322F2227282BC9010A9730\nS1131320853F9F4318F4822F932F02C08AE090E0F8\nS1131330CF91089589E190E00E94AA1C883108F0B9\nS113134080E008958AE190E00E94AA1C8C3308F0A2\nS113135080E008958BE190E00E94AA1C883108F097\nS113136087E108958CE190E00E94AA1C8C3308F078\nS11313708BE308952F923F924F925F926F927F92E8\nS11313808F929F92AF92BF92CF92DF92EF92FF9291\nS11313900F931F93CF93DF93CDB7DEB76697CDBF7F\nS11313A0DEBF809127388F93809126388F93809168\nS11313B029388F93809128388F9380912D381F92EC\nS11313C08F9380912C381F928F9380912B388F9319\nS11313D080912A388F9382EA9AEB9F938F930E948D\nS11313E0D31904E010E020E030E0AE014F5F5F4F1E\nS11313F060E070E0CB010E947601182FCDBFDEBF04\nS1131400882309F4FBC1CE0101960E945B006F871B\nS1131410788B898B9A8B613071058240910508F035\nS1131420ECC104E010E020E030E0AE014F5F5F4F1C\nS113143064E070E080E090E00E947601182F882339\nS113144009F4DCC1CE0101960E945B002B013C0132\nS11314508FEF481658066806780619F4412C512C6B\nS113146032016F85788989899A8960517109810966\nS113147091092AE030E040E050E00E940419B22EC5\nS1131480A32E942E852EC22ED32EE42EF52EC11417\nS1131490D104E104F10459F0C301B201A70196019A\nS11314A00E940419722E632E542E452E04C0712CF2\nS11314B0612C512C412C04E010E020E030E0AE011E\nS11314C04F5F5F4F6AE070E080E090E00E94760139\nS11314D0182F882309F492C1CE0101960E945B0063\nS11314E06F3FAFEF7A078A079A0719F460E070E05C\nS11314F0CB01C114D104E104F10429F0A701960140\nS11315000E94041904C020E030E040E050E05F9302\nS11315104F933F932F934F925F926F927F928F924C\nS11315209F92AF92BF9282ED9AEB9F938F930E940A\nS1131530D31986E09BEB9F938F930E94D319CDBF61\nS1131540DEBFC12CD12C76016894C4F8CB8ADC8A26\nS1131550ED8AFE8AC12CD12C7601C394CB86DC861D\nS1131560ED86FE860F2EF2E22F2EFBEB3F2EF02DA2\nS113157009C04B8B5C8B6D8B7E8B04C04B8B5C8B5F\nS11315806D8B7E8B0AE010E020E030E0AE014F5F0F\nS11315905F4F6B897C898D899E890E947601182F03\nS11315A0882309F42BC14C81898190E0A0E0B0E04C\nS11315B04C015D01072E71E1880C991CAA1CBB1C0F\nS11315C07A95D1F7702D9A81892F90E0A0E0B0E050\nS11315D0072E79E0880F991FAA1FBB1F7A95D1F7B0\nS11315E0702D88299929AA29BB29CB80D12CE12CDB\nS11315F0F12CCC0CDD1CEE1CFF1C8C299D29AE2982\nS1131600BF29842E912CA12CB12C689416F8B69481\nS1131610A794979487941694D1F7882A992AAA2A8A\nS1131620BB2A20E4821A24E5920A29E8A20AB10816\nS11316302F818D8190E0A0E0B0E02C013D01032ECC\nS11316403BE0440C551C661C771C3A95D1F7302DB1\nS11316508E8190E0A0E0B0E0880F991FAA1FBB1F05\nS1131660880F991FAA1FBB1F880F991FAA1FBB1F92\nS113167084299529A629B7294F7750E060E070E0C6\nS1131680032E33E1440F551F661F771F3A95D1F798\nS1131690302D842B952BA62BB72B422E512C612C4D\nS11316A0712C689414F8769467945794479416941C\nS11316B0D1F7482A592A6A2A7B2A30E8431A38EA99\nS11316C0530A32E1630A31E0730A2F718885C984B1\nS11316D0D12CE12CF12CFE2CED2CDC2CCC24E82A92\nS11316E08A85C82AF22AC301B20177203CF466270E\nS11316F07727CB01641975098609970920EA36E82A\nS113170041E050E00E9426199F938F937F936F933B\nS1131710C301B20120EA36E841E050E00E942619F4\nS11317205F934F933F932F93C501B401BB203CF4C7\nS113173066277727CB01681979098A099B0920EA6A\nS113174036E841E050E00E9426199F938F937F93DF\nS11317506F93C501B40120EA36E841E050E00E94ED\nS113176026195F934F933F932F9386E1C81A8EEB0C\nS1131770D80A88E8E80A8FE9F80AFF92EF92DF9224\nS1131780CF929E859F93AD85AF93BC85BF93CB8449\nS1131790CF923F922F920E94D3194B895C896D8915\nS11317A07E89465F5F4F6F4F7F4F8B899C89AD89E0\nS11317B0BE894496A11DB11DCDBFDEBFCF84D8889C\nS11317C0E988FA88C816D906EA06FB06B8F08B85BC\nS11317D09C85AD85BE850196A11DB11D8B879C8717\nS11317E0AD87BE87893C9105A105B10508F4C1CE3A\nS11317F08091080485FDC2CE01C010E0812F669659\nS1131800CDBFDEBFDF91CF911F910F91FF90EF907D\nS1131810DF90CF90BF90AF909F908F907F906F900C\nS11318205F904F903F902F90089580E49BEB9F939F\nS11318308F930E94D3190E94BA090F900F908111BF\nS113184008C081E59BEB9F938F930E94D3190F905F\nS11318500F9089E59BEB9F938F930E94D3190F9070\nS11318600F9008952F923F924F925F926F927F92C2\nS11318708F929F92AF92BF92CF92DF92EF92FF929C\nS11318800F931F93CF93DF93CDB7DEB7AC97CDBF44\nS1131890DEBF0E94111885E00E945E010E94DE00F6\nS11318A00E94A90781E08093093888E69BEB9F9307\nS11318B08F930E94D3190E94150C0F900F900F2E36\nS11318C0612CF1E17F2EF02D0F2EF9E74F2EFBEB6B\nS11318D05F2EF02D0F2EFFE92F2EFBEB3F2EF02D68\nS11318E00F2EFAE38F2EFCEB9F2EF02D0F2EFAE530\nS11318F0EF2EFCEBFF2EF02D0F2EF0E9AF2EFCEBBC\nS1131900BF2EF02D0F2EFAECCF2EFCEBDF2EF02D98\nS1131910F30124859385838130911F381F923F936F\nS113192030912F383F9330912E383F931F922F934D\nS11319301F929F931F928F931F928AEC8F935F92B3\nS11319404F920E94D31980911E381F928F938091D9\nS113195020381F928F93809103388F93809102389F\nS11319608F93809104381F928F93809106388F93C0\nS1131970809105388F93809108388F938091073830\nS11319808F933F922F920E94D31980912438CDBF18\nS1131990DEBF811115C090912338911111C090912F\nS11319A02238973169F4909121389B3349F48EE2BF\nS11319B09CEB9F938F930E94D3190F900F9014C0A8\nS11319C0909121381F929F93909122381F929F9358\nS11319D0909123381F929F931F928F939F928F927F\nS11319E00E94D319CDBFDEBFFF92EF920E94D3199C\nS11319F0BF92AF920E94D319DF92CF920E94D31963\nS1131A0020E43CE940E2BE016F5F7F4F8DE00E941D\nS1131A1058180F900F900F900F900F900F90811106\nS1131A2009C082E19DEB9F938F930E94D3190F907D\nS1131A300F907AC38981803319F40E94150C68CF02\nS1131A40813309F06AC08FEF89A38AA38BA38CA387\nS1131A508EE49DEB9F938F930E94D31904E010E0D2\nS1131A6020E030E0AE014F5D5F4F60E070E0CB01FD\nS1131A700E940F020F900F90811108C083E59DEB27\nS1131A809F938F930E94D3190F900F9004E010E05E\nS1131A9020E030E0AE014F5D5F4F64E070E080E035\nS1131AA090E00E940F02811108C023E53DEB3F93B3\nS1131AB02F930E94D3190F900F9004E010E020E0C0\nS1131AC030E0AE014F5D5F4F6AE070E080E090E08F\nS1131AD00E940F02811108C0E3E5FDEBFF93EF9331\nS1131AE00E94D3190F900F9010922D3810922C3819\nS1131AF010922A3810922B381092283810922938D4\nS1131B0010922638109227388BE59DEB9F938F9384\nS1131B100E94D3190F900F90FBCE823309F069C055\nS1131B2080E18F938AE98F938BE08F9388EB8F9377\nS1131B3082E69DEB9F938F930E94D31920E63AEEA1\nS1131B4040E2BE016F5F7F4F8DE00E9458180F90F6\nS1131B500F900F900F900F900F90811109C087E79D\nS1131B609DEB9F938F930E94D3190F900F90DCC22B\nS1131B70CE0101960E945F198DA3082F192FC80169\nS1131B80885B9B40833E944048F083E59DEB9F93A4\nS1131B908F930E94D3190F900F90BACE612F82E1D8\nS1131BA090E00E94B21C6DA183E190E00E94B21CFF\nS1131BB087EA91E60197F1F700C000000E943E0910\nS1131BC00817190749F0E3E5FDEBFF93EF930E9433\nS1131BD0D3190F900F909CCE81E89DEB9F938F9328\nS1131BE00E94D31900930738109308380F900F9070\nS1131BF08FCE833309F067C08FE38F938EEF8F937B\nS1131C001F9281E08F9386E89DEB9F938F930E94B0\nS1131C10D31920E63AEE40E2BE016F5F7F4F8DE0BC\nS1131C200E9458180F900F900F900F900F900F90E4\nS1131C30811109C087E79DEB9F938F930E94D3196D\nS1131C400F900F9071C2CE0101960E945F198DA36F\nS1131C50082F192FC80101978E3F9F4348F023E5B1\nS1131C603DEB3F932F930E94D3190F900F9050CECA\nS1131C70612F84E190E00E94B21C6DA185E190E0A7\nS1131C800E94B21CE7EAF1E63197F1F700C00000C8\nS1131C900E945A090817190749F023E53DEB3F93C1\nS1131CA02F930E94D3190F900F9032CEE1E8FDEBF1\nS1131CB0FF93EF930E94D3190093053810930638CD\nS1131CC00F900F9025CE843309F067C01F928AEFDE\nS1131CD08F931F928AE08F938BEB9DEB9F938F934F\nS1131CE00E94D3191F9289E08F938BED9DEB9F93F4\nS1131CF08F930E94D31920E63AEE40E2BE016F5F53\nS1131D007F4F8DE00E945818CDBFDEBF811109C0FE\nS1131D1087E79DEB9F938F930E94D3190F900F90A9\nS1131D2003C2CE0101960E945F19082F192F980152\nS1131D302A503109213F310548F023E53DEB3F931B\nS1131D402F930E94D3190F900F90E2CD682F86E154\nS1131D5090E00E94B21CE7EAF1E63197F1F700C087\nS1131D6000000E9475098DA390E00817190749F037\nS1131D7023E53DEB3F932F930E94D3190F900F90CF\nS1131D80C7CDE1E8FDEBFF93EF930E94D3193DA18A\nS1131D90309304380F900F90BBCD853309F067C0A2\nS1131DA08FE38F938EEF8F931F928AE08F9382E05D\nS1131DB09EEB9F938F930E94D31920E63AEE40E264\nS1131DC0BE016F5F7F4F8DE00E9458180F900F90F7\nS1131DD00F900F900F900F90811109C087E79DEB32\nS1131DE09F938F930E94D3190F900F909DC1CE01A2\nS1131DF001960E945F198DA3082F192FC8010A9715\nS1131E00853F9F4348F023E53DEB3F932F930E948A\nS1131E10D3190F900F907CCD612F87E190E00E9441\nS1131E20B21C6DA188E190E00E94B21CE7EAF1E6E1\nS1131E303197F1F700C000000E947F0908171907C5\nS1131E4049F023E53DEB3F932F930E94D3190F9064\nS1131E500F905ECDE1E8FDEBFF93EF930E94D31961\nS1131E6000930238109303380F900F9051CD8633AE\nS1131E7009F0CAC08AE29EEB9F938F930E94D31904\nS1131E8020E63AEE40E2BE016F5F7F4F8DE00E9494\nS1131E9058180F900F90811109C087E79DEB9F930D\nS1131EA08F930E94D3190F900F903EC1CE010196DB\nS1131EB00E945F198C019C013695279536952795CC\nS1131EC0ABE7B4E10E944519969587958DA39EA32F\nS1131ED08831B0F4980136952795369527950E9458\nS1131EE045199695879544E6489F9001499F300D82\nS1131EF01124C801821B930B8FA398A78C3348F03D\nS1131F00E3E5FDEBFF93EF930E94D3190F900F903D\nS1131F10FFCC86E59EEB9F938F930E94D31920E616\nS1131F203AEE40E2BE016F5F7F4F8DE00E94581889\nS1131F300F900F90811109C087E79DEB9F938F93BA\nS1131F400E94D3190F900F90EFC0CE0101960E940A\nS1131F505F19AC019C013695279536952795ABE71B\nS1131F60B4E10E9445199695879589A79AA7883167\nS1131F70C8F49A0136952795369527950E944519F8\nS1131F809695879564E6689F9001699F300D1124AA\nS1131F90CA01821B930B8BA79CA78C3318F40417DC\nS1131FA0150749F4E3E5FDEBFF93EF930E94D31982\nS1131FB00F900F90ADCC6DA189E190E00E94B21C0E\nS1131FC06FA18AE190E00E94B21C69A58BE190E0C8\nS1131FD00E94B21C6BA58CE190E00E94B21C81E8C7\nS1131FE09DEB9F938F930E94D319FDA1F093243806\nS1131FF02FA12093233839A5309322388BA58093C1\nS113200021380F900F9084CC8733A9F48091203825\nS1132010882341F060E08DE190E00E94B21C1092B0\nS1132020203876CC61E08DE190E00E94B21C81E022\nS1132030809320386DCC883309F057C0E3E8FEEB79\nS1132040FF93EF930E94D31920E63AEE40E2BE01DB\nS11320506F5F7F4F8DE00E9458180F900F90811191\nS113206009C087E79DEB9F938F930E94D3190F902C\nS11320700F905AC0CE0101960E945F19082F192FA4\nS11320800B3F110548F083E59DEB9F938F930E94CE\nS1132090D3190F900F903CCC682F8FE190E00E94F1\nS11320A0B21C87EA91E60197F1F700C000008FE1C6\nS11320B090E00E94AA1C8DA390E00817190749F02C\nS11320C0E3E5FDEBFF93EF930E94D3190F900F907C\nS11320D01FCC81E89DEB9F938F930E94D319FDA1A0\nS11320E0F0931E380F900F9013CC8236A9F4809190\nS11320F01F38882341F060E08EE190E00E94B21C1A\nS113210010921F3805CC61E08EE190E00E94B21C71\nS113211081E080931F38FCCB82E19DEB9F938F93EA\nS11321200E94D3190F900F900E94DA0083E294EF7B\nS11321300197F1F700C000000E9449180E943D1861\nS1132140AC96CDBFDEBFDF91CF911F910F91FF9071\nS1132150EF90DF90CF90BF90AF909F908F907F9043\nS11321606F905F904F903F902F9008958091080456\nS113217085FF12C00DC0908595FD0CC0A7EAB1E69D\nS11321801197F1F700C000008150A9F781E008958C\nS113219080E0089580E0089587EA91E60197F1F7D9\nS11321A000C000008DE1E0E0F4E0E5CF4F925F92E3\nS11321B06F927F928F929F92AF92BF92CF92DF9253\nS11321C0FF920F931F93CF93DF93CDB7DEB7629740\nS11321D0CDBFDEBF6C01F62E04E010E020E030E05D\nS11321E0AE014F5F5F4F60E070E0CB010E9476016B\nS11321F0882309F449C1CE0101960E945B004B017A\nS11322005C01DC01CB014097A109B109813F9F4FDB\nS1132210A140B10528F0812C912C5401689484F8D4\nS1132220FF2011F104E010E020E030E0AE014F5F48\nS11322305F4F64E070E080E090E00E9476018823C4\nS113224009F424C1CE0101960E945B006B877C8750\nS11322508D879E876F3F7F4F8F4F9F4F49F41B861B\nS11322601C861D861E8604C01B861C861D861E8633\nS113227004E010E020E030E0AE014F5F5F4F6AE021\nS113228070E080E090E00E947601882309F400C1A8\nS1132290CE0101960E945B006F87788B898B9A8BA5\nS11322A06F3F7F4F8F4F9F4F21F41F86188A198AE3\nS11322B01A8AC6010E946B036A3E51E4750757E708\nS11322C0850750E6950738F0AB01BC014A5E5144DE\nS11322D06747704603C040E050E0BA01D601169645\nS11322E00D911D912D913C911997005C1B4A264735\nS11322F03F4FD901C801072E71E1B695A79597956F\nS113230087957A95D1F7702D8983D901C801072E55\nS113231079E0B695A795979587957A95D1F7702D1D\nS11323208A83D901C801B695A795979587958B831C\nS1132330F60182859385A485B58580589745AD4E71\nS1132340BE4F0795002707952C013D01032E33E16D\nS113235076946794579447943A95D1F7302D04298D\nS11323600C838C019D010F2EFBE036952795179564\nS11323700795FA95D1F7F02D0D838C019D01689492\nS113238012F836952795179507951694D1F70E836D\nS11323908295880F807E872B8F83688759874A8729\nS11323A024013501FAE04F0E511C611C711C21E01F\nS11323B04216510422E06206710408F06BC00AE080\nS11323C010E020E030E0AE014F5F5F4FC501B40183\nS11323D00E940F02882309F45FC079826A825B82BB\nS11323E04C8204E010E020E030E0AE014F5F5F4F2C\nS11323F060E070E0CB010E940F02882309F44EC014\nS1132400FF2011F1D6011F968D919C9150972B8539\nS11324103C854D855E85280F391F411D511DDA010C\nS1132420C901B983AA839B832C8304E010E020E0D4\nS113243030E0AE014F5F5F4F64E070E080E090E019\nS11324400E940F02882361F1D60151968C914F842A\nS1132450588869887A88480E511C611C711C7982DD\nS11324606A825B824C8204E010E020E030E0AE013E\nS11324704F5F5F4F6AE070E080E090E00E940F02DF\nS1132480882381F082E00FC080E00DC080E00BC0A3\nS113249080E009C081E007C080E005C080E003C09F\nS11324A080E001C080E06296CDBFDEBFDF91CF91B6\nS11324B01F910F91FF90DF90CF90BF90AF909F90AE\nS11324C08F907F906F905F904F9008952F923F92DE\nS11324D04F925F926F927F928F929F92AF92BF9230\nS11324E0CF92DF92EF92FF920F931F93CF93DF93DC\nS11324F0CDB7DEB7CB5CD109CDBFDEBF0E94A30050\nS1132500FE01319682E1DF011D928A95E9F7C090C0\nS11325100538D0900638B1E0C553DF4FB883CB5CA3\nS1132520D040E6E0CE16D10428F4C553DF4F18821C\nS1132530CB5CD0400E94DE000E94A9070E94CA0022\nS11325400E94D2000E94F517CE0143960E942F07E5\nS11325508111F1C2F6C2E12C412C512C3201212C03\nS1132560312C0F2EFFE98F2EFEEB9F2EF02DA12C88\nS11325706894BB24B2F808EB1BE024EBAE014D5E7B\nS11325805F4F6AE082E00E949A18882309F419C315\nS11325900E94111864E270E0CE0143960E94AB19C8\nS11325A08C01009709F44EC0FC0101900020E9F76A\nS11325B03197E81BF90B379708F446C0DC011396F2\nS11325C08C911397823599F414968C9114978D34C9\nS11325D009F515968C918334F9F441E0BE016F5FDF\nS11325E07F4FC8010E948C05FF24F3941CC08734DC\nS11325F0A9F4F8018481873499F48581813491F4B4\nS113260040E0BE016F5F7F4FC8010E948C05FF242C\nS1132610F39409C0F12C07C0F12C05C0F12C03C0C0\nS1132620F12C01C0F12C0E94B7001F930F939F93CC\nS11326308F937F936F939F928F920E94D319CDBFF4\nS1132640DEBF03C0F12C01C0F12CF8010190002081\nS1132650E9F73197E01BF10B3297C0F164E270E0C7\nS1132660C80101960E94AB19009781F1FC01019009\nS11326700020E9F73197E81BF90B379738F1DC01B3\nS113268013962C911397223589F414962C91149750\nS11326902D34E1F415962C912334C1F441E0BE01AC\nS11326A06F5F7F4F0E948C05F39410C0273471F440\nS11326B0FC012481273451F42581213439F440E08C\nS11326C0BE016F5F7F4F0E948C05F3940E94B70098\nS11326D028EE33E040E050E00E940419C953DF4F74\nS11326E0288339834A835B83C75CD040DA01C901FC\nS11326F0293731054105510580F02E81203569F4D3\nS1132700298121110AC02A81233038F480912C3880\nS11327108F5F80932C3817E05BC2F6E0CF16D104AC\nS113272060F08D329140A105B10538F080912D38CB\nS11327308F5F80932D3817E04BC232E0F31215C03F\nS1132740CE0101960E946B03672B682B692B69F0FD\nS1132750CE0101960E946B0360931738709318386A\nS11327608093193890931A3817C080911738909134\nS11327701838A0911938B0911A380097A105B105FD\nS113278059F00196A11DB11D809317389093183804\nS1132790A0931938B0931A388F85813009F0C0C0DE\nS11327A02114310431F4C953DF4F28803980C75CC8\nS11327B0D0401091043886E0C816D10408F4C7C18B\nS11327C080912538882309F4D1C18EE190E010E08E\nS11327D0CFC1A0E0B0E0C953DF4F488159816A817D\nS11327E07B81C75CD0404219530961097109841780\nS11327F09507A607B70708F08EC0C953DF4FA88115\nS1132800B981C75CD040A88BB98B809125388823C7\nS113281021F0A0932638B09327381092093880917C\nS11328202038882309F45CC08091123890911338C1\nS1132830A0911438B09115380097A105B105C9F4D9\nS11328408F819885A985BA8580931238909313381F\nS1132850A0931438B09315388B859C85AD85BE85BF\nS113286080930E3890930F38A0931038B09311389A\nS113287037C04F81588569857A85841B950BA60BD3\nS1132880B70BAC01BD013AF444275527BA01481BE4\nS1132890590B6A0B7B0B4C3251406105710504F5F1\nS11328A080910E3890910F38A0911038B091113862\nS11328B04B855C856D857E85841B950BA60BB70BBC\nS11328C0AC01BD013AF444275527BA01481B590B02\nS11328D06A0B7B0B4C325140610571050CF473C1DA\nS11328E0C553DF4F6881CB5CD040CE0101960E9476\nS11328F0D61010922538813009F484C1882309F454\nS113290064C136E0C316D10430F0E39480911E38DC\nS1132910E81608F05CC18FEF481A580A680A780A6A\nS11329200E94C6088823B1F180910938882371F088\nS1132930E0E2F4E080E285839FEFA4E3BCE0915001\nS1132940A040B040E1F700C000008683109209382F\nS11329500E94CE000E9430180E9449180E943D181F\nS11329600E94DA0081E090E00E94F900809117381B\nS113297090911838A0911938B0911A380196A11D78\nS1132980B11D8093173890931838A0931938B093D9\nS11329901A3866C10E94190180932E3890932F38FB\nS11329A08A5E9B40813B944008F0EAC0D5011896AA\nS11329B08C91189785FD0AC0EFE4F3EC3197F1F799\nS11329C000C0000018968C9185FF0DC10E94F51778\nS11329D080911F38811105C080910938882309F43A\nS11329E0CACD0E9456018E81803539F4EFE2F5E7B5\nS11329F03197F1F700C0000006C08BE49DE1019718\nS1132A00F1F700C000000E945A01B5CD0E94CE002B\nS1132A100E9430180E9449180E943D180E94DA0052\nS1132A2014E02FC0CC96A11DB11D8093173890934C\nS1132A301838A0931938B0931A388CE390E00E94A8\nS1132A40F9000EC185E0809330380E94D60081E001\nS1132A5090E00E94F90010921738109218381092E2\nS1132A60193810921A38FCC081E090E00E94F900F5\nS1132A7010921738109218381092193810921A3888\nS1132A80EFC08AEF810F823080F5E0900538F09036\nS1132A900638173039F0E114F10451F4EE24E394CC\nS1132AA0F12C06C00F2EF4E8EF2EF3E0FF2EF02DEC\nS1132AB0C7010E94F9008091173890911838A091AD\nS1132AC01938B0911A380097A105B10509F4C8C0A6\nS1132AD08E0D9F1DA11DB11D80931738909318383A\nS1132AE0A0931938B0931A38BBC0809128389091BC\nS1132AF02938019680932838909329388091173883\nS1132B0090911838A0911938B0911A380097A105FE\nS1132B10B10561F0885A9D4FAF4FBF4F809317386E\nS1132B2090931838A0931938B0931A3888E592E036\nS1132B300E94F90095C096E0C916D10408F00BCDA7\nS1132B407DC0A6E0CA16D10408F47DC05FCF2091F1\nS1132B5005383091063840E050E0C301B2010E94CC\nS1132B600419672B682B692B39F0D5CE89E090E0E6\nS1132B702A89211171C02DCE8A89811169C0CBCED9\nS1132B800E94CE000E9430180E9449180E943D18ED\nS1132B900E94DA0080912A3890912B380196809314\nS1132BA02A3890932B388091173890911838A09137\nS1132BB01938B0911A380097A105B10509F032CF40\nS1132BC03CCF14E005C018E003C014E001C016E0D7\nS1132BD00E94CE000E9430180E9449180E943D189D\nS1132BE00E94DA004ECF0E94CE000E9430180E944C\nS1132BF049180E943D180E94DA000E94B610811103\nS1132C0021CF32CF0E94CE000E9430180E94491872\nS1132C100E943D180E94DA0083E0809330380E94BD\nS1132C20D60081E090E00E94F900109217381092CB\nS1132C3018381092193810921A3812C088EA9EEB8C\nS1132C400E94E91988CC88EA9EEB0E94E919DECE3D\nS1132C50811708F4D2CD5FCE211708F0BACDCDCDBF\nS1132C60C553DF4FCDBFDEBFDF91CF911F910F91D1\nS1132C70FF90EF90DF90CF90BF90AF909F908F9098\nS1132C807F906F905F904F903F902F900895C0E495\nS1132C90D1E00F2EF5E0AF2EF02D6894BB24B2F8EE\nS1132CA0DD24D3946894CC24C1F800E014E0689443\nS1132CB0EE24E6F8FF24F2F818828091303881116E\nS1132CC003C086E00E9446010E94190180932E38B9\nS1132CD090932F3880913038811184C00E946D0008\nS1132CE00E94890083E090E00E94AC080E94E318EF\nS1132CF00E943E0980930738909308380E945A092D\nS1132D0080930538909306380E947509809304389F\nS1132D100E947F0980930238909303380E949A0995\nS1132D20809324380E94A209809323380E94AA0920\nS1132D30809322380E94B209809321388DE190E07B\nS1132D400E94AA1C823018F48093203802C010928A\nS1132D5020388EE190E00E94AA1C823018F48093FF\nS1132D601F3802C010921F388FE190E00E94AA1C05\nS1132D708F3F19F080931E3802C010921E38D092F3\nS1132D80253810921D3810921B3810921738109263\nS1132D9018381092193810921A3810921638109266\nS1132DA01238109213381092143810921538109269\nS1132DB00E3810920F3810921038109211380E9469\nS1132DC0B308882351F0C09230388C2D0E945E01E4\nS1132DD08CE390E00E94F900F5C00E947A00B09262\nS1132DE03038F0C0843009F048C080911D3881111A\nS1132DF005C080911C38882309F4E4C02FED32E229\nS1132E0082E0215030408040E1F700C00000F8012A\nS1132E10808585FF04C0F701808581FDD3C01092B1\nS1132E201D38D092163887E00E945E0120912E381A\nS1132E3030912F38369527953695279536952795D1\nS1132E40ABE7B4E10E944519969587958E50FFED46\nS1132E5022E232E0F15020403040E1F700C00000AF\nS1132E600E945E01D09230380E9482008091023824\nS1132E70909103380E94F900A5C0813009F05FC029\nS1132E800E94B308882389F0C09230380E94D6008B\nS1132E908CE390E00E94F9001092173810921838D1\nS1132EA01092193810921A388DC080911D388823D9\nS1132EB011F10E94B610882389F0A09230380E9444\nS1132EC0D60081E090E00E94F90010921738109229\nS1132ED018381092193810921A3874C081E090E0B2\nS1132EE00E94F9001092173810921838109219386D\nS1132EF010921A3867C00E94C6088823E9F0D0925D\nS1132F00253888E790E00E94F90080911738909165\nS1132F101838A0911938B0911A3888589F4FAF4F7C\nS1132F20BF4F8093173890931838A0931938B093F3\nS1132F301A380E94D60046C00E94661243C08230EE\nS1132F4041F50E94B308882329F088E097E00E94A5\nS1132F50F90038C080911D38882359F00E94B610BA\nS1132F60882339F0A092303881E090E00E94F90083\nS1132F7029C080911638882339F0D092303881E006\nS1132F8090E00E94F9001EC00E947A00B09230388E\nS1132F9019C0833069F480911D38882399F0109208\nS1132FA01D38A092303881E090E00E94F9000AC0F8\nS1132FB0853041F40E94320C1092303881E090E068\nS1132FC00E94F90010921B3810921D3810921C3880\nS1132FD00E94E80071CEE0E0F8E0948195FFFDCF17\nS1132FE08093020880E090E008951092E205A0E04A\nS1132FF0B8E016968C911697806C16968C9316975B\nS1133000E0E2F4E084E085838081846080838081D1\nS1133010877F808381EA91E018968D939C9319971A\nS1133020089581E08093E205A0E0B8E016968C91C3\nS11330301697806C16968C931697E0E0F4E0118A4C\nS1133040128A82E0858380818260808380818B7F85\nS1133050808381EA91E018968D939C931997089543\nS11330608091040888233CF4E0E0F8E080819481B6\nS11330709923E4F3089580E00895E0E0F4E080818A\nS11330808D7F808380818B7F808384E0818B828BA2\nS11330900895E0E0F8E0848186FFFDCF848185FF18\nS11330A0FACFE0E0F8E08481806484831682089596\nS11330B0EF92FF920F931F93CF93DF93182F7B010F\nS11330C0042FE90150E060E070E0C7010E94A419F8\nS11330D00E94301890E0E0E0F8E08481882354F006\nS11330E02197A9EFB0E01197F1F700C000002097F5\nS11330F0A1F718C080818A3069F08D3059F021E041\nS1133100290FD701A90FB11D8C93201710F090E05F\nS113311001C0922F8113E1CFF701E90FF11D108255\nS113312081E001C080E0DF91CF911F910F91FF906A\nS1133130EF900895DF92EF92FF920F931F93CF9336\nS1133140DF93D82EE62EEA01F22E882389F1422F4E\nS113315050E060E070E0CE010E94A4190E94301893\nS113316090E0E0E0F8E08481882364F001501109E4\nS1133170A9EFB0E01197F1F700C0000001151105A7\nS113318091F718C0808121E0290FDE01A90FB11D3C\nS11331908C932F1510F090E001C0922F8E11E3CF85\nS11331A0DA94D110E0CFC90FD11D188281E003C099\nS11331B080E001C080E0DF91CF911F910F91FF90DB\nS11331C0EF90DF900895E1E3F8E38BEE97E18087D9\nS11331D091871286138682E0838314861586E09392\nS11331E04138F09342380895DB018F939F930E94F6\nS11331F05419BF91AF91A29F800D911DA39F900D73\nS1133200B29F900D11240895A1E21A2EAA1BBB1B94\nS1133210FD010DC0AA1FBB1FEE1FFF1FA217B3079E\nS1133220E407F50720F0A21BB30BE40BF50B661FB4\nS1133230771F881F991F1A9469F760957095809578\nS113324090959B01AC01BD01CF010895052E97FB1C\nS11332501EF400940E943D1957FD07D00E940419E2\nS113326007FC03D04EF40C943D19509540953095CD\nS113327021953F4F4F4F5F4F0895909580957095DE\nS113328061957F4F8F4F9F4F0895A29FB001B39FC9\nS1133290C001A39F700D811D1124911DB29F700D5B\nS11332A0811D1124911D08950E944519A59F900D1B\nS11332B0B49F900DA49F800D911D11240895FC01CD\nS11332C088279927E89421912032E9F3293010F0D6\nS11332D02E30C8F32B3241F02D3239F4689404C0F7\nS11332E00E94CB19820F911D219120532A30C0F3E3\nS11332F01EF4909581959F4F08951F93FC01992783\nS11333008827BC01E89411911032E9F3193010F0C8\nS11333101E30C8F31B3251F01D3249F4689406C0C4\nS11333200E94B619610F711D811D911D11911053D9\nS11333301A30B0F33EF490958095709561957F4F67\nS11333408F4F9F4F1F910895DC0101C06D93415031\nS11333505040E0F70895FC018191861721F08823FD\nS1133360D9F7992708953197CF010895592F482FF8\nS1133370372F262F660F771F881F991F660F771F19\nS1133380881F991F620F731F841F951F660F771F75\nS1133390881F991F08957AE0979F902D879F802D0D\nS11333A0910D11240895A0E0B0E0E9EDF9E10C9449\nS11333B0D61CAE014B5F5F4FFA0161917191AF0171\nS11333C080914138909142380E94191AE2E00C949D\nS11333D0EF1C0F931F93CF93DF93E0914138F0914B\nS11333E04238238121FF1BC08C01D0E0C0E0F801EA\nS11333F081918F016091413870914238DB011896B8\nS1133400ED91FC911997882331F00995892B79F373\nS1133410DFEFCFEFECCF8AE00995892B19F08FEF1E\nS11334209FEF02C08D2F9C2FDF91CF911F910F91A1\nS11334300895ABE0B0E0EFE1FAE10C94C61C6C0136\nS11334407B018A01FC0116821782838181FFCCC132\nS1133450CE0101963C01F6019381F70193FD85911C\nS113346093FF81917F01882309F4BAC1853239F42D\nS113347093FD859193FF81917F01853229F4B601F3\nS113348090E00E94101CE7CF912C212C312CFFE1FD\nS1133490F315D8F08B3279F038F4803279F0833236\nS11334A0A1F4232D20611DC08D3261F0803369F4B5\nS11334B0232D216016C0832D8260382EE32DE46015\nS11334C03E2E2AC0F32DF8601DC037FC2DC020ED20\nS11334D0280F2A3040F08E32B9F436FC81C1232DF6\nS11334E02064322E19C036FE06C08AE0989E200D54\nS11334F01124922E11C0EAE02E9E200D1124222EBA\nS1133500F32DF0623F2E08C08C3621F4832D8068A1\nS1133510382E02C0883641F4F70193FD859193FF5C\nS113352081917F018111B3CF982F9F7D9554933062\nS113353028F40C5F1F4F9FE399830DC0833631F04D\nS1133540833771F0833509F059C021C0F8018081B7\nS113355089830E5F1F4F88248394912C530113C0D9\nS11335602801F2E04F0E511CF801A080B18036FE14\nS113357003C0692D70E002C06FEF7FEFC5010E94A8\nS1133580051C4C018201F32DFF773F2E16C0280144\nS113359022E0420E511CF801A080B18036FE03C027\nS11335A0692D70E002C06FEF7FEFC5010E94FA1B26\nS11335B04C01F32DF0683F2E820133FC1BC0822D99\nS11335C090E088169906B0F4B60180E290E00E947B\nS11335D0101C2A94F4CFF50137FC859137FE8191B4\nS11335E05F01B60190E00E94101C21102A9421E092\nS11335F0821A91088114910471F7E8C0843611F09D\nS1133600893641F5F80137FE07C0608171818281F6\nS113361093810C5F1F4F08C060817181072E000CDD\nS1133620880B990B0E5F1F4FF32DFF763F2E97FFEC\nS113363009C090958095709561957F4F8F4F9F4FEE\nS1133640F0683F2E2AE030E0A3010E944C1C882E33\nS1133650861845C0853731F4232D2F7EB22E2AE0FB\nS113366030E025C0932D997FB92E8F36C1F018F420\nS1133670883579F0B5C0803719F0883721F0B0C0AB\nS1133680E92FE061BE2EB4FE0DC0FB2DF460BF2E09\nS113369009C034FE0AC0292F2660B22E06C028E0D5\nS11336A030E005C020E130E002C020E132E0F80162\nS11336B0B7FE07C060817181828193810C5F1F4FC7\nS11336C006C06081718180E090E00E5F1F4FA3010E\nS11336D00E944C1C882E8618FB2DFF773F2E36FE49\nS11336E00DC0232D2E7FA22E891458F434FE0BC056\nS11336F032FC09C0832D8E7EA82E05C0B82CA32CC5\nS113370003C0B82C01C0B92CA4FE0FC0FE01E80D03\nS1133710F11D8081803321F49A2D997EA92E09C050\nS1133720A2FE06C0B394B39404C08A2D867809F02F\nS1133730B394A3FC11C0A0FE06C0B21488F4280CF4\nS1133740922C9B180EC0B21460F4B60180E290E093\nS11337500E94101CB394F7CFB21418F42B1802C0B3\nS1133760982C212CA4FE10C0B60180E390E00E94A6\nS1133770101CA2FE17C0A1FC03C088E790E002C0A1\nS113378088E590E0B6010CC08A2D867859F0A1FE38\nS113379002C08BE201C080E2A7FC8DE2B60190E09A\nS11337A00E94101C891438F4B60180E390E00E9452\nS11337B0101C9A94F7CF8A94F301E80DF11D8081CF\nS11337C0B60190E00E94101C8110F5CF222009F46C\nS11337D042CEB60180E290E00E94101C2A94F6CFFB\nS11337E0F6018681978102C08FEF9FEF2B96E2E16D\nS11337F00C94DF1CFC010590615070400110D8F757\nS1133800809590958E0F9F1F0895FC016150704024\nS113381001900110D8F7809590958E0F9F1F089501\nS11338200F931F93CF93DF93FB01238121FD03C0EB\nS11338308FEF9FEF2CC022FF16C046815781248151\nS113384035814217530744F4A081B1819D012F5F54\nS11338503F4F208331838C93268137812F5F3F4FE5\nS11338602683378314C08B01EC01FB010084F185AE\nS1133870E02D0995892BE1F6D80116968D919C913E\nS11338801797019616968D939C931797CE01DF9107\nS1133890CF911F910F910895FA01AA27283051F171\nS11338A0203181F1E8946F936E7F6E5F7F4F8F4F6D\nS11338B09F4FAF4FB1E03ED0B4E03CD0670F781FCC\nS11338C0891F9A1FA11D680F791F8A1F911DA11DB1\nS11338D06A0F711D811D911DA11D20D009F46894EA\nS11338E03F912AE0269F11243019305D3193DEF692\nS11338F0CF010895462F4770405D4193B3E00FD048\nS1133900C9F7F6CF462F4F70405D4A3318F0495D32\nS113391031FD4052419302D0A9F7EACFB4E0A69515\nS11339209795879577956795BA95C9F70097610537\nS1133930710508959B01AC010A2E0694579547958D\nS113394037952795BA95C9F7620F731F841F951F82\nS1133950A01D089503D0808199270895FC01E050AB\nS1133960FC4E0895262FAF93BF93E0E0F0E132813F\nS113397031FDFDCFDC01A050BC4E2C932DE924BFBA\nS113398023E020830196BF91AF9108952F923F9237\nS11339904F925F926F927F928F929F92AF92BF925B\nS11339A0CF92DF92EF92FF920F931F93CF93DF9307\nS11339B0CDB7DEB7CA1BDB0BCDBFDEBF09942A88A7\nS11339C0398848885F846E847D848C849B84AA842F\nS11339D0B984C884DF80EE80FD800C811B81AA81BC\nS11339E0B981CE0FD11DCDBFDEBFED010895F8948E\nS10539F0FFCF03\nS11339F2245051424155442C572C393630302A3404\nS1133A02420D0A0024504D544B3331342C302C31A6\nS1133A122C302C312C302C302C302C302C302C30BF\nS1133A222C302C302C302C302C302C302C302C30B0\nS1133A322C302A32380D0A0024504D544B33313481\nS1133A422C302C312C302C302C302C302C302C308F\nS1133A522C302C302C302C302C302C302C302C3080\nS1133A622C302C302C302A32390D0A0024504D547B\nS1133A724B3331342C302C302C302C312C302C3034\nS1133A822C302C302C302C302C302C302C302C3050\nS1133A922C302C302C302C302C302A32390D0A00A8\nS1133AA25556733A2025752C20544F733A202575A8\nS1133AB22F25752C204572726F72734F7247463AE6\nS1133AC22025752C20545446463A2025750A0D00AB\nS1133AD246697865733A20256C752C204176672EE9\nS1133AE2205454463A20256C7520732C2041766765\nS1133AF22E2048444F502028783130293A20256C12\nS1133B02750A0D000A0D636F756E742C74696D6508\nS1133B127374616D702C6C61742C6C6F6E0A0D0081\nS1133B22256C752C256C752C256C642E2530356C12\nS1133B32642C256C642E2530356C640A0D002A53DE\nS1133B4254415254204D454D4F52592A0A0D0045B5\nS1133B524D5054590A0D002A454E44204D454D4FAF\nS1133B6252592A0A0D002D2D2D5449434B2D5441EF\nS1133B72472D2D2D0A0D005625752C2049443A2037\nS1133B82253032582D25303258253032582C2025F4\nS1133B92756D562C2025303258620A0D0053455457\nS1133BA254494E47533A0A0D2D204D696E20766FC3\nS1133BB26C746167653A202575206D560A0D2D20B7\nS1133BC24672657175656E63793A20257520730AAC\nS1133BD20D2D204D696E2048444F502028783130F5\nS1133BE2293A2025750A0D2D204163746976617482\nS1133BF2696F6E2064656C61793A20257520730AB9\nS1133C020D2D2047656F66656E63696E673A2025E0\nS1133C12750A0D2D20427572737420647572617475\nS1133C22696F6E3A20257520730A0D002D204E6FA0\nS1133C322074696D650A0D002D2054696D653A2062\nS1133C4225753A25303275202D2025753A253032D6\nS1133C5275205554430A0D000A0D302052656164E3\nS1133C62206D656D6F72790A0D312052657365742A\nS1133C72206D656D6F72790A0D3220536574206D63\nS1133C82696E2E20766F6C746167650A0D003320AD\nS1133C92536574206672657175656E63790A0D34B5\nS1133CA2205365742061636375726163790A0D350B\nS1133CB2205365742061637469766174696F6E2040\nS1133CC264656C61790A0D00362053657420746949\nS1133CD26D65730A0D3720546F67676C65206765DD\nS1133CE26F66656E63696E67204F4E2F4F46460AB4\nS1133CF20D38205365742062757273742064757272\nS1133D026174696F6E0A0D3920457869740A0D0071\nS1133D124279652120536C656570696E6720756E02\nS1133D2274696C2061637469766174696F6E2028AA\nS1133D326279207072657373696E67206275747438\nS1133D426F6E20616761696E290A0D002E2E2E2086\nS1133D52004552524F520A0D00444F4E450A0D007F\nS1133D62456E746572206D56202825752E2E257594\nS1133D72293A0A0D0054494D454F55540A0D004F36\nS1133D824B0A0D00456E74657220475053206672CB\nS1133D92657175656E637920696E207320282575B7\nS1133DA22E2E25752C20312E2E35203D2073746144\nS1133DB2792D6F6E293A0A0D00456E746572206D75\nS1133DC2696E2048444F50207820313020282575D0\nS1133DD22E2E2575293A0A0D0054542074726965F1\nS1133DE27320746F20616368696576652048444F67\nS1133DF2502077697468696E20257520730A0D0056\nS1133E02456E7465722061637469766174696F6E5C\nS1133E122064656C617920696E2073202825752ED3\nS1133E222E2575293A0A0D00456E74657220555483\nS1133E32432074696D6520746F207475726E204F0F\nS1133E424E2028666F726D61743A2048484D4D29A0\nS1133E523A0A0D00456E7465722055544320746904\nS1133E626D6520746F207475726E204F464620284B\nS1133E72666F726D61743A2048484D4D293A0A0DB5\nS1133E8200456E746572206475726174696F6E2088\nS1133E9228302D3235302073293A0A0D00256C75ED\nS1133EA22025730A0D00245051464C502C572C31B6\nS10A3EB22C302A32310D000F\nS10D3EB906BA0A001E1E00E40C0104\nS9030000FC\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/Time.d",
    "content": "Time.d Time.o: .././Time.cpp .././Time.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h\n\n.././Time.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/UART.d",
    "content": "UART.d UART.o: .././UART.cpp .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/main.d",
    "content": "main.d main.o: .././main.cpp .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h \\\n .././EEPROM_CAT24M01.h .././I2C.h .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././Time.h .././HelperFunctions.h .././TestFunctions.h \\\n .././Configuration.h\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n\n.././EEPROM_CAT24M01.h:\n\n.././I2C.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././Time.h:\n\n.././HelperFunctions.h:\n\n.././TestFunctions.h:\n\n.././Configuration.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V202_ATTINY1626/makedep.mk",
    "content": "################################################################################\n# Automatically-generated file. Do not edit or delete the file\n################################################################################\n\nHelperFunctions.cpp\n\nTime.cpp\n\nTickTag.cpp\n\nEEPROM_CAT24M01.cpp\n\nGPS_L70_Light.cpp\n\nI2C.cpp\n\nmain.cpp\n\nTestFunctions.cpp\n\nUART.cpp\n\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/EEPROM_CAT24M01.d",
    "content": "EEPROM_CAT24M01.d EEPROM_CAT24M01.o: .././EEPROM_CAT24M01.cpp \\\n .././EEPROM_CAT24M01.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n .././I2C.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h\n\n.././EEPROM_CAT24M01.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\n.././I2C.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/GPS_L70_Light.d",
    "content": "GPS_L70_Light.d GPS_L70_Light.o: .././GPS_L70_Light.cpp \\\n .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n .././Time.h .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\n.././Time.h:\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/HelperFunctions.d",
    "content": "HelperFunctions.d HelperFunctions.o: .././HelperFunctions.cpp \\\n .././HelperFunctions.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h\n\n.././HelperFunctions.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/I2C.d",
    "content": "I2C.d I2C.o: .././I2C.cpp .././I2C.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h\n\n.././I2C.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/Makefile",
    "content": "################################################################################\n# Automatically-generated file. Do not edit!\n################################################################################\n\nSHELL := cmd.exe\nRM := rm -rf\n\nUSER_OBJS :=\n\nLIBS := \nPROJ := \n\nO_SRCS := \nC_SRCS := \nS_SRCS := \nS_UPPER_SRCS := \nOBJ_SRCS := \nASM_SRCS := \nPREPROCESSING_SRCS := \nOBJS := \nOBJS_AS_ARGS := \nC_DEPS := \nC_DEPS_AS_ARGS := \nEXECUTABLES := \nOUTPUT_FILE_PATH :=\nOUTPUT_FILE_PATH_AS_ARGS :=\nAVR_APP_PATH :=$$$AVR_APP_PATH$$$\nQUOTE := \"\nADDITIONAL_DEPENDENCIES:=\nOUTPUT_FILE_DEP:=\nLIB_DEP:=\nLINKER_SCRIPT_DEP:=\n\n# Every subdirectory with source files must be described here\nSUBDIRS := \n\n\n# Add inputs and outputs from these tool invocations to the build variables \nC_SRCS +=  \\\n../HelperFunctions.cpp \\\n../Time.cpp \\\n../TickTag.cpp \\\n../EEPROM_CAT24M01.cpp \\\n../GPS_L70_Light.cpp \\\n../I2C.cpp \\\n../main.cpp \\\n../TestFunctions.cpp \\\n../UART.cpp\n\n\nPREPROCESSING_SRCS += \n\n\nASM_SRCS += \n\n\nOBJS +=  \\\nHelperFunctions.o \\\nTime.o \\\nTickTag.o \\\nEEPROM_CAT24M01.o \\\nGPS_L70_Light.o \\\nI2C.o \\\nmain.o \\\nTestFunctions.o \\\nUART.o\n\nOBJS_AS_ARGS +=  \\\nHelperFunctions.o \\\nTime.o \\\nTickTag.o \\\nEEPROM_CAT24M01.o \\\nGPS_L70_Light.o \\\nI2C.o \\\nmain.o \\\nTestFunctions.o \\\nUART.o\n\nC_DEPS +=  \\\nHelperFunctions.d \\\nTime.d \\\nTickTag.d \\\nEEPROM_CAT24M01.d \\\nGPS_L70_Light.d \\\nI2C.d \\\nmain.d \\\nTestFunctions.d \\\nUART.d\n\nC_DEPS_AS_ARGS +=  \\\nHelperFunctions.d \\\nTime.d \\\nTickTag.d \\\nEEPROM_CAT24M01.d \\\nGPS_L70_Light.d \\\nI2C.d \\\nmain.d \\\nTestFunctions.d \\\nUART.d\n\nOUTPUT_FILE_PATH +=TickTagSoftwareBurst.elf\n\nOUTPUT_FILE_PATH_AS_ARGS +=TickTagSoftwareBurst.elf\n\nADDITIONAL_DEPENDENCIES:=\n\nOUTPUT_FILE_DEP:= ./makedep.mk\n\nLIB_DEP+= \n\nLINKER_SCRIPT_DEP+= \n\n\n# AVR32/GNU C Compiler\n./HelperFunctions.o: .././HelperFunctions.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./Time.o: .././Time.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./TickTag.o: .././TickTag.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./EEPROM_CAT24M01.o: .././EEPROM_CAT24M01.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./GPS_L70_Light.o: .././GPS_L70_Light.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./I2C.o: .././I2C.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./main.o: .././main.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./TestFunctions.o: .././TestFunctions.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n./UART.o: .././UART.cpp\n\t@echo Building file: $<\n\t@echo Invoking: AVR8/GNU C Compiler : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -DF_CPU=1000000UL  -I\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\"  -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\" -c -MD -MP -MF \"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.d)\" -MT\"$(@:%.o=%.o)\"   -o \"$@\" \"$<\" \n\t@echo Finished building: $<\n\t\n\n\n\n\n# AVR32/GNU Preprocessing Assembler\n\n\n\n# AVR32/GNU Assembler\n\n\n\n\nifneq ($(MAKECMDGOALS),clean)\nifneq ($(strip $(C_DEPS)),)\n-include $(C_DEPS)\nendif\nendif\n\n# Add inputs and outputs from these tool invocations to the build variables \n\n# All Target\nall: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)\n\n$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP) $(LINKER_SCRIPT_DEP)\n\t@echo Building target: $@\n\t@echo Invoking: AVR8/GNU Linker : 5.4.0\n\t$(QUOTE)C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-g++.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map=\"TickTagSoftwareBurst.map\" -Wl,--start-group -Wl,-lm  -Wl,--end-group -Wl,-L\"D:\\Dropbox\\Promotion\\_LIBRARY\\libraries\\BioLoggerLibrarySuperTiny\"  -Wl,--gc-sections -mmcu=attiny1626 -B \"C:\\Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\"  \n\t@echo Finished building target: $@\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -O ihex -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures  \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.hex\"\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -j .eeprom  --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0  --no-change-warnings -O ihex \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.eep\" || exit 0\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objdump.exe\" -h -S \"TickTagSoftwareBurst.elf\" > \"TickTagSoftwareBurst.lss\"\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-objcopy.exe\" -O srec -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.srec\"\n\t\"C:\\Program Files (x86)\\Atmel Studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\bin\\avr-size.exe\" \"TickTagSoftwareBurst.elf\"\n\t\n\t\n\n\n\n\n\n# Other Targets\nclean:\n\t-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)  \n\t-$(RM) $(C_DEPS_AS_ARGS)   \n\trm -rf \"TickTagSoftwareBurst.elf\" \"TickTagSoftwareBurst.a\" \"TickTagSoftwareBurst.hex\" \"TickTagSoftwareBurst.lss\" \"TickTagSoftwareBurst.eep\" \"TickTagSoftwareBurst.map\" \"TickTagSoftwareBurst.srec\" \"TickTagSoftwareBurst.usersignatures\"\n\t"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/TestFunctions.d",
    "content": "TestFunctions.d TestFunctions.o: .././TestFunctions.cpp \\\n .././TestFunctions.h .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h \\\n .././I2C.h .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n .././EEPROM_CAT24M01.h .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././Time.h\n\n.././TestFunctions.h:\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n\n.././I2C.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\n.././EEPROM_CAT24M01.h:\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././Time.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/TickTag.d",
    "content": "TickTag.d TickTag.o: .././TickTag.cpp .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/TickTagSoftwareBurst.eep",
    "content": ":00000001FF\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/TickTagSoftwareBurst.hex",
    "content": ":100000000C943C000C9459000C9459000C945C081E\n:100010000C9459000C9459000C9444080C94590009\n:100020000C946D080C9459000C9459000C945900D0\n:100030000C9459000C9459000C9459000C945900DC\n:100040000C9459000C9459000C9459000C945900CC\n:100050000C9459000C9459000C9459000C945900BC\n:100060000C9494080C9459000C9459000C94590069\n:100070000C9459000C94590011241FBECFEFCDBF32\n:10008000DFE3DEBF18E3A0E0B8E3E9EBFEE302C084\n:1000900005900D92AA30B107D9F728E3AAE0B8E39A\n:1000A00001C01D92A534B207E1F70E9447160C94D7\n:1000B000F71C0C940000FC0120816181862F90E0E8\n:1000C000A0E0B0E0DC0199278827B22B2381822BA6\n:1000D0002281BC01CD01722B0895E0E0F4E08EEDA9\n:1000E000808387E3809320048FE08093400488E03E\n:1000F000858B0895E0E4F4E080818D7F808389E042\n:10010000818B0895E0E4F4E0118A8081826080832D\n:100110000895E0E0F4E085898160858B0895809101\n:100120000A3890910B38A0910C38B0910D38019697\n:10013000A11DB11D80930A3890930B38A0930C3801\n:10014000B0930D38089510920A3810920B3810921F\n:100150000C3810920D38E0E0FAE081E082871182DD\n:1001600027EE33E026A337A38083789408952FB732\n:10017000F89460910A3870910B3880910C38909106\n:100180000D382FBF0895F894E0E0FAE0128610824F\n:100190007894089588E080934504089588E08093DA\n:1001A0004604089588E080930504089588E08093CC\n:1001B0000604089580E180932604089580E18093E9\n:1001C000250489EF90E00197F1F700C00000089541\n:1001D0000E94C300E0E2F4E0108A118AE0E5F0E05A\n:1001E0008081897F8260808380818160808388951F\n:1001F00008959C01F894E0E4F1E091819111FDCF24\n:100200001092480110924901E0E4F1E091819111CE\n:10021000FDCFC901880F991F880F991FE0E4F1E015\n:100220008287938781E0878391EC9083828378949F\n:100230000895E0E0F6E081E0808388E0828384E650\n:10024000808783E3848780E18287828581608287DB\n:10025000858180FFFDCF20911006309111064091DD\n:10026000120650911306211531054105510521F45F\n:1002700021E030E040E050E01092000660E070E0E5\n:1002800080E490E00E940419C901089528ED81607E\n:1002900090E024BF8093610080E024BF80936000E1\n:1002A000E0E6F0E0838180FDFDCF089580E2809359\n:1002B0002504089580E28093260408958823A9F0F8\n:1002C000E0E2F4E090E29583AFE4B3EC1197F1F74C\n:1002D00000C000009683813041F0AFE4B3EC119789\n:1002E000F1F700C00000815071F708952F923F92FE\n:1002F0004F925F926F927F928F929F92AF92BF9236\n:10030000CF92DF92EF92FF920F931F93CF93DF93E1\n:100310006B017C01C00ED11EE21EF31EE1E0CE1681\n:10032000D104E2E0EE06F10408F048C06115710561\n:10033000E1E08E07910510F0C1E501C0C0E548017C\n:1003400059011A016B017C018C2F0E94EC07182FB8\n:100350008823A9F18D2D0E941D08182F882379F17B\n:100360008C2D0E941D08182F882349F18C2F0E9484\n:10037000DA07182F882319F181E0881A9108A1085B\n:10038000B10891F0E101412C512C320181E00E9431\n:10039000FD078993EFEF4E1A5E0A6E0A7E0A481433\n:1003A00059046A047B0490F3E101C80DD91D80E073\n:1003B0000E94FD0788830E943B0801C010E0812F46\n:1003C000DF91CF911F910F91FF90EF90DF90CF9031\n:1003D000BF90AF909F908F907F906F905F904F9065\n:1003E0003F902F9008950F931F93CF93DF931F9209\n:1003F000CDB7DEB7198201E010E020E030E0AE01B9\n:100400004F5F5F4F60E070E0CB010E94760191E0AA\n:1004100089270F90DF91CF911F910F9108952F920F\n:100420003F924F925F926F927F928F929F92AF9284\n:10043000BF92CF92DF92EF92FF920F931F93CF93D1\n:10044000DF93CDB7DEB72A97CDBFDEBF2B013C01CE\n:100450006A0148015901DC01CB01800F911FA21FE5\n:10046000B31F0197A240B10508F0B1C081149104F7\n:10047000A104B10409F4ADC000E717E10E831F83A6\n:1004800019821A821B821C82212C3324339403C0CC\n:1004900018851111A0C0C20199277101E81AF90A43\n:1004A00021E0E216F20650F031E083169306A10433\n:1004B000B10480F4740101E0088710C0C701A0E016\n:1004C000B0E088159905AA05BB0538F0740111E064\n:1004D000188704C01886710101C0188641145104A0\n:1004E00021E06206710410F081E501C080E50E9400\n:1004F000EC07882309F474C0852D0E941D08882309\n:1005000009F46EC0842D0E941D088D83882309F490\n:1005100064C0E114F104D9F009811A810C0D1D1D8C\n:1005200009871A8709811A810E0D1F1D0C0D1D1DCB\n:10053000E985FA858191E987FA870E941D08882359\n:1005400009F44EC029853A852017310789F70E94A2\n:100550003B0883EC99E00197F1F700C0000008EC3C\n:1005600010E009871A870E94F301882379F081EE51\n:1005700094E00197F1F700C0000009851A85015049\n:10058000110909871A87012B71F729C0A70160E0BB\n:1005900070E0841A950AA60AB70A440E551E661E14\n:1005A000771E09811A812B813C81040F151F261F9C\n:1005B000371F09831A832B833C830E811F810150CF\n:1005C00011090E831F83012B09F062CF09C080E05F\n:1005D00007C080E005C08D8103C08D8101C080E02F\n:1005E0002A96CDBFDEBFDF91CF911F910F91FF9073\n:1005F000EF90DF90CF90BF90AF909F908F907F90C3\n:100600006F905F904F903F902F900895FC019081E4\n:10061000990F9056292F220F220F920F218180EDE2\n:10062000820F890F0895FC019081992371F0DF01F9\n:100630001196908321E030E0691302C020E030E0A1\n:10064000E20FF31F9D919111F4CF108208958F92C4\n:100650009F92AF92BF92CF92DF92EF92FF927C0176\n:100660006EE20E941303C7010E947D196B017C0199\n:1006700020E432E44FE050E00E94041949015A019D\n:1006800060E472E48FE090E00E94F418A701960104\n:10069000261B370B480B590BCA01B90126E030E085\n:1006A00040E050E00E94261969017A01A5019401F9\n:1006B00060EA76E881E090E00E94F4186C0D7D1D00\n:1006C0008E1D9F1DFF90EF90DF90CF90BF90AF9059\n:1006D0009F908F9008954F925F926F927F928F922A\n:1006E0009F92AF92BF92CF92DF92EF92FF92CF9301\n:1006F000DF93CDB7DEB7E897CDBFDEBFFC01892B16\n:1007000009F4F1C16581603509F4F1C1C62ED12C1F\n:1007100020E3C21A28EFD20A4280842C912CA12C0B\n:10072000B12C208130E0A0E1BEE00E9445196D832C\n:100730007E838F839887218130E0ACE3B0E00E9414\n:10074000451969877A878B879C872381422E512C94\n:10075000612C712C4481423028F419821A821B8248\n:100760001C8208C06FE170E080E090E069837A83CA\n:100770008B839C834330D0F19601329522952F7064\n:1007800023273F702327AEE3BAE00E94451920E9F2\n:1007900031E0DC01A29FC001A39F900DB29F900D9C\n:1007A0001124C816D90639F1960136952795369544\n:1007B0002795ABE7B4E10E9445199695879554E6D5\n:1007C000589F9001599F300D1124C216D306E1F0B5\n:1007D000C60183709927892B01F16CE170E080E0FC\n:1007E00090E0698B7A8B8B8B9C8B1FC0198A1A8A3D\n:1007F0001B8A1C8A1AC08DE190E0A0E0B0E0898BD2\n:100800009A8BAB8BBC8B11C06CE170E080E090E008\n:10081000698B7A8B8B8B9C8B08C08DE190E0A0E07C\n:10082000B0E0898B9A8BAB8BBC8B443028F41D8A4B\n:100830001E8A1F8A188E08C06FE170E080E090E089\n:100840006D8B7E8B8F8B988F453028F4198E1A8E86\n:100850001B8E1C8E08C08EE190E0A0E0B0E0898F76\n:100860009A8FAB8FBC8F463028F41D8E1E8E1F8E44\n:1008700018A208C06FE170E080E090E06D8F7E8F7D\n:100880008F8F98A3473028F419A21AA21BA21CA28A\n:1008900008C08EE190E0A0E0B0E089A39AA3ABA3EA\n:1008A000BCA3483028F41DA21EA21FA218A608C08F\n:1008B0006FE170E080E090E06DA37EA38FA398A726\n:1008C000493028F419A61AA61BA61CA608C08FE159\n:1008D00090E0A0E0B0E089A79AA7ABA7BCA74A30F8\n:1008E00028F41DA61EA61FA618AA08C06EE170E077\n:1008F00080E090E06DA77EA78FA798AB4B3028F4DF\n:1009000019AA1AAA1BAA1CAA08C08FE190E0A0E0AD\n:10091000B0E089AB9AABABABBCAB4C3028F41DAAB2\n:100920001EAA1FAA18AE08C02EE130E040E050E039\n:100930002DAB3EAB4FAB58AFE12CF12CD701C6012C\n:10094000815B9740A109B109AC01BD01769567951E\n:100950005795479576956795579547954D875E8747\n:100960006F87788BC701B601615476408109910980\n:1009700020E931E040E050E00E9404198D859E8519\n:10098000AF85B889820F931FA41FB51F840D951DD5\n:10099000A61DB71D29813A814B815C81820F931F6F\n:1009A000A41FB51F49895A896B897C89840F951FBB\n:1009B000A61FB71F2D893E894F89588D820F931F1F\n:1009C000A41FB51F498D5A8D6B8D7C8D840F951F8B\n:1009D000A61FB71F2D8D3E8D4F8D58A1820F931FDF\n:1009E000A41FB51F49A15AA16BA17CA1840F951F1B\n:1009F000A61FB71F2DA13EA14FA158A5820F931F7F\n:100A0000A41FB51F49A55AA56BA57CA5840F951FEA\n:100A1000A61FB71F2DA53EA54FA558A9820F931F4E\n:100A2000A41FB51F49A95AA96BA97CA9840F951FBA\n:100A3000A61FB71F2DA93EA94FA958AD280F391FD2\n:100A40004A1F5B1F60E871E581E090E00E94F418A6\n:100A500069837A838B839C83D501C4018058904A33\n:100A6000AF4FB6474D805E806F807884480E591E28\n:100A70006A1E7B1E89849A84AB84BC84840C951C7A\n:100A8000A61CB71CA701960160E873E381EE91E014\n:100A90000E94F418860E971EA81EB91EC701B60143\n:100AA0006D5677408109910924E630E040E050E03E\n:100AB0000E94041960E871E581E090E00E94F4185A\n:100AC000A5019401261B370B480B590BDA01C9010C\n:100AD00029813A814B815C81280F391F4A1F5B1F96\n:100AE000CA01B90107C060E070E0CB0103C060E05B\n:100AF00070E0CB01E896CDBFDEBFDF91CF91FF90D4\n:100B0000EF90DF90CF90BF90AF909F908F907F90AD\n:100B10006F905F904F9008952F923F924F925F9207\n:100B20006F927F928F929F92AF92BF92CF92DF92FD\n:100B3000EF92FF920F931F93CF93DF93CDB7DEB762\n:100B4000A197CDBFDEBFFC019E012F5F3F4F80E22A\n:100B5000D9011D928A95E9F76115710509F469C1FA\n:100B60009081992309F465C149A36B018F010F5F3F\n:100B70001F4F80E0312C79016894222425F8442EFF\n:100B8000512C5201F3E0AF0EB11C420124E0820E61\n:100B9000911C320135E0630E711CA6E04A0E511C17\n:100BA000943209F441C19C3209F026C13394B2E079\n:100BB0003B1221C0F601108211821282F7010190CE\n:100BC0000020E9F73197EE19FF09369708F40DC1B7\n:100BD000C7010E940603D6018C93CE0103960E94A2\n:100BE0000603F6018183CE0105960E940603D60115\n:100BF00012968C93FAC0832D90E08A159B05A1F480\n:100C0000F60116821782108611868981882309F4DD\n:100C1000ECC0C7010E942703D60116966D937D9301\n:100C20008D939C931997E1C08815990501F5F701FB\n:100C300001900020E9F7CF0102978E159F0509F07A\n:100C4000D4C089818F7D833509F0CFC0F6018681BC\n:100C50009781A085B185B095A095909581959F4F7E\n:100C6000AF4FBF4F86839783A087B187BEC08615DD\n:100C70009705A1F4D6011A961D921D921D921C9201\n:100C80001D978981882309F4B0C0C7010E942703FA\n:100C9000F6016287738784879587A7C084159505B9\n:100CA00001F5F70101900020E9F7CF0102978E15B9\n:100CB0009F0509F09AC089818F7D873509F095C01D\n:100CC000F60182859385A485B585B095A09590950C\n:100CD00081959F4FAF4FBF4F82879387A487B5877A\n:100CE00084C0F7E03F1210C029A121117EC0D601B7\n:100CF0001E961C921E9789818153823008F075C020\n:100D0000E1E01E96EC9371C0F9E03F1244C029A1C6\n:100D100021116BC0D60151961C928981882309F458\n:100D200064C06EE270E0C7010E94AB19009709F43D\n:100D30005CC0FC0101900020E9F731979F01281B5E\n:100D4000390BC9012230310508F44FC0F701019079\n:100D50000020E9F73197EE19FF099F012E5F3F4F01\n:100D60002817390748F0A2E0B0E0A81BB90BEE0D38\n:100D7000FF1DEA0FFB1F10826EE2C7010E941303E2\n:100D8000C7010E945F198F3F910511F00CF08FEFA2\n:100D9000F601818B2AC0FAE03F1227C029A1213039\n:100DA00021F5D60113961C92139714961C92149752\n:100DB00015961C92F70101900020E9F73197EE1982\n:100DC000FF09369790F0C7010E940603F60183835E\n:100DD000CE0103960E940603D60114968C93CE0191\n:100DE00005960E940603F6018583D701E22D1D9228\n:100DF000EA95E9F780E018C09A3289F4F9A1F13058\n:100E0000C1F4D6011E961C928981882391F0813409\n:100E100011F0843471F481E0F60186870AC0F7018D\n:100E2000E80FF11D90838F5FD8019D918D01911185\n:100E3000B7CEA196CDBFDEBFDF91CF911F910F91AD\n:100E4000FF90EF90DF90CF90BF90AF909F908F90EA\n:100E50007F906F905F904F903F902F9008950F93E9\n:100E60001F93CF938C0128EB3BE044EBB8018AE061\n:100E70000E945818C82F882309F466C064E270E005\n:100E8000C8010E94AB19009771F3FC01019000208A\n:100E9000E9F73197E81BF90B399728F3FC0120811A\n:100EA000243209F721812035F1F622812D34D9F63B\n:100EB00023812435C1F624812B34A9F625812033E2\n:100EC00091F62681213379F68781803361F680910E\n:100ED00001388F93809100388F930E94D3190F901F\n:100EE0000F9028EB3BE044EBB8018AE00E945818D1\n:100EF000C82F882349F164E270E0C8010E94AB1951\n:100F0000FC01009771F3DC010D900020E9F71197C7\n:100F1000A81BB90B199728F38081843211F78181BE\n:100F20008035F9F682818D34E1F683818435C9F606\n:100F300084818B34B1F68581803399F68681803344\n:100F400081F68781813369F68C2FCF911F910F91A4\n:100F50000895E0EAF8E0168283E083838481886064\n:100F600084838581816085838581806C85830895F4\n:100F700088E893E1E0EAF8E02581222344F023E0C9\n:100F80002A95F1F700000197B9F780E0089581E014\n:100F9000089588E893E1E0EAF8E0258126FD08C09D\n:100FA00023E02A95F1F700000197B9F780E0089552\n:100FB00081E008959091A5089370933059F0E0EA8C\n:100FC000F8E094819B7F9483880F816087830E94DF\n:100FD000B807089580E008959091A5089370933024\n:100FE00051F0E0EAF8E094819B7F9483880F878337\n:100FF0000E94C907089580E00895CF939091A508B5\n:1010000093709230A9F4C82F0E94B807882391F0FA\n:101010008091A808CC2331F0E0EAF8E094819B7F2E\n:10102000948309C0E0EAF8E094819460948303C05B\n:1010300080E001C080E0CF9108959091A508937061\n:101040009230A9F48093A80828E833E1E0EAF8E0B8\n:101050008581958190718074892B59F483E08A95FC\n:10106000F1F700002150310999F780E0089580E000\n:10107000089581E00895E0EAF8E084818460848343\n:1010800084818360848308951F920F920FB60F921C\n:1010900011248F93EF93FF9381E080931D38E0E05C\n:1010A000F4E0818580628187FF91EF918F910F90AD\n:1010B0000FBE0F901F9018951F920F920FB60F92B0\n:1010C00011248F9381E080931B38809343018F918B\n:1010D0000F900FBE0F901F9018951F920F920FB692\n:1010E0000F9211242F933F934F935F936F937F93AE\n:1010F0008F939F93AF93BF93EF93FF930E948F00C3\n:1011000081E080930B0AFF91EF91BF91AF919F9186\n:101110008F917F916F915F914F913F912F910F90A0\n:101120000FBE0F901F9018951F920F920FB60F923F\n:1011300011248F93EF93FF9381E080931C38E0E4B8\n:10114000F4E0818582608187FF91EF918F910F900C\n:101150000FBE0F901F9018950E94F9000E94E800A2\n:1011600010924001089520912E3830912F388091AF\n:101170000738909108382817390730F081E02B396B\n:10118000304118F480E0089581E00895CF92DF9215\n:10119000EF92FF920F931F93CF93DF9340912238EA\n:1011A000C09121383091243800912338609117384C\n:1011B000709118388091193890911A38311107C000\n:1011C000011105C0473119F4CB3309F446C061154C\n:1011D00071058105910509F442C02CE3D0E0249FFC\n:1011E000C00DD11D112410E0239F000D111D1124ED\n:1011F0002CE330E040E050E00E940419CA01B9013C\n:1012000020EA35E040E050E00E940419C017D10701\n:1012100090F46E01E12CF12C6C157D058E059F0577\n:1012200000F120E030E041E060177107820793078A\n:10123000D8F040E019C06E01E12CF12C6C157D0551\n:101240008E059F0580F420E030E041E060177107D3\n:101250008207930748F040E007C040E005C040E047\n:1012600003C040E001C041E0842FDF91CF911F9186\n:101270000F91FF90EF90DF90CF900895CF9382E190\n:1012800090E00E94AA1CC82F83E190E00E94AA1C53\n:101290002C2F30E0322F2227282BC901885B9B405E\n:1012A000833E944018F4822F932F02C088EB9BE07A\n:1012B000CF910895CF9384E190E00E94AA1CC82F9B\n:1012C00085E190E00E94AA1C2C2F30E0322F2227CB\n:1012D000282BC90101978E3F9F4318F4822F932F2B\n:1012E00002C08CE390E0CF91089586E190E00E94E7\n:1012F000AA1C96EF980F913F08F08EE10895CF93C6\n:1013000087E190E00E94AA1CC82F88E190E00E942B\n:10131000AA1C2C2F30E0322F2227282BC9010A9734\n:10132000853F9F4318F4822F932F02C088E592E0F7\n:10133000CF91089589E190E00E94AA1C883108F0BD\n:1013400087E108958AE190E00E94AA1C8C3308F09E\n:101350008EE108958BE190E00E94AA1C883108F08C\n:1013600086E008958CE190E00E94AA1C8C3308F07E\n:101370008EE108952F923F924F925F926F927F92EB\n:101380008F929F92AF92BF92CF92DF92EF92FF9295\n:101390000F931F93CF93DF93CDB7DEB76697CDBF83\n:1013A000DEBF809127388F93809126388F9380916C\n:1013B00029388F93809128388F9380912D381F92F0\n:1013C0008F9380912C381F928F9380912B388F931D\n:1013D00080912A388F9382EA9AEB9F938F930E9491\n:1013E000D31904E010E020E030E0AE014F5F5F4F22\n:1013F00060E070E0CB010E947601182FCDBFDEBF08\n:10140000882309F4FBC1CE0101960E945B006F871F\n:10141000788B898B9A8B613071058240910508F039\n:10142000ECC104E010E020E030E0AE014F5F5F4F20\n:1014300064E070E080E090E00E947601182F88233D\n:1014400009F4DCC1CE0101960E945B002B013C0136\n:101450008FEF481658066806780619F4412C512C6F\n:1014600032016F85788989899A896051710981096A\n:1014700091092AE030E040E050E00E940419B22EC9\n:10148000A32E942E852EC22ED32EE42EF52EC1141B\n:10149000D104E104F10459F0C301B201A70196019E\n:1014A0000E940419722E632E542E452E04C0712CF6\n:1014B000612C512C412C04E010E020E030E0AE0122\n:1014C0004F5F5F4F6AE070E080E090E00E9476013D\n:1014D000182F882309F492C1CE0101960E945B0067\n:1014E0006F3FAFEF7A078A079A0719F460E070E060\n:1014F000CB01C114D104E104F10429F0A701960144\n:101500000E94041904C020E030E040E050E05F9306\n:101510004F933F932F934F925F926F927F928F9250\n:101520009F92AF92BF9282ED9AEB9F938F930E940E\n:10153000D31986E09BEB9F938F930E94D319CDBF65\n:10154000DEBFC12CD12C76016894C4F8CB8ADC8A2A\n:10155000ED8AFE8AC12CD12C7601C394CB86DC8621\n:10156000ED86FE860F2EF2E22F2EFBEB3F2EF02DA6\n:1015700009C04B8B5C8B6D8B7E8B04C04B8B5C8B63\n:101580006D8B7E8B0AE010E020E030E0AE014F5F13\n:101590005F4F6B897C898D899E890E947601182F07\n:1015A000882309F42BC14C81898190E0A0E0B0E050\n:1015B0004C015D01072E71E1880C991CAA1CBB1C13\n:1015C0007A95D1F7702D9A81892F90E0A0E0B0E054\n:1015D000072E79E0880F991FAA1FBB1F7A95D1F7B4\n:1015E000702D88299929AA29BB29CB80D12CE12CDF\n:1015F000F12CCC0CDD1CEE1CFF1C8C299D29AE2986\n:10160000BF29842E912CA12CB12C689416F8B69485\n:10161000A794979487941694D1F7882A992AAA2A8E\n:10162000BB2A20E4821A24E5920A29E8A20AB1081A\n:101630002F818D8190E0A0E0B0E02C013D01032ED0\n:101640003BE0440C551C661C771C3A95D1F7302DB5\n:101650008E8190E0A0E0B0E0880F991FAA1FBB1F09\n:10166000880F991FAA1FBB1F880F991FAA1FBB1F96\n:1016700084299529A629B7294F7750E060E070E0CA\n:10168000032E33E1440F551F661F771F3A95D1F79C\n:10169000302D842B952BA62BB72B422E512C612C51\n:1016A000712C689414F87694679457944794169420\n:1016B000D1F7482A592A6A2A7B2A30E8431A38EA9D\n:1016C000530A32E1630A31E0730A2F718885C984B5\n:1016D000D12CE12CF12CFE2CED2CDC2CCC24E82A96\n:1016E0008A85C82AF22AC301B20177203CF4662712\n:1016F0007727CB01641975098609970920EA36E82E\n:1017000041E050E00E9426199F938F937F936F933F\n:10171000C301B20120EA36E841E050E00E942619F8\n:101720005F934F933F932F93C501B401BB203CF4CB\n:1017300066277727CB01681979098A099B0920EA6E\n:1017400036E841E050E00E9426199F938F937F93E3\n:101750006F93C501B40120EA36E841E050E00E94F1\n:1017600026195F934F933F932F9386E1C81A8EEB10\n:10177000D80A88E8E80A8FE9F80AFF92EF92DF9228\n:10178000CF929E859F93AD85AF93BC85BF93CB844D\n:10179000CF923F922F920E94D3194B895C896D8919\n:1017A0007E89465F5F4F6F4F7F4F8B899C89AD89E4\n:1017B000BE894496A11DB11DCDBFDEBFCF84D888A0\n:1017C000E988FA88C816D906EA06FB06B8F08B85C0\n:1017D0009C85AD85BE850196A11DB11D8B879C871B\n:1017E000AD87BE87893C9105A105B10508F4C1CE3E\n:1017F0008091080485FDC2CE01C010E0812F66965D\n:10180000CDBFDEBFDF91CF911F910F91FF90EF9081\n:10181000DF90CF90BF90AF909F908F907F906F9010\n:101820005F904F903F902F90089580E49BEB9F93A3\n:101830008F930E94D3190E94BA090F900F908111C3\n:1018400008C081E59BEB9F938F930E94D3190F9063\n:101850000F9089E59BEB9F938F930E94D3190F9074\n:101860000F9008952F923F924F925F926F927F92C6\n:101870008F929F92AF92BF92CF92DF92EF92FF92A0\n:101880000F931F93CF93DF93CDB7DEB7AC97CDBF48\n:10189000DEBF0E94111885E00E945E010E94DE00FA\n:1018A0000E94A90781E08093093888E69BEB9F930B\n:1018B0008F930E94D3190E94150C0F900F900F2E3A\n:1018C000612CF1E17F2EF02D0F2EF9E74F2EFBEB6F\n:1018D0005F2EF02D0F2EFFE92F2EFBEB3F2EF02D6C\n:1018E0000F2EFAE38F2EFCEB9F2EF02D0F2EFAE534\n:1018F000EF2EFCEBFF2EF02D0F2EF0E9AF2EFCEBC0\n:10190000BF2EF02D0F2EFAECCF2EFCEBDF2EF02D9C\n:10191000F30124859385838130911F381F923F9373\n:1019200030912F383F9330912E383F931F922F9351\n:101930001F929F931F928F931F928BEC8F935F92B6\n:101940004F920E94D31980911E381F928F938091DD\n:1019500020381F928F93809103388F9380910238A3\n:101960008F93809104381F928F93809106388F93C4\n:10197000809105388F93809108388F938091073834\n:101980008F933F922F920E94D31980912438CDBF1C\n:10199000DEBF811115C090912338911111C0909133\n:1019A0002238973169F4909121389B3349F48EE2C3\n:1019B0009CEB9F938F930E94D3190F900F9014C0AC\n:1019C000909121381F929F93909122381F929F935C\n:1019D000909123381F929F931F928F939F928F9283\n:1019E0000E94D319CDBFDEBFFF92EF920E94D319A0\n:1019F000BF92AF920E94D319DF92CF920E94D31967\n:101A000020E43CE940E2BE016F5F7F4F8DE00E9421\n:101A100058180F900F900F900F900F900F9081110A\n:101A200009C082E19DEB9F938F930E94D3190F9081\n:101A30000F907AC38981803319F40E94150C68CF06\n:101A4000813309F06AC08FEF89A38AA38BA38CA38B\n:101A50008EE49DEB9F938F930E94D31904E010E0D6\n:101A600020E030E0AE014F5D5F4F60E070E0CB0101\n:101A70000E940F020F900F90811108C083E59DEB2B\n:101A80009F938F930E94D3190F900F9004E010E062\n:101A900020E030E0AE014F5D5F4F64E070E080E039\n:101AA00090E00E940F02811108C023E53DEB3F93B7\n:101AB0002F930E94D3190F900F9004E010E020E0C4\n:101AC00030E0AE014F5D5F4F6AE070E080E090E093\n:101AD0000E940F02811108C0E3E5FDEBFF93EF9335\n:101AE0000E94D3190F900F9010922D3810922C381D\n:101AF00010922A3810922B381092283810922938D8\n:101B000010922638109227388BE59DEB9F938F9388\n:101B10000E94D3190F900F90FBCE823309F069C059\n:101B200080E18F938AE98F938BE08F9388EB8F937B\n:101B300082E69DEB9F938F930E94D31920E63AEEA5\n:101B400040E2BE016F5F7F4F8DE00E9458180F90FA\n:101B50000F900F900F900F900F90811109C087E7A1\n:101B60009DEB9F938F930E94D3190F900F90DCC22F\n:101B7000CE0101960E945F198DA3082F192FC8016D\n:101B8000885B9B40833E944048F083E59DEB9F93A8\n:101B90008F930E94D3190F900F90BACE612F82E1DC\n:101BA00090E00E94B21C6DA183E190E00E94B21C03\n:101BB00087EA91E60197F1F700C000000E943E0914\n:101BC0000817190749F0E3E5FDEBFF93EF930E9437\n:101BD000D3190F900F909CCE81E89DEB9F938F932C\n:101BE0000E94D31900930738109308380F900F9074\n:101BF0008FCE833309F067C08FE38F938EEF8F937F\n:101C00001F9281E08F9386E89DEB9F938F930E94B4\n:101C1000D31920E63AEE40E2BE016F5F7F4F8DE0C0\n:101C20000E9458180F900F900F900F900F900F90E8\n:101C3000811109C087E79DEB9F938F930E94D31971\n:101C40000F900F9071C2CE0101960E945F198DA373\n:101C5000082F192FC80101978E3F9F4348F023E5B5\n:101C60003DEB3F932F930E94D3190F900F9050CECE\n:101C7000612F84E190E00E94B21C6DA185E190E0AB\n:101C80000E94B21CE7EAF1E63197F1F700C00000CC\n:101C90000E945A090817190749F023E53DEB3F93C5\n:101CA0002F930E94D3190F900F9032CEE1E8FDEBF5\n:101CB000FF93EF930E94D3190093053810930638D1\n:101CC0000F900F9025CE843309F067C01F928AEFE2\n:101CD0008F931F928AE08F938BEB9DEB9F938F9353\n:101CE0000E94D3191F9289E08F938BED9DEB9F93F8\n:101CF0008F930E94D31920E63AEE40E2BE016F5F57\n:101D00007F4F8DE00E945818CDBFDEBF811109C002\n:101D100087E79DEB9F938F930E94D3190F900F90AD\n:101D200003C2CE0101960E945F19082F192F980156\n:101D30002A503109213F310548F023E53DEB3F931F\n:101D40002F930E94D3190F900F90E2CD682F86E158\n:101D500090E00E94B21CE7EAF1E63197F1F700C08B\n:101D600000000E9475098DA390E00817190749F03B\n:101D700023E53DEB3F932F930E94D3190F900F90D3\n:101D8000C7CDE1E8FDEBFF93EF930E94D3193DA18E\n:101D9000309304380F900F90BBCD853309F067C0A6\n:101DA0008FE38F938EEF8F931F928AE08F9382E061\n:101DB0009EEB9F938F930E94D31920E63AEE40E268\n:101DC000BE016F5F7F4F8DE00E9458180F900F90FB\n:101DD0000F900F900F900F90811109C087E79DEB36\n:101DE0009F938F930E94D3190F900F909DC1CE01A6\n:101DF00001960E945F198DA3082F192FC8010A9719\n:101E0000853F9F4348F023E53DEB3F932F930E948E\n:101E1000D3190F900F907CCD612F87E190E00E9445\n:101E2000B21C6DA188E190E00E94B21CE7EAF1E6E5\n:101E30003197F1F700C000000E947F0908171907C9\n:101E400049F023E53DEB3F932F930E94D3190F9068\n:101E50000F905ECDE1E8FDEBFF93EF930E94D31965\n:101E600000930238109303380F900F9051CD8633B2\n:101E700009F0CAC08AE29EEB9F938F930E94D31908\n:101E800020E63AEE40E2BE016F5F7F4F8DE00E9498\n:101E900058180F900F90811109C087E79DEB9F9311\n:101EA0008F930E94D3190F900F903EC1CE010196DF\n:101EB0000E945F198C019C013695279536952795D0\n:101EC000ABE7B4E10E944519969587958DA39EA333\n:101ED0008831B0F4980136952795369527950E945C\n:101EE00045199695879544E6489F9001499F300D86\n:101EF0001124C801821B930B8FA398A78C3348F041\n:101F0000E3E5FDEBFF93EF930E94D3190F900F9041\n:101F1000FFCC86E59EEB9F938F930E94D31920E61A\n:101F20003AEE40E2BE016F5F7F4F8DE00E9458188D\n:101F30000F900F90811109C087E79DEB9F938F93BE\n:101F40000E94D3190F900F90EFC0CE0101960E940E\n:101F50005F19AC019C013695279536952795ABE71F\n:101F6000B4E10E9445199695879589A79AA788316B\n:101F7000C8F49A0136952795369527950E944519FC\n:101F80009695879564E6689F9001699F300D1124AE\n:101F9000CA01821B930B8BA79CA78C3318F40417E0\n:101FA000150749F4E3E5FDEBFF93EF930E94D31986\n:101FB0000F900F90ADCC6DA189E190E00E94B21C12\n:101FC0006FA18AE190E00E94B21C69A58BE190E0CC\n:101FD0000E94B21C6BA58CE190E00E94B21C81E8CB\n:101FE0009DEB9F938F930E94D319FDA1F09324380A\n:101FF0002FA12093233839A5309322388BA58093C5\n:1020000021380F900F9084CC8733A9F48091203829\n:10201000882341F060E08DE190E00E94B21C1092B4\n:10202000203876CC61E08DE190E00E94B21C81E026\n:10203000809320386DCC883309F057C0E3E8FEEB7D\n:10204000FF93EF930E94D31920E63AEE40E2BE01DF\n:102050006F5F7F4F8DE00E9458180F900F90811195\n:1020600009C087E79DEB9F938F930E94D3190F9030\n:102070000F905AC0CE0101960E945F19082F192FA8\n:102080000B3F110548F083E59DEB9F938F930E94D2\n:10209000D3190F900F903CCC682F8FE190E00E94F5\n:1020A000B21C87EA91E60197F1F700C000008FE1CA\n:1020B00090E00E94AA1C8DA390E00817190749F030\n:1020C000E3E5FDEBFF93EF930E94D3190F900F9080\n:1020D0001FCC81E89DEB9F938F930E94D319FDA1A4\n:1020E000F0931E380F900F9013CC8236A9F4809194\n:1020F0001F38882341F060E08EE190E00E94B21C1E\n:1021000010921F3805CC61E08EE190E00E94B21C75\n:1021100081E080931F38FCCB82E19DEB9F938F93EE\n:102120000E94D3190F900F900E94DA0083E294EF7F\n:102130000197F1F700C000000E9449180E943D1865\n:10214000AC96CDBFDEBFDF91CF911F910F91FF9075\n:10215000EF90DF90CF90BF90AF909F908F907F9047\n:102160006F905F904F903F902F900895809108045A\n:1021700085FF12C00DC0908595FD0CC0A7EAB1E6A1\n:102180001197F1F700C000008150A9F781E0089590\n:1021900080E0089580E0089587EA91E60197F1F7DD\n:1021A00000C000008DE1E0E0F4E0E5CF4F925F92E7\n:1021B0006F927F928F929F92AF92BF92CF92DF9257\n:1021C000FF920F931F93CF93DF93CDB7DEB7629744\n:1021D000CDBFDEBF6C01F62E04E010E020E030E061\n:1021E000AE014F5F5F4F60E070E0CB010E9476016F\n:1021F000882309F449C1CE0101960E945B004B017E\n:102200005C01DC01CB014097A109B109813F9F4FDF\n:10221000A140B10528F0812C912C5401689484F8D8\n:10222000FF2011F104E010E020E030E0AE014F5F4C\n:102230005F4F64E070E080E090E00E9476018823C8\n:1022400009F424C1CE0101960E945B006B877C8754\n:102250008D879E876F3F7F4F8F4F9F4F49F41B861F\n:102260001C861D861E8604C01B861C861D861E8637\n:1022700004E010E020E030E0AE014F5F5F4F6AE025\n:1022800070E080E090E00E947601882309F400C1AC\n:10229000CE0101960E945B006F87788B898B9A8BA9\n:1022A0006F3F7F4F8F4F9F4F21F41F86188A198AE7\n:1022B0001A8AC6010E946B036A3E51E4750757E70C\n:1022C000850750E6950738F0AB01BC014A5E5144E2\n:1022D0006747704603C040E050E0BA01D601169649\n:1022E0000D911D912D913C911997005C1B4A264739\n:1022F0003F4FD901C801072E71E1B695A795979573\n:1023000087957A95D1F7702D8983D901C801072E59\n:1023100079E0B695A795979587957A95D1F7702D21\n:102320008A83D901C801B695A795979587958B8320\n:10233000F60182859385A485B58580589745AD4E75\n:10234000BE4F0795002707952C013D01032E33E171\n:1023500076946794579447943A95D1F7302D042991\n:102360000C838C019D010F2EFBE036952795179568\n:102370000795FA95D1F7F02D0D838C019D01689496\n:1023800012F836952795179507951694D1F70E8371\n:102390008295880F807E872B8F83688759874A872D\n:1023A00024013501FAE04F0E511C611C711C21E023\n:1023B0004216510422E06206710408F06BC00AE084\n:1023C00010E020E030E0AE014F5F5F4FC501B40187\n:1023D0000E940F02882309F45FC079826A825B82BF\n:1023E0004C8204E010E020E030E0AE014F5F5F4F30\n:1023F00060E070E0CB010E940F02882309F44EC018\n:10240000FF2011F1D6011F968D919C9150972B853D\n:102410003C854D855E85280F391F411D511DDA0110\n:10242000C901B983AA839B832C8304E010E020E0D8\n:1024300030E0AE014F5F5F4F64E070E080E090E01D\n:102440000E940F02882361F1D60151968C914F842E\n:10245000588869887A88480E511C611C711C7982E1\n:102460006A825B824C8204E010E020E030E0AE0142\n:102470004F5F5F4F6AE070E080E090E00E940F02E3\n:10248000882381F082E00FC080E00DC080E00BC0A7\n:1024900080E009C081E007C080E005C080E003C0A3\n:1024A00080E001C080E06296CDBFDEBFDF91CF91BA\n:1024B0001F910F91FF90DF90CF90BF90AF909F90B2\n:1024C0008F907F906F905F904F9008952F923F92E2\n:1024D0004F925F926F927F928F929F92AF92BF9234\n:1024E000CF92DF92EF92FF920F931F93CF93DF93E0\n:1024F000CDB7DEB7CB5CD109CDBFDEBF0E94A30054\n:10250000FE01319682E1DF011D928A95E9F7C090C4\n:102510000538D0900638B1E0C553DF4FB883CB5CA7\n:10252000D040E6E0CE16D10428F4C553DF4F188220\n:10253000CB5CD0400E94DE000E94A9070E94CA0026\n:102540000E94D2000E94F517CE0143960E942F07E9\n:102550008111F1C2F6C2E12C412C512C3201212C07\n:10256000312C0F2EFFE98F2EFEEB9F2EF02DA12C8C\n:102570006894BB24B2F808EB1BE024EBAE014D5E7F\n:102580005F4F6AE082E00E949A18882309F419C319\n:102590000E94111864E270E0CE0143960E94AB19CC\n:1025A0008C01009709F44EC0FC0101900020E9F76E\n:1025B0003197E81BF90B379708F446C0DC011396F6\n:1025C0008C911397823599F414968C9114978D34CD\n:1025D00009F515968C918334F9F441E0BE016F5FE3\n:1025E0007F4FC8010E948C05FF24F3941CC08734E0\n:1025F000A9F4F8018481873499F48581813491F4B8\n:1026000040E0BE016F5F7F4FC8010E948C05FF2430\n:10261000F39409C0F12C07C0F12C05C0F12C03C0C4\n:10262000F12C01C0F12C0E94B7001F930F939F93D0\n:102630008F937F936F939F928F920E94D319CDBFF8\n:10264000DEBF03C0F12C01C0F12CF8010190002085\n:10265000E9F73197E01BF10B3297C0F164E270E0CB\n:10266000C80101960E94AB19009781F1FC0101900D\n:102670000020E9F73197E81BF90B379738F1DC01B7\n:1026800013962C911397223589F414962C91149754\n:102690002D34E1F415962C912334C1F441E0BE01B0\n:1026A0006F5F7F4F0E948C05F39410C0273471F444\n:1026B000FC012481273451F42581213439F440E090\n:1026C000BE016F5F7F4F0E948C05F3940E94B7009C\n:1026D00028EE33E040E050E00E940419C953DF4F78\n:1026E000288339834A835B83C75CD040DA01C90100\n:1026F000293731054105510580F02E81203569F4D7\n:10270000298121110AC02A81233038F480912C3884\n:102710008F5F80932C3817E05BC2F6E0CF16D104B0\n:1027200060F08D329140A105B10538F080912D38CF\n:102730008F5F80932D3817E04BC232E0F31215C043\n:10274000CE0101960E946B03672B682B692B69F001\n:10275000CE0101960E946B0360931738709318386E\n:102760008093193890931A3817C080911738909138\n:102770001838A0911938B0911A380097A105B10501\n:1027800059F00196A11DB11D809317389093183808\n:10279000A0931938B0931A388F85813009F0C0C0E2\n:1027A0002114310431F4C953DF4F28803980C75CCC\n:1027B000D0401091043886E0C816D10408F4C7C18F\n:1027C00080912538882309F4D1C18EE190E010E092\n:1027D000CFC1A0E0B0E0C953DF4F488159816A8181\n:1027E0007B81C75CD0404219530961097109841784\n:1027F0009507A607B70708F08EC0C953DF4FA88119\n:10280000B981C75CD040A88BB98B809125388823CB\n:1028100021F0A0932638B093273810920938809180\n:102820002038882309F45CC08091123890911338C5\n:10283000A0911438B09115380097A105B105C9F4DD\n:102840008F819885A985BA85809312389093133823\n:10285000A0931438B09315388B859C85AD85BE85C3\n:1028600080930E3890930F38A0931038B09311389E\n:1028700037C04F81588569857A85841B950BA60BD7\n:10288000B70BAC01BD013AF444275527BA01481BE8\n:10289000590B6A0B7B0B4C3251406105710504F5F5\n:1028A00080910E3890910F38A0911038B091113866\n:1028B0004B855C856D857E85841B950BA60BB70BC0\n:1028C000AC01BD013AF444275527BA01481B590B06\n:1028D0006A0B7B0B4C325140610571050CF473C1DE\n:1028E000C553DF4F6881CB5CD040CE0101960E947A\n:1028F000D61010922538813009F484C1882309F458\n:1029000064C136E0C316D10430F0E39480911E38E0\n:10291000E81608F05CC18FEF481A580A680A780A6E\n:102920000E94C6088823B1F180910938882371F08C\n:10293000E0E2F4E080E285839FEFA4E3BCE0915005\n:10294000A040B040E1F700C0000086831092093833\n:102950000E94CE000E9430180E9449180E943D1823\n:102960000E94DA0081E090E00E94F900809117381F\n:1029700090911838A0911938B0911A380196A11D7C\n:10298000B11D8093173890931838A0931938B093DD\n:102990001A3866C10E94190180932E3890932F38FF\n:1029A00084559B408734954008F0EAC0D5011896BD\n:1029B0008C91189785FD0AC0EFE4F3EC3197F1F79D\n:1029C00000C0000018968C9185FF0DC10E94F5177C\n:1029D00080911F38811105C080910938882309F43E\n:1029E000CACD0E9456018E81803539F4EFE2F5E7B9\n:1029F0003197F1F700C0000006C08BE49DE101971C\n:102A0000F1F700C000000E945A01B5CD0E94CE002F\n:102A10000E9430180E9449180E943D180E94DA0056\n:102A200014E02FC0CC96A11DB11D80931738909350\n:102A30001838A0931938B0931A388CE390E00E94AC\n:102A4000F9000EC185E0809330380E94D60081E005\n:102A500090E00E94F90010921738109218381092E6\n:102A6000193810921A38FCC081E090E00E94F900F9\n:102A700010921738109218381092193810921A388C\n:102A8000EFC08AEF810F823080F5E0900538F0903A\n:102A90000638173039F0E114F10451F4EE24E394D0\n:102AA000F12C06C00F2EF4E8EF2EF3E0FF2EF02DF0\n:102AB000C7010E94F9008091173890911838A091B1\n:102AC0001938B0911A380097A105B10509F4C8C0AA\n:102AD0008E0D9F1DA11DB11D80931738909318383E\n:102AE000A0931938B0931A38BBC0809128389091C0\n:102AF0002938019680932838909329388091173887\n:102B000090911838A0911938B0911A380097A10502\n:102B1000B10561F0885A9D4FAF4FBF4F8093173872\n:102B200090931838A0931938B0931A3888E592E03A\n:102B30000E94F90095C096E0C916D10408F00BCDAB\n:102B40007DC0A6E0CA16D10408F47DC05FCF2091F5\n:102B500005383091063840E050E0C301B2010E94D0\n:102B60000419672B682B692B39F0D5CE89E090E0EA\n:102B70002A89211171C02DCE8A89811169C0CBCEDD\n:102B80000E94CE000E9430180E9449180E943D18F1\n:102B90000E94DA0080912A3890912B380196809318\n:102BA0002A3890932B388091173890911838A0913B\n:102BB0001938B0911A380097A105B10509F032CF44\n:102BC0003CCF14E005C018E003C014E001C016E0DB\n:102BD0000E94CE000E9430180E9449180E943D18A1\n:102BE0000E94DA004ECF0E94CE000E9430180E9450\n:102BF00049180E943D180E94DA000E94B610811107\n:102C000021CF32CF0E94CE000E9430180E94491876\n:102C10000E943D180E94DA0083E0809330380E94C1\n:102C2000D60081E090E00E94F900109217381092CF\n:102C300018381092193810921A3812C088EA9EEB90\n:102C40000E94E91988CC88EA9EEB0E94E919DECE41\n:102C5000811708F4D2CD5FCE211708F0BACDCDCDC3\n:102C6000C553DF4FCDBFDEBFDF91CF911F910F91D5\n:102C7000FF90EF90DF90CF90BF90AF909F908F909C\n:102C80007F906F905F904F903F902F900895C0E499\n:102C9000D1E00F2EF5E0AF2EF02D6894BB24B2F8F2\n:102CA000DD24D3946894CC24C1F800E014E0689447\n:102CB000EE24E6F8FF24F2F8188280913038811172\n:102CC00003C086E00E9446010E94190180932E38BD\n:102CD00090932F3880913038811184C00E946D000C\n:102CE0000E94890083E090E00E94AC080E94E318F3\n:102CF0000E943E0980930738909308380E945A0931\n:102D000080930538909306380E94750980930438A3\n:102D10000E947F0980930238909303380E949A0999\n:102D2000809324380E94A209809323380E94AA0924\n:102D3000809322380E94B209809321388DE190E07F\n:102D40000E94AA1C823018F48093203802C010928E\n:102D500020388EE190E00E94AA1C823018F4809303\n:102D60001F3802C010921F388FE190E00E94AA1C09\n:102D70008F3F19F080931E3802C010921E38D092F7\n:102D8000253810921D3810921B3810921738109267\n:102D900018381092193810921A381092163810926A\n:102DA000123810921338109214381092153810926D\n:102DB0000E3810920F3810921038109211380E946D\n:102DC000B308882351F0C09230388C2D0E945E01E8\n:102DD0008CE390E00E94F900F5C00E947A00B09266\n:102DE0003038F0C0843009F048C080911D3881111E\n:102DF00005C080911C38882309F4E4C02FED32E22D\n:102E000082E0215030408040E1F700C00000F8012E\n:102E1000808585FF04C0F701808581FDD3C01092B5\n:102E20001D38D092163887E00E945E0120912E381E\n:102E300030912F38369527953695279536952795D5\n:102E4000ABE7B4E10E944519969587958E50FFED4A\n:102E500022E232E0F15020403040E1F700C00000B3\n:102E60000E945E01D09230380E9482008091023828\n:102E7000909103380E94F900A5C0813009F05FC02D\n:102E80000E94B308882389F0C09230380E94D6008F\n:102E90008CE390E00E94F9001092173810921838D5\n:102EA0001092193810921A388DC080911D388823DD\n:102EB00011F10E94B610882389F0A09230380E9448\n:102EC000D60081E090E00E94F9001092173810922D\n:102ED00018381092193810921A3874C081E090E0B6\n:102EE0000E94F90010921738109218381092193871\n:102EF00010921A3867C00E94C6088823E9F0D09261\n:102F0000253888E790E00E94F90080911738909169\n:102F10001838A0911938B0911A3888589F4FAF4F80\n:102F2000BF4F8093173890931838A0931938B093F7\n:102F30001A380E94D60046C00E94661243C08230F2\n:102F400041F50E94B308882329F088E097E00E94A9\n:102F5000F90038C080911D38882359F00E94B610BE\n:102F6000882339F0A092303881E090E00E94F90087\n:102F700029C080911638882339F0D092303881E00A\n:102F800090E00E94F9001EC00E947A00B092303892\n:102F900019C0833069F480911D38882399F010920C\n:102FA0001D38A092303881E090E00E94F9000AC0FC\n:102FB000853041F40E94320C1092303881E090E06C\n:102FC0000E94F90010921B3810921D3810921C3884\n:102FD0000E94E80071CEE0E0F8E0948195FFFDCF1B\n:102FE0008093020880E090E008951092E205A0E04E\n:102FF000B8E016968C911697806C16968C9316975F\n:10300000E0E2F4E084E085838081846080838081D5\n:10301000877F808381EA91E018968D939C9319971E\n:10302000089581E08093E205A0E0B8E016968C91C7\n:103030001697806C16968C931697E0E0F4E0118A50\n:10304000128A82E0858380818260808380818B7F89\n:10305000808381EA91E018968D939C931997089547\n:103060008091040888233CF4E0E0F8E080819481BA\n:103070009923E4F3089580E00895E0E0F4E080818E\n:103080008D7F808380818B7F808384E0818B828BA6\n:103090000895E0E0F8E0848186FFFDCF848185FF1C\n:1030A000FACFE0E0F8E0848180648483168208959A\n:1030B000EF92FF920F931F93CF93DF93182F7B0113\n:1030C000042FE90150E060E070E0C7010E94A419FC\n:1030D0000E94301890E0E0E0F8E08481882354F00A\n:1030E0002197A9EFB0E01197F1F700C000002097F9\n:1030F000A1F718C080818A3069F08D3059F021E045\n:10310000290FD701A90FB11D8C93201710F090E063\n:1031100001C0922F8113E1CFF701E90FF11D108259\n:1031200081E001C080E0DF91CF911F910F91FF906E\n:10313000EF900895DF92EF92FF920F931F93CF933A\n:10314000DF93D82EE62EEA01F22E882389F1422F52\n:1031500050E060E070E0CE010E94A4190E94301897\n:1031600090E0E0E0F8E08481882364F001501109E8\n:10317000A9EFB0E01197F1F700C0000001151105AB\n:1031800091F718C0808121E0290FDE01A90FB11D40\n:103190008C932F1510F090E001C0922F8E11E3CF89\n:1031A000DA94D110E0CFC90FD11D188281E003C09D\n:1031B00080E001C080E0DF91CF911F910F91FF90DF\n:1031C000EF90DF900895E1E3F8E38BEE97E18087DD\n:1031D00091871286138682E0838314861586E09396\n:1031E0004138F09342380895DB018F939F930E94FA\n:1031F0005419BF91AF91A29F800D911DA39F900D77\n:10320000B29F900D11240895A1E21A2EAA1BBB1B98\n:10321000FD010DC0AA1FBB1FEE1FFF1FA217B307A2\n:10322000E407F50720F0A21BB30BE40BF50B661FB8\n:10323000771F881F991F1A9469F76095709580957C\n:1032400090959B01AC01BD01CF010895052E97FB20\n:103250001EF400940E943D1957FD07D00E940419E6\n:1032600007FC03D04EF40C943D19509540953095D1\n:1032700021953F4F4F4F5F4F0895909580957095E2\n:1032800061957F4F8F4F9F4F0895A29FB001B39FCD\n:10329000C001A39F700D811D1124911DB29F700D5F\n:1032A000811D1124911D08950E944519A59F900D1F\n:1032B000B49F900DA49F800D911D11240895FC01D1\n:1032C00088279927E89421912032E9F3293010F0DA\n:1032D0002E30C8F32B3241F02D3239F4689404C0FB\n:1032E0000E94CB19820F911D219120532A30C0F3E7\n:1032F0001EF4909581959F4F08951F93FC01992787\n:103300008827BC01E89411911032E9F3193010F0CC\n:103310001E30C8F31B3251F01D3249F4689406C0C8\n:103320000E94B619610F711D811D911D11911053DD\n:103330001A30B0F33EF490958095709561957F4F6B\n:103340008F4F9F4F1F910895DC0101C06D93415035\n:103350005040E0F70895FC018191861721F0882301\n:10336000D9F7992708953197CF010895592F482FFC\n:10337000372F262F660F771F881F991F660F771F1D\n:10338000881F991F620F731F841F951F660F771F79\n:10339000881F991F08957AE0979F902D879F802D11\n:1033A000910D11240895A0E0B0E0E9EDF9E10C944D\n:1033B000D61CAE014B5F5F4FFA0161917191AF0175\n:1033C00080914138909142380E94191AE2E00C94A1\n:1033D000EF1C0F931F93CF93DF93E0914138F0914F\n:1033E0004238238121FF1BC08C01D0E0C0E0F801EE\n:1033F00081918F016091413870914238DB011896BC\n:10340000ED91FC911997882331F00995892B79F377\n:10341000DFEFCFEFECCF8AE00995892B19F08FEF22\n:103420009FEF02C08D2F9C2FDF91CF911F910F91A5\n:103430000895ABE0B0E0EFE1FAE10C94C61C6C013A\n:103440007B018A01FC0116821782838181FFCCC136\n:10345000CE0101963C01F6019381F70193FD859120\n:1034600093FF81917F01882309F4BAC1853239F431\n:1034700093FD859193FF81917F01853229F4B601F7\n:1034800090E00E94101CE7CF912C212C312CFFE101\n:10349000F315D8F08B3279F038F4803279F083323A\n:1034A000A1F4232D20611DC08D3261F0803369F4B9\n:1034B000232D216016C0832D8260382EE32DE46019\n:1034C0003E2E2AC0F32DF8601DC037FC2DC020ED24\n:1034D000280F2A3040F08E32B9F436FC81C1232DFA\n:1034E0002064322E19C036FE06C08AE0989E200D58\n:1034F0001124922E11C0EAE02E9E200D1124222EBE\n:10350000F32DF0623F2E08C08C3621F4832D8068A5\n:10351000382E02C0883641F4F70193FD859193FF60\n:1035200081917F018111B3CF982F9F7D9554933066\n:1035300028F40C5F1F4F9FE399830DC0833631F051\n:10354000833771F0833509F059C021C0F8018081BB\n:1035500089830E5F1F4F88248394912C530113C0DD\n:103560002801F2E04F0E511CF801A080B18036FE18\n:1035700003C0692D70E002C06FEF7FEFC5010E94AC\n:10358000051C4C018201F32DFF773F2E16C0280148\n:1035900022E0420E511CF801A080B18036FE03C02B\n:1035A000692D70E002C06FEF7FEFC5010E94FA1B2A\n:1035B0004C01F32DF0683F2E820133FC1BC0822D9D\n:1035C00090E088169906B0F4B60180E290E00E947F\n:1035D000101C2A94F4CFF50137FC859137FE8191B8\n:1035E0005F01B60190E00E94101C21102A9421E096\n:1035F000821A91088114910471F7E8C0843611F0A1\n:10360000893641F5F80137FE07C0608171818281FA\n:1036100093810C5F1F4F08C060817181072E000CE1\n:10362000880B990B0E5F1F4FF32DFF763F2E97FFF0\n:1036300009C090958095709561957F4F8F4F9F4FF2\n:10364000F0683F2E2AE030E0A3010E944C1C882E37\n:10365000861845C0853731F4232D2F7EB22E2AE0FF\n:1036600030E025C0932D997FB92E8F36C1F018F424\n:10367000883579F0B5C0803719F0883721F0B0C0AF\n:10368000E92FE061BE2EB4FE0DC0FB2DF460BF2E0D\n:1036900009C034FE0AC0292F2660B22E06C028E0D9\n:1036A00030E005C020E130E002C020E132E0F80166\n:1036B000B7FE07C060817181828193810C5F1F4FCB\n:1036C00006C06081718180E090E00E5F1F4FA30112\n:1036D0000E944C1C882E8618FB2DFF773F2E36FE4D\n:1036E0000DC0232D2E7FA22E891458F434FE0BC05A\n:1036F00032FC09C0832D8E7EA82E05C0B82CA32CC9\n:1037000003C0B82C01C0B92CA4FE0FC0FE01E80D07\n:10371000F11D8081803321F49A2D997EA92E09C054\n:10372000A2FE06C0B394B39404C08A2D867809F033\n:10373000B394A3FC11C0A0FE06C0B21488F4280CF8\n:10374000922C9B180EC0B21460F4B60180E290E097\n:103750000E94101CB394F7CFB21418F42B1802C0B7\n:10376000982C212CA4FE10C0B60180E390E00E94AA\n:10377000101CA2FE17C0A1FC03C088E790E002C0A5\n:1037800088E590E0B6010CC08A2D867859F0A1FE3C\n:1037900002C08BE201C080E2A7FC8DE2B60190E09E\n:1037A0000E94101C891438F4B60180E390E00E9456\n:1037B000101C9A94F7CF8A94F301E80DF11D8081D3\n:1037C000B60190E00E94101C8110F5CF222009F470\n:1037D00042CEB60180E290E00E94101C2A94F6CFFF\n:1037E000F6018681978102C08FEF9FEF2B96E2E171\n:1037F0000C94DF1CFC010590615070400110D8F75B\n:10380000809590958E0F9F1F0895FC016150704028\n:1038100001900110D8F7809590958E0F9F1F089505\n:103820000F931F93CF93DF93FB01238121FD03C0EF\n:103830008FEF9FEF2CC022FF16C046815781248155\n:1038400035814217530744F4A081B1819D012F5F58\n:103850003F4F208331838C93268137812F5F3F4FE9\n:103860002683378314C08B01EC01FB010084F185B2\n:10387000E02D0995892BE1F6D80116968D919C9142\n:103880001797019616968D939C931797CE01DF910B\n:10389000CF911F910F910895FA01AA27283051F175\n:1038A000203181F1E8946F936E7F6E5F7F4F8F4F71\n:1038B0009F4FAF4FB1E03ED0B4E03CD0670F781FD0\n:1038C000891F9A1FA11D680F791F8A1F911DA11DB5\n:1038D0006A0F711D811D911DA11D20D009F46894EE\n:1038E0003F912AE0269F11243019305D3193DEF696\n:1038F000CF010895462F4770405D4193B3E00FD04C\n:10390000C9F7F6CF462F4F70405D4A3318F0495D36\n:1039100031FD4052419302D0A9F7EACFB4E0A69519\n:103920009795879577956795BA95C9F7009761053B\n:10393000710508959B01AC010A2E06945795479591\n:1039400037952795BA95C9F7620F731F841F951F86\n:10395000A01D089503D0808199270895FC01E050AF\n:10396000FC4E0895262FAF93BF93E0E0F0E1328143\n:1039700031FDFDCFDC01A050BC4E2C932DE924BFBE\n:1039800023E020830196BF91AF9108952F923F923B\n:103990004F925F926F927F928F929F92AF92BF925F\n:1039A000CF92DF92EF92FF920F931F93CF93DF930B\n:1039B000CDB7DEB7CA1BDB0BCDBFDEBF09942A88AB\n:1039C000398848885F846E847D848C849B84AA8433\n:1039D000B984C884DF80EE80FD800C811B81AA81C0\n:1039E000B981CE0FD11DCDBFDEBFED010895F89492\n:0239F000FFCF07\n:1039F200245051424155442C572C393630302A3408\n:103A0200420D0A0024504D544B3331342C302C31AA\n:103A12002C302C312C302C302C302C302C302C30C3\n:103A22002C302C302C302C302C302C302C302C30B4\n:103A32002C302A32380D0A0024504D544B33313485\n:103A42002C302C312C302C302C302C302C302C3093\n:103A52002C302C302C302C302C302C302C302C3084\n:103A62002C302C302C302A32390D0A0024504D547F\n:103A72004B3331342C302C302C302C312C302C3038\n:103A82002C302C302C302C302C302C302C302C3054\n:103A92002C302C302C302C302C302A32390D0A00AC\n:103AA2005556733A2025752C20544F733A202575AC\n:103AB2002F25752C204572726F72734F7247463AEA\n:103AC2002025752C20545446463A2025750A0D00AF\n:103AD20046697865733A20256C752C204176672EED\n:103AE200205454463A20256C7520732C2041766769\n:103AF2002E2048444F502028783130293A20256C16\n:103B0200750A0D000A0D636F756E742C74696D650C\n:103B12007374616D702C6C61742C6C6F6E0A0D0085\n:103B2200256C752C256C752C256C642E2530356C16\n:103B3200642C256C642E2530356C640A0D002A53E2\n:103B420054415254204D454D4F52592A0A0D0045B9\n:103B52004D5054590A0D002A454E44204D454D4FB3\n:103B620052592A0A0D002D2D2D5449434B2D5441F3\n:103B7200472D2D2D0A0D005625752C2049443A203B\n:103B8200253032582D25303258253032582C2025F8\n:103B9200756D562C2025303258620A0D005345545B\n:103BA20054494E47533A0A0D2D204D696E20766FC7\n:103BB2006C746167653A202575206D560A0D2D20BB\n:103BC2004672657175656E63793A20257520730AB0\n:103BD2000D2D204D696E2048444F502028783130F9\n:103BE200293A2025750A0D2D204163746976617486\n:103BF200696F6E2064656C61793A20257520730ABD\n:103C02000D2D2047656F66656E63696E673A2025E4\n:103C1200750A0D2D20427572737420647572617479\n:103C2200696F6E3A20257520730A0D002D204E6FA4\n:103C32002074696D650A0D002D2054696D653A2066\n:103C420025753A25303275202D2025753A253032DA\n:103C520075205554430A0D000A0D302052656164E7\n:103C6200206D656D6F72790A0D312052657365742E\n:103C7200206D656D6F72790A0D3220536574206D67\n:103C8200696E2E20766F6C746167650A0D003320B1\n:103C9200536574206672657175656E63790A0D34B9\n:103CA200205365742061636375726163790A0D350F\n:103CB200205365742061637469766174696F6E2044\n:103CC20064656C61790A0D0036205365742074694D\n:103CD2006D65730A0D3720546F67676C65206765E1\n:103CE2006F66656E63696E67204F4E2F4F46460AB8\n:103CF2000D38205365742062757273742064757276\n:103D02006174696F6E0A0D3920457869740A0D0075\n:103D12004279652120536C656570696E6720756E06\n:103D220074696C2061637469766174696F6E2028AE\n:103D32006279207072657373696E6720627574743C\n:103D42006F6E20616761696E290A0D002E2E2E208A\n:103D5200004552524F520A0D00444F4E450A0D0083\n:103D6200456E746572206D56202825752E2E257598\n:103D7200293A0A0D0054494D454F55540A0D004F3A\n:103D82004B0A0D00456E74657220475053206672CF\n:103D9200657175656E637920696E207320282575BB\n:103DA2002E2E25752C20312E2E35203D2073746148\n:103DB200792D6F6E293A0A0D00456E746572206D79\n:103DC200696E2048444F50207820313020282575D4\n:103DD2002E2E2575293A0A0D0054542074726965F5\n:103DE2007320746F20616368696576652048444F6B\n:103DF200502077697468696E20257520730A0D005A\n:103E0200456E7465722061637469766174696F6E60\n:103E12002064656C617920696E2073202825752ED7\n:103E22002E2575293A0A0D00456E74657220555487\n:103E3200432074696D6520746F207475726E204F13\n:103E42004E2028666F726D61743A2048484D4D29A4\n:103E52003A0A0D00456E7465722055544320746908\n:103E62006D6520746F207475726E204F464620284F\n:103E7200666F726D61743A2048484D4D293A0A0DB9\n:103E820000456E746572206475726174696F6E208C\n:103E920028302D3235302073293A0A0D00256C75F1\n:103EA2002025730A0D00245051464C502C572C31BA\n:073EB2002C302A32310D0013\n:0A3EB90006BA58021E3C00B80B01C7\n:00000001FF\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/TickTagSoftwareBurst.lss",
    "content": "\nTickTagSoftwareBurst.elf:     file format elf32-avr\n\nSections:\nIdx Name          Size      VMA       LMA       File off  Algn\n  0 .data         0000000a  00803800  00003eb9  00003f6d  2**0\n                  CONTENTS, ALLOC, LOAD, DATA\n  1 .text         000039f2  00000000  00000000  000000b4  2**1\n                  CONTENTS, ALLOC, LOAD, READONLY, CODE\n  2 .rodata       000004c7  0000b9f2  000039f2  00003aa6  2**0\n                  CONTENTS, ALLOC, LOAD, READONLY, DATA\n  3 .bss          0000003b  0080380a  0080380a  00003f77  2**0\n                  ALLOC\n  4 .comment      0000005c  00000000  00000000  00003f77  2**0\n                  CONTENTS, READONLY\n  5 .note.gnu.avr.deviceinfo 00000040  00000000  00000000  00003fd4  2**2\n                  CONTENTS, READONLY\n  6 .debug_aranges 00000398  00000000  00000000  00004018  2**3\n                  CONTENTS, READONLY, DEBUGGING\n  7 .debug_info   00008eac  00000000  00000000  000043b0  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  8 .debug_abbrev 00002c73  00000000  00000000  0000d25c  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  9 .debug_line   00003029  00000000  00000000  0000fecf  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 10 .debug_frame  00000ae8  00000000  00000000  00012ef8  2**2\n                  CONTENTS, READONLY, DEBUGGING\n 11 .debug_str    00003949  00000000  00000000  000139e0  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 12 .debug_loc    00004096  00000000  00000000  00017329  2**0\n                  CONTENTS, READONLY, DEBUGGING\n 13 .debug_ranges 000003c8  00000000  00000000  0001b3bf  2**0\n                  CONTENTS, READONLY, DEBUGGING\n\nDisassembly of section .text:\n\n00000000 <__vectors>:\n       0:\t0c 94 3c 00 \tjmp\t0x78\t; 0x78 <__ctors_end>\n       4:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n       8:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n       c:\t0c 94 5c 08 \tjmp\t0x10b8\t; 0x10b8 <__vector_3>\n      10:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      14:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      18:\t0c 94 44 08 \tjmp\t0x1088\t; 0x1088 <__vector_6>\n      1c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      20:\t0c 94 6d 08 \tjmp\t0x10da\t; 0x10da <__vector_8>\n      24:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      28:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      2c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      30:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      34:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      38:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      3c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      40:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      44:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      48:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      4c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      50:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      54:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      58:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      5c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      60:\t0c 94 94 08 \tjmp\t0x1128\t; 0x1128 <__vector_24>\n      64:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      68:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      6c:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      70:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n      74:\t0c 94 59 00 \tjmp\t0xb2\t; 0xb2 <__bad_interrupt>\n\n00000078 <__ctors_end>:\n      78:\t11 24       \teor\tr1, r1\n      7a:\t1f be       \tout\t0x3f, r1\t; 63\n      7c:\tcf ef       \tldi\tr28, 0xFF\t; 255\n      7e:\tcd bf       \tout\t0x3d, r28\t; 61\n      80:\tdf e3       \tldi\tr29, 0x3F\t; 63\n      82:\tde bf       \tout\t0x3e, r29\t; 62\n\n00000084 <__do_copy_data>:\n      84:\t18 e3       \tldi\tr17, 0x38\t; 56\n      86:\ta0 e0       \tldi\tr26, 0x00\t; 0\n      88:\tb8 e3       \tldi\tr27, 0x38\t; 56\n      8a:\te9 eb       \tldi\tr30, 0xB9\t; 185\n      8c:\tfe e3       \tldi\tr31, 0x3E\t; 62\n      8e:\t02 c0       \trjmp\t.+4      \t; 0x94 <__do_copy_data+0x10>\n      90:\t05 90       \tlpm\tr0, Z+\n      92:\t0d 92       \tst\tX+, r0\n      94:\taa 30       \tcpi\tr26, 0x0A\t; 10\n      96:\tb1 07       \tcpc\tr27, r17\n      98:\td9 f7       \tbrne\t.-10     \t; 0x90 <__do_copy_data+0xc>\n\n0000009a <__do_clear_bss>:\n      9a:\t28 e3       \tldi\tr18, 0x38\t; 56\n      9c:\taa e0       \tldi\tr26, 0x0A\t; 10\n      9e:\tb8 e3       \tldi\tr27, 0x38\t; 56\n      a0:\t01 c0       \trjmp\t.+2      \t; 0xa4 <.do_clear_bss_start>\n\n000000a2 <.do_clear_bss_loop>:\n      a2:\t1d 92       \tst\tX+, r1\n\n000000a4 <.do_clear_bss_start>:\n      a4:\ta5 34       \tcpi\tr26, 0x45\t; 69\n      a6:\tb2 07       \tcpc\tr27, r18\n      a8:\te1 f7       \tbrne\t.-8      \t; 0xa2 <.do_clear_bss_loop>\n      aa:\t0e 94 47 16 \tcall\t0x2c8e\t; 0x2c8e <main>\n      ae:\t0c 94 f7 1c \tjmp\t0x39ee\t; 0x39ee <_exit>\n\n000000b2 <__bad_interrupt>:\n      b2:\t0c 94 00 00 \tjmp\t0\t; 0x0 <__vectors>\n\n000000b6 <_Z13arrayToUint32Ph>:\n\tuint16_t result;\n\tresult = (((uint16_t) buffer[0]) << 8) | (((uint16_t) buffer[1]));\n\treturn result;\n}\n\nuint32_t arrayToUint32(uint8_t *buffer) {\n      b6:\tfc 01       \tmovw\tr30, r24\n\tuint32_t result;\n\tresult = (((uint32_t) buffer[0]) << 24) | (((uint32_t) buffer[1]) << 16) | (((uint32_t) buffer[2]) << 8) | (((uint32_t) buffer[3]));\n\treturn result;\n      b8:\t20 81       \tld\tr18, Z\n      ba:\t61 81       \tldd\tr22, Z+1\t; 0x01\n      bc:\t86 2f       \tmov\tr24, r22\n      be:\t90 e0       \tldi\tr25, 0x00\t; 0\n      c0:\ta0 e0       \tldi\tr26, 0x00\t; 0\n      c2:\tb0 e0       \tldi\tr27, 0x00\t; 0\n      c4:\tdc 01       \tmovw\tr26, r24\n      c6:\t99 27       \teor\tr25, r25\n      c8:\t88 27       \teor\tr24, r24\n      ca:\tb2 2b       \tor\tr27, r18\n      cc:\t23 81       \tldd\tr18, Z+3\t; 0x03\n      ce:\t82 2b       \tor\tr24, r18\n      d0:\t22 81       \tldd\tr18, Z+2\t; 0x02\n      d2:\tbc 01       \tmovw\tr22, r24\n      d4:\tcd 01       \tmovw\tr24, r26\n      d6:\t72 2b       \tor\tr23, r18\n}\n      d8:\t08 95       \tret\n\n000000da <_Z14deviceInitPinsv>:\n\t// after settings speed to 32KHz all delays are wrong by a factor of 1MHz / 32kHz = 31UL, use _delay_ms(Helper::to32KHz(1000));\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, CLKCTRL_PDIV_2X_gc | 0 << CLKCTRL_PEN_bp); // set the main clock prescaler divisor to 2X and disable the Main clock prescaler (with PEN = 0, means CLK_PER = CLK_MAIN (prescaler disabled))\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, CLKCTRL_CLKSEL_OSCULP32K_gc | 0 << CLKCTRL_CLKOUT_bp); // set the main clock to internal 32kHz oscillator, clock out disabled\n\t_PROTECTED_WRITE(CLKCTRL.OSC20MCTRLA, 0x00); // ensure 20MHz isn't forced on\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\t\n}\n      da:\te0 e0       \tldi\tr30, 0x00\t; 0\n      dc:\tf4 e0       \tldi\tr31, 0x04\t; 4\n      de:\t8e ed       \tldi\tr24, 0xDE\t; 222\n      e0:\t80 83       \tst\tZ, r24\n      e2:\t87 e3       \tldi\tr24, 0x37\t; 55\n      e4:\t80 93 20 04 \tsts\t0x0420, r24\t; 0x800420 <__RODATA_PM_OFFSET__+0x7f8420>\n      e8:\t8f e0       \tldi\tr24, 0x0F\t; 15\n      ea:\t80 93 40 04 \tsts\t0x0440, r24\t; 0x800440 <__RODATA_PM_OFFSET__+0x7f8440>\n      ee:\t88 e0       \tldi\tr24, 0x08\t; 8\n      f0:\t85 8b       \tstd\tZ+21, r24\t; 0x15\n      f2:\t08 95       \tret\n\n000000f4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>:\n      f4:\te0 e4       \tldi\tr30, 0x40\t; 64\n      f6:\tf4 e0       \tldi\tr31, 0x04\t; 4\n      f8:\t80 81       \tld\tr24, Z\n      fa:\t8d 7f       \tandi\tr24, 0xFD\t; 253\n      fc:\t80 83       \tst\tZ, r24\n      fe:\t89 e0       \tldi\tr24, 0x09\t; 9\n     100:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n     102:\t08 95       \tret\n\n00000104 <_Z44deviceDeactivateGPIO2PinInterruptInDeepSleepv>:\n     104:\te0 e4       \tldi\tr30, 0x40\t; 64\n     106:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     108:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n     10a:\t80 81       \tld\tr24, Z\n     10c:\t82 60       \tori\tr24, 0x02\t; 2\n     10e:\t80 83       \tst\tZ, r24\n     110:\t08 95       \tret\n\n00000112 <_Z41deviceInitDownloadPinInterruptInDeepSleepv>:\n     112:\te0 e0       \tldi\tr30, 0x00\t; 0\n     114:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     116:\t85 89       \tldd\tr24, Z+21\t; 0x15\n     118:\t81 60       \tori\tr24, 0x01\t; 1\n     11a:\t85 8b       \tstd\tZ+21, r24\t; 0x15\n     11c:\t08 95       \tret\n\n0000011e <_Z20deviceIncrementTimerv>:\n     11e:\t80 91 0a 38 \tlds\tr24, 0x380A\t; 0x80380a <__data_end>\n     122:\t90 91 0b 38 \tlds\tr25, 0x380B\t; 0x80380b <__data_end+0x1>\n     126:\ta0 91 0c 38 \tlds\tr26, 0x380C\t; 0x80380c <__data_end+0x2>\n     12a:\tb0 91 0d 38 \tlds\tr27, 0x380D\t; 0x80380d <__data_end+0x3>\n     12e:\t01 96       \tadiw\tr24, 0x01\t; 1\n     130:\ta1 1d       \tadc\tr26, r1\n     132:\tb1 1d       \tadc\tr27, r1\n     134:\t80 93 0a 38 \tsts\t0x380A, r24\t; 0x80380a <__data_end>\n     138:\t90 93 0b 38 \tsts\t0x380B, r25\t; 0x80380b <__data_end+0x1>\n     13c:\ta0 93 0c 38 \tsts\t0x380C, r26\t; 0x80380c <__data_end+0x2>\n     140:\tb0 93 0d 38 \tsts\t0x380D, r27\t; 0x80380d <__data_end+0x3>\n     144:\t08 95       \tret\n\n00000146 <_Z15deviceInitTimerv>:\n     146:\t10 92 0a 38 \tsts\t0x380A, r1\t; 0x80380a <__data_end>\n     14a:\t10 92 0b 38 \tsts\t0x380B, r1\t; 0x80380b <__data_end+0x1>\n     14e:\t10 92 0c 38 \tsts\t0x380C, r1\t; 0x80380c <__data_end+0x2>\n     152:\t10 92 0d 38 \tsts\t0x380D, r1\t; 0x80380d <__data_end+0x3>\n     156:\te0 e0       \tldi\tr30, 0x00\t; 0\n     158:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     15a:\t81 e0       \tldi\tr24, 0x01\t; 1\n     15c:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     15e:\t11 82       \tstd\tZ+1, r1\t; 0x01\n     160:\t27 ee       \tldi\tr18, 0xE7\t; 231\n     162:\t33 e0       \tldi\tr19, 0x03\t; 3\n     164:\t26 a3       \tstd\tZ+38, r18\t; 0x26\n     166:\t37 a3       \tstd\tZ+39, r19\t; 0x27\n     168:\t80 83       \tst\tZ, r24\n     16a:\t78 94       \tsei\n     16c:\t08 95       \tret\n\n0000016e <_Z15deviceGetMillisv>:\n     16e:\t2f b7       \tin\tr18, 0x3f\t; 63\n     170:\tf8 94       \tcli\n     172:\t60 91 0a 38 \tlds\tr22, 0x380A\t; 0x80380a <__data_end>\n     176:\t70 91 0b 38 \tlds\tr23, 0x380B\t; 0x80380b <__data_end+0x1>\n     17a:\t80 91 0c 38 \tlds\tr24, 0x380C\t; 0x80380c <__data_end+0x2>\n     17e:\t90 91 0d 38 \tlds\tr25, 0x380D\t; 0x80380d <__data_end+0x3>\n     182:\t2f bf       \tout\t0x3f, r18\t; 63\n     184:\t08 95       \tret\n\n00000186 <_Z15deviceStopTimerv>:\n     186:\tf8 94       \tcli\n     188:\te0 e0       \tldi\tr30, 0x00\t; 0\n     18a:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     18c:\t12 86       \tstd\tZ+10, r1\t; 0x0a\n     18e:\t10 82       \tst\tZ, r1\n     190:\t78 94       \tsei\n     192:\t08 95       \tret\n\n00000194 <_Z16deviceL70powerOnv>:\n     194:\t88 e0       \tldi\tr24, 0x08\t; 8\n     196:\t80 93 45 04 \tsts\t0x0445, r24\t; 0x800445 <__RODATA_PM_OFFSET__+0x7f8445>\n     19a:\t08 95       \tret\n\n0000019c <_Z17deviceL70powerOffv>:\n     19c:\t88 e0       \tldi\tr24, 0x08\t; 8\n     19e:\t80 93 46 04 \tsts\t0x0446, r24\t; 0x800446 <__RODATA_PM_OFFSET__+0x7f8446>\n     1a2:\t08 95       \tret\n\n000001a4 <_Z17deviceL70backupOnv>:\n     1a4:\t88 e0       \tldi\tr24, 0x08\t; 8\n     1a6:\t80 93 05 04 \tsts\t0x0405, r24\t; 0x800405 <__RODATA_PM_OFFSET__+0x7f8405>\n     1aa:\t08 95       \tret\n\n000001ac <_Z18deviceL70backupOffv>:\n     1ac:\t88 e0       \tldi\tr24, 0x08\t; 8\n     1ae:\t80 93 06 04 \tsts\t0x0406, r24\t; 0x800406 <__RODATA_PM_OFFSET__+0x7f8406>\n     1b2:\t08 95       \tret\n\n000001b4 <_Z26devicePowerMemoryAndI2COffv>:\n     1b4:\t80 e1       \tldi\tr24, 0x10\t; 16\n     1b6:\t80 93 26 04 \tsts\t0x0426, r24\t; 0x800426 <__RODATA_PM_OFFSET__+0x7f8426>\n     1ba:\t08 95       \tret\n\n000001bc <_Z25devicePowerMemoryAndI2COnv>:\n     1bc:\t80 e1       \tldi\tr24, 0x10\t; 16\n     1be:\t80 93 25 04 \tsts\t0x0425, r24\t; 0x800425 <__RODATA_PM_OFFSET__+0x7f8425>\n     1c2:\t89 ef       \tldi\tr24, 0xF9\t; 249\n     1c4:\t90 e0       \tldi\tr25, 0x00\t; 0\n     1c6:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     1c8:\tf1 f7       \tbrne\t.-4      \t; 0x1c6 <_Z25devicePowerMemoryAndI2COnv+0xa>\n     1ca:\t00 c0       \trjmp\t.+0      \t; 0x1cc <_Z25devicePowerMemoryAndI2COnv+0x10>\n     1cc:\t00 00       \tnop\n     1ce:\t08 95       \tret\n\n000001d0 <_Z18deviceStandbySleepv>:\n     1d0:\t0e 94 c3 00 \tcall\t0x186\t; 0x186 <_Z15deviceStopTimerv>\n     1d4:\te0 e2       \tldi\tr30, 0x20\t; 32\n     1d6:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     1d8:\t10 8a       \tstd\tZ+16, r1\t; 0x10\n     1da:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n     1dc:\te0 e5       \tldi\tr30, 0x50\t; 80\n     1de:\tf0 e0       \tldi\tr31, 0x00\t; 0\n     1e0:\t80 81       \tld\tr24, Z\n     1e2:\t89 7f       \tandi\tr24, 0xF9\t; 249\n     1e4:\t82 60       \tori\tr24, 0x02\t; 2\n     1e6:\t80 83       \tst\tZ, r24\n     1e8:\t80 81       \tld\tr24, Z\n     1ea:\t81 60       \tori\tr24, 0x01\t; 1\n     1ec:\t80 83       \tst\tZ, r24\n     1ee:\t88 95       \tsleep\n     1f0:\t08 95       \tret\n\n000001f2 <_Z30deviceInitInternalRTCInterruptj>:\n     1f2:\t9c 01       \tmovw\tr18, r24\n     1f4:\tf8 94       \tcli\n     1f6:\te0 e4       \tldi\tr30, 0x40\t; 64\n     1f8:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     1fa:\t91 81       \tldd\tr25, Z+1\t; 0x01\n     1fc:\t91 11       \tcpse\tr25, r1\n     1fe:\tfd cf       \trjmp\t.-6      \t; 0x1fa <_Z30deviceInitInternalRTCInterruptj+0x8>\n     200:\t10 92 48 01 \tsts\t0x0148, r1\t; 0x800148 <__RODATA_PM_OFFSET__+0x7f8148>\n     204:\t10 92 49 01 \tsts\t0x0149, r1\t; 0x800149 <__RODATA_PM_OFFSET__+0x7f8149>\n     208:\te0 e4       \tldi\tr30, 0x40\t; 64\n     20a:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     20c:\t91 81       \tldd\tr25, Z+1\t; 0x01\n     20e:\t91 11       \tcpse\tr25, r1\n     210:\tfd cf       \trjmp\t.-6      \t; 0x20c <_Z30deviceInitInternalRTCInterruptj+0x1a>\n     212:\tc9 01       \tmovw\tr24, r18\n     214:\t88 0f       \tadd\tr24, r24\n     216:\t99 1f       \tadc\tr25, r25\n     218:\t88 0f       \tadd\tr24, r24\n     21a:\t99 1f       \tadc\tr25, r25\n     21c:\te0 e4       \tldi\tr30, 0x40\t; 64\n     21e:\tf1 e0       \tldi\tr31, 0x01\t; 1\n     220:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     222:\t93 87       \tstd\tZ+11, r25\t; 0x0b\n     224:\t81 e0       \tldi\tr24, 0x01\t; 1\n     226:\t87 83       \tstd\tZ+7, r24\t; 0x07\n     228:\t91 ec       \tldi\tr25, 0xC1\t; 193\n     22a:\t90 83       \tst\tZ, r25\n     22c:\t82 83       \tstd\tZ+2, r24\t; 0x02\n     22e:\t78 94       \tsei\n     230:\t08 95       \tret\n\n00000232 <_Z23deviceReadSupplyVoltagev>:\n     232:\te0 e0       \tldi\tr30, 0x00\t; 0\n     234:\tf6 e0       \tldi\tr31, 0x06\t; 6\n     236:\t81 e0       \tldi\tr24, 0x01\t; 1\n     238:\t80 83       \tst\tZ, r24\n     23a:\t88 e0       \tldi\tr24, 0x08\t; 8\n     23c:\t82 83       \tstd\tZ+2, r24\t; 0x02\n     23e:\t84 e6       \tldi\tr24, 0x64\t; 100\n     240:\t80 87       \tstd\tZ+8, r24\t; 0x08\n     242:\t83 e3       \tldi\tr24, 0x33\t; 51\n     244:\t84 87       \tstd\tZ+12, r24\t; 0x0c\n     246:\t80 e1       \tldi\tr24, 0x10\t; 16\n     248:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     24a:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n     24c:\t81 60       \tori\tr24, 0x01\t; 1\n     24e:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     250:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     252:\t80 ff       \tsbrs\tr24, 0\n     254:\tfd cf       \trjmp\t.-6      \t; 0x250 <_Z23deviceReadSupplyVoltagev+0x1e>\n     256:\t20 91 10 06 \tlds\tr18, 0x0610\t; 0x800610 <__RODATA_PM_OFFSET__+0x7f8610>\n     25a:\t30 91 11 06 \tlds\tr19, 0x0611\t; 0x800611 <__RODATA_PM_OFFSET__+0x7f8611>\n     25e:\t40 91 12 06 \tlds\tr20, 0x0612\t; 0x800612 <__RODATA_PM_OFFSET__+0x7f8612>\n     262:\t50 91 13 06 \tlds\tr21, 0x0613\t; 0x800613 <__RODATA_PM_OFFSET__+0x7f8613>\n     266:\t21 15       \tcp\tr18, r1\n     268:\t31 05       \tcpc\tr19, r1\n     26a:\t41 05       \tcpc\tr20, r1\n     26c:\t51 05       \tcpc\tr21, r1\n     26e:\t21 f4       \tbrne\t.+8      \t; 0x278 <_Z23deviceReadSupplyVoltagev+0x46>\n     270:\t21 e0       \tldi\tr18, 0x01\t; 1\n     272:\t30 e0       \tldi\tr19, 0x00\t; 0\n     274:\t40 e0       \tldi\tr20, 0x00\t; 0\n     276:\t50 e0       \tldi\tr21, 0x00\t; 0\n     278:\t10 92 00 06 \tsts\t0x0600, r1\t; 0x800600 <__RODATA_PM_OFFSET__+0x7f8600>\n     27c:\t60 e0       \tldi\tr22, 0x00\t; 0\n     27e:\t70 e0       \tldi\tr23, 0x00\t; 0\n     280:\t80 e4       \tldi\tr24, 0x40\t; 64\n     282:\t90 e0       \tldi\tr25, 0x00\t; 0\n     284:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     288:\tc9 01       \tmovw\tr24, r18\n     28a:\t08 95       \tret\n\n0000028c <_Z17deviceSetCPUSpeedh>:\n\nvoid deviceSetCPUSpeed(uint8_t prescalerDivision) {\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, prescalerDivision | 1 << CLKCTRL_PEN_bp); // first bit = prescaler, always enabled\n     28c:\t28 ed       \tldi\tr18, 0xD8\t; 216\n     28e:\t81 60       \tori\tr24, 0x01\t; 1\n     290:\t90 e0       \tldi\tr25, 0x00\t; 0\n     292:\t24 bf       \tout\t0x34, r18\t; 52\n     294:\t80 93 61 00 \tsts\t0x0061, r24\t; 0x800061 <__RODATA_PM_OFFSET__+0x7f8061>\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, 0); // use internal 16/20MHz oscillator\n     298:\t80 e0       \tldi\tr24, 0x00\t; 0\n     29a:\t24 bf       \tout\t0x34, r18\t; 52\n     29c:\t80 93 60 00 \tsts\t0x0060, r24\t; 0x800060 <__RODATA_PM_OFFSET__+0x7f8060>\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\n     2a0:\te0 e6       \tldi\tr30, 0x60\t; 96\n     2a2:\tf0 e0       \tldi\tr31, 0x00\t; 0\n     2a4:\t83 81       \tldd\tr24, Z+3\t; 0x03\n     2a6:\t80 fd       \tsbrc\tr24, 0\n     2a8:\tfd cf       \trjmp\t.-6      \t; 0x2a4 <_Z17deviceSetCPUSpeedh+0x18>\n}\n     2aa:\t08 95       \tret\n\n000002ac <_Z11deviceLedOnv>:\n\nvoid deviceLedOn() {\n\t//PORTB.DIR |= PIN5_bm; // output\n\tPORTB.OUTSET = PIN5_bm; // on\n     2ac:\t80 e2       \tldi\tr24, 0x20\t; 32\n     2ae:\t80 93 25 04 \tsts\t0x0425, r24\t; 0x800425 <__RODATA_PM_OFFSET__+0x7f8425>\n     2b2:\t08 95       \tret\n\n000002b4 <_Z12deviceLedOffv>:\n}\n\nvoid deviceLedOff() {\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n     2b4:\t80 e2       \tldi\tr24, 0x20\t; 32\n     2b6:\t80 93 26 04 \tsts\t0x0426, r24\t; 0x800426 <__RODATA_PM_OFFSET__+0x7f8426>\n     2ba:\t08 95       \tret\n\n000002bc <_Z11deviceBlinkh>:\n}\n\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n     2bc:\t88 23       \tand\tr24, r24\n     2be:\ta9 f0       \tbreq\t.+42     \t; 0x2ea <_Z11deviceBlinkh+0x2e>\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\n}\n\nvoid deviceLedOn() {\n\t//PORTB.DIR |= PIN5_bm; // output\n\tPORTB.OUTSET = PIN5_bm; // on\n     2c0:\te0 e2       \tldi\tr30, 0x20\t; 32\n     2c2:\tf4 e0       \tldi\tr31, 0x04\t; 4\n     2c4:\t90 e2       \tldi\tr25, 0x20\t; 32\n     2c6:\t95 83       \tstd\tZ+5, r25\t; 0x05\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n     2c8:\taf e4       \tldi\tr26, 0x4F\t; 79\n     2ca:\tb3 ec       \tldi\tr27, 0xC3\t; 195\n     2cc:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     2ce:\tf1 f7       \tbrne\t.-4      \t; 0x2cc <_Z11deviceBlinkh+0x10>\n     2d0:\t00 c0       \trjmp\t.+0      \t; 0x2d2 <_Z11deviceBlinkh+0x16>\n     2d2:\t00 00       \tnop\n}\n\nvoid deviceLedOff() {\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n     2d4:\t96 83       \tstd\tZ+6, r25\t; 0x06\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n\t\tdeviceLedOn();\n\t\t_delay_ms(200);\n\t\tdeviceLedOff();\n\t\tif(times != 1) { _delay_ms(200); }\n     2d6:\t81 30       \tcpi\tr24, 0x01\t; 1\n     2d8:\t41 f0       \tbreq\t.+16     \t; 0x2ea <_Z11deviceBlinkh+0x2e>\n     2da:\taf e4       \tldi\tr26, 0x4F\t; 79\n     2dc:\tb3 ec       \tldi\tr27, 0xC3\t; 195\n     2de:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     2e0:\tf1 f7       \tbrne\t.-4      \t; 0x2de <_Z11deviceBlinkh+0x22>\n     2e2:\t00 c0       \trjmp\t.+0      \t; 0x2e4 <_Z11deviceBlinkh+0x28>\n     2e4:\t00 00       \tnop\n\t\ttimes--;\n     2e6:\t81 50       \tsubi\tr24, 0x01\t; 1\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n}\n\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n     2e8:\t71 f7       \tbrne\t.-36     \t; 0x2c6 <_Z11deviceBlinkh+0xa>\n     2ea:\t08 95       \tret\n\n000002ec <_Z16eepromReadMemorymPhm>:\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n\t}\t\n}\n\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len) {\n     2ec:\t2f 92       \tpush\tr2\n     2ee:\t3f 92       \tpush\tr3\n     2f0:\t4f 92       \tpush\tr4\n     2f2:\t5f 92       \tpush\tr5\n     2f4:\t6f 92       \tpush\tr6\n     2f6:\t7f 92       \tpush\tr7\n     2f8:\t8f 92       \tpush\tr8\n     2fa:\t9f 92       \tpush\tr9\n     2fc:\taf 92       \tpush\tr10\n     2fe:\tbf 92       \tpush\tr11\n     300:\tcf 92       \tpush\tr12\n     302:\tdf 92       \tpush\tr13\n     304:\tef 92       \tpush\tr14\n     306:\tff 92       \tpush\tr15\n     308:\t0f 93       \tpush\tr16\n     30a:\t1f 93       \tpush\tr17\n     30c:\tcf 93       \tpush\tr28\n     30e:\tdf 93       \tpush\tr29\n\t// read wraps around automatically\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n     310:\t6b 01       \tmovw\tr12, r22\n     312:\t7c 01       \tmovw\tr14, r24\n     314:\tc0 0e       \tadd\tr12, r16\n     316:\td1 1e       \tadc\tr13, r17\n     318:\te2 1e       \tadc\tr14, r18\n     31a:\tf3 1e       \tadc\tr15, r19\n     31c:\te1 e0       \tldi\tr30, 0x01\t; 1\n     31e:\tce 16       \tcp\tr12, r30\n     320:\td1 04       \tcpc\tr13, r1\n     322:\te2 e0       \tldi\tr30, 0x02\t; 2\n     324:\tee 06       \tcpc\tr14, r30\n     326:\tf1 04       \tcpc\tr15, r1\n     328:\t08 f0       \tbrcs\t.+2      \t; 0x32c <_Z16eepromReadMemorymPhm+0x40>\n     32a:\t48 c0       \trjmp\t.+144    \t; 0x3bc <_Z16eepromReadMemorymPhm+0xd0>\n\ti2cStop();\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n     32c:\t61 15       \tcp\tr22, r1\n     32e:\t71 05       \tcpc\tr23, r1\n     330:\te1 e0       \tldi\tr30, 0x01\t; 1\n     332:\t8e 07       \tcpc\tr24, r30\n     334:\t91 05       \tcpc\tr25, r1\n     336:\t10 f0       \tbrcs\t.+4      \t; 0x33c <_Z16eepromReadMemorymPhm+0x50>\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n\t}\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n     338:\tc1 e5       \tldi\tr28, 0x51\t; 81\n     33a:\t01 c0       \trjmp\t.+2      \t; 0x33e <_Z16eepromReadMemorymPhm+0x52>\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n     33c:\tc0 e5       \tldi\tr28, 0x50\t; 80\n     33e:\t48 01       \tmovw\tr8, r16\n     340:\t59 01       \tmovw\tr10, r18\n     342:\t1a 01       \tmovw\tr2, r20\n     344:\t6b 01       \tmovw\tr12, r22\n     346:\t7c 01       \tmovw\tr14, r24\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n\t\treturn false;\n\t}\n\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\n\tif(!i2cStartWrite(i2cAddress)) { return false; }\n     348:\t8c 2f       \tmov\tr24, r28\n     34a:\t0e 94 ec 07 \tcall\t0xfd8\t; 0xfd8 <_Z13i2cStartWriteh>\n     34e:\t18 2f       \tmov\tr17, r24\n     350:\t88 23       \tand\tr24, r24\n     352:\ta9 f1       \tbreq\t.+106    \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n     354:\t8d 2d       \tmov\tr24, r13\n     356:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     35a:\t18 2f       \tmov\tr17, r24\n     35c:\t88 23       \tand\tr24, r24\n     35e:\t79 f1       \tbreq\t.+94     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     360:\t8c 2d       \tmov\tr24, r12\n     362:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     366:\t18 2f       \tmov\tr17, r24\n     368:\t88 23       \tand\tr24, r24\n     36a:\t49 f1       \tbreq\t.+82     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\t\n\tif(!i2cStartRead(i2cAddress)) { return false; }\n     36c:\t8c 2f       \tmov\tr24, r28\n     36e:\t0e 94 da 07 \tcall\t0xfb4\t; 0xfb4 <_Z12i2cStartReadh>\n     372:\t18 2f       \tmov\tr17, r24\n     374:\t88 23       \tand\tr24, r24\n     376:\t19 f1       \tbreq\t.+70     \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n\tuint32_t i = 0;\n\twhile(i < (len - 1)) {\n     378:\t81 e0       \tldi\tr24, 0x01\t; 1\n     37a:\t88 1a       \tsub\tr8, r24\n     37c:\t91 08       \tsbc\tr9, r1\n     37e:\ta1 08       \tsbc\tr10, r1\n     380:\tb1 08       \tsbc\tr11, r1\n     382:\t91 f0       \tbreq\t.+36     \t; 0x3a8 <_Z16eepromReadMemorymPhm+0xbc>\n     384:\te1 01       \tmovw\tr28, r2\n     386:\t41 2c       \tmov\tr4, r1\n     388:\t51 2c       \tmov\tr5, r1\n     38a:\t32 01       \tmovw\tr6, r4\n\t\tresult_arr[i] = i2cRead(true); // with ack\n     38c:\t81 e0       \tldi\tr24, 0x01\t; 1\n     38e:\t0e 94 fd 07 \tcall\t0xffa\t; 0xffa <_Z7i2cReadb>\n     392:\t89 93       \tst\tY+, r24\n\t\ti++;\n     394:\tef ef       \tldi\tr30, 0xFF\t; 255\n     396:\t4e 1a       \tsub\tr4, r30\n     398:\t5e 0a       \tsbc\tr5, r30\n     39a:\t6e 0a       \tsbc\tr6, r30\n     39c:\t7e 0a       \tsbc\tr7, r30\n\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\n\tif(!i2cStartRead(i2cAddress)) { return false; }\n\tuint32_t i = 0;\n\twhile(i < (len - 1)) {\n     39e:\t48 14       \tcp\tr4, r8\n     3a0:\t59 04       \tcpc\tr5, r9\n     3a2:\t6a 04       \tcpc\tr6, r10\n     3a4:\t7b 04       \tcpc\tr7, r11\n     3a6:\t90 f3       \tbrcs\t.-28     \t; 0x38c <_Z16eepromReadMemorymPhm+0xa0>\n\t\tresult_arr[i] = i2cRead(true); // with ack\n\t\ti++;\n\t}\n\tresult_arr[i] = i2cRead(false); // last one: no ack\n     3a8:\te1 01       \tmovw\tr28, r2\n     3aa:\tc8 0d       \tadd\tr28, r8\n     3ac:\td9 1d       \tadc\tr29, r9\n     3ae:\t80 e0       \tldi\tr24, 0x00\t; 0\n     3b0:\t0e 94 fd 07 \tcall\t0xffa\t; 0xffa <_Z7i2cReadb>\n     3b4:\t88 83       \tst\tY, r24\n\ti2cStop();\n     3b6:\t0e 94 3b 08 \tcall\t0x1076\t; 0x1076 <_Z7i2cStopv>\n\treturn true;\n     3ba:\t01 c0       \trjmp\t.+2      \t; 0x3be <_Z16eepromReadMemorymPhm+0xd2>\n}\n\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len) {\n\t// read wraps around automatically\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n\t\treturn false;\n     3bc:\t10 e0       \tldi\tr17, 0x00\t; 0\n\t\ti++;\n\t}\n\tresult_arr[i] = i2cRead(false); // last one: no ack\n\ti2cStop();\n\treturn true;\n}\n     3be:\t81 2f       \tmov\tr24, r17\n     3c0:\tdf 91       \tpop\tr29\n     3c2:\tcf 91       \tpop\tr28\n     3c4:\t1f 91       \tpop\tr17\n     3c6:\t0f 91       \tpop\tr16\n     3c8:\tff 90       \tpop\tr15\n     3ca:\tef 90       \tpop\tr14\n     3cc:\tdf 90       \tpop\tr13\n     3ce:\tcf 90       \tpop\tr12\n     3d0:\tbf 90       \tpop\tr11\n     3d2:\taf 90       \tpop\tr10\n     3d4:\t9f 90       \tpop\tr9\n     3d6:\t8f 90       \tpop\tr8\n     3d8:\t7f 90       \tpop\tr7\n     3da:\t6f 90       \tpop\tr6\n     3dc:\t5f 90       \tpop\tr5\n     3de:\t4f 90       \tpop\tr4\n     3e0:\t3f 90       \tpop\tr3\n     3e2:\t2f 90       \tpop\tr2\n     3e4:\t08 95       \tret\n\n000003e6 <_Z17eepromBusyWritingv>:\n\nbool eepromBusyWriting() {\n     3e6:\t0f 93       \tpush\tr16\n     3e8:\t1f 93       \tpush\tr17\n     3ea:\tcf 93       \tpush\tr28\n     3ec:\tdf 93       \tpush\tr29\n     3ee:\t1f 92       \tpush\tr1\n     3f0:\tcd b7       \tin\tr28, 0x3d\t; 61\n     3f2:\tde b7       \tin\tr29, 0x3e\t; 62\n\tuint8_t val = 0x0;\n     3f4:\t19 82       \tstd\tY+1, r1\t; 0x01\n\tif(!eepromReadMemory(0, &val, 1)) { return true; }\n     3f6:\t01 e0       \tldi\tr16, 0x01\t; 1\n     3f8:\t10 e0       \tldi\tr17, 0x00\t; 0\n     3fa:\t20 e0       \tldi\tr18, 0x00\t; 0\n     3fc:\t30 e0       \tldi\tr19, 0x00\t; 0\n     3fe:\tae 01       \tmovw\tr20, r28\n     400:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n     402:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n     404:\t60 e0       \tldi\tr22, 0x00\t; 0\n     406:\t70 e0       \tldi\tr23, 0x00\t; 0\n     408:\tcb 01       \tmovw\tr24, r22\n     40a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n\treturn false; // ACKed the command\n}\n     40e:\t91 e0       \tldi\tr25, 0x01\t; 1\n     410:\t89 27       \teor\tr24, r25\n     412:\t0f 90       \tpop\tr0\n     414:\tdf 91       \tpop\tr29\n     416:\tcf 91       \tpop\tr28\n     418:\t1f 91       \tpop\tr17\n     41a:\t0f 91       \tpop\tr16\n     41c:\t08 95       \tret\n\n0000041e <_Z17eepromWriteMemorymPhm>:\n\nbool eepromWriteMemory(uint32_t adr, uint8_t *value_arr, uint32_t len) {\n     41e:\t2f 92       \tpush\tr2\n     420:\t3f 92       \tpush\tr3\n     422:\t4f 92       \tpush\tr4\n     424:\t5f 92       \tpush\tr5\n     426:\t6f 92       \tpush\tr6\n     428:\t7f 92       \tpush\tr7\n     42a:\t8f 92       \tpush\tr8\n     42c:\t9f 92       \tpush\tr9\n     42e:\taf 92       \tpush\tr10\n     430:\tbf 92       \tpush\tr11\n     432:\tcf 92       \tpush\tr12\n     434:\tdf 92       \tpush\tr13\n     436:\tef 92       \tpush\tr14\n     438:\tff 92       \tpush\tr15\n     43a:\t0f 93       \tpush\tr16\n     43c:\t1f 93       \tpush\tr17\n     43e:\tcf 93       \tpush\tr28\n     440:\tdf 93       \tpush\tr29\n     442:\tcd b7       \tin\tr28, 0x3d\t; 61\n     444:\tde b7       \tin\tr29, 0x3e\t; 62\n     446:\t2a 97       \tsbiw\tr28, 0x0a\t; 10\n     448:\tcd bf       \tout\t0x3d, r28\t; 61\n     44a:\tde bf       \tout\t0x3e, r29\t; 62\n     44c:\t2b 01       \tmovw\tr4, r22\n     44e:\t3c 01       \tmovw\tr6, r24\n     450:\t6a 01       \tmovw\tr12, r20\n     452:\t48 01       \tmovw\tr8, r16\n     454:\t59 01       \tmovw\tr10, r18\n\tuint16_t oneWriteCycleLen;\n\tbool finished = false;\n\tuint32_t arrayIndex = 0;\n\tuint16_t busyWritingTimeoutMs;\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n     456:\tdc 01       \tmovw\tr26, r24\n     458:\tcb 01       \tmovw\tr24, r22\n     45a:\t80 0f       \tadd\tr24, r16\n     45c:\t91 1f       \tadc\tr25, r17\n     45e:\ta2 1f       \tadc\tr26, r18\n     460:\tb3 1f       \tadc\tr27, r19\n     462:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     464:\ta2 40       \tsbci\tr26, 0x02\t; 2\n     466:\tb1 05       \tcpc\tr27, r1\n     468:\t08 f0       \tbrcs\t.+2      \t; 0x46c <_Z17eepromWriteMemorymPhm+0x4e>\n     46a:\tb1 c0       \trjmp\t.+354    \t; 0x5ce <_Z17eepromWriteMemorymPhm+0x1b0>\n     46c:\t81 14       \tcp\tr8, r1\n     46e:\t91 04       \tcpc\tr9, r1\n     470:\ta1 04       \tcpc\tr10, r1\n     472:\tb1 04       \tcpc\tr11, r1\n     474:\t09 f4       \tbrne\t.+2      \t; 0x478 <_Z17eepromWriteMemorymPhm+0x5a>\n     476:\tad c0       \trjmp\t.+346    \t; 0x5d2 <_Z17eepromWriteMemorymPhm+0x1b4>\n     478:\t00 e7       \tldi\tr16, 0x70\t; 112\n     47a:\t17 e1       \tldi\tr17, 0x17\t; 23\n     47c:\t0e 83       \tstd\tY+6, r16\t; 0x06\n     47e:\t1f 83       \tstd\tY+7, r17\t; 0x07\n     480:\t19 82       \tstd\tY+1, r1\t; 0x01\n     482:\t1a 82       \tstd\tY+2, r1\t; 0x02\n     484:\t1b 82       \tstd\tY+3, r1\t; 0x03\n     486:\t1c 82       \tstd\tY+4, r1\t; 0x04\n\t\treturn false;\n\t}\n\t\n\twhile(!finished) {\n\t\t// calculate how much to write\n\t\tpageStillFits = (uint16_t) (EEPROM_CAT24M01_PAGE_SIZE - (adr % EEPROM_CAT24M01_PAGE_SIZE)); // warning: page size maximum 2^16 = 65536\n     488:\t21 2c       \tmov\tr2, r1\n     48a:\t33 24       \teor\tr3, r3\n     48c:\t33 94       \tinc\tr3\n     48e:\t03 c0       \trjmp\t.+6      \t; 0x496 <_Z17eepromWriteMemorymPhm+0x78>\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n\t\treturn false;\n\t}\n\t\n\twhile(!finished) {\n     490:\t18 85       \tldd\tr17, Y+8\t; 0x08\n     492:\t11 11       \tcpse\tr17, r1\n     494:\ta0 c0       \trjmp\t.+320    \t; 0x5d6 <_Z17eepromWriteMemorymPhm+0x1b8>\n\t\t// calculate how much to write\n\t\tpageStillFits = (uint16_t) (EEPROM_CAT24M01_PAGE_SIZE - (adr % EEPROM_CAT24M01_PAGE_SIZE)); // warning: page size maximum 2^16 = 65536\n     496:\tc2 01       \tmovw\tr24, r4\n     498:\t99 27       \teor\tr25, r25\n     49a:\t71 01       \tmovw\tr14, r2\n     49c:\te8 1a       \tsub\tr14, r24\n     49e:\tf9 0a       \tsbc\tr15, r25\n\t\tif(pageStillFits > EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // page still fits more than 256 Bytes\n     4a0:\t21 e0       \tldi\tr18, 0x01\t; 1\n     4a2:\te2 16       \tcp\tr14, r18\n     4a4:\tf2 06       \tcpc\tr15, r18\n     4a6:\t50 f0       \tbrcs\t.+20     \t; 0x4bc <_Z17eepromWriteMemorymPhm+0x9e>\n\t\t\tif(len <= EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // all remaining data can go into the next 256 Bytes\n     4a8:\t31 e0       \tldi\tr19, 0x01\t; 1\n     4aa:\t83 16       \tcp\tr8, r19\n     4ac:\t93 06       \tcpc\tr9, r19\n     4ae:\ta1 04       \tcpc\tr10, r1\n     4b0:\tb1 04       \tcpc\tr11, r1\n     4b2:\t80 f4       \tbrcc\t.+32     \t; 0x4d4 <_Z17eepromWriteMemorymPhm+0xb6>\n\t\t\t\toneWriteCycleLen = len;\n     4b4:\t74 01       \tmovw\tr14, r8\n\t\t\t\tfinished = true;\n     4b6:\t01 e0       \tldi\tr16, 0x01\t; 1\n     4b8:\t08 87       \tstd\tY+8, r16\t; 0x08\n     4ba:\t10 c0       \trjmp\t.+32     \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n\t\t\telse { // write 256 Bytes, but next iteration necessary\n\t\t\t\toneWriteCycleLen = EEPROM_CAT24M01_MAX_WRITE_LENGTH;\n\t\t\t}\n\t\t}\n\t\telse { // page fits less than 256 Bytes, cannot write full length\n\t\t\tif(len <= pageStillFits) { // all remaining data can go into less than 30 Bytes\n     4bc:\tc7 01       \tmovw\tr24, r14\n     4be:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     4c0:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     4c2:\t88 15       \tcp\tr24, r8\n     4c4:\t99 05       \tcpc\tr25, r9\n     4c6:\taa 05       \tcpc\tr26, r10\n     4c8:\tbb 05       \tcpc\tr27, r11\n     4ca:\t38 f0       \tbrcs\t.+14     \t; 0x4da <_Z17eepromWriteMemorymPhm+0xbc>\n\t\t\t\toneWriteCycleLen = len;\n     4cc:\t74 01       \tmovw\tr14, r8\n\t\t\t\tfinished = true;\n     4ce:\t11 e0       \tldi\tr17, 0x01\t; 1\n     4d0:\t18 87       \tstd\tY+8, r17\t; 0x08\n     4d2:\t04 c0       \trjmp\t.+8      \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n     4d4:\t18 86       \tstd\tY+8, r1\t; 0x08\n\t\t\tif(len <= EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // all remaining data can go into the next 256 Bytes\n\t\t\t\toneWriteCycleLen = len;\n\t\t\t\tfinished = true;\n\t\t\t}\n\t\t\telse { // write 256 Bytes, but next iteration necessary\n\t\t\t\toneWriteCycleLen = EEPROM_CAT24M01_MAX_WRITE_LENGTH;\n     4d6:\t71 01       \tmovw\tr14, r2\n     4d8:\t01 c0       \trjmp\t.+2      \t; 0x4dc <_Z17eepromWriteMemorymPhm+0xbe>\n     4da:\t18 86       \tstd\tY+8, r1\t; 0x08\n\ti2cStop();\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n     4dc:\t41 14       \tcp\tr4, r1\n     4de:\t51 04       \tcpc\tr5, r1\n     4e0:\t21 e0       \tldi\tr18, 0x01\t; 1\n     4e2:\t62 06       \tcpc\tr6, r18\n     4e4:\t71 04       \tcpc\tr7, r1\n     4e6:\t10 f0       \tbrcs\t.+4      \t; 0x4ec <_Z17eepromWriteMemorymPhm+0xce>\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n\t}\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n     4e8:\t81 e5       \tldi\tr24, 0x51\t; 81\n     4ea:\t01 c0       \trjmp\t.+2      \t; 0x4ee <_Z17eepromWriteMemorymPhm+0xd0>\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n     4ec:\t80 e5       \tldi\tr24, 0x50\t; 80\n\t\t}\n\t\t\n\t\t// write\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n     4ee:\t0e 94 ec 07 \tcall\t0xfd8\t; 0xfd8 <_Z13i2cStartWriteh>\n     4f2:\t88 23       \tand\tr24, r24\n     4f4:\t09 f4       \tbrne\t.+2      \t; 0x4f8 <_Z17eepromWriteMemorymPhm+0xda>\n     4f6:\t74 c0       \trjmp\t.+232    \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n     4f8:\t85 2d       \tmov\tr24, r5\n     4fa:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     4fe:\t88 23       \tand\tr24, r24\n     500:\t09 f4       \tbrne\t.+2      \t; 0x504 <_Z17eepromWriteMemorymPhm+0xe6>\n     502:\t6e c0       \trjmp\t.+220    \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     504:\t84 2d       \tmov\tr24, r4\n     506:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     50a:\t8d 83       \tstd\tY+5, r24\t; 0x05\n     50c:\t88 23       \tand\tr24, r24\n     50e:\t09 f4       \tbrne\t.+2      \t; 0x512 <_Z17eepromWriteMemorymPhm+0xf4>\n     510:\t64 c0       \trjmp\t.+200    \t; 0x5da <_Z17eepromWriteMemorymPhm+0x1bc>\n\t\tfor(uint16_t i = 0; i < oneWriteCycleLen; i++) { // append data\n     512:\te1 14       \tcp\tr14, r1\n     514:\tf1 04       \tcpc\tr15, r1\n     516:\td9 f0       \tbreq\t.+54     \t; 0x54e <_Z17eepromWriteMemorymPhm+0x130>\n     518:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     51a:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     51c:\t0c 0d       \tadd\tr16, r12\n     51e:\t1d 1d       \tadc\tr17, r13\n     520:\t09 87       \tstd\tY+9, r16\t; 0x09\n     522:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n     524:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     526:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     528:\t0e 0d       \tadd\tr16, r14\n     52a:\t1f 1d       \tadc\tr17, r15\n     52c:\t0c 0d       \tadd\tr16, r12\n     52e:\t1d 1d       \tadc\tr17, r13\n\t\t\tif(!i2cWrite(value_arr[arrayIndex+i])) { return false; }\n     530:\te9 85       \tldd\tr30, Y+9\t; 0x09\n     532:\tfa 85       \tldd\tr31, Y+10\t; 0x0a\n     534:\t81 91       \tld\tr24, Z+\n     536:\te9 87       \tstd\tY+9, r30\t; 0x09\n     538:\tfa 87       \tstd\tY+10, r31\t; 0x0a\n     53a:\t0e 94 1d 08 \tcall\t0x103a\t; 0x103a <_Z8i2cWriteh>\n     53e:\t88 23       \tand\tr24, r24\n     540:\t09 f4       \tbrne\t.+2      \t; 0x544 <_Z17eepromWriteMemorymPhm+0x126>\n     542:\t4e c0       \trjmp\t.+156    \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\tfor(uint16_t i = 0; i < oneWriteCycleLen; i++) { // append data\n     544:\t29 85       \tldd\tr18, Y+9\t; 0x09\n     546:\t3a 85       \tldd\tr19, Y+10\t; 0x0a\n     548:\t20 17       \tcp\tr18, r16\n     54a:\t31 07       \tcpc\tr19, r17\n     54c:\t89 f7       \tbrne\t.-30     \t; 0x530 <_Z17eepromWriteMemorymPhm+0x112>\n\t\t\tif(!i2cWrite(value_arr[arrayIndex+i])) { return false; }\n\t\t}\n\t\ti2cStop();\n     54e:\t0e 94 3b 08 \tcall\t0x1076\t; 0x1076 <_Z7i2cStopv>\n     552:\t83 ec       \tldi\tr24, 0xC3\t; 195\n     554:\t99 e0       \tldi\tr25, 0x09\t; 9\n     556:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     558:\tf1 f7       \tbrne\t.-4      \t; 0x556 <_Z17eepromWriteMemorymPhm+0x138>\n     55a:\t00 c0       \trjmp\t.+0      \t; 0x55c <_Z17eepromWriteMemorymPhm+0x13e>\n     55c:\t00 00       \tnop\n     55e:\t08 ec       \tldi\tr16, 0xC8\t; 200\n     560:\t10 e0       \tldi\tr17, 0x00\t; 0\n     562:\t09 87       \tstd\tY+9, r16\t; 0x09\n     564:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n\t\t\n\t\t// wait until written\n\t\tbusyWritingTimeoutMs = 1000 / 5;\n\t\t_delay_ms(10); // VERY IMPORTANT! otherwise eepromBusyWriting is blocking for 100 ms!! not enough time after stop\n\t\twhile(eepromBusyWriting()) {\n     566:\t0e 94 f3 01 \tcall\t0x3e6\t; 0x3e6 <_Z17eepromBusyWritingv>\n     56a:\t88 23       \tand\tr24, r24\n     56c:\t79 f0       \tbreq\t.+30     \t; 0x58c <_Z17eepromWriteMemorymPhm+0x16e>\n     56e:\t81 ee       \tldi\tr24, 0xE1\t; 225\n     570:\t94 e0       \tldi\tr25, 0x04\t; 4\n     572:\t01 97       \tsbiw\tr24, 0x01\t; 1\n     574:\tf1 f7       \tbrne\t.-4      \t; 0x572 <_Z17eepromWriteMemorymPhm+0x154>\n     576:\t00 c0       \trjmp\t.+0      \t; 0x578 <_Z17eepromWriteMemorymPhm+0x15a>\n     578:\t00 00       \tnop\n     57a:\t09 85       \tldd\tr16, Y+9\t; 0x09\n     57c:\t1a 85       \tldd\tr17, Y+10\t; 0x0a\n     57e:\t01 50       \tsubi\tr16, 0x01\t; 1\n     580:\t11 09       \tsbc\tr17, r1\n     582:\t09 87       \tstd\tY+9, r16\t; 0x09\n     584:\t1a 87       \tstd\tY+10, r17\t; 0x0a\n\t\t\t_delay_ms(5);\n\t\t\tbusyWritingTimeoutMs--;\n\t\t\tif(busyWritingTimeoutMs == 0) { return false; }\n     586:\t01 2b       \tor\tr16, r17\n     588:\t71 f7       \tbrne\t.-36     \t; 0x566 <_Z17eepromWriteMemorymPhm+0x148>\n     58a:\t29 c0       \trjmp\t.+82     \t; 0x5de <_Z17eepromWriteMemorymPhm+0x1c0>\n\t\t}\n\t\t//print(\"TO:\"); printU32(busyWritingTimeoutMs); println(\"\");\n\t\t\n\t\t// decrement for next cycle\n\t\tlen -= oneWriteCycleLen;\n     58c:\ta7 01       \tmovw\tr20, r14\n     58e:\t60 e0       \tldi\tr22, 0x00\t; 0\n     590:\t70 e0       \tldi\tr23, 0x00\t; 0\n     592:\t84 1a       \tsub\tr8, r20\n     594:\t95 0a       \tsbc\tr9, r21\n     596:\ta6 0a       \tsbc\tr10, r22\n     598:\tb7 0a       \tsbc\tr11, r23\n\t\tadr += oneWriteCycleLen;\n     59a:\t44 0e       \tadd\tr4, r20\n     59c:\t55 1e       \tadc\tr5, r21\n     59e:\t66 1e       \tadc\tr6, r22\n     5a0:\t77 1e       \tadc\tr7, r23\n\t\tarrayIndex += oneWriteCycleLen;\n     5a2:\t09 81       \tldd\tr16, Y+1\t; 0x01\n     5a4:\t1a 81       \tldd\tr17, Y+2\t; 0x02\n     5a6:\t2b 81       \tldd\tr18, Y+3\t; 0x03\n     5a8:\t3c 81       \tldd\tr19, Y+4\t; 0x04\n     5aa:\t04 0f       \tadd\tr16, r20\n     5ac:\t15 1f       \tadc\tr17, r21\n     5ae:\t26 1f       \tadc\tr18, r22\n     5b0:\t37 1f       \tadc\tr19, r23\n     5b2:\t09 83       \tstd\tY+1, r16\t; 0x01\n     5b4:\t1a 83       \tstd\tY+2, r17\t; 0x02\n     5b6:\t2b 83       \tstd\tY+3, r18\t; 0x03\n     5b8:\t3c 83       \tstd\tY+4, r19\t; 0x04\n     5ba:\t0e 81       \tldd\tr16, Y+6\t; 0x06\n     5bc:\t1f 81       \tldd\tr17, Y+7\t; 0x07\n     5be:\t01 50       \tsubi\tr16, 0x01\t; 1\n     5c0:\t11 09       \tsbc\tr17, r1\n     5c2:\t0e 83       \tstd\tY+6, r16\t; 0x06\n     5c4:\t1f 83       \tstd\tY+7, r17\t; 0x07\n\t\tprotectionCount--;\n\t\tif(protectionCount == 0) { // timeout\n     5c6:\t01 2b       \tor\tr16, r17\n     5c8:\t09 f0       \tbreq\t.+2      \t; 0x5cc <_Z17eepromWriteMemorymPhm+0x1ae>\n     5ca:\t62 cf       \trjmp\t.-316    \t; 0x490 <_Z17eepromWriteMemorymPhm+0x72>\n     5cc:\t09 c0       \trjmp\t.+18     \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\tbool finished = false;\n\tuint32_t arrayIndex = 0;\n\tuint16_t busyWritingTimeoutMs;\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n\t\treturn false;\n     5ce:\t80 e0       \tldi\tr24, 0x00\t; 0\n     5d0:\t07 c0       \trjmp\t.+14     \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n     5d2:\t80 e0       \tldi\tr24, 0x00\t; 0\n     5d4:\t05 c0       \trjmp\t.+10     \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tprotectionCount--;\n\t\tif(protectionCount == 0) { // timeout\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n     5d6:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n     5d8:\t03 c0       \trjmp\t.+6      \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\t// write\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n     5da:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n     5dc:\t01 c0       \trjmp\t.+2      \t; 0x5e0 <_Z17eepromWriteMemorymPhm+0x1c2>\n\t\tbusyWritingTimeoutMs = 1000 / 5;\n\t\t_delay_ms(10); // VERY IMPORTANT! otherwise eepromBusyWriting is blocking for 100 ms!! not enough time after stop\n\t\twhile(eepromBusyWriting()) {\n\t\t\t_delay_ms(5);\n\t\t\tbusyWritingTimeoutMs--;\n\t\t\tif(busyWritingTimeoutMs == 0) { return false; }\n     5de:\t80 e0       \tldi\tr24, 0x00\t; 0\n\t\tif(protectionCount == 0) { // timeout\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n     5e0:\t2a 96       \tadiw\tr28, 0x0a\t; 10\n     5e2:\tcd bf       \tout\t0x3d, r28\t; 61\n     5e4:\tde bf       \tout\t0x3e, r29\t; 62\n     5e6:\tdf 91       \tpop\tr29\n     5e8:\tcf 91       \tpop\tr28\n     5ea:\t1f 91       \tpop\tr17\n     5ec:\t0f 91       \tpop\tr16\n     5ee:\tff 90       \tpop\tr15\n     5f0:\tef 90       \tpop\tr14\n     5f2:\tdf 90       \tpop\tr13\n     5f4:\tcf 90       \tpop\tr12\n     5f6:\tbf 90       \tpop\tr11\n     5f8:\taf 90       \tpop\tr10\n     5fa:\t9f 90       \tpop\tr9\n     5fc:\t8f 90       \tpop\tr8\n     5fe:\t7f 90       \tpop\tr7\n     600:\t6f 90       \tpop\tr6\n     602:\t5f 90       \tpop\tr5\n     604:\t4f 90       \tpop\tr4\n     606:\t3f 90       \tpop\tr3\n     608:\t2f 90       \tpop\tr2\n     60a:\t08 95       \tret\n\n0000060c <_Z25gpsConvertTwoDigit2NumberPc>:\n}*/\n\nvoid gpsSetBaudrate9600Permanently() {\n\tprintf(commandBaudrate9600Permanently); // request only GPGGA and GPRMC messages\n\t// needs to wait afterwards\t\n}\n     60c:\tfc 01       \tmovw\tr30, r24\n     60e:\t90 81       \tld\tr25, Z\n     610:\t99 0f       \tadd\tr25, r25\n     612:\t90 56       \tsubi\tr25, 0x60\t; 96\n     614:\t29 2f       \tmov\tr18, r25\n     616:\t22 0f       \tadd\tr18, r18\n     618:\t22 0f       \tadd\tr18, r18\n     61a:\t92 0f       \tadd\tr25, r18\n     61c:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     61e:\t80 ed       \tldi\tr24, 0xD0\t; 208\n     620:\t82 0f       \tadd\tr24, r18\n     622:\t89 0f       \tadd\tr24, r25\n     624:\t08 95       \tret\n\n00000626 <_Z17gpsRemoveAllCharsPcc>:\n     626:\tfc 01       \tmovw\tr30, r24\n     628:\t90 81       \tld\tr25, Z\n     62a:\t99 23       \tand\tr25, r25\n     62c:\t71 f0       \tbreq\t.+28     \t; 0x64a <_Z17gpsRemoveAllCharsPcc+0x24>\n     62e:\tdf 01       \tmovw\tr26, r30\n     630:\t11 96       \tadiw\tr26, 0x01\t; 1\n     632:\t90 83       \tst\tZ, r25\n     634:\t21 e0       \tldi\tr18, 0x01\t; 1\n     636:\t30 e0       \tldi\tr19, 0x00\t; 0\n     638:\t69 13       \tcpse\tr22, r25\n     63a:\t02 c0       \trjmp\t.+4      \t; 0x640 <_Z17gpsRemoveAllCharsPcc+0x1a>\n     63c:\t20 e0       \tldi\tr18, 0x00\t; 0\n     63e:\t30 e0       \tldi\tr19, 0x00\t; 0\n     640:\te2 0f       \tadd\tr30, r18\n     642:\tf3 1f       \tadc\tr31, r19\n     644:\t9d 91       \tld\tr25, X+\n     646:\t91 11       \tcpse\tr25, r1\n     648:\tf4 cf       \trjmp\t.-24     \t; 0x632 <_Z17gpsRemoveAllCharsPcc+0xc>\n     64a:\t10 82       \tst\tZ, r1\n     64c:\t08 95       \tret\n\n0000064e <_Z15gpsParseLatLongPc>:\n     64e:\t8f 92       \tpush\tr8\n     650:\t9f 92       \tpush\tr9\n     652:\taf 92       \tpush\tr10\n     654:\tbf 92       \tpush\tr11\n     656:\tcf 92       \tpush\tr12\n     658:\tdf 92       \tpush\tr13\n     65a:\tef 92       \tpush\tr14\n     65c:\tff 92       \tpush\tr15\n     65e:\t7c 01       \tmovw\tr14, r24\n     660:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     662:\t0e 94 13 03 \tcall\t0x626\t; 0x626 <_Z17gpsRemoveAllCharsPcc>\n     666:\tc7 01       \tmovw\tr24, r14\n     668:\t0e 94 7d 19 \tcall\t0x32fa\t; 0x32fa <atol>\n     66c:\t6b 01       \tmovw\tr12, r22\n     66e:\t7c 01       \tmovw\tr14, r24\n     670:\t20 e4       \tldi\tr18, 0x40\t; 64\n     672:\t32 e4       \tldi\tr19, 0x42\t; 66\n     674:\t4f e0       \tldi\tr20, 0x0F\t; 15\n     676:\t50 e0       \tldi\tr21, 0x00\t; 0\n     678:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     67c:\t49 01       \tmovw\tr8, r18\n     67e:\t5a 01       \tmovw\tr10, r20\n     680:\t60 e4       \tldi\tr22, 0x40\t; 64\n     682:\t72 e4       \tldi\tr23, 0x42\t; 66\n     684:\t8f e0       \tldi\tr24, 0x0F\t; 15\n     686:\t90 e0       \tldi\tr25, 0x00\t; 0\n     688:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     68c:\ta7 01       \tmovw\tr20, r14\n     68e:\t96 01       \tmovw\tr18, r12\n     690:\t26 1b       \tsub\tr18, r22\n     692:\t37 0b       \tsbc\tr19, r23\n     694:\t48 0b       \tsbc\tr20, r24\n     696:\t59 0b       \tsbc\tr21, r25\n     698:\tca 01       \tmovw\tr24, r20\n     69a:\tb9 01       \tmovw\tr22, r18\n     69c:\t26 e0       \tldi\tr18, 0x06\t; 6\n     69e:\t30 e0       \tldi\tr19, 0x00\t; 0\n     6a0:\t40 e0       \tldi\tr20, 0x00\t; 0\n     6a2:\t50 e0       \tldi\tr21, 0x00\t; 0\n     6a4:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n     6a8:\t69 01       \tmovw\tr12, r18\n     6aa:\t7a 01       \tmovw\tr14, r20\n     6ac:\ta5 01       \tmovw\tr20, r10\n     6ae:\t94 01       \tmovw\tr18, r8\n     6b0:\t60 ea       \tldi\tr22, 0xA0\t; 160\n     6b2:\t76 e8       \tldi\tr23, 0x86\t; 134\n     6b4:\t81 e0       \tldi\tr24, 0x01\t; 1\n     6b6:\t90 e0       \tldi\tr25, 0x00\t; 0\n     6b8:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     6bc:\t6c 0d       \tadd\tr22, r12\n     6be:\t7d 1d       \tadc\tr23, r13\n     6c0:\t8e 1d       \tadc\tr24, r14\n     6c2:\t9f 1d       \tadc\tr25, r15\n     6c4:\tff 90       \tpop\tr15\n     6c6:\tef 90       \tpop\tr14\n     6c8:\tdf 90       \tpop\tr13\n     6ca:\tcf 90       \tpop\tr12\n     6cc:\tbf 90       \tpop\tr11\n     6ce:\taf 90       \tpop\tr10\n     6d0:\t9f 90       \tpop\tr9\n     6d2:\t8f 90       \tpop\tr8\n     6d4:\t08 95       \tret\n\n000006d6 <_Z18gpsGetUTCTimestampP5gps_t>:\n     6d6:\t4f 92       \tpush\tr4\n     6d8:\t5f 92       \tpush\tr5\n     6da:\t6f 92       \tpush\tr6\n     6dc:\t7f 92       \tpush\tr7\n     6de:\t8f 92       \tpush\tr8\n     6e0:\t9f 92       \tpush\tr9\n     6e2:\taf 92       \tpush\tr10\n     6e4:\tbf 92       \tpush\tr11\n     6e6:\tcf 92       \tpush\tr12\n     6e8:\tdf 92       \tpush\tr13\n     6ea:\tef 92       \tpush\tr14\n     6ec:\tff 92       \tpush\tr15\n     6ee:\tcf 93       \tpush\tr28\n     6f0:\tdf 93       \tpush\tr29\n     6f2:\tcd b7       \tin\tr28, 0x3d\t; 61\n     6f4:\tde b7       \tin\tr29, 0x3e\t; 62\n     6f6:\te8 97       \tsbiw\tr28, 0x38\t; 56\n     6f8:\tcd bf       \tout\t0x3d, r28\t; 61\n     6fa:\tde bf       \tout\t0x3e, r29\t; 62\n     6fc:\tfc 01       \tmovw\tr30, r24\n     6fe:\t89 2b       \tor\tr24, r25\n     700:\t09 f4       \tbrne\t.+2      \t; 0x704 <_Z18gpsGetUTCTimestampP5gps_t+0x2e>\n     702:\tf1 c1       \trjmp\t.+994    \t; 0xae6 <__DATA_REGION_LENGTH__+0x2e6>\n     704:\t65 81       \tldd\tr22, Z+5\t; 0x05\n     706:\t60 35       \tcpi\tr22, 0x50\t; 80\n     708:\t09 f4       \tbrne\t.+2      \t; 0x70c <_Z18gpsGetUTCTimestampP5gps_t+0x36>\n     70a:\tf1 c1       \trjmp\t.+994    \t; 0xaee <__DATA_REGION_LENGTH__+0x2ee>\n     70c:\tc6 2e       \tmov\tr12, r22\n     70e:\td1 2c       \tmov\tr13, r1\n     710:\t20 e3       \tldi\tr18, 0x30\t; 48\n     712:\tc2 1a       \tsub\tr12, r18\n     714:\t28 ef       \tldi\tr18, 0xF8\t; 248\n     716:\td2 0a       \tsbc\tr13, r18\n     718:\t42 80       \tldd\tr4, Z+2\t; 0x02\n     71a:\t84 2c       \tmov\tr8, r4\n     71c:\t91 2c       \tmov\tr9, r1\n     71e:\ta1 2c       \tmov\tr10, r1\n     720:\tb1 2c       \tmov\tr11, r1\n     722:\t20 81       \tld\tr18, Z\n     724:\t30 e0       \tldi\tr19, 0x00\t; 0\n     726:\ta0 e1       \tldi\tr26, 0x10\t; 16\n     728:\tbe e0       \tldi\tr27, 0x0E\t; 14\n     72a:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     72e:\t6d 83       \tstd\tY+5, r22\t; 0x05\n     730:\t7e 83       \tstd\tY+6, r23\t; 0x06\n     732:\t8f 83       \tstd\tY+7, r24\t; 0x07\n     734:\t98 87       \tstd\tY+8, r25\t; 0x08\n     736:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     738:\t30 e0       \tldi\tr19, 0x00\t; 0\n     73a:\tac e3       \tldi\tr26, 0x3C\t; 60\n     73c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     73e:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     742:\t69 87       \tstd\tY+9, r22\t; 0x09\n     744:\t7a 87       \tstd\tY+10, r23\t; 0x0a\n     746:\t8b 87       \tstd\tY+11, r24\t; 0x0b\n     748:\t9c 87       \tstd\tY+12, r25\t; 0x0c\n     74a:\t23 81       \tldd\tr18, Z+3\t; 0x03\n     74c:\t42 2e       \tmov\tr4, r18\n     74e:\t51 2c       \tmov\tr5, r1\n     750:\t61 2c       \tmov\tr6, r1\n     752:\t71 2c       \tmov\tr7, r1\n     754:\t44 81       \tldd\tr20, Z+4\t; 0x04\n     756:\t42 30       \tcpi\tr20, 0x02\t; 2\n     758:\t28 f4       \tbrcc\t.+10     \t; 0x764 <_Z18gpsGetUTCTimestampP5gps_t+0x8e>\n     75a:\t19 82       \tstd\tY+1, r1\t; 0x01\n     75c:\t1a 82       \tstd\tY+2, r1\t; 0x02\n     75e:\t1b 82       \tstd\tY+3, r1\t; 0x03\n     760:\t1c 82       \tstd\tY+4, r1\t; 0x04\n     762:\t08 c0       \trjmp\t.+16     \t; 0x774 <_Z18gpsGetUTCTimestampP5gps_t+0x9e>\n     764:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     766:\t70 e0       \tldi\tr23, 0x00\t; 0\n     768:\t80 e0       \tldi\tr24, 0x00\t; 0\n     76a:\t90 e0       \tldi\tr25, 0x00\t; 0\n     76c:\t69 83       \tstd\tY+1, r22\t; 0x01\n     76e:\t7a 83       \tstd\tY+2, r23\t; 0x02\n     770:\t8b 83       \tstd\tY+3, r24\t; 0x03\n     772:\t9c 83       \tstd\tY+4, r25\t; 0x04\n     774:\t43 30       \tcpi\tr20, 0x03\t; 3\n     776:\td0 f1       \tbrcs\t.+116    \t; 0x7ec <_Z18gpsGetUTCTimestampP5gps_t+0x116>\n     778:\t96 01       \tmovw\tr18, r12\n     77a:\t32 95       \tswap\tr19\n     77c:\t22 95       \tswap\tr18\n     77e:\t2f 70       \tandi\tr18, 0x0F\t; 15\n     780:\t23 27       \teor\tr18, r19\n     782:\t3f 70       \tandi\tr19, 0x0F\t; 15\n     784:\t23 27       \teor\tr18, r19\n     786:\tae e3       \tldi\tr26, 0x3E\t; 62\n     788:\tba e0       \tldi\tr27, 0x0A\t; 10\n     78a:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     78e:\t20 e9       \tldi\tr18, 0x90\t; 144\n     790:\t31 e0       \tldi\tr19, 0x01\t; 1\n     792:\tdc 01       \tmovw\tr26, r24\n     794:\ta2 9f       \tmul\tr26, r18\n     796:\tc0 01       \tmovw\tr24, r0\n     798:\ta3 9f       \tmul\tr26, r19\n     79a:\t90 0d       \tadd\tr25, r0\n     79c:\tb2 9f       \tmul\tr27, r18\n     79e:\t90 0d       \tadd\tr25, r0\n     7a0:\t11 24       \teor\tr1, r1\n     7a2:\tc8 16       \tcp\tr12, r24\n     7a4:\td9 06       \tcpc\tr13, r25\n     7a6:\t39 f1       \tbreq\t.+78     \t; 0x7f6 <_Z18gpsGetUTCTimestampP5gps_t+0x120>\n     7a8:\t96 01       \tmovw\tr18, r12\n     7aa:\t36 95       \tlsr\tr19\n     7ac:\t27 95       \tror\tr18\n     7ae:\t36 95       \tlsr\tr19\n     7b0:\t27 95       \tror\tr18\n     7b2:\tab e7       \tldi\tr26, 0x7B\t; 123\n     7b4:\tb4 e1       \tldi\tr27, 0x14\t; 20\n     7b6:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n     7ba:\t96 95       \tlsr\tr25\n     7bc:\t87 95       \tror\tr24\n     7be:\t54 e6       \tldi\tr21, 0x64\t; 100\n     7c0:\t58 9f       \tmul\tr21, r24\n     7c2:\t90 01       \tmovw\tr18, r0\n     7c4:\t59 9f       \tmul\tr21, r25\n     7c6:\t30 0d       \tadd\tr19, r0\n     7c8:\t11 24       \teor\tr1, r1\n     7ca:\tc2 16       \tcp\tr12, r18\n     7cc:\td3 06       \tcpc\tr13, r19\n     7ce:\te1 f0       \tbreq\t.+56     \t; 0x808 <__DATA_REGION_LENGTH__+0x8>\n     7d0:\tc6 01       \tmovw\tr24, r12\n     7d2:\t83 70       \tandi\tr24, 0x03\t; 3\n     7d4:\t99 27       \teor\tr25, r25\n     7d6:\t89 2b       \tor\tr24, r25\n     7d8:\t01 f1       \tbreq\t.+64     \t; 0x81a <__DATA_REGION_LENGTH__+0x1a>\n     7da:\t6c e1       \tldi\tr22, 0x1C\t; 28\n     7dc:\t70 e0       \tldi\tr23, 0x00\t; 0\n     7de:\t80 e0       \tldi\tr24, 0x00\t; 0\n     7e0:\t90 e0       \tldi\tr25, 0x00\t; 0\n     7e2:\t69 8b       \tstd\tY+17, r22\t; 0x11\n     7e4:\t7a 8b       \tstd\tY+18, r23\t; 0x12\n     7e6:\t8b 8b       \tstd\tY+19, r24\t; 0x13\n     7e8:\t9c 8b       \tstd\tY+20, r25\t; 0x14\n     7ea:\t1f c0       \trjmp\t.+62     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     7ec:\t19 8a       \tstd\tY+17, r1\t; 0x11\n     7ee:\t1a 8a       \tstd\tY+18, r1\t; 0x12\n     7f0:\t1b 8a       \tstd\tY+19, r1\t; 0x13\n     7f2:\t1c 8a       \tstd\tY+20, r1\t; 0x14\n     7f4:\t1a c0       \trjmp\t.+52     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     7f6:\t8d e1       \tldi\tr24, 0x1D\t; 29\n     7f8:\t90 e0       \tldi\tr25, 0x00\t; 0\n     7fa:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     7fc:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     7fe:\t89 8b       \tstd\tY+17, r24\t; 0x11\n     800:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n     802:\tab 8b       \tstd\tY+19, r26\t; 0x13\n     804:\tbc 8b       \tstd\tY+20, r27\t; 0x14\n     806:\t11 c0       \trjmp\t.+34     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     808:\t6c e1       \tldi\tr22, 0x1C\t; 28\n     80a:\t70 e0       \tldi\tr23, 0x00\t; 0\n     80c:\t80 e0       \tldi\tr24, 0x00\t; 0\n     80e:\t90 e0       \tldi\tr25, 0x00\t; 0\n     810:\t69 8b       \tstd\tY+17, r22\t; 0x11\n     812:\t7a 8b       \tstd\tY+18, r23\t; 0x12\n     814:\t8b 8b       \tstd\tY+19, r24\t; 0x13\n     816:\t9c 8b       \tstd\tY+20, r25\t; 0x14\n     818:\t08 c0       \trjmp\t.+16     \t; 0x82a <__DATA_REGION_LENGTH__+0x2a>\n     81a:\t8d e1       \tldi\tr24, 0x1D\t; 29\n     81c:\t90 e0       \tldi\tr25, 0x00\t; 0\n     81e:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     820:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     822:\t89 8b       \tstd\tY+17, r24\t; 0x11\n     824:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n     826:\tab 8b       \tstd\tY+19, r26\t; 0x13\n     828:\tbc 8b       \tstd\tY+20, r27\t; 0x14\n     82a:\t44 30       \tcpi\tr20, 0x04\t; 4\n     82c:\t28 f4       \tbrcc\t.+10     \t; 0x838 <__DATA_REGION_LENGTH__+0x38>\n     82e:\t1d 8a       \tstd\tY+21, r1\t; 0x15\n     830:\t1e 8a       \tstd\tY+22, r1\t; 0x16\n     832:\t1f 8a       \tstd\tY+23, r1\t; 0x17\n     834:\t18 8e       \tstd\tY+24, r1\t; 0x18\n     836:\t08 c0       \trjmp\t.+16     \t; 0x848 <__DATA_REGION_LENGTH__+0x48>\n     838:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     83a:\t70 e0       \tldi\tr23, 0x00\t; 0\n     83c:\t80 e0       \tldi\tr24, 0x00\t; 0\n     83e:\t90 e0       \tldi\tr25, 0x00\t; 0\n     840:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n     842:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n     844:\t8f 8b       \tstd\tY+23, r24\t; 0x17\n     846:\t98 8f       \tstd\tY+24, r25\t; 0x18\n     848:\t45 30       \tcpi\tr20, 0x05\t; 5\n     84a:\t28 f4       \tbrcc\t.+10     \t; 0x856 <__DATA_REGION_LENGTH__+0x56>\n     84c:\t19 8e       \tstd\tY+25, r1\t; 0x19\n     84e:\t1a 8e       \tstd\tY+26, r1\t; 0x1a\n     850:\t1b 8e       \tstd\tY+27, r1\t; 0x1b\n     852:\t1c 8e       \tstd\tY+28, r1\t; 0x1c\n     854:\t08 c0       \trjmp\t.+16     \t; 0x866 <__DATA_REGION_LENGTH__+0x66>\n     856:\t8e e1       \tldi\tr24, 0x1E\t; 30\n     858:\t90 e0       \tldi\tr25, 0x00\t; 0\n     85a:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     85c:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     85e:\t89 8f       \tstd\tY+25, r24\t; 0x19\n     860:\t9a 8f       \tstd\tY+26, r25\t; 0x1a\n     862:\tab 8f       \tstd\tY+27, r26\t; 0x1b\n     864:\tbc 8f       \tstd\tY+28, r27\t; 0x1c\n     866:\t46 30       \tcpi\tr20, 0x06\t; 6\n     868:\t28 f4       \tbrcc\t.+10     \t; 0x874 <__DATA_REGION_LENGTH__+0x74>\n     86a:\t1d 8e       \tstd\tY+29, r1\t; 0x1d\n     86c:\t1e 8e       \tstd\tY+30, r1\t; 0x1e\n     86e:\t1f 8e       \tstd\tY+31, r1\t; 0x1f\n     870:\t18 a2       \tstd\tY+32, r1\t; 0x20\n     872:\t08 c0       \trjmp\t.+16     \t; 0x884 <__DATA_REGION_LENGTH__+0x84>\n     874:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     876:\t70 e0       \tldi\tr23, 0x00\t; 0\n     878:\t80 e0       \tldi\tr24, 0x00\t; 0\n     87a:\t90 e0       \tldi\tr25, 0x00\t; 0\n     87c:\t6d 8f       \tstd\tY+29, r22\t; 0x1d\n     87e:\t7e 8f       \tstd\tY+30, r23\t; 0x1e\n     880:\t8f 8f       \tstd\tY+31, r24\t; 0x1f\n     882:\t98 a3       \tstd\tY+32, r25\t; 0x20\n     884:\t47 30       \tcpi\tr20, 0x07\t; 7\n     886:\t28 f4       \tbrcc\t.+10     \t; 0x892 <__DATA_REGION_LENGTH__+0x92>\n     888:\t19 a2       \tstd\tY+33, r1\t; 0x21\n     88a:\t1a a2       \tstd\tY+34, r1\t; 0x22\n     88c:\t1b a2       \tstd\tY+35, r1\t; 0x23\n     88e:\t1c a2       \tstd\tY+36, r1\t; 0x24\n     890:\t08 c0       \trjmp\t.+16     \t; 0x8a2 <__DATA_REGION_LENGTH__+0xa2>\n     892:\t8e e1       \tldi\tr24, 0x1E\t; 30\n     894:\t90 e0       \tldi\tr25, 0x00\t; 0\n     896:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     898:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     89a:\t89 a3       \tstd\tY+33, r24\t; 0x21\n     89c:\t9a a3       \tstd\tY+34, r25\t; 0x22\n     89e:\tab a3       \tstd\tY+35, r26\t; 0x23\n     8a0:\tbc a3       \tstd\tY+36, r27\t; 0x24\n     8a2:\t48 30       \tcpi\tr20, 0x08\t; 8\n     8a4:\t28 f4       \tbrcc\t.+10     \t; 0x8b0 <__DATA_REGION_LENGTH__+0xb0>\n     8a6:\t1d a2       \tstd\tY+37, r1\t; 0x25\n     8a8:\t1e a2       \tstd\tY+38, r1\t; 0x26\n     8aa:\t1f a2       \tstd\tY+39, r1\t; 0x27\n     8ac:\t18 a6       \tstd\tY+40, r1\t; 0x28\n     8ae:\t08 c0       \trjmp\t.+16     \t; 0x8c0 <__DATA_REGION_LENGTH__+0xc0>\n     8b0:\t6f e1       \tldi\tr22, 0x1F\t; 31\n     8b2:\t70 e0       \tldi\tr23, 0x00\t; 0\n     8b4:\t80 e0       \tldi\tr24, 0x00\t; 0\n     8b6:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8b8:\t6d a3       \tstd\tY+37, r22\t; 0x25\n     8ba:\t7e a3       \tstd\tY+38, r23\t; 0x26\n     8bc:\t8f a3       \tstd\tY+39, r24\t; 0x27\n     8be:\t98 a7       \tstd\tY+40, r25\t; 0x28\n     8c0:\t49 30       \tcpi\tr20, 0x09\t; 9\n     8c2:\t28 f4       \tbrcc\t.+10     \t; 0x8ce <__DATA_REGION_LENGTH__+0xce>\n     8c4:\t19 a6       \tstd\tY+41, r1\t; 0x29\n     8c6:\t1a a6       \tstd\tY+42, r1\t; 0x2a\n     8c8:\t1b a6       \tstd\tY+43, r1\t; 0x2b\n     8ca:\t1c a6       \tstd\tY+44, r1\t; 0x2c\n     8cc:\t08 c0       \trjmp\t.+16     \t; 0x8de <__DATA_REGION_LENGTH__+0xde>\n     8ce:\t8f e1       \tldi\tr24, 0x1F\t; 31\n     8d0:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8d2:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     8d4:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     8d6:\t89 a7       \tstd\tY+41, r24\t; 0x29\n     8d8:\t9a a7       \tstd\tY+42, r25\t; 0x2a\n     8da:\tab a7       \tstd\tY+43, r26\t; 0x2b\n     8dc:\tbc a7       \tstd\tY+44, r27\t; 0x2c\n     8de:\t4a 30       \tcpi\tr20, 0x0A\t; 10\n     8e0:\t28 f4       \tbrcc\t.+10     \t; 0x8ec <__DATA_REGION_LENGTH__+0xec>\n     8e2:\t1d a6       \tstd\tY+45, r1\t; 0x2d\n     8e4:\t1e a6       \tstd\tY+46, r1\t; 0x2e\n     8e6:\t1f a6       \tstd\tY+47, r1\t; 0x2f\n     8e8:\t18 aa       \tstd\tY+48, r1\t; 0x30\n     8ea:\t08 c0       \trjmp\t.+16     \t; 0x8fc <__DATA_REGION_LENGTH__+0xfc>\n     8ec:\t6e e1       \tldi\tr22, 0x1E\t; 30\n     8ee:\t70 e0       \tldi\tr23, 0x00\t; 0\n     8f0:\t80 e0       \tldi\tr24, 0x00\t; 0\n     8f2:\t90 e0       \tldi\tr25, 0x00\t; 0\n     8f4:\t6d a7       \tstd\tY+45, r22\t; 0x2d\n     8f6:\t7e a7       \tstd\tY+46, r23\t; 0x2e\n     8f8:\t8f a7       \tstd\tY+47, r24\t; 0x2f\n     8fa:\t98 ab       \tstd\tY+48, r25\t; 0x30\n     8fc:\t4b 30       \tcpi\tr20, 0x0B\t; 11\n     8fe:\t28 f4       \tbrcc\t.+10     \t; 0x90a <__DATA_REGION_LENGTH__+0x10a>\n     900:\t19 aa       \tstd\tY+49, r1\t; 0x31\n     902:\t1a aa       \tstd\tY+50, r1\t; 0x32\n     904:\t1b aa       \tstd\tY+51, r1\t; 0x33\n     906:\t1c aa       \tstd\tY+52, r1\t; 0x34\n     908:\t08 c0       \trjmp\t.+16     \t; 0x91a <__DATA_REGION_LENGTH__+0x11a>\n     90a:\t8f e1       \tldi\tr24, 0x1F\t; 31\n     90c:\t90 e0       \tldi\tr25, 0x00\t; 0\n     90e:\ta0 e0       \tldi\tr26, 0x00\t; 0\n     910:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     912:\t89 ab       \tstd\tY+49, r24\t; 0x31\n     914:\t9a ab       \tstd\tY+50, r25\t; 0x32\n     916:\tab ab       \tstd\tY+51, r26\t; 0x33\n     918:\tbc ab       \tstd\tY+52, r27\t; 0x34\n     91a:\t4c 30       \tcpi\tr20, 0x0C\t; 12\n     91c:\t28 f4       \tbrcc\t.+10     \t; 0x928 <__DATA_REGION_LENGTH__+0x128>\n     91e:\t1d aa       \tstd\tY+53, r1\t; 0x35\n     920:\t1e aa       \tstd\tY+54, r1\t; 0x36\n     922:\t1f aa       \tstd\tY+55, r1\t; 0x37\n     924:\t18 ae       \tstd\tY+56, r1\t; 0x38\n     926:\t08 c0       \trjmp\t.+16     \t; 0x938 <__DATA_REGION_LENGTH__+0x138>\n     928:\t2e e1       \tldi\tr18, 0x1E\t; 30\n     92a:\t30 e0       \tldi\tr19, 0x00\t; 0\n     92c:\t40 e0       \tldi\tr20, 0x00\t; 0\n     92e:\t50 e0       \tldi\tr21, 0x00\t; 0\n     930:\t2d ab       \tstd\tY+53, r18\t; 0x35\n     932:\t3e ab       \tstd\tY+54, r19\t; 0x36\n     934:\t4f ab       \tstd\tY+55, r20\t; 0x37\n     936:\t58 af       \tstd\tY+56, r21\t; 0x38\n     938:\te1 2c       \tmov\tr14, r1\n     93a:\tf1 2c       \tmov\tr15, r1\n     93c:\td7 01       \tmovw\tr26, r14\n     93e:\tc6 01       \tmovw\tr24, r12\n     940:\t81 5b       \tsubi\tr24, 0xB1\t; 177\n     942:\t97 40       \tsbci\tr25, 0x07\t; 7\n     944:\ta1 09       \tsbc\tr26, r1\n     946:\tb1 09       \tsbc\tr27, r1\n     948:\tac 01       \tmovw\tr20, r24\n     94a:\tbd 01       \tmovw\tr22, r26\n     94c:\t76 95       \tlsr\tr23\n     94e:\t67 95       \tror\tr22\n     950:\t57 95       \tror\tr21\n     952:\t47 95       \tror\tr20\n     954:\t76 95       \tlsr\tr23\n     956:\t67 95       \tror\tr22\n     958:\t57 95       \tror\tr21\n     95a:\t47 95       \tror\tr20\n     95c:\t4d 87       \tstd\tY+13, r20\t; 0x0d\n     95e:\t5e 87       \tstd\tY+14, r21\t; 0x0e\n     960:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n     962:\t78 8b       \tstd\tY+16, r23\t; 0x10\n     964:\tc7 01       \tmovw\tr24, r14\n     966:\tb6 01       \tmovw\tr22, r12\n     968:\t61 54       \tsubi\tr22, 0x41\t; 65\n     96a:\t76 40       \tsbci\tr23, 0x06\t; 6\n     96c:\t81 09       \tsbc\tr24, r1\n     96e:\t91 09       \tsbc\tr25, r1\n     970:\t20 e9       \tldi\tr18, 0x90\t; 144\n     972:\t31 e0       \tldi\tr19, 0x01\t; 1\n     974:\t40 e0       \tldi\tr20, 0x00\t; 0\n     976:\t50 e0       \tldi\tr21, 0x00\t; 0\n     978:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     97c:\t8d 85       \tldd\tr24, Y+13\t; 0x0d\n     97e:\t9e 85       \tldd\tr25, Y+14\t; 0x0e\n     980:\taf 85       \tldd\tr26, Y+15\t; 0x0f\n     982:\tb8 89       \tldd\tr27, Y+16\t; 0x10\n     984:\t82 0f       \tadd\tr24, r18\n     986:\t93 1f       \tadc\tr25, r19\n     988:\ta4 1f       \tadc\tr26, r20\n     98a:\tb5 1f       \tadc\tr27, r21\n     98c:\t84 0d       \tadd\tr24, r4\n     98e:\t95 1d       \tadc\tr25, r5\n     990:\ta6 1d       \tadc\tr26, r6\n     992:\tb7 1d       \tadc\tr27, r7\n     994:\t29 81       \tldd\tr18, Y+1\t; 0x01\n     996:\t3a 81       \tldd\tr19, Y+2\t; 0x02\n     998:\t4b 81       \tldd\tr20, Y+3\t; 0x03\n     99a:\t5c 81       \tldd\tr21, Y+4\t; 0x04\n     99c:\t82 0f       \tadd\tr24, r18\n     99e:\t93 1f       \tadc\tr25, r19\n     9a0:\ta4 1f       \tadc\tr26, r20\n     9a2:\tb5 1f       \tadc\tr27, r21\n     9a4:\t49 89       \tldd\tr20, Y+17\t; 0x11\n     9a6:\t5a 89       \tldd\tr21, Y+18\t; 0x12\n     9a8:\t6b 89       \tldd\tr22, Y+19\t; 0x13\n     9aa:\t7c 89       \tldd\tr23, Y+20\t; 0x14\n     9ac:\t84 0f       \tadd\tr24, r20\n     9ae:\t95 1f       \tadc\tr25, r21\n     9b0:\ta6 1f       \tadc\tr26, r22\n     9b2:\tb7 1f       \tadc\tr27, r23\n     9b4:\t2d 89       \tldd\tr18, Y+21\t; 0x15\n     9b6:\t3e 89       \tldd\tr19, Y+22\t; 0x16\n     9b8:\t4f 89       \tldd\tr20, Y+23\t; 0x17\n     9ba:\t58 8d       \tldd\tr21, Y+24\t; 0x18\n     9bc:\t82 0f       \tadd\tr24, r18\n     9be:\t93 1f       \tadc\tr25, r19\n     9c0:\ta4 1f       \tadc\tr26, r20\n     9c2:\tb5 1f       \tadc\tr27, r21\n     9c4:\t49 8d       \tldd\tr20, Y+25\t; 0x19\n     9c6:\t5a 8d       \tldd\tr21, Y+26\t; 0x1a\n     9c8:\t6b 8d       \tldd\tr22, Y+27\t; 0x1b\n     9ca:\t7c 8d       \tldd\tr23, Y+28\t; 0x1c\n     9cc:\t84 0f       \tadd\tr24, r20\n     9ce:\t95 1f       \tadc\tr25, r21\n     9d0:\ta6 1f       \tadc\tr26, r22\n     9d2:\tb7 1f       \tadc\tr27, r23\n     9d4:\t2d 8d       \tldd\tr18, Y+29\t; 0x1d\n     9d6:\t3e 8d       \tldd\tr19, Y+30\t; 0x1e\n     9d8:\t4f 8d       \tldd\tr20, Y+31\t; 0x1f\n     9da:\t58 a1       \tldd\tr21, Y+32\t; 0x20\n     9dc:\t82 0f       \tadd\tr24, r18\n     9de:\t93 1f       \tadc\tr25, r19\n     9e0:\ta4 1f       \tadc\tr26, r20\n     9e2:\tb5 1f       \tadc\tr27, r21\n     9e4:\t49 a1       \tldd\tr20, Y+33\t; 0x21\n     9e6:\t5a a1       \tldd\tr21, Y+34\t; 0x22\n     9e8:\t6b a1       \tldd\tr22, Y+35\t; 0x23\n     9ea:\t7c a1       \tldd\tr23, Y+36\t; 0x24\n     9ec:\t84 0f       \tadd\tr24, r20\n     9ee:\t95 1f       \tadc\tr25, r21\n     9f0:\ta6 1f       \tadc\tr26, r22\n     9f2:\tb7 1f       \tadc\tr27, r23\n     9f4:\t2d a1       \tldd\tr18, Y+37\t; 0x25\n     9f6:\t3e a1       \tldd\tr19, Y+38\t; 0x26\n     9f8:\t4f a1       \tldd\tr20, Y+39\t; 0x27\n     9fa:\t58 a5       \tldd\tr21, Y+40\t; 0x28\n     9fc:\t82 0f       \tadd\tr24, r18\n     9fe:\t93 1f       \tadc\tr25, r19\n     a00:\ta4 1f       \tadc\tr26, r20\n     a02:\tb5 1f       \tadc\tr27, r21\n     a04:\t49 a5       \tldd\tr20, Y+41\t; 0x29\n     a06:\t5a a5       \tldd\tr21, Y+42\t; 0x2a\n     a08:\t6b a5       \tldd\tr22, Y+43\t; 0x2b\n     a0a:\t7c a5       \tldd\tr23, Y+44\t; 0x2c\n     a0c:\t84 0f       \tadd\tr24, r20\n     a0e:\t95 1f       \tadc\tr25, r21\n     a10:\ta6 1f       \tadc\tr26, r22\n     a12:\tb7 1f       \tadc\tr27, r23\n     a14:\t2d a5       \tldd\tr18, Y+45\t; 0x2d\n     a16:\t3e a5       \tldd\tr19, Y+46\t; 0x2e\n     a18:\t4f a5       \tldd\tr20, Y+47\t; 0x2f\n     a1a:\t58 a9       \tldd\tr21, Y+48\t; 0x30\n     a1c:\t82 0f       \tadd\tr24, r18\n     a1e:\t93 1f       \tadc\tr25, r19\n     a20:\ta4 1f       \tadc\tr26, r20\n     a22:\tb5 1f       \tadc\tr27, r21\n     a24:\t49 a9       \tldd\tr20, Y+49\t; 0x31\n     a26:\t5a a9       \tldd\tr21, Y+50\t; 0x32\n     a28:\t6b a9       \tldd\tr22, Y+51\t; 0x33\n     a2a:\t7c a9       \tldd\tr23, Y+52\t; 0x34\n     a2c:\t84 0f       \tadd\tr24, r20\n     a2e:\t95 1f       \tadc\tr25, r21\n     a30:\ta6 1f       \tadc\tr26, r22\n     a32:\tb7 1f       \tadc\tr27, r23\n     a34:\t2d a9       \tldd\tr18, Y+53\t; 0x35\n     a36:\t3e a9       \tldd\tr19, Y+54\t; 0x36\n     a38:\t4f a9       \tldd\tr20, Y+55\t; 0x37\n     a3a:\t58 ad       \tldd\tr21, Y+56\t; 0x38\n     a3c:\t28 0f       \tadd\tr18, r24\n     a3e:\t39 1f       \tadc\tr19, r25\n     a40:\t4a 1f       \tadc\tr20, r26\n     a42:\t5b 1f       \tadc\tr21, r27\n     a44:\t60 e8       \tldi\tr22, 0x80\t; 128\n     a46:\t71 e5       \tldi\tr23, 0x51\t; 81\n     a48:\t81 e0       \tldi\tr24, 0x01\t; 1\n     a4a:\t90 e0       \tldi\tr25, 0x00\t; 0\n     a4c:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     a50:\t69 83       \tstd\tY+1, r22\t; 0x01\n     a52:\t7a 83       \tstd\tY+2, r23\t; 0x02\n     a54:\t8b 83       \tstd\tY+3, r24\t; 0x03\n     a56:\t9c 83       \tstd\tY+4, r25\t; 0x04\n     a58:\td5 01       \tmovw\tr26, r10\n     a5a:\tc4 01       \tmovw\tr24, r8\n     a5c:\t80 58       \tsubi\tr24, 0x80\t; 128\n     a5e:\t90 4a       \tsbci\tr25, 0xA0\t; 160\n     a60:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     a62:\tb6 47       \tsbci\tr27, 0x76\t; 118\n     a64:\t4d 80       \tldd\tr4, Y+5\t; 0x05\n     a66:\t5e 80       \tldd\tr5, Y+6\t; 0x06\n     a68:\t6f 80       \tldd\tr6, Y+7\t; 0x07\n     a6a:\t78 84       \tldd\tr7, Y+8\t; 0x08\n     a6c:\t48 0e       \tadd\tr4, r24\n     a6e:\t59 1e       \tadc\tr5, r25\n     a70:\t6a 1e       \tadc\tr6, r26\n     a72:\t7b 1e       \tadc\tr7, r27\n     a74:\t89 84       \tldd\tr8, Y+9\t; 0x09\n     a76:\t9a 84       \tldd\tr9, Y+10\t; 0x0a\n     a78:\tab 84       \tldd\tr10, Y+11\t; 0x0b\n     a7a:\tbc 84       \tldd\tr11, Y+12\t; 0x0c\n     a7c:\t84 0c       \tadd\tr8, r4\n     a7e:\t95 1c       \tadc\tr9, r5\n     a80:\ta6 1c       \tadc\tr10, r6\n     a82:\tb7 1c       \tadc\tr11, r7\n     a84:\ta7 01       \tmovw\tr20, r14\n     a86:\t96 01       \tmovw\tr18, r12\n     a88:\t60 e8       \tldi\tr22, 0x80\t; 128\n     a8a:\t73 e3       \tldi\tr23, 0x33\t; 51\n     a8c:\t81 ee       \tldi\tr24, 0xE1\t; 225\n     a8e:\t91 e0       \tldi\tr25, 0x01\t; 1\n     a90:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     a94:\t86 0e       \tadd\tr8, r22\n     a96:\t97 1e       \tadc\tr9, r23\n     a98:\ta8 1e       \tadc\tr10, r24\n     a9a:\tb9 1e       \tadc\tr11, r25\n     a9c:\tc7 01       \tmovw\tr24, r14\n     a9e:\tb6 01       \tmovw\tr22, r12\n     aa0:\t6d 56       \tsubi\tr22, 0x6D\t; 109\n     aa2:\t77 40       \tsbci\tr23, 0x07\t; 7\n     aa4:\t81 09       \tsbc\tr24, r1\n     aa6:\t91 09       \tsbc\tr25, r1\n     aa8:\t24 e6       \tldi\tr18, 0x64\t; 100\n     aaa:\t30 e0       \tldi\tr19, 0x00\t; 0\n     aac:\t40 e0       \tldi\tr20, 0x00\t; 0\n     aae:\t50 e0       \tldi\tr21, 0x00\t; 0\n     ab0:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n     ab4:\t60 e8       \tldi\tr22, 0x80\t; 128\n     ab6:\t71 e5       \tldi\tr23, 0x51\t; 81\n     ab8:\t81 e0       \tldi\tr24, 0x01\t; 1\n     aba:\t90 e0       \tldi\tr25, 0x00\t; 0\n     abc:\t0e 94 f4 18 \tcall\t0x31e8\t; 0x31e8 <__mulsi3>\n     ac0:\ta5 01       \tmovw\tr20, r10\n     ac2:\t94 01       \tmovw\tr18, r8\n     ac4:\t26 1b       \tsub\tr18, r22\n     ac6:\t37 0b       \tsbc\tr19, r23\n     ac8:\t48 0b       \tsbc\tr20, r24\n     aca:\t59 0b       \tsbc\tr21, r25\n     acc:\tda 01       \tmovw\tr26, r20\n     ace:\tc9 01       \tmovw\tr24, r18\n     ad0:\t29 81       \tldd\tr18, Y+1\t; 0x01\n     ad2:\t3a 81       \tldd\tr19, Y+2\t; 0x02\n     ad4:\t4b 81       \tldd\tr20, Y+3\t; 0x03\n     ad6:\t5c 81       \tldd\tr21, Y+4\t; 0x04\n     ad8:\t28 0f       \tadd\tr18, r24\n     ada:\t39 1f       \tadc\tr19, r25\n     adc:\t4a 1f       \tadc\tr20, r26\n     ade:\t5b 1f       \tadc\tr21, r27\n     ae0:\tca 01       \tmovw\tr24, r20\n     ae2:\tb9 01       \tmovw\tr22, r18\n     ae4:\t07 c0       \trjmp\t.+14     \t; 0xaf4 <__DATA_REGION_LENGTH__+0x2f4>\n     ae6:\t60 e0       \tldi\tr22, 0x00\t; 0\n     ae8:\t70 e0       \tldi\tr23, 0x00\t; 0\n     aea:\tcb 01       \tmovw\tr24, r22\n     aec:\t03 c0       \trjmp\t.+6      \t; 0xaf4 <__DATA_REGION_LENGTH__+0x2f4>\n     aee:\t60 e0       \tldi\tr22, 0x00\t; 0\n     af0:\t70 e0       \tldi\tr23, 0x00\t; 0\n     af2:\tcb 01       \tmovw\tr24, r22\n     af4:\te8 96       \tadiw\tr28, 0x38\t; 56\n     af6:\tcd bf       \tout\t0x3d, r28\t; 61\n     af8:\tde bf       \tout\t0x3e, r29\t; 62\n     afa:\tdf 91       \tpop\tr29\n     afc:\tcf 91       \tpop\tr28\n     afe:\tff 90       \tpop\tr15\n     b00:\tef 90       \tpop\tr14\n     b02:\tdf 90       \tpop\tr13\n     b04:\tcf 90       \tpop\tr12\n     b06:\tbf 90       \tpop\tr11\n     b08:\taf 90       \tpop\tr10\n     b0a:\t9f 90       \tpop\tr9\n     b0c:\t8f 90       \tpop\tr8\n     b0e:\t7f 90       \tpop\tr7\n     b10:\t6f 90       \tpop\tr6\n     b12:\t5f 90       \tpop\tr5\n     b14:\t4f 90       \tpop\tr4\n     b16:\t08 95       \tret\n\n00000b18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>:\n     b18:\t2f 92       \tpush\tr2\n     b1a:\t3f 92       \tpush\tr3\n     b1c:\t4f 92       \tpush\tr4\n     b1e:\t5f 92       \tpush\tr5\n     b20:\t6f 92       \tpush\tr6\n     b22:\t7f 92       \tpush\tr7\n     b24:\t8f 92       \tpush\tr8\n     b26:\t9f 92       \tpush\tr9\n     b28:\taf 92       \tpush\tr10\n     b2a:\tbf 92       \tpush\tr11\n     b2c:\tcf 92       \tpush\tr12\n     b2e:\tdf 92       \tpush\tr13\n     b30:\tef 92       \tpush\tr14\n     b32:\tff 92       \tpush\tr15\n     b34:\t0f 93       \tpush\tr16\n     b36:\t1f 93       \tpush\tr17\n     b38:\tcf 93       \tpush\tr28\n     b3a:\tdf 93       \tpush\tr29\n     b3c:\tcd b7       \tin\tr28, 0x3d\t; 61\n     b3e:\tde b7       \tin\tr29, 0x3e\t; 62\n     b40:\ta1 97       \tsbiw\tr28, 0x21\t; 33\n     b42:\tcd bf       \tout\t0x3d, r28\t; 61\n     b44:\tde bf       \tout\t0x3e, r29\t; 62\n     b46:\tfc 01       \tmovw\tr30, r24\n     b48:\t9e 01       \tmovw\tr18, r28\n     b4a:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n     b4c:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n     b4e:\t80 e2       \tldi\tr24, 0x20\t; 32\n     b50:\td9 01       \tmovw\tr26, r18\n     b52:\t1d 92       \tst\tX+, r1\n     b54:\t8a 95       \tdec\tr24\n     b56:\te9 f7       \tbrne\t.-6      \t; 0xb52 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x3a>\n     b58:\t61 15       \tcp\tr22, r1\n     b5a:\t71 05       \tcpc\tr23, r1\n     b5c:\t09 f4       \tbrne\t.+2      \t; 0xb60 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x48>\n     b5e:\t69 c1       \trjmp\t.+722    \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     b60:\t90 81       \tld\tr25, Z\n     b62:\t99 23       \tand\tr25, r25\n     b64:\t09 f4       \tbrne\t.+2      \t; 0xb68 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x50>\n     b66:\t65 c1       \trjmp\t.+714    \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     b68:\t49 a3       \tstd\tY+33, r20\t; 0x21\n     b6a:\t6b 01       \tmovw\tr12, r22\n     b6c:\t8f 01       \tmovw\tr16, r30\n     b6e:\t0f 5f       \tsubi\tr16, 0xFF\t; 255\n     b70:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n     b72:\t80 e0       \tldi\tr24, 0x00\t; 0\n     b74:\t31 2c       \tmov\tr3, r1\n     b76:\t79 01       \tmovw\tr14, r18\n     b78:\t68 94       \tset\n     b7a:\t22 24       \teor\tr2, r2\n     b7c:\t25 f8       \tbld\tr2, 5\n     b7e:\t44 2e       \tmov\tr4, r20\n     b80:\t51 2c       \tmov\tr5, r1\n     b82:\t52 01       \tmovw\tr10, r4\n     b84:\tf3 e0       \tldi\tr31, 0x03\t; 3\n     b86:\taf 0e       \tadd\tr10, r31\n     b88:\tb1 1c       \tadc\tr11, r1\n     b8a:\t42 01       \tmovw\tr8, r4\n     b8c:\t24 e0       \tldi\tr18, 0x04\t; 4\n     b8e:\t82 0e       \tadd\tr8, r18\n     b90:\t91 1c       \tadc\tr9, r1\n     b92:\t32 01       \tmovw\tr6, r4\n     b94:\t35 e0       \tldi\tr19, 0x05\t; 5\n     b96:\t63 0e       \tadd\tr6, r19\n     b98:\t71 1c       \tadc\tr7, r1\n     b9a:\ta6 e0       \tldi\tr26, 0x06\t; 6\n     b9c:\t4a 0e       \tadd\tr4, r26\n     b9e:\t51 1c       \tadc\tr5, r1\n     ba0:\t94 32       \tcpi\tr25, 0x24\t; 36\n     ba2:\t09 f4       \tbrne\t.+2      \t; 0xba6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x8e>\n     ba4:\t41 c1       \trjmp\t.+642    \t; 0xe28 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x310>\n     ba6:\t9c 32       \tcpi\tr25, 0x2C\t; 44\n     ba8:\t09 f0       \tbreq\t.+2      \t; 0xbac <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x94>\n     baa:\t26 c1       \trjmp\t.+588    \t; 0xdf8 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2e0>\n     bac:\t33 94       \tinc\tr3\n     bae:\tb2 e0       \tldi\tr27, 0x02\t; 2\n     bb0:\t3b 12       \tcpse\tr3, r27\n     bb2:\t21 c0       \trjmp\t.+66     \t; 0xbf6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xde>\n     bb4:\tf6 01       \tmovw\tr30, r12\n     bb6:\t10 82       \tst\tZ, r1\n     bb8:\t11 82       \tstd\tZ+1, r1\t; 0x01\n     bba:\t12 82       \tstd\tZ+2, r1\t; 0x02\n     bbc:\tf7 01       \tmovw\tr30, r14\n     bbe:\t01 90       \tld\tr0, Z+\n     bc0:\t00 20       \tand\tr0, r0\n     bc2:\te9 f7       \tbrne\t.-6      \t; 0xbbe <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xa6>\n     bc4:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     bc6:\tee 19       \tsub\tr30, r14\n     bc8:\tff 09       \tsbc\tr31, r15\n     bca:\t36 97       \tsbiw\tr30, 0x06\t; 6\n     bcc:\t08 f4       \tbrcc\t.+2      \t; 0xbd0 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xb8>\n     bce:\t0d c1       \trjmp\t.+538    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     bd0:\tc7 01       \tmovw\tr24, r14\n     bd2:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     bd6:\td6 01       \tmovw\tr26, r12\n     bd8:\t8c 93       \tst\tX, r24\n     bda:\tce 01       \tmovw\tr24, r28\n     bdc:\t03 96       \tadiw\tr24, 0x03\t; 3\n     bde:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     be2:\tf6 01       \tmovw\tr30, r12\n     be4:\t81 83       \tstd\tZ+1, r24\t; 0x01\n     be6:\tce 01       \tmovw\tr24, r28\n     be8:\t05 96       \tadiw\tr24, 0x05\t; 5\n     bea:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     bee:\td6 01       \tmovw\tr26, r12\n     bf0:\t12 96       \tadiw\tr26, 0x02\t; 2\n     bf2:\t8c 93       \tst\tX, r24\n     bf4:\tfa c0       \trjmp\t.+500    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     bf6:\t83 2d       \tmov\tr24, r3\n     bf8:\t90 e0       \tldi\tr25, 0x00\t; 0\n     bfa:\t8a 15       \tcp\tr24, r10\n     bfc:\t9b 05       \tcpc\tr25, r11\n     bfe:\ta1 f4       \tbrne\t.+40     \t; 0xc28 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x110>\n     c00:\tf6 01       \tmovw\tr30, r12\n     c02:\t16 82       \tstd\tZ+6, r1\t; 0x06\n     c04:\t17 82       \tstd\tZ+7, r1\t; 0x07\n     c06:\t10 86       \tstd\tZ+8, r1\t; 0x08\n     c08:\t11 86       \tstd\tZ+9, r1\t; 0x09\n     c0a:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c0c:\t88 23       \tand\tr24, r24\n     c0e:\t09 f4       \tbrne\t.+2      \t; 0xc12 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0xfa>\n     c10:\tec c0       \trjmp\t.+472    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c12:\tc7 01       \tmovw\tr24, r14\n     c14:\t0e 94 27 03 \tcall\t0x64e\t; 0x64e <_Z15gpsParseLatLongPc>\n     c18:\td6 01       \tmovw\tr26, r12\n     c1a:\t16 96       \tadiw\tr26, 0x06\t; 6\n     c1c:\t6d 93       \tst\tX+, r22\n     c1e:\t7d 93       \tst\tX+, r23\n     c20:\t8d 93       \tst\tX+, r24\n     c22:\t9c 93       \tst\tX, r25\n     c24:\t19 97       \tsbiw\tr26, 0x09\t; 9\n     c26:\te1 c0       \trjmp\t.+450    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c28:\t88 15       \tcp\tr24, r8\n     c2a:\t99 05       \tcpc\tr25, r9\n     c2c:\t01 f5       \tbrne\t.+64     \t; 0xc6e <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x156>\n     c2e:\tf7 01       \tmovw\tr30, r14\n     c30:\t01 90       \tld\tr0, Z+\n     c32:\t00 20       \tand\tr0, r0\n     c34:\te9 f7       \tbrne\t.-6      \t; 0xc30 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x118>\n     c36:\tcf 01       \tmovw\tr24, r30\n     c38:\t02 97       \tsbiw\tr24, 0x02\t; 2\n     c3a:\t8e 15       \tcp\tr24, r14\n     c3c:\t9f 05       \tcpc\tr25, r15\n     c3e:\t09 f0       \tbreq\t.+2      \t; 0xc42 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x12a>\n     c40:\td4 c0       \trjmp\t.+424    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c42:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c44:\t8f 7d       \tandi\tr24, 0xDF\t; 223\n     c46:\t83 35       \tcpi\tr24, 0x53\t; 83\n     c48:\t09 f0       \tbreq\t.+2      \t; 0xc4c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x134>\n     c4a:\tcf c0       \trjmp\t.+414    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c4c:\tf6 01       \tmovw\tr30, r12\n     c4e:\t86 81       \tldd\tr24, Z+6\t; 0x06\n     c50:\t97 81       \tldd\tr25, Z+7\t; 0x07\n     c52:\ta0 85       \tldd\tr26, Z+8\t; 0x08\n     c54:\tb1 85       \tldd\tr27, Z+9\t; 0x09\n     c56:\tb0 95       \tcom\tr27\n     c58:\ta0 95       \tcom\tr26\n     c5a:\t90 95       \tcom\tr25\n     c5c:\t81 95       \tneg\tr24\n     c5e:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n     c60:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     c62:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n     c64:\t86 83       \tstd\tZ+6, r24\t; 0x06\n     c66:\t97 83       \tstd\tZ+7, r25\t; 0x07\n     c68:\ta0 87       \tstd\tZ+8, r26\t; 0x08\n     c6a:\tb1 87       \tstd\tZ+9, r27\t; 0x09\n     c6c:\tbe c0       \trjmp\t.+380    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c6e:\t86 15       \tcp\tr24, r6\n     c70:\t97 05       \tcpc\tr25, r7\n     c72:\ta1 f4       \tbrne\t.+40     \t; 0xc9c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x184>\n     c74:\td6 01       \tmovw\tr26, r12\n     c76:\t1a 96       \tadiw\tr26, 0x0a\t; 10\n     c78:\t1d 92       \tst\tX+, r1\n     c7a:\t1d 92       \tst\tX+, r1\n     c7c:\t1d 92       \tst\tX+, r1\n     c7e:\t1c 92       \tst\tX, r1\n     c80:\t1d 97       \tsbiw\tr26, 0x0d\t; 13\n     c82:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     c84:\t88 23       \tand\tr24, r24\n     c86:\t09 f4       \tbrne\t.+2      \t; 0xc8a <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x172>\n     c88:\tb0 c0       \trjmp\t.+352    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c8a:\tc7 01       \tmovw\tr24, r14\n     c8c:\t0e 94 27 03 \tcall\t0x64e\t; 0x64e <_Z15gpsParseLatLongPc>\n     c90:\tf6 01       \tmovw\tr30, r12\n     c92:\t62 87       \tstd\tZ+10, r22\t; 0x0a\n     c94:\t73 87       \tstd\tZ+11, r23\t; 0x0b\n     c96:\t84 87       \tstd\tZ+12, r24\t; 0x0c\n     c98:\t95 87       \tstd\tZ+13, r25\t; 0x0d\n     c9a:\ta7 c0       \trjmp\t.+334    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     c9c:\t84 15       \tcp\tr24, r4\n     c9e:\t95 05       \tcpc\tr25, r5\n     ca0:\t01 f5       \tbrne\t.+64     \t; 0xce2 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1ca>\n     ca2:\tf7 01       \tmovw\tr30, r14\n     ca4:\t01 90       \tld\tr0, Z+\n     ca6:\t00 20       \tand\tr0, r0\n     ca8:\te9 f7       \tbrne\t.-6      \t; 0xca4 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x18c>\n     caa:\tcf 01       \tmovw\tr24, r30\n     cac:\t02 97       \tsbiw\tr24, 0x02\t; 2\n     cae:\t8e 15       \tcp\tr24, r14\n     cb0:\t9f 05       \tcpc\tr25, r15\n     cb2:\t09 f0       \tbreq\t.+2      \t; 0xcb6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x19e>\n     cb4:\t9a c0       \trjmp\t.+308    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cb6:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     cb8:\t8f 7d       \tandi\tr24, 0xDF\t; 223\n     cba:\t87 35       \tcpi\tr24, 0x57\t; 87\n     cbc:\t09 f0       \tbreq\t.+2      \t; 0xcc0 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1a8>\n     cbe:\t95 c0       \trjmp\t.+298    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cc0:\tf6 01       \tmovw\tr30, r12\n     cc2:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n     cc4:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n     cc6:\ta4 85       \tldd\tr26, Z+12\t; 0x0c\n     cc8:\tb5 85       \tldd\tr27, Z+13\t; 0x0d\n     cca:\tb0 95       \tcom\tr27\n     ccc:\ta0 95       \tcom\tr26\n     cce:\t90 95       \tcom\tr25\n     cd0:\t81 95       \tneg\tr24\n     cd2:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n     cd4:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n     cd6:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n     cd8:\t82 87       \tstd\tZ+10, r24\t; 0x0a\n     cda:\t93 87       \tstd\tZ+11, r25\t; 0x0b\n     cdc:\ta4 87       \tstd\tZ+12, r26\t; 0x0c\n     cde:\tb5 87       \tstd\tZ+13, r27\t; 0x0d\n     ce0:\t84 c0       \trjmp\t.+264    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     ce2:\tf7 e0       \tldi\tr31, 0x07\t; 7\n     ce4:\t3f 12       \tcpse\tr3, r31\n     ce6:\t10 c0       \trjmp\t.+32     \t; 0xd08 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1f0>\n     ce8:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     cea:\t21 11       \tcpse\tr18, r1\n     cec:\t7e c0       \trjmp\t.+252    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     cee:\td6 01       \tmovw\tr26, r12\n     cf0:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     cf2:\t1c 92       \tst\tX, r1\n     cf4:\t1e 97       \tsbiw\tr26, 0x0e\t; 14\n     cf6:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     cf8:\t81 53       \tsubi\tr24, 0x31\t; 49\n     cfa:\t82 30       \tcpi\tr24, 0x02\t; 2\n     cfc:\t08 f0       \tbrcs\t.+2      \t; 0xd00 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x1e8>\n     cfe:\t75 c0       \trjmp\t.+234    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d00:\te1 e0       \tldi\tr30, 0x01\t; 1\n     d02:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     d04:\tec 93       \tst\tX, r30\n     d06:\t71 c0       \trjmp\t.+226    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d08:\tf9 e0       \tldi\tr31, 0x09\t; 9\n     d0a:\t3f 12       \tcpse\tr3, r31\n     d0c:\t44 c0       \trjmp\t.+136    \t; 0xd96 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x27e>\n     d0e:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     d10:\t21 11       \tcpse\tr18, r1\n     d12:\t6b c0       \trjmp\t.+214    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d14:\td6 01       \tmovw\tr26, r12\n     d16:\t51 96       \tadiw\tr26, 0x11\t; 17\n     d18:\t1c 92       \tst\tX, r1\n     d1a:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     d1c:\t88 23       \tand\tr24, r24\n     d1e:\t09 f4       \tbrne\t.+2      \t; 0xd22 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x20a>\n     d20:\t64 c0       \trjmp\t.+200    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d22:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     d24:\t70 e0       \tldi\tr23, 0x00\t; 0\n     d26:\tc7 01       \tmovw\tr24, r14\n     d28:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n     d2c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     d2e:\t09 f4       \tbrne\t.+2      \t; 0xd32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x21a>\n     d30:\t5c c0       \trjmp\t.+184    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d32:\tfc 01       \tmovw\tr30, r24\n     d34:\t01 90       \tld\tr0, Z+\n     d36:\t00 20       \tand\tr0, r0\n     d38:\te9 f7       \tbrne\t.-6      \t; 0xd34 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x21c>\n     d3a:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     d3c:\t9f 01       \tmovw\tr18, r30\n     d3e:\t28 1b       \tsub\tr18, r24\n     d40:\t39 0b       \tsbc\tr19, r25\n     d42:\tc9 01       \tmovw\tr24, r18\n     d44:\t22 30       \tcpi\tr18, 0x02\t; 2\n     d46:\t31 05       \tcpc\tr19, r1\n     d48:\t08 f4       \tbrcc\t.+2      \t; 0xd4c <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x234>\n     d4a:\t4f c0       \trjmp\t.+158    \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d4c:\tf7 01       \tmovw\tr30, r14\n     d4e:\t01 90       \tld\tr0, Z+\n     d50:\t00 20       \tand\tr0, r0\n     d52:\te9 f7       \tbrne\t.-6      \t; 0xd4e <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x236>\n     d54:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     d56:\tee 19       \tsub\tr30, r14\n     d58:\tff 09       \tsbc\tr31, r15\n     d5a:\t9f 01       \tmovw\tr18, r30\n     d5c:\t2e 5f       \tsubi\tr18, 0xFE\t; 254\n     d5e:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n     d60:\t28 17       \tcp\tr18, r24\n     d62:\t39 07       \tcpc\tr19, r25\n     d64:\t48 f0       \tbrcs\t.+18     \t; 0xd78 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x260>\n     d66:\ta2 e0       \tldi\tr26, 0x02\t; 2\n     d68:\tb0 e0       \tldi\tr27, 0x00\t; 0\n     d6a:\ta8 1b       \tsub\tr26, r24\n     d6c:\tb9 0b       \tsbc\tr27, r25\n     d6e:\tee 0d       \tadd\tr30, r14\n     d70:\tff 1d       \tadc\tr31, r15\n     d72:\tea 0f       \tadd\tr30, r26\n     d74:\tfb 1f       \tadc\tr31, r27\n     d76:\t10 82       \tst\tZ, r1\n     d78:\t6e e2       \tldi\tr22, 0x2E\t; 46\n     d7a:\tc7 01       \tmovw\tr24, r14\n     d7c:\t0e 94 13 03 \tcall\t0x626\t; 0x626 <_Z17gpsRemoveAllCharsPcc>\n     d80:\tc7 01       \tmovw\tr24, r14\n     d82:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n     d86:\t8f 3f       \tcpi\tr24, 0xFF\t; 255\n     d88:\t91 05       \tcpc\tr25, r1\n     d8a:\t11 f0       \tbreq\t.+4      \t; 0xd90 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x278>\n     d8c:\t0c f0       \tbrlt\t.+2      \t; 0xd90 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x278>\n     d8e:\t8f ef       \tldi\tr24, 0xFF\t; 255\n     d90:\tf6 01       \tmovw\tr30, r12\n     d92:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n     d94:\t2a c0       \trjmp\t.+84     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d96:\tfa e0       \tldi\tr31, 0x0A\t; 10\n     d98:\t3f 12       \tcpse\tr3, r31\n     d9a:\t27 c0       \trjmp\t.+78     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     d9c:\t29 a1       \tldd\tr18, Y+33\t; 0x21\n     d9e:\t21 30       \tcpi\tr18, 0x01\t; 1\n     da0:\t21 f5       \tbrne\t.+72     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     da2:\td6 01       \tmovw\tr26, r12\n     da4:\t13 96       \tadiw\tr26, 0x03\t; 3\n     da6:\t1c 92       \tst\tX, r1\n     da8:\t13 97       \tsbiw\tr26, 0x03\t; 3\n     daa:\t14 96       \tadiw\tr26, 0x04\t; 4\n     dac:\t1c 92       \tst\tX, r1\n     dae:\t14 97       \tsbiw\tr26, 0x04\t; 4\n     db0:\t15 96       \tadiw\tr26, 0x05\t; 5\n     db2:\t1c 92       \tst\tX, r1\n     db4:\tf7 01       \tmovw\tr30, r14\n     db6:\t01 90       \tld\tr0, Z+\n     db8:\t00 20       \tand\tr0, r0\n     dba:\te9 f7       \tbrne\t.-6      \t; 0xdb6 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x29e>\n     dbc:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     dbe:\tee 19       \tsub\tr30, r14\n     dc0:\tff 09       \tsbc\tr31, r15\n     dc2:\t36 97       \tsbiw\tr30, 0x06\t; 6\n     dc4:\t90 f0       \tbrcs\t.+36     \t; 0xdea <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d2>\n     dc6:\tc7 01       \tmovw\tr24, r14\n     dc8:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     dcc:\tf6 01       \tmovw\tr30, r12\n     dce:\t83 83       \tstd\tZ+3, r24\t; 0x03\n     dd0:\tce 01       \tmovw\tr24, r28\n     dd2:\t03 96       \tadiw\tr24, 0x03\t; 3\n     dd4:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     dd8:\td6 01       \tmovw\tr26, r12\n     dda:\t14 96       \tadiw\tr26, 0x04\t; 4\n     ddc:\t8c 93       \tst\tX, r24\n     dde:\tce 01       \tmovw\tr24, r28\n     de0:\t05 96       \tadiw\tr24, 0x05\t; 5\n     de2:\t0e 94 06 03 \tcall\t0x60c\t; 0x60c <_Z25gpsConvertTwoDigit2NumberPc>\n     de6:\tf6 01       \tmovw\tr30, r12\n     de8:\t85 83       \tstd\tZ+5, r24\t; 0x05\n     dea:\td7 01       \tmovw\tr26, r14\n     dec:\te2 2d       \tmov\tr30, r2\n     dee:\t1d 92       \tst\tX+, r1\n     df0:\tea 95       \tdec\tr30\n     df2:\te9 f7       \tbrne\t.-6      \t; 0xdee <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2d6>\n     df4:\t80 e0       \tldi\tr24, 0x00\t; 0\n     df6:\t18 c0       \trjmp\t.+48     \t; 0xe28 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x310>\n     df8:\t9a 32       \tcpi\tr25, 0x2A\t; 42\n     dfa:\t89 f4       \tbrne\t.+34     \t; 0xe1e <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x306>\n     dfc:\tf9 a1       \tldd\tr31, Y+33\t; 0x21\n     dfe:\tf1 30       \tcpi\tr31, 0x01\t; 1\n     e00:\tc1 f4       \tbrne\t.+48     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e02:\td6 01       \tmovw\tr26, r12\n     e04:\t1e 96       \tadiw\tr26, 0x0e\t; 14\n     e06:\t1c 92       \tst\tX, r1\n     e08:\t89 81       \tldd\tr24, Y+1\t; 0x01\n     e0a:\t88 23       \tand\tr24, r24\n     e0c:\t91 f0       \tbreq\t.+36     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e0e:\t81 34       \tcpi\tr24, 0x41\t; 65\n     e10:\t11 f0       \tbreq\t.+4      \t; 0xe16 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x2fe>\n     e12:\t84 34       \tcpi\tr24, 0x44\t; 68\n     e14:\t71 f4       \tbrne\t.+28     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e16:\t81 e0       \tldi\tr24, 0x01\t; 1\n     e18:\tf6 01       \tmovw\tr30, r12\n     e1a:\t86 87       \tstd\tZ+14, r24\t; 0x0e\n     e1c:\t0a c0       \trjmp\t.+20     \t; 0xe32 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x31a>\n     e1e:\tf7 01       \tmovw\tr30, r14\n     e20:\te8 0f       \tadd\tr30, r24\n     e22:\tf1 1d       \tadc\tr31, r1\n     e24:\t90 83       \tst\tZ, r25\n     e26:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n     e28:\td8 01       \tmovw\tr26, r16\n     e2a:\t9d 91       \tld\tr25, X+\n     e2c:\t8d 01       \tmovw\tr16, r26\n     e2e:\t91 11       \tcpse\tr25, r1\n     e30:\tb7 ce       \trjmp\t.-658    \t; 0xba0 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th+0x88>\n     e32:\ta1 96       \tadiw\tr28, 0x21\t; 33\n     e34:\tcd bf       \tout\t0x3d, r28\t; 61\n     e36:\tde bf       \tout\t0x3e, r29\t; 62\n     e38:\tdf 91       \tpop\tr29\n     e3a:\tcf 91       \tpop\tr28\n     e3c:\t1f 91       \tpop\tr17\n     e3e:\t0f 91       \tpop\tr16\n     e40:\tff 90       \tpop\tr15\n     e42:\tef 90       \tpop\tr14\n     e44:\tdf 90       \tpop\tr13\n     e46:\tcf 90       \tpop\tr12\n     e48:\tbf 90       \tpop\tr11\n     e4a:\taf 90       \tpop\tr10\n     e4c:\t9f 90       \tpop\tr9\n     e4e:\t8f 90       \tpop\tr8\n     e50:\t7f 90       \tpop\tr7\n     e52:\t6f 90       \tpop\tr6\n     e54:\t5f 90       \tpop\tr5\n     e56:\t4f 90       \tpop\tr4\n     e58:\t3f 90       \tpop\tr3\n     e5a:\t2f 90       \tpop\tr2\n     e5c:\t08 95       \tret\n\n00000e5e <_Z23gpsConfigureBeforeStartPc>:\n\nbool gpsConfigureBeforeStart(char *messageBuffer) {\n     e5e:\t0f 93       \tpush\tr16\n     e60:\t1f 93       \tpush\tr17\n     e62:\tcf 93       \tpush\tr28\n     e64:\t8c 01       \tmovw\tr16, r24\n\tchar *startMessage;\n\t// wait for boot confirmation of L70 (First Msg: $PMTK011,MTKGPS*08, Second Msg: $PMTK010,002*2D)\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait until L70 is booted, should return $PMTK010,00X*2E\\r\\n\n     e66:\t28 eb       \tldi\tr18, 0xB8\t; 184\n     e68:\t3b e0       \tldi\tr19, 0x0B\t; 11\n     e6a:\t44 eb       \tldi\tr20, 0xB4\t; 180\n     e6c:\tb8 01       \tmovw\tr22, r16\n     e6e:\t8a e0       \tldi\tr24, 0x0A\t; 10\n     e70:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n     e74:\tc8 2f       \tmov\tr28, r24\n     e76:\t88 23       \tand\tr24, r24\n     e78:\t09 f4       \tbrne\t.+2      \t; 0xe7c <_Z23gpsConfigureBeforeStartPc+0x1e>\n     e7a:\t66 c0       \trjmp\t.+204    \t; 0xf48 <_Z23gpsConfigureBeforeStartPc+0xea>\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n     e7c:\t64 e2       \tldi\tr22, 0x24\t; 36\n     e7e:\t70 e0       \tldi\tr23, 0x00\t; 0\n     e80:\tc8 01       \tmovw\tr24, r16\n     e82:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n     e86:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     e88:\t71 f3       \tbreq\t.-36     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     e8a:\tfc 01       \tmovw\tr30, r24\n     e8c:\t01 90       \tld\tr0, Z+\n     e8e:\t00 20       \tand\tr0, r0\n     e90:\te9 f7       \tbrne\t.-6      \t; 0xe8c <_Z23gpsConfigureBeforeStartPc+0x2e>\n     e92:\t31 97       \tsbiw\tr30, 0x01\t; 1\n     e94:\te8 1b       \tsub\tr30, r24\n     e96:\tf9 0b       \tsbc\tr31, r25\n     e98:\t39 97       \tsbiw\tr30, 0x09\t; 9\n     e9a:\t28 f3       \tbrcs\t.-54     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '1') && (startMessage[7] == '0')) {\n     e9c:\tfc 01       \tmovw\tr30, r24\n     e9e:\t20 81       \tld\tr18, Z\n     ea0:\t24 32       \tcpi\tr18, 0x24\t; 36\n     ea2:\t09 f7       \tbrne\t.-62     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ea4:\t21 81       \tldd\tr18, Z+1\t; 0x01\n     ea6:\t20 35       \tcpi\tr18, 0x50\t; 80\n     ea8:\tf1 f6       \tbrne\t.-68     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     eaa:\t22 81       \tldd\tr18, Z+2\t; 0x02\n     eac:\t2d 34       \tcpi\tr18, 0x4D\t; 77\n     eae:\td9 f6       \tbrne\t.-74     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     eb0:\t23 81       \tldd\tr18, Z+3\t; 0x03\n     eb2:\t24 35       \tcpi\tr18, 0x54\t; 84\n     eb4:\tc1 f6       \tbrne\t.-80     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     eb6:\t24 81       \tldd\tr18, Z+4\t; 0x04\n     eb8:\t2b 34       \tcpi\tr18, 0x4B\t; 75\n     eba:\ta9 f6       \tbrne\t.-86     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ebc:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     ebe:\t20 33       \tcpi\tr18, 0x30\t; 48\n     ec0:\t91 f6       \tbrne\t.-92     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ec2:\t26 81       \tldd\tr18, Z+6\t; 0x06\n     ec4:\t21 33       \tcpi\tr18, 0x31\t; 49\n     ec6:\t79 f6       \tbrne\t.-98     \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n     ec8:\t87 81       \tldd\tr24, Z+7\t; 0x07\n     eca:\t80 33       \tcpi\tr24, 0x30\t; 48\n     ecc:\t61 f6       \tbrne\t.-104    \t; 0xe66 <_Z23gpsConfigureBeforeStartPc+0x8>\n\t\tprintf(\"First: %s\\n\\r\\n\\r\", messageBuffer);\n\t\tinitPrimaryUARTwith9600();\n\t}\n\t*/\n\t// wait on confirmation of setting\n\tprintf(commandGPGGAandGPRMCEverySecond); // request only GPGGA and GPRMC messages\n     ece:\t80 91 01 38 \tlds\tr24, 0x3801\t; 0x803801 <__DATA_REGION_ORIGIN__+0x1>\n     ed2:\t8f 93       \tpush\tr24\n     ed4:\t80 91 00 38 \tlds\tr24, 0x3800\t; 0x803800 <__DATA_REGION_ORIGIN__>\n     ed8:\t8f 93       \tpush\tr24\n     eda:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n     ede:\t0f 90       \tpop\tr0\n     ee0:\t0f 90       \tpop\tr0\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait on answer for setting, return false if no message received after 1200ms\n     ee2:\t28 eb       \tldi\tr18, 0xB8\t; 184\n     ee4:\t3b e0       \tldi\tr19, 0x0B\t; 11\n     ee6:\t44 eb       \tldi\tr20, 0xB4\t; 180\n     ee8:\tb8 01       \tmovw\tr22, r16\n     eea:\t8a e0       \tldi\tr24, 0x0A\t; 10\n     eec:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n     ef0:\tc8 2f       \tmov\tr28, r24\n     ef2:\t88 23       \tand\tr24, r24\n     ef4:\t49 f1       \tbreq\t.+82     \t; 0xf48 <_Z23gpsConfigureBeforeStartPc+0xea>\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n     ef6:\t64 e2       \tldi\tr22, 0x24\t; 36\n     ef8:\t70 e0       \tldi\tr23, 0x00\t; 0\n     efa:\tc8 01       \tmovw\tr24, r16\n     efc:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n     f00:\tfc 01       \tmovw\tr30, r24\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n     f02:\t00 97       \tsbiw\tr24, 0x00\t; 0\n     f04:\t71 f3       \tbreq\t.-36     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f06:\tdc 01       \tmovw\tr26, r24\n     f08:\t0d 90       \tld\tr0, X+\n     f0a:\t00 20       \tand\tr0, r0\n     f0c:\te9 f7       \tbrne\t.-6      \t; 0xf08 <_Z23gpsConfigureBeforeStartPc+0xaa>\n     f0e:\t11 97       \tsbiw\tr26, 0x01\t; 1\n     f10:\ta8 1b       \tsub\tr26, r24\n     f12:\tb9 0b       \tsbc\tr27, r25\n     f14:\t19 97       \tsbiw\tr26, 0x09\t; 9\n     f16:\t28 f3       \tbrcs\t.-54     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '0') && (startMessage[7] == '1')) {\n     f18:\t80 81       \tld\tr24, Z\n     f1a:\t84 32       \tcpi\tr24, 0x24\t; 36\n     f1c:\t11 f7       \tbrne\t.-60     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f1e:\t81 81       \tldd\tr24, Z+1\t; 0x01\n     f20:\t80 35       \tcpi\tr24, 0x50\t; 80\n     f22:\tf9 f6       \tbrne\t.-66     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f24:\t82 81       \tldd\tr24, Z+2\t; 0x02\n     f26:\t8d 34       \tcpi\tr24, 0x4D\t; 77\n     f28:\te1 f6       \tbrne\t.-72     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f2a:\t83 81       \tldd\tr24, Z+3\t; 0x03\n     f2c:\t84 35       \tcpi\tr24, 0x54\t; 84\n     f2e:\tc9 f6       \tbrne\t.-78     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f30:\t84 81       \tldd\tr24, Z+4\t; 0x04\n     f32:\t8b 34       \tcpi\tr24, 0x4B\t; 75\n     f34:\tb1 f6       \tbrne\t.-84     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f36:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f38:\t80 33       \tcpi\tr24, 0x30\t; 48\n     f3a:\t99 f6       \tbrne\t.-90     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f3c:\t86 81       \tldd\tr24, Z+6\t; 0x06\n     f3e:\t80 33       \tcpi\tr24, 0x30\t; 48\n     f40:\t81 f6       \tbrne\t.-96     \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n     f42:\t87 81       \tldd\tr24, Z+7\t; 0x07\n     f44:\t81 33       \tcpi\tr24, 0x31\t; 49\n     f46:\t69 f6       \tbrne\t.-102    \t; 0xee2 <_Z23gpsConfigureBeforeStartPc+0x84>\n\t\tprintf(\"Second: %s\\n\\r\", messageBuffer);\n\t\t_delay_ms(20);\n\t\tinitPrimaryUARTwith9600();\n\t}*/\n\treturn true;\n}\n     f48:\t8c 2f       \tmov\tr24, r28\n     f4a:\tcf 91       \tpop\tr28\n     f4c:\t1f 91       \tpop\tr17\n     f4e:\t0f 91       \tpop\tr16\n     f50:\t08 95       \tret\n\n00000f52 <_Z7i2cInitv>:\n#include \"I2C.h\"\n\nvoid i2cInit() {\n\tTWI0.MBAUD = (uint8_t)I2C_BAUD(100000); // set MBAUD register for 100kHz\n     f52:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f54:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f56:\t16 82       \tstd\tZ+6, r1\t; 0x06\n\tTWI0.MCTRLA = 1 << TWI_ENABLE_bp // Enable TWI Master: enabled\n\t| 0 << TWI_QCEN_bp // Quick Command Enable: disabled\n\t| 0 << TWI_RIEN_bp // Read Interrupt Enable: disabled\n\t| 1 << TWI_SMEN_bp // Smart Mode Enable: enabled\n\t| TWI_TIMEOUT_DISABLED_gc // Bus Timeout Disabled\n\t| 0 << TWI_WIEN_bp; // Write Interrupt Enable: disabled\n     f58:\t83 e0       \tldi\tr24, 0x03\t; 3\n     f5a:\t83 83       \tstd\tZ+3, r24\t; 0x03\n\tTWI0.MCTRLB |= TWI_FLUSH_bm; // Purge MADDR and MDATA\n     f5c:\t84 81       \tldd\tr24, Z+4\t; 0x04\n     f5e:\t88 60       \tori\tr24, 0x08\t; 8\n     f60:\t84 83       \tstd\tZ+4, r24\t; 0x04\n\tTWI0.MSTATUS |= TWI_BUSSTATE_IDLE_gc ; // Force TWI state machine into IDLE state\n     f62:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f64:\t81 60       \tori\tr24, 0x01\t; 1\n     f66:\t85 83       \tstd\tZ+5, r24\t; 0x05\n\tTWI0.MSTATUS |= (TWI_RIF_bm | TWI_WIF_bm) ;\n     f68:\t85 81       \tldd\tr24, Z+5\t; 0x05\n     f6a:\t80 6c       \tori\tr24, 0xC0\t; 192\n     f6c:\t85 83       \tstd\tZ+5, r24\t; 0x05\n     f6e:\t08 95       \tret\n\n00000f70 <_Z7pollRIFv>:\n}\n\nbool pollRIF() {\n     f70:\t88 e8       \tldi\tr24, 0x88\t; 136\n     f72:\t93 e1       \tldi\tr25, 0x13\t; 19\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_RIF_bm)) {\n     f74:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f76:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f78:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     f7a:\t22 23       \tand\tr18, r18\n     f7c:\t44 f0       \tbrlt\t.+16     \t; 0xf8e <_Z7pollRIFv+0x1e>\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n     f7e:\t23 e0       \tldi\tr18, 0x03\t; 3\n     f80:\t2a 95       \tdec\tr18\n     f82:\tf1 f7       \tbrne\t.-4      \t; 0xf80 <_Z7pollRIFv+0x10>\n     f84:\t00 00       \tnop\n     f86:\t01 97       \tsbiw\tr24, 0x01\t; 1\n\t\t _delay_us(TIMEOUT_US_WAIT);\n\t\t timeout--;\n\t\t if(timeout == 0) {\n     f88:\tb9 f7       \tbrne\t.-18     \t; 0xf78 <_Z7pollRIFv+0x8>\n\t\t\t return false; // failed\n     f8a:\t80 e0       \tldi\tr24, 0x00\t; 0\n     f8c:\t08 95       \tret\n\t\t }\n\t}\n\treturn true;\n     f8e:\t81 e0       \tldi\tr24, 0x01\t; 1\n}\n     f90:\t08 95       \tret\n\n00000f92 <_Z7pollWIFv>:\n\nbool pollWIF() {\n     f92:\t88 e8       \tldi\tr24, 0x88\t; 136\n     f94:\t93 e1       \tldi\tr25, 0x13\t; 19\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_WIF_bm)) {\n     f96:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     f98:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     f9a:\t25 81       \tldd\tr18, Z+5\t; 0x05\n     f9c:\t26 fd       \tsbrc\tr18, 6\n     f9e:\t08 c0       \trjmp\t.+16     \t; 0xfb0 <_Z7pollWIFv+0x1e>\n     fa0:\t23 e0       \tldi\tr18, 0x03\t; 3\n     fa2:\t2a 95       \tdec\tr18\n     fa4:\tf1 f7       \tbrne\t.-4      \t; 0xfa2 <_Z7pollWIFv+0x10>\n     fa6:\t00 00       \tnop\n     fa8:\t01 97       \tsbiw\tr24, 0x01\t; 1\n\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\ttimeout--;\n\t\tif(timeout == 0) {\n     faa:\tb9 f7       \tbrne\t.-18     \t; 0xf9a <_Z7pollWIFv+0x8>\n\t\t\treturn false; // failed\n     fac:\t80 e0       \tldi\tr24, 0x00\t; 0\n     fae:\t08 95       \tret\n\t\t}\n\t}\n\treturn true;\t\n     fb0:\t81 e0       \tldi\tr24, 0x01\t; 1\n}\n     fb2:\t08 95       \tret\n\n00000fb4 <_Z12i2cStartReadh>:\n\nbool i2cStartRead(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1) | 1;  // lsb = 1 for read\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n     fb4:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n     fb8:\t93 70       \tandi\tr25, 0x03\t; 3\n     fba:\t93 30       \tcpi\tr25, 0x03\t; 3\n     fbc:\t59 f0       \tbreq\t.+22     \t; 0xfd4 <_Z12i2cStartReadh+0x20>\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n     fbe:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     fc0:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     fc2:\t94 81       \tldd\tr25, Z+4\t; 0x04\n     fc4:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n     fc6:\t94 83       \tstd\tZ+4, r25\t; 0x04\n\t}\n\treturn true;\t\n}\n\nbool i2cStartRead(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1) | 1;  // lsb = 1 for read\n     fc8:\t88 0f       \tadd\tr24, r24\n     fca:\t81 60       \tori\tr24, 0x01\t; 1\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n     fcc:\t87 83       \tstd\tZ+7, r24\t; 0x07\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // read polling\n\t\tif(!pollRIF()) { return false; }\n     fce:\t0e 94 b8 07 \tcall\t0xf70\t; 0xf70 <_Z7pollRIFv>\n     fd2:\t08 95       \tret\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n     fd4:\t80 e0       \tldi\tr24, 0x00\t; 0\n}\n     fd6:\t08 95       \tret\n\n00000fd8 <_Z13i2cStartWriteh>:\n\nbool i2cStartWrite(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1); // lsb = 0 for write\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n     fd8:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n     fdc:\t93 70       \tandi\tr25, 0x03\t; 3\n     fde:\t93 30       \tcpi\tr25, 0x03\t; 3\n     fe0:\t51 f0       \tbreq\t.+20     \t; 0xff6 <_Z13i2cStartWriteh+0x1e>\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n     fe2:\te0 ea       \tldi\tr30, 0xA0\t; 160\n     fe4:\tf8 e0       \tldi\tr31, 0x08\t; 8\n     fe6:\t94 81       \tldd\tr25, Z+4\t; 0x04\n     fe8:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n     fea:\t94 83       \tstd\tZ+4, r25\t; 0x04\n\t}\n\treturn false; // bus is busy\n}\n\nbool i2cStartWrite(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1); // lsb = 0 for write\n     fec:\t88 0f       \tadd\tr24, r24\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n     fee:\t87 83       \tstd\tZ+7, r24\t; 0x07\n\t\t//while(!(TWI0.MSTATUS & TWI_WIF_bm)); // write polling\n\t\tif(!pollWIF()) { return false; }\n     ff0:\t0e 94 c9 07 \tcall\t0xf92\t; 0xf92 <_Z7pollWIFv>\n     ff4:\t08 95       \tret\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n     ff6:\t80 e0       \tldi\tr24, 0x00\t; 0\n}\n     ff8:\t08 95       \tret\n\n00000ffa <_Z7i2cReadb>:\n\nuint8_t i2cRead(bool ack) { // ACK=1 send ACK ; ACK=0 send NACK\n     ffa:\tcf 93       \tpush\tr28\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify master owns the bus\n     ffc:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n    1000:\t93 70       \tandi\tr25, 0x03\t; 3\n    1002:\t92 30       \tcpi\tr25, 0x02\t; 2\n    1004:\ta9 f4       \tbrne\t.+42     \t; 0x1030 <_Z7i2cReadb+0x36>\n    1006:\tc8 2f       \tmov\tr28, r24\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // wait until RIF set (ack of receiver)\n\t\tif(!pollRIF()) { return 0; }\n    1008:\t0e 94 b8 07 \tcall\t0xf70\t; 0xf70 <_Z7pollRIFv>\n    100c:\t88 23       \tand\tr24, r24\n    100e:\t91 f0       \tbreq\t.+36     \t; 0x1034 <_Z7i2cReadb+0x3a>\n\t\tuint8_t data = TWI0.MDATA;\n    1010:\t80 91 a8 08 \tlds\tr24, 0x08A8\t; 0x8008a8 <__RODATA_PM_OFFSET__+0x7f88a8>\n\t\tif(ack) { TWI0.MCTRLB &= ~(1<<TWI_ACKACT_bp); } // send ack\n    1014:\tcc 23       \tand\tr28, r28\n    1016:\t31 f0       \tbreq\t.+12     \t; 0x1024 <_Z7i2cReadb+0x2a>\n    1018:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    101a:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    101c:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    101e:\t9b 7f       \tandi\tr25, 0xFB\t; 251\n    1020:\t94 83       \tstd\tZ+4, r25\t; 0x04\n    1022:\t09 c0       \trjmp\t.+18     \t; 0x1036 <_Z7i2cReadb+0x3c>\n\t\telse { TWI0.MCTRLB |= (1<<TWI_ACKACT_bp); } // do not send ack, prepare for stop\n    1024:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    1026:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    1028:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    102a:\t94 60       \tori\tr25, 0x04\t; 4\n    102c:\t94 83       \tstd\tZ+4, r25\t; 0x04\n    102e:\t03 c0       \trjmp\t.+6      \t; 0x1036 <_Z7i2cReadb+0x3c>\n\t\treturn data;\n\t}\n\treturn 0; // master does not own the bus\n    1030:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1032:\t01 c0       \trjmp\t.+2      \t; 0x1036 <_Z7i2cReadb+0x3c>\n}\n\nuint8_t i2cRead(bool ack) { // ACK=1 send ACK ; ACK=0 send NACK\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify master owns the bus\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // wait until RIF set (ack of receiver)\n\t\tif(!pollRIF()) { return 0; }\n    1034:\t80 e0       \tldi\tr24, 0x00\t; 0\n\t\tif(ack) { TWI0.MCTRLB &= ~(1<<TWI_ACKACT_bp); } // send ack\n\t\telse { TWI0.MCTRLB |= (1<<TWI_ACKACT_bp); } // do not send ack, prepare for stop\n\t\treturn data;\n\t}\n\treturn 0; // master does not own the bus\n}\n    1036:\tcf 91       \tpop\tr28\n    1038:\t08 95       \tret\n\n0000103a <_Z8i2cWriteh>:\n\nbool i2cWrite(uint8_t write_data) {\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\tif((TWI0.MSTATUS&TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify Master owns the bus\n    103a:\t90 91 a5 08 \tlds\tr25, 0x08A5\t; 0x8008a5 <__RODATA_PM_OFFSET__+0x7f88a5>\n    103e:\t93 70       \tandi\tr25, 0x03\t; 3\n    1040:\t92 30       \tcpi\tr25, 0x02\t; 2\n    1042:\ta9 f4       \tbrne\t.+42     \t; 0x106e <_Z8i2cWriteh+0x34>\n\t\tTWI0.MDATA = write_data;\n    1044:\t80 93 a8 08 \tsts\t0x08A8, r24\t; 0x8008a8 <__RODATA_PM_OFFSET__+0x7f88a8>\n    1048:\t28 e8       \tldi\tr18, 0x88\t; 136\n    104a:\t33 e1       \tldi\tr19, 0x13\t; 19\n\t\twhile(!((TWI0.MSTATUS & TWI_WIF_bm) | (TWI0.MSTATUS & TWI_RXACK_bm))) { // wait until WIF set and RXACK cleared\n    104c:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    104e:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    1050:\t85 81       \tldd\tr24, Z+5\t; 0x05\n    1052:\t95 81       \tldd\tr25, Z+5\t; 0x05\n    1054:\t90 71       \tandi\tr25, 0x10\t; 16\n    1056:\t80 74       \tandi\tr24, 0x40\t; 64\n    1058:\t89 2b       \tor\tr24, r25\n    105a:\t59 f4       \tbrne\t.+22     \t; 0x1072 <_Z8i2cWriteh+0x38>\n    105c:\t83 e0       \tldi\tr24, 0x03\t; 3\n    105e:\t8a 95       \tdec\tr24\n    1060:\tf1 f7       \tbrne\t.-4      \t; 0x105e <_Z8i2cWriteh+0x24>\n    1062:\t00 00       \tnop\n    1064:\t21 50       \tsubi\tr18, 0x01\t; 1\n    1066:\t31 09       \tsbc\tr19, r1\n\t\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\t\ttimeout--;\n\t\t\tif(timeout == 0) {\n    1068:\t99 f7       \tbrne\t.-26     \t; 0x1050 <_Z8i2cWriteh+0x16>\n\t\t\t\treturn false; // failed\n    106a:\t80 e0       \tldi\tr24, 0x00\t; 0\n    106c:\t08 95       \tret\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\treturn false; // master does not own the bus\n    106e:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1070:\t08 95       \tret\n\t\t\ttimeout--;\n\t\t\tif(timeout == 0) {\n\t\t\t\treturn false; // failed\n\t\t\t}\n\t\t}\n\t\treturn true;\n    1072:\t81 e0       \tldi\tr24, 0x01\t; 1\n\t}\n\treturn false; // master does not own the bus\n}\n    1074:\t08 95       \tret\n\n00001076 <_Z7i2cStopv>:\n\nvoid i2cStop() {\n\tTWI0.MCTRLB |= TWI_ACKACT_NACK_gc;\n    1076:\te0 ea       \tldi\tr30, 0xA0\t; 160\n    1078:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    107a:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    107c:\t84 60       \tori\tr24, 0x04\t; 4\n    107e:\t84 83       \tstd\tZ+4, r24\t; 0x04\n\tTWI0.MCTRLB |= TWI_MCMD_STOP_gc;\n    1080:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    1082:\t83 60       \tori\tr24, 0x03\t; 3\n    1084:\t84 83       \tstd\tZ+4, r24\t; 0x04\n    1086:\t08 95       \tret\n\n00001088 <__vector_6>:\n\t#else\n\t\t//round up by default\n\t\t__ticks_dc = (uint32_t)(ceil(fabs(__tmp)));\n\t#endif\n\n\t__builtin_avr_delay_cycles(__ticks_dc);\n    1088:\t1f 92       \tpush\tr1\n    108a:\t0f 92       \tpush\tr0\n    108c:\t0f b6       \tin\tr0, 0x3f\t; 63\n    108e:\t0f 92       \tpush\tr0\n    1090:\t11 24       \teor\tr1, r1\n    1092:\t8f 93       \tpush\tr24\n    1094:\tef 93       \tpush\tr30\n    1096:\tff 93       \tpush\tr31\n    1098:\t81 e0       \tldi\tr24, 0x01\t; 1\n    109a:\t80 93 1d 38 \tsts\t0x381D, r24\t; 0x80381d <downloadInterrupt>\n    109e:\te0 e0       \tldi\tr30, 0x00\t; 0\n    10a0:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    10a2:\t81 85       \tldd\tr24, Z+9\t; 0x09\n    10a4:\t80 62       \tori\tr24, 0x20\t; 32\n    10a6:\t81 87       \tstd\tZ+9, r24\t; 0x09\n    10a8:\tff 91       \tpop\tr31\n    10aa:\tef 91       \tpop\tr30\n    10ac:\t8f 91       \tpop\tr24\n    10ae:\t0f 90       \tpop\tr0\n    10b0:\t0f be       \tout\t0x3f, r0\t; 63\n    10b2:\t0f 90       \tpop\tr0\n    10b4:\t1f 90       \tpop\tr1\n    10b6:\t18 95       \treti\n\n000010b8 <__vector_3>:\n    10b8:\t1f 92       \tpush\tr1\n    10ba:\t0f 92       \tpush\tr0\n    10bc:\t0f b6       \tin\tr0, 0x3f\t; 63\n    10be:\t0f 92       \tpush\tr0\n    10c0:\t11 24       \teor\tr1, r1\n    10c2:\t8f 93       \tpush\tr24\n    10c4:\t81 e0       \tldi\tr24, 0x01\t; 1\n    10c6:\t80 93 1b 38 \tsts\t0x381B, r24\t; 0x80381b <rtcInterrupt>\n    10ca:\t80 93 43 01 \tsts\t0x0143, r24\t; 0x800143 <__RODATA_PM_OFFSET__+0x7f8143>\n    10ce:\t8f 91       \tpop\tr24\n    10d0:\t0f 90       \tpop\tr0\n    10d2:\t0f be       \tout\t0x3f, r0\t; 63\n    10d4:\t0f 90       \tpop\tr0\n    10d6:\t1f 90       \tpop\tr1\n    10d8:\t18 95       \treti\n\n000010da <__vector_8>:\n    10da:\t1f 92       \tpush\tr1\n    10dc:\t0f 92       \tpush\tr0\n    10de:\t0f b6       \tin\tr0, 0x3f\t; 63\n    10e0:\t0f 92       \tpush\tr0\n    10e2:\t11 24       \teor\tr1, r1\n    10e4:\t2f 93       \tpush\tr18\n    10e6:\t3f 93       \tpush\tr19\n    10e8:\t4f 93       \tpush\tr20\n    10ea:\t5f 93       \tpush\tr21\n    10ec:\t6f 93       \tpush\tr22\n    10ee:\t7f 93       \tpush\tr23\n    10f0:\t8f 93       \tpush\tr24\n    10f2:\t9f 93       \tpush\tr25\n    10f4:\taf 93       \tpush\tr26\n    10f6:\tbf 93       \tpush\tr27\n    10f8:\tef 93       \tpush\tr30\n    10fa:\tff 93       \tpush\tr31\n    10fc:\t0e 94 8f 00 \tcall\t0x11e\t; 0x11e <_Z20deviceIncrementTimerv>\n    1100:\t81 e0       \tldi\tr24, 0x01\t; 1\n    1102:\t80 93 0b 0a \tsts\t0x0A0B, r24\t; 0x800a0b <__RODATA_PM_OFFSET__+0x7f8a0b>\n    1106:\tff 91       \tpop\tr31\n    1108:\tef 91       \tpop\tr30\n    110a:\tbf 91       \tpop\tr27\n    110c:\taf 91       \tpop\tr26\n    110e:\t9f 91       \tpop\tr25\n    1110:\t8f 91       \tpop\tr24\n    1112:\t7f 91       \tpop\tr23\n    1114:\t6f 91       \tpop\tr22\n    1116:\t5f 91       \tpop\tr21\n    1118:\t4f 91       \tpop\tr20\n    111a:\t3f 91       \tpop\tr19\n    111c:\t2f 91       \tpop\tr18\n    111e:\t0f 90       \tpop\tr0\n    1120:\t0f be       \tout\t0x3f, r0\t; 63\n    1122:\t0f 90       \tpop\tr0\n    1124:\t1f 90       \tpop\tr1\n    1126:\t18 95       \treti\n\n00001128 <__vector_24>:\n    1128:\t1f 92       \tpush\tr1\n    112a:\t0f 92       \tpush\tr0\n    112c:\t0f b6       \tin\tr0, 0x3f\t; 63\n    112e:\t0f 92       \tpush\tr0\n    1130:\t11 24       \teor\tr1, r1\n    1132:\t8f 93       \tpush\tr24\n    1134:\tef 93       \tpush\tr30\n    1136:\tff 93       \tpush\tr31\n    1138:\t81 e0       \tldi\tr24, 0x01\t; 1\n    113a:\t80 93 1c 38 \tsts\t0x381C, r24\t; 0x80381c <gpio2Interrupt>\n    113e:\te0 e4       \tldi\tr30, 0x40\t; 64\n    1140:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    1142:\t81 85       \tldd\tr24, Z+9\t; 0x09\n    1144:\t82 60       \tori\tr24, 0x02\t; 2\n    1146:\t81 87       \tstd\tZ+9, r24\t; 0x09\n    1148:\tff 91       \tpop\tr31\n    114a:\tef 91       \tpop\tr30\n    114c:\t8f 91       \tpop\tr24\n    114e:\t0f 90       \tpop\tr0\n    1150:\t0f be       \tout\t0x3f, r0\t; 63\n    1152:\t0f 90       \tpop\tr0\n    1154:\t1f 90       \tpop\tr1\n    1156:\t18 95       \treti\n\n00001158 <_Z4waitj>:\n    1158:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    115c:\t0e 94 e8 00 \tcall\t0x1d0\t; 0x1d0 <_Z18deviceStandbySleepv>\n    1160:\t10 92 40 01 \tsts\t0x0140, r1\t; 0x800140 <__RODATA_PM_OFFSET__+0x7f8140>\n    1164:\t08 95       \tret\n\n00001166 <_Z14voltageNotOkayv>:\n    1166:\t20 91 2e 38 \tlds\tr18, 0x382E\t; 0x80382e <batteryVoltage>\n    116a:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    116e:\t80 91 07 38 \tlds\tr24, 0x3807\t; 0x803807 <eepromSettingMinVoltage>\n    1172:\t90 91 08 38 \tlds\tr25, 0x3808\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    1176:\t28 17       \tcp\tr18, r24\n    1178:\t39 07       \tcpc\tr19, r25\n    117a:\t30 f0       \tbrcs\t.+12     \t; 0x1188 <_Z14voltageNotOkayv+0x22>\n    117c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    117e:\t2b 39       \tcpi\tr18, 0x9B\t; 155\n    1180:\t30 41       \tsbci\tr19, 0x10\t; 16\n    1182:\t18 f4       \tbrcc\t.+6      \t; 0x118a <_Z14voltageNotOkayv+0x24>\n    1184:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1186:\t08 95       \tret\n    1188:\t81 e0       \tldi\tr24, 0x01\t; 1\n    118a:\t08 95       \tret\n\n0000118c <_Z11isNightTimev>:\n    118c:\tcf 92       \tpush\tr12\n    118e:\tdf 92       \tpush\tr13\n    1190:\tef 92       \tpush\tr14\n    1192:\tff 92       \tpush\tr15\n    1194:\t0f 93       \tpush\tr16\n    1196:\t1f 93       \tpush\tr17\n    1198:\tcf 93       \tpush\tr28\n    119a:\tdf 93       \tpush\tr29\n    119c:\t40 91 22 38 \tlds\tr20, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    11a0:\tc0 91 21 38 \tlds\tr28, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    11a4:\t30 91 24 38 \tlds\tr19, 0x3824\t; 0x803824 <eepromSettingTurnOnHour>\n    11a8:\t00 91 23 38 \tlds\tr16, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    11ac:\t60 91 17 38 \tlds\tr22, 0x3817\t; 0x803817 <timestampEstimation>\n    11b0:\t70 91 18 38 \tlds\tr23, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    11b4:\t80 91 19 38 \tlds\tr24, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    11b8:\t90 91 1a 38 \tlds\tr25, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    11bc:\t31 11       \tcpse\tr19, r1\n    11be:\t07 c0       \trjmp\t.+14     \t; 0x11ce <_Z11isNightTimev+0x42>\n    11c0:\t01 11       \tcpse\tr16, r1\n    11c2:\t05 c0       \trjmp\t.+10     \t; 0x11ce <_Z11isNightTimev+0x42>\n    11c4:\t47 31       \tcpi\tr20, 0x17\t; 23\n    11c6:\t19 f4       \tbrne\t.+6      \t; 0x11ce <_Z11isNightTimev+0x42>\n    11c8:\tcb 33       \tcpi\tr28, 0x3B\t; 59\n    11ca:\t09 f4       \tbrne\t.+2      \t; 0x11ce <_Z11isNightTimev+0x42>\n    11cc:\t46 c0       \trjmp\t.+140    \t; 0x125a <_Z11isNightTimev+0xce>\n    11ce:\t61 15       \tcp\tr22, r1\n    11d0:\t71 05       \tcpc\tr23, r1\n    11d2:\t81 05       \tcpc\tr24, r1\n    11d4:\t91 05       \tcpc\tr25, r1\n    11d6:\t09 f4       \tbrne\t.+2      \t; 0x11da <_Z11isNightTimev+0x4e>\n    11d8:\t42 c0       \trjmp\t.+132    \t; 0x125e <_Z11isNightTimev+0xd2>\n    11da:\t2c e3       \tldi\tr18, 0x3C\t; 60\n    11dc:\td0 e0       \tldi\tr29, 0x00\t; 0\n    11de:\t24 9f       \tmul\tr18, r20\n    11e0:\tc0 0d       \tadd\tr28, r0\n    11e2:\td1 1d       \tadc\tr29, r1\n    11e4:\t11 24       \teor\tr1, r1\n    11e6:\t10 e0       \tldi\tr17, 0x00\t; 0\n    11e8:\t23 9f       \tmul\tr18, r19\n    11ea:\t00 0d       \tadd\tr16, r0\n    11ec:\t11 1d       \tadc\tr17, r1\n    11ee:\t11 24       \teor\tr1, r1\n    11f0:\t2c e3       \tldi\tr18, 0x3C\t; 60\n    11f2:\t30 e0       \tldi\tr19, 0x00\t; 0\n    11f4:\t40 e0       \tldi\tr20, 0x00\t; 0\n    11f6:\t50 e0       \tldi\tr21, 0x00\t; 0\n    11f8:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    11fc:\tca 01       \tmovw\tr24, r20\n    11fe:\tb9 01       \tmovw\tr22, r18\n    1200:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1202:\t35 e0       \tldi\tr19, 0x05\t; 5\n    1204:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1206:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1208:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    120c:\tc0 17       \tcp\tr28, r16\n    120e:\td1 07       \tcpc\tr29, r17\n    1210:\t90 f4       \tbrcc\t.+36     \t; 0x1236 <_Z11isNightTimev+0xaa>\n    1212:\t6e 01       \tmovw\tr12, r28\n    1214:\te1 2c       \tmov\tr14, r1\n    1216:\tf1 2c       \tmov\tr15, r1\n    1218:\t6c 15       \tcp\tr22, r12\n    121a:\t7d 05       \tcpc\tr23, r13\n    121c:\t8e 05       \tcpc\tr24, r14\n    121e:\t9f 05       \tcpc\tr25, r15\n    1220:\t00 f1       \tbrcs\t.+64     \t; 0x1262 <_Z11isNightTimev+0xd6>\n    1222:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1224:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1226:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1228:\t60 17       \tcp\tr22, r16\n    122a:\t71 07       \tcpc\tr23, r17\n    122c:\t82 07       \tcpc\tr24, r18\n    122e:\t93 07       \tcpc\tr25, r19\n    1230:\td8 f0       \tbrcs\t.+54     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1232:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1234:\t19 c0       \trjmp\t.+50     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1236:\t6e 01       \tmovw\tr12, r28\n    1238:\te1 2c       \tmov\tr14, r1\n    123a:\tf1 2c       \tmov\tr15, r1\n    123c:\t6c 15       \tcp\tr22, r12\n    123e:\t7d 05       \tcpc\tr23, r13\n    1240:\t8e 05       \tcpc\tr24, r14\n    1242:\t9f 05       \tcpc\tr25, r15\n    1244:\t80 f4       \tbrcc\t.+32     \t; 0x1266 <_Z11isNightTimev+0xda>\n    1246:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1248:\t30 e0       \tldi\tr19, 0x00\t; 0\n    124a:\t41 e0       \tldi\tr20, 0x01\t; 1\n    124c:\t60 17       \tcp\tr22, r16\n    124e:\t71 07       \tcpc\tr23, r17\n    1250:\t82 07       \tcpc\tr24, r18\n    1252:\t93 07       \tcpc\tr25, r19\n    1254:\t48 f0       \tbrcs\t.+18     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1256:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1258:\t07 c0       \trjmp\t.+14     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    125a:\t40 e0       \tldi\tr20, 0x00\t; 0\n    125c:\t05 c0       \trjmp\t.+10     \t; 0x1268 <_Z11isNightTimev+0xdc>\n    125e:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1260:\t03 c0       \trjmp\t.+6      \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1262:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1264:\t01 c0       \trjmp\t.+2      \t; 0x1268 <_Z11isNightTimev+0xdc>\n    1266:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1268:\t84 2f       \tmov\tr24, r20\n    126a:\tdf 91       \tpop\tr29\n    126c:\tcf 91       \tpop\tr28\n    126e:\t1f 91       \tpop\tr17\n    1270:\t0f 91       \tpop\tr16\n    1272:\tff 90       \tpop\tr15\n    1274:\tef 90       \tpop\tr14\n    1276:\tdf 90       \tpop\tr13\n    1278:\tcf 90       \tpop\tr12\n    127a:\t08 95       \tret\n\n0000127c <_Z36getOperationVoltageMinFromTinyEEPROMv>:\n    127c:\tcf 93       \tpush\tr28\n    127e:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1280:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1282:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1286:\tc8 2f       \tmov\tr28, r24\n    1288:\t83 e1       \tldi\tr24, 0x13\t; 19\n    128a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    128c:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1290:\t2c 2f       \tmov\tr18, r28\n    1292:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1294:\t32 2f       \tmov\tr19, r18\n    1296:\t22 27       \teor\tr18, r18\n    1298:\t28 2b       \tor\tr18, r24\n    129a:\tc9 01       \tmovw\tr24, r18\n    129c:\t88 5b       \tsubi\tr24, 0xB8\t; 184\n    129e:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    12a0:\t83 3e       \tcpi\tr24, 0xE3\t; 227\n    12a2:\t94 40       \tsbci\tr25, 0x04\t; 4\n    12a4:\t18 f4       \tbrcc\t.+6      \t; 0x12ac <_Z36getOperationVoltageMinFromTinyEEPROMv+0x30>\n    12a6:\t82 2f       \tmov\tr24, r18\n    12a8:\t93 2f       \tmov\tr25, r19\n    12aa:\t02 c0       \trjmp\t.+4      \t; 0x12b0 <_Z36getOperationVoltageMinFromTinyEEPROMv+0x34>\n    12ac:\t88 eb       \tldi\tr24, 0xB8\t; 184\n    12ae:\t9b e0       \tldi\tr25, 0x0B\t; 11\n    12b0:\tcf 91       \tpop\tr28\n    12b2:\t08 95       \tret\n\n000012b4 <_Z29getGPSFrequencyFromTinyEEPROMv>:\n    12b4:\tcf 93       \tpush\tr28\n    12b6:\t84 e1       \tldi\tr24, 0x14\t; 20\n    12b8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12ba:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    12be:\tc8 2f       \tmov\tr28, r24\n    12c0:\t85 e1       \tldi\tr24, 0x15\t; 21\n    12c2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12c4:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    12c8:\t2c 2f       \tmov\tr18, r28\n    12ca:\t30 e0       \tldi\tr19, 0x00\t; 0\n    12cc:\t32 2f       \tmov\tr19, r18\n    12ce:\t22 27       \teor\tr18, r18\n    12d0:\t28 2b       \tor\tr18, r24\n    12d2:\tc9 01       \tmovw\tr24, r18\n    12d4:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    12d6:\t8e 3f       \tcpi\tr24, 0xFE\t; 254\n    12d8:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    12da:\t18 f4       \tbrcc\t.+6      \t; 0x12e2 <_Z29getGPSFrequencyFromTinyEEPROMv+0x2e>\n    12dc:\t82 2f       \tmov\tr24, r18\n    12de:\t93 2f       \tmov\tr25, r19\n    12e0:\t02 c0       \trjmp\t.+4      \t; 0x12e6 <_Z29getGPSFrequencyFromTinyEEPROMv+0x32>\n    12e2:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    12e4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12e6:\tcf 91       \tpop\tr28\n    12e8:\t08 95       \tret\n\n000012ea <_Z24getMinHDOPFromTinyEEPROMv>:\n    12ea:\t86 e1       \tldi\tr24, 0x16\t; 22\n    12ec:\t90 e0       \tldi\tr25, 0x00\t; 0\n    12ee:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    12f2:\t96 ef       \tldi\tr25, 0xF6\t; 246\n    12f4:\t98 0f       \tadd\tr25, r24\n    12f6:\t91 3f       \tcpi\tr25, 0xF1\t; 241\n    12f8:\t08 f0       \tbrcs\t.+2      \t; 0x12fc <_Z24getMinHDOPFromTinyEEPROMv+0x12>\n    12fa:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    12fc:\t08 95       \tret\n\n000012fe <_Z32getActivationDelayFromTinyEEPROMv>:\n    12fe:\tcf 93       \tpush\tr28\n    1300:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1302:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1304:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1308:\tc8 2f       \tmov\tr28, r24\n    130a:\t88 e1       \tldi\tr24, 0x18\t; 24\n    130c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    130e:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    1312:\t2c 2f       \tmov\tr18, r28\n    1314:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1316:\t32 2f       \tmov\tr19, r18\n    1318:\t22 27       \teor\tr18, r18\n    131a:\t28 2b       \tor\tr18, r24\n    131c:\tc9 01       \tmovw\tr24, r18\n    131e:\t0a 97       \tsbiw\tr24, 0x0a\t; 10\n    1320:\t85 3f       \tcpi\tr24, 0xF5\t; 245\n    1322:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1324:\t18 f4       \tbrcc\t.+6      \t; 0x132c <_Z32getActivationDelayFromTinyEEPROMv+0x2e>\n    1326:\t82 2f       \tmov\tr24, r18\n    1328:\t93 2f       \tmov\tr25, r19\n    132a:\t02 c0       \trjmp\t.+4      \t; 0x1330 <_Z32getActivationDelayFromTinyEEPROMv+0x32>\n    132c:\t88 e5       \tldi\tr24, 0x58\t; 88\n    132e:\t92 e0       \tldi\tr25, 0x02\t; 2\n    1330:\tcf 91       \tpop\tr28\n    1332:\t08 95       \tret\n\n00001334 <_Z27getTurnOnHourFromTinyEEPROMv>:\n    1334:\t89 e1       \tldi\tr24, 0x19\t; 25\n    1336:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1338:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    133c:\t88 31       \tcpi\tr24, 0x18\t; 24\n    133e:\t08 f0       \tbrcs\t.+2      \t; 0x1342 <_Z27getTurnOnHourFromTinyEEPROMv+0xe>\n    1340:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1342:\t08 95       \tret\n\n00001344 <_Z29getTurnOnMinuteFromTinyEEPROMv>:\n    1344:\t8a e1       \tldi\tr24, 0x1A\t; 26\n    1346:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1348:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    134c:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    134e:\t08 f0       \tbrcs\t.+2      \t; 0x1352 <_Z29getTurnOnMinuteFromTinyEEPROMv+0xe>\n    1350:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    1352:\t08 95       \tret\n\n00001354 <_Z28getTurnOffHourFromTinyEEPROMv>:\n    1354:\t8b e1       \tldi\tr24, 0x1B\t; 27\n    1356:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1358:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    135c:\t88 31       \tcpi\tr24, 0x18\t; 24\n    135e:\t08 f0       \tbrcs\t.+2      \t; 0x1362 <_Z28getTurnOffHourFromTinyEEPROMv+0xe>\n    1360:\t86 e0       \tldi\tr24, 0x06\t; 6\n    1362:\t08 95       \tret\n\n00001364 <_Z30getTurnOffMinuteFromTinyEEPROMv>:\n    1364:\t8c e1       \tldi\tr24, 0x1C\t; 28\n    1366:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1368:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    136c:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    136e:\t08 f0       \tbrcs\t.+2      \t; 0x1372 <_Z30getTurnOffMinuteFromTinyEEPROMv+0xe>\n    1370:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    1372:\t08 95       \tret\n\n00001374 <_Z10readMemoryv>:\n    1374:\t2f 92       \tpush\tr2\n    1376:\t3f 92       \tpush\tr3\n    1378:\t4f 92       \tpush\tr4\n    137a:\t5f 92       \tpush\tr5\n    137c:\t6f 92       \tpush\tr6\n    137e:\t7f 92       \tpush\tr7\n    1380:\t8f 92       \tpush\tr8\n    1382:\t9f 92       \tpush\tr9\n    1384:\taf 92       \tpush\tr10\n    1386:\tbf 92       \tpush\tr11\n    1388:\tcf 92       \tpush\tr12\n    138a:\tdf 92       \tpush\tr13\n    138c:\tef 92       \tpush\tr14\n    138e:\tff 92       \tpush\tr15\n    1390:\t0f 93       \tpush\tr16\n    1392:\t1f 93       \tpush\tr17\n    1394:\tcf 93       \tpush\tr28\n    1396:\tdf 93       \tpush\tr29\n    1398:\tcd b7       \tin\tr28, 0x3d\t; 61\n    139a:\tde b7       \tin\tr29, 0x3e\t; 62\n    139c:\t66 97       \tsbiw\tr28, 0x16\t; 22\n    139e:\tcd bf       \tout\t0x3d, r28\t; 61\n    13a0:\tde bf       \tout\t0x3e, r29\t; 62\n    13a2:\t80 91 27 38 \tlds\tr24, 0x3827\t; 0x803827 <firstTTFinSession+0x1>\n    13a6:\t8f 93       \tpush\tr24\n    13a8:\t80 91 26 38 \tlds\tr24, 0x3826\t; 0x803826 <firstTTFinSession>\n    13ac:\t8f 93       \tpush\tr24\n    13ae:\t80 91 29 38 \tlds\tr24, 0x3829\t; 0x803829 <errorCounter+0x1>\n    13b2:\t8f 93       \tpush\tr24\n    13b4:\t80 91 28 38 \tlds\tr24, 0x3828\t; 0x803828 <errorCounter>\n    13b8:\t8f 93       \tpush\tr24\n    13ba:\t80 91 2d 38 \tlds\tr24, 0x382D\t; 0x80382d <timeoutCounter>\n    13be:\t1f 92       \tpush\tr1\n    13c0:\t8f 93       \tpush\tr24\n    13c2:\t80 91 2c 38 \tlds\tr24, 0x382C\t; 0x80382c <timeoutNotEvenTimeCounter>\n    13c6:\t1f 92       \tpush\tr1\n    13c8:\t8f 93       \tpush\tr24\n    13ca:\t80 91 2b 38 \tlds\tr24, 0x382B\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    13ce:\t8f 93       \tpush\tr24\n    13d0:\t80 91 2a 38 \tlds\tr24, 0x382A\t; 0x80382a <undervoltageUnderLoadCounter>\n    13d4:\t8f 93       \tpush\tr24\n    13d6:\t82 ea       \tldi\tr24, 0xA2\t; 162\n    13d8:\t9a eb       \tldi\tr25, 0xBA\t; 186\n    13da:\t9f 93       \tpush\tr25\n    13dc:\t8f 93       \tpush\tr24\n    13de:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    13e2:\t04 e0       \tldi\tr16, 0x04\t; 4\n    13e4:\t10 e0       \tldi\tr17, 0x00\t; 0\n    13e6:\t20 e0       \tldi\tr18, 0x00\t; 0\n    13e8:\t30 e0       \tldi\tr19, 0x00\t; 0\n    13ea:\tae 01       \tmovw\tr20, r28\n    13ec:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    13ee:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    13f0:\t60 e0       \tldi\tr22, 0x00\t; 0\n    13f2:\t70 e0       \tldi\tr23, 0x00\t; 0\n    13f4:\tcb 01       \tmovw\tr24, r22\n    13f6:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    13fa:\t18 2f       \tmov\tr17, r24\n    13fc:\tcd bf       \tout\t0x3d, r28\t; 61\n    13fe:\tde bf       \tout\t0x3e, r29\t; 62\n    1400:\t88 23       \tand\tr24, r24\n    1402:\t09 f4       \tbrne\t.+2      \t; 0x1406 <_Z10readMemoryv+0x92>\n    1404:\tfb c1       \trjmp\t.+1014   \t; 0x17fc <_Z10readMemoryv+0x488>\n    1406:\tce 01       \tmovw\tr24, r28\n    1408:\t01 96       \tadiw\tr24, 0x01\t; 1\n    140a:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    140e:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n    1410:\t78 8b       \tstd\tY+16, r23\t; 0x10\n    1412:\t89 8b       \tstd\tY+17, r24\t; 0x11\n    1414:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n    1416:\t61 30       \tcpi\tr22, 0x01\t; 1\n    1418:\t71 05       \tcpc\tr23, r1\n    141a:\t82 40       \tsbci\tr24, 0x02\t; 2\n    141c:\t91 05       \tcpc\tr25, r1\n    141e:\t08 f0       \tbrcs\t.+2      \t; 0x1422 <_Z10readMemoryv+0xae>\n    1420:\tec c1       \trjmp\t.+984    \t; 0x17fa <_Z10readMemoryv+0x486>\n    1422:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1424:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1426:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1428:\t30 e0       \tldi\tr19, 0x00\t; 0\n    142a:\tae 01       \tmovw\tr20, r28\n    142c:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    142e:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1430:\t64 e0       \tldi\tr22, 0x04\t; 4\n    1432:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1434:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1436:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1438:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    143c:\t18 2f       \tmov\tr17, r24\n    143e:\t88 23       \tand\tr24, r24\n    1440:\t09 f4       \tbrne\t.+2      \t; 0x1444 <_Z10readMemoryv+0xd0>\n    1442:\tdc c1       \trjmp\t.+952    \t; 0x17fc <_Z10readMemoryv+0x488>\n    1444:\tce 01       \tmovw\tr24, r28\n    1446:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1448:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    144c:\t2b 01       \tmovw\tr4, r22\n    144e:\t3c 01       \tmovw\tr6, r24\n    1450:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    1452:\t48 16       \tcp\tr4, r24\n    1454:\t58 06       \tcpc\tr5, r24\n    1456:\t68 06       \tcpc\tr6, r24\n    1458:\t78 06       \tcpc\tr7, r24\n    145a:\t19 f4       \tbrne\t.+6      \t; 0x1462 <_Z10readMemoryv+0xee>\n    145c:\t41 2c       \tmov\tr4, r1\n    145e:\t51 2c       \tmov\tr5, r1\n    1460:\t32 01       \tmovw\tr6, r4\n    1462:\t6f 85       \tldd\tr22, Y+15\t; 0x0f\n    1464:\t78 89       \tldd\tr23, Y+16\t; 0x10\n    1466:\t89 89       \tldd\tr24, Y+17\t; 0x11\n    1468:\t9a 89       \tldd\tr25, Y+18\t; 0x12\n    146a:\t60 51       \tsubi\tr22, 0x10\t; 16\n    146c:\t71 09       \tsbc\tr23, r1\n    146e:\t81 09       \tsbc\tr24, r1\n    1470:\t91 09       \tsbc\tr25, r1\n    1472:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    1474:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1476:\t40 e0       \tldi\tr20, 0x00\t; 0\n    1478:\t50 e0       \tldi\tr21, 0x00\t; 0\n    147a:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    147e:\tb2 2e       \tmov\tr11, r18\n    1480:\ta3 2e       \tmov\tr10, r19\n    1482:\t94 2e       \tmov\tr9, r20\n    1484:\t85 2e       \tmov\tr8, r21\n    1486:\tc2 2e       \tmov\tr12, r18\n    1488:\td3 2e       \tmov\tr13, r19\n    148a:\te4 2e       \tmov\tr14, r20\n    148c:\tf5 2e       \tmov\tr15, r21\n    148e:\tc1 14       \tcp\tr12, r1\n    1490:\td1 04       \tcpc\tr13, r1\n    1492:\te1 04       \tcpc\tr14, r1\n    1494:\tf1 04       \tcpc\tr15, r1\n    1496:\t59 f0       \tbreq\t.+22     \t; 0x14ae <_Z10readMemoryv+0x13a>\n    1498:\tc3 01       \tmovw\tr24, r6\n    149a:\tb2 01       \tmovw\tr22, r4\n    149c:\ta7 01       \tmovw\tr20, r14\n    149e:\t96 01       \tmovw\tr18, r12\n    14a0:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    14a4:\t72 2e       \tmov\tr7, r18\n    14a6:\t63 2e       \tmov\tr6, r19\n    14a8:\t54 2e       \tmov\tr5, r20\n    14aa:\t45 2e       \tmov\tr4, r21\n    14ac:\t04 c0       \trjmp\t.+8      \t; 0x14b6 <_Z10readMemoryv+0x142>\n    14ae:\t71 2c       \tmov\tr7, r1\n    14b0:\t61 2c       \tmov\tr6, r1\n    14b2:\t51 2c       \tmov\tr5, r1\n    14b4:\t41 2c       \tmov\tr4, r1\n    14b6:\t04 e0       \tldi\tr16, 0x04\t; 4\n    14b8:\t10 e0       \tldi\tr17, 0x00\t; 0\n    14ba:\t20 e0       \tldi\tr18, 0x00\t; 0\n    14bc:\t30 e0       \tldi\tr19, 0x00\t; 0\n    14be:\tae 01       \tmovw\tr20, r28\n    14c0:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    14c2:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    14c4:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    14c6:\t70 e0       \tldi\tr23, 0x00\t; 0\n    14c8:\t80 e0       \tldi\tr24, 0x00\t; 0\n    14ca:\t90 e0       \tldi\tr25, 0x00\t; 0\n    14cc:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    14d0:\t18 2f       \tmov\tr17, r24\n    14d2:\t88 23       \tand\tr24, r24\n    14d4:\t09 f4       \tbrne\t.+2      \t; 0x14d8 <_Z10readMemoryv+0x164>\n    14d6:\t92 c1       \trjmp\t.+804    \t; 0x17fc <_Z10readMemoryv+0x488>\n    14d8:\tce 01       \tmovw\tr24, r28\n    14da:\t01 96       \tadiw\tr24, 0x01\t; 1\n    14dc:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    14e0:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    14e2:\taf ef       \tldi\tr26, 0xFF\t; 255\n    14e4:\t7a 07       \tcpc\tr23, r26\n    14e6:\t8a 07       \tcpc\tr24, r26\n    14e8:\t9a 07       \tcpc\tr25, r26\n    14ea:\t19 f4       \tbrne\t.+6      \t; 0x14f2 <_Z10readMemoryv+0x17e>\n    14ec:\t60 e0       \tldi\tr22, 0x00\t; 0\n    14ee:\t70 e0       \tldi\tr23, 0x00\t; 0\n    14f0:\tcb 01       \tmovw\tr24, r22\n    14f2:\tc1 14       \tcp\tr12, r1\n    14f4:\td1 04       \tcpc\tr13, r1\n    14f6:\te1 04       \tcpc\tr14, r1\n    14f8:\tf1 04       \tcpc\tr15, r1\n    14fa:\t29 f0       \tbreq\t.+10     \t; 0x1506 <_Z10readMemoryv+0x192>\n    14fc:\ta7 01       \tmovw\tr20, r14\n    14fe:\t96 01       \tmovw\tr18, r12\n    1500:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    1504:\t04 c0       \trjmp\t.+8      \t; 0x150e <_Z10readMemoryv+0x19a>\n    1506:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1508:\t30 e0       \tldi\tr19, 0x00\t; 0\n    150a:\t40 e0       \tldi\tr20, 0x00\t; 0\n    150c:\t50 e0       \tldi\tr21, 0x00\t; 0\n    150e:\t5f 93       \tpush\tr21\n    1510:\t4f 93       \tpush\tr20\n    1512:\t3f 93       \tpush\tr19\n    1514:\t2f 93       \tpush\tr18\n    1516:\t4f 92       \tpush\tr4\n    1518:\t5f 92       \tpush\tr5\n    151a:\t6f 92       \tpush\tr6\n    151c:\t7f 92       \tpush\tr7\n    151e:\t8f 92       \tpush\tr8\n    1520:\t9f 92       \tpush\tr9\n    1522:\taf 92       \tpush\tr10\n    1524:\tbf 92       \tpush\tr11\n    1526:\t82 ed       \tldi\tr24, 0xD2\t; 210\n    1528:\t9a eb       \tldi\tr25, 0xBA\t; 186\n    152a:\t9f 93       \tpush\tr25\n    152c:\t8f 93       \tpush\tr24\n    152e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1532:\t86 e0       \tldi\tr24, 0x06\t; 6\n    1534:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    1536:\t9f 93       \tpush\tr25\n    1538:\t8f 93       \tpush\tr24\n    153a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    153e:\tcd bf       \tout\t0x3d, r28\t; 61\n    1540:\tde bf       \tout\t0x3e, r29\t; 62\n    1542:\tc1 2c       \tmov\tr12, r1\n    1544:\td1 2c       \tmov\tr13, r1\n    1546:\t76 01       \tmovw\tr14, r12\n    1548:\t68 94       \tset\n    154a:\tc4 f8       \tbld\tr12, 4\n    154c:\tcb 8a       \tstd\tY+19, r12\t; 0x13\n    154e:\tdc 8a       \tstd\tY+20, r13\t; 0x14\n    1550:\ted 8a       \tstd\tY+21, r14\t; 0x15\n    1552:\tfe 8a       \tstd\tY+22, r15\t; 0x16\n    1554:\tc1 2c       \tmov\tr12, r1\n    1556:\td1 2c       \tmov\tr13, r1\n    1558:\t76 01       \tmovw\tr14, r12\n    155a:\tc3 94       \tinc\tr12\n    155c:\tcb 86       \tstd\tY+11, r12\t; 0x0b\n    155e:\tdc 86       \tstd\tY+12, r13\t; 0x0c\n    1560:\ted 86       \tstd\tY+13, r14\t; 0x0d\n    1562:\tfe 86       \tstd\tY+14, r15\t; 0x0e\n    1564:\t0f 2e       \tmov\tr0, r31\n    1566:\tf2 e2       \tldi\tr31, 0x22\t; 34\n    1568:\t2f 2e       \tmov\tr2, r31\n    156a:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    156c:\t3f 2e       \tmov\tr3, r31\n    156e:\tf0 2d       \tmov\tr31, r0\n    1570:\t09 c0       \trjmp\t.+18     \t; 0x1584 <_Z10readMemoryv+0x210>\n    1572:\t4b 8b       \tstd\tY+19, r20\t; 0x13\n    1574:\t5c 8b       \tstd\tY+20, r21\t; 0x14\n    1576:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n    1578:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n    157a:\t04 c0       \trjmp\t.+8      \t; 0x1584 <_Z10readMemoryv+0x210>\n    157c:\t4b 8b       \tstd\tY+19, r20\t; 0x13\n    157e:\t5c 8b       \tstd\tY+20, r21\t; 0x14\n    1580:\t6d 8b       \tstd\tY+21, r22\t; 0x15\n    1582:\t7e 8b       \tstd\tY+22, r23\t; 0x16\n    1584:\t0a e0       \tldi\tr16, 0x0A\t; 10\n    1586:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1588:\t20 e0       \tldi\tr18, 0x00\t; 0\n    158a:\t30 e0       \tldi\tr19, 0x00\t; 0\n    158c:\tae 01       \tmovw\tr20, r28\n    158e:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    1590:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1592:\t6b 89       \tldd\tr22, Y+19\t; 0x13\n    1594:\t7c 89       \tldd\tr23, Y+20\t; 0x14\n    1596:\t8d 89       \tldd\tr24, Y+21\t; 0x15\n    1598:\t9e 89       \tldd\tr25, Y+22\t; 0x16\n    159a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    159e:\t18 2f       \tmov\tr17, r24\n    15a0:\t88 23       \tand\tr24, r24\n    15a2:\t09 f4       \tbrne\t.+2      \t; 0x15a6 <_Z10readMemoryv+0x232>\n    15a4:\t2b c1       \trjmp\t.+598    \t; 0x17fc <_Z10readMemoryv+0x488>\n    15a6:\t4c 81       \tldd\tr20, Y+4\t; 0x04\n    15a8:\t89 81       \tldd\tr24, Y+1\t; 0x01\n    15aa:\t90 e0       \tldi\tr25, 0x00\t; 0\n    15ac:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    15ae:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    15b0:\t4c 01       \tmovw\tr8, r24\n    15b2:\t5d 01       \tmovw\tr10, r26\n    15b4:\t07 2e       \tmov\tr0, r23\n    15b6:\t71 e1       \tldi\tr23, 0x11\t; 17\n    15b8:\t88 0c       \tadd\tr8, r8\n    15ba:\t99 1c       \tadc\tr9, r9\n    15bc:\taa 1c       \tadc\tr10, r10\n    15be:\tbb 1c       \tadc\tr11, r11\n    15c0:\t7a 95       \tdec\tr23\n    15c2:\td1 f7       \tbrne\t.-12     \t; 0x15b8 <_Z10readMemoryv+0x244>\n    15c4:\t70 2d       \tmov\tr23, r0\n    15c6:\t9a 81       \tldd\tr25, Y+2\t; 0x02\n    15c8:\t89 2f       \tmov\tr24, r25\n    15ca:\t90 e0       \tldi\tr25, 0x00\t; 0\n    15cc:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    15ce:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    15d0:\t07 2e       \tmov\tr0, r23\n    15d2:\t79 e0       \tldi\tr23, 0x09\t; 9\n    15d4:\t88 0f       \tadd\tr24, r24\n    15d6:\t99 1f       \tadc\tr25, r25\n    15d8:\taa 1f       \tadc\tr26, r26\n    15da:\tbb 1f       \tadc\tr27, r27\n    15dc:\t7a 95       \tdec\tr23\n    15de:\td1 f7       \tbrne\t.-12     \t; 0x15d4 <_Z10readMemoryv+0x260>\n    15e0:\t70 2d       \tmov\tr23, r0\n    15e2:\t88 29       \tor\tr24, r8\n    15e4:\t99 29       \tor\tr25, r9\n    15e6:\taa 29       \tor\tr26, r10\n    15e8:\tbb 29       \tor\tr27, r11\n    15ea:\tcb 80       \tldd\tr12, Y+3\t; 0x03\n    15ec:\td1 2c       \tmov\tr13, r1\n    15ee:\te1 2c       \tmov\tr14, r1\n    15f0:\tf1 2c       \tmov\tr15, r1\n    15f2:\tcc 0c       \tadd\tr12, r12\n    15f4:\tdd 1c       \tadc\tr13, r13\n    15f6:\tee 1c       \tadc\tr14, r14\n    15f8:\tff 1c       \tadc\tr15, r15\n    15fa:\t8c 29       \tor\tr24, r12\n    15fc:\t9d 29       \tor\tr25, r13\n    15fe:\tae 29       \tor\tr26, r14\n    1600:\tbf 29       \tor\tr27, r15\n    1602:\t84 2e       \tmov\tr8, r20\n    1604:\t91 2c       \tmov\tr9, r1\n    1606:\ta1 2c       \tmov\tr10, r1\n    1608:\tb1 2c       \tmov\tr11, r1\n    160a:\t68 94       \tset\n    160c:\t16 f8       \tbld\tr1, 6\n    160e:\tb6 94       \tlsr\tr11\n    1610:\ta7 94       \tror\tr10\n    1612:\t97 94       \tror\tr9\n    1614:\t87 94       \tror\tr8\n    1616:\t16 94       \tlsr\tr1\n    1618:\td1 f7       \tbrne\t.-12     \t; 0x160e <_Z10readMemoryv+0x29a>\n    161a:\t88 2a       \tor\tr8, r24\n    161c:\t99 2a       \tor\tr9, r25\n    161e:\taa 2a       \tor\tr10, r26\n    1620:\tbb 2a       \tor\tr11, r27\n    1622:\t20 e4       \tldi\tr18, 0x40\t; 64\n    1624:\t82 1a       \tsub\tr8, r18\n    1626:\t24 e5       \tldi\tr18, 0x54\t; 84\n    1628:\t92 0a       \tsbc\tr9, r18\n    162a:\t29 e8       \tldi\tr18, 0x89\t; 137\n    162c:\ta2 0a       \tsbc\tr10, r18\n    162e:\tb1 08       \tsbc\tr11, r1\n    1630:\t2f 81       \tldd\tr18, Y+7\t; 0x07\n    1632:\t8d 81       \tldd\tr24, Y+5\t; 0x05\n    1634:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1636:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    1638:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    163a:\t2c 01       \tmovw\tr4, r24\n    163c:\t3d 01       \tmovw\tr6, r26\n    163e:\t03 2e       \tmov\tr0, r19\n    1640:\t3b e0       \tldi\tr19, 0x0B\t; 11\n    1642:\t44 0c       \tadd\tr4, r4\n    1644:\t55 1c       \tadc\tr5, r5\n    1646:\t66 1c       \tadc\tr6, r6\n    1648:\t77 1c       \tadc\tr7, r7\n    164a:\t3a 95       \tdec\tr19\n    164c:\td1 f7       \tbrne\t.-12     \t; 0x1642 <_Z10readMemoryv+0x2ce>\n    164e:\t30 2d       \tmov\tr19, r0\n    1650:\t8e 81       \tldd\tr24, Y+6\t; 0x06\n    1652:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1654:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    1656:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    1658:\t88 0f       \tadd\tr24, r24\n    165a:\t99 1f       \tadc\tr25, r25\n    165c:\taa 1f       \tadc\tr26, r26\n    165e:\tbb 1f       \tadc\tr27, r27\n    1660:\t88 0f       \tadd\tr24, r24\n    1662:\t99 1f       \tadc\tr25, r25\n    1664:\taa 1f       \tadc\tr26, r26\n    1666:\tbb 1f       \tadc\tr27, r27\n    1668:\t88 0f       \tadd\tr24, r24\n    166a:\t99 1f       \tadc\tr25, r25\n    166c:\taa 1f       \tadc\tr26, r26\n    166e:\tbb 1f       \tadc\tr27, r27\n    1670:\t84 29       \tor\tr24, r4\n    1672:\t95 29       \tor\tr25, r5\n    1674:\ta6 29       \tor\tr26, r6\n    1676:\tb7 29       \tor\tr27, r7\n    1678:\t4f 77       \tandi\tr20, 0x7F\t; 127\n    167a:\t50 e0       \tldi\tr21, 0x00\t; 0\n    167c:\t60 e0       \tldi\tr22, 0x00\t; 0\n    167e:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1680:\t03 2e       \tmov\tr0, r19\n    1682:\t33 e1       \tldi\tr19, 0x13\t; 19\n    1684:\t44 0f       \tadd\tr20, r20\n    1686:\t55 1f       \tadc\tr21, r21\n    1688:\t66 1f       \tadc\tr22, r22\n    168a:\t77 1f       \tadc\tr23, r23\n    168c:\t3a 95       \tdec\tr19\n    168e:\td1 f7       \tbrne\t.-12     \t; 0x1684 <_Z10readMemoryv+0x310>\n    1690:\t30 2d       \tmov\tr19, r0\n    1692:\t84 2b       \tor\tr24, r20\n    1694:\t95 2b       \tor\tr25, r21\n    1696:\ta6 2b       \tor\tr26, r22\n    1698:\tb7 2b       \tor\tr27, r23\n    169a:\t42 2e       \tmov\tr4, r18\n    169c:\t51 2c       \tmov\tr5, r1\n    169e:\t61 2c       \tmov\tr6, r1\n    16a0:\t71 2c       \tmov\tr7, r1\n    16a2:\t68 94       \tset\n    16a4:\t14 f8       \tbld\tr1, 4\n    16a6:\t76 94       \tlsr\tr7\n    16a8:\t67 94       \tror\tr6\n    16aa:\t57 94       \tror\tr5\n    16ac:\t47 94       \tror\tr4\n    16ae:\t16 94       \tlsr\tr1\n    16b0:\td1 f7       \tbrne\t.-12     \t; 0x16a6 <_Z10readMemoryv+0x332>\n    16b2:\t48 2a       \tor\tr4, r24\n    16b4:\t59 2a       \tor\tr5, r25\n    16b6:\t6a 2a       \tor\tr6, r26\n    16b8:\t7b 2a       \tor\tr7, r27\n    16ba:\t30 e8       \tldi\tr19, 0x80\t; 128\n    16bc:\t43 1a       \tsub\tr4, r19\n    16be:\t38 ea       \tldi\tr19, 0xA8\t; 168\n    16c0:\t53 0a       \tsbc\tr5, r19\n    16c2:\t32 e1       \tldi\tr19, 0x12\t; 18\n    16c4:\t63 0a       \tsbc\tr6, r19\n    16c6:\t31 e0       \tldi\tr19, 0x01\t; 1\n    16c8:\t73 0a       \tsbc\tr7, r19\n    16ca:\t2f 71       \tandi\tr18, 0x1F\t; 31\n    16cc:\t88 85       \tldd\tr24, Y+8\t; 0x08\n    16ce:\tc9 84       \tldd\tr12, Y+9\t; 0x09\n    16d0:\td1 2c       \tmov\tr13, r1\n    16d2:\te1 2c       \tmov\tr14, r1\n    16d4:\tf1 2c       \tmov\tr15, r1\n    16d6:\tfe 2c       \tmov\tr15, r14\n    16d8:\ted 2c       \tmov\tr14, r13\n    16da:\tdc 2c       \tmov\tr13, r12\n    16dc:\tcc 24       \teor\tr12, r12\n    16de:\te8 2a       \tor\tr14, r24\n    16e0:\t8a 85       \tldd\tr24, Y+10\t; 0x0a\n    16e2:\tc8 2a       \tor\tr12, r24\n    16e4:\tf2 2a       \tor\tr15, r18\n    16e6:\tc3 01       \tmovw\tr24, r6\n    16e8:\tb2 01       \tmovw\tr22, r4\n    16ea:\t77 20       \tand\tr7, r7\n    16ec:\t3c f4       \tbrge\t.+14     \t; 0x16fc <_Z10readMemoryv+0x388>\n    16ee:\t66 27       \teor\tr22, r22\n    16f0:\t77 27       \teor\tr23, r23\n    16f2:\tcb 01       \tmovw\tr24, r22\n    16f4:\t64 19       \tsub\tr22, r4\n    16f6:\t75 09       \tsbc\tr23, r5\n    16f8:\t86 09       \tsbc\tr24, r6\n    16fa:\t97 09       \tsbc\tr25, r7\n    16fc:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    16fe:\t36 e8       \tldi\tr19, 0x86\t; 134\n    1700:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1702:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1704:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    1708:\t9f 93       \tpush\tr25\n    170a:\t8f 93       \tpush\tr24\n    170c:\t7f 93       \tpush\tr23\n    170e:\t6f 93       \tpush\tr22\n    1710:\tc3 01       \tmovw\tr24, r6\n    1712:\tb2 01       \tmovw\tr22, r4\n    1714:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1716:\t36 e8       \tldi\tr19, 0x86\t; 134\n    1718:\t41 e0       \tldi\tr20, 0x01\t; 1\n    171a:\t50 e0       \tldi\tr21, 0x00\t; 0\n    171c:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    1720:\t5f 93       \tpush\tr21\n    1722:\t4f 93       \tpush\tr20\n    1724:\t3f 93       \tpush\tr19\n    1726:\t2f 93       \tpush\tr18\n    1728:\tc5 01       \tmovw\tr24, r10\n    172a:\tb4 01       \tmovw\tr22, r8\n    172c:\tbb 20       \tand\tr11, r11\n    172e:\t3c f4       \tbrge\t.+14     \t; 0x173e <_Z10readMemoryv+0x3ca>\n    1730:\t66 27       \teor\tr22, r22\n    1732:\t77 27       \teor\tr23, r23\n    1734:\tcb 01       \tmovw\tr24, r22\n    1736:\t68 19       \tsub\tr22, r8\n    1738:\t79 09       \tsbc\tr23, r9\n    173a:\t8a 09       \tsbc\tr24, r10\n    173c:\t9b 09       \tsbc\tr25, r11\n    173e:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1740:\t36 e8       \tldi\tr19, 0x86\t; 134\n    1742:\t41 e0       \tldi\tr20, 0x01\t; 1\n    1744:\t50 e0       \tldi\tr21, 0x00\t; 0\n    1746:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    174a:\t9f 93       \tpush\tr25\n    174c:\t8f 93       \tpush\tr24\n    174e:\t7f 93       \tpush\tr23\n    1750:\t6f 93       \tpush\tr22\n    1752:\tc5 01       \tmovw\tr24, r10\n    1754:\tb4 01       \tmovw\tr22, r8\n    1756:\t20 ea       \tldi\tr18, 0xA0\t; 160\n    1758:\t36 e8       \tldi\tr19, 0x86\t; 134\n    175a:\t41 e0       \tldi\tr20, 0x01\t; 1\n    175c:\t50 e0       \tldi\tr21, 0x00\t; 0\n    175e:\t0e 94 26 19 \tcall\t0x324c\t; 0x324c <__divmodsi4>\n    1762:\t5f 93       \tpush\tr21\n    1764:\t4f 93       \tpush\tr20\n    1766:\t3f 93       \tpush\tr19\n    1768:\t2f 93       \tpush\tr18\n    176a:\t86 e1       \tldi\tr24, 0x16\t; 22\n    176c:\tc8 1a       \tsub\tr12, r24\n    176e:\t8e eb       \tldi\tr24, 0xBE\t; 190\n    1770:\td8 0a       \tsbc\tr13, r24\n    1772:\t88 e8       \tldi\tr24, 0x88\t; 136\n    1774:\te8 0a       \tsbc\tr14, r24\n    1776:\t8f e9       \tldi\tr24, 0x9F\t; 159\n    1778:\tf8 0a       \tsbc\tr15, r24\n    177a:\tff 92       \tpush\tr15\n    177c:\tef 92       \tpush\tr14\n    177e:\tdf 92       \tpush\tr13\n    1780:\tcf 92       \tpush\tr12\n    1782:\t9e 85       \tldd\tr25, Y+14\t; 0x0e\n    1784:\t9f 93       \tpush\tr25\n    1786:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    1788:\taf 93       \tpush\tr26\n    178a:\tbc 85       \tldd\tr27, Y+12\t; 0x0c\n    178c:\tbf 93       \tpush\tr27\n    178e:\tcb 84       \tldd\tr12, Y+11\t; 0x0b\n    1790:\tcf 92       \tpush\tr12\n    1792:\t3f 92       \tpush\tr3\n    1794:\t2f 92       \tpush\tr2\n    1796:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    179a:\t4b 89       \tldd\tr20, Y+19\t; 0x13\n    179c:\t5c 89       \tldd\tr21, Y+20\t; 0x14\n    179e:\t6d 89       \tldd\tr22, Y+21\t; 0x15\n    17a0:\t7e 89       \tldd\tr23, Y+22\t; 0x16\n    17a2:\t46 5f       \tsubi\tr20, 0xF6\t; 246\n    17a4:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    17a6:\t6f 4f       \tsbci\tr22, 0xFF\t; 255\n    17a8:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    17aa:\t8b 89       \tldd\tr24, Y+19\t; 0x13\n    17ac:\t9c 89       \tldd\tr25, Y+20\t; 0x14\n    17ae:\tad 89       \tldd\tr26, Y+21\t; 0x15\n    17b0:\tbe 89       \tldd\tr27, Y+22\t; 0x16\n    17b2:\t44 96       \tadiw\tr24, 0x14\t; 20\n    17b4:\ta1 1d       \tadc\tr26, r1\n    17b6:\tb1 1d       \tadc\tr27, r1\n    17b8:\tcd bf       \tout\t0x3d, r28\t; 61\n    17ba:\tde bf       \tout\t0x3e, r29\t; 62\n    17bc:\tcf 84       \tldd\tr12, Y+15\t; 0x0f\n    17be:\td8 88       \tldd\tr13, Y+16\t; 0x10\n    17c0:\te9 88       \tldd\tr14, Y+17\t; 0x11\n    17c2:\tfa 88       \tldd\tr15, Y+18\t; 0x12\n    17c4:\tc8 16       \tcp\tr12, r24\n    17c6:\td9 06       \tcpc\tr13, r25\n    17c8:\tea 06       \tcpc\tr14, r26\n    17ca:\tfb 06       \tcpc\tr15, r27\n    17cc:\tb8 f0       \tbrcs\t.+46     \t; 0x17fc <_Z10readMemoryv+0x488>\n    17ce:\t8b 85       \tldd\tr24, Y+11\t; 0x0b\n    17d0:\t9c 85       \tldd\tr25, Y+12\t; 0x0c\n    17d2:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    17d4:\tbe 85       \tldd\tr27, Y+14\t; 0x0e\n    17d6:\t01 96       \tadiw\tr24, 0x01\t; 1\n    17d8:\ta1 1d       \tadc\tr26, r1\n    17da:\tb1 1d       \tadc\tr27, r1\n    17dc:\t8b 87       \tstd\tY+11, r24\t; 0x0b\n    17de:\t9c 87       \tstd\tY+12, r25\t; 0x0c\n    17e0:\tad 87       \tstd\tY+13, r26\t; 0x0d\n    17e2:\tbe 87       \tstd\tY+14, r27\t; 0x0e\n    17e4:\t89 3c       \tcpi\tr24, 0xC9\t; 201\n    17e6:\t91 05       \tcpc\tr25, r1\n    17e8:\ta1 05       \tcpc\tr26, r1\n    17ea:\tb1 05       \tcpc\tr27, r1\n    17ec:\t08 f4       \tbrcc\t.+2      \t; 0x17f0 <_Z10readMemoryv+0x47c>\n    17ee:\tc1 ce       \trjmp\t.-638    \t; 0x1572 <_Z10readMemoryv+0x1fe>\n    17f0:\t80 91 08 04 \tlds\tr24, 0x0408\t; 0x800408 <__RODATA_PM_OFFSET__+0x7f8408>\n    17f4:\t85 fd       \tsbrc\tr24, 5\n    17f6:\tc2 ce       \trjmp\t.-636    \t; 0x157c <_Z10readMemoryv+0x208>\n    17f8:\t01 c0       \trjmp\t.+2      \t; 0x17fc <_Z10readMemoryv+0x488>\n    17fa:\t10 e0       \tldi\tr17, 0x00\t; 0\n    17fc:\t81 2f       \tmov\tr24, r17\n    17fe:\t66 96       \tadiw\tr28, 0x16\t; 22\n    1800:\tcd bf       \tout\t0x3d, r28\t; 61\n    1802:\tde bf       \tout\t0x3e, r29\t; 62\n    1804:\tdf 91       \tpop\tr29\n    1806:\tcf 91       \tpop\tr28\n    1808:\t1f 91       \tpop\tr17\n    180a:\t0f 91       \tpop\tr16\n    180c:\tff 90       \tpop\tr15\n    180e:\tef 90       \tpop\tr14\n    1810:\tdf 90       \tpop\tr13\n    1812:\tcf 90       \tpop\tr12\n    1814:\tbf 90       \tpop\tr11\n    1816:\taf 90       \tpop\tr10\n    1818:\t9f 90       \tpop\tr9\n    181a:\t8f 90       \tpop\tr8\n    181c:\t7f 90       \tpop\tr7\n    181e:\t6f 90       \tpop\tr6\n    1820:\t5f 90       \tpop\tr5\n    1822:\t4f 90       \tpop\tr4\n    1824:\t3f 90       \tpop\tr3\n    1826:\t2f 90       \tpop\tr2\n    1828:\t08 95       \tret\n\n0000182a <_Z15readMemoryFancyv>:\n    182a:\t80 e4       \tldi\tr24, 0x40\t; 64\n    182c:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    182e:\t9f 93       \tpush\tr25\n    1830:\t8f 93       \tpush\tr24\n    1832:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1836:\t0e 94 ba 09 \tcall\t0x1374\t; 0x1374 <_Z10readMemoryv>\n    183a:\t0f 90       \tpop\tr0\n    183c:\t0f 90       \tpop\tr0\n    183e:\t81 11       \tcpse\tr24, r1\n    1840:\t08 c0       \trjmp\t.+16     \t; 0x1852 <_Z15readMemoryFancyv+0x28>\n    1842:\t81 e5       \tldi\tr24, 0x51\t; 81\n    1844:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    1846:\t9f 93       \tpush\tr25\n    1848:\t8f 93       \tpush\tr24\n    184a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    184e:\t0f 90       \tpop\tr0\n    1850:\t0f 90       \tpop\tr0\n    1852:\t89 e5       \tldi\tr24, 0x59\t; 89\n    1854:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    1856:\t9f 93       \tpush\tr25\n    1858:\t8f 93       \tpush\tr24\n    185a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    185e:\t0f 90       \tpop\tr0\n    1860:\t0f 90       \tpop\tr0\n    1862:\t08 95       \tret\n\n00001864 <_Z10startMenuev>:\n    1864:\t2f 92       \tpush\tr2\n    1866:\t3f 92       \tpush\tr3\n    1868:\t4f 92       \tpush\tr4\n    186a:\t5f 92       \tpush\tr5\n    186c:\t6f 92       \tpush\tr6\n    186e:\t7f 92       \tpush\tr7\n    1870:\t8f 92       \tpush\tr8\n    1872:\t9f 92       \tpush\tr9\n    1874:\taf 92       \tpush\tr10\n    1876:\tbf 92       \tpush\tr11\n    1878:\tcf 92       \tpush\tr12\n    187a:\tdf 92       \tpush\tr13\n    187c:\tef 92       \tpush\tr14\n    187e:\tff 92       \tpush\tr15\n    1880:\t0f 93       \tpush\tr16\n    1882:\t1f 93       \tpush\tr17\n    1884:\tcf 93       \tpush\tr28\n    1886:\tdf 93       \tpush\tr29\n    1888:\tcd b7       \tin\tr28, 0x3d\t; 61\n    188a:\tde b7       \tin\tr29, 0x3e\t; 62\n    188c:\tac 97       \tsbiw\tr28, 0x2c\t; 44\n    188e:\tcd bf       \tout\t0x3d, r28\t; 61\n    1890:\tde bf       \tout\t0x3e, r29\t; 62\n    1892:\t0e 94 11 18 \tcall\t0x3022\t; 0x3022 <_Z22initSecondUARTwith9600v>\n    1896:\t85 e0       \tldi\tr24, 0x05\t; 5\n    1898:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n    189c:\t0e 94 de 00 \tcall\t0x1bc\t; 0x1bc <_Z25devicePowerMemoryAndI2COnv>\n    18a0:\t0e 94 a9 07 \tcall\t0xf52\t; 0xf52 <_Z7i2cInitv>\n    18a4:\t81 e0       \tldi\tr24, 0x01\t; 1\n    18a6:\t80 93 09 38 \tsts\t0x3809, r24\t; 0x803809 <blinkDuringFirstFix>\n    18aa:\t88 e6       \tldi\tr24, 0x68\t; 104\n    18ac:\t9b eb       \tldi\tr25, 0xBB\t; 187\n    18ae:\t9f 93       \tpush\tr25\n    18b0:\t8f 93       \tpush\tr24\n    18b2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    18b6:\t0e 94 15 0c \tcall\t0x182a\t; 0x182a <_Z15readMemoryFancyv>\n    18ba:\t0f 90       \tpop\tr0\n    18bc:\t0f 90       \tpop\tr0\n    18be:\t0f 2e       \tmov\tr0, r31\n    18c0:\t61 2c       \tmov\tr6, r1\n    18c2:\tf1 e1       \tldi\tr31, 0x11\t; 17\n    18c4:\t7f 2e       \tmov\tr7, r31\n    18c6:\tf0 2d       \tmov\tr31, r0\n    18c8:\t0f 2e       \tmov\tr0, r31\n    18ca:\tf9 e7       \tldi\tr31, 0x79\t; 121\n    18cc:\t4f 2e       \tmov\tr4, r31\n    18ce:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    18d0:\t5f 2e       \tmov\tr5, r31\n    18d2:\tf0 2d       \tmov\tr31, r0\n    18d4:\t0f 2e       \tmov\tr0, r31\n    18d6:\tff e9       \tldi\tr31, 0x9F\t; 159\n    18d8:\t2f 2e       \tmov\tr2, r31\n    18da:\tfb eb       \tldi\tr31, 0xBB\t; 187\n    18dc:\t3f 2e       \tmov\tr3, r31\n    18de:\tf0 2d       \tmov\tr31, r0\n    18e0:\t0f 2e       \tmov\tr0, r31\n    18e2:\tfa e3       \tldi\tr31, 0x3A\t; 58\n    18e4:\t8f 2e       \tmov\tr8, r31\n    18e6:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    18e8:\t9f 2e       \tmov\tr9, r31\n    18ea:\tf0 2d       \tmov\tr31, r0\n    18ec:\t0f 2e       \tmov\tr0, r31\n    18ee:\tfa e5       \tldi\tr31, 0x5A\t; 90\n    18f0:\tef 2e       \tmov\tr14, r31\n    18f2:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    18f4:\tff 2e       \tmov\tr15, r31\n    18f6:\tf0 2d       \tmov\tr31, r0\n    18f8:\t0f 2e       \tmov\tr0, r31\n    18fa:\tf0 e9       \tldi\tr31, 0x90\t; 144\n    18fc:\taf 2e       \tmov\tr10, r31\n    18fe:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    1900:\tbf 2e       \tmov\tr11, r31\n    1902:\tf0 2d       \tmov\tr31, r0\n    1904:\t0f 2e       \tmov\tr0, r31\n    1906:\tfa ec       \tldi\tr31, 0xCA\t; 202\n    1908:\tcf 2e       \tmov\tr12, r31\n    190a:\tfc eb       \tldi\tr31, 0xBC\t; 188\n    190c:\tdf 2e       \tmov\tr13, r31\n    190e:\tf0 2d       \tmov\tr31, r0\n    1910:\tf3 01       \tmovw\tr30, r6\n    1912:\t24 85       \tldd\tr18, Z+12\t; 0x0c\n    1914:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n    1916:\t83 81       \tldd\tr24, Z+3\t; 0x03\n    1918:\t30 91 1f 38 \tlds\tr19, 0x381F\t; 0x80381f <eepromSettingBlink>\n    191c:\t1f 92       \tpush\tr1\n    191e:\t3f 93       \tpush\tr19\n    1920:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    1924:\t3f 93       \tpush\tr19\n    1926:\t30 91 2e 38 \tlds\tr19, 0x382E\t; 0x80382e <batteryVoltage>\n    192a:\t3f 93       \tpush\tr19\n    192c:\t1f 92       \tpush\tr1\n    192e:\t2f 93       \tpush\tr18\n    1930:\t1f 92       \tpush\tr1\n    1932:\t9f 93       \tpush\tr25\n    1934:\t1f 92       \tpush\tr1\n    1936:\t8f 93       \tpush\tr24\n    1938:\t1f 92       \tpush\tr1\n    193a:\t8b ec       \tldi\tr24, 0xCB\t; 203\n    193c:\t8f 93       \tpush\tr24\n    193e:\t5f 92       \tpush\tr5\n    1940:\t4f 92       \tpush\tr4\n    1942:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1946:\t80 91 1e 38 \tlds\tr24, 0x381E\t; 0x80381e <eepromSettingBurstDuration>\n    194a:\t1f 92       \tpush\tr1\n    194c:\t8f 93       \tpush\tr24\n    194e:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    1952:\t1f 92       \tpush\tr1\n    1954:\t8f 93       \tpush\tr24\n    1956:\t80 91 03 38 \tlds\tr24, 0x3803\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    195a:\t8f 93       \tpush\tr24\n    195c:\t80 91 02 38 \tlds\tr24, 0x3802\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    1960:\t8f 93       \tpush\tr24\n    1962:\t80 91 04 38 \tlds\tr24, 0x3804\t; 0x803804 <eepromSettingMinHDOP>\n    1966:\t1f 92       \tpush\tr1\n    1968:\t8f 93       \tpush\tr24\n    196a:\t80 91 06 38 \tlds\tr24, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    196e:\t8f 93       \tpush\tr24\n    1970:\t80 91 05 38 \tlds\tr24, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    1974:\t8f 93       \tpush\tr24\n    1976:\t80 91 08 38 \tlds\tr24, 0x3808\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    197a:\t8f 93       \tpush\tr24\n    197c:\t80 91 07 38 \tlds\tr24, 0x3807\t; 0x803807 <eepromSettingMinVoltage>\n    1980:\t8f 93       \tpush\tr24\n    1982:\t3f 92       \tpush\tr3\n    1984:\t2f 92       \tpush\tr2\n    1986:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    198a:\t80 91 24 38 \tlds\tr24, 0x3824\t; 0x803824 <eepromSettingTurnOnHour>\n    198e:\tcd bf       \tout\t0x3d, r28\t; 61\n    1990:\tde bf       \tout\t0x3e, r29\t; 62\n    1992:\t81 11       \tcpse\tr24, r1\n    1994:\t15 c0       \trjmp\t.+42     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    1996:\t90 91 23 38 \tlds\tr25, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    199a:\t91 11       \tcpse\tr25, r1\n    199c:\t11 c0       \trjmp\t.+34     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    199e:\t90 91 22 38 \tlds\tr25, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    19a2:\t97 31       \tcpi\tr25, 0x17\t; 23\n    19a4:\t69 f4       \tbrne\t.+26     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    19a6:\t90 91 21 38 \tlds\tr25, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    19aa:\t9b 33       \tcpi\tr25, 0x3B\t; 59\n    19ac:\t49 f4       \tbrne\t.+18     \t; 0x19c0 <_Z10startMenuev+0x15c>\n    19ae:\t8e e2       \tldi\tr24, 0x2E\t; 46\n    19b0:\t9c eb       \tldi\tr25, 0xBC\t; 188\n    19b2:\t9f 93       \tpush\tr25\n    19b4:\t8f 93       \tpush\tr24\n    19b6:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19ba:\t0f 90       \tpop\tr0\n    19bc:\t0f 90       \tpop\tr0\n    19be:\t14 c0       \trjmp\t.+40     \t; 0x19e8 <_Z10startMenuev+0x184>\n    19c0:\t90 91 21 38 \tlds\tr25, 0x3821\t; 0x803821 <eepromSettingTurnOffMinute>\n    19c4:\t1f 92       \tpush\tr1\n    19c6:\t9f 93       \tpush\tr25\n    19c8:\t90 91 22 38 \tlds\tr25, 0x3822\t; 0x803822 <eepromSettingTurnOffHour>\n    19cc:\t1f 92       \tpush\tr1\n    19ce:\t9f 93       \tpush\tr25\n    19d0:\t90 91 23 38 \tlds\tr25, 0x3823\t; 0x803823 <eepromSettingTurnOnMinute>\n    19d4:\t1f 92       \tpush\tr1\n    19d6:\t9f 93       \tpush\tr25\n    19d8:\t1f 92       \tpush\tr1\n    19da:\t8f 93       \tpush\tr24\n    19dc:\t9f 92       \tpush\tr9\n    19de:\t8f 92       \tpush\tr8\n    19e0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19e4:\tcd bf       \tout\t0x3d, r28\t; 61\n    19e6:\tde bf       \tout\t0x3e, r29\t; 62\n    19e8:\tff 92       \tpush\tr15\n    19ea:\tef 92       \tpush\tr14\n    19ec:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19f0:\tbf 92       \tpush\tr11\n    19f2:\taf 92       \tpush\tr10\n    19f4:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    19f8:\tdf 92       \tpush\tr13\n    19fa:\tcf 92       \tpush\tr12\n    19fc:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a00:\t20 e4       \tldi\tr18, 0x40\t; 64\n    1a02:\t3c e9       \tldi\tr19, 0x9C\t; 156\n    1a04:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1a06:\tbe 01       \tmovw\tr22, r28\n    1a08:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1a0a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1a0c:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1a0e:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1a12:\t0f 90       \tpop\tr0\n    1a14:\t0f 90       \tpop\tr0\n    1a16:\t0f 90       \tpop\tr0\n    1a18:\t0f 90       \tpop\tr0\n    1a1a:\t0f 90       \tpop\tr0\n    1a1c:\t0f 90       \tpop\tr0\n    1a1e:\t81 11       \tcpse\tr24, r1\n    1a20:\t09 c0       \trjmp\t.+18     \t; 0x1a34 <_Z10startMenuev+0x1d0>\n    1a22:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1a24:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a26:\t9f 93       \tpush\tr25\n    1a28:\t8f 93       \tpush\tr24\n    1a2a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a2e:\t0f 90       \tpop\tr0\n    1a30:\t0f 90       \tpop\tr0\n    1a32:\t7a c3       \trjmp\t.+1780   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1a34:\t89 81       \tldd\tr24, Y+1\t; 0x01\n    1a36:\t80 33       \tcpi\tr24, 0x30\t; 48\n    1a38:\t19 f4       \tbrne\t.+6      \t; 0x1a40 <_Z10startMenuev+0x1dc>\n    1a3a:\t0e 94 15 0c \tcall\t0x182a\t; 0x182a <_Z15readMemoryFancyv>\n    1a3e:\t68 cf       \trjmp\t.-304    \t; 0x1910 <_Z10startMenuev+0xac>\n    1a40:\t81 33       \tcpi\tr24, 0x31\t; 49\n    1a42:\t09 f0       \tbreq\t.+2      \t; 0x1a46 <_Z10startMenuev+0x1e2>\n    1a44:\t6a c0       \trjmp\t.+212    \t; 0x1b1a <_Z10startMenuev+0x2b6>\n    1a46:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    1a48:\t89 a3       \tstd\tY+33, r24\t; 0x21\n    1a4a:\t8a a3       \tstd\tY+34, r24\t; 0x22\n    1a4c:\t8b a3       \tstd\tY+35, r24\t; 0x23\n    1a4e:\t8c a3       \tstd\tY+36, r24\t; 0x24\n    1a50:\t8e e4       \tldi\tr24, 0x4E\t; 78\n    1a52:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a54:\t9f 93       \tpush\tr25\n    1a56:\t8f 93       \tpush\tr24\n    1a58:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a5c:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1a5e:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1a60:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1a62:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1a64:\tae 01       \tmovw\tr20, r28\n    1a66:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1a68:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1a6a:\t60 e0       \tldi\tr22, 0x00\t; 0\n    1a6c:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1a6e:\tcb 01       \tmovw\tr24, r22\n    1a70:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1a74:\t0f 90       \tpop\tr0\n    1a76:\t0f 90       \tpop\tr0\n    1a78:\t81 11       \tcpse\tr24, r1\n    1a7a:\t08 c0       \trjmp\t.+16     \t; 0x1a8c <_Z10startMenuev+0x228>\n    1a7c:\t83 e5       \tldi\tr24, 0x53\t; 83\n    1a7e:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1a80:\t9f 93       \tpush\tr25\n    1a82:\t8f 93       \tpush\tr24\n    1a84:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1a88:\t0f 90       \tpop\tr0\n    1a8a:\t0f 90       \tpop\tr0\n    1a8c:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1a8e:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1a90:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1a92:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1a94:\tae 01       \tmovw\tr20, r28\n    1a96:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1a98:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1a9a:\t64 e0       \tldi\tr22, 0x04\t; 4\n    1a9c:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1a9e:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1aa0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1aa2:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1aa6:\t81 11       \tcpse\tr24, r1\n    1aa8:\t08 c0       \trjmp\t.+16     \t; 0x1aba <_Z10startMenuev+0x256>\n    1aaa:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1aac:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1aae:\t3f 93       \tpush\tr19\n    1ab0:\t2f 93       \tpush\tr18\n    1ab2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ab6:\t0f 90       \tpop\tr0\n    1ab8:\t0f 90       \tpop\tr0\n    1aba:\t04 e0       \tldi\tr16, 0x04\t; 4\n    1abc:\t10 e0       \tldi\tr17, 0x00\t; 0\n    1abe:\t20 e0       \tldi\tr18, 0x00\t; 0\n    1ac0:\t30 e0       \tldi\tr19, 0x00\t; 0\n    1ac2:\tae 01       \tmovw\tr20, r28\n    1ac4:\t4f 5d       \tsubi\tr20, 0xDF\t; 223\n    1ac6:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    1ac8:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    1aca:\t70 e0       \tldi\tr23, 0x00\t; 0\n    1acc:\t80 e0       \tldi\tr24, 0x00\t; 0\n    1ace:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1ad0:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    1ad4:\t81 11       \tcpse\tr24, r1\n    1ad6:\t08 c0       \trjmp\t.+16     \t; 0x1ae8 <_Z10startMenuev+0x284>\n    1ad8:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1ada:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1adc:\tff 93       \tpush\tr31\n    1ade:\tef 93       \tpush\tr30\n    1ae0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ae4:\t0f 90       \tpop\tr0\n    1ae6:\t0f 90       \tpop\tr0\n    1ae8:\t10 92 2d 38 \tsts\t0x382D, r1\t; 0x80382d <timeoutCounter>\n    1aec:\t10 92 2c 38 \tsts\t0x382C, r1\t; 0x80382c <timeoutNotEvenTimeCounter>\n    1af0:\t10 92 2a 38 \tsts\t0x382A, r1\t; 0x80382a <undervoltageUnderLoadCounter>\n    1af4:\t10 92 2b 38 \tsts\t0x382B, r1\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    1af8:\t10 92 28 38 \tsts\t0x3828, r1\t; 0x803828 <errorCounter>\n    1afc:\t10 92 29 38 \tsts\t0x3829, r1\t; 0x803829 <errorCounter+0x1>\n    1b00:\t10 92 26 38 \tsts\t0x3826, r1\t; 0x803826 <firstTTFinSession>\n    1b04:\t10 92 27 38 \tsts\t0x3827, r1\t; 0x803827 <firstTTFinSession+0x1>\n    1b08:\t8b e5       \tldi\tr24, 0x5B\t; 91\n    1b0a:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b0c:\t9f 93       \tpush\tr25\n    1b0e:\t8f 93       \tpush\tr24\n    1b10:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b14:\t0f 90       \tpop\tr0\n    1b16:\t0f 90       \tpop\tr0\n    1b18:\tfb ce       \trjmp\t.-522    \t; 0x1910 <_Z10startMenuev+0xac>\n    1b1a:\t82 33       \tcpi\tr24, 0x32\t; 50\n    1b1c:\t09 f0       \tbreq\t.+2      \t; 0x1b20 <_Z10startMenuev+0x2bc>\n    1b1e:\t69 c0       \trjmp\t.+210    \t; 0x1bf2 <_Z10startMenuev+0x38e>\n    1b20:\t80 e1       \tldi\tr24, 0x10\t; 16\n    1b22:\t8f 93       \tpush\tr24\n    1b24:\t8a e9       \tldi\tr24, 0x9A\t; 154\n    1b26:\t8f 93       \tpush\tr24\n    1b28:\t8b e0       \tldi\tr24, 0x0B\t; 11\n    1b2a:\t8f 93       \tpush\tr24\n    1b2c:\t88 eb       \tldi\tr24, 0xB8\t; 184\n    1b2e:\t8f 93       \tpush\tr24\n    1b30:\t82 e6       \tldi\tr24, 0x62\t; 98\n    1b32:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b34:\t9f 93       \tpush\tr25\n    1b36:\t8f 93       \tpush\tr24\n    1b38:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b3c:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1b3e:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1b40:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1b42:\tbe 01       \tmovw\tr22, r28\n    1b44:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1b46:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1b48:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1b4a:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1b4e:\t0f 90       \tpop\tr0\n    1b50:\t0f 90       \tpop\tr0\n    1b52:\t0f 90       \tpop\tr0\n    1b54:\t0f 90       \tpop\tr0\n    1b56:\t0f 90       \tpop\tr0\n    1b58:\t0f 90       \tpop\tr0\n    1b5a:\t81 11       \tcpse\tr24, r1\n    1b5c:\t09 c0       \trjmp\t.+18     \t; 0x1b70 <_Z10startMenuev+0x30c>\n    1b5e:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1b60:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b62:\t9f 93       \tpush\tr25\n    1b64:\t8f 93       \tpush\tr24\n    1b66:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b6a:\t0f 90       \tpop\tr0\n    1b6c:\t0f 90       \tpop\tr0\n    1b6e:\tdc c2       \trjmp\t.+1464   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1b70:\tce 01       \tmovw\tr24, r28\n    1b72:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1b74:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1b78:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1b7a:\t08 2f       \tmov\tr16, r24\n    1b7c:\t19 2f       \tmov\tr17, r25\n    1b7e:\tc8 01       \tmovw\tr24, r16\n    1b80:\t88 5b       \tsubi\tr24, 0xB8\t; 184\n    1b82:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    1b84:\t83 3e       \tcpi\tr24, 0xE3\t; 227\n    1b86:\t94 40       \tsbci\tr25, 0x04\t; 4\n    1b88:\t48 f0       \tbrcs\t.+18     \t; 0x1b9c <_Z10startMenuev+0x338>\n    1b8a:\t83 e5       \tldi\tr24, 0x53\t; 83\n    1b8c:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1b8e:\t9f 93       \tpush\tr25\n    1b90:\t8f 93       \tpush\tr24\n    1b92:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1b96:\t0f 90       \tpop\tr0\n    1b98:\t0f 90       \tpop\tr0\n    1b9a:\tba ce       \trjmp\t.-652    \t; 0x1910 <_Z10startMenuev+0xac>\n    1b9c:\t61 2f       \tmov\tr22, r17\n    1b9e:\t82 e1       \tldi\tr24, 0x12\t; 18\n    1ba0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1ba2:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1ba6:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1ba8:\t83 e1       \tldi\tr24, 0x13\t; 19\n    1baa:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1bac:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1bb0:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    1bb2:\t91 e6       \tldi\tr25, 0x61\t; 97\n    1bb4:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    1bb6:\tf1 f7       \tbrne\t.-4      \t; 0x1bb4 <_Z10startMenuev+0x350>\n    1bb8:\t00 c0       \trjmp\t.+0      \t; 0x1bba <_Z10startMenuev+0x356>\n    1bba:\t00 00       \tnop\n    1bbc:\t0e 94 3e 09 \tcall\t0x127c\t; 0x127c <_Z36getOperationVoltageMinFromTinyEEPROMv>\n    1bc0:\t08 17       \tcp\tr16, r24\n    1bc2:\t19 07       \tcpc\tr17, r25\n    1bc4:\t49 f0       \tbreq\t.+18     \t; 0x1bd8 <_Z10startMenuev+0x374>\n    1bc6:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1bc8:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1bca:\tff 93       \tpush\tr31\n    1bcc:\tef 93       \tpush\tr30\n    1bce:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1bd2:\t0f 90       \tpop\tr0\n    1bd4:\t0f 90       \tpop\tr0\n    1bd6:\t9c ce       \trjmp\t.-712    \t; 0x1910 <_Z10startMenuev+0xac>\n    1bd8:\t81 e8       \tldi\tr24, 0x81\t; 129\n    1bda:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1bdc:\t9f 93       \tpush\tr25\n    1bde:\t8f 93       \tpush\tr24\n    1be0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1be4:\t00 93 07 38 \tsts\t0x3807, r16\t; 0x803807 <eepromSettingMinVoltage>\n    1be8:\t10 93 08 38 \tsts\t0x3808, r17\t; 0x803808 <eepromSettingMinVoltage+0x1>\n    1bec:\t0f 90       \tpop\tr0\n    1bee:\t0f 90       \tpop\tr0\n    1bf0:\t8f ce       \trjmp\t.-738    \t; 0x1910 <_Z10startMenuev+0xac>\n    1bf2:\t83 33       \tcpi\tr24, 0x33\t; 51\n    1bf4:\t09 f0       \tbreq\t.+2      \t; 0x1bf8 <_Z10startMenuev+0x394>\n    1bf6:\t67 c0       \trjmp\t.+206    \t; 0x1cc6 <_Z10startMenuev+0x462>\n    1bf8:\t8f e3       \tldi\tr24, 0x3F\t; 63\n    1bfa:\t8f 93       \tpush\tr24\n    1bfc:\t8e ef       \tldi\tr24, 0xFE\t; 254\n    1bfe:\t8f 93       \tpush\tr24\n    1c00:\t1f 92       \tpush\tr1\n    1c02:\t81 e0       \tldi\tr24, 0x01\t; 1\n    1c04:\t8f 93       \tpush\tr24\n    1c06:\t86 e8       \tldi\tr24, 0x86\t; 134\n    1c08:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1c0a:\t9f 93       \tpush\tr25\n    1c0c:\t8f 93       \tpush\tr24\n    1c0e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1c12:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1c14:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1c16:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1c18:\tbe 01       \tmovw\tr22, r28\n    1c1a:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1c1c:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1c1e:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1c20:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1c24:\t0f 90       \tpop\tr0\n    1c26:\t0f 90       \tpop\tr0\n    1c28:\t0f 90       \tpop\tr0\n    1c2a:\t0f 90       \tpop\tr0\n    1c2c:\t0f 90       \tpop\tr0\n    1c2e:\t0f 90       \tpop\tr0\n    1c30:\t81 11       \tcpse\tr24, r1\n    1c32:\t09 c0       \trjmp\t.+18     \t; 0x1c46 <_Z10startMenuev+0x3e2>\n    1c34:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1c36:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1c38:\t9f 93       \tpush\tr25\n    1c3a:\t8f 93       \tpush\tr24\n    1c3c:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1c40:\t0f 90       \tpop\tr0\n    1c42:\t0f 90       \tpop\tr0\n    1c44:\t71 c2       \trjmp\t.+1250   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1c46:\tce 01       \tmovw\tr24, r28\n    1c48:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1c4a:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1c4e:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1c50:\t08 2f       \tmov\tr16, r24\n    1c52:\t19 2f       \tmov\tr17, r25\n    1c54:\tc8 01       \tmovw\tr24, r16\n    1c56:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    1c58:\t8e 3f       \tcpi\tr24, 0xFE\t; 254\n    1c5a:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1c5c:\t48 f0       \tbrcs\t.+18     \t; 0x1c70 <_Z10startMenuev+0x40c>\n    1c5e:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1c60:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1c62:\t3f 93       \tpush\tr19\n    1c64:\t2f 93       \tpush\tr18\n    1c66:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1c6a:\t0f 90       \tpop\tr0\n    1c6c:\t0f 90       \tpop\tr0\n    1c6e:\t50 ce       \trjmp\t.-864    \t; 0x1910 <_Z10startMenuev+0xac>\n    1c70:\t61 2f       \tmov\tr22, r17\n    1c72:\t84 e1       \tldi\tr24, 0x14\t; 20\n    1c74:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1c76:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1c7a:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1c7c:\t85 e1       \tldi\tr24, 0x15\t; 21\n    1c7e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1c80:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1c84:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1c86:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1c88:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1c8a:\tf1 f7       \tbrne\t.-4      \t; 0x1c88 <_Z10startMenuev+0x424>\n    1c8c:\t00 c0       \trjmp\t.+0      \t; 0x1c8e <_Z10startMenuev+0x42a>\n    1c8e:\t00 00       \tnop\n    1c90:\t0e 94 5a 09 \tcall\t0x12b4\t; 0x12b4 <_Z29getGPSFrequencyFromTinyEEPROMv>\n    1c94:\t08 17       \tcp\tr16, r24\n    1c96:\t19 07       \tcpc\tr17, r25\n    1c98:\t49 f0       \tbreq\t.+18     \t; 0x1cac <_Z10startMenuev+0x448>\n    1c9a:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1c9c:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1c9e:\t3f 93       \tpush\tr19\n    1ca0:\t2f 93       \tpush\tr18\n    1ca2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ca6:\t0f 90       \tpop\tr0\n    1ca8:\t0f 90       \tpop\tr0\n    1caa:\t32 ce       \trjmp\t.-924    \t; 0x1910 <_Z10startMenuev+0xac>\n    1cac:\te1 e8       \tldi\tr30, 0x81\t; 129\n    1cae:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1cb0:\tff 93       \tpush\tr31\n    1cb2:\tef 93       \tpush\tr30\n    1cb4:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1cb8:\t00 93 05 38 \tsts\t0x3805, r16\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    1cbc:\t10 93 06 38 \tsts\t0x3806, r17\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    1cc0:\t0f 90       \tpop\tr0\n    1cc2:\t0f 90       \tpop\tr0\n    1cc4:\t25 ce       \trjmp\t.-950    \t; 0x1910 <_Z10startMenuev+0xac>\n    1cc6:\t84 33       \tcpi\tr24, 0x34\t; 52\n    1cc8:\t09 f0       \tbreq\t.+2      \t; 0x1ccc <_Z10startMenuev+0x468>\n    1cca:\t67 c0       \trjmp\t.+206    \t; 0x1d9a <_Z10startMenuev+0x536>\n    1ccc:\t1f 92       \tpush\tr1\n    1cce:\t8a ef       \tldi\tr24, 0xFA\t; 250\n    1cd0:\t8f 93       \tpush\tr24\n    1cd2:\t1f 92       \tpush\tr1\n    1cd4:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    1cd6:\t8f 93       \tpush\tr24\n    1cd8:\t8b eb       \tldi\tr24, 0xBB\t; 187\n    1cda:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1cdc:\t9f 93       \tpush\tr25\n    1cde:\t8f 93       \tpush\tr24\n    1ce0:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ce4:\t1f 92       \tpush\tr1\n    1ce6:\t89 e0       \tldi\tr24, 0x09\t; 9\n    1ce8:\t8f 93       \tpush\tr24\n    1cea:\t8b ed       \tldi\tr24, 0xDB\t; 219\n    1cec:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1cee:\t9f 93       \tpush\tr25\n    1cf0:\t8f 93       \tpush\tr24\n    1cf2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1cf6:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1cf8:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1cfa:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1cfc:\tbe 01       \tmovw\tr22, r28\n    1cfe:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1d00:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1d02:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1d04:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1d08:\tcd bf       \tout\t0x3d, r28\t; 61\n    1d0a:\tde bf       \tout\t0x3e, r29\t; 62\n    1d0c:\t81 11       \tcpse\tr24, r1\n    1d0e:\t09 c0       \trjmp\t.+18     \t; 0x1d22 <_Z10startMenuev+0x4be>\n    1d10:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1d12:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1d14:\t9f 93       \tpush\tr25\n    1d16:\t8f 93       \tpush\tr24\n    1d18:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d1c:\t0f 90       \tpop\tr0\n    1d1e:\t0f 90       \tpop\tr0\n    1d20:\t03 c2       \trjmp\t.+1030   \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1d22:\tce 01       \tmovw\tr24, r28\n    1d24:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1d26:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1d2a:\t08 2f       \tmov\tr16, r24\n    1d2c:\t19 2f       \tmov\tr17, r25\n    1d2e:\t98 01       \tmovw\tr18, r16\n    1d30:\t2a 50       \tsubi\tr18, 0x0A\t; 10\n    1d32:\t31 09       \tsbc\tr19, r1\n    1d34:\t21 3f       \tcpi\tr18, 0xF1\t; 241\n    1d36:\t31 05       \tcpc\tr19, r1\n    1d38:\t48 f0       \tbrcs\t.+18     \t; 0x1d4c <_Z10startMenuev+0x4e8>\n    1d3a:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1d3c:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1d3e:\t3f 93       \tpush\tr19\n    1d40:\t2f 93       \tpush\tr18\n    1d42:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d46:\t0f 90       \tpop\tr0\n    1d48:\t0f 90       \tpop\tr0\n    1d4a:\te2 cd       \trjmp\t.-1084   \t; 0x1910 <_Z10startMenuev+0xac>\n    1d4c:\t68 2f       \tmov\tr22, r24\n    1d4e:\t86 e1       \tldi\tr24, 0x16\t; 22\n    1d50:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1d52:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1d56:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1d58:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1d5a:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1d5c:\tf1 f7       \tbrne\t.-4      \t; 0x1d5a <_Z10startMenuev+0x4f6>\n    1d5e:\t00 c0       \trjmp\t.+0      \t; 0x1d60 <_Z10startMenuev+0x4fc>\n    1d60:\t00 00       \tnop\n    1d62:\t0e 94 75 09 \tcall\t0x12ea\t; 0x12ea <_Z24getMinHDOPFromTinyEEPROMv>\n    1d66:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1d68:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1d6a:\t08 17       \tcp\tr16, r24\n    1d6c:\t19 07       \tcpc\tr17, r25\n    1d6e:\t49 f0       \tbreq\t.+18     \t; 0x1d82 <_Z10startMenuev+0x51e>\n    1d70:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1d72:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1d74:\t3f 93       \tpush\tr19\n    1d76:\t2f 93       \tpush\tr18\n    1d78:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d7c:\t0f 90       \tpop\tr0\n    1d7e:\t0f 90       \tpop\tr0\n    1d80:\tc7 cd       \trjmp\t.-1138   \t; 0x1910 <_Z10startMenuev+0xac>\n    1d82:\te1 e8       \tldi\tr30, 0x81\t; 129\n    1d84:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1d86:\tff 93       \tpush\tr31\n    1d88:\tef 93       \tpush\tr30\n    1d8a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1d8e:\t3d a1       \tldd\tr19, Y+37\t; 0x25\n    1d90:\t30 93 04 38 \tsts\t0x3804, r19\t; 0x803804 <eepromSettingMinHDOP>\n    1d94:\t0f 90       \tpop\tr0\n    1d96:\t0f 90       \tpop\tr0\n    1d98:\tbb cd       \trjmp\t.-1162   \t; 0x1910 <_Z10startMenuev+0xac>\n    1d9a:\t85 33       \tcpi\tr24, 0x35\t; 53\n    1d9c:\t09 f0       \tbreq\t.+2      \t; 0x1da0 <_Z10startMenuev+0x53c>\n    1d9e:\t67 c0       \trjmp\t.+206    \t; 0x1e6e <_Z10startMenuev+0x60a>\n    1da0:\t8f e3       \tldi\tr24, 0x3F\t; 63\n    1da2:\t8f 93       \tpush\tr24\n    1da4:\t8e ef       \tldi\tr24, 0xFE\t; 254\n    1da6:\t8f 93       \tpush\tr24\n    1da8:\t1f 92       \tpush\tr1\n    1daa:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    1dac:\t8f 93       \tpush\tr24\n    1dae:\t82 e0       \tldi\tr24, 0x02\t; 2\n    1db0:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1db2:\t9f 93       \tpush\tr25\n    1db4:\t8f 93       \tpush\tr24\n    1db6:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1dba:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1dbc:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1dbe:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1dc0:\tbe 01       \tmovw\tr22, r28\n    1dc2:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1dc4:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1dc6:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1dc8:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1dcc:\t0f 90       \tpop\tr0\n    1dce:\t0f 90       \tpop\tr0\n    1dd0:\t0f 90       \tpop\tr0\n    1dd2:\t0f 90       \tpop\tr0\n    1dd4:\t0f 90       \tpop\tr0\n    1dd6:\t0f 90       \tpop\tr0\n    1dd8:\t81 11       \tcpse\tr24, r1\n    1dda:\t09 c0       \trjmp\t.+18     \t; 0x1dee <_Z10startMenuev+0x58a>\n    1ddc:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1dde:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1de0:\t9f 93       \tpush\tr25\n    1de2:\t8f 93       \tpush\tr24\n    1de4:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1de8:\t0f 90       \tpop\tr0\n    1dea:\t0f 90       \tpop\tr0\n    1dec:\t9d c1       \trjmp\t.+826    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1dee:\tce 01       \tmovw\tr24, r28\n    1df0:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1df2:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1df6:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1df8:\t08 2f       \tmov\tr16, r24\n    1dfa:\t19 2f       \tmov\tr17, r25\n    1dfc:\tc8 01       \tmovw\tr24, r16\n    1dfe:\t0a 97       \tsbiw\tr24, 0x0a\t; 10\n    1e00:\t85 3f       \tcpi\tr24, 0xF5\t; 245\n    1e02:\t9f 43       \tsbci\tr25, 0x3F\t; 63\n    1e04:\t48 f0       \tbrcs\t.+18     \t; 0x1e18 <_Z10startMenuev+0x5b4>\n    1e06:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1e08:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1e0a:\t3f 93       \tpush\tr19\n    1e0c:\t2f 93       \tpush\tr18\n    1e0e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e12:\t0f 90       \tpop\tr0\n    1e14:\t0f 90       \tpop\tr0\n    1e16:\t7c cd       \trjmp\t.-1288   \t; 0x1910 <_Z10startMenuev+0xac>\n    1e18:\t61 2f       \tmov\tr22, r17\n    1e1a:\t87 e1       \tldi\tr24, 0x17\t; 23\n    1e1c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1e1e:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1e22:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1e24:\t88 e1       \tldi\tr24, 0x18\t; 24\n    1e26:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1e28:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1e2c:\te7 ea       \tldi\tr30, 0xA7\t; 167\n    1e2e:\tf1 e6       \tldi\tr31, 0x61\t; 97\n    1e30:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    1e32:\tf1 f7       \tbrne\t.-4      \t; 0x1e30 <_Z10startMenuev+0x5cc>\n    1e34:\t00 c0       \trjmp\t.+0      \t; 0x1e36 <_Z10startMenuev+0x5d2>\n    1e36:\t00 00       \tnop\n    1e38:\t0e 94 7f 09 \tcall\t0x12fe\t; 0x12fe <_Z32getActivationDelayFromTinyEEPROMv>\n    1e3c:\t08 17       \tcp\tr16, r24\n    1e3e:\t19 07       \tcpc\tr17, r25\n    1e40:\t49 f0       \tbreq\t.+18     \t; 0x1e54 <_Z10startMenuev+0x5f0>\n    1e42:\t23 e5       \tldi\tr18, 0x53\t; 83\n    1e44:\t3d eb       \tldi\tr19, 0xBD\t; 189\n    1e46:\t3f 93       \tpush\tr19\n    1e48:\t2f 93       \tpush\tr18\n    1e4a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e4e:\t0f 90       \tpop\tr0\n    1e50:\t0f 90       \tpop\tr0\n    1e52:\t5e cd       \trjmp\t.-1348   \t; 0x1910 <_Z10startMenuev+0xac>\n    1e54:\te1 e8       \tldi\tr30, 0x81\t; 129\n    1e56:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1e58:\tff 93       \tpush\tr31\n    1e5a:\tef 93       \tpush\tr30\n    1e5c:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e60:\t00 93 02 38 \tsts\t0x3802, r16\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    1e64:\t10 93 03 38 \tsts\t0x3803, r17\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    1e68:\t0f 90       \tpop\tr0\n    1e6a:\t0f 90       \tpop\tr0\n    1e6c:\t51 cd       \trjmp\t.-1374   \t; 0x1910 <_Z10startMenuev+0xac>\n    1e6e:\t86 33       \tcpi\tr24, 0x36\t; 54\n    1e70:\t09 f0       \tbreq\t.+2      \t; 0x1e74 <_Z10startMenuev+0x610>\n    1e72:\tca c0       \trjmp\t.+404    \t; 0x2008 <_Z10startMenuev+0x7a4>\n    1e74:\t8a e2       \tldi\tr24, 0x2A\t; 42\n    1e76:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1e78:\t9f 93       \tpush\tr25\n    1e7a:\t8f 93       \tpush\tr24\n    1e7c:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1e80:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1e82:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1e84:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1e86:\tbe 01       \tmovw\tr22, r28\n    1e88:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1e8a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1e8c:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1e8e:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1e92:\t0f 90       \tpop\tr0\n    1e94:\t0f 90       \tpop\tr0\n    1e96:\t81 11       \tcpse\tr24, r1\n    1e98:\t09 c0       \trjmp\t.+18     \t; 0x1eac <_Z10startMenuev+0x648>\n    1e9a:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1e9c:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1e9e:\t9f 93       \tpush\tr25\n    1ea0:\t8f 93       \tpush\tr24\n    1ea2:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1ea6:\t0f 90       \tpop\tr0\n    1ea8:\t0f 90       \tpop\tr0\n    1eaa:\t3e c1       \trjmp\t.+636    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1eac:\tce 01       \tmovw\tr24, r28\n    1eae:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1eb0:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1eb4:\t8c 01       \tmovw\tr16, r24\n    1eb6:\t9c 01       \tmovw\tr18, r24\n    1eb8:\t36 95       \tlsr\tr19\n    1eba:\t27 95       \tror\tr18\n    1ebc:\t36 95       \tlsr\tr19\n    1ebe:\t27 95       \tror\tr18\n    1ec0:\tab e7       \tldi\tr26, 0x7B\t; 123\n    1ec2:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    1ec4:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1ec8:\t96 95       \tlsr\tr25\n    1eca:\t87 95       \tror\tr24\n    1ecc:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    1ece:\t9e a3       \tstd\tY+38, r25\t; 0x26\n    1ed0:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1ed2:\tb0 f4       \tbrcc\t.+44     \t; 0x1f00 <_Z10startMenuev+0x69c>\n    1ed4:\t98 01       \tmovw\tr18, r16\n    1ed6:\t36 95       \tlsr\tr19\n    1ed8:\t27 95       \tror\tr18\n    1eda:\t36 95       \tlsr\tr19\n    1edc:\t27 95       \tror\tr18\n    1ede:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1ee2:\t96 95       \tlsr\tr25\n    1ee4:\t87 95       \tror\tr24\n    1ee6:\t44 e6       \tldi\tr20, 0x64\t; 100\n    1ee8:\t48 9f       \tmul\tr20, r24\n    1eea:\t90 01       \tmovw\tr18, r0\n    1eec:\t49 9f       \tmul\tr20, r25\n    1eee:\t30 0d       \tadd\tr19, r0\n    1ef0:\t11 24       \teor\tr1, r1\n    1ef2:\tc8 01       \tmovw\tr24, r16\n    1ef4:\t82 1b       \tsub\tr24, r18\n    1ef6:\t93 0b       \tsbc\tr25, r19\n    1ef8:\t8f a3       \tstd\tY+39, r24\t; 0x27\n    1efa:\t98 a7       \tstd\tY+40, r25\t; 0x28\n    1efc:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1efe:\t48 f0       \tbrcs\t.+18     \t; 0x1f12 <_Z10startMenuev+0x6ae>\n    1f00:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1f02:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1f04:\tff 93       \tpush\tr31\n    1f06:\tef 93       \tpush\tr30\n    1f08:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1f0c:\t0f 90       \tpop\tr0\n    1f0e:\t0f 90       \tpop\tr0\n    1f10:\tff cc       \trjmp\t.-1538   \t; 0x1910 <_Z10startMenuev+0xac>\n    1f12:\t86 e5       \tldi\tr24, 0x56\t; 86\n    1f14:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    1f16:\t9f 93       \tpush\tr25\n    1f18:\t8f 93       \tpush\tr24\n    1f1a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1f1e:\t20 e6       \tldi\tr18, 0x60\t; 96\n    1f20:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    1f22:\t40 e2       \tldi\tr20, 0x20\t; 32\n    1f24:\tbe 01       \tmovw\tr22, r28\n    1f26:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    1f28:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    1f2a:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    1f2c:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    1f30:\t0f 90       \tpop\tr0\n    1f32:\t0f 90       \tpop\tr0\n    1f34:\t81 11       \tcpse\tr24, r1\n    1f36:\t09 c0       \trjmp\t.+18     \t; 0x1f4a <_Z10startMenuev+0x6e6>\n    1f38:\t87 e7       \tldi\tr24, 0x77\t; 119\n    1f3a:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1f3c:\t9f 93       \tpush\tr25\n    1f3e:\t8f 93       \tpush\tr24\n    1f40:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1f44:\t0f 90       \tpop\tr0\n    1f46:\t0f 90       \tpop\tr0\n    1f48:\tef c0       \trjmp\t.+478    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    1f4a:\tce 01       \tmovw\tr24, r28\n    1f4c:\t01 96       \tadiw\tr24, 0x01\t; 1\n    1f4e:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    1f52:\tac 01       \tmovw\tr20, r24\n    1f54:\t9c 01       \tmovw\tr18, r24\n    1f56:\t36 95       \tlsr\tr19\n    1f58:\t27 95       \tror\tr18\n    1f5a:\t36 95       \tlsr\tr19\n    1f5c:\t27 95       \tror\tr18\n    1f5e:\tab e7       \tldi\tr26, 0x7B\t; 123\n    1f60:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    1f62:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1f66:\t96 95       \tlsr\tr25\n    1f68:\t87 95       \tror\tr24\n    1f6a:\t89 a7       \tstd\tY+41, r24\t; 0x29\n    1f6c:\t9a a7       \tstd\tY+42, r25\t; 0x2a\n    1f6e:\t88 31       \tcpi\tr24, 0x18\t; 24\n    1f70:\tc8 f4       \tbrcc\t.+50     \t; 0x1fa4 <_Z10startMenuev+0x740>\n    1f72:\t9a 01       \tmovw\tr18, r20\n    1f74:\t36 95       \tlsr\tr19\n    1f76:\t27 95       \tror\tr18\n    1f78:\t36 95       \tlsr\tr19\n    1f7a:\t27 95       \tror\tr18\n    1f7c:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    1f80:\t96 95       \tlsr\tr25\n    1f82:\t87 95       \tror\tr24\n    1f84:\t64 e6       \tldi\tr22, 0x64\t; 100\n    1f86:\t68 9f       \tmul\tr22, r24\n    1f88:\t90 01       \tmovw\tr18, r0\n    1f8a:\t69 9f       \tmul\tr22, r25\n    1f8c:\t30 0d       \tadd\tr19, r0\n    1f8e:\t11 24       \teor\tr1, r1\n    1f90:\tca 01       \tmovw\tr24, r20\n    1f92:\t82 1b       \tsub\tr24, r18\n    1f94:\t93 0b       \tsbc\tr25, r19\n    1f96:\t8b a7       \tstd\tY+43, r24\t; 0x2b\n    1f98:\t9c a7       \tstd\tY+44, r25\t; 0x2c\n    1f9a:\t8c 33       \tcpi\tr24, 0x3C\t; 60\n    1f9c:\t18 f4       \tbrcc\t.+6      \t; 0x1fa4 <_Z10startMenuev+0x740>\n    1f9e:\t04 17       \tcp\tr16, r20\n    1fa0:\t15 07       \tcpc\tr17, r21\n    1fa2:\t49 f4       \tbrne\t.+18     \t; 0x1fb6 <_Z10startMenuev+0x752>\n    1fa4:\te3 e5       \tldi\tr30, 0x53\t; 83\n    1fa6:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    1fa8:\tff 93       \tpush\tr31\n    1faa:\tef 93       \tpush\tr30\n    1fac:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1fb0:\t0f 90       \tpop\tr0\n    1fb2:\t0f 90       \tpop\tr0\n    1fb4:\tad cc       \trjmp\t.-1702   \t; 0x1910 <_Z10startMenuev+0xac>\n    1fb6:\t6d a1       \tldd\tr22, Y+37\t; 0x25\n    1fb8:\t89 e1       \tldi\tr24, 0x19\t; 25\n    1fba:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fbc:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fc0:\t6f a1       \tldd\tr22, Y+39\t; 0x27\n    1fc2:\t8a e1       \tldi\tr24, 0x1A\t; 26\n    1fc4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fc6:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fca:\t69 a5       \tldd\tr22, Y+41\t; 0x29\n    1fcc:\t8b e1       \tldi\tr24, 0x1B\t; 27\n    1fce:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fd0:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fd4:\t6b a5       \tldd\tr22, Y+43\t; 0x2b\n    1fd6:\t8c e1       \tldi\tr24, 0x1C\t; 28\n    1fd8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    1fda:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    1fde:\t81 e8       \tldi\tr24, 0x81\t; 129\n    1fe0:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    1fe2:\t9f 93       \tpush\tr25\n    1fe4:\t8f 93       \tpush\tr24\n    1fe6:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    1fea:\tfd a1       \tldd\tr31, Y+37\t; 0x25\n    1fec:\tf0 93 24 38 \tsts\t0x3824, r31\t; 0x803824 <eepromSettingTurnOnHour>\n    1ff0:\t2f a1       \tldd\tr18, Y+39\t; 0x27\n    1ff2:\t20 93 23 38 \tsts\t0x3823, r18\t; 0x803823 <eepromSettingTurnOnMinute>\n    1ff6:\t39 a5       \tldd\tr19, Y+41\t; 0x29\n    1ff8:\t30 93 22 38 \tsts\t0x3822, r19\t; 0x803822 <eepromSettingTurnOffHour>\n    1ffc:\t8b a5       \tldd\tr24, Y+43\t; 0x2b\n    1ffe:\t80 93 21 38 \tsts\t0x3821, r24\t; 0x803821 <eepromSettingTurnOffMinute>\n    2002:\t0f 90       \tpop\tr0\n    2004:\t0f 90       \tpop\tr0\n    2006:\t84 cc       \trjmp\t.-1784   \t; 0x1910 <_Z10startMenuev+0xac>\n    2008:\t87 33       \tcpi\tr24, 0x37\t; 55\n    200a:\ta9 f4       \tbrne\t.+42     \t; 0x2036 <_Z10startMenuev+0x7d2>\n    200c:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    2010:\t88 23       \tand\tr24, r24\n    2012:\t41 f0       \tbreq\t.+16     \t; 0x2024 <_Z10startMenuev+0x7c0>\n    2014:\t60 e0       \tldi\tr22, 0x00\t; 0\n    2016:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    2018:\t90 e0       \tldi\tr25, 0x00\t; 0\n    201a:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    201e:\t10 92 20 38 \tsts\t0x3820, r1\t; 0x803820 <eepromSettingGeofencing>\n    2022:\t76 cc       \trjmp\t.-1812   \t; 0x1910 <_Z10startMenuev+0xac>\n    2024:\t61 e0       \tldi\tr22, 0x01\t; 1\n    2026:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    2028:\t90 e0       \tldi\tr25, 0x00\t; 0\n    202a:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    202e:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2030:\t80 93 20 38 \tsts\t0x3820, r24\t; 0x803820 <eepromSettingGeofencing>\n    2034:\t6d cc       \trjmp\t.-1830   \t; 0x1910 <_Z10startMenuev+0xac>\n    2036:\t88 33       \tcpi\tr24, 0x38\t; 56\n    2038:\t09 f0       \tbreq\t.+2      \t; 0x203c <_Z10startMenuev+0x7d8>\n    203a:\t57 c0       \trjmp\t.+174    \t; 0x20ea <_Z10startMenuev+0x886>\n    203c:\te3 e8       \tldi\tr30, 0x83\t; 131\n    203e:\tfe eb       \tldi\tr31, 0xBE\t; 190\n    2040:\tff 93       \tpush\tr31\n    2042:\tef 93       \tpush\tr30\n    2044:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    2048:\t20 e6       \tldi\tr18, 0x60\t; 96\n    204a:\t3a ee       \tldi\tr19, 0xEA\t; 234\n    204c:\t40 e2       \tldi\tr20, 0x20\t; 32\n    204e:\tbe 01       \tmovw\tr22, r28\n    2050:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    2052:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2054:\t8d e0       \tldi\tr24, 0x0D\t; 13\n    2056:\t0e 94 58 18 \tcall\t0x30b0\t; 0x30b0 <_Z8uartReadcPchj>\n    205a:\t0f 90       \tpop\tr0\n    205c:\t0f 90       \tpop\tr0\n    205e:\t81 11       \tcpse\tr24, r1\n    2060:\t09 c0       \trjmp\t.+18     \t; 0x2074 <_Z10startMenuev+0x810>\n    2062:\t87 e7       \tldi\tr24, 0x77\t; 119\n    2064:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    2066:\t9f 93       \tpush\tr25\n    2068:\t8f 93       \tpush\tr24\n    206a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    206e:\t0f 90       \tpop\tr0\n    2070:\t0f 90       \tpop\tr0\n    2072:\t5a c0       \trjmp\t.+180    \t; 0x2128 <_Z10startMenuev+0x8c4>\n    2074:\tce 01       \tmovw\tr24, r28\n    2076:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2078:\t0e 94 5f 19 \tcall\t0x32be\t; 0x32be <atoi>\n    207c:\t08 2f       \tmov\tr16, r24\n    207e:\t19 2f       \tmov\tr17, r25\n    2080:\t0b 3f       \tcpi\tr16, 0xFB\t; 251\n    2082:\t11 05       \tcpc\tr17, r1\n    2084:\t48 f0       \tbrcs\t.+18     \t; 0x2098 <_Z10startMenuev+0x834>\n    2086:\t83 e5       \tldi\tr24, 0x53\t; 83\n    2088:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    208a:\t9f 93       \tpush\tr25\n    208c:\t8f 93       \tpush\tr24\n    208e:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    2092:\t0f 90       \tpop\tr0\n    2094:\t0f 90       \tpop\tr0\n    2096:\t3c cc       \trjmp\t.-1928   \t; 0x1910 <_Z10startMenuev+0xac>\n    2098:\t68 2f       \tmov\tr22, r24\n    209a:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    209c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    209e:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    20a2:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    20a4:\t91 e6       \tldi\tr25, 0x61\t; 97\n    20a6:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    20a8:\tf1 f7       \tbrne\t.-4      \t; 0x20a6 <_Z10startMenuev+0x842>\n    20aa:\t00 c0       \trjmp\t.+0      \t; 0x20ac <_Z10startMenuev+0x848>\n    20ac:\t00 00       \tnop\n    20ae:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    20b0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20b2:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n    20b6:\t8d a3       \tstd\tY+37, r24\t; 0x25\n    20b8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20ba:\t08 17       \tcp\tr16, r24\n    20bc:\t19 07       \tcpc\tr17, r25\n    20be:\t49 f0       \tbreq\t.+18     \t; 0x20d2 <_Z10startMenuev+0x86e>\n    20c0:\te3 e5       \tldi\tr30, 0x53\t; 83\n    20c2:\tfd eb       \tldi\tr31, 0xBD\t; 189\n    20c4:\tff 93       \tpush\tr31\n    20c6:\tef 93       \tpush\tr30\n    20c8:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    20cc:\t0f 90       \tpop\tr0\n    20ce:\t0f 90       \tpop\tr0\n    20d0:\t1f cc       \trjmp\t.-1986   \t; 0x1910 <_Z10startMenuev+0xac>\n    20d2:\t81 e8       \tldi\tr24, 0x81\t; 129\n    20d4:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    20d6:\t9f 93       \tpush\tr25\n    20d8:\t8f 93       \tpush\tr24\n    20da:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    20de:\tfd a1       \tldd\tr31, Y+37\t; 0x25\n    20e0:\tf0 93 1e 38 \tsts\t0x381E, r31\t; 0x80381e <eepromSettingBurstDuration>\n    20e4:\t0f 90       \tpop\tr0\n    20e6:\t0f 90       \tpop\tr0\n    20e8:\t13 cc       \trjmp\t.-2010   \t; 0x1910 <_Z10startMenuev+0xac>\n    20ea:\t82 36       \tcpi\tr24, 0x62\t; 98\n    20ec:\ta9 f4       \tbrne\t.+42     \t; 0x2118 <_Z10startMenuev+0x8b4>\n    20ee:\t80 91 1f 38 \tlds\tr24, 0x381F\t; 0x80381f <eepromSettingBlink>\n    20f2:\t88 23       \tand\tr24, r24\n    20f4:\t41 f0       \tbreq\t.+16     \t; 0x2106 <_Z10startMenuev+0x8a2>\n    20f6:\t60 e0       \tldi\tr22, 0x00\t; 0\n    20f8:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    20fa:\t90 e0       \tldi\tr25, 0x00\t; 0\n    20fc:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    2100:\t10 92 1f 38 \tsts\t0x381F, r1\t; 0x80381f <eepromSettingBlink>\n    2104:\t05 cc       \trjmp\t.-2038   \t; 0x1910 <_Z10startMenuev+0xac>\n    2106:\t61 e0       \tldi\tr22, 0x01\t; 1\n    2108:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    210a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    210c:\t0e 94 b2 1c \tcall\t0x3964\t; 0x3964 <eeprom_write_byte>\n    2110:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2112:\t80 93 1f 38 \tsts\t0x381F, r24\t; 0x80381f <eepromSettingBlink>\n    2116:\tfc cb       \trjmp\t.-2056   \t; 0x1910 <_Z10startMenuev+0xac>\n    2118:\t82 e1       \tldi\tr24, 0x12\t; 18\n    211a:\t9d eb       \tldi\tr25, 0xBD\t; 189\n    211c:\t9f 93       \tpush\tr25\n    211e:\t8f 93       \tpush\tr24\n    2120:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    2124:\t0f 90       \tpop\tr0\n    2126:\t0f 90       \tpop\tr0\n    2128:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    212c:\t83 e2       \tldi\tr24, 0x23\t; 35\n    212e:\t94 ef       \tldi\tr25, 0xF4\t; 244\n    2130:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    2132:\tf1 f7       \tbrne\t.-4      \t; 0x2130 <_Z10startMenuev+0x8cc>\n    2134:\t00 c0       \trjmp\t.+0      \t; 0x2136 <_Z10startMenuev+0x8d2>\n    2136:\t00 00       \tnop\n    2138:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    213c:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2140:\tac 96       \tadiw\tr28, 0x2c\t; 44\n    2142:\tcd bf       \tout\t0x3d, r28\t; 61\n    2144:\tde bf       \tout\t0x3e, r29\t; 62\n    2146:\tdf 91       \tpop\tr29\n    2148:\tcf 91       \tpop\tr28\n    214a:\t1f 91       \tpop\tr17\n    214c:\t0f 91       \tpop\tr16\n    214e:\tff 90       \tpop\tr15\n    2150:\tef 90       \tpop\tr14\n    2152:\tdf 90       \tpop\tr13\n    2154:\tcf 90       \tpop\tr12\n    2156:\tbf 90       \tpop\tr11\n    2158:\taf 90       \tpop\tr10\n    215a:\t9f 90       \tpop\tr9\n    215c:\t8f 90       \tpop\tr8\n    215e:\t7f 90       \tpop\tr7\n    2160:\t6f 90       \tpop\tr6\n    2162:\t5f 90       \tpop\tr5\n    2164:\t4f 90       \tpop\tr4\n    2166:\t3f 90       \tpop\tr3\n    2168:\t2f 90       \tpop\tr2\n    216a:\t08 95       \tret\n\n0000216c <_Z32downloadButtonPressedFor3Secondsv>:\n    216c:\t80 91 08 04 \tlds\tr24, 0x0408\t; 0x800408 <__RODATA_PM_OFFSET__+0x7f8408>\n    2170:\t85 ff       \tsbrs\tr24, 5\n    2172:\t12 c0       \trjmp\t.+36     \t; 0x2198 <_Z32downloadButtonPressedFor3Secondsv+0x2c>\n    2174:\t0d c0       \trjmp\t.+26     \t; 0x2190 <_Z32downloadButtonPressedFor3Secondsv+0x24>\n    2176:\t90 85       \tldd\tr25, Z+8\t; 0x08\n    2178:\t95 fd       \tsbrc\tr25, 5\n    217a:\t0c c0       \trjmp\t.+24     \t; 0x2194 <_Z32downloadButtonPressedFor3Secondsv+0x28>\n    217c:\ta7 ea       \tldi\tr26, 0xA7\t; 167\n    217e:\tb1 e6       \tldi\tr27, 0x61\t; 97\n    2180:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    2182:\tf1 f7       \tbrne\t.-4      \t; 0x2180 <_Z32downloadButtonPressedFor3Secondsv+0x14>\n    2184:\t00 c0       \trjmp\t.+0      \t; 0x2186 <_Z32downloadButtonPressedFor3Secondsv+0x1a>\n    2186:\t00 00       \tnop\n    2188:\t81 50       \tsubi\tr24, 0x01\t; 1\n    218a:\ta9 f7       \tbrne\t.-22     \t; 0x2176 <_Z32downloadButtonPressedFor3Secondsv+0xa>\n    218c:\t81 e0       \tldi\tr24, 0x01\t; 1\n    218e:\t08 95       \tret\n    2190:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2192:\t08 95       \tret\n    2194:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2196:\t08 95       \tret\n    2198:\t87 ea       \tldi\tr24, 0xA7\t; 167\n    219a:\t91 e6       \tldi\tr25, 0x61\t; 97\n    219c:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    219e:\tf1 f7       \tbrne\t.-4      \t; 0x219c <_Z32downloadButtonPressedFor3Secondsv+0x30>\n    21a0:\t00 c0       \trjmp\t.+0      \t; 0x21a2 <_Z32downloadButtonPressedFor3Secondsv+0x36>\n    21a2:\t00 00       \tnop\n    21a4:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    21a6:\te0 e0       \tldi\tr30, 0x00\t; 0\n    21a8:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    21aa:\te5 cf       \trjmp\t.-54     \t; 0x2176 <_Z32downloadButtonPressedFor3Secondsv+0xa>\n\n000021ac <_Z13storeInMemoryP5gps_tb>:\n    21ac:\t4f 92       \tpush\tr4\n    21ae:\t5f 92       \tpush\tr5\n    21b0:\t6f 92       \tpush\tr6\n    21b2:\t7f 92       \tpush\tr7\n    21b4:\t8f 92       \tpush\tr8\n    21b6:\t9f 92       \tpush\tr9\n    21b8:\taf 92       \tpush\tr10\n    21ba:\tbf 92       \tpush\tr11\n    21bc:\tcf 92       \tpush\tr12\n    21be:\tdf 92       \tpush\tr13\n    21c0:\tff 92       \tpush\tr15\n    21c2:\t0f 93       \tpush\tr16\n    21c4:\t1f 93       \tpush\tr17\n    21c6:\tcf 93       \tpush\tr28\n    21c8:\tdf 93       \tpush\tr29\n    21ca:\tcd b7       \tin\tr28, 0x3d\t; 61\n    21cc:\tde b7       \tin\tr29, 0x3e\t; 62\n    21ce:\t62 97       \tsbiw\tr28, 0x12\t; 18\n    21d0:\tcd bf       \tout\t0x3d, r28\t; 61\n    21d2:\tde bf       \tout\t0x3e, r29\t; 62\n    21d4:\t6c 01       \tmovw\tr12, r24\n    21d6:\tf6 2e       \tmov\tr15, r22\n    21d8:\t04 e0       \tldi\tr16, 0x04\t; 4\n    21da:\t10 e0       \tldi\tr17, 0x00\t; 0\n    21dc:\t20 e0       \tldi\tr18, 0x00\t; 0\n    21de:\t30 e0       \tldi\tr19, 0x00\t; 0\n    21e0:\tae 01       \tmovw\tr20, r28\n    21e2:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    21e4:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    21e6:\t60 e0       \tldi\tr22, 0x00\t; 0\n    21e8:\t70 e0       \tldi\tr23, 0x00\t; 0\n    21ea:\tcb 01       \tmovw\tr24, r22\n    21ec:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    21f0:\t88 23       \tand\tr24, r24\n    21f2:\t09 f4       \tbrne\t.+2      \t; 0x21f6 <_Z13storeInMemoryP5gps_tb+0x4a>\n    21f4:\t49 c1       \trjmp\t.+658    \t; 0x2488 <_Z13storeInMemoryP5gps_tb+0x2dc>\n    21f6:\tce 01       \tmovw\tr24, r28\n    21f8:\t01 96       \tadiw\tr24, 0x01\t; 1\n    21fa:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    21fe:\t4b 01       \tmovw\tr8, r22\n    2200:\t5c 01       \tmovw\tr10, r24\n    2202:\tdc 01       \tmovw\tr26, r24\n    2204:\tcb 01       \tmovw\tr24, r22\n    2206:\t40 97       \tsbiw\tr24, 0x10\t; 16\n    2208:\ta1 09       \tsbc\tr26, r1\n    220a:\tb1 09       \tsbc\tr27, r1\n    220c:\t81 3f       \tcpi\tr24, 0xF1\t; 241\n    220e:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    2210:\ta1 40       \tsbci\tr26, 0x01\t; 1\n    2212:\tb1 05       \tcpc\tr27, r1\n    2214:\t28 f0       \tbrcs\t.+10     \t; 0x2220 <_Z13storeInMemoryP5gps_tb+0x74>\n    2216:\t81 2c       \tmov\tr8, r1\n    2218:\t91 2c       \tmov\tr9, r1\n    221a:\t54 01       \tmovw\tr10, r8\n    221c:\t68 94       \tset\n    221e:\t84 f8       \tbld\tr8, 4\n    2220:\tff 20       \tand\tr15, r15\n    2222:\t11 f1       \tbreq\t.+68     \t; 0x2268 <_Z13storeInMemoryP5gps_tb+0xbc>\n    2224:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2226:\t10 e0       \tldi\tr17, 0x00\t; 0\n    2228:\t20 e0       \tldi\tr18, 0x00\t; 0\n    222a:\t30 e0       \tldi\tr19, 0x00\t; 0\n    222c:\tae 01       \tmovw\tr20, r28\n    222e:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2230:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2232:\t64 e0       \tldi\tr22, 0x04\t; 4\n    2234:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2236:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2238:\t90 e0       \tldi\tr25, 0x00\t; 0\n    223a:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    223e:\t88 23       \tand\tr24, r24\n    2240:\t09 f4       \tbrne\t.+2      \t; 0x2244 <_Z13storeInMemoryP5gps_tb+0x98>\n    2242:\t24 c1       \trjmp\t.+584    \t; 0x248c <_Z13storeInMemoryP5gps_tb+0x2e0>\n    2244:\tce 01       \tmovw\tr24, r28\n    2246:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2248:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    224c:\t6b 87       \tstd\tY+11, r22\t; 0x0b\n    224e:\t7c 87       \tstd\tY+12, r23\t; 0x0c\n    2250:\t8d 87       \tstd\tY+13, r24\t; 0x0d\n    2252:\t9e 87       \tstd\tY+14, r25\t; 0x0e\n    2254:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    2256:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2258:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    225a:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    225c:\t49 f4       \tbrne\t.+18     \t; 0x2270 <_Z13storeInMemoryP5gps_tb+0xc4>\n    225e:\t1b 86       \tstd\tY+11, r1\t; 0x0b\n    2260:\t1c 86       \tstd\tY+12, r1\t; 0x0c\n    2262:\t1d 86       \tstd\tY+13, r1\t; 0x0d\n    2264:\t1e 86       \tstd\tY+14, r1\t; 0x0e\n    2266:\t04 c0       \trjmp\t.+8      \t; 0x2270 <_Z13storeInMemoryP5gps_tb+0xc4>\n    2268:\t1b 86       \tstd\tY+11, r1\t; 0x0b\n    226a:\t1c 86       \tstd\tY+12, r1\t; 0x0c\n    226c:\t1d 86       \tstd\tY+13, r1\t; 0x0d\n    226e:\t1e 86       \tstd\tY+14, r1\t; 0x0e\n    2270:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2272:\t10 e0       \tldi\tr17, 0x00\t; 0\n    2274:\t20 e0       \tldi\tr18, 0x00\t; 0\n    2276:\t30 e0       \tldi\tr19, 0x00\t; 0\n    2278:\tae 01       \tmovw\tr20, r28\n    227a:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    227c:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    227e:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2280:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2282:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2284:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2286:\t0e 94 76 01 \tcall\t0x2ec\t; 0x2ec <_Z16eepromReadMemorymPhm>\n    228a:\t88 23       \tand\tr24, r24\n    228c:\t09 f4       \tbrne\t.+2      \t; 0x2290 <_Z13storeInMemoryP5gps_tb+0xe4>\n    228e:\t00 c1       \trjmp\t.+512    \t; 0x2490 <_Z13storeInMemoryP5gps_tb+0x2e4>\n    2290:\tce 01       \tmovw\tr24, r28\n    2292:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2294:\t0e 94 5b 00 \tcall\t0xb6\t; 0xb6 <_Z13arrayToUint32Ph>\n    2298:\t6f 87       \tstd\tY+15, r22\t; 0x0f\n    229a:\t78 8b       \tstd\tY+16, r23\t; 0x10\n    229c:\t89 8b       \tstd\tY+17, r24\t; 0x11\n    229e:\t9a 8b       \tstd\tY+18, r25\t; 0x12\n    22a0:\t6f 3f       \tcpi\tr22, 0xFF\t; 255\n    22a2:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    22a4:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    22a6:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    22a8:\t21 f4       \tbrne\t.+8      \t; 0x22b2 <_Z13storeInMemoryP5gps_tb+0x106>\n    22aa:\t1f 86       \tstd\tY+15, r1\t; 0x0f\n    22ac:\t18 8a       \tstd\tY+16, r1\t; 0x10\n    22ae:\t19 8a       \tstd\tY+17, r1\t; 0x11\n    22b0:\t1a 8a       \tstd\tY+18, r1\t; 0x12\n    22b2:\tc6 01       \tmovw\tr24, r12\n    22b4:\t0e 94 6b 03 \tcall\t0x6d6\t; 0x6d6 <_Z18gpsGetUTCTimestampP5gps_t>\n    22b8:\t6a 3e       \tcpi\tr22, 0xEA\t; 234\n    22ba:\t51 e4       \tldi\tr21, 0x41\t; 65\n    22bc:\t75 07       \tcpc\tr23, r21\n    22be:\t57 e7       \tldi\tr21, 0x77\t; 119\n    22c0:\t85 07       \tcpc\tr24, r21\n    22c2:\t50 e6       \tldi\tr21, 0x60\t; 96\n    22c4:\t95 07       \tcpc\tr25, r21\n    22c6:\t38 f0       \tbrcs\t.+14     \t; 0x22d6 <_Z13storeInMemoryP5gps_tb+0x12a>\n    22c8:\tab 01       \tmovw\tr20, r22\n    22ca:\tbc 01       \tmovw\tr22, r24\n    22cc:\t4a 5e       \tsubi\tr20, 0xEA\t; 234\n    22ce:\t51 44       \tsbci\tr21, 0x41\t; 65\n    22d0:\t67 47       \tsbci\tr22, 0x77\t; 119\n    22d2:\t70 46       \tsbci\tr23, 0x60\t; 96\n    22d4:\t03 c0       \trjmp\t.+6      \t; 0x22dc <_Z13storeInMemoryP5gps_tb+0x130>\n    22d6:\t40 e0       \tldi\tr20, 0x00\t; 0\n    22d8:\t50 e0       \tldi\tr21, 0x00\t; 0\n    22da:\tba 01       \tmovw\tr22, r20\n    22dc:\td6 01       \tmovw\tr26, r12\n    22de:\t16 96       \tadiw\tr26, 0x06\t; 6\n    22e0:\t0d 91       \tld\tr16, X+\n    22e2:\t1d 91       \tld\tr17, X+\n    22e4:\t2d 91       \tld\tr18, X+\n    22e6:\t3c 91       \tld\tr19, X\n    22e8:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    22ea:\t00 5c       \tsubi\tr16, 0xC0\t; 192\n    22ec:\t1b 4a       \tsbci\tr17, 0xAB\t; 171\n    22ee:\t26 47       \tsbci\tr18, 0x76\t; 118\n    22f0:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    22f2:\td9 01       \tmovw\tr26, r18\n    22f4:\tc8 01       \tmovw\tr24, r16\n    22f6:\t07 2e       \tmov\tr0, r23\n    22f8:\t71 e1       \tldi\tr23, 0x11\t; 17\n    22fa:\tb6 95       \tlsr\tr27\n    22fc:\ta7 95       \tror\tr26\n    22fe:\t97 95       \tror\tr25\n    2300:\t87 95       \tror\tr24\n    2302:\t7a 95       \tdec\tr23\n    2304:\td1 f7       \tbrne\t.-12     \t; 0x22fa <_Z13storeInMemoryP5gps_tb+0x14e>\n    2306:\t70 2d       \tmov\tr23, r0\n    2308:\t89 83       \tstd\tY+1, r24\t; 0x01\n    230a:\td9 01       \tmovw\tr26, r18\n    230c:\tc8 01       \tmovw\tr24, r16\n    230e:\t07 2e       \tmov\tr0, r23\n    2310:\t79 e0       \tldi\tr23, 0x09\t; 9\n    2312:\tb6 95       \tlsr\tr27\n    2314:\ta7 95       \tror\tr26\n    2316:\t97 95       \tror\tr25\n    2318:\t87 95       \tror\tr24\n    231a:\t7a 95       \tdec\tr23\n    231c:\td1 f7       \tbrne\t.-12     \t; 0x2312 <_Z13storeInMemoryP5gps_tb+0x166>\n    231e:\t70 2d       \tmov\tr23, r0\n    2320:\t8a 83       \tstd\tY+2, r24\t; 0x02\n    2322:\td9 01       \tmovw\tr26, r18\n    2324:\tc8 01       \tmovw\tr24, r16\n    2326:\tb6 95       \tlsr\tr27\n    2328:\ta7 95       \tror\tr26\n    232a:\t97 95       \tror\tr25\n    232c:\t87 95       \tror\tr24\n    232e:\t8b 83       \tstd\tY+3, r24\t; 0x03\n    2330:\tf6 01       \tmovw\tr30, r12\n    2332:\t82 85       \tldd\tr24, Z+10\t; 0x0a\n    2334:\t93 85       \tldd\tr25, Z+11\t; 0x0b\n    2336:\ta4 85       \tldd\tr26, Z+12\t; 0x0c\n    2338:\tb5 85       \tldd\tr27, Z+13\t; 0x0d\n    233a:\t80 58       \tsubi\tr24, 0x80\t; 128\n    233c:\t97 45       \tsbci\tr25, 0x57\t; 87\n    233e:\tad 4e       \tsbci\tr26, 0xED\t; 237\n    2340:\tbe 4f       \tsbci\tr27, 0xFE\t; 254\n    2342:\t07 95       \tror\tr16\n    2344:\t00 27       \teor\tr16, r16\n    2346:\t07 95       \tror\tr16\n    2348:\t2c 01       \tmovw\tr4, r24\n    234a:\t3d 01       \tmovw\tr6, r26\n    234c:\t03 2e       \tmov\tr0, r19\n    234e:\t33 e1       \tldi\tr19, 0x13\t; 19\n    2350:\t76 94       \tlsr\tr7\n    2352:\t67 94       \tror\tr6\n    2354:\t57 94       \tror\tr5\n    2356:\t47 94       \tror\tr4\n    2358:\t3a 95       \tdec\tr19\n    235a:\td1 f7       \tbrne\t.-12     \t; 0x2350 <_Z13storeInMemoryP5gps_tb+0x1a4>\n    235c:\t30 2d       \tmov\tr19, r0\n    235e:\t04 29       \tor\tr16, r4\n    2360:\t0c 83       \tstd\tY+4, r16\t; 0x04\n    2362:\t8c 01       \tmovw\tr16, r24\n    2364:\t9d 01       \tmovw\tr18, r26\n    2366:\t0f 2e       \tmov\tr0, r31\n    2368:\tfb e0       \tldi\tr31, 0x0B\t; 11\n    236a:\t36 95       \tlsr\tr19\n    236c:\t27 95       \tror\tr18\n    236e:\t17 95       \tror\tr17\n    2370:\t07 95       \tror\tr16\n    2372:\tfa 95       \tdec\tr31\n    2374:\td1 f7       \tbrne\t.-12     \t; 0x236a <_Z13storeInMemoryP5gps_tb+0x1be>\n    2376:\tf0 2d       \tmov\tr31, r0\n    2378:\t0d 83       \tstd\tY+5, r16\t; 0x05\n    237a:\t8c 01       \tmovw\tr16, r24\n    237c:\t9d 01       \tmovw\tr18, r26\n    237e:\t68 94       \tset\n    2380:\t12 f8       \tbld\tr1, 2\n    2382:\t36 95       \tlsr\tr19\n    2384:\t27 95       \tror\tr18\n    2386:\t17 95       \tror\tr17\n    2388:\t07 95       \tror\tr16\n    238a:\t16 94       \tlsr\tr1\n    238c:\td1 f7       \tbrne\t.-12     \t; 0x2382 <_Z13storeInMemoryP5gps_tb+0x1d6>\n    238e:\t0e 83       \tstd\tY+6, r16\t; 0x06\n    2390:\t82 95       \tswap\tr24\n    2392:\t88 0f       \tadd\tr24, r24\n    2394:\t80 7e       \tandi\tr24, 0xE0\t; 224\n    2396:\t87 2b       \tor\tr24, r23\n    2398:\t8f 83       \tstd\tY+7, r24\t; 0x07\n    239a:\t68 87       \tstd\tY+8, r22\t; 0x08\n    239c:\t59 87       \tstd\tY+9, r21\t; 0x09\n    239e:\t4a 87       \tstd\tY+10, r20\t; 0x0a\n    23a0:\t24 01       \tmovw\tr4, r8\n    23a2:\t35 01       \tmovw\tr6, r10\n    23a4:\tfa e0       \tldi\tr31, 0x0A\t; 10\n    23a6:\t4f 0e       \tadd\tr4, r31\n    23a8:\t51 1c       \tadc\tr5, r1\n    23aa:\t61 1c       \tadc\tr6, r1\n    23ac:\t71 1c       \tadc\tr7, r1\n    23ae:\t21 e0       \tldi\tr18, 0x01\t; 1\n    23b0:\t42 16       \tcp\tr4, r18\n    23b2:\t51 04       \tcpc\tr5, r1\n    23b4:\t22 e0       \tldi\tr18, 0x02\t; 2\n    23b6:\t62 06       \tcpc\tr6, r18\n    23b8:\t71 04       \tcpc\tr7, r1\n    23ba:\t08 f0       \tbrcs\t.+2      \t; 0x23be <_Z13storeInMemoryP5gps_tb+0x212>\n    23bc:\t6b c0       \trjmp\t.+214    \t; 0x2494 <_Z13storeInMemoryP5gps_tb+0x2e8>\n    23be:\t0a e0       \tldi\tr16, 0x0A\t; 10\n    23c0:\t10 e0       \tldi\tr17, 0x00\t; 0\n    23c2:\t20 e0       \tldi\tr18, 0x00\t; 0\n    23c4:\t30 e0       \tldi\tr19, 0x00\t; 0\n    23c6:\tae 01       \tmovw\tr20, r28\n    23c8:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    23ca:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    23cc:\tc5 01       \tmovw\tr24, r10\n    23ce:\tb4 01       \tmovw\tr22, r8\n    23d0:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    23d4:\t88 23       \tand\tr24, r24\n    23d6:\t09 f4       \tbrne\t.+2      \t; 0x23da <_Z13storeInMemoryP5gps_tb+0x22e>\n    23d8:\t5f c0       \trjmp\t.+190    \t; 0x2498 <_Z13storeInMemoryP5gps_tb+0x2ec>\n    23da:\t79 82       \tstd\tY+1, r7\t; 0x01\n    23dc:\t6a 82       \tstd\tY+2, r6\t; 0x02\n    23de:\t5b 82       \tstd\tY+3, r5\t; 0x03\n    23e0:\t4c 82       \tstd\tY+4, r4\t; 0x04\n    23e2:\t04 e0       \tldi\tr16, 0x04\t; 4\n    23e4:\t10 e0       \tldi\tr17, 0x00\t; 0\n    23e6:\t20 e0       \tldi\tr18, 0x00\t; 0\n    23e8:\t30 e0       \tldi\tr19, 0x00\t; 0\n    23ea:\tae 01       \tmovw\tr20, r28\n    23ec:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    23ee:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    23f0:\t60 e0       \tldi\tr22, 0x00\t; 0\n    23f2:\t70 e0       \tldi\tr23, 0x00\t; 0\n    23f4:\tcb 01       \tmovw\tr24, r22\n    23f6:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    23fa:\t88 23       \tand\tr24, r24\n    23fc:\t09 f4       \tbrne\t.+2      \t; 0x2400 <_Z13storeInMemoryP5gps_tb+0x254>\n    23fe:\t4e c0       \trjmp\t.+156    \t; 0x249c <_Z13storeInMemoryP5gps_tb+0x2f0>\n    2400:\tff 20       \tand\tr15, r15\n    2402:\t11 f1       \tbreq\t.+68     \t; 0x2448 <_Z13storeInMemoryP5gps_tb+0x29c>\n    2404:\td6 01       \tmovw\tr26, r12\n    2406:\t1f 96       \tadiw\tr26, 0x0f\t; 15\n    2408:\t8d 91       \tld\tr24, X+\n    240a:\t9c 91       \tld\tr25, X\n    240c:\t50 97       \tsbiw\tr26, 0x10\t; 16\n    240e:\t2b 85       \tldd\tr18, Y+11\t; 0x0b\n    2410:\t3c 85       \tldd\tr19, Y+12\t; 0x0c\n    2412:\t4d 85       \tldd\tr20, Y+13\t; 0x0d\n    2414:\t5e 85       \tldd\tr21, Y+14\t; 0x0e\n    2416:\t28 0f       \tadd\tr18, r24\n    2418:\t39 1f       \tadc\tr19, r25\n    241a:\t41 1d       \tadc\tr20, r1\n    241c:\t51 1d       \tadc\tr21, r1\n    241e:\tda 01       \tmovw\tr26, r20\n    2420:\tc9 01       \tmovw\tr24, r18\n    2422:\tb9 83       \tstd\tY+1, r27\t; 0x01\n    2424:\taa 83       \tstd\tY+2, r26\t; 0x02\n    2426:\t9b 83       \tstd\tY+3, r25\t; 0x03\n    2428:\t2c 83       \tstd\tY+4, r18\t; 0x04\n    242a:\t04 e0       \tldi\tr16, 0x04\t; 4\n    242c:\t10 e0       \tldi\tr17, 0x00\t; 0\n    242e:\t20 e0       \tldi\tr18, 0x00\t; 0\n    2430:\t30 e0       \tldi\tr19, 0x00\t; 0\n    2432:\tae 01       \tmovw\tr20, r28\n    2434:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2436:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2438:\t64 e0       \tldi\tr22, 0x04\t; 4\n    243a:\t70 e0       \tldi\tr23, 0x00\t; 0\n    243c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    243e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2440:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    2444:\t88 23       \tand\tr24, r24\n    2446:\t61 f1       \tbreq\t.+88     \t; 0x24a0 <_Z13storeInMemoryP5gps_tb+0x2f4>\n    2448:\td6 01       \tmovw\tr26, r12\n    244a:\t51 96       \tadiw\tr26, 0x11\t; 17\n    244c:\t8c 91       \tld\tr24, X\n    244e:\t4f 84       \tldd\tr4, Y+15\t; 0x0f\n    2450:\t58 88       \tldd\tr5, Y+16\t; 0x10\n    2452:\t69 88       \tldd\tr6, Y+17\t; 0x11\n    2454:\t7a 88       \tldd\tr7, Y+18\t; 0x12\n    2456:\t48 0e       \tadd\tr4, r24\n    2458:\t51 1c       \tadc\tr5, r1\n    245a:\t61 1c       \tadc\tr6, r1\n    245c:\t71 1c       \tadc\tr7, r1\n    245e:\t79 82       \tstd\tY+1, r7\t; 0x01\n    2460:\t6a 82       \tstd\tY+2, r6\t; 0x02\n    2462:\t5b 82       \tstd\tY+3, r5\t; 0x03\n    2464:\t4c 82       \tstd\tY+4, r4\t; 0x04\n    2466:\t04 e0       \tldi\tr16, 0x04\t; 4\n    2468:\t10 e0       \tldi\tr17, 0x00\t; 0\n    246a:\t20 e0       \tldi\tr18, 0x00\t; 0\n    246c:\t30 e0       \tldi\tr19, 0x00\t; 0\n    246e:\tae 01       \tmovw\tr20, r28\n    2470:\t4f 5f       \tsubi\tr20, 0xFF\t; 255\n    2472:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2474:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2476:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2478:\t80 e0       \tldi\tr24, 0x00\t; 0\n    247a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    247c:\t0e 94 0f 02 \tcall\t0x41e\t; 0x41e <_Z17eepromWriteMemorymPhm>\n    2480:\t88 23       \tand\tr24, r24\n    2482:\t81 f0       \tbreq\t.+32     \t; 0x24a4 <_Z13storeInMemoryP5gps_tb+0x2f8>\n    2484:\t82 e0       \tldi\tr24, 0x02\t; 2\n    2486:\t0f c0       \trjmp\t.+30     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2488:\t80 e0       \tldi\tr24, 0x00\t; 0\n    248a:\t0d c0       \trjmp\t.+26     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    248c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    248e:\t0b c0       \trjmp\t.+22     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2490:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2492:\t09 c0       \trjmp\t.+18     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2494:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2496:\t07 c0       \trjmp\t.+14     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    2498:\t80 e0       \tldi\tr24, 0x00\t; 0\n    249a:\t05 c0       \trjmp\t.+10     \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    249c:\t80 e0       \tldi\tr24, 0x00\t; 0\n    249e:\t03 c0       \trjmp\t.+6      \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    24a0:\t80 e0       \tldi\tr24, 0x00\t; 0\n    24a2:\t01 c0       \trjmp\t.+2      \t; 0x24a6 <_Z13storeInMemoryP5gps_tb+0x2fa>\n    24a4:\t80 e0       \tldi\tr24, 0x00\t; 0\n    24a6:\t62 96       \tadiw\tr28, 0x12\t; 18\n    24a8:\tcd bf       \tout\t0x3d, r28\t; 61\n    24aa:\tde bf       \tout\t0x3e, r29\t; 62\n    24ac:\tdf 91       \tpop\tr29\n    24ae:\tcf 91       \tpop\tr28\n    24b0:\t1f 91       \tpop\tr17\n    24b2:\t0f 91       \tpop\tr16\n    24b4:\tff 90       \tpop\tr15\n    24b6:\tdf 90       \tpop\tr13\n    24b8:\tcf 90       \tpop\tr12\n    24ba:\tbf 90       \tpop\tr11\n    24bc:\taf 90       \tpop\tr10\n    24be:\t9f 90       \tpop\tr9\n    24c0:\t8f 90       \tpop\tr8\n    24c2:\t7f 90       \tpop\tr7\n    24c4:\t6f 90       \tpop\tr6\n    24c6:\t5f 90       \tpop\tr5\n    24c8:\t4f 90       \tpop\tr4\n    24ca:\t08 95       \tret\n\n000024cc <_Z14trackingMergedv>:\n    24cc:\t2f 92       \tpush\tr2\n    24ce:\t3f 92       \tpush\tr3\n    24d0:\t4f 92       \tpush\tr4\n    24d2:\t5f 92       \tpush\tr5\n    24d4:\t6f 92       \tpush\tr6\n    24d6:\t7f 92       \tpush\tr7\n    24d8:\t8f 92       \tpush\tr8\n    24da:\t9f 92       \tpush\tr9\n    24dc:\taf 92       \tpush\tr10\n    24de:\tbf 92       \tpush\tr11\n    24e0:\tcf 92       \tpush\tr12\n    24e2:\tdf 92       \tpush\tr13\n    24e4:\tef 92       \tpush\tr14\n    24e6:\tff 92       \tpush\tr15\n    24e8:\t0f 93       \tpush\tr16\n    24ea:\t1f 93       \tpush\tr17\n    24ec:\tcf 93       \tpush\tr28\n    24ee:\tdf 93       \tpush\tr29\n    24f0:\tcd b7       \tin\tr28, 0x3d\t; 61\n    24f2:\tde b7       \tin\tr29, 0x3e\t; 62\n    24f4:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    24f6:\td1 09       \tsbc\tr29, r1\n    24f8:\tcd bf       \tout\t0x3d, r28\t; 61\n    24fa:\tde bf       \tout\t0x3e, r29\t; 62\n    24fc:\t0e 94 a3 00 \tcall\t0x146\t; 0x146 <_Z15deviceInitTimerv>\n    2500:\tfe 01       \tmovw\tr30, r28\n    2502:\t31 96       \tadiw\tr30, 0x01\t; 1\n    2504:\t82 e1       \tldi\tr24, 0x12\t; 18\n    2506:\tdf 01       \tmovw\tr26, r30\n    2508:\t1d 92       \tst\tX+, r1\n    250a:\t8a 95       \tdec\tr24\n    250c:\te9 f7       \tbrne\t.-6      \t; 0x2508 <_Z14trackingMergedv+0x3c>\n    250e:\tc0 90 05 38 \tlds\tr12, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2512:\td0 90 06 38 \tlds\tr13, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2516:\tb1 e0       \tldi\tr27, 0x01\t; 1\n    2518:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    251a:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    251c:\tb8 83       \tst\tY, r27\n    251e:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    2520:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2522:\te6 e0       \tldi\tr30, 0x06\t; 6\n    2524:\tce 16       \tcp\tr12, r30\n    2526:\td1 04       \tcpc\tr13, r1\n    2528:\t28 f4       \tbrcc\t.+10     \t; 0x2534 <_Z14trackingMergedv+0x68>\n    252a:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    252c:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    252e:\t18 82       \tst\tY, r1\n    2530:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    2532:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2534:\t0e 94 de 00 \tcall\t0x1bc\t; 0x1bc <_Z25devicePowerMemoryAndI2COnv>\n    2538:\t0e 94 a9 07 \tcall\t0xf52\t; 0xf52 <_Z7i2cInitv>\n    253c:\t0e 94 ca 00 \tcall\t0x194\t; 0x194 <_Z16deviceL70powerOnv>\n    2540:\t0e 94 d2 00 \tcall\t0x1a4\t; 0x1a4 <_Z17deviceL70backupOnv>\n    2544:\t0e 94 f5 17 \tcall\t0x2fea\t; 0x2fea <_Z23initPrimaryUARTwith9600v>\n    2548:\tce 01       \tmovw\tr24, r28\n    254a:\t43 96       \tadiw\tr24, 0x13\t; 19\n    254c:\t0e 94 2f 07 \tcall\t0xe5e\t; 0xe5e <_Z23gpsConfigureBeforeStartPc>\n    2550:\t81 11       \tcpse\tr24, r1\n    2552:\tf1 c2       \trjmp\t.+1506   \t; 0x2b36 <_Z14trackingMergedv+0x66a>\n    2554:\tf6 c2       \trjmp\t.+1516   \t; 0x2b42 <_Z14trackingMergedv+0x676>\n    2556:\te1 2c       \tmov\tr14, r1\n    2558:\t41 2c       \tmov\tr4, r1\n    255a:\t51 2c       \tmov\tr5, r1\n    255c:\t32 01       \tmovw\tr6, r4\n    255e:\t21 2c       \tmov\tr2, r1\n    2560:\t31 2c       \tmov\tr3, r1\n    2562:\t0f 2e       \tmov\tr0, r31\n    2564:\tff e9       \tldi\tr31, 0x9F\t; 159\n    2566:\t8f 2e       \tmov\tr8, r31\n    2568:\tfe eb       \tldi\tr31, 0xBE\t; 190\n    256a:\t9f 2e       \tmov\tr9, r31\n    256c:\tf0 2d       \tmov\tr31, r0\n    256e:\ta1 2c       \tmov\tr10, r1\n    2570:\t68 94       \tset\n    2572:\tbb 24       \teor\tr11, r11\n    2574:\tb2 f8       \tbld\tr11, 2\n    2576:\t08 eb       \tldi\tr16, 0xB8\t; 184\n    2578:\t1b e0       \tldi\tr17, 0x0B\t; 11\n    257a:\t24 eb       \tldi\tr18, 0xB4\t; 180\n    257c:\tae 01       \tmovw\tr20, r28\n    257e:\t4d 5e       \tsubi\tr20, 0xED\t; 237\n    2580:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    2582:\t6a e0       \tldi\tr22, 0x0A\t; 10\n    2584:\t82 e0       \tldi\tr24, 0x02\t; 2\n    2586:\t0e 94 9a 18 \tcall\t0x3134\t; 0x3134 <_Z21uartReadMultipleLineshcPchj>\n    258a:\t88 23       \tand\tr24, r24\n    258c:\t09 f4       \tbrne\t.+2      \t; 0x2590 <_Z14trackingMergedv+0xc4>\n    258e:\t19 c3       \trjmp\t.+1586   \t; 0x2bc2 <_Z14trackingMergedv+0x6f6>\n    2590:\t0e 94 11 18 \tcall\t0x3022\t; 0x3022 <_Z22initSecondUARTwith9600v>\n    2594:\t64 e2       \tldi\tr22, 0x24\t; 36\n    2596:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2598:\tce 01       \tmovw\tr24, r28\n    259a:\t43 96       \tadiw\tr24, 0x13\t; 19\n    259c:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n    25a0:\t8c 01       \tmovw\tr16, r24\n    25a2:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    25a4:\t09 f4       \tbrne\t.+2      \t; 0x25a8 <_Z14trackingMergedv+0xdc>\n    25a6:\t4e c0       \trjmp\t.+156    \t; 0x2644 <_Z14trackingMergedv+0x178>\n    25a8:\tfc 01       \tmovw\tr30, r24\n    25aa:\t01 90       \tld\tr0, Z+\n    25ac:\t00 20       \tand\tr0, r0\n    25ae:\te9 f7       \tbrne\t.-6      \t; 0x25aa <_Z14trackingMergedv+0xde>\n    25b0:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    25b2:\te8 1b       \tsub\tr30, r24\n    25b4:\tf9 0b       \tsbc\tr31, r25\n    25b6:\t37 97       \tsbiw\tr30, 0x07\t; 7\n    25b8:\t08 f4       \tbrcc\t.+2      \t; 0x25bc <_Z14trackingMergedv+0xf0>\n    25ba:\t46 c0       \trjmp\t.+140    \t; 0x2648 <_Z14trackingMergedv+0x17c>\n    25bc:\tdc 01       \tmovw\tr26, r24\n    25be:\t13 96       \tadiw\tr26, 0x03\t; 3\n    25c0:\t8c 91       \tld\tr24, X\n    25c2:\t13 97       \tsbiw\tr26, 0x03\t; 3\n    25c4:\t82 35       \tcpi\tr24, 0x52\t; 82\n    25c6:\t99 f4       \tbrne\t.+38     \t; 0x25ee <_Z14trackingMergedv+0x122>\n    25c8:\t14 96       \tadiw\tr26, 0x04\t; 4\n    25ca:\t8c 91       \tld\tr24, X\n    25cc:\t14 97       \tsbiw\tr26, 0x04\t; 4\n    25ce:\t8d 34       \tcpi\tr24, 0x4D\t; 77\n    25d0:\t09 f5       \tbrne\t.+66     \t; 0x2614 <_Z14trackingMergedv+0x148>\n    25d2:\t15 96       \tadiw\tr26, 0x05\t; 5\n    25d4:\t8c 91       \tld\tr24, X\n    25d6:\t83 34       \tcpi\tr24, 0x43\t; 67\n    25d8:\tf9 f4       \tbrne\t.+62     \t; 0x2618 <_Z14trackingMergedv+0x14c>\n    25da:\t41 e0       \tldi\tr20, 0x01\t; 1\n    25dc:\tbe 01       \tmovw\tr22, r28\n    25de:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    25e0:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    25e2:\tc8 01       \tmovw\tr24, r16\n    25e4:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    25e8:\tff 24       \teor\tr15, r15\n    25ea:\tf3 94       \tinc\tr15\n    25ec:\t1c c0       \trjmp\t.+56     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    25ee:\t87 34       \tcpi\tr24, 0x47\t; 71\n    25f0:\ta9 f4       \tbrne\t.+42     \t; 0x261c <_Z14trackingMergedv+0x150>\n    25f2:\tf8 01       \tmovw\tr30, r16\n    25f4:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    25f6:\t87 34       \tcpi\tr24, 0x47\t; 71\n    25f8:\t99 f4       \tbrne\t.+38     \t; 0x2620 <_Z14trackingMergedv+0x154>\n    25fa:\t85 81       \tldd\tr24, Z+5\t; 0x05\n    25fc:\t81 34       \tcpi\tr24, 0x41\t; 65\n    25fe:\t91 f4       \tbrne\t.+36     \t; 0x2624 <_Z14trackingMergedv+0x158>\n    2600:\t40 e0       \tldi\tr20, 0x00\t; 0\n    2602:\tbe 01       \tmovw\tr22, r28\n    2604:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    2606:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    2608:\tc8 01       \tmovw\tr24, r16\n    260a:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    260e:\tff 24       \teor\tr15, r15\n    2610:\tf3 94       \tinc\tr15\n    2612:\t09 c0       \trjmp\t.+18     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2614:\tf1 2c       \tmov\tr15, r1\n    2616:\t07 c0       \trjmp\t.+14     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2618:\tf1 2c       \tmov\tr15, r1\n    261a:\t05 c0       \trjmp\t.+10     \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    261c:\tf1 2c       \tmov\tr15, r1\n    261e:\t03 c0       \trjmp\t.+6      \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2620:\tf1 2c       \tmov\tr15, r1\n    2622:\t01 c0       \trjmp\t.+2      \t; 0x2626 <_Z14trackingMergedv+0x15a>\n    2624:\tf1 2c       \tmov\tr15, r1\n    2626:\t0e 94 b7 00 \tcall\t0x16e\t; 0x16e <_Z15deviceGetMillisv>\n    262a:\t1f 93       \tpush\tr17\n    262c:\t0f 93       \tpush\tr16\n    262e:\t9f 93       \tpush\tr25\n    2630:\t8f 93       \tpush\tr24\n    2632:\t7f 93       \tpush\tr23\n    2634:\t6f 93       \tpush\tr22\n    2636:\t9f 92       \tpush\tr9\n    2638:\t8f 92       \tpush\tr8\n    263a:\t0e 94 d3 19 \tcall\t0x33a6\t; 0x33a6 <printf>\n    263e:\tcd bf       \tout\t0x3d, r28\t; 61\n    2640:\tde bf       \tout\t0x3e, r29\t; 62\n    2642:\t03 c0       \trjmp\t.+6      \t; 0x264a <_Z14trackingMergedv+0x17e>\n    2644:\tf1 2c       \tmov\tr15, r1\n    2646:\t01 c0       \trjmp\t.+2      \t; 0x264a <_Z14trackingMergedv+0x17e>\n    2648:\tf1 2c       \tmov\tr15, r1\n    264a:\tf8 01       \tmovw\tr30, r16\n    264c:\t01 90       \tld\tr0, Z+\n    264e:\t00 20       \tand\tr0, r0\n    2650:\te9 f7       \tbrne\t.-6      \t; 0x264c <_Z14trackingMergedv+0x180>\n    2652:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    2654:\te0 1b       \tsub\tr30, r16\n    2656:\tf1 0b       \tsbc\tr31, r17\n    2658:\t32 97       \tsbiw\tr30, 0x02\t; 2\n    265a:\tc0 f1       \tbrcs\t.+112    \t; 0x26cc <_Z14trackingMergedv+0x200>\n    265c:\t64 e2       \tldi\tr22, 0x24\t; 36\n    265e:\t70 e0       \tldi\tr23, 0x00\t; 0\n    2660:\tc8 01       \tmovw\tr24, r16\n    2662:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2664:\t0e 94 ab 19 \tcall\t0x3356\t; 0x3356 <strchr>\n    2668:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    266a:\t81 f1       \tbreq\t.+96     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    266c:\tfc 01       \tmovw\tr30, r24\n    266e:\t01 90       \tld\tr0, Z+\n    2670:\t00 20       \tand\tr0, r0\n    2672:\te9 f7       \tbrne\t.-6      \t; 0x266e <_Z14trackingMergedv+0x1a2>\n    2674:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    2676:\te8 1b       \tsub\tr30, r24\n    2678:\tf9 0b       \tsbc\tr31, r25\n    267a:\t37 97       \tsbiw\tr30, 0x07\t; 7\n    267c:\t38 f1       \tbrcs\t.+78     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    267e:\tdc 01       \tmovw\tr26, r24\n    2680:\t13 96       \tadiw\tr26, 0x03\t; 3\n    2682:\t2c 91       \tld\tr18, X\n    2684:\t13 97       \tsbiw\tr26, 0x03\t; 3\n    2686:\t22 35       \tcpi\tr18, 0x52\t; 82\n    2688:\t89 f4       \tbrne\t.+34     \t; 0x26ac <_Z14trackingMergedv+0x1e0>\n    268a:\t14 96       \tadiw\tr26, 0x04\t; 4\n    268c:\t2c 91       \tld\tr18, X\n    268e:\t14 97       \tsbiw\tr26, 0x04\t; 4\n    2690:\t2d 34       \tcpi\tr18, 0x4D\t; 77\n    2692:\te1 f4       \tbrne\t.+56     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    2694:\t15 96       \tadiw\tr26, 0x05\t; 5\n    2696:\t2c 91       \tld\tr18, X\n    2698:\t23 34       \tcpi\tr18, 0x43\t; 67\n    269a:\tc1 f4       \tbrne\t.+48     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    269c:\t41 e0       \tldi\tr20, 0x01\t; 1\n    269e:\tbe 01       \tmovw\tr22, r28\n    26a0:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    26a2:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    26a4:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    26a8:\tf3 94       \tinc\tr15\n    26aa:\t10 c0       \trjmp\t.+32     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26ac:\t27 34       \tcpi\tr18, 0x47\t; 71\n    26ae:\t71 f4       \tbrne\t.+28     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26b0:\tfc 01       \tmovw\tr30, r24\n    26b2:\t24 81       \tldd\tr18, Z+4\t; 0x04\n    26b4:\t27 34       \tcpi\tr18, 0x47\t; 71\n    26b6:\t51 f4       \tbrne\t.+20     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26b8:\t25 81       \tldd\tr18, Z+5\t; 0x05\n    26ba:\t21 34       \tcpi\tr18, 0x41\t; 65\n    26bc:\t39 f4       \tbrne\t.+14     \t; 0x26cc <_Z14trackingMergedv+0x200>\n    26be:\t40 e0       \tldi\tr20, 0x00\t; 0\n    26c0:\tbe 01       \tmovw\tr22, r28\n    26c2:\t6f 5f       \tsubi\tr22, 0xFF\t; 255\n    26c4:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    26c6:\t0e 94 8c 05 \tcall\t0xb18\t; 0xb18 <_Z25gpsDecodeGPRMCandGPGGANewPcP5gps_th>\n    26ca:\tf3 94       \tinc\tr15\n    26cc:\t0e 94 b7 00 \tcall\t0x16e\t; 0x16e <_Z15deviceGetMillisv>\n    26d0:\t28 ee       \tldi\tr18, 0xE8\t; 232\n    26d2:\t33 e0       \tldi\tr19, 0x03\t; 3\n    26d4:\t40 e0       \tldi\tr20, 0x00\t; 0\n    26d6:\t50 e0       \tldi\tr21, 0x00\t; 0\n    26d8:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    26dc:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    26de:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    26e0:\t28 83       \tst\tY, r18\n    26e2:\t39 83       \tstd\tY+1, r19\t; 0x01\n    26e4:\t4a 83       \tstd\tY+2, r20\t; 0x02\n    26e6:\t5b 83       \tstd\tY+3, r21\t; 0x03\n    26e8:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    26ea:\td0 40       \tsbci\tr29, 0x00\t; 0\n    26ec:\tda 01       \tmovw\tr26, r20\n    26ee:\tc9 01       \tmovw\tr24, r18\n    26f0:\t29 37       \tcpi\tr18, 0x79\t; 121\n    26f2:\t31 05       \tcpc\tr19, r1\n    26f4:\t41 05       \tcpc\tr20, r1\n    26f6:\t51 05       \tcpc\tr21, r1\n    26f8:\t80 f0       \tbrcs\t.+32     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    26fa:\t2e 81       \tldd\tr18, Y+6\t; 0x06\n    26fc:\t20 35       \tcpi\tr18, 0x50\t; 80\n    26fe:\t69 f4       \tbrne\t.+26     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    2700:\t29 81       \tldd\tr18, Y+1\t; 0x01\n    2702:\t21 11       \tcpse\tr18, r1\n    2704:\t0a c0       \trjmp\t.+20     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    2706:\t2a 81       \tldd\tr18, Y+2\t; 0x02\n    2708:\t23 30       \tcpi\tr18, 0x03\t; 3\n    270a:\t38 f4       \tbrcc\t.+14     \t; 0x271a <_Z14trackingMergedv+0x24e>\n    270c:\t80 91 2c 38 \tlds\tr24, 0x382C\t; 0x80382c <timeoutNotEvenTimeCounter>\n    2710:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n    2712:\t80 93 2c 38 \tsts\t0x382C, r24\t; 0x80382c <timeoutNotEvenTimeCounter>\n    2716:\t17 e0       \tldi\tr17, 0x07\t; 7\n    2718:\t5b c2       \trjmp\t.+1206   \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    271a:\tf6 e0       \tldi\tr31, 0x06\t; 6\n    271c:\tcf 16       \tcp\tr12, r31\n    271e:\td1 04       \tcpc\tr13, r1\n    2720:\t60 f0       \tbrcs\t.+24     \t; 0x273a <_Z14trackingMergedv+0x26e>\n    2722:\t8d 32       \tcpi\tr24, 0x2D\t; 45\n    2724:\t91 40       \tsbci\tr25, 0x01\t; 1\n    2726:\ta1 05       \tcpc\tr26, r1\n    2728:\tb1 05       \tcpc\tr27, r1\n    272a:\t38 f0       \tbrcs\t.+14     \t; 0x273a <_Z14trackingMergedv+0x26e>\n    272c:\t80 91 2d 38 \tlds\tr24, 0x382D\t; 0x80382d <timeoutCounter>\n    2730:\t8f 5f       \tsubi\tr24, 0xFF\t; 255\n    2732:\t80 93 2d 38 \tsts\t0x382D, r24\t; 0x80382d <timeoutCounter>\n    2736:\t17 e0       \tldi\tr17, 0x07\t; 7\n    2738:\t4b c2       \trjmp\t.+1174   \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    273a:\t32 e0       \tldi\tr19, 0x02\t; 2\n    273c:\tf3 12       \tcpse\tr15, r19\n    273e:\t15 c0       \trjmp\t.+42     \t; 0x276a <_Z14trackingMergedv+0x29e>\n    2740:\tce 01       \tmovw\tr24, r28\n    2742:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2744:\t0e 94 6b 03 \tcall\t0x6d6\t; 0x6d6 <_Z18gpsGetUTCTimestampP5gps_t>\n    2748:\t67 2b       \tor\tr22, r23\n    274a:\t68 2b       \tor\tr22, r24\n    274c:\t69 2b       \tor\tr22, r25\n    274e:\t69 f0       \tbreq\t.+26     \t; 0x276a <_Z14trackingMergedv+0x29e>\n    2750:\tce 01       \tmovw\tr24, r28\n    2752:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2754:\t0e 94 6b 03 \tcall\t0x6d6\t; 0x6d6 <_Z18gpsGetUTCTimestampP5gps_t>\n    2758:\t60 93 17 38 \tsts\t0x3817, r22\t; 0x803817 <timestampEstimation>\n    275c:\t70 93 18 38 \tsts\t0x3818, r23\t; 0x803818 <timestampEstimation+0x1>\n    2760:\t80 93 19 38 \tsts\t0x3819, r24\t; 0x803819 <timestampEstimation+0x2>\n    2764:\t90 93 1a 38 \tsts\t0x381A, r25\t; 0x80381a <timestampEstimation+0x3>\n    2768:\t17 c0       \trjmp\t.+46     \t; 0x2798 <_Z14trackingMergedv+0x2cc>\n    276a:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    276e:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2772:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2776:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    277a:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    277c:\ta1 05       \tcpc\tr26, r1\n    277e:\tb1 05       \tcpc\tr27, r1\n    2780:\t59 f0       \tbreq\t.+22     \t; 0x2798 <_Z14trackingMergedv+0x2cc>\n    2782:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2784:\ta1 1d       \tadc\tr26, r1\n    2786:\tb1 1d       \tadc\tr27, r1\n    2788:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    278c:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2790:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2794:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2798:\t8f 85       \tldd\tr24, Y+15\t; 0x0f\n    279a:\t81 30       \tcpi\tr24, 0x01\t; 1\n    279c:\t09 f0       \tbreq\t.+2      \t; 0x27a0 <_Z14trackingMergedv+0x2d4>\n    279e:\tc0 c0       \trjmp\t.+384    \t; 0x2920 <_Z14trackingMergedv+0x454>\n    27a0:\t21 14       \tcp\tr2, r1\n    27a2:\t31 04       \tcpc\tr3, r1\n    27a4:\t31 f4       \tbrne\t.+12     \t; 0x27b2 <_Z14trackingMergedv+0x2e6>\n    27a6:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27a8:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27aa:\t28 80       \tld\tr2, Y\n    27ac:\t39 80       \tldd\tr3, Y+1\t; 0x01\n    27ae:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    27b0:\td0 40       \tsbci\tr29, 0x00\t; 0\n    27b2:\t10 91 04 38 \tlds\tr17, 0x3804\t; 0x803804 <eepromSettingMinHDOP>\n    27b6:\t86 e0       \tldi\tr24, 0x06\t; 6\n    27b8:\tc8 16       \tcp\tr12, r24\n    27ba:\td1 04       \tcpc\tr13, r1\n    27bc:\t08 f4       \tbrcc\t.+2      \t; 0x27c0 <_Z14trackingMergedv+0x2f4>\n    27be:\tc7 c1       \trjmp\t.+910    \t; 0x2b4e <_Z14trackingMergedv+0x682>\n    27c0:\t80 91 25 38 \tlds\tr24, 0x3825\t; 0x803825 <noFixInSessionYet>\n    27c4:\t88 23       \tand\tr24, r24\n    27c6:\t09 f4       \tbrne\t.+2      \t; 0x27ca <_Z14trackingMergedv+0x2fe>\n    27c8:\td1 c1       \trjmp\t.+930    \t; 0x2b6c <_Z14trackingMergedv+0x6a0>\n    27ca:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    27cc:\t90 e0       \tldi\tr25, 0x00\t; 0\n    27ce:\t10 e0       \tldi\tr17, 0x00\t; 0\n    27d0:\tcf c1       \trjmp\t.+926    \t; 0x2b70 <_Z14trackingMergedv+0x6a4>\n    27d2:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    27d4:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    27d6:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27d8:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27da:\t48 81       \tld\tr20, Y\n    27dc:\t59 81       \tldd\tr21, Y+1\t; 0x01\n    27de:\t6a 81       \tldd\tr22, Y+2\t; 0x02\n    27e0:\t7b 81       \tldd\tr23, Y+3\t; 0x03\n    27e2:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    27e4:\td0 40       \tsbci\tr29, 0x00\t; 0\n    27e6:\t42 19       \tsub\tr20, r2\n    27e8:\t53 09       \tsbc\tr21, r3\n    27ea:\t61 09       \tsbc\tr22, r1\n    27ec:\t71 09       \tsbc\tr23, r1\n    27ee:\t84 17       \tcp\tr24, r20\n    27f0:\t95 07       \tcpc\tr25, r21\n    27f2:\ta6 07       \tcpc\tr26, r22\n    27f4:\tb7 07       \tcpc\tr27, r23\n    27f6:\t08 f0       \tbrcs\t.+2      \t; 0x27fa <_Z14trackingMergedv+0x32e>\n    27f8:\t8e c0       \trjmp\t.+284    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    27fa:\tc9 53       \tsubi\tr28, 0x39\t; 57\n    27fc:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    27fe:\ta8 81       \tld\tr26, Y\n    2800:\tb9 81       \tldd\tr27, Y+1\t; 0x01\n    2802:\tc7 5c       \tsubi\tr28, 0xC7\t; 199\n    2804:\td0 40       \tsbci\tr29, 0x00\t; 0\n    2806:\ta8 8b       \tstd\tY+16, r26\t; 0x10\n    2808:\tb9 8b       \tstd\tY+17, r27\t; 0x11\n    280a:\t80 91 25 38 \tlds\tr24, 0x3825\t; 0x803825 <noFixInSessionYet>\n    280e:\t88 23       \tand\tr24, r24\n    2810:\t21 f0       \tbreq\t.+8      \t; 0x281a <_Z14trackingMergedv+0x34e>\n    2812:\ta0 93 26 38 \tsts\t0x3826, r26\t; 0x803826 <firstTTFinSession>\n    2816:\tb0 93 27 38 \tsts\t0x3827, r27\t; 0x803827 <firstTTFinSession+0x1>\n    281a:\t10 92 09 38 \tsts\t0x3809, r1\t; 0x803809 <blinkDuringFirstFix>\n    281e:\t80 91 20 38 \tlds\tr24, 0x3820\t; 0x803820 <eepromSettingGeofencing>\n    2822:\t88 23       \tand\tr24, r24\n    2824:\t09 f4       \tbrne\t.+2      \t; 0x2828 <_Z14trackingMergedv+0x35c>\n    2826:\t5c c0       \trjmp\t.+184    \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    2828:\t80 91 12 38 \tlds\tr24, 0x3812\t; 0x803812 <geofenceLat>\n    282c:\t90 91 13 38 \tlds\tr25, 0x3813\t; 0x803813 <geofenceLat+0x1>\n    2830:\ta0 91 14 38 \tlds\tr26, 0x3814\t; 0x803814 <geofenceLat+0x2>\n    2834:\tb0 91 15 38 \tlds\tr27, 0x3815\t; 0x803815 <geofenceLat+0x3>\n    2838:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    283a:\ta1 05       \tcpc\tr26, r1\n    283c:\tb1 05       \tcpc\tr27, r1\n    283e:\tc9 f4       \tbrne\t.+50     \t; 0x2872 <_Z14trackingMergedv+0x3a6>\n    2840:\t8f 81       \tldd\tr24, Y+7\t; 0x07\n    2842:\t98 85       \tldd\tr25, Y+8\t; 0x08\n    2844:\ta9 85       \tldd\tr26, Y+9\t; 0x09\n    2846:\tba 85       \tldd\tr27, Y+10\t; 0x0a\n    2848:\t80 93 12 38 \tsts\t0x3812, r24\t; 0x803812 <geofenceLat>\n    284c:\t90 93 13 38 \tsts\t0x3813, r25\t; 0x803813 <geofenceLat+0x1>\n    2850:\ta0 93 14 38 \tsts\t0x3814, r26\t; 0x803814 <geofenceLat+0x2>\n    2854:\tb0 93 15 38 \tsts\t0x3815, r27\t; 0x803815 <geofenceLat+0x3>\n    2858:\t8b 85       \tldd\tr24, Y+11\t; 0x0b\n    285a:\t9c 85       \tldd\tr25, Y+12\t; 0x0c\n    285c:\tad 85       \tldd\tr26, Y+13\t; 0x0d\n    285e:\tbe 85       \tldd\tr27, Y+14\t; 0x0e\n    2860:\t80 93 0e 38 \tsts\t0x380E, r24\t; 0x80380e <geofenceLon>\n    2864:\t90 93 0f 38 \tsts\t0x380F, r25\t; 0x80380f <geofenceLon+0x1>\n    2868:\ta0 93 10 38 \tsts\t0x3810, r26\t; 0x803810 <geofenceLon+0x2>\n    286c:\tb0 93 11 38 \tsts\t0x3811, r27\t; 0x803811 <geofenceLon+0x3>\n    2870:\t37 c0       \trjmp\t.+110    \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    2872:\t4f 81       \tldd\tr20, Y+7\t; 0x07\n    2874:\t58 85       \tldd\tr21, Y+8\t; 0x08\n    2876:\t69 85       \tldd\tr22, Y+9\t; 0x09\n    2878:\t7a 85       \tldd\tr23, Y+10\t; 0x0a\n    287a:\t84 1b       \tsub\tr24, r20\n    287c:\t95 0b       \tsbc\tr25, r21\n    287e:\ta6 0b       \tsbc\tr26, r22\n    2880:\tb7 0b       \tsbc\tr27, r23\n    2882:\tac 01       \tmovw\tr20, r24\n    2884:\tbd 01       \tmovw\tr22, r26\n    2886:\t3a f4       \tbrpl\t.+14     \t; 0x2896 <_Z14trackingMergedv+0x3ca>\n    2888:\t44 27       \teor\tr20, r20\n    288a:\t55 27       \teor\tr21, r21\n    288c:\tba 01       \tmovw\tr22, r20\n    288e:\t48 1b       \tsub\tr20, r24\n    2890:\t59 0b       \tsbc\tr21, r25\n    2892:\t6a 0b       \tsbc\tr22, r26\n    2894:\t7b 0b       \tsbc\tr23, r27\n    2896:\t4c 32       \tcpi\tr20, 0x2C\t; 44\n    2898:\t51 40       \tsbci\tr21, 0x01\t; 1\n    289a:\t61 05       \tcpc\tr22, r1\n    289c:\t71 05       \tcpc\tr23, r1\n    289e:\t04 f5       \tbrge\t.+64     \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    28a0:\t80 91 0e 38 \tlds\tr24, 0x380E\t; 0x80380e <geofenceLon>\n    28a4:\t90 91 0f 38 \tlds\tr25, 0x380F\t; 0x80380f <geofenceLon+0x1>\n    28a8:\ta0 91 10 38 \tlds\tr26, 0x3810\t; 0x803810 <geofenceLon+0x2>\n    28ac:\tb0 91 11 38 \tlds\tr27, 0x3811\t; 0x803811 <geofenceLon+0x3>\n    28b0:\t4b 85       \tldd\tr20, Y+11\t; 0x0b\n    28b2:\t5c 85       \tldd\tr21, Y+12\t; 0x0c\n    28b4:\t6d 85       \tldd\tr22, Y+13\t; 0x0d\n    28b6:\t7e 85       \tldd\tr23, Y+14\t; 0x0e\n    28b8:\t84 1b       \tsub\tr24, r20\n    28ba:\t95 0b       \tsbc\tr25, r21\n    28bc:\ta6 0b       \tsbc\tr26, r22\n    28be:\tb7 0b       \tsbc\tr27, r23\n    28c0:\tac 01       \tmovw\tr20, r24\n    28c2:\tbd 01       \tmovw\tr22, r26\n    28c4:\t3a f4       \tbrpl\t.+14     \t; 0x28d4 <_Z14trackingMergedv+0x408>\n    28c6:\t44 27       \teor\tr20, r20\n    28c8:\t55 27       \teor\tr21, r21\n    28ca:\tba 01       \tmovw\tr22, r20\n    28cc:\t48 1b       \tsub\tr20, r24\n    28ce:\t59 0b       \tsbc\tr21, r25\n    28d0:\t6a 0b       \tsbc\tr22, r26\n    28d2:\t7b 0b       \tsbc\tr23, r27\n    28d4:\t4c 32       \tcpi\tr20, 0x2C\t; 44\n    28d6:\t51 40       \tsbci\tr21, 0x01\t; 1\n    28d8:\t61 05       \tcpc\tr22, r1\n    28da:\t71 05       \tcpc\tr23, r1\n    28dc:\t0c f4       \tbrge\t.+2      \t; 0x28e0 <_Z14trackingMergedv+0x414>\n    28de:\t73 c1       \trjmp\t.+742    \t; 0x2bc6 <_Z14trackingMergedv+0x6fa>\n    28e0:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    28e2:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    28e4:\t68 81       \tld\tr22, Y\n    28e6:\tcb 5c       \tsubi\tr28, 0xCB\t; 203\n    28e8:\td0 40       \tsbci\tr29, 0x00\t; 0\n    28ea:\tce 01       \tmovw\tr24, r28\n    28ec:\t01 96       \tadiw\tr24, 0x01\t; 1\n    28ee:\t0e 94 d6 10 \tcall\t0x21ac\t; 0x21ac <_Z13storeInMemoryP5gps_tb>\n    28f2:\t10 92 25 38 \tsts\t0x3825, r1\t; 0x803825 <noFixInSessionYet>\n    28f6:\t81 30       \tcpi\tr24, 0x01\t; 1\n    28f8:\t09 f4       \tbrne\t.+2      \t; 0x28fc <_Z14trackingMergedv+0x430>\n    28fa:\t84 c1       \trjmp\t.+776    \t; 0x2c04 <_Z14trackingMergedv+0x738>\n    28fc:\t88 23       \tand\tr24, r24\n    28fe:\t09 f4       \tbrne\t.+2      \t; 0x2902 <_Z14trackingMergedv+0x436>\n    2900:\t64 c1       \trjmp\t.+712    \t; 0x2bca <_Z14trackingMergedv+0x6fe>\n    2902:\t36 e0       \tldi\tr19, 0x06\t; 6\n    2904:\tc3 16       \tcp\tr12, r19\n    2906:\td1 04       \tcpc\tr13, r1\n    2908:\t30 f0       \tbrcs\t.+12     \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    290a:\te3 94       \tinc\tr14\n    290c:\t80 91 1e 38 \tlds\tr24, 0x381E\t; 0x80381e <eepromSettingBurstDuration>\n    2910:\te8 16       \tcp\tr14, r24\n    2912:\t08 f0       \tbrcs\t.+2      \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2914:\t5c c1       \trjmp\t.+696    \t; 0x2bce <_Z14trackingMergedv+0x702>\n    2916:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    2918:\t48 1a       \tsub\tr4, r24\n    291a:\t58 0a       \tsbc\tr5, r24\n    291c:\t68 0a       \tsbc\tr6, r24\n    291e:\t78 0a       \tsbc\tr7, r24\n    2920:\t0e 94 c6 08 \tcall\t0x118c\t; 0x118c <_Z11isNightTimev>\n    2924:\t88 23       \tand\tr24, r24\n    2926:\tb1 f1       \tbreq\t.+108    \t; 0x2994 <_Z14trackingMergedv+0x4c8>\n    2928:\t80 91 09 38 \tlds\tr24, 0x3809\t; 0x803809 <blinkDuringFirstFix>\n    292c:\t88 23       \tand\tr24, r24\n    292e:\t71 f0       \tbreq\t.+28     \t; 0x294c <_Z14trackingMergedv+0x480>\n    2930:\te0 e2       \tldi\tr30, 0x20\t; 32\n    2932:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    2934:\t80 e2       \tldi\tr24, 0x20\t; 32\n    2936:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    2938:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    293a:\ta4 e3       \tldi\tr26, 0x34\t; 52\n    293c:\tbc e0       \tldi\tr27, 0x0C\t; 12\n    293e:\t91 50       \tsubi\tr25, 0x01\t; 1\n    2940:\ta0 40       \tsbci\tr26, 0x00\t; 0\n    2942:\tb0 40       \tsbci\tr27, 0x00\t; 0\n    2944:\te1 f7       \tbrne\t.-8      \t; 0x293e <_Z14trackingMergedv+0x472>\n    2946:\t00 c0       \trjmp\t.+0      \t; 0x2948 <_Z14trackingMergedv+0x47c>\n    2948:\t00 00       \tnop\n    294a:\t86 83       \tstd\tZ+6, r24\t; 0x06\n    294c:\t10 92 09 38 \tsts\t0x3809, r1\t; 0x803809 <blinkDuringFirstFix>\n    2950:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2954:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2958:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    295c:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2960:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2964:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2966:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2968:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    296c:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2970:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2974:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2978:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    297c:\t01 96       \tadiw\tr24, 0x01\t; 1\n    297e:\ta1 1d       \tadc\tr26, r1\n    2980:\tb1 1d       \tadc\tr27, r1\n    2982:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2986:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    298a:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    298e:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2992:\t66 c1       \trjmp\t.+716    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2994:\t0e 94 19 01 \tcall\t0x232\t; 0x232 <_Z23deviceReadSupplyVoltagev>\n    2998:\t80 93 2e 38 \tsts\t0x382E, r24\t; 0x80382e <batteryVoltage>\n    299c:\t90 93 2f 38 \tsts\t0x382F, r25\t; 0x80382f <batteryVoltage+0x1>\n    29a0:\t84 55       \tsubi\tr24, 0x54\t; 84\n    29a2:\t9b 40       \tsbci\tr25, 0x0B\t; 11\n    29a4:\t87 34       \tcpi\tr24, 0x47\t; 71\n    29a6:\t95 40       \tsbci\tr25, 0x05\t; 5\n    29a8:\t08 f0       \tbrcs\t.+2      \t; 0x29ac <_Z14trackingMergedv+0x4e0>\n    29aa:\tea c0       \trjmp\t.+468    \t; 0x2b80 <_Z14trackingMergedv+0x6b4>\n    29ac:\td5 01       \tmovw\tr26, r10\n    29ae:\t18 96       \tadiw\tr26, 0x08\t; 8\n    29b0:\t8c 91       \tld\tr24, X\n    29b2:\t18 97       \tsbiw\tr26, 0x08\t; 8\n    29b4:\t85 fd       \tsbrc\tr24, 5\n    29b6:\t0a c0       \trjmp\t.+20     \t; 0x29cc <_Z14trackingMergedv+0x500>\n    29b8:\tef e4       \tldi\tr30, 0x4F\t; 79\n    29ba:\tf3 ec       \tldi\tr31, 0xC3\t; 195\n    29bc:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    29be:\tf1 f7       \tbrne\t.-4      \t; 0x29bc <_Z14trackingMergedv+0x4f0>\n    29c0:\t00 c0       \trjmp\t.+0      \t; 0x29c2 <_Z14trackingMergedv+0x4f6>\n    29c2:\t00 00       \tnop\n    29c4:\t18 96       \tadiw\tr26, 0x08\t; 8\n    29c6:\t8c 91       \tld\tr24, X\n    29c8:\t85 ff       \tsbrs\tr24, 5\n    29ca:\t0d c1       \trjmp\t.+538    \t; 0x2be6 <_Z14trackingMergedv+0x71a>\n    29cc:\t0e 94 f5 17 \tcall\t0x2fea\t; 0x2fea <_Z23initPrimaryUARTwith9600v>\n    29d0:\t80 91 1f 38 \tlds\tr24, 0x381F\t; 0x80381f <eepromSettingBlink>\n    29d4:\t81 11       \tcpse\tr24, r1\n    29d6:\t05 c0       \trjmp\t.+10     \t; 0x29e2 <_Z14trackingMergedv+0x516>\n    29d8:\t80 91 09 38 \tlds\tr24, 0x3809\t; 0x803809 <blinkDuringFirstFix>\n    29dc:\t88 23       \tand\tr24, r24\n    29de:\t09 f4       \tbrne\t.+2      \t; 0x29e2 <_Z14trackingMergedv+0x516>\n    29e0:\tca cd       \trjmp\t.-1132   \t; 0x2576 <_Z14trackingMergedv+0xaa>\n    29e2:\t0e 94 56 01 \tcall\t0x2ac\t; 0x2ac <_Z11deviceLedOnv>\n    29e6:\t8e 81       \tldd\tr24, Y+6\t; 0x06\n    29e8:\t80 35       \tcpi\tr24, 0x50\t; 80\n    29ea:\t39 f4       \tbrne\t.+14     \t; 0x29fa <_Z14trackingMergedv+0x52e>\n    29ec:\tef e2       \tldi\tr30, 0x2F\t; 47\n    29ee:\tf5 e7       \tldi\tr31, 0x75\t; 117\n    29f0:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    29f2:\tf1 f7       \tbrne\t.-4      \t; 0x29f0 <_Z14trackingMergedv+0x524>\n    29f4:\t00 c0       \trjmp\t.+0      \t; 0x29f6 <_Z14trackingMergedv+0x52a>\n    29f6:\t00 00       \tnop\n    29f8:\t06 c0       \trjmp\t.+12     \t; 0x2a06 <_Z14trackingMergedv+0x53a>\n    29fa:\t8b e4       \tldi\tr24, 0x4B\t; 75\n    29fc:\t9d e1       \tldi\tr25, 0x1D\t; 29\n    29fe:\t01 97       \tsbiw\tr24, 0x01\t; 1\n    2a00:\tf1 f7       \tbrne\t.-4      \t; 0x29fe <_Z14trackingMergedv+0x532>\n    2a02:\t00 c0       \trjmp\t.+0      \t; 0x2a04 <_Z14trackingMergedv+0x538>\n    2a04:\t00 00       \tnop\n    2a06:\t0e 94 5a 01 \tcall\t0x2b4\t; 0x2b4 <_Z12deviceLedOffv>\n    2a0a:\tb5 cd       \trjmp\t.-1174   \t; 0x2576 <_Z14trackingMergedv+0xaa>\n    2a0c:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2a10:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2a14:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2a18:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2a1c:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2a20:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2a22:\t2f c0       \trjmp\t.+94     \t; 0x2a82 <_Z14trackingMergedv+0x5b6>\n    2a24:\tcc 96       \tadiw\tr24, 0x3c\t; 60\n    2a26:\ta1 1d       \tadc\tr26, r1\n    2a28:\tb1 1d       \tadc\tr27, r1\n    2a2a:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2a2e:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2a32:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2a36:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2a3a:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2a3c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a3e:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a42:\t0e c1       \trjmp\t.+540    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2a44:\t85 e0       \tldi\tr24, 0x05\t; 5\n    2a46:\t80 93 30 38 \tsts\t0x3830, r24\t; 0x803830 <state>\n    2a4a:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2a4e:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2a50:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a52:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a56:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2a5a:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2a5e:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2a62:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2a66:\tfc c0       \trjmp\t.+504    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2a68:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2a6a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2a6c:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2a70:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2a74:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2a78:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2a7c:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2a80:\tef c0       \trjmp\t.+478    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2a82:\t8a ef       \tldi\tr24, 0xFA\t; 250\n    2a84:\t81 0f       \tadd\tr24, r17\n    2a86:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2a88:\t80 f5       \tbrcc\t.+96     \t; 0x2aea <_Z14trackingMergedv+0x61e>\n    2a8a:\te0 90 05 38 \tlds\tr14, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2a8e:\tf0 90 06 38 \tlds\tr15, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2a92:\t17 30       \tcpi\tr17, 0x07\t; 7\n    2a94:\t39 f0       \tbreq\t.+14     \t; 0x2aa4 <_Z14trackingMergedv+0x5d8>\n    2a96:\te1 14       \tcp\tr14, r1\n    2a98:\tf1 04       \tcpc\tr15, r1\n    2a9a:\t51 f4       \tbrne\t.+20     \t; 0x2ab0 <_Z14trackingMergedv+0x5e4>\n    2a9c:\tee 24       \teor\tr14, r14\n    2a9e:\te3 94       \tinc\tr14\n    2aa0:\tf1 2c       \tmov\tr15, r1\n    2aa2:\t06 c0       \trjmp\t.+12     \t; 0x2ab0 <_Z14trackingMergedv+0x5e4>\n    2aa4:\t0f 2e       \tmov\tr0, r31\n    2aa6:\tf4 e8       \tldi\tr31, 0x84\t; 132\n    2aa8:\tef 2e       \tmov\tr14, r31\n    2aaa:\tf3 e0       \tldi\tr31, 0x03\t; 3\n    2aac:\tff 2e       \tmov\tr15, r31\n    2aae:\tf0 2d       \tmov\tr31, r0\n    2ab0:\tc7 01       \tmovw\tr24, r14\n    2ab2:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2ab6:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2aba:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2abe:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2ac2:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2ac6:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2ac8:\ta1 05       \tcpc\tr26, r1\n    2aca:\tb1 05       \tcpc\tr27, r1\n    2acc:\t09 f4       \tbrne\t.+2      \t; 0x2ad0 <_Z14trackingMergedv+0x604>\n    2ace:\tc8 c0       \trjmp\t.+400    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2ad0:\t8e 0d       \tadd\tr24, r14\n    2ad2:\t9f 1d       \tadc\tr25, r15\n    2ad4:\ta1 1d       \tadc\tr26, r1\n    2ad6:\tb1 1d       \tadc\tr27, r1\n    2ad8:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2adc:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2ae0:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2ae4:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2ae8:\tbb c0       \trjmp\t.+374    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2aea:\t80 91 28 38 \tlds\tr24, 0x3828\t; 0x803828 <errorCounter>\n    2aee:\t90 91 29 38 \tlds\tr25, 0x3829\t; 0x803829 <errorCounter+0x1>\n    2af2:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2af4:\t80 93 28 38 \tsts\t0x3828, r24\t; 0x803828 <errorCounter>\n    2af8:\t90 93 29 38 \tsts\t0x3829, r25\t; 0x803829 <errorCounter+0x1>\n    2afc:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2b00:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2b04:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2b08:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2b0c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2b0e:\ta1 05       \tcpc\tr26, r1\n    2b10:\tb1 05       \tcpc\tr27, r1\n    2b12:\t61 f0       \tbreq\t.+24     \t; 0x2b2c <_Z14trackingMergedv+0x660>\n    2b14:\t88 5a       \tsubi\tr24, 0xA8\t; 168\n    2b16:\t9d 4f       \tsbci\tr25, 0xFD\t; 253\n    2b18:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    2b1a:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n    2b1c:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2b20:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2b24:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2b28:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n    2b2c:\t88 e5       \tldi\tr24, 0x58\t; 88\n    2b2e:\t92 e0       \tldi\tr25, 0x02\t; 2\n    2b30:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2b34:\t95 c0       \trjmp\t.+298    \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2b36:\t96 e0       \tldi\tr25, 0x06\t; 6\n    2b38:\tc9 16       \tcp\tr12, r25\n    2b3a:\td1 04       \tcpc\tr13, r1\n    2b3c:\t08 f0       \tbrcs\t.+2      \t; 0x2b40 <_Z14trackingMergedv+0x674>\n    2b3e:\t0b cd       \trjmp\t.-1514   \t; 0x2556 <_Z14trackingMergedv+0x8a>\n    2b40:\t7d c0       \trjmp\t.+250    \t; 0x2c3c <_Z14trackingMergedv+0x770>\n    2b42:\ta6 e0       \tldi\tr26, 0x06\t; 6\n    2b44:\tca 16       \tcp\tr12, r26\n    2b46:\td1 04       \tcpc\tr13, r1\n    2b48:\t08 f4       \tbrcc\t.+2      \t; 0x2b4c <_Z14trackingMergedv+0x680>\n    2b4a:\t7d c0       \trjmp\t.+250    \t; 0x2c46 <_Z14trackingMergedv+0x77a>\n    2b4c:\t5f cf       \trjmp\t.-322    \t; 0x2a0c <_Z14trackingMergedv+0x540>\n    2b4e:\t20 91 05 38 \tlds\tr18, 0x3805\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2b52:\t30 91 06 38 \tlds\tr19, 0x3806\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n    2b56:\t40 e0       \tldi\tr20, 0x00\t; 0\n    2b58:\t50 e0       \tldi\tr21, 0x00\t; 0\n    2b5a:\tc3 01       \tmovw\tr24, r6\n    2b5c:\tb2 01       \tmovw\tr22, r4\n    2b5e:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    2b62:\t67 2b       \tor\tr22, r23\n    2b64:\t68 2b       \tor\tr22, r24\n    2b66:\t69 2b       \tor\tr22, r25\n    2b68:\t39 f0       \tbreq\t.+14     \t; 0x2b78 <_Z14trackingMergedv+0x6ac>\n    2b6a:\td5 ce       \trjmp\t.-598    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2b6c:\t89 e0       \tldi\tr24, 0x09\t; 9\n    2b6e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2b70:\t2a 89       \tldd\tr18, Y+18\t; 0x12\n    2b72:\t21 11       \tcpse\tr18, r1\n    2b74:\t71 c0       \trjmp\t.+226    \t; 0x2c58 <_Z14trackingMergedv+0x78c>\n    2b76:\t2d ce       \trjmp\t.-934    \t; 0x27d2 <_Z14trackingMergedv+0x306>\n    2b78:\t8a 89       \tldd\tr24, Y+18\t; 0x12\n    2b7a:\t81 11       \tcpse\tr24, r1\n    2b7c:\t69 c0       \trjmp\t.+210    \t; 0x2c50 <_Z14trackingMergedv+0x784>\n    2b7e:\tcb ce       \trjmp\t.-618    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2b80:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2b84:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2b88:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2b8c:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2b90:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2b94:\t80 91 2a 38 \tlds\tr24, 0x382A\t; 0x80382a <undervoltageUnderLoadCounter>\n    2b98:\t90 91 2b 38 \tlds\tr25, 0x382B\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    2b9c:\t01 96       \tadiw\tr24, 0x01\t; 1\n    2b9e:\t80 93 2a 38 \tsts\t0x382A, r24\t; 0x80382a <undervoltageUnderLoadCounter>\n    2ba2:\t90 93 2b 38 \tsts\t0x382B, r25\t; 0x80382b <undervoltageUnderLoadCounter+0x1>\n    2ba6:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2baa:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2bae:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2bb2:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2bb6:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    2bb8:\ta1 05       \tcpc\tr26, r1\n    2bba:\tb1 05       \tcpc\tr27, r1\n    2bbc:\t09 f0       \tbreq\t.+2      \t; 0x2bc0 <_Z14trackingMergedv+0x6f4>\n    2bbe:\t32 cf       \trjmp\t.-412    \t; 0x2a24 <_Z14trackingMergedv+0x558>\n    2bc0:\t3c cf       \trjmp\t.-392    \t; 0x2a3a <_Z14trackingMergedv+0x56e>\n    2bc2:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2bc4:\t05 c0       \trjmp\t.+10     \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    2bc6:\t18 e0       \tldi\tr17, 0x08\t; 8\n    2bc8:\t03 c0       \trjmp\t.+6      \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    2bca:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2bcc:\t01 c0       \trjmp\t.+2      \t; 0x2bd0 <_Z14trackingMergedv+0x704>\n    2bce:\t16 e0       \tldi\tr17, 0x06\t; 6\n    2bd0:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2bd4:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2bd8:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2bdc:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2be0:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2be4:\t4e cf       \trjmp\t.-356    \t; 0x2a82 <_Z14trackingMergedv+0x5b6>\n    2be6:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2bea:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2bee:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2bf2:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2bf6:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2bfa:\t0e 94 b6 10 \tcall\t0x216c\t; 0x216c <_Z32downloadButtonPressedFor3Secondsv>\n    2bfe:\t81 11       \tcpse\tr24, r1\n    2c00:\t21 cf       \trjmp\t.-446    \t; 0x2a44 <_Z14trackingMergedv+0x578>\n    2c02:\t32 cf       \trjmp\t.-412    \t; 0x2a68 <_Z14trackingMergedv+0x59c>\n    2c04:\t0e 94 ce 00 \tcall\t0x19c\t; 0x19c <_Z17deviceL70powerOffv>\n    2c08:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    2c0c:\t0e 94 49 18 \tcall\t0x3092\t; 0x3092 <_Z7uartOffv>\n    2c10:\t0e 94 3d 18 \tcall\t0x307a\t; 0x307a <_Z20deinitSecondUartPinsv>\n    2c14:\t0e 94 da 00 \tcall\t0x1b4\t; 0x1b4 <_Z26devicePowerMemoryAndI2COffv>\n    2c18:\t83 e0       \tldi\tr24, 0x03\t; 3\n    2c1a:\t80 93 30 38 \tsts\t0x3830, r24\t; 0x803830 <state>\n    2c1e:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2c22:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2c24:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2c26:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2c2a:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2c2e:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2c32:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2c36:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2c3a:\t12 c0       \trjmp\t.+36     \t; 0x2c60 <_Z14trackingMergedv+0x794>\n    2c3c:\t88 ea       \tldi\tr24, 0xA8\t; 168\n    2c3e:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    2c40:\t0e 94 e9 19 \tcall\t0x33d2\t; 0x33d2 <puts>\n    2c44:\t88 cc       \trjmp\t.-1776   \t; 0x2556 <_Z14trackingMergedv+0x8a>\n    2c46:\t88 ea       \tldi\tr24, 0xA8\t; 168\n    2c48:\t9e eb       \tldi\tr25, 0xBE\t; 190\n    2c4a:\t0e 94 e9 19 \tcall\t0x33d2\t; 0x33d2 <puts>\n    2c4e:\tde ce       \trjmp\t.-580    \t; 0x2a0c <_Z14trackingMergedv+0x540>\n    2c50:\t81 17       \tcp\tr24, r17\n    2c52:\t08 f4       \tbrcc\t.+2      \t; 0x2c56 <_Z14trackingMergedv+0x78a>\n    2c54:\td2 cd       \trjmp\t.-1116   \t; 0x27fa <_Z14trackingMergedv+0x32e>\n    2c56:\t5f ce       \trjmp\t.-834    \t; 0x2916 <_Z14trackingMergedv+0x44a>\n    2c58:\t21 17       \tcp\tr18, r17\n    2c5a:\t08 f0       \tbrcs\t.+2      \t; 0x2c5e <_Z14trackingMergedv+0x792>\n    2c5c:\tba cd       \trjmp\t.-1164   \t; 0x27d2 <_Z14trackingMergedv+0x306>\n    2c5e:\tcd cd       \trjmp\t.-1126   \t; 0x27fa <_Z14trackingMergedv+0x32e>\n    2c60:\tc5 53       \tsubi\tr28, 0x35\t; 53\n    2c62:\tdf 4f       \tsbci\tr29, 0xFF\t; 255\n    2c64:\tcd bf       \tout\t0x3d, r28\t; 61\n    2c66:\tde bf       \tout\t0x3e, r29\t; 62\n    2c68:\tdf 91       \tpop\tr29\n    2c6a:\tcf 91       \tpop\tr28\n    2c6c:\t1f 91       \tpop\tr17\n    2c6e:\t0f 91       \tpop\tr16\n    2c70:\tff 90       \tpop\tr15\n    2c72:\tef 90       \tpop\tr14\n    2c74:\tdf 90       \tpop\tr13\n    2c76:\tcf 90       \tpop\tr12\n    2c78:\tbf 90       \tpop\tr11\n    2c7a:\taf 90       \tpop\tr10\n    2c7c:\t9f 90       \tpop\tr9\n    2c7e:\t8f 90       \tpop\tr8\n    2c80:\t7f 90       \tpop\tr7\n    2c82:\t6f 90       \tpop\tr6\n    2c84:\t5f 90       \tpop\tr5\n    2c86:\t4f 90       \tpop\tr4\n    2c88:\t3f 90       \tpop\tr3\n    2c8a:\t2f 90       \tpop\tr2\n    2c8c:\t08 95       \tret\n\n00002c8e <main>:\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n\t\t// Do on every wake up\n\t\tRTC.CTRLA = 0; // disable RTC interrupt\n    2c8e:\tc0 e4       \tldi\tr28, 0x40\t; 64\n    2c90:\td1 e0       \tldi\tr29, 0x01\t; 1\n\t\t}\n\t\t/** STATE: MEMORY FULL */\t\n\t\telse if(state == ST_MEMORY_FULL) { // no voltage check because minimal power consumption, download pin interrupt active\n\t\t\tif(downloadInterrupt) { // don't wait long here and check again status because when memory full entering activation state afterwards isn't a problem\n\t\t\t\tdownloadInterrupt = false;\n\t\t\t\tstate = ST_DOWNLOAD;\n    2c92:\t0f 2e       \tmov\tr0, r31\n    2c94:\tf5 e0       \tldi\tr31, 0x05\t; 5\n    2c96:\taf 2e       \tmov\tr10, r31\n    2c98:\tf0 2d       \tmov\tr31, r0\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go back into tracking after 1 second\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here -> will be turned on in the tracking functions\t\t\t\t\n\t\t\t\t}\n\t\t\t\telse { // very unusual: voltage not okay in first start state -> transit to here before activation\n\t\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // otherwise cannot be activated with GPIO2 when in under voltage immediately after start\n\t\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2c9a:\t68 94       \tset\n    2c9c:\tbb 24       \teor\tr11, r11\n    2c9e:\tb2 f8       \tbld\tr11, 2\n\t\t\t\tif(enterDownloadMode) { // highest priority: someone pressed download button (long enough)\n\t\t\t\t\tstate = ST_DOWNLOAD;\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n\t\t\t\t}\n\t\t\t\telse if(activated) { // not pressed long enough or \"normal\" wake up by RTC, but already activated -> go back to tracking\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2ca0:\tdd 24       \teor\tr13, r13\n    2ca2:\td3 94       \tinc\tr13\n\t\t\t}\n\t\t}\n\t\t/** STATE: TRACKING */\n\t\telse if(state == ST_TRACKING) { // download pin interrupt active\n\t\t\tif(voltageNotOkay()) { // checking voltage WITHOUT LOAD!\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT;\n    2ca4:\t68 94       \tset\n    2ca6:\tcc 24       \teor\tr12, r12\n    2ca8:\tc1 f8       \tbld\tr12, 1\n\t\t/** STATE: WAIT FOR ACTIVATION */\n\t\telse if(state == ST_WAIT_FOR_ACTIVATION) { // download pin interrupt active, GPIO2 pin interrupt active (!!)\n\t\t\t// no voltage check here, because ultra low power state already and check will be executed immediately in ST_TRACKING\n\t\t\tif(downloadInterrupt || gpio2Interrupt) { // can be woken up by both\n\t\t\t\t_delay_ms(700); // wait a bit and check again\n\t\t\t\tif((~PORTA.IN & PIN5_bm) || (~PORTC.IN & PIN1_bm)) { // one of the buttons still pressed\t\t\n    2caa:\t00 e0       \tldi\tr16, 0x00\t; 0\n    2cac:\t14 e0       \tldi\tr17, 0x04\t; 4\n    2cae:\t68 94       \tset\n    2cb0:\tee 24       \teor\tr14, r14\n    2cb2:\te6 f8       \tbld\tr14, 6\n    2cb4:\tff 24       \teor\tr15, r15\n    2cb6:\tf2 f8       \tbld\tr15, 2\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n\t\t// Do on every wake up\n\t\tRTC.CTRLA = 0; // disable RTC interrupt\n    2cb8:\t18 82       \tst\tY, r1\n\t\tif(state == ST_FIRST_START_HARD_RESET) { deviceSetCPUSpeed(OSC16_PRESCALER_CPU_1MHZ);  } // 1MHz = 701uA @while(1), do this BEFORE reading supply voltage\n    2cba:\t80 91 30 38 \tlds\tr24, 0x3830\t; 0x803830 <state>\n    2cbe:\t81 11       \tcpse\tr24, r1\n    2cc0:\t03 c0       \trjmp\t.+6      \t; 0x2cc8 <main+0x3a>\n    2cc2:\t86 e0       \tldi\tr24, 0x06\t; 6\n    2cc4:\t0e 94 46 01 \tcall\t0x28c\t; 0x28c <_Z17deviceSetCPUSpeedh>\n\t\tbatteryVoltage = deviceReadSupplyVoltage(); // perform as first thing in every state\n    2cc8:\t0e 94 19 01 \tcall\t0x232\t; 0x232 <_Z23deviceReadSupplyVoltagev>\n    2ccc:\t80 93 2e 38 \tsts\t0x382E, r24\t; 0x80382e <batteryVoltage>\n    2cd0:\t90 93 2f 38 \tsts\t0x382F, r25\t; 0x80382f <batteryVoltage+0x1>\n\n\t\t/** STATE: FIRST START HARD RESET */\n\t\tif(state == ST_FIRST_START_HARD_RESET) { // will be re-entered after data download\n    2cd4:\t80 91 30 38 \tlds\tr24, 0x3830\t; 0x803830 <state>\n    2cd8:\t81 11       \tcpse\tr24, r1\n    2cda:\t84 c0       \trjmp\t.+264    \t; 0x2de4 <main+0x156>\n\t\t\tdeviceInitPins(); // reset all pins\n    2cdc:\t0e 94 6d 00 \tcall\t0xda\t; 0xda <_Z14deviceInitPinsv>\n\t\t\tdeviceInitDownloadPinInterruptInDeepSleep(); // will wake up MCU in ALL STATES!\n    2ce0:\t0e 94 89 00 \tcall\t0x112\t; 0x112 <_Z41deviceInitDownloadPinInterruptInDeepSleepv>\n\t\t\twait(FIRST_START_DELAY_SECONDS); // wait a bit until everything stable\n    2ce4:\t83 e0       \tldi\tr24, 0x03\t; 3\n    2ce6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2ce8:\t0e 94 ac 08 \tcall\t0x1158\t; 0x1158 <_Z4waitj>\n\t\t\tusePrintf(); // use printf function for uart communication\n    2cec:\t0e 94 e3 18 \tcall\t0x31c6\t; 0x31c6 <_Z9usePrintfv>\n\t\t\t\n\t\t\t// get settings from eeprom\n\t\t\teepromSettingMinVoltage = getOperationVoltageMinFromTinyEEPROM();\n    2cf0:\t0e 94 3e 09 \tcall\t0x127c\t; 0x127c <_Z36getOperationVoltageMinFromTinyEEPROMv>\n    2cf4:\t80 93 07 38 \tsts\t0x3807, r24\t; 0x803807 <eepromSettingMinVoltage>\n    2cf8:\t90 93 08 38 \tsts\t0x3808, r25\t; 0x803808 <eepromSettingMinVoltage+0x1>\n\t\t\teepromSettingGPSFrequencySeconds = getGPSFrequencyFromTinyEEPROM();\n    2cfc:\t0e 94 5a 09 \tcall\t0x12b4\t; 0x12b4 <_Z29getGPSFrequencyFromTinyEEPROMv>\n    2d00:\t80 93 05 38 \tsts\t0x3805, r24\t; 0x803805 <eepromSettingGPSFrequencySeconds>\n    2d04:\t90 93 06 38 \tsts\t0x3806, r25\t; 0x803806 <eepromSettingGPSFrequencySeconds+0x1>\n\t\t\teepromSettingMinHDOP = getMinHDOPFromTinyEEPROM();\n    2d08:\t0e 94 75 09 \tcall\t0x12ea\t; 0x12ea <_Z24getMinHDOPFromTinyEEPROMv>\n    2d0c:\t80 93 04 38 \tsts\t0x3804, r24\t; 0x803804 <eepromSettingMinHDOP>\n\t\t\teepromSettingActivationDelaySeconds = getActivationDelayFromTinyEEPROM();\n    2d10:\t0e 94 7f 09 \tcall\t0x12fe\t; 0x12fe <_Z32getActivationDelayFromTinyEEPROMv>\n    2d14:\t80 93 02 38 \tsts\t0x3802, r24\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    2d18:\t90 93 03 38 \tsts\t0x3803, r25\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n\t\t\teepromSettingTurnOnHour = getTurnOnHourFromTinyEEPROM();\n    2d1c:\t0e 94 9a 09 \tcall\t0x1334\t; 0x1334 <_Z27getTurnOnHourFromTinyEEPROMv>\n    2d20:\t80 93 24 38 \tsts\t0x3824, r24\t; 0x803824 <eepromSettingTurnOnHour>\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n    2d24:\t0e 94 a2 09 \tcall\t0x1344\t; 0x1344 <_Z29getTurnOnMinuteFromTinyEEPROMv>\n    2d28:\t80 93 23 38 \tsts\t0x3823, r24\t; 0x803823 <eepromSettingTurnOnMinute>\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n    2d2c:\t0e 94 aa 09 \tcall\t0x1354\t; 0x1354 <_Z28getTurnOffHourFromTinyEEPROMv>\n    2d30:\t80 93 22 38 \tsts\t0x3822, r24\t; 0x803822 <eepromSettingTurnOffHour>\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n    2d34:\t0e 94 b2 09 \tcall\t0x1364\t; 0x1364 <_Z30getTurnOffMinuteFromTinyEEPROMv>\n    2d38:\t80 93 21 38 \tsts\t0x3821, r24\t; 0x803821 <eepromSettingTurnOffMinute>\nstruct TinyEEPROM {\n    TinyEEPROM(const int index)\n        : index( index )                 {}\n    \n    // Access/read members.\n    uint8_t operator*() const            { return eeprom_read_byte( (uint8_t*) index ); }\n    2d3c:\t8d e1       \tldi\tr24, 0x1D\t; 29\n    2d3e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d40:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n    2d44:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2d46:\t18 f4       \tbrcc\t.+6      \t; 0x2d4e <main+0xc0>\n\t\t\teepromSettingActivationDelaySeconds = getActivationDelayFromTinyEEPROM();\n\t\t\teepromSettingTurnOnHour = getTurnOnHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n    2d48:\t80 93 20 38 \tsts\t0x3820, r24\t; 0x803820 <eepromSettingGeofencing>\n    2d4c:\t02 c0       \trjmp\t.+4      \t; 0x2d52 <main+0xc4>\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n    2d4e:\t10 92 20 38 \tsts\t0x3820, r1\t; 0x803820 <eepromSettingGeofencing>\n    2d52:\t8e e1       \tldi\tr24, 0x1E\t; 30\n    2d54:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d56:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n    2d5a:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2d5c:\t18 f4       \tbrcc\t.+6      \t; 0x2d64 <main+0xd6>\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n    2d5e:\t80 93 1f 38 \tsts\t0x381F, r24\t; 0x80381f <eepromSettingBlink>\n    2d62:\t02 c0       \trjmp\t.+4      \t; 0x2d68 <main+0xda>\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n    2d64:\t10 92 1f 38 \tsts\t0x381F, r1\t; 0x80381f <eepromSettingBlink>\n    2d68:\t8f e1       \tldi\tr24, 0x1F\t; 31\n    2d6a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2d6c:\t0e 94 aa 1c \tcall\t0x3954\t; 0x3954 <eeprom_read_byte>\n\t\t\teepromSettingBurstDuration = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n\t\t\tif(eepromSettingBurstDuration == 0xFF) { eepromSettingBurstDuration = BURST_DURATION_DEFAULT; }\n    2d70:\t8f 3f       \tcpi\tr24, 0xFF\t; 255\n    2d72:\t19 f0       \tbreq\t.+6      \t; 0x2d7a <main+0xec>\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n\t\t\teepromSettingBurstDuration = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n    2d74:\t80 93 1e 38 \tsts\t0x381E, r24\t; 0x80381e <eepromSettingBurstDuration>\n    2d78:\t02 c0       \trjmp\t.+4      \t; 0x2d7e <main+0xf0>\n\t\t\tif(eepromSettingBurstDuration == 0xFF) { eepromSettingBurstDuration = BURST_DURATION_DEFAULT; }\n    2d7a:\t10 92 1e 38 \tsts\t0x381E, r1\t; 0x80381e <eepromSettingBurstDuration>\n\t\t\t\n\t\t\t// (re)set all global variables\n\t\t\tnoFixInSessionYet = true;\n    2d7e:\td0 92 25 38 \tsts\t0x3825, r13\t; 0x803825 <noFixInSessionYet>\n\t\t\tdownloadInterrupt = false; // volatile because used in ISR\n    2d82:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\trtcInterrupt = false; // volatile because used in ISR\n    2d86:\t10 92 1b 38 \tsts\t0x381B, r1\t; 0x80381b <rtcInterrupt>\n\t\t\ttimestampEstimation = 0;\n    2d8a:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2d8e:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2d92:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2d96:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n\t\t\tactivated = false;\n    2d9a:\t10 92 16 38 \tsts\t0x3816, r1\t; 0x803816 <activated>\n\t\t\tgeofenceLat = 0;\n    2d9e:\t10 92 12 38 \tsts\t0x3812, r1\t; 0x803812 <geofenceLat>\n    2da2:\t10 92 13 38 \tsts\t0x3813, r1\t; 0x803813 <geofenceLat+0x1>\n    2da6:\t10 92 14 38 \tsts\t0x3814, r1\t; 0x803814 <geofenceLat+0x2>\n    2daa:\t10 92 15 38 \tsts\t0x3815, r1\t; 0x803815 <geofenceLat+0x3>\n\t\t\tgeofenceLon = 0;\n    2dae:\t10 92 0e 38 \tsts\t0x380E, r1\t; 0x80380e <geofenceLon>\n    2db2:\t10 92 0f 38 \tsts\t0x380F, r1\t; 0x80380f <geofenceLon+0x1>\n    2db6:\t10 92 10 38 \tsts\t0x3810, r1\t; 0x803810 <geofenceLon+0x2>\n    2dba:\t10 92 11 38 \tsts\t0x3811, r1\t; 0x803811 <geofenceLon+0x3>\n\t\t\t\t//readVoltage1626Test();\n\t\t\t\t//readVoltage1606Test();\n\t\t\t\tchangeGPSBaudrate();\n\t\t\t#endif\n\t\t\t\n\t\t\tif(voltageNotOkay()) {\n    2dbe:\t0e 94 b3 08 \tcall\t0x1166\t; 0x1166 <_Z14voltageNotOkayv>\n    2dc2:\t88 23       \tand\tr24, r24\n    2dc4:\t51 f0       \tbreq\t.+20     \t; 0x2dda <main+0x14c>\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT; // move to special state\n    2dc6:\tc0 92 30 38 \tsts\t0x3830, r12\t; 0x803830 <state>\n\t\t\t\tdeviceBlink(2); // indicate low battery right from start\n    2dca:\t8c 2d       \tmov\tr24, r12\n    2dcc:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first undervoltage -> only short sleep\n    2dd0:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2dd2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2dd4:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2dd8:\tf5 c0       \trjmp\t.+490    \t; 0x2fc4 <main+0x336>\n\t\t\telse { // do not check if memory full, very unlikely \n\t\t\t\t/*devicePowerMemoryAndI2COn();\n\t\t\t\ti2cInit();\n\t\t\t\tmockEmptyMemory(DATA_FIX_LENGTH, METADATA_ADDRESS_OF_ADDRESS_POINTER);\n\t\t\t\tdevicePowerMemoryAndI2COff();*/\n\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // can also be activated by GPIO2\n    2dda:\t0e 94 7a 00 \tcall\t0xf4\t; 0xf4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>\n\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2dde:\tb0 92 30 38 \tsts\t0x3830, r11\t; 0x803830 <state>\n    2de2:\tf0 c0       \trjmp\t.+480    \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t}\n\t\t/** STATE: WAIT FOR ACTIVATION */\n\t\telse if(state == ST_WAIT_FOR_ACTIVATION) { // download pin interrupt active, GPIO2 pin interrupt active (!!)\n    2de4:\t84 30       \tcpi\tr24, 0x04\t; 4\n    2de6:\t09 f0       \tbreq\t.+2      \t; 0x2dea <main+0x15c>\n    2de8:\t48 c0       \trjmp\t.+144    \t; 0x2e7a <main+0x1ec>\n\t\t\t// no voltage check here, because ultra low power state already and check will be executed immediately in ST_TRACKING\n\t\t\tif(downloadInterrupt || gpio2Interrupt) { // can be woken up by both\n    2dea:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2dee:\t81 11       \tcpse\tr24, r1\n    2df0:\t05 c0       \trjmp\t.+10     \t; 0x2dfc <main+0x16e>\n    2df2:\t80 91 1c 38 \tlds\tr24, 0x381C\t; 0x80381c <gpio2Interrupt>\n    2df6:\t88 23       \tand\tr24, r24\n    2df8:\t09 f4       \tbrne\t.+2      \t; 0x2dfc <main+0x16e>\n    2dfa:\te4 c0       \trjmp\t.+456    \t; 0x2fc4 <main+0x336>\n    2dfc:\t2f ed       \tldi\tr18, 0xDF\t; 223\n    2dfe:\t32 e2       \tldi\tr19, 0x22\t; 34\n    2e00:\t82 e0       \tldi\tr24, 0x02\t; 2\n    2e02:\t21 50       \tsubi\tr18, 0x01\t; 1\n    2e04:\t30 40       \tsbci\tr19, 0x00\t; 0\n    2e06:\t80 40       \tsbci\tr24, 0x00\t; 0\n    2e08:\te1 f7       \tbrne\t.-8      \t; 0x2e02 <main+0x174>\n    2e0a:\t00 c0       \trjmp\t.+0      \t; 0x2e0c <main+0x17e>\n    2e0c:\t00 00       \tnop\n\t\t\t\t_delay_ms(700); // wait a bit and check again\n\t\t\t\tif((~PORTA.IN & PIN5_bm) || (~PORTC.IN & PIN1_bm)) { // one of the buttons still pressed\t\t\n    2e0e:\tf8 01       \tmovw\tr30, r16\n    2e10:\t80 85       \tldd\tr24, Z+8\t; 0x08\n    2e12:\t85 ff       \tsbrs\tr24, 5\n    2e14:\t04 c0       \trjmp\t.+8      \t; 0x2e1e <main+0x190>\n    2e16:\tf7 01       \tmovw\tr30, r14\n    2e18:\t80 85       \tldd\tr24, Z+8\t; 0x08\n    2e1a:\t81 fd       \tsbrc\tr24, 1\n    2e1c:\td3 c0       \trjmp\t.+422    \t; 0x2fc4 <main+0x336>\n\t\t\t\t\tdownloadInterrupt = false;\n    2e1e:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\t\t\tactivated = true;\n    2e22:\td0 92 16 38 \tsts\t0x3816, r13\t; 0x803816 <activated>\n\t\t\t\t\t\n\t\t\t\t\t// blink to indicate start\n\t\t\t\t\tdeviceBlink(7); // indicate start\n    2e26:\t87 e0       \tldi\tr24, 0x07\t; 7\n    2e28:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\t\tuint8_t blinkBatteryStatus = (batteryVoltage / 200) - 14; // 1 time when V = 3.0V, 7 times when V = 4.2V\n    2e2c:\t20 91 2e 38 \tlds\tr18, 0x382E\t; 0x80382e <batteryVoltage>\n    2e30:\t30 91 2f 38 \tlds\tr19, 0x382F\t; 0x80382f <batteryVoltage+0x1>\n    2e34:\t36 95       \tlsr\tr19\n    2e36:\t27 95       \tror\tr18\n    2e38:\t36 95       \tlsr\tr19\n    2e3a:\t27 95       \tror\tr18\n    2e3c:\t36 95       \tlsr\tr19\n    2e3e:\t27 95       \tror\tr18\n    2e40:\tab e7       \tldi\tr26, 0x7B\t; 123\n    2e42:\tb4 e1       \tldi\tr27, 0x14\t; 20\n    2e44:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    2e48:\t96 95       \tlsr\tr25\n    2e4a:\t87 95       \tror\tr24\n    2e4c:\t8e 50       \tsubi\tr24, 0x0E\t; 14\n    2e4e:\tff ed       \tldi\tr31, 0xDF\t; 223\n    2e50:\t22 e2       \tldi\tr18, 0x22\t; 34\n    2e52:\t32 e0       \tldi\tr19, 0x02\t; 2\n    2e54:\tf1 50       \tsubi\tr31, 0x01\t; 1\n    2e56:\t20 40       \tsbci\tr18, 0x00\t; 0\n    2e58:\t30 40       \tsbci\tr19, 0x00\t; 0\n    2e5a:\te1 f7       \tbrne\t.-8      \t; 0x2e54 <main+0x1c6>\n    2e5c:\t00 c0       \trjmp\t.+0      \t; 0x2e5e <main+0x1d0>\n    2e5e:\t00 00       \tnop\n\t\t\t\t\t_delay_ms(700);\n\t\t\t\t\tdeviceBlink(blinkBatteryStatus); // 0 = doesn't blink at all\n    2e60:\t0e 94 5e 01 \tcall\t0x2bc\t; 0x2bc <_Z11deviceBlinkh>\n\t\t\t\t\t\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2e64:\td0 92 30 38 \tsts\t0x3830, r13\t; 0x803830 <state>\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here, because it already consumes the backup current -> will be turned on in the tracking functions\n\t\t\t\t\tdeviceDeactivateGPIO2PinInterruptInDeepSleep(); // GPIO2 shall not work afterwards\n    2e68:\t0e 94 82 00 \tcall\t0x104\t; 0x104 <_Z44deviceDeactivateGPIO2PinInterruptInDeepSleepv>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(eepromSettingActivationDelaySeconds); // go into tracking after whatever seconds\n    2e6c:\t80 91 02 38 \tlds\tr24, 0x3802\t; 0x803802 <eepromSettingActivationDelaySeconds>\n    2e70:\t90 91 03 38 \tlds\tr25, 0x3803\t; 0x803803 <eepromSettingActivationDelaySeconds+0x1>\n    2e74:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2e78:\ta5 c0       \trjmp\t.+330    \t; 0x2fc4 <main+0x336>\n\t\t\t\t\t//timestampEstimation = 1623110325UL;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/** STATE: TRACKING */\n\t\telse if(state == ST_TRACKING) { // download pin interrupt active\n    2e7a:\t81 30       \tcpi\tr24, 0x01\t; 1\n    2e7c:\t09 f0       \tbreq\t.+2      \t; 0x2e80 <main+0x1f2>\n    2e7e:\t5f c0       \trjmp\t.+190    \t; 0x2f3e <main+0x2b0>\n\t\t\tif(voltageNotOkay()) { // checking voltage WITHOUT LOAD!\n    2e80:\t0e 94 b3 08 \tcall\t0x1166\t; 0x1166 <_Z14voltageNotOkayv>\n    2e84:\t88 23       \tand\tr24, r24\n    2e86:\t89 f0       \tbreq\t.+34     \t; 0x2eaa <main+0x21c>\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT;\n    2e88:\tc0 92 30 38 \tsts\t0x3830, r12\t; 0x803830 <state>\n\t\t\t\tdeviceL70backupOff();\n    2e8c:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first under voltage -> only short sleep\n    2e90:\t8c e3       \tldi\tr24, 0x3C\t; 60\n    2e92:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2e94:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\ttimestampEstimation = 0; // don't know about time\n    2e98:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2e9c:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2ea0:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2ea4:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2ea8:\t8d c0       \trjmp\t.+282    \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t\telse if(downloadInterrupt) { // woke up by download interrupt (can also happen when not yet activated)\n    2eaa:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2eae:\t88 23       \tand\tr24, r24\n    2eb0:\t11 f1       \tbreq\t.+68     \t; 0x2ef6 <main+0x268>\n\t\t\t\tif(downloadButtonPressedFor3Seconds()) { // button pressed for 3 seconds -> enter download mode\n    2eb2:\t0e 94 b6 10 \tcall\t0x216c\t; 0x216c <_Z32downloadButtonPressedFor3Secondsv>\n    2eb6:\t88 23       \tand\tr24, r24\n    2eb8:\t89 f0       \tbreq\t.+34     \t; 0x2edc <main+0x24e>\n\t\t\t\t\tstate = ST_DOWNLOAD;\n    2eba:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\t\tdeviceL70backupOff();\n    2ebe:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n    2ec2:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2ec4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2ec6:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time when menue is entered\n    2eca:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2ece:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2ed2:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2ed6:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2eda:\t74 c0       \trjmp\t.+232    \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t\telse { // not pressed long enough, but woken up by download interrupt\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // start again after one second\n    2edc:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2ede:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2ee0:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time, interrupt can happen randomly\n    2ee4:\t10 92 17 38 \tsts\t0x3817, r1\t; 0x803817 <timestampEstimation>\n    2ee8:\t10 92 18 38 \tsts\t0x3818, r1\t; 0x803818 <timestampEstimation+0x1>\n    2eec:\t10 92 19 38 \tsts\t0x3819, r1\t; 0x803819 <timestampEstimation+0x2>\n    2ef0:\t10 92 1a 38 \tsts\t0x381A, r1\t; 0x80381a <timestampEstimation+0x3>\n    2ef4:\t67 c0       \trjmp\t.+206    \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(isNightTime()) { // TESTED PATH\n    2ef6:\t0e 94 c6 08 \tcall\t0x118c\t; 0x118c <_Z11isNightTimev>\n    2efa:\t88 23       \tand\tr24, r24\n    2efc:\te9 f0       \tbreq\t.+58     \t; 0x2f38 <main+0x2aa>\n\t\t\t\t// having a valid time here!\n\t\t\t\tnoFixInSessionYet = true; // used to collect more orbit data when doing first fix in session -> resetting it so that in next session first fix again collects more orbit data\n    2efe:\td0 92 25 38 \tsts\t0x3825, r13\t; 0x803825 <noFixInSessionYet>\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_DURING_NIGHT); // go into nighttime mode\n    2f02:\t88 e7       \tldi\tr24, 0x78\t; 120\n    2f04:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f06:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t\t\ttimestampEstimation += SLEEP_TIME_DURING_NIGHT; // having time here because isNightTime returns true\n    2f0a:\t80 91 17 38 \tlds\tr24, 0x3817\t; 0x803817 <timestampEstimation>\n    2f0e:\t90 91 18 38 \tlds\tr25, 0x3818\t; 0x803818 <timestampEstimation+0x1>\n    2f12:\ta0 91 19 38 \tlds\tr26, 0x3819\t; 0x803819 <timestampEstimation+0x2>\n    2f16:\tb0 91 1a 38 \tlds\tr27, 0x381A\t; 0x80381a <timestampEstimation+0x3>\n    2f1a:\t88 58       \tsubi\tr24, 0x88\t; 136\n    2f1c:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    2f1e:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    2f20:\tbf 4f       \tsbci\tr27, 0xFF\t; 255\n    2f22:\t80 93 17 38 \tsts\t0x3817, r24\t; 0x803817 <timestampEstimation>\n    2f26:\t90 93 18 38 \tsts\t0x3818, r25\t; 0x803818 <timestampEstimation+0x1>\n    2f2a:\ta0 93 19 38 \tsts\t0x3819, r26\t; 0x803819 <timestampEstimation+0x2>\n    2f2e:\tb0 93 1a 38 \tsts\t0x381A, r27\t; 0x80381a <timestampEstimation+0x3>\n\t\t\t\t// keep it on for very first day to keep orbit data? -> no, because after getting time will sleep immediately\n\t\t\t\t#if\t(BACKUP_POWER_ON_DURING_NIGHT_TIME == false)\n\t\t\t\t\tdeviceL70backupOff(); // WARNING: backup power goes OFF here but staying in tracking -> turns on again in trackingMerged\n    2f32:\t0e 94 d6 00 \tcall\t0x1ac\t; 0x1ac <_Z18deviceL70backupOffv>\n    2f36:\t46 c0       \trjmp\t.+140    \t; 0x2fc4 <main+0x336>\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse { // normal RTC wake up\n\t\t\t\t#if TRACKING_MODE != TRACKING_MODE_TEST\n\t\t\t\t\ttrackingMerged();\n    2f38:\t0e 94 66 12 \tcall\t0x24cc\t; 0x24cc <_Z14trackingMergedv>\n    2f3c:\t43 c0       \trjmp\t.+134    \t; 0x2fc4 <main+0x336>\n\t\t\t\t#endif\n\t\t\t\t// here at the end backup power normally is ON! (exception: state transition)\n\t\t\t}\n\t\t}\n\t\t/** STATE: VOLTAGE INCORRECT */\n\t\telse if(state == ST_VOLTAGE_INCORRECT) { // download pin interrupt active, RTC interrupt active, backup pin OFF\n    2f3e:\t82 30       \tcpi\tr24, 0x02\t; 2\n    2f40:\t41 f5       \tbrne\t.+80     \t; 0x2f92 <main+0x304>\n\t\t\tif(voltageNotOkay()) {\n    2f42:\t0e 94 b3 08 \tcall\t0x1166\t; 0x1166 <_Z14voltageNotOkayv>\n    2f46:\t88 23       \tand\tr24, r24\n    2f48:\t29 f0       \tbreq\t.+10     \t; 0x2f54 <main+0x2c6>\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT);\n    2f4a:\t88 e0       \tldi\tr24, 0x08\t; 8\n    2f4c:\t97 e0       \tldi\tr25, 0x07\t; 7\n    2f4e:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f52:\t38 c0       \trjmp\t.+112    \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t\telse { // woke up by RTC or by download button and voltage okay again\n\t\t\t\tbool enterDownloadMode = false;\n\t\t\t\tif(downloadInterrupt) { enterDownloadMode = downloadButtonPressedFor3Seconds(); } // if woke up by download button -> check if pressed for 3 more seconds\n    2f54:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2f58:\t88 23       \tand\tr24, r24\n    2f5a:\t59 f0       \tbreq\t.+22     \t; 0x2f72 <main+0x2e4>\n    2f5c:\t0e 94 b6 10 \tcall\t0x216c\t; 0x216c <_Z32downloadButtonPressedFor3Secondsv>\n\t\t\t\t\n\t\t\t\t// if voltage okay and woken up by whatever reason -> should leave ST_VOLTAGE_INCORRECT\n\t\t\t\tif(enterDownloadMode) { // highest priority: someone pressed download button (long enough)\n    2f60:\t88 23       \tand\tr24, r24\n    2f62:\t39 f0       \tbreq\t.+14     \t; 0x2f72 <main+0x2e4>\n\t\t\t\t\tstate = ST_DOWNLOAD;\n    2f64:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n    2f68:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2f6a:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f6c:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f70:\t29 c0       \trjmp\t.+82     \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t\telse if(activated) { // not pressed long enough or \"normal\" wake up by RTC, but already activated -> go back to tracking\n    2f72:\t80 91 16 38 \tlds\tr24, 0x3816\t; 0x803816 <activated>\n    2f76:\t88 23       \tand\tr24, r24\n    2f78:\t39 f0       \tbreq\t.+14     \t; 0x2f88 <main+0x2fa>\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n    2f7a:\td0 92 30 38 \tsts\t0x3830, r13\t; 0x803830 <state>\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go back into tracking after 1 second\n    2f7e:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2f80:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2f82:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2f86:\t1e c0       \trjmp\t.+60     \t; 0x2fc4 <main+0x336>\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here -> will be turned on in the tracking functions\t\t\t\t\n\t\t\t\t}\n\t\t\t\telse { // very unusual: voltage not okay in first start state -> transit to here before activation\n\t\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // otherwise cannot be activated with GPIO2 when in under voltage immediately after start\n    2f88:\t0e 94 7a 00 \tcall\t0xf4\t; 0xf4 <_Z38deviceInitGPIO2PinInterruptInDeepSleepv>\n\t\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n    2f8c:\tb0 92 30 38 \tsts\t0x3830, r11\t; 0x803830 <state>\n    2f90:\t19 c0       \trjmp\t.+50     \t; 0x2fc4 <main+0x336>\n\t\t\t\t}\n\t\t\t}\t\t\n\t\t}\n\t\t/** STATE: MEMORY FULL */\t\n\t\telse if(state == ST_MEMORY_FULL) { // no voltage check because minimal power consumption, download pin interrupt active\n    2f92:\t83 30       \tcpi\tr24, 0x03\t; 3\n    2f94:\t69 f4       \tbrne\t.+26     \t; 0x2fb0 <main+0x322>\n\t\t\tif(downloadInterrupt) { // don't wait long here and check again status because when memory full entering activation state afterwards isn't a problem\n    2f96:\t80 91 1d 38 \tlds\tr24, 0x381D\t; 0x80381d <downloadInterrupt>\n    2f9a:\t88 23       \tand\tr24, r24\n    2f9c:\t99 f0       \tbreq\t.+38     \t; 0x2fc4 <main+0x336>\n\t\t\t\tdownloadInterrupt = false;\n    2f9e:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\t\t\tstate = ST_DOWNLOAD;\n    2fa2:\ta0 92 30 38 \tsts\t0x3830, r10\t; 0x803830 <state>\n\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode in 1 second\n    2fa6:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2fa8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2faa:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n    2fae:\t0a c0       \trjmp\t.+20     \t; 0x2fc4 <main+0x336>\n\t\t\t}\n\t\t}\n\t\t/** STATE: DOWNLOAD */\n\t\telse if(state == ST_DOWNLOAD) { // no voltage check because minimal power consumption, download pin interrupt active\n    2fb0:\t85 30       \tcpi\tr24, 0x05\t; 5\n    2fb2:\t41 f4       \tbrne\t.+16     \t; 0x2fc4 <main+0x336>\n\t\t\tstartMenue();\n    2fb4:\t0e 94 32 0c \tcall\t0x1864\t; 0x1864 <_Z10startMenuev>\n\t\t\tstate = ST_FIRST_START_HARD_RESET; // RESTARTING TAG!\n    2fb8:\t10 92 30 38 \tsts\t0x3830, r1\t; 0x803830 <state>\n\t\t\tdeviceInitInternalRTCInterrupt(1); // go into start state again in 1 second\n    2fbc:\t81 e0       \tldi\tr24, 0x01\t; 1\n    2fbe:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2fc0:\t0e 94 f9 00 \tcall\t0x1f2\t; 0x1f2 <_Z30deviceInitInternalRTCInterruptj>\n\t\t}\n\t\t\n\t\trtcInterrupt = false; // reset RTC interrupt flag\n    2fc4:\t10 92 1b 38 \tsts\t0x381B, r1\t; 0x80381b <rtcInterrupt>\n\t\tdownloadInterrupt = false; // reset download interrupt flag\n    2fc8:\t10 92 1d 38 \tsts\t0x381D, r1\t; 0x80381d <downloadInterrupt>\n\t\tgpio2Interrupt = false; // reset gpio2 interrupt flag\n    2fcc:\t10 92 1c 38 \tsts\t0x381C, r1\t; 0x80381c <gpio2Interrupt>\n\t\tdeviceStandbySleep(); // go to sleep until an interrupt happens\n    2fd0:\t0e 94 e8 00 \tcall\t0x1d0\t; 0x1d0 <_Z18deviceStandbySleepv>\n}\n\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n    2fd4:\t71 ce       \trjmp\t.-798    \t; 0x2cb8 <main+0x2a>\n\n00002fd6 <_ZL17usePrintfFunctioncP6__file>:\n\t\tprintNum(in / 10);\n\t}\n\tuint8_t digit = in % 10;\n\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n\tUSART0.TXDATAL = '0' + digit;\n}\n    2fd6:\te0 e0       \tldi\tr30, 0x00\t; 0\n    2fd8:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    2fda:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    2fdc:\t95 ff       \tsbrs\tr25, 5\n    2fde:\tfd cf       \trjmp\t.-6      \t; 0x2fda <_ZL17usePrintfFunctioncP6__file+0x4>\n    2fe0:\t80 93 02 08 \tsts\t0x0802, r24\t; 0x800802 <__RODATA_PM_OFFSET__+0x7f8802>\n    2fe4:\t80 e0       \tldi\tr24, 0x00\t; 0\n    2fe6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    2fe8:\t08 95       \tret\n\n00002fea <_Z23initPrimaryUARTwith9600v>:\n    2fea:\t10 92 e2 05 \tsts\t0x05E2, r1\t; 0x8005e2 <__RODATA_PM_OFFSET__+0x7f85e2>\n    2fee:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    2ff0:\tb8 e0       \tldi\tr27, 0x08\t; 8\n    2ff2:\t16 96       \tadiw\tr26, 0x06\t; 6\n    2ff4:\t8c 91       \tld\tr24, X\n    2ff6:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    2ff8:\t80 6c       \tori\tr24, 0xC0\t; 192\n    2ffa:\t16 96       \tadiw\tr26, 0x06\t; 6\n    2ffc:\t8c 93       \tst\tX, r24\n    2ffe:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    3000:\te0 e2       \tldi\tr30, 0x20\t; 32\n    3002:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    3004:\t84 e0       \tldi\tr24, 0x04\t; 4\n    3006:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    3008:\t80 81       \tld\tr24, Z\n    300a:\t84 60       \tori\tr24, 0x04\t; 4\n    300c:\t80 83       \tst\tZ, r24\n    300e:\t80 81       \tld\tr24, Z\n    3010:\t87 7f       \tandi\tr24, 0xF7\t; 247\n    3012:\t80 83       \tst\tZ, r24\n    3014:\t81 ea       \tldi\tr24, 0xA1\t; 161\n    3016:\t91 e0       \tldi\tr25, 0x01\t; 1\n    3018:\t18 96       \tadiw\tr26, 0x08\t; 8\n    301a:\t8d 93       \tst\tX+, r24\n    301c:\t9c 93       \tst\tX, r25\n    301e:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    3020:\t08 95       \tret\n\n00003022 <_Z22initSecondUARTwith9600v>:\n    3022:\t81 e0       \tldi\tr24, 0x01\t; 1\n    3024:\t80 93 e2 05 \tsts\t0x05E2, r24\t; 0x8005e2 <__RODATA_PM_OFFSET__+0x7f85e2>\n    3028:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    302a:\tb8 e0       \tldi\tr27, 0x08\t; 8\n    302c:\t16 96       \tadiw\tr26, 0x06\t; 6\n    302e:\t8c 91       \tld\tr24, X\n    3030:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    3032:\t80 6c       \tori\tr24, 0xC0\t; 192\n    3034:\t16 96       \tadiw\tr26, 0x06\t; 6\n    3036:\t8c 93       \tst\tX, r24\n    3038:\t16 97       \tsbiw\tr26, 0x06\t; 6\n    303a:\te0 e0       \tldi\tr30, 0x00\t; 0\n    303c:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    303e:\t11 8a       \tstd\tZ+17, r1\t; 0x11\n    3040:\t12 8a       \tstd\tZ+18, r1\t; 0x12\n    3042:\t82 e0       \tldi\tr24, 0x02\t; 2\n    3044:\t85 83       \tstd\tZ+5, r24\t; 0x05\n    3046:\t80 81       \tld\tr24, Z\n    3048:\t82 60       \tori\tr24, 0x02\t; 2\n    304a:\t80 83       \tst\tZ, r24\n    304c:\t80 81       \tld\tr24, Z\n    304e:\t8b 7f       \tandi\tr24, 0xFB\t; 251\n    3050:\t80 83       \tst\tZ, r24\n    3052:\t81 ea       \tldi\tr24, 0xA1\t; 161\n    3054:\t91 e0       \tldi\tr25, 0x01\t; 1\n    3056:\t18 96       \tadiw\tr26, 0x08\t; 8\n    3058:\t8d 93       \tst\tX+, r24\n    305a:\t9c 93       \tst\tX, r25\n    305c:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    305e:\t08 95       \tret\n\n00003060 <_Z9uartFlushv>:\n    3060:\t80 91 04 08 \tlds\tr24, 0x0804\t; 0x800804 <__RODATA_PM_OFFSET__+0x7f8804>\n    3064:\t88 23       \tand\tr24, r24\n    3066:\t3c f4       \tbrge\t.+14     \t; 0x3076 <_Z9uartFlushv+0x16>\n    3068:\te0 e0       \tldi\tr30, 0x00\t; 0\n    306a:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    306c:\t80 81       \tld\tr24, Z\n    306e:\t94 81       \tldd\tr25, Z+4\t; 0x04\n    3070:\t99 23       \tand\tr25, r25\n    3072:\te4 f3       \tbrlt\t.-8      \t; 0x306c <_Z9uartFlushv+0xc>\n    3074:\t08 95       \tret\n    3076:\t80 e0       \tldi\tr24, 0x00\t; 0\n    3078:\t08 95       \tret\n\n0000307a <_Z20deinitSecondUartPinsv>:\n    307a:\te0 e0       \tldi\tr30, 0x00\t; 0\n    307c:\tf4 e0       \tldi\tr31, 0x04\t; 4\n    307e:\t80 81       \tld\tr24, Z\n    3080:\t8d 7f       \tandi\tr24, 0xFD\t; 253\n    3082:\t80 83       \tst\tZ, r24\n    3084:\t80 81       \tld\tr24, Z\n    3086:\t8b 7f       \tandi\tr24, 0xFB\t; 251\n    3088:\t80 83       \tst\tZ, r24\n    308a:\t84 e0       \tldi\tr24, 0x04\t; 4\n    308c:\t81 8b       \tstd\tZ+17, r24\t; 0x11\n    308e:\t82 8b       \tstd\tZ+18, r24\t; 0x12\n    3090:\t08 95       \tret\n\n00003092 <_Z7uartOffv>:\n    3092:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3094:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    3096:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    3098:\t86 ff       \tsbrs\tr24, 6\n    309a:\tfd cf       \trjmp\t.-6      \t; 0x3096 <_Z7uartOffv+0x4>\n    309c:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    309e:\t85 ff       \tsbrs\tr24, 5\n    30a0:\tfa cf       \trjmp\t.-12     \t; 0x3096 <_Z7uartOffv+0x4>\n    30a2:\te0 e0       \tldi\tr30, 0x00\t; 0\n    30a4:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    30a6:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    30a8:\t80 64       \tori\tr24, 0x40\t; 64\n    30aa:\t84 83       \tstd\tZ+4, r24\t; 0x04\n    30ac:\t16 82       \tstd\tZ+6, r1\t; 0x06\n    30ae:\t08 95       \tret\n\n000030b0 <_Z8uartReadcPchj>:\n    30b0:\tef 92       \tpush\tr14\n    30b2:\tff 92       \tpush\tr15\n    30b4:\t0f 93       \tpush\tr16\n    30b6:\t1f 93       \tpush\tr17\n    30b8:\tcf 93       \tpush\tr28\n    30ba:\tdf 93       \tpush\tr29\n    30bc:\t18 2f       \tmov\tr17, r24\n    30be:\t7b 01       \tmovw\tr14, r22\n    30c0:\t04 2f       \tmov\tr16, r20\n    30c2:\te9 01       \tmovw\tr28, r18\n    30c4:\t50 e0       \tldi\tr21, 0x00\t; 0\n    30c6:\t60 e0       \tldi\tr22, 0x00\t; 0\n    30c8:\t70 e0       \tldi\tr23, 0x00\t; 0\n    30ca:\tc7 01       \tmovw\tr24, r14\n    30cc:\t0e 94 a4 19 \tcall\t0x3348\t; 0x3348 <memset>\n    30d0:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    30d4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    30d6:\te0 e0       \tldi\tr30, 0x00\t; 0\n    30d8:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    30da:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    30dc:\t88 23       \tand\tr24, r24\n    30de:\t54 f0       \tbrlt\t.+20     \t; 0x30f4 <_Z8uartReadcPchj+0x44>\n    30e0:\t21 97       \tsbiw\tr28, 0x01\t; 1\n    30e2:\ta9 ef       \tldi\tr26, 0xF9\t; 249\n    30e4:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    30e6:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    30e8:\tf1 f7       \tbrne\t.-4      \t; 0x30e6 <_Z8uartReadcPchj+0x36>\n    30ea:\t00 c0       \trjmp\t.+0      \t; 0x30ec <_Z8uartReadcPchj+0x3c>\n    30ec:\t00 00       \tnop\n    30ee:\t20 97       \tsbiw\tr28, 0x00\t; 0\n    30f0:\ta1 f7       \tbrne\t.-24     \t; 0x30da <_Z8uartReadcPchj+0x2a>\n    30f2:\t18 c0       \trjmp\t.+48     \t; 0x3124 <_Z8uartReadcPchj+0x74>\n    30f4:\t80 81       \tld\tr24, Z\n    30f6:\t8a 30       \tcpi\tr24, 0x0A\t; 10\n    30f8:\t69 f0       \tbreq\t.+26     \t; 0x3114 <_Z8uartReadcPchj+0x64>\n    30fa:\t8d 30       \tcpi\tr24, 0x0D\t; 13\n    30fc:\t59 f0       \tbreq\t.+22     \t; 0x3114 <_Z8uartReadcPchj+0x64>\n    30fe:\t21 e0       \tldi\tr18, 0x01\t; 1\n    3100:\t29 0f       \tadd\tr18, r25\n    3102:\td7 01       \tmovw\tr26, r14\n    3104:\ta9 0f       \tadd\tr26, r25\n    3106:\tb1 1d       \tadc\tr27, r1\n    3108:\t8c 93       \tst\tX, r24\n    310a:\t20 17       \tcp\tr18, r16\n    310c:\t10 f0       \tbrcs\t.+4      \t; 0x3112 <_Z8uartReadcPchj+0x62>\n    310e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3110:\t01 c0       \trjmp\t.+2      \t; 0x3114 <_Z8uartReadcPchj+0x64>\n    3112:\t92 2f       \tmov\tr25, r18\n    3114:\t81 13       \tcpse\tr24, r17\n    3116:\te1 cf       \trjmp\t.-62     \t; 0x30da <_Z8uartReadcPchj+0x2a>\n    3118:\tf7 01       \tmovw\tr30, r14\n    311a:\te9 0f       \tadd\tr30, r25\n    311c:\tf1 1d       \tadc\tr31, r1\n    311e:\t10 82       \tst\tZ, r1\n    3120:\t81 e0       \tldi\tr24, 0x01\t; 1\n    3122:\t01 c0       \trjmp\t.+2      \t; 0x3126 <_Z8uartReadcPchj+0x76>\n    3124:\t80 e0       \tldi\tr24, 0x00\t; 0\n    3126:\tdf 91       \tpop\tr29\n    3128:\tcf 91       \tpop\tr28\n    312a:\t1f 91       \tpop\tr17\n    312c:\t0f 91       \tpop\tr16\n    312e:\tff 90       \tpop\tr15\n    3130:\tef 90       \tpop\tr14\n    3132:\t08 95       \tret\n\n00003134 <_Z21uartReadMultipleLineshcPchj>:\n    3134:\tdf 92       \tpush\tr13\n    3136:\tef 92       \tpush\tr14\n    3138:\tff 92       \tpush\tr15\n    313a:\t0f 93       \tpush\tr16\n    313c:\t1f 93       \tpush\tr17\n    313e:\tcf 93       \tpush\tr28\n    3140:\tdf 93       \tpush\tr29\n    3142:\td8 2e       \tmov\tr13, r24\n    3144:\te6 2e       \tmov\tr14, r22\n    3146:\tea 01       \tmovw\tr28, r20\n    3148:\tf2 2e       \tmov\tr15, r18\n    314a:\t88 23       \tand\tr24, r24\n    314c:\t89 f1       \tbreq\t.+98     \t; 0x31b0 <_Z21uartReadMultipleLineshcPchj+0x7c>\n    314e:\t42 2f       \tmov\tr20, r18\n    3150:\t50 e0       \tldi\tr21, 0x00\t; 0\n    3152:\t60 e0       \tldi\tr22, 0x00\t; 0\n    3154:\t70 e0       \tldi\tr23, 0x00\t; 0\n    3156:\tce 01       \tmovw\tr24, r28\n    3158:\t0e 94 a4 19 \tcall\t0x3348\t; 0x3348 <memset>\n    315c:\t0e 94 30 18 \tcall\t0x3060\t; 0x3060 <_Z9uartFlushv>\n    3160:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3162:\te0 e0       \tldi\tr30, 0x00\t; 0\n    3164:\tf8 e0       \tldi\tr31, 0x08\t; 8\n    3166:\t84 81       \tldd\tr24, Z+4\t; 0x04\n    3168:\t88 23       \tand\tr24, r24\n    316a:\t64 f0       \tbrlt\t.+24     \t; 0x3184 <_Z21uartReadMultipleLineshcPchj+0x50>\n    316c:\t01 50       \tsubi\tr16, 0x01\t; 1\n    316e:\t11 09       \tsbc\tr17, r1\n    3170:\ta9 ef       \tldi\tr26, 0xF9\t; 249\n    3172:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    3174:\t11 97       \tsbiw\tr26, 0x01\t; 1\n    3176:\tf1 f7       \tbrne\t.-4      \t; 0x3174 <_Z21uartReadMultipleLineshcPchj+0x40>\n    3178:\t00 c0       \trjmp\t.+0      \t; 0x317a <_Z21uartReadMultipleLineshcPchj+0x46>\n    317a:\t00 00       \tnop\n    317c:\t01 15       \tcp\tr16, r1\n    317e:\t11 05       \tcpc\tr17, r1\n    3180:\t91 f7       \tbrne\t.-28     \t; 0x3166 <_Z21uartReadMultipleLineshcPchj+0x32>\n    3182:\t18 c0       \trjmp\t.+48     \t; 0x31b4 <_Z21uartReadMultipleLineshcPchj+0x80>\n    3184:\t80 81       \tld\tr24, Z\n    3186:\t21 e0       \tldi\tr18, 0x01\t; 1\n    3188:\t29 0f       \tadd\tr18, r25\n    318a:\tde 01       \tmovw\tr26, r28\n    318c:\ta9 0f       \tadd\tr26, r25\n    318e:\tb1 1d       \tadc\tr27, r1\n    3190:\t8c 93       \tst\tX, r24\n    3192:\t2f 15       \tcp\tr18, r15\n    3194:\t10 f0       \tbrcs\t.+4      \t; 0x319a <_Z21uartReadMultipleLineshcPchj+0x66>\n    3196:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3198:\t01 c0       \trjmp\t.+2      \t; 0x319c <_Z21uartReadMultipleLineshcPchj+0x68>\n    319a:\t92 2f       \tmov\tr25, r18\n    319c:\t8e 11       \tcpse\tr24, r14\n    319e:\te3 cf       \trjmp\t.-58     \t; 0x3166 <_Z21uartReadMultipleLineshcPchj+0x32>\n    31a0:\tda 94       \tdec\tr13\n    31a2:\td1 10       \tcpse\tr13, r1\n    31a4:\te0 cf       \trjmp\t.-64     \t; 0x3166 <_Z21uartReadMultipleLineshcPchj+0x32>\n    31a6:\tc9 0f       \tadd\tr28, r25\n    31a8:\td1 1d       \tadc\tr29, r1\n    31aa:\t18 82       \tst\tY, r1\n    31ac:\t81 e0       \tldi\tr24, 0x01\t; 1\n    31ae:\t03 c0       \trjmp\t.+6      \t; 0x31b6 <_Z21uartReadMultipleLineshcPchj+0x82>\n    31b0:\t80 e0       \tldi\tr24, 0x00\t; 0\n    31b2:\t01 c0       \trjmp\t.+2      \t; 0x31b6 <_Z21uartReadMultipleLineshcPchj+0x82>\n    31b4:\t80 e0       \tldi\tr24, 0x00\t; 0\n    31b6:\tdf 91       \tpop\tr29\n    31b8:\tcf 91       \tpop\tr28\n    31ba:\t1f 91       \tpop\tr17\n    31bc:\t0f 91       \tpop\tr16\n    31be:\tff 90       \tpop\tr15\n    31c0:\tef 90       \tpop\tr14\n    31c2:\tdf 90       \tpop\tr13\n    31c4:\t08 95       \tret\n\n000031c6 <_Z9usePrintfv>:\n\treturn 0;\n}\n\nvoid usePrintf() {\n\tstatic FILE mystdout;\n\tfdev_setup_stream(&mystdout, usePrintfFunction, NULL, _FDEV_SETUP_WRITE);\n    31c6:\te1 e3       \tldi\tr30, 0x31\t; 49\n    31c8:\tf8 e3       \tldi\tr31, 0x38\t; 56\n    31ca:\t8b ee       \tldi\tr24, 0xEB\t; 235\n    31cc:\t97 e1       \tldi\tr25, 0x17\t; 23\n    31ce:\t80 87       \tstd\tZ+8, r24\t; 0x08\n    31d0:\t91 87       \tstd\tZ+9, r25\t; 0x09\n    31d2:\t12 86       \tstd\tZ+10, r1\t; 0x0a\n    31d4:\t13 86       \tstd\tZ+11, r1\t; 0x0b\n    31d6:\t82 e0       \tldi\tr24, 0x02\t; 2\n    31d8:\t83 83       \tstd\tZ+3, r24\t; 0x03\n    31da:\t14 86       \tstd\tZ+12, r1\t; 0x0c\n    31dc:\t15 86       \tstd\tZ+13, r1\t; 0x0d\n\tstdout = &mystdout;\n    31de:\te0 93 41 38 \tsts\t0x3841, r30\t; 0x803841 <__iob+0x2>\n    31e2:\tf0 93 42 38 \tsts\t0x3842, r31\t; 0x803842 <__iob+0x3>\n    31e6:\t08 95       \tret\n\n000031e8 <__mulsi3>:\n    31e8:\tdb 01       \tmovw\tr26, r22\n    31ea:\t8f 93       \tpush\tr24\n    31ec:\t9f 93       \tpush\tr25\n    31ee:\t0e 94 54 19 \tcall\t0x32a8\t; 0x32a8 <__muluhisi3>\n    31f2:\tbf 91       \tpop\tr27\n    31f4:\taf 91       \tpop\tr26\n    31f6:\ta2 9f       \tmul\tr26, r18\n    31f8:\t80 0d       \tadd\tr24, r0\n    31fa:\t91 1d       \tadc\tr25, r1\n    31fc:\ta3 9f       \tmul\tr26, r19\n    31fe:\t90 0d       \tadd\tr25, r0\n    3200:\tb2 9f       \tmul\tr27, r18\n    3202:\t90 0d       \tadd\tr25, r0\n    3204:\t11 24       \teor\tr1, r1\n    3206:\t08 95       \tret\n\n00003208 <__udivmodsi4>:\n    3208:\ta1 e2       \tldi\tr26, 0x21\t; 33\n    320a:\t1a 2e       \tmov\tr1, r26\n    320c:\taa 1b       \tsub\tr26, r26\n    320e:\tbb 1b       \tsub\tr27, r27\n    3210:\tfd 01       \tmovw\tr30, r26\n    3212:\t0d c0       \trjmp\t.+26     \t; 0x322e <__udivmodsi4_ep>\n\n00003214 <__udivmodsi4_loop>:\n    3214:\taa 1f       \tadc\tr26, r26\n    3216:\tbb 1f       \tadc\tr27, r27\n    3218:\tee 1f       \tadc\tr30, r30\n    321a:\tff 1f       \tadc\tr31, r31\n    321c:\ta2 17       \tcp\tr26, r18\n    321e:\tb3 07       \tcpc\tr27, r19\n    3220:\te4 07       \tcpc\tr30, r20\n    3222:\tf5 07       \tcpc\tr31, r21\n    3224:\t20 f0       \tbrcs\t.+8      \t; 0x322e <__udivmodsi4_ep>\n    3226:\ta2 1b       \tsub\tr26, r18\n    3228:\tb3 0b       \tsbc\tr27, r19\n    322a:\te4 0b       \tsbc\tr30, r20\n    322c:\tf5 0b       \tsbc\tr31, r21\n\n0000322e <__udivmodsi4_ep>:\n    322e:\t66 1f       \tadc\tr22, r22\n    3230:\t77 1f       \tadc\tr23, r23\n    3232:\t88 1f       \tadc\tr24, r24\n    3234:\t99 1f       \tadc\tr25, r25\n    3236:\t1a 94       \tdec\tr1\n    3238:\t69 f7       \tbrne\t.-38     \t; 0x3214 <__udivmodsi4_loop>\n    323a:\t60 95       \tcom\tr22\n    323c:\t70 95       \tcom\tr23\n    323e:\t80 95       \tcom\tr24\n    3240:\t90 95       \tcom\tr25\n    3242:\t9b 01       \tmovw\tr18, r22\n    3244:\tac 01       \tmovw\tr20, r24\n    3246:\tbd 01       \tmovw\tr22, r26\n    3248:\tcf 01       \tmovw\tr24, r30\n    324a:\t08 95       \tret\n\n0000324c <__divmodsi4>:\n    324c:\t05 2e       \tmov\tr0, r21\n    324e:\t97 fb       \tbst\tr25, 7\n    3250:\t1e f4       \tbrtc\t.+6      \t; 0x3258 <__divmodsi4+0xc>\n    3252:\t00 94       \tcom\tr0\n    3254:\t0e 94 3d 19 \tcall\t0x327a\t; 0x327a <__negsi2>\n    3258:\t57 fd       \tsbrc\tr21, 7\n    325a:\t07 d0       \trcall\t.+14     \t; 0x326a <__divmodsi4_neg2>\n    325c:\t0e 94 04 19 \tcall\t0x3208\t; 0x3208 <__udivmodsi4>\n    3260:\t07 fc       \tsbrc\tr0, 7\n    3262:\t03 d0       \trcall\t.+6      \t; 0x326a <__divmodsi4_neg2>\n    3264:\t4e f4       \tbrtc\t.+18     \t; 0x3278 <__divmodsi4_exit>\n    3266:\t0c 94 3d 19 \tjmp\t0x327a\t; 0x327a <__negsi2>\n\n0000326a <__divmodsi4_neg2>:\n    326a:\t50 95       \tcom\tr21\n    326c:\t40 95       \tcom\tr20\n    326e:\t30 95       \tcom\tr19\n    3270:\t21 95       \tneg\tr18\n    3272:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3274:\t4f 4f       \tsbci\tr20, 0xFF\t; 255\n    3276:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n\n00003278 <__divmodsi4_exit>:\n    3278:\t08 95       \tret\n\n0000327a <__negsi2>:\n    327a:\t90 95       \tcom\tr25\n    327c:\t80 95       \tcom\tr24\n    327e:\t70 95       \tcom\tr23\n    3280:\t61 95       \tneg\tr22\n    3282:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    3284:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    3286:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3288:\t08 95       \tret\n\n0000328a <__umulhisi3>:\n    328a:\ta2 9f       \tmul\tr26, r18\n    328c:\tb0 01       \tmovw\tr22, r0\n    328e:\tb3 9f       \tmul\tr27, r19\n    3290:\tc0 01       \tmovw\tr24, r0\n    3292:\ta3 9f       \tmul\tr26, r19\n    3294:\t70 0d       \tadd\tr23, r0\n    3296:\t81 1d       \tadc\tr24, r1\n    3298:\t11 24       \teor\tr1, r1\n    329a:\t91 1d       \tadc\tr25, r1\n    329c:\tb2 9f       \tmul\tr27, r18\n    329e:\t70 0d       \tadd\tr23, r0\n    32a0:\t81 1d       \tadc\tr24, r1\n    32a2:\t11 24       \teor\tr1, r1\n    32a4:\t91 1d       \tadc\tr25, r1\n    32a6:\t08 95       \tret\n\n000032a8 <__muluhisi3>:\n    32a8:\t0e 94 45 19 \tcall\t0x328a\t; 0x328a <__umulhisi3>\n    32ac:\ta5 9f       \tmul\tr26, r21\n    32ae:\t90 0d       \tadd\tr25, r0\n    32b0:\tb4 9f       \tmul\tr27, r20\n    32b2:\t90 0d       \tadd\tr25, r0\n    32b4:\ta4 9f       \tmul\tr26, r20\n    32b6:\t80 0d       \tadd\tr24, r0\n    32b8:\t91 1d       \tadc\tr25, r1\n    32ba:\t11 24       \teor\tr1, r1\n    32bc:\t08 95       \tret\n\n000032be <atoi>:\n    32be:\tfc 01       \tmovw\tr30, r24\n    32c0:\t88 27       \teor\tr24, r24\n    32c2:\t99 27       \teor\tr25, r25\n    32c4:\te8 94       \tclt\n    32c6:\t21 91       \tld\tr18, Z+\n    32c8:\t20 32       \tcpi\tr18, 0x20\t; 32\n    32ca:\te9 f3       \tbreq\t.-6      \t; 0x32c6 <atoi+0x8>\n    32cc:\t29 30       \tcpi\tr18, 0x09\t; 9\n    32ce:\t10 f0       \tbrcs\t.+4      \t; 0x32d4 <atoi+0x16>\n    32d0:\t2e 30       \tcpi\tr18, 0x0E\t; 14\n    32d2:\tc8 f3       \tbrcs\t.-14     \t; 0x32c6 <atoi+0x8>\n    32d4:\t2b 32       \tcpi\tr18, 0x2B\t; 43\n    32d6:\t41 f0       \tbreq\t.+16     \t; 0x32e8 <atoi+0x2a>\n    32d8:\t2d 32       \tcpi\tr18, 0x2D\t; 45\n    32da:\t39 f4       \tbrne\t.+14     \t; 0x32ea <atoi+0x2c>\n    32dc:\t68 94       \tset\n    32de:\t04 c0       \trjmp\t.+8      \t; 0x32e8 <atoi+0x2a>\n    32e0:\t0e 94 cb 19 \tcall\t0x3396\t; 0x3396 <__mulhi_const_10>\n    32e4:\t82 0f       \tadd\tr24, r18\n    32e6:\t91 1d       \tadc\tr25, r1\n    32e8:\t21 91       \tld\tr18, Z+\n    32ea:\t20 53       \tsubi\tr18, 0x30\t; 48\n    32ec:\t2a 30       \tcpi\tr18, 0x0A\t; 10\n    32ee:\tc0 f3       \tbrcs\t.-16     \t; 0x32e0 <atoi+0x22>\n    32f0:\t1e f4       \tbrtc\t.+6      \t; 0x32f8 <atoi+0x3a>\n    32f2:\t90 95       \tcom\tr25\n    32f4:\t81 95       \tneg\tr24\n    32f6:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    32f8:\t08 95       \tret\n\n000032fa <atol>:\n    32fa:\t1f 93       \tpush\tr17\n    32fc:\tfc 01       \tmovw\tr30, r24\n    32fe:\t99 27       \teor\tr25, r25\n    3300:\t88 27       \teor\tr24, r24\n    3302:\tbc 01       \tmovw\tr22, r24\n    3304:\te8 94       \tclt\n    3306:\t11 91       \tld\tr17, Z+\n    3308:\t10 32       \tcpi\tr17, 0x20\t; 32\n    330a:\te9 f3       \tbreq\t.-6      \t; 0x3306 <atol+0xc>\n    330c:\t19 30       \tcpi\tr17, 0x09\t; 9\n    330e:\t10 f0       \tbrcs\t.+4      \t; 0x3314 <atol+0x1a>\n    3310:\t1e 30       \tcpi\tr17, 0x0E\t; 14\n    3312:\tc8 f3       \tbrcs\t.-14     \t; 0x3306 <atol+0xc>\n    3314:\t1b 32       \tcpi\tr17, 0x2B\t; 43\n    3316:\t51 f0       \tbreq\t.+20     \t; 0x332c <atol+0x32>\n    3318:\t1d 32       \tcpi\tr17, 0x2D\t; 45\n    331a:\t49 f4       \tbrne\t.+18     \t; 0x332e <atol+0x34>\n    331c:\t68 94       \tset\n    331e:\t06 c0       \trjmp\t.+12     \t; 0x332c <atol+0x32>\n    3320:\t0e 94 b6 19 \tcall\t0x336c\t; 0x336c <__mulsi_const_10>\n    3324:\t61 0f       \tadd\tr22, r17\n    3326:\t71 1d       \tadc\tr23, r1\n    3328:\t81 1d       \tadc\tr24, r1\n    332a:\t91 1d       \tadc\tr25, r1\n    332c:\t11 91       \tld\tr17, Z+\n    332e:\t10 53       \tsubi\tr17, 0x30\t; 48\n    3330:\t1a 30       \tcpi\tr17, 0x0A\t; 10\n    3332:\tb0 f3       \tbrcs\t.-20     \t; 0x3320 <atol+0x26>\n    3334:\t3e f4       \tbrtc\t.+14     \t; 0x3344 <atol+0x4a>\n    3336:\t90 95       \tcom\tr25\n    3338:\t80 95       \tcom\tr24\n    333a:\t70 95       \tcom\tr23\n    333c:\t61 95       \tneg\tr22\n    333e:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    3340:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    3342:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3344:\t1f 91       \tpop\tr17\n    3346:\t08 95       \tret\n\n00003348 <memset>:\n    3348:\tdc 01       \tmovw\tr26, r24\n    334a:\t01 c0       \trjmp\t.+2      \t; 0x334e <memset+0x6>\n    334c:\t6d 93       \tst\tX+, r22\n    334e:\t41 50       \tsubi\tr20, 0x01\t; 1\n    3350:\t50 40       \tsbci\tr21, 0x00\t; 0\n    3352:\te0 f7       \tbrcc\t.-8      \t; 0x334c <memset+0x4>\n    3354:\t08 95       \tret\n\n00003356 <strchr>:\n    3356:\tfc 01       \tmovw\tr30, r24\n    3358:\t81 91       \tld\tr24, Z+\n    335a:\t86 17       \tcp\tr24, r22\n    335c:\t21 f0       \tbreq\t.+8      \t; 0x3366 <strchr+0x10>\n    335e:\t88 23       \tand\tr24, r24\n    3360:\td9 f7       \tbrne\t.-10     \t; 0x3358 <strchr+0x2>\n    3362:\t99 27       \teor\tr25, r25\n    3364:\t08 95       \tret\n    3366:\t31 97       \tsbiw\tr30, 0x01\t; 1\n    3368:\tcf 01       \tmovw\tr24, r30\n    336a:\t08 95       \tret\n\n0000336c <__mulsi_const_10>:\n    336c:\t59 2f       \tmov\tr21, r25\n    336e:\t48 2f       \tmov\tr20, r24\n    3370:\t37 2f       \tmov\tr19, r23\n    3372:\t26 2f       \tmov\tr18, r22\n    3374:\t66 0f       \tadd\tr22, r22\n    3376:\t77 1f       \tadc\tr23, r23\n    3378:\t88 1f       \tadc\tr24, r24\n    337a:\t99 1f       \tadc\tr25, r25\n    337c:\t66 0f       \tadd\tr22, r22\n    337e:\t77 1f       \tadc\tr23, r23\n    3380:\t88 1f       \tadc\tr24, r24\n    3382:\t99 1f       \tadc\tr25, r25\n    3384:\t62 0f       \tadd\tr22, r18\n    3386:\t73 1f       \tadc\tr23, r19\n    3388:\t84 1f       \tadc\tr24, r20\n    338a:\t95 1f       \tadc\tr25, r21\n    338c:\t66 0f       \tadd\tr22, r22\n    338e:\t77 1f       \tadc\tr23, r23\n    3390:\t88 1f       \tadc\tr24, r24\n    3392:\t99 1f       \tadc\tr25, r25\n    3394:\t08 95       \tret\n\n00003396 <__mulhi_const_10>:\n    3396:\t7a e0       \tldi\tr23, 0x0A\t; 10\n    3398:\t97 9f       \tmul\tr25, r23\n    339a:\t90 2d       \tmov\tr25, r0\n    339c:\t87 9f       \tmul\tr24, r23\n    339e:\t80 2d       \tmov\tr24, r0\n    33a0:\t91 0d       \tadd\tr25, r1\n    33a2:\t11 24       \teor\tr1, r1\n    33a4:\t08 95       \tret\n\n000033a6 <printf>:\n    33a6:\ta0 e0       \tldi\tr26, 0x00\t; 0\n    33a8:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    33aa:\te9 ed       \tldi\tr30, 0xD9\t; 217\n    33ac:\tf9 e1       \tldi\tr31, 0x19\t; 25\n    33ae:\t0c 94 d6 1c \tjmp\t0x39ac\t; 0x39ac <__prologue_saves__+0x20>\n    33b2:\tae 01       \tmovw\tr20, r28\n    33b4:\t4b 5f       \tsubi\tr20, 0xFB\t; 251\n    33b6:\t5f 4f       \tsbci\tr21, 0xFF\t; 255\n    33b8:\tfa 01       \tmovw\tr30, r20\n    33ba:\t61 91       \tld\tr22, Z+\n    33bc:\t71 91       \tld\tr23, Z+\n    33be:\taf 01       \tmovw\tr20, r30\n    33c0:\t80 91 41 38 \tlds\tr24, 0x3841\t; 0x803841 <__iob+0x2>\n    33c4:\t90 91 42 38 \tlds\tr25, 0x3842\t; 0x803842 <__iob+0x3>\n    33c8:\t0e 94 19 1a \tcall\t0x3432\t; 0x3432 <vfprintf>\n    33cc:\te2 e0       \tldi\tr30, 0x02\t; 2\n    33ce:\t0c 94 ef 1c \tjmp\t0x39de\t; 0x39de <__epilogue_restores__+0x20>\n\n000033d2 <puts>:\n    33d2:\t0f 93       \tpush\tr16\n    33d4:\t1f 93       \tpush\tr17\n    33d6:\tcf 93       \tpush\tr28\n    33d8:\tdf 93       \tpush\tr29\n    33da:\te0 91 41 38 \tlds\tr30, 0x3841\t; 0x803841 <__iob+0x2>\n    33de:\tf0 91 42 38 \tlds\tr31, 0x3842\t; 0x803842 <__iob+0x3>\n    33e2:\t23 81       \tldd\tr18, Z+3\t; 0x03\n    33e4:\t21 ff       \tsbrs\tr18, 1\n    33e6:\t1b c0       \trjmp\t.+54     \t; 0x341e <puts+0x4c>\n    33e8:\t8c 01       \tmovw\tr16, r24\n    33ea:\td0 e0       \tldi\tr29, 0x00\t; 0\n    33ec:\tc0 e0       \tldi\tr28, 0x00\t; 0\n    33ee:\tf8 01       \tmovw\tr30, r16\n    33f0:\t81 91       \tld\tr24, Z+\n    33f2:\t8f 01       \tmovw\tr16, r30\n    33f4:\t60 91 41 38 \tlds\tr22, 0x3841\t; 0x803841 <__iob+0x2>\n    33f8:\t70 91 42 38 \tlds\tr23, 0x3842\t; 0x803842 <__iob+0x3>\n    33fc:\tdb 01       \tmovw\tr26, r22\n    33fe:\t18 96       \tadiw\tr26, 0x08\t; 8\n    3400:\ted 91       \tld\tr30, X+\n    3402:\tfc 91       \tld\tr31, X\n    3404:\t19 97       \tsbiw\tr26, 0x09\t; 9\n    3406:\t88 23       \tand\tr24, r24\n    3408:\t31 f0       \tbreq\t.+12     \t; 0x3416 <puts+0x44>\n    340a:\t09 95       \ticall\n    340c:\t89 2b       \tor\tr24, r25\n    340e:\t79 f3       \tbreq\t.-34     \t; 0x33ee <puts+0x1c>\n    3410:\tdf ef       \tldi\tr29, 0xFF\t; 255\n    3412:\tcf ef       \tldi\tr28, 0xFF\t; 255\n    3414:\tec cf       \trjmp\t.-40     \t; 0x33ee <puts+0x1c>\n    3416:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    3418:\t09 95       \ticall\n    341a:\t89 2b       \tor\tr24, r25\n    341c:\t19 f0       \tbreq\t.+6      \t; 0x3424 <puts+0x52>\n    341e:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    3420:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    3422:\t02 c0       \trjmp\t.+4      \t; 0x3428 <puts+0x56>\n    3424:\t8d 2f       \tmov\tr24, r29\n    3426:\t9c 2f       \tmov\tr25, r28\n    3428:\tdf 91       \tpop\tr29\n    342a:\tcf 91       \tpop\tr28\n    342c:\t1f 91       \tpop\tr17\n    342e:\t0f 91       \tpop\tr16\n    3430:\t08 95       \tret\n\n00003432 <vfprintf>:\n    3432:\tab e0       \tldi\tr26, 0x0B\t; 11\n    3434:\tb0 e0       \tldi\tr27, 0x00\t; 0\n    3436:\tef e1       \tldi\tr30, 0x1F\t; 31\n    3438:\tfa e1       \tldi\tr31, 0x1A\t; 26\n    343a:\t0c 94 c6 1c \tjmp\t0x398c\t; 0x398c <__prologue_saves__>\n    343e:\t6c 01       \tmovw\tr12, r24\n    3440:\t7b 01       \tmovw\tr14, r22\n    3442:\t8a 01       \tmovw\tr16, r20\n    3444:\tfc 01       \tmovw\tr30, r24\n    3446:\t16 82       \tstd\tZ+6, r1\t; 0x06\n    3448:\t17 82       \tstd\tZ+7, r1\t; 0x07\n    344a:\t83 81       \tldd\tr24, Z+3\t; 0x03\n    344c:\t81 ff       \tsbrs\tr24, 1\n    344e:\tcc c1       \trjmp\t.+920    \t; 0x37e8 <vfprintf+0x3b6>\n    3450:\tce 01       \tmovw\tr24, r28\n    3452:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3454:\t3c 01       \tmovw\tr6, r24\n    3456:\tf6 01       \tmovw\tr30, r12\n    3458:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    345a:\tf7 01       \tmovw\tr30, r14\n    345c:\t93 fd       \tsbrc\tr25, 3\n    345e:\t85 91       \tlpm\tr24, Z+\n    3460:\t93 ff       \tsbrs\tr25, 3\n    3462:\t81 91       \tld\tr24, Z+\n    3464:\t7f 01       \tmovw\tr14, r30\n    3466:\t88 23       \tand\tr24, r24\n    3468:\t09 f4       \tbrne\t.+2      \t; 0x346c <vfprintf+0x3a>\n    346a:\tba c1       \trjmp\t.+884    \t; 0x37e0 <vfprintf+0x3ae>\n    346c:\t85 32       \tcpi\tr24, 0x25\t; 37\n    346e:\t39 f4       \tbrne\t.+14     \t; 0x347e <vfprintf+0x4c>\n    3470:\t93 fd       \tsbrc\tr25, 3\n    3472:\t85 91       \tlpm\tr24, Z+\n    3474:\t93 ff       \tsbrs\tr25, 3\n    3476:\t81 91       \tld\tr24, Z+\n    3478:\t7f 01       \tmovw\tr14, r30\n    347a:\t85 32       \tcpi\tr24, 0x25\t; 37\n    347c:\t29 f4       \tbrne\t.+10     \t; 0x3488 <vfprintf+0x56>\n    347e:\tb6 01       \tmovw\tr22, r12\n    3480:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3482:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    3486:\te7 cf       \trjmp\t.-50     \t; 0x3456 <vfprintf+0x24>\n    3488:\t91 2c       \tmov\tr9, r1\n    348a:\t21 2c       \tmov\tr2, r1\n    348c:\t31 2c       \tmov\tr3, r1\n    348e:\tff e1       \tldi\tr31, 0x1F\t; 31\n    3490:\tf3 15       \tcp\tr31, r3\n    3492:\td8 f0       \tbrcs\t.+54     \t; 0x34ca <vfprintf+0x98>\n    3494:\t8b 32       \tcpi\tr24, 0x2B\t; 43\n    3496:\t79 f0       \tbreq\t.+30     \t; 0x34b6 <vfprintf+0x84>\n    3498:\t38 f4       \tbrcc\t.+14     \t; 0x34a8 <vfprintf+0x76>\n    349a:\t80 32       \tcpi\tr24, 0x20\t; 32\n    349c:\t79 f0       \tbreq\t.+30     \t; 0x34bc <vfprintf+0x8a>\n    349e:\t83 32       \tcpi\tr24, 0x23\t; 35\n    34a0:\ta1 f4       \tbrne\t.+40     \t; 0x34ca <vfprintf+0x98>\n    34a2:\t23 2d       \tmov\tr18, r3\n    34a4:\t20 61       \tori\tr18, 0x10\t; 16\n    34a6:\t1d c0       \trjmp\t.+58     \t; 0x34e2 <vfprintf+0xb0>\n    34a8:\t8d 32       \tcpi\tr24, 0x2D\t; 45\n    34aa:\t61 f0       \tbreq\t.+24     \t; 0x34c4 <vfprintf+0x92>\n    34ac:\t80 33       \tcpi\tr24, 0x30\t; 48\n    34ae:\t69 f4       \tbrne\t.+26     \t; 0x34ca <vfprintf+0x98>\n    34b0:\t23 2d       \tmov\tr18, r3\n    34b2:\t21 60       \tori\tr18, 0x01\t; 1\n    34b4:\t16 c0       \trjmp\t.+44     \t; 0x34e2 <vfprintf+0xb0>\n    34b6:\t83 2d       \tmov\tr24, r3\n    34b8:\t82 60       \tori\tr24, 0x02\t; 2\n    34ba:\t38 2e       \tmov\tr3, r24\n    34bc:\te3 2d       \tmov\tr30, r3\n    34be:\te4 60       \tori\tr30, 0x04\t; 4\n    34c0:\t3e 2e       \tmov\tr3, r30\n    34c2:\t2a c0       \trjmp\t.+84     \t; 0x3518 <vfprintf+0xe6>\n    34c4:\tf3 2d       \tmov\tr31, r3\n    34c6:\tf8 60       \tori\tr31, 0x08\t; 8\n    34c8:\t1d c0       \trjmp\t.+58     \t; 0x3504 <vfprintf+0xd2>\n    34ca:\t37 fc       \tsbrc\tr3, 7\n    34cc:\t2d c0       \trjmp\t.+90     \t; 0x3528 <vfprintf+0xf6>\n    34ce:\t20 ed       \tldi\tr18, 0xD0\t; 208\n    34d0:\t28 0f       \tadd\tr18, r24\n    34d2:\t2a 30       \tcpi\tr18, 0x0A\t; 10\n    34d4:\t40 f0       \tbrcs\t.+16     \t; 0x34e6 <vfprintf+0xb4>\n    34d6:\t8e 32       \tcpi\tr24, 0x2E\t; 46\n    34d8:\tb9 f4       \tbrne\t.+46     \t; 0x3508 <vfprintf+0xd6>\n    34da:\t36 fc       \tsbrc\tr3, 6\n    34dc:\t81 c1       \trjmp\t.+770    \t; 0x37e0 <vfprintf+0x3ae>\n    34de:\t23 2d       \tmov\tr18, r3\n    34e0:\t20 64       \tori\tr18, 0x40\t; 64\n    34e2:\t32 2e       \tmov\tr3, r18\n    34e4:\t19 c0       \trjmp\t.+50     \t; 0x3518 <vfprintf+0xe6>\n    34e6:\t36 fe       \tsbrs\tr3, 6\n    34e8:\t06 c0       \trjmp\t.+12     \t; 0x34f6 <vfprintf+0xc4>\n    34ea:\t8a e0       \tldi\tr24, 0x0A\t; 10\n    34ec:\t98 9e       \tmul\tr9, r24\n    34ee:\t20 0d       \tadd\tr18, r0\n    34f0:\t11 24       \teor\tr1, r1\n    34f2:\t92 2e       \tmov\tr9, r18\n    34f4:\t11 c0       \trjmp\t.+34     \t; 0x3518 <vfprintf+0xe6>\n    34f6:\tea e0       \tldi\tr30, 0x0A\t; 10\n    34f8:\t2e 9e       \tmul\tr2, r30\n    34fa:\t20 0d       \tadd\tr18, r0\n    34fc:\t11 24       \teor\tr1, r1\n    34fe:\t22 2e       \tmov\tr2, r18\n    3500:\tf3 2d       \tmov\tr31, r3\n    3502:\tf0 62       \tori\tr31, 0x20\t; 32\n    3504:\t3f 2e       \tmov\tr3, r31\n    3506:\t08 c0       \trjmp\t.+16     \t; 0x3518 <vfprintf+0xe6>\n    3508:\t8c 36       \tcpi\tr24, 0x6C\t; 108\n    350a:\t21 f4       \tbrne\t.+8      \t; 0x3514 <vfprintf+0xe2>\n    350c:\t83 2d       \tmov\tr24, r3\n    350e:\t80 68       \tori\tr24, 0x80\t; 128\n    3510:\t38 2e       \tmov\tr3, r24\n    3512:\t02 c0       \trjmp\t.+4      \t; 0x3518 <vfprintf+0xe6>\n    3514:\t88 36       \tcpi\tr24, 0x68\t; 104\n    3516:\t41 f4       \tbrne\t.+16     \t; 0x3528 <vfprintf+0xf6>\n    3518:\tf7 01       \tmovw\tr30, r14\n    351a:\t93 fd       \tsbrc\tr25, 3\n    351c:\t85 91       \tlpm\tr24, Z+\n    351e:\t93 ff       \tsbrs\tr25, 3\n    3520:\t81 91       \tld\tr24, Z+\n    3522:\t7f 01       \tmovw\tr14, r30\n    3524:\t81 11       \tcpse\tr24, r1\n    3526:\tb3 cf       \trjmp\t.-154    \t; 0x348e <vfprintf+0x5c>\n    3528:\t98 2f       \tmov\tr25, r24\n    352a:\t9f 7d       \tandi\tr25, 0xDF\t; 223\n    352c:\t95 54       \tsubi\tr25, 0x45\t; 69\n    352e:\t93 30       \tcpi\tr25, 0x03\t; 3\n    3530:\t28 f4       \tbrcc\t.+10     \t; 0x353c <vfprintf+0x10a>\n    3532:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    3534:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3536:\t9f e3       \tldi\tr25, 0x3F\t; 63\n    3538:\t99 83       \tstd\tY+1, r25\t; 0x01\n    353a:\t0d c0       \trjmp\t.+26     \t; 0x3556 <vfprintf+0x124>\n    353c:\t83 36       \tcpi\tr24, 0x63\t; 99\n    353e:\t31 f0       \tbreq\t.+12     \t; 0x354c <vfprintf+0x11a>\n    3540:\t83 37       \tcpi\tr24, 0x73\t; 115\n    3542:\t71 f0       \tbreq\t.+28     \t; 0x3560 <vfprintf+0x12e>\n    3544:\t83 35       \tcpi\tr24, 0x53\t; 83\n    3546:\t09 f0       \tbreq\t.+2      \t; 0x354a <vfprintf+0x118>\n    3548:\t59 c0       \trjmp\t.+178    \t; 0x35fc <vfprintf+0x1ca>\n    354a:\t21 c0       \trjmp\t.+66     \t; 0x358e <vfprintf+0x15c>\n    354c:\tf8 01       \tmovw\tr30, r16\n    354e:\t80 81       \tld\tr24, Z\n    3550:\t89 83       \tstd\tY+1, r24\t; 0x01\n    3552:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    3554:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3556:\t88 24       \teor\tr8, r8\n    3558:\t83 94       \tinc\tr8\n    355a:\t91 2c       \tmov\tr9, r1\n    355c:\t53 01       \tmovw\tr10, r6\n    355e:\t13 c0       \trjmp\t.+38     \t; 0x3586 <vfprintf+0x154>\n    3560:\t28 01       \tmovw\tr4, r16\n    3562:\tf2 e0       \tldi\tr31, 0x02\t; 2\n    3564:\t4f 0e       \tadd\tr4, r31\n    3566:\t51 1c       \tadc\tr5, r1\n    3568:\tf8 01       \tmovw\tr30, r16\n    356a:\ta0 80       \tld\tr10, Z\n    356c:\tb1 80       \tldd\tr11, Z+1\t; 0x01\n    356e:\t36 fe       \tsbrs\tr3, 6\n    3570:\t03 c0       \trjmp\t.+6      \t; 0x3578 <vfprintf+0x146>\n    3572:\t69 2d       \tmov\tr22, r9\n    3574:\t70 e0       \tldi\tr23, 0x00\t; 0\n    3576:\t02 c0       \trjmp\t.+4      \t; 0x357c <vfprintf+0x14a>\n    3578:\t6f ef       \tldi\tr22, 0xFF\t; 255\n    357a:\t7f ef       \tldi\tr23, 0xFF\t; 255\n    357c:\tc5 01       \tmovw\tr24, r10\n    357e:\t0e 94 05 1c \tcall\t0x380a\t; 0x380a <strnlen>\n    3582:\t4c 01       \tmovw\tr8, r24\n    3584:\t82 01       \tmovw\tr16, r4\n    3586:\tf3 2d       \tmov\tr31, r3\n    3588:\tff 77       \tandi\tr31, 0x7F\t; 127\n    358a:\t3f 2e       \tmov\tr3, r31\n    358c:\t16 c0       \trjmp\t.+44     \t; 0x35ba <vfprintf+0x188>\n    358e:\t28 01       \tmovw\tr4, r16\n    3590:\t22 e0       \tldi\tr18, 0x02\t; 2\n    3592:\t42 0e       \tadd\tr4, r18\n    3594:\t51 1c       \tadc\tr5, r1\n    3596:\tf8 01       \tmovw\tr30, r16\n    3598:\ta0 80       \tld\tr10, Z\n    359a:\tb1 80       \tldd\tr11, Z+1\t; 0x01\n    359c:\t36 fe       \tsbrs\tr3, 6\n    359e:\t03 c0       \trjmp\t.+6      \t; 0x35a6 <vfprintf+0x174>\n    35a0:\t69 2d       \tmov\tr22, r9\n    35a2:\t70 e0       \tldi\tr23, 0x00\t; 0\n    35a4:\t02 c0       \trjmp\t.+4      \t; 0x35aa <vfprintf+0x178>\n    35a6:\t6f ef       \tldi\tr22, 0xFF\t; 255\n    35a8:\t7f ef       \tldi\tr23, 0xFF\t; 255\n    35aa:\tc5 01       \tmovw\tr24, r10\n    35ac:\t0e 94 fa 1b \tcall\t0x37f4\t; 0x37f4 <strnlen_P>\n    35b0:\t4c 01       \tmovw\tr8, r24\n    35b2:\tf3 2d       \tmov\tr31, r3\n    35b4:\tf0 68       \tori\tr31, 0x80\t; 128\n    35b6:\t3f 2e       \tmov\tr3, r31\n    35b8:\t82 01       \tmovw\tr16, r4\n    35ba:\t33 fc       \tsbrc\tr3, 3\n    35bc:\t1b c0       \trjmp\t.+54     \t; 0x35f4 <vfprintf+0x1c2>\n    35be:\t82 2d       \tmov\tr24, r2\n    35c0:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35c2:\t88 16       \tcp\tr8, r24\n    35c4:\t99 06       \tcpc\tr9, r25\n    35c6:\tb0 f4       \tbrcc\t.+44     \t; 0x35f4 <vfprintf+0x1c2>\n    35c8:\tb6 01       \tmovw\tr22, r12\n    35ca:\t80 e2       \tldi\tr24, 0x20\t; 32\n    35cc:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35ce:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    35d2:\t2a 94       \tdec\tr2\n    35d4:\tf4 cf       \trjmp\t.-24     \t; 0x35be <vfprintf+0x18c>\n    35d6:\tf5 01       \tmovw\tr30, r10\n    35d8:\t37 fc       \tsbrc\tr3, 7\n    35da:\t85 91       \tlpm\tr24, Z+\n    35dc:\t37 fe       \tsbrs\tr3, 7\n    35de:\t81 91       \tld\tr24, Z+\n    35e0:\t5f 01       \tmovw\tr10, r30\n    35e2:\tb6 01       \tmovw\tr22, r12\n    35e4:\t90 e0       \tldi\tr25, 0x00\t; 0\n    35e6:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    35ea:\t21 10       \tcpse\tr2, r1\n    35ec:\t2a 94       \tdec\tr2\n    35ee:\t21 e0       \tldi\tr18, 0x01\t; 1\n    35f0:\t82 1a       \tsub\tr8, r18\n    35f2:\t91 08       \tsbc\tr9, r1\n    35f4:\t81 14       \tcp\tr8, r1\n    35f6:\t91 04       \tcpc\tr9, r1\n    35f8:\t71 f7       \tbrne\t.-36     \t; 0x35d6 <vfprintf+0x1a4>\n    35fa:\te8 c0       \trjmp\t.+464    \t; 0x37cc <vfprintf+0x39a>\n    35fc:\t84 36       \tcpi\tr24, 0x64\t; 100\n    35fe:\t11 f0       \tbreq\t.+4      \t; 0x3604 <vfprintf+0x1d2>\n    3600:\t89 36       \tcpi\tr24, 0x69\t; 105\n    3602:\t41 f5       \tbrne\t.+80     \t; 0x3654 <vfprintf+0x222>\n    3604:\tf8 01       \tmovw\tr30, r16\n    3606:\t37 fe       \tsbrs\tr3, 7\n    3608:\t07 c0       \trjmp\t.+14     \t; 0x3618 <vfprintf+0x1e6>\n    360a:\t60 81       \tld\tr22, Z\n    360c:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    360e:\t82 81       \tldd\tr24, Z+2\t; 0x02\n    3610:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    3612:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    3614:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3616:\t08 c0       \trjmp\t.+16     \t; 0x3628 <vfprintf+0x1f6>\n    3618:\t60 81       \tld\tr22, Z\n    361a:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    361c:\t07 2e       \tmov\tr0, r23\n    361e:\t00 0c       \tadd\tr0, r0\n    3620:\t88 0b       \tsbc\tr24, r24\n    3622:\t99 0b       \tsbc\tr25, r25\n    3624:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    3626:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    3628:\tf3 2d       \tmov\tr31, r3\n    362a:\tff 76       \tandi\tr31, 0x6F\t; 111\n    362c:\t3f 2e       \tmov\tr3, r31\n    362e:\t97 ff       \tsbrs\tr25, 7\n    3630:\t09 c0       \trjmp\t.+18     \t; 0x3644 <vfprintf+0x212>\n    3632:\t90 95       \tcom\tr25\n    3634:\t80 95       \tcom\tr24\n    3636:\t70 95       \tcom\tr23\n    3638:\t61 95       \tneg\tr22\n    363a:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    363c:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    363e:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    3640:\tf0 68       \tori\tr31, 0x80\t; 128\n    3642:\t3f 2e       \tmov\tr3, r31\n    3644:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    3646:\t30 e0       \tldi\tr19, 0x00\t; 0\n    3648:\ta3 01       \tmovw\tr20, r6\n    364a:\t0e 94 4c 1c \tcall\t0x3898\t; 0x3898 <__ultoa_invert>\n    364e:\t88 2e       \tmov\tr8, r24\n    3650:\t86 18       \tsub\tr8, r6\n    3652:\t45 c0       \trjmp\t.+138    \t; 0x36de <vfprintf+0x2ac>\n    3654:\t85 37       \tcpi\tr24, 0x75\t; 117\n    3656:\t31 f4       \tbrne\t.+12     \t; 0x3664 <vfprintf+0x232>\n    3658:\t23 2d       \tmov\tr18, r3\n    365a:\t2f 7e       \tandi\tr18, 0xEF\t; 239\n    365c:\tb2 2e       \tmov\tr11, r18\n    365e:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    3660:\t30 e0       \tldi\tr19, 0x00\t; 0\n    3662:\t25 c0       \trjmp\t.+74     \t; 0x36ae <vfprintf+0x27c>\n    3664:\t93 2d       \tmov\tr25, r3\n    3666:\t99 7f       \tandi\tr25, 0xF9\t; 249\n    3668:\tb9 2e       \tmov\tr11, r25\n    366a:\t8f 36       \tcpi\tr24, 0x6F\t; 111\n    366c:\tc1 f0       \tbreq\t.+48     \t; 0x369e <vfprintf+0x26c>\n    366e:\t18 f4       \tbrcc\t.+6      \t; 0x3676 <vfprintf+0x244>\n    3670:\t88 35       \tcpi\tr24, 0x58\t; 88\n    3672:\t79 f0       \tbreq\t.+30     \t; 0x3692 <vfprintf+0x260>\n    3674:\tb5 c0       \trjmp\t.+362    \t; 0x37e0 <vfprintf+0x3ae>\n    3676:\t80 37       \tcpi\tr24, 0x70\t; 112\n    3678:\t19 f0       \tbreq\t.+6      \t; 0x3680 <vfprintf+0x24e>\n    367a:\t88 37       \tcpi\tr24, 0x78\t; 120\n    367c:\t21 f0       \tbreq\t.+8      \t; 0x3686 <vfprintf+0x254>\n    367e:\tb0 c0       \trjmp\t.+352    \t; 0x37e0 <vfprintf+0x3ae>\n    3680:\te9 2f       \tmov\tr30, r25\n    3682:\te0 61       \tori\tr30, 0x10\t; 16\n    3684:\tbe 2e       \tmov\tr11, r30\n    3686:\tb4 fe       \tsbrs\tr11, 4\n    3688:\t0d c0       \trjmp\t.+26     \t; 0x36a4 <vfprintf+0x272>\n    368a:\tfb 2d       \tmov\tr31, r11\n    368c:\tf4 60       \tori\tr31, 0x04\t; 4\n    368e:\tbf 2e       \tmov\tr11, r31\n    3690:\t09 c0       \trjmp\t.+18     \t; 0x36a4 <vfprintf+0x272>\n    3692:\t34 fe       \tsbrs\tr3, 4\n    3694:\t0a c0       \trjmp\t.+20     \t; 0x36aa <vfprintf+0x278>\n    3696:\t29 2f       \tmov\tr18, r25\n    3698:\t26 60       \tori\tr18, 0x06\t; 6\n    369a:\tb2 2e       \tmov\tr11, r18\n    369c:\t06 c0       \trjmp\t.+12     \t; 0x36aa <vfprintf+0x278>\n    369e:\t28 e0       \tldi\tr18, 0x08\t; 8\n    36a0:\t30 e0       \tldi\tr19, 0x00\t; 0\n    36a2:\t05 c0       \trjmp\t.+10     \t; 0x36ae <vfprintf+0x27c>\n    36a4:\t20 e1       \tldi\tr18, 0x10\t; 16\n    36a6:\t30 e0       \tldi\tr19, 0x00\t; 0\n    36a8:\t02 c0       \trjmp\t.+4      \t; 0x36ae <vfprintf+0x27c>\n    36aa:\t20 e1       \tldi\tr18, 0x10\t; 16\n    36ac:\t32 e0       \tldi\tr19, 0x02\t; 2\n    36ae:\tf8 01       \tmovw\tr30, r16\n    36b0:\tb7 fe       \tsbrs\tr11, 7\n    36b2:\t07 c0       \trjmp\t.+14     \t; 0x36c2 <vfprintf+0x290>\n    36b4:\t60 81       \tld\tr22, Z\n    36b6:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    36b8:\t82 81       \tldd\tr24, Z+2\t; 0x02\n    36ba:\t93 81       \tldd\tr25, Z+3\t; 0x03\n    36bc:\t0c 5f       \tsubi\tr16, 0xFC\t; 252\n    36be:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    36c0:\t06 c0       \trjmp\t.+12     \t; 0x36ce <vfprintf+0x29c>\n    36c2:\t60 81       \tld\tr22, Z\n    36c4:\t71 81       \tldd\tr23, Z+1\t; 0x01\n    36c6:\t80 e0       \tldi\tr24, 0x00\t; 0\n    36c8:\t90 e0       \tldi\tr25, 0x00\t; 0\n    36ca:\t0e 5f       \tsubi\tr16, 0xFE\t; 254\n    36cc:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n    36ce:\ta3 01       \tmovw\tr20, r6\n    36d0:\t0e 94 4c 1c \tcall\t0x3898\t; 0x3898 <__ultoa_invert>\n    36d4:\t88 2e       \tmov\tr8, r24\n    36d6:\t86 18       \tsub\tr8, r6\n    36d8:\tfb 2d       \tmov\tr31, r11\n    36da:\tff 77       \tandi\tr31, 0x7F\t; 127\n    36dc:\t3f 2e       \tmov\tr3, r31\n    36de:\t36 fe       \tsbrs\tr3, 6\n    36e0:\t0d c0       \trjmp\t.+26     \t; 0x36fc <vfprintf+0x2ca>\n    36e2:\t23 2d       \tmov\tr18, r3\n    36e4:\t2e 7f       \tandi\tr18, 0xFE\t; 254\n    36e6:\ta2 2e       \tmov\tr10, r18\n    36e8:\t89 14       \tcp\tr8, r9\n    36ea:\t58 f4       \tbrcc\t.+22     \t; 0x3702 <vfprintf+0x2d0>\n    36ec:\t34 fe       \tsbrs\tr3, 4\n    36ee:\t0b c0       \trjmp\t.+22     \t; 0x3706 <vfprintf+0x2d4>\n    36f0:\t32 fc       \tsbrc\tr3, 2\n    36f2:\t09 c0       \trjmp\t.+18     \t; 0x3706 <vfprintf+0x2d4>\n    36f4:\t83 2d       \tmov\tr24, r3\n    36f6:\t8e 7e       \tandi\tr24, 0xEE\t; 238\n    36f8:\ta8 2e       \tmov\tr10, r24\n    36fa:\t05 c0       \trjmp\t.+10     \t; 0x3706 <vfprintf+0x2d4>\n    36fc:\tb8 2c       \tmov\tr11, r8\n    36fe:\ta3 2c       \tmov\tr10, r3\n    3700:\t03 c0       \trjmp\t.+6      \t; 0x3708 <vfprintf+0x2d6>\n    3702:\tb8 2c       \tmov\tr11, r8\n    3704:\t01 c0       \trjmp\t.+2      \t; 0x3708 <vfprintf+0x2d6>\n    3706:\tb9 2c       \tmov\tr11, r9\n    3708:\ta4 fe       \tsbrs\tr10, 4\n    370a:\t0f c0       \trjmp\t.+30     \t; 0x372a <vfprintf+0x2f8>\n    370c:\tfe 01       \tmovw\tr30, r28\n    370e:\te8 0d       \tadd\tr30, r8\n    3710:\tf1 1d       \tadc\tr31, r1\n    3712:\t80 81       \tld\tr24, Z\n    3714:\t80 33       \tcpi\tr24, 0x30\t; 48\n    3716:\t21 f4       \tbrne\t.+8      \t; 0x3720 <vfprintf+0x2ee>\n    3718:\t9a 2d       \tmov\tr25, r10\n    371a:\t99 7e       \tandi\tr25, 0xE9\t; 233\n    371c:\ta9 2e       \tmov\tr10, r25\n    371e:\t09 c0       \trjmp\t.+18     \t; 0x3732 <vfprintf+0x300>\n    3720:\ta2 fe       \tsbrs\tr10, 2\n    3722:\t06 c0       \trjmp\t.+12     \t; 0x3730 <vfprintf+0x2fe>\n    3724:\tb3 94       \tinc\tr11\n    3726:\tb3 94       \tinc\tr11\n    3728:\t04 c0       \trjmp\t.+8      \t; 0x3732 <vfprintf+0x300>\n    372a:\t8a 2d       \tmov\tr24, r10\n    372c:\t86 78       \tandi\tr24, 0x86\t; 134\n    372e:\t09 f0       \tbreq\t.+2      \t; 0x3732 <vfprintf+0x300>\n    3730:\tb3 94       \tinc\tr11\n    3732:\ta3 fc       \tsbrc\tr10, 3\n    3734:\t11 c0       \trjmp\t.+34     \t; 0x3758 <vfprintf+0x326>\n    3736:\ta0 fe       \tsbrs\tr10, 0\n    3738:\t06 c0       \trjmp\t.+12     \t; 0x3746 <vfprintf+0x314>\n    373a:\tb2 14       \tcp\tr11, r2\n    373c:\t88 f4       \tbrcc\t.+34     \t; 0x3760 <vfprintf+0x32e>\n    373e:\t28 0c       \tadd\tr2, r8\n    3740:\t92 2c       \tmov\tr9, r2\n    3742:\t9b 18       \tsub\tr9, r11\n    3744:\t0e c0       \trjmp\t.+28     \t; 0x3762 <vfprintf+0x330>\n    3746:\tb2 14       \tcp\tr11, r2\n    3748:\t60 f4       \tbrcc\t.+24     \t; 0x3762 <vfprintf+0x330>\n    374a:\tb6 01       \tmovw\tr22, r12\n    374c:\t80 e2       \tldi\tr24, 0x20\t; 32\n    374e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3750:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    3754:\tb3 94       \tinc\tr11\n    3756:\tf7 cf       \trjmp\t.-18     \t; 0x3746 <vfprintf+0x314>\n    3758:\tb2 14       \tcp\tr11, r2\n    375a:\t18 f4       \tbrcc\t.+6      \t; 0x3762 <vfprintf+0x330>\n    375c:\t2b 18       \tsub\tr2, r11\n    375e:\t02 c0       \trjmp\t.+4      \t; 0x3764 <vfprintf+0x332>\n    3760:\t98 2c       \tmov\tr9, r8\n    3762:\t21 2c       \tmov\tr2, r1\n    3764:\ta4 fe       \tsbrs\tr10, 4\n    3766:\t10 c0       \trjmp\t.+32     \t; 0x3788 <vfprintf+0x356>\n    3768:\tb6 01       \tmovw\tr22, r12\n    376a:\t80 e3       \tldi\tr24, 0x30\t; 48\n    376c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    376e:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    3772:\ta2 fe       \tsbrs\tr10, 2\n    3774:\t17 c0       \trjmp\t.+46     \t; 0x37a4 <vfprintf+0x372>\n    3776:\ta1 fc       \tsbrc\tr10, 1\n    3778:\t03 c0       \trjmp\t.+6      \t; 0x3780 <vfprintf+0x34e>\n    377a:\t88 e7       \tldi\tr24, 0x78\t; 120\n    377c:\t90 e0       \tldi\tr25, 0x00\t; 0\n    377e:\t02 c0       \trjmp\t.+4      \t; 0x3784 <vfprintf+0x352>\n    3780:\t88 e5       \tldi\tr24, 0x58\t; 88\n    3782:\t90 e0       \tldi\tr25, 0x00\t; 0\n    3784:\tb6 01       \tmovw\tr22, r12\n    3786:\t0c c0       \trjmp\t.+24     \t; 0x37a0 <vfprintf+0x36e>\n    3788:\t8a 2d       \tmov\tr24, r10\n    378a:\t86 78       \tandi\tr24, 0x86\t; 134\n    378c:\t59 f0       \tbreq\t.+22     \t; 0x37a4 <vfprintf+0x372>\n    378e:\ta1 fe       \tsbrs\tr10, 1\n    3790:\t02 c0       \trjmp\t.+4      \t; 0x3796 <vfprintf+0x364>\n    3792:\t8b e2       \tldi\tr24, 0x2B\t; 43\n    3794:\t01 c0       \trjmp\t.+2      \t; 0x3798 <vfprintf+0x366>\n    3796:\t80 e2       \tldi\tr24, 0x20\t; 32\n    3798:\ta7 fc       \tsbrc\tr10, 7\n    379a:\t8d e2       \tldi\tr24, 0x2D\t; 45\n    379c:\tb6 01       \tmovw\tr22, r12\n    379e:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37a0:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37a4:\t89 14       \tcp\tr8, r9\n    37a6:\t38 f4       \tbrcc\t.+14     \t; 0x37b6 <vfprintf+0x384>\n    37a8:\tb6 01       \tmovw\tr22, r12\n    37aa:\t80 e3       \tldi\tr24, 0x30\t; 48\n    37ac:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37ae:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37b2:\t9a 94       \tdec\tr9\n    37b4:\tf7 cf       \trjmp\t.-18     \t; 0x37a4 <vfprintf+0x372>\n    37b6:\t8a 94       \tdec\tr8\n    37b8:\tf3 01       \tmovw\tr30, r6\n    37ba:\te8 0d       \tadd\tr30, r8\n    37bc:\tf1 1d       \tadc\tr31, r1\n    37be:\t80 81       \tld\tr24, Z\n    37c0:\tb6 01       \tmovw\tr22, r12\n    37c2:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37c4:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37c8:\t81 10       \tcpse\tr8, r1\n    37ca:\tf5 cf       \trjmp\t.-22     \t; 0x37b6 <vfprintf+0x384>\n    37cc:\t22 20       \tand\tr2, r2\n    37ce:\t09 f4       \tbrne\t.+2      \t; 0x37d2 <vfprintf+0x3a0>\n    37d0:\t42 ce       \trjmp\t.-892    \t; 0x3456 <vfprintf+0x24>\n    37d2:\tb6 01       \tmovw\tr22, r12\n    37d4:\t80 e2       \tldi\tr24, 0x20\t; 32\n    37d6:\t90 e0       \tldi\tr25, 0x00\t; 0\n    37d8:\t0e 94 10 1c \tcall\t0x3820\t; 0x3820 <fputc>\n    37dc:\t2a 94       \tdec\tr2\n    37de:\tf6 cf       \trjmp\t.-20     \t; 0x37cc <vfprintf+0x39a>\n    37e0:\tf6 01       \tmovw\tr30, r12\n    37e2:\t86 81       \tldd\tr24, Z+6\t; 0x06\n    37e4:\t97 81       \tldd\tr25, Z+7\t; 0x07\n    37e6:\t02 c0       \trjmp\t.+4      \t; 0x37ec <vfprintf+0x3ba>\n    37e8:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    37ea:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    37ec:\t2b 96       \tadiw\tr28, 0x0b\t; 11\n    37ee:\te2 e1       \tldi\tr30, 0x12\t; 18\n    37f0:\t0c 94 df 1c \tjmp\t0x39be\t; 0x39be <__epilogue_restores__>\n\n000037f4 <strnlen_P>:\n    37f4:\tfc 01       \tmovw\tr30, r24\n    37f6:\t05 90       \tlpm\tr0, Z+\n    37f8:\t61 50       \tsubi\tr22, 0x01\t; 1\n    37fa:\t70 40       \tsbci\tr23, 0x00\t; 0\n    37fc:\t01 10       \tcpse\tr0, r1\n    37fe:\td8 f7       \tbrcc\t.-10     \t; 0x37f6 <strnlen_P+0x2>\n    3800:\t80 95       \tcom\tr24\n    3802:\t90 95       \tcom\tr25\n    3804:\t8e 0f       \tadd\tr24, r30\n    3806:\t9f 1f       \tadc\tr25, r31\n    3808:\t08 95       \tret\n\n0000380a <strnlen>:\n    380a:\tfc 01       \tmovw\tr30, r24\n    380c:\t61 50       \tsubi\tr22, 0x01\t; 1\n    380e:\t70 40       \tsbci\tr23, 0x00\t; 0\n    3810:\t01 90       \tld\tr0, Z+\n    3812:\t01 10       \tcpse\tr0, r1\n    3814:\td8 f7       \tbrcc\t.-10     \t; 0x380c <strnlen+0x2>\n    3816:\t80 95       \tcom\tr24\n    3818:\t90 95       \tcom\tr25\n    381a:\t8e 0f       \tadd\tr24, r30\n    381c:\t9f 1f       \tadc\tr25, r31\n    381e:\t08 95       \tret\n\n00003820 <fputc>:\n    3820:\t0f 93       \tpush\tr16\n    3822:\t1f 93       \tpush\tr17\n    3824:\tcf 93       \tpush\tr28\n    3826:\tdf 93       \tpush\tr29\n    3828:\tfb 01       \tmovw\tr30, r22\n    382a:\t23 81       \tldd\tr18, Z+3\t; 0x03\n    382c:\t21 fd       \tsbrc\tr18, 1\n    382e:\t03 c0       \trjmp\t.+6      \t; 0x3836 <fputc+0x16>\n    3830:\t8f ef       \tldi\tr24, 0xFF\t; 255\n    3832:\t9f ef       \tldi\tr25, 0xFF\t; 255\n    3834:\t2c c0       \trjmp\t.+88     \t; 0x388e <fputc+0x6e>\n    3836:\t22 ff       \tsbrs\tr18, 2\n    3838:\t16 c0       \trjmp\t.+44     \t; 0x3866 <fputc+0x46>\n    383a:\t46 81       \tldd\tr20, Z+6\t; 0x06\n    383c:\t57 81       \tldd\tr21, Z+7\t; 0x07\n    383e:\t24 81       \tldd\tr18, Z+4\t; 0x04\n    3840:\t35 81       \tldd\tr19, Z+5\t; 0x05\n    3842:\t42 17       \tcp\tr20, r18\n    3844:\t53 07       \tcpc\tr21, r19\n    3846:\t44 f4       \tbrge\t.+16     \t; 0x3858 <fputc+0x38>\n    3848:\ta0 81       \tld\tr26, Z\n    384a:\tb1 81       \tldd\tr27, Z+1\t; 0x01\n    384c:\t9d 01       \tmovw\tr18, r26\n    384e:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n    3850:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3852:\t20 83       \tst\tZ, r18\n    3854:\t31 83       \tstd\tZ+1, r19\t; 0x01\n    3856:\t8c 93       \tst\tX, r24\n    3858:\t26 81       \tldd\tr18, Z+6\t; 0x06\n    385a:\t37 81       \tldd\tr19, Z+7\t; 0x07\n    385c:\t2f 5f       \tsubi\tr18, 0xFF\t; 255\n    385e:\t3f 4f       \tsbci\tr19, 0xFF\t; 255\n    3860:\t26 83       \tstd\tZ+6, r18\t; 0x06\n    3862:\t37 83       \tstd\tZ+7, r19\t; 0x07\n    3864:\t14 c0       \trjmp\t.+40     \t; 0x388e <fputc+0x6e>\n    3866:\t8b 01       \tmovw\tr16, r22\n    3868:\tec 01       \tmovw\tr28, r24\n    386a:\tfb 01       \tmovw\tr30, r22\n    386c:\t00 84       \tldd\tr0, Z+8\t; 0x08\n    386e:\tf1 85       \tldd\tr31, Z+9\t; 0x09\n    3870:\te0 2d       \tmov\tr30, r0\n    3872:\t09 95       \ticall\n    3874:\t89 2b       \tor\tr24, r25\n    3876:\te1 f6       \tbrne\t.-72     \t; 0x3830 <fputc+0x10>\n    3878:\td8 01       \tmovw\tr26, r16\n    387a:\t16 96       \tadiw\tr26, 0x06\t; 6\n    387c:\t8d 91       \tld\tr24, X+\n    387e:\t9c 91       \tld\tr25, X\n    3880:\t17 97       \tsbiw\tr26, 0x07\t; 7\n    3882:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3884:\t16 96       \tadiw\tr26, 0x06\t; 6\n    3886:\t8d 93       \tst\tX+, r24\n    3888:\t9c 93       \tst\tX, r25\n    388a:\t17 97       \tsbiw\tr26, 0x07\t; 7\n    388c:\tce 01       \tmovw\tr24, r28\n    388e:\tdf 91       \tpop\tr29\n    3890:\tcf 91       \tpop\tr28\n    3892:\t1f 91       \tpop\tr17\n    3894:\t0f 91       \tpop\tr16\n    3896:\t08 95       \tret\n\n00003898 <__ultoa_invert>:\n    3898:\tfa 01       \tmovw\tr30, r20\n    389a:\taa 27       \teor\tr26, r26\n    389c:\t28 30       \tcpi\tr18, 0x08\t; 8\n    389e:\t51 f1       \tbreq\t.+84     \t; 0x38f4 <__ultoa_invert+0x5c>\n    38a0:\t20 31       \tcpi\tr18, 0x10\t; 16\n    38a2:\t81 f1       \tbreq\t.+96     \t; 0x3904 <__ultoa_invert+0x6c>\n    38a4:\te8 94       \tclt\n    38a6:\t6f 93       \tpush\tr22\n    38a8:\t6e 7f       \tandi\tr22, 0xFE\t; 254\n    38aa:\t6e 5f       \tsubi\tr22, 0xFE\t; 254\n    38ac:\t7f 4f       \tsbci\tr23, 0xFF\t; 255\n    38ae:\t8f 4f       \tsbci\tr24, 0xFF\t; 255\n    38b0:\t9f 4f       \tsbci\tr25, 0xFF\t; 255\n    38b2:\taf 4f       \tsbci\tr26, 0xFF\t; 255\n    38b4:\tb1 e0       \tldi\tr27, 0x01\t; 1\n    38b6:\t3e d0       \trcall\t.+124    \t; 0x3934 <__ultoa_invert+0x9c>\n    38b8:\tb4 e0       \tldi\tr27, 0x04\t; 4\n    38ba:\t3c d0       \trcall\t.+120    \t; 0x3934 <__ultoa_invert+0x9c>\n    38bc:\t67 0f       \tadd\tr22, r23\n    38be:\t78 1f       \tadc\tr23, r24\n    38c0:\t89 1f       \tadc\tr24, r25\n    38c2:\t9a 1f       \tadc\tr25, r26\n    38c4:\ta1 1d       \tadc\tr26, r1\n    38c6:\t68 0f       \tadd\tr22, r24\n    38c8:\t79 1f       \tadc\tr23, r25\n    38ca:\t8a 1f       \tadc\tr24, r26\n    38cc:\t91 1d       \tadc\tr25, r1\n    38ce:\ta1 1d       \tadc\tr26, r1\n    38d0:\t6a 0f       \tadd\tr22, r26\n    38d2:\t71 1d       \tadc\tr23, r1\n    38d4:\t81 1d       \tadc\tr24, r1\n    38d6:\t91 1d       \tadc\tr25, r1\n    38d8:\ta1 1d       \tadc\tr26, r1\n    38da:\t20 d0       \trcall\t.+64     \t; 0x391c <__ultoa_invert+0x84>\n    38dc:\t09 f4       \tbrne\t.+2      \t; 0x38e0 <__ultoa_invert+0x48>\n    38de:\t68 94       \tset\n    38e0:\t3f 91       \tpop\tr19\n    38e2:\t2a e0       \tldi\tr18, 0x0A\t; 10\n    38e4:\t26 9f       \tmul\tr18, r22\n    38e6:\t11 24       \teor\tr1, r1\n    38e8:\t30 19       \tsub\tr19, r0\n    38ea:\t30 5d       \tsubi\tr19, 0xD0\t; 208\n    38ec:\t31 93       \tst\tZ+, r19\n    38ee:\tde f6       \tbrtc\t.-74     \t; 0x38a6 <__ultoa_invert+0xe>\n    38f0:\tcf 01       \tmovw\tr24, r30\n    38f2:\t08 95       \tret\n    38f4:\t46 2f       \tmov\tr20, r22\n    38f6:\t47 70       \tandi\tr20, 0x07\t; 7\n    38f8:\t40 5d       \tsubi\tr20, 0xD0\t; 208\n    38fa:\t41 93       \tst\tZ+, r20\n    38fc:\tb3 e0       \tldi\tr27, 0x03\t; 3\n    38fe:\t0f d0       \trcall\t.+30     \t; 0x391e <__ultoa_invert+0x86>\n    3900:\tc9 f7       \tbrne\t.-14     \t; 0x38f4 <__ultoa_invert+0x5c>\n    3902:\tf6 cf       \trjmp\t.-20     \t; 0x38f0 <__ultoa_invert+0x58>\n    3904:\t46 2f       \tmov\tr20, r22\n    3906:\t4f 70       \tandi\tr20, 0x0F\t; 15\n    3908:\t40 5d       \tsubi\tr20, 0xD0\t; 208\n    390a:\t4a 33       \tcpi\tr20, 0x3A\t; 58\n    390c:\t18 f0       \tbrcs\t.+6      \t; 0x3914 <__ultoa_invert+0x7c>\n    390e:\t49 5d       \tsubi\tr20, 0xD9\t; 217\n    3910:\t31 fd       \tsbrc\tr19, 1\n    3912:\t40 52       \tsubi\tr20, 0x20\t; 32\n    3914:\t41 93       \tst\tZ+, r20\n    3916:\t02 d0       \trcall\t.+4      \t; 0x391c <__ultoa_invert+0x84>\n    3918:\ta9 f7       \tbrne\t.-22     \t; 0x3904 <__ultoa_invert+0x6c>\n    391a:\tea cf       \trjmp\t.-44     \t; 0x38f0 <__ultoa_invert+0x58>\n    391c:\tb4 e0       \tldi\tr27, 0x04\t; 4\n    391e:\ta6 95       \tlsr\tr26\n    3920:\t97 95       \tror\tr25\n    3922:\t87 95       \tror\tr24\n    3924:\t77 95       \tror\tr23\n    3926:\t67 95       \tror\tr22\n    3928:\tba 95       \tdec\tr27\n    392a:\tc9 f7       \tbrne\t.-14     \t; 0x391e <__ultoa_invert+0x86>\n    392c:\t00 97       \tsbiw\tr24, 0x00\t; 0\n    392e:\t61 05       \tcpc\tr22, r1\n    3930:\t71 05       \tcpc\tr23, r1\n    3932:\t08 95       \tret\n    3934:\t9b 01       \tmovw\tr18, r22\n    3936:\tac 01       \tmovw\tr20, r24\n    3938:\t0a 2e       \tmov\tr0, r26\n    393a:\t06 94       \tlsr\tr0\n    393c:\t57 95       \tror\tr21\n    393e:\t47 95       \tror\tr20\n    3940:\t37 95       \tror\tr19\n    3942:\t27 95       \tror\tr18\n    3944:\tba 95       \tdec\tr27\n    3946:\tc9 f7       \tbrne\t.-14     \t; 0x393a <__ultoa_invert+0xa2>\n    3948:\t62 0f       \tadd\tr22, r18\n    394a:\t73 1f       \tadc\tr23, r19\n    394c:\t84 1f       \tadc\tr24, r20\n    394e:\t95 1f       \tadc\tr25, r21\n    3950:\ta0 1d       \tadc\tr26, r0\n    3952:\t08 95       \tret\n\n00003954 <eeprom_read_byte>:\n    3954:\t03 d0       \trcall\t.+6      \t; 0x395c <eeprom_mapen>\n    3956:\t80 81       \tld\tr24, Z\n    3958:\t99 27       \teor\tr25, r25\n    395a:\t08 95       \tret\n\n0000395c <eeprom_mapen>:\n    395c:\tfc 01       \tmovw\tr30, r24\n    395e:\te0 50       \tsubi\tr30, 0x00\t; 0\n    3960:\tfc 4e       \tsbci\tr31, 0xEC\t; 236\n    3962:\t08 95       \tret\n\n00003964 <eeprom_write_byte>:\n    3964:\t26 2f       \tmov\tr18, r22\n\n00003966 <eeprom_write_r18>:\n    3966:\taf 93       \tpush\tr26\n    3968:\tbf 93       \tpush\tr27\n    396a:\te0 e0       \tldi\tr30, 0x00\t; 0\n    396c:\tf0 e1       \tldi\tr31, 0x10\t; 16\n    396e:\t32 81       \tldd\tr19, Z+2\t; 0x02\n    3970:\t31 fd       \tsbrc\tr19, 1\n    3972:\tfd cf       \trjmp\t.-6      \t; 0x396e <eeprom_write_r18+0x8>\n    3974:\tdc 01       \tmovw\tr26, r24\n    3976:\ta0 50       \tsubi\tr26, 0x00\t; 0\n    3978:\tbc 4e       \tsbci\tr27, 0xEC\t; 236\n    397a:\t2c 93       \tst\tX, r18\n    397c:\t2d e9       \tldi\tr18, 0x9D\t; 157\n    397e:\t24 bf       \tout\t0x34, r18\t; 52\n    3980:\t23 e0       \tldi\tr18, 0x03\t; 3\n    3982:\t20 83       \tst\tZ, r18\n    3984:\t01 96       \tadiw\tr24, 0x01\t; 1\n    3986:\tbf 91       \tpop\tr27\n    3988:\taf 91       \tpop\tr26\n    398a:\t08 95       \tret\n\n0000398c <__prologue_saves__>:\n    398c:\t2f 92       \tpush\tr2\n    398e:\t3f 92       \tpush\tr3\n    3990:\t4f 92       \tpush\tr4\n    3992:\t5f 92       \tpush\tr5\n    3994:\t6f 92       \tpush\tr6\n    3996:\t7f 92       \tpush\tr7\n    3998:\t8f 92       \tpush\tr8\n    399a:\t9f 92       \tpush\tr9\n    399c:\taf 92       \tpush\tr10\n    399e:\tbf 92       \tpush\tr11\n    39a0:\tcf 92       \tpush\tr12\n    39a2:\tdf 92       \tpush\tr13\n    39a4:\tef 92       \tpush\tr14\n    39a6:\tff 92       \tpush\tr15\n    39a8:\t0f 93       \tpush\tr16\n    39aa:\t1f 93       \tpush\tr17\n    39ac:\tcf 93       \tpush\tr28\n    39ae:\tdf 93       \tpush\tr29\n    39b0:\tcd b7       \tin\tr28, 0x3d\t; 61\n    39b2:\tde b7       \tin\tr29, 0x3e\t; 62\n    39b4:\tca 1b       \tsub\tr28, r26\n    39b6:\tdb 0b       \tsbc\tr29, r27\n    39b8:\tcd bf       \tout\t0x3d, r28\t; 61\n    39ba:\tde bf       \tout\t0x3e, r29\t; 62\n    39bc:\t09 94       \tijmp\n\n000039be <__epilogue_restores__>:\n    39be:\t2a 88       \tldd\tr2, Y+18\t; 0x12\n    39c0:\t39 88       \tldd\tr3, Y+17\t; 0x11\n    39c2:\t48 88       \tldd\tr4, Y+16\t; 0x10\n    39c4:\t5f 84       \tldd\tr5, Y+15\t; 0x0f\n    39c6:\t6e 84       \tldd\tr6, Y+14\t; 0x0e\n    39c8:\t7d 84       \tldd\tr7, Y+13\t; 0x0d\n    39ca:\t8c 84       \tldd\tr8, Y+12\t; 0x0c\n    39cc:\t9b 84       \tldd\tr9, Y+11\t; 0x0b\n    39ce:\taa 84       \tldd\tr10, Y+10\t; 0x0a\n    39d0:\tb9 84       \tldd\tr11, Y+9\t; 0x09\n    39d2:\tc8 84       \tldd\tr12, Y+8\t; 0x08\n    39d4:\tdf 80       \tldd\tr13, Y+7\t; 0x07\n    39d6:\tee 80       \tldd\tr14, Y+6\t; 0x06\n    39d8:\tfd 80       \tldd\tr15, Y+5\t; 0x05\n    39da:\t0c 81       \tldd\tr16, Y+4\t; 0x04\n    39dc:\t1b 81       \tldd\tr17, Y+3\t; 0x03\n    39de:\taa 81       \tldd\tr26, Y+2\t; 0x02\n    39e0:\tb9 81       \tldd\tr27, Y+1\t; 0x01\n    39e2:\tce 0f       \tadd\tr28, r30\n    39e4:\td1 1d       \tadc\tr29, r1\n    39e6:\tcd bf       \tout\t0x3d, r28\t; 61\n    39e8:\tde bf       \tout\t0x3e, r29\t; 62\n    39ea:\ted 01       \tmovw\tr28, r26\n    39ec:\t08 95       \tret\n\n000039ee <_exit>:\n    39ee:\tf8 94       \tcli\n\n000039f0 <__stop_program>:\n    39f0:\tff cf       \trjmp\t.-2      \t; 0x39f0 <__stop_program>\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/TickTagSoftwareBurst.srec",
    "content": "S01C00005469636B546167536F66747761726542757273742E7372656306\nS11300000C943C000C9459000C9459000C945C081A\nS11300100C9459000C9459000C9444080C94590005\nS11300200C946D080C9459000C9459000C945900CC\nS11300300C9459000C9459000C9459000C945900D8\nS11300400C9459000C9459000C9459000C945900C8\nS11300500C9459000C9459000C9459000C945900B8\nS11300600C9494080C9459000C9459000C94590065\nS11300700C9459000C94590011241FBECFEFCDBF2E\nS1130080DFE3DEBF18E3A0E0B8E3E9EBFEE302C080\nS113009005900D92AA30B107D9F728E3AAE0B8E396\nS11300A001C01D92A534B207E1F70E9447160C94D3\nS11300B0F71C0C940000FC0120816181862F90E0E4\nS11300C0A0E0B0E0DC0199278827B22B2381822BA2\nS11300D02281BC01CD01722B0895E0E0F4E08EEDA5\nS11300E0808387E3809320048FE08093400488E03A\nS11300F0858B0895E0E4F4E080818D7F808389E03E\nS1130100818B0895E0E4F4E0118A80818260808329\nS11301100895E0E0F4E085898160858B08958091FD\nS11301200A3890910B38A0910C38B0910D38019693\nS1130130A11DB11D80930A3890930B38A0930C38FD\nS1130140B0930D38089510920A3810920B3810921B\nS11301500C3810920D38E0E0FAE081E082871182D9\nS113016027EE33E026A337A38083789408952FB72E\nS1130170F89460910A3870910B3880910C38909102\nS11301800D382FBF0895F894E0E0FAE0128610824B\nS11301907894089588E080934504089588E08093D6\nS11301A04604089588E080930504089588E08093C8\nS11301B00604089580E180932604089580E18093E5\nS11301C0250489EF90E00197F1F700C0000008953D\nS11301D00E94C300E0E2F4E0108A118AE0E5F0E056\nS11301E08081897F8260808380818160808388951B\nS11301F008959C01F894E0E4F1E091819111FDCF20\nS11302001092480110924901E0E4F1E091819111CA\nS1130210FDCFC901880F991F880F991FE0E4F1E011\nS11302208287938781E0878391EC9083828378949B\nS11302300895E0E0F6E081E0808388E0828384E64C\nS1130240808783E3848780E18287828581608287D7\nS1130250858180FFFDCF20911006309111064091D9\nS1130260120650911306211531054105510521F45B\nS113027021E030E040E050E01092000660E070E0E1\nS113028080E490E00E940419C901089528ED81607A\nS113029090E024BF8093610080E024BF80936000DD\nS11302A0E0E6F0E0838180FDFDCF089580E2809355\nS11302B02504089580E28093260408958823A9F0F4\nS11302C0E0E2F4E090E29583AFE4B3EC1197F1F748\nS11302D000C000009683813041F0AFE4B3EC119785\nS11302E0F1F700C00000815071F708952F923F92FA\nS11302F04F925F926F927F928F929F92AF92BF9232\nS1130300CF92DF92EF92FF920F931F93CF93DF93DD\nS11303106B017C01C00ED11EE21EF31EE1E0CE167D\nS1130320D104E2E0EE06F10408F048C0611571055D\nS1130330E1E08E07910510F0C1E501C0C0E5480178\nS113034059011A016B017C018C2F0E94EC07182FB4\nS11303508823A9F18D2D0E941D08182F882379F177\nS11303608C2D0E941D08182F882349F18C2F0E9480\nS1130370DA07182F882319F181E0881A9108A10857\nS1130380B10891F0E101412C512C320181E00E942D\nS1130390FD078993EFEF4E1A5E0A6E0A7E0A48142F\nS11303A059046A047B0490F3E101C80DD91D80E06F\nS11303B00E94FD0788830E943B0801C010E0812F42\nS11303C0DF91CF911F910F91FF90EF90DF90CF902D\nS11303D0BF90AF909F908F907F906F905F904F9061\nS11303E03F902F9008950F931F93CF93DF931F9205\nS11303F0CDB7DEB7198201E010E020E030E0AE01B5\nS11304004F5F5F4F60E070E0CB010E94760191E0A6\nS113041089270F90DF91CF911F910F9108952F920B\nS11304203F924F925F926F927F928F929F92AF9280\nS1130430BF92CF92DF92EF92FF920F931F93CF93CD\nS1130440DF93CDB7DEB72A97CDBFDEBF2B013C01CA\nS11304506A0148015901DC01CB01800F911FA21FE1\nS1130460B31F0197A240B10508F0B1C081149104F3\nS1130470A104B10409F4ADC000E717E10E831F83A2\nS113048019821A821B821C82212C3324339403C0C8\nS113049018851111A0C0C20199277101E81AF90A3F\nS11304A021E0E216F20650F031E083169306A1042F\nS11304B0B10480F4740101E0088710C0C701A0E012\nS11304C0B0E088159905AA05BB0538F0740111E060\nS11304D0188704C01886710101C01886411451049C\nS11304E021E06206710410F081E501C080E50E94FC\nS11304F0EC07882309F474C0852D0E941D08882305\nS113050009F46EC0842D0E941D088D83882309F48C\nS113051064C0E114F104D9F009811A810C0D1D1D88\nS113052009871A8709811A810E0D1F1D0C0D1D1DC7\nS1130530E985FA858191E987FA870E941D08882355\nS113054009F44EC029853A852017310789F70E949E\nS11305503B0883EC99E00197F1F700C0000008EC38\nS113056010E009871A870E94F301882379F081EE4D\nS113057094E00197F1F700C0000009851A85015045\nS1130580110909871A87012B71F729C0A70160E0B7\nS113059070E0841A950AA60AB70A440E551E661E10\nS11305A0771E09811A812B813C81040F151F261F98\nS11305B0371F09831A832B833C830E811F810150CB\nS11305C011090E831F83012B09F062CF09C080E05B\nS11305D007C080E005C08D8103C08D8101C080E02B\nS11305E02A96CDBFDEBFDF91CF911F910F91FF906F\nS11305F0EF90DF90CF90BF90AF909F908F907F90BF\nS11306006F905F904F903F902F900895FC019081E0\nS1130610990F9056292F220F220F920F218180EDDE\nS1130620820F890F0895FC019081992371F0DF01F5\nS11306301196908321E030E0691302C020E030E09D\nS1130640E20FF31F9D919111F4CF108208958F92C0\nS11306509F92AF92BF92CF92DF92EF92FF927C0172\nS11306606EE20E941303C7010E947D196B017C0195\nS113067020E432E44FE050E00E94041949015A0199\nS113068060E472E48FE090E00E94F418A701960100\nS1130690261B370B480B590BCA01B90126E030E081\nS11306A040E050E00E94261969017A01A5019401F5\nS11306B060EA76E881E090E00E94F4186C0D7D1DFC\nS11306C08E1D9F1DFF90EF90DF90CF90BF90AF9055\nS11306D09F908F9008954F925F926F927F928F9226\nS11306E09F92AF92BF92CF92DF92EF92FF92CF93FD\nS11306F0DF93CDB7DEB7E897CDBFDEBFFC01892B12\nS113070009F4F1C16581603509F4F1C1C62ED12C1B\nS113071020E3C21A28EFD20A4280842C912CA12C07\nS1130720B12C208130E0A0E1BEE00E9445196D8328\nS11307307E838F839887218130E0ACE3B0E00E9410\nS1130740451969877A878B879C872381422E512C90\nS1130750612C712C4481423028F419821A821B8244\nS11307601C8208C06FE170E080E090E069837A83C6\nS11307708B839C834330D0F19601329522952F7060\nS113078023273F702327AEE3BAE00E94451920E9EE\nS113079031E0DC01A29FC001A39F900DB29F900D98\nS11307A01124C816D90639F1960136952795369540\nS11307B02795ABE7B4E10E9445199695879554E6D1\nS11307C0589F9001599F300D1124C216D306E1F0B1\nS11307D0C60183709927892B01F16CE170E080E0F8\nS11307E090E0698B7A8B8B8B9C8B1FC0198A1A8A39\nS11307F01B8A1C8A1AC08DE190E0A0E0B0E0898BCE\nS11308009A8BAB8BBC8B11C06CE170E080E090E004\nS1130810698B7A8B8B8B9C8B08C08DE190E0A0E078\nS1130820B0E0898B9A8BAB8BBC8B443028F41D8A47\nS11308301E8A1F8A188E08C06FE170E080E090E085\nS11308406D8B7E8B8F8B988F453028F4198E1A8E82\nS11308501B8E1C8E08C08EE190E0A0E0B0E0898F72\nS11308609A8FAB8FBC8F463028F41D8E1E8E1F8E40\nS113087018A208C06FE170E080E090E06D8F7E8F79\nS11308808F8F98A3473028F419A21AA21BA21CA286\nS113089008C08EE190E0A0E0B0E089A39AA3ABA3E6\nS11308A0BCA3483028F41DA21EA21FA218A608C08B\nS11308B06FE170E080E090E06DA37EA38FA398A722\nS11308C0493028F419A61AA61BA61CA608C08FE155\nS11308D090E0A0E0B0E089A79AA7ABA7BCA74A30F4\nS11308E028F41DA61EA61FA618AA08C06EE170E073\nS11308F080E090E06DA77EA78FA798AB4B3028F4DB\nS113090019AA1AAA1BAA1CAA08C08FE190E0A0E0A9\nS1130910B0E089AB9AABABABBCAB4C3028F41DAAAE\nS11309201EAA1FAA18AE08C02EE130E040E050E035\nS11309302DAB3EAB4FAB58AFE12CF12CD701C60128\nS1130940815B9740A109B109AC01BD01769567951A\nS11309505795479576956795579547954D875E8743\nS11309606F87788BC701B60161547640810991097C\nS113097020E931E040E050E00E9404198D859E8515\nS1130980AF85B889820F931FA41FB51F840D951DD1\nS1130990A61DB71D29813A814B815C81820F931F6B\nS11309A0A41FB51F49895A896B897C89840F951FB7\nS11309B0A61FB71F2D893E894F89588D820F931F1B\nS11309C0A41FB51F498D5A8D6B8D7C8D840F951F87\nS11309D0A61FB71F2D8D3E8D4F8D58A1820F931FDB\nS11309E0A41FB51F49A15AA16BA17CA1840F951F17\nS11309F0A61FB71F2DA13EA14FA158A5820F931F7B\nS1130A00A41FB51F49A55AA56BA57CA5840F951FE6\nS1130A10A61FB71F2DA53EA54FA558A9820F931F4A\nS1130A20A41FB51F49A95AA96BA97CA9840F951FB6\nS1130A30A61FB71F2DA93EA94FA958AD280F391FCE\nS1130A404A1F5B1F60E871E581E090E00E94F418A2\nS1130A5069837A838B839C83D501C4018058904A2F\nS1130A60AF4FB6474D805E806F807884480E591E24\nS1130A706A1E7B1E89849A84AB84BC84840C951C76\nS1130A80A61CB71CA701960160E873E381EE91E010\nS1130A900E94F418860E971EA81EB91EC701B6013F\nS1130AA06D5677408109910924E630E040E050E03A\nS1130AB00E94041960E871E581E090E00E94F41856\nS1130AC0A5019401261B370B480B590BDA01C90108\nS1130AD029813A814B815C81280F391F4A1F5B1F92\nS1130AE0CA01B90107C060E070E0CB0103C060E057\nS1130AF070E0CB01E896CDBFDEBFDF91CF91FF90D0\nS1130B00EF90DF90CF90BF90AF909F908F907F90A9\nS1130B106F905F904F9008952F923F924F925F9203\nS1130B206F927F928F929F92AF92BF92CF92DF92F9\nS1130B30EF92FF920F931F93CF93DF93CDB7DEB75E\nS1130B40A197CDBFDEBFFC019E012F5F3F4F80E226\nS1130B50D9011D928A95E9F76115710509F469C1F6\nS1130B609081992309F465C149A36B018F010F5F3B\nS1130B701F4F80E0312C79016894222425F8442EFB\nS1130B80512C5201F3E0AF0EB11C420124E0820E5D\nS1130B90911C320135E0630E711CA6E04A0E511C13\nS1130BA0943209F441C19C3209F026C13394B2E075\nS1130BB03B1221C0F601108211821282F7010190CA\nS1130BC00020E9F73197EE19FF09369708F40DC1B3\nS1130BD0C7010E940603D6018C93CE0103960E949E\nS1130BE00603F6018183CE0105960E940603D60111\nS1130BF012968C93FAC0832D90E08A159B05A1F47C\nS1130C00F60116821782108611868981882309F4D9\nS1130C10ECC0C7010E942703D60116966D937D93FD\nS1130C208D939C931997E1C08815990501F5F701F7\nS1130C3001900020E9F7CF0102978E159F0509F076\nS1130C40D4C089818F7D833509F0CFC0F6018681B8\nS1130C509781A085B185B095A095909581959F4F7A\nS1130C60AF4FBF4F86839783A087B187BEC08615D9\nS1130C709705A1F4D6011A961D921D921D921C92FD\nS1130C801D978981882309F4B0C0C7010E942703F6\nS1130C90F6016287738784879587A7C084159505B5\nS1130CA001F5F70101900020E9F7CF0102978E15B5\nS1130CB09F0509F09AC089818F7D873509F095C019\nS1130CC0F60182859385A485B585B095A095909508\nS1130CD081959F4FAF4FBF4F82879387A487B58776\nS1130CE084C0F7E03F1210C029A121117EC0D601B3\nS1130CF01E961C921E9789818153823008F075C01C\nS1130D00E1E01E96EC9371C0F9E03F1244C029A1C2\nS1130D1021116BC0D60151961C928981882309F454\nS1130D2064C06EE270E0C7010E94AB19009709F439\nS1130D305CC0FC0101900020E9F731979F01281B5A\nS1130D40390BC9012230310508F44FC0F701019075\nS1130D500020E9F73197EE19FF099F012E5F3F4FFD\nS1130D602817390748F0A2E0B0E0A81BB90BEE0D34\nS1130D70FF1DEA0FFB1F10826EE2C7010E941303DE\nS1130D80C7010E945F198F3F910511F00CF08FEF9E\nS1130D90F601818B2AC0FAE03F1227C029A1213035\nS1130DA021F5D60113961C92139714961C9214974E\nS1130DB015961C92F70101900020E9F73197EE197E\nS1130DC0FF09369790F0C7010E940603F60183835A\nS1130DD0CE0103960E940603D60114968C93CE018D\nS1130DE005960E940603F6018583D701E22D1D9224\nS1130DF0EA95E9F780E018C09A3289F4F9A1F13054\nS1130E00C1F4D6011E961C928981882391F0813405\nS1130E1011F0843471F481E0F60186870AC0F70189\nS1130E20E80FF11D90838F5FD8019D918D01911181\nS1130E30B7CEA196CDBFDEBFDF91CF911F910F91A9\nS1130E40FF90EF90DF90CF90BF90AF909F908F90E6\nS1130E507F906F905F904F903F902F9008950F93E5\nS1130E601F93CF938C0128EB3BE044EBB8018AE05D\nS1130E700E945818C82F882309F466C064E270E001\nS1130E80C8010E94AB19009771F3FC010190002086\nS1130E90E9F73197E81BF90B399728F3FC01208116\nS1130EA0243209F721812035F1F622812D34D9F637\nS1130EB023812435C1F624812B34A9F625812033DE\nS1130EC091F62681213379F68781803361F680910A\nS1130ED001388F93809100388F930E94D3190F901B\nS1130EE00F9028EB3BE044EBB8018AE00E945818CD\nS1130EF0C82F882349F164E270E0C8010E94AB194D\nS1130F00FC01009771F3DC010D900020E9F71197C3\nS1130F10A81BB90B199728F38081843211F78181BA\nS1130F208035F9F682818D34E1F683818435C9F602\nS1130F3084818B34B1F68581803399F68681803340\nS1130F4081F68781813369F68C2FCF911F910F91A0\nS1130F500895E0EAF8E0168283E083838481886060\nS1130F6084838581816085838581806C85830895F0\nS1130F7088E893E1E0EAF8E02581222344F023E0C5\nS1130F802A95F1F700000197B9F780E0089581E010\nS1130F90089588E893E1E0EAF8E0258126FD08C099\nS1130FA023E02A95F1F700000197B9F780E008954E\nS1130FB081E008959091A5089370933059F0E0EA88\nS1130FC0F8E094819B7F9483880F816087830E94DB\nS1130FD0B807089580E008959091A5089370933020\nS1130FE051F0E0EAF8E094819B7F9483880F878333\nS1130FF00E94C907089580E00895CF939091A508B1\nS113100093709230A9F4C82F0E94B807882391F0F6\nS11310108091A808CC2331F0E0EAF8E094819B7F2A\nS1131020948309C0E0EAF8E094819460948303C057\nS113103080E001C080E0CF9108959091A50893705D\nS11310409230A9F48093A80828E833E1E0EAF8E0B4\nS11310508581958190718074892B59F483E08A95F8\nS1131060F1F700002150310999F780E0089580E0FC\nS1131070089581E00895E0EAF8E08481846084833F\nS113108084818360848308951F920F920FB60F9218\nS113109011248F93EF93FF9381E080931D38E0E058\nS11310A0F4E0818580628187FF91EF918F910F90A9\nS11310B00FBE0F901F9018951F920F920FB60F92AC\nS11310C011248F9381E080931B38809343018F9187\nS11310D00F900FBE0F901F9018951F920F920FB68E\nS11310E00F9211242F933F934F935F936F937F93AA\nS11310F08F939F93AF93BF93EF93FF930E948F00BF\nS113110081E080930B0AFF91EF91BF91AF919F9182\nS11311108F917F916F915F914F913F912F910F909C\nS11311200FBE0F901F9018951F920F920FB60F923B\nS113113011248F93EF93FF9381E080931C38E0E4B4\nS1131140F4E0818582608187FF91EF918F910F9008\nS11311500FBE0F901F9018950E94F9000E94E8009E\nS113116010924001089520912E3830912F388091AB\nS11311700738909108382817390730F081E02B3967\nS1131180304118F480E0089581E00895CF92DF9211\nS1131190EF92FF920F931F93CF93DF9340912238E6\nS11311A0C091213830912438009123386091173848\nS11311B0709118388091193890911A38311107C0FC\nS11311C0011105C0473119F4CB3309F446C0611548\nS11311D071058105910509F442C02CE3D0E0249FF8\nS11311E0C00DD11D112410E0239F000D111D1124E9\nS11311F02CE330E040E050E00E940419CA01B90138\nS113120020EA35E040E050E00E940419C017D107FD\nS113121090F46E01E12CF12C6C157D058E059F0573\nS113122000F120E030E041E0601771078207930786\nS1131230D8F040E019C06E01E12CF12C6C157D054D\nS11312408E059F0580F420E030E041E060177107CF\nS11312508207930748F040E007C040E005C040E043\nS113126003C040E001C041E0842FDF91CF911F9182\nS11312700F91FF90EF90DF90CF900895CF9382E18C\nS113128090E00E94AA1CC82F83E190E00E94AA1C4F\nS11312902C2F30E0322F2227282BC901885B9B405A\nS11312A0833E944018F4822F932F02C088EB9BE076\nS11312B0CF910895CF9384E190E00E94AA1CC82F97\nS11312C085E190E00E94AA1C2C2F30E0322F2227C7\nS11312D0282BC90101978E3F9F4318F4822F932F27\nS11312E002C08CE390E0CF91089586E190E00E94E3\nS11312F0AA1C96EF980F913F08F08EE10895CF93C2\nS113130087E190E00E94AA1CC82F88E190E00E9427\nS1131310AA1C2C2F30E0322F2227282BC9010A9730\nS1131320853F9F4318F4822F932F02C088E592E0F3\nS1131330CF91089589E190E00E94AA1C883108F0B9\nS113134087E108958AE190E00E94AA1C8C3308F09A\nS11313508EE108958BE190E00E94AA1C883108F088\nS113136086E008958CE190E00E94AA1C8C3308F07A\nS11313708EE108952F923F924F925F926F927F92E7\nS11313808F929F92AF92BF92CF92DF92EF92FF9291\nS11313900F931F93CF93DF93CDB7DEB76697CDBF7F\nS11313A0DEBF809127388F93809126388F93809168\nS11313B029388F93809128388F9380912D381F92EC\nS11313C08F9380912C381F928F9380912B388F9319\nS11313D080912A388F9382EA9AEB9F938F930E948D\nS11313E0D31904E010E020E030E0AE014F5F5F4F1E\nS11313F060E070E0CB010E947601182FCDBFDEBF04\nS1131400882309F4FBC1CE0101960E945B006F871B\nS1131410788B898B9A8B613071058240910508F035\nS1131420ECC104E010E020E030E0AE014F5F5F4F1C\nS113143064E070E080E090E00E947601182F882339\nS113144009F4DCC1CE0101960E945B002B013C0132\nS11314508FEF481658066806780619F4412C512C6B\nS113146032016F85788989899A8960517109810966\nS113147091092AE030E040E050E00E940419B22EC5\nS1131480A32E942E852EC22ED32EE42EF52EC11417\nS1131490D104E104F10459F0C301B201A70196019A\nS11314A00E940419722E632E542E452E04C0712CF2\nS11314B0612C512C412C04E010E020E030E0AE011E\nS11314C04F5F5F4F6AE070E080E090E00E94760139\nS11314D0182F882309F492C1CE0101960E945B0063\nS11314E06F3FAFEF7A078A079A0719F460E070E05C\nS11314F0CB01C114D104E104F10429F0A701960140\nS11315000E94041904C020E030E040E050E05F9302\nS11315104F933F932F934F925F926F927F928F924C\nS11315209F92AF92BF9282ED9AEB9F938F930E940A\nS1131530D31986E09BEB9F938F930E94D319CDBF61\nS1131540DEBFC12CD12C76016894C4F8CB8ADC8A26\nS1131550ED8AFE8AC12CD12C7601C394CB86DC861D\nS1131560ED86FE860F2EF2E22F2EFBEB3F2EF02DA2\nS113157009C04B8B5C8B6D8B7E8B04C04B8B5C8B5F\nS11315806D8B7E8B0AE010E020E030E0AE014F5F0F\nS11315905F4F6B897C898D899E890E947601182F03\nS11315A0882309F42BC14C81898190E0A0E0B0E04C\nS11315B04C015D01072E71E1880C991CAA1CBB1C0F\nS11315C07A95D1F7702D9A81892F90E0A0E0B0E050\nS11315D0072E79E0880F991FAA1FBB1F7A95D1F7B0\nS11315E0702D88299929AA29BB29CB80D12CE12CDB\nS11315F0F12CCC0CDD1CEE1CFF1C8C299D29AE2982\nS1131600BF29842E912CA12CB12C689416F8B69481\nS1131610A794979487941694D1F7882A992AAA2A8A\nS1131620BB2A20E4821A24E5920A29E8A20AB10816\nS11316302F818D8190E0A0E0B0E02C013D01032ECC\nS11316403BE0440C551C661C771C3A95D1F7302DB1\nS11316508E8190E0A0E0B0E0880F991FAA1FBB1F05\nS1131660880F991FAA1FBB1F880F991FAA1FBB1F92\nS113167084299529A629B7294F7750E060E070E0C6\nS1131680032E33E1440F551F661F771F3A95D1F798\nS1131690302D842B952BA62BB72B422E512C612C4D\nS11316A0712C689414F8769467945794479416941C\nS11316B0D1F7482A592A6A2A7B2A30E8431A38EA99\nS11316C0530A32E1630A31E0730A2F718885C984B1\nS11316D0D12CE12CF12CFE2CED2CDC2CCC24E82A92\nS11316E08A85C82AF22AC301B20177203CF466270E\nS11316F07727CB01641975098609970920EA36E82A\nS113170041E050E00E9426199F938F937F936F933B\nS1131710C301B20120EA36E841E050E00E942619F4\nS11317205F934F933F932F93C501B401BB203CF4C7\nS113173066277727CB01681979098A099B0920EA6A\nS113174036E841E050E00E9426199F938F937F93DF\nS11317506F93C501B40120EA36E841E050E00E94ED\nS113176026195F934F933F932F9386E1C81A8EEB0C\nS1131770D80A88E8E80A8FE9F80AFF92EF92DF9224\nS1131780CF929E859F93AD85AF93BC85BF93CB8449\nS1131790CF923F922F920E94D3194B895C896D8915\nS11317A07E89465F5F4F6F4F7F4F8B899C89AD89E0\nS11317B0BE894496A11DB11DCDBFDEBFCF84D8889C\nS11317C0E988FA88C816D906EA06FB06B8F08B85BC\nS11317D09C85AD85BE850196A11DB11D8B879C8717\nS11317E0AD87BE87893C9105A105B10508F4C1CE3A\nS11317F08091080485FDC2CE01C010E0812F669659\nS1131800CDBFDEBFDF91CF911F910F91FF90EF907D\nS1131810DF90CF90BF90AF909F908F907F906F900C\nS11318205F904F903F902F90089580E49BEB9F939F\nS11318308F930E94D3190E94BA090F900F908111BF\nS113184008C081E59BEB9F938F930E94D3190F905F\nS11318500F9089E59BEB9F938F930E94D3190F9070\nS11318600F9008952F923F924F925F926F927F92C2\nS11318708F929F92AF92BF92CF92DF92EF92FF929C\nS11318800F931F93CF93DF93CDB7DEB7AC97CDBF44\nS1131890DEBF0E94111885E00E945E010E94DE00F6\nS11318A00E94A90781E08093093888E69BEB9F9307\nS11318B08F930E94D3190E94150C0F900F900F2E36\nS11318C0612CF1E17F2EF02D0F2EF9E74F2EFBEB6B\nS11318D05F2EF02D0F2EFFE92F2EFBEB3F2EF02D68\nS11318E00F2EFAE38F2EFCEB9F2EF02D0F2EFAE530\nS11318F0EF2EFCEBFF2EF02D0F2EF0E9AF2EFCEBBC\nS1131900BF2EF02D0F2EFAECCF2EFCEBDF2EF02D98\nS1131910F30124859385838130911F381F923F936F\nS113192030912F383F9330912E383F931F922F934D\nS11319301F929F931F928F931F928BEC8F935F92B2\nS11319404F920E94D31980911E381F928F938091D9\nS113195020381F928F93809103388F93809102389F\nS11319608F93809104381F928F93809106388F93C0\nS1131970809105388F93809108388F938091073830\nS11319808F933F922F920E94D31980912438CDBF18\nS1131990DEBF811115C090912338911111C090912F\nS11319A02238973169F4909121389B3349F48EE2BF\nS11319B09CEB9F938F930E94D3190F900F9014C0A8\nS11319C0909121381F929F93909122381F929F9358\nS11319D0909123381F929F931F928F939F928F927F\nS11319E00E94D319CDBFDEBFFF92EF920E94D3199C\nS11319F0BF92AF920E94D319DF92CF920E94D31963\nS1131A0020E43CE940E2BE016F5F7F4F8DE00E941D\nS1131A1058180F900F900F900F900F900F90811106\nS1131A2009C082E19DEB9F938F930E94D3190F907D\nS1131A300F907AC38981803319F40E94150C68CF02\nS1131A40813309F06AC08FEF89A38AA38BA38CA387\nS1131A508EE49DEB9F938F930E94D31904E010E0D2\nS1131A6020E030E0AE014F5D5F4F60E070E0CB01FD\nS1131A700E940F020F900F90811108C083E59DEB27\nS1131A809F938F930E94D3190F900F9004E010E05E\nS1131A9020E030E0AE014F5D5F4F64E070E080E035\nS1131AA090E00E940F02811108C023E53DEB3F93B3\nS1131AB02F930E94D3190F900F9004E010E020E0C0\nS1131AC030E0AE014F5D5F4F6AE070E080E090E08F\nS1131AD00E940F02811108C0E3E5FDEBFF93EF9331\nS1131AE00E94D3190F900F9010922D3810922C3819\nS1131AF010922A3810922B381092283810922938D4\nS1131B0010922638109227388BE59DEB9F938F9384\nS1131B100E94D3190F900F90FBCE823309F069C055\nS1131B2080E18F938AE98F938BE08F9388EB8F9377\nS1131B3082E69DEB9F938F930E94D31920E63AEEA1\nS1131B4040E2BE016F5F7F4F8DE00E9458180F90F6\nS1131B500F900F900F900F900F90811109C087E79D\nS1131B609DEB9F938F930E94D3190F900F90DCC22B\nS1131B70CE0101960E945F198DA3082F192FC80169\nS1131B80885B9B40833E944048F083E59DEB9F93A4\nS1131B908F930E94D3190F900F90BACE612F82E1D8\nS1131BA090E00E94B21C6DA183E190E00E94B21CFF\nS1131BB087EA91E60197F1F700C000000E943E0910\nS1131BC00817190749F0E3E5FDEBFF93EF930E9433\nS1131BD0D3190F900F909CCE81E89DEB9F938F9328\nS1131BE00E94D31900930738109308380F900F9070\nS1131BF08FCE833309F067C08FE38F938EEF8F937B\nS1131C001F9281E08F9386E89DEB9F938F930E94B0\nS1131C10D31920E63AEE40E2BE016F5F7F4F8DE0BC\nS1131C200E9458180F900F900F900F900F900F90E4\nS1131C30811109C087E79DEB9F938F930E94D3196D\nS1131C400F900F9071C2CE0101960E945F198DA36F\nS1131C50082F192FC80101978E3F9F4348F023E5B1\nS1131C603DEB3F932F930E94D3190F900F9050CECA\nS1131C70612F84E190E00E94B21C6DA185E190E0A7\nS1131C800E94B21CE7EAF1E63197F1F700C00000C8\nS1131C900E945A090817190749F023E53DEB3F93C1\nS1131CA02F930E94D3190F900F9032CEE1E8FDEBF1\nS1131CB0FF93EF930E94D3190093053810930638CD\nS1131CC00F900F9025CE843309F067C01F928AEFDE\nS1131CD08F931F928AE08F938BEB9DEB9F938F934F\nS1131CE00E94D3191F9289E08F938BED9DEB9F93F4\nS1131CF08F930E94D31920E63AEE40E2BE016F5F53\nS1131D007F4F8DE00E945818CDBFDEBF811109C0FE\nS1131D1087E79DEB9F938F930E94D3190F900F90A9\nS1131D2003C2CE0101960E945F19082F192F980152\nS1131D302A503109213F310548F023E53DEB3F931B\nS1131D402F930E94D3190F900F90E2CD682F86E154\nS1131D5090E00E94B21CE7EAF1E63197F1F700C087\nS1131D6000000E9475098DA390E00817190749F037\nS1131D7023E53DEB3F932F930E94D3190F900F90CF\nS1131D80C7CDE1E8FDEBFF93EF930E94D3193DA18A\nS1131D90309304380F900F90BBCD853309F067C0A2\nS1131DA08FE38F938EEF8F931F928AE08F9382E05D\nS1131DB09EEB9F938F930E94D31920E63AEE40E264\nS1131DC0BE016F5F7F4F8DE00E9458180F900F90F7\nS1131DD00F900F900F900F90811109C087E79DEB32\nS1131DE09F938F930E94D3190F900F909DC1CE01A2\nS1131DF001960E945F198DA3082F192FC8010A9715\nS1131E00853F9F4348F023E53DEB3F932F930E948A\nS1131E10D3190F900F907CCD612F87E190E00E9441\nS1131E20B21C6DA188E190E00E94B21CE7EAF1E6E1\nS1131E303197F1F700C000000E947F0908171907C5\nS1131E4049F023E53DEB3F932F930E94D3190F9064\nS1131E500F905ECDE1E8FDEBFF93EF930E94D31961\nS1131E6000930238109303380F900F9051CD8633AE\nS1131E7009F0CAC08AE29EEB9F938F930E94D31904\nS1131E8020E63AEE40E2BE016F5F7F4F8DE00E9494\nS1131E9058180F900F90811109C087E79DEB9F930D\nS1131EA08F930E94D3190F900F903EC1CE010196DB\nS1131EB00E945F198C019C013695279536952795CC\nS1131EC0ABE7B4E10E944519969587958DA39EA32F\nS1131ED08831B0F4980136952795369527950E9458\nS1131EE045199695879544E6489F9001499F300D82\nS1131EF01124C801821B930B8FA398A78C3348F03D\nS1131F00E3E5FDEBFF93EF930E94D3190F900F903D\nS1131F10FFCC86E59EEB9F938F930E94D31920E616\nS1131F203AEE40E2BE016F5F7F4F8DE00E94581889\nS1131F300F900F90811109C087E79DEB9F938F93BA\nS1131F400E94D3190F900F90EFC0CE0101960E940A\nS1131F505F19AC019C013695279536952795ABE71B\nS1131F60B4E10E9445199695879589A79AA7883167\nS1131F70C8F49A0136952795369527950E944519F8\nS1131F809695879564E6689F9001699F300D1124AA\nS1131F90CA01821B930B8BA79CA78C3318F40417DC\nS1131FA0150749F4E3E5FDEBFF93EF930E94D31982\nS1131FB00F900F90ADCC6DA189E190E00E94B21C0E\nS1131FC06FA18AE190E00E94B21C69A58BE190E0C8\nS1131FD00E94B21C6BA58CE190E00E94B21C81E8C7\nS1131FE09DEB9F938F930E94D319FDA1F093243806\nS1131FF02FA12093233839A5309322388BA58093C1\nS113200021380F900F9084CC8733A9F48091203825\nS1132010882341F060E08DE190E00E94B21C1092B0\nS1132020203876CC61E08DE190E00E94B21C81E022\nS1132030809320386DCC883309F057C0E3E8FEEB79\nS1132040FF93EF930E94D31920E63AEE40E2BE01DB\nS11320506F5F7F4F8DE00E9458180F900F90811191\nS113206009C087E79DEB9F938F930E94D3190F902C\nS11320700F905AC0CE0101960E945F19082F192FA4\nS11320800B3F110548F083E59DEB9F938F930E94CE\nS1132090D3190F900F903CCC682F8FE190E00E94F1\nS11320A0B21C87EA91E60197F1F700C000008FE1C6\nS11320B090E00E94AA1C8DA390E00817190749F02C\nS11320C0E3E5FDEBFF93EF930E94D3190F900F907C\nS11320D01FCC81E89DEB9F938F930E94D319FDA1A0\nS11320E0F0931E380F900F9013CC8236A9F4809190\nS11320F01F38882341F060E08EE190E00E94B21C1A\nS113210010921F3805CC61E08EE190E00E94B21C71\nS113211081E080931F38FCCB82E19DEB9F938F93EA\nS11321200E94D3190F900F900E94DA0083E294EF7B\nS11321300197F1F700C000000E9449180E943D1861\nS1132140AC96CDBFDEBFDF91CF911F910F91FF9071\nS1132150EF90DF90CF90BF90AF909F908F907F9043\nS11321606F905F904F903F902F9008958091080456\nS113217085FF12C00DC0908595FD0CC0A7EAB1E69D\nS11321801197F1F700C000008150A9F781E008958C\nS113219080E0089580E0089587EA91E60197F1F7D9\nS11321A000C000008DE1E0E0F4E0E5CF4F925F92E3\nS11321B06F927F928F929F92AF92BF92CF92DF9253\nS11321C0FF920F931F93CF93DF93CDB7DEB7629740\nS11321D0CDBFDEBF6C01F62E04E010E020E030E05D\nS11321E0AE014F5F5F4F60E070E0CB010E9476016B\nS11321F0882309F449C1CE0101960E945B004B017A\nS11322005C01DC01CB014097A109B109813F9F4FDB\nS1132210A140B10528F0812C912C5401689484F8D4\nS1132220FF2011F104E010E020E030E0AE014F5F48\nS11322305F4F64E070E080E090E00E9476018823C4\nS113224009F424C1CE0101960E945B006B877C8750\nS11322508D879E876F3F7F4F8F4F9F4F49F41B861B\nS11322601C861D861E8604C01B861C861D861E8633\nS113227004E010E020E030E0AE014F5F5F4F6AE021\nS113228070E080E090E00E947601882309F400C1A8\nS1132290CE0101960E945B006F87788B898B9A8BA5\nS11322A06F3F7F4F8F4F9F4F21F41F86188A198AE3\nS11322B01A8AC6010E946B036A3E51E4750757E708\nS11322C0850750E6950738F0AB01BC014A5E5144DE\nS11322D06747704603C040E050E0BA01D601169645\nS11322E00D911D912D913C911997005C1B4A264735\nS11322F03F4FD901C801072E71E1B695A79597956F\nS113230087957A95D1F7702D8983D901C801072E55\nS113231079E0B695A795979587957A95D1F7702D1D\nS11323208A83D901C801B695A795979587958B831C\nS1132330F60182859385A485B58580589745AD4E71\nS1132340BE4F0795002707952C013D01032E33E16D\nS113235076946794579447943A95D1F7302D04298D\nS11323600C838C019D010F2EFBE036952795179564\nS11323700795FA95D1F7F02D0D838C019D01689492\nS113238012F836952795179507951694D1F70E836D\nS11323908295880F807E872B8F83688759874A8729\nS11323A024013501FAE04F0E511C611C711C21E01F\nS11323B04216510422E06206710408F06BC00AE080\nS11323C010E020E030E0AE014F5F5F4FC501B40183\nS11323D00E940F02882309F45FC079826A825B82BB\nS11323E04C8204E010E020E030E0AE014F5F5F4F2C\nS11323F060E070E0CB010E940F02882309F44EC014\nS1132400FF2011F1D6011F968D919C9150972B8539\nS11324103C854D855E85280F391F411D511DDA010C\nS1132420C901B983AA839B832C8304E010E020E0D4\nS113243030E0AE014F5F5F4F64E070E080E090E019\nS11324400E940F02882361F1D60151968C914F842A\nS1132450588869887A88480E511C611C711C7982DD\nS11324606A825B824C8204E010E020E030E0AE013E\nS11324704F5F5F4F6AE070E080E090E00E940F02DF\nS1132480882381F082E00FC080E00DC080E00BC0A3\nS113249080E009C081E007C080E005C080E003C09F\nS11324A080E001C080E06296CDBFDEBFDF91CF91B6\nS11324B01F910F91FF90DF90CF90BF90AF909F90AE\nS11324C08F907F906F905F904F9008952F923F92DE\nS11324D04F925F926F927F928F929F92AF92BF9230\nS11324E0CF92DF92EF92FF920F931F93CF93DF93DC\nS11324F0CDB7DEB7CB5CD109CDBFDEBF0E94A30050\nS1132500FE01319682E1DF011D928A95E9F7C090C0\nS11325100538D0900638B1E0C553DF4FB883CB5CA3\nS1132520D040E6E0CE16D10428F4C553DF4F18821C\nS1132530CB5CD0400E94DE000E94A9070E94CA0022\nS11325400E94D2000E94F517CE0143960E942F07E5\nS11325508111F1C2F6C2E12C412C512C3201212C03\nS1132560312C0F2EFFE98F2EFEEB9F2EF02DA12C88\nS11325706894BB24B2F808EB1BE024EBAE014D5E7B\nS11325805F4F6AE082E00E949A18882309F419C315\nS11325900E94111864E270E0CE0143960E94AB19C8\nS11325A08C01009709F44EC0FC0101900020E9F76A\nS11325B03197E81BF90B379708F446C0DC011396F2\nS11325C08C911397823599F414968C9114978D34C9\nS11325D009F515968C918334F9F441E0BE016F5FDF\nS11325E07F4FC8010E948C05FF24F3941CC08734DC\nS11325F0A9F4F8018481873499F48581813491F4B4\nS113260040E0BE016F5F7F4FC8010E948C05FF242C\nS1132610F39409C0F12C07C0F12C05C0F12C03C0C0\nS1132620F12C01C0F12C0E94B7001F930F939F93CC\nS11326308F937F936F939F928F920E94D319CDBFF4\nS1132640DEBF03C0F12C01C0F12CF8010190002081\nS1132650E9F73197E01BF10B3297C0F164E270E0C7\nS1132660C80101960E94AB19009781F1FC01019009\nS11326700020E9F73197E81BF90B379738F1DC01B3\nS113268013962C911397223589F414962C91149750\nS11326902D34E1F415962C912334C1F441E0BE01AC\nS11326A06F5F7F4F0E948C05F39410C0273471F440\nS11326B0FC012481273451F42581213439F440E08C\nS11326C0BE016F5F7F4F0E948C05F3940E94B70098\nS11326D028EE33E040E050E00E940419C953DF4F74\nS11326E0288339834A835B83C75CD040DA01C901FC\nS11326F0293731054105510580F02E81203569F4D3\nS1132700298121110AC02A81233038F480912C3880\nS11327108F5F80932C3817E05BC2F6E0CF16D104AC\nS113272060F08D329140A105B10538F080912D38CB\nS11327308F5F80932D3817E04BC232E0F31215C03F\nS1132740CE0101960E946B03672B682B692B69F0FD\nS1132750CE0101960E946B0360931738709318386A\nS11327608093193890931A3817C080911738909134\nS11327701838A0911938B0911A380097A105B105FD\nS113278059F00196A11DB11D809317389093183804\nS1132790A0931938B0931A388F85813009F0C0C0DE\nS11327A02114310431F4C953DF4F28803980C75CC8\nS11327B0D0401091043886E0C816D10408F4C7C18B\nS11327C080912538882309F4D1C18EE190E010E08E\nS11327D0CFC1A0E0B0E0C953DF4F488159816A817D\nS11327E07B81C75CD0404219530961097109841780\nS11327F09507A607B70708F08EC0C953DF4FA88115\nS1132800B981C75CD040A88BB98B809125388823C7\nS113281021F0A0932638B09327381092093880917C\nS11328202038882309F45CC08091123890911338C1\nS1132830A0911438B09115380097A105B105C9F4D9\nS11328408F819885A985BA8580931238909313381F\nS1132850A0931438B09315388B859C85AD85BE85BF\nS113286080930E3890930F38A0931038B09311389A\nS113287037C04F81588569857A85841B950BA60BD3\nS1132880B70BAC01BD013AF444275527BA01481BE4\nS1132890590B6A0B7B0B4C3251406105710504F5F1\nS11328A080910E3890910F38A0911038B091113862\nS11328B04B855C856D857E85841B950BA60BB70BBC\nS11328C0AC01BD013AF444275527BA01481B590B02\nS11328D06A0B7B0B4C325140610571050CF473C1DA\nS11328E0C553DF4F6881CB5CD040CE0101960E9476\nS11328F0D61010922538813009F484C1882309F454\nS113290064C136E0C316D10430F0E39480911E38DC\nS1132910E81608F05CC18FEF481A580A680A780A6A\nS11329200E94C6088823B1F180910938882371F088\nS1132930E0E2F4E080E285839FEFA4E3BCE0915001\nS1132940A040B040E1F700C000008683109209382F\nS11329500E94CE000E9430180E9449180E943D181F\nS11329600E94DA0081E090E00E94F900809117381B\nS113297090911838A0911938B0911A380196A11D78\nS1132980B11D8093173890931838A0931938B093D9\nS11329901A3866C10E94190180932E3890932F38FB\nS11329A084559B408734954008F0EAC0D5011896B9\nS11329B08C91189785FD0AC0EFE4F3EC3197F1F799\nS11329C000C0000018968C9185FF0DC10E94F51778\nS11329D080911F38811105C080910938882309F43A\nS11329E0CACD0E9456018E81803539F4EFE2F5E7B5\nS11329F03197F1F700C0000006C08BE49DE1019718\nS1132A00F1F700C000000E945A01B5CD0E94CE002B\nS1132A100E9430180E9449180E943D180E94DA0052\nS1132A2014E02FC0CC96A11DB11D8093173890934C\nS1132A301838A0931938B0931A388CE390E00E94A8\nS1132A40F9000EC185E0809330380E94D60081E001\nS1132A5090E00E94F90010921738109218381092E2\nS1132A60193810921A38FCC081E090E00E94F900F5\nS1132A7010921738109218381092193810921A3888\nS1132A80EFC08AEF810F823080F5E0900538F09036\nS1132A900638173039F0E114F10451F4EE24E394CC\nS1132AA0F12C06C00F2EF4E8EF2EF3E0FF2EF02DEC\nS1132AB0C7010E94F9008091173890911838A091AD\nS1132AC01938B0911A380097A105B10509F4C8C0A6\nS1132AD08E0D9F1DA11DB11D80931738909318383A\nS1132AE0A0931938B0931A38BBC0809128389091BC\nS1132AF02938019680932838909329388091173883\nS1132B0090911838A0911938B0911A380097A105FE\nS1132B10B10561F0885A9D4FAF4FBF4F809317386E\nS1132B2090931838A0931938B0931A3888E592E036\nS1132B300E94F90095C096E0C916D10408F00BCDA7\nS1132B407DC0A6E0CA16D10408F47DC05FCF2091F1\nS1132B5005383091063840E050E0C301B2010E94CC\nS1132B600419672B682B692B39F0D5CE89E090E0E6\nS1132B702A89211171C02DCE8A89811169C0CBCED9\nS1132B800E94CE000E9430180E9449180E943D18ED\nS1132B900E94DA0080912A3890912B380196809314\nS1132BA02A3890932B388091173890911838A09137\nS1132BB01938B0911A380097A105B10509F032CF40\nS1132BC03CCF14E005C018E003C014E001C016E0D7\nS1132BD00E94CE000E9430180E9449180E943D189D\nS1132BE00E94DA004ECF0E94CE000E9430180E944C\nS1132BF049180E943D180E94DA000E94B610811103\nS1132C0021CF32CF0E94CE000E9430180E94491872\nS1132C100E943D180E94DA0083E0809330380E94BD\nS1132C20D60081E090E00E94F900109217381092CB\nS1132C3018381092193810921A3812C088EA9EEB8C\nS1132C400E94E91988CC88EA9EEB0E94E919DECE3D\nS1132C50811708F4D2CD5FCE211708F0BACDCDCDBF\nS1132C60C553DF4FCDBFDEBFDF91CF911F910F91D1\nS1132C70FF90EF90DF90CF90BF90AF909F908F9098\nS1132C807F906F905F904F903F902F900895C0E495\nS1132C90D1E00F2EF5E0AF2EF02D6894BB24B2F8EE\nS1132CA0DD24D3946894CC24C1F800E014E0689443\nS1132CB0EE24E6F8FF24F2F818828091303881116E\nS1132CC003C086E00E9446010E94190180932E38B9\nS1132CD090932F3880913038811184C00E946D0008\nS1132CE00E94890083E090E00E94AC080E94E318EF\nS1132CF00E943E0980930738909308380E945A092D\nS1132D0080930538909306380E947509809304389F\nS1132D100E947F0980930238909303380E949A0995\nS1132D20809324380E94A209809323380E94AA0920\nS1132D30809322380E94B209809321388DE190E07B\nS1132D400E94AA1C823018F48093203802C010928A\nS1132D5020388EE190E00E94AA1C823018F48093FF\nS1132D601F3802C010921F388FE190E00E94AA1C05\nS1132D708F3F19F080931E3802C010921E38D092F3\nS1132D80253810921D3810921B3810921738109263\nS1132D9018381092193810921A3810921638109266\nS1132DA01238109213381092143810921538109269\nS1132DB00E3810920F3810921038109211380E9469\nS1132DC0B308882351F0C09230388C2D0E945E01E4\nS1132DD08CE390E00E94F900F5C00E947A00B09262\nS1132DE03038F0C0843009F048C080911D3881111A\nS1132DF005C080911C38882309F4E4C02FED32E229\nS1132E0082E0215030408040E1F700C00000F8012A\nS1132E10808585FF04C0F701808581FDD3C01092B1\nS1132E201D38D092163887E00E945E0120912E381A\nS1132E3030912F38369527953695279536952795D1\nS1132E40ABE7B4E10E944519969587958E50FFED46\nS1132E5022E232E0F15020403040E1F700C00000AF\nS1132E600E945E01D09230380E9482008091023824\nS1132E70909103380E94F900A5C0813009F05FC029\nS1132E800E94B308882389F0C09230380E94D6008B\nS1132E908CE390E00E94F9001092173810921838D1\nS1132EA01092193810921A388DC080911D388823D9\nS1132EB011F10E94B610882389F0A09230380E9444\nS1132EC0D60081E090E00E94F90010921738109229\nS1132ED018381092193810921A3874C081E090E0B2\nS1132EE00E94F9001092173810921838109219386D\nS1132EF010921A3867C00E94C6088823E9F0D0925D\nS1132F00253888E790E00E94F90080911738909165\nS1132F101838A0911938B0911A3888589F4FAF4F7C\nS1132F20BF4F8093173890931838A0931938B093F3\nS1132F301A380E94D60046C00E94661243C08230EE\nS1132F4041F50E94B308882329F088E097E00E94A5\nS1132F50F90038C080911D38882359F00E94B610BA\nS1132F60882339F0A092303881E090E00E94F90083\nS1132F7029C080911638882339F0D092303881E006\nS1132F8090E00E94F9001EC00E947A00B09230388E\nS1132F9019C0833069F480911D38882399F0109208\nS1132FA01D38A092303881E090E00E94F9000AC0F8\nS1132FB0853041F40E94320C1092303881E090E068\nS1132FC00E94F90010921B3810921D3810921C3880\nS1132FD00E94E80071CEE0E0F8E0948195FFFDCF17\nS1132FE08093020880E090E008951092E205A0E04A\nS1132FF0B8E016968C911697806C16968C9316975B\nS1133000E0E2F4E084E085838081846080838081D1\nS1133010877F808381EA91E018968D939C9319971A\nS1133020089581E08093E205A0E0B8E016968C91C3\nS11330301697806C16968C931697E0E0F4E0118A4C\nS1133040128A82E0858380818260808380818B7F85\nS1133050808381EA91E018968D939C931997089543\nS11330608091040888233CF4E0E0F8E080819481B6\nS11330709923E4F3089580E00895E0E0F4E080818A\nS11330808D7F808380818B7F808384E0818B828BA2\nS11330900895E0E0F8E0848186FFFDCF848185FF18\nS11330A0FACFE0E0F8E08481806484831682089596\nS11330B0EF92FF920F931F93CF93DF93182F7B010F\nS11330C0042FE90150E060E070E0C7010E94A419F8\nS11330D00E94301890E0E0E0F8E08481882354F006\nS11330E02197A9EFB0E01197F1F700C000002097F5\nS11330F0A1F718C080818A3069F08D3059F021E041\nS1133100290FD701A90FB11D8C93201710F090E05F\nS113311001C0922F8113E1CFF701E90FF11D108255\nS113312081E001C080E0DF91CF911F910F91FF906A\nS1133130EF900895DF92EF92FF920F931F93CF9336\nS1133140DF93D82EE62EEA01F22E882389F1422F4E\nS113315050E060E070E0CE010E94A4190E94301893\nS113316090E0E0E0F8E08481882364F001501109E4\nS1133170A9EFB0E01197F1F700C0000001151105A7\nS113318091F718C0808121E0290FDE01A90FB11D3C\nS11331908C932F1510F090E001C0922F8E11E3CF85\nS11331A0DA94D110E0CFC90FD11D188281E003C099\nS11331B080E001C080E0DF91CF911F910F91FF90DB\nS11331C0EF90DF900895E1E3F8E38BEE97E18087D9\nS11331D091871286138682E0838314861586E09392\nS11331E04138F09342380895DB018F939F930E94F6\nS11331F05419BF91AF91A29F800D911DA39F900D73\nS1133200B29F900D11240895A1E21A2EAA1BBB1B94\nS1133210FD010DC0AA1FBB1FEE1FFF1FA217B3079E\nS1133220E407F50720F0A21BB30BE40BF50B661FB4\nS1133230771F881F991F1A9469F760957095809578\nS113324090959B01AC01BD01CF010895052E97FB1C\nS11332501EF400940E943D1957FD07D00E940419E2\nS113326007FC03D04EF40C943D19509540953095CD\nS113327021953F4F4F4F5F4F0895909580957095DE\nS113328061957F4F8F4F9F4F0895A29FB001B39FC9\nS1133290C001A39F700D811D1124911DB29F700D5B\nS11332A0811D1124911D08950E944519A59F900D1B\nS11332B0B49F900DA49F800D911D11240895FC01CD\nS11332C088279927E89421912032E9F3293010F0D6\nS11332D02E30C8F32B3241F02D3239F4689404C0F7\nS11332E00E94CB19820F911D219120532A30C0F3E3\nS11332F01EF4909581959F4F08951F93FC01992783\nS11333008827BC01E89411911032E9F3193010F0C8\nS11333101E30C8F31B3251F01D3249F4689406C0C4\nS11333200E94B619610F711D811D911D11911053D9\nS11333301A30B0F33EF490958095709561957F4F67\nS11333408F4F9F4F1F910895DC0101C06D93415031\nS11333505040E0F70895FC018191861721F08823FD\nS1133360D9F7992708953197CF010895592F482FF8\nS1133370372F262F660F771F881F991F660F771F19\nS1133380881F991F620F731F841F951F660F771F75\nS1133390881F991F08957AE0979F902D879F802D0D\nS11333A0910D11240895A0E0B0E0E9EDF9E10C9449\nS11333B0D61CAE014B5F5F4FFA0161917191AF0171\nS11333C080914138909142380E94191AE2E00C949D\nS11333D0EF1C0F931F93CF93DF93E0914138F0914B\nS11333E04238238121FF1BC08C01D0E0C0E0F801EA\nS11333F081918F016091413870914238DB011896B8\nS1133400ED91FC911997882331F00995892B79F373\nS1133410DFEFCFEFECCF8AE00995892B19F08FEF1E\nS11334209FEF02C08D2F9C2FDF91CF911F910F91A1\nS11334300895ABE0B0E0EFE1FAE10C94C61C6C0136\nS11334407B018A01FC0116821782838181FFCCC132\nS1133450CE0101963C01F6019381F70193FD85911C\nS113346093FF81917F01882309F4BAC1853239F42D\nS113347093FD859193FF81917F01853229F4B601F3\nS113348090E00E94101CE7CF912C212C312CFFE1FD\nS1133490F315D8F08B3279F038F4803279F0833236\nS11334A0A1F4232D20611DC08D3261F0803369F4B5\nS11334B0232D216016C0832D8260382EE32DE46015\nS11334C03E2E2AC0F32DF8601DC037FC2DC020ED20\nS11334D0280F2A3040F08E32B9F436FC81C1232DF6\nS11334E02064322E19C036FE06C08AE0989E200D54\nS11334F01124922E11C0EAE02E9E200D1124222EBA\nS1133500F32DF0623F2E08C08C3621F4832D8068A1\nS1133510382E02C0883641F4F70193FD859193FF5C\nS113352081917F018111B3CF982F9F7D9554933062\nS113353028F40C5F1F4F9FE399830DC0833631F04D\nS1133540833771F0833509F059C021C0F8018081B7\nS113355089830E5F1F4F88248394912C530113C0D9\nS11335602801F2E04F0E511CF801A080B18036FE14\nS113357003C0692D70E002C06FEF7FEFC5010E94A8\nS1133580051C4C018201F32DFF773F2E16C0280144\nS113359022E0420E511CF801A080B18036FE03C027\nS11335A0692D70E002C06FEF7FEFC5010E94FA1B26\nS11335B04C01F32DF0683F2E820133FC1BC0822D99\nS11335C090E088169906B0F4B60180E290E00E947B\nS11335D0101C2A94F4CFF50137FC859137FE8191B4\nS11335E05F01B60190E00E94101C21102A9421E092\nS11335F0821A91088114910471F7E8C0843611F09D\nS1133600893641F5F80137FE07C0608171818281F6\nS113361093810C5F1F4F08C060817181072E000CDD\nS1133620880B990B0E5F1F4FF32DFF763F2E97FFEC\nS113363009C090958095709561957F4F8F4F9F4FEE\nS1133640F0683F2E2AE030E0A3010E944C1C882E33\nS1133650861845C0853731F4232D2F7EB22E2AE0FB\nS113366030E025C0932D997FB92E8F36C1F018F420\nS1133670883579F0B5C0803719F0883721F0B0C0AB\nS1133680E92FE061BE2EB4FE0DC0FB2DF460BF2E09\nS113369009C034FE0AC0292F2660B22E06C028E0D5\nS11336A030E005C020E130E002C020E132E0F80162\nS11336B0B7FE07C060817181828193810C5F1F4FC7\nS11336C006C06081718180E090E00E5F1F4FA3010E\nS11336D00E944C1C882E8618FB2DFF773F2E36FE49\nS11336E00DC0232D2E7FA22E891458F434FE0BC056\nS11336F032FC09C0832D8E7EA82E05C0B82CA32CC5\nS113370003C0B82C01C0B92CA4FE0FC0FE01E80D03\nS1133710F11D8081803321F49A2D997EA92E09C050\nS1133720A2FE06C0B394B39404C08A2D867809F02F\nS1133730B394A3FC11C0A0FE06C0B21488F4280CF4\nS1133740922C9B180EC0B21460F4B60180E290E093\nS11337500E94101CB394F7CFB21418F42B1802C0B3\nS1133760982C212CA4FE10C0B60180E390E00E94A6\nS1133770101CA2FE17C0A1FC03C088E790E002C0A1\nS113378088E590E0B6010CC08A2D867859F0A1FE38\nS113379002C08BE201C080E2A7FC8DE2B60190E09A\nS11337A00E94101C891438F4B60180E390E00E9452\nS11337B0101C9A94F7CF8A94F301E80DF11D8081CF\nS11337C0B60190E00E94101C8110F5CF222009F46C\nS11337D042CEB60180E290E00E94101C2A94F6CFFB\nS11337E0F6018681978102C08FEF9FEF2B96E2E16D\nS11337F00C94DF1CFC010590615070400110D8F757\nS1133800809590958E0F9F1F0895FC016150704024\nS113381001900110D8F7809590958E0F9F1F089501\nS11338200F931F93CF93DF93FB01238121FD03C0EB\nS11338308FEF9FEF2CC022FF16C046815781248151\nS113384035814217530744F4A081B1819D012F5F54\nS11338503F4F208331838C93268137812F5F3F4FE5\nS11338602683378314C08B01EC01FB010084F185AE\nS1133870E02D0995892BE1F6D80116968D919C913E\nS11338801797019616968D939C931797CE01DF9107\nS1133890CF911F910F910895FA01AA27283051F171\nS11338A0203181F1E8946F936E7F6E5F7F4F8F4F6D\nS11338B09F4FAF4FB1E03ED0B4E03CD0670F781FCC\nS11338C0891F9A1FA11D680F791F8A1F911DA11DB1\nS11338D06A0F711D811D911DA11D20D009F46894EA\nS11338E03F912AE0269F11243019305D3193DEF692\nS11338F0CF010895462F4770405D4193B3E00FD048\nS1133900C9F7F6CF462F4F70405D4A3318F0495D32\nS113391031FD4052419302D0A9F7EACFB4E0A69515\nS11339209795879577956795BA95C9F70097610537\nS1133930710508959B01AC010A2E0694579547958D\nS113394037952795BA95C9F7620F731F841F951F82\nS1133950A01D089503D0808199270895FC01E050AB\nS1133960FC4E0895262FAF93BF93E0E0F0E132813F\nS113397031FDFDCFDC01A050BC4E2C932DE924BFBA\nS113398023E020830196BF91AF9108952F923F9237\nS11339904F925F926F927F928F929F92AF92BF925B\nS11339A0CF92DF92EF92FF920F931F93CF93DF9307\nS11339B0CDB7DEB7CA1BDB0BCDBFDEBF09942A88A7\nS11339C0398848885F846E847D848C849B84AA842F\nS11339D0B984C884DF80EE80FD800C811B81AA81BC\nS11339E0B981CE0FD11DCDBFDEBFED010895F8948E\nS10539F0FFCF03\nS11339F2245051424155442C572C393630302A3404\nS1133A02420D0A0024504D544B3331342C302C31A6\nS1133A122C302C312C302C302C302C302C302C30BF\nS1133A222C302C302C302C302C302C302C302C30B0\nS1133A322C302A32380D0A0024504D544B33313481\nS1133A422C302C312C302C302C302C302C302C308F\nS1133A522C302C302C302C302C302C302C302C3080\nS1133A622C302C302C302A32390D0A0024504D547B\nS1133A724B3331342C302C302C302C312C302C3034\nS1133A822C302C302C302C302C302C302C302C3050\nS1133A922C302C302C302C302C302A32390D0A00A8\nS1133AA25556733A2025752C20544F733A202575A8\nS1133AB22F25752C204572726F72734F7247463AE6\nS1133AC22025752C20545446463A2025750A0D00AB\nS1133AD246697865733A20256C752C204176672EE9\nS1133AE2205454463A20256C7520732C2041766765\nS1133AF22E2048444F502028783130293A20256C12\nS1133B02750A0D000A0D636F756E742C74696D6508\nS1133B127374616D702C6C61742C6C6F6E0A0D0081\nS1133B22256C752C256C752C256C642E2530356C12\nS1133B32642C256C642E2530356C640A0D002A53DE\nS1133B4254415254204D454D4F52592A0A0D0045B5\nS1133B524D5054590A0D002A454E44204D454D4FAF\nS1133B6252592A0A0D002D2D2D5449434B2D5441EF\nS1133B72472D2D2D0A0D005625752C2049443A2037\nS1133B82253032582D25303258253032582C2025F4\nS1133B92756D562C2025303258620A0D0053455457\nS1133BA254494E47533A0A0D2D204D696E20766FC3\nS1133BB26C746167653A202575206D560A0D2D20B7\nS1133BC24672657175656E63793A20257520730AAC\nS1133BD20D2D204D696E2048444F502028783130F5\nS1133BE2293A2025750A0D2D204163746976617482\nS1133BF2696F6E2064656C61793A20257520730AB9\nS1133C020D2D2047656F66656E63696E673A2025E0\nS1133C12750A0D2D20427572737420647572617475\nS1133C22696F6E3A20257520730A0D002D204E6FA0\nS1133C322074696D650A0D002D2054696D653A2062\nS1133C4225753A25303275202D2025753A253032D6\nS1133C5275205554430A0D000A0D302052656164E3\nS1133C62206D656D6F72790A0D312052657365742A\nS1133C72206D656D6F72790A0D3220536574206D63\nS1133C82696E2E20766F6C746167650A0D003320AD\nS1133C92536574206672657175656E63790A0D34B5\nS1133CA2205365742061636375726163790A0D350B\nS1133CB2205365742061637469766174696F6E2040\nS1133CC264656C61790A0D00362053657420746949\nS1133CD26D65730A0D3720546F67676C65206765DD\nS1133CE26F66656E63696E67204F4E2F4F46460AB4\nS1133CF20D38205365742062757273742064757272\nS1133D026174696F6E0A0D3920457869740A0D0071\nS1133D124279652120536C656570696E6720756E02\nS1133D2274696C2061637469766174696F6E2028AA\nS1133D326279207072657373696E67206275747438\nS1133D426F6E20616761696E290A0D002E2E2E2086\nS1133D52004552524F520A0D00444F4E450A0D007F\nS1133D62456E746572206D56202825752E2E257594\nS1133D72293A0A0D0054494D454F55540A0D004F36\nS1133D824B0A0D00456E74657220475053206672CB\nS1133D92657175656E637920696E207320282575B7\nS1133DA22E2E25752C20312E2E35203D2073746144\nS1133DB2792D6F6E293A0A0D00456E746572206D75\nS1133DC2696E2048444F50207820313020282575D0\nS1133DD22E2E2575293A0A0D0054542074726965F1\nS1133DE27320746F20616368696576652048444F67\nS1133DF2502077697468696E20257520730A0D0056\nS1133E02456E7465722061637469766174696F6E5C\nS1133E122064656C617920696E2073202825752ED3\nS1133E222E2575293A0A0D00456E74657220555483\nS1133E32432074696D6520746F207475726E204F0F\nS1133E424E2028666F726D61743A2048484D4D29A0\nS1133E523A0A0D00456E7465722055544320746904\nS1133E626D6520746F207475726E204F464620284B\nS1133E72666F726D61743A2048484D4D293A0A0DB5\nS1133E8200456E746572206475726174696F6E2088\nS1133E9228302D3235302073293A0A0D00256C75ED\nS1133EA22025730A0D00245051464C502C572C31B6\nS10A3EB22C302A32310D000F\nS10D3EB906BA58021E3C00B80B01C3\nS9030000FC\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/Time.d",
    "content": "Time.d Time.o: .././Time.cpp .././Time.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h\n\n.././Time.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/UART.d",
    "content": "UART.d UART.o: .././UART.cpp .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/main.d",
    "content": "main.d main.o: .././main.cpp .././TickTag.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h \\\n C:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h \\\n .././EEPROM_CAT24M01.h .././I2C.h .././UART.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h \\\n .././GPS_L70_Light.h \\\n c:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h \\\n .././Time.h .././HelperFunctions.h .././TestFunctions.h \\\n .././Configuration.h\n\n.././TickTag.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sleep.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\io.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\sfr_defs.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\inttypes.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdint.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdint.h:\n\nC:\\Program\\ Files\\ (x86)\\Atmel\\ Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include/avr/iotn1626.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\portpins.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\common.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\version.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\xmega.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\fuse.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\lock.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\power.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\delay_basic.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\math.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\eeprom.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stddef.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\avr\\interrupt.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdio.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\lib\\gcc\\avr\\5.4.0\\include\\stdarg.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\util\\atomic.h:\n\n.././EEPROM_CAT24M01.h:\n\n.././I2C.h:\n\n.././UART.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\string.h:\n\n.././GPS_L70_Light.h:\n\nc:\\program\\ files\\ (x86)\\atmel\\ studio\\7.0\\toolchain\\avr8\\avr8-gnu-toolchain\\avr\\include\\stdlib.h:\n\n.././Time.h:\n\n.././HelperFunctions.h:\n\n.././TestFunctions.h:\n\n.././Configuration.h:\n"
  },
  {
    "path": "TickTagProgramming/FinalFirmwareBinaries/TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats/makedep.mk",
    "content": "################################################################################\n# Automatically-generated file. Do not edit or delete the file\n################################################################################\n\nHelperFunctions.cpp\n\nTime.cpp\n\nTickTag.cpp\n\nEEPROM_CAT24M01.cpp\n\nGPS_L70_Light.cpp\n\nI2C.cpp\n\nmain.cpp\n\nTestFunctions.cpp\n\nUART.cpp\n\n"
  },
  {
    "path": "TickTagProgramming/avrdude/ReadmeAVRDUDE.txt",
    "content": "Version: avrdude-6.3-mingw32"
  },
  {
    "path": "TickTagProgramming/avrdude/ScriptWriteFusesAndFirmware_V202_ATTINY1626.bat",
    "content": "@ECHO OFF\nECHO Hello! This script configures the fuses of the TickTag and flashes the firmware. Please connect Arduino Nano with jtag2updi to the programming board (PIN: UPDI).\nmode\nset /p COMNUM=\"Enter COM Port: \"\ncd bin\n:loopie\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse1:w:0b00011000:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse2:w:0b00000001:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse5:w:0b11110111:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse6:w:0b00000100:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U flash:w:..\\..\\FinalFirmwareBinaries\\TickTagSoftwareBurst_V202_ATTINY1626\\TickTagSoftwareBurst.hex:i\nECHO Press any key to program again!\nPAUSE\ngoto loopie"
  },
  {
    "path": "TickTagProgramming/avrdude/ScriptWriteFusesAndFirmware_V203_ATTINY1626_BonnetedBats.bat",
    "content": "@ECHO OFF\nECHO Hello! This script configures the fuses of the TickTag and flashes the firmware. Please connect Arduino Nano with jtag2updi to the programming board (PIN: UPDI).\nmode\nset /p COMNUM=\"Enter COM Port: \"\ncd bin\n:loopie\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse1:w:0b00011000:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse2:w:0b00000001:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse5:w:0b11110111:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U fuse6:w:0b00000100:m\navrdude -c jtag2updi -P com%COMNUM% -p t1626 -C ..\\etc\\avrdude.conf -U flash:w:..\\..\\FinalFirmwareBinaries\\TickTagSoftwareBurst_V203_ATTINY1626_BonnetedBats\\TickTagSoftwareBurst.hex:i\nECHO Press any key to program again!\nPAUSE\ngoto loopie"
  },
  {
    "path": "TickTagProgramming/avrdude/ScriptWriteFuses_ATTINY1616.bat",
    "content": "@ECHO OFF\nECHO Hello! This script configures the fuses of the TickTag. Please connect Arduino Nano with jtag2updi to the programming board (PIN: UPDI).\nTIMEOUT 5\ncd bin\navrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse1:w:0b00011000:m\navrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse2:w:0b00000001:m\navrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse5:w:0b11110111:m\navrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse6:w:0b00000100:m\nPAUSE"
  },
  {
    "path": "TickTagProgramming/avrdude/ScriptWriteFuses_ATTINY1626.bat",
    "content": "@ECHO OFF\nECHO Hello! This script configures the fuses of the TickTag. Please connect Arduino Nano with jtag2updi to the programming board (PIN: UPDI).\nTIMEOUT 5\ncd bin\navrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse1:w:0b00011000:m\navrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse2:w:0b00000001:m\navrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse5:w:0b11110111:m\navrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse6:w:0b00000100:m\nPAUSE"
  },
  {
    "path": "TickTagProgramming/avrdude/bin/avrdude.conf",
    "content": "# $Id$ -*- text -*-\n#\n# AVRDUDE Configuration File\n#\n# This file contains configuration data used by AVRDUDE which describes\n# the programming hardware pinouts and also provides part definitions.\n# AVRDUDE's \"-C\" command line option specifies the location of the\n# configuration file.  The \"-c\" option names the programmer configuration\n# which must match one of the entry's \"id\" parameter.  The \"-p\" option\n# identifies which part AVRDUDE is going to be programming and must match\n# one of the parts' \"id\" parameter.\n#\n# DO NOT MODIFY THIS FILE.  Modifications will be overwritten the next\n# time a \"make install\" is run.  For user-specific additions, use the\n# \"-C +filename\" commandline option.\n#\n# Possible entry formats are:\n#\n#   programmer\n#       parent <id>                                 # optional parent\n#       id       = <id1> [, <id2> [, <id3>] ...] ;  # <idN> are quoted strings\n#       desc     = <description> ;                  # quoted string\n#       type     = <type>;                          # programmer type, quoted string\n#                          # supported programmer types can be listed by \"-c ?type\"\n#       connection_type = parallel | serial | usb\n#       baudrate = <num> ;                          # baudrate for avr910-programmer\n#       vcc      = <num1> [, <num2> ... ] ;         # pin number(s)\n#       buff     = <num1> [, <num2> ... ] ;         # pin number(s)\n#       reset    = <num> ;                          # pin number\n#       sck      = <num> ;                          # pin number\n#       mosi     = <num> ;                          # pin number\n#       miso     = <num> ;                          # pin number\n#       errled   = <num> ;                          # pin number\n#       rdyled   = <num> ;                          # pin number\n#       pgmled   = <num> ;                          # pin number\n#       vfyled   = <num> ;                          # pin number\n#       usbvid   = <hexnum>;                        # USB VID (Vendor ID)\n#       usbpid   = <hexnum> [, <hexnum> ...]        # USB PID (Product ID) (1)\n#       usbdev   = <interface>;                     # USB interface or other device info\n#       usbvendor = <vendorname>;                   # USB Vendor Name\n#       usbproduct = <productname>;                 # USB Product Name\n#       usbsn    = <serialno>;                      # USB Serial Number\n#\n#        To invert a bit, use = ~ <num>, the spaces are important.\n#        For a pin list all pins must be inverted.\n#        A single pin can be specified as usual = ~ <num>, for lists\n#        specify it as follows = ~ ( <num> [, <num2> ... ] ) .\n#\n#        (1) Not all programmer types can process a list of PIDs.\n#     ;\n#\n#   part\n#       id               = <id> ;                 # quoted string\n#       desc             = <description> ;        # quoted string\n#       has_jtag         = <yes/no> ;             # part has JTAG i/f\n#       has_debugwire    = <yes/no> ;             # part has debugWire i/f\n#       has_pdi          = <yes/no> ;             # part has PDI i/f\n#       has_updi         = <yes/no> ;             # part has UPDI i/f\n#       has_tpi          = <yes/no> ;             # part has TPI i/f\n#       devicecode       = <num> ;            # deprecated, use stk500_devcode\n#       stk500_devcode   = <num> ;                # numeric\n#       avr910_devcode   = <num> ;                # numeric\n#       signature        = <num> <num> <num> ;    # signature bytes\n#       usbpid           = <num> ;                # DFU USB PID\n#       chip_erase_delay = <num> ;                # micro-seconds\n#       reset            = dedicated | io;\n#       retry_pulse      = reset | sck;\n#       pgm_enable       = <instruction format> ;\n#       chip_erase       = <instruction format> ;\n#       chip_erase_delay = <num> ;                # chip erase delay (us)\n#       # STK500 parameters (parallel programming IO lines)\n#       pagel            = <num> ;                # pin name in hex, i.e., 0xD7\n#       bs2              = <num> ;                # pin name in hex, i.e., 0xA0\n#       serial           = <yes/no> ;             # can use serial downloading\n#       parallel         = <yes/no/pseudo>;       # can use par. programming\n#       # STK500v2 parameters, to be taken from Atmel's XML files\n#       timeout          = <num> ;\n#       stabdelay        = <num> ;\n#       cmdexedelay      = <num> ;\n#       synchloops       = <num> ;\n#       bytedelay        = <num> ;\n#       pollvalue        = <num> ;\n#       pollindex        = <num> ;\n#       predelay         = <num> ;\n#       postdelay        = <num> ;\n#       pollmethod       = <num> ;\n#       mode             = <num> ;\n#       delay            = <num> ;\n#       blocksize        = <num> ;\n#       readsize         = <num> ;\n#       hvspcmdexedelay  = <num> ;\n#       # STK500v2 HV programming parameters, from XML\n#       pp_controlstack  = <num>, <num>, ...;   # PP only\n#       hvsp_controlstack = <num>, <num>, ...;  # HVSP only\n#       hventerstabdelay = <num>;\n#       progmodedelay    = <num>;               # PP only\n#       latchcycles      = <num>;\n#       togglevtg        = <num>;\n#       poweroffdelay    = <num>;\n#       resetdelayms     = <num>;\n#       resetdelayus     = <num>;\n#       hvleavestabdelay = <num>;\n#       resetdelay       = <num>;\n#       synchcycles      = <num>;               # HVSP only\n#       chiperasepulsewidth = <num>;            # PP only\n#       chiperasepolltimeout = <num>;\n#       chiperasetime    = <num>;               # HVSP only\n#       programfusepulsewidth = <num>;          # PP only\n#       programfusepolltimeout = <num>;\n#       programlockpulsewidth = <num>;          # PP only\n#       programlockpolltimeout = <num>;\n#       # JTAG ICE mkII parameters, also from XML files\n#       allowfullpagebitstream = <yes/no> ;\n#       enablepageprogramming = <yes/no> ;\n#       idr              = <num> ;                # IO addr of IDR (OCD) reg.\n#       rampz            = <num> ;                # IO addr of RAMPZ reg.\n#       spmcr            = <num> ;                # mem addr of SPMC[S]R reg.\n#       eecr             = <num> ;                # mem addr of EECR reg.\n#                                                 # (only when != 0x3c)\n#       is_at90s1200     = <yes/no> ;             # AT90S1200 part\n#       is_avr32         = <yes/no> ;             # AVR32 part\n#\n#       memory <memtype>\n#           paged           = <yes/no> ;          # yes / no\n#           size            = <num> ;             # bytes\n#           page_size       = <num> ;             # bytes\n#           num_pages       = <num> ;             # numeric\n#           min_write_delay = <num> ;             # micro-seconds\n#           max_write_delay = <num> ;             # micro-seconds\n#           readback_p1     = <num> ;             # byte value\n#           readback_p2     = <num> ;             # byte value\n#           pwroff_after_write = <yes/no> ;       # yes / no\n#           read            = <instruction format> ;\n#           write           = <instruction format> ;\n#           read_lo         = <instruction format> ;\n#           read_hi         = <instruction format> ;\n#           write_lo        = <instruction format> ;\n#           write_hi        = <instruction format> ;\n#           loadpage_lo     = <instruction format> ;\n#           loadpage_hi     = <instruction format> ;\n#           writepage       = <instruction format> ;\n#         ;\n#     ;\n#\n# If any of the above parameters are not specified, the default value\n# of 0 is used for numerics or the empty string (\"\") for string\n# values.  If a required parameter is left empty, AVRDUDE will\n# complain.\n#\n# Parts can also inherit parameters from previously defined parts\n# using the following syntax. In this case specified integer and\n# string values override parameter values from the parent part. New\n# memory definitions are added to the definitions inherited from the\n# parent.\n#\n#   part parent <id>                              # quoted string\n#       id               = <id> ;                 # quoted string\n#       <any set of other parameters from the list above>\n#     ;\n#\n# NOTES:\n#   * 'devicecode' is the device code used by the STK500 (see codes\n#       listed below)\n#   * Not all memory types will implement all instructions.\n#   * AVR Fuse bits and Lock bits are implemented as a type of memory.\n#   * Example memory types are:\n#       \"flash\", \"eeprom\", \"fuse\", \"lfuse\" (low fuse), \"hfuse\" (high\n#       fuse), \"signature\", \"calibration\", \"lock\"\n#   * The memory type specified on the avrdude command line must match\n#     one of the memory types defined for the specified chip.\n#   * The pwroff_after_write flag causes avrdude to attempt to\n#     power the device off and back on after an unsuccessful write to\n#     the affected memory area if VCC programmer pins are defined.  If\n#     VCC pins are not defined for the programmer, a message\n#     indicating that the device needs a power-cycle is printed out.\n#     This flag was added to work around a problem with the\n#     at90s4433/2333's; see the at90s4433 errata at:\n#\n#         http://www.atmel.com/dyn/resources/prod_documents/doc1280.pdf\n#\n# INSTRUCTION FORMATS\n#\n#    Instruction formats are specified as a comma seperated list of\n#    string values containing information (bit specifiers) about each\n#    of the 32 bits of the instruction.  Bit specifiers may be one of\n#    the following formats:\n#\n#       '1'  = the bit is always set on input as well as output\n#\n#       '0'  = the bit is always clear on input as well as output\n#\n#       'x'  = the bit is ignored on input and output\n#\n#       'a'  = the bit is an address bit, the bit-number matches this bit\n#              specifier's position within the current instruction byte\n#\n#       'aN' = the bit is the Nth address bit, bit-number = N, i.e., a12\n#              is address bit 12 on input, a0 is address bit 0.\n#\n#       'i'  = the bit is an input data bit\n#\n#       'o'  = the bit is an output data bit\n#\n#    Each instruction must be composed of 32 bit specifiers.  The\n#    instruction specification closely follows the instruction data\n#    provided in Atmel's data sheets for their parts.\n#\n# See below for some examples.\n#\n#\n# The following are STK500 part device codes to use for the\n# \"devicecode\" field of the part.  These came from Atmel's software\n# section avr061.zip which accompanies the application note\n# AVR061 available from:\n#\n#      http://www.atmel.com/dyn/resources/prod_documents/doc2525.pdf\n#\n\n#define ATTINY10    0x10  /* the _old_ one that never existed! */\n#define ATTINY11    0x11\n#define ATTINY12    0x12\n#define ATTINY15    0x13\n#define ATTINY13    0x14\n\n#define ATTINY22    0x20\n#define ATTINY26    0x21\n#define ATTINY28    0x22\n#define ATTINY2313  0x23\n\n#define AT90S1200   0x33\n\n#define AT90S2313   0x40\n#define AT90S2323   0x41\n#define AT90S2333   0x42\n#define AT90S2343   0x43\n\n#define AT90S4414   0x50\n#define AT90S4433   0x51\n#define AT90S4434   0x52\n#define ATMEGA48    0x59\n\n#define AT90S8515   0x60\n#define AT90S8535   0x61\n#define AT90C8534   0x62\n#define ATMEGA8515  0x63\n#define ATMEGA8535  0x64\n\n#define ATMEGA8     0x70\n#define ATMEGA88    0x73\n#define ATMEGA168   0x86\n\n#define ATMEGA161   0x80\n#define ATMEGA163   0x81\n#define ATMEGA16    0x82\n#define ATMEGA162   0x83\n#define ATMEGA169   0x84\n\n#define ATMEGA323   0x90\n#define ATMEGA32    0x91\n\n#define ATMEGA64    0xA0\n\n#define ATMEGA103   0xB1\n#define ATMEGA128   0xB2\n#define AT90CAN128  0xB3\n#define AT90CAN64   0xB3\n#define AT90CAN32   0xB3\n\n#define AT86RF401   0xD0\n\n#define AT89START   0xE0\n#define AT89S51\t    0xE0\n#define AT89S52\t    0xE1\n\n# The following table lists the devices in the original AVR910\n# appnote:\n# |Device |Signature | Code |\n# +-------+----------+------+\n# |tiny12 | 1E 90 05 | 0x55 |\n# |tiny15 | 1E 90 06 | 0x56 |\n# |       |          |      |\n# | S1200 | 1E 90 01 | 0x13 |\n# |       |          |      |\n# | S2313 | 1E 91 01 | 0x20 |\n# | S2323 | 1E 91 02 | 0x48 |\n# | S2333 | 1E 91 05 | 0x34 |\n# | S2343 | 1E 91 03 | 0x4C |\n# |       |          |      |\n# | S4414 | 1E 92 01 | 0x28 |\n# | S4433 | 1E 92 03 | 0x30 |\n# | S4434 | 1E 92 02 | 0x6C |\n# |       |          |      |\n# | S8515 | 1E 93 01 | 0x38 |\n# | S8535 | 1E 93 03 | 0x68 |\n# |       |          |      |\n# |mega32 | 1E 95 01 | 0x72 |\n# |mega83 | 1E 93 05 | 0x65 |\n# |mega103| 1E 97 01 | 0x41 |\n# |mega161| 1E 94 01 | 0x60 |\n# |mega163| 1E 94 02 | 0x64 |\n\n# Appnote AVR109 also has a table of AVR910 device codes, which\n# lists:\n# dev         avr910   signature\n# ATmega8     0x77     0x1E 0x93 0x07\n# ATmega8515  0x3B     0x1E 0x93 0x06\n# ATmega8535  0x6A     0x1E 0x93 0x08\n# ATmega16    0x75     0x1E 0x94 0x03\n# ATmega162   0x63     0x1E 0x94 0x04\n# ATmega163   0x66     0x1E 0x94 0x02\n# ATmega169   0x79     0x1E 0x94 0x05\n# ATmega32    0x7F     0x1E 0x95 0x02\n# ATmega323   0x73     0x1E 0x95 0x01\n# ATmega64    0x46     0x1E 0x96 0x02\n# ATmega128   0x44     0x1E 0x97 0x02\n#\n# These codes refer to \"BOOT\" device codes which are apparently\n# different than standard device codes, for whatever reasons\n# (often one above the standard code).\n\n# There are several extended versions of AVR910 implementations around\n# in the Internet.  These add the following codes (only devices that\n# actually exist are listed):\n\n# ATmega8515\t0x3A\n# ATmega128\t0x43\n# ATmega64\t0x45\n# ATtiny26\t0x5E\n# ATmega8535\t0x69\n# ATmega32\t0x72\n# ATmega16\t0x74\n# ATmega8\t0x76\n# ATmega169\t0x78\n\n#\n# Overall avrdude defaults; suitable for ~/.avrduderc\n#\ndefault_parallel   = \"@DEFAULT_PAR_PORT@\";\ndefault_serial     = \"@DEFAULT_SER_PORT@\";\n# default_bitclock = 2.5;\n\n# Turn off safemode by default\n#default_safemode  = no;\n\n\n#\n# PROGRAMMER DEFINITIONS\n#\n\n# http://wiring.org.co/\n# Basically STK500v2 protocol, with some glue to trigger the\n# bootloader.\nprogrammer\n  id    = \"wiring\";\n  desc  = \"Wiring\";\n  type  = \"wiring\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"arduino\";\n  desc  = \"Arduino\";\n  type  = \"arduino\";\n  connection_type = serial;\n;\n# this will interface with the chips on these programmers:\n#\n# http://real.kiev.ua/old/avreal/en/adapters\n# http://www.amontec.com/jtagkey.shtml, jtagkey-tiny.shtml\n# http://www.olimex.com/dev/arm-usb-ocd.html, arm-usb-tiny.html\n# http://www.ethernut.de/en/hardware/turtelizer/index.html\n# http://elk.informatik.fh-augsburg.de/hhweb/doc/openocd/usbjtag/usbjtag.html\n# http://dangerousprototypes.com/docs/FT2232_breakout_board\n# http://www.ftdichip.com/Products/Modules/DLPModules.htm,DLP-2232*,DLP-USB1232H\n# http://flashrom.org/FT2232SPI_Programmer\n#\n# The drivers will look for a specific device and use the first one found.\n# If you have mulitple devices, then look for unique information (like SN)\n# And fill that in here.\n#\n# Note that the pin numbers for the main ISP signals (reset, sck,\n# mosi, miso) are fixed and cannot be changed, since they must match\n# the way the Multi-Protocol Synchronous Serial Engine (MPSSE) of\n# these FTDI ICs has been designed.\n\nprogrammer\n  id         = \"avrftdi\";\n  desc       = \"FT2232D based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0x6010;\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ADBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n#LED SIGNALs - higher ADBUS-Nibble\n#  errled = 4;\n#  rdyled = 5;\n#  pgmled = 6;\n#  vfyled = 7;\n#Buffer Signal - ACBUS - Nibble\n#  buff   = 8;\n;\n# This is an implementation of the above with a buffer IC (74AC244) and\n# 4 LEDs directly attached, all active low.\nprogrammer\n  id         = \"2232HIO\";\n  desc       = \"FT2232H based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic H devices and\n# should be programmed into the EEPROM\n#  usbpid     = 0x8A48;\n  usbpid     = 0x6010;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  buff   = ~4;\n#LED SIGNALs\n  errled = ~ 11;\n  rdyled = ~ 14;\n  pgmled = ~ 13;\n  vfyled = ~ 12;\n;\n\n#The FT4232H can be treated as FT2232H, but it has a different USB\n#device ID of 0x6011.\nprogrammer parent \"avrftdi\"\n  id         = \"4232h\";\n  desc       = \"FT4232H based generic programmer\";\n  usbpid     = 0x6011;\n;\n\nprogrammer\n  id         = \"jtagkey\";\n  desc       = \"Amontec JTAGKey, JTAGKey-Tiny and JTAGKey2\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is used in all JTAGKey variants\n  usbpid     = 0xCFF8;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals => 20 - Pin connector on JTAGKey\n  reset  = 3; # TMS 7 violet\n  sck    = 0; # TCK 9 white\n  mosi   = 1; # TDI 5 green\n  miso   = 2; # TDO 13 orange\n  buff   = ~4;\n# VTG           VREF 1 brown with red tip\n# GND           GND 20 black\n# The colors are on the 20 pin breakout cable\n# from Amontec\n;\n\n# UM232H module from FTDI and Glyn.com.au.\n# See helix.air.net.au for detailed usage information.\n# J1: Connect pin 2 and 3 for USB power.\n# J2: Connect pin 2 and 3 for USB power.\n# J2: Pin 7 is SCK\n#   : Pin 8 is MOSI\n#   : Pin 9 is MISO\n#   : Pin 11 is RST\n#   : Pin 6 is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"UM232H\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n# C232HM module from FTDI and Glyn.com.au.\n# : Orange is SCK\n# : Yellow is MOSI\n# : Green is MISO\n# : Brown is RST\n# : Black is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"C232HM\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n\n# On the adapter you can read \"O-Link\". On the PCB is printed \"OpenJTAG v3.1\"\n# You can find it as \"OpenJTAG ARM JTAG USB\" in the internet.\n# (But there are also several projects called Open JTAG, eg.\n# http://www.openjtag.org, which are completely different.)\n#   http://www.100ask.net/shop/english.html (website seems to be outdated)\n#   http://item.taobao.com/item.htm?id=1559277013\n#   http://www.micro4you.com/store/openjtag-arm-jtag-usb.html (schematics!)\n# some other sources which call it O-Link\n#   http://www.andahammer.com/olink/\n#   http://www.developmentboard.net/31-o-link-debugger.html\n#   http://armwerks.com/catalog/o-link-debugger-copy/\n# or just have a look at ebay ...\n# It is basically the same entry as jtagkey with different usb ids.\nprogrammer parent \"jtagkey\"\n  id         = \"o-link\";\n  desc       = \"O-Link, OpenJTAG from www.100ask.net\";\n  usbvid     = 0x1457;\n  usbpid     = 0x5118;\n  usbvendor  = \"www.100ask.net\";\n  usbproduct = \"USB<=>JTAG&RS232\";\n;\n\n# http://wiki.openmoko.org/wiki/Debug_Board_v3\nprogrammer\n  id    = \"openmoko\";\n  desc  = \"Openmoko debug board (v3)\";\n  type  = \"avrftdi\";\n  usbvid     = 0x1457;\n  usbpid    = 0x5118;\n  usbdev = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n  reset  = 3; # TMS 7\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n;\n\n# Only Rev. A boards.\n# Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf\nprogrammer\n  id         = \"lm3s811\";\n  desc       = \"Luminary Micro LM3S811 Eval Board (Rev. A)\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0xbcd9;\n  usbvendor  = \"LMI\";\n  usbproduct = \"LM3S811 Evaluation Board\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ACBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n# Enable correct buffers\n  buff   = 7;\n;\n\n# submitted as bug #46020\nprogrammer\n  id     = \"tumpa\";\n  desc   = \"TIAO USB Multi-Protocol Adapter\";\n  type   = \"avrftdi\";\n  connection_type = usb;\n  usbvid = 0x0403;\n  usbpid = 0x8A98;\n  usbdev = \"A\";\n  usbvendor = \"TIAO\";\n  usbproduct = \"\";\n  usbsn  = \"\";\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n  reset  = 3; # TMS 7\n;\n\nprogrammer\n  id    = \"avrisp\";\n  desc  = \"Atmel AVR ISP\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispv2\";\n  desc  = \"Atmel AVR ISP V2\";\n  type  =  \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispmkII\";\n  desc  = \"Atmel AVR ISP mkII\";\n  type  =  \"stk500v2\";\n  connection_type = usb;\n;\n\nprogrammer parent \"avrispmkII\"\n  id    = \"avrisp2\";\n;\n\nprogrammer\n  id    = \"buspirate\";\n  desc  = \"The Bus Pirate\";\n  type  = \"buspirate\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"buspirate_bb\";\n  desc  = \"The Bus Pirate (bitbang interface, supports TPI)\";\n  type  = \"buspirate_bb\";\n  connection_type = serial;\n  # pins are bits in bitbang byte (numbers are 87654321)\n  # 1|POWER|PULLUP|AUX|MOSI|CLK|MISO|CS\n  reset  = 1;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 2;\n  #vcc    = 7; This is internally set independent of this setting.\n;\n\n# This is supposed to be the \"default\" STK500 entry.\n# Attempts to select the correct firmware version\n# by probing for it.  Better use one of the entries\n# below instead.\nprogrammer\n  id    = \"stk500\";\n  desc  = \"Atmel STK500\";\n  type  = \"stk500generic\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v1\";\n  desc  = \"Atmel STK500 Version 1.x firmware\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"mib510\";\n  desc  = \"Crossbow MIB510 programming board\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v2\";\n  desc  = \"Atmel STK500 Version 2.x firmware\";\n  type  = \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500pp\";\n  desc  = \"Atmel STK500 V2 in parallel programming mode\";\n  type  = \"stk500pp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500hvsp\";\n  desc  = \"Atmel STK500 V2 in high-voltage serial programming mode\";\n  type  = \"stk500hvsp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk600\";\n  desc  = \"Atmel STK600\";\n  type  = \"stk600\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600pp\";\n  desc  = \"Atmel STK600 in parallel programming mode\";\n  type  = \"stk600pp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600hvsp\";\n  desc  = \"Atmel STK600 in high-voltage serial programming mode\";\n  type  = \"stk600hvsp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"avr910\";\n  desc  = \"Atmel Low Cost Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"ft245r\";\n  desc  = \"FT245R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1; # D1\n  sck   = 0; # D0\n  mosi  = 2; # D2\n  reset = 4; # D4\n;\n\nprogrammer\n  id    = \"ft232r\";\n  desc  = \"FT232R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1;  # RxD\n  sck   = 0;  # TxD\n  mosi  = 2;  # RTS\n  reset = 4;  # DTR\n;\n\n# see http://www.bitwizard.nl/wiki/index.php/FTDI_ATmega\nprogrammer\n  id    = \"bwmega\";\n  desc  = \"BitWizard ftdi_atmega builtin programmer\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 5;  # DSR\n  sck   = 6;  # DCD\n  mosi  = 3;  # CTS\n  reset = 7;  # RI\n;\n\n# see http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html\n# Note: pins are numbered from 1!\nprogrammer\n  id    = \"arduino-ft232r\";\n  desc  = \"Arduino: FT232R connected to ISP\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3;  # CTS X3(1)\n  sck   = 5;  # DSR X3(2)\n  mosi  = 6;  # DCD X3(3)\n  reset = 7;  # RI  X3(4)\n;\n\n# website mentioned above uses this id\nprogrammer parent \"arduino-ft232r\"\n  id    = \"diecimila\";\n  desc  = \"alias for arduino-ft232r\";\n;\n\n# There is a ATmega328P kit PCB called \"uncompatino\".\n# This board allows ISP via its on-board FT232R.\n# This is designed like Arduino Duemilanove but has no standard ICPS header.\n# Its 4 pairs of pins are shorted to enable ftdi_syncbb.\n# http://akizukidenshi.com/catalog/g/gP-07487/\n# http://akizukidenshi.com/download/ds/akizuki/k6096_manual_20130816.pdf\nprogrammer\n  id    = \"uncompatino\";\n  desc  = \"uncompatino with all pairs of pins shorted\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3; # cts\n  sck   = 5; # dsr\n  mosi  = 6; # dcd\n  reset = 7; # ri\n;\n\n# FTDI USB to serial cable TTL-232R-5V with a custom adapter for ICSP\n# http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm\n# http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf\n# For ICSP pinout see for example http://www.atmel.com/images/doc2562.pdf\n# (Figure 1. ISP6PIN header pinout and Table 1. Connections required for ISP ...)\n# TTL-232R GND 1 Black  -> ICPS GND   (pin 6)\n# TTL-232R CTS 2 Brown  -> ICPS MOSI  (pin 4)\n# TTL-232R VCC 3 Red    -> ICPS VCC   (pin 2)\n# TTL-232R TXD 4 Orange -> ICPS RESET (pin 5)\n# TTL-232R RXD 5 Yellow -> ICPS SCK   (pin 3)\n# TTL-232R RTS 6 Green  -> ICPS MISO  (pin 1)\n# Except for VCC and GND, you can connect arbitual pairs as long as\n# the following table is adjusted.\nprogrammer\n  id    = \"ttl232r\";\n  desc  = \"FTDI TTL232R-5V with ICSP adapter\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 2; # rts\n  sck   = 1; # rxd\n  mosi  = 3; # cts\n  reset = 0; # txd\n;\n\nprogrammer\n  id    = \"usbasp\";\n  desc  = \"USBasp, http://www.fischl.de/usbasp/\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x05DC; # Obdev's free shared PID\n  usbvendor  = \"www.fischl.de\";\n  usbproduct = \"USBasp\";\n\n  # following variants are autodetected for id \"usbasp\"\n\n  # original usbasp from fischl.de\n  # see above \"usbasp\"\n\n  # old usbasp from fischl.de\n  #usbvid     = 0x03EB; # ATMEL\n  #usbpid     = 0xC7B4; # (unoffical) USBasp\n  #usbvendor  = \"www.fischl.de\";\n  #usbproduct = \"USBasp\";\n\n  # NIBObee (only if -P nibobee is given on command line)\n  # see below \"nibobee\"\n;\n\nprogrammer\n  id    = \"nibobee\";\n  desc  = \"NIBObee\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x092F; # NIBObee PID\n  usbvendor  = \"www.nicai-systems.com\";\n  usbproduct = \"NIBObee\";\n;\n\nprogrammer\n  id    = \"usbasp-clone\";\n  desc  = \"Any usbasp clone with correct VID/PID\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid    = 0x16C0; # VOTI\n  usbpid    = 0x05DC; # Obdev's free shared PID\n  #usbvendor  = \"\";\n  #usbproduct = \"\";\n;\n\n# USBtiny can also be used for TPI programming.\n# In that case, a resistor of 1 kOhm is needed between MISO and MOSI\n# pins of the connector, and MISO (pin 1 of the 6-pin connector)\n# connects to TPIDATA.\nprogrammer\n  id    = \"usbtiny\";\n  desc  = \"USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x1781;\n  usbpid     = 0x0c9f;\n;\n\n# commercial version of USBtiny, using a separate VID/PID\nprogrammer\n  id    = \"ehajo-isp\";\n  desc  = \"avr-isp-programmer from eHaJo, http://www.eHaJo.de\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x16D0;\n  usbpid     = 0x0BA5;\n;\n\nprogrammer\n  id    = \"butterfly\";\n  desc  = \"Atmel Butterfly Development Board\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr109\";\n  desc  = \"Atmel AppNote AVR109 Boot Loader\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr911\";\n  desc  = \"Atmel AppNote AVR911 AVROSP\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\n# suggested in http://forum.mikrokopter.de/topic-post48317.html\nprogrammer\n  id    = \"mkbutterfly\";\n  desc  = \"Mikrokopter.de Butterfly\";\n  type  = \"butterfly_mk\";\n  connection_type = serial;\n;\n\nprogrammer parent \"mkbutterfly\"\n  id    = \"butterfly_mk\";\n;\n\nprogrammer\n  id    = \"jtagmkI\";\n  desc  = \"Atmel JTAG ICE (mkI)\";\n  baudrate = 115200;    # default is 115200\n  type  = \"jtagmki\";\n  connection_type = serial;\n;\n\n# easier to type\nprogrammer parent \"jtagmkI\"\n  id    = \"jtag1\";\n;\n\n# easier to type\nprogrammer parent \"jtag1\"\n  id    = \"jtag1slow\";\n  baudrate = 19200;\n;\n\n# The JTAG ICE mkII has both, serial and USB connectivity.  As it is\n# mostly used through USB these days (AVR Studio 5 only supporting it\n# that way), we make connection_type = usb the default.  Users are\n# still free to use a serial port with the -P option.\n\nprogrammer\n  id    = \"jtagmkII\";\n  desc  = \"Atmel JTAG ICE mkII\";\n  baudrate = 19200;    # default is 19200\n  type  = \"jtagmkii\";\n  connection_type = usb;\n;\n\n# easier to type\nprogrammer parent \"jtagmkII\"\n  id    = \"jtag2slow\";\n;\n\n# JTAG ICE mkII @ 115200 Bd\nprogrammer parent \"jtag2slow\"\n  id    = \"jtag2fast\";\n  baudrate = 115200;\n;\n\n# make the fast one the default, people will love that\nprogrammer parent \"jtag2fast\"\n  id    = \"jtag2\";\n;\n\n# JTAG ICE mkII in ISP mode\nprogrammer\n  id    = \"jtag2isp\";\n  desc  = \"Atmel JTAG ICE mkII in ISP mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_isp\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in debugWire mode\nprogrammer\n  id    = \"jtag2dw\";\n  desc  = \"Atmel JTAG ICE mkII in debugWire mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_dw\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtagmkII_avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtag2avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in PDI mode\nprogrammer\n  id    = \"jtag2pdi\";\n  desc  = \"Atmel JTAG ICE mkII PDI mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_pdi\";\n  connection_type = usb;\n;\n\n# AVR Dragon in JTAG mode\nprogrammer\n  id    = \"dragon_jtag\";\n  desc  = \"Atmel AVR Dragon in JTAG mode\";\n  baudrate = 115200;\n  type  = \"dragon_jtag\";\n  connection_type = usb;\n;\n\n# AVR Dragon in ISP mode\nprogrammer\n  id    = \"dragon_isp\";\n  desc  = \"Atmel AVR Dragon in ISP mode\";\n  baudrate = 115200;\n  type  = \"dragon_isp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PP mode\nprogrammer\n  id    = \"dragon_pp\";\n  desc  = \"Atmel AVR Dragon in PP mode\";\n  baudrate = 115200;\n  type  = \"dragon_pp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in HVSP mode\nprogrammer\n  id    = \"dragon_hvsp\";\n  desc  = \"Atmel AVR Dragon in HVSP mode\";\n  baudrate = 115200;\n  type  = \"dragon_hvsp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in debugWire mode\nprogrammer\n  id    = \"dragon_dw\";\n  desc  = \"Atmel AVR Dragon in debugWire mode\";\n  baudrate = 115200;\n  type  = \"dragon_dw\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PDI mode\nprogrammer\n  id    = \"dragon_pdi\";\n  desc  = \"Atmel AVR Dragon in PDI mode\";\n  baudrate = 115200;\n  type  = \"dragon_pdi\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"jtag3\";\n  desc  = \"Atmel AVR JTAGICE3 in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3pdi\";\n  desc  = \"Atmel AVR JTAGICE3 in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3dw\";\n  desc  = \"Atmel AVR JTAGICE3 in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3isp\";\n  desc  = \"Atmel AVR JTAGICE3 in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"xplainedpro\";\n  desc  = \"Atmel AVR XplainedPro in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2111;\n;\n\nprogrammer\n  id    = \"xplainedmini\";\n  desc  = \"Atmel AVR XplainedMini in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"xplainedmini_dw\";\n  desc  = \"Atmel AVR XplainedMini in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"atmelice\";\n  desc  = \"Atmel-ICE (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_pdi\";\n  desc  = \"Atmel-ICE (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_dw\";\n  desc  = \"Atmel-ICE (ARM/AVR) in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_isp\";\n  desc  = \"Atmel-ICE (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"powerdebugger\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_pdi\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_dw\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in debugWire mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_isp\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"pavr\";\n  desc  = \"Jason Kyle's pAVR Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"pickit2\";\n  desc  = \"MicroChip's PICkit2 Programmer\";\n  type  = \"pickit2\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip1\";\n  desc  = \"FLIP USB DFU protocol version 1 (doc7618)\";\n  type  = \"flip1\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip2\";\n  desc  = \"FLIP USB DFU protocol version 2 (AVR4023)\";\n  type  = \"flip2\";\n  connection_type = usb;\n;\n\n#@HAVE_PARPORT_BEGIN@  Inclusion of the following depends on --enable-parport\n# Parallel port programmers.\n\nprogrammer\n  id    = \"bsd\";\n  desc  = \"Brian Dean's Programmer, http://www.bsdhome.com/avrdude/\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 2, 3, 4, 5;\n  reset = 7;\n  sck   = 8;\n  mosi  = 9;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"stk200\";\n  desc  = \"STK200\";\n  type  = \"par\";\n  connection_type = parallel;\n  buff  = 4, 5;\n  sck   = 6;\n  mosi  = 7;\n  reset = 9;\n  miso  = 10;\n;\n\n# The programming dongle used by the popular Ponyprog\n# utility.  It is almost similar to the STK200 one,\n# except that there is a LED indicating that the\n# programming is currently in progress.\n\nprogrammer parent \"stk200\"\n  id    = \"pony-stk200\";\n  desc  = \"Pony Prog STK200\";\n  pgmled = 8;\n;\n\nprogrammer\n  id    = \"dt006\";\n  desc  = \"Dontronics DT006\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 5;\n  mosi  = 2;\n  miso  = 11;\n;\n\nprogrammer parent \"dt006\"\n  id    = \"bascom\";\n  desc  = \"Bascom SAMPLE programming cable\";\n;\n\nprogrammer\n  id     = \"alf\";\n  desc   = \"Nightshade ALF-PgmAVR, http://nightshade.homeip.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  vcc    = 2, 3, 4, 5;\n  buff   = 6;\n  reset  = 7;\n  sck    = 8;\n  mosi   = 9;\n  miso   = 10;\n  errled = 1;\n  rdyled = 14;\n  pgmled = 16;\n  vfyled = 17;\n;\n\nprogrammer\n  id    = \"sp12\";\n  desc  = \"Steve Bolt's Programmer\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 4,5,6,7,8;\n  reset = 3;\n  sck   = 2;\n  mosi  = 9;\n  miso  = 11;\n;\n\nprogrammer\n  id     = \"picoweb\";\n  desc   = \"Picoweb Programming Cable, http://www.picoweb.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  reset  = 2;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 13;\n;\n\nprogrammer\n  id    = \"abcmini\";\n  desc  = \"ABCmini Board, aka Dick Smith HOTCHIP\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"futurlec\";\n  desc  = \"Futurlec.com programming cable.\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 3;\n  sck   = 2;\n  mosi  = 1;\n  miso  = 10;\n;\n\n\n# From the contributor of the \"xil\" jtag cable:\n# The \"vcc\" definition isn't really vcc (the cable gets its power from\n# the programming circuit) but is necessary to switch one of the\n# buffer lines (trying to add it to the \"buff\" lines doesn't work in\n# avrdude versions before 5.5j).\n# With this, TMS connects to RESET, TDI to MOSI, TDO to MISO and TCK\n# to SCK (plus vcc/gnd of course)\nprogrammer\n  id    = \"xil\";\n  desc  = \"Xilinx JTAG cable\";\n  type  = \"par\";\n  connection_type = parallel;\n  mosi  = 2;\n  sck   = 3;\n  reset = 4;\n  buff  = 5;\n  miso  = 13;\n  vcc   = 6;\n;\n\n\nprogrammer\n  id = \"dapa\";\n  desc = \"Direct AVR Parallel Access cable\";\n  type = \"par\";\n  connection_type = parallel;\n  vcc   = 3;\n  reset = 16;\n  sck = 1;\n  mosi = 2;\n  miso = 11;\n;\n\nprogrammer\n  id    = \"atisp\";\n  desc  = \"AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~6;\n  sck   = ~8;\n  mosi  = ~7;\n  miso  = ~10;\n;\n\nprogrammer\n  id    = \"ere-isp-avr\";\n  desc  = \"ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"blaster\";\n  desc  = \"Altera ByteBlaster\";\n  type  = \"par\";\n  connection_type = parallel;\n  sck   = 2;\n  miso  = 11;\n  reset = 3;\n  mosi  = 8;\n  buff  = 14;\n;\n\n# It is almost same as pony-stk200, except vcc on pin 5 to auto\n# disconnect port (download on http://electropol.free.fr/spip/spip.php?article27)\nprogrammer parent \"pony-stk200\"\n  id    = \"frank-stk200\";\n  desc  = \"Frank STK200\";\n  buff  = ; # delete buff pin assignment\n  vcc   = 5;\n;\n\n# The AT98ISP Cable is a simple parallel dongle for AT89 family.\n# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877\nprogrammer\n  id = \"89isp\";\n  desc = \"Atmel at89isp cable\";\n  type = \"par\";\n  connection_type = parallel;\n  reset = 17;\n  sck = 1;\n  mosi = 2;\n  miso = 10;\n;\n\n#@HAVE_PARPORT_END@\n\n#This programmer bitbangs GPIO lines using the Linux sysfs GPIO interface\n#\n#To enable it set the configuration below to match the GPIO lines connected to the\n#relevant ISP header pins and uncomment the entry definition. In case you don't\n#have the required permissions to edit this system wide config file put the\n#entry in a separate <your name>.conf file and use it with -C+<your name>.conf\n#on the command line.\n#\n#To check if your avrdude build has support for the linuxgpio programmer compiled in,\n#use -c?type on the command line and look for linuxgpio in the list. If it's not available\n#you need pass the --enable-linuxgpio=yes option to configure and recompile avrdude.\n#\n#programmer\n#  id    = \"linuxgpio\";\n#  desc  = \"Use the Linux sysfs interface to bitbang GPIO lines\";\n#  type  = \"linuxgpio\";\n#  reset = ?;\n#  sck   = ?;\n#  mosi  = ?;\n#  miso  = ?;\n#;\n\n# some ultra cheap programmers use bitbanging on the\n# serialport.\n#\n# PC - DB9 - Pins for RS232:\n#\n# GND   5   -- |O\n#              |   O| <-   9   RI\n# DTR   4   <- |O   |\n#              |   O| <-   8   CTS\n# TXD   3   <- |O   |\n#              |   O| ->   7   RTS\n# RXD   2   -> |O   |\n#              |   O| <-   6   DSR\n# DCD   1   -> |O\n#\n# Using RXD is currently not supported.\n# Using RI is not supported under Win32 but is supported under Posix.\n\n# serial ponyprog design (dasa2 in uisp)\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer\n  id    = \"ponyser\";\n  desc  = \"design ponyprog serial, reset=!txd sck=rts mosi=dtr miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~3;\n  sck   = 7;\n  mosi  = 4;\n  miso  = 8;\n;\n\n# Same as above, different name\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer parent \"ponyser\"\n  id    = \"siprog\";\n  desc  = \"Lancos SI-Prog <http://www.lancos.com/siprogsch.html>\";\n;\n\n# unknown (dasa in uisp)\n# reset=rts sck=dtr mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa\";\n  desc  = \"serial port banging, reset=rts sck=dtr mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 7;\n  sck   = 4;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# unknown (dasa3 in uisp)\n# reset=!dtr sck=rts mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa3\";\n  desc  = \"serial port banging, reset=!dtr sck=rts mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~4;\n  sck   = 7;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# C2N232i (jumper configuration \"auto\")\n# reset=dtr sck=!rts mosi=!txd miso=!cts\n\nprogrammer\n  id    = \"c2n232i\";\n  desc  = \"serial port banging, reset=dtr sck=!rts mosi=!txd miso=!cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 4;\n  sck   = ~7;\n  mosi  = ~3;\n  miso  = ~8;\n;\n\n#\n# PART DEFINITIONS\n#\n\n#------------------------------------------------------------\n# ATtiny11\n#------------------------------------------------------------\n\n# This is an HVSP-only device.\n\npart\n    id                  = \"t11\";\n    desc                = \"ATtiny11\";\n    stk500_devcode      = 0x11;\n    signature           = 0x1e 0x90 0x04;\n    chip_erase_delay    = 20000;\n\n    timeout\t\t= 200;\n    hvsp_controlstack     =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n\tdelay\t\t= 5;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\tdelay\t\t= 3;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny12\n#------------------------------------------------------------\n\npart\n    id                  = \"t12\";\n    desc                = \"ATtiny12\";\n    stk500_devcode      = 0x12;\n    avr910_devcode      = 0x55;\n    signature           = 0x1e 0x90 0x05;\n    chip_erase_delay    = 20000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 8;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny13\n#------------------------------------------------------------\n\npart\n    id                  = \"t13\";\n    desc                = \"ATtiny13\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x0E, 0x1E;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x0E, 0xB4, 0x0E, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode      = 0x14;\n    signature           = 0x1e 0x90 0x07;\n    chip_erase_delay    = 4000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 90;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 0;\n\n    memory \"eeprom\"\n        size            = 64;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x   x  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 5;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 1024;\n        page_size       = 32;\n        num_pages       = 32;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x  x  x   x  x a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n\tread            = \"0  1  0  1   1  0  0  0    0 0 0 0  0 0 0 0\",\n                          \"x  x  x  x   x  x  x  x    x x o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    1 1 i i  i i i i\";\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny15\n#------------------------------------------------------------\n\npart\n    id                  = \"t15\";\n    desc                = \"ATtiny15\";\n    stk500_devcode      = 0x13;\n    avr910_devcode      = 0x56;\n    signature           = 0x1e 0x90 0x06;\n    chip_erase_delay    = 8200;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 5;\n    synchcycles         = 6;\n    latchcycles         = 16;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 8200;\n        max_write_delay = 8200;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4100;\n        max_write_delay = 4100;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  1 1 i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# AT90s1200\n#------------------------------------------------------------\n\npart\n    id               = \"1200\";\n    desc             = \"AT90S1200\";\n    is_at90s1200     = yes;\n    stk500_devcode   = 0x33;\n    avr910_devcode   = 0x13;\n    signature        = 0x1e 0x90 0x01;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 1;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 0;\n    pollvalue\t\t= 0xFF;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1 0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1 1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x02;\n\tdelay\t\t= 15;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4414\n#------------------------------------------------------------\n\npart\n    id               = \"4414\";\n    desc             = \"AT90S4414\";\n    stk500_devcode   = 0x50;\n    avr910_devcode   = 0x28;\n    signature        = 0x1e 0x92 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2313\n#------------------------------------------------------------\n\npart\n    id               = \"2313\";\n    desc             = \"AT90S2313\";\n    stk500_devcode   = 0x40;\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x91 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x i i x\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2333\n#------------------------------------------------------------\n\npart\n    id               = \"2333\";\n##### WARNING: No XML file for device 'AT90S2333'! #####\n    desc             = \"AT90S2333\";\n    stk500_devcode   = 0x42;\n    avr910_devcode   = 0x34;\n    signature        = 0x1e 0x91 0x05;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s2343 (also AT90s2323 and ATtiny22)\n#------------------------------------------------------------\n\npart\n    id               = \"2343\";\n    desc             = \"AT90S2343\";\n    stk500_devcode   = 0x43;\n    avr910_devcode   = 0x4c;\n    signature        = 0x1e 0x91 0x03;\n    chip_erase_delay = 18000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 0;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 128;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 1  1 1 1 i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s4433\n#------------------------------------------------------------\n\npart\n    id               = \"4433\";\n    desc             = \"AT90S4433\";\n    stk500_devcode   = 0x51;\n    avr910_devcode   = 0x30;\n    signature        = 0x1e 0x92 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4434\n#------------------------------------------------------------\n\npart\n    id               = \"4434\";\n##### WARNING: No XML file for device 'AT90S4434'! #####\n    desc             = \"AT90S4434\";\n    stk500_devcode   = 0x52;\n    avr910_devcode   = 0x6c;\n    signature        = 0x1e 0x92 0x02;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8515\n#------------------------------------------------------------\n\npart\n    id               = \"8515\";\n    desc             = \"AT90S8515\";\n    stk500_devcode   = 0x60;\n    avr910_devcode   = 0x38;\n    signature        = 0x1e 0x93 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8535\n#------------------------------------------------------------\n\npart\n    id               = \"8535\";\n    desc             = \"AT90S8535\";\n    stk500_devcode   = 0x61;\n    avr910_devcode   = 0x68;\n    signature        = 0x1e 0x93 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  o\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  0  1  1   1  1  1  i\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   o  o  x  x   x  x  x  x\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega103\n#------------------------------------------------------------\n\npart\n    id               = \"m103\";\n    desc             = \"ATmega103\";\n    stk500_devcode   = 0xB1;\n    avr910_devcode   = 0x41;\n    signature        = 0x1e 0x97 0x01;\n    chip_erase_delay = 112000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x8E, 0x9E, 0x2E, 0x3E, 0xAE, 0xBE,\n        0x4E, 0x5E, 0xCE, 0xDE, 0x6E, 0x7E, 0xEE, 0xDE,\n        0x66, 0x76, 0xE6, 0xF6, 0x6A, 0x7A, 0xEA, 0x7A,\n        0x7F, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 10;\n\n    memory \"eeprom\"\n        size            = 4096;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 22000;\n        max_write_delay = 56000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 70;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0  x x x x  x x x x\",\n                          \"x x x x  x x x x  x x o x  o 1 o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 1  i 1 i i\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega64\n#------------------------------------------------------------\n\npart\n    id               = \"m64\";\n    desc             = \"ATmega64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xA0;\n    avr910_devcode   = 0x45;\n    signature        = 0x1e 0x96 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega128\n#------------------------------------------------------------\n\npart\n    id               = \"m128\";\n    desc             = \"ATmega128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    rampz               = 0x3b;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN128\n#------------------------------------------------------------\n\npart\n    id               = \"c128\";\n    desc             = \"AT90CAN128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN64\n#------------------------------------------------------------\n\npart\n    id               = \"c64\";\n    desc             = \"AT90CAN64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x96 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN32\n#------------------------------------------------------------\n\npart\n    id               = \"c32\";\n    desc             = \"AT90CAN32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x95 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 256;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega16\n#------------------------------------------------------------\n\npart\n    id               = \"m16\";\n    desc             = \"ATmega16\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82;\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x94 0x03;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 100;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"calibration\"\n        size            = 4;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega164P\n#------------------------------------------------------------\n\n# close to ATmega16\n\npart parent \"m16\"\n    id               = \"m164p\";\n    desc             = \"ATmega164P\";\n    signature        = 0x1e 0x94 0x0a;\n\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    allowfullpagebitstream = no;\n    chip_erase_delay = 55000;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324P\n#------------------------------------------------------------\n\n# similar to ATmega164P\n\npart\n    id               = \"m324p\";\n    desc             = \"ATmega324P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x95 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324PA\n#------------------------------------------------------------\n\n# similar to ATmega324P\n\npart parent \"m324p\"\n    id               = \"m324pa\";\n    desc             = \"ATmega324PA\";\n    signature        = 0x1e 0x95 0x11;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega644\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m644\";\n    desc             = \"ATmega644\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x96 0x09;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega644P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart parent \"m644\"\n    id               = \"m644p\";\n    desc             = \"ATmega644P\";\n    signature        = 0x1e 0x96 0x0a;\n\n    ocdrev              = 3;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m1284\";\n    desc             = \"ATmega1284\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x06;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart\n    id               = \"m1284p\";\n    desc             = \"ATmega1284P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega162\n#------------------------------------------------------------\n\npart\n    id               = \"m162\";\n    desc             = \"ATmega162\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x83;\n    avr910_devcode   = 0x63;\n    signature        = 0x1e 0x94 0x04;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n\n    idr              = 0x04;\n    spmcr            = 0x57;\n    allowfullpagebitstream = yes;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    ocdrev              = 2;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n       mode        = 0x41;\n    delay       = 10;\n    blocksize   = 128;\n    readsize    = 256;\n\n        ;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n                read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n                write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n\n        read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega163\n#------------------------------------------------------------\n\npart\n    id               = \"m163\";\n    desc             = \"ATmega163\";\n    stk500_devcode   = 0x81;\n    avr910_devcode   = 0x64;\n    signature        = 0x1e 0x94 0x02;\n    chip_erase_delay = 32000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n        mode            = 0x41;\n        delay           = 20;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o x x  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i 1 1  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   x x x x  1 o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  0 x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega169\n#------------------------------------------------------------\n\npart\n    id               = \"m169\";\n    desc             = \"ATmega169\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x85;\n    avr910_devcode   = 0x78;\n    signature        = 0x1e 0x94 0x05;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329\n#------------------------------------------------------------\n\npart\n    id               = \"m329\";\n    desc             = \"ATmega329\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x95 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329P\n#------------------------------------------------------------\n# Identical to ATmega329 except of the signature\n\npart parent \"m329\"\n    id               = \"m329p\";\n    desc             = \"ATmega329P\";\n    signature        = 0x1e 0x95 0x0b;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290\n#------------------------------------------------------------\n\n# identical to ATmega329\n\npart parent \"m329\"\n    id               = \"m3290\";\n    desc             = \"ATmega3290\";\n    signature        = 0x1e 0x95 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290P\n#------------------------------------------------------------\n\n# identical to ATmega3290 except of the signature\n\npart parent \"m3290\"\n    id               = \"m3290p\";\n    desc             = \"ATmega3290P\";\n    signature        = 0x1e 0x95 0x0c;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega649\n#------------------------------------------------------------\n\npart\n    id               = \"m649\";\n    desc             = \"ATmega649\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x96 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega6490\n#------------------------------------------------------------\n\n# identical to ATmega649\n\npart parent \"m649\"\n    id               = \"m6490\";\n    desc             = \"ATmega6490\";\n    signature        = 0x1e 0x96 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega32\n#------------------------------------------------------------\n\npart\n    id               = \"m32\";\n    desc             = \"ATmega32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x91;\n    avr910_devcode   = 0x72;\n    signature        = 0x1e 0x95 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no;   /* leave this \"no\" */\n        page_size       = 4;    /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o o\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega161\n#------------------------------------------------------------\n\npart\n    id               = \"m161\";\n    desc             = \"ATmega161\";\n    stk500_devcode   = 0x80;\n    avr910_devcode   = 0x60;\n    signature        = 0x1e 0x94 0x01;\n    chip_erase_delay = 28000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 3400;\n        max_write_delay = 3400;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 14000;\n        max_write_delay = 14000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 16;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x o x o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 x  x x x x\",\n                          \"x x x x  x x x x   1 i 1 i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega8\n#------------------------------------------------------------\n\npart\n    id               = \"m8\";\n    desc             = \"ATmega8\";\n    stk500_devcode   = 0x70;\n    avr910_devcode   = 0x76;\n    signature        = 0x1e 0x93 0x07;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 10000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        page_size       = 4;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega8515\n#------------------------------------------------------------\n\npart\n    id               = \"m8515\";\n    desc             = \"ATmega8515\";\n    stk500_devcode   = 0x63;\n    avr910_devcode   = 0x3A;\n    signature        = 0x1e 0x93 0x06;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0     0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0   o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega8535\n#------------------------------------------------------------\n\npart\n    id               = \"m8535\";\n    desc             = \"ATmega8535\";\n    stk500_devcode   = 0x64;\n    avr910_devcode   = 0x69;\n    signature        = 0x1e 0x93 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATtiny26\n#------------------------------------------------------------\n\npart\n    id                  = \"t26\";\n    desc                = \"ATtiny26\";\n    stk500_devcode      = 0x21;\n    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x09;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 9000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  x x x i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny261\n#------------------------------------------------------------\n# Close to ATtiny26\n\npart\n    id                  = \"t261\";\n    desc                = \"ATtiny261\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x0c;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 128;\n        page_size       = 4;\n        num_pages       = 32;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny461\n#------------------------------------------------------------\n# Close to ATtiny261\n\npart\n    id                  = \"t461\";\n    desc                = \"ATtiny461\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x92 0x08;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 256;\n        page_size       = 4;\n        num_pages       = 64;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny861\n#------------------------------------------------------------\n# Close to ATtiny461\n\npart\n    id                  = \"t861\";\n    desc                = \"ATtiny861\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x93 0x0d;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 512;\n        num_pages       = 128;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o  o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i  i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny28\n#------------------------------------------------------------\n\n# This is an HVPP-only device.\n\npart\n    id                  = \"t28\";\n    desc                = \"ATtiny28\";\n    stk500_devcode      = 0x22;\n    avr910_devcode      = 0x5c;\n    signature           = 0x1e 0x91 0x07;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"flash\"\n        size            = 2048;\n        page_size       = 2;\n        readsize        = 256;\n        delay           = 5;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega48\n#------------------------------------------------------------\n\npart\n    id               = \"m48\";\n    desc             = \"ATmega48\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x59;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x92 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 45000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega48P\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48p\";\n    desc             = \"ATmega48P\";\n    signature        = 0x1e 0x92 0x0a;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega48PB\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48pb\";\n    desc             = \"ATmega48PB\";\n    signature        = 0x1e 0x92 0x10;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88\n#------------------------------------------------------------\n\npart\n    id               = \"m88\";\n    desc             = \"ATmega88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x0a;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega88P\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88p\";\n    desc             = \"ATmega88P\";\n    signature        = 0x1e 0x93 0x0f;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88PB\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88pb\";\n    desc             = \"ATmega88PB\";\n    signature        = 0x1e 0x93 0x16;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega168\n#------------------------------------------------------------\n\npart\n    id              = \"m168\";\n    desc            = \"ATmega168\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x06;\n    pagel           = 0xd7;\n    bs2             = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x x x i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 i i i i i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# ATmega168P\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168p\";\n    desc            = \"ATmega168P\";\n    signature       = 0x1e 0x94 0x0b;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega168PB\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168pb\";\n    desc            = \"ATmega168PB\";\n    signature       = 0x1e 0x94 0x15;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATtiny88\n#------------------------------------------------------------\n\npart\n    id               = \"t88\";\n    desc             = \"ATtiny88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x11;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 64;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 64;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega328\n#------------------------------------------------------------\n\npart\n    id\t\t\t= \"m328\";\n    desc\t\t= \"ATmega328\";\n    has_debugwire\t= yes;\n    flash_instr\t\t= 0xB6, 0x01, 0x11;\n    eeprom_instr\t= 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t\t\t  0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t\t\t  0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode\t= 0x86;\n    # avr910_devcode\t= 0x;\n    signature\t\t= 0x1e 0x95 0x14;\n    pagel\t\t= 0xd7;\n    bs2\t\t\t= 0xc2;\n    chip_erase_delay\t= 9000;\n    pgm_enable = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    timeout\t= 200;\n    stabdelay\t= 100;\n    cmdexedelay\t= 25;\n    synchloops\t= 32;\n    bytedelay\t= 0;\n    pollindex\t= 3;\n    pollvalue\t= 0x53;\n    predelay\t= 1;\n    postdelay\t= 1;\n    pollmethod\t= 1;\n\n    pp_controlstack =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay\t= 100;\n    progmodedelay\t= 0;\n    latchcycles\t\t= 5;\n    togglevtg\t\t= 1;\n    poweroffdelay\t= 15;\n    resetdelayms\t= 1;\n    resetdelayus\t= 0;\n    hvleavestabdelay\t= 15;\n    resetdelay\t\t= 15;\n    chiperasepulsewidth\t= 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n\tpaged\t\t= no;\n\tpage_size\t= 4;\n\tsize\t\t= 1024;\n\tmin_write_delay = 3600;\n\tmax_write_delay = 3600;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread = \" 1 0 1 0 0 0 0 0\",\n\t       \" 0 0 0 x x x a9 a8\",\n\t       \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t       \" o o o o o o o o\";\n\n\twrite = \" 1 1 0 0 0 0 0 0\",\n\t      \t\" 0 0 0 x x x a9 a8\",\n\t\t\" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t\" i i i i i i i i\";\n\n\tloadpage_lo = \" 1 1 0 0 0 0 0 1\",\n\t\t      \" 0 0 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 0 0 0 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 1 1 0 0 0 0 1 0\",\n\t\t    \" 0 0 x x x x a9 a8\",\n\t\t    \" a7 a6 a5 a4 a3 a2 0 0\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n\tpaged\t\t= yes;\n\tsize\t\t= 32768;\n\tpage_size\t= 128;\n\tnum_pages\t= 256;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread_lo = \" 0 0 1 0 0 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tread_hi = \" 0 0 1 0 1 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tloadpage_lo = \" 0 1 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\tloadpage_hi = \" 0 1 0 0 1 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 0 1 0 0 1 1 0 0\",\n\t\t    \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t    \" a7 a6 x x x x x x\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\n    ;\n\n    memory \"lfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"hfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"efuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n\t      \t\"x x x x x x x x x x x x x i i i\";\n    ;\n\n    memory \"lock\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x x x o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n\t      \t\"x x x x x x x x 1 1 i i i i i i\";\n    ;\n\n    memory \"calibration\"\n\tsize = 1;\n\tread = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n\t       \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n    ;\n\n    memory \"signature\"\n\tsize = 3;\n\tread = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n\t       \"x x x x x x a1 a0 o o o o o o o o\";\n    ;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328p\";\n    desc\t\t= \"ATmega328P\";\n    signature\t\t= 0x1e 0x95 0x0F;\n\n    ocdrev              = 1;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328pb\";\n    desc\t\t= \"ATmega328PB\";\n    signature\t\t= 0x1e 0x95 0x16;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega32m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m32m1\";\n    desc            = \"ATmega32M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x95 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega64m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m64m1\";\n    desc            = \"ATmega64M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x96 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny2313\n#------------------------------------------------------------\n\npart\n     id            = \"t2313\";\n     desc          = \"ATtiny2313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x91 0x0a;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny2313 has Signature Bytes: 0x1E 0x91 0x0A.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n# The Tiny2313 has calibration data for both 4 MHz and 8 MHz.\n# The information in the data sheet of April/2004 is wrong, this works:\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny4313\n#------------------------------------------------------------\n\npart\n     id            = \"t4313\";\n     desc          = \"ATtiny4313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x92 0x0d;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1   0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1   1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x   x  x  x\",\n                           \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny4313 has Signature Bytes: 0x1E 0x92 0x0D.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2\n#------------------------------------------------------------\n\npart\n     id            = \"pwm2\";\n     desc          = \"AT90PWM2\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n     stk500_devcode   = 0x65;\n##  avr910_devcode   = ?;\n     signature        = 0x1e 0x93 0x81;\n     pagel            = 0xD8;\n     bs2              = 0xE2;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0   0\",\n                           \"  0  0  0  0   a11 a10 a9  a8\",\n                           \" a7 a6 a5  x   x   x   x   x\",\n                           \"  x  x  x  x   x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n       ;\n#   AT90PWM2 has Signature Bytes: 0x1E 0x93 0x81.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2 (including the signature!)\n\npart parent \"pwm2\"\n     id            = \"pwm3\";\n     desc          = \"AT90PWM3\";\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2B\n#------------------------------------------------------------\n# Same as AT90PWM2 but different signature.\n\npart parent \"pwm2\"\n     id            = \"pwm2b\";\n     desc          = \"AT90PWM2B\";\n     signature     = 0x1e 0x93 0x83;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3B\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2B (including the signature!)\n\npart parent \"pwm2b\"\n     id            = \"pwm3b\";\n     desc          = \"AT90PWM3B\";\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM316\n#------------------------------------------------------------\n\n# Similar to AT90PWM3B, but with 16 kiB flash, 512 B EEPROM, and 1024 B SRAM.\n\npart parent \"pwm3b\"\n     id            = \"pwm316\";\n     desc          = \"AT90PWM316\";\n     signature     = 0x1e 0x94 0x83;\n\n    ocdrev              = 1;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM216\n#------------------------------------------------------------\n# Completely identical to AT90PWM316 (including the signature!)\n\npart parent \"pwm316\"\n     id = \"pwm216\";\n     desc = \"AT90PWM216\";\n  ;\n\n#------------------------------------------------------------\n# ATtiny25\n#------------------------------------------------------------\n\npart\n     id            = \"t25\";\n     desc          = \"ATtiny25\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x08;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny25 has Signature Bytes: 0x1E 0x91 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny45\n#------------------------------------------------------------\n\npart\n     id            = \"t45\";\n     desc          = \"ATtiny45\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x06;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n         page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny45 has Signature Bytes: 0x1E 0x92 0x08. (Data sheet 2586C-AVR-06/05 (doc2586.pdf) indicates otherwise!)\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny85\n#------------------------------------------------------------\n\npart\n     id            = \"t85\";\n     desc          = \"ATtiny85\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny85 has Signature Bytes: 0x1E 0x93 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATmega640\n#------------------------------------------------------------\n# Almost same as ATmega1280, except for different memory sizes\n\npart\n    id               = \"m640\";\n    desc             = \"ATmega640\";\n    signature        = 0x1e 0x96 0x08;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1280\n#------------------------------------------------------------\n\npart\n    id               = \"m1280\";\n    desc             = \"ATmega1280\";\n    signature        = 0x1e 0x97 0x03;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1281\n#------------------------------------------------------------\n# Identical to ATmega1280\n\npart parent \"m1280\"\n    id               = \"m1281\";\n    desc             = \"ATmega1281\";\n    signature        = 0x1e 0x97 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega2560\n#------------------------------------------------------------\n\npart\n    id               = \"m2560\";\n    desc             = \"ATmega2560\";\n    signature        = 0x1e 0x98 0x01;\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 4;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 262144;\n        page_size       = 256;\n        num_pages       = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega2561\n#------------------------------------------------------------\n\npart parent \"m2560\"\n    id               = \"m2561\";\n    desc             = \"ATmega2561\";\n    signature        = 0x1e 0x98 0x02;\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFA1\n#------------------------------------------------------------\n# Identical to ATmega2561 but half the ROM\n\npart parent \"m2561\"\n    id               = \"m128rfa1\";\n    desc             = \"ATmega128RFA1\";\n    signature        = 0x1e 0xa7 0x01;\n    chip_erase_delay = 55000;\n    bs2              = 0xE2;\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega256RFR2\n#------------------------------------------------------------\n\npart parent \"m2561\"\n    id               = \"m256rfr2\";\n    desc             = \"ATmega256RFR2\";\n    signature        = 0x1e 0xa8 0x02;\n    chip_erase_delay = 18500;\n    bs2              = 0xE2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 8192;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x a12    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m128rfr2\";\n    desc             = \"ATmega128RFR2\";\n    signature        = 0x1e 0xa7 0x02;\n\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega64RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m64rfr2\";\n    desc             = \"ATmega64RFR2\";\n    signature        = 0x1e 0xa6 0x02;\n\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n  ;\n\n#------------------------------------------------------------\n# ATmega2564RFR2\n#------------------------------------------------------------\n\npart parent \"m256rfr2\"\n    id               = \"m2564rfr2\";\n    desc             = \"ATmega2564RFR2\";\n    signature        = 0x1e 0xa8 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega1284RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfr2\"\n    id               = \"m1284rfr2\";\n    desc             = \"ATmega1284RFR2\";\n    signature        = 0x1e 0xa7 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega644RFR2\n#------------------------------------------------------------\n\npart parent \"m64rfr2\"\n    id               = \"m644rfr2\";\n    desc             = \"ATmega644RFR2\";\n    signature        = 0x1e 0xa6 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATtiny24\n#------------------------------------------------------------\n\npart\n     id            = \"t24\";\n     desc          = \"ATtiny24\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny24 has Signature Bytes: 0x1E 0x91 0x0B.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny44\n#------------------------------------------------------------\n\npart\n     id            = \"t44\";\n     desc          = \"ATtiny44\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                     0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                     0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x07;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny44 has Signature Bytes: 0x1E 0x92 0x07.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny84\n#------------------------------------------------------------\n\npart\n     id            = \"t84\";\n     desc          = \"ATtiny84\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0c;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny84 has Signature Bytes: 0x1E 0x93 0x0C.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny441\n#------------------------------------------------------------\n\npart parent \"t44\"\n     id            = \"t441\";\n     desc          = \"ATtiny441\";\n     signature     = 0x1e 0x92 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 16;\n         num_pages       = 256;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny841\n#------------------------------------------------------------\n\npart parent \"t84\"\n     id            = \"t841\";\n     desc          = \"ATtiny841\";\n     signature     = 0x1e 0x93 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 16;\n         num_pages       = 512;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny43U\n#------------------------------------------------------------\n\npart\n    id            = \"t43u\";\n    desc          = \"ATtiny43u\";\n    has_debugwire = yes;\n    flash_instr   = 0xB4, 0x07, 0x17;\n    eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                         0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                         0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x92 0x0C;\n    reset            = io;\n    chip_erase_delay = 1000;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout                     = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n        pp_controlstack = 0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E, 0x4E, 0x5E,\n                                         0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E, 0x06, 0x16, 0x46, 0x56,\n                                         0x0A, 0x1A, 0x4A, 0x5A, 0x1E, 0x7C, 0x00, 0x01, 0x00, 0x00,\n                                         0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 20;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n    memory \"eeprom\"\n                size            = 64;\n                paged                   = yes;\n                page_size       = 4;\n                num_pages               = 16;\n                min_write_delay = 4000;\n                max_write_delay = 4500;\n                readback_p1     = 0xff;\n                readback_p2     = 0xff;\n                read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n                write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n                loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                                  \"  0   0   0   0      0   0   0   0\",\n                                  \"  0   0   0   0      0   0  a1  a0\",\n                                  \"  i   i   i   i      i   i   i   i\";\n\n                writepage       = \"  1   1   0   0      0   0   1   0\",\n                                  \"  0   0   x   x      x   x   x   x\",\n                                  \"  0   0  a5  a4     a3  a2   0   0\",\n                                  \"  x   x   x   x      x   x   x   x\";\n\n                mode            = 0x41;\n                delay           = 5;\n                blocksize       = 4;\n                readsize        = 256;\n        ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0 a10 a9 a8\",\n                          \" a7 a6 a5  x   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n                mode            = 0x41;\n                delay           = 10;\n                blocksize       = 64;\n                readsize        = 256;\n       ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n    ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                          \"x x x x  x x x x  1 1 i i  i i i i\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega32u4\n#------------------------------------------------------------\n\npart\n    id               = \"m32u4\";\n    desc             = \"ATmega32U4\";\n    signature        = 0x1e 0x95 0x87;\n    usbpid           = 0x2ff4;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB646\n#------------------------------------------------------------\n\npart\n    id               = \"usb646\";\n    desc             = \"AT90USB646\";\n    signature        = 0x1e 0x96 0x82;\n    usbpid           = 0x2ff9;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB647\n#------------------------------------------------------------\n# identical to AT90USB646\n\npart parent \"usb646\"\n    id               = \"usb647\";\n    desc             = \"AT90USB647\";\n    signature        = 0x1e 0x96 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1286\n#------------------------------------------------------------\n\npart\n    id               = \"usb1286\";\n    desc             = \"AT90USB1286\";\n    signature        = 0x1e 0x97 0x82;\n    usbpid           = 0x2ffb;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1287\n#------------------------------------------------------------\n# identical to AT90USB1286\n\npart parent \"usb1286\"\n    id               = \"usb1287\";\n    desc             = \"AT90USB1287\";\n    signature        = 0x1e 0x97 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB162\n#------------------------------------------------------------\n\npart\n    id               = \"usb162\";\n    desc             = \"AT90USB162\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x82;\n    usbpid           = 0x2ffa;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB82\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        num_pages       = 64;\n\npart\n    id               = \"usb82\";\n    desc             = \"AT90USB82\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x82;\n    usbpid           = 0x2ff7;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega32U2\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 32768;\n#        num_pages       = 256;\n#    memory \"eeprom\"\n#        size            = 1024;\n#        num_pages       = 256;\npart\n    id               = \"m32u2\";\n    desc             = \"ATmega32U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x95 0x8a;\n    usbpid           = 0x2ff0;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        num_pages       = 256;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega16U2\n#------------------------------------------------------------\n# Changes against ATmega32U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 16384;\n#        num_pages       = 128;\n#    memory \"eeprom\"\n#        size            = 512;\n#        num_pages       = 128;\npart\n    id               = \"m16u2\";\n    desc             = \"ATmega16U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x89;\n    usbpid           = 0x2fef;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega8U2\n#------------------------------------------------------------\n# Changes against ATmega16U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        page_size       = 64;\n#        blocksize       = 64;\n\npart\n    id               = \"m8u2\";\n    desc             = \"ATmega8U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x89;\n    usbpid           = 0x2fee;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega325\n#------------------------------------------------------------\n\npart\n    id               = \"m325\";\n    desc             = \"ATmega325\";\n    signature        = 0x1e 0x95 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega645\n#------------------------------------------------------------\n\npart\n    id               = \"m645\";\n    desc             = \"ATmega645\";\n    signature        = 0x1E 0x96 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 8;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"   0   0   1   0      0   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"   0   0   1   0      1   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"   0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   0   0   0   0      0   0   0   0\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega3250\n#------------------------------------------------------------\n\npart parent \"m325\"\n    id               = \"m3250\";\n    desc             = \"ATmega3250\";\n    signature        = 0x1E 0x95 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega6450\n#------------------------------------------------------------\n\npart parent \"m645\"\n    id               = \"m6450\";\n    desc             = \"ATmega6450\";\n    signature        = 0x1E 0x96 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AVR XMEGA family common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".xmega\";\n    desc\t= \"AVR XMEGA family common values\";\n    has_pdi\t= yes;\n    nvm_base\t= 0x01c0;\n    mcu_base\t= 0x0090;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1000090;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x32;\n        offset\t\t= 0x8e0200;\n        page_size\t= 0x32;\n        readsize\t= 0x32;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0021;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0022;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0024;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0025;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0027;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16a4u\";\n    desc\t= \"ATxmega16A4U\";\n    signature\t= 0x1e 0x94 0x41;\n    usbpid\t= 0x2fe3;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x803000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x804000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16C4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16c4\";\n    desc\t= \"ATxmega16C4\";\n    signature\t= 0x1e 0x94 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega16D4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16d4\";\n    desc\t= \"ATxmega16D4\";\n    signature\t= 0x1e 0x94 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16a4\";\n    desc\t= \"ATxmega16A4\";\n    signature\t= 0x1e 0x94 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32a4u\";\n    desc\t= \"ATxmega32A4U\";\n    signature\t= 0x1e 0x95 0x41;\n    usbpid\t= 0x2fe4;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x807000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x808000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32C4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32c4\";\n    desc\t= \"ATxmega32C4\";\n    signature\t= 0x1e 0x95 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega32D4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32d4\";\n    desc\t= \"ATxmega32D4\";\n    signature\t= 0x1e 0x95 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32a4\";\n    desc\t= \"ATxmega32A4\";\n    signature\t= 0x1e 0x95 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x64a4u\";\n    desc\t= \"ATxmega64A4U\";\n    signature\t= 0x1e 0x96 0x46;\n    usbpid\t= 0x2fe5;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x10000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x80f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x810000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x11000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64C3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64c3\";\n    desc\t= \"ATxmega64C3\";\n    signature\t= 0x1e 0x96 0x49;\n    usbpid\t= 0x2fd6;\n;\n\n#------------------------------------------------------------\n# ATxmega64D3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d3\";\n    desc\t= \"ATxmega64D3\";\n    signature\t= 0x1e 0x96 0x4a;\n;\n\n#------------------------------------------------------------\n# ATxmega64D4\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d4\";\n    desc\t= \"ATxmega64D4\";\n    signature\t= 0x1e 0x96 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64a1\";\n    desc\t= \"ATxmega64A1\";\n    signature\t= 0x1e 0x96 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a1u\";\n    desc\t= \"ATxmega64A1U\";\n    signature\t= 0x1e 0x96 0x4e;\n    usbpid\t= 0x2fe8;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3\";\n    desc\t= \"ATxmega64A3\";\n    signature\t= 0x1e 0x96 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3u\";\n    desc\t= \"ATxmega64A3U\";\n    signature\t= 0x1e 0x96 0x42;\n    usbpid\t= 0x2fe5;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a4\";\n    desc\t= \"ATxmega64A4\";\n    signature\t= 0x1e 0x96 0x46;\n;\n\n#------------------------------------------------------------\n# ATxmega64B1\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b1\";\n    desc\t= \"ATxmega64B1\";\n    signature\t= 0x1e 0x96 0x52;\n    usbpid\t= 0x2fe1;\n;\n\n#------------------------------------------------------------\n# ATxmega64B3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b3\";\n    desc\t= \"ATxmega64B3\";\n    signature\t= 0x1e 0x96 0x51;\n    usbpid\t= 0x2fdf;\n;\n\n#------------------------------------------------------------\n# ATxmega128C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128c3\";\n    desc\t= \"ATxmega128C3\";\n    signature\t= 0x1e 0x97 0x52;\n    usbpid\t= 0x2fd7;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128D3\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d3\";\n    desc\t= \"ATxmega128D3\";\n    signature\t= 0x1e 0x97 0x48;\n;\n\n#------------------------------------------------------------\n# ATxmega128D4\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d4\";\n    desc\t= \"ATxmega128D4\";\n    signature\t= 0x1e 0x97 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128a1\";\n    desc\t= \"ATxmega128A1\";\n    signature\t= 0x1e 0x97 0x4c;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1 revision D\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1d\";\n    desc\t= \"ATxmega128A1revD\";\n    signature\t= 0x1e 0x97 0x41;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1u\";\n    desc\t= \"ATxmega128A1U\";\n    signature\t= 0x1e 0x97 0x4c;\n    usbpid\t= 0x2fed;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3\";\n    desc\t= \"ATxmega128A3\";\n    signature\t= 0x1e 0x97 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3u\";\n    desc\t= \"ATxmega128A3U\";\n    signature\t= 0x1e 0x97 0x42;\n    usbpid\t= 0x2fe6;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4\";\n    desc\t= \"ATxmega128A4\";\n    signature\t= 0x1e 0x97 0x46;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4u\";\n    desc\t= \"ATxmega128A4U\";\n    signature\t= 0x1e 0x97 0x46;\n    usbpid\t= 0x2fde;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B1\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128b1\";\n    desc\t= \"ATxmega128B1\";\n    signature\t= 0x1e 0x97 0x4d;\n    usbpid\t= 0x2fea;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B3\n#------------------------------------------------------------\n\npart parent \"x128b1\"\n    id\t\t= \"x128b3\";\n    desc\t= \"ATxmega128B3\";\n    signature\t= 0x1e 0x97 0x4b;\n    usbpid\t= 0x2fe0;\n;\n\n#------------------------------------------------------------\n# ATxmega192C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x192c3\";\n    desc\t= \"ATxmega192C3\";\n    signature\t= 0x1e 0x97 0x51;\n    # usbpid\t= 0x2f??;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x30000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x82e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x830000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x32000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192D3\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192d3\";\n    desc\t= \"ATxmega192D3\";\n    signature\t= 0x1e 0x97 0x49;\n;\n\n#------------------------------------------------------------\n# ATxmega192A1\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192a1\";\n    desc\t= \"ATxmega192A1\";\n    signature\t= 0x1e 0x97 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3\";\n    desc\t= \"ATxmega192A3\";\n    signature\t= 0x1e 0x97 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3U\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3u\";\n    desc\t= \"ATxmega192A3U\";\n    signature\t= 0x1e 0x97 0x44;\n    usbpid\t= 0x2fe7;\n;\n\n#------------------------------------------------------------\n# ATxmega256C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x256c3\";\n    desc\t= \"ATxmega256C3\";\n    signature\t= 0x1e 0x98 0x46;\n    usbpid\t= 0x2fda;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x40000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x83e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x840000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x42000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256D3\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256d3\";\n    desc\t= \"ATxmega256D3\";\n    signature\t= 0x1e 0x98 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega256A1\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256a1\";\n    desc\t= \"ATxmega256A1\";\n    signature\t= 0x1e 0x98 0x46;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3\";\n    desc\t= \"ATxmega256A3\";\n    signature\t= 0x1e 0x98 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3U\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3u\";\n    desc\t= \"ATxmega256A3U\";\n    signature\t= 0x1e 0x98 0x42;\n    usbpid\t= 0x2fec;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3B\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3b\";\n    desc\t= \"ATxmega256A3B\";\n    signature\t= 0x1e 0x98 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3BU\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3bu\";\n    desc\t= \"ATxmega256A3BU\";\n    signature\t= 0x1e 0x98 0x43;\n    usbpid\t= 0x2fe2;\n;\n\n#------------------------------------------------------------\n# ATxmega384C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x384c3\";\n    desc\t= \"ATxmega384C3\";\n    signature\t= 0x1e 0x98 0x45;\n    usbpid\t= 0x2fdb;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x60000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x85e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x860000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x62000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega384D3\n#------------------------------------------------------------\n\npart parent \"x384c3\"\n    id\t\t= \"x384d3\";\n    desc\t= \"ATxmega384D3\";\n    signature\t= 0x1e 0x98 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega8E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x8e5\";\n    desc\t= \"ATxmega8E5\";\n    signature\t= 0x1e 0x93 0x41;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00801800;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00802000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x2800;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16e5\";\n    desc\t= \"ATxmega16E5\";\n    signature\t= 0x1e 0x94 0x45;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00803000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00804000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32e5\";\n    desc\t= \"ATxmega32E5\";\n    signature\t= 0x1e 0x95 0x4c;\n\n    memory \"eeprom\"\n        size\t\t= 0x0400;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00807000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00808000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32UC3A0512\n#------------------------------------------------------------\n\npart\n    id\t\t= \"uc3a0512\";\n    desc\t= \"AT32UC3A0512\";\n    signature\t= 0xED 0xC0 0x3F;\n    has_jtag\t= yes;\n    is_avr32\t= yes;\n\n    memory \"flash\"\n        paged           = yes;\n        page_size       = 512;           # bytes\n        readsize        = 512;           # bytes\n        num_pages       = 1024;          # could be set dynamicly\n        size            = 0x00080000;    # could be set dynamicly\n        offset          = 0x80000000;\n    ;\n;\n\npart parent \"uc3a0512\"\n    id\t\t= \"ucr2\";\n    desc\t= \"deprecated, use 'uc3a0512'\";\n;\n\n#------------------------------------------------------------\n# ATtiny1634.\n#------------------------------------------------------------\n\npart\n    id              = \"t1634\";\n    desc            = \"ATtiny1634\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n                0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n                0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x12;\n    pagel           = 0xB3;\n    bs2             = 0xB1;\n    reset\t    = io;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n   loadpage_lo   = \"  1   1   0   0      0   0   0   1\",\n           \"  0   0   0   0      0   0   0   0\",\n           \"  0   0   0   0      0   0  a1  a0\",\n           \"  i   i   i   i      i   i   i   i\";\n\n   writepage   = \"  1   1   0   0      0   0   1   0\",\n           \"  0   0   x   x      x   x   x  a8\",\n           \" a7  a6  a5  a4     a3  a2   0   0\",\n           \"  x   x   x   x      x   x   x   x\";\n\n   mode      = 0x41;\n   delay      = 5;\n   blocksize   = 4;\n   readsize   = 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 32;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x i i i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x x x x x o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 1 1 1 1 i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# Common values for reduced core tinys (4/5/9/10/20/40)\n#------------------------------------------------------------\n\npart\n    id\t\t= \".reduced_core_tiny\";\n    desc\t= \"Common values for reduced core tinys\";\n    has_tpi\t= yes;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x3fc0;\n        page_size\t= 16;\n    ;\n\n    memory \"fuse\"\n        size\t\t= 1;\n        offset\t\t= 0x3f40;\n        page_size\t= 16;\n\tblocksize\t= 4;\n    ;\n\n    memory \"calibration\"\n        size\t\t= 1;\n        offset\t\t= 0x3f80;\n        page_size\t= 16;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n        offset\t\t= 0x3f00;\n        page_size\t= 16;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny4\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t4\";\n    desc\t= \"ATtiny4\";\n    signature\t= 0x1e 0x8f 0x0a;\n\n    memory \"flash\"\n        size\t\t= 512;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny5\n#------------------------------------------------------------\n\npart parent \"t4\"\n    id\t\t= \"t5\";\n    desc\t= \"ATtiny5\";\n    signature\t= 0x1e 0x8f 0x09;\n;\n\n#------------------------------------------------------------\n# ATtiny9\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t9\";\n    desc\t= \"ATtiny9\";\n    signature\t= 0x1e 0x90 0x08;\n\n    memory \"flash\"\n        size\t\t= 1024;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny10\n#------------------------------------------------------------\n\npart parent \"t9\"\n    id\t\t= \"t10\";\n    desc\t= \"ATtiny10\";\n    signature\t= 0x1e 0x90 0x03;\n;\n\n#------------------------------------------------------------\n# ATtiny20\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id          = \"t20\";\n    desc        = \"ATtiny20\";\n    signature   = 0x1e 0x91 0x0F;\n\n    memory \"flash\"\n        size            = 2048;\n        offset          = 0x4000;\n        page_size       = 16;\n        blocksize       = 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny40\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t40\";\n    desc\t= \"ATtiny40\";\n    signature\t= 0x1e 0x92 0x0E;\n\n    memory \"flash\"\n        size\t\t= 4096;\n        offset\t\t= 0x4000;\n        page_size\t= 64;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega406\n#------------------------------------------------------------\n\npart\n    id\t\t\t\t= \"m406\";\n    desc\t\t\t= \"ATMEGA406\";\n    has_jtag\t\t\t= yes;\n    signature\t\t\t= 0x1e 0x95 0x07;\n\n    # STK500 parameters (parallel programming IO lines)\n    pagel\t\t\t= 0xa7;\n    bs2\t\t\t\t= 0xa0;\n    serial\t\t\t= no;\n    parallel\t\t\t= yes;\n\n    # STK500v2 HV programming parameters, from XML\n    pp_controlstack\t\t= 0x0e, 0x1e, 0x0f, 0x1f, 0x2e, 0x3e, 0x2f, 0x3f,\n\t\t\t\t  0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,\n\t\t\t\t  0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,\n\t\t\t\t  0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n\n    # JTAG ICE mkII parameters, also from XML files\n    allowfullpagebitstream\t= no;\n    enablepageprogramming\t= yes;\n    idr\t\t\t\t= 0x51;\n    rampz\t\t\t= 0x00;\n    spmcr\t\t\t= 0x57;\n    eecr\t\t\t= 0x3f;\n\n    memory \"eeprom\"\n        paged\t\t= no;\n        size\t\t= 512;\n        page_size\t= 4;\n        blocksize\t= 4;\n\treadsize\t= 4;\n        num_pages\t= 128;\n    ;\n\n    memory \"flash\"\n        paged\t\t= yes;\n        size\t\t= 40960;\n        page_size\t= 128;\n        blocksize\t= 128;\n\treadsize\t= 128;\n        num_pages\t= 320;\n    ;\n\n    memory \"hfuse\"\n        size            = 1;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X class common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".avr8x\";\n    desc\t= \"AVR8X class common values\";\n#    has_updi\t= yes;\n    has_pdi\t= yes;\n    nvm_base\t= 0x1000;\n#    ocd_base\t= 0x0F80;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1100;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x3D;\n        offset\t\t= 0x1103;\n        page_size\t= 0x3D;\n        readsize\t= 0x3D;\n    ;\n\n    memory \"fuses\"\n        size\t\t= 9;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x1281;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x1282;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x1284;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x1285;\n    ;\n\n    memory \"fuse6\"\n        size\t\t= 1;\n        offset\t\t= 0x1286;\n    ;\n\n    memory \"fuse7\"\n        size\t\t= 1;\n        offset\t\t= 0x1287;\n    ;\n\n    memory \"fuse8\"\n        size\t\t= 1;\n        offset\t\t= 0x1288;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x128a;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X tiny family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_tiny\";\n    desc\t\t= \"AVR8X tiny family common values\";\n#    family_id\t= \"tinyAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x20;\n        offset\t\t= 0x1300;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X mega family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_mega\";\n    desc\t\t= \"AVR8X mega family common values\";\n#    family_id\t= \"megaAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x40;\n        offset\t\t= 0x1300;\n        page_size\t= 0x40;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny2XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny2xx\";\n    desc\t\t= \"Tiny2XX sub-family common values\";\n#    family_id\t= \"tiny2xx\";\n\n    memory \"flash\"\n        size      = 0x800;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x40;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny4XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny4xx\";\n    desc\t\t= \"Tiny4XX sub-family common values\";\n#    family_id\t= \"tiny4xx\";\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny8XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny8xx\";\n    desc\t\t= \"Tiny8XX sub-family common values\";\n#    family_id\t= \"tiny8xx\";\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny16XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny16xx\";\n    desc\t\t= \"Tiny16XX sub-family common values\";\n#    family_id\t= \"tiny16xx\";\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny32XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"           # yes, this is correct\n    id\t\t\t= \".tiny32xx\";\n    desc\t\t= \"Tiny32XX sub-family common values\";\n#    family_id\t= \"tiny32xx\";\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega80X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"           # yes, this is correct\n    id\t\t\t= \".mega80x\";\n    desc\t\t= \"Mega80X sub-family common values\";\n#    family_id\t= \"mega80x\";\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega160X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"           # yes, this is correct\n    id\t\t\t= \".mega160x\";\n    desc\t\t= \"Mega160X sub-family common values\";\n#    family_id\t= \"mega160x\";\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega320X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id\t\t\t= \".mega320x\";\n    desc\t\t= \"Mega320X sub-family common values\";\n#    family_id\t= \"mega320x\";\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega480X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id\t\t\t= \".mega480x\";\n    desc\t\t= \"Mega480X sub-family common values\";\n#    family_id\t= \"mega480x\";\n\n    memory \"flash\"\n        size      = 0xC000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny202\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t202\";\n    desc      = \"ATtiny202\";\n    signature = 0x1E 0x91 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny204\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t204\";\n    desc      = \"ATtiny204\";\n    signature = 0x1E 0x91 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny402\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t402\";\n    desc      = \"ATtiny402\";\n    signature = 0x1E 0x92 0x27;\n;\n\n#------------------------------------------------------------\n# ATtiny402w = workaround to address wrong device signature on some chips\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t402w\";\n    desc      = \"ATtiny402w\";\n    signature = 0x1E 0x92 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny404\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t404\";\n    desc      = \"ATtiny404\";\n    signature = 0x1E 0x92 0x26;\n;\n\n#------------------------------------------------------------\n# ATtiny406\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t406\";\n    desc      = \"ATtiny406\";\n    signature = 0x1E 0x92 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny804\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t804\";\n    desc      = \"ATtiny804\";\n    signature = 0x1E 0x93 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny806\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t806\";\n    desc      = \"ATtiny806\";\n    signature = 0x1E 0x93 0x24;\n;\n\n#------------------------------------------------------------\n# ATtiny807\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t807\";\n    desc      = \"ATtiny807\";\n    signature = 0x1E 0x93 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny1604\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1604\";\n    desc      = \"ATtiny1604\";\n    signature = 0x1E 0x94 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny1606\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1606\";\n    desc      = \"ATtiny1606\";\n    signature = 0x1E 0x94 0x24;\n;\n\n#------------------------------------------------------------\n# ATtiny1607\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1607\";\n    desc      = \"ATtiny1607\";\n    signature = 0x1E 0x94 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny212\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t212\";\n    desc      = \"ATtiny212\";\n    signature = 0x1E 0x91 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny214\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t214\";\n    desc      = \"ATtiny214\";\n    signature = 0x1E 0x91 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny412\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t412\";\n    desc      = \"ATtiny412\";\n    signature = 0x1E 0x92 0x23;\n;\n\n\n#------------------------------------------------------------\n# ATtiny414\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t414\";\n    desc      = \"ATtiny414\";\n    signature = 0x1E 0x92 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny416\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t416\";\n    desc      = \"ATtiny416\";\n    signature = 0x1E 0x92 0x21;\n;\n\n\n#------------------------------------------------------------\n# ATtiny417\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t417\";\n    desc      = \"ATtiny417\";\n    signature = 0x1E 0x92 0x20;\n;\n\n\n#------------------------------------------------------------\n# ATtiny814\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t814\";\n    desc      = \"ATtiny814\";\n    signature = 0x1E 0x93 0x22;\n;\n\n\n#------------------------------------------------------------\n# ATtiny816\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t816\";\n    desc      = \"ATtiny816\";\n    signature = 0x1E 0x93 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny817\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t817\";\n    desc      = \"ATtiny817\";\n    signature = 0x1E 0x93 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny1614\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1614\";\n    desc      = \"ATtiny1614\";\n    signature = 0x1E 0x94 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny1616\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1616\";\n    desc      = \"ATtiny1616\";\n    signature = 0x1E 0x94 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny1617\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1617\";\n    desc      = \"ATtiny1617\";\n    signature = 0x1E 0x94 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny3214\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3214\";\n    desc      = \"ATtiny3214\";\n    signature = 0x1E 0x95 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny3216\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3216\";\n    desc      = \"ATtiny3216\";\n    signature = 0x1E 0x95 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny3217\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3217\";\n    desc      = \"ATtiny3217\";\n    signature = 0x1E 0x95 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny424\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t424\";\n    desc      = \"ATtiny424\";\n    signature = 0x1E 0x92 0x2C;\n;\n\n#------------------------------------------------------------\n# ATtiny426\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t426\";\n    desc      = \"ATtiny426\";\n    signature = 0x1E 0x92 0x2B;\n;\n\n\n#------------------------------------------------------------\n# ATtiny427\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t427\";\n    desc      = \"ATtiny427\";\n    signature = 0x1E 0x92 0x2A;\n;\n\n\n#------------------------------------------------------------\n# ATtiny824\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t824\";\n    desc      = \"ATtiny824\";\n    signature = 0x1E 0x93 0x29;\n;\n\n\n#------------------------------------------------------------\n# ATtiny826\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t826\";\n    desc      = \"ATtiny826\";\n    signature = 0x1E 0x93 0x28;\n;\n\n#------------------------------------------------------------\n# ATtiny827\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t827\";\n    desc      = \"ATtiny827\";\n    signature = 0x1E 0x93 0x27;\n;\n\n#------------------------------------------------------------\n# ATtiny1624\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1624\";\n    desc      = \"ATtiny1624\";\n    signature = 0x1E 0x94 0x2A;\n;\n\n#------------------------------------------------------------\n# ATtiny1626\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1626\";\n    desc      = \"ATtiny1626\";\n    signature = 0x1E 0x94 0x29;\n;\n\n#------------------------------------------------------------\n# ATtiny1627\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1627\";\n    desc      = \"ATtiny1627\";\n    signature = 0x1E 0x94 0x28;\n;\n\n#------------------------------------------------------------\n# ATmega808\n#------------------------------------------------------------\n\npart parent    \".mega80x\"\n    id        = \"m808\";\n    desc      = \"ATmega808\";\n    signature = 0x1E 0x93 0x26;\n;\n\n#------------------------------------------------------------\n# ATmega809\n#------------------------------------------------------------\n\npart parent    \".mega80x\"\n    id        = \"m809\";\n    desc      = \"ATmega809\";\n    signature = 0x1E 0x93 0x2A;\n;\n\n#------------------------------------------------------------\n# ATmega1608\n#------------------------------------------------------------\n\npart parent    \".mega160x\"\n    id        = \"m1608\";\n    desc      = \"ATmega1608\";\n    signature = 0x1E 0x94 0x27;\n;\n\n#------------------------------------------------------------\n# ATmega1609\n#------------------------------------------------------------\n\npart parent    \".mega160x\"\n    id        = \"m1609\";\n    desc      = \"ATmega1609\";\n    signature = 0x1E 0x94 0x26;\n;\n\n#------------------------------------------------------------\n# ATmega3208\n#------------------------------------------------------------\n\npart parent    \".mega320x\"\n    id        = \"m3208\";\n    desc      = \"ATmega3208\";\n    signature = 0x1E 0x95 0x30;\n;\n\n#------------------------------------------------------------\n# ATmega3209\n#------------------------------------------------------------\n\npart parent    \".mega320x\"\n    id        = \"m3209\";\n    desc      = \"ATmega3209\";\n    signature = 0x1E 0x95 0x31;\n;\n\n#------------------------------------------------------------\n# ATmega4808\n#------------------------------------------------------------\n\npart parent    \".mega480x\"\n    id        = \"m4808\";\n    desc      = \"ATmega4808\";\n    signature = 0x1E 0x96 0x50;\n;\n\n#------------------------------------------------------------\n# ATmega4809\n#------------------------------------------------------------\n\npart parent    \".mega480x\"\n    id        = \"m4809\";\n    desc      = \"ATmega4809\";\n    signature = 0x1E 0x96 0x51;\n;\n\n#------------------------------------------------------------\n# AVR-Dx class common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".avrdx\";\n    desc\t= \"AVR-Dx class common values\";\n#    has_updi\t= yes;\n    has_pdi\t= yes;\n    nvm_base\t= 0x1000;\n#    ocd_base\t= 0x0F80;\n\n    memory \"signature\"\t# these are the first 3 bytes of the USERROW memory area\n        size\t\t= 3;\n        offset\t\t= 0x1100;\n    ;\n\n    memory \"prodsig\"\t# this is the name avrdude recognises for the USERROW memory area\n        size\t\t= 0x80;\n        offset\t\t= 0x1100;\n        page_size\t= 0x80;\n        readsize\t= 0x80;\n    ;\n\n    memory \"fuses\"\t# first 9 bytes of fuse memory area, writing to undocumented fuses may be dangerous!\n        size\t\t= 9;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x1051;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x1052;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x1055;\n    ;\n\n    memory \"fuse6\"\n        size\t\t= 1;\n        offset\t\t= 0x1056;\n    ;\n\n    memory \"fuse7\"\n        size\t\t= 1;\n        offset\t\t= 0x1057;\n    ;\n\n    memory \"fuse8\"\n        size\t\t= 1;\n        offset\t\t= 0x1058;\n    ;\n\n    memory \"fuserow\"\t# this is the entire fuse memory area, writing to undocumented fuses may be dangerous!\n        size\t\t= 0x10;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"lock\"\n        size\t\t= 4;\n        offset\t\t= 0x1040;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x20;\n        offset\t\t= 0x1080;\n        page_size\t= 0x20;\n        readsize\t= 0x20;\n    ;\n\n    memory \"mmflash\"\t# memory mapped flash window (aka MAPPED_PROGMEM).\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr128da\";\n    desc\t\t= \"AVR-DA with 128KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr64da\";\n    desc\t\t= \"AVR-DA with 64KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr32da\";\n    desc\t\t= \"AVR-DA with 32KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DB sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\t# The AVR-DB have identical memory layout to AVR-DA\n    id\t\t\t= \".avr128db\";\n    desc\t\t= \"AVR-DB with 128KB flash common values\";\n;\n\n#------------------------------------------------------------\n# AVR128DA28\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da28\";\n    desc      = \"AVR128DA28\";\n    signature = 0x1E 0x97 0x0A;\n;\n\n#------------------------------------------------------------\n# AVR128DA32\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da32\";\n    desc      = \"AVR128DA32\";\n    signature = 0x1E 0x97 0x09;\n;\n\n#------------------------------------------------------------\n# AVR128DA48\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da48\";\n    desc      = \"AVR128DA48\";\n    signature = 0x1E 0x97 0x08;\n;\n\n#------------------------------------------------------------\n# AVR128DA64\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da64\";\n    desc      = \"AVR128DA64\";\n    signature = 0x1E 0x97 0x07;\n;\n\n#------------------------------------------------------------\n# AVR64DA28\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da28\";\n    desc      = \"AVR64DA28\";\n    signature = 0x1E 0x96 0x15;\n;\n\n#------------------------------------------------------------\n# AVR64DA32\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da32\";\n    desc      = \"AVR64DA32\";\n    signature = 0x1E 0x96 0x14;\n;\n\n#------------------------------------------------------------\n# AVR64DA48\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da48\";\n    desc      = \"AVR64DA48\";\n    signature = 0x1E 0x96 0x13;\n;\n\n#------------------------------------------------------------\n# AVR64DA64\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da64\";\n    desc      = \"AVR64DA64\";\n    signature = 0x1E 0x96 0x12;\n;\n\n#------------------------------------------------------------\n# AVR32DA28\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da28\";\n    desc      = \"AVR32DA28\";\n    signature = 0x1E 0x95 0x34;\n;\n\n#------------------------------------------------------------\n# AVR32DA32\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da32\";\n    desc      = \"AVR32DA32\";\n    signature = 0x1E 0x95 0x33;\n;\n\n#------------------------------------------------------------\n# AVR32DA48\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da48\";\n    desc      = \"AVR32DA48\";\n    signature = 0x1E 0x95 0x32;\n;\n\n#------------------------------------------------------------\n# AVR128DB28\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db28\";\n    desc      = \"AVR128DB28\";\n    signature = 0x1E 0x97 0x0E;\n;\n\n#------------------------------------------------------------\n# AVR128DB32\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db32\";\n    desc      = \"AVR128DB32\";\n    signature = 0x1E 0x97 0x0D;\n;\n\n#------------------------------------------------------------\n# AVR128DB48\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db48\";\n    desc      = \"AVR128DB48\";\n    signature = 0x1E 0x97 0x0C;\n;\n\n#------------------------------------------------------------\n# AVR128DB64\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db64\";\n    desc      = \"AVR128DB64\";\n    signature = 0x1E 0x97 0x0B;\n;\n\n#------------------------------------------------------------\n# jtag2updi programmer definitions\n#------------------------------------------------------------\n\n\nprogrammer\n  id    = \"jtag2updi\";\n  desc  = \"JTAGv2 to UPDI bridge\";\n  type  = \"jtagmkii_pdi\";\n  connection_type = serial;\n  baudrate = 115200;\n;\n"
  },
  {
    "path": "TickTagProgramming/avrdude/etc/avrdude.conf",
    "content": "# $Id$ -*- text -*-\n#\n# AVRDUDE Configuration File\n#\n# This file contains configuration data used by AVRDUDE which describes\n# the programming hardware pinouts and also provides part definitions.\n# AVRDUDE's \"-C\" command line option specifies the location of the\n# configuration file.  The \"-c\" option names the programmer configuration\n# which must match one of the entry's \"id\" parameter.  The \"-p\" option\n# identifies which part AVRDUDE is going to be programming and must match\n# one of the parts' \"id\" parameter.\n#\n# DO NOT MODIFY THIS FILE.  Modifications will be overwritten the next\n# time a \"make install\" is run.  For user-specific additions, use the\n# \"-C +filename\" commandline option.\n#\n# Possible entry formats are:\n#\n#   programmer\n#       parent <id>                                 # optional parent\n#       id       = <id1> [, <id2> [, <id3>] ...] ;  # <idN> are quoted strings\n#       desc     = <description> ;                  # quoted string\n#       type     = <type>;                          # programmer type, quoted string\n#                          # supported programmer types can be listed by \"-c ?type\"\n#       connection_type = parallel | serial | usb\n#       baudrate = <num> ;                          # baudrate for avr910-programmer\n#       vcc      = <num1> [, <num2> ... ] ;         # pin number(s)\n#       buff     = <num1> [, <num2> ... ] ;         # pin number(s)\n#       reset    = <num> ;                          # pin number\n#       sck      = <num> ;                          # pin number\n#       mosi     = <num> ;                          # pin number\n#       miso     = <num> ;                          # pin number\n#       errled   = <num> ;                          # pin number\n#       rdyled   = <num> ;                          # pin number\n#       pgmled   = <num> ;                          # pin number\n#       vfyled   = <num> ;                          # pin number\n#       usbvid   = <hexnum>;                        # USB VID (Vendor ID)\n#       usbpid   = <hexnum> [, <hexnum> ...]        # USB PID (Product ID) (1)\n#       usbdev   = <interface>;                     # USB interface or other device info\n#       usbvendor = <vendorname>;                   # USB Vendor Name\n#       usbproduct = <productname>;                 # USB Product Name\n#       usbsn    = <serialno>;                      # USB Serial Number\n#\n#        To invert a bit, use = ~ <num>, the spaces are important.\n#        For a pin list all pins must be inverted.\n#        A single pin can be specified as usual = ~ <num>, for lists\n#        specify it as follows = ~ ( <num> [, <num2> ... ] ) .\n#\n#        (1) Not all programmer types can process a list of PIDs.\n#     ;\n#\n#   part\n#       id               = <id> ;                 # quoted string\n#       desc             = <description> ;        # quoted string\n#       has_jtag         = <yes/no> ;             # part has JTAG i/f\n#       has_debugwire    = <yes/no> ;             # part has debugWire i/f\n#       has_pdi          = <yes/no> ;             # part has PDI i/f\n#       has_updi         = <yes/no> ;             # part has UPDI i/f\n#       has_tpi          = <yes/no> ;             # part has TPI i/f\n#       devicecode       = <num> ;            # deprecated, use stk500_devcode\n#       stk500_devcode   = <num> ;                # numeric\n#       avr910_devcode   = <num> ;                # numeric\n#       signature        = <num> <num> <num> ;    # signature bytes\n#       usbpid           = <num> ;                # DFU USB PID\n#       chip_erase_delay = <num> ;                # micro-seconds\n#       reset            = dedicated | io;\n#       retry_pulse      = reset | sck;\n#       pgm_enable       = <instruction format> ;\n#       chip_erase       = <instruction format> ;\n#       chip_erase_delay = <num> ;                # chip erase delay (us)\n#       # STK500 parameters (parallel programming IO lines)\n#       pagel            = <num> ;                # pin name in hex, i.e., 0xD7\n#       bs2              = <num> ;                # pin name in hex, i.e., 0xA0\n#       serial           = <yes/no> ;             # can use serial downloading\n#       parallel         = <yes/no/pseudo>;       # can use par. programming\n#       # STK500v2 parameters, to be taken from Atmel's XML files\n#       timeout          = <num> ;\n#       stabdelay        = <num> ;\n#       cmdexedelay      = <num> ;\n#       synchloops       = <num> ;\n#       bytedelay        = <num> ;\n#       pollvalue        = <num> ;\n#       pollindex        = <num> ;\n#       predelay         = <num> ;\n#       postdelay        = <num> ;\n#       pollmethod       = <num> ;\n#       mode             = <num> ;\n#       delay            = <num> ;\n#       blocksize        = <num> ;\n#       readsize         = <num> ;\n#       hvspcmdexedelay  = <num> ;\n#       # STK500v2 HV programming parameters, from XML\n#       pp_controlstack  = <num>, <num>, ...;   # PP only\n#       hvsp_controlstack = <num>, <num>, ...;  # HVSP only\n#       hventerstabdelay = <num>;\n#       progmodedelay    = <num>;               # PP only\n#       latchcycles      = <num>;\n#       togglevtg        = <num>;\n#       poweroffdelay    = <num>;\n#       resetdelayms     = <num>;\n#       resetdelayus     = <num>;\n#       hvleavestabdelay = <num>;\n#       resetdelay       = <num>;\n#       synchcycles      = <num>;               # HVSP only\n#       chiperasepulsewidth = <num>;            # PP only\n#       chiperasepolltimeout = <num>;\n#       chiperasetime    = <num>;               # HVSP only\n#       programfusepulsewidth = <num>;          # PP only\n#       programfusepolltimeout = <num>;\n#       programlockpulsewidth = <num>;          # PP only\n#       programlockpolltimeout = <num>;\n#       # JTAG ICE mkII parameters, also from XML files\n#       allowfullpagebitstream = <yes/no> ;\n#       enablepageprogramming = <yes/no> ;\n#       idr              = <num> ;                # IO addr of IDR (OCD) reg.\n#       rampz            = <num> ;                # IO addr of RAMPZ reg.\n#       spmcr            = <num> ;                # mem addr of SPMC[S]R reg.\n#       eecr             = <num> ;                # mem addr of EECR reg.\n#                                                 # (only when != 0x3c)\n#       is_at90s1200     = <yes/no> ;             # AT90S1200 part\n#       is_avr32         = <yes/no> ;             # AVR32 part\n#\n#       memory <memtype>\n#           paged           = <yes/no> ;          # yes / no\n#           size            = <num> ;             # bytes\n#           page_size       = <num> ;             # bytes\n#           num_pages       = <num> ;             # numeric\n#           min_write_delay = <num> ;             # micro-seconds\n#           max_write_delay = <num> ;             # micro-seconds\n#           readback_p1     = <num> ;             # byte value\n#           readback_p2     = <num> ;             # byte value\n#           pwroff_after_write = <yes/no> ;       # yes / no\n#           read            = <instruction format> ;\n#           write           = <instruction format> ;\n#           read_lo         = <instruction format> ;\n#           read_hi         = <instruction format> ;\n#           write_lo        = <instruction format> ;\n#           write_hi        = <instruction format> ;\n#           loadpage_lo     = <instruction format> ;\n#           loadpage_hi     = <instruction format> ;\n#           writepage       = <instruction format> ;\n#         ;\n#     ;\n#\n# If any of the above parameters are not specified, the default value\n# of 0 is used for numerics or the empty string (\"\") for string\n# values.  If a required parameter is left empty, AVRDUDE will\n# complain.\n#\n# Parts can also inherit parameters from previously defined parts\n# using the following syntax. In this case specified integer and\n# string values override parameter values from the parent part. New\n# memory definitions are added to the definitions inherited from the\n# parent.\n#\n#   part parent <id>                              # quoted string\n#       id               = <id> ;                 # quoted string\n#       <any set of other parameters from the list above>\n#     ;\n#\n# NOTES:\n#   * 'devicecode' is the device code used by the STK500 (see codes\n#       listed below)\n#   * Not all memory types will implement all instructions.\n#   * AVR Fuse bits and Lock bits are implemented as a type of memory.\n#   * Example memory types are:\n#       \"flash\", \"eeprom\", \"fuse\", \"lfuse\" (low fuse), \"hfuse\" (high\n#       fuse), \"signature\", \"calibration\", \"lock\"\n#   * The memory type specified on the avrdude command line must match\n#     one of the memory types defined for the specified chip.\n#   * The pwroff_after_write flag causes avrdude to attempt to\n#     power the device off and back on after an unsuccessful write to\n#     the affected memory area if VCC programmer pins are defined.  If\n#     VCC pins are not defined for the programmer, a message\n#     indicating that the device needs a power-cycle is printed out.\n#     This flag was added to work around a problem with the\n#     at90s4433/2333's; see the at90s4433 errata at:\n#\n#         http://www.atmel.com/dyn/resources/prod_documents/doc1280.pdf\n#\n# INSTRUCTION FORMATS\n#\n#    Instruction formats are specified as a comma seperated list of\n#    string values containing information (bit specifiers) about each\n#    of the 32 bits of the instruction.  Bit specifiers may be one of\n#    the following formats:\n#\n#       '1'  = the bit is always set on input as well as output\n#\n#       '0'  = the bit is always clear on input as well as output\n#\n#       'x'  = the bit is ignored on input and output\n#\n#       'a'  = the bit is an address bit, the bit-number matches this bit\n#              specifier's position within the current instruction byte\n#\n#       'aN' = the bit is the Nth address bit, bit-number = N, i.e., a12\n#              is address bit 12 on input, a0 is address bit 0.\n#\n#       'i'  = the bit is an input data bit\n#\n#       'o'  = the bit is an output data bit\n#\n#    Each instruction must be composed of 32 bit specifiers.  The\n#    instruction specification closely follows the instruction data\n#    provided in Atmel's data sheets for their parts.\n#\n# See below for some examples.\n#\n#\n# The following are STK500 part device codes to use for the\n# \"devicecode\" field of the part.  These came from Atmel's software\n# section avr061.zip which accompanies the application note\n# AVR061 available from:\n#\n#      http://www.atmel.com/dyn/resources/prod_documents/doc2525.pdf\n#\n\n#define ATTINY10    0x10  /* the _old_ one that never existed! */\n#define ATTINY11    0x11\n#define ATTINY12    0x12\n#define ATTINY15    0x13\n#define ATTINY13    0x14\n\n#define ATTINY22    0x20\n#define ATTINY26    0x21\n#define ATTINY28    0x22\n#define ATTINY2313  0x23\n\n#define AT90S1200   0x33\n\n#define AT90S2313   0x40\n#define AT90S2323   0x41\n#define AT90S2333   0x42\n#define AT90S2343   0x43\n\n#define AT90S4414   0x50\n#define AT90S4433   0x51\n#define AT90S4434   0x52\n#define ATMEGA48    0x59\n\n#define AT90S8515   0x60\n#define AT90S8535   0x61\n#define AT90C8534   0x62\n#define ATMEGA8515  0x63\n#define ATMEGA8535  0x64\n\n#define ATMEGA8     0x70\n#define ATMEGA88    0x73\n#define ATMEGA168   0x86\n\n#define ATMEGA161   0x80\n#define ATMEGA163   0x81\n#define ATMEGA16    0x82\n#define ATMEGA162   0x83\n#define ATMEGA169   0x84\n\n#define ATMEGA323   0x90\n#define ATMEGA32    0x91\n\n#define ATMEGA64    0xA0\n\n#define ATMEGA103   0xB1\n#define ATMEGA128   0xB2\n#define AT90CAN128  0xB3\n#define AT90CAN64   0xB3\n#define AT90CAN32   0xB3\n\n#define AT86RF401   0xD0\n\n#define AT89START   0xE0\n#define AT89S51\t    0xE0\n#define AT89S52\t    0xE1\n\n# The following table lists the devices in the original AVR910\n# appnote:\n# |Device |Signature | Code |\n# +-------+----------+------+\n# |tiny12 | 1E 90 05 | 0x55 |\n# |tiny15 | 1E 90 06 | 0x56 |\n# |       |          |      |\n# | S1200 | 1E 90 01 | 0x13 |\n# |       |          |      |\n# | S2313 | 1E 91 01 | 0x20 |\n# | S2323 | 1E 91 02 | 0x48 |\n# | S2333 | 1E 91 05 | 0x34 |\n# | S2343 | 1E 91 03 | 0x4C |\n# |       |          |      |\n# | S4414 | 1E 92 01 | 0x28 |\n# | S4433 | 1E 92 03 | 0x30 |\n# | S4434 | 1E 92 02 | 0x6C |\n# |       |          |      |\n# | S8515 | 1E 93 01 | 0x38 |\n# | S8535 | 1E 93 03 | 0x68 |\n# |       |          |      |\n# |mega32 | 1E 95 01 | 0x72 |\n# |mega83 | 1E 93 05 | 0x65 |\n# |mega103| 1E 97 01 | 0x41 |\n# |mega161| 1E 94 01 | 0x60 |\n# |mega163| 1E 94 02 | 0x64 |\n\n# Appnote AVR109 also has a table of AVR910 device codes, which\n# lists:\n# dev         avr910   signature\n# ATmega8     0x77     0x1E 0x93 0x07\n# ATmega8515  0x3B     0x1E 0x93 0x06\n# ATmega8535  0x6A     0x1E 0x93 0x08\n# ATmega16    0x75     0x1E 0x94 0x03\n# ATmega162   0x63     0x1E 0x94 0x04\n# ATmega163   0x66     0x1E 0x94 0x02\n# ATmega169   0x79     0x1E 0x94 0x05\n# ATmega32    0x7F     0x1E 0x95 0x02\n# ATmega323   0x73     0x1E 0x95 0x01\n# ATmega64    0x46     0x1E 0x96 0x02\n# ATmega128   0x44     0x1E 0x97 0x02\n#\n# These codes refer to \"BOOT\" device codes which are apparently\n# different than standard device codes, for whatever reasons\n# (often one above the standard code).\n\n# There are several extended versions of AVR910 implementations around\n# in the Internet.  These add the following codes (only devices that\n# actually exist are listed):\n\n# ATmega8515\t0x3A\n# ATmega128\t0x43\n# ATmega64\t0x45\n# ATtiny26\t0x5E\n# ATmega8535\t0x69\n# ATmega32\t0x72\n# ATmega16\t0x74\n# ATmega8\t0x76\n# ATmega169\t0x78\n\n#\n# Overall avrdude defaults; suitable for ~/.avrduderc\n#\ndefault_parallel   = \"@DEFAULT_PAR_PORT@\";\ndefault_serial     = \"@DEFAULT_SER_PORT@\";\n# default_bitclock = 2.5;\n\n# Turn off safemode by default\n#default_safemode  = no;\n\n\n#\n# PROGRAMMER DEFINITIONS\n#\n\n# http://wiring.org.co/\n# Basically STK500v2 protocol, with some glue to trigger the\n# bootloader.\nprogrammer\n  id    = \"wiring\";\n  desc  = \"Wiring\";\n  type  = \"wiring\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"arduino\";\n  desc  = \"Arduino\";\n  type  = \"arduino\";\n  connection_type = serial;\n;\n# this will interface with the chips on these programmers:\n#\n# http://real.kiev.ua/old/avreal/en/adapters\n# http://www.amontec.com/jtagkey.shtml, jtagkey-tiny.shtml\n# http://www.olimex.com/dev/arm-usb-ocd.html, arm-usb-tiny.html\n# http://www.ethernut.de/en/hardware/turtelizer/index.html\n# http://elk.informatik.fh-augsburg.de/hhweb/doc/openocd/usbjtag/usbjtag.html\n# http://dangerousprototypes.com/docs/FT2232_breakout_board\n# http://www.ftdichip.com/Products/Modules/DLPModules.htm,DLP-2232*,DLP-USB1232H\n# http://flashrom.org/FT2232SPI_Programmer\n#\n# The drivers will look for a specific device and use the first one found.\n# If you have mulitple devices, then look for unique information (like SN)\n# And fill that in here.\n#\n# Note that the pin numbers for the main ISP signals (reset, sck,\n# mosi, miso) are fixed and cannot be changed, since they must match\n# the way the Multi-Protocol Synchronous Serial Engine (MPSSE) of\n# these FTDI ICs has been designed.\n\nprogrammer\n  id         = \"avrftdi\";\n  desc       = \"FT2232D based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0x6010;\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ADBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n#LED SIGNALs - higher ADBUS-Nibble\n#  errled = 4;\n#  rdyled = 5;\n#  pgmled = 6;\n#  vfyled = 7;\n#Buffer Signal - ACBUS - Nibble\n#  buff   = 8;\n;\n# This is an implementation of the above with a buffer IC (74AC244) and\n# 4 LEDs directly attached, all active low.\nprogrammer\n  id         = \"2232HIO\";\n  desc       = \"FT2232H based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic H devices and\n# should be programmed into the EEPROM\n#  usbpid     = 0x8A48;\n  usbpid     = 0x6010;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  buff   = ~4;\n#LED SIGNALs\n  errled = ~ 11;\n  rdyled = ~ 14;\n  pgmled = ~ 13;\n  vfyled = ~ 12;\n;\n\n#The FT4232H can be treated as FT2232H, but it has a different USB\n#device ID of 0x6011.\nprogrammer parent \"avrftdi\"\n  id         = \"4232h\";\n  desc       = \"FT4232H based generic programmer\";\n  usbpid     = 0x6011;\n;\n\nprogrammer\n  id         = \"jtagkey\";\n  desc       = \"Amontec JTAGKey, JTAGKey-Tiny and JTAGKey2\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is used in all JTAGKey variants\n  usbpid     = 0xCFF8;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals => 20 - Pin connector on JTAGKey\n  reset  = 3; # TMS 7 violet\n  sck    = 0; # TCK 9 white\n  mosi   = 1; # TDI 5 green\n  miso   = 2; # TDO 13 orange\n  buff   = ~4;\n# VTG           VREF 1 brown with red tip\n# GND           GND 20 black\n# The colors are on the 20 pin breakout cable\n# from Amontec\n;\n\n# UM232H module from FTDI and Glyn.com.au.\n# See helix.air.net.au for detailed usage information.\n# J1: Connect pin 2 and 3 for USB power.\n# J2: Connect pin 2 and 3 for USB power.\n# J2: Pin 7 is SCK\n#   : Pin 8 is MOSI\n#   : Pin 9 is MISO\n#   : Pin 11 is RST\n#   : Pin 6 is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"UM232H\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n# C232HM module from FTDI and Glyn.com.au.\n# : Orange is SCK\n# : Yellow is MOSI\n# : Green is MISO\n# : Brown is RST\n# : Black is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"C232HM\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n\n# On the adapter you can read \"O-Link\". On the PCB is printed \"OpenJTAG v3.1\"\n# You can find it as \"OpenJTAG ARM JTAG USB\" in the internet.\n# (But there are also several projects called Open JTAG, eg.\n# http://www.openjtag.org, which are completely different.)\n#   http://www.100ask.net/shop/english.html (website seems to be outdated)\n#   http://item.taobao.com/item.htm?id=1559277013\n#   http://www.micro4you.com/store/openjtag-arm-jtag-usb.html (schematics!)\n# some other sources which call it O-Link\n#   http://www.andahammer.com/olink/\n#   http://www.developmentboard.net/31-o-link-debugger.html\n#   http://armwerks.com/catalog/o-link-debugger-copy/\n# or just have a look at ebay ...\n# It is basically the same entry as jtagkey with different usb ids.\nprogrammer parent \"jtagkey\"\n  id         = \"o-link\";\n  desc       = \"O-Link, OpenJTAG from www.100ask.net\";\n  usbvid     = 0x1457;\n  usbpid     = 0x5118;\n  usbvendor  = \"www.100ask.net\";\n  usbproduct = \"USB<=>JTAG&RS232\";\n;\n\n# http://wiki.openmoko.org/wiki/Debug_Board_v3\nprogrammer\n  id    = \"openmoko\";\n  desc  = \"Openmoko debug board (v3)\";\n  type  = \"avrftdi\";\n  usbvid     = 0x1457;\n  usbpid    = 0x5118;\n  usbdev = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n  reset  = 3; # TMS 7\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n;\n\n# Only Rev. A boards.\n# Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf\nprogrammer\n  id         = \"lm3s811\";\n  desc       = \"Luminary Micro LM3S811 Eval Board (Rev. A)\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0xbcd9;\n  usbvendor  = \"LMI\";\n  usbproduct = \"LM3S811 Evaluation Board\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ACBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n# Enable correct buffers\n  buff   = 7;\n;\n\n# submitted as bug #46020\nprogrammer\n  id     = \"tumpa\";\n  desc   = \"TIAO USB Multi-Protocol Adapter\";\n  type   = \"avrftdi\";\n  connection_type = usb;\n  usbvid = 0x0403;\n  usbpid = 0x8A98;\n  usbdev = \"A\";\n  usbvendor = \"TIAO\";\n  usbproduct = \"\";\n  usbsn  = \"\";\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n  reset  = 3; # TMS 7\n;\n\nprogrammer\n  id    = \"avrisp\";\n  desc  = \"Atmel AVR ISP\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispv2\";\n  desc  = \"Atmel AVR ISP V2\";\n  type  =  \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispmkII\";\n  desc  = \"Atmel AVR ISP mkII\";\n  type  =  \"stk500v2\";\n  connection_type = usb;\n;\n\nprogrammer parent \"avrispmkII\"\n  id    = \"avrisp2\";\n;\n\nprogrammer\n  id    = \"buspirate\";\n  desc  = \"The Bus Pirate\";\n  type  = \"buspirate\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"buspirate_bb\";\n  desc  = \"The Bus Pirate (bitbang interface, supports TPI)\";\n  type  = \"buspirate_bb\";\n  connection_type = serial;\n  # pins are bits in bitbang byte (numbers are 87654321)\n  # 1|POWER|PULLUP|AUX|MOSI|CLK|MISO|CS\n  reset  = 1;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 2;\n  #vcc    = 7; This is internally set independent of this setting.\n;\n\n# This is supposed to be the \"default\" STK500 entry.\n# Attempts to select the correct firmware version\n# by probing for it.  Better use one of the entries\n# below instead.\nprogrammer\n  id    = \"stk500\";\n  desc  = \"Atmel STK500\";\n  type  = \"stk500generic\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v1\";\n  desc  = \"Atmel STK500 Version 1.x firmware\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"mib510\";\n  desc  = \"Crossbow MIB510 programming board\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v2\";\n  desc  = \"Atmel STK500 Version 2.x firmware\";\n  type  = \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500pp\";\n  desc  = \"Atmel STK500 V2 in parallel programming mode\";\n  type  = \"stk500pp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500hvsp\";\n  desc  = \"Atmel STK500 V2 in high-voltage serial programming mode\";\n  type  = \"stk500hvsp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk600\";\n  desc  = \"Atmel STK600\";\n  type  = \"stk600\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600pp\";\n  desc  = \"Atmel STK600 in parallel programming mode\";\n  type  = \"stk600pp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600hvsp\";\n  desc  = \"Atmel STK600 in high-voltage serial programming mode\";\n  type  = \"stk600hvsp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"avr910\";\n  desc  = \"Atmel Low Cost Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"ft245r\";\n  desc  = \"FT245R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1; # D1\n  sck   = 0; # D0\n  mosi  = 2; # D2\n  reset = 4; # D4\n;\n\nprogrammer\n  id    = \"ft232r\";\n  desc  = \"FT232R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1;  # RxD\n  sck   = 0;  # TxD\n  mosi  = 2;  # RTS\n  reset = 4;  # DTR\n;\n\n# see http://www.bitwizard.nl/wiki/index.php/FTDI_ATmega\nprogrammer\n  id    = \"bwmega\";\n  desc  = \"BitWizard ftdi_atmega builtin programmer\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 5;  # DSR\n  sck   = 6;  # DCD\n  mosi  = 3;  # CTS\n  reset = 7;  # RI\n;\n\n# see http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html\n# Note: pins are numbered from 1!\nprogrammer\n  id    = \"arduino-ft232r\";\n  desc  = \"Arduino: FT232R connected to ISP\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3;  # CTS X3(1)\n  sck   = 5;  # DSR X3(2)\n  mosi  = 6;  # DCD X3(3)\n  reset = 7;  # RI  X3(4)\n;\n\n# website mentioned above uses this id\nprogrammer parent \"arduino-ft232r\"\n  id    = \"diecimila\";\n  desc  = \"alias for arduino-ft232r\";\n;\n\n# There is a ATmega328P kit PCB called \"uncompatino\".\n# This board allows ISP via its on-board FT232R.\n# This is designed like Arduino Duemilanove but has no standard ICPS header.\n# Its 4 pairs of pins are shorted to enable ftdi_syncbb.\n# http://akizukidenshi.com/catalog/g/gP-07487/\n# http://akizukidenshi.com/download/ds/akizuki/k6096_manual_20130816.pdf\nprogrammer\n  id    = \"uncompatino\";\n  desc  = \"uncompatino with all pairs of pins shorted\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3; # cts\n  sck   = 5; # dsr\n  mosi  = 6; # dcd\n  reset = 7; # ri\n;\n\n# FTDI USB to serial cable TTL-232R-5V with a custom adapter for ICSP\n# http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm\n# http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf\n# For ICSP pinout see for example http://www.atmel.com/images/doc2562.pdf\n# (Figure 1. ISP6PIN header pinout and Table 1. Connections required for ISP ...)\n# TTL-232R GND 1 Black  -> ICPS GND   (pin 6)\n# TTL-232R CTS 2 Brown  -> ICPS MOSI  (pin 4)\n# TTL-232R VCC 3 Red    -> ICPS VCC   (pin 2)\n# TTL-232R TXD 4 Orange -> ICPS RESET (pin 5)\n# TTL-232R RXD 5 Yellow -> ICPS SCK   (pin 3)\n# TTL-232R RTS 6 Green  -> ICPS MISO  (pin 1)\n# Except for VCC and GND, you can connect arbitual pairs as long as\n# the following table is adjusted.\nprogrammer\n  id    = \"ttl232r\";\n  desc  = \"FTDI TTL232R-5V with ICSP adapter\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 2; # rts\n  sck   = 1; # rxd\n  mosi  = 3; # cts\n  reset = 0; # txd\n;\n\nprogrammer\n  id    = \"usbasp\";\n  desc  = \"USBasp, http://www.fischl.de/usbasp/\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x05DC; # Obdev's free shared PID\n  usbvendor  = \"www.fischl.de\";\n  usbproduct = \"USBasp\";\n\n  # following variants are autodetected for id \"usbasp\"\n\n  # original usbasp from fischl.de\n  # see above \"usbasp\"\n\n  # old usbasp from fischl.de\n  #usbvid     = 0x03EB; # ATMEL\n  #usbpid     = 0xC7B4; # (unoffical) USBasp\n  #usbvendor  = \"www.fischl.de\";\n  #usbproduct = \"USBasp\";\n\n  # NIBObee (only if -P nibobee is given on command line)\n  # see below \"nibobee\"\n;\n\nprogrammer\n  id    = \"nibobee\";\n  desc  = \"NIBObee\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x092F; # NIBObee PID\n  usbvendor  = \"www.nicai-systems.com\";\n  usbproduct = \"NIBObee\";\n;\n\nprogrammer\n  id    = \"usbasp-clone\";\n  desc  = \"Any usbasp clone with correct VID/PID\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid    = 0x16C0; # VOTI\n  usbpid    = 0x05DC; # Obdev's free shared PID\n  #usbvendor  = \"\";\n  #usbproduct = \"\";\n;\n\n# USBtiny can also be used for TPI programming.\n# In that case, a resistor of 1 kOhm is needed between MISO and MOSI\n# pins of the connector, and MISO (pin 1 of the 6-pin connector)\n# connects to TPIDATA.\nprogrammer\n  id    = \"usbtiny\";\n  desc  = \"USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x1781;\n  usbpid     = 0x0c9f;\n;\n\n# commercial version of USBtiny, using a separate VID/PID\nprogrammer\n  id    = \"ehajo-isp\";\n  desc  = \"avr-isp-programmer from eHaJo, http://www.eHaJo.de\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x16D0;\n  usbpid     = 0x0BA5;\n;\n\nprogrammer\n  id    = \"butterfly\";\n  desc  = \"Atmel Butterfly Development Board\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr109\";\n  desc  = \"Atmel AppNote AVR109 Boot Loader\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr911\";\n  desc  = \"Atmel AppNote AVR911 AVROSP\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\n# suggested in http://forum.mikrokopter.de/topic-post48317.html\nprogrammer\n  id    = \"mkbutterfly\";\n  desc  = \"Mikrokopter.de Butterfly\";\n  type  = \"butterfly_mk\";\n  connection_type = serial;\n;\n\nprogrammer parent \"mkbutterfly\"\n  id    = \"butterfly_mk\";\n;\n\nprogrammer\n  id    = \"jtagmkI\";\n  desc  = \"Atmel JTAG ICE (mkI)\";\n  baudrate = 115200;    # default is 115200\n  type  = \"jtagmki\";\n  connection_type = serial;\n;\n\n# easier to type\nprogrammer parent \"jtagmkI\"\n  id    = \"jtag1\";\n;\n\n# easier to type\nprogrammer parent \"jtag1\"\n  id    = \"jtag1slow\";\n  baudrate = 19200;\n;\n\n# The JTAG ICE mkII has both, serial and USB connectivity.  As it is\n# mostly used through USB these days (AVR Studio 5 only supporting it\n# that way), we make connection_type = usb the default.  Users are\n# still free to use a serial port with the -P option.\n\nprogrammer\n  id    = \"jtagmkII\";\n  desc  = \"Atmel JTAG ICE mkII\";\n  baudrate = 19200;    # default is 19200\n  type  = \"jtagmkii\";\n  connection_type = usb;\n;\n\n# easier to type\nprogrammer parent \"jtagmkII\"\n  id    = \"jtag2slow\";\n;\n\n# JTAG ICE mkII @ 115200 Bd\nprogrammer parent \"jtag2slow\"\n  id    = \"jtag2fast\";\n  baudrate = 115200;\n;\n\n# make the fast one the default, people will love that\nprogrammer parent \"jtag2fast\"\n  id    = \"jtag2\";\n;\n\n# JTAG ICE mkII in ISP mode\nprogrammer\n  id    = \"jtag2isp\";\n  desc  = \"Atmel JTAG ICE mkII in ISP mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_isp\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in debugWire mode\nprogrammer\n  id    = \"jtag2dw\";\n  desc  = \"Atmel JTAG ICE mkII in debugWire mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_dw\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtagmkII_avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtag2avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in PDI mode\nprogrammer\n  id    = \"jtag2pdi\";\n  desc  = \"Atmel JTAG ICE mkII PDI mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_pdi\";\n  connection_type = usb;\n;\n\n# AVR Dragon in JTAG mode\nprogrammer\n  id    = \"dragon_jtag\";\n  desc  = \"Atmel AVR Dragon in JTAG mode\";\n  baudrate = 115200;\n  type  = \"dragon_jtag\";\n  connection_type = usb;\n;\n\n# AVR Dragon in ISP mode\nprogrammer\n  id    = \"dragon_isp\";\n  desc  = \"Atmel AVR Dragon in ISP mode\";\n  baudrate = 115200;\n  type  = \"dragon_isp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PP mode\nprogrammer\n  id    = \"dragon_pp\";\n  desc  = \"Atmel AVR Dragon in PP mode\";\n  baudrate = 115200;\n  type  = \"dragon_pp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in HVSP mode\nprogrammer\n  id    = \"dragon_hvsp\";\n  desc  = \"Atmel AVR Dragon in HVSP mode\";\n  baudrate = 115200;\n  type  = \"dragon_hvsp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in debugWire mode\nprogrammer\n  id    = \"dragon_dw\";\n  desc  = \"Atmel AVR Dragon in debugWire mode\";\n  baudrate = 115200;\n  type  = \"dragon_dw\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PDI mode\nprogrammer\n  id    = \"dragon_pdi\";\n  desc  = \"Atmel AVR Dragon in PDI mode\";\n  baudrate = 115200;\n  type  = \"dragon_pdi\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"jtag3\";\n  desc  = \"Atmel AVR JTAGICE3 in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3pdi\";\n  desc  = \"Atmel AVR JTAGICE3 in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3dw\";\n  desc  = \"Atmel AVR JTAGICE3 in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3isp\";\n  desc  = \"Atmel AVR JTAGICE3 in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"xplainedpro\";\n  desc  = \"Atmel AVR XplainedPro in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2111;\n;\n\nprogrammer\n  id    = \"xplainedmini\";\n  desc  = \"Atmel AVR XplainedMini in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"xplainedmini_dw\";\n  desc  = \"Atmel AVR XplainedMini in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"atmelice\";\n  desc  = \"Atmel-ICE (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_pdi\";\n  desc  = \"Atmel-ICE (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_dw\";\n  desc  = \"Atmel-ICE (ARM/AVR) in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_isp\";\n  desc  = \"Atmel-ICE (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"powerdebugger\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_pdi\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_dw\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in debugWire mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_isp\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"pavr\";\n  desc  = \"Jason Kyle's pAVR Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"pickit2\";\n  desc  = \"MicroChip's PICkit2 Programmer\";\n  type  = \"pickit2\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip1\";\n  desc  = \"FLIP USB DFU protocol version 1 (doc7618)\";\n  type  = \"flip1\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip2\";\n  desc  = \"FLIP USB DFU protocol version 2 (AVR4023)\";\n  type  = \"flip2\";\n  connection_type = usb;\n;\n\n#@HAVE_PARPORT_BEGIN@  Inclusion of the following depends on --enable-parport\n# Parallel port programmers.\n\nprogrammer\n  id    = \"bsd\";\n  desc  = \"Brian Dean's Programmer, http://www.bsdhome.com/avrdude/\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 2, 3, 4, 5;\n  reset = 7;\n  sck   = 8;\n  mosi  = 9;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"stk200\";\n  desc  = \"STK200\";\n  type  = \"par\";\n  connection_type = parallel;\n  buff  = 4, 5;\n  sck   = 6;\n  mosi  = 7;\n  reset = 9;\n  miso  = 10;\n;\n\n# The programming dongle used by the popular Ponyprog\n# utility.  It is almost similar to the STK200 one,\n# except that there is a LED indicating that the\n# programming is currently in progress.\n\nprogrammer parent \"stk200\"\n  id    = \"pony-stk200\";\n  desc  = \"Pony Prog STK200\";\n  pgmled = 8;\n;\n\nprogrammer\n  id    = \"dt006\";\n  desc  = \"Dontronics DT006\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 5;\n  mosi  = 2;\n  miso  = 11;\n;\n\nprogrammer parent \"dt006\"\n  id    = \"bascom\";\n  desc  = \"Bascom SAMPLE programming cable\";\n;\n\nprogrammer\n  id     = \"alf\";\n  desc   = \"Nightshade ALF-PgmAVR, http://nightshade.homeip.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  vcc    = 2, 3, 4, 5;\n  buff   = 6;\n  reset  = 7;\n  sck    = 8;\n  mosi   = 9;\n  miso   = 10;\n  errled = 1;\n  rdyled = 14;\n  pgmled = 16;\n  vfyled = 17;\n;\n\nprogrammer\n  id    = \"sp12\";\n  desc  = \"Steve Bolt's Programmer\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 4,5,6,7,8;\n  reset = 3;\n  sck   = 2;\n  mosi  = 9;\n  miso  = 11;\n;\n\nprogrammer\n  id     = \"picoweb\";\n  desc   = \"Picoweb Programming Cable, http://www.picoweb.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  reset  = 2;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 13;\n;\n\nprogrammer\n  id    = \"abcmini\";\n  desc  = \"ABCmini Board, aka Dick Smith HOTCHIP\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"futurlec\";\n  desc  = \"Futurlec.com programming cable.\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 3;\n  sck   = 2;\n  mosi  = 1;\n  miso  = 10;\n;\n\n\n# From the contributor of the \"xil\" jtag cable:\n# The \"vcc\" definition isn't really vcc (the cable gets its power from\n# the programming circuit) but is necessary to switch one of the\n# buffer lines (trying to add it to the \"buff\" lines doesn't work in\n# avrdude versions before 5.5j).\n# With this, TMS connects to RESET, TDI to MOSI, TDO to MISO and TCK\n# to SCK (plus vcc/gnd of course)\nprogrammer\n  id    = \"xil\";\n  desc  = \"Xilinx JTAG cable\";\n  type  = \"par\";\n  connection_type = parallel;\n  mosi  = 2;\n  sck   = 3;\n  reset = 4;\n  buff  = 5;\n  miso  = 13;\n  vcc   = 6;\n;\n\n\nprogrammer\n  id = \"dapa\";\n  desc = \"Direct AVR Parallel Access cable\";\n  type = \"par\";\n  connection_type = parallel;\n  vcc   = 3;\n  reset = 16;\n  sck = 1;\n  mosi = 2;\n  miso = 11;\n;\n\nprogrammer\n  id    = \"atisp\";\n  desc  = \"AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~6;\n  sck   = ~8;\n  mosi  = ~7;\n  miso  = ~10;\n;\n\nprogrammer\n  id    = \"ere-isp-avr\";\n  desc  = \"ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"blaster\";\n  desc  = \"Altera ByteBlaster\";\n  type  = \"par\";\n  connection_type = parallel;\n  sck   = 2;\n  miso  = 11;\n  reset = 3;\n  mosi  = 8;\n  buff  = 14;\n;\n\n# It is almost same as pony-stk200, except vcc on pin 5 to auto\n# disconnect port (download on http://electropol.free.fr/spip/spip.php?article27)\nprogrammer parent \"pony-stk200\"\n  id    = \"frank-stk200\";\n  desc  = \"Frank STK200\";\n  buff  = ; # delete buff pin assignment\n  vcc   = 5;\n;\n\n# The AT98ISP Cable is a simple parallel dongle for AT89 family.\n# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877\nprogrammer\n  id = \"89isp\";\n  desc = \"Atmel at89isp cable\";\n  type = \"par\";\n  connection_type = parallel;\n  reset = 17;\n  sck = 1;\n  mosi = 2;\n  miso = 10;\n;\n\n#@HAVE_PARPORT_END@\n\n#This programmer bitbangs GPIO lines using the Linux sysfs GPIO interface\n#\n#To enable it set the configuration below to match the GPIO lines connected to the\n#relevant ISP header pins and uncomment the entry definition. In case you don't\n#have the required permissions to edit this system wide config file put the\n#entry in a separate <your name>.conf file and use it with -C+<your name>.conf\n#on the command line.\n#\n#To check if your avrdude build has support for the linuxgpio programmer compiled in,\n#use -c?type on the command line and look for linuxgpio in the list. If it's not available\n#you need pass the --enable-linuxgpio=yes option to configure and recompile avrdude.\n#\n#programmer\n#  id    = \"linuxgpio\";\n#  desc  = \"Use the Linux sysfs interface to bitbang GPIO lines\";\n#  type  = \"linuxgpio\";\n#  reset = ?;\n#  sck   = ?;\n#  mosi  = ?;\n#  miso  = ?;\n#;\n\n# some ultra cheap programmers use bitbanging on the\n# serialport.\n#\n# PC - DB9 - Pins for RS232:\n#\n# GND   5   -- |O\n#              |   O| <-   9   RI\n# DTR   4   <- |O   |\n#              |   O| <-   8   CTS\n# TXD   3   <- |O   |\n#              |   O| ->   7   RTS\n# RXD   2   -> |O   |\n#              |   O| <-   6   DSR\n# DCD   1   -> |O\n#\n# Using RXD is currently not supported.\n# Using RI is not supported under Win32 but is supported under Posix.\n\n# serial ponyprog design (dasa2 in uisp)\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer\n  id    = \"ponyser\";\n  desc  = \"design ponyprog serial, reset=!txd sck=rts mosi=dtr miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~3;\n  sck   = 7;\n  mosi  = 4;\n  miso  = 8;\n;\n\n# Same as above, different name\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer parent \"ponyser\"\n  id    = \"siprog\";\n  desc  = \"Lancos SI-Prog <http://www.lancos.com/siprogsch.html>\";\n;\n\n# unknown (dasa in uisp)\n# reset=rts sck=dtr mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa\";\n  desc  = \"serial port banging, reset=rts sck=dtr mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 7;\n  sck   = 4;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# unknown (dasa3 in uisp)\n# reset=!dtr sck=rts mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa3\";\n  desc  = \"serial port banging, reset=!dtr sck=rts mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~4;\n  sck   = 7;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# C2N232i (jumper configuration \"auto\")\n# reset=dtr sck=!rts mosi=!txd miso=!cts\n\nprogrammer\n  id    = \"c2n232i\";\n  desc  = \"serial port banging, reset=dtr sck=!rts mosi=!txd miso=!cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 4;\n  sck   = ~7;\n  mosi  = ~3;\n  miso  = ~8;\n;\n\n#\n# PART DEFINITIONS\n#\n\n#------------------------------------------------------------\n# ATtiny11\n#------------------------------------------------------------\n\n# This is an HVSP-only device.\n\npart\n    id                  = \"t11\";\n    desc                = \"ATtiny11\";\n    stk500_devcode      = 0x11;\n    signature           = 0x1e 0x90 0x04;\n    chip_erase_delay    = 20000;\n\n    timeout\t\t= 200;\n    hvsp_controlstack     =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n\tdelay\t\t= 5;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\tdelay\t\t= 3;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny12\n#------------------------------------------------------------\n\npart\n    id                  = \"t12\";\n    desc                = \"ATtiny12\";\n    stk500_devcode      = 0x12;\n    avr910_devcode      = 0x55;\n    signature           = 0x1e 0x90 0x05;\n    chip_erase_delay    = 20000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 8;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny13\n#------------------------------------------------------------\n\npart\n    id                  = \"t13\";\n    desc                = \"ATtiny13\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x0E, 0x1E;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x0E, 0xB4, 0x0E, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode      = 0x14;\n    signature           = 0x1e 0x90 0x07;\n    chip_erase_delay    = 4000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 90;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 0;\n\n    memory \"eeprom\"\n        size            = 64;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x   x  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 5;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 1024;\n        page_size       = 32;\n        num_pages       = 32;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x  x  x   x  x a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n\tread            = \"0  1  0  1   1  0  0  0    0 0 0 0  0 0 0 0\",\n                          \"x  x  x  x   x  x  x  x    x x o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    1 1 i i  i i i i\";\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny15\n#------------------------------------------------------------\n\npart\n    id                  = \"t15\";\n    desc                = \"ATtiny15\";\n    stk500_devcode      = 0x13;\n    avr910_devcode      = 0x56;\n    signature           = 0x1e 0x90 0x06;\n    chip_erase_delay    = 8200;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 5;\n    synchcycles         = 6;\n    latchcycles         = 16;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 8200;\n        max_write_delay = 8200;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4100;\n        max_write_delay = 4100;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  1 1 i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# AT90s1200\n#------------------------------------------------------------\n\npart\n    id               = \"1200\";\n    desc             = \"AT90S1200\";\n    is_at90s1200     = yes;\n    stk500_devcode   = 0x33;\n    avr910_devcode   = 0x13;\n    signature        = 0x1e 0x90 0x01;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 1;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 0;\n    pollvalue\t\t= 0xFF;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1 0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1 1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x02;\n\tdelay\t\t= 15;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4414\n#------------------------------------------------------------\n\npart\n    id               = \"4414\";\n    desc             = \"AT90S4414\";\n    stk500_devcode   = 0x50;\n    avr910_devcode   = 0x28;\n    signature        = 0x1e 0x92 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2313\n#------------------------------------------------------------\n\npart\n    id               = \"2313\";\n    desc             = \"AT90S2313\";\n    stk500_devcode   = 0x40;\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x91 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x i i x\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2333\n#------------------------------------------------------------\n\npart\n    id               = \"2333\";\n##### WARNING: No XML file for device 'AT90S2333'! #####\n    desc             = \"AT90S2333\";\n    stk500_devcode   = 0x42;\n    avr910_devcode   = 0x34;\n    signature        = 0x1e 0x91 0x05;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s2343 (also AT90s2323 and ATtiny22)\n#------------------------------------------------------------\n\npart\n    id               = \"2343\";\n    desc             = \"AT90S2343\";\n    stk500_devcode   = 0x43;\n    avr910_devcode   = 0x4c;\n    signature        = 0x1e 0x91 0x03;\n    chip_erase_delay = 18000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 0;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 128;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 1  1 1 1 i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s4433\n#------------------------------------------------------------\n\npart\n    id               = \"4433\";\n    desc             = \"AT90S4433\";\n    stk500_devcode   = 0x51;\n    avr910_devcode   = 0x30;\n    signature        = 0x1e 0x92 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4434\n#------------------------------------------------------------\n\npart\n    id               = \"4434\";\n##### WARNING: No XML file for device 'AT90S4434'! #####\n    desc             = \"AT90S4434\";\n    stk500_devcode   = 0x52;\n    avr910_devcode   = 0x6c;\n    signature        = 0x1e 0x92 0x02;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8515\n#------------------------------------------------------------\n\npart\n    id               = \"8515\";\n    desc             = \"AT90S8515\";\n    stk500_devcode   = 0x60;\n    avr910_devcode   = 0x38;\n    signature        = 0x1e 0x93 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8535\n#------------------------------------------------------------\n\npart\n    id               = \"8535\";\n    desc             = \"AT90S8535\";\n    stk500_devcode   = 0x61;\n    avr910_devcode   = 0x68;\n    signature        = 0x1e 0x93 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  o\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  0  1  1   1  1  1  i\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   o  o  x  x   x  x  x  x\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega103\n#------------------------------------------------------------\n\npart\n    id               = \"m103\";\n    desc             = \"ATmega103\";\n    stk500_devcode   = 0xB1;\n    avr910_devcode   = 0x41;\n    signature        = 0x1e 0x97 0x01;\n    chip_erase_delay = 112000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x8E, 0x9E, 0x2E, 0x3E, 0xAE, 0xBE,\n        0x4E, 0x5E, 0xCE, 0xDE, 0x6E, 0x7E, 0xEE, 0xDE,\n        0x66, 0x76, 0xE6, 0xF6, 0x6A, 0x7A, 0xEA, 0x7A,\n        0x7F, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 10;\n\n    memory \"eeprom\"\n        size            = 4096;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 22000;\n        max_write_delay = 56000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 70;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0  x x x x  x x x x\",\n                          \"x x x x  x x x x  x x o x  o 1 o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 1  i 1 i i\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega64\n#------------------------------------------------------------\n\npart\n    id               = \"m64\";\n    desc             = \"ATmega64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xA0;\n    avr910_devcode   = 0x45;\n    signature        = 0x1e 0x96 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega128\n#------------------------------------------------------------\n\npart\n    id               = \"m128\";\n    desc             = \"ATmega128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    rampz               = 0x3b;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN128\n#------------------------------------------------------------\n\npart\n    id               = \"c128\";\n    desc             = \"AT90CAN128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN64\n#------------------------------------------------------------\n\npart\n    id               = \"c64\";\n    desc             = \"AT90CAN64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x96 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN32\n#------------------------------------------------------------\n\npart\n    id               = \"c32\";\n    desc             = \"AT90CAN32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x95 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 256;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega16\n#------------------------------------------------------------\n\npart\n    id               = \"m16\";\n    desc             = \"ATmega16\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82;\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x94 0x03;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 100;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"calibration\"\n        size            = 4;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega164P\n#------------------------------------------------------------\n\n# close to ATmega16\n\npart parent \"m16\"\n    id               = \"m164p\";\n    desc             = \"ATmega164P\";\n    signature        = 0x1e 0x94 0x0a;\n\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    allowfullpagebitstream = no;\n    chip_erase_delay = 55000;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324P\n#------------------------------------------------------------\n\n# similar to ATmega164P\n\npart\n    id               = \"m324p\";\n    desc             = \"ATmega324P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x95 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324PA\n#------------------------------------------------------------\n\n# similar to ATmega324P\n\npart parent \"m324p\"\n    id               = \"m324pa\";\n    desc             = \"ATmega324PA\";\n    signature        = 0x1e 0x95 0x11;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega644\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m644\";\n    desc             = \"ATmega644\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x96 0x09;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega644P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart parent \"m644\"\n    id               = \"m644p\";\n    desc             = \"ATmega644P\";\n    signature        = 0x1e 0x96 0x0a;\n\n    ocdrev              = 3;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m1284\";\n    desc             = \"ATmega1284\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x06;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart\n    id               = \"m1284p\";\n    desc             = \"ATmega1284P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega162\n#------------------------------------------------------------\n\npart\n    id               = \"m162\";\n    desc             = \"ATmega162\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x83;\n    avr910_devcode   = 0x63;\n    signature        = 0x1e 0x94 0x04;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n\n    idr              = 0x04;\n    spmcr            = 0x57;\n    allowfullpagebitstream = yes;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    ocdrev              = 2;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n       mode        = 0x41;\n    delay       = 10;\n    blocksize   = 128;\n    readsize    = 256;\n\n        ;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n                read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n                write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n\n        read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega163\n#------------------------------------------------------------\n\npart\n    id               = \"m163\";\n    desc             = \"ATmega163\";\n    stk500_devcode   = 0x81;\n    avr910_devcode   = 0x64;\n    signature        = 0x1e 0x94 0x02;\n    chip_erase_delay = 32000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n        mode            = 0x41;\n        delay           = 20;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o x x  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i 1 1  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   x x x x  1 o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  0 x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega169\n#------------------------------------------------------------\n\npart\n    id               = \"m169\";\n    desc             = \"ATmega169\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x85;\n    avr910_devcode   = 0x78;\n    signature        = 0x1e 0x94 0x05;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329\n#------------------------------------------------------------\n\npart\n    id               = \"m329\";\n    desc             = \"ATmega329\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x95 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329P\n#------------------------------------------------------------\n# Identical to ATmega329 except of the signature\n\npart parent \"m329\"\n    id               = \"m329p\";\n    desc             = \"ATmega329P\";\n    signature        = 0x1e 0x95 0x0b;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290\n#------------------------------------------------------------\n\n# identical to ATmega329\n\npart parent \"m329\"\n    id               = \"m3290\";\n    desc             = \"ATmega3290\";\n    signature        = 0x1e 0x95 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290P\n#------------------------------------------------------------\n\n# identical to ATmega3290 except of the signature\n\npart parent \"m3290\"\n    id               = \"m3290p\";\n    desc             = \"ATmega3290P\";\n    signature        = 0x1e 0x95 0x0c;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega649\n#------------------------------------------------------------\n\npart\n    id               = \"m649\";\n    desc             = \"ATmega649\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x96 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega6490\n#------------------------------------------------------------\n\n# identical to ATmega649\n\npart parent \"m649\"\n    id               = \"m6490\";\n    desc             = \"ATmega6490\";\n    signature        = 0x1e 0x96 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega32\n#------------------------------------------------------------\n\npart\n    id               = \"m32\";\n    desc             = \"ATmega32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x91;\n    avr910_devcode   = 0x72;\n    signature        = 0x1e 0x95 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no;   /* leave this \"no\" */\n        page_size       = 4;    /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o o\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega161\n#------------------------------------------------------------\n\npart\n    id               = \"m161\";\n    desc             = \"ATmega161\";\n    stk500_devcode   = 0x80;\n    avr910_devcode   = 0x60;\n    signature        = 0x1e 0x94 0x01;\n    chip_erase_delay = 28000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 3400;\n        max_write_delay = 3400;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 14000;\n        max_write_delay = 14000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 16;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x o x o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 x  x x x x\",\n                          \"x x x x  x x x x   1 i 1 i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega8\n#------------------------------------------------------------\n\npart\n    id               = \"m8\";\n    desc             = \"ATmega8\";\n    stk500_devcode   = 0x70;\n    avr910_devcode   = 0x76;\n    signature        = 0x1e 0x93 0x07;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 10000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        page_size       = 4;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega8515\n#------------------------------------------------------------\n\npart\n    id               = \"m8515\";\n    desc             = \"ATmega8515\";\n    stk500_devcode   = 0x63;\n    avr910_devcode   = 0x3A;\n    signature        = 0x1e 0x93 0x06;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0     0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0   o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega8535\n#------------------------------------------------------------\n\npart\n    id               = \"m8535\";\n    desc             = \"ATmega8535\";\n    stk500_devcode   = 0x64;\n    avr910_devcode   = 0x69;\n    signature        = 0x1e 0x93 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATtiny26\n#------------------------------------------------------------\n\npart\n    id                  = \"t26\";\n    desc                = \"ATtiny26\";\n    stk500_devcode      = 0x21;\n    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x09;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 9000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  x x x i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny261\n#------------------------------------------------------------\n# Close to ATtiny26\n\npart\n    id                  = \"t261\";\n    desc                = \"ATtiny261\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x0c;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 128;\n        page_size       = 4;\n        num_pages       = 32;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny461\n#------------------------------------------------------------\n# Close to ATtiny261\n\npart\n    id                  = \"t461\";\n    desc                = \"ATtiny461\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x92 0x08;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 256;\n        page_size       = 4;\n        num_pages       = 64;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny861\n#------------------------------------------------------------\n# Close to ATtiny461\n\npart\n    id                  = \"t861\";\n    desc                = \"ATtiny861\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x93 0x0d;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 512;\n        num_pages       = 128;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o  o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i  i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny28\n#------------------------------------------------------------\n\n# This is an HVPP-only device.\n\npart\n    id                  = \"t28\";\n    desc                = \"ATtiny28\";\n    stk500_devcode      = 0x22;\n    avr910_devcode      = 0x5c;\n    signature           = 0x1e 0x91 0x07;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"flash\"\n        size            = 2048;\n        page_size       = 2;\n        readsize        = 256;\n        delay           = 5;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega48\n#------------------------------------------------------------\n\npart\n    id               = \"m48\";\n    desc             = \"ATmega48\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x59;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x92 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 45000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega48P\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48p\";\n    desc             = \"ATmega48P\";\n    signature        = 0x1e 0x92 0x0a;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega48PB\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48pb\";\n    desc             = \"ATmega48PB\";\n    signature        = 0x1e 0x92 0x10;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88\n#------------------------------------------------------------\n\npart\n    id               = \"m88\";\n    desc             = \"ATmega88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x0a;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega88P\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88p\";\n    desc             = \"ATmega88P\";\n    signature        = 0x1e 0x93 0x0f;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88PB\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88pb\";\n    desc             = \"ATmega88PB\";\n    signature        = 0x1e 0x93 0x16;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega168\n#------------------------------------------------------------\n\npart\n    id              = \"m168\";\n    desc            = \"ATmega168\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x06;\n    pagel           = 0xd7;\n    bs2             = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x x x i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 i i i i i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# ATmega168P\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168p\";\n    desc            = \"ATmega168P\";\n    signature       = 0x1e 0x94 0x0b;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega168PB\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168pb\";\n    desc            = \"ATmega168PB\";\n    signature       = 0x1e 0x94 0x15;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATtiny88\n#------------------------------------------------------------\n\npart\n    id               = \"t88\";\n    desc             = \"ATtiny88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x11;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 64;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 64;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega328\n#------------------------------------------------------------\n\npart\n    id\t\t\t= \"m328\";\n    desc\t\t= \"ATmega328\";\n    has_debugwire\t= yes;\n    flash_instr\t\t= 0xB6, 0x01, 0x11;\n    eeprom_instr\t= 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t\t\t  0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t\t\t  0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode\t= 0x86;\n    # avr910_devcode\t= 0x;\n    signature\t\t= 0x1e 0x95 0x14;\n    pagel\t\t= 0xd7;\n    bs2\t\t\t= 0xc2;\n    chip_erase_delay\t= 9000;\n    pgm_enable = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    timeout\t= 200;\n    stabdelay\t= 100;\n    cmdexedelay\t= 25;\n    synchloops\t= 32;\n    bytedelay\t= 0;\n    pollindex\t= 3;\n    pollvalue\t= 0x53;\n    predelay\t= 1;\n    postdelay\t= 1;\n    pollmethod\t= 1;\n\n    pp_controlstack =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay\t= 100;\n    progmodedelay\t= 0;\n    latchcycles\t\t= 5;\n    togglevtg\t\t= 1;\n    poweroffdelay\t= 15;\n    resetdelayms\t= 1;\n    resetdelayus\t= 0;\n    hvleavestabdelay\t= 15;\n    resetdelay\t\t= 15;\n    chiperasepulsewidth\t= 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n\tpaged\t\t= no;\n\tpage_size\t= 4;\n\tsize\t\t= 1024;\n\tmin_write_delay = 3600;\n\tmax_write_delay = 3600;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread = \" 1 0 1 0 0 0 0 0\",\n\t       \" 0 0 0 x x x a9 a8\",\n\t       \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t       \" o o o o o o o o\";\n\n\twrite = \" 1 1 0 0 0 0 0 0\",\n\t      \t\" 0 0 0 x x x a9 a8\",\n\t\t\" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t\" i i i i i i i i\";\n\n\tloadpage_lo = \" 1 1 0 0 0 0 0 1\",\n\t\t      \" 0 0 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 0 0 0 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 1 1 0 0 0 0 1 0\",\n\t\t    \" 0 0 x x x x a9 a8\",\n\t\t    \" a7 a6 a5 a4 a3 a2 0 0\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n\tpaged\t\t= yes;\n\tsize\t\t= 32768;\n\tpage_size\t= 128;\n\tnum_pages\t= 256;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread_lo = \" 0 0 1 0 0 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tread_hi = \" 0 0 1 0 1 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tloadpage_lo = \" 0 1 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\tloadpage_hi = \" 0 1 0 0 1 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 0 1 0 0 1 1 0 0\",\n\t\t    \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t    \" a7 a6 x x x x x x\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\n    ;\n\n    memory \"lfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"hfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"efuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n\t      \t\"x x x x x x x x x x x x x i i i\";\n    ;\n\n    memory \"lock\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x x x o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n\t      \t\"x x x x x x x x 1 1 i i i i i i\";\n    ;\n\n    memory \"calibration\"\n\tsize = 1;\n\tread = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n\t       \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n    ;\n\n    memory \"signature\"\n\tsize = 3;\n\tread = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n\t       \"x x x x x x a1 a0 o o o o o o o o\";\n    ;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328p\";\n    desc\t\t= \"ATmega328P\";\n    signature\t\t= 0x1e 0x95 0x0F;\n\n    ocdrev              = 1;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328pb\";\n    desc\t\t= \"ATmega328PB\";\n    signature\t\t= 0x1e 0x95 0x16;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega32m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m32m1\";\n    desc            = \"ATmega32M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x95 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega64m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m64m1\";\n    desc            = \"ATmega64M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x96 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny2313\n#------------------------------------------------------------\n\npart\n     id            = \"t2313\";\n     desc          = \"ATtiny2313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x91 0x0a;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny2313 has Signature Bytes: 0x1E 0x91 0x0A.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n# The Tiny2313 has calibration data for both 4 MHz and 8 MHz.\n# The information in the data sheet of April/2004 is wrong, this works:\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny4313\n#------------------------------------------------------------\n\npart\n     id            = \"t4313\";\n     desc          = \"ATtiny4313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x92 0x0d;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1   0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1   1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x   x  x  x\",\n                           \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny4313 has Signature Bytes: 0x1E 0x92 0x0D.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2\n#------------------------------------------------------------\n\npart\n     id            = \"pwm2\";\n     desc          = \"AT90PWM2\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n     stk500_devcode   = 0x65;\n##  avr910_devcode   = ?;\n     signature        = 0x1e 0x93 0x81;\n     pagel            = 0xD8;\n     bs2              = 0xE2;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0   0\",\n                           \"  0  0  0  0   a11 a10 a9  a8\",\n                           \" a7 a6 a5  x   x   x   x   x\",\n                           \"  x  x  x  x   x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n       ;\n#   AT90PWM2 has Signature Bytes: 0x1E 0x93 0x81.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2 (including the signature!)\n\npart parent \"pwm2\"\n     id            = \"pwm3\";\n     desc          = \"AT90PWM3\";\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2B\n#------------------------------------------------------------\n# Same as AT90PWM2 but different signature.\n\npart parent \"pwm2\"\n     id            = \"pwm2b\";\n     desc          = \"AT90PWM2B\";\n     signature     = 0x1e 0x93 0x83;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3B\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2B (including the signature!)\n\npart parent \"pwm2b\"\n     id            = \"pwm3b\";\n     desc          = \"AT90PWM3B\";\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM316\n#------------------------------------------------------------\n\n# Similar to AT90PWM3B, but with 16 kiB flash, 512 B EEPROM, and 1024 B SRAM.\n\npart parent \"pwm3b\"\n     id            = \"pwm316\";\n     desc          = \"AT90PWM316\";\n     signature     = 0x1e 0x94 0x83;\n\n    ocdrev              = 1;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM216\n#------------------------------------------------------------\n# Completely identical to AT90PWM316 (including the signature!)\n\npart parent \"pwm316\"\n     id = \"pwm216\";\n     desc = \"AT90PWM216\";\n  ;\n\n#------------------------------------------------------------\n# ATtiny25\n#------------------------------------------------------------\n\npart\n     id            = \"t25\";\n     desc          = \"ATtiny25\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x08;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny25 has Signature Bytes: 0x1E 0x91 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny45\n#------------------------------------------------------------\n\npart\n     id            = \"t45\";\n     desc          = \"ATtiny45\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x06;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n         page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny45 has Signature Bytes: 0x1E 0x92 0x08. (Data sheet 2586C-AVR-06/05 (doc2586.pdf) indicates otherwise!)\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny85\n#------------------------------------------------------------\n\npart\n     id            = \"t85\";\n     desc          = \"ATtiny85\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny85 has Signature Bytes: 0x1E 0x93 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATmega640\n#------------------------------------------------------------\n# Almost same as ATmega1280, except for different memory sizes\n\npart\n    id               = \"m640\";\n    desc             = \"ATmega640\";\n    signature        = 0x1e 0x96 0x08;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1280\n#------------------------------------------------------------\n\npart\n    id               = \"m1280\";\n    desc             = \"ATmega1280\";\n    signature        = 0x1e 0x97 0x03;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1281\n#------------------------------------------------------------\n# Identical to ATmega1280\n\npart parent \"m1280\"\n    id               = \"m1281\";\n    desc             = \"ATmega1281\";\n    signature        = 0x1e 0x97 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega2560\n#------------------------------------------------------------\n\npart\n    id               = \"m2560\";\n    desc             = \"ATmega2560\";\n    signature        = 0x1e 0x98 0x01;\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 4;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 262144;\n        page_size       = 256;\n        num_pages       = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega2561\n#------------------------------------------------------------\n\npart parent \"m2560\"\n    id               = \"m2561\";\n    desc             = \"ATmega2561\";\n    signature        = 0x1e 0x98 0x02;\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFA1\n#------------------------------------------------------------\n# Identical to ATmega2561 but half the ROM\n\npart parent \"m2561\"\n    id               = \"m128rfa1\";\n    desc             = \"ATmega128RFA1\";\n    signature        = 0x1e 0xa7 0x01;\n    chip_erase_delay = 55000;\n    bs2              = 0xE2;\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega256RFR2\n#------------------------------------------------------------\n\npart parent \"m2561\"\n    id               = \"m256rfr2\";\n    desc             = \"ATmega256RFR2\";\n    signature        = 0x1e 0xa8 0x02;\n    chip_erase_delay = 18500;\n    bs2              = 0xE2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 8192;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x a12    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m128rfr2\";\n    desc             = \"ATmega128RFR2\";\n    signature        = 0x1e 0xa7 0x02;\n\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega64RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m64rfr2\";\n    desc             = \"ATmega64RFR2\";\n    signature        = 0x1e 0xa6 0x02;\n\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n  ;\n\n#------------------------------------------------------------\n# ATmega2564RFR2\n#------------------------------------------------------------\n\npart parent \"m256rfr2\"\n    id               = \"m2564rfr2\";\n    desc             = \"ATmega2564RFR2\";\n    signature        = 0x1e 0xa8 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega1284RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfr2\"\n    id               = \"m1284rfr2\";\n    desc             = \"ATmega1284RFR2\";\n    signature        = 0x1e 0xa7 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega644RFR2\n#------------------------------------------------------------\n\npart parent \"m64rfr2\"\n    id               = \"m644rfr2\";\n    desc             = \"ATmega644RFR2\";\n    signature        = 0x1e 0xa6 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATtiny24\n#------------------------------------------------------------\n\npart\n     id            = \"t24\";\n     desc          = \"ATtiny24\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny24 has Signature Bytes: 0x1E 0x91 0x0B.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny44\n#------------------------------------------------------------\n\npart\n     id            = \"t44\";\n     desc          = \"ATtiny44\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                     0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                     0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x07;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny44 has Signature Bytes: 0x1E 0x92 0x07.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny84\n#------------------------------------------------------------\n\npart\n     id            = \"t84\";\n     desc          = \"ATtiny84\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0c;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny84 has Signature Bytes: 0x1E 0x93 0x0C.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny441\n#------------------------------------------------------------\n\npart parent \"t44\"\n     id            = \"t441\";\n     desc          = \"ATtiny441\";\n     signature     = 0x1e 0x92 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 16;\n         num_pages       = 256;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny841\n#------------------------------------------------------------\n\npart parent \"t84\"\n     id            = \"t841\";\n     desc          = \"ATtiny841\";\n     signature     = 0x1e 0x93 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 16;\n         num_pages       = 512;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny43U\n#------------------------------------------------------------\n\npart\n    id            = \"t43u\";\n    desc          = \"ATtiny43u\";\n    has_debugwire = yes;\n    flash_instr   = 0xB4, 0x07, 0x17;\n    eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                         0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                         0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x92 0x0C;\n    reset            = io;\n    chip_erase_delay = 1000;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout                     = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n        pp_controlstack = 0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E, 0x4E, 0x5E,\n                                         0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E, 0x06, 0x16, 0x46, 0x56,\n                                         0x0A, 0x1A, 0x4A, 0x5A, 0x1E, 0x7C, 0x00, 0x01, 0x00, 0x00,\n                                         0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 20;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n    memory \"eeprom\"\n                size            = 64;\n                paged                   = yes;\n                page_size       = 4;\n                num_pages               = 16;\n                min_write_delay = 4000;\n                max_write_delay = 4500;\n                readback_p1     = 0xff;\n                readback_p2     = 0xff;\n                read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n                write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n                loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                                  \"  0   0   0   0      0   0   0   0\",\n                                  \"  0   0   0   0      0   0  a1  a0\",\n                                  \"  i   i   i   i      i   i   i   i\";\n\n                writepage       = \"  1   1   0   0      0   0   1   0\",\n                                  \"  0   0   x   x      x   x   x   x\",\n                                  \"  0   0  a5  a4     a3  a2   0   0\",\n                                  \"  x   x   x   x      x   x   x   x\";\n\n                mode            = 0x41;\n                delay           = 5;\n                blocksize       = 4;\n                readsize        = 256;\n        ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0 a10 a9 a8\",\n                          \" a7 a6 a5  x   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n                mode            = 0x41;\n                delay           = 10;\n                blocksize       = 64;\n                readsize        = 256;\n       ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n    ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                          \"x x x x  x x x x  1 1 i i  i i i i\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega32u4\n#------------------------------------------------------------\n\npart\n    id               = \"m32u4\";\n    desc             = \"ATmega32U4\";\n    signature        = 0x1e 0x95 0x87;\n    usbpid           = 0x2ff4;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB646\n#------------------------------------------------------------\n\npart\n    id               = \"usb646\";\n    desc             = \"AT90USB646\";\n    signature        = 0x1e 0x96 0x82;\n    usbpid           = 0x2ff9;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB647\n#------------------------------------------------------------\n# identical to AT90USB646\n\npart parent \"usb646\"\n    id               = \"usb647\";\n    desc             = \"AT90USB647\";\n    signature        = 0x1e 0x96 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1286\n#------------------------------------------------------------\n\npart\n    id               = \"usb1286\";\n    desc             = \"AT90USB1286\";\n    signature        = 0x1e 0x97 0x82;\n    usbpid           = 0x2ffb;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1287\n#------------------------------------------------------------\n# identical to AT90USB1286\n\npart parent \"usb1286\"\n    id               = \"usb1287\";\n    desc             = \"AT90USB1287\";\n    signature        = 0x1e 0x97 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB162\n#------------------------------------------------------------\n\npart\n    id               = \"usb162\";\n    desc             = \"AT90USB162\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x82;\n    usbpid           = 0x2ffa;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB82\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        num_pages       = 64;\n\npart\n    id               = \"usb82\";\n    desc             = \"AT90USB82\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x82;\n    usbpid           = 0x2ff7;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega32U2\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 32768;\n#        num_pages       = 256;\n#    memory \"eeprom\"\n#        size            = 1024;\n#        num_pages       = 256;\npart\n    id               = \"m32u2\";\n    desc             = \"ATmega32U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x95 0x8a;\n    usbpid           = 0x2ff0;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        num_pages       = 256;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega16U2\n#------------------------------------------------------------\n# Changes against ATmega32U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 16384;\n#        num_pages       = 128;\n#    memory \"eeprom\"\n#        size            = 512;\n#        num_pages       = 128;\npart\n    id               = \"m16u2\";\n    desc             = \"ATmega16U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x89;\n    usbpid           = 0x2fef;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega8U2\n#------------------------------------------------------------\n# Changes against ATmega16U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        page_size       = 64;\n#        blocksize       = 64;\n\npart\n    id               = \"m8u2\";\n    desc             = \"ATmega8U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x89;\n    usbpid           = 0x2fee;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega325\n#------------------------------------------------------------\n\npart\n    id               = \"m325\";\n    desc             = \"ATmega325\";\n    signature        = 0x1e 0x95 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega645\n#------------------------------------------------------------\n\npart\n    id               = \"m645\";\n    desc             = \"ATmega645\";\n    signature        = 0x1E 0x96 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 8;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"   0   0   1   0      0   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"   0   0   1   0      1   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"   0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   0   0   0   0      0   0   0   0\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega3250\n#------------------------------------------------------------\n\npart parent \"m325\"\n    id               = \"m3250\";\n    desc             = \"ATmega3250\";\n    signature        = 0x1E 0x95 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega6450\n#------------------------------------------------------------\n\npart parent \"m645\"\n    id               = \"m6450\";\n    desc             = \"ATmega6450\";\n    signature        = 0x1E 0x96 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AVR XMEGA family common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".xmega\";\n    desc\t= \"AVR XMEGA family common values\";\n    has_pdi\t= yes;\n    nvm_base\t= 0x01c0;\n    mcu_base\t= 0x0090;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1000090;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x32;\n        offset\t\t= 0x8e0200;\n        page_size\t= 0x32;\n        readsize\t= 0x32;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0021;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0022;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0024;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0025;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0027;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16a4u\";\n    desc\t= \"ATxmega16A4U\";\n    signature\t= 0x1e 0x94 0x41;\n    usbpid\t= 0x2fe3;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x803000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x804000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16C4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16c4\";\n    desc\t= \"ATxmega16C4\";\n    signature\t= 0x1e 0x94 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega16D4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16d4\";\n    desc\t= \"ATxmega16D4\";\n    signature\t= 0x1e 0x94 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16a4\";\n    desc\t= \"ATxmega16A4\";\n    signature\t= 0x1e 0x94 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32a4u\";\n    desc\t= \"ATxmega32A4U\";\n    signature\t= 0x1e 0x95 0x41;\n    usbpid\t= 0x2fe4;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x807000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x808000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32C4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32c4\";\n    desc\t= \"ATxmega32C4\";\n    signature\t= 0x1e 0x95 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega32D4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32d4\";\n    desc\t= \"ATxmega32D4\";\n    signature\t= 0x1e 0x95 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32a4\";\n    desc\t= \"ATxmega32A4\";\n    signature\t= 0x1e 0x95 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x64a4u\";\n    desc\t= \"ATxmega64A4U\";\n    signature\t= 0x1e 0x96 0x46;\n    usbpid\t= 0x2fe5;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x10000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x80f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x810000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x11000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64C3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64c3\";\n    desc\t= \"ATxmega64C3\";\n    signature\t= 0x1e 0x96 0x49;\n    usbpid\t= 0x2fd6;\n;\n\n#------------------------------------------------------------\n# ATxmega64D3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d3\";\n    desc\t= \"ATxmega64D3\";\n    signature\t= 0x1e 0x96 0x4a;\n;\n\n#------------------------------------------------------------\n# ATxmega64D4\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d4\";\n    desc\t= \"ATxmega64D4\";\n    signature\t= 0x1e 0x96 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64a1\";\n    desc\t= \"ATxmega64A1\";\n    signature\t= 0x1e 0x96 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a1u\";\n    desc\t= \"ATxmega64A1U\";\n    signature\t= 0x1e 0x96 0x4e;\n    usbpid\t= 0x2fe8;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3\";\n    desc\t= \"ATxmega64A3\";\n    signature\t= 0x1e 0x96 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3u\";\n    desc\t= \"ATxmega64A3U\";\n    signature\t= 0x1e 0x96 0x42;\n    usbpid\t= 0x2fe5;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a4\";\n    desc\t= \"ATxmega64A4\";\n    signature\t= 0x1e 0x96 0x46;\n;\n\n#------------------------------------------------------------\n# ATxmega64B1\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b1\";\n    desc\t= \"ATxmega64B1\";\n    signature\t= 0x1e 0x96 0x52;\n    usbpid\t= 0x2fe1;\n;\n\n#------------------------------------------------------------\n# ATxmega64B3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b3\";\n    desc\t= \"ATxmega64B3\";\n    signature\t= 0x1e 0x96 0x51;\n    usbpid\t= 0x2fdf;\n;\n\n#------------------------------------------------------------\n# ATxmega128C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128c3\";\n    desc\t= \"ATxmega128C3\";\n    signature\t= 0x1e 0x97 0x52;\n    usbpid\t= 0x2fd7;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128D3\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d3\";\n    desc\t= \"ATxmega128D3\";\n    signature\t= 0x1e 0x97 0x48;\n;\n\n#------------------------------------------------------------\n# ATxmega128D4\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d4\";\n    desc\t= \"ATxmega128D4\";\n    signature\t= 0x1e 0x97 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128a1\";\n    desc\t= \"ATxmega128A1\";\n    signature\t= 0x1e 0x97 0x4c;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1 revision D\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1d\";\n    desc\t= \"ATxmega128A1revD\";\n    signature\t= 0x1e 0x97 0x41;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1u\";\n    desc\t= \"ATxmega128A1U\";\n    signature\t= 0x1e 0x97 0x4c;\n    usbpid\t= 0x2fed;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3\";\n    desc\t= \"ATxmega128A3\";\n    signature\t= 0x1e 0x97 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3u\";\n    desc\t= \"ATxmega128A3U\";\n    signature\t= 0x1e 0x97 0x42;\n    usbpid\t= 0x2fe6;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4\";\n    desc\t= \"ATxmega128A4\";\n    signature\t= 0x1e 0x97 0x46;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4u\";\n    desc\t= \"ATxmega128A4U\";\n    signature\t= 0x1e 0x97 0x46;\n    usbpid\t= 0x2fde;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B1\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128b1\";\n    desc\t= \"ATxmega128B1\";\n    signature\t= 0x1e 0x97 0x4d;\n    usbpid\t= 0x2fea;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B3\n#------------------------------------------------------------\n\npart parent \"x128b1\"\n    id\t\t= \"x128b3\";\n    desc\t= \"ATxmega128B3\";\n    signature\t= 0x1e 0x97 0x4b;\n    usbpid\t= 0x2fe0;\n;\n\n#------------------------------------------------------------\n# ATxmega192C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x192c3\";\n    desc\t= \"ATxmega192C3\";\n    signature\t= 0x1e 0x97 0x51;\n    # usbpid\t= 0x2f??;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x30000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x82e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x830000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x32000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192D3\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192d3\";\n    desc\t= \"ATxmega192D3\";\n    signature\t= 0x1e 0x97 0x49;\n;\n\n#------------------------------------------------------------\n# ATxmega192A1\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192a1\";\n    desc\t= \"ATxmega192A1\";\n    signature\t= 0x1e 0x97 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3\";\n    desc\t= \"ATxmega192A3\";\n    signature\t= 0x1e 0x97 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3U\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3u\";\n    desc\t= \"ATxmega192A3U\";\n    signature\t= 0x1e 0x97 0x44;\n    usbpid\t= 0x2fe7;\n;\n\n#------------------------------------------------------------\n# ATxmega256C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x256c3\";\n    desc\t= \"ATxmega256C3\";\n    signature\t= 0x1e 0x98 0x46;\n    usbpid\t= 0x2fda;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x40000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x83e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x840000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x42000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256D3\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256d3\";\n    desc\t= \"ATxmega256D3\";\n    signature\t= 0x1e 0x98 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega256A1\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256a1\";\n    desc\t= \"ATxmega256A1\";\n    signature\t= 0x1e 0x98 0x46;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3\";\n    desc\t= \"ATxmega256A3\";\n    signature\t= 0x1e 0x98 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3U\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3u\";\n    desc\t= \"ATxmega256A3U\";\n    signature\t= 0x1e 0x98 0x42;\n    usbpid\t= 0x2fec;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3B\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3b\";\n    desc\t= \"ATxmega256A3B\";\n    signature\t= 0x1e 0x98 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3BU\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3bu\";\n    desc\t= \"ATxmega256A3BU\";\n    signature\t= 0x1e 0x98 0x43;\n    usbpid\t= 0x2fe2;\n;\n\n#------------------------------------------------------------\n# ATxmega384C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x384c3\";\n    desc\t= \"ATxmega384C3\";\n    signature\t= 0x1e 0x98 0x45;\n    usbpid\t= 0x2fdb;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x60000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x85e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x860000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x62000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega384D3\n#------------------------------------------------------------\n\npart parent \"x384c3\"\n    id\t\t= \"x384d3\";\n    desc\t= \"ATxmega384D3\";\n    signature\t= 0x1e 0x98 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega8E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x8e5\";\n    desc\t= \"ATxmega8E5\";\n    signature\t= 0x1e 0x93 0x41;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00801800;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00802000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x2800;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16e5\";\n    desc\t= \"ATxmega16E5\";\n    signature\t= 0x1e 0x94 0x45;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00803000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00804000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32e5\";\n    desc\t= \"ATxmega32E5\";\n    signature\t= 0x1e 0x95 0x4c;\n\n    memory \"eeprom\"\n        size\t\t= 0x0400;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00807000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00808000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32UC3A0512\n#------------------------------------------------------------\n\npart\n    id\t\t= \"uc3a0512\";\n    desc\t= \"AT32UC3A0512\";\n    signature\t= 0xED 0xC0 0x3F;\n    has_jtag\t= yes;\n    is_avr32\t= yes;\n\n    memory \"flash\"\n        paged           = yes;\n        page_size       = 512;           # bytes\n        readsize        = 512;           # bytes\n        num_pages       = 1024;          # could be set dynamicly\n        size            = 0x00080000;    # could be set dynamicly\n        offset          = 0x80000000;\n    ;\n;\n\npart parent \"uc3a0512\"\n    id\t\t= \"ucr2\";\n    desc\t= \"deprecated, use 'uc3a0512'\";\n;\n\n#------------------------------------------------------------\n# ATtiny1634.\n#------------------------------------------------------------\n\npart\n    id              = \"t1634\";\n    desc            = \"ATtiny1634\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n                0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n                0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x12;\n    pagel           = 0xB3;\n    bs2             = 0xB1;\n    reset\t    = io;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n   loadpage_lo   = \"  1   1   0   0      0   0   0   1\",\n           \"  0   0   0   0      0   0   0   0\",\n           \"  0   0   0   0      0   0  a1  a0\",\n           \"  i   i   i   i      i   i   i   i\";\n\n   writepage   = \"  1   1   0   0      0   0   1   0\",\n           \"  0   0   x   x      x   x   x  a8\",\n           \" a7  a6  a5  a4     a3  a2   0   0\",\n           \"  x   x   x   x      x   x   x   x\";\n\n   mode      = 0x41;\n   delay      = 5;\n   blocksize   = 4;\n   readsize   = 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 32;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x i i i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x x x x x o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 1 1 1 1 i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# Common values for reduced core tinys (4/5/9/10/20/40)\n#------------------------------------------------------------\n\npart\n    id\t\t= \".reduced_core_tiny\";\n    desc\t= \"Common values for reduced core tinys\";\n    has_tpi\t= yes;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x3fc0;\n        page_size\t= 16;\n    ;\n\n    memory \"fuse\"\n        size\t\t= 1;\n        offset\t\t= 0x3f40;\n        page_size\t= 16;\n\tblocksize\t= 4;\n    ;\n\n    memory \"calibration\"\n        size\t\t= 1;\n        offset\t\t= 0x3f80;\n        page_size\t= 16;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n        offset\t\t= 0x3f00;\n        page_size\t= 16;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny4\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t4\";\n    desc\t= \"ATtiny4\";\n    signature\t= 0x1e 0x8f 0x0a;\n\n    memory \"flash\"\n        size\t\t= 512;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny5\n#------------------------------------------------------------\n\npart parent \"t4\"\n    id\t\t= \"t5\";\n    desc\t= \"ATtiny5\";\n    signature\t= 0x1e 0x8f 0x09;\n;\n\n#------------------------------------------------------------\n# ATtiny9\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t9\";\n    desc\t= \"ATtiny9\";\n    signature\t= 0x1e 0x90 0x08;\n\n    memory \"flash\"\n        size\t\t= 1024;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny10\n#------------------------------------------------------------\n\npart parent \"t9\"\n    id\t\t= \"t10\";\n    desc\t= \"ATtiny10\";\n    signature\t= 0x1e 0x90 0x03;\n;\n\n#------------------------------------------------------------\n# ATtiny20\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id          = \"t20\";\n    desc        = \"ATtiny20\";\n    signature   = 0x1e 0x91 0x0F;\n\n    memory \"flash\"\n        size            = 2048;\n        offset          = 0x4000;\n        page_size       = 16;\n        blocksize       = 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny40\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t40\";\n    desc\t= \"ATtiny40\";\n    signature\t= 0x1e 0x92 0x0E;\n\n    memory \"flash\"\n        size\t\t= 4096;\n        offset\t\t= 0x4000;\n        page_size\t= 64;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega406\n#------------------------------------------------------------\n\npart\n    id\t\t\t\t= \"m406\";\n    desc\t\t\t= \"ATMEGA406\";\n    has_jtag\t\t\t= yes;\n    signature\t\t\t= 0x1e 0x95 0x07;\n\n    # STK500 parameters (parallel programming IO lines)\n    pagel\t\t\t= 0xa7;\n    bs2\t\t\t\t= 0xa0;\n    serial\t\t\t= no;\n    parallel\t\t\t= yes;\n\n    # STK500v2 HV programming parameters, from XML\n    pp_controlstack\t\t= 0x0e, 0x1e, 0x0f, 0x1f, 0x2e, 0x3e, 0x2f, 0x3f,\n\t\t\t\t  0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,\n\t\t\t\t  0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,\n\t\t\t\t  0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n\n    # JTAG ICE mkII parameters, also from XML files\n    allowfullpagebitstream\t= no;\n    enablepageprogramming\t= yes;\n    idr\t\t\t\t= 0x51;\n    rampz\t\t\t= 0x00;\n    spmcr\t\t\t= 0x57;\n    eecr\t\t\t= 0x3f;\n\n    memory \"eeprom\"\n        paged\t\t= no;\n        size\t\t= 512;\n        page_size\t= 4;\n        blocksize\t= 4;\n\treadsize\t= 4;\n        num_pages\t= 128;\n    ;\n\n    memory \"flash\"\n        paged\t\t= yes;\n        size\t\t= 40960;\n        page_size\t= 128;\n        blocksize\t= 128;\n\treadsize\t= 128;\n        num_pages\t= 320;\n    ;\n\n    memory \"hfuse\"\n        size            = 1;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X class common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".avr8x\";\n    desc\t= \"AVR8X class common values\";\n#    has_updi\t= yes;\n    has_pdi\t= yes;\n    nvm_base\t= 0x1000;\n#    ocd_base\t= 0x0F80;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1100;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x3D;\n        offset\t\t= 0x1103;\n        page_size\t= 0x3D;\n        readsize\t= 0x3D;\n    ;\n\n    memory \"fuses\"\n        size\t\t= 9;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x1281;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x1282;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x1284;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x1285;\n    ;\n\n    memory \"fuse6\"\n        size\t\t= 1;\n        offset\t\t= 0x1286;\n    ;\n\n    memory \"fuse7\"\n        size\t\t= 1;\n        offset\t\t= 0x1287;\n    ;\n\n    memory \"fuse8\"\n        size\t\t= 1;\n        offset\t\t= 0x1288;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x128a;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X tiny family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_tiny\";\n    desc\t\t= \"AVR8X tiny family common values\";\n#    family_id\t= \"tinyAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x20;\n        offset\t\t= 0x1300;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X mega family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_mega\";\n    desc\t\t= \"AVR8X mega family common values\";\n#    family_id\t= \"megaAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x40;\n        offset\t\t= 0x1300;\n        page_size\t= 0x40;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny2XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny2xx\";\n    desc\t\t= \"Tiny2XX sub-family common values\";\n#    family_id\t= \"tiny2xx\";\n\n    memory \"flash\"\n        size      = 0x800;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x40;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny4XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny4xx\";\n    desc\t\t= \"Tiny4XX sub-family common values\";\n#    family_id\t= \"tiny4xx\";\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny8XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny8xx\";\n    desc\t\t= \"Tiny8XX sub-family common values\";\n#    family_id\t= \"tiny8xx\";\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny16XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny16xx\";\n    desc\t\t= \"Tiny16XX sub-family common values\";\n#    family_id\t= \"tiny16xx\";\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny32XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"           # yes, this is correct\n    id\t\t\t= \".tiny32xx\";\n    desc\t\t= \"Tiny32XX sub-family common values\";\n#    family_id\t= \"tiny32xx\";\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega80X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"           # yes, this is correct\n    id\t\t\t= \".mega80x\";\n    desc\t\t= \"Mega80X sub-family common values\";\n#    family_id\t= \"mega80x\";\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega160X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"           # yes, this is correct\n    id\t\t\t= \".mega160x\";\n    desc\t\t= \"Mega160X sub-family common values\";\n#    family_id\t= \"mega160x\";\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega320X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id\t\t\t= \".mega320x\";\n    desc\t\t= \"Mega320X sub-family common values\";\n#    family_id\t= \"mega320x\";\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega480X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id\t\t\t= \".mega480x\";\n    desc\t\t= \"Mega480X sub-family common values\";\n#    family_id\t= \"mega480x\";\n\n    memory \"flash\"\n        size      = 0xC000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny202\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t202\";\n    desc      = \"ATtiny202\";\n    signature = 0x1E 0x91 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny204\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t204\";\n    desc      = \"ATtiny204\";\n    signature = 0x1E 0x91 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny402\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t402\";\n    desc      = \"ATtiny402\";\n    signature = 0x1E 0x92 0x27;\n;\n\n#------------------------------------------------------------\n# ATtiny402w = workaround to address wrong device signature on some chips\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t402w\";\n    desc      = \"ATtiny402w\";\n    signature = 0x1E 0x92 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny404\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t404\";\n    desc      = \"ATtiny404\";\n    signature = 0x1E 0x92 0x26;\n;\n\n#------------------------------------------------------------\n# ATtiny406\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t406\";\n    desc      = \"ATtiny406\";\n    signature = 0x1E 0x92 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny804\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t804\";\n    desc      = \"ATtiny804\";\n    signature = 0x1E 0x93 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny806\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t806\";\n    desc      = \"ATtiny806\";\n    signature = 0x1E 0x93 0x24;\n;\n\n#------------------------------------------------------------\n# ATtiny807\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t807\";\n    desc      = \"ATtiny807\";\n    signature = 0x1E 0x93 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny1604\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1604\";\n    desc      = \"ATtiny1604\";\n    signature = 0x1E 0x94 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny1606\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1606\";\n    desc      = \"ATtiny1606\";\n    signature = 0x1E 0x94 0x24;\n;\n\n#------------------------------------------------------------\n# ATtiny1607\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1607\";\n    desc      = \"ATtiny1607\";\n    signature = 0x1E 0x94 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny212\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t212\";\n    desc      = \"ATtiny212\";\n    signature = 0x1E 0x91 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny214\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t214\";\n    desc      = \"ATtiny214\";\n    signature = 0x1E 0x91 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny412\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t412\";\n    desc      = \"ATtiny412\";\n    signature = 0x1E 0x92 0x23;\n;\n\n\n#------------------------------------------------------------\n# ATtiny414\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t414\";\n    desc      = \"ATtiny414\";\n    signature = 0x1E 0x92 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny416\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t416\";\n    desc      = \"ATtiny416\";\n    signature = 0x1E 0x92 0x21;\n;\n\n\n#------------------------------------------------------------\n# ATtiny417\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t417\";\n    desc      = \"ATtiny417\";\n    signature = 0x1E 0x92 0x20;\n;\n\n\n#------------------------------------------------------------\n# ATtiny814\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t814\";\n    desc      = \"ATtiny814\";\n    signature = 0x1E 0x93 0x22;\n;\n\n\n#------------------------------------------------------------\n# ATtiny816\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t816\";\n    desc      = \"ATtiny816\";\n    signature = 0x1E 0x93 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny817\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t817\";\n    desc      = \"ATtiny817\";\n    signature = 0x1E 0x93 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny1614\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1614\";\n    desc      = \"ATtiny1614\";\n    signature = 0x1E 0x94 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny1616\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1616\";\n    desc      = \"ATtiny1616\";\n    signature = 0x1E 0x94 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny1617\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1617\";\n    desc      = \"ATtiny1617\";\n    signature = 0x1E 0x94 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny3214\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3214\";\n    desc      = \"ATtiny3214\";\n    signature = 0x1E 0x95 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny3216\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3216\";\n    desc      = \"ATtiny3216\";\n    signature = 0x1E 0x95 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny3217\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3217\";\n    desc      = \"ATtiny3217\";\n    signature = 0x1E 0x95 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny424\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t424\";\n    desc      = \"ATtiny424\";\n    signature = 0x1E 0x92 0x2C;\n;\n\n#------------------------------------------------------------\n# ATtiny426\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t426\";\n    desc      = \"ATtiny426\";\n    signature = 0x1E 0x92 0x2B;\n;\n\n\n#------------------------------------------------------------\n# ATtiny427\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t427\";\n    desc      = \"ATtiny427\";\n    signature = 0x1E 0x92 0x2A;\n;\n\n\n#------------------------------------------------------------\n# ATtiny824\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t824\";\n    desc      = \"ATtiny824\";\n    signature = 0x1E 0x93 0x29;\n;\n\n\n#------------------------------------------------------------\n# ATtiny826\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t826\";\n    desc      = \"ATtiny826\";\n    signature = 0x1E 0x93 0x28;\n;\n\n#------------------------------------------------------------\n# ATtiny827\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t827\";\n    desc      = \"ATtiny827\";\n    signature = 0x1E 0x93 0x27;\n;\n\n#------------------------------------------------------------\n# ATtiny1624\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1624\";\n    desc      = \"ATtiny1624\";\n    signature = 0x1E 0x94 0x2A;\n;\n\n#------------------------------------------------------------\n# ATtiny1626\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1626\";\n    desc      = \"ATtiny1626\";\n    signature = 0x1E 0x94 0x29;\n;\n\n#------------------------------------------------------------\n# ATtiny1627\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1627\";\n    desc      = \"ATtiny1627\";\n    signature = 0x1E 0x94 0x28;\n;\n\n#------------------------------------------------------------\n# ATmega808\n#------------------------------------------------------------\n\npart parent    \".mega80x\"\n    id        = \"m808\";\n    desc      = \"ATmega808\";\n    signature = 0x1E 0x93 0x26;\n;\n\n#------------------------------------------------------------\n# ATmega809\n#------------------------------------------------------------\n\npart parent    \".mega80x\"\n    id        = \"m809\";\n    desc      = \"ATmega809\";\n    signature = 0x1E 0x93 0x2A;\n;\n\n#------------------------------------------------------------\n# ATmega1608\n#------------------------------------------------------------\n\npart parent    \".mega160x\"\n    id        = \"m1608\";\n    desc      = \"ATmega1608\";\n    signature = 0x1E 0x94 0x27;\n;\n\n#------------------------------------------------------------\n# ATmega1609\n#------------------------------------------------------------\n\npart parent    \".mega160x\"\n    id        = \"m1609\";\n    desc      = \"ATmega1609\";\n    signature = 0x1E 0x94 0x26;\n;\n\n#------------------------------------------------------------\n# ATmega3208\n#------------------------------------------------------------\n\npart parent    \".mega320x\"\n    id        = \"m3208\";\n    desc      = \"ATmega3208\";\n    signature = 0x1E 0x95 0x30;\n;\n\n#------------------------------------------------------------\n# ATmega3209\n#------------------------------------------------------------\n\npart parent    \".mega320x\"\n    id        = \"m3209\";\n    desc      = \"ATmega3209\";\n    signature = 0x1E 0x95 0x31;\n;\n\n#------------------------------------------------------------\n# ATmega4808\n#------------------------------------------------------------\n\npart parent    \".mega480x\"\n    id        = \"m4808\";\n    desc      = \"ATmega4808\";\n    signature = 0x1E 0x96 0x50;\n;\n\n#------------------------------------------------------------\n# ATmega4809\n#------------------------------------------------------------\n\npart parent    \".mega480x\"\n    id        = \"m4809\";\n    desc      = \"ATmega4809\";\n    signature = 0x1E 0x96 0x51;\n;\n\n#------------------------------------------------------------\n# AVR-Dx class common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".avrdx\";\n    desc\t= \"AVR-Dx class common values\";\n#    has_updi\t= yes;\n    has_pdi\t= yes;\n    nvm_base\t= 0x1000;\n#    ocd_base\t= 0x0F80;\n\n    memory \"signature\"\t# these are the first 3 bytes of the USERROW memory area\n        size\t\t= 3;\n        offset\t\t= 0x1100;\n    ;\n\n    memory \"prodsig\"\t# this is the name avrdude recognises for the USERROW memory area\n        size\t\t= 0x80;\n        offset\t\t= 0x1100;\n        page_size\t= 0x80;\n        readsize\t= 0x80;\n    ;\n\n    memory \"fuses\"\t# first 9 bytes of fuse memory area, writing to undocumented fuses may be dangerous!\n        size\t\t= 9;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x1051;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x1052;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x1055;\n    ;\n\n    memory \"fuse6\"\n        size\t\t= 1;\n        offset\t\t= 0x1056;\n    ;\n\n    memory \"fuse7\"\n        size\t\t= 1;\n        offset\t\t= 0x1057;\n    ;\n\n    memory \"fuse8\"\n        size\t\t= 1;\n        offset\t\t= 0x1058;\n    ;\n\n    memory \"fuserow\"\t# this is the entire fuse memory area, writing to undocumented fuses may be dangerous!\n        size\t\t= 0x10;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"lock\"\n        size\t\t= 4;\n        offset\t\t= 0x1040;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x20;\n        offset\t\t= 0x1080;\n        page_size\t= 0x20;\n        readsize\t= 0x20;\n    ;\n\n    memory \"mmflash\"\t# memory mapped flash window (aka MAPPED_PROGMEM).\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr128da\";\n    desc\t\t= \"AVR-DA with 128KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr64da\";\n    desc\t\t= \"AVR-DA with 64KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr32da\";\n    desc\t\t= \"AVR-DA with 32KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DB sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\t# The AVR-DB have identical memory layout to AVR-DA\n    id\t\t\t= \".avr128db\";\n    desc\t\t= \"AVR-DB with 128KB flash common values\";\n;\n\n#------------------------------------------------------------\n# AVR128DA28\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da28\";\n    desc      = \"AVR128DA28\";\n    signature = 0x1E 0x97 0x0A;\n;\n\n#------------------------------------------------------------\n# AVR128DA32\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da32\";\n    desc      = \"AVR128DA32\";\n    signature = 0x1E 0x97 0x09;\n;\n\n#------------------------------------------------------------\n# AVR128DA48\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da48\";\n    desc      = \"AVR128DA48\";\n    signature = 0x1E 0x97 0x08;\n;\n\n#------------------------------------------------------------\n# AVR128DA64\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da64\";\n    desc      = \"AVR128DA64\";\n    signature = 0x1E 0x97 0x07;\n;\n\n#------------------------------------------------------------\n# AVR64DA28\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da28\";\n    desc      = \"AVR64DA28\";\n    signature = 0x1E 0x96 0x15;\n;\n\n#------------------------------------------------------------\n# AVR64DA32\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da32\";\n    desc      = \"AVR64DA32\";\n    signature = 0x1E 0x96 0x14;\n;\n\n#------------------------------------------------------------\n# AVR64DA48\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da48\";\n    desc      = \"AVR64DA48\";\n    signature = 0x1E 0x96 0x13;\n;\n\n#------------------------------------------------------------\n# AVR64DA64\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da64\";\n    desc      = \"AVR64DA64\";\n    signature = 0x1E 0x96 0x12;\n;\n\n#------------------------------------------------------------\n# AVR32DA28\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da28\";\n    desc      = \"AVR32DA28\";\n    signature = 0x1E 0x95 0x34;\n;\n\n#------------------------------------------------------------\n# AVR32DA32\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da32\";\n    desc      = \"AVR32DA32\";\n    signature = 0x1E 0x95 0x33;\n;\n\n#------------------------------------------------------------\n# AVR32DA48\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da48\";\n    desc      = \"AVR32DA48\";\n    signature = 0x1E 0x95 0x32;\n;\n\n#------------------------------------------------------------\n# AVR128DB28\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db28\";\n    desc      = \"AVR128DB28\";\n    signature = 0x1E 0x97 0x0E;\n;\n\n#------------------------------------------------------------\n# AVR128DB32\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db32\";\n    desc      = \"AVR128DB32\";\n    signature = 0x1E 0x97 0x0D;\n;\n\n#------------------------------------------------------------\n# AVR128DB48\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db48\";\n    desc      = \"AVR128DB48\";\n    signature = 0x1E 0x97 0x0C;\n;\n\n#------------------------------------------------------------\n# AVR128DB64\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db64\";\n    desc      = \"AVR128DB64\";\n    signature = 0x1E 0x97 0x0B;\n;\n\n#------------------------------------------------------------\n# jtag2updi programmer definitions\n#------------------------------------------------------------\n\n\nprogrammer\n  id    = \"jtag2updi\";\n  desc  = \"JTAGv2 to UPDI bridge\";\n  type  = \"jtagmkii_pdi\";\n  connection_type = serial;\n  baudrate = 115200;\n;\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/LICENSE",
    "content": "MIT License\n\nCopyright (c) 2018 Joao N. Rosa\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/README.md",
    "content": "# jtag2updi\n\nThis is a firmware, that when uploaded on an atmega328p, or a similar AVR MCU (including experimental support for atmega1280/2560, and for Logic Green LGT8F328P/D AVR clones with 32 pins or more), enables it to interface with avrdude using the jtagice Mk2 protocol via a serial link. In particular, you can use an Arduino Uno/Nano to host this firmware (experimental support for Arduino Mega and LGT based Arduino clones).\nIt provides a bridge to program the new attiny817 family of MCUs, that use the UPDI interface:\n\navrdude -> HW Serial interface -> Programmer MCU (e.g. Mega328P) -> SW Serial on PD6 -> Target MCU (e.g. tiny817)\n\nCurrently, I have not tested this software with a level shifter, however, since the UPDI pin is high voltage tolerant, it's ok to have V_prog > V_target, but not the reverse. <strong>Warning: only the UPDI pins of devices that support high voltage programming should be assumed to be high voltage tolerant. This is not the case for the MegaAVR 0-series or AVR-DA series! </strong> However, the current injection spec for I/O pins on these parts is far more generous that it is for older AVR devices it is not clear if the UPDI pin is included in this.\n\nNotice, however, that the logic levels need to be compatible for successful programming: V_target cannot be lower than about 60% of V_prog (60% will likelly work, 70% is guaranteed to work). Therefore, it will not be possible to program a 2.5V target with a 5.0V programmer, because communication errors will surely occur (but no electrical damage), but if V_target is 3.3V (66% of 5.0V) chances are good.\n\n\n<pre>\n                                            V_prog                 V_target\n                                              +-+                     +-+\n                                               |                       |\n +----------+          +---------------------+ |                       | +--------------------+\n | PC       |          | Programmer          +-+                       +-+  Target            |\n | avrdude  |          |                     |      +----------+         |                    |\n |       TX +----------+ RX              PD6 +------+   4k7    +---------+ UPDI               |\n |          |          |                     |      +----------+         |                    |\n |       RX +----------+ TX                  |                           |                    |\n |          |          |                     |                           |                    |\n |          |          |                     |                           |                    |\n |          |          |                     +--+                     +--+                    |\n +----------+          +---------------------+  |                     |  +--------------------+\n             JTAGICE MkII                      +-+     UPDI          +-+\n             Protocol                          GND     Protocol      GND\n\n</pre>\nDrawing adapted from: https://github.com/mraardvark/pyupdi\n\nIf you use an Arduino as host for this program, be sure that, after burning the software, you disable its auto-reset feature, using one of the techniques described here:\nhttps://playground.arduino.cc/Main/DisablingAutoResetOnSerialConnection\n\nAlternatively, you can use an Arduino without integrated USB/serial adapter, like the pro-mini; in that case, just disconecting the DTR wire will disable the auto-reset. Just remember the UPDI chip must be connected to the same supply voltage as the Arduino's MCU!\n\n## Building with avr-gcc\n\nTo build, run the make.bat file, after editing it with the following options:\n1) path of AVR-GCC on your system\n2) correct target MCU\n3) Frequency at which your MCU is running (F_CPU, defaults to 16MHz)\n4) Baud rate of UPDI link (UPDI_BAUD, defaults to 225 kbaud)\n\nI provide a makefile suitable for a MS-Windows environment, but I'm sure Linux users can manage.\n\nThere are also pre-built files on the \"build\" directory. They were built using avr-gcc 8.0.1 compiled for MinGW by sprintersb:\nhttps://sourceforge.net/projects/mobilechessboar/files/avr-gcc%20snapshots%20%28Win32%29/\n\nThe pre-built hex file is for ATMega 328P@16MHz; to use a different MCU of the same family, like the mega168, or running at a frequency different from 16MHz, you will need to rebuild.\n\nWhen building for Logic Green AVR clones, select \"atmega328p\" as target. The macro ARDUINO_AVR_LARDU_328E must also be defined, either in the \"sys.h\" file (using #define) or in the gcc command line (by adding -DARDUINO_AVR_LARDU_328E). This allows the code to know the target is a LGT chip, and set the chip core speed at run time from F_CPU. Recommended values for F_CPU are 32MHz or 16MHz; 8MHz also works but is less reliable.\n\n\n## Building with Arduino IDE\n\nIf you prefer, the program can be built as if it was an Arduino sketch. Inside the \"source\" directory, there is an empty file called \"jtag2updi.ino\" so that the Arduino IDE can recognize the source code.\n\nJust copy all the files inside \"source\" to a new directory called \"jtag2updi\" inside your sketch main directory.\n\nThe Arduino IDE will automatically set the correct MCU model and F_CPU, but if you want to change the speed of the UPDI link, you will have to edit UPDI_BAUD directly in the source code.\n\nWhen building for Logic Green AVR clones, I recommend that you install the board definitions from dbuezas (https://github.com/dbuezas/lgt8fx).\n\nThis version allows selection of the MCU running speed, unlike the official release ([Larduino_HSP](https://github.com/LGTMCU/Larduino_HSP))\n\n<b>Note:</b>\nBy default, the following pins are used for UPDI communication on common Arduino boards:\n- Arduino Mega (1280/2560): PD3 -> Digital Pin 18\n- Arduino (328P): PD6 -> Digital Pin 6\n\n## Using with avrdude\n\nYou will find a modified avrdude.conf file in the base folder. This is based on the current avrdude.conf file from:\nhttp://svn.savannah.gnu.org/viewvc/*checkout*/avrdude/trunk/avrdude/avrdude.conf.in?revision=1422\n\nIt has been modified to work with avrdude 6.3, by removing (actually, commenting out) some incompatible stuff, and adding the \"jtag2updi\" programmer type.\n\nThe definitions for UPDI chips were slightly modified so that avrdude thinks they use the PDI programming interface instead of UPDI (i.e., avrdude thinks they are some kind of XMegas).\n\nThis allows the jtagice mk2 protocol to be used for programming UPDI chips, since this protocol predates UPDI and is not formally compatible with it. Originally, I had planed to use the STK500v2 protocol, and emulate the ISP interface, and I actually wrote an ISP version of the programmer software.\n\nHowever, this would require entirely new definitions for the UPDI chips inside the avrdude.conf file, while using jtagice2 requires only very slight changes to the definions provided by Atmel (now Microchip).\n\n<b>Note:</b>\nIf you install the Arduino board \"Nano Every\" in your Arduino IDE, it will come with versions of avrdude and avrdude.conf files that support jtag2updi. You can use those files instead of the compatibility avrdude.conf supplied here which is meant for older avrdude versions.\n\nJtagice mk2 is the most advanced of Atmel's programming protocols that still supports a UART serial connection instead of USB, making it easily compatible with any Arduino you choose to host this software, and any OS you run avrdude on.\n\nIt's major limitation is speed; it can't go over 115200 Baud, because the protocol lacks definitions for higher speeds. It's actually inferior to the STK500v2 protocol in this respect, this older standard can run at any speed avrdude instructs it to.\n\nFortunately, the current UPDI chips do not have very large flash memories, so I think this isn't a major issue.\n\n<b>Example command line (windows):</b>\n<pre>\navrdude -c jtag2updi -P com7 -p t1614\n</pre>\n\nIf all the connections are correct and the target is indeed an *unlocked* tiny1614, the output will be:\n<pre>\navrdude: AVR device initialized and ready to accept instructions\n\nReading | ################################################## | 100% 0.03s\n\navrdude: Device signature = 0x1e9422 (probably t1614)\n\navrdude done.  Thank you.\n</pre>\n\nIf the chip is locked, the output will be:\n<pre>\navrdude: jtagmkII_reset(): bad response to reset command: RSP_ILLEGAL_MCU_STATE\navrdude: initialization failed, rc=-1\n         Double check connections and try again, or use -F to override\n         this check.\n\navrdude: jtagmkII_close(): bad response to sign-off command: RSP_ILLEGAL_MCU_STATE\n\navrdude done.  Thank you.\n</pre>\n\nTo unlock the chip, you need to erase it, using the -e option on avrdude:\n<pre>\navrdude -c jtag2updi -P com7 -p t1614 -e\n</pre>\n\nAlternatively, you can erase the chip from interactive mode, enter it using \"-t\", and \"-F\" to override the error:\nNote: You must build with DISABLE_HOST_TIMEOUT defined for terminal mode to work. See below for more information on the timeouts.\n<pre>\navrdude -c jtag2updi -P com7 -p t1614 -t -F\n</pre>\n\nYou will enter the avrdude prompt:\n<pre>\navrdude: jtagmkII_reset(): bad response to reset command: RSP_ILLEGAL_MCU_STATE\navrdude: initialization failed, rc=-1\navrdude: AVR device initialized and ready to accept instructions\navrdude: Device signature = 0xffff00\navrdude: Expected signature for ATtiny1614 is 1E 94 22\navrdude: NOTE: Programmer supports page erase for Xmega devices.\n         Each page will be erased before programming it, but no chip erase is performed.\n         To disable page erases, specify the -D option; for a chip-erase, use the -e option.\navrdude>\n</pre>\n\nEnter \"erase\" then \"quit\" and the chip will be unlocked (and erased).\n<pre>\navrdude> erase\n>>> erase\navrdude: erasing chip\navrdude> quit\n>>> quit\n\navrdude done.  Thank you.\n</pre>\n\n\n## Extra information\nIf you call avrdude with -v -v -v -v (maximum verbosity) so you see all the data sent back, it will add\n\n\n## Debug channel\nRegardless of what AVR you are running it on, you can enable SPI debugging in sys.h (see commented out examples) - this outputs data on SPI that is meant to be converted to serial on another board - this debug channel allows you to get something approxiomating a serial port to print debug info to on parts without a second USART\nOn parts with multiple USARTS, you can just use that for debugging (similarly, there are commented out examples). Both print the same data.\nIn dbg.h, you can enable extended information for most UPDI calls.\n\n## Timeouts\nPrevious versions of jtag2updi could get hung up waiting for a target that wasn't working (for example, because it was connected incorrectly) or the host (for example, if you entered a slow command, like reading a 128k flash memory when you didn't intend to, and ctrl-c hoping to \"save time\"), requiring a reset to reconnect to it. This version has timeouts on communication with both the host (250ms - it gives up and assumes the host isn't going to sat anything after three timeouts, and awaits a fresh session from avrdude), and when talking to the target (100ms - which is far more time than the target should ever take to respond). In the event of a timeout communicating with the target, it will return RSP_NO_TARGET_POWER response. The host timeout of course prevents terminal mode from working (target timeout should just prevent hangs without downside)\nBoth can be disabled by uncommenting #define DISABLE_TARGET_TIMEOUT and/or #define DISABLE_HOST_TIMEOUT in sys.h - the latter should uncommented if terminal mode is to be used, and should remain commented out if terminal mode will not be used.\n\n## Supported parts\njtag2updi was tested on tinyAVR 0-series and 1-series and ATmega 328p/168p.\nIt is expected to work on classic megaAVR x8, x4, x1, and x0 parts, as well as megaAVR 0-series and AVR-DA parts.\n\n## Using with AVR JTAG ICE usb stick\n\nThe code can be used with the compact **AVR JTAG ICE** usb stick available to buy online from various sources.\n\nSee [Tools](tools/avrjtagicev2) section of the project on how to prepare and use the stick.\n\n\n## Troubleshooting\n\nIf you have triple-checked all the connections but still getting errors, the problem might be the speed of the serial links. I have set the jtag2updi entry on the avrdude configuration file to run at 115200 baud by default. This baud rate can cause errors if, for example, your MCU is running at 8MHz.\n\nThis can be changed with the avrdude \"-b\" option. Valid baud rates are 2400, 4800, 9600, 14400, 19200, 38400, 57600 and 115200. You can make the setting permanent by editing the jtag2updi entry on \"avrdude.conf\".\n\nIf the trouble is on the UPDI link, a slower speed can be selected by changing UPDI_BAUD and recompiling.\nYou can also try to use the alternate bit banging USART by setting UPDI_IO_TYPE to 2.\nYou will find these and other configuration settings in the \"sys.h\" header file.\n\nSometimes, the programmer can become irresponsive, in that case it should be reset.\n\n## Contact the author\n\nI usually lurk around in the AVRFreaks forum. If you have questions/suggestions/etc. about this program, please post to this thread:\n\nhttps://www.avrfreaks.net/forum/updi-programmer-software-arduino-compatible-avrdude\n\nFor serious problems with the code, like bugs, please open a github issue.\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/avrdude.conf",
    "content": "# $Id$ -*- text -*-\n#\n# AVRDUDE Configuration File\n#\n# This file contains configuration data used by AVRDUDE which describes\n# the programming hardware pinouts and also provides part definitions.\n# AVRDUDE's \"-C\" command line option specifies the location of the\n# configuration file.  The \"-c\" option names the programmer configuration\n# which must match one of the entry's \"id\" parameter.  The \"-p\" option\n# identifies which part AVRDUDE is going to be programming and must match\n# one of the parts' \"id\" parameter.\n#\n# DO NOT MODIFY THIS FILE.  Modifications will be overwritten the next\n# time a \"make install\" is run.  For user-specific additions, use the\n# \"-C +filename\" commandline option.\n#\n# Possible entry formats are:\n#\n#   programmer\n#       parent <id>                                 # optional parent\n#       id       = <id1> [, <id2> [, <id3>] ...] ;  # <idN> are quoted strings\n#       desc     = <description> ;                  # quoted string\n#       type     = <type>;                          # programmer type, quoted string\n#                          # supported programmer types can be listed by \"-c ?type\"\n#       connection_type = parallel | serial | usb\n#       baudrate = <num> ;                          # baudrate for avr910-programmer\n#       vcc      = <num1> [, <num2> ... ] ;         # pin number(s)\n#       buff     = <num1> [, <num2> ... ] ;         # pin number(s)\n#       reset    = <num> ;                          # pin number\n#       sck      = <num> ;                          # pin number\n#       mosi     = <num> ;                          # pin number\n#       miso     = <num> ;                          # pin number\n#       errled   = <num> ;                          # pin number\n#       rdyled   = <num> ;                          # pin number\n#       pgmled   = <num> ;                          # pin number\n#       vfyled   = <num> ;                          # pin number\n#       usbvid   = <hexnum>;                        # USB VID (Vendor ID)\n#       usbpid   = <hexnum> [, <hexnum> ...]        # USB PID (Product ID) (1)\n#       usbdev   = <interface>;                     # USB interface or other device info\n#       usbvendor = <vendorname>;                   # USB Vendor Name\n#       usbproduct = <productname>;                 # USB Product Name\n#       usbsn    = <serialno>;                      # USB Serial Number\n#\n#        To invert a bit, use = ~ <num>, the spaces are important.\n#        For a pin list all pins must be inverted.\n#        A single pin can be specified as usual = ~ <num>, for lists\n#        specify it as follows = ~ ( <num> [, <num2> ... ] ) .\n#\n#        (1) Not all programmer types can process a list of PIDs.\n#     ;\n#\n#   part\n#       id               = <id> ;                 # quoted string\n#       desc             = <description> ;        # quoted string\n#       has_jtag         = <yes/no> ;             # part has JTAG i/f\n#       has_debugwire    = <yes/no> ;             # part has debugWire i/f\n#       has_pdi          = <yes/no> ;             # part has PDI i/f\n#       has_updi         = <yes/no> ;             # part has UPDI i/f\n#       has_tpi          = <yes/no> ;             # part has TPI i/f\n#       devicecode       = <num> ;            # deprecated, use stk500_devcode\n#       stk500_devcode   = <num> ;                # numeric\n#       avr910_devcode   = <num> ;                # numeric\n#       signature        = <num> <num> <num> ;    # signature bytes\n#       usbpid           = <num> ;                # DFU USB PID\n#       chip_erase_delay = <num> ;                # micro-seconds\n#       reset            = dedicated | io;\n#       retry_pulse      = reset | sck;\n#       pgm_enable       = <instruction format> ;\n#       chip_erase       = <instruction format> ;\n#       chip_erase_delay = <num> ;                # chip erase delay (us)\n#       # STK500 parameters (parallel programming IO lines)\n#       pagel            = <num> ;                # pin name in hex, i.e., 0xD7\n#       bs2              = <num> ;                # pin name in hex, i.e., 0xA0\n#       serial           = <yes/no> ;             # can use serial downloading\n#       parallel         = <yes/no/pseudo>;       # can use par. programming\n#       # STK500v2 parameters, to be taken from Atmel's XML files\n#       timeout          = <num> ;\n#       stabdelay        = <num> ;\n#       cmdexedelay      = <num> ;\n#       synchloops       = <num> ;\n#       bytedelay        = <num> ;\n#       pollvalue        = <num> ;\n#       pollindex        = <num> ;\n#       predelay         = <num> ;\n#       postdelay        = <num> ;\n#       pollmethod       = <num> ;\n#       mode             = <num> ;\n#       delay            = <num> ;\n#       blocksize        = <num> ;\n#       readsize         = <num> ;\n#       hvspcmdexedelay  = <num> ;\n#       # STK500v2 HV programming parameters, from XML\n#       pp_controlstack  = <num>, <num>, ...;   # PP only\n#       hvsp_controlstack = <num>, <num>, ...;  # HVSP only\n#       hventerstabdelay = <num>;\n#       progmodedelay    = <num>;               # PP only\n#       latchcycles      = <num>;\n#       togglevtg        = <num>;\n#       poweroffdelay    = <num>;\n#       resetdelayms     = <num>;\n#       resetdelayus     = <num>;\n#       hvleavestabdelay = <num>;\n#       resetdelay       = <num>;\n#       synchcycles      = <num>;               # HVSP only\n#       chiperasepulsewidth = <num>;            # PP only\n#       chiperasepolltimeout = <num>;\n#       chiperasetime    = <num>;               # HVSP only\n#       programfusepulsewidth = <num>;          # PP only\n#       programfusepolltimeout = <num>;\n#       programlockpulsewidth = <num>;          # PP only\n#       programlockpolltimeout = <num>;\n#       # JTAG ICE mkII parameters, also from XML files\n#       allowfullpagebitstream = <yes/no> ;\n#       enablepageprogramming = <yes/no> ;\n#       idr              = <num> ;                # IO addr of IDR (OCD) reg.\n#       rampz            = <num> ;                # IO addr of RAMPZ reg.\n#       spmcr            = <num> ;                # mem addr of SPMC[S]R reg.\n#       eecr             = <num> ;                # mem addr of EECR reg.\n#                                                 # (only when != 0x3c)\n#       is_at90s1200     = <yes/no> ;             # AT90S1200 part\n#       is_avr32         = <yes/no> ;             # AVR32 part\n#\n#       memory <memtype>\n#           paged           = <yes/no> ;          # yes / no\n#           size            = <num> ;             # bytes\n#           page_size       = <num> ;             # bytes\n#           num_pages       = <num> ;             # numeric\n#           min_write_delay = <num> ;             # micro-seconds\n#           max_write_delay = <num> ;             # micro-seconds\n#           readback_p1     = <num> ;             # byte value\n#           readback_p2     = <num> ;             # byte value\n#           pwroff_after_write = <yes/no> ;       # yes / no\n#           read            = <instruction format> ;\n#           write           = <instruction format> ;\n#           read_lo         = <instruction format> ;\n#           read_hi         = <instruction format> ;\n#           write_lo        = <instruction format> ;\n#           write_hi        = <instruction format> ;\n#           loadpage_lo     = <instruction format> ;\n#           loadpage_hi     = <instruction format> ;\n#           writepage       = <instruction format> ;\n#         ;\n#     ;\n#\n# If any of the above parameters are not specified, the default value\n# of 0 is used for numerics or the empty string (\"\") for string\n# values.  If a required parameter is left empty, AVRDUDE will\n# complain.\n#\n# Parts can also inherit parameters from previously defined parts\n# using the following syntax. In this case specified integer and\n# string values override parameter values from the parent part. New\n# memory definitions are added to the definitions inherited from the\n# parent.\n#\n#   part parent <id>                              # quoted string\n#       id               = <id> ;                 # quoted string\n#       <any set of other parameters from the list above>\n#     ;\n#\n# NOTES:\n#   * 'devicecode' is the device code used by the STK500 (see codes\n#       listed below)\n#   * Not all memory types will implement all instructions.\n#   * AVR Fuse bits and Lock bits are implemented as a type of memory.\n#   * Example memory types are:\n#       \"flash\", \"eeprom\", \"fuse\", \"lfuse\" (low fuse), \"hfuse\" (high\n#       fuse), \"signature\", \"calibration\", \"lock\"\n#   * The memory type specified on the avrdude command line must match\n#     one of the memory types defined for the specified chip.\n#   * The pwroff_after_write flag causes avrdude to attempt to\n#     power the device off and back on after an unsuccessful write to\n#     the affected memory area if VCC programmer pins are defined.  If\n#     VCC pins are not defined for the programmer, a message\n#     indicating that the device needs a power-cycle is printed out.\n#     This flag was added to work around a problem with the\n#     at90s4433/2333's; see the at90s4433 errata at:\n#\n#         http://www.atmel.com/dyn/resources/prod_documents/doc1280.pdf\n#\n# INSTRUCTION FORMATS\n#\n#    Instruction formats are specified as a comma seperated list of\n#    string values containing information (bit specifiers) about each\n#    of the 32 bits of the instruction.  Bit specifiers may be one of\n#    the following formats:\n#\n#       '1'  = the bit is always set on input as well as output\n#\n#       '0'  = the bit is always clear on input as well as output\n#\n#       'x'  = the bit is ignored on input and output\n#\n#       'a'  = the bit is an address bit, the bit-number matches this bit\n#              specifier's position within the current instruction byte\n#\n#       'aN' = the bit is the Nth address bit, bit-number = N, i.e., a12\n#              is address bit 12 on input, a0 is address bit 0.\n#\n#       'i'  = the bit is an input data bit\n#\n#       'o'  = the bit is an output data bit\n#\n#    Each instruction must be composed of 32 bit specifiers.  The\n#    instruction specification closely follows the instruction data\n#    provided in Atmel's data sheets for their parts.\n#\n# See below for some examples.\n#\n#\n# The following are STK500 part device codes to use for the\n# \"devicecode\" field of the part.  These came from Atmel's software\n# section avr061.zip which accompanies the application note\n# AVR061 available from:\n#\n#      http://www.atmel.com/dyn/resources/prod_documents/doc2525.pdf\n#\n\n#define ATTINY10    0x10  /* the _old_ one that never existed! */\n#define ATTINY11    0x11\n#define ATTINY12    0x12\n#define ATTINY15    0x13\n#define ATTINY13    0x14\n\n#define ATTINY22    0x20\n#define ATTINY26    0x21\n#define ATTINY28    0x22\n#define ATTINY2313  0x23\n\n#define AT90S1200   0x33\n\n#define AT90S2313   0x40\n#define AT90S2323   0x41\n#define AT90S2333   0x42\n#define AT90S2343   0x43\n\n#define AT90S4414   0x50\n#define AT90S4433   0x51\n#define AT90S4434   0x52\n#define ATMEGA48    0x59\n\n#define AT90S8515   0x60\n#define AT90S8535   0x61\n#define AT90C8534   0x62\n#define ATMEGA8515  0x63\n#define ATMEGA8535  0x64\n\n#define ATMEGA8     0x70\n#define ATMEGA88    0x73\n#define ATMEGA168   0x86\n\n#define ATMEGA161   0x80\n#define ATMEGA163   0x81\n#define ATMEGA16    0x82\n#define ATMEGA162   0x83\n#define ATMEGA169   0x84\n\n#define ATMEGA323   0x90\n#define ATMEGA32    0x91\n\n#define ATMEGA64    0xA0\n\n#define ATMEGA103   0xB1\n#define ATMEGA128   0xB2\n#define AT90CAN128  0xB3\n#define AT90CAN64   0xB3\n#define AT90CAN32   0xB3\n\n#define AT86RF401   0xD0\n\n#define AT89START   0xE0\n#define AT89S51\t    0xE0\n#define AT89S52\t    0xE1\n\n# The following table lists the devices in the original AVR910\n# appnote:\n# |Device |Signature | Code |\n# +-------+----------+------+\n# |tiny12 | 1E 90 05 | 0x55 |\n# |tiny15 | 1E 90 06 | 0x56 |\n# |       |          |      |\n# | S1200 | 1E 90 01 | 0x13 |\n# |       |          |      |\n# | S2313 | 1E 91 01 | 0x20 |\n# | S2323 | 1E 91 02 | 0x48 |\n# | S2333 | 1E 91 05 | 0x34 |\n# | S2343 | 1E 91 03 | 0x4C |\n# |       |          |      |\n# | S4414 | 1E 92 01 | 0x28 |\n# | S4433 | 1E 92 03 | 0x30 |\n# | S4434 | 1E 92 02 | 0x6C |\n# |       |          |      |\n# | S8515 | 1E 93 01 | 0x38 |\n# | S8535 | 1E 93 03 | 0x68 |\n# |       |          |      |\n# |mega32 | 1E 95 01 | 0x72 |\n# |mega83 | 1E 93 05 | 0x65 |\n# |mega103| 1E 97 01 | 0x41 |\n# |mega161| 1E 94 01 | 0x60 |\n# |mega163| 1E 94 02 | 0x64 |\n\n# Appnote AVR109 also has a table of AVR910 device codes, which\n# lists:\n# dev         avr910   signature\n# ATmega8     0x77     0x1E 0x93 0x07\n# ATmega8515  0x3B     0x1E 0x93 0x06\n# ATmega8535  0x6A     0x1E 0x93 0x08\n# ATmega16    0x75     0x1E 0x94 0x03\n# ATmega162   0x63     0x1E 0x94 0x04\n# ATmega163   0x66     0x1E 0x94 0x02\n# ATmega169   0x79     0x1E 0x94 0x05\n# ATmega32    0x7F     0x1E 0x95 0x02\n# ATmega323   0x73     0x1E 0x95 0x01\n# ATmega64    0x46     0x1E 0x96 0x02\n# ATmega128   0x44     0x1E 0x97 0x02\n#\n# These codes refer to \"BOOT\" device codes which are apparently\n# different than standard device codes, for whatever reasons\n# (often one above the standard code).\n\n# There are several extended versions of AVR910 implementations around\n# in the Internet.  These add the following codes (only devices that\n# actually exist are listed):\n\n# ATmega8515\t0x3A\n# ATmega128\t0x43\n# ATmega64\t0x45\n# ATtiny26\t0x5E\n# ATmega8535\t0x69\n# ATmega32\t0x72\n# ATmega16\t0x74\n# ATmega8\t0x76\n# ATmega169\t0x78\n\n#\n# Overall avrdude defaults; suitable for ~/.avrduderc\n#\ndefault_parallel   = \"@DEFAULT_PAR_PORT@\";\ndefault_serial     = \"@DEFAULT_SER_PORT@\";\n# default_bitclock = 2.5;\n\n# Turn off safemode by default\n#default_safemode  = no;\n\n\n#\n# PROGRAMMER DEFINITIONS\n#\n\n# http://wiring.org.co/\n# Basically STK500v2 protocol, with some glue to trigger the\n# bootloader.\nprogrammer\n  id    = \"wiring\";\n  desc  = \"Wiring\";\n  type  = \"wiring\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"arduino\";\n  desc  = \"Arduino\";\n  type  = \"arduino\";\n  connection_type = serial;\n;\n# this will interface with the chips on these programmers:\n#\n# http://real.kiev.ua/old/avreal/en/adapters\n# http://www.amontec.com/jtagkey.shtml, jtagkey-tiny.shtml\n# http://www.olimex.com/dev/arm-usb-ocd.html, arm-usb-tiny.html\n# http://www.ethernut.de/en/hardware/turtelizer/index.html\n# http://elk.informatik.fh-augsburg.de/hhweb/doc/openocd/usbjtag/usbjtag.html\n# http://dangerousprototypes.com/docs/FT2232_breakout_board\n# http://www.ftdichip.com/Products/Modules/DLPModules.htm,DLP-2232*,DLP-USB1232H\n# http://flashrom.org/FT2232SPI_Programmer\n#\n# The drivers will look for a specific device and use the first one found.\n# If you have mulitple devices, then look for unique information (like SN)\n# And fill that in here.\n#\n# Note that the pin numbers for the main ISP signals (reset, sck,\n# mosi, miso) are fixed and cannot be changed, since they must match\n# the way the Multi-Protocol Synchronous Serial Engine (MPSSE) of\n# these FTDI ICs has been designed.\n\nprogrammer\n  id         = \"avrftdi\";\n  desc       = \"FT2232D based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0x6010;\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ADBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n#LED SIGNALs - higher ADBUS-Nibble\n#  errled = 4;\n#  rdyled = 5;\n#  pgmled = 6;\n#  vfyled = 7;\n#Buffer Signal - ACBUS - Nibble\n#  buff   = 8;\n;\n# This is an implementation of the above with a buffer IC (74AC244) and\n# 4 LEDs directly attached, all active low.\nprogrammer\n  id         = \"2232HIO\";\n  desc       = \"FT2232H based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic H devices and\n# should be programmed into the EEPROM\n#  usbpid     = 0x8A48;\n  usbpid     = 0x6010;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  buff   = ~4;\n#LED SIGNALs\n  errled = ~ 11;\n  rdyled = ~ 14;\n  pgmled = ~ 13;\n  vfyled = ~ 12;\n;\n\n#The FT4232H can be treated as FT2232H, but it has a different USB\n#device ID of 0x6011.\nprogrammer parent \"avrftdi\"\n  id         = \"4232h\";\n  desc       = \"FT4232H based generic programmer\";\n  usbpid     = 0x6011;\n;\n\nprogrammer\n  id         = \"jtagkey\";\n  desc       = \"Amontec JTAGKey, JTAGKey-Tiny and JTAGKey2\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is used in all JTAGKey variants\n  usbpid     = 0xCFF8;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals => 20 - Pin connector on JTAGKey\n  reset  = 3; # TMS 7 violet\n  sck    = 0; # TCK 9 white\n  mosi   = 1; # TDI 5 green\n  miso   = 2; # TDO 13 orange\n  buff   = ~4;\n# VTG           VREF 1 brown with red tip\n# GND           GND 20 black\n# The colors are on the 20 pin breakout cable\n# from Amontec\n;\n\n# UM232H module from FTDI and Glyn.com.au.\n# See helix.air.net.au for detailed usage information.\n# J1: Connect pin 2 and 3 for USB power.\n# J2: Connect pin 2 and 3 for USB power.\n# J2: Pin 7 is SCK\n#   : Pin 8 is MOSI\n#   : Pin 9 is MISO\n#   : Pin 11 is RST\n#   : Pin 6 is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"UM232H\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n# C232HM module from FTDI and Glyn.com.au.\n# : Orange is SCK\n# : Yellow is MOSI\n# : Green is MISO\n# : Brown is RST\n# : Black is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"C232HM\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n\n# On the adapter you can read \"O-Link\". On the PCB is printed \"OpenJTAG v3.1\"\n# You can find it as \"OpenJTAG ARM JTAG USB\" in the internet.\n# (But there are also several projects called Open JTAG, eg.\n# http://www.openjtag.org, which are completely different.)\n#   http://www.100ask.net/shop/english.html (website seems to be outdated)\n#   http://item.taobao.com/item.htm?id=1559277013\n#   http://www.micro4you.com/store/openjtag-arm-jtag-usb.html (schematics!)\n# some other sources which call it O-Link\n#   http://www.andahammer.com/olink/\n#   http://www.developmentboard.net/31-o-link-debugger.html\n#   http://armwerks.com/catalog/o-link-debugger-copy/\n# or just have a look at ebay ...\n# It is basically the same entry as jtagkey with different usb ids.\nprogrammer parent \"jtagkey\"\n  id         = \"o-link\";\n  desc       = \"O-Link, OpenJTAG from www.100ask.net\";\n  usbvid     = 0x1457;\n  usbpid     = 0x5118;\n  usbvendor  = \"www.100ask.net\";\n  usbproduct = \"USB<=>JTAG&RS232\";\n;\n\n# http://wiki.openmoko.org/wiki/Debug_Board_v3\nprogrammer\n  id    = \"openmoko\";\n  desc  = \"Openmoko debug board (v3)\";\n  type  = \"avrftdi\";\n  usbvid     = 0x1457;\n  usbpid    = 0x5118;\n  usbdev = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n  reset  = 3; # TMS 7\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n;\n\n# Only Rev. A boards.\n# Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf\nprogrammer\n  id         = \"lm3s811\";\n  desc       = \"Luminary Micro LM3S811 Eval Board (Rev. A)\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0xbcd9;\n  usbvendor  = \"LMI\";\n  usbproduct = \"LM3S811 Evaluation Board\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ACBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n# Enable correct buffers\n  buff   = 7;\n;\n\n# submitted as bug #46020\nprogrammer\n  id     = \"tumpa\";\n  desc   = \"TIAO USB Multi-Protocol Adapter\";\n  type   = \"avrftdi\";\n  connection_type = usb;\n  usbvid = 0x0403;\n  usbpid = 0x8A98;\n  usbdev = \"A\";\n  usbvendor = \"TIAO\";\n  usbproduct = \"\";\n  usbsn  = \"\";\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n  reset  = 3; # TMS 7\n;\n\nprogrammer\n  id    = \"avrisp\";\n  desc  = \"Atmel AVR ISP\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispv2\";\n  desc  = \"Atmel AVR ISP V2\";\n  type  =  \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispmkII\";\n  desc  = \"Atmel AVR ISP mkII\";\n  type  =  \"stk500v2\";\n  connection_type = usb;\n;\n\nprogrammer parent \"avrispmkII\"\n  id    = \"avrisp2\";\n;\n\nprogrammer\n  id    = \"buspirate\";\n  desc  = \"The Bus Pirate\";\n  type  = \"buspirate\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"buspirate_bb\";\n  desc  = \"The Bus Pirate (bitbang interface, supports TPI)\";\n  type  = \"buspirate_bb\";\n  connection_type = serial;\n  # pins are bits in bitbang byte (numbers are 87654321)\n  # 1|POWER|PULLUP|AUX|MOSI|CLK|MISO|CS\n  reset  = 1;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 2;\n  #vcc    = 7; This is internally set independent of this setting.\n;\n\n# This is supposed to be the \"default\" STK500 entry.\n# Attempts to select the correct firmware version\n# by probing for it.  Better use one of the entries\n# below instead.\nprogrammer\n  id    = \"stk500\";\n  desc  = \"Atmel STK500\";\n  type  = \"stk500generic\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v1\";\n  desc  = \"Atmel STK500 Version 1.x firmware\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"mib510\";\n  desc  = \"Crossbow MIB510 programming board\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v2\";\n  desc  = \"Atmel STK500 Version 2.x firmware\";\n  type  = \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500pp\";\n  desc  = \"Atmel STK500 V2 in parallel programming mode\";\n  type  = \"stk500pp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500hvsp\";\n  desc  = \"Atmel STK500 V2 in high-voltage serial programming mode\";\n  type  = \"stk500hvsp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk600\";\n  desc  = \"Atmel STK600\";\n  type  = \"stk600\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600pp\";\n  desc  = \"Atmel STK600 in parallel programming mode\";\n  type  = \"stk600pp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600hvsp\";\n  desc  = \"Atmel STK600 in high-voltage serial programming mode\";\n  type  = \"stk600hvsp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"avr910\";\n  desc  = \"Atmel Low Cost Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"ft245r\";\n  desc  = \"FT245R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1; # D1\n  sck   = 0; # D0\n  mosi  = 2; # D2\n  reset = 4; # D4\n;\n\nprogrammer\n  id    = \"ft232r\";\n  desc  = \"FT232R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1;  # RxD\n  sck   = 0;  # TxD\n  mosi  = 2;  # RTS\n  reset = 4;  # DTR\n;\n\n# see http://www.bitwizard.nl/wiki/index.php/FTDI_ATmega\nprogrammer\n  id    = \"bwmega\";\n  desc  = \"BitWizard ftdi_atmega builtin programmer\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 5;  # DSR\n  sck   = 6;  # DCD\n  mosi  = 3;  # CTS\n  reset = 7;  # RI\n;\n\n# see http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html\n# Note: pins are numbered from 1!\nprogrammer\n  id    = \"arduino-ft232r\";\n  desc  = \"Arduino: FT232R connected to ISP\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3;  # CTS X3(1)\n  sck   = 5;  # DSR X3(2)\n  mosi  = 6;  # DCD X3(3)\n  reset = 7;  # RI  X3(4)\n;\n\n# website mentioned above uses this id\nprogrammer parent \"arduino-ft232r\"\n  id    = \"diecimila\";\n  desc  = \"alias for arduino-ft232r\";\n;\n\n# There is a ATmega328P kit PCB called \"uncompatino\".\n# This board allows ISP via its on-board FT232R.\n# This is designed like Arduino Duemilanove but has no standard ICPS header.\n# Its 4 pairs of pins are shorted to enable ftdi_syncbb.\n# http://akizukidenshi.com/catalog/g/gP-07487/\n# http://akizukidenshi.com/download/ds/akizuki/k6096_manual_20130816.pdf\nprogrammer\n  id    = \"uncompatino\";\n  desc  = \"uncompatino with all pairs of pins shorted\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3; # cts\n  sck   = 5; # dsr\n  mosi  = 6; # dcd\n  reset = 7; # ri\n;\n\n# FTDI USB to serial cable TTL-232R-5V with a custom adapter for ICSP\n# http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm\n# http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf\n# For ICSP pinout see for example http://www.atmel.com/images/doc2562.pdf\n# (Figure 1. ISP6PIN header pinout and Table 1. Connections required for ISP ...)\n# TTL-232R GND 1 Black  -> ICPS GND   (pin 6)\n# TTL-232R CTS 2 Brown  -> ICPS MOSI  (pin 4)\n# TTL-232R VCC 3 Red    -> ICPS VCC   (pin 2)\n# TTL-232R TXD 4 Orange -> ICPS RESET (pin 5)\n# TTL-232R RXD 5 Yellow -> ICPS SCK   (pin 3)\n# TTL-232R RTS 6 Green  -> ICPS MISO  (pin 1)\n# Except for VCC and GND, you can connect arbitual pairs as long as\n# the following table is adjusted.\nprogrammer\n  id    = \"ttl232r\";\n  desc  = \"FTDI TTL232R-5V with ICSP adapter\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 2; # rts\n  sck   = 1; # rxd\n  mosi  = 3; # cts\n  reset = 0; # txd\n;\n\nprogrammer\n  id    = \"usbasp\";\n  desc  = \"USBasp, http://www.fischl.de/usbasp/\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x05DC; # Obdev's free shared PID\n  usbvendor  = \"www.fischl.de\";\n  usbproduct = \"USBasp\";\n\n  # following variants are autodetected for id \"usbasp\"\n\n  # original usbasp from fischl.de\n  # see above \"usbasp\"\n\n  # old usbasp from fischl.de\n  #usbvid     = 0x03EB; # ATMEL\n  #usbpid     = 0xC7B4; # (unoffical) USBasp\n  #usbvendor  = \"www.fischl.de\";\n  #usbproduct = \"USBasp\";\n\n  # NIBObee (only if -P nibobee is given on command line)\n  # see below \"nibobee\"\n;\n\nprogrammer\n  id    = \"nibobee\";\n  desc  = \"NIBObee\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x092F; # NIBObee PID\n  usbvendor  = \"www.nicai-systems.com\";\n  usbproduct = \"NIBObee\";\n;\n\nprogrammer\n  id    = \"usbasp-clone\";\n  desc  = \"Any usbasp clone with correct VID/PID\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid    = 0x16C0; # VOTI\n  usbpid    = 0x05DC; # Obdev's free shared PID\n  #usbvendor  = \"\";\n  #usbproduct = \"\";\n;\n\n# USBtiny can also be used for TPI programming.\n# In that case, a resistor of 1 kOhm is needed between MISO and MOSI\n# pins of the connector, and MISO (pin 1 of the 6-pin connector)\n# connects to TPIDATA.\nprogrammer\n  id    = \"usbtiny\";\n  desc  = \"USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x1781;\n  usbpid     = 0x0c9f;\n;\n\n# commercial version of USBtiny, using a separate VID/PID\nprogrammer\n  id    = \"ehajo-isp\";\n  desc  = \"avr-isp-programmer from eHaJo, http://www.eHaJo.de\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x16D0;\n  usbpid     = 0x0BA5;\n;\n\nprogrammer\n  id    = \"butterfly\";\n  desc  = \"Atmel Butterfly Development Board\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr109\";\n  desc  = \"Atmel AppNote AVR109 Boot Loader\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr911\";\n  desc  = \"Atmel AppNote AVR911 AVROSP\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\n# suggested in http://forum.mikrokopter.de/topic-post48317.html\nprogrammer\n  id    = \"mkbutterfly\";\n  desc  = \"Mikrokopter.de Butterfly\";\n  type  = \"butterfly_mk\";\n  connection_type = serial;\n;\n\nprogrammer parent \"mkbutterfly\"\n  id    = \"butterfly_mk\";\n;\n\nprogrammer\n  id    = \"jtagmkI\";\n  desc  = \"Atmel JTAG ICE (mkI)\";\n  baudrate = 115200;    # default is 115200\n  type  = \"jtagmki\";\n  connection_type = serial;\n;\n\n# easier to type\nprogrammer parent \"jtagmkI\"\n  id    = \"jtag1\";\n;\n\n# easier to type\nprogrammer parent \"jtag1\"\n  id    = \"jtag1slow\";\n  baudrate = 19200;\n;\n\n# The JTAG ICE mkII has both, serial and USB connectivity.  As it is\n# mostly used through USB these days (AVR Studio 5 only supporting it\n# that way), we make connection_type = usb the default.  Users are\n# still free to use a serial port with the -P option.\n\nprogrammer\n  id    = \"jtagmkII\";\n  desc  = \"Atmel JTAG ICE mkII\";\n  baudrate = 19200;    # default is 19200\n  type  = \"jtagmkii\";\n  connection_type = usb;\n;\n\n# easier to type\nprogrammer parent \"jtagmkII\"\n  id    = \"jtag2slow\";\n;\n\n# JTAG ICE mkII @ 115200 Bd\nprogrammer parent \"jtag2slow\"\n  id    = \"jtag2fast\";\n  baudrate = 115200;\n;\n\n# make the fast one the default, people will love that\nprogrammer parent \"jtag2fast\"\n  id    = \"jtag2\";\n;\n\n# JTAG ICE mkII in ISP mode\nprogrammer\n  id    = \"jtag2isp\";\n  desc  = \"Atmel JTAG ICE mkII in ISP mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_isp\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in debugWire mode\nprogrammer\n  id    = \"jtag2dw\";\n  desc  = \"Atmel JTAG ICE mkII in debugWire mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_dw\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtagmkII_avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtag2avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in PDI mode\nprogrammer\n  id    = \"jtag2pdi\";\n  desc  = \"Atmel JTAG ICE mkII PDI mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_pdi\";\n  connection_type = usb;\n;\n\n# AVR Dragon in JTAG mode\nprogrammer\n  id    = \"dragon_jtag\";\n  desc  = \"Atmel AVR Dragon in JTAG mode\";\n  baudrate = 115200;\n  type  = \"dragon_jtag\";\n  connection_type = usb;\n;\n\n# AVR Dragon in ISP mode\nprogrammer\n  id    = \"dragon_isp\";\n  desc  = \"Atmel AVR Dragon in ISP mode\";\n  baudrate = 115200;\n  type  = \"dragon_isp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PP mode\nprogrammer\n  id    = \"dragon_pp\";\n  desc  = \"Atmel AVR Dragon in PP mode\";\n  baudrate = 115200;\n  type  = \"dragon_pp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in HVSP mode\nprogrammer\n  id    = \"dragon_hvsp\";\n  desc  = \"Atmel AVR Dragon in HVSP mode\";\n  baudrate = 115200;\n  type  = \"dragon_hvsp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in debugWire mode\nprogrammer\n  id    = \"dragon_dw\";\n  desc  = \"Atmel AVR Dragon in debugWire mode\";\n  baudrate = 115200;\n  type  = \"dragon_dw\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PDI mode\nprogrammer\n  id    = \"dragon_pdi\";\n  desc  = \"Atmel AVR Dragon in PDI mode\";\n  baudrate = 115200;\n  type  = \"dragon_pdi\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"jtag3\";\n  desc  = \"Atmel AVR JTAGICE3 in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3pdi\";\n  desc  = \"Atmel AVR JTAGICE3 in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3dw\";\n  desc  = \"Atmel AVR JTAGICE3 in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3isp\";\n  desc  = \"Atmel AVR JTAGICE3 in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"xplainedpro\";\n  desc  = \"Atmel AVR XplainedPro in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2111;\n;\n\nprogrammer\n  id    = \"xplainedmini\";\n  desc  = \"Atmel AVR XplainedMini in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"xplainedmini_dw\";\n  desc  = \"Atmel AVR XplainedMini in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"atmelice\";\n  desc  = \"Atmel-ICE (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_pdi\";\n  desc  = \"Atmel-ICE (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_dw\";\n  desc  = \"Atmel-ICE (ARM/AVR) in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_isp\";\n  desc  = \"Atmel-ICE (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"powerdebugger\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_pdi\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_dw\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in debugWire mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_isp\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"pavr\";\n  desc  = \"Jason Kyle's pAVR Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"pickit2\";\n  desc  = \"MicroChip's PICkit2 Programmer\";\n  type  = \"pickit2\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip1\";\n  desc  = \"FLIP USB DFU protocol version 1 (doc7618)\";\n  type  = \"flip1\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip2\";\n  desc  = \"FLIP USB DFU protocol version 2 (AVR4023)\";\n  type  = \"flip2\";\n  connection_type = usb;\n;\n\n#@HAVE_PARPORT_BEGIN@  Inclusion of the following depends on --enable-parport\n# Parallel port programmers.\n\nprogrammer\n  id    = \"bsd\";\n  desc  = \"Brian Dean's Programmer, http://www.bsdhome.com/avrdude/\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 2, 3, 4, 5;\n  reset = 7;\n  sck   = 8;\n  mosi  = 9;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"stk200\";\n  desc  = \"STK200\";\n  type  = \"par\";\n  connection_type = parallel;\n  buff  = 4, 5;\n  sck   = 6;\n  mosi  = 7;\n  reset = 9;\n  miso  = 10;\n;\n\n# The programming dongle used by the popular Ponyprog\n# utility.  It is almost similar to the STK200 one,\n# except that there is a LED indicating that the\n# programming is currently in progress.\n\nprogrammer parent \"stk200\"\n  id    = \"pony-stk200\";\n  desc  = \"Pony Prog STK200\";\n  pgmled = 8;\n;\n\nprogrammer\n  id    = \"dt006\";\n  desc  = \"Dontronics DT006\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 5;\n  mosi  = 2;\n  miso  = 11;\n;\n\nprogrammer parent \"dt006\"\n  id    = \"bascom\";\n  desc  = \"Bascom SAMPLE programming cable\";\n;\n\nprogrammer\n  id     = \"alf\";\n  desc   = \"Nightshade ALF-PgmAVR, http://nightshade.homeip.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  vcc    = 2, 3, 4, 5;\n  buff   = 6;\n  reset  = 7;\n  sck    = 8;\n  mosi   = 9;\n  miso   = 10;\n  errled = 1;\n  rdyled = 14;\n  pgmled = 16;\n  vfyled = 17;\n;\n\nprogrammer\n  id    = \"sp12\";\n  desc  = \"Steve Bolt's Programmer\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 4,5,6,7,8;\n  reset = 3;\n  sck   = 2;\n  mosi  = 9;\n  miso  = 11;\n;\n\nprogrammer\n  id     = \"picoweb\";\n  desc   = \"Picoweb Programming Cable, http://www.picoweb.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  reset  = 2;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 13;\n;\n\nprogrammer\n  id    = \"abcmini\";\n  desc  = \"ABCmini Board, aka Dick Smith HOTCHIP\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"futurlec\";\n  desc  = \"Futurlec.com programming cable.\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 3;\n  sck   = 2;\n  mosi  = 1;\n  miso  = 10;\n;\n\n\n# From the contributor of the \"xil\" jtag cable:\n# The \"vcc\" definition isn't really vcc (the cable gets its power from\n# the programming circuit) but is necessary to switch one of the\n# buffer lines (trying to add it to the \"buff\" lines doesn't work in\n# avrdude versions before 5.5j).\n# With this, TMS connects to RESET, TDI to MOSI, TDO to MISO and TCK\n# to SCK (plus vcc/gnd of course)\nprogrammer\n  id    = \"xil\";\n  desc  = \"Xilinx JTAG cable\";\n  type  = \"par\";\n  connection_type = parallel;\n  mosi  = 2;\n  sck   = 3;\n  reset = 4;\n  buff  = 5;\n  miso  = 13;\n  vcc   = 6;\n;\n\n\nprogrammer\n  id = \"dapa\";\n  desc = \"Direct AVR Parallel Access cable\";\n  type = \"par\";\n  connection_type = parallel;\n  vcc   = 3;\n  reset = 16;\n  sck = 1;\n  mosi = 2;\n  miso = 11;\n;\n\nprogrammer\n  id    = \"atisp\";\n  desc  = \"AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~6;\n  sck   = ~8;\n  mosi  = ~7;\n  miso  = ~10;\n;\n\nprogrammer\n  id    = \"ere-isp-avr\";\n  desc  = \"ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"blaster\";\n  desc  = \"Altera ByteBlaster\";\n  type  = \"par\";\n  connection_type = parallel;\n  sck   = 2;\n  miso  = 11;\n  reset = 3;\n  mosi  = 8;\n  buff  = 14;\n;\n\n# It is almost same as pony-stk200, except vcc on pin 5 to auto\n# disconnect port (download on http://electropol.free.fr/spip/spip.php?article27)\nprogrammer parent \"pony-stk200\"\n  id    = \"frank-stk200\";\n  desc  = \"Frank STK200\";\n  buff  = ; # delete buff pin assignment\n  vcc   = 5;\n;\n\n# The AT98ISP Cable is a simple parallel dongle for AT89 family.\n# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877\nprogrammer\n  id = \"89isp\";\n  desc = \"Atmel at89isp cable\";\n  type = \"par\";\n  connection_type = parallel;\n  reset = 17;\n  sck = 1;\n  mosi = 2;\n  miso = 10;\n;\n\n#@HAVE_PARPORT_END@\n\n#This programmer bitbangs GPIO lines using the Linux sysfs GPIO interface\n#\n#To enable it set the configuration below to match the GPIO lines connected to the\n#relevant ISP header pins and uncomment the entry definition. In case you don't\n#have the required permissions to edit this system wide config file put the\n#entry in a separate <your name>.conf file and use it with -C+<your name>.conf\n#on the command line.\n#\n#To check if your avrdude build has support for the linuxgpio programmer compiled in,\n#use -c?type on the command line and look for linuxgpio in the list. If it's not available\n#you need pass the --enable-linuxgpio=yes option to configure and recompile avrdude.\n#\n#programmer\n#  id    = \"linuxgpio\";\n#  desc  = \"Use the Linux sysfs interface to bitbang GPIO lines\";\n#  type  = \"linuxgpio\";\n#  reset = ?;\n#  sck   = ?;\n#  mosi  = ?;\n#  miso  = ?;\n#;\n\n# some ultra cheap programmers use bitbanging on the\n# serialport.\n#\n# PC - DB9 - Pins for RS232:\n#\n# GND   5   -- |O\n#              |   O| <-   9   RI\n# DTR   4   <- |O   |\n#              |   O| <-   8   CTS\n# TXD   3   <- |O   |\n#              |   O| ->   7   RTS\n# RXD   2   -> |O   |\n#              |   O| <-   6   DSR\n# DCD   1   -> |O\n#\n# Using RXD is currently not supported.\n# Using RI is not supported under Win32 but is supported under Posix.\n\n# serial ponyprog design (dasa2 in uisp)\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer\n  id    = \"ponyser\";\n  desc  = \"design ponyprog serial, reset=!txd sck=rts mosi=dtr miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~3;\n  sck   = 7;\n  mosi  = 4;\n  miso  = 8;\n;\n\n# Same as above, different name\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer parent \"ponyser\"\n  id    = \"siprog\";\n  desc  = \"Lancos SI-Prog <http://www.lancos.com/siprogsch.html>\";\n;\n\n# unknown (dasa in uisp)\n# reset=rts sck=dtr mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa\";\n  desc  = \"serial port banging, reset=rts sck=dtr mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 7;\n  sck   = 4;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# unknown (dasa3 in uisp)\n# reset=!dtr sck=rts mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa3\";\n  desc  = \"serial port banging, reset=!dtr sck=rts mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~4;\n  sck   = 7;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# C2N232i (jumper configuration \"auto\")\n# reset=dtr sck=!rts mosi=!txd miso=!cts\n\nprogrammer\n  id    = \"c2n232i\";\n  desc  = \"serial port banging, reset=dtr sck=!rts mosi=!txd miso=!cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 4;\n  sck   = ~7;\n  mosi  = ~3;\n  miso  = ~8;\n;\n\n#\n# PART DEFINITIONS\n#\n\n#------------------------------------------------------------\n# ATtiny11\n#------------------------------------------------------------\n\n# This is an HVSP-only device.\n\npart\n    id                  = \"t11\";\n    desc                = \"ATtiny11\";\n    stk500_devcode      = 0x11;\n    signature           = 0x1e 0x90 0x04;\n    chip_erase_delay    = 20000;\n\n    timeout\t\t= 200;\n    hvsp_controlstack     =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n\tdelay\t\t= 5;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\tdelay\t\t= 3;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny12\n#------------------------------------------------------------\n\npart\n    id                  = \"t12\";\n    desc                = \"ATtiny12\";\n    stk500_devcode      = 0x12;\n    avr910_devcode      = 0x55;\n    signature           = 0x1e 0x90 0x05;\n    chip_erase_delay    = 20000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 8;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny13\n#------------------------------------------------------------\n\npart\n    id                  = \"t13\";\n    desc                = \"ATtiny13\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x0E, 0x1E;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x0E, 0xB4, 0x0E, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode      = 0x14;\n    signature           = 0x1e 0x90 0x07;\n    chip_erase_delay    = 4000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 90;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 0;\n\n    memory \"eeprom\"\n        size            = 64;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x   x  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 5;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 1024;\n        page_size       = 32;\n        num_pages       = 32;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x  x  x   x  x a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n\tread            = \"0  1  0  1   1  0  0  0    0 0 0 0  0 0 0 0\",\n                          \"x  x  x  x   x  x  x  x    x x o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    1 1 i i  i i i i\";\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny15\n#------------------------------------------------------------\n\npart\n    id                  = \"t15\";\n    desc                = \"ATtiny15\";\n    stk500_devcode      = 0x13;\n    avr910_devcode      = 0x56;\n    signature           = 0x1e 0x90 0x06;\n    chip_erase_delay    = 8200;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 5;\n    synchcycles         = 6;\n    latchcycles         = 16;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 8200;\n        max_write_delay = 8200;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4100;\n        max_write_delay = 4100;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  1 1 i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# AT90s1200\n#------------------------------------------------------------\n\npart\n    id               = \"1200\";\n    desc             = \"AT90S1200\";\n    is_at90s1200     = yes;\n    stk500_devcode   = 0x33;\n    avr910_devcode   = 0x13;\n    signature        = 0x1e 0x90 0x01;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 1;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 0;\n    pollvalue\t\t= 0xFF;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1 0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1 1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x02;\n\tdelay\t\t= 15;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4414\n#------------------------------------------------------------\n\npart\n    id               = \"4414\";\n    desc             = \"AT90S4414\";\n    stk500_devcode   = 0x50;\n    avr910_devcode   = 0x28;\n    signature        = 0x1e 0x92 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2313\n#------------------------------------------------------------\n\npart\n    id               = \"2313\";\n    desc             = \"AT90S2313\";\n    stk500_devcode   = 0x40;\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x91 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x i i x\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2333\n#------------------------------------------------------------\n\npart\n    id               = \"2333\";\n##### WARNING: No XML file for device 'AT90S2333'! #####\n    desc             = \"AT90S2333\";\n    stk500_devcode   = 0x42;\n    avr910_devcode   = 0x34;\n    signature        = 0x1e 0x91 0x05;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s2343 (also AT90s2323 and ATtiny22)\n#------------------------------------------------------------\n\npart\n    id               = \"2343\";\n    desc             = \"AT90S2343\";\n    stk500_devcode   = 0x43;\n    avr910_devcode   = 0x4c;\n    signature        = 0x1e 0x91 0x03;\n    chip_erase_delay = 18000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 0;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 128;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 1  1 1 1 i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s4433\n#------------------------------------------------------------\n\npart\n    id               = \"4433\";\n    desc             = \"AT90S4433\";\n    stk500_devcode   = 0x51;\n    avr910_devcode   = 0x30;\n    signature        = 0x1e 0x92 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4434\n#------------------------------------------------------------\n\npart\n    id               = \"4434\";\n##### WARNING: No XML file for device 'AT90S4434'! #####\n    desc             = \"AT90S4434\";\n    stk500_devcode   = 0x52;\n    avr910_devcode   = 0x6c;\n    signature        = 0x1e 0x92 0x02;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8515\n#------------------------------------------------------------\n\npart\n    id               = \"8515\";\n    desc             = \"AT90S8515\";\n    stk500_devcode   = 0x60;\n    avr910_devcode   = 0x38;\n    signature        = 0x1e 0x93 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8535\n#------------------------------------------------------------\n\npart\n    id               = \"8535\";\n    desc             = \"AT90S8535\";\n    stk500_devcode   = 0x61;\n    avr910_devcode   = 0x68;\n    signature        = 0x1e 0x93 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  o\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  0  1  1   1  1  1  i\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   o  o  x  x   x  x  x  x\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega103\n#------------------------------------------------------------\n\npart\n    id               = \"m103\";\n    desc             = \"ATmega103\";\n    stk500_devcode   = 0xB1;\n    avr910_devcode   = 0x41;\n    signature        = 0x1e 0x97 0x01;\n    chip_erase_delay = 112000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x8E, 0x9E, 0x2E, 0x3E, 0xAE, 0xBE,\n        0x4E, 0x5E, 0xCE, 0xDE, 0x6E, 0x7E, 0xEE, 0xDE,\n        0x66, 0x76, 0xE6, 0xF6, 0x6A, 0x7A, 0xEA, 0x7A,\n        0x7F, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 10;\n\n    memory \"eeprom\"\n        size            = 4096;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 22000;\n        max_write_delay = 56000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 70;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0  x x x x  x x x x\",\n                          \"x x x x  x x x x  x x o x  o 1 o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 1  i 1 i i\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega64\n#------------------------------------------------------------\n\npart\n    id               = \"m64\";\n    desc             = \"ATmega64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xA0;\n    avr910_devcode   = 0x45;\n    signature        = 0x1e 0x96 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega128\n#------------------------------------------------------------\n\npart\n    id               = \"m128\";\n    desc             = \"ATmega128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    rampz               = 0x3b;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN128\n#------------------------------------------------------------\n\npart\n    id               = \"c128\";\n    desc             = \"AT90CAN128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN64\n#------------------------------------------------------------\n\npart\n    id               = \"c64\";\n    desc             = \"AT90CAN64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x96 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN32\n#------------------------------------------------------------\n\npart\n    id               = \"c32\";\n    desc             = \"AT90CAN32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x95 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 256;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega16\n#------------------------------------------------------------\n\npart\n    id               = \"m16\";\n    desc             = \"ATmega16\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82;\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x94 0x03;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 100;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"calibration\"\n        size            = 4;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega164P\n#------------------------------------------------------------\n\n# close to ATmega16\n\npart parent \"m16\"\n    id               = \"m164p\";\n    desc             = \"ATmega164P\";\n    signature        = 0x1e 0x94 0x0a;\n\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    allowfullpagebitstream = no;\n    chip_erase_delay = 55000;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324P\n#------------------------------------------------------------\n\n# similar to ATmega164P\n\npart\n    id               = \"m324p\";\n    desc             = \"ATmega324P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x95 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324PA\n#------------------------------------------------------------\n\n# similar to ATmega324P\n\npart parent \"m324p\"\n    id               = \"m324pa\";\n    desc             = \"ATmega324PA\";\n    signature        = 0x1e 0x95 0x11;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega644\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m644\";\n    desc             = \"ATmega644\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x96 0x09;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega644P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart parent \"m644\"\n    id               = \"m644p\";\n    desc             = \"ATmega644P\";\n    signature        = 0x1e 0x96 0x0a;\n\n    ocdrev              = 3;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m1284\";\n    desc             = \"ATmega1284\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x06;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart\n    id               = \"m1284p\";\n    desc             = \"ATmega1284P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega162\n#------------------------------------------------------------\n\npart\n    id               = \"m162\";\n    desc             = \"ATmega162\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x83;\n    avr910_devcode   = 0x63;\n    signature        = 0x1e 0x94 0x04;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n\n    idr              = 0x04;\n    spmcr            = 0x57;\n    allowfullpagebitstream = yes;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    ocdrev              = 2;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n       mode        = 0x41;\n    delay       = 10;\n    blocksize   = 128;\n    readsize    = 256;\n\n        ;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n                read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n                write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n\n        read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega163\n#------------------------------------------------------------\n\npart\n    id               = \"m163\";\n    desc             = \"ATmega163\";\n    stk500_devcode   = 0x81;\n    avr910_devcode   = 0x64;\n    signature        = 0x1e 0x94 0x02;\n    chip_erase_delay = 32000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n        mode            = 0x41;\n        delay           = 20;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o x x  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i 1 1  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   x x x x  1 o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  0 x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega169\n#------------------------------------------------------------\n\npart\n    id               = \"m169\";\n    desc             = \"ATmega169\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x85;\n    avr910_devcode   = 0x78;\n    signature        = 0x1e 0x94 0x05;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329\n#------------------------------------------------------------\n\npart\n    id               = \"m329\";\n    desc             = \"ATmega329\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x95 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329P\n#------------------------------------------------------------\n# Identical to ATmega329 except of the signature\n\npart parent \"m329\"\n    id               = \"m329p\";\n    desc             = \"ATmega329P\";\n    signature        = 0x1e 0x95 0x0b;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290\n#------------------------------------------------------------\n\n# identical to ATmega329\n\npart parent \"m329\"\n    id               = \"m3290\";\n    desc             = \"ATmega3290\";\n    signature        = 0x1e 0x95 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290P\n#------------------------------------------------------------\n\n# identical to ATmega3290 except of the signature\n\npart parent \"m3290\"\n    id               = \"m3290p\";\n    desc             = \"ATmega3290P\";\n    signature        = 0x1e 0x95 0x0c;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega649\n#------------------------------------------------------------\n\npart\n    id               = \"m649\";\n    desc             = \"ATmega649\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x96 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega6490\n#------------------------------------------------------------\n\n# identical to ATmega649\n\npart parent \"m649\"\n    id               = \"m6490\";\n    desc             = \"ATmega6490\";\n    signature        = 0x1e 0x96 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega32\n#------------------------------------------------------------\n\npart\n    id               = \"m32\";\n    desc             = \"ATmega32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x91;\n    avr910_devcode   = 0x72;\n    signature        = 0x1e 0x95 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no;   /* leave this \"no\" */\n        page_size       = 4;    /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o o\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega161\n#------------------------------------------------------------\n\npart\n    id               = \"m161\";\n    desc             = \"ATmega161\";\n    stk500_devcode   = 0x80;\n    avr910_devcode   = 0x60;\n    signature        = 0x1e 0x94 0x01;\n    chip_erase_delay = 28000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 3400;\n        max_write_delay = 3400;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 14000;\n        max_write_delay = 14000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 16;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x o x o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 x  x x x x\",\n                          \"x x x x  x x x x   1 i 1 i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega8\n#------------------------------------------------------------\n\npart\n    id               = \"m8\";\n    desc             = \"ATmega8\";\n    stk500_devcode   = 0x70;\n    avr910_devcode   = 0x76;\n    signature        = 0x1e 0x93 0x07;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 10000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        page_size       = 4;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega8515\n#------------------------------------------------------------\n\npart\n    id               = \"m8515\";\n    desc             = \"ATmega8515\";\n    stk500_devcode   = 0x63;\n    avr910_devcode   = 0x3A;\n    signature        = 0x1e 0x93 0x06;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0     0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0   o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega8535\n#------------------------------------------------------------\n\npart\n    id               = \"m8535\";\n    desc             = \"ATmega8535\";\n    stk500_devcode   = 0x64;\n    avr910_devcode   = 0x69;\n    signature        = 0x1e 0x93 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATtiny26\n#------------------------------------------------------------\n\npart\n    id                  = \"t26\";\n    desc                = \"ATtiny26\";\n    stk500_devcode      = 0x21;\n    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x09;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 9000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  x x x i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny261\n#------------------------------------------------------------\n# Close to ATtiny26\n\npart\n    id                  = \"t261\";\n    desc                = \"ATtiny261\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x0c;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 128;\n        page_size       = 4;\n        num_pages       = 32;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny461\n#------------------------------------------------------------\n# Close to ATtiny261\n\npart\n    id                  = \"t461\";\n    desc                = \"ATtiny461\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x92 0x08;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 256;\n        page_size       = 4;\n        num_pages       = 64;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny861\n#------------------------------------------------------------\n# Close to ATtiny461\n\npart\n    id                  = \"t861\";\n    desc                = \"ATtiny861\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x93 0x0d;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 512;\n        num_pages       = 128;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o  o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i  i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny28\n#------------------------------------------------------------\n\n# This is an HVPP-only device.\n\npart\n    id                  = \"t28\";\n    desc                = \"ATtiny28\";\n    stk500_devcode      = 0x22;\n    avr910_devcode      = 0x5c;\n    signature           = 0x1e 0x91 0x07;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"flash\"\n        size            = 2048;\n        page_size       = 2;\n        readsize        = 256;\n        delay           = 5;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega48\n#------------------------------------------------------------\n\npart\n    id               = \"m48\";\n    desc             = \"ATmega48\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x59;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x92 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 45000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega48P\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48p\";\n    desc             = \"ATmega48P\";\n    signature        = 0x1e 0x92 0x0a;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega48PB\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48pb\";\n    desc             = \"ATmega48PB\";\n    signature        = 0x1e 0x92 0x10;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88\n#------------------------------------------------------------\n\npart\n    id               = \"m88\";\n    desc             = \"ATmega88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x0a;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega88P\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88p\";\n    desc             = \"ATmega88P\";\n    signature        = 0x1e 0x93 0x0f;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88PB\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88pb\";\n    desc             = \"ATmega88PB\";\n    signature        = 0x1e 0x93 0x16;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega168\n#------------------------------------------------------------\n\npart\n    id              = \"m168\";\n    desc            = \"ATmega168\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x06;\n    pagel           = 0xd7;\n    bs2             = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x x x i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 i i i i i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# ATmega168P\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168p\";\n    desc            = \"ATmega168P\";\n    signature       = 0x1e 0x94 0x0b;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega168PB\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168pb\";\n    desc            = \"ATmega168PB\";\n    signature       = 0x1e 0x94 0x15;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATtiny88\n#------------------------------------------------------------\n\npart\n    id               = \"t88\";\n    desc             = \"ATtiny88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x11;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 64;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 64;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega328\n#------------------------------------------------------------\n\npart\n    id\t\t\t= \"m328\";\n    desc\t\t= \"ATmega328\";\n    has_debugwire\t= yes;\n    flash_instr\t\t= 0xB6, 0x01, 0x11;\n    eeprom_instr\t= 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t\t\t  0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t\t\t  0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode\t= 0x86;\n    # avr910_devcode\t= 0x;\n    signature\t\t= 0x1e 0x95 0x14;\n    pagel\t\t= 0xd7;\n    bs2\t\t\t= 0xc2;\n    chip_erase_delay\t= 9000;\n    pgm_enable = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    timeout\t= 200;\n    stabdelay\t= 100;\n    cmdexedelay\t= 25;\n    synchloops\t= 32;\n    bytedelay\t= 0;\n    pollindex\t= 3;\n    pollvalue\t= 0x53;\n    predelay\t= 1;\n    postdelay\t= 1;\n    pollmethod\t= 1;\n\n    pp_controlstack =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay\t= 100;\n    progmodedelay\t= 0;\n    latchcycles\t\t= 5;\n    togglevtg\t\t= 1;\n    poweroffdelay\t= 15;\n    resetdelayms\t= 1;\n    resetdelayus\t= 0;\n    hvleavestabdelay\t= 15;\n    resetdelay\t\t= 15;\n    chiperasepulsewidth\t= 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n\tpaged\t\t= no;\n\tpage_size\t= 4;\n\tsize\t\t= 1024;\n\tmin_write_delay = 3600;\n\tmax_write_delay = 3600;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread = \" 1 0 1 0 0 0 0 0\",\n\t       \" 0 0 0 x x x a9 a8\",\n\t       \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t       \" o o o o o o o o\";\n\n\twrite = \" 1 1 0 0 0 0 0 0\",\n\t      \t\" 0 0 0 x x x a9 a8\",\n\t\t\" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t\" i i i i i i i i\";\n\n\tloadpage_lo = \" 1 1 0 0 0 0 0 1\",\n\t\t      \" 0 0 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 0 0 0 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 1 1 0 0 0 0 1 0\",\n\t\t    \" 0 0 x x x x a9 a8\",\n\t\t    \" a7 a6 a5 a4 a3 a2 0 0\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n\tpaged\t\t= yes;\n\tsize\t\t= 32768;\n\tpage_size\t= 128;\n\tnum_pages\t= 256;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread_lo = \" 0 0 1 0 0 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tread_hi = \" 0 0 1 0 1 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tloadpage_lo = \" 0 1 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\tloadpage_hi = \" 0 1 0 0 1 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 0 1 0 0 1 1 0 0\",\n\t\t    \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t    \" a7 a6 x x x x x x\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\n    ;\n\n    memory \"lfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"hfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"efuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n\t      \t\"x x x x x x x x x x x x x i i i\";\n    ;\n\n    memory \"lock\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x x x o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n\t      \t\"x x x x x x x x 1 1 i i i i i i\";\n    ;\n\n    memory \"calibration\"\n\tsize = 1;\n\tread = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n\t       \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n    ;\n\n    memory \"signature\"\n\tsize = 3;\n\tread = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n\t       \"x x x x x x a1 a0 o o o o o o o o\";\n    ;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328p\";\n    desc\t\t= \"ATmega328P\";\n    signature\t\t= 0x1e 0x95 0x0F;\n\n    ocdrev              = 1;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328pb\";\n    desc\t\t= \"ATmega328PB\";\n    signature\t\t= 0x1e 0x95 0x16;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega32m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m32m1\";\n    desc            = \"ATmega32M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x95 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega64m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m64m1\";\n    desc            = \"ATmega64M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x96 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny2313\n#------------------------------------------------------------\n\npart\n     id            = \"t2313\";\n     desc          = \"ATtiny2313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x91 0x0a;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny2313 has Signature Bytes: 0x1E 0x91 0x0A.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n# The Tiny2313 has calibration data for both 4 MHz and 8 MHz.\n# The information in the data sheet of April/2004 is wrong, this works:\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny4313\n#------------------------------------------------------------\n\npart\n     id            = \"t4313\";\n     desc          = \"ATtiny4313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x92 0x0d;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1   0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1   1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x   x  x  x\",\n                           \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny4313 has Signature Bytes: 0x1E 0x92 0x0D.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2\n#------------------------------------------------------------\n\npart\n     id            = \"pwm2\";\n     desc          = \"AT90PWM2\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n     stk500_devcode   = 0x65;\n##  avr910_devcode   = ?;\n     signature        = 0x1e 0x93 0x81;\n     pagel            = 0xD8;\n     bs2              = 0xE2;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0   0\",\n                           \"  0  0  0  0   a11 a10 a9  a8\",\n                           \" a7 a6 a5  x   x   x   x   x\",\n                           \"  x  x  x  x   x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n       ;\n#   AT90PWM2 has Signature Bytes: 0x1E 0x93 0x81.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2 (including the signature!)\n\npart parent \"pwm2\"\n     id            = \"pwm3\";\n     desc          = \"AT90PWM3\";\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2B\n#------------------------------------------------------------\n# Same as AT90PWM2 but different signature.\n\npart parent \"pwm2\"\n     id            = \"pwm2b\";\n     desc          = \"AT90PWM2B\";\n     signature     = 0x1e 0x93 0x83;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3B\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2B (including the signature!)\n\npart parent \"pwm2b\"\n     id            = \"pwm3b\";\n     desc          = \"AT90PWM3B\";\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM316\n#------------------------------------------------------------\n\n# Similar to AT90PWM3B, but with 16 kiB flash, 512 B EEPROM, and 1024 B SRAM.\n\npart parent \"pwm3b\"\n     id            = \"pwm316\";\n     desc          = \"AT90PWM316\";\n     signature     = 0x1e 0x94 0x83;\n\n    ocdrev              = 1;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM216\n#------------------------------------------------------------\n# Completely identical to AT90PWM316 (including the signature!)\n\npart parent \"pwm316\"\n     id = \"pwm216\";\n     desc = \"AT90PWM216\";\n  ;\n\n#------------------------------------------------------------\n# ATtiny25\n#------------------------------------------------------------\n\npart\n     id            = \"t25\";\n     desc          = \"ATtiny25\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x08;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny25 has Signature Bytes: 0x1E 0x91 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny45\n#------------------------------------------------------------\n\npart\n     id            = \"t45\";\n     desc          = \"ATtiny45\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x06;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n         page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny45 has Signature Bytes: 0x1E 0x92 0x08. (Data sheet 2586C-AVR-06/05 (doc2586.pdf) indicates otherwise!)\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny85\n#------------------------------------------------------------\n\npart\n     id            = \"t85\";\n     desc          = \"ATtiny85\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny85 has Signature Bytes: 0x1E 0x93 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATmega640\n#------------------------------------------------------------\n# Almost same as ATmega1280, except for different memory sizes\n\npart\n    id               = \"m640\";\n    desc             = \"ATmega640\";\n    signature        = 0x1e 0x96 0x08;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1280\n#------------------------------------------------------------\n\npart\n    id               = \"m1280\";\n    desc             = \"ATmega1280\";\n    signature        = 0x1e 0x97 0x03;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1281\n#------------------------------------------------------------\n# Identical to ATmega1280\n\npart parent \"m1280\"\n    id               = \"m1281\";\n    desc             = \"ATmega1281\";\n    signature        = 0x1e 0x97 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega2560\n#------------------------------------------------------------\n\npart\n    id               = \"m2560\";\n    desc             = \"ATmega2560\";\n    signature        = 0x1e 0x98 0x01;\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 4;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 262144;\n        page_size       = 256;\n        num_pages       = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega2561\n#------------------------------------------------------------\n\npart parent \"m2560\"\n    id               = \"m2561\";\n    desc             = \"ATmega2561\";\n    signature        = 0x1e 0x98 0x02;\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFA1\n#------------------------------------------------------------\n# Identical to ATmega2561 but half the ROM\n\npart parent \"m2561\"\n    id               = \"m128rfa1\";\n    desc             = \"ATmega128RFA1\";\n    signature        = 0x1e 0xa7 0x01;\n    chip_erase_delay = 55000;\n    bs2              = 0xE2;\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega256RFR2\n#------------------------------------------------------------\n\npart parent \"m2561\"\n    id               = \"m256rfr2\";\n    desc             = \"ATmega256RFR2\";\n    signature        = 0x1e 0xa8 0x02;\n    chip_erase_delay = 18500;\n    bs2              = 0xE2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 8192;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x a12    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m128rfr2\";\n    desc             = \"ATmega128RFR2\";\n    signature        = 0x1e 0xa7 0x02;\n\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega64RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m64rfr2\";\n    desc             = \"ATmega64RFR2\";\n    signature        = 0x1e 0xa6 0x02;\n\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n  ;\n\n#------------------------------------------------------------\n# ATmega2564RFR2\n#------------------------------------------------------------\n\npart parent \"m256rfr2\"\n    id               = \"m2564rfr2\";\n    desc             = \"ATmega2564RFR2\";\n    signature        = 0x1e 0xa8 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega1284RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfr2\"\n    id               = \"m1284rfr2\";\n    desc             = \"ATmega1284RFR2\";\n    signature        = 0x1e 0xa7 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega644RFR2\n#------------------------------------------------------------\n\npart parent \"m64rfr2\"\n    id               = \"m644rfr2\";\n    desc             = \"ATmega644RFR2\";\n    signature        = 0x1e 0xa6 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATtiny24\n#------------------------------------------------------------\n\npart\n     id            = \"t24\";\n     desc          = \"ATtiny24\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny24 has Signature Bytes: 0x1E 0x91 0x0B.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny44\n#------------------------------------------------------------\n\npart\n     id            = \"t44\";\n     desc          = \"ATtiny44\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                     0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                     0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x07;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny44 has Signature Bytes: 0x1E 0x92 0x07.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny84\n#------------------------------------------------------------\n\npart\n     id            = \"t84\";\n     desc          = \"ATtiny84\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0c;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny84 has Signature Bytes: 0x1E 0x93 0x0C.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny441\n#------------------------------------------------------------\n\npart parent \"t44\"\n     id            = \"t441\";\n     desc          = \"ATtiny441\";\n     signature     = 0x1e 0x92 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 16;\n         num_pages       = 256;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny841\n#------------------------------------------------------------\n\npart parent \"t84\"\n     id            = \"t841\";\n     desc          = \"ATtiny841\";\n     signature     = 0x1e 0x93 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 16;\n         num_pages       = 512;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny43U\n#------------------------------------------------------------\n\npart\n    id            = \"t43u\";\n    desc          = \"ATtiny43u\";\n    has_debugwire = yes;\n    flash_instr   = 0xB4, 0x07, 0x17;\n    eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                         0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                         0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x92 0x0C;\n    reset            = io;\n    chip_erase_delay = 1000;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout                     = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n        pp_controlstack = 0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E, 0x4E, 0x5E,\n                                         0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E, 0x06, 0x16, 0x46, 0x56,\n                                         0x0A, 0x1A, 0x4A, 0x5A, 0x1E, 0x7C, 0x00, 0x01, 0x00, 0x00,\n                                         0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 20;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n    memory \"eeprom\"\n                size            = 64;\n                paged                   = yes;\n                page_size       = 4;\n                num_pages               = 16;\n                min_write_delay = 4000;\n                max_write_delay = 4500;\n                readback_p1     = 0xff;\n                readback_p2     = 0xff;\n                read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n                write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n                loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                                  \"  0   0   0   0      0   0   0   0\",\n                                  \"  0   0   0   0      0   0  a1  a0\",\n                                  \"  i   i   i   i      i   i   i   i\";\n\n                writepage       = \"  1   1   0   0      0   0   1   0\",\n                                  \"  0   0   x   x      x   x   x   x\",\n                                  \"  0   0  a5  a4     a3  a2   0   0\",\n                                  \"  x   x   x   x      x   x   x   x\";\n\n                mode            = 0x41;\n                delay           = 5;\n                blocksize       = 4;\n                readsize        = 256;\n        ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0 a10 a9 a8\",\n                          \" a7 a6 a5  x   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n                mode            = 0x41;\n                delay           = 10;\n                blocksize       = 64;\n                readsize        = 256;\n       ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n    ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                          \"x x x x  x x x x  1 1 i i  i i i i\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega32u4\n#------------------------------------------------------------\n\npart\n    id               = \"m32u4\";\n    desc             = \"ATmega32U4\";\n    signature        = 0x1e 0x95 0x87;\n    usbpid           = 0x2ff4;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB646\n#------------------------------------------------------------\n\npart\n    id               = \"usb646\";\n    desc             = \"AT90USB646\";\n    signature        = 0x1e 0x96 0x82;\n    usbpid           = 0x2ff9;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB647\n#------------------------------------------------------------\n# identical to AT90USB646\n\npart parent \"usb646\"\n    id               = \"usb647\";\n    desc             = \"AT90USB647\";\n    signature        = 0x1e 0x96 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1286\n#------------------------------------------------------------\n\npart\n    id               = \"usb1286\";\n    desc             = \"AT90USB1286\";\n    signature        = 0x1e 0x97 0x82;\n    usbpid           = 0x2ffb;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1287\n#------------------------------------------------------------\n# identical to AT90USB1286\n\npart parent \"usb1286\"\n    id               = \"usb1287\";\n    desc             = \"AT90USB1287\";\n    signature        = 0x1e 0x97 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB162\n#------------------------------------------------------------\n\npart\n    id               = \"usb162\";\n    desc             = \"AT90USB162\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x82;\n    usbpid           = 0x2ffa;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB82\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        num_pages       = 64;\n\npart\n    id               = \"usb82\";\n    desc             = \"AT90USB82\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x82;\n    usbpid           = 0x2ff7;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega32U2\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 32768;\n#        num_pages       = 256;\n#    memory \"eeprom\"\n#        size            = 1024;\n#        num_pages       = 256;\npart\n    id               = \"m32u2\";\n    desc             = \"ATmega32U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x95 0x8a;\n    usbpid           = 0x2ff0;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        num_pages       = 256;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega16U2\n#------------------------------------------------------------\n# Changes against ATmega32U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 16384;\n#        num_pages       = 128;\n#    memory \"eeprom\"\n#        size            = 512;\n#        num_pages       = 128;\npart\n    id               = \"m16u2\";\n    desc             = \"ATmega16U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x89;\n    usbpid           = 0x2fef;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega8U2\n#------------------------------------------------------------\n# Changes against ATmega16U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        page_size       = 64;\n#        blocksize       = 64;\n\npart\n    id               = \"m8u2\";\n    desc             = \"ATmega8U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x89;\n    usbpid           = 0x2fee;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega325\n#------------------------------------------------------------\n\npart\n    id               = \"m325\";\n    desc             = \"ATmega325\";\n    signature        = 0x1e 0x95 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega645\n#------------------------------------------------------------\n\npart\n    id               = \"m645\";\n    desc             = \"ATmega645\";\n    signature        = 0x1E 0x96 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 8;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"   0   0   1   0      0   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"   0   0   1   0      1   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"   0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   0   0   0   0      0   0   0   0\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega3250\n#------------------------------------------------------------\n\npart parent \"m325\"\n    id               = \"m3250\";\n    desc             = \"ATmega3250\";\n    signature        = 0x1E 0x95 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega6450\n#------------------------------------------------------------\n\npart parent \"m645\"\n    id               = \"m6450\";\n    desc             = \"ATmega6450\";\n    signature        = 0x1E 0x96 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AVR XMEGA family common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".xmega\";\n    desc\t= \"AVR XMEGA family common values\";\n    has_pdi\t= yes;\n    nvm_base\t= 0x01c0;\n    mcu_base\t= 0x0090;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1000090;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x32;\n        offset\t\t= 0x8e0200;\n        page_size\t= 0x32;\n        readsize\t= 0x32;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0021;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0022;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0024;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0025;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0027;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16a4u\";\n    desc\t= \"ATxmega16A4U\";\n    signature\t= 0x1e 0x94 0x41;\n    usbpid\t= 0x2fe3;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x803000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x804000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16C4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16c4\";\n    desc\t= \"ATxmega16C4\";\n    signature\t= 0x1e 0x94 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega16D4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16d4\";\n    desc\t= \"ATxmega16D4\";\n    signature\t= 0x1e 0x94 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16a4\";\n    desc\t= \"ATxmega16A4\";\n    signature\t= 0x1e 0x94 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32a4u\";\n    desc\t= \"ATxmega32A4U\";\n    signature\t= 0x1e 0x95 0x41;\n    usbpid\t= 0x2fe4;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x807000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x808000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32C4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32c4\";\n    desc\t= \"ATxmega32C4\";\n    signature\t= 0x1e 0x95 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega32D4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32d4\";\n    desc\t= \"ATxmega32D4\";\n    signature\t= 0x1e 0x95 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32a4\";\n    desc\t= \"ATxmega32A4\";\n    signature\t= 0x1e 0x95 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x64a4u\";\n    desc\t= \"ATxmega64A4U\";\n    signature\t= 0x1e 0x96 0x46;\n    usbpid\t= 0x2fe5;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x10000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x80f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x810000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x11000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64C3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64c3\";\n    desc\t= \"ATxmega64C3\";\n    signature\t= 0x1e 0x96 0x49;\n    usbpid\t= 0x2fd6;\n;\n\n#------------------------------------------------------------\n# ATxmega64D3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d3\";\n    desc\t= \"ATxmega64D3\";\n    signature\t= 0x1e 0x96 0x4a;\n;\n\n#------------------------------------------------------------\n# ATxmega64D4\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d4\";\n    desc\t= \"ATxmega64D4\";\n    signature\t= 0x1e 0x96 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64a1\";\n    desc\t= \"ATxmega64A1\";\n    signature\t= 0x1e 0x96 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a1u\";\n    desc\t= \"ATxmega64A1U\";\n    signature\t= 0x1e 0x96 0x4e;\n    usbpid\t= 0x2fe8;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3\";\n    desc\t= \"ATxmega64A3\";\n    signature\t= 0x1e 0x96 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3u\";\n    desc\t= \"ATxmega64A3U\";\n    signature\t= 0x1e 0x96 0x42;\n    usbpid\t= 0x2fe5;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a4\";\n    desc\t= \"ATxmega64A4\";\n    signature\t= 0x1e 0x96 0x46;\n;\n\n#------------------------------------------------------------\n# ATxmega64B1\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b1\";\n    desc\t= \"ATxmega64B1\";\n    signature\t= 0x1e 0x96 0x52;\n    usbpid\t= 0x2fe1;\n;\n\n#------------------------------------------------------------\n# ATxmega64B3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b3\";\n    desc\t= \"ATxmega64B3\";\n    signature\t= 0x1e 0x96 0x51;\n    usbpid\t= 0x2fdf;\n;\n\n#------------------------------------------------------------\n# ATxmega128C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128c3\";\n    desc\t= \"ATxmega128C3\";\n    signature\t= 0x1e 0x97 0x52;\n    usbpid\t= 0x2fd7;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128D3\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d3\";\n    desc\t= \"ATxmega128D3\";\n    signature\t= 0x1e 0x97 0x48;\n;\n\n#------------------------------------------------------------\n# ATxmega128D4\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d4\";\n    desc\t= \"ATxmega128D4\";\n    signature\t= 0x1e 0x97 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128a1\";\n    desc\t= \"ATxmega128A1\";\n    signature\t= 0x1e 0x97 0x4c;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1 revision D\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1d\";\n    desc\t= \"ATxmega128A1revD\";\n    signature\t= 0x1e 0x97 0x41;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1u\";\n    desc\t= \"ATxmega128A1U\";\n    signature\t= 0x1e 0x97 0x4c;\n    usbpid\t= 0x2fed;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3\";\n    desc\t= \"ATxmega128A3\";\n    signature\t= 0x1e 0x97 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3u\";\n    desc\t= \"ATxmega128A3U\";\n    signature\t= 0x1e 0x97 0x42;\n    usbpid\t= 0x2fe6;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4\";\n    desc\t= \"ATxmega128A4\";\n    signature\t= 0x1e 0x97 0x46;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4u\";\n    desc\t= \"ATxmega128A4U\";\n    signature\t= 0x1e 0x97 0x46;\n    usbpid\t= 0x2fde;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B1\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128b1\";\n    desc\t= \"ATxmega128B1\";\n    signature\t= 0x1e 0x97 0x4d;\n    usbpid\t= 0x2fea;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B3\n#------------------------------------------------------------\n\npart parent \"x128b1\"\n    id\t\t= \"x128b3\";\n    desc\t= \"ATxmega128B3\";\n    signature\t= 0x1e 0x97 0x4b;\n    usbpid\t= 0x2fe0;\n;\n\n#------------------------------------------------------------\n# ATxmega192C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x192c3\";\n    desc\t= \"ATxmega192C3\";\n    signature\t= 0x1e 0x97 0x51;\n    # usbpid\t= 0x2f??;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x30000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x82e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x830000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x32000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192D3\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192d3\";\n    desc\t= \"ATxmega192D3\";\n    signature\t= 0x1e 0x97 0x49;\n;\n\n#------------------------------------------------------------\n# ATxmega192A1\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192a1\";\n    desc\t= \"ATxmega192A1\";\n    signature\t= 0x1e 0x97 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3\";\n    desc\t= \"ATxmega192A3\";\n    signature\t= 0x1e 0x97 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3U\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3u\";\n    desc\t= \"ATxmega192A3U\";\n    signature\t= 0x1e 0x97 0x44;\n    usbpid\t= 0x2fe7;\n;\n\n#------------------------------------------------------------\n# ATxmega256C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x256c3\";\n    desc\t= \"ATxmega256C3\";\n    signature\t= 0x1e 0x98 0x46;\n    usbpid\t= 0x2fda;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x40000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x83e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x840000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x42000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256D3\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256d3\";\n    desc\t= \"ATxmega256D3\";\n    signature\t= 0x1e 0x98 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega256A1\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256a1\";\n    desc\t= \"ATxmega256A1\";\n    signature\t= 0x1e 0x98 0x46;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3\";\n    desc\t= \"ATxmega256A3\";\n    signature\t= 0x1e 0x98 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3U\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3u\";\n    desc\t= \"ATxmega256A3U\";\n    signature\t= 0x1e 0x98 0x42;\n    usbpid\t= 0x2fec;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3B\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3b\";\n    desc\t= \"ATxmega256A3B\";\n    signature\t= 0x1e 0x98 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3BU\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3bu\";\n    desc\t= \"ATxmega256A3BU\";\n    signature\t= 0x1e 0x98 0x43;\n    usbpid\t= 0x2fe2;\n;\n\n#------------------------------------------------------------\n# ATxmega384C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x384c3\";\n    desc\t= \"ATxmega384C3\";\n    signature\t= 0x1e 0x98 0x45;\n    usbpid\t= 0x2fdb;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x60000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x85e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x860000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x62000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega384D3\n#------------------------------------------------------------\n\npart parent \"x384c3\"\n    id\t\t= \"x384d3\";\n    desc\t= \"ATxmega384D3\";\n    signature\t= 0x1e 0x98 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega8E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x8e5\";\n    desc\t= \"ATxmega8E5\";\n    signature\t= 0x1e 0x93 0x41;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00801800;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00802000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x2800;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16e5\";\n    desc\t= \"ATxmega16E5\";\n    signature\t= 0x1e 0x94 0x45;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00803000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00804000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32e5\";\n    desc\t= \"ATxmega32E5\";\n    signature\t= 0x1e 0x95 0x4c;\n\n    memory \"eeprom\"\n        size\t\t= 0x0400;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00807000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00808000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32UC3A0512\n#------------------------------------------------------------\n\npart\n    id\t\t= \"uc3a0512\";\n    desc\t= \"AT32UC3A0512\";\n    signature\t= 0xED 0xC0 0x3F;\n    has_jtag\t= yes;\n    is_avr32\t= yes;\n\n    memory \"flash\"\n        paged           = yes;\n        page_size       = 512;           # bytes\n        readsize        = 512;           # bytes\n        num_pages       = 1024;          # could be set dynamicly\n        size            = 0x00080000;    # could be set dynamicly\n        offset          = 0x80000000;\n    ;\n;\n\npart parent \"uc3a0512\"\n    id\t\t= \"ucr2\";\n    desc\t= \"deprecated, use 'uc3a0512'\";\n;\n\n#------------------------------------------------------------\n# ATtiny1634.\n#------------------------------------------------------------\n\npart\n    id              = \"t1634\";\n    desc            = \"ATtiny1634\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n                0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n                0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x12;\n    pagel           = 0xB3;\n    bs2             = 0xB1;\n    reset\t    = io;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n   loadpage_lo   = \"  1   1   0   0      0   0   0   1\",\n           \"  0   0   0   0      0   0   0   0\",\n           \"  0   0   0   0      0   0  a1  a0\",\n           \"  i   i   i   i      i   i   i   i\";\n\n   writepage   = \"  1   1   0   0      0   0   1   0\",\n           \"  0   0   x   x      x   x   x  a8\",\n           \" a7  a6  a5  a4     a3  a2   0   0\",\n           \"  x   x   x   x      x   x   x   x\";\n\n   mode      = 0x41;\n   delay      = 5;\n   blocksize   = 4;\n   readsize   = 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 32;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x i i i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x x x x x o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 1 1 1 1 i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# Common values for reduced core tinys (4/5/9/10/20/40)\n#------------------------------------------------------------\n\npart\n    id\t\t= \".reduced_core_tiny\";\n    desc\t= \"Common values for reduced core tinys\";\n    has_tpi\t= yes;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x3fc0;\n        page_size\t= 16;\n    ;\n\n    memory \"fuse\"\n        size\t\t= 1;\n        offset\t\t= 0x3f40;\n        page_size\t= 16;\n\tblocksize\t= 4;\n    ;\n\n    memory \"calibration\"\n        size\t\t= 1;\n        offset\t\t= 0x3f80;\n        page_size\t= 16;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n        offset\t\t= 0x3f00;\n        page_size\t= 16;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny4\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t4\";\n    desc\t= \"ATtiny4\";\n    signature\t= 0x1e 0x8f 0x0a;\n\n    memory \"flash\"\n        size\t\t= 512;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny5\n#------------------------------------------------------------\n\npart parent \"t4\"\n    id\t\t= \"t5\";\n    desc\t= \"ATtiny5\";\n    signature\t= 0x1e 0x8f 0x09;\n;\n\n#------------------------------------------------------------\n# ATtiny9\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t9\";\n    desc\t= \"ATtiny9\";\n    signature\t= 0x1e 0x90 0x08;\n\n    memory \"flash\"\n        size\t\t= 1024;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny10\n#------------------------------------------------------------\n\npart parent \"t9\"\n    id\t\t= \"t10\";\n    desc\t= \"ATtiny10\";\n    signature\t= 0x1e 0x90 0x03;\n;\n\n#------------------------------------------------------------\n# ATtiny20\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id          = \"t20\";\n    desc        = \"ATtiny20\";\n    signature   = 0x1e 0x91 0x0F;\n\n    memory \"flash\"\n        size            = 2048;\n        offset          = 0x4000;\n        page_size       = 16;\n        blocksize       = 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny40\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t40\";\n    desc\t= \"ATtiny40\";\n    signature\t= 0x1e 0x92 0x0E;\n\n    memory \"flash\"\n        size\t\t= 4096;\n        offset\t\t= 0x4000;\n        page_size\t= 64;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega406\n#------------------------------------------------------------\n\npart\n    id\t\t\t\t= \"m406\";\n    desc\t\t\t= \"ATMEGA406\";\n    has_jtag\t\t\t= yes;\n    signature\t\t\t= 0x1e 0x95 0x07;\n\n    # STK500 parameters (parallel programming IO lines)\n    pagel\t\t\t= 0xa7;\n    bs2\t\t\t\t= 0xa0;\n    serial\t\t\t= no;\n    parallel\t\t\t= yes;\n\n    # STK500v2 HV programming parameters, from XML\n    pp_controlstack\t\t= 0x0e, 0x1e, 0x0f, 0x1f, 0x2e, 0x3e, 0x2f, 0x3f,\n\t\t\t\t  0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,\n\t\t\t\t  0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,\n\t\t\t\t  0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n\n    # JTAG ICE mkII parameters, also from XML files\n    allowfullpagebitstream\t= no;\n    enablepageprogramming\t= yes;\n    idr\t\t\t\t= 0x51;\n    rampz\t\t\t= 0x00;\n    spmcr\t\t\t= 0x57;\n    eecr\t\t\t= 0x3f;\n\n    memory \"eeprom\"\n        paged\t\t= no;\n        size\t\t= 512;\n        page_size\t= 4;\n        blocksize\t= 4;\n\treadsize\t= 4;\n        num_pages\t= 128;\n    ;\n\n    memory \"flash\"\n        paged\t\t= yes;\n        size\t\t= 40960;\n        page_size\t= 128;\n        blocksize\t= 128;\n\treadsize\t= 128;\n        num_pages\t= 320;\n    ;\n\n    memory \"hfuse\"\n        size            = 1;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X class common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".avr8x\";\n    desc\t= \"AVR8X class common values\";\n#    has_updi\t= yes;\n    has_pdi\t= yes;\n    nvm_base\t= 0x1000;\n#    ocd_base\t= 0x0F80;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1100;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x3D;\n        offset\t\t= 0x1103;\n        page_size\t= 0x3D;\n        readsize\t= 0x3D;\n    ;\n\n    memory \"fuses\"\n        size\t\t= 9;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x1281;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x1282;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x1284;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x1285;\n    ;\n\n    memory \"fuse6\"\n        size\t\t= 1;\n        offset\t\t= 0x1286;\n    ;\n\n    memory \"fuse7\"\n        size\t\t= 1;\n        offset\t\t= 0x1287;\n    ;\n\n    memory \"fuse8\"\n        size\t\t= 1;\n        offset\t\t= 0x1288;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x128a;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X tiny family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_tiny\";\n    desc\t\t= \"AVR8X tiny family common values\";\n#    family_id\t= \"tinyAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x20;\n        offset\t\t= 0x1300;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X mega family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_mega\";\n    desc\t\t= \"AVR8X mega family common values\";\n#    family_id\t= \"megaAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x40;\n        offset\t\t= 0x1300;\n        page_size\t= 0x40;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny2XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny2xx\";\n    desc\t\t= \"Tiny2XX sub-family common values\";\n#    family_id\t= \"tiny2xx\";\n\n    memory \"flash\"\n        size      = 0x800;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x40;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny4XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny4xx\";\n    desc\t\t= \"Tiny4XX sub-family common values\";\n#    family_id\t= \"tiny4xx\";\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny8XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny8xx\";\n    desc\t\t= \"Tiny8XX sub-family common values\";\n#    family_id\t= \"tiny8xx\";\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny16XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id\t\t\t= \".tiny16xx\";\n    desc\t\t= \"Tiny16XX sub-family common values\";\n#    family_id\t= \"tiny16xx\";\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Tiny32XX sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"           # yes, this is correct\n    id\t\t\t= \".tiny32xx\";\n    desc\t\t= \"Tiny32XX sub-family common values\";\n#    family_id\t= \"tiny32xx\";\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega80X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"           # yes, this is correct\n    id\t\t\t= \".mega80x\";\n    desc\t\t= \"Mega80X sub-family common values\";\n#    family_id\t= \"mega80x\";\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega160X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"           # yes, this is correct\n    id\t\t\t= \".mega160x\";\n    desc\t\t= \"Mega160X sub-family common values\";\n#    family_id\t= \"mega160x\";\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega320X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id\t\t\t= \".mega320x\";\n    desc\t\t= \"Mega320X sub-family common values\";\n#    family_id\t= \"mega320x\";\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# Mega480X sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id\t\t\t= \".mega480x\";\n    desc\t\t= \"Mega480X sub-family common values\";\n#    family_id\t= \"mega480x\";\n\n    memory \"flash\"\n        size      = 0xC000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny202\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t202\";\n    desc      = \"ATtiny202\";\n    signature = 0x1E 0x91 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny204\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t204\";\n    desc      = \"ATtiny204\";\n    signature = 0x1E 0x91 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny402\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t402\";\n    desc      = \"ATtiny402\";\n    signature = 0x1E 0x92 0x27;\n;\n\n#------------------------------------------------------------\n# ATtiny402w = workaround to address wrong device signature on some chips\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t402w\";\n    desc      = \"ATtiny402w\";\n    signature = 0x1E 0x92 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny404\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t404\";\n    desc      = \"ATtiny404\";\n    signature = 0x1E 0x92 0x26;\n;\n\n#------------------------------------------------------------\n# ATtiny406\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t406\";\n    desc      = \"ATtiny406\";\n    signature = 0x1E 0x92 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny804\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t804\";\n    desc      = \"ATtiny804\";\n    signature = 0x1E 0x93 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny806\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t806\";\n    desc      = \"ATtiny806\";\n    signature = 0x1E 0x93 0x24;\n;\n\n#------------------------------------------------------------\n# ATtiny807\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t807\";\n    desc      = \"ATtiny807\";\n    signature = 0x1E 0x93 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny1604\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1604\";\n    desc      = \"ATtiny1604\";\n    signature = 0x1E 0x94 0x25;\n;\n\n#------------------------------------------------------------\n# ATtiny1606\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1606\";\n    desc      = \"ATtiny1606\";\n    signature = 0x1E 0x94 0x24;\n;\n\n#------------------------------------------------------------\n# ATtiny1607\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1607\";\n    desc      = \"ATtiny1607\";\n    signature = 0x1E 0x94 0x23;\n;\n\n#------------------------------------------------------------\n# ATtiny212\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t212\";\n    desc      = \"ATtiny212\";\n    signature = 0x1E 0x91 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny214\n#------------------------------------------------------------\n\npart parent    \".tiny2xx\"\n    id        = \"t214\";\n    desc      = \"ATtiny214\";\n    signature = 0x1E 0x91 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny412\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t412\";\n    desc      = \"ATtiny412\";\n    signature = 0x1E 0x92 0x23;\n;\n\n\n#------------------------------------------------------------\n# ATtiny414\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t414\";\n    desc      = \"ATtiny414\";\n    signature = 0x1E 0x92 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny416\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t416\";\n    desc      = \"ATtiny416\";\n    signature = 0x1E 0x92 0x21;\n;\n\n\n#------------------------------------------------------------\n# ATtiny417\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t417\";\n    desc      = \"ATtiny417\";\n    signature = 0x1E 0x92 0x20;\n;\n\n\n#------------------------------------------------------------\n# ATtiny814\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t814\";\n    desc      = \"ATtiny814\";\n    signature = 0x1E 0x93 0x22;\n;\n\n\n#------------------------------------------------------------\n# ATtiny816\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t816\";\n    desc      = \"ATtiny816\";\n    signature = 0x1E 0x93 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny817\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t817\";\n    desc      = \"ATtiny817\";\n    signature = 0x1E 0x93 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny1614\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1614\";\n    desc      = \"ATtiny1614\";\n    signature = 0x1E 0x94 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny1616\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1616\";\n    desc      = \"ATtiny1616\";\n    signature = 0x1E 0x94 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny1617\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1617\";\n    desc      = \"ATtiny1617\";\n    signature = 0x1E 0x94 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny3214\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3214\";\n    desc      = \"ATtiny3214\";\n    signature = 0x1E 0x95 0x20;\n;\n\n#------------------------------------------------------------\n# ATtiny3216\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3216\";\n    desc      = \"ATtiny3216\";\n    signature = 0x1E 0x95 0x21;\n;\n\n#------------------------------------------------------------\n# ATtiny3217\n#------------------------------------------------------------\n\npart parent    \".tiny32xx\"\n    id        = \"t3217\";\n    desc      = \"ATtiny3217\";\n    signature = 0x1E 0x95 0x22;\n;\n\n#------------------------------------------------------------\n# ATtiny424\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t424\";\n    desc      = \"ATtiny424\";\n    signature = 0x1E 0x92 0x2C;\n;\n\n#------------------------------------------------------------\n# ATtiny426\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t426\";\n    desc      = \"ATtiny426\";\n    signature = 0x1E 0x92 0x2B;\n;\n\n\n#------------------------------------------------------------\n# ATtiny427\n#------------------------------------------------------------\n\npart parent    \".tiny4xx\"\n    id        = \"t427\";\n    desc      = \"ATtiny427\";\n    signature = 0x1E 0x92 0x2A;\n;\n\n\n#------------------------------------------------------------\n# ATtiny824\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t824\";\n    desc      = \"ATtiny824\";\n    signature = 0x1E 0x93 0x29;\n;\n\n\n#------------------------------------------------------------\n# ATtiny826\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t826\";\n    desc      = \"ATtiny826\";\n    signature = 0x1E 0x93 0x28;\n;\n\n#------------------------------------------------------------\n# ATtiny827\n#------------------------------------------------------------\n\npart parent    \".tiny8xx\"\n    id        = \"t827\";\n    desc      = \"ATtiny827\";\n    signature = 0x1E 0x93 0x27;\n;\n\n#------------------------------------------------------------\n# ATtiny1624\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1624\";\n    desc      = \"ATtiny1624\";\n    signature = 0x1E 0x94 0x2A;\n;\n\n#------------------------------------------------------------\n# ATtiny1626\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1626\";\n    desc      = \"ATtiny1626\";\n    signature = 0x1E 0x94 0x29;\n;\n\n#------------------------------------------------------------\n# ATtiny1627\n#------------------------------------------------------------\n\npart parent    \".tiny16xx\"\n    id        = \"t1627\";\n    desc      = \"ATtiny1627\";\n    signature = 0x1E 0x94 0x28;\n;\n\n#------------------------------------------------------------\n# ATmega808\n#------------------------------------------------------------\n\npart parent    \".mega80x\"\n    id        = \"m808\";\n    desc      = \"ATmega808\";\n    signature = 0x1E 0x93 0x26;\n;\n\n#------------------------------------------------------------\n# ATmega809\n#------------------------------------------------------------\n\npart parent    \".mega80x\"\n    id        = \"m809\";\n    desc      = \"ATmega809\";\n    signature = 0x1E 0x93 0x2A;\n;\n\n#------------------------------------------------------------\n# ATmega1608\n#------------------------------------------------------------\n\npart parent    \".mega160x\"\n    id        = \"m1608\";\n    desc      = \"ATmega1608\";\n    signature = 0x1E 0x94 0x27;\n;\n\n#------------------------------------------------------------\n# ATmega1609\n#------------------------------------------------------------\n\npart parent    \".mega160x\"\n    id        = \"m1609\";\n    desc      = \"ATmega1609\";\n    signature = 0x1E 0x94 0x26;\n;\n\n#------------------------------------------------------------\n# ATmega3208\n#------------------------------------------------------------\n\npart parent    \".mega320x\"\n    id        = \"m3208\";\n    desc      = \"ATmega3208\";\n    signature = 0x1E 0x95 0x30;\n;\n\n#------------------------------------------------------------\n# ATmega3209\n#------------------------------------------------------------\n\npart parent    \".mega320x\"\n    id        = \"m3209\";\n    desc      = \"ATmega3209\";\n    signature = 0x1E 0x95 0x31;\n;\n\n#------------------------------------------------------------\n# ATmega4808\n#------------------------------------------------------------\n\npart parent    \".mega480x\"\n    id        = \"m4808\";\n    desc      = \"ATmega4808\";\n    signature = 0x1E 0x96 0x50;\n;\n\n#------------------------------------------------------------\n# ATmega4809\n#------------------------------------------------------------\n\npart parent    \".mega480x\"\n    id        = \"m4809\";\n    desc      = \"ATmega4809\";\n    signature = 0x1E 0x96 0x51;\n;\n\n#------------------------------------------------------------\n# AVR-Dx class common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".avrdx\";\n    desc\t= \"AVR-Dx class common values\";\n#    has_updi\t= yes;\n    has_pdi\t= yes;\n    nvm_base\t= 0x1000;\n#    ocd_base\t= 0x0F80;\n\n    memory \"signature\"\t# these are the first 3 bytes of the USERROW memory area\n        size\t\t= 3;\n        offset\t\t= 0x1100;\n    ;\n\n    memory \"prodsig\"\t# this is the name avrdude recognises for the USERROW memory area\n        size\t\t= 0x80;\n        offset\t\t= 0x1100;\n        page_size\t= 0x80;\n        readsize\t= 0x80;\n    ;\n\n    memory \"fuses\"\t# first 9 bytes of fuse memory area, writing to undocumented fuses may be dangerous!\n        size\t\t= 9;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x1051;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x1052;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x1055;\n    ;\n\n    memory \"fuse6\"\n        size\t\t= 1;\n        offset\t\t= 0x1056;\n    ;\n\n    memory \"fuse7\"\n        size\t\t= 1;\n        offset\t\t= 0x1057;\n    ;\n\n    memory \"fuse8\"\n        size\t\t= 1;\n        offset\t\t= 0x1058;\n    ;\n\n    memory \"fuserow\"\t# this is the entire fuse memory area, writing to undocumented fuses may be dangerous!\n        size\t\t= 0x10;\n        offset\t\t= 0x1050;\n    ;\n\n    memory \"lock\"\n        size\t\t= 4;\n        offset\t\t= 0x1040;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x20;\n        offset\t\t= 0x1080;\n        page_size\t= 0x20;\n        readsize\t= 0x20;\n    ;\n\n    memory \"mmflash\"\t# memory mapped flash window (aka MAPPED_PROGMEM).\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr128da\";\n    desc\t\t= \"AVR-DA with 128KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr64da\";\n    desc\t\t= \"AVR-DA with 64KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32DA sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avrdx\"\n    id\t\t\t= \".avr32da\";\n    desc\t\t= \"AVR-DA with 32KB flash common values\";\n \n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x1;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DB sub-family common values\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\t# The AVR-DB have identical memory layout to AVR-DA\n    id\t\t\t= \".avr128db\";\n    desc\t\t= \"AVR-DB with 128KB flash common values\";\n;\n\n#------------------------------------------------------------\n# AVR128DA28\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da28\";\n    desc      = \"AVR128DA28\";\n    signature = 0x1E 0x97 0x0A;\n;\n\n#------------------------------------------------------------\n# AVR128DA32\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da32\";\n    desc      = \"AVR128DA32\";\n    signature = 0x1E 0x97 0x09;\n;\n\n#------------------------------------------------------------\n# AVR128DA48\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da48\";\n    desc      = \"AVR128DA48\";\n    signature = 0x1E 0x97 0x08;\n;\n\n#------------------------------------------------------------\n# AVR128DA64\n#------------------------------------------------------------\n\npart parent    \".avr128da\"\n    id        = \"avr128da64\";\n    desc      = \"AVR128DA64\";\n    signature = 0x1E 0x97 0x07;\n;\n\n#------------------------------------------------------------\n# AVR64DA28\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da28\";\n    desc      = \"AVR64DA28\";\n    signature = 0x1E 0x96 0x15;\n;\n\n#------------------------------------------------------------\n# AVR64DA32\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da32\";\n    desc      = \"AVR64DA32\";\n    signature = 0x1E 0x96 0x14;\n;\n\n#------------------------------------------------------------\n# AVR64DA48\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da48\";\n    desc      = \"AVR64DA48\";\n    signature = 0x1E 0x96 0x13;\n;\n\n#------------------------------------------------------------\n# AVR64DA64\n#------------------------------------------------------------\n\npart parent    \".avr64da\"\n    id        = \"avr64da64\";\n    desc      = \"AVR64DA64\";\n    signature = 0x1E 0x96 0x12;\n;\n\n#------------------------------------------------------------\n# AVR32DA28\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da28\";\n    desc      = \"AVR32DA28\";\n    signature = 0x1E 0x95 0x34;\n;\n\n#------------------------------------------------------------\n# AVR32DA32\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da32\";\n    desc      = \"AVR32DA32\";\n    signature = 0x1E 0x95 0x33;\n;\n\n#------------------------------------------------------------\n# AVR32DA48\n#------------------------------------------------------------\n\npart parent    \".avr32da\"\n    id        = \"avr32da48\";\n    desc      = \"AVR32DA48\";\n    signature = 0x1E 0x95 0x32;\n;\n\n#------------------------------------------------------------\n# AVR128DB28\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db28\";\n    desc      = \"AVR128DB28\";\n    signature = 0x1E 0x97 0x0E;\n;\n\n#------------------------------------------------------------\n# AVR128DB32\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db32\";\n    desc      = \"AVR128DB32\";\n    signature = 0x1E 0x97 0x0D;\n;\n\n#------------------------------------------------------------\n# AVR128DB48\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db48\";\n    desc      = \"AVR128DB48\";\n    signature = 0x1E 0x97 0x0C;\n;\n\n#------------------------------------------------------------\n# AVR128DB64\n#------------------------------------------------------------\n\npart parent    \".avr128db\"\n    id        = \"avr128db64\";\n    desc      = \"AVR128DB64\";\n    signature = 0x1E 0x97 0x0B;\n;\n\n#------------------------------------------------------------\n# jtag2updi programmer definitions\n#------------------------------------------------------------\n\n\nprogrammer\n  id    = \"jtag2updi\";\n  desc  = \"JTAGv2 to UPDI bridge\";\n  type  = \"jtagmkii_pdi\";\n  connection_type = serial;\n  baudrate = 115200;\n;\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/avrdude.conf.arduino",
    "content": "# $Id$ -*- text -*-\n#\n# AVRDUDE Configuration File\n#\n# This file contains configuration data used by AVRDUDE which describes\n# the programming hardware pinouts and also provides part definitions.\n# AVRDUDE's \"-C\" command line option specifies the location of the\n# configuration file.  The \"-c\" option names the programmer configuration\n# which must match one of the entry's \"id\" parameter.  The \"-p\" option\n# identifies which part AVRDUDE is going to be programming and must match\n# one of the parts' \"id\" parameter.\n#\n# DO NOT MODIFY THIS FILE.  Modifications will be overwritten the next\n# time a \"make install\" is run.  For user-specific additions, use the\n# \"-C +filename\" commandline option.\n#\n# Possible entry formats are:\n#\n#   programmer\n#       parent <id>                                 # optional parent\n#       id       = <id1> [, <id2> [, <id3>] ...] ;  # <idN> are quoted strings\n#       desc     = <description> ;                  # quoted string\n#       type     = <type>;                          # programmer type, quoted string\n#                          # supported programmer types can be listed by \"-c ?type\"\n#       connection_type = parallel | serial | usb\n#       baudrate = <num> ;                          # baudrate for avr910-programmer\n#       vcc      = <num1> [, <num2> ... ] ;         # pin number(s)\n#       buff     = <num1> [, <num2> ... ] ;         # pin number(s)\n#       reset    = <num> ;                          # pin number\n#       sck      = <num> ;                          # pin number\n#       mosi     = <num> ;                          # pin number\n#       miso     = <num> ;                          # pin number\n#       errled   = <num> ;                          # pin number\n#       rdyled   = <num> ;                          # pin number\n#       pgmled   = <num> ;                          # pin number\n#       vfyled   = <num> ;                          # pin number\n#       usbvid   = <hexnum>;                        # USB VID (Vendor ID)\n#       usbpid   = <hexnum> [, <hexnum> ...]        # USB PID (Product ID) (1)\n#       usbdev   = <interface>;                     # USB interface or other device info\n#       usbvendor = <vendorname>;                   # USB Vendor Name\n#       usbproduct = <productname>;                 # USB Product Name\n#       usbsn    = <serialno>;                      # USB Serial Number\n#\n#        To invert a bit, use = ~ <num>, the spaces are important.\n#        For a pin list all pins must be inverted.\n#        A single pin can be specified as usual = ~ <num>, for lists\n#        specify it as follows = ~ ( <num> [, <num2> ... ] ) .\n#\n#        (1) Not all programmer types can process a list of PIDs.\n#     ;\n#\n#   part\n#       id               = <id> ;                 # quoted string\n#       desc             = <description> ;        # quoted string\n#       has_jtag         = <yes/no> ;             # part has JTAG i/f\n#       has_debugwire    = <yes/no> ;             # part has debugWire i/f\n#       has_pdi          = <yes/no> ;             # part has PDI i/f\n#       has_updi         = <yes/no> ;             # part has UPDI i/f\n#       has_tpi          = <yes/no> ;             # part has TPI i/f\n#       devicecode       = <num> ;            # deprecated, use stk500_devcode\n#       stk500_devcode   = <num> ;                # numeric\n#       avr910_devcode   = <num> ;                # numeric\n#       signature        = <num> <num> <num> ;    # signature bytes\n#       usbpid           = <num> ;                # DFU USB PID\n#       chip_erase_delay = <num> ;                # micro-seconds\n#       reset            = dedicated | io;\n#       retry_pulse      = reset | sck;\n#       pgm_enable       = <instruction format> ;\n#       chip_erase       = <instruction format> ;\n#       chip_erase_delay = <num> ;                # chip erase delay (us)\n#       # STK500 parameters (parallel programming IO lines)\n#       pagel            = <num> ;                # pin name in hex, i.e., 0xD7\n#       bs2              = <num> ;                # pin name in hex, i.e., 0xA0\n#       serial           = <yes/no> ;             # can use serial downloading\n#       parallel         = <yes/no/pseudo>;       # can use par. programming\n#       # STK500v2 parameters, to be taken from Atmel's XML files\n#       timeout          = <num> ;\n#       stabdelay        = <num> ;\n#       cmdexedelay      = <num> ;\n#       synchloops       = <num> ;\n#       bytedelay        = <num> ;\n#       pollvalue        = <num> ;\n#       pollindex        = <num> ;\n#       predelay         = <num> ;\n#       postdelay        = <num> ;\n#       pollmethod       = <num> ;\n#       mode             = <num> ;\n#       delay            = <num> ;\n#       blocksize        = <num> ;\n#       readsize         = <num> ;\n#       hvspcmdexedelay  = <num> ;\n#       # STK500v2 HV programming parameters, from XML\n#       pp_controlstack  = <num>, <num>, ...;   # PP only\n#       hvsp_controlstack = <num>, <num>, ...;  # HVSP only\n#       hventerstabdelay = <num>;\n#       progmodedelay    = <num>;               # PP only\n#       latchcycles      = <num>;\n#       togglevtg        = <num>;\n#       poweroffdelay    = <num>;\n#       resetdelayms     = <num>;\n#       resetdelayus     = <num>;\n#       hvleavestabdelay = <num>;\n#       resetdelay       = <num>;\n#       synchcycles      = <num>;               # HVSP only\n#       chiperasepulsewidth = <num>;            # PP only\n#       chiperasepolltimeout = <num>;\n#       chiperasetime    = <num>;               # HVSP only\n#       programfusepulsewidth = <num>;          # PP only\n#       programfusepolltimeout = <num>;\n#       programlockpulsewidth = <num>;          # PP only\n#       programlockpolltimeout = <num>;\n#       # JTAG ICE mkII parameters, also from XML files\n#       allowfullpagebitstream = <yes/no> ;\n#       enablepageprogramming = <yes/no> ;\n#       idr              = <num> ;                # IO addr of IDR (OCD) reg.\n#       rampz            = <num> ;                # IO addr of RAMPZ reg.\n#       spmcr            = <num> ;                # mem addr of SPMC[S]R reg.\n#       eecr             = <num> ;                # mem addr of EECR reg.\n#                                                 # (only when != 0x3c)\n#       is_at90s1200     = <yes/no> ;             # AT90S1200 part\n#       is_avr32         = <yes/no> ;             # AVR32 part\n#\n#       memory <memtype>\n#           paged           = <yes/no> ;          # yes / no\n#           size            = <num> ;             # bytes\n#           page_size       = <num> ;             # bytes\n#           num_pages       = <num> ;             # numeric\n#           min_write_delay = <num> ;             # micro-seconds\n#           max_write_delay = <num> ;             # micro-seconds\n#           readback_p1     = <num> ;             # byte value\n#           readback_p2     = <num> ;             # byte value\n#           pwroff_after_write = <yes/no> ;       # yes / no\n#           read            = <instruction format> ;\n#           write           = <instruction format> ;\n#           read_lo         = <instruction format> ;\n#           read_hi         = <instruction format> ;\n#           write_lo        = <instruction format> ;\n#           write_hi        = <instruction format> ;\n#           loadpage_lo     = <instruction format> ;\n#           loadpage_hi     = <instruction format> ;\n#           writepage       = <instruction format> ;\n#         ;\n#     ;\n#\n# If any of the above parameters are not specified, the default value\n# of 0 is used for numerics or the empty string (\"\") for string\n# values.  If a required parameter is left empty, AVRDUDE will\n# complain.\n#\n# Parts can also inherit parameters from previously defined parts\n# using the following syntax. In this case specified integer and\n# string values override parameter values from the parent part. New\n# memory definitions are added to the definitions inherited from the\n# parent.\n#\n#   part parent <id>                              # quoted string\n#       id               = <id> ;                 # quoted string\n#       <any set of other parameters from the list above>\n#     ;\n#\n# NOTES:\n#   * 'devicecode' is the device code used by the STK500 (see codes\n#       listed below)\n#   * Not all memory types will implement all instructions.\n#   * AVR Fuse bits and Lock bits are implemented as a type of memory.\n#   * Example memory types are:\n#       \"flash\", \"eeprom\", \"fuse\", \"lfuse\" (low fuse), \"hfuse\" (high\n#       fuse), \"signature\", \"calibration\", \"lock\"\n#   * The memory type specified on the avrdude command line must match\n#     one of the memory types defined for the specified chip.\n#   * The pwroff_after_write flag causes avrdude to attempt to\n#     power the device off and back on after an unsuccessful write to\n#     the affected memory area if VCC programmer pins are defined.  If\n#     VCC pins are not defined for the programmer, a message\n#     indicating that the device needs a power-cycle is printed out.\n#     This flag was added to work around a problem with the\n#     at90s4433/2333's; see the at90s4433 errata at:\n#\n#         http://www.atmel.com/dyn/resources/prod_documents/doc1280.pdf\n#\n# INSTRUCTION FORMATS\n#\n#    Instruction formats are specified as a comma seperated list of\n#    string values containing information (bit specifiers) about each\n#    of the 32 bits of the instruction.  Bit specifiers may be one of\n#    the following formats:\n#\n#       '1'  = the bit is always set on input as well as output\n#\n#       '0'  = the bit is always clear on input as well as output\n#\n#       'x'  = the bit is ignored on input and output\n#\n#       'a'  = the bit is an address bit, the bit-number matches this bit\n#              specifier's position within the current instruction byte\n#\n#       'aN' = the bit is the Nth address bit, bit-number = N, i.e., a12\n#              is address bit 12 on input, a0 is address bit 0.\n#\n#       'i'  = the bit is an input data bit\n#\n#       'o'  = the bit is an output data bit\n#\n#    Each instruction must be composed of 32 bit specifiers.  The\n#    instruction specification closely follows the instruction data\n#    provided in Atmel's data sheets for their parts.\n#\n# See below for some examples.\n#\n#\n# The following are STK500 part device codes to use for the\n# \"devicecode\" field of the part.  These came from Atmel's software\n# section avr061.zip which accompanies the application note\n# AVR061 available from:\n#\n#      http://www.atmel.com/dyn/resources/prod_documents/doc2525.pdf\n#\n\n#define ATTINY10    0x10  /* the _old_ one that never existed! */\n#define ATTINY11    0x11\n#define ATTINY12    0x12\n#define ATTINY15    0x13\n#define ATTINY13    0x14\n\n#define ATTINY22    0x20\n#define ATTINY26    0x21\n#define ATTINY28    0x22\n#define ATTINY2313  0x23\n\n#define AT90S1200   0x33\n\n#define AT90S2313   0x40\n#define AT90S2323   0x41\n#define AT90S2333   0x42\n#define AT90S2343   0x43\n\n#define AT90S4414   0x50\n#define AT90S4433   0x51\n#define AT90S4434   0x52\n#define ATMEGA48    0x59\n\n#define AT90S8515   0x60\n#define AT90S8535   0x61\n#define AT90C8534   0x62\n#define ATMEGA8515  0x63\n#define ATMEGA8535  0x64\n\n#define ATMEGA8     0x70\n#define ATMEGA88    0x73\n#define ATMEGA168   0x86\n\n#define ATMEGA161   0x80\n#define ATMEGA163   0x81\n#define ATMEGA16    0x82\n#define ATMEGA162   0x83\n#define ATMEGA169   0x84\n\n#define ATMEGA323   0x90\n#define ATMEGA32    0x91\n\n#define ATMEGA64    0xA0\n\n#define ATMEGA103   0xB1\n#define ATMEGA128   0xB2\n#define AT90CAN128  0xB3\n#define AT90CAN64   0xB3\n#define AT90CAN32   0xB3\n\n#define AT86RF401   0xD0\n\n#define AT89START   0xE0\n#define AT89S51\t    0xE0\n#define AT89S52\t    0xE1\n\n# The following table lists the devices in the original AVR910\n# appnote:\n# |Device |Signature | Code |\n# +-------+----------+------+\n# |tiny12 | 1E 90 05 | 0x55 |\n# |tiny15 | 1E 90 06 | 0x56 |\n# |       |          |      |\n# | S1200 | 1E 90 01 | 0x13 |\n# |       |          |      |\n# | S2313 | 1E 91 01 | 0x20 |\n# | S2323 | 1E 91 02 | 0x48 |\n# | S2333 | 1E 91 05 | 0x34 |\n# | S2343 | 1E 91 03 | 0x4C |\n# |       |          |      |\n# | S4414 | 1E 92 01 | 0x28 |\n# | S4433 | 1E 92 03 | 0x30 |\n# | S4434 | 1E 92 02 | 0x6C |\n# |       |          |      |\n# | S8515 | 1E 93 01 | 0x38 |\n# | S8535 | 1E 93 03 | 0x68 |\n# |       |          |      |\n# |mega32 | 1E 95 01 | 0x72 |\n# |mega83 | 1E 93 05 | 0x65 |\n# |mega103| 1E 97 01 | 0x41 |\n# |mega161| 1E 94 01 | 0x60 |\n# |mega163| 1E 94 02 | 0x64 |\n\n# Appnote AVR109 also has a table of AVR910 device codes, which\n# lists:\n# dev         avr910   signature\n# ATmega8     0x77     0x1E 0x93 0x07\n# ATmega8515  0x3B     0x1E 0x93 0x06\n# ATmega8535  0x6A     0x1E 0x93 0x08\n# ATmega16    0x75     0x1E 0x94 0x03\n# ATmega162   0x63     0x1E 0x94 0x04\n# ATmega163   0x66     0x1E 0x94 0x02\n# ATmega169   0x79     0x1E 0x94 0x05\n# ATmega32    0x7F     0x1E 0x95 0x02\n# ATmega323   0x73     0x1E 0x95 0x01\n# ATmega64    0x46     0x1E 0x96 0x02\n# ATmega128   0x44     0x1E 0x97 0x02\n#\n# These codes refer to \"BOOT\" device codes which are apparently\n# different than standard device codes, for whatever reasons\n# (often one above the standard code).\n\n# There are several extended versions of AVR910 implementations around\n# in the Internet.  These add the following codes (only devices that\n# actually exist are listed):\n\n# ATmega8515\t0x3A\n# ATmega128\t0x43\n# ATmega64\t0x45\n# ATtiny26\t0x5E\n# ATmega8535\t0x69\n# ATmega32\t0x72\n# ATmega16\t0x74\n# ATmega8\t0x76\n# ATmega169\t0x78\n\n#\n# Overall avrdude defaults; suitable for ~/.avrduderc\n#\ndefault_parallel   = \"@DEFAULT_PAR_PORT@\";\ndefault_serial     = \"@DEFAULT_SER_PORT@\";\n# default_bitclock = 2.5;\n\n# Turn off safemode by default\n#default_safemode  = no;\n\n\n#\n# PROGRAMMER DEFINITIONS\n#\n\n# http://wiring.org.co/\n# Basically STK500v2 protocol, with some glue to trigger the\n# bootloader.\nprogrammer\n  id    = \"wiring\";\n  desc  = \"Wiring\";\n  type  = \"wiring\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"arduino\";\n  desc  = \"Arduino\";\n  type  = \"arduino\";\n  connection_type = serial;\n;\n# this will interface with the chips on these programmers:\n#\n# http://real.kiev.ua/old/avreal/en/adapters\n# http://www.amontec.com/jtagkey.shtml, jtagkey-tiny.shtml\n# http://www.olimex.com/dev/arm-usb-ocd.html, arm-usb-tiny.html\n# http://www.ethernut.de/en/hardware/turtelizer/index.html\n# http://elk.informatik.fh-augsburg.de/hhweb/doc/openocd/usbjtag/usbjtag.html\n# http://dangerousprototypes.com/docs/FT2232_breakout_board\n# http://www.ftdichip.com/Products/Modules/DLPModules.htm,DLP-2232*,DLP-USB1232H\n# http://flashrom.org/FT2232SPI_Programmer\n#\n# The drivers will look for a specific device and use the first one found.\n# If you have mulitple devices, then look for unique information (like SN)\n# And fill that in here.\n#\n# Note that the pin numbers for the main ISP signals (reset, sck,\n# mosi, miso) are fixed and cannot be changed, since they must match\n# the way the Multi-Protocol Synchronous Serial Engine (MPSSE) of\n# these FTDI ICs has been designed.\n\nprogrammer\n  id         = \"avrftdi\";\n  desc       = \"FT2232D based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0x6010;\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ADBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n#LED SIGNALs - higher ADBUS-Nibble\n#  errled = 4;\n#  rdyled = 5;\n#  pgmled = 6;\n#  vfyled = 7;\n#Buffer Signal - ACBUS - Nibble\n#  buff   = 8;\n;\n# This is an implementation of the above with a buffer IC (74AC244) and\n# 4 LEDs directly attached, all active low.\nprogrammer\n  id         = \"2232HIO\";\n  desc       = \"FT2232H based generic programmer\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic H devices and\n# should be programmed into the EEPROM\n#  usbpid     = 0x8A48;\n  usbpid     = 0x6010;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  buff   = ~4;\n#LED SIGNALs\n  errled = ~ 11;\n  rdyled = ~ 14;\n  pgmled = ~ 13;\n  vfyled = ~ 12;\n;\n\n#The FT4232H can be treated as FT2232H, but it has a different USB\n#device ID of 0x6011.\nprogrammer parent \"avrftdi\"\n  id         = \"4232h\";\n  desc       = \"FT4232H based generic programmer\";\n  usbpid     = 0x6011;\n;\n\nprogrammer\n  id         = \"jtagkey\";\n  desc       = \"Amontec JTAGKey, JTAGKey-Tiny and JTAGKey2\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n# Note: This PID is used in all JTAGKey variants\n  usbpid     = 0xCFF8;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals => 20 - Pin connector on JTAGKey\n  reset  = 3; # TMS 7 violet\n  sck    = 0; # TCK 9 white\n  mosi   = 1; # TDI 5 green\n  miso   = 2; # TDO 13 orange\n  buff   = ~4;\n# VTG           VREF 1 brown with red tip\n# GND           GND 20 black\n# The colors are on the 20 pin breakout cable\n# from Amontec\n;\n\n# UM232H module from FTDI and Glyn.com.au.\n# See helix.air.net.au for detailed usage information.\n# J1: Connect pin 2 and 3 for USB power.\n# J2: Connect pin 2 and 3 for USB power.\n# J2: Pin 7 is SCK\n#   : Pin 8 is MOSI\n#   : Pin 9 is MISO\n#   : Pin 11 is RST\n#   : Pin 6 is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"UM232H\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n# C232HM module from FTDI and Glyn.com.au.\n# : Orange is SCK\n# : Yellow is MOSI\n# : Green is MISO\n# : Brown is RST\n# : Black is ground\n# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get\n# a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.\nprogrammer\n  id         = \"C232HM\";\n  desc       = \"FT232H based module from FTDI and Glyn.com.au\";\n  type       = \"avrftdi\";\n  usbvid     = 0x0403;\n# Note: This PID is reserved for generic 232H devices and\n# should be programmed into the EEPROM\n  usbpid     = 0x6014;\n  usbdev     = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n#ISP-signals\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n  reset  = 3;\n;\n\n\n# On the adapter you can read \"O-Link\". On the PCB is printed \"OpenJTAG v3.1\"\n# You can find it as \"OpenJTAG ARM JTAG USB\" in the internet.\n# (But there are also several projects called Open JTAG, eg.\n# http://www.openjtag.org, which are completely different.)\n#   http://www.100ask.net/shop/english.html (website seems to be outdated)\n#   http://item.taobao.com/item.htm?id=1559277013\n#   http://www.micro4you.com/store/openjtag-arm-jtag-usb.html (schematics!)\n# some other sources which call it O-Link\n#   http://www.andahammer.com/olink/\n#   http://www.developmentboard.net/31-o-link-debugger.html\n#   http://armwerks.com/catalog/o-link-debugger-copy/\n# or just have a look at ebay ...\n# It is basically the same entry as jtagkey with different usb ids.\nprogrammer parent \"jtagkey\"\n  id         = \"o-link\";\n  desc       = \"O-Link, OpenJTAG from www.100ask.net\";\n  usbvid     = 0x1457;\n  usbpid     = 0x5118;\n  usbvendor  = \"www.100ask.net\";\n  usbproduct = \"USB<=>JTAG&RS232\";\n;\n\n# http://wiki.openmoko.org/wiki/Debug_Board_v3\nprogrammer\n  id    = \"openmoko\";\n  desc  = \"Openmoko debug board (v3)\";\n  type  = \"avrftdi\";\n  usbvid     = 0x1457;\n  usbpid    = 0x5118;\n  usbdev = \"A\";\n  usbvendor  = \"\";\n  usbproduct = \"\";\n  usbsn      = \"\";\n  reset  = 3; # TMS 7\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n;\n\n# Only Rev. A boards.\n# Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf\nprogrammer\n  id         = \"lm3s811\";\n  desc       = \"Luminary Micro LM3S811 Eval Board (Rev. A)\";\n  type       = \"avrftdi\";\n  connection_type = usb;\n  usbvid     = 0x0403;\n  usbpid     = 0xbcd9;\n  usbvendor  = \"LMI\";\n  usbproduct = \"LM3S811 Evaluation Board\";\n  usbdev     = \"A\";\n  usbsn      = \"\";\n#ISP-signals - lower ACBUS-Nibble (default)\n  reset  = 3;\n  sck    = 0;\n  mosi   = 1;\n  miso   = 2;\n# Enable correct buffers\n  buff   = 7;\n;\n\n# submitted as bug #46020\nprogrammer\n  id     = \"tumpa\";\n  desc   = \"TIAO USB Multi-Protocol Adapter\";\n  type   = \"avrftdi\";\n  connection_type = usb;\n  usbvid = 0x0403;\n  usbpid = 0x8A98;\n  usbdev = \"A\";\n  usbvendor = \"TIAO\";\n  usbproduct = \"\";\n  usbsn  = \"\";\n  sck    = 0; # TCK 9\n  mosi   = 1; # TDI 5\n  miso   = 2; # TDO 13\n  reset  = 3; # TMS 7\n;\n\nprogrammer\n  id    = \"avrisp\";\n  desc  = \"Atmel AVR ISP\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispv2\";\n  desc  = \"Atmel AVR ISP V2\";\n  type  =  \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avrispmkII\";\n  desc  = \"Atmel AVR ISP mkII\";\n  type  =  \"stk500v2\";\n  connection_type = usb;\n;\n\nprogrammer parent \"avrispmkII\"\n  id    = \"avrisp2\";\n;\n\nprogrammer\n  id    = \"buspirate\";\n  desc  = \"The Bus Pirate\";\n  type  = \"buspirate\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"buspirate_bb\";\n  desc  = \"The Bus Pirate (bitbang interface, supports TPI)\";\n  type  = \"buspirate_bb\";\n  connection_type = serial;\n  # pins are bits in bitbang byte (numbers are 87654321)\n  # 1|POWER|PULLUP|AUX|MOSI|CLK|MISO|CS\n  reset  = 1;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 2;\n  #vcc    = 7; This is internally set independent of this setting.\n;\n\n# This is supposed to be the \"default\" STK500 entry.\n# Attempts to select the correct firmware version\n# by probing for it.  Better use one of the entries\n# below instead.\nprogrammer\n  id    = \"stk500\";\n  desc  = \"Atmel STK500\";\n  type  = \"stk500generic\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v1\";\n  desc  = \"Atmel STK500 Version 1.x firmware\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"mib510\";\n  desc  = \"Crossbow MIB510 programming board\";\n  type  = \"stk500\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500v2\";\n  desc  = \"Atmel STK500 Version 2.x firmware\";\n  type  = \"stk500v2\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500pp\";\n  desc  = \"Atmel STK500 V2 in parallel programming mode\";\n  type  = \"stk500pp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk500hvsp\";\n  desc  = \"Atmel STK500 V2 in high-voltage serial programming mode\";\n  type  = \"stk500hvsp\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"stk600\";\n  desc  = \"Atmel STK600\";\n  type  = \"stk600\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600pp\";\n  desc  = \"Atmel STK600 in parallel programming mode\";\n  type  = \"stk600pp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"stk600hvsp\";\n  desc  = \"Atmel STK600 in high-voltage serial programming mode\";\n  type  = \"stk600hvsp\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"avr910\";\n  desc  = \"Atmel Low Cost Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"ft245r\";\n  desc  = \"FT245R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1; # D1\n  sck   = 0; # D0\n  mosi  = 2; # D2\n  reset = 4; # D4\n;\n\nprogrammer\n  id    = \"ft232r\";\n  desc  = \"FT232R Synchronous BitBang\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 1;  # RxD\n  sck   = 0;  # TxD\n  mosi  = 2;  # RTS\n  reset = 4;  # DTR\n;\n\n# see http://www.bitwizard.nl/wiki/index.php/FTDI_ATmega\nprogrammer\n  id    = \"bwmega\";\n  desc  = \"BitWizard ftdi_atmega builtin programmer\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 5;  # DSR\n  sck   = 6;  # DCD\n  mosi  = 3;  # CTS\n  reset = 7;  # RI\n;\n\n# see http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html\n# Note: pins are numbered from 1!\nprogrammer\n  id    = \"arduino-ft232r\";\n  desc  = \"Arduino: FT232R connected to ISP\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3;  # CTS X3(1)\n  sck   = 5;  # DSR X3(2)\n  mosi  = 6;  # DCD X3(3)\n  reset = 7;  # RI  X3(4)\n;\n\n# website mentioned above uses this id\nprogrammer parent \"arduino-ft232r\"\n  id    = \"diecimila\";\n  desc  = \"alias for arduino-ft232r\";\n;\n\n# There is a ATmega328P kit PCB called \"uncompatino\".\n# This board allows ISP via its on-board FT232R.\n# This is designed like Arduino Duemilanove but has no standard ICPS header.\n# Its 4 pairs of pins are shorted to enable ftdi_syncbb.\n# http://akizukidenshi.com/catalog/g/gP-07487/\n# http://akizukidenshi.com/download/ds/akizuki/k6096_manual_20130816.pdf\nprogrammer\n  id    = \"uncompatino\";\n  desc  = \"uncompatino with all pairs of pins shorted\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 3; # cts\n  sck   = 5; # dsr\n  mosi  = 6; # dcd\n  reset = 7; # ri\n;\n\n# FTDI USB to serial cable TTL-232R-5V with a custom adapter for ICSP\n# http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm\n# http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf\n# For ICSP pinout see for example http://www.atmel.com/images/doc2562.pdf\n# (Figure 1. ISP6PIN header pinout and Table 1. Connections required for ISP ...)\n# TTL-232R GND 1 Black  -> ICPS GND   (pin 6)\n# TTL-232R CTS 2 Brown  -> ICPS MOSI  (pin 4)\n# TTL-232R VCC 3 Red    -> ICPS VCC   (pin 2)\n# TTL-232R TXD 4 Orange -> ICPS RESET (pin 5)\n# TTL-232R RXD 5 Yellow -> ICPS SCK   (pin 3)\n# TTL-232R RTS 6 Green  -> ICPS MISO  (pin 1)\n# Except for VCC and GND, you can connect arbitual pairs as long as\n# the following table is adjusted.\nprogrammer\n  id    = \"ttl232r\";\n  desc  = \"FTDI TTL232R-5V with ICSP adapter\";\n  type  = \"ftdi_syncbb\";\n  connection_type = usb;\n  miso  = 2; # rts\n  sck   = 1; # rxd\n  mosi  = 3; # cts\n  reset = 0; # txd\n;\n\nprogrammer\n  id    = \"usbasp\";\n  desc  = \"USBasp, http://www.fischl.de/usbasp/\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x05DC; # Obdev's free shared PID\n  usbvendor  = \"www.fischl.de\";\n  usbproduct = \"USBasp\";\n\n  # following variants are autodetected for id \"usbasp\"\n\n  # original usbasp from fischl.de\n  # see above \"usbasp\"\n\n  # old usbasp from fischl.de\n  #usbvid     = 0x03EB; # ATMEL\n  #usbpid     = 0xC7B4; # (unoffical) USBasp\n  #usbvendor  = \"www.fischl.de\";\n  #usbproduct = \"USBasp\";\n\n  # NIBObee (only if -P nibobee is given on command line)\n  # see below \"nibobee\"\n;\n\nprogrammer\n  id    = \"nibobee\";\n  desc  = \"NIBObee\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid     = 0x16C0; # VOTI\n  usbpid     = 0x092F; # NIBObee PID\n  usbvendor  = \"www.nicai-systems.com\";\n  usbproduct = \"NIBObee\";\n;\n\nprogrammer\n  id    = \"usbasp-clone\";\n  desc  = \"Any usbasp clone with correct VID/PID\";\n  type  = \"usbasp\";\n  connection_type = usb;\n  usbvid    = 0x16C0; # VOTI\n  usbpid    = 0x05DC; # Obdev's free shared PID\n  #usbvendor  = \"\";\n  #usbproduct = \"\";\n;\n\n# USBtiny can also be used for TPI programming.\n# In that case, a resistor of 1 kOhm is needed between MISO and MOSI\n# pins of the connector, and MISO (pin 1 of the 6-pin connector)\n# connects to TPIDATA.\nprogrammer\n  id    = \"usbtiny\";\n  desc  = \"USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x1781;\n  usbpid     = 0x0c9f;\n;\n\n# commercial version of USBtiny, using a separate VID/PID\nprogrammer\n  id    = \"ehajo-isp\";\n  desc  = \"avr-isp-programmer from eHaJo, http://www.eHaJo.de\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x16D0;\n  usbpid     = 0x0BA5;\n;\n\nprogrammer\n  id    = \"arduinoisp\";\n  desc  = \"Arduino ISP Programmer\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x2341;\n  usbpid     = 0x0049;\n;\n\nprogrammer\n  id    = \"arduinoisporg\";\n  desc  = \"Arduino ISP Programmer\";\n  type  = \"usbtiny\";\n  connection_type = usb;\n  usbvid     = 0x2A03;\n  usbpid     = 0x0049;\n;\n\nprogrammer\n  id    = \"butterfly\";\n  desc  = \"Atmel Butterfly Development Board\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr109\";\n  desc  = \"Atmel AppNote AVR109 Boot Loader\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"avr911\";\n  desc  = \"Atmel AppNote AVR911 AVROSP\";\n  type  = \"butterfly\";\n  connection_type = serial;\n;\n\n# suggested in http://forum.mikrokopter.de/topic-post48317.html\nprogrammer\n  id    = \"mkbutterfly\";\n  desc  = \"Mikrokopter.de Butterfly\";\n  type  = \"butterfly_mk\";\n  connection_type = serial;\n;\n\nprogrammer parent \"mkbutterfly\"\n  id    = \"butterfly_mk\";\n;\n\nprogrammer\n  id    = \"jtagmkI\";\n  desc  = \"Atmel JTAG ICE (mkI)\";\n  baudrate = 115200;    # default is 115200\n  type  = \"jtagmki\";\n  connection_type = serial;\n;\n\n# easier to type\nprogrammer parent \"jtagmkI\"\n  id    = \"jtag1\";\n;\n\n# easier to type\nprogrammer parent \"jtag1\"\n  id    = \"jtag1slow\";\n  baudrate = 19200;\n;\n\n# The JTAG ICE mkII has both, serial and USB connectivity.  As it is\n# mostly used through USB these days (AVR Studio 5 only supporting it\n# that way), we make connection_type = usb the default.  Users are\n# still free to use a serial port with the -P option.\n\nprogrammer\n  id    = \"jtagmkII\";\n  desc  = \"Atmel JTAG ICE mkII\";\n  baudrate = 19200;    # default is 19200\n  type  = \"jtagmkii\";\n  connection_type = usb;\n;\n\n# easier to type\nprogrammer parent \"jtagmkII\"\n  id    = \"jtag2slow\";\n;\n\n# JTAG ICE mkII @ 115200 Bd\nprogrammer parent \"jtag2slow\"\n  id    = \"jtag2fast\";\n  baudrate = 115200;\n;\n\n# make the fast one the default, people will love that\nprogrammer parent \"jtag2fast\"\n  id    = \"jtag2\";\n;\n\n# JTAG ICE mkII in ISP mode\nprogrammer\n  id    = \"jtag2isp\";\n  desc  = \"Atmel JTAG ICE mkII in ISP mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_isp\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in debugWire mode\nprogrammer\n  id    = \"jtag2dw\";\n  desc  = \"Atmel JTAG ICE mkII in debugWire mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_dw\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtagmkII_avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in AVR32 mode\nprogrammer\n  id    = \"jtag2avr32\";\n  desc  = \"Atmel JTAG ICE mkII im AVR32 mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_avr32\";\n  connection_type = usb;\n;\n\n# JTAG ICE mkII in PDI mode\nprogrammer\n  id    = \"jtag2pdi\";\n  desc  = \"Atmel JTAG ICE mkII PDI mode\";\n  baudrate = 115200;\n  type  = \"jtagmkii_pdi\";\n  connection_type = usb;\n;\n\n# AVR Dragon in JTAG mode\nprogrammer\n  id    = \"dragon_jtag\";\n  desc  = \"Atmel AVR Dragon in JTAG mode\";\n  baudrate = 115200;\n  type  = \"dragon_jtag\";\n  connection_type = usb;\n;\n\n# AVR Dragon in ISP mode\nprogrammer\n  id    = \"dragon_isp\";\n  desc  = \"Atmel AVR Dragon in ISP mode\";\n  baudrate = 115200;\n  type  = \"dragon_isp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PP mode\nprogrammer\n  id    = \"dragon_pp\";\n  desc  = \"Atmel AVR Dragon in PP mode\";\n  baudrate = 115200;\n  type  = \"dragon_pp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in HVSP mode\nprogrammer\n  id    = \"dragon_hvsp\";\n  desc  = \"Atmel AVR Dragon in HVSP mode\";\n  baudrate = 115200;\n  type  = \"dragon_hvsp\";\n  connection_type = usb;\n;\n\n# AVR Dragon in debugWire mode\nprogrammer\n  id    = \"dragon_dw\";\n  desc  = \"Atmel AVR Dragon in debugWire mode\";\n  baudrate = 115200;\n  type  = \"dragon_dw\";\n  connection_type = usb;\n;\n\n# AVR Dragon in PDI mode\nprogrammer\n  id    = \"dragon_pdi\";\n  desc  = \"Atmel AVR Dragon in PDI mode\";\n  baudrate = 115200;\n  type  = \"dragon_pdi\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"jtag3\";\n  desc  = \"Atmel AVR JTAGICE3 in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3pdi\";\n  desc  = \"Atmel AVR JTAGICE3 in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3dw\";\n  desc  = \"Atmel AVR JTAGICE3 in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"jtag3isp\";\n  desc  = \"Atmel AVR JTAGICE3 in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2110, 0x2140;\n;\n\nprogrammer\n  id    = \"xplainedpro\";\n  desc  = \"Atmel AVR XplainedPro in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2111;\n;\n\nprogrammer\n  id    = \"xplainedpro_updi\";\n  desc  = \"Atmel AVR XplainedPro in UPDI mode\";\n  type  = \"jtagice3_updi\";\n  connection_type = usb;\n  usbpid = 0x2111;\n;\n\nprogrammer\n  id    = \"xplainedmini\";\n  desc  = \"Atmel AVR XplainedMini in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"xplainedmini_dw\";\n  desc  = \"Atmel AVR XplainedMini in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"xplainedmini_updi\";\n  desc  = \"Atmel AVR XplainedMini in UPDI mode\";\n  type  = \"jtagice3_updi\";\n  connection_type = usb;\n  usbpid = 0x2145;\n;\n\nprogrammer\n  id    = \"curiosity_updi\";\n  desc  = \"Curiosity in UPDI mode\";\n  type  = \"jtagice3_updi\";\n  connection_type = usb;\n  usbpid = 0x2175;\n;\n\nprogrammer\n  id    = \"atmelice\";\n  desc  = \"Atmel-ICE (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_pdi\";\n  desc  = \"Atmel-ICE (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_updi\";\n  desc  = \"Atmel-ICE (ARM/AVR) in UPDI mode\";\n  type  = \"jtagice3_updi\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_dw\";\n  desc  = \"Atmel-ICE (ARM/AVR) in debugWIRE mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"atmelice_isp\";\n  desc  = \"Atmel-ICE (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2141;\n;\n\nprogrammer\n  id    = \"powerdebugger\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in JTAG mode\";\n  type  = \"jtagice3\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_pdi\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in PDI mode\";\n  type  = \"jtagice3_pdi\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_updi\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in UPDI mode\";\n  type  = \"jtagice3_updi\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_dw\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in debugWire mode\";\n  type  = \"jtagice3_dw\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"powerdebugger_isp\";\n  desc  = \"Atmel PowerDebugger (ARM/AVR) in ISP mode\";\n  type  = \"jtagice3_isp\";\n  connection_type = usb;\n  usbpid = 0x2144;\n;\n\nprogrammer\n  id    = \"pavr\";\n  desc  = \"Jason Kyle's pAVR Serial Programmer\";\n  type  = \"avr910\";\n  connection_type = serial;\n;\n\nprogrammer\n  id    = \"pickit2\";\n  desc  = \"MicroChip's PICkit2 Programmer\";\n  type  = \"pickit2\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip1\";\n  desc  = \"FLIP USB DFU protocol version 1 (doc7618)\";\n  type  = \"flip1\";\n  connection_type = usb;\n;\n\nprogrammer\n  id    = \"flip2\";\n  desc  = \"FLIP USB DFU protocol version 2 (AVR4023)\";\n  type  = \"flip2\";\n  connection_type = usb;\n;\n\n#@HAVE_PARPORT_BEGIN@  Inclusion of the following depends on --enable-parport\n# Parallel port programmers.\n\nprogrammer\n  id    = \"bsd\";\n  desc  = \"Brian Dean's Programmer, http://www.bsdhome.com/avrdude/\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 2, 3, 4, 5;\n  reset = 7;\n  sck   = 8;\n  mosi  = 9;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"stk200\";\n  desc  = \"STK200\";\n  type  = \"par\";\n  connection_type = parallel;\n  buff  = 4, 5;\n  sck   = 6;\n  mosi  = 7;\n  reset = 9;\n  miso  = 10;\n;\n\n# The programming dongle used by the popular Ponyprog\n# utility.  It is almost similar to the STK200 one,\n# except that there is a LED indicating that the\n# programming is currently in progress.\n\nprogrammer parent \"stk200\"\n  id    = \"pony-stk200\";\n  desc  = \"Pony Prog STK200\";\n  pgmled = 8;\n;\n\nprogrammer\n  id    = \"dt006\";\n  desc  = \"Dontronics DT006\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 5;\n  mosi  = 2;\n  miso  = 11;\n;\n\nprogrammer parent \"dt006\"\n  id    = \"bascom\";\n  desc  = \"Bascom SAMPLE programming cable\";\n;\n\nprogrammer\n  id     = \"alf\";\n  desc   = \"Nightshade ALF-PgmAVR, http://nightshade.homeip.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  vcc    = 2, 3, 4, 5;\n  buff   = 6;\n  reset  = 7;\n  sck    = 8;\n  mosi   = 9;\n  miso   = 10;\n  errled = 1;\n  rdyled = 14;\n  pgmled = 16;\n  vfyled = 17;\n;\n\nprogrammer\n  id    = \"sp12\";\n  desc  = \"Steve Bolt's Programmer\";\n  type  = \"par\";\n  connection_type = parallel;\n  vcc   = 4,5,6,7,8;\n  reset = 3;\n  sck   = 2;\n  mosi  = 9;\n  miso  = 11;\n;\n\nprogrammer\n  id     = \"picoweb\";\n  desc   = \"Picoweb Programming Cable, http://www.picoweb.net/\";\n  type   = \"par\";\n  connection_type = parallel;\n  reset  = 2;\n  sck    = 3;\n  mosi   = 4;\n  miso   = 13;\n;\n\nprogrammer\n  id    = \"abcmini\";\n  desc  = \"ABCmini Board, aka Dick Smith HOTCHIP\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"futurlec\";\n  desc  = \"Futurlec.com programming cable.\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = 3;\n  sck   = 2;\n  mosi  = 1;\n  miso  = 10;\n;\n\n\n# From the contributor of the \"xil\" jtag cable:\n# The \"vcc\" definition isn't really vcc (the cable gets its power from\n# the programming circuit) but is necessary to switch one of the\n# buffer lines (trying to add it to the \"buff\" lines doesn't work in\n# avrdude versions before 5.5j).\n# With this, TMS connects to RESET, TDI to MOSI, TDO to MISO and TCK\n# to SCK (plus vcc/gnd of course)\nprogrammer\n  id    = \"xil\";\n  desc  = \"Xilinx JTAG cable\";\n  type  = \"par\";\n  connection_type = parallel;\n  mosi  = 2;\n  sck   = 3;\n  reset = 4;\n  buff  = 5;\n  miso  = 13;\n  vcc   = 6;\n;\n\n\nprogrammer\n  id = \"dapa\";\n  desc = \"Direct AVR Parallel Access cable\";\n  type = \"par\";\n  connection_type = parallel;\n  vcc   = 3;\n  reset = 16;\n  sck = 1;\n  mosi = 2;\n  miso = 11;\n;\n\nprogrammer\n  id    = \"atisp\";\n  desc  = \"AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~6;\n  sck   = ~8;\n  mosi  = ~7;\n  miso  = ~10;\n;\n\nprogrammer\n  id    = \"ere-isp-avr\";\n  desc  = \"ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>\";\n  type  = \"par\";\n  connection_type = parallel;\n  reset = ~4;\n  sck   = 3;\n  mosi  = 2;\n  miso  = 10;\n;\n\nprogrammer\n  id    = \"blaster\";\n  desc  = \"Altera ByteBlaster\";\n  type  = \"par\";\n  connection_type = parallel;\n  sck   = 2;\n  miso  = 11;\n  reset = 3;\n  mosi  = 8;\n  buff  = 14;\n;\n\n# It is almost same as pony-stk200, except vcc on pin 5 to auto\n# disconnect port (download on http://electropol.free.fr/spip/spip.php?article27)\nprogrammer parent \"pony-stk200\"\n  id    = \"frank-stk200\";\n  desc  = \"Frank STK200\";\n  buff  = ; # delete buff pin assignment\n  vcc   = 5;\n;\n\n# The AT98ISP Cable is a simple parallel dongle for AT89 family.\n# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877\nprogrammer\n  id = \"89isp\";\n  desc = \"Atmel at89isp cable\";\n  type = \"par\";\n  connection_type = parallel;\n  reset = 17;\n  sck = 1;\n  mosi = 2;\n  miso = 10;\n;\n\n#@HAVE_PARPORT_END@\n\n#This programmer bitbangs GPIO lines using the Linux sysfs GPIO interface\n#\n#To enable it set the configuration below to match the GPIO lines connected to the\n#relevant ISP header pins and uncomment the entry definition. In case you don't\n#have the required permissions to edit this system wide config file put the\n#entry in a separate <your name>.conf file and use it with -C+<your name>.conf\n#on the command line.\n#\n#To check if your avrdude build has support for the linuxgpio programmer compiled in,\n#use -c?type on the command line and look for linuxgpio in the list. If it's not available\n#you need pass the --enable-linuxgpio=yes option to configure and recompile avrdude.\n#\n#programmer\n#  id    = \"linuxgpio\";\n#  desc  = \"Use the Linux sysfs interface to bitbang GPIO lines\";\n#  type  = \"linuxgpio\";\n#  reset = ?;\n#  sck   = ?;\n#  mosi  = ?;\n#  miso  = ?;\n#;\n\n\n#This programmer uses the built in linux SPI bus devices to program an\n#attached AVR. A GPIO accessed through the sysfs GPIO interface needs to\n#be specified for a reset pin since the linux SPI userspace functions do\n#not allow for control over the slave select/chip select signal.\n#\nprogrammer\n  id = \"linuxspi\";\n  desc = \"Use Linux SPI device in /dev/spidev*\";\n  type = \"linuxspi\";\n  reset = 25;\n;\n\n\n# some ultra cheap programmers use bitbanging on the\n# serialport.\n#\n# PC - DB9 - Pins for RS232:\n#\n# GND   5   -- |O\n#              |   O| <-   9   RI\n# DTR   4   <- |O   |\n#              |   O| <-   8   CTS\n# TXD   3   <- |O   |\n#              |   O| ->   7   RTS\n# RXD   2   -> |O   |\n#              |   O| <-   6   DSR\n# DCD   1   -> |O\n#\n# Using RXD is currently not supported.\n# Using RI is not supported under Win32 but is supported under Posix.\n\n# serial ponyprog design (dasa2 in uisp)\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer\n  id    = \"ponyser\";\n  desc  = \"design ponyprog serial, reset=!txd sck=rts mosi=dtr miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~3;\n  sck   = 7;\n  mosi  = 4;\n  miso  = 8;\n;\n\n# Same as above, different name\n# reset=!txd sck=rts mosi=dtr miso=cts\n\nprogrammer parent \"ponyser\"\n  id    = \"siprog\";\n  desc  = \"Lancos SI-Prog <http://www.lancos.com/siprogsch.html>\";\n;\n\n# unknown (dasa in uisp)\n# reset=rts sck=dtr mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa\";\n  desc  = \"serial port banging, reset=rts sck=dtr mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 7;\n  sck   = 4;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# unknown (dasa3 in uisp)\n# reset=!dtr sck=rts mosi=txd miso=cts\n\nprogrammer\n  id    = \"dasa3\";\n  desc  = \"serial port banging, reset=!dtr sck=rts mosi=txd miso=cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = ~4;\n  sck   = 7;\n  mosi  = 3;\n  miso  = 8;\n;\n\n# C2N232i (jumper configuration \"auto\")\n# reset=dtr sck=!rts mosi=!txd miso=!cts\n\nprogrammer\n  id    = \"c2n232i\";\n  desc  = \"serial port banging, reset=dtr sck=!rts mosi=!txd miso=!cts\";\n  type  = \"serbb\";\n  connection_type = serial;\n  reset = 4;\n  sck   = ~7;\n  mosi  = ~3;\n  miso  = ~8;\n;\n\n#\n# PART DEFINITIONS\n#\n\n#------------------------------------------------------------\n# ATtiny11\n#------------------------------------------------------------\n\n# This is an HVSP-only device.\n\npart\n    id                  = \"t11\";\n    desc                = \"ATtiny11\";\n    stk500_devcode      = 0x11;\n    signature           = 0x1e 0x90 0x04;\n    chip_erase_delay    = 20000;\n\n    timeout\t\t= 200;\n    hvsp_controlstack     =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n\tdelay\t\t= 5;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\tdelay\t\t= 3;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny12\n#------------------------------------------------------------\n\npart\n    id                  = \"t12\";\n    desc                = \"ATtiny12\";\n    stk500_devcode      = 0x12;\n    avr910_devcode      = 0x55;\n    signature           = 0x1e 0x90 0x05;\n    chip_erase_delay    = 20000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 8;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny13\n#------------------------------------------------------------\n\npart\n    id                  = \"t13\";\n    desc                = \"ATtiny13\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x0E, 0x1E;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x0E, 0xB4, 0x0E, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode      = 0x14;\n    signature           = 0x1e 0x90 0x07;\n    chip_erase_delay    = 4000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 90;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 0;\n\n    memory \"eeprom\"\n        size            = 64;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x   x  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 5;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 1024;\n        page_size       = 32;\n        num_pages       = 32;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  0  0  0  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0  0  0 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    0 0 0 x  x x x x\",\n                          \"x  x  x  x   x  x a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n\tread            = \"0  1  0  1   1  0  0  0    0 0 0 0  0 0 0 0\",\n                          \"x  x  x  x   x  x  x  x    x x o o  o o o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    1 1 i i  i i i i\";\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny15\n#------------------------------------------------------------\n\npart\n    id                  = \"t15\";\n    desc                = \"ATtiny15\";\n    stk500_devcode      = 0x13;\n    avr910_devcode      = 0x56;\n    signature           = 0x1e 0x90 0x06;\n    chip_erase_delay    = 8200;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 5;\n    synchcycles         = 6;\n    latchcycles         = 16;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 8200;\n        max_write_delay = 8200;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4100;\n        max_write_delay = 4100;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        write_lo        = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        write_hi        = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x o o x\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0  1  0  1   0  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    o o o o  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 0 1 x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    i i i i  1 1 i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n;\n\n#------------------------------------------------------------\n# AT90s1200\n#------------------------------------------------------------\n\npart\n    id               = \"1200\";\n    desc             = \"AT90S1200\";\n    is_at90s1200     = yes;\n    stk500_devcode   = 0x33;\n    avr910_devcode   = 0x13;\n    signature        = 0x1e 0x90 0x01;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 1;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 0;\n    pollvalue\t\t= 0xFF;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 64;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1 0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1 1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x x a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 1024;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x   x  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x02;\n\tdelay\t\t= 15;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4414\n#------------------------------------------------------------\n\npart\n    id               = \"4414\";\n    desc             = \"AT90S4414\";\n    stk500_devcode   = 0x50;\n    avr910_devcode   = 0x28;\n    signature        = 0x1e 0x92 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2313\n#------------------------------------------------------------\n\npart\n    id               = \"2313\";\n    desc             = \"AT90S2313\";\n    stk500_devcode   = 0x40;\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x91 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n      ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x i i x\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s2333\n#------------------------------------------------------------\n\npart\n    id               = \"2333\";\n##### WARNING: No XML file for device 'AT90S2333'! #####\n    desc             = \"AT90S2333\";\n    stk500_devcode   = 0x42;\n    avr910_devcode   = 0x34;\n    signature        = 0x1e 0x91 0x05;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s2343 (also AT90s2323 and ATtiny22)\n#------------------------------------------------------------\n\npart\n    id               = \"2343\";\n    desc             = \"AT90S2343\";\n    stk500_devcode   = 0x43;\n    avr910_devcode   = 0x4c;\n    signature        = 0x1e 0x91 0x03;\n    chip_erase_delay = 18000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,\n        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,\n        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 0;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 50;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0   0 0 0 0  0 0 0 0\",\n                          \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x   x  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 128;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 1  1 1 1 i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   o o o x  x x x o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# AT90s4433\n#------------------------------------------------------------\n\npart\n    id               = \"4433\";\n    desc             = \"AT90S4433\";\n    stk500_devcode   = 0x51;\n    avr910_devcode   = 0x30;\n    signature        = 0x1e 0x92 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        pwroff_after_write = yes;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s4434\n#------------------------------------------------------------\n\npart\n    id               = \"4434\";\n##### WARNING: No XML file for device 'AT90S4434'! #####\n    desc             = \"AT90S4434\";\n    stk500_devcode   = 0x52;\n    avr910_devcode   = 0x6c;\n    signature        = 0x1e 0x92 0x02;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    memory \"eeprom\"\n        size            = 256;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n      ;\n    memory \"flash\"\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x    x a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 i  i i i i\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8515\n#------------------------------------------------------------\n\npart\n    id               = \"8515\";\n    desc             = \"AT90S8515\";\n    stk500_devcode   = 0x60;\n    avr910_devcode   = 0x38;\n    signature        = 0x1e 0x93 0x01;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n        read            = \" 1  0  1  0   0  0  0  0  x x x x  x x x a8\",\n                          \"a7 a6 a5 a4 a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x7f;\n        readback_p2     = 0x7f;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90s8535\n#------------------------------------------------------------\n\npart\n    id               = \"8535\";\n    desc             = \"AT90S8535\";\n    stk500_devcode   = 0x61;\n    avr910_devcode   = 0x68;\n    signature        = 0x1e 0x93 0x03;\n    chip_erase_delay = 20000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 1;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0x00;\n        readback_p2     = 0xff;\n        read            = \" 1  0  1  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0   x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        size            = 8192;\n        min_write_delay = 9000;\n        max_write_delay = 20000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        write_lo        = \"  0   1   0   0    0   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        write_hi        = \"  0   1   0   0    1   0   0   0\",\n                          \"  x   x   x   x  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"fuse\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  o\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  0  1  1   1  1  1  i\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"lock\"\n\tsize\t\t= 1;\n\tread\t\t= \"0  1  0  1   1  0  0  0   x  x  x  x   x  x  x  x\",\n\t\t\t  \"x  x  x  x   x  x  x  x   o  o  x  x   x  x  x  x\";\n\twrite\t\t= \"1  0  1  0   1  1  0  0   1  1  1  1   1  i  i  1\",\n\t\t\t  \"x  x  x  x   x  x  x  x   x  x  x  x   x  x  x  x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega103\n#------------------------------------------------------------\n\npart\n    id               = \"m103\";\n    desc             = \"ATmega103\";\n    stk500_devcode   = 0xB1;\n    avr910_devcode   = 0x41;\n    signature        = 0x1e 0x97 0x01;\n    chip_erase_delay = 112000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x8E, 0x9E, 0x2E, 0x3E, 0xAE, 0xBE,\n        0x4E, 0x5E, 0xCE, 0xDE, 0x6E, 0x7E, 0xEE, 0xDE,\n        0x66, 0x76, 0xE6, 0xF6, 0x6A, 0x7A, 0xEA, 0x7A,\n        0x7F, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 15;\n    chiperasepolltimeout = 0;\n    programfusepulsewidth = 2;\n    programfusepolltimeout = 0;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 10;\n\n    memory \"eeprom\"\n        size            = 4096;\n        min_write_delay = 4000;\n        max_write_delay = 9000;\n        readback_p1     = 0x80;\n        readback_p2     = 0x7f;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 22000;\n        max_write_delay = 56000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 70;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0  x x x x  x x x x\",\n                          \"x x x x  x x x x  x x o x  o 1 o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 1  i 1 i i\",\n                          \"x x x x  x x x x  x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x o o x\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 1  1 i i 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega64\n#------------------------------------------------------------\n\npart\n    id               = \"m64\";\n    desc             = \"ATmega64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xA0;\n    avr910_devcode   = 0x45;\n    signature        = 0x1e 0x96 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega128\n#------------------------------------------------------------\n\npart\n    id               = \"m128\";\n    desc             = \"ATmega128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x22;\n    spmcr               = 0x68;\n    rampz               = 0x3b;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 12;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN128\n#------------------------------------------------------------\n\npart\n    id               = \"c128\";\n    desc             = \"AT90CAN128\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x97 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN64\n#------------------------------------------------------------\n\npart\n    id               = \"c64\";\n    desc             = \"AT90CAN64\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x96 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90CAN32\n#------------------------------------------------------------\n\npart\n    id               = \"c32\";\n    desc             = \"AT90CAN32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0xB3;\n#    avr910_devcode   = 0x43;\n    signature        = 0x1e 0x95 0x81;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    eecr                = 0x3f;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 256;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0  0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega16\n#------------------------------------------------------------\n\npart\n    id               = \"m16\";\n    desc             = \"ATmega16\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82;\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x94 0x03;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 100;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n    memory \"calibration\"\n        size            = 4;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega164P\n#------------------------------------------------------------\n\n# close to ATmega16\n\npart parent \"m16\"\n    id               = \"m164p\";\n    desc             = \"ATmega164P\";\n    signature        = 0x1e 0x94 0x0a;\n\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    allowfullpagebitstream = no;\n    chip_erase_delay = 55000;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324P\n#------------------------------------------------------------\n\n# similar to ATmega164P\n\npart\n    id               = \"m324p\";\n    desc             = \"ATmega324P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x95 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega324PA\n#------------------------------------------------------------\n\n# similar to ATmega324P\n\npart parent \"m324p\"\n    id               = \"m324pa\";\n    desc             = \"ATmega324PA\";\n    signature        = 0x1e 0x95 0x11;\n\n    ocdrev              = 3;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega644\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m644\";\n    desc             = \"ATmega644\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x96 0x09;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega644P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart parent \"m644\"\n    id               = \"m644p\";\n    desc             = \"ATmega644P\";\n    signature        = 0x1e 0x96 0x0a;\n\n    ocdrev              = 3;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284\n#------------------------------------------------------------\n\n# similar to ATmega164\n\npart\n    id               = \"m1284\";\n    desc             = \"ATmega1284\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x06;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega1284P\n#------------------------------------------------------------\n\n# similar to ATmega164p\n\npart\n    id               = \"m1284p\";\n    desc             = \"ATmega1284P\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x82; # no STK500v1 support, use the ATmega16 one\n    avr910_devcode   = 0x74;\n    signature        = 0x1e 0x97 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 55000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega162\n#------------------------------------------------------------\n\npart\n    id               = \"m162\";\n    desc             = \"ATmega162\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x83;\n    avr910_devcode   = 0x63;\n    signature        = 0x1e 0x94 0x04;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n\n    idr              = 0x04;\n    spmcr            = 0x57;\n    allowfullpagebitstream = yes;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    ocdrev              = 2;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n       mode        = 0x41;\n    delay       = 10;\n    blocksize   = 128;\n    readsize    = 256;\n\n        ;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n                read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n                write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n\n        read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega163\n#------------------------------------------------------------\n\npart\n    id               = \"m163\";\n    desc             = \"ATmega163\";\n    stk500_devcode   = 0x81;\n    avr910_devcode   = 0x64;\n    signature        = 0x1e 0x94 0x02;\n    chip_erase_delay = 32000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n        mode            = 0x41;\n        delay           = 20;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 16000;\n        max_write_delay = 16000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x11;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o x x  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i 1 1  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   x x x x  1 o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   1 1 1 1  1 i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  0 x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega169\n#------------------------------------------------------------\n\npart\n    id               = \"m169\";\n    desc             = \"ATmega169\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x85;\n    avr910_devcode   = 0x78;\n    signature        = 0x1e 0x94 0x05;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329\n#------------------------------------------------------------\n\npart\n    id               = \"m329\";\n    desc             = \"ATmega329\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x95 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega329P\n#------------------------------------------------------------\n# Identical to ATmega329 except of the signature\n\npart parent \"m329\"\n    id               = \"m329p\";\n    desc             = \"ATmega329P\";\n    signature        = 0x1e 0x95 0x0b;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290\n#------------------------------------------------------------\n\n# identical to ATmega329\n\npart parent \"m329\"\n    id               = \"m3290\";\n    desc             = \"ATmega3290\";\n    signature        = 0x1e 0x95 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega3290P\n#------------------------------------------------------------\n\n# identical to ATmega3290 except of the signature\n\npart parent \"m3290\"\n    id               = \"m3290p\";\n    desc             = \"ATmega3290P\";\n    signature        = 0x1e 0x95 0x0c;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega649\n#------------------------------------------------------------\n\npart\n    id               = \"m649\";\n    desc             = \"ATmega649\";\n    has_jtag         = yes;\n#    stk500_devcode   = 0x85; # no STK500 support, only STK500v2\n#    avr910_devcode   = 0x?;  # try the ATmega169 one:\n    avr910_devcode   = 0x75;\n    signature        = 0x1e 0x96 0x03;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n\n    ocdrev              = 3;\n\n   memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega6490\n#------------------------------------------------------------\n\n# identical to ATmega649\n\npart parent \"m649\"\n    id               = \"m6490\";\n    desc             = \"ATmega6490\";\n    signature        = 0x1e 0x96 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega32\n#------------------------------------------------------------\n\npart\n    id               = \"m32\";\n    desc             = \"ATmega32\";\n    has_jtag         = yes;\n    stk500_devcode   = 0x91;\n    avr910_devcode   = 0x72;\n    signature        = 0x1e 0x95 0x02;\n    chip_erase_delay = 9000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = yes;\n\n    ocdrev              = 2;\n\n   memory \"eeprom\"\n        paged           = no;   /* leave this \"no\" */\n        page_size       = 4;    /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o o\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0    0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0  o o o o  o o o o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega161\n#------------------------------------------------------------\n\npart\n    id               = \"m161\";\n    desc             = \"ATmega161\";\n    stk500_devcode   = 0x80;\n    avr910_devcode   = 0x60;\n    signature        = 0x1e 0x94 0x01;\n    chip_erase_delay = 28000;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 30;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 2;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 2;\n\n   memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 3400;\n        max_write_delay = 3400;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 5;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 14000;\n        max_write_delay = 14000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 16;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"fuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   x x x x  x x x x\",\n                          \"x x x x  x x x x   x o x o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 x  x x x x\",\n                          \"x x x x  x x x x   1 i 1 i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATmega8\n#------------------------------------------------------------\n\npart\n    id               = \"m8\";\n    desc             = \"ATmega8\";\n    stk500_devcode   = 0x70;\n    avr910_devcode   = 0x76;\n    signature        = 0x1e 0x93 0x07;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 10000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        page_size       = 4;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0   0  0  x  x   x  x  x  x\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n#------------------------------------------------------------\n# ATmega8515\n#------------------------------------------------------------\n\npart\n    id               = \"m8515\";\n    desc             = \"ATmega8515\";\n    stk500_devcode   = 0x63;\n    avr910_devcode   = 0x3A;\n    signature        = 0x1e 0x93 0x06;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0     0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0   o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n\n\n#------------------------------------------------------------\n# ATmega8535\n#------------------------------------------------------------\n\npart\n    id               = \"m8535\";\n    desc             = \"ATmega8535\";\n    stk500_devcode   = 0x64;\n    avr910_devcode   = 0x69;\n    signature        = 0x1e 0x93 0x08;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 6;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 512;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 20;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 2000;\n        max_write_delay = 2000;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0 0 1 1  1 0 0 0   0 0 x x  x x x x\",\n                          \"0 0 0 0  0 0 a1 a0 o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n\n#------------------------------------------------------------\n# ATtiny26\n#------------------------------------------------------------\n\npart\n    id                  = \"t26\";\n    desc                = \"ATtiny26\";\n    stk500_devcode      = 0x21;\n    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x09;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 9000;\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        size            = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tmode\t\t= 0x04;\n\tdelay\t\t= 10;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  x x x i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 4;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny261\n#------------------------------------------------------------\n# Close to ATtiny26\n\npart\n    id                  = \"t261\";\n    desc                = \"ATtiny261\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x91 0x0c;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 128;\n        page_size       = 4;\n        num_pages       = 32;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \"1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \"1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"x a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 2048;\n        page_size       = 32;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4  a3 a2 a1 a0\",\n                          \"  o  o  o  o   o  o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x  x  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  x  x  x  x   x  x a9 a8\",\n                          \" a7 a6 a5 a4   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny461\n#------------------------------------------------------------\n# Close to ATtiny261\n\npart\n    id                  = \"t461\";\n    desc                = \"ATtiny461\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x92 0x08;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 256;\n        page_size       = 4;\n        num_pages       = 64;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x x\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x   x a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny861\n#------------------------------------------------------------\n# Close to ATtiny461\n\npart\n    id                  = \"t861\";\n    desc                = \"ATtiny861\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x00, 0x10;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x00, 0xB4, 0x00, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n#    stk500_devcode      = 0x21;\n#    avr910_devcode      = 0x5e;\n    signature           = 0x1e 0x93 0x0d;\n    pagel               = 0xb3;\n    bs2                 = 0xb2;\n    chip_erase_delay    = 4000;\n\n    pgm_enable          = \"1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    chip_erase          = \"1 0 1 0  1 1 0 0   1 0 0 x  x x x x\",\n                          \"x x x x  x x x x   x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 0;\n\n    pp_controlstack     =\n        0xC4, 0xE4, 0xC4, 0xE4, 0xCC, 0xEC, 0xCC, 0xEC,\n        0xD4, 0xF4, 0xD4, 0xF4, 0xDC, 0xFC, 0xDC, 0xFC,\n        0xC8, 0xE8, 0xD8, 0xF8, 0x4C, 0x6C, 0x5C, 0x7C,\n        0xEC, 0xBC, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 2;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        size            = 512;\n        num_pages       = 128;\n        page_size       = 4;\n        min_write_delay = 4000;\n        max_write_delay = 4000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read            = \" 1  0  1  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    o o o o  o o o  o\";\n\n        write           = \" 1  1  0  0   0  0  0  0    x x x x  x x x a8\",\n                          \"a7 a6 a5 a4  a3 a2 a1 a0    i i i i  i i i  i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0  0  1  0   0   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        read_hi         = \"  0  0  1  0   1   0  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4  a3  a2 a1 a0\",\n                          \"  o  o  o  o   o   o  o  o\";\n\n        loadpage_lo     = \"  0  1  0  0   0  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        loadpage_hi     = \"  0  1  0  0   1  0  0  0\",\n                          \"  x  x  x  x   x  x  x  x\",\n                          \"  x  x  x a4  a3 a2 a1 a0\",\n                          \"  i  i  i  i   i  i  i  i\";\n\n        writepage       = \"  0  1  0  0   1   1  0  0\",\n                          \"  x  x  x  x a11 a10 a9 a8\",\n                          \" a7 a6 a5  x   x   x  x  x\",\n                          \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0 a1 a0    o o o o  o o o o\";\n    ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0  1  0  1   1  0  0  0    x x x x  x x x x\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x o o\";\n\n        write           = \"1  0  1  0   1  1  0  0    1 1 1 1  1 1 i i\",\n                          \"x  x  x  x   x  x  x  x    x x x x  x x x x\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0    x x x x  x x x x\",\n                          \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n    ;\n\n;\n\n\n#------------------------------------------------------------\n# ATtiny28\n#------------------------------------------------------------\n\n# This is an HVPP-only device.\n\npart\n    id                  = \"t28\";\n    desc                = \"ATtiny28\";\n    stk500_devcode      = 0x22;\n    avr910_devcode      = 0x5c;\n    signature           = 0x1e 0x91 0x07;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 0;\n    poweroffdelay       = 0;\n    resetdelayms        = 0;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"flash\"\n        size            = 2048;\n        page_size       = 2;\n        readsize        = 256;\n        delay           = 5;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n\n    memory \"lock\"\n        size            = 1;\n    ;\n\n    memory \"calibration\"\n        size            = 1;\n    ;\n\n    memory \"fuse\"\n        size            = 1;\n    ;\n;\n\n\n\n#------------------------------------------------------------\n# ATmega48\n#------------------------------------------------------------\n\npart\n    id               = \"m48\";\n    desc             = \"ATmega48\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x59;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x92 0x05;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 45000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega48P\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48p\";\n    desc             = \"ATmega48P\";\n    signature        = 0x1e 0x92 0x0a;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega48PB\n#------------------------------------------------------------\n\npart parent \"m48\"\n    id               = \"m48pb\";\n    desc             = \"ATmega48PB\";\n    signature        = 0x1e 0x92 0x10;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88\n#------------------------------------------------------------\n\npart\n    id               = \"m88\";\n    desc             = \"ATmega88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x0a;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x i i i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega88P\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88p\";\n    desc             = \"ATmega88P\";\n    signature        = 0x1e 0x93 0x0f;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega88PB\n#------------------------------------------------------------\n\npart parent \"m88\"\n    id               = \"m88pb\";\n    desc             = \"ATmega88PB\";\n    signature        = 0x1e 0x93 0x16;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# ATmega168\n#------------------------------------------------------------\n\npart\n    id              = \"m168\";\n    desc            = \"ATmega168\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x06;\n    pagel           = 0xd7;\n    bs2             = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 512;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x x x i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 i i i i i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# ATmega168P\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168p\";\n    desc            = \"ATmega168P\";\n    signature       = 0x1e 0x94 0x0b;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega168PB\n#------------------------------------------------------------\n\npart parent \"m168\"\n    id              = \"m168pb\";\n    desc            = \"ATmega168PB\";\n    signature       = 0x1e 0x94 0x15;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATtiny88\n#------------------------------------------------------------\n\npart\n    id               = \"t88\";\n    desc             = \"ATtiny88\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode   = 0x73;\n#    avr910_devcode   = 0x;\n    signature        = 0x1e 0x93 0x11;\n    pagel            = 0xd7;\n    bs2              = 0xc2;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 64;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\tread            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n\twrite           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 64;\n      ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 64;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0  a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   x      x   x   x   x\",\n                          \"  x   x   x  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x   i i i i  i i i i\";\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x   x x x x  x x x i\";\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0  0  1  1   1  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"0  0  0  0   0  0  0  0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega328\n#------------------------------------------------------------\n\npart\n    id\t\t\t= \"m328\";\n    desc\t\t= \"ATmega328\";\n    has_debugwire\t= yes;\n    flash_instr\t\t= 0xB6, 0x01, 0x11;\n    eeprom_instr\t= 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t\t\t  0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t\t\t  0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode\t= 0x86;\n    # avr910_devcode\t= 0x;\n    signature\t\t= 0x1e 0x95 0x14;\n    pagel\t\t= 0xd7;\n    bs2\t\t\t= 0xc2;\n    chip_erase_delay\t= 9000;\n    pgm_enable = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n\t\t \"x x x x x x x x x x x x x x x x\";\n\n    timeout\t= 200;\n    stabdelay\t= 100;\n    cmdexedelay\t= 25;\n    synchloops\t= 32;\n    bytedelay\t= 0;\n    pollindex\t= 3;\n    pollvalue\t= 0x53;\n    predelay\t= 1;\n    postdelay\t= 1;\n    pollmethod\t= 1;\n\n    pp_controlstack =\n\t0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n\t0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n\t0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n\t0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay\t= 100;\n    progmodedelay\t= 0;\n    latchcycles\t\t= 5;\n    togglevtg\t\t= 1;\n    poweroffdelay\t= 15;\n    resetdelayms\t= 1;\n    resetdelayus\t= 0;\n    hvleavestabdelay\t= 15;\n    resetdelay\t\t= 15;\n    chiperasepulsewidth\t= 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n\tpaged\t\t= no;\n\tpage_size\t= 4;\n\tsize\t\t= 1024;\n\tmin_write_delay = 3600;\n\tmax_write_delay = 3600;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread = \" 1 0 1 0 0 0 0 0\",\n\t       \" 0 0 0 x x x a9 a8\",\n\t       \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t       \" o o o o o o o o\";\n\n\twrite = \" 1 1 0 0 0 0 0 0\",\n\t      \t\" 0 0 0 x x x a9 a8\",\n\t\t\" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t\" i i i i i i i i\";\n\n\tloadpage_lo = \" 1 1 0 0 0 0 0 1\",\n\t\t      \" 0 0 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 0 0 0 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 1 1 0 0 0 0 1 0\",\n\t\t    \" 0 0 x x x x a9 a8\",\n\t\t    \" a7 a6 a5 a4 a3 a2 0 0\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n    ;\n\n    memory \"flash\"\n\tpaged\t\t= yes;\n\tsize\t\t= 32768;\n\tpage_size\t= 128;\n\tnum_pages\t= 256;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\treadback_p1\t= 0xff;\n\treadback_p2\t= 0xff;\n\tread_lo = \" 0 0 1 0 0 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tread_hi = \" 0 0 1 0 1 0 0 0\",\n\t\t  \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t  \" a7 a6 a5 a4 a3 a2 a1 a0\",\n\t\t  \" o o o o o o o o\";\n\n\tloadpage_lo = \" 0 1 0 0 0 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\tloadpage_hi = \" 0 1 0 0 1 0 0 0\",\n\t\t      \" 0 0 0 x x x x x\",\n\t\t      \" x x a5 a4 a3 a2 a1 a0\",\n\t\t      \" i i i i i i i i\";\n\n\twritepage = \" 0 1 0 0 1 1 0 0\",\n\t\t    \" 0 0 a13 a12 a11 a10 a9 a8\",\n\t\t    \" a7 a6 x x x x x x\",\n\t\t    \" x x x x x x x x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n\n    ;\n\n    memory \"lfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"hfuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n\t      \t\"x x x x x x x x i i i i i i i i\";\n    ;\n\n    memory \"efuse\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n\t       \"x x x x x x x x o o o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n\t      \t\"x x x x x x x x x x x x x i i i\";\n    ;\n\n    memory \"lock\"\n\tsize = 1;\n\tmin_write_delay = 4500;\n\tmax_write_delay = 4500;\n\tread = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n\t       \"x x x x x x x x x x o o o o o o\";\n\n\twrite = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n\t      \t\"x x x x x x x x 1 1 i i i i i i\";\n    ;\n\n    memory \"calibration\"\n\tsize = 1;\n\tread = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n\t       \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n    ;\n\n    memory \"signature\"\n\tsize = 3;\n\tread = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n\t       \"x x x x x x a1 a0 o o o o o o o o\";\n    ;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328p\";\n    desc\t\t= \"ATmega328P\";\n    signature\t\t= 0x1e 0x95 0x0F;\n\n    ocdrev              = 1;\n;\n\npart parent \"m328\"\n    id\t\t\t= \"m328pb\";\n    desc\t\t= \"ATmega328PB\";\n    signature\t\t= 0x1e 0x95 0x16;\n\n    ocdrev              = 1;\n;\n\n#------------------------------------------------------------\n# ATmega32m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m32m1\";\n    desc            = \"ATmega32M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x95 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega64m1\n#------------------------------------------------------------\n\npart parent \"m328\"\n    id              = \"m64m1\";\n    desc            = \"ATmega64M1\";\n    # stk500_devcode\t= 0x;\n    # avr910_devcode\t= 0x;\n    signature       = 0x1e 0x96 0x84;\n    bs2             = 0xe2;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x i i i i i i\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny2313\n#------------------------------------------------------------\n\npart\n     id            = \"t2313\";\n     desc          = \"ATtiny2313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x91 0x0a;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n# The information in the data sheet of April/2004 is wrong, this works:\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny2313 has Signature Bytes: 0x1E 0x91 0x0A.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n# The Tiny2313 has calibration data for both 4 MHz and 8 MHz.\n# The information in the data sheet of April/2004 is wrong, this works:\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny4313\n#------------------------------------------------------------\n\npart\n     id            = \"t4313\";\n     desc          = \"ATtiny4313\";\n     has_debugwire = yes;\n     flash_instr   = 0xB2, 0x0F, 0x1F;\n     eeprom_instr  = 0xBB, 0xFE, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBA, 0x0F, 0xB2, 0x0F, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x23;\n##   Use the ATtiny26 devcode:\n     avr910_devcode   = 0x5e;\n     signature        = 0x1e 0x92 0x0d;\n     pagel            = 0xD4;\n     bs2              = 0xD6;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 0;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1   0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1   1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x   x  x  x\",\n                           \"  x  x  x  x   x   x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny4313 has Signature Bytes: 0x1E 0x92 0x0D.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read           = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 2;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2\n#------------------------------------------------------------\n\npart\n     id            = \"pwm2\";\n     desc          = \"AT90PWM2\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n\t             0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n\t             0x99, 0xF9, 0xBB, 0xAF;\n     stk500_devcode   = 0x65;\n##  avr910_devcode   = ?;\n     signature        = 0x1e 0x93 0x81;\n     pagel            = 0xD8;\n     bs2              = 0xE2;\n     reset            = io;\n     chip_erase_delay = 9000;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0  i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0   a11 a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0   0\",\n                           \"  0  0  0  0   a11 a10 a9  a8\",\n                           \" a7 a6 a5  x   x   x   x   x\",\n                           \"  x  x  x  x   x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 64;\n\treadsize\t= 256;\n       ;\n#   AT90PWM2 has Signature Bytes: 0x1E 0x93 0x81.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  x  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  x x o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  0    o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2 (including the signature!)\n\npart parent \"pwm2\"\n     id            = \"pwm3\";\n     desc          = \"AT90PWM3\";\n  ;\n\n#------------------------------------------------------------\n# AT90PWM2B\n#------------------------------------------------------------\n# Same as AT90PWM2 but different signature.\n\npart parent \"pwm2\"\n     id            = \"pwm2b\";\n     desc          = \"AT90PWM2B\";\n     signature     = 0x1e 0x93 0x83;\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM3B\n#------------------------------------------------------------\n\n# Completely identical to AT90PWM2B (including the signature!)\n\npart parent \"pwm2b\"\n     id            = \"pwm3b\";\n     desc          = \"AT90PWM3B\";\n\n    ocdrev              = 1;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM316\n#------------------------------------------------------------\n\n# Similar to AT90PWM3B, but with 16 kiB flash, 512 B EEPROM, and 1024 B SRAM.\n\npart parent \"pwm3b\"\n     id            = \"pwm316\";\n     desc          = \"AT90PWM316\";\n     signature     = 0x1e 0x94 0x83;\n\n    ocdrev              = 1;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0   0 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x21;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90PWM216\n#------------------------------------------------------------\n# Completely identical to AT90PWM316 (including the signature!)\n\npart parent \"pwm316\"\n     id = \"pwm216\";\n     desc = \"AT90PWM216\";\n  ;\n\n#------------------------------------------------------------\n# ATtiny25\n#------------------------------------------------------------\n\npart\n     id            = \"t25\";\n     desc          = \"ATtiny25\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x08;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny25 has Signature Bytes: 0x1E 0x91 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny45\n#------------------------------------------------------------\n\npart\n     id            = \"t45\";\n     desc          = \"ATtiny45\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x06;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack     =\n\t0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n         page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny45 has Signature Bytes: 0x1E 0x92 0x08. (Data sheet 2586C-AVR-06/05 (doc2586.pdf) indicates otherwise!)\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny85\n#------------------------------------------------------------\n\npart\n     id            = \"t85\";\n     desc          = \"ATtiny85\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x02, 0x12;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x02, 0xB4, 0x02, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny85 has Signature Bytes: 0x1E 0x93 0x08.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  1 1 i i  i i i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATmega640\n#------------------------------------------------------------\n# Almost same as ATmega1280, except for different memory sizes\n\npart\n    id               = \"m640\";\n    desc             = \"ATmega640\";\n    signature        = 0x1e 0x96 0x08;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1280\n#------------------------------------------------------------\n\npart\n    id               = \"m1280\";\n    desc             = \"ATmega1280\";\n    signature        = 0x1e 0x97 0x03;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega1281\n#------------------------------------------------------------\n# Identical to ATmega1280\n\npart parent \"m1280\"\n    id               = \"m1281\";\n    desc             = \"ATmega1281\";\n    signature        = 0x1e 0x97 0x04;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega2560\n#------------------------------------------------------------\n\npart\n    id               = \"m2560\";\n    desc             = \"ATmega2560\";\n    signature        = 0x1e 0x98 0x01;\n    has_jtag         = yes;\n    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 4;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 262144;\n        page_size       = 256;\n        num_pages       = 1024;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega2561\n#------------------------------------------------------------\n\npart parent \"m2560\"\n    id               = \"m2561\";\n    desc             = \"ATmega2561\";\n    signature        = 0x1e 0x98 0x02;\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFA1\n#------------------------------------------------------------\n# Identical to ATmega2561 but half the ROM\n\npart parent \"m2561\"\n    id               = \"m128rfa1\";\n    desc             = \"ATmega128RFA1\";\n    signature        = 0x1e 0xa7 0x01;\n    chip_erase_delay = 55000;\n    bs2              = 0xE2;\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega256RFR2\n#------------------------------------------------------------\n\npart parent \"m2561\"\n    id               = \"m256rfr2\";\n    desc             = \"ATmega256RFR2\";\n    signature        = 0x1e 0xa8 0x02;\n    chip_erase_delay = 18500;\n    bs2              = 0xE2;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 8192;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x a12    a11 a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n    ocdrev              = 4;\n  ;\n\n#------------------------------------------------------------\n# ATmega128RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m128rfr2\";\n    desc             = \"ATmega128RFR2\";\n    signature        = 0x1e 0xa7 0x02;\n\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega64RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfa1\"\n    id               = \"m64rfr2\";\n    desc             = \"ATmega64RFR2\";\n    signature        = 0x1e 0xa6 0x02;\n\n\n    ocdrev              = 3;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 50000;\n        max_write_delay = 50000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 13000;\n        max_write_delay = 13000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n\n  ;\n\n#------------------------------------------------------------\n# ATmega2564RFR2\n#------------------------------------------------------------\n\npart parent \"m256rfr2\"\n    id               = \"m2564rfr2\";\n    desc             = \"ATmega2564RFR2\";\n    signature        = 0x1e 0xa8 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega1284RFR2\n#------------------------------------------------------------\n\npart parent \"m128rfr2\"\n    id               = \"m1284rfr2\";\n    desc             = \"ATmega1284RFR2\";\n    signature        = 0x1e 0xa7 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATmega644RFR2\n#------------------------------------------------------------\n\npart parent \"m64rfr2\"\n    id               = \"m644rfr2\";\n    desc             = \"ATmega644RFR2\";\n    signature        = 0x1e 0xa6 0x03;\n  ;\n\n#------------------------------------------------------------\n# ATtiny24\n#------------------------------------------------------------\n\npart\n     id            = \"t24\";\n     desc          = \"ATtiny24\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x91 0x0b;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 128;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0   0 0 0 x  x x x x\",\n                           \"x a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 2048;\n         page_size       = 32;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0   0  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0  0 a9 a8\",\n                           \" a7 a6 a5 a4   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny24 has Signature Bytes: 0x1E 0x91 0x0B.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny44\n#------------------------------------------------------------\n\npart\n     id            = \"t44\";\n     desc          = \"ATtiny44\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                     0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                     0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x92 0x07;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 256;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 64;\n         num_pages       = 64;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0  a10 a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1  1  0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny44 has Signature Bytes: 0x1E 0x92 0x07.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny84\n#------------------------------------------------------------\n\npart\n     id            = \"t84\";\n     desc          = \"ATtiny84\";\n     has_debugwire = yes;\n     flash_instr   = 0xB4, 0x07, 0x17;\n     eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n\t             0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n\t             0x99, 0xE1, 0xBB, 0xAC;\n## no STK500 devcode in XML file, use the ATtiny45 one\n     stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n     avr910_devcode   = 0x20;\n     signature        = 0x1e 0x93 0x0c;\n     reset            = io;\n     chip_erase_delay = 4500;\n\n     pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n     chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    hvsp_controlstack   =\n        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,\n        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,\n        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,\n        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x0F;\n    hventerstabdelay    = 100;\n    hvspcmdexedelay     = 0;\n    synchcycles         = 6;\n    latchcycles         = 1;\n    togglevtg           = 1;\n    poweroffdelay       = 25;\n    resetdelayms        = 0;\n    resetdelayus        = 70;\n    hvleavestabdelay    = 100;\n    resetdelay          = 25;\n    chiperasepolltimeout = 40;\n    chiperasetime       = 0;\n    programfusepolltimeout = 25;\n    programlockpolltimeout = 25;\n\n    ocdrev              = 1;\n\n     memory \"eeprom\"\n         size            = 512;\n        paged           = no;\n        page_size       = 4;\n         min_write_delay = 4000;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n         write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x a8\",\n                           \"a7 a6 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x   x   x   x\",\n\t\t\t  \"  x  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n       ;\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 64;\n         num_pages       = 128;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x  a4   a3  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5  x   x  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 32;\n\treadsize\t= 256;\n       ;\n#   ATtiny84 has Signature Bytes: 0x1E 0x93 0x0C.\n     memory \"signature\"\n         size            = 3;\n         read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                           \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n       ;\n\n     memory \"lock\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                           \"x x x x  x x x x  x x x x  x x i i\";\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"lfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"hfuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n       ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  x x x x  x x x i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n\n     memory \"calibration\"\n         size            = 1;\n         read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                           \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n     ;\n  ;\n\n#------------------------------------------------------------\n# ATtiny441\n#------------------------------------------------------------\n\npart parent \"t44\"\n     id            = \"t441\";\n     desc          = \"ATtiny441\";\n     signature     = 0x1e 0x92 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 4096;\n         page_size       = 16;\n         num_pages       = 256;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0    0 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0   0 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny841\n#------------------------------------------------------------\n\npart parent \"t84\"\n     id            = \"t841\";\n     desc          = \"ATtiny841\";\n     signature     = 0x1e 0x93 0x15;\n\n     memory \"flash\"\n         paged           = yes;\n         size            = 8192;\n         page_size       = 16;\n         num_pages       = 512;\n         min_write_delay = 4500;\n         max_write_delay = 4500;\n         readback_p1     = 0xff;\n         readback_p2     = 0xff;\n         read_lo         = \"  0   0   1   0    0   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         read_hi         = \"  0   0   1   0    1   0   0   0\",\n                           \"  0   0   0   0  a11 a10  a9  a8\",\n                           \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                           \"  o   o   o   o    o   o   o   o\";\n\n         loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                           \"  0   0   0   x    x   x   x   x\",\n                           \"  x   x   x   x    x  a2  a1  a0\",\n                           \"  i   i   i   i    i   i   i   i\";\n\n         writepage       = \"  0  1  0  0   1   1   0  0\",\n                           \"  0  0  0  0  a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4  a3  x  x  x\",\n                           \"  x  x  x  x   x  x  x  x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 16;\n\treadsize\t= 256;\n     ;\n\n     memory \"efuse\"\n         size            = 1;\n         write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                           \"x x x x  x x x x  i i i i  i i i i\";\n\n         read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                           \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n     ;\n;\n\n#------------------------------------------------------------\n# ATtiny43U\n#------------------------------------------------------------\n\npart\n    id            = \"t43u\";\n    desc          = \"ATtiny43u\";\n    has_debugwire = yes;\n    flash_instr   = 0xB4, 0x07, 0x17;\n    eeprom_instr  = 0xBB, 0xFF, 0xBB, 0xEE, 0xBB, 0xCC, 0xB2, 0x0D,\n                         0xBC, 0x07, 0xB4, 0x07, 0xBA, 0x0D, 0xBB, 0xBC,\n                         0x99, 0xE1, 0xBB, 0xAC;\n    stk500_devcode   = 0x14;\n##  avr910_devcode   = ?;\n##  Try the AT90S2313 devcode:\n    avr910_devcode   = 0x20;\n    signature        = 0x1e 0x92 0x0C;\n    reset            = io;\n    chip_erase_delay = 1000;\n\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                        \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout                     = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n        pp_controlstack = 0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E, 0x4E, 0x5E,\n                                         0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E, 0x06, 0x16, 0x46, 0x56,\n                                         0x0A, 0x1A, 0x4A, 0x5A, 0x1E, 0x7C, 0x00, 0x01, 0x00, 0x00,\n                                         0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    hvspcmdexedelay     = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 20;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n    memory \"eeprom\"\n                size            = 64;\n                paged                   = yes;\n                page_size       = 4;\n                num_pages               = 16;\n                min_write_delay = 4000;\n                max_write_delay = 4500;\n                readback_p1     = 0xff;\n                readback_p2     = 0xff;\n                read            = \"1  0  1  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a4  a3 a2 a1 a0   o o o o  o o o o\";\n\n                write           = \"1  1  0  0   0  0  0  0    0 0 0 x  x x x x\",\n                                   \"0  0 a5 a4  a3 a2 a1 a0   i i i i  i i i i\";\n\n                loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                                  \"  0   0   0   0      0   0   0   0\",\n                                  \"  0   0   0   0      0   0  a1  a0\",\n                                  \"  i   i   i   i      i   i   i   i\";\n\n                writepage       = \"  1   1   0   0      0   0   1   0\",\n                                  \"  0   0   x   x      x   x   x   x\",\n                                  \"  0   0  a5  a4     a3  a2   0   0\",\n                                  \"  x   x   x   x      x   x   x   x\";\n\n                mode            = 0x41;\n                delay           = 5;\n                blocksize       = 4;\n                readsize        = 256;\n        ;\n    memory \"flash\"\n        paged           = yes;\n        size            = 4096;\n        page_size       = 64;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n\n        read_lo         = \"  0   0   1   0    0   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0    1   0   0   0\",\n                          \"  0   0   0   0    0  a10 a9  a8\",\n                          \" a7  a6  a5  a4   a3  a2  a1  a0\",\n                          \"  o   o   o   o    o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0    0   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0    1   0   0   0\",\n                          \"  0   0   0   x    x   x   x   x\",\n                          \"  x   x   x  a4   a3  a2  a1  a0\",\n                          \"  i   i   i   i    i   i   i   i\";\n\n        writepage       = \"  0  1  0  0   1  1  0  0\",\n                          \"  0  0  0  0   0 a10 a9 a8\",\n                          \" a7 a6 a5  x   x  x  x  x\",\n                          \"  x  x  x  x   x  x  x  x\";\n\n                mode            = 0x41;\n                delay           = 10;\n                blocksize       = 64;\n                readsize        = 256;\n       ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n    ;\n    memory \"lock\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 1 1 x  x x x x\",\n                          \"x x x x  x x x x  1 1 i i  i i i i\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  x x x i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n    ;\n\n    memory \"calibration\"\n        size            = 2;\n        read            = \"0  0  1  1   1  0  0  0    0 0 0 x  x x x x\",\n                          \"0  0  0  0   0  0  0  a0   o o o o  o o o o\";\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega32u4\n#------------------------------------------------------------\n\npart\n    id               = \"m32u4\";\n    desc             = \"ATmega32U4\";\n    signature        = 0x1e 0x95 0x87;\n    usbpid           = 0x2ff4;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB646\n#------------------------------------------------------------\n\npart\n    id               = \"usb646\";\n    desc             = \"AT90USB646\";\n    signature        = 0x1e 0x96 0x82;\n    usbpid           = 0x2ff9;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB647\n#------------------------------------------------------------\n# identical to AT90USB646\n\npart parent \"usb646\"\n    id               = \"usb647\";\n    desc             = \"AT90USB647\";\n    signature        = 0x1e 0x96 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1286\n#------------------------------------------------------------\n\npart\n    id               = \"usb1286\";\n    desc             = \"AT90USB1286\";\n    signature        = 0x1e 0x97 0x82;\n    usbpid           = 0x2ffb;\n    has_jtag         = yes;\n#    stk500_devcode   = 0xB2;\n#    avr910_devcode   = 0x43;\n    chip_erase_delay = 9000;\n    pagel            = 0xD7;\n    bs2              = 0xA0;\n    reset            = dedicated;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    rampz               = 0x3b;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 4096;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0  a2  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n\t\t\t  \"  0   0   x   x      x a10  a9  a8\",\n\t\t\t  \" a7  a6  a5  a4     a3   0   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 10;\n\tblocksize\t= 8;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 131072;\n        page_size       = 256;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7   x   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 256;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  x x x x  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    x x x x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   x  x  x  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB1287\n#------------------------------------------------------------\n# identical to AT90USB1286\n\npart parent \"usb1286\"\n    id               = \"usb1287\";\n    desc             = \"AT90USB1287\";\n    signature        = 0x1e 0x97 0x82;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AT90USB162\n#------------------------------------------------------------\n\npart\n    id               = \"usb162\";\n    desc             = \"AT90USB162\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x82;\n    usbpid           = 0x2ffa;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# AT90USB82\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        num_pages       = 64;\n\npart\n    id               = \"usb82\";\n    desc             = \"AT90USB82\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x82;\n    usbpid           = 0x2ff7;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega32U2\n#------------------------------------------------------------\n# Changes against AT90USB162 (beside IDs)\n#    memory \"flash\"\n#        size            = 32768;\n#        num_pages       = 256;\n#    memory \"eeprom\"\n#        size            = 1024;\n#        num_pages       = 256;\npart\n    id               = \"m32u2\";\n    desc             = \"ATmega32U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x95 0x8a;\n    usbpid           = 0x2ff0;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        num_pages       = 256;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega16U2\n#------------------------------------------------------------\n# Changes against ATmega32U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 16384;\n#        num_pages       = 128;\n#    memory \"eeprom\"\n#        size            = 512;\n#        num_pages       = 128;\npart\n    id               = \"m16u2\";\n    desc             = \"ATmega16U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x94 0x89;\n    usbpid           = 0x2fef;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 128;\n        num_pages       = 128;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n\n#------------------------------------------------------------\n# ATmega8U2\n#------------------------------------------------------------\n# Changes against ATmega16U2 (beside IDs)\n#    memory \"flash\"\n#        size            = 8192;\n#        page_size       = 64;\n#        blocksize       = 64;\n\npart\n    id               = \"m8u2\";\n    desc             = \"ATmega8U2\";\n    has_jtag         = no;\n    has_debugwire    = yes;\n    signature        = 0x1e 0x93 0x89;\n    usbpid           = 0x2fee;\n    chip_erase_delay = 9000;\n    reset            = io;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 x  x x x x\",\n                       \"x x x x  x x x x    x x x x  x x x x\";\n    pagel            = 0xD7;\n    bs2              = 0xC6;\n\n    timeout\t\t= 200;\n    stabdelay\t\t= 100;\n    cmdexedelay\t\t= 25;\n    synchloops\t\t= 32;\n    bytedelay\t\t= 0;\n    pollindex\t\t= 3;\n    pollvalue\t\t= 0x53;\n    predelay\t\t= 1;\n    postdelay\t\t= 1;\n    pollmethod\t\t= 1;\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    ocdrev              = 1;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 512;\n        num_pages       = 128;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n\tloadpage_lo\t= \"  1   1   0   0      0   0   0   1\",\n\t\t\t  \"  0   0   0   0      0   0   0   0\",\n\t\t\t  \"  0   0   0   0      0   0  a1  a0\",\n\t\t\t  \"  i   i   i   i      i   i   i   i\";\n\n\twritepage\t= \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n\t\t\t  \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 20;\n\tblocksize\t= 4;\n\treadsize\t= 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 8192;\n        page_size       = 128;\n        num_pages       = 64;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0x00;\n        readback_p2     = 0x00;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\",\n                          \"  x   x  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6   x   x      x   x   x   x\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n\tmode\t\t= 0x41;\n\tdelay\t\t= 6;\n\tblocksize\t= 128;\n\treadsize\t= 256;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"x x x x  x x x x  i i i i  i i i i\";\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"x x x x  x x x x  o o o o  o o o o\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 x  x x x x\",\n                          \"x x x x  x x x x   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1  1 0 0 0    0 0 0 x  x x x x\",\n                          \"0 0 0 0  0 0 0 0    o o o o  o o o o\";\n      ;\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  x   x  x  x  x\",\n                          \"x  x  x  x   x  x a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n  ;\n#------------------------------------------------------------\n# ATmega325\n#------------------------------------------------------------\n\npart\n    id               = \"m325\";\n    desc             = \"ATmega325\";\n    signature        = 0x1e 0x95 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 4;  /* for parallel programming */\n        size            = 1024;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0   0  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 4;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 32768;\n        page_size       = 128;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"  0   0   1   0      0   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"  0   0   1   0      1   0   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  0   1   0   0      1   1   0   0\",\n                          \"  0 a14 a13 a12    a11 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega645\n#------------------------------------------------------------\n\npart\n    id               = \"m645\";\n    desc             = \"ATmega645\";\n    signature        = 0x1E 0x96 0x05;\n    has_jtag         = yes;\n#   stk500_devcode   = 0x??; # No STK500v1 support?\n#   avr910_devcode   = 0x??; # Try the ATmega16 one\n    avr910_devcode   = 0x74;\n    pagel            = 0xd7;\n    bs2              = 0xa0;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    chip_erase       = \"1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0\",\n                       \"0 0 0 0  0 0 0 0    0 0 0 0  0 0 0 0\";\n\n    timeout             = 200;\n    stabdelay           = 100;\n    cmdexedelay         = 25;\n    synchloops          = 32;\n    bytedelay           = 0;\n    pollindex           = 3;\n    pollvalue           = 0x53;\n    predelay            = 1;\n    postdelay           = 1;\n    pollmethod          = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,\n        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,\n        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,\n        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 5;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    idr                 = 0x31;\n    spmcr               = 0x57;\n    allowfullpagebitstream = no;\n\n    ocdrev              = 3;\n\n    memory \"eeprom\"\n        paged           = no; /* leave this \"no\" */\n        page_size       = 8;  /* for parallel programming */\n        size            = 2048;\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \"  1   0   1   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  o   o   o   o      o   o   o   o\";\n\n        write           = \"  1   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_lo     = \"  1   1   0   0      0   0   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"  1   1   0   0      0   0   1   0\",\n                          \"  0   0   0   0      0 a10  a9  a8\",\n                          \" a7  a6  a5  a4     a3   0   0   0\",\n                          \"  x   x   x   x      x   x   x   x\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 8;\n        readsize        = 256;\n      ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 65536;\n        page_size       = 256;\n        num_pages       = 256;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \"   0   0   1   0      0   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        read_hi         = \"   0   0   1   0      1   0   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   o   o   o   o      o   o   o   o\";\n\n        loadpage_lo     = \"  0   1   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        loadpage_hi     = \"  0   1   0   0      1   0   0   0\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  a7 a6  a5  a4     a3  a2  a1  a0\",\n                          \"  i   i   i   i      i   i   i   i\";\n\n        writepage       = \"   0   1   0   0      1   1   0   0\",\n                          \" a15 a14 a13 a12    a11 a10  a9  a8\",\n                          \"  a7  a6  a5  a4     a3  a2  a1  a0\",\n                          \"   0   0   0   0      0   0   0   0\";\n\n        mode            = 0x41;\n        delay           = 10;\n        blocksize       = 128;\n        readsize        = 256;\n      ;\n\n    memory \"lock\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"x x x x  x x x x   x x o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 1 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   1 1 i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"lfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  0 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"hfuse\"\n        size            = 1;\n        read            = \"0 1 0 1  1 0 0 0   0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0   1 0 1 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   i i i i  i i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"efuse\"\n        size            = 1;\n\n        read            = \"0 1 0 1  0 0 0 0  0 0 0 0  1 0 0 0\",\n                          \"0 0 0 0  0 0 0 0  o o o o  o o o o\";\n\n        write           = \"1 0 1 0  1 1 0 0  1 0 1 0  0 1 0 0\",\n                          \"0 0 0 0  0 0 0 0  1 1 1 1  1 i i i\";\n        min_write_delay = 9000;\n        max_write_delay = 9000;\n      ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0  0  1  1   0  0  0  0   0  0  0  0   0  0  0  0\",\n                          \"0  0  0  0   0  0 a1 a0   o  o  o  o   o  o  o  o\";\n      ;\n\n    memory \"calibration\"\n        size            = 1;\n\n        read            = \"0 0 1 1  1 0 0 0   0 0 0 0  0 0 0 0\",\n                          \"0 0 0 0  0 0 0 0   o o o o  o o o o\";\n        ;\n  ;\n\n#------------------------------------------------------------\n# ATmega3250\n#------------------------------------------------------------\n\npart parent \"m325\"\n    id               = \"m3250\";\n    desc             = \"ATmega3250\";\n    signature        = 0x1E 0x95 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# ATmega6450\n#------------------------------------------------------------\n\npart parent \"m645\"\n    id               = \"m6450\";\n    desc             = \"ATmega6450\";\n    signature        = 0x1E 0x96 0x06;\n\n    ocdrev              = 3;\n  ;\n\n#------------------------------------------------------------\n# AVR XMEGA family common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".xmega\";\n    desc\t= \"AVR XMEGA family common values\";\n    has_pdi\t= yes;\n    nvm_base\t= 0x01c0;\n    mcu_base\t= 0x0090;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1000090;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x32;\n        offset\t\t= 0x8e0200;\n        page_size\t= 0x32;\n        readsize\t= 0x32;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0021;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0022;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0024;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0025;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0027;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16a4u\";\n    desc\t= \"ATxmega16A4U\";\n    signature\t= 0x1e 0x94 0x41;\n    usbpid\t= 0x2fe3;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x803000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x804000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16C4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16c4\";\n    desc\t= \"ATxmega16C4\";\n    signature\t= 0x1e 0x94 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega16D4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16d4\";\n    desc\t= \"ATxmega16D4\";\n    signature\t= 0x1e 0x94 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega16A4\n#------------------------------------------------------------\n\npart parent \"x16a4u\"\n    id\t\t= \"x16a4\";\n    desc\t= \"ATxmega16A4\";\n    signature\t= 0x1e 0x94 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32a4u\";\n    desc\t= \"ATxmega32A4U\";\n    signature\t= 0x1e 0x95 0x41;\n    usbpid\t= 0x2fe4;\n\n    memory \"eeprom\"\n        size\t\t= 0x400;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x807000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x808000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32C4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32c4\";\n    desc\t= \"ATxmega32C4\";\n    signature\t= 0x1e 0x95 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega32D4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32d4\";\n    desc\t= \"ATxmega32D4\";\n    signature\t= 0x1e 0x95 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega32A4\n#------------------------------------------------------------\n\npart parent \"x32a4u\"\n    id\t\t= \"x32a4\";\n    desc\t= \"ATxmega32A4\";\n    signature\t= 0x1e 0x95 0x41;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x64a4u\";\n    desc\t= \"ATxmega64A4U\";\n    signature\t= 0x1e 0x96 0x46;\n    usbpid\t= 0x2fe5;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x10000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x80f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x810000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x11000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64C3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64c3\";\n    desc\t= \"ATxmega64C3\";\n    signature\t= 0x1e 0x96 0x49;\n    usbpid\t= 0x2fd6;\n;\n\n#------------------------------------------------------------\n# ATxmega64D3\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d3\";\n    desc\t= \"ATxmega64D3\";\n    signature\t= 0x1e 0x96 0x4a;\n;\n\n#------------------------------------------------------------\n# ATxmega64D4\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64d4\";\n    desc\t= \"ATxmega64D4\";\n    signature\t= 0x1e 0x96 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1\n#------------------------------------------------------------\n\npart parent \"x64a4u\"\n    id\t\t= \"x64a1\";\n    desc\t= \"ATxmega64A1\";\n    signature\t= 0x1e 0x96 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega64A1U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a1u\";\n    desc\t= \"ATxmega64A1U\";\n    signature\t= 0x1e 0x96 0x4e;\n    usbpid\t= 0x2fe8;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3\";\n    desc\t= \"ATxmega64A3\";\n    signature\t= 0x1e 0x96 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega64A3U\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a3u\";\n    desc\t= \"ATxmega64A3U\";\n    signature\t= 0x1e 0x96 0x42;\n    usbpid\t= 0x2fe5;\n;\n\n#------------------------------------------------------------\n# ATxmega64A4\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64a4\";\n    desc\t= \"ATxmega64A4\";\n    signature\t= 0x1e 0x96 0x46;\n;\n\n#------------------------------------------------------------\n# ATxmega64B1\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b1\";\n    desc\t= \"ATxmega64B1\";\n    signature\t= 0x1e 0x96 0x52;\n    usbpid\t= 0x2fe1;\n;\n\n#------------------------------------------------------------\n# ATxmega64B3\n#------------------------------------------------------------\n\npart parent \"x64a1\"\n    id\t\t= \"x64b3\";\n    desc\t= \"ATxmega64B3\";\n    signature\t= 0x1e 0x96 0x51;\n    usbpid\t= 0x2fdf;\n;\n\n#------------------------------------------------------------\n# ATxmega128C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128c3\";\n    desc\t= \"ATxmega128C3\";\n    signature\t= 0x1e 0x97 0x52;\n    usbpid\t= 0x2fd7;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128D3\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d3\";\n    desc\t= \"ATxmega128D3\";\n    signature\t= 0x1e 0x97 0x48;\n;\n\n#------------------------------------------------------------\n# ATxmega128D4\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128d4\";\n    desc\t= \"ATxmega128D4\";\n    signature\t= 0x1e 0x97 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1\n#------------------------------------------------------------\n\npart parent \"x128c3\"\n    id\t\t= \"x128a1\";\n    desc\t= \"ATxmega128A1\";\n    signature\t= 0x1e 0x97 0x4c;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1 revision D\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1d\";\n    desc\t= \"ATxmega128A1revD\";\n    signature\t= 0x1e 0x97 0x41;\n;\n\n#------------------------------------------------------------\n# ATxmega128A1U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a1u\";\n    desc\t= \"ATxmega128A1U\";\n    signature\t= 0x1e 0x97 0x4c;\n    usbpid\t= 0x2fed;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3\";\n    desc\t= \"ATxmega128A3\";\n    signature\t= 0x1e 0x97 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega128A3U\n#------------------------------------------------------------\n\npart parent \"x128a1\"\n    id\t\t= \"x128a3u\";\n    desc\t= \"ATxmega128A3U\";\n    signature\t= 0x1e 0x97 0x42;\n    usbpid\t= 0x2fe6;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4\";\n    desc\t= \"ATxmega128A4\";\n    signature\t= 0x1e 0x97 0x46;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128A4U\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128a4u\";\n    desc\t= \"ATxmega128A4U\";\n    signature\t= 0x1e 0x97 0x46;\n    usbpid\t= 0x2fde;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x81f000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B1\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x128b1\";\n    desc\t= \"ATxmega128B1\";\n    signature\t= 0x1e 0x97 0x4d;\n    usbpid\t= 0x2fea;\n    has_jtag\t= yes;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x20000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x81e000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x820000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x22000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x100;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x100;\n        readsize\t= 0x100;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega128B3\n#------------------------------------------------------------\n\npart parent \"x128b1\"\n    id\t\t= \"x128b3\";\n    desc\t= \"ATxmega128B3\";\n    signature\t= 0x1e 0x97 0x4b;\n    usbpid\t= 0x2fe0;\n;\n\n#------------------------------------------------------------\n# ATxmega192C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x192c3\";\n    desc\t= \"ATxmega192C3\";\n    signature\t= 0x1e 0x97 0x51;\n    # usbpid\t= 0x2f??;\n\n    memory \"eeprom\"\n        size\t\t= 0x800;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x30000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x82e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x830000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x32000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192D3\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192d3\";\n    desc\t= \"ATxmega192D3\";\n    signature\t= 0x1e 0x97 0x49;\n;\n\n#------------------------------------------------------------\n# ATxmega192A1\n#------------------------------------------------------------\n\npart parent \"x192c3\"\n    id\t\t= \"x192a1\";\n    desc\t= \"ATxmega192A1\";\n    signature\t= 0x1e 0x97 0x4e;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3\";\n    desc\t= \"ATxmega192A3\";\n    signature\t= 0x1e 0x97 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega192A3U\n#------------------------------------------------------------\n\npart parent \"x192a1\"\n    id\t\t= \"x192a3u\";\n    desc\t= \"ATxmega192A3U\";\n    signature\t= 0x1e 0x97 0x44;\n    usbpid\t= 0x2fe7;\n;\n\n#------------------------------------------------------------\n# ATxmega256C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x256c3\";\n    desc\t= \"ATxmega256C3\";\n    signature\t= 0x1e 0x98 0x46;\n    usbpid\t= 0x2fda;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x40000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x83e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x840000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x42000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256D3\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256d3\";\n    desc\t= \"ATxmega256D3\";\n    signature\t= 0x1e 0x98 0x44;\n;\n\n#------------------------------------------------------------\n# ATxmega256A1\n#------------------------------------------------------------\n\npart parent \"x256c3\"\n    id\t\t= \"x256a1\";\n    desc\t= \"ATxmega256A1\";\n    signature\t= 0x1e 0x98 0x46;\n    has_jtag\t= yes;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x8f0020;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3\";\n    desc\t= \"ATxmega256A3\";\n    signature\t= 0x1e 0x98 0x42;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3U\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3u\";\n    desc\t= \"ATxmega256A3U\";\n    signature\t= 0x1e 0x98 0x42;\n    usbpid\t= 0x2fec;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3B\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3b\";\n    desc\t= \"ATxmega256A3B\";\n    signature\t= 0x1e 0x98 0x43;\n;\n\n#------------------------------------------------------------\n# ATxmega256A3BU\n#------------------------------------------------------------\n\npart parent \"x256a1\"\n    id\t\t= \"x256a3bu\";\n    desc\t= \"ATxmega256A3BU\";\n    signature\t= 0x1e 0x98 0x43;\n    usbpid\t= 0x2fe2;\n;\n\n#------------------------------------------------------------\n# ATxmega384C3\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x384c3\";\n    desc\t= \"ATxmega384C3\";\n    signature\t= 0x1e 0x98 0x45;\n    usbpid\t= 0x2fdb;\n\n    memory \"eeprom\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x8c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x60000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x85e000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x860000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x62000;\n        offset\t\t= 0x800000;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size\t\t= 0x200;\n        offset\t\t= 0x8e0400;\n        page_size\t= 0x200;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega384D3\n#------------------------------------------------------------\n\npart parent \"x384c3\"\n    id\t\t= \"x384d3\";\n    desc\t= \"ATxmega384D3\";\n    signature\t= 0x1e 0x98 0x47;\n;\n\n#------------------------------------------------------------\n# ATxmega8E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x8e5\";\n    desc\t= \"ATxmega8E5\";\n    signature\t= 0x1e 0x93 0x41;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x2000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00801800;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x800;\n        offset\t\t= 0x00802000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x2800;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega16E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x16e5\";\n    desc\t= \"ATxmega16E5\";\n    signature\t= 0x1e 0x94 0x45;\n\n    memory \"eeprom\"\n        size\t\t= 0x0200;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x4000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00803000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00804000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x5000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATxmega32E5\n#------------------------------------------------------------\n\npart parent \".xmega\"\n    id\t\t= \"x32e5\";\n    desc\t= \"ATxmega32E5\";\n    signature\t= 0x1e 0x95 0x4c;\n\n    memory \"eeprom\"\n        size\t\t= 0x0400;\n        offset\t\t= 0x08c0000;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n\n    memory \"application\"\n        size\t\t= 0x8000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"apptable\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00807000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"boot\"\n        size\t\t= 0x1000;\n        offset\t\t= 0x00808000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"flash\"\n        size\t\t= 0x9000;\n        offset\t\t= 0x0800000;\n        page_size\t= 0x80;\n        readsize\t= 0x100;\n    ;\n\n    memory \"usersig\"\n        size            = 0x80;\n        offset          = 0x8e0400;\n        page_size       = 0x80;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32UC3A0512\n#------------------------------------------------------------\n\npart\n    id\t\t= \"uc3a0512\";\n    desc\t= \"AT32UC3A0512\";\n    signature\t= 0xED 0xC0 0x3F;\n    has_jtag\t= yes;\n    is_avr32\t= yes;\n\n    memory \"flash\"\n        paged           = yes;\n        page_size       = 512;           # bytes\n        readsize        = 512;           # bytes\n        num_pages       = 1024;          # could be set dynamicly\n        size            = 0x00080000;    # could be set dynamicly\n        offset          = 0x80000000;\n    ;\n;\n\npart parent \"uc3a0512\"\n    id\t\t= \"ucr2\";\n    desc\t= \"deprecated, use 'uc3a0512'\";\n;\n\n#------------------------------------------------------------\n# ATtiny1634.\n#------------------------------------------------------------\n\npart\n    id              = \"t1634\";\n    desc            = \"ATtiny1634\";\n     has_debugwire = yes;\n     flash_instr   = 0xB6, 0x01, 0x11;\n     eeprom_instr  = 0xBD, 0xF2, 0xBD, 0xE1, 0xBB, 0xCF, 0xB4, 0x00,\n                0xBE, 0x01, 0xB6, 0x01, 0xBC, 0x00, 0xBB, 0xBF,\n                0x99, 0xF9, 0xBB, 0xAF;\n    stk500_devcode  = 0x86;\n    # avr910_devcode = 0x;\n    signature       = 0x1e 0x94 0x12;\n    pagel           = 0xB3;\n    bs2             = 0xB1;\n    reset\t    = io;\n    chip_erase_delay = 9000;\n    pgm_enable       = \"1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    chip_erase       = \"1 0 1 0 1 1 0 0 1 0 0 x x x x x\",\n                       \"x x x x x x x x x x x x x x x x\";\n\n    timeout         = 200;\n    stabdelay       = 100;\n    cmdexedelay     = 25;\n    synchloops      = 32;\n    bytedelay       = 0;\n    pollindex       = 3;\n    pollvalue       = 0x53;\n    predelay        = 1;\n    postdelay       = 1;\n    pollmethod      = 1;\n\n    pp_controlstack     =\n        0x0E, 0x1E, 0x0E, 0x1E, 0x2E, 0x3E, 0x2E, 0x3E,\n        0x4E, 0x5E, 0x4E, 0x5E, 0x6E, 0x7E, 0x6E, 0x7E,\n        0x26, 0x36, 0x66, 0x76, 0x2A, 0x3A, 0x6A, 0x7A,\n        0x2E, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n    hventerstabdelay    = 100;\n    progmodedelay       = 0;\n    latchcycles         = 0;\n    togglevtg           = 1;\n    poweroffdelay       = 15;\n    resetdelayms        = 1;\n    resetdelayus        = 0;\n    hvleavestabdelay    = 15;\n    resetdelay          = 15;\n    chiperasepulsewidth = 0;\n    chiperasepolltimeout = 10;\n    programfusepulsewidth = 0;\n    programfusepolltimeout = 5;\n    programlockpulsewidth = 0;\n    programlockpolltimeout = 5;\n\n    memory \"eeprom\"\n        paged           = no;\n        page_size       = 4;\n        size            = 256;\n        min_write_delay = 3600;\n        max_write_delay = 3600;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read            = \" 1 0 1 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        write           = \" 1 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n   loadpage_lo   = \"  1   1   0   0      0   0   0   1\",\n           \"  0   0   0   0      0   0   0   0\",\n           \"  0   0   0   0      0   0  a1  a0\",\n           \"  i   i   i   i      i   i   i   i\";\n\n   writepage   = \"  1   1   0   0      0   0   1   0\",\n           \"  0   0   x   x      x   x   x  a8\",\n           \" a7  a6  a5  a4     a3  a2   0   0\",\n           \"  x   x   x   x      x   x   x   x\";\n\n   mode      = 0x41;\n   delay      = 5;\n   blocksize   = 4;\n   readsize   = 256;\n        ;\n\n    memory \"flash\"\n        paged           = yes;\n        size            = 16384;\n        page_size       = 32;\n        num_pages       = 512;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        readback_p1     = 0xff;\n        readback_p2     = 0xff;\n        read_lo         = \" 0 0 1 0 0 0 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                          \" o o o o o o o o\";\n\n        read_hi          = \" 0 0 1 0 1 0 0 0\",\n                           \" 0 0 0 a12 a11 a10 a9 a8\",\n                           \" a7 a6 a5 a4 a3 a2 a1 a0\",\n                           \" o o o o o o o o\";\n\n        loadpage_lo     = \" 0 1 0 0 0 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        loadpage_hi     = \" 0 1 0 0 1 0 0 0\",\n                          \" 0 0 0 x x x x x\",\n                          \" x x a5 a4 a3 a2 a1 a0\",\n                          \" i i i i i i i i\";\n\n        writepage       = \" 0 1 0 0 1 1 0 0\",\n                          \" 0 0 0 a12 a11 a10 a9 a8\",\n                          \" a7 a6 x x x x x x\",\n                          \" x x x x x x x x\";\n\n        mode        = 0x41;\n        delay       = 6;\n        blocksize   = 128;\n        readsize    = 256;\n\n        ;\n\n    memory \"lfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"hfuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0\",\n                          \"x x x x x x x x i i i i i i i i\";\n        ;\n\n    memory \"efuse\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0\",\n                          \"x x x x x x x x o o o o o o o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0\",\n                          \"x x x x x x x x x x x i i i i i\";\n        ;\n\n    memory \"lock\"\n        size            = 1;\n        min_write_delay = 4500;\n        max_write_delay = 4500;\n        read            = \"0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0\",\n                          \"x x x x x x x x x x x x x x o o\";\n\n        write           = \"1 0 1 0 1 1 0 0 1 1 1 x x x x x\",\n                          \"x x x x x x x x 1 1 1 1 1 1 i i\";\n        ;\n\n    memory \"calibration\"\n        size            = 1;\n        read            = \"0 0 1 1 1 0 0 0 0 0 0 x x x x x\",\n                          \"0 0 0 0 0 0 0 0 o o o o o o o o\";\n        ;\n\n    memory \"signature\"\n        size            = 3;\n        read            = \"0 0 1 1 0 0 0 0 0 0 0 x x x x x\",\n                          \"x x x x x x a1 a0 o o o o o o o o\";\n        ;\n;\n\n#------------------------------------------------------------\n# Common values for reduced core tinys (4/5/9/10/20/40)\n#------------------------------------------------------------\n\npart\n    id\t\t= \".reduced_core_tiny\";\n    desc\t= \"Common values for reduced core tinys\";\n    has_tpi\t= yes;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x3fc0;\n        page_size\t= 16;\n    ;\n\n    memory \"fuse\"\n        size\t\t= 1;\n        offset\t\t= 0x3f40;\n        page_size\t= 16;\n\tblocksize\t= 4;\n    ;\n\n    memory \"calibration\"\n        size\t\t= 1;\n        offset\t\t= 0x3f80;\n        page_size\t= 16;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n        offset\t\t= 0x3f00;\n        page_size\t= 16;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny4\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t4\";\n    desc\t= \"ATtiny4\";\n    signature\t= 0x1e 0x8f 0x0a;\n\n    memory \"flash\"\n        size\t\t= 512;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny5\n#------------------------------------------------------------\n\npart parent \"t4\"\n    id\t\t= \"t5\";\n    desc\t= \"ATtiny5\";\n    signature\t= 0x1e 0x8f 0x09;\n;\n\n#------------------------------------------------------------\n# ATtiny9\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t9\";\n    desc\t= \"ATtiny9\";\n    signature\t= 0x1e 0x90 0x08;\n\n    memory \"flash\"\n        size\t\t= 1024;\n        offset\t\t= 0x4000;\n        page_size\t= 16;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny10\n#------------------------------------------------------------\n\npart parent \"t9\"\n    id\t\t= \"t10\";\n    desc\t= \"ATtiny10\";\n    signature\t= 0x1e 0x90 0x03;\n;\n\n#------------------------------------------------------------\n# ATtiny20\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id          = \"t20\";\n    desc        = \"ATtiny20\";\n    signature   = 0x1e 0x91 0x0F;\n\n    memory \"flash\"\n        size            = 2048;\n        offset          = 0x4000;\n        page_size       = 16;\n        blocksize       = 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny40\n#------------------------------------------------------------\n\npart parent \".reduced_core_tiny\"\n    id\t\t= \"t40\";\n    desc\t= \"ATtiny40\";\n    signature\t= 0x1e 0x92 0x0E;\n\n    memory \"flash\"\n        size\t\t= 4096;\n        offset\t\t= 0x4000;\n        page_size\t= 64;\n        blocksize\t= 128;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega406\n#------------------------------------------------------------\n\npart\n    id\t\t\t\t= \"m406\";\n    desc\t\t\t= \"ATMEGA406\";\n    has_jtag\t\t\t= yes;\n    signature\t\t\t= 0x1e 0x95 0x07;\n\n    # STK500 parameters (parallel programming IO lines)\n    pagel\t\t\t= 0xa7;\n    bs2\t\t\t\t= 0xa0;\n    serial\t\t\t= no;\n    parallel\t\t\t= yes;\n\n    # STK500v2 HV programming parameters, from XML\n    pp_controlstack\t\t= 0x0e, 0x1e, 0x0f, 0x1f, 0x2e, 0x3e, 0x2f, 0x3f,\n\t\t\t\t  0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,\n\t\t\t\t  0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,\n\t\t\t\t  0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;\n\n    # JTAG ICE mkII parameters, also from XML files\n    allowfullpagebitstream\t= no;\n    enablepageprogramming\t= yes;\n    idr\t\t\t\t= 0x51;\n    rampz\t\t\t= 0x00;\n    spmcr\t\t\t= 0x57;\n    eecr\t\t\t= 0x3f;\n\n    memory \"eeprom\"\n        paged\t\t= no;\n        size\t\t= 512;\n        page_size\t= 4;\n        blocksize\t= 4;\n\treadsize\t= 4;\n        num_pages\t= 128;\n    ;\n\n    memory \"flash\"\n        paged\t\t= yes;\n        size\t\t= 40960;\n        page_size\t= 128;\n        blocksize\t= 128;\n\treadsize\t= 128;\n        num_pages\t= 320;\n    ;\n\n    memory \"hfuse\"\n        size            = 1;\n    ;\n\n    memory \"lfuse\"\n        size            = 1;\n    ;\n\n    memory \"lockbits\"\n        size\t\t= 1;\n    ;\n\n    memory \"signature\"\n        size            = 3;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X family common values\n#------------------------------------------------------------\n\npart\n    id\t\t= \".avr8x\";\n    desc\t= \"AVR8X family common values\";\n    has_updi\t= yes;\n    nvm_base\t= 0x1000;\n    ocd_base\t= 0x0F80;\n\n    memory \"signature\"\n        size\t\t= 3;\n        offset\t\t= 0x1100;\n    ;\n\n    memory \"prodsig\"\n        size\t\t= 0x3D;\n        offset\t\t= 0x1103;\n        page_size\t= 0x3D;\n        readsize\t= 0x3D;\n    ;\n\n    memory \"fuses\"\n        size\t\t= 9;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse0\"\n        size\t\t= 1;\n        offset\t\t= 0x1280;\n    ;\n\n    memory \"fuse1\"\n        size\t\t= 1;\n        offset\t\t= 0x1281;\n    ;\n\n    memory \"fuse2\"\n        size\t\t= 1;\n        offset\t\t= 0x1282;\n    ;\n\n    memory \"fuse4\"\n        size\t\t= 1;\n        offset\t\t= 0x1284;\n    ;\n\n    memory \"fuse5\"\n        size\t\t= 1;\n        offset\t\t= 0x1285;\n    ;\n\n    memory \"fuse6\"\n        size\t\t= 1;\n        offset\t\t= 0x1286;\n    ;\n\n    memory \"fuse7\"\n        size\t\t= 1;\n        offset\t\t= 0x1287;\n    ;\n\n    memory \"fuse8\"\n        size\t\t= 1;\n        offset\t\t= 0x1288;\n    ;\n\n    memory \"lock\"\n        size\t\t= 1;\n        offset\t\t= 0x128a;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset\t\t= 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X tiny family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_tiny\";\n    desc\t\t= \"AVR8X tiny family common values\";\n#    family_id\t= \"tinyAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x20;\n        offset\t\t= 0x1300;\n        page_size\t= 0x20;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR8X mega family common values\n#------------------------------------------------------------\n\npart parent    \".avr8x\"\n    id\t\t\t= \".avr8x_mega\";\n    desc\t\t= \"AVR8X mega family common values\";\n#    family_id\t= \"megaAVR\";\n\n    memory \"usersig\"\n        size\t\t= 0x40;\n        offset\t\t= 0x1300;\n        page_size\t= 0x40;\n        readsize\t= 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny202\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t202\";\n    desc      = \"ATtiny202\";\n    signature = 0x1E 0x91 0x23;\n\n    memory \"flash\"\n        size      = 0x800;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x40;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny204\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t204\";\n    desc      = \"ATtiny204\";\n    signature = 0x1E 0x91 0x22;\n\n    memory \"flash\"\n        size      = 0x800;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x40;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny402\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t402\";\n    desc      = \"ATtiny402\";\n    signature = 0x1E 0x92 0x27;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny402w = workaround to address wrong device signature (0x25) on some chips\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t402w\";\n    desc      = \"ATtiny402w\";\n    signature = 0x1E 0x92 0x25;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny404\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t404\";\n    desc      = \"ATtiny404\";\n    signature = 0x1E 0x92 0x26;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n\n;\n\n#------------------------------------------------------------\n# ATtiny406\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t406\";\n    desc      = \"ATtiny406\";\n    signature = 0x1E 0x92 0x25;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny804\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t804\";\n    desc      = \"ATtiny804\";\n    signature = 0x1E 0x93 0x25;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny806\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t806\";\n    desc      = \"ATtiny806\";\n    signature = 0x1E 0x93 0x24;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny807\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t807\";\n    desc      = \"ATtiny807\";\n    signature = 0x1E 0x93 0x23;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny1604\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t1604\";\n    desc      = \"ATtiny1604\";\n    signature = 0x1E 0x94 0x25;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny1606\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t1606\";\n    desc      = \"ATtiny1606\";\n    signature = 0x1E 0x94 0x24;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny1607\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t1607\";\n    desc      = \"ATtiny1607\";\n    signature = 0x1E 0x94 0x23;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny212\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t212\";\n    desc      = \"ATtiny212\";\n    signature = 0x1E 0x91 0x21;\n\n    memory \"flash\"\n        size      = 0x800;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x40;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny214\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t214\";\n    desc      = \"ATtiny214\";\n    signature = 0x1E 0x91 0x20;\n\n    memory \"flash\"\n        size      = 0x800;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x40;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny412\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t412\";\n    desc      = \"ATtiny412\";\n    signature = 0x1E 0x92 0x23;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n#------------------------------------------------------------\n# ATtiny414\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t414\";\n    desc      = \"ATtiny414\";\n    signature = 0x1E 0x92 0x22;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny416\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t416\";\n    desc      = \"ATtiny416\";\n    signature = 0x1E 0x92 0x21;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n#------------------------------------------------------------\n# ATtiny417\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t417\";\n    desc      = \"ATtiny417\";\n    signature = 0x1E 0x92 0x20;\n\n    memory \"flash\"\n        size      = 0x1000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n#------------------------------------------------------------\n# ATtiny814\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t814\";\n    desc      = \"ATtiny814\";\n    signature = 0x1E 0x93 0x22;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n#------------------------------------------------------------\n# ATtiny816\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t816\";\n    desc      = \"ATtiny816\";\n    signature = 0x1E 0x93 0x21;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny817\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t817\";\n    desc      = \"ATtiny817\";\n    signature = 0x1E 0x93 0x20;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x80;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny1614\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t1614\";\n    desc      = \"ATtiny1614\";\n    signature = 0x1E 0x94 0x22;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny1616\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t1616\";\n    desc      = \"ATtiny1616\";\n    signature = 0x1E 0x94 0x21;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny1617\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t1617\";\n    desc      = \"ATtiny1617\";\n    signature = 0x1E 0x94 0x20;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x8000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny3214\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t3214\";\n    desc      = \"ATtiny3214\";\n    signature = 0x1E 0x95 0x20;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny3216\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t3216\";\n    desc      = \"ATtiny3216\";\n    signature = 0x1E 0x95 0x21;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATtiny3217\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"t3217\";\n    desc      = \"ATtiny3217\";\n    signature = 0x1E 0x95 0x22;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x8000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega808\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"m808\";\n    desc      = \"ATmega808\";\n    signature = 0x1E 0x93 0x26;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega809\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"m809\";\n    desc      = \"ATmega809\";\n    signature = 0x1E 0x93 0x2A;\n\n    memory \"flash\"\n        size      = 0x2000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega1608\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"m1608\";\n    desc      = \"ATmega1608\";\n    signature = 0x1E 0x94 0x27;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega1609\n#------------------------------------------------------------\n\npart parent    \".avr8x_tiny\"\n    id        = \"m1609\";\n    desc      = \"ATmega1609\";\n    signature = 0x1E 0x94 0x26;\n\n    memory \"flash\"\n        size      = 0x4000;\n        offset    = 0x4000;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega3208\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id        = \"m3208\";\n    desc      = \"ATmega3208\";\n    signature = 0x1E 0x95 0x30;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega3209\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id        = \"m3209\";\n    desc      = \"ATmega3209\";\n    signature = 0x1E 0x95 0x31;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega4808\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id        = \"m4808\";\n    desc      = \"ATmega4808\";\n    signature = 0x1E 0x96 0x50;\n\n    memory \"flash\"\n        size      = 0xC000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# ATmega4809\n#------------------------------------------------------------\n\npart parent    \".avr8x_mega\"\n    id        = \"m4809\";\n    desc      = \"ATmega4809\";\n    signature = 0x1E 0x96 0x51;\n\n    memory \"flash\"\n        size      = 0xC000;\n        offset    = 0x4000;\n        page_size = 0x80;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x100;\n        offset    = 0x1400;\n        page_size = 0x40;\n        readsize  = 0x100;\n    ;\n;\n\n\n#------------------------------------------------------------\n# AVR DA family common values\n#------------------------------------------------------------\n\npart\n    id    = \".avrda\";\n    desc  = \"AVRDA family common values\";\n    has_updi  = yes;\n    nvm_base  = 0x1000;\n    ocd_base  = 0x0F80;\n    rampz     = 0x0B;\n\n    memory \"signature\"\n        size    = 3;\n        offset    = 0x1100;\n    ;\n\n    memory \"prodsig\"\n        size    = 0x3D;\n        offset    = 0x1103;\n        page_size = 0x3D;\n        readsize  = 0x3D;\n    ;\n\n    memory \"fuses\"\n        size    = 9;\n        offset    = 0x1050;\n    ;\n\n    memory \"fuse0\"\n        size    = 1;\n        offset    = 0x1050;\n    ;\n\n    memory \"fuse1\"\n        size    = 1;\n        offset    = 0x1051;\n    ;\n\n    memory \"fuse2\"\n        size    = 1;\n        offset    = 0x1052;\n    ;\n\n    memory \"fuse5\"\n        size    = 1;\n        offset    = 0x1055;\n    ;\n\n    memory \"fuse6\"\n        size    = 1;\n        offset    = 0x1056;\n    ;\n\n    memory \"fuse7\"\n        size    = 1;\n        offset    = 0x1057;\n    ;\n\n    memory \"fuse8\"\n        size    = 1;\n        offset    = 0x1058;\n    ;\n\n    memory \"lock\"\n        size    = 4;\n        offset    = 0x1040;\n    ;\n\n    memory \"data\"\n        # SRAM, only used to supply the offset\n        offset    = 0x1000000;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DA64\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128da64\";\n    desc      = \"AVR128DA64\";\n    signature = 0x1E 0x97 0x07;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DA48\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128da48\";\n    desc      = \"AVR128DA48\";\n    signature = 0x1E 0x97 0x08;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DA32\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128da32\";\n    desc      = \"AVR128DA32\";\n    signature = 0x1E 0x97 0x09;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x200;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DA28\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128da28\";\n    desc      = \"AVR128DA28\";\n    signature = 0x1E 0x97 0x0A;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n\n#------------------------------------------------------------\n# AVR64DA64\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64da64\";\n    desc      = \"AVR64DA64\";\n    signature = 0x1E 0x96 0x12;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DA48\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64da48\";\n    desc      = \"AVR64DA48\";\n    signature = 0x1E 0x96 0x13;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DA32\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64da32\";\n    desc      = \"AVR64DA32\";\n    signature = 0x1E 0x96 0x14;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x200;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DA28\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64da28\";\n    desc      = \"AVR64DA28\";\n    signature = 0x1E 0x96 0x15;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n#------------------------------------------------------------\n# AVR32DA48\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr32da48\";\n    desc      = \"AVR32DA48\";\n    signature = 0x1E 0x95 0x32;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32DA32\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr32da32\";\n    desc      = \"AVR32DA32\";\n    signature = 0x1E 0x95 0x33;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x200;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32DA28\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr32da28\";\n    desc      = \"AVR32DA28\";\n    signature = 0x1E 0x95 0x34;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n\n#------------------------------------------------------------\n# AVR128DB64\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128db64\";\n    desc      = \"AVR128DB64\";\n    signature = 0x1E 0x97 0x0B;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DB48\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128db48\";\n    desc      = \"AVR128DB48\";\n    signature = 0x1E 0x97 0x0C;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DB32\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128db32\";\n    desc      = \"AVR128DB32\";\n    signature = 0x1E 0x97 0x0D;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x200;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR128DB28\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr128db28\";\n    desc      = \"AVR128DB28\";\n    signature = 0x1E 0x97 0x0E;\n\n    memory \"flash\"\n        size      = 0x20000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n        load_ext_addr   = \"  0   1   0   0      1   1   0   1\",\n                          \"  0   0   0   0      0   0   0   0\",\n                          \"  0   0   0   0      0   0   0 a16\",\n                          \"  0   0   0   0      0   0   0   0\";\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n#------------------------------------------------------------\n# AVR64DB64\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64db64\";\n    desc      = \"AVR64DB64\";\n    signature = 0x1E 0x96 0x16;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DB48\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64db48\";\n    desc      = \"AVR64DB48\";\n    signature = 0x1E 0x96 0x17;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DB32\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64db32\";\n    desc      = \"AVR64DB32\";\n    signature = 0x1E 0x96 0x18;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x200;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR64DB28\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr64db28\";\n    desc      = \"AVR64DB28\";\n    signature = 0x1E 0x96 0x19;\n\n    memory \"flash\"\n        size      = 0x10000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n\n#------------------------------------------------------------\n# AVR32DB48\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr32db48\";\n    desc      = \"AVR32DB48\";\n    signature = 0x1E 0x95 0x35;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32DB32\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr32db32\";\n    desc      = \"AVR32DB32\";\n    signature = 0x1E 0x95 0x36;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x200;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n#------------------------------------------------------------\n# AVR32DB28\n#------------------------------------------------------------\n\npart parent    \".avrda\"\n    id        = \"avr32db28\";\n    desc      = \"AVR32DB28\";\n    signature = 0x1E 0x95 0x37;\n\n    memory \"flash\"\n        size      = 0x8000;\n        offset    = 0x800000;\n        page_size = 0x200;\n        readsize  = 0x100;\n    ;\n\n    memory \"eeprom\"\n        size      = 0x200;\n        offset    = 0x1400;\n        page_size = 0x20;\n        readsize  = 0x100;\n    ;\n;\n\n\n\n\nprogrammer\n  id    = \"jtag2updi\";\n  desc  = \"JTAGv2 to UPDI bridge\";\n  type  = \"jtagmkii_pdi\";\n  connection_type = serial;\n  baudrate = 115200;\n;\n\nprogrammer\n  id    = \"snap_updi\";\n  desc  = \"MPLAB SNAP in UPDI mode\";\n  type  = \"jtagice3_updi\";\n  connection_type = usb;\n  usbvid = 0x04D8;\n  usbpid = 0x9018;\n;\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/build/JTAG2UPDI.hex",
    "content": ":1000000052C100006BC1000069C1000067C100005F\n:1000100065C1000063C1000061C100005FC1000054\n:100020005DC100005BC1000059C1000057C1000064\n:1000300055C1000053C1000051C100004FC1000074\n:100040004DC100004BC1000049C1000047C1000084\n:1000500045C1000043C1000041C100003FC1000094\n:100060003DC100003BC10000860101000601010006\n:1000700006010000000000004A5441474943452062\n:100080006D6B49490065736172454D564E4003A042\n:1000900001CF0067003300220010008A0020676F44\n:1000A00072504D564E0000891112239B322446ADEA\n:1000B000573665BF74488CC19D5AAFD3BE6CCAE534\n:1000C000DB7EE9F7F88110080193331A22A5562C3C\n:1000D00047B7753E64C99C408DDBBF52AEEDDA6414\n:1000E000CBFFF976E802218B30100299132667AF17\n:1000F000763444BD554AADC3BC588ED19F6EEBE7F4\n:10010000FA7CC8F5D983310A2091121803A7772EFB\n:1001100066B5543C45CBBD42ACD99E508FEFFB66D3\n:10012000EAFDD874C904428D5316619F702004A95A\n:10013000153227BB364CCEC5DF5EEDD7FC6888E1B3\n:10014000997AABF3BA85520C4397711E60A11428BB\n:1001500005B3373A26CDDE44CFDFFD56ECE9986093\n:1001600089FBBB72AA06638F7214409D512225AB96\n:10017000343006B9174EEFC7FE5CCCD5DD6AA9E373\n:10018000B8788AF19B87730E6295501C41A3352A7B\n:1001900024B1163807CFFF46EEDDDC54CDEBB96253\n:1001A000A8F99A708B088481951AA793B62CC2A5DA\n:1001B000D33EE1B7F04008C919522BDB3A644EED4B\n:1001C0005F766DFF7C899400859BB712A6ADD22423\n:1001D000C3BFF136E0C1184809D33B5A2AE55E6C2B\n:1001E0004FF77D7E6C0AA583B4188691972EE3A7FE\n:1001F000F23CC0B5D14229CB38500AD91B666FEF0B\n:100200007E744CFD5D8BB502A499961087AFF326E2\n:10021000E2BDD034C1C3394A28D11A580BE77F6EEA\n:100220006EF55C7C4D0CC685D71EE597F42880A141\n:10023000913AA3B3B2444ACD5B5669DF78600CE9CA\n:100240001D722FFB3E8DD604C79FF516E4A99020A2\n:1002500081BBB332A2C55A4C4BD7795E68E11C68AA\n:100260000DF33F7A2E0EE787F61CC495D52AA1A37D\n:10027000B03882B193466BCF7A5448DD59622DEB8A\n:100280003C700EF91F8FF706E69DD414C5ABB12262\n:10029000A0B9923083C77B4E6AD5585C49E33D6A6A\n:1002A0002CF11E780F0011241FBECFEFD8E0DEBF67\n:1002B000CDBF11E0A0E0B1E0E6E8FCE002C00590AF\n:1002C0000D92A230B107D9F723E0A2E0B1E001C05E\n:1002D0001D92AA3CB207E1F7E7D1D3C491CE86279D\n:1002E000E82FF0E0EE0FFF1FEB55FF4F2591349103\n:1002F000872F8227932F0895569A0BB038E720E373\n:100300002A95F1F75E9801F025E12A95F1F780FB37\n:1003100006F887953041000087F90BB8A8F727E168\n:100320002A95F1F730FB06F80BB828E12A95F1F78A\n:100330005E9A5698089556985E981092850010928D\n:100340008400A1E8B0E084E08C93E6E3F0E080E88C\n:100350002081247079F44E99FBCF2EE02A95F1F795\n:1003600026E12150F1F74E9908948795C8F720E3CC\n:100370002A95F1F75E9A1C92089585E5BDDF84E029\n:10038000BBDF82E0B9DF80E1B7DFD5CF85E5B4DF41\n:100390008BE8B2DFD0CFCF93C82F85E5ADDF84E601\n:1003A000ABDF8C2FA9DFCF91C6CFCF9385E5A4DF3C\n:1003B00089E2A2DFC0DFC82FBEDF982F8C2FCF913C\n:1003C00008951F93CF93DF93162FD72FC82F85E55E\n:1003D00093DF8AE691DF812F8FDF8D2F8DDF8C2FCA\n:1003E0008BDFDF91CF911F91A6CFCF93DF93D82FD3\n:1003F000C92F85E581DF89E67FDF8D2F7DDF8C2F9B\n:100400007BDFDF91CF9197CF0F931F93CF93DF9334\n:100410008B01D82FC42F85E56FDF88E46DDF802F37\n:100420006BDF812F69DF8D2F67DF85DF8C2F64DF26\n:10043000DF91CF911F910F917ECF1F93CF93DF93C9\n:10044000182FD92FC62F85E557DF84E455DF812F7C\n:1004500053DF8D2F51DF6FDF8C2F4EDFDF91CF9178\n:100460001F9169CFCF93C82F85E546DF80EA44DF2F\n:100470008C2FCF9141CFCF93DF93D82FC62F85E517\n:100480003BDF80EC8D0F38DF8C2FDF91CF9134CFA5\n:10049000CF93DF9369E588E0EEDF60E088E0EBDF93\n:1004A000C0E0D6E073DF8E7039F4C23029F0B29B21\n:1004B000F9CFD6BBCF5FF6CF81E0C23008F080E045\n:1004C000DF91CF910895E0ECF0E0808187FFFDCFD0\n:1004D0008091C6000895E0ECF0E0908195FFFDCF9B\n:1004E0009081906490838093C6000895EF92FF926C\n:1004F0001F93CF93DF93D82FC62F1FEF180F55DF11\n:100500007C013BDF8370E9F7C7016FDF6EE082E0BB\n:10051000B2DF812FA7DFEC2FF0E0E85FFE4F1681FE\n:1005200085E5EADE84E6E8DE812FE6DEDC0FCF5FDC\n:10053000CD1739F0EC2FF0E0E85FFE4F8681DCDE6E\n:10054000F6CF66E082E097DF8C2FDF91CF911F918D\n:10055000FF90EF90089511DF8370E9F70895482F19\n:1005600060E070E180E090E04FCF85E5C5DE88E097\n:10057000C3DE82E0C1DE80E1BFDE80E0BDDEDBDE27\n:10058000837099F708950F931F93CF938C0185E59E\n:10059000B3DE80EEB1DEC8E0F8018491ADDE0F5F1E\n:1005A0001F4FC150C9F7CF911F910F910895E8E0F7\n:1005B000F1E021E030E0338322838683089564E014\n:1005C00083E059DF809107018E7F8093070180E8E7\n:1005D000EECFDCDE8F7E883029F0823881F42D98D2\n:1005E0008BEA0AC080910001823039F4BEDF50DF0F\n:1005F0002D988823A9F380E8DACFADDFF8CFE8E0C3\n:10060000F1E022E030E03383228395EA968387830A\n:100610000895CF93BBDEC82FCF7EC13271F048F46E\n:10062000C830D1F0E8E0F1E085EA8683C783CF9156\n:100630000895C23811F0C23AA9F72ADF811103C028\n:100640008BEACF91B4CFA2DE80FDECCF8DE990E0B4\n:100650009ADF1EDF8823A1F380910001813039F4F5\n:1006600064E080E090E1E9DE2D9A80E8EACF7DDF6A\n:1006700040E062E070E180E090E0C6DE81E06FDFA4\n:10068000F3CF569A5E9829E989E191E021508040A4\n:100690009040E1F700005E9A8FEF9FE10197F1F73C\n:1006A00000C000005698089580E48BB9259A8AE628\n:1006B00098E190938B0080938A0082E08093C00041\n:1006C00087E690E09093C5008093C40088E1809312\n:1006D000C100C8E0D1E07E01E2E02E2E312CF3DE35\n:1006E0008B31E9F76FEF7FEFFADD8C0178E0872E31\n:1006F00071E0972EE8DEF40181934F01B801EFDD40\n:100700008C01FEE08F16F1E09F06A1F78A819B81A4\n:100710008D3B924020F7D7DE8E3009F7B801DFDD40\n:100720006C018E01C8018C1B9D0B0F5F1F4F2A812E\n:100730003B818217930738F4C6DEF8018583B60142\n:10074000CEDD6C01EFCFBFDE182FBDDE982F812FDD\n:10075000C816D90609F0C3CFF7018681883009F49D\n:10076000FBC0F0F4823009F4D5C040F4882309F4CA\n:10077000E2C0813009F450C080EA9FC0843009F49F\n:100780002AC108F491C08530B9F700DE883009F439\n:10079000E8C03B822A8285EA8E8381E08F8357C03E\n:1007A0008F3009F4C6C068F58B30A1F18C3021F789\n:1007B000E3E0F2E0808190E0982F8827E2E0F2E029\n:1007C0002081820F911D9093050180930401E4E044\n:1007D000F2E080818093030154DF53DF66E082E022\n:1007E0004ADE80910401909105018F3F910509F047\n:1007F00008F4B5C082E08093000180910701816018\n:10080000A6C0853109F4A6C0843309F4E6C1843159\n:1008100009F0B2CFFEDE1BC082E08093020184E0CB\n:10082000809306012DE130E033832283E8E6F0E097\n:10083000AEE0B1E084918D9331968BE291E08A171E\n:100840009B07C1F780910701826080930701B29BEB\n:1008500002C08BEAACDE8BE13EDE6FEF7FEF3FDD67\n:100860008C016E01F60181916F0135DEB80137DD33\n:100870008C018C149D04B1F78EE02DDEB8012FDDC4\n:100880006C018E01C8018C1B9D0B0F5F1F4F2A81CD\n:100890003B818217930708F0DCC1F80185811BDEDC\n:1008A000B6011DDD6C01EECF8781833039F138F45C\n:1008B000813089F08230B1F081EA79DEC8CF8530AD\n:1008C00019F18630C9F723E030E03B832A8388E8BA\n:1008D0008F8383E105C023E030E03B832A838F834D\n:1008E000888709C085E090E09B838A831F8286E029\n:1008F000888719868A8781E88E83A9CF33822282EE\n:10090000809102018783F7CF809106013B822A8282\n:100910008F83F1CF80859781933049F0953061F6D0\n:100920009FEF980F983040F68093060102C08093A5\n:10093000020180E8C2CF84E0809306018091070124\n:1009400080FF02C046DE3BDE809107018D7F8093F1\n:100950000701EFCF3EDE7BCF3CDE31DE78CF81E09A\n:100960004ACF088519858091000152E0D52E81304B\n:1009700011F043E0D42E85E5BFDC87E68D0DBCDCAD\n:100980008C85BADC8D85B8DCF3E0DF1202C08E8581\n:10099000B3DCD1DC8FEF800F65DD85E5ADDC84E273\n:1009A000ABDCC9DC8F8320E1A22E21E0B22E32E045\n:1009B000C32ED12C0C151D0540F0BDDCF501819333\n:1009C0005F01FFEFCF1ADF0AF5CF0F5F1F4F1B83C9\n:1009D0000A8382E891CFDADC883009F0DACEF701B9\n:1009E00087810085118560900001F1E06F1268C079\n:1009F000F701D484C58490E4980F923008F039C090\n:100A0000E4E0F1E050808D2D9C2DEFDCD1948FEF50\n:100A1000850DD822D016110611F008F0D02E8AE0EC\n:100A2000782EDD2071F06AE08D2D60DD782E0D19B5\n:100A30001109BBDC6C01662D80E090E1FEDCC60193\n:100A4000D4DCC52CD12C0115110509F472CF672D0A\n:100A50000C151D0578F1852D49DD782E0C191D0921\n:100A6000A4DC5C01662D80E090E1E7DCC501BDDC23\n:100A7000EACF50900301843B38F4823B50F4823239\n:100A800031F493E0692EBFCF845C8230D0F382EAE8\n:100A900014CF188986E090E1A8DC812F7CDC80E00F\n:100AA0007ADC8D2D78DC8C2D76DC67E080E090E1BF\n:100AB000C4DC3FCF802F1ADD782E10E000E0D0CFCD\n:100AC000F7014684512C712C612C320155244424A9\n:100AD0009485492A458550E0542F442770E060E012\n:100AE000442A552A662A772A823CB8F4803CD0F4FE\n:100AF000823221F060F2825B823048F673E1D72EB9\n:100B000034DD81E02CDD8D2D2ADD0130110569F405\n:100B10004889C301B20178DC0CCF843C79F3853C71\n:100B200009F0B5CF62E0D62EEBCF0430110518F0F6\n:100B3000F2E0DF16B9F08D2D12DDC301B20141DC08\n:100B40008FEF800F8FDC888926DCD02E09E111E041\n:100B5000DA94DD2009F4EDCEF80181918F01CCDB30\n:100B6000EADBF6CFC80196958795A82EBB24BA94E8\n:100B7000B80EC301B20125DC6EE082E07CDC8B2D77\n:100B800071DCD988C88885E5B7DB85E6B5DB8C2DB7\n:100B9000B3DB8D2DB1DB6E01AA94F2E0CF0ED11C38\n:100BA000AA2039F0F6018089A7DBF6018189A4DB50\n:100BB000F3CFEB2DF0E03696EE0FFF1F00FF09C0DC\n:100BC000E85FFE4F168185E597DB84E695DB812F94\n:100BD00093DB66E082E04FDCACCE2781263060F408\n:100BE000243080F42111C8CD85E890E0CCDC50DCC5\n:100BF000811110CE8BEA61CE263009F49ACE2730CF\n:100C000009F0BACD4A84512C712C612C3201552443\n:100C100044248885482A898590E0982F8827B0E069\n:100C2000A0E0482A592A6A2A7B2A80910001813053\n:100C300049F4273009F47DCE8EDC6FEFC201FDDB75\n:100C400062E034CF92DC81E08ADC88E088DC4FEF20\n:100C500060CF8C2D40DC8D2D3EDCE0ECF0E080811F\n:100C600086FFFBCFE0910601E150FF0BEE0FFF1F67\n:100C7000E357FF4F859194919093C5008093C400F2\n:060C80002ECDF894FFCF19\n:020C860001006B\n:00000001FF\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/build/JTAG2UPDI.lss",
    "content": "\nJTAG2UPDI.elf:     file format elf32-avr\n\nSections:\nIdx Name          Size      VMA       LMA       File off  Algn\n  0 .data         00000002  00800100  00000c86  00000d1a  2**0\n                  CONTENTS, ALLOC, LOAD, DATA\n  1 .text         00000c86  00000000  00000000  00000094  2**1\n                  CONTENTS, ALLOC, LOAD, READONLY, CODE\n  2 .bss          000002c8  00800102  00800102  00000d1c  2**0\n                  ALLOC\n  3 .comment      00000011  00000000  00000000  00000d1c  2**0\n                  CONTENTS, READONLY\n  4 .note.gnu.avr.deviceinfo 00000040  00000000  00000000  00000d30  2**2\n                  CONTENTS, READONLY\n  5 .debug_aranges 00000060  00000000  00000000  00000d70  2**3\n                  CONTENTS, READONLY, DEBUGGING\n  6 .debug_info   00000825  00000000  00000000  00000dd0  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  7 .debug_abbrev 000005de  00000000  00000000  000015f5  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  8 .debug_line   0000019a  00000000  00000000  00001bd3  2**0\n                  CONTENTS, READONLY, DEBUGGING\n  9 .debug_str    00000208  00000000  00000000  00001d6d  2**0\n                  CONTENTS, READONLY, DEBUGGING\n\nDisassembly of section .text:\n\n00000000 <__vectors>:\n   0:\t52 c1       \trjmp\t.+676    \t; 0x2a6 <__ctors_end>\n   2:\t00 00       \tnop\n   4:\t6b c1       \trjmp\t.+726    \t; 0x2dc <__bad_interrupt>\n   6:\t00 00       \tnop\n   8:\t69 c1       \trjmp\t.+722    \t; 0x2dc <__bad_interrupt>\n   a:\t00 00       \tnop\n   c:\t67 c1       \trjmp\t.+718    \t; 0x2dc <__bad_interrupt>\n   e:\t00 00       \tnop\n  10:\t65 c1       \trjmp\t.+714    \t; 0x2dc <__bad_interrupt>\n  12:\t00 00       \tnop\n  14:\t63 c1       \trjmp\t.+710    \t; 0x2dc <__bad_interrupt>\n  16:\t00 00       \tnop\n  18:\t61 c1       \trjmp\t.+706    \t; 0x2dc <__bad_interrupt>\n  1a:\t00 00       \tnop\n  1c:\t5f c1       \trjmp\t.+702    \t; 0x2dc <__bad_interrupt>\n  1e:\t00 00       \tnop\n  20:\t5d c1       \trjmp\t.+698    \t; 0x2dc <__bad_interrupt>\n  22:\t00 00       \tnop\n  24:\t5b c1       \trjmp\t.+694    \t; 0x2dc <__bad_interrupt>\n  26:\t00 00       \tnop\n  28:\t59 c1       \trjmp\t.+690    \t; 0x2dc <__bad_interrupt>\n  2a:\t00 00       \tnop\n  2c:\t57 c1       \trjmp\t.+686    \t; 0x2dc <__bad_interrupt>\n  2e:\t00 00       \tnop\n  30:\t55 c1       \trjmp\t.+682    \t; 0x2dc <__bad_interrupt>\n  32:\t00 00       \tnop\n  34:\t53 c1       \trjmp\t.+678    \t; 0x2dc <__bad_interrupt>\n  36:\t00 00       \tnop\n  38:\t51 c1       \trjmp\t.+674    \t; 0x2dc <__bad_interrupt>\n  3a:\t00 00       \tnop\n  3c:\t4f c1       \trjmp\t.+670    \t; 0x2dc <__bad_interrupt>\n  3e:\t00 00       \tnop\n  40:\t4d c1       \trjmp\t.+666    \t; 0x2dc <__bad_interrupt>\n  42:\t00 00       \tnop\n  44:\t4b c1       \trjmp\t.+662    \t; 0x2dc <__bad_interrupt>\n  46:\t00 00       \tnop\n  48:\t49 c1       \trjmp\t.+658    \t; 0x2dc <__bad_interrupt>\n  4a:\t00 00       \tnop\n  4c:\t47 c1       \trjmp\t.+654    \t; 0x2dc <__bad_interrupt>\n  4e:\t00 00       \tnop\n  50:\t45 c1       \trjmp\t.+650    \t; 0x2dc <__bad_interrupt>\n  52:\t00 00       \tnop\n  54:\t43 c1       \trjmp\t.+646    \t; 0x2dc <__bad_interrupt>\n  56:\t00 00       \tnop\n  58:\t41 c1       \trjmp\t.+642    \t; 0x2dc <__bad_interrupt>\n  5a:\t00 00       \tnop\n  5c:\t3f c1       \trjmp\t.+638    \t; 0x2dc <__bad_interrupt>\n  5e:\t00 00       \tnop\n  60:\t3d c1       \trjmp\t.+634    \t; 0x2dc <__bad_interrupt>\n  62:\t00 00       \tnop\n  64:\t3b c1       \trjmp\t.+630    \t; 0x2dc <__bad_interrupt>\n\t...\n\n00000068 <__trampolines_end>:\n  68:\t86 01       \tmovw\tr16, r12\n  6a:\t01 00       \t.word\t0x0001\t; ????\n  6c:\t06 01       \tmovw\tr0, r12\n  6e:\t01 00       \t.word\t0x0001\t; ????\n  70:\t06 01       \tmovw\tr0, r12\n  72:\t00 00       \tnop\n  74:\t00 00       \tnop\n  76:\t00 00       \tnop\n  78:\t4a 54       \tsubi\tr20, 0x4A\t; 74\n  7a:\t41 47       \tsbci\tr20, 0x71\t; 113\n  7c:\t49 43       \tsbci\tr20, 0x39\t; 57\n  7e:\t45 20       \tand\tr4, r5\n  80:\t6d 6b       \tori\tr22, 0xBD\t; 189\n  82:\t49 49       \tsbci\tr20, 0x99\t; 153\n\t...\n\n00000085 <_ZN4UPDI10Chip_EraseE>:\n  85:\t65 73 61 72 45 4d 56 4e                             esarEMVN\n\n0000008d <_ZN12_GLOBAL__N_1L8baud_tblE>:\n  8d:\t40 03 a0 01 cf 00 67 00 33 00 22 00 10 00 8a 00     @.....g.3.\".....\n\n0000009d <_ZN4UPDI8NVM_ProgE>:\n  9d:\t20 67 6f 72 50 4d 56 4e                              gorPMVN\n\n000000a5 <_ZN12_GLOBAL__N_1L9crc_tableE>:\n  a5:\t00 00 89 11 12 23 9b 32 24 46 ad 57 36 65 bf 74     .....#.2$F.W6e.t\n  b5:\t48 8c c1 9d 5a af d3 be 6c ca e5 db 7e e9 f7 f8     H...Z...l...~...\n  c5:\t81 10 08 01 93 33 1a 22 a5 56 2c 47 b7 75 3e 64     .....3.\".V,G.u>d\n  d5:\tc9 9c 40 8d db bf 52 ae ed da 64 cb ff f9 76 e8     ..@...R...d...v.\n  e5:\t02 21 8b 30 10 02 99 13 26 67 af 76 34 44 bd 55     .!.0....&g.v4D.U\n  f5:\t4a ad c3 bc 58 8e d1 9f 6e eb e7 fa 7c c8 f5 d9     J...X...n...|...\n 105:\t83 31 0a 20 91 12 18 03 a7 77 2e 66 b5 54 3c 45     .1. .....w.f.T<E\n 115:\tcb bd 42 ac d9 9e 50 8f ef fb 66 ea fd d8 74 c9     ..B...P...f...t.\n 125:\t04 42 8d 53 16 61 9f 70 20 04 a9 15 32 27 bb 36     .B.S.a.p ...2'.6\n 135:\t4c ce c5 df 5e ed d7 fc 68 88 e1 99 7a ab f3 ba     L...^...h...z...\n 145:\t85 52 0c 43 97 71 1e 60 a1 14 28 05 b3 37 3a 26     .R.C.q.`..(..7:&\n 155:\tcd de 44 cf df fd 56 ec e9 98 60 89 fb bb 72 aa     ..D...V...`...r.\n 165:\t06 63 8f 72 14 40 9d 51 22 25 ab 34 30 06 b9 17     .c.r.@.Q\"%.40...\n 175:\t4e ef c7 fe 5c cc d5 dd 6a a9 e3 b8 78 8a f1 9b     N...\\...j...x...\n 185:\t87 73 0e 62 95 50 1c 41 a3 35 2a 24 b1 16 38 07     .s.b.P.A.5*$..8.\n 195:\tcf ff 46 ee dd dc 54 cd eb b9 62 a8 f9 9a 70 8b     ..F...T...b...p.\n 1a5:\t08 84 81 95 1a a7 93 b6 2c c2 a5 d3 3e e1 b7 f0     ........,...>...\n 1b5:\t40 08 c9 19 52 2b db 3a 64 4e ed 5f 76 6d ff 7c     @...R+.:dN._vm.|\n 1c5:\t89 94 00 85 9b b7 12 a6 ad d2 24 c3 bf f1 36 e0     ..........$...6.\n 1d5:\tc1 18 48 09 d3 3b 5a 2a e5 5e 6c 4f f7 7d 7e 6c     ..H..;Z*.^lO.}~l\n 1e5:\t0a a5 83 b4 18 86 91 97 2e e3 a7 f2 3c c0 b5 d1     ............<...\n 1f5:\t42 29 cb 38 50 0a d9 1b 66 6f ef 7e 74 4c fd 5d     B).8P...fo.~tL.]\n 205:\t8b b5 02 a4 99 96 10 87 af f3 26 e2 bd d0 34 c1     ..........&...4.\n 215:\tc3 39 4a 28 d1 1a 58 0b e7 7f 6e 6e f5 5c 7c 4d     .9J(..X...nn.\\|M\n 225:\t0c c6 85 d7 1e e5 97 f4 28 80 a1 91 3a a3 b3 b2     ........(...:...\n 235:\t44 4a cd 5b 56 69 df 78 60 0c e9 1d 72 2f fb 3e     DJ.[Vi.x`...r/.>\n 245:\t8d d6 04 c7 9f f5 16 e4 a9 90 20 81 bb b3 32 a2     .......... ...2.\n 255:\tc5 5a 4c 4b d7 79 5e 68 e1 1c 68 0d f3 3f 7a 2e     .ZLK.y^h..h..?z.\n 265:\t0e e7 87 f6 1c c4 95 d5 2a a1 a3 b0 38 82 b1 93     ........*...8...\n 275:\t46 6b cf 7a 54 48 dd 59 62 2d eb 3c 70 0e f9 1f     Fk.zTH.Yb-.<p...\n 285:\t8f f7 06 e6 9d d4 14 c5 ab b1 22 a0 b9 92 30 83     ..........\"...0.\n 295:\tc7 7b 4e 6a d5 58 5c 49 e3 3d 6a 2c f1 1e 78 0f     .{Nj.X\\I.=j,..x.\n\t...\n\n000002a6 <__ctors_end>:\n 2a6:\t11 24       \teor\tr1, r1\n 2a8:\t1f be       \tout\t0x3f, r1\t; 63\n 2aa:\tcf ef       \tldi\tr28, 0xFF\t; 255\n 2ac:\td8 e0       \tldi\tr29, 0x08\t; 8\n 2ae:\tde bf       \tout\t0x3e, r29\t; 62\n 2b0:\tcd bf       \tout\t0x3d, r28\t; 61\n\n000002b2 <__do_copy_data>:\n 2b2:\t11 e0       \tldi\tr17, 0x01\t; 1\n 2b4:\ta0 e0       \tldi\tr26, 0x00\t; 0\n 2b6:\tb1 e0       \tldi\tr27, 0x01\t; 1\n 2b8:\te6 e8       \tldi\tr30, 0x86\t; 134\n 2ba:\tfc e0       \tldi\tr31, 0x0C\t; 12\n 2bc:\t02 c0       \trjmp\t.+4      \t; 0x2c2 <__do_copy_data+0x10>\n 2be:\t05 90       \tlpm\tr0, Z+\n 2c0:\t0d 92       \tst\tX+, r0\n 2c2:\ta2 30       \tcpi\tr26, 0x02\t; 2\n 2c4:\tb1 07       \tcpc\tr27, r17\n 2c6:\td9 f7       \tbrne\t.-10     \t; 0x2be <__do_copy_data+0xc>\n\n000002c8 <__do_clear_bss>:\n 2c8:\t23 e0       \tldi\tr18, 0x03\t; 3\n 2ca:\ta2 e0       \tldi\tr26, 0x02\t; 2\n 2cc:\tb1 e0       \tldi\tr27, 0x01\t; 1\n 2ce:\t01 c0       \trjmp\t.+2      \t; 0x2d2 <.do_clear_bss_start>\n\n000002d0 <.do_clear_bss_loop>:\n 2d0:\t1d 92       \tst\tX+, r1\n\n000002d2 <.do_clear_bss_start>:\n 2d2:\taa 3c       \tcpi\tr26, 0xCA\t; 202\n 2d4:\tb2 07       \tcpc\tr27, r18\n 2d6:\te1 f7       \tbrne\t.-8      \t; 0x2d0 <.do_clear_bss_loop>\n 2d8:\te7 d1       \trcall\t.+974    \t; 0x6a8 <main>\n 2da:\td3 c4       \trjmp\t.+2470   \t; 0xc82 <_exit>\n\n000002dc <__bad_interrupt>:\n 2dc:\t91 ce       \trjmp\t.-734    \t; 0x0 <__vectors>\n\n000002de <_ZN3CRC4nextEhj>:\n 2de:\t86 27       \teor\tr24, r22\n 2e0:\te8 2f       \tmov\tr30, r24\n 2e2:\tf0 e0       \tldi\tr31, 0x00\t; 0\n 2e4:\tee 0f       \tadd\tr30, r30\n 2e6:\tff 1f       \tadc\tr31, r31\n 2e8:\teb 55       \tsubi\tr30, 0x5B\t; 91\n 2ea:\tff 4f       \tsbci\tr31, 0xFF\t; 255\n 2ec:\t25 91       \tlpm\tr18, Z+\n 2ee:\t34 91       \tlpm\tr19, Z\n 2f0:\t87 2f       \tmov\tr24, r23\n 2f2:\t82 27       \teor\tr24, r18\n 2f4:\t93 2f       \tmov\tr25, r19\n 2f6:\t08 95       \tret\n\n000002f8 <_ZN7UPDI_io3putEc>:\n 2f8:\t56 9a       \tsbi\t0x0a, 6\t; 10\n 2fa:\t0b b0       \tin\tr0, 0x0b\t; 11\n 2fc:\t38 e7       \tldi\tr19, 0x78\t; 120\n 2fe:\t20 e3       \tldi\tr18, 0x30\t; 48\n 300:\t2a 95       \tdec\tr18\n 302:\tf1 f7       \tbrne\t.-4      \t; 0x300 <_ZN7UPDI_io3putEc+0x8>\n 304:\t5e 98       \tcbi\t0x0b, 6\t; 11\n 306:\t01 f0       \tbreq\t.+0      \t; 0x308 <TxLoop>\n\n00000308 <TxLoop>:\n 308:\t25 e1       \tldi\tr18, 0x15\t; 21\n 30a:\t2a 95       \tdec\tr18\n 30c:\tf1 f7       \tbrne\t.-4      \t; 0x30a <TxLoop+0x2>\n 30e:\t80 fb       \tbst\tr24, 0\n 310:\t06 f8       \tbld\tr0, 6\n 312:\t87 95       \tror\tr24\n 314:\t30 41       \tsbci\tr19, 0x10\t; 16\n 316:\t00 00       \tnop\n 318:\t87 f9       \tbld\tr24, 7\n 31a:\t0b b8       \tout\t0x0b, r0\t; 11\n 31c:\ta8 f7       \tbrcc\t.-22     \t; 0x308 <TxLoop>\n 31e:\t27 e1       \tldi\tr18, 0x17\t; 23\n 320:\t2a 95       \tdec\tr18\n 322:\tf1 f7       \tbrne\t.-4      \t; 0x320 <TxLoop+0x18>\n 324:\t30 fb       \tbst\tr19, 0\n 326:\t06 f8       \tbld\tr0, 6\n 328:\t0b b8       \tout\t0x0b, r0\t; 11\n 32a:\t28 e1       \tldi\tr18, 0x18\t; 24\n 32c:\t2a 95       \tdec\tr18\n 32e:\tf1 f7       \tbrne\t.-4      \t; 0x32c <TxLoop+0x24>\n 330:\t5e 9a       \tsbi\t0x0b, 6\t; 11\n 332:\t56 98       \tcbi\t0x0a, 6\t; 10\n 334:\t08 95       \tret\n\n00000336 <_ZN7UPDI_io3getEv>:\n 336:\t56 98       \tcbi\t0x0a, 6\t; 10\n 338:\t5e 98       \tcbi\t0x0b, 6\t; 11\n 33a:\t10 92 85 00 \tsts\t0x0085, r1\t; 0x800085 <__TEXT_REGION_LENGTH__+0x7e0085>\n 33e:\t10 92 84 00 \tsts\t0x0084, r1\t; 0x800084 <__TEXT_REGION_LENGTH__+0x7e0084>\n 342:\ta1 e8       \tldi\tr26, 0x81\t; 129\n 344:\tb0 e0       \tldi\tr27, 0x00\t; 0\n 346:\t84 e0       \tldi\tr24, 0x04\t; 4\n 348:\t8c 93       \tst\tX, r24\n 34a:\te6 e3       \tldi\tr30, 0x36\t; 54\n 34c:\tf0 e0       \tldi\tr31, 0x00\t; 0\n 34e:\t80 e8       \tldi\tr24, 0x80\t; 128\n\n00000350 <WaitStart>:\n 350:\t20 81       \tld\tr18, Z\n 352:\t24 70       \tandi\tr18, 0x04\t; 4\n 354:\t79 f4       \tbrne\t.+30     \t; 0x374 <EndByte>\n 356:\t4e 99       \tsbic\t0x09, 6\t; 9\n 358:\tfb cf       \trjmp\t.-10     \t; 0x350 <WaitStart>\n 35a:\t2e e0       \tldi\tr18, 0x0E\t; 14\n\n0000035c <HBitDelay>:\n 35c:\t2a 95       \tdec\tr18\n 35e:\tf1 f7       \tbrne\t.-4      \t; 0x35c <HBitDelay>\n\n00000360 <RxBLoop>:\n 360:\t26 e1       \tldi\tr18, 0x16\t; 22\n\n00000362 <RxBDelay>:\n 362:\t21 50       \tsubi\tr18, 0x01\t; 1\n 364:\tf1 f7       \tbrne\t.-4      \t; 0x362 <RxBDelay>\n 366:\t4e 99       \tsbic\t0x09, 6\t; 9\n 368:\t08 94       \tsec\n 36a:\t87 95       \tror\tr24\n 36c:\tc8 f7       \tbrcc\t.-14     \t; 0x360 <RxBLoop>\n 36e:\t20 e3       \tldi\tr18, 0x30\t; 48\n\n00000370 <StopDelay>:\n 370:\t2a 95       \tdec\tr18\n 372:\tf1 f7       \tbrne\t.-4      \t; 0x370 <StopDelay>\n\n00000374 <EndByte>:\n 374:\t5e 9a       \tsbi\t0x0b, 6\t; 11\n 376:\t1c 92       \tst\tX, r1\n 378:\t08 95       \tret\n\n0000037a <_ZN4UPDI5lds_bEj.constprop.3>:\n 37a:\t85 e5       \tldi\tr24, 0x55\t; 85\n 37c:\tbd df       \trcall\t.-134    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 37e:\t84 e0       \tldi\tr24, 0x04\t; 4\n 380:\tbb df       \trcall\t.-138    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 382:\t82 e0       \tldi\tr24, 0x02\t; 2\n 384:\tb9 df       \trcall\t.-142    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 386:\t80 e1       \tldi\tr24, 0x10\t; 16\n 388:\tb7 df       \trcall\t.-146    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 38a:\td5 cf       \trjmp\t.-86     \t; 0x336 <_ZN7UPDI_io3getEv>\n\n0000038c <_ZN4UPDI4ldcsENS_3regE.constprop.2>:\n 38c:\t85 e5       \tldi\tr24, 0x55\t; 85\n 38e:\tb4 df       \trcall\t.-152    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 390:\t8b e8       \tldi\tr24, 0x8B\t; 139\n 392:\tb2 df       \trcall\t.-156    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 394:\td0 cf       \trjmp\t.-96     \t; 0x336 <_ZN7UPDI_io3getEv>\n\n00000396 <_ZN4UPDI7stinc_bEh>:\n 396:\tcf 93       \tpush\tr28\n 398:\tc8 2f       \tmov\tr28, r24\n 39a:\t85 e5       \tldi\tr24, 0x55\t; 85\n 39c:\tad df       \trcall\t.-166    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 39e:\t84 e6       \tldi\tr24, 0x64\t; 100\n 3a0:\tab df       \trcall\t.-170    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3a2:\t8c 2f       \tmov\tr24, r28\n 3a4:\ta9 df       \trcall\t.-174    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3a6:\tcf 91       \tpop\tr28\n 3a8:\tc6 cf       \trjmp\t.-116    \t; 0x336 <_ZN7UPDI_io3getEv>\n\n000003aa <_ZN4UPDI7ldptr_wEv>:\n 3aa:\tcf 93       \tpush\tr28\n 3ac:\t85 e5       \tldi\tr24, 0x55\t; 85\n 3ae:\ta4 df       \trcall\t.-184    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3b0:\t89 e2       \tldi\tr24, 0x29\t; 41\n 3b2:\ta2 df       \trcall\t.-188    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3b4:\tc0 df       \trcall\t.-128    \t; 0x336 <_ZN7UPDI_io3getEv>\n 3b6:\tc8 2f       \tmov\tr28, r24\n 3b8:\tbe df       \trcall\t.-132    \t; 0x336 <_ZN7UPDI_io3getEv>\n 3ba:\t98 2f       \tmov\tr25, r24\n 3bc:\t8c 2f       \tmov\tr24, r28\n 3be:\tcf 91       \tpop\tr28\n 3c0:\t08 95       \tret\n\n000003c2 <_ZN4UPDI7stptr_lEm>:\n 3c2:\t1f 93       \tpush\tr17\n 3c4:\tcf 93       \tpush\tr28\n 3c6:\tdf 93       \tpush\tr29\n 3c8:\t16 2f       \tmov\tr17, r22\n 3ca:\td7 2f       \tmov\tr29, r23\n 3cc:\tc8 2f       \tmov\tr28, r24\n 3ce:\t85 e5       \tldi\tr24, 0x55\t; 85\n 3d0:\t93 df       \trcall\t.-218    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3d2:\t8a e6       \tldi\tr24, 0x6A\t; 106\n 3d4:\t91 df       \trcall\t.-222    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3d6:\t81 2f       \tmov\tr24, r17\n 3d8:\t8f df       \trcall\t.-226    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3da:\t8d 2f       \tmov\tr24, r29\n 3dc:\t8d df       \trcall\t.-230    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3de:\t8c 2f       \tmov\tr24, r28\n 3e0:\t8b df       \trcall\t.-234    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3e2:\tdf 91       \tpop\tr29\n 3e4:\tcf 91       \tpop\tr28\n 3e6:\t1f 91       \tpop\tr17\n 3e8:\ta6 cf       \trjmp\t.-180    \t; 0x336 <_ZN7UPDI_io3getEv>\n\n000003ea <_ZN4UPDI7stptr_wEj>:\n 3ea:\tcf 93       \tpush\tr28\n 3ec:\tdf 93       \tpush\tr29\n 3ee:\td8 2f       \tmov\tr29, r24\n 3f0:\tc9 2f       \tmov\tr28, r25\n 3f2:\t85 e5       \tldi\tr24, 0x55\t; 85\n 3f4:\t81 df       \trcall\t.-254    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3f6:\t89 e6       \tldi\tr24, 0x69\t; 105\n 3f8:\t7f df       \trcall\t.-258    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3fa:\t8d 2f       \tmov\tr24, r29\n 3fc:\t7d df       \trcall\t.-262    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 3fe:\t8c 2f       \tmov\tr24, r28\n 400:\t7b df       \trcall\t.-266    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 402:\tdf 91       \tpop\tr29\n 404:\tcf 91       \tpop\tr28\n 406:\t97 cf       \trjmp\t.-210    \t; 0x336 <_ZN7UPDI_io3getEv>\n\n00000408 <_ZN4UPDI7sts_b_lEmh>:\n 408:\t0f 93       \tpush\tr16\n 40a:\t1f 93       \tpush\tr17\n 40c:\tcf 93       \tpush\tr28\n 40e:\tdf 93       \tpush\tr29\n 410:\t8b 01       \tmovw\tr16, r22\n 412:\td8 2f       \tmov\tr29, r24\n 414:\tc4 2f       \tmov\tr28, r20\n 416:\t85 e5       \tldi\tr24, 0x55\t; 85\n 418:\t6f df       \trcall\t.-290    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 41a:\t88 e4       \tldi\tr24, 0x48\t; 72\n 41c:\t6d df       \trcall\t.-294    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 41e:\t80 2f       \tmov\tr24, r16\n 420:\t6b df       \trcall\t.-298    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 422:\t81 2f       \tmov\tr24, r17\n 424:\t69 df       \trcall\t.-302    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 426:\t8d 2f       \tmov\tr24, r29\n 428:\t67 df       \trcall\t.-306    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 42a:\t85 df       \trcall\t.-246    \t; 0x336 <_ZN7UPDI_io3getEv>\n 42c:\t8c 2f       \tmov\tr24, r28\n 42e:\t64 df       \trcall\t.-312    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 430:\tdf 91       \tpop\tr29\n 432:\tcf 91       \tpop\tr28\n 434:\t1f 91       \tpop\tr17\n 436:\t0f 91       \tpop\tr16\n 438:\t7e cf       \trjmp\t.-260    \t; 0x336 <_ZN7UPDI_io3getEv>\n\n0000043a <_ZN4UPDI5sts_bEjh>:\n 43a:\t1f 93       \tpush\tr17\n 43c:\tcf 93       \tpush\tr28\n 43e:\tdf 93       \tpush\tr29\n 440:\t18 2f       \tmov\tr17, r24\n 442:\td9 2f       \tmov\tr29, r25\n 444:\tc6 2f       \tmov\tr28, r22\n 446:\t85 e5       \tldi\tr24, 0x55\t; 85\n 448:\t57 df       \trcall\t.-338    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 44a:\t84 e4       \tldi\tr24, 0x44\t; 68\n 44c:\t55 df       \trcall\t.-342    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 44e:\t81 2f       \tmov\tr24, r17\n 450:\t53 df       \trcall\t.-346    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 452:\t8d 2f       \tmov\tr24, r29\n 454:\t51 df       \trcall\t.-350    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 456:\t6f df       \trcall\t.-290    \t; 0x336 <_ZN7UPDI_io3getEv>\n 458:\t8c 2f       \tmov\tr24, r28\n 45a:\t4e df       \trcall\t.-356    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 45c:\tdf 91       \tpop\tr29\n 45e:\tcf 91       \tpop\tr28\n 460:\t1f 91       \tpop\tr17\n 462:\t69 cf       \trjmp\t.-302    \t; 0x336 <_ZN7UPDI_io3getEv>\n\n00000464 <_ZN4UPDI3repEh>:\n 464:\tcf 93       \tpush\tr28\n 466:\tc8 2f       \tmov\tr28, r24\n 468:\t85 e5       \tldi\tr24, 0x55\t; 85\n 46a:\t46 df       \trcall\t.-372    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 46c:\t80 ea       \tldi\tr24, 0xA0\t; 160\n 46e:\t44 df       \trcall\t.-376    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 470:\t8c 2f       \tmov\tr24, r28\n 472:\tcf 91       \tpop\tr28\n 474:\t41 cf       \trjmp\t.-382    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n\n00000476 <_ZN4UPDI4stcsENS_3regEh>:\n 476:\tcf 93       \tpush\tr28\n 478:\tdf 93       \tpush\tr29\n 47a:\td8 2f       \tmov\tr29, r24\n 47c:\tc6 2f       \tmov\tr28, r22\n 47e:\t85 e5       \tldi\tr24, 0x55\t; 85\n 480:\t3b df       \trcall\t.-394    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 482:\t80 ec       \tldi\tr24, 0xC0\t; 192\n 484:\t8d 0f       \tadd\tr24, r29\n 486:\t38 df       \trcall\t.-400    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 488:\t8c 2f       \tmov\tr24, r28\n 48a:\tdf 91       \tpop\tr29\n 48c:\tcf 91       \tpop\tr28\n 48e:\t34 cf       \trjmp\t.-408    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n\n00000490 <_ZN4UPDI9CPU_resetEv>:\n 490:\tcf 93       \tpush\tr28\n 492:\tdf 93       \tpush\tr29\n 494:\t69 e5       \tldi\tr22, 0x59\t; 89\n 496:\t88 e0       \tldi\tr24, 0x08\t; 8\n 498:\tee df       \trcall\t.-36     \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n 49a:\t60 e0       \tldi\tr22, 0x00\t; 0\n 49c:\t88 e0       \tldi\tr24, 0x08\t; 8\n 49e:\teb df       \trcall\t.-42     \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n 4a0:\tc0 e0       \tldi\tr28, 0x00\t; 0\n 4a2:\td6 e0       \tldi\tr29, 0x06\t; 6\n 4a4:\t73 df       \trcall\t.-282    \t; 0x38c <_ZN4UPDI4ldcsENS_3regE.constprop.2>\n 4a6:\t8e 70       \tandi\tr24, 0x0E\t; 14\n 4a8:\t39 f4       \tbrne\t.+14     \t; 0x4b8 <_ZN4UPDI9CPU_resetEv+0x28>\n 4aa:\tc2 30       \tcpi\tr28, 0x02\t; 2\n 4ac:\t29 f0       \tbreq\t.+10     \t; 0x4b8 <_ZN4UPDI9CPU_resetEv+0x28>\n 4ae:\tb2 9b       \tsbis\t0x16, 2\t; 22\n 4b0:\tf9 cf       \trjmp\t.-14     \t; 0x4a4 <_ZN4UPDI9CPU_resetEv+0x14>\n 4b2:\td6 bb       \tout\t0x16, r29\t; 22\n 4b4:\tcf 5f       \tsubi\tr28, 0xFF\t; 255\n 4b6:\tf6 cf       \trjmp\t.-20     \t; 0x4a4 <_ZN4UPDI9CPU_resetEv+0x14>\n 4b8:\t81 e0       \tldi\tr24, 0x01\t; 1\n 4ba:\tc2 30       \tcpi\tr28, 0x02\t; 2\n 4bc:\t08 f0       \tbrcs\t.+2      \t; 0x4c0 <_ZN4UPDI9CPU_resetEv+0x30>\n 4be:\t80 e0       \tldi\tr24, 0x00\t; 0\n 4c0:\tdf 91       \tpop\tr29\n 4c2:\tcf 91       \tpop\tr28\n 4c4:\t08 95       \tret\n\n000004c6 <_ZN7JICE_io3getEv>:\n 4c6:\te0 ec       \tldi\tr30, 0xC0\t; 192\n 4c8:\tf0 e0       \tldi\tr31, 0x00\t; 0\n 4ca:\t80 81       \tld\tr24, Z\n 4cc:\t87 ff       \tsbrs\tr24, 7\n 4ce:\tfd cf       \trjmp\t.-6      \t; 0x4ca <_ZN7JICE_io3getEv+0x4>\n 4d0:\t80 91 c6 00 \tlds\tr24, 0x00C6\t; 0x8000c6 <__TEXT_REGION_LENGTH__+0x7e00c6>\n 4d4:\t08 95       \tret\n\n000004d6 <_ZN7JICE_io3putEc>:\n 4d6:\te0 ec       \tldi\tr30, 0xC0\t; 192\n 4d8:\tf0 e0       \tldi\tr31, 0x00\t; 0\n 4da:\t90 81       \tld\tr25, Z\n 4dc:\t95 ff       \tsbrs\tr25, 5\n 4de:\tfd cf       \trjmp\t.-6      \t; 0x4da <_ZN7JICE_io3putEc+0x4>\n 4e0:\t90 81       \tld\tr25, Z\n 4e2:\t90 64       \tori\tr25, 0x40\t; 64\n 4e4:\t90 83       \tst\tZ, r25\n 4e6:\t80 93 c6 00 \tsts\t0x00C6, r24\t; 0x8000c6 <__TEXT_REGION_LENGTH__+0x7e00c6>\n 4ea:\t08 95       \tret\n\n000004ec <_ZZN12_GLOBAL__N_118NVM_buffered_writeEjjhhENKUlhhE_clEhh.isra.3>:\n 4ec:\tef 92       \tpush\tr14\n 4ee:\tff 92       \tpush\tr15\n 4f0:\t1f 93       \tpush\tr17\n 4f2:\tcf 93       \tpush\tr28\n 4f4:\tdf 93       \tpush\tr29\n 4f6:\td8 2f       \tmov\tr29, r24\n 4f8:\tc6 2f       \tmov\tr28, r22\n 4fa:\t1f ef       \tldi\tr17, 0xFF\t; 255\n 4fc:\t18 0f       \tadd\tr17, r24\n 4fe:\t55 df       \trcall\t.-342    \t; 0x3aa <_ZN4UPDI7ldptr_wEv>\n 500:\t7c 01       \tmovw\tr14, r24\n 502:\t3b df       \trcall\t.-394    \t; 0x37a <_ZN4UPDI5lds_bEj.constprop.3>\n 504:\t83 70       \tandi\tr24, 0x03\t; 3\n 506:\te9 f7       \tbrne\t.-6      \t; 0x502 <_ZZN12_GLOBAL__N_118NVM_buffered_writeEjjhhENKUlhhE_clEhh.isra.3+0x16>\n 508:\tc7 01       \tmovw\tr24, r14\n 50a:\t6f df       \trcall\t.-290    \t; 0x3ea <_ZN4UPDI7stptr_wEj>\n 50c:\t6e e0       \tldi\tr22, 0x0E\t; 14\n 50e:\t82 e0       \tldi\tr24, 0x02\t; 2\n 510:\tb2 df       \trcall\t.-156    \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n 512:\t81 2f       \tmov\tr24, r17\n 514:\ta7 df       \trcall\t.-178    \t; 0x464 <_ZN4UPDI3repEh>\n 516:\tec 2f       \tmov\tr30, r28\n 518:\tf0 e0       \tldi\tr31, 0x00\t; 0\n 51a:\te8 5f       \tsubi\tr30, 0xF8\t; 248\n 51c:\tfe 4f       \tsbci\tr31, 0xFE\t; 254\n 51e:\t16 81       \tldd\tr17, Z+6\t; 0x06\n 520:\t85 e5       \tldi\tr24, 0x55\t; 85\n 522:\tea de       \trcall\t.-556    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 524:\t84 e6       \tldi\tr24, 0x64\t; 100\n 526:\te8 de       \trcall\t.-560    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 528:\t81 2f       \tmov\tr24, r17\n 52a:\te6 de       \trcall\t.-564    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 52c:\tdc 0f       \tadd\tr29, r28\n 52e:\tcf 5f       \tsubi\tr28, 0xFF\t; 255\n 530:\tcd 17       \tcp\tr28, r29\n 532:\t39 f0       \tbreq\t.+14     \t; 0x542 <_ZZN12_GLOBAL__N_118NVM_buffered_writeEjjhhENKUlhhE_clEhh.isra.3+0x56>\n 534:\tec 2f       \tmov\tr30, r28\n 536:\tf0 e0       \tldi\tr31, 0x00\t; 0\n 538:\te8 5f       \tsubi\tr30, 0xF8\t; 248\n 53a:\tfe 4f       \tsbci\tr31, 0xFE\t; 254\n 53c:\t86 81       \tldd\tr24, Z+6\t; 0x06\n 53e:\tdc de       \trcall\t.-584    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 540:\tf6 cf       \trjmp\t.-20     \t; 0x52e <_ZZN12_GLOBAL__N_118NVM_buffered_writeEjjhhENKUlhhE_clEhh.isra.3+0x42>\n 542:\t66 e0       \tldi\tr22, 0x06\t; 6\n 544:\t82 e0       \tldi\tr24, 0x02\t; 2\n 546:\t97 df       \trcall\t.-210    \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n 548:\t8c 2f       \tmov\tr24, r28\n 54a:\tdf 91       \tpop\tr29\n 54c:\tcf 91       \tpop\tr28\n 54e:\t1f 91       \tpop\tr17\n 550:\tff 90       \tpop\tr15\n 552:\tef 90       \tpop\tr14\n 554:\t08 95       \tret\n\n00000556 <_ZN3NVM4waitILb0EEEvv>:\n 556:\t11 df       \trcall\t.-478    \t; 0x37a <_ZN4UPDI5lds_bEj.constprop.3>\n 558:\t83 70       \tandi\tr24, 0x03\t; 3\n 55a:\te9 f7       \tbrne\t.-6      \t; 0x556 <_ZN3NVM4waitILb0EEEvv>\n 55c:\t08 95       \tret\n\n0000055e <_ZN6NVM_v27commandILb0EEEvh>:\n 55e:\t48 2f       \tmov\tr20, r24\n 560:\t60 e0       \tldi\tr22, 0x00\t; 0\n 562:\t70 e1       \tldi\tr23, 0x10\t; 16\n 564:\t80 e0       \tldi\tr24, 0x00\t; 0\n 566:\t90 e0       \tldi\tr25, 0x00\t; 0\n 568:\t4f cf       \trjmp\t.-354    \t; 0x408 <_ZN4UPDI7sts_b_lEmh>\n\n0000056a <_ZN6NVM_v24waitILb0EEEvv>:\n 56a:\t85 e5       \tldi\tr24, 0x55\t; 85\n 56c:\tc5 de       \trcall\t.-630    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 56e:\t88 e0       \tldi\tr24, 0x08\t; 8\n 570:\tc3 de       \trcall\t.-634    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 572:\t82 e0       \tldi\tr24, 0x02\t; 2\n 574:\tc1 de       \trcall\t.-638    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 576:\t80 e1       \tldi\tr24, 0x10\t; 16\n 578:\tbf de       \trcall\t.-642    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 57a:\t80 e0       \tldi\tr24, 0x00\t; 0\n 57c:\tbd de       \trcall\t.-646    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 57e:\tdb de       \trcall\t.-586    \t; 0x336 <_ZN7UPDI_io3getEv>\n 580:\t83 70       \tandi\tr24, 0x03\t; 3\n 582:\t99 f7       \tbrne\t.-26     \t; 0x56a <_ZN6NVM_v24waitILb0EEEvv>\n 584:\t08 95       \tret\n\n00000586 <_ZN4UPDI9write_keyIK5flashIhEEEvRA8_T_>:\n 586:\t0f 93       \tpush\tr16\n 588:\t1f 93       \tpush\tr17\n 58a:\tcf 93       \tpush\tr28\n 58c:\t8c 01       \tmovw\tr16, r24\n 58e:\t85 e5       \tldi\tr24, 0x55\t; 85\n 590:\tb3 de       \trcall\t.-666    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 592:\t80 ee       \tldi\tr24, 0xE0\t; 224\n 594:\tb1 de       \trcall\t.-670    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 596:\tc8 e0       \tldi\tr28, 0x08\t; 8\n 598:\tf8 01       \tmovw\tr30, r16\n 59a:\t84 91       \tlpm\tr24, Z\n 59c:\tad de       \trcall\t.-678    \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 59e:\t0f 5f       \tsubi\tr16, 0xFF\t; 255\n 5a0:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n 5a2:\tc1 50       \tsubi\tr28, 0x01\t; 1\n 5a4:\tc9 f7       \tbrne\t.-14     \t; 0x598 <_ZN4UPDI9write_keyIK5flashIhEEEvRA8_T_+0x12>\n 5a6:\tcf 91       \tpop\tr28\n 5a8:\t1f 91       \tpop\tr17\n 5aa:\t0f 91       \tpop\tr16\n 5ac:\t08 95       \tret\n\n000005ae <_ZN5JTAG210set_statusEh>:\n 5ae:\te8 e0       \tldi\tr30, 0x08\t; 8\n 5b0:\tf1 e0       \tldi\tr31, 0x01\t; 1\n 5b2:\t21 e0       \tldi\tr18, 0x01\t; 1\n 5b4:\t30 e0       \tldi\tr19, 0x00\t; 0\n 5b6:\t33 83       \tstd\tZ+3, r19\t; 0x03\n 5b8:\t22 83       \tstd\tZ+2, r18\t; 0x02\n 5ba:\t86 83       \tstd\tZ+6, r24\t; 0x06\n 5bc:\t08 95       \tret\n\n000005be <_ZN5JTAG22goEv>:\n 5be:\t64 e0       \tldi\tr22, 0x04\t; 4\n 5c0:\t83 e0       \tldi\tr24, 0x03\t; 3\n 5c2:\t59 df       \trcall\t.-334    \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n 5c4:\t80 91 07 01 \tlds\tr24, 0x0107\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 5c8:\t8e 7f       \tandi\tr24, 0xFE\t; 254\n 5ca:\t80 93 07 01 \tsts\t0x0107, r24\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 5ce:\t80 e8       \tldi\tr24, 0x80\t; 128\n 5d0:\tee cf       \trjmp\t.-36     \t; 0x5ae <_ZN5JTAG210set_statusEh>\n\n000005d2 <_ZN5JTAG214leave_progmodeEv>:\n 5d2:\tdc de       \trcall\t.-584    \t; 0x38c <_ZN4UPDI4ldcsENS_3regE.constprop.2>\n 5d4:\t8f 7e       \tandi\tr24, 0xEF\t; 239\n 5d6:\t88 30       \tcpi\tr24, 0x08\t; 8\n 5d8:\t29 f0       \tbreq\t.+10     \t; 0x5e4 <_ZN5JTAG214leave_progmodeEv+0x12>\n 5da:\t82 38       \tcpi\tr24, 0x82\t; 130\n 5dc:\t81 f4       \tbrne\t.+32     \t; 0x5fe <_ZN5JTAG214leave_progmodeEv+0x2c>\n 5de:\t2d 98       \tcbi\t0x05, 5\t; 5\n 5e0:\t8b ea       \tldi\tr24, 0xAB\t; 171\n 5e2:\t0a c0       \trjmp\t.+20     \t; 0x5f8 <_ZN5JTAG214leave_progmodeEv+0x26>\n 5e4:\t80 91 00 01 \tlds\tr24, 0x0100\t; 0x800100 <__data_start>\n 5e8:\t82 30       \tcpi\tr24, 0x02\t; 2\n 5ea:\t39 f4       \tbrne\t.+14     \t; 0x5fa <_ZN5JTAG214leave_progmodeEv+0x28>\n 5ec:\tbe df       \trcall\t.-132    \t; 0x56a <_ZN6NVM_v24waitILb0EEEvv>\n 5ee:\t50 df       \trcall\t.-352    \t; 0x490 <_ZN4UPDI9CPU_resetEv>\n 5f0:\t2d 98       \tcbi\t0x05, 5\t; 5\n 5f2:\t88 23       \tand\tr24, r24\n 5f4:\ta9 f3       \tbreq\t.-22     \t; 0x5e0 <_ZN5JTAG214leave_progmodeEv+0xe>\n 5f6:\t80 e8       \tldi\tr24, 0x80\t; 128\n 5f8:\tda cf       \trjmp\t.-76     \t; 0x5ae <_ZN5JTAG210set_statusEh>\n 5fa:\tad df       \trcall\t.-166    \t; 0x556 <_ZN3NVM4waitILb0EEEvv>\n 5fc:\tf8 cf       \trjmp\t.-16     \t; 0x5ee <_ZN5JTAG214leave_progmodeEv+0x1c>\n 5fe:\te8 e0       \tldi\tr30, 0x08\t; 8\n 600:\tf1 e0       \tldi\tr31, 0x01\t; 1\n 602:\t22 e0       \tldi\tr18, 0x02\t; 2\n 604:\t30 e0       \tldi\tr19, 0x00\t; 0\n 606:\t33 83       \tstd\tZ+3, r19\t; 0x03\n 608:\t22 83       \tstd\tZ+2, r18\t; 0x02\n 60a:\t95 ea       \tldi\tr25, 0xA5\t; 165\n 60c:\t96 83       \tstd\tZ+6, r25\t; 0x06\n 60e:\t87 83       \tstd\tZ+7, r24\t; 0x07\n 610:\t08 95       \tret\n\n00000612 <_ZN5JTAG214enter_progmodeEv>:\n 612:\tcf 93       \tpush\tr28\n 614:\tbb de       \trcall\t.-650    \t; 0x38c <_ZN4UPDI4ldcsENS_3regE.constprop.2>\n 616:\tc8 2f       \tmov\tr28, r24\n 618:\tcf 7e       \tandi\tr28, 0xEF\t; 239\n 61a:\tc1 32       \tcpi\tr28, 0x21\t; 33\n 61c:\t71 f0       \tbreq\t.+28     \t; 0x63a <_ZN5JTAG214enter_progmodeEv+0x28>\n 61e:\t48 f4       \tbrcc\t.+18     \t; 0x632 <_ZN5JTAG214enter_progmodeEv+0x20>\n 620:\tc8 30       \tcpi\tr28, 0x08\t; 8\n 622:\td1 f0       \tbreq\t.+52     \t; 0x658 <_ZN5JTAG214enter_progmodeEv+0x46>\n 624:\te8 e0       \tldi\tr30, 0x08\t; 8\n 626:\tf1 e0       \tldi\tr31, 0x01\t; 1\n 628:\t85 ea       \tldi\tr24, 0xA5\t; 165\n 62a:\t86 83       \tstd\tZ+6, r24\t; 0x06\n 62c:\tc7 83       \tstd\tZ+7, r28\t; 0x07\n 62e:\tcf 91       \tpop\tr28\n 630:\t08 95       \tret\n 632:\tc2 38       \tcpi\tr28, 0x82\t; 130\n 634:\t11 f0       \tbreq\t.+4      \t; 0x63a <_ZN5JTAG214enter_progmodeEv+0x28>\n 636:\tc2 3a       \tcpi\tr28, 0xA2\t; 162\n 638:\ta9 f7       \tbrne\t.-22     \t; 0x624 <_ZN5JTAG214enter_progmodeEv+0x12>\n 63a:\t2a df       \trcall\t.-428    \t; 0x490 <_ZN4UPDI9CPU_resetEv>\n 63c:\t81 11       \tcpse\tr24, r1\n 63e:\t03 c0       \trjmp\t.+6      \t; 0x646 <_ZN5JTAG214enter_progmodeEv+0x34>\n 640:\t8b ea       \tldi\tr24, 0xAB\t; 171\n 642:\tcf 91       \tpop\tr28\n 644:\tb4 cf       \trjmp\t.-152    \t; 0x5ae <_ZN5JTAG210set_statusEh>\n 646:\ta2 de       \trcall\t.-700    \t; 0x38c <_ZN4UPDI4ldcsENS_3regE.constprop.2>\n 648:\t80 fd       \tsbrc\tr24, 0\n 64a:\tec cf       \trjmp\t.-40     \t; 0x624 <_ZN5JTAG214enter_progmodeEv+0x12>\n 64c:\t8d e9       \tldi\tr24, 0x9D\t; 157\n 64e:\t90 e0       \tldi\tr25, 0x00\t; 0\n 650:\t9a df       \trcall\t.-204    \t; 0x586 <_ZN4UPDI9write_keyIK5flashIhEEEvRA8_T_>\n 652:\t1e df       \trcall\t.-452    \t; 0x490 <_ZN4UPDI9CPU_resetEv>\n 654:\t88 23       \tand\tr24, r24\n 656:\ta1 f3       \tbreq\t.-24     \t; 0x640 <_ZN5JTAG214enter_progmodeEv+0x2e>\n 658:\t80 91 00 01 \tlds\tr24, 0x0100\t; 0x800100 <__data_start>\n 65c:\t81 30       \tcpi\tr24, 0x01\t; 1\n 65e:\t39 f4       \tbrne\t.+14     \t; 0x66e <_ZN5JTAG214enter_progmodeEv+0x5c>\n 660:\t64 e0       \tldi\tr22, 0x04\t; 4\n 662:\t80 e0       \tldi\tr24, 0x00\t; 0\n 664:\t90 e1       \tldi\tr25, 0x10\t; 16\n 666:\te9 de       \trcall\t.-558    \t; 0x43a <_ZN4UPDI5sts_bEjh>\n 668:\t2d 9a       \tsbi\t0x05, 5\t; 5\n 66a:\t80 e8       \tldi\tr24, 0x80\t; 128\n 66c:\tea cf       \trjmp\t.-44     \t; 0x642 <_ZN5JTAG214enter_progmodeEv+0x30>\n 66e:\t7d df       \trcall\t.-262    \t; 0x56a <_ZN6NVM_v24waitILb0EEEvv>\n 670:\t40 e0       \tldi\tr20, 0x00\t; 0\n 672:\t62 e0       \tldi\tr22, 0x02\t; 2\n 674:\t70 e1       \tldi\tr23, 0x10\t; 16\n 676:\t80 e0       \tldi\tr24, 0x00\t; 0\n 678:\t90 e0       \tldi\tr25, 0x00\t; 0\n 67a:\tc6 de       \trcall\t.-628    \t; 0x408 <_ZN4UPDI7sts_b_lEmh>\n 67c:\t81 e0       \tldi\tr24, 0x01\t; 1\n 67e:\t6f df       \trcall\t.-290    \t; 0x55e <_ZN6NVM_v27commandILb0EEEvh>\n 680:\tf3 cf       \trjmp\t.-26     \t; 0x668 <_ZN5JTAG214enter_progmodeEv+0x56>\n\n00000682 <_ZL10send_breakv>:\n 682:\t56 9a       \tsbi\t0x0a, 6\t; 10\n 684:\t5e 98       \tcbi\t0x0b, 6\t; 11\n 686:\t29 e9       \tldi\tr18, 0x99\t; 153\n 688:\t89 e1       \tldi\tr24, 0x19\t; 25\n 68a:\t91 e0       \tldi\tr25, 0x01\t; 1\n 68c:\t21 50       \tsubi\tr18, 0x01\t; 1\n 68e:\t80 40       \tsbci\tr24, 0x00\t; 0\n 690:\t90 40       \tsbci\tr25, 0x00\t; 0\n 692:\te1 f7       \tbrne\t.-8      \t; 0x68c <_ZL10send_breakv+0xa>\n 694:\t00 00       \tnop\n 696:\t5e 9a       \tsbi\t0x0b, 6\t; 11\n 698:\t8f ef       \tldi\tr24, 0xFF\t; 255\n 69a:\t9f e1       \tldi\tr25, 0x1F\t; 31\n 69c:\t01 97       \tsbiw\tr24, 0x01\t; 1\n 69e:\tf1 f7       \tbrne\t.-4      \t; 0x69c <_ZL10send_breakv+0x1a>\n 6a0:\t00 c0       \trjmp\t.+0      \t; 0x6a2 <_ZL10send_breakv+0x20>\n 6a2:\t00 00       \tnop\n 6a4:\t56 98       \tcbi\t0x0a, 6\t; 10\n 6a6:\t08 95       \tret\n\n000006a8 <main>:\n 6a8:\t80 e4       \tldi\tr24, 0x40\t; 64\n 6aa:\t8b b9       \tout\t0x0b, r24\t; 11\n 6ac:\t25 9a       \tsbi\t0x04, 5\t; 4\n 6ae:\t8a e6       \tldi\tr24, 0x6A\t; 106\n 6b0:\t98 e1       \tldi\tr25, 0x18\t; 24\n 6b2:\t90 93 8b 00 \tsts\t0x008B, r25\t; 0x80008b <__TEXT_REGION_LENGTH__+0x7e008b>\n 6b6:\t80 93 8a 00 \tsts\t0x008A, r24\t; 0x80008a <__TEXT_REGION_LENGTH__+0x7e008a>\n 6ba:\t82 e0       \tldi\tr24, 0x02\t; 2\n 6bc:\t80 93 c0 00 \tsts\t0x00C0, r24\t; 0x8000c0 <__TEXT_REGION_LENGTH__+0x7e00c0>\n 6c0:\t87 e6       \tldi\tr24, 0x67\t; 103\n 6c2:\t90 e0       \tldi\tr25, 0x00\t; 0\n 6c4:\t90 93 c5 00 \tsts\t0x00C5, r25\t; 0x8000c5 <__TEXT_REGION_LENGTH__+0x7e00c5>\n 6c8:\t80 93 c4 00 \tsts\t0x00C4, r24\t; 0x8000c4 <__TEXT_REGION_LENGTH__+0x7e00c4>\n 6cc:\t88 e1       \tldi\tr24, 0x18\t; 24\n 6ce:\t80 93 c1 00 \tsts\t0x00C1, r24\t; 0x8000c1 <__TEXT_REGION_LENGTH__+0x7e00c1>\n 6d2:\tc8 e0       \tldi\tr28, 0x08\t; 8\n 6d4:\td1 e0       \tldi\tr29, 0x01\t; 1\n 6d6:\t7e 01       \tmovw\tr14, r28\n 6d8:\te2 e0       \tldi\tr30, 0x02\t; 2\n 6da:\t2e 2e       \tmov\tr2, r30\n 6dc:\t31 2c       \tmov\tr3, r1\n 6de:\tf3 de       \trcall\t.-538    \t; 0x4c6 <_ZN7JICE_io3getEv>\n 6e0:\t8b 31       \tcpi\tr24, 0x1B\t; 27\n 6e2:\te9 f7       \tbrne\t.-6      \t; 0x6de <main+0x36>\n 6e4:\t6f ef       \tldi\tr22, 0xFF\t; 255\n 6e6:\t7f ef       \tldi\tr23, 0xFF\t; 255\n 6e8:\tfa dd       \trcall\t.-1036   \t; 0x2de <_ZN3CRC4nextEhj>\n 6ea:\t8c 01       \tmovw\tr16, r24\n 6ec:\t78 e0       \tldi\tr23, 0x08\t; 8\n 6ee:\t87 2e       \tmov\tr8, r23\n 6f0:\t71 e0       \tldi\tr23, 0x01\t; 1\n 6f2:\t97 2e       \tmov\tr9, r23\n 6f4:\te8 de       \trcall\t.-560    \t; 0x4c6 <_ZN7JICE_io3getEv>\n 6f6:\tf4 01       \tmovw\tr30, r8\n 6f8:\t81 93       \tst\tZ+, r24\n 6fa:\t4f 01       \tmovw\tr8, r30\n 6fc:\tb8 01       \tmovw\tr22, r16\n 6fe:\tef dd       \trcall\t.-1058   \t; 0x2de <_ZN3CRC4nextEhj>\n 700:\t8c 01       \tmovw\tr16, r24\n 702:\tfe e0       \tldi\tr31, 0x0E\t; 14\n 704:\t8f 16       \tcp\tr8, r31\n 706:\tf1 e0       \tldi\tr31, 0x01\t; 1\n 708:\t9f 06       \tcpc\tr9, r31\n 70a:\ta1 f7       \tbrne\t.-24     \t; 0x6f4 <main+0x4c>\n 70c:\t8a 81       \tldd\tr24, Y+2\t; 0x02\n 70e:\t9b 81       \tldd\tr25, Y+3\t; 0x03\n 710:\t8d 3b       \tcpi\tr24, 0xBD\t; 189\n 712:\t92 40       \tsbci\tr25, 0x02\t; 2\n 714:\t20 f7       \tbrcc\t.-56     \t; 0x6de <main+0x36>\n 716:\td7 de       \trcall\t.-594    \t; 0x4c6 <_ZN7JICE_io3getEv>\n 718:\t8e 30       \tcpi\tr24, 0x0E\t; 14\n 71a:\t09 f7       \tbrne\t.-62     \t; 0x6de <main+0x36>\n 71c:\tb8 01       \tmovw\tr22, r16\n 71e:\tdf dd       \trcall\t.-1090   \t; 0x2de <_ZN3CRC4nextEhj>\n 720:\t6c 01       \tmovw\tr12, r24\n 722:\t8e 01       \tmovw\tr16, r28\n 724:\tc8 01       \tmovw\tr24, r16\n 726:\t8c 1b       \tsub\tr24, r28\n 728:\t9d 0b       \tsbc\tr25, r29\n 72a:\t0f 5f       \tsubi\tr16, 0xFF\t; 255\n 72c:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n 72e:\t2a 81       \tldd\tr18, Y+2\t; 0x02\n 730:\t3b 81       \tldd\tr19, Y+3\t; 0x03\n 732:\t82 17       \tcp\tr24, r18\n 734:\t93 07       \tcpc\tr25, r19\n 736:\t38 f4       \tbrcc\t.+14     \t; 0x746 <main+0x9e>\n 738:\tc6 de       \trcall\t.-628    \t; 0x4c6 <_ZN7JICE_io3getEv>\n 73a:\tf8 01       \tmovw\tr30, r16\n 73c:\t85 83       \tstd\tZ+5, r24\t; 0x05\n 73e:\tb6 01       \tmovw\tr22, r12\n 740:\tce dd       \trcall\t.-1124   \t; 0x2de <_ZN3CRC4nextEhj>\n 742:\t6c 01       \tmovw\tr12, r24\n 744:\tef cf       \trjmp\t.-34     \t; 0x724 <main+0x7c>\n 746:\tbf de       \trcall\t.-642    \t; 0x4c6 <_ZN7JICE_io3getEv>\n 748:\t18 2f       \tmov\tr17, r24\n 74a:\tbd de       \trcall\t.-646    \t; 0x4c6 <_ZN7JICE_io3getEv>\n 74c:\t98 2f       \tmov\tr25, r24\n 74e:\t81 2f       \tmov\tr24, r17\n 750:\tc8 16       \tcp\tr12, r24\n 752:\td9 06       \tcpc\tr13, r25\n 754:\t09 f0       \tbreq\t.+2      \t; 0x758 <main+0xb0>\n 756:\tc3 cf       \trjmp\t.-122    \t; 0x6de <main+0x36>\n 758:\tf7 01       \tmovw\tr30, r14\n 75a:\t86 81       \tldd\tr24, Z+6\t; 0x06\n 75c:\t88 30       \tcpi\tr24, 0x08\t; 8\n 75e:\t09 f4       \tbrne\t.+2      \t; 0x762 <main+0xba>\n 760:\tfb c0       \trjmp\t.+502    \t; 0x958 <__stack+0x59>\n 762:\tf0 f4       \tbrcc\t.+60     \t; 0x7a0 <main+0xf8>\n 764:\t82 30       \tcpi\tr24, 0x02\t; 2\n 766:\t09 f4       \tbrne\t.+2      \t; 0x76a <main+0xc2>\n 768:\td5 c0       \trjmp\t.+426    \t; 0x914 <__stack+0x15>\n 76a:\t40 f4       \tbrcc\t.+16     \t; 0x77c <main+0xd4>\n 76c:\t88 23       \tand\tr24, r24\n 76e:\t09 f4       \tbrne\t.+2      \t; 0x772 <main+0xca>\n 770:\te2 c0       \trjmp\t.+452    \t; 0x936 <__stack+0x37>\n 772:\t81 30       \tcpi\tr24, 0x01\t; 1\n 774:\t09 f4       \tbrne\t.+2      \t; 0x778 <main+0xd0>\n 776:\t50 c0       \trjmp\t.+160    \t; 0x818 <main+0x170>\n 778:\t80 ea       \tldi\tr24, 0xA0\t; 160\n 77a:\t9f c0       \trjmp\t.+318    \t; 0x8ba <main+0x212>\n 77c:\t84 30       \tcpi\tr24, 0x04\t; 4\n 77e:\t09 f4       \tbrne\t.+2      \t; 0x782 <main+0xda>\n 780:\t2a c1       \trjmp\t.+596    \t; 0x9d6 <__stack+0xd7>\n 782:\t08 f4       \tbrcc\t.+2      \t; 0x786 <main+0xde>\n 784:\t91 c0       \trjmp\t.+290    \t; 0x8a8 <main+0x200>\n 786:\t85 30       \tcpi\tr24, 0x05\t; 5\n 788:\tb9 f7       \tbrne\t.-18     \t; 0x778 <main+0xd0>\n 78a:\t00 de       \trcall\t.-1024   \t; 0x38c <_ZN4UPDI4ldcsENS_3regE.constprop.2>\n 78c:\t88 30       \tcpi\tr24, 0x08\t; 8\n 78e:\t09 f4       \tbrne\t.+2      \t; 0x792 <main+0xea>\n 790:\te8 c0       \trjmp\t.+464    \t; 0x962 <__stack+0x63>\n 792:\t3b 82       \tstd\tY+3, r3\t; 0x03\n 794:\t2a 82       \tstd\tY+2, r2\t; 0x02\n 796:\t85 ea       \tldi\tr24, 0xA5\t; 165\n 798:\t8e 83       \tstd\tY+6, r24\t; 0x06\n 79a:\t81 e0       \tldi\tr24, 0x01\t; 1\n 79c:\t8f 83       \tstd\tY+7, r24\t; 0x07\n 79e:\t57 c0       \trjmp\t.+174    \t; 0x84e <main+0x1a6>\n 7a0:\t8f 30       \tcpi\tr24, 0x0F\t; 15\n 7a2:\t09 f4       \tbrne\t.+2      \t; 0x7a6 <main+0xfe>\n 7a4:\tc6 c0       \trjmp\t.+396    \t; 0x932 <__stack+0x33>\n 7a6:\t68 f5       \tbrcc\t.+90     \t; 0x802 <main+0x15a>\n 7a8:\t8b 30       \tcpi\tr24, 0x0B\t; 11\n 7aa:\ta1 f1       \tbreq\t.+104    \t; 0x814 <main+0x16c>\n 7ac:\t8c 30       \tcpi\tr24, 0x0C\t; 12\n 7ae:\t21 f7       \tbrne\t.-56     \t; 0x778 <main+0xd0>\n 7b0:\te3 e0       \tldi\tr30, 0x03\t; 3\n 7b2:\tf2 e0       \tldi\tr31, 0x02\t; 2\n 7b4:\t80 81       \tld\tr24, Z\n 7b6:\t90 e0       \tldi\tr25, 0x00\t; 0\n 7b8:\t98 2f       \tmov\tr25, r24\n 7ba:\t88 27       \teor\tr24, r24\n 7bc:\te2 e0       \tldi\tr30, 0x02\t; 2\n 7be:\tf2 e0       \tldi\tr31, 0x02\t; 2\n 7c0:\t20 81       \tld\tr18, Z\n 7c2:\t82 0f       \tadd\tr24, r18\n 7c4:\t91 1d       \tadc\tr25, r1\n 7c6:\t90 93 05 01 \tsts\t0x0105, r25\t; 0x800105 <_ZN12_GLOBAL__N_114flash_pagesizeE+0x1>\n 7ca:\t80 93 04 01 \tsts\t0x0104, r24\t; 0x800104 <_ZN12_GLOBAL__N_114flash_pagesizeE>\n 7ce:\te4 e0       \tldi\tr30, 0x04\t; 4\n 7d0:\tf2 e0       \tldi\tr31, 0x02\t; 2\n 7d2:\t80 81       \tld\tr24, Z\n 7d4:\t80 93 03 01 \tsts\t0x0103, r24\t; 0x800103 <_ZN12_GLOBAL__N_115eeprom_pagesizeE>\n 7d8:\t54 df       \trcall\t.-344    \t; 0x682 <_ZL10send_breakv>\n 7da:\t53 df       \trcall\t.-346    \t; 0x682 <_ZL10send_breakv>\n 7dc:\t66 e0       \tldi\tr22, 0x06\t; 6\n 7de:\t82 e0       \tldi\tr24, 0x02\t; 2\n 7e0:\t4a de       \trcall\t.-876    \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n 7e2:\t80 91 04 01 \tlds\tr24, 0x0104\t; 0x800104 <_ZN12_GLOBAL__N_114flash_pagesizeE>\n 7e6:\t90 91 05 01 \tlds\tr25, 0x0105\t; 0x800105 <_ZN12_GLOBAL__N_114flash_pagesizeE+0x1>\n 7ea:\t8f 3f       \tcpi\tr24, 0xFF\t; 255\n 7ec:\t91 05       \tcpc\tr25, r1\n 7ee:\t09 f0       \tbreq\t.+2      \t; 0x7f2 <main+0x14a>\n 7f0:\t08 f4       \tbrcc\t.+2      \t; 0x7f4 <main+0x14c>\n 7f2:\tb5 c0       \trjmp\t.+362    \t; 0x95e <__stack+0x5f>\n 7f4:\t82 e0       \tldi\tr24, 0x02\t; 2\n 7f6:\t80 93 00 01 \tsts\t0x0100, r24\t; 0x800100 <__data_start>\n 7fa:\t80 91 07 01 \tlds\tr24, 0x0107\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 7fe:\t81 60       \tori\tr24, 0x01\t; 1\n 800:\ta6 c0       \trjmp\t.+332    \t; 0x94e <__stack+0x4f>\n 802:\t85 31       \tcpi\tr24, 0x15\t; 21\n 804:\t09 f4       \tbrne\t.+2      \t; 0x808 <main+0x160>\n 806:\ta6 c0       \trjmp\t.+332    \t; 0x954 <__stack+0x55>\n 808:\t84 33       \tcpi\tr24, 0x34\t; 52\n 80a:\t09 f4       \tbrne\t.+2      \t; 0x80e <main+0x166>\n 80c:\te6 c1       \trjmp\t.+972    \t; 0xbda <__stack+0x2db>\n 80e:\t84 31       \tcpi\tr24, 0x14\t; 20\n 810:\t09 f0       \tbreq\t.+2      \t; 0x814 <main+0x16c>\n 812:\tb2 cf       \trjmp\t.-156    \t; 0x778 <main+0xd0>\n 814:\tfe de       \trcall\t.-516    \t; 0x612 <_ZN5JTAG214enter_progmodeEv>\n 816:\t1b c0       \trjmp\t.+54     \t; 0x84e <main+0x1a6>\n 818:\t82 e0       \tldi\tr24, 0x02\t; 2\n 81a:\t80 93 02 01 \tsts\t0x0102, r24\t; 0x800102 <__data_end>\n 81e:\t84 e0       \tldi\tr24, 0x04\t; 4\n 820:\t80 93 06 01 \tsts\t0x0106, r24\t; 0x800106 <_ZN5JTAG219PARAM_BAUD_RATE_VALE>\n 824:\t2d e1       \tldi\tr18, 0x1D\t; 29\n 826:\t30 e0       \tldi\tr19, 0x00\t; 0\n 828:\t33 83       \tstd\tZ+3, r19\t; 0x03\n 82a:\t22 83       \tstd\tZ+2, r18\t; 0x02\n 82c:\te8 e6       \tldi\tr30, 0x68\t; 104\n 82e:\tf0 e0       \tldi\tr31, 0x00\t; 0\n 830:\tae e0       \tldi\tr26, 0x0E\t; 14\n 832:\tb1 e0       \tldi\tr27, 0x01\t; 1\n 834:\t84 91       \tlpm\tr24, Z\n 836:\t8d 93       \tst\tX+, r24\n 838:\t31 96       \tadiw\tr30, 0x01\t; 1\n 83a:\t8b e2       \tldi\tr24, 0x2B\t; 43\n 83c:\t91 e0       \tldi\tr25, 0x01\t; 1\n 83e:\t8a 17       \tcp\tr24, r26\n 840:\t9b 07       \tcpc\tr25, r27\n 842:\tc1 f7       \tbrne\t.-16     \t; 0x834 <main+0x18c>\n 844:\t80 91 07 01 \tlds\tr24, 0x0107\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 848:\t82 60       \tori\tr24, 0x02\t; 2\n 84a:\t80 93 07 01 \tsts\t0x0107, r24\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 84e:\tb2 9b       \tsbis\t0x16, 2\t; 22\n 850:\t02 c0       \trjmp\t.+4      \t; 0x856 <main+0x1ae>\n 852:\t8b ea       \tldi\tr24, 0xAB\t; 171\n 854:\tac de       \trcall\t.-680    \t; 0x5ae <_ZN5JTAG210set_statusEh>\n 856:\t8b e1       \tldi\tr24, 0x1B\t; 27\n 858:\t3e de       \trcall\t.-900    \t; 0x4d6 <_ZN7JICE_io3putEc>\n 85a:\t6f ef       \tldi\tr22, 0xFF\t; 255\n 85c:\t7f ef       \tldi\tr23, 0xFF\t; 255\n 85e:\t3f dd       \trcall\t.-1410   \t; 0x2de <_ZN3CRC4nextEhj>\n 860:\t8c 01       \tmovw\tr16, r24\n 862:\t6e 01       \tmovw\tr12, r28\n 864:\tf6 01       \tmovw\tr30, r12\n 866:\t81 91       \tld\tr24, Z+\n 868:\t6f 01       \tmovw\tr12, r30\n 86a:\t35 de       \trcall\t.-918    \t; 0x4d6 <_ZN7JICE_io3putEc>\n 86c:\tb8 01       \tmovw\tr22, r16\n 86e:\t37 dd       \trcall\t.-1426   \t; 0x2de <_ZN3CRC4nextEhj>\n 870:\t8c 01       \tmovw\tr16, r24\n 872:\t8c 14       \tcp\tr8, r12\n 874:\t9d 04       \tcpc\tr9, r13\n 876:\tb1 f7       \tbrne\t.-20     \t; 0x864 <main+0x1bc>\n 878:\t8e e0       \tldi\tr24, 0x0E\t; 14\n 87a:\t2d de       \trcall\t.-934    \t; 0x4d6 <_ZN7JICE_io3putEc>\n 87c:\tb8 01       \tmovw\tr22, r16\n 87e:\t2f dd       \trcall\t.-1442   \t; 0x2de <_ZN3CRC4nextEhj>\n 880:\t6c 01       \tmovw\tr12, r24\n 882:\t8e 01       \tmovw\tr16, r28\n 884:\tc8 01       \tmovw\tr24, r16\n 886:\t8c 1b       \tsub\tr24, r28\n 888:\t9d 0b       \tsbc\tr25, r29\n 88a:\t0f 5f       \tsubi\tr16, 0xFF\t; 255\n 88c:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n 88e:\t2a 81       \tldd\tr18, Y+2\t; 0x02\n 890:\t3b 81       \tldd\tr19, Y+3\t; 0x03\n 892:\t82 17       \tcp\tr24, r18\n 894:\t93 07       \tcpc\tr25, r19\n 896:\t08 f0       \tbrcs\t.+2      \t; 0x89a <main+0x1f2>\n 898:\tdc c1       \trjmp\t.+952    \t; 0xc52 <__stack+0x353>\n 89a:\tf8 01       \tmovw\tr30, r16\n 89c:\t85 81       \tldd\tr24, Z+5\t; 0x05\n 89e:\t1b de       \trcall\t.-970    \t; 0x4d6 <_ZN7JICE_io3putEc>\n 8a0:\tb6 01       \tmovw\tr22, r12\n 8a2:\t1d dd       \trcall\t.-1478   \t; 0x2de <_ZN3CRC4nextEhj>\n 8a4:\t6c 01       \tmovw\tr12, r24\n 8a6:\tee cf       \trjmp\t.-36     \t; 0x884 <main+0x1dc>\n 8a8:\t87 81       \tldd\tr24, Z+7\t; 0x07\n 8aa:\t83 30       \tcpi\tr24, 0x03\t; 3\n 8ac:\t39 f1       \tbreq\t.+78     \t; 0x8fc <main+0x254>\n 8ae:\t38 f4       \tbrcc\t.+14     \t; 0x8be <main+0x216>\n 8b0:\t81 30       \tcpi\tr24, 0x01\t; 1\n 8b2:\t89 f0       \tbreq\t.+34     \t; 0x8d6 <main+0x22e>\n 8b4:\t82 30       \tcpi\tr24, 0x02\t; 2\n 8b6:\tb1 f0       \tbreq\t.+44     \t; 0x8e4 <main+0x23c>\n 8b8:\t81 ea       \tldi\tr24, 0xA1\t; 161\n 8ba:\t79 de       \trcall\t.-782    \t; 0x5ae <_ZN5JTAG210set_statusEh>\n 8bc:\tc8 cf       \trjmp\t.-112    \t; 0x84e <main+0x1a6>\n 8be:\t85 30       \tcpi\tr24, 0x05\t; 5\n 8c0:\t19 f1       \tbreq\t.+70     \t; 0x908 <__stack+0x9>\n 8c2:\t86 30       \tcpi\tr24, 0x06\t; 6\n 8c4:\tc9 f7       \tbrne\t.-14     \t; 0x8b8 <main+0x210>\n 8c6:\t23 e0       \tldi\tr18, 0x03\t; 3\n 8c8:\t30 e0       \tldi\tr19, 0x00\t; 0\n 8ca:\t3b 83       \tstd\tY+3, r19\t; 0x03\n 8cc:\t2a 83       \tstd\tY+2, r18\t; 0x02\n 8ce:\t88 e8       \tldi\tr24, 0x88\t; 136\n 8d0:\t8f 83       \tstd\tY+7, r24\t; 0x07\n 8d2:\t83 e1       \tldi\tr24, 0x13\t; 19\n 8d4:\t05 c0       \trjmp\t.+10     \t; 0x8e0 <main+0x238>\n 8d6:\t23 e0       \tldi\tr18, 0x03\t; 3\n 8d8:\t30 e0       \tldi\tr19, 0x00\t; 0\n 8da:\t3b 83       \tstd\tY+3, r19\t; 0x03\n 8dc:\t2a 83       \tstd\tY+2, r18\t; 0x02\n 8de:\t8f 83       \tstd\tY+7, r24\t; 0x07\n 8e0:\t88 87       \tstd\tY+8, r24\t; 0x08\n 8e2:\t09 c0       \trjmp\t.+18     \t; 0x8f6 <main+0x24e>\n 8e4:\t85 e0       \tldi\tr24, 0x05\t; 5\n 8e6:\t90 e0       \tldi\tr25, 0x00\t; 0\n 8e8:\t9b 83       \tstd\tY+3, r25\t; 0x03\n 8ea:\t8a 83       \tstd\tY+2, r24\t; 0x02\n 8ec:\t1f 82       \tstd\tY+7, r1\t; 0x07\n 8ee:\t86 e0       \tldi\tr24, 0x06\t; 6\n 8f0:\t88 87       \tstd\tY+8, r24\t; 0x08\n 8f2:\t19 86       \tstd\tY+9, r1\t; 0x09\n 8f4:\t8a 87       \tstd\tY+10, r24\t; 0x0a\n 8f6:\t81 e8       \tldi\tr24, 0x81\t; 129\n 8f8:\t8e 83       \tstd\tY+6, r24\t; 0x06\n 8fa:\ta9 cf       \trjmp\t.-174    \t; 0x84e <main+0x1a6>\n 8fc:\t33 82       \tstd\tZ+3, r3\t; 0x03\n 8fe:\t22 82       \tstd\tZ+2, r2\t; 0x02\n 900:\t80 91 02 01 \tlds\tr24, 0x0102\t; 0x800102 <__data_end>\n 904:\t87 83       \tstd\tZ+7, r24\t; 0x07\n 906:\tf7 cf       \trjmp\t.-18     \t; 0x8f6 <main+0x24e>\n 908:\t80 91 06 01 \tlds\tr24, 0x0106\t; 0x800106 <_ZN5JTAG219PARAM_BAUD_RATE_VALE>\n 90c:\t3b 82       \tstd\tY+3, r3\t; 0x03\n 90e:\t2a 82       \tstd\tY+2, r2\t; 0x02\n 910:\t8f 83       \tstd\tY+7, r24\t; 0x07\n 912:\tf1 cf       \trjmp\t.-30     \t; 0x8f6 <main+0x24e>\n 914:\t80 85       \tldd\tr24, Z+8\t; 0x08\n 916:\t97 81       \tldd\tr25, Z+7\t; 0x07\n 918:\t93 30       \tcpi\tr25, 0x03\t; 3\n 91a:\t49 f0       \tbreq\t.+18     \t; 0x92e <__stack+0x2f>\n 91c:\t95 30       \tcpi\tr25, 0x05\t; 5\n 91e:\t61 f6       \tbrne\t.-104    \t; 0x8b8 <main+0x210>\n 920:\t9f ef       \tldi\tr25, 0xFF\t; 255\n 922:\t98 0f       \tadd\tr25, r24\n 924:\t98 30       \tcpi\tr25, 0x08\t; 8\n 926:\t40 f6       \tbrcc\t.-112    \t; 0x8b8 <main+0x210>\n 928:\t80 93 06 01 \tsts\t0x0106, r24\t; 0x800106 <_ZN5JTAG219PARAM_BAUD_RATE_VALE>\n 92c:\t02 c0       \trjmp\t.+4      \t; 0x932 <__stack+0x33>\n 92e:\t80 93 02 01 \tsts\t0x0102, r24\t; 0x800102 <__data_end>\n 932:\t80 e8       \tldi\tr24, 0x80\t; 128\n 934:\tc2 cf       \trjmp\t.-124    \t; 0x8ba <main+0x212>\n 936:\t84 e0       \tldi\tr24, 0x04\t; 4\n 938:\t80 93 06 01 \tsts\t0x0106, r24\t; 0x800106 <_ZN5JTAG219PARAM_BAUD_RATE_VALE>\n 93c:\t80 91 07 01 \tlds\tr24, 0x0107\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 940:\t80 ff       \tsbrs\tr24, 0\n 942:\t02 c0       \trjmp\t.+4      \t; 0x948 <__stack+0x49>\n 944:\t46 de       \trcall\t.-884    \t; 0x5d2 <_ZN5JTAG214leave_progmodeEv>\n 946:\t3b de       \trcall\t.-906    \t; 0x5be <_ZN5JTAG22goEv>\n 948:\t80 91 07 01 \tlds\tr24, 0x0107\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 94c:\t8d 7f       \tandi\tr24, 0xFD\t; 253\n 94e:\t80 93 07 01 \tsts\t0x0107, r24\t; 0x800107 <_ZN5JTAG211ConnectedToE>\n 952:\tef cf       \trjmp\t.-34     \t; 0x932 <__stack+0x33>\n 954:\t3e de       \trcall\t.-900    \t; 0x5d2 <_ZN5JTAG214leave_progmodeEv>\n 956:\t7b cf       \trjmp\t.-266    \t; 0x84e <main+0x1a6>\n 958:\t3c de       \trcall\t.-904    \t; 0x5d2 <_ZN5JTAG214leave_progmodeEv>\n 95a:\t31 de       \trcall\t.-926    \t; 0x5be <_ZN5JTAG22goEv>\n 95c:\t78 cf       \trjmp\t.-272    \t; 0x84e <main+0x1a6>\n 95e:\t81 e0       \tldi\tr24, 0x01\t; 1\n 960:\t4a cf       \trjmp\t.-364    \t; 0x7f6 <main+0x14e>\n 962:\t08 85       \tldd\tr16, Y+8\t; 0x08\n 964:\t19 85       \tldd\tr17, Y+9\t; 0x09\n 966:\t80 91 00 01 \tlds\tr24, 0x0100\t; 0x800100 <__data_start>\n 96a:\t52 e0       \tldi\tr21, 0x02\t; 2\n 96c:\td5 2e       \tmov\tr13, r21\n 96e:\t81 30       \tcpi\tr24, 0x01\t; 1\n 970:\t11 f0       \tbreq\t.+4      \t; 0x976 <__stack+0x77>\n 972:\t43 e0       \tldi\tr20, 0x03\t; 3\n 974:\td4 2e       \tmov\tr13, r20\n 976:\t85 e5       \tldi\tr24, 0x55\t; 85\n 978:\tbf dc       \trcall\t.-1666   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 97a:\t87 e6       \tldi\tr24, 0x67\t; 103\n 97c:\t8d 0d       \tadd\tr24, r13\n 97e:\tbc dc       \trcall\t.-1672   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 980:\t8c 85       \tldd\tr24, Y+12\t; 0x0c\n 982:\tba dc       \trcall\t.-1676   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 984:\t8d 85       \tldd\tr24, Y+13\t; 0x0d\n 986:\tb8 dc       \trcall\t.-1680   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 988:\tf3 e0       \tldi\tr31, 0x03\t; 3\n 98a:\tdf 12       \tcpse\tr13, r31\n 98c:\t02 c0       \trjmp\t.+4      \t; 0x992 <__stack+0x93>\n 98e:\t8e 85       \tldd\tr24, Y+14\t; 0x0e\n 990:\tb3 dc       \trcall\t.-1690   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 992:\td1 dc       \trcall\t.-1630   \t; 0x336 <_ZN7UPDI_io3getEv>\n 994:\t8f ef       \tldi\tr24, 0xFF\t; 255\n 996:\t80 0f       \tadd\tr24, r16\n 998:\t65 dd       \trcall\t.-1334   \t; 0x464 <_ZN4UPDI3repEh>\n 99a:\t85 e5       \tldi\tr24, 0x55\t; 85\n 99c:\tad dc       \trcall\t.-1702   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 99e:\t84 e2       \tldi\tr24, 0x24\t; 36\n 9a0:\tab dc       \trcall\t.-1706   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n 9a2:\tc9 dc       \trcall\t.-1646   \t; 0x336 <_ZN7UPDI_io3getEv>\n 9a4:\t8f 83       \tstd\tY+7, r24\t; 0x07\n 9a6:\t20 e1       \tldi\tr18, 0x10\t; 16\n 9a8:\ta2 2e       \tmov\tr10, r18\n 9aa:\t21 e0       \tldi\tr18, 0x01\t; 1\n 9ac:\tb2 2e       \tmov\tr11, r18\n 9ae:\t32 e0       \tldi\tr19, 0x02\t; 2\n 9b0:\tc3 2e       \tmov\tr12, r19\n 9b2:\td1 2c       \tmov\tr13, r1\n 9b4:\t0c 15       \tcp\tr16, r12\n 9b6:\t1d 05       \tcpc\tr17, r13\n 9b8:\t40 f0       \tbrcs\t.+16     \t; 0x9ca <__stack+0xcb>\n 9ba:\tbd dc       \trcall\t.-1670   \t; 0x336 <_ZN7UPDI_io3getEv>\n 9bc:\tf5 01       \tmovw\tr30, r10\n 9be:\t81 93       \tst\tZ+, r24\n 9c0:\t5f 01       \tmovw\tr10, r30\n 9c2:\tff ef       \tldi\tr31, 0xFF\t; 255\n 9c4:\tcf 1a       \tsub\tr12, r31\n 9c6:\tdf 0a       \tsbc\tr13, r31\n 9c8:\tf5 cf       \trjmp\t.-22     \t; 0x9b4 <__stack+0xb5>\n 9ca:\t0f 5f       \tsubi\tr16, 0xFF\t; 255\n 9cc:\t1f 4f       \tsbci\tr17, 0xFF\t; 255\n 9ce:\t1b 83       \tstd\tY+3, r17\t; 0x03\n 9d0:\t0a 83       \tstd\tY+2, r16\t; 0x02\n 9d2:\t82 e8       \tldi\tr24, 0x82\t; 130\n 9d4:\t91 cf       \trjmp\t.-222    \t; 0x8f8 <main+0x250>\n 9d6:\tda dc       \trcall\t.-1612   \t; 0x38c <_ZN4UPDI4ldcsENS_3regE.constprop.2>\n 9d8:\t88 30       \tcpi\tr24, 0x08\t; 8\n 9da:\t09 f0       \tbreq\t.+2      \t; 0x9de <__stack+0xdf>\n 9dc:\tda ce       \trjmp\t.-588    \t; 0x792 <main+0xea>\n 9de:\tf7 01       \tmovw\tr30, r14\n 9e0:\t87 81       \tldd\tr24, Z+7\t; 0x07\n 9e2:\t00 85       \tldd\tr16, Z+8\t; 0x08\n 9e4:\t11 85       \tldd\tr17, Z+9\t; 0x09\n 9e6:\t60 90 00 01 \tlds\tr6, 0x0100\t; 0x800100 <__data_start>\n 9ea:\tf1 e0       \tldi\tr31, 0x01\t; 1\n 9ec:\t6f 12       \tcpse\tr6, r31\n 9ee:\t68 c0       \trjmp\t.+208    \t; 0xac0 <__stack+0x1c1>\n 9f0:\tf7 01       \tmovw\tr30, r14\n 9f2:\td4 84       \tldd\tr13, Z+12\t; 0x0c\n 9f4:\tc5 84       \tldd\tr12, Z+13\t; 0x0d\n 9f6:\t90 e4       \tldi\tr25, 0x40\t; 64\n 9f8:\t98 0f       \tadd\tr25, r24\n 9fa:\t92 30       \tcpi\tr25, 0x02\t; 2\n 9fc:\t08 f0       \tbrcs\t.+2      \t; 0xa00 <__stack+0x101>\n 9fe:\t39 c0       \trjmp\t.+114    \t; 0xa72 <__stack+0x173>\n a00:\te4 e0       \tldi\tr30, 0x04\t; 4\n a02:\tf1 e0       \tldi\tr31, 0x01\t; 1\n a04:\t50 80       \tld\tr5, Z\n a06:\t8d 2d       \tmov\tr24, r13\n a08:\t9c 2d       \tmov\tr25, r12\n a0a:\tef dc       \trcall\t.-1570   \t; 0x3ea <_ZN4UPDI7stptr_wEj>\n a0c:\td1 94       \tneg\tr13\n a0e:\t8f ef       \tldi\tr24, 0xFF\t; 255\n a10:\t85 0d       \tadd\tr24, r5\n a12:\td8 22       \tand\tr13, r24\n a14:\td0 16       \tcp\tr13, r16\n a16:\t11 06       \tcpc\tr1, r17\n a18:\t11 f0       \tbreq\t.+4      \t; 0xa1e <__stack+0x11f>\n a1a:\t08 f0       \tbrcs\t.+2      \t; 0xa1e <__stack+0x11f>\n a1c:\td0 2e       \tmov\tr13, r16\n a1e:\t8a e0       \tldi\tr24, 0x0A\t; 10\n a20:\t78 2e       \tmov\tr7, r24\n a22:\tdd 20       \tand\tr13, r13\n a24:\t71 f0       \tbreq\t.+28     \t; 0xa42 <__stack+0x143>\n a26:\t6a e0       \tldi\tr22, 0x0A\t; 10\n a28:\t8d 2d       \tmov\tr24, r13\n a2a:\t60 dd       \trcall\t.-1344   \t; 0x4ec <_ZZN12_GLOBAL__N_118NVM_buffered_writeEjjhhENKUlhhE_clEhh.isra.3>\n a2c:\t78 2e       \tmov\tr7, r24\n a2e:\t0d 19       \tsub\tr16, r13\n a30:\t11 09       \tsbc\tr17, r1\n a32:\tbb dc       \trcall\t.-1674   \t; 0x3aa <_ZN4UPDI7ldptr_wEv>\n a34:\t6c 01       \tmovw\tr12, r24\n a36:\t66 2d       \tmov\tr22, r6\n a38:\t80 e0       \tldi\tr24, 0x00\t; 0\n a3a:\t90 e1       \tldi\tr25, 0x10\t; 16\n a3c:\tfe dc       \trcall\t.-1540   \t; 0x43a <_ZN4UPDI5sts_bEjh>\n a3e:\tc6 01       \tmovw\tr24, r12\n a40:\td4 dc       \trcall\t.-1624   \t; 0x3ea <_ZN4UPDI7stptr_wEj>\n a42:\tc5 2c       \tmov\tr12, r5\n a44:\td1 2c       \tmov\tr13, r1\n a46:\t01 15       \tcp\tr16, r1\n a48:\t11 05       \tcpc\tr17, r1\n a4a:\t09 f4       \tbrne\t.+2      \t; 0xa4e <__stack+0x14f>\n a4c:\t72 cf       \trjmp\t.-284    \t; 0x932 <__stack+0x33>\n a4e:\t67 2d       \tmov\tr22, r7\n a50:\t0c 15       \tcp\tr16, r12\n a52:\t1d 05       \tcpc\tr17, r13\n a54:\t78 f1       \tbrcs\t.+94     \t; 0xab4 <__stack+0x1b5>\n a56:\t85 2d       \tmov\tr24, r5\n a58:\t49 dd       \trcall\t.-1390   \t; 0x4ec <_ZZN12_GLOBAL__N_118NVM_buffered_writeEjjhhENKUlhhE_clEhh.isra.3>\n a5a:\t78 2e       \tmov\tr7, r24\n a5c:\t0c 19       \tsub\tr16, r12\n a5e:\t1d 09       \tsbc\tr17, r13\n a60:\ta4 dc       \trcall\t.-1720   \t; 0x3aa <_ZN4UPDI7ldptr_wEv>\n a62:\t5c 01       \tmovw\tr10, r24\n a64:\t66 2d       \tmov\tr22, r6\n a66:\t80 e0       \tldi\tr24, 0x00\t; 0\n a68:\t90 e1       \tldi\tr25, 0x10\t; 16\n a6a:\te7 dc       \trcall\t.-1586   \t; 0x43a <_ZN4UPDI5sts_bEjh>\n a6c:\tc5 01       \tmovw\tr24, r10\n a6e:\tbd dc       \trcall\t.-1670   \t; 0x3ea <_ZN4UPDI7stptr_wEj>\n a70:\tea cf       \trjmp\t.-44     \t; 0xa46 <__stack+0x147>\n a72:\t50 90 03 01 \tlds\tr5, 0x0103\t; 0x800103 <_ZN12_GLOBAL__N_115eeprom_pagesizeE>\n a76:\t84 3b       \tcpi\tr24, 0xB4\t; 180\n a78:\t38 f4       \tbrcc\t.+14     \t; 0xa88 <__stack+0x189>\n a7a:\t82 3b       \tcpi\tr24, 0xB2\t; 178\n a7c:\t50 f4       \tbrcc\t.+20     \t; 0xa92 <__stack+0x193>\n a7e:\t82 32       \tcpi\tr24, 0x22\t; 34\n a80:\t31 f4       \tbrne\t.+12     \t; 0xa8e <__stack+0x18f>\n a82:\t93 e0       \tldi\tr25, 0x03\t; 3\n a84:\t69 2e       \tmov\tr6, r25\n a86:\tbf cf       \trjmp\t.-130    \t; 0xa06 <__stack+0x107>\n a88:\t84 5c       \tsubi\tr24, 0xC4\t; 196\n a8a:\t82 30       \tcpi\tr24, 0x02\t; 2\n a8c:\td0 f3       \tbrcs\t.-12     \t; 0xa82 <__stack+0x183>\n a8e:\t82 ea       \tldi\tr24, 0xA2\t; 162\n a90:\t14 cf       \trjmp\t.-472    \t; 0x8ba <main+0x212>\n a92:\t18 89       \tldd\tr17, Y+16\t; 0x10\n a94:\t86 e0       \tldi\tr24, 0x06\t; 6\n a96:\t90 e1       \tldi\tr25, 0x10\t; 16\n a98:\ta8 dc       \trcall\t.-1712   \t; 0x3ea <_ZN4UPDI7stptr_wEj>\n a9a:\t81 2f       \tmov\tr24, r17\n a9c:\t7c dc       \trcall\t.-1800   \t; 0x396 <_ZN4UPDI7stinc_bEh>\n a9e:\t80 e0       \tldi\tr24, 0x00\t; 0\n aa0:\t7a dc       \trcall\t.-1804   \t; 0x396 <_ZN4UPDI7stinc_bEh>\n aa2:\t8d 2d       \tmov\tr24, r13\n aa4:\t78 dc       \trcall\t.-1808   \t; 0x396 <_ZN4UPDI7stinc_bEh>\n aa6:\t8c 2d       \tmov\tr24, r12\n aa8:\t76 dc       \trcall\t.-1812   \t; 0x396 <_ZN4UPDI7stinc_bEh>\n aaa:\t67 e0       \tldi\tr22, 0x07\t; 7\n aac:\t80 e0       \tldi\tr24, 0x00\t; 0\n aae:\t90 e1       \tldi\tr25, 0x10\t; 16\n ab0:\tc4 dc       \trcall\t.-1656   \t; 0x43a <_ZN4UPDI5sts_bEjh>\n ab2:\t3f cf       \trjmp\t.-386    \t; 0x932 <__stack+0x33>\n ab4:\t80 2f       \tmov\tr24, r16\n ab6:\t1a dd       \trcall\t.-1484   \t; 0x4ec <_ZZN12_GLOBAL__N_118NVM_buffered_writeEjjhhENKUlhhE_clEhh.isra.3>\n ab8:\t78 2e       \tmov\tr7, r24\n aba:\t10 e0       \tldi\tr17, 0x00\t; 0\n abc:\t00 e0       \tldi\tr16, 0x00\t; 0\n abe:\td0 cf       \trjmp\t.-96     \t; 0xa60 <__stack+0x161>\n ac0:\tf7 01       \tmovw\tr30, r14\n ac2:\t46 84       \tldd\tr4, Z+14\t; 0x0e\n ac4:\t51 2c       \tmov\tr5, r1\n ac6:\t71 2c       \tmov\tr7, r1\n ac8:\t61 2c       \tmov\tr6, r1\n aca:\t32 01       \tmovw\tr6, r4\n acc:\t55 24       \teor\tr5, r5\n ace:\t44 24       \teor\tr4, r4\n ad0:\t94 85       \tldd\tr25, Z+12\t; 0x0c\n ad2:\t49 2a       \tor\tr4, r25\n ad4:\t45 85       \tldd\tr20, Z+13\t; 0x0d\n ad6:\t50 e0       \tldi\tr21, 0x00\t; 0\n ad8:\t54 2f       \tmov\tr21, r20\n ada:\t44 27       \teor\tr20, r20\n adc:\t70 e0       \tldi\tr23, 0x00\t; 0\n ade:\t60 e0       \tldi\tr22, 0x00\t; 0\n ae0:\t44 2a       \tor\tr4, r20\n ae2:\t55 2a       \tor\tr5, r21\n ae4:\t66 2a       \tor\tr6, r22\n ae6:\t77 2a       \tor\tr7, r23\n ae8:\t82 3c       \tcpi\tr24, 0xC2\t; 194\n aea:\tb8 f4       \tbrcc\t.+46     \t; 0xb1a <__stack+0x21b>\n aec:\t80 3c       \tcpi\tr24, 0xC0\t; 192\n aee:\td0 f4       \tbrcc\t.+52     \t; 0xb24 <__stack+0x225>\n af0:\t82 32       \tcpi\tr24, 0x22\t; 34\n af2:\t21 f0       \tbreq\t.+8      \t; 0xafc <__stack+0x1fd>\n af4:\t60 f2       \tbrcs\t.-104    \t; 0xa8e <__stack+0x18f>\n af6:\t82 5b       \tsubi\tr24, 0xB2\t; 178\n af8:\t82 30       \tcpi\tr24, 0x02\t; 2\n afa:\t48 f6       \tbrcc\t.-110    \t; 0xa8e <__stack+0x18f>\n afc:\t73 e1       \tldi\tr23, 0x13\t; 19\n afe:\td7 2e       \tmov\tr13, r23\n b00:\t34 dd       \trcall\t.-1432   \t; 0x56a <_ZN6NVM_v24waitILb0EEEvv>\n b02:\t81 e0       \tldi\tr24, 0x01\t; 1\n b04:\t2c dd       \trcall\t.-1448   \t; 0x55e <_ZN6NVM_v27commandILb0EEEvh>\n b06:\t8d 2d       \tmov\tr24, r13\n b08:\t2a dd       \trcall\t.-1452   \t; 0x55e <_ZN6NVM_v27commandILb0EEEvh>\n b0a:\t01 30       \tcpi\tr16, 0x01\t; 1\n b0c:\t11 05       \tcpc\tr17, r1\n b0e:\t69 f4       \tbrne\t.+26     \t; 0xb2a <__stack+0x22b>\n b10:\t48 89       \tldd\tr20, Y+16\t; 0x10\n b12:\tc3 01       \tmovw\tr24, r6\n b14:\tb2 01       \tmovw\tr22, r4\n b16:\t78 dc       \trcall\t.-1808   \t; 0x408 <_ZN4UPDI7sts_b_lEmh>\n b18:\t0c cf       \trjmp\t.-488    \t; 0x932 <__stack+0x33>\n b1a:\t84 3c       \tcpi\tr24, 0xC4\t; 196\n b1c:\t79 f3       \tbreq\t.-34     \t; 0xafc <__stack+0x1fd>\n b1e:\t85 3c       \tcpi\tr24, 0xC5\t; 197\n b20:\t09 f0       \tbreq\t.+2      \t; 0xb24 <__stack+0x225>\n b22:\tb5 cf       \trjmp\t.-150    \t; 0xa8e <__stack+0x18f>\n b24:\t62 e0       \tldi\tr22, 0x02\t; 2\n b26:\td6 2e       \tmov\tr13, r22\n b28:\teb cf       \trjmp\t.-42     \t; 0xb00 <__stack+0x201>\n b2a:\t04 30       \tcpi\tr16, 0x04\t; 4\n b2c:\t11 05       \tcpc\tr17, r1\n b2e:\t18 f0       \tbrcs\t.+6      \t; 0xb36 <__stack+0x237>\n b30:\tf2 e0       \tldi\tr31, 0x02\t; 2\n b32:\tdf 16       \tcp\tr13, r31\n b34:\tb9 f0       \tbreq\t.+46     \t; 0xb64 <__stack+0x265>\n b36:\t8d 2d       \tmov\tr24, r13\n b38:\t12 dd       \trcall\t.-1500   \t; 0x55e <_ZN6NVM_v27commandILb0EEEvh>\n b3a:\tc3 01       \tmovw\tr24, r6\n b3c:\tb2 01       \tmovw\tr22, r4\n b3e:\t41 dc       \trcall\t.-1918   \t; 0x3c2 <_ZN4UPDI7stptr_lEm>\n b40:\t8f ef       \tldi\tr24, 0xFF\t; 255\n b42:\t80 0f       \tadd\tr24, r16\n b44:\t8f dc       \trcall\t.-1762   \t; 0x464 <_ZN4UPDI3repEh>\n b46:\t88 89       \tldd\tr24, Y+16\t; 0x10\n b48:\t26 dc       \trcall\t.-1972   \t; 0x396 <_ZN4UPDI7stinc_bEh>\n b4a:\td0 2e       \tmov\tr13, r16\n b4c:\t09 e1       \tldi\tr16, 0x19\t; 25\n b4e:\t11 e0       \tldi\tr17, 0x01\t; 1\n b50:\tda 94       \tdec\tr13\n b52:\tdd 20       \tand\tr13, r13\n b54:\t09 f4       \tbrne\t.+2      \t; 0xb58 <__stack+0x259>\n b56:\ted ce       \trjmp\t.-550    \t; 0x932 <__stack+0x33>\n b58:\tf8 01       \tmovw\tr30, r16\n b5a:\t81 91       \tld\tr24, Z+\n b5c:\t8f 01       \tmovw\tr16, r30\n b5e:\tcc db       \trcall\t.-2152   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n b60:\tea db       \trcall\t.-2092   \t; 0x336 <_ZN7UPDI_io3getEv>\n b62:\tf6 cf       \trjmp\t.-20     \t; 0xb50 <__stack+0x251>\n b64:\tc8 01       \tmovw\tr24, r16\n b66:\t96 95       \tlsr\tr25\n b68:\t87 95       \tror\tr24\n b6a:\ta8 2e       \tmov\tr10, r24\n b6c:\tbb 24       \teor\tr11, r11\n b6e:\tba 94       \tdec\tr11\n b70:\tb8 0e       \tadd\tr11, r24\n b72:\tc3 01       \tmovw\tr24, r6\n b74:\tb2 01       \tmovw\tr22, r4\n b76:\t25 dc       \trcall\t.-1974   \t; 0x3c2 <_ZN4UPDI7stptr_lEm>\n b78:\t6e e0       \tldi\tr22, 0x0E\t; 14\n b7a:\t82 e0       \tldi\tr24, 0x02\t; 2\n b7c:\t7c dc       \trcall\t.-1800   \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n b7e:\t8b 2d       \tmov\tr24, r11\n b80:\t71 dc       \trcall\t.-1822   \t; 0x464 <_ZN4UPDI3repEh>\n b82:\td9 88       \tldd\tr13, Y+17\t; 0x11\n b84:\tc8 88       \tldd\tr12, Y+16\t; 0x10\n b86:\t85 e5       \tldi\tr24, 0x55\t; 85\n b88:\tb7 db       \trcall\t.-2194   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n b8a:\t85 e6       \tldi\tr24, 0x65\t; 101\n b8c:\tb5 db       \trcall\t.-2198   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n b8e:\t8c 2d       \tmov\tr24, r12\n b90:\tb3 db       \trcall\t.-2202   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n b92:\t8d 2d       \tmov\tr24, r13\n b94:\tb1 db       \trcall\t.-2206   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n b96:\t6e 01       \tmovw\tr12, r28\n b98:\taa 94       \tdec\tr10\n b9a:\tf2 e0       \tldi\tr31, 0x02\t; 2\n b9c:\tcf 0e       \tadd\tr12, r31\n b9e:\td1 1c       \tadc\tr13, r1\n ba0:\taa 20       \tand\tr10, r10\n ba2:\t39 f0       \tbreq\t.+14     \t; 0xbb2 <__stack+0x2b3>\n ba4:\tf6 01       \tmovw\tr30, r12\n ba6:\t80 89       \tldd\tr24, Z+16\t; 0x10\n ba8:\ta7 db       \trcall\t.-2226   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n baa:\tf6 01       \tmovw\tr30, r12\n bac:\t81 89       \tldd\tr24, Z+17\t; 0x11\n bae:\ta4 db       \trcall\t.-2232   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n bb0:\tf3 cf       \trjmp\t.-26     \t; 0xb98 <__stack+0x299>\n bb2:\teb 2d       \tmov\tr30, r11\n bb4:\tf0 e0       \tldi\tr31, 0x00\t; 0\n bb6:\t36 96       \tadiw\tr30, 0x06\t; 6\n bb8:\tee 0f       \tadd\tr30, r30\n bba:\tff 1f       \tadc\tr31, r31\n bbc:\t00 ff       \tsbrs\tr16, 0\n bbe:\t09 c0       \trjmp\t.+18     \t; 0xbd2 <__stack+0x2d3>\n bc0:\te8 5f       \tsubi\tr30, 0xF8\t; 248\n bc2:\tfe 4f       \tsbci\tr31, 0xFE\t; 254\n bc4:\t16 81       \tldd\tr17, Z+6\t; 0x06\n bc6:\t85 e5       \tldi\tr24, 0x55\t; 85\n bc8:\t97 db       \trcall\t.-2258   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n bca:\t84 e6       \tldi\tr24, 0x64\t; 100\n bcc:\t95 db       \trcall\t.-2262   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n bce:\t81 2f       \tmov\tr24, r17\n bd0:\t93 db       \trcall\t.-2266   \t; 0x2f8 <_ZN7UPDI_io3putEc>\n bd2:\t66 e0       \tldi\tr22, 0x06\t; 6\n bd4:\t82 e0       \tldi\tr24, 0x02\t; 2\n bd6:\t4f dc       \trcall\t.-1890   \t; 0x476 <_ZN4UPDI4stcsENS_3regEh>\n bd8:\tac ce       \trjmp\t.-680    \t; 0x932 <__stack+0x33>\n bda:\t27 81       \tldd\tr18, Z+7\t; 0x07\n bdc:\t26 30       \tcpi\tr18, 0x06\t; 6\n bde:\t60 f4       \tbrcc\t.+24     \t; 0xbf8 <__stack+0x2f9>\n be0:\t24 30       \tcpi\tr18, 0x04\t; 4\n be2:\t80 f4       \tbrcc\t.+32     \t; 0xc04 <__stack+0x305>\n be4:\t21 11       \tcpse\tr18, r1\n be6:\tc8 cd       \trjmp\t.-1136   \t; 0x778 <main+0xd0>\n be8:\t85 e8       \tldi\tr24, 0x85\t; 133\n bea:\t90 e0       \tldi\tr25, 0x00\t; 0\n bec:\tcc dc       \trcall\t.-1640   \t; 0x586 <_ZN4UPDI9write_keyIK5flashIhEEEvRA8_T_>\n bee:\t50 dc       \trcall\t.-1888   \t; 0x490 <_ZN4UPDI9CPU_resetEv>\n bf0:\t81 11       \tcpse\tr24, r1\n bf2:\t10 ce       \trjmp\t.-992    \t; 0x814 <main+0x16c>\n bf4:\t8b ea       \tldi\tr24, 0xAB\t; 171\n bf6:\t61 ce       \trjmp\t.-830    \t; 0x8ba <main+0x212>\n bf8:\t26 30       \tcpi\tr18, 0x06\t; 6\n bfa:\t09 f4       \tbrne\t.+2      \t; 0xbfe <__stack+0x2ff>\n bfc:\t9a ce       \trjmp\t.-716    \t; 0x932 <__stack+0x33>\n bfe:\t27 30       \tcpi\tr18, 0x07\t; 7\n c00:\t09 f0       \tbreq\t.+2      \t; 0xc04 <__stack+0x305>\n c02:\tba cd       \trjmp\t.-1164   \t; 0x778 <main+0xd0>\n c04:\t4a 84       \tldd\tr4, Y+10\t; 0x0a\n c06:\t51 2c       \tmov\tr5, r1\n c08:\t71 2c       \tmov\tr7, r1\n c0a:\t61 2c       \tmov\tr6, r1\n c0c:\t32 01       \tmovw\tr6, r4\n c0e:\t55 24       \teor\tr5, r5\n c10:\t44 24       \teor\tr4, r4\n c12:\t88 85       \tldd\tr24, Y+8\t; 0x08\n c14:\t48 2a       \tor\tr4, r24\n c16:\t89 85       \tldd\tr24, Y+9\t; 0x09\n c18:\t90 e0       \tldi\tr25, 0x00\t; 0\n c1a:\t98 2f       \tmov\tr25, r24\n c1c:\t88 27       \teor\tr24, r24\n c1e:\tb0 e0       \tldi\tr27, 0x00\t; 0\n c20:\ta0 e0       \tldi\tr26, 0x00\t; 0\n c22:\t48 2a       \tor\tr4, r24\n c24:\t59 2a       \tor\tr5, r25\n c26:\t6a 2a       \tor\tr6, r26\n c28:\t7b 2a       \tor\tr7, r27\n c2a:\t80 91 00 01 \tlds\tr24, 0x0100\t; 0x800100 <__data_start>\n c2e:\t81 30       \tcpi\tr24, 0x01\t; 1\n c30:\t49 f4       \tbrne\t.+18     \t; 0xc44 <__stack+0x345>\n c32:\t27 30       \tcpi\tr18, 0x07\t; 7\n c34:\t09 f4       \tbrne\t.+2      \t; 0xc38 <__stack+0x339>\n c36:\t7d ce       \trjmp\t.-774    \t; 0x932 <__stack+0x33>\n c38:\t8e dc       \trcall\t.-1764   \t; 0x556 <_ZN3NVM4waitILb0EEEvv>\n c3a:\t6f ef       \tldi\tr22, 0xFF\t; 255\n c3c:\tc2 01       \tmovw\tr24, r4\n c3e:\tfd db       \trcall\t.-2054   \t; 0x43a <_ZN4UPDI5sts_bEjh>\n c40:\t62 e0       \tldi\tr22, 0x02\t; 2\n c42:\t34 cf       \trjmp\t.-408    \t; 0xaac <__stack+0x1ad>\n c44:\t92 dc       \trcall\t.-1756   \t; 0x56a <_ZN6NVM_v24waitILb0EEEvv>\n c46:\t81 e0       \tldi\tr24, 0x01\t; 1\n c48:\t8a dc       \trcall\t.-1772   \t; 0x55e <_ZN6NVM_v27commandILb0EEEvh>\n c4a:\t88 e0       \tldi\tr24, 0x08\t; 8\n c4c:\t88 dc       \trcall\t.-1776   \t; 0x55e <_ZN6NVM_v27commandILb0EEEvh>\n c4e:\t4f ef       \tldi\tr20, 0xFF\t; 255\n c50:\t60 cf       \trjmp\t.-320    \t; 0xb12 <__stack+0x213>\n c52:\t8c 2d       \tmov\tr24, r12\n c54:\t40 dc       \trcall\t.-1920   \t; 0x4d6 <_ZN7JICE_io3putEc>\n c56:\t8d 2d       \tmov\tr24, r13\n c58:\t3e dc       \trcall\t.-1924   \t; 0x4d6 <_ZN7JICE_io3putEc>\n c5a:\te0 ec       \tldi\tr30, 0xC0\t; 192\n c5c:\tf0 e0       \tldi\tr31, 0x00\t; 0\n c5e:\t80 81       \tld\tr24, Z\n c60:\t86 ff       \tsbrs\tr24, 6\n c62:\tfb cf       \trjmp\t.-10     \t; 0xc5a <__stack+0x35b>\n c64:\te0 91 06 01 \tlds\tr30, 0x0106\t; 0x800106 <_ZN5JTAG219PARAM_BAUD_RATE_VALE>\n c68:\te1 50       \tsubi\tr30, 0x01\t; 1\n c6a:\tff 0b       \tsbc\tr31, r31\n c6c:\tee 0f       \tadd\tr30, r30\n c6e:\tff 1f       \tadc\tr31, r31\n c70:\te3 57       \tsubi\tr30, 0x73\t; 115\n c72:\tff 4f       \tsbci\tr31, 0xFF\t; 255\n c74:\t85 91       \tlpm\tr24, Z+\n c76:\t94 91       \tlpm\tr25, Z\n c78:\t90 93 c5 00 \tsts\t0x00C5, r25\t; 0x8000c5 <__TEXT_REGION_LENGTH__+0x7e00c5>\n c7c:\t80 93 c4 00 \tsts\t0x00C4, r24\t; 0x8000c4 <__TEXT_REGION_LENGTH__+0x7e00c4>\n c80:\t2e cd       \trjmp\t.-1444   \t; 0x6de <main+0x36>\n\n00000c82 <_exit>:\n c82:\tf8 94       \tcli\n\n00000c84 <__stop_program>:\n c84:\tff cf       \trjmp\t.-2      \t; 0xc84 <__stop_program>\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/JICE_io.cpp",
    "content": "/*\n * stk_io.cpp\n *\n * Created: 18-11-2017 15:20:29\n *  Author: JMR_2\n */\n\n// Includes\n#include <avr/io.h>\n#include \"JICE_io.h\"\n#include \"sys.h\"\n#include \"dbg.h\"\n\nnamespace {\n  // *** Baud rate lookup table for UBRR0 register ***\n  // Indexed by valid values for PARAM_BAUD_RATE_VAL (defined in JTAG2.h)\n  FLASH<uint16_t> baud_tbl[8] = {baud_reg_val(2400), baud_reg_val(4800), baud_reg_val(9600), baud_reg_val(19200), baud_reg_val(38400), baud_reg_val(57600), baud_reg_val(115200), baud_reg_val(14400)};\n}\n\n// Functions\nuint8_t JICE_io::put(char c) {\n#if defined XAVR\n  loop_until_bit_is_set(HOST_USART.STATUS, USART_DREIF_bp);\n  HOST_USART.STATUS=1<<USART_TXCIF_bp;\n  return HOST_USART.TXDATAL = c;\n#else\n  loop_until_bit_is_set(HOST_UCSRA, UDRE);\n  HOST_UCSRA|=1<<TXC;\n  return HOST_UDR = c;\n#endif\n}\n\nuint8_t JICE_io::get(void) {\n#if defined XAVR\n  loop_until_bit_set_or_host_timeout(HOST_USART.STATUS, USART_RXCIF_bp); /* Wait until data exists. */\n  //while (HOST_USART.STATUS USART_RXCIF_bp);\n  return HOST_USART.RXDATAL;\n#else\n  //loop_(until_bit_is_set(UCSR0A, RXC0); /* Wait until data exists. */\n  loop_until_bit_set_or_host_timeout(HOST_UCSRA, RXC);\n  return HOST_UDR;\n#endif\n}\n\nvoid JICE_io::init(void) {\n#if defined XAVR\n  // Init TxD pin (PA6 on tiny412)\n  PORT(HOST_TX_PORT) |= 1 << HOST_TX_PIN;\n  DDR(HOST_TX_PORT) |= 1 << HOST_TX_PIN;\n  /* Set initial baud rate */\n  HOST_USART.BAUD = baud_reg_val(19200);\n  /* Enable receiver and transmitter */\n  HOST_USART.CTRLB = USART_TXEN_bm | USART_RXEN_bm | USART_RXMODE_NORMAL_gc;\n#else\n  /* Set double speed */\n  HOST_UCSRA = (1<<U2X);\n  /* Set initial baud rate */\n  HOST_UBRR = baud_reg_val(19200);\n  /* Enable receiver and transmitter */\n  HOST_UCSRB = (1<<RXEN)|(1<<TXEN);\n  /* Set frame format: 8data, 1stop bit */\n  /* this is default configuration, so leave it */\n  //#ifdef URSEL //the one case where we can't handle the weird UART on atmega16 with #defines to rename registers...\n  //UCSRC = (1<<URSEL)|(1<<UCSZ0)|(1<<UCSZ1);\n  //#else\n  //UCSR0C = (1<<UCSZ00)|(1<<UCSZ01);\n  //#endif\n#endif\n}\n\n\nvoid JICE_io::flush(void) {\n#if defined(XAVR)\n  loop_until_bit_set_or_host_timeout(HOST_USART.STATUS, USART_TXCIF_bp);\n#else\n  loop_until_bit_set_or_host_timeout(HOST_UCSRA, TXC);\n#endif\n}\n\nvoid JICE_io::set_baud(JTAG2::baud_rate rate) {\n#if defined XAVR\n  HOST_USART.BAUD = baud_tbl[rate - 1];\n#else\n  HOST_UBRR = baud_tbl[rate - 1];\n#endif\n}\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/JICE_io.h",
    "content": "/*\n * stk_io.h\n *\n * Created: 18-11-2017 14:55:53\n *  Author: JMR_2\n */\n\n\n#ifndef JICE_IO_H_\n#define JICE_IO_H_\n\n#include <stdint.h>\n#include \"JTAG2.h\"\n\n#ifndef DISABLE_HOST_TIMEOUT\n#define loop_until_bit_set_or_host_timeout(register,bitpos) ({ \\\n  SYS::startTimer(); \\\n  while(!((register&(1<<bitpos))||(SYS::checkTimeouts() & WAIT_FOR_HOST))); \\\n  SYS::stopTimer(); \\\n})\n#else\n#define loop_until_bit_set_or_host_timeout(register,bitpos) loop_until_bit_is_set(register,bitpos)\n#endif\n\nnamespace JICE_io {\n  // Function prototypes\n  uint8_t put(char c);\n  uint8_t get(void);\n  void init(void);\n  void flush(void);\n  void set_baud(JTAG2::baud_rate rate);\n}\n\n#endif /* JICE_IO_H_ */"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/JTAG2.cpp",
    "content": "/*\n   STK500.cpp\n\n   Created: 08-12-2017 19:47:27\n    Author: JMR_2\n*/\n\n#include \"JTAG2.h\"\n#include \"JICE_io.h\"\n#include \"NVM.h\"\n#include \"NVM_v2.h\"\n#include \"crc16.h\"\n#include \"UPDI_hi_lvl.h\"\n#include \"dbg.h\"\n\n// *** Writeable Parameter Values ***\nuint8_t JTAG2::PARAM_EMU_MODE_VAL;\nJTAG2::baud_rate JTAG2::PARAM_BAUD_RATE_VAL;\nuint8_t JTAG2::ConnectedTo;\n// *** STK500 packet ***\nJTAG2::packet_t JTAG2::packet;\n\n// Local objects\nnamespace {\n  // *** Local variables ***\n  uint16_t flash_pagesize;\n  uint8_t eeprom_pagesize;\n  uint8_t nvm_version = 1;\n\n  // *** Local functions declaration ***\n  void NVM_fuse_write (uint16_t address, uint8_t data);\n  void NVM_v2_write (uint32_t address, uint16_t length, uint8_t flash_cmd);\n  void NVM_buffered_write(uint16_t address, uint16_t length, uint8_t buff_size, uint8_t write_type);\n  void include_extra_info (const uint8_t sernumlen);\n  void set_nvm_version();\n\n  // *** Signature response message ***\n  FLASH<uint8_t> sgn_resp[29] {\n    JTAG2::RSP_SIGN_ON, 1,\n    1, JTAG2::PARAM_FW_VER_M_MIN_VAL, JTAG2::PARAM_FW_VER_M_MAJ_VAL, JTAG2::PARAM_HW_VER_M_VAL,\n    1, JTAG2::PARAM_FW_VER_S_MIN_VAL, JTAG2::PARAM_FW_VER_S_MAJ_VAL, JTAG2::PARAM_HW_VER_S_VAL,\n    0, 0, 0, 0, 0, 0,\n    'J', 'T', 'A', 'G', 'I', 'C', 'E', ' ', 'm', 'k', 'I', 'I', 0\n  };\n}\n\n// *** Packet functions ***\nbool JTAG2::receive() {\n  while (JICE_io::get() != MESSAGE_START) {\n    #ifndef DISABLE_HOST_TIMEOUT\n    if ((SYS::checkTimeouts() & WAIT_FOR_HOST)) return false;\n    #endif\n  }\n  uint16_t crc = CRC::next(MESSAGE_START);\n  for (uint16_t i = 0; i < 6; i++) {\n    crc = CRC::next(packet.raw[i] = JICE_io::get(), crc);\n  }\n  if (packet.size_word[0] > sizeof(packet.body)) return false;\n  if (JICE_io::get() != TOKEN) return false;\n  crc = CRC::next(TOKEN, crc);\n  for (uint16_t i = 0; i < packet.size_word[0]; i++) {\n    crc = CRC::next(packet.body[i] = JICE_io::get(), crc);\n  }\n  if ((uint16_t)(JICE_io::get() | (JICE_io::get() << 8)) != crc) return false;\n  return true;\n}\n\nvoid JTAG2::answer() {\n  uint16_t crc = CRC::next(JICE_io::put(MESSAGE_START));\n  for (uint16_t i = 0; i < 6; i++) {\n    crc = CRC::next(JICE_io::put(packet.raw[i]), crc);\n  }\n  crc = CRC::next(JICE_io::put(TOKEN), crc);\n  for (uint16_t i = 0; i < packet.size_word[0]; i++) {\n    crc = CRC::next(JICE_io::put(packet.body[i]), crc);\n  }\n  JICE_io::put(crc);\n  JICE_io::put(crc >> 8);\n}\n\nvoid JTAG2::delay_exec() {\n  // wait for transmission complete\n  JICE_io::flush();\n  // set baud rate\n  JICE_io::set_baud(PARAM_BAUD_RATE_VAL);\n}\n\n// *** Set status function ***\nvoid JTAG2::set_status(uint8_t status_code) {\n  packet.size_word[0] = 1;\n  packet.body[0] = status_code;\n}\n\n// *** General command functions ***\n\nvoid JTAG2::sign_on() {\n  // Initialize JTAGICE2 variables\n  JTAG2::PARAM_EMU_MODE_VAL = 0x02;\n  JTAG2::PARAM_BAUD_RATE_VAL = JTAG2::BAUD_19200;\n  // Send sign on message\n  packet.size_word[0] = sizeof(sgn_resp);\n  for (uint8_t i = 0; i < sizeof(sgn_resp); i++) {\n    packet.body[i] = sgn_resp[i];\n  }\n  JTAG2::ConnectedTo |= 0x02; //now connected to host\n}\n\nvoid JTAG2::get_parameter() {\n  uint8_t & status = packet.body[0];\n  uint8_t & parameter = packet.body[1];\n  switch (parameter) {\n    case PARAM_HW_VER:\n      packet.size_word[0] = 3;\n      packet.body[1] = PARAM_HW_VER_M_VAL;\n      packet.body[2] = PARAM_HW_VER_S_VAL;\n      break;\n    case PARAM_FW_VER:\n      packet.size_word[0] = 5;\n      packet.body[1] = PARAM_FW_VER_M_MIN_VAL;\n      packet.body[2] = PARAM_FW_VER_M_MAJ_VAL;\n      packet.body[3] = PARAM_FW_VER_S_MIN_VAL;\n      packet.body[4] = PARAM_FW_VER_S_MAJ_VAL;\n      break;\n    case PARAM_EMU_MODE:\n      packet.size_word[0] = 2;\n      packet.body[1] = PARAM_EMU_MODE_VAL;\n      break;\n    case PARAM_BAUD_RATE:\n      packet.size_word[0] = 2;\n      packet.body[1] = PARAM_BAUD_RATE_VAL;\n      break;\n    case PARAM_VTARGET:\n      packet.size_word[0] = 3;\n      packet.body[1] = PARAM_VTARGET_VAL & 0xFF;\n      packet.body[2] = PARAM_VTARGET_VAL >> 8;\n      break;\n    default:\n      set_status(RSP_ILLEGAL_PARAMETER);\n      return;\n  }\n  status = RSP_PARAMETER;\n  return;\n}\n\nvoid JTAG2::set_parameter() {\n  uint8_t param_type = packet.body[1];\n  uint8_t param_val = packet.body[2];\n  switch (param_type) {\n    case PARAM_EMU_MODE:\n      PARAM_EMU_MODE_VAL = param_val;\n      break;\n    case PARAM_BAUD_RATE:\n      // check if baud rate parameter is valid\n      if ((param_val >= BAUD_LOWER) && (param_val <= BAUD_UPPER)) {\n        PARAM_BAUD_RATE_VAL = (baud_rate)param_val;\n        break;\n      }\n      // else fall through (invalid baud rate)\n    default:\n      set_status(RSP_ILLEGAL_PARAMETER);\n      return;\n  }\n  set_status(RSP_OK);\n}\n\nvoid JTAG2::set_device_descriptor() {\n  flash_pagesize = packet.body[244] + 256*packet.body[245];\n  eeprom_pagesize = packet.body[246];\n  // Now they've told us what we're talking to, and we will try to connect to it\n  /* Initialize or enable UPDI */\n  UPDI_io::put(UPDI_io::double_break);\n  UPDI::stcs(UPDI::reg::Control_A, 0x06);\n  set_nvm_version();\n  JTAG2::ConnectedTo |= 0x01; // connected to target\n  set_status(RSP_OK);\n}\n\n// *** Target mode set functions ***\n// *** Sets MCU in program mode, if possibe ***\nvoid JTAG2::enter_progmode() {\n  const uint8_t system_status = UPDI::CPU_mode<0xEF>();\n  switch (system_status) {\n    // reset in progress, may be caused by WDT\n    case 0x21:\n      /* fall-thru */\n    // in normal operating mode, reset held (why can reset be held here, anyway? Needs investigation)\n    case 0xA2:\n      /* fall-thru */\n    // in normal operation mode\n    case 0x82:\n      // Reset the MCU now, to prevent the WDT (if active) to reset it at an unpredictable moment\n      if (!UPDI::CPU_reset()){ //if we timeout while trying to reset, we are not communicating with chip, probably wiring error.\n        set_status(RSP_NO_TARGET_POWER);\n        break;\n      }\n      // At this point we need to check if the chip is locked, if so don't attempt to enter program mode\n      if (UPDI::CPU_mode<0x01>()) {\n        packet.body[0] = RSP_ILLEGAL_MCU_STATE;\n        packet.body[1] = system_status; // return system status (bit 0 will be set to indicate the MCU is locked)\n        break;\n      }\n      // Now we have time to enter program mode (this mode also disables the WDT)\n      // Write NVM unlock key (allows read access to all addressing space)\n      UPDI::write_key(UPDI::NVM_Prog);\n      // Request reset\n      if (!UPDI::CPU_reset()){ //if we timeout while trying to reset, we are not communicating with chip, probably wiring error.\n        set_status(RSP_NO_TARGET_POWER);\n        break;\n      }\n      /* fall-thru */\n    // already in program mode\n    case 0x08: //make sure we're really in programming mode\n      if (nvm_version == 1) {\n        // For NVM version 1 parts, there's a page buffer.\n        // It might have data in it if something else was writing to the flash when\n        // we so rudely interrupted, so better clear the page buffer, just in case.\n        UPDI::sts_b(NVM::NVM_base | NVM::CTRLA, NVM::PBC);\n      } else {\n        // NVM v2 devices can have error codes in NVMCTRL.STATUS\n        // They also require that NVMCTRLA be set to NOOP/NOCMD before use\n        // So we should do this here!\n        #if defined(DEBUG_ON)\n          uint8_t NVM_Status = UPDI::lds_b_l(NVM_v2::NVM_base + NVM_v2::STATUS);\n          uint8_t NVM_Cmnd = UPDI::lds_b_l(NVM_v2::NVM_base + NVM_v2::CTRLA);\n          if (NVM_Status || NVM_Cmnd ) {\n            DBG::debug('N', NVM_Status,NVM_Cmnd);\n          }\n        #endif\n        // Wait for completion of any previous NVM command then clear it with NOOP\n        NVM_v2::wait<false>();\n        UPDI::sts_b_l(NVM_v2::NVM_base + NVM_v2::STATUS, 0);\n        NVM_v2::command<false>(NVM_v2::NOOP);\n      }\n      // Turn on LED to indicate program mode\n      SYS::setLED();\n      #if defined(DEBUG_ON)\n        // report the chip revision\n        DBG::debug('R',UPDI::lds_b_l(0x0F01));\n      #endif\n      set_status(RSP_OK);\n      // Optional debug info; moved to separate function to declutter code\n      include_extra_info( (nvm_version == 2) ? 15 : 9 );\n      break;\n    default:\n      // If we're somehow NOT in programming mode now, that's no good - inform host of this unfortunate state of affairs\n      packet.body[0] = RSP_ILLEGAL_MCU_STATE;\n      packet.body[1] = system_status; // return whatever system status caused this error\n  }\n}\n\n// *** Sets MCU in normal runnning mode, if possibe ***\nvoid JTAG2::leave_progmode() {\n  const uint8_t system_status = UPDI::CPU_mode<0xEF>();\n  bool reset_ok=0;\n  switch (system_status) {\n    // in program mode\n    case 0x08:\n      // Wait for completion of previous commands\n      if (nvm_version==2) {\n        NVM_v2::wait<false>();\n      } else {\n        NVM::wait<false>();\n      }\n      // Request reset; this should also reset the NVM\n      reset_ok=UPDI::CPU_reset();\n      // already in normal mode\n    /* fall-thru */\n    case 0x82:\n      // Turn off LED to indicate normal mode\n      SYS::clearLED();\n      if (reset_ok) {\n        set_status(RSP_OK);\n      } else {\n        set_status(RSP_NO_TARGET_POWER); //this is a strange situation indeed, but tell the host anyway!\n      }\n      break;\n    // in other modes fail and inform host of wrong mode\n    default:\n      packet.size_word[0] = 2;\n      packet.body[0] = RSP_ILLEGAL_MCU_STATE;\n      packet.body[1] = system_status; // 0x01;\n  }\n}\n\n// The final command to make the chip go back into normal mode, shutdown UPDI, and start running normally\nvoid JTAG2::go() {\n  UPDI::stcs(UPDI::reg::Control_B, 0x04); //set UPDISIS to tell it that we're done and it can stop running the UPDI peripheral.\n  JTAG2::ConnectedTo &= ~(0x01); //record that we're no longer talking to the target\n  set_status(RSP_OK);\n}\n\n\n  // *** Read/Write/Erase functions ***\n  void JTAG2::read_mem() {\n    if (UPDI::CPU_mode() != 0x08){\n      // fail if not in program mode\n      packet.size_word[0] = 2;\n      packet.body[0] = RSP_ILLEGAL_MCU_STATE;\n      packet.body[1] = 0x01;\n    }\n    else {\n      // in program mode\n      const uint16_t NumBytes = (packet.body[3] << 8) | packet.body[2];\n      // Calculate size of address\n      uint8_t addr_size = (nvm_version == 1) ? 2 : 3;\n      // Set UPDI pointer to address\n      UPDI::stptr_p(&(packet.body[6]), addr_size);\n      // Read block\n      UPDI::rep(NumBytes - 1);\n      packet.body[1] = UPDI::ldinc_b();\n      for (uint16_t i = 2; i <= NumBytes; i++) {\n        packet.body[i] = UPDI_io::get();\n      }\n      packet.size_word[0] = NumBytes + 1;\n      packet.body[0] = RSP_MEMORY;\n    }\n  }\n\n\n  void JTAG2::write_mem() {\n    if (UPDI::CPU_mode() != 0x08) {\n      // fail if not in program mode\n      packet.size_word[0] = 2;\n      packet.body[0] = RSP_ILLEGAL_MCU_STATE;\n      packet.body[1] = 0x01;\n    }\n    else {\n      // in program mode\n      const uint8_t mem_type = packet.body[1];\n      const uint16_t length = packet.body[2] | (packet.body[3] << 8);             /* number of bytes to write */\n      const bool is_flash = ((mem_type == MTYPE_FLASH) || (mem_type == MTYPE_BOOT_FLASH));\n      if (nvm_version == 1) {\n        const uint16_t address = packet.body[6] | (packet.body[7] << 8);\n        const uint8_t buff_size = is_flash ? flash_pagesize : eeprom_pagesize;\n        const uint8_t write_cmnd = is_flash ? NVM::WP : NVM::ERWP;\n        switch (mem_type) {\n          case MTYPE_FUSE_BITS:\n          case MTYPE_LOCK_BITS:\n            NVM_fuse_write (address, packet.body[10]);\n            break;\n          case MTYPE_FLASH:\n          case MTYPE_BOOT_FLASH:\n          case MTYPE_EEPROM_XMEGA:\n          case MTYPE_EEPROM:\n          case MTYPE_USERSIG:\n            NVM_buffered_write(address, length, buff_size, write_cmnd);\n            break;\n          default:\n            set_status(RSP_ILLEGAL_MEMORY_TYPE);\n            return;\n        }\n      } else {\n        const uint32_t address = (((uint32_t)packet.body[8]) << 16) | (((uint16_t)packet.body[7]) << 8) | packet.body[6];\n        uint8_t write_cmd = NVM_v2::EEERWR;\n        switch (mem_type) {\n          case MTYPE_FLASH:\n          case MTYPE_BOOT_FLASH:\n          case MTYPE_USERSIG:\n            write_cmd = NVM_v2::FLWR;\n          /* fall-thru */\n          case MTYPE_FUSE_BITS:\n          case MTYPE_LOCK_BITS:\n          case MTYPE_EEPROM_XMEGA:\n          case MTYPE_EEPROM:\n            NVM_v2_write(address, length, write_cmd);\n            break;\n          default:\n            set_status(RSP_ILLEGAL_MEMORY_TYPE);\n            return;\n        }\n      }\n      set_status(RSP_OK);\n    }\n  }\n\nvoid JTAG2::erase() {\n  const uint8_t erase_type = packet.body[1];\n  bool reset_ok=0;\n  switch (erase_type) {\n    case XMEGA_ERASE_CHIP:\n      // Write Chip Erase key\n      UPDI::write_key(UPDI::Chip_Erase);\n      // Request reset\n      reset_ok=UPDI::CPU_reset();\n      if (!reset_ok){\n        set_status(RSP_NO_TARGET_POWER); //if the reset failed, inform host, break out because the rest ain't gonna work\n        break;\n      }\n      // Erase chip process exits program mode, reenter...\n      enter_progmode();\n      break;\n    case XMEGA_ERASE_APP_PAGE:\n    case XMEGA_ERASE_BOOT_PAGE:\n    case XMEGA_ERASE_USERSIG: {\n    const uint32_t address = (((uint32_t)packet.body[4]) << 16) | (((uint16_t) packet.body[3]) << 8) | packet.body[2];\n      if (nvm_version == 1) {\n        // If NVM v1, skip page erase for usersig memory, we use erase/write during the write step\n        if (erase_type != XMEGA_ERASE_USERSIG) {\n          NVM::wait<false>();\n          UPDI::sts_b(address, 0xFF);\n          NVM::command<false>(NVM::ER);\n        }\n      } else {\n        // Wait for completion of any previous NVM command then clear it with NOOP\n        NVM_v2::wait<false>();\n        NVM_v2::command<false>(NVM_v2::NOOP);\n        // erase flash page\n        NVM_v2::command<false>(NVM_v2::FLPER);\n        UPDI::sts_b_l(address, 0xFF);\n      }\n      set_status(RSP_OK);\n      break;}\n    case XMEGA_ERASE_EEPROM_PAGE:\n      // Ignore page erase for eeprom, we use erase/write during the write step\n      set_status(RSP_OK);\n      break;\n    default:\n      set_status(RSP_FAILED);\n  }\n}\n\n// *** Local functions definition ***\n// These functions will be called only once; They just exist as separate functions to declutter the main flow of code.\n// The C++ optimizer will most likely inline them during compilation.\n// They are not for general use and can only be called from the places where they are called.\nnamespace {\n  void NVM_fuse_write (uint16_t address, uint8_t data) {\n    // Setup UPDI pointer\n    UPDI::stptr_w(NVM::NVM_base + NVM::DATA_lo);\n    // Send data to the NVM controller\n    UPDI::stinc_b(data);\n    UPDI::stinc_b(0x00);\n    // Send address to the NVM controller\n    UPDI::stinc_b(address & 0xFF);\n    UPDI::stinc_b(address >> 8);\n    // Execute fuse write\n    NVM::command<false>(NVM::WFU);\n  }\n\n  void NVM_v2_write (uint32_t address, uint16_t length, uint8_t write_cmd) {\n    uint16_t current_byte_index = 10;         /* Index of the first byte to send inside the JTAG2 command body */\n    // Wait for completion of any previous NVM command then clear it with NOOP\n    NVM_v2::wait<false>();\n    NVM_v2::command<false>(NVM_v2::NOOP);\n    // Send the write command\n    NVM_v2::command<false>(write_cmd);\n\n    if (length == 1) { //if just one byte write it with no looping\n      // write to memory\n      UPDI::sts_b_l(address, JTAG2::packet.body[current_byte_index]);\n    } else {\n      if (length < 4 || write_cmd != NVM_v2::FLWR ) // byte write for short flash writes and all eeprom writes\n      {\n        uint8_t bytes_remaining = length - 1;         /* number of bytes to write */\n        NVM_v2::command<false>(write_cmd);\n        // Set UPDI pointer to address\n        UPDI::stptr_l(address);\n        UPDI::rep(bytes_remaining);\n        UPDI::stinc_b(JTAG2::packet.body[current_byte_index++]);\n        for (uint8_t i = bytes_remaining; i; i--) {\n          UPDI_io::put(JTAG2::packet.body[current_byte_index++]);\n          UPDI_io::get();\n        }\n      } else { //word write\n        int8_t words_remaining= (length >> 1)-1;\n        UPDI::stptr_l(address);\n        #ifndef NO_ACK_WRITE\n          uint16_t firstword=JTAG2::packet.body[current_byte_index]|(JTAG2::packet.body[current_byte_index+1] << 8);\n          current_byte_index+=2;\n          UPDI::rep(words_remaining);\n          UPDI::stinc_w(firstword);\n          for (uint8_t i = words_remaining;i;i--) {\n            UPDI_io::put(JTAG2::packet.body[current_byte_index++]);\n            UPDI_io::put(JTAG2::packet.body[current_byte_index++]);\n            UPDI_io::get();\n          }\n          if (length & 0x01) { //in case they send us odd-length write command...\n            UPDI::stinc_b(JTAG2::packet.body[current_byte_index++]);\n          }\n        #else //writing without ACK\n          UPDI::stcs(UPDI::reg::Control_A, 0x0E);\n          UPDI::rep(words_remaining);\n          UPDI::stinc_b_b_noget(JTAG2::packet.body[current_byte_index],JTAG2::packet.body[current_byte_index+1]);\n          current_byte_index+=2;\n          for (uint8_t i = words_remaining;i;i--) {\n            UPDI_io::put(JTAG2::packet.body[current_byte_index++]);\n            UPDI_io::put(JTAG2::packet.body[current_byte_index++]);\n          }\n          if (length & 0x01) { //in case they send us odd-length write command...\n            UPDI::stinc_b_noget(JTAG2::packet.body[current_byte_index++]);\n          }\n          UPDI::stcs(UPDI::reg::Control_A, 0x06);\n        #endif\n      }\n    }\n    // Check for NVN errors and clear them (only useful for debug mode)\n    #if defined(DEBUG_ON)\n    uint8_t stat = UPDI::lds_b_l(NVM_v2::NVM_base + NVM_v2::STATUS);\n    if (stat > 3) {\n      uint8_t cmd=UPDI::lds_b_l(NVM_v2::NVM_base + NVM_v2::CTRLA);\n      DBG::debug('f',stat,cmd,0);\n      UPDI::sts_b_l(NVM_v2::NVM_base + NVM_v2::STATUS, 0);\n    }\n    #endif\n  }\n\n\n  void NVM_buffered_write(const uint16_t address, const uint16_t length, const uint8_t buff_size, const uint8_t write_cmnd) {\n    uint8_t current_byte_index = 10;          /* Index of the first byte to send inside the JTAG2 command body */\n    uint16_t bytes_remaining = length;        /* number of bytes to write */\n\n    // Sends a block of bytes from the command body to memory, using the UPDI interface\n    // On entry, the UPDI pointer must already point to the desired address\n    // On exit, the UPDI pointer points to the next byte after the last one written\n    // Returns updated index into the command body, pointing to the first unsent byte.\n    auto updi_send_block = [] (uint8_t count, uint8_t index) {\n      count--;\n      NVM::wait<true>();\n      #ifndef NO_ACK_WRITE\n        UPDI::rep(count);\n        UPDI::stinc_b(JTAG2::packet.body[index]);\n        for (uint8_t i = count; i; i--) {\n          UPDI_io::put(JTAG2::packet.body[++index]);\n          UPDI_io::get();\n        }\n      #else\n        UPDI::stcs(UPDI::reg::Control_A, 0x0E);\n        UPDI::rep(count);\n        UPDI::stinc_b_noget(JTAG2::packet.body[index]);\n        for (uint8_t i = count; i; i--) {\n          UPDI_io::put(JTAG2::packet.body[++index]);\n        }\n        UPDI::stcs(UPDI::reg::Control_A, 0x06);\n      #endif\n      return ++index;\n    };\n\n    // Setup UPDI pointer for block transfer\n    UPDI::stptr_w(address);\n    /* Check address alignment, calculate number of unaligned bytes to send */\n    uint8_t unaligned_bytes = (-address & (buff_size - 1));\n    if (unaligned_bytes > bytes_remaining) unaligned_bytes = bytes_remaining;\n    /* If there are unaligned bytes, they must be sent first */\n    if (unaligned_bytes) {\n      // Send unaligned block\n      current_byte_index = updi_send_block(unaligned_bytes, current_byte_index);\n      bytes_remaining -= unaligned_bytes;\n      NVM::command<true>(write_cmnd);\n    }\n    while (bytes_remaining) {\n      /* Send a buff_size amount of bytes */\n      if (bytes_remaining >= buff_size) {\n        current_byte_index = updi_send_block(buff_size, current_byte_index);\n        bytes_remaining -= buff_size;\n      }\n      /* Send a NumBytes amount of bytes */\n      else {\n        current_byte_index = updi_send_block(bytes_remaining, current_byte_index);\n        bytes_remaining = 0;\n      }\n      NVM::command<true>(write_cmnd);\n    }\n  }\n\n  void include_extra_info (const uint8_t sernumlen) {\n    #if defined(INCLUDE_EXTRA_INFO_JTAG)\n    // get the REV ID - I believe (will be confirming with Microchip support) that this is the silicon revision ID\n    // this is particularly important with some of these chips - the tinyAVR and megaAVR parts do have differences\n    // between silicon revisions, and AVR-DA-series initial rev is a basket case and will almost certainly be respun\n    // before volume availability (take a look at the errata if you haven't already. There are fewer entries than on\n    // tinyAVR 1-series, but they're BIG... like \"digital input disabled after using analog input\" \"you know that\n    // flashmap we said could be used with ld and st? We lied, you can only use it with ld, and even then, there are\n    // cases where it won't work\" \"we didn't do even basic testing of 64-pin version, so stuff on those those pins is\n    // hosed\" (well, they didn't say they didn't test it, but it's bloody obvious that's how it happened))\n    using namespace JTAG2;\n    packet.size_word[0]=9+sernumlen;\n    packet.body[1]='R';\n    packet.body[2]='E';\n    packet.body[3]='V';\n    packet.body[4]=UPDI::lds_b_l(0x0F01);\n    //hell, might as well get the chip serial number too!\n    packet.body[5]= 'S';\n    packet.body[6]= 'E';\n    packet.body[7]= 'R';\n    if(nvm_version==2){\n      UPDI::stptr_l(0x1110);\n    } else {\n      UPDI::stptr_w(0x1103);\n    }\n    UPDI::rep(sernumlen);\n    packet.body[8]=UPDI::ldinc_b();\n    for(uint8_t i=9;i<(9+sernumlen);i++){\n      packet.body[i]=UPDI_io::get();\n    }\n    #ifdef DEBUG_ON\n    DBG::debug(\"Serial Number: \");\n    uint8_t *ptr=(uint8_t*)(&packet.body[8]);\n    DBG::debug(ptr,sernumlen+1,0,1);\n    #endif\n    #elif defined(DEBUG_ON) //if we're not adding extended info in JTAG, but debug is on, I guess we should still report this...\n    uint8_t sernumber[10];\n    if(nvm_version==2){\n      UPDI::stptr_l(0x1100);\n    } else {\n      UPDI::stptr_w(0x1100);\n    }\n    UPDI::rep(9);\n    sernumber[0]=UPDI::ldinc_b();\n    for(uint8_t i=1;i<10;i++){\n      sernumber[i]=UPDI_io::get();\n    }\n    #endif\n  }\n\n  void set_nvm_version(){\n    #ifdef DEDUCE_NVM_VERSION_FROM_SIB\n      using namespace JTAG2;\n      // Cast body[4]...[19] as sub-array to receive SIB data\n      auto & sib = *(uint8_t (*)[16]) &packet.body[4];\n      UPDI::read_sib(sib);\n      #if defined(DEBUG_ON)\n      DBG::debug(sib, 16, 1);\n      #endif\n      if (sib[10] == '2') {\n        nvm_version = 2;\n        } else {\n        nvm_version = 1;\n      }\n      #ifdef INCLUDE_EXTRA_INFO_JTAG\n      packet.size_word[0] = 24;\n      packet.body[1] = 'S';\n      packet.body[2] = 'I';\n      packet.body[3] = 'B';\n      /* SIB has already been stored in [4]...[19] */\n      packet.body[20]= 'N';\n      packet.body[21]= 'V';\n      packet.body[22]= 'M';\n      packet.body[23]= (nvm_version==2?'2':'1');\n      #endif\n    #else\n      nvm_version = (flash_pagesize >= 256) ? 2 : 1;\n    #endif\n  }\n}\n\n\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/JTAG2.h",
    "content": "/*\n * packet.h\n *\n * Created: 12-11-2017 11:10:31\n *  Author: JMR_2\n */\n\n\n#ifndef JTAG2_H_\n#define JTAG2_H_\n\n#include \"sys.h\"\n\nnamespace JTAG2 {\n\n  // *** Parameter IDs ***\n  enum parameter {\n    PARAM_HW_VER    = 0x01,\n    PARAM_FW_VER    = 0x02,\n    PARAM_EMU_MODE  = 0x03,\n    PARAM_BAUD_RATE = 0x05,\n    PARAM_VTARGET   = 0x06\n  };\n\n  // *** valid values for PARAM_BAUD_RATE_VAL\n  enum baud_rate {\n    BAUD_2400   = 0x01,\n    BAUD_4800,\n    BAUD_9600,\n    BAUD_19200,         // default\n    BAUD_38400,\n    BAUD_57600,\n    BAUD_115200,\n    BAUD_14400,\n    BAUD_LOWER = BAUD_2400,\n    BAUD_UPPER = BAUD_14400\n  };\n\n  // *** Parameter Values ***\n  constexpr uint8_t PARAM_HW_VER_M_VAL      = 0x01;\n  constexpr uint8_t PARAM_HW_VER_S_VAL      = 0x01;\n  constexpr uint8_t PARAM_FW_VER_M_MIN_VAL  = 0x00;\n  constexpr uint8_t PARAM_FW_VER_M_MAJ_VAL  = 0x06;\n  constexpr uint8_t PARAM_FW_VER_S_MIN_VAL  = 0x00;\n  constexpr uint8_t PARAM_FW_VER_S_MAJ_VAL  = 0x06;\n  extern uint8_t PARAM_EMU_MODE_VAL;\n  extern uint8_t ConnectedTo;\n  extern baud_rate PARAM_BAUD_RATE_VAL;\n  constexpr uint16_t PARAM_VTARGET_VAL      = 5000;\n\n  // *** General command constants ***\n  enum cmnd {\n    CMND_SIGN_OFF               = 0x00,\n    CMND_GET_SIGN_ON            = 0x01,\n    CMND_SET_PARAMETER          = 0x02,\n    CMND_GET_PARAMETER          = 0x03,\n    CMND_WRITE_MEMORY           = 0x04,\n    CMND_READ_MEMORY            = 0x05,\n    CMND_GO                     = 0x08,\n    CMND_RESET                  = 0x0b,\n    CMND_SET_DEVICE_DESCRIPTOR  = 0x0c,\n    CMND_GET_SYNC               = 0x0f,\n    CMND_ENTER_PROGMODE         = 0x14,\n    CMND_LEAVE_PROGMODE         = 0x15,\n    CMND_XMEGA_ERASE            = 0x34\n  };\n  // *** JTAG Mk2 Single byte status responses ***\n  enum response {\n    // Success\n    RSP_OK                    = 0x80,\n    RSP_PARAMETER             = 0x81,\n    RSP_MEMORY                = 0x82,\n    RSP_SIGN_ON               = 0x86,\n    // Error\n    RSP_FAILED                = 0xA0,\n    RSP_ILLEGAL_PARAMETER     = 0xA1,\n    RSP_ILLEGAL_MEMORY_TYPE   = 0xA2,\n    RSP_ILLEGAL_MEMORY_RANGE  = 0xA3,\n    RSP_ILLEGAL_MCU_STATE     = 0xA5,\n    RSP_ILLEGAL_VALUE         = 0xA6,\n    RSP_ILLEGAL_BREAKPOINT    = 0xA8,\n    RSP_ILLEGAL_JTAG_ID       = 0xA9,\n    RSP_ILLEGAL_COMMAND       = 0xAA,\n    RSP_NO_TARGET_POWER       = 0xAB,\n    RSP_DEBUGWIRE_SYNC_FAILED = 0xAC,\n    RSP_ILLEGAL_POWER_STATE   = 0xAD\n  };\n\n  // *** memory types for CMND_{READ,WRITE}_MEMORY ***\n  enum mem_type {\n    MTYPE_IO_SHADOW     = 0x30,   // cached IO registers?\n    MTYPE_SRAM          = 0x20,   // target's SRAM or [ext.] IO registers\n    MTYPE_EEPROM        = 0x22,   // EEPROM, what way?\n    MTYPE_EVENT         = 0x60,   // ICE event memory\n    MTYPE_SPM           = 0xA0,   // flash through LPM/SPM\n    MTYPE_FLASH_PAGE    = 0xB0,   // flash in programming mode\n    MTYPE_EEPROM_PAGE   = 0xB1,   // EEPROM in programming mode\n    MTYPE_FUSE_BITS     = 0xB2,   // fuse bits in programming mode\n    MTYPE_LOCK_BITS     = 0xB3,   // lock bits in programming mode\n    MTYPE_SIGN_JTAG     = 0xB4,   // signature in programming mode\n    MTYPE_OSCCAL_BYTE   = 0xB5,   // osccal cells in programming mode\n    MTYPE_CAN           = 0xB6,   // CAN mailbox\n    MTYPE_FLASH         = 0xc0,   // xmega (app.) flash\n    MTYPE_BOOT_FLASH    = 0xc1,   // xmega boot flash\n    MTYPE_EEPROM_XMEGA  = 0xc4,   // xmega EEPROM in debug mode\n    MTYPE_USERSIG       = 0xc5,   // xmega user signature\n    MTYPE_PRODSIG       = 0xc6    // xmega production signature\n  };\n\n  // *** erase modes for CMND_XMEGA_ERASE ***\n  enum erase_mode {\n    XMEGA_ERASE_CHIP,\n    XMEGA_ERASE_APP,\n    XMEGA_ERASE_BOOT,\n    XMEGA_ERASE_EEPROM,\n    XMEGA_ERASE_APP_PAGE,\n    XMEGA_ERASE_BOOT_PAGE,\n    XMEGA_ERASE_EEPROM_PAGE,\n    XMEGA_ERASE_USERSIG\n  };\n\n  // *** STK500 packet ***\n  constexpr uint8_t MESSAGE_START = 0x1B;\n  constexpr int MAX_BODY_SIZE = 700;        // Note: should not be reduced to less than 300 bytes.\n  union packet_t {\n    uint8_t raw[6 + MAX_BODY_SIZE];\n    struct {\n      union {\n        uint16_t number;\n        uint8_t number_byte[2];\n      };\n      union {\n        uint32_t size;\n        uint16_t size_word[2];\n        uint8_t size_byte[4];\n      };\n      uint8_t body[MAX_BODY_SIZE];\n    };\n  } extern packet;\n  constexpr uint8_t TOKEN = 0x0E;\n\n  // *** Parameter initialization ***\n  void init();\n\n  // *** Packet functions ***\n  bool receive();\n  void answer();\n  void delay_exec();\n\n  // *** Set status function ***\n  void set_status(uint8_t) __attribute__ ((noinline));\n\n  // *** General command functions ***\n  void sign_on();\n  void get_parameter();\n  void set_parameter();\n  void set_device_descriptor();\n\n  // *** ISP command functions ***\n  void enter_progmode();\n  void leave_progmode();\n  void go();\n  void read_signature();\n  void read_mem();\n  void write_mem();\n  void erase();\n}\n\n\n\n#endif /* STK_H_ */"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/NVM.h",
    "content": "/*\n * NVM.h\n *\n * Created: 15-12-2017 10:59:53\n *  Author: JMR_2\n */\n\n\n#ifndef NVM_H_\n#define NVM_H_\n\n#include <stdint.h>\n#include \"UPDI_lo_lvl.h\"\n\nnamespace NVM {\n  // *** Base Addresses ***\n  enum base {\n    NVM_base    = 0x1000,       /* Base address of the NVM controller */\n    Sig_base    = 0x1100,       /* Base address of the signature */\n    Fuse_base   = 0x1280,       /* Base address of the fuses */\n    User_base   = 0x1300,       /* Base address of the User Row EEPROM */\n    EEPROM_base = 0x1400        /* Base address of the main EEPROM */\n  };\n\n  // *** NVM Registers (offsets from NVN_base are enum default values) ***\n  enum reg {\n    CTRLA,\n    CTRLB,\n    STATUS,\n    INTCTRL,\n    INTFLAGS,\n    Reg_5,\n    DATA_lo,\n    DATA_hi,\n    ADDR_lo,\n    ADDR_hi\n  };\n\n  // *** NVM Commands (write to CTRLA to execute) ***\n  enum cmnd {\n    NOP,      /* Does nothing */\n    WP,       /* Write page buffer to memory */\n    ER,       /* Erase page */\n    ERWP,     /* Erase and write page */\n    PBC,      /* Page buffer clear */\n    CHER,     /* Chip erase: erase Flash and EEPROM */\n    EEER,     /* EEPROM Erase */\n    WFU       /* Write fuse */\n  };\n\n  // *** NVM Functions ***\n  template <bool preserve_ptr>\n  void command (uint8_t cmd) {\n    uint16_t temp;\n    /* preserve UPDI pointer if requested */\n    if (preserve_ptr) temp = UPDI::ldptr_w();\n    /* Execute NVM command */\n    UPDI::sts_b(NVM_base + CTRLA, cmd);\n    /* restore UPDI pointer if requested */\n    if (preserve_ptr) UPDI::stptr_w(temp);\n  }\n\n  template <bool preserve_ptr>\n  void wait () {\n    uint16_t temp;\n    /* preserve UPDI pointer if requested */\n    if (preserve_ptr) temp = UPDI::ldptr_w();\n    /* Wait while NVM is busy from previous operations */\n    while (UPDI::lds_b(NVM::NVM_base + NVM::STATUS) & 0x03);\n    /* restore UPDI pointer if requested */\n    if (preserve_ptr) UPDI::stptr_w(temp);\n  }\n}\n\n#endif /* NVM_H_ */\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/NVM_v2.h",
    "content": "/*\n * NVM_v2.h\n *\n * Created: 15-12-2017 10:59:53\n *  Author: JMR_2\n */\n\n\n#ifndef NVM_V2_H_\n#define NVM_V2_H_\n\n#include <stdint.h>\n#include \"UPDI_lo_lvl.h\"\n\nnamespace NVM_v2 {\n  // *** Base Addresses ***\n\n  enum base {\n    NVM_base    = 0x1000,   /* Base address of the NVM controller */\n    Sig_base    = 0x1100,   /* Base address of the signature */\n    Fuse_base   = 0x1050,   /* Base address of the fuses */\n    User_base   = 0x1080,   /* Base address of the User Row EEPROM */\n    EEPROM_base = 0x1400    /* Base address of the main EEPROM */\n  };\n  // *** NVM Registers (offsets from NVN_base are enum default values) ***\n  enum reg {\n    CTRLA,\n    CTRLB,\n    STATUS,\n    INTCTRL,\n    INTFLAGS,\n    Reg_5,\n    DATA_lo,\n    DATA_hi,\n    ADDR_lo,\n    ADDR_hi,\n    ADDR_ext\n  };\n\n  // *** NVM Commands (write to CTRLA to execute) ***\n  enum cmnd {\n    NOCMD       = 0x00,    /* No command */\n    NOOP        = 0x01,    /* No operation */\n    FLWR        = 0x02,    /* Flash Write Enable */\n    FLPER       = 0x08,    /* Flash Page Erase Enable */\n    FLMPER2     = 0x09,    /* Flash 2-page Erase Enable */\n    FLMPER4     = 0x0A,    /* Flash 4-page Erase Enable */\n    FLMPER8     = 0x0B,    /* Flash 8-page Erase Enable */\n    FLMPER16    = 0x0C,    /* Flash 16-page Erase Enable */\n    FLMPER32    = 0x0D,    /* Flash 32-page Erase Enable */\n    EEWR        = 0x12,    /* EEPROM Write Enable */\n    EEERWR      = 0x13,    /* EEPROM Erase and Write Enable */\n    EEBER       = 0x18,    /* EEPROM Byte Erase Enable */\n    EEMBER2     = 0x19,    /* EEPROM 2-byte Erase Enable */\n    EEMBER4     = 0x1A,    /* EEPROM 4-byte Erase Enable */\n    EEMBER8     = 0x1B,    /* EEPROM 8-byte Erase Enable */\n    EEMBER16    = 0x1C,    /* EEPROM 16-byte Erase Enable */\n    EEMBER32    = 0x1D,    /* EEPROM 32-byte Erase Enable */\n    CHER        = 0x20,    /* Erase Flash and EEPROM. EEPROM is skipped if EESAVE fuse is set. (UPDI access only.) */\n    EECHER      = 0x30     /* Erase EEPROM */\n  };\n  // *** NVM Functions ***\n  template <bool preserve_ptr>\n  void command (uint8_t cmd) {\n    uint32_t temp;\n    /* preserve UPDI pointer if requested */\n    if (preserve_ptr) temp = UPDI::ldptr_l();\n    /* Execute NVM command */\n    UPDI::sts_b_l(NVM_v2::NVM_base + NVM_v2::CTRLA, cmd);\n    /* restore UPDI pointer if requested */\n    if (preserve_ptr) UPDI::stptr_l(temp);\n  }\n\n  template <bool preserve_ptr>\n  void wait () {\n    uint32_t temp;\n    /* preserve UPDI pointer if requested */\n    if (preserve_ptr) temp = UPDI::ldptr_l();\n    /* Wait while NVM is busy from previous operations */\n    while (UPDI::lds_b_l(NVM_v2::NVM_base + NVM_v2::STATUS) & 0x03);\n    /* restore UPDI pointer if requested */\n    if (preserve_ptr) UPDI::stptr_l(temp);\n  }\n\n}\n\n#endif /* NVM_H_ */\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/UPDI_hi_lvl.cpp",
    "content": "/*\n * UPDI_hi_lvl.cpp\n *\n * Created: 15-02-2018 23:08:39\n *  Author: JMR_2\n */\n\n#include \"UPDI_hi_lvl.h\"\n#include \"dbg.h\"\n\nbool UPDI::CPU_reset(){\n  #if defined(DEBUG_RESET)\n    DBG::updi_reset();\n  #endif\n\n  // Assert target reset\n  UPDI::CPU_reset_on();\n  // Deassert target reset and wait for target initialization\n  return UPDI::CPU_reset_off();\n}\n\nvoid UPDI::CPU_reset_on(){\n  #if defined(DEBUG_RESET)\n    DBG::updi_reset_on();\n  #endif\n\n  // Request reset\n  UPDI::stcs(UPDI::reg::ASI_Reset_Request, UPDI::RESET_ON);\n  // System remains in reset state until released\n}\n\nbool UPDI::CPU_reset_off(){\n  #if defined(DEBUG_RESET)\n    DBG::updi_reset_off();\n  #endif\n\n  // Release reset (System remains in reset state until released)\n  UPDI::stcs(UPDI::reg::ASI_Reset_Request, UPDI::RESET_OFF);\n\n  // Wait for the reset process to end.\n  // Either NVMPROG, UROWPROG or BOOTDONE bit will be set in the ASI_SYS_STATUS UPDI register.\n  // This indicates reset is complete.\n  #ifndef DISABLE_TARGET_TIMEOUT\n    uint8_t timeoutcount=0;\n    while ( UPDI::CPU_mode<0x0E>() == 0 && timeoutcount<2) //if it takes 200ms to come back after we release reset... it's never going to!\n    {\n      if (SYS::checkTimeouts() & WAIT_FOR_TARGET) {\n        SYS::clearTimeouts();\n        timeoutcount++;\n      }\n    }\n  #else\n    while ( UPDI::CPU_mode<0x0E>() == 0 );\n  #endif\n\n  #if defined(DEBUG_RESET) && !defined(DEBUG_LDCS)\n  //if LDCS is defined, it will pick this up\n  #ifndef DISABLE_TARGET_TIMEOUT\n  if(timeoutcount) {\n    DBG::debug('T',timeoutcount);\n  }\n  #endif\n  DBG::updi_post_reset(UPDI::CPU_mode<0xFF>());\n  #endif\n  #ifndef DISABLE_TARGET_TIMEOUT\n    return (timeoutcount<2); //if we didn't timeout and give up trying to bring it out of reset, return true\n  #else\n    return 1;\n  #endif\n}\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/UPDI_hi_lvl.h",
    "content": "/*\n * UPDI_hi_lvl.h\n *\n * Created: 15-02-2018 23:12:54\n *  Author: JMR_2\n */\n\n\n#ifndef UPDI_HI_LVL_H_\n#define UPDI_HI_LVL_H_\n\n#include \"UPDI_lo_lvl.h\"\n\nnamespace UPDI {\n  // Constant Expressions\n  constexpr uint8_t RESET_ON = 0x59;\n  constexpr uint8_t RESET_OFF = 0x00;\n\n  // Function prototypes\n  bool CPU_reset();\n  void CPU_reset_on();\n  bool CPU_reset_off();\n\n  // returns the current CPU mode, optionally a mask can be applied to ignore \"don't care\" status bits\n  template <uint8_t mask = 0xFF>\n  uint8_t CPU_mode() {\n    uint8_t mode = UPDI::ldcs(UPDI::reg::ASI_System_Status);\n    return mode & mask;\n  }\n}\n\n#endif /* UPDI_HI_LVL_H_ */\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/UPDI_lo_lvl.cpp",
    "content": "/*\n   UPDI_cmd.cpp\n\n   Created: 23-11-2017 22:48:36\n    Author: JMR_2\n*/\n\n// Includes\n#include \"UPDI_lo_lvl.h\"\n#include \"sys.h\"\n#include \"dbg.h\"\n\n// _l  versions have long (24-bit) address pointer\n// otherwise, address pointer is 16-bit\n\n\n\n// Keys\nFLASH<uint8_t> UPDI::Chip_Erase[8] {0x65, 0x73, 0x61, 0x72, 0x45, 0x4D, 0x56, 0x4E};\nFLASH<uint8_t> UPDI::NVM_Prog[8] {0x20, 0x67, 0x6F, 0x72, 0x50, 0x4D, 0x56, 0x4E};\nFLASH<uint8_t> UPDI::UserRow_Write[8] {0x65, 0x74, 0x26, 0x73, 0x55, 0x4D, 0x56, 0x4E};\n\n/*\n\nSTCS - Store to Control Register\n\n*/\n\nvoid UPDI::stcs(reg r, uint8_t data) {\n#ifdef DEBUG_STCS\n  DBG::updi_stcs(r,data);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0xC0 + r);\n  UPDI_io::put(data);\n}\n\n\n/*\n\nLDCS - Load Control Register\n\n*/\n\nuint8_t UPDI::ldcs(reg r) {\n#ifdef DEBUG_LDCS\n  DBG::updi_ldcs(r);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x80 + r);\n#ifdef DEBUG_LDCS\n  uint8_t resp= UPDI_io::get();\n  DBG::updi_res(resp);\n  return resp;\n#else\n  return UPDI_io::get();\n#endif\n}\n\n/*\n\nREP - Repeat Command\n\n*/\n\nvoid UPDI::rep(uint8_t repeats) {\n#ifdef DEBUG_REP\n  DBG::updi_rep(repeats);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0xA0);\n  UPDI_io::put(repeats);\n}\n\n/*\n\nLDS - Load with Direct Addressing\n\n*/\n\nuint8_t UPDI::lds_b(uint16_t address) {\n#ifdef DEBUG_LDS\n  DBG::updi_lds(address);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x04);\n  UPDI_io::put(address & 0xFF);\n  UPDI_io::put(address >> 8);\n#ifdef DEBUG_LDS\n  uint8_t resp= UPDI_io::get();\n  DBG::updi_res(resp);\n  return resp;\n#else\n  return UPDI_io::get();\n#endif\n}\n\nuint8_t UPDI::lds_b_l(uint32_t address) {\n#ifdef DEBUG_LDS\n  DBG::updi_lds(address);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x08);\n  UPDI_io::put(address);\n  UPDI_io::put(address >> 8);\n  UPDI_io::put(address >> 16);\n#ifdef DEBUG_LDS\n  uint8_t resp= UPDI_io::get();\n  DBG::updi_res(resp);\n  return resp;\n#else\n  return UPDI_io::get();\n#endif\n}\n\nuint16_t UPDI::lds_w(uint16_t address) {\n#ifdef DEBUG_LDS\n  DBG::updi_lds(address);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x05);\n  UPDI_io::put(address);\n  UPDI_io::put(address >> 8);\n#ifdef DEBUG_LDS\n  uint16_t resp= UPDI_io::get()|(UPDI_io::get() << 8);\n  DBG::updi_res(resp);\n  return resp;\n#else\n  return UPDI_io::get() | (UPDI_io::get() << 8);\n#endif\n}\n\nuint16_t UPDI::lds_w_l(uint32_t address) {\n#ifdef DEBUG_LDS\n  DBG::updi_lds(address);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x09);\n  UPDI_io::put(address);\n  UPDI_io::put(address >> 8);\n  UPDI_io::put(address >> 16);\n#ifdef DEBUG_LDS\n  uint16_t resp= UPDI_io::get()|(UPDI_io::get() << 8);\n  DBG::updi_res(resp);\n  return resp;\n#else\n  return UPDI_io::get() | (UPDI_io::get() << 8);\n#endif\n}\n\n\n/*\n\nSTS - Byte oriented Store with Direct Addressing\n\n*/\n\nvoid UPDI::sts_b(uint16_t address, uint8_t data) {\n#ifdef DEBUG_STS\n  DBG::updi_sts(address,data);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x44);\n  UPDI_io::put(address & 0xFF);\n  UPDI_io::put(address >> 8);\n  UPDI_io::get();\n  UPDI_io::put(data);\n  UPDI_io::get();\n}\n\n\nvoid UPDI::sts_b_l(uint32_t address, uint8_t data) {\n#ifdef DEBUG_STS\n  DBG::updi_sts(address,data);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x48);\n  UPDI_io::put(address & 0xFF);\n  UPDI_io::put((address >> 8) & 0xFF);\n  UPDI_io::put((address >> 16) & 0xFF);\n  UPDI_io::get();\n  UPDI_io::put(data);\n  UPDI_io::get();\n}\n\n\n/*\n\nSTS - Store with Direct Addressing\n\n*/\n\nvoid UPDI::sts_w(uint16_t address, uint16_t data) {\n#ifdef DEBUG_STS\n  DBG::updi_sts(address,data);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x45);\n  UPDI_io::put(address & 0xFF);\n  UPDI_io::put(address >> 8);\n  UPDI_io::get();\n  UPDI_io::put(data & 0xFF);\n  UPDI_io::put(data >> 8);\n  UPDI_io::get();\n}\n\nvoid UPDI::sts_w_l(uint32_t address, uint16_t data) {\n#ifdef DEBUG_STS\n  DBG::updi_sts(address,data);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x49);\n  UPDI_io::put(address & 0xFF);\n  UPDI_io::put((address >> 8) & 0xFF);\n  UPDI_io::put((address >> 16) & 0xFF);\n  UPDI_io::get();\n  UPDI_io::put(data & 0xFF);\n  UPDI_io::put(data >> 8);\n  UPDI_io::get();\n}\n\n/*\n\nSTPTR - Set pointer for indirect addressing\n\n*/\n\nvoid UPDI::stptr_b(uint8_t address) {\n  // No debug code here - byte-addressed STPTR is never actually used!\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x68);\n  UPDI_io::put(address);\n  UPDI_io::get();\n}\n\nvoid UPDI::stptr_w(uint16_t address) {\n#ifdef DEBUG_STPTR\n  DBG::updi_st_ptr_w(address);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x69);\n  UPDI_io::put(address & 0xFF);\n  UPDI_io::put(address >> 8);\n  UPDI_io::get();\n}\n\nvoid UPDI::stptr_l(uint32_t address) {\n#ifdef DEBUG_STPTR\n  DBG::updi_st_ptr_l(address);\n#endif\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x6A);\n  UPDI_io::put(address & 0xFF);\n  UPDI_io::put((address >> 8) & 0xFF);\n  UPDI_io::put((address >> 16) & 0xFF);\n  UPDI_io::get();\n}\n\nvoid UPDI::stptr_p(const uint8_t* addr_p, uint8_t n) {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x68 + --n);\n  UPDI_io::put(*(addr_p++));\n  if (n >= 1)\n  UPDI_io::put(*(addr_p++));\n  if (n >= 2)\n  UPDI_io::put(*addr_p);\n  UPDI_io::get();\n}\n\n/*\n\nLDPTR - Load pointer for indirect addressing\n\n*/\n\nuint8_t UPDI::ldptr_b() {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x28);\n  return UPDI_io::get();\n}\n\nuint16_t UPDI::ldptr_w() {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x29);\n  return UPDI_io::get() | (UPDI_io::get() << 8);\n}\n\nuint32_t UPDI::ldptr_l() {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x2A);\n  return UPDI_io::get() | (UPDI_io::get() << 8) | (((uint32_t)UPDI_io::get()) << 16);\n}\nuint8_t UPDI::ld_b() {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x20);\n  return UPDI_io::get();\n}\n\nuint16_t UPDI::ld_w() {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x21);\n  return UPDI_io::get() | (UPDI_io::get() << 8);\n}\n\nuint8_t UPDI::ldinc_b() {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x24);\n  return UPDI_io::get();\n}\n\nuint16_t UPDI::ldinc_w() {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x25);\n  return UPDI_io::get() | (UPDI_io::get() << 8);\n}\n\n\nvoid UPDI::st_b(uint8_t data) {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x60);\n  UPDI_io::put(data);\n  UPDI_io::get();\n}\n\nvoid UPDI::st_w(uint16_t data) {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x61);\n  UPDI_io::put(data & 0xFF);\n  UPDI_io::put(data >> 8);\n  UPDI_io::get();\n}\n\nvoid UPDI::stinc_b(uint8_t data) {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x64);\n  UPDI_io::put(data);\n  UPDI_io::get();\n}\n\nvoid UPDI::stinc_w(uint16_t data) {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x65);\n  UPDI_io::put(data & 0xFF);\n  UPDI_io::put(data >> 8);\n  UPDI_io::get();\n}\n\n/*\n\nSTINC noget variants\nFor use when the RSD bit is set in control register A\nThis is done to improve performance when doing burst writes\n\nstinc_b_noget is copy of stinc_b without the get()\n\nstinc_b_b_noget is copy of stinc_w without the get(), and with data expressed as two\nbytes instead of a word, since this is more convenient in the single place that it is called from\n\n*/\n\nvoid UPDI::stinc_b_noget(uint8_t data) {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x64);\n  UPDI_io::put(data);\n}\n\nvoid UPDI::stinc_b_b_noget(uint8_t data0, uint8_t data1) {\n  UPDI_io::put(UPDI::SYNCH);\n  UPDI_io::put(0x65);\n  UPDI_io::put(data0);\n  UPDI_io::put(data1);\n}\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/UPDI_lo_lvl.h",
    "content": "/*\n * UPDI_cmd.h\n *\n * Created: 23-11-2017 22:46:11\n *  Author: JMR_2\n */\n\n\n#ifndef UPDI_LO_LVL_H_\n#define UPDI_LO_LVL_H_\n\n#include \"sys.h\"\n#include \"dbg.h\"\n#include \"updi_io.h\"\n#include \"dbg.h\"\n\n\nnamespace UPDI {\n  // UPDI registers\n  enum reg {\n    Status_A, Status_B, Control_A, Control_B,\n    Reg_4, Reg_5, Reg_6, ASI_Key_Status,\n    ASI_Reset_Request, ASI_Control_A, ASI_System_Control_A, ASI_System_Status,\n    ASI_CRC_Status, Reg_13, Reg_14, Reg_15\n  };\n\n\n  // Constant Expressions\n  constexpr uint8_t SYNCH = 0x55;\n  constexpr uint8_t ACK = 0x40;\n\n  // Activation Keys\n  extern FLASH<uint8_t> Chip_Erase[8];\n  extern FLASH<uint8_t> NVM_Prog[8];\n  extern FLASH<uint8_t> UserRow_Write[8];\n\n\n  // Function prototypes\n  void rep(uint8_t);\n\n  void stcs(reg, uint8_t);\n  uint8_t ldcs(reg);\n\n  uint8_t lds_b(uint16_t);\n  uint16_t lds_w(uint16_t);\n  uint8_t lds_b_l(uint32_t);\n  uint16_t lds_w_l(uint32_t);\n\n  void sts_b(uint16_t address, uint8_t data); /* Store data at address */\n  void sts_w(uint16_t, uint16_t);\n  void sts_b_l(uint32_t, uint8_t);\n  void sts_w_l(uint32_t, uint16_t);\n\n  uint8_t ldptr_b();\n  uint16_t ldptr_w();\n  uint32_t ldptr_l();\n  uint8_t ld_b();\n  uint16_t ld_w();\n  uint8_t ldinc_b();\n  uint16_t ldinc_w();\n\n  void stptr_b(uint8_t);\n  void stptr_w(uint16_t);\n  void stptr_l(uint32_t);\n  void stptr_p(const uint8_t*, uint8_t);  // set address from selectable size address (1-3 bytes) via pointer to address\n\n  void st_b(uint8_t);\n  void st_w(uint16_t);\n  void stinc_b(uint8_t);\n  void stinc_w(uint16_t);\n  void stinc_b_noget(uint8_t); //used only in NO_ACK_WRITE write routine\n  void stinc_b_b_noget(uint8_t,uint8_t); //used only NO_ACK_WRITE write routine\n\n  template <class T>\n  inline void write_key(T (& k)[8]) __attribute__(( optimize(\"no-tree-loop-optimize\") ));\n\n  // Function Templates\n  template <class T>\n  void write_key(T (& k)[8]) {\n    #ifdef DEBUG_KEY\n    DBG::updi_key();\n    #endif\n    UPDI_io::put(SYNCH);\n    UPDI_io::put(0xE0);\n    T* key_ptr = k;\n    for (uint8_t i = 8; i != 0; i--) {\n      #ifdef DEBUG_KEY\n      DBG::updi_res(*key_ptr);\n      #endif\n      UPDI_io::put(*key_ptr);\n      key_ptr++;\n    }\n  }\n\n  template <uint16_t T>\n  void read_sib(uint8_t (& buffer)[T]) {\n    static_assert( (T == 8) || (T == 16), \"read_sib(): argument must be a uint8_t[] with 8 or 16 elements\" );\n    UPDI_io::put(UPDI::SYNCH);\n    UPDI_io::put(0xE4 + (T >> 4));\n    for (uint8_t i = 0; i < sizeof(buffer); i++) {\n      buffer[i] = UPDI_io::get();\n    }\n  }\n}\n\n#endif /* UPDI_LO_LVL_H_ */\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/crc16.cpp",
    "content": "/*\n * crc16.cpp\n *\n * Created: 16-01-2018 23:06:40\n *  Author: JMR_2\n */\n\n#include \"crc16.h\"\n#include \"sys.h\"\n#include \"JICE_io.h\"\n\nnamespace {\n  FLASH<uint16_t> crc_table[256] = {\n    0x0000, 0x1189, 0x2312, 0x329b, 0x4624, 0x57ad, 0x6536, 0x74bf,\n    0x8c48, 0x9dc1, 0xaf5a, 0xbed3, 0xca6c, 0xdbe5, 0xe97e, 0xf8f7,\n    0x1081, 0x0108, 0x3393, 0x221a, 0x56a5, 0x472c, 0x75b7, 0x643e,\n    0x9cc9, 0x8d40, 0xbfdb, 0xae52, 0xdaed, 0xcb64, 0xf9ff, 0xe876,\n    0x2102, 0x308b, 0x0210, 0x1399, 0x6726, 0x76af, 0x4434, 0x55bd,\n    0xad4a, 0xbcc3, 0x8e58, 0x9fd1, 0xeb6e, 0xfae7, 0xc87c, 0xd9f5,\n    0x3183, 0x200a, 0x1291, 0x0318, 0x77a7, 0x662e, 0x54b5, 0x453c,\n    0xbdcb, 0xac42, 0x9ed9, 0x8f50, 0xfbef, 0xea66, 0xd8fd, 0xc974,\n    0x4204, 0x538d, 0x6116, 0x709f, 0x0420, 0x15a9, 0x2732, 0x36bb,\n    0xce4c, 0xdfc5, 0xed5e, 0xfcd7, 0x8868, 0x99e1, 0xab7a, 0xbaf3,\n    0x5285, 0x430c, 0x7197, 0x601e, 0x14a1, 0x0528, 0x37b3, 0x263a,\n    0xdecd, 0xcf44, 0xfddf, 0xec56, 0x98e9, 0x8960, 0xbbfb, 0xaa72,\n    0x6306, 0x728f, 0x4014, 0x519d, 0x2522, 0x34ab, 0x0630, 0x17b9,\n    0xef4e, 0xfec7, 0xcc5c, 0xddd5, 0xa96a, 0xb8e3, 0x8a78, 0x9bf1,\n    0x7387, 0x620e, 0x5095, 0x411c, 0x35a3, 0x242a, 0x16b1, 0x0738,\n    0xffcf, 0xee46, 0xdcdd, 0xcd54, 0xb9eb, 0xa862, 0x9af9, 0x8b70,\n    0x8408, 0x9581, 0xa71a, 0xb693, 0xc22c, 0xd3a5, 0xe13e, 0xf0b7,\n    0x0840, 0x19c9, 0x2b52, 0x3adb, 0x4e64, 0x5fed, 0x6d76, 0x7cff,\n    0x9489, 0x8500, 0xb79b, 0xa612, 0xd2ad, 0xc324, 0xf1bf, 0xe036,\n    0x18c1, 0x0948, 0x3bd3, 0x2a5a, 0x5ee5, 0x4f6c, 0x7df7, 0x6c7e,\n    0xa50a, 0xb483, 0x8618, 0x9791, 0xe32e, 0xf2a7, 0xc03c, 0xd1b5,\n    0x2942, 0x38cb, 0x0a50, 0x1bd9, 0x6f66, 0x7eef, 0x4c74, 0x5dfd,\n    0xb58b, 0xa402, 0x9699, 0x8710, 0xf3af, 0xe226, 0xd0bd, 0xc134,\n    0x39c3, 0x284a, 0x1ad1, 0x0b58, 0x7fe7, 0x6e6e, 0x5cf5, 0x4d7c,\n    0xc60c, 0xd785, 0xe51e, 0xf497, 0x8028, 0x91a1, 0xa33a, 0xb2b3,\n    0x4a44, 0x5bcd, 0x6956, 0x78df, 0x0c60, 0x1de9, 0x2f72, 0x3efb,\n    0xd68d, 0xc704, 0xf59f, 0xe416, 0x90a9, 0x8120, 0xb3bb, 0xa232,\n    0x5ac5, 0x4b4c, 0x79d7, 0x685e, 0x1ce1, 0x0d68, 0x3ff3, 0x2e7a,\n    0xe70e, 0xf687, 0xc41c, 0xd595, 0xa12a, 0xb0a3, 0x8238, 0x93b1,\n    0x6b46, 0x7acf, 0x4854, 0x59dd, 0x2d62, 0x3ceb, 0x0e70, 0x1ff9,\n    0xf78f, 0xe606, 0xd49d, 0xc514, 0xb1ab, 0xa022, 0x92b9, 0x8330,\n    0x7bc7, 0x6a4e, 0x58d5, 0x495c, 0x3de3, 0x2c6a, 0x1ef1, 0x0f78\n  };\n}\n\nuint16_t CRC::next(uint8_t newchar, uint16_t previous) {\n  split_word crc;\n  crc.word = previous;\n  crc.word = crc_table[crc.byte.low ^ newchar];\n  crc.byte.low ^= (previous >> 8);\n  return crc.word;\n}\n\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/crc16.h",
    "content": "/*\n * crc16.h\n *\n * Created: 16-01-2018 23:07:05\n *  Author: JMR_2\n */\n\n\n#ifndef CRC16_H_\n#define CRC16_H_\n\n#include <stdint.h>\n\nnamespace CRC {\n  uint16_t next (uint8_t newchar, uint16_t previous = 0xFFFF);    // 'previous' defaults to CRC seed value, 0xFFFF\n\n  typedef union {\n    uint16_t word;\n    struct {\n      uint8_t   low;\n      uint8_t high;\n    } byte;\n  } split_word;\n}\n\n#endif /* CRC16_H_ */\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/dbg.cpp",
    "content": "/*\n * dbg.h\n *\n * Created:5/11/2020\n *  Author: Spence Konde  (tindie.com/stores/drazzy)\n * github.com/SpenceKonde\n */\n\n#include <avr/io.h>\n#include <stdio.h>\n#include \"dbg.h\"\n#include \"sys.h\"\n\n\n\n#if defined(DEBUG_ON)\n\nvoid DBG::updi_st_ptr_l(uint32_t address) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"st_ptr \");\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(address>>16);\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteHex(address);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_st_ptr_w(uint16_t address) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"st_ptr \");\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(address);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\n\nvoid DBG::updi_lds(uint32_t address) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"lds \");\n    DBG::debugWriteHex(address>>16);\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteHex(address);\n    DBG::debugWriteByte(' ');\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_lds(uint16_t address) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"lds \");\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteHex(address);\n    DBG::debugWriteByte(' ');\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_sts(uint32_t address, uint16_t data) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"sts \");\n    DBG::debugWriteHex(address>>16);\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteHex(address);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data>>8);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_sts(uint32_t address, uint8_t data) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"sts \");\n    DBG::debugWriteHex(address>>16);\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteHex(address);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_sts(uint16_t address, uint16_t data) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"sts \");\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteHex(address);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data>>8);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_sts(uint16_t address, uint8_t data) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"sts \");\n    DBG::debugWriteHex(address>>8);\n    DBG::debugWriteHex(address);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\n\nvoid DBG::updi_ldcs(uint8_t command) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"ldcs \");\n    DBG::debugWriteHex(command);\n    DBG::debugWriteByte(' ');\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_stcs(uint8_t command, uint8_t data) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"stcs \");\n    DBG::debugWriteHex(command);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\n\nvoid DBG::updi_rep(uint8_t reps) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"rep \");\n    DBG::debugWriteHex(reps);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_reset() {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"RESET \");\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\nvoid DBG::updi_reset_on() {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"RESET ON\");\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\nvoid DBG::updi_reset_off() {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"RESET OFF\");\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_post_reset(uint8_t mode) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"NewMode \");\n    DBG::debugWriteHex(mode);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_res(uint32_t data, uint8_t isaddr) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    if (isaddr) {\n      DBG::debugWriteHex(data>>16);\n      DBG::debugWriteHex(data>>8);\n      DBG::debugWriteHex(data);\n    } else {\n      DBG::debugWriteHex(data);\n      DBG::debugWriteByte(' ');\n      DBG::debugWriteHex(data>>8);\n      DBG::debugWriteByte(' ');\n      DBG::debugWriteHex(data>>16);\n    }\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_res(uint16_t data, uint8_t isaddr) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    if (isaddr) {\n      DBG::debugWriteHex(data>>8);\n      DBG::debugWriteHex(data);\n    } else {\n      DBG::debugWriteHex(data);\n      DBG::debugWriteByte(' ');\n      DBG::debugWriteHex(data>>8);\n    }\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_res(uint8_t data) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteHex(data);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::updi_key(){\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteStr(\"key \");\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\nvoid DBG::initDebug(void) {\n  #ifdef USE_SPIDEBUG\n    DDR(SPIPORT)|=1<<SCKPIN;\n    DDR(SPIPORT)|=1<<MOSIPIN;\n    DDR(SPIPORT)|=1<<SSPIN;\n    PORT(SPIPORT)|=1<<SSPIN;\n  #endif\n  #if defined(XAVR)\n    // Set clock speed to maximum (default 20MHz, or 16MHz set by fuse)\n    #if defined(USE_USARTDEBUG)\n      #if !defined(USE_EXTERNAL_OSCILLATOR) && !defined(__AVR_DA__)\n        #if (F_CPU==20000000UL) //this means we are on the 20MHz oscillator\n          #ifdef UARTBAUD3V\n            int8_t sigrow_val = SIGROW.OSC20ERR3V;\n          #else\n            int8_t sigrow_val = SIGROW.OSC20ERR5V;\n          #endif\n        #else //we are on 16MHz one\n          #ifdef UARTBAUD3V\n            int8_t sigrow_val = SIGROW.OSC16ERR3V;\n          #else\n            int8_t sigrow_val = SIGROW.OSC16ERR5V;\n          #endif\n        #endif\n        uint32_t baud_setting = ((8 * F_CPU) / BAUDRATE);\n        baud_setting *= (1024 + sigrow_val);\n        baud_setting += 512;\n        baud_setting /= 1024;\n      #else\n        uint32_t baud_setting = (((16 * F_CPU) / BAUDRATE) + 1) / 2;\n      #endif\n      DEBUGBAUDREG=(uint16_t)baud_setting;\n      DEBUG_USART.CTRLB = USART_RXMODE_CLK2X_gc | USART_TXEN_bm;\n      DDR(DEBUG_TX_PORT)|=1<<DEBUG_TX_PIN;\n      PORT(DEBUG_TX_PORT)|=1<<DEBUG_TX_PIN;\n    #elif defined(USE_SPIDEBUG)\n      SPIDEBUG.CTRLA=SPI_MASTER_bm|SPI_ENABLE_bm|((SPI_PRESC_gm|SPI_CLK2X_bm) & SPIPRESC);\n      SPIDEBUG.CTRLB=SPI_SSD_bm;\n    #endif\n  #else //not XAVR\n    #if defined(USE_SPIDEBUG)\n      DDR(SPIPORT)|=1<<SCKPIN;\n      DDR(SPIPORT)|=1<<MOSIPIN;\n      DDR(SPIPORT)|=1<<SSPIN;\n      PORT(SPIPORT)|=1<<SSPIN;\n      SPSR=(SPIPRESC&1); //set SPI2X if wanted\n      SPCR=(1<<MSTR) |(1<<SPE)| ((SPIPRESC>>1)&0x03);\n    #elif defined(USE_USARTDEBUG)\n      DEBUG_UCSRB=(1<<TXEN);\n      DEBUGFLAGS=(1<<U2X);\n    #endif\n  #endif\n}\n\nvoid DBG::debug(char prefix, uint8_t data0, uint8_t data1, uint8_t data2){\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteByte(prefix);\n    DBG::debugWriteHex(data0);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data1);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data2);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\nvoid DBG::debug(char prefix, uint8_t data0, uint8_t data1){\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteByte(prefix);\n    DBG::debugWriteHex(data0);\n    DBG::debugWriteByte(' ');\n    DBG::debugWriteHex(data1);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\nvoid DBG::debug(char prefix, uint8_t data0){\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    DBG::debugWriteByte(0x0D);\n    DBG::debugWriteByte(0x0A);\n    DBG::debugWriteByte(prefix);\n    DBG::debugWriteHex(data0);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\n\n\nvoid DBG::debug(const char *str, uint8_t newline) {\n  DBG::debug((const uint8_t *)str, strlen(str), newline, 0);\n}\nvoid DBG::debug(const uint8_t *data, size_t datalen , uint8_t newline, uint8_t ashex) {\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)&=~(1<<SSPIN); //lower SSPIN\n    #endif\n    if (newline) {\n      DBG::debugWriteByte(0x0D);\n      DBG::debugWriteByte(0x0A);\n    }\n    DBG::debugWriteBytes(data,datalen,ashex);\n    #ifdef USE_SPIDEBUG\n      PORT(SPIPORT)|=1<<SSPIN; //raise SSPIN\n    #endif\n}\nvoid DBG::debugWriteStr(const char *str) {\n  DBG::debugWriteBytes((const uint8_t *)str, strlen(str),0);\n}\nvoid DBG::debugWriteBytes(const uint8_t *data, size_t datalen, uint8_t ashex) {\n    while (datalen--) {\n      if(ashex){\n        DBG::debugWriteHex(*data++);\n      } else {\n        DBG::debugWriteByte(*data++);\n      }\n    }\n\n}\nvoid DBG::debugWriteHex(uint8_t databyte) {\n  uint8_t b1=(databyte>>4)|'0';\n  uint8_t b2=(databyte&0x0F)|'0';\n  if (b1 > '9') b1+=7;\n  if (b2 > '9') b2+=7;\n  DBG::debugWriteByte(b1);\n  DBG::debugWriteByte(b2);\n}\n\nvoid DBG::debugWriteByte(uint8_t databyte) {\n  DEBUGDATA=databyte;\n  loop_until_bit_is_set(DEBUGFLAGS,DEBUGSENDNOW);\n}\n\n#endif\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/dbg.h",
    "content": "/*\n * dbg.h\n *\n * Created:5/11/2020\n * Author: Spence Konde  (tindie.com/stores/drazzy)\n * github.com/SpenceKonde\n */\n\n#ifndef DBG_H_\n#define DBG_H_\n\n#include <avr/io.h>\n#include \"sys.h\"\n\n\n/* User Configuration goes up here - the rest down below is defaults that you can override\n   or stuff that is hardware specific   */\n\n// Uncomment these to enable debug output recording every time one of these UPDI commands is sent and (for load commands) the response.\n// note that this will have NO EFFECT if you have not defined either USE_SPIDEBUG or USE_USARTDEBUG and any required parameters!\n\n//#define DEBUG_STCS\n//#define DEBUG_LDCS\n//#define DEBUG_REP\n//#define DEBUG_STS\n//#define DEBUG_STPTR\n//#define DEBUG_LDS\n//#define DEBUG_KEY\n//#define DEBUG_RESET\n\n\n\n#if defined(__AVR_ATtiny_Zero_One__)\n  // tinyAVR 0-series and 1-series parts\n  // 3216, 1604, that kind of thing\n\n  #define LED_PORT A\n  #define LED_PIN 7\n\n  // Second LED is used to indicate NVM version, or as an additional debugging aid.\n  #define LED2_PORT A\n  #define LED2_PIN 6\n\n\n  //USARTDEBUG not practical here because only one UART.\n\n\n\n#elif defined( __AVR_ATmega_Mighty__ )\n  // For ATmega16, ATmega32, and the later x4 parts (up to the 1284P).\n  // On the ones with two USARTS, you can use USART debugging.\n  //\n  // Here USART debug output is an option too\n  // at least on parts with the second USART\n  // You should be able to hit 2MBaud with F_CPU=16000000 and DEBUG_BAUDVAL 0 or 1mbaud with 1 if your serial adapter can't handle that.\n  // At 20, though, on classic AVRs, you're out of luck unless you have an adapter that can do 2.5 mbaud...have to go all the way down to 500kbaud (DEBUG_BAUDVAL 4) to divide it to something common.. Good thing almost everyone runs them at 16.\n\n\n\n\n\n#elif defined (__AVR_ATmega_Mini__) || defined(ARDUINO_AVR_LARDU_328E)\n  // For ATmega328 and 168 (P, PB) parts\n  // Same deal as before/ Remember that the buildin LED is on the same pin as SCK on most boards, so you'll want to cadd LEDs on other pinn, defaults to D2\n  // On PB parts can also use second USART. Using the second SPI is not supported.\n\n\n\n#elif defined (__AVR_ATmega_Mega__)\n  // 2560 and that family, like the ones used on the Arduino Mega\n  // Same as the others with extra USARTS, only here you can specify which one if you must\n\n\n#elif defined (__AVR_ATmega_Zero__)\n// 4808, 4809. and the rest of the megaAVR 0-series\n// Same as above, pretty much\n// big difference here is your specify the name of the peripheral instead of the number, and the target baud rate, because we grab the OSCCAL value per datasheet./\n\n#endif\n\n\n/* Defaults and hardware-specific stuff                 */\n/* Shouldn't need to change anything here               */\n/* IF you want to override, copy it to the blocks above */\n\n\n#if defined(__AVR_ATtiny_Zero_One__)\n// tinyAVR 0-series and 1-series parts HOST_RX_PIN 3\n\n  #ifdef USE_SPIDEBUG\n\n    #define SPIDEBUG SPI0\n\n    //SPI0 is on PORTA\n    #define SPIPORT A\n    //PA1, PA3, PA4 are MOSI,SCK,SS on XTINY parts with more than 8 pins, and the ones with 8 pins don't have enough ram to fit the device descriptor so we don't care about them.\n    //On the megasAVR 0-series and AVR DA-series, this would be 0x50 but otherise everything same I think.. not that people are lining up to use those parts as boring programmers!\n    #define MOSIPIN 1\n    #define SCKPIN 3\n\n    #ifndef SSPIN\n    //They get option to change this because they may want to use a different pin,m and they an do that on the parts with the new peripherals that have the SSD bit.\n      #define SSPIN 4\n    #endif\n\n  #endif //emd of SPIDEBUG section for XTINY\n\n  #ifdef USE_USARTDEBUG\n    #error \"Only has one USART!\"\n  #endif\n\n#elif defined( __AVR_ATmega_Mighty__ )\n// For ATmega16, ATmega32, and the later x4 parts (up to the 1284P).\n\n\n  #ifdef USE_SPIDEBUG\n\n    #define SPIPORT B\n\n    #define MOSIPIN 1\n    #define SCKPIN 3\n    #define SSPIN 4\n  #endif\n\n  #ifdef USE_USARTDEBUG\n    #ifdef UCSR1A\n      #if (!defined(DEBUG_USART)\n        #define DEBUG_USART 1\n      #elif (!(DEBUG_USART==1)\n        #undef DEBUG_USART\n        #define DEBUG_USART 1\n      #endif\n    #else\n      #error \"That part doesn't have another USART\"\n    #endif\n  #endif\n\n\n#elif defined (__AVR_ATmega_Mini__) || defined(ARDUINO_AVR_LARDU_328E)\n  // For ATmega328 and 168 (P, PB) parts\n\n  #ifdef USE_SPIDEBUG\n\n    #define SPIPORT B\n\n    #define MOSIPIN 3\n    #define SCKPIN 5\n    #define SSPIN 2\n\n  #endif\n\n  #ifdef USE_USARTDEBUG\n    #ifdef UCSR1A\n      #if (!defined(DEBUG_USART)\n        #define DEBUG_USART 1\n      #elif (!(DEBUG_USART==1)\n        #undef DEBUG_USART\n        #define DEBUG_USART 1\n      #endif\n    #else\n      #error \"That part doesn't have another USART\"\n    #endif\n  #endif\n\n\n\n\n#elif defined (__AVR_ATmega_Mega__)\n// 2560 and that family, like the ones used on the Arduino Mega\n\n  #ifdef USE_SPIDEBUG\n\n    #define SPIPORT D\n\n    #define MOSIPIN 2\n    #define SCKPIN 1\n    #define SSPIN 0\n\n  #endif\n\n  #ifdef USE_USARTDEBUG\n\n    #if (!defined(DEBUG_USART)\n      #define DEBUG_USART 1\n    #endif\n\n    #if (!(DEBUG_USART==1||DEBUG_USART==2||DEBUG_USART==3)\n      #undef DEBUG_USART\n      #define DEBUG_USART 1\n    #endif\n  #endif\n\n#elif defined (__AVR_ATmega_Zero__)\n// 4808, 4809. and the rest of the megaAVR 0-series\n\n  #ifdef USE_SPIDEBUG\n\n    #define SPIDEBUG SPI0\n\n    //SPI0 is on PORTA\n    #define SPIPORT A\n    //PA4, PA6, PA7 are MOSI,SCK,SS on megaAVR 0-series\n    #define MOSIPIN 4\n    #define SCKPIN 6\n\n    #ifndef SSPIN\n      #define SSPIN 7\n    #endif\n\n  #endif //emd of SPIDEBUG\n  #ifdef USE_USARTDEBUG\n    #define DEBUG_TX_PIN 0\n    #define DEBUG_RX_PIN 1\n    #if (!defined(DEBUG_USART)\n      #define DEBUG_USART USART1\n    #endif\n    #if DEBUG_USART==USART1\n      #define DEBUG_TX_PORT C\n    #elif DEBUG_USART==USART2\n      #define DEBUG_TX_PORT F\n    #elif DEBUG_USART==USART3\n      #define DEBUG_TX_PORT B\n    #elif DEBUG_USART==USART0\n      #define DEBUG_TX_PORT A\n    #else\n      #undef DEBUG_USART\n      #define DEBUG_USART USART1\n      #define DEBUG_TX_PORT C\n    #endif\n  #endif //end if USARTDEBUG\n#else\n  #warning \"Part not supported - if you didn't provide all the needed pin definitions, that's why it's not compiling\"\n#endif //End of the defaults!\n\n\n// Noe we do some general stuff relating the the debugging so they share most of the code...\n#if (defined(USE_SPIDEBUG) && defined(USE_USARTDEBUG))\n  #error \"Cannot use both SPI and UART for debugging, pick one\"\n#endif\n\n#ifdef USE_SPIDEBUG\n  #define DEBUG_ON\n  #ifdef XAVR\n    #define DEBUGDATA SPIDEBUG.DATA\n    #define DEBUGFLAGS SPIDEBUG.INTFLAGS\n    #define DEBUGSENDNOW SPI_IF_bp\n  #else\n    #ifndef SPDR\n    //means it's one of the ones woth two of them, 0 and 1...\n      #define SPIF SPIF0\n      #define MSTR MSTR0\n      #define WDE WDE0\n      #if (SPIDEBUG==1)\n        #define SPDR SPDR1\n        #define SPSR SPSR1\n        #define SPCR SPCR1\n      #else\n        #define SPDR SPDR0\n        #define SPSR SPSR0\n        #define SPCR SPCR0\n      #endif\n    #endif  //now it has standard names definedm,= so we define them to match the harmonized names...\n    #define DEBUGDATA SPDR\n    #define DEBUGFLAGS SPSR\n    #define DEBUGSENDNOW SPIF\n  #endif\n#endif\n\n#ifdef USE_USARTDEBUG\n  #define DEBUG_ON\n  #ifdef XAVR\n    #if (HOST_USART == DEBUG_USART)\n      #error \"Host and Debug cannot be on same USART\"\n    #endif\n    #define DEBUGDATA DEBUG_USART.TXDATAL\n    #define DEBUGBAUDREG DEBUG_USART.BAUD\n    #define DEBUGFLAGS DEBUG_USART.STATUS\n    #define DEBUGSENDNOW USART_DREIF_bp\n    #ifndef DEBUG_BAUDRATE\n      #define DEBUG_BAUDRATE 2000000UL\n    #endif\n  #else\n    #define DEBUGSENDNOW UDRE0\n    #if DEBUG_USART==1\n      #define DEBUGDATA UDR1\n      #define DEBUGFLAGS UCSR1A\n      #define DEBUG_UCSRB UCSR1B\n      #define DEBUGBAUDREG UBRR1\n    #elif DEBUG_USART==2\n      #define DEBUGDATA UDR2\n      #define DEBUGFLAGS UCSR2A\n      #define DEBUG_UCSRB UCSR2B\n      #define DEBUGBAUDREG UBRR2\n    #elif DEBUG_USART==3\n      #define DEBUGDATA UDR3\n      #define DEBUGFLAGS UCSR3A\n      #define DEBUG_UCSRB UCSR3B\n      #define DEBUGBAUDREG UBRR3\n    #elif DEBUG_USART==0\n      #error \"Using USART other than USART0 to communicate with host not supported on classic AVR\"\n    #else\n      #define DEBUG_USART 1\n      #define DEBUGDATA UDR1\n      #define DEBUGFLAGS UCSR1A\n      #define DEBUG_UCSRB UCSR1B\n      #define DEBUGBAUDREG UBRR1\n    #endif\n  #endif\n#endif\n\n#if defined(DEBUG_ON)\n\nnamespace DBG {\n  void initDebug(void);\n  void updi_st_ptr_l(uint32_t address);\n  void updi_st_ptr_w(uint16_t address);\n  void updi_lds(uint32_t address);\n  void updi_lds(uint16_t address);\n  void updi_sts(uint32_t address, uint16_t data);\n  void updi_sts(uint32_t address, uint8_t data);\n  void updi_sts(uint16_t address, uint16_t data);\n  void updi_sts(uint16_t address, uint8_t data);\n  void updi_key();\n  void updi_rep(uint8_t reps);\n  void updi_stcs(uint8_t command, uint8_t data);\n  void updi_ldcs(uint8_t command);\n  void updi_res(uint32_t data, uint8_t isaddr=1);\n  void updi_res(uint16_t data, uint8_t isaddr=0);\n  void updi_res(uint8_t data);\n  void updi_reset();\n  void updi_reset_off();\n  void updi_reset_on();\n  void updi_post_reset(uint8_t mode);\n  void debug(const char *str, uint8_t newline=1);\n  void debug(const uint8_t *data, size_t length, uint8_t newline=0, uint8_t ashex=0);\n  void debugWriteStr(const char *str);\n  void debugWriteBytes(const uint8_t *data, size_t length, uint8_t ashex=0);\n  void debugWriteByte(uint8_t databyte);\n  void debugWriteHex(uint8_t databyte);\n  void debug(char prefix, uint8_t data0);\n  void debug(char prefix, uint8_t data0, uint8_t data1);\n  void debug(char prefix, uint8_t data0, uint8_t data1, uint8_t data2);\n}\n#else\n// if debug is not on, we need to deal with the specific DEBUG_(subsystem) defines. Rather than make a mess of everywhere that checks for them by adding another check for DEBUG_ON\n// we'll just undefine them....\n#ifdef DEBUG_STCS\n  #warning \"No debug output method is configured, so DEBUG_STCS being undefined\"\n  #undef DEBUG_STCS\n#endif\n\n#ifdef DEBUG_LDCS\n  #warning \"No debug output method is configured, so DEBUG_LDCS being undefined\"\n  #undef DEBUG_LDCS\n#endif\n\n#ifdef DEBUG_STS\n  #warning \"No debug output method is configured, so DEBUG_STS being undefined\"\n  #undef DEBUG_STS\n#endif\n\n#ifdef DEBUG_LDS\n  #warning \"No debug output method is configured, so DEBUG_LDS being undefined\"\n  #undef DEBUG_LDS\n#endif\n\n#ifdef DEBUG_STPTR\n  #warning \"No debug output method is configured, so DEBUG_STPTR being undefined\"\n  #undef DEBUG_STPTR\n#endif\n\n#ifdef DEBUG_KEY\n  #warning \"No debug output method is configured, so DEBUG_KEY being undefined\"\n  #undef DEBUG_KEY\n#endif\n\n#ifdef DEBUG_REP\n  #warning \"No debug output method is configured, so DEBUG_REP being undefined\"\n  #undef DEBUG_REP\n#endif\n\n#ifdef DEBUG_RESET\n  #warning \"No debug output method is configured, so DEBUG_RESET being undefined\"\n  #undef DEBUG_RESET\n#endif\n\nnamespace DBG {\n  inline void initDebug(){}\n  inline void updi_st_ptr_l(uint32_t address){}\n  inline void updi_st_ptr_w(uint16_t address){}\n  inline void updi_lds(uint32_t address){}\n  inline void updi_lds(uint16_t address){}\n  inline void updi_sts(uint32_t address, uint16_t data){}\n  inline void updi_sts(uint32_t address, uint8_t data){}\n  inline void updi_sts(uint16_t address, uint16_t data){}\n  inline void updi_sts(uint16_t address, uint8_t data){}\n  inline void updi_key(){}\n  inline void updi_rep(uint8_t reps){}\n  inline void updi_stcs(uint8_t command, uint8_t data){}\n  inline void updi_ldcs(uint8_t command){}\n  inline void updi_res(uint32_t data, uint8_t isaddr=1){}\n  inline void updi_res(uint16_t data, uint8_t isaddr=0){}\n  inline void updi_res(uint8_t data){}\n  inline void updi_reset(){}\n  inline void updi_reset_off(){}\n  inline void updi_reset_on(){}\n  inline void updi_post_reset(uint8_t mode){}\n  inline void debug(const char *str, uint8_t newline=1){}\n  inline void debug(const uint8_t *data, size_t length, uint8_t newline=0, uint8_t ashex=0){}\n  inline void debugWriteStr(const char *str){}\n  inline void debugWriteBytes(const uint8_t *data, size_t length, uint8_t ashex=0){}\n  inline void debugWriteByte(uint8_t databyte){}\n  inline void debugWriteHex(uint8_t databyte){}\n  inline void debug(char prefix, uint8_t data0){}\n  inline void debug(char prefix, uint8_t data0, uint8_t data1){}\n  inline void debug(char prefix, uint8_t data0, uint8_t data1, uint8_t data2){}\n}\n\n#endif\n\n#endif /* DBG_H_ */\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/jtag2updi.cpp",
    "content": "/*\n * j2updi.cpp\n *\n * Created: 11-11-2017 22:29:58\n * Author : JMR_2\n */\n\n// Includes\n#include \"sys.h\"\n#include \"updi_io.h\"\n#include \"JICE_io.h\"\n#include \"JTAG2.h\"\n#include \"dbg.h\"\n#ifdef USE_WDT_RESET\n  #include <avr/wdt.h>\n#endif\n\n/* Internal stuff */\nnamespace {\n  // Prototypes\n  void setup();\n  void loop();\n  void process_command();\n}\n\nint main(void)\n{\n  setup();\n  loop();\n}\n\n/* Internal stuff */\nnamespace {\n  inline void setup() {\n    /* Initialize MCU */\n    //wdt_disable();\n    SYS::init();\n\n    /* Initialize serial links */\n    JICE_io::init();\n    UPDI_io::init();\n  }\n\n  inline void loop() {\n    #ifndef DISABLE_HOST_TIMEOUT\n    uint8_t HostErrorCount=0;\n    #endif\n    //wdt_enable(WDTO_500MS);\n    while (1) {\n      // Receive command\n      #ifndef DISABLE_HOST_TIMEOUT\n        while(!(JTAG2::receive()||(SYS::checkTimeouts() & WAIT_FOR_HOST)));\n        if (!(SYS::checkTimeouts() & WAIT_FOR_HOST)) {\n          HostErrorCount=0;\n          SYS::clearTimeouts(); //clear the timeouts, because WAIT_FOR_TARGET may be set here because of how this is implemented...\n      #else\n        while(!(JTAG2::receive()));\n      #endif\n      // Process command\n        #if defined(DEBUG_ON)\n          DBG::debug('c',JTAG2::packet.body[0]);\n          DBG::debug('C',JTAG2::ConnectedTo);\n        #endif\n        process_command();\n        // send response\n        JTAG2::answer();\n        // some commands need to be executed after sending the answer\n        JTAG2::delay_exec();\n      #ifndef DISABLE_HOST_TIMEOUT\n      } else { // timed out waiting for host communication\n        // We timed out waiting for the host to send something\n        // if we thought we were talking with host, that would be a sign that something went wrong\n        if (JTAG2::ConnectedTo&0x02) {\n          #if defined(DEBUG_ON)\n            DBG::debug('t',SYS::checkTimeouts());\n            DBG::debug('h',HostErrorCount);\n          #endif\n          if (HostErrorCount++>3) {\n            // Time to give up on host, restore default baud rate, and wait for future contact\n            #if defined(DEBUG_ON)\n              DBG::debug(\"Giving up...\");\n            #endif\n            JTAG2::PARAM_BAUD_RATE_VAL = JTAG2::BAUD_19200;\n            JICE_io::set_baud(JTAG2::BAUD_19200);\n            JTAG2::ConnectedTo&=0xFD; // no longer talking to host.\n            if (JTAG2::ConnectedTo&0x01) {\n              //if this is true, we're still talking to the target! We're better tell it we're done...\n              JTAG2::leave_progmode();\n              JTAG2::go();\n            }\n          } else { // send a fail and give them a chance to start talking again\n            JTAG2::set_status(JTAG2::RSP_FAILED);\n            // send response\n            JTAG2::answer();\n            // some commands need to be executed after sending the answer\n            JTAG2::delay_exec();\n          }\n        }\n      }\n      SYS::clearTimeouts();\n      #endif\n    }\n  }\n\n  inline void process_command() {\n    switch (JTAG2::packet.body[0]) {\n      case JTAG2::CMND_GET_SIGN_ON:\n        JTAG2::sign_on();\n        break;\n      case JTAG2::CMND_GET_PARAMETER:\n        JTAG2::get_parameter();\n        break;\n      case JTAG2::CMND_SET_PARAMETER:\n        JTAG2::set_parameter();\n        break;\n      case JTAG2::CMND_ENTER_PROGMODE:\n        JTAG2::enter_progmode();\n        break;\n      case JTAG2::CMND_RESET:\n        #ifdef DISABLE_HOST_TIMEOUT\n        JTAG2::enter_progmode();\n        #else\n        set_status(JTAG2::RSP_OK);\n        #endif\n        break;\n      case JTAG2::CMND_SIGN_OFF:\n        // Restore default baud rate before exiting\n        JTAG2::PARAM_BAUD_RATE_VAL = JTAG2::BAUD_19200;\n        if (JTAG2::ConnectedTo&0x01) {\n          //if this is true, we're talking to the target too! We're better tell it we're done...\n          JTAG2::leave_progmode();\n          JTAG2::go();\n        }\n        JTAG2::ConnectedTo&=0xFD; // no longer talking to host either, anymore.\n        set_status(JTAG2::RSP_OK);\n        break;\n      case JTAG2::CMND_LEAVE_PROGMODE:\n        JTAG2::leave_progmode();\n        break;\n      case JTAG2::CMND_GET_SYNC:\n        JTAG2::set_status(JTAG2::RSP_OK);\n        break;\n      case JTAG2::CMND_GO:\n        #ifdef DISABLE_HOST_TIMEOUT\n        JTAG2::leave_progmode();\n        #endif\n        JTAG2::go();\n        break;\n      case JTAG2::CMND_SET_DEVICE_DESCRIPTOR:\n        JTAG2::set_device_descriptor();\n        break;\n      case JTAG2::CMND_READ_MEMORY:\n        JTAG2::read_mem();\n        break;\n      case JTAG2::CMND_WRITE_MEMORY:\n        JTAG2::write_mem();\n        break;\n      case JTAG2::CMND_XMEGA_ERASE:\n        JTAG2::erase();\n        break;\n      default:\n        JTAG2::set_status(JTAG2::RSP_FAILED);\n        break;\n    }\n    #ifndef DISABLE_TARGET_TIMEOUT\n      if (SYS::checkTimeouts() & WAIT_FOR_TARGET) {\n        #ifdef DEBUG_ON\n         DBG::debug('T',SYS::checkTimeouts());\n        #endif\n        // If we got a timeout while waiting for the target during the preceeding command, then warn the host:\n        JTAG2::set_status(JTAG2::RSP_NO_TARGET_POWER); //this error looks like the best fit\n      }\n    #endif\n  }\n\n}\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/jtag2updi.ino",
    "content": "\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/parts.h",
    "content": "/*\n *  parts.h\n *\n * Created:5/11/2020\n * Author: Spence Konde  (tindie.com/stores/drazzy)\n * github.com/SpenceKonde\n */\n\n#ifndef  PARTS_H_\n#define  PARTS_H_\n\n#include <avr/io.h>\n\n#if  (defined(__AVR_ATtiny3217__) || defined(__AVR_ATtiny1617__) || defined(__AVR_ATtiny1604__) || defined(__AVR_ATtiny1607__) || \\\n      defined(__AVR_ATtiny3216__) || defined(__AVR_ATtiny1616__) || defined(__AVR_ATtiny1606__) || defined(__AVR_ATtiny1614__))\n\n      #define __AVR_ATtiny_Zero_One__\n\n\n#elif (defined(__AVR_ATmega16__)    || defined(__AVR_ATmega32__)    || defined(__AVR_ATmega64__)    || defined(__AVR_ATmega128__)   || \\\n       defined(__AVR_ATmega164A__)  || defined(__AVR_ATmega164PA__) || \\\n       defined(__AVR_ATmega324A__)  || defined(__AVR_ATmega324PA__) || defined(__AVR_ATmega324PB__) || defined(__AVR_ATmega644A__)  || \\\n       defined(__AVR_ATmega644PA__) || defined(__AVR_ATmega1284__)  || defined(__AVR_ATmega1284P__))\n\n      #define __AVR_ATmega_Mighty__\n\n\n#elif  (defined(__AVR_ATmega641__) || defined(__AVR_ATmega1281__) || defined(__AVR_ATmega2561__) || \\\n        defined(__AVR_ATmega640__) || defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__))\n\n      #define __AVR_ATmega_Mega__\n\n\n#elif (defined(__AVR_ATmega328__) || defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328PB__) || \\\n       defined(__AVR_ATmega168__) || defined(__AVR_ATmega168P__) || defined(__AVR_ATmega168PB__) || defined(__AVR_ATmega168A__)  || defined(__AVR_ATmega168PA__) || \\\n       defined(__AVR_ATmega88__)  || defined(__AVR_ATmega88P__)  || defined(__AVR_ATmega88PB__)  || \\\n       defined(__AVR_ATmega8__) )\n\n      #define __AVR_ATmega_Mini__\n\n\n#elif (defined(__AVR_ATmega808__) ||defined(__AVR_ATmega1608__) ||defined(__AVR_ATmega3208__) ||defined(__AVR_ATmega4808__) || \\\n       defined(__AVR_ATmega809__) ||defined(__AVR_ATmega1609__) ||defined(__AVR_ATmega3209__) ||defined(__AVR_ATmega4809__) )\n\n      #define __AVR_ATmega_Zero__\n\n\n#elif (defined(__AVR_AVR128DA28__) ||defined(__AVR_AVR128DA32__) ||defined(__AVR_AVR128DA48__) ||defined(__AVR_AVR128DA64__) || \\\n       defined(__AVR_AVR64DA28__)  ||defined(__AVR_AVR64DA32__)  ||defined(__AVR_AVR64DA48__)  ||defined(__AVR_AVR64DA64__)  || \\\n       defined(__AVR_AVR32DA28__)  ||defined(__AVR_AV324DA32__)  ||defined(__AVR_AVR32DA48__)  )\n\n      #define __AVR_DA__\n\n\n#endif\n#endif\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/sys.cpp",
    "content": "/*\n * sys.cpp\n *\n * Created: 02-10-2018 13:07:52\n *  Author: JMR_2\n */\n\n#include <avr/io.h>\n#include <avr/interrupt.h>\n#include \"sys.h\"\n#include \"dbg.h\"\n#include <stdio.h>\n#include <string.h>\n\n\n#include <stdio.h>\n#include <string.h>\n\n\n\nvoid SYS::init(void) {\n  #ifdef DEBUG_ON\n    DBG::initDebug();\n  #endif\n\n  #ifdef XAVR\n    #ifdef __AVR_DA__\n      #if (F_CPU == 24000000)\n        /* No division on clock */\n        _PROTECTED_WRITE(CLKCTRL_OSCHFCTRLA, (CLKCTRL_OSCHFCTRLA & ~CLKCTRL_FREQSEL_gm ) | (0x09<< CLKCTRL_FREQSEL_gp ));\n\n      #elif (F_CPU == 20000000)\n        /* No division on clock */\n        _PROTECTED_WRITE(CLKCTRL_OSCHFCTRLA, (CLKCTRL_OSCHFCTRLA & ~CLKCTRL_FREQSEL_gm ) | (0x08<< CLKCTRL_FREQSEL_gp ));\n\n      #elif (F_CPU == 16000000)\n        /* No division on clock */\n        _PROTECTED_WRITE(CLKCTRL_OSCHFCTRLA, (CLKCTRL_OSCHFCTRLA & ~CLKCTRL_FREQSEL_gm ) | (0x07<< CLKCTRL_FREQSEL_gp ));\n      #else\n        #error \"F_CPU defined as an unsupported value\"\n      #endif\n    #else //0-series or 1-series\n      _PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, 0);\n    #endif\n  #else\n    #if defined(ARDUINO_AVR_LARDU_328E)\n    #include <avr/power.h>\n    clock_prescale_set ( (clock_div_t) __builtin_log2(32000000UL / F_CPU));\n    #endif\n    PORT(UPDI_PORT) = 1<<UPDI_PIN;\n  #endif\n\n\n  DDR(LED_PORT) |= (1 << LED_PIN);\n  #ifdef LED2_PORT\n  DDR(LED2_PORT) |= (1 << LED2_PIN);\n  #endif\n  #ifndef DISABLE_HOST_TIMEOUT\n  TIMER_HOST_MAX=HOST_TIMEOUT;\n  #endif\n  #ifndef DISABLE_TARGET_TIMEOUT\n  TIMER_TARGET_MAX=TARGET_TIMEOUT;\n  #endif\n  #if defined(DEBUG_ON)\n  DBG::debug(0x18,0xC0,0xFF, 0xEE);\n  #endif\n}\n\nvoid SYS::setLED(void){\n  PORT(LED_PORT) |= 1 << LED_PIN;\n}\n\nvoid SYS::clearLED(void){\n  PORT(LED_PORT) &= ~(1 << LED_PIN);\n}\n\nvoid SYS::setVerLED(void){\n  #ifdef LED2_PORT\n  PORT(LED2_PORT) |= 1 << LED2_PIN;\n  #endif\n}\n\nvoid SYS::clearVerLED(void){\n  #ifdef LED2_PORT\n  PORT(LED2_PORT) &= ~(1 << LED2_PIN);\n  #endif\n}\n\n\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/sys.h",
    "content": "/*\n * sys.h\n *\n * Created: 02-10-2018 13:07:18\n *  Author: JMR_2\n */\n\n#ifndef SYS_H_\n#define SYS_H_\n\n#include <avr/io.h>\n#include <string.h>\n#include <stdio.h> // for size_t\n#include \"parts.h\"\n\n//Disable the response signature during burst writes to permit faster writes\n#define NO_ACK_WRITE\n\n// Disable the host timeout - this is required for use with avrdude in terminal mode (-t)\n// but with this disabled, can get \"stuck\" if communication with host is interrupted at 115200 baud\n// as avrdude on next start will try to communicate at 19200 baud. Reset is required to fix this.\n// Potential enhancement - if this is set, while waiting for message from host, ALSO count transitions on the RX pin\n// If we see a bunch of transitions, but no received characters, we know the host is using the wrong baud rate, and\n// so, switch back to 19200 baud.\n//#define DISABLE_HOST_TIMEOUT\n\n// Disable the timeout waiting for response from target. Probably not necessary to set. With this disabled, if the target is expected to respond\n// but does not, jtag2updi will get stuck waiting for it.\n//#define DISABLE_TARGET_TIMEOUT\n\n// Deduces the NVM version from reading the SIB string. Otherwise, the NVM version is deduced from the size of flash pages.\n//#define DEDUCE_NVM_VERSION_FROM_SIB\n\n// this will include the SIB, deduced NVM version, and silicon revision in early responses to SET_DEVICE_DESCRIPTPOR (for SIB and NVM version) and ENTER_PROGMODE (for silicon rev)\n//#define INCLUDE_EXTRA_INFO_JTAG\n\n\n// Auxiliary Macros\n#define CONCAT(A,B) A##B                // concatenate\n#define XCONCAT(A,B) CONCAT(A,B)        // expand and concatenate\n//#define CONCAT3(A,B,C) A##B##C\n#if (__AVR_ARCH__ == 103) || (__AVR_ARCH__ == 104)\n//We'll call these ones XAVR for purposes of defines, instead of XTINY. This encompasses megaAVR 0-series and DA-series parts\n\n  #define XAVR\n  # define PIN(x) CONCAT(VPORT,x).IN\n  # define PORT(x) CONCAT(VPORT,x).OUT\n  # define DDR(x) CONCAT(VPORT,x).DIR\n//  # define PULLUP_ON(x,y) CONCAT(PORT,x).CONCAT3(PIN,y,CTRL)=0x04\n//  # define PULLUP_OFF(x,y) CONCAT(PORT,x).CONCAT3(PIN,y,CTRL)=0x04\n\n#else\n\n  # define PIN(x) CONCAT(PIN,x)\n  # define PORT(x) CONCAT(PORT,x)\n  # define DDR(x) CONCAT(DDR,x)\n\n#endif\n\n/* User Configuration goes up here - the rest down below is defaults that you can override\n   or stuff that is hardware specific   */\n\n#if defined(__AVR_ATtiny_Zero_One__)\n  // tinyAVR 0-series and 1-series parts\n  // 3216, 1604, that kind of thing\n\n  #define LED_PORT A\n  #define LED_PIN 7\n\n  // Second LED is used to indicate NVM version, or as an additional debugging aid.\n  #define LED2_PORT A\n  #define LED2_PIN 6\n\n  //USARTDEBUG not practical here because only one UART.\n  //    #define USE_SPIDEBUG\n\n  //SPIPRESC sets prescaler of SPI clock - it can go *INSANELY* fast, such that very little could keep up with it.\n\n  #define SPIPRESC (SPI_CLK2X_bm|SPI_PRESC1_bm)\n\n\n#elif defined( __AVR_ATmega_Mighty__ )\n  // For ATmega16, 32, ... 128 and the later x4 parts (up to the 1284P).\n  // On the ones with two USARTS, you can use USART debugging.\n  //\n  // Here USART debug output is an option too\n  // at least on parts with the second USART\n  // You should be able to hit 2MBaud with F_CPU=16000000 and DEBUG_BAUDVAL 0 or 1mbaud with 1 if your serial adapter can't handle that.\n  // At 20, though, on classic AVRs, you're out of luck unless you have an adapter that can do 2.5 mbaud...have to go all the way down to 500kbaud (DEBUG_BAUDVAL 4) to divide it to something common.. Good thing almost everyone runs them at 16.\n  // #define USE_USARTDEBUG\n  // #define DEBUG_BAUDVAL 0\n\n\n\n\n#elif defined (__AVR_ATmega_Mini__) || defined(ARDUINO_AVR_LARDU_328E)\n  // For ATmega8/88/168/328 (P, PB) parts\n  // Same deal as before/ Remember that the buildin LED is on the same pin as SCK on most boards, so you'll want to cadd LEDs on other pinn, defaults to D2\n  // On PB parts can also use second USART. Using the second SPI is not supported.\n\n\n  //#define USE_SPIDEBUG\n  //#define SPIPRESC (0x05)\n\n\n\n#elif defined (__AVR_ATmega_Mega__)\n  // 2560 and that family, like the ones used on the Arduino Mega\n  // Same as the others with extra USARTS, only here you can specify which one if you must\n  // #define USE_USARTDEBUG\n  // #define DEBUG_USART 2\n  // Can even change the host USART if you want\n\n\n#elif defined (__AVR_ATmega_Zero__ ) || defined( __AVR_DA__)\n// 4808, 4809. and the rest of the megaAVR 0-series\n// Same as above, pretty much\n// big difference here is your specify the name of the peripheral instead of the number, and the target baud rate, because we grab the OSCCAL value per datasheet./\n//  #define USE_USARTDEBUG\n//  #define DEBUG_USART USART1\n//  #define DEBUG_BAUDRATE 2000000UL\n\n#endif\n\n\n/* Defaults and hardware-specific stuff                 */\n/* Shouldn't need to change anything here               */\n/* IF you want to override, copy it to the blocks above */\n\n\n#if defined(__AVR_ATtiny_Zero_One__)\n// tinyAVR 0-series and 1-series parts\n\n  # ifndef UPDI_PORT\n  #   define UPDI_PORT B\n  # endif\n\n  # ifndef UPDI_PIN\n  #   define UPDI_PIN 0\n  # endif\n\n  # ifndef LED_PORT\n  #   define LED_PORT B\n  # endif\n\n  # ifndef LED_PIN\n  #   define LED_PIN 1\n  # endif\n\n  # ifndef HOST_USART\n  #   define HOST_USART USART0\n  # endif\n\n  # ifndef HOST_TX_PORT\n  #   define HOST_TX_PORT B\n  # endif\n\n  # ifndef HOST_TX_PIN\n  #   define HOST_TX_PIN 2\n  # endif\n\n  # ifndef HOST_RX_PIN\n  #   define HOST_RX_PIN 3\n  # endif\n\n#elif defined( __AVR_ATmega_Mighty__ )\n// For ATmega16, 32, ... 128 and the later x4 parts (up to the 1284P).\n\n  # ifndef HOST_USART\n  #   define HOST_USART 0\n  # endif\n\n  # ifndef UPDI_PORT\n  #   define UPDI_PORT C\n  # endif\n\n  # ifndef UPDI_PIN\n  #   define UPDI_PIN 7\n  # endif\n\n  # ifndef LED_PORT\n  #   define LED_PORT B\n  # endif\n\n  # ifndef LED_PIN\n  #   define LED_PIN 7\n  # endif\n\n\n#elif defined (__AVR_ATmega_Mini__) || defined(ARDUINO_AVR_LARDU_328E)\n// For ATmega8/88/168/328 (P, PB) parts\n\n  # ifndef HOST_USART\n  #   define HOST_USART 0\n  # endif\n\n  # ifndef UPDI_PORT\n  #   define UPDI_PORT D\n  # endif\n\n  # ifndef UPDI_PIN\n  #   define UPDI_PIN 6\n  # endif\n\n  #ifdef USE_SPIDEBUG\n\n    # ifndef LED_PORT\n    #   define LED_PORT C\n    # endif\n\n    # ifndef LED_PIN\n    #   define LED_PIN 5\n    # endif\n\n  #else\n\n    # ifndef LED_PORT\n    #   define LED_PORT B\n    # endif\n\n    # ifndef LED_PIN\n    #   define LED_PIN 5\n    # endif\n\n  #endif\n\n#elif defined (__AVR_ATmega_Mega__)\n// 2560 and that family, like the ones used on the Arduino Mega\n\n  # ifndef HOST_USART\n  #   define HOST_USART 0\n  # endif\n\n  # ifndef UPDI_PORT\n  #   define UPDI_PORT D\n  # endif\n\n  # ifndef UPDI_PIN\n  #   define UPDI_PIN 3\n  # endif\n\n  # ifndef LED_PORT\n  #   define LED_PORT B\n  # endif\n\n  # ifndef LED_PIN\n  #   define LED_PIN 7\n  # endif\n\n\n#elif defined (__AVR_ATmega_Zero__ ) || defined( __AVR_DA__)\n// 4808, 4809. and the rest of the megaAVR 0-series\n\n\n  # ifndef UPDI_PORT\n  #   define UPDI_PORT B\n  # endif\n\n  # ifndef UPDI_PIN\n  #   define UPDI_PIN 0\n  # endif\n\n  # ifndef LED_PORT\n  #   define LED_PORT B\n  # endif\n\n  # ifndef LED_PIN\n  #   define LED_PIN 1\n  # endif\n\n  # ifndef HOST_USART\n  #   define HOST_USART USART0\n  # endif\n\n  # ifndef HOST_TX_PORT\n  #   define HOST_TX_PORT A\n  # endif\n\n  # ifndef HOST_TX_PIN\n  #   define HOST_TX_PIN 0\n  # endif\n\n  # ifndef HOST_RX_PIN\n  #   define HOST_RX_PIN 1\n  # endif\n\n#else\n  #warning \"Part not supported - if you didn't provide all the needed pin definitions, that's why it's not compiling\"\n#endif //End of the defaults!\n\n// Define USART registers and bits based on the selected HOST_USART for non-XAVR parts\n#ifndef XAVR\n  // Define generic USART flags if not defined already\n  #ifndef UDRE\n    #define UDRE XCONCAT(UDRE, HOST_USART)\n    #define U2X XCONCAT(U2X, HOST_USART)\n    #define TXEN XCONCAT(TXEN, HOST_USART)\n    #define RXEN XCONCAT(RXEN, HOST_USART)\n    #define RXC XCONCAT(RXC, HOST_USART)\n    #define TXC XCONCAT(TXC, HOST_USART)\n  #endif\n  // USART registers\n  #ifdef UCSRA\n    #define HOST_UCSRA UCSRA\n    #define HOST_UCSRB UCSRB\n    #define HOST_UDR UDR\n  #else\n    #define HOST_UCSRA XCONCAT(UCSR, XCONCAT(HOST_USART, A))\n    #define HOST_UCSRB XCONCAT(UCSR, XCONCAT(HOST_USART, B))\n    #define HOST_UDR XCONCAT(UDR, HOST_USART)\n  #endif\n  // UBRR is more complex and needs a special case\n  #ifndef UBRR0\n    // For older AVRs use only low 8 bits of UBRR because low and high parts are not adjacent\n    #ifdef UBRRL\n      #define HOST_UBRR UBRRL\n    #else\n      #define HOST_UBRR XCONCAT(UBRR, XCONCAT(HOST_USART, L))\n    #endif\n  #else\n    // This is a more modern part; we can use 16 bit UBRR\n    #define HOST_UBRR XCONCAT(UBRR, HOST_USART)\n  #endif\n#endif\n\n// Some classic AVRs have a single flags register for timers 0 and 1 (TIFR0 and TIFR1 are merged in a single register TIFR)\n#ifndef XAVR\n  #ifndef TIFR1\n    #define TIFR1 TIFR\n  #endif\n#endif\n\n\n#ifdef XAVR\n  #define TIMER_ON TCA_SINGLE_CLKSEL_DIV256_gc | TCA_SINGLE_ENABLE_bm\n  #define TIMER_OFF TCA_SINGLE_CLKSEL_DIV256_gc\n  #define TIMEOUT_REG TCA0.SINGLE.INTFLAGS\n  #define TIMER_CONTROL_REG TCA0.SINGLE.CTRLA\n  #define TIMER_COUNT_REG TCA0.SINGLE.CNT\n  #define TIMER_HOST_MAX TCA0.SINGLE.CMP0\n  #define TIMER_TARGET_MAX TCA0.SINGLE.CMP1\n  #define WAIT_FOR_HOST TCA_SINGLE_CMP0_bm\n  #define WAIT_FOR_TARGET TCA_SINGLE_CMP1_bm\n  #define TIMER_RESET_REG TCA0.SINGLE.CTRLESET\n  #define TIMER_RESET_CMD TCA_SINGLE_CMD_RESTART_gc\n#else\n  #define TIMER_ON 0x04\n  #define TIMER_OFF 0x00\n  #define TIMEOUT_REG TIFR1\n  #define TIMER_CONTROL_REG TCCR1B\n  #define TIMER_COUNT_REG TCNT1\n  #define TIMER_HOST_MAX OCR1A\n  #define TIMER_TARGET_MAX OCR1B\n  #define WAIT_FOR_HOST (1<<OCF1A)\n  #define WAIT_FOR_TARGET (1<<OCF1B)\n#endif\n\n\n#ifndef F_CPU\n  #warning \"F_CPU not defined, assuming 16MHz\"\n  #define F_CPU 16000000U\n#endif\n\n// TIMEOUTS\n// HOST_TIMEOUT =~250ms\n// TARGET_TIMEOUT=~100ms\n// Timeout timer is initialized to use /256 divisor\n#define HOST_TIMEOUT (F_CPU / 256.0 * 0.25)\n#define TARGET_TIMEOUT (F_CPU / 256.0 * 0.1)\n\n#ifndef UPDI_BAUD\n  #define UPDI_BAUD 225000U    // (max 225000 min approx. F_CPU/100)\n#endif\n\n/*\n * Available UPDI I/O types are:\n *\n * 1 - timer sofware UART:      Compatible only with Mega328P and other AVRs with identical 8 bit timer 0.\n *                              Only the OC0A pin can be used for UPDI I/O. Slightly faster upload speed for a given UPDI_BAUD value.\n *\n * 2 - bitbang software UART:   Compatible with many chips and broad choice of UPDI pins are selectable.\n *                              Slightly slower upload speed for a given UPDI_BAUD value. Download speed is the same.\n */\n#ifndef UPDI_IO_TYPE\n  #define UPDI_IO_TYPE 2\n#endif\n\n// Flash constants class\n#if defined XAVR\n  template <typename T>\n  using FLASH = const T;\n#else\n# include <avr/pgmspace.h>\n# define FLASH const PROGMEM flash\n\n  template <typename T>\n  class flash {\n    private:\n    const T data;\n\n    public:\n    // normal constructor\n    constexpr flash (T _data) : data(_data) {}\n    // default constructor\n    constexpr flash () : data(0) {}\n\n    operator T() const {\n      switch (sizeof(T)) {\n        case 1: return pgm_read_byte(&data);\n        case 2: return pgm_read_word(&data);\n        case 4: return pgm_read_dword(&data);\n      }\n    }\n  };\n#endif\n\n#if defined XAVR\n  // Note: adapted from MicroChip appnote TB3216 \"Getting Started with USART\"\n  constexpr unsigned int baud_reg_val(unsigned long baud) {\n    return  (F_CPU * 64.0) / (16.0 * baud) + 0.5;\n  }\n#else\n  constexpr unsigned int baud_reg_val(unsigned long baud) {\n    return F_CPU/(baud * 8.0) - 0.5;\n  }\n#endif\n\nnamespace SYS {\n  /*\n  Timeout mechanisms, 5/2020, Spence Konde\n  */\n  inline uint8_t checkTimeouts() {\n    return TIMEOUT_REG;\n  }\n  inline void clearTimeouts() {\n    TIMEOUT_REG=WAIT_FOR_HOST|WAIT_FOR_TARGET;\n  }\n  inline void startTimer(void) __attribute__((always_inline));\n  inline void startTimer(void) {\n    #ifdef TIMER_RESET_REG //some timers have a reset register.\n    TIMER_RESET_REG=TIMER_RESET_CMD;\n    #else\n    TIMER_COUNT_REG=0;\n    #endif\n    TIMER_CONTROL_REG=TIMER_ON;\n  }\n  inline void stopTimer(void) __attribute__((always_inline));\n  inline void stopTimer(void){ TIMER_CONTROL_REG=TIMER_OFF; }\n  void init(void);\n  void setLED(void);\n  void clearLED(void);\n  void setVerLED(void);\n  void clearVerLED(void);\n}\n\n#endif /* SYS_H_ */\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/updi_io.cpp",
    "content": "/*\n * updi_io.cpp\n *\n * Created: 18-11-2017 10:36:54\n *  Author: JMR_2\n */\n\n\n\n// Includes\n#include <avr/io.h>\n#include \"updi_io.h\"\n#include \"sys.h\"\n\n#if UPDI_IO_TYPE == 1\n\n// Cycle timing\n#define BIT_TIME (F_CPU/UPDI_BAUD)\n\n// Local functions\nnamespace {\n  void setup_bit_low();\n  void setup_bit_high();\n  void wait_for_bit() __attribute__((always_inline));\n  void stop_timer();\n  void start_timer();\n}\n\n// Enable to get pulses on PD7 showing the sample times for the software UART input\n//#define _DEBUG\n\n// Functions\n/* Sends regular characters through the UPDI link */\nuint8_t UPDI_io::put(char c) {\n  /* Wait for end of stop bits */\n  wait_for_bit();\n  stop_timer();\n  /* Send start bit */\n  OCR0A = BIT_TIME - 1;\n  TCNT0 = BIT_TIME - 2;\n  setup_bit_low();\n  start_timer();\n  /* Enable TX output */\n  DDR(UPDI_PORT) |= (1 << UPDI_PIN);\n  /* Calculate parity */\n  uint8_t parity;       //get_parity(c);\n  parity = 0;\n  /* If we can be sure an overflow has happened by now due to instruction latency, */\n  /* no more wait is needed and we only need to clear overflow flag */\n  //wait_for_bit();\n  TIFR0 = (1 << OCF0A);\n  /* Send data bits and calculate parity */\n  for (uint8_t mask = 1; mask; mask <<= 1) {\n    // Check bit, transmit high or low bit accordingly and update parity bit\n    parity = (c & mask) ? (setup_bit_high(), ~parity) : (setup_bit_low(), parity);\n    wait_for_bit();\n  }\n  /* Send parity bit */\n  parity ? setup_bit_high() : setup_bit_low();\n  wait_for_bit();\n  /* Send stop bits */\n  setup_bit_high();\n  wait_for_bit();\n  OCR0A = 2 * BIT_TIME - 1;     // 2 bits\n  /* Ready for RX input, but high due to pull-up */\n  DDR(UPDI_PORT) &= ~(1 << UPDI_PIN);\n  return c;\n}\n\n/* Sends special sequences through the UPDI link */\nuint8_t UPDI_io::put(ctrl c)\n{\n  /* This nested function expects the timer output to just have gone low */\n  /* It waits for 12 minimum baud bit times (break character) then goes high */\n  auto break_pulse = [] {\n    TCCR0B = 4;                                         // timer tick = 256/F_CPU seconds\n    OCR0A = F_CPU/125000;                               // bit time = F_CPU/125000 ticks ~ 2.048 ms\n    for (uint8_t i = 0; i < 11; i++) wait_for_bit();    // 12 bits ~ 24.6 ms, as recommended on the datasheet\n    setup_bit_high();\n    wait_for_bit();\n    DDR(UPDI_PORT) &= ~(1 << UPDI_PIN);\n  };\n\n  stop_timer();\n  /* Send falling edge */\n  OCR0A = BIT_TIME - 1;\n  TCNT0 = BIT_TIME - 2;\n  setup_bit_low();\n  start_timer();\n  /* Enable TX output */\n  DDR(UPDI_PORT) |= (1 << UPDI_PIN);\n  /* clear overflow flag */\n  TIFR0 = (1 << OCF0A);\n  switch (c) {\n    case double_break:\n      break_pulse();\n      setup_bit_low();\n      wait_for_bit();\n      DDR(UPDI_PORT) |= (1 << UPDI_PIN);\n    case single_break:\n      break_pulse();\n      wait_for_bit();\n      break;\n    case enable:\n    /*\n      TCCR0A = 0;\n      DDRD |= (1 << DDD6);\n      PORTD &= ~(1 << DDD6);\n      __builtin_avr_nops(5);\n      PORTD |= (1 << DDD6);\n      DDRD &= ~(1 << DDD6);\n      setup_bit_high();\n      break;\n    */\n    default:\n      break;\n  }\n  OCR0A = BIT_TIME - 1;\n  TCNT0 = BIT_TIME - 2;\n  start_timer();\n  return 0;\n}\n\nuint8_t UPDI_io::get() {\n  stop_timer();\n  /* Wait for middle of start bit */\n  OCR0A = BIT_TIME / 2 - 1;\n  TCNT0 = 12;       // overhead time; needs to be calibrated\n  /* Make sure overflow flag is reset */\n  TIFR0 = (1 << OCF0A);\n\n  /* Must disable pull-up, because the UPDI UART just sends very short output pulses at the beginning of each bit time. */\n  /* If pull up is enabled, there will be a drift to high state that results in erroneous input sampling. */\n  /* As a side effect, random electrical fluctuations of the input prevent an infinite wait loop */\n  /* in case no target is connected. */\n  PORT(UPDI_PORT) &= ~(1 << UPDI_PIN);\n  /* Wait for start bit */\n  loop_until_bit_is_clear(PIN(UPDI_PORT), UPDI_PIN);\n\n  start_timer();\n  wait_for_bit();\n  /* Setup sampling time */\n  OCR0A = BIT_TIME - 1;\n#   ifdef _DEBUG\n  /* Timing pulse */\n  PIND |= (1 << PIND7);\n  PIND |= (1 << PIND7);\n#   endif // _DEBUG\n  /* Sample bits */\n  uint8_t c = 0;\n  //for (uint8_t i = 0; i < 8; i++) {\n  for (uint8_t mask = 1; mask; mask <<= 1) {\n    wait_for_bit();\n    /* Take sample */\n    //c /= 2;\n    if ( PIN(UPDI_PORT) & (1 << UPDI_PIN) ) {\n      //c |=  0x80;\n      c |= mask;\n    }\n#       ifdef _DEBUG\n    /* Timing pulse */\n    PIND |= (1 << PIND7);\n    PIND |= (1 << PIND7);\n#       endif // _DEBUG\n  }\n  /* To Do Sample Parity */\n  wait_for_bit();\n#   ifdef _DEBUG\n  /* Timing pulse */\n  PIND |= (1 << PIND7);\n  PIND |= (1 << PIND7);\n#   endif // _DEBUG\n  OCR0A = 2 * BIT_TIME + BIT_TIME / 2 - 1;      // 2.5 bits\n  /* Return as soon as high parity or stop bits start */\n  loop_until_bit_is_set(PIN(UPDI_PORT), UPDI_PIN);\n  /* Re-enable pull up */\n  PORT(UPDI_PORT) |= (1 << UPDI_PIN);\n  return c;\n}\n\nvoid UPDI_io::init(void)\n{\n#   ifdef _DEBUG\n  /* For RX timing measurement and debugging, make PD7 output */\n  DDRD |= (1 << DDD7);\n#   endif // _DEBUG\n  setup_bit_high();\n  /* initialize counter to near terminal count */\n  TCNT0 = BIT_TIME - 2;\n  /* initialize OCR0A to 200k counts per second */\n  OCR0A = BIT_TIME - 1;\n  start_timer();\n}\n\nnamespace {\n  inline void setup_bit_low() {\n    /* OC0A will go low on match with OCR0A */\n    /* Also, set CTC mode - reset timer on match with OCR0A */\n    TCCR0A = (1 << COM0A1) | (0 << COM0A0) | (1 << WGM01);\n  }\n\n  inline void setup_bit_high() {\n    /* OC0A will go high on match with OCR0A */\n    /* Also, set CTC mode - reset timer on match with OCR0A */\n    TCCR0A = (1 << COM0A1) | (1 << COM0A0) | (1 << WGM01);\n  }\n\n  inline void wait_for_bit() {\n    /* Wait for compare match */\n    loop_until_bit_is_set(TIFR0, OCF0A);\n    TIFR0 = (1 << OCF0A);\n  }\n\n  inline void stop_timer() {\n    TCCR0B = 0;\n  }\n\n  inline void start_timer() {\n    TCCR0B = 1;\n  }\n}\n\n\n#endif\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/updi_io.h",
    "content": "/*\n * updi_io.h\n *\n * Created: 18-11-2017 10:38:31\n *  Author: JMR_2\n */\n\n\n#ifndef UPDI_IO_H_\n#define UPDI_IO_H_\n\n#include <stdint.h>\n\nnamespace UPDI_io {\n  // Enums\n  enum ctrl {single_break, double_break, enable};\n\n  // Function prototypes\n  uint8_t put(char) __attribute__((optimize(\"no-tree-loop-optimize\")));\n  uint8_t put(ctrl);\n  uint8_t get() __attribute__((optimize(\"no-tree-loop-optimize\")));\n  void init(void);\n}\n\n#endif /* UPDI_IO_H_ */"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/jtag2updi/updi_io_soft.cpp",
    "content": "/*\n * updi_io_soft.cpp\n *\n * Created: 11-08-2018 22:08:14\n *  Author: Cristian Balint <cristian dot balint at gmail dot com>\n */\n\n\n// Includes (note: sys.h defines F_CPU, so it should be included before util/delay.h)\n#include \"sys.h\"\n#include \"updi_io.h\"\n\n#include <avr/io.h>\n#include <util/delay.h>\n\n#if UPDI_IO_TYPE == 2\n\n// Cycle timing (convert to float and add 0.5 to achieve round to nearest instead of truncate)\n#define BITTIME (uint8_t) ( ((1.0 * F_CPU)/UPDI_BAUD) / 3 + 0.5 )\n\n// Check\n#if ( (2 * (F_CPU/UPDI_BAUD) / 3) > 254 )\n# error Low baud rates are not supported - use higher UPDI_BAUD\n#endif\n\n#define ASM_MACROS \\\n        \".ifndef delay_macros                           \\n\"\\\n        \".set delay_macros, 1                           \\n\"\\\n                                                        \\\n        /* Delays 3n cycles, preserves carry flag */    \\\n        \".macro delay n                                 \\n\"\\\n        \" ldi r18, \\\\n                                  \\n\"\\\n        \"0:                                             \\n\"\\\n        \" dec r18                                       \\n\"\\\n        \" brne 0b                                       \\n\"\\\n        \".endm                                          \\n\"\\\n                                                        \\\n        /* Delays 3n cycles, clears carry flag */       \\\n        \".macro delay_cc n                              \\n\"\\\n        \" ldi r18, \\\\n                                  \\n\"\\\n        \"0:                                             \\n\"\\\n        \" subi r18, 1                                   \\n\"\\\n        \" brne 0b                                       \\n\"\\\n        \".endm                                          \\n\"\\\n                                                        \\\n        \".endif                                         \\n\"\n\n// Functions\n/* Sends regular characters through the UPDI link */\n#ifndef DISABLE_TARGET_TIMEOUT\nuint8_t UPDI_io::get() {\n\n        // rx input\n        DDR(UPDI_PORT)  &= ~(1 << UPDI_PIN);\n        // no pullup\n        PORT(UPDI_PORT) &= ~(1 << UPDI_PIN);\n        SYS::startTimer();\n        uint8_t c;\n        __asm volatile\n        (\n            \" ldi  %0, 128 \\n\\t\"        // init\n\n            // wait for start edge\n            \"WaitStart: \\n\\t\"\n            \" ld r18,%a[timerflags] \\n\\t\"   // load the timer flags to r18. which isn't needed until later\n            \" andi r18,%[targflag]  \\n\\t\"   // AND with WAIT_FOR_TARGET\n            \" brne EndByte \\n\\t\"            // If the product of the ANDI operation was 0, the BRNE will jump it out of here\n            \" sbic %[uart_port], %[uart_pin] \\n\\t\"\n            \" rjmp WaitStart \\n\\t\"\n            // all that stuff with the timer will add 4 cycles on a classic AVR and 3 on a XAVR.\n            // so thhe \"scatter\" introduced by this will be in the range 0~6 or 0~5 ias opposed to\n            // 0~2 like it was before.\n\n            // skew into middle of bit\n            \" ldi r18, %[rxdelay] /2 + 6/3  \\n\\t\"  // 0.5 bit cycle delay -\n            \"HBitDelay: \\n\\t\"\n            \" dec r18 \\n\\t\"\n            \" brne HBitDelay \\n\\t\"\n\n            // 8 bits\n            \"RxBLoop: \\n\\t\"\n            \" ldi r18, %[rxdelay] - 6/3 \\n\\t\"  // 1 bit cycle delay\n            \"RxBDelay: \\n\\t\"\n            \" subi r18, 1 \\n\\t\"\n            \" brne RxBDelay \\n\\t\"\n            \" sbic %[uart_port], %[uart_pin] \\n\\t\"\n            \" sec \\n\\t\"\n            \" ror %0 \\n\\t\"\n            \" brcc RxBLoop \\n\\t\"\n\n            // Wait approx. 2 bit times: skip to centre of 1st stop bit (ignore parity).\n            // The function returns approx 1.5 bit times before the 2nd stop bit completes\n            // to allow burst reads at high UPDI speeds on 8MHz chips.\n            // This time needs to be compensated in the Tx function.\n            \" ldi r18, 2 * %[rxdelay] \\n\\t\"  // delay counter\n            \"StopDelay: \\n\\t\"\n            \" dec r18 \\n\\t\"\n            \" brne StopDelay \\n\\t\"\n            \"EndByte: \\n\\t\"\n\n            : \"=r\" (c)\n            : [uart_port] \"i\" (_SFR_IO_ADDR(PIN(UPDI_PORT))),\n              [uart_pin]  \"i\" (UPDI_PIN),\n              [rxdelay]   \"i\" (BITTIME),\n              [targflag]  \"M\" (WAIT_FOR_TARGET),\n              [timerflags]\"e\" (_SFR_MEM_ADDR(TIMEOUT_REG))\n            : \"r18\"\n        );\n        // re-enable pull up\n        PORT(UPDI_PORT) |= (1 << UPDI_PIN);\n        SYS::stopTimer();\n        return c;\n}\n#else\n//version without target timeout\nuint8_t UPDI_io::get() {\n\n        // rx input\n        DDR(UPDI_PORT)  &= ~(1 << UPDI_PIN);\n        // no pullup\n        PORT(UPDI_PORT) &= ~(1 << UPDI_PIN);\n        uint8_t c;\n        __asm volatile\n        (\n            \" ldi  %0, 128 \\n\\t\"        // init\n\n            // wait for start edge\n            \"WaitStart: \\n\\t\"\n            \" sbic %[uart_port], %[uart_pin] \\n\\t\"\n            \" rjmp WaitStart \\n\\t\"\n            // all that stuff with the timer will add 4 cycles on a classic AVR and 3 on a XAVR.\n            // so thhe \"scatter\" introduced by this will be in the range 0~6 or 0~5 ias opposed to\n            // 0~2 like it was before.\n\n            // skew into middle of bit\n            \" ldi r18, %[rxdelay] /2 + 6/3  \\n\\t\"  // 0.5 bit cycle delay -\n            \"HBitDelay: \\n\\t\"\n            \" dec r18 \\n\\t\"\n            \" brne HBitDelay \\n\\t\"\n\n            // 8 bits\n            \"RxBLoop: \\n\\t\"\n            \" ldi r18, %[rxdelay] - 6/3 \\n\\t\"  // 1 bit cycle delay\n            \"RxBDelay: \\n\\t\"\n            \" subi r18, 1 \\n\\t\"\n            \" brne RxBDelay \\n\\t\"\n            \" sbic %[uart_port], %[uart_pin] \\n\\t\"\n            \" sec \\n\\t\"\n            \" ror %0 \\n\\t\"\n            \" brcc RxBLoop \\n\\t\"\n\n            // Wait approx. 2 bit times: skip to centre of 1st stop bit (ignore parity).\n            // The function returns approx 1.5 bit times before the 2nd stop bit completes\n            // to allow burst reads at high UPDI speeds on 8MHz chips.\n            // This time needs to be compensated in the Tx function.\n            \" ldi r18, 2 * %[rxdelay] \\n\\t\"  // delay counter\n            \"StopDelay: \\n\\t\"\n            \" dec r18 \\n\\t\"\n            \" brne StopDelay \\n\\t\"\n\n            : \"=r\" (c)\n            : [uart_port] \"i\" (_SFR_IO_ADDR(PIN(UPDI_PORT))),\n              [uart_pin]  \"i\" (UPDI_PIN),\n              [rxdelay]   \"i\" (BITTIME)\n            : \"r18\"\n        );\n        // re-enable pull up\n        PORT(UPDI_PORT) |= (1 << UPDI_PIN);\n        return c;\n}\n\n#endif\n\n\nuint8_t UPDI_io::put(char c) {\n\n        // tx enable\n        DDR(UPDI_PORT) |= (1 << UPDI_PIN);\n\n        __asm volatile\n        (\n            ASM_MACROS\n            \" in r0, %[uart_port] \\n\\t\"  // port state\n            \" ldi r19, 0x78 \\n\\t\"        // High nibble: bits counter (8); Low nibble: parity accumulator\n\n            // pre delay (stop bits from previous sent byte)\n            // ~2x bit time\n            \" delay %[txdelay] + %[txdelay] \\n\\t\"\n\n            // start bit\n            \" cbi %[uart_port], %[uart_pin] \\n\\t\"\n            \" breq TxLoop \\n\\t\"          // 2 cycle delay to equalize timing\n\n            // 8 bits\n            \"TxLoop: \\n\\t\"\n            \" delay (%[txdelay] - 9/3) \\n\\t\"\n            \" bst %[ch], 0 \\n\\t\"         // load bit in T\n            \" bld r0, %[uart_pin] \\n\\t\"  // store T bit in r0\n            \" ror %[ch] \\n\\t\"            // shift right into carry\n            \" sbci r19, 0x10 \\n\\t\"       // subtract carry (accumulate parity) and decrement bits counter\n            \" nop \\n\\t\"                  // adjust loop cycle count to 9\n            \" bld %[ch], 7 \\n\\t\"         // store data back in bit 7 to leave argument unchanged after the 8 cycles\n            \" out %[uart_port], r0 \\n\\t\" // send bit out\n            \" brcc TxLoop \\n\\t\"          // loop for each bit\n\n            // parity bit\n            \" delay (%[txdelay] - 3/3) \\n\\t\"\n            \" bst r19, 0 \\n\\t\"           // extract accumulated parity\n            \" bld r0, %[uart_pin] \\n\\t\"\n            \" out %[uart_port], r0 \\n\\t\" // send bit out to serial link\n\n            // stop bits\n            \" delay %[txdelay] \\n\\t\"\n            \" sbi %[uart_port], %[uart_pin] \\n\\t\" // send bit out to serial link\n\n            :\n            : [uart_port] \"i\" (_SFR_IO_ADDR(PORT(UPDI_PORT))),\n              [uart_pin]  \"i\" (UPDI_PIN),\n              [txdelay]   \"i\" (BITTIME),\n              [ch]        \"r\" (c)\n            : \"r0\",\"r18\",\"r19\"\n        );\n\n        // Ready for RX input\n        DDR(UPDI_PORT) &= ~(1 << UPDI_PIN);\n\n        return c;\n}\n\nstatic inline void send_break() {\n\n        // tx enable\n        DDR(UPDI_PORT) |= (1 << UPDI_PIN);\n\n        //\n        // 13 cycles = 24.60ms\n        //\n\n        // low 12 cycle\n        PORT(UPDI_PORT) &= ~(1 << UPDI_PIN);\n        _delay_us(2048*11);\n\n        // high 1 cycle\n        PORT(UPDI_PORT) |=  (1 << UPDI_PIN);\n        _delay_us(2048);\n\n        // RX enable\n        DDR(UPDI_PORT) &= ~(1 << UPDI_PIN);\n\n        return;\n}\n\n/* Sends special sequences through the UPDI link */\nuint8_t UPDI_io::put(ctrl c) {\n\n        switch (c) {\n\n          case double_break:\n              send_break();\n              send_break();\n              break;\n\n          case single_break:\n              send_break();\n              break;\n\n          case enable:\n\n          default:\n              break;\n        }\n\n        return 0;\n}\n\nvoid UPDI_io::init(void) {\n\n}\n\n#endif //__AVR_ATmega16__\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/make.bat",
    "content": "@ echo off\nsetlocal\nrem Replace by location of your avr-gcc compiler if different\nset BINPATH=\"%LOCALAPPDATA%\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5\\bin\"\nset INCPATH=.\\source\n\nset SOURCEPATH=.\\source\nset BUILDPATH=.\\build\n\nset OPTFLAGS=-Os -fno-jump-tables -fno-gcse -flto -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax\nset CSTDFLAGS=-funsigned-char -funsigned-bitfields -std=gnu++11\n\nrem Select host device\nrem\nrem Supported classic AVR: atmega16, atmega88/168/328p, atmega1280/2560, probably others\nrem Supported Logic Green devices: LGT8F328P/D, however, atmega328p must be set as target\nrem Supported AVR-0/1 devices (aka avrxmega3 architecture on gcc): all that have at least 512 KB RAM\nrem\nset TARGETMCU=atmega328p\n\nrem configuration macros\nrem\nrem NDEBUG -> if defined, disable debug output\nrem\nrem F_CPU=value -> declares at which speed the host device is running (defaults to 16000000, 16MHz)\nrem\nrem UPDI_BAUD=value -> sets UPDI baud rate. Maximum is 225000 (225 kbaud, default value). Minimum is F_CPU/200\nrem\nrem ARDUINO_AVR_LARDU_328E -> if defined, host device is a Logic Green LGT8F328P/D\nrem\nrem UPDI_IO_TYPE=value -> Selects bitbang UART for interfacing with the UPDI target device. Possible values are 1 and 2.\nrem Type 1 is deprecated, so use type 2 (default).\nrem\nrem UPDI_PORT=port_letter and UPDI_PIN=pin_number -> Select port and pin for UPDI interface to target.\nrem If using UPDI_IO_TYPE=1, these must be set to the OC0A timer output pin.\nrem If using UPDI_IO_TYPE=2, these can be any free I/O pin.\nrem If the target is the Mega328P, defaults to the OC0A pin (PD6). See \"sys.h\" file for more details.\nrem\nrem HOST_USART=USARTx -> Select USART to be used for serial communication with the host PC, for host devices that\nrem have more than one USART peripheral (tiny AVR-0/1 and mega AVR-0 only). Defaults to USART0.\nrem\nrem HOST_TX_PORT=port_letter and HOST_TX_PIN=pin_number -> Must correspond to port and pin where the Tx signal of HOST_USART\nrem is present (tiny AVR-0/1 and mega AVR-0 only). Defaults to PB2, which is the Tx pin for USART0 on many tiny AVR-0/1 chips.\nrem\nrem DISABLE_HOST_TIMEOUT and DISABLE_TARGET_TIMEOUT -> disable timeout counter on host and/or target links\nrem IMPORTANT NOTE: To use terminal mode, DISABLE_HOST_TIMEOUT must be defined (default for this makefile)\nrem\nrem default:\nrem set DEFINES=-DNDEBUG -DUPDI_BAUD=225000U -DF_CPU=16000000 -DUPDI_IO_TYPE=2 -DDISABLE_HOST_TIMEOUT\n\nset DEFINES=-DNDEBUG -DUPDI_BAUD=225000U -DF_CPU=16000000 -DUPDI_IO_TYPE=2 -DDISABLE_HOST_TIMEOUT\n \nrem select AVRJTAGICE v2.0 as target (override upper)\nrem \nrem set TARGETMCU=atmega16\nrem set DEFINES=-DNDEBUG -DUPDI_BAUD=120000U -DF_CPU=7372800 -DLED_PORT=B -DLED_PIN=3 -DUPDI_PORT=D -DUPDI_PIN=2 -DUPDI_IO_TYPE=2 -DDISABLE_HOST_TIMEOUT\n\n\necho Compiling for %TARGETMCU%...\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o UPDI_lo_lvl.o %SOURCEPATH%/UPDI_lo_lvl.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o UPDI_hi_lvl.o %SOURCEPATH%/UPDI_hi_lvl.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o jtag2updi.o %SOURCEPATH%/jtag2updi.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o jice_io.o %SOURCEPATH%/jice_io.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o JTAG2.o %SOURCEPATH%/JTAG2.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o updi_io_soft.o %SOURCEPATH%/updi_io_soft.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o updi_io.o %SOURCEPATH%/updi_io.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o crc16.o %SOURCEPATH%/crc16.cpp\n%BINPATH%\\avr-g++.exe %DEFINES% -c -I%INCPATH% %OPTFLAGS% %CSTDFLAGS% -Wall -mmcu=%TARGETMCU% -o sys.o %SOURCEPATH%/sys.cpp\n\necho Linking...\nmkdir %BUILDPATH%\nset OPTFLAGS=-Os -flto -mrelax\n%BINPATH%\\avr-g++.exe -o %BUILDPATH%\\JTAG2UPDI.elf jtag2updi.o JTAG2.o jice_io.o UPDI_lo_lvl.o UPDI_hi_lvl.o updi_io.o updi_io_soft.o crc16.o sys.o -Wl,-Map=\"%BUILDPATH%\\STK2UPDI.map\" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,--gc-sections -mmcu=%TARGETMCU% %OPTFLAGS%\n\necho Cleaning up...\ndel *.o\n\ncd %BUILDPATH%\n\necho Creating HEX file...\n%BINPATH%\\avr-objcopy.exe -O ihex \"JTAG2UPDI.elf\" \"JTAG2UPDI.hex\"\n\necho Creating LSS file...\n%BINPATH%\\avr-objdump.exe -h -S \"JTAG2UPDI.elf\" > \"JTAG2UPDI.lss\"\n"
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/make.sh",
    "content": "#!/bin/sh\n\n# avr-gcc++ path\n# Replace by location of your avr-gcc compiler if different\nBINPATH=\"/usr/bin\"\nINCPATH=\"./source\"\n\nSOURCEPATH=\"./source\"\nBUILDPATH=\"./build\"\n\n# If you have file not found errors, try replacing '.' by '$PWD' in the previous paths, e.g.\n# SOURCEPATH=\"$PWD/source\"\n\nOPTFLAGS=\"-Os -fno-jump-tables -fno-gcse -flto -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax\"\nCSTDFLAGS=\"-funsigned-char -funsigned-bitfields -std=gnu++11\"\n\n# Select host device\n#\n# Supported classic AVR: atmega16, atmega88/168/328p, atmega1280/2560, probably others\n# Supported Logic Green devices: LGT8F328P/D, however, atmega328p must be set as target\n# Supported AVR-0/1 devices (aka avrxmega3 architecture on gcc): all that have at least 512 KB RAM\n#\nTARGETMCU=atmega328p\n\n# configuration macros\n#\n# NDEBUG -> if defined, disable debug output\n#\n# F_CPU=value -> declares at which speed the host device is running (defaults to 16000000, 16MHz)\n#\n# UPDI_BAUD=value -> sets UPDI baud rate. Maximum is 225000 (225 kbaud, default value). Minimum is F_CPU/200\n#\n# ARDUINO_AVR_LARDU_328E -> if defined, host device is a Logic Green LGT8F328P/D\n#\n# UPDI_IO_TYPE=value -> Selects bitbang UART for interfacing with the UPDI target device. Possible values are 1 and 2.\n# Type 1 is deprecated, so use type 2 (default).\n#\n# UPDI_PORT=port_letter and UPDI_PIN=pin_number -> Select port and pin for UPDI interface to target.\n# If using UPDI_IO_TYPE=1, these must be set to the OC0A timer output pin.\n# If using UPDI_IO_TYPE=2, these can be any free I/O pin.\n# If the target is the Mega328P, defaults to the OC0A pin (PD6). See \"sys.h\" file for more details.\n#\n# HOST_USART=USARTx -> Select USART to be used for serial communication with the host PC, for host devices that\n# have more than one USART peripheral (tiny AVR-0/1 and mega AVR-0 only). Defaults to USART0.\n#\n# HOST_TX_PORT=port_letter and HOST_TX_PIN=pin_number -> Must correspond to port and pin where the Tx signal of HOST_USART\n# is present (tiny AVR-0/1 and mega AVR-0 only). Defaults to PB2, which is the Tx pin for USART0 on many tiny AVR-0/1 chips.\n#\n# DISABLE_HOST_TIMEOUT and DISABLE_TARGET_TIMEOUT -> disable timeout counter on host and/or target links\n# IMPORTANT NOTE: To use terminal mode, DISABLE_HOST_TIMEOUT must be defined (default for this makefile)\n#\n# default:\n# DEFINES=\"-DNDEBUG -DUPDI_BAUD=225000U -DF_CPU=16000000 -DUPDI_IO_TYPE=2 -DDISABLE_HOST_TIMEOUT\"\nDEFINES=\"-DNDEBUG -DUPDI_BAUD=225000U -DF_CPU=16000000 -DUPDI_IO_TYPE=2 -DDISABLE_HOST_TIMEOUT\"\n\n##\n## select AVRJTAGICE v2.0 as target (override upper)\n##\n#TARGETMCU=atmega16\n#DEFINES=\"-DNDEBUG -DUPDI_BAUD=120000U -DF_CPU=7372800 -DLED_PORT=B -DLED_PIN=3 -DUPDI_PORT=D -DUPDI_PIN=2 -DUPDI_IO_TYPE=2 -DDISABLE_HOST_TIMEOUT\"\n\necho Compiling for $TARGETMCU ...\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o UPDI_lo_lvl.o $SOURCEPATH/UPDI_lo_lvl.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o UPDI_hi_lvl.o $SOURCEPATH/UPDI_hi_lvl.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o jtag2updi.o $SOURCEPATH/jtag2updi.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o JICE_io.o $SOURCEPATH/JICE_io.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o JTAG2.o $SOURCEPATH/JTAG2.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o updi_io_soft.o $SOURCEPATH/updi_io_soft.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o updi_io.o $SOURCEPATH/updi_io.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o crc16.o $SOURCEPATH/crc16.cpp\n$BINPATH/avr-g++ $DEFINES -c -I$INCPATH $OPTFLAGS $CSTDFLAGS -Wall -mmcu=$TARGETMCU -o sys.o $SOURCEPATH/sys.cpp\n\necho Linking...\nif [ ! -d $BUILDPATH ]\nthen\n  mkdir $BUILDPATH\nfi\nset OPTFLAGS=\"-Os -flto -mrelax\"\n$BINPATH/avr-g++ -o $BUILDPATH/JTAG2UPDI.elf \\\n                    jtag2updi.o JTAG2.o JICE_io.o UPDI_lo_lvl.o \\\n                    UPDI_hi_lvl.o updi_io.o updi_io_soft.o crc16.o sys.o \\\n                 -Wl,-Map=\"$BUILDPATH/STK2UPDI.map\" -Wl,-lm \\\n                 -Wl,--start-group -Wl,--end-group -Wl,--gc-sections \\\n                 -mmcu=$TARGETMCU $OPTFLAGS\n\necho Cleaning up...\nrm -rf *.o\n\ncd $BUILDPATH\n\necho Creating HEX file...\n$BINPATH/avr-objcopy -O ihex \"JTAG2UPDI.elf\" \"JTAG2UPDI.hex\"\n\necho Creating LSS file...\n$BINPATH/avr-objdump -h -S \"JTAG2UPDI.elf\" > \"JTAG2UPDI.lss\""
  },
  {
    "path": "TickTagProgramming/jtag2updi-master/tools/avrjtagicev2/README.md",
    "content": "# AVR JTAG ICE v2.0\n\nThe firmware can be uploaded to **AVR JTAG ICE** usb stick with no dismantling or soldering just by a simple upload tool.\n\n\nCurrently AVR JTAG ICE can be bought from various sources, one of them: [Aliexpress](https://www.aliexpress.com/item/AVR-JTAG-ICE-USB-Download-Programmer-Emulator-Aluminum-Shell-Over-Current-Protection-Wide-Voltage-Buffer-Chip/32656234883.html)\n\n<pre>\n\n\n\n +----------+          +---------------------+                           +--------------------+\n | PC       |          | AVR JTAG ICE  VTref +(4)--------->--------------+ Vcc                |\n | avrdude  |          |                     |      +----------+         |                    |\n |          |          |               nSRST +(6)---+   4k7    +---------+ UPDI               |\n |      USB +----------+ USB                 |      +----------+         |                    |\n |          |          |                     |                           |       Target       |\n |          |          |                     |                           |                    |\n |          |          |                     |                           |                    |\n |          |          |                 GND +(2)-+                   +--+ GND                |\n +----------+          +---------------------+    |                   |  +--------------------+\n             JTAGICE MkII                        +-+     UPDI        +-+\n             Protocol                            GND     Protocol    GND\n\n</pre>\n\n\nJust remember **VTref** will supply the target MCU chip with **5V** from the AVR JTAG ICE ! For using with different own MCU board potential (e.g. 3.3V or 1.8V) leave **VTref** unconnected. Also you can step down the voltage using a regulator (e.g. 3.3V) from **VTref** if target mcu supports lower voltage only.\n\n## Building the firmware\n\nUncomment lines below to enable AVR JTAG ICE support and then run makefile to compile the firmware.\n\n* For windows build edit **make.bat** remove remarks from two lines:\n\n```\n...\nrem\nrem select AVRJTAGICE v2.0 as target (override upper)\nrem\nset TARGETMCU=atmega16\nset DEFINES=-DNDEBUG -DUPDI_BAUD=120000U -DF_CPU=7372800 ...\n...\n```\n\n* For linux build edit **make.sh** uncomment two of the lines:\n```\n...\n##\n## select AVRJTAGICE v2.0 as target (override upper)\n##\nTARGETMCU=atmega16\nDEFINES=\"-DNDEBUG -DUPDI_BAUD=120000U -DF_CPU=7372800 ...\n...\n```\n\n## Flashing the firmware\n\nTo burn the USB module, use [avr-aosp.py](https://github.com/cbalint13/avr-aosp/) uploader tool (as superuser) plug in USB module and while the LED blinks fast red-blue (5 seconds window at statup) run these steps:\n\n1) Erase content of module:\n\n```\npython2 avr-aosp.py -op erase\n\nINFO\n\n  S = AVRBOOT \t#programmer id\n  V = 10 \t#software version\n  v = ? \t#hardware version\n  p = S \t#programmer type\n  a = Y \t#autoincrement support\n  b = ? \t#block mode support\n  t = [7400] \t#supported device code\n  s = 02941e \t#signature\n  N = ? \t#high fuse bits\n  F = ? \t#low fuse bits\n  r = ? \t#lock bits\n  Q = ? \t#extended fuse bits\n\nERASE program memory\n\n```\n\n2) Upload the firmware:\n\n```\npython2 avr-aosp.py -op write -file ../../build/JTAG2UPDI.hex\n\nINFO\n\n  S = AVRBOOT \t#programmer id\n  V = 10 \t#software version\n  v = ? \t#hardware version\n  p = S \t#programmer type\n  a = Y \t#autoincrement support\n  b = ? \t#block mode support\n  t = [7400] \t#supported device code\n  s = 02941e \t#signature\n  N = ? \t#high fuse bits\n  F = ? \t#low fuse bits\n  r = ? \t#lock bits\n  Q = ? \t#extended fuse bits\n\nWRITE program memory [../../build/JTAG2UPDI.hex] #2378 bytes\n0...10...20...30...40...50...60...70...80...90...100 - done.\n\n```\n\n3) Unplug and then replug the USB stick, red-blue blinking stops with permanent red LED turned on.\n\n4) With red LED turned on firmware is active and can be used with avrdude, see provided wiring to target MCU.\n"
  },
  {
    "path": "TickTagSerialDownload/README.md",
    "content": "# TickTag Serial Download Tool Documentation\n\nThis tool allows the user to *get the serial data from a TickTag device*, then *arrange the data in csv files*.\nOne folder is created for each day at which tags have been activated, in these folders two files are created per tag :\n1. The **log files** which includes **all the serial output** from the tag\n2. The **csv files** containing **GPS data** that have been automatically extracted from the serial data\n\nThe tool also supports memory resetting : You can choose at the end of the download process between keeping data on the tag on resetting the tag memory.\n\n## Prerequisites\n\n1. Using this assume you are using TickTag REV6 and the breakout board.\n2. You have a Python version > 3.6 ( You can download it from [https://www.python.org/downloads/] )\n3. You have all the python dependencies libraries installed : \n   To make sure, go to the SerialDownload base folder and run ```pip install requirements.txt```\n   \n   \n\n## Usage\n\n1. Make sure all the jumpers are on the breakout board : Receiving, Sending and if a battery is attached, make sure the jumper is set to lipo, otherwise set it to ldo. Both *UPDI* and *charge* switches should be *OFF*.\n2. Plug the board to an USB port on your computer and find the serial port associated.\n3. Open the python script *TickTag_Serial_Doynload.py* with any text editor and change line 11 : ```PORT=\"COM12\"``` ( modify COM12 to the Serial USB port used by the breakout board on your computer ).\n4. Gently click the tag on the breakout board\n5. Click the button on the breakout board for 2s ( no more than 3s ) and wait : \n   1. If the green LED blinks 7 times and then 1 to 7 times, it means the tag is now active\n   2. If nothing blinks, it means the tag was probably already active, leave it this way\n6. Launch the python script -> run ```python TickTag_Serial_Download.py``` in the terminal.\n7. You can than click the button on the breakout board for 6s until the green LED starts blinking.\n8. A progress bar should prompt you with the data downloading status, and the script should ask you if you want to reset the memory => At this point all the data should already be saved in files but make sure to check.\n9.  Data downloading is done.\n"
  },
  {
    "path": "TickTagSerialDownload/TickTag_Serial_Download.py",
    "content": "import serial\nimport time\nimport pandas as pd\nfrom datetime import datetime\nimport os\nfrom tqdm import tqdm\nfrom inputimeout import inputimeout, TimeoutOccurred\nimport sys\n\n\nPORT = 'COM14'\nBAUDRATE = 9600\nTIMEOUT = 5\n\ndef str_to_dict(datastr): # Looks like 'id : value, id : value ...'\n    datastr = datastr.replace(' ', '')\n    datastr = datastr.replace('\\r', '')\n    datastr = datastr.replace('\\n', '')\n    return dict(subString.split(\":\") for subString in datastr.split(\",\"))\n\n\ndef get_digits(interest_string):\n    return ''.join(filter(lambda i: i.isdigit(), interest_string))\n\n\ndef progressbar_init(total_bar, description, units):\n        progressbar = tqdm(total=total_bar, desc=description, unit=units, colour='green', file=sys.stdout, leave=False)\n        return progressbar\n\n\ndef exit_program():\n    print(\"\\n\\nQ key pressed : Exiting the program now !\\n\\n\")\n    sys.exit()\n\nclass Serial_Reader:\n\n    buffer = []\n    serial_active = 1\n    line_count = 0\n    progressbar = None\n    serial_connect = None\n\n    def __init__(self, port, baudrate, timeout):\n        self.serial_connect = serial.Serial(port, baudrate, timeout=timeout)\n        self.progressbar = progressbar_init(total_bar=1000, description=\"Reading Serial Data\", units=\"lines\")\n        return\n\n    def progressbar_update(self):\n        self.progressbar.update(1)\n        return\n    \n    def progressbar_change_max(self, total_bar):\n        self.progressbar.total = total_bar\n        return\n    \n    def read_line(self):\n        line = self.serial_connect.readline().decode('utf-8').strip('\\n')\n        return line\n    \n    def listen(self, Tag_Data):\n        with self.serial_connect as ser:\n            while self.serial_active:\n                line = self.read_line()\n                if line:\n                    self.progressbar.update(1)\n                    self.buffer.append(line)\n                    #print(line)\n\n                if self.line_count == 1:\n                    try:\n                        Tag_Data.datadict = str_to_dict(line)      \n                        self.line_count += 1\n                    except ValueError:\n                        print(20*'-')\n                        print('\\n TAG HAS NO DATA IN MEMORY \\n')\n                        sys.exit()\n\n                elif self.line_count == 2:\n                    Tag_Data.datadict = str_to_dict(line) | Tag_Data.datadict\n                    #print(Tag_Data.datadict)\n                    Tag_Data.fixes = int(get_digits(Tag_Data.datadict['Fixes']))\n                    #print(f'{Tag_Data.fixes} fixes and type {type(Tag_Data.fixes)}')\n\n                    self.progressbar_change_max(Tag_Data.fixes)\n                    self.line_count = 0\n                    \n                elif \"*START\" in line:\n                    self.line_count = 1\n \n                elif 'ID:' in line:\n                    taginfo = line.split(',')\n                    Tag_Data.software_version, Tag_Data.id, Tag_Data.voltage = taginfo[0], taginfo[1][8:], taginfo[2]\n\n                elif '9 Exit' in line:\n                    self.serial_active = 0\n\n        return Tag_Data\n    \n    def reset_memory(self):\n        try:\n            reset_memory = inputimeout(prompt=\"Would you like to reset the memory ? y/N\\n\", timeout=40)\n        except TimeoutOccurred:\n            reset_memory = \"N\"\n        if reset_memory.upper() == 'Y':\n            print('Resetting memory ... ')\n            with self.serial_connect as ser:\n                while ser.is_open == 0:\n                    time.sleep(0.5)\n\n                ser.write(b'\\n1\\r\\n')\n                line = ser.readline().decode('utf-8').strip('\\n')\n                print(line)\n        else:\n            print(\"Memory has not been reset, a wrong character was entered or it took too long.\\n\")\n\n    def end_of_communication(self):\n        self.progressbar.close()\n        print(f\"{20*'-'}\\n\")\n        print(f\"Communication with TickTag has been closed.\\n\")\n        print(f\"{20*'-'}\")\n\n    \nclass Tag_Data():\n    datadict = {}\n    fixes = None\n    id = None\n    sofware_version = None\n    voltage = None\n    logdata = None\n\n    def __init__(self):\n        self.rootpath = os.path.dirname(os.path.abspath(__file__))\n        \n    def main(self):\n        self.write_temp_files()\n        self.get_first_timestamp()\n        self.make_summary_files()\n        self.update_summary_files()\n        self.order_files()\n\n    def get_data(self, buffer):\n        self.logdata = buffer\n        #self.setup_progresbars()\n\n    def setup_progresbars(self):\n        self.logbar = progressbar_init(total_bar=len(self.logdata), description='Writing log .txt File ...', units=\"lines\")\n        self.csvbar = progressbar_init(total_bar=len(self.logdata), description='Writing csv .txt File ...', units=\"lines\")\n        return\n        \n    def progressbar_update(self, progressbar):\n        progressbar.update(1)\n        return\n    \n    def write_temp_files(self):\n        with open(f'test_log_temp.txt', 'w') as logfile:  \n            for line in self.logdata:\n                logfile.write(line)\n                #self.progressbar_update(self.logbar)\n\n        with open(f'test_data_temp.csv', 'w') as csvfile:\n            csvfile.write('count,timestamp,lat,lon\\n')\n            for line in self.logdata:\n                if ',' in line[0:5]:\n                    csvfile.write(line)\n                else:\n                    pass\n                #self.progressbar_update(self.csvbar)\n\n    def get_first_timestamp(self):\n        column_names=[\"count\", \"timestamp\", \"lat\", \"lon\"]\n        df = pd.read_csv(f'test_data_temp.csv', sep=',', usecols=column_names)\n        self.time_start = df['timestamp'].iloc[0]\n        self.time_stop = df['timestamp'].iloc[-1]\n        self.duration = self.time_stop - self.time_start\n        self.date_first_timestamp = datetime.fromtimestamp(self.time_start).strftime('%Y-%m-%d')\n\n        return self.date_first_timestamp\n    \n    def print_info(self):\n\n        print(f'Data starts from : {time.ctime(self.time_start)}')\n        print(f'Data stops at : {time.ctime(self.time_stop)}')\n        print(f'Got {self.fixes} fixes in {self.duration//3600}h and {((self.duration - (self.duration//3600)*3600) /60)}min')\n        print(f'Tag id is {self.id} and voltage is {self.voltage}')\n\n    def make_summary_files(self):\n        try:\n            with open(os.path.join(self.rootpath, f'summary_{self.date_first_timestamp}.csv'), 'r') as summary_file:\n                print(\"\\nExistsing date summary file ...\")\n        except:\n            with open(os.path.join(self.rootpath, f'summary_{self.date_first_timestamp}.csv'), 'w') as summary_file:\n                print('\\nCreating new summary file')\n                summary_file.write('id,fixes,voltage(mV),duration(h),TTFF(s),Avg. TTF(s),UVs,ErrorsOrGF,TOs,Avg. HDOP (x10)\\n')\n        try:\n            with open(os.path.join(self.rootpath, f'summary.csv'), 'r') as summary_file:\n                #print(\"Existsing global summary file ...\")\n                pass\n        except:\n            with open(os.path.join(self.rootpath, f'summary.csv'), 'w') as summary_file:\n                print('\\nCreating new global summary file')\n                summary_file.write('id,fixes,voltage(mV),duration(h),TTFF(s),Avg. TTF(s),UVs,ErrorsOrGF,TOs,Avg. HDOP (x10)\\n')\n        \n    def update_summary_files(self):\n        with open(os.path.join(self.rootpath, f'summary_{self.date_first_timestamp}.csv'), 'a') as summary_file:\n            summary_file.write(f'''{self.id},{self.fixes},{get_digits(self.voltage)},{round(self.duration/3600,3)},{get_digits(self.datadict['TTFF'])},{get_digits(self.datadict['Avg.TTF'])},{self.datadict['UVs']},{self.datadict['ErrorsOrGF']},{self.datadict['TOs']},{self.datadict['Avg.HDOP(x10)']}\\n''')\n    \n        with open(os.path.join(self.rootpath, f'summary.csv'), 'a') as summary_file:\n            summary_file.write(f'''{self.id},{self.fixes},{get_digits(self.voltage)},{round(self.duration/3600,3)},{get_digits(self.datadict['TTFF'])},{get_digits(self.datadict['Avg.TTF'])},{self.datadict['UVs']},{self.datadict['ErrorsOrGF']},{self.datadict['TOs']},{self.datadict['Avg.HDOP(x10)']}\\n''')\n\n    def order_files(self):\n        filename_log = self.date_first_timestamp+'-'+str(self.id)+'.txt'\n        filename_csv = self.date_first_timestamp+'-'+str(self.id)+'.csv'\n        try:\n            ordering = f\"{self.date_first_timestamp}/\"\n            newpath = os.path.join(self.rootpath, ordering)\n            if not os.path.exists(newpath):\n                os.makedirs(newpath)\n            os.rename('test_log_temp.txt', os.path.join(newpath, filename_log))\n            os.rename('test_data_temp.csv', os.path.join(newpath, filename_csv))\n        except:\n            print(f\"{os.rename('test_log_temp.txt', os.path.join(newpath, filename_log))}\")\n            print(f\"{os.rename('test_log_temp.txt', os.path.join(newpath, filename_csv))}\")\n            print(\"\\nThese files are already existing, please delete them if data was currupted or if you want to overwrite content\")\n\nif __name__ == '__main__':\n    while True:\n        print(10 * '-')\n        print(f\"Press any key to download data from the tag\\n\")\n        print(f\"Press q to exit the application\\n\")\n        a = input('Press enter to continue...\\n')\n        if a.lower == 'q':\n            sys.exit()\n        sr = Serial_Reader(port=PORT, baudrate=BAUDRATE, timeout=TIMEOUT)\n        td = Tag_Data()\n        td = sr.listen(td)\n        td.get_data(sr.buffer)\n        td.main()\n        sr.reset_memory()\n        sr.end_of_communication()\n\n\n    \n\n    "
  },
  {
    "path": "TickTagSerialDownload/requirements.txt",
    "content": "serial\npandas\ntqdm\ninputimeout"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/Configuration.h",
    "content": "#ifndef CONFIGURATION_H_\n#define CONFIGURATION_H_\n\n#define TRACKING_MODE_NORMAL\t\t\t\t\t\t\t\t0xDD\n#define TRACKING_MODE_TEST\t\t\t\t\t\t\t\t\t0xFF\n\n/** ------ Important configuration ------ */\n/** Important configuration - general */\n#define SOFTWARE_VERSION\t\t\t\t\t\t\t\t\t201\n#define DEBUGGING\t\t\t\t\t\t\t\t\t\t\ttrue\t\t// false, if true forwards RX from GPS to USB breakout board\n#define TRACKING_MODE\t\t\t\t\t\t\t\t\t\tTRACKING_MODE_NORMAL // TRACKING_MODE_NORMAL or TRACKING_MODE_TEST\n#define DOUBLE_CHECK_EEPROM_AFTER_SETTING\t\t\t\t\ttrue\t\t// false, double check if written value is correct (saves flash memory)\n#define LED_ON_AFTER_GETTING_FIRST_TIME_AND_NIGHT\t\t\ttrue\t\t// if getting the very first fix (blinking) and is night time, turn LED on for 4 seconds\n\n/** Important configuration - battery management */\t\t\n#define MIN_VOLTAGE_UNDER_LOAD\t\t\t\t\t\t\t\t3050U\t\t// unit: mV, threshold for exiting under load! GPS only works down to 3V\n#define FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT\t\t60U\t\t\t// 60U (1min), max. 16383 = 4.55hrs, very first under voltage in tracking just sleep a bit, keeping backup power on\t\t\t\t\t\t\t\t\t\t\t\n#define SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT\t\t\t1800U\t\t// 1800U (30min), max. 16383 = 4.55hrs\n#define FIRST_START_DELAY_SECONDS\t\t\t\t\t\t\t3\t\t\t// 3, debounce a bit when soldering lipo\n\n/** Important configuration - timeout for both modes */\t\n#define GET_FIX_TIMEOUT_NOT_EVEN_TIME_SECONDS\t\t\t\t120\t\t\t// 120, timeout triggered when did not even get a valid time (year still 80, hour = 0, minute < 3)\n#define GET_FIX_SLEEP_LONGER_AFTER_TIMEOUT\t\t\t\t\ttrue\t\t// true, when timeout was triggered: sleep for GET_FIX_SLEEP_LONGER_AFTER_TIMEOUT_SECONDS instead of normal GPS frequency\n#define GET_FIX_SLEEP_LONGER_AFTER_TIMEOUT_SECONDS\t\t\t900U\t\t// 900U = 15min, sleep for that time when timeout happened, keep backup power on\n\n/** Important configuration - \"sometimes mode\" (frequency > 5) */\t\n#define GET_FIX_TIMEOUT_SECONDS\t\t\t\t\t\t\t\t300\t\t\t// 300, only when tracking frequency > 5 (\"sometimes\"), timeout until GPS attempt is canceled\n#define WAIT_TIME_FIRST_FIX_SECONDS\t\t\t\t\t\t\t30\t\t\t// 30, only when tracking frequency > 5 (\"sometimes\"), always wait that time when getting first fix in session to collect orbit data\n#define MAX_WAIT_ON_GOOD_HDOP_SECONDS\t\t\t\t\t\t9\t\t\t// 9, only when tracking frequency > 5 (\"sometimes\"), maximum wait time after fix in case HDOP is not good enough\n\n/** Important configuration - \"always-on mode\" (frequency = 1 .. 5) */\t\n#define USE_FLP_MODE\t\t\t\t\t\t\t\t\t\ttrue\t\t// true, fitness low power mode (only 1hz), technically works in sometimes mode as well, but observed long fix times -> suitable for 1hz mode only\n\n/** Important configuration - night time */\n#define SLEEP_TIME_DURING_NIGHT\t\t\t\t\t\t\t\t120U\t\t// 120U (2min), max. 16383 = 4.55hrs: 1min = 1.09uA, 2min = 1.02uA, 3min = 0.99uA, 4min = 0.98uA, 5min = 0.97uA\n#define BACKUP_POWER_ON_DURING_NIGHT_TIME\t\t\t\t\tfalse\t\t// false, keeping backup power on also at night time\n\n/** Important configuration - geo-fencing */\n#define GEOFENCING_LIMIT\t\t\t\t\t\t\t\t\t300\t\t\t// 300, 300 = roughly 300 meters, difference between 5 digit lat/lon (1 = 1.11m difference, 10 = 11.1m difference, 100 = 111m difference)\n#define GEOFENCING_OR_ERROR_WAIT_TIME_SECONDS\t\t\t\t600\t\t\t// 600, when error detected or when geo-fencing active: wait for that amount of time (backup power on) before tracking again\n\n/** ------ Less important stuff ------ */\n\n/** Data storage defines */\n#define DATA_FIX_LENGTH\t\t\t\t\t\t\t\t\t\t10\t\t\t// 10 byte compressed (uncompressed: 4 byte timestamp, 4 byte lat, 4 byte lon)\n#define METADATA_PREFIX_LENGTH_IN_MEMORY\t\t\t\t\t16\t\t\t// meta data before actual GPS fix data\n#define METADATA_ADDRESS_OF_ADDRESS_POINTER\t\t\t\t\t0\t\t\t// meta data address 0 - 3, 4 bytes\n#define METADATA_ADDRESS_OF_TTF_SUM\t\t\t\t\t\t\t4\t\t\t// meta data address, 4 - 7, 4 bytes\n//#define METADATA_ADDRESS_OF_NO_FIX_CNT\t\t\t\t\t8\t\t\t// NOT USED ANYMORE, meta data address, 8 - 9, 2 bytes\n#define METADATA_ADDRESS_OF_HDOP_SUM\t\t\t\t\t\t10\t\t\t// meta data address, 10 - 13, 4 bytes\n// 2 BYTES LEFT IN HEADER!\n\n/** Configuration menue (starting at 18 because structure changed) */\n#define EEPROM_OPERATION_VOLTAGE_MIN_ADDRESS\t\t\t\t18\t\t\t// 2 bytes for storing min operation voltage\n#define EEPROM_GPS_FREQUENCY_SECONDS_ADDRESS\t\t\t\t20\t\t\t// NEW: 2 bytes instead of 4 bytes for storing GPS frequency in seconds\n#define EEPROM_MIN_HDOP_ADDRESS\t\t\t\t\t\t\t\t22\t\t\t// 1 byte for storing min HDOP\n#define EEPROM_ACTIVATION_DELAY_SECONDS_ADDRESS\t\t\t\t23\t\t\t// 2 bytes instead of 4 bytes for storing activation delay in seconds\n#define EEPROM_HOUR_ON_ADDRESS\t\t\t\t\t\t\t\t25\t\t\t// 1 byte for storing turn on hour\n#define EEPROM_MINUTE_ON_ADDRESS\t\t\t\t\t\t\t26\t\t\t// 1 byte for storing turn on minute\n#define EEPROM_HOUR_OFF_ADDRESS\t\t\t\t\t\t\t\t27\t\t\t// 1 byte for storing turn off hour\n#define EEPROM_MINUTE_OFF_ADDRESS\t\t\t\t\t\t\t28\t\t\t// 1 byte for storing turn off minute\n#define EEPROM_GEOFENCING_ADDRESS\t\t\t\t\t\t\t29\t\t\t// 1 byte for storing geofencing on/off\n#define EEPROM_BLINK_ADDRESS\t\t\t\t\t\t\t\t30\t\t\t// 1 byte for storing blinking on/off\n#define EEPROM_BURST_DURATION_ADDRESS\t\t\t\t\t\t31\t\t\t// 1 byte for storing burst duration\n\n/** Configuration defaults */\n#define OPERATION_VOLTAGE_DEFAULT\t\t\t\t\t\t\t3300U\t\t// unit: mV, threshold for idle (NOT under load, 100mV voltage drop normal)\n#define OPERATION_VOLTAGE_MIN_RANGE\t\t\t\t\t\t\t3000U\t\t// unit: mV, threshold for idle (NOT under load, 100mV voltage drop normal)\n#define OPERATION_VOLTAGE_MAX_RANGE\t\t\t\t\t\t\t4250U\t\t// unit: mV, threshold for idle (NOT under load, 100mV voltage drop normal)\n\n#define GPS_FREQUENCY_SECONDS_DEFAULT\t\t\t\t\t\t30U\t\t\t// unit: seconds\n#define GPS_MIN_FREQUENCY_SECONDS_RANGE\t\t\t\t\t\t1U\t\t\t// unit: seconds\n#define GPS_MAX_FREQUENCY_SECONDS_RANGE\t\t\t\t\t\t16382U\t\t// unit: seconds, 16382UL = 4.55 hrs\n\n#define MIN_HDOP_DEFAULT\t\t\t\t\t\t\t\t\t30U\t\t\t// unit: HDOP x 10\n#define MIN_HDOP_MIN_RANGE\t\t\t\t\t\t\t\t\t10U\t\t\t// unit: HDOP x 10\n#define MIN_HDOP_MAX_RANGE\t\t\t\t\t\t\t\t\t250U\t\t// unit: HDOP x 10\n\n#define ACTIVATION_DELAY_DEFAULT\t\t\t\t\t\t\t10U\t\t\t// unit: seconds\n#define ACTIVATION_MIN_DELAY_SECONDS_RANGE\t\t\t\t\t10U\t\t\t// unit: seconds\n#define ACTIVATION_MAX_DELAY_SECONDS_RANGE\t\t\t\t\t16382U\t\t// unit: seconds, 16382UL = 4.55 hrs\n\n#define HOUR_ON_DEFAULT\t\t\t\t\t\t\t\t\t\t0\t\t\t// unit: hours 0 - 23\n#define MINUTE_ON_DEFAULT\t\t\t\t\t\t\t\t\t0\t\t\t// unit: minutes 0 - 59\n#define HOUR_OFF_DEFAULT\t\t\t\t\t\t\t\t\t23\t\t\t// unit: hours 0 - 23\n#define MINUTE_OFF_DEFAULT\t\t\t\t\t\t\t\t\t59\t\t\t// unit: minutes 0 - 59\n\n#define GEOFENCING_DEFAULT\t\t\t\t\t\t\t\t\t0\t\t\t// 0 = off, 1 = on\n\n#define BLINK_DEFAULT\t\t\t\t\t\t\t\t\t\t0\t\t\t// 0 = off, 1 = on, short blink during fixes (NOTE: first fix for getting time will blink anyhow)\n\n#define BURST_DURATION_DEFAULT\t\t\t\t\t\t\t\t0\t\t\t// unit: seconds, 0 = 1 = no burst\n\n/** Enums */\ntypedef enum { ST_FIRST_START_HARD_RESET = 0, ST_TRACKING = 1, ST_VOLTAGE_INCORRECT = 2, ST_MEMORY_FULL = 3, ST_WAIT_FOR_ACTIVATION = 4, ST_DOWNLOAD = 5 } tracker_state_t;\ntypedef enum { STORE_MEMORY_RETURN_ERROR = 0, STORE_MEMORY_RETURN_MEMORY_FULL = 1, STORE_MEMORY_RETURN_SUCCESS = 2 } store_memory_return_t;\ntypedef enum { CONTINOUS_RUNNING = 0, CONTINOUS_UNDERVOLTAGE, CONTINOUS_MEMORY_FULL, CONTINOUS_DOWNLOAD_INTERRUPT, CONTINOUS_INIT_ERROR, CONTINOUS_OTHER_ERROR, CONTINOUS_NIGHT_TIME } continous_result_t;\ntypedef enum { TRACKING_RUNNING = 0, TRACKING_UNDERVOLTAGE, TRACKING_MEMORY_FULL, TRACKING_DOWNLOAD_INTERRUPT, TRACKING_ERROR, TRACKING_NIGHT_TIME, TRACKING_GOT_FIX_SLEEP, TRACKING_TIMEOUT, TRACKING_GEOFENCING_ACTIVE } tracking_result_t;\n\n#define COMPRESSION_TIMESTAMP\t\t\t\t\t\t\t\t1618428394UL\n\n#endif"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/EEPROM_CAT24M01.cpp",
    "content": "#include \"EEPROM_CAT24M01.h\"\n\nbool eepromIsAlive() {\n\tif(!i2cStartRead(EEPROM_CAT24M01_ADDRESS)) {\n\t\ti2cStop();\n\t\treturn false;\n\t}\n\ti2cStop();\n\treturn true;\n}\n\nuint8_t eepromGetI2CAddress(uint32_t adr) {\n\tif(adr < EEPROM_CAT24M01_MEM_SIZE / 2) { // 2^16, use first page\n\t\treturn EEPROM_CAT24M01_ADDRESS;\n\t}\n\telse { // use second page (different I2C address)\n\t\treturn EEPROM_CAT24M01_ADDRESS_2;\n\t}\t\n}\n\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len) {\n\t// read wraps around automatically\n\tif(adr + len > EEPROM_CAT24M01_MEM_SIZE) {\n\t\treturn false;\n\t}\n\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\n\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\n\tif(!i2cStartRead(i2cAddress)) { return false; }\n\tuint32_t i = 0;\n\twhile(i < (len - 1)) {\n\t\tresult_arr[i] = i2cRead(true); // with ack\n\t\ti++;\n\t}\n\tresult_arr[i] = i2cRead(false); // last one: no ack\n\ti2cStop();\n\treturn true;\n}\n\nbool eepromBusyWriting() {\n\tuint8_t val = 0x0;\n\tif(!eepromReadMemory(0, &val, 1)) { return true; }\n\treturn false; // ACKed the command\n}\n\nbool eepromWriteMemory(uint32_t adr, uint8_t *value_arr, uint32_t len) {\n\tuint16_t protectionCount = 6000U;\n\tuint16_t pageStillFits;\n\tuint16_t oneWriteCycleLen;\n\tbool finished = false;\n\tuint32_t arrayIndex = 0;\n\tuint16_t busyWritingTimeoutMs;\n\t\n\tif((adr + len > EEPROM_CAT24M01_MEM_SIZE) || (len == 0)) {\n\t\treturn false;\n\t}\n\t\n\twhile(!finished) {\n\t\t// calculate how much to write\n\t\tpageStillFits = (uint16_t) (EEPROM_CAT24M01_PAGE_SIZE - (adr % EEPROM_CAT24M01_PAGE_SIZE)); // warning: page size maximum 2^16 = 65536\n\t\tif(pageStillFits > EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // page still fits more than 256 Bytes\n\t\t\tif(len <= EEPROM_CAT24M01_MAX_WRITE_LENGTH) { // all remaining data can go into the next 256 Bytes\n\t\t\t\toneWriteCycleLen = len;\n\t\t\t\tfinished = true;\n\t\t\t}\n\t\t\telse { // write 256 Bytes, but next iteration necessary\n\t\t\t\toneWriteCycleLen = EEPROM_CAT24M01_MAX_WRITE_LENGTH;\n\t\t\t}\n\t\t}\n\t\telse { // page fits less than 256 Bytes, cannot write full length\n\t\t\tif(len <= pageStillFits) { // all remaining data can go into less than 30 Bytes\n\t\t\t\toneWriteCycleLen = len;\n\t\t\t\tfinished = true;\n\t\t\t}\n\t\t\telse { // write until page full, but next iteration necessary\n\t\t\t\toneWriteCycleLen = pageStillFits; // warning, assigning 16bit integer to 8bit, should be fine because pageStillFits <= 256\n\t\t\t}\n\t\t}\n\t\t\n\t\t// write\n\t\t//printf(\"WRITE %lu\\n\\r\", adr);\n\t\tuint8_t i2cAddress = eepromGetI2CAddress(adr);\n\t\tif(!i2cStartWrite(i2cAddress)) { return false; }\n\t\tif(!i2cWrite((adr >> 8) & 0xff)) { return false; }\n\t\tif(!i2cWrite((adr >> 0) & 0xff)) { return false; }\n\t\tfor(uint16_t i = 0; i < oneWriteCycleLen; i++) { // append data\n\t\t\tif(!i2cWrite(value_arr[arrayIndex+i])) { return false; }\n\t\t}\n\t\ti2cStop();\n\t\t\n\t\t// wait until written\n\t\tbusyWritingTimeoutMs = 1000 / 5;\n\t\t_delay_ms(10); // VERY IMPORTANT! otherwise eepromBusyWriting is blocking for 100 ms!! not enough time after stop\n\t\twhile(eepromBusyWriting()) {\n\t\t\t_delay_ms(5);\n\t\t\tbusyWritingTimeoutMs--;\n\t\t\tif(busyWritingTimeoutMs == 0) { return false; }\n\t\t}\n\t\t//print(\"TO:\"); printU32(busyWritingTimeoutMs); println(\"\");\n\t\t\n\t\t// decrement for next cycle\n\t\tlen -= oneWriteCycleLen;\n\t\tadr += oneWriteCycleLen;\n\t\tarrayIndex += oneWriteCycleLen;\n\t\tprotectionCount--;\n\t\tif(protectionCount == 0) { // timeout\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n}"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/EEPROM_CAT24M01.h",
    "content": "#ifndef EEPROM_CAT24M01_h\n#define EEPROM_CAT24M01_h\n\n#include <stdint.h>\n#include \"I2C.h\"\n#include \"UART.h\"\n\n#define EEPROM_CAT24M01_ADDRESS\t\t\t\t\t0x50\t\t// first page\n#define EEPROM_CAT24M01_ADDRESS_2\t\t\t\t0x51 \t\t// second page\n#define EEPROM_CAT24M01_MEM_SIZE\t\t\t\t131072UL\t// 17 bit\n#define EEPROM_CAT24M01_PAGE_SIZE\t\t\t\t256\t\t\t// important for write-wrapping\n#define EEPROM_CAT24M01_MEM_VAL_UNWRITTEN\t\t0xFF\n#define EEPROM_CAT24M01_MAX_WRITE_LENGTH\t\t256\t\t\t// CAT24M01 supports 256\n\nbool eepromIsAlive();\nbool eepromReadMemory(uint32_t adr, uint8_t *result_arr, uint32_t len);\nbool eepromWriteMemory(uint32_t adr, uint8_t *value_arr, uint32_t len); // uses writeMemoryInternal\nbool eepromBusyWriting();\nuint8_t eepromIGetI2CAddress(uint32_t adr);\n\n#endif\n"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/GPS_L70_Light.cpp",
    "content": "#include \"GPS_L70_Light.h\"\n\nconst char* commandOnlyGPGGAEverySecond =\t\t\"$PMTK314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0*29\\r\\n\";\nconst char* commandOnlyGPRMCEverySecond =\t\t\"$PMTK314,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0*29\\r\\n\";\nconst char* commandGPGGAandGPRMCEverySecond =\t\"$PMTK314,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0*28\\r\\n\";\nconst char* commandBaudrate9600Permanently =\t\"$PQBAUD,W,9600*4B\\r\\n\";\n\nuint8_t gpsConvertTwoDigit2Number(char *digit_char) {\n\treturn 10 * (digit_char[0] - '0') + (digit_char[1] - '0');\n}\n\nvoid gpsRemoveAllChars(char* str, char c) {\n\tchar *pr = str, *pw = str;\n\twhile(*pr) {\n\t\t*pw = *pr++;\n\t\tpw += (*pw != c);\n\t}\n\t*pw = '\\0';\n}\n\nint32_t gpsParseLatLong(char* d) {\n\t// (d)ddmm.mmmm\n\tint32_t latlon;\n\tgpsRemoveAllChars(d, '.');\n\tlatlon = atol(d);\n\n\t// convert lat lon in degrees + seconds into degrees only -> (d)dd will also be the same for converted result\n\tint32_t deg = latlon / 1000000UL; // = (d)dd (integer division)\n\tint32_t min = latlon - (deg * 1000000UL); // = mmmmmm\n\tlatlon = (deg * 100000) + (min / 6); // 5 decimal places = 1.11m accuracy\n\n\treturn latlon;\n}\n\nuint32_t gpsGetUTCTimestamp(gps_t *gpsData) {\n\tif(gpsData == NULL) { return 0; }\n\tif(gpsData->year == 80) { return 0; }\n\tuint16_t year = gpsData->year;\n\tyear += 2000;\n\tuint32_t timestamp = _UNIX_TIMESTAMP(year, gpsData->month, gpsData->day, gpsData->hour, gpsData->minute, gpsData->second);\n\treturn timestamp;\n}\n\nvoid gpsDecodeGPRMCandGPGGA(char* d, gps_t *gpsData, uint8_t sentenceType) { // e.g. $GPRMC,013732.000,A,3150.7238,N,11711.7278,E,0.00,0.00,220413,,,A*68\n\t// GPRMC: everything\n\t\t// comma 2: time\n\t\t// comma 4: lat\n\t\t// comma 5: south/north\n\t\t// comma 6: lon\n\t\t// comma 7: west/east\n\t\t// comma 10: date\n\t\t// end: fix y/n (N, A, D)\n\t// GPGGA: only hdop\n\t\t// comma 2: time\n\t\t// comma 3: lat\n\t\t// comma 4: south/north\n\t\t// comma 5: lon\n\t\t// comma 6: west/east\n\t\t// comma 7: fix status (0, 1, 2)\n\tuint8_t commaCnt = 0;\n\tchar buffer[32];\n\tuint8_t bufferPnt = 0;\n\tmemset(buffer, 0, 32);\n\tif(gpsData == NULL) { return; }\n\twhile(*d) {\n\t\tif(*d == '$') { } // do nothing\n\t\telse if(*d == ',') {\n\t\t\tcommaCnt++;\n\t\t\tif(sentenceType == SENTENCE_TYPE_GPRMC) { // GPRMC\n\t\t\t\tif(commaCnt == 2) { // time\n\t\t\t\t\tgpsData->hour = 0;\n\t\t\t\t\tgpsData->minute = 0;\n\t\t\t\t\tgpsData->second = 0;\n\t\t\t\t\tif(strlen(buffer) >= 6) {\n\t\t\t\t\t\tgpsData->hour = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t\t\tgpsData->minute = gpsConvertTwoDigit2Number(&buffer[2]);\n\t\t\t\t\t\tgpsData->second = gpsConvertTwoDigit2Number(&buffer[4]);\n\t\t\t\t\t\t//printf(\"Time: %u:%u:%u\\n\\r\", gpsData->hour, gpsData->minute, gpsData->second);\n\t\t\t\t\t\t// skip milliseconds\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if(commaCnt == 4) { // lat\n\t\t\t\t\tgpsData->latitude = 0;\n\t\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\t\tgpsData->latitude = gpsParseLatLong(buffer);\n\t\t\t\t\t\t//if(debug) { printf(\"Lat: %ld\\n\\r\", gpsData->latitude); }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if(commaCnt == 5) { // south / north\n\t\t\t\t\tif(strlen(buffer) == 1) {\n\t\t\t\t\t\tif((buffer[0] == 'S') || (buffer[0] == 's')) {\n\t\t\t\t\t\t\tgpsData->latitude *= -1;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t//if(debug) { printf(\"South: %ld\\n\\r\", gpsData->latitude); }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if(commaCnt == 6) { // lon\n\t\t\t\t\tgpsData->longitude = 0;\n\t\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\t\tgpsData->longitude = gpsParseLatLong(buffer);\n\t\t\t\t\t\t//if(debug) { printf(\"Lon: %ld\\n\\r\", gpsData->longitude); }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if(commaCnt == 7) { // west / east\n\t\t\t\t\tif(strlen(buffer) == 1) {\n\t\t\t\t\t\tif((buffer[0] == 'W') || (buffer[0] == 'w')) {\n\t\t\t\t\t\t\tgpsData->longitude *= -1;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t//if(debug) { printf(\"West: %ld\\n\\r\", gpsData->longitude); }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if(commaCnt == 10) { // date\n\t\t\t\t\tgpsData->day = 0;\n\t\t\t\t\tgpsData->month = 0;\n\t\t\t\t\tgpsData->year = 0;\n\t\t\t\t\tif(strlen(buffer) >= 6) {\n\t\t\t\t\t\tgpsData->day = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t\t\tgpsData->month = gpsConvertTwoDigit2Number(&buffer[2]);\n\t\t\t\t\t\tgpsData->year = gpsConvertTwoDigit2Number(&buffer[4]);\n\t\t\t\t\t\t//printf(\"Date: %u.%u.%u\\n\\r\", gpsData->day, gpsData->month, gpsData->year);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\telse { // GPGGA\n\t\t\t\t// sats not important!\n\t\t\t\t/*if(commaCnt == 8) { // num of sats\n\t\t\t\t\tgpsData->sats_in_use = 0;\n\t\t\t\t\tif(strlen(buffer) == 1) { // \"2\"\n\t\t\t\t\t\tgpsData->sats_in_use = buffer[0] - '0';\n\t\t\t\t\t}\n\t\t\t\t\telse if(strlen(buffer) == 2) { // \"12\"\n\t\t\t\t\t\tgpsData->sats_in_use = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t\t}\n\t\t\t\t\t//printf(\"Sats: %u\\n\\r\", gpsData->sats_in_use);\n\t\t\t\t}\n\t\t\t\telse*/\n\t\t\t\tif(commaCnt == 9) { // hdop, can only parse (__.X or __.XX)\n\t\t\t\t\tgpsData->hdop = 0;\n\t\t\t\t\tif(strlen(buffer) >= 1) {\n\t\t\t\t\t\tint16_t hdopBig;\n\t\t\t\t\t\tchar* afterComma = strchr(buffer, '.'); // \"13.21\" -> \".21\"\n\t\t\t\t\t\tif(afterComma != NULL) {\n\t\t\t\t\t\t\tif(strlen(afterComma) >= 2) {\n\t\t\t\t\t\t\t\tif((strlen(buffer) + 2) >= strlen(afterComma)) {\n\t\t\t\t\t\t\t\t\tbuffer[strlen(buffer) + 2 - strlen(afterComma)]  = '\\0'; // remove everything behind \"13.2...\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tgpsRemoveAllChars(buffer, '.'); // \"2.2\" to \"22\", \"13.2\" to \"132\"\n\t\t\t\t\t\t\t\thdopBig = atoi(buffer);\n\t\t\t\t\t\t\t\tif(hdopBig > 255) { hdopBig = 255; }\n\t\t\t\t\t\t\t\tgpsData->hdop = hdopBig;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t//printf(\"HDOP: %u\\n\\r\", gpsData->hdop);\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t\tmemset(buffer, 0, 32); // reset buffer\n\t\t\tbufferPnt = 0;\n\t\t}\n\t\telse if(*d == '*') { // do not look at CRC\n\t\t\tif(sentenceType == SENTENCE_TYPE_GPRMC) { // evaluate fix result\n\t\t\t\tgpsData->fix = 0;\n\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\tif(buffer[0] == 'N') { gpsData->fix = 0; }\n\t\t\t\t\telse if((buffer[0] == 'A') || (buffer[0] == 'D')) { gpsData->fix = 1; }\n\t\t\t\t\t//printf(\"Fix: %u\\n\\r\", gpsData->fix);\n\t\t\t\t}\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\t\telse {\n\t\t\tbuffer[bufferPnt] = *d;\n\t\t\tbufferPnt++;\n\t\t}\n\t\td++;\n\t}\n}\n\nvoid gpsDecodeGPRMCandGPGGANew(char* d, gps_t *gpsData, uint8_t sentenceType) { // e.g. $GPRMC,013732.000,A,3150.7238,N,11711.7278,E,0.00,0.00,220413,,,A*68\n\t// GPRMC: (before: for everything)\n\t\t// comma 2: time\n\t\t// comma 4: lat\n\t\t// comma 5: south/north\n\t\t// comma 6: lon\n\t\t// comma 7: west/east\n\t\t// comma 10: date\n\t\t// end: fix y/n (N, A, D)\n\t// GPGGA: (before: only hdop)\n\t\t// comma 2: time\n\t\t// comma 3: lat\n\t\t// comma 4: south/north\n\t\t// comma 5: lon\n\t\t// comma 6: west/east\n\t\t// comma 7: fix status (0, 1, 2)\n\tuint8_t commaCnt = 0;\n\tchar buffer[32];\n\tuint8_t bufferPnt = 0;\n\tmemset(buffer, 0, 32);\n\tif(gpsData == NULL) { return; }\n\twhile(*d) {\n\t\tif(*d == '$') { } // do nothing\n\t\telse if(*d == ',') {\n\t\t\tcommaCnt++;\n\t\t\tif(commaCnt == 2) { // for both GPGGA and GPRMC: time\n\t\t\t\tgpsData->hour = 0;\n\t\t\t\tgpsData->minute = 0;\n\t\t\t\tgpsData->second = 0;\n\t\t\t\tif(strlen(buffer) >= 6) {\n\t\t\t\t\tgpsData->hour = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t\tgpsData->minute = gpsConvertTwoDigit2Number(&buffer[2]);\n\t\t\t\t\tgpsData->second = gpsConvertTwoDigit2Number(&buffer[4]);\n\t\t\t\t\t// skip milliseconds\n\t\t\t\t}\n\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\tprintf(\"%u T:%u:%u:%u\\n\\r\", sentenceType, gpsData->hour, gpsData->minute, gpsData->second);\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse if(commaCnt == (3 + sentenceType)) { // lat (GPGGA: 3, GPRMC: 4)\n\t\t\t\tgpsData->latitude = 0;\n\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\tgpsData->latitude = gpsParseLatLong(buffer);\n\t\t\t\t}\n\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\tprintf(\"%u LA:%ld\\n\\r\", sentenceType, gpsData->latitude);\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse if(commaCnt == (4 + sentenceType)) { // south / north\n\t\t\t\tif(strlen(buffer) == 1) {\n\t\t\t\t\tif((buffer[0] == 'S') || (buffer[0] == 's')) {\n\t\t\t\t\t\tgpsData->latitude *= -1;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\tprintf(\"%u S:%ld\\n\\r\", sentenceType, gpsData->latitude);\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse if(commaCnt == (5 + sentenceType)) { // lon\n\t\t\t\tgpsData->longitude = 0;\n\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\tgpsData->longitude = gpsParseLatLong(buffer);\n\t\t\t\t}\n\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\tprintf(\"%u LO:%ld\\n\\r\", sentenceType, gpsData->longitude);\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse if(commaCnt == (6 + sentenceType)) { // west / east\n\t\t\t\tif(strlen(buffer) == 1) {\n\t\t\t\t\tif((buffer[0] == 'W') || (buffer[0] == 'w')) {\n\t\t\t\t\t\tgpsData->longitude *= -1;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\tprintf(\"%u W:%ld\\n\\r\", sentenceType, gpsData->longitude);\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse if(commaCnt == 7) { // fix\n\t\t\t\tif(sentenceType == SENTENCE_TYPE_GPGGA) {\n\t\t\t\t\tgpsData->fix = 0;\n\t\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\t\tif((buffer[0] == '1') || (buffer[0] == '2')) { gpsData->fix = 1; }\n\t\t\t\t\t}\n\t\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\t\tprintf(\"%u F:%u\\n\\r\", sentenceType, gpsData->fix);\n\t\t\t\t\t#endif\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(commaCnt == 9) { // hdop, can only parse (__.X or __.XX)\n\t\t\t\tif(sentenceType == SENTENCE_TYPE_GPGGA) {\n\t\t\t\t\tgpsData->hdop = 0;\n\t\t\t\t\tif(strlen(buffer) >= 1) {\n\t\t\t\t\t\tint16_t hdopBig;\n\t\t\t\t\t\tchar* afterComma = strchr(buffer, '.'); // \"13.21\" -> \".21\"\n\t\t\t\t\t\tif(afterComma != NULL) {\n\t\t\t\t\t\t\tif(strlen(afterComma) >= 2) {\n\t\t\t\t\t\t\t\tif((strlen(buffer) + 2) >= strlen(afterComma)) {\n\t\t\t\t\t\t\t\t\tbuffer[strlen(buffer) + 2 - strlen(afterComma)]  = '\\0'; // remove everything behind \"13.2...\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tgpsRemoveAllChars(buffer, '.'); // \"2.2\" to \"22\", \"13.2\" to \"132\"\n\t\t\t\t\t\t\t\thdopBig = atoi(buffer);\n\t\t\t\t\t\t\t\tif(hdopBig > 255) { hdopBig = 255; }\n\t\t\t\t\t\t\t\tgpsData->hdop = hdopBig;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\t\tprintf(\"%u H:%u\\n\\r\", sentenceType, gpsData->hdop);\n\t\t\t\t\t#endif\n\t\t\t\t}\n\t\t\t}\t\t\t\n\t\t\telse if(commaCnt == 10) { // date\n\t\t\t\tif(sentenceType == SENTENCE_TYPE_GPRMC) {\n\t\t\t\t\tgpsData->day = 0;\n\t\t\t\t\tgpsData->month = 0;\n\t\t\t\t\tgpsData->year = 0;\n\t\t\t\t\tif(strlen(buffer) >= 6) {\n\t\t\t\t\t\tgpsData->day = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t\t\tgpsData->month = gpsConvertTwoDigit2Number(&buffer[2]);\n\t\t\t\t\t\tgpsData->year = gpsConvertTwoDigit2Number(&buffer[4]);\n\t\t\t\t\t}\n\t\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\t\tprintf(\"%u D:%u.%u.%u\\n\\r\", sentenceType, gpsData->day, gpsData->month, gpsData->year);\n\t\t\t\t\t#endif\n\t\t\t\t}\n\t\t\t}\n\t\t\tmemset(buffer, 0, 32); // reset buffer\n\t\t\tbufferPnt = 0;\n\t\t}\n\t\telse if(*d == '*') { // do not look at CRC\n\t\t\tif(sentenceType == SENTENCE_TYPE_GPRMC) { // evaluate fix result\n\t\t\t\tgpsData->fix = 0;\n\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\tif((buffer[0] == 'A') || (buffer[0] == 'D')) { gpsData->fix = 1; }\n\t\t\t\t}\n\t\t\t\t#if (DEBUG_DECODER == true)\n\t\t\t\t\tprintf(\"%u F:%u\\n\\r\", sentenceType, gpsData->fix);\n\t\t\t\t#endif\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\t\telse {\n\t\t\tbuffer[bufferPnt] = *d;\n\t\t\tbufferPnt++;\n\t\t}\n\t\td++;\n\t}\n}\n\n/*void gpsDecodeGPRMC(char* d, gps_t *gpsData) { // e.g. $GPRMC,013732.000,A,3150.7238,N,11711.7278,E,0.00,0.00,220413,,,A*68\n\tuint8_t commaCnt = 0;\n\tchar buffer[32];\n\tuint8_t bufferPnt = 0;\n\tmemset(buffer, 0, 32);\n\tif(gpsData == NULL) { return; }\n\twhile(*d) {\n\t\tif(*d == '$') { } // do nothing\n\t\telse if(*d == ',') {\n\t\t\tcommaCnt++;\n\t\t\tif(commaCnt == 1) { } // = \"GPRMC\", do not do anything\n\t\t\telse if(commaCnt == 2) { // time\n\t\t\t\tgpsData->hour = 0;\n\t\t\t\tgpsData->minute = 0;\n\t\t\t\tgpsData->second = 0;\n\t\t\t\tif(strlen(buffer) >= 6) {\n\t\t\t\t\tgpsData->hour = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t\tgpsData->minute = gpsConvertTwoDigit2Number(&buffer[2]);\n\t\t\t\t\tgpsData->second = gpsConvertTwoDigit2Number(&buffer[4]);\n\t\t\t\t\t//printf(\"Time: %u:%u:%u\\n\\r\", gpsData->hour, gpsData->minute, gpsData->second);\n\t\t\t\t\t// skip milliseconds\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(commaCnt == 4) { // lat\n\t\t\t\tgpsData->latitude = 0;\n\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\tgpsData->latitude = gpsParseLatLong(buffer);\n\t\t\t\t\t//if(debug) { printf(\"Lat: %ld\\n\\r\", gpsData->latitude); }\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(commaCnt == 5) { // south / north\n\t\t\t\tif(strlen(buffer) == 1) {\n\t\t\t\t\tif((buffer[0] == 'S') || (buffer[0] == 's')) {\n\t\t\t\t\t\tgpsData->latitude *= -1;\n\t\t\t\t\t}\n\t\t\t\t\t//if(debug) { printf(\"South: %ld\\n\\r\", gpsData->latitude); }\n\t\t\t\t}\n\t\t\t}\t\t\t\n\t\t\telse if(commaCnt == 6) { // lon\n\t\t\t\tgpsData->longitude = 0;\n\t\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\t\tgpsData->longitude = gpsParseLatLong(buffer);\n\t\t\t\t\t//if(debug) { printf(\"Lon: %ld\\n\\r\", gpsData->longitude); }\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(commaCnt == 7) { // west / east\n\t\t\t\tif(strlen(buffer) == 1) {\n\t\t\t\t\tif((buffer[0] == 'W') || (buffer[0] == 'w')) {\n\t\t\t\t\t\tgpsData->longitude *= -1;\n\t\t\t\t\t}\n\t\t\t\t\t//if(debug) { printf(\"West: %ld\\n\\r\", gpsData->longitude); }\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(commaCnt == 10) { // date\n\t\t\t\tgpsData->day = 0;\n\t\t\t\tgpsData->month = 0;\n\t\t\t\tgpsData->year = 0;\n\t\t\t\tif(strlen(buffer) >= 6) {\n\t\t\t\t\tgpsData->day = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t\tgpsData->month = gpsConvertTwoDigit2Number(&buffer[2]);\n\t\t\t\t\tgpsData->year = gpsConvertTwoDigit2Number(&buffer[4]);\n\t\t\t\t\t//printf(\"Date: %u.%u.%u\\n\\r\", gpsData->day, gpsData->month, gpsData->year);\n\t\t\t\t\t// skip milliseconds\n\t\t\t\t}\n\t\t\t}\n\t\t\tmemset(buffer, 0, 32); // reset buffer\n\t\t\tbufferPnt = 0;\n\t\t}\n\t\telse if(*d == '*') { // do not look at CRC\n\t\t\tgpsData->fix = 0;\n\t\t\tif(strlen(buffer) > 0) {\n\t\t\t\tif(buffer[0] == 'N') { gpsData->fix = 0; }\n\t\t\t\telse if((buffer[0] == 'A') || (buffer[0] == 'D')) { gpsData->fix = 1; }\n\t\t\t\t//printf(\"Fix: %u\\n\\r\", gpsData->fix);\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\t\telse {\n\t\t\tbuffer[bufferPnt] = *d;\n\t\t\tbufferPnt++;\n\t\t}\n\t\td++;\n\t}\n}*/\n\n/*void gpsDecodeGPGGA(char* d, gps_t *gpsData) {\n\t// $GPGGA,HHMMSS.ss,BBBB.BBBB,b,LLLLL.LLLL,l,Q,NN,D.D,H.H,h,G.G,g,A.A,RRRR*PP\n\tuint8_t commaCnt = 0;\n\tchar buffer[32];\n\tuint8_t bufferPnt = 0;\n\tmemset(buffer, 0, 32);\n\tif(gpsData == NULL) { return; }\n\twhile(*d) {\n\t\tif(*d == '$') { } // do nothing\n\t\telse if(*d == ',') {\n\t\t\tcommaCnt++;\n\t\t\tif(commaCnt == 8) { // num of sats\n\t\t\t\tgpsData->sats_in_use = 0;\n\t\t\t\tif(strlen(buffer) == 1) { // \"2\"\n\t\t\t\t\tgpsData->sats_in_use = buffer[0] - '0';\n\t\t\t\t}\n\t\t\t\telse if(strlen(buffer) == 2) { // \"12\"\n\t\t\t\t\tgpsData->sats_in_use = gpsConvertTwoDigit2Number(&buffer[0]);\n\t\t\t\t}\n\t\t\t\t//printf(\"Sats: %u\\n\\r\", gpsData->sats_in_use);\t\t\t\n\t\t\t}\n\t\t\telse if(commaCnt == 9) { // hdop, can only parse (__.X or __.XX)\n\t\t\t\tgpsData->hdop = 0;\n\t\t\t\tif(strlen(buffer) >= 1) {\n\t\t\t\t\tint16_t hdopBig;\n\t\t\t\t\tchar* afterComma = strchr(buffer, '.'); // \"13.21\" -> \".21\"\n\t\t\t\t\tif(afterComma != NULL) {\n\t\t\t\t\t\tif(strlen(afterComma) >= 2) {\n\t\t\t\t\t\t\tif((strlen(buffer) + 2) >= strlen(afterComma)) {\n\t\t\t\t\t\t\t\tbuffer[strlen(buffer) + 2 - strlen(afterComma)]  = '\\0'; // remove everything behind \"13.2...\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tgpsRemoveAllChars(buffer, '.'); // \"2.2\" to \"22\", \"13.2\" to \"132\"\n\t\t\t\t\t\t\thdopBig = atoi(buffer);\n\t\t\t\t\t\t\tif(hdopBig > 255) { hdopBig = 255; }\n\t\t\t\t\t\t\tgpsData->hdop = hdopBig;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//printf(\"HDOP: %u\\n\\r\", gpsData->hdop);\t\t\n\t\t\t}\n\t\t\tmemset(buffer, 0, 32); // reset buffer\n\t\t\tbufferPnt = 0;\n\t\t}\n\t\telse if(*d == '*') { // do not look at CRC\n\t\t\tbreak;\n\t\t}\n\t\telse {\n\t\t\tbuffer[bufferPnt] = *d;\n\t\t\tbufferPnt++;\n\t\t}\n\t\td++;\n\t}\n}*/\n\nvoid gpsSetBaudrate9600Permanently() {\n\tprintf(commandBaudrate9600Permanently); // request only GPGGA and GPRMC messages\n\t// needs to wait afterwards\t\n}\n\nbool gpsConfigureBeforeStart(char *messageBuffer) {\n\tchar *startMessage;\n\t// wait for boot confirmation of L70 (First Msg: $PMTK011,MTKGPS*08, Second Msg: $PMTK010,002*2D)\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait until L70 is booted, should return $PMTK010,00X*2E\\r\\n\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '1') && (startMessage[7] == '0')) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\t/*\n\tif(debug) {\n\t\tinitSecondUARTwith9600();\n\t\tprintf(\"First: %s\\n\\r\\n\\r\", messageBuffer);\n\t\tinitPrimaryUARTwith9600();\n\t}\n\t*/\n\t// wait on confirmation of setting\n\tprintf(commandGPGGAandGPRMCEverySecond); // request only GPGGA and GPRMC messages\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { return false; } // wait on answer for setting, return false if no message received after 1200ms\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'M') && (startMessage[3] == 'T') && (startMessage[4] == 'K') && (startMessage[5] == '0') && (startMessage[6] == '0') && (startMessage[7] == '1')) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\t/*if(debug) {\n\t\tinitSecondUARTwith9600();\n\t\tprintf(\"Second: %s\\n\\r\", messageBuffer);\n\t\t_delay_ms(20);\n\t\tinitPrimaryUARTwith9600();\n\t}*/\n\treturn true;\n}\n\n/*gps_result_t gpsStart(gps_t *gpsData, uint16_t minVoltage, uint8_t minHDOP) {\n\tchar messageBuffer[L70_START_BUFFER_SIZE];\n\tgpsData->ttfSeconds = 0;\n\tchar *startMessage;\n\tuint32_t startTime = deviceGetMillis(); // start measuring ttf time\n\tuint32_t startTimeWaitAfterFirstFix = 0;\n\tinitPrimaryUARTwith9600(); // init uart to communicate with L70\n\tuint8_t minVoltageCnt = 0;\n\n\tif(!gpsConfigureBeforeStart(messageBuffer)) { return GPS_RESULT_NO_FIX; }\n\t\n\twhile(1) {\n\t\t// wait on message from L70 (max. 2 * 80 Byte*(8+2) * (0.1042ms/bit) = 166.6ms)\n\t\tuartReadMultipleLines(2, '\\n', messageBuffer, L70_START_BUFFER_SIZE, 1500); // flush and memset done in function\n\t\t\n\t\t// switch to debug uart\n\t\t#if (DEBUGGING == true)\n\t\t\tinitSecondUARTwith9600(); // uart to communicate with external programmer\n\t\t\t//strcpy(command, \"$GPRMC,144326.00,A,5107.0017,N,11402.3291,W,0.080,323.3,210307,0.0,E,A*25\"); // TEST\n\t\t#endif\n\t\t\n\t\t// decode received message 1\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'R')) { gpsDecodeGPRMCandGPGGA(startMessage, gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'G') && (startMessage[4] == 'G')) { gpsDecodeGPRMCandGPGGA(startMessage, gpsData, SENTENCE_TYPE_GPGGA); }\n\t\t\t#if (DEBUGGING == true)\n\t\t\t\tprintf(\"%lu: %s\\n\\r\", deviceGetMillis(), startMessage); // print full string\n\t\t\t#endif\n\t\t}\n\t\t\n\t\t// decode received message 2\n\t\tif(strlen(startMessage) > 1) {\n\t\t\tstartMessage = strchr(startMessage+1, '$'); // search for next $ after first $\n\t\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'R')) { gpsDecodeGPRMCandGPGGA(startMessage, gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'G') && (startMessage[4] == 'G')) { gpsDecodeGPRMCandGPGGA(startMessage, gpsData, SENTENCE_TYPE_GPGGA); }\n\t\t\t}\n\t\t}\n\t\t\n\t\t// check if fix found\n\t\tif(gpsData->fix == 1) {\n\t\t\tif(startTimeWaitAfterFirstFix == 0) { startTimeWaitAfterFirstFix = deviceGetMillis(); } // first fix\n\t\t\tif(((gpsData->hdop > 0) && (gpsData->hdop < minHDOP)) || (deviceGetMillis() - startTimeWaitAfterFirstFix > 10000UL)) {\n\t\t\t\tstartTime = deviceGetMillis() - startTime;\n\t\t\t\tstartTime /= 1000;\n\t\t\t\tgpsData->ttfSeconds = startTime;\n\t\t\t\treturn GPS_RESULT_GOT_FIX;\t\t\t\t\n\t\t\t}\n\t\t}\n\t\t\n\t\t// check if timeout reached\n\t\tuint32_t seconds = deviceGetMillis() / 1000;\n\t\tuint16_t seconds16 = seconds;\n\t\tif((seconds16 > GET_FIX_TIMEOUT_SECONDS) // upper level timeout\n\t\t\t|| ((seconds16 > GET_FIX_TIMEOUT_NOT_EVEN_TIME_SECONDS) && (gpsData->year == 80) && (gpsData->hour == 0) && (gpsData->minute < ((GET_FIX_TIMEOUT_NOT_EVEN_TIME_SECONDS / 60) + 1)))) { // not even got time\n\t\t\tgpsData->ttfSeconds = seconds16;\n\t\t\treturn GPS_RESULT_NO_FIX;\n\t\t}\n\t\t\n\t\t// check interrupt pin status\n\t\tif(~PORTA.IN & PIN5_bm) { // download button pressed\n\t\t\t_delay_ms(200); // wait a bit and check again\n\t\t\tif(~PORTA.IN & PIN5_bm) { return GPS_RESULT_INTERRUPTED; }\n\t\t}\n\t\t\n\t\t// check voltage every 5 seconds\n\t\tif(minVoltageCnt > 5) {\n\t\t\tminVoltageCnt = 0; // reset value\n\t\t\tif(deviceReadSupplyVoltage() < minVoltage) {\n\t\t\t\treturn GPS_RESULT_NO_FIX;\n\t\t\t}\n\t\t}\n\t\t\n\t\t// re-init L70 uart\n\t\t#if (DEBUGGING == true)\n\t\t\tinitPrimaryUARTwith9600();\n\t\t#endif\n\t\t\n\t\t// shortly blink led\n\t\t#if (BLINK_DURING_FIX == true)\n\t\t\tdeviceLedOn();\n\t\t\tif(gpsData->year == 80) { _delay_ms(120); } // not having time yet\n\t\t\telse { _delay_ms(50); } // got time\n\t\t\tdeviceLedOff();\n\t\t#endif\n\t\t\n\t\tminVoltageCnt++;\n\t}\n\treturn GPS_RESULT_NO_FIX;\n}*/"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/GPS_L70_Light.h",
    "content": "#ifndef GPS_L70_LIGHT_H_\n#define GPS_L70_LIGHT_H_\n\n#include <stdint.h>\n#include <string.h>\n#include <stdlib.h> // atoi\n#include \"UART.h\"\n#include \"Time.h\"\n#include \"TickTag.h\"\n\n#define DEBUG_DECODER\t\t\t\t\tfalse\n\n#define L70_MAX_COMMAND_LEN\t\t\t\t90\n#define L70_START_BUFFER_SIZE\t\t\t(2 * L70_MAX_COMMAND_LEN)\n\n#define SENTENCE_TYPE_GPGGA\t\t\t\t0\n#define SENTENCE_TYPE_GPRMC\t\t\t\t1\n\ntypedef struct {\n    uint8_t hour;\n    uint8_t minute;\n    uint8_t second;\n\tuint8_t day;\n\tuint8_t month;\n\tuint8_t year;\n    //uint16_t thousand;\n    int32_t latitude; // 5 decimal places, 1.11m accuracy, range: -85(.)00000 to +85(.)00000\n    int32_t longitude; // 5 decimal places, 1.11m accuracy, range: -180(.)00000 to +180(.)00000\n\tuint8_t fix;\n\tuint16_t ttfSeconds;\n\t//uint8_t sats_in_use;\n\tuint8_t hdop;\n    //float altitude;\n} gps_t;\n\ntypedef enum {\n\tGPS_RESULT_NO_FIX = 0,\n\tGPS_RESULT_GOT_FIX,\n\tGPS_RESULT_INTERRUPTED\n} gps_result_t;\n\nvoid gpsSetBaudrate9600Permanently();\nvoid gpsRemoveAllChars(char* str, char c);\nint32_t gpsParseLatLong(char* d);\nuint8_t gpsConvertTwoDigit2Number(char *digit_char);\n//void gpsDecodeGPGGA(char* d, gps_t *gpsData);\n//void gpsDecodeGPRMC(char* d, gps_t *gpsData);\nvoid gpsDecodeGPRMCandGPGGA(char* d, gps_t *gpsData, uint8_t sentenceType);\nvoid gpsDecodeGPRMCandGPGGANew(char* d, gps_t *gpsData, uint8_t sentenceType);\nbool gpsConfigureBeforeStart(char *messageBuffer);\n//gps_result_t gpsStart(gps_t *gpsData, uint16_t minVoltage, uint8_t minHDOP);\nuint32_t gpsGetUTCTimestamp(gps_t *gpsData);\n\n#endif /* GPS_L70_LIGHT_H_ */"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/HelperFunctions.cpp",
    "content": "#include \"HelperFunctions.h\"\n\nuint16_t arrayToUint16(uint8_t *buffer) {\n\tuint16_t result;\n\tresult = (((uint16_t) buffer[0]) << 8) | (((uint16_t) buffer[1]));\n\treturn result;\n}\n\nuint32_t arrayToUint32(uint8_t *buffer) {\n\tuint32_t result;\n\tresult = (((uint32_t) buffer[0]) << 24) | (((uint32_t) buffer[1]) << 16) | (((uint32_t) buffer[2]) << 8) | (((uint32_t) buffer[3]));\n\treturn result;\n}\n\nint32_t arrayToInt32(uint8_t *buffer) {\n\tuint32_t result;\n\tresult = (((uint32_t) buffer[0]) << 24) | (((uint32_t) buffer[1]) << 16) | (((uint32_t) buffer[2]) << 8) | (((uint32_t) buffer[3]));\n\treturn ((int32_t) result); // cast to signed\n}"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/HelperFunctions.h",
    "content": "#ifndef HELPERFUNCTIONS_H_\n#define HELPERFUNCTIONS_H_\n\n#include <stdint.h>\n\n#define _delay_ms_1mhz(a)\t\t_delay_ms(a)\n#define _delay_ms_2mhz(a)\t\t_delay_ms(a*2)\n\nuint16_t arrayToUint16(uint8_t *buffer);\nuint32_t arrayToUint32(uint8_t *buffer);\nint32_t arrayToInt32(uint8_t *buffer);\n\n#endif"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/I2C.cpp",
    "content": "#include \"I2C.h\"\n\nvoid i2cInit() {\n\tTWI0.MBAUD = (uint8_t)I2C_BAUD(100000); // set MBAUD register for 100kHz\n\tTWI0.MCTRLA = 1 << TWI_ENABLE_bp // Enable TWI Master: enabled\n\t| 0 << TWI_QCEN_bp // Quick Command Enable: disabled\n\t| 0 << TWI_RIEN_bp // Read Interrupt Enable: disabled\n\t| 1 << TWI_SMEN_bp // Smart Mode Enable: enabled\n\t| TWI_TIMEOUT_DISABLED_gc // Bus Timeout Disabled\n\t| 0 << TWI_WIEN_bp; // Write Interrupt Enable: disabled\n\tTWI0.MCTRLB |= TWI_FLUSH_bm; // Purge MADDR and MDATA\n\tTWI0.MSTATUS |= TWI_BUSSTATE_IDLE_gc ; // Force TWI state machine into IDLE state\n\tTWI0.MSTATUS |= (TWI_RIF_bm | TWI_WIF_bm) ;\n}\n\nbool pollRIF() {\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_RIF_bm)) {\n\t\t _delay_us(TIMEOUT_US_WAIT);\n\t\t timeout--;\n\t\t if(timeout == 0) {\n\t\t\t return false; // failed\n\t\t }\n\t}\n\treturn true;\n}\n\nbool pollWIF() {\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\twhile(!(TWI0.MSTATUS & TWI_WIF_bm)) {\n\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\ttimeout--;\n\t\tif(timeout == 0) {\n\t\t\treturn false; // failed\n\t\t}\n\t}\n\treturn true;\t\n}\n\nbool i2cStartRead(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1) | 1;  // lsb = 1 for read\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // read polling\n\t\tif(!pollRIF()) { return false; }\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n}\n\nbool i2cStartWrite(uint8_t deviceAddr) {\n\tdeviceAddr = (deviceAddr << 1); // lsb = 0 for write\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) != TWI_BUSSTATE_BUSY_gc) { // verify bus is not busy\n\t\tTWI0.MCTRLB &= ~(1 << TWI_ACKACT_bp);\n\t\tTWI0.MADDR = deviceAddr;\n\t\t//while(!(TWI0.MSTATUS & TWI_WIF_bm)); // write polling\n\t\tif(!pollWIF()) { return false; }\n\t\treturn true;\n\t}\n\treturn false; // bus is busy\n}\n\nuint8_t i2cRead(bool ack) { // ACK=1 send ACK ; ACK=0 send NACK\n\tif((TWI0.MSTATUS & TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify master owns the bus\n\t\t//while(!(TWI0.MSTATUS & TWI_RIF_bm)); // wait until RIF set (ack of receiver)\n\t\tif(!pollRIF()) { return 0; }\n\t\tuint8_t data = TWI0.MDATA;\n\t\tif(ack) { TWI0.MCTRLB &= ~(1<<TWI_ACKACT_bp); } // send ack\n\t\telse { TWI0.MCTRLB |= (1<<TWI_ACKACT_bp); } // do not send ack, prepare for stop\n\t\treturn data;\n\t}\n\treturn 0; // master does not own the bus\n}\n\nbool i2cWrite(uint8_t write_data) {\n\tuint16_t timeout = TIMEOUT_NUM_WAIT;\n\tif((TWI0.MSTATUS&TWI_BUSSTATE_gm) == TWI_BUSSTATE_OWNER_gc) { // verify Master owns the bus\n\t\tTWI0.MDATA = write_data;\n\t\twhile(!((TWI0.MSTATUS & TWI_WIF_bm) | (TWI0.MSTATUS & TWI_RXACK_bm))) { // wait until WIF set and RXACK cleared\n\t\t\t_delay_us(TIMEOUT_US_WAIT);\n\t\t\ttimeout--;\n\t\t\tif(timeout == 0) {\n\t\t\t\treturn false; // failed\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\treturn false; // master does not own the bus\n}\n\nvoid i2cStop() {\n\tTWI0.MCTRLB |= TWI_ACKACT_NACK_gc;\n\tTWI0.MCTRLB |= TWI_MCMD_STOP_gc;\n}"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/I2C.h",
    "content": "#ifndef I2C_H_\n#define I2C_H_\n\n// AVR libs\n#include <avr/sleep.h>\n#include <avr/power.h>\n#include <avr/io.h>\n#include <util/delay.h>\n#include <avr/eeprom.h>\n#include <avr/interrupt.h>\n#include <stdio.h>\n\n#define I2C_BAUD(F_SCL)\t\t\t\t\t\t((((float)F_CPU / (float)F_SCL)) - 10) // IMPORTANT: needs to by >= 0 to work -> F_CPU = 1MHz -> max. 100kHz\n#define TIMEOUT_US_WAIT\t\t\t\t\t\t10\n#define TIMEOUT_NUM_WAIT\t\t\t\t\t5000 // ~50ms, 2 bytes\n\nbool pollRIF();\nbool pollWIF();\n\nvoid i2cInit();\nbool i2cStartRead(uint8_t deviceAddr);\nbool i2cStartWrite(uint8_t deviceAddr);\nuint8_t i2cRead(bool ack);\nbool i2cWrite(uint8_t write_data);\nvoid i2cStop();\n\n#endif /* I2C_H_ */"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/TestFunctions.cpp",
    "content": "#include \"TestFunctions.h\"\n\nvoid mockFullMemory(uint32_t dataFixLength, uint32_t metaAddressOfAddressPointer) {\n\tuint8_t buffer[4] = { 0 };\n\tuint32_t addressPointer = EEPROM_CAT24M01_MEM_SIZE - (dataFixLength * 4);\n\tbuffer[0] = (addressPointer >> 24); buffer[1] = (addressPointer >> 16); buffer[2] = (addressPointer >> 8); buffer[3] = addressPointer;\n\teepromWriteMemory(metaAddressOfAddressPointer, buffer, 4);\n}\n\nvoid mockEmptyMemory(uint32_t dataFixLength, uint32_t metaAddressOfAddressPointer) {\n\tuint8_t buffer[4] = { 0 };\n\tuint32_t addressPointer = 0;\n\tbuffer[0] = (addressPointer >> 24); buffer[1] = (addressPointer >> 16); buffer[2] = (addressPointer >> 8); buffer[3] = addressPointer;\n\teepromWriteMemory(metaAddressOfAddressPointer, buffer, 4);\n}\n\nvoid readVoltage1606Test() {\n\tinitSecondUARTwith9600(); // + some uA\n\tprintln(\"Hello World this is TickTag..\");\n\t\n\twhile(1) {\n\t\tuint16_t voltage = deviceReadSupplyVoltage();\n\t\tprintf(\"V: %u mV\\n\\r\", voltage);\n\t\t_delay_ms(2000);\t\n\t}\n\t\n\twhile(1) { ; }\n}\n\nvoid testMessage() {\n\tinitSecondUARTwith9600(); // + some uA\n\tprintln(\"Hello World this is TickTag..\");\n\tprintln(\"Hello World this is TickTag..\");\n\tprintln(\"Hello World this is TickTag..\");\n\tprintln(\"Hello World this is TickTag..\");\n\tuartOff();\n\tdeinitSecondUartPins();\n\tinitSecondUARTwith9600(); // + some uA\n\tprintln(\"Hey there!\");\n\tprintln(\"Hey there!\");\n\tprintln(\"Hey there!\");\n\tuartOff();\n\tdeinitSecondUartPins();\n}\n\nvoid testWriteMemory() {\n\tprintf(\"I2C writing\\n\\r\");\n\ti2cStartWrite(0x50);\n\ti2cWrite(0x00);\n\ti2cWrite(0x00);\n\ti2cWrite(0xAA);\n\ti2cWrite(0xBB);\n\ti2cStop();\n\t_delay_ms(100);\n}\n\nvoid testMemory() {\n\tuint8_t retVal = 0;\n\t//testWriteMemory();\n\t\n\tprintf(\"I2C starting\\n\\r\");\n\t\n\ti2cStartWrite(0x50);\n\ti2cWrite(0x00);\n\ti2cWrite(0x00);\n\t\n\ti2cStartRead(0x50);\n\tretVal = i2cRead(1);\n\tprintf(\"I2C read, res: %02X\\n\\r\", retVal);\n\tretVal = i2cRead(0);\n\tprintf(\"I2C read, res: %02X\\n\\r\", retVal);\n\ti2cStop();\n\tprintf(\"I2C stopped\\n\\r\");\n}\n\nvoid i2cTest() {\n\tdeviceInitTimer();\n\tdevicePowerMemoryAndI2COn();\n\ti2cInit();\n\t\n\tprintf(\"%lu Test EEPROM\\n\\r\", deviceGetMillis());\n\tif(!i2cStartRead(EEPROM_CAT24M01_ADDRESS)) {\n\t\tprintf(\"%lu fail\\n\\r\", deviceGetMillis());\n\t}\n\telse {\n\t\tprintf(\"%lu success\\n\\r\", deviceGetMillis());\n\t}\n\ti2cStop();\n\t\n\tprintf(\"%lu Test phantom device\\n\\r\", deviceGetMillis());\n\tif(!i2cStartRead(0x42)) {\n\t\tprintf(\"%lu fail\\n\\r\", deviceGetMillis());\n\t}\n\telse {\n\t\tprintf(\"%lu success\\n\\r\", deviceGetMillis());\n\t}\n\ti2cStop();\n\t\n\t_delay_ms(100);\n\tprintf(\"%lu millis\\n\\r\", deviceGetMillis());\n\t\n\tdeviceInitPins();\n\tdeviceInitDownloadPinInterruptInDeepSleep();\n\t\n\tdeviceDeepSleep();\n\t_delay_ms(100);\n\tdeviceLedOn();\n\tprintf(\"HELLO!\\n\\r\");\n\twhile(1) { ; }\n}\n\nvoid i2cTest2() {\n\tdevicePowerMemoryAndI2COn();\n\ti2cInit();\n\t\n\tconst uint16_t LEN = 512;\n\tuint8_t data[LEN] = { 0 };\n\t\n\teepromReadMemory(0, data, LEN);\n\tfor(uint16_t i=0; i<LEN; i++) {\n\t\tprintf(\"%02X \", data[i]);\n\t}\n\tprintf(\"\\n\\rDONE\\n\\r\");\n\t\n\tfor(uint16_t i=0; i<LEN; i++) {\tdata[i] = i+1; }\n\tif(!eepromWriteMemory(0, data, LEN)) {\n\t\tprintf(\"ERROR\\n\\r\");\n\t}\n\t\n\teepromReadMemory(0, data, LEN);\n\tfor(uint16_t i=0; i<LEN; i++) {\n\t\tprintf(\"%02X \", data[i]);\n\t}\n\tprintf(\"\\n\\r\\n\\r\");\n\t\n\t_delay_ms(500);\n\tprintf(\"DONE\\n\\r\");\n}\n\nbool uartReadMultipleLinesNoFlush(uint8_t lines, char breakChar, char *line, uint8_t maxLength, uint16_t timeoutMs) {\n\tuint8_t index = 0;\n\tchar c;\n\tif(lines == 0) { return false; }\n\tmemset(line, 0, maxLength);\n\t//uartFlush();\n\twhile(1) {\n\t\twhile(!(USART0.STATUS & USART_RXCIF_bm)) {\n\t\t\ttimeoutMs--;\n\t\t\t_delay_ms(1); // WARNING!!! only works for 9600 baud (1.0416ms/byte)\n\t\t\tif(timeoutMs == 0) { return false; }\n\t\t}\n\t\tc = (char) (USART0.RXDATAL);\n\t\t//if(c != '\\n' && c != '\\r') { // do not add \\n and \\r\n\t\tline[index++] = c;\n\t\tif(index > maxLength) {\n\t\t\tindex = 0;\n\t\t}\n\t\t//}\n\t\tif(c == breakChar) {\n\t\t\tlines--;\n\t\t\tif(lines == 0) {\n\t\t\t\tline[index] = '\\0'; // zero terminate string\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t}\n\treturn true;\n}\n\nvoid lightSleepUARTTest() {\n\tdeviceInitTimer(); // for getting current system time (for ttf measurement)\n\tgps_t gpsData = { 0 };\n\t\n\tdeviceL70powerOn();\n\tdeviceL70backupOn(); // just in case it has been turned off during night time\n\t\n\tchar messageBuffer[L70_START_BUFFER_SIZE];\n\tchar *startMessage;\n\tinitPrimaryUARTwith9600(); // init uart to communicate with L70\n\t\n\tif(!gpsConfigureBeforeStart(messageBuffer)) {\n\t\tprintf(\"ERROR\\n\\r\");\n\t\twhile(1) { ; }\n\t}\n\twhile(true) {\n\t\t// REQUIRES: ISR(USART0_RXC_vect) { }\n\t\tUSART0.CTRLB |= (USART_SFDEN_bm | USART_TXEN_bm | USART_RXEN_bm);\n\t\tUSART0.CTRLA |= USART_RXSIE_bm;\n\t\t//uartFlush();\n\t\tdeviceStandbySleep();\n\t\tinitPrimaryUARTwith9600();\n\t\t//USART0.STATUS |= USART_RXSIF_bm;\n\t\t//deviceLedOn();\n\t\t\n\t\t//deviceSetCPUSpeed(OSC16_PRESCALER_CPU_0_25MHZ); // requres _delay_ms to be changed (half of that)\n\t\t//USART0.BAUD = 104;\n\t\t\n\t\t// wait on message from L70 (max. 2 * 80 Byte*(8+2) * (0.1042ms/bit) = 166.6ms)\n\t\tif(!uartReadMultipleLinesNoFlush(2, '\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { // flush and memset done in function\n\t\t\tbreak;\n\t\t}\n\t\t\n\t\t//deviceSetCPUSpeed(OSC16_PRESCALER_CPU_1MHZ);\n\t\t//USART0.BAUD = (uint16_t) USART0_BAUD_RATE(9600); // calculate BAUD rate (depending on F_CPU)\n\t\t\t\n\t\t// switch to debug uart\n\t\t#if (DEBUGGING == true)\n\t\t\tinitSecondUARTwith9600(); // uart to communicate with external programmer\n\t\t\t//strcpy(command, \"$GPRMC,144326.00,A,5107.0017,N,11402.3291,W,0.080,323.3,210307,0.0,E,A*25\"); // TEST\n\t\t#endif\n\t\t\t\n\t\t// decode received message 1\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'R')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'G') && (startMessage[4] == 'G')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); }\n\t\t\tprintf(\"%lu: %s\\n\\r\", deviceGetMillis(), startMessage); // print full string\n\t\t}\n\t\t\t\n\t\t// decode received message 2\n\t\tif(strlen(startMessage) > 1) {\n\t\t\tstartMessage = strchr(startMessage+1, '$'); // search for next $ after first $\n\t\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'R')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'G') && (startMessage[4] == 'G')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); }\n\t\t\t}\n\t\t}\n\t\t\n\t\t\t\n\t\t// check if fix found and store if yes\n\t\tif(gpsData.fix == 1) {\n\t\t\t// got a fix\n\t\t\tif((gpsData.hdop > 0) && (gpsData.hdop < 40)) { // only store if hdop is good enough\n\t\t\t\tprintf(\"FIX\\n\\r\");\n\t\t\t}\n\t\t}\n\t\t\n\t\t// check interrupt pin status\n\t\tif(~PORTA.IN & PIN5_bm) { // PATH TESTED, download button pressed\n\t\t\t_delay_ms(200); // wait a bit and check again\n\t\t\tif(~PORTA.IN & PIN5_bm) { break; }\n\t\t}\n\t\t\t\n\t\t// re-init L70 uart\n\t\tinitPrimaryUARTwith9600();\n\t\t\t\n\t\t// shortly blink led\n\t\tdeviceLedOff();\n\t}\n\tprintf(\"FINISHED\\n\\r\");\n\tdeviceL70powerOff();\n\tuartFlush();\n\tuartOff();\n\tdeinitSecondUartPins(); // otherwise leakage\n\n\twhile(1) { ; }\n}\n\nvoid newParserTest() {\n\tdeviceInitTimer(); // for getting current system time (for ttf measurement)\n\tgps_t gpsData = { 0 };\n\t\n\tdeviceL70powerOn();\n\tdeviceL70backupOn(); // just in case it has been turned off during night time\n\t\n\tchar messageBuffer[L70_START_BUFFER_SIZE];\n\tchar *startMessage;\n\tinitPrimaryUARTwith9600(); // init uart to communicate with L70\n\t\n\tif(!gpsConfigureBeforeStart(messageBuffer)) {\n\t\tprintf(\"ERROR\\n\\r\");\n\t\twhile(1) { ; }\n\t}\n\tprintf(\"$PQFLP,W,1,0*21\\r\\n\"); // FLP\n\t\n\twhile(true) {\n\t\t// wait on message from L70 (max. 2 * 80 Byte*(8+2) * (0.1042ms/bit) = 166.6ms)\n\t\tif(!uartReadMultipleLines(2, '\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { // flush and memset done in function\n\t\t\tbreak;\n\t\t}\n\t\tinitSecondUARTwith9600(); // uart to communicate with external programmer\n\t\t\n\t\t// decode received message 1\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\t// no need to check if startMessage[0] == '$' -> strchr would return NULL otherwise\n\t\t\tif((startMessage[3] == 'R') && (startMessage[4] == 'M') && (startMessage[5] == 'C')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\tif((startMessage[3] == 'G') && (startMessage[4] == 'G') && (startMessage[5] == 'A')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); }\n\n\t\t\tprintf(\"%lu: %s\\n\\r\", deviceGetMillis(), startMessage); // print full string\n\t\t}\n\t\t\n\t\t// decode received message 2\n\t\tif(strlen(startMessage) > 1) {\n\t\t\tstartMessage = strchr(startMessage+1, '$'); // search for next $ after first $\n\t\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\t\tif((startMessage[3] == 'R') && (startMessage[4] == 'M') && (startMessage[5] == 'C')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\t\tif((startMessage[3] == 'G') && (startMessage[4] == 'G') && (startMessage[5] == 'A')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); }\n\t\t\t}\n\t\t}\n\t\tprintf(\"------\\n\\r\");\n\t\t_delay_ms(10);\n\t\t\n\t\t// check if fix found and store if yes\n\t\tif(gpsData.fix == 1) {\n\t\t\t// got a fix\n\t\t\tif((gpsData.hdop > 0) && (gpsData.hdop < 40)) { // only store if hdop is good enough\n\t\t\t\tprintf(\"FIX\\n\\r\");\n\t\t\t}\n\t\t}\n\t\t\n\t\t// check interrupt pin status\n\t\tif(~PORTA.IN & PIN5_bm) { // PATH TESTED, download button pressed\n\t\t\t_delay_ms(200); // wait a bit and check again\n\t\t\tif(~PORTA.IN & PIN5_bm) { break; }\n\t\t}\n\t\t\n\t\t// re-init L70 uart\n\t\tinitPrimaryUARTwith9600();\n\t\t\n\t\t// shortly blink led\n\t\tdeviceLedOff();\n\t}\n\tprintf(\"FINISHED\\n\\r\");\n\tdeviceL70powerOff();\n\tuartFlush();\n\tuartOff();\n\tdeinitSecondUartPins(); // otherwise leakage\n\n\twhile(1) { ; }\t\n}\n\n\nvoid flpTest() {\n\t//deviceInitTimer(); // for getting current system time (for ttf measurement)\n\tgps_t gpsData = { 0 };\n\t\n\tdeviceL70powerOn();\n\tdeviceL70backupOn(); // just in case it has been turned off during night time\n\t\n\tchar messageBuffer[L70_START_BUFFER_SIZE];\n\tchar *startMessage;\n\tinitPrimaryUARTwith9600(); // init uart to communicate with L70\n\t\n\tif(!gpsConfigureBeforeStart(messageBuffer)) {\n\t\tprintf(\"ERROR1\\n\\r\");\n\t\twhile(1) { ; }\n\t}\n\t\n\tdeviceDeepSleep();\n\tdeviceLedOn();\n\t\n\t// FLP\n\tbool flpError = false;\n\tprintf(\"$PQFLP,W,1,0*21\\r\\n\"); // FLP\n\twhile(1) {\n\t\tif(!uartRead('\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { flpError = true; break; } // wait on answer for setting, return false if no message received after 1200ms\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 8)) {\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'P') && (startMessage[2] == 'Q') && (startMessage[3] == 'F') && (startMessage[4] == 'L') && (startMessage[5] == 'P') && (startMessage[6] == ',') && (startMessage[7] == 'W')) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tflpError = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif(flpError) {\n\t\tprintf(\"ERROR2\\n\\r\");\n\t\twhile(1) { ; }\t\t\n\t}\n\t\n\twhile(true) {\t\n\t\t//deviceSetCPUSpeed(OSC16_PRESCALER_CPU_0_25MHZ); // requres _delay_ms to be changed (half of that)\n\t\t//USART0.BAUD = 104;\n\t\t\n\t\t// wait on message from L70 (max. 2 * 80 Byte*(8+2) * (0.1042ms/bit) = 166.6ms)\n\t\tif(!uartReadMultipleLines(2, '\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { // flush and memset done in function\n\t\t\tbreak;\n\t\t}\n\t\t\n\t\t//deviceSetCPUSpeed(OSC16_PRESCALER_CPU_1MHZ);\n\n\t\t// switch to debug uart\n\t\tinitSecondUARTwith9600(); // uart to communicate with external programmer\n\t\t\n\t\t// decode received message 1\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'R')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'G') && (startMessage[4] == 'G')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); }\n\t\t\tprintf(\"%lu: %s\\n\\r\", deviceGetMillis(), startMessage); // print full string\n\t\t}\n\t\telse {\n\t\t\tprintf(\"NOK %lu: %s(%d)\\n\\r\", deviceGetMillis(), startMessage, strlen(startMessage)); // print full string\n\t\t}\n\t\t\n\t\t// decode received message 2\n\t\tif(strlen(startMessage) > 1) {\n\t\t\tstartMessage = strchr(startMessage+1, '$'); // search for next $ after first $\n\t\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'R')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); }\n\t\t\t\tif((startMessage[0] == '$') && (startMessage[1] == 'G') && (startMessage[2] == 'P') && (startMessage[3] == 'G') && (startMessage[4] == 'G')) { gpsDecodeGPRMCandGPGGA(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); }\n\t\t\t}\n\t\t}\n\t\t\n\t\t// check if fix found and store if yes\n\t\tif(gpsData.fix == 1) {\n\t\t\t// got a fix\n\t\t\tif((gpsData.hdop > 0) && (gpsData.hdop < 40)) { // only store if hdop is good enough\n\t\t\t\tprintf(\"FIX\\n\\r\");\n\t\t\t\t//deviceLedOn();\n\t\t\t}\n\t\t}\n\t\t//_delay_ms(50);\n\t\t\n\t\t// check interrupt pin status\n\t\tif(~PORTA.IN & PIN5_bm) { // PATH TESTED, download button pressed\n\t\t\t_delay_ms(200); // wait a bit and check again\n\t\t\tif(~PORTA.IN & PIN5_bm) { break; }\n\t\t}\n\t\t\n\t\t// re-init L70 uart\n\t\tinitPrimaryUARTwith9600();\n\t}\n\tprintf(\"FINISHED\\n\\r\");\n\tdeviceL70powerOff();\n\tuartFlush();\n\tuartOff();\n\tdeinitSecondUartPins(); // otherwise leakage\n\n\twhile(1) { ; }\n}"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/TestFunctions.h",
    "content": "#ifndef TEST_H_\n#define TEST_H_\n\n#include \"TickTag.h\"\n#include \"I2C.h\"\n#include \"UART.h\"\n#include \"EEPROM_CAT24M01.h\"\n#include \"GPS_L70_Light.h\"\n\nvoid mockEmptyMemory(uint32_t dataFixLength, uint32_t metaAddressOfAddressPointer);\nvoid mockFullMemory(uint32_t dataFixLength, uint32_t metaAddressOfAddressPointer);\nvoid testMessage();\nvoid testWriteMemory();\nvoid testMemory();\nvoid i2cTest();\nvoid i2cTest2();\nvoid lightSleepUARTTest();\nvoid newParserTest();\nvoid flpTest();\nvoid readVoltage1626Test();\nvoid readVoltage1606Test();\n\n\n#endif /* TEST_H_ */"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/TickTag.cpp",
    "content": "#include \"TickTag.h\"\n\n//extern volatile static uint32_t millisElapsed;\n\nvoid deviceInitPins() {\n\t// OUTPUT = lowest setting\n\tPORTA.DIR = (INPUT_DIR << PIN0_bp)\t// PA0: UPDI\n\t| (OUTPUT_DIR << PIN1_bp)\t\t\t// PA1: TXD2\n\t| (OUTPUT_DIR << PIN2_bp)\t\t\t// PA2: RXD2\n\t| (OUTPUT_DIR << PIN3_bp)\t\t\t// PA3: POWER_L70_BCK\n\t| (OUTPUT_DIR << PIN4_bp)\t\t\t// PA4: **UNUSED**\n\t| (INPUT_DIR << PIN5_bp)\t\t\t// PA5: DOWNLOAD (NEW: changed from OUTPUT to INPUT)\n\t| (OUTPUT_DIR << PIN6_bp)\t\t\t// PA6: TIMER\n\t| (OUTPUT_DIR << PIN7_bp);\t\t\t// PA7: **UNUSED**\t\n\tPORTB.DIR = (OUTPUT_DIR << PIN0_bp)\t// PB0: SCL\n\t| (OUTPUT_DIR << PIN1_bp)\t\t\t// PB1: SDA\n\t| (OUTPUT_DIR << PIN2_bp)\t\t\t// PB2: TXD\n\t| (INPUT_DIR << PIN3_bp)\t\t\t// PB3: RXD\n\t| (OUTPUT_DIR << PIN4_bp)\t\t\t// PB4: POWER_MEMORY\n\t| (OUTPUT_DIR << PIN5_bp);\t\t\t// PB5: LED_GREEN\n\tPORTC.DIR = (OUTPUT_DIR << PIN0_bp)\t// PC0: **UNUSED**\n\t| (OUTPUT_DIR << PIN1_bp)\t\t\t// PC1: GPIO2 (A/ST)\n\t| (OUTPUT_DIR << PIN2_bp)\t\t\t// PC2: GPIO1\n\t| (OUTPUT_DIR << PIN3_bp);\t\t\t// PC3: POWER_L70_ON\n\t\n\t#if defined (__AVR_ATtiny1626__)\n\t// doesn't work\n\t//PORTA.PIN1CTRL = (0 << PORT_INVEN_bp) | (0 << PORT_PULLUPEN_bp) | (1 << PORT_ISC2_bp); // not inverted, no pull-up, disable input buffer (can't read input values), IMPORTANT, otherwise +30uA leakage\n\t//PORTA.PIN2CTRL = (0 << PORT_INVEN_bp) | (0 << PORT_PULLUPEN_bp) | (1 << PORT_ISC2_bp);\n\t#endif\n\t\n\t// unconnected pins: no pull-up, disable digital input buffer (can't measure input value) -> reduces current by around 1uA per pin in active (not sleeping)\n\t/*PORTA.PIN4CTRL = UNUSED_PIN_SETTING;\n\tPORTA.PIN7CTRL = UNUSED_PIN_SETTING;\n\tPORTC.PIN0CTRL = UNUSED_PIN_SETTING;\n\tPORTC.PIN1CTRL = UNUSED_PIN_SETTING;\n\tPORTC.PIN2CTRL = UNUSED_PIN_SETTING;*/\n\t\n\t// enable PULL-UPs\n\t//PORTA.PIN6CTRL |= PORT_PULLUPEN_bm;\n\tPORTA.PIN5CTRL = PORT_PULLUPEN_bm; // NEW: pullup enabled already in start\n\t\n\t// 67uA less @1MHz 3.6V, TCD shall use prescaled clock, not \"raw OSC20M\", divider is not relevant here, TCD disabled (bit 0)\n\t#if defined (__AVR_ATtiny1616__)\n\t\tTCD0.CTRLA = TCD_CLKSEL_SYSCLK_gc | TCD_CNTPRES_DIV1_gc; // only for ATTINY1616, not for ATTINY1606 or ATTINY1626\n\t#else\n\t\t// don't do it\n\t#endif\n}\n\nvoid deviceInitGPIO2PinInterruptInDeepSleep() {\n\t// REQUIRES IN MAIN\n\t/*\n\tISR(PORTC_PORT_vect) { PORTC.INTFLAGS |= PORT_INT1_bm; }\n\t*/\n\tPORTC.DIR &= ~PIN1_bm; // set pin as input\n\tPORTC.PIN1CTRL = PORT_PULLUPEN_bm | PORT_ISC_BOTHEDGES_gc; // enable pull-up and interrupt\n}\n\nvoid deviceDeactivateGPIO2PinInterruptInDeepSleep() {\n\tPORTC.PIN1CTRL = 0; // disable pull-up and interrupt\n\tPORTC.DIR |= PIN1_bm; // set as output\n}\n\nvoid deviceInitDownloadPinInterruptInDeepSleep() {\n\t// REQUIRES IN MAIN\n\t/*\n\tISR(PORTA_PORT_vect) { PORTA.INTFLAGS |= PORT_INT5_bm; }\n\t*/\n\tPORTA.PIN5CTRL |= PORT_ISC_BOTHEDGES_gc; // enable interrupt\n}\n\nvolatile static uint32_t millisElapsed; // volatile because access in ISR\n\nvoid deviceIncrementTimer() {\n\tmillisElapsed++;\n}\n\nvoid deviceInitTimer() {\n\t// NEEDS IMPLEMENTATION OF THAT FUNCTION IN MAIN:\n\t/*\n\tISR(TCA0_OVF_vect) {\n\t\tdeviceIncrementTimer();\n\t\tTCA0.SINGLE.INTFLAGS = TCA_SINGLE_OVF_bm; // Clear the interrupt flag (to reset TCA0.CNT)\n\t}\n\t*/\n\tmillisElapsed = 0;\n\tTCA0.SINGLE.INTCTRL = TCA_SINGLE_OVF_bm; // enable overflow interrupt\n\tTCA0.SINGLE.CTRLB = TCA_SINGLE_WGMODE_NORMAL_gc; // set Normal mode\n\t#if defined (__AVR_ATtiny1626__)\n\t\t// don't do it\n\t#else\n\t\tTCA0.SINGLE.EVCTRL &= ~(TCA_SINGLE_CNTEI_bm); // disable event counting\n\t#endif\n\tTCA0.SINGLE.PER = TIMER_TOP;\n\tTCA0.SINGLE.CTRLA = TCA_SINGLE_ENABLE_bm;\n\tsei();\t\n}\n\nuint32_t deviceGetMillis() {\n\tuint32_t temp;\n\tATOMIC_BLOCK(ATOMIC_RESTORESTATE) { temp = millisElapsed; }\n\treturn temp;\n}\n\nvoid deviceStopTimer() {\n\tcli();\n\tTCA0.SINGLE.INTCTRL = 0;\n\tTCA0.SINGLE.CTRLA = 0; // disable timer in case it's running\n\tsei();\t\n}\n\nvoid deviceL70powerOn() {\n\t//PORTC.DIR |= PIN3_bm; // output\n\tPORTC.OUTSET = PIN3_bm; // high\n}\n\nvoid deviceL70powerOff() {\n\t//PORTC.DIR |= PIN3_bm; // output\n\tPORTC.OUTCLR = PIN3_bm; // low\n}\n\nvoid deviceL70backupOn() {\n\t//PORTA.DIR |= PIN3_bm; // output\n\tPORTA.OUTSET = PIN3_bm; // high\n}\n\nvoid deviceL70backupOff() {\n\t//PORTA.DIR |= PIN3_bm; // output\n\tPORTA.OUTCLR = PIN3_bm; // low\n}\n\nvoid devicePowerMemoryAndI2COff() {\n\t////PORTB.DIR |= PIN4_bm; // output\n\tPORTB.OUTCLR = PIN4_bm; // low\n}\n\nvoid devicePowerMemoryAndI2COn() {\n\t////PORTB.DIR |= PIN4_bm; // output\n\tPORTB.OUTSET = PIN4_bm; // high\n\t_delay_ms(1); // according to datasheet: memory ready after 0.1ms\n}\n\nvoid deviceDisableBODInSleep() {\n\t// TODO: set registers in one step (setting CCP only once) -> use _PROTECTED_WRITE()?\n\tCCP = 0xD8; \t\t\t\t\t\t\t\t// configuration change protection -> 4 instructions time for change\n\tBOD.CTRLA &= ~(1 << BOD_SLEEP0_bp); \t\t// set 0 (disabled)\n\tCCP = 0xD8;\t\t\t\t\t\t\t\t\t// configuration change protection -> 4 instructions time for change\n\tBOD.CTRLA &= ~(1 << BOD_SLEEP1_bp); \t\t// set 0 (disabled)\n}\n\nvoid deviceDeepSleep() {\n\tdeviceStopTimer(); // in case it was running\n\t\n\t// disable I2C pull-ups (important, being set by I2C)\n\tPORTB.PIN0CTRL = 0;\n\tPORTB.PIN1CTRL = 0;\n\t\n\tset_sleep_mode(SLEEP_MODE_PWR_DOWN); \t\t// deep sleep\n\tpower_all_disable();   \t\t\t\t\t\t// power off ADC, Timer 0 and 1, serial interface\n\tcli(); \t\t\t\t\t\t\t\t\t\t// disable interrupts for CCP = noInterrupts() function in Arduino\n\tsleep_enable();\t\t\t\t\t\t\t\t// enable\n\n\t//disableBODInSleep();\t\t\t\t\t\t// disable BOD totally (if not already set by fuses)\n\n\tsei();           \t\t\t\t\t\t\t// enable interrupts again = interrupts() function in Arduino\n\tsleep_cpu();            \t\t\t\t\t// stop\n\tsleep_disable();        \t\t\t\t\t// wake again\n\tpower_all_enable();     \t\t\t\t\t// power everything back on\n}\n\nvoid deviceStandbySleep() {\n\tdeviceStopTimer(); // in case it was running\n\t\n\t// disable I2C pull-ups (important, being set by I2C)\n\tPORTB.PIN0CTRL = 0;\n\tPORTB.PIN1CTRL = 0;\n\t\n\tset_sleep_mode(SLEEP_MODE_STANDBY); \t\t// standby sleep\n\tsleep_enable();\t\t\t\t\t\t\t\t// enable\n\tsleep_cpu();            \t\t\t\t\t// stop\n}\n\nvoid deviceInitInternalRTCInterrupt(uint16_t seconds) {\n\t// needs implementation of interrupt routine and can only wakeup from standby sleep (RTC running):\n\t//ISR(RTC_CNT_vect) { RTC.INTFLAGS = RTC_OVF_bm; }\n\t// accuracy depends on PRESCALER -> smaller = better, but then max seconds smaller\n\t// currently (256 prescaler = 4Hz CNT updates): min. 0.25s - max. 2^16 / 4 = 16384 seconds = 4.55hrs\n\tcli();\t\t\t\t\t\t\t\t\t\t\t\t// disable global interrupts\n\twhile(RTC.STATUS > 0) {} \t\t\t\t\t\t\t// wait for all register to be synchronized\n\tRTC.CNT = 0;\t\t\t\t\t\t\t\t\t\t// reset counter value\n\twhile(RTC.STATUS > 0) {}\t\t\t\t\t\t\t// wait until CNT is reset\n\tRTC.PER = seconds * 4; \t\t\t\t\t\t\t\t// 16 bit wide maximum value, sets seconds between wakes (maximum value of cnt)\n\tRTC.CLKSEL = RTC_CLKSEL_INT1K_gc; \t\t\t\t\t// running at 1.024Hz\n\tRTC.CTRLA = RTC_PRESCALER_DIV256_gc \t\t\t\t// prescaler, e.g. set to 256 -> 1024 / 256 = incrementing CNT with 4Hz\n\t\t| 1 << RTC_RTCEN_bp         \t\t\t\t\t// enable RTC\n\t\t| 1 << RTC_RUNSTDBY_bp;     \t\t\t\t\t// run in standby, increases standby power consumption\n\tRTC.INTCTRL = 1 << RTC_OVF_bp; \t\t\t\t\t\t// overflow interrupt\n\tsei();\t\t\t\t\t\t\t\t\t\t\t\t// enable global interrupts\t\t\t\n}\n\n#if defined (__AVR_ATtiny1626__)\nint16_t getInternalTemperature() {\n\tuint16_t adc_reading;\n\tuint16_t temperature_in_K;\n\tint16_t temperature_in_degC;\n\t\n\tADC0.CTRLA = ADC_ENABLE_bm;\n\tADC0.CTRLB = ADC_PRESC_DIV2_gc; // fCLK_ADC = 3.333333/2 MHz\n\tADC0.CTRLC = ADC_REFSEL_1024MV_gc | (TIMEBASE_VALUE << ADC_TIMEBASE_gp);\n\tADC0.CTRLE = TEMPSENSE_SAMPDUR;\n\n\tADC0.MUXPOS = ADC_MUXPOS_TEMPSENSE_gc; // ADC Internal Temperature Sensor\n\tADC0.COMMAND = ADC_MODE_SINGLE_12BIT_gc; // Single 12-bit mode\n\n\tint8_t sigrow_offset = SIGROW.TEMPSENSE1; // Read signed offset from signature row\n\tuint8_t sigrow_gain = SIGROW.TEMPSENSE0; // Read unsigned gain/slope from signature row\n\n\tADC0.COMMAND |= ADC_START_IMMEDIATE_gc; // Start ADC conversion\n\twhile(!(ADC0.INTFLAGS & ADC_RESRDY_bm)); // Wait until conversion is done\n\n\t// Calibration compensation as explained in the data sheet\n\tadc_reading = ADC0.RESULT >> 2; // 10-bit MSb of ADC result with 1.024V internal reference\n\tuint32_t temp = adc_reading - sigrow_offset;\n\t\n\ttemp *= sigrow_gain; // Result might overflow 16-bit variable (10-bit + 8-bit)\n\ttemp += 0x80; // Add 256/2 to get correct integer rounding on division below\n\ttemp >>= 8; // Divide result by 256 to get processed temperature in Kelvin\n\ttemperature_in_K = temp;\n\ttemperature_in_degC = temperature_in_K - 273;\n\t\n\tADC0.CTRLA = 0; // disable ADC\n\treturn temperature_in_degC;\n}\n#endif\n\nuint16_t deviceReadSupplyVoltage() {\n\t#if defined (__AVR_ATtiny1626__)\n\t\tuint32_t res;\n\t\n\t\tADC0.CTRLA = ADC_ENABLE_bm; // enable ADC\n\t\t//ADC0.CTRLB = ADC_PRESC_DIV2_gc; // DEFAULT setting\n\t\tADC0.CTRLC = VREF_AC0REFSEL_1V024_gc | (TIMEBASE_VALUE << ADC_TIMEBASE0_bp); // Vref = 1.024V\n\t\tADC0.CTRLE = 100; // sample duration ((100 * 2) / F_CPU seconds), 1 MHz = 0.2ms\n\t\tADC0.MUXPOS = ADC_MUXPOS_DAC_gc; // using DAC as MUX voltage, ADC_MUXPOS_VDDDIV10_gc doesn't work\n\t\tADC0.COMMAND = ADC_MODE_SINGLE_12BIT_gc; // single mode with 12 bit\n\t\tADC0.COMMAND |= ADC_START_IMMEDIATE_gc; // start conversion\n\n\t\twhile(true) {\n\t\t\tif(ADC0.INTFLAGS & ADC_RESRDY_bm) { // wait until measurement done\n\t\t\t\tres = (uint32_t) ADC0.RESULT; // get raw adc result\n\t\t\t\tif(res == 0) { res = 1; }\n\t\t\t\tres = (4096UL * 1024UL) / res; // convert result to mV\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tADC0.CTRLA = 0; // disable ADC\n\t\treturn ((uint16_t) res);\n\t#else\n\t\t// the App Note AN2447 uses Atmel Start to configure Vref but we'll do it explicitly in our code\n\t\tVREF.CTRLA = VREF_ADC0REFSEL_1V1_gc;  \t\t\t// set the Vref to 1.1V\n\n\t\t// the following section is directly taken from Microchip App Note AN2447 page 13     \n\t\tADC0.MUXPOS = ADC_MUXPOS_INTREF_gc; \t   \t\t// ADC internal reference, the Vbg\n    \n\t\t// take care! ADC needs certain peripheral clock speed (50kHz - 1.5MHz after ADC_PRESC_..) for maximum resolution, here CLOCK = 1MHz divided by 4 = 0.25MHz = within range of 50kHz - 1.5MHz\n\t\tADC0.CTRLC = ADC_PRESC_DIV4_gc\t\t\t\t\t// CLK_PER divided by certain value\n\t\t\t| ADC_REFSEL_VDDREF_gc\t\t\t\t\t\t// Vdd (Vcc) be ADC reference\n\t\t\t| 0 << ADC_SAMPCAP_bp;\t\t\t\t\t\t// Sample Capacitance Selection: disabled\n\t\tADC0.CTRLA = 1 << ADC_ENABLE_bp\t\t\t\t\t// ADC Enable: enabled\n\t\t\t| 1 << ADC_FREERUN_bp\t\t\t\t\t\t// ADC Free run mode: enabled\n\t\t\t| ADC_RESSEL_10BIT_gc;\t\t\t\t\t\t// 10-bit mode\n\t\t//ADC0.CTRLD = ADC_INITDLY_DLY256_gc;\t\t\t// init delay 256 CLK_ADC cycles (important!)\n\t\tADC0.COMMAND |= 1;\t\t\t\t\t\t\t\t// start running ADC\n\t\t_delay_ms(5);\t\t\t\t\t\t\t\t\t// REALLY?! <- YES, important to wait for first measurement!\n\t\n\t\t#if (VCC_DO_NOT_USE_AVERAGE == true)\n\t\t\tuint32_t vcc, temp;\n\t\t\twhile(true) {\n\t\t\t\tif(ADC0.INTFLAGS) {\n\t\t\t\t\ttemp = (uint32_t) ADC0.RES;\n\t\t\t\t\tif(temp == 0) { temp = 1; }\n\t\t\t\t\tvcc = (1024UL * 1100UL) / temp;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t#else\n\t\t\t// read some samples and calculate average\n\t\t\tuint32_t vcc = 0, temp = 0;\n\t\t\tfor(uint8_t i=0; i<VCC_SAMPLES; i++) {\n\t\t\t\tif(ADC0.INTFLAGS) {\t\t\t\t\t\t\t// if an ADC result is ready\n\t\t\t\t\ttemp = (uint32_t) ADC0.RES;\t\t\t\t// e.g. 450 for 2.5V\n\t\t\t\t\tif(temp == 0) { temp = 1; }\n\t\t\t\t\tvcc += (1024UL * 1100UL) / temp; \t\t// 1100 = 1.1V\n\t\t\t\t\t_delay_ms(VCC_SAMPLE_DELAY_MS);\n\t\t\t\t}\t\t\n\t\t\t}\n\t\t\tvcc /= VCC_SAMPLES;\t\t\t\t\t\t\t\t// build integer average\n\t\t#endif\n\t\t// disable ADC again\n\t\tADC0.CTRLA = 0 << ADC_ENABLE_bp\t\t\t\t\t// ADC Enable: enabled (seems okay) -> no, changed that to 0! should be disabled!\n\t\t\t| 0 << ADC_FREERUN_bp\t\t\t\t\t\t// ADC Free run mode: disabled (important for sleep)\n\t\t\t| ADC_RESSEL_10BIT_gc;\t\t\t\t\t\t// 10-bit mode\n\t\t\t \n\t\t#if defined (__AVR_ATtiny1606__)\n\t\t\tif(vcc >= 60) { vcc = vcc - 60; } // 1606 ADC seems to measure voltage higher than expected (only tested with one board)\n\t\t#endif\n\t\t          \n\t\treturn (uint16_t) vcc;\n\t#endif\n}\n\nvoid deviceSetCPUSpeed32khz() {\n\t// after settings speed to 32KHz all delays are wrong by a factor of 1MHz / 32kHz = 31UL, use _delay_ms(Helper::to32KHz(1000));\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, CLKCTRL_PDIV_2X_gc | 0 << CLKCTRL_PEN_bp); // set the main clock prescaler divisor to 2X and disable the Main clock prescaler (with PEN = 0, means CLK_PER = CLK_MAIN (prescaler disabled))\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, CLKCTRL_CLKSEL_OSCULP32K_gc | 0 << CLKCTRL_CLKOUT_bp); // set the main clock to internal 32kHz oscillator, clock out disabled\n\t_PROTECTED_WRITE(CLKCTRL.OSC20MCTRLA, 0x00); // ensure 20MHz isn't forced on\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\t\n}\n\nvoid deviceSetCPUSpeed(uint8_t prescalerDivision) {\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLB, prescalerDivision | 1 << CLKCTRL_PEN_bp); // first bit = prescaler, always enabled\n\t_PROTECTED_WRITE(CLKCTRL.MCLKCTRLA, 0); // use internal 16/20MHz oscillator\n\twhile(CLKCTRL.MCLKSTATUS & CLKCTRL_SOSC_bm) { ; } // wait until clock changed\n}\n\nvoid deviceLedOn() {\n\t//PORTB.DIR |= PIN5_bm; // output\n\tPORTB.OUTSET = PIN5_bm; // on\n}\n\nvoid deviceLedOff() {\n\t//PORTB.DIR |= PIN5_bm; // output, important, otherwise leakage in sleep\n\tPORTB.OUTCLR = PIN5_bm; // off\n}\n\nvoid deviceBlink(uint8_t times) {\n\twhile(times > 0) {\n\t\tdeviceLedOn();\n\t\t_delay_ms(200);\n\t\tdeviceLedOff();\n\t\tif(times != 1) { _delay_ms(200); }\n\t\ttimes--;\n\t}\n}\n\n\n\n\n\n\n"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/TickTag.h",
    "content": "#ifndef TickTag_h\n#define TickTag_h\n\n// AVR libs\n#include <avr/sleep.h>\n#include <avr/power.h>\n#include <avr/io.h>\n#include <util/delay.h>\n#include <avr/eeprom.h>\n#include <avr/interrupt.h>\n#include <stdio.h>\n#include <util/atomic.h>\n\n/** TODO LIST */\n// TODO: read temperature, chapter 30.3.2.6\n// TODO: tryout disabling ADC0 and see if smaller current during active\n\n/** VCC MEASUREMENT */\n#define TIMEBASE_VALUE\t\t\t\t\t(uint8_t)ceil(F_CPU*0.000001) // only for ATTINY1626\n#define VCC_DO_NOT_USE_AVERAGE\t\t\ttrue\t// don't average vcc, just take one measurement\n#define VCC_SAMPLES\t\t\t\t\t\t3\t\t// number of samples\n#define VCC_SAMPLE_DELAY_MS\t\t\t\t1\t\t// delay between samples\n\n/** TEMPERATURE MEASUREMENT */\n#define TEMPSENSE_SAMPDUR\t\t\t\t((uint8_t) ceil(F_CPU*0.000032/2)) // only for ATTINY1626, SAMPDUR for TEMPSENSE must be >= 32 s * f_ADC ~= 32 s * 1.67 MHz ~= 54\n\n/** CPU SPEED */\n// CPU speed after writing OSCCFG fuse to use 20MHz (factory default)\n#define OSC20_PRESCALER_CPU_0_315MHZ\t\t\tCLKCTRL_PDIV_64X_gc\t\t// based on 20MHz fuse setting (not 16MHz) -> 20/64 = 0.3125 MHz\n#define OSC20_PRESCALER_CPU_0_625MHZ\t\t\tCLKCTRL_PDIV_32X_gc\t\t// see above\n#define OSC20_PRESCALER_CPU_0_833MHZ\t\t\tCLKCTRL_PDIV_24X_gc\t\t// see above\n#define OSC20_PRESCALER_CPU_1_25MHZ\t\t\t\tCLKCTRL_PDIV_16X_gc\t\t// see above\n#define OSC20_PRESCALER_CPU_2_5MHZ\t\t\t\tCLKCTRL_PDIV_8X_gc\t\t// see above\n#define OSC20_PRESCALER_CPU_5MHZ\t\t\t\tCLKCTRL_PDIV_4X_gc\t\t// see above\n#define OSC20_PRESCALER_CPU_10MHZ\t\t\t\tCLKCTRL_PDIV_2X_gc\t\t// see above\n\n// CPU speed after writing OSCCFG fuse to use 16MHz instead of default 20MHz (avrdude -c jtag2updi -P com4 -p t1616 -C ..\\etc\\avrdude.conf -U fuse2:w:0b00000001:m)\n// power consumption values for: 3V, 1616-only (special board), TCD0 fix, BOD fully disabled, while(1)\n// _delay_ms needs more power than while(1) (!)\n#define OSC16_PRESCALER_CPU_0_25MHZ\t\t\t\tCLKCTRL_PDIV_64X_gc\t\t// 329uA\n#define OSC16_PRESCALER_CPU_0_5MHZ\t\t\t\tCLKCTRL_PDIV_32X_gc\t\t\n#define OSC16_PRESCALER_CPU_0_666MHZ\t\t\tCLKCTRL_PDIV_24X_gc\t\t\n#define OSC16_PRESCALER_CPU_1MHZ\t\t\t\tCLKCTRL_PDIV_16X_gc\t\t// 556uA (16MHz/16)\n#define OSC16_PRESCALER_CPU_1_66MHZ\t\t\t\tCLKCTRL_PDIV_10X_gc\n#define OSC16_PRESCALER_CPU_2MHZ\t\t\t\tCLKCTRL_PDIV_8X_gc\t\t// 859uA (UART @115200 works here and above) - 842uA (real board + sampled BOD 125Hz)\n#define OSC16_PRESCALER_CPU_2_66MHZ\t\t\t\tCLKCTRL_PDIV_6X_gc\t\t// 1.07mA (default value at start-up )\n#define OSC16_PRESCALER_CPU_4MHZ\t\t\t\tCLKCTRL_PDIV_4X_gc\n\n/** PIN SETTINGS */\n#define UNUSED_PIN_SETTING\t\t\t\t\t\t(0 << PORT_INVEN_bp) | (0 << PORT_PULLUPEN_bp) | (1 << PORT_ISC2_bp) // not inverted, no pull-up, disable input buffer (can't read input values)\n#define OUTPUT_DIR\t\t\t\t\t\t\t\t1\n#define INPUT_DIR\t\t\t\t\t\t\t\t0\n\n/** TIMER SETTINGS */\n#define TIMER_TOP\t\t\t\t\t\t\t\t(F_CPU / 1000 - 1)\t\t// overflow after 1 ms\n\n// WARNING: RXD2 CAN POWER WHOLE DEVICE!\n\nvoid deviceInitPins();\t\t\t\t\t\t\t\t\t\t// (old: @2.7V: 780uA (1MHz, BOD enabled))\nvoid deviceDeepSleep(); \t\t\t\t\t\t\t\t\t// @2.7V: 1.6uA sampled BOD (1kHz, 125Hz should be lower, but needs to be fused) in sleep, 450nA BOD disabled (DEFAULT), 3uA with Power-ON\nvoid deviceStandbySleep();\t\t\t\t\t\t\t\t\t// (old: @2.7V: 920nA with internal RTC running and BOD disabled)\nvoid deviceInitInternalRTCInterrupt(uint16_t seconds);\t\t// for standby sleep\nvoid deviceInitDownloadPinInterruptInDeepSleep();\nvoid deviceInitGPIO2PinInterruptInDeepSleep();\nvoid deviceDeactivateGPIO2PinInterruptInDeepSleep();\nuint16_t deviceReadSupplyVoltage();\t// minimum 100kHz CPU clock speed and after prescaler between 50kHz and 1.5MHz (for max resolution), in V*1000 (2700 = 2.7V)\n\n// Read temperature\n#if defined (__AVR_ATtiny1626__)\nint16_t getInternalTemperature();\n#endif\n// Measure time\nvoid deviceInitTimer();\nuint32_t deviceGetMillis();\nvoid deviceIncrementTimer();\n\t\t\n// Power management\nvoid deviceL70powerOn();\nvoid deviceL70powerOff();\nvoid deviceL70backupOn();\nvoid deviceL70backupOff();\nvoid devicePowerMemoryAndI2COff();\nvoid devicePowerMemoryAndI2COn();\n\t\t\n// CPU speeds\nvoid deviceSetCPUSpeed32khz();\t\t\t\t\t\t\t// VERY SLOW! @3V: 38uA (update!) -> general calculations will be very very slow\nvoid deviceSetCPUSpeed(uint8_t prescalerDivision);\n\t\t\n// LED\nvoid deviceLedOn(); \t\t\t\t\t\nvoid deviceLedOff();\nvoid deviceBlink(uint8_t times);\n\t\nvoid deviceDisableBODInSleep();\n\n// STRUCTS FOR EEPROM ACCESS\nstruct TinyEEPROM {\n    TinyEEPROM(const int index)\n        : index( index )                 {}\n    \n    // Access/read members.\n    uint8_t operator*() const            { return eeprom_read_byte( (uint8_t*) index ); }\n    operator uint8_t() const             { return **this; }\n    \n    // Assignment/write members.\n    TinyEEPROM &operator=( const TinyEEPROM &ref ) { return *this = *ref; }\n    TinyEEPROM &operator=( uint8_t in )       { return eeprom_write_byte( (uint8_t*) index, in ), *this;  }\n    TinyEEPROM &operator +=( uint8_t in )     { return *this = **this + in; }\n    TinyEEPROM &operator -=( uint8_t in )     { return *this = **this - in; }\n    TinyEEPROM &operator *=( uint8_t in )     { return *this = **this * in; }\n    TinyEEPROM &operator /=( uint8_t in )     { return *this = **this / in; }\n    TinyEEPROM &operator ^=( uint8_t in )     { return *this = **this ^ in; }\n    TinyEEPROM &operator %=( uint8_t in )     { return *this = **this % in; }\n    TinyEEPROM &operator &=( uint8_t in )     { return *this = **this & in; }\n    TinyEEPROM &operator |=( uint8_t in )     { return *this = **this | in; }\n    TinyEEPROM &operator <<=( uint8_t in )    { return *this = **this << in; }\n    TinyEEPROM &operator >>=( uint8_t in )    { return *this = **this >> in; }\n    \n    TinyEEPROM &update( uint8_t in )          { return  in != *this ? *this = in : *this; }\n    \n    // Prefix increment/decrement\n    TinyEEPROM& operator++()                  { return *this += 1; }\n    TinyEEPROM& operator--()                  { return *this -= 1; }\n    \n    // Postfix increment/decrement\n    uint8_t operator++ (int){ \n        uint8_t ret = **this;\n        return ++(*this), ret;\n    }\n\n    uint8_t operator-- (int){ \n        uint8_t ret = **this;\n        return --(*this), ret;\n    }\n    int index; // Index of current EEPROM cell.\n};\n\nstruct EEPtr{\n    EEPtr( const int index )\n        : index( index )                {}\n        \n    operator int() const                { return index; }\n    EEPtr &operator=( int in )          { return index = in, *this; }\n    \n    // Iterator functionality.\n    bool operator!=( const EEPtr &ptr ) { return index != ptr.index; }\n    TinyEEPROM operator*()                   { return index; }\n    \n    // Prefix & Postfix increment/decrement\n    EEPtr& operator++()                 { return ++index, *this; }\n    EEPtr& operator--()                 { return --index, *this; }\n    EEPtr operator++ (int)              { return index++; }\n    EEPtr operator-- (int)              { return index--; }\n\n    int index; // Index of current EEPROM cell.\n};\n\n#endif\n"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/TickTagSoftwareBurst.componentinfo.xml",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Store xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"AtmelPackComponentManagement\">\n\t<ProjectComponents>\n\t\t<ProjectComponent z:Id=\"i1\" xmlns:z=\"http://schemas.microsoft.com/2003/10/Serialization/\">\n\t\t\t<CApiVersion></CApiVersion>\n\t\t\t<CBundle></CBundle>\n\t\t\t<CClass>Device</CClass>\n\t\t\t<CGroup>Startup</CGroup>\n\t\t\t<CSub></CSub>\n\t\t\t<CVariant></CVariant>\n\t\t\t<CVendor>Atmel</CVendor>\n\t\t\t<CVersion>1.4.0</CVersion>\n\t\t\t<DefaultRepoPath>C:/Program Files (x86)\\Atmel Studio\\7.0\\Packs</DefaultRepoPath>\n\t\t\t<DependentComponents xmlns:d4p1=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\" />\n\t\t\t<Description></Description>\n\t\t\t<Files xmlns:d4p1=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n\t\t\t\t<d4p1:anyType i:type=\"FileInfo\">\n\t\t\t\t\t<AbsolutePath>C:/Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include</AbsolutePath>\n\t\t\t\t\t<Attribute></Attribute>\n\t\t\t\t\t<Category>include</Category>\n\t\t\t\t\t<Condition>C</Condition>\n\t\t\t\t\t<FileContentHash i:nil=\"true\" />\n\t\t\t\t\t<FileVersion></FileVersion>\n\t\t\t\t\t<Name>include</Name>\n\t\t\t\t\t<SelectString></SelectString>\n\t\t\t\t\t<SourcePath></SourcePath>\n\t\t\t\t</d4p1:anyType>\n\t\t\t\t<d4p1:anyType i:type=\"FileInfo\">\n\t\t\t\t\t<AbsolutePath>C:/Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\include\\avr\\iotn1626.h</AbsolutePath>\n\t\t\t\t\t<Attribute></Attribute>\n\t\t\t\t\t<Category>header</Category>\n\t\t\t\t\t<Condition>C</Condition>\n\t\t\t\t\t<FileContentHash>9nkEgve+BeuHAv1mdSoSSw==</FileContentHash>\n\t\t\t\t\t<FileVersion></FileVersion>\n\t\t\t\t\t<Name>include/avr/iotn1626.h</Name>\n\t\t\t\t\t<SelectString></SelectString>\n\t\t\t\t\t<SourcePath></SourcePath>\n\t\t\t\t</d4p1:anyType>\n\t\t\t\t<d4p1:anyType i:type=\"FileInfo\">\n\t\t\t\t\t<AbsolutePath>C:/Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\templates\\main.c</AbsolutePath>\n\t\t\t\t\t<Attribute>template</Attribute>\n\t\t\t\t\t<Category>source</Category>\n\t\t\t\t\t<Condition>C Exe</Condition>\n\t\t\t\t\t<FileContentHash>KjvOcFWd++tbnsEMfVPd/w==</FileContentHash>\n\t\t\t\t\t<FileVersion></FileVersion>\n\t\t\t\t\t<Name>templates/main.c</Name>\n\t\t\t\t\t<SelectString>Main file (.c)</SelectString>\n\t\t\t\t\t<SourcePath></SourcePath>\n\t\t\t\t</d4p1:anyType>\n\t\t\t\t<d4p1:anyType i:type=\"FileInfo\">\n\t\t\t\t\t<AbsolutePath>C:/Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\templates\\main.cpp</AbsolutePath>\n\t\t\t\t\t<Attribute>template</Attribute>\n\t\t\t\t\t<Category>source</Category>\n\t\t\t\t\t<Condition>C Exe</Condition>\n\t\t\t\t\t<FileContentHash>mkKaE95TOoATsuBGv6jmxg==</FileContentHash>\n\t\t\t\t\t<FileVersion></FileVersion>\n\t\t\t\t\t<Name>templates/main.cpp</Name>\n\t\t\t\t\t<SelectString>Main file (.cpp)</SelectString>\n\t\t\t\t\t<SourcePath></SourcePath>\n\t\t\t\t</d4p1:anyType>\n\t\t\t\t<d4p1:anyType i:type=\"FileInfo\">\n\t\t\t\t\t<AbsolutePath>C:/Program Files (x86)\\Atmel Studio\\7.0\\Packs\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626</AbsolutePath>\n\t\t\t\t\t<Attribute></Attribute>\n\t\t\t\t\t<Category>libraryPrefix</Category>\n\t\t\t\t\t<Condition>GCC</Condition>\n\t\t\t\t\t<FileContentHash i:nil=\"true\" />\n\t\t\t\t\t<FileVersion></FileVersion>\n\t\t\t\t\t<Name>gcc/dev/attiny1626</Name>\n\t\t\t\t\t<SelectString></SelectString>\n\t\t\t\t\t<SourcePath></SourcePath>\n\t\t\t\t</d4p1:anyType>\n\t\t\t</Files>\n\t\t\t<PackName>ATtiny_DFP</PackName>\n\t\t\t<PackPath>C:/Program Files (x86)/Atmel Studio/7.0/Packs/Atmel/ATtiny_DFP/1.4.310/Atmel.ATtiny_DFP.pdsc</PackPath>\n\t\t\t<PackVersion>1.4.310</PackVersion>\n\t\t\t<PresentInProject>true</PresentInProject>\n\t\t\t<ReferenceConditionId>ATtiny1626</ReferenceConditionId>\n\t\t\t<RteComponents xmlns:d4p1=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n\t\t\t\t<d4p1:string></d4p1:string>\n\t\t\t</RteComponents>\n\t\t\t<Status>Resolved</Status>\n\t\t\t<VersionMode>Fixed</VersionMode>\n\t\t\t<IsComponentInAtProject>true</IsComponentInAtProject>\n\t\t</ProjectComponent>\n\t</ProjectComponents>\n</Store>"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/TickTagSoftwareBurst.cppproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\" ToolsVersion=\"14.0\">\n  <PropertyGroup>\n    <SchemaVersion>2.0</SchemaVersion>\n    <ProjectVersion>7.0</ProjectVersion>\n    <ToolchainName>com.Atmel.AVRGCC8.CPP</ToolchainName>\n    <ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</ProjectGuid>\n    <avrdevice>ATtiny1626</avrdevice>\n    <avrdeviceseries>none</avrdeviceseries>\n    <OutputType>Executable</OutputType>\n    <Language>CPP</Language>\n    <OutputFileName>$(MSBuildProjectName)</OutputFileName>\n    <OutputFileExtension>.elf</OutputFileExtension>\n    <OutputDirectory>$(MSBuildProjectDirectory)\\$(Configuration)</OutputDirectory>\n    <AssemblyName>TickTagSoftware</AssemblyName>\n    <Name>TickTagSoftwareBurst</Name>\n    <RootNamespace>TickTagSoftware</RootNamespace>\n    <ToolchainFlavour>Native</ToolchainFlavour>\n    <KeepTimersRunning>true</KeepTimersRunning>\n    <OverrideVtor>false</OverrideVtor>\n    <CacheFlash>true</CacheFlash>\n    <ProgFlashFromRam>true</ProgFlashFromRam>\n    <RamSnippetAddress>0x20000000</RamSnippetAddress>\n    <UncachedRange />\n    <preserveEEPROM>true</preserveEEPROM>\n    <OverrideVtorValue>exception_table</OverrideVtorValue>\n    <BootSegment>2</BootSegment>\n    <ResetRule>0</ResetRule>\n    <eraseonlaunchrule>0</eraseonlaunchrule>\n    <EraseKey />\n    <AsfFrameworkConfig>\n      <framework-data xmlns=\"\">\n        <options />\n        <configurations />\n        <files />\n        <documentation help=\"\" />\n        <offline-documentation help=\"\" />\n        <dependencies>\n          <content-extension eid=\"atmel.asf\" uuidref=\"Atmel.ASF\" version=\"3.47.0\" />\n        </dependencies>\n      </framework-data>\n    </AsfFrameworkConfig>\n    <avrtool>\n    </avrtool>\n    <avrtoolserialnumber />\n    <avrdeviceexpectedsignature>0x1E9421</avrdeviceexpectedsignature>\n    <custom>\n      <ToolOptions xmlns=\"\">\n        <InterfaceProperties>\n        </InterfaceProperties>\n      </ToolOptions>\n      <ToolType xmlns=\"\">custom</ToolType>\n      <ToolNumber xmlns=\"\">\n      </ToolNumber>\n      <ToolName xmlns=\"\">Custom Programming Tool</ToolName>\n    </custom>\n    <avrtoolinterface />\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)' == 'Release' \">\n    <ToolchainSettings>\n      <AvrGccCpp>\n        <avrgcc.common.Device>-mmcu=attiny1626 -B \"%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\"</avrgcc.common.Device>\n        <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>\n        <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>\n        <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>\n        <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>\n        <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>\n        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>\n        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>\n        <avrgcc.compiler.symbols.DefSymbols>\n          <ListValues>\n            <Value>NDEBUG</Value>\n          </ListValues>\n        </avrgcc.compiler.symbols.DefSymbols>\n        <avrgcc.compiler.directories.IncludePaths>\n          <ListValues>\n            <Value>%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\include</Value>\n          </ListValues>\n        </avrgcc.compiler.directories.IncludePaths>\n        <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>\n        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>\n        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>\n        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>\n        <avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>\n        <avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>\n        <avrgcccpp.compiler.symbols.DefSymbols>\n          <ListValues>\n            <Value>NDEBUG</Value>\n          </ListValues>\n        </avrgcccpp.compiler.symbols.DefSymbols>\n        <avrgcccpp.compiler.directories.IncludePaths>\n          <ListValues>\n            <Value>%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\include</Value>\n          </ListValues>\n        </avrgcccpp.compiler.directories.IncludePaths>\n        <avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level>\n        <avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers>\n        <avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>\n        <avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>\n        <avrgcccpp.linker.libraries.Libraries>\n          <ListValues>\n            <Value>libm</Value>\n          </ListValues>\n        </avrgcccpp.linker.libraries.Libraries>\n        <avrgcccpp.linker.libraries.LibrarySearchPaths>\n          <ListValues>\n            <Value>D:\\Dropbox\\Promotion\\_LIBRARY\\libraries\\BioLoggerLibrarySuperTiny</Value>\n          </ListValues>\n        </avrgcccpp.linker.libraries.LibrarySearchPaths>\n        <avrgcccpp.assembler.general.IncludePaths>\n          <ListValues>\n            <Value>%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\include</Value>\n          </ListValues>\n        </avrgcccpp.assembler.general.IncludePaths>\n      </AvrGccCpp>\n    </ToolchainSettings>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)' == 'Debug' \">\n    <ToolchainSettings>\n      <AvrGccCpp>\n        <avrgcc.common.Device>-mmcu=attiny1626 -B \"%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\gcc\\dev\\attiny1626\"</avrgcc.common.Device>\n        <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>\n        <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>\n        <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>\n        <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>\n        <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>\n        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>\n        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>\n        <avrgcc.compiler.symbols.DefSymbols>\n          <ListValues>\n            <Value>DEBUG</Value>\n          </ListValues>\n        </avrgcc.compiler.symbols.DefSymbols>\n        <avrgcc.compiler.directories.IncludePaths>\n          <ListValues>\n            <Value>%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\include</Value>\n          </ListValues>\n        </avrgcc.compiler.directories.IncludePaths>\n        <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>\n        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>\n        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>\n        <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>\n        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>\n        <avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>\n        <avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>\n        <avrgcccpp.compiler.symbols.DefSymbols>\n          <ListValues>\n            <Value>DEBUG</Value>\n            <Value>F_CPU=1000000UL</Value>\n          </ListValues>\n        </avrgcccpp.compiler.symbols.DefSymbols>\n        <avrgcccpp.compiler.directories.IncludePaths>\n          <ListValues>\n            <Value>%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\include</Value>\n          </ListValues>\n        </avrgcccpp.compiler.directories.IncludePaths>\n        <avrgcccpp.compiler.optimization.level>Optimize (-O1)</avrgcccpp.compiler.optimization.level>\n        <avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers>\n        <avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>\n        <avrgcccpp.compiler.optimization.DebugLevel>Default (-g2)</avrgcccpp.compiler.optimization.DebugLevel>\n        <avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>\n        <avrgcccpp.linker.libraries.Libraries>\n          <ListValues>\n            <Value>libm</Value>\n          </ListValues>\n        </avrgcccpp.linker.libraries.Libraries>\n        <avrgcccpp.linker.libraries.LibrarySearchPaths>\n          <ListValues>\n            <Value>D:\\Dropbox\\Promotion\\_LIBRARY\\libraries\\BioLoggerLibrarySuperTiny</Value>\n          </ListValues>\n        </avrgcccpp.linker.libraries.LibrarySearchPaths>\n        <avrgcccpp.assembler.general.IncludePaths>\n          <ListValues>\n            <Value>%24(PackRepoDir)\\Atmel\\ATtiny_DFP\\1.4.310\\include</Value>\n          </ListValues>\n        </avrgcccpp.assembler.general.IncludePaths>\n        <avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>\n      </AvrGccCpp>\n    </ToolchainSettings>\n  </PropertyGroup>\n  <ItemGroup>\n    <Compile Include=\"Configuration.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"HelperFunctions.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"HelperFunctions.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"Time.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"Time.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"TickTag.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"TickTag.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"EEPROM_CAT24M01.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"EEPROM_CAT24M01.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"GPS_L70_Light.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"GPS_L70_Light.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"I2C.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"I2C.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"main.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"TestFunctions.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"TestFunctions.h\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"UART.cpp\">\n      <SubType>compile</SubType>\n    </Compile>\n    <Compile Include=\"UART.h\">\n      <SubType>compile</SubType>\n    </Compile>\n  </ItemGroup>\n  <Import Project=\"$(AVRSTUDIO_EXE_PATH)\\\\Vs\\\\Compiler.targets\" />\n</Project>"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/Time.cpp",
    "content": "#include \"Time.h\"\n\nvoid breakTime(uint32_t timeInput, tmElements_t &tm) {\n// break the given time_t into time components\n// this is a more compact version of the C library localtime function\n// note that year is offset from 1970 !!!\n\n  uint8_t year;\n  uint8_t month, monthLength;\n  uint32_t time;\n  uint32_t days;\n\n  time = (uint32_t)timeInput;\n  tm.Second = time % 60;\n  time /= 60; // now it is minutes\n  tm.Minute = time % 60;\n  time /= 60; // now it is hours\n  tm.Hour = time % 24;\n  time /= 24; // now it is days\n  tm.Wday = ((time + 3) % 7); // MO 0, TUE 1, WED 2, THU 3, FRI 4, SAT 5, SUN 6\n  \n  year = 0;  \n  days = 0;\n  while((unsigned)(days += (LEAP_YEAR(year) ? 366 : 365)) <= time) {\n    year++;\n  }\n  tm.Year = 1970 + year; // year is offset from 1970 \n  \n  days -= LEAP_YEAR(year) ? 366 : 365;\n  time  -= days; // now it is days in this year, starting at 0\n  \n  days=0;\n  month=0;\n  monthLength=0;\n  for (month=0; month<12; month++) {\n    if (month==1) { // february\n      if (LEAP_YEAR(year)) {\n        monthLength=29;\n      } else {\n        monthLength=28;\n      }\n    } else {\n      monthLength = monthDays[month];\n    }\n    \n    if (time >= monthLength) {\n      time -= monthLength;\n    } else {\n        break;\n    }\n  }\n  tm.Month = month + 1;  // jan is month 1  \n  tm.Day = time + 1;     // day of month\n}"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/Time.h",
    "content": "#ifndef Time_h\n#define Time_h\n\n#include <stdint.h>\n\n/** Snippet from TimeLib.h */\n\n// leap year calulator expects year argument as years offset from 1970\n#define LEAP_YEAR(Y)     ( ((1970+(Y))>0) && !((1970+(Y))%4) && ( ((1970+(Y))%100) || !((1970+(Y))%400) ) )\n\nstatic  const uint8_t monthDays[]={31,28,31,30,31,30,31,31,30,31,30,31}; // API starts months from 1, this array starts from 0\n\ntypedef struct  { \n  uint8_t Second; \n  uint8_t Minute; \n  uint8_t Hour; \n  uint8_t Wday;   // day of week, MO 0, TUE 1, WED 2, THU 3, FRI 4, SAT 5, SUN 6\n  uint8_t Day;\n  uint8_t Month; \n  uint16_t Year;   // 20xx \n} tmElements_t;\n\nvoid breakTime(uint32_t time, tmElements_t &tm);  // break time_t into elements\n\n/** MACROS TO GET TIMESTAMP OF LOCAL TIME (NOT UTC) */\n// Some definitions for calculation\n#define SEC_PER_MIN             60UL\n#define SEC_PER_HOUR            3600UL\n#define SEC_PER_DAY             86400UL\n#define SEC_PER_YEAR            (SEC_PER_DAY*365)\n\n// extracts 1..4 characters from a string and interprets it as a decimal value\n#define CONV_STR2DEC_1(str, i)  (str[i]>'0'?str[i]-'0':0)\n#define CONV_STR2DEC_2(str, i)  (CONV_STR2DEC_1(str, i)*10 + str[i+1]-'0')\n#define CONV_STR2DEC_3(str, i)  (CONV_STR2DEC_2(str, i)*10 + str[i+2]-'0')\n#define CONV_STR2DEC_4(str, i)  (CONV_STR2DEC_3(str, i)*10 + str[i+3]-'0')\n\n// Custom \"glue logic\" to convert the month name to a usable number\n#define GET_MONTH(str, i)      (str[i]=='J' && str[i+1]=='a' && str[i+2]=='n' ? 1 :     \\\n                                str[i]=='F' && str[i+1]=='e' && str[i+2]=='b' ? 2 :     \\\n                                str[i]=='M' && str[i+1]=='a' && str[i+2]=='r' ? 3 :     \\\n                                str[i]=='A' && str[i+1]=='p' && str[i+2]=='r' ? 4 :     \\\n                                str[i]=='M' && str[i+1]=='a' && str[i+2]=='y' ? 5 :     \\\n                                str[i]=='J' && str[i+1]=='u' && str[i+2]=='n' ? 6 :     \\\n                                str[i]=='J' && str[i+1]=='u' && str[i+2]=='l' ? 7 :     \\\n                                str[i]=='A' && str[i+1]=='u' && str[i+2]=='g' ? 8 :     \\\n                                str[i]=='S' && str[i+1]=='e' && str[i+2]=='p' ? 9 :     \\\n                                str[i]=='O' && str[i+1]=='c' && str[i+2]=='t' ? 10 :    \\\n                                str[i]=='N' && str[i+1]=='o' && str[i+2]=='v' ? 11 :    \\\n                                str[i]=='D' && str[i+1]=='e' && str[i+2]=='c' ? 12 : 0)\n\n// extract the information from the time string given by __TIME__ and __DATE__\n#define __TIME_SECONDS__        CONV_STR2DEC_2(__TIME__, 6)\n#define __TIME_MINUTES__        CONV_STR2DEC_2(__TIME__, 3)\n#define __TIME_HOURS__          CONV_STR2DEC_2(__TIME__, 0)\n#define __TIME_DAYS__           CONV_STR2DEC_2(__DATE__, 4)\n#define __TIME_MONTH__          GET_MONTH(__DATE__, 0)\n#define __TIME_YEARS__          CONV_STR2DEC_4(__DATE__, 7)\n\n// Days in February\n#define _UNIX_TIMESTAMP_FDAY(year) \\\n    (((year) % 400) == 0UL ? 29UL : \\\n        (((year) % 100) == 0UL ? 28UL : \\\n            (((year) % 4) == 0UL ? 29UL : \\\n                28UL)))\n\n// Days in the year\n#define _UNIX_TIMESTAMP_YDAY(year, month, day) \\\n    ( \\\n        /* January */    day \\\n        /* February */ + (month >=  2 ? 31UL : 0UL) \\\n        /* March */    + (month >=  3 ? _UNIX_TIMESTAMP_FDAY(year) : 0UL) \\\n        /* April */    + (month >=  4 ? 31UL : 0UL) \\\n        /* May */      + (month >=  5 ? 30UL : 0UL) \\\n        /* June */     + (month >=  6 ? 31UL : 0UL) \\\n        /* July */     + (month >=  7 ? 30UL : 0UL) \\\n        /* August */   + (month >=  8 ? 31UL : 0UL) \\\n        /* September */+ (month >=  9 ? 31UL : 0UL) \\\n        /* October */  + (month >= 10 ? 30UL : 0UL) \\\n        /* November */ + (month >= 11 ? 31UL : 0UL) \\\n        /* December */ + (month >= 12 ? 30UL : 0UL) \\\n    )\n\n// get the UNIX timestamp from a digits representation\n#define _UNIX_TIMESTAMP(year, month, day, hour, minute, second) \\\n    ( /* time */ second \\\n                + minute * SEC_PER_MIN \\\n                + hour * SEC_PER_HOUR \\\n    + /* year day (month + day) */ (_UNIX_TIMESTAMP_YDAY(year, month, day) - 1) * SEC_PER_DAY \\\n    + /* year */ (year - 1970UL) * SEC_PER_YEAR \\\n                + ((year - 1969UL) / 4UL) * SEC_PER_DAY \\\n                - ((year - 1901UL) / 100UL) * SEC_PER_DAY \\\n                + ((year - 1601UL) / 400UL) * SEC_PER_DAY \\\n    )\n\n// the UNIX timestamp\n#define UNIX_TIMESTAMP (_UNIX_TIMESTAMP(__TIME_YEARS__, __TIME_MONTH__, __TIME_DAYS__, __TIME_HOURS__, __TIME_MINUTES__, __TIME_SECONDS__))\n\n#endif\n"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/UART.cpp",
    "content": "#include \"UART.h\"\n\nvoid initPrimaryUARTwith9600() {\n\t#if defined (__AVR_ATtiny1626__)\n\tPORTMUX.USARTROUTEA = 0; // normal pin position\n\t#else\n\tPORTMUX.CTRLB = 0; // normal pin position\n\t#endif\n\t\n\tUSART0.CTRLB |= (USART_TXEN_bm | USART_RXEN_bm); // VERY STRANGE WORKAROUND: if this is not here: re-initialization of uart fails after using secondary uart.. (TX not working)\n\t\n\tPORTB.OUTSET = PIN2_bm; // set output HIGH (recommended by datasheet)\n\tPORTB.DIR |= PIN2_bm; // TX = output\n\tPORTB.DIR &= ~PIN3_bm; // RX = input\n\t\n\tUSART0.BAUD = (uint16_t) USART0_BAUD_RATE(9600); // calculate BAUD rate (depending on F_CPU)\n\t//USART0.CTRLB |= (USART_TXEN_bm | USART_RXEN_bm); // constantly +17uA\n}\n\nvoid initPrimaryUARTwith115200() {\n\t#if defined (__AVR_ATtiny1626__)\n\tPORTMUX.USARTROUTEA = 0; // normal pin position\n\t#else\n\tPORTMUX.CTRLB = 0; // normal pin position\n\t#endif\n\t\n\tUSART0.CTRLB |= (USART_TXEN_bm | USART_RXEN_bm); // VERY STRANGE WORKAROUND: if this is not here: re-initialization of uart fails after using secondary uart.. (TX not working)\n\t\n\tPORTB.OUTSET = PIN2_bm; // set output HIGH (recommended by datasheet)\n\tPORTB.DIR |= PIN2_bm; // TX = output\n\tPORTB.DIR &= ~PIN3_bm; // RX = input\n\t\n\tUSART0.BAUD = (uint16_t) USART0_BAUD_RATE(115200); // calculate BAUD rate (depending on F_CPU)\n\t//USART0.CTRLB |= (USART_TXEN_bm | USART_RXEN_bm); // constantly +17uA\n}\n\nvoid initSecondUARTwith9600() {\n\t#if defined (__AVR_ATtiny1626__)\n\t\tPORTMUX.USARTROUTEA = 1; // normal pin position\n\t#else\n\t\tPORTMUX.CTRLB = 1; // alternative pin position\n\t#endif\n\t\n\tUSART0.CTRLB |= (USART_TXEN_bm | USART_RXEN_bm); // VERY STRANGE WORKAROUND: if this is not here: re-initialization of uart fails most of the time\n\t\n\t// pins need to be initialized manually, otherwise UART not working\n\tPORTA.PIN1CTRL = 0; // enable input buffer again\n\tPORTA.PIN2CTRL = 0; // enable input buffer again\n\tPORTA.OUTSET = PIN1_bm; // set output HIGH (recommended in datasheet)\n\tPORTA.DIR |= PIN1_bm; // TX = output\n\tPORTA.DIR &= ~PIN2_bm; // RX = input\n\t\n\t// here: CTRLB = ON -> DOES NOT WORK, needs to be BEFORE PIN change -> has something to do with pin configuration\n\t\n\tUSART0.BAUD = (uint16_t) USART0_BAUD_RATE(9600); // calculate BAUD rate (depending on F_CPU)\n\t//USART0.CTRLB |= (USART_TXEN_bm | USART_RXEN_bm); // constantly +17uA\n}\n\nuint8_t uartFlush() {\n\tuint8_t unused = 0;\n\twhile(USART0.STATUS & USART_RXCIF_bm) { unused = USART0.RXDATAL; } // read char from buffer\n\treturn unused;\n}\n\nvoid deinitSecondUartPins() {\n\tPORTA.DIR = PORTA.DIR & ~PIN1_bm; // TXD2 as INPUT pin, otherwise leakage\n\tPORTA.DIR = PORTA.DIR & ~PIN2_bm; // RXD2 as INPUT pin, otherwise leakage\n\tPORTA.PIN1CTRL = (0 << PORT_INVEN_bp) | (0 << PORT_PULLUPEN_bp) | (1 << PORT_ISC2_bp); // not inverted, no pull-up, disable input buffer (can't read input values), IMPORTANT, otherwise +30uA leakage\n\tPORTA.PIN2CTRL = (0 << PORT_INVEN_bp) | (0 << PORT_PULLUPEN_bp) | (1 << PORT_ISC2_bp); // not inverted, no pull-up, disable input buffer (can't read input values), IMPORTANT, otherwise +30uA leakage\t\n}\n\nvoid uartOff() {\n\twhile(!((USART0.STATUS & USART_TXCIF_bm) && (USART0.STATUS & USART_DREIF_bm))) { ; } // wait till transmit is completed and data register is empty\n\tUSART0.STATUS |= USART_TXCIF_bm; // no Interrupt call, clearing manual, this flag is automatically cleared when the transmit complete interrupt vector is executed. The flag can also be cleared by writing a '1' to its bit location\n\tUSART0.CTRLB = 0; // uart off, otherwise +~500 uA in standby sleep\t\n}\n\nbool uartRead(char breakChar, char *line, uint8_t maxLength, uint16_t timeoutMs) {\n\tuint8_t index = 0;\n\tchar c;\n\tmemset(line, 0, maxLength);\n\tuartFlush();\n\twhile(1) {\n\t\twhile(!(USART0.STATUS & USART_RXCIF_bm)) {\n\t\t\ttimeoutMs--;\n\t\t\t_delay_ms(1); // WARNING!!! only works for 9600 baud (1.0416ms/byte)\n\t\t\tif(timeoutMs == 0) { return false; }\n\t\t}\n\t\tc = (char) (USART0.RXDATAL);\n\t\tif(c != '\\n' && c != '\\r') { // do not add \\n and \\r\n\t\t\tline[index++] = c;\n\t\t\tif(index >= maxLength) {\n\t\t\t\tindex = 0;\n\t\t\t}\n\t\t}\n\t\tif(c == breakChar) {\n\t\t\tline[index] = '\\0'; // zero terminate string\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n}\n\nbool uartReadMultipleLines(uint8_t lines, char breakChar, char *line, uint8_t maxLength, uint16_t timeoutMs) {\n\tuint8_t index = 0;\n\tchar c;\n\tif(lines == 0) { return false; }\n\tmemset(line, 0, maxLength);\n\tuartFlush();\n\twhile(1) {\n\t\twhile(!(USART0.STATUS & USART_RXCIF_bm)) {\n\t\t\ttimeoutMs--;\n\t\t\t_delay_ms(1); // WARNING!!! only works for 9600 baud (1.0416ms/byte)\n\t\t\tif(timeoutMs == 0) { return false; }\n\t\t}\n\t\tc = (char) (USART0.RXDATAL);\n\t\t//if(c != '\\n' && c != '\\r') { // do not add \\n and \\r\n\t\t\tline[index++] = c;\n\t\t\tif(index >= maxLength) {\n\t\t\t\tindex = 0;\n\t\t\t}\n\t\t//}\n\t\tif(c == breakChar) {\n\t\t\tlines--;\n\t\t\tif(lines == 0) {\n\t\t\t\tline[index] = '\\0'; // zero terminate string\n\t\t\t\treturn true;\t\t\t\t\n\t\t\t}\n\t\t}\n\t}\n\treturn true;\n}\n\nvoid print(const char *in) {\n\twhile(*in != '\\0') {\n\t\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n\t\tUSART0.TXDATAL = *in;\n\t\tin++;\n\t}\n\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n}\n\nvoid println(const char *in) {\n\tprint(in);\n\tprint(\"\\n\");\n\tprint(\"\\r\");\n}\n\nvoid printU16(uint16_t in) {\n\tif(in >= 10) {\n\t\tprintU16(in / 10);\n\t}\n\tuint8_t digit = in % 10;\n\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n\tUSART0.TXDATAL = '0' + digit;\n}\n\nvoid printNum(uint32_t in) {\n\tif(in >= 10) {\n\t\tprintNum(in / 10);\n\t}\n\tuint8_t digit = in % 10;\n\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n\tUSART0.TXDATAL = '0' + digit;\n}\n\nstatic int usePrintfFunction(char c, FILE *stream) { // static functions should not be declared in C++ header!\n\twhile(!(USART0.STATUS & USART_DREIF_bm)) { ; }\n\tUSART0.TXDATAL = c;\n\treturn 0;\n}\n\nvoid usePrintf() {\n\tstatic FILE mystdout;\n\tfdev_setup_stream(&mystdout, usePrintfFunction, NULL, _FDEV_SETUP_WRITE);\n\tstdout = &mystdout;\n}"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/UART.h",
    "content": "#ifndef UART_H_\n#define UART_H_\n\n// AVR libs\n#include <avr/sleep.h>\n#include <avr/power.h>\n#include <avr/io.h>\n#include <util/delay.h>\n#include <avr/eeprom.h>\n#include <avr/interrupt.h>\n#include <stdio.h>\n#include <string.h>\n\n#define USART0_BAUD_RATE(BAUD_RATE)\t\t\t\t((float)(F_CPU * 64 / (16 * (float)BAUD_RATE)) + 0.5) // IMPORTANT: result needs to be >= 64 in order to work!\n\nvoid initPrimaryUARTwith9600();\nvoid initPrimaryUARTwith115200(); // at least 2 MHz\n\nvoid initSecondUARTwith9600(); // 9600: asynchronous by default, NOT @32kHz, should run @0.25MHz as well (BAUD register = 104.666 > 64, okay!)\n//void initSecondUARTwith115200(); // asynchronous by default, WARNING: requires at least 2MHz CPU speed, see USART0_BAUD_RATE calculation comment, works with ESP32 down until 2.15V (nice)\n\nvoid deinitSecondUartPins();\n\nvoid uartOff();\n\nbool uartRead(char breakChar, char *line, uint8_t maxLength, uint16_t timeoutMs);\nbool uartReadMultipleLines(uint8_t lines, char breakChar, char *line, uint8_t maxLength, uint16_t timeoutMs);\nuint8_t uartFlush();\n\nvoid print(const char *in);\nvoid println(const char *in);\nvoid printNum(uint32_t in); // WARNING: recursive\nvoid printU16(uint16_t in); // WARNING: recursive\nvoid usePrintf(); // AVOID! printf needs 1500 bytes in flash!\n\n\n#endif /* UART_H_ */"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst/main.cpp",
    "content": "// F_CPU in project settings\n#include \"TickTag.h\"\n#include \"EEPROM_CAT24M01.h\"\n#include \"GPS_L70_Light.h\"\n#include \"I2C.h\"\n#include \"UART.h\"\n#include \"HelperFunctions.h\"\n#include \"TestFunctions.h\"\n#include \"Configuration.h\"\n\n// execute following avrdude commands before flashing: cd [Github Folder]\\TickTag\\TickTagSoftware\\avrdude\\bin\n\n// ATTINY1616\n// no BOD in sleep, sampled:\t\tavrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse1:w:0b00011000:m\t\t(000 = BODLEVEL 1.8V, 1 = BOD SAMP FREQ 125HZ, 10 = BOD SAMPLED, 00 = BOD DISABLED IN SLEEP)\n// run @16MHz:\t\t\t\t\t\tavrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse2:w:0b00000001:m\t\t(0 = OSC REG ACCESS, XXXXX, 01 = RUN AT 16MHZ)\n// keep EEPROM after flashing:\t\tavrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse5:w:0b11110111:m\n// only 8ms start delay:\t\t\tavrdude -c jtag2updi -P com7 -p t1616 -C ..\\etc\\avrdude.conf -U fuse6:w:0b00000100:m\t\t(100 = 8ms)\n\n// ATTINY1626\n// no BOD in sleep, sampled:\t\tavrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse1:w:0b00011000:m\t\t(000 = BODLEVEL 1.8V, 1 = BOD SAMP FREQ 125HZ, 10 = BOD SAMPLED, 00 = BOD DISABLED IN SLEEP)\n// run @16MHz:\t\t\t\t\t\tavrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse2:w:0b00000001:m\t\t(0 = OSC REG ACCESS, XXXXX, 01 = RUN AT 16MHZ)\n// keep EEPROM after flashing:\t\tavrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse5:w:0b11110111:m\n// only 8ms start delay:\t\t\tavrdude -c jtag2updi -P com7 -p t1626 -C ..\\etc\\avrdude.conf -U fuse6:w:0b00000100:m\t\t(100 = 8ms)\n\n// WARNING: uartRead() and uartReadMultipleLines() has 1ms delay -> only works for 9600 baud, very very close\n// WARNING: uartRead and uartReadMultipleLine: changed \"if(index > maxLength)\" to \"if(index >= maxLength)\"\n// NOTE: 1Hz mode (frequency = 1 .. 5) -> does not stop when eeprom minimum voltage from configuration reached, but when reaching MIN_VOLTAGE_UNDER_LOAD (or time is over) -> might fully empty a battery then\n// NOTE: if SENDING jumper set = RXD2 (powers ATTINY alone via UART bridge, without battery connected) -> any current flow in direction of lipo? -> NO\n// NOTE: drift test: ~4 seconds per 15min (calculated: = ~16 seconds per hour = ~6min per day), measured again: 6.7 seconds per 30min\n// NOTE: drift test 2: OFF at 9:30 (7:30 UTC), ON at 23:59 (21:59 UTC) -> woke up at 23:50:40 (drift: 8min 20s in 14 hours)\n// NOTE: flashing new software requires removal of lipo (after flashing: 1.4mA power consumption until hard reset) -> NO, FIXED with new jtag2updi programming software\n\n/** Global objects and variable */\nuint8_t state = ST_FIRST_START_HARD_RESET;\nuint16_t batteryVoltage;\nuint8_t timeoutCounter = 0;\nuint8_t timeoutNotEvenTimeCounter = 0;\nuint16_t undervoltageUnderLoadCounter = 0;\nuint16_t errorCounter = 0;\nuint16_t firstTTFinSession = 0;\nbool noFixInSessionYet;\nbool blinkDuringFirstFix = true;\nuint16_t eepromSettingMinVoltage = OPERATION_VOLTAGE_DEFAULT;\nuint16_t eepromSettingGPSFrequencySeconds = GPS_FREQUENCY_SECONDS_DEFAULT;\nuint8_t eepromSettingMinHDOP = MIN_HDOP_DEFAULT;\nuint16_t eepromSettingActivationDelaySeconds = ACTIVATION_DELAY_DEFAULT;\nuint8_t eepromSettingTurnOnHour;\nuint8_t eepromSettingTurnOnMinute;\nuint8_t eepromSettingTurnOffHour;\nuint8_t eepromSettingTurnOffMinute;\nuint8_t eepromSettingGeofencing;\nuint8_t eepromSettingBlink;\nuint8_t eepromSettingBurstDuration;\nvolatile bool downloadInterrupt; // volatile because used in ISR\nvolatile bool gpio2Interrupt; // volatile because used in ISR\nvolatile bool rtcInterrupt; // volatile because used in ISR\nuint32_t timestampEstimation;\nbool activated;\nint32_t geofenceLat;\nint32_t geofenceLon;\n\n/** Interrupt functions */\n\nISR(PORTA_PORT_vect) { downloadInterrupt = true; PORTA.INTFLAGS |= PORT_INT5_bm; } // clear interrupt pin flag, must do this to handle next interrupt \nISR(RTC_CNT_vect) { rtcInterrupt = true; RTC.INTFLAGS = RTC_OVF_bm; } // for standby sleep\nISR(TCA0_OVF_vect) { deviceIncrementTimer(); TCA0.SINGLE.INTFLAGS = TCA_SINGLE_OVF_bm; }  // Clear the interrupt flag (to reset TCA0.CNT)\nISR(PORTC_PORT_vect) { gpio2Interrupt = true; PORTC.INTFLAGS |= PORT_INT1_bm; } // for activation by GPIO2\n\n/** Various helper functions */\n\nvoid wait(uint16_t seconds) {\n\tdeviceInitInternalRTCInterrupt(seconds);\n\tdeviceStandbySleep();\n\tRTC.CTRLA = 0; // disable RTC interrupt\n}\n\nbool voltageNotOkay() {\n\treturn (batteryVoltage < eepromSettingMinVoltage) || (batteryVoltage > OPERATION_VOLTAGE_MAX_RANGE);\n}\n\n/** Night time functions */\n\nbool isNightTime() {\n\tconst uint16_t OFF_MINUTES_OF_DAY = (eepromSettingTurnOffHour * 60) + eepromSettingTurnOffMinute; // 0 ........ 1439\n\tconst uint16_t ON_MINUTES_OF_DAY = (eepromSettingTurnOnHour * 60) + eepromSettingTurnOnMinute; // 0 ........ 1439\n\tuint32_t minutesOfDay = (timestampEstimation / 60UL) % 1440UL;\n\tif((eepromSettingTurnOnHour == 0) && (eepromSettingTurnOnMinute == 0) && (eepromSettingTurnOffHour == 23) && (eepromSettingTurnOffMinute == 59)) { return false; } // always on\n\tif(timestampEstimation == 0) { return false; } // no valid time - can't judge\n\t\n\tif(OFF_MINUTES_OF_DAY < ON_MINUTES_OF_DAY) { // ----OFF___ON-------- (tag on over midnight)\n\t\tif((minutesOfDay >= OFF_MINUTES_OF_DAY) && (minutesOfDay < ON_MINUTES_OF_DAY)) { // \"<\" important because interrupt happens at exact minute (e.g. 14:15) -> would go to sleep again\n\t\t\treturn true;\n\t\t}\n\t}\n\telse { // ___ON----------OFF__\n\t\tif((minutesOfDay >= OFF_MINUTES_OF_DAY) || (minutesOfDay < ON_MINUTES_OF_DAY)) { // \"<\" important because interrupt happens at exact minute (e.g. 14:15) -> would go to sleep again\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n}\n\n/** Internal EEPROM functions */\n\nuint16_t getOperationVoltageMinFromTinyEEPROM() {\n\tuint16_t val = (((uint16_t) TinyEEPROM(EEPROM_OPERATION_VOLTAGE_MIN_ADDRESS)) << 8) | (((uint16_t) TinyEEPROM(EEPROM_OPERATION_VOLTAGE_MIN_ADDRESS + 1)));\n\tif((val < OPERATION_VOLTAGE_MIN_RANGE) || (val > OPERATION_VOLTAGE_MAX_RANGE)) { return OPERATION_VOLTAGE_DEFAULT; }\n\treturn val;\n}\n\nuint16_t getGPSFrequencyFromTinyEEPROM() {\n\tuint16_t val = (((uint16_t) TinyEEPROM(EEPROM_GPS_FREQUENCY_SECONDS_ADDRESS)) << 8) | (((uint16_t) TinyEEPROM(EEPROM_GPS_FREQUENCY_SECONDS_ADDRESS + 1)));\n\tif((val < GPS_MIN_FREQUENCY_SECONDS_RANGE) || (val > GPS_MAX_FREQUENCY_SECONDS_RANGE)) { return GPS_FREQUENCY_SECONDS_DEFAULT; }\n\treturn val;\n}\n\nuint8_t getMinHDOPFromTinyEEPROM() {\n\tuint8_t val = (uint8_t) TinyEEPROM(EEPROM_MIN_HDOP_ADDRESS);\n\tif((val < MIN_HDOP_MIN_RANGE) || (val > MIN_HDOP_MAX_RANGE)) { return MIN_HDOP_DEFAULT; }\n\treturn val;\n}\n\nuint16_t getActivationDelayFromTinyEEPROM() {\n\tuint16_t val = (((uint16_t) TinyEEPROM(EEPROM_ACTIVATION_DELAY_SECONDS_ADDRESS)) << 8) | (((uint16_t) TinyEEPROM(EEPROM_ACTIVATION_DELAY_SECONDS_ADDRESS + 1)));\n\tif((val < ACTIVATION_MIN_DELAY_SECONDS_RANGE) || (val > ACTIVATION_MAX_DELAY_SECONDS_RANGE)) { return ACTIVATION_DELAY_DEFAULT; }\n\treturn val;\t\n}\n\nuint8_t getTurnOnHourFromTinyEEPROM() {\n\tuint8_t val = (uint8_t) TinyEEPROM(EEPROM_HOUR_ON_ADDRESS);\n\tif(val > 23) { return HOUR_ON_DEFAULT; }\n\treturn val;\n}\n\nuint8_t getTurnOnMinuteFromTinyEEPROM() {\n\tuint8_t val = (uint8_t) TinyEEPROM(EEPROM_MINUTE_ON_ADDRESS);\n\tif(val > 59) { return MINUTE_ON_DEFAULT; }\n\treturn val;\n}\n\nuint8_t getTurnOffHourFromTinyEEPROM() {\n\tuint8_t val = (uint8_t) TinyEEPROM(EEPROM_HOUR_OFF_ADDRESS);\n\tif(val > 23) { return HOUR_OFF_DEFAULT; }\n\treturn val;\n}\n\nuint8_t getTurnOffMinuteFromTinyEEPROM() {\n\tuint8_t val = (uint8_t) TinyEEPROM(EEPROM_MINUTE_OFF_ADDRESS);\n\tif(val > 59) { return MINUTE_OFF_DEFAULT; }\n\treturn val;\n}\n\n/** Reading data functions */\n\nbool readMemory() {\n\tuint8_t buffer[DATA_FIX_LENGTH];\n\tuint32_t cnt, addressPointer, addressIterator, timestamp, ttfSum, hdopSum, temp;\n\tint32_t lat, lon;\n\t\n\t// meta data output from RAM\n\tprintf(\"UVs: %u, TOs: %u/%u, ErrorsOrGF: %u, TTFF: %u\\n\\r\", undervoltageUnderLoadCounter, timeoutNotEvenTimeCounter, timeoutCounter, errorCounter, firstTTFinSession);\n\t\n\t// read address pointer\n\tif(!eepromReadMemory(METADATA_ADDRESS_OF_ADDRESS_POINTER, buffer, 4)) { return false; } // read current memory position\n\taddressPointer = arrayToUint32(buffer);\n\tif((addressPointer == 0xFFFFFFFF) || (addressPointer > EEPROM_CAT24M01_MEM_SIZE)) { // assuming memory is empty or other issue\n\t\treturn false;\n\t}\n\n\t// calculate stored fixes\n\tuint32_t storedFixes = addressPointer - METADATA_PREFIX_LENGTH_IN_MEMORY;\n\tstoredFixes = storedFixes / DATA_FIX_LENGTH;\n\t\n\t// read ttf sum\n\tif(!eepromReadMemory(METADATA_ADDRESS_OF_TTF_SUM, buffer, 4)) { return false; } // read current memory position\n\tttfSum = arrayToUint32(buffer);\n\tif(ttfSum == 0xFFFFFFFF) { ttfSum = 0; } // first time ever reading stuff\n\tif(storedFixes == 0) { ttfSum = 0; }\n\telse { ttfSum = ttfSum / storedFixes; } // calculate average ttf value\n\t\n\t// read hdop sum\n\tif(!eepromReadMemory(METADATA_ADDRESS_OF_HDOP_SUM, buffer, 4)) { return false; } // read current memory position\n\thdopSum = arrayToUint32(buffer);\n\tif(hdopSum == 0xFFFFFFFF) { hdopSum = 0; } // first time ever reading stuff\n\tif(storedFixes == 0) { hdopSum = 0; }\n\telse { hdopSum = hdopSum / storedFixes; } // calculate average ttf value\n\t\n\t// output of metadata from EEPROM\n\tprintf(\"Fixes: %lu, Avg. TTF: %lu s, Avg. HDOP (x10): %lu\\n\\r\", storedFixes, ttfSum, hdopSum);\n\t\n\t// read data over uart until address pointer\n\taddressIterator = METADATA_PREFIX_LENGTH_IN_MEMORY; // start reading data at first data address\n\tcnt = 1;\n\tprintf(\"\\n\\rcount,timestamp,lat,lon\\n\\r\");\n\twhile(1) {\n\t\tif(!eepromReadMemory(addressIterator, buffer, DATA_FIX_LENGTH)) { return false; } // read one dataset in memory\n\t\t\n\t\t// decompress memory\n\t\ttemp = buffer[0];\n\t\tlat = temp << 17;\n\t\ttemp = buffer[1];\n\t\tlat = lat | (temp << 9);\n\t\ttemp = buffer[2];\n\t\tlat = lat | (temp << 1);\n\t\ttemp = buffer[3];\n\t\tlat = lat | ((temp >> 7) & 0xFF);\n\t\tlat -= 9000000L;\n\t\t\n\t\tlon = (temp & 0b01111111) << 19;\n\t\ttemp = buffer[4];\n\t\tlon = lon | (temp << 11);\n\t\ttemp = buffer[5];\n\t\tlon = lon | (temp << 3);\n\t\ttemp = buffer[6];\n\t\tlon = lon | ((temp >> 5) & 0xFF);\n\t\tlon -= 18000000L;\n\t\t\n\t\ttimestamp = (temp & 0b00011111) << 24;\n\t\ttemp = buffer[7];\n\t\ttimestamp = timestamp | (temp << 16);\n\t\ttemp = buffer[8];\n\t\ttimestamp = timestamp | (temp << 8);\n\t\ttemp = buffer[9];\n\t\ttimestamp = timestamp | ((temp) & 0xFF);\n\t\ttimestamp += COMPRESSION_TIMESTAMP;\t\t\n\t\t\n\t\tprintf(\"%lu,%lu,%ld.%05ld,%ld.%05ld\\n\\r\", cnt, timestamp, lat / 100000L, labs(lat) % 100000L, lon / 100000L, labs(lon) % 100000L);\n\t\t\n\t\taddressIterator += DATA_FIX_LENGTH;\n\t\tif((addressIterator + DATA_FIX_LENGTH) > addressPointer) { break; } // addressPointer = 131072, addressIterator = 131068 -> would read next 12 byte in iteration\n\t\tcnt++;\n\t\t\n\t\tif((cnt > 200) && (~PORTA.IN & PIN5_bm)) { return true; } // interrupt possible with download button after 200 entries being read out\n\t}\n\treturn true;\n}\n\nvoid readMemoryFancy() {\n\tprintf(\"*START MEMORY*\\n\\r\");\n\tif(!readMemory()) { printf(\"EMPTY\\n\\r\"); }\n\tprintf(\"*END MEMORY*\\n\\r\");\t\n}\n\nvoid startMenue() {\n\tconst uint8_t LEN = 32;\n\tchar command[LEN];\n\t\t\n\tinitSecondUARTwith9600(); // + some uA\n\tdeviceBlink(5);\n\tdevicePowerMemoryAndI2COn();\n\ti2cInit();\n\tblinkDuringFirstFix = true; // blink again when menue was shown\n\n\tprintf(\"---TICK-TAG---\\n\\r\");\n\treadMemoryFancy();\n\twhile(1) {\n\t\t//printf(\"ID: %02X%02X%02X%02X%02X%02X%02X%02X%02X%02X\\n\\r\", SIGROW.SERNUM0, SIGROW.SERNUM1, SIGROW.SERNUM2, SIGROW.SERNUM3, SIGROW.SERNUM4, SIGROW.SERNUM5, SIGROW.SERNUM6, SIGROW.SERNUM7, SIGROW.SERNUM8, SIGROW.SERNUM9);\n\t\tprintf(\"V%u, ID: %02X-%02X%02X, %umV, %02Xb\\n\\r\", SOFTWARE_VERSION, SIGROW.SERNUM0, SIGROW.SERNUM8, SIGROW.SERNUM9, batteryVoltage, eepromSettingBlink); // saves a lot of flash memory\n\t\tprintf(\"SETTINGS:\\n\\r- Min voltage: %u mV\\n\\r- Frequency: %u s\\n\\r- Min HDOP (x10): %u\\n\\r- Activation delay: %u s\\n\\r- Geofencing: %u\\n\\r- Burst duration: %u s\\n\\r\", eepromSettingMinVoltage, eepromSettingGPSFrequencySeconds, eepromSettingMinHDOP, eepromSettingActivationDelaySeconds, eepromSettingGeofencing, eepromSettingBurstDuration);\n\t\tif((eepromSettingTurnOnHour == 0) && (eepromSettingTurnOnMinute == 0) && (eepromSettingTurnOffHour == 23) && (eepromSettingTurnOffMinute == 59)) { \n\t\t\tprintf(\"- No time\\n\\r\");\n\t\t}\n\t\telse {\n\t\t\tprintf(\"- Time: %u:%02u - %u:%02u UTC\\n\\r\", eepromSettingTurnOnHour, eepromSettingTurnOnMinute, eepromSettingTurnOffHour, eepromSettingTurnOffMinute);\n\t\t}\n\t\tprintf(\"\\n\\r0 Read memory\\n\\r1 Reset memory\\n\\r2 Set min. voltage\\n\\r\");\n\t\tprintf(\"3 Set frequency\\n\\r4 Set accuracy\\n\\r5 Set activation delay\\n\\r\");\n\t\tprintf(\"6 Set times\\n\\r7 Toggle geofencing ON/OFF\\n\\r8 Set burst duration\\n\\r9 Exit\\n\\r\");\n\t\tif(!uartRead('\\r', command, LEN, 40000)) {\n\t\t\tprintf(\"Bye! Sleeping until activation (by pressing button again)\\n\\r\");\n\t\t\tbreak;\n\t\t}\n\t\tif(command[0] == '0') {\n\t\t\treadMemoryFancy();\n\t\t}\n\t\telse if(command[0] == '1') {\n\t\t\tuint8_t buffer[4] = { 0xFF, 0xFF, 0xFF, 0xFF };\n\t\t\tprintf(\"... \");\n\t\t\tif(!eepromWriteMemory(METADATA_ADDRESS_OF_ADDRESS_POINTER, buffer, 4)) { printf(\"ERROR\\n\\r\"); } // reset address pointer\n\t\t\tif(!eepromWriteMemory(METADATA_ADDRESS_OF_TTF_SUM, buffer, 4)) { printf(\"ERROR\\n\\r\"); } // reset ttf sum\n\t\t\tif(!eepromWriteMemory(METADATA_ADDRESS_OF_HDOP_SUM, buffer, 4)) { printf(\"ERROR\\n\\r\"); } // reset hdop sum\n\t\t\ttimeoutCounter = 0;\n\t\t\ttimeoutNotEvenTimeCounter = 0;\n\t\t\tundervoltageUnderLoadCounter = 0;\n\t\t\terrorCounter = 0;\n\t\t\tfirstTTFinSession = 0;\n\t\t\tprintf(\"DONE\\n\\r\");\n\t\t}\n\t\telse if(command[0] == '2') {\n\t\t\tprintf(\"Enter mV (%u..%u):\\n\\r\", OPERATION_VOLTAGE_MIN_RANGE, OPERATION_VOLTAGE_MAX_RANGE);\n\t\t\t//printf(\"-------------------\\n\\r\");\n\t\t\tif(!uartRead('\\r', command, LEN, 60000)) { printf(\"TIMEOUT\\n\\r\"); break; }\n\t\t\tint16_t val = atoi(command);\n\t\t\tuint16_t valUnsigned = val;\n\t\t\tif((valUnsigned < OPERATION_VOLTAGE_MIN_RANGE) || (valUnsigned > OPERATION_VOLTAGE_MAX_RANGE)) {\n\t\t\t\tprintf(\"ERROR\\n\\r\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// write EEPROM settings\n\t\t\t\t(TinyEEPROM(EEPROM_OPERATION_VOLTAGE_MIN_ADDRESS)) = (uint8_t) (valUnsigned >> 8);\n\t\t\t\t(TinyEEPROM(EEPROM_OPERATION_VOLTAGE_MIN_ADDRESS + 1)) = (uint8_t) (valUnsigned);\n\t\t\t\t\n\t\t\t\t// read EEPROM settings to check\n\t\t\t\t#if DOUBLE_CHECK_EEPROM_AFTER_SETTING == true\n\t\t\t\t_delay_ms(100);\n\t\t\t\tuint16_t valCheck = getOperationVoltageMinFromTinyEEPROM();\n\t\t\t\t\n\t\t\t\tif(valCheck != valUnsigned) { printf(\"ERROR\\n\\r\"); }\n\t\t\t\telse {\n\t\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\t\teepromSettingMinVoltage = valCheck; // update global variable\n\t\t\t\t}\n\t\t\t\t#else\n\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\teepromSettingMinVoltage = valUnsigned; // update global variable\n\t\t\t\t#endif\n\t\t\t}\n\t\t}\n\t\telse if(command[0] == '3') {\n\t\t\tprintf(\"Enter GPS frequency in s (%u..%u, 1..5 = stay-on):\\n\\r\", GPS_MIN_FREQUENCY_SECONDS_RANGE, GPS_MAX_FREQUENCY_SECONDS_RANGE);\n\t\t\t//printf(\"-------------------\\n\\r\");\n\t\t\tif(!uartRead('\\r', command, LEN, 60000)) { printf(\"TIMEOUT\\n\\r\"); break; }\n\t\t\tint16_t val = atoi(command);\n\t\t\tuint16_t valUnsigned = val;\n\t\t\tif((valUnsigned < GPS_MIN_FREQUENCY_SECONDS_RANGE) || (valUnsigned > GPS_MAX_FREQUENCY_SECONDS_RANGE)) {\n\t\t\t\tprintf(\"ERROR\\n\\r\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// write EEPROM settings\n\t\t\t\t(TinyEEPROM(EEPROM_GPS_FREQUENCY_SECONDS_ADDRESS)) = (uint8_t) (valUnsigned >> 8);\n\t\t\t\t(TinyEEPROM(EEPROM_GPS_FREQUENCY_SECONDS_ADDRESS + 1)) = (uint8_t) (valUnsigned);\n\t\t\t\t\n\t\t\t\t// read EEPROM settings to check\n\t\t\t\t#if DOUBLE_CHECK_EEPROM_AFTER_SETTING == true\n\t\t\t\t_delay_ms(100);\n\t\t\t\tuint16_t valCheck = getGPSFrequencyFromTinyEEPROM();\n\t\t\t\t\n\t\t\t\tif(valCheck != valUnsigned) { printf(\"ERROR\\n\\r\"); }\n\t\t\t\telse {\n\t\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\t\teepromSettingGPSFrequencySeconds = valCheck; // update global variable\n\t\t\t\t}\n\t\t\t\t#else\n\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\teepromSettingGPSFrequencySeconds = valUnsigned; // update global variable\n\t\t\t\t#endif\n\t\t\t}\n\t\t}\n\t\telse if(command[0] == '4') {\n\t\t\tprintf(\"Enter min HDOP x 10 (%u..%u):\\n\\r\", MIN_HDOP_MIN_RANGE, MIN_HDOP_MAX_RANGE);\n\t\t\tprintf(\"TT tries to achieve HDOP within %u s\\n\\r\", MAX_WAIT_ON_GOOD_HDOP_SECONDS);\n\t\t\t//printf(\"-------------------\\n\\r\");\n\t\t\tif(!uartRead('\\r', command, LEN, 60000)) { printf(\"TIMEOUT\\n\\r\"); break; }\n\t\t\tint16_t val = atoi(command);\n\t\t\tuint16_t valUnsigned = val;\n\t\t\tif((valUnsigned < MIN_HDOP_MIN_RANGE) || (valUnsigned > MIN_HDOP_MAX_RANGE)) {\n\t\t\t\tprintf(\"ERROR\\n\\r\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// write EEPROM settings\n\t\t\t\t(TinyEEPROM(EEPROM_MIN_HDOP_ADDRESS)) = (uint8_t) (valUnsigned);\n\t\t\t\t\n\t\t\t\t// read EEPROM settings to check\n\t\t\t\t#if DOUBLE_CHECK_EEPROM_AFTER_SETTING == true\n\t\t\t\t_delay_ms(100);\n\t\t\t\tuint8_t valCheck = getMinHDOPFromTinyEEPROM();\n\t\t\t\t\n\t\t\t\tif(valCheck != valUnsigned) { printf(\"ERROR\\n\\r\"); }\n\t\t\t\telse {\n\t\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\t\teepromSettingMinHDOP = valCheck; // update global variable\n\t\t\t\t}\n\t\t\t\t#else\n\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\teepromSettingMinHDOP = valUnsigned; // update global variable\n\t\t\t\t#endif\n\t\t\t}\n\t\t}\n\t\telse if(command[0] == '5') {\n\t\t\tprintf(\"Enter activation delay in s (%u..%u):\\n\\r\", ACTIVATION_MIN_DELAY_SECONDS_RANGE, ACTIVATION_MAX_DELAY_SECONDS_RANGE);\n\t\t\t//printf(\"-------------------\\n\\r\");\n\t\t\tif(!uartRead('\\r', command, LEN, 60000)) { printf(\"TIMEOUT\\n\\r\"); break; }\n\t\t\tint16_t val = atoi(command);\n\t\t\tuint16_t valUnsigned = val;\n\t\t\tif((valUnsigned < ACTIVATION_MIN_DELAY_SECONDS_RANGE) || (valUnsigned > ACTIVATION_MAX_DELAY_SECONDS_RANGE)) {\n\t\t\t\tprintf(\"ERROR\\n\\r\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// write EEPROM settings\n\t\t\t\t(TinyEEPROM(EEPROM_ACTIVATION_DELAY_SECONDS_ADDRESS)) = (uint8_t) (valUnsigned >> 8);\n\t\t\t\t(TinyEEPROM(EEPROM_ACTIVATION_DELAY_SECONDS_ADDRESS + 1)) = (uint8_t) (valUnsigned);\n\t\t\t\t\n\t\t\t\t// read EEPROM settings to check\n\t\t\t\t#if DOUBLE_CHECK_EEPROM_AFTER_SETTING == true\n\t\t\t\t_delay_ms(100);\n\t\t\t\tuint16_t valCheck = getActivationDelayFromTinyEEPROM();\n\t\t\t\t\n\t\t\t\tif(valCheck != valUnsigned) { printf(\"ERROR\\n\\r\"); }\n\t\t\t\telse {\n\t\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\t\teepromSettingActivationDelaySeconds = valCheck; // update global variable\n\t\t\t\t}\n\t\t\t\t#else\n\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\teepromSettingActivationDelaySeconds = valUnsigned; // update global variable\n\t\t\t\t#endif\n\t\t\t}\n\t\t}\n\t\telse if(command[0] == '6') {\n\t\t\tprintf(\"Enter UTC time to turn ON (format: HHMM):\\n\\r\");\n\t\t\tif(!uartRead('\\r', command, LEN, 60000)) { printf(\"TIMEOUT\\n\\r\"); break; }\n\t\t\tint16_t val = atoi(command);\n\t\t\tuint16_t valUnsignedOn = val;\n\t\t\tuint8_t hourOn = valUnsignedOn / 100;\n\t\t\tuint8_t minuteOn = valUnsignedOn % 100;\n\t\t\tif((hourOn > 23) || (minuteOn > 59)) {\n\t\t\t\tprintf(\"ERROR\\n\\r\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// no valcheck to save flash memory\n\t\t\t\tprintf(\"Enter UTC time to turn OFF (format: HHMM):\\n\\r\");\n\t\t\t\tif(!uartRead('\\r', command, LEN, 60000)) { printf(\"TIMEOUT\\n\\r\"); break; }\n\t\t\t\tval = atoi(command);\n\t\t\t\tuint16_t valUnsignedOff = val;\n\t\t\t\tuint8_t hourOff = valUnsignedOff / 100;\n\t\t\t\tuint8_t minuteOff = valUnsignedOff % 100;\n\t\t\t\tif((hourOff > 23) || (minuteOff > 59) || (valUnsignedOff == valUnsignedOn)) {\n\t\t\t\t\tprintf(\"ERROR\\n\\r\");\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t// write EEPROM settings\n\t\t\t\t\t(TinyEEPROM(EEPROM_HOUR_ON_ADDRESS)) = (uint8_t) (hourOn);\n\t\t\t\t\t(TinyEEPROM(EEPROM_MINUTE_ON_ADDRESS)) = (uint8_t) (minuteOn);\n\t\t\t\t\t(TinyEEPROM(EEPROM_HOUR_OFF_ADDRESS)) = (uint8_t) (hourOff);\n\t\t\t\t\t(TinyEEPROM(EEPROM_MINUTE_OFF_ADDRESS)) = (uint8_t) (minuteOff);\n\t\t\t\t\t\n\t\t\t\t\t// read EEPROM settings to check\n\t\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\t\teepromSettingTurnOnHour = hourOn; // update global variable\n\t\t\t\t\teepromSettingTurnOnMinute = minuteOn; // update global variable\n\t\t\t\t\teepromSettingTurnOffHour = hourOff; // update global variable\n\t\t\t\t\teepromSettingTurnOffMinute = minuteOff; // update global variable\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\telse if(command[0] == '7') {\n\t\t\tif(eepromSettingGeofencing > 0) {\n\t\t\t\t(TinyEEPROM(EEPROM_GEOFENCING_ADDRESS)) = (uint8_t) (0);\n\t\t\t\teepromSettingGeofencing = 0;\n\t\t\t}\n\t\t\telse {\n\t\t\t\t(TinyEEPROM(EEPROM_GEOFENCING_ADDRESS)) = (uint8_t) (1);\n\t\t\t\teepromSettingGeofencing = 1;\n\t\t\t}\n\t\t\t//printf(\"CHANGED: %u\\n\\r\", eepromSettingGeofencing);\n\t\t}\n\t\telse if(command[0] == '8') {\n\t\t\tprintf(\"Enter duration (0-250 s):\\n\\r\");\n\t\t\tif(!uartRead('\\r', command, LEN, 60000)) { printf(\"TIMEOUT\\n\\r\"); break; }\n\t\t\tint16_t val = atoi(command);\n\t\t\tuint16_t valUnsigned = val;\n\t\t\tif(valUnsigned > 250) {\n\t\t\t\tprintf(\"ERROR\\n\\r\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// write EEPROM settings\n\t\t\t\t(TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS)) = (uint8_t) (valUnsigned);\n\t\t\t\t\n\t\t\t\t// read EEPROM settings to check\n\t\t\t\t#if DOUBLE_CHECK_EEPROM_AFTER_SETTING == true\n\t\t\t\t_delay_ms(100);\n\t\t\t\tuint8_t valCheck = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n\t\t\t\t\n\t\t\t\tif(valCheck != valUnsigned) { printf(\"ERROR\\n\\r\"); }\n\t\t\t\telse {\n\t\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\t\teepromSettingBurstDuration = valCheck; // update global variable\n\t\t\t\t}\n\t\t\t\t#else\n\t\t\t\tprintf(\"OK\\n\\r\");\n\t\t\t\teepromSettingBurstDuration = valUnsigned; // update global variable\n\t\t\t\t#endif\n\t\t\t}\n\t\t}\n\t\telse if(command[0] == 'b') {\n\t\t\tif(eepromSettingBlink > 0) {\n\t\t\t\t(TinyEEPROM(EEPROM_BLINK_ADDRESS)) = (uint8_t) (0);\n\t\t\t\teepromSettingBlink = 0;\n\t\t\t}\n\t\t\telse {\n\t\t\t\t(TinyEEPROM(EEPROM_BLINK_ADDRESS)) = (uint8_t) (1);\n\t\t\t\teepromSettingBlink = 1;\n\t\t\t}\n\t\t\t//printf(\"BLINK: %u\\n\\r\", eepromSettingBlink);\n\t\t}\n\t\telse {\n\t\t\tprintf(\"Bye! Sleeping until activation (by pressing button again)\\n\\r\");\n\t\t\tbreak;\n\t\t}\n\t}\n\tdevicePowerMemoryAndI2COff();\n\t_delay_ms(250); // wait until printfs are finished and eeprom is powered off\n\tuartOff();\n\tdeinitSecondUartPins();\n}\n\nbool downloadButtonPressedFor3Seconds() {\n\tuint8_t cntStart = 30; // 30 = 3 seconds\n\twhile(cntStart > 0) { // check if pin is pulled low long enough\n\t\tif(PORTA.IN & PIN5_bm) { return false; } // not long enough pulled low\n\t\t_delay_ms(100);\n\t\tcntStart--;\n\t}\n\treturn true;\n}\n\n/** Memory storage functions */\n\nuint8_t storeInMemory(gps_t *gpsData, bool writeTtfSum) {\n\tuint8_t buffer[DATA_FIX_LENGTH];\n\tint32_t tempSigned;\n\tuint32_t addressPointer, ttfSum = 0, hdopSum = 0, timestamp, temp;\n\t\n\t// read address pointer\n\tif(!eepromReadMemory(METADATA_ADDRESS_OF_ADDRESS_POINTER, buffer, 4)) { return STORE_MEMORY_RETURN_ERROR; } // read current memory position\n\taddressPointer = arrayToUint32(buffer);\n\tif((addressPointer == 0xFFFFFFFF) || (addressPointer < METADATA_PREFIX_LENGTH_IN_MEMORY) || (addressPointer > EEPROM_CAT24M01_MEM_SIZE)) { // first time ever writing stuff or error in memory\n\t\taddressPointer = METADATA_PREFIX_LENGTH_IN_MEMORY;\n\t}\n\t\n\t// read ttf sum\n\tif(writeTtfSum) {\n\t\tif(!eepromReadMemory(METADATA_ADDRESS_OF_TTF_SUM, buffer, 4)) { return STORE_MEMORY_RETURN_ERROR; } // read current memory position\n\t\tttfSum = arrayToUint32(buffer);\n\t\tif(ttfSum == 0xFFFFFFFF) { ttfSum = 0; } // first time ever writing stuff\n\t}\n\t\n\t// read hdop sum\n\tif(!eepromReadMemory(METADATA_ADDRESS_OF_HDOP_SUM, buffer, 4)) { return STORE_MEMORY_RETURN_ERROR; } // read current memory position\n\thdopSum = arrayToUint32(buffer);\n\tif(hdopSum == 0xFFFFFFFF) { hdopSum = 0; } // first time ever writing stuff\n\n\t// fill data (compression to 10 byte)\n\ttimestamp = gpsGetUTCTimestamp(gpsData);\n\tif(timestamp < COMPRESSION_TIMESTAMP) { timestamp = 0; }\n\telse { timestamp -= COMPRESSION_TIMESTAMP; }\n\t\t\n\ttempSigned = gpsData->latitude + 9000000L;\n\ttemp = tempSigned; // 25 bit\n\tbuffer[0] = (temp >> 17) & 0xFF;\n\tbuffer[1] = (temp >> 9) & 0xFF;\n\tbuffer[2] = (temp >> 1) & 0xFF;\n\tbuffer[3] = (temp << 7) & 0xFF;\n\ttempSigned = gpsData->longitude + 18000000L;\n\ttemp = tempSigned; // 26 bit\n\tbuffer[3] = buffer[3] | ((temp >> 19) & 0xFF);\n\tbuffer[4] = (temp >> 11) & 0xFF;\n\tbuffer[5] = (temp >> 3) & 0xFF;\n\tbuffer[6] = (temp << 5) & 0xFF;\n\ttemp = timestamp; // 29 bit\n\tbuffer[6] = buffer[6] | ((temp >> 24) & 0xFF);\n\tbuffer[7] = (temp >> 16) & 0xFF;\n\tbuffer[8] = (temp >> 8) & 0xFF;\n\tbuffer[9] = (temp) & 0xFF;\n\t\n\tif(addressPointer + DATA_FIX_LENGTH > EEPROM_CAT24M01_MEM_SIZE) { return STORE_MEMORY_RETURN_MEMORY_FULL; }\n\t\n\t// storing data\n\tif(!eepromWriteMemory(addressPointer, buffer, DATA_FIX_LENGTH)) { return STORE_MEMORY_RETURN_ERROR; }\n\n\t// update address pointer\n\taddressPointer += DATA_FIX_LENGTH;\n\tbuffer[0] = (addressPointer >> 24); buffer[1] = (addressPointer >> 16); buffer[2] = (addressPointer >> 8); buffer[3] = addressPointer;\n\tif(!eepromWriteMemory(METADATA_ADDRESS_OF_ADDRESS_POINTER, buffer, 4)) { return STORE_MEMORY_RETURN_ERROR; }\n\t\t\n\t// update ttf sum\n\tif(writeTtfSum) {\n\t\tttfSum += gpsData->ttfSeconds;\n\t\tbuffer[0] = (ttfSum >> 24); buffer[1] = (ttfSum >> 16); buffer[2] = (ttfSum >> 8); buffer[3] = ttfSum;\n\t\tif(!eepromWriteMemory(METADATA_ADDRESS_OF_TTF_SUM, buffer, 4)) { return STORE_MEMORY_RETURN_ERROR; }\n\t}\n\t\n\t// update hdop sum\n\thdopSum += gpsData->hdop;\n\tbuffer[0] = (hdopSum >> 24); buffer[1] = (hdopSum >> 16); buffer[2] = (hdopSum >> 8); buffer[3] = hdopSum;\n\tif(!eepromWriteMemory(METADATA_ADDRESS_OF_HDOP_SUM, buffer, 4)) { return STORE_MEMORY_RETURN_ERROR; }\n\t\n\t/*#if DEBUGGING == true\n\t\tprintf(\"%lu %lu %lu\\n\\r\", addressPointer, ttfSum, hdopSum);\n\t\treadMemory();\n\t#endif*/\n\treturn STORE_MEMORY_RETURN_SUCCESS;\n}\n\n/** Tracking function */\n\nvoid trackingMerged() {\n\tdeviceInitTimer(); // for getting current system time (for ttf measurement)\n\tgps_t gpsData = { 0 };\n\tbool sampleSometimes = (eepromSettingGPSFrequencySeconds > 5); // 1 .. 5: stay on\n\n\tdevicePowerMemoryAndI2COn();\n\ti2cInit();\n\t\n\tdeviceL70powerOn();\n\tdeviceL70backupOn(); // just in case it has been turned off during night time\n\t\n\ttracking_result_t trackingResult = TRACKING_RUNNING;\n\tchar messageBuffer[L70_START_BUFFER_SIZE];\n\tchar *startMessage;\n\tuint8_t msgsReceived;\n\tuint16_t startTimeWaitAfterFirstFix = 0;\n\tinitPrimaryUARTwith9600(); // init uart to communicate with L70\n\tuint32_t secondsTtf;\n\tuint32_t alwaysOnCounter = 0;\n\tuint8_t burstCounter = 0;\n\t\n\tif(!gpsConfigureBeforeStart(messageBuffer)) {\n\t\ttrackingResult = TRACKING_ERROR; // see below for error handling\n\t}\n\t\n\t#if (USE_FLP_MODE == true)\n\t\tif(!sampleSometimes) { // only in continuous mode, because otherwise hot fixes do take way longer\n\t\t\tprintf(\"$PQFLP,W,1,0*21\\r\\n\"); // sends FLP response, but will be ignored\n\t\t}\n\t#endif\n\t\n\twhile(trackingResult == TRACKING_RUNNING) {\n\t\tmsgsReceived = 0;\n\t\t// wait on message from L70 (max. 2 * 80 Byte*(8+2) * (0.1042ms/bit) = 166.6ms)\n\t\tif(!uartReadMultipleLines(2, '\\n', messageBuffer, L70_START_BUFFER_SIZE, 3000)) { // flush and memset done in function\n\t\t\ttrackingResult = TRACKING_ERROR; // see below for error handling\n\t\t\tbreak;\n\t\t}\n\t\t\t\n\t\t// switch to debug uart\n\t\t#if (DEBUGGING == true)\n\t\t\tinitSecondUARTwith9600(); // uart to communicate with external programmer\n\t\t#endif\n\t\t\t\n\t\t// decode received message 1\n\t\tstartMessage = strchr(messageBuffer, '$'); // remove possible noise before $\n\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\t// no need to check if startMessage[0] == '$' -> strchr would return NULL otherwise\n\t\t\tif((startMessage[3] == 'R') && (startMessage[4] == 'M') && (startMessage[5] == 'C')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); msgsReceived++; }\n\t\t\telse if((startMessage[3] == 'G') && (startMessage[4] == 'G') && (startMessage[5] == 'A')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); msgsReceived++; }\n\t\t\t#if (DEBUGGING == true)\n\t\t\t\tprintf(\"%lu %s\\n\\r\", deviceGetMillis(), startMessage); // print full string\n\t\t\t\t//printf(\"%s\\n\\r\", startMessage); // print full string\n\t\t\t#endif\n\t\t}\n\t\t\t\n\t\t// decode received message 2\n\t\tif(strlen(startMessage) > 1) {\n\t\t\tstartMessage = strchr(startMessage+1, '$'); // search for next $ after first $\n\t\t\tif((startMessage != NULL) && (strlen(startMessage) > 6)) {\n\t\t\t\tif((startMessage[3] == 'R') && (startMessage[4] == 'M') && (startMessage[5] == 'C')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPRMC); msgsReceived++; }\n\t\t\t\telse if((startMessage[3] == 'G') && (startMessage[4] == 'G') && (startMessage[5] == 'A')) { gpsDecodeGPRMCandGPGGANew(startMessage, &gpsData, SENTENCE_TYPE_GPGGA); msgsReceived++; }\n\t\t\t}\n\t\t}\n\t\t\n\t\t// update current ttf in seconds\n\t\tsecondsTtf = deviceGetMillis() / 1000;\n\t\t\n\t\t// early timeout: not even got time (all modes)\n\t\tif((secondsTtf > GET_FIX_TIMEOUT_NOT_EVEN_TIME_SECONDS) && (gpsData.year == 80) && (gpsData.hour == 0) && (gpsData.minute < ((GET_FIX_TIMEOUT_NOT_EVEN_TIME_SECONDS / 60) + 1))) {\n\t\t\ttrackingResult = TRACKING_TIMEOUT;\n\t\t\ttimeoutNotEvenTimeCounter++;\n\t\t\tbreak;\n\t\t}\n\t\t\t\t\n\t\t// check if timeout reached (only in sometimes mode, because continuous mode should not stop)\n\t\tif(sampleSometimes && (secondsTtf > GET_FIX_TIMEOUT_SECONDS)) { // upper level timeout  \n\t\t\ttrackingResult = TRACKING_TIMEOUT;\n\t\t\ttimeoutCounter++;\n\t\t\tbreak;\n\t\t}\n\t\t\n\t\t// update timestamp and check if it is time to go to bed -> only update if both rmc and gga received, otherwise unlikely case that time updated but date not or vice versa\n\t\tif((msgsReceived == 2) && (gpsGetUTCTimestamp(&gpsData) != 0)) { timestampEstimation = gpsGetUTCTimestamp(&gpsData); } // update timestampEstimation in case got time\n\t\telse { // could not get time (also means no fix)\n\t\t\t// PATH TESTED\n\t\t\tif(timestampEstimation != 0) { timestampEstimation++; } // had time before (previous day) -> add roughly one second, otherwise logger will run forever on second day when not getting time\n\t\t}\n\t\t\t\n\t\t// check if fix found and store if yes\n\t\tif(gpsData.fix == 1) {\n\t\t\t// got a fix\n\t\t\tif(startTimeWaitAfterFirstFix == 0) { startTimeWaitAfterFirstFix = (uint16_t) secondsTtf; } // for SOMETIMES, first time getting a fix right now\n\t\t\tuint8_t minHDOPTimes10Override = eepromSettingMinHDOP;\n\t\t\tuint16_t maxWaitTime = MAX_WAIT_ON_GOOD_HDOP_SECONDS;\n\t\t\tif(sampleSometimes && noFixInSessionYet) { maxWaitTime = WAIT_TIME_FIRST_FIX_SECONDS; minHDOPTimes10Override = 0; } // very first fix in SOMETIMES mode: always wait for WAIT_TIME_FIRST_FIX_SECONDS to collect orbit data\n\t\t\t\n\t\t\tif((sampleSometimes) || (alwaysOnCounter % ((uint32_t) (eepromSettingGPSFrequencySeconds)) == 0)) { // in ALWAYS-ON: only store when modulo with counter == 0\n\t\t\t\tif(((gpsData.hdop > 0) && (gpsData.hdop < minHDOPTimes10Override))\n\t\t\t\t\t|| (sampleSometimes && ((secondsTtf - startTimeWaitAfterFirstFix) > maxWaitTime))) { // only store if hdop is good enough\n\t\t\t\t\t// determine seconds\n\t\t\t\t\tgpsData.ttfSeconds = secondsTtf; // downcast from 32 to 16 bit\n\t\t\t\t\tif(noFixInSessionYet) { firstTTFinSession = secondsTtf; } // very first fix in session -> store TTFF\n\t\t\t\t\tblinkDuringFirstFix = false; // do not blink anymore if eepromSettingBlink is false -> because got a very first fix now\n\t\t\t\t\t\t\n\t\t\t\t\t// geofencing\n\t\t\t\t\tif(eepromSettingGeofencing) {\n\t\t\t\t\t\t// UNTESTED\n\t\t\t\t\t\tif(geofenceLat == 0) { // very first time getting a valid fix that is good enough -> use as geofence reference\n\t\t\t\t\t\t\tgeofenceLat = gpsData.latitude;\n\t\t\t\t\t\t\tgeofenceLon = gpsData.longitude;\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tint32_t latDiff = labs(geofenceLat - gpsData.latitude);\n\t\t\t\t\t\t\tint32_t lonDiff = labs(geofenceLon - gpsData.longitude);\n\t\t\t\t\t\t\tif((latDiff < GEOFENCING_LIMIT) && (lonDiff < GEOFENCING_LIMIT)) { // new fix within fencing limit -> stop\n\t\t\t\t\t\t\t\ttrackingResult = TRACKING_GEOFENCING_ACTIVE;\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// store fix\n\t\t\t\t\tuint8_t storeResult = storeInMemory(&gpsData, sampleSometimes); // TTF only stored in sometimes mode\n\t\t\t\t\tnoFixInSessionYet = false; // for SOMETIMES: got very very first fix\n\t\t\t\t\tif(storeResult == STORE_MEMORY_RETURN_MEMORY_FULL) { trackingResult = TRACKING_MEMORY_FULL; break; } // UNTESTED\n\t\t\t\t\telse if(storeResult == STORE_MEMORY_RETURN_ERROR) { trackingResult = TRACKING_ERROR; break; } // UNTESTED, not doing anything\n\t\t\t\t\telse if(sampleSometimes) {\n\t\t\t\t\t\tburstCounter++;\n\t\t\t\t\t\tif(burstCounter >= eepromSettingBurstDuration) {\n\t\t\t\t\t\t\ttrackingResult = TRACKING_GOT_FIX_SLEEP; break;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\talwaysOnCounter++; // for always on mode: only incremented when having a fix, then storing only if modulo == 0 -> will also be incremented if hdop is not good enough\n\t\t}\n\t\t\n\t\t// check if time to sleep already\n\t\tif(isNightTime()) {\n\t\t\t#if LED_ON_AFTER_GETTING_FIRST_TIME_AND_NIGHT == true\n\t\t\tif(blinkDuringFirstFix) {\n\t\t\t\tPORTB.OUTSET = PIN5_bm; // LED on\n\t\t\t\t_delay_ms(4000); // wait for 4 seconds\n\t\t\t\tPORTB.OUTCLR = PIN5_bm; // LED off\n\t\t\t}\n\t\t\t#endif\n\t\t\tblinkDuringFirstFix = false; // getting time and it's night -> do not blink anymore\n\t\t\ttrackingResult = TRACKING_NIGHT_TIME;\n\t\t\tbreak;\n\t\t}\n\t\t\t\n\t\t// check voltage UNDER LOAD and EVERY SECOND, NOT using EEPROM setting, WARNING: 15mA sourced from lipo -> measured voltage drop of 100mV (30mAh lipo)\n\t\tbatteryVoltage = deviceReadSupplyVoltage();\n\t\tif((batteryVoltage < MIN_VOLTAGE_UNDER_LOAD) || (batteryVoltage > OPERATION_VOLTAGE_MAX_RANGE)) {\n\t\t\ttrackingResult = TRACKING_UNDERVOLTAGE;\n\t\t\tbreak;\t\t\n\t\t}\n\t\t\t\n\t\t// check interrupt pin status\n\t\tif(~PORTA.IN & PIN5_bm) { // PATH TESTED, download button pressed\n\t\t\t_delay_ms(200); // wait a bit and check again\n\t\t\tif(~PORTA.IN & PIN5_bm) { trackingResult = TRACKING_DOWNLOAD_INTERRUPT; break; }\n\t\t}\n\t\t\t\n\t\t// re-init L70 uart\n\t\t#if (DEBUGGING == true)\n\t\t\tinitPrimaryUARTwith9600();\n\t\t#endif\n\t\t\t\n\t\t// shortly blink led\n\t\tif(eepromSettingBlink || blinkDuringFirstFix) { // not having time -> blink while getting time\n\t\t\tdeviceLedOn();\n\t\t\tif(gpsData.year == 80) { _delay_ms(120); } // not having full timestamp yet\n\t\t\telse { _delay_ms(30); } // got time\n\t\t\tdeviceLedOff();\n\t\t}\n\t}\n\n\t// print result\n\t#if (DEBUGGING == true)\n\t\t// COMMENTED OUT: needs too much flash memory\n\t\t//printf(\"%uT%luF%uH%uT%u\\n\\r\", trackingResult, timestampEstimation, gpsData.fix, gpsData.hdop, gpsData.ttfSeconds);\n\t\t//_delay_ms(30); // wait until printf finished\n\t#endif\n\t\n\t// after the run: stop everything\n\tdeviceL70powerOff();\n\tuartFlush();\n\tuartOff();\n\tdeinitSecondUartPins(); // otherwise leakage\n\tdevicePowerMemoryAndI2COff();\n\t\n\t// why did we stop?\n\tif(trackingResult == TRACKING_UNDERVOLTAGE) { // very likely the case: start again after some time, stay in tracking, backup power STAYS ON, voltage not under load will be checked when entering ST_TRACKING again\n\t\t// PATH TESTED\n\t\tundervoltageUnderLoadCounter++;\n\t\tif(timestampEstimation != 0) { timestampEstimation += FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT; } // if got time before: not a reason to reset it\n\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT);\n\t}\n\telse if(trackingResult == TRACKING_MEMORY_FULL) {\n\t\t// PATH TESTED\n\t\tstate = ST_MEMORY_FULL;\n\t\tdeviceL70backupOff();\n\t\tdeviceInitInternalRTCInterrupt(1);\n\t\ttimestampEstimation = 0;  // reset timestamp\n\t}\n\telse if(trackingResult == TRACKING_DOWNLOAD_INTERRUPT) {\n\t\tif(downloadButtonPressedFor3Seconds()) { // button pressed for 3 seconds -> enter download mode\n\t\t\t// PATH TESTED\n\t\t\tstate = ST_DOWNLOAD;\n\t\t\tdeviceL70backupOff();\n\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n\t\t\ttimestampEstimation = 0; // don't know about time when menue is entered\n\t\t}\n\t\telse { // not pressed long enough, but stopped by download interrupt\n\t\t\t// PATH TESTED\n\t\t\tdeviceInitInternalRTCInterrupt(1); // start again\n\t\t\ttimestampEstimation = 0; // don't know about time when menue is entered\n\t\t}\n\t}\n\telse if(trackingResult == TRACKING_NIGHT_TIME) {\n\t\t// PATH TESTED\n\t\tdeviceInitInternalRTCInterrupt(1); // start again\n\t\ttimestampEstimation += 1; // sleeping for one second -> increase sleep time\n\t}\n\telse if((trackingResult == TRACKING_GOT_FIX_SLEEP) || (trackingResult == TRACKING_TIMEOUT)) { // only in sometimes mode -> CHANGED, also in always-on mode, but only when not even getting time\n\t\t// PATH TESTED\n\t\t// simple sleep time: just sleep for duration of GPS frequency setting, not looking on how long the fix took\n\t\tuint16_t sleepTime = eepromSettingGPSFrequencySeconds; // casting down from uint32_t to uint16_t\n\t\t#if (GET_FIX_SLEEP_LONGER_AFTER_TIMEOUT == true)\n\t\t\t// PATH TESTED\n\t\t\tif(trackingResult == TRACKING_TIMEOUT) { sleepTime = GET_FIX_SLEEP_LONGER_AFTER_TIMEOUT_SECONDS; } // sleep longer time, but keep backup power on\n\t\t#endif\n\t\tif(sleepTime == 0) { sleepTime = 1; } // just in case\n\t\t\t\n\t\t// more sophisticated to get even distribution of fixes, but I think it doesn't work out too well\n\t\t/*if(eepromSettingGPSFrequencySeconds > (deviceGetMillis() / 1000)) { // normal situation: fix did not take longer than GPS frequency\n\t\t\tuint32_t sleepTimeLong;\n\t\t\tsleepTimeLong = ((eepromSettingGPSFrequencySeconds * 1000) - deviceGetMillis()) / 1000;\n\t\t\tsleepTime = sleepTimeLong;\n\t\t}\n\t\telse { sleepTime = 1; } // long fix time with short interval setting (5min until fix, but fix every minute -> restart immediately)*/\n\t\t\t\n\t\tdeviceInitInternalRTCInterrupt(sleepTime);\n\t\tif(timestampEstimation != 0) { timestampEstimation += sleepTime; } // next wake up: roughly know what time it is\t\t\n\t}\n\telse { // TRACKING_ERROR or GEOFENCING: start again after some time, stay in tracking, backup power stays on\n\t\t// UNTESTED\n\t\terrorCounter++; // will also be incremented when doing geo-fencing\n\t\tif(timestampEstimation != 0) { timestampEstimation += GEOFENCING_OR_ERROR_WAIT_TIME_SECONDS; } // if got time before: not a reason to reset it\n\t\tdeviceInitInternalRTCInterrupt(GEOFENCING_OR_ERROR_WAIT_TIME_SECONDS);\n\t}\n}\n\nvoid changeGPSBaudrate() {\n\t_delay_ms(1000);\n\tdeviceSetCPUSpeed(OSC16_PRESCALER_CPU_2MHZ);\n\t_delay_ms(8000);\n\t\n\tdeviceL70powerOn();\n\tdeviceL70backupOn(); // just in case it has been turned off during night time\n\t\n\t_delay_ms(4000);\n\t\n\tinitPrimaryUARTwith115200(); // init uart to communicate with L70\n\n\tgpsSetBaudrate9600Permanently();\n\n\twhile(1) {\n\t\tdeviceBlink(3);\n\t\t_delay_ms(400);\n\t}\n}\n\n/** State machine */\n\nint main(void) {\n\twhile(1) {\n\t\t// Do on every wake up\n\t\tRTC.CTRLA = 0; // disable RTC interrupt\n\t\tif(state == ST_FIRST_START_HARD_RESET) { deviceSetCPUSpeed(OSC16_PRESCALER_CPU_1MHZ);  } // 1MHz = 701uA @while(1), do this BEFORE reading supply voltage\n\t\tbatteryVoltage = deviceReadSupplyVoltage(); // perform as first thing in every state\n\n\t\t/** STATE: FIRST START HARD RESET */\n\t\tif(state == ST_FIRST_START_HARD_RESET) { // will be re-entered after data download\n\t\t\tdeviceInitPins(); // reset all pins\n\t\t\tdeviceInitDownloadPinInterruptInDeepSleep(); // will wake up MCU in ALL STATES!\n\t\t\twait(FIRST_START_DELAY_SECONDS); // wait a bit until everything stable\n\t\t\tusePrintf(); // use printf function for uart communication\n\t\t\t\n\t\t\t// get settings from eeprom\n\t\t\teepromSettingMinVoltage = getOperationVoltageMinFromTinyEEPROM();\n\t\t\teepromSettingGPSFrequencySeconds = getGPSFrequencyFromTinyEEPROM();\n\t\t\teepromSettingMinHDOP = getMinHDOPFromTinyEEPROM();\n\t\t\teepromSettingActivationDelaySeconds = getActivationDelayFromTinyEEPROM();\n\t\t\teepromSettingTurnOnHour = getTurnOnHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOnMinute = getTurnOnMinuteFromTinyEEPROM();\n\t\t\teepromSettingTurnOffHour = getTurnOffHourFromTinyEEPROM();\n\t\t\teepromSettingTurnOffMinute = getTurnOffMinuteFromTinyEEPROM();\n\t\t\teepromSettingGeofencing = (uint8_t) TinyEEPROM(EEPROM_GEOFENCING_ADDRESS);\n\t\t\tif(eepromSettingGeofencing > 1) { eepromSettingGeofencing = GEOFENCING_DEFAULT; }\n\t\t\teepromSettingBlink = (uint8_t) TinyEEPROM(EEPROM_BLINK_ADDRESS);\n\t\t\tif(eepromSettingBlink > 1) { eepromSettingBlink = BLINK_DEFAULT; }\n\t\t\teepromSettingBurstDuration = (uint8_t) TinyEEPROM(EEPROM_BURST_DURATION_ADDRESS);\n\t\t\tif(eepromSettingBurstDuration == 0xFF) { eepromSettingBurstDuration = BURST_DURATION_DEFAULT; }\n\t\t\t\n\t\t\t// (re)set all global variables\n\t\t\tnoFixInSessionYet = true;\n\t\t\tdownloadInterrupt = false; // volatile because used in ISR\n\t\t\trtcInterrupt = false; // volatile because used in ISR\n\t\t\ttimestampEstimation = 0;\n\t\t\tactivated = false;\n\t\t\tgeofenceLat = 0;\n\t\t\tgeofenceLon = 0;\n\t\t\t\n\t\t\t#if TRACKING_MODE == TRACKING_MODE_TEST\n\t\t\t\t//lightSleepUARTTest();\n\t\t\t\t//flpTest();\n\t\t\t\t//newParserTest();\n\t\t\t\t//readVoltage1626Test();\n\t\t\t\t//readVoltage1606Test();\n\t\t\t\tchangeGPSBaudrate();\n\t\t\t#endif\n\t\t\t\n\t\t\tif(voltageNotOkay()) {\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT; // move to special state\n\t\t\t\tdeviceBlink(2); // indicate low battery right from start\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first undervoltage -> only short sleep\n\t\t\t}\n\t\t\telse { // do not check if memory full, very unlikely \n\t\t\t\t/*devicePowerMemoryAndI2COn();\n\t\t\t\ti2cInit();\n\t\t\t\tmockEmptyMemory(DATA_FIX_LENGTH, METADATA_ADDRESS_OF_ADDRESS_POINTER);\n\t\t\t\tdevicePowerMemoryAndI2COff();*/\n\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // can also be activated by GPIO2\n\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n\t\t\t}\n\t\t}\n\t\t/** STATE: WAIT FOR ACTIVATION */\n\t\telse if(state == ST_WAIT_FOR_ACTIVATION) { // download pin interrupt active, GPIO2 pin interrupt active (!!)\n\t\t\t// no voltage check here, because ultra low power state already and check will be executed immediately in ST_TRACKING\n\t\t\tif(downloadInterrupt || gpio2Interrupt) { // can be woken up by both\n\t\t\t\t_delay_ms(700); // wait a bit and check again\n\t\t\t\tif((~PORTA.IN & PIN5_bm) || (~PORTC.IN & PIN1_bm)) { // one of the buttons still pressed\t\t\n\t\t\t\t\tdownloadInterrupt = false;\n\t\t\t\t\tactivated = true;\n\t\t\t\t\t\n\t\t\t\t\t// blink to indicate start\n\t\t\t\t\tdeviceBlink(7); // indicate start\n\t\t\t\t\tuint8_t blinkBatteryStatus = (batteryVoltage / 200) - 14; // 1 time when V = 3.0V, 7 times when V = 4.2V\n\t\t\t\t\t_delay_ms(700);\n\t\t\t\t\tdeviceBlink(blinkBatteryStatus); // 0 = doesn't blink at all\n\t\t\t\t\t\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here, because it already consumes the backup current -> will be turned on in the tracking functions\n\t\t\t\t\tdeviceDeactivateGPIO2PinInterruptInDeepSleep(); // GPIO2 shall not work afterwards\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(eepromSettingActivationDelaySeconds); // go into tracking after whatever seconds\n\t\t\t\t\t\n\t\t\t\t\t// mock timestampestimation (temporary for testing only)\n\t\t\t\t\t//timestampEstimation = 1623110325UL;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/** STATE: TRACKING */\n\t\telse if(state == ST_TRACKING) { // download pin interrupt active\n\t\t\tif(voltageNotOkay()) { // checking voltage WITHOUT LOAD!\n\t\t\t\tstate = ST_VOLTAGE_INCORRECT;\n\t\t\t\tdeviceL70backupOff();\n\t\t\t\tdeviceInitInternalRTCInterrupt(FIRST_SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT); // first under voltage -> only short sleep\n\t\t\t\ttimestampEstimation = 0; // don't know about time\n\t\t\t}\n\t\t\telse if(downloadInterrupt) { // woke up by download interrupt (can also happen when not yet activated)\n\t\t\t\tif(downloadButtonPressedFor3Seconds()) { // button pressed for 3 seconds -> enter download mode\n\t\t\t\t\tstate = ST_DOWNLOAD;\n\t\t\t\t\tdeviceL70backupOff();\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time when menue is entered\n\t\t\t\t}\n\t\t\t\telse { // not pressed long enough, but woken up by download interrupt\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // start again after one second\n\t\t\t\t\ttimestampEstimation = 0; // don't know about time, interrupt can happen randomly\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if(isNightTime()) { // TESTED PATH\n\t\t\t\t// having a valid time here!\n\t\t\t\tnoFixInSessionYet = true; // used to collect more orbit data when doing first fix in session -> resetting it so that in next session first fix again collects more orbit data\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_DURING_NIGHT); // go into nighttime mode\n\t\t\t\ttimestampEstimation += SLEEP_TIME_DURING_NIGHT; // having time here because isNightTime returns true\n\t\t\t\t// keep it on for very first day to keep orbit data? -> no, because after getting time will sleep immediately\n\t\t\t\t#if\t(BACKUP_POWER_ON_DURING_NIGHT_TIME == false)\n\t\t\t\t\tdeviceL70backupOff(); // WARNING: backup power goes OFF here but staying in tracking -> turns on again in trackingMerged\n\t\t\t\t#endif\n\t\t\t}\n\t\t\telse { // normal RTC wake up\n\t\t\t\t#if TRACKING_MODE != TRACKING_MODE_TEST\n\t\t\t\t\ttrackingMerged();\n\t\t\t\t#endif\n\t\t\t\t// here at the end backup power normally is ON! (exception: state transition)\n\t\t\t}\n\t\t}\n\t\t/** STATE: VOLTAGE INCORRECT */\n\t\telse if(state == ST_VOLTAGE_INCORRECT) { // download pin interrupt active, RTC interrupt active, backup pin OFF\n\t\t\tif(voltageNotOkay()) {\n\t\t\t\tdeviceInitInternalRTCInterrupt(SLEEP_TIME_SECONDS_WHEN_VOLTAGE_INCORRECT);\n\t\t\t}\n\t\t\telse { // woke up by RTC or by download button and voltage okay again\n\t\t\t\tbool enterDownloadMode = false;\n\t\t\t\tif(downloadInterrupt) { enterDownloadMode = downloadButtonPressedFor3Seconds(); } // if woke up by download button -> check if pressed for 3 more seconds\n\t\t\t\t\n\t\t\t\t// if voltage okay and woken up by whatever reason -> should leave ST_VOLTAGE_INCORRECT\n\t\t\t\tif(enterDownloadMode) { // highest priority: someone pressed download button (long enough)\n\t\t\t\t\tstate = ST_DOWNLOAD;\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode\n\t\t\t\t}\n\t\t\t\telse if(activated) { // not pressed long enough or \"normal\" wake up by RTC, but already activated -> go back to tracking\n\t\t\t\t\tstate = ST_TRACKING; // move to tracking state\n\t\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go back into tracking after 1 second\n\t\t\t\t\t//deviceL70backupOn(); // DO NOT turn on here -> will be turned on in the tracking functions\t\t\t\t\n\t\t\t\t}\n\t\t\t\telse { // very unusual: voltage not okay in first start state -> transit to here before activation\n\t\t\t\t\tdeviceInitGPIO2PinInterruptInDeepSleep(); // otherwise cannot be activated with GPIO2 when in under voltage immediately after start\n\t\t\t\t\tstate = ST_WAIT_FOR_ACTIVATION; // wait for activation\n\t\t\t\t}\n\t\t\t}\t\t\n\t\t}\n\t\t/** STATE: MEMORY FULL */\t\n\t\telse if(state == ST_MEMORY_FULL) { // no voltage check because minimal power consumption, download pin interrupt active\n\t\t\tif(downloadInterrupt) { // don't wait long here and check again status because when memory full entering activation state afterwards isn't a problem\n\t\t\t\tdownloadInterrupt = false;\n\t\t\t\tstate = ST_DOWNLOAD;\n\t\t\t\tdeviceInitInternalRTCInterrupt(1); // go into download mode in 1 second\n\t\t\t}\n\t\t}\n\t\t/** STATE: DOWNLOAD */\n\t\telse if(state == ST_DOWNLOAD) { // no voltage check because minimal power consumption, download pin interrupt active\n\t\t\tstartMenue();\n\t\t\tstate = ST_FIRST_START_HARD_RESET; // RESTARTING TAG!\n\t\t\tdeviceInitInternalRTCInterrupt(1); // go into start state again in 1 second\n\t\t}\n\t\t\n\t\trtcInterrupt = false; // reset RTC interrupt flag\n\t\tdownloadInterrupt = false; // reset download interrupt flag\n\t\tgpio2Interrupt = false; // reset gpio2 interrupt flag\n\t\tdeviceStandbySleep(); // go to sleep until an interrupt happens\n\t}\n}"
  },
  {
    "path": "TickTagSoftwareBurst/TickTagSoftwareBurst.atsln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Atmel Studio Solution File, Format Version 11.00\nVisualStudioVersion = 14.0.23107.0\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{E66E83B9-2572-4076-B26E-6BE79FF3018A}\") = \"TickTagSoftwareBurst\", \"TickTagSoftwareBurst\\TickTagSoftwareBurst.cppproj\", \"{DCE6C7E3-EE26-4D79-826B-08594B9AD897}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug|AVR = Debug|AVR\n\t\tRelease|AVR = Release|AVR\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.ActiveCfg = Debug|AVR\n\t\t{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.Build.0 = Debug|AVR\n\t\t{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.ActiveCfg = Release|AVR\n\t\t{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.Build.0 = Release|AVR\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\nEndGlobal\n"
  }
]